diff --git a/dist/chrome/background.js b/dist/chrome/background.js index 67a3ec2..ddecab8 100644 --- a/dist/chrome/background.js +++ b/dist/chrome/background.js @@ -1,4 +1,4 @@ -(()=>{var lc=Object.defineProperty;var ma=(t,e)=>{for(var r in e)lc(t,r,{get:e[r],enumerable:!0})};var m={BUILD_TIME:"2024-04-03T14:28:35.000Z",VERSION:"1.4.5",PROD:"1",REDIRECT_URL:"https://dash.immersivetranslate.com/auth-done/",PROD_API:"1",BETA:"0",IMMERSIVE_TRANSLATE_INJECTED_CSS:`:root { +(()=>{var lc=Object.defineProperty;var ma=(t,e)=>{for(var r in e)lc(t,r,{get:e[r],enumerable:!0})};var m={BUILD_TIME:"2024-04-04T07:37:00.000Z",VERSION:"1.4.6",PROD:"1",REDIRECT_URL:"https://dash.immersivetranslate.com/auth-done/",PROD_API:"1",BETA:"0",IMMERSIVE_TRANSLATE_INJECTED_CSS:`:root { --immersive-translate-theme-underline-borderColor: #72ece9; --immersive-translate-theme-nativeUnderline-borderColor: #72ece9; --immersive-translate-theme-nativeDashed-borderColor: #72ece9; @@ -4936,22 +4936,22 @@ select.text-gray-6 {
-`,IMMERSIVE_TRANSLATE_VIDEO_SUBTITLE_INJECT:'(()=>{var u="imt-subtitle-inject",f=class{from;to;constructor(t,n){this.from=t,this.to=n}sendMessages(t){globalThis.postMessage({type:u,to:this.to,from:this.from,action:t.action,data:t.data,id:t.id||new Date().getTime(),isAsync:!1})}getRandomId(){return(new Date().getTime()+Math.random())*Math.random()}sendAsyncMessages({action:t,data:n}){return new Promise(e=>{let r=this.getRandomId();globalThis.postMessage({type:u,to:this.to,from:this.from,action:t,data:n,id:r,isAsync:!0});let a=({data:o})=>{u===o.type&&o.id===r&&o.to===this.from&&(e(o.data),globalThis.removeEventListener("message",a))};globalThis.addEventListener("message",a)})}handleMessageOnce(t){return new Promise(n=>{let e=({data:r})=>{u===r.type&&r.action===t&&r.to===this.from&&(n(r.data),globalThis.removeEventListener("message",e))};globalThis.addEventListener("message",e)})}handleMessage(t,n){let e=({data:r})=>{u===r.type&&r.action===t&&r.to===this.from&&n(r)};return globalThis.addEventListener("message",e),()=>{globalThis.removeEventListener("message",e)}}handleMessages(t){let n=({data:e})=>{u===e.type&&e.to===this.from&&t(e)};return globalThis.addEventListener("message",n),()=>{globalThis.removeEventListener("message",n)}}},R=new f("content-script","inject"),l=new f("inject","content-script"),S={get(s,t,n){return t in s?(...e)=>{let r=s[t];return typeof r=="function"?r.apply(s,e):Reflect.get(s,t,n)}:e=>s.sendAsyncMessages({action:t,data:e})}},x=new Proxy(l,S),L=new Proxy(R,S);function T(s){if(!s)return null;try{let t=s;return s.startsWith("//")?t=globalThis.location.protocol+s:s.startsWith("/")?t=`${globalThis.location.protocol}//${globalThis.location.host}${s}`:s.startsWith("http")||(t=`${globalThis.location.protocol}//${s}`),new URL(t).toString()}catch(t){return console.error(t),s}}var i=class{content=x;config;constructor(t){this.config=t,l.handleMessages(async({action:n,id:e,data:r})=>{let a=this[n];if(!a)return;let o=a.apply(this,[r]);o instanceof Promise&&(o=await o),l.sendMessages({id:e,data:o})})}triggerSubtitle(t){}async translateSubtitle(t){let n=await this.content.requestSubtitle({url:T(t._url)});if(n){if(this.config.responseType=="document"){let r=new DOMParser().parseFromString(n,"text/xml");Object.defineProperty(t,"responseXML",{value:r,writable:!1}),Object.defineProperty(t,"response",{value:r,writable:!1});return}let e=n;(t.responseType=="arraybuffer"||this.config.responseType=="arraybuffer")&&typeof n=="string"&&(e=new TextEncoder().encode(n).buffer),Object.defineProperty(t,"responseText",{value:e,writable:!1}),Object.defineProperty(t,"response",{value:e,writable:!1})}}async translateSubtitleWithFetch(t,n){let e={...n},r;return typeof t=="string"?r={url:t,method:"GET",headers:{}}:r=await v(t),e?.body&&(e.body=M(e.body)),this.content.requestSubtitle({fetchInfo:JSON.stringify({input:r,options:e})})}async getVideoMeta(t){}isSubtitleRequest(t){return!this.config||!this.config.subtitleUrlRegExp||!t?!1:new RegExp(this.config.subtitleUrlRegExp).test(t||"")}};function v(s){if(s instanceof URL)return{url:s.href,method:"GET",headers:{}};let t=s.clone(),n={url:s.url,method:s.method,headers:Object.fromEntries(s.headers.entries())};if(t.body){let e=M(t.body);if(t.body!==e)return t.text().then(r=>(n.body=r,n));n.body=e}return Promise.resolve(n)}function M(s){if(!s)return s;if(s instanceof FormData||s instanceof URLSearchParams){let t={};for(let[n,e]of s.entries())t[n]=e;return t._formatBodyType="FormData",t}return s}var d=class extends i{timer=null;triggerSubtitle({force:t}){setTimeout(()=>{if(this.config?.subtitleButtonSelector){let n=document.querySelector(this.config.subtitleButtonSelector);if(n){let e=n.getAttribute("aria-pressed")==="true";e&&t?(n.click(),setTimeout(()=>{n.click()},100)):e||n.click();return}}if(this.config?.videoPlayerSelector){let n=document.querySelector(this.config.videoPlayerSelector);n?.toggleSubtitles(),setTimeout(()=>{n?.toggleSubtitles()},100)}},1e3)}async getVideoMeta(){if(!this.config.videoPlayerSelector)return null;try{return await this.sleep(100),document.querySelector(this.config.videoPlayerSelector)?.getPlayerResponse()}catch{return null}}sleep(t){return new Promise(n=>{setTimeout(()=>{n(null)},t)})}};var m=class extends i{timer=null;videoMeta={};lastVideoMeta=null;constructor(t){super(t),this.hookJSON()}hookJSON(){let t=JSON.parse;JSON.parse=n=>{let e=t(n);try{e&&e.result&&e.result.timedtexttracks&&e.result.movieId&&(this.videoMeta[e.result.movieId]=e.result,this.lastVideoMeta=e.result)}catch(r){console.log(r)}return e}}getVideoMeta(t){return this.lastVideoMeta}};var p=class extends i{timer=null;videoMeta={};constructor(t){super(t),this.hookJSON()}hookJSON(){let t=JSON.parse;JSON.parse=n=>{let e=t(n);try{e?.asset?.captions?.length?this.videoMeta[e.id]=e?.asset:e?.previews&&e?.course&&e?.previews?.forEach(r=>{this.videoMeta[r.id]=r})}catch(r){console.error(r)}return e}}getVideoMeta(t){return this.videoMeta[t]}};var g=class extends i{timer=null;videoMeta={};constructor(t){super(t),this.hookJSON()}hookJSON(){let t=JSON.parse;JSON.parse=n=>{let e=t(n);try{if(e?.stream?.sources?.length&&e?.stream?.sources[0]?.complete?.url){let r=window.location.pathname.split("/");r.length>2&&r[r.length-2]==="video"&&(this.videoMeta[r[r.length-1]]=e.stream.sources[0].complete.url)}}catch(r){console.error(r)}return e}}getVideoMeta(t){return this.videoMeta[t]}};var h=class extends i{constructor(t){super(t)}async translateSubtitleWithFetch(t,n){this.main(t,n)}async main(t,n){let e=globalThis.__originalFetch;if(!e)return;let r=t;t instanceof Request&&(r=t.clone());let a=await e(r,n);if(!a.ok)return;let o=await a.json();o.transcripts_urls&&this.requestSubtitle(o.transcripts_urls)}async requestSubtitle(t){await c(),await this.content.requestSubtitle(t)}};async function w(){let s=await l.sendAsyncMessages({action:"getConfig"});if(!s)return;let n={youtube:d,netflix:m,webvtt:i,khanacademy:i,bilibili:i,udemy:p,general:i,ebutt:i,hulu:h,disneyplus:g,"fmp4.xml":i,multi_attach_vtt:i,twitter:i,subsrt:i,xml:i,text_track_dynamic:i,av:i}[s.type||""];if(!n)return;let e=new n(s);I(e,s)}c();w();function I(s,t){if(t.hookType.includes("xhr")){let n=XMLHttpRequest.prototype.open,e=XMLHttpRequest.prototype.send,r=function(){return this._url=arguments[1],n.apply(this,arguments)},a=async function(){return s.isSubtitleRequest(this._url)?(await c(),await s.translateSubtitle(this),e.apply(this,arguments)):e.apply(this,arguments)};Object.defineProperty(XMLHttpRequest.prototype,"open",{value:r,writable:!0}),Object.defineProperty(XMLHttpRequest.prototype,"send",{value:a,writable:!0})}if(t.hookType.includes("fetch")){let n=globalThis.fetch;globalThis.__originalFetch=n,globalThis.fetch=async function(e,r){let a=typeof e=="string"?e:e.url||e.href;if(!s.isSubtitleRequest(a))return n(e,r);await c();let y=await s.translateSubtitleWithFetch(e,r);return y?new Response(y):n(e,r)}}}var b=!1;async function c(){return b||(await l.handleMessageOnce("contentReady"),b=!0),b}})();\n',OPTIONS_URL:"https://dash.immersivetranslate.com/",SHARE_DRAFT_URL:"https://immersivetranslate.com/preview",ASSETS_BASE_URL:"https://app.immersivetranslate.com/global-assets/",EBOOK_VIEWER_URL:"https://app.immersivetranslate.com/ebook/",EBOOK_BUILDER_URL:"https://app.immersivetranslate.com/ebook/make/",SUBTITLE_BUILDER_URL:"https://app.immersivetranslate.com/subtitle/",HTML_VIEWER_URL:"https://app.immersivetranslate.com/html/",PDF_VIEWER_URL:"https://app.immersivetranslate.com/pdf/",PDF_PRO_URL:"https://app.immersivetranslate.com/pdf-pro/",TEXT_TRANSLATE_URL:"https://app.immersivetranslate.com/text/",TRANSLATE_FILE_URL:"https://app.immersivetranslate.com/",MOCK:"0",DEBUG:"0",INSTALL_FROM:"chrome_zip"};var cc=Object.create,fn=Object.defineProperty,dc=Object.getOwnPropertyDescriptor,ho=Object.getOwnPropertyNames,pc=Object.getPrototypeOf,mc=Object.prototype.hasOwnProperty,gc=(t,e)=>function(){return e||(0,t[ho(t)[0]])((e={exports:{}}).exports,e),e.exports},hc=(t,e)=>{for(var r in e)fn(t,r,{get:e[r],enumerable:!0})},hn=(t,e,r,a)=>{if(e&&typeof e=="object"||typeof e=="function")for(let n of ho(e))!mc.call(t,n)&&n!==r&&fn(t,n,{get:()=>e[n],enumerable:!(a=dc(e,n))||a.enumerable});return t},fc=(t,e,r)=>(hn(t,e,"default"),r&&hn(r,e,"default")),fo=(t,e,r)=>(r=t!=null?cc(pc(t)):{},hn(e||!t||!t.__esModule?fn(r,"default",{value:t,enumerable:!0}):r,t)),bo=gc({"../esmd/npm/webextension-polyfill@0.10.0/node_modules/webextension-polyfill/dist/browser-polyfill.js"(t,e){(function(r,a){if(typeof define=="function"&&define.amd)define("webextension-polyfill",["module"],a);else if(typeof t<"u")a(e);else{var n={exports:{}};a(n),r.browser=n.exports}})(typeof globalThis<"u"?globalThis:typeof self<"u"?self:t,function(r){"use strict";if(!globalThis.chrome?.runtime?.id)throw new Error("This script should only be loaded in a browser extension.");if(typeof globalThis.browser>"u"||Object.getPrototypeOf(globalThis.browser)!==Object.prototype){let a="The message port closed before a response was received.",n=i=>{let o={alarms:{clear:{minArgs:0,maxArgs:1},clearAll:{minArgs:0,maxArgs:0},get:{minArgs:0,maxArgs:1},getAll:{minArgs:0,maxArgs:0}},bookmarks:{create:{minArgs:1,maxArgs:1},get:{minArgs:1,maxArgs:1},getChildren:{minArgs:1,maxArgs:1},getRecent:{minArgs:1,maxArgs:1},getSubTree:{minArgs:1,maxArgs:1},getTree:{minArgs:0,maxArgs:0},move:{minArgs:2,maxArgs:2},remove:{minArgs:1,maxArgs:1},removeTree:{minArgs:1,maxArgs:1},search:{minArgs:1,maxArgs:1},update:{minArgs:2,maxArgs:2}},browserAction:{disable:{minArgs:0,maxArgs:1,fallbackToNoCallback:!0},enable:{minArgs:0,maxArgs:1,fallbackToNoCallback:!0},getBadgeBackgroundColor:{minArgs:1,maxArgs:1},getBadgeText:{minArgs:1,maxArgs:1},getPopup:{minArgs:1,maxArgs:1},getTitle:{minArgs:1,maxArgs:1},openPopup:{minArgs:0,maxArgs:0},setBadgeBackgroundColor:{minArgs:1,maxArgs:1,fallbackToNoCallback:!0},setBadgeText:{minArgs:1,maxArgs:1,fallbackToNoCallback:!0},setIcon:{minArgs:1,maxArgs:1},setPopup:{minArgs:1,maxArgs:1,fallbackToNoCallback:!0},setTitle:{minArgs:1,maxArgs:1,fallbackToNoCallback:!0}},browsingData:{remove:{minArgs:2,maxArgs:2},removeCache:{minArgs:1,maxArgs:1},removeCookies:{minArgs:1,maxArgs:1},removeDownloads:{minArgs:1,maxArgs:1},removeFormData:{minArgs:1,maxArgs:1},removeHistory:{minArgs:1,maxArgs:1},removeLocalStorage:{minArgs:1,maxArgs:1},removePasswords:{minArgs:1,maxArgs:1},removePluginData:{minArgs:1,maxArgs:1},settings:{minArgs:0,maxArgs:0}},commands:{getAll:{minArgs:0,maxArgs:0}},contextMenus:{remove:{minArgs:1,maxArgs:1},removeAll:{minArgs:0,maxArgs:0},update:{minArgs:2,maxArgs:2}},cookies:{get:{minArgs:1,maxArgs:1},getAll:{minArgs:1,maxArgs:1},getAllCookieStores:{minArgs:0,maxArgs:0},remove:{minArgs:1,maxArgs:1},set:{minArgs:1,maxArgs:1}},devtools:{inspectedWindow:{eval:{minArgs:1,maxArgs:2,singleCallbackArg:!1}},panels:{create:{minArgs:3,maxArgs:3,singleCallbackArg:!0},elements:{createSidebarPane:{minArgs:1,maxArgs:1}}}},downloads:{cancel:{minArgs:1,maxArgs:1},download:{minArgs:1,maxArgs:1},erase:{minArgs:1,maxArgs:1},getFileIcon:{minArgs:1,maxArgs:2},open:{minArgs:1,maxArgs:1,fallbackToNoCallback:!0},pause:{minArgs:1,maxArgs:1},removeFile:{minArgs:1,maxArgs:1},resume:{minArgs:1,maxArgs:1},search:{minArgs:1,maxArgs:1},show:{minArgs:1,maxArgs:1,fallbackToNoCallback:!0}},extension:{isAllowedFileSchemeAccess:{minArgs:0,maxArgs:0},isAllowedIncognitoAccess:{minArgs:0,maxArgs:0}},history:{addUrl:{minArgs:1,maxArgs:1},deleteAll:{minArgs:0,maxArgs:0},deleteRange:{minArgs:1,maxArgs:1},deleteUrl:{minArgs:1,maxArgs:1},getVisits:{minArgs:1,maxArgs:1},search:{minArgs:1,maxArgs:1}},i18n:{detectLanguage:{minArgs:1,maxArgs:1},getAcceptLanguages:{minArgs:0,maxArgs:0}},identity:{launchWebAuthFlow:{minArgs:1,maxArgs:1}},idle:{queryState:{minArgs:1,maxArgs:1}},management:{get:{minArgs:1,maxArgs:1},getAll:{minArgs:0,maxArgs:0},getSelf:{minArgs:0,maxArgs:0},setEnabled:{minArgs:2,maxArgs:2},uninstallSelf:{minArgs:0,maxArgs:1}},notifications:{clear:{minArgs:1,maxArgs:1},create:{minArgs:1,maxArgs:2},getAll:{minArgs:0,maxArgs:0},getPermissionLevel:{minArgs:0,maxArgs:0},update:{minArgs:2,maxArgs:2}},pageAction:{getPopup:{minArgs:1,maxArgs:1},getTitle:{minArgs:1,maxArgs:1},hide:{minArgs:1,maxArgs:1,fallbackToNoCallback:!0},setIcon:{minArgs:1,maxArgs:1},setPopup:{minArgs:1,maxArgs:1,fallbackToNoCallback:!0},setTitle:{minArgs:1,maxArgs:1,fallbackToNoCallback:!0},show:{minArgs:1,maxArgs:1,fallbackToNoCallback:!0}},permissions:{contains:{minArgs:1,maxArgs:1},getAll:{minArgs:0,maxArgs:0},remove:{minArgs:1,maxArgs:1},request:{minArgs:1,maxArgs:1}},runtime:{getBackgroundPage:{minArgs:0,maxArgs:0},getPlatformInfo:{minArgs:0,maxArgs:0},openOptionsPage:{minArgs:0,maxArgs:0},requestUpdateCheck:{minArgs:0,maxArgs:0},sendMessage:{minArgs:1,maxArgs:3},sendNativeMessage:{minArgs:2,maxArgs:2},setUninstallURL:{minArgs:1,maxArgs:1}},sessions:{getDevices:{minArgs:0,maxArgs:1},getRecentlyClosed:{minArgs:0,maxArgs:1},restore:{minArgs:0,maxArgs:1}},storage:{local:{clear:{minArgs:0,maxArgs:0},get:{minArgs:0,maxArgs:1},getBytesInUse:{minArgs:0,maxArgs:1},remove:{minArgs:1,maxArgs:1},set:{minArgs:1,maxArgs:1}},managed:{get:{minArgs:0,maxArgs:1},getBytesInUse:{minArgs:0,maxArgs:1}},sync:{clear:{minArgs:0,maxArgs:0},get:{minArgs:0,maxArgs:1},getBytesInUse:{minArgs:0,maxArgs:1},remove:{minArgs:1,maxArgs:1},set:{minArgs:1,maxArgs:1}}},tabs:{captureVisibleTab:{minArgs:0,maxArgs:2},create:{minArgs:1,maxArgs:1},detectLanguage:{minArgs:0,maxArgs:1},discard:{minArgs:0,maxArgs:1},duplicate:{minArgs:1,maxArgs:1},executeScript:{minArgs:1,maxArgs:2},get:{minArgs:1,maxArgs:1},getCurrent:{minArgs:0,maxArgs:0},getZoom:{minArgs:0,maxArgs:1},getZoomSettings:{minArgs:0,maxArgs:1},goBack:{minArgs:0,maxArgs:1},goForward:{minArgs:0,maxArgs:1},highlight:{minArgs:1,maxArgs:1},insertCSS:{minArgs:1,maxArgs:2},move:{minArgs:2,maxArgs:2},query:{minArgs:1,maxArgs:1},reload:{minArgs:0,maxArgs:2},remove:{minArgs:1,maxArgs:1},removeCSS:{minArgs:1,maxArgs:2},sendMessage:{minArgs:2,maxArgs:3},setZoom:{minArgs:1,maxArgs:2},setZoomSettings:{minArgs:1,maxArgs:2},update:{minArgs:1,maxArgs:2}},topSites:{get:{minArgs:0,maxArgs:0}},webNavigation:{getAllFrames:{minArgs:1,maxArgs:1},getFrame:{minArgs:1,maxArgs:1}},webRequest:{handlerBehaviorChanged:{minArgs:0,maxArgs:0}},windows:{create:{minArgs:0,maxArgs:1},get:{minArgs:1,maxArgs:2},getAll:{minArgs:0,maxArgs:1},getCurrent:{minArgs:0,maxArgs:1},getLastFocused:{minArgs:0,maxArgs:1},remove:{minArgs:1,maxArgs:1},update:{minArgs:2,maxArgs:2}}};if(Object.keys(o).length===0)throw new Error("api-metadata.json has not been included in browser-polyfill");class l extends WeakMap{constructor(g,S=void 0){super(S),this.createItem=g}get(g){return this.has(g)||this.set(g,this.createItem(g)),super.get(g)}}let s=C=>C&&typeof C=="object"&&typeof C.then=="function",u=(C,g)=>(...S)=>{i.runtime.lastError?C.reject(new Error(i.runtime.lastError.message)):g.singleCallbackArg||S.length<=1&&g.singleCallbackArg!==!1?C.resolve(S[0]):C.resolve(S)},c=C=>C==1?"argument":"arguments",d=(C,g)=>function(w,...L){if(L.lengthg.maxArgs)throw new Error(`Expected at most ${g.maxArgs} ${c(g.maxArgs)} for ${C}(), got ${L.length}`);return new Promise((G,D)=>{if(g.fallbackToNoCallback)try{w[C](...L,u({resolve:G,reject:D},g))}catch{w[C](...L),g.fallbackToNoCallback=!1,g.noCallback=!0,G()}else g.noCallback?(w[C](...L),G()):w[C](...L,u({resolve:G,reject:D},g))})},h=(C,g,S)=>new Proxy(g,{apply(w,L,G){return S.call(L,C,...G)}}),b=Function.call.bind(Object.prototype.hasOwnProperty),E=(C,g={},S={})=>{let w=Object.create(null),L={has(D,F){return F in C||F in w},get(D,F,K){if(F in w)return w[F];if(!(F in C))return;let O=C[F];if(typeof O=="function")if(typeof g[F]=="function")O=h(C,C[F],g[F]);else if(b(S,F)){let ge=d(F,S[F]);O=h(C,C[F],ge)}else O=O.bind(C);else if(typeof O=="object"&&O!==null&&(b(g,F)||b(S,F)))O=E(O,g[F],S[F]);else if(b(S,"*"))O=E(O,g[F],S["*"]);else return Object.defineProperty(w,F,{configurable:!0,enumerable:!0,get(){return C[F]},set(ge){C[F]=ge}}),O;return w[F]=O,O},set(D,F,K,O){return F in w?w[F]=K:C[F]=K,!0},defineProperty(D,F,K){return Reflect.defineProperty(w,F,K)},deleteProperty(D,F){return Reflect.deleteProperty(w,F)}},G=Object.create(C);return new Proxy(G,L)},ne=C=>({addListener(g,S,...w){g.addListener(C.get(S),...w)},hasListener(g,S){return g.hasListener(C.get(S))},removeListener(g,S){g.removeListener(C.get(S))}}),V=new l(C=>typeof C!="function"?C:function(S){let w=E(S,{},{getContent:{minArgs:0,maxArgs:0}});C(w)}),f=new l(C=>typeof C!="function"?C:function(S,w,L){let G=!1,D,F=new Promise(we=>{D=function(I){G=!0,we(I)}}),K;try{K=C(S,w,D)}catch(we){K=Promise.reject(we)}let O=K!==!0&&s(K);if(K!==!0&&!O&&!G)return!1;let ge=we=>{we.then(I=>{L(I)},I=>{let k;I&&(I instanceof Error||typeof I.message=="string")?k=I.message:k="An unexpected error occurred",L({__mozWebExtensionPolyfillReject__:!0,message:k})}).catch(I=>{})};return ge(O?K:F),!0}),me=({reject:C,resolve:g},S)=>{i.runtime.lastError?i.runtime.lastError.message===a?g():C(new Error(i.runtime.lastError.message)):S&&S.__mozWebExtensionPolyfillReject__?C(new Error(S.message)):g(S)},z=(C,g,S,...w)=>{if(w.lengthg.maxArgs)throw new Error(`Expected at most ${g.maxArgs} ${c(g.maxArgs)} for ${C}(), got ${w.length}`);return new Promise((L,G)=>{let D=me.bind(null,{resolve:L,reject:G});w.push(D),S.sendMessage(...w)})},J={devtools:{network:{onRequestFinished:ne(V)}},runtime:{onMessage:ne(f),onMessageExternal:ne(f),sendMessage:z.bind(null,"sendMessage",{minArgs:1,maxArgs:3})},tabs:{sendMessage:z.bind(null,"sendMessage",{minArgs:2,maxArgs:3})}},ue={clear:{minArgs:1,maxArgs:1},get:{minArgs:1,maxArgs:1},set:{minArgs:1,maxArgs:1}};return o.privacy={network:{"*":ue},services:{"*":ue},websites:{"*":ue}},E(i,J,o)};r.exports=n(chrome)}else r.exports=globalThis.browser})}}),To={};hc(To,{default:()=>ga});var bc=fo(bo());fc(To,fo(bo()));var{default:go,...Tc}=bc,ga=go!==void 0?go:Tc;globalThis.immersiveTranslateBrowserAPI=ga;function Lr(){let t,e="pending",r=new Promise((a,n)=>{t={async resolve(i){await i,e="fulfilled",a(i)},reject(i){e="rejected",n(i)}}});return Object.defineProperty(r,"state",{get:()=>e}),Object.assign(r,t)}function Ir(t,e={}){let{signal:r,persistent:a}=e;return r?.aborted?Promise.reject(new DOMException("Delay was aborted.","AbortError")):new Promise((n,i)=>{let o=()=>{clearTimeout(s),i(new DOMException("Delay was aborted.","AbortError"))},s=setTimeout(()=>{r?.removeEventListener("abort",o),n()},t);if(r?.addEventListener("abort",o,{once:!0}),a===!1)try{Deno.unrefTimer(s)}catch(u){if(!(u instanceof ReferenceError))throw u}})}var vo=class{#e=0;#t=[];#r=[];#a=Lr();add(e){++this.#e,this.#n(e[Symbol.asyncIterator]())}async#n(e){try{let{value:r,done:a}=await e.next();a?--this.#e:this.#t.push({iterator:e,value:r})}catch(r){this.#r.push(r)}this.#a.resolve()}async*iterate(){for(;this.#e>0;){await this.#a;for(let e=0;eHc,bgBlue:()=>Qc,bgBrightBlack:()=>Jc,bgBrightBlue:()=>ad,bgBrightCyan:()=>id,bgBrightGreen:()=>td,bgBrightMagenta:()=>nd,bgBrightRed:()=>ed,bgBrightWhite:()=>od,bgBrightYellow:()=>rd,bgCyan:()=>Xc,bgGreen:()=>Vc,bgMagenta:()=>Yc,bgRed:()=>Gc,bgRgb24:()=>cd,bgRgb8:()=>ld,bgWhite:()=>Zc,bgYellow:()=>$c,black:()=>_c,blue:()=>Bc,bold:()=>wc,brightBlack:()=>wo,brightBlue:()=>Uc,brightCyan:()=>Kc,brightGreen:()=>Nc,brightMagenta:()=>jc,brightRed:()=>Rc,brightWhite:()=>Wc,brightYellow:()=>qc,cyan:()=>zc,dim:()=>xc,getColorEnabled:()=>yc,gray:()=>Mc,green:()=>Lc,hidden:()=>Ec,inverse:()=>kc,italic:()=>Ac,magenta:()=>Fc,red:()=>Pc,reset:()=>Sc,rgb24:()=>ud,rgb8:()=>sd,setColorEnabled:()=>vc,strikethrough:()=>Cc,stripColor:()=>pd,underline:()=>Dc,white:()=>Oc,yellow:()=>Ic});var{Deno:yo}=globalThis,So=typeof yo?.noColor=="boolean"?yo.noColor:!0,bn=!So;function vc(t){So||(bn=t)}function yc(){return bn}function Y(t,e){return{open:`\x1B[${t.join(";")}m`,close:`\x1B[${e}m`,regexp:new RegExp(`\\x1b\\[${e}m`,"g")}}function X(t,e){return bn?`${e.open}${t.replace(e.regexp,e.open)}${e.close}`:t}function Sc(t){return X(t,Y([0],0))}function wc(t){return X(t,Y([1],22))}function xc(t){return X(t,Y([2],22))}function Ac(t){return X(t,Y([3],23))}function Dc(t){return X(t,Y([4],24))}function kc(t){return X(t,Y([7],27))}function Ec(t){return X(t,Y([8],28))}function Cc(t){return X(t,Y([9],29))}function _c(t){return X(t,Y([30],39))}function Pc(t){return X(t,Y([31],39))}function Lc(t){return X(t,Y([32],39))}function Ic(t){return X(t,Y([33],39))}function Bc(t){return X(t,Y([34],39))}function Fc(t){return X(t,Y([35],39))}function zc(t){return X(t,Y([36],39))}function Oc(t){return X(t,Y([37],39))}function Mc(t){return wo(t)}function wo(t){return X(t,Y([90],39))}function Rc(t){return X(t,Y([91],39))}function Nc(t){return X(t,Y([92],39))}function qc(t){return X(t,Y([93],39))}function Uc(t){return X(t,Y([94],39))}function jc(t){return X(t,Y([95],39))}function Kc(t){return X(t,Y([96],39))}function Wc(t){return X(t,Y([97],39))}function Hc(t){return X(t,Y([40],49))}function Gc(t){return X(t,Y([41],49))}function Vc(t){return X(t,Y([42],49))}function $c(t){return X(t,Y([43],49))}function Qc(t){return X(t,Y([44],49))}function Yc(t){return X(t,Y([45],49))}function Xc(t){return X(t,Y([46],49))}function Zc(t){return X(t,Y([47],49))}function Jc(t){return X(t,Y([100],49))}function ed(t){return X(t,Y([101],49))}function td(t){return X(t,Y([102],49))}function rd(t){return X(t,Y([103],49))}function ad(t){return X(t,Y([104],49))}function nd(t){return X(t,Y([105],49))}function id(t){return X(t,Y([106],49))}function od(t){return X(t,Y([107],49))}function Lt(t,e=255,r=0){return Math.trunc(Math.max(Math.min(t,e),r))}function sd(t,e){return X(t,Y([38,5,Lt(e)],39))}function ld(t,e){return X(t,Y([48,5,Lt(e)],49))}function ud(t,e){return typeof e=="number"?X(t,Y([38,2,e>>16&255,e>>8&255,e&255],39)):X(t,Y([38,2,Lt(e.r),Lt(e.g),Lt(e.b)],39))}function cd(t,e){return typeof e=="number"?X(t,Y([48,2,e>>16&255,e>>8&255,e&255],49)):X(t,Y([48,2,Lt(e.r),Lt(e.g),Lt(e.b)],49))}var dd=new RegExp(["[\\u001B\\u009B][[\\]()#;?]*(?:(?:(?:(?:;[-a-zA-Z\\d\\/#&.:=?%@~_]+)*|[a-zA-Z\\d]+(?:;[-a-zA-Z\\d\\/#&.:=?%@~_]*)*)?\\u0007)","(?:(?:\\d{1,4}(?:;\\d{0,4})*)?[\\dA-PR-TZcf-nq-uy=><~]))"].join("|"),"g");function pd(t){return t.replace(dd,"")}var Tn=class extends Error{constructor(e,r){super(`Exceeded max retry count (${r})`),this.name="RetryError",this.cause=e}},md={multiplier:2,maxTimeout:6e4,maxAttempts:5,minTimeout:1e3};async function vn(t,e){let r={...md,...e};if(r.maxTimeout>=0&&r.minTimeout>r.maxTimeout)throw new RangeError("minTimeout is greater than maxTimeout");let a=r.minTimeout,n;for(let i=0;isetTimeout(l,a)),a*=r.multiplier,a=Math.max(a,r.minTimeout),r.maxTimeout>=0&&(a=Math.min(a,r.maxTimeout)),n=o}throw new Tn(n,r.maxAttempts)}var Xf=Number.isNaN||function(t){return typeof t=="number"&&t!==t};var ha=globalThis||(typeof window<"u"?window:self),fd=Object.create,Sn=Object.defineProperty,bd=Object.getOwnPropertyDescriptor,Td=Object.getOwnPropertyNames,vd=Object.getPrototypeOf,yd=Object.prototype.hasOwnProperty,Sd=(t,e)=>()=>(e||t((e={exports:{}}).exports,e),e.exports),wd=(t,e)=>{for(var r in e)Sn(t,r,{get:e[r],enumerable:!0})},yn=(t,e,r,a)=>{if(e&&typeof e=="object"||typeof e=="function")for(let n of Td(e))!yd.call(t,n)&&n!==r&&Sn(t,n,{get:()=>e[n],enumerable:!(a=bd(e,n))||a.enumerable});return t},xd=(t,e,r)=>(yn(t,e,"default"),r&&yn(r,e,"default")),Ao=(t,e,r)=>(r=t!=null?fd(vd(t)):{},yn(e||!t||!t.__esModule?Sn(r,"default",{value:t,enumerable:!0}):r,t)),Do=Sd((t,e)=>{var r="Expected a function",a=NaN,n="[object Symbol]",i=/^\s+|\s+$/g,o=/^[-+]0x[0-9a-f]+$/i,l=/^0b[01]+$/i,s=/^0o[0-7]+$/i,u=parseInt,c=typeof ha=="object"&&ha&&ha.Object===Object&&ha,d=typeof self=="object"&&self&&self.Object===Object&&self,h=c||d||Function("return this")(),b=Object.prototype,E=b.toString,ne=Math.max,V=Math.min,f=function(){return h.Date.now()};function me(S,w,L){var G,D,F,K,O,ge,we=0,I=!1,k=!1,ye=!0;if(typeof S!="function")throw new TypeError(r);w=g(w)||0,J(L)&&(I=!!L.leading,k="maxWait"in L,F=k?ne(g(L.maxWait)||0,w):F,ye="trailing"in L?!!L.trailing:ye);function ie(M){var U=G,ee=D;return G=D=void 0,we=M,K=S.apply(ee,U),K}function v(M){return we=M,O=setTimeout(re,w),I?ie(M):K}function x(M){var U=M-ge,ee=M-we,oe=w-U;return k?V(oe,F-ee):oe}function P(M){var U=M-ge,ee=M-we;return ge===void 0||U>=w||U<0||k&&ee>=F}function re(){var M=f();if(P(M))return H(M);O=setTimeout(re,x(M))}function H(M){return O=void 0,ye&&G?ie(M):(G=D=void 0,K)}function ce(){O!==void 0&&clearTimeout(O),we=0,G=ge=D=O=void 0}function he(){return O===void 0?K:H(f())}function $(){var M=f(),U=P(M);if(G=arguments,D=this,ge=M,U){if(O===void 0)return v(ge);if(k)return O=setTimeout(re,w),ie(ge)}return O===void 0&&(O=setTimeout(re,w)),K}return $.cancel=ce,$.flush=he,$}function z(S,w,L){var G=!0,D=!0;if(typeof S!="function")throw new TypeError(r);return J(L)&&(G="leading"in L?!!L.leading:G,D="trailing"in L?!!L.trailing:D),me(S,w,{leading:G,maxWait:w,trailing:D})}function J(S){var w=typeof S;return!!S&&(w=="object"||w=="function")}function ue(S){return!!S&&typeof S=="object"}function C(S){return typeof S=="symbol"||ue(S)&&E.call(S)==n}function g(S){if(typeof S=="number")return S;if(C(S))return a;if(J(S)){var w=typeof S.valueOf=="function"?S.valueOf():S;S=J(w)?w+"":w}if(typeof S!="string")return S===0?S:+S;S=S.replace(i,"");var L=l.test(S);return L||s.test(S)?u(S.slice(2),L?2:8):o.test(S)?a:+S}e.exports=z}),ko={};wd(ko,{default:()=>wn});var Ad=Ao(Do());xd(ko,Ao(Do()));var{default:xo,...Dd}=Ad,wn=xo!==void 0?xo:Dd;var fa=globalThis||(typeof window<"u"?window:self),kd=Object.create,An=Object.defineProperty,Ed=Object.getOwnPropertyDescriptor,Cd=Object.getOwnPropertyNames,_d=Object.getPrototypeOf,Pd=Object.prototype.hasOwnProperty,Ld=(t,e)=>()=>(e||t((e={exports:{}}).exports,e),e.exports),Id=(t,e)=>{for(var r in e)An(t,r,{get:e[r],enumerable:!0})},xn=(t,e,r,a)=>{if(e&&typeof e=="object"||typeof e=="function")for(let n of Cd(e))!Pd.call(t,n)&&n!==r&&An(t,n,{get:()=>e[n],enumerable:!(a=Ed(e,n))||a.enumerable});return t},Bd=(t,e,r)=>(xn(t,e,"default"),r&&xn(r,e,"default")),Co=(t,e,r)=>(r=t!=null?kd(_d(t)):{},xn(e||!t||!t.__esModule?An(r,"default",{value:t,enumerable:!0}):r,t)),_o=Ld((t,e)=>{var r="Expected a function",a=NaN,n="[object Symbol]",i=/^\s+|\s+$/g,o=/^[-+]0x[0-9a-f]+$/i,l=/^0b[01]+$/i,s=/^0o[0-7]+$/i,u=parseInt,c=typeof fa=="object"&&fa&&fa.Object===Object&&fa,d=typeof self=="object"&&self&&self.Object===Object&&self,h=c||d||Function("return this")(),b=Object.prototype,E=b.toString,ne=Math.max,V=Math.min,f=function(){return h.Date.now()};function me(g,S,w){var L,G,D,F,K,O,ge=0,we=!1,I=!1,k=!0;if(typeof g!="function")throw new TypeError(r);S=C(S)||0,z(w)&&(we=!!w.leading,I="maxWait"in w,D=I?ne(C(w.maxWait)||0,S):D,k="trailing"in w?!!w.trailing:k);function ye($){var M=L,U=G;return L=G=void 0,ge=$,F=g.apply(U,M),F}function ie($){return ge=$,K=setTimeout(P,S),we?ye($):F}function v($){var M=$-O,U=$-ge,ee=S-M;return I?V(ee,D-U):ee}function x($){var M=$-O,U=$-ge;return O===void 0||M>=S||M<0||I&&U>=D}function P(){var $=f();if(x($))return re($);K=setTimeout(P,v($))}function re($){return K=void 0,k&&L?ye($):(L=G=void 0,F)}function H(){K!==void 0&&clearTimeout(K),ge=0,L=O=G=K=void 0}function ce(){return K===void 0?F:re(f())}function he(){var $=f(),M=x($);if(L=arguments,G=this,O=$,M){if(K===void 0)return ie(O);if(I)return K=setTimeout(P,S),ye(O)}return K===void 0&&(K=setTimeout(P,S)),F}return he.cancel=H,he.flush=ce,he}function z(g){var S=typeof g;return!!g&&(S=="object"||S=="function")}function J(g){return!!g&&typeof g=="object"}function ue(g){return typeof g=="symbol"||J(g)&&E.call(g)==n}function C(g){if(typeof g=="number")return g;if(ue(g))return a;if(z(g)){var S=typeof g.valueOf=="function"?g.valueOf():g;g=z(S)?S+"":S}if(typeof g!="string")return g===0?g:+g;g=g.replace(i,"");var w=l.test(g);return w||s.test(g)?u(g.slice(2),w?2:8):o.test(g)?a:+g}e.exports=me}),Po={};Id(Po,{default:()=>Dn});var Fd=Co(_o());Bd(Po,Co(_o()));var{default:Eo,...zd}=Fd,Dn=Eo!==void 0?Eo:zd;var Od=Object.create,En=Object.defineProperty,Md=Object.getOwnPropertyDescriptor,Rd=Object.getOwnPropertyNames,Nd=Object.getPrototypeOf,qd=Object.prototype.hasOwnProperty,Ud=(t,e)=>()=>(e||t((e={exports:{}}).exports,e),e.exports),jd=(t,e)=>{for(var r in e)En(t,r,{get:e[r],enumerable:!0})},kn=(t,e,r,a)=>{if(e&&typeof e=="object"||typeof e=="function")for(let n of Rd(e))!qd.call(t,n)&&n!==r&&En(t,n,{get:()=>e[n],enumerable:!(a=Md(e,n))||a.enumerable});return t},Kd=(t,e,r)=>(kn(t,e,"default"),r&&kn(r,e,"default")),Io=(t,e,r)=>(r=t!=null?Od(Nd(t)):{},kn(e||!t||!t.__esModule?En(r,"default",{value:t,enumerable:!0}):r,t)),Bo=Ud((t,e)=>{(function(r,a){typeof t=="object"&&typeof e=="object"?e.exports=a():typeof define=="function"&&define.amd?define([],a):typeof t=="object"?t.notie=a():r.notie=a()})(t,function(){return function(r){function a(i){if(n[i])return n[i].exports;var o=n[i]={i,l:!1,exports:{}};return r[i].call(o.exports,o,o.exports,a),o.l=!0,o.exports}var n={};return a.m=r,a.c=n,a.i=function(i){return i},a.d=function(i,o,l){a.o(i,o)||Object.defineProperty(i,o,{configurable:!1,enumerable:!0,get:l})},a.n=function(i){var o=i&&i.__esModule?function(){return i.default}:function(){return i};return a.d(o,"a",o),o},a.o=function(i,o){return Object.prototype.hasOwnProperty.call(i,o)},a.p="",a(a.s=1)}([function(r,a){r.exports=function(n){return n.webpackPolyfill||(n.deprecate=function(){},n.paths=[],n.children||(n.children=[]),Object.defineProperty(n,"loaded",{enumerable:!0,get:function(){return n.l}}),Object.defineProperty(n,"id",{enumerable:!0,get:function(){return n.i}}),n.webpackPolyfill=1),n}},function(r,a,n){"use strict";(function(i){var o,l,s,u=typeof Symbol=="function"&&typeof Symbol.iterator=="symbol"?function(c){return typeof c}:function(c){return c&&typeof Symbol=="function"&&c.constructor===Symbol&&c!==Symbol.prototype?"symbol":typeof c};(function(c,d){u(a)==="object"&&u(i)==="object"?i.exports=d():(l=[],o=d,s=typeof o=="function"?o.apply(a,l):o,s!==void 0&&(i.exports=s))})(void 0,function(){return function(c){function d(b){if(h[b])return h[b].exports;var E=h[b]={i:b,l:!1,exports:{}};return c[b].call(E.exports,E,E.exports,d),E.l=!0,E.exports}var h={};return d.m=c,d.c=h,d.i=function(b){return b},d.d=function(b,E,ne){d.o(b,E)||Object.defineProperty(b,E,{configurable:!1,enumerable:!0,get:ne})},d.n=function(b){var E=b&&b.__esModule?function(){return b.default}:function(){return b};return d.d(E,"a",E),E},d.o=function(b,E){return Object.prototype.hasOwnProperty.call(b,E)},d.p="",d(d.s=0)}([function(c,d,h){function b(v,x){var P={};for(var re in v)x.indexOf(re)>=0||Object.prototype.hasOwnProperty.call(v,re)&&(P[re]=v[re]);return P}Object.defineProperty(d,"__esModule",{value:!0});var E=typeof Symbol=="function"&&u(Symbol.iterator)==="symbol"?function(v){return typeof v>"u"?"undefined":u(v)}:function(v){return v&&typeof Symbol=="function"&&v.constructor===Symbol&&v!==Symbol.prototype?"symbol":typeof v>"u"?"undefined":u(v)},ne=Object.assign||function(v){for(var x=1;x'+re+"",ee.onclick=function(){return D(oe,U)},ee.listener=function(B){(w(B)||L(B))&&O()},G(ee,U),ce&&ce<1&&(ce=1),!$&&ce&&J(ce).then(function(){return D(oe,U)})},we=d.force=function(v,x){var P=v.type,re=P===void 0?5:P,H=v.text,ce=v.buttonText,he=ce===void 0?"OK":ce,$=v.callback,M=v.position,U=M===void 0?f.positions.force||U.top:M;ue(),O();var ee=document.createElement("div"),oe=C();ee.id=oe;var B=document.createElement("div");B.classList.add(f.classes.textbox),B.classList.add(f.classes.backgroundInfo),B.innerHTML='
'+H+"
";var Q=document.createElement("div");Q.classList.add(f.classes.button),Q.classList.add(g[re]),Q.innerHTML=he,Q.onclick=function(){D(oe,U),K(),$?$():x&&x()},ee.appendChild(B),ee.appendChild(Q),ee.listener=function(ve){w(ve)&&Q.click()},G(ee,U),F()},I=d.confirm=function(v,x,P){var re=v.text,H=v.submitText,ce=H===void 0?"Yes":H,he=v.cancelText,$=he===void 0?"Cancel":he,M=v.submitCallback,U=v.cancelCallback,ee=v.position,oe=ee===void 0?f.positions.confirm||oe.top:ee;ue(),O();var B=document.createElement("div"),Q=C();B.id=Q;var ve=document.createElement("div");ve.classList.add(f.classes.textbox),ve.classList.add(f.classes.backgroundInfo),ve.innerHTML='
'+re+"
";var se=document.createElement("div");se.classList.add(f.classes.button),se.classList.add(f.classes.elementHalf),se.classList.add(f.classes.backgroundSuccess),se.innerHTML=ce,se.onclick=function(){D(Q,oe),K(),M?M():x&&x()};var j=document.createElement("div");j.classList.add(f.classes.button),j.classList.add(f.classes.elementHalf),j.classList.add(f.classes.backgroundError),j.innerHTML=$,j.onclick=function(){D(Q,oe),K(),U?U():P&&P()},B.appendChild(ve),B.appendChild(se),B.appendChild(j),B.listener=function(xe){w(xe)?se.click():L(xe)&&j.click()},G(B,oe),F(B,oe)},k=function(v,x,P){var re=v.text,H=v.submitText,ce=H===void 0?"Submit":H,he=v.cancelText,$=he===void 0?"Cancel":he,M=v.submitCallback,U=v.cancelCallback,ee=v.position,oe=ee===void 0?f.positions.input||oe.top:ee,B=b(v,["text","submitText","cancelText","submitCallback","cancelCallback","position"]);ue(),O();var Q=document.createElement("div"),ve=C();Q.id=ve;var se=document.createElement("div");se.classList.add(f.classes.textbox),se.classList.add(f.classes.backgroundInfo),se.innerHTML='
'+re+"
";var j=document.createElement("input");j.classList.add(f.classes.inputField),j.setAttribute("autocapitalize",B.autocapitalize||"none"),j.setAttribute("autocomplete",B.autocomplete||"off"),j.setAttribute("autocorrect",B.autocorrect||"off"),j.setAttribute("autofocus",B.autofocus||"true"),j.setAttribute("inputmode",B.inputmode||"verbatim"),j.setAttribute("max",B.max||""),j.setAttribute("maxlength",B.maxlength||""),j.setAttribute("min",B.min||""),j.setAttribute("minlength",B.minlength||""),j.setAttribute("placeholder",B.placeholder||""),j.setAttribute("spellcheck",B.spellcheck||"default"),j.setAttribute("step",B.step||"any"),j.setAttribute("type",B.type||"text"),j.value=B.value||"",B.allowed&&(j.oninput=function(){var ke=void 0;if(Array.isArray(B.allowed)){for(var Ce="",qe=B.allowed,Ye=0;Ye'+P+"",U.appendChild(oe),he.forEach(function(Q,ve){var se=Q.type,j=se===void 0?1:se,xe=Q.text,Pe=Q.handler,ke=document.createElement("div");ke.classList.add(g[j]),ke.classList.add(f.classes.button),ke.classList.add(f.classes.selectChoice);var Ce=he[ve+1];Ce&&!Ce.type&&(Ce.type=1),Ce&&Ce.type===j&&ke.classList.add(f.classes.selectChoiceRepeated),ke.innerHTML=xe,ke.onclick=function(){D(ee,M),K(),Pe()},U.appendChild(ke)});var B=document.createElement("div");B.classList.add(f.classes.backgroundNeutral),B.classList.add(f.classes.button),B.innerHTML=H,B.onclick=function(){D(ee,M),K(),ce?ce():x&&x()},U.appendChild(B),U.listener=function(Q){L(Q)&&B.click()},G(U,M),F(U,M)},ie=d.date=function(v,x,P){var re=v.value,H=re===void 0?new Date:re,ce=v.submitText,he=ce===void 0?"OK":ce,$=v.cancelText,M=$===void 0?"Cancel":$,U=v.submitCallback,ee=v.cancelCallback,oe=v.position,B=oe===void 0?f.positions.date||B.top:oe;ue(),O();var Q="▾",ve=document.createElement("div"),se=document.createElement("div"),j=document.createElement("div"),xe=function(Ae){ve.innerHTML=f.dateMonths[Ae.getMonth()],se.innerHTML=Ae.getDate(),j.innerHTML=Ae.getFullYear()},Pe=function(Ae){var de=new Date(H.getFullYear(),H.getMonth()+1,0).getDate(),$e=Ae.target.textContent.replace(/^0+/,"").replace(/[^\d]/g,"").slice(0,2);Number($e)>de&&($e=de.toString()),Ae.target.textContent=$e,Number($e)<1&&($e="1"),H.setDate(Number($e))},ke=function(Ae){var de=Ae.target.textContent.replace(/^0+/,"").replace(/[^\d]/g,"").slice(0,4);Ae.target.textContent=de,H.setFullYear(Number(de))},Ce=function(Ae){xe(H)},qe=function(Ae){var de=new Date(H.getFullYear(),H.getMonth()+Ae+1,0).getDate();H.getDate()>de&&H.setDate(de),H.setMonth(H.getMonth()+Ae),xe(H)},Ye=function(Ae){H.setDate(H.getDate()+Ae),xe(H)},Pr=function(Ae){var de=H.getFullYear()+Ae;de<0?H.setFullYear(0):H.setFullYear(H.getFullYear()+Ae),xe(H)},ct=document.createElement("div"),Qt=C();ct.id=Qt;var cr=document.createElement("div");cr.classList.add(f.classes.backgroundInfo);var Fe=document.createElement("div");Fe.classList.add(f.classes.dateSelectorInner);var tt=document.createElement("div");tt.classList.add(f.classes.button),tt.classList.add(f.classes.elementThird),tt.classList.add(f.classes.dateSelectorUp),tt.innerHTML=Q;var ze=document.createElement("div");ze.classList.add(f.classes.button),ze.classList.add(f.classes.elementThird),ze.classList.add(f.classes.dateSelectorUp),ze.innerHTML=Q;var Ve=document.createElement("div");Ve.classList.add(f.classes.button),Ve.classList.add(f.classes.elementThird),Ve.classList.add(f.classes.dateSelectorUp),Ve.innerHTML=Q,ve.classList.add(f.classes.element),ve.classList.add(f.classes.elementThird),ve.innerHTML=f.dateMonths[H.getMonth()],se.classList.add(f.classes.element),se.classList.add(f.classes.elementThird),se.setAttribute("contentEditable",!0),se.addEventListener("input",Pe),se.addEventListener("blur",Ce),se.innerHTML=H.getDate(),j.classList.add(f.classes.element),j.classList.add(f.classes.elementThird),j.setAttribute("contentEditable",!0),j.addEventListener("input",ke),j.addEventListener("blur",Ce),j.innerHTML=H.getFullYear();var bt=document.createElement("div");bt.classList.add(f.classes.button),bt.classList.add(f.classes.elementThird),bt.innerHTML=Q;var Tt=document.createElement("div");Tt.classList.add(f.classes.button),Tt.classList.add(f.classes.elementThird),Tt.innerHTML=Q;var Yt=document.createElement("div");Yt.classList.add(f.classes.button),Yt.classList.add(f.classes.elementThird),Yt.innerHTML=Q,tt.onclick=function(){return qe(1)},ze.onclick=function(){return Ye(1)},Ve.onclick=function(){return Pr(1)},bt.onclick=function(){return qe(-1)},Tt.onclick=function(){return Ye(-1)},Yt.onclick=function(){return Pr(-1)};var Ue=document.createElement("div");Ue.classList.add(f.classes.button),Ue.classList.add(f.classes.elementHalf),Ue.classList.add(f.classes.backgroundSuccess),Ue.innerHTML=he,Ue.onclick=function(){D(Qt,B),K(),U?U(H):x&&x(H)};var vt=document.createElement("div");vt.classList.add(f.classes.button),vt.classList.add(f.classes.elementHalf),vt.classList.add(f.classes.backgroundError),vt.innerHTML=M,vt.onclick=function(){D(Qt,B),K(),ee?ee(H):P&&P(H)},Fe.appendChild(tt),Fe.appendChild(ze),Fe.appendChild(Ve),Fe.appendChild(ve),Fe.appendChild(se),Fe.appendChild(j),Fe.appendChild(bt),Fe.appendChild(Tt),Fe.appendChild(Yt),cr.appendChild(Fe),ct.appendChild(cr),ct.appendChild(Ue),ct.appendChild(vt),ct.listener=function(Ae){w(Ae)?Ue.click():L(Ae)&&vt.click()},G(ct,B),F(ct,B)};d.default={alert:ge,force:we,confirm:I,input:k,select:ye,date:ie,setOptions:me,hideAlerts:O}}])})}).call(a,n(0)(r))}])})}),Fo={};jd(Fo,{default:()=>ba});var Wd=Io(Bo());Kd(Fo,Io(Bo()));var{default:Lo,...Hd}=Wd,ba=Lo!==void 0?Lo:Hd;var Ta=typeof navigator<"u"?navigator.userAgent.toLowerCase().indexOf("firefox")>0:!1;function Br(t,e,r,a){t.addEventListener?t.addEventListener(e,r,a):t.attachEvent&&t.attachEvent(`on${e}`,()=>{r(window.event)})}function Cn(t,e){let r=e.slice(0,e.length-1);for(let a=0;a=0;)e[r-1]+=",",e.splice(r,1),r=e.lastIndexOf("");return e}function zo(t,e){let r=t.length>=e.length?t:e,a=t.length>=e.length?e:t,n=!0;for(let i=0;imr[t.toLowerCase()]||rt[t.toLowerCase()]||t.toUpperCase().charCodeAt(0),Gd=t=>Object.keys(mr).find(e=>mr[e]===t),Vd=t=>Object.keys(rt).find(e=>rt[e]===t);function Uo(t){No=t||"all"}function Fr(){return No||"all"}function $d(){return fe.slice(0)}function Qd(){return fe.map(t=>Gd(t)||Vd(t)||String.fromCharCode(t))}function Yd(){let t=[];return Object.keys(De).forEach(e=>{De[e].forEach(({key:r,scope:a,mods:n,shortcut:i})=>{t.push({scope:a,shortcut:i,mods:n,keys:r.split("+").map(o=>zr(o))})})}),t}function Xd(t){let e=t.target||t.srcElement,{tagName:r}=e,a=!0;return(e.isContentEditable||(r==="INPUT"||r==="TEXTAREA"||r==="SELECT")&&!e.readOnly)&&(a=!1),a}function Zd(t){return typeof t=="string"&&(t=zr(t)),fe.indexOf(t)!==-1}function Jd(t,e){let r,a;t||(t=Fr());for(let n in De)if(Object.prototype.hasOwnProperty.call(De,n))for(r=De[n],a=0;a=0&&fe.splice(r,1),t.key&&t.key.toLowerCase()==="meta"&&fe.splice(0,fe.length),(e===93||e===224)&&(e=91),e in Be){Be[e]=!1;for(let a in rt)rt[a]===e&&(It[a]=!1)}}function jo(t,...e){if(typeof t>"u")Object.keys(De).forEach(r=>delete De[r]);else if(Array.isArray(t))t.forEach(r=>{r.key&&Pn(r)});else if(typeof t=="object")t.key&&Pn(t);else if(typeof t=="string"){let[r,a]=e;typeof r=="function"&&(a=r,r=""),Pn({key:t,scope:r,method:a,splitKey:"+"})}}var Pn=({key:t,scope:e,method:r,splitKey:a="+"})=>{_n(t).forEach(i=>{let o=i.split(a),l=o.length,s=o[l-1],u=s==="*"?"*":zr(s);if(!De[u])return;e||(e=Fr());let c=l>1?Cn(rt,o):[];De[u]=De[u].filter(d=>!((r?d.method===r:!0)&&d.scope===e&&zo(d.mods,c)))})};function Mo(t,e,r,a){if(e.element!==a)return;let n;if(e.scope===r||e.scope==="all"){n=e.mods.length>0;for(let i in Be)Object.prototype.hasOwnProperty.call(Be,i)&&(!Be[i]&&e.mods.indexOf(+i)>-1||Be[i]&&e.mods.indexOf(+i)===-1)&&(n=!1);(e.mods.length===0&&!Be[16]&&!Be[18]&&!Be[17]&&!Be[91]||n||e.shortcut==="*")&&(e.keys=[],e.keys=e.keys.concat(fe),e.method(t,e)===!1&&(t.preventDefault?t.preventDefault():t.returnValue=!1,t.stopPropagation&&t.stopPropagation(),t.cancelBubble&&(t.cancelBubble=!0)))}}function Ro(t,e){let r=De["*"],a=t.keyCode||t.which||t.charCode;if(!It.filter.call(this,t))return;if((a===93||a===224)&&(a=91),fe.indexOf(a)===-1&&a!==229&&fe.push(a),["ctrlKey","altKey","shiftKey","metaKey"].forEach(i=>{let o=va[i];t[i]&&fe.indexOf(o)===-1?fe.push(o):!t[i]&&fe.indexOf(o)>-1?fe.splice(fe.indexOf(o),1):i==="metaKey"&&t[i]&&fe.length===3&&(t.ctrlKey||t.shiftKey||t.altKey||(fe=fe.slice(fe.indexOf(o))))}),a in Be){Be[a]=!0;for(let i in rt)rt[i]===a&&(It[i]=!0);if(!r)return}for(let i in Be)Object.prototype.hasOwnProperty.call(Be,i)&&(Be[i]=t[va[i]]);t.getModifierState&&!(t.altKey&&!t.ctrlKey)&&t.getModifierState("AltGraph")&&(fe.indexOf(17)===-1&&fe.push(17),fe.indexOf(18)===-1&&fe.push(18),Be[17]=!0,Be[18]=!0);let n=Fr();if(r)for(let i=0;i-1}function It(t,e,r){fe=[];let a=_n(t),n=[],i="all",o=document,l=0,s=!1,u=!0,c="+",d=!1,h=!1;for(r===void 0&&typeof e=="function"&&(r=e),Object.prototype.toString.call(e)==="[object Object]"&&(e.scope&&(i=e.scope),e.element&&(o=e.element),e.keyup&&(s=e.keyup),e.keydown!==void 0&&(u=e.keydown),e.capture!==void 0&&(d=e.capture),typeof e.splitKey=="string"&&(c=e.splitKey),e.single===!0&&(h=!0)),typeof e=="string"&&(i=e),h&&jo(t,i);l1&&(n=Cn(rt,t)),t=t[t.length-1],t=t==="*"?"*":zr(t),t in De||(De[t]=[]),De[t].push({keyup:s,keydown:u,scope:i,mods:n,shortcut:a[l],method:r,key:a[l],splitKey:c,element:o});typeof o<"u"&&!tp(o)&&window&&(qo.push(o),Br(o,"keydown",b=>{Ro(b,o)},d),Oo||(Oo=!0,Br(window,"focus",()=>{fe=[]},d),Br(window,"click",()=>{fe=[]},!1)),Br(o,"keyup",b=>{Ro(b,o),ep(b)},d))}function rp(t,e="all"){Object.keys(De).forEach(r=>{De[r].filter(n=>n.scope===e&&n.shortcut===t).forEach(n=>{n&&n.method&&n.method()})})}var Ln={getPressedKeyString:Qd,setScope:Uo,getScope:Fr,deleteScope:Jd,getPressedKeyCodes:$d,getAllKeyCodes:Yd,isPressed:Zd,filter:Xd,trigger:rp,unbind:jo,keyMap:mr,modifier:rt,modifierMap:va};for(let t in Ln)Object.prototype.hasOwnProperty.call(Ln,t)&&(It[t]=Ln[t]);if(typeof window<"u"){let t=window.hotkeys;It.noConflict=e=>(e&&window.hotkeys===It&&(window.hotkeys=t),It),window.hotkeys=It}var ap={"Amazon Silk":"amazon_silk","Android Browser":"android",Bada:"bada",BlackBerry:"blackberry",Chrome:"chrome",Chromium:"chromium",Electron:"electron",Epiphany:"epiphany",Firefox:"firefox",Focus:"focus",Generic:"generic","Google Search":"google_search",Googlebot:"googlebot","Internet Explorer":"ie","K-Meleon":"k_meleon",Maxthon:"maxthon","Microsoft Edge":"edge","MZ Browser":"mz","NAVER Whale Browser":"naver",Opera:"opera","Opera Coast":"opera_coast",PhantomJS:"phantomjs",Puffin:"puffin",QupZilla:"qupzilla",QQ:"qq",QQLite:"qqlite",Safari:"safari",Sailfish:"sailfish","Samsung Internet for Android":"samsung_internet",SeaMonkey:"seamonkey",Sleipnir:"sleipnir",Swing:"swing",Tizen:"tizen","UC Browser":"uc",Vivaldi:"vivaldi","WebOS Browser":"webos",WeChat:"wechat","Yandex Browser":"yandex",Roku:"roku"},Wo={amazon_silk:"Amazon Silk",android:"Android Browser",bada:"Bada",blackberry:"BlackBerry",chrome:"Chrome",chromium:"Chromium",electron:"Electron",epiphany:"Epiphany",firefox:"Firefox",focus:"Focus",generic:"Generic",googlebot:"Googlebot",google_search:"Google Search",ie:"Internet Explorer",k_meleon:"K-Meleon",maxthon:"Maxthon",edge:"Microsoft Edge",mz:"MZ Browser",naver:"NAVER Whale Browser",opera:"Opera",opera_coast:"Opera Coast",phantomjs:"PhantomJS",puffin:"Puffin",qupzilla:"QupZilla",qq:"QQ Browser",qqlite:"QQ Browser Lite",safari:"Safari",sailfish:"Sailfish",samsung_internet:"Samsung Internet for Android",seamonkey:"SeaMonkey",sleipnir:"Sleipnir",swing:"Swing",tizen:"Tizen",uc:"UC Browser",vivaldi:"Vivaldi",webos:"WebOS Browser",wechat:"WeChat",yandex:"Yandex Browser"},_e={tablet:"tablet",mobile:"mobile",desktop:"desktop",tv:"tv"},Ke={WindowsPhone:"Windows Phone",Windows:"Windows",MacOS:"macOS",iOS:"iOS",Android:"Android",WebOS:"WebOS",BlackBerry:"BlackBerry",Bada:"Bada",Tizen:"Tizen",Linux:"Linux",ChromeOS:"Chrome OS",PlayStation4:"PlayStation 4",Roku:"Roku"},Bt={EdgeHTML:"EdgeHTML",Blink:"Blink",Trident:"Trident",Presto:"Presto",Gecko:"Gecko",WebKit:"WebKit"},y=class{static getFirstMatch(t,e){let r=e.match(t);return r&&r.length>0&&r[1]||""}static getSecondMatch(t,e){let r=e.match(t);return r&&r.length>1&&r[2]||""}static matchAndReturnConst(t,e,r){if(t.test(e))return r}static getWindowsVersionName(t){switch(t){case"NT":return"NT";case"XP":return"XP";case"NT 5.0":return"2000";case"NT 5.1":return"XP";case"NT 5.2":return"2003";case"NT 6.0":return"Vista";case"NT 6.1":return"7";case"NT 6.2":return"8";case"NT 6.3":return"8.1";case"NT 10.0":return"10";default:return}}static getMacOSVersionName(t){let e=t.split(".").splice(0,2).map(r=>parseInt(r,10)||0);if(e.push(0),e[0]===10)switch(e[1]){case 5:return"Leopard";case 6:return"Snow Leopard";case 7:return"Lion";case 8:return"Mountain Lion";case 9:return"Mavericks";case 10:return"Yosemite";case 11:return"El Capitan";case 12:return"Sierra";case 13:return"High Sierra";case 14:return"Mojave";case 15:return"Catalina";default:return}}static getAndroidVersionName(t){let e=t.split(".").splice(0,2).map(r=>parseInt(r,10)||0);if(e.push(0),!(e[0]===1&&e[1]<5)){if(e[0]===1&&e[1]<6)return"Cupcake";if(e[0]===1&&e[1]>=6)return"Donut";if(e[0]===2&&e[1]<2)return"Eclair";if(e[0]===2&&e[1]===2)return"Froyo";if(e[0]===2&&e[1]>2)return"Gingerbread";if(e[0]===3)return"Honeycomb";if(e[0]===4&&e[1]<1)return"Ice Cream Sandwich";if(e[0]===4&&e[1]<4)return"Jelly Bean";if(e[0]===4&&e[1]>=4)return"KitKat";if(e[0]===5)return"Lollipop";if(e[0]===6)return"Marshmallow";if(e[0]===7)return"Nougat";if(e[0]===8)return"Oreo";if(e[0]===9)return"Pie"}}static getVersionPrecision(t){return t.split(".").length}static compareVersions(t,e,r=!1){let a=y.getVersionPrecision(t),n=y.getVersionPrecision(e),i=Math.max(a,n),o=0,l=y.map([t,e],s=>{let u=i-y.getVersionPrecision(s),c=s+new Array(u+1).join(".0");return y.map(c.split("."),d=>new Array(20-d.length).join("0")+d).reverse()});for(r&&(o=i-Math.min(a,n)),i-=1;i>=o;){if(l[0][i]>l[1][i])return 1;if(l[0][i]===l[1][i]){if(i===o)return 0;i-=1}else if(l[0][i]{r[o]=i[o]})}return t}static getBrowserAlias(t){return ap[t]}static getBrowserTypeByAlias(t){return Wo[t]||""}},be=/version\/(\d+(\.?_?\d+)+)/i,np=[{test:[/googlebot/i],describe(t){let e={name:"Googlebot"},r=y.getFirstMatch(/googlebot\/(\d+(\.\d+))/i,t)||y.getFirstMatch(be,t);return r&&(e.version=r),e}},{test:[/opera/i],describe(t){let e={name:"Opera"},r=y.getFirstMatch(be,t)||y.getFirstMatch(/(?:opera)[\s/](\d+(\.?_?\d+)+)/i,t);return r&&(e.version=r),e}},{test:[/opr\/|opios/i],describe(t){let e={name:"Opera"},r=y.getFirstMatch(/(?:opr|opios)[\s/](\S+)/i,t)||y.getFirstMatch(be,t);return r&&(e.version=r),e}},{test:[/SamsungBrowser/i],describe(t){let e={name:"Samsung Internet for Android"},r=y.getFirstMatch(be,t)||y.getFirstMatch(/(?:SamsungBrowser)[\s/](\d+(\.?_?\d+)+)/i,t);return r&&(e.version=r),e}},{test:[/Whale/i],describe(t){let e={name:"NAVER Whale Browser"},r=y.getFirstMatch(be,t)||y.getFirstMatch(/(?:whale)[\s/](\d+(?:\.\d+)+)/i,t);return r&&(e.version=r),e}},{test:[/MZBrowser/i],describe(t){let e={name:"MZ Browser"},r=y.getFirstMatch(/(?:MZBrowser)[\s/](\d+(?:\.\d+)+)/i,t)||y.getFirstMatch(be,t);return r&&(e.version=r),e}},{test:[/focus/i],describe(t){let e={name:"Focus"},r=y.getFirstMatch(/(?:focus)[\s/](\d+(?:\.\d+)+)/i,t)||y.getFirstMatch(be,t);return r&&(e.version=r),e}},{test:[/swing/i],describe(t){let e={name:"Swing"},r=y.getFirstMatch(/(?:swing)[\s/](\d+(?:\.\d+)+)/i,t)||y.getFirstMatch(be,t);return r&&(e.version=r),e}},{test:[/coast/i],describe(t){let e={name:"Opera Coast"},r=y.getFirstMatch(be,t)||y.getFirstMatch(/(?:coast)[\s/](\d+(\.?_?\d+)+)/i,t);return r&&(e.version=r),e}},{test:[/opt\/\d+(?:.?_?\d+)+/i],describe(t){let e={name:"Opera Touch"},r=y.getFirstMatch(/(?:opt)[\s/](\d+(\.?_?\d+)+)/i,t)||y.getFirstMatch(be,t);return r&&(e.version=r),e}},{test:[/yabrowser/i],describe(t){let e={name:"Yandex Browser"},r=y.getFirstMatch(/(?:yabrowser)[\s/](\d+(\.?_?\d+)+)/i,t)||y.getFirstMatch(be,t);return r&&(e.version=r),e}},{test:[/ucbrowser/i],describe(t){let e={name:"UC Browser"},r=y.getFirstMatch(be,t)||y.getFirstMatch(/(?:ucbrowser)[\s/](\d+(\.?_?\d+)+)/i,t);return r&&(e.version=r),e}},{test:[/Maxthon|mxios/i],describe(t){let e={name:"Maxthon"},r=y.getFirstMatch(be,t)||y.getFirstMatch(/(?:Maxthon|mxios)[\s/](\d+(\.?_?\d+)+)/i,t);return r&&(e.version=r),e}},{test:[/epiphany/i],describe(t){let e={name:"Epiphany"},r=y.getFirstMatch(be,t)||y.getFirstMatch(/(?:epiphany)[\s/](\d+(\.?_?\d+)+)/i,t);return r&&(e.version=r),e}},{test:[/puffin/i],describe(t){let e={name:"Puffin"},r=y.getFirstMatch(be,t)||y.getFirstMatch(/(?:puffin)[\s/](\d+(\.?_?\d+)+)/i,t);return r&&(e.version=r),e}},{test:[/sleipnir/i],describe(t){let e={name:"Sleipnir"},r=y.getFirstMatch(be,t)||y.getFirstMatch(/(?:sleipnir)[\s/](\d+(\.?_?\d+)+)/i,t);return r&&(e.version=r),e}},{test:[/k-meleon/i],describe(t){let e={name:"K-Meleon"},r=y.getFirstMatch(be,t)||y.getFirstMatch(/(?:k-meleon)[\s/](\d+(\.?_?\d+)+)/i,t);return r&&(e.version=r),e}},{test:[/micromessenger/i],describe(t){let e={name:"WeChat"},r=y.getFirstMatch(/(?:micromessenger)[\s/](\d+(\.?_?\d+)+)/i,t)||y.getFirstMatch(be,t);return r&&(e.version=r),e}},{test:[/qqbrowser/i],describe(t){let e={name:/qqbrowserlite/i.test(t)?"QQ Browser Lite":"QQ Browser"},r=y.getFirstMatch(/(?:qqbrowserlite|qqbrowser)[/](\d+(\.?_?\d+)+)/i,t)||y.getFirstMatch(be,t);return r&&(e.version=r),e}},{test:[/msie|trident/i],describe(t){let e={name:"Internet Explorer"},r=y.getFirstMatch(/(?:msie |rv:)(\d+(\.?_?\d+)+)/i,t);return r&&(e.version=r),e}},{test:[/\sedg\//i],describe(t){let e={name:"Microsoft Edge"},r=y.getFirstMatch(/\sedg\/(\d+(\.?_?\d+)+)/i,t);return r&&(e.version=r),e}},{test:[/edg([ea]|ios)/i],describe(t){let e={name:"Microsoft Edge"},r=y.getSecondMatch(/edg([ea]|ios)\/(\d+(\.?_?\d+)+)/i,t);return r&&(e.version=r),e}},{test:[/vivaldi/i],describe(t){let e={name:"Vivaldi"},r=y.getFirstMatch(/vivaldi\/(\d+(\.?_?\d+)+)/i,t);return r&&(e.version=r),e}},{test:[/seamonkey/i],describe(t){let e={name:"SeaMonkey"},r=y.getFirstMatch(/seamonkey\/(\d+(\.?_?\d+)+)/i,t);return r&&(e.version=r),e}},{test:[/sailfish/i],describe(t){let e={name:"Sailfish"},r=y.getFirstMatch(/sailfish\s?browser\/(\d+(\.\d+)?)/i,t);return r&&(e.version=r),e}},{test:[/silk/i],describe(t){let e={name:"Amazon Silk"},r=y.getFirstMatch(/silk\/(\d+(\.?_?\d+)+)/i,t);return r&&(e.version=r),e}},{test:[/phantom/i],describe(t){let e={name:"PhantomJS"},r=y.getFirstMatch(/phantomjs\/(\d+(\.?_?\d+)+)/i,t);return r&&(e.version=r),e}},{test:[/slimerjs/i],describe(t){let e={name:"SlimerJS"},r=y.getFirstMatch(/slimerjs\/(\d+(\.?_?\d+)+)/i,t);return r&&(e.version=r),e}},{test:[/blackberry|\bbb\d+/i,/rim\stablet/i],describe(t){let e={name:"BlackBerry"},r=y.getFirstMatch(be,t)||y.getFirstMatch(/blackberry[\d]+\/(\d+(\.?_?\d+)+)/i,t);return r&&(e.version=r),e}},{test:[/(web|hpw)[o0]s/i],describe(t){let e={name:"WebOS Browser"},r=y.getFirstMatch(be,t)||y.getFirstMatch(/w(?:eb)?[o0]sbrowser\/(\d+(\.?_?\d+)+)/i,t);return r&&(e.version=r),e}},{test:[/bada/i],describe(t){let e={name:"Bada"},r=y.getFirstMatch(/dolfin\/(\d+(\.?_?\d+)+)/i,t);return r&&(e.version=r),e}},{test:[/tizen/i],describe(t){let e={name:"Tizen"},r=y.getFirstMatch(/(?:tizen\s?)?browser\/(\d+(\.?_?\d+)+)/i,t)||y.getFirstMatch(be,t);return r&&(e.version=r),e}},{test:[/qupzilla/i],describe(t){let e={name:"QupZilla"},r=y.getFirstMatch(/(?:qupzilla)[\s/](\d+(\.?_?\d+)+)/i,t)||y.getFirstMatch(be,t);return r&&(e.version=r),e}},{test:[/firefox|iceweasel|fxios/i],describe(t){let e={name:"Firefox"},r=y.getFirstMatch(/(?:firefox|iceweasel|fxios)[\s/](\d+(\.?_?\d+)+)/i,t);return r&&(e.version=r),e}},{test:[/electron/i],describe(t){let e={name:"Electron"},r=y.getFirstMatch(/(?:electron)\/(\d+(\.?_?\d+)+)/i,t);return r&&(e.version=r),e}},{test:[/MiuiBrowser/i],describe(t){let e={name:"Miui"},r=y.getFirstMatch(/(?:MiuiBrowser)[\s/](\d+(\.?_?\d+)+)/i,t);return r&&(e.version=r),e}},{test:[/chromium/i],describe(t){let e={name:"Chromium"},r=y.getFirstMatch(/(?:chromium)[\s/](\d+(\.?_?\d+)+)/i,t)||y.getFirstMatch(be,t);return r&&(e.version=r),e}},{test:[/chrome|crios|crmo/i],describe(t){let e={name:"Chrome"},r=y.getFirstMatch(/(?:chrome|crios|crmo)\/(\d+(\.?_?\d+)+)/i,t);return r&&(e.version=r),e}},{test:[/GSA/i],describe(t){let e={name:"Google Search"},r=y.getFirstMatch(/(?:GSA)\/(\d+(\.?_?\d+)+)/i,t);return r&&(e.version=r),e}},{test(t){let e=!t.test(/like android/i),r=t.test(/android/i);return e&&r},describe(t){let e={name:"Android Browser"},r=y.getFirstMatch(be,t);return r&&(e.version=r),e}},{test:[/playstation 4/i],describe(t){let e={name:"PlayStation 4"},r=y.getFirstMatch(be,t);return r&&(e.version=r),e}},{test:[/safari|applewebkit/i],describe(t){let e={name:"Safari"},r=y.getFirstMatch(be,t);return r&&(e.version=r),e}},{test:[/.*/i],describe(t){let e=/^(.*)\/(.*) /,r=/^(.*)\/(.*)[ \t]\((.*)/,a=t.search("\\(")!==-1?r:e;return{name:y.getFirstMatch(a,t),version:y.getSecondMatch(a,t)}}}],ip=np,op=[{test:[/Roku\/DVP/],describe(t){let e=y.getFirstMatch(/Roku\/DVP-(\d+\.\d+)/i,t);return{name:Ke.Roku,version:e}}},{test:[/windows phone/i],describe(t){let e=y.getFirstMatch(/windows phone (?:os)?\s?(\d+(\.\d+)*)/i,t);return{name:Ke.WindowsPhone,version:e}}},{test:[/windows /i],describe(t){let e=y.getFirstMatch(/Windows ((NT|XP)( \d\d?.\d)?)/i,t),r=y.getWindowsVersionName(e);return{name:Ke.Windows,version:e,versionName:r}}},{test:[/Macintosh(.*?) FxiOS(.*?)\//],describe(t){let e={name:Ke.iOS},r=y.getSecondMatch(/(Version\/)(\d[\d.]+)/,t);return r&&(e.version=r),e}},{test:[/macintosh/i],describe(t){let e=y.getFirstMatch(/mac os x (\d+(\.?_?\d+)+)/i,t).replace(/[_\s]/g,"."),r=y.getMacOSVersionName(e),a={name:Ke.MacOS,version:e};return r&&(a.versionName=r),a}},{test:[/(ipod|iphone|ipad)/i],describe(t){let e=y.getFirstMatch(/os (\d+([_\s]\d+)*) like mac os x/i,t).replace(/[_\s]/g,".");return{name:Ke.iOS,version:e}}},{test(t){let e=!t.test(/like android/i),r=t.test(/android/i);return e&&r},describe(t){let e=y.getFirstMatch(/android[\s/-](\d+(\.\d+)*)/i,t),r=y.getAndroidVersionName(e),a={name:Ke.Android,version:e};return r&&(a.versionName=r),a}},{test:[/(web|hpw)[o0]s/i],describe(t){let e=y.getFirstMatch(/(?:web|hpw)[o0]s\/(\d+(\.\d+)*)/i,t),r={name:Ke.WebOS};return e&&e.length&&(r.version=e),r}},{test:[/blackberry|\bbb\d+/i,/rim\stablet/i],describe(t){let e=y.getFirstMatch(/rim\stablet\sos\s(\d+(\.\d+)*)/i,t)||y.getFirstMatch(/blackberry\d+\/(\d+([_\s]\d+)*)/i,t)||y.getFirstMatch(/\bbb(\d+)/i,t);return{name:Ke.BlackBerry,version:e}}},{test:[/bada/i],describe(t){let e=y.getFirstMatch(/bada\/(\d+(\.\d+)*)/i,t);return{name:Ke.Bada,version:e}}},{test:[/tizen/i],describe(t){let e=y.getFirstMatch(/tizen[/\s](\d+(\.\d+)*)/i,t);return{name:Ke.Tizen,version:e}}},{test:[/linux/i],describe(){return{name:Ke.Linux}}},{test:[/CrOS/],describe(){return{name:Ke.ChromeOS}}},{test:[/PlayStation 4/],describe(t){let e=y.getFirstMatch(/PlayStation 4[/\s](\d+(\.\d+)*)/i,t);return{name:Ke.PlayStation4,version:e}}}],sp=[{test:[/googlebot/i],describe(){return{type:"bot",vendor:"Google"}}},{test:[/huawei/i],describe(t){let e=y.getFirstMatch(/(can-l01)/i,t)&&"Nova",r={type:_e.mobile,vendor:"Huawei"};return e&&(r.model=e),r}},{test:[/nexus\s*(?:7|8|9|10).*/i],describe(){return{type:_e.tablet,vendor:"Nexus"}}},{test:[/ipad/i],describe(){return{type:_e.tablet,vendor:"Apple",model:"iPad"}}},{test:[/Macintosh(.*?) FxiOS(.*?)\//],describe(){return{type:_e.tablet,vendor:"Apple",model:"iPad"}}},{test:[/kftt build/i],describe(){return{type:_e.tablet,vendor:"Amazon",model:"Kindle Fire HD 7"}}},{test:[/silk/i],describe(){return{type:_e.tablet,vendor:"Amazon"}}},{test:[/tablet(?! pc)/i],describe(){return{type:_e.tablet}}},{test(t){let e=t.test(/ipod|iphone/i),r=t.test(/like (ipod|iphone)/i);return e&&!r},describe(t){let e=y.getFirstMatch(/(ipod|iphone)/i,t);return{type:_e.mobile,vendor:"Apple",model:e}}},{test:[/nexus\s*[0-6].*/i,/galaxy nexus/i],describe(){return{type:_e.mobile,vendor:"Nexus"}}},{test:[/[^-]mobi/i],describe(){return{type:_e.mobile}}},{test(t){return t.getBrowserName(!0)==="blackberry"},describe(){return{type:_e.mobile,vendor:"BlackBerry"}}},{test(t){return t.getBrowserName(!0)==="bada"},describe(){return{type:_e.mobile}}},{test(t){return t.getBrowserName()==="windows phone"},describe(){return{type:_e.mobile,vendor:"Microsoft"}}},{test(t){let e=Number(String(t.getOSVersion()).split(".")[0]);return t.getOSName(!0)==="android"&&e>=3},describe(){return{type:_e.tablet}}},{test(t){return t.getOSName(!0)==="android"},describe(){return{type:_e.mobile}}},{test(t){return t.getOSName(!0)==="macos"},describe(){return{type:_e.desktop,vendor:"Apple"}}},{test(t){return t.getOSName(!0)==="windows"},describe(){return{type:_e.desktop}}},{test(t){return t.getOSName(!0)==="linux"},describe(){return{type:_e.desktop}}},{test(t){return t.getOSName(!0)==="playstation 4"},describe(){return{type:_e.tv}}},{test(t){return t.getOSName(!0)==="roku"},describe(){return{type:_e.tv}}}],lp=[{test(t){return t.getBrowserName(!0)==="microsoft edge"},describe(t){if(/\sedg\//i.test(t))return{name:Bt.Blink};let e=y.getFirstMatch(/edge\/(\d+(\.?_?\d+)+)/i,t);return{name:Bt.EdgeHTML,version:e}}},{test:[/trident/i],describe(t){let e={name:Bt.Trident},r=y.getFirstMatch(/trident\/(\d+(\.?_?\d+)+)/i,t);return r&&(e.version=r),e}},{test(t){return t.test(/presto/i)},describe(t){let e={name:Bt.Presto},r=y.getFirstMatch(/presto\/(\d+(\.?_?\d+)+)/i,t);return r&&(e.version=r),e}},{test(t){let e=t.test(/gecko/i),r=t.test(/like gecko/i);return e&&!r},describe(t){let e={name:Bt.Gecko},r=y.getFirstMatch(/gecko\/(\d+(\.?_?\d+)+)/i,t);return r&&(e.version=r),e}},{test:[/(apple)?webkit\/537\.36/i],describe(){return{name:Bt.Blink}}},{test:[/(apple)?webkit/i],describe(t){let e={name:Bt.WebKit},r=y.getFirstMatch(/webkit\/(\d+(\.?_?\d+)+)/i,t);return r&&(e.version=r),e}}],up=class{constructor(t,e=!1){if(t==null||t==="")throw new Error("UserAgent parameter can't be empty");this._ua=t,this.parsedResult={},e!==!0&&this.parse()}getUA(){return this._ua}test(t){return t.test(this._ua)}parseBrowser(){this.parsedResult.browser={};let t=y.find(ip,e=>{if(typeof e.test=="function")return e.test(this);if(e.test instanceof Array)return e.test.some(r=>this.test(r));throw new Error("Browser's test function is not valid")});return t&&(this.parsedResult.browser=t.describe(this.getUA())),this.parsedResult.browser}getBrowser(){return this.parsedResult.browser?this.parsedResult.browser:this.parseBrowser()}getBrowserName(t){return t?String(this.getBrowser().name).toLowerCase()||"":this.getBrowser().name||""}getBrowserVersion(){return this.getBrowser().version}getOS(){return this.parsedResult.os?this.parsedResult.os:this.parseOS()}parseOS(){this.parsedResult.os={};let t=y.find(op,e=>{if(typeof e.test=="function")return e.test(this);if(e.test instanceof Array)return e.test.some(r=>this.test(r));throw new Error("Browser's test function is not valid")});return t&&(this.parsedResult.os=t.describe(this.getUA())),this.parsedResult.os}getOSName(t){let{name:e}=this.getOS();return t?String(e).toLowerCase()||"":e||""}getOSVersion(){return this.getOS().version}getPlatform(){return this.parsedResult.platform?this.parsedResult.platform:this.parsePlatform()}getPlatformType(t=!1){let{type:e}=this.getPlatform();return t?String(e).toLowerCase()||"":e||""}parsePlatform(){this.parsedResult.platform={};let t=y.find(sp,e=>{if(typeof e.test=="function")return e.test(this);if(e.test instanceof Array)return e.test.some(r=>this.test(r));throw new Error("Browser's test function is not valid")});return t&&(this.parsedResult.platform=t.describe(this.getUA())),this.parsedResult.platform}getEngine(){return this.parsedResult.engine?this.parsedResult.engine:this.parseEngine()}getEngineName(t){return t?String(this.getEngine().name).toLowerCase()||"":this.getEngine().name||""}parseEngine(){this.parsedResult.engine={};let t=y.find(lp,e=>{if(typeof e.test=="function")return e.test(this);if(e.test instanceof Array)return e.test.some(r=>this.test(r));throw new Error("Browser's test function is not valid")});return t&&(this.parsedResult.engine=t.describe(this.getUA())),this.parsedResult.engine}parse(){return this.parseBrowser(),this.parseOS(),this.parsePlatform(),this.parseEngine(),this}getResult(){return y.assign({},this.parsedResult)}satisfies(t){let e={},r=0,a={},n=0;if(Object.keys(t).forEach(i=>{let o=t[i];typeof o=="string"?(a[i]=o,n+=1):typeof o=="object"&&(e[i]=o,r+=1)}),r>0){let i=Object.keys(e),o=y.find(i,s=>this.isOS(s));if(o){let s=this.satisfies(e[o]);if(s!==void 0)return s}let l=y.find(i,s=>this.isPlatform(s));if(l){let s=this.satisfies(e[l]);if(s!==void 0)return s}}if(n>0){let i=Object.keys(a),o=y.find(i,l=>this.isBrowser(l,!0));if(o!==void 0)return this.compareVersion(a[o])}}isBrowser(t,e=!1){let r=this.getBrowserName().toLowerCase(),a=t.toLowerCase(),n=y.getBrowserTypeByAlias(a);return e&&n&&(a=n.toLowerCase()),a===r}compareVersion(t){let e=[0],r=t,a=!1,n=this.getBrowserVersion();if(typeof n=="string")return t[0]===">"||t[0]==="<"?(r=t.substr(1),t[1]==="="?(a=!0,r=t.substr(2)):e=[],t[0]===">"?e.push(1):e.push(-1)):t[0]==="="?r=t.substr(1):t[0]==="~"&&(a=!0,r=t.substr(1)),e.indexOf(y.compareVersions(n,r,a))>-1}isOS(t){return this.getOSName(!0)===String(t).toLowerCase()}isPlatform(t){return this.getPlatformType(!0)===String(t).toLowerCase()}isEngine(t){return this.getEngineName(!0)===String(t).toLowerCase()}is(t,e=!1){return this.isBrowser(t,e)||this.isOS(t)||this.isPlatform(t)}some(t=[]){return t.some(e=>this.is(e))}},Ko=up,cp=class{static getParser(t,e=!1){if(typeof t!="string")throw new Error("UserAgent should be a string");return new Ko(t,e)}static parse(t){return new Ko(t).getResult()}static get BROWSER_MAP(){return Wo}static get ENGINE_MAP(){return Bt}static get OS_MAP(){return Ke}static get PLATFORMS_MAP(){return _e}},ya=cp;var{entries:Zo,setPrototypeOf:Ho,isFrozen:dp,getPrototypeOf:pp,getOwnPropertyDescriptor:mp}=Object,{freeze:We,seal:nt,create:gp}=Object,{apply:Mn,construct:Rn}=typeof Reflect<"u"&&Reflect;Mn||(Mn=function(t,e,r){return t.apply(e,r)});We||(We=function(t){return t});nt||(nt=function(t){return t});Rn||(Rn=function(t,e){return new t(...e)});var hp=Ze(Array.prototype.forEach),Go=Ze(Array.prototype.pop),Or=Ze(Array.prototype.push),xa=Ze(String.prototype.toLowerCase),In=Ze(String.prototype.toString),fp=Ze(String.prototype.match),at=Ze(String.prototype.replace),bp=Ze(String.prototype.indexOf),Tp=Ze(String.prototype.trim),Qe=Ze(RegExp.prototype.test),Mr=vp(TypeError);function Ze(t){return function(e){for(var r=arguments.length,a=new Array(r>1?r-1:0),n=1;n/gm),Ap=nt(/\${[\w\W]*}/gm),Dp=nt(/^data-[\-\w.\u00B7-\uFFFF]/),kp=nt(/^aria-[\-\w]+$/),Jo=nt(/^(?:(?:(?:f|ht)tps?|mailto|tel|callto|sms|cid|xmpp):|[^a-z]|[a-z+.\-]+(?:[^a-z+.\-:]|$))/i),Ep=nt(/^(?:\w+script|data):/i),Cp=nt(/[\u0000-\u0020\u00A0\u1680\u180E\u2000-\u2029\u205F\u3000]/g),es=nt(/^html$/i),Xo=Object.freeze({__proto__:null,MUSTACHE_EXPR:wp,ERB_EXPR:xp,TMPLIT_EXPR:Ap,DATA_ATTR:Dp,ARIA_ATTR:kp,IS_ALLOWED_URI:Jo,IS_SCRIPT_OR_DATA:Ep,ATTR_WHITESPACE:Cp,DOCTYPE_NAME:es}),_p=()=>typeof window>"u"?null:window,Pp=function(t,e){if(typeof t!="object"||typeof t.createPolicy!="function")return null;let r=null,a="data-tt-policy-suffix";e&&e.hasAttribute(a)&&(r=e.getAttribute(a));let n="dompurify"+(r?"#"+r:"");try{return t.createPolicy(n,{createHTML(i){return i},createScriptURL(i){return i}})}catch{return null}};function ts(){let t=arguments.length>0&&arguments[0]!==void 0?arguments[0]:_p(),e=p=>ts(p);if(e.version="3.0.3",e.removed=[],!t||!t.document||t.document.nodeType!==9)return e.isSupported=!1,e;let r=t.document,a=r.currentScript,{document:n}=t,{DocumentFragment:i,HTMLTemplateElement:o,Node:l,Element:s,NodeFilter:u,NamedNodeMap:c=t.NamedNodeMap||t.MozNamedAttrMap,HTMLFormElement:d,DOMParser:h,trustedTypes:b}=t,E=s.prototype,ne=Sa(E,"cloneNode"),V=Sa(E,"nextSibling"),f=Sa(E,"childNodes"),me=Sa(E,"parentNode");if(typeof o=="function"){let p=n.createElement("template");p.content&&p.content.ownerDocument&&(n=p.content.ownerDocument)}let z,J="",{implementation:ue,createNodeIterator:C,createDocumentFragment:g,getElementsByTagName:S}=n,{importNode:w}=r,L={};e.isSupported=typeof Zo=="function"&&typeof me=="function"&&ue&&ue.createHTMLDocument!==void 0;let{MUSTACHE_EXPR:G,ERB_EXPR:D,TMPLIT_EXPR:F,DATA_ATTR:K,ARIA_ATTR:O,IS_SCRIPT_OR_DATA:ge,ATTR_WHITESPACE:we}=Xo,{IS_ALLOWED_URI:I}=Xo,k=null,ye=ae({},[...Vo,...Bn,...Fn,...zn,...$o]),ie=null,v=ae({},[...Qo,...On,...Yo,...wa]),x=Object.seal(Object.create(null,{tagNameCheck:{writable:!0,configurable:!1,enumerable:!0,value:null},attributeNameCheck:{writable:!0,configurable:!1,enumerable:!0,value:null},allowCustomizedBuiltInElements:{writable:!0,configurable:!1,enumerable:!0,value:!1}})),P=null,re=null,H=!0,ce=!0,he=!1,$=!0,M=!1,U=!1,ee=!1,oe=!1,B=!1,Q=!1,ve=!1,se=!0,j=!1,xe="user-content-",Pe=!0,ke=!1,Ce={},qe=null,Ye=ae({},["annotation-xml","audio","colgroup","desc","foreignobject","head","iframe","math","mi","mn","mo","ms","mtext","noembed","noframes","noscript","plaintext","script","style","svg","template","thead","title","video","xmp"]),Pr=null,ct=ae({},["audio","video","img","source","image","track"]),Qt=null,cr=ae({},["alt","class","for","id","label","name","pattern","placeholder","role","summary","title","value","style","xmlns"]),Fe="http://www.w3.org/1998/Math/MathML",tt="http://www.w3.org/2000/svg",ze="http://www.w3.org/1999/xhtml",Ve=ze,bt=!1,Tt=null,Yt=ae({},[Fe,tt,ze],In),Ue,vt=["application/xhtml+xml","text/html"],Ae="text/html",de,$e=null,ac=n.createElement("form"),ao=function(p){return p instanceof RegExp||p instanceof Function},pn=function(p){if(!($e&&$e===p)){if((!p||typeof p!="object")&&(p={}),p=gr(p),Ue=vt.indexOf(p.PARSER_MEDIA_TYPE)===-1?Ue=Ae:Ue=p.PARSER_MEDIA_TYPE,de=Ue==="application/xhtml+xml"?In:xa,k="ALLOWED_TAGS"in p?ae({},p.ALLOWED_TAGS,de):ye,ie="ALLOWED_ATTR"in p?ae({},p.ALLOWED_ATTR,de):v,Tt="ALLOWED_NAMESPACES"in p?ae({},p.ALLOWED_NAMESPACES,In):Yt,Qt="ADD_URI_SAFE_ATTR"in p?ae(gr(cr),p.ADD_URI_SAFE_ATTR,de):cr,Pr="ADD_DATA_URI_TAGS"in p?ae(gr(ct),p.ADD_DATA_URI_TAGS,de):ct,qe="FORBID_CONTENTS"in p?ae({},p.FORBID_CONTENTS,de):Ye,P="FORBID_TAGS"in p?ae({},p.FORBID_TAGS,de):{},re="FORBID_ATTR"in p?ae({},p.FORBID_ATTR,de):{},Ce="USE_PROFILES"in p?p.USE_PROFILES:!1,H=p.ALLOW_ARIA_ATTR!==!1,ce=p.ALLOW_DATA_ATTR!==!1,he=p.ALLOW_UNKNOWN_PROTOCOLS||!1,$=p.ALLOW_SELF_CLOSE_IN_ATTR!==!1,M=p.SAFE_FOR_TEMPLATES||!1,U=p.WHOLE_DOCUMENT||!1,B=p.RETURN_DOM||!1,Q=p.RETURN_DOM_FRAGMENT||!1,ve=p.RETURN_TRUSTED_TYPE||!1,oe=p.FORCE_BODY||!1,se=p.SANITIZE_DOM!==!1,j=p.SANITIZE_NAMED_PROPS||!1,Pe=p.KEEP_CONTENT!==!1,ke=p.IN_PLACE||!1,I=p.ALLOWED_URI_REGEXP||Jo,Ve=p.NAMESPACE||ze,x=p.CUSTOM_ELEMENT_HANDLING||{},p.CUSTOM_ELEMENT_HANDLING&&ao(p.CUSTOM_ELEMENT_HANDLING.tagNameCheck)&&(x.tagNameCheck=p.CUSTOM_ELEMENT_HANDLING.tagNameCheck),p.CUSTOM_ELEMENT_HANDLING&&ao(p.CUSTOM_ELEMENT_HANDLING.attributeNameCheck)&&(x.attributeNameCheck=p.CUSTOM_ELEMENT_HANDLING.attributeNameCheck),p.CUSTOM_ELEMENT_HANDLING&&typeof p.CUSTOM_ELEMENT_HANDLING.allowCustomizedBuiltInElements=="boolean"&&(x.allowCustomizedBuiltInElements=p.CUSTOM_ELEMENT_HANDLING.allowCustomizedBuiltInElements),M&&(ce=!1),Q&&(B=!0),Ce&&(k=ae({},[...$o]),ie=[],Ce.html===!0&&(ae(k,Vo),ae(ie,Qo)),Ce.svg===!0&&(ae(k,Bn),ae(ie,On),ae(ie,wa)),Ce.svgFilters===!0&&(ae(k,Fn),ae(ie,On),ae(ie,wa)),Ce.mathMl===!0&&(ae(k,zn),ae(ie,Yo),ae(ie,wa))),p.ADD_TAGS&&(k===ye&&(k=gr(k)),ae(k,p.ADD_TAGS,de)),p.ADD_ATTR&&(ie===v&&(ie=gr(ie)),ae(ie,p.ADD_ATTR,de)),p.ADD_URI_SAFE_ATTR&&ae(Qt,p.ADD_URI_SAFE_ATTR,de),p.FORBID_CONTENTS&&(qe===Ye&&(qe=gr(qe)),ae(qe,p.FORBID_CONTENTS,de)),Pe&&(k["#text"]=!0),U&&ae(k,["html","head","body"]),k.table&&(ae(k,["tbody"]),delete P.tbody),p.TRUSTED_TYPES_POLICY){if(typeof p.TRUSTED_TYPES_POLICY.createHTML!="function")throw Mr('TRUSTED_TYPES_POLICY configuration option must provide a "createHTML" hook.');if(typeof p.TRUSTED_TYPES_POLICY.createScriptURL!="function")throw Mr('TRUSTED_TYPES_POLICY configuration option must provide a "createScriptURL" hook.');z=p.TRUSTED_TYPES_POLICY,J=z.createHTML("")}else z===void 0&&(z=Pp(b,a)),z!==null&&typeof J=="string"&&(J=z.createHTML(""));We&&We(p),$e=p}},no=ae({},["mi","mo","mn","ms","mtext"]),io=ae({},["foreignobject","desc","title","annotation-xml"]),nc=ae({},["title","style","font","a","script"]),da=ae({},Bn);ae(da,Fn),ae(da,yp);let mn=ae({},zn);ae(mn,Sp);let ic=function(p){let _=me(p);(!_||!_.tagName)&&(_={namespaceURI:Ve,tagName:"template"});let A=xa(p.tagName),le=xa(_.tagName);return Tt[p.namespaceURI]?p.namespaceURI===tt?_.namespaceURI===ze?A==="svg":_.namespaceURI===Fe?A==="svg"&&(le==="annotation-xml"||no[le]):!!da[A]:p.namespaceURI===Fe?_.namespaceURI===ze?A==="math":_.namespaceURI===tt?A==="math"&&io[le]:!!mn[A]:p.namespaceURI===ze?_.namespaceURI===tt&&!io[le]||_.namespaceURI===Fe&&!no[le]?!1:!mn[A]&&(nc[A]||!da[A]):!!(Ue==="application/xhtml+xml"&&Tt[p.namespaceURI]):!1},dr=function(p){Or(e.removed,{element:p});try{p.parentNode.removeChild(p)}catch{p.remove()}},gn=function(p,_){try{Or(e.removed,{attribute:_.getAttributeNode(p),from:_})}catch{Or(e.removed,{attribute:null,from:_})}if(_.removeAttribute(p),p==="is"&&!ie[p])if(B||Q)try{dr(_)}catch{}else try{_.setAttribute(p,"")}catch{}},oo=function(p){let _,A;if(oe)p=""+p;else{let je=fp(p,/^[\r\n\t ]+/);A=je&&je[0]}Ue==="application/xhtml+xml"&&Ve===ze&&(p=''+p+"");let le=z?z.createHTML(p):p;if(Ve===ze)try{_=new h().parseFromString(le,Ue)}catch{}if(!_||!_.documentElement){_=ue.createDocument(Ve,"template",null);try{_.documentElement.innerHTML=bt?J:le}catch{}}let Le=_.body||_.documentElement;return p&&A&&Le.insertBefore(n.createTextNode(A),Le.childNodes[0]||null),Ve===ze?S.call(_,U?"html":"body")[0]:U?_.documentElement:Le},so=function(p){return C.call(p.ownerDocument||p,p,u.SHOW_ELEMENT|u.SHOW_COMMENT|u.SHOW_TEXT,null,!1)},oc=function(p){return p instanceof d&&(typeof p.nodeName!="string"||typeof p.textContent!="string"||typeof p.removeChild!="function"||!(p.attributes instanceof c)||typeof p.removeAttribute!="function"||typeof p.setAttribute!="function"||typeof p.namespaceURI!="string"||typeof p.insertBefore!="function"||typeof p.hasChildNodes!="function")},pa=function(p){return typeof l=="object"?p instanceof l:p&&typeof p=="object"&&typeof p.nodeType=="number"&&typeof p.nodeName=="string"},yt=function(p,_,A){L[p]&&hp(L[p],le=>{le.call(e,_,A,$e)})},lo=function(p){let _;if(yt("beforeSanitizeElements",p,null),oc(p))return dr(p),!0;let A=de(p.nodeName);if(yt("uponSanitizeElement",p,{tagName:A,allowedTags:k}),p.hasChildNodes()&&!pa(p.firstElementChild)&&(!pa(p.content)||!pa(p.content.firstElementChild))&&Qe(/<[/\w]/g,p.innerHTML)&&Qe(/<[/\w]/g,p.textContent))return dr(p),!0;if(!k[A]||P[A]){if(!P[A]&&co(A)&&(x.tagNameCheck instanceof RegExp&&Qe(x.tagNameCheck,A)||x.tagNameCheck instanceof Function&&x.tagNameCheck(A)))return!1;if(Pe&&!qe[A]){let le=me(p)||p.parentNode,Le=f(p)||p.childNodes;if(Le&&le){let je=Le.length;for(let He=je-1;He>=0;--He)le.insertBefore(ne(Le[He],!0),V(p))}}return dr(p),!0}return p instanceof s&&!ic(p)||(A==="noscript"||A==="noembed")&&Qe(/<\/no(script|embed)/i,p.innerHTML)?(dr(p),!0):(M&&p.nodeType===3&&(_=p.textContent,_=at(_,G," "),_=at(_,D," "),_=at(_,F," "),p.textContent!==_&&(Or(e.removed,{element:p.cloneNode()}),p.textContent=_)),yt("afterSanitizeElements",p,null),!1)},uo=function(p,_,A){if(se&&(_==="id"||_==="name")&&(A in n||A in ac))return!1;if(!(ce&&!re[_]&&Qe(K,_))&&!(H&&Qe(O,_))){if(!ie[_]||re[_]){if(!(co(p)&&(x.tagNameCheck instanceof RegExp&&Qe(x.tagNameCheck,p)||x.tagNameCheck instanceof Function&&x.tagNameCheck(p))&&(x.attributeNameCheck instanceof RegExp&&Qe(x.attributeNameCheck,_)||x.attributeNameCheck instanceof Function&&x.attributeNameCheck(_))||_==="is"&&x.allowCustomizedBuiltInElements&&(x.tagNameCheck instanceof RegExp&&Qe(x.tagNameCheck,A)||x.tagNameCheck instanceof Function&&x.tagNameCheck(A))))return!1}else if(!Qt[_]&&!Qe(I,at(A,we,""))&&!((_==="src"||_==="xlink:href"||_==="href")&&p!=="script"&&bp(A,"data:")===0&&Pr[p])&&!(he&&!Qe(ge,at(A,we,"")))&&A)return!1}return!0},co=function(p){return p.indexOf("-")>0},po=function(p){let _,A,le,Le;yt("beforeSanitizeAttributes",p,null);let{attributes:je}=p;if(!je)return;let He={attrName:"",attrValue:"",keepAttr:!0,allowedAttributes:ie};for(Le=je.length;Le--;){_=je[Le];let{name:Ie,namespaceURI:pr}=_;if(A=Ie==="value"?_.value:Tp(_.value),le=de(Ie),He.attrName=le,He.attrValue=A,He.keepAttr=!0,He.forceKeepAttr=void 0,yt("uponSanitizeAttribute",p,He),A=He.attrValue,He.forceKeepAttr||(gn(Ie,p),!He.keepAttr))continue;if(!$&&Qe(/\/>/i,A)){gn(Ie,p);continue}M&&(A=at(A,G," "),A=at(A,D," "),A=at(A,F," "));let mo=de(p.nodeName);if(uo(mo,le,A)){if(j&&(le==="id"||le==="name")&&(gn(Ie,p),A=xe+A),z&&typeof b=="object"&&typeof b.getAttributeType=="function"&&!pr)switch(b.getAttributeType(mo,le)){case"TrustedHTML":{A=z.createHTML(A);break}case"TrustedScriptURL":{A=z.createScriptURL(A);break}}try{pr?p.setAttributeNS(pr,Ie,A):p.setAttribute(Ie,A),Go(e.removed)}catch{}}}yt("afterSanitizeAttributes",p,null)},sc=function p(_){let A,le=so(_);for(yt("beforeSanitizeShadowDOM",_,null);A=le.nextNode();)yt("uponSanitizeShadowNode",A,null),!lo(A)&&(A.content instanceof i&&p(A.content),po(A));yt("afterSanitizeShadowDOM",_,null)};return e.sanitize=function(p){let _=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{},A,le,Le,je;if(bt=!p,bt&&(p=""),typeof p!="string"&&!pa(p))if(typeof p.toString=="function"){if(p=p.toString(),typeof p!="string")throw Mr("dirty is not a string, aborting")}else throw Mr("toString is not a function");if(!e.isSupported)return p;if(ee||pn(_),e.removed=[],typeof p=="string"&&(ke=!1),ke){if(p.nodeName){let pr=de(p.nodeName);if(!k[pr]||P[pr])throw Mr("root node is forbidden and cannot be sanitized in-place")}}else if(p instanceof l)A=oo(""),le=A.ownerDocument.importNode(p,!0),le.nodeType===1&&le.nodeName==="BODY"||le.nodeName==="HTML"?A=le:A.appendChild(le);else{if(!B&&!M&&!U&&p.indexOf("<")===-1)return z&&ve?z.createHTML(p):p;if(A=oo(p),!A)return B?null:ve?J:""}A&&oe&&dr(A.firstChild);let He=so(ke?p:A);for(;Le=He.nextNode();)lo(Le)||(Le.content instanceof i&&sc(Le.content),po(Le));if(ke)return p;if(B){if(Q)for(je=g.call(A.ownerDocument);A.firstChild;)je.appendChild(A.firstChild);else je=A;return(ie.shadowroot||ie.shadowrootmod)&&(je=w.call(r,je,!0)),je}let Ie=U?A.outerHTML:A.innerHTML;return U&&k["!doctype"]&&A.ownerDocument&&A.ownerDocument.doctype&&A.ownerDocument.doctype.name&&Qe(es,A.ownerDocument.doctype.name)&&(Ie=" -`+Ie),M&&(Ie=at(Ie,G," "),Ie=at(Ie,D," "),Ie=at(Ie,F," ")),z&&ve?z.createHTML(Ie):Ie},e.setConfig=function(p){pn(p),ee=!0},e.clearConfig=function(){$e=null,ee=!1},e.isValidAttribute=function(p,_,A){$e||pn({});let le=de(p),Le=de(_);return uo(le,Le,A)},e.addHook=function(p,_){typeof _=="function"&&(L[p]=L[p]||[],Or(L[p],_))},e.removeHook=function(p){if(L[p])return Go(L[p])},e.removeHooks=function(p){L[p]&&(L[p]=[])},e.removeAllHooks=function(){L={}},e}var rs=ts();var Lp=Object.create,qn=Object.defineProperty,Ip=Object.getOwnPropertyDescriptor,Bp=Object.getOwnPropertyNames,Fp=Object.getPrototypeOf,zp=Object.prototype.hasOwnProperty,Un=(t,e)=>()=>(e||t((e={exports:{}}).exports,e),e.exports),Op=(t,e)=>{for(var r in e)qn(t,r,{get:e[r],enumerable:!0})},Nn=(t,e,r,a)=>{if(e&&typeof e=="object"||typeof e=="function")for(let n of Bp(e))!zp.call(t,n)&&n!==r&&qn(t,n,{get:()=>e[n],enumerable:!(a=Ip(e,n))||a.enumerable});return t},Mp=(t,e,r)=>(Nn(t,e,"default"),r&&Nn(r,e,"default")),ns=(t,e,r)=>(r=t!=null?Lp(Fp(t)):{},Nn(e||!t||!t.__esModule?qn(r,"default",{value:t,enumerable:!0}):r,t)),Rp=Un((t,e)=>{function r(a,n){if(n&&n.documentElement)a=n,n=arguments[2];else if(!a||!a.documentElement)throw new Error("First argument to Readability constructor should be a document object.");if(n=n||{},this._doc=a,this._docJSDOMParser=this._doc.firstChild.__JSDOMParser__,this._articleTitle=null,this._articleByline=null,this._articleDir=null,this._articleSiteName=null,this._attempts=[],this._debug=!!n.debug,this._maxElemsToParse=n.maxElemsToParse||this.DEFAULT_MAX_ELEMS_TO_PARSE,this._nbTopCandidates=n.nbTopCandidates||this.DEFAULT_N_TOP_CANDIDATES,this._charThreshold=n.charThreshold||this.DEFAULT_CHAR_THRESHOLD,this._classesToPreserve=this.CLASSES_TO_PRESERVE.concat(n.classesToPreserve||[]),this._keepClasses=!!n.keepClasses,this._serializer=n.serializer||function(i){return i.innerHTML},this._disableJSONLD=!!n.disableJSONLD,this._allowedVideoRegex=n.allowedVideoRegex||this.REGEXPS.videos,this._flags=this.FLAG_STRIP_UNLIKELYS|this.FLAG_WEIGHT_CLASSES|this.FLAG_CLEAN_CONDITIONALLY,this._debug){let i=function(o){if(o.nodeType==o.TEXT_NODE)return`${o.nodeName} ("${o.textContent}")`;let l=Array.from(o.attributes||[],function(s){return`${s.name}="${s.value}"`}).join(" ");return`<${o.localName} ${l}>`};this.log=function(){if(typeof console<"u")Array.from(arguments,s=>s&&s.nodeType==this.ELEMENT_NODE?i(s):s).unshift("Reader: (Readability)");else if(typeof dump<"u"){var o=Array.prototype.map.call(arguments,function(l){return l&&l.nodeName?i(l):l}).join(" ");dump("Reader: (Readability) "+o+` -`)}}}else this.log=function(){}}r.prototype={FLAG_STRIP_UNLIKELYS:1,FLAG_WEIGHT_CLASSES:2,FLAG_CLEAN_CONDITIONALLY:4,ELEMENT_NODE:1,TEXT_NODE:3,DEFAULT_MAX_ELEMS_TO_PARSE:0,DEFAULT_N_TOP_CANDIDATES:5,DEFAULT_TAGS_TO_SCORE:"section,h2,h3,h4,h5,h6,p,td,pre".toUpperCase().split(","),DEFAULT_CHAR_THRESHOLD:500,REGEXPS:{unlikelyCandidates:/-ad-|ai2html|banner|breadcrumbs|combx|comment|community|cover-wrap|disqus|extra|footer|gdpr|header|legends|menu|related|remark|replies|rss|shoutbox|sidebar|skyscraper|social|sponsor|supplemental|ad-break|agegate|pagination|pager|popup|yom-remote/i,okMaybeItsACandidate:/and|article|body|column|content|main|shadow/i,positive:/article|body|content|entry|hentry|h-entry|main|page|pagination|post|text|blog|story/i,negative:/-ad-|hidden|^hid$| hid$| hid |^hid |banner|combx|comment|com-|contact|foot|footer|footnote|gdpr|masthead|media|meta|outbrain|promo|related|scroll|share|shoutbox|sidebar|skyscraper|sponsor|shopping|tags|tool|widget/i,extraneous:/print|archive|comment|discuss|e[\-]?mail|share|reply|all|login|sign|single|utility/i,byline:/byline|author|dateline|writtenby|p-author/i,replaceFonts:/<(\/?)font[^>]*>/gi,normalize:/\s{2,}/g,videos:/\/\/(www\.)?((dailymotion|youtube|youtube-nocookie|player\.vimeo|v\.qq)\.com|(archive|upload\.wikimedia)\.org|player\.twitch\.tv)/i,shareElements:/(\b|_)(share|sharedaddy)(\b|_)/i,nextLink:/(next|weiter|continue|>([^\|]|$)|»([^\|]|$))/i,prevLink:/(prev|earl|old|new|<|«)/i,tokenize:/\W+/g,whitespace:/^\s*$/,hasContent:/\S$/,hashUrl:/^#.+/,srcsetUrl:/(\S+)(\s+[\d.]+[xw])?(\s*(?:,|$))/g,b64DataUrl:/^data:\s*([^\s;,]+)\s*;\s*base64\s*,/i,jsonLdArticleTypes:/^Article|AdvertiserContentArticle|NewsArticle|AnalysisNewsArticle|AskPublicNewsArticle|BackgroundNewsArticle|OpinionNewsArticle|ReportageNewsArticle|ReviewNewsArticle|Report|SatiricalArticle|ScholarlyArticle|MedicalScholarlyArticle|SocialMediaPosting|BlogPosting|LiveBlogPosting|DiscussionForumPosting|TechArticle|APIReference$/},UNLIKELY_ROLES:["menu","menubar","complementary","navigation","alert","alertdialog","dialog"],DIV_TO_P_ELEMS:new Set(["BLOCKQUOTE","DL","DIV","IMG","OL","P","PRE","TABLE","UL"]),ALTER_TO_DIV_EXCEPTIONS:["DIV","ARTICLE","SECTION","P"],PRESENTATIONAL_ATTRIBUTES:["align","background","bgcolor","border","cellpadding","cellspacing","frame","hspace","rules","style","valign","vspace"],DEPRECATED_SIZE_ATTRIBUTE_ELEMS:["TABLE","TH","TD","HR","PRE"],PHRASING_ELEMS:["ABBR","AUDIO","B","BDO","BR","BUTTON","CITE","CODE","DATA","DATALIST","DFN","EM","EMBED","I","IMG","INPUT","KBD","LABEL","MARK","MATH","METER","NOSCRIPT","OBJECT","OUTPUT","PROGRESS","Q","RUBY","SAMP","SCRIPT","SELECT","SMALL","SPAN","STRONG","SUB","SUP","TEXTAREA","TIME","VAR","WBR"],CLASSES_TO_PRESERVE:["page"],HTML_ESCAPE_MAP:{lt:"<",gt:">",amp:"&",quot:'"',apos:"'"},_postProcessContent:function(a){this._fixRelativeUris(a),this._simplifyNestedElements(a),this._keepClasses||this._cleanClasses(a)},_removeNodes:function(a,n){if(this._docJSDOMParser&&a._isLiveNodeList)throw new Error("Do not pass live node lists to _removeNodes");for(var i=a.length-1;i>=0;i--){var o=a[i],l=o.parentNode;l&&(!n||n.call(this,o,i,a))&&l.removeChild(o)}},_replaceNodeTags:function(a,n){if(this._docJSDOMParser&&a._isLiveNodeList)throw new Error("Do not pass live node lists to _replaceNodeTags");for(let i of a)this._setNodeTag(i,n)},_forEachNode:function(a,n){Array.prototype.forEach.call(a,n,this)},_findNode:function(a,n){return Array.prototype.find.call(a,n,this)},_someNode:function(a,n){return Array.prototype.some.call(a,n,this)},_everyNode:function(a,n){return Array.prototype.every.call(a,n,this)},_concatNodeLists:function(){var a=Array.prototype.slice,n=a.call(arguments),i=n.map(function(o){return a.call(o)});return Array.prototype.concat.apply([],i)},_getAllNodesWithTag:function(a,n){return a.querySelectorAll?a.querySelectorAll(n.join(",")):[].concat.apply([],n.map(function(i){var o=a.getElementsByTagName(i);return Array.isArray(o)?o:Array.from(o)}))},_cleanClasses:function(a){var n=this._classesToPreserve,i=(a.getAttribute("class")||"").split(/\s+/).filter(function(o){return n.indexOf(o)!=-1}).join(" ");for(i?a.setAttribute("class",i):a.removeAttribute("class"),a=a.firstElementChild;a;a=a.nextElementSibling)this._cleanClasses(a)},_fixRelativeUris:function(a){var n=this._doc.baseURI,i=this._doc.documentURI;function o(u){if(n==i&&u.charAt(0)=="#")return u;try{return new URL(u,n).href}catch{}return u}var l=this._getAllNodesWithTag(a,["a"]);this._forEachNode(l,function(u){var c=u.getAttribute("href");if(c)if(c.indexOf("javascript:")===0)if(u.childNodes.length===1&&u.childNodes[0].nodeType===this.TEXT_NODE){var d=this._doc.createTextNode(u.textContent);u.parentNode.replaceChild(d,u)}else{for(var h=this._doc.createElement("span");u.firstChild;)h.appendChild(u.firstChild);u.parentNode.replaceChild(h,u)}else u.setAttribute("href",o(c))});var s=this._getAllNodesWithTag(a,["img","picture","figure","video","audio","source"]);this._forEachNode(s,function(u){var c=u.getAttribute("src"),d=u.getAttribute("poster"),h=u.getAttribute("srcset");if(c&&u.setAttribute("src",o(c)),d&&u.setAttribute("poster",o(d)),h){var b=h.replace(this.REGEXPS.srcsetUrl,function(E,ne,V,f){return o(ne)+(V||"")+f});u.setAttribute("srcset",b)}})},_simplifyNestedElements:function(a){for(var n=a;n;){if(n.parentNode&&["DIV","SECTION"].includes(n.tagName)&&!(n.id&&n.id.startsWith("readability"))){if(this._isElementWithoutContent(n)){n=this._removeAndGetNext(n);continue}else if(this._hasSingleTagInsideElement(n,"DIV")||this._hasSingleTagInsideElement(n,"SECTION")){for(var i=n.children[0],o=0;o»] /.test(n))o=/ [\\\/>»] /.test(n),n=i.replace(/(.*)[\|\-\\\/>»] .*/gi,"$1"),l(n)<3&&(n=i.replace(/[^\|\-\\\/>»]*[\|\-\\\/>»](.*)/gi,"$1"));else if(n.indexOf(": ")!==-1){var s=this._concatNodeLists(a.getElementsByTagName("h1"),a.getElementsByTagName("h2")),u=n.trim(),c=this._someNode(s,function(b){return b.textContent.trim()===u});c||(n=i.substring(i.lastIndexOf(":")+1),l(n)<3?n=i.substring(i.indexOf(":")+1):l(i.substr(0,i.indexOf(":")))>5&&(n=i))}else if(n.length>150||n.length<15){var d=a.getElementsByTagName("h1");d.length===1&&(n=this._getInnerText(d[0]))}n=n.trim().replace(this.REGEXPS.normalize," ");var h=l(n);return h<=4&&(!o||h!=l(i.replace(/[\|\-\\\/>»]+/g,""))-1)&&(n=i),n},_prepDocument:function(){var a=this._doc;this._removeNodes(this._getAllNodesWithTag(a,["style"])),a.body&&this._replaceBrs(a.body),this._replaceNodeTags(this._getAllNodesWithTag(a,["font"]),"SPAN")},_nextNode:function(a){for(var n=a;n&&n.nodeType!=this.ELEMENT_NODE&&this.REGEXPS.whitespace.test(n.textContent);)n=n.nextSibling;return n},_replaceBrs:function(a){this._forEachNode(this._getAllNodesWithTag(a,["br"]),function(n){for(var i=n.nextSibling,o=!1;(i=this._nextNode(i))&&i.tagName=="BR";){o=!0;var l=i.nextSibling;i.parentNode.removeChild(i),i=l}if(o){var s=this._doc.createElement("p");for(n.parentNode.replaceChild(s,n),i=s.nextSibling;i;){if(i.tagName=="BR"){var u=this._nextNode(i.nextSibling);if(u&&u.tagName=="BR")break}if(!this._isPhrasingContent(i))break;var c=i.nextSibling;s.appendChild(i),i=c}for(;s.lastChild&&this._isWhitespace(s.lastChild);)s.removeChild(s.lastChild);s.parentNode.tagName==="P"&&this._setNodeTag(s.parentNode,"DIV")}})},_setNodeTag:function(a,n){if(this.log("_setNodeTag",a,n),this._docJSDOMParser)return a.localName=n.toLowerCase(),a.tagName=n.toUpperCase(),a;for(var i=a.ownerDocument.createElement(n);a.firstChild;)i.appendChild(a.firstChild);a.parentNode.replaceChild(i,a),a.readability&&(i.readability=a.readability);for(var o=0;o!i.includes(u)),s=l.join(" ").length/o.join(" ").length;return 1-s},_checkByline:function(a,n){if(this._articleByline)return!1;if(a.getAttribute!==void 0)var i=a.getAttribute("rel"),o=a.getAttribute("itemprop");return(i==="author"||o&&o.indexOf("author")!==-1||this.REGEXPS.byline.test(n))&&this._isValidByline(a.textContent)?(this._articleByline=a.textContent.trim(),!0):!1},_getNodeAncestors:function(a,n){n=n||0;for(var i=0,o=[];a.parentNode&&(o.push(a.parentNode),!(n&&++i===n));)a=a.parentNode;return o},_grabArticle:function(a){this.log("**** grabArticle ****");var n=this._doc,i=a!==null;if(a=a||this._doc.body,!a)return this.log("No body found in document. Abort."),null;for(var o=a.innerHTML;;){this.log("Starting grabArticle loop");var l=this._flagIsActive(this.FLAG_STRIP_UNLIKELYS),s=[],u=this._doc.documentElement;let oe=!0;for(;u;){u.tagName==="HTML"&&(this._articleLang=u.getAttribute("lang"));var c=u.className+" "+u.id;if(!this._isProbablyVisible(u)){this.log("Removing hidden node - "+c),u=this._removeAndGetNext(u);continue}if(u.getAttribute("aria-modal")=="true"&&u.getAttribute("role")=="dialog"){u=this._removeAndGetNext(u);continue}if(this._checkByline(u,c)){u=this._removeAndGetNext(u);continue}if(oe&&this._headerDuplicatesTitle(u)){this.log("Removing header: ",u.textContent.trim(),this._articleTitle.trim()),oe=!1,u=this._removeAndGetNext(u);continue}if(l){if(this.REGEXPS.unlikelyCandidates.test(c)&&!this.REGEXPS.okMaybeItsACandidate.test(c)&&!this._hasAncestorTag(u,"table")&&!this._hasAncestorTag(u,"code")&&u.tagName!=="BODY"&&u.tagName!=="A"){this.log("Removing unlikely candidate - "+c),u=this._removeAndGetNext(u);continue}if(this.UNLIKELY_ROLES.includes(u.getAttribute("role"))){this.log("Removing content with role "+u.getAttribute("role")+" - "+c),u=this._removeAndGetNext(u);continue}}if((u.tagName==="DIV"||u.tagName==="SECTION"||u.tagName==="HEADER"||u.tagName==="H1"||u.tagName==="H2"||u.tagName==="H3"||u.tagName==="H4"||u.tagName==="H5"||u.tagName==="H6")&&this._isElementWithoutContent(u)){u=this._removeAndGetNext(u);continue}if(this.DEFAULT_TAGS_TO_SCORE.indexOf(u.tagName)!==-1&&s.push(u),u.tagName==="DIV"){for(var d=null,h=u.firstChild;h;){var b=h.nextSibling;if(this._isPhrasingContent(h))d!==null?d.appendChild(h):this._isWhitespace(h)||(d=n.createElement("p"),u.replaceChild(d,h),d.appendChild(h));else if(d!==null){for(;d.lastChild&&this._isWhitespace(d.lastChild);)d.removeChild(d.lastChild);d=null}h=b}if(this._hasSingleTagInsideElement(u,"P")&&this._getLinkDensity(u)<.25){var E=u.children[0];u.parentNode.replaceChild(E,u),u=E,s.push(u)}else this._hasChildBlockElement(u)||(u=this._setNodeTag(u,"P"),s.push(u))}u=this._getNextNode(u)}var ne=[];this._forEachNode(s,function(B){if(!(!B.parentNode||typeof B.parentNode.tagName>"u")){var Q=this._getInnerText(B);if(!(Q.length<25)){var ve=this._getNodeAncestors(B,5);if(ve.length!==0){var se=0;se+=1,se+=Q.split(",").length,se+=Math.min(Math.floor(Q.length/100),3),this._forEachNode(ve,function(j,xe){if(!(!j.tagName||!j.parentNode||typeof j.parentNode.tagName>"u")){if(typeof j.readability>"u"&&(this._initializeNode(j),ne.push(j)),xe===0)var Pe=1;else xe===1?Pe=2:Pe=xe*3;j.readability.contentScore+=se/Pe}})}}}});for(var V=[],f=0,me=ne.length;fC.readability.contentScore){V.splice(ue,0,z),V.length>this._nbTopCandidates&&V.pop();break}}}var g=V[0]||null,S=!1,w;if(g===null||g.tagName==="BODY"){for(g=n.createElement("DIV"),S=!0;a.firstChild;)this.log("Moving child out:",a.firstChild),g.appendChild(a.firstChild);a.appendChild(g),this._initializeNode(g)}else if(g){for(var L=[],G=1;G=.75&&L.push(this._getNodeAncestors(V[G]));var D=3;if(L.length>=D)for(w=g.parentNode;w.tagName!=="BODY";){for(var F=0,K=0;K=D){g=w;break}w=w.parentNode}g.readability||this._initializeNode(g),w=g.parentNode;for(var O=g.readability.contentScore,ge=O/3;w.tagName!=="BODY";){if(!w.readability){w=w.parentNode;continue}var we=w.readability.contentScore;if(weO){g=w;break}O=w.readability.contentScore,w=w.parentNode}for(w=g.parentNode;w.tagName!="BODY"&&w.children.length==1;)g=w,w=g.parentNode;g.readability||this._initializeNode(g)}var I=n.createElement("DIV");i&&(I.id="readability-content");var k=Math.max(10,g.readability.contentScore*.2);w=g.parentNode;for(var ye=w.children,ie=0,v=ye.length;ie=k)P=!0;else if(x.nodeName==="P"){var H=this._getLinkDensity(x),ce=this._getInnerText(x),he=ce.length;(he>80&&H<.25||he<80&&he>0&&H===0&&ce.search(/\.( |$)/)!==-1)&&(P=!0)}}P&&(this.log("Appending node:",x),this.ALTER_TO_DIV_EXCEPTIONS.indexOf(x.nodeName)===-1&&(this.log("Altering sibling:",x,"to div."),x=this._setNodeTag(x,"DIV")),I.appendChild(x),ye=w.children,ie-=1,v-=1)}if(this._debug&&this.log("Article content pre-prep: "+I.innerHTML),this._prepArticle(I),this._debug&&this.log("Article content post-prep: "+I.innerHTML),S)g.id="readability-page-1",g.className="page";else{var $=n.createElement("DIV");for($.id="readability-page-1",$.className="page";I.firstChild;)$.appendChild(I.firstChild);I.appendChild($)}this._debug&&this.log("Article content after paging: "+I.innerHTML);var M=!0,U=this._getInnerText(I,!0).length;if(U0&&a.length<100):!1},_unescapeHtmlEntities:function(a){if(!a)return a;var n=this.HTML_ESCAPE_MAP;return a.replace(/&(quot|amp|apos|lt|gt);/g,function(i,o){return n[o]}).replace(/&#(?:x([0-9a-z]{1,4})|([0-9]{1,4}));/gi,function(i,o,l){var s=parseInt(o||l,o?16:10);return String.fromCharCode(s)})},_getJSONLD:function(a){var n=this._getAllNodesWithTag(a,["script"]),i;return this._forEachNode(n,function(o){if(!i&&o.getAttribute("type")==="application/ld+json")try{var l=o.textContent.replace(/^\s*\s*$/g,""),s=JSON.parse(l);if(!s["@context"]||!s["@context"].match(/^https?\:\/\/schema\.org$/)||(!s["@type"]&&Array.isArray(s["@graph"])&&(s=s["@graph"].find(function(h){return(h["@type"]||"").match(this.REGEXPS.jsonLdArticleTypes)})),!s||!s["@type"]||!s["@type"].match(this.REGEXPS.jsonLdArticleTypes)))return;if(i={},typeof s.name=="string"&&typeof s.headline=="string"&&s.name!==s.headline){var u=this._getArticleTitle(),c=this._textSimilarity(s.name,u)>.75,d=this._textSimilarity(s.headline,u)>.75;d&&!c?i.title=s.headline:i.title=s.name}else typeof s.name=="string"?i.title=s.name.trim():typeof s.headline=="string"&&(i.title=s.headline.trim());s.author&&(typeof s.author.name=="string"?i.byline=s.author.name.trim():Array.isArray(s.author)&&s.author[0]&&typeof s.author[0].name=="string"&&(i.byline=s.author.filter(function(h){return h&&typeof h.name=="string"}).map(function(h){return h.name.trim()}).join(", "))),typeof s.description=="string"&&(i.excerpt=s.description.trim()),s.publisher&&typeof s.publisher.name=="string"&&(i.siteName=s.publisher.name.trim());return}catch(h){this.log(h.message)}}),i||{}},_getArticleMetadata:function(a){var n={},i={},o=this._doc.getElementsByTagName("meta"),l=/\s*(dc|dcterm|og|twitter)\s*:\s*(author|creator|description|title|site_name)\s*/gi,s=/^\s*(?:(dc|dcterm|og|twitter|weibo:(article|webpage))\s*[\.:]\s*)?(author|creator|description|title|site_name)\s*$/i;return this._forEachNode(o,function(u){var c=u.getAttribute("name"),d=u.getAttribute("property"),h=u.getAttribute("content");if(h){var b=null,E=null;d&&(b=d.match(l),b&&(E=b[0].toLowerCase().replace(/\s/g,""),i[E]=h.trim())),!b&&c&&s.test(c)&&(E=c,h&&(E=E.toLowerCase().replace(/\s/g,"").replace(/\./g,":"),i[E]=h.trim()))}}),n.title=a.title||i["dc:title"]||i["dcterm:title"]||i["og:title"]||i["weibo:article:title"]||i["weibo:webpage:title"]||i.title||i["twitter:title"],n.title||(n.title=this._getArticleTitle()),n.byline=a.byline||i["dc:creator"]||i["dcterm:creator"]||i.author,n.excerpt=a.excerpt||i["dc:description"]||i["dcterm:description"]||i["og:description"]||i["weibo:article:description"]||i["weibo:webpage:description"]||i.description||i["twitter:description"],n.siteName=a.siteName||i["og:site_name"],n.title=this._unescapeHtmlEntities(n.title),n.byline=this._unescapeHtmlEntities(n.byline),n.excerpt=this._unescapeHtmlEntities(n.excerpt),n.siteName=this._unescapeHtmlEntities(n.siteName),n},_isSingleImage:function(a){return a.tagName==="IMG"?!0:a.children.length!==1||a.textContent.trim()!==""?!1:this._isSingleImage(a.children[0])},_unwrapNoscriptImages:function(a){var n=Array.from(a.getElementsByTagName("img"));this._forEachNode(n,function(o){for(var l=0;l"u"?!0:n;var i=a.textContent.trim();return n?i.replace(this.REGEXPS.normalize," "):i},_getCharCount:function(a,n){return n=n||",",this._getInnerText(a).split(n).length-1},_cleanStyles:function(a){if(!(!a||a.tagName.toLowerCase()==="svg")){for(var n=0;n0&&l>i)return!1;if(a.parentNode.tagName===n&&(!o||o(a.parentNode)))return!0;a=a.parentNode,l++}return!1},_getRowAndColumnCount:function(a){for(var n=0,i=0,o=a.getElementsByTagName("tr"),l=0;l0){o._readabilityDataTable=!0;continue}var d=["col","colgroup","tfoot","thead","th"],h=function(E){return!!o.getElementsByTagName(E)[0]};if(d.some(h)){this.log("Data table because found data-y descendant"),o._readabilityDataTable=!0;continue}if(o.getElementsByTagName("table")[0]){o._readabilityDataTable=!1;continue}var b=this._getRowAndColumnCount(o);if(b.rows>=10||b.columns>4){o._readabilityDataTable=!0;continue}o._readabilityDataTable=b.rows*b.columns>10}},_fixLazyImages:function(a){this._forEachNode(this._getAllNodesWithTag(a,["img","picture","figure"]),function(n){if(n.src&&this.REGEXPS.b64DataUrl.test(n.src)){var i=this.REGEXPS.b64DataUrl.exec(n.src);if(i[1]==="image/svg+xml")return;for(var o=!1,l=0;lo+=this._getInnerText(s,!0).length),o/i},_cleanConditionally:function(a,n){this._flagIsActive(this.FLAG_CLEAN_CONDITIONALLY)&&this._removeNodes(this._getAllNodesWithTag(a,[n]),function(i){var o=function(w){return w._readabilityDataTable},l=n==="ul"||n==="ol";if(!l){var s=0,u=this._getAllNodesWithTag(i,["ul","ol"]);this._forEachNode(u,w=>s+=this._getInnerText(w).length),l=s/this._getInnerText(i).length>.9}if(n==="table"&&o(i)||this._hasAncestorTag(i,"table",-1,o)||this._hasAncestorTag(i,"code"))return!1;var c=this._getClassWeight(i);this.log("Cleaning Conditionally",i);var d=0;if(c+d<0)return!0;if(this._getCharCount(i,",")<10){for(var h=i.getElementsByTagName("p").length,b=i.getElementsByTagName("img").length,E=i.getElementsByTagName("li").length-100,ne=i.getElementsByTagName("input").length,V=this._getTextDensity(i,["h1","h2","h3","h4","h5","h6"]),f=0,me=this._getAllNodesWithTag(i,["object","embed","iframe"]),z=0;z1&&h/b<.5&&!this._hasAncestorTag(i,"figure")||!l&&E>h||ne>Math.floor(h/3)||!l&&V<.9&&C<25&&(b===0||b>2)&&!this._hasAncestorTag(i,"figure")||!l&&c<25&&ue>.2||c>=25&&ue>.5||f===1&&C<75||f>1;if(l&&g){for(var S=0;S1)return g;let w=i.getElementsByTagName("li").length;if(b==w)return!1}return g}return!1})},_cleanMatchedNodes:function(a,n){for(var i=this._getNextNode(a,!0),o=this._getNextNode(a);o&&o!=i;)n.call(this,o,o.className+" "+o.id)?o=this._removeAndGetNext(o):o=this._getNextNode(o)},_cleanHeaders:function(a){let n=this._getAllNodesWithTag(a,["h1","h2"]);this._removeNodes(n,function(i){let o=this._getClassWeight(i)<0;return o&&this.log("Removing header with low class weight:",i),o})},_headerDuplicatesTitle:function(a){if(a.tagName!="H1"&&a.tagName!="H2")return!1;var n=this._getInnerText(a,!1);return this.log("Evaluating similarity of header:",n,this._articleTitle),this._textSimilarity(this._articleTitle,n)>.75},_flagIsActive:function(a){return(this._flags&a)>0},_removeFlag:function(a){this._flags=this._flags&~a},_isProbablyVisible:function(a){return(!a.style||a.style.display!="none")&&!a.hasAttribute("hidden")&&(!a.hasAttribute("aria-hidden")||a.getAttribute("aria-hidden")!="true"||a.className&&a.className.indexOf&&a.className.indexOf("fallback-image")!==-1)},parse:function(){if(this._maxElemsToParse>0){var a=this._doc.getElementsByTagName("*").length;if(a>this._maxElemsToParse)throw new Error("Aborting parsing document; "+a+" elements found")}this._unwrapNoscriptImages(this._doc);var n=this._disableJSONLD?{}:this._getJSONLD(this._doc);this._removeScripts(this._doc),this._prepDocument();var i=this._getArticleMetadata(n);this._articleTitle=i.title;var o=this._grabArticle();if(!o)return null;if(this.log("Grabbed: "+o.innerHTML),this._postProcessContent(o),!i.excerpt){var l=o.getElementsByTagName("p");l.length>0&&(i.excerpt=l[0].textContent.trim())}var s=o.textContent;return{title:this._articleTitle,byline:i.byline||this._articleByline,dir:this._articleDir,lang:this._articleLang,content:this._serializer(o),textContent:s,length:s.length,excerpt:i.excerpt,siteName:i.siteName||this._articleSiteName}}},typeof e=="object"&&(e.exports=r)}),Np=Un((t,e)=>{var r={unlikelyCandidates:/-ad-|ai2html|banner|breadcrumbs|combx|comment|community|cover-wrap|disqus|extra|footer|gdpr|header|legends|menu|related|remark|replies|rss|shoutbox|sidebar|skyscraper|social|sponsor|supplemental|ad-break|agegate|pagination|pager|popup|yom-remote/i,okMaybeItsACandidate:/and|article|body|column|content|main|shadow/i};function a(i){return(!i.style||i.style.display!="none")&&!i.hasAttribute("hidden")&&(!i.hasAttribute("aria-hidden")||i.getAttribute("aria-hidden")!="true"||i.className&&i.className.indexOf&&i.className.indexOf("fallback-image")!==-1)}function n(i,o={}){typeof o=="function"&&(o={visibilityChecker:o});var l={minScore:20,minContentLength:140,visibilityChecker:a};o=Object.assign(l,o);var s=i.querySelectorAll("p, pre, article"),u=i.querySelectorAll("div > br");if(u.length){var c=new Set(s);[].forEach.call(u,function(h){c.add(h.parentNode)}),s=Array.from(c)}var d=0;return[].some.call(s,function(h){if(!o.visibilityChecker(h))return!1;var b=h.className+" "+h.id;if(r.unlikelyCandidates.test(b)&&!r.okMaybeItsACandidate.test(b)||h.matches("li p"))return!1;var E=h.textContent.trim().length;return Eo.minScore)})}typeof e=="object"&&(e.exports=n)}),is=Un((t,e)=>{var r=Rp(),a=Np();e.exports={Readability:r,isProbablyReaderable:a}}),os={};Op(os,{Readability:()=>ls,default:()=>cs,isProbablyReaderable:()=>us});var ss=ns(is());Mp(os,ns(is()));var{Readability:ls,isProbablyReaderable:us}=ss,{default:as,...qp}=ss,cs=as!==void 0?as:qp;var Jr={};ma(Jr,{Breadcrumbs:()=>Ot,BrowserClient:()=>xr,Dedupe:()=>qt,FunctionToString:()=>tr,GlobalHandlers:()=>ht,HttpContext:()=>Nt,Hub:()=>kt,InboundFilters:()=>rr,Integrations:()=>yg,LinkedErrors:()=>Rt,SDK_VERSION:()=>wr,Scope:()=>Je,TryCatch:()=>Mt,addBreadcrumb:()=>za,addGlobalEventProcessor:()=>gt,captureEvent:()=>Ba,captureException:()=>yr,captureMessage:()=>Ia,chromeStackLineParser:()=>vi,close:()=>wl,configureScope:()=>Fa,createTransport:()=>Yr,defaultIntegrations:()=>ki,defaultStackLineParsers:()=>wi,defaultStackParser:()=>Va,flush:()=>Sl,forceLoad:()=>vl,geckoStackLineParser:()=>yi,getCurrentHub:()=>Z,getHubFromCarrier:()=>et,init:()=>fl,lastEventId:()=>Tl,makeFetchTransport:()=>Xr,makeMain:()=>vr,onLoad:()=>yl,opera10StackLineParser:()=>rl,opera11StackLineParser:()=>al,setContext:()=>Oa,setExtra:()=>Ra,setExtras:()=>Ma,setTag:()=>qa,setTags:()=>Na,setUser:()=>Ua,showReportDialog:()=>bl,startTransaction:()=>ja,winjsStackLineParser:()=>Si,withScope:()=>Sr,wrap:()=>xl});var ds=Object.prototype.toString;function Aa(t){switch(ds.call(t)){case"[object Error]":case"[object Exception]":case"[object DOMException]":return!0;default:return dt(t,Error)}}function Rr(t,e){return ds.call(t)===`[object ${e}]`}function Da(t){return Rr(t,"ErrorEvent")}function ps(t){return Rr(t,"DOMException")}function St(t){return Rr(t,"String")}function Nr(t){return t===null||typeof t!="object"&&typeof t!="function"}function it(t){return Rr(t,"Object")}function qr(t){return typeof Event<"u"&&dt(t,Event)}function ms(t){return!1}function gs(t){return Rr(t,"RegExp")}function hr(t){return!!(t&&t.then&&typeof t.then=="function")}function hs(t){return it(t)&&"nativeEvent"in t&&"preventDefault"in t&&"stopPropagation"in t}function fs(t){return typeof t=="number"&&t!==t}function dt(t,e){try{return t instanceof e}catch{return!1}}function Ur(t,e){try{let r=t,a=5,n=80,i=[],o=0,l=0,s=" > ",u=s.length,c;for(;r&&o++1&&l+i.length*u+c.length>=n));)i.push(c),l+=c.length,r=r.parentNode;return i.reverse().join(s)}catch{return""}}function Up(t,e){let r=t,a=[],n,i,o,l,s;if(!r||!r.tagName)return"";a.push(r.tagName.toLowerCase());let u=e&&e.length?e.filter(d=>r.getAttribute(d)).map(d=>[d,r.getAttribute(d)]):null;if(u&&u.length)u.forEach(d=>{a.push(`[${d[0]}="${d[1]}"]`)});else if(r.id&&a.push(`#${r.id}`),n=r.className,n&&St(n))for(i=n.split(/\s+/),s=0;s1&&(s=c.slice(0,-1).join("/"),u=c.pop()),u){let d=u.match(/^\d+/);d&&(u=d[0])}return Ts({host:i,pass:n,path:s,projectId:u,port:o,protocol:r,publicKey:a})}function Ts(t){return{protocol:t.protocol,publicKey:t.publicKey||"",pass:t.pass||"",host:t.host,port:t.port||"",path:t.path||"",projectId:t.projectId}}function Hp(t){if(!!1)return;let{port:e,projectId:r,protocol:a}=t;if(["protocol","publicKey","host","projectId"].forEach(i=>{if(!t[i])throw new Ee(`Invalid Sentry Dsn: ${String(i)} missing`)}),!r.match(/^\d+$/))throw new Ee(`Invalid Sentry Dsn: Invalid projectId ${r}`);if(!Kp(a))throw new Ee(`Invalid Sentry Dsn: Invalid protocol ${a}`);if(e&&isNaN(parseInt(e,10)))throw new Ee(`Invalid Sentry Dsn: Invalid port ${e}`);return!0}function ka(t){let e=typeof t=="string"?Wp(t):Ts(t);return Hp(e),e}var Gp={};function Te(){return typeof window<"u"?window:typeof self<"u"?self:Gp}function fr(t,e,r){let a=r||Te(),n=a.__SENTRY__=a.__SENTRY__||{};return n[t]||(n[t]=e())}var jr=["debug","info","warn","error","log","assert","trace"];function jn(t){if(!("console"in Te()))return t();let r=console,a={};jr.forEach(n=>{let i=r[n]&&r[n].__sentry_original__;n in console&&i&&(a[n]=r[n],r[n]=i)});try{return t()}finally{Object.keys(a).forEach(n=>{r[n]=a[n]})}}function vs(){let t=!1,e={enable:()=>{t=!0},disable:()=>{t=!1}};return!1?jr.forEach(r=>{e[r]=(...a)=>{t&&jn(()=>{})}}):jr.forEach(r=>{e[r]=()=>{}}),e}var N;!1?N=fr("logger",vs):N=vs();function Zt(t,e=0){return typeof t!="string"||e===0||t.length<=e?t:`${t.substr(0,e)}...`}function Kn(t,e){if(!Array.isArray(t))return"";let r=[];for(let a=0;a`${encodeURIComponent(e)}=${encodeURIComponent(t[e])}`).join("&")}function Gn(t){if(Aa(t))return{message:t.message,name:t.name,stack:t.stack,...Ss(t)};if(qr(t)){let e={type:t.type,target:ys(t.target),currentTarget:ys(t.currentTarget),...Ss(t)};return typeof CustomEvent<"u"&&dt(t,CustomEvent)&&(e.detail=t.detail),e}else return t}function ys(t){try{return ms(t)?Ur(t):Object.prototype.toString.call(t)}catch{return""}}function Ss(t){if(typeof t=="object"&&t!==null){let e={};for(let r in t)Object.prototype.hasOwnProperty.call(t,r)&&(e[r]=t[r]);return e}else return{}}function xs(t,e=40){let r=Object.keys(Gn(t));if(r.sort(),!r.length)return"[object has no keys]";if(r[0].length>=e)return Zt(r[0],e);for(let a=r.length;a>0;a--){let n=r.slice(0,a).join(", ");if(!(n.length>e))return a===r.length?n:Zt(n,e)}return""}function Jt(t){return Wn(t,new Map)}function Wn(t,e){if(it(t)){let r=e.get(t);if(r!==void 0)return r;let a={};e.set(t,a);for(let n of Object.keys(t))typeof t[n]<"u"&&(a[n]=Wn(t[n],e));return a}if(Array.isArray(t)){let r=e.get(t);if(r!==void 0)return r;let a=[];return e.set(t,a),t.forEach(n=>{a.push(Wn(n,e))}),a}return t}var Vp=50;function $n(...t){let e=t.sort((r,a)=>r[0]-a[0]).map(r=>r[1]);return(r,a=0)=>{let n=[];for(let i of r.split(` +`,IMMERSIVE_TRANSLATE_VIDEO_SUBTITLE_INJECT:'(()=>{var u="imt-subtitle-inject",f=class{from;to;constructor(t,n){this.from=t,this.to=n}sendMessages(t){globalThis.postMessage({type:u,to:this.to,from:this.from,action:t.action,data:t.data,id:t.id||new Date().getTime(),isAsync:!1})}getRandomId(){return(new Date().getTime()+Math.random())*Math.random()}sendAsyncMessages({action:t,data:n}){return new Promise(e=>{let r=this.getRandomId();globalThis.postMessage({type:u,to:this.to,from:this.from,action:t,data:n,id:r,isAsync:!0});let a=({data:o})=>{u===o.type&&o.id===r&&o.to===this.from&&(e(o.data),globalThis.removeEventListener("message",a))};globalThis.addEventListener("message",a)})}handleMessageOnce(t){return new Promise(n=>{let e=({data:r})=>{u===r.type&&r.action===t&&r.to===this.from&&(n(r.data),globalThis.removeEventListener("message",e))};globalThis.addEventListener("message",e)})}handleMessage(t,n){let e=({data:r})=>{u===r.type&&r.action===t&&r.to===this.from&&n(r)};return globalThis.addEventListener("message",e),()=>{globalThis.removeEventListener("message",e)}}handleMessages(t){let n=({data:e})=>{u===e.type&&e.to===this.from&&t(e)};return globalThis.addEventListener("message",n),()=>{globalThis.removeEventListener("message",n)}}},R=new f("content-script","inject"),l=new f("inject","content-script"),S={get(s,t,n){return t in s?(...e)=>{let r=s[t];return typeof r=="function"?r.apply(s,e):Reflect.get(s,t,n)}:e=>s.sendAsyncMessages({action:t,data:e})}},x=new Proxy(l,S),L=new Proxy(R,S);function T(s){if(!s)return null;try{let t=s;return s.startsWith("//")?t=globalThis.location.protocol+s:s.startsWith("/")?t=`${globalThis.location.protocol}//${globalThis.location.host}${s}`:s.startsWith("http")||(t=`${globalThis.location.protocol}//${s}`),new URL(t).toString()}catch(t){return console.error(t),s}}var i=class{content=x;config;constructor(t){this.config=t,l.handleMessages(async({action:n,id:e,data:r})=>{let a=this[n];if(!a)return;let o=a.apply(this,[r]);o instanceof Promise&&(o=await o),l.sendMessages({id:e,data:o})})}triggerSubtitle(t){}async translateSubtitle(t){let n=await this.content.requestSubtitle({url:T(t._url)});if(n){if(this.config.responseType=="document"){let r=new DOMParser().parseFromString(n,"text/xml");Object.defineProperty(t,"responseXML",{value:r,writable:!1}),Object.defineProperty(t,"response",{value:r,writable:!1});return}let e=n;(t.responseType=="arraybuffer"||this.config.responseType=="arraybuffer")&&typeof n=="string"&&(e=new TextEncoder().encode(n).buffer),Object.defineProperty(t,"responseText",{value:e,writable:!1}),Object.defineProperty(t,"response",{value:e,writable:!1})}}async translateSubtitleWithFetch(t,n){let e={...n},r;return typeof t=="string"?r={url:t,method:"GET",headers:{}}:r=await v(t),e?.body&&(e.body=M(e.body)),this.content.requestSubtitle({fetchInfo:JSON.stringify({input:r,options:e})})}async getVideoMeta(t){}isSubtitleRequest(t){return!this.config||!this.config.subtitleUrlRegExp||!t?!1:new RegExp(this.config.subtitleUrlRegExp).test(t||"")}};function v(s){if(s instanceof URL)return{url:s.href,method:"GET",headers:{}};let t=s.clone(),n={url:s.url,method:s.method,headers:Object.fromEntries(s.headers.entries())};if(t.body){let e=M(t.body);if(t.body!==e)return t.text().then(r=>(n.body=r,n));n.body=e}return Promise.resolve(n)}function M(s){if(!s)return s;if(s instanceof FormData||s instanceof URLSearchParams){let t={};for(let[n,e]of s.entries())t[n]=e;return t._formatBodyType="FormData",t}return s}var d=class extends i{timer=null;triggerSubtitle({force:t}){setTimeout(()=>{if(this.config?.subtitleButtonSelector){let n=document.querySelector(this.config.subtitleButtonSelector);if(n){let e=n.getAttribute("aria-pressed")==="true";e&&t?(n.click(),setTimeout(()=>{n.click()},100)):e||n.click();return}}if(this.config?.videoPlayerSelector){let n=document.querySelector(this.config.videoPlayerSelector);n?.toggleSubtitles(),setTimeout(()=>{n?.toggleSubtitles()},100)}},1e3)}async getVideoMeta(){if(!this.config.videoPlayerSelector)return null;try{return await this.sleep(100),document.querySelector(this.config.videoPlayerSelector)?.getPlayerResponse()}catch{return null}}sleep(t){return new Promise(n=>{setTimeout(()=>{n(null)},t)})}};var m=class extends i{timer=null;videoMeta={};lastVideoMeta=null;constructor(t){super(t),this.hookJSON()}hookJSON(){let t=JSON.parse;JSON.parse=n=>{let e=t(n);try{e&&e.result&&e.result.timedtexttracks&&e.result.movieId&&(this.videoMeta[e.result.movieId]=e.result,this.lastVideoMeta=e.result)}catch(r){console.log(r)}return e}}getVideoMeta(t){return this.lastVideoMeta}};var p=class extends i{timer=null;videoMeta={};constructor(t){super(t),this.hookJSON()}hookJSON(){let t=JSON.parse;JSON.parse=n=>{let e=t(n);try{e?.asset?.captions?.length?this.videoMeta[e.id]=e?.asset:e?.previews&&e?.course&&e?.previews?.forEach(r=>{this.videoMeta[r.id]=r})}catch(r){console.error(r)}return e}}getVideoMeta(t){return this.videoMeta[t]}};var g=class extends i{timer=null;videoMeta={};constructor(t){super(t),this.hookJSON()}hookJSON(){let t=JSON.parse;JSON.parse=n=>{let e=t(n);try{if(e?.stream?.sources?.length&&e?.stream?.sources[0]?.complete?.url){let r=window.location.pathname.split("/");r.length>2&&r[r.length-2]==="video"&&(this.videoMeta[r[r.length-1]]=e.stream.sources[0].complete.url)}}catch(r){console.error(r)}return e}}getVideoMeta(t){return this.videoMeta[t]}};var h=class extends i{constructor(t){super(t)}async translateSubtitleWithFetch(t,n){this.main(t,n)}async main(t,n){let e=globalThis.__originalFetch;if(!e)return;let r=t;t instanceof Request&&(r=t.clone());let a=await e(r,n);if(!a.ok)return;let o=await a.json();o.transcripts_urls&&this.requestSubtitle(o.transcripts_urls)}async requestSubtitle(t){await c(),await this.content.requestSubtitle(t)}};async function w(){let s=await l.sendAsyncMessages({action:"getConfig"});if(!s)return;let n={youtube:d,netflix:m,webvtt:i,khanacademy:i,bilibili:i,udemy:p,general:i,ebutt:i,hulu:h,disneyplus:g,"fmp4.xml":i,multi_attach_vtt:i,twitter:i,subsrt:i,xml:i,text_track_dynamic:i,av:i}[s.type||""];if(!n)return;let e=new n(s);I(e,s)}c();w();function I(s,t){if(t.hookType.includes("xhr")){let n=XMLHttpRequest.prototype.open,e=XMLHttpRequest.prototype.send,r=function(){return this._url=arguments[1],n.apply(this,arguments)},a=async function(){return s.isSubtitleRequest(this._url)?(await c(),await s.translateSubtitle(this),e.apply(this,arguments)):e.apply(this,arguments)};Object.defineProperty(XMLHttpRequest.prototype,"open",{value:r,writable:!0}),Object.defineProperty(XMLHttpRequest.prototype,"send",{value:a,writable:!0})}if(t.hookType.includes("fetch")){let n=globalThis.fetch;globalThis.__originalFetch=n,globalThis.fetch=async function(e,r){let a=typeof e=="string"?e:e.url||e.href;if(!s.isSubtitleRequest(a))return n(e,r);await c();let y=await s.translateSubtitleWithFetch(e,r);return y?new Response(y):n(e,r)}}}var b=!1;async function c(){return b||(await l.handleMessageOnce("contentReady"),b=!0),b}})();\n',OPTIONS_URL:"https://dash.immersivetranslate.com/",SHARE_DRAFT_URL:"https://immersivetranslate.com/preview",ASSETS_BASE_URL:"https://app.immersivetranslate.com/global-assets/",EBOOK_VIEWER_URL:"https://app.immersivetranslate.com/ebook/",EBOOK_BUILDER_URL:"https://app.immersivetranslate.com/ebook/make/",SUBTITLE_BUILDER_URL:"https://app.immersivetranslate.com/subtitle/",HTML_VIEWER_URL:"https://app.immersivetranslate.com/html/",PDF_VIEWER_URL:"https://app.immersivetranslate.com/pdf/",PDF_PRO_URL:"https://app.immersivetranslate.com/pdf-pro/",TEXT_TRANSLATE_URL:"https://app.immersivetranslate.com/text/",TRANSLATE_FILE_URL:"https://app.immersivetranslate.com/",MOCK:"0",DEBUG:"0",INSTALL_FROM:"chrome_zip"};var cc=Object.create,fn=Object.defineProperty,dc=Object.getOwnPropertyDescriptor,ho=Object.getOwnPropertyNames,pc=Object.getPrototypeOf,mc=Object.prototype.hasOwnProperty,gc=(t,e)=>function(){return e||(0,t[ho(t)[0]])((e={exports:{}}).exports,e),e.exports},hc=(t,e)=>{for(var r in e)fn(t,r,{get:e[r],enumerable:!0})},hn=(t,e,r,a)=>{if(e&&typeof e=="object"||typeof e=="function")for(let n of ho(e))!mc.call(t,n)&&n!==r&&fn(t,n,{get:()=>e[n],enumerable:!(a=dc(e,n))||a.enumerable});return t},fc=(t,e,r)=>(hn(t,e,"default"),r&&hn(r,e,"default")),fo=(t,e,r)=>(r=t!=null?cc(pc(t)):{},hn(e||!t||!t.__esModule?fn(r,"default",{value:t,enumerable:!0}):r,t)),bo=gc({"../esmd/npm/webextension-polyfill@0.10.0/node_modules/webextension-polyfill/dist/browser-polyfill.js"(t,e){(function(r,a){if(typeof define=="function"&&define.amd)define("webextension-polyfill",["module"],a);else if(typeof t<"u")a(e);else{var n={exports:{}};a(n),r.browser=n.exports}})(typeof globalThis<"u"?globalThis:typeof self<"u"?self:t,function(r){"use strict";if(!globalThis.chrome?.runtime?.id)throw new Error("This script should only be loaded in a browser extension.");if(typeof globalThis.browser>"u"||Object.getPrototypeOf(globalThis.browser)!==Object.prototype){let a="The message port closed before a response was received.",n=i=>{let o={alarms:{clear:{minArgs:0,maxArgs:1},clearAll:{minArgs:0,maxArgs:0},get:{minArgs:0,maxArgs:1},getAll:{minArgs:0,maxArgs:0}},bookmarks:{create:{minArgs:1,maxArgs:1},get:{minArgs:1,maxArgs:1},getChildren:{minArgs:1,maxArgs:1},getRecent:{minArgs:1,maxArgs:1},getSubTree:{minArgs:1,maxArgs:1},getTree:{minArgs:0,maxArgs:0},move:{minArgs:2,maxArgs:2},remove:{minArgs:1,maxArgs:1},removeTree:{minArgs:1,maxArgs:1},search:{minArgs:1,maxArgs:1},update:{minArgs:2,maxArgs:2}},browserAction:{disable:{minArgs:0,maxArgs:1,fallbackToNoCallback:!0},enable:{minArgs:0,maxArgs:1,fallbackToNoCallback:!0},getBadgeBackgroundColor:{minArgs:1,maxArgs:1},getBadgeText:{minArgs:1,maxArgs:1},getPopup:{minArgs:1,maxArgs:1},getTitle:{minArgs:1,maxArgs:1},openPopup:{minArgs:0,maxArgs:0},setBadgeBackgroundColor:{minArgs:1,maxArgs:1,fallbackToNoCallback:!0},setBadgeText:{minArgs:1,maxArgs:1,fallbackToNoCallback:!0},setIcon:{minArgs:1,maxArgs:1},setPopup:{minArgs:1,maxArgs:1,fallbackToNoCallback:!0},setTitle:{minArgs:1,maxArgs:1,fallbackToNoCallback:!0}},browsingData:{remove:{minArgs:2,maxArgs:2},removeCache:{minArgs:1,maxArgs:1},removeCookies:{minArgs:1,maxArgs:1},removeDownloads:{minArgs:1,maxArgs:1},removeFormData:{minArgs:1,maxArgs:1},removeHistory:{minArgs:1,maxArgs:1},removeLocalStorage:{minArgs:1,maxArgs:1},removePasswords:{minArgs:1,maxArgs:1},removePluginData:{minArgs:1,maxArgs:1},settings:{minArgs:0,maxArgs:0}},commands:{getAll:{minArgs:0,maxArgs:0}},contextMenus:{remove:{minArgs:1,maxArgs:1},removeAll:{minArgs:0,maxArgs:0},update:{minArgs:2,maxArgs:2}},cookies:{get:{minArgs:1,maxArgs:1},getAll:{minArgs:1,maxArgs:1},getAllCookieStores:{minArgs:0,maxArgs:0},remove:{minArgs:1,maxArgs:1},set:{minArgs:1,maxArgs:1}},devtools:{inspectedWindow:{eval:{minArgs:1,maxArgs:2,singleCallbackArg:!1}},panels:{create:{minArgs:3,maxArgs:3,singleCallbackArg:!0},elements:{createSidebarPane:{minArgs:1,maxArgs:1}}}},downloads:{cancel:{minArgs:1,maxArgs:1},download:{minArgs:1,maxArgs:1},erase:{minArgs:1,maxArgs:1},getFileIcon:{minArgs:1,maxArgs:2},open:{minArgs:1,maxArgs:1,fallbackToNoCallback:!0},pause:{minArgs:1,maxArgs:1},removeFile:{minArgs:1,maxArgs:1},resume:{minArgs:1,maxArgs:1},search:{minArgs:1,maxArgs:1},show:{minArgs:1,maxArgs:1,fallbackToNoCallback:!0}},extension:{isAllowedFileSchemeAccess:{minArgs:0,maxArgs:0},isAllowedIncognitoAccess:{minArgs:0,maxArgs:0}},history:{addUrl:{minArgs:1,maxArgs:1},deleteAll:{minArgs:0,maxArgs:0},deleteRange:{minArgs:1,maxArgs:1},deleteUrl:{minArgs:1,maxArgs:1},getVisits:{minArgs:1,maxArgs:1},search:{minArgs:1,maxArgs:1}},i18n:{detectLanguage:{minArgs:1,maxArgs:1},getAcceptLanguages:{minArgs:0,maxArgs:0}},identity:{launchWebAuthFlow:{minArgs:1,maxArgs:1}},idle:{queryState:{minArgs:1,maxArgs:1}},management:{get:{minArgs:1,maxArgs:1},getAll:{minArgs:0,maxArgs:0},getSelf:{minArgs:0,maxArgs:0},setEnabled:{minArgs:2,maxArgs:2},uninstallSelf:{minArgs:0,maxArgs:1}},notifications:{clear:{minArgs:1,maxArgs:1},create:{minArgs:1,maxArgs:2},getAll:{minArgs:0,maxArgs:0},getPermissionLevel:{minArgs:0,maxArgs:0},update:{minArgs:2,maxArgs:2}},pageAction:{getPopup:{minArgs:1,maxArgs:1},getTitle:{minArgs:1,maxArgs:1},hide:{minArgs:1,maxArgs:1,fallbackToNoCallback:!0},setIcon:{minArgs:1,maxArgs:1},setPopup:{minArgs:1,maxArgs:1,fallbackToNoCallback:!0},setTitle:{minArgs:1,maxArgs:1,fallbackToNoCallback:!0},show:{minArgs:1,maxArgs:1,fallbackToNoCallback:!0}},permissions:{contains:{minArgs:1,maxArgs:1},getAll:{minArgs:0,maxArgs:0},remove:{minArgs:1,maxArgs:1},request:{minArgs:1,maxArgs:1}},runtime:{getBackgroundPage:{minArgs:0,maxArgs:0},getPlatformInfo:{minArgs:0,maxArgs:0},openOptionsPage:{minArgs:0,maxArgs:0},requestUpdateCheck:{minArgs:0,maxArgs:0},sendMessage:{minArgs:1,maxArgs:3},sendNativeMessage:{minArgs:2,maxArgs:2},setUninstallURL:{minArgs:1,maxArgs:1}},sessions:{getDevices:{minArgs:0,maxArgs:1},getRecentlyClosed:{minArgs:0,maxArgs:1},restore:{minArgs:0,maxArgs:1}},storage:{local:{clear:{minArgs:0,maxArgs:0},get:{minArgs:0,maxArgs:1},getBytesInUse:{minArgs:0,maxArgs:1},remove:{minArgs:1,maxArgs:1},set:{minArgs:1,maxArgs:1}},managed:{get:{minArgs:0,maxArgs:1},getBytesInUse:{minArgs:0,maxArgs:1}},sync:{clear:{minArgs:0,maxArgs:0},get:{minArgs:0,maxArgs:1},getBytesInUse:{minArgs:0,maxArgs:1},remove:{minArgs:1,maxArgs:1},set:{minArgs:1,maxArgs:1}}},tabs:{captureVisibleTab:{minArgs:0,maxArgs:2},create:{minArgs:1,maxArgs:1},detectLanguage:{minArgs:0,maxArgs:1},discard:{minArgs:0,maxArgs:1},duplicate:{minArgs:1,maxArgs:1},executeScript:{minArgs:1,maxArgs:2},get:{minArgs:1,maxArgs:1},getCurrent:{minArgs:0,maxArgs:0},getZoom:{minArgs:0,maxArgs:1},getZoomSettings:{minArgs:0,maxArgs:1},goBack:{minArgs:0,maxArgs:1},goForward:{minArgs:0,maxArgs:1},highlight:{minArgs:1,maxArgs:1},insertCSS:{minArgs:1,maxArgs:2},move:{minArgs:2,maxArgs:2},query:{minArgs:1,maxArgs:1},reload:{minArgs:0,maxArgs:2},remove:{minArgs:1,maxArgs:1},removeCSS:{minArgs:1,maxArgs:2},sendMessage:{minArgs:2,maxArgs:3},setZoom:{minArgs:1,maxArgs:2},setZoomSettings:{minArgs:1,maxArgs:2},update:{minArgs:1,maxArgs:2}},topSites:{get:{minArgs:0,maxArgs:0}},webNavigation:{getAllFrames:{minArgs:1,maxArgs:1},getFrame:{minArgs:1,maxArgs:1}},webRequest:{handlerBehaviorChanged:{minArgs:0,maxArgs:0}},windows:{create:{minArgs:0,maxArgs:1},get:{minArgs:1,maxArgs:2},getAll:{minArgs:0,maxArgs:1},getCurrent:{minArgs:0,maxArgs:1},getLastFocused:{minArgs:0,maxArgs:1},remove:{minArgs:1,maxArgs:1},update:{minArgs:2,maxArgs:2}}};if(Object.keys(o).length===0)throw new Error("api-metadata.json has not been included in browser-polyfill");class l extends WeakMap{constructor(g,S=void 0){super(S),this.createItem=g}get(g){return this.has(g)||this.set(g,this.createItem(g)),super.get(g)}}let s=C=>C&&typeof C=="object"&&typeof C.then=="function",u=(C,g)=>(...S)=>{i.runtime.lastError?C.reject(new Error(i.runtime.lastError.message)):g.singleCallbackArg||S.length<=1&&g.singleCallbackArg!==!1?C.resolve(S[0]):C.resolve(S)},c=C=>C==1?"argument":"arguments",d=(C,g)=>function(w,...L){if(L.lengthg.maxArgs)throw new Error(`Expected at most ${g.maxArgs} ${c(g.maxArgs)} for ${C}(), got ${L.length}`);return new Promise((G,D)=>{if(g.fallbackToNoCallback)try{w[C](...L,u({resolve:G,reject:D},g))}catch{w[C](...L),g.fallbackToNoCallback=!1,g.noCallback=!0,G()}else g.noCallback?(w[C](...L),G()):w[C](...L,u({resolve:G,reject:D},g))})},h=(C,g,S)=>new Proxy(g,{apply(w,L,G){return S.call(L,C,...G)}}),b=Function.call.bind(Object.prototype.hasOwnProperty),E=(C,g={},S={})=>{let w=Object.create(null),L={has(D,F){return F in C||F in w},get(D,F,K){if(F in w)return w[F];if(!(F in C))return;let O=C[F];if(typeof O=="function")if(typeof g[F]=="function")O=h(C,C[F],g[F]);else if(b(S,F)){let ge=d(F,S[F]);O=h(C,C[F],ge)}else O=O.bind(C);else if(typeof O=="object"&&O!==null&&(b(g,F)||b(S,F)))O=E(O,g[F],S[F]);else if(b(S,"*"))O=E(O,g[F],S["*"]);else return Object.defineProperty(w,F,{configurable:!0,enumerable:!0,get(){return C[F]},set(ge){C[F]=ge}}),O;return w[F]=O,O},set(D,F,K,O){return F in w?w[F]=K:C[F]=K,!0},defineProperty(D,F,K){return Reflect.defineProperty(w,F,K)},deleteProperty(D,F){return Reflect.deleteProperty(w,F)}},G=Object.create(C);return new Proxy(G,L)},ne=C=>({addListener(g,S,...w){g.addListener(C.get(S),...w)},hasListener(g,S){return g.hasListener(C.get(S))},removeListener(g,S){g.removeListener(C.get(S))}}),V=new l(C=>typeof C!="function"?C:function(S){let w=E(S,{},{getContent:{minArgs:0,maxArgs:0}});C(w)}),f=new l(C=>typeof C!="function"?C:function(S,w,L){let G=!1,D,F=new Promise(we=>{D=function(B){G=!0,we(B)}}),K;try{K=C(S,w,D)}catch(we){K=Promise.reject(we)}let O=K!==!0&&s(K);if(K!==!0&&!O&&!G)return!1;let ge=we=>{we.then(B=>{L(B)},B=>{let k;B&&(B instanceof Error||typeof B.message=="string")?k=B.message:k="An unexpected error occurred",L({__mozWebExtensionPolyfillReject__:!0,message:k})}).catch(B=>{})};return ge(O?K:F),!0}),me=({reject:C,resolve:g},S)=>{i.runtime.lastError?i.runtime.lastError.message===a?g():C(new Error(i.runtime.lastError.message)):S&&S.__mozWebExtensionPolyfillReject__?C(new Error(S.message)):g(S)},z=(C,g,S,...w)=>{if(w.lengthg.maxArgs)throw new Error(`Expected at most ${g.maxArgs} ${c(g.maxArgs)} for ${C}(), got ${w.length}`);return new Promise((L,G)=>{let D=me.bind(null,{resolve:L,reject:G});w.push(D),S.sendMessage(...w)})},J={devtools:{network:{onRequestFinished:ne(V)}},runtime:{onMessage:ne(f),onMessageExternal:ne(f),sendMessage:z.bind(null,"sendMessage",{minArgs:1,maxArgs:3})},tabs:{sendMessage:z.bind(null,"sendMessage",{minArgs:2,maxArgs:3})}},ue={clear:{minArgs:1,maxArgs:1},get:{minArgs:1,maxArgs:1},set:{minArgs:1,maxArgs:1}};return o.privacy={network:{"*":ue},services:{"*":ue},websites:{"*":ue}},E(i,J,o)};r.exports=n(chrome)}else r.exports=globalThis.browser})}}),To={};hc(To,{default:()=>ga});var bc=fo(bo());fc(To,fo(bo()));var{default:go,...Tc}=bc,ga=go!==void 0?go:Tc;globalThis.immersiveTranslateBrowserAPI=ga;function Lr(){let t,e="pending",r=new Promise((a,n)=>{t={async resolve(i){await i,e="fulfilled",a(i)},reject(i){e="rejected",n(i)}}});return Object.defineProperty(r,"state",{get:()=>e}),Object.assign(r,t)}function Br(t,e={}){let{signal:r,persistent:a}=e;return r?.aborted?Promise.reject(new DOMException("Delay was aborted.","AbortError")):new Promise((n,i)=>{let o=()=>{clearTimeout(s),i(new DOMException("Delay was aborted.","AbortError"))},s=setTimeout(()=>{r?.removeEventListener("abort",o),n()},t);if(r?.addEventListener("abort",o,{once:!0}),a===!1)try{Deno.unrefTimer(s)}catch(u){if(!(u instanceof ReferenceError))throw u}})}var vo=class{#e=0;#t=[];#r=[];#a=Lr();add(e){++this.#e,this.#n(e[Symbol.asyncIterator]())}async#n(e){try{let{value:r,done:a}=await e.next();a?--this.#e:this.#t.push({iterator:e,value:r})}catch(r){this.#r.push(r)}this.#a.resolve()}async*iterate(){for(;this.#e>0;){await this.#a;for(let e=0;eHc,bgBlue:()=>Qc,bgBrightBlack:()=>Jc,bgBrightBlue:()=>ad,bgBrightCyan:()=>id,bgBrightGreen:()=>td,bgBrightMagenta:()=>nd,bgBrightRed:()=>ed,bgBrightWhite:()=>od,bgBrightYellow:()=>rd,bgCyan:()=>Xc,bgGreen:()=>Vc,bgMagenta:()=>Yc,bgRed:()=>Gc,bgRgb24:()=>cd,bgRgb8:()=>ld,bgWhite:()=>Zc,bgYellow:()=>$c,black:()=>_c,blue:()=>Ic,bold:()=>wc,brightBlack:()=>wo,brightBlue:()=>Uc,brightCyan:()=>Kc,brightGreen:()=>Nc,brightMagenta:()=>jc,brightRed:()=>Rc,brightWhite:()=>Wc,brightYellow:()=>qc,cyan:()=>zc,dim:()=>xc,getColorEnabled:()=>yc,gray:()=>Mc,green:()=>Lc,hidden:()=>Ec,inverse:()=>kc,italic:()=>Ac,magenta:()=>Fc,red:()=>Pc,reset:()=>Sc,rgb24:()=>ud,rgb8:()=>sd,setColorEnabled:()=>vc,strikethrough:()=>Cc,stripColor:()=>pd,underline:()=>Dc,white:()=>Oc,yellow:()=>Bc});var{Deno:yo}=globalThis,So=typeof yo?.noColor=="boolean"?yo.noColor:!0,bn=!So;function vc(t){So||(bn=t)}function yc(){return bn}function Y(t,e){return{open:`\x1B[${t.join(";")}m`,close:`\x1B[${e}m`,regexp:new RegExp(`\\x1b\\[${e}m`,"g")}}function X(t,e){return bn?`${e.open}${t.replace(e.regexp,e.open)}${e.close}`:t}function Sc(t){return X(t,Y([0],0))}function wc(t){return X(t,Y([1],22))}function xc(t){return X(t,Y([2],22))}function Ac(t){return X(t,Y([3],23))}function Dc(t){return X(t,Y([4],24))}function kc(t){return X(t,Y([7],27))}function Ec(t){return X(t,Y([8],28))}function Cc(t){return X(t,Y([9],29))}function _c(t){return X(t,Y([30],39))}function Pc(t){return X(t,Y([31],39))}function Lc(t){return X(t,Y([32],39))}function Bc(t){return X(t,Y([33],39))}function Ic(t){return X(t,Y([34],39))}function Fc(t){return X(t,Y([35],39))}function zc(t){return X(t,Y([36],39))}function Oc(t){return X(t,Y([37],39))}function Mc(t){return wo(t)}function wo(t){return X(t,Y([90],39))}function Rc(t){return X(t,Y([91],39))}function Nc(t){return X(t,Y([92],39))}function qc(t){return X(t,Y([93],39))}function Uc(t){return X(t,Y([94],39))}function jc(t){return X(t,Y([95],39))}function Kc(t){return X(t,Y([96],39))}function Wc(t){return X(t,Y([97],39))}function Hc(t){return X(t,Y([40],49))}function Gc(t){return X(t,Y([41],49))}function Vc(t){return X(t,Y([42],49))}function $c(t){return X(t,Y([43],49))}function Qc(t){return X(t,Y([44],49))}function Yc(t){return X(t,Y([45],49))}function Xc(t){return X(t,Y([46],49))}function Zc(t){return X(t,Y([47],49))}function Jc(t){return X(t,Y([100],49))}function ed(t){return X(t,Y([101],49))}function td(t){return X(t,Y([102],49))}function rd(t){return X(t,Y([103],49))}function ad(t){return X(t,Y([104],49))}function nd(t){return X(t,Y([105],49))}function id(t){return X(t,Y([106],49))}function od(t){return X(t,Y([107],49))}function Lt(t,e=255,r=0){return Math.trunc(Math.max(Math.min(t,e),r))}function sd(t,e){return X(t,Y([38,5,Lt(e)],39))}function ld(t,e){return X(t,Y([48,5,Lt(e)],49))}function ud(t,e){return typeof e=="number"?X(t,Y([38,2,e>>16&255,e>>8&255,e&255],39)):X(t,Y([38,2,Lt(e.r),Lt(e.g),Lt(e.b)],39))}function cd(t,e){return typeof e=="number"?X(t,Y([48,2,e>>16&255,e>>8&255,e&255],49)):X(t,Y([48,2,Lt(e.r),Lt(e.g),Lt(e.b)],49))}var dd=new RegExp(["[\\u001B\\u009B][[\\]()#;?]*(?:(?:(?:(?:;[-a-zA-Z\\d\\/#&.:=?%@~_]+)*|[a-zA-Z\\d]+(?:;[-a-zA-Z\\d\\/#&.:=?%@~_]*)*)?\\u0007)","(?:(?:\\d{1,4}(?:;\\d{0,4})*)?[\\dA-PR-TZcf-nq-uy=><~]))"].join("|"),"g");function pd(t){return t.replace(dd,"")}var Tn=class extends Error{constructor(e,r){super(`Exceeded max retry count (${r})`),this.name="RetryError",this.cause=e}},md={multiplier:2,maxTimeout:6e4,maxAttempts:5,minTimeout:1e3};async function vn(t,e){let r={...md,...e};if(r.maxTimeout>=0&&r.minTimeout>r.maxTimeout)throw new RangeError("minTimeout is greater than maxTimeout");let a=r.minTimeout,n;for(let i=0;isetTimeout(l,a)),a*=r.multiplier,a=Math.max(a,r.minTimeout),r.maxTimeout>=0&&(a=Math.min(a,r.maxTimeout)),n=o}throw new Tn(n,r.maxAttempts)}var Xf=Number.isNaN||function(t){return typeof t=="number"&&t!==t};var ha=globalThis||(typeof window<"u"?window:self),fd=Object.create,Sn=Object.defineProperty,bd=Object.getOwnPropertyDescriptor,Td=Object.getOwnPropertyNames,vd=Object.getPrototypeOf,yd=Object.prototype.hasOwnProperty,Sd=(t,e)=>()=>(e||t((e={exports:{}}).exports,e),e.exports),wd=(t,e)=>{for(var r in e)Sn(t,r,{get:e[r],enumerable:!0})},yn=(t,e,r,a)=>{if(e&&typeof e=="object"||typeof e=="function")for(let n of Td(e))!yd.call(t,n)&&n!==r&&Sn(t,n,{get:()=>e[n],enumerable:!(a=bd(e,n))||a.enumerable});return t},xd=(t,e,r)=>(yn(t,e,"default"),r&&yn(r,e,"default")),Ao=(t,e,r)=>(r=t!=null?fd(vd(t)):{},yn(e||!t||!t.__esModule?Sn(r,"default",{value:t,enumerable:!0}):r,t)),Do=Sd((t,e)=>{var r="Expected a function",a=NaN,n="[object Symbol]",i=/^\s+|\s+$/g,o=/^[-+]0x[0-9a-f]+$/i,l=/^0b[01]+$/i,s=/^0o[0-7]+$/i,u=parseInt,c=typeof ha=="object"&&ha&&ha.Object===Object&&ha,d=typeof self=="object"&&self&&self.Object===Object&&self,h=c||d||Function("return this")(),b=Object.prototype,E=b.toString,ne=Math.max,V=Math.min,f=function(){return h.Date.now()};function me(S,w,L){var G,D,F,K,O,ge,we=0,B=!1,k=!1,ye=!0;if(typeof S!="function")throw new TypeError(r);w=g(w)||0,J(L)&&(B=!!L.leading,k="maxWait"in L,F=k?ne(g(L.maxWait)||0,w):F,ye="trailing"in L?!!L.trailing:ye);function ie(M){var U=G,ee=D;return G=D=void 0,we=M,K=S.apply(ee,U),K}function v(M){return we=M,O=setTimeout(re,w),B?ie(M):K}function x(M){var U=M-ge,ee=M-we,oe=w-U;return k?V(oe,F-ee):oe}function P(M){var U=M-ge,ee=M-we;return ge===void 0||U>=w||U<0||k&&ee>=F}function re(){var M=f();if(P(M))return H(M);O=setTimeout(re,x(M))}function H(M){return O=void 0,ye&&G?ie(M):(G=D=void 0,K)}function ce(){O!==void 0&&clearTimeout(O),we=0,G=ge=D=O=void 0}function he(){return O===void 0?K:H(f())}function $(){var M=f(),U=P(M);if(G=arguments,D=this,ge=M,U){if(O===void 0)return v(ge);if(k)return O=setTimeout(re,w),ie(ge)}return O===void 0&&(O=setTimeout(re,w)),K}return $.cancel=ce,$.flush=he,$}function z(S,w,L){var G=!0,D=!0;if(typeof S!="function")throw new TypeError(r);return J(L)&&(G="leading"in L?!!L.leading:G,D="trailing"in L?!!L.trailing:D),me(S,w,{leading:G,maxWait:w,trailing:D})}function J(S){var w=typeof S;return!!S&&(w=="object"||w=="function")}function ue(S){return!!S&&typeof S=="object"}function C(S){return typeof S=="symbol"||ue(S)&&E.call(S)==n}function g(S){if(typeof S=="number")return S;if(C(S))return a;if(J(S)){var w=typeof S.valueOf=="function"?S.valueOf():S;S=J(w)?w+"":w}if(typeof S!="string")return S===0?S:+S;S=S.replace(i,"");var L=l.test(S);return L||s.test(S)?u(S.slice(2),L?2:8):o.test(S)?a:+S}e.exports=z}),ko={};wd(ko,{default:()=>wn});var Ad=Ao(Do());xd(ko,Ao(Do()));var{default:xo,...Dd}=Ad,wn=xo!==void 0?xo:Dd;var fa=globalThis||(typeof window<"u"?window:self),kd=Object.create,An=Object.defineProperty,Ed=Object.getOwnPropertyDescriptor,Cd=Object.getOwnPropertyNames,_d=Object.getPrototypeOf,Pd=Object.prototype.hasOwnProperty,Ld=(t,e)=>()=>(e||t((e={exports:{}}).exports,e),e.exports),Bd=(t,e)=>{for(var r in e)An(t,r,{get:e[r],enumerable:!0})},xn=(t,e,r,a)=>{if(e&&typeof e=="object"||typeof e=="function")for(let n of Cd(e))!Pd.call(t,n)&&n!==r&&An(t,n,{get:()=>e[n],enumerable:!(a=Ed(e,n))||a.enumerable});return t},Id=(t,e,r)=>(xn(t,e,"default"),r&&xn(r,e,"default")),Co=(t,e,r)=>(r=t!=null?kd(_d(t)):{},xn(e||!t||!t.__esModule?An(r,"default",{value:t,enumerable:!0}):r,t)),_o=Ld((t,e)=>{var r="Expected a function",a=NaN,n="[object Symbol]",i=/^\s+|\s+$/g,o=/^[-+]0x[0-9a-f]+$/i,l=/^0b[01]+$/i,s=/^0o[0-7]+$/i,u=parseInt,c=typeof fa=="object"&&fa&&fa.Object===Object&&fa,d=typeof self=="object"&&self&&self.Object===Object&&self,h=c||d||Function("return this")(),b=Object.prototype,E=b.toString,ne=Math.max,V=Math.min,f=function(){return h.Date.now()};function me(g,S,w){var L,G,D,F,K,O,ge=0,we=!1,B=!1,k=!0;if(typeof g!="function")throw new TypeError(r);S=C(S)||0,z(w)&&(we=!!w.leading,B="maxWait"in w,D=B?ne(C(w.maxWait)||0,S):D,k="trailing"in w?!!w.trailing:k);function ye($){var M=L,U=G;return L=G=void 0,ge=$,F=g.apply(U,M),F}function ie($){return ge=$,K=setTimeout(P,S),we?ye($):F}function v($){var M=$-O,U=$-ge,ee=S-M;return B?V(ee,D-U):ee}function x($){var M=$-O,U=$-ge;return O===void 0||M>=S||M<0||B&&U>=D}function P(){var $=f();if(x($))return re($);K=setTimeout(P,v($))}function re($){return K=void 0,k&&L?ye($):(L=G=void 0,F)}function H(){K!==void 0&&clearTimeout(K),ge=0,L=O=G=K=void 0}function ce(){return K===void 0?F:re(f())}function he(){var $=f(),M=x($);if(L=arguments,G=this,O=$,M){if(K===void 0)return ie(O);if(B)return K=setTimeout(P,S),ye(O)}return K===void 0&&(K=setTimeout(P,S)),F}return he.cancel=H,he.flush=ce,he}function z(g){var S=typeof g;return!!g&&(S=="object"||S=="function")}function J(g){return!!g&&typeof g=="object"}function ue(g){return typeof g=="symbol"||J(g)&&E.call(g)==n}function C(g){if(typeof g=="number")return g;if(ue(g))return a;if(z(g)){var S=typeof g.valueOf=="function"?g.valueOf():g;g=z(S)?S+"":S}if(typeof g!="string")return g===0?g:+g;g=g.replace(i,"");var w=l.test(g);return w||s.test(g)?u(g.slice(2),w?2:8):o.test(g)?a:+g}e.exports=me}),Po={};Bd(Po,{default:()=>Dn});var Fd=Co(_o());Id(Po,Co(_o()));var{default:Eo,...zd}=Fd,Dn=Eo!==void 0?Eo:zd;var Od=Object.create,En=Object.defineProperty,Md=Object.getOwnPropertyDescriptor,Rd=Object.getOwnPropertyNames,Nd=Object.getPrototypeOf,qd=Object.prototype.hasOwnProperty,Ud=(t,e)=>()=>(e||t((e={exports:{}}).exports,e),e.exports),jd=(t,e)=>{for(var r in e)En(t,r,{get:e[r],enumerable:!0})},kn=(t,e,r,a)=>{if(e&&typeof e=="object"||typeof e=="function")for(let n of Rd(e))!qd.call(t,n)&&n!==r&&En(t,n,{get:()=>e[n],enumerable:!(a=Md(e,n))||a.enumerable});return t},Kd=(t,e,r)=>(kn(t,e,"default"),r&&kn(r,e,"default")),Bo=(t,e,r)=>(r=t!=null?Od(Nd(t)):{},kn(e||!t||!t.__esModule?En(r,"default",{value:t,enumerable:!0}):r,t)),Io=Ud((t,e)=>{(function(r,a){typeof t=="object"&&typeof e=="object"?e.exports=a():typeof define=="function"&&define.amd?define([],a):typeof t=="object"?t.notie=a():r.notie=a()})(t,function(){return function(r){function a(i){if(n[i])return n[i].exports;var o=n[i]={i,l:!1,exports:{}};return r[i].call(o.exports,o,o.exports,a),o.l=!0,o.exports}var n={};return a.m=r,a.c=n,a.i=function(i){return i},a.d=function(i,o,l){a.o(i,o)||Object.defineProperty(i,o,{configurable:!1,enumerable:!0,get:l})},a.n=function(i){var o=i&&i.__esModule?function(){return i.default}:function(){return i};return a.d(o,"a",o),o},a.o=function(i,o){return Object.prototype.hasOwnProperty.call(i,o)},a.p="",a(a.s=1)}([function(r,a){r.exports=function(n){return n.webpackPolyfill||(n.deprecate=function(){},n.paths=[],n.children||(n.children=[]),Object.defineProperty(n,"loaded",{enumerable:!0,get:function(){return n.l}}),Object.defineProperty(n,"id",{enumerable:!0,get:function(){return n.i}}),n.webpackPolyfill=1),n}},function(r,a,n){"use strict";(function(i){var o,l,s,u=typeof Symbol=="function"&&typeof Symbol.iterator=="symbol"?function(c){return typeof c}:function(c){return c&&typeof Symbol=="function"&&c.constructor===Symbol&&c!==Symbol.prototype?"symbol":typeof c};(function(c,d){u(a)==="object"&&u(i)==="object"?i.exports=d():(l=[],o=d,s=typeof o=="function"?o.apply(a,l):o,s!==void 0&&(i.exports=s))})(void 0,function(){return function(c){function d(b){if(h[b])return h[b].exports;var E=h[b]={i:b,l:!1,exports:{}};return c[b].call(E.exports,E,E.exports,d),E.l=!0,E.exports}var h={};return d.m=c,d.c=h,d.i=function(b){return b},d.d=function(b,E,ne){d.o(b,E)||Object.defineProperty(b,E,{configurable:!1,enumerable:!0,get:ne})},d.n=function(b){var E=b&&b.__esModule?function(){return b.default}:function(){return b};return d.d(E,"a",E),E},d.o=function(b,E){return Object.prototype.hasOwnProperty.call(b,E)},d.p="",d(d.s=0)}([function(c,d,h){function b(v,x){var P={};for(var re in v)x.indexOf(re)>=0||Object.prototype.hasOwnProperty.call(v,re)&&(P[re]=v[re]);return P}Object.defineProperty(d,"__esModule",{value:!0});var E=typeof Symbol=="function"&&u(Symbol.iterator)==="symbol"?function(v){return typeof v>"u"?"undefined":u(v)}:function(v){return v&&typeof Symbol=="function"&&v.constructor===Symbol&&v!==Symbol.prototype?"symbol":typeof v>"u"?"undefined":u(v)},ne=Object.assign||function(v){for(var x=1;x'+re+"",ee.onclick=function(){return D(oe,U)},ee.listener=function(I){(w(I)||L(I))&&O()},G(ee,U),ce&&ce<1&&(ce=1),!$&&ce&&J(ce).then(function(){return D(oe,U)})},we=d.force=function(v,x){var P=v.type,re=P===void 0?5:P,H=v.text,ce=v.buttonText,he=ce===void 0?"OK":ce,$=v.callback,M=v.position,U=M===void 0?f.positions.force||U.top:M;ue(),O();var ee=document.createElement("div"),oe=C();ee.id=oe;var I=document.createElement("div");I.classList.add(f.classes.textbox),I.classList.add(f.classes.backgroundInfo),I.innerHTML='
'+H+"
";var Q=document.createElement("div");Q.classList.add(f.classes.button),Q.classList.add(g[re]),Q.innerHTML=he,Q.onclick=function(){D(oe,U),K(),$?$():x&&x()},ee.appendChild(I),ee.appendChild(Q),ee.listener=function(ve){w(ve)&&Q.click()},G(ee,U),F()},B=d.confirm=function(v,x,P){var re=v.text,H=v.submitText,ce=H===void 0?"Yes":H,he=v.cancelText,$=he===void 0?"Cancel":he,M=v.submitCallback,U=v.cancelCallback,ee=v.position,oe=ee===void 0?f.positions.confirm||oe.top:ee;ue(),O();var I=document.createElement("div"),Q=C();I.id=Q;var ve=document.createElement("div");ve.classList.add(f.classes.textbox),ve.classList.add(f.classes.backgroundInfo),ve.innerHTML='
'+re+"
";var se=document.createElement("div");se.classList.add(f.classes.button),se.classList.add(f.classes.elementHalf),se.classList.add(f.classes.backgroundSuccess),se.innerHTML=ce,se.onclick=function(){D(Q,oe),K(),M?M():x&&x()};var j=document.createElement("div");j.classList.add(f.classes.button),j.classList.add(f.classes.elementHalf),j.classList.add(f.classes.backgroundError),j.innerHTML=$,j.onclick=function(){D(Q,oe),K(),U?U():P&&P()},I.appendChild(ve),I.appendChild(se),I.appendChild(j),I.listener=function(xe){w(xe)?se.click():L(xe)&&j.click()},G(I,oe),F(I,oe)},k=function(v,x,P){var re=v.text,H=v.submitText,ce=H===void 0?"Submit":H,he=v.cancelText,$=he===void 0?"Cancel":he,M=v.submitCallback,U=v.cancelCallback,ee=v.position,oe=ee===void 0?f.positions.input||oe.top:ee,I=b(v,["text","submitText","cancelText","submitCallback","cancelCallback","position"]);ue(),O();var Q=document.createElement("div"),ve=C();Q.id=ve;var se=document.createElement("div");se.classList.add(f.classes.textbox),se.classList.add(f.classes.backgroundInfo),se.innerHTML='
'+re+"
";var j=document.createElement("input");j.classList.add(f.classes.inputField),j.setAttribute("autocapitalize",I.autocapitalize||"none"),j.setAttribute("autocomplete",I.autocomplete||"off"),j.setAttribute("autocorrect",I.autocorrect||"off"),j.setAttribute("autofocus",I.autofocus||"true"),j.setAttribute("inputmode",I.inputmode||"verbatim"),j.setAttribute("max",I.max||""),j.setAttribute("maxlength",I.maxlength||""),j.setAttribute("min",I.min||""),j.setAttribute("minlength",I.minlength||""),j.setAttribute("placeholder",I.placeholder||""),j.setAttribute("spellcheck",I.spellcheck||"default"),j.setAttribute("step",I.step||"any"),j.setAttribute("type",I.type||"text"),j.value=I.value||"",I.allowed&&(j.oninput=function(){var ke=void 0;if(Array.isArray(I.allowed)){for(var Ce="",qe=I.allowed,Ye=0;Ye'+P+"",U.appendChild(oe),he.forEach(function(Q,ve){var se=Q.type,j=se===void 0?1:se,xe=Q.text,Pe=Q.handler,ke=document.createElement("div");ke.classList.add(g[j]),ke.classList.add(f.classes.button),ke.classList.add(f.classes.selectChoice);var Ce=he[ve+1];Ce&&!Ce.type&&(Ce.type=1),Ce&&Ce.type===j&&ke.classList.add(f.classes.selectChoiceRepeated),ke.innerHTML=xe,ke.onclick=function(){D(ee,M),K(),Pe()},U.appendChild(ke)});var I=document.createElement("div");I.classList.add(f.classes.backgroundNeutral),I.classList.add(f.classes.button),I.innerHTML=H,I.onclick=function(){D(ee,M),K(),ce?ce():x&&x()},U.appendChild(I),U.listener=function(Q){L(Q)&&I.click()},G(U,M),F(U,M)},ie=d.date=function(v,x,P){var re=v.value,H=re===void 0?new Date:re,ce=v.submitText,he=ce===void 0?"OK":ce,$=v.cancelText,M=$===void 0?"Cancel":$,U=v.submitCallback,ee=v.cancelCallback,oe=v.position,I=oe===void 0?f.positions.date||I.top:oe;ue(),O();var Q="▾",ve=document.createElement("div"),se=document.createElement("div"),j=document.createElement("div"),xe=function(Ae){ve.innerHTML=f.dateMonths[Ae.getMonth()],se.innerHTML=Ae.getDate(),j.innerHTML=Ae.getFullYear()},Pe=function(Ae){var de=new Date(H.getFullYear(),H.getMonth()+1,0).getDate(),$e=Ae.target.textContent.replace(/^0+/,"").replace(/[^\d]/g,"").slice(0,2);Number($e)>de&&($e=de.toString()),Ae.target.textContent=$e,Number($e)<1&&($e="1"),H.setDate(Number($e))},ke=function(Ae){var de=Ae.target.textContent.replace(/^0+/,"").replace(/[^\d]/g,"").slice(0,4);Ae.target.textContent=de,H.setFullYear(Number(de))},Ce=function(Ae){xe(H)},qe=function(Ae){var de=new Date(H.getFullYear(),H.getMonth()+Ae+1,0).getDate();H.getDate()>de&&H.setDate(de),H.setMonth(H.getMonth()+Ae),xe(H)},Ye=function(Ae){H.setDate(H.getDate()+Ae),xe(H)},Pr=function(Ae){var de=H.getFullYear()+Ae;de<0?H.setFullYear(0):H.setFullYear(H.getFullYear()+Ae),xe(H)},ct=document.createElement("div"),Qt=C();ct.id=Qt;var cr=document.createElement("div");cr.classList.add(f.classes.backgroundInfo);var Fe=document.createElement("div");Fe.classList.add(f.classes.dateSelectorInner);var tt=document.createElement("div");tt.classList.add(f.classes.button),tt.classList.add(f.classes.elementThird),tt.classList.add(f.classes.dateSelectorUp),tt.innerHTML=Q;var ze=document.createElement("div");ze.classList.add(f.classes.button),ze.classList.add(f.classes.elementThird),ze.classList.add(f.classes.dateSelectorUp),ze.innerHTML=Q;var Ve=document.createElement("div");Ve.classList.add(f.classes.button),Ve.classList.add(f.classes.elementThird),Ve.classList.add(f.classes.dateSelectorUp),Ve.innerHTML=Q,ve.classList.add(f.classes.element),ve.classList.add(f.classes.elementThird),ve.innerHTML=f.dateMonths[H.getMonth()],se.classList.add(f.classes.element),se.classList.add(f.classes.elementThird),se.setAttribute("contentEditable",!0),se.addEventListener("input",Pe),se.addEventListener("blur",Ce),se.innerHTML=H.getDate(),j.classList.add(f.classes.element),j.classList.add(f.classes.elementThird),j.setAttribute("contentEditable",!0),j.addEventListener("input",ke),j.addEventListener("blur",Ce),j.innerHTML=H.getFullYear();var bt=document.createElement("div");bt.classList.add(f.classes.button),bt.classList.add(f.classes.elementThird),bt.innerHTML=Q;var Tt=document.createElement("div");Tt.classList.add(f.classes.button),Tt.classList.add(f.classes.elementThird),Tt.innerHTML=Q;var Yt=document.createElement("div");Yt.classList.add(f.classes.button),Yt.classList.add(f.classes.elementThird),Yt.innerHTML=Q,tt.onclick=function(){return qe(1)},ze.onclick=function(){return Ye(1)},Ve.onclick=function(){return Pr(1)},bt.onclick=function(){return qe(-1)},Tt.onclick=function(){return Ye(-1)},Yt.onclick=function(){return Pr(-1)};var Ue=document.createElement("div");Ue.classList.add(f.classes.button),Ue.classList.add(f.classes.elementHalf),Ue.classList.add(f.classes.backgroundSuccess),Ue.innerHTML=he,Ue.onclick=function(){D(Qt,I),K(),U?U(H):x&&x(H)};var vt=document.createElement("div");vt.classList.add(f.classes.button),vt.classList.add(f.classes.elementHalf),vt.classList.add(f.classes.backgroundError),vt.innerHTML=M,vt.onclick=function(){D(Qt,I),K(),ee?ee(H):P&&P(H)},Fe.appendChild(tt),Fe.appendChild(ze),Fe.appendChild(Ve),Fe.appendChild(ve),Fe.appendChild(se),Fe.appendChild(j),Fe.appendChild(bt),Fe.appendChild(Tt),Fe.appendChild(Yt),cr.appendChild(Fe),ct.appendChild(cr),ct.appendChild(Ue),ct.appendChild(vt),ct.listener=function(Ae){w(Ae)?Ue.click():L(Ae)&&vt.click()},G(ct,I),F(ct,I)};d.default={alert:ge,force:we,confirm:B,input:k,select:ye,date:ie,setOptions:me,hideAlerts:O}}])})}).call(a,n(0)(r))}])})}),Fo={};jd(Fo,{default:()=>ba});var Wd=Bo(Io());Kd(Fo,Bo(Io()));var{default:Lo,...Hd}=Wd,ba=Lo!==void 0?Lo:Hd;var Ta=typeof navigator<"u"?navigator.userAgent.toLowerCase().indexOf("firefox")>0:!1;function Ir(t,e,r,a){t.addEventListener?t.addEventListener(e,r,a):t.attachEvent&&t.attachEvent(`on${e}`,()=>{r(window.event)})}function Cn(t,e){let r=e.slice(0,e.length-1);for(let a=0;a=0;)e[r-1]+=",",e.splice(r,1),r=e.lastIndexOf("");return e}function zo(t,e){let r=t.length>=e.length?t:e,a=t.length>=e.length?e:t,n=!0;for(let i=0;imr[t.toLowerCase()]||rt[t.toLowerCase()]||t.toUpperCase().charCodeAt(0),Gd=t=>Object.keys(mr).find(e=>mr[e]===t),Vd=t=>Object.keys(rt).find(e=>rt[e]===t);function Uo(t){No=t||"all"}function Fr(){return No||"all"}function $d(){return fe.slice(0)}function Qd(){return fe.map(t=>Gd(t)||Vd(t)||String.fromCharCode(t))}function Yd(){let t=[];return Object.keys(De).forEach(e=>{De[e].forEach(({key:r,scope:a,mods:n,shortcut:i})=>{t.push({scope:a,shortcut:i,mods:n,keys:r.split("+").map(o=>zr(o))})})}),t}function Xd(t){let e=t.target||t.srcElement,{tagName:r}=e,a=!0;return(e.isContentEditable||(r==="INPUT"||r==="TEXTAREA"||r==="SELECT")&&!e.readOnly)&&(a=!1),a}function Zd(t){return typeof t=="string"&&(t=zr(t)),fe.indexOf(t)!==-1}function Jd(t,e){let r,a;t||(t=Fr());for(let n in De)if(Object.prototype.hasOwnProperty.call(De,n))for(r=De[n],a=0;a=0&&fe.splice(r,1),t.key&&t.key.toLowerCase()==="meta"&&fe.splice(0,fe.length),(e===93||e===224)&&(e=91),e in Ie){Ie[e]=!1;for(let a in rt)rt[a]===e&&(Bt[a]=!1)}}function jo(t,...e){if(typeof t>"u")Object.keys(De).forEach(r=>delete De[r]);else if(Array.isArray(t))t.forEach(r=>{r.key&&Pn(r)});else if(typeof t=="object")t.key&&Pn(t);else if(typeof t=="string"){let[r,a]=e;typeof r=="function"&&(a=r,r=""),Pn({key:t,scope:r,method:a,splitKey:"+"})}}var Pn=({key:t,scope:e,method:r,splitKey:a="+"})=>{_n(t).forEach(i=>{let o=i.split(a),l=o.length,s=o[l-1],u=s==="*"?"*":zr(s);if(!De[u])return;e||(e=Fr());let c=l>1?Cn(rt,o):[];De[u]=De[u].filter(d=>!((r?d.method===r:!0)&&d.scope===e&&zo(d.mods,c)))})};function Mo(t,e,r,a){if(e.element!==a)return;let n;if(e.scope===r||e.scope==="all"){n=e.mods.length>0;for(let i in Ie)Object.prototype.hasOwnProperty.call(Ie,i)&&(!Ie[i]&&e.mods.indexOf(+i)>-1||Ie[i]&&e.mods.indexOf(+i)===-1)&&(n=!1);(e.mods.length===0&&!Ie[16]&&!Ie[18]&&!Ie[17]&&!Ie[91]||n||e.shortcut==="*")&&(e.keys=[],e.keys=e.keys.concat(fe),e.method(t,e)===!1&&(t.preventDefault?t.preventDefault():t.returnValue=!1,t.stopPropagation&&t.stopPropagation(),t.cancelBubble&&(t.cancelBubble=!0)))}}function Ro(t,e){let r=De["*"],a=t.keyCode||t.which||t.charCode;if(!Bt.filter.call(this,t))return;if((a===93||a===224)&&(a=91),fe.indexOf(a)===-1&&a!==229&&fe.push(a),["ctrlKey","altKey","shiftKey","metaKey"].forEach(i=>{let o=va[i];t[i]&&fe.indexOf(o)===-1?fe.push(o):!t[i]&&fe.indexOf(o)>-1?fe.splice(fe.indexOf(o),1):i==="metaKey"&&t[i]&&fe.length===3&&(t.ctrlKey||t.shiftKey||t.altKey||(fe=fe.slice(fe.indexOf(o))))}),a in Ie){Ie[a]=!0;for(let i in rt)rt[i]===a&&(Bt[i]=!0);if(!r)return}for(let i in Ie)Object.prototype.hasOwnProperty.call(Ie,i)&&(Ie[i]=t[va[i]]);t.getModifierState&&!(t.altKey&&!t.ctrlKey)&&t.getModifierState("AltGraph")&&(fe.indexOf(17)===-1&&fe.push(17),fe.indexOf(18)===-1&&fe.push(18),Ie[17]=!0,Ie[18]=!0);let n=Fr();if(r)for(let i=0;i-1}function Bt(t,e,r){fe=[];let a=_n(t),n=[],i="all",o=document,l=0,s=!1,u=!0,c="+",d=!1,h=!1;for(r===void 0&&typeof e=="function"&&(r=e),Object.prototype.toString.call(e)==="[object Object]"&&(e.scope&&(i=e.scope),e.element&&(o=e.element),e.keyup&&(s=e.keyup),e.keydown!==void 0&&(u=e.keydown),e.capture!==void 0&&(d=e.capture),typeof e.splitKey=="string"&&(c=e.splitKey),e.single===!0&&(h=!0)),typeof e=="string"&&(i=e),h&&jo(t,i);l1&&(n=Cn(rt,t)),t=t[t.length-1],t=t==="*"?"*":zr(t),t in De||(De[t]=[]),De[t].push({keyup:s,keydown:u,scope:i,mods:n,shortcut:a[l],method:r,key:a[l],splitKey:c,element:o});typeof o<"u"&&!tp(o)&&window&&(qo.push(o),Ir(o,"keydown",b=>{Ro(b,o)},d),Oo||(Oo=!0,Ir(window,"focus",()=>{fe=[]},d),Ir(window,"click",()=>{fe=[]},!1)),Ir(o,"keyup",b=>{Ro(b,o),ep(b)},d))}function rp(t,e="all"){Object.keys(De).forEach(r=>{De[r].filter(n=>n.scope===e&&n.shortcut===t).forEach(n=>{n&&n.method&&n.method()})})}var Ln={getPressedKeyString:Qd,setScope:Uo,getScope:Fr,deleteScope:Jd,getPressedKeyCodes:$d,getAllKeyCodes:Yd,isPressed:Zd,filter:Xd,trigger:rp,unbind:jo,keyMap:mr,modifier:rt,modifierMap:va};for(let t in Ln)Object.prototype.hasOwnProperty.call(Ln,t)&&(Bt[t]=Ln[t]);if(typeof window<"u"){let t=window.hotkeys;Bt.noConflict=e=>(e&&window.hotkeys===Bt&&(window.hotkeys=t),Bt),window.hotkeys=Bt}var ap={"Amazon Silk":"amazon_silk","Android Browser":"android",Bada:"bada",BlackBerry:"blackberry",Chrome:"chrome",Chromium:"chromium",Electron:"electron",Epiphany:"epiphany",Firefox:"firefox",Focus:"focus",Generic:"generic","Google Search":"google_search",Googlebot:"googlebot","Internet Explorer":"ie","K-Meleon":"k_meleon",Maxthon:"maxthon","Microsoft Edge":"edge","MZ Browser":"mz","NAVER Whale Browser":"naver",Opera:"opera","Opera Coast":"opera_coast",PhantomJS:"phantomjs",Puffin:"puffin",QupZilla:"qupzilla",QQ:"qq",QQLite:"qqlite",Safari:"safari",Sailfish:"sailfish","Samsung Internet for Android":"samsung_internet",SeaMonkey:"seamonkey",Sleipnir:"sleipnir",Swing:"swing",Tizen:"tizen","UC Browser":"uc",Vivaldi:"vivaldi","WebOS Browser":"webos",WeChat:"wechat","Yandex Browser":"yandex",Roku:"roku"},Wo={amazon_silk:"Amazon Silk",android:"Android Browser",bada:"Bada",blackberry:"BlackBerry",chrome:"Chrome",chromium:"Chromium",electron:"Electron",epiphany:"Epiphany",firefox:"Firefox",focus:"Focus",generic:"Generic",googlebot:"Googlebot",google_search:"Google Search",ie:"Internet Explorer",k_meleon:"K-Meleon",maxthon:"Maxthon",edge:"Microsoft Edge",mz:"MZ Browser",naver:"NAVER Whale Browser",opera:"Opera",opera_coast:"Opera Coast",phantomjs:"PhantomJS",puffin:"Puffin",qupzilla:"QupZilla",qq:"QQ Browser",qqlite:"QQ Browser Lite",safari:"Safari",sailfish:"Sailfish",samsung_internet:"Samsung Internet for Android",seamonkey:"SeaMonkey",sleipnir:"Sleipnir",swing:"Swing",tizen:"Tizen",uc:"UC Browser",vivaldi:"Vivaldi",webos:"WebOS Browser",wechat:"WeChat",yandex:"Yandex Browser"},_e={tablet:"tablet",mobile:"mobile",desktop:"desktop",tv:"tv"},Ke={WindowsPhone:"Windows Phone",Windows:"Windows",MacOS:"macOS",iOS:"iOS",Android:"Android",WebOS:"WebOS",BlackBerry:"BlackBerry",Bada:"Bada",Tizen:"Tizen",Linux:"Linux",ChromeOS:"Chrome OS",PlayStation4:"PlayStation 4",Roku:"Roku"},It={EdgeHTML:"EdgeHTML",Blink:"Blink",Trident:"Trident",Presto:"Presto",Gecko:"Gecko",WebKit:"WebKit"},y=class{static getFirstMatch(t,e){let r=e.match(t);return r&&r.length>0&&r[1]||""}static getSecondMatch(t,e){let r=e.match(t);return r&&r.length>1&&r[2]||""}static matchAndReturnConst(t,e,r){if(t.test(e))return r}static getWindowsVersionName(t){switch(t){case"NT":return"NT";case"XP":return"XP";case"NT 5.0":return"2000";case"NT 5.1":return"XP";case"NT 5.2":return"2003";case"NT 6.0":return"Vista";case"NT 6.1":return"7";case"NT 6.2":return"8";case"NT 6.3":return"8.1";case"NT 10.0":return"10";default:return}}static getMacOSVersionName(t){let e=t.split(".").splice(0,2).map(r=>parseInt(r,10)||0);if(e.push(0),e[0]===10)switch(e[1]){case 5:return"Leopard";case 6:return"Snow Leopard";case 7:return"Lion";case 8:return"Mountain Lion";case 9:return"Mavericks";case 10:return"Yosemite";case 11:return"El Capitan";case 12:return"Sierra";case 13:return"High Sierra";case 14:return"Mojave";case 15:return"Catalina";default:return}}static getAndroidVersionName(t){let e=t.split(".").splice(0,2).map(r=>parseInt(r,10)||0);if(e.push(0),!(e[0]===1&&e[1]<5)){if(e[0]===1&&e[1]<6)return"Cupcake";if(e[0]===1&&e[1]>=6)return"Donut";if(e[0]===2&&e[1]<2)return"Eclair";if(e[0]===2&&e[1]===2)return"Froyo";if(e[0]===2&&e[1]>2)return"Gingerbread";if(e[0]===3)return"Honeycomb";if(e[0]===4&&e[1]<1)return"Ice Cream Sandwich";if(e[0]===4&&e[1]<4)return"Jelly Bean";if(e[0]===4&&e[1]>=4)return"KitKat";if(e[0]===5)return"Lollipop";if(e[0]===6)return"Marshmallow";if(e[0]===7)return"Nougat";if(e[0]===8)return"Oreo";if(e[0]===9)return"Pie"}}static getVersionPrecision(t){return t.split(".").length}static compareVersions(t,e,r=!1){let a=y.getVersionPrecision(t),n=y.getVersionPrecision(e),i=Math.max(a,n),o=0,l=y.map([t,e],s=>{let u=i-y.getVersionPrecision(s),c=s+new Array(u+1).join(".0");return y.map(c.split("."),d=>new Array(20-d.length).join("0")+d).reverse()});for(r&&(o=i-Math.min(a,n)),i-=1;i>=o;){if(l[0][i]>l[1][i])return 1;if(l[0][i]===l[1][i]){if(i===o)return 0;i-=1}else if(l[0][i]{r[o]=i[o]})}return t}static getBrowserAlias(t){return ap[t]}static getBrowserTypeByAlias(t){return Wo[t]||""}},be=/version\/(\d+(\.?_?\d+)+)/i,np=[{test:[/googlebot/i],describe(t){let e={name:"Googlebot"},r=y.getFirstMatch(/googlebot\/(\d+(\.\d+))/i,t)||y.getFirstMatch(be,t);return r&&(e.version=r),e}},{test:[/opera/i],describe(t){let e={name:"Opera"},r=y.getFirstMatch(be,t)||y.getFirstMatch(/(?:opera)[\s/](\d+(\.?_?\d+)+)/i,t);return r&&(e.version=r),e}},{test:[/opr\/|opios/i],describe(t){let e={name:"Opera"},r=y.getFirstMatch(/(?:opr|opios)[\s/](\S+)/i,t)||y.getFirstMatch(be,t);return r&&(e.version=r),e}},{test:[/SamsungBrowser/i],describe(t){let e={name:"Samsung Internet for Android"},r=y.getFirstMatch(be,t)||y.getFirstMatch(/(?:SamsungBrowser)[\s/](\d+(\.?_?\d+)+)/i,t);return r&&(e.version=r),e}},{test:[/Whale/i],describe(t){let e={name:"NAVER Whale Browser"},r=y.getFirstMatch(be,t)||y.getFirstMatch(/(?:whale)[\s/](\d+(?:\.\d+)+)/i,t);return r&&(e.version=r),e}},{test:[/MZBrowser/i],describe(t){let e={name:"MZ Browser"},r=y.getFirstMatch(/(?:MZBrowser)[\s/](\d+(?:\.\d+)+)/i,t)||y.getFirstMatch(be,t);return r&&(e.version=r),e}},{test:[/focus/i],describe(t){let e={name:"Focus"},r=y.getFirstMatch(/(?:focus)[\s/](\d+(?:\.\d+)+)/i,t)||y.getFirstMatch(be,t);return r&&(e.version=r),e}},{test:[/swing/i],describe(t){let e={name:"Swing"},r=y.getFirstMatch(/(?:swing)[\s/](\d+(?:\.\d+)+)/i,t)||y.getFirstMatch(be,t);return r&&(e.version=r),e}},{test:[/coast/i],describe(t){let e={name:"Opera Coast"},r=y.getFirstMatch(be,t)||y.getFirstMatch(/(?:coast)[\s/](\d+(\.?_?\d+)+)/i,t);return r&&(e.version=r),e}},{test:[/opt\/\d+(?:.?_?\d+)+/i],describe(t){let e={name:"Opera Touch"},r=y.getFirstMatch(/(?:opt)[\s/](\d+(\.?_?\d+)+)/i,t)||y.getFirstMatch(be,t);return r&&(e.version=r),e}},{test:[/yabrowser/i],describe(t){let e={name:"Yandex Browser"},r=y.getFirstMatch(/(?:yabrowser)[\s/](\d+(\.?_?\d+)+)/i,t)||y.getFirstMatch(be,t);return r&&(e.version=r),e}},{test:[/ucbrowser/i],describe(t){let e={name:"UC Browser"},r=y.getFirstMatch(be,t)||y.getFirstMatch(/(?:ucbrowser)[\s/](\d+(\.?_?\d+)+)/i,t);return r&&(e.version=r),e}},{test:[/Maxthon|mxios/i],describe(t){let e={name:"Maxthon"},r=y.getFirstMatch(be,t)||y.getFirstMatch(/(?:Maxthon|mxios)[\s/](\d+(\.?_?\d+)+)/i,t);return r&&(e.version=r),e}},{test:[/epiphany/i],describe(t){let e={name:"Epiphany"},r=y.getFirstMatch(be,t)||y.getFirstMatch(/(?:epiphany)[\s/](\d+(\.?_?\d+)+)/i,t);return r&&(e.version=r),e}},{test:[/puffin/i],describe(t){let e={name:"Puffin"},r=y.getFirstMatch(be,t)||y.getFirstMatch(/(?:puffin)[\s/](\d+(\.?_?\d+)+)/i,t);return r&&(e.version=r),e}},{test:[/sleipnir/i],describe(t){let e={name:"Sleipnir"},r=y.getFirstMatch(be,t)||y.getFirstMatch(/(?:sleipnir)[\s/](\d+(\.?_?\d+)+)/i,t);return r&&(e.version=r),e}},{test:[/k-meleon/i],describe(t){let e={name:"K-Meleon"},r=y.getFirstMatch(be,t)||y.getFirstMatch(/(?:k-meleon)[\s/](\d+(\.?_?\d+)+)/i,t);return r&&(e.version=r),e}},{test:[/micromessenger/i],describe(t){let e={name:"WeChat"},r=y.getFirstMatch(/(?:micromessenger)[\s/](\d+(\.?_?\d+)+)/i,t)||y.getFirstMatch(be,t);return r&&(e.version=r),e}},{test:[/qqbrowser/i],describe(t){let e={name:/qqbrowserlite/i.test(t)?"QQ Browser Lite":"QQ Browser"},r=y.getFirstMatch(/(?:qqbrowserlite|qqbrowser)[/](\d+(\.?_?\d+)+)/i,t)||y.getFirstMatch(be,t);return r&&(e.version=r),e}},{test:[/msie|trident/i],describe(t){let e={name:"Internet Explorer"},r=y.getFirstMatch(/(?:msie |rv:)(\d+(\.?_?\d+)+)/i,t);return r&&(e.version=r),e}},{test:[/\sedg\//i],describe(t){let e={name:"Microsoft Edge"},r=y.getFirstMatch(/\sedg\/(\d+(\.?_?\d+)+)/i,t);return r&&(e.version=r),e}},{test:[/edg([ea]|ios)/i],describe(t){let e={name:"Microsoft Edge"},r=y.getSecondMatch(/edg([ea]|ios)\/(\d+(\.?_?\d+)+)/i,t);return r&&(e.version=r),e}},{test:[/vivaldi/i],describe(t){let e={name:"Vivaldi"},r=y.getFirstMatch(/vivaldi\/(\d+(\.?_?\d+)+)/i,t);return r&&(e.version=r),e}},{test:[/seamonkey/i],describe(t){let e={name:"SeaMonkey"},r=y.getFirstMatch(/seamonkey\/(\d+(\.?_?\d+)+)/i,t);return r&&(e.version=r),e}},{test:[/sailfish/i],describe(t){let e={name:"Sailfish"},r=y.getFirstMatch(/sailfish\s?browser\/(\d+(\.\d+)?)/i,t);return r&&(e.version=r),e}},{test:[/silk/i],describe(t){let e={name:"Amazon Silk"},r=y.getFirstMatch(/silk\/(\d+(\.?_?\d+)+)/i,t);return r&&(e.version=r),e}},{test:[/phantom/i],describe(t){let e={name:"PhantomJS"},r=y.getFirstMatch(/phantomjs\/(\d+(\.?_?\d+)+)/i,t);return r&&(e.version=r),e}},{test:[/slimerjs/i],describe(t){let e={name:"SlimerJS"},r=y.getFirstMatch(/slimerjs\/(\d+(\.?_?\d+)+)/i,t);return r&&(e.version=r),e}},{test:[/blackberry|\bbb\d+/i,/rim\stablet/i],describe(t){let e={name:"BlackBerry"},r=y.getFirstMatch(be,t)||y.getFirstMatch(/blackberry[\d]+\/(\d+(\.?_?\d+)+)/i,t);return r&&(e.version=r),e}},{test:[/(web|hpw)[o0]s/i],describe(t){let e={name:"WebOS Browser"},r=y.getFirstMatch(be,t)||y.getFirstMatch(/w(?:eb)?[o0]sbrowser\/(\d+(\.?_?\d+)+)/i,t);return r&&(e.version=r),e}},{test:[/bada/i],describe(t){let e={name:"Bada"},r=y.getFirstMatch(/dolfin\/(\d+(\.?_?\d+)+)/i,t);return r&&(e.version=r),e}},{test:[/tizen/i],describe(t){let e={name:"Tizen"},r=y.getFirstMatch(/(?:tizen\s?)?browser\/(\d+(\.?_?\d+)+)/i,t)||y.getFirstMatch(be,t);return r&&(e.version=r),e}},{test:[/qupzilla/i],describe(t){let e={name:"QupZilla"},r=y.getFirstMatch(/(?:qupzilla)[\s/](\d+(\.?_?\d+)+)/i,t)||y.getFirstMatch(be,t);return r&&(e.version=r),e}},{test:[/firefox|iceweasel|fxios/i],describe(t){let e={name:"Firefox"},r=y.getFirstMatch(/(?:firefox|iceweasel|fxios)[\s/](\d+(\.?_?\d+)+)/i,t);return r&&(e.version=r),e}},{test:[/electron/i],describe(t){let e={name:"Electron"},r=y.getFirstMatch(/(?:electron)\/(\d+(\.?_?\d+)+)/i,t);return r&&(e.version=r),e}},{test:[/MiuiBrowser/i],describe(t){let e={name:"Miui"},r=y.getFirstMatch(/(?:MiuiBrowser)[\s/](\d+(\.?_?\d+)+)/i,t);return r&&(e.version=r),e}},{test:[/chromium/i],describe(t){let e={name:"Chromium"},r=y.getFirstMatch(/(?:chromium)[\s/](\d+(\.?_?\d+)+)/i,t)||y.getFirstMatch(be,t);return r&&(e.version=r),e}},{test:[/chrome|crios|crmo/i],describe(t){let e={name:"Chrome"},r=y.getFirstMatch(/(?:chrome|crios|crmo)\/(\d+(\.?_?\d+)+)/i,t);return r&&(e.version=r),e}},{test:[/GSA/i],describe(t){let e={name:"Google Search"},r=y.getFirstMatch(/(?:GSA)\/(\d+(\.?_?\d+)+)/i,t);return r&&(e.version=r),e}},{test(t){let e=!t.test(/like android/i),r=t.test(/android/i);return e&&r},describe(t){let e={name:"Android Browser"},r=y.getFirstMatch(be,t);return r&&(e.version=r),e}},{test:[/playstation 4/i],describe(t){let e={name:"PlayStation 4"},r=y.getFirstMatch(be,t);return r&&(e.version=r),e}},{test:[/safari|applewebkit/i],describe(t){let e={name:"Safari"},r=y.getFirstMatch(be,t);return r&&(e.version=r),e}},{test:[/.*/i],describe(t){let e=/^(.*)\/(.*) /,r=/^(.*)\/(.*)[ \t]\((.*)/,a=t.search("\\(")!==-1?r:e;return{name:y.getFirstMatch(a,t),version:y.getSecondMatch(a,t)}}}],ip=np,op=[{test:[/Roku\/DVP/],describe(t){let e=y.getFirstMatch(/Roku\/DVP-(\d+\.\d+)/i,t);return{name:Ke.Roku,version:e}}},{test:[/windows phone/i],describe(t){let e=y.getFirstMatch(/windows phone (?:os)?\s?(\d+(\.\d+)*)/i,t);return{name:Ke.WindowsPhone,version:e}}},{test:[/windows /i],describe(t){let e=y.getFirstMatch(/Windows ((NT|XP)( \d\d?.\d)?)/i,t),r=y.getWindowsVersionName(e);return{name:Ke.Windows,version:e,versionName:r}}},{test:[/Macintosh(.*?) FxiOS(.*?)\//],describe(t){let e={name:Ke.iOS},r=y.getSecondMatch(/(Version\/)(\d[\d.]+)/,t);return r&&(e.version=r),e}},{test:[/macintosh/i],describe(t){let e=y.getFirstMatch(/mac os x (\d+(\.?_?\d+)+)/i,t).replace(/[_\s]/g,"."),r=y.getMacOSVersionName(e),a={name:Ke.MacOS,version:e};return r&&(a.versionName=r),a}},{test:[/(ipod|iphone|ipad)/i],describe(t){let e=y.getFirstMatch(/os (\d+([_\s]\d+)*) like mac os x/i,t).replace(/[_\s]/g,".");return{name:Ke.iOS,version:e}}},{test(t){let e=!t.test(/like android/i),r=t.test(/android/i);return e&&r},describe(t){let e=y.getFirstMatch(/android[\s/-](\d+(\.\d+)*)/i,t),r=y.getAndroidVersionName(e),a={name:Ke.Android,version:e};return r&&(a.versionName=r),a}},{test:[/(web|hpw)[o0]s/i],describe(t){let e=y.getFirstMatch(/(?:web|hpw)[o0]s\/(\d+(\.\d+)*)/i,t),r={name:Ke.WebOS};return e&&e.length&&(r.version=e),r}},{test:[/blackberry|\bbb\d+/i,/rim\stablet/i],describe(t){let e=y.getFirstMatch(/rim\stablet\sos\s(\d+(\.\d+)*)/i,t)||y.getFirstMatch(/blackberry\d+\/(\d+([_\s]\d+)*)/i,t)||y.getFirstMatch(/\bbb(\d+)/i,t);return{name:Ke.BlackBerry,version:e}}},{test:[/bada/i],describe(t){let e=y.getFirstMatch(/bada\/(\d+(\.\d+)*)/i,t);return{name:Ke.Bada,version:e}}},{test:[/tizen/i],describe(t){let e=y.getFirstMatch(/tizen[/\s](\d+(\.\d+)*)/i,t);return{name:Ke.Tizen,version:e}}},{test:[/linux/i],describe(){return{name:Ke.Linux}}},{test:[/CrOS/],describe(){return{name:Ke.ChromeOS}}},{test:[/PlayStation 4/],describe(t){let e=y.getFirstMatch(/PlayStation 4[/\s](\d+(\.\d+)*)/i,t);return{name:Ke.PlayStation4,version:e}}}],sp=[{test:[/googlebot/i],describe(){return{type:"bot",vendor:"Google"}}},{test:[/huawei/i],describe(t){let e=y.getFirstMatch(/(can-l01)/i,t)&&"Nova",r={type:_e.mobile,vendor:"Huawei"};return e&&(r.model=e),r}},{test:[/nexus\s*(?:7|8|9|10).*/i],describe(){return{type:_e.tablet,vendor:"Nexus"}}},{test:[/ipad/i],describe(){return{type:_e.tablet,vendor:"Apple",model:"iPad"}}},{test:[/Macintosh(.*?) FxiOS(.*?)\//],describe(){return{type:_e.tablet,vendor:"Apple",model:"iPad"}}},{test:[/kftt build/i],describe(){return{type:_e.tablet,vendor:"Amazon",model:"Kindle Fire HD 7"}}},{test:[/silk/i],describe(){return{type:_e.tablet,vendor:"Amazon"}}},{test:[/tablet(?! pc)/i],describe(){return{type:_e.tablet}}},{test(t){let e=t.test(/ipod|iphone/i),r=t.test(/like (ipod|iphone)/i);return e&&!r},describe(t){let e=y.getFirstMatch(/(ipod|iphone)/i,t);return{type:_e.mobile,vendor:"Apple",model:e}}},{test:[/nexus\s*[0-6].*/i,/galaxy nexus/i],describe(){return{type:_e.mobile,vendor:"Nexus"}}},{test:[/[^-]mobi/i],describe(){return{type:_e.mobile}}},{test(t){return t.getBrowserName(!0)==="blackberry"},describe(){return{type:_e.mobile,vendor:"BlackBerry"}}},{test(t){return t.getBrowserName(!0)==="bada"},describe(){return{type:_e.mobile}}},{test(t){return t.getBrowserName()==="windows phone"},describe(){return{type:_e.mobile,vendor:"Microsoft"}}},{test(t){let e=Number(String(t.getOSVersion()).split(".")[0]);return t.getOSName(!0)==="android"&&e>=3},describe(){return{type:_e.tablet}}},{test(t){return t.getOSName(!0)==="android"},describe(){return{type:_e.mobile}}},{test(t){return t.getOSName(!0)==="macos"},describe(){return{type:_e.desktop,vendor:"Apple"}}},{test(t){return t.getOSName(!0)==="windows"},describe(){return{type:_e.desktop}}},{test(t){return t.getOSName(!0)==="linux"},describe(){return{type:_e.desktop}}},{test(t){return t.getOSName(!0)==="playstation 4"},describe(){return{type:_e.tv}}},{test(t){return t.getOSName(!0)==="roku"},describe(){return{type:_e.tv}}}],lp=[{test(t){return t.getBrowserName(!0)==="microsoft edge"},describe(t){if(/\sedg\//i.test(t))return{name:It.Blink};let e=y.getFirstMatch(/edge\/(\d+(\.?_?\d+)+)/i,t);return{name:It.EdgeHTML,version:e}}},{test:[/trident/i],describe(t){let e={name:It.Trident},r=y.getFirstMatch(/trident\/(\d+(\.?_?\d+)+)/i,t);return r&&(e.version=r),e}},{test(t){return t.test(/presto/i)},describe(t){let e={name:It.Presto},r=y.getFirstMatch(/presto\/(\d+(\.?_?\d+)+)/i,t);return r&&(e.version=r),e}},{test(t){let e=t.test(/gecko/i),r=t.test(/like gecko/i);return e&&!r},describe(t){let e={name:It.Gecko},r=y.getFirstMatch(/gecko\/(\d+(\.?_?\d+)+)/i,t);return r&&(e.version=r),e}},{test:[/(apple)?webkit\/537\.36/i],describe(){return{name:It.Blink}}},{test:[/(apple)?webkit/i],describe(t){let e={name:It.WebKit},r=y.getFirstMatch(/webkit\/(\d+(\.?_?\d+)+)/i,t);return r&&(e.version=r),e}}],up=class{constructor(t,e=!1){if(t==null||t==="")throw new Error("UserAgent parameter can't be empty");this._ua=t,this.parsedResult={},e!==!0&&this.parse()}getUA(){return this._ua}test(t){return t.test(this._ua)}parseBrowser(){this.parsedResult.browser={};let t=y.find(ip,e=>{if(typeof e.test=="function")return e.test(this);if(e.test instanceof Array)return e.test.some(r=>this.test(r));throw new Error("Browser's test function is not valid")});return t&&(this.parsedResult.browser=t.describe(this.getUA())),this.parsedResult.browser}getBrowser(){return this.parsedResult.browser?this.parsedResult.browser:this.parseBrowser()}getBrowserName(t){return t?String(this.getBrowser().name).toLowerCase()||"":this.getBrowser().name||""}getBrowserVersion(){return this.getBrowser().version}getOS(){return this.parsedResult.os?this.parsedResult.os:this.parseOS()}parseOS(){this.parsedResult.os={};let t=y.find(op,e=>{if(typeof e.test=="function")return e.test(this);if(e.test instanceof Array)return e.test.some(r=>this.test(r));throw new Error("Browser's test function is not valid")});return t&&(this.parsedResult.os=t.describe(this.getUA())),this.parsedResult.os}getOSName(t){let{name:e}=this.getOS();return t?String(e).toLowerCase()||"":e||""}getOSVersion(){return this.getOS().version}getPlatform(){return this.parsedResult.platform?this.parsedResult.platform:this.parsePlatform()}getPlatformType(t=!1){let{type:e}=this.getPlatform();return t?String(e).toLowerCase()||"":e||""}parsePlatform(){this.parsedResult.platform={};let t=y.find(sp,e=>{if(typeof e.test=="function")return e.test(this);if(e.test instanceof Array)return e.test.some(r=>this.test(r));throw new Error("Browser's test function is not valid")});return t&&(this.parsedResult.platform=t.describe(this.getUA())),this.parsedResult.platform}getEngine(){return this.parsedResult.engine?this.parsedResult.engine:this.parseEngine()}getEngineName(t){return t?String(this.getEngine().name).toLowerCase()||"":this.getEngine().name||""}parseEngine(){this.parsedResult.engine={};let t=y.find(lp,e=>{if(typeof e.test=="function")return e.test(this);if(e.test instanceof Array)return e.test.some(r=>this.test(r));throw new Error("Browser's test function is not valid")});return t&&(this.parsedResult.engine=t.describe(this.getUA())),this.parsedResult.engine}parse(){return this.parseBrowser(),this.parseOS(),this.parsePlatform(),this.parseEngine(),this}getResult(){return y.assign({},this.parsedResult)}satisfies(t){let e={},r=0,a={},n=0;if(Object.keys(t).forEach(i=>{let o=t[i];typeof o=="string"?(a[i]=o,n+=1):typeof o=="object"&&(e[i]=o,r+=1)}),r>0){let i=Object.keys(e),o=y.find(i,s=>this.isOS(s));if(o){let s=this.satisfies(e[o]);if(s!==void 0)return s}let l=y.find(i,s=>this.isPlatform(s));if(l){let s=this.satisfies(e[l]);if(s!==void 0)return s}}if(n>0){let i=Object.keys(a),o=y.find(i,l=>this.isBrowser(l,!0));if(o!==void 0)return this.compareVersion(a[o])}}isBrowser(t,e=!1){let r=this.getBrowserName().toLowerCase(),a=t.toLowerCase(),n=y.getBrowserTypeByAlias(a);return e&&n&&(a=n.toLowerCase()),a===r}compareVersion(t){let e=[0],r=t,a=!1,n=this.getBrowserVersion();if(typeof n=="string")return t[0]===">"||t[0]==="<"?(r=t.substr(1),t[1]==="="?(a=!0,r=t.substr(2)):e=[],t[0]===">"?e.push(1):e.push(-1)):t[0]==="="?r=t.substr(1):t[0]==="~"&&(a=!0,r=t.substr(1)),e.indexOf(y.compareVersions(n,r,a))>-1}isOS(t){return this.getOSName(!0)===String(t).toLowerCase()}isPlatform(t){return this.getPlatformType(!0)===String(t).toLowerCase()}isEngine(t){return this.getEngineName(!0)===String(t).toLowerCase()}is(t,e=!1){return this.isBrowser(t,e)||this.isOS(t)||this.isPlatform(t)}some(t=[]){return t.some(e=>this.is(e))}},Ko=up,cp=class{static getParser(t,e=!1){if(typeof t!="string")throw new Error("UserAgent should be a string");return new Ko(t,e)}static parse(t){return new Ko(t).getResult()}static get BROWSER_MAP(){return Wo}static get ENGINE_MAP(){return It}static get OS_MAP(){return Ke}static get PLATFORMS_MAP(){return _e}},ya=cp;var{entries:Zo,setPrototypeOf:Ho,isFrozen:dp,getPrototypeOf:pp,getOwnPropertyDescriptor:mp}=Object,{freeze:We,seal:nt,create:gp}=Object,{apply:Mn,construct:Rn}=typeof Reflect<"u"&&Reflect;Mn||(Mn=function(t,e,r){return t.apply(e,r)});We||(We=function(t){return t});nt||(nt=function(t){return t});Rn||(Rn=function(t,e){return new t(...e)});var hp=Ze(Array.prototype.forEach),Go=Ze(Array.prototype.pop),Or=Ze(Array.prototype.push),xa=Ze(String.prototype.toLowerCase),Bn=Ze(String.prototype.toString),fp=Ze(String.prototype.match),at=Ze(String.prototype.replace),bp=Ze(String.prototype.indexOf),Tp=Ze(String.prototype.trim),Qe=Ze(RegExp.prototype.test),Mr=vp(TypeError);function Ze(t){return function(e){for(var r=arguments.length,a=new Array(r>1?r-1:0),n=1;n/gm),Ap=nt(/\${[\w\W]*}/gm),Dp=nt(/^data-[\-\w.\u00B7-\uFFFF]/),kp=nt(/^aria-[\-\w]+$/),Jo=nt(/^(?:(?:(?:f|ht)tps?|mailto|tel|callto|sms|cid|xmpp):|[^a-z]|[a-z+.\-]+(?:[^a-z+.\-:]|$))/i),Ep=nt(/^(?:\w+script|data):/i),Cp=nt(/[\u0000-\u0020\u00A0\u1680\u180E\u2000-\u2029\u205F\u3000]/g),es=nt(/^html$/i),Xo=Object.freeze({__proto__:null,MUSTACHE_EXPR:wp,ERB_EXPR:xp,TMPLIT_EXPR:Ap,DATA_ATTR:Dp,ARIA_ATTR:kp,IS_ALLOWED_URI:Jo,IS_SCRIPT_OR_DATA:Ep,ATTR_WHITESPACE:Cp,DOCTYPE_NAME:es}),_p=()=>typeof window>"u"?null:window,Pp=function(t,e){if(typeof t!="object"||typeof t.createPolicy!="function")return null;let r=null,a="data-tt-policy-suffix";e&&e.hasAttribute(a)&&(r=e.getAttribute(a));let n="dompurify"+(r?"#"+r:"");try{return t.createPolicy(n,{createHTML(i){return i},createScriptURL(i){return i}})}catch{return null}};function ts(){let t=arguments.length>0&&arguments[0]!==void 0?arguments[0]:_p(),e=p=>ts(p);if(e.version="3.0.3",e.removed=[],!t||!t.document||t.document.nodeType!==9)return e.isSupported=!1,e;let r=t.document,a=r.currentScript,{document:n}=t,{DocumentFragment:i,HTMLTemplateElement:o,Node:l,Element:s,NodeFilter:u,NamedNodeMap:c=t.NamedNodeMap||t.MozNamedAttrMap,HTMLFormElement:d,DOMParser:h,trustedTypes:b}=t,E=s.prototype,ne=Sa(E,"cloneNode"),V=Sa(E,"nextSibling"),f=Sa(E,"childNodes"),me=Sa(E,"parentNode");if(typeof o=="function"){let p=n.createElement("template");p.content&&p.content.ownerDocument&&(n=p.content.ownerDocument)}let z,J="",{implementation:ue,createNodeIterator:C,createDocumentFragment:g,getElementsByTagName:S}=n,{importNode:w}=r,L={};e.isSupported=typeof Zo=="function"&&typeof me=="function"&&ue&&ue.createHTMLDocument!==void 0;let{MUSTACHE_EXPR:G,ERB_EXPR:D,TMPLIT_EXPR:F,DATA_ATTR:K,ARIA_ATTR:O,IS_SCRIPT_OR_DATA:ge,ATTR_WHITESPACE:we}=Xo,{IS_ALLOWED_URI:B}=Xo,k=null,ye=ae({},[...Vo,...In,...Fn,...zn,...$o]),ie=null,v=ae({},[...Qo,...On,...Yo,...wa]),x=Object.seal(Object.create(null,{tagNameCheck:{writable:!0,configurable:!1,enumerable:!0,value:null},attributeNameCheck:{writable:!0,configurable:!1,enumerable:!0,value:null},allowCustomizedBuiltInElements:{writable:!0,configurable:!1,enumerable:!0,value:!1}})),P=null,re=null,H=!0,ce=!0,he=!1,$=!0,M=!1,U=!1,ee=!1,oe=!1,I=!1,Q=!1,ve=!1,se=!0,j=!1,xe="user-content-",Pe=!0,ke=!1,Ce={},qe=null,Ye=ae({},["annotation-xml","audio","colgroup","desc","foreignobject","head","iframe","math","mi","mn","mo","ms","mtext","noembed","noframes","noscript","plaintext","script","style","svg","template","thead","title","video","xmp"]),Pr=null,ct=ae({},["audio","video","img","source","image","track"]),Qt=null,cr=ae({},["alt","class","for","id","label","name","pattern","placeholder","role","summary","title","value","style","xmlns"]),Fe="http://www.w3.org/1998/Math/MathML",tt="http://www.w3.org/2000/svg",ze="http://www.w3.org/1999/xhtml",Ve=ze,bt=!1,Tt=null,Yt=ae({},[Fe,tt,ze],Bn),Ue,vt=["application/xhtml+xml","text/html"],Ae="text/html",de,$e=null,ac=n.createElement("form"),ao=function(p){return p instanceof RegExp||p instanceof Function},pn=function(p){if(!($e&&$e===p)){if((!p||typeof p!="object")&&(p={}),p=gr(p),Ue=vt.indexOf(p.PARSER_MEDIA_TYPE)===-1?Ue=Ae:Ue=p.PARSER_MEDIA_TYPE,de=Ue==="application/xhtml+xml"?Bn:xa,k="ALLOWED_TAGS"in p?ae({},p.ALLOWED_TAGS,de):ye,ie="ALLOWED_ATTR"in p?ae({},p.ALLOWED_ATTR,de):v,Tt="ALLOWED_NAMESPACES"in p?ae({},p.ALLOWED_NAMESPACES,Bn):Yt,Qt="ADD_URI_SAFE_ATTR"in p?ae(gr(cr),p.ADD_URI_SAFE_ATTR,de):cr,Pr="ADD_DATA_URI_TAGS"in p?ae(gr(ct),p.ADD_DATA_URI_TAGS,de):ct,qe="FORBID_CONTENTS"in p?ae({},p.FORBID_CONTENTS,de):Ye,P="FORBID_TAGS"in p?ae({},p.FORBID_TAGS,de):{},re="FORBID_ATTR"in p?ae({},p.FORBID_ATTR,de):{},Ce="USE_PROFILES"in p?p.USE_PROFILES:!1,H=p.ALLOW_ARIA_ATTR!==!1,ce=p.ALLOW_DATA_ATTR!==!1,he=p.ALLOW_UNKNOWN_PROTOCOLS||!1,$=p.ALLOW_SELF_CLOSE_IN_ATTR!==!1,M=p.SAFE_FOR_TEMPLATES||!1,U=p.WHOLE_DOCUMENT||!1,I=p.RETURN_DOM||!1,Q=p.RETURN_DOM_FRAGMENT||!1,ve=p.RETURN_TRUSTED_TYPE||!1,oe=p.FORCE_BODY||!1,se=p.SANITIZE_DOM!==!1,j=p.SANITIZE_NAMED_PROPS||!1,Pe=p.KEEP_CONTENT!==!1,ke=p.IN_PLACE||!1,B=p.ALLOWED_URI_REGEXP||Jo,Ve=p.NAMESPACE||ze,x=p.CUSTOM_ELEMENT_HANDLING||{},p.CUSTOM_ELEMENT_HANDLING&&ao(p.CUSTOM_ELEMENT_HANDLING.tagNameCheck)&&(x.tagNameCheck=p.CUSTOM_ELEMENT_HANDLING.tagNameCheck),p.CUSTOM_ELEMENT_HANDLING&&ao(p.CUSTOM_ELEMENT_HANDLING.attributeNameCheck)&&(x.attributeNameCheck=p.CUSTOM_ELEMENT_HANDLING.attributeNameCheck),p.CUSTOM_ELEMENT_HANDLING&&typeof p.CUSTOM_ELEMENT_HANDLING.allowCustomizedBuiltInElements=="boolean"&&(x.allowCustomizedBuiltInElements=p.CUSTOM_ELEMENT_HANDLING.allowCustomizedBuiltInElements),M&&(ce=!1),Q&&(I=!0),Ce&&(k=ae({},[...$o]),ie=[],Ce.html===!0&&(ae(k,Vo),ae(ie,Qo)),Ce.svg===!0&&(ae(k,In),ae(ie,On),ae(ie,wa)),Ce.svgFilters===!0&&(ae(k,Fn),ae(ie,On),ae(ie,wa)),Ce.mathMl===!0&&(ae(k,zn),ae(ie,Yo),ae(ie,wa))),p.ADD_TAGS&&(k===ye&&(k=gr(k)),ae(k,p.ADD_TAGS,de)),p.ADD_ATTR&&(ie===v&&(ie=gr(ie)),ae(ie,p.ADD_ATTR,de)),p.ADD_URI_SAFE_ATTR&&ae(Qt,p.ADD_URI_SAFE_ATTR,de),p.FORBID_CONTENTS&&(qe===Ye&&(qe=gr(qe)),ae(qe,p.FORBID_CONTENTS,de)),Pe&&(k["#text"]=!0),U&&ae(k,["html","head","body"]),k.table&&(ae(k,["tbody"]),delete P.tbody),p.TRUSTED_TYPES_POLICY){if(typeof p.TRUSTED_TYPES_POLICY.createHTML!="function")throw Mr('TRUSTED_TYPES_POLICY configuration option must provide a "createHTML" hook.');if(typeof p.TRUSTED_TYPES_POLICY.createScriptURL!="function")throw Mr('TRUSTED_TYPES_POLICY configuration option must provide a "createScriptURL" hook.');z=p.TRUSTED_TYPES_POLICY,J=z.createHTML("")}else z===void 0&&(z=Pp(b,a)),z!==null&&typeof J=="string"&&(J=z.createHTML(""));We&&We(p),$e=p}},no=ae({},["mi","mo","mn","ms","mtext"]),io=ae({},["foreignobject","desc","title","annotation-xml"]),nc=ae({},["title","style","font","a","script"]),da=ae({},In);ae(da,Fn),ae(da,yp);let mn=ae({},zn);ae(mn,Sp);let ic=function(p){let _=me(p);(!_||!_.tagName)&&(_={namespaceURI:Ve,tagName:"template"});let A=xa(p.tagName),le=xa(_.tagName);return Tt[p.namespaceURI]?p.namespaceURI===tt?_.namespaceURI===ze?A==="svg":_.namespaceURI===Fe?A==="svg"&&(le==="annotation-xml"||no[le]):!!da[A]:p.namespaceURI===Fe?_.namespaceURI===ze?A==="math":_.namespaceURI===tt?A==="math"&&io[le]:!!mn[A]:p.namespaceURI===ze?_.namespaceURI===tt&&!io[le]||_.namespaceURI===Fe&&!no[le]?!1:!mn[A]&&(nc[A]||!da[A]):!!(Ue==="application/xhtml+xml"&&Tt[p.namespaceURI]):!1},dr=function(p){Or(e.removed,{element:p});try{p.parentNode.removeChild(p)}catch{p.remove()}},gn=function(p,_){try{Or(e.removed,{attribute:_.getAttributeNode(p),from:_})}catch{Or(e.removed,{attribute:null,from:_})}if(_.removeAttribute(p),p==="is"&&!ie[p])if(I||Q)try{dr(_)}catch{}else try{_.setAttribute(p,"")}catch{}},oo=function(p){let _,A;if(oe)p=""+p;else{let je=fp(p,/^[\r\n\t ]+/);A=je&&je[0]}Ue==="application/xhtml+xml"&&Ve===ze&&(p=''+p+"");let le=z?z.createHTML(p):p;if(Ve===ze)try{_=new h().parseFromString(le,Ue)}catch{}if(!_||!_.documentElement){_=ue.createDocument(Ve,"template",null);try{_.documentElement.innerHTML=bt?J:le}catch{}}let Le=_.body||_.documentElement;return p&&A&&Le.insertBefore(n.createTextNode(A),Le.childNodes[0]||null),Ve===ze?S.call(_,U?"html":"body")[0]:U?_.documentElement:Le},so=function(p){return C.call(p.ownerDocument||p,p,u.SHOW_ELEMENT|u.SHOW_COMMENT|u.SHOW_TEXT,null,!1)},oc=function(p){return p instanceof d&&(typeof p.nodeName!="string"||typeof p.textContent!="string"||typeof p.removeChild!="function"||!(p.attributes instanceof c)||typeof p.removeAttribute!="function"||typeof p.setAttribute!="function"||typeof p.namespaceURI!="string"||typeof p.insertBefore!="function"||typeof p.hasChildNodes!="function")},pa=function(p){return typeof l=="object"?p instanceof l:p&&typeof p=="object"&&typeof p.nodeType=="number"&&typeof p.nodeName=="string"},yt=function(p,_,A){L[p]&&hp(L[p],le=>{le.call(e,_,A,$e)})},lo=function(p){let _;if(yt("beforeSanitizeElements",p,null),oc(p))return dr(p),!0;let A=de(p.nodeName);if(yt("uponSanitizeElement",p,{tagName:A,allowedTags:k}),p.hasChildNodes()&&!pa(p.firstElementChild)&&(!pa(p.content)||!pa(p.content.firstElementChild))&&Qe(/<[/\w]/g,p.innerHTML)&&Qe(/<[/\w]/g,p.textContent))return dr(p),!0;if(!k[A]||P[A]){if(!P[A]&&co(A)&&(x.tagNameCheck instanceof RegExp&&Qe(x.tagNameCheck,A)||x.tagNameCheck instanceof Function&&x.tagNameCheck(A)))return!1;if(Pe&&!qe[A]){let le=me(p)||p.parentNode,Le=f(p)||p.childNodes;if(Le&&le){let je=Le.length;for(let He=je-1;He>=0;--He)le.insertBefore(ne(Le[He],!0),V(p))}}return dr(p),!0}return p instanceof s&&!ic(p)||(A==="noscript"||A==="noembed")&&Qe(/<\/no(script|embed)/i,p.innerHTML)?(dr(p),!0):(M&&p.nodeType===3&&(_=p.textContent,_=at(_,G," "),_=at(_,D," "),_=at(_,F," "),p.textContent!==_&&(Or(e.removed,{element:p.cloneNode()}),p.textContent=_)),yt("afterSanitizeElements",p,null),!1)},uo=function(p,_,A){if(se&&(_==="id"||_==="name")&&(A in n||A in ac))return!1;if(!(ce&&!re[_]&&Qe(K,_))&&!(H&&Qe(O,_))){if(!ie[_]||re[_]){if(!(co(p)&&(x.tagNameCheck instanceof RegExp&&Qe(x.tagNameCheck,p)||x.tagNameCheck instanceof Function&&x.tagNameCheck(p))&&(x.attributeNameCheck instanceof RegExp&&Qe(x.attributeNameCheck,_)||x.attributeNameCheck instanceof Function&&x.attributeNameCheck(_))||_==="is"&&x.allowCustomizedBuiltInElements&&(x.tagNameCheck instanceof RegExp&&Qe(x.tagNameCheck,A)||x.tagNameCheck instanceof Function&&x.tagNameCheck(A))))return!1}else if(!Qt[_]&&!Qe(B,at(A,we,""))&&!((_==="src"||_==="xlink:href"||_==="href")&&p!=="script"&&bp(A,"data:")===0&&Pr[p])&&!(he&&!Qe(ge,at(A,we,"")))&&A)return!1}return!0},co=function(p){return p.indexOf("-")>0},po=function(p){let _,A,le,Le;yt("beforeSanitizeAttributes",p,null);let{attributes:je}=p;if(!je)return;let He={attrName:"",attrValue:"",keepAttr:!0,allowedAttributes:ie};for(Le=je.length;Le--;){_=je[Le];let{name:Be,namespaceURI:pr}=_;if(A=Be==="value"?_.value:Tp(_.value),le=de(Be),He.attrName=le,He.attrValue=A,He.keepAttr=!0,He.forceKeepAttr=void 0,yt("uponSanitizeAttribute",p,He),A=He.attrValue,He.forceKeepAttr||(gn(Be,p),!He.keepAttr))continue;if(!$&&Qe(/\/>/i,A)){gn(Be,p);continue}M&&(A=at(A,G," "),A=at(A,D," "),A=at(A,F," "));let mo=de(p.nodeName);if(uo(mo,le,A)){if(j&&(le==="id"||le==="name")&&(gn(Be,p),A=xe+A),z&&typeof b=="object"&&typeof b.getAttributeType=="function"&&!pr)switch(b.getAttributeType(mo,le)){case"TrustedHTML":{A=z.createHTML(A);break}case"TrustedScriptURL":{A=z.createScriptURL(A);break}}try{pr?p.setAttributeNS(pr,Be,A):p.setAttribute(Be,A),Go(e.removed)}catch{}}}yt("afterSanitizeAttributes",p,null)},sc=function p(_){let A,le=so(_);for(yt("beforeSanitizeShadowDOM",_,null);A=le.nextNode();)yt("uponSanitizeShadowNode",A,null),!lo(A)&&(A.content instanceof i&&p(A.content),po(A));yt("afterSanitizeShadowDOM",_,null)};return e.sanitize=function(p){let _=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{},A,le,Le,je;if(bt=!p,bt&&(p=""),typeof p!="string"&&!pa(p))if(typeof p.toString=="function"){if(p=p.toString(),typeof p!="string")throw Mr("dirty is not a string, aborting")}else throw Mr("toString is not a function");if(!e.isSupported)return p;if(ee||pn(_),e.removed=[],typeof p=="string"&&(ke=!1),ke){if(p.nodeName){let pr=de(p.nodeName);if(!k[pr]||P[pr])throw Mr("root node is forbidden and cannot be sanitized in-place")}}else if(p instanceof l)A=oo(""),le=A.ownerDocument.importNode(p,!0),le.nodeType===1&&le.nodeName==="BODY"||le.nodeName==="HTML"?A=le:A.appendChild(le);else{if(!I&&!M&&!U&&p.indexOf("<")===-1)return z&&ve?z.createHTML(p):p;if(A=oo(p),!A)return I?null:ve?J:""}A&&oe&&dr(A.firstChild);let He=so(ke?p:A);for(;Le=He.nextNode();)lo(Le)||(Le.content instanceof i&&sc(Le.content),po(Le));if(ke)return p;if(I){if(Q)for(je=g.call(A.ownerDocument);A.firstChild;)je.appendChild(A.firstChild);else je=A;return(ie.shadowroot||ie.shadowrootmod)&&(je=w.call(r,je,!0)),je}let Be=U?A.outerHTML:A.innerHTML;return U&&k["!doctype"]&&A.ownerDocument&&A.ownerDocument.doctype&&A.ownerDocument.doctype.name&&Qe(es,A.ownerDocument.doctype.name)&&(Be=" +`+Be),M&&(Be=at(Be,G," "),Be=at(Be,D," "),Be=at(Be,F," ")),z&&ve?z.createHTML(Be):Be},e.setConfig=function(p){pn(p),ee=!0},e.clearConfig=function(){$e=null,ee=!1},e.isValidAttribute=function(p,_,A){$e||pn({});let le=de(p),Le=de(_);return uo(le,Le,A)},e.addHook=function(p,_){typeof _=="function"&&(L[p]=L[p]||[],Or(L[p],_))},e.removeHook=function(p){if(L[p])return Go(L[p])},e.removeHooks=function(p){L[p]&&(L[p]=[])},e.removeAllHooks=function(){L={}},e}var rs=ts();var Lp=Object.create,qn=Object.defineProperty,Bp=Object.getOwnPropertyDescriptor,Ip=Object.getOwnPropertyNames,Fp=Object.getPrototypeOf,zp=Object.prototype.hasOwnProperty,Un=(t,e)=>()=>(e||t((e={exports:{}}).exports,e),e.exports),Op=(t,e)=>{for(var r in e)qn(t,r,{get:e[r],enumerable:!0})},Nn=(t,e,r,a)=>{if(e&&typeof e=="object"||typeof e=="function")for(let n of Ip(e))!zp.call(t,n)&&n!==r&&qn(t,n,{get:()=>e[n],enumerable:!(a=Bp(e,n))||a.enumerable});return t},Mp=(t,e,r)=>(Nn(t,e,"default"),r&&Nn(r,e,"default")),ns=(t,e,r)=>(r=t!=null?Lp(Fp(t)):{},Nn(e||!t||!t.__esModule?qn(r,"default",{value:t,enumerable:!0}):r,t)),Rp=Un((t,e)=>{function r(a,n){if(n&&n.documentElement)a=n,n=arguments[2];else if(!a||!a.documentElement)throw new Error("First argument to Readability constructor should be a document object.");if(n=n||{},this._doc=a,this._docJSDOMParser=this._doc.firstChild.__JSDOMParser__,this._articleTitle=null,this._articleByline=null,this._articleDir=null,this._articleSiteName=null,this._attempts=[],this._debug=!!n.debug,this._maxElemsToParse=n.maxElemsToParse||this.DEFAULT_MAX_ELEMS_TO_PARSE,this._nbTopCandidates=n.nbTopCandidates||this.DEFAULT_N_TOP_CANDIDATES,this._charThreshold=n.charThreshold||this.DEFAULT_CHAR_THRESHOLD,this._classesToPreserve=this.CLASSES_TO_PRESERVE.concat(n.classesToPreserve||[]),this._keepClasses=!!n.keepClasses,this._serializer=n.serializer||function(i){return i.innerHTML},this._disableJSONLD=!!n.disableJSONLD,this._allowedVideoRegex=n.allowedVideoRegex||this.REGEXPS.videos,this._flags=this.FLAG_STRIP_UNLIKELYS|this.FLAG_WEIGHT_CLASSES|this.FLAG_CLEAN_CONDITIONALLY,this._debug){let i=function(o){if(o.nodeType==o.TEXT_NODE)return`${o.nodeName} ("${o.textContent}")`;let l=Array.from(o.attributes||[],function(s){return`${s.name}="${s.value}"`}).join(" ");return`<${o.localName} ${l}>`};this.log=function(){if(typeof console<"u")Array.from(arguments,s=>s&&s.nodeType==this.ELEMENT_NODE?i(s):s).unshift("Reader: (Readability)");else if(typeof dump<"u"){var o=Array.prototype.map.call(arguments,function(l){return l&&l.nodeName?i(l):l}).join(" ");dump("Reader: (Readability) "+o+` +`)}}}else this.log=function(){}}r.prototype={FLAG_STRIP_UNLIKELYS:1,FLAG_WEIGHT_CLASSES:2,FLAG_CLEAN_CONDITIONALLY:4,ELEMENT_NODE:1,TEXT_NODE:3,DEFAULT_MAX_ELEMS_TO_PARSE:0,DEFAULT_N_TOP_CANDIDATES:5,DEFAULT_TAGS_TO_SCORE:"section,h2,h3,h4,h5,h6,p,td,pre".toUpperCase().split(","),DEFAULT_CHAR_THRESHOLD:500,REGEXPS:{unlikelyCandidates:/-ad-|ai2html|banner|breadcrumbs|combx|comment|community|cover-wrap|disqus|extra|footer|gdpr|header|legends|menu|related|remark|replies|rss|shoutbox|sidebar|skyscraper|social|sponsor|supplemental|ad-break|agegate|pagination|pager|popup|yom-remote/i,okMaybeItsACandidate:/and|article|body|column|content|main|shadow/i,positive:/article|body|content|entry|hentry|h-entry|main|page|pagination|post|text|blog|story/i,negative:/-ad-|hidden|^hid$| hid$| hid |^hid |banner|combx|comment|com-|contact|foot|footer|footnote|gdpr|masthead|media|meta|outbrain|promo|related|scroll|share|shoutbox|sidebar|skyscraper|sponsor|shopping|tags|tool|widget/i,extraneous:/print|archive|comment|discuss|e[\-]?mail|share|reply|all|login|sign|single|utility/i,byline:/byline|author|dateline|writtenby|p-author/i,replaceFonts:/<(\/?)font[^>]*>/gi,normalize:/\s{2,}/g,videos:/\/\/(www\.)?((dailymotion|youtube|youtube-nocookie|player\.vimeo|v\.qq)\.com|(archive|upload\.wikimedia)\.org|player\.twitch\.tv)/i,shareElements:/(\b|_)(share|sharedaddy)(\b|_)/i,nextLink:/(next|weiter|continue|>([^\|]|$)|»([^\|]|$))/i,prevLink:/(prev|earl|old|new|<|«)/i,tokenize:/\W+/g,whitespace:/^\s*$/,hasContent:/\S$/,hashUrl:/^#.+/,srcsetUrl:/(\S+)(\s+[\d.]+[xw])?(\s*(?:,|$))/g,b64DataUrl:/^data:\s*([^\s;,]+)\s*;\s*base64\s*,/i,jsonLdArticleTypes:/^Article|AdvertiserContentArticle|NewsArticle|AnalysisNewsArticle|AskPublicNewsArticle|BackgroundNewsArticle|OpinionNewsArticle|ReportageNewsArticle|ReviewNewsArticle|Report|SatiricalArticle|ScholarlyArticle|MedicalScholarlyArticle|SocialMediaPosting|BlogPosting|LiveBlogPosting|DiscussionForumPosting|TechArticle|APIReference$/},UNLIKELY_ROLES:["menu","menubar","complementary","navigation","alert","alertdialog","dialog"],DIV_TO_P_ELEMS:new Set(["BLOCKQUOTE","DL","DIV","IMG","OL","P","PRE","TABLE","UL"]),ALTER_TO_DIV_EXCEPTIONS:["DIV","ARTICLE","SECTION","P"],PRESENTATIONAL_ATTRIBUTES:["align","background","bgcolor","border","cellpadding","cellspacing","frame","hspace","rules","style","valign","vspace"],DEPRECATED_SIZE_ATTRIBUTE_ELEMS:["TABLE","TH","TD","HR","PRE"],PHRASING_ELEMS:["ABBR","AUDIO","B","BDO","BR","BUTTON","CITE","CODE","DATA","DATALIST","DFN","EM","EMBED","I","IMG","INPUT","KBD","LABEL","MARK","MATH","METER","NOSCRIPT","OBJECT","OUTPUT","PROGRESS","Q","RUBY","SAMP","SCRIPT","SELECT","SMALL","SPAN","STRONG","SUB","SUP","TEXTAREA","TIME","VAR","WBR"],CLASSES_TO_PRESERVE:["page"],HTML_ESCAPE_MAP:{lt:"<",gt:">",amp:"&",quot:'"',apos:"'"},_postProcessContent:function(a){this._fixRelativeUris(a),this._simplifyNestedElements(a),this._keepClasses||this._cleanClasses(a)},_removeNodes:function(a,n){if(this._docJSDOMParser&&a._isLiveNodeList)throw new Error("Do not pass live node lists to _removeNodes");for(var i=a.length-1;i>=0;i--){var o=a[i],l=o.parentNode;l&&(!n||n.call(this,o,i,a))&&l.removeChild(o)}},_replaceNodeTags:function(a,n){if(this._docJSDOMParser&&a._isLiveNodeList)throw new Error("Do not pass live node lists to _replaceNodeTags");for(let i of a)this._setNodeTag(i,n)},_forEachNode:function(a,n){Array.prototype.forEach.call(a,n,this)},_findNode:function(a,n){return Array.prototype.find.call(a,n,this)},_someNode:function(a,n){return Array.prototype.some.call(a,n,this)},_everyNode:function(a,n){return Array.prototype.every.call(a,n,this)},_concatNodeLists:function(){var a=Array.prototype.slice,n=a.call(arguments),i=n.map(function(o){return a.call(o)});return Array.prototype.concat.apply([],i)},_getAllNodesWithTag:function(a,n){return a.querySelectorAll?a.querySelectorAll(n.join(",")):[].concat.apply([],n.map(function(i){var o=a.getElementsByTagName(i);return Array.isArray(o)?o:Array.from(o)}))},_cleanClasses:function(a){var n=this._classesToPreserve,i=(a.getAttribute("class")||"").split(/\s+/).filter(function(o){return n.indexOf(o)!=-1}).join(" ");for(i?a.setAttribute("class",i):a.removeAttribute("class"),a=a.firstElementChild;a;a=a.nextElementSibling)this._cleanClasses(a)},_fixRelativeUris:function(a){var n=this._doc.baseURI,i=this._doc.documentURI;function o(u){if(n==i&&u.charAt(0)=="#")return u;try{return new URL(u,n).href}catch{}return u}var l=this._getAllNodesWithTag(a,["a"]);this._forEachNode(l,function(u){var c=u.getAttribute("href");if(c)if(c.indexOf("javascript:")===0)if(u.childNodes.length===1&&u.childNodes[0].nodeType===this.TEXT_NODE){var d=this._doc.createTextNode(u.textContent);u.parentNode.replaceChild(d,u)}else{for(var h=this._doc.createElement("span");u.firstChild;)h.appendChild(u.firstChild);u.parentNode.replaceChild(h,u)}else u.setAttribute("href",o(c))});var s=this._getAllNodesWithTag(a,["img","picture","figure","video","audio","source"]);this._forEachNode(s,function(u){var c=u.getAttribute("src"),d=u.getAttribute("poster"),h=u.getAttribute("srcset");if(c&&u.setAttribute("src",o(c)),d&&u.setAttribute("poster",o(d)),h){var b=h.replace(this.REGEXPS.srcsetUrl,function(E,ne,V,f){return o(ne)+(V||"")+f});u.setAttribute("srcset",b)}})},_simplifyNestedElements:function(a){for(var n=a;n;){if(n.parentNode&&["DIV","SECTION"].includes(n.tagName)&&!(n.id&&n.id.startsWith("readability"))){if(this._isElementWithoutContent(n)){n=this._removeAndGetNext(n);continue}else if(this._hasSingleTagInsideElement(n,"DIV")||this._hasSingleTagInsideElement(n,"SECTION")){for(var i=n.children[0],o=0;o»] /.test(n))o=/ [\\\/>»] /.test(n),n=i.replace(/(.*)[\|\-\\\/>»] .*/gi,"$1"),l(n)<3&&(n=i.replace(/[^\|\-\\\/>»]*[\|\-\\\/>»](.*)/gi,"$1"));else if(n.indexOf(": ")!==-1){var s=this._concatNodeLists(a.getElementsByTagName("h1"),a.getElementsByTagName("h2")),u=n.trim(),c=this._someNode(s,function(b){return b.textContent.trim()===u});c||(n=i.substring(i.lastIndexOf(":")+1),l(n)<3?n=i.substring(i.indexOf(":")+1):l(i.substr(0,i.indexOf(":")))>5&&(n=i))}else if(n.length>150||n.length<15){var d=a.getElementsByTagName("h1");d.length===1&&(n=this._getInnerText(d[0]))}n=n.trim().replace(this.REGEXPS.normalize," ");var h=l(n);return h<=4&&(!o||h!=l(i.replace(/[\|\-\\\/>»]+/g,""))-1)&&(n=i),n},_prepDocument:function(){var a=this._doc;this._removeNodes(this._getAllNodesWithTag(a,["style"])),a.body&&this._replaceBrs(a.body),this._replaceNodeTags(this._getAllNodesWithTag(a,["font"]),"SPAN")},_nextNode:function(a){for(var n=a;n&&n.nodeType!=this.ELEMENT_NODE&&this.REGEXPS.whitespace.test(n.textContent);)n=n.nextSibling;return n},_replaceBrs:function(a){this._forEachNode(this._getAllNodesWithTag(a,["br"]),function(n){for(var i=n.nextSibling,o=!1;(i=this._nextNode(i))&&i.tagName=="BR";){o=!0;var l=i.nextSibling;i.parentNode.removeChild(i),i=l}if(o){var s=this._doc.createElement("p");for(n.parentNode.replaceChild(s,n),i=s.nextSibling;i;){if(i.tagName=="BR"){var u=this._nextNode(i.nextSibling);if(u&&u.tagName=="BR")break}if(!this._isPhrasingContent(i))break;var c=i.nextSibling;s.appendChild(i),i=c}for(;s.lastChild&&this._isWhitespace(s.lastChild);)s.removeChild(s.lastChild);s.parentNode.tagName==="P"&&this._setNodeTag(s.parentNode,"DIV")}})},_setNodeTag:function(a,n){if(this.log("_setNodeTag",a,n),this._docJSDOMParser)return a.localName=n.toLowerCase(),a.tagName=n.toUpperCase(),a;for(var i=a.ownerDocument.createElement(n);a.firstChild;)i.appendChild(a.firstChild);a.parentNode.replaceChild(i,a),a.readability&&(i.readability=a.readability);for(var o=0;o!i.includes(u)),s=l.join(" ").length/o.join(" ").length;return 1-s},_checkByline:function(a,n){if(this._articleByline)return!1;if(a.getAttribute!==void 0)var i=a.getAttribute("rel"),o=a.getAttribute("itemprop");return(i==="author"||o&&o.indexOf("author")!==-1||this.REGEXPS.byline.test(n))&&this._isValidByline(a.textContent)?(this._articleByline=a.textContent.trim(),!0):!1},_getNodeAncestors:function(a,n){n=n||0;for(var i=0,o=[];a.parentNode&&(o.push(a.parentNode),!(n&&++i===n));)a=a.parentNode;return o},_grabArticle:function(a){this.log("**** grabArticle ****");var n=this._doc,i=a!==null;if(a=a||this._doc.body,!a)return this.log("No body found in document. Abort."),null;for(var o=a.innerHTML;;){this.log("Starting grabArticle loop");var l=this._flagIsActive(this.FLAG_STRIP_UNLIKELYS),s=[],u=this._doc.documentElement;let oe=!0;for(;u;){u.tagName==="HTML"&&(this._articleLang=u.getAttribute("lang"));var c=u.className+" "+u.id;if(!this._isProbablyVisible(u)){this.log("Removing hidden node - "+c),u=this._removeAndGetNext(u);continue}if(u.getAttribute("aria-modal")=="true"&&u.getAttribute("role")=="dialog"){u=this._removeAndGetNext(u);continue}if(this._checkByline(u,c)){u=this._removeAndGetNext(u);continue}if(oe&&this._headerDuplicatesTitle(u)){this.log("Removing header: ",u.textContent.trim(),this._articleTitle.trim()),oe=!1,u=this._removeAndGetNext(u);continue}if(l){if(this.REGEXPS.unlikelyCandidates.test(c)&&!this.REGEXPS.okMaybeItsACandidate.test(c)&&!this._hasAncestorTag(u,"table")&&!this._hasAncestorTag(u,"code")&&u.tagName!=="BODY"&&u.tagName!=="A"){this.log("Removing unlikely candidate - "+c),u=this._removeAndGetNext(u);continue}if(this.UNLIKELY_ROLES.includes(u.getAttribute("role"))){this.log("Removing content with role "+u.getAttribute("role")+" - "+c),u=this._removeAndGetNext(u);continue}}if((u.tagName==="DIV"||u.tagName==="SECTION"||u.tagName==="HEADER"||u.tagName==="H1"||u.tagName==="H2"||u.tagName==="H3"||u.tagName==="H4"||u.tagName==="H5"||u.tagName==="H6")&&this._isElementWithoutContent(u)){u=this._removeAndGetNext(u);continue}if(this.DEFAULT_TAGS_TO_SCORE.indexOf(u.tagName)!==-1&&s.push(u),u.tagName==="DIV"){for(var d=null,h=u.firstChild;h;){var b=h.nextSibling;if(this._isPhrasingContent(h))d!==null?d.appendChild(h):this._isWhitespace(h)||(d=n.createElement("p"),u.replaceChild(d,h),d.appendChild(h));else if(d!==null){for(;d.lastChild&&this._isWhitespace(d.lastChild);)d.removeChild(d.lastChild);d=null}h=b}if(this._hasSingleTagInsideElement(u,"P")&&this._getLinkDensity(u)<.25){var E=u.children[0];u.parentNode.replaceChild(E,u),u=E,s.push(u)}else this._hasChildBlockElement(u)||(u=this._setNodeTag(u,"P"),s.push(u))}u=this._getNextNode(u)}var ne=[];this._forEachNode(s,function(I){if(!(!I.parentNode||typeof I.parentNode.tagName>"u")){var Q=this._getInnerText(I);if(!(Q.length<25)){var ve=this._getNodeAncestors(I,5);if(ve.length!==0){var se=0;se+=1,se+=Q.split(",").length,se+=Math.min(Math.floor(Q.length/100),3),this._forEachNode(ve,function(j,xe){if(!(!j.tagName||!j.parentNode||typeof j.parentNode.tagName>"u")){if(typeof j.readability>"u"&&(this._initializeNode(j),ne.push(j)),xe===0)var Pe=1;else xe===1?Pe=2:Pe=xe*3;j.readability.contentScore+=se/Pe}})}}}});for(var V=[],f=0,me=ne.length;fC.readability.contentScore){V.splice(ue,0,z),V.length>this._nbTopCandidates&&V.pop();break}}}var g=V[0]||null,S=!1,w;if(g===null||g.tagName==="BODY"){for(g=n.createElement("DIV"),S=!0;a.firstChild;)this.log("Moving child out:",a.firstChild),g.appendChild(a.firstChild);a.appendChild(g),this._initializeNode(g)}else if(g){for(var L=[],G=1;G=.75&&L.push(this._getNodeAncestors(V[G]));var D=3;if(L.length>=D)for(w=g.parentNode;w.tagName!=="BODY";){for(var F=0,K=0;K=D){g=w;break}w=w.parentNode}g.readability||this._initializeNode(g),w=g.parentNode;for(var O=g.readability.contentScore,ge=O/3;w.tagName!=="BODY";){if(!w.readability){w=w.parentNode;continue}var we=w.readability.contentScore;if(weO){g=w;break}O=w.readability.contentScore,w=w.parentNode}for(w=g.parentNode;w.tagName!="BODY"&&w.children.length==1;)g=w,w=g.parentNode;g.readability||this._initializeNode(g)}var B=n.createElement("DIV");i&&(B.id="readability-content");var k=Math.max(10,g.readability.contentScore*.2);w=g.parentNode;for(var ye=w.children,ie=0,v=ye.length;ie=k)P=!0;else if(x.nodeName==="P"){var H=this._getLinkDensity(x),ce=this._getInnerText(x),he=ce.length;(he>80&&H<.25||he<80&&he>0&&H===0&&ce.search(/\.( |$)/)!==-1)&&(P=!0)}}P&&(this.log("Appending node:",x),this.ALTER_TO_DIV_EXCEPTIONS.indexOf(x.nodeName)===-1&&(this.log("Altering sibling:",x,"to div."),x=this._setNodeTag(x,"DIV")),B.appendChild(x),ye=w.children,ie-=1,v-=1)}if(this._debug&&this.log("Article content pre-prep: "+B.innerHTML),this._prepArticle(B),this._debug&&this.log("Article content post-prep: "+B.innerHTML),S)g.id="readability-page-1",g.className="page";else{var $=n.createElement("DIV");for($.id="readability-page-1",$.className="page";B.firstChild;)$.appendChild(B.firstChild);B.appendChild($)}this._debug&&this.log("Article content after paging: "+B.innerHTML);var M=!0,U=this._getInnerText(B,!0).length;if(U0&&a.length<100):!1},_unescapeHtmlEntities:function(a){if(!a)return a;var n=this.HTML_ESCAPE_MAP;return a.replace(/&(quot|amp|apos|lt|gt);/g,function(i,o){return n[o]}).replace(/&#(?:x([0-9a-z]{1,4})|([0-9]{1,4}));/gi,function(i,o,l){var s=parseInt(o||l,o?16:10);return String.fromCharCode(s)})},_getJSONLD:function(a){var n=this._getAllNodesWithTag(a,["script"]),i;return this._forEachNode(n,function(o){if(!i&&o.getAttribute("type")==="application/ld+json")try{var l=o.textContent.replace(/^\s*\s*$/g,""),s=JSON.parse(l);if(!s["@context"]||!s["@context"].match(/^https?\:\/\/schema\.org$/)||(!s["@type"]&&Array.isArray(s["@graph"])&&(s=s["@graph"].find(function(h){return(h["@type"]||"").match(this.REGEXPS.jsonLdArticleTypes)})),!s||!s["@type"]||!s["@type"].match(this.REGEXPS.jsonLdArticleTypes)))return;if(i={},typeof s.name=="string"&&typeof s.headline=="string"&&s.name!==s.headline){var u=this._getArticleTitle(),c=this._textSimilarity(s.name,u)>.75,d=this._textSimilarity(s.headline,u)>.75;d&&!c?i.title=s.headline:i.title=s.name}else typeof s.name=="string"?i.title=s.name.trim():typeof s.headline=="string"&&(i.title=s.headline.trim());s.author&&(typeof s.author.name=="string"?i.byline=s.author.name.trim():Array.isArray(s.author)&&s.author[0]&&typeof s.author[0].name=="string"&&(i.byline=s.author.filter(function(h){return h&&typeof h.name=="string"}).map(function(h){return h.name.trim()}).join(", "))),typeof s.description=="string"&&(i.excerpt=s.description.trim()),s.publisher&&typeof s.publisher.name=="string"&&(i.siteName=s.publisher.name.trim());return}catch(h){this.log(h.message)}}),i||{}},_getArticleMetadata:function(a){var n={},i={},o=this._doc.getElementsByTagName("meta"),l=/\s*(dc|dcterm|og|twitter)\s*:\s*(author|creator|description|title|site_name)\s*/gi,s=/^\s*(?:(dc|dcterm|og|twitter|weibo:(article|webpage))\s*[\.:]\s*)?(author|creator|description|title|site_name)\s*$/i;return this._forEachNode(o,function(u){var c=u.getAttribute("name"),d=u.getAttribute("property"),h=u.getAttribute("content");if(h){var b=null,E=null;d&&(b=d.match(l),b&&(E=b[0].toLowerCase().replace(/\s/g,""),i[E]=h.trim())),!b&&c&&s.test(c)&&(E=c,h&&(E=E.toLowerCase().replace(/\s/g,"").replace(/\./g,":"),i[E]=h.trim()))}}),n.title=a.title||i["dc:title"]||i["dcterm:title"]||i["og:title"]||i["weibo:article:title"]||i["weibo:webpage:title"]||i.title||i["twitter:title"],n.title||(n.title=this._getArticleTitle()),n.byline=a.byline||i["dc:creator"]||i["dcterm:creator"]||i.author,n.excerpt=a.excerpt||i["dc:description"]||i["dcterm:description"]||i["og:description"]||i["weibo:article:description"]||i["weibo:webpage:description"]||i.description||i["twitter:description"],n.siteName=a.siteName||i["og:site_name"],n.title=this._unescapeHtmlEntities(n.title),n.byline=this._unescapeHtmlEntities(n.byline),n.excerpt=this._unescapeHtmlEntities(n.excerpt),n.siteName=this._unescapeHtmlEntities(n.siteName),n},_isSingleImage:function(a){return a.tagName==="IMG"?!0:a.children.length!==1||a.textContent.trim()!==""?!1:this._isSingleImage(a.children[0])},_unwrapNoscriptImages:function(a){var n=Array.from(a.getElementsByTagName("img"));this._forEachNode(n,function(o){for(var l=0;l"u"?!0:n;var i=a.textContent.trim();return n?i.replace(this.REGEXPS.normalize," "):i},_getCharCount:function(a,n){return n=n||",",this._getInnerText(a).split(n).length-1},_cleanStyles:function(a){if(!(!a||a.tagName.toLowerCase()==="svg")){for(var n=0;n0&&l>i)return!1;if(a.parentNode.tagName===n&&(!o||o(a.parentNode)))return!0;a=a.parentNode,l++}return!1},_getRowAndColumnCount:function(a){for(var n=0,i=0,o=a.getElementsByTagName("tr"),l=0;l0){o._readabilityDataTable=!0;continue}var d=["col","colgroup","tfoot","thead","th"],h=function(E){return!!o.getElementsByTagName(E)[0]};if(d.some(h)){this.log("Data table because found data-y descendant"),o._readabilityDataTable=!0;continue}if(o.getElementsByTagName("table")[0]){o._readabilityDataTable=!1;continue}var b=this._getRowAndColumnCount(o);if(b.rows>=10||b.columns>4){o._readabilityDataTable=!0;continue}o._readabilityDataTable=b.rows*b.columns>10}},_fixLazyImages:function(a){this._forEachNode(this._getAllNodesWithTag(a,["img","picture","figure"]),function(n){if(n.src&&this.REGEXPS.b64DataUrl.test(n.src)){var i=this.REGEXPS.b64DataUrl.exec(n.src);if(i[1]==="image/svg+xml")return;for(var o=!1,l=0;lo+=this._getInnerText(s,!0).length),o/i},_cleanConditionally:function(a,n){this._flagIsActive(this.FLAG_CLEAN_CONDITIONALLY)&&this._removeNodes(this._getAllNodesWithTag(a,[n]),function(i){var o=function(w){return w._readabilityDataTable},l=n==="ul"||n==="ol";if(!l){var s=0,u=this._getAllNodesWithTag(i,["ul","ol"]);this._forEachNode(u,w=>s+=this._getInnerText(w).length),l=s/this._getInnerText(i).length>.9}if(n==="table"&&o(i)||this._hasAncestorTag(i,"table",-1,o)||this._hasAncestorTag(i,"code"))return!1;var c=this._getClassWeight(i);this.log("Cleaning Conditionally",i);var d=0;if(c+d<0)return!0;if(this._getCharCount(i,",")<10){for(var h=i.getElementsByTagName("p").length,b=i.getElementsByTagName("img").length,E=i.getElementsByTagName("li").length-100,ne=i.getElementsByTagName("input").length,V=this._getTextDensity(i,["h1","h2","h3","h4","h5","h6"]),f=0,me=this._getAllNodesWithTag(i,["object","embed","iframe"]),z=0;z1&&h/b<.5&&!this._hasAncestorTag(i,"figure")||!l&&E>h||ne>Math.floor(h/3)||!l&&V<.9&&C<25&&(b===0||b>2)&&!this._hasAncestorTag(i,"figure")||!l&&c<25&&ue>.2||c>=25&&ue>.5||f===1&&C<75||f>1;if(l&&g){for(var S=0;S1)return g;let w=i.getElementsByTagName("li").length;if(b==w)return!1}return g}return!1})},_cleanMatchedNodes:function(a,n){for(var i=this._getNextNode(a,!0),o=this._getNextNode(a);o&&o!=i;)n.call(this,o,o.className+" "+o.id)?o=this._removeAndGetNext(o):o=this._getNextNode(o)},_cleanHeaders:function(a){let n=this._getAllNodesWithTag(a,["h1","h2"]);this._removeNodes(n,function(i){let o=this._getClassWeight(i)<0;return o&&this.log("Removing header with low class weight:",i),o})},_headerDuplicatesTitle:function(a){if(a.tagName!="H1"&&a.tagName!="H2")return!1;var n=this._getInnerText(a,!1);return this.log("Evaluating similarity of header:",n,this._articleTitle),this._textSimilarity(this._articleTitle,n)>.75},_flagIsActive:function(a){return(this._flags&a)>0},_removeFlag:function(a){this._flags=this._flags&~a},_isProbablyVisible:function(a){return(!a.style||a.style.display!="none")&&!a.hasAttribute("hidden")&&(!a.hasAttribute("aria-hidden")||a.getAttribute("aria-hidden")!="true"||a.className&&a.className.indexOf&&a.className.indexOf("fallback-image")!==-1)},parse:function(){if(this._maxElemsToParse>0){var a=this._doc.getElementsByTagName("*").length;if(a>this._maxElemsToParse)throw new Error("Aborting parsing document; "+a+" elements found")}this._unwrapNoscriptImages(this._doc);var n=this._disableJSONLD?{}:this._getJSONLD(this._doc);this._removeScripts(this._doc),this._prepDocument();var i=this._getArticleMetadata(n);this._articleTitle=i.title;var o=this._grabArticle();if(!o)return null;if(this.log("Grabbed: "+o.innerHTML),this._postProcessContent(o),!i.excerpt){var l=o.getElementsByTagName("p");l.length>0&&(i.excerpt=l[0].textContent.trim())}var s=o.textContent;return{title:this._articleTitle,byline:i.byline||this._articleByline,dir:this._articleDir,lang:this._articleLang,content:this._serializer(o),textContent:s,length:s.length,excerpt:i.excerpt,siteName:i.siteName||this._articleSiteName}}},typeof e=="object"&&(e.exports=r)}),Np=Un((t,e)=>{var r={unlikelyCandidates:/-ad-|ai2html|banner|breadcrumbs|combx|comment|community|cover-wrap|disqus|extra|footer|gdpr|header|legends|menu|related|remark|replies|rss|shoutbox|sidebar|skyscraper|social|sponsor|supplemental|ad-break|agegate|pagination|pager|popup|yom-remote/i,okMaybeItsACandidate:/and|article|body|column|content|main|shadow/i};function a(i){return(!i.style||i.style.display!="none")&&!i.hasAttribute("hidden")&&(!i.hasAttribute("aria-hidden")||i.getAttribute("aria-hidden")!="true"||i.className&&i.className.indexOf&&i.className.indexOf("fallback-image")!==-1)}function n(i,o={}){typeof o=="function"&&(o={visibilityChecker:o});var l={minScore:20,minContentLength:140,visibilityChecker:a};o=Object.assign(l,o);var s=i.querySelectorAll("p, pre, article"),u=i.querySelectorAll("div > br");if(u.length){var c=new Set(s);[].forEach.call(u,function(h){c.add(h.parentNode)}),s=Array.from(c)}var d=0;return[].some.call(s,function(h){if(!o.visibilityChecker(h))return!1;var b=h.className+" "+h.id;if(r.unlikelyCandidates.test(b)&&!r.okMaybeItsACandidate.test(b)||h.matches("li p"))return!1;var E=h.textContent.trim().length;return Eo.minScore)})}typeof e=="object"&&(e.exports=n)}),is=Un((t,e)=>{var r=Rp(),a=Np();e.exports={Readability:r,isProbablyReaderable:a}}),os={};Op(os,{Readability:()=>ls,default:()=>cs,isProbablyReaderable:()=>us});var ss=ns(is());Mp(os,ns(is()));var{Readability:ls,isProbablyReaderable:us}=ss,{default:as,...qp}=ss,cs=as!==void 0?as:qp;var Jr={};ma(Jr,{Breadcrumbs:()=>Ot,BrowserClient:()=>xr,Dedupe:()=>qt,FunctionToString:()=>tr,GlobalHandlers:()=>ht,HttpContext:()=>Nt,Hub:()=>kt,InboundFilters:()=>rr,Integrations:()=>yg,LinkedErrors:()=>Rt,SDK_VERSION:()=>wr,Scope:()=>Je,TryCatch:()=>Mt,addBreadcrumb:()=>za,addGlobalEventProcessor:()=>gt,captureEvent:()=>Ia,captureException:()=>yr,captureMessage:()=>Ba,chromeStackLineParser:()=>vi,close:()=>wl,configureScope:()=>Fa,createTransport:()=>Yr,defaultIntegrations:()=>ki,defaultStackLineParsers:()=>wi,defaultStackParser:()=>Va,flush:()=>Sl,forceLoad:()=>vl,geckoStackLineParser:()=>yi,getCurrentHub:()=>Z,getHubFromCarrier:()=>et,init:()=>fl,lastEventId:()=>Tl,makeFetchTransport:()=>Xr,makeMain:()=>vr,onLoad:()=>yl,opera10StackLineParser:()=>rl,opera11StackLineParser:()=>al,setContext:()=>Oa,setExtra:()=>Ra,setExtras:()=>Ma,setTag:()=>qa,setTags:()=>Na,setUser:()=>Ua,showReportDialog:()=>bl,startTransaction:()=>ja,winjsStackLineParser:()=>Si,withScope:()=>Sr,wrap:()=>xl});var ds=Object.prototype.toString;function Aa(t){switch(ds.call(t)){case"[object Error]":case"[object Exception]":case"[object DOMException]":return!0;default:return dt(t,Error)}}function Rr(t,e){return ds.call(t)===`[object ${e}]`}function Da(t){return Rr(t,"ErrorEvent")}function ps(t){return Rr(t,"DOMException")}function St(t){return Rr(t,"String")}function Nr(t){return t===null||typeof t!="object"&&typeof t!="function"}function it(t){return Rr(t,"Object")}function qr(t){return typeof Event<"u"&&dt(t,Event)}function ms(t){return!1}function gs(t){return Rr(t,"RegExp")}function hr(t){return!!(t&&t.then&&typeof t.then=="function")}function hs(t){return it(t)&&"nativeEvent"in t&&"preventDefault"in t&&"stopPropagation"in t}function fs(t){return typeof t=="number"&&t!==t}function dt(t,e){try{return t instanceof e}catch{return!1}}function Ur(t,e){try{let r=t,a=5,n=80,i=[],o=0,l=0,s=" > ",u=s.length,c;for(;r&&o++1&&l+i.length*u+c.length>=n));)i.push(c),l+=c.length,r=r.parentNode;return i.reverse().join(s)}catch{return""}}function Up(t,e){let r=t,a=[],n,i,o,l,s;if(!r||!r.tagName)return"";a.push(r.tagName.toLowerCase());let u=e&&e.length?e.filter(d=>r.getAttribute(d)).map(d=>[d,r.getAttribute(d)]):null;if(u&&u.length)u.forEach(d=>{a.push(`[${d[0]}="${d[1]}"]`)});else if(r.id&&a.push(`#${r.id}`),n=r.className,n&&St(n))for(i=n.split(/\s+/),s=0;s1&&(s=c.slice(0,-1).join("/"),u=c.pop()),u){let d=u.match(/^\d+/);d&&(u=d[0])}return Ts({host:i,pass:n,path:s,projectId:u,port:o,protocol:r,publicKey:a})}function Ts(t){return{protocol:t.protocol,publicKey:t.publicKey||"",pass:t.pass||"",host:t.host,port:t.port||"",path:t.path||"",projectId:t.projectId}}function Hp(t){if(!!1)return;let{port:e,projectId:r,protocol:a}=t;if(["protocol","publicKey","host","projectId"].forEach(i=>{if(!t[i])throw new Ee(`Invalid Sentry Dsn: ${String(i)} missing`)}),!r.match(/^\d+$/))throw new Ee(`Invalid Sentry Dsn: Invalid projectId ${r}`);if(!Kp(a))throw new Ee(`Invalid Sentry Dsn: Invalid protocol ${a}`);if(e&&isNaN(parseInt(e,10)))throw new Ee(`Invalid Sentry Dsn: Invalid port ${e}`);return!0}function ka(t){let e=typeof t=="string"?Wp(t):Ts(t);return Hp(e),e}var Gp={};function Te(){return typeof window<"u"?window:typeof self<"u"?self:Gp}function fr(t,e,r){let a=r||Te(),n=a.__SENTRY__=a.__SENTRY__||{};return n[t]||(n[t]=e())}var jr=["debug","info","warn","error","log","assert","trace"];function jn(t){if(!("console"in Te()))return t();let r=console,a={};jr.forEach(n=>{let i=r[n]&&r[n].__sentry_original__;n in console&&i&&(a[n]=r[n],r[n]=i)});try{return t()}finally{Object.keys(a).forEach(n=>{r[n]=a[n]})}}function vs(){let t=!1,e={enable:()=>{t=!0},disable:()=>{t=!1}};return!1?jr.forEach(r=>{e[r]=(...a)=>{t&&jn(()=>{})}}):jr.forEach(r=>{e[r]=()=>{}}),e}var N;!1?N=fr("logger",vs):N=vs();function Zt(t,e=0){return typeof t!="string"||e===0||t.length<=e?t:`${t.substr(0,e)}...`}function Kn(t,e){if(!Array.isArray(t))return"";let r=[];for(let a=0;a`${encodeURIComponent(e)}=${encodeURIComponent(t[e])}`).join("&")}function Gn(t){if(Aa(t))return{message:t.message,name:t.name,stack:t.stack,...Ss(t)};if(qr(t)){let e={type:t.type,target:ys(t.target),currentTarget:ys(t.currentTarget),...Ss(t)};return typeof CustomEvent<"u"&&dt(t,CustomEvent)&&(e.detail=t.detail),e}else return t}function ys(t){try{return ms(t)?Ur(t):Object.prototype.toString.call(t)}catch{return""}}function Ss(t){if(typeof t=="object"&&t!==null){let e={};for(let r in t)Object.prototype.hasOwnProperty.call(t,r)&&(e[r]=t[r]);return e}else return{}}function xs(t,e=40){let r=Object.keys(Gn(t));if(r.sort(),!r.length)return"[object has no keys]";if(r[0].length>=e)return Zt(r[0],e);for(let a=r.length;a>0;a--){let n=r.slice(0,a).join(", ");if(!(n.length>e))return a===r.length?n:Zt(n,e)}return""}function Jt(t){return Wn(t,new Map)}function Wn(t,e){if(it(t)){let r=e.get(t);if(r!==void 0)return r;let a={};e.set(t,a);for(let n of Object.keys(t))typeof t[n]<"u"&&(a[n]=Wn(t[n],e));return a}if(Array.isArray(t)){let r=e.get(t);if(r!==void 0)return r;let a=[];return e.set(t,a),t.forEach(n=>{a.push(Wn(n,e))}),a}return t}var Vp=50;function $n(...t){let e=t.sort((r,a)=>r[0]-a[0]).map(r=>r[1]);return(r,a=0)=>{let n=[];for(let i of r.split(` `).slice(a))for(let o of e){let l=o(i);if(l){n.push(l);break}}return $p(n)}}function As(t){return Array.isArray(t)?$n(...t):t}function $p(t){if(!t.length)return[];let e=t,r=e[0].function||"",a=e[e.length-1].function||"";return(r.indexOf("captureMessage")!==-1||r.indexOf("captureException")!==-1)&&(e=e.slice(1)),a.indexOf("sentryWrapped")!==-1&&(e=e.slice(0,-1)),e.slice(0,Vp).map(n=>({...n,filename:n.filename||e[0].filename,function:n.function||"?"})).reverse()}var Vn="";function st(t){try{return!t||typeof t!="function"?Vn:t.name||Vn}catch{return Vn}}function Ds(){if(!("fetch"in Te()))return!1;try{return new Headers,new Request("http://www.example.com"),new Response,!0}catch{return!1}}function ks(t){return t&&/^function fetch\(\)\s+\{\s+\[native code\]\s+\}$/.test(t.toString())}function Es(){return!0}var wt=Te(),Wr={},Cs={};function Qp(t){if(!Cs[t])switch(Cs[t]=!0,t){case"console":Yp();break;case"fetch":Xp();break;case"error":em();break;case"unhandledrejection":tm();break;default:!1&&N.warn("unknown instrumentation type:",t);return}}function lt(t,e){Wr[t]=Wr[t]||[],Wr[t].push(e),Qp(t)}function Tr(t,e){if(!(!t||!Wr[t]))for(let r of Wr[t]||[])try{r(e)}catch(a){!1&&N.error(`Error while triggering instrumentation handler. Type: ${t} Name: ${st(r)} -Error:`,a)}}function Yp(){"console"in wt&&jr.forEach(function(t){t in console&&ot(console,t,function(e){return function(...r){Tr("console",{args:r,level:t}),e&&e.apply(console,r)}})})}function Xp(){Es()&&ot(wt,"fetch",function(t){return function(...e){let r={args:e,fetchData:{method:Zp(e),url:Jp(e)},startTimestamp:Date.now()};return Tr("fetch",{...r}),t.apply(wt,e).then(a=>(Tr("fetch",{...r,endTimestamp:Date.now(),response:a}),a),a=>{throw Tr("fetch",{...r,endTimestamp:Date.now(),error:a}),a})}})}function Zp(t=[]){return"Request"in wt&&dt(t[0],Request)&&t[0].method?String(t[0].method).toUpperCase():t[1]&&t[1].method?String(t[1].method).toUpperCase():"GET"}function Jp(t=[]){return typeof t[0]=="string"?t[0]:"Request"in wt&&dt(t[0],Request)?t[0].url:String(t[0])}var Qn=null;function em(){Qn=wt.onerror,wt.onerror=function(t,e,r,a,n){return Tr("error",{column:a,error:n,line:r,msg:t,url:e}),Qn?Qn.apply(this,arguments):!1}}var Yn=null;function tm(){Yn=wt.onunhandledrejection,wt.onunhandledrejection=function(t){return Tr("unhandledrejection",t),Yn?Yn.apply(this,arguments):!0}}function _s(){let t=typeof WeakSet=="function",e=t?new WeakSet:[];function r(n){if(t)return e.has(n)?!0:(e.add(n),!1);for(let i=0;icrypto.getRandomValues(new Uint8Array(1))[0]:()=>Math.random()*16;return([1e7]+1e3+4e3+8e3+1e11).replace(/[018]/g,e=>(e^(t()&15)>>e/4).toString(16))}function Ca(t){if(!t)return{};let e=t.match(/^(([^:/?#]+):)?(\/\/([^/?#]*))?([^?#]*)(\?([^#]*))?(#(.*))?$/);if(!e)return{};let r=e[6]||"",a=e[8]||"";return{host:e[4],path:e[5],protocol:e[2],relative:e[5]+r+a}}function Ps(t){return t.exception&&t.exception.values?t.exception.values[0]:void 0}function At(t){let{message:e,event_id:r}=t;if(e)return e;let a=Ps(t);return a?a.type&&a.value?`${a.type}: ${a.value}`:a.type||a.value||r||"":r||""}function Hr(t,e,r){let a=t.exception=t.exception||{},n=a.values=a.values||[],i=n[0]=n[0]||{};i.value||(i.value=e||""),i.type||(i.type=r||"Error")}function Ft(t,e){let r=Ps(t);if(!r)return;let a={type:"generic",handled:!0},n=r.mechanism;if(r.mechanism={...a,...n,...e},e&&"data"in e){let i={...n&&n.data,...e.data};r.mechanism.data=i}}function Xn(t){if(t&&t.__sentry_captured__)return!0;try{Kr(t,"__sentry_captured__",!0)}catch{}return!1}function Ls(){return!1}function Dt(t,e=1/0,r=1/0){try{return Zn("",t,e,r)}catch(a){return{ERROR:`**non-serializable** (${a})`}}}function Jn(t,e=3,r=100*1024){let a=Dt(t,e);return nm(a)>r?Jn(t,e-1,r):a}function Zn(t,e,r=1/0,a=1/0,n=_s()){let[i,o]=n;if(e===null||["number","boolean","string"].includes(typeof e)&&!fs(e))return e;let l=rm(t,e);if(!l.startsWith("[object "))return l;if(e.__sentry_skip_normalization__)return e;if(r===0)return l.replace("object ","");if(i(e))return"[Circular ~]";let s=e;if(s&&typeof s.toJSON=="function")try{let h=s.toJSON();return Zn("",h,r-1,a,n)}catch{}let u=Array.isArray(e)?[]:{},c=0,d=Gn(e);for(let h in d){if(!Object.prototype.hasOwnProperty.call(d,h))continue;if(c>=a){u[h]="[MaxProperties ~]";break}let b=d[h];u[h]=Zn(h,b,r-1,a,n),c+=1}return o(e),u}function rm(t,e){try{return t==="domain"&&e&&typeof e=="object"&&e._events?"[Domain]":t==="domainEmitter"?"[DomainEmitter]":typeof window<"u"&&e===window?"[Window]":hs(e)?"[SyntheticEvent]":typeof e=="number"&&e!==e?"[NaN]":e===void 0?"[undefined]":typeof e=="function"?`[Function: ${st(e)}]`:typeof e=="symbol"?`[${String(e)}]`:typeof e=="bigint"?`[BigInt: ${String(e)}]`:`[object ${Object.getPrototypeOf(e).constructor.name}]`}catch(r){return`**non-serializable** (${r})`}}function am(t){return~-encodeURI(t).split(/%..|./).length}function nm(t){return am(JSON.stringify(t))}function Ge(t){return new pt(e=>{e(t)})}function Gr(t){return new pt((e,r)=>{r(t)})}var pt=class t{_state=0;_handlers=[];_value;constructor(e){try{e(this._resolve,this._reject)}catch(r){this._reject(r)}}then(e,r){return new t((a,n)=>{this._handlers.push([!1,i=>{if(!e)a(i);else try{a(e(i))}catch(o){n(o)}},i=>{if(!r)n(i);else try{a(r(i))}catch(o){n(o)}}]),this._executeHandlers()})}catch(e){return this.then(r=>r,e)}finally(e){return new t((r,a)=>{let n,i;return this.then(o=>{i=!1,n=o,e&&e()},o=>{i=!0,n=o,e&&e()}).then(()=>{if(i){a(n);return}r(n)})})}_resolve=e=>{this._setResult(1,e)};_reject=e=>{this._setResult(2,e)};_setResult=(e,r)=>{if(this._state===0){if(hr(r)){r.then(this._resolve,this._reject);return}this._state=e,this._value=r,this._executeHandlers()}};_executeHandlers=()=>{if(this._state===0)return;let e=this._handlers.slice();this._handlers=[],e.forEach(r=>{r[0]||(this._state===1&&r[1](this._value),this._state===2&&r[2](this._value),r[0]=!0)})}};function Is(t){let e=[];function r(){return t===void 0||e.lengtha(l)).then(null,()=>a(l).then(null,()=>{})),l}function i(o){return new pt((l,s)=>{let u=e.length;if(!u)return l(!0);let c=setTimeout(()=>{o&&o>0&&l(!1)},o);e.forEach(d=>{Ge(d).then(()=>{--u||(clearTimeout(c),l(!0))},s)})})}return{$:e,add:n,drain:i}}var im=["fatal","error","warning","log","info","debug"];function Bs(t){return t==="warn"?"warning":im.includes(t)?t:"log"}var ti={nowSeconds:()=>Date.now()/1e3};function om(){if(!performance||!performance.now)return;let t=Date.now()-performance.now();return{now:()=>performance.now(),timeOrigin:t}}var ei=om(),Fs=ei===void 0?ti:{nowSeconds:()=>(ei.timeOrigin+ei.now())/1e3},zt=ti.nowSeconds.bind(ti),ri=Fs.nowSeconds.bind(Fs);var _a,Tv=(()=>{if(!performance||!performance.now){_a="none";return}let t=3600*1e3,e=performance.now(),r=Date.now(),a=performance.timeOrigin?Math.abs(performance.timeOrigin+e-r):t,n=a{let n=a[0].type;e(a,n)})}function ai(t,e){return(e||new TextEncoder).encode(t)}function Pa(t,e){let[r,a]=t,n=JSON.stringify(r);function i(o){typeof n=="string"?n=typeof o=="string"?n+o:[ai(n,e),o]:n.push(typeof o=="string"?ai(o,e):o)}for(let o of a){let[l,s]=o;i(` +Error:`,a)}}function Yp(){"console"in wt&&jr.forEach(function(t){t in console&&ot(console,t,function(e){return function(...r){Tr("console",{args:r,level:t}),e&&e.apply(console,r)}})})}function Xp(){Es()&&ot(wt,"fetch",function(t){return function(...e){let r={args:e,fetchData:{method:Zp(e),url:Jp(e)},startTimestamp:Date.now()};return Tr("fetch",{...r}),t.apply(wt,e).then(a=>(Tr("fetch",{...r,endTimestamp:Date.now(),response:a}),a),a=>{throw Tr("fetch",{...r,endTimestamp:Date.now(),error:a}),a})}})}function Zp(t=[]){return"Request"in wt&&dt(t[0],Request)&&t[0].method?String(t[0].method).toUpperCase():t[1]&&t[1].method?String(t[1].method).toUpperCase():"GET"}function Jp(t=[]){return typeof t[0]=="string"?t[0]:"Request"in wt&&dt(t[0],Request)?t[0].url:String(t[0])}var Qn=null;function em(){Qn=wt.onerror,wt.onerror=function(t,e,r,a,n){return Tr("error",{column:a,error:n,line:r,msg:t,url:e}),Qn?Qn.apply(this,arguments):!1}}var Yn=null;function tm(){Yn=wt.onunhandledrejection,wt.onunhandledrejection=function(t){return Tr("unhandledrejection",t),Yn?Yn.apply(this,arguments):!0}}function _s(){let t=typeof WeakSet=="function",e=t?new WeakSet:[];function r(n){if(t)return e.has(n)?!0:(e.add(n),!1);for(let i=0;icrypto.getRandomValues(new Uint8Array(1))[0]:()=>Math.random()*16;return([1e7]+1e3+4e3+8e3+1e11).replace(/[018]/g,e=>(e^(t()&15)>>e/4).toString(16))}function Ca(t){if(!t)return{};let e=t.match(/^(([^:/?#]+):)?(\/\/([^/?#]*))?([^?#]*)(\?([^#]*))?(#(.*))?$/);if(!e)return{};let r=e[6]||"",a=e[8]||"";return{host:e[4],path:e[5],protocol:e[2],relative:e[5]+r+a}}function Ps(t){return t.exception&&t.exception.values?t.exception.values[0]:void 0}function At(t){let{message:e,event_id:r}=t;if(e)return e;let a=Ps(t);return a?a.type&&a.value?`${a.type}: ${a.value}`:a.type||a.value||r||"":r||""}function Hr(t,e,r){let a=t.exception=t.exception||{},n=a.values=a.values||[],i=n[0]=n[0]||{};i.value||(i.value=e||""),i.type||(i.type=r||"Error")}function Ft(t,e){let r=Ps(t);if(!r)return;let a={type:"generic",handled:!0},n=r.mechanism;if(r.mechanism={...a,...n,...e},e&&"data"in e){let i={...n&&n.data,...e.data};r.mechanism.data=i}}function Xn(t){if(t&&t.__sentry_captured__)return!0;try{Kr(t,"__sentry_captured__",!0)}catch{}return!1}function Ls(){return!1}function Dt(t,e=1/0,r=1/0){try{return Zn("",t,e,r)}catch(a){return{ERROR:`**non-serializable** (${a})`}}}function Jn(t,e=3,r=100*1024){let a=Dt(t,e);return nm(a)>r?Jn(t,e-1,r):a}function Zn(t,e,r=1/0,a=1/0,n=_s()){let[i,o]=n;if(e===null||["number","boolean","string"].includes(typeof e)&&!fs(e))return e;let l=rm(t,e);if(!l.startsWith("[object "))return l;if(e.__sentry_skip_normalization__)return e;if(r===0)return l.replace("object ","");if(i(e))return"[Circular ~]";let s=e;if(s&&typeof s.toJSON=="function")try{let h=s.toJSON();return Zn("",h,r-1,a,n)}catch{}let u=Array.isArray(e)?[]:{},c=0,d=Gn(e);for(let h in d){if(!Object.prototype.hasOwnProperty.call(d,h))continue;if(c>=a){u[h]="[MaxProperties ~]";break}let b=d[h];u[h]=Zn(h,b,r-1,a,n),c+=1}return o(e),u}function rm(t,e){try{return t==="domain"&&e&&typeof e=="object"&&e._events?"[Domain]":t==="domainEmitter"?"[DomainEmitter]":typeof window<"u"&&e===window?"[Window]":hs(e)?"[SyntheticEvent]":typeof e=="number"&&e!==e?"[NaN]":e===void 0?"[undefined]":typeof e=="function"?`[Function: ${st(e)}]`:typeof e=="symbol"?`[${String(e)}]`:typeof e=="bigint"?`[BigInt: ${String(e)}]`:`[object ${Object.getPrototypeOf(e).constructor.name}]`}catch(r){return`**non-serializable** (${r})`}}function am(t){return~-encodeURI(t).split(/%..|./).length}function nm(t){return am(JSON.stringify(t))}function Ge(t){return new pt(e=>{e(t)})}function Gr(t){return new pt((e,r)=>{r(t)})}var pt=class t{_state=0;_handlers=[];_value;constructor(e){try{e(this._resolve,this._reject)}catch(r){this._reject(r)}}then(e,r){return new t((a,n)=>{this._handlers.push([!1,i=>{if(!e)a(i);else try{a(e(i))}catch(o){n(o)}},i=>{if(!r)n(i);else try{a(r(i))}catch(o){n(o)}}]),this._executeHandlers()})}catch(e){return this.then(r=>r,e)}finally(e){return new t((r,a)=>{let n,i;return this.then(o=>{i=!1,n=o,e&&e()},o=>{i=!0,n=o,e&&e()}).then(()=>{if(i){a(n);return}r(n)})})}_resolve=e=>{this._setResult(1,e)};_reject=e=>{this._setResult(2,e)};_setResult=(e,r)=>{if(this._state===0){if(hr(r)){r.then(this._resolve,this._reject);return}this._state=e,this._value=r,this._executeHandlers()}};_executeHandlers=()=>{if(this._state===0)return;let e=this._handlers.slice();this._handlers=[],e.forEach(r=>{r[0]||(this._state===1&&r[1](this._value),this._state===2&&r[2](this._value),r[0]=!0)})}};function Bs(t){let e=[];function r(){return t===void 0||e.lengtha(l)).then(null,()=>a(l).then(null,()=>{})),l}function i(o){return new pt((l,s)=>{let u=e.length;if(!u)return l(!0);let c=setTimeout(()=>{o&&o>0&&l(!1)},o);e.forEach(d=>{Ge(d).then(()=>{--u||(clearTimeout(c),l(!0))},s)})})}return{$:e,add:n,drain:i}}var im=["fatal","error","warning","log","info","debug"];function Is(t){return t==="warn"?"warning":im.includes(t)?t:"log"}var ti={nowSeconds:()=>Date.now()/1e3};function om(){if(!performance||!performance.now)return;let t=Date.now()-performance.now();return{now:()=>performance.now(),timeOrigin:t}}var ei=om(),Fs=ei===void 0?ti:{nowSeconds:()=>(ei.timeOrigin+ei.now())/1e3},zt=ti.nowSeconds.bind(ti),ri=Fs.nowSeconds.bind(Fs);var _a,Tv=(()=>{if(!performance||!performance.now){_a="none";return}let t=3600*1e3,e=performance.now(),r=Date.now(),a=performance.timeOrigin?Math.abs(performance.timeOrigin+e-r):t,n=a{let n=a[0].type;e(a,n)})}function ai(t,e){return(e||new TextEncoder).encode(t)}function Pa(t,e){let[r,a]=t,n=JSON.stringify(r);function i(o){typeof n=="string"?n=typeof o=="string"?n+o:[ai(n,e),o]:n.push(typeof o=="string"?ai(o,e):o)}for(let o of a){let[l,s]=o;i(` ${JSON.stringify(l)} -`),i(typeof s=="string"||s instanceof Uint8Array?s:JSON.stringify(s))}return typeof n=="string"?n:sm(n)}function sm(t){let e=t.reduce((n,i)=>n+i.length,0),r=new Uint8Array(e),a=0;for(let n of t)r.set(n,a),a+=n.length;return r}function Os(t,e){let r=typeof t.data=="string"?ai(t.data,e):t.data;return[Jt({type:"attachment",length:r.length,filename:t.filename,content_type:t.contentType,attachment_type:t.attachmentType}),r]}var lm={session:"session",sessions:"session",attachment:"attachment",transaction:"transaction",event:"error",client_report:"internal",user_report:"default"};function ii(t){return lm[t]}function Ms(t,e,r){let a=[{type:"client_report"},{timestamp:r||zt(),discarded_events:t}];return er(e?{dsn:e}:{},[a])}var um=60*1e3;function cm(t,e=Date.now()){let r=parseInt(`${t}`,10);if(!isNaN(r))return r*1e3;let a=Date.parse(`${t}`);return isNaN(a)?um:a-e}function dm(t,e){return t[e]||t.all||0}function Rs(t,e,r=Date.now()){return dm(t,e)>r}function Ns(t,{statusCode:e,headers:r},a=Date.now()){let n={...t},i=r&&r["x-sentry-rate-limits"],o=r&&r["retry-after"];if(i)for(let l of i.trim().split(",")){let[s,u]=l.split(":",2),c=parseInt(s,10),d=(isNaN(c)?60:c)*1e3;if(!u)n.all=a+d;else for(let h of u.split(";"))n[h]=a+d}else o?n.all=a+cm(o,a):e===429&&(n.all=a+60*1e3);return n}function qs(t){return t[0]}function oi(t){let e=ri(),r={sid:xt(),init:!0,timestamp:e,started:e,duration:0,status:"ok",errors:0,ignoreDuration:!1,toJSON:()=>pm(r)};return t&&mt(r,t),r}function mt(t,e={}){if(e.user&&(!t.ipAddress&&e.user.ip_address&&(t.ipAddress=e.user.ip_address),!t.did&&!e.did&&(t.did=e.user.id||e.user.email||e.user.username)),t.timestamp=e.timestamp||ri(),e.ignoreDuration&&(t.ignoreDuration=e.ignoreDuration),e.sid&&(t.sid=e.sid.length===32?e.sid:xt()),e.init!==void 0&&(t.init=e.init),!t.did&&e.did&&(t.did=`${e.did}`),typeof e.started=="number"&&(t.started=e.started),t.ignoreDuration)t.duration=void 0;else if(typeof e.duration=="number")t.duration=e.duration;else{let r=t.timestamp-t.started;t.duration=r>=0?r:0}e.release&&(t.release=e.release),e.environment&&(t.environment=e.environment),!t.ipAddress&&e.ipAddress&&(t.ipAddress=e.ipAddress),!t.userAgent&&e.userAgent&&(t.userAgent=e.userAgent),typeof e.errors=="number"&&(t.errors=e.errors),e.status&&(t.status=e.status)}function si(t,e){let r={};e?r={status:e}:t.status==="ok"&&(r={status:"exited"}),mt(t,r)}function pm(t){return Jt({sid:`${t.sid}`,init:t.init,started:new Date(t.started*1e3).toISOString(),timestamp:new Date(t.timestamp*1e3).toISOString(),status:t.status,errors:t.errors,did:typeof t.did=="number"||typeof t.did=="string"?`${t.did}`:void 0,duration:t.duration,attrs:{release:t.release,environment:t.environment,ip_address:t.ipAddress,user_agent:t.userAgent}})}var Us=100,Je=class t{_notifyingListeners;_scopeListeners;_eventProcessors;_breadcrumbs;_user;_tags;_extra;_contexts;_attachments;_sdkProcessingMetadata;_fingerprint;_level;_transactionName;_span;_session;_requestSession;constructor(){this._notifyingListeners=!1,this._scopeListeners=[],this._eventProcessors=[],this._breadcrumbs=[],this._attachments=[],this._user={},this._tags={},this._extra={},this._contexts={},this._sdkProcessingMetadata={}}static clone(e){let r=new t;return e&&(r._breadcrumbs=[...e._breadcrumbs],r._tags={...e._tags},r._extra={...e._extra},r._contexts={...e._contexts},r._user=e._user,r._level=e._level,r._span=e._span,r._session=e._session,r._transactionName=e._transactionName,r._fingerprint=e._fingerprint,r._eventProcessors=[...e._eventProcessors],r._requestSession=e._requestSession,r._attachments=[...e._attachments]),r}addScopeListener(e){this._scopeListeners.push(e)}addEventProcessor(e){return this._eventProcessors.push(e),this}setUser(e){return this._user=e||{},this._session&&mt(this._session,{user:e}),this._notifyScopeListeners(),this}getUser(){return this._user}getRequestSession(){return this._requestSession}setRequestSession(e){return this._requestSession=e,this}setTags(e){return this._tags={...this._tags,...e},this._notifyScopeListeners(),this}setTag(e,r){return this._tags={...this._tags,[e]:r},this._notifyScopeListeners(),this}setExtras(e){return this._extra={...this._extra,...e},this._notifyScopeListeners(),this}setExtra(e,r){return this._extra={...this._extra,[e]:r},this._notifyScopeListeners(),this}setFingerprint(e){return this._fingerprint=e,this._notifyScopeListeners(),this}setLevel(e){return this._level=e,this._notifyScopeListeners(),this}setTransactionName(e){return this._transactionName=e,this._notifyScopeListeners(),this}setContext(e,r){return r===null?delete this._contexts[e]:this._contexts={...this._contexts,[e]:r},this._notifyScopeListeners(),this}setSpan(e){return this._span=e,this._notifyScopeListeners(),this}getSpan(){return this._span}getTransaction(){let e=this.getSpan();return e&&e.transaction}setSession(e){return e?this._session=e:delete this._session,this._notifyScopeListeners(),this}getSession(){return this._session}update(e){if(!e)return this;if(typeof e=="function"){let r=e(this);return r instanceof t?r:this}return e instanceof t?(this._tags={...this._tags,...e._tags},this._extra={...this._extra,...e._extra},this._contexts={...this._contexts,...e._contexts},e._user&&Object.keys(e._user).length&&(this._user=e._user),e._level&&(this._level=e._level),e._fingerprint&&(this._fingerprint=e._fingerprint),e._requestSession&&(this._requestSession=e._requestSession)):it(e)&&(e=e,this._tags={...this._tags,...e.tags},this._extra={...this._extra,...e.extra},this._contexts={...this._contexts,...e.contexts},e.user&&(this._user=e.user),e.level&&(this._level=e.level),e.fingerprint&&(this._fingerprint=e.fingerprint),e.requestSession&&(this._requestSession=e.requestSession)),this}clear(){return this._breadcrumbs=[],this._tags={},this._extra={},this._user={},this._contexts={},this._level=void 0,this._transactionName=void 0,this._fingerprint=void 0,this._requestSession=void 0,this._span=void 0,this._session=void 0,this._notifyScopeListeners(),this._attachments=[],this}addBreadcrumb(e,r){let a=typeof r=="number"?Math.min(r,Us):Us;if(a<=0)return this;let n={timestamp:zt(),...e};return this._breadcrumbs=[...this._breadcrumbs,n].slice(-a),this._notifyScopeListeners(),this}clearBreadcrumbs(){return this._breadcrumbs=[],this._notifyScopeListeners(),this}addAttachment(e){return this._attachments.push(e),this}getAttachments(){return this._attachments}clearAttachments(){return this._attachments=[],this}applyToEvent(e,r={}){if(this._extra&&Object.keys(this._extra).length&&(e.extra={...this._extra,...e.extra}),this._tags&&Object.keys(this._tags).length&&(e.tags={...this._tags,...e.tags}),this._user&&Object.keys(this._user).length&&(e.user={...this._user,...e.user}),this._contexts&&Object.keys(this._contexts).length&&(e.contexts={...this._contexts,...e.contexts}),this._level&&(e.level=this._level),this._transactionName&&(e.transaction=this._transactionName),this._span){e.contexts={trace:this._span.getTraceContext(),...e.contexts};let a=this._span.transaction&&this._span.transaction.name;a&&(e.tags={transaction:a,...e.tags})}return this._applyFingerprint(e),e.breadcrumbs=[...e.breadcrumbs||[],...this._breadcrumbs],e.breadcrumbs=e.breadcrumbs.length>0?e.breadcrumbs:void 0,e.sdkProcessingMetadata={...e.sdkProcessingMetadata,...this._sdkProcessingMetadata},this._notifyEventProcessors([...js(),...this._eventProcessors],e,r)}setSDKProcessingMetadata(e){return this._sdkProcessingMetadata={...this._sdkProcessingMetadata,...e},this}_notifyEventProcessors(e,r,a,n=0){return new pt((i,o)=>{let l=e[n];if(r===null||typeof l!="function")i(r);else{let s=l({...r},a);!1&&l.id&&s===null&&N.log(`Event processor "${l.id}" dropped event`),hr(s)?s.then(u=>this._notifyEventProcessors(e,u,a,n+1).then(i)).then(null,o):this._notifyEventProcessors(e,s,a,n+1).then(i).then(null,o)}})}_notifyScopeListeners(){this._notifyingListeners||(this._notifyingListeners=!0,this._scopeListeners.forEach(e=>{e(this)}),this._notifyingListeners=!1)}_applyFingerprint(e){e.fingerprint=e.fingerprint?Array.isArray(e.fingerprint)?e.fingerprint:[e.fingerprint]:[],this._fingerprint&&(e.fingerprint=e.fingerprint.concat(this._fingerprint)),e.fingerprint&&!e.fingerprint.length&&delete e.fingerprint}};function js(){return fr("globalEventProcessors",()=>[])}function gt(t){js().push(t)}var li=4,mm=100,kt=class{constructor(e,r=new Je,a=li){this._version=a;this.getStackTop().scope=r,e&&this.bindClient(e)}_stack=[{}];_lastEventId;isOlderThan(e){return this._version{i.captureException(e,{originalException:e,syntheticException:n,...r,event_id:a},o)}),a}captureMessage(e,r,a){let n=this._lastEventId=a&&a.event_id?a.event_id:xt(),i=new Error(e);return this._withClient((o,l)=>{o.captureMessage(e,r,{originalException:e,syntheticException:i,...a,event_id:n},l)}),n}captureEvent(e,r){let a=r&&r.event_id?r.event_id:xt();return e.type!=="transaction"&&(this._lastEventId=a),this._withClient((n,i)=>{n.captureEvent(e,{...r,event_id:a},i)}),a}lastEventId(){return this._lastEventId}addBreadcrumb(e,r){let{scope:a,client:n}=this.getStackTop();if(!a||!n)return;let{beforeBreadcrumb:i=null,maxBreadcrumbs:o=mm}=n.getOptions&&n.getOptions()||{};if(o<=0)return;let s={timestamp:zt(),...e},u=i?jn(()=>i(s,r)):s;u!==null&&a.addBreadcrumb(u,o)}setUser(e){let r=this.getScope();r&&r.setUser(e)}setTags(e){let r=this.getScope();r&&r.setTags(e)}setExtras(e){let r=this.getScope();r&&r.setExtras(e)}setTag(e,r){let a=this.getScope();a&&a.setTag(e,r)}setExtra(e,r){let a=this.getScope();a&&a.setExtra(e,r)}setContext(e,r){let a=this.getScope();a&&a.setContext(e,r)}configureScope(e){let{scope:r,client:a}=this.getStackTop();r&&a&&e(r)}run(e){let r=vr(this);try{e(this)}finally{vr(r)}}getIntegration(e){let r=this.getClient();if(!r)return null;try{return r.getIntegration(e)}catch{return!1&&N.warn(`Cannot retrieve integration ${e.id} from the current Hub`),null}}startTransaction(e,r){return this._callExtensionMethod("startTransaction",e,r)}traceHeaders(){return this._callExtensionMethod("traceHeaders")}captureSession(e=!1){if(e)return this.endSession();this._sendSessionUpdate()}endSession(){let e=this.getStackTop(),r=e&&e.scope,a=r&&r.getSession();a&&si(a),this._sendSessionUpdate(),r&&r.setSession()}startSession(e){let{scope:r,client:a}=this.getStackTop(),{release:n,environment:i}=a&&a.getOptions()||{},o=Te(),{userAgent:l}=o.navigator||{},s=oi({release:n,environment:i,...r&&{user:r.getUser()},...l&&{userAgent:l},...e});if(r){let u=r.getSession&&r.getSession();u&&u.status==="ok"&&mt(u,{status:"exited"}),this.endSession(),r.setSession(s)}return s}shouldSendDefaultPii(){let e=this.getClient(),r=e&&e.getOptions();return!!(r&&r.sendDefaultPii)}_sendSessionUpdate(){let{scope:e,client:r}=this.getStackTop();if(!e)return;let a=e.getSession();a&&r&&r.captureSession&&r.captureSession(a)}_withClient(e){let{scope:r,client:a}=this.getStackTop();a&&e(a,r)}_callExtensionMethod(e,...r){let n=Vr().__SENTRY__;if(n&&n.extensions&&typeof n.extensions[e]=="function")return n.extensions[e].apply(this,r);!1&&N.warn(`Extension method ${e} couldn't be found, doing nothing.`)}};function Vr(){let t=Te();return t.__SENTRY__=t.__SENTRY__||{extensions:{},hub:void 0},t}function vr(t){let e=Vr(),r=et(e);return La(e,t),r}function Z(){let t=Vr();return(!Ks(t)||et(t).isOlderThan(li))&&La(t,new kt),Ls()?gm(t):et(t)}function gm(t){try{let e=Vr().__SENTRY__,r=e&&e.extensions&&e.extensions.domain&&e.extensions.domain.active;if(!r)return et(t);if(!Ks(r)||et(r).isOlderThan(li)){let a=et(t).getStackTop();La(r,new kt(a.client,Je.clone(a.scope)))}return et(r)}catch{return et(t)}}function Ks(t){return!!(t&&t.__SENTRY__&&t.__SENTRY__.hub)}function et(t){return fr("hub",()=>new kt,t)}function La(t,e){if(!t)return!1;let r=t.__SENTRY__=t.__SENTRY__||{};return r.hub=e,!0}function yr(t,e){return Z().captureException(t,{captureContext:e})}function Ia(t,e){let r=typeof e=="string"?e:void 0,a=typeof e!="string"?{captureContext:e}:void 0;return Z().captureMessage(t,r,a)}function Ba(t,e){return Z().captureEvent(t,e)}function Fa(t){Z().configureScope(t)}function za(t){Z().addBreadcrumb(t)}function Oa(t,e){Z().setContext(t,e)}function Ma(t){Z().setExtras(t)}function Ra(t,e){Z().setExtra(t,e)}function Na(t){Z().setTags(t)}function qa(t,e){Z().setTag(t,e)}function Ua(t){Z().setUser(t)}function Sr(t){Z().withScope(t)}function ja(t,e){return Z().startTransaction({metadata:{source:"custom"},...t},e)}var hm="7";function Ws(t){let e=t.protocol?`${t.protocol}:`:"",r=t.port?`:${t.port}`:"";return`${e}//${t.host}${r}${t.path?`/${t.path}`:""}/api/`}function fm(t){return`${Ws(t)}${t.projectId}/envelope/`}function bm(t,e){return ws({sentry_key:t.publicKey,sentry_version:hm,...e&&{sentry_client:`${e.name}/${e.version}`}})}function $r(t,e={}){let r=typeof e=="string"?e:e.tunnel,a=typeof e=="string"||!e._metadata?void 0:e._metadata.sdk;return r||`${fm(t)}?${bm(t,a)}`}function ui(t,e){let r=ka(t),a=`${Ws(r)}embed/error-page/`,n=`dsn=${Xt(r)}`;for(let i in e)if(i!=="dsn")if(i==="user"){let o=e.user;if(!o)continue;o.name&&(n+=`&name=${encodeURIComponent(o.name)}`),o.email&&(n+=`&email=${encodeURIComponent(o.email)}`)}else n+=`&${encodeURIComponent(i)}=${encodeURIComponent(e[i])}`;return`${a}?${n}`}function Hs(t){if(!t||!t.sdk)return;let{name:e,version:r}=t.sdk;return{name:e,version:r}}function Tm(t,e){return e&&(t.sdk=t.sdk||{},t.sdk.name=t.sdk.name||e.name,t.sdk.version=t.sdk.version||e.version,t.sdk.integrations=[...t.sdk.integrations||[],...e.integrations||[]],t.sdk.packages=[...t.sdk.packages||[],...e.packages||[]]),t}function Gs(t,e,r,a){let n=Hs(r),i={sent_at:new Date().toISOString(),...n&&{sdk:n},...!!a&&{dsn:Xt(e)}},o="aggregates"in t?[{type:"sessions"},t]:[{type:"session"},t];return er(i,[o])}function Vs(t,e,r,a){let n=Hs(r),i=t.type||"event",{transactionSampling:o}=t.sdkProcessingMetadata||{},{method:l,rate:s}=o||{};Tm(t,r&&r.sdk);let u=vm(t,n,a,e);return delete t.sdkProcessingMetadata,er(u,[[{type:i,sample_rates:[{id:l,rate:s}]},t]])}function vm(t,e,r,a){let n=t.sdkProcessingMetadata&&t.sdkProcessingMetadata.baggage,i=n&&qs(n);return{event_id:t.event_id,sent_at:new Date().toISOString(),...e&&{sdk:e},...!!r&&{dsn:Xt(a)},...t.type==="transaction"&&i&&{trace:Jt({...i})}}}var $s=[];function Qs(t){return t.reduce((e,r)=>(e.every(a=>r.name!==a.name)&&e.push(r),e),[])}function ci(t){let e=t.defaultIntegrations&&[...t.defaultIntegrations]||[],r=t.integrations,a=[...Qs(e)];Array.isArray(r)?a=[...a.filter(o=>r.every(l=>l.name!==o.name)),...Qs(r)]:typeof r=="function"&&(a=r(a),a=Array.isArray(a)?a:[a]);let n=a.map(o=>o.name),i="Debug";return n.indexOf(i)!==-1&&a.push(...a.splice(n.indexOf(i),1)),a}function Ys(t){let e={};return t.forEach(r=>{e[r.name]=r,$s.indexOf(r.name)===-1&&(r.setupOnce(gt,Z),$s.push(r.name),!1&&N.log(`Integration installed: ${r.name}`))}),e}var Xs="Not capturing exception because it's already been captured.",Qr=class{_options;_dsn;_transport;_integrations={};_integrationsInitialized=!1;_numProcessing=0;_outcomes={};constructor(e){if(this._options=e,e.dsn){this._dsn=ka(e.dsn);let r=$r(this._dsn,e);this._transport=e.transport({recordDroppedEvent:this.recordDroppedEvent.bind(this),...e.transportOptions,url:r})}else!1&&N.warn("No DSN provided, client will not do anything.")}captureException(e,r,a){if(Xn(e)){!1&&N.log(Xs);return}let n=r&&r.event_id;return this._process(this.eventFromException(e,r).then(i=>this._captureEvent(i,r,a)).then(i=>{n=i})),n}captureMessage(e,r,a,n){let i=a&&a.event_id,o=Nr(e)?this.eventFromMessage(String(e),r,a):this.eventFromException(e,a);return this._process(o.then(l=>this._captureEvent(l,a,n)).then(l=>{i=l})),i}captureEvent(e,r,a){if(r&&r.originalException&&Xn(r.originalException)){!1&&N.log(Xs);return}let n=r&&r.event_id;return this._process(this._captureEvent(e,r,a).then(i=>{n=i})),n}captureSession(e){if(!this._isEnabled()){!1&&N.warn("SDK not enabled, will not capture session.");return}typeof e.release!="string"?!1&&N.warn("Discarded session because of missing or non-string release"):(this.sendSession(e),mt(e,{init:!1}))}getDsn(){return this._dsn}getOptions(){return this._options}getTransport(){return this._transport}flush(e){let r=this._transport;return r?this._isClientDoneProcessing(e).then(a=>r.flush(e).then(n=>a&&n)):Ge(!0)}close(e){return this.flush(e).then(r=>(this.getOptions().enabled=!1,r))}setupIntegrations(){this._isEnabled()&&!this._integrationsInitialized&&(this._integrations=Ys(this._options.integrations),this._integrationsInitialized=!0)}getIntegrationById(e){return this._integrations[e]}getIntegration(e){try{return this._integrations[e.id]||null}catch{return!1&&N.warn(`Cannot retrieve integration ${e.id} from the current Client`),null}}sendEvent(e,r={}){if(this._dsn){let a=Vs(e,this._dsn,this._options._metadata,this._options.tunnel);for(let n of r.attachments||[])a=zs(a,Os(n,this._options.transportOptions&&this._options.transportOptions.textEncoder));this._sendEnvelope(a)}}sendSession(e){if(this._dsn){let r=Gs(e,this._dsn,this._options._metadata,this._options.tunnel);this._sendEnvelope(r)}}recordDroppedEvent(e,r){if(this._options.sendClientReports){let a=`${e}:${r}`;!1&&N.log(`Adding outcome: "${a}"`),this._outcomes[a]=this._outcomes[a]+1||1}}_updateSessionFromEvent(e,r){let a=!1,n=!1,i=r.exception&&r.exception.values;if(i){n=!0;for(let s of i){let u=s.mechanism;if(u&&u.handled===!1){a=!0;break}}}let o=e.status==="ok";(o&&e.errors===0||o&&a)&&(mt(e,{...a&&{status:"crashed"},errors:e.errors||Number(n||a)}),this.captureSession(e))}_isClientDoneProcessing(e){return new pt(r=>{let a=0,n=1,i=setInterval(()=>{this._numProcessing==0?(clearInterval(i),r(!0)):(a+=n,e&&a>=e&&(clearInterval(i),r(!1)))},n)})}_isEnabled(){return this.getOptions().enabled!==!1&&this._dsn!==void 0}_prepareEvent(e,r,a){let{normalizeDepth:n=3,normalizeMaxBreadth:i=1e3}=this.getOptions(),o={...e,event_id:e.event_id||r.event_id||xt(),timestamp:e.timestamp||zt()};this._applyClientOptions(o),this._applyIntegrationsMetadata(o);let l=a;r.captureContext&&(l=Je.clone(l).update(r.captureContext));let s=Ge(o);if(l){let u=[...r.attachments||[],...l.getAttachments()];u.length&&(r.attachments=u),s=l.applyToEvent(o,r)}return s.then(u=>typeof n=="number"&&n>0?this._normalizeEvent(u,n,i):u)}_normalizeEvent(e,r,a){if(!e)return null;let n={...e,...e.breadcrumbs&&{breadcrumbs:e.breadcrumbs.map(i=>({...i,...i.data&&{data:Dt(i.data,r,a)}}))},...e.user&&{user:Dt(e.user,r,a)},...e.contexts&&{contexts:Dt(e.contexts,r,a)},...e.extra&&{extra:Dt(e.extra,r,a)}};return e.contexts&&e.contexts.trace&&n.contexts&&(n.contexts.trace=e.contexts.trace,e.contexts.trace.data&&(n.contexts.trace.data=Dt(e.contexts.trace.data,r,a))),e.spans&&(n.spans=e.spans.map(i=>(i.data&&(i.data=Dt(i.data,r,a)),i))),n}_applyClientOptions(e){let r=this.getOptions(),{environment:a,release:n,dist:i,maxValueLength:o=250}=r;"environment"in e||(e.environment="environment"in r?a:"production"),e.release===void 0&&n!==void 0&&(e.release=n),e.dist===void 0&&i!==void 0&&(e.dist=i),e.message&&(e.message=Zt(e.message,o));let l=e.exception&&e.exception.values&&e.exception.values[0];l&&l.value&&(l.value=Zt(l.value,o));let s=e.request;s&&s.url&&(s.url=Zt(s.url,o))}_applyIntegrationsMetadata(e){let r=Object.keys(this._integrations);r.length>0&&(e.sdk=e.sdk||{},e.sdk.integrations=[...e.sdk.integrations||[],...r])}_captureEvent(e,r={},a){return this._processEvent(e,r,a).then(n=>n.event_id,n=>{!1&&N.warn(n)})}_processEvent(e,r,a){let{beforeSend:n,sampleRate:i}=this.getOptions();if(!this._isEnabled())return Gr(new Ee("SDK not enabled, will not capture event."));let o=e.type==="transaction";return!o&&typeof i=="number"&&Math.random()>i?(this.recordDroppedEvent("sample_rate","error"),Gr(new Ee(`Discarding event because it's not included in the random sample (sampling rate = ${i})`))):this._prepareEvent(e,r,a).then(l=>{if(l===null)throw this.recordDroppedEvent("event_processor",e.type||"error"),new Ee("An event processor returned null, will not send event.");if(r.data&&r.data.__sentry__===!0||o||!n)return l;let u=n(l,r);return ym(u)}).then(l=>{if(l===null)throw this.recordDroppedEvent("before_send",e.type||"error"),new Ee("`beforeSend` returned `null`, will not send event.");let s=a&&a.getSession();return!o&&s&&this._updateSessionFromEvent(s,l),this.sendEvent(l,r),l}).then(null,l=>{throw l instanceof Ee?l:(this.captureException(l,{data:{__sentry__:!0},originalException:l}),new Ee(`Event processing pipeline threw an error, original event will not be sent. Details have been sent as a new event. -Reason: ${l}`))})}_process(e){this._numProcessing+=1,e.then(r=>(this._numProcessing-=1,r),r=>(this._numProcessing-=1,r))}_sendEnvelope(e){this._transport&&this._dsn?this._transport.send(e).then(null,r=>{!1&&N.error("Error while sending event:",r)}):!1&&N.error("Transport disabled")}_clearOutcomes(){let e=this._outcomes;return this._outcomes={},Object.keys(e).map(r=>{let[a,n]=r.split(":");return{reason:a,category:n,quantity:e[r]}})}};function ym(t){let e="`beforeSend` method has to return `null` or a valid event.";if(hr(t))return t.then(r=>{if(!(it(r)||r===null))throw new Ee(e);return r},r=>{throw new Ee(`beforeSend rejected with ${r}`)});if(!(it(t)||t===null))throw new Ee(e);return t}function di(t,e){e.debug===!0&&!1&&N.enable();let r=Z(),a=r.getScope();a&&a.update(e.initialScope);let n=new t(e);r.bindClient(n)}var Sm=30;function Yr(t,e,r=Is(t.bufferSize||Sm)){let a={},n=o=>r.drain(o);function i(o){let l=[];if(ni(o,(d,h)=>{let b=ii(h);Rs(a,b)?t.recordDroppedEvent("ratelimit_backoff",b):l.push(d)}),l.length===0)return Ge();let s=er(o[0],l),u=d=>{ni(s,(h,b)=>{t.recordDroppedEvent(d,ii(b))})},c=()=>e({body:Pa(s,t.textEncoder)}).then(d=>{d.statusCode!==void 0&&(d.statusCode<200||d.statusCode>=300)&&!1&&N.warn(`Sentry responded with status code ${d.statusCode} to sent event.`),a=Ns(a,d)},d=>{!1&&N.error("Failed while sending event:",d),u("network_error")});return r.add(c).then(d=>d,d=>{if(d instanceof Ee)return!1&&N.error("Skipped sending event due to full buffer"),u("queue_overflow"),Ge();throw d})}return{send:i,flush:n}}var wr="7.7.0";var ar={};ma(ar,{FunctionToString:()=>tr,InboundFilters:()=>rr});var Zs,tr=class t{static id="FunctionToString";name=t.id;setupOnce(){Zs=Function.prototype.toString,Function.prototype.toString=function(...e){let r=br(this)||this;return Zs.apply(r,e)}}};var wm=[/^Script error\.?$/,/^Javascript error: Script error\.? on line 0$/],rr=class t{constructor(e={}){this._options=e}static id="InboundFilters";name=t.id;setupOnce(e,r){let a=n=>{let i=r();if(i){let o=i.getIntegration(t);if(o){let l=i.getClient(),s=l?l.getOptions():{},u=xm(o._options,s);return Am(n,u)?null:n}}return n};a.id=this.name,e(a)}};function xm(t={},e={}){return{allowUrls:[...t.allowUrls||[],...e.allowUrls||[]],denyUrls:[...t.denyUrls||[],...e.denyUrls||[]],ignoreErrors:[...t.ignoreErrors||[],...e.ignoreErrors||[],...wm],ignoreInternal:t.ignoreInternal!==void 0?t.ignoreInternal:!0}}function Am(t,e){return e.ignoreInternal&&_m(t)?(!1&&N.warn(`Event dropped due to being internal Sentry Error. +`),i(typeof s=="string"||s instanceof Uint8Array?s:JSON.stringify(s))}return typeof n=="string"?n:sm(n)}function sm(t){let e=t.reduce((n,i)=>n+i.length,0),r=new Uint8Array(e),a=0;for(let n of t)r.set(n,a),a+=n.length;return r}function Os(t,e){let r=typeof t.data=="string"?ai(t.data,e):t.data;return[Jt({type:"attachment",length:r.length,filename:t.filename,content_type:t.contentType,attachment_type:t.attachmentType}),r]}var lm={session:"session",sessions:"session",attachment:"attachment",transaction:"transaction",event:"error",client_report:"internal",user_report:"default"};function ii(t){return lm[t]}function Ms(t,e,r){let a=[{type:"client_report"},{timestamp:r||zt(),discarded_events:t}];return er(e?{dsn:e}:{},[a])}var um=60*1e3;function cm(t,e=Date.now()){let r=parseInt(`${t}`,10);if(!isNaN(r))return r*1e3;let a=Date.parse(`${t}`);return isNaN(a)?um:a-e}function dm(t,e){return t[e]||t.all||0}function Rs(t,e,r=Date.now()){return dm(t,e)>r}function Ns(t,{statusCode:e,headers:r},a=Date.now()){let n={...t},i=r&&r["x-sentry-rate-limits"],o=r&&r["retry-after"];if(i)for(let l of i.trim().split(",")){let[s,u]=l.split(":",2),c=parseInt(s,10),d=(isNaN(c)?60:c)*1e3;if(!u)n.all=a+d;else for(let h of u.split(";"))n[h]=a+d}else o?n.all=a+cm(o,a):e===429&&(n.all=a+60*1e3);return n}function qs(t){return t[0]}function oi(t){let e=ri(),r={sid:xt(),init:!0,timestamp:e,started:e,duration:0,status:"ok",errors:0,ignoreDuration:!1,toJSON:()=>pm(r)};return t&&mt(r,t),r}function mt(t,e={}){if(e.user&&(!t.ipAddress&&e.user.ip_address&&(t.ipAddress=e.user.ip_address),!t.did&&!e.did&&(t.did=e.user.id||e.user.email||e.user.username)),t.timestamp=e.timestamp||ri(),e.ignoreDuration&&(t.ignoreDuration=e.ignoreDuration),e.sid&&(t.sid=e.sid.length===32?e.sid:xt()),e.init!==void 0&&(t.init=e.init),!t.did&&e.did&&(t.did=`${e.did}`),typeof e.started=="number"&&(t.started=e.started),t.ignoreDuration)t.duration=void 0;else if(typeof e.duration=="number")t.duration=e.duration;else{let r=t.timestamp-t.started;t.duration=r>=0?r:0}e.release&&(t.release=e.release),e.environment&&(t.environment=e.environment),!t.ipAddress&&e.ipAddress&&(t.ipAddress=e.ipAddress),!t.userAgent&&e.userAgent&&(t.userAgent=e.userAgent),typeof e.errors=="number"&&(t.errors=e.errors),e.status&&(t.status=e.status)}function si(t,e){let r={};e?r={status:e}:t.status==="ok"&&(r={status:"exited"}),mt(t,r)}function pm(t){return Jt({sid:`${t.sid}`,init:t.init,started:new Date(t.started*1e3).toISOString(),timestamp:new Date(t.timestamp*1e3).toISOString(),status:t.status,errors:t.errors,did:typeof t.did=="number"||typeof t.did=="string"?`${t.did}`:void 0,duration:t.duration,attrs:{release:t.release,environment:t.environment,ip_address:t.ipAddress,user_agent:t.userAgent}})}var Us=100,Je=class t{_notifyingListeners;_scopeListeners;_eventProcessors;_breadcrumbs;_user;_tags;_extra;_contexts;_attachments;_sdkProcessingMetadata;_fingerprint;_level;_transactionName;_span;_session;_requestSession;constructor(){this._notifyingListeners=!1,this._scopeListeners=[],this._eventProcessors=[],this._breadcrumbs=[],this._attachments=[],this._user={},this._tags={},this._extra={},this._contexts={},this._sdkProcessingMetadata={}}static clone(e){let r=new t;return e&&(r._breadcrumbs=[...e._breadcrumbs],r._tags={...e._tags},r._extra={...e._extra},r._contexts={...e._contexts},r._user=e._user,r._level=e._level,r._span=e._span,r._session=e._session,r._transactionName=e._transactionName,r._fingerprint=e._fingerprint,r._eventProcessors=[...e._eventProcessors],r._requestSession=e._requestSession,r._attachments=[...e._attachments]),r}addScopeListener(e){this._scopeListeners.push(e)}addEventProcessor(e){return this._eventProcessors.push(e),this}setUser(e){return this._user=e||{},this._session&&mt(this._session,{user:e}),this._notifyScopeListeners(),this}getUser(){return this._user}getRequestSession(){return this._requestSession}setRequestSession(e){return this._requestSession=e,this}setTags(e){return this._tags={...this._tags,...e},this._notifyScopeListeners(),this}setTag(e,r){return this._tags={...this._tags,[e]:r},this._notifyScopeListeners(),this}setExtras(e){return this._extra={...this._extra,...e},this._notifyScopeListeners(),this}setExtra(e,r){return this._extra={...this._extra,[e]:r},this._notifyScopeListeners(),this}setFingerprint(e){return this._fingerprint=e,this._notifyScopeListeners(),this}setLevel(e){return this._level=e,this._notifyScopeListeners(),this}setTransactionName(e){return this._transactionName=e,this._notifyScopeListeners(),this}setContext(e,r){return r===null?delete this._contexts[e]:this._contexts={...this._contexts,[e]:r},this._notifyScopeListeners(),this}setSpan(e){return this._span=e,this._notifyScopeListeners(),this}getSpan(){return this._span}getTransaction(){let e=this.getSpan();return e&&e.transaction}setSession(e){return e?this._session=e:delete this._session,this._notifyScopeListeners(),this}getSession(){return this._session}update(e){if(!e)return this;if(typeof e=="function"){let r=e(this);return r instanceof t?r:this}return e instanceof t?(this._tags={...this._tags,...e._tags},this._extra={...this._extra,...e._extra},this._contexts={...this._contexts,...e._contexts},e._user&&Object.keys(e._user).length&&(this._user=e._user),e._level&&(this._level=e._level),e._fingerprint&&(this._fingerprint=e._fingerprint),e._requestSession&&(this._requestSession=e._requestSession)):it(e)&&(e=e,this._tags={...this._tags,...e.tags},this._extra={...this._extra,...e.extra},this._contexts={...this._contexts,...e.contexts},e.user&&(this._user=e.user),e.level&&(this._level=e.level),e.fingerprint&&(this._fingerprint=e.fingerprint),e.requestSession&&(this._requestSession=e.requestSession)),this}clear(){return this._breadcrumbs=[],this._tags={},this._extra={},this._user={},this._contexts={},this._level=void 0,this._transactionName=void 0,this._fingerprint=void 0,this._requestSession=void 0,this._span=void 0,this._session=void 0,this._notifyScopeListeners(),this._attachments=[],this}addBreadcrumb(e,r){let a=typeof r=="number"?Math.min(r,Us):Us;if(a<=0)return this;let n={timestamp:zt(),...e};return this._breadcrumbs=[...this._breadcrumbs,n].slice(-a),this._notifyScopeListeners(),this}clearBreadcrumbs(){return this._breadcrumbs=[],this._notifyScopeListeners(),this}addAttachment(e){return this._attachments.push(e),this}getAttachments(){return this._attachments}clearAttachments(){return this._attachments=[],this}applyToEvent(e,r={}){if(this._extra&&Object.keys(this._extra).length&&(e.extra={...this._extra,...e.extra}),this._tags&&Object.keys(this._tags).length&&(e.tags={...this._tags,...e.tags}),this._user&&Object.keys(this._user).length&&(e.user={...this._user,...e.user}),this._contexts&&Object.keys(this._contexts).length&&(e.contexts={...this._contexts,...e.contexts}),this._level&&(e.level=this._level),this._transactionName&&(e.transaction=this._transactionName),this._span){e.contexts={trace:this._span.getTraceContext(),...e.contexts};let a=this._span.transaction&&this._span.transaction.name;a&&(e.tags={transaction:a,...e.tags})}return this._applyFingerprint(e),e.breadcrumbs=[...e.breadcrumbs||[],...this._breadcrumbs],e.breadcrumbs=e.breadcrumbs.length>0?e.breadcrumbs:void 0,e.sdkProcessingMetadata={...e.sdkProcessingMetadata,...this._sdkProcessingMetadata},this._notifyEventProcessors([...js(),...this._eventProcessors],e,r)}setSDKProcessingMetadata(e){return this._sdkProcessingMetadata={...this._sdkProcessingMetadata,...e},this}_notifyEventProcessors(e,r,a,n=0){return new pt((i,o)=>{let l=e[n];if(r===null||typeof l!="function")i(r);else{let s=l({...r},a);!1&&l.id&&s===null&&N.log(`Event processor "${l.id}" dropped event`),hr(s)?s.then(u=>this._notifyEventProcessors(e,u,a,n+1).then(i)).then(null,o):this._notifyEventProcessors(e,s,a,n+1).then(i).then(null,o)}})}_notifyScopeListeners(){this._notifyingListeners||(this._notifyingListeners=!0,this._scopeListeners.forEach(e=>{e(this)}),this._notifyingListeners=!1)}_applyFingerprint(e){e.fingerprint=e.fingerprint?Array.isArray(e.fingerprint)?e.fingerprint:[e.fingerprint]:[],this._fingerprint&&(e.fingerprint=e.fingerprint.concat(this._fingerprint)),e.fingerprint&&!e.fingerprint.length&&delete e.fingerprint}};function js(){return fr("globalEventProcessors",()=>[])}function gt(t){js().push(t)}var li=4,mm=100,kt=class{constructor(e,r=new Je,a=li){this._version=a;this.getStackTop().scope=r,e&&this.bindClient(e)}_stack=[{}];_lastEventId;isOlderThan(e){return this._version{i.captureException(e,{originalException:e,syntheticException:n,...r,event_id:a},o)}),a}captureMessage(e,r,a){let n=this._lastEventId=a&&a.event_id?a.event_id:xt(),i=new Error(e);return this._withClient((o,l)=>{o.captureMessage(e,r,{originalException:e,syntheticException:i,...a,event_id:n},l)}),n}captureEvent(e,r){let a=r&&r.event_id?r.event_id:xt();return e.type!=="transaction"&&(this._lastEventId=a),this._withClient((n,i)=>{n.captureEvent(e,{...r,event_id:a},i)}),a}lastEventId(){return this._lastEventId}addBreadcrumb(e,r){let{scope:a,client:n}=this.getStackTop();if(!a||!n)return;let{beforeBreadcrumb:i=null,maxBreadcrumbs:o=mm}=n.getOptions&&n.getOptions()||{};if(o<=0)return;let s={timestamp:zt(),...e},u=i?jn(()=>i(s,r)):s;u!==null&&a.addBreadcrumb(u,o)}setUser(e){let r=this.getScope();r&&r.setUser(e)}setTags(e){let r=this.getScope();r&&r.setTags(e)}setExtras(e){let r=this.getScope();r&&r.setExtras(e)}setTag(e,r){let a=this.getScope();a&&a.setTag(e,r)}setExtra(e,r){let a=this.getScope();a&&a.setExtra(e,r)}setContext(e,r){let a=this.getScope();a&&a.setContext(e,r)}configureScope(e){let{scope:r,client:a}=this.getStackTop();r&&a&&e(r)}run(e){let r=vr(this);try{e(this)}finally{vr(r)}}getIntegration(e){let r=this.getClient();if(!r)return null;try{return r.getIntegration(e)}catch{return!1&&N.warn(`Cannot retrieve integration ${e.id} from the current Hub`),null}}startTransaction(e,r){return this._callExtensionMethod("startTransaction",e,r)}traceHeaders(){return this._callExtensionMethod("traceHeaders")}captureSession(e=!1){if(e)return this.endSession();this._sendSessionUpdate()}endSession(){let e=this.getStackTop(),r=e&&e.scope,a=r&&r.getSession();a&&si(a),this._sendSessionUpdate(),r&&r.setSession()}startSession(e){let{scope:r,client:a}=this.getStackTop(),{release:n,environment:i}=a&&a.getOptions()||{},o=Te(),{userAgent:l}=o.navigator||{},s=oi({release:n,environment:i,...r&&{user:r.getUser()},...l&&{userAgent:l},...e});if(r){let u=r.getSession&&r.getSession();u&&u.status==="ok"&&mt(u,{status:"exited"}),this.endSession(),r.setSession(s)}return s}shouldSendDefaultPii(){let e=this.getClient(),r=e&&e.getOptions();return!!(r&&r.sendDefaultPii)}_sendSessionUpdate(){let{scope:e,client:r}=this.getStackTop();if(!e)return;let a=e.getSession();a&&r&&r.captureSession&&r.captureSession(a)}_withClient(e){let{scope:r,client:a}=this.getStackTop();a&&e(a,r)}_callExtensionMethod(e,...r){let n=Vr().__SENTRY__;if(n&&n.extensions&&typeof n.extensions[e]=="function")return n.extensions[e].apply(this,r);!1&&N.warn(`Extension method ${e} couldn't be found, doing nothing.`)}};function Vr(){let t=Te();return t.__SENTRY__=t.__SENTRY__||{extensions:{},hub:void 0},t}function vr(t){let e=Vr(),r=et(e);return La(e,t),r}function Z(){let t=Vr();return(!Ks(t)||et(t).isOlderThan(li))&&La(t,new kt),Ls()?gm(t):et(t)}function gm(t){try{let e=Vr().__SENTRY__,r=e&&e.extensions&&e.extensions.domain&&e.extensions.domain.active;if(!r)return et(t);if(!Ks(r)||et(r).isOlderThan(li)){let a=et(t).getStackTop();La(r,new kt(a.client,Je.clone(a.scope)))}return et(r)}catch{return et(t)}}function Ks(t){return!!(t&&t.__SENTRY__&&t.__SENTRY__.hub)}function et(t){return fr("hub",()=>new kt,t)}function La(t,e){if(!t)return!1;let r=t.__SENTRY__=t.__SENTRY__||{};return r.hub=e,!0}function yr(t,e){return Z().captureException(t,{captureContext:e})}function Ba(t,e){let r=typeof e=="string"?e:void 0,a=typeof e!="string"?{captureContext:e}:void 0;return Z().captureMessage(t,r,a)}function Ia(t,e){return Z().captureEvent(t,e)}function Fa(t){Z().configureScope(t)}function za(t){Z().addBreadcrumb(t)}function Oa(t,e){Z().setContext(t,e)}function Ma(t){Z().setExtras(t)}function Ra(t,e){Z().setExtra(t,e)}function Na(t){Z().setTags(t)}function qa(t,e){Z().setTag(t,e)}function Ua(t){Z().setUser(t)}function Sr(t){Z().withScope(t)}function ja(t,e){return Z().startTransaction({metadata:{source:"custom"},...t},e)}var hm="7";function Ws(t){let e=t.protocol?`${t.protocol}:`:"",r=t.port?`:${t.port}`:"";return`${e}//${t.host}${r}${t.path?`/${t.path}`:""}/api/`}function fm(t){return`${Ws(t)}${t.projectId}/envelope/`}function bm(t,e){return ws({sentry_key:t.publicKey,sentry_version:hm,...e&&{sentry_client:`${e.name}/${e.version}`}})}function $r(t,e={}){let r=typeof e=="string"?e:e.tunnel,a=typeof e=="string"||!e._metadata?void 0:e._metadata.sdk;return r||`${fm(t)}?${bm(t,a)}`}function ui(t,e){let r=ka(t),a=`${Ws(r)}embed/error-page/`,n=`dsn=${Xt(r)}`;for(let i in e)if(i!=="dsn")if(i==="user"){let o=e.user;if(!o)continue;o.name&&(n+=`&name=${encodeURIComponent(o.name)}`),o.email&&(n+=`&email=${encodeURIComponent(o.email)}`)}else n+=`&${encodeURIComponent(i)}=${encodeURIComponent(e[i])}`;return`${a}?${n}`}function Hs(t){if(!t||!t.sdk)return;let{name:e,version:r}=t.sdk;return{name:e,version:r}}function Tm(t,e){return e&&(t.sdk=t.sdk||{},t.sdk.name=t.sdk.name||e.name,t.sdk.version=t.sdk.version||e.version,t.sdk.integrations=[...t.sdk.integrations||[],...e.integrations||[]],t.sdk.packages=[...t.sdk.packages||[],...e.packages||[]]),t}function Gs(t,e,r,a){let n=Hs(r),i={sent_at:new Date().toISOString(),...n&&{sdk:n},...!!a&&{dsn:Xt(e)}},o="aggregates"in t?[{type:"sessions"},t]:[{type:"session"},t];return er(i,[o])}function Vs(t,e,r,a){let n=Hs(r),i=t.type||"event",{transactionSampling:o}=t.sdkProcessingMetadata||{},{method:l,rate:s}=o||{};Tm(t,r&&r.sdk);let u=vm(t,n,a,e);return delete t.sdkProcessingMetadata,er(u,[[{type:i,sample_rates:[{id:l,rate:s}]},t]])}function vm(t,e,r,a){let n=t.sdkProcessingMetadata&&t.sdkProcessingMetadata.baggage,i=n&&qs(n);return{event_id:t.event_id,sent_at:new Date().toISOString(),...e&&{sdk:e},...!!r&&{dsn:Xt(a)},...t.type==="transaction"&&i&&{trace:Jt({...i})}}}var $s=[];function Qs(t){return t.reduce((e,r)=>(e.every(a=>r.name!==a.name)&&e.push(r),e),[])}function ci(t){let e=t.defaultIntegrations&&[...t.defaultIntegrations]||[],r=t.integrations,a=[...Qs(e)];Array.isArray(r)?a=[...a.filter(o=>r.every(l=>l.name!==o.name)),...Qs(r)]:typeof r=="function"&&(a=r(a),a=Array.isArray(a)?a:[a]);let n=a.map(o=>o.name),i="Debug";return n.indexOf(i)!==-1&&a.push(...a.splice(n.indexOf(i),1)),a}function Ys(t){let e={};return t.forEach(r=>{e[r.name]=r,$s.indexOf(r.name)===-1&&(r.setupOnce(gt,Z),$s.push(r.name),!1&&N.log(`Integration installed: ${r.name}`))}),e}var Xs="Not capturing exception because it's already been captured.",Qr=class{_options;_dsn;_transport;_integrations={};_integrationsInitialized=!1;_numProcessing=0;_outcomes={};constructor(e){if(this._options=e,e.dsn){this._dsn=ka(e.dsn);let r=$r(this._dsn,e);this._transport=e.transport({recordDroppedEvent:this.recordDroppedEvent.bind(this),...e.transportOptions,url:r})}else!1&&N.warn("No DSN provided, client will not do anything.")}captureException(e,r,a){if(Xn(e)){!1&&N.log(Xs);return}let n=r&&r.event_id;return this._process(this.eventFromException(e,r).then(i=>this._captureEvent(i,r,a)).then(i=>{n=i})),n}captureMessage(e,r,a,n){let i=a&&a.event_id,o=Nr(e)?this.eventFromMessage(String(e),r,a):this.eventFromException(e,a);return this._process(o.then(l=>this._captureEvent(l,a,n)).then(l=>{i=l})),i}captureEvent(e,r,a){if(r&&r.originalException&&Xn(r.originalException)){!1&&N.log(Xs);return}let n=r&&r.event_id;return this._process(this._captureEvent(e,r,a).then(i=>{n=i})),n}captureSession(e){if(!this._isEnabled()){!1&&N.warn("SDK not enabled, will not capture session.");return}typeof e.release!="string"?!1&&N.warn("Discarded session because of missing or non-string release"):(this.sendSession(e),mt(e,{init:!1}))}getDsn(){return this._dsn}getOptions(){return this._options}getTransport(){return this._transport}flush(e){let r=this._transport;return r?this._isClientDoneProcessing(e).then(a=>r.flush(e).then(n=>a&&n)):Ge(!0)}close(e){return this.flush(e).then(r=>(this.getOptions().enabled=!1,r))}setupIntegrations(){this._isEnabled()&&!this._integrationsInitialized&&(this._integrations=Ys(this._options.integrations),this._integrationsInitialized=!0)}getIntegrationById(e){return this._integrations[e]}getIntegration(e){try{return this._integrations[e.id]||null}catch{return!1&&N.warn(`Cannot retrieve integration ${e.id} from the current Client`),null}}sendEvent(e,r={}){if(this._dsn){let a=Vs(e,this._dsn,this._options._metadata,this._options.tunnel);for(let n of r.attachments||[])a=zs(a,Os(n,this._options.transportOptions&&this._options.transportOptions.textEncoder));this._sendEnvelope(a)}}sendSession(e){if(this._dsn){let r=Gs(e,this._dsn,this._options._metadata,this._options.tunnel);this._sendEnvelope(r)}}recordDroppedEvent(e,r){if(this._options.sendClientReports){let a=`${e}:${r}`;!1&&N.log(`Adding outcome: "${a}"`),this._outcomes[a]=this._outcomes[a]+1||1}}_updateSessionFromEvent(e,r){let a=!1,n=!1,i=r.exception&&r.exception.values;if(i){n=!0;for(let s of i){let u=s.mechanism;if(u&&u.handled===!1){a=!0;break}}}let o=e.status==="ok";(o&&e.errors===0||o&&a)&&(mt(e,{...a&&{status:"crashed"},errors:e.errors||Number(n||a)}),this.captureSession(e))}_isClientDoneProcessing(e){return new pt(r=>{let a=0,n=1,i=setInterval(()=>{this._numProcessing==0?(clearInterval(i),r(!0)):(a+=n,e&&a>=e&&(clearInterval(i),r(!1)))},n)})}_isEnabled(){return this.getOptions().enabled!==!1&&this._dsn!==void 0}_prepareEvent(e,r,a){let{normalizeDepth:n=3,normalizeMaxBreadth:i=1e3}=this.getOptions(),o={...e,event_id:e.event_id||r.event_id||xt(),timestamp:e.timestamp||zt()};this._applyClientOptions(o),this._applyIntegrationsMetadata(o);let l=a;r.captureContext&&(l=Je.clone(l).update(r.captureContext));let s=Ge(o);if(l){let u=[...r.attachments||[],...l.getAttachments()];u.length&&(r.attachments=u),s=l.applyToEvent(o,r)}return s.then(u=>typeof n=="number"&&n>0?this._normalizeEvent(u,n,i):u)}_normalizeEvent(e,r,a){if(!e)return null;let n={...e,...e.breadcrumbs&&{breadcrumbs:e.breadcrumbs.map(i=>({...i,...i.data&&{data:Dt(i.data,r,a)}}))},...e.user&&{user:Dt(e.user,r,a)},...e.contexts&&{contexts:Dt(e.contexts,r,a)},...e.extra&&{extra:Dt(e.extra,r,a)}};return e.contexts&&e.contexts.trace&&n.contexts&&(n.contexts.trace=e.contexts.trace,e.contexts.trace.data&&(n.contexts.trace.data=Dt(e.contexts.trace.data,r,a))),e.spans&&(n.spans=e.spans.map(i=>(i.data&&(i.data=Dt(i.data,r,a)),i))),n}_applyClientOptions(e){let r=this.getOptions(),{environment:a,release:n,dist:i,maxValueLength:o=250}=r;"environment"in e||(e.environment="environment"in r?a:"production"),e.release===void 0&&n!==void 0&&(e.release=n),e.dist===void 0&&i!==void 0&&(e.dist=i),e.message&&(e.message=Zt(e.message,o));let l=e.exception&&e.exception.values&&e.exception.values[0];l&&l.value&&(l.value=Zt(l.value,o));let s=e.request;s&&s.url&&(s.url=Zt(s.url,o))}_applyIntegrationsMetadata(e){let r=Object.keys(this._integrations);r.length>0&&(e.sdk=e.sdk||{},e.sdk.integrations=[...e.sdk.integrations||[],...r])}_captureEvent(e,r={},a){return this._processEvent(e,r,a).then(n=>n.event_id,n=>{!1&&N.warn(n)})}_processEvent(e,r,a){let{beforeSend:n,sampleRate:i}=this.getOptions();if(!this._isEnabled())return Gr(new Ee("SDK not enabled, will not capture event."));let o=e.type==="transaction";return!o&&typeof i=="number"&&Math.random()>i?(this.recordDroppedEvent("sample_rate","error"),Gr(new Ee(`Discarding event because it's not included in the random sample (sampling rate = ${i})`))):this._prepareEvent(e,r,a).then(l=>{if(l===null)throw this.recordDroppedEvent("event_processor",e.type||"error"),new Ee("An event processor returned null, will not send event.");if(r.data&&r.data.__sentry__===!0||o||!n)return l;let u=n(l,r);return ym(u)}).then(l=>{if(l===null)throw this.recordDroppedEvent("before_send",e.type||"error"),new Ee("`beforeSend` returned `null`, will not send event.");let s=a&&a.getSession();return!o&&s&&this._updateSessionFromEvent(s,l),this.sendEvent(l,r),l}).then(null,l=>{throw l instanceof Ee?l:(this.captureException(l,{data:{__sentry__:!0},originalException:l}),new Ee(`Event processing pipeline threw an error, original event will not be sent. Details have been sent as a new event. +Reason: ${l}`))})}_process(e){this._numProcessing+=1,e.then(r=>(this._numProcessing-=1,r),r=>(this._numProcessing-=1,r))}_sendEnvelope(e){this._transport&&this._dsn?this._transport.send(e).then(null,r=>{!1&&N.error("Error while sending event:",r)}):!1&&N.error("Transport disabled")}_clearOutcomes(){let e=this._outcomes;return this._outcomes={},Object.keys(e).map(r=>{let[a,n]=r.split(":");return{reason:a,category:n,quantity:e[r]}})}};function ym(t){let e="`beforeSend` method has to return `null` or a valid event.";if(hr(t))return t.then(r=>{if(!(it(r)||r===null))throw new Ee(e);return r},r=>{throw new Ee(`beforeSend rejected with ${r}`)});if(!(it(t)||t===null))throw new Ee(e);return t}function di(t,e){e.debug===!0&&!1&&N.enable();let r=Z(),a=r.getScope();a&&a.update(e.initialScope);let n=new t(e);r.bindClient(n)}var Sm=30;function Yr(t,e,r=Bs(t.bufferSize||Sm)){let a={},n=o=>r.drain(o);function i(o){let l=[];if(ni(o,(d,h)=>{let b=ii(h);Rs(a,b)?t.recordDroppedEvent("ratelimit_backoff",b):l.push(d)}),l.length===0)return Ge();let s=er(o[0],l),u=d=>{ni(s,(h,b)=>{t.recordDroppedEvent(d,ii(b))})},c=()=>e({body:Pa(s,t.textEncoder)}).then(d=>{d.statusCode!==void 0&&(d.statusCode<200||d.statusCode>=300)&&!1&&N.warn(`Sentry responded with status code ${d.statusCode} to sent event.`),a=Ns(a,d)},d=>{!1&&N.error("Failed while sending event:",d),u("network_error")});return r.add(c).then(d=>d,d=>{if(d instanceof Ee)return!1&&N.error("Skipped sending event due to full buffer"),u("queue_overflow"),Ge();throw d})}return{send:i,flush:n}}var wr="7.7.0";var ar={};ma(ar,{FunctionToString:()=>tr,InboundFilters:()=>rr});var Zs,tr=class t{static id="FunctionToString";name=t.id;setupOnce(){Zs=Function.prototype.toString,Function.prototype.toString=function(...e){let r=br(this)||this;return Zs.apply(r,e)}}};var wm=[/^Script error\.?$/,/^Javascript error: Script error\.? on line 0$/],rr=class t{constructor(e={}){this._options=e}static id="InboundFilters";name=t.id;setupOnce(e,r){let a=n=>{let i=r();if(i){let o=i.getIntegration(t);if(o){let l=i.getClient(),s=l?l.getOptions():{},u=xm(o._options,s);return Am(n,u)?null:n}}return n};a.id=this.name,e(a)}};function xm(t={},e={}){return{allowUrls:[...t.allowUrls||[],...e.allowUrls||[]],denyUrls:[...t.denyUrls||[],...e.denyUrls||[]],ignoreErrors:[...t.ignoreErrors||[],...e.ignoreErrors||[],...wm],ignoreInternal:t.ignoreInternal!==void 0?t.ignoreInternal:!0}}function Am(t,e){return e.ignoreInternal&&_m(t)?(!1&&N.warn(`Event dropped due to being internal Sentry Error. Event: ${At(t)}`),!0):Dm(t,e.ignoreErrors)?(!1&&N.warn(`Event dropped due to being matched by \`ignoreErrors\` option. Event: ${At(t)}`),!0):km(t,e.denyUrls)?(!1&&N.warn(`Event dropped due to being matched by \`denyUrls\` option. Event: ${At(t)}. Url: ${Ka(t)}`),!0):Em(t,e.allowUrls)?!1:(!1&&N.warn(`Event dropped due to not being matched by \`allowUrls\` option. Event: ${At(t)}. -Url: ${Ka(t)}`),!0)}function Dm(t,e){return!e||!e.length?!1:Cm(t).some(r=>e.some(a=>Ea(r,a)))}function km(t,e){if(!e||!e.length)return!1;let r=Ka(t);return r?e.some(a=>Ea(r,a)):!1}function Em(t,e){if(!e||!e.length)return!0;let r=Ka(t);return r?e.some(a=>Ea(r,a)):!0}function Cm(t){if(t.message)return[t.message];if(t.exception)try{let{type:e="",value:r=""}=t.exception.values&&t.exception.values[0]||{};return[`${r}`,`${e}: ${r}`]}catch{return!1&&N.error(`Cannot extract message for event ${At(t)}`),[]}return[]}function _m(t){try{return t.exception.values[0].type==="SentryError"}catch{}return!1}function Pm(t=[]){for(let e=t.length-1;e>=0;e--){let r=t[e];if(r&&r.filename!==""&&r.filename!=="[native code]")return r.filename||null}return null}function Ka(t){try{let e;try{e=t.exception.values[0].stacktrace.frames}catch{}return e?Pm(e):null}catch{return!1&&N.error(`Cannot extract url for event ${At(t)}`),null}}function gi(t,e){let r=hi(t,e),a={type:e&&e.name,value:Fm(e)};return r.length&&(a.stacktrace={frames:r}),a.type===void 0&&a.value===""&&(a.value="Unrecoverable error caught"),a}function Lm(t,e,r,a){let n={exception:{values:[{type:qr(e)?e.constructor.name:a?"UnhandledRejection":"Error",value:`Non-Error ${a?"promise rejection":"exception"} captured with keys: ${xs(e)}`}]},extra:{__serialized__:Jn(e)}};if(r){let i=hi(t,r);i.length&&(n.exception.values[0].stacktrace={frames:i})}return n}function pi(t,e){return{exception:{values:[gi(t,e)]}}}function hi(t,e){let r=e.stacktrace||e.stack||"",a=Bm(e);try{return t(r,a)}catch{}return[]}var Im=/Minified React error #\d+;/i;function Bm(t){if(t){if(typeof t.framesToPop=="number")return t.framesToPop;if(Im.test(t.message))return 1}return 0}function Fm(t){let e=t&&t.message;return e?e.error&&typeof e.error.message=="string"?e.error.message:e:"No error message"}function Js(t,e,r,a){let n=r&&r.syntheticException||void 0,i=Wa(t,e,n,a);return Ft(i),i.level="error",r&&r.event_id&&(i.event_id=r.event_id),Ge(i)}function el(t,e,r="info",a,n){let i=a&&a.syntheticException||void 0,o=mi(t,e,i,n);return o.level=r,a&&a.event_id&&(o.event_id=a.event_id),Ge(o)}function Wa(t,e,r,a,n){let i;if(Da(e)&&e.error)return pi(t,e.error);if(ps(e)){let o=e;if("stack"in e)i=pi(t,e);else{let l=o.name||"DOMException",s=o.message?`${l}: ${o.message}`:l;i=mi(t,s,r,a),Hr(i,s)}return"code"in o&&(i.tags={...i.tags,"DOMException.code":`${o.code}`}),i}return Aa(e)?pi(t,e):it(e)||qr(e)?(i=Lm(t,e,r,n),Ft(i,{synthetic:!0}),i):(i=mi(t,e,r,a),Hr(i,`${e}`,void 0),Ft(i,{synthetic:!0}),i)}function mi(t,e,r,a){let n={message:e};if(a&&r){let i=hi(t,r);i.length&&(n.exception={values:[{value:e,stacktrace:{frames:i}}]})}return n}var fi="Breadcrumbs",Ot=class t{static id=fi;name=t.id;options;constructor(e){this.options={console:!0,dom:!0,fetch:!0,history:!0,sentry:!0,xhr:!0,...e}}setupOnce(){this.options.console&<("console",Om),this.options.dom&<("dom",zm(this.options.dom)),this.options.xhr&<("xhr",Mm),this.options.fetch&<("fetch",Rm),this.options.history&<("history",Nm)}};function zm(t){function e(r){let a,n=typeof t=="object"?t.serializeAttribute:void 0;typeof n=="string"&&(n=[n]);try{a=r.event.target?Ur(r.event.target,n):Ur(r.event,n)}catch{a=""}a.length!==0&&Z().addBreadcrumb({category:`ui.${r.name}`,message:a},{event:r.event,name:r.name,global:r.global})}return e}function Om(t){let e={category:"console",data:{arguments:t.args,logger:"console"},level:Bs(t.level),message:Kn(t.args," ")};if(t.level==="assert")if(t.args[0]===!1)e.message=`Assertion failed: ${Kn(t.args.slice(1)," ")||"console.assert"}`,e.data.arguments=t.args.slice(1);else return;Z().addBreadcrumb(e,{input:t.args,level:t.level})}function Mm(t){if(t.endTimestamp){if(t.xhr.__sentry_own_request__)return;let{method:e,url:r,status_code:a,body:n}=t.xhr.__sentry_xhr__||{};Z().addBreadcrumb({category:"xhr",data:{method:e,url:r,status_code:a},type:"http"},{xhr:t.xhr,input:n});return}}function Rm(t){t.endTimestamp&&(t.fetchData.url.match(/sentry_key/)&&t.fetchData.method==="POST"||(t.error?Z().addBreadcrumb({category:"fetch",data:t.fetchData,level:"error",type:"http"},{data:t.error,input:t.args}):Z().addBreadcrumb({category:"fetch",data:{...t.fetchData,status_code:t.response.status},type:"http"},{input:t.args,response:t.response})))}function Nm(t){let e=Te(),r=t.from,a=t.to,n=Ca(e.location.href),i=Ca(r),o=Ca(a);i.path||(i=n),n.protocol===o.protocol&&n.host===o.host&&(a=o.relative),n.protocol===i.protocol&&n.host===i.host&&(r=i.relative),Z().addBreadcrumb({category:"navigation",data:{from:r,to:a}})}var Ga=Te(),Ha;function bi(){if(Ha)return Ha;if(ks(fetch))return Ha=fetch.bind(Ga);let t=Ga.document,e=fetch;if(t&&typeof t.createElement=="function")try{let r=t.createElement("iframe");r.hidden=!0,t.head.appendChild(r);let a=r.contentWindow;a&&a.fetch&&(e=a.fetch),t.head.removeChild(r)}catch(r){!1&&N.warn("Could not create sandbox iframe for pure fetch check, bailing to window.fetch: ",r)}return Ha=e.bind(Ga)}function tl(t,e){Object.prototype.toString.call(Ga&&navigator)==="[object Navigator]"&&typeof navigator.sendBeacon=="function"?navigator.sendBeacon.bind(navigator)(t,e):Ds()&&bi()(t,{body:e,method:"POST",credentials:"omit",keepalive:!0}).then(null,i=>{!1&&N.error(i)})}var Ti=Te(),xr=class extends Qr{constructor(e){e._metadata=e._metadata||{},e._metadata.sdk=e._metadata.sdk||{name:"sentry.javascript.browser",packages:[{name:"npm:@sentry/browser",version:wr}],version:wr},super(e),e.sendClientReports&&Ti.document&&Ti.document.addEventListener("visibilitychange",()=>{Ti.document.visibilityState==="hidden"&&this._flushOutcomes()})}eventFromException(e,r){return Js(this._options.stackParser,e,r,this._options.attachStacktrace)}eventFromMessage(e,r="info",a){return el(this._options.stackParser,e,r,a,this._options.attachStacktrace)}sendEvent(e,r){let a=this.getIntegrationById(fi);a&&a.options&&a.options.sentry&&Z().addBreadcrumb({category:`sentry.${e.type==="transaction"?"transaction":"event"}`,event_id:e.event_id,level:e.level,message:At(e)},{event:e}),super.sendEvent(e,r)}_prepareEvent(e,r,a){return e.platform=e.platform||"javascript",super._prepareEvent(e,r,a)}_flushOutcomes(){let e=this._clearOutcomes();if(e.length===0){!1&&N.log("No outcomes to send");return}if(!this._dsn){!1&&N.log("No dsn provided, will not send outcomes");return}!1&&N.log("Sending outcomes:",e);let r=$r(this._dsn,this._options),a=Ms(e,this._options.tunnel&&Xt(this._dsn));try{tl(r,Pa(a))}catch(n){!1&&N.error(n)}}};function Xr(t,e=bi()){function r(a){let n={body:a.body,method:"POST",referrerPolicy:"origin",headers:t.headers,...t.fetchOptions};return e(t.url,n).then(i=>({statusCode:i.status,headers:{"x-sentry-rate-limits":i.headers.get("X-Sentry-Rate-Limits"),"retry-after":i.headers.get("Retry-After")}}))}return Yr(t,r)}var Ar="?",qm=10,Um=20,jm=30,Km=40,Wm=50;function Zr(t,e,r,a){let n={filename:t,function:e,in_app:!0};return r!==void 0&&(n.lineno=r),a!==void 0&&(n.colno=a),n}var Hm=/^\s*at (?:(.*?) ?\((?:address at )?)?((?:file|https?|blob|chrome-extension|address|native|eval|webpack||[-a-z]+:|.*bundle|\/).*?)(?::(\d+))?(?::(\d+))?\)?\s*$/i,Gm=/\((\S*)(?::(\d+))(?::(\d+))\)/,Vm=t=>{let e=Hm.exec(t);if(e){if(e[2]&&e[2].indexOf("eval")===0){let i=Gm.exec(e[2]);i&&(e[2]=i[1],e[3]=i[2],e[4]=i[3])}let[a,n]=nl(e[1]||Ar,e[2]);return Zr(n,a,e[3]?+e[3]:void 0,e[4]?+e[4]:void 0)}},vi=[jm,Vm],$m=/^\s*(.*?)(?:\((.*?)\))?(?:^|@)?((?:file|https?|blob|chrome|webpack|resource|moz-extension|capacitor).*?:\/.*?|\[native code\]|[^@]*(?:bundle|\d+\.js)|\/[\w\-. /=]+)(?::(\d+))?(?::(\d+))?\s*$/i,Qm=/(\S+) line (\d+)(?: > eval line \d+)* > eval/i,Ym=t=>{let e=$m.exec(t);if(e){if(e[3]&&e[3].indexOf(" > eval")>-1){let i=Qm.exec(e[3]);i&&(e[1]=e[1]||"eval",e[3]=i[1],e[4]=i[2],e[5]="")}let a=e[3],n=e[1]||Ar;return[n,a]=nl(n,a),Zr(a,n,e[4]?+e[4]:void 0,e[5]?+e[5]:void 0)}},yi=[Wm,Ym],Xm=/^\s*at (?:((?:\[object object\])?.+) )?\(?((?:file|ms-appx|https?|webpack|blob):.*?):(\d+)(?::(\d+))?\)?\s*$/i,Zm=t=>{let e=Xm.exec(t);return e?Zr(e[2],e[1]||Ar,+e[3],e[4]?+e[4]:void 0):void 0},Si=[Km,Zm],Jm=/ line (\d+).*script (?:in )?(\S+)(?:: in function (\S+))?$/i,eg=t=>{let e=Jm.exec(t);return e?Zr(e[2],e[3]||Ar,+e[1]):void 0},rl=[qm,eg],tg=/ line (\d+), column (\d+)\s*(?:in (?:]+)>|([^)]+))\(.*\))? in (.*):\s*$/i,rg=t=>{let e=tg.exec(t);return e?Zr(e[5],e[3]||e[4]||Ar,+e[1],+e[2]):void 0},al=[Um,rg],wi=[vi,yi,Si],Va=$n(...wi),nl=(t,e)=>{let r=t.indexOf("safari-extension")!==-1,a=t.indexOf("safari-web-extension")!==-1;return r||a?[t.indexOf("@")!==-1?t.split("@")[0]:Ar,r?`safari-extension:${e}`:`safari-web-extension:${e}`]:[t,e]};var xi=0;function Ai(){return xi>0}function ag(){xi+=1,setTimeout(()=>{xi-=1})}function Et(t,e={},r){if(typeof t!="function")return t;try{let n=t.__sentry_wrapped__;if(n)return n;if(br(t))return t}catch{return t}let a=function(){let n=Array.prototype.slice.call(arguments);try{r&&typeof r=="function"&&r.apply(this,arguments);let i=n.map(o=>Et(o,e));return t.apply(this,i)}catch(i){throw ag(),Sr(o=>{o.addEventProcessor(l=>(e.mechanism&&(Hr(l,void 0,void 0),Ft(l,e.mechanism)),l.extra={...l.extra,arguments:n},l)),yr(i)}),i}};try{for(let n in t)Object.prototype.hasOwnProperty.call(t,n)&&(a[n]=t[n])}catch{}Hn(a,t),Kr(t,"__sentry_wrapped__",a);try{Object.getOwnPropertyDescriptor(a,"name").configurable&&Object.defineProperty(a,"name",{get(){return t.name}})}catch{}return a}var Di={};ma(Di,{Breadcrumbs:()=>Ot,Dedupe:()=>qt,GlobalHandlers:()=>ht,HttpContext:()=>Nt,LinkedErrors:()=>Rt,TryCatch:()=>Mt});var ht=class t{static id="GlobalHandlers";name=t.id;_options;_installFunc={onerror:ng,onunhandledrejection:ig};constructor(e){this._options={onerror:!0,onunhandledrejection:!0,...e}}setupOnce(){let e=this._options;for(let r in e){let a=this._installFunc[r];a&&e[r]&&(lg(r),a(),this._installFunc[r]=void 0)}}};function ng(){lt("error",t=>{let[e,r,a]=sl();if(!e.getIntegration(ht))return;let{msg:n,url:i,line:o,column:l,error:s}=t;if(Ai()||s&&s.__sentry_own_request__)return;let u=s===void 0&&St(n)?sg(n,i,o,l):il(Wa(r,s||n,void 0,a,!1),i,o,l);u.level="error",ol(e,s,u,"onerror")})}function ig(){lt("unhandledrejection",t=>{let[e,r,a]=sl();if(!e.getIntegration(ht))return;let n=t;try{"reason"in t?n=t.reason:"detail"in t&&"reason"in t.detail&&(n=t.detail.reason)}catch{}if(Ai()||n&&n.__sentry_own_request__)return!0;let i=Nr(n)?og(n):Wa(r,n,void 0,a,!0);i.level="error",ol(e,n,i,"onunhandledrejection")})}function og(t){return{exception:{values:[{type:"UnhandledRejection",value:`Non-Error promise rejection captured with value: ${String(t)}`}]}}}function sg(t,e,r,a){let n=/^(?:[Uu]ncaught (?:exception: )?)?(?:((?:Eval|Internal|Range|Reference|Syntax|Type|URI|)Error): )?(.*)$/i,i=Da(t)?t.message:t,o="Error",l=i.match(n);return l&&(o=l[1],i=l[2]),il({exception:{values:[{type:o,value:i}]}},e,r,a)}function il(t,e,r,a){let n=t.exception=t.exception||{},i=n.values=n.values||[],o=i[0]=i[0]||{},l=o.stacktrace=o.stacktrace||{},s=l.frames=l.frames||[],u=isNaN(parseInt(a,10))?void 0:a,c=isNaN(parseInt(r,10))?void 0:r,d=St(e)&&e.length>0?e:bs();return s.length===0&&s.push({colno:u,filename:d,function:"?",in_app:!0,lineno:c}),t}function lg(t){!1&&N.log(`Global Handler attached: ${t}`)}function ol(t,e,r,a){Ft(r,{handled:!1,type:a}),t.captureEvent(r,{originalException:e})}function sl(){let t=Z(),e=t.getClient(),r=e&&e.getOptions()||{stackParser:()=>[],attachStacktrace:!1};return[t,r.stackParser,r.attachStacktrace]}var ug=["EventTarget","Window","Node","ApplicationCache","AudioTrackList","ChannelMergerNode","CryptoOperation","EventSource","FileReader","HTMLUnknownElement","IDBDatabase","IDBRequest","IDBTransaction","KeyOperation","MediaController","MessagePort","ModalWindow","Notification","SVGElementInstance","Screen","TextTrack","TextTrackCue","TextTrackList","WebSocket","WebSocketWorker","Worker","XMLHttpRequest","XMLHttpRequestEventTarget","XMLHttpRequestUpload"],Mt=class t{static id="TryCatch";name=t.id;_options;constructor(e){this._options={XMLHttpRequest:!0,eventTarget:!0,requestAnimationFrame:!0,setInterval:!0,setTimeout:!0,...e}}setupOnce(){let e=Te();this._options.setTimeout&&ot(e,"setTimeout",ll),this._options.setInterval&&ot(e,"setInterval",ll),this._options.requestAnimationFrame&&ot(e,"requestAnimationFrame",cg),this._options.XMLHttpRequest&&"XMLHttpRequest"in e&&ot(XMLHttpRequest.prototype,"send",dg);let r=this._options.eventTarget;r&&(Array.isArray(r)?r:ug).forEach(pg)}};function ll(t){return function(...e){let r=e[0];return e[0]=Et(r,{mechanism:{data:{function:st(t)},handled:!0,type:"instrument"}}),t.apply(this,e)}}function cg(t){return function(e){return t.apply(this,[Et(e,{mechanism:{data:{function:"requestAnimationFrame",handler:st(t)},handled:!0,type:"instrument"}})])}}function dg(t){return function(...e){let r=this;return["onload","onerror","onprogress","onreadystatechange"].forEach(n=>{n in r&&typeof r[n]=="function"&&ot(r,n,function(i){let o={mechanism:{data:{function:n,handler:st(i)},handled:!0,type:"instrument"}},l=br(i);return l&&(o.mechanism.data.handler=st(l)),Et(i,o)})}),t.apply(this,e)}}function pg(t){let e=Te(),r=e[t]&&e[t].prototype;!r||!r.hasOwnProperty||!r.hasOwnProperty("addEventListener")||(ot(r,"addEventListener",function(a){return function(n,i,o){try{typeof i.handleEvent=="function"&&(i.handleEvent=Et(i.handleEvent,{mechanism:{data:{function:"handleEvent",handler:st(i),target:t},handled:!0,type:"instrument"}}))}catch{}let l=Et(i,{mechanism:{data:{function:"addEventListener",handler:st(i),target:t},handled:!0,type:"instrument"}}),s=[n,l,o];return a.apply(this,s)}}),ot(r,"removeEventListener",function(a){return function(n,i,o){let l=i;try{let s=l&&l.__sentry_wrapped__;s&&a.call(this,n,s,o)}catch{}return a.call(this,n,l,o)}}))}var mg="cause",gg=5,Rt=class t{static id="LinkedErrors";name=t.id;_key;_limit;constructor(e={}){this._key=e.key||mg,this._limit=e.limit||gg}setupOnce(){let e=Z().getClient();e&>((r,a)=>{let n=Z().getIntegration(t);return n?hg(e.getOptions().stackParser,n._key,n._limit,r,a):r})}};function hg(t,e,r,a,n){if(!a.exception||!a.exception.values||!n||!dt(n.originalException,Error))return a;let i=ul(t,r,n.originalException,e);return a.exception.values=[...i,...a.exception.values],a}function ul(t,e,r,a,n=[]){if(!dt(r[a],Error)||n.length+1>=e)return n;let i=gi(t,r[a]);return ul(t,e,r[a],a,[i,...n])}var cl=Te(),Nt=class t{static id="HttpContext";name=t.id;setupOnce(){gt(e=>{if(Z().getIntegration(t)){if(!navigator&&!location&&!cl.document)return e;let r=e.request&&e.request.url||location&&location.href,{referrer:a}=cl.document||{},{userAgent:n}=navigator||{},i={...e.request&&e.request.headers,...a&&{Referer:a},...n&&{"User-Agent":n}},o={...r&&{url:r},headers:i};return{...e,request:o}}return e})}};var qt=class t{static id="Dedupe";name=t.id;_previousEvent;setupOnce(e,r){let a=n=>{let i=r().getIntegration(t);if(i){try{if(fg(n,i._previousEvent))return!1&&N.warn("Event dropped due to being a duplicate of previously captured event."),null}catch{return i._previousEvent=n}return i._previousEvent=n}return n};a.id=this.name,e(a)}};function fg(t,e){return e?!!(bg(t,e)||Tg(t,e)):!1}function bg(t,e){let r=t.message,a=e.message;return!(!r&&!a||r&&!a||!r&&a||r!==a||!gl(t,e)||!ml(t,e))}function Tg(t,e){let r=dl(e),a=dl(t);return!(!r||!a||r.type!==a.type||r.value!==a.value||!gl(t,e)||!ml(t,e))}function ml(t,e){let r=pl(t),a=pl(e);if(!r&&!a)return!0;if(r&&!a||!r&&a||(r=r,a=a,a.length!==r.length))return!1;for(let n=0;n"u"){!1&&N.warn("Session tracking in non-browser environment with @sentry/browser is not supported.");return}let r=Z();r.captureSession&&(hl(r),lt("history",({from:a,to:n})=>{a===void 0||a===n||hl(Z())}))}var Al={},Ei=Te();Ei.Sentry&&Ei.Sentry.Integrations&&(Al=Ei.Sentry.Integrations);var yg={...Al,...ar,...Di};var Fx=ba.alert;function pe(){return typeof process>"u"&&typeof Deno<"u"?Deno.env.toObject():m}var te=pe();function Ut(){return te.IMMERSIVE_TRANSLATE_USERSCRIPT==="1"}function ut(){return te.PROD==="1"}function jt(){return te.PROD_API==="1"}function Ct(){if(te.IMMERSIVE_TRANSLATE_SAFARI==="1")return!0;if(typeof globalThis.immersiveTranslateBrowserAPI<"u"&&globalThis.immersiveTranslateBrowserAPI.runtime&&globalThis.immersiveTranslateBrowserAPI.runtime.getManifest){let e=globalThis.immersiveTranslateBrowserAPI.runtime.getManifest();return!!(e&&e._isSafari)}else return!1}function Dl(){return typeof Deno<"u"}var Xx=pe().PROD==="1",Zx=pe().PROD!=="1";function kl(){return typeof globalThis.__IS_IMMERSIVE_TRANSLATE_WEB_OPTIONS_PAGE__<"u"}function Ci(){if(typeof globalThis.immersiveTranslateBrowserAPI<"u"&&globalThis.immersiveTranslateBrowserAPI.runtime&&globalThis.immersiveTranslateBrowserAPI.runtime.getManifest){let t=globalThis.immersiveTranslateBrowserAPI.runtime.getManifest();return!!(t&&(t._isUserscript||t._isSafari))}else return!1}var El={nologin:"\u672A\u767B\u5F55",loginForSafari:"\u767B\u5F55\u6216\u6CE8\u518C",login:"\u767B\u5F55\u540E\u53EF\u5F00\u901A\u4F1A\u5458",goLogin:"\u53BB\u767B\u5F55",manageAccount:"\u7BA1\u7406\u8D26\u6237",openPremium:"\u5F00\u901A\u4F1A\u5458",logout:"\u9000\u51FA",curentPlan:"\u5F53\u524D\u5957\u9910",endAt:"\u5230\u671F",endAuto:"\u81EA\u52A8\u7EED\u671F",lineBreakMaxTextCount:"\u6362\u884C\u540E\uFF0C\u6BCF\u53E5\u8BDD\u5141\u8BB8\u7684\u6700\u5927\u5B57\u7B26\u6570\u91CF","translate-pdf":"\u70B9\u51FB\u7FFB\u8BD1 PDF","noSupportTranslate-pdf":"\u811A\u672C\u4E0D\u652F\u6301\u8BF7\u4F7F\u7528\u63D2\u4EF6","translate-firefox-local-pdf":"\u70B9\u51FB\u53BB\u5BFC\u5165PDF",enableLineBreak:"\u5F00\u542F\u957F\u6BB5\u843D\u81EA\u52A8\u6362\u884C",sponsorLabel:"$1 \u8D77\u8D5E\u52A9\u5F00\u53D1\u8005",help:"\u5E2E\u52A9",enableLineBreakDescription:"\u5F00\u542F\u540E\uFF0C\u5C06\u4F1A\u5728\u957F\u6BB5\u843D\u4E2D\u6BCF\u53E5\u8BDD\u7ED3\u675F\u63D2\u5165\u6362\u884C\u7B26\uFF0C\u4EE5\u4FBF\u4E8E\u9605\u8BFB","browser.shortBrandName":"\u6C89\u6D78\u5F0F\u7FFB\u8BD1","browser.brandName":"\u6C89\u6D78\u5F0F\u7FFB\u8BD1 - \u7F51\u9875\u7FFB\u8BD1\u63D2\u4EF6 | PDF\u7FFB\u8BD1 | \u514D\u8D39","browser.brandDescription":"\u3010\u6C89\u6D78\u5F0F\u7FFB\u8BD1\u3011\u4E00\u6B3E\u514D\u8D39\u7684\uFF08\u539F\u6587/\u8BD1\u6587\uFF09\u53CC\u8BED\u5BF9\u7167\u7F51\u9875\u7FFB\u8BD1\u63D2\u4EF6\uFF0C\u540C\u65F6\u652F\u6301PDF\u7FFB\u8BD1\uFF08\u4FDD\u7559\u539F\u6587\u6863\u6392\u7248\uFF09\uFF0C\u89C6\u9891\u53CC\u8BED\u5B57\u5E55\u7FFB\u8BD1\uFF08Youtube, Netflix\u7B49\uFF09\uFF0CEPUB\u7535\u5B50\u4E66\u7FFB\u8BD1\u7B49\uFF1B\u652F\u6301\u8C03\u7528\u4EBA\u5DE5\u667A\u80FDAI\u7FFB\u8BD1\u5927\u6A21\u578B\uFF08OpenAI (ChatGPT)\u3001DeepL\u3001Gemini(Bard) \u7B49 \uFF09\u5BF9\u4EE5\u4E0A\u5185\u5BB9\u8FDB\u884C\u66F4\u51C6\u786E\u7684\u7FFB\u8BD1\uFF1B","browser.brandDescriptionForSafari":"\u3010\u6C89\u6D78\u5F0F\u7FFB\u8BD1\u3011\u4E00\u6B3E\u514D\u8D39\u7684\uFF08\u539F\u6587/\u8BD1\u6587\uFF09\u53CC\u8BED\u5BF9\u7167\u7F51\u9875\u7FFB\u8BD1\u63D2\u4EF6\uFF0C\u540C\u65F6\u652F\u6301PDF\u7FFB\u8BD1\u548CEPUB\u7535\u5B50\u4E66\u7FFB\u8BD1\u4E14\u4FDD\u7559\u539F\u6587\u6863\u6392\u7248\uFF0CYoutube/Netflix\u7B49\u5728\u7EBF\u89C6\u9891\u53CC\u8BED\u5B57\u5E55\u7FFB\u8BD1\uFF0C\u652F\u6301Deepl/Google\u7B49\u4E3B\u6D41\u7FFB\u8BD1\u670D\u52A1;","browser.toggleTranslatePage":"\u7FFB\u8BD1\u7F51\u9875/\u663E\u793A\u539F\u6587","browser.toggleTranslateTheWholePage":"\u7FFB\u8BD1\u9875\u9762\u5168\u90E8\u533A\u57DF/\u663E\u793A\u539F\u6587","browser.toggleTranslateToThePageEndImmediately":"\u7ACB\u5373\u7FFB\u8BD1\u5230\u9875\u9762\u5E95\u90E8/\u663E\u793A\u539F\u6587","browser.toggleTranslateTheMainPage":"\u7FFB\u8BD1\u9875\u9762\u4E3B\u8981\u533A\u57DF/\u663E\u793A\u539F\u6587","browser.shareToDraft":"\u751F\u6210\u7F51\u9875\u5FEB\u7167","browser.openOptionsPage":"\u6253\u5F00\u8BBE\u7F6E\u9875","browser.translateLocalPdfFile":"\u7FFB\u8BD1\u672C\u5730 PDF \u6587\u4EF6","browser.openEbookViewer":"\u9605\u8BFB\u672C\u5730\u7535\u5B50\u4E66","browser.openEbookBuilder":"\u5236\u4F5C\u53CC\u8BED EPUB \u7535\u5B50\u4E66","browser.translateLocalHtmlFile":"\u7FFB\u8BD1 HTML/txt \u6587\u4EF6","browser.donateContext":"\u4E86\u89E3\u8D5E\u52A9\u798F\u5229","browser.translateLocalSubtitleFile":"\u7FFB\u8BD1\u672C\u5730\u5B57\u5E55\u6587\u4EF6",confirmResetConfig:"\u4F60\u786E\u5B9A\u8981\u91CD\u7F6E\u8BBE\u7F6E\u5417\uFF1F",translationLineBreakSettingTitle:"\u8BD1\u6587\u6362\u884C\u8BBE\u7F6E",smartLineBreak:"\u667A\u80FD\u6362\u884C",alwaysLineBreak:"\u603B\u662F\u6362\u884C",isShowContextMenu:"\u5C06\u7FFB\u8BD1\u7F51\u9875\u52A0\u5165\u53F3\u952E\u83DC\u5355\u9879",toggleBeta:"\u5F00\u542F Beta \u6D4B\u8BD5\u7279\u6027",betaDescription:"\u542F\u7528\u4ECD\u5728\u5B9E\u9A8C\u6027\u7684\u529F\u80FD\uFF0C\u4EE5\u53CA\u6D4B\u8BD5\u4E2D\u7684\u7FFB\u8BD1\u670D\u52A1\u3002\u52A0\u5165 <1>Telegram \u7FA4\u7EC4\u4E86\u89E3\u66F4\u591A\u3002",translationLineBreakSettingDescription:"\u603B\u662F\u6362\u884C\u9002\u7528\u4E8E\u8F83\u5C11\u5185\u5BB9\u7684\u7248\u9762\uFF0C\u66F4\u6574\u9F50\u3002\uFF08\u5728\u5185\u5BB9\u8F83\u591A\u7684\u957F\u6BB5\u843D(\u8D85\u8FC7{count}\u4E2A\u5B57\u7B26) \u4F7F\u7528\u667A\u80FD\u6362\u884C\uFF0C\u66F4\u7701\u7A7A\u95F4\uFF09",tempTranslateDomainTitle:"\u4E34\u65F6\u5F00\u542F\u7F51\u7AD9\u7FFB\u8BD1\u7684\u65F6\u957F",tempTranslateDomainDescription:"\u5F53\u624B\u52A8\u7FFB\u8BD1\u67D0\u4E2A\u7F51\u9875\u7684\u65F6\u5019\uFF0C\u4E34\u65F6\u5F00\u542F\u8BE5\u7F51\u7AD9\u4E3A\u81EA\u52A8\u7FFB\u8BD1\uFF0C\u53EF\u8BBE\u7F6E\u4E34\u65F6\u65F6\u957F",xMinutes:"{count} \u5206\u949F",disabled:"\u7981\u7528",changelog:"\u66F4\u65B0\u65E5\u5FD7",toggleTranslatePageWhenThreeFingersOnTheScreen:"\u591A\u6307\u540C\u65F6\u89E6\u6478\u5C4F\u5E55\u5219\u7FFB\u8BD1\u7F51\u9875/\u663E\u793A\u539F\u6587",toggleTranslationMaskWhenThreeFingersOnTheScreen:"\u591A\u6307\u540C\u65F6\u89E6\u6478\u5219\u663E\u793A/\u9690\u85CF\u8BD1\u6587\u6A21\u7CCA\u6548\u679C",addUrlDescription:"\u53EF\u4EE5\u4E3A\u57DF\u540D\uFF0C\u540C\u65F6\u652F\u6301\u901A\u914D\u7B26\uFF0C\u5982\uFF1A*.google.com, google.com/mail/*, https://www.google.com/*",general:"\u57FA\u672C\u8BBE\u7F6E",clickToExpandConfig:"\u5C55\u5F00\u5F53\u524D\u914D\u7F6E",import:"\u4ECE\u6587\u4EF6\u5BFC\u5165",export:"\u5BFC\u51FA\u5230\u6587\u4EF6",toggleDebug:"\u5728\u63A7\u5236\u53F0\u6253\u5370\u8C03\u8BD5\u65E5\u5FD7",mouseHoldKey:"+ {key} \u7FFB\u8BD1/\u8FD8\u539F\u8BE5\u6BB5",mouseHoldKeyAuto:"\u76F4\u63A5\u7FFB\u8BD1\u8BE5\u6BB5",mouseHoldKeyOff:"\u4E0D\u505A\u4EFB\u4F55\u4E8B\u60C5",mouseHoldKeyOther:"\u81EA\u5B9A\u4E49\u5FEB\u6377\u952E(\u6253\u5F00\u8BBE\u7F6E)",mouseHoldKeyCustomKey:"{key} \u7FFB\u8BD1/\u8FD8\u539F\u8BE5\u6BB5","mouse-translate":"\u9F20\u6807\u60AC\u505C",document:"\u4F7F\u7528\u6559\u7A0B",resetSuccess:"\u91CD\u7F6E\u6240\u6709\u8BBE\u7F6E\u6210\u529F",resetThisSuccess:"\u91CD\u7F6E\u6210\u529F",saved:"\u4FDD\u5B58\u6210\u529F",successImportConfig:"\u6210\u529F\u5BFC\u5165\u914D\u7F6E",goAdvancedSettings:"\u53BB\u8FDB\u9636\u8BBE\u7F6E\u9875",goAdvancedInterfaceSettings:"\u53BB\u9AD8\u7EA7\u81EA\u5B9A\u4E49\u8BBE\u7F6E\u9875\u9762",advanced:"\u8FDB\u9636\u8BBE\u7F6E",advancedDescription:"\u4E00\u822C\u65E0\u9700\u8BBE\u7F6E\uFF0C\u4FDD\u6301\u9ED8\u8BA4\u5373\u53EF\u3002\u4EC5\u5BF9\u4E8E\u66F4\u4E13\u4E1A\u7684\u7528\u6237\uFF0C\u63D0\u4F9B\u66F4\u4E2A\u6027\u5316\u7684\u8BBE\u7F6E\u9879\u3002",developer:"\u5F00\u53D1\u8005\u8BBE\u7F6E",donateCafe:"\u4EF7\u683C","translate to the bottom of the page":"\u8FDB\u5165\u7F51\u9875\u540E\uFF0C\u662F\u5426\u7ACB\u5373\u7FFB\u8BD1\u5230\u9875\u9762\u5E95\u90E8\uFF1F",feedback:"\u95EE\u9898\u53CD\u9988",toggleTranslatePage:"\u7FFB\u8BD1\u7F51\u9875/\u663E\u793A\u539F\u6587",translateToThePageEndImmediatelyDescription:"\u5F00\u542F\u540E\uFF0C\u8FDB\u5165\u7F51\u9875\u5C06\u7ACB\u5373\u7FFB\u8BD1\u4ECE\u9876\u90E8\u5230\u5E95\u90E8\u7684\u5185\u5BB9\u3002\u5173\u95ED\u5219\u8FB9\u770B\u8FB9\u8BD1\u3002\uFF08\u4E0D\u63A8\u8350\u5F00\u542F\uFF09","translate all areas of the page":"\u662F\u5426\u7FFB\u8BD1\u7F51\u9875\u6240\u6709\u533A\u57DF",translationAreaDescription:"\u5F00\u542F\u540E\uFF0C\u6574\u4E2A\u7F51\u9875\u7684\u6240\u6709\u533A\u57DF\u90FD\u4F1A\u88AB\u7FFB\u8BD1\u3002\u5173\u95ED\u5219\u4F7F\u7528\u9ED8\u8BA4\u7684\u667A\u80FD\u8BC6\u522B\uFF0C\u4EC5\u7FFB\u8BD1\u4E3B\u8981\u533A\u57DF\u3002\uFF08\u4E0D\u63A8\u8350\u5F00\u542F\uFF09","the number of characters to be translated first":"\u76F4\u63A5\u7FFB\u8BD1\u9875\u9762\u524D\u591A\u5C11\u4E2A\u5B57\u7B26\uFF0C\u800C\u65E0\u9700\u7B49\u5F85\u6EDA\u52A8\u5230\u53EF\u89C6\u533A\u57DF","interface language":"\u754C\u9762\u8BED\u8A00","display both the original text and the translation":"\u540C\u65F6\u663E\u793A\u539F\u6587\u548C\u8BD1\u6587","keyboard shortcuts":"\u952E\u76D8\u5FEB\u6377\u952E",modify:"\u4FEE\u6539\u5FEB\u6377\u952E",reset:"\u91CD\u7F6E",close:"\u5173\u95ED",homepage:"\u4E3B\u9875",more:"\u66F4\u591A",moreOptions:"\u5C55\u5F00\u66F4\u591A\u81EA\u5B9A\u4E49\u9009\u9879",translateTheWholePage:"\u7FFB\u8BD1\u9875\u9762\u5168\u90E8\u533A\u57DF\uFF08\u533A\u522B\u4E8E\u667A\u80FD\u8BC6\u522B\u4E3B\u8981\u533A\u57DF\uFF09",changeToTranslateTheWholePage:"\u5207\u6362\u4E3A\u7FFB\u8BD1\u6240\u6709\u533A\u57DF",changeToTranslateTheMainPage:"\u5207\u6362\u4E3A\u7FFB\u8BD1\u4E3B\u8981\u533A\u57DF",translateToThePageEndImmediately:"\u7ACB\u5373\u7FFB\u8BD1\u5230\u9875\u9762\u5E95\u90E8",translateTheMainPage:"\u667A\u80FD\u7FFB\u8BD1\u4E3B\u8981\u533A\u57DF","The local rules are up to date":"\u672C\u5730\u9002\u914D\u89C4\u5219\u5DF2\u662F\u6700\u65B0:","Successfully synchronized with the latest official rules:":"\u6210\u529F\u540C\u6B65\u6700\u65B0\u5B98\u65B9\u9002\u914D\u89C4\u5219:","Checking for updates":"\u6B63\u5728\u68C0\u67E5\u66F4\u65B0","Rules are being synchronized":"\u6B63\u5728\u540C\u6B65\u9002\u914D\u89C4\u5219",localVersionIsTooOld:"\u672C\u5730\u6269\u5C55\u7248\u672C\u8FC7\u65E7\uFF0C\u8BF7\u5347\u7EA7\u6269\u5C55\u5230 {minVersion} \u6216\u66F4\u65B0\u7684\u7248\u672C\u518D\u5C1D\u8BD5\u540C\u6B65",badUserscriptBrowser:"\u5F53\u524D\u6D4F\u89C8\u5668\u6CA1\u6709\u6B63\u786E\u5B9E\u73B0\u6CB9\u7334\u6269\u5C55\u7684\u63A5\u53E3\uFF08\u6BD4\u5982\u83B7\u53D6\u6CB9\u7334\u811A\u672C\u81EA\u8EAB\u7684\u7248\u672C\u53F7\u4FE1\u606F\uFF09\uFF0C\u8BF7\u4F7F\u7528\u5176\u4ED6<1>\u652F\u6301\u6CB9\u7334\u6269\u5C55\u7684\u6D4F\u89C8\u5668\u5982 Firefox",foundNewVersion:"\u53D1\u73B0\u65B0\u7248\u672C",theLocalExtensionIsUpToUpdate:"\u5F53\u524D\u6269\u5C55\u5DF2\u662F\u6700\u65B0\u7248\u672C\u3002",failToSyncRules:"\u540C\u6B65\u6700\u65B0\u9002\u914D\u89C4\u5219\u5931\u8D25",retry:"\u70B9\u6B64\u91CD\u8BD5",failedReason:"\u5931\u8D25\u539F\u56E0",currentRuleVersion:"\u5F53\u524D\u89C4\u5219\u7248\u672C",calculating:"\u8BA1\u7B97\u4E2D",unknownError:'\u60A8\u5F53\u524D\u6240\u4F7F\u7528\u7684\u7FFB\u8BD1\u670D\u52A1\u56E0\u7F51\u7EDC\u8FDE\u63A5\u6216\u670D\u52A1\u63D0\u4F9B\u5546\u7684\u95EE\u9898\u6682\u65F6\u65E0\u6CD5\u8BBF\u95EE\u3002\u5EFA\u8BAE\u60A8\u5C1D\u8BD5\u5237\u65B0\u9875\u9762\u6216\u901A\u8FC7\u8BBE\u7F6E\u66F4\u6362\u5176\u4ED6\u7FFB\u8BD1\u670D\u52A1\u3002\u82E5\u60A8\u662FPro\u4F1A\u5458\uFF0C\u53EF\u4EE5\u9009\u62E9\u4F7F\u7528\u66F4\u4E3A\u7A33\u5B9A\u7684DeepL\u6216OpenAI\u7FFB\u8BD1\u670D\u52A1\u3002\u540C\u65F6\uFF0C\u60A8\u53EF\u80FD\u9700\u8981\u68C0\u67E5\u7F51\u7EDC\u6216\u4EE3\u7406\u8BBE\u7F6E\u540E\u91CD\u65B0\u5C1D\u8BD5\u3002',canNotFetchRemoteRule:"\u65E0\u6CD5\u83B7\u53D6\u8FDC\u7A0B\u89C4\u5219",enableAlphaSuccess:"\u5DF2\u5F00\u542FAlpha\u529F\u80FD",disableAlphaSuccess:"\u5DF2\u5173\u95EDAlpha\u529F\u80FD",cacheSize:"\u7F13\u5B58\u5927\u5C0F\uFF1A",cleaning:"\u6E05\u7406\u4E2D",cleanCache:"\u6E05\u9664\u7F13\u5B58",options:"\u8BBE\u7F6E",about:"\u5173\u4E8E",service:"\u7FFB\u8BD1\u670D\u52A1",needAction:"(\u53BB\u8BBE\u7F6E)",goSettings:"\u53BB\u8BBE\u7F6E",needActionForOptions:"(\u9700\u8BBE\u7F6E)",translationEngine:"\u5F15\u64CE\u9009\u9879",sourceLanguage:"\u539F\u6587\u8BED\u8A00",target:"\u76EE\u6807\u8BED\u8A00",popupSourceLanguage:"\u539F\u6587\u8BED\u8A00",popupTarget:"\u76EE\u6807\u8BED\u8A00",popupService:"\u7FFB\u8BD1\u670D\u52A1",forThisSite:"\u5F53\u524D\u7F51\u7AD9",autoEnableSubtitle:"\u81EA\u52A8\u5F00\u542F\u53CC\u8BED\u5B57\u5E55",alwaysTranslate:"\u603B\u662F\u7FFB\u8BD1",neverTranslate:"\u6C38\u4E0D\u7FFB\u8BD1",neverTranslateSomeLanguage:"\u6C38\u4E0D\u7FFB\u8BD1 {language}",alwaysTranslateSomeSite:"\u603B\u662F\u7FFB\u8BD1 {hostname}",neverTranslateSomeSite:"\u6C38\u4E0D\u7FFB\u8BD1 {hostname}",alwaysTranslateSomeSiteOrWildSite:"\u603B\u662F\u7FFB\u8BD1\u8BE5\u7F51\u7AD9",alwaysTranslateSomePage:"\u603B\u662F\u7FFB\u8BD1\u8BE5\u7F51\u9875",add:"\u6DFB\u52A0",default:"\u9ED8\u8BA4",forThisLanguage:"\u9488\u5BF9\u8BE5\u8BED\u8A00\uFF1A","add url":"\u8F93\u5165URL",edit:"\u7F16\u8F91",pickAll:"\u5168\u9009","translate other languages into specific language":"\u5C06\u5176\u4ED6\u8BED\u8A00\u7FFB\u8BD1\u4E3A\u4F60\u8BBE\u7F6E\u7684\u8BED\u8A00","select translation service":"\u9009\u62E9\u4E00\u9879\u7FFB\u8BD1\u670D\u52A1",language:"\u8BED\u8A00","show-original":"\u663E\u793A\u539F\u6587",translate:"\u7FFB\u8BD1",Translated:"\u5DF2\u7FFB\u8BD1",Translating:"\u7FFB\u8BD1\u4E2D",Error:"\u9519\u8BEF",allowCacheTranslations:"\u5F00\u542F\u672C\u5730\u7FFB\u8BD1\u7F13\u5B58\uFF08\u51CF\u5C11\u91CD\u590D\u6BB5\u843D\u7684\u7FFB\u8BD1\u8BF7\u6C42\uFF09","translation display":"\u8BD1\u6587\u663E\u793A\u6837\u5F0F","select diplay style":"\u533A\u5206\u8BD1\u6587\u7684\u6837\u5F0F\uFF0C\u5177\u4F53\u53EF\u53C2\u8003\u4E0B\u5217\u793A\u4F8B",interface:"\u754C\u9762\u8BBE\u7F6E",import_export:"\u5BFC\u5165/\u5BFC\u51FA",import_export_title:"\u5BFC\u5165/\u5BFC\u51FA\u914D\u7F6E",syncToGoogleDrive:"\u7ACB\u5373\u4E0E Google Drive \u540C\u6B65","floatBallOptions.enable":"\u542F\u7528\u60AC\u6D6E\u7403","floatBallOptions.blockUrls":"\u7981\u7528\u7F51\u7AD9","floatBallOptions.add":"\u6DFB\u52A0","floatBallOptions.blockUrlDesc":"\u5F53\u9047\u4E0B\u5217\u7F51\u7AD9\u65F6\u4E0D\u663E\u793A\u60AC\u6D6E\u7403","floatBallOptions.clickType":"\u70B9\u51FB\u884C\u4E3A","floatBallOptions.clickTypeDesc":"\u60AC\u6D6E\u7403\u56FE\u6807\u70B9\u51FB\u65F6\u7684\u884C\u4E3A","floatBallOptions.clickPopup":"\u663E\u793A\u7FFB\u8BD1\u9762\u677F","floatBallOptions.clickTranslate":"\u7FFB\u8BD1/\u663E\u793A\u539F\u6587","floatBallOptions.fixedPosition":"\u56FA\u5B9A\u4F4D\u7F6E","floatBallOptions.fixedPositionDesc":"\u60AC\u6D6E\u7403\u5728\u7A97\u53E3\u5DE6\u4FA7\u8FD8\u662F\u53F3\u4FA7","floatBallOptions.fixedPositionLeft":"\u5DE6\u4FA7","floatBallOptions.fixedPositionRight":"\u53F3\u4FA7",previewAllThemes:"\u9884\u89C8\u5168\u90E8\u6837\u5F0F","translationTheme.none":"\u65E0","translationTheme.grey":"\u9ED1\u7070\u8272","translationTheme.dashed":"\u865A\u7EBF\u4E0B\u5212\u7EBF","translationTheme.dotted":"\u70B9\u72B6\u4E0B\u5212\u7EBF","translationTheme.dashedBorder":"\u865A\u7EBF\u8FB9\u6846","translationTheme.solidBorder":"\u5B9E\u7EBF\u8FB9\u6846","translationTheme.underline":"\u76F4\u7EBF\u4E0B\u5212\u7EBF","translationTheme.mask":"\u6A21\u7CCA\u6548\u679C\uFF08\u5B66\u4E60\u6A21\u5F0F\uFF09","translationTheme.opacity":"\u900F\u660E\u6548\u679C","translationTheme.paper":"\u767D\u7EB8\u9634\u5F71\u6548\u679C","translationTheme.dividingLine":"\u5206\u5272\u7EBF","translationTheme.highlight":"\u9AD8\u4EAE","translationTheme.marker":"\u9A6C\u514B\u7B14","translationTheme.marker2":"\u9A6C\u514B\u7B142","translationTheme.blockquote":"\u5F15\u7528\u6837\u5F0F","translationTheme.weakening":"\u5F31\u5316","translationTheme.italic":"\u659C\u4F53","translationTheme.bold":"\u52A0\u7C97","translationTheme.thinDashed":"\u7EC6\u865A\u7EBF\u4E0B\u5212\u7EBF","translationTheme.nativeDashed":"\u7CFB\u7EDF\u81EA\u5E26\u865A\u7EBF\u4E0B\u5212\u7EBF","translationTheme.nativeDotted":"\u7CFB\u7EDF\u81EA\u5E26\u70B9\u72B6\u4E0B\u5212\u7EBF","translationTheme.nativeUnderline":"\u7CFB\u7EDF\u81EA\u5E26\u76F4\u7EBF\u4E0B\u5212\u7EBF","translationTheme.wavy":"\u6CE2\u6D6A\u7EBF","translationServices.custom":"\u81EA\u5B9A\u4E49API","translationServices.tencent":"\u817E\u8BAF\u7FFB\u8BD1\u541B","translationServices.tenAlpha":"\u817E\u8BAF\u7FFB\u8BD1\u541B(Alpha)","translationServices.google":"\u8C37\u6B4C\u7FFB\u8BD1","translationServices.bai":"\u767E\u5EA6(Alpha)","translationServices.baidu":"\u767E\u5EA6\u7FFB\u8BD1","translationServices.aliyun":"\u963F\u91CC\u4E91\u7FFB\u8BD1","translationServices.volc":"\u706B\u5C71\u7FFB\u8BD1","translationServices.deeplx":"DeepLX(Beta)","translationServices.bing":"\u5FAE\u8F6F\u7FFB\u8BD1","translationServices.deepl":"DeepL","translationServices.wechat":"\u5FAE\u4FE1\u7FFB\u8BD1","translationServices.azure":"Azure \u7FFB\u8BD1","translationServices.ibm":"IBM Watson","translationServices.aws":"\u4E9A\u9A6C\u900A\u7FFB\u8BD1","translationServices.mock":"\u6A21\u62DF\u7FFB\u8BD1","translationServices.mock2":"\u6A21\u62DF\u7FFB\u8BD12","translationServices.caiyun":"\u5F69\u4E91\u5C0F\u8BD1","translationServices.cai":"\u5F69\u4E91\u5C0F\u8BD1 (Alpha)","translationServices.volcAlpha":"\u706B\u5C71 (Alpha)","translationServices.openl":"OpenL","translationServices.youdao":"\u6709\u9053\u7FFB\u8BD1","translationServices.you":"\u6709\u9053\u7FFB\u8BD1 (Alpha)","translationServices.transmart":"\u817E\u8BAF\u4EA4\u4E92\u7FFB\u8BD1","translationServices.niu":"\u5C0F\u725B\u7FFB\u8BD1","translationServices.papago":"Papago \u7FFB\u8BD1","translationServices.d":"D (Alpha)","translationServices.dpro":"D Pro (Canary)","translationServices.openai":"OpenAI","translationServices.yandex":"Yandex","translationServices.gemini":"Gemini","translationServices.claude":"Claude","translationServices.chatgpt":"ChatGPT Web(3.5 mobile)","translate title":"\u7FFB\u8BD1\u9875\u9762\u6807\u9898","always languages":"\u603B\u662F\u7FFB\u8BD1\u7684\u8BED\u8A00",neverTranslateLanguagesLabel:"\u6C38\u4E0D\u7FFB\u8BD1\u7684\u8BED\u8A00",neverTranslateTheFollowingLanguagesDescription:"\u5F53\u9875\u9762\u4E2D\u67D0\u4E00\u6BB5\u843D\u7684\u8BED\u8A00\u4E3A\u4E0B\u5217\u8BED\u8A00\u65F6\uFF0C\u5C06\u8DF3\u8FC7\u7FFB\u8BD1",enableUserscriptPagePopup:"\u5728\u9875\u9762\u4E0A\u663E\u793A\u60AC\u6D6E\u7403",enableUserscriptPagePopupDescription:"\u5173\u95ED\u60AC\u6D6E\u7403\u540E\uFF0C\u53EF\u4EE5\u7528\u5FEB\u6377\u952E/{touch}\u5524\u8D77\u3002\u4E3A\u9632\u6B62\u4E0D\u614E\u5173\u95ED\u8BE5\u9009\u9879\u540E\u627E\u4E0D\u5230\u60AC\u6D6E\u7403\uFF0C\u5F3A\u70C8\u5EFA\u8BAE\u6536\u85CF\u672C\u8BBE\u7F6E\u9875","always translate the following languages":"\u5F53\u9875\u9762\u8BED\u8A00\u4E3A\u4E0B\u5217\u8BED\u8A00\u65F6\uFF0C\u4F1A\u81EA\u52A8\u7FFB\u8BD1\u4E3A\u76EE\u6807\u8BED\u8A00","always sites":"\u603B\u662F\u7FFB\u8BD1\u7684\u7F51\u5740","always translate the following sites":"\u5F53\u7F51\u7AD9\u4E3A\u4E0B\u5217\u57DF\u540D\u65F6\uFF0C\u4F1A\u81EA\u52A8\u7FFB\u8BD1\u4E3A\u76EE\u6807\u8BED\u8A00","never sites":"\u6C38\u4E0D\u7FFB\u8BD1\u7684\u7F51\u5740","never translate the following sites":"\u5F53\u7F51\u7AD9\u4E3A\u4E0B\u5217\u57DF\u540D\u65F6\uFF0C\u5C06\u4E0D\u4F1A\u8FDB\u884C\u7FFB\u8BD1","please refer to":"\u9700\u8981\u586B\u5199\u5BC6\u94A5\u540E\u624D\u53EF\u7528\uFF0C\u8BE6\u60C5\u53C2\u8003",KeyAndConfigurationTutorial:"\u300A\u5BC6\u94A5\u7533\u8BF7\u548C\u914D\u7F6E\u6559\u7A0B\u300B",useAboveStyleForTheseSites:"\u5F53\u7F51\u7AD9\u4E3A\u4E0B\u5217\u57DF\u540D\u65F6\uFF0C\u603B\u662F\u4F7F\u7528 \u2308{theme}\u230B \u8BD1\u6587\u6837\u5F0F",currentUrl:"\u5F53\u524D\u7F51\u5740",confirm:"\u4FDD\u5B58",cancel:"\u53D6\u6D88",delete:"\u5220\u9664",syncToCloud:"\u540C\u6B65\u5230 Google Drive",syncToCloudDescription:"\u4E0A\u4F20\u5230\u4E91\u7AEF\uFF0C\u53EF\u4EE5\u5728\u4E0D\u540C\u7684\u6D4F\u89C8\u5668/\u6CB9\u7334\u811A\u672C\u4E4B\u95F4\u540C\u6B65\u914D\u7F6E\uFF0C\u4EE5\u6700\u540E\u4FEE\u6539\u65F6\u95F4\u4E3A\u51C6\u3002",syncToAccount:"\u540C\u6B65\u5230\u6C89\u6D78\u5F0F\u7FFB\u8BD1\u4E91\u7AEF",syncToAccountButton:"\u7ACB\u5373\u4E0E\u4E91\u7AEF\u540C\u6B65",syncToAccountDescription:"\u5728\u4E0D\u540C\u7684\u8BBE\u5907\u4E4B\u95F4\u81EA\u52A8\u540C\u6B65\u914D\u7F6E\uFF0C\u4EE5\u6700\u540E\u4FEE\u6539\u65F6\u95F4\u4E3A\u51C6\u3002",successSyncConfigInAccount:"\u6210\u529F\u4E0E\u4E91\u7AEF\u4FDD\u6301\u540C\u6B65",successSyncConfigToAccount:"\u6210\u529F\u540C\u6B65\u5230\u4E91\u7AEF",syncConfigNoUpdate:"\u5DF2\u7ECF\u662F\u6700\u65B0\u7684\u4E86",authFail:"\u6388\u6743\u5931\u8D25",syncTitle:"\u624B\u52A8\u5907\u4EFD\u7BA1\u7406",import_hint:"\u5BFC\u5165",upload:"\u4E0A\u4F20",revokeAuth:"\u64A4\u9500\u6388\u6743",uploadFail:"\u4E0A\u4F20\u5931\u8D25",download:"\u4E0B\u8F7D",importSuccess:"\u5BFC\u5165\u6210\u529F",importFail:"\u5BFC\u5165\u5931\u8D25",deleteFail:"\u5220\u9664\u5931\u8D25",backupToCloud:"\u624B\u52A8\u7BA1\u7406\u5907\u4EFD\u6587\u4EF6",create_new_backup:"\u65B0\u589E\u5907\u4EFD\u8282\u70B9",maxBackupFiles:"\u6700\u591A\u53EF\u4EE5\u5907\u4EFD{count}\u4E2A\u4E0D\u540C\u7684\u8282\u70B9, \u8BF7\u5220\u9664\u4E0D\u9700\u8981\u7684\u8282\u70B9",backupToCloudDescription:"\u624B\u52A8\u4E0A\u4F20\u6216\u6062\u590D\u5907\u4EFD\u6587\u4EF6\uFF0C\u6700\u591A\u5141\u8BB83\u4E2A\u4E0D\u540C\u7684\u5907\u4EFD",successSyncConfig:"\u6210\u529F\u4E0E\u4E91\u7AEF\u4FDD\u6301\u540C\u6B65",syncFail:"\u540C\u6B65\u5931\u8D25",updatedAt:"\u66F4\u65B0\u4E8E {date}",lastSyncedAt:"\u4E0A\u6B21\u68C0\u67E5\u4E8E {date}",downloadFail:"\u4E0B\u8F7D\u5931\u8D25",clickToDownload:"\u70B9\u51FB\u4E0B\u8F7D",aboutLabel:"\u5173\u4E8E - \u53CD\u9988","browser.openAboutPage":"\u5173\u4E8E/\u53CD\u9988",aboutLabelWithoutSponsor:"\u5173\u4E8E - \u53CD\u9988",aboutIntro:"\u5E0C\u671B\u6211\u4EEC\u90FD\u80FD\u66F4\u52A0\u5BB9\u6613\u4E14\u6109\u60A6\u5730\u83B7\u53D6\u4E92\u8054\u7F51\u4E0A\u5DE8\u5927\u7684\u5916\u8BED\u4FE1\u606F \u2764\uFE0F \u4F60\u53EF\u9009\u62E9\u5F00\u901A <6>Pro\u4F1A\u5458 \u6765\u4F7F\u7528\u5F00\u7BB1\u5373\u7528\u7684 DeepL \u548C OpenAI \u7FFB\u8BD1\u3002

\u4F60\u53EF\u4EE5\u5173\u6CE8\u6211\u4EEC\u7684<3>\u63A8\u7279\uFF0C<4>Telegram \u9891\u9053\uFF0C\u5FAE\u4FE1\u516C\u4F17\u53F7\uFF0C\u5FAE\u4FE1\u4EA4\u6D41\u7FA4\uFF0C\u6216\u8005\u4E0B\u65B9\u7684<5>\u90AE\u4EF6\u8BA2\u9605\u8FFD\u8E2A\u66F4\u65B0\u3002
<7>Pro \u4F1A\u5458 \u53EF\u4EE5\u901A\u8FC7\u5FEB\u901F\u5BA2\u670D\u90AE\u7BB1 <8>support@immersivetranslate.com \u548C\u6211\u4EEC\u53D6\u5F97\u8054\u7CFB\u3002",aboutIntroWithoutSponsor:"\u5E0C\u671B\u6211\u4EEC\u90FD\u80FD\u66F4\u52A0\u5BB9\u6613\u4E14\u6109\u60A6\u5730\u83B7\u53D6\u4E92\u8054\u7F51\u4E0A\u5DE8\u5927\u7684\u5916\u8BED\u4FE1\u606F \u2764\uFE0F

\u4F60\u53EF\u4EE5\u5173\u6CE8\u6211\u4EEC\u7684<3>\u63A8\u7279\uFF0C<4>Telegram \u9891\u9053\uFF0C\u5FAE\u4FE1\u516C\u4F17\u53F7\uFF0C\u5FAE\u4FE1\u4EA4\u6D41\u7FA4\uFF0C\u6216\u8005\u4E0B\u65B9\u7684<5>\u90AE\u4EF6\u8BA2\u9605\u8FFD\u8E2A\u66F4\u65B0\u3002",projectHomepage:"\u9879\u76EE\u4E3B\u9875",joinTelegramGroup:"\u52A0\u5165\u7528\u6237\u4EA4\u6D41\u7FA4\u53C2\u4E0E\u529F\u80FD\u8BA8\u8BBA",wechatPublicAccount:"\u5FAE\u4FE1\u516C\u4F17\u53F7",wechatCommunities:"\u5FAE\u4FE1\u4EA4\u6D41\u7FA4",qqCommunities:"QQ \u4EA4\u6D41\u9891\u9053",joinTelegramChannel:"\u5173\u6CE8 Telegram \u9891\u9053\u83B7\u53D6\u6700\u65B0\u66F4\u65B0",feedbackAndJoin:"\u95EE\u9898\u53CD\u9988/\u52A0\u7FA4",autoSync:"\u81EA\u52A8\u5B9A\u65F6\u540C\u6B65",loadingThemeTitle:"Loading \u6837\u5F0F",loadingThemeDescription:"\u8BBE\u7F6E\u7B49\u5F85\u8BD1\u6587\u52A0\u8F7D\u65F6\u7684\u6837\u5F0F","loadingTheme.spinner":"\u8F6C\u5708\u52A8\u753B","loadingTheme.text":"\u9759\u6001\u6587\u5B57 ... ","loadingTheme.none":"\u4E0D\u663E\u793A",developerDescription:"\u53EF\u4EE5\u70B9\u51FB<1>\u8FD9\u91CC\u67E5\u770B\u9AD8\u7EA7\u81EA\u5B9A\u4E49\u76F8\u5173\u7684\u6587\u6863","edit border color":"\u4FEE\u6539\u8FB9\u6846\u989C\u8272",successSyncButNoChange:"\u5F53\u524D\u914D\u7F6E\u4E0E\u4E91\u7AEF\u4E00\u81F4",customTheme:"\u81EA\u5B9A\u4E49\u989C\u8272\u548C\u5927\u5C0F","customThemeLabel.borderColor":"\u8FB9\u6846\u989C\u8272","customThemeLabel.borderRadius":"\u8FB9\u6846\u5706\u89D2","customThemeLabel.textColor":"\u6587\u5B57\u989C\u8272","customThemeLabel.backgroundColor":"\u80CC\u666F\u989C\u8272","customThemeLabel.zoom":"\u5B57\u4F53\u7F29\u653E\u6BD4\u4F8B (%)","customThemeLabel.opacity":"\u6587\u5B57\u4E0D\u900F\u660E\u5EA6 (%)",resetToDefaultColor:"\u6062\u590D\u4E3A\u9ED8\u8BA4\u989C\u8272",resetToDefaultSettings:"\u6062\u590D\u4E3A\u9ED8\u8BA4\u8BBE\u7F6E",isTranslateTitle:"\u5F00\u542F\u7FFB\u8BD1\u7F51\u9875\u6807\u9898",isTranslateTitleDescription:"\u5F00\u542F\u540E\uFF0C\u7F51\u9875\u6807\u9898\u4F1A\u88AB\u7FFB\u8BD1",enableSearchEnhancement:"\u542F\u7528\u53CC\u8BED\u4FE1\u606F\u589E\u5F3A",enableSearchEnhancementDescription:"\u5F00\u542F\u540E\uFF0C\u5728\u652F\u6301\u7684\u7F51\u7AD9\uFF08\u8C37\u6B4C\u65B0\u95FB\uFF0C\u8C37\u6B4C\u641C\u7D22\uFF08\u90E8\u5206\u5173\u952E\u8BCD\uFF09\uFF0C\u96EA\u7403\uFF0C\u4E1C\u65B9\u8D22\u5BCC\uFF0C\u5BCC\u9014\uFF0C\u8001\u864E\u793E\u533A\uFF09\u53F3\u8FB9\u680F\u81EA\u52A8\u663E\u793A\u5BF9\u5E94\u82F1\u6587\u5173\u952E\u8BCD\u7684\u201C\u8C37\u6B4C\u65B0\u95FB\u201D\u641C\u7D22\u7ED3\u679C\u3002",verifyService:"\u70B9\u6B64\u6D4B\u8BD5\u670D\u52A1",verified:"\u9A8C\u8BC1\u6210\u529F","field.langs":"\u652F\u6301\u7684\u8BED\u8A00\u4EE3\u7801","field.model":"\u6A21\u578B","field.translationEngine":"\u7FFB\u8BD1\u5F15\u64CE","field.limitPerMinute":"\u6BCF\u5206\u949F\u6700\u5927\u8BF7\u6C42\u6570","field.limitPerSecond":"\u6BCF\u79D2\u6700\u5927\u8BF7\u6C42\u6570","field.maxTextLengthPerRequest":"\u6BCF\u6B21\u8BF7\u6C42\u6700\u5927\u6587\u672C\u957F\u5EA6","field.maxTextGroupLengthPerRequest":"\u6BCF\u6B21\u8BF7\u6C42\u6700\u5927\u6BB5\u843D\u6570","field.apiUrl":"\u81EA\u5B9A\u4E49 API \u63A5\u53E3\u5730\u5740","field.placeholderDelimiters":"\u4FDD\u7559\u7684\u5360\u4F4D\u7B26","description.custom":"\u81EA\u5B9A\u4E49\u63A5\u53E3\u63A5\u5165 \u9700\u8981\u53C2\u8003\u6587\u6863","description.limitPerMinute":"\u8BF7\u6C42\u6570\u8D85\u8FC7\u8BE5\u9650\u5236\u65F6\u4F1A\u8FDB\u5165\u6392\u961F\u72B6\u6001\uFF0C\u76F4\u5230\u4E0B\u4E00\u5206\u949F\u5F00\u59CB\u3002\u7531\u4E8EOpenAI\u76EE\u524D\u670D\u52A1\u7684\u5404\u79CD\u9650\u5236\uFF0C\u8BF7\u70B9\u51FB<1>\u8FD9\u91CC\u67E5\u770B\u6700\u65B0\u5EFA\u8BAE\u7684\u6570\u503C","description.limitPerSecond":"\u8BF7\u6C42\u6570\u8D85\u8FC7\u8BE5\u9650\u5236\u65F6\u4F1A\u8FDB\u5165\u6392\u961F\u72B6\u6001\uFF0C\u76F4\u5230\u4E0B\u4E00\u79D2\u949F\u5F00\u59CB\u3002\u7531\u4E8EOpenAI\u76EE\u524D\u670D\u52A1\u7684\u5404\u79CD\u9650\u5236\uFF0C\u8BF7\u70B9\u51FB<1>\u8FD9\u91CC\u67E5\u770B\u6700\u65B0\u5EFA\u8BAE\u7684\u6570\u503C","description.generalLimitPerSecond":"\u8BF7\u6C42\u6570\u8D85\u8FC7\u8BE5\u9650\u5236\u65F6\u4F1A\u8FDB\u5165\u6392\u961F\u72B6\u6001\uFF0C\u76F4\u5230\u4E0B\u4E00\u79D2\u949F\u5F00\u59CB\u3002","description.maxTextLengthPerRequest":"\u6BCF\u6B21\u8BF7\u6C42\u6700\u5927\u5B57\u7B26\u6570\uFF0C\u592A\u5927\u4F1A\u5BFC\u81F4\u63A5\u53E3\u7684\u54CD\u5E94\u53D8\u6162\uFF0C\u56E0\u6B64\u53EF\u4EE5\u5C1D\u8BD5\u8C03\u6574\u8BE5\u9009\u9879\u6765\u4F18\u5316\u901F\u5EA6","description.systemPrompt":"\u4EE5\u7CFB\u7EDF\u8EAB\u4EFD\u53D1\u9001\u7ED9 {service} \u7684\u5BF9\u8BDD\uFF0C\u5176\u4E2D {{text}} \u8868\u793A\u6BB5\u843D\u7684\u6587\u672C\u5185\u5BB9\uFF0C{{from}} \u8868\u793A\u6BB5\u843D\u7684\u8BED\u8A00\uFF0C{{to}} \u8868\u793A\u76EE\u6807\u8BED\u8A00","field.domain":"\u9886\u57DF","description.domain":"\u9ED8\u8BA4\u4E3A\uFF1Ageneral\u3002\u4EC5\u5728\u6709\u9053API\u63A7\u5236\u53F0\u5F00\u901A\u9886\u57DF\u5316\u7FFB\u8BD1\u7684\u60C5\u51B5\u4E0B\u53EF\u8BBE\u7F6E\uFF0C\u652F\u6301\u9886\u57DF\u89C1<1>\u8FD9\u91CC","field.scene":"\u573A\u666F","description.scene":"\u9ED8\u8BA4\u4E3A\uFF1Ageneral\u3002\u4EC5\u5728\u963F\u91CC\u4E91API\u63A7\u5236\u53F0\u5F00\u901A\u673A\u5668\u7FFB\u8BD1\u4E13\u4E1A\u7248\u7684\u60C5\u51B5\u4E0B\u53EF\u8BBE\u7F6E\uFF0C\u652F\u6301\u573A\u666F\u89C1<1>\u8FD9\u91CC","field.vocabId":"\u7528\u6237\u8BCD\u5178 ID","description.vocabId":"\u6307\u5B9A\u7684\u8BCD\u5178 out_id\uFF0C\u76EE\u524D\u652F\u6301\u82F1\u8BD1\u4E2D","description.model":"OpenAI \u7684\u6A21\u578B\uFF0C\u53EF\u4EE5\u4E3A gpt-3.5-turbo, gpt-4 \u7B49","description.maxTextGroupLengthPerRequest":"\u6BCF\u6B21\u53D1\u9001\u7ED9\u7FFB\u8BD1\u670D\u52A1\u7684\u6BB5\u843D\u6570\u91CF\uFF0C\u5982\u679C\u6BB5\u843D\u6570\u91CF\u8FC7\u591A\uFF0C\u53EF\u80FD\u4F1A\u5BFC\u81F4\u63A5\u53E3\u7684\u54CD\u5E94\u53D8\u6162","description.apiUrl":"\u8BF7\u6DFB\u52A0\u5177\u4F53\u5E26\u6709\u8DEF\u5F84\u7684\u7F51\u5740\uFF0C<1>\u66F4\u591A\u8BF4\u660E",enabledExtension:"\u542F\u7528\u6269\u5C55",clickToDisableExtension:"\u70B9\u51FB\u7981\u7528\u6269\u5C55",clickToEnableExtension:"\u70B9\u51FB\u542F\u7528\u6269\u5C55",hasBeenDisabled:"\u5DF2\u7981\u7528","show password":"\u663E\u793A\u5BC6\u7801",customContent:"\u8F93\u5165\u81EA\u5B9A\u4E49\u6A21\u578B\u540D\u79F0",inputOptions:"\u8F93\u5165\u6846\u589E\u5F3A",mouseHoverOptions:"\u9F20\u6807\u60AC\u505C",modifyMouseHoverKey:"\u4FEE\u6539\u9F20\u6807\u60AC\u505C\u5FEB\u6377\u952E",enableInputTranslation:"\u662F\u5426\u542F\u7528\u8F93\u5165\u6846\u589E\u5F3A",enableInputTranslationDescription:"\u542F\u7528\u540E\uFF0C\u5728\u8F93\u5165\u6846\u76F4\u63A5\u8F93\u5165 {startingKey}{startingKey} \u4F60\u597D\uFF0C\u7136\u540E\u5FEB\u901F\u8FDE\u51FB{inputTrailingTriggerKeyRepeatTimes}\u6B21{trailingKey}\uFF0C\u5373\u53EF\u7FFB\u8BD1\u4E3A {inputTargetLanguage}",enableInputTranslationDescriptionForNoneKey:"\u542F\u7528\u540E\uFF0C\u5728\u8F93\u5165\u6846\u76F4\u63A5\u8F93\u5165\uFF1A\u4F60\u597D\u4E16\u754C\uFF0C\u7136\u540E\u5FEB\u901F\u8FDE\u51FB{inputTrailingTriggerKeyRepeatTimes}\u6B21{trailingKey}\uFF0C\u5373\u53EF\u7FFB\u8BD1\u4E3A\u9ED8\u8BA4\u76EE\u6807\u8BED\u8A00",inputTargetLanguage:"\u8BBE\u7F6E\u8F93\u5165\u6846\u7684\u9ED8\u8BA4\u76EE\u6807\u8BED\u8A00",inputTargetLanguageDescription:"\u8F93\u5165\u6846\u7FFB\u8BD1\u7684\u9ED8\u8BA4\u76EE\u6807\u8BED\u8A00\uFF0C\u4E5F\u5C31\u662F {startingKey}{startingKey} \u4F5C\u4E3A\u89E6\u53D1\u8BCD\u7684\u9ED8\u8BA4\u8BED\u8A00",inputTargetLanguageDescriptionForNoneKey:"\u8F93\u5165\u6846\u7FFB\u8BD1\u7684\u9ED8\u8BA4\u76EE\u6807\u8BED\u8A00",inputStartingTriggerKeyTitle:"\u8BBE\u7F6E\u8F93\u5165\u6846\u90E8\u5206\u7FFB\u8BD1\u7684\u5206\u5272\u5B57\u7B26",inputStartingTriggerKeyDescription:"\u5F53\u4F60\u4E0D\u9700\u8981\u7FFB\u8BD1\u6574\u4E2A\u8F93\u5165\u6846\u7684\u65F6\u5019\uFF0C\u5206\u5272\u7B26\u5141\u8BB8\u4F60\u53EA\u7FFB\u8BD1 {startingKey}{startingKey} \u5230\u8F93\u5165\u6846\u672B\u5C3E\u7684\u90E8\u5206\uFF0C\u4E5F\u53EF\u4EE5\u6307\u5B9A\u8BED\u8A00\u4EE3\u7801\uFF0C\u6BD4\u5982\uFF1A{startingKey}ja \u8868\u793A\u53EA\u7FFB\u8BD1 {startingKey}ja \u5230\u8F93\u5165\u6846\u672B\u5C3E\u7684\u90E8\u5206",inputStartingTriggerKeyDescriptionForNoneKey:"\u5F53\u524D\u8BBE\u7F6E\u4E3A\u65E0\u9700\u524D\u7F00\uFF0C\u6682\u65E0\u6CD5\u4F7F\u7528\u8F93\u5165\u6846\u7684\u90E8\u5206\u6587\u672C\u7FFB\u8BD1\u529F\u80FD",inputTrailingTriggerKeyTitle:"\u9009\u62E9\u4E00\u4E2A\u8F93\u5165\u7ED3\u675F\u7684\u89E6\u53D1\u5B57\u7B26",inputTrailingTriggerKeyDescription:"\u5FEB\u901F\u8FDE\u51FB 3 \u6B21{trailingKey} \u5C06\u4F1A\u5F00\u59CB\u7FFB\u8BD1",inputTrailingTriggerKeyTimeout:"\u8F93\u5165\u7ED3\u675F\u8FDE\u51FB\u89E6\u53D1\u7684\u95F4\u9694\u65F6\u95F4",inputTrailingTriggerKeyTimeoutDescription:"\u8BBE\u7F6E\u8F93\u5165\u7ED3\u675F\u8FDE\u51FB\u89E6\u53D1\u7684\u95F4\u9694\u65F6\u95F4\uFF08\u6BEB\u79D2\uFF09",spaceKey:"<\u7A7A\u683C\u952E>",noneKey:"\u65E0\u9700\u524D\u7F00\uFF0C\u76F4\u63A5\u7FFB\u8BD1\u6574\u4E2A\u6587\u672C\u6846",inputTranslationBlockUrlsTitle:"\u5207\u52FF\u5728\u4EE5\u4E0B\u7F51\u5740\u4E2D\u542F\u7528\u8F93\u5165\u6846\u589E\u5F3A",inputTranslationBlockUrlsDescription:"\u5728\u4EE5\u4E0B\u7F51\u5740\u4E2D\uFF0C\u8F93\u5165\u6846\u589E\u5F3A\u5C06\u4E0D\u4F1A\u751F\u6548",inputHelperInfo:"\u8BF4\u660E\uFF1A\u6211\u4EEC\u7279\u522B\u9488\u5BF9\u5728\u4E2D\u6587\u8F93\u5165\u6CD5\u4E0B\u90E8\u5206\u89E6\u53D1\u5B57\u7B26\u4F1A\u53D8\u6210\u4E2D\u6587\u6807\u70B9\u7B26\u53F7\u8FD9\u4EF6\u4E8B\u505A\u4E86\u4F18\u5316\uFF0C\u6BD4\u5982\u641C\u72D7\u8F93\u5165\u6CD5\u4E0B / \u4F1A\u53D8\u6210\u987F\u53F7 \u3001\uFF0C\u6C89\u6D78\u5F0F\u7FFB\u8BD1\u652F\u6301\u6240\u6709\u89E6\u53D1\u7B26\u5BF9\u5E94\u7684\u4E2D\u6587\u7B26\u53F7\uFF0C\u4E5F\u5C31\u662F\u8BF4 // \u3001\u3001 \u90FD\u4F1A\u88AB\u8BC6\u522B\u4E3A\u89E6\u53D1\u5B57\u7B26\u3002

\u540C\u65F6\u6211\u4EEC\u4E5F\u652F\u6301\u8BED\u8A00\u4EE3\u7801\u7684\u4E2D\u6587\u522B\u540D\u4F5C\u4E3A\u547D\u4EE4\uFF0C\u6BD4\u5982 /\u65E5\u6587 \u4F60\u597D\u4E16\u754C \u4F1A\u88AB\u7FFB\u8BD1\u4E3A\u65E5\u6587\uFF0C<1>\u70B9\u6B64\u67E5\u770B\u6240\u6709\u652F\u6301\u7684\u8BED\u8A00\u4EE3\u7801\u3002",reloadCurrentPage:"\u8BF7\u5148\u5237\u65B0\u5F53\u524D\u9875\u9762\uFF0C\u518D\u5F00\u59CB\u7FFB\u8BD1",noLocalFilePermissionForPDF:"\u6682\u65E0\u6743\u9650\u8BFB\u53D6\u672C\u5730\u6587\u4EF6\uFF0C\u8BF7\u70B9\u51FB\u4E0A\u65B9\u6309\u94AE\uFF0C\u7136\u540E\u5BFC\u5165\u672C\u5730\u6587\u4EF6",noPermissionForThisPage:"\u26A0\uFE0F \u6682\u65E0\u6743\u9650\u7FFB\u8BD1\u5F53\u524D\u9875\u9762","error.retry":"\u91CD\u8BD5","error.reason":"\u9519\u8BEF\u539F\u56E0",retryAllParagraphs:"\u91CD\u8BD5\u5168\u90E8\u9519\u8BEF\u6BB5\u843D",retryAllButton:"\u91CD\u8BD5\u5168\u90E8\u9519\u8BEF\u6BB5\u843D",errorTooltipTitle:"\u70B9\u51FB\u67E5\u770B\u9519\u8BEF\u539F\u56E0",errorModalTitle:"\u7FFB\u8BD1\u670D\u52A1\u6216\u7F51\u7EDC\u4F3C\u4E4E\u51FA\u4E86\u70B9\u95EE\u9898...",disableConfirm:"\u53CC\u8BED\u4FE1\u606F\u589E\u5F3A\u8BBE\u7F6E",disableOnce:"\u672C\u6B21\u7981\u7528",disableGlobal:"\u6C38\u4E45\u7981\u7528",disableTint:"* \u4F60\u53EF\u4EE5\u5728 {option} \u4E2D\u91CD\u65B0\u542F\u7528\u3002",searchEnhancementNotes:"\u6211\u4EEC\u53D1\u73B0\uFF0C\u4E2D\u6587\u5173\u952E\u8BCD\u548C\u82F1\u6587\u5173\u952E\u8BCD\u7684\u65B0\u95FB\u7ED3\u679C\u6709\u975E\u5E38\u5927\u7684\u4E0D\u540C\uFF0C\u5728\u542F\u7528\u6C89\u6D78\u5F0F\u7FFB\u8BD1\u53CC\u8BED\u4FE1\u606F\u589E\u5F3A\u529F\u80FD\u540E\uFF0C\u6211\u4EEC\u4F1A\u5728\u652F\u6301\u7684\u7F51\u7AD9\uFF08\u8C37\u6B4C\u65B0\u95FB\uFF0C\u8C37\u6B4C\u641C\u7D22\uFF08\u90E8\u5206\u5173\u952E\u8BCD\uFF09\uFF0C\u96EA\u7403\uFF0C\u4E1C\u65B9\u8D22\u5BCC\u7F51\uFF0C\u5BCC\u9014\uFF0C\u8001\u864E\uFF09\u81EA\u52A8\u7528\u82F1\u6587\u4E3A\u4F60\u641C\u7D22\u540C\u6837\u7684\u5173\u952E\u8BCD\u5E76\u5C55\u793A\u5728\u53F3\u4FA7\u3002\u5982\u679C\u4F60\u4E0D\u9700\u8981\u8BE5\u529F\u80FD\u7684\u8BDD\uFF0C\u53EF\u4EE5\u9009\u62E9\u7981\u7528\u5B83\u3002",option:"\u8BBE\u7F6E",saveSettings:"\u4FDD\u5B58\u8BBE\u7F6E",closeModal:"\u5173\u95ED\u7A97\u53E3",enableInputTranslationWithoutTriggerKeyTitle:"\u542F\u7528\u5FEB\u901F\u8FDE\u51FB 3 \u6B21{trailingKey}\uFF0C\u76F4\u63A5\u7FFB\u8BD1\u6574\u4E2A\u8F93\u5165\u6846\u4E3A{inputTargetLanguage}",enableInputTranslationWithoutTriggerKeyDescription:"\u5982\u9700\u6307\u5B9A\u76EE\u6807\u8BED\u8A00\uFF0C\u8BF7\u5728\u524D\u9762\u52A0\u4E0A\u8BED\u8A00\u4EE3\u7801\uFF0C\u5982\uFF1Aja \u4F60\u597D\u4E16\u754C",deepLProName:"\u6C89\u6D78\u5F0F\u7FFB\u8BD1 Pro \u4F1A\u5458 (\u63A8\u8350)",deepLProDescription:"\u5F53\u524D\u5957\u9910\u53EF\u4EE5\u76F4\u63A5\u4F7F\u7528",deeplProDescriptionForNormal:"\u65E0\u9700\u4EFB\u4F55\u8BBE\u7F6E\uFF0C\u4F1A\u5458\u767B\u5F55\u540E\u5373\u53EF\u4F7F\u7528\uFF0C<1>\u70B9\u6B64\u5347\u7EA7\u4E3A\u4F1A\u5458",deepLCustomDescription:"\u9700\u8981\u56FD\u5916\u4FE1\u7528\u5361\uFF0C\u5728 <1>DeepL \u5B98\u65B9\u5F00\u901A\uFF0C\u70B9\u51FB\u67E5\u770B<2>\u6587\u6863",deepLCustomName:"\u81EA\u5B9A\u4E49 Auth Key",chooseProviderLabel:"\u9009\u62E9\u4E00\u4E2A\u670D\u52A1\u63D0\u4F9B\u5546",openaiProName:"\u6C89\u6D78\u5F0F\u7FFB\u8BD1 Pro \u4F1A\u5458 (\u63A8\u8350)",openaiProDescription:"\u5F53\u524D\u5957\u9910\u53EF\u4EE5\u76F4\u63A5\u4F7F\u7528",openaiProDescriptionForNormal:"\u65E0\u9700\u4EFB\u4F55\u8BBE\u7F6E\uFF0C\u4F1A\u5458\u767B\u5F55\u540E\u5373\u53EF\u4F7F\u7528\uFF0C<1>\u70B9\u6B64\u5347\u7EA7\u4E3A\u4F1A\u5458",openaiCustomDescription:"\u53EF\u5728 OpenAI, Azure OpenAI, \u6216\u5176\u4ED6\u7B2C\u4E09\u65B9\u670D\u52A1\u83B7\u53D6\uFF0C<1>\u70B9\u6B64\u67E5\u770B\u6587\u6863",openaiCustomName:"\u81EA\u5B9A\u4E49 API Key",needLoginAction:"(\u5F00\u901A\u4F1A\u5458\u6216\u81EA\u5B9A\u4E49)",goLoginOrAction:"(\u5F00\u901A\u4F1A\u5458\u6216\u53BB\u8BBE\u7F6E)",yearly:"\u8FDE\u7EED\u5305\u5E74",quarterly:"\u8FDE\u7EED\u5305\u5B63",monthly:"\u8FDE\u7EED\u5305\u6708",yearlyForOnce:"\u4E00\u6B21\u6027\u5E74\u5EA6\u5957\u9910",monthlyForOnce:"\u4E00\u6B21\u6027\u6708\u5EA6\u5957\u9910",daily:"\u8FDE\u7EED\u5305\u65E5",year:"\u8FDE\u7EED\u5305\u5E74",quarter:"\u8FDE\u7EED\u5305\u5B63",month:"\u8FDE\u7EED\u5305\u6708",day:"\u8FDE\u7EED\u5305\u65E5",onetime_7day:"7 \u5929\u4F53\u9A8C\u5305",currentPlanDescriptionForFree:"\u5F53\u524D\u5957\u9910\uFF1A\u514D\u8D39",currentPlanDescriptionForContinuous:"\u5F53\u524D\u5957\u9910\uFF1A{plan}\uFF0C\u5C06\u4E8E {endAt} \u81EA\u52A8\u7EED\u8D39",currentPlanDescriptionForAutoRenewCaceling:"\u5F53\u524D\u5957\u9910\uFF1A{plan}\uFF0C\u5C06\u4E8E {endAt} \u5230\u671F\uFF0C\u5230\u671F\u540E\u5C06\u4E0D\u4F1A\u81EA\u52A8\u7EED\u671F",currentYearlyPlanDescriptionForAutoRenewCacelingWithRealPaiedUser:"\u5F53\u524D\u5957\u9910\uFF1A{plan}\uFF0C\u5C06\u4E8E {endAt} \u5230\u671F\uFF0C\u5230\u671F\u540E\u5C06\u4E0D\u4F1A\u81EA\u52A8\u7EED\u671F\u3002
<1>\u70B9\u6B64\u7BA1\u7406\u7EED\u8D39\u65B9\u6848",currentYearlyPlanDescriptionForAutoRenewCacelingWithAdmin:"\u5F53\u524D\u5957\u9910\uFF1A{plan}\uFF0C\u5C06\u4E8E {endAt} \u5230\u671F\uFF0C\u5230\u671F\u540E\u5C06\u4E0D\u4F1A\u81EA\u52A8\u7EED\u671F\u3002
<1>\u70B9\u6B64\u542F\u7528\u8FDE\u7EED\u5305\u5E74",currentPlanDescriptionForOneTime:"\u5F53\u524D\u5957\u9910\uFF1A{plan}\uFF0C\u5C06\u4E8E {endAt} \u5230\u671F\uFF0C<1>\u70B9\u6B64\u5347\u7EA7\u4E3A\u5E74\u8D39\u6216<2>\u6708\u8D39\u4F1A\u5458",upgradePlan:"\u70B9\u6B64\u5347\u7EA7\u4E3A Pro \u4F1A\u5458",upgradeToPro:"\u5347\u7EA7\u4E3A Pro \u4F1A\u5458","popup.openPro":"\u5347\u7EA7\u4E3A Pro \u4F1A\u5458\u540E\u53EF\u4EE5\u7545\u4EAB DeepL \u548C OpenAI \u7FFB\u8BD1\uFF0C\u70B9\u6B64\u5347\u7EA7","popup.openProForPro":"\u60A8\u662F Pro \u4F1A\u5458\uFF0C\u53EF\u76F4\u63A5\u4F7F\u7528 DeepL \u548C OpenAI \u7FFB\u8BD1",currentAccount:"\u5F53\u524D\u8D26\u6237",enableAutoSyncUserSettings:"\u542F\u7528\u591A\u8BBE\u5907\u81EA\u52A8\u4E91\u540C\u6B65",modalEnableInputTranslationTitle:"\u6C89\u6D78\u5F0F\u7FFB\u8BD1\u8F93\u5165\u6846\u7FFB\u8BD1\u63D0\u793A",modalEnableInputTranslationDesc:"\u60A8\u521A\u521A\u901A\u8FC7\u5FEB\u901F\u8FDE\u51FB 3 \u6B21\u7A7A\u683C\u952E\u89E6\u53D1\u4E86\u6C89\u6D78\u5F0F\u7FFB\u8BD1\u7684\u8F93\u5165\u6846\u7FFB\u8BD1\uFF0C\u8F93\u5165\u6846\u7684\u5185\u5BB9\u5C06\u88AB\u7FFB\u8BD1\u4E3A\u9ED8\u8BA4\u7684\u76EE\u6807\u8BED\u8A00\u3002\u901A\u8FC7 Ctrl+Z \u53EF\u4EE5\u64A4\u9500\u7FFB\u8BD1\u3002

\u5982\u679C\u8FD9\u662F\u4E00\u4E2A\u5931\u8BEF\uFF0C\u4E0D\u7528\u62C5\u5FC3\uFF0C\u60A8\u53EF\u4EE5\u9009\u62E9\u672C\u6B21\u7981\u7528\uFF0C\u6216\u8005\u6C38\u4E45\u7981\u7528\u8F93\u5165\u6846\u7FFB\u8BD1\u3002",saveAndNotShowAgain:"\u4FDD\u5B58\u4E14\u4E0D\u518D\u63D0\u793A",disableInputTranslationTips:"* \u4F60\u4E5F\u53EF\u4EE5\u5728 {option} \u4E2D\u8BBE\u7F6E\u5176\u4ED6\u5FEB\u6377\u952E\u6765\u89E6\u53D1\uFF0C{learnMore}\u3002",learnMore:"\u70B9\u6B64\u4E86\u89E3\u66F4\u591A",continueEnalbeInputTranslation:"\u7EE7\u7EED\u542F\u7528\u8F93\u5165\u6846\u7FFB\u8BD1",autoRenewTrialSuffix:'\uFF08\u8BD5\u7528\u4E2D\uFF0C\u7ACB\u523B\u5347\u7EA7\u4E3A\u6B63\u5F0F\u4F1A\u5458\uFF09',upgradeFromTrialTitle:"\u5347\u7EA7\u4E3A\u6B63\u5F0F\u4F1A\u5458",subtitle:"\u89C6\u9891\u5B57\u5E55",youtubeService:"\u6C89\u6D78\u5F0F\u7FFB\u8BD1\u89C6\u9891\u5B57\u5E55\u7FFB\u8BD1\u670D\u52A1","subtitle.disabledSubtitle":"\u6C38\u4E45\u7981\u7528\u89C6\u9891\u5B57\u5E55\u529F\u80FD","subtitle.disabledSubtitleDescription":"\u5982\u679C\u6C89\u6D78\u5F0F\u7FFB\u8BD1\u7684\u89C6\u9891\u5B57\u5E55\u548C\u5176\u4ED6\u6269\u5C55\u6709\u51B2\u7A81\uFF0C\u4F60\u53EF\u4EE5\u9009\u62E9\u6C38\u4E45\u7981\u7528\u6C89\u6D78\u5F0F\u7FFB\u8BD1\u7684\u89C6\u9891\u5B57\u5E55\u529F\u80FD\u6216\u8005\u5378\u8F7D\u5176\u4ED6\u51B2\u7A81\u7684\u6269\u5C55","subtitle.autoEnableSubtitleDescription":"\u542F\u7528\u540E\uFF0C\u5F53\u89C6\u9891\u64AD\u653E\u7684\u65F6\u5019\uFF0C\u4F1A\u81EA\u52A8\u663E\u793A\u53CC\u8BED\u5B57\u5E55\uFF0C\u5426\u5219\u9700\u8981\u70B9\u51FB\u7FFB\u8BD1\u6309\u94AE\u624D\u4F1A\u663E\u793A\u3002","subtitle.preTranslation":"\u4F7F\u7528\u6C89\u6D78\u5F0F\u7FFB\u8BD1\u6765\u7FFB\u8BD1\u5B57\u5E55","subtitle.preTranslationDescription":"\u542F\u7528\u540E\u4F1A\u4F18\u5148\u7528\u4E0B\u9762\u6307\u5B9A\u7684\u7FFB\u8BD1\u670D\u52A1\u63D0\u524D\u7FFB\u8BD1\u6574\u4E2A\u5B57\u5E55\uFF0C1 \u5C0F\u65F6\u7684\u89C6\u9891\u5927\u6982\u6D88\u8017 5\u4E07 Tokens \u6216 \u5B57\u7B26\uFF0C\u8BF7\u914C\u60C5\u4F7F\u7528\uFF1B\u5173\u95ED\u540E\u5219\u4F18\u5148\u4F7F\u7528\u539F\u89C6\u9891\u81EA\u5E26\u7684\u673A\u7FFB\u5B57\u5E55\uFF1B\u8BF7\u6CE8\u610F\uFF0C\u5F53\u539F\u89C6\u9891\u6CA1\u6709\u5BF9\u5E94\u7684\u8BD1\u6587\u5B57\u5E55\u65F6\uFF0C\u5219\u65E0\u8BBA\u662F\u5426\u542F\u7528\u8FD9\u4E2A\u9009\u9879\uFF0C\u90FD\u4F1A\u4F7F\u7528\u4E0B\u9762\u6307\u5B9A\u7684\u7FFB\u8BD1\u670D\u52A1\u6765\u7FFB\u8BD1\u5B57\u5E55\u3002","subtitle.humanSubtitlesPreferred":"\u4F18\u5148\u4F7F\u7528\u4EBA\u5DE5\u5B57\u5E55","subtitle.humanSubtitlesPreferredDescription":"\u5F53\u89C6\u9891\u6709\u76EE\u6807\u8BED\u8A00\u4EBA\u5DE5\u5B57\u5E55\u65F6\uFF0C\u4F18\u5148\u4F7F\u7528\u4EBA\u5DE5\u5B57\u5E55\uFF08\u63A8\u8350\uFF09","subtitle.bilingual":"\u53CC\u8BED\u5B57\u5E55","subtitle.autoDisableSubtitle":"\u4E0D\u81EA\u52A8\u542F\u7528\u53CC\u8BED\u5B57\u5E55","subtitle.hideQuickButton":"\u4E0D\u518D\u663E\u793A\u8BE5\u5FEB\u6377\u65B9\u5F0F","subtitle.showQuickButton":"\u5728\u64AD\u653E\u5668\u663E\u793A\u53CC\u8BED\u5B57\u5E55\u5FEB\u6377\u65B9\u5F0F",videoSubtitleTranslationDescription:"\u4E3A\u89C6\u9891\u5B57\u5E55\u5355\u72EC\u6307\u5B9A\u4E00\u4E2A\u7FFB\u8BD1\u670D\u52A1",subtitleTranslating:"\u6B63\u5728\u4F7F\u7528 {service} \u670D\u52A1\u7FFB\u8BD1\u5B57\u5E55\u4E2D\uFF0C\u8BF7\u7A0D\u7B49...\uFF08\u6C89\u6D78\u5F0F\u7FFB\u8BD1\uFF09",subtitleLoading:"\u6B63\u5728\u52A0\u8F7D\u5B57\u5E55...",bilingual:"\u53CC\u8BED","field.action":"\u662F\u5426\u542F\u7528\u767E\u5EA6\u672F\u8BED","description.action":"\u542F\u7528\u540E\u4F1A\u5728\u8BF7\u6C42\u4E2D\u52A0\u5165 action=1 \u7684\u53C2\u6570\uFF0C\u4EE5\u4FBF\u544A\u77E5\u767E\u5EA6\u542F\u7528\u672F\u8BED\uFF0C<1>\u66F4\u591A\u8BF4\u660E\u8BF7\u53C2\u8003\u5B98\u65B9\u6587\u6863",closeQuickTranslation:"\u5173\u95ED\u60AC\u6D6E\u7403","closeQuickTranslation.untilNext":"\u672C\u6B21\u5173\u95ED\u76F4\u5230\u4E0B\u6B21\u8BBF\u95EE","closeQuickTranslation.currentWebsite":"\u5F53\u524D\u7F51\u7AD9\u7981\u7528","closeQuickTranslation.alwaysClose":"\u6C38\u4E45\u7981\u7528","closeQuickTranslation.settingOpen":"\uFF08\u53EF\u5728<1>\u8BBE\u7F6E\u9875\u5F00\u542F\uFF09","closeQuickTranslation.cancel":"\u53D6\u6D88","closeQuickTranslation.confirm":"\u786E\u5B9A","floatBall.translate":"\u70B9\u51FB\u7FFB\u8BD1\u8BE5\u9875\u9762","floatBall.showOriginal":"\u70B9\u51FB\u5207\u6362\u56DE\u539F\u6587","floatBall.close":"\u5173\u95ED\u60AC\u6D6E\u7403","floatBallOptions.enableDescPc":"\u542F\u7528\u9875\u9762\u60AC\u6D6E\u7403\u540E\uFF0C\u4F1A\u5728\u9875\u9762\u53F3\u4FA7\u663E\u793A\u4E00\u4E2A\u5FEB\u6377\u7FFB\u8BD1\u6309\u94AE\uFF0C\u70B9\u51FB\u5373\u53EF\u7FFB\u8BD1","floatBallOptions.enableDesc":"\u5173\u95ED\u60AC\u6D6E\u7403\u540E\uFF0C\u53EF\u4EE5\u7528{touch}\u5524\u8D77\u3002\u4E3A\u9632\u6B62\u4E0D\u614E\u5173\u95ED\u8BE5\u9009\u9879\u540E\u627E\u4E0D\u5230\u60AC\u6D6E\u7403\uFF0C\u5F3A\u70C8\u5EFA\u8BAE\u6536\u85CF\u672C\u8BBE\u7F6E\u9875","description.azureApiUrl":"\u586B\u5199\u81EA\u5B9A\u4E49\u7684API\u63A5\u53E3\u5730\u5740","floatBall.guideClickToTranslate":`\u70B9\u51FB\u6C89\u6D78\u5F0F\u7FFB\u8BD1\u60AC\u6D6E\u7403 +Url: ${Ka(t)}`),!0)}function Dm(t,e){return!e||!e.length?!1:Cm(t).some(r=>e.some(a=>Ea(r,a)))}function km(t,e){if(!e||!e.length)return!1;let r=Ka(t);return r?e.some(a=>Ea(r,a)):!1}function Em(t,e){if(!e||!e.length)return!0;let r=Ka(t);return r?e.some(a=>Ea(r,a)):!0}function Cm(t){if(t.message)return[t.message];if(t.exception)try{let{type:e="",value:r=""}=t.exception.values&&t.exception.values[0]||{};return[`${r}`,`${e}: ${r}`]}catch{return!1&&N.error(`Cannot extract message for event ${At(t)}`),[]}return[]}function _m(t){try{return t.exception.values[0].type==="SentryError"}catch{}return!1}function Pm(t=[]){for(let e=t.length-1;e>=0;e--){let r=t[e];if(r&&r.filename!==""&&r.filename!=="[native code]")return r.filename||null}return null}function Ka(t){try{let e;try{e=t.exception.values[0].stacktrace.frames}catch{}return e?Pm(e):null}catch{return!1&&N.error(`Cannot extract url for event ${At(t)}`),null}}function gi(t,e){let r=hi(t,e),a={type:e&&e.name,value:Fm(e)};return r.length&&(a.stacktrace={frames:r}),a.type===void 0&&a.value===""&&(a.value="Unrecoverable error caught"),a}function Lm(t,e,r,a){let n={exception:{values:[{type:qr(e)?e.constructor.name:a?"UnhandledRejection":"Error",value:`Non-Error ${a?"promise rejection":"exception"} captured with keys: ${xs(e)}`}]},extra:{__serialized__:Jn(e)}};if(r){let i=hi(t,r);i.length&&(n.exception.values[0].stacktrace={frames:i})}return n}function pi(t,e){return{exception:{values:[gi(t,e)]}}}function hi(t,e){let r=e.stacktrace||e.stack||"",a=Im(e);try{return t(r,a)}catch{}return[]}var Bm=/Minified React error #\d+;/i;function Im(t){if(t){if(typeof t.framesToPop=="number")return t.framesToPop;if(Bm.test(t.message))return 1}return 0}function Fm(t){let e=t&&t.message;return e?e.error&&typeof e.error.message=="string"?e.error.message:e:"No error message"}function Js(t,e,r,a){let n=r&&r.syntheticException||void 0,i=Wa(t,e,n,a);return Ft(i),i.level="error",r&&r.event_id&&(i.event_id=r.event_id),Ge(i)}function el(t,e,r="info",a,n){let i=a&&a.syntheticException||void 0,o=mi(t,e,i,n);return o.level=r,a&&a.event_id&&(o.event_id=a.event_id),Ge(o)}function Wa(t,e,r,a,n){let i;if(Da(e)&&e.error)return pi(t,e.error);if(ps(e)){let o=e;if("stack"in e)i=pi(t,e);else{let l=o.name||"DOMException",s=o.message?`${l}: ${o.message}`:l;i=mi(t,s,r,a),Hr(i,s)}return"code"in o&&(i.tags={...i.tags,"DOMException.code":`${o.code}`}),i}return Aa(e)?pi(t,e):it(e)||qr(e)?(i=Lm(t,e,r,n),Ft(i,{synthetic:!0}),i):(i=mi(t,e,r,a),Hr(i,`${e}`,void 0),Ft(i,{synthetic:!0}),i)}function mi(t,e,r,a){let n={message:e};if(a&&r){let i=hi(t,r);i.length&&(n.exception={values:[{value:e,stacktrace:{frames:i}}]})}return n}var fi="Breadcrumbs",Ot=class t{static id=fi;name=t.id;options;constructor(e){this.options={console:!0,dom:!0,fetch:!0,history:!0,sentry:!0,xhr:!0,...e}}setupOnce(){this.options.console&<("console",Om),this.options.dom&<("dom",zm(this.options.dom)),this.options.xhr&<("xhr",Mm),this.options.fetch&<("fetch",Rm),this.options.history&<("history",Nm)}};function zm(t){function e(r){let a,n=typeof t=="object"?t.serializeAttribute:void 0;typeof n=="string"&&(n=[n]);try{a=r.event.target?Ur(r.event.target,n):Ur(r.event,n)}catch{a=""}a.length!==0&&Z().addBreadcrumb({category:`ui.${r.name}`,message:a},{event:r.event,name:r.name,global:r.global})}return e}function Om(t){let e={category:"console",data:{arguments:t.args,logger:"console"},level:Is(t.level),message:Kn(t.args," ")};if(t.level==="assert")if(t.args[0]===!1)e.message=`Assertion failed: ${Kn(t.args.slice(1)," ")||"console.assert"}`,e.data.arguments=t.args.slice(1);else return;Z().addBreadcrumb(e,{input:t.args,level:t.level})}function Mm(t){if(t.endTimestamp){if(t.xhr.__sentry_own_request__)return;let{method:e,url:r,status_code:a,body:n}=t.xhr.__sentry_xhr__||{};Z().addBreadcrumb({category:"xhr",data:{method:e,url:r,status_code:a},type:"http"},{xhr:t.xhr,input:n});return}}function Rm(t){t.endTimestamp&&(t.fetchData.url.match(/sentry_key/)&&t.fetchData.method==="POST"||(t.error?Z().addBreadcrumb({category:"fetch",data:t.fetchData,level:"error",type:"http"},{data:t.error,input:t.args}):Z().addBreadcrumb({category:"fetch",data:{...t.fetchData,status_code:t.response.status},type:"http"},{input:t.args,response:t.response})))}function Nm(t){let e=Te(),r=t.from,a=t.to,n=Ca(e.location.href),i=Ca(r),o=Ca(a);i.path||(i=n),n.protocol===o.protocol&&n.host===o.host&&(a=o.relative),n.protocol===i.protocol&&n.host===i.host&&(r=i.relative),Z().addBreadcrumb({category:"navigation",data:{from:r,to:a}})}var Ga=Te(),Ha;function bi(){if(Ha)return Ha;if(ks(fetch))return Ha=fetch.bind(Ga);let t=Ga.document,e=fetch;if(t&&typeof t.createElement=="function")try{let r=t.createElement("iframe");r.hidden=!0,t.head.appendChild(r);let a=r.contentWindow;a&&a.fetch&&(e=a.fetch),t.head.removeChild(r)}catch(r){!1&&N.warn("Could not create sandbox iframe for pure fetch check, bailing to window.fetch: ",r)}return Ha=e.bind(Ga)}function tl(t,e){Object.prototype.toString.call(Ga&&navigator)==="[object Navigator]"&&typeof navigator.sendBeacon=="function"?navigator.sendBeacon.bind(navigator)(t,e):Ds()&&bi()(t,{body:e,method:"POST",credentials:"omit",keepalive:!0}).then(null,i=>{!1&&N.error(i)})}var Ti=Te(),xr=class extends Qr{constructor(e){e._metadata=e._metadata||{},e._metadata.sdk=e._metadata.sdk||{name:"sentry.javascript.browser",packages:[{name:"npm:@sentry/browser",version:wr}],version:wr},super(e),e.sendClientReports&&Ti.document&&Ti.document.addEventListener("visibilitychange",()=>{Ti.document.visibilityState==="hidden"&&this._flushOutcomes()})}eventFromException(e,r){return Js(this._options.stackParser,e,r,this._options.attachStacktrace)}eventFromMessage(e,r="info",a){return el(this._options.stackParser,e,r,a,this._options.attachStacktrace)}sendEvent(e,r){let a=this.getIntegrationById(fi);a&&a.options&&a.options.sentry&&Z().addBreadcrumb({category:`sentry.${e.type==="transaction"?"transaction":"event"}`,event_id:e.event_id,level:e.level,message:At(e)},{event:e}),super.sendEvent(e,r)}_prepareEvent(e,r,a){return e.platform=e.platform||"javascript",super._prepareEvent(e,r,a)}_flushOutcomes(){let e=this._clearOutcomes();if(e.length===0){!1&&N.log("No outcomes to send");return}if(!this._dsn){!1&&N.log("No dsn provided, will not send outcomes");return}!1&&N.log("Sending outcomes:",e);let r=$r(this._dsn,this._options),a=Ms(e,this._options.tunnel&&Xt(this._dsn));try{tl(r,Pa(a))}catch(n){!1&&N.error(n)}}};function Xr(t,e=bi()){function r(a){let n={body:a.body,method:"POST",referrerPolicy:"origin",headers:t.headers,...t.fetchOptions};return e(t.url,n).then(i=>({statusCode:i.status,headers:{"x-sentry-rate-limits":i.headers.get("X-Sentry-Rate-Limits"),"retry-after":i.headers.get("Retry-After")}}))}return Yr(t,r)}var Ar="?",qm=10,Um=20,jm=30,Km=40,Wm=50;function Zr(t,e,r,a){let n={filename:t,function:e,in_app:!0};return r!==void 0&&(n.lineno=r),a!==void 0&&(n.colno=a),n}var Hm=/^\s*at (?:(.*?) ?\((?:address at )?)?((?:file|https?|blob|chrome-extension|address|native|eval|webpack||[-a-z]+:|.*bundle|\/).*?)(?::(\d+))?(?::(\d+))?\)?\s*$/i,Gm=/\((\S*)(?::(\d+))(?::(\d+))\)/,Vm=t=>{let e=Hm.exec(t);if(e){if(e[2]&&e[2].indexOf("eval")===0){let i=Gm.exec(e[2]);i&&(e[2]=i[1],e[3]=i[2],e[4]=i[3])}let[a,n]=nl(e[1]||Ar,e[2]);return Zr(n,a,e[3]?+e[3]:void 0,e[4]?+e[4]:void 0)}},vi=[jm,Vm],$m=/^\s*(.*?)(?:\((.*?)\))?(?:^|@)?((?:file|https?|blob|chrome|webpack|resource|moz-extension|capacitor).*?:\/.*?|\[native code\]|[^@]*(?:bundle|\d+\.js)|\/[\w\-. /=]+)(?::(\d+))?(?::(\d+))?\s*$/i,Qm=/(\S+) line (\d+)(?: > eval line \d+)* > eval/i,Ym=t=>{let e=$m.exec(t);if(e){if(e[3]&&e[3].indexOf(" > eval")>-1){let i=Qm.exec(e[3]);i&&(e[1]=e[1]||"eval",e[3]=i[1],e[4]=i[2],e[5]="")}let a=e[3],n=e[1]||Ar;return[n,a]=nl(n,a),Zr(a,n,e[4]?+e[4]:void 0,e[5]?+e[5]:void 0)}},yi=[Wm,Ym],Xm=/^\s*at (?:((?:\[object object\])?.+) )?\(?((?:file|ms-appx|https?|webpack|blob):.*?):(\d+)(?::(\d+))?\)?\s*$/i,Zm=t=>{let e=Xm.exec(t);return e?Zr(e[2],e[1]||Ar,+e[3],e[4]?+e[4]:void 0):void 0},Si=[Km,Zm],Jm=/ line (\d+).*script (?:in )?(\S+)(?:: in function (\S+))?$/i,eg=t=>{let e=Jm.exec(t);return e?Zr(e[2],e[3]||Ar,+e[1]):void 0},rl=[qm,eg],tg=/ line (\d+), column (\d+)\s*(?:in (?:]+)>|([^)]+))\(.*\))? in (.*):\s*$/i,rg=t=>{let e=tg.exec(t);return e?Zr(e[5],e[3]||e[4]||Ar,+e[1],+e[2]):void 0},al=[Um,rg],wi=[vi,yi,Si],Va=$n(...wi),nl=(t,e)=>{let r=t.indexOf("safari-extension")!==-1,a=t.indexOf("safari-web-extension")!==-1;return r||a?[t.indexOf("@")!==-1?t.split("@")[0]:Ar,r?`safari-extension:${e}`:`safari-web-extension:${e}`]:[t,e]};var xi=0;function Ai(){return xi>0}function ag(){xi+=1,setTimeout(()=>{xi-=1})}function Et(t,e={},r){if(typeof t!="function")return t;try{let n=t.__sentry_wrapped__;if(n)return n;if(br(t))return t}catch{return t}let a=function(){let n=Array.prototype.slice.call(arguments);try{r&&typeof r=="function"&&r.apply(this,arguments);let i=n.map(o=>Et(o,e));return t.apply(this,i)}catch(i){throw ag(),Sr(o=>{o.addEventProcessor(l=>(e.mechanism&&(Hr(l,void 0,void 0),Ft(l,e.mechanism)),l.extra={...l.extra,arguments:n},l)),yr(i)}),i}};try{for(let n in t)Object.prototype.hasOwnProperty.call(t,n)&&(a[n]=t[n])}catch{}Hn(a,t),Kr(t,"__sentry_wrapped__",a);try{Object.getOwnPropertyDescriptor(a,"name").configurable&&Object.defineProperty(a,"name",{get(){return t.name}})}catch{}return a}var Di={};ma(Di,{Breadcrumbs:()=>Ot,Dedupe:()=>qt,GlobalHandlers:()=>ht,HttpContext:()=>Nt,LinkedErrors:()=>Rt,TryCatch:()=>Mt});var ht=class t{static id="GlobalHandlers";name=t.id;_options;_installFunc={onerror:ng,onunhandledrejection:ig};constructor(e){this._options={onerror:!0,onunhandledrejection:!0,...e}}setupOnce(){let e=this._options;for(let r in e){let a=this._installFunc[r];a&&e[r]&&(lg(r),a(),this._installFunc[r]=void 0)}}};function ng(){lt("error",t=>{let[e,r,a]=sl();if(!e.getIntegration(ht))return;let{msg:n,url:i,line:o,column:l,error:s}=t;if(Ai()||s&&s.__sentry_own_request__)return;let u=s===void 0&&St(n)?sg(n,i,o,l):il(Wa(r,s||n,void 0,a,!1),i,o,l);u.level="error",ol(e,s,u,"onerror")})}function ig(){lt("unhandledrejection",t=>{let[e,r,a]=sl();if(!e.getIntegration(ht))return;let n=t;try{"reason"in t?n=t.reason:"detail"in t&&"reason"in t.detail&&(n=t.detail.reason)}catch{}if(Ai()||n&&n.__sentry_own_request__)return!0;let i=Nr(n)?og(n):Wa(r,n,void 0,a,!0);i.level="error",ol(e,n,i,"onunhandledrejection")})}function og(t){return{exception:{values:[{type:"UnhandledRejection",value:`Non-Error promise rejection captured with value: ${String(t)}`}]}}}function sg(t,e,r,a){let n=/^(?:[Uu]ncaught (?:exception: )?)?(?:((?:Eval|Internal|Range|Reference|Syntax|Type|URI|)Error): )?(.*)$/i,i=Da(t)?t.message:t,o="Error",l=i.match(n);return l&&(o=l[1],i=l[2]),il({exception:{values:[{type:o,value:i}]}},e,r,a)}function il(t,e,r,a){let n=t.exception=t.exception||{},i=n.values=n.values||[],o=i[0]=i[0]||{},l=o.stacktrace=o.stacktrace||{},s=l.frames=l.frames||[],u=isNaN(parseInt(a,10))?void 0:a,c=isNaN(parseInt(r,10))?void 0:r,d=St(e)&&e.length>0?e:bs();return s.length===0&&s.push({colno:u,filename:d,function:"?",in_app:!0,lineno:c}),t}function lg(t){!1&&N.log(`Global Handler attached: ${t}`)}function ol(t,e,r,a){Ft(r,{handled:!1,type:a}),t.captureEvent(r,{originalException:e})}function sl(){let t=Z(),e=t.getClient(),r=e&&e.getOptions()||{stackParser:()=>[],attachStacktrace:!1};return[t,r.stackParser,r.attachStacktrace]}var ug=["EventTarget","Window","Node","ApplicationCache","AudioTrackList","ChannelMergerNode","CryptoOperation","EventSource","FileReader","HTMLUnknownElement","IDBDatabase","IDBRequest","IDBTransaction","KeyOperation","MediaController","MessagePort","ModalWindow","Notification","SVGElementInstance","Screen","TextTrack","TextTrackCue","TextTrackList","WebSocket","WebSocketWorker","Worker","XMLHttpRequest","XMLHttpRequestEventTarget","XMLHttpRequestUpload"],Mt=class t{static id="TryCatch";name=t.id;_options;constructor(e){this._options={XMLHttpRequest:!0,eventTarget:!0,requestAnimationFrame:!0,setInterval:!0,setTimeout:!0,...e}}setupOnce(){let e=Te();this._options.setTimeout&&ot(e,"setTimeout",ll),this._options.setInterval&&ot(e,"setInterval",ll),this._options.requestAnimationFrame&&ot(e,"requestAnimationFrame",cg),this._options.XMLHttpRequest&&"XMLHttpRequest"in e&&ot(XMLHttpRequest.prototype,"send",dg);let r=this._options.eventTarget;r&&(Array.isArray(r)?r:ug).forEach(pg)}};function ll(t){return function(...e){let r=e[0];return e[0]=Et(r,{mechanism:{data:{function:st(t)},handled:!0,type:"instrument"}}),t.apply(this,e)}}function cg(t){return function(e){return t.apply(this,[Et(e,{mechanism:{data:{function:"requestAnimationFrame",handler:st(t)},handled:!0,type:"instrument"}})])}}function dg(t){return function(...e){let r=this;return["onload","onerror","onprogress","onreadystatechange"].forEach(n=>{n in r&&typeof r[n]=="function"&&ot(r,n,function(i){let o={mechanism:{data:{function:n,handler:st(i)},handled:!0,type:"instrument"}},l=br(i);return l&&(o.mechanism.data.handler=st(l)),Et(i,o)})}),t.apply(this,e)}}function pg(t){let e=Te(),r=e[t]&&e[t].prototype;!r||!r.hasOwnProperty||!r.hasOwnProperty("addEventListener")||(ot(r,"addEventListener",function(a){return function(n,i,o){try{typeof i.handleEvent=="function"&&(i.handleEvent=Et(i.handleEvent,{mechanism:{data:{function:"handleEvent",handler:st(i),target:t},handled:!0,type:"instrument"}}))}catch{}let l=Et(i,{mechanism:{data:{function:"addEventListener",handler:st(i),target:t},handled:!0,type:"instrument"}}),s=[n,l,o];return a.apply(this,s)}}),ot(r,"removeEventListener",function(a){return function(n,i,o){let l=i;try{let s=l&&l.__sentry_wrapped__;s&&a.call(this,n,s,o)}catch{}return a.call(this,n,l,o)}}))}var mg="cause",gg=5,Rt=class t{static id="LinkedErrors";name=t.id;_key;_limit;constructor(e={}){this._key=e.key||mg,this._limit=e.limit||gg}setupOnce(){let e=Z().getClient();e&>((r,a)=>{let n=Z().getIntegration(t);return n?hg(e.getOptions().stackParser,n._key,n._limit,r,a):r})}};function hg(t,e,r,a,n){if(!a.exception||!a.exception.values||!n||!dt(n.originalException,Error))return a;let i=ul(t,r,n.originalException,e);return a.exception.values=[...i,...a.exception.values],a}function ul(t,e,r,a,n=[]){if(!dt(r[a],Error)||n.length+1>=e)return n;let i=gi(t,r[a]);return ul(t,e,r[a],a,[i,...n])}var cl=Te(),Nt=class t{static id="HttpContext";name=t.id;setupOnce(){gt(e=>{if(Z().getIntegration(t)){if(!navigator&&!location&&!cl.document)return e;let r=e.request&&e.request.url||location&&location.href,{referrer:a}=cl.document||{},{userAgent:n}=navigator||{},i={...e.request&&e.request.headers,...a&&{Referer:a},...n&&{"User-Agent":n}},o={...r&&{url:r},headers:i};return{...e,request:o}}return e})}};var qt=class t{static id="Dedupe";name=t.id;_previousEvent;setupOnce(e,r){let a=n=>{let i=r().getIntegration(t);if(i){try{if(fg(n,i._previousEvent))return!1&&N.warn("Event dropped due to being a duplicate of previously captured event."),null}catch{return i._previousEvent=n}return i._previousEvent=n}return n};a.id=this.name,e(a)}};function fg(t,e){return e?!!(bg(t,e)||Tg(t,e)):!1}function bg(t,e){let r=t.message,a=e.message;return!(!r&&!a||r&&!a||!r&&a||r!==a||!gl(t,e)||!ml(t,e))}function Tg(t,e){let r=dl(e),a=dl(t);return!(!r||!a||r.type!==a.type||r.value!==a.value||!gl(t,e)||!ml(t,e))}function ml(t,e){let r=pl(t),a=pl(e);if(!r&&!a)return!0;if(r&&!a||!r&&a||(r=r,a=a,a.length!==r.length))return!1;for(let n=0;n"u"){!1&&N.warn("Session tracking in non-browser environment with @sentry/browser is not supported.");return}let r=Z();r.captureSession&&(hl(r),lt("history",({from:a,to:n})=>{a===void 0||a===n||hl(Z())}))}var Al={},Ei=Te();Ei.Sentry&&Ei.Sentry.Integrations&&(Al=Ei.Sentry.Integrations);var yg={...Al,...ar,...Di};var Fx=ba.alert;function pe(){return typeof process>"u"&&typeof Deno<"u"?Deno.env.toObject():m}var te=pe();function Ut(){return te.IMMERSIVE_TRANSLATE_USERSCRIPT==="1"}function ut(){return te.PROD==="1"}function jt(){return te.PROD_API==="1"}function Ct(){if(te.IMMERSIVE_TRANSLATE_SAFARI==="1")return!0;if(typeof globalThis.immersiveTranslateBrowserAPI<"u"&&globalThis.immersiveTranslateBrowserAPI.runtime&&globalThis.immersiveTranslateBrowserAPI.runtime.getManifest){let e=globalThis.immersiveTranslateBrowserAPI.runtime.getManifest();return!!(e&&e._isSafari)}else return!1}function Dl(){return typeof Deno<"u"}var Xx=pe().PROD==="1",Zx=pe().PROD!=="1";function kl(){return typeof globalThis.__IS_IMMERSIVE_TRANSLATE_WEB_OPTIONS_PAGE__<"u"}function Ci(){if(typeof globalThis.immersiveTranslateBrowserAPI<"u"&&globalThis.immersiveTranslateBrowserAPI.runtime&&globalThis.immersiveTranslateBrowserAPI.runtime.getManifest){let t=globalThis.immersiveTranslateBrowserAPI.runtime.getManifest();return!!(t&&(t._isUserscript||t._isSafari))}else return!1}var El={nologin:"\u672A\u767B\u5F55",loginForSafari:"\u767B\u5F55\u6216\u6CE8\u518C",login:"\u767B\u5F55\u540E\u53EF\u5F00\u901A\u4F1A\u5458",goLogin:"\u53BB\u767B\u5F55",manageAccount:"\u7BA1\u7406\u8D26\u6237",openPremium:"\u5F00\u901A\u4F1A\u5458",logout:"\u9000\u51FA",curentPlan:"\u5F53\u524D\u5957\u9910",endAt:"\u5230\u671F",endAuto:"\u81EA\u52A8\u7EED\u671F",lineBreakMaxTextCount:"\u6362\u884C\u540E\uFF0C\u6BCF\u53E5\u8BDD\u5141\u8BB8\u7684\u6700\u5927\u5B57\u7B26\u6570\u91CF","translate-pdf":"\u70B9\u51FB\u7FFB\u8BD1 PDF","noSupportTranslate-pdf":"\u811A\u672C\u4E0D\u652F\u6301\u8BF7\u4F7F\u7528\u63D2\u4EF6","translate-firefox-local-pdf":"\u70B9\u51FB\u53BB\u5BFC\u5165PDF",enableLineBreak:"\u5F00\u542F\u957F\u6BB5\u843D\u81EA\u52A8\u6362\u884C",sponsorLabel:"$1 \u8D77\u8D5E\u52A9\u5F00\u53D1\u8005",help:"\u5E2E\u52A9",enableLineBreakDescription:"\u5F00\u542F\u540E\uFF0C\u5C06\u4F1A\u5728\u957F\u6BB5\u843D\u4E2D\u6BCF\u53E5\u8BDD\u7ED3\u675F\u63D2\u5165\u6362\u884C\u7B26\uFF0C\u4EE5\u4FBF\u4E8E\u9605\u8BFB","browser.shortBrandName":"\u6C89\u6D78\u5F0F\u7FFB\u8BD1","browser.brandName":"\u6C89\u6D78\u5F0F\u7FFB\u8BD1 - \u7F51\u9875\u7FFB\u8BD1\u63D2\u4EF6 | PDF\u7FFB\u8BD1 | \u514D\u8D39","browser.brandDescription":"\u3010\u6C89\u6D78\u5F0F\u7FFB\u8BD1\u3011\u4E00\u6B3E\u514D\u8D39\u7684\uFF08\u539F\u6587/\u8BD1\u6587\uFF09\u53CC\u8BED\u5BF9\u7167\u7F51\u9875\u7FFB\u8BD1\u63D2\u4EF6\uFF0C\u540C\u65F6\u652F\u6301PDF\u7FFB\u8BD1\uFF08\u4FDD\u7559\u539F\u6587\u6863\u6392\u7248\uFF09\uFF0C\u89C6\u9891\u53CC\u8BED\u5B57\u5E55\u7FFB\u8BD1\uFF08Youtube, Netflix\u7B49\uFF09\uFF0CEPUB\u7535\u5B50\u4E66\u7FFB\u8BD1\u7B49\uFF1B\u652F\u6301\u8C03\u7528\u4EBA\u5DE5\u667A\u80FDAI\u7FFB\u8BD1\u5927\u6A21\u578B\uFF08OpenAI (ChatGPT)\u3001DeepL\u3001Gemini(Bard) \u7B49 \uFF09\u5BF9\u4EE5\u4E0A\u5185\u5BB9\u8FDB\u884C\u66F4\u51C6\u786E\u7684\u7FFB\u8BD1\uFF1B","browser.brandDescriptionForSafari":"\u3010\u6C89\u6D78\u5F0F\u7FFB\u8BD1\u3011\u4E00\u6B3E\u514D\u8D39\u7684\uFF08\u539F\u6587/\u8BD1\u6587\uFF09\u53CC\u8BED\u5BF9\u7167\u7F51\u9875\u7FFB\u8BD1\u63D2\u4EF6\uFF0C\u540C\u65F6\u652F\u6301PDF\u7FFB\u8BD1\u548CEPUB\u7535\u5B50\u4E66\u7FFB\u8BD1\u4E14\u4FDD\u7559\u539F\u6587\u6863\u6392\u7248\uFF0CYoutube/Netflix\u7B49\u5728\u7EBF\u89C6\u9891\u53CC\u8BED\u5B57\u5E55\u7FFB\u8BD1\uFF0C\u652F\u6301Deepl/Google\u7B49\u4E3B\u6D41\u7FFB\u8BD1\u670D\u52A1;","browser.toggleTranslatePage":"\u7FFB\u8BD1\u7F51\u9875/\u663E\u793A\u539F\u6587","browser.toggleTranslateTheWholePage":"\u7FFB\u8BD1\u9875\u9762\u5168\u90E8\u533A\u57DF/\u663E\u793A\u539F\u6587","browser.toggleTranslateToThePageEndImmediately":"\u7ACB\u5373\u7FFB\u8BD1\u5230\u9875\u9762\u5E95\u90E8/\u663E\u793A\u539F\u6587","browser.toggleTranslateTheMainPage":"\u7FFB\u8BD1\u9875\u9762\u4E3B\u8981\u533A\u57DF/\u663E\u793A\u539F\u6587","browser.shareToDraft":"\u751F\u6210\u7F51\u9875\u5FEB\u7167","browser.openOptionsPage":"\u6253\u5F00\u8BBE\u7F6E\u9875","browser.translateLocalPdfFile":"\u7FFB\u8BD1\u672C\u5730 PDF \u6587\u4EF6","browser.openEbookViewer":"\u9605\u8BFB\u672C\u5730\u7535\u5B50\u4E66","browser.openEbookBuilder":"\u5236\u4F5C\u53CC\u8BED EPUB \u7535\u5B50\u4E66","browser.translateLocalHtmlFile":"\u7FFB\u8BD1 HTML/txt \u6587\u4EF6","browser.donateContext":"\u4E86\u89E3\u8D5E\u52A9\u798F\u5229","browser.translateLocalSubtitleFile":"\u7FFB\u8BD1\u672C\u5730\u5B57\u5E55\u6587\u4EF6",confirmResetConfig:"\u4F60\u786E\u5B9A\u8981\u91CD\u7F6E\u8BBE\u7F6E\u5417\uFF1F",translationLineBreakSettingTitle:"\u8BD1\u6587\u6362\u884C\u8BBE\u7F6E",smartLineBreak:"\u667A\u80FD\u6362\u884C",alwaysLineBreak:"\u603B\u662F\u6362\u884C",isShowContextMenu:"\u5C06\u7FFB\u8BD1\u7F51\u9875\u52A0\u5165\u53F3\u952E\u83DC\u5355\u9879",toggleBeta:"\u5F00\u542F Beta \u6D4B\u8BD5\u7279\u6027",betaDescription:"\u542F\u7528\u4ECD\u5728\u5B9E\u9A8C\u6027\u7684\u529F\u80FD\uFF0C\u4EE5\u53CA\u6D4B\u8BD5\u4E2D\u7684\u7FFB\u8BD1\u670D\u52A1\u3002\u52A0\u5165 <1>Telegram \u7FA4\u7EC4\u4E86\u89E3\u66F4\u591A\u3002",translationLineBreakSettingDescription:"\u603B\u662F\u6362\u884C\u9002\u7528\u4E8E\u8F83\u5C11\u5185\u5BB9\u7684\u7248\u9762\uFF0C\u66F4\u6574\u9F50\u3002\uFF08\u5728\u5185\u5BB9\u8F83\u591A\u7684\u957F\u6BB5\u843D(\u8D85\u8FC7{count}\u4E2A\u5B57\u7B26) \u4F7F\u7528\u667A\u80FD\u6362\u884C\uFF0C\u66F4\u7701\u7A7A\u95F4\uFF09",tempTranslateDomainTitle:"\u4E34\u65F6\u5F00\u542F\u7F51\u7AD9\u7FFB\u8BD1\u7684\u65F6\u957F",tempTranslateDomainDescription:"\u5F53\u624B\u52A8\u7FFB\u8BD1\u67D0\u4E2A\u7F51\u9875\u7684\u65F6\u5019\uFF0C\u4E34\u65F6\u5F00\u542F\u8BE5\u7F51\u7AD9\u4E3A\u81EA\u52A8\u7FFB\u8BD1\uFF0C\u53EF\u8BBE\u7F6E\u4E34\u65F6\u65F6\u957F",xMinutes:"{count} \u5206\u949F",disabled:"\u7981\u7528",changelog:"\u66F4\u65B0\u65E5\u5FD7",toggleTranslatePageWhenThreeFingersOnTheScreen:"\u591A\u6307\u540C\u65F6\u89E6\u6478\u5C4F\u5E55\u5219\u7FFB\u8BD1\u7F51\u9875/\u663E\u793A\u539F\u6587",toggleTranslationMaskWhenThreeFingersOnTheScreen:"\u591A\u6307\u540C\u65F6\u89E6\u6478\u5219\u663E\u793A/\u9690\u85CF\u8BD1\u6587\u6A21\u7CCA\u6548\u679C",addUrlDescription:"\u53EF\u4EE5\u4E3A\u57DF\u540D\uFF0C\u540C\u65F6\u652F\u6301\u901A\u914D\u7B26\uFF0C\u5982\uFF1A*.google.com, google.com/mail/*, https://www.google.com/*",general:"\u57FA\u672C\u8BBE\u7F6E",clickToExpandConfig:"\u5C55\u5F00\u5F53\u524D\u914D\u7F6E",import:"\u4ECE\u6587\u4EF6\u5BFC\u5165",export:"\u5BFC\u51FA\u5230\u6587\u4EF6",toggleDebug:"\u5728\u63A7\u5236\u53F0\u6253\u5370\u8C03\u8BD5\u65E5\u5FD7",mouseHoldKey:"+ {key} \u7FFB\u8BD1/\u8FD8\u539F\u8BE5\u6BB5",mouseHoldKeyAuto:"\u76F4\u63A5\u7FFB\u8BD1\u8BE5\u6BB5",mouseHoldKeyOff:"\u4E0D\u505A\u4EFB\u4F55\u4E8B\u60C5",mouseHoldKeyOther:"\u81EA\u5B9A\u4E49\u5FEB\u6377\u952E(\u6253\u5F00\u8BBE\u7F6E)",mouseHoldKeyCustomKey:"{key} \u7FFB\u8BD1/\u8FD8\u539F\u8BE5\u6BB5","mouse-translate":"\u9F20\u6807\u60AC\u505C",document:"\u4F7F\u7528\u6559\u7A0B",resetSuccess:"\u91CD\u7F6E\u6240\u6709\u8BBE\u7F6E\u6210\u529F",resetThisSuccess:"\u91CD\u7F6E\u6210\u529F",saved:"\u4FDD\u5B58\u6210\u529F",successImportConfig:"\u6210\u529F\u5BFC\u5165\u914D\u7F6E",goAdvancedSettings:"\u53BB\u8FDB\u9636\u8BBE\u7F6E\u9875",goAdvancedInterfaceSettings:"\u53BB\u9AD8\u7EA7\u81EA\u5B9A\u4E49\u8BBE\u7F6E\u9875\u9762",advanced:"\u8FDB\u9636\u8BBE\u7F6E",advancedDescription:"\u4E00\u822C\u65E0\u9700\u8BBE\u7F6E\uFF0C\u4FDD\u6301\u9ED8\u8BA4\u5373\u53EF\u3002\u4EC5\u5BF9\u4E8E\u66F4\u4E13\u4E1A\u7684\u7528\u6237\uFF0C\u63D0\u4F9B\u66F4\u4E2A\u6027\u5316\u7684\u8BBE\u7F6E\u9879\u3002",developer:"\u5F00\u53D1\u8005\u8BBE\u7F6E",donateCafe:"\u4EF7\u683C","translate to the bottom of the page":"\u8FDB\u5165\u7F51\u9875\u540E\uFF0C\u662F\u5426\u7ACB\u5373\u7FFB\u8BD1\u5230\u9875\u9762\u5E95\u90E8\uFF1F",feedback:"\u95EE\u9898\u53CD\u9988",toggleTranslatePage:"\u7FFB\u8BD1\u7F51\u9875/\u663E\u793A\u539F\u6587",translateToThePageEndImmediatelyDescription:"\u5F00\u542F\u540E\uFF0C\u8FDB\u5165\u7F51\u9875\u5C06\u7ACB\u5373\u7FFB\u8BD1\u4ECE\u9876\u90E8\u5230\u5E95\u90E8\u7684\u5185\u5BB9\u3002\u5173\u95ED\u5219\u8FB9\u770B\u8FB9\u8BD1\u3002\uFF08\u4E0D\u63A8\u8350\u5F00\u542F\uFF09","translate all areas of the page":"\u662F\u5426\u7FFB\u8BD1\u7F51\u9875\u6240\u6709\u533A\u57DF",translationAreaDescription:"\u5F00\u542F\u540E\uFF0C\u6574\u4E2A\u7F51\u9875\u7684\u6240\u6709\u533A\u57DF\u90FD\u4F1A\u88AB\u7FFB\u8BD1\u3002\u5173\u95ED\u5219\u4F7F\u7528\u9ED8\u8BA4\u7684\u667A\u80FD\u8BC6\u522B\uFF0C\u4EC5\u7FFB\u8BD1\u4E3B\u8981\u533A\u57DF\u3002\uFF08\u4E0D\u63A8\u8350\u5F00\u542F\uFF09","the number of characters to be translated first":"\u76F4\u63A5\u7FFB\u8BD1\u9875\u9762\u524D\u591A\u5C11\u4E2A\u5B57\u7B26\uFF0C\u800C\u65E0\u9700\u7B49\u5F85\u6EDA\u52A8\u5230\u53EF\u89C6\u533A\u57DF","interface language":"\u754C\u9762\u8BED\u8A00","display both the original text and the translation":"\u540C\u65F6\u663E\u793A\u539F\u6587\u548C\u8BD1\u6587","keyboard shortcuts":"\u952E\u76D8\u5FEB\u6377\u952E",modify:"\u4FEE\u6539\u5FEB\u6377\u952E",reset:"\u91CD\u7F6E",close:"\u5173\u95ED",homepage:"\u4E3B\u9875",more:"\u66F4\u591A",moreOptions:"\u5C55\u5F00\u66F4\u591A\u81EA\u5B9A\u4E49\u9009\u9879",translateTheWholePage:"\u7FFB\u8BD1\u9875\u9762\u5168\u90E8\u533A\u57DF\uFF08\u533A\u522B\u4E8E\u667A\u80FD\u8BC6\u522B\u4E3B\u8981\u533A\u57DF\uFF09",changeToTranslateTheWholePage:"\u5207\u6362\u4E3A\u7FFB\u8BD1\u6240\u6709\u533A\u57DF",changeToTranslateTheMainPage:"\u5207\u6362\u4E3A\u7FFB\u8BD1\u4E3B\u8981\u533A\u57DF",translateToThePageEndImmediately:"\u7ACB\u5373\u7FFB\u8BD1\u5230\u9875\u9762\u5E95\u90E8",translateTheMainPage:"\u667A\u80FD\u7FFB\u8BD1\u4E3B\u8981\u533A\u57DF","The local rules are up to date":"\u672C\u5730\u9002\u914D\u89C4\u5219\u5DF2\u662F\u6700\u65B0:","Successfully synchronized with the latest official rules:":"\u6210\u529F\u540C\u6B65\u6700\u65B0\u5B98\u65B9\u9002\u914D\u89C4\u5219:","Checking for updates":"\u6B63\u5728\u68C0\u67E5\u66F4\u65B0","Rules are being synchronized":"\u6B63\u5728\u540C\u6B65\u9002\u914D\u89C4\u5219",localVersionIsTooOld:"\u672C\u5730\u6269\u5C55\u7248\u672C\u8FC7\u65E7\uFF0C\u8BF7\u5347\u7EA7\u6269\u5C55\u5230 {minVersion} \u6216\u66F4\u65B0\u7684\u7248\u672C\u518D\u5C1D\u8BD5\u540C\u6B65",badUserscriptBrowser:"\u5F53\u524D\u6D4F\u89C8\u5668\u6CA1\u6709\u6B63\u786E\u5B9E\u73B0\u6CB9\u7334\u6269\u5C55\u7684\u63A5\u53E3\uFF08\u6BD4\u5982\u83B7\u53D6\u6CB9\u7334\u811A\u672C\u81EA\u8EAB\u7684\u7248\u672C\u53F7\u4FE1\u606F\uFF09\uFF0C\u8BF7\u4F7F\u7528\u5176\u4ED6<1>\u652F\u6301\u6CB9\u7334\u6269\u5C55\u7684\u6D4F\u89C8\u5668\u5982 Firefox",foundNewVersion:"\u53D1\u73B0\u65B0\u7248\u672C",theLocalExtensionIsUpToUpdate:"\u5F53\u524D\u6269\u5C55\u5DF2\u662F\u6700\u65B0\u7248\u672C\u3002",failToSyncRules:"\u540C\u6B65\u6700\u65B0\u9002\u914D\u89C4\u5219\u5931\u8D25",retry:"\u70B9\u6B64\u91CD\u8BD5",failedReason:"\u5931\u8D25\u539F\u56E0",currentRuleVersion:"\u5F53\u524D\u89C4\u5219\u7248\u672C",calculating:"\u8BA1\u7B97\u4E2D",unknownError:'\u60A8\u5F53\u524D\u6240\u4F7F\u7528\u7684\u7FFB\u8BD1\u670D\u52A1\u56E0\u7F51\u7EDC\u8FDE\u63A5\u6216\u670D\u52A1\u63D0\u4F9B\u5546\u7684\u95EE\u9898\u6682\u65F6\u65E0\u6CD5\u8BBF\u95EE\u3002\u5EFA\u8BAE\u60A8\u5C1D\u8BD5\u5237\u65B0\u9875\u9762\u6216\u901A\u8FC7\u8BBE\u7F6E\u66F4\u6362\u5176\u4ED6\u7FFB\u8BD1\u670D\u52A1\u3002\u82E5\u60A8\u662FPro\u4F1A\u5458\uFF0C\u53EF\u4EE5\u9009\u62E9\u4F7F\u7528\u66F4\u4E3A\u7A33\u5B9A\u7684DeepL\u6216OpenAI\u7FFB\u8BD1\u670D\u52A1\u3002\u540C\u65F6\uFF0C\u60A8\u53EF\u80FD\u9700\u8981\u68C0\u67E5\u7F51\u7EDC\u6216\u4EE3\u7406\u8BBE\u7F6E\u540E\u91CD\u65B0\u5C1D\u8BD5\u3002',canNotFetchRemoteRule:"\u65E0\u6CD5\u83B7\u53D6\u8FDC\u7A0B\u89C4\u5219",enableAlphaSuccess:"\u5DF2\u5F00\u542FAlpha\u529F\u80FD",disableAlphaSuccess:"\u5DF2\u5173\u95EDAlpha\u529F\u80FD",cacheSize:"\u7F13\u5B58\u5927\u5C0F\uFF1A",cleaning:"\u6E05\u7406\u4E2D",cleanCache:"\u6E05\u9664\u7F13\u5B58",options:"\u8BBE\u7F6E",about:"\u5173\u4E8E",service:"\u7FFB\u8BD1\u670D\u52A1",needAction:"(\u53BB\u8BBE\u7F6E)",goSettings:"\u53BB\u8BBE\u7F6E",needActionForOptions:"(\u9700\u8BBE\u7F6E)",translationEngine:"\u5F15\u64CE\u9009\u9879",sourceLanguage:"\u539F\u6587\u8BED\u8A00",target:"\u76EE\u6807\u8BED\u8A00",popupSourceLanguage:"\u539F\u6587\u8BED\u8A00",popupTarget:"\u76EE\u6807\u8BED\u8A00",popupService:"\u7FFB\u8BD1\u670D\u52A1",forThisSite:"\u5F53\u524D\u7F51\u7AD9",autoEnableSubtitle:"\u81EA\u52A8\u5F00\u542F\u53CC\u8BED\u5B57\u5E55",alwaysTranslate:"\u603B\u662F\u7FFB\u8BD1",neverTranslate:"\u6C38\u4E0D\u7FFB\u8BD1",neverTranslateSomeLanguage:"\u6C38\u4E0D\u7FFB\u8BD1 {language}",alwaysTranslateSomeSite:"\u603B\u662F\u7FFB\u8BD1 {hostname}",neverTranslateSomeSite:"\u6C38\u4E0D\u7FFB\u8BD1 {hostname}",alwaysTranslateSomeSiteOrWildSite:"\u603B\u662F\u7FFB\u8BD1\u8BE5\u7F51\u7AD9",alwaysTranslateSomePage:"\u603B\u662F\u7FFB\u8BD1\u8BE5\u7F51\u9875",add:"\u6DFB\u52A0",default:"\u9ED8\u8BA4",forThisLanguage:"\u9488\u5BF9\u8BE5\u8BED\u8A00\uFF1A","add url":"\u8F93\u5165URL",edit:"\u7F16\u8F91",pickAll:"\u5168\u9009","translate other languages into specific language":"\u5C06\u5176\u4ED6\u8BED\u8A00\u7FFB\u8BD1\u4E3A\u4F60\u8BBE\u7F6E\u7684\u8BED\u8A00","select translation service":"\u9009\u62E9\u4E00\u9879\u7FFB\u8BD1\u670D\u52A1",language:"\u8BED\u8A00","show-original":"\u663E\u793A\u539F\u6587",translate:"\u7FFB\u8BD1",Translated:"\u5DF2\u7FFB\u8BD1",Translating:"\u7FFB\u8BD1\u4E2D",Error:"\u9519\u8BEF",allowCacheTranslations:"\u5F00\u542F\u672C\u5730\u7FFB\u8BD1\u7F13\u5B58\uFF08\u51CF\u5C11\u91CD\u590D\u6BB5\u843D\u7684\u7FFB\u8BD1\u8BF7\u6C42\uFF09","translation display":"\u8BD1\u6587\u663E\u793A\u6837\u5F0F","select diplay style":"\u533A\u5206\u8BD1\u6587\u7684\u6837\u5F0F\uFF0C\u5177\u4F53\u53EF\u53C2\u8003\u4E0B\u5217\u793A\u4F8B",interface:"\u754C\u9762\u8BBE\u7F6E",import_export:"\u5BFC\u5165/\u5BFC\u51FA",import_export_title:"\u5BFC\u5165/\u5BFC\u51FA\u914D\u7F6E",syncToGoogleDrive:"\u7ACB\u5373\u4E0E Google Drive \u540C\u6B65","floatBallOptions.enable":"\u542F\u7528\u60AC\u6D6E\u7403","floatBallOptions.blockUrls":"\u7981\u7528\u7F51\u7AD9","floatBallOptions.add":"\u6DFB\u52A0","floatBallOptions.blockUrlDesc":"\u5F53\u9047\u4E0B\u5217\u7F51\u7AD9\u65F6\u4E0D\u663E\u793A\u60AC\u6D6E\u7403","floatBallOptions.clickType":"\u70B9\u51FB\u884C\u4E3A","floatBallOptions.clickTypeDesc":"\u60AC\u6D6E\u7403\u56FE\u6807\u70B9\u51FB\u65F6\u7684\u884C\u4E3A","floatBallOptions.clickPopup":"\u663E\u793A\u7FFB\u8BD1\u9762\u677F","floatBallOptions.clickTranslate":"\u7FFB\u8BD1/\u663E\u793A\u539F\u6587","floatBallOptions.fixedPosition":"\u56FA\u5B9A\u4F4D\u7F6E","floatBallOptions.fixedPositionDesc":"\u60AC\u6D6E\u7403\u5728\u7A97\u53E3\u5DE6\u4FA7\u8FD8\u662F\u53F3\u4FA7","floatBallOptions.fixedPositionLeft":"\u5DE6\u4FA7","floatBallOptions.fixedPositionRight":"\u53F3\u4FA7",previewAllThemes:"\u9884\u89C8\u5168\u90E8\u6837\u5F0F","translationTheme.none":"\u65E0","translationTheme.grey":"\u9ED1\u7070\u8272","translationTheme.dashed":"\u865A\u7EBF\u4E0B\u5212\u7EBF","translationTheme.dotted":"\u70B9\u72B6\u4E0B\u5212\u7EBF","translationTheme.dashedBorder":"\u865A\u7EBF\u8FB9\u6846","translationTheme.solidBorder":"\u5B9E\u7EBF\u8FB9\u6846","translationTheme.underline":"\u76F4\u7EBF\u4E0B\u5212\u7EBF","translationTheme.mask":"\u6A21\u7CCA\u6548\u679C\uFF08\u5B66\u4E60\u6A21\u5F0F\uFF09","translationTheme.opacity":"\u900F\u660E\u6548\u679C","translationTheme.paper":"\u767D\u7EB8\u9634\u5F71\u6548\u679C","translationTheme.dividingLine":"\u5206\u5272\u7EBF","translationTheme.highlight":"\u9AD8\u4EAE","translationTheme.marker":"\u9A6C\u514B\u7B14","translationTheme.marker2":"\u9A6C\u514B\u7B142","translationTheme.blockquote":"\u5F15\u7528\u6837\u5F0F","translationTheme.weakening":"\u5F31\u5316","translationTheme.italic":"\u659C\u4F53","translationTheme.bold":"\u52A0\u7C97","translationTheme.thinDashed":"\u7EC6\u865A\u7EBF\u4E0B\u5212\u7EBF","translationTheme.nativeDashed":"\u7CFB\u7EDF\u81EA\u5E26\u865A\u7EBF\u4E0B\u5212\u7EBF","translationTheme.nativeDotted":"\u7CFB\u7EDF\u81EA\u5E26\u70B9\u72B6\u4E0B\u5212\u7EBF","translationTheme.nativeUnderline":"\u7CFB\u7EDF\u81EA\u5E26\u76F4\u7EBF\u4E0B\u5212\u7EBF","translationTheme.wavy":"\u6CE2\u6D6A\u7EBF","translationServices.custom":"\u81EA\u5B9A\u4E49API","translationServices.tencent":"\u817E\u8BAF\u7FFB\u8BD1\u541B","translationServices.tenAlpha":"\u817E\u8BAF\u7FFB\u8BD1\u541B(Alpha)","translationServices.google":"\u8C37\u6B4C\u7FFB\u8BD1","translationServices.bai":"\u767E\u5EA6(Alpha)","translationServices.baidu":"\u767E\u5EA6\u7FFB\u8BD1","translationServices.aliyun":"\u963F\u91CC\u4E91\u7FFB\u8BD1","translationServices.volc":"\u706B\u5C71\u7FFB\u8BD1","translationServices.deeplx":"DeepLX(Beta)","translationServices.bing":"\u5FAE\u8F6F\u7FFB\u8BD1","translationServices.deepl":"DeepL","translationServices.wechat":"\u5FAE\u4FE1\u7FFB\u8BD1","translationServices.azure":"Azure \u7FFB\u8BD1","translationServices.ibm":"IBM Watson","translationServices.aws":"\u4E9A\u9A6C\u900A\u7FFB\u8BD1","translationServices.mock":"\u6A21\u62DF\u7FFB\u8BD1","translationServices.mock2":"\u6A21\u62DF\u7FFB\u8BD12","translationServices.caiyun":"\u5F69\u4E91\u5C0F\u8BD1","translationServices.cai":"\u5F69\u4E91\u5C0F\u8BD1 (Alpha)","translationServices.volcAlpha":"\u706B\u5C71 (Alpha)","translationServices.openl":"OpenL","translationServices.youdao":"\u6709\u9053\u7FFB\u8BD1","translationServices.you":"\u6709\u9053\u7FFB\u8BD1 (Alpha)","translationServices.transmart":"\u817E\u8BAF\u4EA4\u4E92\u7FFB\u8BD1","translationServices.niu":"\u5C0F\u725B\u7FFB\u8BD1","translationServices.papago":"Papago \u7FFB\u8BD1","translationServices.d":"D (Alpha)","translationServices.dpro":"D Pro (Canary)","translationServices.openai":"OpenAI","translationServices.yandex":"Yandex","translationServices.gemini":"Gemini","translationServices.claude":"Claude","translationServices.chatgpt":"ChatGPT Web(3.5 mobile)","translate title":"\u7FFB\u8BD1\u9875\u9762\u6807\u9898","always languages":"\u603B\u662F\u7FFB\u8BD1\u7684\u8BED\u8A00",neverTranslateLanguagesLabel:"\u6C38\u4E0D\u7FFB\u8BD1\u7684\u8BED\u8A00",neverTranslateTheFollowingLanguagesDescription:"\u5F53\u9875\u9762\u4E2D\u67D0\u4E00\u6BB5\u843D\u7684\u8BED\u8A00\u4E3A\u4E0B\u5217\u8BED\u8A00\u65F6\uFF0C\u5C06\u8DF3\u8FC7\u7FFB\u8BD1",enableUserscriptPagePopup:"\u5728\u9875\u9762\u4E0A\u663E\u793A\u60AC\u6D6E\u7403",enableUserscriptPagePopupDescription:"\u5173\u95ED\u60AC\u6D6E\u7403\u540E\uFF0C\u53EF\u4EE5\u7528\u5FEB\u6377\u952E/{touch}\u5524\u8D77\u3002\u4E3A\u9632\u6B62\u4E0D\u614E\u5173\u95ED\u8BE5\u9009\u9879\u540E\u627E\u4E0D\u5230\u60AC\u6D6E\u7403\uFF0C\u5F3A\u70C8\u5EFA\u8BAE\u6536\u85CF\u672C\u8BBE\u7F6E\u9875","always translate the following languages":"\u5F53\u9875\u9762\u8BED\u8A00\u4E3A\u4E0B\u5217\u8BED\u8A00\u65F6\uFF0C\u4F1A\u81EA\u52A8\u7FFB\u8BD1\u4E3A\u76EE\u6807\u8BED\u8A00","always sites":"\u603B\u662F\u7FFB\u8BD1\u7684\u7F51\u5740","always translate the following sites":"\u5F53\u7F51\u7AD9\u4E3A\u4E0B\u5217\u57DF\u540D\u65F6\uFF0C\u4F1A\u81EA\u52A8\u7FFB\u8BD1\u4E3A\u76EE\u6807\u8BED\u8A00","never sites":"\u6C38\u4E0D\u7FFB\u8BD1\u7684\u7F51\u5740","never translate the following sites":"\u5F53\u7F51\u7AD9\u4E3A\u4E0B\u5217\u57DF\u540D\u65F6\uFF0C\u5C06\u4E0D\u4F1A\u8FDB\u884C\u7FFB\u8BD1","please refer to":"\u9700\u8981\u586B\u5199\u5BC6\u94A5\u540E\u624D\u53EF\u7528\uFF0C\u8BE6\u60C5\u53C2\u8003",KeyAndConfigurationTutorial:"\u300A\u5BC6\u94A5\u7533\u8BF7\u548C\u914D\u7F6E\u6559\u7A0B\u300B",useAboveStyleForTheseSites:"\u5F53\u7F51\u7AD9\u4E3A\u4E0B\u5217\u57DF\u540D\u65F6\uFF0C\u603B\u662F\u4F7F\u7528 \u2308{theme}\u230B \u8BD1\u6587\u6837\u5F0F",currentUrl:"\u5F53\u524D\u7F51\u5740",confirm:"\u4FDD\u5B58",cancel:"\u53D6\u6D88",delete:"\u5220\u9664",syncToCloud:"\u540C\u6B65\u5230 Google Drive",syncToCloudDescription:"\u4E0A\u4F20\u5230\u4E91\u7AEF\uFF0C\u53EF\u4EE5\u5728\u4E0D\u540C\u7684\u6D4F\u89C8\u5668/\u6CB9\u7334\u811A\u672C\u4E4B\u95F4\u540C\u6B65\u914D\u7F6E\uFF0C\u4EE5\u6700\u540E\u4FEE\u6539\u65F6\u95F4\u4E3A\u51C6\u3002",syncToAccount:"\u540C\u6B65\u5230\u6C89\u6D78\u5F0F\u7FFB\u8BD1\u4E91\u7AEF",syncToAccountButton:"\u7ACB\u5373\u4E0E\u4E91\u7AEF\u540C\u6B65",syncToAccountDescription:"\u5728\u4E0D\u540C\u7684\u8BBE\u5907\u4E4B\u95F4\u81EA\u52A8\u540C\u6B65\u914D\u7F6E\uFF0C\u4EE5\u6700\u540E\u4FEE\u6539\u65F6\u95F4\u4E3A\u51C6\u3002",successSyncConfigInAccount:"\u6210\u529F\u4E0E\u4E91\u7AEF\u4FDD\u6301\u540C\u6B65",successSyncConfigToAccount:"\u6210\u529F\u540C\u6B65\u5230\u4E91\u7AEF",syncConfigNoUpdate:"\u5DF2\u7ECF\u662F\u6700\u65B0\u7684\u4E86",authFail:"\u6388\u6743\u5931\u8D25",syncTitle:"\u624B\u52A8\u5907\u4EFD\u7BA1\u7406",import_hint:"\u5BFC\u5165",upload:"\u4E0A\u4F20",revokeAuth:"\u64A4\u9500\u6388\u6743",uploadFail:"\u4E0A\u4F20\u5931\u8D25",download:"\u4E0B\u8F7D",importSuccess:"\u5BFC\u5165\u6210\u529F",importFail:"\u5BFC\u5165\u5931\u8D25",deleteFail:"\u5220\u9664\u5931\u8D25",backupToCloud:"\u624B\u52A8\u7BA1\u7406\u5907\u4EFD\u6587\u4EF6",create_new_backup:"\u65B0\u589E\u5907\u4EFD\u8282\u70B9",maxBackupFiles:"\u6700\u591A\u53EF\u4EE5\u5907\u4EFD{count}\u4E2A\u4E0D\u540C\u7684\u8282\u70B9, \u8BF7\u5220\u9664\u4E0D\u9700\u8981\u7684\u8282\u70B9",backupToCloudDescription:"\u624B\u52A8\u4E0A\u4F20\u6216\u6062\u590D\u5907\u4EFD\u6587\u4EF6\uFF0C\u6700\u591A\u5141\u8BB83\u4E2A\u4E0D\u540C\u7684\u5907\u4EFD",successSyncConfig:"\u6210\u529F\u4E0E\u4E91\u7AEF\u4FDD\u6301\u540C\u6B65",syncFail:"\u540C\u6B65\u5931\u8D25",updatedAt:"\u66F4\u65B0\u4E8E {date}",lastSyncedAt:"\u4E0A\u6B21\u68C0\u67E5\u4E8E {date}",downloadFail:"\u4E0B\u8F7D\u5931\u8D25",clickToDownload:"\u70B9\u51FB\u4E0B\u8F7D",aboutLabel:"\u5173\u4E8E - \u53CD\u9988","browser.openAboutPage":"\u5173\u4E8E/\u53CD\u9988",aboutLabelWithoutSponsor:"\u5173\u4E8E - \u53CD\u9988",aboutIntro:"\u5E0C\u671B\u6211\u4EEC\u90FD\u80FD\u66F4\u52A0\u5BB9\u6613\u4E14\u6109\u60A6\u5730\u83B7\u53D6\u4E92\u8054\u7F51\u4E0A\u5DE8\u5927\u7684\u5916\u8BED\u4FE1\u606F \u2764\uFE0F \u4F60\u53EF\u9009\u62E9\u5F00\u901A <6>Pro\u4F1A\u5458 \u6765\u4F7F\u7528\u5F00\u7BB1\u5373\u7528\u7684 DeepL \u548C OpenAI \u7FFB\u8BD1\u3002

\u4F60\u53EF\u4EE5\u5173\u6CE8\u6211\u4EEC\u7684<3>\u63A8\u7279\uFF0C<4>Telegram \u9891\u9053\uFF0C\u5FAE\u4FE1\u516C\u4F17\u53F7\uFF0C\u5FAE\u4FE1\u4EA4\u6D41\u7FA4\uFF0C\u6216\u8005\u4E0B\u65B9\u7684<5>\u90AE\u4EF6\u8BA2\u9605\u8FFD\u8E2A\u66F4\u65B0\u3002
<7>Pro \u4F1A\u5458 \u53EF\u4EE5\u901A\u8FC7\u5FEB\u901F\u5BA2\u670D\u90AE\u7BB1 <8>support@immersivetranslate.com \u548C\u6211\u4EEC\u53D6\u5F97\u8054\u7CFB\u3002",aboutIntroWithoutSponsor:"\u5E0C\u671B\u6211\u4EEC\u90FD\u80FD\u66F4\u52A0\u5BB9\u6613\u4E14\u6109\u60A6\u5730\u83B7\u53D6\u4E92\u8054\u7F51\u4E0A\u5DE8\u5927\u7684\u5916\u8BED\u4FE1\u606F \u2764\uFE0F

\u4F60\u53EF\u4EE5\u5173\u6CE8\u6211\u4EEC\u7684<3>\u63A8\u7279\uFF0C<4>Telegram \u9891\u9053\uFF0C\u5FAE\u4FE1\u516C\u4F17\u53F7\uFF0C\u5FAE\u4FE1\u4EA4\u6D41\u7FA4\uFF0C\u6216\u8005\u4E0B\u65B9\u7684<5>\u90AE\u4EF6\u8BA2\u9605\u8FFD\u8E2A\u66F4\u65B0\u3002",projectHomepage:"\u9879\u76EE\u4E3B\u9875",joinTelegramGroup:"\u52A0\u5165\u7528\u6237\u4EA4\u6D41\u7FA4\u53C2\u4E0E\u529F\u80FD\u8BA8\u8BBA",wechatPublicAccount:"\u5FAE\u4FE1\u516C\u4F17\u53F7",wechatCommunities:"\u5FAE\u4FE1\u4EA4\u6D41\u7FA4",qqCommunities:"QQ \u4EA4\u6D41\u9891\u9053",joinTelegramChannel:"\u5173\u6CE8 Telegram \u9891\u9053\u83B7\u53D6\u6700\u65B0\u66F4\u65B0",feedbackAndJoin:"\u95EE\u9898\u53CD\u9988/\u52A0\u7FA4",autoSync:"\u81EA\u52A8\u5B9A\u65F6\u540C\u6B65",loadingThemeTitle:"Loading \u6837\u5F0F",loadingThemeDescription:"\u8BBE\u7F6E\u7B49\u5F85\u8BD1\u6587\u52A0\u8F7D\u65F6\u7684\u6837\u5F0F","loadingTheme.spinner":"\u8F6C\u5708\u52A8\u753B","loadingTheme.text":"\u9759\u6001\u6587\u5B57 ... ","loadingTheme.none":"\u4E0D\u663E\u793A",developerDescription:"\u53EF\u4EE5\u70B9\u51FB<1>\u8FD9\u91CC\u67E5\u770B\u9AD8\u7EA7\u81EA\u5B9A\u4E49\u76F8\u5173\u7684\u6587\u6863","edit border color":"\u4FEE\u6539\u8FB9\u6846\u989C\u8272",successSyncButNoChange:"\u5F53\u524D\u914D\u7F6E\u4E0E\u4E91\u7AEF\u4E00\u81F4",customTheme:"\u81EA\u5B9A\u4E49\u989C\u8272\u548C\u5927\u5C0F","customThemeLabel.borderColor":"\u8FB9\u6846\u989C\u8272","customThemeLabel.borderRadius":"\u8FB9\u6846\u5706\u89D2","customThemeLabel.textColor":"\u6587\u5B57\u989C\u8272","customThemeLabel.backgroundColor":"\u80CC\u666F\u989C\u8272","customThemeLabel.zoom":"\u5B57\u4F53\u7F29\u653E\u6BD4\u4F8B (%)","customThemeLabel.opacity":"\u6587\u5B57\u4E0D\u900F\u660E\u5EA6 (%)",resetToDefaultColor:"\u6062\u590D\u4E3A\u9ED8\u8BA4\u989C\u8272",resetToDefaultSettings:"\u6062\u590D\u4E3A\u9ED8\u8BA4\u8BBE\u7F6E",isTranslateTitle:"\u5F00\u542F\u7FFB\u8BD1\u7F51\u9875\u6807\u9898",isTranslateTitleDescription:"\u5F00\u542F\u540E\uFF0C\u7F51\u9875\u6807\u9898\u4F1A\u88AB\u7FFB\u8BD1",enableSearchEnhancement:"\u542F\u7528\u53CC\u8BED\u4FE1\u606F\u589E\u5F3A",enableSearchEnhancementDescription:"\u5F00\u542F\u540E\uFF0C\u5728\u652F\u6301\u7684\u7F51\u7AD9\uFF08\u8C37\u6B4C\u65B0\u95FB\uFF0C\u8C37\u6B4C\u641C\u7D22\uFF08\u90E8\u5206\u5173\u952E\u8BCD\uFF09\uFF0C\u96EA\u7403\uFF0C\u4E1C\u65B9\u8D22\u5BCC\uFF0C\u5BCC\u9014\uFF0C\u8001\u864E\u793E\u533A\uFF09\u53F3\u8FB9\u680F\u81EA\u52A8\u663E\u793A\u5BF9\u5E94\u82F1\u6587\u5173\u952E\u8BCD\u7684\u201C\u8C37\u6B4C\u65B0\u95FB\u201D\u641C\u7D22\u7ED3\u679C\u3002",verifyService:"\u70B9\u6B64\u6D4B\u8BD5\u670D\u52A1",verified:"\u9A8C\u8BC1\u6210\u529F","field.langs":"\u652F\u6301\u7684\u8BED\u8A00\u4EE3\u7801","field.model":"\u6A21\u578B","field.translationEngine":"\u7FFB\u8BD1\u5F15\u64CE","field.limitPerMinute":"\u6BCF\u5206\u949F\u6700\u5927\u8BF7\u6C42\u6570","field.limitPerSecond":"\u6BCF\u79D2\u6700\u5927\u8BF7\u6C42\u6570","field.maxTextLengthPerRequest":"\u6BCF\u6B21\u8BF7\u6C42\u6700\u5927\u6587\u672C\u957F\u5EA6","field.maxTextGroupLengthPerRequest":"\u6BCF\u6B21\u8BF7\u6C42\u6700\u5927\u6BB5\u843D\u6570","field.apiUrl":"\u81EA\u5B9A\u4E49 API \u63A5\u53E3\u5730\u5740","field.placeholderDelimiters":"\u4FDD\u7559\u7684\u5360\u4F4D\u7B26","description.custom":"\u81EA\u5B9A\u4E49\u63A5\u53E3\u63A5\u5165 \u9700\u8981\u53C2\u8003\u6587\u6863","description.limitPerMinute":"\u8BF7\u6C42\u6570\u8D85\u8FC7\u8BE5\u9650\u5236\u65F6\u4F1A\u8FDB\u5165\u6392\u961F\u72B6\u6001\uFF0C\u76F4\u5230\u4E0B\u4E00\u5206\u949F\u5F00\u59CB\u3002\u7531\u4E8EOpenAI\u76EE\u524D\u670D\u52A1\u7684\u5404\u79CD\u9650\u5236\uFF0C\u8BF7\u70B9\u51FB<1>\u8FD9\u91CC\u67E5\u770B\u6700\u65B0\u5EFA\u8BAE\u7684\u6570\u503C","description.limitPerSecond":"\u8BF7\u6C42\u6570\u8D85\u8FC7\u8BE5\u9650\u5236\u65F6\u4F1A\u8FDB\u5165\u6392\u961F\u72B6\u6001\uFF0C\u76F4\u5230\u4E0B\u4E00\u79D2\u949F\u5F00\u59CB\u3002\u7531\u4E8EOpenAI\u76EE\u524D\u670D\u52A1\u7684\u5404\u79CD\u9650\u5236\uFF0C\u8BF7\u70B9\u51FB<1>\u8FD9\u91CC\u67E5\u770B\u6700\u65B0\u5EFA\u8BAE\u7684\u6570\u503C","description.generalLimitPerSecond":"\u8BF7\u6C42\u6570\u8D85\u8FC7\u8BE5\u9650\u5236\u65F6\u4F1A\u8FDB\u5165\u6392\u961F\u72B6\u6001\uFF0C\u76F4\u5230\u4E0B\u4E00\u79D2\u949F\u5F00\u59CB\u3002","description.maxTextLengthPerRequest":"\u6BCF\u6B21\u8BF7\u6C42\u6700\u5927\u5B57\u7B26\u6570\uFF0C\u592A\u5927\u4F1A\u5BFC\u81F4\u63A5\u53E3\u7684\u54CD\u5E94\u53D8\u6162\uFF0C\u56E0\u6B64\u53EF\u4EE5\u5C1D\u8BD5\u8C03\u6574\u8BE5\u9009\u9879\u6765\u4F18\u5316\u901F\u5EA6","description.systemPrompt":"\u4EE5\u7CFB\u7EDF\u8EAB\u4EFD\u53D1\u9001\u7ED9 {service} \u7684\u5BF9\u8BDD\uFF0C\u5176\u4E2D {{text}} \u8868\u793A\u6BB5\u843D\u7684\u6587\u672C\u5185\u5BB9\uFF0C{{from}} \u8868\u793A\u6BB5\u843D\u7684\u8BED\u8A00\uFF0C{{to}} \u8868\u793A\u76EE\u6807\u8BED\u8A00","field.domain":"\u9886\u57DF","description.domain":"\u9ED8\u8BA4\u4E3A\uFF1Ageneral\u3002\u4EC5\u5728\u6709\u9053API\u63A7\u5236\u53F0\u5F00\u901A\u9886\u57DF\u5316\u7FFB\u8BD1\u7684\u60C5\u51B5\u4E0B\u53EF\u8BBE\u7F6E\uFF0C\u652F\u6301\u9886\u57DF\u89C1<1>\u8FD9\u91CC","field.scene":"\u573A\u666F","description.scene":"\u9ED8\u8BA4\u4E3A\uFF1Ageneral\u3002\u4EC5\u5728\u963F\u91CC\u4E91API\u63A7\u5236\u53F0\u5F00\u901A\u673A\u5668\u7FFB\u8BD1\u4E13\u4E1A\u7248\u7684\u60C5\u51B5\u4E0B\u53EF\u8BBE\u7F6E\uFF0C\u652F\u6301\u573A\u666F\u89C1<1>\u8FD9\u91CC","field.vocabId":"\u7528\u6237\u8BCD\u5178 ID","description.vocabId":"\u6307\u5B9A\u7684\u8BCD\u5178 out_id\uFF0C\u76EE\u524D\u652F\u6301\u82F1\u8BD1\u4E2D","description.model":"OpenAI \u7684\u6A21\u578B\uFF0C\u53EF\u4EE5\u4E3A gpt-3.5-turbo, gpt-4 \u7B49","description.maxTextGroupLengthPerRequest":"\u6BCF\u6B21\u53D1\u9001\u7ED9\u7FFB\u8BD1\u670D\u52A1\u7684\u6BB5\u843D\u6570\u91CF\uFF0C\u5982\u679C\u6BB5\u843D\u6570\u91CF\u8FC7\u591A\uFF0C\u53EF\u80FD\u4F1A\u5BFC\u81F4\u63A5\u53E3\u7684\u54CD\u5E94\u53D8\u6162","description.apiUrl":"\u8BF7\u6DFB\u52A0\u5177\u4F53\u5E26\u6709\u8DEF\u5F84\u7684\u7F51\u5740\uFF0C<1>\u66F4\u591A\u8BF4\u660E",enabledExtension:"\u542F\u7528\u6269\u5C55",clickToDisableExtension:"\u70B9\u51FB\u7981\u7528\u6269\u5C55",clickToEnableExtension:"\u70B9\u51FB\u542F\u7528\u6269\u5C55",hasBeenDisabled:"\u5DF2\u7981\u7528","show password":"\u663E\u793A\u5BC6\u7801",customContent:"\u8F93\u5165\u81EA\u5B9A\u4E49\u6A21\u578B\u540D\u79F0",inputOptions:"\u8F93\u5165\u6846\u589E\u5F3A",mouseHoverOptions:"\u9F20\u6807\u60AC\u505C",modifyMouseHoverKey:"\u4FEE\u6539\u9F20\u6807\u60AC\u505C\u5FEB\u6377\u952E",enableInputTranslation:"\u662F\u5426\u542F\u7528\u8F93\u5165\u6846\u589E\u5F3A",enableInputTranslationDescription:"\u542F\u7528\u540E\uFF0C\u5728\u8F93\u5165\u6846\u76F4\u63A5\u8F93\u5165 {startingKey}{startingKey} \u4F60\u597D\uFF0C\u7136\u540E\u5FEB\u901F\u8FDE\u51FB{inputTrailingTriggerKeyRepeatTimes}\u6B21{trailingKey}\uFF0C\u5373\u53EF\u7FFB\u8BD1\u4E3A {inputTargetLanguage}",enableInputTranslationDescriptionForNoneKey:"\u542F\u7528\u540E\uFF0C\u5728\u8F93\u5165\u6846\u76F4\u63A5\u8F93\u5165\uFF1A\u4F60\u597D\u4E16\u754C\uFF0C\u7136\u540E\u5FEB\u901F\u8FDE\u51FB{inputTrailingTriggerKeyRepeatTimes}\u6B21{trailingKey}\uFF0C\u5373\u53EF\u7FFB\u8BD1\u4E3A\u9ED8\u8BA4\u76EE\u6807\u8BED\u8A00",inputTargetLanguage:"\u8BBE\u7F6E\u8F93\u5165\u6846\u7684\u9ED8\u8BA4\u76EE\u6807\u8BED\u8A00",inputTargetLanguageDescription:"\u8F93\u5165\u6846\u7FFB\u8BD1\u7684\u9ED8\u8BA4\u76EE\u6807\u8BED\u8A00\uFF0C\u4E5F\u5C31\u662F {startingKey}{startingKey} \u4F5C\u4E3A\u89E6\u53D1\u8BCD\u7684\u9ED8\u8BA4\u8BED\u8A00",inputTargetLanguageDescriptionForNoneKey:"\u8F93\u5165\u6846\u7FFB\u8BD1\u7684\u9ED8\u8BA4\u76EE\u6807\u8BED\u8A00",inputStartingTriggerKeyTitle:"\u8BBE\u7F6E\u8F93\u5165\u6846\u90E8\u5206\u7FFB\u8BD1\u7684\u5206\u5272\u5B57\u7B26",inputStartingTriggerKeyDescription:"\u5F53\u4F60\u4E0D\u9700\u8981\u7FFB\u8BD1\u6574\u4E2A\u8F93\u5165\u6846\u7684\u65F6\u5019\uFF0C\u5206\u5272\u7B26\u5141\u8BB8\u4F60\u53EA\u7FFB\u8BD1 {startingKey}{startingKey} \u5230\u8F93\u5165\u6846\u672B\u5C3E\u7684\u90E8\u5206\uFF0C\u4E5F\u53EF\u4EE5\u6307\u5B9A\u8BED\u8A00\u4EE3\u7801\uFF0C\u6BD4\u5982\uFF1A{startingKey}ja \u8868\u793A\u53EA\u7FFB\u8BD1 {startingKey}ja \u5230\u8F93\u5165\u6846\u672B\u5C3E\u7684\u90E8\u5206",inputStartingTriggerKeyDescriptionForNoneKey:"\u5F53\u524D\u8BBE\u7F6E\u4E3A\u65E0\u9700\u524D\u7F00\uFF0C\u6682\u65E0\u6CD5\u4F7F\u7528\u8F93\u5165\u6846\u7684\u90E8\u5206\u6587\u672C\u7FFB\u8BD1\u529F\u80FD",inputTrailingTriggerKeyTitle:"\u9009\u62E9\u4E00\u4E2A\u8F93\u5165\u7ED3\u675F\u7684\u89E6\u53D1\u5B57\u7B26",inputTrailingTriggerKeyDescription:"\u5FEB\u901F\u8FDE\u51FB 3 \u6B21{trailingKey} \u5C06\u4F1A\u5F00\u59CB\u7FFB\u8BD1",inputTrailingTriggerKeyTimeout:"\u8F93\u5165\u7ED3\u675F\u8FDE\u51FB\u89E6\u53D1\u7684\u95F4\u9694\u65F6\u95F4",inputTrailingTriggerKeyTimeoutDescription:"\u8BBE\u7F6E\u8F93\u5165\u7ED3\u675F\u8FDE\u51FB\u89E6\u53D1\u7684\u95F4\u9694\u65F6\u95F4\uFF08\u6BEB\u79D2\uFF09",spaceKey:"<\u7A7A\u683C\u952E>",noneKey:"\u65E0\u9700\u524D\u7F00\uFF0C\u76F4\u63A5\u7FFB\u8BD1\u6574\u4E2A\u6587\u672C\u6846",inputTranslationBlockUrlsTitle:"\u5207\u52FF\u5728\u4EE5\u4E0B\u7F51\u5740\u4E2D\u542F\u7528\u8F93\u5165\u6846\u589E\u5F3A",inputTranslationBlockUrlsDescription:"\u5728\u4EE5\u4E0B\u7F51\u5740\u4E2D\uFF0C\u8F93\u5165\u6846\u589E\u5F3A\u5C06\u4E0D\u4F1A\u751F\u6548",inputHelperInfo:"\u8BF4\u660E\uFF1A\u6211\u4EEC\u7279\u522B\u9488\u5BF9\u5728\u4E2D\u6587\u8F93\u5165\u6CD5\u4E0B\u90E8\u5206\u89E6\u53D1\u5B57\u7B26\u4F1A\u53D8\u6210\u4E2D\u6587\u6807\u70B9\u7B26\u53F7\u8FD9\u4EF6\u4E8B\u505A\u4E86\u4F18\u5316\uFF0C\u6BD4\u5982\u641C\u72D7\u8F93\u5165\u6CD5\u4E0B / \u4F1A\u53D8\u6210\u987F\u53F7 \u3001\uFF0C\u6C89\u6D78\u5F0F\u7FFB\u8BD1\u652F\u6301\u6240\u6709\u89E6\u53D1\u7B26\u5BF9\u5E94\u7684\u4E2D\u6587\u7B26\u53F7\uFF0C\u4E5F\u5C31\u662F\u8BF4 // \u3001\u3001 \u90FD\u4F1A\u88AB\u8BC6\u522B\u4E3A\u89E6\u53D1\u5B57\u7B26\u3002

\u540C\u65F6\u6211\u4EEC\u4E5F\u652F\u6301\u8BED\u8A00\u4EE3\u7801\u7684\u4E2D\u6587\u522B\u540D\u4F5C\u4E3A\u547D\u4EE4\uFF0C\u6BD4\u5982 /\u65E5\u6587 \u4F60\u597D\u4E16\u754C \u4F1A\u88AB\u7FFB\u8BD1\u4E3A\u65E5\u6587\uFF0C<1>\u70B9\u6B64\u67E5\u770B\u6240\u6709\u652F\u6301\u7684\u8BED\u8A00\u4EE3\u7801\u3002",reloadCurrentPage:"\u8BF7\u5148\u5237\u65B0\u5F53\u524D\u9875\u9762\uFF0C\u518D\u5F00\u59CB\u7FFB\u8BD1",noLocalFilePermissionForPDF:"\u6682\u65E0\u6743\u9650\u8BFB\u53D6\u672C\u5730\u6587\u4EF6\uFF0C\u8BF7\u70B9\u51FB\u4E0A\u65B9\u6309\u94AE\uFF0C\u7136\u540E\u5BFC\u5165\u672C\u5730\u6587\u4EF6",noPermissionForThisPage:"\u26A0\uFE0F \u6682\u65E0\u6743\u9650\u7FFB\u8BD1\u5F53\u524D\u9875\u9762","error.retry":"\u91CD\u8BD5","error.reason":"\u9519\u8BEF\u539F\u56E0",retryAllParagraphs:"\u91CD\u8BD5\u5168\u90E8\u9519\u8BEF\u6BB5\u843D",retryAllButton:"\u91CD\u8BD5\u5168\u90E8\u9519\u8BEF\u6BB5\u843D",errorTooltipTitle:"\u70B9\u51FB\u67E5\u770B\u9519\u8BEF\u539F\u56E0",errorModalTitle:"\u7FFB\u8BD1\u670D\u52A1\u6216\u7F51\u7EDC\u4F3C\u4E4E\u51FA\u4E86\u70B9\u95EE\u9898...",disableConfirm:"\u53CC\u8BED\u4FE1\u606F\u589E\u5F3A\u8BBE\u7F6E",disableOnce:"\u672C\u6B21\u7981\u7528",disableGlobal:"\u6C38\u4E45\u7981\u7528",disableTint:"* \u4F60\u53EF\u4EE5\u5728 {option} \u4E2D\u91CD\u65B0\u542F\u7528\u3002",searchEnhancementNotes:"\u6211\u4EEC\u53D1\u73B0\uFF0C\u4E2D\u6587\u5173\u952E\u8BCD\u548C\u82F1\u6587\u5173\u952E\u8BCD\u7684\u65B0\u95FB\u7ED3\u679C\u6709\u975E\u5E38\u5927\u7684\u4E0D\u540C\uFF0C\u5728\u542F\u7528\u6C89\u6D78\u5F0F\u7FFB\u8BD1\u53CC\u8BED\u4FE1\u606F\u589E\u5F3A\u529F\u80FD\u540E\uFF0C\u6211\u4EEC\u4F1A\u5728\u652F\u6301\u7684\u7F51\u7AD9\uFF08\u8C37\u6B4C\u65B0\u95FB\uFF0C\u8C37\u6B4C\u641C\u7D22\uFF08\u90E8\u5206\u5173\u952E\u8BCD\uFF09\uFF0C\u96EA\u7403\uFF0C\u4E1C\u65B9\u8D22\u5BCC\u7F51\uFF0C\u5BCC\u9014\uFF0C\u8001\u864E\uFF09\u81EA\u52A8\u7528\u82F1\u6587\u4E3A\u4F60\u641C\u7D22\u540C\u6837\u7684\u5173\u952E\u8BCD\u5E76\u5C55\u793A\u5728\u53F3\u4FA7\u3002\u5982\u679C\u4F60\u4E0D\u9700\u8981\u8BE5\u529F\u80FD\u7684\u8BDD\uFF0C\u53EF\u4EE5\u9009\u62E9\u7981\u7528\u5B83\u3002",option:"\u8BBE\u7F6E",saveSettings:"\u4FDD\u5B58\u8BBE\u7F6E",closeModal:"\u5173\u95ED\u7A97\u53E3",enableInputTranslationWithoutTriggerKeyTitle:"\u542F\u7528\u5FEB\u901F\u8FDE\u51FB 3 \u6B21{trailingKey}\uFF0C\u76F4\u63A5\u7FFB\u8BD1\u6574\u4E2A\u8F93\u5165\u6846\u4E3A{inputTargetLanguage}",enableInputTranslationWithoutTriggerKeyDescription:"\u5982\u9700\u6307\u5B9A\u76EE\u6807\u8BED\u8A00\uFF0C\u8BF7\u5728\u524D\u9762\u52A0\u4E0A\u8BED\u8A00\u4EE3\u7801\uFF0C\u5982\uFF1Aja \u4F60\u597D\u4E16\u754C",deepLProName:"\u6C89\u6D78\u5F0F\u7FFB\u8BD1 Pro \u4F1A\u5458 (\u63A8\u8350)",deepLProDescription:"\u5F53\u524D\u5957\u9910\u53EF\u4EE5\u76F4\u63A5\u4F7F\u7528",deeplProDescriptionForNormal:"\u65E0\u9700\u4EFB\u4F55\u8BBE\u7F6E\uFF0C\u4F1A\u5458\u767B\u5F55\u540E\u5373\u53EF\u4F7F\u7528\uFF0C<1>\u70B9\u6B64\u5347\u7EA7\u4E3A\u4F1A\u5458",deepLCustomDescription:"\u9700\u8981\u56FD\u5916\u4FE1\u7528\u5361\uFF0C\u5728 <1>DeepL \u5B98\u65B9\u5F00\u901A\uFF0C\u70B9\u51FB\u67E5\u770B<2>\u6587\u6863",deepLCustomName:"\u81EA\u5B9A\u4E49 Auth Key",chooseProviderLabel:"\u9009\u62E9\u4E00\u4E2A\u670D\u52A1\u63D0\u4F9B\u5546",openaiProName:"\u6C89\u6D78\u5F0F\u7FFB\u8BD1 Pro \u4F1A\u5458 (\u63A8\u8350)",openaiProDescription:"\u5F53\u524D\u5957\u9910\u53EF\u4EE5\u76F4\u63A5\u4F7F\u7528",openaiProDescriptionForNormal:"\u65E0\u9700\u4EFB\u4F55\u8BBE\u7F6E\uFF0C\u4F1A\u5458\u767B\u5F55\u540E\u5373\u53EF\u4F7F\u7528\uFF0C<1>\u70B9\u6B64\u5347\u7EA7\u4E3A\u4F1A\u5458",openaiCustomDescription:"\u53EF\u5728 OpenAI, Azure OpenAI, \u6216\u5176\u4ED6\u7B2C\u4E09\u65B9\u670D\u52A1\u83B7\u53D6\uFF0C<1>\u70B9\u6B64\u67E5\u770B\u6587\u6863",openaiCustomName:"\u81EA\u5B9A\u4E49 API Key",needLoginAction:"(\u5F00\u901A\u4F1A\u5458\u6216\u81EA\u5B9A\u4E49)",goLoginOrAction:"(\u5F00\u901A\u4F1A\u5458\u6216\u53BB\u8BBE\u7F6E)",yearly:"\u8FDE\u7EED\u5305\u5E74",quarterly:"\u8FDE\u7EED\u5305\u5B63",monthly:"\u8FDE\u7EED\u5305\u6708",yearlyForOnce:"\u4E00\u6B21\u6027\u5E74\u5EA6\u5957\u9910",monthlyForOnce:"\u4E00\u6B21\u6027\u6708\u5EA6\u5957\u9910",daily:"\u8FDE\u7EED\u5305\u65E5",year:"\u8FDE\u7EED\u5305\u5E74",quarter:"\u8FDE\u7EED\u5305\u5B63",month:"\u8FDE\u7EED\u5305\u6708",day:"\u8FDE\u7EED\u5305\u65E5",onetime_7day:"7 \u5929\u4F53\u9A8C\u5305",currentPlanDescriptionForFree:"\u5F53\u524D\u5957\u9910\uFF1A\u514D\u8D39",currentPlanDescriptionForContinuous:"\u5F53\u524D\u5957\u9910\uFF1A{plan}\uFF0C\u5C06\u4E8E {endAt} \u81EA\u52A8\u7EED\u8D39",currentPlanDescriptionForAutoRenewCaceling:"\u5F53\u524D\u5957\u9910\uFF1A{plan}\uFF0C\u5C06\u4E8E {endAt} \u5230\u671F\uFF0C\u5230\u671F\u540E\u5C06\u4E0D\u4F1A\u81EA\u52A8\u7EED\u671F",currentYearlyPlanDescriptionForAutoRenewCacelingWithRealPaiedUser:"\u5F53\u524D\u5957\u9910\uFF1A{plan}\uFF0C\u5C06\u4E8E {endAt} \u5230\u671F\uFF0C\u5230\u671F\u540E\u5C06\u4E0D\u4F1A\u81EA\u52A8\u7EED\u671F\u3002
<1>\u70B9\u6B64\u7BA1\u7406\u7EED\u8D39\u65B9\u6848",currentYearlyPlanDescriptionForAutoRenewCacelingWithAdmin:"\u5F53\u524D\u5957\u9910\uFF1A{plan}\uFF0C\u5C06\u4E8E {endAt} \u5230\u671F\uFF0C\u5230\u671F\u540E\u5C06\u4E0D\u4F1A\u81EA\u52A8\u7EED\u671F\u3002
<1>\u70B9\u6B64\u542F\u7528\u8FDE\u7EED\u5305\u5E74",currentPlanDescriptionForOneTime:"\u5F53\u524D\u5957\u9910\uFF1A{plan}\uFF0C\u5C06\u4E8E {endAt} \u5230\u671F\uFF0C<1>\u70B9\u6B64\u5347\u7EA7\u4E3A\u5E74\u8D39\u6216<2>\u6708\u8D39\u4F1A\u5458",upgradePlan:"\u70B9\u6B64\u5347\u7EA7\u4E3A Pro \u4F1A\u5458",upgradeToPro:"\u5347\u7EA7\u4E3A Pro \u4F1A\u5458","popup.openPro":"\u5347\u7EA7\u4E3A Pro \u4F1A\u5458\u540E\u53EF\u4EE5\u7545\u4EAB DeepL \u548C OpenAI \u7FFB\u8BD1\uFF0C\u70B9\u6B64\u5347\u7EA7","popup.openProForPro":"\u60A8\u662F Pro \u4F1A\u5458\uFF0C\u53EF\u76F4\u63A5\u4F7F\u7528 DeepL \u548C OpenAI \u7FFB\u8BD1",currentAccount:"\u5F53\u524D\u8D26\u6237",enableAutoSyncUserSettings:"\u542F\u7528\u591A\u8BBE\u5907\u81EA\u52A8\u4E91\u540C\u6B65",modalEnableInputTranslationTitle:"\u6C89\u6D78\u5F0F\u7FFB\u8BD1\u8F93\u5165\u6846\u7FFB\u8BD1\u63D0\u793A",modalEnableInputTranslationDesc:"\u60A8\u521A\u521A\u901A\u8FC7\u5FEB\u901F\u8FDE\u51FB 3 \u6B21\u7A7A\u683C\u952E\u89E6\u53D1\u4E86\u6C89\u6D78\u5F0F\u7FFB\u8BD1\u7684\u8F93\u5165\u6846\u7FFB\u8BD1\uFF0C\u8F93\u5165\u6846\u7684\u5185\u5BB9\u5C06\u88AB\u7FFB\u8BD1\u4E3A\u9ED8\u8BA4\u7684\u76EE\u6807\u8BED\u8A00\u3002\u901A\u8FC7 Ctrl+Z \u53EF\u4EE5\u64A4\u9500\u7FFB\u8BD1\u3002

\u5982\u679C\u8FD9\u662F\u4E00\u4E2A\u5931\u8BEF\uFF0C\u4E0D\u7528\u62C5\u5FC3\uFF0C\u60A8\u53EF\u4EE5\u9009\u62E9\u672C\u6B21\u7981\u7528\uFF0C\u6216\u8005\u6C38\u4E45\u7981\u7528\u8F93\u5165\u6846\u7FFB\u8BD1\u3002",saveAndNotShowAgain:"\u4FDD\u5B58\u4E14\u4E0D\u518D\u63D0\u793A",disableInputTranslationTips:"* \u4F60\u4E5F\u53EF\u4EE5\u5728 {option} \u4E2D\u8BBE\u7F6E\u5176\u4ED6\u5FEB\u6377\u952E\u6765\u89E6\u53D1\uFF0C{learnMore}\u3002",learnMore:"\u70B9\u6B64\u4E86\u89E3\u66F4\u591A",continueEnalbeInputTranslation:"\u7EE7\u7EED\u542F\u7528\u8F93\u5165\u6846\u7FFB\u8BD1",autoRenewTrialSuffix:'\uFF08\u8BD5\u7528\u4E2D\uFF0C\u7ACB\u523B\u5347\u7EA7\u4E3A\u6B63\u5F0F\u4F1A\u5458\uFF09',upgradeFromTrialTitle:"\u5347\u7EA7\u4E3A\u6B63\u5F0F\u4F1A\u5458",subtitle:"\u89C6\u9891\u5B57\u5E55",youtubeService:"\u6C89\u6D78\u5F0F\u7FFB\u8BD1\u89C6\u9891\u5B57\u5E55\u7FFB\u8BD1\u670D\u52A1","subtitle.disabledSubtitle":"\u6C38\u4E45\u7981\u7528\u89C6\u9891\u5B57\u5E55\u529F\u80FD","subtitle.disabledSubtitleDescription":"\u5982\u679C\u6C89\u6D78\u5F0F\u7FFB\u8BD1\u7684\u89C6\u9891\u5B57\u5E55\u548C\u5176\u4ED6\u6269\u5C55\u6709\u51B2\u7A81\uFF0C\u4F60\u53EF\u4EE5\u9009\u62E9\u6C38\u4E45\u7981\u7528\u6C89\u6D78\u5F0F\u7FFB\u8BD1\u7684\u89C6\u9891\u5B57\u5E55\u529F\u80FD\u6216\u8005\u5378\u8F7D\u5176\u4ED6\u51B2\u7A81\u7684\u6269\u5C55","subtitle.autoEnableSubtitleDescription":"\u542F\u7528\u540E\uFF0C\u5F53\u89C6\u9891\u64AD\u653E\u7684\u65F6\u5019\uFF0C\u4F1A\u81EA\u52A8\u663E\u793A\u53CC\u8BED\u5B57\u5E55\uFF0C\u5426\u5219\u9700\u8981\u70B9\u51FB\u7FFB\u8BD1\u6309\u94AE\u624D\u4F1A\u663E\u793A\u3002","subtitle.preTranslation":"\u4F7F\u7528\u6C89\u6D78\u5F0F\u7FFB\u8BD1\u6765\u7FFB\u8BD1\u5B57\u5E55","subtitle.preTranslationDescription":"\u542F\u7528\u540E\u4F1A\u4F18\u5148\u7528\u4E0B\u9762\u6307\u5B9A\u7684\u7FFB\u8BD1\u670D\u52A1\u63D0\u524D\u7FFB\u8BD1\u6574\u4E2A\u5B57\u5E55\uFF0C1 \u5C0F\u65F6\u7684\u89C6\u9891\u5927\u6982\u6D88\u8017 5\u4E07 Tokens \u6216 \u5B57\u7B26\uFF0C\u8BF7\u914C\u60C5\u4F7F\u7528\uFF1B\u5173\u95ED\u540E\u5219\u4F18\u5148\u4F7F\u7528\u539F\u89C6\u9891\u81EA\u5E26\u7684\u673A\u7FFB\u5B57\u5E55\uFF1B\u8BF7\u6CE8\u610F\uFF0C\u5F53\u539F\u89C6\u9891\u6CA1\u6709\u5BF9\u5E94\u7684\u8BD1\u6587\u5B57\u5E55\u65F6\uFF0C\u5219\u65E0\u8BBA\u662F\u5426\u542F\u7528\u8FD9\u4E2A\u9009\u9879\uFF0C\u90FD\u4F1A\u4F7F\u7528\u4E0B\u9762\u6307\u5B9A\u7684\u7FFB\u8BD1\u670D\u52A1\u6765\u7FFB\u8BD1\u5B57\u5E55\u3002","subtitle.humanSubtitlesPreferred":"\u4F18\u5148\u4F7F\u7528\u4EBA\u5DE5\u5B57\u5E55","subtitle.humanSubtitlesPreferredDescription":"\u5F53\u89C6\u9891\u6709\u76EE\u6807\u8BED\u8A00\u4EBA\u5DE5\u5B57\u5E55\u65F6\uFF0C\u4F18\u5148\u4F7F\u7528\u4EBA\u5DE5\u5B57\u5E55\uFF08\u63A8\u8350\uFF09","subtitle.bilingual":"\u53CC\u8BED\u5B57\u5E55","subtitle.autoDisableSubtitle":"\u4E0D\u81EA\u52A8\u542F\u7528\u53CC\u8BED\u5B57\u5E55","subtitle.hideQuickButton":"\u4E0D\u518D\u663E\u793A\u8BE5\u5FEB\u6377\u65B9\u5F0F","subtitle.showQuickButton":"\u5728\u64AD\u653E\u5668\u663E\u793A\u53CC\u8BED\u5B57\u5E55\u5FEB\u6377\u65B9\u5F0F",videoSubtitleTranslationDescription:"\u4E3A\u89C6\u9891\u5B57\u5E55\u5355\u72EC\u6307\u5B9A\u4E00\u4E2A\u7FFB\u8BD1\u670D\u52A1",subtitleTranslating:"\u6B63\u5728\u4F7F\u7528 {service} \u670D\u52A1\u7FFB\u8BD1\u5B57\u5E55\u4E2D\uFF0C\u8BF7\u7A0D\u7B49...\uFF08\u6C89\u6D78\u5F0F\u7FFB\u8BD1\uFF09",subtitleLoading:"\u6B63\u5728\u52A0\u8F7D\u5B57\u5E55...",bilingual:"\u53CC\u8BED","field.action":"\u662F\u5426\u542F\u7528\u767E\u5EA6\u672F\u8BED","description.action":"\u542F\u7528\u540E\u4F1A\u5728\u8BF7\u6C42\u4E2D\u52A0\u5165 action=1 \u7684\u53C2\u6570\uFF0C\u4EE5\u4FBF\u544A\u77E5\u767E\u5EA6\u542F\u7528\u672F\u8BED\uFF0C<1>\u66F4\u591A\u8BF4\u660E\u8BF7\u53C2\u8003\u5B98\u65B9\u6587\u6863",closeQuickTranslation:"\u5173\u95ED\u60AC\u6D6E\u7403","closeQuickTranslation.untilNext":"\u672C\u6B21\u5173\u95ED\u76F4\u5230\u4E0B\u6B21\u8BBF\u95EE","closeQuickTranslation.currentWebsite":"\u5F53\u524D\u7F51\u7AD9\u7981\u7528","closeQuickTranslation.alwaysClose":"\u6C38\u4E45\u7981\u7528","closeQuickTranslation.settingOpen":"\uFF08\u53EF\u5728<1>\u8BBE\u7F6E\u9875\u5F00\u542F\uFF09","closeQuickTranslation.cancel":"\u53D6\u6D88","closeQuickTranslation.confirm":"\u786E\u5B9A","floatBall.translate":"\u70B9\u51FB\u7FFB\u8BD1\u8BE5\u9875\u9762","floatBall.showOriginal":"\u70B9\u51FB\u5207\u6362\u56DE\u539F\u6587","floatBall.close":"\u5173\u95ED\u60AC\u6D6E\u7403","floatBallOptions.enableDescPc":"\u542F\u7528\u9875\u9762\u60AC\u6D6E\u7403\u540E\uFF0C\u4F1A\u5728\u9875\u9762\u53F3\u4FA7\u663E\u793A\u4E00\u4E2A\u5FEB\u6377\u7FFB\u8BD1\u6309\u94AE\uFF0C\u70B9\u51FB\u5373\u53EF\u7FFB\u8BD1","floatBallOptions.enableDesc":"\u5173\u95ED\u60AC\u6D6E\u7403\u540E\uFF0C\u53EF\u4EE5\u7528{touch}\u5524\u8D77\u3002\u4E3A\u9632\u6B62\u4E0D\u614E\u5173\u95ED\u8BE5\u9009\u9879\u540E\u627E\u4E0D\u5230\u60AC\u6D6E\u7403\uFF0C\u5F3A\u70C8\u5EFA\u8BAE\u6536\u85CF\u672C\u8BBE\u7F6E\u9875","description.azureApiUrl":"\u586B\u5199\u81EA\u5B9A\u4E49\u7684API\u63A5\u53E3\u5730\u5740","floatBall.guideClickToTranslate":`\u70B9\u51FB\u6C89\u6D78\u5F0F\u7FFB\u8BD1\u60AC\u6D6E\u7403 \u5373\u53EF\u5FEB\u901F\u7FFB\u8BD1`,"floatBall.iKnow":"\u6211\u77E5\u9053\u4E86",confirmSupportMouse:"\u5F3A\u5236\u542F\u7528\u9F20\u6807\u652F\u6301",confirmSupportMouseDescription:"\u68C0\u6D4B\u5230\u5F53\u524D\u6D4F\u89C8\u5668\u4E0D\u652F\u6301\u9F20\u6807\u529F\u80FD\uFF0C\u662F\u5426\u5F3A\u5236\u542F\u7528\u9F20\u6807\u652F\u6301\uFF1F",sampleTargetText:"\u957F\u591C\u5C06\u81F3\uFF0C\u6211\u4ECE\u4ECA\u5F00\u59CB\u5B88\u671B\uFF0C\u81F3\u6B7B\u65B9\u4F11\u3002\u6211\u5C06\u4E0D\u5A36\u59BB\u3001\u4E0D\u5C01\u5730\u3001\u4E0D\u751F\u5B50\u3002\u6211\u5C06\u4E0D\u6234\u5B9D\u51A0\uFF0C\u4E0D\u4E89\u8363\u5BA0\u3002\u6211\u5C06\u5C3D\u5FE0\u804C\u5B88\uFF0C\u751F\u6B7B\u4E8E\u65AF\u3002",sampleSourceText:"Night gathers, and now my watch begins. It shall not end until my death. I shall take no wife, hold no lands, father no children. I shall wear no crowns and win no glory. I shall live and die at my post.","subtitle.supportedSites":"\u5DF2\u652F\u6301\u5728\u8FD9\u4E9B\u7F51\u7AD9\u4F7F\u7528\u53CC\u8BED\u5B57\u5E55\uFF08\u6CE8\u610F\uFF1A\u7531\u4E8E\u6280\u672F\u9650\u5236\uFF0C\u90E8\u5206\u7F51\u7AD9\u5728\u9996\u6B21\u5F00\u542F\u5B57\u5E55\u540E\u9700\u8981\u91CD\u65B0\u5237\u65B0\u9875\u9762\uFF0C\u6216\u8005\u9700\u7B49\u5F85\u7FFB\u8BD1\u5B8C\u6210\u4EE5\u663E\u793A\u53CC\u8BED\u5B57\u5E55\uFF09\uFF1A",viewWithImmersiveTranslate:"\u53CC\u8BED\u7248\u672C(\u6C89\u6D78\u5F0F\u7FFB\u8BD1)",errorReason:"\u9519\u8BEF\u539F\u56E0\uFF1A{message}","proQuotaExceededError.onetime7day":'\uFF0C\u60A8\u53EF\u4EE5\u9009\u62E9\u4EE5\u4E0B\u65B9\u5F0F\u89E3\u51B3\uFF1A

1. \u5207\u6362\u5230 {anotherService} \u6216\u5176\u4ED6\u7FFB\u8BD1\u670D\u52A1
2. \u5347\u7EA7\u4E3A\u6708\u5EA6/\u5E74\u5EA6\u4F1A\u5458',"proQuotaExceededError.trial":'\uFF0C\u60A8\u53EF\u4EE5\u9009\u62E9\u4EE5\u4E0B\u65B9\u5F0F\u89E3\u51B3\uFF1A

1. \u5207\u6362\u5230 {anotherService} \u6216\u5176\u4ED6\u7FFB\u8BD1\u670D\u52A1
2. \u7ACB\u523B\u5347\u7EA7\u4E3A\u6B63\u5F0F\u4F1A\u5458',"proQuotaExceededError.nonTrial":'\uFF0C\u60A8\u53EF\u4EE5\u9009\u62E9\u4EE5\u4E0B\u65B9\u5F0F\u89E3\u51B3\uFF1A

1. \u5207\u6362\u5230 {anotherService} \u6216\u5176\u4ED6\u7FFB\u8BD1\u670D\u52A1
2. \u8D2D\u4E70 {translationService} \u989D\u5916\u6D41\u91CF\u5305',"proQuotaExceededError.resetTime":"
3. \u989D\u5EA6\u91CD\u7F6E\u65F6\u95F4\uFF1A{resetTime}",paragraphMinTextCountField:"\u7FFB\u8BD1\u6BB5\u843D\u6240\u9700\u7684\u6700\u5C11\u5B57\u7B26\u6570",paragraphMinTextCountDesc:"\u6CE8\u610F\uFF0C\u8FD9\u91CC\u6307\u7684\u5B57\u7B26\u957F\u5EA6\uFF0C\u6BD4\u5982: hello \u662F 5 \u4E2A\u5B57\u7B26, \u8BBE\u7F6E\u4E3A\u66F4\u5927\u7684\u503C\u53EF\u4EE5\u51CF\u5C11\u4E0D\u5FC5\u8981\u7684\u5C0F\u6BB5\u843D\u7FFB\u8BD1",networkError:"\u7FFB\u8BD1\u670D\u52A1\u6216\u7F51\u7EDC\u51FA\u73B0\u95EE\u9898",notLogin:"\u672A\u767B\u5F55","browser.toggleMouseHoverTranslateDirectly":"\u5728\u9875\u9762\u4E0A\u4E34\u65F6\u542F\u7528\u6216\u5173\u95ED\u9F20\u6807\u60AC\u505C\u76F4\u63A5\u7FFB\u8BD1","browser.translateWithOpenAI":"\u4E34\u65F6\u4F7F\u7528 OpenAI \u7FFB\u8BD1\u5F53\u524D\u9875\u9762","browser.translateWithDeepL":"\u4E34\u65F6\u4F7F\u7528 DeepL \u7FFB\u8BD1\u5F53\u524D\u9875\u9762","browser.translateWithGoogle":"\u4E34\u65F6\u4F7F\u7528 Google \u7FFB\u8BD1\u5F53\u524D\u9875\u9762","browser.translateWithBing":"\u4E34\u65F6\u4F7F\u7528\u5FAE\u8F6F\u7FFB\u8BD1\u5F53\u524D\u9875\u9762","browser.translateWithGemini":"\u4E34\u65F6\u4F7F\u7528 Gemini \u7FFB\u8BD1\u5F53\u524D\u9875\u9762","browser.translateWithTransmart":"\u4E34\u65F6\u4F7F\u7528\u817E\u8BAF\u7FFB\u8BD1\u5F53\u524D\u9875\u9762","browser.translateInputBox":"\u7FFB\u8BD1\u5F53\u524D\u8F93\u5165\u6846\u5185\u5BB9",shortcutSettings:"\u5FEB\u6377\u952E",shortcutSettingsTitle:"\u5FEB\u6377\u952E\u8BBE\u7F6E",confirmResetToDefaultSettings:"\u786E\u8BA4\u8981\u6062\u590D\u8BE5\u7FFB\u8BD1\u670D\u52A1\u4E3A\u9ED8\u8BA4\u8BBE\u7F6E\u5417\uFF1F\uFF08\u4EC5\u91CD\u7F6E\u5F53\u524D\u7FFB\u8BD1\u670D\u52A1\u7684\u8BBE\u7F6E\uFF09","intro.hoverTitle":"\u9F20\u6807\u60AC\u505C\u7FFB\u8BD1\u5F53\u524D\u6BB5\u843D","intro.hoverDescription":"\u9F20\u6807\u60AC\u505C\u7FFB\u8BD1\u662F\u6C89\u6D78\u5F0F\u7FFB\u8BD1\u91CC\u975E\u5E38\u91CD\u8981\u7684\u529F\u80FD\uFF0C\u53EA\u9700\u5C06\u9F20\u6807\u653E\u5728\u6BB5\u843D\u4E0A\uFF0C\u540C\u65F6\u6309\u4E0B\u8BBE\u5B9A\u7684\u5FEB\u6377\u952E\uFF0C\u5373\u53EF\u81EA\u52A8\u7FFB\u8BD1\u5F53\u524D\u6BB5\u843D\uFF08\u6CE8\u610F\uFF1A\u9ED8\u8BA4\u6CA1\u6709\u542F\u7528\u54E6\uFF0C\u8BF7\u5728\u4E0B\u65B9\u8BBE\u7F6E\uFF09\uFF0C\u8BE5\u4EA4\u4E92\u7528\u4E8E\u66F4\u597D\u7684\u66FF\u4EE3\u5212\u8BCD\u7FFB\u8BD1\uFF0C\u53E6\u5916\uFF0C\u6B64\u529F\u80FD\u8FD8\u5E7F\u6CDB\u5E94\u7528\u4E8E\u90A3\u4E9B\u65E0\u6CD5\u88AB\u8BC6\u522B\u7684\u7FFB\u8BD1\u533A\u57DF\uFF0C\u4F60\u53EF\u4EE5\u5229\u7528\u8BE5\u529F\u80FD\uFF0C\u5F3A\u5236\u7FFB\u8BD1\u4EFB\u4F55\u6BB5\u843D\u3002","intro.floatBallTitle":"\u5FEB\u6377\u7FFB\u8BD1\u60AC\u6D6E\u7403","intro.floatBallDescription":"\u542F\u7528\u540E\uFF0C\u4F1A\u5728\u9875\u9762\u53F3\u4FA7\u663E\u793A\u4E00\u4E2A\u5FEB\u6377\u7FFB\u8BD1\u6309\u94AE\uFF0C\u70B9\u51FB\u5373\u53EF\u7FFB\u8BD1\uFF0C\u518D\u6B21\u70B9\u51FB\u5373\u53EF\u5207\u6362\u56DE\u539F\u6587\u3002\u5728\u79FB\u52A8\u7AEF\uFF0C\u957F\u6309\u60AC\u6D6E\u7403\uFF0C\u53EF\u4EE5\u6253\u5F00\u5FEB\u6377\u8BBE\u7F6E\u9762\u677F\u3002","intro.subtitleTitle":"\u5728\u7EBF\u89C6\u9891\u53CC\u8BED\u5B57\u5E55\u663E\u793A","intro.subtitleDescription":"\u5F00\u542F\u6B64\u529F\u80FD\u540E\uFF0C\u89C6\u9891\u64AD\u653E\u65F6\u5C06\u81EA\u52A8\u5C55\u793A\u53CC\u8BED\u5B57\u5E55\u3002\u5982\u679C\u672A\u542F\u7528\uFF0C\u60A8\u9700\u5728\u9875\u9762\u4E0A\u624B\u52A8\u70B9\u51FB\u7FFB\u8BD1\u6309\u94AE\u4EE5\u663E\u793A\u5B57\u5E55\u3002\u8BF7\u6CE8\u610F\uFF0C\u7531\u4E8E\u6280\u672F\u9650\u5236\uFF0C\u67D0\u4E9B\u7F51\u7AD9\u5728\u9996\u6B21\u6FC0\u6D3B\u5B57\u5E55\u65F6\u53EF\u80FD\u9700\u8981\u5237\u65B0\u9875\u9762\u6216\u7B49\u5F85\u7FFB\u8BD1\u5B8C\u6210\u540E\uFF0C\u624D\u80FD\u663E\u793A\u53CC\u8BED\u5B57\u5E55\u3002\uFF08\u6B64\u5916\uFF0C\u4F60\u8FD8\u53EF\u4EE5\u5728\u6253\u5F00\u89C6\u9891\u7F51\u7AD9\u540E\uFF0C\u53F3\u4E0A\u89D2\u6253\u5F00\u6C89\u6D78\u5F0F\u7FFB\u8BD1\u7684\u5FEB\u6377\u9762\u677F\u542F\u7528/\u5173\u95ED\uFF09

\u5F53\u524D\u5DF2\u652F\u6301\u5728\u8FD9\u4E9B\u7F51\u7AD9\u4F7F\u7528\u53CC\u8BED\u5B57\u5E55\uFF1A","desc.toggleMouseHoverTranslateDirectly":"\u6309\u4E0B\u8FD9\u4E2A\u5FEB\u6377\u952E\u540E\uFF0C\u5728\u9875\u9762\u4E0A\uFF0C\u53EA\u8981\u9F20\u6807\u6307\u5411\u4EFB\u4F55\u4E00\u6BB5\u6587\u5B57\uFF0C\u5C31\u4F1A\u81EA\u52A8\u7FFB\u8BD1\u8FD9\u6BB5\u6587\u5B57\u3002\u518D\u6309\u4E00\u6B21\u5FEB\u6377\u952E\uFF0C\u5C31\u53EF\u4EE5\u5173\u95ED\u8FD9\u4E2A\u81EA\u52A8\u7FFB\u8BD1\u529F\u80FD\u3002","shortcutGroup.main":"\u5E38\u7528\u529F\u80FD\u5FEB\u6377\u952E","shortcutGroup.others":"\u66F4\u591A\u81EA\u5B9A\u4E49\u529F\u80FD\u5FEB\u6377\u952E","shortcutGroup.shortcutsForTranslationServices":"\u7FFB\u8BD1\u670D\u52A1\u76F8\u5173\u5FEB\u6377\u952E",browserShortcutsSucks:"\u7531\u4E8E\u6D4F\u89C8\u5668\u5BF9\u8F93\u5165\u6846\u7684\u5FEB\u6377\u952E\u8BC6\u522B\u4E0D\u51C6\u786E\uFF0C\u6240\u4EE5\u8BF7\u624B\u52A8\u8F93\u5165\u5FEB\u6377\u952E\u7684\u540D\u5B57\uFF0C\u8F93\u5165\u540E\uFF0C\u70B9\u51FB\u7A7A\u767D\u5904\u5373\u53EF\u81EA\u52A8\u4FDD\u5B58\u3002\uFF08macOS \u91CC\u9762 Alt \u548C Option \u662F\u540C\u6837\u7684\u952E\uFF0C\u5EFA\u8BAE\u7EDF\u4E00\u8F93\u5165 Alt\uFF09\u3002\u6BD4\u5982\uFF1A","shortcutGroup.touch":"\u89E6\u5C4F\u4E13\u7528\u624B\u52BF","shortcutGroup.mouse":"\u9F20\u6807\u60AC\u505C\u5FEB\u6377\u952E\u914D\u7F6E","neverTranslateText.title":"\u4EE5\u4E0B\u5355\u8BCD\u4FDD\u6301\u539F\u6587\uFF0C\u4E0D\u8981\u7FFB\u8BD1","neverTranslateText.description":"\u7531\u4E8E\u67D0\u4E9B\u7FFB\u8BD1\u5F15\u64CE\u5BF9\u4E13\u6709\u540D\u8BCD\u8BC6\u522B\u4E0D\u7406\u60F3\uFF0C\u4F60\u53EF\u4EE5\u5728\u6B64\u5904\u6DFB\u52A0\u5355\u8BCD\uFF0C\u786E\u4FDD\u5B83\u4EEC\u5728\u7FFB\u8BD1\u8FC7\u7A0B\u4E2D\u4E0D\u88AB\u8F6C\u6362\u3002\u8BF7\u6CE8\u610F\uFF0C\u6B64\u529F\u80FD\u533A\u5206\u5927\u5C0F\u5199\uFF0C\u5E76\u4EC5\u652F\u6301\u4EE5\u7A7A\u683C\u5206\u9694\u7684\u5355\u8BCD\u8BED\u8A00\uFF08\u5982\u82F1\u8BED\u3001\u6CD5\u8BED\uFF09\uFF0C\u4E0D\u9002\u7528\u4E8E\u65E5\u8BED\u3001\u97E9\u8BED\u7B49\u8BED\u8A00","tagsInput.add":"+ \u6DFB\u52A0","desc.mouseHoverHoldKey":"\u5F53\u9F20\u6807\u60AC\u505C\u5728\u67D0\u4E2A\u6BB5\u843D\u4E0A\u65F6\uFF0C\u540C\u65F6\u6309\u4E0B\u53F3\u4FA7\u7684\u5FEB\u6377\u952E\uFF0C\u5373\u53EF\u76F4\u63A5\u7FFB\u8BD1\u8BE5\u6BB5\u843D",mouseHoverCustomKeyTitle:"\u81EA\u5B9A\u4E49\u9F20\u6807\u60AC\u505C\u5FEB\u6377\u952E",mouseHoverCustomKeyDescription:"\u4F60\u53EF\u4EE5\u81EA\u5B9A\u4E49\u4E00\u4E2A\u9F20\u6807\u60AC\u505C\u7684\u7EC4\u5408\u5FEB\u6377\u952E\uFF0C\u6BD4\u5982\uFF1A Alt+Z, Ctrl+E, Cmd+Alt+E \u6216\u8005\u76F4\u63A5 Cmd\uFF0C \u8BF7\u624B\u52A8\u8F93\u5165",mouseHoverShortcutPlaceholder:"\u8BF7\u624B\u52A8\u8F93\u5165",browserShortcutsNoteForFirefox:"Firefox \u6D4F\u89C8\u5668\u4FEE\u6539\u5FEB\u6377\u952E\u9700\u8981\u6253\u5F00\u6269\u5C55\u7BA1\u7406\u9875\u9762 `about:addons`\uFF0C\u7136\u540E\u70B9\u51FB\u300C\u8BBE\u7F6E\u300D-> \u300C\u7BA1\u7406\u5FEB\u6377\u952E\u300D",browserShortcutsNoteForChrome:"\u8BF7\u6CE8\u610F\uFF1A\u8981\u5728\u57FA\u4E8EChrome\u5185\u6838\u7684\u6D4F\u89C8\u5668\u4E2D\u4FEE\u6539\u5FEB\u6377\u952E\uFF0C\u8BF7\u8BBF\u95EE[\u6269\u5C55\u7BA1\u7406\u9875\u9762] -> [\u7BA1\u7406\u5FEB\u6377\u952E] ","desc.toggleTranslateTheMainPage":"\u4EC5\u7FFB\u8BD1\u9875\u9762\u4E3B\u8981\u533A\u57DF\uFF0C\u5F53\u4F60\u5728\u8FDB\u9636\u8BBE\u7F6E\u91CC\u542F\u7528\u4E86\u7FFB\u8BD1\u9875\u9762\u5168\u90E8\u533A\u57DF\u540E\uFF0C\u4F60\u53EF\u4EE5\u4F7F\u7528\u8FD9\u4E2A\u5FEB\u6377\u952E\u6765\u4E13\u95E8\u7FFB\u8BD1\u9875\u9762\u7684\u4E3B\u8981\u533A\u57DF","desc.toggleTranslateTheWholePage":"\u7FFB\u8BD1\u9875\u9762\u5168\u90E8\u533A\u57DF\uFF0C\u9ED8\u8BA4\u60C5\u51B5\u4E0B\uFF0C\u6211\u4EEC\u4F1A\u7FFB\u8BD1\u9875\u9762\u7684\u4E3B\u8981\u533A\u57DF\uFF0C\u4F60\u53EF\u4EE5\u4F7F\u7528\u8FD9\u4E2A\u5FEB\u6377\u952E\u6765\u4E13\u95E8\u7FFB\u8BD1\u9875\u9762\u7684\u5168\u90E8\u533A\u57DF","browser.toggleTranslationMask":"\u5207\u6362\u5F53\u524D\u9875\u9762\u8BD1\u6587\u4E3A\u6A21\u7CCA\u6548\u679C\uFF08\u5B66\u4E60\u6A21\u5F0F\uFF09","desc.interfaceLanguage":"\u754C\u9762\u8BED\u8A00\u8BBE\u7F6E\u5F71\u54CD\u63A7\u5236\u9762\u677F\u7684\u663E\u793A\u8BED\u8A00\uFF0C\u548C\u7FFB\u8BD1\u7684\u76EE\u6807\u8BED\u8A00\u65E0\u5173",mouseHoverHoldKey:"\u60AC\u505C\u7FFB\u8BD1\u89E6\u53D1\u952E",clickToSeeQuickDemo:"30 \u79D2\u5FEB\u901F\u6559\u5B66\u89C6\u9891",shortcutDisableTooltip:"\u8BF7\u5728\u6D4F\u89C8\u5668\u63D0\u4F9B\u7684\u6269\u5C55\u5FEB\u6377\u952E\u7BA1\u7406\u9875\u9762\u8FDB\u884C\u8BBE\u7F6E\uFF0C\u66F4\u591A\u6307\u5F15\u8BF7\u67E5\u770B\u672C\u9875\u9762\u6700\u4E0A\u65B9\u7684\u8BF4\u660E",floatBallOptions:"\u60AC\u6D6E\u7403","subtitle.autoEnableSubtitle":"\u81EA\u52A8\u5F00\u542F\u53CC\u8BED\u5B57\u5E55","floatBall.longPress":"\u957F\u6309\u53EF\u5FEB\u901F\u6253\u5F00\u8BBE\u7F6E\u9762\u677F\u54E6",notLoginPro:"\u60A8\u8FD8\u672A\u767B\u5F55\u60A8\u7684\u4F1A\u5458\u8D26\u6237",upgradeToProErrorTitle:"\u8BF7\u5347\u7EA7\u4E3A Pro \u4F1A\u5458\u518D\u4F7F\u7528\u8BE5\u7FFB\u8BD1\u670D\u52A1",loggedIn:"\u5DF2\u767B\u5F55",translationOnlyMode:"\u4EC5\u8BD1\u6587\u6A21\u5F0F",translationOnlyModeDescription:"\u4EC5\u8BD1\u6587\u6A21\u5F0F\u6307\u7684\u662F\u53EA\u663E\u793A\u8BD1\u6587\uFF0C\u800C\u4E0D\u662F\u9ED8\u8BA4\u7684\u53CC\u8BED\u6A21\u5F0F\u3002\u6CE8\u610F\uFF1A\u7531\u4E8E\u6280\u672F\u7684\u9650\u5236\u95EE\u9898\uFF0C\u5728\u4EC5\u8BD1\u6587\u6A21\u5F0F\u4E0B\uFF0C\u539F\u6587\u7684\u8D85\u94FE\u63A5\u5C06\u4F1A\u5931\u6548","description.baiduField":"\u652F\u6301\u7684\u9886\u57DF\u89C1<1>\u8FD9\u91CC\uFF0C\u4E3A\u7A7A\u5219\u8868\u793A\u4E0D\u6307\u5B9A\u9886\u57DF",temprarilyChangeTranslationTo_openai:"\u6B63\u5728\u4F7F\u7528 OpenAI \u7FFB\u8BD1\u5F53\u524D\u9875\u9762",temprarilyChangeTranslationTo_google:"\u6B63\u5728\u4F7F\u7528 Google \u7FFB\u8BD1\u5F53\u524D\u9875\u9762",temprarilyChangeTranslationTo_bing:"\u6B63\u5728\u4F7F\u7528\u5FAE\u8F6F\u7FFB\u8BD1\u5F53\u524D\u9875\u9762",temprarilyChangeTranslationTo_gemini:"\u6B63\u5728\u4F7F\u7528 Gemini \u7FFB\u8BD1\u5F53\u524D\u9875\u9762",temprarilyChangeTranslationTo_transmart:"\u6B63\u5728\u4F7F\u7528\u817E\u8BAF\u7FFB\u8BD1\u5F53\u524D\u9875\u9762",temprarilyChangeTranslationTo_deepl:"\u6B63\u5728\u4F7F\u7528 DeepL \u7FFB\u8BD1\u5F53\u524D\u9875\u9762","widget.translateFile":"PDF/ePub","widget.videoSubtitle":"\u89C6\u9891\u5B57\u5E55","widget.instruction":"\u4F7F\u7528\u8BF4\u660E",buildSnapshots:"\u751F\u6210\u7F51\u9875\u5FEB\u7167","widget.videoSubtitleTooltip":"\u652F\u6301 Youtube \u7B49 {count}+ \u89C6\u9891\u7F51\u7AD9","widget.instructionTooltip":"\u67E5\u770B\u4F7F\u7528\u8BF4\u660E",alwaysTranslateSomeLanguage:"\u603B\u662F\u7FFB\u8BD1{language}\u9875\u9762",alwaysTranslateThisSite:"\u603B\u662F\u7FFB\u8BD1\u8BE5\u7F51\u7AD9",neverTranslateThisSite:"\u6C38\u4E0D\u7FFB\u8BD1\u8BE5\u7F51\u7AD9",touchShortcutsToggleTranslatePage:"\u8BBE\u7F6E\u89E6\u5C4F\u624B\u52BF\u6765\u7FFB\u8BD1\u7F51\u9875/\u663E\u793A\u539F\u6587","desc.touchShortcutsToggleTranslatePage":"\u8BBE\u7F6E\u540E\uFF0C\u5728\u79FB\u52A8\u8BBE\u5907\u65F6\uFF0C\u53EF\u4EE5\u540C\u65F6\u7528 X \u4E2A\u624B\u6307\u89E6\u6478\u5C4F\u5E55\u3001\u5DE6\u53F3\u6ED1\u52A8\u6216\u8FDE\u7EED\u70B9\u51FB\uFF0C\u89E6\u53D1\u7FFB\u8BD1\u7F51\u9875/\u663E\u793A\u539F\u6587",touchShortcutsToggleTranslationMask:"\u8BBE\u7F6E\u89E6\u5C4F\u624B\u52BF\u663E\u793A\u7FFB\u8BD1\u906E\u7F69/\u663E\u793A\u539F\u6587","desc.touchShortcutsToggleTranslationMask":"\u7FFB\u8BD1\u906E\u7F69\u662F\u6307\u8BD1\u6587\u6837\u5F0F\u91CC\u7684\u6A21\u7CCA\u6548\u679C\uFF08\u5B66\u4E60\u6A21\u5F0F\uFF09\uFF0C\u5F00\u542F\u540E\u4E34\u65F6\u5BF9\u8BD1\u6587\u4F7F\u7528\u6A21\u7CCA\u6548\u679C\uFF0C\u65B9\u4FBF\u5B66\u4E60",touchShortcutsToggleTranslateTouchElement:"\u8BBE\u7F6E\u89E6\u5C4F\u624B\u52BF\u7FFB\u8BD1\u6307\u5B9A\u6BB5\u843D","desc.touchShortcutsToggleTranslateTouchElement":"\u81EA\u5B9A\u4E49\u4E00\u4E2A\u624B\u52BF\uFF0C\u5373\u53EF\u7FFB\u8BD1\u60A8\u6240\u5728\u7684\u4EFB\u4F55\u6BB5\u843D",touchShortcutsOff:"\u5173\u95ED","fingers.2":"\u53CC\u6307\u89E6\u6478","fingers.3":"\u4E09\u6307\u89E6\u6478","fingers.4":"\u56DB\u6307\u89E6\u6478","fingers.5":"\u4E94\u6307\u89E6\u6478","multipleClick.2":"\u53CC\u51FB","multipleClick.3":"\u4E09\u8FDE\u51FB","multipleClick.4":"\u56DB\u8FDE\u51FB","slide.left":"\u5411\u53F3\u6ED1\u52A8","slide.right":"\u5411\u5DE6\u6ED1\u52A8",contact:"\u8054\u7CFB\u6211\u4EEC","contact.description":"\u5982\u679C\u60A8\u6709\u4EFB\u4F55\u95EE\u9898\u6216\u5EFA\u8BAE\uFF0C\u6B22\u8FCE\u586B\u5199\u4E0B\u65B9\u8868\u5355\u8054\u7CFB\u6211\u4EEC\uFF0C\u6216\u8005\u53D1\u9001\u90AE\u4EF6\u81F3 {email}\uFF0C\u6211\u4EEC\u4F1A\u5C3D\u5FEB\u56DE\u590D\u60A8\u3002","font.none":"\u65E0","font.Microsoft YaHei":"\u5FAE\u8F6F\u96C5\u9ED1","font.SimSun":"\u5B8B\u4F53","font.NSimSun":"\u65B0\u5B8B\u4F53","font.Microsoft JhengHei":"\u5FAE\u8F6F\u6B63\u9ED1\u4F53","font.KaiTi":"\u6977\u4F53","font.FangSong":"\u4EFF\u5B8B","font.PingFang SC":"\u82F9\u65B9","font.STHeiti":"\u534E\u6587\u9ED1\u4F53","font.STKaiti":"\u534E\u6587\u6977\u4F53","font.STSong":"\u534E\u6587\u5B8B\u4F53","font.STFangsong":"\u534E\u6587\u4EFF\u5B8B","font.STZhongsong":"\u534E\u6587\u4E2D\u5B8B","font.STHupo":"\u534E\u6587\u7425\u73C0","font.STXinwei":"\u534E\u6587\u65B0\u9B4F","font.STLiti":"\u534E\u6587\u96B6\u4E66","font.STXingkai":"\u534E\u6587\u884C\u6977","font.Hiragino Sans GB":"\u51AC\u9752\u9ED1\u4F53","font.Lantinghei SC":"\u5170\u4EAD\u9ED1","font.Hanzipen SC":"\u6C49\u4EEA\u7FE9\u7FE9\u4F53","font.Hannotate SC":"\u6C49\u4EEA\u6CE8\u9ED1","font.Songti SC":"\u5B8B\u4F53","font.Wawati SC":"\u5A03\u5A03\u4F53","font.Weibei SC":"\u9B4F\u7891","font.Xingkai SC":"\u884C\u6977","font.Yapi SC":"\u96C5\u75DE","font.Yuanti SC":"\u5706\u4F53","browser.toggleVideoSubtitlePreTranslation":"\u5207\u6362\u53CC\u8BED\u5B57\u5E55\u4F18\u5148\u4F7F\u7528\u6C89\u6D78\u5F0F\u7FFB\u8BD1\u8BBE\u7F6E","desc.toggleVideoSubtitlePreTranslation":"\u6309\u4E0B\u540E\uFF0C\u89C6\u9891\u53CC\u8BED\u5B57\u5E55\u4F1A\u4F18\u5148\u4F7F\u7528\u6C89\u6D78\u5F0F\u7FFB\u8BD1\u7684\u8BBE\u7F6E\uFF0C\u518D\u6B21\u6309\u4E0B\u4F1A\u4F18\u5148\u4F7F\u7528\u539F\u89C6\u9891\u81EA\u5E26\u7684\u673A\u7FFB\u5B57\u5E55\uFF0C\u6CE8\u610F\uFF1A\u8BE5\u5FEB\u6377\u65B9\u5F0F\u4FEE\u6539\u7684\u662F\u5168\u5C40\u8BBE\u7F6E",videoSubtitlePreTranslationOn:"\u89C6\u9891\u5B57\u5E55\u5C06\u4F18\u5148\u4F7F\u7528\u6C89\u6D78\u5F0F\u7FFB\u8BD1",videoSubtitlePreTranslationOff:"\u89C6\u9891\u5B57\u5E55\u5C06\u4F18\u5148\u4F7F\u7528\u539F\u89C6\u9891\u81EA\u5E26\u7684\u673A\u7FFB\u5B57\u5E55",translationFont:"\u8BBE\u7F6E\u5B57\u4F53","translationFont.custom":"\u8F93\u5165\u81EA\u5B9A\u4E49\u5B57\u4F53","translationFont.customPlaceholder":"\u5B57\u4F53","translationFont.notSupportErrorMessage":"\u8BF7\u68C0\u67E5\u60A8\u8F93\u5165\u7684\u5B57\u4F53\u540D\u79F0\u662F\u5426\u6B63\u786E\uFF0C\u6216\u786E\u8BA4\u8BE5\u5B57\u4F53\u5DF2\u5728\u60A8\u7684\u8BBE\u5907\u4E0A\u5B89\u88C5\u3002","touch.mouse-translate":"\u7FFB\u8BD1\u6307\u5B9A\u6BB5\u843D","translationServices.inherit":"\u8DDF\u968F\u4E3B\u7FFB\u8BD1\u670D\u52A1","error.serveConfigError":"\u670D\u52A1\u914D\u7F6E\u9519\u8BEF","error.reloadPageOfSetting":"\u914D\u7F6E\u540E\uFF0C\u8BF7\u5237\u65B0\u9875\u9762\u518D\u6B21\u7FFB\u8BD1\u3002","error.googleLimitIp":"\u670D\u52A1\u8FD4\u56DE\u9519\u8BEF\uFF0C\u8C37\u6B4C\u670D\u52A1\u5DF2\u5BF9\u8BE5IP\u5730\u5740\u8FDB\u884C\u9650\u6D41\uFF0C\u5EFA\u8BAE\u60A8\u66F4\u6362\u7F51\u7EDC\u8282\u70B9\u3002","error.openAIFreeLimit":"\u670D\u52A1\u8FD4\u56DE\u9519\u8BEF\uFF0C\u5F53\u524D\u7684\u7FFB\u8BD1\u8BF7\u6C42\u9891\u7387\u5DF2\u8FBE\u5230\u6BCF\u5206\u949F\u6700\u591A 3 \u6B21\u7684\u4E0A\u9650\uFF0C\u8BF7\u7A0D\u540E\u518D\u8BD5\u3002\uFF08\u8FD9\u662F OpenAI \u5B98\u65B9\u5BF9\u514D\u8D39 API Key \u7684\u9650\u5236\uFF0C\u82E5\u8981\u89E3\u9664\u6B64\u9650\u5236\uFF0C\u8BF7\u5728 OpenAI \u540E\u53F0\u7ED1\u5B9A\u4FE1\u7528\u5361\u3002\uFF09","error.openAIExceededQuota":"\u670D\u52A1\u8FD4\u56DE\u9519\u8BEF\uFF1A\u4F60\u5F53\u524D\u7684 OpenAI \u8D26\u6237\u4F59\u989D\u4E0D\u8DB3\uFF0C\u8BF7\u5728 OpenAI \u5B98\u65B9\u540E\u53F0\u8FDB\u884C\u5145\u503C\u6216\u8005\u7ED1\u5B9A\u4FE1\u7528\u5361\u3002","error.429":"\u670D\u52A1\u8FD4\u56DE\u9519\u8BEF\uFF0C\u8BF4\u660E\u8BF7\u6C42\u8FC7\u4E8E\u9891\u7E41\u6216\u8D85\u51FA\u989D\u5EA6\u9650\u5236\uFF0C\u8BF7\u7A0D\u540E\u518D\u8BD5\u3002","error.403":"\u670D\u52A1\u8FD4\u56DE\u9519\u8BEF\uFF0C \u6682\u65F6\u6CA1\u6709\u6743\u9650\u8BBF\u95EE\u8BE5\u670D\u52A1\u3002 ","error.400":"\u670D\u52A1\u8FD4\u56DE\u9519\u8BEF\uFF0C \u8BF7\u6C42\u53C2\u6570\u9519\u8BEF\uFF0C\u8BF7\u68C0\u67E5\u76F8\u5E94\u914D\u7F6E\u3002","error.502":"\u670D\u52A1\u8FD4\u56DE\u9519\u8BEF\uFF0C \u670D\u52A1\u8D85\u65F6\uFF0C\u8BF7\u7A0D\u540E\u518D\u8BD5\u3002 ","error.proTokenInvalid":"\u82E5\u60A8\u662FPro\u7528\u6237\uFF0C\u8BF7\u767B\u9646\u540E\u518D\u4F7F\u7528Pro\u7FFB\u8BD1\u670D\u52A1 ","error.proUpgrade":"\u5347\u7EA7\u540E\uFF0C\u8BF7\u5237\u65B0\u9875\u9762\u518D\u6B21\u7FFB\u8BD1\u3002","error.configError":"\u914D\u7F6E\u6570\u636E\u5F02\u5E38","error.goReset":"\u53BB\u91CD\u7F6E",batchEdit:"\u6279\u91CF\u64CD\u4F5C","translationModeLang.translation.title":"\u4EC5\u8BD1\u6587\u6A21\u5F0F\u7684\u8BED\u8A00","translationModeLang.translation.description":"\u5F53\u9875\u9762\u8BED\u8A00\u4E3A\u4E0B\u5217\u8BED\u8A00\u65F6\uFF0C\u4F1A\u81EA\u52A8\u4F7F\u7528\u4EC5\u8BD1\u6587\u6A21\u5F0F","translationModeUrl.translation.title":"\u4EC5\u8BD1\u6587\u6A21\u5F0F\u7684\u7F51\u5740","translationModeUrl.translation.description":"\u5F53\u7F51\u7AD9\u4E3A\u4E0B\u5217\u57DF\u540D\u65F6\uFF0C\u4F1A\u81EA\u52A8\u4F7F\u7528\u4EC5\u8BD1\u6587\u6A21\u5F0F","browser.toggleOnlyTransation":"\u5207\u6362\u53CC\u8BED/\u4EC5\u8BD1\u6587\u6A21\u5F0F","desc.toggleOnlyTransation":"\u4EC5\u8BD1\u6587\u6A21\u5F0F\u6307\u7684\u662F\u53EA\u663E\u793A\u8BD1\u6587\uFF0C\u5982\u679C\u7F51\u9875\u8FD8\u6CA1\u6709\u7FFB\u8BD1\u7684\u8BDD\uFF0C\u5C06\u4F1A\u5207\u6362\u6A21\u5F0F\u5E76\u7FFB\u8BD1",touchShortcutsToggleTranslatePageOnlyTranslation:"\u8BBE\u7F6E\u89E6\u5C4F\u624B\u52BF\u5207\u6362\u53CC\u8BED/\u4EC5\u8BD1\u6587\u6A21\u5F0F","desc.touchShortcutsToggleTranslatePageOnlyTranslation":"\u4EC5\u8BD1\u6587\u6307\u7684\u662F\u53EA\u663E\u793A\u8BD1\u6587\uFF0C\u5982\u679C\u7F51\u9875\u8FD8\u6CA1\u6709\u7FFB\u8BD1\u7684\u8BDD\uFF0C\u5C06\u4F1A\u5207\u6362\u6A21\u5F0F\u5E76\u7FFB\u8BD1",download_started:"\u4E0B\u8F7D\u5DF2\u7ECF\u5F00\u59CB\uFF0C\u5982\u679C\u6CA1\u6709\u81EA\u52A8\u4E0B\u8F7D\uFF0C\u8BF7\u624B\u52A8\u70B9\u51FB",here:"\u8FD9\u91CC",detectServiceLoading:"\u6B63\u5728\u68C0\u6D4B\u53EF\u7528\u7684\u7FFB\u8BD1\u670D\u52A1...",toggleToService:"\u5207\u6362\u5230{service}\u5E76\u91CD\u8BD5","error.gemini.429":"\u5F53\u524D Gemini \u670D\u52A1\u5F53\u524D\u627F\u8F7D\u80FD\u529B\u5DF2\u8FBE\u4E0A\u9650\uFF0C\u8BF7\u60A8\u7A0D\u540E\u518D\u8BD5\uFF0C\u6216\u8005\u5207\u6362\u5230\u5176\u4ED6\u7FFB\u8BD1\u670D\u52A1\u3002",enableSentryReport:"\u5F53\u6269\u5C55\u53D1\u751F\u9519\u8BEF\u65F6\uFF0C\u4F7F\u7528 Sentry \u63D0\u4EA4\u53CD\u9988","error.subscriptionExpired":"\u60A8\u7684\u4F1A\u5458\u53EF\u80FD\u5DF2\u8FC7\u671F\uFF0C\u8BF7\u68C0\u67E5\u60A8\u7684\u4F1A\u5458\u72B6\u6001","error.subscriptionExpiredTitle":"\u4F1A\u5458\u5DF2\u8FC7\u671F","languages.auto":"\u81EA\u52A8\u68C0\u6D4B","error.serveUnavailable":"\u60A8\u5F53\u524D\u6240\u4F7F\u7528\u7684 [{serverName}] \u670D\u52A1\u56E0\u7F51\u7EDC\u8FDE\u63A5\u6216\u670D\u52A1\u63D0\u4F9B\u5546\u7684\u95EE\u9898\u6682\u65F6\u65E0\u6CD5\u8BBF\u95EE\u3002\u5EFA\u8BAE\u60A8\u5C1D\u8BD5\u5237\u65B0\u9875\u9762\u6216\u901A\u8FC7<1>\u8BBE\u7F6E\u66F4\u6362\u5176\u4ED6\u7FFB\u8BD1\u670D\u52A1\u3002\u82E5\u60A8\u662F<2>Pro\u4F1A\u5458\uFF0C\u53EF\u4EE5\u9009\u62E9\u4F7F\u7528\u66F4\u4E3A\u7A33\u5B9A\u7684 DeepL \u6216 OpenAI \u7FFB\u8BD1\u670D\u52A1\uFF08<3>\u70B9\u6B64\u514D\u8D39\u4F53\u9A8C\uFF09\u3002 \u53E6\u5916\uFF0C\u60A8\u4E5F\u53EF\u80FD\u9700\u8981\u68C0\u67E5\u60A8\u7684\u7F51\u7EDC\u6216\u4EE3\u7406\u8BBE\u7F6E\u3002","floatBall.setting":"\u8BBE\u7F6E","floatBall.translateToLanguage":"\u70B9\u51FB\u7FFB\u8BD1\u4E3A{language}",changeToOnlyTranslationMode:"\u5207\u6362\u9ED8\u8BA4\u8BD1\u6587\u6A21\u5F0F\u4E3A\u4EC5\u663E\u793A\u8BD1\u6587",changeToDualTranslationMode:"\u5207\u6362\u9ED8\u8BA4\u8BD1\u6587\u6A21\u5F0F\u4E3A\u53CC\u8BED\u5BF9\u7167",changeToOnlyTempTranslationMode:`\u5F53\u524D\u4E3A\u53CC\u8BED\u5BF9\u7167 \u70B9\u51FB\u5207\u6362\u4E3A\u4EC5\u8BD1\u6587`,changeToDualTempTranslationMode:`\u5F53\u524D\u4E3A\u4EC5\u8BD1\u6587 \u70B9\u51FB\u5207\u6362\u4E3A\u53CC\u8BED\u5BF9\u7167`,"subtitle.transitionMode":"\u89C6\u9891\u5B57\u5E55\u53CC\u8BED/\u4EC5\u8BD1\u6587\u8BBE\u7F6E","subtitle.transitionModeDescription":"\u8BBE\u7F6E\u89C6\u9891\u5B57\u5E55\u4E3A\u53CC\u8BED\u5BF9\u7167\u6216\u4EC5\u8BD1\u6587\u6A21\u5F0F","transitionMode.inherit":"\u548C\u7CFB\u7EDF\u7684\u9ED8\u8BA4\u8BD1\u6587\u663E\u793A\u6A21\u5F0F\u4FDD\u6301\u4E00\u81F4","transitionMode.translation":"\u4EC5\u8BD1\u6587","transitionMode.dual":"\u53CC\u8BED\u5BF9\u7167","options.navbar.translateFile":"\u7FFB\u8BD1\u6587\u6863","options.navbar.installApp":"\u5B89\u88C5\u624B\u673A APP","subtitle.showQuickButtonDescription":"\u5728\u89C6\u9891\u64AD\u653E\u5668\u53F3\u4E0B\u89D2\u63D0\u4F9B\u542F\u7528\u53CC\u8BED\u5B57\u5E55\u7684\u5FEB\u6377\u65B9\u5F0F",translateFileTooltip:`\u7FFB\u8BD1 PDF\u3001ePub\u3001srt\u3001 @@ -4967,7 +4967,7 @@ ass\u3001HTML\u3001TXT\u6587\u4EF6`,"subtitle.quickButton.setting":"\u8BBE\u7F6E {env.imt_sub_trans_field}: \u8BD1\u6587 - id: 2 {env.imt_sub_source_field}: Source - {env.imt_sub_trans_field}: \u8BD1\u6587`,"browser.PdfProFile":"AI \u9A71\u52A8\u7684 PDF Pro \u7FFB\u8BD1","browser.textTranslate":"\u6587\u672C\u7FFB\u8BD1"};var Cl={nologin:"\u672A\u767B\u9304",loginForSafari:"\u767B\u5165\u6216\u8A3B\u518A",login:"\u767B\u9304",goLogin:"\u53BB\u767B\u9304",manageAccount:"\u7BA1\u7406\u8CEC\u6236",openPremium:"\u958B\u901A\u6703\u54E1",logout:"\u9000\u51FA",curentPlan:"\u7576\u524D\u5957\u9910",endAt:"\u5230\u671F",endAuto:"\u81EA\u52D5\u7E8C\u671F",lineBreakMaxTextCount:"\u63DB\u884C\u5F8C\uFF0C\u6BCF\u53E5\u8A71\u5141\u8A31\u7684\u6700\u5927\u5B57\u5143\u6578\u91CF","translate-pdf":"\u9EDE\u9078\u7FFB\u8B6F PDF","noSupportTranslate-pdf":"\u8173\u672C\u4E0D\u652F\u63F4\uFF0C\u8ACB\u4F7F\u7528\u64F4\u5145\u5957\u4EF6","translate-firefox-local-pdf":"\u9EDE\u64CA\u53BB\u5C0E\u5165PDF",enableLineBreak:"\u958B\u555F\u9577\u6BB5\u843D\u81EA\u52D5\u63DB\u884C",sponsorLabel:"$1 \u8D77\u8D0A\u52A9\u958B\u767C\u8005 (\u6708\u4ED8\u6216\u50C5\u8D0A\u52A9\u4E00\u6B21\u5747\u53EF)",help:"\u8AAA\u660E",enableLineBreakDescription:"\u555F\u7528\u5F8C\uFF0C\u5C07\u6703\u5728\u9577\u6BB5\u843D\u4E2D\u6BCF\u53E5\u8A71\u7D50\u675F\u63D2\u5165\u63DB\u884C\u5B57\u5143\uFF0C\u4EE5\u4FBF\u65BC\u95B1\u8B80","browser.shortBrandName":"\u6C89\u6D78\u5F0F\u7FFB\u8B6F","browser.brandName":"\u6C88\u6D78\u5F0F\u7FFB\u8B6F - \u7DB2\u9801\u7FFB\u8B6F\u64F4\u5145 | PDF\u7FFB\u8B6F | \u514D\u8CBB","browser.brandDescription":"\u3010\u6C88\u6D78\u5F0F\u7FFB\u8B6F\u3011\u4E00\u6B3E\u514D\u8CBB\u7684\uFF08\u539F\u6587/\u8B6F\u6587\uFF09\u96D9\u8A9E\u5C0D\u7167\u7DB2\u9801\u7FFB\u8B6F\u64F4\u5145\uFF0C\u540C\u6642\u652F\u6301PDF\u7FFB\u8B6F\uFF08\u4FDD\u7559\u539F\u6587\u6A94\u6392\u7248\uFF09\uFF0C\u8996\u983B\u96D9\u8A9E\u5B57\u5E55\u7FFB\u8B6F\uFF08Youtube, Netflix\u7B49\uFF09\uFF0CEPUB\u96FB\u5B50\u66F8\u7FFB\u8B6F\u7B49\uFF1B\u652F\u6301\u8ABF\u7528\u4EBA\u5DE5\u667A\u80FDAI\u7FFB\u8B6F\u5927\u6A21\u578B\uFF08OpenAI (ChatGPT)\u3001DeepL\u3001Gemini(Bard) \u7B49 \uFF09\u5C0D\u4EE5\u4E0A\u5167\u5BB9\u9032\u884C\u66F4\u6E96\u78BA\u7684\u7FFB\u8B6F\uFF1B","browser.toggleTranslatePage":"\u7FFB\u8B6F\u7DB2\u9801/\u986F\u793A\u539F\u6587","browser.toggleTranslateTheWholePage":"\u7FFB\u8B6F\u9801\u9762\u5168\u90E8\u5340\u57DF/\u986F\u793A\u539F\u6587","browser.toggleTranslateToThePageEndImmediately":"\u7ACB\u5373\u7FFB\u8B6F\u5230\u9801\u9762\u5E95\u90E8/\u986F\u793A\u539F\u6587","browser.toggleTranslateTheMainPage":"\u7FFB\u8B6F\u9801\u9762\u4E3B\u8981\u5340\u57DF/\u986F\u793A\u539F\u6587","browser.shareToDraft":"\u751F\u6210\u7DB2\u9801\u5FEB\u7167","browser.openOptionsPage":"\u958B\u555F\u8A2D\u5B9A\u9801\u9762","browser.translateLocalPdfFile":"\u7FFB\u8B6F\u672C\u6A5F PDF \u6A94\u6848","browser.openEbookViewer":"\u95B1\u8B80\u672C\u6A5F\u96FB\u5B50\u66F8","browser.openEbookBuilder":"\u88FD\u4F5C\u96D9\u8A9E EPUB \u96FB\u5B50\u66F8","browser.translateLocalHtmlFile":"\u7FFB\u8B6F HTML/txt \u6A94\u6848","browser.donateContext":"\u4E86\u89E3\u8D0A\u52A9\u798F\u5229","browser.translateLocalSubtitleFile":"\u7FFB\u8B6F\u5B57\u5E55\u6A94\u6848",confirmResetConfig:"\u4F60\u78BA\u5B9A\u8981\u91CD\u8A2D\u8A2D\u5B9A\u55CE\uFF1F",translationLineBreakSettingTitle:"\u8B6F\u6587\u63DB\u884C\u8A2D\u5B9A",smartLineBreak:"\u667A\u6167\u63DB\u884C",alwaysLineBreak:"\u7E3D\u662F\u63DB\u884C",isShowContextMenu:"\u5C07\u7DB2\u9801\u7FFB\u8B6F\u529F\u80FD\u52A0\u5165\u53F3\u9375\u9078\u55AE",toggleBeta:"\u958B\u555F Beta \u6E2C\u8A66\u529F\u80FD",betaDescription:"\u555F\u7528\u4ECD\u5728\u5BE6\u9A57\u7684\u529F\u80FD\u4EE5\u53CA\u6E2C\u8A66\u4E2D\u7684\u7FFB\u8B6F\u670D\u52D9\u3002\u52A0\u5165 <1>Telegram \u7FA4\u7D44\u4E86\u89E3\u66F4\u591A\u3002",translationLineBreakSettingDescription:"\u7E3D\u662F\u63DB\u884C\u9069\u7528\u65BC\u8F03\u5C11\u5167\u5BB9\u7684\u7248\u9762\uFF0C\u66F4\u6574\u9F4A\u3002(\u5728\u5167\u5BB9\u8F03\u591A\u7684\u9577\u6BB5\u843D(\u8D85\u904E {count} \u500B\u5B57\u5143) \u4F7F\u7528\u667A\u6167\u63DB\u884C\u6703\u66F4\u7701\u7A7A\u9593)",tempTranslateDomainTitle:"\u81E8\u6642\u958B\u555F\u7DB2\u7AD9\u7FFB\u8B6F\u7684\u6642\u9577",tempTranslateDomainDescription:"\u7576\u624B\u52D5\u7FFB\u8B6F\u67D0\u500B\u7DB2\u9801\u7684\u6642\u5019\uFF0C\u81E8\u6642\u958B\u555F\u8A72\u7DB2\u7AD9\u70BA\u81EA\u52D5\u7FFB\u8B6F",xMinutes:"{count} \u5206\u9418",disabled:"\u505C\u7528",changelog:"\u66F4\u65B0\u8A18\u9304",toggleTranslatePageWhenThreeFingersOnTheScreen:"\u591A\u6307\u540C\u6642\u89F8\u6478\u87A2\u5E55\u5247\u7FFB\u8B6F\u7DB2\u9801/\u986F\u793A\u539F\u6587",toggleTranslationMaskWhenThreeFingersOnTheScreen:"\u591A\u6307\u540C\u6642\u89F8\u6478\u5247\u986F\u793A/\u96B1\u85CF\u8B6F\u6587\u6A21\u7CCA\u6548\u679C",addUrlDescription:"\u53EF\u4EE5\u70BA\u7DB2\u57DF\u540D\u7A31\uFF0C\u540C\u6642\u652F\u63F4\u842C\u7528\u5B57\u5143\uFF0C\u5982\uFF1A*.google.com, google.com/mail/*, https://www.google.com/*",general:"\u57FA\u672C\u8A2D\u5B9A",clickToExpandConfig:"\u5C55\u958B\u76EE\u524D\u8A2D\u5B9A",import:"\u5F9E\u6A94\u6848\u532F\u5165",export:"\u532F\u51FA\u70BA\u6A94\u6848",toggleDebug:"\u5728\u4E3B\u63A7\u53F0\u986F\u793A\u5075\u932F\u8A18\u9304","fingers.0":"\u95DC\u9589",mouseHoldKey:"+ {key} \u7FFB\u8B6F/\u9084\u539F\u8A72\u6BB5",mouseHoldKeyAuto:"\u76F4\u63A5\u7FFB\u8B6F\u8A72\u6BB5",mouseHoldKeyOff:"\u4E0D\u505A\u4EFB\u4F55\u4E8B\u60C5",mouseHoldKeyOther:"\u81EA\u5B9A\u7FA9\u5FEB\u6377\u9375(\u6253\u958B\u8A2D\u7F6E)",mouseHoldKeyCustomKey:"{key} \u7FFB\u8B6F/\u9084\u539F\u8A72\u6BB5","mouse-translate":"\u9F20\u6A19\u6ED1\u904E",document:"\u8AAA\u660E\u6587\u4EF6",resetSuccess:"\u91CD\u8A2D\u6240\u6709\u8A2D\u5B9A\u6210\u529F",resetThisSuccess:"\u91CD\u8A2D\u6210\u529F",saved:"\u5132\u5B58\u6210\u529F",successImportConfig:"\u6210\u529F\u532F\u5165\u8A2D\u5B9A",goAdvancedSettings:"\u524D\u5F80\u9032\u968E\u8A2D\u5B9A\u9801\u9762",goAdvancedInterfaceSettings:"\u524D\u5F80\u81EA\u8A02\u8A2D\u5B9A\u9801\u9762",advanced:"\u9032\u968E\u8A2D\u5B9A",advancedDescription:"\u6B63\u5E38\u60C5\u6CC1\u7121\u9700\u8A2D\u5B9A\uFF0C\u4FDD\u6301\u9810\u8A2D\u5373\u53EF\u3002\u50C5\u91DD\u5C0D\u66F4\u5C08\u696D\u7684\u4F7F\u7528\u8005\uFF0C\u63D0\u4F9B\u66F4\u500B\u4EBA\u5316\u7684\u8A2D\u5B9A\u9805\u76EE\u3002",developer:"\u958B\u767C\u8005\u8A2D\u5B9A",donateCafe:"\u50F9\u683C","translate to the bottom of the page":"\u9032\u5165\u7DB2\u9801\u5F8C\uFF0C\u662F\u5426\u7ACB\u5373\u7FFB\u8B6F\u5230\u9801\u9762\u5E95\u90E8\uFF1F",feedback:"\u554F\u984C\u56DE\u5831",toggleTranslatePage:"\u7FFB\u8B6F\u7DB2\u9801/\u986F\u793A\u539F\u6587",translateToThePageEndImmediatelyDescription:"\u555F\u7528\u5F8C\uFF0C\u9032\u5165\u7DB2\u9801\u5C07\u7ACB\u5373\u7FFB\u8B6F\u5F9E\u9802\u90E8\u5230\u5E95\u90E8\u7684\u5167\u5BB9\u3002\u95DC\u9589\u5247\u908A\u770B\u908A\u8B6F\u3002\uFF08\u4E0D\u63A8\u85A6\u958B\u555F\uFF09","translate all areas of the page":"\u662F\u5426\u7FFB\u8B6F\u7DB2\u9801\u6240\u6709\u5340\u57DF",translationAreaDescription:"\u555F\u7528\u5F8C\uFF0C\u7DB2\u9801\u7684\u6240\u6709\u5340\u57DF\u90FD\u6703\u88AB\u7FFB\u8B6F\u3002\u95DC\u9589\u5247\u4F7F\u7528\u9810\u8A2D\u7684\u667A\u6167\u8FA8\u8B58\uFF0C\u50C5\u7FFB\u8B6F\u4E3B\u8981\u5340\u57DF\u3002(\u4E0D\u63A8\u85A6\u958B\u555F)","the number of characters to be translated first":"\u76F4\u63A5\u7FFB\u8B6F\u9801\u9762\u524D\u591A\u5C11\u500B\u5B57\u5143\uFF0C\u800C\u7121\u9700\u7B49\u5F85\u6372\u52D5\u81F3\u53EF\u898B\u5340\u57DF","interface language":"\u4ECB\u9762\u8A9E\u8A00","display both the original text and the translation":"\u540C\u6642\u986F\u793A\u539F\u6587\u548C\u8B6F\u6587","keyboard shortcuts":"\u9375\u76E4\u5FEB\u901F\u9375",modify:"\u8B8A\u66F4\u5FEB\u901F\u9375",reset:"\u91CD\u8A2D",close:"\u95DC\u9589",homepage:"\u9996\u9801",more:"\u66F4\u591A",moreOptions:"\u5C55\u958B\u66F4\u591A\u81EA\u8A02\u9078\u9805",translateTheWholePage:"\u7FFB\u8B6F\u9801\u9762\u5168\u90E8\u5340\u57DF\uFF08\u5340\u5206\u65BC\u53EA\u7FFB\u8B6F\u4E3B\u8981\u5340\u57DF\uFF09",changeToTranslateTheWholePage:"\u5207\u63DB\u70BA\u7FFB\u8B6F\u6240\u6709\u5340\u57DF",changeToTranslateTheMainPage:"\u5207\u63DB\u70BA\u7FFB\u8B6F\u4E3B\u8981\u5340\u57DF",translateToThePageEndImmediately:"\u7ACB\u5373\u7FFB\u8B6F\u5230\u5E95\u90E8\uFF08\u5340\u5206\u65BC\u770B\u54EA\u8B6F\u54EA\uFF09",translateTheMainPage:"\u667A\u6167\u7FFB\u8B6F\u4E3B\u8981\u5340\u57DF","The local rules are up to date":"\u672C\u6A5F\u898F\u5247\u5DF2\u70BA\u6700\u65B0\uFF1A","Successfully synchronized with the latest official rules:":"\u6210\u529F\u540C\u6B65\u6700\u65B0\u5B98\u65B9\u898F\u5247\uFF1A","Checking for updates":"\u6B63\u5728\u6AA2\u67E5\u66F4\u65B0","Rules are being synchronized":"\u6B63\u5728\u540C\u6B65\u5B98\u65B9\u898F\u5247",localVersionIsTooOld:"\u672C\u6A5F\u5957\u4EF6\u7248\u672C\u904E\u820A\uFF0C\u8ACB\u5347\u7D1A\u5957\u4EF6\u81F3 {minVersion} \u6216\u66F4\u65B0\u7684\u7248\u672C\u518D\u5617\u8A66\u540C\u6B65",badUserscriptBrowser:"\u76EE\u524D\u700F\u89BD\u5668\u7121\u6CD5\u6B63\u78BA\u5BE6\u73FE\u6CB9\u7334\u5957\u4EF6\u7684\u4ECB\u9762\uFF0C\u8ACB\u4F7F\u7528\u5176\u4ED6<1>\u652F\u63F4\u6CB9\u7334\u5957\u4EF6\u7684\u700F\u89BD\u5668\u5982(Firefox Nightly \u7248\u672C)",foundNewVersion:"\u6709\u65B0\u7248\u672C\u53EF\u7528",theLocalExtensionIsUpToUpdate:"\u76EE\u524D\u5957\u4EF6\u5DF2\u662F\u6700\u65B0\u7248\u672C",failToSyncRules:"\u540C\u6B65\u6700\u65B0\u5B98\u65B9\u898F\u5247\u5931\u6557",retry:"\u9EDE\u6B64\u91CD\u8A66",failedReason:"\u5931\u6557\u539F\u56E0",currentRuleVersion:"\u76EE\u524D\u898F\u5247\u7248\u672C",calculating:"\u6B63\u5728\u8A08\u7B97",unknownError:"\u672A\u77E5\u7684\u932F\u8AA4",canNotFetchRemoteRule:"\u7121\u6CD5\u53D6\u5F97\u9060\u7AEF\u898F\u5247",enableAlphaSuccess:"\u5DF2\u555F\u7528 Alpha \u529F\u80FD",disableAlphaSuccess:"\u5DF2\u505C\u7528 Alpha \u529F\u80FD",cacheSize:"\u5FEB\u53D6\u5927\u5C0F\uFF1A",cleaning:"\u6B63\u5728\u6E05\u7406",cleanCache:"\u6E05\u9664\u5FEB\u53D6",options:"\u9078\u9805",about:"\u95DC\u65BC",service:"\u7FFB\u8B6F\u670D\u52D9",needAction:"(\u524D\u5F80\u8A2D\u5B9A)",goSettings:"\u524D\u5F80\u8A2D\u5B9A",needActionForOptions:"(\u9700\u8A2D\u5B9A)",translationEngine:"\u5F15\u64CE\u9078\u9805",sourceLanguage:"\u539F\u6587\u8A9E\u8A00",target:"\u76EE\u6A19\u8A9E\u8A00",popupSourceLanguage:"\u539F\u6587\u8A9E\u8A00",popupTarget:"\u76EE\u6A19\u8A9E\u8A00",popupService:"\u7FFB\u8B6F\u670D\u52D9",forThisSite:"\u7576\u524D\u7DB2\u7AD9",autoEnableSubtitle:"\u81EA\u52D5\u958B\u555F\u96D9\u8A9E\u5B57\u5E55",alwaysTranslate:"\u7E3D\u662F\u7FFB\u8B6F",neverTranslate:"\u6C38\u4E0D\u7FFB\u8B6F",neverTranslateSomeLanguage:"\u6C38\u4E0D\u7FFB\u8B6F {language}",alwaysTranslateSomeSite:"\u7E3D\u662F\u7FFB\u8B6F {hostname}",neverTranslateSomeSite:"\u6C38\u4E0D\u7FFB\u8B6F {hostname}",alwaysTranslateSomeSiteOrWildSite:"\u7E3D\u662F\u7FFB\u8B6F\u7DB2\u7AD9",alwaysTranslateSomePage:"\u7E3D\u662F\u7FFB\u8B6F\u8A72\u7DB2\u9801",add:"\u65B0\u589E",default:"\u9810\u8A2D",forThisLanguage:"\u91DD\u5C0D\u8A72\u8A9E\u8A00\uFF1A","add url":"\u8F38\u5165 URL",edit:"\u7DE8\u8F2F",pickAll:"\u5168\u9078","translate other languages into specific language":"\u5C07\u5176\u5B83\u8A9E\u8A00\u7FFB\u8B6F\u70BA\u4F60\u8A2D\u5B9A\u7684\u8A9E\u8A00","select translation service":"\u9078\u64C7\u4F60\u60F3\u7528\u7684\u7FFB\u8B6F\u670D\u52D9",language:"\u8A9E\u8A00","show-original":"\u986F\u793A\u539F\u6587",translate:"\u7FFB\u8B6F",Translated:"\u5DF2\u7FFB\u8B6F",Translating:"\u6B63\u5728\u7FFB\u8B6F",Error:"\u932F\u8AA4",allowCacheTranslations:"\u555F\u7528\u672C\u6A5F\u7FFB\u8B6F\u5FEB\u53D6\uFF08\u6E1B\u5C11\u91CD\u8907\u6BB5\u843D\u7684\u7FFB\u8B6F\u8981\u6C42\uFF09","translation display":"\u8B6F\u6587\u986F\u793A\u6A23\u5F0F","select diplay style":"\u5340\u5206\u8B6F\u6587\u7684\u6A23\u5F0F\uFF0C\u5177\u9AD4\u53EF\u53C3\u8003\u4E0B\u5217\u7BC4\u4F8B",interface:"\u4ECB\u9762\u8A2D\u5B9A",import_export:"\u532F\u5165/\u532F\u51FA",import_export_title:"\u532F\u5165/\u532F\u51FA\u8A2D\u5B9A",syncToGoogleDrive:"\u7ACB\u5373\u8207 Google Drive \u540C\u6B65","floatBallOptions.enable":"\u555F\u7528\u61F8\u6D6E\u7403","floatBallOptions.blockUrls":"\u7981\u7528\u7DB2\u7AD9","floatBallOptions.add":"\u6DFB\u52A0","floatBallOptions.blockUrlDesc":"\u7576\u9047\u5230\u4EE5\u4E0B\u7DB2\u7AD9\u6642\u4E0D\u986F\u793A\u61F8\u6D6E\u7403","floatBallOptions.clickType":"\u9EDE\u64CA\u884C\u70BA","floatBallOptions.clickTypeDesc":"\u61F8\u6D6E\u7403\u5716\u6A19\u9EDE\u64CA\u6642\u7684\u884C\u70BA","floatBallOptions.clickPopup":"\u986F\u793A\u7FFB\u8B6F\u9762\u677F","floatBallOptions.clickTranslate":"\u7FFB\u8B6F/\u986F\u793A\u539F\u6587","floatBallOptions.fixedPosition":"\u56FA\u5B9A\u4F4D\u7F6E","floatBallOptions.fixedPositionDesc":"\u61F8\u6D6E\u7403\u5728\u7A97\u53E3\u5DE6\u5074\u9084\u662F\u53F3\u5074","floatBallOptions.fixedPositionLeft":"\u5DE6\u5074","floatBallOptions.fixedPositionRight":"\u53F3\u5074",previewAllThemes:"\u9810\u89BD\u5168\u90E8\u6A23\u5F0F","translationTheme.none":"\u7121","translationTheme.grey":"\u9ED1\u7070\u8272","translationTheme.dashed":"\u7834\u6298\u865F\u5E95\u7DDA","translationTheme.dotted":"\u9EDE\u72C0\u5E95\u7DDA","translationTheme.dashedBorder":"\u865B\u7DDA\u6846\u7DDA","translationTheme.solidBorder":"\u5BE6\u7DDA\u6846\u7DDA","translationTheme.underline":"\u76F4\u7DDA\u5E95\u7DDA","translationTheme.mask":"\u6A21\u7CCA\u6548\u679C\uFF08\u5B78\u7FD2\u6A21\u5F0F\uFF09","translationTheme.opacity":"\u900F\u660E\u6548\u679C","translationTheme.paper":"\u767D\u7D19\u9670\u5F71\u6548\u679C","translationTheme.dividingLine":"\u5206\u9694\u7DDA","translationTheme.highlight":"\u9192\u76EE\u63D0\u793A","translationTheme.marker":"\u99AC\u514B\u7B46","translationTheme.marker2":"\u99AC\u514B\u7B462","translationTheme.blockquote":"\u5F15\u7528\u6A23\u5F0F","translationTheme.weakening":"\u5F31\u5316","translationTheme.italic":"\u659C\u9AD4","translationTheme.bold":"\u7C97\u9AD4","translationTheme.thinDashed":"\u7D30\u7834\u6298\u865F\u5E95\u7DDA","translationTheme.nativeDashed":"\u7CFB\u7D71\u5167\u5EFA\u7834\u6298\u865F\u5E95\u7DDA","translationTheme.nativeDotted":"\u7CFB\u7D71\u5167\u5EFA\u9EDE\u72C0\u5E95\u7DDA","translationTheme.nativeUnderline":"\u7CFB\u7D71\u5167\u5EFA\u76F4\u7DDA\u5E95\u7DDA","translationTheme.wavy":"\u6CE2\u5F62\u66F2\u7DDA","translationServices.custom":"\u81EA\u5B9A\u7FA9API","translationServices.tencent":"\u9A30\u8A0A\u7FFB\u8B6F\u541B","translationServices.tenAlpha":"\u9A30\u8A0A\u7FFB\u8B6F\u541B(Alpha)","translationServices.google":"Google \u7FFB\u8B6F","translationServices.bai":"\u767E\u5EA6(Alpha)","translationServices.baidu":"\u767E\u5EA6\u7FFB\u8B6F","translationServices.aliyun":"\u963F\u91CC\u96F2\u7FFB\u8B6F","translationServices.volc":"\u706B\u5C71\u7FFB\u8B6F","translationServices.deeplx":"DeepLX(Beta)","translationServices.bing":"\u5FAE\u8F6F\u7FFB\u8B6F","translationServices.deepl":"DeepL","translationServices.wechat":"\u5FAE\u4FE1\u7FFB\u8B6F","translationServices.azure":"Azure \u7FFB\u8B6F","translationServices.ibm":"IBM Watson","translationServices.aws":"\u4E9E\u99AC\u905C\u7FFB\u8B6F","translationServices.mock":"\u6A21\u64EC\u7FFB\u8B6F","translationServices.mock2":"\u6A21\u64EC\u7FFB\u8B6F2","translationServices.caiyun":"\u5F69\u96F2\u5C0F\u8B6F","translationServices.cai":"\u5F69\u96F2\u5C0F\u8B6F (Alpha)","translationServices.volcAlpha":"\u706B\u5C71\u7FFB\u8B6F(Alpha)","translationServices.openl":"OpenL","translationServices.youdao":"\u6709\u9053\u7FFB\u8B6F","translationServices.you":"\u6709\u9053\u7FFB\u8B6F (Alpha)","translationServices.transmart":"\u9A30\u8A0A\u4EA4\u4E92\u7FFB\u8B6F","translationServices.niu":"\u5C0F\u725B\u7FFB\u8B6F","translationServices.papago":"Papago \u7FFB\u8B6F","translationServices.d":"Deepl(Alpha)","translationServices.dpro":"D Pro (Canary)","translationServices.openai":"OpenAI","translationServices.yandex":"Yandex","translationServices.chatgpt":"ChatGPT Web(3.5 mobile)","translate title":"\u7FFB\u8B6F\u9801\u9762\u6A19\u984C","always languages":"\u7E3D\u662F\u7FFB\u8B6F\u7684\u8A9E\u8A00",neverTranslateLanguagesLabel:"\u6C38\u4E0D\u7FFB\u8B6F\u7684\u8A9E\u8A00",neverTranslateTheFollowingLanguagesDescription:"\u7576\u9801\u9762\u4E2D\u67D0\u4E00\u6BB5\u843D\u7684\u8A9E\u8A00\u70BA\u4E0B\u5217\u8A9E\u8A00\u6642\uFF0C\u5C07\u8DF3\u904E\u7FFB\u8B6F",enableUserscriptPagePopup:"\u5728\u9801\u9762\u4E0A\u986F\u793A\u61F8\u6D6E\u7403",enableUserscriptPagePopupDescription:"\u95DC\u9589\u61F8\u6D6E\u7403\u5F8C\uFF0C\u53EF\u4EE5\u7528\u5FEB\u901F\u9375/{touch}\u518D\u6B21\u986F\u793A\u3002\u70BA\u9632\u6B62\u4E0D\u614E\u95DC\u9589\u8A72\u9078\u9805\u5F8C\u627E\u4E0D\u5230\u61F8\u6D6E\u7403\uFF0C\u5EFA\u8B70\u5C07\u672C\u8A2D\u5B9A\u9801\u9762\u52A0\u5165\u81F3\u6211\u7684\u6700\u611B","always translate the following languages":"\u7576\u9801\u9762\u8A9E\u8A00\u70BA\u4E0B\u5217\u8A9E\u8A00\u6642\uFF0C\u6703\u81EA\u52D5\u7FFB\u8B6F\u70BA\u76EE\u6A19\u8A9E\u8A00","always sites":"\u7E3D\u662F\u7FFB\u8B6F\u7684\u7DB2\u5740","always translate the following sites":"\u7576\u7DB2\u7AD9\u70BA\u4E0B\u5217\u7DB2\u57DF\u540D\u7A31\u6642\uFF0C\u6703\u81EA\u52D5\u7FFB\u8B6F\u70BA\u76EE\u6A19\u8A9E\u8A00","never sites":"\u6C38\u4E0D\u7FFB\u8B6F\u7684\u7DB2\u5740","never translate the following sites":"\u7576\u7DB2\u7AD9\u70BA\u4E0B\u5217\u7DB2\u57DF\u540D\u7A31\u6642\uFF0C\u5C07\u4E0D\u6703\u9032\u884C\u7FFB\u8B6F","please refer to":"\u9700\u8981\u586B\u5BEB\u91D1\u9470\u5F8C\u624D\u53EF\u4F7F\u7528\uFF0C\u8A73\u7D30\u8CC7\u8A0A\u8ACB\u53C3\u8003",KeyAndConfigurationTutorial:"\u300A\u91D1\u9470\u7533\u8ACB\u548C\u8A2D\u5B9A\u6559\u5B78\u300B",useAboveStyleForTheseSites:"\u7576\u7DB2\u7AD9\u70BA\u4E0B\u5217\u7DB2\u57DF\u540D\u7A31\u6642\uFF0C\u7E3D\u662F\u4F7F\u7528 \u2308{theme}\u230B \u8B6F\u6587\u6A23\u5F0F",currentUrl:"\u76EE\u524D\u7DB2\u5740",confirm:"\u5132\u5B58",cancel:"\u53D6\u6D88",delete:"\u522A\u9664","languages.auto":"\u81EA\u52D5\u5075\u6E2C",syncToCloud:"\u540C\u6B65\u81F3\u96F2\u7AEF",syncToCloudDescription:"\u4E0A\u50B3\u81F3\u96F2\u7AEF\u5F8C\uFF0C\u53EF\u4EE5\u5728\u4E0D\u540C\u7684\u700F\u89BD\u5668/\u6CB9\u7334\u8173\u672C\u4E4B\u9593\u540C\u6B65\u8A2D\u5B9A\uFF0C\u4EE5\u6700\u5F8C\u8B8A\u66F4\u6642\u9593\u70BA\u6E96\u3002",syncToAccount:"\u540C\u6B65\u5230\u8CEC\u6236",syncToAccountButton:"\u7ACB\u5373\u8207\u96F2\u7AEF\u540C\u6B65",syncToAccountDescription:"\u4E0A\u50B3\u5230\u5DF2\u767B\u9304\u8CEC\u6236\uFF0C\u53EF\u4EE5\u5728\u4E0D\u540C\u7684\u8A2D\u5099\u4E4B\u9593\u540C\u6B65\u914D\u7F6E\uFF0C\u4EE5\u6700\u5F8C\u4FEE\u6539\u6642\u9593\u70BA\u6E96\u3002",successSyncConfigInAccount:"\u6210\u529F\u8207\u8CEC\u6236\u4FDD\u6301\u540C\u6B65",successSyncConfigToAccount:"\u6210\u529F\u540C\u6B65\u5230\u8CEC\u6236",syncConfigNoUpdate:"\u5DF2\u7D93\u662F\u6700\u65B0\u7684\u4E86",authFail:"\u6388\u6B0A\u5931\u6557",syncTitle:"\u624B\u52D5\u5099\u4EFD\u7BA1\u7406",import_hint:"\u532F\u5165",upload:"\u4E0A\u50B3",revokeAuth:"\u64A4\u92B7\u6388\u6B0A",uploadFail:"\u4E0A\u50B3\u5931\u6557",download:"\u4E0B\u8F09",importSuccess:"\u532F\u5165\u6210\u529F",importFail:"\u532F\u5165\u5931\u6557",deleteFail:"\u522A\u9664\u5931\u6557",backupToCloud:"\u624B\u52D5\u7BA1\u7406\u5099\u4EFD\u6A94\u6848",create_new_backup:"\u65B0\u589E\u5099\u4EFD\u7BC0\u9EDE",maxBackupFiles:"\u6700\u591A\u53EF\u4EE5\u5099\u4EFD{count}\u500B\u4E0D\u540C\u7684\u7BC0\u9EDE\uFF0C\u8ACB\u522A\u9664\u4E0D\u9700\u8981\u7684\u7BC0\u9EDE",backupToCloudDescription:"\u624B\u52D5\u4E0A\u50B3\u6216\u9084\u539F\u5099\u4EFD\u6A94\u6848\uFF0C\u6700\u591A\u5141\u8A31 3 \u500B\u4E0D\u540C\u7684\u5099\u4EFD",successSyncConfig:"\u6210\u529F\u8207\u96F2\u7AEF\u4FDD\u6301\u540C\u6B65",syncFail:"\u540C\u6B65\u5931\u6557",updatedAt:"\u66F4\u65B0\u65BC {date}",lastSyncedAt:"\u4E0A\u6B21\u6AA2\u67E5\u65BC {date}",downloadFail:"\u4E0B\u8F09\u5931\u6557",clickToDownload:"\u9EDE\u9078\u4E0B\u8F09",aboutLabel:"\u95DC\u65BC - \u554F\u984C\u56DE\u5831","browser.openAboutPage":"\u95DC\u65BC/\u554F\u984C\u56DE\u5831",aboutLabelWithoutSponsor:"\u95DC\u65BC - \u554F\u984C\u56DE\u5831",aboutIntro:"\u5E0C\u671B\u6211\u5011\u90FD\u80FD\u66F4\u52A0\u5BB9\u6613\u4E14\u6109\u6085\u5730\u7372\u53D6\u7DB2\u969B\u7DB2\u8DEF\u4E0A\u66F4\u591A\u7684\u5916\u8A9E\u8CC7\u8A0A \u2764\uFE0F \u4F60\u53EF\u4EE5\u9078\u64C7\u958B\u901A <6>Pro\u6703\u54E1 \u4F86\u4F7F\u7528\u958B\u7BB1\u5373\u7528\u7684 DeepL \u548C OpenAI \u7FFB\u8B6F\u3002

\u4F60\u53EF\u4EE5\u95DC\u6CE8\u6211\u4EEC\u7684<3>Twitter\uFF0C<4>Telegram \u983B\u9053\u4EE5\u53CA\u4E0B\u65B9\u7684<5>\u90F5\u4EF6\u8A02\u95B1\u8FFD\u8E64\u66F4\u65B0\u3002
<7>Pro \u6703\u54E1 \u53EF\u4EE5\u901A\u904E\u5FEB\u901F\u5BA2\u670D\u90F5\u7BB1 <8>support@immersivetranslate.com \u548C\u6211\u5011\u53D6\u5F97\u806F\u7E6B\u3002",aboutIntroWithoutSponsor:"\u5E0C\u671B\u6211\u5011\u90FD\u80FD\u66F4\u52A0\u5BB9\u6613\u4E14\u6109\u6085\u5730\u7372\u53D6\u7DB2\u969B\u7DB2\u8DEF\u4E0A\u66F4\u591A\u7684\u5916\u8A9E\u8CC7\u8A0A \u2764\uFE0F ",projectHomepage:"\u5C08\u6848\u9996\u9801",joinTelegramGroup:"\u52A0\u5165\u7528\u6237\u4EA4\u6D41\u7FA4\u7D44\u53C3\u8207\u529F\u80FD\u8A0E\u8AD6",wechatPublicAccount:"\u5FAE\u4FE1\u516C\u773E\u865F",wechatCommunities:"\u5FAE\u4FE1\u4EA4\u6D41\u7FA4",qqCommunities:"QQ \u4EA4\u6D41\u983B\u9053",joinTelegramChannel:"\u95DC\u6CE8 Telegram \u983B\u9053\u77AD\u89E3\u66F4\u65B0\u8CC7\u8A0A",feedbackAndJoin:"\u554F\u984C\u56DE\u5831/\u52A0\u5165\u7FA4\u7D44",autoSync:"\u81EA\u52D5\u5B9A\u6642\u540C\u6B65",loadingThemeTitle:"Loading \u6A23\u5F0F",loadingThemeDescription:"\u8A2D\u5B9A\u7B49\u5F85\u8B6F\u6587\u8F09\u5165\u6642\u7684\u6A23\u5F0F","loadingTheme.spinner":"\u8F49\u5708\u52D5\u756B","loadingTheme.text":"\u975C\u614B\u6587\u5B57 ... ","loadingTheme.none":"\u4E0D\u986F\u793A",developerDescription:"\u53EF\u4EE5\u9EDE\u9078<1>\u6B64\u8655\u6AA2\u8996\u9032\u968E\u81EA\u8A02\u529F\u80FD\u76F8\u95DC\u7684\u8AAA\u660E\u6587\u4EF6","edit border color":"\u8B8A\u66F4\u908A\u6846\u8272\u5F69",successSyncButNoChange:"\u76EE\u524D\u8A2D\u5B9A\u8207\u96F2\u7AEF\u4E00\u81F4",customTheme:"\u81EA\u8A02\u8272\u5F69\u548C\u5927\u5C0F","customThemeLabel.borderColor":"\u908A\u6846\u8272\u5F69","customThemeLabel.borderRadius":"\u908A\u6846\u5713\u89D2","customThemeLabel.textColor":"\u6587\u5B57\u8272\u5F69","customThemeLabel.backgroundColor":"\u80CC\u666F\u8272\u5F69","customThemeLabel.zoom":"\u5B57\u578B\u7E2E\u653E\u6BD4\u4F8B (%)","customThemeLabel.opacity":"\u6587\u5B57\u4E0D\u900F\u660E\u5EA6(%)",resetToDefaultColor:"\u9084\u539F\u70BA\u9810\u8A2D\u8272\u5F69",resetToDefaultSettings:"\u9084\u539F\u70BA\u9810\u8A2D\u8A2D\u5B9A",isTranslateTitle:"\u555F\u7528\u7DB2\u9801\u6A19\u984C\u7FFB\u8B6F",isTranslateTitleDescription:"\u555F\u7528\u5F8C\uFF0C\u7DB2\u9801\u7684\u6A19\u984C\u6703\u88AB\u7FFB\u8B6F",enableSearchEnhancement:"\u958B\u555F\u641C\u7D22\u589E\u5F37",enableSearchEnhancementDescription:"\u4E2D\u6587\u641C\u7D22\u8C37\u6B4C\u6703\u5728\u53F3\u908A\u51FA\u73FE\u82F1\u6587\u7248\u8C37\u6B4C\u65B0\u805E",verifyService:"\u9EDE\u6B64\u6E2C\u8A66\u670D\u52D9",verified:"\u9A57\u8B49\u6210\u529F","field.langs":"\u652F\u63F4\u7684\u8A9E\u8A00\u4EE3\u78BC","field.model":"\u6A21\u578B","field.translationEngine":"\u7FFB\u8B6F\u5F15\u64CE","field.limitPerMinute":"\u6BCF\u5206\u9418\u6700\u5927\u8981\u6C42\u6578","field.limitPerSecond":"\u6BCF\u79D2\u6700\u5927\u8981\u6C42\u6578","field.maxTextLengthPerRequest":"\u6BCF\u6B21\u8981\u6C42\u7684\u6700\u5927\u6587\u5B57\u9577\u5EA6","field.maxTextGroupLengthPerRequest":"\u6BCF\u6B21\u8981\u6C42\u6700\u5927\u6BB5\u843D\u6578","field.apiUrl":"\u81EA\u8A02 API \u4F4D\u5740","field.placeholderDelimiters":"\u4FDD\u7559\u7684\u4F54\u4F4D\u7B26","description.custom":"\u81EA\u5B9A\u7FA9\u63A5\u53E3\u63A5\u5165 \u9700\u8981\u53C3\u8003\u6587\u6A94","description.limitPerMinute":"\u8981\u6C42\u6578\u8D85\u904E\u8A72\u9650\u5236\u6642\u6703\u88AB\u66AB\u6642\u505C\u7528\uFF0C\u76F4\u81F3\u4E0B\u4E00\u5206\u9418\u958B\u59CB\u3002\u7531\u4E8EOpenAI\u76EE\u524D\u670D\u52A1\u7684\u5404\u79CD\u9650\u5236\uFF0C\u8BF7\u70B9\u51FB<1>\u8FD9\u91CC\u67E5\u770B\u6700\u65B0\u5EFA\u8BAE\u7684\u6570\u503C","description.limitPerSecond":"\u8981\u6C42\u6578\u8D85\u904E\u8A72\u9650\u5236\u6642\u6703\u88AB\u66AB\u6642\u505C\u7528\uFF0C\u76F4\u81F3\u4E0B\u4E00\u79D2\u9418\u958B\u59CB\u3002\u7531\u4E8EOpenAI\u76EE\u524D\u670D\u52A1\u7684\u5404\u79CD\u9650\u5236\uFF0C\u8BF7\u70B9\u51FB<1>\u8FD9\u91CC\u67E5\u770B\u6700\u65B0\u5EFA\u8BAE\u7684\u6570\u503C","description.generalLimitPerSecond":"\u8ACB\u6C42\u6578\u8D85\u904E\u8A72\u9650\u5236\u6642\u6703\u9032\u5165\u6392\u968A\u72C0\u614B\uFF0C\u76F4\u5230\u4E0B\u4E00\u79D2\u9418\u958B\u59CB\u3002","description.prompt":"\u4EE5\u7528\u6236\u8EAB\u4EFD\u767C\u9001\u7D66 {service} \u7684\u5C0D\u8A71\uFF0C\u5176\u4E2D {{text}} \u8868\u793A\u6BB5\u843D\u7684\u6587\u672C\u5167\u5BB9\uFF0C{{from}} \u8868\u793A\u6BB5\u843D\u7684\u8A9E\u8A00\uFF0C{{to}} \u8868\u793A\u76EE\u6A19\u8A9E\u8A00","description.maxTextLengthPerRequest":"\u9810\u8A2D\u6703\u5408\u4F75\u591A\u500B\u6BB5\u843D\uFF0C\u4EE5\u6E1B\u5C11\u8ACB\u8981\u6C42\u6578\uFF0C\u4F46\u662F\u5982\u679C\u6BB5\u843D\u7E3D\u9577\u5EA6\u904E\u9577\uFF0C\u4E5F\u53EF\u80FD\u6703\u5C0E\u81F4 API \u7684\u56DE\u61C9\u6642\u9593\u589E\u52A0\uFF0C\u56E0\u6B64\u53EF\u4EE5\u5617\u8A66\u8ABF\u6574\u8A72\u9078\u9805\u4F86\u63D0\u5347\u901F\u5EA6","description.systemPrompt":"\u4EE5\u7CFB\u7D71\u50B3\u9001\u767C\u9001\u7D66 OpenAI \u7684\u5C0D\u8A71\uFF0C\u5176\u4E2D {{text}} \u8868\u793A\u6BB5\u843D\u7684\u6587\u5B57\u5167\u5BB9\uFF0C{{from}} \u8868\u793A\u6BB5\u843D\u7684\u8A9E\u8A00\uFF0C{{to}} \u8868\u793A\u76EE\u6A19\u8A9E\u8A00","field.domain":"\u9818\u57DF","description.domain":"\u9ED8\u8A8D\u70BA\uFF1Ageneral\u3002\u50C5\u5728\u6709\u9053API\u63A7\u5236\u53F0\u958B\u901A\u9818\u57DF\u5316\u7FFB\u8B6F\u7684\u60C5\u6CC1\u4E0B\u53EF\u8A2D\u7F6E\uFF0C\u652F\u6301\u9818\u57DF\u898B<1>\u9019\u88E1","field.scene":"\u5834\u666F","description.scene":"\u9ED8\u8A8D\u70BA\uFF1Ageneral\u3002\u50C5\u5728\u963F\u91CC\u96F2API\u63A7\u5236\u53F0\u958B\u901A\u6A5F\u5668\u7FFB\u8B6F\u5C08\u696D\u7248\u7684\u60C5\u6CC1\u4E0B\u53EF\u8A2D\u7F6E\uFF0C\u652F\u6301\u5834\u666F\u898B<1>\u9019\u88E1","field.vocabId":"\u4F7F\u7528\u8005\u8A5E\u5178ID","description.vocabId":"\u6307\u5B9A\u7684\u5B57\u5178out_id\uFF0C\u76EE\u524D\u652F\u63F4\u82F1\u8B6F\u4E2D","description.model":"OpenAI \u7684\u6A21\u578B\uFF0C\u53EF\u4EE5\u70BA gpt-3.5-turbo, gpt-4 \u7B49","description.maxTextGroupLengthPerRequest":"\u6BCF\u6B21\u50B3\u9001\u7D66\u7FFB\u8B6F\u670D\u52D9\u7684\u6BB5\u843D\u6578\u91CF\uFF0C\u5982\u679C\u6BB5\u843D\u6578\u91CF\u904E\u591A\uFF0C\u53EF\u80FD\u6703\u5C0E\u81F4\u56DE\u61C9\u901F\u5EA6\u8B8A\u6162","description.apiUrl":"\u8ACB\u52A0\u5165\u5177\u9AD4\u5305\u542B\u8DEF\u5F91\u7684\u7DB2\u5740",enabledExtension:"\u555F\u7528\u5957\u4EF6",clickToDisableExtension:"\u9EDE\u9078\u505C\u7528\u5957\u4EF6",clickToEnableExtension:"\u9EDE\u9078\u555F\u7528\u5957\u4EF6",hasBeenDisabled:"\u5DF2\u505C\u7528","show password":"\u986F\u793A\u5BC6\u78BC",customContent:"\u8F38\u5165\u81EA\u5B9A\u7FA9\u6A21\u578B",inputOptions:"\u8F38\u5165\u6846\u589E\u5F37",mouseHoverOptions:"\u9F20\u6A19\u6ED1\u904E",modifyMouseHoverKey:"\u4FEE\u6539\u6ED1\u9F20\u61F8\u505C\u5FEB\u6377\u9375",enableInputTranslation:"\u662F\u5426\u555F\u7528\u8F38\u5165\u6846\u589E\u5F37",enableInputTranslationDescription:"\u555F\u7528\u5F8C\uFF0C\u8F38\u5165\u6846\u76F4\u63A5\u8F38\u5165 {startingKey}{startingKey} \u4F60\u597D\uFF0C\u7136\u5F8C\u5FEB\u901F\u9023\u64CA{inputTrailingTriggerKeyRepeatTimes}\u6B21{trailingKey}\uFF0C\u5373\u53EF\u7FFB\u8B6F\u70BA {inputTargetLanguage}",enableInputTranslationDescriptionForNoneKey:"\u555F\u7528\u5F8C\uFF0C\u8F38\u5165\u6846\u76F4\u63A5\u8F38\u5165\uFF1A\u4F60\u597D\u4E16\u754C\uFF0C\u7136\u5F8C\u5FEB\u901F\u9023\u64CA{inputTrailingTriggerKeyRepeatTimes}\u6B21{trailingKey}\uFF0C\u5373\u53EF\u7FFB\u8B6F\u70BA\u9810\u8A2D\u76EE\u6A19\u8A9E\u8A00",inputTargetLanguage:"\u8A2D\u5B9A\u8F38\u5165\u6846\u7684\u9810\u8A2D\u76EE\u6A19\u8A9E\u8A00",inputTargetLanguageDescription:"\u8F38\u5165\u6846\u7FFB\u8B6F\u7684\u9810\u8A2D\u76EE\u6A19\u8A9E\u8A00\uFF0C\u4E5F\u5C31\u662F {startingKey}{startingKey} \u4F5C\u70BA\u89F8\u767C\u8A5E\u7684\u9810\u8A2D\u8A9E\u8A00",inputTargetLanguageDescriptionForNoneKey:"\u8F38\u5165\u6846\u7FFB\u8B6F\u7684\u9810\u8A2D\u76EE\u6A19\u8A9E\u8A00",inputStartingTriggerKeyTitle:"\u8A2D\u5B9A\u8F38\u5165\u6846\u90E8\u5206\u7FFB\u8B6F\u7684\u5206\u5272\u5B57\u7B26",inputStartingTriggerKeyDescription:"\u7576\u4F60\u4E0D\u9700\u8981\u7FFB\u8B6F\u6574\u500B\u8F38\u5165\u6846\u7684\u6642\u5019\uFF0C\u5206\u5272\u7B26\u5141\u8A31\u4F60\u53EA\u7FFB\u8B6F {startingKey}{startingKey} \u5230\u8F38\u5165\u6846\u672B\u5C3E\u7684\u90E8\u5206\uFF0C\u4E5F\u53EF\u4EE5\u6307\u5B9A\u8A9E\u8A00\u4EE3\u78BC\uFF0C\u4F8B\u5982\uFF1A{startingKey}ja \u8868\u793A\u53EA\u7FFB\u8B6F {startingKey}ja \u5230\u8F38\u5165\u6846\u672B\u5C3E\u7684\u90E8\u5206",inputStartingTriggerKeyDescriptionForNoneKey:"\u76EE\u524D\u8A2D\u5B9A\u70BA\u7121\u9700\u524D\u7DB4\uFF0C\u66AB\u7121\u6CD5\u4F7F\u7528\u8F38\u5165\u6846\u7684\u90E8\u5206\u6587\u5B57\u7FFB\u8B6F\u529F\u80FD",inputTrailingTriggerKeyTitle:"\u9078\u64C7\u4E00\u500B\u8F38\u5165\u7D50\u675F\u7684\u89F8\u767C\u5B57\u7B26",inputTrailingTriggerKeyDescription:"\u5FEB\u901F\u9023\u64CA3 \u6B21{trailingKey} \u5C07\u6703\u958B\u59CB\u7FFB\u8B6F",inputTrailingTriggerKeyTimeout:"\u8F38\u5165\u7D50\u675F\u9023\u64CA\u89F8\u767C\u7684\u9593\u9694\u6642\u9593",inputTrailingTriggerKeyTimeoutDescription:"\u8A2D\u7F6E\u8F38\u5165\u7D50\u675F\u9023\u64CA\u89F8\u767C\u7684\u9593\u9694\u6642\u9593\uFF08\u6BEB\u79D2\uFF09",spaceKey:"<\u7A7A\u683C\u9375>",noneKey:"\u7121\u9700\u524D\u7DB4\uFF0C\u76F4\u63A5\u7FFB\u8B6F\u6574\u500B\u6587\u5B57\u6846",inputTranslationBlockUrlsTitle:"\u5207\u52FF\u5728\u4EE5\u4E0B\u7DB2\u5740\u4E2D\u555F\u7528\u8F38\u5165\u6846\u589E\u5F37",inputTranslationBlockUrlsDescription:"\u5728\u4EE5\u4E0B\u7DB2\u5740\u4E2D\uFF0C\u8F38\u5165\u6846\u589E\u5F37\u5C07\u4E0D\u6703\u751F\u6548",inputHelperInfo:"\u8AAA\u660E\uFF1A\u6211\u5011\u7279\u5225\u91DD\u5C0D\u5728\u4E2D\u6587\u8F38\u5165\u6CD5\u4E0B\u90E8\u5206\u89F8\u767C\u5B57\u7B26\u6703\u8B8A\u6210\u4E2D\u6587\u6A19\u9EDE\u7B26\u865F\u9019\u4EF6\u4E8B\u505A\u4E86\u512A\u5316\uFF0C\u6BD4\u5982\u641C\u72D7\u8F38\u5165\u6CD5\u4E0B / \u6703\u8B8A\u6210\u9813\u865F \u3001\uFF0C\u6C89\u6D78\u5F0F\u7FFB\u8B6F\u652F\u6301\u6240\u6709\u89F8\u767C\u7B26\u5C0D\u61C9\u7684\u4E2D\u6587\u7B26\u865F\uFF0C\u4E5F\u5C31\u662F\u8AAA // \u3001\u3001 \u90FD\u6703\u88AB\u8B58\u5225\u70BA\u89F8\u767C\u5B57\u7B26\u3002

\u540C\u6642\u6211\u5011\u4E5F\u652F\u6301\u8A9E\u8A00\u4EE3\u78BC\u7684\u4E2D\u6587\u5225\u540D\u4F5C\u70BA\u547D\u4EE4\uFF0C\u6BD4\u5982 /\u65E5\u6587 \u4F60\u597D\u4E16\u754C \u6703\u88AB\u7FFB\u8B6F\u70BA\u65E5\u6587\uFF0C<1>\u9EDE\u6B64\u67E5\u770B\u6240\u6709\u652F\u63F4\u7684\u8A9E\u8A00\u4EE3\u78BC\u3002",reloadCurrentPage:"\u8ACB\u5148\u5237\u65B0\u76EE\u524D\u9801\u9762\uFF0C\u518D\u958B\u59CB\u7FFB\u8B6F",noLocalFilePermissionForPDF:"\u66AB\u7121\u6B0A\u9650\u8B80\u53D6\u672C\u6A5F\u6587\u4EF6\uFF0C\u8ACB\u9EDE\u9078\u4E0A\u65B9\u6309\u9215\uFF0C\u7136\u5F8C\u532F\u5165\u672C\u6A5F\u6587\u4EF6",noPermissionForThisPage:"\u26A0\uFE0F \u66AB\u7121\u6B0A\u9650\u7FFB\u8B6F\u76EE\u524D\u9801\u9762","error.retry":"\u91CD\u8A66","error.reason":"\u932F\u8AA4\u539F\u56E0",retryAllParagraphs:"\u91CD\u8A66\u5168\u90E8\u932F\u8AA4\u6BB5\u843D",retryAllButton:"\u91CD\u8A66\u5168\u90E8\u932F\u8AA4\u6BB5\u843D",errorTooltipTitle:"\u9EDE\u64CA\u770B\u932F\u8AA4\u539F\u56E0",errorModalTitle:"\u7FFB\u8B6F\u670D\u52D9\u6216\u7DB2\u8DEF\u4F3C\u4E4E\u51FA\u4E86\u9EDE\u554F\u984C...",disableConfirm:"\u7981\u7528\u78BA\u8A8D",disableOnce:"\u7981\u7528\u4E00\u6B21",disableGlobal:"\u5168\u5C40\u7981\u7528",disableTint:"* \u60A8\u53EF\u4EE5\u5728 {option} \u4E2D\u91CD\u65B0\u555F\u7528\u3002",searchEnhancementNotes:"\u6211\u5011\u767C\u73FE\uFF0C\u4E2D\u6587\u95DC\u9375\u8A5E\u548C\u82F1\u6587\u95DC\u9375\u8A5E\u7684\u65B0\u805E\u7D50\u679C\u6709\u975E\u5E38\u5927\u7684\u4E0D\u540C\uFF0C\u5728\u555F\u7528\u6C89\u6D78\u5F0F\u7FFB\u8B6F\u96D9\u8A9E\u4FE1\u606F\u589E\u5F37\u529F\u80FD\u5F8C\uFF0C\u6211\u5011\u6703\u5728\u652F\u6301\u7684\u7DB2\u7AD9\uFF08\u8C37\u6B4C\u65B0\u805E\uFF0C\u8C37\u6B4C\u641C\u7D22\uFF08\u90E8\u5206\u95DC\u9375\u8A5E\uFF09\uFF0C\u96EA\u7403\uFF0C\u6771\u65B9\u8CA1\u5BCC\u7DB2\uFF0C\u5BCC\u9014\uFF0C\u8001\u864E\uFF09\u81EA\u52D5\u7528\u82F1\u6587\u70BA\u4F60\u641C\u7D22\u540C\u6A23\u7684\u95DC\u9375\u8A5E\u4E26\u5C55\u793A\u5728\u53F3\u5074\u3002\u5982\u679C\u4F60\u4E0D\u9700\u8981\u8A72\u529F\u80FD\u7684\u8A71\uFF0C\u53EF\u4EE5\u9078\u64C7\u7981\u7528\u5B83\u3002",option:"\u9078\u9805",saveSettings:"\u5132\u5B58\u8A2D\u5B9A",closeModal:"\u95DC\u9589\u8996\u7A97",enableInputTranslationWithoutTriggerKeyTitle:"\u555F\u7528\u5FEB\u901F\u9023\u64CA3 \u6B21{trailingKey}\uFF0C\u76F4\u63A5\u7FFB\u8B6F\u6574\u500B\u8F38\u5165\u6846\u70BA{inputTargetLanguage}",enableInputTranslationWithoutTriggerKeyDescription:"\u5982\u9700\u6307\u5B9A\u76EE\u6A19\u8A9E\u8A00\uFF0C\u8ACB\u5728\u524D\u9762\u52A0\u4E0A\u8A9E\u8A00\u7A0B\u5F0F\u78BC\uFF0C\u5982\uFF1Aja \u4F60\u597D\u4E16\u754C",deepLProName:"\u6C89\u6D78\u5F0F\u7FFB\u8B6FPro \u6703\u54E1(\u63A8\u85A6)",deepLProDescription:"\u76EE\u524D\u5957\u9910\u53EF\u4EE5\u76F4\u63A5\u4F7F\u7528",deeplProDescriptionForNormal:"\u7121\u9700\u4EFB\u4F55\u8A2D\u7F6E\uFF0C\u6703\u54E1\u767B\u5165\u5F8C\u5373\u53EF\u4F7F\u7528\uFF0C<1>\u9EDE\u6B64\u5347\u7D1A\u70BA\u6703\u54E1",deepLCustomDescription:"\u9700\u8981\u570B\u5916\u4FE1\u7528\u5361\uFF0C\u5728<1>DeepL\u5B98\u65B9\u958B\u901A\uFF0C\u9EDE\u9078\u67E5\u770B<2>\u6587\u6A94",deepLCustomName:"\u81EA\u8A02Auth Key",chooseProviderLabel:"\u9078\u64C7\u4E00\u500B\u670D\u52D9\u63D0\u4F9B\u8005",openaiProName:"\u6C89\u6D78\u5F0F\u7FFB\u8B6FPro \u6703\u54E1(\u63A8\u85A6)",openaiProDescription:"\u76EE\u524D\u5957\u9910\u53EF\u4EE5\u76F4\u63A5\u4F7F\u7528",openaiProDescriptionForNormal:"\u7121\u9700\u4EFB\u4F55\u8A2D\u7F6E\uFF0C\u6703\u54E1\u767B\u5165\u5F8C\u5373\u53EF\u4F7F\u7528\uFF0C<1>\u9EDE\u6B64\u5347\u7D1A\u70BA\u6703\u54E1",openaiCustomDescription:"\u53EF\u5728OpenAI, Azure OpenAI, \u6216\u5176\u4ED6\u7B2C\u4E09\u65B9\u670D\u52D9\u7372\u53D6\uFF0C<1>\u9EDE\u6B64\u67E5\u770B\u6587\u6A94",openaiCustomName:"\u81EA\u8A02API Key",needLoginAction:"(\u958B\u901A\u6703\u54E1\u6216\u81EA\u8A02)",goLoginOrAction:"(\u958B\u901A\u6703\u54E1\u6216\u53BB\u8A2D\u5B9A)",yearly:"\u5E74\u5EA6\u7E8C\u8A02",quarterly:"\u5B63\u5EA6\u7E8C\u8A02",monthly:"\u6BCF\u6708\u7E8C\u8A02",yearlyForOnce:"\u4E00\u6B21\u6027\u5E74\u5EA6\u5957\u9910",monthlyForOnce:"\u4E00\u6B21\u6027\u6708\u5EA6\u5957\u9910",daily:"\u6BCF\u65E5\u7E8C\u8A02",year:"\u5E74\u5EA6\u7E8C\u8A02",quarter:"\u5B63\u5EA6\u7E8C\u8A02",month:"\u6BCF\u6708\u7E8C\u8A02",day:"\u6BCF\u65E5\u7E8C\u8A02",onetime_7day:"7 \u5929\u9AD4\u9A57\u5305",currentPlanDescriptionForFree:"\u76EE\u524D\u5957\u9910\uFF1A\u514D\u8CBB",currentPlanDescriptionForContinuous:"\u76EE\u524D\u5957\u9910\uFF1A{plan}\uFF0C\u5C07\u65BC {endAt} \u81EA\u52D5\u7E8C\u8CBB",currentPlanDescriptionForAutoRenewCaceling:"\u76EE\u524D\u5957\u9910\uFF1A{plan}\uFF0C\u5C07\u65BC {endAt} \u5230\u671F\uFF0C\u5230\u671F\u5F8C\u5C07\u4E0D\u6703\u81EA\u52D5\u7E8C\u7D04",currentYearlyPlanDescriptionForAutoRenewCacelingWithRealPaiedUser:"\u76EE\u524D\u5957\u9910\uFF1A{plan}\uFF0C\u5C07\u65BC {endAt} \u5230\u671F\uFF0C\u5230\u671F\u5F8C\u5C07\u4E0D\u6703\u81EA\u52D5\u7E8C\u7D04\u3002
<1>\u9EDE\u6B64\u7BA1\u7406\u7E8C\u8CBB\u65B9\u6848",currentYearlyPlanDescriptionForAutoRenewCacelingWithAdmin:"\u76EE\u524D\u5957\u9910\uFF1A{plan}\uFF0C\u5C07\u65BC {endAt} \u5230\u671F\uFF0C\u5230\u671F\u5F8C\u5C07\u4E0D\u6703\u81EA\u52D5\u7E8C\u7D04\u3002
<1>\u9EDE\u6B64\u555F\u7528\u9023\u7E8C\u5305\u5E74",currentPlanDescriptionForOneTime:"\u76EE\u524D\u5957\u9910\uFF1A{plan}\uFF0C\u5C07\u65BC {endAt} \u5230\u671F\uFF0C<1>\u9EDE\u6B64\u5347\u7D1A\u70BA\u5E74\u8CBB\u6216<2>\u6708\u8CBB\u6703\u54E1",upgradePlan:"\u9EDE\u6B64\u5347\u7D1A\u70BAPro \u6703\u54E1",upgradeToPro:"\u5347\u7D1A\u70BA Pro \u6703\u54E1","popup.openPro":"\u5347\u7D1A\u70BA Pro \u6703\u54E1\u5F8C\u53EF\u4EE5\u66A2\u4EAB DeepL \u548C OpenAI \u7FFB\u8B6F\uFF0C\u9EDE\u6B64\u5347\u7D1A","popup.openProForPro":"\u60A8\u662F Pro \u6703\u54E1\uFF0C\u53EF\u76F4\u63A5\u4F7F\u7528 DeepL \u548C OpenAI \u7FFB\u8B6F",currentAccount:"\u7576\u524D\u8CEC\u6236",enableAutoSyncUserSettings:"\u555F\u7528\u591A\u8A2D\u5099\u81EA\u52D5\u96F2\u7AEF\u540C\u6B65",modalEnableInputTranslationTitle:"\u6C89\u6D78\u5F0F\u7FFB\u8B6F\u8F38\u5165\u6846\u7FFB\u8B6F\u63D0\u793A",modalEnableInputTranslationDesc:"\u60A8\u525B\u525B\u900F\u904E\u5FEB\u901F\u9023\u64CA3 \u6B21\u7A7A\u767D\u9375\u89F8\u767C\u4E86\u6C89\u6D78\u5F0F\u7FFB\u8B6F\u7684\u8F38\u5165\u6846\u7FFB\u8B6F\uFF0C\u8F38\u5165\u6846\u7684\u5167\u5BB9\u5C07\u7FFB\u8B6F\u70BA\u9810\u8A2D\u7684\u76EE\u6A19\u8A9E\u8A00\u3002\u900F\u904ECtrl+Z \u53EF\u4EE5\u64A4\u92B7\u7FFB\u8B6F\u3002

\u5982\u679C\u9019\u662F\u4E00\u500B\u5931\u8AA4\uFF0C\u4E0D\u7528\u64D4\u5FC3\uFF0C\u60A8\u53EF\u4EE5\u9078\u64C7\u672C\u6B21\u505C\u7528\uFF0C\u6216\u6C38\u4E45\u505C\u7528\u8F38\u5165\u6846\u7FFB\u8B6F\u3002",saveAndNotShowAgain:"\u5132\u5B58\u4E14\u4E0D\u518D\u63D0\u793A",disableInputTranslationTips:"* \u4F60\u4E5F\u53EF\u4EE5\u5728 {option} \u4E2D\u8A2D\u5B9A\u5176\u4ED6\u5FEB\u6377\u9375\u4F86\u89F8\u767C\uFF0C{learnMore}\u3002",learnMore:"\u9EDE\u6B64\u4E86\u89E3\u66F4\u591A",continueEnalbeInputTranslation:"\u7E7C\u7E8C\u555F\u7528\u8F38\u5165\u6846\u7FFB\u8B6F",autoRenewTrialSuffix:'\uFF08\u8A66\u7528\u4E2D\uFF0C\u7ACB\u523B\u5347\u7D1A\u70BA\u6B63\u5F0F\u6703\u54E1\uFF09',upgradeFromTrialTitle:"\u5347\u7D1A\u70BA\u6B63\u5F0F\u6703\u54E1",subtitle:"\u5F71\u7247\u5B57\u5E55",youtubeService:"\u6C89\u6D78\u5F0F\u7FFB\u8B6F\u5F71\u7247\u5B57\u5E55\u670D\u52D9","subtitle.disabledSubtitle":"\u6C38\u4E45\u7981\u7528\u8996\u983B\u5B57\u5E55\u529F\u80FD","subtitle.disabledSubtitleDescription":"\u5982\u679C\u6C89\u6D78\u5F0F\u7FFB\u8B6F\u7684\u8996\u983B\u5B57\u5E55\u548C\u5176\u4ED6\u64F4\u5C55\u6709\u885D\u7A81\uFF0C\u4F60\u53EF\u4EE5\u9078\u64C7\u6C38\u4E45\u7981\u7528\u6C89\u6D78\u5F0F\u7FFB\u8B6F\u7684\u8996\u983B\u5B57\u5E55\u529F\u80FD\u6216\u8005\u5378\u8F09\u5176\u4ED6\u885D\u7A81\u7684\u64F4\u5C55","subtitle.autoEnableSubtitleDescription":"\u555F\u7528\u5F8C\uFF0C\u7576\u5F71\u7247\u64AD\u653E\u7684\u6642\u5019\uFF0C\u6703\u81EA\u52D5\u986F\u793A\u96D9\u8A9E\u5B57\u5E55\uFF0C\u5426\u5247\u9700\u8981\u9EDE\u64CA\u7FFB\u8B6F\u6309\u9215\u624D\u6703\u986F\u793A\u3002","subtitle.preTranslation":"\u512A\u5148\u4F7F\u7528\u6C89\u6D78\u5F0F\u7FFB\u8B6F\u5B57\u5E55","subtitle.preTranslationDescription":"\u555F\u7528\u5F8C\u6703\u512A\u5148\u7528\u4E0B\u9762\u7684\u7FFB\u8B6F\u670D\u52D9\u63D0\u524D\u7FFB\u8B6F\u6574\u500B\u5B57\u5E55\uFF0C1 \u5C0F\u6642\u7684\u8996\u8A0A\u5927\u6982\u6D88\u8017 5\u842C Tokens \u6216 \u5B57\u7B26\uFF0C\u8ACB\u914C\u60C5\u4F7F\u7528\uFF1B\u95DC\u9589\u5F8C\u5247\u512A\u5148\u4F7F\u7528\u539F\u5F71\u7247\u81EA\u5E36\u7684\u6A5F\u7FFB\u5B57\u5E55","subtitle.humanSubtitlesPreferred":"\u512A\u5148\u4F7F\u7528\u4EBA\u5DE5\u5B57\u5E55","subtitle.humanSubtitlesPreferredDescription":"\u7576\u5F71\u7247\u6709\u76EE\u6A19\u8A9E\u8A00\u4EBA\u5DE5\u5B57\u5E55\u6642\uFF0C\u512A\u5148\u4F7F\u7528\u4EBA\u5DE5\u5B57\u5E55\uFF08\u63A8\u85A6\uFF09","subtitle.bilingual":"\u96D9\u8A9E\u5B57\u5E55","subtitle.autoDisableSubtitle":"\u4E0D\u81EA\u52D5\u555F\u7528\u96D9\u8A9E\u5B57\u5E55","subtitle.hideQuickButton":"\u4E0D\u518D\u986F\u793A\u8A72\u5FEB\u6377\u65B9\u5F0F","subtitle.showQuickButton":"\u986F\u793A\u96D9\u8A9E\u5B57\u5E55\u5FEB\u6377\u65B9\u5F0F","subtitle.showQuickButtonDescription":"\u5728\u8996\u983B\u64AD\u653E\u5668\u53F3\u4E0B\u89D2\u63D0\u4F9B\u555F\u7528\u96D9\u8A9E\u5B57\u5E55\u7684\u5FEB\u6377\u65B9\u5F0F",videoSubtitleTranslationDescription:"\u70BA\u5F71\u7247\u5B57\u5E55\u55AE\u7368\u6307\u5B9A\u4E00\u500B\u7FFB\u8B6F\u670D\u52D9",subtitleTranslating:"\u6B63\u5728\u4F7F\u7528 {service} \u670D\u52D9\u7FFB\u8B6F\u5B57\u5E55\u4E2D\uFF0C\u8ACB\u7A0D\u7B49...\uFF08\u6C89\u6D78\u5F0F\u7FFB\u8B6F\uFF09",subtitleLoading:"\u6B63\u5728\u8F09\u5165\u5B57\u5E55...",bilingual:"\u96D9\u8A9E","field.action":"\u662F\u5426\u555F\u7528\u767E\u5EA6\u8853\u8A9E","description.action":"\u555F\u7528\u5F8C\u6703\u5728\u8ACB\u6C42\u4E2D\u52A0\u5165 action=1 \u7684\u53C3\u6578\uFF0C\u4EE5\u4FBF\u544A\u77E5\u767E\u5EA6\u555F\u7528\u8853\u8A9E\uFF0C<1>\u66F4\u591A\u8AAA\u660E\u8ACB\u53C3\u8003\u5B98\u65B9\u6587\u6A94",closeQuickTranslation:"\u95DC\u9589\u61F8\u6D6E\u7403","closeQuickTranslation.untilNext":"\u672C\u6B21\u95DC\u9589\u76F4\u5230\u4E0B\u6B21\u8A2A\u554F","closeQuickTranslation.currentWebsite":"\u7576\u524D\u7DB2\u7AD9\u7981\u7528","closeQuickTranslation.alwaysClose":"\u6C38\u4E45\u7981\u7528","closeQuickTranslation.settingOpen":"\uFF08\u53EF\u5728<1>\u8A2D\u5B9A\u9801\u958B\u555F\uFF09","closeQuickTranslation.cancel":"\u53D6\u6D88","closeQuickTranslation.confirm":"\u78BA\u5B9A","floatBall.popup":"\u6253\u958B\u5FEB\u6377\u8A2D\u5B9A\u9762\u677F","floatBall.translate":"\u9EDE\u64CA\u7FFB\u8B6F\u8A72\u9801\u9762","floatBall.showOriginal":"\u9EDE\u64CA\u5207\u63DB\u5230\u539F\u6587","floatBall.close":"\u95DC\u9589\u61F8\u6D6E\u7403","floatBallOptions.enableDescPc":"\u555F\u7528\u9801\u9762\u61F8\u6D6E\u7403\u5F8C\uFF0C\u6703\u5728\u9801\u9762\u53F3\u5074\u986F\u793A\u4E00\u500B\u5FEB\u6377\u7FFB\u8B6F\u6309\u9215\uFF0C\u9EDE\u64CA\u5373\u53EF\u7FFB\u8B6F","floatBallOptions.enableDesc":"\u95DC\u9589\u61F8\u6D6E\u7403\u5F8C\uFF0C\u53EF\u4EE5\u7528{touch}\u559A\u8D77\u3002\u70BA\u9632\u6B62\u4E0D\u614E\u95DC\u9589\u8A72\u9078\u9805\u5F8C\u627E\u4E0D\u5230\u61F8\u6D6E\u7403\uFF0C\u5F37\u70C8\u5EFA\u8B70\u6536\u85CF\u672C\u8A2D\u5B9A\u9801","description.azureApiUrl":"\u586B\u5165\u81EA\u8A02\u7684API\u4F4D\u5740",shareBtnTitle:"\u9EDE\u64CA\u751F\u6210\u7DB2\u9801\u5FEB\u7167","floatBall.share":"\u751F\u6210\u7DB2\u9801\u5FEB\u7167","floatBall.guideClickToTranslate":`\u9EDE\u64CA\u6C89\u6D78\u5F0F\u7FFB\u8B6F\u61F8\u6D6E\u7403 + {env.imt_sub_trans_field}: \u8BD1\u6587`,"browser.PdfProFile":"AI \u9A71\u52A8\u7684 PDF Pro \u7FFB\u8BD1","browser.textTranslate":"\u6587\u672C\u7FFB\u8BD1"};var Cl={nologin:"\u672A\u767B\u9304",loginForSafari:"\u767B\u5165\u6216\u8A3B\u518A",login:"\u767B\u9304",goLogin:"\u53BB\u767B\u9304",manageAccount:"\u7BA1\u7406\u8CEC\u6236",openPremium:"\u958B\u901A\u6703\u54E1",logout:"\u9000\u51FA",curentPlan:"\u7576\u524D\u5957\u9910",endAt:"\u5230\u671F",endAuto:"\u81EA\u52D5\u7E8C\u671F",lineBreakMaxTextCount:"\u63DB\u884C\u5F8C\uFF0C\u6BCF\u53E5\u8A71\u5141\u8A31\u7684\u6700\u5927\u5B57\u5143\u6578\u91CF","translate-pdf":"\u9EDE\u9078\u7FFB\u8B6F PDF","noSupportTranslate-pdf":"\u8173\u672C\u4E0D\u652F\u63F4\uFF0C\u8ACB\u4F7F\u7528\u64F4\u5145\u5957\u4EF6","translate-firefox-local-pdf":"\u9EDE\u64CA\u53BB\u5C0E\u5165PDF",enableLineBreak:"\u958B\u555F\u9577\u6BB5\u843D\u81EA\u52D5\u63DB\u884C",sponsorLabel:"$1 \u8D77\u8D0A\u52A9\u958B\u767C\u8005 (\u6708\u4ED8\u6216\u50C5\u8D0A\u52A9\u4E00\u6B21\u5747\u53EF)",help:"\u8AAA\u660E",enableLineBreakDescription:"\u555F\u7528\u5F8C\uFF0C\u5C07\u6703\u5728\u9577\u6BB5\u843D\u4E2D\u6BCF\u53E5\u8A71\u7D50\u675F\u63D2\u5165\u63DB\u884C\u5B57\u5143\uFF0C\u4EE5\u4FBF\u65BC\u95B1\u8B80","browser.shortBrandName":"\u6C89\u6D78\u5F0F\u7FFB\u8B6F","browser.brandName":"\u6C88\u6D78\u5F0F\u7FFB\u8B6F - \u7DB2\u9801\u7FFB\u8B6F\u64F4\u5145 | PDF\u7FFB\u8B6F | \u514D\u8CBB","browser.brandDescription":"\u3010\u6C88\u6D78\u5F0F\u7FFB\u8B6F\u3011\u4E00\u6B3E\u514D\u8CBB\u7684\uFF08\u539F\u6587/\u8B6F\u6587\uFF09\u96D9\u8A9E\u5C0D\u7167\u7DB2\u9801\u7FFB\u8B6F\u64F4\u5145\uFF0C\u540C\u6642\u652F\u6301PDF\u7FFB\u8B6F\uFF08\u4FDD\u7559\u539F\u6587\u6A94\u6392\u7248\uFF09\uFF0C\u8996\u983B\u96D9\u8A9E\u5B57\u5E55\u7FFB\u8B6F\uFF08Youtube, Netflix\u7B49\uFF09\uFF0CEPUB\u96FB\u5B50\u66F8\u7FFB\u8B6F\u7B49\uFF1B\u652F\u6301\u8ABF\u7528\u4EBA\u5DE5\u667A\u80FDAI\u7FFB\u8B6F\u5927\u6A21\u578B\uFF08OpenAI (ChatGPT)\u3001DeepL\u3001Gemini(Bard) \u7B49 \uFF09\u5C0D\u4EE5\u4E0A\u5167\u5BB9\u9032\u884C\u66F4\u6E96\u78BA\u7684\u7FFB\u8B6F\uFF1B","browser.toggleTranslatePage":"\u7FFB\u8B6F\u7DB2\u9801/\u986F\u793A\u539F\u6587","browser.toggleTranslateTheWholePage":"\u7FFB\u8B6F\u9801\u9762\u5168\u90E8\u5340\u57DF/\u986F\u793A\u539F\u6587","browser.toggleTranslateToThePageEndImmediately":"\u7ACB\u5373\u7FFB\u8B6F\u5230\u9801\u9762\u5E95\u90E8/\u986F\u793A\u539F\u6587","browser.toggleTranslateTheMainPage":"\u7FFB\u8B6F\u9801\u9762\u4E3B\u8981\u5340\u57DF/\u986F\u793A\u539F\u6587","browser.shareToDraft":"\u751F\u6210\u7DB2\u9801\u5FEB\u7167","browser.openOptionsPage":"\u958B\u555F\u8A2D\u5B9A\u9801\u9762","browser.translateLocalPdfFile":"\u7FFB\u8B6F\u672C\u6A5F PDF \u6A94\u6848","browser.openEbookViewer":"\u95B1\u8B80\u672C\u6A5F\u96FB\u5B50\u66F8","browser.openEbookBuilder":"\u88FD\u4F5C\u96D9\u8A9E EPUB \u96FB\u5B50\u66F8","browser.translateLocalHtmlFile":"\u7FFB\u8B6F HTML/txt \u6A94\u6848","browser.donateContext":"\u4E86\u89E3\u8D0A\u52A9\u798F\u5229","browser.translateLocalSubtitleFile":"\u7FFB\u8B6F\u5B57\u5E55\u6A94\u6848",confirmResetConfig:"\u4F60\u78BA\u5B9A\u8981\u91CD\u8A2D\u8A2D\u5B9A\u55CE\uFF1F",translationLineBreakSettingTitle:"\u8B6F\u6587\u63DB\u884C\u8A2D\u5B9A",smartLineBreak:"\u667A\u6167\u63DB\u884C",alwaysLineBreak:"\u7E3D\u662F\u63DB\u884C",isShowContextMenu:"\u5C07\u7DB2\u9801\u7FFB\u8B6F\u529F\u80FD\u52A0\u5165\u53F3\u9375\u9078\u55AE",toggleBeta:"\u958B\u555F Beta \u6E2C\u8A66\u529F\u80FD",betaDescription:"\u555F\u7528\u4ECD\u5728\u5BE6\u9A57\u7684\u529F\u80FD\u4EE5\u53CA\u6E2C\u8A66\u4E2D\u7684\u7FFB\u8B6F\u670D\u52D9\u3002\u52A0\u5165 <1>Telegram \u7FA4\u7D44\u4E86\u89E3\u66F4\u591A\u3002",translationLineBreakSettingDescription:"\u7E3D\u662F\u63DB\u884C\u9069\u7528\u65BC\u8F03\u5C11\u5167\u5BB9\u7684\u7248\u9762\uFF0C\u66F4\u6574\u9F4A\u3002(\u5728\u5167\u5BB9\u8F03\u591A\u7684\u9577\u6BB5\u843D(\u8D85\u904E {count} \u500B\u5B57\u5143) \u4F7F\u7528\u667A\u6167\u63DB\u884C\u6703\u66F4\u7701\u7A7A\u9593)",tempTranslateDomainTitle:"\u81E8\u6642\u958B\u555F\u7DB2\u7AD9\u7FFB\u8B6F\u7684\u6642\u9577",tempTranslateDomainDescription:"\u7576\u624B\u52D5\u7FFB\u8B6F\u67D0\u500B\u7DB2\u9801\u7684\u6642\u5019\uFF0C\u81E8\u6642\u958B\u555F\u8A72\u7DB2\u7AD9\u70BA\u81EA\u52D5\u7FFB\u8B6F",xMinutes:"{count} \u5206\u9418",disabled:"\u505C\u7528",changelog:"\u66F4\u65B0\u8A18\u9304",toggleTranslatePageWhenThreeFingersOnTheScreen:"\u591A\u6307\u540C\u6642\u89F8\u6478\u87A2\u5E55\u5247\u7FFB\u8B6F\u7DB2\u9801/\u986F\u793A\u539F\u6587",toggleTranslationMaskWhenThreeFingersOnTheScreen:"\u591A\u6307\u540C\u6642\u89F8\u6478\u5247\u986F\u793A/\u96B1\u85CF\u8B6F\u6587\u6A21\u7CCA\u6548\u679C",addUrlDescription:"\u53EF\u4EE5\u70BA\u7DB2\u57DF\u540D\u7A31\uFF0C\u540C\u6642\u652F\u63F4\u842C\u7528\u5B57\u5143\uFF0C\u5982\uFF1A*.google.com, google.com/mail/*, https://www.google.com/*",general:"\u57FA\u672C\u8A2D\u5B9A",clickToExpandConfig:"\u5C55\u958B\u76EE\u524D\u8A2D\u5B9A",import:"\u5F9E\u6A94\u6848\u532F\u5165",export:"\u532F\u51FA\u70BA\u6A94\u6848",toggleDebug:"\u5728\u4E3B\u63A7\u53F0\u986F\u793A\u5075\u932F\u8A18\u9304","fingers.0":"\u95DC\u9589",mouseHoldKey:"+ {key} \u7FFB\u8B6F/\u9084\u539F\u8A72\u6BB5",mouseHoldKeyAuto:"\u76F4\u63A5\u7FFB\u8B6F\u8A72\u6BB5",mouseHoldKeyOff:"\u4E0D\u505A\u4EFB\u4F55\u4E8B\u60C5",mouseHoldKeyOther:"\u81EA\u5B9A\u7FA9\u5FEB\u6377\u9375(\u6253\u958B\u8A2D\u7F6E)",mouseHoldKeyCustomKey:"{key} \u7FFB\u8B6F/\u9084\u539F\u8A72\u6BB5","mouse-translate":"\u9F20\u6A19\u6ED1\u904E",document:"\u8AAA\u660E\u6587\u4EF6",resetSuccess:"\u91CD\u8A2D\u6240\u6709\u8A2D\u5B9A\u6210\u529F",resetThisSuccess:"\u91CD\u8A2D\u6210\u529F",saved:"\u5132\u5B58\u6210\u529F",successImportConfig:"\u6210\u529F\u532F\u5165\u8A2D\u5B9A",goAdvancedSettings:"\u524D\u5F80\u9032\u968E\u8A2D\u5B9A\u9801\u9762",goAdvancedInterfaceSettings:"\u524D\u5F80\u81EA\u8A02\u8A2D\u5B9A\u9801\u9762",advanced:"\u9032\u968E\u8A2D\u5B9A",advancedDescription:"\u6B63\u5E38\u60C5\u6CC1\u7121\u9700\u8A2D\u5B9A\uFF0C\u4FDD\u6301\u9810\u8A2D\u5373\u53EF\u3002\u50C5\u91DD\u5C0D\u66F4\u5C08\u696D\u7684\u4F7F\u7528\u8005\uFF0C\u63D0\u4F9B\u66F4\u500B\u4EBA\u5316\u7684\u8A2D\u5B9A\u9805\u76EE\u3002",developer:"\u958B\u767C\u8005\u8A2D\u5B9A",donateCafe:"\u50F9\u683C","translate to the bottom of the page":"\u9032\u5165\u7DB2\u9801\u5F8C\uFF0C\u662F\u5426\u7ACB\u5373\u7FFB\u8B6F\u5230\u9801\u9762\u5E95\u90E8\uFF1F",feedback:"\u554F\u984C\u56DE\u5831",toggleTranslatePage:"\u7FFB\u8B6F\u7DB2\u9801/\u986F\u793A\u539F\u6587",translateToThePageEndImmediatelyDescription:"\u555F\u7528\u5F8C\uFF0C\u9032\u5165\u7DB2\u9801\u5C07\u7ACB\u5373\u7FFB\u8B6F\u5F9E\u9802\u90E8\u5230\u5E95\u90E8\u7684\u5167\u5BB9\u3002\u95DC\u9589\u5247\u908A\u770B\u908A\u8B6F\u3002\uFF08\u4E0D\u63A8\u85A6\u958B\u555F\uFF09","translate all areas of the page":"\u662F\u5426\u7FFB\u8B6F\u7DB2\u9801\u6240\u6709\u5340\u57DF",translationAreaDescription:"\u555F\u7528\u5F8C\uFF0C\u7DB2\u9801\u7684\u6240\u6709\u5340\u57DF\u90FD\u6703\u88AB\u7FFB\u8B6F\u3002\u95DC\u9589\u5247\u4F7F\u7528\u9810\u8A2D\u7684\u667A\u6167\u8FA8\u8B58\uFF0C\u50C5\u7FFB\u8B6F\u4E3B\u8981\u5340\u57DF\u3002(\u4E0D\u63A8\u85A6\u958B\u555F)","the number of characters to be translated first":"\u76F4\u63A5\u7FFB\u8B6F\u9801\u9762\u524D\u591A\u5C11\u500B\u5B57\u5143\uFF0C\u800C\u7121\u9700\u7B49\u5F85\u6372\u52D5\u81F3\u53EF\u898B\u5340\u57DF","interface language":"\u4ECB\u9762\u8A9E\u8A00","display both the original text and the translation":"\u540C\u6642\u986F\u793A\u539F\u6587\u548C\u8B6F\u6587","keyboard shortcuts":"\u9375\u76E4\u5FEB\u901F\u9375",modify:"\u8B8A\u66F4\u5FEB\u901F\u9375",reset:"\u91CD\u8A2D",close:"\u95DC\u9589",homepage:"\u9996\u9801",more:"\u66F4\u591A",moreOptions:"\u5C55\u958B\u66F4\u591A\u81EA\u8A02\u9078\u9805",translateTheWholePage:"\u7FFB\u8B6F\u9801\u9762\u5168\u90E8\u5340\u57DF\uFF08\u5340\u5206\u65BC\u53EA\u7FFB\u8B6F\u4E3B\u8981\u5340\u57DF\uFF09",changeToTranslateTheWholePage:"\u5207\u63DB\u70BA\u7FFB\u8B6F\u6240\u6709\u5340\u57DF",changeToTranslateTheMainPage:"\u5207\u63DB\u70BA\u7FFB\u8B6F\u4E3B\u8981\u5340\u57DF",translateToThePageEndImmediately:"\u7ACB\u5373\u7FFB\u8B6F\u5230\u5E95\u90E8\uFF08\u5340\u5206\u65BC\u770B\u54EA\u8B6F\u54EA\uFF09",translateTheMainPage:"\u667A\u6167\u7FFB\u8B6F\u4E3B\u8981\u5340\u57DF","The local rules are up to date":"\u672C\u6A5F\u898F\u5247\u5DF2\u70BA\u6700\u65B0\uFF1A","Successfully synchronized with the latest official rules:":"\u6210\u529F\u540C\u6B65\u6700\u65B0\u5B98\u65B9\u898F\u5247\uFF1A","Checking for updates":"\u6B63\u5728\u6AA2\u67E5\u66F4\u65B0","Rules are being synchronized":"\u6B63\u5728\u540C\u6B65\u5B98\u65B9\u898F\u5247",localVersionIsTooOld:"\u672C\u6A5F\u5957\u4EF6\u7248\u672C\u904E\u820A\uFF0C\u8ACB\u5347\u7D1A\u5957\u4EF6\u81F3 {minVersion} \u6216\u66F4\u65B0\u7684\u7248\u672C\u518D\u5617\u8A66\u540C\u6B65",badUserscriptBrowser:"\u76EE\u524D\u700F\u89BD\u5668\u7121\u6CD5\u6B63\u78BA\u5BE6\u73FE\u6CB9\u7334\u5957\u4EF6\u7684\u4ECB\u9762\uFF0C\u8ACB\u4F7F\u7528\u5176\u4ED6<1>\u652F\u63F4\u6CB9\u7334\u5957\u4EF6\u7684\u700F\u89BD\u5668\u5982(Firefox Nightly \u7248\u672C)",foundNewVersion:"\u6709\u65B0\u7248\u672C\u53EF\u7528",theLocalExtensionIsUpToUpdate:"\u76EE\u524D\u5957\u4EF6\u5DF2\u662F\u6700\u65B0\u7248\u672C",failToSyncRules:"\u540C\u6B65\u6700\u65B0\u5B98\u65B9\u898F\u5247\u5931\u6557",retry:"\u9EDE\u6B64\u91CD\u8A66",failedReason:"\u5931\u6557\u539F\u56E0",currentRuleVersion:"\u76EE\u524D\u898F\u5247\u7248\u672C",calculating:"\u6B63\u5728\u8A08\u7B97",unknownError:"\u672A\u77E5\u7684\u932F\u8AA4",canNotFetchRemoteRule:"\u7121\u6CD5\u53D6\u5F97\u9060\u7AEF\u898F\u5247",enableAlphaSuccess:"\u5DF2\u555F\u7528 Alpha \u529F\u80FD",disableAlphaSuccess:"\u5DF2\u505C\u7528 Alpha \u529F\u80FD",cacheSize:"\u5FEB\u53D6\u5927\u5C0F\uFF1A",cleaning:"\u6B63\u5728\u6E05\u7406",cleanCache:"\u6E05\u9664\u5FEB\u53D6",options:"\u9078\u9805",about:"\u95DC\u65BC",service:"\u7FFB\u8B6F\u670D\u52D9",needAction:"(\u524D\u5F80\u8A2D\u5B9A)",goSettings:"\u524D\u5F80\u8A2D\u5B9A",needActionForOptions:"(\u9700\u8A2D\u5B9A)",translationEngine:"\u5F15\u64CE\u9078\u9805",sourceLanguage:"\u539F\u6587\u8A9E\u8A00",target:"\u76EE\u6A19\u8A9E\u8A00",popupSourceLanguage:"\u539F\u6587\u8A9E\u8A00",popupTarget:"\u76EE\u6A19\u8A9E\u8A00",popupService:"\u7FFB\u8B6F\u670D\u52D9",forThisSite:"\u7576\u524D\u7DB2\u7AD9",autoEnableSubtitle:"\u81EA\u52D5\u958B\u555F\u96D9\u8A9E\u5B57\u5E55",alwaysTranslate:"\u7E3D\u662F\u7FFB\u8B6F",neverTranslate:"\u6C38\u4E0D\u7FFB\u8B6F",neverTranslateSomeLanguage:"\u6C38\u4E0D\u7FFB\u8B6F {language}",alwaysTranslateSomeSite:"\u7E3D\u662F\u7FFB\u8B6F {hostname}",neverTranslateSomeSite:"\u6C38\u4E0D\u7FFB\u8B6F {hostname}",alwaysTranslateSomeSiteOrWildSite:"\u7E3D\u662F\u7FFB\u8B6F\u7DB2\u7AD9",alwaysTranslateSomePage:"\u7E3D\u662F\u7FFB\u8B6F\u8A72\u7DB2\u9801",add:"\u65B0\u589E",default:"\u9810\u8A2D",forThisLanguage:"\u91DD\u5C0D\u8A72\u8A9E\u8A00\uFF1A","add url":"\u8F38\u5165 URL",edit:"\u7DE8\u8F2F",pickAll:"\u5168\u9078","translate other languages into specific language":"\u5C07\u5176\u5B83\u8A9E\u8A00\u7FFB\u8B6F\u70BA\u4F60\u8A2D\u5B9A\u7684\u8A9E\u8A00","select translation service":"\u9078\u64C7\u4F60\u60F3\u7528\u7684\u7FFB\u8B6F\u670D\u52D9",language:"\u8A9E\u8A00","show-original":"\u986F\u793A\u539F\u6587",translate:"\u7FFB\u8B6F",Translated:"\u5DF2\u7FFB\u8B6F",Translating:"\u6B63\u5728\u7FFB\u8B6F",Error:"\u932F\u8AA4",allowCacheTranslations:"\u555F\u7528\u672C\u6A5F\u7FFB\u8B6F\u5FEB\u53D6\uFF08\u6E1B\u5C11\u91CD\u8907\u6BB5\u843D\u7684\u7FFB\u8B6F\u8981\u6C42\uFF09","translation display":"\u8B6F\u6587\u986F\u793A\u6A23\u5F0F","select diplay style":"\u5340\u5206\u8B6F\u6587\u7684\u6A23\u5F0F\uFF0C\u5177\u9AD4\u53EF\u53C3\u8003\u4E0B\u5217\u7BC4\u4F8B",interface:"\u4ECB\u9762\u8A2D\u5B9A",import_export:"\u532F\u5165/\u532F\u51FA",import_export_title:"\u532F\u5165/\u532F\u51FA\u8A2D\u5B9A",syncToGoogleDrive:"\u7ACB\u5373\u8207 Google Drive \u540C\u6B65","floatBallOptions.enable":"\u555F\u7528\u61F8\u6D6E\u7403","floatBallOptions.blockUrls":"\u7981\u7528\u7DB2\u7AD9","floatBallOptions.add":"\u6DFB\u52A0","floatBallOptions.blockUrlDesc":"\u7576\u9047\u5230\u4EE5\u4E0B\u7DB2\u7AD9\u6642\u4E0D\u986F\u793A\u61F8\u6D6E\u7403","floatBallOptions.clickType":"\u9EDE\u64CA\u884C\u70BA","floatBallOptions.clickTypeDesc":"\u61F8\u6D6E\u7403\u5716\u6A19\u9EDE\u64CA\u6642\u7684\u884C\u70BA","floatBallOptions.clickPopup":"\u986F\u793A\u7FFB\u8B6F\u9762\u677F","floatBallOptions.clickTranslate":"\u7FFB\u8B6F/\u986F\u793A\u539F\u6587","floatBallOptions.fixedPosition":"\u56FA\u5B9A\u4F4D\u7F6E","floatBallOptions.fixedPositionDesc":"\u61F8\u6D6E\u7403\u5728\u7A97\u53E3\u5DE6\u5074\u9084\u662F\u53F3\u5074","floatBallOptions.fixedPositionLeft":"\u5DE6\u5074","floatBallOptions.fixedPositionRight":"\u53F3\u5074",previewAllThemes:"\u9810\u89BD\u5168\u90E8\u6A23\u5F0F","translationTheme.none":"\u7121","translationTheme.grey":"\u9ED1\u7070\u8272","translationTheme.dashed":"\u7834\u6298\u865F\u5E95\u7DDA","translationTheme.dotted":"\u9EDE\u72C0\u5E95\u7DDA","translationTheme.dashedBorder":"\u865B\u7DDA\u6846\u7DDA","translationTheme.solidBorder":"\u5BE6\u7DDA\u6846\u7DDA","translationTheme.underline":"\u76F4\u7DDA\u5E95\u7DDA","translationTheme.mask":"\u6A21\u7CCA\u6548\u679C\uFF08\u5B78\u7FD2\u6A21\u5F0F\uFF09","translationTheme.opacity":"\u900F\u660E\u6548\u679C","translationTheme.paper":"\u767D\u7D19\u9670\u5F71\u6548\u679C","translationTheme.dividingLine":"\u5206\u9694\u7DDA","translationTheme.highlight":"\u9192\u76EE\u63D0\u793A","translationTheme.marker":"\u99AC\u514B\u7B46","translationTheme.marker2":"\u99AC\u514B\u7B462","translationTheme.blockquote":"\u5F15\u7528\u6A23\u5F0F","translationTheme.weakening":"\u5F31\u5316","translationTheme.italic":"\u659C\u9AD4","translationTheme.bold":"\u7C97\u9AD4","translationTheme.thinDashed":"\u7D30\u7834\u6298\u865F\u5E95\u7DDA","translationTheme.nativeDashed":"\u7CFB\u7D71\u5167\u5EFA\u7834\u6298\u865F\u5E95\u7DDA","translationTheme.nativeDotted":"\u7CFB\u7D71\u5167\u5EFA\u9EDE\u72C0\u5E95\u7DDA","translationTheme.nativeUnderline":"\u7CFB\u7D71\u5167\u5EFA\u76F4\u7DDA\u5E95\u7DDA","translationTheme.wavy":"\u6CE2\u5F62\u66F2\u7DDA","translationServices.custom":"\u81EA\u5B9A\u7FA9API","translationServices.tencent":"\u9A30\u8A0A\u7FFB\u8B6F\u541B","translationServices.tenAlpha":"\u9A30\u8A0A\u7FFB\u8B6F\u541B(Alpha)","translationServices.google":"Google \u7FFB\u8B6F","translationServices.bai":"\u767E\u5EA6(Alpha)","translationServices.baidu":"\u767E\u5EA6\u7FFB\u8B6F","translationServices.aliyun":"\u963F\u91CC\u96F2\u7FFB\u8B6F","translationServices.volc":"\u706B\u5C71\u7FFB\u8B6F","translationServices.deeplx":"DeepLX(Beta)","translationServices.bing":"\u5FAE\u8F6F\u7FFB\u8B6F","translationServices.deepl":"DeepL","translationServices.wechat":"\u5FAE\u4FE1\u7FFB\u8B6F","translationServices.azure":"Azure \u7FFB\u8B6F","translationServices.ibm":"IBM Watson","translationServices.aws":"\u4E9E\u99AC\u905C\u7FFB\u8B6F","translationServices.mock":"\u6A21\u64EC\u7FFB\u8B6F","translationServices.mock2":"\u6A21\u64EC\u7FFB\u8B6F2","translationServices.caiyun":"\u5F69\u96F2\u5C0F\u8B6F","translationServices.cai":"\u5F69\u96F2\u5C0F\u8B6F (Alpha)","translationServices.volcAlpha":"\u706B\u5C71\u7FFB\u8B6F(Alpha)","translationServices.openl":"OpenL","translationServices.youdao":"\u6709\u9053\u7FFB\u8B6F","translationServices.you":"\u6709\u9053\u7FFB\u8B6F (Alpha)","translationServices.transmart":"\u9A30\u8A0A\u4EA4\u4E92\u7FFB\u8B6F","translationServices.niu":"\u5C0F\u725B\u7FFB\u8B6F","translationServices.papago":"Papago \u7FFB\u8B6F","translationServices.d":"Deepl(Alpha)","translationServices.dpro":"D Pro (Canary)","translationServices.openai":"OpenAI","translationServices.yandex":"Yandex","translationServices.chatgpt":"ChatGPT Web(3.5 mobile)","translate title":"\u7FFB\u8B6F\u9801\u9762\u6A19\u984C","always languages":"\u7E3D\u662F\u7FFB\u8B6F\u7684\u8A9E\u8A00",neverTranslateLanguagesLabel:"\u6C38\u4E0D\u7FFB\u8B6F\u7684\u8A9E\u8A00",neverTranslateTheFollowingLanguagesDescription:"\u7576\u9801\u9762\u4E2D\u67D0\u4E00\u6BB5\u843D\u7684\u8A9E\u8A00\u70BA\u4E0B\u5217\u8A9E\u8A00\u6642\uFF0C\u5C07\u8DF3\u904E\u7FFB\u8B6F",enableUserscriptPagePopup:"\u5728\u9801\u9762\u4E0A\u986F\u793A\u61F8\u6D6E\u7403",enableUserscriptPagePopupDescription:"\u95DC\u9589\u61F8\u6D6E\u7403\u5F8C\uFF0C\u53EF\u4EE5\u7528\u5FEB\u901F\u9375/{touch}\u518D\u6B21\u986F\u793A\u3002\u70BA\u9632\u6B62\u4E0D\u614E\u95DC\u9589\u8A72\u9078\u9805\u5F8C\u627E\u4E0D\u5230\u61F8\u6D6E\u7403\uFF0C\u5EFA\u8B70\u5C07\u672C\u8A2D\u5B9A\u9801\u9762\u52A0\u5165\u81F3\u6211\u7684\u6700\u611B","always translate the following languages":"\u7576\u9801\u9762\u8A9E\u8A00\u70BA\u4E0B\u5217\u8A9E\u8A00\u6642\uFF0C\u6703\u81EA\u52D5\u7FFB\u8B6F\u70BA\u76EE\u6A19\u8A9E\u8A00","always sites":"\u7E3D\u662F\u7FFB\u8B6F\u7684\u7DB2\u5740","always translate the following sites":"\u7576\u7DB2\u7AD9\u70BA\u4E0B\u5217\u7DB2\u57DF\u540D\u7A31\u6642\uFF0C\u6703\u81EA\u52D5\u7FFB\u8B6F\u70BA\u76EE\u6A19\u8A9E\u8A00","never sites":"\u6C38\u4E0D\u7FFB\u8B6F\u7684\u7DB2\u5740","never translate the following sites":"\u7576\u7DB2\u7AD9\u70BA\u4E0B\u5217\u7DB2\u57DF\u540D\u7A31\u6642\uFF0C\u5C07\u4E0D\u6703\u9032\u884C\u7FFB\u8B6F","please refer to":"\u9700\u8981\u586B\u5BEB\u91D1\u9470\u5F8C\u624D\u53EF\u4F7F\u7528\uFF0C\u8A73\u7D30\u8CC7\u8A0A\u8ACB\u53C3\u8003",KeyAndConfigurationTutorial:"\u300A\u91D1\u9470\u7533\u8ACB\u548C\u8A2D\u5B9A\u6559\u5B78\u300B",useAboveStyleForTheseSites:"\u7576\u7DB2\u7AD9\u70BA\u4E0B\u5217\u7DB2\u57DF\u540D\u7A31\u6642\uFF0C\u7E3D\u662F\u4F7F\u7528 \u2308{theme}\u230B \u8B6F\u6587\u6A23\u5F0F",currentUrl:"\u76EE\u524D\u7DB2\u5740",confirm:"\u5132\u5B58",cancel:"\u53D6\u6D88",delete:"\u522A\u9664","languages.auto":"\u81EA\u52D5\u5075\u6E2C",syncToCloud:"\u540C\u6B65\u81F3\u96F2\u7AEF",syncToCloudDescription:"\u4E0A\u50B3\u81F3\u96F2\u7AEF\u5F8C\uFF0C\u53EF\u4EE5\u5728\u4E0D\u540C\u7684\u700F\u89BD\u5668/\u6CB9\u7334\u8173\u672C\u4E4B\u9593\u540C\u6B65\u8A2D\u5B9A\uFF0C\u4EE5\u6700\u5F8C\u8B8A\u66F4\u6642\u9593\u70BA\u6E96\u3002",syncToAccount:"\u540C\u6B65\u5230\u8CEC\u6236",syncToAccountButton:"\u7ACB\u5373\u8207\u96F2\u7AEF\u540C\u6B65",syncToAccountDescription:"\u4E0A\u50B3\u5230\u5DF2\u767B\u9304\u8CEC\u6236\uFF0C\u53EF\u4EE5\u5728\u4E0D\u540C\u7684\u8A2D\u5099\u4E4B\u9593\u540C\u6B65\u914D\u7F6E\uFF0C\u4EE5\u6700\u5F8C\u4FEE\u6539\u6642\u9593\u70BA\u6E96\u3002",successSyncConfigInAccount:"\u6210\u529F\u8207\u8CEC\u6236\u4FDD\u6301\u540C\u6B65",successSyncConfigToAccount:"\u6210\u529F\u540C\u6B65\u5230\u8CEC\u6236",syncConfigNoUpdate:"\u5DF2\u7D93\u662F\u6700\u65B0\u7684\u4E86",authFail:"\u6388\u6B0A\u5931\u6557",syncTitle:"\u624B\u52D5\u5099\u4EFD\u7BA1\u7406",import_hint:"\u532F\u5165",upload:"\u4E0A\u50B3",revokeAuth:"\u64A4\u92B7\u6388\u6B0A",uploadFail:"\u4E0A\u50B3\u5931\u6557",download:"\u4E0B\u8F09",importSuccess:"\u532F\u5165\u6210\u529F",importFail:"\u532F\u5165\u5931\u6557",deleteFail:"\u522A\u9664\u5931\u6557",backupToCloud:"\u624B\u52D5\u7BA1\u7406\u5099\u4EFD\u6A94\u6848",create_new_backup:"\u65B0\u589E\u5099\u4EFD\u7BC0\u9EDE",maxBackupFiles:"\u6700\u591A\u53EF\u4EE5\u5099\u4EFD{count}\u500B\u4E0D\u540C\u7684\u7BC0\u9EDE\uFF0C\u8ACB\u522A\u9664\u4E0D\u9700\u8981\u7684\u7BC0\u9EDE",backupToCloudDescription:"\u624B\u52D5\u4E0A\u50B3\u6216\u9084\u539F\u5099\u4EFD\u6A94\u6848\uFF0C\u6700\u591A\u5141\u8A31 3 \u500B\u4E0D\u540C\u7684\u5099\u4EFD",successSyncConfig:"\u6210\u529F\u8207\u96F2\u7AEF\u4FDD\u6301\u540C\u6B65",syncFail:"\u540C\u6B65\u5931\u6557",updatedAt:"\u66F4\u65B0\u65BC {date}",lastSyncedAt:"\u4E0A\u6B21\u6AA2\u67E5\u65BC {date}",downloadFail:"\u4E0B\u8F09\u5931\u6557",clickToDownload:"\u9EDE\u9078\u4E0B\u8F09",aboutLabel:"\u95DC\u65BC - \u554F\u984C\u56DE\u5831","browser.openAboutPage":"\u95DC\u65BC/\u554F\u984C\u56DE\u5831",aboutLabelWithoutSponsor:"\u95DC\u65BC - \u554F\u984C\u56DE\u5831",aboutIntro:"\u5E0C\u671B\u6211\u5011\u90FD\u80FD\u66F4\u52A0\u5BB9\u6613\u4E14\u6109\u6085\u5730\u7372\u53D6\u7DB2\u969B\u7DB2\u8DEF\u4E0A\u66F4\u591A\u7684\u5916\u8A9E\u8CC7\u8A0A \u2764\uFE0F \u4F60\u53EF\u4EE5\u9078\u64C7\u958B\u901A <6>Pro\u6703\u54E1 \u4F86\u4F7F\u7528\u958B\u7BB1\u5373\u7528\u7684 DeepL \u548C OpenAI \u7FFB\u8B6F\u3002

\u4F60\u53EF\u4EE5\u95DC\u6CE8\u6211\u4EEC\u7684<3>Twitter\uFF0C<4>Telegram \u983B\u9053\u4EE5\u53CA\u4E0B\u65B9\u7684<5>\u90F5\u4EF6\u8A02\u95B1\u8FFD\u8E64\u66F4\u65B0\u3002
<7>Pro \u6703\u54E1 \u53EF\u4EE5\u901A\u904E\u5FEB\u901F\u5BA2\u670D\u90F5\u7BB1 <8>support@immersivetranslate.com \u548C\u6211\u5011\u53D6\u5F97\u806F\u7E6B\u3002",aboutIntroWithoutSponsor:"\u5E0C\u671B\u6211\u5011\u90FD\u80FD\u66F4\u52A0\u5BB9\u6613\u4E14\u6109\u6085\u5730\u7372\u53D6\u7DB2\u969B\u7DB2\u8DEF\u4E0A\u66F4\u591A\u7684\u5916\u8A9E\u8CC7\u8A0A \u2764\uFE0F ",projectHomepage:"\u5C08\u6848\u9996\u9801",joinTelegramGroup:"\u52A0\u5165\u7528\u6237\u4EA4\u6D41\u7FA4\u7D44\u53C3\u8207\u529F\u80FD\u8A0E\u8AD6",wechatPublicAccount:"\u5FAE\u4FE1\u516C\u773E\u865F",wechatCommunities:"\u5FAE\u4FE1\u4EA4\u6D41\u7FA4",qqCommunities:"QQ \u4EA4\u6D41\u983B\u9053",joinTelegramChannel:"\u95DC\u6CE8 Telegram \u983B\u9053\u77AD\u89E3\u66F4\u65B0\u8CC7\u8A0A",feedbackAndJoin:"\u554F\u984C\u56DE\u5831/\u52A0\u5165\u7FA4\u7D44",autoSync:"\u81EA\u52D5\u5B9A\u6642\u540C\u6B65",loadingThemeTitle:"Loading \u6A23\u5F0F",loadingThemeDescription:"\u8A2D\u5B9A\u7B49\u5F85\u8B6F\u6587\u8F09\u5165\u6642\u7684\u6A23\u5F0F","loadingTheme.spinner":"\u8F49\u5708\u52D5\u756B","loadingTheme.text":"\u975C\u614B\u6587\u5B57 ... ","loadingTheme.none":"\u4E0D\u986F\u793A",developerDescription:"\u53EF\u4EE5\u9EDE\u9078<1>\u6B64\u8655\u6AA2\u8996\u9032\u968E\u81EA\u8A02\u529F\u80FD\u76F8\u95DC\u7684\u8AAA\u660E\u6587\u4EF6","edit border color":"\u8B8A\u66F4\u908A\u6846\u8272\u5F69",successSyncButNoChange:"\u76EE\u524D\u8A2D\u5B9A\u8207\u96F2\u7AEF\u4E00\u81F4",customTheme:"\u81EA\u8A02\u8272\u5F69\u548C\u5927\u5C0F","customThemeLabel.borderColor":"\u908A\u6846\u8272\u5F69","customThemeLabel.borderRadius":"\u908A\u6846\u5713\u89D2","customThemeLabel.textColor":"\u6587\u5B57\u8272\u5F69","customThemeLabel.backgroundColor":"\u80CC\u666F\u8272\u5F69","customThemeLabel.zoom":"\u5B57\u578B\u7E2E\u653E\u6BD4\u4F8B (%)","customThemeLabel.opacity":"\u6587\u5B57\u4E0D\u900F\u660E\u5EA6(%)",resetToDefaultColor:"\u9084\u539F\u70BA\u9810\u8A2D\u8272\u5F69",resetToDefaultSettings:"\u9084\u539F\u70BA\u9810\u8A2D\u8A2D\u5B9A",isTranslateTitle:"\u555F\u7528\u7DB2\u9801\u6A19\u984C\u7FFB\u8B6F",isTranslateTitleDescription:"\u555F\u7528\u5F8C\uFF0C\u7DB2\u9801\u7684\u6A19\u984C\u6703\u88AB\u7FFB\u8B6F",enableSearchEnhancement:"\u958B\u555F\u641C\u7D22\u589E\u5F37",enableSearchEnhancementDescription:"\u4E2D\u6587\u641C\u7D22\u8C37\u6B4C\u6703\u5728\u53F3\u908A\u51FA\u73FE\u82F1\u6587\u7248\u8C37\u6B4C\u65B0\u805E",verifyService:"\u9EDE\u6B64\u6E2C\u8A66\u670D\u52D9",verified:"\u9A57\u8B49\u6210\u529F","field.langs":"\u652F\u63F4\u7684\u8A9E\u8A00\u4EE3\u78BC","field.model":"\u6A21\u578B","field.translationEngine":"\u7FFB\u8B6F\u5F15\u64CE","field.limitPerMinute":"\u6BCF\u5206\u9418\u6700\u5927\u8981\u6C42\u6578","field.limitPerSecond":"\u6BCF\u79D2\u6700\u5927\u8981\u6C42\u6578","field.maxTextLengthPerRequest":"\u6BCF\u6B21\u8981\u6C42\u7684\u6700\u5927\u6587\u5B57\u9577\u5EA6","field.maxTextGroupLengthPerRequest":"\u6BCF\u6B21\u8981\u6C42\u6700\u5927\u6BB5\u843D\u6578","field.apiUrl":"\u81EA\u8A02 API \u4F4D\u5740","field.placeholderDelimiters":"\u4FDD\u7559\u7684\u4F54\u4F4D\u7B26","description.custom":"\u81EA\u5B9A\u7FA9\u63A5\u53E3\u63A5\u5165 \u9700\u8981\u53C3\u8003\u6587\u6A94","description.limitPerMinute":"\u8981\u6C42\u6578\u8D85\u904E\u8A72\u9650\u5236\u6642\u6703\u88AB\u66AB\u6642\u505C\u7528\uFF0C\u76F4\u81F3\u4E0B\u4E00\u5206\u9418\u958B\u59CB\u3002\u7531\u4E8EOpenAI\u76EE\u524D\u670D\u52A1\u7684\u5404\u79CD\u9650\u5236\uFF0C\u8BF7\u70B9\u51FB<1>\u8FD9\u91CC\u67E5\u770B\u6700\u65B0\u5EFA\u8BAE\u7684\u6570\u503C","description.limitPerSecond":"\u8981\u6C42\u6578\u8D85\u904E\u8A72\u9650\u5236\u6642\u6703\u88AB\u66AB\u6642\u505C\u7528\uFF0C\u76F4\u81F3\u4E0B\u4E00\u79D2\u9418\u958B\u59CB\u3002\u7531\u4E8EOpenAI\u76EE\u524D\u670D\u52A1\u7684\u5404\u79CD\u9650\u5236\uFF0C\u8BF7\u70B9\u51FB<1>\u8FD9\u91CC\u67E5\u770B\u6700\u65B0\u5EFA\u8BAE\u7684\u6570\u503C","description.generalLimitPerSecond":"\u8ACB\u6C42\u6578\u8D85\u904E\u8A72\u9650\u5236\u6642\u6703\u9032\u5165\u6392\u968A\u72C0\u614B\uFF0C\u76F4\u5230\u4E0B\u4E00\u79D2\u9418\u958B\u59CB\u3002","description.prompt":"\u4EE5\u7528\u6236\u8EAB\u4EFD\u767C\u9001\u7D66 {service} \u7684\u5C0D\u8A71\uFF0C\u5176\u4E2D {{text}} \u8868\u793A\u6BB5\u843D\u7684\u6587\u672C\u5167\u5BB9\uFF0C{{from}} \u8868\u793A\u6BB5\u843D\u7684\u8A9E\u8A00\uFF0C{{to}} \u8868\u793A\u76EE\u6A19\u8A9E\u8A00","description.maxTextLengthPerRequest":"\u9810\u8A2D\u6703\u5408\u4F75\u591A\u500B\u6BB5\u843D\uFF0C\u4EE5\u6E1B\u5C11\u8ACB\u8981\u6C42\u6578\uFF0C\u4F46\u662F\u5982\u679C\u6BB5\u843D\u7E3D\u9577\u5EA6\u904E\u9577\uFF0C\u4E5F\u53EF\u80FD\u6703\u5C0E\u81F4 API \u7684\u56DE\u61C9\u6642\u9593\u589E\u52A0\uFF0C\u56E0\u6B64\u53EF\u4EE5\u5617\u8A66\u8ABF\u6574\u8A72\u9078\u9805\u4F86\u63D0\u5347\u901F\u5EA6","description.systemPrompt":"\u4EE5\u7CFB\u7D71\u8EAB\u4EFD\u767C\u9001\u7D66 {service} \u7684\u5C0D\u8A71\uFF0C\u5176\u4E2D {{text}} \u8868\u793A\u6BB5\u843D\u7684\u6587\u672C\u5167\u5BB9\uFF0C{{from}} \u8868\u793A\u6BB5\u843D\u7684\u8A9E\u8A00\uFF0C{{to}} \u8868\u793A\u76EE\u6A19\u8A9E\u8A00","field.domain":"\u9818\u57DF","description.domain":"\u9ED8\u8A8D\u70BA\uFF1Ageneral\u3002\u50C5\u5728\u6709\u9053API\u63A7\u5236\u53F0\u958B\u901A\u9818\u57DF\u5316\u7FFB\u8B6F\u7684\u60C5\u6CC1\u4E0B\u53EF\u8A2D\u7F6E\uFF0C\u652F\u6301\u9818\u57DF\u898B<1>\u9019\u88E1","field.scene":"\u5834\u666F","description.scene":"\u9ED8\u8A8D\u70BA\uFF1Ageneral\u3002\u50C5\u5728\u963F\u91CC\u96F2API\u63A7\u5236\u53F0\u958B\u901A\u6A5F\u5668\u7FFB\u8B6F\u5C08\u696D\u7248\u7684\u60C5\u6CC1\u4E0B\u53EF\u8A2D\u7F6E\uFF0C\u652F\u6301\u5834\u666F\u898B<1>\u9019\u88E1","field.vocabId":"\u4F7F\u7528\u8005\u8A5E\u5178ID","description.vocabId":"\u6307\u5B9A\u7684\u5B57\u5178out_id\uFF0C\u76EE\u524D\u652F\u63F4\u82F1\u8B6F\u4E2D","description.model":"OpenAI \u7684\u6A21\u578B\uFF0C\u53EF\u4EE5\u70BA gpt-3.5-turbo, gpt-4 \u7B49","description.maxTextGroupLengthPerRequest":"\u6BCF\u6B21\u50B3\u9001\u7D66\u7FFB\u8B6F\u670D\u52D9\u7684\u6BB5\u843D\u6578\u91CF\uFF0C\u5982\u679C\u6BB5\u843D\u6578\u91CF\u904E\u591A\uFF0C\u53EF\u80FD\u6703\u5C0E\u81F4\u56DE\u61C9\u901F\u5EA6\u8B8A\u6162","description.apiUrl":"\u8ACB\u52A0\u5165\u5177\u9AD4\u5305\u542B\u8DEF\u5F91\u7684\u7DB2\u5740",enabledExtension:"\u555F\u7528\u5957\u4EF6",clickToDisableExtension:"\u9EDE\u9078\u505C\u7528\u5957\u4EF6",clickToEnableExtension:"\u9EDE\u9078\u555F\u7528\u5957\u4EF6",hasBeenDisabled:"\u5DF2\u505C\u7528","show password":"\u986F\u793A\u5BC6\u78BC",customContent:"\u8F38\u5165\u81EA\u5B9A\u7FA9\u6A21\u578B",inputOptions:"\u8F38\u5165\u6846\u589E\u5F37",mouseHoverOptions:"\u9F20\u6A19\u6ED1\u904E",modifyMouseHoverKey:"\u4FEE\u6539\u6ED1\u9F20\u61F8\u505C\u5FEB\u6377\u9375",enableInputTranslation:"\u662F\u5426\u555F\u7528\u8F38\u5165\u6846\u589E\u5F37",enableInputTranslationDescription:"\u555F\u7528\u5F8C\uFF0C\u8F38\u5165\u6846\u76F4\u63A5\u8F38\u5165 {startingKey}{startingKey} \u4F60\u597D\uFF0C\u7136\u5F8C\u5FEB\u901F\u9023\u64CA{inputTrailingTriggerKeyRepeatTimes}\u6B21{trailingKey}\uFF0C\u5373\u53EF\u7FFB\u8B6F\u70BA {inputTargetLanguage}",enableInputTranslationDescriptionForNoneKey:"\u555F\u7528\u5F8C\uFF0C\u8F38\u5165\u6846\u76F4\u63A5\u8F38\u5165\uFF1A\u4F60\u597D\u4E16\u754C\uFF0C\u7136\u5F8C\u5FEB\u901F\u9023\u64CA{inputTrailingTriggerKeyRepeatTimes}\u6B21{trailingKey}\uFF0C\u5373\u53EF\u7FFB\u8B6F\u70BA\u9810\u8A2D\u76EE\u6A19\u8A9E\u8A00",inputTargetLanguage:"\u8A2D\u5B9A\u8F38\u5165\u6846\u7684\u9810\u8A2D\u76EE\u6A19\u8A9E\u8A00",inputTargetLanguageDescription:"\u8F38\u5165\u6846\u7FFB\u8B6F\u7684\u9810\u8A2D\u76EE\u6A19\u8A9E\u8A00\uFF0C\u4E5F\u5C31\u662F {startingKey}{startingKey} \u4F5C\u70BA\u89F8\u767C\u8A5E\u7684\u9810\u8A2D\u8A9E\u8A00",inputTargetLanguageDescriptionForNoneKey:"\u8F38\u5165\u6846\u7FFB\u8B6F\u7684\u9810\u8A2D\u76EE\u6A19\u8A9E\u8A00",inputStartingTriggerKeyTitle:"\u8A2D\u5B9A\u8F38\u5165\u6846\u90E8\u5206\u7FFB\u8B6F\u7684\u5206\u5272\u5B57\u7B26",inputStartingTriggerKeyDescription:"\u7576\u4F60\u4E0D\u9700\u8981\u7FFB\u8B6F\u6574\u500B\u8F38\u5165\u6846\u7684\u6642\u5019\uFF0C\u5206\u5272\u7B26\u5141\u8A31\u4F60\u53EA\u7FFB\u8B6F {startingKey}{startingKey} \u5230\u8F38\u5165\u6846\u672B\u5C3E\u7684\u90E8\u5206\uFF0C\u4E5F\u53EF\u4EE5\u6307\u5B9A\u8A9E\u8A00\u4EE3\u78BC\uFF0C\u4F8B\u5982\uFF1A{startingKey}ja \u8868\u793A\u53EA\u7FFB\u8B6F {startingKey}ja \u5230\u8F38\u5165\u6846\u672B\u5C3E\u7684\u90E8\u5206",inputStartingTriggerKeyDescriptionForNoneKey:"\u76EE\u524D\u8A2D\u5B9A\u70BA\u7121\u9700\u524D\u7DB4\uFF0C\u66AB\u7121\u6CD5\u4F7F\u7528\u8F38\u5165\u6846\u7684\u90E8\u5206\u6587\u5B57\u7FFB\u8B6F\u529F\u80FD",inputTrailingTriggerKeyTitle:"\u9078\u64C7\u4E00\u500B\u8F38\u5165\u7D50\u675F\u7684\u89F8\u767C\u5B57\u7B26",inputTrailingTriggerKeyDescription:"\u5FEB\u901F\u9023\u64CA3 \u6B21{trailingKey} \u5C07\u6703\u958B\u59CB\u7FFB\u8B6F",inputTrailingTriggerKeyTimeout:"\u8F38\u5165\u7D50\u675F\u9023\u64CA\u89F8\u767C\u7684\u9593\u9694\u6642\u9593",inputTrailingTriggerKeyTimeoutDescription:"\u8A2D\u7F6E\u8F38\u5165\u7D50\u675F\u9023\u64CA\u89F8\u767C\u7684\u9593\u9694\u6642\u9593\uFF08\u6BEB\u79D2\uFF09",spaceKey:"<\u7A7A\u683C\u9375>",noneKey:"\u7121\u9700\u524D\u7DB4\uFF0C\u76F4\u63A5\u7FFB\u8B6F\u6574\u500B\u6587\u5B57\u6846",inputTranslationBlockUrlsTitle:"\u5207\u52FF\u5728\u4EE5\u4E0B\u7DB2\u5740\u4E2D\u555F\u7528\u8F38\u5165\u6846\u589E\u5F37",inputTranslationBlockUrlsDescription:"\u5728\u4EE5\u4E0B\u7DB2\u5740\u4E2D\uFF0C\u8F38\u5165\u6846\u589E\u5F37\u5C07\u4E0D\u6703\u751F\u6548",inputHelperInfo:"\u8AAA\u660E\uFF1A\u6211\u5011\u7279\u5225\u91DD\u5C0D\u5728\u4E2D\u6587\u8F38\u5165\u6CD5\u4E0B\u90E8\u5206\u89F8\u767C\u5B57\u7B26\u6703\u8B8A\u6210\u4E2D\u6587\u6A19\u9EDE\u7B26\u865F\u9019\u4EF6\u4E8B\u505A\u4E86\u512A\u5316\uFF0C\u6BD4\u5982\u641C\u72D7\u8F38\u5165\u6CD5\u4E0B / \u6703\u8B8A\u6210\u9813\u865F \u3001\uFF0C\u6C89\u6D78\u5F0F\u7FFB\u8B6F\u652F\u6301\u6240\u6709\u89F8\u767C\u7B26\u5C0D\u61C9\u7684\u4E2D\u6587\u7B26\u865F\uFF0C\u4E5F\u5C31\u662F\u8AAA // \u3001\u3001 \u90FD\u6703\u88AB\u8B58\u5225\u70BA\u89F8\u767C\u5B57\u7B26\u3002

\u540C\u6642\u6211\u5011\u4E5F\u652F\u6301\u8A9E\u8A00\u4EE3\u78BC\u7684\u4E2D\u6587\u5225\u540D\u4F5C\u70BA\u547D\u4EE4\uFF0C\u6BD4\u5982 /\u65E5\u6587 \u4F60\u597D\u4E16\u754C \u6703\u88AB\u7FFB\u8B6F\u70BA\u65E5\u6587\uFF0C<1>\u9EDE\u6B64\u67E5\u770B\u6240\u6709\u652F\u63F4\u7684\u8A9E\u8A00\u4EE3\u78BC\u3002",reloadCurrentPage:"\u8ACB\u5148\u5237\u65B0\u76EE\u524D\u9801\u9762\uFF0C\u518D\u958B\u59CB\u7FFB\u8B6F",noLocalFilePermissionForPDF:"\u66AB\u7121\u6B0A\u9650\u8B80\u53D6\u672C\u6A5F\u6587\u4EF6\uFF0C\u8ACB\u9EDE\u9078\u4E0A\u65B9\u6309\u9215\uFF0C\u7136\u5F8C\u532F\u5165\u672C\u6A5F\u6587\u4EF6",noPermissionForThisPage:"\u26A0\uFE0F \u66AB\u7121\u6B0A\u9650\u7FFB\u8B6F\u76EE\u524D\u9801\u9762","error.retry":"\u91CD\u8A66","error.reason":"\u932F\u8AA4\u539F\u56E0",retryAllParagraphs:"\u91CD\u8A66\u5168\u90E8\u932F\u8AA4\u6BB5\u843D",retryAllButton:"\u91CD\u8A66\u5168\u90E8\u932F\u8AA4\u6BB5\u843D",errorTooltipTitle:"\u9EDE\u64CA\u770B\u932F\u8AA4\u539F\u56E0",errorModalTitle:"\u7FFB\u8B6F\u670D\u52D9\u6216\u7DB2\u8DEF\u4F3C\u4E4E\u51FA\u4E86\u9EDE\u554F\u984C...",disableConfirm:"\u7981\u7528\u78BA\u8A8D",disableOnce:"\u7981\u7528\u4E00\u6B21",disableGlobal:"\u5168\u5C40\u7981\u7528",disableTint:"* \u60A8\u53EF\u4EE5\u5728 {option} \u4E2D\u91CD\u65B0\u555F\u7528\u3002",searchEnhancementNotes:"\u6211\u5011\u767C\u73FE\uFF0C\u4E2D\u6587\u95DC\u9375\u8A5E\u548C\u82F1\u6587\u95DC\u9375\u8A5E\u7684\u65B0\u805E\u7D50\u679C\u6709\u975E\u5E38\u5927\u7684\u4E0D\u540C\uFF0C\u5728\u555F\u7528\u6C89\u6D78\u5F0F\u7FFB\u8B6F\u96D9\u8A9E\u4FE1\u606F\u589E\u5F37\u529F\u80FD\u5F8C\uFF0C\u6211\u5011\u6703\u5728\u652F\u6301\u7684\u7DB2\u7AD9\uFF08\u8C37\u6B4C\u65B0\u805E\uFF0C\u8C37\u6B4C\u641C\u7D22\uFF08\u90E8\u5206\u95DC\u9375\u8A5E\uFF09\uFF0C\u96EA\u7403\uFF0C\u6771\u65B9\u8CA1\u5BCC\u7DB2\uFF0C\u5BCC\u9014\uFF0C\u8001\u864E\uFF09\u81EA\u52D5\u7528\u82F1\u6587\u70BA\u4F60\u641C\u7D22\u540C\u6A23\u7684\u95DC\u9375\u8A5E\u4E26\u5C55\u793A\u5728\u53F3\u5074\u3002\u5982\u679C\u4F60\u4E0D\u9700\u8981\u8A72\u529F\u80FD\u7684\u8A71\uFF0C\u53EF\u4EE5\u9078\u64C7\u7981\u7528\u5B83\u3002",option:"\u9078\u9805",saveSettings:"\u5132\u5B58\u8A2D\u5B9A",closeModal:"\u95DC\u9589\u8996\u7A97",enableInputTranslationWithoutTriggerKeyTitle:"\u555F\u7528\u5FEB\u901F\u9023\u64CA3 \u6B21{trailingKey}\uFF0C\u76F4\u63A5\u7FFB\u8B6F\u6574\u500B\u8F38\u5165\u6846\u70BA{inputTargetLanguage}",enableInputTranslationWithoutTriggerKeyDescription:"\u5982\u9700\u6307\u5B9A\u76EE\u6A19\u8A9E\u8A00\uFF0C\u8ACB\u5728\u524D\u9762\u52A0\u4E0A\u8A9E\u8A00\u7A0B\u5F0F\u78BC\uFF0C\u5982\uFF1Aja \u4F60\u597D\u4E16\u754C",deepLProName:"\u6C89\u6D78\u5F0F\u7FFB\u8B6FPro \u6703\u54E1(\u63A8\u85A6)",deepLProDescription:"\u76EE\u524D\u5957\u9910\u53EF\u4EE5\u76F4\u63A5\u4F7F\u7528",deeplProDescriptionForNormal:"\u7121\u9700\u4EFB\u4F55\u8A2D\u7F6E\uFF0C\u6703\u54E1\u767B\u5165\u5F8C\u5373\u53EF\u4F7F\u7528\uFF0C<1>\u9EDE\u6B64\u5347\u7D1A\u70BA\u6703\u54E1",deepLCustomDescription:"\u9700\u8981\u570B\u5916\u4FE1\u7528\u5361\uFF0C\u5728<1>DeepL\u5B98\u65B9\u958B\u901A\uFF0C\u9EDE\u9078\u67E5\u770B<2>\u6587\u6A94",deepLCustomName:"\u81EA\u8A02Auth Key",chooseProviderLabel:"\u9078\u64C7\u4E00\u500B\u670D\u52D9\u63D0\u4F9B\u8005",openaiProName:"\u6C89\u6D78\u5F0F\u7FFB\u8B6FPro \u6703\u54E1(\u63A8\u85A6)",openaiProDescription:"\u76EE\u524D\u5957\u9910\u53EF\u4EE5\u76F4\u63A5\u4F7F\u7528",openaiProDescriptionForNormal:"\u7121\u9700\u4EFB\u4F55\u8A2D\u7F6E\uFF0C\u6703\u54E1\u767B\u5165\u5F8C\u5373\u53EF\u4F7F\u7528\uFF0C<1>\u9EDE\u6B64\u5347\u7D1A\u70BA\u6703\u54E1",openaiCustomDescription:"\u53EF\u5728OpenAI, Azure OpenAI, \u6216\u5176\u4ED6\u7B2C\u4E09\u65B9\u670D\u52D9\u7372\u53D6\uFF0C<1>\u9EDE\u6B64\u67E5\u770B\u6587\u6A94",openaiCustomName:"\u81EA\u8A02API Key",needLoginAction:"(\u958B\u901A\u6703\u54E1\u6216\u81EA\u8A02)",goLoginOrAction:"(\u958B\u901A\u6703\u54E1\u6216\u53BB\u8A2D\u5B9A)",yearly:"\u5E74\u5EA6\u7E8C\u8A02",quarterly:"\u5B63\u5EA6\u7E8C\u8A02",monthly:"\u6BCF\u6708\u7E8C\u8A02",yearlyForOnce:"\u4E00\u6B21\u6027\u5E74\u5EA6\u5957\u9910",monthlyForOnce:"\u4E00\u6B21\u6027\u6708\u5EA6\u5957\u9910",daily:"\u6BCF\u65E5\u7E8C\u8A02",year:"\u5E74\u5EA6\u7E8C\u8A02",quarter:"\u5B63\u5EA6\u7E8C\u8A02",month:"\u6BCF\u6708\u7E8C\u8A02",day:"\u6BCF\u65E5\u7E8C\u8A02",onetime_7day:"7 \u5929\u9AD4\u9A57\u5305",currentPlanDescriptionForFree:"\u76EE\u524D\u5957\u9910\uFF1A\u514D\u8CBB",currentPlanDescriptionForContinuous:"\u76EE\u524D\u5957\u9910\uFF1A{plan}\uFF0C\u5C07\u65BC {endAt} \u81EA\u52D5\u7E8C\u8CBB",currentPlanDescriptionForAutoRenewCaceling:"\u76EE\u524D\u5957\u9910\uFF1A{plan}\uFF0C\u5C07\u65BC {endAt} \u5230\u671F\uFF0C\u5230\u671F\u5F8C\u5C07\u4E0D\u6703\u81EA\u52D5\u7E8C\u7D04",currentYearlyPlanDescriptionForAutoRenewCacelingWithRealPaiedUser:"\u76EE\u524D\u5957\u9910\uFF1A{plan}\uFF0C\u5C07\u65BC {endAt} \u5230\u671F\uFF0C\u5230\u671F\u5F8C\u5C07\u4E0D\u6703\u81EA\u52D5\u7E8C\u7D04\u3002
<1>\u9EDE\u6B64\u7BA1\u7406\u7E8C\u8CBB\u65B9\u6848",currentYearlyPlanDescriptionForAutoRenewCacelingWithAdmin:"\u76EE\u524D\u5957\u9910\uFF1A{plan}\uFF0C\u5C07\u65BC {endAt} \u5230\u671F\uFF0C\u5230\u671F\u5F8C\u5C07\u4E0D\u6703\u81EA\u52D5\u7E8C\u7D04\u3002
<1>\u9EDE\u6B64\u555F\u7528\u9023\u7E8C\u5305\u5E74",currentPlanDescriptionForOneTime:"\u76EE\u524D\u5957\u9910\uFF1A{plan}\uFF0C\u5C07\u65BC {endAt} \u5230\u671F\uFF0C<1>\u9EDE\u6B64\u5347\u7D1A\u70BA\u5E74\u8CBB\u6216<2>\u6708\u8CBB\u6703\u54E1",upgradePlan:"\u9EDE\u6B64\u5347\u7D1A\u70BAPro \u6703\u54E1",upgradeToPro:"\u5347\u7D1A\u70BA Pro \u6703\u54E1","popup.openPro":"\u5347\u7D1A\u70BA Pro \u6703\u54E1\u5F8C\u53EF\u4EE5\u66A2\u4EAB DeepL \u548C OpenAI \u7FFB\u8B6F\uFF0C\u9EDE\u6B64\u5347\u7D1A","popup.openProForPro":"\u60A8\u662F Pro \u6703\u54E1\uFF0C\u53EF\u76F4\u63A5\u4F7F\u7528 DeepL \u548C OpenAI \u7FFB\u8B6F",currentAccount:"\u7576\u524D\u8CEC\u6236",enableAutoSyncUserSettings:"\u555F\u7528\u591A\u8A2D\u5099\u81EA\u52D5\u96F2\u7AEF\u540C\u6B65",modalEnableInputTranslationTitle:"\u6C89\u6D78\u5F0F\u7FFB\u8B6F\u8F38\u5165\u6846\u7FFB\u8B6F\u63D0\u793A",modalEnableInputTranslationDesc:"\u60A8\u525B\u525B\u900F\u904E\u5FEB\u901F\u9023\u64CA3 \u6B21\u7A7A\u767D\u9375\u89F8\u767C\u4E86\u6C89\u6D78\u5F0F\u7FFB\u8B6F\u7684\u8F38\u5165\u6846\u7FFB\u8B6F\uFF0C\u8F38\u5165\u6846\u7684\u5167\u5BB9\u5C07\u7FFB\u8B6F\u70BA\u9810\u8A2D\u7684\u76EE\u6A19\u8A9E\u8A00\u3002\u900F\u904ECtrl+Z \u53EF\u4EE5\u64A4\u92B7\u7FFB\u8B6F\u3002

\u5982\u679C\u9019\u662F\u4E00\u500B\u5931\u8AA4\uFF0C\u4E0D\u7528\u64D4\u5FC3\uFF0C\u60A8\u53EF\u4EE5\u9078\u64C7\u672C\u6B21\u505C\u7528\uFF0C\u6216\u6C38\u4E45\u505C\u7528\u8F38\u5165\u6846\u7FFB\u8B6F\u3002",saveAndNotShowAgain:"\u5132\u5B58\u4E14\u4E0D\u518D\u63D0\u793A",disableInputTranslationTips:"* \u4F60\u4E5F\u53EF\u4EE5\u5728 {option} \u4E2D\u8A2D\u5B9A\u5176\u4ED6\u5FEB\u6377\u9375\u4F86\u89F8\u767C\uFF0C{learnMore}\u3002",learnMore:"\u9EDE\u6B64\u4E86\u89E3\u66F4\u591A",continueEnalbeInputTranslation:"\u7E7C\u7E8C\u555F\u7528\u8F38\u5165\u6846\u7FFB\u8B6F",autoRenewTrialSuffix:'\uFF08\u8A66\u7528\u4E2D\uFF0C\u7ACB\u523B\u5347\u7D1A\u70BA\u6B63\u5F0F\u6703\u54E1\uFF09',upgradeFromTrialTitle:"\u5347\u7D1A\u70BA\u6B63\u5F0F\u6703\u54E1",subtitle:"\u5F71\u7247\u5B57\u5E55",youtubeService:"\u6C89\u6D78\u5F0F\u7FFB\u8B6F\u5F71\u7247\u5B57\u5E55\u670D\u52D9","subtitle.disabledSubtitle":"\u6C38\u4E45\u7981\u7528\u8996\u983B\u5B57\u5E55\u529F\u80FD","subtitle.disabledSubtitleDescription":"\u5982\u679C\u6C89\u6D78\u5F0F\u7FFB\u8B6F\u7684\u8996\u983B\u5B57\u5E55\u548C\u5176\u4ED6\u64F4\u5C55\u6709\u885D\u7A81\uFF0C\u4F60\u53EF\u4EE5\u9078\u64C7\u6C38\u4E45\u7981\u7528\u6C89\u6D78\u5F0F\u7FFB\u8B6F\u7684\u8996\u983B\u5B57\u5E55\u529F\u80FD\u6216\u8005\u5378\u8F09\u5176\u4ED6\u885D\u7A81\u7684\u64F4\u5C55","subtitle.autoEnableSubtitleDescription":"\u555F\u7528\u5F8C\uFF0C\u7576\u5F71\u7247\u64AD\u653E\u7684\u6642\u5019\uFF0C\u6703\u81EA\u52D5\u986F\u793A\u96D9\u8A9E\u5B57\u5E55\uFF0C\u5426\u5247\u9700\u8981\u9EDE\u64CA\u7FFB\u8B6F\u6309\u9215\u624D\u6703\u986F\u793A\u3002","subtitle.preTranslation":"\u512A\u5148\u4F7F\u7528\u6C89\u6D78\u5F0F\u7FFB\u8B6F\u5B57\u5E55","subtitle.preTranslationDescription":"\u555F\u7528\u5F8C\u6703\u512A\u5148\u7528\u4E0B\u9762\u7684\u7FFB\u8B6F\u670D\u52D9\u63D0\u524D\u7FFB\u8B6F\u6574\u500B\u5B57\u5E55\uFF0C1 \u5C0F\u6642\u7684\u8996\u8A0A\u5927\u6982\u6D88\u8017 5\u842C Tokens \u6216 \u5B57\u7B26\uFF0C\u8ACB\u914C\u60C5\u4F7F\u7528\uFF1B\u95DC\u9589\u5F8C\u5247\u512A\u5148\u4F7F\u7528\u539F\u5F71\u7247\u81EA\u5E36\u7684\u6A5F\u7FFB\u5B57\u5E55","subtitle.humanSubtitlesPreferred":"\u512A\u5148\u4F7F\u7528\u4EBA\u5DE5\u5B57\u5E55","subtitle.humanSubtitlesPreferredDescription":"\u7576\u5F71\u7247\u6709\u76EE\u6A19\u8A9E\u8A00\u4EBA\u5DE5\u5B57\u5E55\u6642\uFF0C\u512A\u5148\u4F7F\u7528\u4EBA\u5DE5\u5B57\u5E55\uFF08\u63A8\u85A6\uFF09","subtitle.bilingual":"\u96D9\u8A9E\u5B57\u5E55","subtitle.autoDisableSubtitle":"\u4E0D\u81EA\u52D5\u555F\u7528\u96D9\u8A9E\u5B57\u5E55","subtitle.hideQuickButton":"\u4E0D\u518D\u986F\u793A\u8A72\u5FEB\u6377\u65B9\u5F0F","subtitle.showQuickButton":"\u986F\u793A\u96D9\u8A9E\u5B57\u5E55\u5FEB\u6377\u65B9\u5F0F","subtitle.showQuickButtonDescription":"\u5728\u8996\u983B\u64AD\u653E\u5668\u53F3\u4E0B\u89D2\u63D0\u4F9B\u555F\u7528\u96D9\u8A9E\u5B57\u5E55\u7684\u5FEB\u6377\u65B9\u5F0F",videoSubtitleTranslationDescription:"\u70BA\u5F71\u7247\u5B57\u5E55\u55AE\u7368\u6307\u5B9A\u4E00\u500B\u7FFB\u8B6F\u670D\u52D9",subtitleTranslating:"\u6B63\u5728\u4F7F\u7528 {service} \u670D\u52D9\u7FFB\u8B6F\u5B57\u5E55\u4E2D\uFF0C\u8ACB\u7A0D\u7B49...\uFF08\u6C89\u6D78\u5F0F\u7FFB\u8B6F\uFF09",subtitleLoading:"\u6B63\u5728\u8F09\u5165\u5B57\u5E55...",bilingual:"\u96D9\u8A9E","field.action":"\u662F\u5426\u555F\u7528\u767E\u5EA6\u8853\u8A9E","description.action":"\u555F\u7528\u5F8C\u6703\u5728\u8ACB\u6C42\u4E2D\u52A0\u5165 action=1 \u7684\u53C3\u6578\uFF0C\u4EE5\u4FBF\u544A\u77E5\u767E\u5EA6\u555F\u7528\u8853\u8A9E\uFF0C<1>\u66F4\u591A\u8AAA\u660E\u8ACB\u53C3\u8003\u5B98\u65B9\u6587\u6A94",closeQuickTranslation:"\u95DC\u9589\u61F8\u6D6E\u7403","closeQuickTranslation.untilNext":"\u672C\u6B21\u95DC\u9589\u76F4\u5230\u4E0B\u6B21\u8A2A\u554F","closeQuickTranslation.currentWebsite":"\u7576\u524D\u7DB2\u7AD9\u7981\u7528","closeQuickTranslation.alwaysClose":"\u6C38\u4E45\u7981\u7528","closeQuickTranslation.settingOpen":"\uFF08\u53EF\u5728<1>\u8A2D\u5B9A\u9801\u958B\u555F\uFF09","closeQuickTranslation.cancel":"\u53D6\u6D88","closeQuickTranslation.confirm":"\u78BA\u5B9A","floatBall.popup":"\u6253\u958B\u5FEB\u6377\u8A2D\u5B9A\u9762\u677F","floatBall.translate":"\u9EDE\u64CA\u7FFB\u8B6F\u8A72\u9801\u9762","floatBall.showOriginal":"\u9EDE\u64CA\u5207\u63DB\u5230\u539F\u6587","floatBall.close":"\u95DC\u9589\u61F8\u6D6E\u7403","floatBallOptions.enableDescPc":"\u555F\u7528\u9801\u9762\u61F8\u6D6E\u7403\u5F8C\uFF0C\u6703\u5728\u9801\u9762\u53F3\u5074\u986F\u793A\u4E00\u500B\u5FEB\u6377\u7FFB\u8B6F\u6309\u9215\uFF0C\u9EDE\u64CA\u5373\u53EF\u7FFB\u8B6F","floatBallOptions.enableDesc":"\u95DC\u9589\u61F8\u6D6E\u7403\u5F8C\uFF0C\u53EF\u4EE5\u7528{touch}\u559A\u8D77\u3002\u70BA\u9632\u6B62\u4E0D\u614E\u95DC\u9589\u8A72\u9078\u9805\u5F8C\u627E\u4E0D\u5230\u61F8\u6D6E\u7403\uFF0C\u5F37\u70C8\u5EFA\u8B70\u6536\u85CF\u672C\u8A2D\u5B9A\u9801","description.azureApiUrl":"\u586B\u5165\u81EA\u8A02\u7684API\u4F4D\u5740",shareBtnTitle:"\u9EDE\u64CA\u751F\u6210\u7DB2\u9801\u5FEB\u7167","floatBall.share":"\u751F\u6210\u7DB2\u9801\u5FEB\u7167","floatBall.guideClickToTranslate":`\u9EDE\u64CA\u6C89\u6D78\u5F0F\u7FFB\u8B6F\u61F8\u6D6E\u7403 \u5373\u53EF\u5FEB\u901F\u7FFB\u8B6F`,"floatBall.iKnow":"\u6211\u77E5\u9053\u4E86",confirmSupportMouse:"\u5F37\u5236\u555F\u7528\u6ED1\u9F20\u652F\u63F4",confirmSupportMouseDescription:"\u6AA2\u6E2C\u5230\u7576\u524D\u700F\u89BD\u5668\u4E0D\u652F\u63F4\u6ED1\u9F20\u529F\u80FD\uFF0C\u662F\u5426\u5F37\u5236\u555F\u7528\u6ED1\u9F20\u652F\u63F4\uFF1F",sampleTargetText:"\u9577\u591C\u5C07\u81F3\uFF0C\u6211\u5F9E\u4ECA\u958B\u59CB\u5B88\u671B\uFF0C\u81F3\u6B7B\u65B9\u4F11\u3002 \u6211\u5C07\u4E0D\u5A36\u59BB\u3001\u4E0D\u5C01\u5730\u3001\u4E0D\u751F\u5B50\u3002 \u6211\u5C07\u4E0D\u6234\u5BF6\u51A0\uFF0C\u4E0D\u722D\u69AE\u5BF5\u3002 \u6211\u5C07\u76E1\u5FE0\u8077\u5B88\uFF0C\u751F\u6B7B\u65BC\u65AF\u3002",sampleSourceText:"Night gathers, and now my watch begins. It shall not end until my death. I shall take no wife, hold no lands, father no children. I shall wear no crowns and win no glory. I shall live and die at my post.","subtitle.supportedSites":"\u5DF2\u652F\u63F4\u5728\u9019\u4E9B\u7DB2\u7AD9\u4F7F\u7528\u96D9\u8A9E\u5B57\u5E55\uFF08\u6CE8\u610F\uFF1A\u7531\u65BC\u6280\u8853\u9650\u5236\uFF0C\u90E8\u5206\u7DB2\u7AD9\u5728\u9996\u6B21\u958B\u555F\u5B57\u5E55\u5F8C\u9700\u8981\u91CD\u65B0\u5237\u65B0\u9801\u9762\uFF0C\u6216\u8005\u9700\u7B49\u5F85\u7FFB\u8B6F\u5B8C\u6210\u4EE5\u986F\u793A\u96D9\u8A9E\u5B57\u5E55\uFF09\uFF1A",viewWithImmersiveTranslate:"\u53CC\u8BED\u7248\u672C(\u6C89\u6D78\u5F0F\u7FFB\u8BD1)",errorReason:"\u932F\u8AA4\u539F\u56E0\uFF1A{message}","proQuotaExceededError.onetime7day":'\uFF0C\u60A8\u53EF\u4EE5\u9078\u64C7\u4EE5\u4E0B\u65B9\u5F0F\u89E3\u6C7A\uFF1A

1. \u5207\u63DB\u5230 {anotherService} \u6216\u5176\u4ED6\u7FFB\u8B6F\u670D\u52D9
2. \u5347\u7D1A\u70BA\u6708\u5EA6/\u5E74\u5EA6\u6703\u54E1',"proQuotaExceededError.trial":'\uFF0C\u60A8\u53EF\u4EE5\u9078\u64C7\u4EE5\u4E0B\u65B9\u5F0F\u89E3\u6C7A\uFF1A

1. \u5207\u63DB\u5230 {anotherService} \u6216\u5176\u4ED6\u7FFB\u8B6F\u670D\u52D9
2. \u7ACB\u5373\u5347\u7D1A\u70BA\u6B63\u5F0F\u6703\u54E1',"proQuotaExceededError.nonTrial":'\uFF0C\u60A8\u53EF\u4EE5\u9078\u64C7\u4EE5\u4E0B\u65B9\u5F0F\u89E3\u6C7A\uFF1A

1. \u5207\u63DB\u5230 {anotherService} \u6216\u5176\u4ED6\u7FFB\u8B6F\u670D\u52D9
2. \u8CFC\u8CB7 {translationService} \u984D\u5916\u6D41\u91CF\u5305',"proQuotaExceededError.resetTime":"
3. \u984D\u5EA6\u91CD\u7F6E\u6642\u9593\uFF1A{resetTime}",paragraphMinTextCountField:"\u7FFB\u8B6F\u6BB5\u843D\u6240\u9700\u7684\u6700\u5C11\u5B57\u7B26\u6578",paragraphMinTextCountDesc:"\u6CE8\u610F\uFF0C\u9019\u88E1\u6307\u7684\u5B57\u7B26\u9577\u5EA6\uFF0C\u6BD4\u5982\uFF1Ahello \u662F 5 \u500B\u5B57\u7B26\uFF0C\u8A2D\u5B9A\u70BA\u66F4\u5927\u7684\u503C\u53EF\u4EE5\u6E1B\u5C11\u4E0D\u5FC5\u8981\u7684\u5C0F\u6BB5\u843D\u7FFB\u8B6F",networkError:"\u7FFB\u8B6F\u670D\u52D9\u6216\u7DB2\u8DEF\u51FA\u73FE\u554F\u984C",notLogin:"\u672A\u767B\u9304","browser.toggleMouseHoverTranslateDirectly":"\u5728\u9801\u9762\u4E0A\u81E8\u6642\u555F\u7528\u6216\u95DC\u9589\u6ED1\u9F20\u61F8\u505C\u76F4\u63A5\u7FFB\u8B6F","browser.translateWithOpenAI":"\u81E8\u6642\u4F7F\u7528 OpenAI \u7FFB\u8B6F\u7576\u524D\u9801\u9762","browser.translateWithDeepL":"\u81E8\u6642\u4F7F\u7528 DeepL \u7FFB\u8B6F\u7576\u524D\u9801\u9762","browser.translateWithGoogle":"\u81E8\u6642\u4F7F\u7528 Google \u7FFB\u8B6F\u7576\u524D\u9801\u9762","browser.translateWithBing":"\u81E8\u6642\u4F7F\u7528\u5FAE\u8EDF\u7FFB\u8B6F\u7576\u524D\u9801\u9762","browser.translateWithGemini":"\u81E8\u6642\u4F7F\u7528 Gemini \u7FFB\u8B6F\u7576\u524D\u9801\u9762","browser.translateWithTransmart":"\u81E8\u6642\u4F7F\u7528\u9A30\u8A0A\u7FFB\u8B6F\u7576\u524D\u9801\u9762","browser.translateInputBox":"\u7FFB\u8B6F\u7576\u524D\u8F38\u5165\u6846\u5167\u5BB9",shortcutSettings:"\u5FEB\u6377\u9375",shortcutSettingsTitle:"\u5FEB\u6377\u9375\u8A2D\u7F6E",confirmResetToDefaultSettings:"\u78BA\u8A8D\u8981\u6062\u5FA9\u8A72\u7FFB\u8B6F\u670D\u52D9\u70BA\u9ED8\u8A8D\u8A2D\u7F6E\u55CE\uFF1F\uFF08\u50C5\u91CD\u7F6E\u7576\u524D\u7FFB\u8B6F\u670D\u52D9\u7684\u8A2D\u7F6E\uFF09","intro.hoverTitle":"\u6ED1\u9F20\u61F8\u505C\u7FFB\u8B6F\u7576\u524D\u6BB5\u843D","intro.hoverDescription":"\u6ED1\u9F20\u61F8\u505C\u7FFB\u8B6F\u662F\u6C89\u6D78\u5F0F\u7FFB\u8B6F\u88E1\u975E\u5E38\u91CD\u8981\u7684\u529F\u80FD\uFF0C\u53EA\u9700\u5C07\u6ED1\u9F20\u653E\u5728\u6BB5\u843D\u4E0A\uFF0C\u540C\u6642\u6309\u4E0B\u8A2D\u5B9A\u7684\u5FEB\u6377\u9375\uFF0C\u5373\u53EF\u81EA\u52D5\u7FFB\u8B6F\u7576\u524D\u6BB5\u843D\uFF08\u6CE8\u610F\uFF1A\u9810\u8A2D\u6C92\u6709\u555F\u7528\u54E6\uFF0C\u8ACB \u5728\u4E0B\u65B9\u8A2D\u5B9A\uFF09\uFF0C\u8A72\u4E92\u52D5\u7528\u65BC\u66F4\u597D\u7684\u66FF\u4EE3\u5283\u8A5E\u7FFB\u8B6F\uFF0C\u53E6\u5916\uFF0C\u6B64\u529F\u80FD\u4E5F\u5EE3\u6CDB\u61C9\u7528\u65BC\u90A3\u4E9B\u7121\u6CD5\u88AB\u8B58\u5225\u7684\u7FFB\u8B6F\u5340\u57DF\uFF0C\u4F60\u53EF\u4EE5\u5229\u7528\u8A72\u529F\u80FD\uFF0C\u5F37\u5236\u7FFB\u8B6F\u4EFB\u4F55\u6BB5\u843D\u3002","intro.floatBallTitle":"\u5FEB\u6377\u7FFB\u8B6F\u61F8\u6D6E\u7403","intro.floatBallDescription":"\u555F\u7528\u5F8C\uFF0C\u6703\u5728\u9801\u9762\u53F3\u5074\u986F\u793A\u4E00\u500B\u5FEB\u6377\u7FFB\u8B6F\u6309\u9215\uFF0C\u9EDE\u64CA\u5373\u53EF\u7FFB\u8B6F\uFF0C\u518D\u6B21\u9EDE\u64CA\u5373\u53EF\u5207\u63DB\u56DE\u539F\u6587\u3002\u5728\u79FB\u52D5\u7AEF\uFF0C\u9577\u6309\u61F8\u6D6E\u7403\uFF0C\u53EF\u4EE5\u6253\u958B\u5FEB\u6377\u8A2D\u7F6E\u9762\u677F\u3002","intro.subtitleTitle":"\u5728\u7DDA\u8996\u983B\u96D9\u8A9E\u5B57\u5E55\u986F\u793A","intro.subtitleDescription":"\u958B\u555F\u6B64\u529F\u80FD\u5F8C\uFF0C\u5F71\u7247\u64AD\u653E\u6642\u5C07\u81EA\u52D5\u5C55\u793A\u96D9\u8A9E\u5B57\u5E55\u3002 \u5982\u679C\u672A\u555F\u7528\uFF0C\u60A8\u9700\u5728\u9801\u9762\u4E0A\u624B\u52D5\u9EDE\u9078\u7FFB\u8B6F\u6309\u9215\u4EE5\u986F\u793A\u5B57\u5E55\u3002 \u8ACB\u6CE8\u610F\uFF0C\u7531\u65BC\u6280\u8853\u9650\u5236\uFF0C\u67D0\u4E9B\u7DB2\u7AD9\u5728\u9996\u6B21\u555F\u52D5\u5B57\u5E55\u6642\u53EF\u80FD\u9700\u8981\u91CD\u65B0\u6574\u7406\u9801\u9762\u6216\u7B49\u5F85\u7FFB\u8B6F\u5B8C\u6210\u5F8C\uFF0C\u624D\u80FD\u986F\u793A\u96D9\u8A9E\u5B57\u5E55\u3002 \uFF08\u6B64\u5916\uFF0C\u4F60\u9084\u53EF\u4EE5\u5728\u958B\u555F\u5F71\u7247\u7DB2\u7AD9\u5F8C\uFF0C\u53F3\u4E0A\u89D2\u958B\u555F\u6C89\u6D78\u5F0F\u7FFB\u8B6F\u7684\u5FEB\u6377\u9762\u677F\u555F\u7528/\u95DC\u9589\uFF09

\u76EE\u524D\u5DF2\u652F\u63F4\u5728\u9019\u4E9B\u7DB2\u7AD9\u4F7F\u7528\u96D9\u8A9E\u5B57\u5E55\uFF1A","desc.toggleMouseHoverTranslateDirectly":"\u6309\u4E0B\u9019\u500B\u5FEB\u6377\u9375\u5F8C\uFF0C\u5728\u9801\u9762\u4E0A\uFF0C\u53EA\u8981\u6ED1\u9F20\u6307\u5411\u4EFB\u4F55\u4E00\u6BB5\u6587\u5B57\uFF0C\u5C31\u6703\u81EA\u52D5\u7FFB\u8B6F\u9019\u6BB5\u6587\u5B57\u3002\u518D\u6309\u4E00\u6B21\u5FEB\u6377\u9375\uFF0C\u5C31\u53EF\u4EE5\u95DC\u9589\u9019\u500B\u81EA\u52D5\u7FFB\u8B6F\u529F\u80FD\u3002","shortcutGroup.main":"\u5E38\u7528\u529F\u80FD\u5FEB\u6377\u9375","shortcutGroup.others":"\u66F4\u591A\u81EA\u5B9A\u7FA9\u529F\u80FD\u5FEB\u6377\u9375","shortcutGroup.shortcutsForTranslationServices":"\u7FFB\u8B6F\u670D\u52D9\u76F8\u95DC\u5FEB\u6377\u9375",browserShortcutsSucks:"\u7531\u65BC\u700F\u89BD\u5668\u5C0D\u8F38\u5165\u6846\u7684\u5FEB\u6377\u9375\u8B58\u5225\u4E0D\u6E96\u78BA\uFF0C\u6240\u4EE5\u8ACB\u624B\u52D5\u8F38\u5165\u5FEB\u6377\u9375\u7684\u540D\u5B57\uFF0C\u8F38\u5165\u5F8C\uFF0C\u9EDE\u64CA\u7A7A\u767D\u8655\u5373\u53EF\u81EA\u52D5\u4FDD\u5B58\u3002\uFF08macOS \u88E1\u9762 Alt \u548C Option \u662F\u540C\u6A23\u7684\u9375\uFF0C\u5EFA\u8B70\u7D71\u4E00\u8F38\u5165 Alt\uFF09\u3002\u6BD4\u5982\uFF1A","shortcutGroup.touch":"\u89F8\u5C4F\u5C08\u7528\u624B\u52E2","shortcutGroup.mouse":"\u6ED1\u9F20\u61F8\u505C\u5FEB\u6377\u9375\u914D\u7F6E",fingerCountToToggleTranslagePageWhenTouching:"\u591A\u6307\u540C\u6642\u89F8\u6478\u5C4F\u5E55\u5247\u7FFB\u8B6F\u7DB2\u9801/\u986F\u793A\u539F\u6587","desc.fingerCountToToggleTranslagePageWhenTouching":"\u8A2D\u7F6E\u5F8C\uFF0C\u5728\u79FB\u52D5\u8A2D\u5099\u6642\uFF0C\u53EF\u4EE5\u540C\u6642\u7528 X \u500B\u624B\u6307\u89F8\u6478\u5C4F\u5E55\uFF0C\u5373\u53EF\u7FFB\u8B6F\u7DB2\u9801/\u986F\u793A\u539F\u6587",fingerCountToToggleTranslationMaskWhenTouching:"\u591A\u6307\u540C\u6642\u89F8\u6478\u5C4F\u5E55\u5247\u986F\u793A\u7FFB\u8B6F\u906E\u7F69/\u986F\u793A\u539F\u6587","desc.fingerCountToToggleTranslationMaskWhenTouching":"\u7FFB\u8B6F\u906E\u7F69\u662F\u6307\u8B6F\u6587\u6A23\u5F0F\u88E1\u7684\u6A21\u7CCA\u6548\u679C\uFF08\u5B78\u7FD2\u6A21\u5F0F\uFF09\uFF0C\u958B\u555F\u5F8C\u81E8\u6642\u5C0D\u8B6F\u6587\u4F7F\u7528\u6A21\u7CCA\u6548\u679C\uFF0C\u65B9\u4FBF\u5B78\u7FD2",fingerCountToToggleTranslagePageOnlyTranslationWhenTouching:"\u591A\u6307\u540C\u6642\u89F8\u5C4F\uFF0C\u4F7F\u7528\u50C5\u8B6F\u6587\u6A21\u5F0F\u9032\u884C\u7FFB\u8B6F/\u986F\u793A\u539F\u6587","desc.fingerCountToToggleTranslagePageOnlyTranslationWhenTouching":"\u50C5\u8B6F\u6587\u6307\u7684\u662F\u53EA\u986F\u793A\u8B6F\u6587\uFF0C\u800C\u4E0D\u662F\u9ED8\u8A8D\u7684\u96D9\u8A9E\u6A21\u5F0F","neverTranslateText.title":"\u4EE5\u4E0B\u55AE\u8A5E\u4FDD\u6301\u539F\u6587\uFF0C\u4E0D\u8981\u7FFB\u8B6F","neverTranslateText.description":"\u7531\u65BC\u67D0\u4E9B\u7FFB\u8B6F\u5F15\u64CE\u5C0D\u5C08\u6709\u540D\u8A5E\u8B58\u5225\u4E0D\u7406\u60F3\uFF0C\u4F60\u53EF\u4EE5\u5728\u6B64\u8655\u6DFB\u52A0\u55AE\u8A5E\uFF0C\u78BA\u4FDD\u5B83\u5011\u5728\u7FFB\u8B6F\u904E\u7A0B\u4E2D\u4E0D\u88AB\u8F49\u63DB\u3002\u8ACB\u6CE8\u610F\uFF0C\u6B64\u529F\u80FD\u5340\u5206\u5927\u5C0F\u5BEB\uFF0C\u4E26\u50C5\u652F\u6301\u4EE5\u7A7A\u683C\u5206\u9694\u7684\u55AE\u8A5E\u8A9E\u8A00\uFF08\u5982\u82F1\u8A9E\u3001\u6CD5\u8A9E\uFF09\uFF0C\u4E0D\u9069\u7528\u65BC\u65E5\u8A9E\u3001\u97D3\u8A9E\u7B49\u8A9E\u8A00","tagsInput.add":"+ \u6DFB\u52A0","desc.mouseHoverHoldKey":"\u7576\u6ED1\u9F20\u61F8\u505C\u5728\u67D0\u500B\u6BB5\u843D\u4E0A\u6642\uFF0C\u540C\u6642\u6309\u4E0B\u53F3\u5074\u7684\u5FEB\u6377\u9375\uFF0C\u5373\u53EF\u76F4\u63A5\u7FFB\u8B6F\u8A72\u6BB5\u843D",mouseHoverCustomKeyTitle:"\u81EA\u5B9A\u7FA9\u6ED1\u9F20\u61F8\u505C\u5FEB\u6377\u9375",mouseHoverCustomKeyDescription:"\u4F60\u53EF\u4EE5\u81EA\u5B9A\u7FA9\u4E00\u500B\u6ED1\u9F20\u61F8\u505C\u7684\u7D44\u5408\u5FEB\u6377\u9375\uFF0C\u6BD4\u5982\uFF1A Alt+Z, Ctrl+E, Cmd+Alt+E \u6216\u8005\u76F4\u63A5 Cmd\uFF0C \u8ACB\u624B\u52D5\u8F38\u5165",mouseHoverShortcutPlaceholder:"\u8ACB\u624B\u52D5\u8F38\u5165",browserShortcutsNoteForFirefox:"Firefox \u700F\u89BD\u5668\u4FEE\u6539\u5FEB\u6377\u9375\u9700\u8981\u6253\u958B\u64F4\u5C55\u7BA1\u7406\u9801\u9762 `about:addons`\uFF0C\u7136\u5F8C\u9EDE\u64CA\u300C\u8A2D\u7F6E\u300D-> \u300C\u7BA1\u7406\u5FEB\u6377\u9375\u300D",browserShortcutsNoteForChrome:"\u8ACB\u6CE8\u610F\uFF1A\u8981\u5728\u57FA\u65BCChrome\u5167\u6838\u7684\u700F\u89BD\u5668\u4E2D\u4FEE\u6539\u5FEB\u6377\u9375\uFF0C\u8ACB\u8A2A\u554F[\u64F4\u5C55\u7BA1\u7406\u9801\u9762] -> [\u7BA1\u7406\u5FEB\u6377\u9375]","desc.toggleTranslateTheMainPage":"\u50C5\u7FFB\u8B6F\u9801\u9762\u4E3B\u8981\u5340\u57DF\uFF0C\u7576\u4F60\u5728\u9032\u968E\u8A2D\u7F6E\u88E1\u555F\u7528\u4E86\u7FFB\u8B6F\u9801\u9762\u5168\u90E8\u5340\u57DF\u5F8C\uFF0C\u4F60\u53EF\u4EE5\u4F7F\u7528\u9019\u500B\u5FEB\u6377\u9375\u4F86\u5C08\u9580\u7FFB\u8B6F\u9801\u9762\u7684\u4E3B\u8981\u5340\u57DF","desc.toggleTranslateTheWholePage":"\u7FFB\u8B6F\u9801\u9762\u5168\u90E8\u5340\u57DF\uFF0C\u9810\u8A2D\u60C5\u6CC1\u4E0B\uFF0C\u6211\u5011\u6703\u7FFB\u8B6F\u9801\u9762\u7684\u4E3B\u8981\u5340\u57DF\uFF0C\u4F60\u53EF\u4EE5\u4F7F\u7528\u9019\u500B\u5FEB\u6377\u9375\u4F86\u5C08\u9580\u7FFB\u8B6F\u9801\u9762\u7684\u5168\u90E8\u5340\u57DF","browser.toggleOnlyTransation":"\u5207\u63DB\u96D9\u8A9E/\u50C5\u8B6F\u6587\u6A21\u5F0F","desc.toggleOnlyTransation":"\u50C5\u8B6F\u6587\u6A21\u5F0F\u6307\u7684\u662F\u53EA\u986F\u793A\u8B6F\u6587\uFF0C\u5982\u679C\u7DB2\u9801\u9084\u6C92\u6709\u7FFB\u8B6F\u7684\u8A71\uFF0C\u5C07\u6703\u5207\u63DB\u6A21\u5F0F\u4E26\u7FFB\u8B6F\u3002","browser.toggleTranslationMask":"\u5207\u63DB\u7576\u524D\u9801\u9762\u8B6F\u6587\u70BA\u6A21\u7CCA\u6548\u679C\uFF08\u5B78\u7FD2\u6A21\u5F0F\uFF09","desc.interfaceLanguage":"\u4ECB\u9762\u8A9E\u8A00\u8A2D\u7F6E\u5F71\u97FF\u63A7\u5236\u9762\u677F\u7684\u986F\u793A\u8A9E\u8A00\uFF0C\u548C\u7FFB\u8B6F\u7684\u76EE\u6A19\u8A9E\u8A00\u7121\u95DC",mouseHoverHoldKey:"\u61F8\u505C\u7FFB\u8B6F\u89F8\u767C\u9375",clickToSeeQuickDemo:"30 \u79D2\u5FEB\u901F\u6559\u5B78\u8996\u983B",shortcutDisableTooltip:"\u8ACB\u5728\u700F\u89BD\u5668\u63D0\u4F9B\u7684\u64F4\u5C55\u5FEB\u6377\u9375\u7BA1\u7406\u9801\u9762\u9032\u884C\u8A2D\u7F6E\uFF0C\u66F4\u591A\u6307\u5F15\u8ACB\u67E5\u770B\u672C\u9801\u9762\u6700\u4E0A\u65B9\u7684\u8AAA\u660E",floatBallOptions:"\u61F8\u6D6E\u7403","subtitle.autoEnableSubtitle":"\u81EA\u52D5\u958B\u555F\u96D9\u8A9E\u5B57\u5E55","floatBall.longPress":"\u9577\u6309\u53EF\u5FEB\u901F\u6253\u958B\u8A2D\u7F6E\u9762\u677F\u54E6",notLoginPro:"\u60A8\u9084\u672A\u767B\u9304\u60A8\u7684\u6703\u54E1\u8CEC\u6236",upgradeToProErrorTitle:"\u8ACB\u5347\u7D1A\u70BA Pro \u6703\u54E1\u518D\u4F7F\u7528\u8A72\u7FFB\u8B6F\u670D\u52D9",translationOnlyMode:"\u50C5\u8B6F\u6587\u6A21\u5F0F",translationOnlyModeDescription:"\u50C5\u8B6F\u6587\u6A21\u5F0F\u6307\u7684\u662F\u53EA\u986F\u793A\u8B6F\u6587\uFF0C\u800C\u4E0D\u662F\u9ED8\u8A8D\u7684\u96D9\u8A9E\u6A21\u5F0F\u3002\u6CE8\u610F\uFF1A\u7531\u65BC\u6280\u8853\u7684\u9650\u5236\u554F\u984C\uFF0C\u5728\u50C5\u8B6F\u6587\u6A21\u5F0F\u4E0B\uFF0C\u539F\u6587\u7684\u8D85\u9023\u7D50\u5C07\u6703\u5931\u6548","description.baiduField":"\u652F\u6301\u7684\u9818\u57DF\u898B<1>\u9019\u88E1\uFF0C\u70BA\u7A7A\u5247\u8868\u793A\u4E0D\u6307\u5B9A\u9818\u57DF",temprarilyChangeTranslationTo_openai:"\u6B63\u5728\u4F7F\u7528 OpenAI \u7FFB\u8B6F\u7576\u524D\u9801\u9762",temprarilyChangeTranslationTo_google:"\u6B63\u5728\u4F7F\u7528 Google \u7FFB\u8B6F\u7576\u524D\u9801\u9762",temprarilyChangeTranslationTo_bing:"\u6B63\u5728\u4F7F\u7528\u5FAE\u8EDF\u7FFB\u8B6F\u7576\u524D\u9801\u9762",temprarilyChangeTranslationTo_gemini:"\u6B63\u5728\u4F7F\u7528 Gemini \u7FFB\u8B6F\u7576\u524D\u9801\u9762",temprarilyChangeTranslationTo_transmart:"\u6B63\u5728\u4F7F\u7528\u9A30\u8A0A\u7FFB\u8B6F\u7576\u524D\u9801\u9762",temprarilyChangeTranslationTo_deepl:"\u6B63\u5728\u4F7F\u7528 DeepL \u7FFB\u8B6F\u7576\u524D\u9801\u9762","widget.videoSubtitle":"\u5F71\u7247\u5B57\u5E55","widget.instruction":"\u4F7F\u7528\u8AAA\u660E","widget.translateFile":"PDF/ePub",buildSnapshots:"\u751F\u6210\u7DB2\u9801\u5FEB\u7167","widget.translateFileTooltip":"\u7FFB\u8B6F PDF\u3001EPUB\u3001SRT\u3001ASS\u3001HTML \u548C TXT \u6587\u4EF6","widget.videoSubtitleTooltip":"\u652F\u63F4 Youtube \u7B49 {count}+ \u5F71\u7247\u7DB2\u7AD9","widget.instructionTooltip":"\u67E5\u770B\u4F7F\u7528\u8AAA\u660E",alwaysTranslateSomeLanguage:"\u7E3D\u662F\u7FFB\u8B6F{language}\u9801\u9762",alwaysTranslateThisSite:"\u7E3D\u662F\u7FFB\u8B6F\u8A72\u7DB2\u7AD9",neverTranslateThisSite:"\u6C38\u4E0D\u7FFB\u8B6F\u8A72\u7DB2\u7AD9",loggedIn:"\u5DF2\u767B\u5165",touchShortcutsToggleTranslatePage:"\u8A2D\u7F6E\u89F8\u5C4F\u624B\u52E2\u4F86\u7FFB\u8B6F\u7DB2\u9801/\u986F\u793A\u539F\u6587","desc.touchShortcutsToggleTranslatePage":"\u8A2D\u7F6E\u5F8C\uFF0C\u5728\u79FB\u52D5\u8A2D\u5099\u6642\uFF0C\u53EF\u4EE5\u540C\u6642\u7528 X \u500B\u624B\u6307\u89F8\u6478\u5C4F\u5E55\u3001\u5DE6\u53F3\u6ED1\u52D5\u6216\u9023\u7E8C\u9EDE\u64CA\uFF0C\u89F8\u767C\u7FFB\u8B6F\u7DB2\u9801/\u986F\u793A\u539F\u6587",touchShortcutsToggleTranslationMask:"\u8A2D\u7F6E\u89F8\u5C4F\u624B\u52E2\u986F\u793A\u7FFB\u8B6F\u906E\u7F69/\u986F\u793A\u539F\u6587","desc.touchShortcutsToggleTranslationMask":"\u7FFB\u8B6F\u906E\u7F69\u662F\u6307\u8B6F\u6587\u6A23\u5F0F\u88E1\u7684\u6A21\u7CCA\u6548\u679C\uFF08\u5B78\u7FD2\u6A21\u5F0F\uFF09\uFF0C\u958B\u555F\u5F8C\u81E8\u6642\u5C0D\u8B6F\u6587\u4F7F\u7528\u6A21\u7CCA\u6548\u679C\uFF0C\u65B9\u4FBF\u5B78\u7FD2",touchShortcutsToggleTranslatePageOnlyTranslation:"\u8A2D\u7F6E\u89F8\u5C4F\u624B\u52E2\u5207\u63DB\u96D9\u8A9E/\u50C5\u8B6F\u6587\u6A21\u5F0F","desc.touchShortcutsToggleTranslatePageOnlyTranslation":"\u53EA\u986F\u793A\u8B6F\u6587\u662F\u6307\u50C5\u986F\u793A\u8B6F\u6587\uFF0C\u5982\u679C\u7DB2\u9801\u9084\u6C92\u6709\u7FFB\u8B6F\u7684\u8A71\uFF0C\u5C07\u6703\u5207\u63DB\u6A21\u5F0F\u4E26\u7FFB\u8B6F\u3002",touchShortcutsToggleTranslateTouchElement:"\u8A2D\u7F6E\u89F8\u5C4F\u624B\u52E2\u7FFB\u8B6F\u6307\u5B9A\u6BB5\u843D","desc.touchShortcutsToggleTranslateTouchElement":"\u81EA\u5B9A\u7FA9\u4E00\u500B\u624B\u52E2\uFF0C\u5373\u53EF\u7FFB\u8B6F\u60A8\u6240\u5728\u7684\u4EFB\u4F55\u6BB5\u843D",touchShortcutsOff:"\u95DC\u9589","fingers.2":"\u96D9\u6307\u89F8\u6478","fingers.3":"\u4E09\u6307\u89F8\u6478","fingers.4":"\u56DB\u6307\u89F8\u6478","fingers.5":"\u4E94\u6307\u89F8\u6478","multipleClick.2":"\u96D9\u64CA","multipleClick.3":"\u4E09\u9023\u64CA","multipleClick.4":"\u56DB\u9023\u64CA","slide.left":"\u5411\u53F3\u6ED1\u52D5","slide.right":"\u5411\u5DE6\u6ED1\u52D5",contact:"\u806F\u7D61\u6211\u5011","contact.description":"\u5982\u679C\u60A8\u6709\u4EFB\u4F55\u554F\u984C\u6216\u5EFA\u8B70\uFF0C\u6B61\u8FCE\u586B\u5BEB\u4E0B\u65B9\u8868\u55AE\u806F\u7D61\u6211\u5011\uFF0C\u6216\u8005\u767C\u9001\u90F5\u4EF6\u81F3 {email}\uFF0C\u6211\u5011\u6703\u76E1\u5FEB\u56DE\u8986\u60A8\u3002","font.none":"\u7121","font.Microsoft YaHei":"\u5FAE\u8EDF\u96C5\u9ED1","font.SimSun":"\u5B8B\u9AD4","font.NSimSun":"\u65B0\u5B8B\u9AD4","font.Microsoft JhengHei":"\u5FAE\u8EDF\u6B63\u9ED1\u9AD4","font.KaiTi":"\u6977\u9AD4","font.FangSong":"\u4EFF\u5B8B","font.PingFang SC":"\u860B\u65B9","font.STHeiti":"\u83EF\u6587\u9ED1\u9AD4","font.STKaiti":"\u83EF\u6587\u6977\u9AD4","font.STSong":"\u83EF\u6587\u5B8B\u9AD4","font.STFangsong":"\u83EF\u6587\u4EFF\u5B8B","font.STZhongsong":"\u83EF\u6587\u4E2D\u5B8B","font.STHupo":"\u83EF\u6587\u7425\u73C0","font.STXinwei":"\u83EF\u6587\u65B0\u9B4F","font.STLiti":"\u83EF\u6587\u96B8\u66F8","font.STXingkai":"\u83EF\u6587\u884C\u6977","font.Hiragino Sans GB":"\u51AC\u9752\u9ED1\u9AD4","font.Lantinghei SC":"\u862D\u4EAD\u9ED1","font.Hanzipen SC":"\u6F22\u5100\u7FE9\u7FE9\u9AD4","font.Hannotate SC":"\u6F22\u5100\u6CE8\u9ED1","font.Songti SC":"\u5B8B\u9AD4","font.Wawati SC":"\u5A03\u5A03\u9AD4","font.Weibei SC":"\u9B4F\u7891","font.Xingkai SC":"\u884C\u6977","font.Yapi SC":"\u96C5\u75DE","font.Yuanti SC":"\u5713\u9AD4","browser.toggleVideoSubtitlePreTranslation":"\u5207\u63DB\u96D9\u8A9E\u5B57\u5E55\u512A\u5148\u4F7F\u7528\u6C89\u6D78\u5F0F\u7FFB\u8B6F\u8A2D\u7F6E","desc.toggleVideoSubtitlePreTranslation":"\u6309\u4E0B\u5F8C\uFF0C\u8996\u983B\u96D9\u8A9E\u5B57\u5E55\u6703\u512A\u5148\u4F7F\u7528\u6C89\u6D78\u5F0F\u7FFB\u8B6F\u7684\u8A2D\u7F6E\uFF0C\u518D\u6B21\u6309\u4E0B\u6703\u512A\u5148\u4F7F\u7528\u539F\u8996\u983B\u81EA\u5E36\u7684\u6A5F\u7FFB\u5B57\u5E55\uFF0C\u6CE8\u610F\uFF1A\u8A72\u5FEB\u6377\u65B9\u5F0F\u4FEE\u6539\u7684\u662F\u5168\u5C40\u8A2D\u7F6E",videoSubtitlePreTranslationOn:"\u8996\u983B\u5B57\u5E55\u5C07\u512A\u5148\u4F7F\u7528\u6C89\u6D78\u5F0F\u7FFB\u8B6F",videoSubtitlePreTranslationOff:"\u8996\u983B\u5B57\u5E55\u5C07\u512A\u5148\u4F7F\u7528\u539F\u8996\u983B\u81EA\u5E36\u7684\u6A5F\u7FFB\u5B57\u5E55",translationFont:"\u8A2D\u7F6E\u5B57\u9AD4","translationFont.custom":"\u8F38\u5165\u81EA\u5B9A\u7FA9\u5B57\u9AD4","translationFont.customPlaceholder":"\u5B57\u9AD4","translationFont.notSupportErrorMessage":"\u8ACB\u6AA2\u67E5\u60A8\u8F38\u5165\u7684\u5B57\u9AD4\u540D\u7A31\u662F\u5426\u6B63\u78BA\uFF0C\u6216\u78BA\u8A8D\u8A72\u5B57\u9AD4\u5DF2\u5728\u60A8\u7684\u8A2D\u5099\u4E0A\u5B89\u88DD\u3002","touch.mouse-translate":"\u7FFB\u8B6F\u6307\u5B9A\u6BB5\u843D","error.serveConfigError":"\u670D\u52D9\u914D\u7F6E\u932F\u8AA4","error.reloadPageOfSetting":"\u914D\u7F6E\u5F8C\uFF0C\u8ACB\u5237\u65B0\u9801\u9762\u518D\u6B21\u7FFB\u8B6F\u3002","error.googleLimitIp":"\u670D\u52D9\u8FD4\u56DE\u932F\u8AA4\uFF0C\u8C37\u6B4C\u670D\u52D9\u5DF2\u5C0D\u8A72IP\u5730\u5740\u9032\u884C\u9650\u6D41\uFF0C\u5EFA\u8B70\u60A8\u66F4\u63DB\u7DB2\u7D61\u7BC0\u9EDE\u3002","error.openAIFreeLimit":"\u670D\u52D9\u8FD4\u56DE\u932F\u8AA4\uFF0C\u7576\u524D\u7684\u7FFB\u8B6F\u8ACB\u6C42\u983B\u7387\u5DF2\u9054\u5230\u6BCF\u5206\u9418\u6700\u591A 3 \u6B21\u7684\u4E0A\u9650\uFF0C\u8ACB\u7A0D\u5F8C\u518D\u8A66\u3002\uFF08\u9019\u662F OpenAI \u5B98\u65B9\u5C0D\u514D\u8CBB API Key \u7684\u9650\u5236\uFF0C\u82E5\u8981\u89E3\u9664\u6B64\u9650\u5236\uFF0C\u8ACB\u5728 OpenAI \u5F8C\u53F0\u7D81\u5B9A\u4FE1\u7528\u5361\u3002\uFF09","error.openAIExceededQuota":"\u670D\u52D9\u8FD4\u56DE\u932F\u8AA4\uFF1A\u4F60\u7576\u524D\u7684 OpenAI \u8CEC\u6236\u9918\u984D\u4E0D\u8DB3\uFF0C\u8ACB\u5728 OpenAI \u5B98\u65B9\u5F8C\u53F0\u9032\u884C\u5145\u503C\u6216\u8005\u7D81\u5B9A\u4FE1\u7528\u5361\u3002","error.429":"\u670D\u52D9\u8FD4\u56DE\u932F\u8AA4\uFF0C\u8AAA\u660E\u8ACB\u6C42\u904E\u65BC\u983B\u7E41\u6216\u8D85\u51FA\u984D\u5EA6\u9650\u5236\uFF0C\u8ACB\u7A0D\u5F8C\u518D\u8A66\u3002","error.403":"\u670D\u52D9\u8FD4\u56DE\u932F\u8AA4\uFF0C \u66AB\u6642\u6C92\u6709\u6B0A\u9650\u8A2A\u554F\u8A72\u670D\u52D9\u3002","error.400":"\u670D\u52D9\u8FD4\u56DE\u932F\u8AA4\uFF0C \u8ACB\u6C42\u53C3\u6578\u932F\u8AA4\uFF0C\u8ACB\u6AA2\u67E5\u76F8\u61C9\u914D\u7F6E\u3002","error.502":"\u670D\u52D9\u8FD4\u56DE\u932F\u8AA4\uFF0C \u670D\u52D9\u8D85\u6642\uFF0C\u8ACB\u7A0D\u5F8C\u518D\u8A66\u3002","error.proTokenInvalid":"\u82E5\u60A8\u662FPro\u7528\u6236\uFF0C\u8ACB\u767B\u9678\u5F8C\u518D\u4F7F\u7528Pro\u7FFB\u8B6F\u670D\u52D9","error.proUpgrade":"\u5347\u7D1A\u5F8C\uFF0C\u8ACB\u5237\u65B0\u9801\u9762\u518D\u6B21\u7FFB\u8B6F\u3002","error.configError":"\u914D\u7F6E\u6578\u64DA\u7570\u5E38","error.goReset":"\u524D\u5F80\u91CD\u7F6E",batchEdit:"\u6279\u6B21\u64CD\u4F5C","translationServices.inherit":"\u8DDF\u96A8\u4E3B\u7FFB\u8B6F\u670D\u52D9","translationModeLang.translation.title":"\u50C5\u8B6F\u6587\u6A21\u5F0F\u7684\u8A9E\u8A00","translationModeLang.translation.description":"\u7576\u9801\u9762\u8A9E\u8A00\u70BA\u4E0B\u5217\u8A9E\u8A00\u6642\uFF0C\u6703\u81EA\u52D5\u4F7F\u7528\u50C5\u8B6F\u6587\u6A21\u5F0F","translationModeUrl.translation.title":"\u50C5\u8B6F\u6587\u6A21\u5F0F\u7684\u7DB2\u5740","translationModeUrl.translation.description":"\u7576\u7DB2\u7AD9\u70BA\u4E0B\u5217\u57DF\u540D\u6642\uFF0C\u6703\u81EA\u52D5\u4F7F\u7528\u50C5\u8B6F\u6587\u6A21\u5F0F",download_started:"\u4E0B\u8F09\u5DF2\u7D93\u958B\u59CB\uFF0C\u5982\u679C\u6C92\u6709\u81EA\u52D5\u4E0B\u8F09\uFF0C\u8ACB\u624B\u52D5\u9EDE\u64CA",here:"\u9019\u88E1","error.serveUnavailable":"\u60A8\u76EE\u524D\u6240\u4F7F\u7528\u7684 [{serverName}] \u670D\u52D9\u56E0\u7DB2\u8DEF\u9023\u7DDA\u6216\u670D\u52D9\u63D0\u4F9B\u5546\u7684\u554F\u984C\u66AB\u6642\u7121\u6CD5\u8A2A\u554F\u3002\u5EFA\u8B70\u60A8\u5617\u8A66\u5237\u65B0\u9801\u9762\u6216\u900F\u904E<1>\u8A2D\u5B9A\u66F4\u63DB\u5176\u4ED6\u7FFB\u8B6F\u670D\u52D9\u3002\u82E5\u60A8\u662F<2>Pro\u6703\u54E1\uFF0C\u53EF\u4EE5\u9078\u64C7\u4F7F\u7528\u66F4\u70BA\u7A69\u5B9A\u7684 DeepL \u6216 OpenAI \u7FFB\u8B6F\u670D\u52D9\uFF08<3>\u9EDE\u6B64\u514D\u8CBB\u9AD4\u9A57\uFF09\u3002 \u53E6\u5916\uFF0C\u60A8\u4E5F\u53EF\u80FD\u9700\u8981\u6AA2\u67E5\u60A8\u7684\u7DB2\u8DEF\u6216\u4EE3\u7406\u8A2D\u5B9A\u3002",detectServiceLoading:"\u6B63\u5728\u6AA2\u6E2C\u53EF\u7528\u7684\u7FFB\u8B6F\u670D\u52D9...",toggleToService:"\u5207\u63DB\u5230{service}\u4E26\u91CD\u8A66","error.gemini.429":"\u7576\u524D Gemini \u670D\u52D9\u7576\u524D\u627F\u8F09\u80FD\u529B\u5DF2\u9054\u4E0A\u9650\uFF0C\u8ACB\u60A8\u7A0D\u5F8C\u518D\u8A66\uFF0C\u6216\u8005\u5207\u63DB\u5230\u5176\u4ED6\u7FFB\u8B6F\u670D\u52D9",enableSentryReport:"\u7576\u64F4\u5C55\u767C\u751F\u932F\u8AA4\u6642\uFF0C\u4F7F\u7528 Sentry \u63D0\u4EA4\u53CD\u994B","translationServices.gemini":"\u96D9\u5B50\u5EA7","error.subscriptionExpiredTitle":"\u6703\u54E1\u5DF2\u904E\u671F","error.subscriptionExpired":"\u60A8\u7684\u6703\u54E1\u53EF\u80FD\u5DF2\u904E\u671F\uFF0C\u8ACB\u6AA2\u67E5\u60A8\u7684\u6703\u54E1\u72C0\u614B",geminiWarning:"\u6CE8\u610F\uFF1AGoogle \u63D0\u4F9B\u7684 Gemini \u7684\u514D\u8CBB\u670D\u52D9\u9650\u5236\u56B4\u683C\uFF0C\u53EF\u80FD\u6703\u88AB Google \u5224\u5B9A\u70BA\u7528\u6236\u5728\u4F7F\u7528\u591A\u500B Key \u4F86\u898F\u907F\u4ED6\u5011\u7684\u514D\u8CBB\u914D\u984D\u9650\u5236\uFF0C\u4E0D\u5EFA\u8B70\u4F7F\u7528\uFF0C\u5EFA\u8B70\u7B49\u5F85 Google \u672A\u4F86\u958B\u653E Gemini \u4ED8\u8CBB\u63A5\u53E3\u5F8C\u518D\u4F7F\u7528\u3002","floatBall.setting":"\u8A2D\u7F6E","floatBall.translateToLanguage":"\u9EDE\u64CA\u7FFB\u8B6F\u70BA{language}","floatBall.file":`\u7FFB\u8B6FPDF\u3001EPUB\u3001SRT\u3001 ASS\u3001HTML\u3001TXT\u6587\u4EF6`,changeToDualTranslationMode:"\u5207\u63DB\u9810\u8A2D\u8B6F\u6587\u6A21\u5F0F\u70BA\u96D9\u8A9E\u5C0D\u7167",changeToOnlyTempTranslationMode:`\u7576\u524D\u70BA\u96D9\u8A9E\u5C0D\u7167 \u9EDE\u64CA\u5207\u63DB\u70BA\u50C5\u8B6F\u6587`,changeToOnlyTranslationMode:"\u5207\u63DB\u9810\u8A2D\u7FFB\u8B6F\u6A21\u5F0F\u70BA\u50C5\u986F\u793A\u8B6F\u6587",changeToDualTempTranslationMode:`\u7576\u524D\u70BA\u50C5\u8B6F\u6587 @@ -4984,7 +4984,7 @@ ass\u3001HTML\u3001TXT\u6A94\u6848`,"description.multiplePrompt":`\u7576\u6BB5\u {env.imt_sub_trans_field}: \u8B6F\u6587 - id: 2 {env.imt_sub_source_field}: Source - {env.imt_sub_trans_field}: \u8B6F\u6587`,"subtitle.quickButton.translationPosition":"\u8B6F\u6587\u4F4D\u7F6E","subtitle.quickButton.cyan":"\u9752\u8272","subtitle.quickButton.translationPositionTop":"\u539F\u6587\u4E0A\u65B9","subtitle.quickButton.translationPositionBottom":"\u539F\u6587\u4E0B\u65B9","subtitle.quickButton.yellow":"\u9EC3\u8272","subtitle.quickButton.black":"\u9ED1\u8272","subtitle.quickButton.white":"\u767D\u8272","subtitle.quickButton.setting":"\u8A2D\u7F6E","subtitle.quickButton.blue":"\u85CD\u8272","subtitle.quickButton.backgroundColor":"\u80CC\u666F\u984F\u8272","subtitle.quickButton.sourceFontSize":"\u539F\u59CB\u5B57\u9AD4\u5927\u5C0F","subtitle.quickButton.translationFontSize":"\u7FFB\u8B6F\u6587\u5B57\u9AD4\u5927\u5C0F","translationServices.claude":"\u514B\u52DE\u5FB7","subtitle.quickButton.sourceTextColor":"\u539F\u59CB\u5B57\u9AD4\u984F\u8272","subtitle.quickButton.red":"\u7D05\u8272","subtitle.quickButton.translationTextColor":"\u7FFB\u8B6F\u6587\u5B57\u9AD4\u984F\u8272","subtitle.quickButton.magenta":"\u6D0B\u7D05\u8272","subtitle.quickButton.green":"\u7DA0\u8272","subtitle.quickButton.backgroundOpacity":"\u80CC\u666F\u4E0D\u900F\u660E\u5EA6",attachSubtitleTranslating:"\u6B63\u5728\u4F7F\u7528 {service} \u7FFB\u8B6F\u4E2D...","error.claude.403":"\u66AB\u7121\u6B0A\u9650\u8A2A\u554F\u670D\u52D9\uFF0C\u53EF\u80FD\u8207 Claude \u7684\u5730\u5340\u9650\u5236\u6709\u95DC\uFF0C\u60A8\u53EF\u4EE5\u5617\u8A66\u5207\u63DB\u60A8\u7684 IP \u5730\u5740\uFF0C\u6216\u8005\u4F7F\u7528\u5176\u4ED6\u7FFB\u8B6F\u670D\u52D9\u3002","browser.brandDescriptionForSafari":"\u3010\u6C89\u6D78\u5F0F\u7FFB\u8B6F\u3011\u4E00\u6B3E\u514D\u8CBB\u7684\uFF08\u539F\u6587/\u8B6F\u6587\uFF09\u96D9\u8A9E\u5C0D\u7167\u7DB2\u9801\u7FFB\u8B6F\u63D2\u4EF6\uFF0C\u540C\u6642\u652F\u6301PDF\u7FFB\u8B6F\u548CEPUB\u96FB\u5B50\u66F8\u7FFB\u8B6F\u4E14\u4FDD\u7559\u539F\u6587\u6A94\u6392\u7248\uFF0CYoutube/Netflix\u7B49\u5728\u7DDA\u8996\u983B\u96D9\u8A9E\u5B57\u5E55\u7FFB\u8B6F\uFF0C\u652F\u6301Deepl/Google\u7B49\u4E3B\u6D41\u7FFB\u8B6F\u670D\u52D9;","browser.PdfProFile":"AI \u9A45\u52D5\u7684 PDF Pro \u7FFB\u8B6F","browser.textTranslate":"\u6587\u672C\u7FFB\u8B6F\uFF08\u5C0D\u6BD4\u591A\u500B\u7FFB\u8B6F\u670D\u52D9\uFF09"};var _l={nologin:"Not logged in",loginForSafari:"Sign In or Sign Up",login:"Log In",goLogin:"Sign In",manageAccount:"Manage Account",openPremium:"Upgrade to Pro",logout:"Logout",curentPlan:"Current Plan",endAt:"Expires",endAuto:"Auto Renew",lineBreakMaxTextCount:"Maximum characters per sentence after line break","translate-pdf":"Translate PDF","noSupportTranslate-pdf":"This script is not supported. Please use a plugin.","translate-firefox-local-pdf":"Go to upload PDF",enableLineBreak:"Enable automatic line wrapping for long paragraphs",sponsorLabel:"Sponsor developers from $1 (monthly or one-time)",help:"Help",enableLineBreakDescription:"After activating, insert line breaks at the end of each sentence in lengthy paragraphs for improved readability.","browser.shortBrandName":"Immersive Translate","browser.brandName":"Immersive Translate - Translate Website & PDF","browser.brandDescription":"Free Translate Website, Translate PDF & Epub eBook, Translate Video Subtitles in Bilingual","browser.toggleTranslatePage":"Translate webpage/Display original text","browser.toggleTranslateTheWholePage":"Translate entire page/Display original text","browser.toggleTranslateToThePageEndImmediately":"Translate instantly to the bottom of the page/Display original text","browser.toggleTranslateTheMainPage":"Translate main page /Display original text","browser.shareToDraft":"Share Bilingual Page","browser.openOptionsPage":"Open Settings Page","browser.translateLocalPdfFile":"Translate local PDF File","browser.openEbookViewer":"Read local e-books","browser.openEbookBuilder":"Create Bilingual EPUB E-books","browser.translateLocalHtmlFile":"Translate HTML/txt File","browser.donateContext":"Explore Sponsorship Benefits","browser.translateLocalSubtitleFile":"Translate Local Subtitle File",confirmResetConfig:"Are you sure you want to reset settings?",translationLineBreakSettingTitle:"Line break setting",smartLineBreak:"Smart Wrap",alwaysLineBreak:"Always Wrap",isShowContextMenu:"Add Translation to Right-Click Menu",toggleBeta:"Enable Beta Testing Features",betaDescription:"Enable experimental features and test translation services. Join the <1>Telegram group for more information.",translationLineBreakSettingDescription:"Always Wrap is suitable for layouts with less content, providing a neater appearance. (For longer paragraphs with over {count} characters, use Smart Wrap for a more space-efficient display.)",tempTranslateDomainTitle:"Temporarily Activate Website Translation Time",tempTranslateDomainDescription:"When manually translating a webpage, temporarily enable automatic translation for the site. You can set a temporary duration.",xMinutes:"{count} minutes",disabled:"Disable",changelog:"Change Log",toggleTranslatePageWhenThreeFingersOnTheScreen:"Touch screen with multiple fingers to translate webpage/display original text",toggleTranslationMaskWhenThreeFingersOnTheScreen:"Touch screen with multiple fingers to show/hide the blurry effect of the translated text",addUrlDescription:"You can specify domain names, and also use wildcard characters, such as: *.google.com, google.com/mail/*, https://www.google.com/*",general:"General",clickToExpandConfig:"Expand current configuration",import:"Import from file",export:"Export to file",toggleDebug:"Print debug logs to console","fingers.0":"Close",mouseHoldKey:"+ {key} translate/restore this paragraph",mouseHoldKeyAuto:"immediately translate this paragraph",mouseHoldKeyOff:"Do nothing",mouseHoldKeyOther:"Custom shortcut key (open settings)",mouseHoldKeyCustomKey:"{key} translate/restore this paragraph","mouse-translate":"Hover",document:"Document",resetSuccess:"Reset all settings successful",resetThisSuccess:"Reset successful",saved:"Saved successfully",successImportConfig:"Configuration imported successfully",goAdvancedSettings:"Go to Advanced Settings Page",goAdvancedInterfaceSettings:"Go to Advanced Custom Settings Page",advanced:"Advanced Settings",advancedDescription:"Generally, there's no need to adjust; keep the default settings. These options are provided for more advanced users seeking a more personalized experience.",developer:"Developer settings",donateCafe:"Pricing","translate to the bottom of the page":"After opening a webpage, do you want to translate to the bottom of the page immediately?",feedback:"Feedback",toggleTranslatePage:"Translate webpage/Show original text",translateToThePageEndImmediatelyDescription:"Once enabled, upon entering a webpage, it will immediately translate the content from the top to the bottom. If disabled, it will translate as you read. (Not recommended to enable)","translate all areas of the page":"Should all areas of the webpage be translated?",translationAreaDescription:"Once enabled, all areas of the entire webpage will be translated. If disabled, the default smart recognition will be used to translate only the main areas. (Not recommended to enable)","the number of characters to be translated first":"Translate the first few characters of the page directly, without waiting to scroll to the visible area.","interface language":"Interface language","display both the original text and the translation":"Display both the original text and the translation","keyboard shortcuts":"Keyboard shortcuts",modify:"Edit",reset:"Reset",close:"Close",homepage:"Home Page",more:"More",moreOptions:"Expand for more custom settings",translateTheWholePage:"Translate entire page",changeToTranslateTheWholePage:"Translate the Whole Page",changeToTranslateTheMainPage:"Translate the Main Content",changeToOnlyTranslationMode:"Show Translation only",changeToDualTranslationMode:"Show Bilingual Translation",translateToThePageEndImmediately:"Immediately translate to the bottom ",translateTheMainPage:"smart translate the main areas","The local rules are up to date":"Local rules are up to date:","Successfully synchronized with the latest official rules:":"Successfully synced latest official rules:","Checking for updates":"Checking for update","Rules are being synchronized":"Syncing official rules",localVersionIsTooOld:"The local extension version is too old, please upgrade the extension to {minVersion} or a newer version and try to sync again.",badUserscriptBrowser:"The current browser does not correctly support the interface of the Tampermonkey extension (such as obtaining version information of Tampermonkey scripts). Please use another <1>browser that supports Tampermonkey extensions, such as Firefox.",foundNewVersion:"New version available",theLocalExtensionIsUpToUpdate:"The current extension version is up to date.",failToSyncRules:"Failed to sync latest adaptive rules",retry:"Retry",failedReason:"Failure reason",currentRuleVersion:"Current Rule Version",calculating:"Calculating",unknownError:"Unknown Error",canNotFetchRemoteRule:"Unable to fetch remote rule",enableAlphaSuccess:"Alpha feature enabled successfully",disableAlphaSuccess:"Alpha feature has been disabled",cacheSize:"Cache size:",cleaning:"Cleaning",cleanCache:"Clear cache",options:"Options",about:"About",service:"Translation Service",needAction:"(go to settings)",goSettings:"go to settings",needActionForOptions:"(requires setting)",translationEngine:"Engine Options",sourceLanguage:"Original language",target:"Target Language",popupSourceLanguage:"Source",popupTarget:"Target",popupService:"Service",forThisSite:"Site",autoEnableSubtitle:"Auto-enable bilingual captions",alwaysTranslate:"Always translate",neverTranslate:"Never translate",neverTranslateSomeLanguage:"Never translate {language}",alwaysTranslateSomeSite:"Always translate {hostname}",neverTranslateSomeSite:"Never translate {hostname}",alwaysTranslateSomeSiteOrWildSite:"Always translate this site",alwaysTranslateSomePage:"Always translate this page",add:"Add",default:"Default",forThisLanguage:"For This Language:","add url":"Add URL",edit:"Edit",pickAll:"Select All","translate other languages into specific language":"Translate other languages into the language you set","select translation service":"Select a translation service",language:"Language","show-original":"Show Original",translate:"Translate",Translated:"Translated",Translating:"Translating",Error:"Error",allowCacheTranslations:"Enable local translation caching (reduce translation requests for repeated paragraphs)","translation display":"Translation display style","select diplay style":"See below for examples of different translation styles",interface:"Interface Settings",import_export:"Import/Export",import_export_title:"Import/Export Configuration",syncToGoogleDrive:"Sync Now with Google Drive",floatBallOptions:"Floating Button","floatBallOptions.enable":"Enable Floating Ball","floatBallOptions.blockUrls":"Blocked Websites","floatBallOptions.add":"Add","floatBallOptions.blockUrlDesc":"Don\u2019t show the floating ball on these websites","floatBallOptions.clickType":"Click Behavior","floatBallOptions.clickTypeDesc":"What happens when you click the floating ball icon","floatBallOptions.clickPopup":"Display Translation Panel","floatBallOptions.clickTranslate":"Translate/Show Original Text","floatBallOptions.fixedPosition":"Fixed Position","floatBallOptions.fixedPositionDesc":"Whether the float ball is on the left or right of the window","floatBallOptions.fixedPositionLeft":"Left","floatBallOptions.fixedPositionRight":"Right",previewAllThemes:"Preview all themes","translationTheme.none":"None","translationTheme.grey":"Black Gray","translationTheme.dashed":"Dotted lines","translationTheme.dotted":"Dotted lines","translationTheme.dashedBorder":"Dotted Border","translationTheme.solidBorder":"Solid Border","translationTheme.underline":"Straight line","translationTheme.mask":"Blur effect (learning mode)","translationTheme.opacity":"Transparency effect","translationTheme.paper":"White paper shadow effect","translationTheme.dividingLine":"Dividing line","translationTheme.highlight":"Highlight","translationTheme.marker":"Marker","translationTheme.marker2":"Maker2","translationTheme.blockquote":"quote style","translationTheme.weakening":"Weaken","translationTheme.italic":"Italic","translationTheme.bold":"Bold","translationTheme.thinDashed":"Thin dotted lines","translationTheme.nativeDashed":"System built-in dotted lines","translationTheme.nativeDotted":"System built-in dotted lines","translationTheme.nativeUnderline":"System built-in straight lines","translationTheme.wavy":"wavy lines","translationServices.custom":"Custom API","translationServices.tencent":"Tencent Translator","translationServices.tenAlpha":"Tencent Translator (Alpha)","translationServices.google":"Google Translate","translationServices.bai":"Baidu (Alpha)","translationServices.baidu":"Baidu translation","translationServices.aliyun":"Aliyun Translator","translationServices.volc":"Volcano Translation","translationServices.deeplx":"DeepLX (Alpha)","translationServices.bing":"Microsoft Translator","translationServices.deepl":"DeepL","translationServices.wechat":"Wechat translation","translationServices.azure":"Azure Translator","translationServices.ibm":"IBM Watson","translationServices.aws":"Amazon Translate","translationServices.mock":"Mock translation","translationServices.mock2":"Mock Translation2","translationServices.caiyun":"Caiyun Translation","translationServices.cai":"Caiyun Translation (Alpha)","translationServices.volcAlpha":"Volcano Translation (Alpha)","translationServices.openl":"OpenL","translationServices.youdao":"Youdao Translation","translationServices.you":"Youdao Translation (Alpha)","translationServices.transmart":"Tencent Smart Translation","translationServices.niu":"Niu Translation","translationServices.papago":"Papago Translation","translationServices.d":"DeeplX (Alpha)","translationServices.dpro":"D Pro (Canary)","translationServices.openai":"OpenAI","translationServices.yandex":"Yandex","translationServices.gemini":"Gemini","translationServices.chatgpt":"ChatGPT Web(3.5 mobile)","translate title":"Translate page title","always languages":"Always translate the following languages",neverTranslateLanguagesLabel:"Never Translated Languages",neverTranslateTheFollowingLanguagesDescription:"When a paragraph on a page is in one of the following languages, the translation will be skipped",enableUserscriptPagePopup:"Always show Popup windows on the page",enableUserscriptPagePopupDescription:"After closing the floating ball, you can use the shortcut key /{touch} to summon it. To prevent accidentally losing the floating ball after turning off this option, it is strongly recommended to bookmark this settings page.","always translate the following languages":"The following languages will always be translated","always sites":"Always translate the following sites","always translate the following sites":"The following sites will always be translated","never sites":"Never translate the following sites","never translate the following sites":"The following sites will never be translated","please refer to":"It can only be used after filling in the key. For details, please refer to",KeyAndConfigurationTutorial:"Key Application and Configuration Tutorial",useAboveStyleForTheseSites:"Sites that always use the {theme} translation style",currentUrl:"Current URL",confirm:"Save",cancel:"Cancel",delete:"Delete",syncToCloud:"Sync to cloud",syncToCloudDescription:"Upload the configuration to the cloud server, and you can synchronize the configuration between different browsers or Tampermonkey scripts, based on the last modification time.",syncToAccount:"Sync to account",syncToAccountButton:"Sync to account now",syncToAccountDescription:"Uploaded to the logged-in account, the configuration can be synchronized between different devices, and the last modification time shall prevail.",successSyncConfigInAccount:"Successfully synced with account",successSyncConfigToAccount:"Successfully synchronized to account",syncConfigNoUpdate:"Already up to date",authFail:"Authorization Failed",syncTitle:"Manual Backup Management",import_hint:"Import",upload:"Upload",revokeAuth:"Revoke Authorization",uploadFail:"Upload Failed",download:"Download",importSuccess:"Upload Success",importFail:"Import Failed",deleteFail:"Delete Failed",backupToCloud:"Manage backup files manually",create_new_backup:"Add backup node",maxBackupFiles:"Up to{count}different nodes can be backed up. Please delete unneeded nodes",backupToCloudDescription:"Upload or restore backup files manually, up to 3 different backups",successSyncConfig:"Successfully synced with cloud",syncFail:"Synchronization failed",updatedAt:"Updated at {date}",lastSyncedAt:"Last checked at {date}",downloadFail:"Download failed",clickToDownload:"Click to download",aboutLabel:"About - Feedback ","browser.openAboutPage":"About / Feedback/Sponsor",aboutLabelWithoutSponsor:"About - Feedback",aboutIntro:"We hope that all users will easily and pleasantly access to the enormous amount of foreign language information available on the Internet \u2764\uFE0F. You can choose to subscribe to <6>Pro membership to use the out-of-the-box DeepL and OpenAI translation.

Follow us on<3>Twitter, <4>Telegram Channel, WeChat public account, WeChat community group, or subscribe to updates via <5>email below.
<7>Pro members can contact us through the quick customer service email <8>support@immersivetranslate.com.",aboutIntroWithoutSponsor:"The extension is completely free. We hope that everyone can easily and joyfully access the vast foreign language information on the Internet \u2764\uFE0F.

Follow us on <3>Twitter, <4>Telegram channel, WeChat public account, WeChat community group, or subscribe to updates via <5>email below.",projectHomepage:"Project Homepage",joinTelegramGroup:"Join our communities for feature discussion",wechatPublicAccount:"Wechat Official Account",wechatCommunities:"Wechat Group",qqCommunities:"QQ Channel",joinTelegramChannel:"Subscribe to our Telegram channel to get the latest updates",feedbackAndJoin:"Feedback",autoSync:"Auto-Time Sync",loadingThemeTitle:"Loading Style",loadingThemeDescription:"Set the style of waiting for the translation to load","loadingTheme.spinner":"Spinning icon","loadingTheme.text":"Static Text... ","loadingTheme.none":"Disabled",developerDescription:"You can click <1>here to see the documentation related to advanced customization","edit border color":"Edit border color",successSyncButNoChange:"The current configuration is consistent with that in the cloud server",customTheme:"Customize colors and sizes","customThemeLabel.borderColor":"Border color","customThemeLabel.borderRadius":"Border Round Corner","customThemeLabel.textColor":"Text color","customThemeLabel.backgroundColor":"Background color","customThemeLabel.zoom":"Font scale (%)","customThemeLabel.opacity":"Text opacity (%)",resetToDefaultColor:"Reset to default colors",resetToDefaultSettings:"Reset to default settings",isTranslateTitle:"Enable translate page title",isTranslateTitleDescription:"When enabled, the webpage title will be translated",enableSearchEnhancement:"Enable Search Enhancement",enableSearchEnhancementDescription:"After activation, the right sidebar will automatically display 'Google News' search results for the corresponding English keywords on supported websites (Google News, Google Search (for certain keywords), Xueqiu, East Money, Futu, Tiger Community).",verifyService:"Verify service",verified:"Successful","field.langs":"Supported Language Code","field.model":"Model","field.translationEngine":"Translation engine","field.limitPerMinute":"Max requests per minute","field.limitPerSecond":"Max requests per second","field.maxTextLengthPerRequest":"Maximum text length per request","field.maxTextGroupLengthPerRequest":"Maximum number of paragraphs per request","field.apiUrl":"Custom API interface address","field.placeholderDelimiters":"Reserved placeholders","description.custom":"Custom interface access requires reference documents","description.limitPerMinute":"When the number of requests exceeds this limit, it will be temporarily suspended until the beginning of the next minute. Due to various limitations of OpenAI's current services, please click <1>here to view the latest suggested values","description.limitPerSecond":"When the number of requests exceeds this limit, it will be temporarily suspended until the beginning of the next second. Due to various limitations of OpenAI's current services, please click <1>here to view the latest suggested values","description.generalLimitPerSecond":"When the number of requests exceeds the limit, it will enter a queue state until the beginning of the next second.","description.prompt":"The dialogue sent to {service} as a user, where {{text}} represents the text content of the paragraph, {{from}} represents the language of the paragraph, and {{to}} represents the target language.","description.maxTextLengthPerRequest":"By default multiple paragraphs will be merged to reduce the number of requests, but if the total length of the paragraphs is too long, it may also cause the interface to respond slowly, so you can try to adjust this option to optimize speed","description.systemPrompt":"Send the conversation to OpenAI as a system, where {{text}} represents the text content of the paragraph, {{from}} represents the original language of the paragraph, and {{to}} represents the target language.","field.domain":"Domain","description.domain":"The default is: general. It can only be set when domain translation is activated in the Youdao API console, and the supported domains can be seen <1>Here ","field.scene":"Scenarios","description.scene":"The default is: general. It can be set only if the Alibaba Cloud API console has the Machine Translation Professional Edition enabled. Supported scenes can be found <1>here.","field.vocabId":"User dictionary ID","description.vocabId":"Specified dictionary out_id, currently supported in English translation","description.model":"OpenAI's models, such as gpt-3.5-turbo, gpt-4, etc","description.maxTextGroupLengthPerRequest":"The number of paragraphs sent to translation service each time. Sending too many paragraphs to OpenAI at once can slow down the interface.","description.apiUrl":"Please add a specific URL with a path, <1>more instructions",enabledExtension:"Enable extensions",clickToDisableExtension:"Click to disable extension",clickToEnableExtension:"Click to enable the extension",hasBeenDisabled:"Disabled","show password":"Show password",customContent:"Enter the name of the custom model",inputOptions:"Enhanced input box",mouseHoverOptions:"Mouse Hover",modifyMouseHoverKey:"Modify mouse hover shortcuts",enableInputTranslation:"enhanced input box?",enableInputTranslationDescription:"When enabled, enter {startingKey}{startingKey} direct in the input box and hit{inputTrailingTriggerKeyRepeatTimes}times{trailingKey}, translated into {inputTargetLanguage}",enableInputTranslationDescriptionForNoneKey:'When enabled, simply enter "Hello World" in the input box, then quickly press {inputTrailingTriggerKeyRepeatTimes} times on {trailingKey}, and it will be translated into the default target language.',inputTargetLanguage:"Set the default target language for the input box",inputTargetLanguageDescription:"The default target language for the translation input box, which is {startingKey}{startingKey} as the default language for triggering words.",inputTargetLanguageDescriptionForNoneKey:"Default target language for translation input box",inputStartingTriggerKeyTitle:"Set the delimiter character for partial translation of the input box",inputStartingTriggerKeyDescription:"When you don\u2019t need to translate the entire input box, the delimiter allows you to only translate the part from {startingKey}{startingKey} to the end of the input box. You can also specify a language code, for example: {startingKey}ja means to only translate the part from {startingKey}ja to the end of the input box",inputStartingTriggerKeyDescriptionForNoneKey:"The current setting does not require a prefix, so the partial text translation function of the input box cannot be used temporarily",inputTrailingTriggerKeyTitle:"Select a trigger character to indicate the end of input.",inputTrailingTriggerKeyDescription:"Quickly hitting {trailingKey} 3 times will start the translation",inputTrailingTriggerKeyTimeout:"Enter the interval time to end the trailing trigger",inputTrailingTriggerKeyTimeoutDescription:"Set the interval time for the end of input combo trigger (milliseconds)",spaceKey:"",noneKey:"No prefix needed, translate the entire text box directly",inputTranslationBlockUrlsTitle:"Do not enable input box enhancement on the following URLs",inputTranslationBlockUrlsDescription:"The input box enhancement will not work in the following URL",inputHelperInfo:`Note: We have optimized the system to address an issue where certain characters in Chinese input methods were being converted into Chinese punctuation marks. For instance, when using Sogou Input Method, "/" would be changed to "\u3001". We now recognizes all corresponding Chinese symbols as triggering characters, including "//" and "\u3001\u3001". + {env.imt_sub_trans_field}: \u8B6F\u6587`,"subtitle.quickButton.translationPosition":"\u8B6F\u6587\u4F4D\u7F6E","subtitle.quickButton.cyan":"\u9752\u8272","subtitle.quickButton.translationPositionTop":"\u539F\u6587\u4E0A\u65B9","subtitle.quickButton.translationPositionBottom":"\u539F\u6587\u4E0B\u65B9","subtitle.quickButton.yellow":"\u9EC3\u8272","subtitle.quickButton.black":"\u9ED1\u8272","subtitle.quickButton.white":"\u767D\u8272","subtitle.quickButton.setting":"\u8A2D\u7F6E","subtitle.quickButton.blue":"\u85CD\u8272","subtitle.quickButton.backgroundColor":"\u80CC\u666F\u984F\u8272","subtitle.quickButton.sourceFontSize":"\u539F\u59CB\u5B57\u9AD4\u5927\u5C0F","subtitle.quickButton.translationFontSize":"\u7FFB\u8B6F\u6587\u5B57\u9AD4\u5927\u5C0F","translationServices.claude":"\u514B\u52DE\u5FB7","subtitle.quickButton.sourceTextColor":"\u539F\u59CB\u5B57\u9AD4\u984F\u8272","subtitle.quickButton.red":"\u7D05\u8272","subtitle.quickButton.translationTextColor":"\u7FFB\u8B6F\u6587\u5B57\u9AD4\u984F\u8272","subtitle.quickButton.magenta":"\u6D0B\u7D05\u8272","subtitle.quickButton.green":"\u7DA0\u8272","subtitle.quickButton.backgroundOpacity":"\u80CC\u666F\u4E0D\u900F\u660E\u5EA6",attachSubtitleTranslating:"\u6B63\u5728\u4F7F\u7528 {service} \u7FFB\u8B6F\u4E2D...","error.claude.403":"\u66AB\u7121\u6B0A\u9650\u8A2A\u554F\u670D\u52D9\uFF0C\u53EF\u80FD\u8207 Claude \u7684\u5730\u5340\u9650\u5236\u6709\u95DC\uFF0C\u60A8\u53EF\u4EE5\u5617\u8A66\u5207\u63DB\u60A8\u7684 IP \u5730\u5740\uFF0C\u6216\u8005\u4F7F\u7528\u5176\u4ED6\u7FFB\u8B6F\u670D\u52D9\u3002","browser.brandDescriptionForSafari":"\u3010\u6C89\u6D78\u5F0F\u7FFB\u8B6F\u3011\u4E00\u6B3E\u514D\u8CBB\u7684\uFF08\u539F\u6587/\u8B6F\u6587\uFF09\u96D9\u8A9E\u5C0D\u7167\u7DB2\u9801\u7FFB\u8B6F\u63D2\u4EF6\uFF0C\u540C\u6642\u652F\u6301PDF\u7FFB\u8B6F\u548CEPUB\u96FB\u5B50\u66F8\u7FFB\u8B6F\u4E14\u4FDD\u7559\u539F\u6587\u6A94\u6392\u7248\uFF0CYoutube/Netflix\u7B49\u5728\u7DDA\u8996\u983B\u96D9\u8A9E\u5B57\u5E55\u7FFB\u8B6F\uFF0C\u652F\u6301Deepl/Google\u7B49\u4E3B\u6D41\u7FFB\u8B6F\u670D\u52D9;","browser.PdfProFile":"AI \u9A45\u52D5\u7684 PDF Pro \u7FFB\u8B6F","browser.textTranslate":"\u6587\u672C\u7FFB\u8B6F\uFF08\u5C0D\u6BD4\u591A\u500B\u7FFB\u8B6F\u670D\u52D9\uFF09"};var _l={nologin:"Not logged in",loginForSafari:"Sign In or Sign Up",login:"Log In",goLogin:"Sign In",manageAccount:"Manage Account",openPremium:"Upgrade to Pro",logout:"Logout",curentPlan:"Current Plan",endAt:"Expires",endAuto:"Auto Renew",lineBreakMaxTextCount:"Maximum characters per sentence after line break","translate-pdf":"Translate PDF","noSupportTranslate-pdf":"This script is not supported. Please use a plugin.","translate-firefox-local-pdf":"Go to upload PDF",enableLineBreak:"Enable automatic line wrapping for long paragraphs",sponsorLabel:"Sponsor developers from $1 (monthly or one-time)",help:"Help",enableLineBreakDescription:"After activating, insert line breaks at the end of each sentence in lengthy paragraphs for improved readability.","browser.shortBrandName":"Immersive Translate","browser.brandName":"Immersive Translate - Translate Website & PDF","browser.brandDescription":"Free Translate Website, Translate PDF & Epub eBook, Translate Video Subtitles in Bilingual","browser.toggleTranslatePage":"Translate webpage/Display original text","browser.toggleTranslateTheWholePage":"Translate entire page/Display original text","browser.toggleTranslateToThePageEndImmediately":"Translate instantly to the bottom of the page/Display original text","browser.toggleTranslateTheMainPage":"Translate main page /Display original text","browser.shareToDraft":"Share Bilingual Page","browser.openOptionsPage":"Open Settings Page","browser.translateLocalPdfFile":"Translate local PDF File","browser.openEbookViewer":"Read local e-books","browser.openEbookBuilder":"Create Bilingual EPUB E-books","browser.translateLocalHtmlFile":"Translate HTML/txt File","browser.donateContext":"Explore Sponsorship Benefits","browser.translateLocalSubtitleFile":"Translate Local Subtitle File",confirmResetConfig:"Are you sure you want to reset settings?",translationLineBreakSettingTitle:"Line break setting",smartLineBreak:"Smart Wrap",alwaysLineBreak:"Always Wrap",isShowContextMenu:"Add Translation to Right-Click Menu",toggleBeta:"Enable Beta Testing Features",betaDescription:"Enable experimental features and test translation services. Join the <1>Telegram group for more information.",translationLineBreakSettingDescription:"Always Wrap is suitable for layouts with less content, providing a neater appearance. (For longer paragraphs with over {count} characters, use Smart Wrap for a more space-efficient display.)",tempTranslateDomainTitle:"Temporarily Activate Website Translation Time",tempTranslateDomainDescription:"When manually translating a webpage, temporarily enable automatic translation for the site. You can set a temporary duration.",xMinutes:"{count} minutes",disabled:"Disable",changelog:"Change Log",toggleTranslatePageWhenThreeFingersOnTheScreen:"Touch screen with multiple fingers to translate webpage/display original text",toggleTranslationMaskWhenThreeFingersOnTheScreen:"Touch screen with multiple fingers to show/hide the blurry effect of the translated text",addUrlDescription:"You can specify domain names, and also use wildcard characters, such as: *.google.com, google.com/mail/*, https://www.google.com/*",general:"General",clickToExpandConfig:"Expand current configuration",import:"Import from file",export:"Export to file",toggleDebug:"Print debug logs to console","fingers.0":"Close",mouseHoldKey:"+ {key} translate/restore this paragraph",mouseHoldKeyAuto:"immediately translate this paragraph",mouseHoldKeyOff:"Do nothing",mouseHoldKeyOther:"Custom shortcut key (open settings)",mouseHoldKeyCustomKey:"{key} translate/restore this paragraph","mouse-translate":"Hover",document:"Document",resetSuccess:"Reset all settings successful",resetThisSuccess:"Reset successful",saved:"Saved successfully",successImportConfig:"Configuration imported successfully",goAdvancedSettings:"Go to Advanced Settings Page",goAdvancedInterfaceSettings:"Go to Advanced Custom Settings Page",advanced:"Advanced Settings",advancedDescription:"Generally, there's no need to adjust; keep the default settings. These options are provided for more advanced users seeking a more personalized experience.",developer:"Developer settings",donateCafe:"Pricing","translate to the bottom of the page":"After opening a webpage, do you want to translate to the bottom of the page immediately?",feedback:"Feedback",toggleTranslatePage:"Translate webpage/Show original text",translateToThePageEndImmediatelyDescription:"Once enabled, upon entering a webpage, it will immediately translate the content from the top to the bottom. If disabled, it will translate as you read. (Not recommended to enable)","translate all areas of the page":"Should all areas of the webpage be translated?",translationAreaDescription:"Once enabled, all areas of the entire webpage will be translated. If disabled, the default smart recognition will be used to translate only the main areas. (Not recommended to enable)","the number of characters to be translated first":"Translate the first few characters of the page directly, without waiting to scroll to the visible area.","interface language":"Interface language","display both the original text and the translation":"Display both the original text and the translation","keyboard shortcuts":"Keyboard shortcuts",modify:"Edit",reset:"Reset",close:"Close",homepage:"Home Page",more:"More",moreOptions:"Expand for more custom settings",translateTheWholePage:"Translate entire page",changeToTranslateTheWholePage:"Translate the Whole Page",changeToTranslateTheMainPage:"Translate the Main Content",changeToOnlyTranslationMode:"Show Translation only",changeToDualTranslationMode:"Show Bilingual Translation",translateToThePageEndImmediately:"Immediately translate to the bottom ",translateTheMainPage:"smart translate the main areas","The local rules are up to date":"Local rules are up to date:","Successfully synchronized with the latest official rules:":"Successfully synced latest official rules:","Checking for updates":"Checking for update","Rules are being synchronized":"Syncing official rules",localVersionIsTooOld:"The local extension version is too old, please upgrade the extension to {minVersion} or a newer version and try to sync again.",badUserscriptBrowser:"The current browser does not correctly support the interface of the Tampermonkey extension (such as obtaining version information of Tampermonkey scripts). Please use another <1>browser that supports Tampermonkey extensions, such as Firefox.",foundNewVersion:"New version available",theLocalExtensionIsUpToUpdate:"The current extension version is up to date.",failToSyncRules:"Failed to sync latest adaptive rules",retry:"Retry",failedReason:"Failure reason",currentRuleVersion:"Current Rule Version",calculating:"Calculating",unknownError:"Unknown Error",canNotFetchRemoteRule:"Unable to fetch remote rule",enableAlphaSuccess:"Alpha feature enabled successfully",disableAlphaSuccess:"Alpha feature has been disabled",cacheSize:"Cache size:",cleaning:"Cleaning",cleanCache:"Clear cache",options:"Options",about:"About",service:"Translation Service",needAction:"(go to settings)",goSettings:"go to settings",needActionForOptions:"(requires setting)",translationEngine:"Engine Options",sourceLanguage:"Original language",target:"Target Language",popupSourceLanguage:"Source",popupTarget:"Target",popupService:"Service",forThisSite:"Site",autoEnableSubtitle:"Auto-enable bilingual captions",alwaysTranslate:"Always translate",neverTranslate:"Never translate",neverTranslateSomeLanguage:"Never translate {language}",alwaysTranslateSomeSite:"Always translate {hostname}",neverTranslateSomeSite:"Never translate {hostname}",alwaysTranslateSomeSiteOrWildSite:"Always translate this site",alwaysTranslateSomePage:"Always translate this page",add:"Add",default:"Default",forThisLanguage:"For This Language:","add url":"Add URL",edit:"Edit",pickAll:"Select All","translate other languages into specific language":"Translate other languages into the language you set","select translation service":"Select a translation service",language:"Language","show-original":"Show Original",translate:"Translate",Translated:"Translated",Translating:"Translating",Error:"Error",allowCacheTranslations:"Enable local translation caching (reduce translation requests for repeated paragraphs)","translation display":"Translation display style","select diplay style":"See below for examples of different translation styles",interface:"Interface Settings",import_export:"Import/Export",import_export_title:"Import/Export Configuration",syncToGoogleDrive:"Sync Now with Google Drive",floatBallOptions:"Floating Button","floatBallOptions.enable":"Enable Floating Ball","floatBallOptions.blockUrls":"Blocked Websites","floatBallOptions.add":"Add","floatBallOptions.blockUrlDesc":"Don\u2019t show the floating ball on these websites","floatBallOptions.clickType":"Click Behavior","floatBallOptions.clickTypeDesc":"What happens when you click the floating ball icon","floatBallOptions.clickPopup":"Display Translation Panel","floatBallOptions.clickTranslate":"Translate/Show Original Text","floatBallOptions.fixedPosition":"Fixed Position","floatBallOptions.fixedPositionDesc":"Whether the float ball is on the left or right of the window","floatBallOptions.fixedPositionLeft":"Left","floatBallOptions.fixedPositionRight":"Right",previewAllThemes:"Preview all themes","translationTheme.none":"None","translationTheme.grey":"Black Gray","translationTheme.dashed":"Dotted lines","translationTheme.dotted":"Dotted lines","translationTheme.dashedBorder":"Dotted Border","translationTheme.solidBorder":"Solid Border","translationTheme.underline":"Straight line","translationTheme.mask":"Blur effect (learning mode)","translationTheme.opacity":"Transparency effect","translationTheme.paper":"White paper shadow effect","translationTheme.dividingLine":"Dividing line","translationTheme.highlight":"Highlight","translationTheme.marker":"Marker","translationTheme.marker2":"Maker2","translationTheme.blockquote":"quote style","translationTheme.weakening":"Weaken","translationTheme.italic":"Italic","translationTheme.bold":"Bold","translationTheme.thinDashed":"Thin dotted lines","translationTheme.nativeDashed":"System built-in dotted lines","translationTheme.nativeDotted":"System built-in dotted lines","translationTheme.nativeUnderline":"System built-in straight lines","translationTheme.wavy":"wavy lines","translationServices.custom":"Custom API","translationServices.tencent":"Tencent Translator","translationServices.tenAlpha":"Tencent Translator (Alpha)","translationServices.google":"Google Translate","translationServices.bai":"Baidu (Alpha)","translationServices.baidu":"Baidu translation","translationServices.aliyun":"Aliyun Translator","translationServices.volc":"Volcano Translation","translationServices.deeplx":"DeepLX (Alpha)","translationServices.bing":"Microsoft Translator","translationServices.deepl":"DeepL","translationServices.wechat":"Wechat translation","translationServices.azure":"Azure Translator","translationServices.ibm":"IBM Watson","translationServices.aws":"Amazon Translate","translationServices.mock":"Mock translation","translationServices.mock2":"Mock Translation2","translationServices.caiyun":"Caiyun Translation","translationServices.cai":"Caiyun Translation (Alpha)","translationServices.volcAlpha":"Volcano Translation (Alpha)","translationServices.openl":"OpenL","translationServices.youdao":"Youdao Translation","translationServices.you":"Youdao Translation (Alpha)","translationServices.transmart":"Tencent Smart Translation","translationServices.niu":"Niu Translation","translationServices.papago":"Papago Translation","translationServices.d":"DeeplX (Alpha)","translationServices.dpro":"D Pro (Canary)","translationServices.openai":"OpenAI","translationServices.yandex":"Yandex","translationServices.gemini":"Gemini","translationServices.chatgpt":"ChatGPT Web(3.5 mobile)","translate title":"Translate page title","always languages":"Always translate the following languages",neverTranslateLanguagesLabel:"Never Translated Languages",neverTranslateTheFollowingLanguagesDescription:"When a paragraph on a page is in one of the following languages, the translation will be skipped",enableUserscriptPagePopup:"Always show Popup windows on the page",enableUserscriptPagePopupDescription:"After closing the floating ball, you can use the shortcut key /{touch} to summon it. To prevent accidentally losing the floating ball after turning off this option, it is strongly recommended to bookmark this settings page.","always translate the following languages":"The following languages will always be translated","always sites":"Always translate the following sites","always translate the following sites":"The following sites will always be translated","never sites":"Never translate the following sites","never translate the following sites":"The following sites will never be translated","please refer to":"It can only be used after filling in the key. For details, please refer to",KeyAndConfigurationTutorial:"Key Application and Configuration Tutorial",useAboveStyleForTheseSites:"Sites that always use the {theme} translation style",currentUrl:"Current URL",confirm:"Save",cancel:"Cancel",delete:"Delete",syncToCloud:"Sync to cloud",syncToCloudDescription:"Upload the configuration to the cloud server, and you can synchronize the configuration between different browsers or Tampermonkey scripts, based on the last modification time.",syncToAccount:"Sync to account",syncToAccountButton:"Sync to account now",syncToAccountDescription:"Uploaded to the logged-in account, the configuration can be synchronized between different devices, and the last modification time shall prevail.",successSyncConfigInAccount:"Successfully synced with account",successSyncConfigToAccount:"Successfully synchronized to account",syncConfigNoUpdate:"Already up to date",authFail:"Authorization Failed",syncTitle:"Manual Backup Management",import_hint:"Import",upload:"Upload",revokeAuth:"Revoke Authorization",uploadFail:"Upload Failed",download:"Download",importSuccess:"Upload Success",importFail:"Import Failed",deleteFail:"Delete Failed",backupToCloud:"Manage backup files manually",create_new_backup:"Add backup node",maxBackupFiles:"Up to{count}different nodes can be backed up. Please delete unneeded nodes",backupToCloudDescription:"Upload or restore backup files manually, up to 3 different backups",successSyncConfig:"Successfully synced with cloud",syncFail:"Synchronization failed",updatedAt:"Updated at {date}",lastSyncedAt:"Last checked at {date}",downloadFail:"Download failed",clickToDownload:"Click to download",aboutLabel:"About - Feedback ","browser.openAboutPage":"About / Feedback/Sponsor",aboutLabelWithoutSponsor:"About - Feedback",aboutIntro:"We hope that all users will easily and pleasantly access to the enormous amount of foreign language information available on the Internet \u2764\uFE0F. You can choose to subscribe to <6>Pro membership to use the out-of-the-box DeepL and OpenAI translation.

Follow us on<3>Twitter, <4>Telegram Channel, WeChat public account, WeChat community group, or subscribe to updates via <5>email below.
<7>Pro members can contact us through the quick customer service email <8>support@immersivetranslate.com.",aboutIntroWithoutSponsor:"The extension is completely free. We hope that everyone can easily and joyfully access the vast foreign language information on the Internet \u2764\uFE0F.

Follow us on <3>Twitter, <4>Telegram channel, WeChat public account, WeChat community group, or subscribe to updates via <5>email below.",projectHomepage:"Project Homepage",joinTelegramGroup:"Join our communities for feature discussion",wechatPublicAccount:"Wechat Official Account",wechatCommunities:"Wechat Group",qqCommunities:"QQ Channel",joinTelegramChannel:"Subscribe to our Telegram channel to get the latest updates",feedbackAndJoin:"Feedback",autoSync:"Auto-Time Sync",loadingThemeTitle:"Loading Style",loadingThemeDescription:"Set the style of waiting for the translation to load","loadingTheme.spinner":"Spinning icon","loadingTheme.text":"Static Text... ","loadingTheme.none":"Disabled",developerDescription:"You can click <1>here to see the documentation related to advanced customization","edit border color":"Edit border color",successSyncButNoChange:"The current configuration is consistent with that in the cloud server",customTheme:"Customize colors and sizes","customThemeLabel.borderColor":"Border color","customThemeLabel.borderRadius":"Border Round Corner","customThemeLabel.textColor":"Text color","customThemeLabel.backgroundColor":"Background color","customThemeLabel.zoom":"Font scale (%)","customThemeLabel.opacity":"Text opacity (%)",resetToDefaultColor:"Reset to default colors",resetToDefaultSettings:"Reset to default settings",isTranslateTitle:"Enable translate page title",isTranslateTitleDescription:"When enabled, the webpage title will be translated",enableSearchEnhancement:"Enable Search Enhancement",enableSearchEnhancementDescription:"After activation, the right sidebar will automatically display 'Google News' search results for the corresponding English keywords on supported websites (Google News, Google Search (for certain keywords), Xueqiu, East Money, Futu, Tiger Community).",verifyService:"Verify service",verified:"Successful","field.langs":"Supported Language Code","field.model":"Model","field.translationEngine":"Translation engine","field.limitPerMinute":"Max requests per minute","field.limitPerSecond":"Max requests per second","field.maxTextLengthPerRequest":"Maximum text length per request","field.maxTextGroupLengthPerRequest":"Maximum number of paragraphs per request","field.apiUrl":"Custom API interface address","field.placeholderDelimiters":"Reserved placeholders","description.custom":"Custom interface access requires reference documents","description.limitPerMinute":"When the number of requests exceeds this limit, it will be temporarily suspended until the beginning of the next minute. Due to various limitations of OpenAI's current services, please click <1>here to view the latest suggested values","description.limitPerSecond":"When the number of requests exceeds this limit, it will be temporarily suspended until the beginning of the next second. Due to various limitations of OpenAI's current services, please click <1>here to view the latest suggested values","description.generalLimitPerSecond":"When the number of requests exceeds the limit, it will enter a queue state until the beginning of the next second.","description.prompt":"The dialogue sent to {service} as a user, where {{text}} represents the text content of the paragraph, {{from}} represents the language of the paragraph, and {{to}} represents the target language.","description.maxTextLengthPerRequest":"By default multiple paragraphs will be merged to reduce the number of requests, but if the total length of the paragraphs is too long, it may also cause the interface to respond slowly, so you can try to adjust this option to optimize speed","description.systemPrompt":"The dialogue sent to {service} as a system, where {{text}} represents the text content of the paragraph, {{from}} represents the language of the paragraph, and {{to}} represents the target language.","field.domain":"Domain","description.domain":"The default is: general. It can only be set when domain translation is activated in the Youdao API console, and the supported domains can be seen <1>Here ","field.scene":"Scenarios","description.scene":"The default is: general. It can be set only if the Alibaba Cloud API console has the Machine Translation Professional Edition enabled. Supported scenes can be found <1>here.","field.vocabId":"User dictionary ID","description.vocabId":"Specified dictionary out_id, currently supported in English translation","description.model":"OpenAI's models, such as gpt-3.5-turbo, gpt-4, etc","description.maxTextGroupLengthPerRequest":"The number of paragraphs sent to translation service each time. Sending too many paragraphs to OpenAI at once can slow down the interface.","description.apiUrl":"Please add a specific URL with a path, <1>more instructions",enabledExtension:"Enable extensions",clickToDisableExtension:"Click to disable extension",clickToEnableExtension:"Click to enable the extension",hasBeenDisabled:"Disabled","show password":"Show password",customContent:"Enter the name of the custom model",inputOptions:"Enhanced input box",mouseHoverOptions:"Mouse Hover",modifyMouseHoverKey:"Modify mouse hover shortcuts",enableInputTranslation:"enhanced input box?",enableInputTranslationDescription:"When enabled, enter {startingKey}{startingKey} direct in the input box and hit{inputTrailingTriggerKeyRepeatTimes}times{trailingKey}, translated into {inputTargetLanguage}",enableInputTranslationDescriptionForNoneKey:'When enabled, simply enter "Hello World" in the input box, then quickly press {inputTrailingTriggerKeyRepeatTimes} times on {trailingKey}, and it will be translated into the default target language.',inputTargetLanguage:"Set the default target language for the input box",inputTargetLanguageDescription:"The default target language for the translation input box, which is {startingKey}{startingKey} as the default language for triggering words.",inputTargetLanguageDescriptionForNoneKey:"Default target language for translation input box",inputStartingTriggerKeyTitle:"Set the delimiter character for partial translation of the input box",inputStartingTriggerKeyDescription:"When you don\u2019t need to translate the entire input box, the delimiter allows you to only translate the part from {startingKey}{startingKey} to the end of the input box. You can also specify a language code, for example: {startingKey}ja means to only translate the part from {startingKey}ja to the end of the input box",inputStartingTriggerKeyDescriptionForNoneKey:"The current setting does not require a prefix, so the partial text translation function of the input box cannot be used temporarily",inputTrailingTriggerKeyTitle:"Select a trigger character to indicate the end of input.",inputTrailingTriggerKeyDescription:"Quickly hitting {trailingKey} 3 times will start the translation",inputTrailingTriggerKeyTimeout:"Enter the interval time to end the trailing trigger",inputTrailingTriggerKeyTimeoutDescription:"Set the interval time for the end of input combo trigger (milliseconds)",spaceKey:"",noneKey:"No prefix needed, translate the entire text box directly",inputTranslationBlockUrlsTitle:"Do not enable input box enhancement on the following URLs",inputTranslationBlockUrlsDescription:"The input box enhancement will not work in the following URL",inputHelperInfo:`Note: We have optimized the system to address an issue where certain characters in Chinese input methods were being converted into Chinese punctuation marks. For instance, when using Sogou Input Method, "/" would be changed to "\u3001". We now recognizes all corresponding Chinese symbols as triggering characters, including "//" and "\u3001\u3001". Additionally, we support using Chinese aliases of language codes as commands. For example, entering "/Japanense Hello World" will translate the text into Japanese. You can click here to see a list of all supported language codes.`,reloadCurrentPage:"Please refresh the current page before starting translation",noLocalFilePermissionForPDF:"No permission to read local files temporarily, please click the button above and then import local files",noPermissionForThisPage:"\u26A0\uFE0F No permission to translate the current page","error.retry":"Retry","error.reason":"Reason",retryAllParagraphs:"Retry all error paragraphs",retryAllButton:"Retry All",errorTooltipTitle:"Click to get the error details",errorModalTitle:"Oops, something went wrong",disableConfirm:"Bilingual information enhancement settings",disableOnce:"Disable Once",disableGlobal:"Disable Forever",disableTint:"* You can re-enable it in {option}.",searchEnhancementNotes:"We found that the news results of Chinese keywords and English keywords are very different. After enabling the immersive translate bilingual information enhancement function, we will automatically search for the same keywords in English on supported websites (Google News, Google Search (for certain keywords), Xueqiu, East Money, Futu, Tiger) and display them on the right side. If you don\u2019t need this feature, you can choose to disable it",option:"Settings",saveSettings:"Save",closeModal:"Close",enableInputTranslationWithoutTriggerKeyTitle:"\u201CEnable quick hit 3 times {trailingKey}, directly translate the entire input box into {inputTargetLanguage}",enableInputTranslationWithoutTriggerKeyDescription:"To specify the target language, please add a language code at the beginning, such as: ja Hello world",deepLProName:"Premium Membership (Recommended)",deepLProDescription:"You can directly use this service",deeplProDescriptionForNormal:"No setup required, available for premium members after login, <1>Upgrade",deepLCustomDescription:"Requires an international credit card, activate at <1>DeepL official site, click to see <2>documentation",deepLCustomName:"Custom Auth Key",chooseProviderLabel:"Choose a service provider",openaiProName:"Premium Membership (Recommended)",openaiProDescription:"The current plan can be used directly",openaiProDescriptionForNormal:"No setup required, available for premium members after login, <1>Upgrade",openaiCustomDescription:"Can be obtained from OpenAI, Azure OpenAI, or other third-party services, <1>Click here to view documentation",openaiCustomName:"Custom API Key",needLoginAction:"(Premium or custom)",goLoginOrAction:"(Premium or go to setting)",yearly:"Annual Renewal",quarterly:"Quarterly Renewal",monthly:"Monthly Renewal",yearlyForOnce:"One-time Annual",monthlyForOnce:"One-time Monthly",daily:"Daily Renewal",year:"Annual Renewal",quarter:"Quarterly Renewal",month:"Monthly Renewal",day:"Daily Renewal",onetime_7day:"7-day Trial Pack",currentPlanDescriptionForFree:"Current plan: Free",currentPlanDescriptionForContinuous:"Current plan: {plan}, will auto-renew on {endAt}",currentPlanDescriptionForAutoRenewCaceling:"Current plan: {plan}, will expire on {endAt}. After expiration, it will not be automatically renewed",currentYearlyPlanDescriptionForAutoRenewCacelingWithRealPaiedUser:"Current plan: {plan}, will expire on {endAt}, will not be auto-renewed after expiration
<1>Manage the renewal plan",currentYearlyPlanDescriptionForAutoRenewCacelingWithAdmin:"The current plan: {plan}, will expire on {endAt}. After expiration, it will not be automatically renewed.
<1>Click here to enable continuous annual renewal",currentPlanDescriptionForOneTime:"Current plan: {plan}, expiring on {endAt}. <1>Upgrade to annual or <2>monthly or pro membership",upgradePlan:"Click here to upgrade to Pro membership",upgradeToPro:"Upgrade to Pro","popup.openPro":"Enjoy unrestricted access to DeepL and OpenAI translations after upgrading to Pro Membership. Click here to upgrade","popup.openProForPro":"You are a Pro member, you can directly use DeepL and OpenAI translations",currentAccount:"Account",enableAutoSyncUserSettings:"Enable auto-sync user settings",modalEnableInputTranslationTitle:"Writing Settings",modalEnableInputTranslationDesc:"You just triggered the translation of the immersive translate input box by quickly tapping the space bar 3 times. The content of the input box will be translated into the default target language. You can undo the translation with Ctrl+Z.

If this was a mistake, don't worry, you can choose to disable it this time, or permanently disable input box translation.",saveAndNotShowAgain:"Save and don't show prompt again",disableInputTranslationTips:"* You can also set other shortcuts in {option}, {learnMore}.",learnMore:"Click here to learn more",continueEnalbeInputTranslation:"Continue to enable input translation",autoRenewTrialSuffix:'(In trial, Upgrade to paid Pro now)',upgradeFromTrialTitle:"Upgrade to Pro membership",subtitle:"Video Subtitles",youtubeService:"Video Subtitle Translation Service","subtitle.disabledSubtitle":"Disable Video Subtitle Feature Permanently ","subtitle.disabledSubtitleDescription":"If the video subtitles of immersive translate conflict with other extensions, you can choose to permanently disable the video subtitle function of immersive translation or uninstall other conflicting extensions","subtitle.autoEnableSubtitleDescription":"Once enabled, bilingual subtitles will automatically appear when the video is playing, otherwise, you need to click the translation button to display them.","subtitle.preTranslation":"Use immersive translate to translate subtitles","subtitle.preTranslationDescription":"After enabling, the specified translation service below will be used to translate the entire subtitle in advance. A 1-hour video will consume approximately 50,000 Tokens or characters. Please use it judiciously. If disabled, the machine-translated subtitles that come with the original video will be used preferentially","subtitle.humanSubtitlesPreferred":"Use manual subtitles first","subtitle.humanSubtitlesPreferredDescription":"When the video has manual subtitles in the target language, prioritize using manual subtitles (recommended)","subtitle.bilingual":"Bilingual","subtitle.autoDisableSubtitle":"Disable Auto Bilingual","subtitle.hideQuickButton":"Hide This Shortcut","subtitle.showQuickButton":"Display bilingual subtitles shortcut","subtitle.showQuickButtonDescription":"Provide a shortcut to enable bilingual subtitles in the lower right corner of the video player.",videoSubtitleTranslationDescription:"Specify a separate translation service for video subtitles.",subtitleTranslating:"Immersive Translate is using {service} to translate subtitles...",subtitleLoading:"Loading subtitles...",bilingual:"Bilingual","field.action":"Enable Baidu terminology?","description.action":"After enabling, an action=1 parameter will be added to the request to inform Baidu to enable terminology. <1>For more explanation, please refer to the [official documentation]",closeQuickTranslation:"Close Floating Button","closeQuickTranslation.untilNext":"Close this time until the next visit","closeQuickTranslation.currentWebsite":"Disable the current website","closeQuickTranslation.alwaysClose":"Permanently disable","closeQuickTranslation.settingOpen":"(Can be activated in <1>Settings Page)","closeQuickTranslation.cancel":"Cancel","closeQuickTranslation.confirm":"confirm","floatBall.popup":"Open quick settings panel","floatBall.translate":"Click to translate this page","floatBall.showOriginal":"Click to switch back to the original text","floatBall.close":"Close Floating Button","floatBallOptions.enableDescPc":"When you enable the floating button, a translation button appears on the right. Click it to translate","floatBallOptions.enableDesc":"After you turn off the floating button, you can bring it back with {touch}. To avoid losing the floating button by accidentally turning it off, it is highly recommended you bookmark this settings page.","description.azureApiUrl":"Enter the custom API interface address","floatBall.guideClickToTranslate":`Click the floating ball to translate quickly`,"floatBall.iKnow":"Got it",confirmSupportMouse:"Force Enable Mouse Support",confirmSupportMouseDescription:"The current browser does not support mouse functions, do you want to forcibly enable mouse support?",sampleTargetText:"Night is coming, I will start watching from now on until death. I will not marry, not seal the land, not have children. I will not wear a crown, not fight for glory. I will be loyal to my duty, life and death.",sampleSourceText:"\u957F\u591C\u5C06\u81F3\uFF0C\u6211\u4ECE\u4ECA\u5F00\u59CB\u5B88\u671B\uFF0C\u81F3\u6B7B\u65B9\u4F11\u3002\u6211\u5C06\u4E0D\u5A36\u59BB\u3001\u4E0D\u5C01\u5730\u3001\u4E0D\u751F\u5B50\u3002\u6211\u5C06\u4E0D\u6234\u5B9D\u51A0\uFF0C\u4E0D\u4E89\u8363\u5BA0\u3002\u6211\u5C06\u5C3D\u5FE0\u804C\u5B88\uFF0C\u751F\u6B7B\u4E8E\u65AF\u3002","subtitle.supportedSites":"Bilingual subtitles are now supported on these websites (Note: Due to technical limitations, some websites need to be refreshed after the subtitles are turned on for the first time, or wait for the translation to complete to display bilingual subtitles)",viewWithImmersiveTranslate:"Bilingual version (Immersive Translate)",errorReason:"Error reason: {message}","proQuotaExceededError.onetime7day":'You can resolve this issue by choosing one of the following options:

1. Switch to {anotherService} or another translation service
2. Upgrade to Monthly/Annual membership',"proQuotaExceededError.trial":'You can resolve this issue by choosing one of the following options:

1. Switch to {anotherService} or another translation service
2. Upgrade to paid Pro now',"proQuotaExceededError.nonTrial":'You can resolve this issue by choosing one of the following options:

1. Switch to {anotherService} or another translation service
2. Purchase Data Package for {translationService}',"proQuotaExceededError.resetTime":"
3. Quota reset time: {resetTime}",paragraphMinTextCountField:"Minimum character count for paragraph translation",paragraphMinTextCountDesc:"Note, this refers to the character length, for example: 'hello' is 5 characters, setting a higher value can reduce unnecessary translations of small paragraphs",networkError:"Translation service or network problem",notLogin:"Not Logged In","browser.toggleMouseHoverTranslateDirectly":"Temporarily enable or disable direct translation by mouse hover on the page","browser.translateWithOpenAI":"Temporarily translate the current page with OpenAI","browser.translateWithDeepL":"Temporarily translate the current page with DeepL","browser.translateWithGoogle":"Temporarily translate the current page with Google","browser.translateWithBing":"Temporarily translate the current page with Microsoft Translator","browser.translateWithGemini":"Temporarily translate the current page with Gemini","browser.translateWithTransmart":"Temporarily translate the current page with Tencent Translator","browser.translateInputBox":"Translate the content of the current input box",shortcutSettings:"Shortcuts",shortcutSettingsTitle:"Shortcut Settings",confirmResetToDefaultSettings:"Confirm to reset this translation service to default settings? (Only resets settings for the current translation service)","intro.hoverTitle":"Mouse Hover Translation of the Current Paragraph","intro.hoverDescription":"Mouse hover translation is an important and easy-to-use feature in immersive translation. Simply hover the mouse over a paragraph and press the set shortcut to automatically translate it (not enabled by default, please set below). This interaction is a better alternative to word-selection translation, as it's more intuitive and convenient. Additionally, this function is widely used in areas we can't recognize, allowing you to force-translate any paragraph.","intro.floatBallTitle":"Quick Translation Floating Button","intro.floatBallDescription":"Once enabled, a quick translation button appears on the right side of the page. Click to translate, and click again to switch back to the original text. On mobile, long-press the floating button to open the quick settings panel.","intro.subtitleTitle":"Bilingual Subtitles for Online Videos","intro.subtitleDescription":"When enabled, bilingual subtitles will automatically appear when a video starts playing. Otherwise, manually click the translate button on the page to display them. (Due to technical limitations, some sites may require a page refresh or wait for the translation to complete to display bilingual subtitles.)

Currently supported on these sites:","desc.toggleMouseHoverTranslateDirectly":"Press this shortcut to automatically translate any text under the mouse pointer on the page. Press again to turn off this auto-translation feature.","shortcutGroup.main":"Common Function Shortcuts","shortcutGroup.others":"More Custom Function Shortcuts","shortcutGroup.shortcutsForTranslationServices":"Shortcuts for Translation Services",browserShortcutsSucks:"Due to browsers' inaccurate recognition of shortcuts in input boxes, please manually enter the name of the shortcut. After entering, click on a blank space to auto-save. (In macOS, Alt and Option are the same key, so it's recommended to enter Alt). For example:","shortcutGroup.touch":"Touch Screen Specific Gestures","shortcutGroup.mouse":"Mouse Hover Shortcut Configuration",fingerCountToToggleTranslagePageWhenTouching:"Multiple fingers touching the screen to translate the page/show original text","desc.fingerCountToToggleTranslagePageWhenTouching":"Once set, you can touch the screen with X number of fingers on a mobile device to translate the page/show original text",fingerCountToToggleTranslationMaskWhenTouching:"Multiple fingers touching the screen to display translation mask/show original text","desc.fingerCountToToggleTranslationMaskWhenTouching":"Translation mask refers to the blur effect on the translated text (learning mode). When enabled, it temporarily applies a blur effect to the translation, facilitating learning",fingerCountToToggleTranslagePageOnlyTranslationWhenTouching:"Touch the screen with multiple fingers to translate in translation-only mode/show original text","desc.fingerCountToToggleTranslagePageOnlyTranslationWhenTouching":"Translation-only mode refers to displaying only the translated text, as opposed to the default bilingual mode","neverTranslateText.title":"Keep the following words untranslated","neverTranslateText.description":"Due to some translation engines' poor recognition of proper nouns, you can add words here to ensure they remain untranslated during the process. Please note, this feature is case-sensitive and only supports space-separated word languages (like English, French), not suitable for languages like Japanese, Korean, etc.","tagsInput.add":"+ Add","desc.mouseHoverHoldKey":"While hovering the mouse over a paragraph, press the shortcut key on the right to directly translate it",mouseHoverCustomKeyTitle:"Customize Mouse Hover Shortcut Key",mouseHoverCustomKeyDescription:"You can customize a combination shortcut key for mouse hover, like: Alt+Z, Ctrl+E, Cmd+Alt+E or just Cmd. Please enter manually",mouseHoverShortcutPlaceholder:"Please enter manually",browserShortcutsNoteForFirefox:"For Firefox, modify shortcuts by opening the extensions management page `about:addons`, then click 'Settings' -> 'Manage Shortcuts'",browserShortcutsNoteForChrome:"Note: To modify shortcuts in Chrome-based browsers, visit [Extensions Management Page] -> [Manage Shortcuts]","desc.toggleTranslateTheMainPage":"Translate only the main area of the page. If you have enabled translating all areas in advanced settings, use this shortcut to specifically translate the main area","desc.toggleTranslateTheWholePage":"Translate the entire page area. By default, we translate the main area of the page, use this shortcut to specifically translate the entire area","browser.toggleOnlyTransation":"Switch to bilingual/translation-only mode","desc.toggleOnlyTransation":'"Only translation mode" refers to only displaying the translation. If the webpage has not been translated yet, it will switch modes and translate.',"browser.toggleTranslationMask":"Toggle blur effect on translated text (learning mode) for the current page","desc.interfaceLanguage":"The interface language setting affects the language of the control panel display and is unrelated to the target language of the translation",mouseHoverHoldKey:"Mouse Hover Translation Trigger Key",clickToSeeQuickDemo:"30-second Quick Tutorial Video",shortcutDisableTooltip:"Please set in the browser's extension shortcut key management page, for more guidance, see the instructions at the top of this page","subtitle.autoEnableSubtitle":"Enable Bilingual","floatBall.longPress":"Long press to quickly open the settings panel",notLoginPro:"You have not logged in to your member account",upgradeToProErrorTitle:"Please upgrade to Pro member before using this translation service",translationOnlyMode:"Translation Only Mode",translationOnlyModeDescription:"Translation only mode refers to displaying only the translation, instead of the default bilingual mode. Note: Due to technical limitations, hyperlinks in the original text will be ineffective in translation only mode","description.baiduField":"See supported fields <1>here; if empty, it means no specific field is designated",temprarilyChangeTranslationTo_openai:"Currently using OpenAI to translate this page",temprarilyChangeTranslationTo_google:"Currently using Google to translate this page",temprarilyChangeTranslationTo_bing:"Currently using Microsoft Translate to translate this page",temprarilyChangeTranslationTo_gemini:"Currently using Gemini to translate this page",temprarilyChangeTranslationTo_transmart:"Currently using Tencent Translate to translate this page",temprarilyChangeTranslationTo_deepl:"Currently using DeepL to translate this page","widget.videoSubtitle":"Subtitle","widget.instruction":"Usage",buildSnapshots:"Snapshot","widget.translateFileTooltip":"Translate PDF, EPUB, SRT, ASS, HTML, and TXT documents","widget.videoSubtitleTooltip":"Youtube and {count}+ video websites","widget.instructionTooltip":"View instructions for use",alwaysTranslateSomeLanguage:"Always translate {language} pages",alwaysTranslateThisSite:"Always translate this site",neverTranslateThisSite:"Never translate this site",loggedIn:"Logged in","widget.translateFile":"PDF/ePub",touchShortcutsToggleTranslatePage:"Set touch gestures to translate web pages/show original text","desc.touchShortcutsToggleTranslatePage":"Once set, on mobile devices, you can touch the screen with X fingers, swipe left and right or tap continuously to trigger translation of web pages/show original text",touchShortcutsToggleTranslationMask:"Set touch gestures to display translation mask/show original text","desc.touchShortcutsToggleTranslationMask":"Translation mask refers to the blur effect in the translation style (learning mode). When activated, it temporarily applies a blur effect to the translated text, facilitating learning",touchShortcutsToggleTranslatePageOnlyTranslation:"Set touch screen gesture to switch between bilingual/translation-only mode.","desc.touchShortcutsToggleTranslatePageOnlyTranslation":'"Only translation" means that only the translated text will be displayed. If the webpage has not been translated yet, the mode will be switched and it will be translated.',touchShortcutsToggleTranslateTouchElement:"Set touch gestures to translate a specified paragraph","desc.touchShortcutsToggleTranslateTouchElement":"Customize a gesture to translate any paragraph you're on",touchShortcutsOff:"Off","fingers.2":"Two-finger touch","fingers.3":"Three-finger touch","fingers.4":"Four-finger touch","fingers.5":"Five-finger touch","font.none":"Unset","multipleClick.2":"Double click","multipleClick.3":"Triple click","multipleClick.4":"Quadruple click","slide.left":"Slide right","slide.right":"Slide left","browser.toggleVideoSubtitlePreTranslation":"Switch Video Subtitles with Immersive Translation Feature",contact:"Contact","contact.description":"If you have any questions or suggestions, please contact us via filling out the form below or sending an email to {email}","desc.toggleVideoSubtitlePreTranslation":"After pressing, video bilingual subtitles will prioritize immersive translation settings. Pressing again will prioritize the auto-translated subtitles originally provided with the video. Note: This shortcut modifies the global settings",videoSubtitlePreTranslationOn:"Video subtitles will prioritize immersive translation",videoSubtitlePreTranslationOff:"Video subtitles will prioritize the auto-translated subtitles originally provided with the video",translationFont:"Set Font","translationFont.custom":"Enter Custom Font","translationFont.customPlaceholder":"Font","translationFont.notSupportErrorMessage":"Please check if the font name you entered is correct, or confirm that the font is installed on your device.","touch.mouse-translate":"Translate Paragraph","error.serveConfigError":"Service configuration error","error.reloadPageOfSetting":"After configuring, please refresh the page to translate again.","error.googleLimitIp":"Service returned an error, Google services have limited the flow for this IP address, it is recommended to change the network node.","error.openAIFreeLimit":"Service returned an error, the current translation request frequency has reached the maximum of 3 times per minute, please try again later. (This is the limit imposed by OpenAI official on free API Keys, to remove this limit, please bind a credit card in the OpenAI backend.)","error.openAIExceededQuota":"Service returned an error: your current OpenAI account balance is insufficient, please recharge or bind a credit card in the OpenAI official backend.","error.429":"Service returned an error, indicating too frequent requests or exceeding the quota limit, please try again later.","error.403":"Service returned an error, temporarily no permission to access the service.","error.400":"Service returned an error, request parameter error, please check the corresponding configuration.","error.502":"Service returned an error, service timeout, please try again later.","error.proTokenInvalid":"If you are a Pro user, please log in before using the Pro translation service","error.proUpgrade":"After upgrading, please refresh the page to translate again.","error.configError":"Configuration data anomaly","error.goReset":"Go to Reset",batchEdit:"Batch Edit","translationServices.inherit":"Inherit","translationModeLang.translation.title":"Language for Translation-Only Mode","translationModeLang.translation.description":"Translation-only mode will be automatically used when the page language is one of the following","translationModeUrl.translation.title":"URLs for Translation-Only Mode","translationModeUrl.translation.description":"Translation-only mode will be automatically used for websites with the following domains",download_started:"The download has begun, if it does not start automatically, please click manually.",here:"Here","error.serveUnavailable":"The [{serverName}] service you are currently using is temporarily unavailable due to network connection or service provider issues. It is suggested that you try refreshing the page or switch to another translation service through <1>Settings. If you are a <2>Pro member, you can choose to use the more stable DeepL or OpenAI translation services (<3>click here for a free trial). Additionally, you may need to check your network or proxy settings.",detectServiceLoading:"Detecting available translation services...",toggleToService:"Change to {service}","error.gemini.429":"The current Gemini service has reached its capacity limit. Please try again later, or switch to another translation service.",enableSentryReport:"When an extension encounters an error, submit feedback using Sentry","error.subscriptionExpired":"Your membership may have expired, please check your membership status.","error.subscriptionExpiredTitle":"Membership has expired.","languages.auto":"Auto Detect",geminiWarning:"Note: The free service provided by Google for Gemini is strictly limited and may be judged by Google as users using multiple Keys to evade their free quota restrictions. It is not recommended to use it. It is suggested to wait for Google to open the paid interface of Gemini in the future before using it.","floatBall.setting":"Settings","floatBall.translateToLanguage":"Click to translate into {language}","floatBall.file":"Translate PDF, EPUB, SRT, ASS, HTML, TXT files.",changeToOnlyTempTranslationMode:"Show Translation only",changeToDualTempTranslationMode:"Show Bilingual Translation","transitionMode.translation":"Only the translation","options.navbar.installApp":"Install mobile APP","options.navbar.translateFile":"Translate Document","subtitle.transitionMode":"Bilingual Video Subtitles/Translation Only Settings","transitionMode.dual":"Bilingual Comparison","transitionMode.inherit":"Maintain consistency with the system's default translation display mode.","subtitle.transitionModeDescription":"Set the video subtitles to bilingual comparison or translation-only mode.",translateFileTooltip:`Translate PDF, ePub, srt, @@ -5000,7 +5000,7 @@ ass, HTML, TXT files.`,"description.multiplePrompt":`When the number of paragrap {env.imt_sub_trans_field}: Translation - id: 2 {env.imt_sub_source_field}: Source - {env.imt_sub_trans_field}: Translation`,"subtitle.quickButton.black":"Black","subtitle.quickButton.cyan":"Blue","translationServices.claude":"Claude","subtitle.quickButton.backgroundColor":"Background color","subtitle.quickButton.green":"Green","subtitle.quickButton.blue":"Blue","subtitle.quickButton.white":"White","subtitle.quickButton.setting":"Settings","subtitle.quickButton.translationPosition":"Translation location","subtitle.quickButton.backgroundOpacity":"Background Opacity","subtitle.quickButton.sourceFontSize":"Original font size","subtitle.quickButton.sourceTextColor":"Original font color","subtitle.quickButton.yellow":"Yellow","subtitle.quickButton.translationFontSize":"Translation font size","subtitle.quickButton.translationPositionBottom":"Below the original text","subtitle.quickButton.red":"Red","subtitle.quickButton.translationPositionTop":"Above the original text","subtitle.quickButton.translationTextColor":"Translation font color","subtitle.quickButton.magenta":"Magenta",attachSubtitleTranslating:"Translating using {service}...","error.claude.403":"Access to the service is temporarily unavailable, possibly due to regional restrictions related to Claude. You can try changing your IP address, or use other translation services.","browser.brandDescriptionForSafari":"Free Translate Website, Translate PDF & Epub eBook, Translate Video Subtitles in Bilingual","browser.PdfProFile":"AI-Driven PDF Pro Translation","browser.textTranslate":"Text Translation"};var Pl={nologin:"\u30ED\u30B0\u30A4\u30F3\u3057\u3066\u3044\u306A\u3044",loginForSafari:"\u30ED\u30B0\u30A4\u30F3\u307E\u305F\u306F\u767B\u9332",login:"\u30ED\u30B0\u30A4\u30F3\u3057\u3066\u4F1A\u54E1\u767B\u9332",manageAccount:"\u30DE\u30CD\u30FC\u30B8\u30C9\u30FB\u30A2\u30AB\u30A6\u30F3\u30C8",openPremium:"\u30AA\u30FC\u30D7\u30F3\u30FB\u30E1\u30F3\u30D0\u30FC",logout:"\u30A2\u30DC\u30FC\u30C8",curentPlan:"\u73FE\u5728\u306E\u30D1\u30C3\u30B1\u30FC\u30B8",endAt:"\u7D76\u606F",endAuto:"\u81EA\u52D5\u66F4\u65B0",lineBreakMaxTextCount:"\u6539\u884C\u5F8C\u306E1\u6587\u306B\u8A31\u3055\u308C\u308B\u6700\u5927\u6587\u5B57\u6570","translate-pdf":"\u30AF\u30EA\u30C3\u30AF\u3057\u3066PDF\u3092\u7FFB\u8A33\u3059\u308B","noSupportTranslate-pdf":"\u30B9\u30AF\u30EA\u30D7\u30C8\u306F\u30B5\u30DD\u30FC\u30C8\u3055\u308C\u3066\u3044\u307E\u305B\u3093\u3002","translate-firefox-local-pdf":"\u30AF\u30EA\u30C3\u30AF\u3057\u3066PDF\u3092\u30A4\u30F3\u30DD\u30FC\u30C8\u3059\u308B",enableLineBreak:"\u9577\u3044\u6BB5\u843D\u306E\u81EA\u52D5\u6539\u884C\u3092\u6709\u52B9\u306B\u3059\u308B",sponsorLabel:"\u30B9\u30DD\u30F3\u30B5\u30FC\u4ED8\u304D\u958B\u767A\u8005",help:"\u624B",browserShortcutsNoteForFirefox:"Firefox\u3067\u30B7\u30E7\u30FC\u30C8\u30AB\u30C3\u30C8\u3092\u5909\u66F4\u3059\u308B\u306B\u306F\u3001\u62E1\u5F35\u6A5F\u80FD\u306E\u7BA1\u7406\u30DA\u30FC\u30B8`about:addons`\u3092\u958B\u304D\u3001`Settings`\u3092\u30AF\u30EA\u30C3\u30AF\u3057\u3001`Manage Shortcuts`\u3092\u30AF\u30EA\u30C3\u30AF\u3057\u3066\u30B7\u30E7\u30FC\u30C8\u30AB\u30C3\u30C8\u3092\u8A2D\u5B9A\u3059\u308B\u5FC5\u8981\u304C\u3042\u308B\u3002",browserShortcutsNoteForChrome:"Chrome\u3067\u30B7\u30E7\u30FC\u30C8\u30AB\u30C3\u30C8\u3092\u5909\u66F4\u3059\u308B\u306B\u306F\u3001\u62E1\u5F35\u6A5F\u80FD\u306E\u7BA1\u7406\u30DA\u30FC\u30B8\u3092\u958B\u304D\u3001`\u30B7\u30E7\u30FC\u30C8\u30AB\u30C3\u30C8\u306E\u7BA1\u7406`\u30D1\u30CD\u30EB\uFF08`chrome://extensions/shortcuts`\uFF09\u3067\u30B7\u30E7\u30FC\u30C8\u30AB\u30C3\u30C8\u3092\u8A2D\u5B9A\u3057\u3001\u4E0B\u306E\u30DC\u30BF\u30F3\u3092\u30AF\u30EA\u30C3\u30AF\u3057\u3066\u30B7\u30E7\u30FC\u30C8\u30AB\u30C3\u30C8\u306E\u7BA1\u7406\u30DA\u30FC\u30B8\u306B\u30B8\u30E3\u30F3\u30D7\u3059\u308B\u5FC5\u8981\u304C\u3042\u308A\u307E\u3059\u3002",browserShortcutsSucks:"\u30AB\u30B9\u30BF\u30DE\u30A4\u30BA\u3055\u308C\u305F\u30B7\u30E7\u30FC\u30C8\u30AB\u30C3\u30C8\u306E\u66F8\u5F0F\u306F\u6B21\u306E\u3068\u304A\u308A\u3067\u3059\uFF08\u81EA\u52D5\u8A8D\u8B58\u306F\u884C\u308F\u308C\u307E\u305B\u3093\u306E\u3067\u3001\u76F4\u63A5\u5165\u529B\u3057\u3066\u304F\u3060\u3055\u3044\uFF09\uFF1A",enableLineBreakDescription:"\u30AA\u30F3\u306B\u3059\u308B\u3068\u3001\u9577\u3044\u6BB5\u843D\u306E\u6587\u672B\u306B\u6539\u884C\u304C\u5165\u308A\u3001\u8AAD\u307F\u3084\u3059\u304F\u306A\u308A\u307E\u3059\u3002","browser.shortBrandName":"\u30A4\u30DE\u30FC\u30B8\u30E7\u30F3\u7FFB\u8A33","browser.brandName":"\u30A4\u30DE\u30FC\u30B8\u30E7\u30F3\u7FFB\u8A33: \u4E8C\u30F6\u56FD\u8A9E\u30A6\u30A7\u30D6\u30DA\u30FC\u30B8\u7FFB\u8A33 & PDF\u6587\u66F8\u7FFB\u8A33","browser.brandDescription":"Deepl\u3001Google\u3001YouDao\u3001Tencent Translate\u306A\u3069\u3001\u8907\u6570\u306E\u7FFB\u8A33\u30B5\u30FC\u30D3\u30B9\u3092\u30B5\u30DD\u30FC\u30C8\u3057\u3066\u3044\u307E\u3059\u3002","browser.toggleTranslatePage":"\u30DA\u30FC\u30B8\u3092\u7FFB\u8A33\u3059\u308B\uFF0F\u539F\u6587\u3092\u8868\u793A\u3059\u308B","browser.toggleTranslateTheWholePage":"\u30DA\u30FC\u30B8\u306E\u5168\u9818\u57DF\u3092\u7FFB\u8A33\u3059\u308B\uFF0F\u539F\u6587\u3092\u8868\u793A\u3059\u308B","browser.toggleOnlyTransation":"\u30D0\u30A4\u30EA\u30F3\u30AC\u30EB/\u7FFB\u8A33\u30C6\u30AD\u30B9\u30C8\u306E\u307F\u30E2\u30FC\u30C9\u306B\u5207\u308A\u66FF\u3048\u3066\u304F\u3060\u3055\u3044","browser.toggleTranslateToThePageEndImmediately":"\u30DA\u30FC\u30B8\u4E0B\u90E8\u3078\u306E\u5373\u6642\u7FFB\u8A33\uFF0F\u539F\u6587\u306E\u8868\u793A","browser.toggleTranslateTheMainPage":"\u30DA\u30FC\u30B8\u306E\u30E1\u30A4\u30F3\u30A8\u30EA\u30A2\u3092\u7FFB\u8A33\u3059\u308B\uFF0F\u539F\u6587\u3092\u8868\u793A\u3059\u308B","browser.shareToDraft":"\u30D0\u30A4\u30EA\u30F3\u30AC\u30EB\u30DA\u30FC\u30B8\u3092\u5171\u6709\u3059\u308B","browser.openOptionsPage":"\u8A2D\u5B9A\u30DA\u30FC\u30B8\u3092\u958B\u304F","browser.toggleTranslationMask":"\u4E26\u9032\u30D6\u30E9\u30FC\u52B9\u679C\u306E\u8868\u793A\uFF0F\u975E\u8868\u793A","browser.translateLocalPdfFile":"\u30ED\u30FC\u30AB\u30EB\u306EPDF\u30D5\u30A1\u30A4\u30EB\u3092\u7FFB\u8A33\u3059\u308B","browser.openEbookViewer":"\u5730\u5143\u306E\u96FB\u5B50\u66F8\u7C4D\u3092\u8AAD\u3080","browser.openEbookBuilder":"\u30D0\u30A4\u30EA\u30F3\u30AC\u30EBEPUB\u96FB\u5B50\u66F8\u7C4D\u306E\u5236\u4F5C","browser.translateLocalHtmlFile":"HTML/\u30C6\u30AD\u30B9\u30C8\u30D5\u30A1\u30A4\u30EB\u3092\u7FFB\u8A33\u3059\u308B","browser.donateContext":"\u30B9\u30DD\u30F3\u30B5\u30FC\u7279\u5178\u306B\u3064\u3044\u3066","browser.translateLocalSubtitleFile":"\u30ED\u30FC\u30AB\u30EB\u5B57\u5E55\u30D5\u30A1\u30A4\u30EB\u3092\u7FFB\u8A33\u3059\u308B",confirmResetConfig:"\u672C\u5F53\u306B\u8A2D\u5B9A\u3092\u30EA\u30BB\u30C3\u30C8\u3057\u307E\u3059\u304B\uFF1F",translationLineBreakSettingTitle:"\u7FFB\u8A33\u306E\u6539\u884C\u8A2D\u5B9A",smartLineBreak:"\u30B9\u30DE\u30FC\u30C8\u30E9\u30A4\u30F3\u30D5\u30A3\u30FC\u30C9",alwaysLineBreak:"\u5E38\u306B\u6539\u884C",isShowContextMenu:"\u53F3\u30AF\u30EA\u30C3\u30AF\u30E1\u30CB\u30E5\u30FC\u306B\u7FFB\u8A33\u30DA\u30FC\u30B8\u3092\u8FFD\u52A0",toggleBeta:"\u30D9\u30FC\u30BF\u30C6\u30B9\u30C8\u6A5F\u80FD\u306E\u6709\u52B9\u5316",betaDescription:"\u307E\u3060\u5B9F\u9A13\u6BB5\u968E\u3067\u3042\u308B\u6A5F\u80FD\u3084\u3001\u30D9\u30FC\u30BF\u7248\u306E\u7FFB\u8A33\u30B5\u30FC\u30D3\u30B9\u3092\u6709\u52B9\u306B\u3059\u308B\u3002\u8A73\u3057\u304F\u306F <1>Telegram\u30B0\u30EB\u30FC\u30D7\u306B\u3054\u53C2\u52A0\u304F\u3060\u3055\u3044\u3002",translationLineBreakSettingDescription:"\u30B3\u30F3\u30C6\u30F3\u30C4\u304C\u5C11\u306A\u3044\u30DA\u30FC\u30B8\u3067\u306F\u3001\u5E38\u306B\u304D\u3061\u3093\u3068\u6539\u884C\u3059\u308B\u3002(\u5185\u5BB9\u306E\u591A\u3044\u9577\u3044\u6BB5\u843D({count}\u6587\u5B57\u4EE5\u4E0A)\u3067\u306F\u3001\u30B9\u30DA\u30FC\u30B9\u3092\u7BC0\u7D04\u3059\u308B\u305F\u3081\u306B\u6539\u884C\u3092\u30B9\u30DE\u30FC\u30C8\u306B\u4F7F\u3044\u307E\u3057\u3087\u3046)\u3002",tempTranslateDomainTitle:"\u30A6\u30A7\u30D6\u30B5\u30A4\u30C8\u7FFB\u8A33\u306E\u4E00\u6642\u7684\u306A\u5207\u308A\u66FF\u3048\u671F\u9593",tempTranslateDomainDescription:"\u624B\u52D5\u3067\u30A6\u30A7\u30D6\u30DA\u30FC\u30B8\u3092\u7FFB\u8A33\u3059\u308B\u5834\u5408\u306F\u3001\u4E00\u6642\u7684\u306B\u81EA\u52D5\u7FFB\u8A33\u7528\u306EWeb\u30B5\u30A4\u30C8\u3092\u30AA\u30F3\u306B\u3057\u3001\u4E00\u6642\u7684\u306A\u671F\u9593\u3092\u8A2D\u5B9A\u3059\u308B\u3053\u3068\u304C\u3067\u304D\u307E\u3059\u3002",xMinutes:"{count} \u8B70\u4E8B\u9332",disabled:"\u7269\u306E\u4F7F\u7528\u3092\u7981\u6B62\u3059\u308B\u3002",changelog:"\u66F4\u65B0\u30ED\u30B0",toggleTranslatePageWhenThreeFingersOnTheScreen:"\u8907\u6570\u306E\u6307\u304C\u540C\u6642\u306B\u753B\u9762\u306B\u89E6\u308C\u308B\u3068\u3001\u30A6\u30A7\u30D6\u30DA\u30FC\u30B8\u3092\u7FFB\u8A33\u3057\u305F\u308A\u3001\u539F\u6587\u3092\u8868\u793A\u3057\u305F\u308A\u3059\u308B\u3002",toggleTranslationMaskWhenThreeFingersOnTheScreen:"\u30DE\u30EB\u30C1\u30D5\u30A3\u30F3\u30AC\u30FC\u30BF\u30C3\u30C1\u3067\u307C\u304B\u3057\u52B9\u679C\u3092\u8868\u793A/\u975E\u8868\u793A\u3002",fingerCountToToggleTranslagePageOnlyTranslationWhenTouching:"\u8907\u6570\u306E\u6307\u304C\u540C\u6642\u306B\u753B\u9762\u306B\u89E6\u308C\u308B\u3053\u3068\u3067\u3001\u30A6\u30A7\u30D6\u30DA\u30FC\u30B8\u3092\u7FFB\u8A33\uFF08\u7FFB\u8A33\u306E\u307F\uFF09\uFF0F\u539F\u6587\u3092\u8868\u793A\u3002",addUrlDescription:"\u30C9\u30E1\u30A4\u30F3\u540D\u3092\u6307\u5B9A\u3067\u304D\u3001\u30EF\u30A4\u30EB\u30C9\u30AB\u30FC\u30C9\u3082\u30B5\u30DD\u30FC\u30C8\u3002\u4F8B\uFF1A\uFF1A*.google.com\u3001google.com/mail/*\u3001https://www.google.com/*\u3002",general:"\u57FA\u672C\u8A2D\u5B9A",clickToExpandConfig:"\u73FE\u5728\u306E\u30B3\u30F3\u30D5\u30A3\u30AE\u30E5\u30EC\u30FC\u30B7\u30E7\u30F3\u3092\u62E1\u5927\u3059\u308B",import:"\u30D5\u30A1\u30A4\u30EB\u304B\u3089\u306E\u30A4\u30F3\u30DD\u30FC\u30C8",export:"\u30D5\u30A1\u30A4\u30EB\u3078\u306E\u30A8\u30AF\u30B9\u30DD\u30FC\u30C8",toggleDebug:"\u30B3\u30F3\u30BD\u30FC\u30EB\u306B\u30C7\u30D0\u30C3\u30B0\u30ED\u30B0\u3092\u8868\u793A\u3059\u308B","fingers.0":"\u51DD\u56FA","fingers.2":"\u30C4\u30FC\u30D5\u30A3\u30F3\u30AC\u30FC\u30BF\u30C3\u30C1","fingers.3":"\u30B9\u30EA\u30FC\u30D5\u30A3\u30F3\u30AC\u30FC\u30BF\u30C3\u30C1","fingers.4":"\u30D5\u30A9\u30FC\u30D5\u30A3\u30F3\u30AC\u30FC\u30BF\u30C3\u30C1","fingers.5":"5\u672C\u6307\u30BF\u30C3\u30C1",mouseHoldKey:"+ {key} \u7FFB\u8A33/\u6BB5\u843D\u3092\u5143\u306B\u623B\u3059",mouseHoldKeyAuto:"\u30D1\u30E9\u30B0\u30E9\u30D5\u306E\u76F4\u8A33",mouseHoldKeyOff:"\u4F55\u3082\u3059\u308B\u306A\u3002",mouseHoldKeyOther:"\u30B7\u30E7\u30FC\u30C8\u30AB\u30C3\u30C8\u306E\u30AB\u30B9\u30BF\u30DE\u30A4\u30BA\uFF08\u8A2D\u5B9A\u3092\u958B\u304F\uFF09",mouseHoldKeyCustomKey:"{key} \u30D1\u30E9\u30B0\u30E9\u30D5\u306E\u7FFB\u8A33\uFF0F\u7E2E\u5C0F",mouseHoverHoldKey:"\u30B7\u30E7\u30FC\u30C8\u30AB\u30C3\u30C8\u30AD\u30FC\u3092\u62BC\u3057\u306A\u304C\u3089\u30DE\u30A6\u30B9\u3092\u52D5\u304B\u3059\u3068\u6BB5\u843D\u304C\u7FFB\u8A33\u3055\u308C\u308B","mouse-translate":"\u30DE\u30A6\u30B9\u30DB\u30D0\u30FC",document:"(\u3055\u3093\u3077",resetSuccess:"\u3059\u3079\u3066\u306E\u8A2D\u5B9A\u306E\u30EA\u30BB\u30C3\u30C8\u306B\u6210\u529F",resetThisSuccess:"\u30EA\u30BB\u30C3\u30C8\u6210\u529F",saved:"\u30BB\u30FC\u30D6\u30FB\u30B5\u30AF\u30BB\u30B9",successImportConfig:"\u8A2D\u5B9A\u306E\u30A4\u30F3\u30DD\u30FC\u30C8\u306B\u6210\u529F",goAdvancedSettings:"\u8A73\u7D30\u8A2D\u5B9A\u30DA\u30FC\u30B8\u306B\u79FB\u52D5\u3059\u308B",goAdvancedInterfaceSettings:"\u8A73\u7D30\u30AB\u30B9\u30BF\u30DE\u30A4\u30BA\u8A2D\u5B9A\u30DA\u30FC\u30B8\u306B\u79FB\u52D5\u3059\u308B",advanced:"\u8A73\u7D30\u8A2D\u5B9A",advancedDescription:"\u901A\u5E38\u3001\u8A2D\u5B9A\u306F\u5FC5\u8981\u306A\u304F\u3001\u30C7\u30D5\u30A9\u30EB\u30C8\u306E\u307E\u307E\u3067\u3088\u3044\u3002\u3088\u308A\u5C02\u9580\u7684\u306A\u30E6\u30FC\u30B6\u30FC\u306E\u307F\u3001\u3088\u308A\u30D1\u30FC\u30BD\u30CA\u30E9\u30A4\u30BA\u3055\u308C\u305F\u8A2D\u5B9A\u304C\u53EF\u80FD\u3067\u3059\u3002",developer:"\u30C7\u30D9\u30ED\u30C3\u30D1\u30FC\u8A2D\u5B9A",donateCafe:"\u7269\u4FA1","translate to the bottom of the page":"\u30DA\u30FC\u30B8\u4E0B\u90E8\u3078\u306E\u7FFB\u8A33\u306F\u3001\u30DA\u30FC\u30B8\u306B\u5165\u3063\u3066\u3059\u3050\u306B\u884C\u308F\u308C\u308B\u306E\u3067\u3059\u304B\uFF1F",feedback:"\u554F\u984C\u306B\u95A2\u3059\u308B\u30D5\u30A3\u30FC\u30C9\u30D0\u30C3\u30AF",toggleTranslatePage:"\u30DA\u30FC\u30B8\u3092\u7FFB\u8A33\u3059\u308B\uFF0F\u539F\u6587\u3092\u8868\u793A\u3059\u308B",translateToThePageEndImmediatelyDescription:"\u3053\u306E\u6A5F\u80FD\u3092\u30AA\u30F3\u306B\u3059\u308B\u3068\u3001\u30DA\u30FC\u30B8\u306E\u4E0A\u304B\u3089\u4E0B\u306B\u5165\u529B\u3057\u305F\u5185\u5BB9\u304C\u5373\u5EA7\u306B\u7FFB\u8A33\u3055\u308C\u307E\u3059\u3002\u30AA\u30D5\u306B\u3059\u308B\u3068\u3001\u8AAD\u307F\u306A\u304C\u3089\u7FFB\u8A33\u3055\u308C\u307E\u3059\u3002(\u304A\u52E7\u3081\u3057\u307E\u305B\u3093\uFF09","translate all areas of the page":"\u30DA\u30FC\u30B8\u306E\u5168\u9818\u57DF\u3092\u7FFB\u8A33\u3059\u308B\u304B\u3069\u3046\u304B",translationAreaDescription:"\u30AA\u30F3\u306B\u3059\u308B\u3068\u3001\u30A6\u30A7\u30D6\u30DA\u30FC\u30B8\u5168\u4F53\u306E\u3059\u3079\u3066\u306E\u9818\u57DF\u304C\u7FFB\u8A33\u3055\u308C\u307E\u3059\u3002\u30AA\u30D5\u306B\u3059\u308B\u3068\u3001\u30C7\u30D5\u30A9\u30EB\u30C8\u306E\u30B9\u30DE\u30FC\u30C8\u8A8D\u8B58\u304C\u4F7F\u7528\u3055\u308C\u3001\u4E3B\u8981\u306A\u9818\u57DF\u306E\u307F\u304C\u7FFB\u8A33\u3055\u308C\u307E\u3059\u3002(\u30AA\u30F3\u306B\u3059\u308B\u3053\u3068\u306F\u304A\u52E7\u3081\u3057\u307E\u305B\u3093)","the number of characters to be translated first":"\u8868\u793A\u9818\u57DF\u307E\u3067\u30B9\u30AF\u30ED\u30FC\u30EB\u3059\u308B\u3053\u3068\u306A\u304F\u3001\u30DA\u30FC\u30B8\u306E\u6700\u521D\u306E\u6570\u6587\u5B57\u3092\u76F4\u63A5\u7FFB\u8A33\u3059\u308B\u3002","interface language":"\u30A4\u30F3\u30BF\u30FC\u30D5\u30A7\u30FC\u30B9\u8A00\u8A9E","display both the original text and the translation":"\u539F\u6587\u3068\u8A33\u6587\u306E\u540C\u6642\u8868\u793A","keyboard shortcuts":"\u30AD\u30FC\u30DC\u30FC\u30C9\u30B7\u30E7\u30FC\u30C8\u30AB\u30C3\u30C8",modify:"\u30B7\u30E7\u30FC\u30C8\u30AB\u30C3\u30C8\u30AD\u30FC\u306E\u5909\u66F4",reset:"\u30EA\u30D3\u30B8\u30E7\u30F3",close:"\u51DD\u56FA",homepage:"\u30DB\u30FC\u30E0\u30DA\u30FC\u30B8",more:"\u3082\u3063\u3068\u898B\u308B",moreOptions:"\u30AB\u30B9\u30BF\u30DE\u30A4\u30BA\u30FB\u30AA\u30D7\u30B7\u30E7\u30F3\u306E\u62E1\u5927",translateTheWholePage:"\u30DA\u30FC\u30B8\u306E\u5168\u9818\u57DF\u3092\u7FFB\u8A33\u3059\u308B\uFF08\u4E3B\u8981\u306A\u9818\u57DF\u3092\u30A4\u30F3\u30C6\u30EA\u30B8\u30A7\u30F3\u30C8\u306B\u8A8D\u8B58\u3059\u308B\u306E\u3068\u306F\u5BFE\u7167\u7684\uFF09\u3002",changeToTranslateTheWholePage:"\u5168\u5730\u57DF\u306E\u7FFB\u8A33\u306B\u5207\u308A\u66FF\u3048\u308B",changeToTranslateTheMainPage:"\u30E1\u30A4\u30F3\u30A8\u30EA\u30A2\u306E\u7FFB\u8A33\u306B\u5207\u308A\u66FF\u3048\u308B",changeToOnlyTranslationMode:"\u7FFB\u8A33\u306E\u307F\u3092\u8868\u793A\u3059\u308B\u3088\u3046\u306B\u5207\u308A\u66FF\u3048\u308B",changeToDualTranslationMode:"\u5BFE\u8A33\u3078\u306E\u5207\u308A\u66FF\u3048",translateToThePageEndImmediately:"\u30DA\u30FC\u30B8\u4E0B\u90E8\u3078\u306E\u5373\u6642\u7FFB\u8A33",translateTheMainPage:"\u30A4\u30F3\u30C6\u30EA\u30B8\u30A7\u30F3\u30C8\u7FFB\u8A33 \u4E3B\u8981\u5730\u57DF","The local rules are up to date":"\u5730\u5143\u306E\u9069\u5FDC\u898F\u5B9A\u306F\u6700\u65B0\u306E\u3082\u306E\u3060\u3002","Successfully synchronized with the latest official rules:":"\u6700\u65B0\u306E\u516C\u5F0F\u7AF6\u6280\u898F\u5247\u3068\u306E\u540C\u671F\u306B\u6210\u529F\u3002","Checking for updates":"\u30A2\u30C3\u30D7\u30C7\u30FC\u30C8\u306E\u30C1\u30A7\u30C3\u30AF","Rules are being synchronized":"\u9069\u5FDC\u30EB\u30FC\u30EB\u306E\u540C\u671F\u5316",localVersionIsTooOld:"\u30ED\u30FC\u30AB\u30EB\u306E\u62E1\u5F35\u6A5F\u80FD\u306E\u30D0\u30FC\u30B8\u30E7\u30F3\u304C\u53E4\u3059\u304E\u307E\u3059\u3002\u540C\u671F\u3092\u8A66\u307F\u308B\u524D\u306B\u3001\u62E1\u5F35\u6A5F\u80FD\u3092 {minVersion} \u4EE5\u964D\u306B\u30A2\u30C3\u30D7\u30B0\u30EC\u30FC\u30C9\u3057\u3066\u304F\u3060\u3055\u3044\u3002",badUserscriptBrowser:"\u73FE\u5728\u306E\u30D6\u30E9\u30A6\u30B6\u306F\u30B0\u30EA\u30FC\u30B9\u30E2\u30F3\u30AD\u30FC\u62E1\u5F35\u30A4\u30F3\u30BF\u30FC\u30D5\u30A7\u30A4\u30B9\u3092\u6B63\u3057\u304F\u5B9F\u88C5\u3057\u3066\u3044\u307E\u305B\u3093\uFF08\u4F8B\u3048\u3070\u3001\u30B0\u30EA\u30FC\u30B9\u30E2\u30F3\u30AD\u30FC\u30FB\u30B9\u30AF\u30EA\u30D7\u30C8\u81EA\u4F53\u306E\u30D0\u30FC\u30B8\u30E7\u30F3\u756A\u53F7\u306B\u95A2\u3059\u308B\u60C5\u5831\u3092\u53D6\u5F97\u3059\u308B\u5834\u5408\u306A\u3069\uFF09\u306E\u3067\u3001Firefox\u306A\u3069<1>\u30B0\u30EA\u30FC\u30B9\u30E2\u30F3\u30AD\u30FC\u62E1\u5F35\u3092\u30B5\u30DD\u30FC\u30C8\u3059\u308B\u4ED6\u306E\u30D6\u30E9\u30A6\u30B6\u3092\u3054\u5229\u7528\u304F\u3060\u3055\u3044\u3002",foundNewVersion:"\u65B0\u30D0\u30FC\u30B8\u30E7\u30F3\u3092\u898B\u308B",theLocalExtensionIsUpToUpdate:"\u73FE\u5728\u306E\u30A8\u30AF\u30B9\u30C6\u30F3\u30B7\u30E7\u30F3\u306F\u6700\u65B0\u3060\u3002",failToSyncRules:"\u6700\u65B0\u306E\u9069\u5FDC\u30EB\u30FC\u30EB\u306E\u540C\u671F\u306B\u5931\u6557",retry:"\u30EA\u30C8\u30E9\u30A4\u3059\u308B\u306B\u306F\u3053\u3053\u3092\u30AF\u30EA\u30C3\u30AF",failedReason:"\u5931\u6557\u306E\u7406\u7531",currentRuleVersion:"\u73FE\u5728\u306E\u30EB\u30FC\u30EB\u30FB\u30D0\u30FC\u30B8\u30E7\u30F3",calculating:"\u8A08\u7B97",unknownError:"\u672A\u77E5\u306E\u30A8\u30E9\u30FC",canNotFetchRemoteRule:"\u30EA\u30E2\u30FC\u30C8\u30EB\u30FC\u30EB\u304C\u53D6\u5F97\u3067\u304D\u306A\u3044",enableAlphaSuccess:"\u30A2\u30EB\u30D5\u30A1\u5BFE\u5FDC",disableAlphaSuccess:"\u30A2\u30EB\u30D5\u30A1\u6A5F\u80FD\u306F\u30AA\u30D5",cacheSize:"\u30AD\u30E3\u30C3\u30B7\u30E5\u30FB\u30B5\u30A4\u30BA\uFF1A",cleaning:"\u6E05\u7B97\u4E2D",cleanCache:"\u30AD\u30E3\u30C3\u30B7\u30E5\u3092\u6D88\u53BB\u3059\u308B",options:"\u30BB\u30C3\u30C8\u30A2\u30C3\u30D7",about:"\u306B\u5BFE\u3057\u3066",service:"\u901A\u8A33\u30B5\u30FC\u30D3\u30B9",needAction:"(\u8A2D\u5B9A\u3078\uFF09",goSettings:"\u8A2D\u5B9A\u3059\u308B",needActionForOptions:"(\u8A2D\u5B9A\u4E88\u5B9A\uFF09",translationEngine:"\u30A8\u30F3\u30B8\u30F3\u30FB\u30AA\u30D7\u30B7\u30E7\u30F3",sourceLanguage:"\u539F\u8A9E",target:"\u76EE\u6A19\u8A00\u8A9E",popupSourceLanguage:"\u539F\u8A9E",popupTarget:"\u76EE\u6A19\u8A00\u8A9E",popupService:"\u901A\u8A33\u30B5\u30FC\u30D3\u30B9",forThisSite:"\u73FE\u5728\u306E\u30A6\u30A7\u30D6\u30B5\u30A4\u30C8",autoEnableSubtitle:"\u4E8C\u30AB\u56FD\u8A9E\u5B57\u5E55\u3092\u81EA\u52D5\u7684\u306B\u30AA\u30F3\u306B\u3059\u308B",alwaysTranslate:"\u5E38\u306B\u7FFB\u8A33\u3059\u308B",neverTranslate:"\u6C7A\u3057\u3066\u7FFB\u8A33\u3057\u306A\u3044",alwaysTranslateSomeLanguage:"\u5E38\u306B\u7FFB\u8A33\u3059\u308B {language}",neverTranslateSomeLanguage:"\u6C7A\u3057\u3066\u7FFB\u8A33\u3057\u306A\u3044 {language}",alwaysTranslateSomeSite:"\u5E38\u306B\u7FFB\u8A33\u3059\u308B {hostname}",neverTranslateSomeSite:"\u6C7A\u3057\u3066\u7FFB\u8A33\u3057\u306A\u3044 {hostname}",alwaysTranslateSomeSiteOrWildSite:"\u5E38\u306B\u30B5\u30A4\u30C8\u3092\u7FFB\u8A33\u3059\u308B",alwaysTranslateSomePage:"\u5E38\u306B\u30DA\u30FC\u30B8\u3092\u7FFB\u8A33\u3059\u308B",add:"\u5897\u52A0",default:"\u30C7\u30D5\u30A9\u30EB\u30C8",forThisLanguage:"\u3053\u306E\u8A00\u8A9E\u306E\u5834\u5408\uFF1A","add url":"URL\u3092\u5165\u529B",edit:"\u30B3\u30F3\u30D1\u30A4\u30E9","translate other languages into specific language":"\u4ED6\u306E\u8A00\u8A9E\u3092\u8A2D\u5B9A\u3057\u305F\u8A00\u8A9E\u306B\u7FFB\u8A33\u3059\u308B","select translation service":"\u7FFB\u8A33\u30B5\u30FC\u30D3\u30B9\u306E\u9078\u629E",language:"\u591A\u8A00\u8A9E\u4E3B\u7FA9","show-original":"\u539F\u6587\u3092\u8868\u793A",translate:"\u30EC\u30F3\u30C0\u30EA\u30F3\u30B0",Translated:"\u7FFB\u8A33",Translating:"\u7FFB\u8A33\u4E2D",Error:"\u4E0D\u6B63\u78BA",allowCacheTranslations:"\u30ED\u30FC\u30AB\u30EB\u7FFB\u8A33\u30AD\u30E3\u30C3\u30B7\u30E5\u3092\u6709\u52B9\u306B\u3059\u308B\uFF08\u91CD\u8907\u3057\u305F\u7B87\u6240\u306E\u7FFB\u8A33\u30EA\u30AF\u30A8\u30B9\u30C8\u3092\u6E1B\u3089\u3059\uFF09","translation display":"\u7FFB\u8A33\u8868\u793A\u30B9\u30BF\u30A4\u30EB","select diplay style":"\u4EE5\u4E0B\u306E\u4F8B\u3092\u5177\u4F53\u7684\u306B\u53C2\u7167\u3057\u306A\u304C\u3089\u3001\u7FFB\u8A33\u306E\u30B9\u30BF\u30A4\u30EB\u3092\u533A\u5225\u3059\u308B\u3002",interface:"\u30A4\u30F3\u30BF\u30FC\u30D5\u30A7\u30FC\u30B9\u8A2D\u5B9A",import_export:"\u30A4\u30F3\u30DD\u30FC\u30C8/\u30A8\u30AF\u30B9\u30DD\u30FC\u30C8",import_export_title:"\u30A4\u30F3\u30DD\u30FC\u30C8/\u30A8\u30AF\u30B9\u30DD\u30FC\u30C8\u8A2D\u5B9A",syncToGoogleDrive:"Google\u30C9\u30E9\u30A4\u30D6\u3068\u540C\u671F",floatBallOptions:"\u30DB\u30D0\u30FC\u30DC\u30FC\u30EB\u306E\u8A2D\u5B9A","floatBallOptions.enable":"\u30DB\u30D0\u30FC\u30DC\u30FC\u30EB\u3092\u4F7F\u7528\u53EF\u80FD\u306B\u3059\u308B","floatBallOptions.blockUrls":"\u30A6\u30A7\u30D6\u30B5\u30A4\u30C8\u3092\u7121\u52B9\u306B\u3059\u308B","floatBallOptions.add":"\u5897\u52A0","floatBallOptions.blockUrlDesc":"\u4EE5\u4E0B\u306E\u30B5\u30A4\u30C8\u3067\u306F\u30DB\u30D0\u30FC\u30DC\u30FC\u30EB\u304C\u8868\u793A\u3055\u308C\u307E\u305B\u3093\u3002","floatBallOptions.clickType":"\u30AF\u30EA\u30C3\u30AF\u884C\u52D5","floatBallOptions.clickTypeDesc":"\u30AF\u30EA\u30C3\u30AF\u3057\u305F\u3068\u304D\u306E\u30DB\u30D0\u30FC\u30DC\u30FC\u30EB\u30FB\u30A2\u30A4\u30B3\u30F3\u306E\u52D5\u4F5C","floatBallOptions.clickPopup":"\u7FFB\u8A33\u30D1\u30CD\u30EB\u306E\u8868\u793A","floatBallOptions.clickTranslate":"\u539F\u6587\u306E\u7FFB\u8A33\uFF0F\u8868\u793A","floatBallOptions.fixedPosition":"\u56FA\u5B9A\u4F4D\u7F6E","floatBallOptions.fixedPositionDesc":"\u60AC\u6D6E\u7403\u5728\u7A97\u53E3\u5DE6\u4FA7\u8FD8\u662F\u53F3\u4FA7","floatBallOptions.fixedPositionLeft":"\u5DE6\u4FA7","floatBallOptions.fixedPositionRight":"\u53F3\u4FA7",previewAllThemes:"\u3059\u3079\u3066\u306E\u30B9\u30BF\u30A4\u30EB\u3092\u30D7\u30EC\u30D3\u30E5\u30FC\u3059\u308B","translationTheme.none":"\u306A\u3044","translationTheme.grey":"\u30C0\u30FC\u30AF\u30B0\u30EC\u30FC","translationTheme.dashed":"\u70B9\u7DDA\u4E0B\u7DDA","translationTheme.dotted":"\u70B9\u7DDA\u30A2\u30F3\u30C0\u30FC\u30B9\u30B3\u30A2","translationTheme.dashedBorder":"\u70B9\u7DDA","translationTheme.solidBorder":"\u30BD\u30EA\u30C3\u30C9\u30DC\u30FC\u30C0\u30FC","translationTheme.underline":"\u76F4\u7DDA\u306B\u4E0B\u7DDA\u3092\u5F15\u304F","translationTheme.mask":"\u30D5\u30A1\u30B8\u30FC\u52B9\u679C\uFF08\u5B66\u7FD2\u30E2\u30FC\u30C9\uFF09","translationTheme.opacity":"\u900F\u660E\u52B9\u679C","translationTheme.paper":"\u767D\u3044\u7D19\u306E\u5F71\u306E\u52B9\u679C","translationTheme.dividingLine":"\u308F\u3051\u3081","translationTheme.highlight":"\u9AD8\u8F1D\u5EA6","translationTheme.marker":"\u30DE\u30FC\u30AB\u30FC","translationTheme.marker2":"\u30DE\u30FC\u30AB\u30FC2","translationTheme.blockquote":"\u53C2\u7167\u30B9\u30BF\u30A4\u30EB","translationTheme.weakening":"\u5F31\u4F53\u5316","translationTheme.italic":"\u659C\u4F53","translationTheme.bold":"\u6FC3\u5316","translationTheme.thinDashed":"\u7D30\u70B9\u7DDA\u30A2\u30F3\u30C0\u30FC\u30E9\u30A4\u30F3","translationTheme.nativeDashed":"\u30B7\u30B9\u30C6\u30E0\u306F\u70B9\u7DDA\u306E\u30A2\u30F3\u30C0\u30FC\u30E9\u30A4\u30F3\u4ED8\u304D","translationTheme.nativeDotted":"\u30B7\u30B9\u30C6\u30E0\u306F\u70B9\u7DDA\u306E\u30A2\u30F3\u30C0\u30FC\u30E9\u30A4\u30F3\u4ED8\u304D","translationTheme.nativeUnderline":"\u30B7\u30B9\u30C6\u30E0\u306B\u306F\u76F4\u7DDA\u306E\u30A2\u30F3\u30C0\u30FC\u30E9\u30A4\u30F3\u304C\u4ED8\u5C5E\u3057\u3066\u3044\u308B","translationTheme.wavy":"\u6CE2\u7DDA","translationServices.custom":"\u30AB\u30B9\u30BF\u30E0API","translationServices.tencent":"\u30C6\u30F3\u30BB\u30F3\u30C8\u7FFB\u8A33\u8005","translationServices.tenAlpha":"\u30C6\u30F3\u30BB\u30F3\u30C8\u30FB\u30C8\u30E9\u30F3\u30B9\u30EC\u30FC\u30BF\u30FC\uFF08\u30A2\u30EB\u30D5\u30A1\uFF09","translationServices.google":"\u30B0\u30FC\u30B0\u30EB\u7FFB\u8A33","translationServices.bai":"\u30D0\u30A4\u30C9\u30A5\uFF08\u30A2\u30EB\u30D5\u30A1\uFF09","translationServices.baidu":"\u767E\u5EA6\u306E\u7FFB\u8A33","translationServices.aliyun":"\u30A2\u30EA\u30AF\u30E9\u30A6\u30C9\u7FFB\u8A33","translationServices.volc":"\u706B\u5C71\u7FFB\u8A33","translationServices.deeplx":"DeepLX (\u30D9\u30FC\u30BF)","translationServices.bing":"\u30DE\u30A4\u30AF\u30ED\u30BD\u30D5\u30C8\u7FFB\u8A33","translationServices.deepl":"\u30C7\u30A3\u30FC\u30D7\u30A8\u30EB","translationServices.wechat":"WeChat\u7FFB\u8A33","translationServices.azure":"\u30A2\u30B8\u30E5\u30FC\u30EB\u7FFB\u8A33","translationServices.ibm":"IBM\u30EF\u30C8\u30BD\u30F3","translationServices.aws":"\u30A2\u30DE\u30BE\u30F3\u7FFB\u8A33","translationServices.mock":"\u6A21\u64EC\u7FFB\u8A33","translationServices.mock2":"\u6A21\u64EC\u7FFB\u8A332","translationServices.caiyun":"\u30AB\u30E9\u30D5\u30EB\u306A\u96F2\u3068\u5C0F\u3055\u306A\u7FFB\u8A33","translationServices.cai":"\u30AB\u30E9\u30D5\u30EB\u306A\u96F2\uFF08\u30A2\u30EB\u30D5\u30A1\uFF09","translationServices.volcAlpha":"\u30DC\u30EB\u30B1\u30FC\u30CE\uFF08\u30A2\u30EB\u30D5\u30A1\uFF09","translationServices.openl":"\u30AA\u30FC\u30D7\u30F3L","translationServices.youdao":"Youtube\u7FFB\u8A33","translationServices.you":"Youdao \u7FFB\u8A33\u8005\uFF08\u30A2\u30EB\u30D5\u30A1\uFF09","translationServices.transmart":"\u9A30\u8A0A\u30A4\u30F3\u30BF\u30E9\u30AF\u30C6\u30A3\u30D6\u7FFB\u8A33","translationServices.niu":"\u30DE\u30FC\u30D9\u30EA\u30C3\u30AF\u7FFB\u8A33\u8005","translationServices.papago":"\u30D1\u30D1\u30B4\u7FFB\u8A33","translationServices.d":"D\uFF08\u30A2\u30EB\u30D5\u30A1\uFF09","translationServices.dpro":"D\u30D7\u30ED\uFF08\u30AB\u30CA\u30EA\u30A2\uFF09","translationServices.openai":"\u30AA\u30FC\u30D7\u30F3AI","translationServices.chatgpt":"ChatGPT Web(3.5 mobile)","translate title":"\u30DA\u30FC\u30B8\u30BF\u30A4\u30C8\u30EB\u3092\u7FFB\u8A33\u3059\u308B","always languages":"\u5E38\u306B\u8A00\u8A9E\u3092\u7FFB\u8A33\u3059\u308B",neverTranslateLanguagesLabel:"\u7FFB\u8A33\u3055\u308C\u308B\u3053\u3068\u306E\u306A\u3044\u8A00\u8A9E",neverTranslateTheFollowingLanguagesDescription:"\u30DA\u30FC\u30B8\u4E0A\u306E\u6BB5\u843D\u304C\u4EE5\u4E0B\u306E\u8A00\u8A9E\u306E\u3044\u305A\u308C\u304B\u3067\u3042\u308B\u5834\u5408\u3001\u7FFB\u8A33\u306F\u30B9\u30AD\u30C3\u30D7\u3055\u308C\u307E\u3059\u3002",enableUserscriptPagePopup:"\u30DA\u30FC\u30B8\u306B\u30DB\u30D0\u30FC\u30DC\u30FC\u30EB\u3092\u8868\u793A",enableUserscriptPagePopupDescription:"\u30DB\u30D0\u30FC\u30DC\u30FC\u30EB\u3092\u30AA\u30D5\u306B\u3057\u305F\u5F8C\u306F\u3001\u30B7\u30E7\u30FC\u30C8\u30AB\u30C3\u30C8 /{touch}\u3067\u547C\u3073\u51FA\u3059\u3053\u3068\u304C\u3067\u304D\u307E\u3059\u3002\u3046\u3063\u304B\u308A\u3053\u306E\u30AA\u30D7\u30B7\u30E7\u30F3\u3092\u30AA\u30D5\u306B\u3057\u305F\u5F8C\u3001\u30DB\u30D0\u30FC\u30DC\u30FC\u30EB\u3092\u898B\u3064\u3051\u3089\u308C\u306A\u304F\u306A\u308B\u306E\u3092\u9632\u3050\u305F\u3081\u3001\u3053\u306E\u8A2D\u5B9A\u30DA\u30FC\u30B8\u3092\u30D6\u30C3\u30AF\u30DE\u30FC\u30AF\u3057\u3066\u304A\u304F\u3053\u3068\u3092\u5F37\u304F\u304A\u52E7\u3081\u3057\u307E\u3059\uFF01","always translate the following languages":"\u30DA\u30FC\u30B8\u304C\u6B21\u306E\u8A00\u8A9E\u306E1\u3064\u3067\u3042\u308B\u3068\u304D\u81EA\u52D5\u7684\u306B\u30BF\u30FC\u30B2\u30C3\u30C8\u8A00\u8A9E\u306B\u7FFB\u8A33\u3059\u308B","always sites":"\u5E38\u306B\u7FFB\u8A33\u3055\u308C\u305F\u30A6\u30A7\u30D6\u30B5\u30A4\u30C8","always translate the following sites":"\u306E\u30C9\u30E1\u30A4\u30F3\u540D\u3067\u3042\u308C\u3070\u3001\u30A6\u30A7\u30D6\u30B5\u30A4\u30C8\u306F\u81EA\u52D5\u7684\u306B\u30BF\u30FC\u30B2\u30C3\u30C8\u8A00\u8A9E\u306B\u7FFB\u8A33\u3055\u308C\u308B\u3002","never sites":"\u672A\u7FFB\u8A33\u30B5\u30A4\u30C8","never translate the following sites":"\u4EE5\u4E0B\u306E\u30C9\u30E1\u30A4\u30F3\u306E\u30B5\u30A4\u30C8\u3067\u306F\u3001\u7FFB\u8A33\u306F\u884C\u308F\u308C\u307E\u305B\u3093\u3002","please refer to":"\u4F7F\u7528\u3059\u308B\u524D\u306B\u30AD\u30FC\u3092\u5165\u529B\u3059\u308B\u5FC5\u8981\u304C\u3042\u308A\u307E\u3059\u3002",KeyAndConfigurationTutorial:"\u30AD\u30FC\u30FB\u30A2\u30D7\u30EA\u30B1\u30FC\u30B7\u30E7\u30F3\u3068\u30B3\u30F3\u30D5\u30A3\u30AE\u30E5\u30EC\u30FC\u30B7\u30E7\u30F3\u30FB\u30C1\u30E5\u30FC\u30C8\u30EA\u30A2\u30EB",useAboveStyleForTheseSites:"\u4EE5\u4E0B\u306E\u30C9\u30E1\u30A4\u30F3\u306E\u30B5\u30A4\u30C8\u3067\u306F\u3001\u5E38\u306B \u2308{theme}\u230B \u7FFB\u8A33\u30B9\u30BF\u30A4\u30EB\u3092\u4F7F\u7528\u3057\u307E\u3059\u3002",currentUrl:"\u73FE\u5728\u306EURL",confirm:"\u30BB\u30FC\u30D6",cancel:"\u30AD\u30E3\u30F3\u30BB\u30EB",delete:"\u9664\u53BB","languages.auto":"\u81EA\u52D5\u691C\u51FA",syncToCloud:"\u30B0\u30FC\u30B0\u30EB\u30C9\u30E9\u30A4\u30D6\u306B\u540C\u671F",syncToCloudDescription:"\u30AF\u30E9\u30A6\u30C9\u306B\u30A2\u30C3\u30D7\u30ED\u30FC\u30C9\u3055\u308C\u305F\u30B3\u30F3\u30D5\u30A3\u30AE\u30E5\u30EC\u30FC\u30B7\u30E7\u30F3\u306F\u3001\u7570\u306A\u308B\u30D6\u30E9\u30A6\u30B6\u30FC\uFF0F\u30B0\u30EA\u30FC\u30B9\u30E2\u30F3\u30AD\u30FC\u30FB\u30B9\u30AF\u30EA\u30D7\u30C8\u9593\u3067\u540C\u671F\u3055\u305B\u308B\u3053\u3068\u304C\u3067\u304D\u308B\u3002",syncToAccount:"\u30A4\u30DE\u30FC\u30B7\u30D6\u7FFB\u8A33\u30AF\u30E9\u30A6\u30C9\u3078\u306E\u540C\u671F",syncToAccountButton:"\u30AF\u30E9\u30A6\u30C9\u3068\u306E\u5373\u6642\u540C\u671F",syncToAccountDescription:"\u7570\u306A\u308B\u30C7\u30D0\u30A4\u30B9\u9593\u3067\u3001\u6700\u5F8C\u306B\u5909\u66F4\u3055\u308C\u305F\u65B9\u306E\u8A2D\u5B9A\u3092\u81EA\u52D5\u7684\u306B\u540C\u671F\u3057\u307E\u3059\u3002",successSyncConfigInAccount:"\u30AF\u30E9\u30A6\u30C9\u3068\u306E\u540C\u671F\u306B\u6210\u529F",successSyncConfigToAccount:"\u30AF\u30E9\u30A6\u30C9\u3078\u306E\u540C\u671F\u306B\u6210\u529F",syncConfigNoUpdate:"\u3082\u3046\u6700\u65B0\u306E\u3082\u306E\u3060\u3002",authFail:"\u8A8D\u8A3C\u5931\u6557",syncTitle:"\u624B\u52D5\u30D0\u30C3\u30AF\u30A2\u30C3\u30D7\u7BA1\u7406",import_hint:"\u30A4\u30F3\u30DD\u30FC\u30C8",upload:"\u30A2\u30C3\u30D7\u30ED\u30FC\u30C9",revokeAuth:"\u8A8D\u53EF\u306E\u53D6\u308A\u6D88\u3057",uploadFail:"\u30A2\u30C3\u30D7\u30ED\u30FC\u30C9\u5931\u6557",download:"\u30C0\u30A6\u30F3\u30ED\u30FC\u30C9",importSuccess:"\u8F38\u5165\u306B\u6210\u529F",importFail:"\u30A4\u30F3\u30DD\u30FC\u30C8\u5931\u6557",deleteFail:"\u524A\u9664\u306B\u5931\u6557\u3057\u307E\u3057\u305F",backupToCloud:"\u30D0\u30C3\u30AF\u30A2\u30C3\u30D7\u30D5\u30A1\u30A4\u30EB\u306E\u624B\u52D5\u7BA1\u7406",create_new_backup:"\u65B0\u3057\u3044\u30D0\u30C3\u30AF\u30A2\u30C3\u30D7\u30CE\u30FC\u30C9\u3092\u8FFD\u52A0\u3059\u308B",maxBackupFiles:"\u6700\u5927{count}\u7570\u306A\u308B\u30CE\u30FC\u30C9\u3092\u30D0\u30C3\u30AF\u30A2\u30C3\u30D7\u3067\u304D\u307E\u3059\u3002\u4E0D\u8981\u306A\u30CE\u30FC\u30C9\u306F\u524A\u9664\u3057\u3066\u304F\u3060\u3055\u3044\u3002",backupToCloudDescription:"\u30D0\u30C3\u30AF\u30A2\u30C3\u30D7\u30D5\u30A1\u30A4\u30EB\u3092\u624B\u52D5\u3067\u30A2\u30C3\u30D7\u30ED\u30FC\u30C9\u307E\u305F\u306F\u30EA\u30B9\u30C8\u30A2\u3002",successSyncConfig:"\u30AF\u30E9\u30A6\u30C9\u3068\u306E\u540C\u671F\u306B\u6210\u529F",syncFail:"\u540C\u671F\u5931\u6557",updatedAt:"{date}\u3088\u308A\u66F4\u65B0",lastSyncedAt:"\u6700\u7D42\u78BA\u8A8D\uFF1A {date}",downloadFail:"\u30C0\u30A6\u30F3\u30ED\u30FC\u30C9\u306B\u5931\u6557\u3057\u307E\u3057\u305F",clickToDownload:"\u30AF\u30EA\u30C3\u30AF\u3057\u3066\u30C0\u30A6\u30F3\u30ED\u30FC\u30C9",aboutLabel:"\u30D5\u30A3\u30FC\u30C9\u30D0\u30C3\u30AF","browser.openAboutPage":"\u3054\u610F\u898B\u30FB\u3054\u611F\u60F3",aboutLabelWithoutSponsor:"\u30D5\u30A3\u30FC\u30C9\u30D0\u30C3\u30AF",aboutIntro:"\u30A4\u30F3\u30BF\u30FC\u30CD\u30C3\u30C8\u4E0A\u306E\u81A8\u5927\u306A\u5916\u56FD\u8A9E\u60C5\u5831\u3078\u306E\u30A2\u30AF\u30BB\u30B9\u304C\u3088\u308A\u7C21\u5358\u3067\u697D\u3057\u3044\u3082\u306E\u306B\u306A\u308A\u307E\u3059\u3088\u3046\u306B \u2764\uFE0F <6>\u30D7\u30ED\u30E1\u30F3\u30D0\u30FC\u30B7\u30C3\u30D7\u3092 \u6709\u52B9\u306B\u3057\u3066\u3001\u3059\u3050\u306B\u4F7F\u3048\u308BDeepL\u3068OpenAI\u306E\u7FFB\u8A33\u3092\u3054\u5229\u7528\u304F\u3060\u3055\u3044\u3002

<3>Twitter\u3001<4>Telegram\u3001Weibo\u3001WeChat\u3067\u79C1\u305F\u3061\u3092\u30D5\u30A9\u30ED\u30FC\u3059\u308B\u304B\u3001\u4EE5\u4E0B\u306E<5>\u30E1\u30FC\u30EA\u30F3\u30B0\u30EA\u30B9\u30C8\u306B\u767B\u9332\u3057\u3066\u66F4\u65B0\u3092\u8FFD\u8DE1\u3059\u308B\u3053\u3068\u304C\u3067\u304D\u307E\u3059\u3002
<7>\u30D7\u30ED\u4F1A\u54E1\u306E \u65B9\u306F\u3001 <8>support@immersivetranslate.com \u307E\u3067\u3054\u9023\u7D61\u3044\u305F\u3060\u3051\u308C\u3070\u3001\u8FC5\u901F\u306A\u30AB\u30B9\u30BF\u30DE\u30FC\u30B5\u30FC\u30D3\u30B9\u3092\u3054\u63D0\u4F9B\u3044\u305F\u3057\u307E\u3059\u3002",aboutIntroWithoutSponsor:"\u2764\uFE0F

<3>\u30C4\u30A4\u30C3\u30BF\u30FC\u3001<4>\u30C6\u30EC\u30B0\u30E9\u30E0\u30FB\u30C1\u30E3\u30F3\u30CD\u30EB\u3001WeChat\u3001WeChat Exchange\u3067\u30D5\u30A9\u30ED\u30FC\u3057\u3066\u3044\u305F\u3060\u304F\u304B\u3001\u4EE5\u4E0B\u306E<5>E\u30E1\u30FC\u30EB\u3067\u66F4\u65B0\u60C5\u5831\u3092<5>\u8CFC\u8AAD\u3057\u3066\u304F\u3060\u3055\u3044\u3002",projectHomepage:"\u30D7\u30ED\u30B8\u30A7\u30AF\u30C8\u30FB\u30DB\u30FC\u30E0",joinTelegramGroup:"\u30E6\u30FC\u30B6\u30FC\u30B0\u30EB\u30FC\u30D7\u306B\u53C2\u52A0\u3057\u3066\u3001\u6A5F\u80FD\u306B\u95A2\u3059\u308B\u30C7\u30A3\u30B9\u30AB\u30C3\u30B7\u30E7\u30F3\u306B\u53C2\u52A0",wechatPublicAccount:"WeChat\u30D1\u30D6\u30EA\u30C3\u30AF",wechatCommunities:"WeChat\u4EA4\u6D41\u30B0\u30EB\u30FC\u30D7",qqCommunities:"QQ\u30B3\u30DF\u30E5\u30CB\u30B1\u30FC\u30B7\u30E7\u30F3\u30C1\u30E3\u30F3\u30CD\u30EB",joinTelegramChannel:"\u6700\u65B0\u60C5\u5831\u306FTelegram\u30C1\u30E3\u30F3\u30CD\u30EB\u3092\u30D5\u30A9\u30ED\u30FC",feedbackAndJoin:"\u8CEA\u554F \u30D5\u30A3\u30FC\u30C9\u30D0\u30C3\u30AF / \u30B0\u30EB\u30FC\u30D7\u8FFD\u52A0",autoSync:"\u81EA\u52D5\u6642\u523B\u540C\u671F",loadingThemeTitle:"\u30ED\u30FC\u30C7\u30A3\u30F3\u30B0\u30FB\u30B9\u30BF\u30A4\u30EB",loadingThemeDescription:"\u7FFB\u8A33\u30ED\u30FC\u30C9\u5F85\u3061\u6642\u9593\u306E\u30B9\u30BF\u30A4\u30EB\u8A2D\u5B9A","loadingTheme.spinner":"\u56DE\u8EE2\u30A2\u30CB\u30E1\u30FC\u30B7\u30E7\u30F3","loadingTheme.text":"\u9759\u7684\u30C6\u30AD\u30B9\u30C8 ","loadingTheme.none":"\u8868\u793A\u306A\u3057",developerDescription:"\u9AD8\u5EA6\u306A\u30AB\u30B9\u30BF\u30DE\u30A4\u30BA\u306B\u95A2\u3059\u308B\u30C9\u30AD\u30E5\u30E1\u30F3\u30C8\u306F<1>\u3053\u3061\u3089\u3092\u3054\u89A7\u304F\u3060\u3055\u3044\u3002","edit border color":"\u30DC\u30FC\u30C0\u30FC\u30AB\u30E9\u30FC\u306E\u5909\u66F4",successSyncButNoChange:"\u73FE\u5728\u306E\u30B3\u30F3\u30D5\u30A3\u30AE\u30E5\u30EC\u30FC\u30B7\u30E7\u30F3\u306F\u30AF\u30E9\u30A6\u30C9\u3068\u4E00\u81F4\u3057\u3066\u3044\u308B",customTheme:"\u30AB\u30B9\u30BF\u30E0\u30AB\u30E9\u30FC\u3068\u30B5\u30A4\u30BA","customThemeLabel.borderColor":"\u30DC\u30FC\u30C0\u30FC\u30AB\u30E9\u30FC","customThemeLabel.borderRadius":"\u4E38\u307F\u3092\u5E2F\u3073\u305F\u30A8\u30C3\u30B8","customThemeLabel.textColor":"\u30C6\u30AD\u30B9\u30C8\u30AB\u30E9\u30FC","customThemeLabel.backgroundColor":"\u80CC\u666F\u8272","customThemeLabel.zoom":"\u30D5\u30A9\u30F3\u30C8\u30FB\u30B9\u30B1\u30FC\u30EA\u30F3\u30B0 (%)","customThemeLabel.opacity":"\u30C6\u30AD\u30B9\u30C8\u306E\u4E0D\u900F\u660E\u5EA6 (%)",resetToDefaultColor:"\u30C7\u30D5\u30A9\u30EB\u30C8\u30AB\u30E9\u30FC\u306B\u623B\u3059",resetToDefaultSettings:"\u30C7\u30D5\u30A9\u30EB\u30C8\u8A2D\u5B9A\u306B\u623B\u3059",isTranslateTitle:"\u30DA\u30FC\u30B8\u30BF\u30A4\u30C8\u30EB\u306E\u7FFB\u8A33\u3092\u6709\u52B9\u306B\u3059\u308B",isTranslateTitleDescription:"\u30AA\u30F3\u306B\u3059\u308B\u3068\u3001\u30DA\u30FC\u30B8\u30BF\u30A4\u30C8\u30EB\u304C\u7FFB\u8A33\u3055\u308C\u307E\u3059",enableSearchEnhancement:"\u30D0\u30A4\u30EA\u30F3\u30AC\u30EB\u30E1\u30C3\u30BB\u30FC\u30B8\u3092\u6709\u52B9\u306B\u3059\u308B",enableSearchEnhancementDescription:"\u6709\u52B9\u306B\u3059\u308B\u3068\u3001\u5BFE\u5FDC\u30B5\u30A4\u30C8\uFF08Google News\u3001Google Search\uFF08\u4E00\u90E8\u30AD\u30FC\u30EF\u30FC\u30C9\uFF09\u3001Snowball\u3001Oriental Fortune\u3001Futura\u3001Tiger Community\uFF09\u306E\u53F3\u30AB\u30E9\u30E0\u306B\u3001\u8A72\u5F53\u3059\u308B\u82F1\u8A9E\u30AD\u30FC\u30EF\u30FC\u30C9\u3067\u300CGoogle News\u300D\u306E\u691C\u7D22\u7D50\u679C\u304C\u81EA\u52D5\u7684\u306B\u8868\u793A\u3055\u308C\u308B\u3088\u3046\u306B\u306A\u308A\u307E\u3059\u3002",verifyService:"\u30B5\u30FC\u30D3\u30B9\u306E\u30C6\u30B9\u30C8\u306F\u3053\u3061\u3089",verified:"\u6210\u529F\u306E\u78BA\u8A8D","field.langs":"\u5BFE\u5FDC\u8A00\u8A9E\u30B3\u30FC\u30C9","field.model":"\u30E2\u30C7\u30EA\u30F3\u30B0","field.translationEngine":"\u7FFB\u8A33\u30A8\u30F3\u30B8\u30F3","field.limitPerMinute":"1\u5206\u3042\u305F\u308A\u306E\u6700\u5927\u30EA\u30AF\u30A8\u30B9\u30C8\u6570","field.limitPerSecond":"1\u79D2\u3042\u305F\u308A\u306E\u6700\u5927\u30EA\u30AF\u30A8\u30B9\u30C8\u6570","field.maxTextLengthPerRequest":"\u30EA\u30AF\u30A8\u30B9\u30C8\u3054\u3068\u306E\u6700\u5927\u30C6\u30AD\u30B9\u30C8\u9577","field.maxTextGroupLengthPerRequest":"\u30EA\u30AF\u30A8\u30B9\u30C8\u3054\u3068\u306E\u6700\u5927\u6BB5\u843D\u6570","field.apiUrl":"\u30AB\u30B9\u30BF\u30E0API\u30A4\u30F3\u30BF\u30FC\u30D5\u30A7\u30FC\u30B9\u306E\u30A2\u30C9\u30EC\u30B9","field.placeholderDelimiters":"\u4E88\u7D04\u30D7\u30EC\u30FC\u30B9\u30DB\u30EB\u30C0","description.custom":"\u30AB\u30B9\u30BF\u30E0\u30A4\u30F3\u30BF\u30FC\u30D5\u30A7\u30FC\u30B9\u30A2\u30AF\u30BB\u30B9 \u8981\u30C9\u30AD\u30E5\u30E1\u30F3\u30C6\u30FC\u30B7\u30E7\u30F3","description.limitPerMinute":"\u3053\u306E\u5236\u9650\u3092\u8D85\u3048\u305F\u30EA\u30AF\u30A8\u30B9\u30C8\u306F\u3001\u6B21\u306E\u5206\u304C\u59CB\u307E\u308B\u307E\u3067\u30AD\u30E5\u30FC\u306B\u5165\u308A\u307E\u3059\u3002OpenAI\u306E\u73FE\u5728\u306E\u30B5\u30FC\u30D3\u30B9\u306B\u306F\u3055\u307E\u3056\u307E\u306A\u5236\u9650\u304C\u3042\u308B\u305F\u3081\u3001\u6700\u65B0\u306E\u63A8\u5968\u5024\u306F<1>\u3053\u3061\u3089\u3092\u3054\u89A7\u304F\u3060\u3055\u3044\u3002","description.limitPerSecond":"\u3053\u306E\u5236\u9650\u3092\u8D85\u3048\u305F\u30EA\u30AF\u30A8\u30B9\u30C8\u306F\u3001\u6B21\u306E\u79D2\u304C\u59CB\u307E\u308B\u307E\u3067\u30AD\u30E5\u30FC\u306B\u5165\u308A\u307E\u3059\u3002OpenAI\u306E\u73FE\u5728\u306E\u30B5\u30FC\u30D3\u30B9\u306B\u306F\u3055\u307E\u3056\u307E\u306A\u5236\u9650\u304C\u3042\u308B\u305F\u3081\u3001\u6700\u65B0\u306E\u63A8\u5968\u5024\u306F<1>\u3053\u3061\u3089\u3092\u3054\u89A7\u304F\u3060\u3055\u3044\u3002","description.generalLimitPerSecond":"\u3053\u306E\u5236\u9650\u3092\u8D85\u3048\u305F\u30EA\u30AF\u30A8\u30B9\u30C8\u306F\u3001\u6B21\u306E\u79D2\u304C\u59CB\u307E\u308B\u307E\u3067\u30AD\u30E5\u30FC\u306B\u5165\u308B\u3002","description.prompt":"\u30E6\u30FC\u30B6\u30FC\u3068\u3057\u3066 {service} \u306B\u9001\u4FE1\u3055\u308C\u308B\u5BFE\u8A71\u3067\u3001{{text}} \u306F\u6BB5\u843D\u306E\u30C6\u30AD\u30B9\u30C8\u5185\u5BB9\u3092\u793A\u3057\u3001{{from}} \u306F\u6BB5\u843D\u306E\u8A00\u8A9E\u3092\u793A\u3057\u3001{{to}} \u306F\u76EE\u6A19\u8A00\u8A9E\u3092\u793A\u3057\u307E\u3059\u3002","description.maxTextLengthPerRequest":"\u30EA\u30AF\u30A8\u30B9\u30C8\u3042\u305F\u308A\u306E\u6700\u5927\u6587\u5B57\u6570\u304C\u5927\u304D\u3059\u304E\u308B\u3068\u3001\u30A4\u30F3\u30BF\u30FC\u30D5\u30A7\u30FC\u30B9\u306E\u5FDC\u7B54\u304C\u9045\u304F\u306A\u308B\u306E\u3067\u3001\u3053\u306E\u30AA\u30D7\u30B7\u30E7\u30F3\u3092\u8ABF\u6574\u3057\u3066\u901F\u5EA6\u3092\u6700\u9069\u5316\u3057\u3066\u304F\u3060\u3055\u3044\u3002","description.systemPrompt":"\u30B7\u30B9\u30C6\u30E0\u3068\u3057\u3066OpenAI\u306B\u9001\u3089\u308C\u308B\u30C0\u30A4\u30A2\u30ED\u30B0\u3002 {{text}} \u306F\u6BB5\u843D\u306E\u30C6\u30AD\u30B9\u30C8\u5185\u5BB9\u3001{{from}} \u306F\u6BB5\u843D\u306E\u8A00\u8A9E\u3001{{to}} \u306F\u30BF\u30FC\u30B2\u30C3\u30C8\u8A00\u8A9E\u3092\u793A\u3059\u3002","field.domain":"\u30EC\u30A2\u30EB","description.domain":"\u30C7\u30D5\u30A9\u30EB\u30C8\u306F\uFF1Ageneral \u3067\u3059\u3002Arima API \u30B3\u30F3\u30BD\u30FC\u30EB\u3067\u30C9\u30E1\u30A4\u30F3\u5909\u63DB\u304C\u6709\u52B9\u306B\u306A\u3063\u3066\u3044\u308B\u5834\u5408\u306E\u307F\u8A2D\u5B9A\u3067\u304D\u307E\u3059\u3002","field.scene":"\u53D6\u308B","description.scene":"\u30C7\u30D5\u30A9\u30EB\u30C8\u306F\uFF1A\u4E00\u822C\u3067\u3059\u3002AliCloud API\u30B3\u30F3\u30BD\u30FC\u30EB\u3067Machine Translation Pro\u3092\u958B\u3044\u305F\u5834\u5408\u306E\u307F\u8A2D\u5B9A\u3067\u304D\u307E\u3059\u3002","field.vocabId":"\u30E6\u30FC\u30B6\u30FC\u8F9E\u66F8ID","description.vocabId":"\u6307\u5B9A\u3055\u308C\u305F\u8F9E\u66F8out_id\u306F\u3001\u73FE\u5728\u3001\u82F1\u8A9E\u304B\u3089\u4E2D\u56FD\u8A9E\u3078\u306E\u7FFB\u8A33\u3092\u30B5\u30DD\u30FC\u30C8\u3057\u3066\u3044\u308B\u3002","description.model":"OpenAI\u306E\u30E2\u30C7\u30EB\u306F\u3001gpt-3.5-turbo\u3001gpt-4\u306A\u3069\u3002","description.maxTextGroupLengthPerRequest":"\u4E00\u5EA6\u306B\u7FFB\u8A33\u30B5\u30FC\u30D3\u30B9\u306B\u9001\u4FE1\u3055\u308C\u308B\u6BB5\u843D\u6570\u3002\u6BB5\u843D\u6570\u304C\u591A\u3059\u304E\u308B\u3068\u3001\u30A4\u30F3\u30BF\u30FC\u30D5\u30A7\u30FC\u30B9\u306E\u5FDC\u7B54\u304C\u9045\u304F\u306A\u308B\u3053\u3068\u304C\u3042\u308A\u307E\u3059\u3002","description.apiUrl":"\u5177\u4F53\u7684\u306AURL\u3068\u30D1\u30B9\u3001<1>\u3088\u308A\u8A73\u3057\u3044\u8AAC\u660E\u3092\u8FFD\u52A0\u3057\u3066\u304F\u3060\u3055\u3044\u3002",enabledExtension:"\u30A8\u30AF\u30B9\u30C6\u30F3\u30B7\u30E7\u30F3\u306E\u6709\u52B9\u5316",clickToDisableExtension:"\u30AF\u30EA\u30C3\u30AF\u3057\u3066\u62E1\u5F35\u6A5F\u80FD\u3092\u7121\u52B9\u306B\u3059\u308B",clickToEnableExtension:"\u30AF\u30EA\u30C3\u30AF\u3057\u3066\u62E1\u5F35\u6A5F\u80FD\u3092\u6709\u52B9\u306B\u3059\u308B",hasBeenDisabled:"\u4F7F\u7528\u4E0D\u80FD","show password":"\u30D1\u30B9\u30EF\u30FC\u30C9\u3092\u8868\u793A\u3059\u308B",customContent:"\u30AB\u30B9\u30BF\u30E0\u30E2\u30C7\u30EB\u540D\u3092\u5165\u529B",inputOptions:"\u5165\u529B\u30DC\u30C3\u30AF\u30B9\u306E\u5F37\u5316",mouseHoverOptions:"\u30DE\u30A6\u30B9\u30DB\u30D0\u30FC",modifyMouseHoverKey:"\u30DE\u30A6\u30B9\u30DB\u30D0\u30FC\u30B7\u30E7\u30FC\u30C8\u30AB\u30C3\u30C8\u306E\u5909\u66F4",enableInputTranslation:"\u5165\u529B\u30DC\u30C3\u30AF\u30B9\u306E\u62E1\u5F35\u3092\u6709\u52B9\u306B\u3059\u308B\u304B\u3069\u3046\u304B",enableInputTranslationDescription:"\u6709\u52B9\u5316\u3057\u305F\u3089\u3001 {startingKey}{startingKey} hello \u3068\u5165\u529B\u30DC\u30C3\u30AF\u30B9\u306B\u76F4\u63A5\u5165\u529B\u3057\u3001{inputTrailingTriggerKeyRepeatTimes}times{trailingKey}\u3092\u7D20\u65E9\u304F\u62BC\u3057\u3066\u3001 {inputTargetLanguage}\u306B\u5909\u63DB\u3059\u308B\u3002",enableInputTranslationDescriptionForNoneKey:"\u6709\u52B9\u306B\u3057\u305F\u3089\u3001\uFF1AHello World\u3068\u5165\u529B\u30DC\u30C3\u30AF\u30B9\u306B\u76F4\u63A5\u5165\u529B\u3057\u3001{inputTrailingTriggerKeyRepeatTimes}{trailingKey}\u3092\u7D20\u65E9\u304F\u62BC\u3057\u3066\u3001\u30C7\u30D5\u30A9\u30EB\u30C8\u306E\u30BF\u30FC\u30B2\u30C3\u30C8\u8A00\u8A9E\u306B\u7FFB\u8A33\u3059\u308B\u3002",inputTargetLanguage:"\u5165\u529B\u30DC\u30C3\u30AF\u30B9\u306E\u30C7\u30D5\u30A9\u30EB\u30C8\u30BF\u30FC\u30B2\u30C3\u30C8\u8A00\u8A9E\u306E\u8A2D\u5B9A",inputTargetLanguageDescription:"\u5165\u529B\u30DC\u30C3\u30AF\u30B9\u7FFB\u8A33\u306E\u30C7\u30D5\u30A9\u30EB\u30C8\u30BF\u30FC\u30B2\u30C3\u30C8\u8A00\u8A9E\u3001\u3059\u306A\u308F\u3061\u3001\u30C8\u30EA\u30AC\u30FC\u30EF\u30FC\u30C9\u306E\u30C7\u30D5\u30A9\u30EB\u30C8\u8A00\u8A9E\u3068\u3057\u3066 {startingKey}{startingKey}",inputTargetLanguageDescriptionForNoneKey:"\u5165\u529B\u30DC\u30C3\u30AF\u30B9\u7FFB\u8A33\u306E\u30C7\u30D5\u30A9\u30EB\u30C8\u30BF\u30FC\u30B2\u30C3\u30C8\u8A00\u8A9E",inputStartingTriggerKeyTitle:"\u5165\u529B\u30DC\u30C3\u30AF\u30B9\u306E\u90E8\u5206\u7FFB\u8A33\u306E\u305F\u3081\u306E\u5206\u5272\u6587\u5B57\u306E\u8A2D\u5B9A",inputStartingTriggerKeyDescription:"\u5165\u529B\u30DC\u30C3\u30AF\u30B9\u5168\u4F53\u3092\u7FFB\u8A33\u3059\u308B\u5FC5\u8981\u304C\u306A\u3044\u5834\u5408\u3001\u30B9\u30D7\u30EA\u30C3\u30BF\u30FC\u306F {startingKey}{startingKey} \u304B\u3089\u5165\u529B\u30DC\u30C3\u30AF\u30B9\u306E\u6700\u5F8C\u307E\u3067\u306E\u90E8\u5206\u3060\u3051\u3092\u7FFB\u8A33\u3059\u308B\u3053\u3068\u304C\u3067\u304D\u307E\u3059\u3002\u307E\u305F\u3001\u8A00\u8A9E\u30B3\u30FC\u30C9\u3092\u6307\u5B9A\u3059\u308B\u3053\u3068\u3082\u3067\u304D\u307E\u3059\u3002\u4F8B\u3048\u3070\u3001\uFF1A{startingKey}ja \u306F {startingKey}ja \u304B\u3089\u5165\u529B\u30DC\u30C3\u30AF\u30B9\u306E\u6700\u5F8C\u307E\u3067\u306E\u90E8\u5206\u3060\u3051\u3092\u7FFB\u8A33\u3059\u308B\u3053\u3068\u3092\u610F\u5473\u3057\u307E\u3059\u3002",inputStartingTriggerKeyDescriptionForNoneKey:"\u73FE\u5728\u306E\u63A5\u982D\u8F9E\u306A\u3057\u306E\u8A2D\u5B9A\u306F\u4E0D\u8981\u3067\u3042\u308A\u3001\u5165\u529B\u30DC\u30C3\u30AF\u30B9\u306E\u4E00\u90E8\u306E\u30C6\u30AD\u30B9\u30C8\u306E\u7FFB\u8A33\u6A5F\u80FD\u306F\u73FE\u6642\u70B9\u3067\u306F\u5229\u7528\u3067\u304D\u306A\u3044\u3002",inputTrailingTriggerKeyTitle:"\u5165\u529B\u7D42\u4E86\u30C8\u30EA\u30AC\u30FC\u6587\u5B57\u3092\u9078\u629E\u3059\u308B",inputTrailingTriggerKeyDescription:"3 quick hits{trailingKey} \u7FFB\u8A33\u3092\u958B\u59CB\u3057\u307E\u3059\uFF01",inputTrailingTriggerKeyTimeout:"\u6226\u95D8\u7D42\u4E86\u30C8\u30EA\u30AC\u30FC\u307E\u3067\u306E\u6642\u9593\u3092\u5165\u529B\u3059\u308B\u3002",inputTrailingTriggerKeyTimeoutDescription:"\u5165\u529B\u7D42\u4E86\u30B3\u30F3\u30DC\u306E\u30C8\u30EA\u30AC\u30FC\u307E\u3067\u306E\u6642\u9593\uFF08\u30DF\u30EA\u79D2\uFF09\u3092\u8A2D\u5B9A\u3059\u308B\u3002",spaceKey:"<\u7A7A\u683C\u952E>",noneKey:"\u63A5\u982D\u8F9E\u306A\u3057\u306E\u30C6\u30AD\u30B9\u30C8\u30DC\u30C3\u30AF\u30B9\u5168\u4F53\u306E\u76F4\u63A5\u7FFB\u8A33",inputTranslationBlockUrlsTitle:"\u4EE5\u4E0B\u306EURL\u3067\u306F\u3001\u5165\u529B\u30DC\u30C3\u30AF\u30B9\u306E\u62E1\u5F35\u6A5F\u80FD\u3092\u6709\u52B9\u306B\u3057\u306A\u3044\u3067\u304F\u3060\u3055\u3044\u3002",inputTranslationBlockUrlsDescription:"\u5165\u529B\u30DC\u30C3\u30AF\u30B9\u306E\u6A5F\u80FD\u62E1\u5F35\u306F\u3001\u4EE5\u4E0B\u306EURL\u3067\u306F\u6A5F\u80FD\u3057\u307E\u305B\u3093\u3002",clickToSeeQuickDemo:"\u30AF\u30EA\u30C3\u30AF\u3057\u306630\u79D2\u306E\u30C1\u30E5\u30FC\u30C8\u30EA\u30A2\u30EB\u30D3\u30C7\u30AA\u3092\u62E1\u5927",inputHelperInfo:"\u8AAC\u660E\uFF1A\u4E2D\u56FD\u8A9E\u306E\u5165\u529B\u30E1\u30BD\u30C3\u30C9\u3067\u306F\u3001\u3044\u304F\u3064\u304B\u306E\u30C8\u30EA\u30AC\u30FC\u6587\u5B57\u304C\u4E2D\u56FD\u8A9E\u306E\u53E5\u8AAD\u70B9\u306B\u5909\u308F\u308B\u3068\u3044\u3046\u4E8B\u5B9F\u306B\u6700\u9069\u5316\u3057\u307E\u3057\u305F\u3002\u4F8B\u3048\u3070\u3001/ \u306F Sogou \u5165\u529B\u30E1\u30BD\u30C3\u30C9\u3067\u306F\u3001\u30C0\u30F3\u8A18\u53F7\u306B\u5909\u308F\u308A\u307E\u3059\u3002

\u307E\u305F\u3001\u8A00\u8A9E<1>\u30B3\u30FC\u30C9\u306E\u4E2D\u56FD\u8A9E\u30A8\u30A4\u30EA\u30A2\u30B9\u3082\u30B3\u30DE\u30F3\u30C9\u3068\u3057\u3066\u30B5\u30DD\u30FC\u30C8\u3057\u3066\u304A\u308A\u3001\u4F8B\u3048\u3070 /Japanese Hello World \u306F\u65E5\u672C\u8A9E\u306B\u7FFB\u8A33\u3055\u308C\u307E\u3059\u3002",reloadCurrentPage:"\u7FFB\u8A33\u3092\u958B\u59CB\u3059\u308B\u524D\u306B\u3001\u73FE\u5728\u306E\u30DA\u30FC\u30B8\u3092\u66F4\u65B0\u3057\u3066\u304F\u3060\u3055\u3044\u3002",noLocalFilePermissionForPDF:"\u30ED\u30FC\u30AB\u30EB\u30D5\u30A1\u30A4\u30EB\u3092\u8AAD\u307F\u8FBC\u3080\u6A29\u9650\u304C\u3042\u308A\u307E\u305B\u3093\u3002\u4E0A\u306E\u30DC\u30BF\u30F3\u3092\u30AF\u30EA\u30C3\u30AF\u3057\u3066\u3001\u30ED\u30FC\u30AB\u30EB\u30D5\u30A1\u30A4\u30EB\u3092\u30A4\u30F3\u30DD\u30FC\u30C8\u3057\u3066\u304F\u3060\u3055\u3044\u3002",noPermissionForThisPage:"\u26A0\uFE0F \u73FE\u5728\u306E\u30DA\u30FC\u30B8\u3092\u7FFB\u8A33\u3059\u308B\u6A29\u9650\u304C\u306A\u3044",retryAllParagraphs:"\u3059\u3079\u3066\u306E\u30A8\u30E9\u30FC\u30D1\u30C3\u30BB\u30FC\u30B8\u3092\u518D\u8A66\u884C\u3059\u308B",retryAllButton:"\u3059\u3079\u3066\u306E\u30A8\u30E9\u30FC\u30D1\u30C3\u30BB\u30FC\u30B8\u3092\u518D\u8A66\u884C\u3059\u308B",errorTooltipTitle:"\u30AF\u30EA\u30C3\u30AF\u3057\u3066\u30A8\u30E9\u30FC\u306E\u539F\u56E0\u3092\u898B\u308B",errorModalTitle:"\u7FFB\u8A33\u30B5\u30FC\u30D3\u30B9\u304B\u30CD\u30C3\u30C8\u30EF\u30FC\u30AF\u306B\u4F55\u304B\u554F\u984C\u304C\u3042\u308B\u3088\u3046\u3060...\u3002",disableConfirm:"\u30D0\u30A4\u30EA\u30F3\u30AC\u30EB\u60C5\u5831\u5F37\u5316\u8A2D\u5B9A",disableOnce:"\u3053\u306E\u969C\u5BB3",disableGlobal:"\u6C38\u4E45\u306B\u7121\u52B9\u306B\u3059\u308B",disableTint:"* {option}\u3002",searchEnhancementNotes:"\u4E2D\u56FD\u8A9E\u30AD\u30FC\u30EF\u30FC\u30C9\u3068\u82F1\u8A9E\u30AD\u30FC\u30EF\u30FC\u30C9\u3067\u306F\u3001\u30CB\u30E5\u30FC\u30B9\u306E\u691C\u7D22\u7D50\u679C\u304C\u5927\u304D\u304F\u7570\u306A\u308B\u3053\u3068\u304C\u308F\u304B\u308A\u307E\u3057\u305F\u3002 \u30A4\u30DE\u30FC\u30B7\u30D6\u7FFB\u8A33\u30D0\u30A4\u30EA\u30F3\u30AC\u30EB\u60C5\u5831\u5F37\u5316\u6A5F\u80FD\u3092\u6709\u52B9\u306B\u3059\u308B\u3068\u3001\u5BFE\u5FDC\u30B5\u30A4\u30C8\uFF08Google\u30CB\u30E5\u30FC\u30B9\u3001Google\u691C\u7D22\uFF08\u4E00\u90E8\u30AD\u30FC\u30EF\u30FC\u30C9\uFF09\u3001Snowball\u3001Oriental Wealth\u3001Futura\u3001Tiger\uFF09\u3067\u540C\u3058\u30AD\u30FC\u30EF\u30FC\u30C9\u3092\u82F1\u8A9E\u3067\u81EA\u52D5\u7684\u306B\u691C\u7D22\u3057\u3001\u53F3\u5074\u306B\u8868\u793A\u3057\u307E\u3059\u3002\u3053\u306E\u6A5F\u80FD\u304C\u4E0D\u8981\u306A\u5834\u5408\u306F\u3001\u7121\u52B9\u306B\u3059\u308B\u3053\u3068\u3082\u3067\u304D\u307E\u3059\u3002",option:"\u30BB\u30C3\u30C8\u30A2\u30C3\u30D7",saveSettings:"\u8A2D\u5B9A\u306E\u4FDD\u5B58",closeModal:"\u30A6\u30A3\u30F3\u30C9\u30A6\u3092\u9589\u3058\u308B",enableInputTranslationWithoutTriggerKeyTitle:"{trailingKey}\u3001\u5165\u529B\u30DC\u30C3\u30AF\u30B9\u5168\u4F53\u3092\u76F4\u63A5{inputTargetLanguage}\u3002",enableInputTranslationWithoutTriggerKeyDescription:"\u4F8B\u3048\u3070\u3001\uFF1Aja Hello World \u306E\u3088\u3046\u306B\u3002",mouseHoverShortcutPlaceholder:"\u4F8B\uFF1A\uFF1A\u30B7\u30D5\u30C8",deepLProName:"\u6CA1\u5165\u578B\u7FFB\u8A33\u30D7\u30ED\u30E1\u30F3\u30D0\u30FC\uFF08\u63A8\u5968\uFF09",deepLProDescription:"\u73FE\u5728\u306E\u30D1\u30C3\u30B1\u30FC\u30B8\u306F\u76F4\u63A5\u4F7F\u7528\u3067\u304D\u308B",deeplProDescriptionForNormal:"\u30BB\u30C3\u30C8\u30A2\u30C3\u30D7\u4E0D\u8981\u3001\u4F1A\u54E1\u306E\u65B9\u306F\u30ED\u30B0\u30A4\u30F3\u5F8C\u5229\u7528\u53EF\u80FD\u3001<1>\u4F1A\u54E1\u3078\u306E\u30A2\u30C3\u30D7\u30B0\u30EC\u30FC\u30C9\u306F\u3053\u3061\u3089",deepLCustomDescription:"\u6D77\u5916\u767A\u884C\u306E\u30AF\u30EC\u30B8\u30C3\u30C8\u30AB\u30FC\u30C9\u304C\u5FC5\u8981 <1>\u3002",deepLCustomName:"\u30AB\u30B9\u30BF\u30E0\u8A8D\u8A3C\u30AD\u30FC",chooseProviderLabel:"\u30B5\u30FC\u30D3\u30B9\u30FB\u30D7\u30ED\u30D0\u30A4\u30C0\u30FC\u306E\u9078\u629E",openaiProName:"\u6CA1\u5165\u578B\u7FFB\u8A33\u30D7\u30ED\u30E1\u30F3\u30D0\u30FC\uFF08\u63A8\u5968\uFF09",openaiProDescription:"\u73FE\u5728\u306E\u30D1\u30C3\u30B1\u30FC\u30B8\u306F\u76F4\u63A5\u4F7F\u7528\u3067\u304D\u308B",openaiProDescriptionForNormal:"\u30BB\u30C3\u30C8\u30A2\u30C3\u30D7\u4E0D\u8981\u3001\u4F1A\u54E1\u306E\u65B9\u306F\u30ED\u30B0\u30A4\u30F3\u5F8C\u5229\u7528\u53EF\u80FD\u3001<1>\u4F1A\u54E1\u3078\u306E\u30A2\u30C3\u30D7\u30B0\u30EC\u30FC\u30C9\u306F\u3053\u3061\u3089",openaiCustomDescription:"OpenAI\u3001Azure OpenAI\u3001\u307E\u305F\u306F\u305D\u306E\u4ED6\u306E\u30B5\u30FC\u30C9\u30D1\u30FC\u30C6\u30A3\u30B5\u30FC\u30D3\u30B9\u3067\u5229\u7528\u53EF\u80FD\u3067\u3059<1>\u3002",openaiCustomName:"\u30AB\u30B9\u30BF\u30E0API\u30AD\u30FC",needLoginAction:"(\u30AA\u30FC\u30D7\u30F3\u30FB\u30E1\u30F3\u30D0\u30FC\u307E\u305F\u306F\u30AB\u30B9\u30BF\u30DE\u30A4\u30BA\uFF09",goLoginOrAction:"(\u30E1\u30F3\u30D0\u30FC\u30B7\u30C3\u30D7\u3092\u958B\u304F\u304B\u3001\u8A2D\u5B9A\u306B\u9032\u3080)",yearly:"\u9023\u7D9A\u5E74\u6255\u3044\u3092\u3059\u308B",quarterly:"\u9806\u6B21\u5305\u88C5",monthly:"\u30DE\u30F3\u30B9\u30EA\u30FC\u30FB\u30B5\u30D6\u30B9\u30AF\u30EA\u30D7\u30B7\u30E7\u30F3",yearlyForOnce:"\u5E74\u9593\u30D1\u30C3\u30B1\u30FC\u30B8",monthlyForOnce:"\u67081\u56DE\u30D1\u30C3\u30B1\u30FC\u30B8",daily:"\u9023\u7D9A\u30D1\u30B1\u30C3\u30C8\u65E5",year:"\u9023\u7D9A\u5E74\u6255\u3044\u3092\u3059\u308B",quarter:"\u9806\u6B21\u5305\u88C5",month:"\u30DE\u30F3\u30B9\u30EA\u30FC\u30FB\u30B5\u30D6\u30B9\u30AF\u30EA\u30D7\u30B7\u30E7\u30F3",day:"\u9023\u7D9A\u30D1\u30B1\u30C3\u30C8\u65E5",onetime_7day:"7\u65E5\u9593\u4F53\u9A13\u30D1\u30C3\u30AF",currentPlanDescriptionForFree:"\u73FE\u5728\u306E\u30D1\u30C3\u30B1\u30FC\u30B8\uFF1A\u7121\u6599",currentPlanDescriptionForContinuous:"\u73FE\u5728\u306E\u30D1\u30C3\u30B1\u30FC\u30B8\uFF1A{plan}\u306F {endAt} \u306B\u81EA\u52D5\u66F4\u65B0\u3055\u308C\u307E\u3059\u3002",currentPlanDescriptionForAutoRenewCaceling:"\u73FE\u5728\u306E\u30D1\u30C3\u30B1\u30FC\u30B8\uFF1A{plan}\u306E\u6709\u52B9\u671F\u9650\u306F {endAt} \u3068\u306A\u308A\u3001\u6709\u52B9\u671F\u9650\u5207\u308C\u306B\u3088\u308B\u81EA\u52D5\u66F4\u65B0\u306F\u884C\u308F\u308C\u307E\u305B\u3093\u3002",currentYearlyPlanDescriptionForAutoRenewCacelingWithRealPaiedUser:"\u73FE\u5728\u306E\u30D1\u30C3\u30B1\u30FC\u30B8\u3001\uFF1A{plan}\u306F\u3001 {endAt} \u306B\u671F\u9650\u5207\u308C\u3068\u306A\u308A\u3001\u671F\u9650\u5207\u308C\u306B\u3088\u308B\u81EA\u52D5\u66F4\u65B0\u306F\u884C\u308F\u308C\u307E\u305B\u3093\u3002
<1>\u66F4\u65B0\u30D7\u30E9\u30F3\u306E\u7BA1\u7406\u306F\u3053\u3061\u3089",currentYearlyPlanDescriptionForAutoRenewCacelingWithAdmin:"\u73FE\u5728\u306E\u30D1\u30C3\u30B1\u30FC\u30B8\u3001\uFF1A{plan}\u306F\u3001 {endAt} \u306B\u671F\u9650\u5207\u308C\u3068\u306A\u308A\u3001\u671F\u9650\u5207\u308C\u306B\u3088\u308B\u81EA\u52D5\u66F4\u65B0\u306F\u884C\u308F\u308C\u307E\u305B\u3093\u3002
<1>\u7D99\u7D9A\u7684\u306A\u5E74\u9593\u8CFC\u8AAD\u3092\u6709\u52B9\u306B\u3059\u308B\u306B\u306F\u3001\u3053\u3053\u3092\u30AF\u30EA\u30C3\u30AF\u3057\u3066\u304F\u3060\u3055\u3044\u3002",currentPlanDescriptionForOneTime:"\u73FE\u5728\u306E\u8CFC\u8AAD\uFF1A{plan}\u306F {endAt} \u3067\u671F\u9650\u5207\u308C\u3068\u306A\u308A\u307E\u3059\u3002<1>\u5E74\u4F1A\u8CBB\u307E\u305F\u306F<2>\u6708\u4F1A\u8CBB<1>\u3078\u306E\u30A2\u30C3\u30D7\u30B0\u30EC\u30FC\u30C9\u306F\u3053\u3061\u3089\u3092\u30AF\u30EA\u30C3\u30AF\u3057\u3066\u304F\u3060\u3055\u3044\u3002",upgradePlan:"\u30D7\u30ED\u4F1A\u54E1\u3078\u306E\u30A2\u30C3\u30D7\u30B0\u30EC\u30FC\u30C9\u306F\u3053\u3061\u3089",upgradeToPro:"\u30D7\u30ED\u4F1A\u54E1\u3078\u306E\u30A2\u30C3\u30D7\u30B0\u30EC\u30FC\u30C9","popup.openPro":"DeepL\u3068OpenAI\u306E\u7FFB\u8A33\u3092\u304A\u697D\u3057\u307F\u3044\u305F\u3060\u304F\u306B\u306F\u3001Pro\u30E1\u30F3\u30D0\u30FC\u30B7\u30C3\u30D7\u306B\u30A2\u30C3\u30D7\u30B0\u30EC\u30FC\u30C9\u3057\u3066\u304F\u3060\u3055\u3044\uFF01","popup.openProForPro":"\u3042\u306A\u305F\u306F\u3001DeepL\u3068OpenAI\u306E\u7FFB\u8A33\u306B\u76F4\u63A5\u30A2\u30AF\u30BB\u30B9\u3067\u304D\u308B\u30D7\u30ED\u30E1\u30F3\u30D0\u30FC\u3067\u3059\uFF01",currentAccount:"\u5F53\u5EA7\u9810\u91D1",enableAutoSyncUserSettings:"\u8907\u6570\u306E\u30C7\u30D0\u30A4\u30B9\u9593\u3067\u81EA\u52D5\u30AF\u30E9\u30A6\u30C9\u540C\u671F\u304C\u53EF\u80FD",modalEnableInputTranslationTitle:"\u6CA1\u5165\u578B\u7FFB\u8A33\u5165\u529B\u30DC\u30C3\u30AF\u30B9 \u7FFB\u8A33\u30A2\u30E9\u30FC\u30C8",modalEnableInputTranslationDesc:"\u30B9\u30DA\u30FC\u30B9\u30D0\u30FC\u30923\u56DE\u9023\u6253\u3059\u308B\u3053\u3068\u3067\u3001Immersive Translation\u306E\u5165\u529B\u30DC\u30C3\u30AF\u30B9\u7FFB\u8A33\u304C\u958B\u59CB\u3055\u308C\u3001\u5165\u529B\u30DC\u30C3\u30AF\u30B9\u306E\u5185\u5BB9\u304C\u30C7\u30D5\u30A9\u30EB\u30C8\u306E\u30BF\u30FC\u30B2\u30C3\u30C8\u8A00\u8A9E\u306B\u7FFB\u8A33\u3055\u308C\u307E\u3059\u3002\u7FFB\u8A33\u306FCtrl+Z\u3067\u53D6\u308A\u6D88\u3059\u3053\u3068\u304C\u3067\u304D\u307E\u3059\u3002

\u3082\u3057\u3053\u308C\u304C\u9593\u9055\u3044\u3067\u3042\u3063\u305F\u3068\u3057\u3066\u3082\u3001\u4ECA\u56DE\u306F\u7121\u52B9\u306B\u3059\u308B\u304B\u3001\u6C38\u4E45\u306B\u5165\u529B\u30DC\u30C3\u30AF\u30B9\u306E\u7FFB\u8A33\u3092\u7121\u52B9\u306B\u3059\u308B\u304B\u3092\u9078\u629E\u3067\u304D\u307E\u3059\u306E\u3067\u3001\u3054\u5B89\u5FC3\u304F\u3060\u3055\u3044\u3002",saveAndNotShowAgain:"\u4FDD\u5B58\u3057\u3066\u30D7\u30ED\u30F3\u30D7\u30C8\u3092\u6B62\u3081\u308B",disableInputTranslationTips:"* {option} ,{learnMore}\u3067\u30C8\u30EA\u30AC\u30FC\u3059\u308B\u4ED6\u306E\u30B7\u30E7\u30FC\u30C8\u30AB\u30C3\u30C8\u3082\u8A2D\u5B9A\u3067\u304D\u308B\u3002",learnMore:"\u8A73\u7D30\u306F\u3053\u3061\u3089",continueEnalbeInputTranslation:"\u5F15\u304D\u7D9A\u304D\u5165\u529B\u30DC\u30C3\u30AF\u30B9\u306E\u7FFB\u8A33\u3092\u6709\u52B9\u306B\u3059\u308B",autoRenewTrialSuffix:'(\u30C8\u30E9\u30A4\u30A2\u30EB\u306E\u5834\u5408\u3001\u3059\u3050\u306B\u6B63\u4F1A\u54E1\u306B\u30A2\u30C3\u30D7\u30B0\u30EC\u30FC\u30C9)',upgradeFromTrialTitle:"\u6B63\u4F1A\u54E1\u3078\u306E\u30A2\u30C3\u30D7\u30B0\u30EC\u30FC\u30C9",subtitle:"\u30D3\u30C7\u30AA\u30AD\u30E3\u30D7\u30B7\u30E7\u30F3",youtubeService:"\u6620\u50CF\u5B57\u5E55\u7FFB\u8A33\u30B5\u30FC\u30D3\u30B9","subtitle.disabledSubtitle":"\u30D3\u30C7\u30AA\u5B57\u5E55\u6A5F\u80FD\u3092\u6C38\u4E45\u306B\u7121\u52B9\u306B\u3059\u308B","subtitle.disabledSubtitleDescription":"Immersive Translator\u306EVideo Subtitles\u304C\u4ED6\u306E\u62E1\u5F35\u6A5F\u80FD\u3068\u7AF6\u5408\u3059\u308B\u5834\u5408\u3001Immersive Translator\u306EVideo Subtitles\u306E\u6A5F\u80FD\u3092\u6C38\u4E45\u7684\u306B\u7121\u52B9\u306B\u3059\u308B\u304B\u3001\u7AF6\u5408\u3059\u308B\u4ED6\u306E\u62E1\u5F35\u6A5F\u80FD\u3092\u30A2\u30F3\u30A4\u30F3\u30B9\u30C8\u30FC\u30EB\u3059\u308B\u3053\u3068\u304C\u3067\u304D\u307E\u3059\u3002","subtitle.autoEnableSubtitle":"\u30D0\u30A4\u30EA\u30F3\u30AC\u30EB\u5B57\u5E55\u306E\u81EA\u52D5\u4F7F\u7528","subtitle.autoEnableSubtitleDescription":"\u6709\u52B9\u306B\u3057\u305F\u5F8C\u3001\u30D3\u30C7\u30AA\u304C\u518D\u751F\u3055\u308C\u308B\u3068\u304D\u306F\u3001\u81EA\u52D5\u7684\u306B\u4E8C\u304B\u56FD\u8A9E\u306E\u5B57\u5E55\u304C\u8868\u793A\u3055\u308C\u307E\u3059\u3002\u305D\u308C\u4EE5\u5916\u306E\u5834\u5408\u306F\u3001\u7FFB\u8A33\u30DC\u30BF\u30F3\u3092\u30AF\u30EA\u30C3\u30AF\u3059\u308B\u5FC5\u8981\u304C\u3042\u308A\u307E\u3059\u3002","subtitle.preTranslation":"\u6CA1\u5165\u578B\u7FFB\u8A33\u3067\u5B57\u5E55\u3092\u7FFB\u8A33","subtitle.preTranslationDescription":"\u6709\u52B9\u306E\u5834\u5408\u3001\u5B57\u5E55\u5168\u4F53\u304C\u4EE5\u4E0B\u306B\u6307\u5B9A\u3059\u308B\u7FFB\u8A33\u30B5\u30FC\u30D3\u30B9\u3092\u4F7F\u3063\u3066\u4E8B\u524D\u306B\u7FFB\u8A33\u3055\u308C\u30011\u6642\u9593\u306E\u52D5\u753B\u3067\u7D0450,000\u30C8\u30FC\u30AF\u30F3\uFF08\u6587\u5B57\u6570\uFF09\u3092\u6D88\u8CBB\u3057\u307E\u3059\u306E\u3067\u3001\u3054\u81EA\u8EAB\u306E\u5224\u65AD\u3067\u3054\u5229\u7528\u304F\u3060\u3055\u3044\u3002\u7121\u52B9\u306E\u5834\u5408\u3001\u30AA\u30EA\u30B8\u30CA\u30EB\u306E\u5B57\u5E55\u304C\u6700\u521D\u306B\u4F7F\u7528\u3055\u308C\u307E\u3059\u3002","subtitle.humanSubtitlesPreferred":"\u30D2\u30E5\u30FC\u30DE\u30F3\u30FB\u30AD\u30E3\u30D7\u30B7\u30E7\u30F3\u306E\u512A\u5148\u4F7F\u7528","subtitle.humanSubtitlesPreferredDescription":"\u30D3\u30C7\u30AA\u306B\u30BF\u30FC\u30B2\u30C3\u30C8\u8A00\u8A9E\u306E\u5B57\u5E55\u304C\u3042\u308B\u5834\u5408\u3001\u4EBA\u9593\u306E\u5B57\u5E55\u3092\u512A\u5148\u7684\u306B\u4F7F\u7528\u3059\u308B\uFF08\u63A8\u5968\uFF09",videoSubtitleTranslationDescription:"\u30D3\u30C7\u30AA\u5B57\u5E55\u7528\u306B\u5225\u306E\u7FFB\u8A33\u30B5\u30FC\u30D3\u30B9\u3092\u5272\u308A\u5F53\u3066\u308B",subtitleTranslating:"{service} \u3001\u5B57\u5E55\u3092\u7FFB\u8A33\u3057\u3066\u3044\u307E\u3059\u3002(\u30A4\u30DE\u30FC\u30B8\u30E7\u30F3\u7FFB\u8A33)",subtitleLoading:"\u5B57\u5E55\u3092\u8AAD\u307F\u8FBC\u3093\u3067\u3044\u307E\u3059...",bilingual:"\u30D0\u30A4\u30EA\u30F3\u30AC\u30EA\u30BA\u30E0","field.action":"\u767E\u5EA6\u7528\u8A9E\u3092\u6709\u52B9\u306B\u3059\u308B\u304B\u3069\u3046\u304B","description.action":"\u6709\u52B9\u5316\u3055\u308C\u308B\u3068\u3001\u30EA\u30AF\u30A8\u30B9\u30C8\u306Baction=1\u30D1\u30E9\u30E1\u30FC\u30BF\u304C\u8FFD\u52A0\u3055\u308C\u3001\u6709\u52B9\u5316\u3055\u308C\u305F\u7528\u8A9E\u3092Baidu\u306B\u901A\u77E5\u3059\u308B<1>\u3002",closeQuickTranslation:"\u30AF\u30ED\u30FC\u30BA\u30FB\u30DB\u30D0\u30FC\u30DC\u30FC\u30EB","closeQuickTranslation.untilNext":"\u4ECA\u56DE\u306F\u6B21\u56DE\u307E\u3067\u304A\u4F11\u307F","closeQuickTranslation.currentWebsite":"\u73FE\u5728\u306E\u30B5\u30A4\u30C8\u306F\u4F7F\u7528\u4E0D\u53EF","closeQuickTranslation.alwaysClose":"\u6C38\u4E45\u306B\u7121\u52B9\u306B\u3059\u308B","closeQuickTranslation.settingOpen":"<1>(\u8A2D\u5B9A\u30DA\u30FC\u30B8\u3067\u30AA\u30F3\u306B\u3067\u304D\u308B\uFF09","closeQuickTranslation.cancel":"\u30AD\u30E3\u30F3\u30BB\u30EB","closeQuickTranslation.confirm":"\u5B9A\u7FA9\u3059\u308B","floatBall.popup":"\u30AF\u30A4\u30C3\u30AF\u8A2D\u5B9A\u30D1\u30CD\u30EB\u3092\u958B\u304F","floatBall.translate":"\u30AF\u30EA\u30C3\u30AF\u3057\u3066\u30DA\u30FC\u30B8\u3092\u7FFB\u8A33\u3059\u308B","floatBall.showOriginal":"\u30AF\u30EA\u30C3\u30AF\u3057\u3066\u5143\u306E\u8A18\u4E8B\u306B\u623B\u308B","floatBall.close":"\u30AF\u30ED\u30FC\u30BA\u30FB\u30DB\u30D0\u30FC\u30DC\u30FC\u30EB","floatBallOptions.enableDescPc":"\u30DA\u30FC\u30B8\u306E\u30DB\u30D0\u30FC\u30DC\u30FC\u30EB\u3092\u6709\u52B9\u306B\u3059\u308B\u3068\u3001\u30DA\u30FC\u30B8\u306E\u53F3\u5074\u306B\u30AF\u30A4\u30C3\u30AF\u7FFB\u8A33\u30DC\u30BF\u30F3\u304C\u8868\u793A\u3055\u308C\u307E\u3059\uFF01","floatBallOptions.enableDesc":"\u30DB\u30D0\u30FC\u30DC\u30FC\u30EB\u3092\u30AA\u30D5\u306B\u3057\u305F\u5F8C\u3001{touch}\u3002\u3046\u3063\u304B\u308A\u3053\u306E\u30AA\u30D7\u30B7\u30E7\u30F3\u3092\u30AA\u30D5\u306B\u3057\u305F\u5F8C\u3001\u30DB\u30D0\u30FC\u30DC\u30FC\u30EB\u304C\u898B\u3064\u304B\u3089\u306A\u3044\u5834\u5408\u306B\u5099\u3048\u3066\u3001\u3053\u306E\u8A2D\u5B9A\u30DA\u30FC\u30B8\u3092\u30D6\u30C3\u30AF\u30DE\u30FC\u30AF\u3057\u3066\u304A\u304F\u3053\u3068\u3092\u5F37\u304F\u304A\u52E7\u3081\u3057\u307E\u3059\uFF01","description.azureApiUrl":"\u30AB\u30B9\u30BF\u30E0API\u30A4\u30F3\u30BF\u30FC\u30D5\u30A7\u30FC\u30B9\u306E\u30A2\u30C9\u30EC\u30B9\u3092\u8A18\u5165\u3059\u308B\u3002",confirmSupportMouse:"\u30DE\u30A6\u30B9\u30B5\u30DD\u30FC\u30C8\u3092\u5F37\u5236\u7684\u306B\u6709\u52B9\u306B\u3059\u308B",confirmSupportMouseDescription:"\u73FE\u5728\u306E\u30D6\u30E9\u30A6\u30B6\u304C\u30DE\u30A6\u30B9\u6A5F\u80FD\u3092\u30B5\u30DD\u30FC\u30C8\u3057\u3066\u3044\u306A\u3044\u3053\u3068\u3092\u691C\u51FA\u3057\u307E\u3057\u305F\u3002",sampleTargetText:"\u9577\u3044\u591C\u304C\u8A2A\u308C\u3001\u79C1\u306F\u3053\u306E\u65E5\u304B\u3089\u6B7B\u306C\u307E\u3067\u898B\u5F35\u308A\u7D9A\u3051\u308B\u3002\u79C1\u306F\u59BB\u3092\u5A36\u3089\u305A\u3001\u9818\u5730\u3092\u4F5C\u3089\u305A\u3001\u5B50\u3092\u3082\u3046\u3051\u306A\u3044\u3002\u79C1\u306F\u738B\u51A0\u3092\u304B\u3076\u3089\u305A\u3001\u540D\u8A89\u306E\u305F\u3081\u306B\u52AA\u529B\u3057\u306A\u3044\u3002\u79C1\u306F\u81EA\u5206\u306E\u7FA9\u52D9\u3092\u679C\u305F\u3057\u3001\u751F\u304D\u3066\u6B7B\u306C\u3002",sampleSourceText:"Night gathers, and now my watch begins. It shall not end until my death. I shall take no wife, hold no lands, father no children. I shall wear no crowns and win no glory. I shall live and die at my post.","subtitle.supportedSites":"\u5DF2\u652F\u6301\u5728\u8FD9\u4E9B\u7F51\u7AD9\u4F7F\u7528\u53CC\u8BED\u5B57\u5E55\uFF08\u6CE8\u610F\uFF1A\u7531\u4E8E\u6280\u672F\u9650\u5236\uFF0C\u90E8\u5206\u7F51\u7AD9\u5728\u9996\u6B21\u5F00\u542F\u5B57\u5E55\u540E\u9700\u8981\u91CD\u65B0\u5237\u65B0\u9875\u9762\uFF0C\u6216\u8005\u9700\u7B49\u5F85\u7FFB\u8BD1\u5B8C\u6210\u4EE5\u663E\u793A\u53CC\u8BED\u5B57\u5E55\uFF09\uFF1A",viewWithImmersiveTranslate:"\u53CC\u8BED\u7248\u672C(\u6C89\u6D78\u5F0F\u7FFB\u8BD1)",errorReason:"\u9519\u8BEF\u539F\u56E0\uFF1A{message}","proQuotaExceededError.onetime7day":'\uFF0C\u60A8\u53EF\u4EE5\u9009\u62E9\u4EE5\u4E0B\u65B9\u5F0F\u89E3\u51B3\uFF1A

1. \u5207\u6362\u5230 {anotherService} \u6216\u5176\u4ED6\u7FFB\u8BD1\u670D\u52A1
2. \u5347\u7EA7\u4E3A\u6708\u5EA6/\u5E74\u5EA6\u4F1A\u5458',"proQuotaExceededError.trial":'\uFF0C\u60A8\u53EF\u4EE5\u9009\u62E9\u4EE5\u4E0B\u65B9\u5F0F\u89E3\u51B3\uFF1A

1. \u5207\u6362\u5230 {anotherService} \u6216\u5176\u4ED6\u7FFB\u8BD1\u670D\u52A1
2. \u7ACB\u523B\u5347\u7EA7\u4E3A\u6B63\u5F0F\u4F1A\u5458',"proQuotaExceededError.nonTrial":'\uFF0C\u60A8\u53EF\u4EE5\u9009\u62E9\u4EE5\u4E0B\u65B9\u5F0F\u89E3\u51B3\uFF1A

1. \u5207\u6362\u5230 {anotherService} \u6216\u5176\u4ED6\u7FFB\u8BD1\u670D\u52A1
2. \u8D2D\u4E70 {translationService} \u989D\u5916\u6D41\u91CF\u5305',"proQuotaExceededError.resetTime":"
3. \u989D\u5EA6\u91CD\u7F6E\u65F6\u95F4\uFF1A{resetTime}","desc.touchShortcutsToggleTranslatePageOnlyTranslation":"\u300C\u8A33\u6587\u306E\u307F\u300D\u306F\u3001\u8A33\u6587\u306E\u307F\u3092\u8868\u793A\u3059\u308B\u3053\u3068\u3092\u610F\u5473\u3057\u3001\u30DA\u30FC\u30B8\u304C\u307E\u3060\u7FFB\u8A33\u3055\u308C\u3066\u3044\u306A\u3044\u5834\u5408\u306F\u3001\u30E2\u30FC\u30C9\u3092\u5207\u308A\u66FF\u3048\u3066\u7FFB\u8A33\u3057\u307E\u3059\u3002","desc.toggleOnlyTransation":"\u300C\u8A33\u6587\u306E\u307F\u30E2\u30FC\u30C9\u300D\u3068\u306F\u3001\u8A33\u6587\u306E\u307F\u3092\u8868\u793A\u3059\u308B\u3053\u3068\u3092\u6307\u3057\u3001\u30DA\u30FC\u30B8\u304C\u307E\u3060\u7FFB\u8A33\u3055\u308C\u3066\u3044\u306A\u3044\u5834\u5408\u306F\u3001\u30E2\u30FC\u30C9\u3092\u5207\u308A\u66FF\u3048\u3066\u7FFB\u8A33\u3057\u307E\u3059\u3002",touchShortcutsToggleTranslatePageOnlyTranslation:"\u30BF\u30C3\u30C1\u30B9\u30AF\u30EA\u30FC\u30F3\u30B8\u30A7\u30B9\u30C1\u30E3\u30FC\u3092\u8A2D\u5B9A\u3057\u3066\u3001\u30D0\u30A4\u30EA\u30F3\u30AC\u30EB/\u7FFB\u8A33\u30C6\u30AD\u30B9\u30C8\u306E\u307F\u306E\u30E2\u30FC\u30C9\u3092\u5207\u308A\u66FF\u3048\u307E\u3059",download_started:"\u30C0\u30A6\u30F3\u30ED\u30FC\u30C9\u304C\u958B\u59CB\u3055\u308C\u307E\u3057\u305F\u3002\u81EA\u52D5\u7684\u306B\u30C0\u30A6\u30F3\u30ED\u30FC\u30C9\u3055\u308C\u306A\u3044\u5834\u5408\u306F\u3001\u624B\u52D5\u3067\u30AF\u30EA\u30C3\u30AF\u3057\u3066\u304F\u3060\u3055\u3044\u3002",here:"\u3053\u3053","desc.toggleVideoSubtitlePreTranslation":"\u62BC\u3059\u3068\u3001\u30D3\u30C7\u30AA\u306E\u4E8C\u8A00\u8A9E\u5B57\u5E55\u306F\u3001\u307E\u305A\u6CA1\u5165\u578B\u7FFB\u8A33\u306E\u8A2D\u5B9A\u3092\u512A\u5148\u7684\u306B\u4F7F\u7528\u3057\u307E\u3059\u3002\u518D\u5EA6\u62BC\u3059\u3068\u3001\u5143\u306E\u30D3\u30C7\u30AA\u306B\u7D44\u307F\u8FBC\u307E\u308C\u305F\u6A5F\u68B0\u7FFB\u8A33\u5B57\u5E55\u3092\u512A\u5148\u7684\u306B\u4F7F\u7528\u3057\u307E\u3059\u3002\u6CE8\u610F\uFF1A\u3053\u306E\u30B7\u30E7\u30FC\u30C8\u30AB\u30C3\u30C8\u3067\u5909\u66F4\u3055\u308C\u308B\u306E\u306F\u5168\u4F53\u306E\u8A2D\u5B9A\u3067\u3059\u3002",videoSubtitlePreTranslationOn:"\u30D3\u30C7\u30AA\u306E\u5B57\u5E55\u306F\u3001\u512A\u5148\u7684\u306B\u6CA1\u5165\u578B\u306E\u7FFB\u8A33\u3092\u4F7F\u7528\u3057\u307E\u3059",videoSubtitlePreTranslationOff:"\u30D3\u30C7\u30AA\u306E\u5B57\u5E55\u306F\u3001\u5143\u306E\u30D3\u30C7\u30AA\u306B\u4ED8\u5C5E\u306E\u6A5F\u68B0\u7FFB\u8A33\u5B57\u5E55\u3092\u512A\u5148\u7684\u306B\u4F7F\u7528\u3057\u307E\u3059\u3002",translationFont:"\u30D5\u30A9\u30F3\u30C8\u3092\u8A2D\u5B9A\u3059\u308B","translationFont.custom":"\u30AB\u30B9\u30BF\u30E0\u30D5\u30A9\u30F3\u30C8\u3092\u5165\u529B\u3057\u3066\u304F\u3060\u3055\u3044","translationFont.customPlaceholder":"\u30D5\u30A9\u30F3\u30C8","translationFont.notSupportErrorMessage":"\u3042\u306A\u305F\u304C\u5165\u529B\u3057\u305F\u30D5\u30A9\u30F3\u30C8\u540D\u304C\u6B63\u3057\u3044\u304B\u78BA\u8A8D\u3059\u308B\u304B\u3001\u305D\u306E\u30D5\u30A9\u30F3\u30C8\u304C\u3042\u306A\u305F\u306E\u30C7\u30D0\u30A4\u30B9\u306B\u30A4\u30F3\u30B9\u30C8\u30FC\u30EB\u3055\u308C\u3066\u3044\u308B\u3053\u3068\u3092\u78BA\u8A8D\u3057\u3066\u304F\u3060\u3055\u3044\u3002","touch.mouse-translate":"\u6307\u5B9A\u3055\u308C\u305F\u6BB5\u843D\u3092\u7FFB\u8A33\u3057\u3066\u304F\u3060\u3055\u3044","translationServices.inherit":"\u4E3B\u306A\u7FFB\u8A33\u30B5\u30FC\u30D3\u30B9\u306B\u5F93\u3063\u3066\u304F\u3060\u3055\u3044\u3002","error.serveConfigError":"\u30B5\u30FC\u30D3\u30B9\u8A2D\u5B9A\u30A8\u30E9\u30FC","error.reloadPageOfSetting":"\u8A2D\u5B9A\u5F8C\u3001\u30DA\u30FC\u30B8\u3092\u30EA\u30D5\u30EC\u30C3\u30B7\u30E5\u3057\u3066\u518D\u5EA6\u7FFB\u8A33\u3057\u3066\u304F\u3060\u3055\u3044\u3002","error.googleLimitIp":"\u30B5\u30FC\u30D3\u30B9\u304C\u30A8\u30E9\u30FC\u3092\u8FD4\u3057\u307E\u3057\u305F\u3002Google\u30B5\u30FC\u30D3\u30B9\u306F\u3053\u306EIP\u30A2\u30C9\u30EC\u30B9\u306B\u5BFE\u3057\u3066\u6D41\u91CF\u5236\u9650\u3092\u884C\u3063\u3066\u3044\u307E\u3059\u3002\u30CD\u30C3\u30C8\u30EF\u30FC\u30AF\u30CE\u30FC\u30C9\u306E\u5909\u66F4\u3092\u304A\u52E7\u3081\u3057\u307E\u3059\u3002","error.openAIFreeLimit":"\u30B5\u30FC\u30D3\u30B9\u304C\u30A8\u30E9\u30FC\u3092\u8FD4\u3057\u307E\u3057\u305F\u3002\u73FE\u5728\u306E\u7FFB\u8A33\u30EA\u30AF\u30A8\u30B9\u30C8\u306E\u983B\u5EA6\u306F\u30011\u5206\u3042\u305F\u308A\u6700\u59273\u56DE\u306E\u4E0A\u9650\u306B\u9054\u3057\u3066\u3044\u307E\u3059\u3002\u5F8C\u307B\u3069\u518D\u5EA6\u304A\u8A66\u3057\u304F\u3060\u3055\u3044\u3002\uFF08\u3053\u308C\u306FOpenAI\u516C\u5F0F\u304C\u7121\u6599\u306EAPI Key\u306B\u5BFE\u3059\u308B\u5236\u9650\u3067\u3001\u3053\u306E\u5236\u9650\u3092\u89E3\u9664\u3059\u308B\u306B\u306F\u3001OpenAI\u306E\u30D0\u30C3\u30AF\u30A8\u30F3\u30C9\u3067\u30AF\u30EC\u30B8\u30C3\u30C8\u30AB\u30FC\u30C9\u3092\u767B\u9332\u3057\u3066\u304F\u3060\u3055\u3044\u3002\uFF09","error.openAIExceededQuota":"\u30B5\u30FC\u30D3\u30B9\u30A8\u30E9\u30FC\u304C\u8FD4\u3055\u308C\u307E\u3057\u305F\uFF1A\u73FE\u5728\u306EOpenAI\u30A2\u30AB\u30A6\u30F3\u30C8\u306E\u6B8B\u9AD8\u304C\u4E0D\u8DB3\u3057\u3066\u3044\u307E\u3059\u3002OpenAI\u306E\u516C\u5F0F\u30D0\u30C3\u30AF\u30A8\u30F3\u30C9\u3067\u30C1\u30E3\u30FC\u30B8\u3059\u308B\u304B\u3001\u30AF\u30EC\u30B8\u30C3\u30C8\u30AB\u30FC\u30C9\u3092\u767B\u9332\u3057\u3066\u304F\u3060\u3055\u3044\u3002","error.429":"\u30B5\u30FC\u30D3\u30B9\u304C\u30A8\u30E9\u30FC\u3092\u8FD4\u3057\u307E\u3057\u305F\u3002\u3053\u308C\u306F\u3001\u30EA\u30AF\u30A8\u30B9\u30C8\u304C\u983B\u7E41\u3059\u304E\u308B\u304B\u3001\u5236\u9650\u3092\u8D85\u3048\u3066\u3044\u308B\u3053\u3068\u3092\u793A\u3057\u3066\u3044\u307E\u3059\u3002\u5F8C\u3067\u3082\u3046\u4E00\u5EA6\u304A\u8A66\u3057\u304F\u3060\u3055\u3044\u3002","error.403":"\u30B5\u30FC\u30D3\u30B9\u304C\u30A8\u30E9\u30FC\u3092\u8FD4\u3057\u307E\u3057\u305F\u3001\u73FE\u5728\u305D\u306E\u30B5\u30FC\u30D3\u30B9\u306B\u30A2\u30AF\u30BB\u30B9\u3059\u308B\u6A29\u9650\u304C\u3042\u308A\u307E\u305B\u3093\u3002","error.400":"\u30B5\u30FC\u30D3\u30B9\u304C\u30A8\u30E9\u30FC\u3092\u8FD4\u3057\u307E\u3057\u305F\u3001\u30EA\u30AF\u30A8\u30B9\u30C8\u30D1\u30E9\u30E1\u30FC\u30BF\u304C\u9593\u9055\u3063\u3066\u3044\u307E\u3059\u3001\u5BFE\u5FDC\u3059\u308B\u8A2D\u5B9A\u3092\u78BA\u8A8D\u3057\u3066\u304F\u3060\u3055\u3044\u3002","error.502":"\u30B5\u30FC\u30D3\u30B9\u304C\u30A8\u30E9\u30FC\u3092\u8FD4\u3057\u307E\u3057\u305F\u3001\u30B5\u30FC\u30D3\u30B9\u304C\u30BF\u30A4\u30E0\u30A2\u30A6\u30C8\u3057\u307E\u3057\u305F\u3001\u5F8C\u3067\u3082\u3046\u4E00\u5EA6\u304A\u8A66\u3057\u304F\u3060\u3055\u3044\u3002","error.proTokenInvalid":"\u3082\u3057\u3042\u306A\u305F\u304CPro\u30E6\u30FC\u30B6\u30FC\u3067\u3042\u308C\u3070\u3001\u30ED\u30B0\u30A4\u30F3\u5F8C\u306BPro\u7FFB\u8A33\u30B5\u30FC\u30D3\u30B9\u3092\u3054\u5229\u7528\u304F\u3060\u3055\u3044\u3002","error.proUpgrade":"\u30A2\u30C3\u30D7\u30B0\u30EC\u30FC\u30C9\u5F8C\u3001\u30DA\u30FC\u30B8\u3092\u66F4\u65B0\u3057\u3066\u518D\u5EA6\u7FFB\u8A33\u3057\u3066\u304F\u3060\u3055\u3044\u3002","error.configError":"\u8A2D\u5B9A\u30C7\u30FC\u30BF\u304C\u7570\u5E38\u3067\u3059","error.goReset":"\u30EA\u30BB\u30C3\u30C8\u306B\u884C\u304F",batchEdit:"\u4E00\u62EC\u64CD\u4F5C","translationModeLang.translation.title":"\u7FFB\u8A33\u306E\u307F\u30E2\u30FC\u30C9\u306E\u8A00\u8A9E","translationModeLang.translation.description":"\u30DA\u30FC\u30B8\u306E\u8A00\u8A9E\u304C\u4EE5\u4E0B\u306E\u8A00\u8A9E\u306E\u5834\u5408\u3001\u81EA\u52D5\u7684\u306B\u7FFB\u8A33\u6587\u306E\u307F\u306E\u30E2\u30FC\u30C9\u3092\u4F7F\u7528\u3057\u307E\u3059\u3002","translationModeUrl.translation.title":"\u7FFB\u8A33\u306E\u307F\u30E2\u30FC\u30C9\u306E\u30A6\u30A7\u30D6\u30B5\u30A4\u30C8","translationModeUrl.translation.description":"\u4EE5\u4E0B\u306E\u30C9\u30E1\u30A4\u30F3\u306E\u30A6\u30A7\u30D6\u30B5\u30A4\u30C8\u3067\u306F\u3001\u81EA\u52D5\u7684\u306B\u7FFB\u8A33\u30C6\u30AD\u30B9\u30C8\u306E\u307F\u306E\u30E2\u30FC\u30C9\u304C\u4F7F\u7528\u3055\u308C\u307E\u3059\u3002","error.serveUnavailable":"\u3042\u306A\u305F\u304C\u73FE\u5728\u4F7F\u7528\u3057\u3066\u3044\u308B[{serverName}]\u30B5\u30FC\u30D3\u30B9\u306F\u3001\u30CD\u30C3\u30C8\u30EF\u30FC\u30AF\u63A5\u7D9A\u3084\u30B5\u30FC\u30D3\u30B9\u30D7\u30ED\u30D0\u30A4\u30C0\u306E\u554F\u984C\u306B\u3088\u308A\u4E00\u6642\u7684\u306B\u30A2\u30AF\u30BB\u30B9\u3067\u304D\u307E\u305B\u3093\u3002\u30DA\u30FC\u30B8\u3092\u30EA\u30D5\u30EC\u30C3\u30B7\u30E5\u3059\u308B\u304B\u3001<1>\u8A2D\u5B9A\u304B\u3089\u4ED6\u306E\u7FFB\u8A33\u30B5\u30FC\u30D3\u30B9\u306B\u5207\u308A\u66FF\u3048\u308B\u3053\u3068\u3092\u304A\u52E7\u3081\u3057\u307E\u3059\u3002\u3082\u3057<2>Pro\u4F1A\u54E1\u3067\u3042\u308C\u3070\u3001\u3088\u308A\u5B89\u5B9A\u3057\u305FDeepL\u307E\u305F\u306FOpenAI\u306E\u7FFB\u8A33\u30B5\u30FC\u30D3\u30B9\u3092\u9078\u629E\u3059\u308B\u3053\u3068\u304C\u3067\u304D\u307E\u3059\uFF08<3>\u3053\u3053\u3092\u30AF\u30EA\u30C3\u30AF\u3057\u3066\u7121\u6599\u4F53\u9A13\uFF09\u3002\u307E\u305F\u3001\u30CD\u30C3\u30C8\u30EF\u30FC\u30AF\u3084\u30D7\u30ED\u30AD\u30B7\u8A2D\u5B9A\u3092\u78BA\u8A8D\u3059\u308B\u5FC5\u8981\u304C\u3042\u308B\u304B\u3082\u3057\u308C\u307E\u305B\u3093\u3002",detectServiceLoading:"\u5229\u7528\u53EF\u80FD\u306A\u7FFB\u8A33\u30B5\u30FC\u30D3\u30B9\u3092\u691C\u51FA\u4E2D...",toggleToService:"{service}\u306B\u5207\u308A\u66FF\u3048\u3066\u518D\u8A66\u884C\u3057\u3066\u304F\u3060\u3055\u3044\u3002","error.gemini.429":"\u73FE\u5728\u306EGemini\u30B5\u30FC\u30D3\u30B9\u306E\u73FE\u5728\u306E\u8CA0\u8377\u80FD\u529B\u304C\u4E0A\u9650\u306B\u9054\u3057\u3066\u3044\u307E\u3059\u306E\u3067\u3001\u5F8C\u307B\u3069\u518D\u5EA6\u304A\u8A66\u3057\u3044\u305F\u3060\u304F\u304B\u3001\u4ED6\u306E\u7FFB\u8A33\u30B5\u30FC\u30D3\u30B9\u306B\u5207\u308A\u66FF\u3048\u3066\u304F\u3060\u3055\u3044\u3002",enableSentryReport:"\u62E1\u5F35\u304C\u30A8\u30E9\u30FC\u3092\u8D77\u3053\u3057\u305F\u3068\u304D\u3001Sentry\u3092\u4F7F\u7528\u3057\u3066\u30D5\u30A3\u30FC\u30C9\u30D0\u30C3\u30AF\u3092\u63D0\u51FA\u3057\u3066\u304F\u3060\u3055\u3044\u3002",goLogin:"\u30ED\u30B0\u30A4\u30F3\u3057\u3066\u304F\u3060\u3055\u3044","translationServices.gemini":"\u30B8\u30A7\u30DF\u30CB","error.reason":"\u30A8\u30E9\u30FC\u306E\u539F\u56E0","widget.translateFile":"PDF/ePub",touchShortcutsOff:"\u9589\u3058\u308B","error.retry":"\u518D\u8A66\u884C","multipleClick.4":"\u56DB\u9023\u6483",shortcutSettings:"\u30B7\u30E7\u30FC\u30C8\u30AB\u30C3\u30C8\u30AD\u30FC","multipleClick.3":"\u30C8\u30EA\u30D7\u30EB\u30B9\u30C8\u30E9\u30A4\u30AF",notLogin:"\u30ED\u30B0\u30A4\u30F3\u3057\u3066\u3044\u307E\u305B\u3093","slide.right":"\u5DE6\u306B\u30B9\u30EF\u30A4\u30D7\u3057\u3066\u304F\u3060\u3055\u3044",translationOnlyMode:"\u8A33\u6587\u306E\u307F\u30E2\u30FC\u30C9","widget.videoSubtitle":"\u30D3\u30C7\u30AA\u5B57\u5E55",paragraphMinTextCountField:"\u7FFB\u8A33\u6BB5\u843D\u306B\u5FC5\u8981\u306A\u6700\u5C0F\u6587\u5B57\u6570","subtitle.hideQuickButton":"\u3053\u306E\u30B7\u30E7\u30FC\u30C8\u30AB\u30C3\u30C8\u3092\u8868\u793A\u3057\u306A\u3044","floatBall.iKnow":"\u308F\u304B\u308A\u307E\u3057\u305F",contact:"\u79C1\u305F\u3061\u306B\u9023\u7D61\u3057\u3066\u304F\u3060\u3055\u3044","widget.instructionTooltip":"\u4F7F\u7528\u8AAC\u660E\u3092\u78BA\u8A8D\u3057\u3066\u304F\u3060\u3055\u3044","tagsInput.add":"+ \u8FFD\u52A0",loggedIn:"\u30ED\u30B0\u30A4\u30F3\u6E08\u307F","intro.floatBallTitle":"\u30AF\u30A4\u30C3\u30AF\u7FFB\u8A33\u30D5\u30ED\u30FC\u30C8\u30DC\u30FC\u30EB",pickAll:"\u3059\u3079\u3066\u9078\u629E","error.subscriptionExpiredTitle":"\u4F1A\u54E1\u304C\u671F\u9650\u5207\u308C\u306B\u306A\u308A\u307E\u3057\u305F","widget.instruction":"\u4F7F\u7528\u8AAC\u660E","shortcutGroup.main":"\u4E00\u822C\u7684\u306A\u6A5F\u80FD\u306E\u30B7\u30E7\u30FC\u30C8\u30AB\u30C3\u30C8\u30AD\u30FC","subtitle.bilingual":"\u30D0\u30A4\u30EA\u30F3\u30AC\u30EB\u5B57\u5E55",alwaysTranslateThisSite:"\u5E38\u306B\u3053\u306E\u30A6\u30A7\u30D6\u30B5\u30A4\u30C8\u3092\u7FFB\u8A33\u3057\u3066\u304F\u3060\u3055\u3044\u3002",mouseHoverCustomKeyTitle:"\u30AB\u30B9\u30BF\u30E0\u30DE\u30A6\u30B9\u30DB\u30D0\u30FC\u30B7\u30E7\u30FC\u30C8\u30AB\u30C3\u30C8","shortcutGroup.mouse":"\u30DE\u30A6\u30B9\u30DB\u30D0\u30FC\u30B7\u30E7\u30FC\u30C8\u30AB\u30C3\u30C8\u8A2D\u5B9A","browser.translateWithGemini":"\u73FE\u5728\u306E\u30DA\u30FC\u30B8\u3092\u4E00\u6642\u7684\u306BGemini\u3067\u7FFB\u8A33\u3057\u3066\u304F\u3060\u3055\u3044",shortcutSettingsTitle:"\u30B7\u30E7\u30FC\u30C8\u30AB\u30C3\u30C8\u30AD\u30FC\u306E\u8A2D\u5B9A","subtitle.showQuickButton":"\u30D7\u30EC\u30FC\u30E4\u30FC\u306B\u4E8C\u8A00\u8A9E\u5B57\u5E55\u306E\u30B7\u30E7\u30FC\u30C8\u30AB\u30C3\u30C8\u3092\u8868\u793A\u3059\u308B","browser.translateWithOpenAI":"\u4E00\u6642\u7684\u306BOpenAI\u3092\u4F7F\u3063\u3066\u73FE\u5728\u306E\u30DA\u30FC\u30B8\u3092\u7FFB\u8A33\u3057\u3066\u304F\u3060\u3055\u3044","browser.translateInputBox":"\u73FE\u5728\u306E\u5165\u529B\u30DC\u30C3\u30AF\u30B9\u306E\u5185\u5BB9\u3092\u7FFB\u8A33\u3057\u3066\u304F\u3060\u3055\u3044\u3002","browser.translateWithDeepL":"\u73FE\u5728\u306E\u30DA\u30FC\u30B8\u3092\u4E00\u6642\u7684\u306BDeepL\u3067\u7FFB\u8A33\u3057\u3066\u304F\u3060\u3055\u3044\u3002","browser.translateWithGoogle":"\u4E00\u6642\u7684\u306BGoogle\u7FFB\u8A33\u3067\u73FE\u5728\u306E\u30DA\u30FC\u30B8\u3092\u7FFB\u8A33\u3057\u3066\u304F\u3060\u3055\u3044\u3002",temprarilyChangeTranslationTo_openai:"\u73FE\u5728\u3001OpenAI\u3092\u4F7F\u7528\u3057\u3066\u73FE\u5728\u306E\u30DA\u30FC\u30B8\u3092\u7FFB\u8A33\u3057\u3066\u3044\u307E\u3059",temprarilyChangeTranslationTo_deepl:"\u73FE\u5728\u3001DeepL\u3092\u4F7F\u7528\u3057\u3066\u73FE\u5728\u306E\u30DA\u30FC\u30B8\u3092\u7FFB\u8A33\u3057\u3066\u3044\u307E\u3059","intro.subtitleTitle":"\u30AA\u30F3\u30E9\u30A4\u30F3\u30D3\u30C7\u30AA\u306E\u30D0\u30A4\u30EA\u30F3\u30AC\u30EB\u5B57\u5E55\u8868\u793A","shortcutGroup.touch":"\u30BF\u30C3\u30C1\u30B9\u30AF\u30EA\u30FC\u30F3\u5C02\u7528\u30B8\u30A7\u30B9\u30C1\u30E3\u30FC",temprarilyChangeTranslationTo_gemini:"\u73FE\u5728\u3001Gemini\u3092\u4F7F\u7528\u3057\u3066\u73FE\u5728\u306E\u30DA\u30FC\u30B8\u3092\u7FFB\u8A33\u3057\u3066\u3044\u307E\u3059",neverTranslateThisSite:"\u3053\u306E\u30A6\u30A7\u30D6\u30B5\u30A4\u30C8\u3092\u6C38\u9060\u306B\u7FFB\u8A33\u3057\u306A\u3044\u3067\u304F\u3060\u3055\u3044",temprarilyChangeTranslationTo_transmart:"\u73FE\u5728\u3001\u30C6\u30F3\u30BB\u30F3\u30C8\u7FFB\u8A33\u3092\u4F7F\u7528\u3057\u3066\u73FE\u5728\u306E\u30DA\u30FC\u30B8\u3092\u7FFB\u8A33\u3057\u3066\u3044\u307E\u3059","browser.translateWithTransmart":"\u4E00\u6642\u7684\u306B\u30C6\u30F3\u30BB\u30F3\u30C8\u7FFB\u8A33\u3067\u73FE\u5728\u306E\u30DA\u30FC\u30B8\u3092\u7FFB\u8A33\u3057\u3066\u304F\u3060\u3055\u3044",notLoginPro:"\u3042\u306A\u305F\u306E\u4F1A\u54E1\u30A2\u30AB\u30A6\u30F3\u30C8\u306B\u307E\u3060\u30ED\u30B0\u30A4\u30F3\u3057\u3066\u3044\u307E\u305B\u3093",networkError:"\u7FFB\u8A33\u30B5\u30FC\u30D3\u30B9\u307E\u305F\u306F\u30CD\u30C3\u30C8\u30EF\u30FC\u30AF\u306B\u554F\u984C\u304C\u767A\u751F\u3057\u3066\u3044\u307E\u3059","widget.videoSubtitleTooltip":"Youtube \u7B49 {count}+ \u306E\u30D3\u30C7\u30AA\u30B5\u30A4\u30C8\u3092\u30B5\u30DD\u30FC\u30C8\u3057\u3066\u3044\u307E\u3059","subtitle.autoDisableSubtitle":"\u81EA\u52D5\u7684\u306B\u4E8C\u304B\u56FD\u8A9E\u306E\u5B57\u5E55\u3092\u6709\u52B9\u306B\u3057\u306A\u3044","intro.hoverTitle":"\u30DE\u30A6\u30B9\u3092\u73FE\u5728\u306E\u6BB5\u843D\u306B\u30DB\u30D0\u30FC\u3057\u3066\u7FFB\u8A33\u3057\u3066\u304F\u3060\u3055\u3044","shortcutGroup.others":"\u3088\u308A\u591A\u304F\u306E\u30AB\u30B9\u30BF\u30E0\u6A5F\u80FD\u306E\u30B7\u30E7\u30FC\u30C8\u30AB\u30C3\u30C8",upgradeToProErrorTitle:"\u3053\u306E\u7FFB\u8A33\u30B5\u30FC\u30D3\u30B9\u3092\u4F7F\u7528\u3059\u308B\u306B\u306F\u3001Pro\u30E1\u30F3\u30D0\u30FC\u306B\u30A2\u30C3\u30D7\u30B0\u30EC\u30FC\u30C9\u3057\u3066\u304F\u3060\u3055\u3044\u3002",temprarilyChangeTranslationTo_google:"\u73FE\u5728\u3001Google\u7FFB\u8A33\u3092\u4F7F\u7528\u3057\u3066\u73FE\u5728\u306E\u30DA\u30FC\u30B8\u3092\u7FFB\u8A33\u3057\u3066\u3044\u307E\u3059",touchShortcutsToggleTranslationMask:"\u30BF\u30C3\u30C1\u30B9\u30AF\u30EA\u30FC\u30F3\u30B8\u30A7\u30B9\u30C1\u30E3\u30FC\u3092\u8A2D\u5B9A\u3057\u3066\u3001\u7FFB\u8A33\u30DE\u30B9\u30AF\u3092\u8868\u793A/\u539F\u6587\u3092\u8868\u793A","shortcutGroup.shortcutsForTranslationServices":"\u7FFB\u8A33\u30B5\u30FC\u30D3\u30B9\u95A2\u9023\u306E\u30B7\u30E7\u30FC\u30C8\u30AB\u30C3\u30C8\u30AD\u30FC","neverTranslateText.title":"\u4EE5\u4E0B\u306E\u5358\u8A9E\u306F\u539F\u6587\u306E\u307E\u307E\u306B\u3057\u3066\u304F\u3060\u3055\u3044\u3001\u7FFB\u8A33\u3057\u306A\u3044\u3067\u304F\u3060\u3055\u3044\u3002","widget.translateFileTooltip":"PDF\u3001EPUB\u3001SRT\u3001ASS\u3001HTML\u3001TXT \u30C9\u30AD\u30E5\u30E1\u30F3\u30C8\u3092\u7FFB\u8A33\u3057\u3066\u304F\u3060\u3055\u3044","floatBall.longPress":"\u9577\u62BC\u3057\u3059\u308B\u3068\u3001\u8A2D\u5B9A\u30D1\u30CD\u30EB\u3092\u7D20\u65E9\u304F\u958B\u304F\u3053\u3068\u304C\u3067\u304D\u307E\u3059\u3088","floatBall.guideClickToTranslate":`\u30AF\u30EA\u30C3\u30AF\u3057\u3066\u6CA1\u5165\u578B\u7FFB\u8A33\u30D5\u30ED\u30FC\u30C8\u30DC\u30FC\u30EB\u3092 + {env.imt_sub_trans_field}: Translation`,"subtitle.quickButton.black":"Black","subtitle.quickButton.cyan":"Blue","translationServices.claude":"Claude","subtitle.quickButton.backgroundColor":"Background color","subtitle.quickButton.green":"Green","subtitle.quickButton.blue":"Blue","subtitle.quickButton.white":"White","subtitle.quickButton.setting":"Settings","subtitle.quickButton.translationPosition":"Translation location","subtitle.quickButton.backgroundOpacity":"Background Opacity","subtitle.quickButton.sourceFontSize":"Original font size","subtitle.quickButton.sourceTextColor":"Original font color","subtitle.quickButton.yellow":"Yellow","subtitle.quickButton.translationFontSize":"Translation font size","subtitle.quickButton.translationPositionBottom":"Below the original text","subtitle.quickButton.red":"Red","subtitle.quickButton.translationPositionTop":"Above the original text","subtitle.quickButton.translationTextColor":"Translation font color","subtitle.quickButton.magenta":"Magenta",attachSubtitleTranslating:"Translating using {service}...","error.claude.403":"Access to the service is temporarily unavailable, possibly due to regional restrictions related to Claude. You can try changing your IP address, or use other translation services.","browser.brandDescriptionForSafari":"Free Translate Website, Translate PDF & Epub eBook, Translate Video Subtitles in Bilingual","browser.PdfProFile":"AI-Driven PDF Pro Translation","browser.textTranslate":"Text Translation"};var Pl={nologin:"\u30ED\u30B0\u30A4\u30F3\u3057\u3066\u3044\u306A\u3044",loginForSafari:"\u30ED\u30B0\u30A4\u30F3\u307E\u305F\u306F\u767B\u9332",login:"\u30ED\u30B0\u30A4\u30F3\u3057\u3066\u4F1A\u54E1\u767B\u9332",manageAccount:"\u30DE\u30CD\u30FC\u30B8\u30C9\u30FB\u30A2\u30AB\u30A6\u30F3\u30C8",openPremium:"\u30AA\u30FC\u30D7\u30F3\u30FB\u30E1\u30F3\u30D0\u30FC",logout:"\u30A2\u30DC\u30FC\u30C8",curentPlan:"\u73FE\u5728\u306E\u30D1\u30C3\u30B1\u30FC\u30B8",endAt:"\u7D76\u606F",endAuto:"\u81EA\u52D5\u66F4\u65B0",lineBreakMaxTextCount:"\u6539\u884C\u5F8C\u306E1\u6587\u306B\u8A31\u3055\u308C\u308B\u6700\u5927\u6587\u5B57\u6570","translate-pdf":"\u30AF\u30EA\u30C3\u30AF\u3057\u3066PDF\u3092\u7FFB\u8A33\u3059\u308B","noSupportTranslate-pdf":"\u30B9\u30AF\u30EA\u30D7\u30C8\u306F\u30B5\u30DD\u30FC\u30C8\u3055\u308C\u3066\u3044\u307E\u305B\u3093\u3002","translate-firefox-local-pdf":"\u30AF\u30EA\u30C3\u30AF\u3057\u3066PDF\u3092\u30A4\u30F3\u30DD\u30FC\u30C8\u3059\u308B",enableLineBreak:"\u9577\u3044\u6BB5\u843D\u306E\u81EA\u52D5\u6539\u884C\u3092\u6709\u52B9\u306B\u3059\u308B",sponsorLabel:"\u30B9\u30DD\u30F3\u30B5\u30FC\u4ED8\u304D\u958B\u767A\u8005",help:"\u624B",browserShortcutsNoteForFirefox:"Firefox\u3067\u30B7\u30E7\u30FC\u30C8\u30AB\u30C3\u30C8\u3092\u5909\u66F4\u3059\u308B\u306B\u306F\u3001\u62E1\u5F35\u6A5F\u80FD\u306E\u7BA1\u7406\u30DA\u30FC\u30B8`about:addons`\u3092\u958B\u304D\u3001`Settings`\u3092\u30AF\u30EA\u30C3\u30AF\u3057\u3001`Manage Shortcuts`\u3092\u30AF\u30EA\u30C3\u30AF\u3057\u3066\u30B7\u30E7\u30FC\u30C8\u30AB\u30C3\u30C8\u3092\u8A2D\u5B9A\u3059\u308B\u5FC5\u8981\u304C\u3042\u308B\u3002",browserShortcutsNoteForChrome:"Chrome\u3067\u30B7\u30E7\u30FC\u30C8\u30AB\u30C3\u30C8\u3092\u5909\u66F4\u3059\u308B\u306B\u306F\u3001\u62E1\u5F35\u6A5F\u80FD\u306E\u7BA1\u7406\u30DA\u30FC\u30B8\u3092\u958B\u304D\u3001`\u30B7\u30E7\u30FC\u30C8\u30AB\u30C3\u30C8\u306E\u7BA1\u7406`\u30D1\u30CD\u30EB\uFF08`chrome://extensions/shortcuts`\uFF09\u3067\u30B7\u30E7\u30FC\u30C8\u30AB\u30C3\u30C8\u3092\u8A2D\u5B9A\u3057\u3001\u4E0B\u306E\u30DC\u30BF\u30F3\u3092\u30AF\u30EA\u30C3\u30AF\u3057\u3066\u30B7\u30E7\u30FC\u30C8\u30AB\u30C3\u30C8\u306E\u7BA1\u7406\u30DA\u30FC\u30B8\u306B\u30B8\u30E3\u30F3\u30D7\u3059\u308B\u5FC5\u8981\u304C\u3042\u308A\u307E\u3059\u3002",browserShortcutsSucks:"\u30AB\u30B9\u30BF\u30DE\u30A4\u30BA\u3055\u308C\u305F\u30B7\u30E7\u30FC\u30C8\u30AB\u30C3\u30C8\u306E\u66F8\u5F0F\u306F\u6B21\u306E\u3068\u304A\u308A\u3067\u3059\uFF08\u81EA\u52D5\u8A8D\u8B58\u306F\u884C\u308F\u308C\u307E\u305B\u3093\u306E\u3067\u3001\u76F4\u63A5\u5165\u529B\u3057\u3066\u304F\u3060\u3055\u3044\uFF09\uFF1A",enableLineBreakDescription:"\u30AA\u30F3\u306B\u3059\u308B\u3068\u3001\u9577\u3044\u6BB5\u843D\u306E\u6587\u672B\u306B\u6539\u884C\u304C\u5165\u308A\u3001\u8AAD\u307F\u3084\u3059\u304F\u306A\u308A\u307E\u3059\u3002","browser.shortBrandName":"\u30A4\u30DE\u30FC\u30B8\u30E7\u30F3\u7FFB\u8A33","browser.brandName":"\u30A4\u30DE\u30FC\u30B8\u30E7\u30F3\u7FFB\u8A33: \u4E8C\u30F6\u56FD\u8A9E\u30A6\u30A7\u30D6\u30DA\u30FC\u30B8\u7FFB\u8A33 & PDF\u6587\u66F8\u7FFB\u8A33","browser.brandDescription":"Deepl\u3001Google\u3001YouDao\u3001Tencent Translate\u306A\u3069\u3001\u8907\u6570\u306E\u7FFB\u8A33\u30B5\u30FC\u30D3\u30B9\u3092\u30B5\u30DD\u30FC\u30C8\u3057\u3066\u3044\u307E\u3059\u3002","browser.toggleTranslatePage":"\u30DA\u30FC\u30B8\u3092\u7FFB\u8A33\u3059\u308B\uFF0F\u539F\u6587\u3092\u8868\u793A\u3059\u308B","browser.toggleTranslateTheWholePage":"\u30DA\u30FC\u30B8\u306E\u5168\u9818\u57DF\u3092\u7FFB\u8A33\u3059\u308B\uFF0F\u539F\u6587\u3092\u8868\u793A\u3059\u308B","browser.toggleOnlyTransation":"\u30D0\u30A4\u30EA\u30F3\u30AC\u30EB/\u7FFB\u8A33\u30C6\u30AD\u30B9\u30C8\u306E\u307F\u30E2\u30FC\u30C9\u306B\u5207\u308A\u66FF\u3048\u3066\u304F\u3060\u3055\u3044","browser.toggleTranslateToThePageEndImmediately":"\u30DA\u30FC\u30B8\u4E0B\u90E8\u3078\u306E\u5373\u6642\u7FFB\u8A33\uFF0F\u539F\u6587\u306E\u8868\u793A","browser.toggleTranslateTheMainPage":"\u30DA\u30FC\u30B8\u306E\u30E1\u30A4\u30F3\u30A8\u30EA\u30A2\u3092\u7FFB\u8A33\u3059\u308B\uFF0F\u539F\u6587\u3092\u8868\u793A\u3059\u308B","browser.shareToDraft":"\u30D0\u30A4\u30EA\u30F3\u30AC\u30EB\u30DA\u30FC\u30B8\u3092\u5171\u6709\u3059\u308B","browser.openOptionsPage":"\u8A2D\u5B9A\u30DA\u30FC\u30B8\u3092\u958B\u304F","browser.toggleTranslationMask":"\u4E26\u9032\u30D6\u30E9\u30FC\u52B9\u679C\u306E\u8868\u793A\uFF0F\u975E\u8868\u793A","browser.translateLocalPdfFile":"\u30ED\u30FC\u30AB\u30EB\u306EPDF\u30D5\u30A1\u30A4\u30EB\u3092\u7FFB\u8A33\u3059\u308B","browser.openEbookViewer":"\u5730\u5143\u306E\u96FB\u5B50\u66F8\u7C4D\u3092\u8AAD\u3080","browser.openEbookBuilder":"\u30D0\u30A4\u30EA\u30F3\u30AC\u30EBEPUB\u96FB\u5B50\u66F8\u7C4D\u306E\u5236\u4F5C","browser.translateLocalHtmlFile":"HTML/\u30C6\u30AD\u30B9\u30C8\u30D5\u30A1\u30A4\u30EB\u3092\u7FFB\u8A33\u3059\u308B","browser.donateContext":"\u30B9\u30DD\u30F3\u30B5\u30FC\u7279\u5178\u306B\u3064\u3044\u3066","browser.translateLocalSubtitleFile":"\u30ED\u30FC\u30AB\u30EB\u5B57\u5E55\u30D5\u30A1\u30A4\u30EB\u3092\u7FFB\u8A33\u3059\u308B",confirmResetConfig:"\u672C\u5F53\u306B\u8A2D\u5B9A\u3092\u30EA\u30BB\u30C3\u30C8\u3057\u307E\u3059\u304B\uFF1F",translationLineBreakSettingTitle:"\u7FFB\u8A33\u306E\u6539\u884C\u8A2D\u5B9A",smartLineBreak:"\u30B9\u30DE\u30FC\u30C8\u30E9\u30A4\u30F3\u30D5\u30A3\u30FC\u30C9",alwaysLineBreak:"\u5E38\u306B\u6539\u884C",isShowContextMenu:"\u53F3\u30AF\u30EA\u30C3\u30AF\u30E1\u30CB\u30E5\u30FC\u306B\u7FFB\u8A33\u30DA\u30FC\u30B8\u3092\u8FFD\u52A0",toggleBeta:"\u30D9\u30FC\u30BF\u30C6\u30B9\u30C8\u6A5F\u80FD\u306E\u6709\u52B9\u5316",betaDescription:"\u307E\u3060\u5B9F\u9A13\u6BB5\u968E\u3067\u3042\u308B\u6A5F\u80FD\u3084\u3001\u30D9\u30FC\u30BF\u7248\u306E\u7FFB\u8A33\u30B5\u30FC\u30D3\u30B9\u3092\u6709\u52B9\u306B\u3059\u308B\u3002\u8A73\u3057\u304F\u306F <1>Telegram\u30B0\u30EB\u30FC\u30D7\u306B\u3054\u53C2\u52A0\u304F\u3060\u3055\u3044\u3002",translationLineBreakSettingDescription:"\u30B3\u30F3\u30C6\u30F3\u30C4\u304C\u5C11\u306A\u3044\u30DA\u30FC\u30B8\u3067\u306F\u3001\u5E38\u306B\u304D\u3061\u3093\u3068\u6539\u884C\u3059\u308B\u3002(\u5185\u5BB9\u306E\u591A\u3044\u9577\u3044\u6BB5\u843D({count}\u6587\u5B57\u4EE5\u4E0A)\u3067\u306F\u3001\u30B9\u30DA\u30FC\u30B9\u3092\u7BC0\u7D04\u3059\u308B\u305F\u3081\u306B\u6539\u884C\u3092\u30B9\u30DE\u30FC\u30C8\u306B\u4F7F\u3044\u307E\u3057\u3087\u3046)\u3002",tempTranslateDomainTitle:"\u30A6\u30A7\u30D6\u30B5\u30A4\u30C8\u7FFB\u8A33\u306E\u4E00\u6642\u7684\u306A\u5207\u308A\u66FF\u3048\u671F\u9593",tempTranslateDomainDescription:"\u624B\u52D5\u3067\u30A6\u30A7\u30D6\u30DA\u30FC\u30B8\u3092\u7FFB\u8A33\u3059\u308B\u5834\u5408\u306F\u3001\u4E00\u6642\u7684\u306B\u81EA\u52D5\u7FFB\u8A33\u7528\u306EWeb\u30B5\u30A4\u30C8\u3092\u30AA\u30F3\u306B\u3057\u3001\u4E00\u6642\u7684\u306A\u671F\u9593\u3092\u8A2D\u5B9A\u3059\u308B\u3053\u3068\u304C\u3067\u304D\u307E\u3059\u3002",xMinutes:"{count} \u8B70\u4E8B\u9332",disabled:"\u7269\u306E\u4F7F\u7528\u3092\u7981\u6B62\u3059\u308B\u3002",changelog:"\u66F4\u65B0\u30ED\u30B0",toggleTranslatePageWhenThreeFingersOnTheScreen:"\u8907\u6570\u306E\u6307\u304C\u540C\u6642\u306B\u753B\u9762\u306B\u89E6\u308C\u308B\u3068\u3001\u30A6\u30A7\u30D6\u30DA\u30FC\u30B8\u3092\u7FFB\u8A33\u3057\u305F\u308A\u3001\u539F\u6587\u3092\u8868\u793A\u3057\u305F\u308A\u3059\u308B\u3002",toggleTranslationMaskWhenThreeFingersOnTheScreen:"\u30DE\u30EB\u30C1\u30D5\u30A3\u30F3\u30AC\u30FC\u30BF\u30C3\u30C1\u3067\u307C\u304B\u3057\u52B9\u679C\u3092\u8868\u793A/\u975E\u8868\u793A\u3002",fingerCountToToggleTranslagePageOnlyTranslationWhenTouching:"\u8907\u6570\u306E\u6307\u304C\u540C\u6642\u306B\u753B\u9762\u306B\u89E6\u308C\u308B\u3053\u3068\u3067\u3001\u30A6\u30A7\u30D6\u30DA\u30FC\u30B8\u3092\u7FFB\u8A33\uFF08\u7FFB\u8A33\u306E\u307F\uFF09\uFF0F\u539F\u6587\u3092\u8868\u793A\u3002",addUrlDescription:"\u30C9\u30E1\u30A4\u30F3\u540D\u3092\u6307\u5B9A\u3067\u304D\u3001\u30EF\u30A4\u30EB\u30C9\u30AB\u30FC\u30C9\u3082\u30B5\u30DD\u30FC\u30C8\u3002\u4F8B\uFF1A\uFF1A*.google.com\u3001google.com/mail/*\u3001https://www.google.com/*\u3002",general:"\u57FA\u672C\u8A2D\u5B9A",clickToExpandConfig:"\u73FE\u5728\u306E\u30B3\u30F3\u30D5\u30A3\u30AE\u30E5\u30EC\u30FC\u30B7\u30E7\u30F3\u3092\u62E1\u5927\u3059\u308B",import:"\u30D5\u30A1\u30A4\u30EB\u304B\u3089\u306E\u30A4\u30F3\u30DD\u30FC\u30C8",export:"\u30D5\u30A1\u30A4\u30EB\u3078\u306E\u30A8\u30AF\u30B9\u30DD\u30FC\u30C8",toggleDebug:"\u30B3\u30F3\u30BD\u30FC\u30EB\u306B\u30C7\u30D0\u30C3\u30B0\u30ED\u30B0\u3092\u8868\u793A\u3059\u308B","fingers.0":"\u51DD\u56FA","fingers.2":"\u30C4\u30FC\u30D5\u30A3\u30F3\u30AC\u30FC\u30BF\u30C3\u30C1","fingers.3":"\u30B9\u30EA\u30FC\u30D5\u30A3\u30F3\u30AC\u30FC\u30BF\u30C3\u30C1","fingers.4":"\u30D5\u30A9\u30FC\u30D5\u30A3\u30F3\u30AC\u30FC\u30BF\u30C3\u30C1","fingers.5":"5\u672C\u6307\u30BF\u30C3\u30C1",mouseHoldKey:"+ {key} \u7FFB\u8A33/\u6BB5\u843D\u3092\u5143\u306B\u623B\u3059",mouseHoldKeyAuto:"\u30D1\u30E9\u30B0\u30E9\u30D5\u306E\u76F4\u8A33",mouseHoldKeyOff:"\u4F55\u3082\u3059\u308B\u306A\u3002",mouseHoldKeyOther:"\u30B7\u30E7\u30FC\u30C8\u30AB\u30C3\u30C8\u306E\u30AB\u30B9\u30BF\u30DE\u30A4\u30BA\uFF08\u8A2D\u5B9A\u3092\u958B\u304F\uFF09",mouseHoldKeyCustomKey:"{key} \u30D1\u30E9\u30B0\u30E9\u30D5\u306E\u7FFB\u8A33\uFF0F\u7E2E\u5C0F",mouseHoverHoldKey:"\u30B7\u30E7\u30FC\u30C8\u30AB\u30C3\u30C8\u30AD\u30FC\u3092\u62BC\u3057\u306A\u304C\u3089\u30DE\u30A6\u30B9\u3092\u52D5\u304B\u3059\u3068\u6BB5\u843D\u304C\u7FFB\u8A33\u3055\u308C\u308B","mouse-translate":"\u30DE\u30A6\u30B9\u30DB\u30D0\u30FC",document:"(\u3055\u3093\u3077",resetSuccess:"\u3059\u3079\u3066\u306E\u8A2D\u5B9A\u306E\u30EA\u30BB\u30C3\u30C8\u306B\u6210\u529F",resetThisSuccess:"\u30EA\u30BB\u30C3\u30C8\u6210\u529F",saved:"\u30BB\u30FC\u30D6\u30FB\u30B5\u30AF\u30BB\u30B9",successImportConfig:"\u8A2D\u5B9A\u306E\u30A4\u30F3\u30DD\u30FC\u30C8\u306B\u6210\u529F",goAdvancedSettings:"\u8A73\u7D30\u8A2D\u5B9A\u30DA\u30FC\u30B8\u306B\u79FB\u52D5\u3059\u308B",goAdvancedInterfaceSettings:"\u8A73\u7D30\u30AB\u30B9\u30BF\u30DE\u30A4\u30BA\u8A2D\u5B9A\u30DA\u30FC\u30B8\u306B\u79FB\u52D5\u3059\u308B",advanced:"\u8A73\u7D30\u8A2D\u5B9A",advancedDescription:"\u901A\u5E38\u3001\u8A2D\u5B9A\u306F\u5FC5\u8981\u306A\u304F\u3001\u30C7\u30D5\u30A9\u30EB\u30C8\u306E\u307E\u307E\u3067\u3088\u3044\u3002\u3088\u308A\u5C02\u9580\u7684\u306A\u30E6\u30FC\u30B6\u30FC\u306E\u307F\u3001\u3088\u308A\u30D1\u30FC\u30BD\u30CA\u30E9\u30A4\u30BA\u3055\u308C\u305F\u8A2D\u5B9A\u304C\u53EF\u80FD\u3067\u3059\u3002",developer:"\u30C7\u30D9\u30ED\u30C3\u30D1\u30FC\u8A2D\u5B9A",donateCafe:"\u7269\u4FA1","translate to the bottom of the page":"\u30DA\u30FC\u30B8\u4E0B\u90E8\u3078\u306E\u7FFB\u8A33\u306F\u3001\u30DA\u30FC\u30B8\u306B\u5165\u3063\u3066\u3059\u3050\u306B\u884C\u308F\u308C\u308B\u306E\u3067\u3059\u304B\uFF1F",feedback:"\u554F\u984C\u306B\u95A2\u3059\u308B\u30D5\u30A3\u30FC\u30C9\u30D0\u30C3\u30AF",toggleTranslatePage:"\u30DA\u30FC\u30B8\u3092\u7FFB\u8A33\u3059\u308B\uFF0F\u539F\u6587\u3092\u8868\u793A\u3059\u308B",translateToThePageEndImmediatelyDescription:"\u3053\u306E\u6A5F\u80FD\u3092\u30AA\u30F3\u306B\u3059\u308B\u3068\u3001\u30DA\u30FC\u30B8\u306E\u4E0A\u304B\u3089\u4E0B\u306B\u5165\u529B\u3057\u305F\u5185\u5BB9\u304C\u5373\u5EA7\u306B\u7FFB\u8A33\u3055\u308C\u307E\u3059\u3002\u30AA\u30D5\u306B\u3059\u308B\u3068\u3001\u8AAD\u307F\u306A\u304C\u3089\u7FFB\u8A33\u3055\u308C\u307E\u3059\u3002(\u304A\u52E7\u3081\u3057\u307E\u305B\u3093\uFF09","translate all areas of the page":"\u30DA\u30FC\u30B8\u306E\u5168\u9818\u57DF\u3092\u7FFB\u8A33\u3059\u308B\u304B\u3069\u3046\u304B",translationAreaDescription:"\u30AA\u30F3\u306B\u3059\u308B\u3068\u3001\u30A6\u30A7\u30D6\u30DA\u30FC\u30B8\u5168\u4F53\u306E\u3059\u3079\u3066\u306E\u9818\u57DF\u304C\u7FFB\u8A33\u3055\u308C\u307E\u3059\u3002\u30AA\u30D5\u306B\u3059\u308B\u3068\u3001\u30C7\u30D5\u30A9\u30EB\u30C8\u306E\u30B9\u30DE\u30FC\u30C8\u8A8D\u8B58\u304C\u4F7F\u7528\u3055\u308C\u3001\u4E3B\u8981\u306A\u9818\u57DF\u306E\u307F\u304C\u7FFB\u8A33\u3055\u308C\u307E\u3059\u3002(\u30AA\u30F3\u306B\u3059\u308B\u3053\u3068\u306F\u304A\u52E7\u3081\u3057\u307E\u305B\u3093)","the number of characters to be translated first":"\u8868\u793A\u9818\u57DF\u307E\u3067\u30B9\u30AF\u30ED\u30FC\u30EB\u3059\u308B\u3053\u3068\u306A\u304F\u3001\u30DA\u30FC\u30B8\u306E\u6700\u521D\u306E\u6570\u6587\u5B57\u3092\u76F4\u63A5\u7FFB\u8A33\u3059\u308B\u3002","interface language":"\u30A4\u30F3\u30BF\u30FC\u30D5\u30A7\u30FC\u30B9\u8A00\u8A9E","display both the original text and the translation":"\u539F\u6587\u3068\u8A33\u6587\u306E\u540C\u6642\u8868\u793A","keyboard shortcuts":"\u30AD\u30FC\u30DC\u30FC\u30C9\u30B7\u30E7\u30FC\u30C8\u30AB\u30C3\u30C8",modify:"\u30B7\u30E7\u30FC\u30C8\u30AB\u30C3\u30C8\u30AD\u30FC\u306E\u5909\u66F4",reset:"\u30EA\u30D3\u30B8\u30E7\u30F3",close:"\u51DD\u56FA",homepage:"\u30DB\u30FC\u30E0\u30DA\u30FC\u30B8",more:"\u3082\u3063\u3068\u898B\u308B",moreOptions:"\u30AB\u30B9\u30BF\u30DE\u30A4\u30BA\u30FB\u30AA\u30D7\u30B7\u30E7\u30F3\u306E\u62E1\u5927",translateTheWholePage:"\u30DA\u30FC\u30B8\u306E\u5168\u9818\u57DF\u3092\u7FFB\u8A33\u3059\u308B\uFF08\u4E3B\u8981\u306A\u9818\u57DF\u3092\u30A4\u30F3\u30C6\u30EA\u30B8\u30A7\u30F3\u30C8\u306B\u8A8D\u8B58\u3059\u308B\u306E\u3068\u306F\u5BFE\u7167\u7684\uFF09\u3002",changeToTranslateTheWholePage:"\u5168\u5730\u57DF\u306E\u7FFB\u8A33\u306B\u5207\u308A\u66FF\u3048\u308B",changeToTranslateTheMainPage:"\u30E1\u30A4\u30F3\u30A8\u30EA\u30A2\u306E\u7FFB\u8A33\u306B\u5207\u308A\u66FF\u3048\u308B",changeToOnlyTranslationMode:"\u7FFB\u8A33\u306E\u307F\u3092\u8868\u793A\u3059\u308B\u3088\u3046\u306B\u5207\u308A\u66FF\u3048\u308B",changeToDualTranslationMode:"\u5BFE\u8A33\u3078\u306E\u5207\u308A\u66FF\u3048",translateToThePageEndImmediately:"\u30DA\u30FC\u30B8\u4E0B\u90E8\u3078\u306E\u5373\u6642\u7FFB\u8A33",translateTheMainPage:"\u30A4\u30F3\u30C6\u30EA\u30B8\u30A7\u30F3\u30C8\u7FFB\u8A33 \u4E3B\u8981\u5730\u57DF","The local rules are up to date":"\u5730\u5143\u306E\u9069\u5FDC\u898F\u5B9A\u306F\u6700\u65B0\u306E\u3082\u306E\u3060\u3002","Successfully synchronized with the latest official rules:":"\u6700\u65B0\u306E\u516C\u5F0F\u7AF6\u6280\u898F\u5247\u3068\u306E\u540C\u671F\u306B\u6210\u529F\u3002","Checking for updates":"\u30A2\u30C3\u30D7\u30C7\u30FC\u30C8\u306E\u30C1\u30A7\u30C3\u30AF","Rules are being synchronized":"\u9069\u5FDC\u30EB\u30FC\u30EB\u306E\u540C\u671F\u5316",localVersionIsTooOld:"\u30ED\u30FC\u30AB\u30EB\u306E\u62E1\u5F35\u6A5F\u80FD\u306E\u30D0\u30FC\u30B8\u30E7\u30F3\u304C\u53E4\u3059\u304E\u307E\u3059\u3002\u540C\u671F\u3092\u8A66\u307F\u308B\u524D\u306B\u3001\u62E1\u5F35\u6A5F\u80FD\u3092 {minVersion} \u4EE5\u964D\u306B\u30A2\u30C3\u30D7\u30B0\u30EC\u30FC\u30C9\u3057\u3066\u304F\u3060\u3055\u3044\u3002",badUserscriptBrowser:"\u73FE\u5728\u306E\u30D6\u30E9\u30A6\u30B6\u306F\u30B0\u30EA\u30FC\u30B9\u30E2\u30F3\u30AD\u30FC\u62E1\u5F35\u30A4\u30F3\u30BF\u30FC\u30D5\u30A7\u30A4\u30B9\u3092\u6B63\u3057\u304F\u5B9F\u88C5\u3057\u3066\u3044\u307E\u305B\u3093\uFF08\u4F8B\u3048\u3070\u3001\u30B0\u30EA\u30FC\u30B9\u30E2\u30F3\u30AD\u30FC\u30FB\u30B9\u30AF\u30EA\u30D7\u30C8\u81EA\u4F53\u306E\u30D0\u30FC\u30B8\u30E7\u30F3\u756A\u53F7\u306B\u95A2\u3059\u308B\u60C5\u5831\u3092\u53D6\u5F97\u3059\u308B\u5834\u5408\u306A\u3069\uFF09\u306E\u3067\u3001Firefox\u306A\u3069<1>\u30B0\u30EA\u30FC\u30B9\u30E2\u30F3\u30AD\u30FC\u62E1\u5F35\u3092\u30B5\u30DD\u30FC\u30C8\u3059\u308B\u4ED6\u306E\u30D6\u30E9\u30A6\u30B6\u3092\u3054\u5229\u7528\u304F\u3060\u3055\u3044\u3002",foundNewVersion:"\u65B0\u30D0\u30FC\u30B8\u30E7\u30F3\u3092\u898B\u308B",theLocalExtensionIsUpToUpdate:"\u73FE\u5728\u306E\u30A8\u30AF\u30B9\u30C6\u30F3\u30B7\u30E7\u30F3\u306F\u6700\u65B0\u3060\u3002",failToSyncRules:"\u6700\u65B0\u306E\u9069\u5FDC\u30EB\u30FC\u30EB\u306E\u540C\u671F\u306B\u5931\u6557",retry:"\u30EA\u30C8\u30E9\u30A4\u3059\u308B\u306B\u306F\u3053\u3053\u3092\u30AF\u30EA\u30C3\u30AF",failedReason:"\u5931\u6557\u306E\u7406\u7531",currentRuleVersion:"\u73FE\u5728\u306E\u30EB\u30FC\u30EB\u30FB\u30D0\u30FC\u30B8\u30E7\u30F3",calculating:"\u8A08\u7B97",unknownError:"\u672A\u77E5\u306E\u30A8\u30E9\u30FC",canNotFetchRemoteRule:"\u30EA\u30E2\u30FC\u30C8\u30EB\u30FC\u30EB\u304C\u53D6\u5F97\u3067\u304D\u306A\u3044",enableAlphaSuccess:"\u30A2\u30EB\u30D5\u30A1\u5BFE\u5FDC",disableAlphaSuccess:"\u30A2\u30EB\u30D5\u30A1\u6A5F\u80FD\u306F\u30AA\u30D5",cacheSize:"\u30AD\u30E3\u30C3\u30B7\u30E5\u30FB\u30B5\u30A4\u30BA\uFF1A",cleaning:"\u6E05\u7B97\u4E2D",cleanCache:"\u30AD\u30E3\u30C3\u30B7\u30E5\u3092\u6D88\u53BB\u3059\u308B",options:"\u30BB\u30C3\u30C8\u30A2\u30C3\u30D7",about:"\u306B\u5BFE\u3057\u3066",service:"\u901A\u8A33\u30B5\u30FC\u30D3\u30B9",needAction:"(\u8A2D\u5B9A\u3078\uFF09",goSettings:"\u8A2D\u5B9A\u3059\u308B",needActionForOptions:"(\u8A2D\u5B9A\u4E88\u5B9A\uFF09",translationEngine:"\u30A8\u30F3\u30B8\u30F3\u30FB\u30AA\u30D7\u30B7\u30E7\u30F3",sourceLanguage:"\u539F\u8A9E",target:"\u76EE\u6A19\u8A00\u8A9E",popupSourceLanguage:"\u539F\u8A9E",popupTarget:"\u76EE\u6A19\u8A00\u8A9E",popupService:"\u901A\u8A33\u30B5\u30FC\u30D3\u30B9",forThisSite:"\u73FE\u5728\u306E\u30A6\u30A7\u30D6\u30B5\u30A4\u30C8",autoEnableSubtitle:"\u4E8C\u30AB\u56FD\u8A9E\u5B57\u5E55\u3092\u81EA\u52D5\u7684\u306B\u30AA\u30F3\u306B\u3059\u308B",alwaysTranslate:"\u5E38\u306B\u7FFB\u8A33\u3059\u308B",neverTranslate:"\u6C7A\u3057\u3066\u7FFB\u8A33\u3057\u306A\u3044",alwaysTranslateSomeLanguage:"\u5E38\u306B\u7FFB\u8A33\u3059\u308B {language}",neverTranslateSomeLanguage:"\u6C7A\u3057\u3066\u7FFB\u8A33\u3057\u306A\u3044 {language}",alwaysTranslateSomeSite:"\u5E38\u306B\u7FFB\u8A33\u3059\u308B {hostname}",neverTranslateSomeSite:"\u6C7A\u3057\u3066\u7FFB\u8A33\u3057\u306A\u3044 {hostname}",alwaysTranslateSomeSiteOrWildSite:"\u5E38\u306B\u30B5\u30A4\u30C8\u3092\u7FFB\u8A33\u3059\u308B",alwaysTranslateSomePage:"\u5E38\u306B\u30DA\u30FC\u30B8\u3092\u7FFB\u8A33\u3059\u308B",add:"\u5897\u52A0",default:"\u30C7\u30D5\u30A9\u30EB\u30C8",forThisLanguage:"\u3053\u306E\u8A00\u8A9E\u306E\u5834\u5408\uFF1A","add url":"URL\u3092\u5165\u529B",edit:"\u30B3\u30F3\u30D1\u30A4\u30E9","translate other languages into specific language":"\u4ED6\u306E\u8A00\u8A9E\u3092\u8A2D\u5B9A\u3057\u305F\u8A00\u8A9E\u306B\u7FFB\u8A33\u3059\u308B","select translation service":"\u7FFB\u8A33\u30B5\u30FC\u30D3\u30B9\u306E\u9078\u629E",language:"\u591A\u8A00\u8A9E\u4E3B\u7FA9","show-original":"\u539F\u6587\u3092\u8868\u793A",translate:"\u30EC\u30F3\u30C0\u30EA\u30F3\u30B0",Translated:"\u7FFB\u8A33",Translating:"\u7FFB\u8A33\u4E2D",Error:"\u4E0D\u6B63\u78BA",allowCacheTranslations:"\u30ED\u30FC\u30AB\u30EB\u7FFB\u8A33\u30AD\u30E3\u30C3\u30B7\u30E5\u3092\u6709\u52B9\u306B\u3059\u308B\uFF08\u91CD\u8907\u3057\u305F\u7B87\u6240\u306E\u7FFB\u8A33\u30EA\u30AF\u30A8\u30B9\u30C8\u3092\u6E1B\u3089\u3059\uFF09","translation display":"\u7FFB\u8A33\u8868\u793A\u30B9\u30BF\u30A4\u30EB","select diplay style":"\u4EE5\u4E0B\u306E\u4F8B\u3092\u5177\u4F53\u7684\u306B\u53C2\u7167\u3057\u306A\u304C\u3089\u3001\u7FFB\u8A33\u306E\u30B9\u30BF\u30A4\u30EB\u3092\u533A\u5225\u3059\u308B\u3002",interface:"\u30A4\u30F3\u30BF\u30FC\u30D5\u30A7\u30FC\u30B9\u8A2D\u5B9A",import_export:"\u30A4\u30F3\u30DD\u30FC\u30C8/\u30A8\u30AF\u30B9\u30DD\u30FC\u30C8",import_export_title:"\u30A4\u30F3\u30DD\u30FC\u30C8/\u30A8\u30AF\u30B9\u30DD\u30FC\u30C8\u8A2D\u5B9A",syncToGoogleDrive:"Google\u30C9\u30E9\u30A4\u30D6\u3068\u540C\u671F",floatBallOptions:"\u30DB\u30D0\u30FC\u30DC\u30FC\u30EB\u306E\u8A2D\u5B9A","floatBallOptions.enable":"\u30DB\u30D0\u30FC\u30DC\u30FC\u30EB\u3092\u4F7F\u7528\u53EF\u80FD\u306B\u3059\u308B","floatBallOptions.blockUrls":"\u30A6\u30A7\u30D6\u30B5\u30A4\u30C8\u3092\u7121\u52B9\u306B\u3059\u308B","floatBallOptions.add":"\u5897\u52A0","floatBallOptions.blockUrlDesc":"\u4EE5\u4E0B\u306E\u30B5\u30A4\u30C8\u3067\u306F\u30DB\u30D0\u30FC\u30DC\u30FC\u30EB\u304C\u8868\u793A\u3055\u308C\u307E\u305B\u3093\u3002","floatBallOptions.clickType":"\u30AF\u30EA\u30C3\u30AF\u884C\u52D5","floatBallOptions.clickTypeDesc":"\u30AF\u30EA\u30C3\u30AF\u3057\u305F\u3068\u304D\u306E\u30DB\u30D0\u30FC\u30DC\u30FC\u30EB\u30FB\u30A2\u30A4\u30B3\u30F3\u306E\u52D5\u4F5C","floatBallOptions.clickPopup":"\u7FFB\u8A33\u30D1\u30CD\u30EB\u306E\u8868\u793A","floatBallOptions.clickTranslate":"\u539F\u6587\u306E\u7FFB\u8A33\uFF0F\u8868\u793A","floatBallOptions.fixedPosition":"\u56FA\u5B9A\u4F4D\u7F6E","floatBallOptions.fixedPositionDesc":"\u60AC\u6D6E\u7403\u5728\u7A97\u53E3\u5DE6\u4FA7\u8FD8\u662F\u53F3\u4FA7","floatBallOptions.fixedPositionLeft":"\u5DE6\u4FA7","floatBallOptions.fixedPositionRight":"\u53F3\u4FA7",previewAllThemes:"\u3059\u3079\u3066\u306E\u30B9\u30BF\u30A4\u30EB\u3092\u30D7\u30EC\u30D3\u30E5\u30FC\u3059\u308B","translationTheme.none":"\u306A\u3044","translationTheme.grey":"\u30C0\u30FC\u30AF\u30B0\u30EC\u30FC","translationTheme.dashed":"\u70B9\u7DDA\u4E0B\u7DDA","translationTheme.dotted":"\u70B9\u7DDA\u30A2\u30F3\u30C0\u30FC\u30B9\u30B3\u30A2","translationTheme.dashedBorder":"\u70B9\u7DDA","translationTheme.solidBorder":"\u30BD\u30EA\u30C3\u30C9\u30DC\u30FC\u30C0\u30FC","translationTheme.underline":"\u76F4\u7DDA\u306B\u4E0B\u7DDA\u3092\u5F15\u304F","translationTheme.mask":"\u30D5\u30A1\u30B8\u30FC\u52B9\u679C\uFF08\u5B66\u7FD2\u30E2\u30FC\u30C9\uFF09","translationTheme.opacity":"\u900F\u660E\u52B9\u679C","translationTheme.paper":"\u767D\u3044\u7D19\u306E\u5F71\u306E\u52B9\u679C","translationTheme.dividingLine":"\u308F\u3051\u3081","translationTheme.highlight":"\u9AD8\u8F1D\u5EA6","translationTheme.marker":"\u30DE\u30FC\u30AB\u30FC","translationTheme.marker2":"\u30DE\u30FC\u30AB\u30FC2","translationTheme.blockquote":"\u53C2\u7167\u30B9\u30BF\u30A4\u30EB","translationTheme.weakening":"\u5F31\u4F53\u5316","translationTheme.italic":"\u659C\u4F53","translationTheme.bold":"\u6FC3\u5316","translationTheme.thinDashed":"\u7D30\u70B9\u7DDA\u30A2\u30F3\u30C0\u30FC\u30E9\u30A4\u30F3","translationTheme.nativeDashed":"\u30B7\u30B9\u30C6\u30E0\u306F\u70B9\u7DDA\u306E\u30A2\u30F3\u30C0\u30FC\u30E9\u30A4\u30F3\u4ED8\u304D","translationTheme.nativeDotted":"\u30B7\u30B9\u30C6\u30E0\u306F\u70B9\u7DDA\u306E\u30A2\u30F3\u30C0\u30FC\u30E9\u30A4\u30F3\u4ED8\u304D","translationTheme.nativeUnderline":"\u30B7\u30B9\u30C6\u30E0\u306B\u306F\u76F4\u7DDA\u306E\u30A2\u30F3\u30C0\u30FC\u30E9\u30A4\u30F3\u304C\u4ED8\u5C5E\u3057\u3066\u3044\u308B","translationTheme.wavy":"\u6CE2\u7DDA","translationServices.custom":"\u30AB\u30B9\u30BF\u30E0API","translationServices.tencent":"\u30C6\u30F3\u30BB\u30F3\u30C8\u7FFB\u8A33\u8005","translationServices.tenAlpha":"\u30C6\u30F3\u30BB\u30F3\u30C8\u30FB\u30C8\u30E9\u30F3\u30B9\u30EC\u30FC\u30BF\u30FC\uFF08\u30A2\u30EB\u30D5\u30A1\uFF09","translationServices.google":"\u30B0\u30FC\u30B0\u30EB\u7FFB\u8A33","translationServices.bai":"\u30D0\u30A4\u30C9\u30A5\uFF08\u30A2\u30EB\u30D5\u30A1\uFF09","translationServices.baidu":"\u767E\u5EA6\u306E\u7FFB\u8A33","translationServices.aliyun":"\u30A2\u30EA\u30AF\u30E9\u30A6\u30C9\u7FFB\u8A33","translationServices.volc":"\u706B\u5C71\u7FFB\u8A33","translationServices.deeplx":"DeepLX (\u30D9\u30FC\u30BF)","translationServices.bing":"\u30DE\u30A4\u30AF\u30ED\u30BD\u30D5\u30C8\u7FFB\u8A33","translationServices.deepl":"\u30C7\u30A3\u30FC\u30D7\u30A8\u30EB","translationServices.wechat":"WeChat\u7FFB\u8A33","translationServices.azure":"\u30A2\u30B8\u30E5\u30FC\u30EB\u7FFB\u8A33","translationServices.ibm":"IBM\u30EF\u30C8\u30BD\u30F3","translationServices.aws":"\u30A2\u30DE\u30BE\u30F3\u7FFB\u8A33","translationServices.mock":"\u6A21\u64EC\u7FFB\u8A33","translationServices.mock2":"\u6A21\u64EC\u7FFB\u8A332","translationServices.caiyun":"\u30AB\u30E9\u30D5\u30EB\u306A\u96F2\u3068\u5C0F\u3055\u306A\u7FFB\u8A33","translationServices.cai":"\u30AB\u30E9\u30D5\u30EB\u306A\u96F2\uFF08\u30A2\u30EB\u30D5\u30A1\uFF09","translationServices.volcAlpha":"\u30DC\u30EB\u30B1\u30FC\u30CE\uFF08\u30A2\u30EB\u30D5\u30A1\uFF09","translationServices.openl":"\u30AA\u30FC\u30D7\u30F3L","translationServices.youdao":"Youtube\u7FFB\u8A33","translationServices.you":"Youdao \u7FFB\u8A33\u8005\uFF08\u30A2\u30EB\u30D5\u30A1\uFF09","translationServices.transmart":"\u9A30\u8A0A\u30A4\u30F3\u30BF\u30E9\u30AF\u30C6\u30A3\u30D6\u7FFB\u8A33","translationServices.niu":"\u30DE\u30FC\u30D9\u30EA\u30C3\u30AF\u7FFB\u8A33\u8005","translationServices.papago":"\u30D1\u30D1\u30B4\u7FFB\u8A33","translationServices.d":"D\uFF08\u30A2\u30EB\u30D5\u30A1\uFF09","translationServices.dpro":"D\u30D7\u30ED\uFF08\u30AB\u30CA\u30EA\u30A2\uFF09","translationServices.openai":"\u30AA\u30FC\u30D7\u30F3AI","translationServices.chatgpt":"ChatGPT Web(3.5 mobile)","translate title":"\u30DA\u30FC\u30B8\u30BF\u30A4\u30C8\u30EB\u3092\u7FFB\u8A33\u3059\u308B","always languages":"\u5E38\u306B\u8A00\u8A9E\u3092\u7FFB\u8A33\u3059\u308B",neverTranslateLanguagesLabel:"\u7FFB\u8A33\u3055\u308C\u308B\u3053\u3068\u306E\u306A\u3044\u8A00\u8A9E",neverTranslateTheFollowingLanguagesDescription:"\u30DA\u30FC\u30B8\u4E0A\u306E\u6BB5\u843D\u304C\u4EE5\u4E0B\u306E\u8A00\u8A9E\u306E\u3044\u305A\u308C\u304B\u3067\u3042\u308B\u5834\u5408\u3001\u7FFB\u8A33\u306F\u30B9\u30AD\u30C3\u30D7\u3055\u308C\u307E\u3059\u3002",enableUserscriptPagePopup:"\u30DA\u30FC\u30B8\u306B\u30DB\u30D0\u30FC\u30DC\u30FC\u30EB\u3092\u8868\u793A",enableUserscriptPagePopupDescription:"\u30DB\u30D0\u30FC\u30DC\u30FC\u30EB\u3092\u30AA\u30D5\u306B\u3057\u305F\u5F8C\u306F\u3001\u30B7\u30E7\u30FC\u30C8\u30AB\u30C3\u30C8 /{touch}\u3067\u547C\u3073\u51FA\u3059\u3053\u3068\u304C\u3067\u304D\u307E\u3059\u3002\u3046\u3063\u304B\u308A\u3053\u306E\u30AA\u30D7\u30B7\u30E7\u30F3\u3092\u30AA\u30D5\u306B\u3057\u305F\u5F8C\u3001\u30DB\u30D0\u30FC\u30DC\u30FC\u30EB\u3092\u898B\u3064\u3051\u3089\u308C\u306A\u304F\u306A\u308B\u306E\u3092\u9632\u3050\u305F\u3081\u3001\u3053\u306E\u8A2D\u5B9A\u30DA\u30FC\u30B8\u3092\u30D6\u30C3\u30AF\u30DE\u30FC\u30AF\u3057\u3066\u304A\u304F\u3053\u3068\u3092\u5F37\u304F\u304A\u52E7\u3081\u3057\u307E\u3059\uFF01","always translate the following languages":"\u30DA\u30FC\u30B8\u304C\u6B21\u306E\u8A00\u8A9E\u306E1\u3064\u3067\u3042\u308B\u3068\u304D\u81EA\u52D5\u7684\u306B\u30BF\u30FC\u30B2\u30C3\u30C8\u8A00\u8A9E\u306B\u7FFB\u8A33\u3059\u308B","always sites":"\u5E38\u306B\u7FFB\u8A33\u3055\u308C\u305F\u30A6\u30A7\u30D6\u30B5\u30A4\u30C8","always translate the following sites":"\u306E\u30C9\u30E1\u30A4\u30F3\u540D\u3067\u3042\u308C\u3070\u3001\u30A6\u30A7\u30D6\u30B5\u30A4\u30C8\u306F\u81EA\u52D5\u7684\u306B\u30BF\u30FC\u30B2\u30C3\u30C8\u8A00\u8A9E\u306B\u7FFB\u8A33\u3055\u308C\u308B\u3002","never sites":"\u672A\u7FFB\u8A33\u30B5\u30A4\u30C8","never translate the following sites":"\u4EE5\u4E0B\u306E\u30C9\u30E1\u30A4\u30F3\u306E\u30B5\u30A4\u30C8\u3067\u306F\u3001\u7FFB\u8A33\u306F\u884C\u308F\u308C\u307E\u305B\u3093\u3002","please refer to":"\u4F7F\u7528\u3059\u308B\u524D\u306B\u30AD\u30FC\u3092\u5165\u529B\u3059\u308B\u5FC5\u8981\u304C\u3042\u308A\u307E\u3059\u3002",KeyAndConfigurationTutorial:"\u30AD\u30FC\u30FB\u30A2\u30D7\u30EA\u30B1\u30FC\u30B7\u30E7\u30F3\u3068\u30B3\u30F3\u30D5\u30A3\u30AE\u30E5\u30EC\u30FC\u30B7\u30E7\u30F3\u30FB\u30C1\u30E5\u30FC\u30C8\u30EA\u30A2\u30EB",useAboveStyleForTheseSites:"\u4EE5\u4E0B\u306E\u30C9\u30E1\u30A4\u30F3\u306E\u30B5\u30A4\u30C8\u3067\u306F\u3001\u5E38\u306B \u2308{theme}\u230B \u7FFB\u8A33\u30B9\u30BF\u30A4\u30EB\u3092\u4F7F\u7528\u3057\u307E\u3059\u3002",currentUrl:"\u73FE\u5728\u306EURL",confirm:"\u30BB\u30FC\u30D6",cancel:"\u30AD\u30E3\u30F3\u30BB\u30EB",delete:"\u9664\u53BB","languages.auto":"\u81EA\u52D5\u691C\u51FA",syncToCloud:"\u30B0\u30FC\u30B0\u30EB\u30C9\u30E9\u30A4\u30D6\u306B\u540C\u671F",syncToCloudDescription:"\u30AF\u30E9\u30A6\u30C9\u306B\u30A2\u30C3\u30D7\u30ED\u30FC\u30C9\u3055\u308C\u305F\u30B3\u30F3\u30D5\u30A3\u30AE\u30E5\u30EC\u30FC\u30B7\u30E7\u30F3\u306F\u3001\u7570\u306A\u308B\u30D6\u30E9\u30A6\u30B6\u30FC\uFF0F\u30B0\u30EA\u30FC\u30B9\u30E2\u30F3\u30AD\u30FC\u30FB\u30B9\u30AF\u30EA\u30D7\u30C8\u9593\u3067\u540C\u671F\u3055\u305B\u308B\u3053\u3068\u304C\u3067\u304D\u308B\u3002",syncToAccount:"\u30A4\u30DE\u30FC\u30B7\u30D6\u7FFB\u8A33\u30AF\u30E9\u30A6\u30C9\u3078\u306E\u540C\u671F",syncToAccountButton:"\u30AF\u30E9\u30A6\u30C9\u3068\u306E\u5373\u6642\u540C\u671F",syncToAccountDescription:"\u7570\u306A\u308B\u30C7\u30D0\u30A4\u30B9\u9593\u3067\u3001\u6700\u5F8C\u306B\u5909\u66F4\u3055\u308C\u305F\u65B9\u306E\u8A2D\u5B9A\u3092\u81EA\u52D5\u7684\u306B\u540C\u671F\u3057\u307E\u3059\u3002",successSyncConfigInAccount:"\u30AF\u30E9\u30A6\u30C9\u3068\u306E\u540C\u671F\u306B\u6210\u529F",successSyncConfigToAccount:"\u30AF\u30E9\u30A6\u30C9\u3078\u306E\u540C\u671F\u306B\u6210\u529F",syncConfigNoUpdate:"\u3082\u3046\u6700\u65B0\u306E\u3082\u306E\u3060\u3002",authFail:"\u8A8D\u8A3C\u5931\u6557",syncTitle:"\u624B\u52D5\u30D0\u30C3\u30AF\u30A2\u30C3\u30D7\u7BA1\u7406",import_hint:"\u30A4\u30F3\u30DD\u30FC\u30C8",upload:"\u30A2\u30C3\u30D7\u30ED\u30FC\u30C9",revokeAuth:"\u8A8D\u53EF\u306E\u53D6\u308A\u6D88\u3057",uploadFail:"\u30A2\u30C3\u30D7\u30ED\u30FC\u30C9\u5931\u6557",download:"\u30C0\u30A6\u30F3\u30ED\u30FC\u30C9",importSuccess:"\u8F38\u5165\u306B\u6210\u529F",importFail:"\u30A4\u30F3\u30DD\u30FC\u30C8\u5931\u6557",deleteFail:"\u524A\u9664\u306B\u5931\u6557\u3057\u307E\u3057\u305F",backupToCloud:"\u30D0\u30C3\u30AF\u30A2\u30C3\u30D7\u30D5\u30A1\u30A4\u30EB\u306E\u624B\u52D5\u7BA1\u7406",create_new_backup:"\u65B0\u3057\u3044\u30D0\u30C3\u30AF\u30A2\u30C3\u30D7\u30CE\u30FC\u30C9\u3092\u8FFD\u52A0\u3059\u308B",maxBackupFiles:"\u6700\u5927{count}\u7570\u306A\u308B\u30CE\u30FC\u30C9\u3092\u30D0\u30C3\u30AF\u30A2\u30C3\u30D7\u3067\u304D\u307E\u3059\u3002\u4E0D\u8981\u306A\u30CE\u30FC\u30C9\u306F\u524A\u9664\u3057\u3066\u304F\u3060\u3055\u3044\u3002",backupToCloudDescription:"\u30D0\u30C3\u30AF\u30A2\u30C3\u30D7\u30D5\u30A1\u30A4\u30EB\u3092\u624B\u52D5\u3067\u30A2\u30C3\u30D7\u30ED\u30FC\u30C9\u307E\u305F\u306F\u30EA\u30B9\u30C8\u30A2\u3002",successSyncConfig:"\u30AF\u30E9\u30A6\u30C9\u3068\u306E\u540C\u671F\u306B\u6210\u529F",syncFail:"\u540C\u671F\u5931\u6557",updatedAt:"{date}\u3088\u308A\u66F4\u65B0",lastSyncedAt:"\u6700\u7D42\u78BA\u8A8D\uFF1A {date}",downloadFail:"\u30C0\u30A6\u30F3\u30ED\u30FC\u30C9\u306B\u5931\u6557\u3057\u307E\u3057\u305F",clickToDownload:"\u30AF\u30EA\u30C3\u30AF\u3057\u3066\u30C0\u30A6\u30F3\u30ED\u30FC\u30C9",aboutLabel:"\u30D5\u30A3\u30FC\u30C9\u30D0\u30C3\u30AF","browser.openAboutPage":"\u3054\u610F\u898B\u30FB\u3054\u611F\u60F3",aboutLabelWithoutSponsor:"\u30D5\u30A3\u30FC\u30C9\u30D0\u30C3\u30AF",aboutIntro:"\u30A4\u30F3\u30BF\u30FC\u30CD\u30C3\u30C8\u4E0A\u306E\u81A8\u5927\u306A\u5916\u56FD\u8A9E\u60C5\u5831\u3078\u306E\u30A2\u30AF\u30BB\u30B9\u304C\u3088\u308A\u7C21\u5358\u3067\u697D\u3057\u3044\u3082\u306E\u306B\u306A\u308A\u307E\u3059\u3088\u3046\u306B \u2764\uFE0F <6>\u30D7\u30ED\u30E1\u30F3\u30D0\u30FC\u30B7\u30C3\u30D7\u3092 \u6709\u52B9\u306B\u3057\u3066\u3001\u3059\u3050\u306B\u4F7F\u3048\u308BDeepL\u3068OpenAI\u306E\u7FFB\u8A33\u3092\u3054\u5229\u7528\u304F\u3060\u3055\u3044\u3002

<3>Twitter\u3001<4>Telegram\u3001Weibo\u3001WeChat\u3067\u79C1\u305F\u3061\u3092\u30D5\u30A9\u30ED\u30FC\u3059\u308B\u304B\u3001\u4EE5\u4E0B\u306E<5>\u30E1\u30FC\u30EA\u30F3\u30B0\u30EA\u30B9\u30C8\u306B\u767B\u9332\u3057\u3066\u66F4\u65B0\u3092\u8FFD\u8DE1\u3059\u308B\u3053\u3068\u304C\u3067\u304D\u307E\u3059\u3002
<7>\u30D7\u30ED\u4F1A\u54E1\u306E \u65B9\u306F\u3001 <8>support@immersivetranslate.com \u307E\u3067\u3054\u9023\u7D61\u3044\u305F\u3060\u3051\u308C\u3070\u3001\u8FC5\u901F\u306A\u30AB\u30B9\u30BF\u30DE\u30FC\u30B5\u30FC\u30D3\u30B9\u3092\u3054\u63D0\u4F9B\u3044\u305F\u3057\u307E\u3059\u3002",aboutIntroWithoutSponsor:"\u2764\uFE0F

<3>\u30C4\u30A4\u30C3\u30BF\u30FC\u3001<4>\u30C6\u30EC\u30B0\u30E9\u30E0\u30FB\u30C1\u30E3\u30F3\u30CD\u30EB\u3001WeChat\u3001WeChat Exchange\u3067\u30D5\u30A9\u30ED\u30FC\u3057\u3066\u3044\u305F\u3060\u304F\u304B\u3001\u4EE5\u4E0B\u306E<5>E\u30E1\u30FC\u30EB\u3067\u66F4\u65B0\u60C5\u5831\u3092<5>\u8CFC\u8AAD\u3057\u3066\u304F\u3060\u3055\u3044\u3002",projectHomepage:"\u30D7\u30ED\u30B8\u30A7\u30AF\u30C8\u30FB\u30DB\u30FC\u30E0",joinTelegramGroup:"\u30E6\u30FC\u30B6\u30FC\u30B0\u30EB\u30FC\u30D7\u306B\u53C2\u52A0\u3057\u3066\u3001\u6A5F\u80FD\u306B\u95A2\u3059\u308B\u30C7\u30A3\u30B9\u30AB\u30C3\u30B7\u30E7\u30F3\u306B\u53C2\u52A0",wechatPublicAccount:"WeChat\u30D1\u30D6\u30EA\u30C3\u30AF",wechatCommunities:"WeChat\u4EA4\u6D41\u30B0\u30EB\u30FC\u30D7",qqCommunities:"QQ\u30B3\u30DF\u30E5\u30CB\u30B1\u30FC\u30B7\u30E7\u30F3\u30C1\u30E3\u30F3\u30CD\u30EB",joinTelegramChannel:"\u6700\u65B0\u60C5\u5831\u306FTelegram\u30C1\u30E3\u30F3\u30CD\u30EB\u3092\u30D5\u30A9\u30ED\u30FC",feedbackAndJoin:"\u8CEA\u554F \u30D5\u30A3\u30FC\u30C9\u30D0\u30C3\u30AF / \u30B0\u30EB\u30FC\u30D7\u8FFD\u52A0",autoSync:"\u81EA\u52D5\u6642\u523B\u540C\u671F",loadingThemeTitle:"\u30ED\u30FC\u30C7\u30A3\u30F3\u30B0\u30FB\u30B9\u30BF\u30A4\u30EB",loadingThemeDescription:"\u7FFB\u8A33\u30ED\u30FC\u30C9\u5F85\u3061\u6642\u9593\u306E\u30B9\u30BF\u30A4\u30EB\u8A2D\u5B9A","loadingTheme.spinner":"\u56DE\u8EE2\u30A2\u30CB\u30E1\u30FC\u30B7\u30E7\u30F3","loadingTheme.text":"\u9759\u7684\u30C6\u30AD\u30B9\u30C8 ","loadingTheme.none":"\u8868\u793A\u306A\u3057",developerDescription:"\u9AD8\u5EA6\u306A\u30AB\u30B9\u30BF\u30DE\u30A4\u30BA\u306B\u95A2\u3059\u308B\u30C9\u30AD\u30E5\u30E1\u30F3\u30C8\u306F<1>\u3053\u3061\u3089\u3092\u3054\u89A7\u304F\u3060\u3055\u3044\u3002","edit border color":"\u30DC\u30FC\u30C0\u30FC\u30AB\u30E9\u30FC\u306E\u5909\u66F4",successSyncButNoChange:"\u73FE\u5728\u306E\u30B3\u30F3\u30D5\u30A3\u30AE\u30E5\u30EC\u30FC\u30B7\u30E7\u30F3\u306F\u30AF\u30E9\u30A6\u30C9\u3068\u4E00\u81F4\u3057\u3066\u3044\u308B",customTheme:"\u30AB\u30B9\u30BF\u30E0\u30AB\u30E9\u30FC\u3068\u30B5\u30A4\u30BA","customThemeLabel.borderColor":"\u30DC\u30FC\u30C0\u30FC\u30AB\u30E9\u30FC","customThemeLabel.borderRadius":"\u4E38\u307F\u3092\u5E2F\u3073\u305F\u30A8\u30C3\u30B8","customThemeLabel.textColor":"\u30C6\u30AD\u30B9\u30C8\u30AB\u30E9\u30FC","customThemeLabel.backgroundColor":"\u80CC\u666F\u8272","customThemeLabel.zoom":"\u30D5\u30A9\u30F3\u30C8\u30FB\u30B9\u30B1\u30FC\u30EA\u30F3\u30B0 (%)","customThemeLabel.opacity":"\u30C6\u30AD\u30B9\u30C8\u306E\u4E0D\u900F\u660E\u5EA6 (%)",resetToDefaultColor:"\u30C7\u30D5\u30A9\u30EB\u30C8\u30AB\u30E9\u30FC\u306B\u623B\u3059",resetToDefaultSettings:"\u30C7\u30D5\u30A9\u30EB\u30C8\u8A2D\u5B9A\u306B\u623B\u3059",isTranslateTitle:"\u30DA\u30FC\u30B8\u30BF\u30A4\u30C8\u30EB\u306E\u7FFB\u8A33\u3092\u6709\u52B9\u306B\u3059\u308B",isTranslateTitleDescription:"\u30AA\u30F3\u306B\u3059\u308B\u3068\u3001\u30DA\u30FC\u30B8\u30BF\u30A4\u30C8\u30EB\u304C\u7FFB\u8A33\u3055\u308C\u307E\u3059",enableSearchEnhancement:"\u30D0\u30A4\u30EA\u30F3\u30AC\u30EB\u30E1\u30C3\u30BB\u30FC\u30B8\u3092\u6709\u52B9\u306B\u3059\u308B",enableSearchEnhancementDescription:"\u6709\u52B9\u306B\u3059\u308B\u3068\u3001\u5BFE\u5FDC\u30B5\u30A4\u30C8\uFF08Google News\u3001Google Search\uFF08\u4E00\u90E8\u30AD\u30FC\u30EF\u30FC\u30C9\uFF09\u3001Snowball\u3001Oriental Fortune\u3001Futura\u3001Tiger Community\uFF09\u306E\u53F3\u30AB\u30E9\u30E0\u306B\u3001\u8A72\u5F53\u3059\u308B\u82F1\u8A9E\u30AD\u30FC\u30EF\u30FC\u30C9\u3067\u300CGoogle News\u300D\u306E\u691C\u7D22\u7D50\u679C\u304C\u81EA\u52D5\u7684\u306B\u8868\u793A\u3055\u308C\u308B\u3088\u3046\u306B\u306A\u308A\u307E\u3059\u3002",verifyService:"\u30B5\u30FC\u30D3\u30B9\u306E\u30C6\u30B9\u30C8\u306F\u3053\u3061\u3089",verified:"\u6210\u529F\u306E\u78BA\u8A8D","field.langs":"\u5BFE\u5FDC\u8A00\u8A9E\u30B3\u30FC\u30C9","field.model":"\u30E2\u30C7\u30EA\u30F3\u30B0","field.translationEngine":"\u7FFB\u8A33\u30A8\u30F3\u30B8\u30F3","field.limitPerMinute":"1\u5206\u3042\u305F\u308A\u306E\u6700\u5927\u30EA\u30AF\u30A8\u30B9\u30C8\u6570","field.limitPerSecond":"1\u79D2\u3042\u305F\u308A\u306E\u6700\u5927\u30EA\u30AF\u30A8\u30B9\u30C8\u6570","field.maxTextLengthPerRequest":"\u30EA\u30AF\u30A8\u30B9\u30C8\u3054\u3068\u306E\u6700\u5927\u30C6\u30AD\u30B9\u30C8\u9577","field.maxTextGroupLengthPerRequest":"\u30EA\u30AF\u30A8\u30B9\u30C8\u3054\u3068\u306E\u6700\u5927\u6BB5\u843D\u6570","field.apiUrl":"\u30AB\u30B9\u30BF\u30E0API\u30A4\u30F3\u30BF\u30FC\u30D5\u30A7\u30FC\u30B9\u306E\u30A2\u30C9\u30EC\u30B9","field.placeholderDelimiters":"\u4E88\u7D04\u30D7\u30EC\u30FC\u30B9\u30DB\u30EB\u30C0","description.custom":"\u30AB\u30B9\u30BF\u30E0\u30A4\u30F3\u30BF\u30FC\u30D5\u30A7\u30FC\u30B9\u30A2\u30AF\u30BB\u30B9 \u8981\u30C9\u30AD\u30E5\u30E1\u30F3\u30C6\u30FC\u30B7\u30E7\u30F3","description.limitPerMinute":"\u3053\u306E\u5236\u9650\u3092\u8D85\u3048\u305F\u30EA\u30AF\u30A8\u30B9\u30C8\u306F\u3001\u6B21\u306E\u5206\u304C\u59CB\u307E\u308B\u307E\u3067\u30AD\u30E5\u30FC\u306B\u5165\u308A\u307E\u3059\u3002OpenAI\u306E\u73FE\u5728\u306E\u30B5\u30FC\u30D3\u30B9\u306B\u306F\u3055\u307E\u3056\u307E\u306A\u5236\u9650\u304C\u3042\u308B\u305F\u3081\u3001\u6700\u65B0\u306E\u63A8\u5968\u5024\u306F<1>\u3053\u3061\u3089\u3092\u3054\u89A7\u304F\u3060\u3055\u3044\u3002","description.limitPerSecond":"\u3053\u306E\u5236\u9650\u3092\u8D85\u3048\u305F\u30EA\u30AF\u30A8\u30B9\u30C8\u306F\u3001\u6B21\u306E\u79D2\u304C\u59CB\u307E\u308B\u307E\u3067\u30AD\u30E5\u30FC\u306B\u5165\u308A\u307E\u3059\u3002OpenAI\u306E\u73FE\u5728\u306E\u30B5\u30FC\u30D3\u30B9\u306B\u306F\u3055\u307E\u3056\u307E\u306A\u5236\u9650\u304C\u3042\u308B\u305F\u3081\u3001\u6700\u65B0\u306E\u63A8\u5968\u5024\u306F<1>\u3053\u3061\u3089\u3092\u3054\u89A7\u304F\u3060\u3055\u3044\u3002","description.generalLimitPerSecond":"\u3053\u306E\u5236\u9650\u3092\u8D85\u3048\u305F\u30EA\u30AF\u30A8\u30B9\u30C8\u306F\u3001\u6B21\u306E\u79D2\u304C\u59CB\u307E\u308B\u307E\u3067\u30AD\u30E5\u30FC\u306B\u5165\u308B\u3002","description.prompt":"\u30E6\u30FC\u30B6\u30FC\u3068\u3057\u3066 {service} \u306B\u9001\u4FE1\u3055\u308C\u308B\u5BFE\u8A71\u3067\u3001{{text}} \u306F\u6BB5\u843D\u306E\u30C6\u30AD\u30B9\u30C8\u5185\u5BB9\u3092\u793A\u3057\u3001{{from}} \u306F\u6BB5\u843D\u306E\u8A00\u8A9E\u3092\u793A\u3057\u3001{{to}} \u306F\u76EE\u6A19\u8A00\u8A9E\u3092\u793A\u3057\u307E\u3059\u3002","description.maxTextLengthPerRequest":"\u30EA\u30AF\u30A8\u30B9\u30C8\u3042\u305F\u308A\u306E\u6700\u5927\u6587\u5B57\u6570\u304C\u5927\u304D\u3059\u304E\u308B\u3068\u3001\u30A4\u30F3\u30BF\u30FC\u30D5\u30A7\u30FC\u30B9\u306E\u5FDC\u7B54\u304C\u9045\u304F\u306A\u308B\u306E\u3067\u3001\u3053\u306E\u30AA\u30D7\u30B7\u30E7\u30F3\u3092\u8ABF\u6574\u3057\u3066\u901F\u5EA6\u3092\u6700\u9069\u5316\u3057\u3066\u304F\u3060\u3055\u3044\u3002","description.systemPrompt":"\u30B7\u30B9\u30C6\u30E0\u3068\u3057\u3066 {service} \u306B\u9001\u4FE1\u3055\u308C\u308B\u5BFE\u8A71\u3067\u3001{{text}} \u306F\u6BB5\u843D\u306E\u30C6\u30AD\u30B9\u30C8\u5185\u5BB9\u3092\u793A\u3057\u3001{{from}} \u306F\u6BB5\u843D\u306E\u8A00\u8A9E\u3092\u793A\u3057\u3001{{to}} \u306F\u76EE\u6A19\u8A00\u8A9E\u3092\u793A\u3057\u307E\u3059\u3002","field.domain":"\u30EC\u30A2\u30EB","description.domain":"\u30C7\u30D5\u30A9\u30EB\u30C8\u306F\uFF1Ageneral \u3067\u3059\u3002Arima API \u30B3\u30F3\u30BD\u30FC\u30EB\u3067\u30C9\u30E1\u30A4\u30F3\u5909\u63DB\u304C\u6709\u52B9\u306B\u306A\u3063\u3066\u3044\u308B\u5834\u5408\u306E\u307F\u8A2D\u5B9A\u3067\u304D\u307E\u3059\u3002","field.scene":"\u53D6\u308B","description.scene":"\u30C7\u30D5\u30A9\u30EB\u30C8\u306F\uFF1A\u4E00\u822C\u3067\u3059\u3002AliCloud API\u30B3\u30F3\u30BD\u30FC\u30EB\u3067Machine Translation Pro\u3092\u958B\u3044\u305F\u5834\u5408\u306E\u307F\u8A2D\u5B9A\u3067\u304D\u307E\u3059\u3002","field.vocabId":"\u30E6\u30FC\u30B6\u30FC\u8F9E\u66F8ID","description.vocabId":"\u6307\u5B9A\u3055\u308C\u305F\u8F9E\u66F8out_id\u306F\u3001\u73FE\u5728\u3001\u82F1\u8A9E\u304B\u3089\u4E2D\u56FD\u8A9E\u3078\u306E\u7FFB\u8A33\u3092\u30B5\u30DD\u30FC\u30C8\u3057\u3066\u3044\u308B\u3002","description.model":"OpenAI\u306E\u30E2\u30C7\u30EB\u306F\u3001gpt-3.5-turbo\u3001gpt-4\u306A\u3069\u3002","description.maxTextGroupLengthPerRequest":"\u4E00\u5EA6\u306B\u7FFB\u8A33\u30B5\u30FC\u30D3\u30B9\u306B\u9001\u4FE1\u3055\u308C\u308B\u6BB5\u843D\u6570\u3002\u6BB5\u843D\u6570\u304C\u591A\u3059\u304E\u308B\u3068\u3001\u30A4\u30F3\u30BF\u30FC\u30D5\u30A7\u30FC\u30B9\u306E\u5FDC\u7B54\u304C\u9045\u304F\u306A\u308B\u3053\u3068\u304C\u3042\u308A\u307E\u3059\u3002","description.apiUrl":"\u5177\u4F53\u7684\u306AURL\u3068\u30D1\u30B9\u3001<1>\u3088\u308A\u8A73\u3057\u3044\u8AAC\u660E\u3092\u8FFD\u52A0\u3057\u3066\u304F\u3060\u3055\u3044\u3002",enabledExtension:"\u30A8\u30AF\u30B9\u30C6\u30F3\u30B7\u30E7\u30F3\u306E\u6709\u52B9\u5316",clickToDisableExtension:"\u30AF\u30EA\u30C3\u30AF\u3057\u3066\u62E1\u5F35\u6A5F\u80FD\u3092\u7121\u52B9\u306B\u3059\u308B",clickToEnableExtension:"\u30AF\u30EA\u30C3\u30AF\u3057\u3066\u62E1\u5F35\u6A5F\u80FD\u3092\u6709\u52B9\u306B\u3059\u308B",hasBeenDisabled:"\u4F7F\u7528\u4E0D\u80FD","show password":"\u30D1\u30B9\u30EF\u30FC\u30C9\u3092\u8868\u793A\u3059\u308B",customContent:"\u30AB\u30B9\u30BF\u30E0\u30E2\u30C7\u30EB\u540D\u3092\u5165\u529B",inputOptions:"\u5165\u529B\u30DC\u30C3\u30AF\u30B9\u306E\u5F37\u5316",mouseHoverOptions:"\u30DE\u30A6\u30B9\u30DB\u30D0\u30FC",modifyMouseHoverKey:"\u30DE\u30A6\u30B9\u30DB\u30D0\u30FC\u30B7\u30E7\u30FC\u30C8\u30AB\u30C3\u30C8\u306E\u5909\u66F4",enableInputTranslation:"\u5165\u529B\u30DC\u30C3\u30AF\u30B9\u306E\u62E1\u5F35\u3092\u6709\u52B9\u306B\u3059\u308B\u304B\u3069\u3046\u304B",enableInputTranslationDescription:"\u6709\u52B9\u5316\u3057\u305F\u3089\u3001 {startingKey}{startingKey} hello \u3068\u5165\u529B\u30DC\u30C3\u30AF\u30B9\u306B\u76F4\u63A5\u5165\u529B\u3057\u3001{inputTrailingTriggerKeyRepeatTimes}times{trailingKey}\u3092\u7D20\u65E9\u304F\u62BC\u3057\u3066\u3001 {inputTargetLanguage}\u306B\u5909\u63DB\u3059\u308B\u3002",enableInputTranslationDescriptionForNoneKey:"\u6709\u52B9\u306B\u3057\u305F\u3089\u3001\uFF1AHello World\u3068\u5165\u529B\u30DC\u30C3\u30AF\u30B9\u306B\u76F4\u63A5\u5165\u529B\u3057\u3001{inputTrailingTriggerKeyRepeatTimes}{trailingKey}\u3092\u7D20\u65E9\u304F\u62BC\u3057\u3066\u3001\u30C7\u30D5\u30A9\u30EB\u30C8\u306E\u30BF\u30FC\u30B2\u30C3\u30C8\u8A00\u8A9E\u306B\u7FFB\u8A33\u3059\u308B\u3002",inputTargetLanguage:"\u5165\u529B\u30DC\u30C3\u30AF\u30B9\u306E\u30C7\u30D5\u30A9\u30EB\u30C8\u30BF\u30FC\u30B2\u30C3\u30C8\u8A00\u8A9E\u306E\u8A2D\u5B9A",inputTargetLanguageDescription:"\u5165\u529B\u30DC\u30C3\u30AF\u30B9\u7FFB\u8A33\u306E\u30C7\u30D5\u30A9\u30EB\u30C8\u30BF\u30FC\u30B2\u30C3\u30C8\u8A00\u8A9E\u3001\u3059\u306A\u308F\u3061\u3001\u30C8\u30EA\u30AC\u30FC\u30EF\u30FC\u30C9\u306E\u30C7\u30D5\u30A9\u30EB\u30C8\u8A00\u8A9E\u3068\u3057\u3066 {startingKey}{startingKey}",inputTargetLanguageDescriptionForNoneKey:"\u5165\u529B\u30DC\u30C3\u30AF\u30B9\u7FFB\u8A33\u306E\u30C7\u30D5\u30A9\u30EB\u30C8\u30BF\u30FC\u30B2\u30C3\u30C8\u8A00\u8A9E",inputStartingTriggerKeyTitle:"\u5165\u529B\u30DC\u30C3\u30AF\u30B9\u306E\u90E8\u5206\u7FFB\u8A33\u306E\u305F\u3081\u306E\u5206\u5272\u6587\u5B57\u306E\u8A2D\u5B9A",inputStartingTriggerKeyDescription:"\u5165\u529B\u30DC\u30C3\u30AF\u30B9\u5168\u4F53\u3092\u7FFB\u8A33\u3059\u308B\u5FC5\u8981\u304C\u306A\u3044\u5834\u5408\u3001\u30B9\u30D7\u30EA\u30C3\u30BF\u30FC\u306F {startingKey}{startingKey} \u304B\u3089\u5165\u529B\u30DC\u30C3\u30AF\u30B9\u306E\u6700\u5F8C\u307E\u3067\u306E\u90E8\u5206\u3060\u3051\u3092\u7FFB\u8A33\u3059\u308B\u3053\u3068\u304C\u3067\u304D\u307E\u3059\u3002\u307E\u305F\u3001\u8A00\u8A9E\u30B3\u30FC\u30C9\u3092\u6307\u5B9A\u3059\u308B\u3053\u3068\u3082\u3067\u304D\u307E\u3059\u3002\u4F8B\u3048\u3070\u3001\uFF1A{startingKey}ja \u306F {startingKey}ja \u304B\u3089\u5165\u529B\u30DC\u30C3\u30AF\u30B9\u306E\u6700\u5F8C\u307E\u3067\u306E\u90E8\u5206\u3060\u3051\u3092\u7FFB\u8A33\u3059\u308B\u3053\u3068\u3092\u610F\u5473\u3057\u307E\u3059\u3002",inputStartingTriggerKeyDescriptionForNoneKey:"\u73FE\u5728\u306E\u63A5\u982D\u8F9E\u306A\u3057\u306E\u8A2D\u5B9A\u306F\u4E0D\u8981\u3067\u3042\u308A\u3001\u5165\u529B\u30DC\u30C3\u30AF\u30B9\u306E\u4E00\u90E8\u306E\u30C6\u30AD\u30B9\u30C8\u306E\u7FFB\u8A33\u6A5F\u80FD\u306F\u73FE\u6642\u70B9\u3067\u306F\u5229\u7528\u3067\u304D\u306A\u3044\u3002",inputTrailingTriggerKeyTitle:"\u5165\u529B\u7D42\u4E86\u30C8\u30EA\u30AC\u30FC\u6587\u5B57\u3092\u9078\u629E\u3059\u308B",inputTrailingTriggerKeyDescription:"3 quick hits{trailingKey} \u7FFB\u8A33\u3092\u958B\u59CB\u3057\u307E\u3059\uFF01",inputTrailingTriggerKeyTimeout:"\u6226\u95D8\u7D42\u4E86\u30C8\u30EA\u30AC\u30FC\u307E\u3067\u306E\u6642\u9593\u3092\u5165\u529B\u3059\u308B\u3002",inputTrailingTriggerKeyTimeoutDescription:"\u5165\u529B\u7D42\u4E86\u30B3\u30F3\u30DC\u306E\u30C8\u30EA\u30AC\u30FC\u307E\u3067\u306E\u6642\u9593\uFF08\u30DF\u30EA\u79D2\uFF09\u3092\u8A2D\u5B9A\u3059\u308B\u3002",spaceKey:"<\u7A7A\u683C\u952E>",noneKey:"\u63A5\u982D\u8F9E\u306A\u3057\u306E\u30C6\u30AD\u30B9\u30C8\u30DC\u30C3\u30AF\u30B9\u5168\u4F53\u306E\u76F4\u63A5\u7FFB\u8A33",inputTranslationBlockUrlsTitle:"\u4EE5\u4E0B\u306EURL\u3067\u306F\u3001\u5165\u529B\u30DC\u30C3\u30AF\u30B9\u306E\u62E1\u5F35\u6A5F\u80FD\u3092\u6709\u52B9\u306B\u3057\u306A\u3044\u3067\u304F\u3060\u3055\u3044\u3002",inputTranslationBlockUrlsDescription:"\u5165\u529B\u30DC\u30C3\u30AF\u30B9\u306E\u6A5F\u80FD\u62E1\u5F35\u306F\u3001\u4EE5\u4E0B\u306EURL\u3067\u306F\u6A5F\u80FD\u3057\u307E\u305B\u3093\u3002",clickToSeeQuickDemo:"\u30AF\u30EA\u30C3\u30AF\u3057\u306630\u79D2\u306E\u30C1\u30E5\u30FC\u30C8\u30EA\u30A2\u30EB\u30D3\u30C7\u30AA\u3092\u62E1\u5927",inputHelperInfo:"\u8AAC\u660E\uFF1A\u4E2D\u56FD\u8A9E\u306E\u5165\u529B\u30E1\u30BD\u30C3\u30C9\u3067\u306F\u3001\u3044\u304F\u3064\u304B\u306E\u30C8\u30EA\u30AC\u30FC\u6587\u5B57\u304C\u4E2D\u56FD\u8A9E\u306E\u53E5\u8AAD\u70B9\u306B\u5909\u308F\u308B\u3068\u3044\u3046\u4E8B\u5B9F\u306B\u6700\u9069\u5316\u3057\u307E\u3057\u305F\u3002\u4F8B\u3048\u3070\u3001/ \u306F Sogou \u5165\u529B\u30E1\u30BD\u30C3\u30C9\u3067\u306F\u3001\u30C0\u30F3\u8A18\u53F7\u306B\u5909\u308F\u308A\u307E\u3059\u3002

\u307E\u305F\u3001\u8A00\u8A9E<1>\u30B3\u30FC\u30C9\u306E\u4E2D\u56FD\u8A9E\u30A8\u30A4\u30EA\u30A2\u30B9\u3082\u30B3\u30DE\u30F3\u30C9\u3068\u3057\u3066\u30B5\u30DD\u30FC\u30C8\u3057\u3066\u304A\u308A\u3001\u4F8B\u3048\u3070 /Japanese Hello World \u306F\u65E5\u672C\u8A9E\u306B\u7FFB\u8A33\u3055\u308C\u307E\u3059\u3002",reloadCurrentPage:"\u7FFB\u8A33\u3092\u958B\u59CB\u3059\u308B\u524D\u306B\u3001\u73FE\u5728\u306E\u30DA\u30FC\u30B8\u3092\u66F4\u65B0\u3057\u3066\u304F\u3060\u3055\u3044\u3002",noLocalFilePermissionForPDF:"\u30ED\u30FC\u30AB\u30EB\u30D5\u30A1\u30A4\u30EB\u3092\u8AAD\u307F\u8FBC\u3080\u6A29\u9650\u304C\u3042\u308A\u307E\u305B\u3093\u3002\u4E0A\u306E\u30DC\u30BF\u30F3\u3092\u30AF\u30EA\u30C3\u30AF\u3057\u3066\u3001\u30ED\u30FC\u30AB\u30EB\u30D5\u30A1\u30A4\u30EB\u3092\u30A4\u30F3\u30DD\u30FC\u30C8\u3057\u3066\u304F\u3060\u3055\u3044\u3002",noPermissionForThisPage:"\u26A0\uFE0F \u73FE\u5728\u306E\u30DA\u30FC\u30B8\u3092\u7FFB\u8A33\u3059\u308B\u6A29\u9650\u304C\u306A\u3044",retryAllParagraphs:"\u3059\u3079\u3066\u306E\u30A8\u30E9\u30FC\u30D1\u30C3\u30BB\u30FC\u30B8\u3092\u518D\u8A66\u884C\u3059\u308B",retryAllButton:"\u3059\u3079\u3066\u306E\u30A8\u30E9\u30FC\u30D1\u30C3\u30BB\u30FC\u30B8\u3092\u518D\u8A66\u884C\u3059\u308B",errorTooltipTitle:"\u30AF\u30EA\u30C3\u30AF\u3057\u3066\u30A8\u30E9\u30FC\u306E\u539F\u56E0\u3092\u898B\u308B",errorModalTitle:"\u7FFB\u8A33\u30B5\u30FC\u30D3\u30B9\u304B\u30CD\u30C3\u30C8\u30EF\u30FC\u30AF\u306B\u4F55\u304B\u554F\u984C\u304C\u3042\u308B\u3088\u3046\u3060...\u3002",disableConfirm:"\u30D0\u30A4\u30EA\u30F3\u30AC\u30EB\u60C5\u5831\u5F37\u5316\u8A2D\u5B9A",disableOnce:"\u3053\u306E\u969C\u5BB3",disableGlobal:"\u6C38\u4E45\u306B\u7121\u52B9\u306B\u3059\u308B",disableTint:"* {option}\u3002",searchEnhancementNotes:"\u4E2D\u56FD\u8A9E\u30AD\u30FC\u30EF\u30FC\u30C9\u3068\u82F1\u8A9E\u30AD\u30FC\u30EF\u30FC\u30C9\u3067\u306F\u3001\u30CB\u30E5\u30FC\u30B9\u306E\u691C\u7D22\u7D50\u679C\u304C\u5927\u304D\u304F\u7570\u306A\u308B\u3053\u3068\u304C\u308F\u304B\u308A\u307E\u3057\u305F\u3002 \u30A4\u30DE\u30FC\u30B7\u30D6\u7FFB\u8A33\u30D0\u30A4\u30EA\u30F3\u30AC\u30EB\u60C5\u5831\u5F37\u5316\u6A5F\u80FD\u3092\u6709\u52B9\u306B\u3059\u308B\u3068\u3001\u5BFE\u5FDC\u30B5\u30A4\u30C8\uFF08Google\u30CB\u30E5\u30FC\u30B9\u3001Google\u691C\u7D22\uFF08\u4E00\u90E8\u30AD\u30FC\u30EF\u30FC\u30C9\uFF09\u3001Snowball\u3001Oriental Wealth\u3001Futura\u3001Tiger\uFF09\u3067\u540C\u3058\u30AD\u30FC\u30EF\u30FC\u30C9\u3092\u82F1\u8A9E\u3067\u81EA\u52D5\u7684\u306B\u691C\u7D22\u3057\u3001\u53F3\u5074\u306B\u8868\u793A\u3057\u307E\u3059\u3002\u3053\u306E\u6A5F\u80FD\u304C\u4E0D\u8981\u306A\u5834\u5408\u306F\u3001\u7121\u52B9\u306B\u3059\u308B\u3053\u3068\u3082\u3067\u304D\u307E\u3059\u3002",option:"\u30BB\u30C3\u30C8\u30A2\u30C3\u30D7",saveSettings:"\u8A2D\u5B9A\u306E\u4FDD\u5B58",closeModal:"\u30A6\u30A3\u30F3\u30C9\u30A6\u3092\u9589\u3058\u308B",enableInputTranslationWithoutTriggerKeyTitle:"{trailingKey}\u3001\u5165\u529B\u30DC\u30C3\u30AF\u30B9\u5168\u4F53\u3092\u76F4\u63A5{inputTargetLanguage}\u3002",enableInputTranslationWithoutTriggerKeyDescription:"\u4F8B\u3048\u3070\u3001\uFF1Aja Hello World \u306E\u3088\u3046\u306B\u3002",mouseHoverShortcutPlaceholder:"\u4F8B\uFF1A\uFF1A\u30B7\u30D5\u30C8",deepLProName:"\u6CA1\u5165\u578B\u7FFB\u8A33\u30D7\u30ED\u30E1\u30F3\u30D0\u30FC\uFF08\u63A8\u5968\uFF09",deepLProDescription:"\u73FE\u5728\u306E\u30D1\u30C3\u30B1\u30FC\u30B8\u306F\u76F4\u63A5\u4F7F\u7528\u3067\u304D\u308B",deeplProDescriptionForNormal:"\u30BB\u30C3\u30C8\u30A2\u30C3\u30D7\u4E0D\u8981\u3001\u4F1A\u54E1\u306E\u65B9\u306F\u30ED\u30B0\u30A4\u30F3\u5F8C\u5229\u7528\u53EF\u80FD\u3001<1>\u4F1A\u54E1\u3078\u306E\u30A2\u30C3\u30D7\u30B0\u30EC\u30FC\u30C9\u306F\u3053\u3061\u3089",deepLCustomDescription:"\u6D77\u5916\u767A\u884C\u306E\u30AF\u30EC\u30B8\u30C3\u30C8\u30AB\u30FC\u30C9\u304C\u5FC5\u8981 <1>\u3002",deepLCustomName:"\u30AB\u30B9\u30BF\u30E0\u8A8D\u8A3C\u30AD\u30FC",chooseProviderLabel:"\u30B5\u30FC\u30D3\u30B9\u30FB\u30D7\u30ED\u30D0\u30A4\u30C0\u30FC\u306E\u9078\u629E",openaiProName:"\u6CA1\u5165\u578B\u7FFB\u8A33\u30D7\u30ED\u30E1\u30F3\u30D0\u30FC\uFF08\u63A8\u5968\uFF09",openaiProDescription:"\u73FE\u5728\u306E\u30D1\u30C3\u30B1\u30FC\u30B8\u306F\u76F4\u63A5\u4F7F\u7528\u3067\u304D\u308B",openaiProDescriptionForNormal:"\u30BB\u30C3\u30C8\u30A2\u30C3\u30D7\u4E0D\u8981\u3001\u4F1A\u54E1\u306E\u65B9\u306F\u30ED\u30B0\u30A4\u30F3\u5F8C\u5229\u7528\u53EF\u80FD\u3001<1>\u4F1A\u54E1\u3078\u306E\u30A2\u30C3\u30D7\u30B0\u30EC\u30FC\u30C9\u306F\u3053\u3061\u3089",openaiCustomDescription:"OpenAI\u3001Azure OpenAI\u3001\u307E\u305F\u306F\u305D\u306E\u4ED6\u306E\u30B5\u30FC\u30C9\u30D1\u30FC\u30C6\u30A3\u30B5\u30FC\u30D3\u30B9\u3067\u5229\u7528\u53EF\u80FD\u3067\u3059<1>\u3002",openaiCustomName:"\u30AB\u30B9\u30BF\u30E0API\u30AD\u30FC",needLoginAction:"(\u30AA\u30FC\u30D7\u30F3\u30FB\u30E1\u30F3\u30D0\u30FC\u307E\u305F\u306F\u30AB\u30B9\u30BF\u30DE\u30A4\u30BA\uFF09",goLoginOrAction:"(\u30E1\u30F3\u30D0\u30FC\u30B7\u30C3\u30D7\u3092\u958B\u304F\u304B\u3001\u8A2D\u5B9A\u306B\u9032\u3080)",yearly:"\u9023\u7D9A\u5E74\u6255\u3044\u3092\u3059\u308B",quarterly:"\u9806\u6B21\u5305\u88C5",monthly:"\u30DE\u30F3\u30B9\u30EA\u30FC\u30FB\u30B5\u30D6\u30B9\u30AF\u30EA\u30D7\u30B7\u30E7\u30F3",yearlyForOnce:"\u5E74\u9593\u30D1\u30C3\u30B1\u30FC\u30B8",monthlyForOnce:"\u67081\u56DE\u30D1\u30C3\u30B1\u30FC\u30B8",daily:"\u9023\u7D9A\u30D1\u30B1\u30C3\u30C8\u65E5",year:"\u9023\u7D9A\u5E74\u6255\u3044\u3092\u3059\u308B",quarter:"\u9806\u6B21\u5305\u88C5",month:"\u30DE\u30F3\u30B9\u30EA\u30FC\u30FB\u30B5\u30D6\u30B9\u30AF\u30EA\u30D7\u30B7\u30E7\u30F3",day:"\u9023\u7D9A\u30D1\u30B1\u30C3\u30C8\u65E5",onetime_7day:"7\u65E5\u9593\u4F53\u9A13\u30D1\u30C3\u30AF",currentPlanDescriptionForFree:"\u73FE\u5728\u306E\u30D1\u30C3\u30B1\u30FC\u30B8\uFF1A\u7121\u6599",currentPlanDescriptionForContinuous:"\u73FE\u5728\u306E\u30D1\u30C3\u30B1\u30FC\u30B8\uFF1A{plan}\u306F {endAt} \u306B\u81EA\u52D5\u66F4\u65B0\u3055\u308C\u307E\u3059\u3002",currentPlanDescriptionForAutoRenewCaceling:"\u73FE\u5728\u306E\u30D1\u30C3\u30B1\u30FC\u30B8\uFF1A{plan}\u306E\u6709\u52B9\u671F\u9650\u306F {endAt} \u3068\u306A\u308A\u3001\u6709\u52B9\u671F\u9650\u5207\u308C\u306B\u3088\u308B\u81EA\u52D5\u66F4\u65B0\u306F\u884C\u308F\u308C\u307E\u305B\u3093\u3002",currentYearlyPlanDescriptionForAutoRenewCacelingWithRealPaiedUser:"\u73FE\u5728\u306E\u30D1\u30C3\u30B1\u30FC\u30B8\u3001\uFF1A{plan}\u306F\u3001 {endAt} \u306B\u671F\u9650\u5207\u308C\u3068\u306A\u308A\u3001\u671F\u9650\u5207\u308C\u306B\u3088\u308B\u81EA\u52D5\u66F4\u65B0\u306F\u884C\u308F\u308C\u307E\u305B\u3093\u3002
<1>\u66F4\u65B0\u30D7\u30E9\u30F3\u306E\u7BA1\u7406\u306F\u3053\u3061\u3089",currentYearlyPlanDescriptionForAutoRenewCacelingWithAdmin:"\u73FE\u5728\u306E\u30D1\u30C3\u30B1\u30FC\u30B8\u3001\uFF1A{plan}\u306F\u3001 {endAt} \u306B\u671F\u9650\u5207\u308C\u3068\u306A\u308A\u3001\u671F\u9650\u5207\u308C\u306B\u3088\u308B\u81EA\u52D5\u66F4\u65B0\u306F\u884C\u308F\u308C\u307E\u305B\u3093\u3002
<1>\u7D99\u7D9A\u7684\u306A\u5E74\u9593\u8CFC\u8AAD\u3092\u6709\u52B9\u306B\u3059\u308B\u306B\u306F\u3001\u3053\u3053\u3092\u30AF\u30EA\u30C3\u30AF\u3057\u3066\u304F\u3060\u3055\u3044\u3002",currentPlanDescriptionForOneTime:"\u73FE\u5728\u306E\u8CFC\u8AAD\uFF1A{plan}\u306F {endAt} \u3067\u671F\u9650\u5207\u308C\u3068\u306A\u308A\u307E\u3059\u3002<1>\u5E74\u4F1A\u8CBB\u307E\u305F\u306F<2>\u6708\u4F1A\u8CBB<1>\u3078\u306E\u30A2\u30C3\u30D7\u30B0\u30EC\u30FC\u30C9\u306F\u3053\u3061\u3089\u3092\u30AF\u30EA\u30C3\u30AF\u3057\u3066\u304F\u3060\u3055\u3044\u3002",upgradePlan:"\u30D7\u30ED\u4F1A\u54E1\u3078\u306E\u30A2\u30C3\u30D7\u30B0\u30EC\u30FC\u30C9\u306F\u3053\u3061\u3089",upgradeToPro:"\u30D7\u30ED\u4F1A\u54E1\u3078\u306E\u30A2\u30C3\u30D7\u30B0\u30EC\u30FC\u30C9","popup.openPro":"DeepL\u3068OpenAI\u306E\u7FFB\u8A33\u3092\u304A\u697D\u3057\u307F\u3044\u305F\u3060\u304F\u306B\u306F\u3001Pro\u30E1\u30F3\u30D0\u30FC\u30B7\u30C3\u30D7\u306B\u30A2\u30C3\u30D7\u30B0\u30EC\u30FC\u30C9\u3057\u3066\u304F\u3060\u3055\u3044\uFF01","popup.openProForPro":"\u3042\u306A\u305F\u306F\u3001DeepL\u3068OpenAI\u306E\u7FFB\u8A33\u306B\u76F4\u63A5\u30A2\u30AF\u30BB\u30B9\u3067\u304D\u308B\u30D7\u30ED\u30E1\u30F3\u30D0\u30FC\u3067\u3059\uFF01",currentAccount:"\u5F53\u5EA7\u9810\u91D1",enableAutoSyncUserSettings:"\u8907\u6570\u306E\u30C7\u30D0\u30A4\u30B9\u9593\u3067\u81EA\u52D5\u30AF\u30E9\u30A6\u30C9\u540C\u671F\u304C\u53EF\u80FD",modalEnableInputTranslationTitle:"\u6CA1\u5165\u578B\u7FFB\u8A33\u5165\u529B\u30DC\u30C3\u30AF\u30B9 \u7FFB\u8A33\u30A2\u30E9\u30FC\u30C8",modalEnableInputTranslationDesc:"\u30B9\u30DA\u30FC\u30B9\u30D0\u30FC\u30923\u56DE\u9023\u6253\u3059\u308B\u3053\u3068\u3067\u3001Immersive Translation\u306E\u5165\u529B\u30DC\u30C3\u30AF\u30B9\u7FFB\u8A33\u304C\u958B\u59CB\u3055\u308C\u3001\u5165\u529B\u30DC\u30C3\u30AF\u30B9\u306E\u5185\u5BB9\u304C\u30C7\u30D5\u30A9\u30EB\u30C8\u306E\u30BF\u30FC\u30B2\u30C3\u30C8\u8A00\u8A9E\u306B\u7FFB\u8A33\u3055\u308C\u307E\u3059\u3002\u7FFB\u8A33\u306FCtrl+Z\u3067\u53D6\u308A\u6D88\u3059\u3053\u3068\u304C\u3067\u304D\u307E\u3059\u3002

\u3082\u3057\u3053\u308C\u304C\u9593\u9055\u3044\u3067\u3042\u3063\u305F\u3068\u3057\u3066\u3082\u3001\u4ECA\u56DE\u306F\u7121\u52B9\u306B\u3059\u308B\u304B\u3001\u6C38\u4E45\u306B\u5165\u529B\u30DC\u30C3\u30AF\u30B9\u306E\u7FFB\u8A33\u3092\u7121\u52B9\u306B\u3059\u308B\u304B\u3092\u9078\u629E\u3067\u304D\u307E\u3059\u306E\u3067\u3001\u3054\u5B89\u5FC3\u304F\u3060\u3055\u3044\u3002",saveAndNotShowAgain:"\u4FDD\u5B58\u3057\u3066\u30D7\u30ED\u30F3\u30D7\u30C8\u3092\u6B62\u3081\u308B",disableInputTranslationTips:"* {option} ,{learnMore}\u3067\u30C8\u30EA\u30AC\u30FC\u3059\u308B\u4ED6\u306E\u30B7\u30E7\u30FC\u30C8\u30AB\u30C3\u30C8\u3082\u8A2D\u5B9A\u3067\u304D\u308B\u3002",learnMore:"\u8A73\u7D30\u306F\u3053\u3061\u3089",continueEnalbeInputTranslation:"\u5F15\u304D\u7D9A\u304D\u5165\u529B\u30DC\u30C3\u30AF\u30B9\u306E\u7FFB\u8A33\u3092\u6709\u52B9\u306B\u3059\u308B",autoRenewTrialSuffix:'(\u30C8\u30E9\u30A4\u30A2\u30EB\u306E\u5834\u5408\u3001\u3059\u3050\u306B\u6B63\u4F1A\u54E1\u306B\u30A2\u30C3\u30D7\u30B0\u30EC\u30FC\u30C9)',upgradeFromTrialTitle:"\u6B63\u4F1A\u54E1\u3078\u306E\u30A2\u30C3\u30D7\u30B0\u30EC\u30FC\u30C9",subtitle:"\u30D3\u30C7\u30AA\u30AD\u30E3\u30D7\u30B7\u30E7\u30F3",youtubeService:"\u6620\u50CF\u5B57\u5E55\u7FFB\u8A33\u30B5\u30FC\u30D3\u30B9","subtitle.disabledSubtitle":"\u30D3\u30C7\u30AA\u5B57\u5E55\u6A5F\u80FD\u3092\u6C38\u4E45\u306B\u7121\u52B9\u306B\u3059\u308B","subtitle.disabledSubtitleDescription":"Immersive Translator\u306EVideo Subtitles\u304C\u4ED6\u306E\u62E1\u5F35\u6A5F\u80FD\u3068\u7AF6\u5408\u3059\u308B\u5834\u5408\u3001Immersive Translator\u306EVideo Subtitles\u306E\u6A5F\u80FD\u3092\u6C38\u4E45\u7684\u306B\u7121\u52B9\u306B\u3059\u308B\u304B\u3001\u7AF6\u5408\u3059\u308B\u4ED6\u306E\u62E1\u5F35\u6A5F\u80FD\u3092\u30A2\u30F3\u30A4\u30F3\u30B9\u30C8\u30FC\u30EB\u3059\u308B\u3053\u3068\u304C\u3067\u304D\u307E\u3059\u3002","subtitle.autoEnableSubtitle":"\u30D0\u30A4\u30EA\u30F3\u30AC\u30EB\u5B57\u5E55\u306E\u81EA\u52D5\u4F7F\u7528","subtitle.autoEnableSubtitleDescription":"\u6709\u52B9\u306B\u3057\u305F\u5F8C\u3001\u30D3\u30C7\u30AA\u304C\u518D\u751F\u3055\u308C\u308B\u3068\u304D\u306F\u3001\u81EA\u52D5\u7684\u306B\u4E8C\u304B\u56FD\u8A9E\u306E\u5B57\u5E55\u304C\u8868\u793A\u3055\u308C\u307E\u3059\u3002\u305D\u308C\u4EE5\u5916\u306E\u5834\u5408\u306F\u3001\u7FFB\u8A33\u30DC\u30BF\u30F3\u3092\u30AF\u30EA\u30C3\u30AF\u3059\u308B\u5FC5\u8981\u304C\u3042\u308A\u307E\u3059\u3002","subtitle.preTranslation":"\u6CA1\u5165\u578B\u7FFB\u8A33\u3067\u5B57\u5E55\u3092\u7FFB\u8A33","subtitle.preTranslationDescription":"\u6709\u52B9\u306E\u5834\u5408\u3001\u5B57\u5E55\u5168\u4F53\u304C\u4EE5\u4E0B\u306B\u6307\u5B9A\u3059\u308B\u7FFB\u8A33\u30B5\u30FC\u30D3\u30B9\u3092\u4F7F\u3063\u3066\u4E8B\u524D\u306B\u7FFB\u8A33\u3055\u308C\u30011\u6642\u9593\u306E\u52D5\u753B\u3067\u7D0450,000\u30C8\u30FC\u30AF\u30F3\uFF08\u6587\u5B57\u6570\uFF09\u3092\u6D88\u8CBB\u3057\u307E\u3059\u306E\u3067\u3001\u3054\u81EA\u8EAB\u306E\u5224\u65AD\u3067\u3054\u5229\u7528\u304F\u3060\u3055\u3044\u3002\u7121\u52B9\u306E\u5834\u5408\u3001\u30AA\u30EA\u30B8\u30CA\u30EB\u306E\u5B57\u5E55\u304C\u6700\u521D\u306B\u4F7F\u7528\u3055\u308C\u307E\u3059\u3002","subtitle.humanSubtitlesPreferred":"\u30D2\u30E5\u30FC\u30DE\u30F3\u30FB\u30AD\u30E3\u30D7\u30B7\u30E7\u30F3\u306E\u512A\u5148\u4F7F\u7528","subtitle.humanSubtitlesPreferredDescription":"\u30D3\u30C7\u30AA\u306B\u30BF\u30FC\u30B2\u30C3\u30C8\u8A00\u8A9E\u306E\u5B57\u5E55\u304C\u3042\u308B\u5834\u5408\u3001\u4EBA\u9593\u306E\u5B57\u5E55\u3092\u512A\u5148\u7684\u306B\u4F7F\u7528\u3059\u308B\uFF08\u63A8\u5968\uFF09",videoSubtitleTranslationDescription:"\u30D3\u30C7\u30AA\u5B57\u5E55\u7528\u306B\u5225\u306E\u7FFB\u8A33\u30B5\u30FC\u30D3\u30B9\u3092\u5272\u308A\u5F53\u3066\u308B",subtitleTranslating:"{service} \u3001\u5B57\u5E55\u3092\u7FFB\u8A33\u3057\u3066\u3044\u307E\u3059\u3002(\u30A4\u30DE\u30FC\u30B8\u30E7\u30F3\u7FFB\u8A33)",subtitleLoading:"\u5B57\u5E55\u3092\u8AAD\u307F\u8FBC\u3093\u3067\u3044\u307E\u3059...",bilingual:"\u30D0\u30A4\u30EA\u30F3\u30AC\u30EA\u30BA\u30E0","field.action":"\u767E\u5EA6\u7528\u8A9E\u3092\u6709\u52B9\u306B\u3059\u308B\u304B\u3069\u3046\u304B","description.action":"\u6709\u52B9\u5316\u3055\u308C\u308B\u3068\u3001\u30EA\u30AF\u30A8\u30B9\u30C8\u306Baction=1\u30D1\u30E9\u30E1\u30FC\u30BF\u304C\u8FFD\u52A0\u3055\u308C\u3001\u6709\u52B9\u5316\u3055\u308C\u305F\u7528\u8A9E\u3092Baidu\u306B\u901A\u77E5\u3059\u308B<1>\u3002",closeQuickTranslation:"\u30AF\u30ED\u30FC\u30BA\u30FB\u30DB\u30D0\u30FC\u30DC\u30FC\u30EB","closeQuickTranslation.untilNext":"\u4ECA\u56DE\u306F\u6B21\u56DE\u307E\u3067\u304A\u4F11\u307F","closeQuickTranslation.currentWebsite":"\u73FE\u5728\u306E\u30B5\u30A4\u30C8\u306F\u4F7F\u7528\u4E0D\u53EF","closeQuickTranslation.alwaysClose":"\u6C38\u4E45\u306B\u7121\u52B9\u306B\u3059\u308B","closeQuickTranslation.settingOpen":"<1>(\u8A2D\u5B9A\u30DA\u30FC\u30B8\u3067\u30AA\u30F3\u306B\u3067\u304D\u308B\uFF09","closeQuickTranslation.cancel":"\u30AD\u30E3\u30F3\u30BB\u30EB","closeQuickTranslation.confirm":"\u5B9A\u7FA9\u3059\u308B","floatBall.popup":"\u30AF\u30A4\u30C3\u30AF\u8A2D\u5B9A\u30D1\u30CD\u30EB\u3092\u958B\u304F","floatBall.translate":"\u30AF\u30EA\u30C3\u30AF\u3057\u3066\u30DA\u30FC\u30B8\u3092\u7FFB\u8A33\u3059\u308B","floatBall.showOriginal":"\u30AF\u30EA\u30C3\u30AF\u3057\u3066\u5143\u306E\u8A18\u4E8B\u306B\u623B\u308B","floatBall.close":"\u30AF\u30ED\u30FC\u30BA\u30FB\u30DB\u30D0\u30FC\u30DC\u30FC\u30EB","floatBallOptions.enableDescPc":"\u30DA\u30FC\u30B8\u306E\u30DB\u30D0\u30FC\u30DC\u30FC\u30EB\u3092\u6709\u52B9\u306B\u3059\u308B\u3068\u3001\u30DA\u30FC\u30B8\u306E\u53F3\u5074\u306B\u30AF\u30A4\u30C3\u30AF\u7FFB\u8A33\u30DC\u30BF\u30F3\u304C\u8868\u793A\u3055\u308C\u307E\u3059\uFF01","floatBallOptions.enableDesc":"\u30DB\u30D0\u30FC\u30DC\u30FC\u30EB\u3092\u30AA\u30D5\u306B\u3057\u305F\u5F8C\u3001{touch}\u3002\u3046\u3063\u304B\u308A\u3053\u306E\u30AA\u30D7\u30B7\u30E7\u30F3\u3092\u30AA\u30D5\u306B\u3057\u305F\u5F8C\u3001\u30DB\u30D0\u30FC\u30DC\u30FC\u30EB\u304C\u898B\u3064\u304B\u3089\u306A\u3044\u5834\u5408\u306B\u5099\u3048\u3066\u3001\u3053\u306E\u8A2D\u5B9A\u30DA\u30FC\u30B8\u3092\u30D6\u30C3\u30AF\u30DE\u30FC\u30AF\u3057\u3066\u304A\u304F\u3053\u3068\u3092\u5F37\u304F\u304A\u52E7\u3081\u3057\u307E\u3059\uFF01","description.azureApiUrl":"\u30AB\u30B9\u30BF\u30E0API\u30A4\u30F3\u30BF\u30FC\u30D5\u30A7\u30FC\u30B9\u306E\u30A2\u30C9\u30EC\u30B9\u3092\u8A18\u5165\u3059\u308B\u3002",confirmSupportMouse:"\u30DE\u30A6\u30B9\u30B5\u30DD\u30FC\u30C8\u3092\u5F37\u5236\u7684\u306B\u6709\u52B9\u306B\u3059\u308B",confirmSupportMouseDescription:"\u73FE\u5728\u306E\u30D6\u30E9\u30A6\u30B6\u304C\u30DE\u30A6\u30B9\u6A5F\u80FD\u3092\u30B5\u30DD\u30FC\u30C8\u3057\u3066\u3044\u306A\u3044\u3053\u3068\u3092\u691C\u51FA\u3057\u307E\u3057\u305F\u3002",sampleTargetText:"\u9577\u3044\u591C\u304C\u8A2A\u308C\u3001\u79C1\u306F\u3053\u306E\u65E5\u304B\u3089\u6B7B\u306C\u307E\u3067\u898B\u5F35\u308A\u7D9A\u3051\u308B\u3002\u79C1\u306F\u59BB\u3092\u5A36\u3089\u305A\u3001\u9818\u5730\u3092\u4F5C\u3089\u305A\u3001\u5B50\u3092\u3082\u3046\u3051\u306A\u3044\u3002\u79C1\u306F\u738B\u51A0\u3092\u304B\u3076\u3089\u305A\u3001\u540D\u8A89\u306E\u305F\u3081\u306B\u52AA\u529B\u3057\u306A\u3044\u3002\u79C1\u306F\u81EA\u5206\u306E\u7FA9\u52D9\u3092\u679C\u305F\u3057\u3001\u751F\u304D\u3066\u6B7B\u306C\u3002",sampleSourceText:"Night gathers, and now my watch begins. It shall not end until my death. I shall take no wife, hold no lands, father no children. I shall wear no crowns and win no glory. I shall live and die at my post.","subtitle.supportedSites":"\u5DF2\u652F\u6301\u5728\u8FD9\u4E9B\u7F51\u7AD9\u4F7F\u7528\u53CC\u8BED\u5B57\u5E55\uFF08\u6CE8\u610F\uFF1A\u7531\u4E8E\u6280\u672F\u9650\u5236\uFF0C\u90E8\u5206\u7F51\u7AD9\u5728\u9996\u6B21\u5F00\u542F\u5B57\u5E55\u540E\u9700\u8981\u91CD\u65B0\u5237\u65B0\u9875\u9762\uFF0C\u6216\u8005\u9700\u7B49\u5F85\u7FFB\u8BD1\u5B8C\u6210\u4EE5\u663E\u793A\u53CC\u8BED\u5B57\u5E55\uFF09\uFF1A",viewWithImmersiveTranslate:"\u53CC\u8BED\u7248\u672C(\u6C89\u6D78\u5F0F\u7FFB\u8BD1)",errorReason:"\u9519\u8BEF\u539F\u56E0\uFF1A{message}","proQuotaExceededError.onetime7day":'\uFF0C\u60A8\u53EF\u4EE5\u9009\u62E9\u4EE5\u4E0B\u65B9\u5F0F\u89E3\u51B3\uFF1A

1. \u5207\u6362\u5230 {anotherService} \u6216\u5176\u4ED6\u7FFB\u8BD1\u670D\u52A1
2. \u5347\u7EA7\u4E3A\u6708\u5EA6/\u5E74\u5EA6\u4F1A\u5458',"proQuotaExceededError.trial":'\uFF0C\u60A8\u53EF\u4EE5\u9009\u62E9\u4EE5\u4E0B\u65B9\u5F0F\u89E3\u51B3\uFF1A

1. \u5207\u6362\u5230 {anotherService} \u6216\u5176\u4ED6\u7FFB\u8BD1\u670D\u52A1
2. \u7ACB\u523B\u5347\u7EA7\u4E3A\u6B63\u5F0F\u4F1A\u5458',"proQuotaExceededError.nonTrial":'\uFF0C\u60A8\u53EF\u4EE5\u9009\u62E9\u4EE5\u4E0B\u65B9\u5F0F\u89E3\u51B3\uFF1A

1. \u5207\u6362\u5230 {anotherService} \u6216\u5176\u4ED6\u7FFB\u8BD1\u670D\u52A1
2. \u8D2D\u4E70 {translationService} \u989D\u5916\u6D41\u91CF\u5305',"proQuotaExceededError.resetTime":"
3. \u989D\u5EA6\u91CD\u7F6E\u65F6\u95F4\uFF1A{resetTime}","desc.touchShortcutsToggleTranslatePageOnlyTranslation":"\u300C\u8A33\u6587\u306E\u307F\u300D\u306F\u3001\u8A33\u6587\u306E\u307F\u3092\u8868\u793A\u3059\u308B\u3053\u3068\u3092\u610F\u5473\u3057\u3001\u30DA\u30FC\u30B8\u304C\u307E\u3060\u7FFB\u8A33\u3055\u308C\u3066\u3044\u306A\u3044\u5834\u5408\u306F\u3001\u30E2\u30FC\u30C9\u3092\u5207\u308A\u66FF\u3048\u3066\u7FFB\u8A33\u3057\u307E\u3059\u3002","desc.toggleOnlyTransation":"\u300C\u8A33\u6587\u306E\u307F\u30E2\u30FC\u30C9\u300D\u3068\u306F\u3001\u8A33\u6587\u306E\u307F\u3092\u8868\u793A\u3059\u308B\u3053\u3068\u3092\u6307\u3057\u3001\u30DA\u30FC\u30B8\u304C\u307E\u3060\u7FFB\u8A33\u3055\u308C\u3066\u3044\u306A\u3044\u5834\u5408\u306F\u3001\u30E2\u30FC\u30C9\u3092\u5207\u308A\u66FF\u3048\u3066\u7FFB\u8A33\u3057\u307E\u3059\u3002",touchShortcutsToggleTranslatePageOnlyTranslation:"\u30BF\u30C3\u30C1\u30B9\u30AF\u30EA\u30FC\u30F3\u30B8\u30A7\u30B9\u30C1\u30E3\u30FC\u3092\u8A2D\u5B9A\u3057\u3066\u3001\u30D0\u30A4\u30EA\u30F3\u30AC\u30EB/\u7FFB\u8A33\u30C6\u30AD\u30B9\u30C8\u306E\u307F\u306E\u30E2\u30FC\u30C9\u3092\u5207\u308A\u66FF\u3048\u307E\u3059",download_started:"\u30C0\u30A6\u30F3\u30ED\u30FC\u30C9\u304C\u958B\u59CB\u3055\u308C\u307E\u3057\u305F\u3002\u81EA\u52D5\u7684\u306B\u30C0\u30A6\u30F3\u30ED\u30FC\u30C9\u3055\u308C\u306A\u3044\u5834\u5408\u306F\u3001\u624B\u52D5\u3067\u30AF\u30EA\u30C3\u30AF\u3057\u3066\u304F\u3060\u3055\u3044\u3002",here:"\u3053\u3053","desc.toggleVideoSubtitlePreTranslation":"\u62BC\u3059\u3068\u3001\u30D3\u30C7\u30AA\u306E\u4E8C\u8A00\u8A9E\u5B57\u5E55\u306F\u3001\u307E\u305A\u6CA1\u5165\u578B\u7FFB\u8A33\u306E\u8A2D\u5B9A\u3092\u512A\u5148\u7684\u306B\u4F7F\u7528\u3057\u307E\u3059\u3002\u518D\u5EA6\u62BC\u3059\u3068\u3001\u5143\u306E\u30D3\u30C7\u30AA\u306B\u7D44\u307F\u8FBC\u307E\u308C\u305F\u6A5F\u68B0\u7FFB\u8A33\u5B57\u5E55\u3092\u512A\u5148\u7684\u306B\u4F7F\u7528\u3057\u307E\u3059\u3002\u6CE8\u610F\uFF1A\u3053\u306E\u30B7\u30E7\u30FC\u30C8\u30AB\u30C3\u30C8\u3067\u5909\u66F4\u3055\u308C\u308B\u306E\u306F\u5168\u4F53\u306E\u8A2D\u5B9A\u3067\u3059\u3002",videoSubtitlePreTranslationOn:"\u30D3\u30C7\u30AA\u306E\u5B57\u5E55\u306F\u3001\u512A\u5148\u7684\u306B\u6CA1\u5165\u578B\u306E\u7FFB\u8A33\u3092\u4F7F\u7528\u3057\u307E\u3059",videoSubtitlePreTranslationOff:"\u30D3\u30C7\u30AA\u306E\u5B57\u5E55\u306F\u3001\u5143\u306E\u30D3\u30C7\u30AA\u306B\u4ED8\u5C5E\u306E\u6A5F\u68B0\u7FFB\u8A33\u5B57\u5E55\u3092\u512A\u5148\u7684\u306B\u4F7F\u7528\u3057\u307E\u3059\u3002",translationFont:"\u30D5\u30A9\u30F3\u30C8\u3092\u8A2D\u5B9A\u3059\u308B","translationFont.custom":"\u30AB\u30B9\u30BF\u30E0\u30D5\u30A9\u30F3\u30C8\u3092\u5165\u529B\u3057\u3066\u304F\u3060\u3055\u3044","translationFont.customPlaceholder":"\u30D5\u30A9\u30F3\u30C8","translationFont.notSupportErrorMessage":"\u3042\u306A\u305F\u304C\u5165\u529B\u3057\u305F\u30D5\u30A9\u30F3\u30C8\u540D\u304C\u6B63\u3057\u3044\u304B\u78BA\u8A8D\u3059\u308B\u304B\u3001\u305D\u306E\u30D5\u30A9\u30F3\u30C8\u304C\u3042\u306A\u305F\u306E\u30C7\u30D0\u30A4\u30B9\u306B\u30A4\u30F3\u30B9\u30C8\u30FC\u30EB\u3055\u308C\u3066\u3044\u308B\u3053\u3068\u3092\u78BA\u8A8D\u3057\u3066\u304F\u3060\u3055\u3044\u3002","touch.mouse-translate":"\u6307\u5B9A\u3055\u308C\u305F\u6BB5\u843D\u3092\u7FFB\u8A33\u3057\u3066\u304F\u3060\u3055\u3044","translationServices.inherit":"\u4E3B\u306A\u7FFB\u8A33\u30B5\u30FC\u30D3\u30B9\u306B\u5F93\u3063\u3066\u304F\u3060\u3055\u3044\u3002","error.serveConfigError":"\u30B5\u30FC\u30D3\u30B9\u8A2D\u5B9A\u30A8\u30E9\u30FC","error.reloadPageOfSetting":"\u8A2D\u5B9A\u5F8C\u3001\u30DA\u30FC\u30B8\u3092\u30EA\u30D5\u30EC\u30C3\u30B7\u30E5\u3057\u3066\u518D\u5EA6\u7FFB\u8A33\u3057\u3066\u304F\u3060\u3055\u3044\u3002","error.googleLimitIp":"\u30B5\u30FC\u30D3\u30B9\u304C\u30A8\u30E9\u30FC\u3092\u8FD4\u3057\u307E\u3057\u305F\u3002Google\u30B5\u30FC\u30D3\u30B9\u306F\u3053\u306EIP\u30A2\u30C9\u30EC\u30B9\u306B\u5BFE\u3057\u3066\u6D41\u91CF\u5236\u9650\u3092\u884C\u3063\u3066\u3044\u307E\u3059\u3002\u30CD\u30C3\u30C8\u30EF\u30FC\u30AF\u30CE\u30FC\u30C9\u306E\u5909\u66F4\u3092\u304A\u52E7\u3081\u3057\u307E\u3059\u3002","error.openAIFreeLimit":"\u30B5\u30FC\u30D3\u30B9\u304C\u30A8\u30E9\u30FC\u3092\u8FD4\u3057\u307E\u3057\u305F\u3002\u73FE\u5728\u306E\u7FFB\u8A33\u30EA\u30AF\u30A8\u30B9\u30C8\u306E\u983B\u5EA6\u306F\u30011\u5206\u3042\u305F\u308A\u6700\u59273\u56DE\u306E\u4E0A\u9650\u306B\u9054\u3057\u3066\u3044\u307E\u3059\u3002\u5F8C\u307B\u3069\u518D\u5EA6\u304A\u8A66\u3057\u304F\u3060\u3055\u3044\u3002\uFF08\u3053\u308C\u306FOpenAI\u516C\u5F0F\u304C\u7121\u6599\u306EAPI Key\u306B\u5BFE\u3059\u308B\u5236\u9650\u3067\u3001\u3053\u306E\u5236\u9650\u3092\u89E3\u9664\u3059\u308B\u306B\u306F\u3001OpenAI\u306E\u30D0\u30C3\u30AF\u30A8\u30F3\u30C9\u3067\u30AF\u30EC\u30B8\u30C3\u30C8\u30AB\u30FC\u30C9\u3092\u767B\u9332\u3057\u3066\u304F\u3060\u3055\u3044\u3002\uFF09","error.openAIExceededQuota":"\u30B5\u30FC\u30D3\u30B9\u30A8\u30E9\u30FC\u304C\u8FD4\u3055\u308C\u307E\u3057\u305F\uFF1A\u73FE\u5728\u306EOpenAI\u30A2\u30AB\u30A6\u30F3\u30C8\u306E\u6B8B\u9AD8\u304C\u4E0D\u8DB3\u3057\u3066\u3044\u307E\u3059\u3002OpenAI\u306E\u516C\u5F0F\u30D0\u30C3\u30AF\u30A8\u30F3\u30C9\u3067\u30C1\u30E3\u30FC\u30B8\u3059\u308B\u304B\u3001\u30AF\u30EC\u30B8\u30C3\u30C8\u30AB\u30FC\u30C9\u3092\u767B\u9332\u3057\u3066\u304F\u3060\u3055\u3044\u3002","error.429":"\u30B5\u30FC\u30D3\u30B9\u304C\u30A8\u30E9\u30FC\u3092\u8FD4\u3057\u307E\u3057\u305F\u3002\u3053\u308C\u306F\u3001\u30EA\u30AF\u30A8\u30B9\u30C8\u304C\u983B\u7E41\u3059\u304E\u308B\u304B\u3001\u5236\u9650\u3092\u8D85\u3048\u3066\u3044\u308B\u3053\u3068\u3092\u793A\u3057\u3066\u3044\u307E\u3059\u3002\u5F8C\u3067\u3082\u3046\u4E00\u5EA6\u304A\u8A66\u3057\u304F\u3060\u3055\u3044\u3002","error.403":"\u30B5\u30FC\u30D3\u30B9\u304C\u30A8\u30E9\u30FC\u3092\u8FD4\u3057\u307E\u3057\u305F\u3001\u73FE\u5728\u305D\u306E\u30B5\u30FC\u30D3\u30B9\u306B\u30A2\u30AF\u30BB\u30B9\u3059\u308B\u6A29\u9650\u304C\u3042\u308A\u307E\u305B\u3093\u3002","error.400":"\u30B5\u30FC\u30D3\u30B9\u304C\u30A8\u30E9\u30FC\u3092\u8FD4\u3057\u307E\u3057\u305F\u3001\u30EA\u30AF\u30A8\u30B9\u30C8\u30D1\u30E9\u30E1\u30FC\u30BF\u304C\u9593\u9055\u3063\u3066\u3044\u307E\u3059\u3001\u5BFE\u5FDC\u3059\u308B\u8A2D\u5B9A\u3092\u78BA\u8A8D\u3057\u3066\u304F\u3060\u3055\u3044\u3002","error.502":"\u30B5\u30FC\u30D3\u30B9\u304C\u30A8\u30E9\u30FC\u3092\u8FD4\u3057\u307E\u3057\u305F\u3001\u30B5\u30FC\u30D3\u30B9\u304C\u30BF\u30A4\u30E0\u30A2\u30A6\u30C8\u3057\u307E\u3057\u305F\u3001\u5F8C\u3067\u3082\u3046\u4E00\u5EA6\u304A\u8A66\u3057\u304F\u3060\u3055\u3044\u3002","error.proTokenInvalid":"\u3082\u3057\u3042\u306A\u305F\u304CPro\u30E6\u30FC\u30B6\u30FC\u3067\u3042\u308C\u3070\u3001\u30ED\u30B0\u30A4\u30F3\u5F8C\u306BPro\u7FFB\u8A33\u30B5\u30FC\u30D3\u30B9\u3092\u3054\u5229\u7528\u304F\u3060\u3055\u3044\u3002","error.proUpgrade":"\u30A2\u30C3\u30D7\u30B0\u30EC\u30FC\u30C9\u5F8C\u3001\u30DA\u30FC\u30B8\u3092\u66F4\u65B0\u3057\u3066\u518D\u5EA6\u7FFB\u8A33\u3057\u3066\u304F\u3060\u3055\u3044\u3002","error.configError":"\u8A2D\u5B9A\u30C7\u30FC\u30BF\u304C\u7570\u5E38\u3067\u3059","error.goReset":"\u30EA\u30BB\u30C3\u30C8\u306B\u884C\u304F",batchEdit:"\u4E00\u62EC\u64CD\u4F5C","translationModeLang.translation.title":"\u7FFB\u8A33\u306E\u307F\u30E2\u30FC\u30C9\u306E\u8A00\u8A9E","translationModeLang.translation.description":"\u30DA\u30FC\u30B8\u306E\u8A00\u8A9E\u304C\u4EE5\u4E0B\u306E\u8A00\u8A9E\u306E\u5834\u5408\u3001\u81EA\u52D5\u7684\u306B\u7FFB\u8A33\u6587\u306E\u307F\u306E\u30E2\u30FC\u30C9\u3092\u4F7F\u7528\u3057\u307E\u3059\u3002","translationModeUrl.translation.title":"\u7FFB\u8A33\u306E\u307F\u30E2\u30FC\u30C9\u306E\u30A6\u30A7\u30D6\u30B5\u30A4\u30C8","translationModeUrl.translation.description":"\u4EE5\u4E0B\u306E\u30C9\u30E1\u30A4\u30F3\u306E\u30A6\u30A7\u30D6\u30B5\u30A4\u30C8\u3067\u306F\u3001\u81EA\u52D5\u7684\u306B\u7FFB\u8A33\u30C6\u30AD\u30B9\u30C8\u306E\u307F\u306E\u30E2\u30FC\u30C9\u304C\u4F7F\u7528\u3055\u308C\u307E\u3059\u3002","error.serveUnavailable":"\u3042\u306A\u305F\u304C\u73FE\u5728\u4F7F\u7528\u3057\u3066\u3044\u308B[{serverName}]\u30B5\u30FC\u30D3\u30B9\u306F\u3001\u30CD\u30C3\u30C8\u30EF\u30FC\u30AF\u63A5\u7D9A\u3084\u30B5\u30FC\u30D3\u30B9\u30D7\u30ED\u30D0\u30A4\u30C0\u306E\u554F\u984C\u306B\u3088\u308A\u4E00\u6642\u7684\u306B\u30A2\u30AF\u30BB\u30B9\u3067\u304D\u307E\u305B\u3093\u3002\u30DA\u30FC\u30B8\u3092\u30EA\u30D5\u30EC\u30C3\u30B7\u30E5\u3059\u308B\u304B\u3001<1>\u8A2D\u5B9A\u304B\u3089\u4ED6\u306E\u7FFB\u8A33\u30B5\u30FC\u30D3\u30B9\u306B\u5207\u308A\u66FF\u3048\u308B\u3053\u3068\u3092\u304A\u52E7\u3081\u3057\u307E\u3059\u3002\u3082\u3057<2>Pro\u4F1A\u54E1\u3067\u3042\u308C\u3070\u3001\u3088\u308A\u5B89\u5B9A\u3057\u305FDeepL\u307E\u305F\u306FOpenAI\u306E\u7FFB\u8A33\u30B5\u30FC\u30D3\u30B9\u3092\u9078\u629E\u3059\u308B\u3053\u3068\u304C\u3067\u304D\u307E\u3059\uFF08<3>\u3053\u3053\u3092\u30AF\u30EA\u30C3\u30AF\u3057\u3066\u7121\u6599\u4F53\u9A13\uFF09\u3002\u307E\u305F\u3001\u30CD\u30C3\u30C8\u30EF\u30FC\u30AF\u3084\u30D7\u30ED\u30AD\u30B7\u8A2D\u5B9A\u3092\u78BA\u8A8D\u3059\u308B\u5FC5\u8981\u304C\u3042\u308B\u304B\u3082\u3057\u308C\u307E\u305B\u3093\u3002",detectServiceLoading:"\u5229\u7528\u53EF\u80FD\u306A\u7FFB\u8A33\u30B5\u30FC\u30D3\u30B9\u3092\u691C\u51FA\u4E2D...",toggleToService:"{service}\u306B\u5207\u308A\u66FF\u3048\u3066\u518D\u8A66\u884C\u3057\u3066\u304F\u3060\u3055\u3044\u3002","error.gemini.429":"\u73FE\u5728\u306EGemini\u30B5\u30FC\u30D3\u30B9\u306E\u73FE\u5728\u306E\u8CA0\u8377\u80FD\u529B\u304C\u4E0A\u9650\u306B\u9054\u3057\u3066\u3044\u307E\u3059\u306E\u3067\u3001\u5F8C\u307B\u3069\u518D\u5EA6\u304A\u8A66\u3057\u3044\u305F\u3060\u304F\u304B\u3001\u4ED6\u306E\u7FFB\u8A33\u30B5\u30FC\u30D3\u30B9\u306B\u5207\u308A\u66FF\u3048\u3066\u304F\u3060\u3055\u3044\u3002",enableSentryReport:"\u62E1\u5F35\u304C\u30A8\u30E9\u30FC\u3092\u8D77\u3053\u3057\u305F\u3068\u304D\u3001Sentry\u3092\u4F7F\u7528\u3057\u3066\u30D5\u30A3\u30FC\u30C9\u30D0\u30C3\u30AF\u3092\u63D0\u51FA\u3057\u3066\u304F\u3060\u3055\u3044\u3002",goLogin:"\u30ED\u30B0\u30A4\u30F3\u3057\u3066\u304F\u3060\u3055\u3044","translationServices.gemini":"\u30B8\u30A7\u30DF\u30CB","error.reason":"\u30A8\u30E9\u30FC\u306E\u539F\u56E0","widget.translateFile":"PDF/ePub",touchShortcutsOff:"\u9589\u3058\u308B","error.retry":"\u518D\u8A66\u884C","multipleClick.4":"\u56DB\u9023\u6483",shortcutSettings:"\u30B7\u30E7\u30FC\u30C8\u30AB\u30C3\u30C8\u30AD\u30FC","multipleClick.3":"\u30C8\u30EA\u30D7\u30EB\u30B9\u30C8\u30E9\u30A4\u30AF",notLogin:"\u30ED\u30B0\u30A4\u30F3\u3057\u3066\u3044\u307E\u305B\u3093","slide.right":"\u5DE6\u306B\u30B9\u30EF\u30A4\u30D7\u3057\u3066\u304F\u3060\u3055\u3044",translationOnlyMode:"\u8A33\u6587\u306E\u307F\u30E2\u30FC\u30C9","widget.videoSubtitle":"\u30D3\u30C7\u30AA\u5B57\u5E55",paragraphMinTextCountField:"\u7FFB\u8A33\u6BB5\u843D\u306B\u5FC5\u8981\u306A\u6700\u5C0F\u6587\u5B57\u6570","subtitle.hideQuickButton":"\u3053\u306E\u30B7\u30E7\u30FC\u30C8\u30AB\u30C3\u30C8\u3092\u8868\u793A\u3057\u306A\u3044","floatBall.iKnow":"\u308F\u304B\u308A\u307E\u3057\u305F",contact:"\u79C1\u305F\u3061\u306B\u9023\u7D61\u3057\u3066\u304F\u3060\u3055\u3044","widget.instructionTooltip":"\u4F7F\u7528\u8AAC\u660E\u3092\u78BA\u8A8D\u3057\u3066\u304F\u3060\u3055\u3044","tagsInput.add":"+ \u8FFD\u52A0",loggedIn:"\u30ED\u30B0\u30A4\u30F3\u6E08\u307F","intro.floatBallTitle":"\u30AF\u30A4\u30C3\u30AF\u7FFB\u8A33\u30D5\u30ED\u30FC\u30C8\u30DC\u30FC\u30EB",pickAll:"\u3059\u3079\u3066\u9078\u629E","error.subscriptionExpiredTitle":"\u4F1A\u54E1\u304C\u671F\u9650\u5207\u308C\u306B\u306A\u308A\u307E\u3057\u305F","widget.instruction":"\u4F7F\u7528\u8AAC\u660E","shortcutGroup.main":"\u4E00\u822C\u7684\u306A\u6A5F\u80FD\u306E\u30B7\u30E7\u30FC\u30C8\u30AB\u30C3\u30C8\u30AD\u30FC","subtitle.bilingual":"\u30D0\u30A4\u30EA\u30F3\u30AC\u30EB\u5B57\u5E55",alwaysTranslateThisSite:"\u5E38\u306B\u3053\u306E\u30A6\u30A7\u30D6\u30B5\u30A4\u30C8\u3092\u7FFB\u8A33\u3057\u3066\u304F\u3060\u3055\u3044\u3002",mouseHoverCustomKeyTitle:"\u30AB\u30B9\u30BF\u30E0\u30DE\u30A6\u30B9\u30DB\u30D0\u30FC\u30B7\u30E7\u30FC\u30C8\u30AB\u30C3\u30C8","shortcutGroup.mouse":"\u30DE\u30A6\u30B9\u30DB\u30D0\u30FC\u30B7\u30E7\u30FC\u30C8\u30AB\u30C3\u30C8\u8A2D\u5B9A","browser.translateWithGemini":"\u73FE\u5728\u306E\u30DA\u30FC\u30B8\u3092\u4E00\u6642\u7684\u306BGemini\u3067\u7FFB\u8A33\u3057\u3066\u304F\u3060\u3055\u3044",shortcutSettingsTitle:"\u30B7\u30E7\u30FC\u30C8\u30AB\u30C3\u30C8\u30AD\u30FC\u306E\u8A2D\u5B9A","subtitle.showQuickButton":"\u30D7\u30EC\u30FC\u30E4\u30FC\u306B\u4E8C\u8A00\u8A9E\u5B57\u5E55\u306E\u30B7\u30E7\u30FC\u30C8\u30AB\u30C3\u30C8\u3092\u8868\u793A\u3059\u308B","browser.translateWithOpenAI":"\u4E00\u6642\u7684\u306BOpenAI\u3092\u4F7F\u3063\u3066\u73FE\u5728\u306E\u30DA\u30FC\u30B8\u3092\u7FFB\u8A33\u3057\u3066\u304F\u3060\u3055\u3044","browser.translateInputBox":"\u73FE\u5728\u306E\u5165\u529B\u30DC\u30C3\u30AF\u30B9\u306E\u5185\u5BB9\u3092\u7FFB\u8A33\u3057\u3066\u304F\u3060\u3055\u3044\u3002","browser.translateWithDeepL":"\u73FE\u5728\u306E\u30DA\u30FC\u30B8\u3092\u4E00\u6642\u7684\u306BDeepL\u3067\u7FFB\u8A33\u3057\u3066\u304F\u3060\u3055\u3044\u3002","browser.translateWithGoogle":"\u4E00\u6642\u7684\u306BGoogle\u7FFB\u8A33\u3067\u73FE\u5728\u306E\u30DA\u30FC\u30B8\u3092\u7FFB\u8A33\u3057\u3066\u304F\u3060\u3055\u3044\u3002",temprarilyChangeTranslationTo_openai:"\u73FE\u5728\u3001OpenAI\u3092\u4F7F\u7528\u3057\u3066\u73FE\u5728\u306E\u30DA\u30FC\u30B8\u3092\u7FFB\u8A33\u3057\u3066\u3044\u307E\u3059",temprarilyChangeTranslationTo_deepl:"\u73FE\u5728\u3001DeepL\u3092\u4F7F\u7528\u3057\u3066\u73FE\u5728\u306E\u30DA\u30FC\u30B8\u3092\u7FFB\u8A33\u3057\u3066\u3044\u307E\u3059","intro.subtitleTitle":"\u30AA\u30F3\u30E9\u30A4\u30F3\u30D3\u30C7\u30AA\u306E\u30D0\u30A4\u30EA\u30F3\u30AC\u30EB\u5B57\u5E55\u8868\u793A","shortcutGroup.touch":"\u30BF\u30C3\u30C1\u30B9\u30AF\u30EA\u30FC\u30F3\u5C02\u7528\u30B8\u30A7\u30B9\u30C1\u30E3\u30FC",temprarilyChangeTranslationTo_gemini:"\u73FE\u5728\u3001Gemini\u3092\u4F7F\u7528\u3057\u3066\u73FE\u5728\u306E\u30DA\u30FC\u30B8\u3092\u7FFB\u8A33\u3057\u3066\u3044\u307E\u3059",neverTranslateThisSite:"\u3053\u306E\u30A6\u30A7\u30D6\u30B5\u30A4\u30C8\u3092\u6C38\u9060\u306B\u7FFB\u8A33\u3057\u306A\u3044\u3067\u304F\u3060\u3055\u3044",temprarilyChangeTranslationTo_transmart:"\u73FE\u5728\u3001\u30C6\u30F3\u30BB\u30F3\u30C8\u7FFB\u8A33\u3092\u4F7F\u7528\u3057\u3066\u73FE\u5728\u306E\u30DA\u30FC\u30B8\u3092\u7FFB\u8A33\u3057\u3066\u3044\u307E\u3059","browser.translateWithTransmart":"\u4E00\u6642\u7684\u306B\u30C6\u30F3\u30BB\u30F3\u30C8\u7FFB\u8A33\u3067\u73FE\u5728\u306E\u30DA\u30FC\u30B8\u3092\u7FFB\u8A33\u3057\u3066\u304F\u3060\u3055\u3044",notLoginPro:"\u3042\u306A\u305F\u306E\u4F1A\u54E1\u30A2\u30AB\u30A6\u30F3\u30C8\u306B\u307E\u3060\u30ED\u30B0\u30A4\u30F3\u3057\u3066\u3044\u307E\u305B\u3093",networkError:"\u7FFB\u8A33\u30B5\u30FC\u30D3\u30B9\u307E\u305F\u306F\u30CD\u30C3\u30C8\u30EF\u30FC\u30AF\u306B\u554F\u984C\u304C\u767A\u751F\u3057\u3066\u3044\u307E\u3059","widget.videoSubtitleTooltip":"Youtube \u7B49 {count}+ \u306E\u30D3\u30C7\u30AA\u30B5\u30A4\u30C8\u3092\u30B5\u30DD\u30FC\u30C8\u3057\u3066\u3044\u307E\u3059","subtitle.autoDisableSubtitle":"\u81EA\u52D5\u7684\u306B\u4E8C\u304B\u56FD\u8A9E\u306E\u5B57\u5E55\u3092\u6709\u52B9\u306B\u3057\u306A\u3044","intro.hoverTitle":"\u30DE\u30A6\u30B9\u3092\u73FE\u5728\u306E\u6BB5\u843D\u306B\u30DB\u30D0\u30FC\u3057\u3066\u7FFB\u8A33\u3057\u3066\u304F\u3060\u3055\u3044","shortcutGroup.others":"\u3088\u308A\u591A\u304F\u306E\u30AB\u30B9\u30BF\u30E0\u6A5F\u80FD\u306E\u30B7\u30E7\u30FC\u30C8\u30AB\u30C3\u30C8",upgradeToProErrorTitle:"\u3053\u306E\u7FFB\u8A33\u30B5\u30FC\u30D3\u30B9\u3092\u4F7F\u7528\u3059\u308B\u306B\u306F\u3001Pro\u30E1\u30F3\u30D0\u30FC\u306B\u30A2\u30C3\u30D7\u30B0\u30EC\u30FC\u30C9\u3057\u3066\u304F\u3060\u3055\u3044\u3002",temprarilyChangeTranslationTo_google:"\u73FE\u5728\u3001Google\u7FFB\u8A33\u3092\u4F7F\u7528\u3057\u3066\u73FE\u5728\u306E\u30DA\u30FC\u30B8\u3092\u7FFB\u8A33\u3057\u3066\u3044\u307E\u3059",touchShortcutsToggleTranslationMask:"\u30BF\u30C3\u30C1\u30B9\u30AF\u30EA\u30FC\u30F3\u30B8\u30A7\u30B9\u30C1\u30E3\u30FC\u3092\u8A2D\u5B9A\u3057\u3066\u3001\u7FFB\u8A33\u30DE\u30B9\u30AF\u3092\u8868\u793A/\u539F\u6587\u3092\u8868\u793A","shortcutGroup.shortcutsForTranslationServices":"\u7FFB\u8A33\u30B5\u30FC\u30D3\u30B9\u95A2\u9023\u306E\u30B7\u30E7\u30FC\u30C8\u30AB\u30C3\u30C8\u30AD\u30FC","neverTranslateText.title":"\u4EE5\u4E0B\u306E\u5358\u8A9E\u306F\u539F\u6587\u306E\u307E\u307E\u306B\u3057\u3066\u304F\u3060\u3055\u3044\u3001\u7FFB\u8A33\u3057\u306A\u3044\u3067\u304F\u3060\u3055\u3044\u3002","widget.translateFileTooltip":"PDF\u3001EPUB\u3001SRT\u3001ASS\u3001HTML\u3001TXT \u30C9\u30AD\u30E5\u30E1\u30F3\u30C8\u3092\u7FFB\u8A33\u3057\u3066\u304F\u3060\u3055\u3044","floatBall.longPress":"\u9577\u62BC\u3057\u3059\u308B\u3068\u3001\u8A2D\u5B9A\u30D1\u30CD\u30EB\u3092\u7D20\u65E9\u304F\u958B\u304F\u3053\u3068\u304C\u3067\u304D\u307E\u3059\u3088","floatBall.guideClickToTranslate":`\u30AF\u30EA\u30C3\u30AF\u3057\u3066\u6CA1\u5165\u578B\u7FFB\u8A33\u30D5\u30ED\u30FC\u30C8\u30DC\u30FC\u30EB\u3092 \u3059\u3050\u306B\u7FFB\u8A33\u3067\u304D\u307E\u3059`,"browser.translateWithBing":"\u4E00\u6642\u7684\u306B\u30DE\u30A4\u30AF\u30ED\u30BD\u30D5\u30C8\u7FFB\u8A33\u3092\u4F7F\u7528\u3057\u3066\u73FE\u5728\u306E\u30DA\u30FC\u30B8\u3092\u7FFB\u8A33\u3057\u3066\u304F\u3060\u3055\u3044\u3002","browser.toggleMouseHoverTranslateDirectly":"\u30DA\u30FC\u30B8\u4E0A\u3067\u4E00\u6642\u7684\u306B\u30DE\u30A6\u30B9\u30DB\u30D0\u30FC\u306B\u3088\u308B\u76F4\u63A5\u7FFB\u8A33\u3092\u6709\u52B9\u306B\u3059\u308B\u304B\u7121\u52B9\u306B\u3059\u308B","browser.toggleVideoSubtitlePreTranslation":"\u30D0\u30A4\u30EA\u30F3\u30AC\u30EB\u5B57\u5E55\u3092\u5207\u308A\u66FF\u3048\u3066\u3001\u6CA1\u5165\u578B\u7FFB\u8A33\u8A2D\u5B9A\u3092\u512A\u5148\u7684\u306B\u4F7F\u7528\u3057\u3066\u304F\u3060\u3055\u3044\u3002",touchShortcutsToggleTranslateTouchElement:"\u6307\u5B9A\u306E\u6BB5\u843D\u3092\u7FFB\u8A33\u3059\u308B\u305F\u3081\u306E\u30BF\u30C3\u30C1\u30B9\u30AF\u30EA\u30FC\u30F3\u30B8\u30A7\u30B9\u30C1\u30E3\u30FC\u3092\u8A2D\u5B9A\u3057\u3066\u304F\u3060\u3055\u3044",touchShortcutsToggleTranslatePage:"\u30A6\u30A7\u30D6\u30DA\u30FC\u30B8\u3092\u7FFB\u8A33/\u539F\u6587\u3092\u8868\u793A\u3059\u308B\u305F\u3081\u306E\u30BF\u30C3\u30C1\u30B9\u30AF\u30EA\u30FC\u30F3\u30B8\u30A7\u30B9\u30C1\u30E3\u30FC\u3092\u8A2D\u5B9A\u3057\u3066\u304F\u3060\u3055\u3044\u3002","contact.description":"\u4F55\u304B\u3054\u8CEA\u554F\u3084\u63D0\u6848\u304C\u3054\u3056\u3044\u307E\u3057\u305F\u3089\u3001\u4E0B\u8A18\u306E\u30D5\u30A9\u30FC\u30E0\u306B\u8A18\u5165\u3057\u3066\u3054\u9023\u7D61\u3044\u305F\u3060\u304F\u304B\u3001{email}\u307E\u3067\u30E1\u30FC\u30EB\u3092\u304A\u9001\u308A\u304F\u3060\u3055\u3044\u3002\u65E9\u6025\u306B\u3054\u8FD4\u4FE1\u3044\u305F\u3057\u307E\u3059\u3002","desc.mouseHoverHoldKey":"\u30DE\u30A6\u30B9\u3092\u7279\u5B9A\u306E\u6BB5\u843D\u306B\u30DB\u30D0\u30FC\u3055\u305B\u3001\u540C\u6642\u306B\u53F3\u5074\u306E\u30B7\u30E7\u30FC\u30C8\u30AB\u30C3\u30C8\u30AD\u30FC\u3092\u62BC\u3059\u3068\u3001\u305D\u306E\u6BB5\u843D\u3092\u76F4\u63A5\u7FFB\u8A33\u3067\u304D\u307E\u3059\u3002","desc.touchShortcutsToggleTranslateTouchElement":"\u3042\u306A\u305F\u306E\u3044\u308B\u4EFB\u610F\u306E\u6BB5\u843D\u3092\u7FFB\u8A33\u3059\u308B\u305F\u3081\u306E\u30B8\u30A7\u30B9\u30C1\u30E3\u30FC\u3092\u30AB\u30B9\u30BF\u30DE\u30A4\u30BA\u3057\u3066\u304F\u3060\u3055\u3044\u3002",paragraphMinTextCountDesc:"\u6CE8\u610F\u3001\u3053\u3053\u3067\u6307\u3059\u306E\u306F\u6587\u5B57\u306E\u9577\u3055\u3067\u3001\u4F8B\u3048\u3070\uFF1Ahello\u306F5\u6587\u5B57\u3067\u3059\u3001\u3088\u308A\u5927\u304D\u306A\u5024\u3092\u8A2D\u5B9A\u3059\u308B\u3068\u4E0D\u5FC5\u8981\u306A\u5C0F\u3055\u306A\u6BB5\u843D\u306E\u7FFB\u8A33\u3092\u6E1B\u3089\u3059\u3053\u3068\u304C\u3067\u304D\u307E\u3059\u3002","description.baiduField":"\u30B5\u30DD\u30FC\u30C8\u3055\u308C\u3066\u3044\u308B\u30D5\u30A3\u30FC\u30EB\u30C9\u306F<1>\u3053\u3053\u3092\u53C2\u7167\u3057\u3066\u304F\u3060\u3055\u3044\u3002\u7A7A\u306E\u5834\u5408\u306F\u3001\u30D5\u30A3\u30FC\u30EB\u30C9\u304C\u6307\u5B9A\u3055\u308C\u3066\u3044\u306A\u3044\u3053\u3068\u3092\u610F\u5473\u3057\u307E\u3059\u3002","error.subscriptionExpired":"\u3042\u306A\u305F\u306E\u4F1A\u54E1\u8CC7\u683C\u306F\u3059\u3067\u306B\u671F\u9650\u5207\u308C\u304B\u3082\u3057\u308C\u307E\u305B\u3093\u3001\u3042\u306A\u305F\u306E\u4F1A\u54E1\u30B9\u30C6\u30FC\u30BF\u30B9\u3092\u78BA\u8A8D\u3057\u3066\u304F\u3060\u3055\u3044\u3002",temprarilyChangeTranslationTo_bing:"\u73FE\u5728\u3001\u30DE\u30A4\u30AF\u30ED\u30BD\u30D5\u30C8\u7FFB\u8A33\u3092\u4F7F\u7528\u3057\u3066\u73FE\u5728\u306E\u30DA\u30FC\u30B8\u3092\u7FFB\u8A33\u3057\u3066\u3044\u307E\u3059","desc.touchShortcutsToggleTranslatePage":"\u8A2D\u5B9A\u5F8C\u3001\u79FB\u52D5\u30C7\u30D0\u30A4\u30B9\u6642\u306B\u306F\u3001X\u672C\u306E\u6307\u3067\u753B\u9762\u3092\u540C\u6642\u306B\u30BF\u30C3\u30C1\u3057\u305F\u308A\u3001\u5DE6\u53F3\u306B\u30B9\u30EF\u30A4\u30D7\u3057\u305F\u308A\u3001\u9023\u7D9A\u3057\u3066\u30BF\u30C3\u30D7\u3057\u305F\u308A\u3057\u3066\u3001\u7FFB\u8A33\u30DA\u30FC\u30B8/\u539F\u6587\u3092\u8868\u793A\u3059\u308B\u3053\u3068\u304C\u3067\u304D\u307E\u3059\u3002",confirmResetToDefaultSettings:"\u3053\u306E\u7FFB\u8A33\u30B5\u30FC\u30D3\u30B9\u3092\u30C7\u30D5\u30A9\u30EB\u30C8\u8A2D\u5B9A\u306B\u623B\u3057\u307E\u3059\u304B\uFF1F\uFF08\u73FE\u5728\u306E\u7FFB\u8A33\u30B5\u30FC\u30D3\u30B9\u306E\u8A2D\u5B9A\u306E\u307F\u30EA\u30BB\u30C3\u30C8\uFF09","desc.toggleMouseHoverTranslateDirectly":"\u3053\u306E\u30B7\u30E7\u30FC\u30C8\u30AB\u30C3\u30C8\u30AD\u30FC\u3092\u62BC\u3059\u3068\u3001\u30DA\u30FC\u30B8\u4E0A\u3067\u30DE\u30A6\u30B9\u304C\u4EFB\u610F\u306E\u30C6\u30AD\u30B9\u30C8\u3092\u6307\u3059\u3068\u3001\u305D\u306E\u30C6\u30AD\u30B9\u30C8\u304C\u81EA\u52D5\u7684\u306B\u7FFB\u8A33\u3055\u308C\u307E\u3059\u3002\u30B7\u30E7\u30FC\u30C8\u30AB\u30C3\u30C8\u30AD\u30FC\u3092\u3082\u3046\u4E00\u5EA6\u62BC\u3059\u3068\u3001\u3053\u306E\u81EA\u52D5\u7FFB\u8A33\u6A5F\u80FD\u3092\u9589\u3058\u308B\u3053\u3068\u304C\u3067\u304D\u307E\u3059\u3002","slide.left":"\u53F3\u306B\u30B9\u30E9\u30A4\u30C9\u3057\u3066\u304F\u3060\u3055\u3044","subtitle.showQuickButtonDescription":"\u30D3\u30C7\u30AA\u30D7\u30EC\u30FC\u30E4\u30FC\u306E\u53F3\u4E0B\u9685\u306B\u4E8C\u8A00\u8A9E\u5B57\u5E55\u3092\u6709\u52B9\u306B\u3059\u308B\u30B7\u30E7\u30FC\u30C8\u30AB\u30C3\u30C8\u304C\u63D0\u4F9B\u3055\u308C\u3066\u3044\u307E\u3059",mouseHoverCustomKeyDescription:"\u3042\u306A\u305F\u306F\u30DE\u30A6\u30B9\u306E\u30DB\u30D0\u30FC\u306B\u30AB\u30B9\u30BF\u30E0\u30B7\u30E7\u30FC\u30C8\u30AB\u30C3\u30C8\u30AD\u30FC\u3092\u8A2D\u5B9A\u3059\u308B\u3053\u3068\u304C\u3067\u304D\u307E\u3059\u3002\u4F8B\u3048\u3070\uFF1AAlt+Z\u3001Ctrl+E\u3001Cmd+Alt+E\u3001\u307E\u305F\u306F\u76F4\u63A5Cmd\u3001\u624B\u52D5\u3067\u5165\u529B\u3057\u3066\u304F\u3060\u3055\u3044\u3002",buildSnapshots:"\u30A6\u30A7\u30D6\u30DA\u30FC\u30B8\u306E\u30B9\u30CA\u30C3\u30D7\u30B7\u30E7\u30C3\u30C8\u3092\u751F\u6210\u3059\u308B",shortcutDisableTooltip:"\u30D6\u30E9\u30A6\u30B6\u304C\u63D0\u4F9B\u3059\u308B\u62E1\u5F35\u30B7\u30E7\u30FC\u30C8\u30AB\u30C3\u30C8\u30AD\u30FC\u7BA1\u7406\u30DA\u30FC\u30B8\u3067\u8A2D\u5B9A\u3092\u884C\u3063\u3066\u304F\u3060\u3055\u3044\u3002\u8A73\u3057\u3044\u30AC\u30A4\u30C9\u306F\u3001\u3053\u306E\u30DA\u30FC\u30B8\u306E\u4E00\u756A\u4E0A\u306E\u8AAC\u660E\u3092\u3054\u89A7\u304F\u3060\u3055\u3044\u3002","desc.toggleTranslateTheMainPage":"\u30DA\u30FC\u30B8\u306E\u4E3B\u8981\u306A\u30A8\u30EA\u30A2\u306E\u307F\u3092\u7FFB\u8A33\u3057\u3066\u304F\u3060\u3055\u3044\u3002\u30DA\u30FC\u30B8\u5168\u4F53\u306E\u30A8\u30EA\u30A2\u3092\u7FFB\u8A33\u3059\u308B\u8A2D\u5B9A\u3092\u6709\u52B9\u306B\u3057\u305F\u5F8C\u3001\u3053\u306E\u30B7\u30E7\u30FC\u30C8\u30AB\u30C3\u30C8\u30AD\u30FC\u3092\u4F7F\u7528\u3057\u3066\u30DA\u30FC\u30B8\u306E\u4E3B\u8981\u306A\u30A8\u30EA\u30A2\u306E\u307F\u3092\u7279\u5225\u306B\u7FFB\u8A33\u3059\u308B\u3053\u3068\u304C\u3067\u304D\u307E\u3059\u3002","multipleClick.2":"\u30C0\u30D6\u30EB\u30AF\u30EA\u30C3\u30AF","desc.touchShortcutsToggleTranslationMask":"\u7FFB\u8A33\u30DE\u30B9\u30AF\u306F\u3001\u7FFB\u8A33\u30B9\u30BF\u30A4\u30EB\u306E\u307C\u304B\u3057\u52B9\u679C\uFF08\u5B66\u7FD2\u30E2\u30FC\u30C9\uFF09\u3092\u6307\u3057\u3001\u958B\u59CB\u3059\u308B\u3068\u4E00\u6642\u7684\u306B\u7FFB\u8A33\u6587\u306B\u307C\u304B\u3057\u52B9\u679C\u3092\u4F7F\u7528\u3057\u3001\u5B66\u7FD2\u306B\u4FBF\u5229\u3067\u3059\u3002","desc.toggleTranslateTheWholePage":"\u30DA\u30FC\u30B8\u5168\u4F53\u3092\u7FFB\u8A33\u3057\u307E\u3059\u3002\u30C7\u30D5\u30A9\u30EB\u30C8\u3067\u306F\u3001\u79C1\u305F\u3061\u306F\u30DA\u30FC\u30B8\u306E\u4E3B\u8981\u306A\u90E8\u5206\u3092\u7FFB\u8A33\u3057\u307E\u3059\u304C\u3001\u3053\u306E\u30B7\u30E7\u30FC\u30C8\u30AB\u30C3\u30C8\u30AD\u30FC\u3092\u4F7F\u7528\u3057\u3066\u30DA\u30FC\u30B8\u5168\u4F53\u3092\u7279\u5225\u306B\u7FFB\u8A33\u3059\u308B\u3053\u3068\u304C\u3067\u304D\u307E\u3059\u3002","desc.interfaceLanguage":"\u30A4\u30F3\u30BF\u30FC\u30D5\u30A7\u30FC\u30B9\u306E\u8A00\u8A9E\u8A2D\u5B9A\u306F\u30B3\u30F3\u30C8\u30ED\u30FC\u30EB\u30D1\u30CD\u30EB\u306E\u8868\u793A\u8A00\u8A9E\u306B\u5F71\u97FF\u3092\u4E0E\u3048\u3001\u7FFB\u8A33\u306E\u76EE\u6A19\u8A00\u8A9E\u3068\u306F\u95A2\u4FC2\u3042\u308A\u307E\u305B\u3093\u3002","intro.floatBallDescription":"\u6709\u52B9\u306B\u3059\u308B\u3068\u3001\u30DA\u30FC\u30B8\u306E\u53F3\u5074\u306B\u7FFB\u8A33\u30DC\u30BF\u30F3\u304C\u8868\u793A\u3055\u308C\u3001\u30AF\u30EA\u30C3\u30AF\u3059\u308B\u3068\u3059\u3050\u306B\u7FFB\u8A33\u3067\u304D\u3001\u518D\u5EA6\u30AF\u30EA\u30C3\u30AF\u3059\u308B\u3068\u5143\u306E\u30C6\u30AD\u30B9\u30C8\u306B\u5207\u308A\u66FF\u3048\u308B\u3053\u3068\u304C\u3067\u304D\u307E\u3059\u3002\u30E2\u30D0\u30A4\u30EB\u7AEF\u672B\u3067\u306F\u3001\u30D5\u30ED\u30FC\u30C6\u30A3\u30F3\u30B0\u30DC\u30FC\u30EB\u3092\u9577\u62BC\u3057\u3059\u308B\u3068\u3001\u30B7\u30E7\u30FC\u30C8\u30AB\u30C3\u30C8\u8A2D\u5B9A\u30D1\u30CD\u30EB\u3092\u958B\u304F\u3053\u3068\u304C\u3067\u304D\u307E\u3059\u3002","neverTranslateText.description":"\u4E00\u90E8\u306E\u7FFB\u8A33\u30A8\u30F3\u30B8\u30F3\u306F\u5C02\u6709\u540D\u8A5E\u306E\u8A8D\u8B58\u304C\u7406\u60F3\u7684\u3067\u306F\u306A\u3044\u305F\u3081\u3001\u3053\u3053\u306B\u5358\u8A9E\u3092\u8FFD\u52A0\u3057\u3066\u3001\u7FFB\u8A33\u30D7\u30ED\u30BB\u30B9\u4E2D\u306B\u305D\u308C\u3089\u304C\u5909\u63DB\u3055\u308C\u306A\u3044\u3088\u3046\u306B\u3059\u308B\u3053\u3068\u304C\u3067\u304D\u307E\u3059\u3002\u3053\u306E\u6A5F\u80FD\u306F\u5927\u6587\u5B57\u3068\u5C0F\u6587\u5B57\u3092\u533A\u5225\u3057\u3001\u30B9\u30DA\u30FC\u30B9\u3067\u533A\u5207\u3089\u308C\u305F\u5358\u8A9E\u8A00\u8A9E\uFF08\u82F1\u8A9E\u3001\u30D5\u30E9\u30F3\u30B9\u8A9E\u306A\u3069\uFF09\u306E\u307F\u3092\u30B5\u30DD\u30FC\u30C8\u3057\u3066\u304A\u308A\u3001\u65E5\u672C\u8A9E\u3084\u97D3\u56FD\u8A9E\u306A\u3069\u306E\u8A00\u8A9E\u306B\u306F\u9069\u7528\u3055\u308C\u307E\u305B\u3093\u3002","intro.subtitleDescription":"\u3053\u306E\u6A5F\u80FD\u3092\u6709\u52B9\u306B\u3059\u308B\u3068\u3001\u30D3\u30C7\u30AA\u306E\u518D\u751F\u6642\u306B\u81EA\u52D5\u7684\u306B\u4E8C\u8A00\u8A9E\u5B57\u5E55\u304C\u8868\u793A\u3055\u308C\u307E\u3059\u3002\u6709\u52B9\u306B\u3057\u3066\u3044\u306A\u3044\u5834\u5408\u306F\u3001\u30DA\u30FC\u30B8\u4E0A\u3067\u624B\u52D5\u3067\u7FFB\u8A33\u30DC\u30BF\u30F3\u3092\u30AF\u30EA\u30C3\u30AF\u3057\u3066\u5B57\u5E55\u3092\u8868\u793A\u3059\u308B\u5FC5\u8981\u304C\u3042\u308A\u307E\u3059\u3002\u6280\u8853\u7684\u306A\u5236\u9650\u306E\u305F\u3081\u3001\u4E00\u90E8\u306E\u30A6\u30A7\u30D6\u30B5\u30A4\u30C8\u3067\u306F\u3001\u5B57\u5E55\u3092\u521D\u3081\u3066\u6709\u52B9\u306B\u3059\u308B\u3068\u304D\u306B\u30DA\u30FC\u30B8\u3092\u66F4\u65B0\u3059\u308B\u304B\u3001\u7FFB\u8A33\u304C\u5B8C\u4E86\u3059\u308B\u306E\u3092\u5F85\u3064\u5FC5\u8981\u304C\u3042\u308B\u304B\u3082\u3057\u308C\u307E\u305B\u3093\u3002\u307E\u305F\u3001\u30D3\u30C7\u30AA\u30B5\u30A4\u30C8\u3092\u958B\u3044\u305F\u5F8C\u3001\u53F3\u4E0A\u306E\u89D2\u3067\u6CA1\u5165\u578B\u7FFB\u8A33\u306E\u30B7\u30E7\u30FC\u30C8\u30AB\u30C3\u30C8\u30D1\u30CD\u30EB\u3092\u958B\u304F/\u9589\u3058\u308B\u3053\u3068\u3082\u3067\u304D\u307E\u3059\u3002

\u73FE\u5728\u3001\u4EE5\u4E0B\u306E\u30A6\u30A7\u30D6\u30B5\u30A4\u30C8\u3067\u4E8C\u8A00\u8A9E\u5B57\u5E55\u3092\u4F7F\u7528\u3059\u308B\u3053\u3068\u304C\u3067\u304D\u307E\u3059\uFF1A","intro.hoverDescription":"\u30DE\u30A6\u30B9\u30DB\u30D0\u30FC\u7FFB\u8A33\u306F\u3001\u6CA1\u5165\u578B\u7FFB\u8A33\u306B\u304A\u3044\u3066\u975E\u5E38\u306B\u91CD\u8981\u306A\u6A5F\u80FD\u3067\u3001\u30D1\u30E9\u30B0\u30E9\u30D5\u306E\u4E0A\u306B\u30DE\u30A6\u30B9\u3092\u7F6E\u304D\u3001\u8A2D\u5B9A\u3057\u305F\u30B7\u30E7\u30FC\u30C8\u30AB\u30C3\u30C8\u30AD\u30FC\u3092\u540C\u6642\u306B\u62BC\u3059\u3060\u3051\u3067\u3001\u73FE\u5728\u306E\u30D1\u30E9\u30B0\u30E9\u30D5\u3092\u81EA\u52D5\u7684\u306B\u7FFB\u8A33\u3057\u307E\u3059\uFF08\u6CE8\u610F\uFF1A\u30C7\u30D5\u30A9\u30EB\u30C8\u3067\u306F\u6709\u52B9\u306B\u306A\u3063\u3066\u3044\u307E\u305B\u3093\u306E\u3067\u3001\u4E0B\u306E\u8A2D\u5B9A\u3067\u6709\u52B9\u306B\u3057\u3066\u304F\u3060\u3055\u3044\uFF09\u3002\u3053\u306E\u30A4\u30F3\u30BF\u30E9\u30AF\u30B7\u30E7\u30F3\u306F\u3001\u5358\u8A9E\u306E\u9078\u629E\u7FFB\u8A33\u3092\u3088\u308A\u826F\u304F\u4EE3\u66FF\u3059\u308B\u305F\u3081\u306B\u4F7F\u7528\u3055\u308C\u307E\u3059\u3002\u307E\u305F\u3001\u3053\u306E\u6A5F\u80FD\u306F\u3001\u8A8D\u8B58\u3067\u304D\u306A\u3044\u7FFB\u8A33\u30A8\u30EA\u30A2\u306B\u3082\u5E83\u304F\u9069\u7528\u3055\u308C\u3066\u3044\u307E\u3059\u3002\u3053\u306E\u6A5F\u80FD\u3092\u5229\u7528\u3057\u3066\u3001\u4EFB\u610F\u306E\u30D1\u30E9\u30B0\u30E9\u30D5\u3092\u5F37\u5236\u7684\u306B\u7FFB\u8A33\u3059\u308B\u3053\u3068\u304C\u3067\u304D\u307E\u3059\u3002",translationOnlyModeDescription:"\u300C\u8A33\u6587\u306E\u307F\u300D\u30E2\u30FC\u30C9\u3068\u306F\u3001\u30C7\u30D5\u30A9\u30EB\u30C8\u306E\u30D0\u30A4\u30EA\u30F3\u30AC\u30EB\u30E2\u30FC\u30C9\u3067\u306F\u306A\u304F\u3001\u8A33\u6587\u306E\u307F\u3092\u8868\u793A\u3059\u308B\u3053\u3068\u3092\u6307\u3057\u307E\u3059\u3002\u6CE8\u610F\uFF1A\u6280\u8853\u7684\u306A\u5236\u9650\u306E\u305F\u3081\u3001\u300C\u8A33\u6587\u306E\u307F\u300D\u30E2\u30FC\u30C9\u3067\u306F\u3001\u539F\u6587\u306E\u30CF\u30A4\u30D1\u30FC\u30EA\u30F3\u30AF\u304C\u7121\u52B9\u306B\u306A\u308A\u307E\u3059\u3002",geminiWarning:"\u6CE8\u610F\uFF1AGoogle\u304C\u63D0\u4F9B\u3059\u308BGemini\u306E\u7121\u6599\u30B5\u30FC\u30D3\u30B9\u306E\u5236\u9650\u306F\u53B3\u3057\u304F\u3001\u30E6\u30FC\u30B6\u30FC\u304C\u8907\u6570\u306EKey\u3092\u4F7F\u7528\u3057\u3066\u5F7C\u3089\u306E\u7121\u6599\u914D\u5F53\u5236\u9650\u3092\u56DE\u907F\u3057\u3066\u3044\u308B\u3068Google\u306B\u5224\u65AD\u3055\u308C\u308B\u53EF\u80FD\u6027\u304C\u3042\u308A\u307E\u3059\u3002\u4F7F\u7528\u3059\u308B\u3053\u3068\u306F\u304A\u52E7\u3081\u3057\u307E\u305B\u3093\u3001Google\u304C\u5C06\u6765Gemini\u306E\u6709\u6599\u30A4\u30F3\u30BF\u30FC\u30D5\u30A7\u30FC\u30B9\u3092\u958B\u653E\u3059\u308B\u306E\u3092\u5F85\u3064\u3053\u3068\u3092\u304A\u52E7\u3081\u3057\u307E\u3059\u3002","floatBall.setting":"\u8A2D\u5B9A","floatBall.translateToLanguage":"{language}\u306B\u7FFB\u8A33\u3059\u308B\u3092\u30AF\u30EA\u30C3\u30AF\u3057\u3066\u304F\u3060\u3055\u3044","floatBall.file":`PDF\u3001EPUB\u3001SRT\u3001 ASS\u3001HTML\u3001TXT\u30D5\u30A1\u30A4\u30EB\u3092\u7FFB\u8A33\u3057\u307E\u3059`,changeToOnlyTempTranslationMode:"\u7FFB\u8A33\u306E\u307F\u3092\u8868\u793A\u3059\u308B\u3088\u3046\u306B\u5207\u308A\u66FF\u3048\u308B",changeToDualTempTranslationMode:"\u5BFE\u8A33\u3078\u306E\u5207\u308A\u66FF\u3048","options.navbar.translateFile":"\u7FFB\u8A33\u6587\u66F8","translationServices.yandex":"\u30E4\u30F3\u30C7\u30C3\u30AF\u30B9","options.navbar.installApp":"\u643A\u5E2F\u96FB\u8A71\u306E\u30A2\u30D7\u30EA\u3092\u30A4\u30F3\u30B9\u30C8\u30FC\u30EB\u3059\u308B","transitionMode.translation":"\u305F\u3060\u8A33\u6587","subtitle.transitionMode":"\u30D3\u30C7\u30AA\u5B57\u5E55\u306E\u4E8C\u8A00\u8A9E/\u7FFB\u8A33\u30C6\u30AD\u30B9\u30C8\u306E\u307F\u306E\u8A2D\u5B9A","transitionMode.dual":"\u30D0\u30A4\u30EA\u30F3\u30AC\u30EB\u5BFE\u7167","subtitle.transitionModeDescription":"\u30D3\u30C7\u30AA\u5B57\u5E55\u3092\u4E8C\u8A00\u8A9E\u5BFE\u7167\u307E\u305F\u306F\u7FFB\u8A33\u6587\u306E\u307F\u306E\u30E2\u30FC\u30C9\u306B\u8A2D\u5B9A\u3057\u3066\u304F\u3060\u3055\u3044","transitionMode.inherit":"\u30B7\u30B9\u30C6\u30E0\u306E\u30C7\u30D5\u30A9\u30EB\u30C8\u306E\u7FFB\u8A33\u8868\u793A\u30E2\u30FC\u30C9\u3068\u4E00\u81F4\u3057\u3066\u304F\u3060\u3055\u3044\u3002",translateFileTooltip:`PDF\u3001ePub\u3001srt\u3001 ass\u3001HTML\u3001TXT\u30D5\u30A1\u30A4\u30EB\u3092\u7FFB\u8A33\u3057\u3066\u304F\u3060\u3055\u3044`,"description.subtitlePrompt":`\u5B57\u5E55\u30B7\u30FC\u30F3\u3067\u8907\u6570\u306E\u30D1\u30E9\u30B0\u30E9\u30D5\u3092\u9001\u4FE1\u3059\u308B\u5834\u5408\u3001\u30E6\u30FC\u30B6\u30FC\u3068\u3057\u3066{service}\u306B\u5BFE\u8A71\u3092\u9001\u4FE1\u3057\u307E\u3059\u3002\u3053\u3053\u3067\u3001{{from}}\u306F\u30D1\u30E9\u30B0\u30E9\u30D5\u306E\u8A00\u8A9E\u3092\u3001{{to}}\u306F\u76EE\u6A19\u8A00\u8A9E\u3092\u8868\u3057\u3001{{yaml}}\u306Fyaml\u5F62\u5F0F\u3067\u5305\u88C5\u3057\u305F\u30D1\u30E9\u30B0\u30E9\u30D5\u306E\u5185\u5BB9\u3067\u3059\u3002\u30AB\u30B9\u30BF\u30E0Prompt\u304C\u5FC5\u8981\u306A\u5834\u5408\u3001AI\u306E\u5FDC\u7B54\u3068\u3057\u3066\u306EYAML\u7D50\u679C\u306E\u5404\u9805\u76EE\u304C{env.imt_sub_trans_field}\u30D5\u30A3\u30FC\u30EB\u30C9\u3092\u542B\u3080\u3053\u3068\u3092\u78BA\u8A8D\u3059\u308B\u5FC5\u8981\u304C\u3042\u308A\u307E\u3059\u3002{{imt_sub_trans_field}}\u306F\u3001AI\u306E\u5FDC\u7B54\u3068\u3057\u3066\u671F\u5F85\u3059\u308B\u7FFB\u8A33\u30D5\u30A3\u30FC\u30EB\u30C9\u540D\u3067\u3001\u30C7\u30D5\u30A9\u30EB\u30C8\u306F{env.imt_sub_trans_field}\u3067\u3059\u3002{{imt_sub_source_field}}\u306F\u3001AI\u306B\u6E21\u3059\u539F\u6587\u30D5\u30A3\u30FC\u30EB\u30C9\u540D\u3067\u3001\u30C7\u30D5\u30A9\u30EB\u30C8\u306F{env.imt_sub_source_field}\u3067\u3059\u3002\u7D50\u679C\u306E\u4F8B\u306F\u4EE5\u4E0B\u306E\u901A\u308A\u3067\u3059\uFF1A @@ -5015,7 +5015,7 @@ ass\u3001HTML\u3001TXT\u30D5\u30A1\u30A4\u30EB\u3092\u7FFB\u8A33\u3057\u3066\u30 - id: 1 {env.imt_trans_field}: \u7FFB\u8A33\u6587 - id: 2 - {env.imt_trans_field}: \u7FFB\u8A33\u6587`,"subtitle.quickButton.white":"\u767D\u8272","subtitle.quickButton.black":"\u9ED2\u8272","subtitle.quickButton.setting":"\u8A2D\u5B9A","subtitle.quickButton.blue":"\u9752\u8272","subtitle.quickButton.backgroundOpacity":"\u80CC\u666F\u306E\u4E0D\u900F\u660E\u5EA6","subtitle.quickButton.cyan":"\u9752\u8272","subtitle.quickButton.translationPositionBottom":"\u539F\u6587\u306E\u4E0B\u65B9","subtitle.quickButton.sourceFontSize":"\u5143\u306E\u30D5\u30A9\u30F3\u30C8\u30B5\u30A4\u30BA","subtitle.quickButton.backgroundColor":"\u80CC\u666F\u8272","subtitle.quickButton.magenta":"\u30DE\u30BC\u30F3\u30BF\u8272","subtitle.quickButton.red":"\u8D64\u8272","subtitle.quickButton.green":"\u7DD1\u8272","subtitle.quickButton.translationPositionTop":"\u539F\u6587\u306E\u4E0A\u306B","translationServices.claude":"\u30AF\u30ED\u30FC\u30C9","subtitle.quickButton.sourceTextColor":"\u539F\u6587\u306E\u30D5\u30A9\u30F3\u30C8\u306E\u8272","subtitle.quickButton.yellow":"\u9EC4\u8272","subtitle.quickButton.translationFontSize":"\u7FFB\u8A33\u6587\u5B57\u306E\u30D5\u30A9\u30F3\u30C8\u30B5\u30A4\u30BA","subtitle.quickButton.translationTextColor":"\u7FFB\u8A33\u6587\u5B57\u306E\u8272","subtitle.quickButton.translationPosition":"\u7FFB\u8A33\u4F4D\u7F6E",attachSubtitleTranslating:"{service} \u3092\u4F7F\u7528\u3057\u3066\u7FFB\u8A33\u4E2D...","error.claude.403":"\u4E00\u6642\u7684\u306B\u30B5\u30FC\u30D3\u30B9\u3078\u306E\u30A2\u30AF\u30BB\u30B9\u6A29\u9650\u304C\u3042\u308A\u307E\u305B\u3093\u3002\u3053\u308C\u306FClaude\u306E\u5730\u57DF\u5236\u9650\u306B\u95A2\u9023\u3057\u3066\u3044\u308B\u53EF\u80FD\u6027\u304C\u3042\u308A\u307E\u3059\u3002IP\u30A2\u30C9\u30EC\u30B9\u3092\u5207\u308A\u66FF\u3048\u308B\u304B\u3001\u4ED6\u306E\u7FFB\u8A33\u30B5\u30FC\u30D3\u30B9\u3092\u4F7F\u7528\u3057\u3066\u307F\u3066\u304F\u3060\u3055\u3044\u3002","browser.brandDescriptionForSafari":"\u3010\u6CA1\u5165\u578B\u7FFB\u8A33\u3011\u7121\u6599\u306E\uFF08\u539F\u6587/\u8A33\u6587\uFF09\u30D0\u30A4\u30EA\u30F3\u30AC\u30EB\u5BFE\u7167\u30A6\u30A7\u30D6\u30DA\u30FC\u30B8\u7FFB\u8A33\u30D7\u30E9\u30B0\u30A4\u30F3\u3067\u3001PDF\u7FFB\u8A33\u3068EPUB\u96FB\u5B50\u66F8\u7C4D\u7FFB\u8A33\u3092\u540C\u6642\u306B\u30B5\u30DD\u30FC\u30C8\u3057\u3001\u539F\u6587\u306E\u30EC\u30A4\u30A2\u30A6\u30C8\u3092\u4FDD\u6301\u3057\u307E\u3059\u3002Youtube/Netflix\u306A\u3069\u306E\u30AA\u30F3\u30E9\u30A4\u30F3\u30D3\u30C7\u30AA\u306E\u30D0\u30A4\u30EA\u30F3\u30AC\u30EB\u5B57\u5E55\u7FFB\u8A33\u3082\u30B5\u30DD\u30FC\u30C8\u3057\u3001Deepl/Google\u306A\u3069\u306E\u4E3B\u6D41\u7FFB\u8A33\u30B5\u30FC\u30D3\u30B9\u306B\u5BFE\u5FDC\u3057\u3066\u3044\u307E\u3059\u3002","browser.PdfProFile":"AI \u99C6\u52D5\u306E PDF Pro \u7FFB\u8A33","browser.textTranslate":"\u30C6\u30AD\u30B9\u30C8\u7FFB\u8A33"};var Ll={nologin:"\u0644\u0645 \u062A\u0642\u0645 \u0628\u062A\u0633\u062C\u064A\u0644 \u0627\u0644\u062F\u062E\u0648\u0644",loginForSafari:"\u062A\u0633\u062C\u064A\u0644 \u0627\u0644\u062F\u062E\u0648\u0644 \u0623\u0648 \u0627\u0644\u062A\u0633\u062C\u064A\u0644",login:"\u064A\u0645\u0643\u0646\u0643 \u062A\u0641\u0639\u064A\u0644 \u0627\u0644\u0639\u0636\u0648\u064A\u0629 \u0628\u0639\u062F \u062A\u0633\u062C\u064A\u0644 \u0627\u0644\u062F\u062E\u0648\u0644",manageAccount:"\u0625\u062F\u0627\u0631\u0629 \u0627\u0644\u062D\u0633\u0627\u0628",openPremium:"\u0627\u0644\u0627\u0646\u0636\u0645\u0627\u0645 \u0625\u0644\u0649 \u0627\u0644\u0639\u0636\u0648\u064A\u0629",logout:"\u064A\u062A\u0631\u0643",curentPlan:"\u0627\u0644\u0631\u0632\u0645\u0629 \u0627\u0644\u062D\u0627\u0644\u064A\u0629",endAt:"\u0646\u0636\u062C",endAuto:"\u062A\u062C\u062F\u064A\u062F \u062A\u0644\u0642\u0627\u0626\u064A",lineBreakMaxTextCount:"\u0627\u0644\u062D\u062F \u0627\u0644\u0623\u0642\u0635\u0649 \u0644\u0639\u062F\u062F \u0627\u0644\u0623\u062D\u0631\u0641 \u0627\u0644\u0645\u0633\u0645\u0648\u062D \u0628\u0647 \u0644\u0643\u0644 \u062C\u0645\u0644\u0629 \u0628\u0639\u062F \u0641\u0648\u0627\u0635\u0644 \u0627\u0644\u0623\u0633\u0637\u0631","translate-pdf":"\u0627\u0646\u0642\u0631 \u0644\u062A\u0631\u062C\u0645\u0629 PDF","noSupportTranslate-pdf":"\u0627\u0644\u0628\u0631\u0646\u0627\u0645\u062C \u0627\u0644\u0646\u0635\u064A \u063A\u064A\u0631 \u0645\u062F\u0639\u0648\u0645\u060C \u064A\u0631\u062C\u0649 \u0627\u0633\u062A\u062E\u062F\u0627\u0645 \u0627\u0644\u0628\u0631\u0646\u0627\u0645\u062C \u0627\u0644\u0625\u0636\u0627\u0641\u064A","translate-firefox-local-pdf":"\u0627\u0646\u0642\u0631 \u0644\u0627\u0633\u062A\u064A\u0631\u0627\u062F PDF",enableLineBreak:"\u0642\u0645 \u0628\u062A\u0634\u063A\u064A\u0644 \u0627\u0644\u062A\u0641\u0627\u0641 \u0627\u0644\u0643\u0644\u0645\u0627\u062A \u0627\u0644\u062A\u0644\u0642\u0627\u0626\u064A \u0644\u0644\u0641\u0642\u0631\u0627\u062A \u0627\u0644\u0637\u0648\u064A\u0644\u0629",sponsorLabel:"\u0627\u062F\u0639\u0645 \u0645\u0637\u0648\u0631\u064B\u0627 \u0628\u062F\u0621\u064B\u0627 \u0645\u0646 1 \u062F\u0648\u0644\u0627\u0631",help:"\u064A\u0633\u0627\u0639\u062F",browserShortcutsNoteForFirefox:'\u0644\u062A\u0639\u062F\u064A\u0644 \u0645\u0641\u0627\u062A\u064A\u062D \u0627\u0644\u0627\u062E\u062A\u0635\u0627\u0631 \u0641\u064A \u0645\u062A\u0635\u0641\u062D Firefox\u060C \u062A\u062D\u062A\u0627\u062C \u0625\u0644\u0649 \u0641\u062A\u062D \u0635\u0641\u062D\u0629 \u0625\u062F\u0627\u0631\u0629 \u0627\u0644\u0627\u0645\u062A\u062F\u0627\u062F\u0627\u062A `about:addons`\u060C \u062B\u0645 \u0627\u0644\u0646\u0642\u0631 \u0641\u0648\u0642 "\u0627\u0644\u0625\u0639\u062F\u0627\u062F\u0627\u062A"\u060C \u062B\u0645 \u0627\u0644\u0646\u0642\u0631 \u0641\u0648\u0642 "\u0625\u062F\u0627\u0631\u0629 \u0645\u0641\u0627\u062A\u064A\u062D \u0627\u0644\u0627\u062E\u062A\u0635\u0627\u0631" \u0644\u062A\u0639\u064A\u064A\u0646\u0647\u0627.',browserShortcutsNoteForChrome:"\u0644\u062A\u0639\u062F\u064A\u0644 \u0645\u0641\u0627\u062A\u064A\u062D \u0627\u0644\u0627\u062E\u062A\u0635\u0627\u0631 \u0641\u064A \u0645\u062A\u0635\u0641\u062D \u064A\u0634\u0628\u0647 Chrome\u060C \u062A\u062D\u062A\u0627\u062C \u0625\u0644\u0649 \u0641\u062A\u062D \u0635\u0641\u062D\u0629 \u0625\u062F\u0627\u0631\u0629 \u0627\u0644\u0625\u0636\u0627\u0641\u0627\u062A\u060C \u0648\u062A\u0639\u064A\u064A\u0646\u0647\u0627 \u0641\u064A \u0644\u0648\u062D\u0629 `\u0625\u062F\u0627\u0631\u0629 \u0627\u0644\u0627\u062E\u062A\u0635\u0627\u0631\u0627\u062A` (`chrome://extensions/shortcuts`)\u060C \u062B\u0645 \u0627\u0644\u0646\u0642\u0631 \u0641\u0648\u0642 \u0627\u0644\u0632\u0631 \u0623\u062F\u0646\u0627\u0647 \u0644\u0644\u0627\u0646\u062A\u0642\u0627\u0644 \u0625\u0644\u0649 \u0635\u0641\u062D\u0629 \u0625\u062F\u0627\u0631\u0629 \u0645\u0641\u062A\u0627\u062D \u0627\u0644\u0627\u062E\u062A\u0635\u0627\u0631.",browserShortcutsSucks:"\u062A\u0646\u0633\u064A\u0642 \u0645\u0641\u062A\u0627\u062D \u0627\u0644\u0627\u062E\u062A\u0635\u0627\u0631 \u0627\u0644\u0645\u062E\u0635\u0635 \u0647\u0648 (\u0644\u0627 \u064A\u0648\u062C\u062F \u0627\u0644\u062A\u0639\u0631\u0641 \u0627\u0644\u062A\u0644\u0642\u0627\u0626\u064A\u060C \u064A\u0631\u062C\u0649 \u0627\u0644\u062F\u062E\u0648\u0644 \u0645\u0628\u0627\u0634\u0631\u0629)\uFF1A",enableLineBreakDescription:"\u0639\u0646\u062F \u062A\u0634\u063A\u064A\u0644\u0647\u060C \u0633\u064A\u062A\u0645 \u0625\u062F\u0631\u0627\u062C \u0641\u0648\u0627\u0635\u0644 \u0627\u0644\u0623\u0633\u0637\u0631 \u0641\u064A \u0646\u0647\u0627\u064A\u0629 \u0643\u0644 \u062C\u0645\u0644\u0629 \u0641\u064A \u0641\u0642\u0631\u0627\u062A \u0637\u0648\u064A\u0644\u0629 \u0644\u062A\u0633\u0647\u064A\u0644 \u0627\u0644\u0642\u0631\u0627\u0621\u0629.","browser.shortBrandName":"\u062A\u0631\u062C\u0645\u0629 \u063A\u0627\u0645\u0631\u0629","browser.brandName":"\u062A\u0631\u062C\u0645\u0629 \u063A\u0627\u0645\u0631\u0629: \u062A\u0631\u062C\u0645\u0629 \u0635\u0641\u062D\u0627\u062A \u0627\u0644\u0648\u064A\u0628 \u062B\u0646\u0627\u0626\u064A\u0629 \u0627\u0644\u0644\u063A\u0629 \u0648\u062A\u0631\u062C\u0645\u0629 \u0645\u0633\u062A\u0646\u062F\u0627\u062A PDF","browser.brandDescription":"Bilingual web page translation, also supports PDF translation, bilingual Epub eBook translation, free to use.","browser.toggleTranslatePage":"\u062A\u0631\u062C\u0645\u0629 \u0635\u0641\u062D\u0629 \u0627\u0644\u0648\u064A\u0628/\u0625\u0638\u0647\u0627\u0631 \u0627\u0644\u0646\u0635 \u0627\u0644\u0623\u0635\u0644\u064A","browser.toggleTranslateTheWholePage":"\u062A\u0631\u062C\u0645\u0629 \u062C\u0645\u064A\u0639 \u0645\u0646\u0627\u0637\u0642 \u0627\u0644\u0635\u0641\u062D\u0629/\u0639\u0631\u0636 \u0627\u0644\u0646\u0635 \u0627\u0644\u0623\u0635\u0644\u064A","browser.toggleOnlyTransation":"\u062A\u0628\u062F\u064A\u0644 \u0627\u0644\u0648\u0636\u0639 \u062B\u0646\u0627\u0626\u064A \u0627\u0644\u0644\u063A\u0629 / \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0641\u0642\u0637","browser.toggleTranslateToThePageEndImmediately":"\u062A\u0631\u062C\u0645\u0629 \u0641\u0648\u0631\u064A\u0629 \u0625\u0644\u0649 \u0623\u0633\u0641\u0644 \u0627\u0644\u0635\u0641\u062D\u0629/\u0625\u0638\u0647\u0627\u0631 \u0627\u0644\u0646\u0635 \u0627\u0644\u0623\u0635\u0644\u064A","browser.toggleTranslateTheMainPage":"\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0645\u0646\u0637\u0642\u0629 \u0627\u0644\u0631\u0626\u064A\u0633\u064A\u0629 \u0644\u0644\u0635\u0641\u062D\u0629/\u0639\u0631\u0636 \u0627\u0644\u0646\u0635 \u0627\u0644\u0623\u0635\u0644\u064A","browser.shareToDraft":"\u0645\u0634\u0627\u0631\u0643\u0629 \u0627\u0644\u0635\u0641\u062D\u0627\u062A \u062B\u0646\u0627\u0626\u064A\u0629 \u0627\u0644\u0644\u063A\u0629","browser.openOptionsPage":"\u0627\u0641\u062A\u062D \u0635\u0641\u062D\u0629 \u0627\u0644\u0625\u0639\u062F\u0627\u062F\u0627\u062A","browser.toggleTranslationMask":"\u0625\u0638\u0647\u0627\u0631/\u0625\u062E\u0641\u0627\u0621 \u062A\u0623\u062B\u064A\u0631 \u0637\u0645\u0633 \u0627\u0644\u062A\u0631\u062C\u0645\u0629","browser.translateLocalPdfFile":"\u062A\u0631\u062C\u0645\u0629 \u0645\u0644\u0641\u0627\u062A PDF \u0627\u0644\u0645\u062D\u0644\u064A\u0629","browser.openEbookViewer":"\u0642\u0631\u0627\u0621\u0629 \u0627\u0644\u0643\u062A\u0628 \u0627\u0644\u0625\u0644\u0643\u062A\u0631\u0648\u0646\u064A\u0629 \u0627\u0644\u0645\u062D\u0644\u064A\u0629","browser.openEbookBuilder":"\u0625\u0646\u0634\u0627\u0621 \u0643\u062A\u0628 \u0625\u0644\u0643\u062A\u0631\u0648\u0646\u064A\u0629 EPUB \u062B\u0646\u0627\u0626\u064A\u0629 \u0627\u0644\u0644\u063A\u0629","browser.translateLocalHtmlFile":"\u062A\u0631\u062C\u0645\u0629 \u0645\u0644\u0641\u0627\u062A HTML/txt","browser.donateContext":"\u062A\u0639\u0631\u0641 \u0639\u0644\u0649 \u0641\u0648\u0627\u0626\u062F \u0627\u0644\u0631\u0639\u0627\u064A\u0629","browser.translateLocalSubtitleFile":"\u062A\u0631\u062C\u0645\u0629 \u0645\u0644\u0641\u0627\u062A \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0645\u062D\u0644\u064A\u0629",confirmResetConfig:"\u0647\u0644 \u0623\u0646\u062A \u0645\u062A\u0623\u0643\u062F \u0623\u0646\u0643 \u062A\u0631\u064A\u062F \u0625\u0639\u0627\u062F\u0629 \u0636\u0628\u0637 \u0625\u0639\u062F\u0627\u062F\u0627\u062A\u0643\u061F",translationLineBreakSettingTitle:"\u0625\u0639\u062F\u0627\u062F\u0627\u062A \u0627\u0644\u062A\u0641\u0627\u0641 \u0633\u0637\u0631 \u0627\u0644\u062A\u0631\u062C\u0645\u0629",smartLineBreak:"\u062A\u063A\u0644\u064A\u0641 \u0627\u0644\u062E\u0637 \u0627\u0644\u0630\u0643\u064A",alwaysLineBreak:"\u0627\u0644\u062A\u0641\u0627\u0641 \u062F\u0627\u0626\u0645\u0627",isShowContextMenu:"\u0623\u0636\u0641 \u0635\u0641\u062D\u0629 \u0627\u0644\u0648\u064A\u0628 \u0627\u0644\u0645\u062A\u0631\u062C\u0645\u0629 \u0625\u0644\u0649 \u0639\u0646\u0635\u0631 \u0642\u0627\u0626\u0645\u0629 \u0627\u0644\u0646\u0642\u0631 \u0628\u0632\u0631 \u0627\u0644\u0645\u0627\u0648\u0633 \u0627\u0644\u0623\u064A\u0645\u0646",toggleBeta:"\u062A\u0641\u0639\u064A\u0644 \u0645\u064A\u0632\u0627\u062A \u0627\u0644\u0627\u062E\u062A\u0628\u0627\u0631 \u0627\u0644\u062A\u062C\u0631\u064A\u0628\u064A",betaDescription:"\u062A\u0645\u0643\u064A\u0646 \u0627\u0644\u0645\u064A\u0632\u0627\u062A \u0627\u0644\u062A\u064A \u0644\u0627 \u062A\u0632\u0627\u0644 \u062A\u062C\u0631\u064A\u0628\u064A\u0629\u060C \u0628\u0627\u0644\u0625\u0636\u0627\u0641\u0629 \u0625\u0644\u0649 \u062E\u062F\u0645\u0627\u062A \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0642\u064A\u062F \u0627\u0644\u0627\u062E\u062A\u0628\u0627\u0631. \u0627\u0646\u0636\u0645 \u0625\u0644\u0649<1>\u0645\u062C\u0645\u0648\u0639\u0629 \u0627\u0644\u062A\u0644\u064A\u062C\u0631\u0627\u0645 \u064A\u062A\u0639\u0644\u0645 \u0623\u0643\u062B\u0631.",translationLineBreakSettingDescription:"\u064A\u064F\u0639\u062F \u0627\u0644\u0627\u0644\u062A\u0641\u0627\u0641 \u062F\u0627\u0626\u0645\u064B\u0627 \u0645\u0646\u0627\u0633\u0628\u064B\u0627 \u0644\u0644\u062A\u062E\u0637\u064A\u0637\u0627\u062A \u0630\u0627\u062A \u0627\u0644\u0645\u062D\u062A\u0648\u0649 \u0627\u0644\u0623\u0642\u0644 \u0648\u0627\u0644\u0623\u0643\u062B\u0631 \u062A\u0631\u062A\u064A\u0628\u064B\u0627. (\u0627\u0633\u062A\u062E\u062F\u0645 \u0641\u0648\u0627\u0635\u0644 \u0627\u0644\u0623\u0633\u0637\u0631 \u0627\u0644\u0630\u0643\u064A\u0629 \u0641\u064A \u0627\u0644\u0641\u0642\u0631\u0627\u062A \u0627\u0644\u0637\u0648\u064A\u0644\u0629 \u0627\u0644\u062A\u064A \u062A\u062D\u062A\u0648\u064A \u0639\u0644\u0649 \u0627\u0644\u0643\u062B\u064A\u0631 \u0645\u0646 \u0627\u0644\u0645\u062D\u062A\u0648\u0649 (\u0623\u0643\u062B\u0631 \u0645\u0646{count}\u062D\u0631\u0641) \u0644\u062A\u0648\u0641\u064A\u0631 \u0627\u0644\u0645\u0633\u0627\u062D\u0629)",tempTranslateDomainTitle:"\u0643\u0645 \u0645\u0646 \u0627\u0644\u0648\u0642\u062A \u0644\u062A\u0645\u0643\u064A\u0646 \u062A\u0631\u062C\u0645\u0629 \u0645\u0648\u0642\u0639 \u0627\u0644\u0648\u064A\u0628 \u0645\u0624\u0642\u062A\u064B\u0627",tempTranslateDomainDescription:"\u0639\u0646\u062F \u062A\u0631\u062C\u0645\u0629 \u0635\u0641\u062D\u0629 \u0648\u064A\u0628 \u064A\u062F\u0648\u064A\u064B\u0627\u060C \u0642\u0645 \u0628\u062A\u0634\u063A\u064A\u0644 \u0645\u0648\u0642\u0639 \u0627\u0644\u0648\u064A\u0628 \u0645\u0624\u0642\u062A\u064B\u0627 \u0644\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u062A\u0644\u0642\u0627\u0626\u064A\u0629\u060C \u0648\u064A\u0645\u0643\u0646\u0643 \u0636\u0628\u0637 \u0627\u0644\u0645\u062F\u0629 \u0627\u0644\u0645\u0624\u0642\u062A\u0629.",xMinutes:"{count} \u062F\u0642\u064A\u0642\u0629",disabled:"\u0625\u0628\u0637\u0627\u0644",changelog:"\u062A\u063A\u064A\u064A\u0631 \u0627\u0644\u0633\u062C\u0644",toggleTranslatePageWhenThreeFingersOnTheScreen:"\u0627\u0644\u0645\u0633 \u0627\u0644\u0634\u0627\u0634\u0629 \u0628\u0623\u0635\u0627\u0628\u0639 \u0645\u062A\u0639\u062F\u062F\u0629 \u0641\u064A \u0646\u0641\u0633 \u0627\u0644\u0648\u0642\u062A \u0644\u062A\u0631\u062C\u0645\u0629 \u0635\u0641\u062D\u0629 \u0627\u0644\u0648\u064A\u0628/\u0639\u0631\u0636 \u0627\u0644\u0646\u0635 \u0627\u0644\u0623\u0635\u0644\u064A",toggleTranslationMaskWhenThreeFingersOnTheScreen:"\u0627\u0644\u0645\u0633 \u0639\u062F\u0629 \u0623\u0635\u0627\u0628\u0639 \u0641\u064A \u0646\u0641\u0633 \u0627\u0644\u0648\u0642\u062A \u0644\u0625\u0638\u0647\u0627\u0631/\u0625\u062E\u0641\u0627\u0621 \u062A\u0623\u062B\u064A\u0631 \u0637\u0645\u0633 \u0627\u0644\u062A\u0631\u062C\u0645\u0629",fingerCountToToggleTranslagePageOnlyTranslationWhenTouching:"\u0627\u0644\u0645\u0633 \u0627\u0644\u0634\u0627\u0634\u0629 \u0628\u0623\u0635\u0627\u0628\u0639 \u0645\u062A\u0639\u062F\u062F\u0629 \u0641\u064A \u0646\u0641\u0633 \u0627\u0644\u0648\u0642\u062A \u0644\u062A\u0631\u062C\u0645\u0629 \u0635\u0641\u062D\u0629 \u0627\u0644\u0648\u064A\u0628 (\u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0641\u0642\u0637)/\u0639\u0631\u0636 \u0627\u0644\u0646\u0635 \u0627\u0644\u0623\u0635\u0644\u064A",addUrlDescription:"\u064A\u0645\u0643\u0646 \u0623\u0646 \u064A\u0643\u0648\u0646 \u0627\u0633\u0645 \u0646\u0637\u0627\u0642 \u0648\u064A\u062F\u0639\u0645 \u0623\u062D\u0631\u0641 \u0627\u0644\u0628\u062F\u0644\u060C \u0645\u062B\u0644\uFF1A*.google.com\u060C google.com/mail/*\u060C https://www.google.com/*",general:"\u0627\u0644\u0625\u0639\u062F\u0627\u062F\u0627\u062A \u0627\u0644\u0623\u0633\u0627\u0633\u064A\u0629",clickToExpandConfig:"\u0642\u0645 \u0628\u062A\u0648\u0633\u064A\u0639 \u0627\u0644\u062A\u0643\u0648\u064A\u0646 \u0627\u0644\u062D\u0627\u0644\u064A",import:"\u0627\u0633\u062A\u064A\u0631\u0627\u062F \u0645\u0646 \u0645\u0644\u0641",export:"\u062A\u0635\u062F\u064A\u0631 \u0625\u0644\u0649 \u0645\u0644\u0641",toggleDebug:"\u0637\u0628\u0627\u0639\u0629 \u0633\u062C\u0644\u0627\u062A \u0627\u0644\u062A\u0635\u062D\u064A\u062D \u0639\u0644\u0649 \u0648\u062D\u062F\u0629 \u0627\u0644\u062A\u062D\u0643\u0645","fingers.0":"\u0625\u0646\u0647\u0627\u0621","fingers.2":"\u0644\u0645\u0633\u0629 \u0628\u0625\u0635\u0628\u0639\u064A\u0646","fingers.3":"\u0644\u0645\u0633\u0629 \u0628\u062B\u0644\u0627\u062B\u0629 \u0623\u0635\u0627\u0628\u0639","fingers.4":"\u0644\u0645\u0633\u0629 \u0628\u0623\u0631\u0628\u0639\u0629 \u0623\u0635\u0627\u0628\u0639","fingers.5":"\u0644\u0645\u0633\u0629 \u062E\u0645\u0633\u0629 \u0623\u0635\u0627\u0628\u0639",mouseHoldKey:"+ {key} \u062A\u0631\u062C\u0645\u0629/\u0627\u0633\u062A\u0639\u0627\u062F\u0629 \u0647\u0630\u0647 \u0627\u0644\u0641\u0642\u0631\u0629",mouseHoldKeyAuto:"\u062A\u0631\u062C\u0645\u0629 \u0647\u0630\u0647 \u0627\u0644\u0641\u0642\u0631\u0629 \u0645\u0628\u0627\u0634\u0631\u0629",mouseHoldKeyOff:"\u0644\u0627 \u062A\u0641\u0639\u0644 \u0623\u064A \u0634\u064A\u0621",mouseHoldKeyOther:"\u0645\u0641\u0627\u062A\u064A\u062D \u0627\u0644\u0627\u062E\u062A\u0635\u0627\u0631 \u0627\u0644\u0645\u062E\u0635\u0635\u0629 (\u0627\u0644\u0625\u0639\u062F\u0627\u062F\u0627\u062A \u0627\u0644\u0645\u0641\u062A\u0648\u062D\u0629)",mouseHoldKeyCustomKey:"{key} / \u0627\u0633\u062A\u0639\u0627\u062F\u0629 \u0647\u0630\u0647 \u0627\u0644\u0641\u0642\u0631\u0629",mouseHoverHoldKey:"\u062D\u0631\u0643 \u0627\u0644\u0645\u0627\u0648\u0633 \u0648\u0627\u0636\u063A\u0637 \u0639\u0644\u0649 \u0645\u0641\u062A\u0627\u062D \u0627\u0644\u0627\u062E\u062A\u0635\u0627\u0631 \u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0641\u0642\u0631\u0629","mouse-translate":"\u062A\u0645\u0631\u064A\u0631 \u0627\u0644\u0645\u0627\u0648\u0633",document:"\u0648\u062B\u064A\u0642\u0629",resetSuccess:"\u0625\u0639\u0627\u062F\u0629 \u0636\u0628\u0637 \u062C\u0645\u064A\u0639 \u0627\u0644\u0625\u0639\u062F\u0627\u062F\u0627\u062A \u0628\u0646\u062C\u0627\u062D",resetThisSuccess:"\u062A\u0645\u062A \u0625\u0639\u0627\u062F\u0629 \u0627\u0644\u0636\u0628\u0637 \u0628\u0646\u062C\u0627\u062D",saved:"\u062D\u0641\u0638 \u0628\u0646\u062C\u0627\u062D",successImportConfig:"\u062A\u0645 \u0627\u0633\u062A\u064A\u0631\u0627\u062F \u0627\u0644\u062A\u0643\u0648\u064A\u0646 \u0628\u0646\u062C\u0627\u062D",goAdvancedSettings:"\u0627\u0646\u062A\u0642\u0644 \u0625\u0644\u0649 \u0635\u0641\u062D\u0629 \u0627\u0644\u0625\u0639\u062F\u0627\u062F\u0627\u062A \u0627\u0644\u0645\u062A\u0642\u062F\u0645\u0629",goAdvancedInterfaceSettings:"\u0627\u0646\u062A\u0642\u0644 \u0625\u0644\u0649 \u0635\u0641\u062D\u0629 \u0625\u0639\u062F\u0627\u062F\u0627\u062A \u0627\u0644\u062A\u062E\u0635\u064A\u0635 \u0627\u0644\u0645\u062A\u0642\u062F\u0645\u0629",advanced:"\u0625\u0639\u062F\u0627\u062F\u0627\u062A \u0645\u062A\u0642\u062F\u0645\u0629",advancedDescription:"\u0628\u0634\u0643\u0644 \u0639\u0627\u0645\u060C \u0644\u0627 \u064A\u0644\u0632\u0645 \u0623\u064A \u0625\u0639\u062F\u0627\u062F\u060C \u0641\u0642\u0637 \u0627\u062D\u062A\u0641\u0638 \u0628\u0627\u0644\u0625\u0639\u062F\u0627\u062F \u0627\u0644\u0627\u0641\u062A\u0631\u0627\u0636\u064A. \u0641\u0642\u0637 \u0644\u0644\u0645\u0633\u062A\u062E\u062F\u0645\u064A\u0646 \u0627\u0644\u0623\u0643\u062B\u0631 \u0627\u062D\u062A\u0631\u0627\u0641\u064B\u0627\u060C \u064A\u062A\u0645 \u062A\u0648\u0641\u064A\u0631 \u0625\u0639\u062F\u0627\u062F\u0627\u062A \u0623\u0643\u062B\u0631 \u062A\u062E\u0635\u064A\u0635\u064B\u0627.",developer:"\u0625\u0639\u062F\u0627\u062F\u0627\u062A \u0627\u0644\u0645\u0637\u0648\u0631",donateCafe:"\u0633\u0639\u0631","translate to the bottom of the page":"\u0628\u0639\u062F \u0627\u0644\u062F\u062E\u0648\u0644 \u0625\u0644\u0649 \u0635\u0641\u062D\u0629 \u0627\u0644\u0648\u064A\u0628 \u0647\u0644 \u064A\u062A\u0645 \u062A\u0631\u062C\u0645\u062A\u0647\u0627 \u0645\u0628\u0627\u0634\u0631\u0629 \u0625\u0644\u0649 \u0623\u0633\u0641\u0644 \u0627\u0644\u0635\u0641\u062D\u0629\u061F",feedback:"\u062A\u0639\u0644\u064A\u0642",toggleTranslatePage:"\u062A\u0631\u062C\u0645\u0629 \u0635\u0641\u062D\u0629 \u0627\u0644\u0648\u064A\u0628/\u0625\u0638\u0647\u0627\u0631 \u0627\u0644\u0646\u0635 \u0627\u0644\u0623\u0635\u0644\u064A",translateToThePageEndImmediatelyDescription:"\u0639\u0646\u062F \u062A\u0634\u063A\u064A\u0644\u0647\u060C \u0633\u064A\u0624\u062F\u064A \u0627\u0644\u062F\u062E\u0648\u0644 \u0625\u0644\u0649 \u0635\u0641\u062D\u0629 \u0648\u064A\u0628 \u0625\u0644\u0649 \u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0645\u062D\u062A\u0648\u0649 \u0639\u0644\u0649 \u0627\u0644\u0641\u0648\u0631 \u0645\u0646 \u0623\u0639\u0644\u0649 \u0625\u0644\u0649 \u0623\u0633\u0641\u0644. \u0625\u0630\u0627 \u062A\u0645 \u0625\u064A\u0642\u0627\u0641\u0647\u060C \u064A\u0645\u0643\u0646\u0643 \u0627\u0644\u0642\u0631\u0627\u0621\u0629 \u0648\u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0641\u064A \u0646\u0641\u0633 \u0627\u0644\u0648\u0642\u062A. (\u0644\u0627 \u064A\u0646\u0635\u062D \u0628\u062A\u0634\u063A\u064A\u0644\u0647)","translate all areas of the page":"\u0645\u0627 \u0625\u0630\u0627 \u0643\u0627\u0646 \u0633\u064A\u062A\u0645 \u062A\u0631\u062C\u0645\u0629 \u062C\u0645\u064A\u0639 \u0645\u0646\u0627\u0637\u0642 \u0635\u0641\u062D\u0629 \u0627\u0644\u0648\u064A\u0628",translationAreaDescription:"\u0639\u0646\u062F \u062A\u0634\u063A\u064A\u0644\u0647\u060C \u0633\u062A\u062A\u0645 \u062A\u0631\u062C\u0645\u0629 \u062C\u0645\u064A\u0639 \u0645\u0646\u0627\u0637\u0642 \u0635\u0641\u062D\u0629 \u0627\u0644\u0648\u064A\u0628 \u0628\u0623\u0643\u0645\u0644\u0647\u0627. \u0625\u0630\u0627 \u062A\u0645 \u0625\u064A\u0642\u0627\u0641 \u062A\u0634\u063A\u064A\u0644\u0647\u060C \u0641\u0633\u064A\u062A\u0645 \u0627\u0633\u062A\u062E\u062F\u0627\u0645 \u0627\u0644\u062A\u0639\u0631\u0641 \u0627\u0644\u0630\u0643\u064A \u0627\u0644\u0627\u0641\u062A\u0631\u0627\u0636\u064A \u0648\u0633\u062A\u062A\u0645 \u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0645\u0646\u0637\u0642\u0629 \u0627\u0644\u0631\u0626\u064A\u0633\u064A\u0629 \u0641\u0642\u0637. (\u0644\u0627 \u064A\u0646\u0635\u062D \u0628\u062A\u0634\u063A\u064A\u0644\u0647)","the number of characters to be translated first":"\u0642\u0645 \u0628\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0623\u062D\u0631\u0641 \u0627\u0644\u0642\u0644\u064A\u0644\u0629 \u0627\u0644\u0623\u0648\u0644\u0649 \u0645\u0646 \u0627\u0644\u0635\u0641\u062D\u0629 \u0645\u0628\u0627\u0634\u0631\u0629 \u062F\u0648\u0646 \u0627\u0646\u062A\u0638\u0627\u0631 \u0627\u0644\u062A\u0645\u0631\u064A\u0631 \u0625\u0644\u0649 \u0627\u0644\u0645\u0646\u0637\u0642\u0629 \u0627\u0644\u0645\u0631\u0626\u064A\u0629","interface language":"\u0644\u063A\u0629 \u0627\u0644\u0648\u0627\u062C\u0647\u0629","display both the original text and the translation":"\u0639\u0631\u0636 \u0627\u0644\u0646\u0635 \u0627\u0644\u0623\u0635\u0644\u064A \u0648\u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0641\u064A \u0648\u0642\u062A \u0648\u0627\u062D\u062F","keyboard shortcuts":"\u0627\u062E\u062A\u0635\u0627\u0631\u0627\u062A \u0644\u0648\u062D\u0629 \u0627\u0644\u0645\u0641\u0627\u062A\u064A\u062D",modify:"\u062A\u0639\u062F\u064A\u0644 \u0645\u0641\u0627\u062A\u064A\u062D \u0627\u0644\u0627\u062E\u062A\u0635\u0627\u0631",reset:"\u0625\u0639\u0627\u062F\u0629 \u0636\u0628\u0637",close:"\u0625\u0646\u0647\u0627\u0621",homepage:"\u0627\u0644\u0635\u0641\u062D\u0629 \u0627\u0644\u0631\u0626\u064A\u0633\u064A\u0629",more:"\u0623\u0643\u062B\u0631",moreOptions:"\u0642\u0645 \u0628\u062A\u0648\u0633\u064A\u0639 \u0627\u0644\u0645\u0632\u064A\u062F \u0645\u0646 \u062E\u064A\u0627\u0631\u0627\u062A \u0627\u0644\u062A\u062E\u0635\u064A\u0635",translateTheWholePage:"\u062A\u0631\u062C\u0645\u0629 \u062C\u0645\u064A\u0639 \u0645\u0646\u0627\u0637\u0642 \u0627\u0644\u0635\u0641\u062D\u0629 (\u062A\u062E\u062A\u0644\u0641 \u0639\u0646 \u0627\u0644\u0645\u0646\u0627\u0637\u0642 \u0627\u0644\u0631\u0626\u064A\u0633\u064A\u0629 \u0644\u0644\u062A\u0639\u0631\u0641 \u0627\u0644\u0630\u0643\u064A)",changeToTranslateTheWholePage:"\u0627\u0644\u062A\u0628\u062F\u064A\u0644 \u0644\u062A\u0631\u062C\u0645\u0629 \u0643\u0627\u0641\u0629 \u0627\u0644\u0645\u062C\u0627\u0644\u0627\u062A",changeToTranslateTheMainPage:"\u0642\u0645 \u0628\u0627\u0644\u062A\u0628\u062F\u064A\u0644 \u0625\u0644\u0649 \u0645\u0646\u0637\u0642\u0629 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0631\u0626\u064A\u0633\u064A\u0629",changeToOnlyTranslationMode:"\u0642\u0645 \u0628\u0627\u0644\u062A\u0628\u062F\u064A\u0644 \u0625\u0644\u0649 \u0625\u0638\u0647\u0627\u0631 \u0627\u0644\u062A\u0631\u062C\u0645\u0627\u062A \u0641\u0642\u0637",changeToDualTranslationMode:"\u0627\u0644\u062A\u0628\u062F\u064A\u0644 \u0625\u0644\u0649 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u062B\u0646\u0627\u0626\u064A\u0629 \u0627\u0644\u0644\u063A\u0629",translateToThePageEndImmediately:"\u062A\u0631\u062C\u0645 \u0639\u0644\u0649 \u0627\u0644\u0641\u0648\u0631 \u0625\u0644\u0649 \u0623\u0633\u0641\u0644 \u0627\u0644\u0635\u0641\u062D\u0629",translateTheMainPage:"\u0627\u0644\u0645\u062C\u0627\u0644\u0627\u062A \u0627\u0644\u0631\u0626\u064A\u0633\u064A\u0629 \u0644\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0630\u0643\u064A\u0629","The local rules are up to date":"\u0642\u0648\u0627\u0639\u062F \u0627\u0644\u062A\u0643\u064A\u0641 \u0627\u0644\u0645\u062D\u0644\u064A\u0629 \u0645\u062D\u062F\u062B\u0629:","Successfully synchronized with the latest official rules:":"\u062A\u0645\u062A \u0645\u0632\u0627\u0645\u0646\u0629 \u0623\u062D\u062F\u062B \u0642\u0648\u0627\u0639\u062F \u0627\u0644\u062A\u0643\u064A\u0641 \u0627\u0644\u0631\u0633\u0645\u064A\u0629 \u0628\u0646\u062C\u0627\u062D:","Checking for updates":"\u0627\u0644\u0628\u062D\u062B \u0639\u0646 \u062A\u062D\u062F\u064A\u062B\u0627\u062A","Rules are being synchronized":"\u0645\u0632\u0627\u0645\u0646\u0629 \u0642\u0648\u0627\u0639\u062F \u0627\u0644\u062A\u0643\u064A\u0641",localVersionIsTooOld:"\u0625\u0635\u062F\u0627\u0631 \u0627\u0644\u0645\u0644\u062D\u0642 \u0627\u0644\u0645\u062D\u0644\u064A \u0642\u062F\u064A\u0645 \u062C\u062F\u064B\u0627. \u064A\u0631\u062C\u0649 \u0627\u0644\u062A\u0631\u0642\u064A\u0629 \u0625\u0644\u0649 \u0627\u0644\u0645\u0644\u062D\u0642 {minVersion} \u0623\u0648 \u0625\u0635\u062F\u0627\u0631 \u0623\u062D\u062F\u062B \u0648\u0645\u062D\u0627\u0648\u0644\u0629 \u0627\u0644\u0645\u0632\u0627\u0645\u0646\u0629 \u0645\u0631\u0629 \u0623\u062E\u0631\u0649.",badUserscriptBrowser:"\u0627\u0644\u0645\u062A\u0635\u0641\u062D \u0627\u0644\u062D\u0627\u0644\u064A \u0644\u0627 \u064A\u0637\u0628\u0642 \u0648\u0627\u062C\u0647\u0629 \u0645\u0644\u062D\u0642 Grease Monkey \u0628\u0634\u0643\u0644 \u0635\u062D\u064A\u062D (\u0645\u062B\u0644 \u0627\u0644\u062D\u0635\u0648\u0644 \u0639\u0644\u0649 \u0645\u0639\u0644\u0648\u0645\u0627\u062A \u0631\u0642\u0645 \u0627\u0644\u0625\u0635\u062F\u0627\u0631 \u0644\u0644\u0628\u0631\u0646\u0627\u0645\u062C \u0627\u0644\u0646\u0635\u064A Grease Monkey \u0646\u0641\u0633\u0647)\u060C \u064A\u0631\u062C\u0649 \u0627\u0633\u062A\u062E\u062F\u0627\u0645 \u0645\u0644\u062D\u0642\u0627\u062A \u062F\u0639\u0645 \u0623\u062E\u0631\u0649 <1> Grease Monkey \u0645\u062A\u0635\u0641\u062D\u0627\u062A \u0645\u062B\u0644 \u0641\u0627\u064A\u0631\u0641\u0648\u0643\u0633",foundNewVersion:"\u062A\u0645 \u0627\u0644\u0639\u062B\u0648\u0631 \u0639\u0644\u0649 \u0646\u0633\u062E\u0629 \u062C\u062F\u064A\u062F\u0629",theLocalExtensionIsUpToUpdate:"\u0627\u0644\u0627\u0645\u062A\u062F\u0627\u062F \u0627\u0644\u062D\u0627\u0644\u064A \u0647\u0648 \u0623\u062D\u062F\u062B \u0625\u0635\u062F\u0627\u0631.",failToSyncRules:"\u0641\u0634\u0644\u062A \u0645\u0632\u0627\u0645\u0646\u0629 \u0623\u062D\u062F\u062B \u0642\u0648\u0627\u0639\u062F \u0627\u0644\u062A\u0643\u064A\u0641",retry:"\u0627\u0636\u063A\u0637 \u0647\u0646\u0627 \u0644\u0644\u0645\u062D\u0627\u0648\u0644\u0629 \u0645\u0631\u0629 \u0623\u062E\u0631\u0649",failedReason:"\u0633\u0628\u0628 \u0627\u0644\u0641\u0634\u0644",currentRuleVersion:"\u0646\u0633\u062E\u0629 \u0627\u0644\u0642\u0627\u0639\u062F\u0629 \u0627\u0644\u062D\u0627\u0644\u064A\u0629",calculating:"\u062D\u0633\u0627\u0628",unknownError:"\u062E\u0637\u0623 \u063A\u064A\u0631 \u0645\u0639\u0631\u0648\u0641",canNotFetchRemoteRule:"\u063A\u064A\u0631 \u0642\u0627\u062F\u0631 \u0639\u0644\u0649 \u0627\u0644\u062D\u0635\u0648\u0644 \u0639\u0644\u0649 \u0627\u0644\u0642\u0648\u0627\u0639\u062F \u0627\u0644\u0628\u0639\u064A\u062F\u0629",enableAlphaSuccess:"\u062A\u0645 \u062A\u0634\u063A\u064A\u0644 \u0648\u0638\u064A\u0641\u0629 \u0623\u0644\u0641\u0627",disableAlphaSuccess:"\u062A\u0645 \u0625\u064A\u0642\u0627\u0641 \u0645\u064A\u0632\u0629 \u0623\u0644\u0641\u0627",cacheSize:"\u062D\u062C\u0645 \u0630\u0627\u0643\u0631\u0629 \u0627\u0644\u062A\u062E\u0632\u064A\u0646 \u0627\u0644\u0645\u0624\u0642\u062A\uFF1A",cleaning:"\u062A\u0646\u0638\u064A\u0641",cleanCache:"\u0645\u0633\u062D \u0630\u0627\u0643\u0631\u0629 \u0627\u0644\u062A\u062E\u0632\u064A\u0646 \u0627\u0644\u0645\u0624\u0642\u062A",options:"\u064A\u062B\u0628\u062A",about:"\u0639\u0646",service:"\u062E\u062F\u0645\u0629 \u0627\u0644\u062A\u0631\u062C\u0645\u0629",needAction:"(\u0627\u0630\u0647\u0628 \u0644\u0644\u0627\u0639\u062F\u0627\u062F\u0627\u062A)",goSettings:"\u0627\u0630\u0647\u0628 \u0644\u0644\u0627\u0639\u062F\u0627\u062F\u0627\u062A",needActionForOptions:"(\u062A\u062D\u062A\u0627\u062C \u0625\u0644\u0649 \u062A\u0639\u064A\u064A\u0646)",translationEngine:"\u062E\u064A\u0627\u0631\u0627\u062A \u0627\u0644\u0645\u062D\u0631\u0643",sourceLanguage:"\u0627\u0644\u0644\u063A\u0629 \u0627\u0644\u0623\u0635\u0644\u064A\u0629",target:"\u0627\u0644\u0644\u063A\u0629 \u0627\u0644\u0645\u0633\u062A\u0647\u062F\u0641\u0629",popupSourceLanguage:"\u0627\u0644\u0644\u063A\u0629 \u0627\u0644\u0623\u0635\u0644\u064A\u0629",popupTarget:"\u0627\u0644\u0644\u063A\u0629 \u0627\u0644\u0645\u0633\u062A\u0647\u062F\u0641\u0629",popupService:"\u062E\u062F\u0645\u0629 \u0627\u0644\u062A\u0631\u062C\u0645\u0629",forThisSite:"\u0627\u0644\u0645\u0648\u0642\u0639 \u0627\u0644\u062D\u0627\u0644\u064A",autoEnableSubtitle:"\u0642\u0645 \u0628\u062A\u0634\u063A\u064A\u0644 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u062B\u0646\u0627\u0626\u064A\u0629 \u0627\u0644\u0644\u063A\u0629 \u062A\u0644\u0642\u0627\u0626\u064A\u064B\u0627",alwaysTranslate:"\u062A\u0631\u062C\u0645 \u062F\u0627\u0626\u0645\u0627 ",neverTranslate:"\u0644\u0627 \u062A\u062A\u0631\u062C\u0645 \u0623\u0628\u062F\u064B\u0627 ",alwaysTranslateSomeLanguage:"\u062A\u0631\u062C\u0645 \u062F\u0627\u0626\u0645\u0627 {language}",neverTranslateSomeLanguage:"\u0644\u0627 \u062A\u062A\u0631\u062C\u0645 \u0623\u0628\u062F\u064B\u0627 {language}",alwaysTranslateSomeSite:"\u062A\u0631\u062C\u0645 \u062F\u0627\u0626\u0645\u0627 {hostname}",neverTranslateSomeSite:"\u0644\u0627 \u062A\u062A\u0631\u062C\u0645 \u0623\u0628\u062F\u064B\u0627 {hostname}",alwaysTranslateSomeSiteOrWildSite:"\u0642\u0645 \u0628\u062A\u0631\u062C\u0645\u0629 \u0647\u0630\u0627 \u0627\u0644\u0645\u0648\u0642\u0639 \u062F\u0627\u0626\u0645\u064B\u0627",alwaysTranslateSomePage:"\u0642\u0645 \u0628\u062A\u0631\u062C\u0645\u0629 \u0647\u0630\u0647 \u0627\u0644\u0635\u0641\u062D\u0629 \u062F\u0627\u0626\u0645\u064B\u0627",add:"\u0627\u0636\u0641 \u0625\u0644\u064A\u0647",default:"\u062A\u0642\u0635\u064A\u0631",forThisLanguage:"\u0644\u0647\u0630\u0647 \u0627\u0644\u0644\u063A\u0629\uFF1A","add url":"\u0625\u062F\u062E\u0627\u0644 \u0639\u0646\u0648\u0627\u0646 \u0627\u0644\u0645\u0648\u0642\u0639",edit:"\u064A\u062D\u0631\u0631","translate other languages into specific language":"\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0644\u063A\u0627\u062A \u0627\u0644\u0623\u062E\u0631\u0649 \u0625\u0644\u0649 \u0627\u0644\u0644\u063A\u0629 \u0627\u0644\u062A\u064A \u062A\u062D\u062F\u062F\u0647\u0627","select translation service":"\u0627\u062E\u062A\u0631 \u062E\u062F\u0645\u0629 \u0627\u0644\u062A\u0631\u062C\u0645\u0629",language:"\u0644\u063A\u0629","show-original":"\u0625\u0638\u0647\u0627\u0631 \u0627\u0644\u0646\u0635 \u0627\u0644\u0623\u0635\u0644\u064A",translate:"\u064A\u062A\u0631\u062C\u0645",Translated:"\u0645\u062A\u0631\u062C\u0645",Translating:"\u062C\u0627\u0631 \u0627\u0644\u062A\u0631\u062C\u0645\u0629",Error:"\u062E\u0637\u0623",allowCacheTranslations:"\u062A\u0645\u0643\u064A\u0646 \u0627\u0644\u062A\u062E\u0632\u064A\u0646 \u0627\u0644\u0645\u0624\u0642\u062A \u0644\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0645\u062D\u0644\u064A\u0629 (\u0644\u062A\u0642\u0644\u064A\u0644 \u0637\u0644\u0628\u0627\u062A \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0644\u0644\u0641\u0642\u0631\u0627\u062A \u0627\u0644\u0645\u0643\u0631\u0631\u0629)","translation display":"\u0623\u0633\u0644\u0648\u0628 \u0639\u0631\u0636 \u0627\u0644\u062A\u0631\u062C\u0645\u0629","select diplay style":"\u062A\u0645\u064A\u064A\u0632 \u0623\u0633\u0644\u0648\u0628 \u0627\u0644\u062A\u0631\u062C\u0645\u0629\u060C \u064A\u0631\u062C\u0649 \u0627\u0644\u0631\u062C\u0648\u0639 \u0625\u0644\u0649 \u0627\u0644\u0623\u0645\u062B\u0644\u0629 \u0627\u0644\u062A\u0627\u0644\u064A\u0629 \u0644\u0645\u0632\u064A\u062F \u0645\u0646 \u0627\u0644\u062A\u0641\u0627\u0635\u064A\u0644:",interface:"\u0625\u0639\u062F\u0627\u062F\u0627\u062A \u0627\u0644\u0648\u0627\u062C\u0647\u0629",import_export:"\u0627\u0633\u062A\u064A\u0631\u0627\u062F \u0648\u062A\u0635\u062F\u064A\u0631",import_export_title:"\u062A\u0643\u0648\u064A\u0646 \u0627\u0644\u0627\u0633\u062A\u064A\u0631\u0627\u062F/\u0627\u0644\u062A\u0635\u062F\u064A\u0631",syncToGoogleDrive:"\u0627\u0644\u0645\u0632\u0627\u0645\u0646\u0629 \u0645\u0639 Google Drive \u0627\u0644\u0622\u0646",floatBallOptions:"\u0625\u0639\u062F\u0627\u062F\u0627\u062A \u0627\u0644\u0643\u0631\u0629 \u0627\u0644\u0645\u0639\u0644\u0642\u0629","floatBallOptions.enable":"\u062A\u0645\u0643\u064A\u0646 \u0627\u0644\u0643\u0631\u0629 \u0627\u0644\u0639\u0627\u0626\u0645\u0629","floatBallOptions.blockUrls":"\u062A\u0639\u0637\u064A\u0644 \u0645\u0648\u0642\u0639 \u0627\u0644\u0648\u064A\u0628","floatBallOptions.add":"\u0627\u0636\u0641 \u0625\u0644\u064A\u0647","floatBallOptions.blockUrlDesc":"\u0644\u0646 \u064A\u062A\u0645 \u0639\u0631\u0636 \u0627\u0644\u0643\u0631\u0629 \u0627\u0644\u0639\u0627\u0626\u0645\u0629 \u0639\u0646\u062F \u0645\u0648\u0627\u062C\u0647\u0629 \u0627\u0644\u0645\u0648\u0627\u0642\u0639 \u0627\u0644\u062A\u0627\u0644\u064A\u0629","floatBallOptions.clickType":"\u0627\u0646\u0642\u0631 \u0641\u0648\u0642 \u0627\u0644\u0633\u0644\u0648\u0643","floatBallOptions.clickTypeDesc":"\u0633\u0644\u0648\u0643 \u0623\u064A\u0642\u0648\u0646\u0629 \u0627\u0644\u0643\u0631\u0629 \u0627\u0644\u0639\u0627\u0626\u0645\u0629 \u0639\u0646\u062F \u0627\u0644\u0646\u0642\u0631 \u0639\u0644\u064A\u0647\u0627","floatBallOptions.clickPopup":"\u0625\u0638\u0647\u0627\u0631 \u0644\u0648\u062D\u0629 \u0627\u0644\u062A\u0631\u062C\u0645\u0629","floatBallOptions.clickTranslate":"\u062A\u0631\u062C\u0645\u0629/\u0625\u0638\u0647\u0627\u0631 \u0627\u0644\u0646\u0635 \u0627\u0644\u0623\u0635\u0644\u064A","floatBallOptions.fixedPosition":"\u56FA\u5B9A\u4F4D\u7F6E","floatBallOptions.fixedPositionDesc":"\u60AC\u6D6E\u7403\u5728\u7A97\u53E3\u5DE6\u4FA7\u8FD8\u662F\u53F3\u4FA7","floatBallOptions.fixedPositionLeft":"\u5DE6\u4FA7","floatBallOptions.fixedPositionRight":"\u53F3\u4FA7",previewAllThemes:"\u0645\u0639\u0627\u064A\u0646\u0629 \u0643\u0627\u0641\u0629 \u0627\u0644\u0623\u0646\u0645\u0627\u0637","translationTheme.none":"\u0644\u0627 \u0623\u062D\u062F","translationTheme.grey":"\u0627\u0644\u0631\u0645\u0627\u062F\u064A \u0627\u0644\u062F\u0627\u0643\u0646","translationTheme.dashed":"\u062A\u0633\u0637\u064A\u0631 \u0645\u062A\u0642\u0637\u0639","translationTheme.dotted":"\u062A\u0633\u0637\u064A\u0631 \u0645\u0646\u0642\u0637","translationTheme.dashedBorder":"\u0627\u0644\u062D\u062F\u0648\u062F \u0627\u0644\u0645\u062A\u0642\u0637\u0639\u0629","translationTheme.solidBorder":"\u0627\u0644\u062D\u062F\u0648\u062F \u0627\u0644\u0635\u0644\u0628\u0629","translationTheme.underline":"\u062A\u0633\u0637\u064A\u0631 \u0645\u0633\u062A\u0642\u064A\u0645","translationTheme.mask":"\u062A\u0623\u062B\u064A\u0631 \u0637\u0645\u0633 (\u0648\u0636\u0639 \u0627\u0644\u062A\u0639\u0644\u0645)","translationTheme.opacity":"\u062A\u0623\u062B\u064A\u0631 \u0627\u0644\u0634\u0641\u0627\u0641\u064A\u0629","translationTheme.paper":"\u062A\u0623\u062B\u064A\u0631 \u0627\u0644\u0638\u0644 \u0648\u0631\u0642\u0629 \u0628\u064A\u0636\u0627\u0621","translationTheme.dividingLine":"\u062E\u0637 \u0627\u0644\u062A\u0642\u0633\u064A\u0645","translationTheme.highlight":"\u062A\u0633\u0644\u064A\u0637 \u0627\u0644\u0636\u0648\u0621","translationTheme.marker":"\u0639\u0644\u0627\u0645\u0629","translationTheme.marker2":"\u0639\u0644\u0627\u0645\u0629 2","translationTheme.blockquote":"\u0627\u0644\u0646\u0645\u0637 \u0627\u0644\u0645\u0631\u062C\u0639\u064A","translationTheme.weakening":"\u064A\u0636\u0639\u0641","translationTheme.italic":"\u0645\u0627\u0626\u0644","translationTheme.bold":"\u0639\u0631\u064A\u0636","translationTheme.thinDashed":"\u062A\u0633\u0637\u064A\u0631 \u0645\u062A\u0642\u0637\u0639 \u0631\u0641\u064A\u0639","translationTheme.nativeDashed":"\u064A\u0623\u062A\u064A \u0627\u0644\u0646\u0638\u0627\u0645 \u0645\u0639 \u062A\u0633\u0637\u064A\u0631 \u0645\u0646\u0642\u0637","translationTheme.nativeDotted":"\u064A\u0623\u062A\u064A \u0627\u0644\u0646\u0638\u0627\u0645 \u0645\u0639 \u062A\u0633\u0637\u064A\u0631 \u0645\u0646\u0642\u0637","translationTheme.nativeUnderline":"\u0627\u0644\u0646\u0638\u0627\u0645 \u064A\u0623\u062A\u064A \u0645\u0639 \u062A\u0633\u0637\u064A\u0631 \u0645\u0633\u062A\u0642\u064A\u0645","translationTheme.wavy":"\u062E\u0637\u0648\u0637 \u0645\u062A\u0645\u0648\u062C\u0629","translationServices.custom":"\u0648\u0627\u062C\u0647\u0629 \u0628\u0631\u0645\u062C\u0629 \u0627\u0644\u062A\u0637\u0628\u064A\u0642\u0627\u062A \u0627\u0644\u0645\u062E\u0635\u0635\u0629","translationServices.tencent":"\u0645\u062A\u0631\u062C\u0645 \u062A\u064A\u0646\u0633\u0646\u062A","translationServices.tenAlpha":"\u0645\u062A\u0631\u062C\u0645 \u062A\u064A\u0646\u0633\u0646\u062A (\u0623\u0644\u0641\u0627)","translationServices.google":"\u062C\u0648\u062C\u0644 \u0627\u0644\u0645\u062A\u0631\u062C\u0645","translationServices.bai":"\u0628\u0627\u064A\u062F\u0648 (\u0623\u0644\u0641\u0627)","translationServices.baidu":"\u0645\u062A\u0631\u062C\u0645 \u0628\u0627\u064A\u062F\u0648","translationServices.aliyun":"\u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0633\u062D\u0627\u0628\u064A\u0629 \u0639\u0644\u0649 \u0628\u0627\u0628\u0627","translationServices.volc":"\u062A\u0631\u062C\u0645\u0629 \u0628\u0631\u0643\u0627\u0646","translationServices.deeplx":"DeepLX (\u0628\u064A\u062A\u0627)","translationServices.bing":"\u0645\u062A\u0631\u062C\u0645 \u0645\u0627\u064A\u0643\u0631\u0648\u0633\u0648\u0641\u062A","translationServices.deepl":"\u062F\u064A\u0628 \u0625\u0644","translationServices.wechat":"\u062A\u0631\u062C\u0645\u0629 \u0648\u064A \u0634\u0627\u062A","translationServices.azure":"\u062A\u0631\u062C\u0645\u0629 \u0623\u0632\u0648\u0631","translationServices.ibm":"\u0622\u064A \u0628\u064A \u0625\u0645 \u0648\u0627\u062A\u0633\u0648\u0646","translationServices.aws":"\u062A\u0631\u062C\u0645\u0629 \u0623\u0645\u0627\u0632\u0648\u0646","translationServices.mock":"\u062A\u0631\u062C\u0645\u0629 \u0645\u062D\u0627\u0643\u0627\u0629","translationServices.mock2":"\u062A\u0631\u062C\u0645\u0629 \u0645\u062D\u0627\u0643\u0627\u0629 2","translationServices.caiyun":"\u0643\u0627\u064A\u0648\u0646 \u0634\u064A\u0627\u0648\u064A\u0649","translationServices.cai":"\u0643\u0627\u064A\u0648\u0646 \u0634\u064A\u0627\u0648\u064A\u0649 (\u0623\u0644\u0641\u0627)","translationServices.volcAlpha":"\u0628\u0631\u0643\u0627\u0646 (\u0623\u0644\u0641\u0627)","translationServices.openl":"\u0623\u0648\u0628\u0646 \u0625\u0644","translationServices.youdao":"\u062A\u0631\u062C\u0645\u0629 \u064A\u0648\u062F\u0627\u0648","translationServices.you":"\u062A\u0631\u062C\u0645\u0629 \u064A\u0648\u062F\u0627\u0648 (\u0623\u0644\u0641\u0627)","translationServices.transmart":"\u062A\u064A\u0646\u0633\u0646\u062A \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u062A\u0641\u0627\u0639\u0644\u064A\u0629","translationServices.niu":"\u062A\u0631\u062C\u0645\u0629 \u0645\u0627\u0641\u0631\u064A\u0643\u0633","translationServices.papago":"\u062A\u0631\u062C\u0645\u0629 \u0628\u0627\u0628\u0627\u062C\u0648","translationServices.d":"\u062F (\u0623\u0644\u0641\u0627)","translationServices.dpro":"\u062F\u064A \u0628\u0631\u0648 (\u0643\u0646\u0627\u0631\u064A)","translationServices.openai":"OpenAI","translationServices.yandex":"Yandex","translationServices.chatgpt":"ChatGPT Web (3.5 \u062C\u0648\u0627\u0644)","translate title":"\u062A\u0631\u062C\u0645\u0629 \u0639\u0646\u0648\u0627\u0646 \u0627\u0644\u0635\u0641\u062D\u0629","always languages":"\u0627\u0644\u0644\u063A\u0629 \u0627\u0644\u0645\u062A\u0631\u062C\u0645\u0629 \u062F\u0627\u0626\u0645\u0627",neverTranslateLanguagesLabel:"\u0627\u0644\u0644\u063A\u0627\u062A \u0627\u0644\u062A\u064A \u0644\u0627 \u062A\u062A\u0631\u062C\u0645 \u0623\u0628\u062F\u0627",neverTranslateTheFollowingLanguagesDescription:"\u0633\u064A\u062A\u0645 \u062A\u062E\u0637\u064A \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0639\u0646\u062F\u0645\u0627 \u062A\u0643\u0648\u0646 \u0641\u0642\u0631\u0629 \u0641\u064A \u0627\u0644\u0635\u0641\u062D\u0629 \u0628\u0627\u0644\u0644\u063A\u0627\u062A \u0627\u0644\u062A\u0627\u0644\u064A\u0629",enableUserscriptPagePopup:"\u0625\u0638\u0647\u0627\u0631 \u0627\u0644\u0643\u0631\u0629 \u0627\u0644\u0639\u0627\u0626\u0645\u0629 \u0639\u0644\u0649 \u0627\u0644\u0635\u0641\u062D\u0629",enableUserscriptPagePopupDescription:"\u0628\u0639\u062F \u0625\u063A\u0644\u0627\u0642 \u0627\u0644\u0643\u0631\u0629 \u0627\u0644\u0639\u0627\u0626\u0645\u0629\u060C \u064A\u0645\u0643\u0646\u0643 \u0627\u0633\u062A\u062E\u062F\u0627\u0645 \u0645\u0641\u062A\u0627\u062D \u0627\u0644\u0627\u062E\u062A\u0635\u0627\u0631 /{touch}\u0644\u0625\u064A\u0642\u0627\u0638\u0647\u0627. \u0644\u0645\u0646\u0639 \u0627\u0644\u0639\u062B\u0648\u0631 \u0639\u0644\u0649 \u0627\u0644\u0643\u0631\u0629 \u0627\u0644\u0639\u0627\u0626\u0645\u0629 \u0628\u0639\u062F \u0625\u064A\u0642\u0627\u0641 \u062A\u0634\u063A\u064A\u0644 \u0647\u0630\u0627 \u0627\u0644\u062E\u064A\u0627\u0631 \u0639\u0646 \u0637\u0631\u064A\u0642 \u0627\u0644\u062E\u0637\u0623\u060C \u064A\u0648\u0635\u0649 \u0628\u0634\u062F\u0629 \u0628\u0648\u0636\u0639 \u0625\u0634\u0627\u0631\u0629 \u0645\u0631\u062C\u0639\u064A\u0629 \u0639\u0644\u0649 \u0635\u0641\u062D\u0629 \u0627\u0644\u0625\u0639\u062F\u0627\u062F\u0627\u062A \u0647\u0630\u0647.","always translate the following languages":"\u0639\u0646\u062F\u0645\u0627 \u062A\u0643\u0648\u0646 \u0644\u063A\u0629 \u0627\u0644\u0635\u0641\u062D\u0629 \u0628\u0627\u0644\u0644\u063A\u0627\u062A \u0627\u0644\u062A\u0627\u0644\u064A\u0629\u060C \u0633\u062A\u062A\u0645 \u062A\u0631\u062C\u0645\u062A\u0647\u0627 \u062A\u0644\u0642\u0627\u0626\u064A\u064B\u0627 \u0625\u0644\u0649 \u0627\u0644\u0644\u063A\u0629 \u0627\u0644\u0645\u0633\u062A\u0647\u062F\u0641\u0629","always sites":"\u0639\u0646\u0627\u0648\u064A\u0646 URL \u0627\u0644\u0645\u062A\u0631\u062C\u0645\u0629 \u062F\u0627\u0626\u0645\u064B\u0627","always translate the following sites":"\u0639\u0646\u062F\u0645\u0627 \u064A\u0643\u0648\u0646 \u0645\u0648\u0642\u0639 \u0627\u0644\u0648\u064A\u0628 \u0628\u0627\u0633\u0645 \u0627\u0644\u0646\u0637\u0627\u0642 \u0627\u0644\u062A\u0627\u0644\u064A\u060C \u0633\u062A\u062A\u0645 \u062A\u0631\u062C\u0645\u062A\u0647 \u062A\u0644\u0642\u0627\u0626\u064A\u064B\u0627 \u0625\u0644\u0649 \u0627\u0644\u0644\u063A\u0629 \u0627\u0644\u0647\u062F\u0641","never sites":"\u0639\u0646\u0627\u0648\u064A\u0646 URL \u0627\u0644\u062A\u064A \u0644\u0646 \u062A\u062A\u0645 \u062A\u0631\u062C\u0645\u062A\u0647\u0627 \u0623\u0628\u062F\u064B\u0627","never translate the following sites":"\u0644\u0646 \u064A\u062A\u0645 \u062A\u0646\u0641\u064A\u0630 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0639\u0646\u062F\u0645\u0627 \u064A\u0643\u0648\u0646 \u0645\u0648\u0642\u0639 \u0627\u0644\u0648\u064A\u0628 \u064A\u062D\u0645\u0644 \u0627\u0633\u0645 \u0627\u0644\u0646\u0637\u0627\u0642 \u0627\u0644\u062A\u0627\u0644\u064A","please refer to":"\u064A\u062C\u0628 \u0639\u0644\u064A\u0643 \u062A\u0639\u0628\u0626\u0629 \u0627\u0644\u0645\u0641\u062A\u0627\u062D \u0642\u0628\u0644 \u0627\u0633\u062A\u062E\u062F\u0627\u0645\u0647\u060C \u0644\u0645\u0632\u064A\u062F \u0645\u0646 \u0627\u0644\u062A\u0641\u0627\u0635\u064A\u0644 \u064A\u0631\u062C\u0649 \u0627\u0644\u0631\u062C\u0648\u0639 \u0625\u0644\u0649",KeyAndConfigurationTutorial:'"\u0627\u0644\u0628\u0631\u0646\u0627\u0645\u062C \u0627\u0644\u062A\u0639\u0644\u064A\u0645\u064A \u0644\u0644\u062A\u0637\u0628\u064A\u0642 \u0648\u0627\u0644\u062A\u0643\u0648\u064A\u0646 \u0627\u0644\u0631\u0626\u064A\u0633\u064A"',useAboveStyleForTheseSites:"\u0639\u0646\u062F\u0645\u0627 \u064A\u0643\u0648\u0646 \u0645\u0648\u0642\u0639 \u0627\u0644\u0648\u064A\u0628 \u0647\u0648 \u0627\u0633\u0645 \u0627\u0644\u0646\u0637\u0627\u0642 \u0627\u0644\u062A\u0627\u0644\u064A\u060C \u0627\u0633\u062A\u062E\u062F\u0645 \u062F\u0627\u0626\u0645\u064B\u0627 \u0646\u0645\u0637 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u2308{theme}\u230B",currentUrl:"\u0639\u0646\u0648\u0627\u0646 URL \u0627\u0644\u062D\u0627\u0644\u064A",confirm:"\u064A\u062D\u0641\u0638",cancel:"\u064A\u0644\u063A\u064A",delete:"\u064A\u0645\u0633\u062D","languages.auto":"\u0627\u0644\u0643\u0634\u0641 \u0627\u0644\u062A\u0644\u0642\u0627\u0626\u064A",syncToCloud:"\u0627\u0644\u0645\u0632\u0627\u0645\u0646\u0629 \u0645\u0639 \u062C\u0648\u062C\u0644 \u062F\u0631\u0627\u064A\u0641",syncToCloudDescription:"\u0642\u0645 \u0628\u0627\u0644\u062A\u062D\u0645\u064A\u0644 \u0625\u0644\u0649 \u0627\u0644\u0633\u062D\u0627\u0628\u0629\u060C \u0648\u064A\u0645\u0643\u0646 \u0645\u0632\u0627\u0645\u0646\u0629 \u0627\u0644\u062A\u0643\u0648\u064A\u0646 \u0628\u064A\u0646 \u0627\u0644\u0645\u062A\u0635\u0641\u062D\u0627\u062A \u0627\u0644\u0645\u062E\u062A\u0644\u0641\u0629/\u0627\u0644\u0646\u0635\u0648\u0635 \u0627\u0644\u0628\u0631\u0645\u062C\u064A\u0629 \u0644\u0642\u0631\u062F \u0627\u0644\u0632\u064A\u062A\u060C \u0645\u0639 \u0645\u0631\u0627\u0639\u0627\u0629 \u0648\u0642\u062A \u0627\u0644\u062A\u0639\u062F\u064A\u0644 \u0627\u0644\u0623\u062E\u064A\u0631.",syncToAccount:"\u0627\u0644\u0645\u0632\u0627\u0645\u0646\u0629 \u0645\u0639 \u0633\u062D\u0627\u0628\u0629 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0634\u0627\u0645\u0644\u0629",syncToAccountButton:"\u0645\u0632\u0627\u0645\u0646\u0629 \u0645\u0639 \u0627\u0644\u0633\u062D\u0627\u0628\u0629 \u0639\u0644\u0649 \u0627\u0644\u0641\u0648\u0631",syncToAccountDescription:"\u0645\u0632\u0627\u0645\u0646\u0629 \u0627\u0644\u062A\u0643\u0648\u064A\u0646\u0627\u062A \u062A\u0644\u0642\u0627\u0626\u064A\u064B\u0627 \u0628\u064A\u0646 \u0627\u0644\u0623\u062C\u0647\u0632\u0629 \u0627\u0644\u0645\u062E\u062A\u0644\u0641\u0629\u060C \u0628\u0646\u0627\u0621\u064B \u0639\u0644\u0649 \u0648\u0642\u062A \u0627\u0644\u062A\u0639\u062F\u064A\u0644 \u0627\u0644\u0623\u062E\u064A\u0631.",successSyncConfigInAccount:"\u0627\u0644\u0628\u0642\u0627\u0621 \u0645\u062A\u0632\u0627\u0645\u0646\u064B\u0627 \u0645\u0639 \u0627\u0644\u0633\u062D\u0627\u0628\u0629 \u0628\u0646\u062C\u0627\u062D",successSyncConfigToAccount:"\u062A\u0645\u062A \u0627\u0644\u0645\u0632\u0627\u0645\u0646\u0629 \u0628\u0646\u062C\u0627\u062D \u0645\u0639 \u0627\u0644\u0633\u062D\u0627\u0628\u0629",syncConfigNoUpdate:"\u0628\u0627\u0644\u0641\u0639\u0644 \u0627\u0644\u0623\u062D\u062F\u062B",authFail:"\u0641\u0634\u0644 \u0627\u0644\u062A\u0641\u0648\u064A\u0636",syncTitle:"\u0625\u062F\u0627\u0631\u0629 \u0627\u0644\u0646\u0633\u062E \u0627\u0644\u0627\u062D\u062A\u064A\u0627\u0637\u064A \u0627\u0644\u064A\u062F\u0648\u064A",import_hint:"\u064A\u0633\u062A\u0648\u0631\u062F",upload:"\u0631\u0641\u0639",revokeAuth:"\u0625\u0644\u063A\u0627\u0621 \u0627\u0644\u062A\u0631\u062E\u064A\u0635",uploadFail:"\u0627\u0644\u062A\u062D\u0645\u064A\u0644 \u0641\u0634\u0644",download:"\u062A\u062D\u0645\u064A\u0644",importSuccess:"\u062A\u0645 \u0627\u0644\u0627\u0633\u062A\u064A\u0631\u0627\u062F \u0628\u0646\u062C\u0627\u062D",importFail:"\u0641\u0634\u0644 \u0627\u0644\u0627\u0633\u062A\u064A\u0631\u0627\u062F",deleteFail:"\u0641\u0634\u0644 \u0641\u064A \u0627\u0644\u062D\u0630\u0641",backupToCloud:"\u0625\u062F\u0627\u0631\u0629 \u0645\u0644\u0641\u0627\u062A \u0627\u0644\u0646\u0633\u062E \u0627\u0644\u0627\u062D\u062A\u064A\u0627\u0637\u064A \u064A\u062F\u0648\u064A\u0627",create_new_backup:"\u0625\u0636\u0627\u0641\u0629 \u0639\u0642\u062F\u0629 \u0627\u062D\u062A\u064A\u0627\u0637\u064A\u0629",maxBackupFiles:"\u064A\u0645\u0643\u0646 \u0639\u0645\u0644 \u0646\u0633\u062E\u0629 \u0627\u062D\u062A\u064A\u0627\u0637\u064A\u0629 \u0644\u0645\u0627 \u064A\u0635\u0644 \u0625\u0644\u0649{count}\u0639\u0642\u062F \u0645\u062E\u062A\u0644\u0641\u0629\u060C \u064A\u0631\u062C\u0649 \u062D\u0630\u0641 \u0627\u0644\u0639\u0642\u062F \u063A\u064A\u0631 \u0627\u0644\u0636\u0631\u0648\u0631\u064A\u0629",backupToCloudDescription:"\u062A\u062D\u0645\u064A\u0644 \u0645\u0644\u0641\u0627\u062A \u0627\u0644\u0646\u0633\u062E \u0627\u0644\u0627\u062D\u062A\u064A\u0627\u0637\u064A \u0623\u0648 \u0627\u0633\u062A\u0639\u0627\u062F\u062A\u0647\u0627 \u064A\u062F\u0648\u064A\u064B\u0627\u060C \u0645\u0645\u0627 \u064A\u0633\u0645\u062D \u0628\u0645\u0627 \u064A\u0635\u0644 \u0625\u0644\u0649 3 \u0646\u0633\u062E \u0627\u062D\u062A\u064A\u0627\u0637\u064A\u0629 \u0645\u062E\u062A\u0644\u0641\u0629",successSyncConfig:"\u0627\u0644\u0628\u0642\u0627\u0621 \u0645\u062A\u0632\u0627\u0645\u0646\u064B\u0627 \u0645\u0639 \u0627\u0644\u0633\u062D\u0627\u0628\u0629 \u0628\u0646\u062C\u0627\u062D",syncFail:"\u0641\u0634\u0644\u062A \u0627\u0644\u0645\u0632\u0627\u0645\u0646\u0629",updatedAt:"\u062A\u0645 \u0627\u0644\u062A\u062D\u062F\u064A\u062B \u0639\u0646\u062F {date}",lastSyncedAt:"\u0622\u062E\u0631 \u0641\u062D\u0635 \u0643\u0627\u0646 \u0639\u0646\u062F {date}",downloadFail:"\u0627\u0644\u062A\u062D\u0645\u064A\u0644 \u0641\u0634\u0644",clickToDownload:"\u0627\u0636\u063A\u0637 \u0644\u0644\u062A\u062D\u0645\u064A\u0644",aboutLabel:"\u062D\u0648\u0644 - \u0631\u062F\u0648\u062F \u0627\u0644\u0641\u0639\u0644","browser.openAboutPage":"\u062D\u0648\u0644/\u0631\u062F\u0648\u062F \u0627\u0644\u0641\u0639\u0644",aboutLabelWithoutSponsor:"\u062D\u0648\u0644 - \u0631\u062F\u0648\u062F \u0627\u0644\u0641\u0639\u0644",aboutIntro:"\u0623\u062A\u0645\u0646\u0649 \u0623\u0646 \u0646\u062A\u0645\u0643\u0646 \u062C\u0645\u064A\u0639\u064B\u0627 \u0645\u0646 \u0627\u0644\u0648\u0635\u0648\u0644 \u0625\u0644\u0649 \u0627\u0644\u0645\u0639\u0644\u0648\u0645\u0627\u062A \u0627\u0644\u0636\u062E\u0645\u0629 \u0627\u0644\u0645\u062A\u0639\u0644\u0642\u0629 \u0628\u0627\u0644\u0644\u063A\u0627\u062A \u0627\u0644\u0623\u062C\u0646\u0628\u064A\u0629 \u0639\u0644\u0649 \u0627\u0644\u0625\u0646\u062A\u0631\u0646\u062A \u0628\u0633\u0647\u0648\u0644\u0629 \u0648\u0633\u0639\u0627\u062F\u0629 \u0623\u0643\u0628\u0631. \u064A\u0645\u0643\u0646\u0643 \u0627\u062E\u062A\u064A\u0627\u0631 \u0641\u062A\u062D \u0639\u0636\u0648\u064A\u0629 <6> Pro \u0644\u0627\u0633\u062A\u062E\u062F\u0627\u0645 \u062A\u0631\u062C\u0645\u0627\u062A DeepL \u0648OpenAI \u062E\u0627\u0631\u062C \u0627\u0644\u0635\u0646\u062F\u0648\u0642.

\u064A\u0645\u0643\u0646\u0643\u0645 \u0645\u062A\u0627\u0628\u0639\u062A\u0646\u0627 \u0639\u0644\u0649 <3>\u062A\u0648\u064A\u062A\u0631 ,<4>\u0642\u0646\u0627\u0629 \u0627\u0644\u062A\u0644\u064A\u062C\u0631\u0627\u0645 \u0623\u0648 \u062D\u0633\u0627\u0628 WeChat \u0627\u0644\u0639\u0627\u0645 \u0623\u0648 \u0645\u062C\u0645\u0648\u0639\u0629 \u0627\u062A\u0635\u0627\u0644\u0627\u062A WeChat \u0623\u0648 <5> \u0627\u0634\u062A\u0631\u0627\u0643 \u0627\u0644\u0628\u0631\u064A\u062F \u0627\u0644\u0625\u0644\u0643\u062A\u0631\u0648\u0646\u064A \u0623\u062F\u0646\u0627\u0647 \u062A\u062A\u0628\u0639 \u0627\u0644\u062A\u062D\u062F\u064A\u062B\u0627\u062A.
<7>\u0639\u0636\u0648 \u0645\u062D\u062A\u0631\u0641 \u064A\u0645\u0643\u0646\u0643 \u0627\u0644\u0627\u062A\u0635\u0627\u0644 \u0628\u0627\u0644\u0628\u0631\u064A\u062F \u0627\u0644\u0625\u0644\u0643\u062A\u0631\u0648\u0646\u064A \u0627\u0644\u0633\u0631\u064A\u0639 \u0644\u062E\u062F\u0645\u0629 \u0627\u0644\u0639\u0645\u0644\u0627\u0621 <8> support@immersivetranslate.com \u0627\u0628\u0642 \u0639\u0644\u0649 \u062A\u0648\u0627\u0635\u0644 \u0645\u0639\u0646\u0627.",aboutIntroWithoutSponsor:"\u0623\u062A\u0645\u0646\u0649 \u0623\u0646 \u0646\u062A\u0645\u0643\u0646 \u062C\u0645\u064A\u0639\u064B\u0627 \u0645\u0646 \u0627\u0644\u0648\u0635\u0648\u0644 \u0628\u0634\u0643\u0644 \u0623\u0633\u0647\u0644 \u0648\u0623\u0643\u062B\u0631 \u0645\u062A\u0639\u0629 \u0625\u0644\u0649 \u0627\u0644\u0643\u0645 \u0627\u0644\u0647\u0627\u0626\u0644 \u0645\u0646 \u0627\u0644\u0645\u0639\u0644\u0648\u0645\u0627\u062A \u0628\u0627\u0644\u0644\u063A\u0629 \u0627\u0644\u0623\u062C\u0646\u0628\u064A\u0629 \u0639\u0644\u0649 \u0627\u0644\u0625\u0646\u062A\u0631\u0646\u062A \u2764\uFE0F

\u064A\u0645\u0643\u0646\u0643 \u0645\u062A\u0627\u0628\u0639\u062A\u0646\u0627 \u0639\u0644\u0649 Twitter <3> ,<4>\u0642\u0646\u0627\u0629 \u0627\u0644\u062A\u0644\u064A\u062C\u0631\u0627\u0645 \u0623\u0648 \u062D\u0633\u0627\u0628 WeChat \u0627\u0644\u0639\u0627\u0645 \u0623\u0648 \u0645\u062C\u0645\u0648\u0639\u0629 \u0627\u062A\u0635\u0627\u0644\u0627\u062A WeChat \u0623\u0648 <5> \u0627\u0634\u062A\u0631\u0627\u0643 \u0627\u0644\u0628\u0631\u064A\u062F \u0627\u0644\u0625\u0644\u0643\u062A\u0631\u0648\u0646\u064A \u0623\u062F\u0646\u0627\u0647 \u062A\u062A\u0628\u0639 \u0627\u0644\u062A\u062D\u062F\u064A\u062B\u0627\u062A.",projectHomepage:"\u0627\u0644\u0635\u0641\u062D\u0629 \u0627\u0644\u0631\u0626\u064A\u0633\u064A\u0629 \u0644\u0644\u0645\u0634\u0631\u0648\u0639",joinTelegramGroup:"\u0627\u0646\u0636\u0645 \u0625\u0644\u0649 \u0645\u062C\u0645\u0648\u0639\u0629 \u0627\u062A\u0635\u0627\u0644\u0627\u062A \u0627\u0644\u0645\u0633\u062A\u062E\u062F\u0645\u064A\u0646 \u0644\u0644\u0645\u0634\u0627\u0631\u0643\u0629 \u0641\u064A \u0627\u0644\u0645\u0646\u0627\u0642\u0634\u0627\u062A \u0627\u0644\u0648\u0638\u064A\u0641\u064A\u0629",wechatPublicAccount:"\u062D\u0633\u0627\u0628 \u0648\u064A \u0634\u0627\u062A \u0627\u0644\u0639\u0627\u0645",wechatCommunities:"\u0645\u062C\u0645\u0648\u0639\u0629 \u0627\u0644\u0627\u062A\u0635\u0627\u0644\u0627\u062A WeChat",qqCommunities:"\u0642\u0646\u0627\u0629 \u0627\u062A\u0635\u0627\u0644 QQ",joinTelegramChannel:"\u062A\u0627\u0628\u0639\u0648\u0627 \u0642\u0646\u0627\u0629 \u0627\u0644\u062A\u0644\u064A\u062C\u0631\u0627\u0645 \u0644\u0645\u0639\u0631\u0641\u0629 \u0622\u062E\u0631 \u0627\u0644\u062A\u062D\u062F\u064A\u062B\u0627\u062A",feedbackAndJoin:"\u0631\u062F\u0648\u062F \u0627\u0644\u0641\u0639\u0644 \u0627\u0644\u0645\u0634\u0643\u0644\u0629 / \u0627\u0644\u0627\u0646\u0636\u0645\u0627\u0645 \u0625\u0644\u0649 \u0627\u0644\u0645\u062C\u0645\u0648\u0639\u0629",autoSync:"\u0627\u0644\u0645\u0632\u0627\u0645\u0646\u0629 \u0627\u0644\u0645\u062C\u062F\u0648\u0644\u0629 \u0627\u0644\u062A\u0644\u0642\u0627\u0626\u064A\u0629",loadingThemeTitle:"\u0623\u0633\u0644\u0648\u0628 \u0627\u0644\u062A\u062D\u0645\u064A\u0644",loadingThemeDescription:"\u0627\u0636\u0628\u0637 \u0627\u0644\u0646\u0645\u0637 \u0623\u062B\u0646\u0627\u0621 \u0627\u0646\u062A\u0638\u0627\u0631 \u062A\u062D\u0645\u064A\u0644 \u0627\u0644\u062A\u0631\u062C\u0645\u0629","loadingTheme.spinner":"\u0627\u0644\u0631\u0633\u0648\u0645 \u0627\u0644\u0645\u062A\u062D\u0631\u0643\u0629 \u0627\u0644\u062F\u0627\u0626\u0631\u0629","loadingTheme.text":"\u0646\u0635 \u062B\u0627\u0628\u062A... ","loadingTheme.none":"\u0644\u0627 \u062A\u0638\u0647\u0631",developerDescription:"\u064A\u0645\u0643\u0646\u0643 \u0627\u0644\u0646\u0642\u0631 \u0641\u0648\u0642 <1> \u0647\u0646\u0627 \u0639\u0631\u0636 \u0627\u0644\u0648\u062B\u0627\u0626\u0642 \u0627\u0644\u0645\u062A\u0639\u0644\u0642\u0629 \u0628\u0627\u0644\u062A\u062E\u0635\u064A\u0635 \u0627\u0644\u0645\u062A\u0642\u062F\u0645","edit border color":"\u062A\u0639\u062F\u064A\u0644 \u0644\u0648\u0646 \u0627\u0644\u062D\u062F\u0648\u062F",successSyncButNoChange:"\u0627\u0644\u062A\u0643\u0648\u064A\u0646 \u0627\u0644\u062D\u0627\u0644\u064A \u0645\u062A\u0648\u0627\u0641\u0642 \u0645\u0639 \u0627\u0644\u0633\u062D\u0627\u0628\u0629",customTheme:"\u0627\u0644\u0623\u0644\u0648\u0627\u0646 \u0648\u0627\u0644\u0623\u062D\u062C\u0627\u0645 \u0627\u0644\u0645\u062E\u0635\u0635\u0629","customThemeLabel.borderColor":"\u0644\u0648\u0646 \u0627\u0644\u062D\u062F\u0648\u062F","customThemeLabel.borderRadius":"\u062D\u062F\u0648\u062F \u0645\u0633\u062A\u062F\u064A\u0631\u0629 \u0627\u0644\u0632\u0648\u0627\u064A\u0627","customThemeLabel.textColor":"\u0644\u0648\u0646 \u0627\u0644\u062E\u0637","customThemeLabel.backgroundColor":"\u0644\u0648\u0646 \u0627\u0644\u062E\u0644\u0641\u064A\u0629","customThemeLabel.zoom":"\u062A\u062D\u062C\u064A\u0645 \u0627\u0644\u062E\u0637 (%)","customThemeLabel.opacity":"\u0639\u062A\u0627\u0645\u0629 \u0627\u0644\u0646\u0635 (%)",resetToDefaultColor:"\u0627\u0644\u0639\u0648\u062F\u0629 \u0625\u0644\u0649 \u0627\u0644\u0644\u0648\u0646 \u0627\u0644\u0627\u0641\u062A\u0631\u0627\u0636\u064A",resetToDefaultSettings:"\u0627\u0644\u0639\u0648\u062F\u0629 \u0625\u0644\u0649 \u0627\u0644\u0625\u0639\u062F\u0627\u062F\u0627\u062A \u0627\u0644\u0627\u0641\u062A\u0631\u0627\u0636\u064A\u0629",isTranslateTitle:"\u0642\u0645 \u0628\u062A\u0634\u063A\u064A\u0644 \u0639\u0646\u0627\u0648\u064A\u0646 \u0635\u0641\u062D\u0627\u062A \u0627\u0644\u0648\u064A\u0628 \u0627\u0644\u0645\u062A\u0631\u062C\u0645\u0629",isTranslateTitleDescription:"\u0639\u0646\u062F \u062A\u0634\u063A\u064A\u0644\u0647\u060C \u0633\u064A\u062A\u0645 \u062A\u0631\u062C\u0645\u0629 \u0639\u0646\u0648\u0627\u0646 \u0635\u0641\u062D\u0629 \u0627\u0644\u0648\u064A\u0628",enableSearchEnhancement:"\u062A\u0645\u0643\u064A\u0646 \u062A\u0639\u0632\u064A\u0632 \u0627\u0644\u0645\u0639\u0644\u0648\u0645\u0627\u062A \u062B\u0646\u0627\u0626\u064A\u0629 \u0627\u0644\u0644\u063A\u0629",enableSearchEnhancementDescription:'\u0628\u0639\u062F \u062A\u0634\u063A\u064A\u0644\u0647\u0627\u060C \u0633\u064A\u062A\u0645 \u0639\u0631\u0636 \u0646\u062A\u0627\u0626\u062C \u0628\u062D\u062B "\u0623\u062E\u0628\u0627\u0631 Google" \u0627\u0644\u0645\u0642\u0627\u0628\u0644\u0629 \u0644\u0644\u0643\u0644\u0645\u0627\u062A \u0627\u0644\u0631\u0626\u064A\u0633\u064A\u0629 \u0628\u0627\u0644\u0644\u063A\u0629 \u0627\u0644\u0625\u0646\u062C\u0644\u064A\u0632\u064A\u0629 \u062A\u0644\u0642\u0627\u0626\u064A\u064B\u0627 \u0641\u064A \u0627\u0644\u0639\u0645\u0648\u062F \u0627\u0644\u0623\u064A\u0645\u0646 \u0644\u0645\u0648\u0627\u0642\u0639 \u0627\u0644\u0648\u064A\u0628 \u0627\u0644\u0645\u062F\u0639\u0648\u0645\u0629 (\u0623\u062E\u0628\u0627\u0631 Google\u060C \u0628\u062D\u062B Google (\u0628\u0639\u0636 \u0627\u0644\u0643\u0644\u0645\u0627\u062A \u0627\u0644\u0631\u0626\u064A\u0633\u064A\u0629)\u060C Snowball\u060C Oriental Fortune\u060C Futu\u060C Tiger Community).',verifyService:"\u0627\u0646\u0642\u0631 \u0647\u0646\u0627 \u0644\u0627\u062E\u062A\u0628\u0627\u0631 \u0627\u0644\u062E\u062F\u0645\u0629",verified:"\u062A\u0645 \u0627\u0644\u062A\u062D\u0642\u0642 \u0628\u0646\u062C\u0627\u062D","field.langs":"\u0631\u0645\u0648\u0632 \u0627\u0644\u0644\u063A\u0629 \u0627\u0644\u0645\u062F\u0639\u0648\u0645\u0629","field.model":"\u0646\u0645\u0648\u0630\u062C","field.translationEngine":"\u0645\u062D\u0631\u0643 \u0627\u0644\u062A\u0631\u062C\u0645\u0629","field.limitPerMinute":"\u0627\u0644\u062D\u062F \u0627\u0644\u0623\u0642\u0635\u0649 \u0644\u0639\u062F\u062F \u0627\u0644\u0637\u0644\u0628\u0627\u062A \u0641\u064A \u0627\u0644\u062F\u0642\u064A\u0642\u0629","field.limitPerSecond":"\u0627\u0644\u062D\u062F \u0627\u0644\u0623\u0642\u0635\u0649 \u0644\u0639\u062F\u062F \u0627\u0644\u0637\u0644\u0628\u0627\u062A \u0641\u064A \u0627\u0644\u062B\u0627\u0646\u064A\u0629","field.maxTextLengthPerRequest":"\u0627\u0644\u062D\u062F \u0627\u0644\u0623\u0642\u0635\u0649 \u0644\u0637\u0648\u0644 \u0627\u0644\u0646\u0635 \u0644\u0643\u0644 \u0637\u0644\u0628","field.maxTextGroupLengthPerRequest":"\u0627\u0644\u062D\u062F \u0627\u0644\u0623\u0642\u0635\u0649 \u0644\u0639\u062F\u062F \u0627\u0644\u0641\u0642\u0631\u0627\u062A \u0644\u0643\u0644 \u0637\u0644\u0628","field.apiUrl":"\u0639\u0646\u0648\u0627\u0646 \u0648\u0627\u062C\u0647\u0629 API \u0627\u0644\u0645\u062E\u0635\u0635\u0629","field.placeholderDelimiters":"\u0627\u0644\u0639\u0646\u0627\u0635\u0631 \u0627\u0644\u0646\u0627\u0626\u0628\u0629 \u0627\u0644\u0645\u062D\u062C\u0648\u0632\u0629","description.custom":"\u0627\u0644\u0648\u0635\u0648\u0644 \u0625\u0644\u0649 \u0627\u0644\u0648\u0627\u062C\u0647\u0629 \u0627\u0644\u0645\u062E\u0635\u0635\u0629 \u064A\u062A\u0637\u0644\u0628 \u0648\u062B\u0627\u0626\u0642 \u0645\u0631\u062C\u0639\u064A\u0629","description.limitPerMinute":"\u0648\u0639\u0646\u062F\u0645\u0627 \u064A\u062A\u062C\u0627\u0648\u0632 \u0639\u062F\u062F \u0627\u0644\u0637\u0644\u0628\u0627\u062A \u0647\u0630\u0627 \u0627\u0644\u062D\u062F\u060C \u0641\u0625\u0646\u0647 \u0633\u064A\u062F\u062E\u0644 \u0641\u064A \u062D\u0627\u0644\u0629 \u0627\u0644\u0627\u0646\u062A\u0638\u0627\u0631 \u062D\u062A\u0649 \u0628\u062F\u0627\u064A\u0629 \u0627\u0644\u062F\u0642\u064A\u0642\u0629 \u0627\u0644\u062A\u0627\u0644\u064A\u0629. \u0646\u0638\u0631\u064B\u0627 \u0644\u0644\u0642\u064A\u0648\u062F \u0627\u0644\u0645\u062E\u062A\u0644\u0641\u0629 \u0644\u062E\u062F\u0645\u0629 OpenAI \u0627\u0644\u062D\u0627\u0644\u064A\u0629\u060C \u064A\u0631\u062C\u0649 \u0627\u0644\u0646\u0642\u0631 \u0641\u0648\u0642 <1> \u0647\u0646\u0627 \u0639\u0631\u0636 \u0623\u062D\u062F\u062B \u0627\u0644\u0642\u064A\u0645 \u0627\u0644\u0645\u0648\u0635\u0649 \u0628\u0647\u0627","description.limitPerSecond":"\u0648\u0639\u0646\u062F\u0645\u0627 \u064A\u062A\u062C\u0627\u0648\u0632 \u0639\u062F\u062F \u0627\u0644\u0637\u0644\u0628\u0627\u062A \u0647\u0630\u0627 \u0627\u0644\u062D\u062F\u060C \u0641\u0625\u0646\u0647 \u0633\u064A\u062F\u062E\u0644 \u0641\u064A \u062D\u0627\u0644\u0629 \u0627\u0644\u0627\u0646\u062A\u0638\u0627\u0631 \u062D\u062A\u0649 \u0628\u062F\u0627\u064A\u0629 \u0627\u0644\u062B\u0627\u0646\u064A\u0629 \u0627\u0644\u062A\u0627\u0644\u064A\u0629. \u0646\u0638\u0631\u064B\u0627 \u0644\u0644\u0642\u064A\u0648\u062F \u0627\u0644\u0645\u062E\u062A\u0644\u0641\u0629 \u0644\u062E\u062F\u0645\u0629 OpenAI \u0627\u0644\u062D\u0627\u0644\u064A\u0629\u060C \u064A\u0631\u062C\u0649 \u0627\u0644\u0646\u0642\u0631 \u0641\u0648\u0642 <1> \u0647\u0646\u0627 \u0639\u0631\u0636 \u0623\u062D\u062F\u062B \u0627\u0644\u0642\u064A\u0645 \u0627\u0644\u0645\u0648\u0635\u0649 \u0628\u0647\u0627","description.generalLimitPerSecond":"\u0648\u0639\u0646\u062F\u0645\u0627 \u064A\u062A\u062C\u0627\u0648\u0632 \u0639\u062F\u062F \u0627\u0644\u0637\u0644\u0628\u0627\u062A \u0647\u0630\u0627 \u0627\u0644\u062D\u062F\u060C \u0641\u0625\u0646\u0647 \u0633\u064A\u062F\u062E\u0644 \u0641\u064A \u062D\u0627\u0644\u0629 \u0627\u0644\u0627\u0646\u062A\u0638\u0627\u0631 \u062D\u062A\u0649 \u0628\u062F\u0627\u064A\u0629 \u0627\u0644\u062B\u0627\u0646\u064A\u0629 \u0627\u0644\u062A\u0627\u0644\u064A\u0629.","description.prompt":"\u062A\u0631\u0633\u0644 \u0627\u0644\u0645\u062D\u0627\u062F\u062B\u0629 \u0625\u0644\u0649 {service} \u0628\u0635\u0641\u0629 \u0627\u0644\u0645\u0633\u062A\u062E\u062F\u0645\u060C \u062D\u064A\u062B \u064A\u0645\u062B\u0644 {{text}} \u0646\u0635 \u0627\u0644\u0641\u0642\u0631\u0629\u060C \u0648\u064A\u0645\u062B\u0644 {{from}} \u0644\u063A\u0629 \u0627\u0644\u0641\u0642\u0631\u0629\u060C \u0648\u064A\u0645\u062B\u0644 {{to}} \u0627\u0644\u0644\u063A\u0629 \u0627\u0644\u0645\u0633\u062A\u0647\u062F\u0641\u0629.","description.maxTextLengthPerRequest":"\u0627\u0644\u062D\u062F \u0627\u0644\u0623\u0642\u0635\u0649 \u0644\u0639\u062F\u062F \u0627\u0644\u0623\u062D\u0631\u0641 \u0644\u0643\u0644 \u0637\u0644\u0628. \u0625\u0630\u0627 \u0643\u0627\u0646 \u0643\u0628\u064A\u0631\u064B\u0627 \u062C\u062F\u064B\u0627\u060C \u0641\u0633\u062A\u062A\u0628\u0627\u0637\u0623 \u0627\u0633\u062A\u062C\u0627\u0628\u0629 \u0627\u0644\u0648\u0627\u062C\u0647\u0629\u060C \u0644\u0630\u0627 \u064A\u0645\u0643\u0646\u0643 \u0645\u062D\u0627\u0648\u0644\u0629 \u0636\u0628\u0637 \u0647\u0630\u0627 \u0627\u0644\u062E\u064A\u0627\u0631 \u0644\u062A\u062D\u0633\u064A\u0646 \u0627\u0644\u0633\u0631\u0639\u0629.","description.systemPrompt":"\u064A\u062A\u0645 \u0625\u0631\u0633\u0627\u0644 \u0627\u0644\u0645\u062D\u0627\u062F\u062B\u0629 \u0625\u0644\u0649 OpenAI \u0643\u0646\u0638\u0627\u0645\u060C \u062D\u064A\u062B \u064A\u0645\u062B\u0644 {{text}} \u0645\u062D\u062A\u0648\u0649 \u0646\u0635 \u0627\u0644\u0641\u0642\u0631\u0629\u060C \u0648\u064A\u0645\u062B\u0644{{from}} \u0644\u063A\u0629 \u0627\u0644\u0641\u0642\u0631\u0629\u060C \u0648\u064A\u0645\u062B\u0644{{to}} \u0627\u0644\u0644\u063A\u0629 \u0627\u0644\u0645\u0633\u062A\u0647\u062F\u0641\u0629","field.domain":"\u0645\u062C\u0627\u0644","description.domain":"\u0627\u0644\u0627\u0641\u062A\u0631\u0627\u0636\u064A \u0647\u0648\uFF1A\u0639\u0627\u0645. \u0644\u0627 \u064A\u0645\u0643\u0646 \u0636\u0628\u0637\u0647 \u0625\u0644\u0627 \u0639\u0646\u062F \u062A\u0645\u0643\u064A\u0646 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0645\u0633\u062A\u0646\u062F\u0629 \u0625\u0644\u0649 \u0627\u0644\u0645\u062C\u0627\u0644 \u0641\u064A \u0648\u062D\u062F\u0629 \u062A\u062D\u0643\u0645 Youdao API. \u0644\u0644\u062D\u0635\u0648\u0644 \u0639\u0644\u0649 \u0627\u0644\u062D\u0642\u0648\u0644 \u0627\u0644\u0645\u062F\u0639\u0648\u0645\u0629\u060C \u064A\u0631\u062C\u0649 \u0627\u0644\u0627\u0637\u0644\u0627\u0639 \u0639\u0644\u0649 <1> \u0647\u0646\u0627.","field.scene":"\u0645\u0634\u0627\u0647\u062F","description.scene":"\u0627\u0644\u0627\u0641\u062A\u0631\u0627\u0636\u064A \u0647\u0648\uFF1A\u0639\u0627\u0645. \u0644\u0627 \u064A\u0645\u0643\u0646 \u0636\u0628\u0637\u0647 \u0625\u0644\u0627 \u0639\u0646\u062F \u062A\u0646\u0634\u064A\u0637 \u0627\u0644\u0625\u0635\u062F\u0627\u0631 \u0627\u0644\u0627\u062D\u062A\u0631\u0627\u0641\u064A \u0644\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0622\u0644\u064A\u0629 \u0641\u064A \u0648\u062D\u062F\u0629 \u062A\u062D\u0643\u0645 Alibaba Cloud API. \u0631\u0627\u062C\u0639 <1> \u0647\u0646\u0627 \u0644\u0644\u062D\u0635\u0648\u0644 \u0639\u0644\u0649 \u0627\u0644\u0633\u064A\u0646\u0627\u0631\u064A\u0648\u0647\u0627\u062A \u0627\u0644\u0645\u062F\u0639\u0648\u0645\u0629.","field.vocabId":"\u0645\u0639\u0631\u0641 \u0642\u0627\u0645\u0648\u0633 \u0627\u0644\u0645\u0633\u062A\u062E\u062F\u0645","description.vocabId":"\u064A\u062F\u0639\u0645 \u0627\u0644\u0642\u0627\u0645\u0648\u0633 \u0627\u0644\u0645\u062D\u062F\u062F out_id \u062D\u0627\u0644\u064A\u064B\u0627 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0625\u0646\u062C\u0644\u064A\u0632\u064A\u0629 \u0627\u0644\u0635\u064A\u0646\u064A\u0629.","description.model":"\u064A\u0645\u0643\u0646 \u0623\u0646 \u064A\u0643\u0648\u0646 \u0646\u0645\u0648\u0630\u062C OpenAI \u0647\u0648 gpt-3.5-turbo \u0623\u0648 gpt-4 \u0648\u0645\u0627 \u0625\u0644\u0649 \u0630\u0644\u0643.","description.maxTextGroupLengthPerRequest":"\u0639\u062F\u062F \u0627\u0644\u0641\u0642\u0631\u0627\u062A \u0627\u0644\u0645\u0631\u0633\u0644\u0629 \u0625\u0644\u0649 \u062E\u062F\u0645\u0629 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0641\u064A \u0643\u0644 \u0645\u0631\u0629. \u0625\u0630\u0627 \u0643\u0627\u0646 \u0647\u0646\u0627\u0643 \u0639\u062F\u062F \u0643\u0628\u064A\u0631 \u062C\u062F\u064B\u0627 \u0645\u0646 \u0627\u0644\u0641\u0642\u0631\u0627\u062A\u060C \u0641\u0642\u062F \u062A\u062A\u0628\u0627\u0637\u0623 \u0627\u0633\u062A\u062C\u0627\u0628\u0629 \u0627\u0644\u0648\u0627\u062C\u0647\u0629.","description.apiUrl":"\u0627\u0644\u0631\u062C\u0627\u0621 \u0625\u0636\u0627\u0641\u0629 \u0639\u0646\u0648\u0627\u0646 URL \u0645\u062D\u062F\u062F \u0645\u0639 \u0627\u0644\u0645\u0633\u0627\u0631\u060C <1> \u0627\u0644\u0645\u0632\u064A\u062F \u0645\u0646 \u0627\u0644\u062A\u0639\u0644\u064A\u0645\u0627\u062A",enabledExtension:"\u062A\u0645\u0643\u064A\u0646 \u0627\u0644\u062A\u0645\u062F\u064A\u062F",clickToDisableExtension:"\u0627\u0646\u0642\u0631 \u0644\u062A\u0639\u0637\u064A\u0644 \u0627\u0644\u062A\u0645\u062F\u064A\u062F",clickToEnableExtension:"\u0627\u0646\u0642\u0631 \u0644\u062A\u0645\u0643\u064A\u0646 \u0627\u0644\u062A\u0645\u062F\u064A\u062F",hasBeenDisabled:"\u0639\u0627\u062C\u0632","show password":"\u0639\u0631\u0636 \u0643\u0644\u0645\u0629 \u0627\u0644\u0645\u0631\u0648\u0631",customContent:"\u0623\u062F\u062E\u0644 \u0627\u0633\u0645 \u0627\u0644\u0646\u0645\u0648\u0630\u062C \u0627\u0644\u0645\u062E\u0635\u0635",inputOptions:"\u062A\u062D\u0633\u064A\u0646 \u0635\u0646\u062F\u0648\u0642 \u0627\u0644\u0625\u062F\u062E\u0627\u0644",mouseHoverOptions:"\u062A\u0645\u0631\u064A\u0631 \u0627\u0644\u0645\u0627\u0648\u0633",modifyMouseHoverKey:"\u062A\u0639\u062F\u064A\u0644 \u0645\u0641\u0627\u062A\u064A\u062D \u0627\u0644\u0627\u062E\u062A\u0635\u0627\u0631 \u0627\u0644\u062E\u0627\u0635\u0629 \u0628\u0627\u0644\u0645\u0627\u0648\u0633",enableInputTranslation:"\u0645\u0627 \u0625\u0630\u0627 \u0643\u0627\u0646 \u0633\u064A\u062A\u0645 \u062A\u0645\u0643\u064A\u0646 \u062A\u062D\u0633\u064A\u0646 \u0645\u0631\u0628\u0639 \u0627\u0644\u0625\u062F\u062E\u0627\u0644",enableInputTranslationDescription:"\u0628\u0639\u062F{trailingKey}\u060C \u0623\u062F\u062E\u0644 \u0645\u0628\u0627\u0634\u0631\u0629 {startingKey}{startingKey} hello \u0641\u064A \u0645\u0631\u0628\u0639 \u0627\u0644\u0625\u062F\u062E\u0627\u0644\u060C \u062B\u0645 \u0627\u0646\u0642\u0631 \u0633\u0631\u064A\u0639\u064B\u0627 \u0641\u0648\u0642{inputTrailingTriggerKeyRepeatTimes}\u0645\u0631\u062A\u064A\u0646 \u0644\u062A\u0631\u062C\u0645\u062A\u0647 \u0625\u0644\u0649 {inputTargetLanguage}",enableInputTranslationDescriptionForNoneKey:"{trailingKey}\u062A\u0645\u0643\u064A\u0646\u0647\u060C \u0623\u062F\u062E\u0644 \u0645\u0628\u0627\u0634\u0631\u0629\uFF1Ahelloworld \u0641\u064A \u0645\u0631\u0628\u0639 \u0627\u0644\u0625\u062F\u062E\u0627\u0644\u060C \u062B\u0645 \u0627\u0646\u0642\u0631 \u0628\u0633\u0631\u0639\u0629{inputTrailingTriggerKeyRepeatTimes}\u0644\u0644\u062A\u0631\u062C\u0645\u0629 \u0625\u0644\u0649 \u0627\u0644\u0644\u063A\u0629 \u0627\u0644\u0645\u0633\u062A\u0647\u062F\u0641\u0629 \u0627\u0644\u0627\u0641\u062A\u0631\u0627\u0636\u064A\u0629.",inputTargetLanguage:"\u0642\u0645 \u0628\u062A\u0639\u064A\u064A\u0646 \u0627\u0644\u0644\u063A\u0629 \u0627\u0644\u0647\u062F\u0641 \u0627\u0644\u0627\u0641\u062A\u0631\u0627\u0636\u064A\u0629 \u0644\u0645\u0631\u0628\u0639 \u0627\u0644\u0625\u062F\u062E\u0627\u0644",inputTargetLanguageDescription:"\u0627\u0644\u0644\u063A\u0629 \u0627\u0644\u0647\u062F\u0641 \u0627\u0644\u0627\u0641\u062A\u0631\u0627\u0636\u064A\u0629 \u0644\u062A\u0631\u062C\u0645\u0629 \u0645\u0631\u0628\u0639 \u0627\u0644\u0625\u062F\u062E\u0627\u0644\u060C \u0648\u0647\u064A {startingKey}{startingKey} \u0643\u0644\u063A\u0629 \u0627\u0641\u062A\u0631\u0627\u0636\u064A\u0629 \u0644\u0643\u0644\u0645\u0627\u062A \u0627\u0644\u062A\u0634\u063A\u064A\u0644",inputTargetLanguageDescriptionForNoneKey:"\u0627\u0644\u0644\u063A\u0629 \u0627\u0644\u0647\u062F\u0641 \u0627\u0644\u0627\u0641\u062A\u0631\u0627\u0636\u064A\u0629 \u0644\u062A\u0631\u062C\u0645\u0627\u062A \u0645\u0631\u0628\u0639 \u0627\u0644\u0625\u062F\u062E\u0627\u0644",inputStartingTriggerKeyTitle:"\u0642\u0645 \u0628\u062A\u0639\u064A\u064A\u0646 \u0627\u0644\u0623\u062D\u0631\u0641 \u0627\u0644\u0645\u0642\u0633\u0645\u0629 \u0644\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u062C\u0632\u0626\u064A\u0629 \u0644\u0645\u0631\u0628\u0639 \u0627\u0644\u0625\u062F\u062E\u0627\u0644",inputStartingTriggerKeyDescription:"\u0639\u0646\u062F\u0645\u0627 \u0644\u0627 \u062A\u062D\u062A\u0627\u062C \u0625\u0644\u0649 \u062A\u0631\u062C\u0645\u0629 \u0645\u0631\u0628\u0639 \u0627\u0644\u0625\u062F\u062E\u0627\u0644 \u0628\u0623\u0643\u0645\u0644\u0647\u060C \u064A\u062A\u064A\u062D \u0644\u0643 \u0627\u0644\u0645\u062D\u062F\u062F \u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u062C\u0632\u0621 \u0641\u0642\u0637 {startingKey}{startingKey} \u0625\u0644\u0649 \u0646\u0647\u0627\u064A\u0629 \u0645\u0631\u0628\u0639 \u0627\u0644\u0625\u062F\u062E\u0627\u0644\u060C \u0623\u0648 \u064A\u0645\u0643\u0646\u0643 \u062A\u062D\u062F\u064A\u062F \u0631\u0645\u0632 \u0627\u0644\u0644\u063A\u0629\u060C \u0639\u0644\u0649 \u0633\u0628\u064A\u0644 \u0627\u0644\u0645\u062B\u0627\u0644\u060C\uFF1A{startingKey}ja \u062A\u0639\u0646\u064A \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0641\u0642\u0637 \u0627\u0644\u062C\u0632\u0621 \u0645\u0646 {startingKey}\u062C\u0627 \u0625\u0644\u0649 \u0646\u0647\u0627\u064A\u0629 \u0645\u0631\u0628\u0639 \u0627\u0644\u0625\u062F\u062E\u0627\u0644.",inputStartingTriggerKeyDescriptionForNoneKey:"\u062A\u0645 \u0636\u0628\u0637\u0647 \u062D\u0627\u0644\u064A\u064B\u0627 \u0628\u062D\u064A\u062B \u0644\u0627 \u064A\u062A\u0637\u0644\u0628 \u0623\u064A \u0628\u0627\u062F\u0626\u0629\u060C \u0648\u0628\u0639\u0636 \u0648\u0638\u0627\u0626\u0641 \u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0646\u0635 \u0641\u064A \u0645\u0631\u0628\u0639 \u0627\u0644\u0625\u062F\u062E\u0627\u0644 \u063A\u064A\u0631 \u0645\u062A\u0627\u062D\u0629 \u0645\u0624\u0642\u062A\u064B\u0627.",inputTrailingTriggerKeyTitle:"\u062D\u062F\u062F \u062D\u0631\u0641 \u0627\u0644\u0645\u0634\u063A\u0644 \u0627\u0644\u0630\u064A \u064A\u0646\u0647\u064A \u0627\u0644\u0625\u062F\u062E\u0627\u0644",inputTrailingTriggerKeyDescription:"\u0633\u064A\u0624\u062F\u064A \u0627\u0644\u0636\u063A\u0637 \u0639\u0644\u0649{trailingKey} 3 \u0645\u0631\u0627\u062A \u0641\u064A \u062A\u062A\u0627\u0628\u0639 \u0633\u0631\u064A\u0639 \u0625\u0644\u0649 \u0628\u062F\u0621 \u0627\u0644\u062A\u0631\u062C\u0645\u0629",inputTrailingTriggerKeyTimeout:"\u0623\u062F\u062E\u0644 \u0627\u0644\u0641\u0627\u0635\u0644 \u0627\u0644\u0632\u0645\u0646\u064A \u0628\u064A\u0646 \u0627\u0644\u0645\u0634\u063A\u0644\u0627\u062A \u0644\u0625\u0646\u0647\u0627\u0621 \u0627\u0644\u062A\u062D\u0631\u064A\u0631 \u0648\u0627\u0644\u0633\u0631\u062F.",inputTrailingTriggerKeyTimeoutDescription:"\u0642\u0645 \u0628\u062A\u0639\u064A\u064A\u0646 \u0627\u0644\u0641\u0627\u0635\u0644 \u0627\u0644\u0632\u0645\u0646\u064A (\u0645\u0644\u064A \u062B\u0627\u0646\u064A\u0629) \u0644\u0644\u0625\u062F\u062E\u0627\u0644 \u0644\u0625\u0646\u0647\u0627\u0621 \u0645\u0634\u063A\u0644 \u0627\u0644\u062A\u062D\u0631\u064A\u0631 \u0648\u0627\u0644\u0633\u0631\u062F",spaceKey:"<\u0645\u0633\u0627\u0641\u0629>",noneKey:"\u0644\u0627 \u062A\u0648\u062C\u062F \u062D\u0627\u062C\u0629 \u0625\u0644\u0649 \u0628\u0627\u062F\u0626\u0629\u060C \u0642\u0645 \u0628\u062A\u0631\u062C\u0645\u0629 \u0645\u0631\u0628\u0639 \u0627\u0644\u0646\u0635 \u0628\u0627\u0644\u0643\u0627\u0645\u0644 \u0645\u0628\u0627\u0634\u0631\u0629\u064B",inputTranslationBlockUrlsTitle:"\u0644\u0627 \u062A\u0642\u0645 \u0645\u0637\u0644\u0642\u064B\u0627 \u0628\u062A\u0645\u0643\u064A\u0646 \u062A\u062D\u0633\u064A\u0646\u0627\u062A \u062D\u0642\u0644 \u0627\u0644\u0625\u062F\u062E\u0627\u0644 \u0641\u064A \u0639\u0646\u0627\u0648\u064A\u0646 URL",inputTranslationBlockUrlsDescription:"\u0641\u064A \u0639\u0646\u0627\u0648\u064A\u0646 URL \u0627\u0644\u062A\u0627\u0644\u064A\u0629\u060C \u0644\u0646 \u064A\u0635\u0628\u062D \u062A\u062D\u0633\u064A\u0646 \u0645\u0631\u0628\u0639 \u0627\u0644\u0625\u062F\u062E\u0627\u0644 \u0633\u0627\u0631\u064A \u0627\u0644\u0645\u0641\u0639\u0648\u0644",clickToSeeQuickDemo:"\u0627\u0646\u0642\u0631 \u0644\u062A\u0648\u0633\u064A\u0639 \u0641\u064A\u062F\u064A\u0648 \u0627\u0644\u062A\u0639\u0644\u064A\u0645\u0627\u062A \u0627\u0644\u0633\u0631\u064A\u0639\u0629 \u0644\u0645\u062F\u0629 30 \u062B\u0627\u0646\u064A\u0629",inputHelperInfo:"\u0645\u0644\u0627\u062D\u0638\u0629\uFF1A: \u0644\u0642\u062F \u0642\u0645\u0646\u0627 \u0628\u062A\u062D\u0633\u064A\u0646 \u0627\u0644\u0645\u0634\u0643\u0644\u0629 \u0639\u0644\u0649 \u0648\u062C\u0647 \u0627\u0644\u062A\u062D\u062F\u064A\u062F \u062D\u064A\u062B \u062A\u062A\u062D\u0648\u0644 \u0628\u0639\u0636 \u0623\u062D\u0631\u0641 \u0627\u0644\u062A\u0634\u063A\u064A\u0644 \u0625\u0644\u0649 \u0639\u0644\u0627\u0645\u0627\u062A \u062A\u0631\u0642\u064A\u0645 \u0635\u064A\u0646\u064A\u0629 \u0636\u0645\u0646 \u0637\u0631\u064A\u0642\u0629 \u0627\u0644\u0625\u062F\u062E\u0627\u0644 \u0627\u0644\u0635\u064A\u0646\u064A\u0629. \u0639\u0644\u0649 \u0633\u0628\u064A\u0644 \u0627\u0644\u0645\u062B\u0627\u0644\u060C \u0636\u0645\u0646 \u0637\u0631\u064A\u0642\u0629 \u0627\u0644\u0625\u062F\u062E\u0627\u0644 Sogou\u060C / \u0633\u0648\u0641 \u062A\u062A\u062D\u0648\u0644 \u0625\u0644\u0649 \u062A\u0648\u0642\u0641 \u0645\u0624\u0642\u062A\u060C \u0648\u062A\u062F\u0639\u0645 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u063A\u0627\u0645\u0631\u0629 \u062C\u0645\u064A\u0639 \u0627\u0644\u0631\u0645\u0648\u0632 \u0627\u0644\u0635\u064A\u0646\u064A\u0629 \u0627\u0644\u0645\u0642\u0627\u0628\u0644\u0629 \u0644\u0640 \u0633\u064A\u062A\u0645 \u0627\u0644\u062A\u0639\u0631\u0641 \u0639\u0644\u0649 \u0623\u062D\u0631\u0641 \u0627\u0644\u062A\u0634\u063A\u064A\u0644\u060C \u0623\u064A //\u060C \u0639\u0644\u0649 \u0623\u0646\u0647\u0627 \u0623\u062D\u0631\u0641 \u062A\u0634\u063A\u064A\u0644.

\u0641\u064A \u0627\u0644\u0648\u0642\u062A \u0646\u0641\u0633\u0647\u060C \u0646\u062F\u0639\u0645 \u0623\u064A\u0636\u064B\u0627 \u0627\u0644\u0623\u0633\u0645\u0627\u0621 \u0627\u0644\u0635\u064A\u0646\u064A\u0629 \u0627\u0644\u0645\u0633\u062A\u0639\u0627\u0631\u0629 \u0644\u0631\u0645\u0648\u0632 \u0627\u0644\u0644\u063A\u0629 \u0643\u0623\u0648\u0627\u0645\u0631. \u0639\u0644\u0649 \u0633\u0628\u064A\u0644 \u0627\u0644\u0645\u062B\u0627\u0644\u060C \u0633\u062A\u062A\u0645 \u062A\u0631\u062C\u0645\u0629 /Japanese Hello World \u0625\u0644\u0649 \u0627\u0644\u064A\u0627\u0628\u0627\u0646\u064A\u0629. <1> \u0627\u0646\u0642\u0631 \u0647\u0646\u0627 \u0644\u0639\u0631\u0636 \u0643\u0627\u0641\u0629 \u0631\u0645\u0648\u0632 \u0627\u0644\u0644\u063A\u0627\u062A \u0627\u0644\u0645\u062F\u0639\u0648\u0645\u0629. .",reloadCurrentPage:"\u064A\u0631\u062C\u0649 \u062A\u062D\u062F\u064A\u062B \u0627\u0644\u0635\u0641\u062D\u0629 \u0627\u0644\u062D\u0627\u0644\u064A\u0629 \u0642\u0628\u0644 \u0628\u062F\u0621 \u0627\u0644\u062A\u0631\u062C\u0645\u0629",noLocalFilePermissionForPDF:"\u0644\u064A\u0633 \u0644\u062F\u064A\u0646\u0627 \u062D\u0627\u0644\u064A\u064B\u0627 \u0625\u0630\u0646 \u0628\u0642\u0631\u0627\u0621\u0629 \u0627\u0644\u0645\u0644\u0641\u0627\u062A \u0627\u0644\u0645\u062D\u0644\u064A\u0629. \u0627\u0644\u0631\u062C\u0627\u0621 \u0627\u0644\u0646\u0642\u0631 \u0641\u0648\u0642 \u0627\u0644\u0632\u0631 \u0623\u0639\u0644\u0627\u0647 \u0648\u0627\u0633\u062A\u064A\u0631\u0627\u062F \u0627\u0644\u0645\u0644\u0641\u0627\u062A \u0627\u0644\u0645\u062D\u0644\u064A\u0629.",noPermissionForThisPage:"\u26A0\uFE0F \u0644\u0627 \u064A\u0648\u062C\u062F \u0625\u0630\u0646 \u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0635\u0641\u062D\u0629 \u0627\u0644\u062D\u0627\u0644\u064A\u0629",retryAllParagraphs:"\u0623\u0639\u062F \u0645\u062D\u0627\u0648\u0644\u0629 \u0643\u0627\u0641\u0629 \u0641\u0642\u0631\u0627\u062A \u0627\u0644\u062E\u0637\u0623",retryAllButton:"\u0623\u0639\u062F \u0645\u062D\u0627\u0648\u0644\u0629 \u0643\u0627\u0641\u0629 \u0641\u0642\u0631\u0627\u062A \u0627\u0644\u062E\u0637\u0623",errorTooltipTitle:"\u0627\u0646\u0642\u0631 \u0644\u0639\u0631\u0636 \u0633\u0628\u0628 \u0627\u0644\u062E\u0637\u0623",errorModalTitle:"\u064A\u0628\u062F\u0648 \u0623\u0646 \u0647\u0646\u0627\u0643 \u062E\u0637\u0623 \u0645\u0627 \u0641\u064A \u062E\u062F\u0645\u0629 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0623\u0648 \u0627\u0644\u0634\u0628\u0643\u0629...",disableConfirm:"\u0625\u0639\u062F\u0627\u062F\u0627\u062A \u062A\u0639\u0632\u064A\u0632 \u0627\u0644\u0645\u0639\u0644\u0648\u0645\u0627\u062A \u062B\u0646\u0627\u0626\u064A\u0629 \u0627\u0644\u0644\u063A\u0629",disableOnce:"\u0645\u0639\u0637\u0644\u0629 \u0647\u0630\u0647 \u0627\u0644\u0645\u0631\u0629",disableGlobal:"\u062A\u0639\u0637\u064A\u0644 \u062F\u0627\u0626\u0645",disableTint:"* \u064A\u0645\u0643\u0646\u0643 \u0625\u0639\u0627\u062F\u0629 \u062A\u0645\u0643\u064A\u0646\u0647 \u0641\u064A {option}.",searchEnhancementNotes:"\u0644\u0642\u062F \u0648\u062C\u062F\u0646\u0627 \u0623\u0646 \u0646\u062A\u0627\u0626\u062C \u0627\u0644\u0623\u062E\u0628\u0627\u0631 \u0644\u0644\u0643\u0644\u0645\u0627\u062A \u0627\u0644\u0631\u0626\u064A\u0633\u064A\u0629 \u0627\u0644\u0635\u064A\u0646\u064A\u0629 \u0648\u0627\u0644\u0643\u0644\u0645\u0627\u062A \u0627\u0644\u0631\u0626\u064A\u0633\u064A\u0629 \u0627\u0644\u0625\u0646\u062C\u0644\u064A\u0632\u064A\u0629 \u0645\u062E\u062A\u0644\u0641\u0629 \u062A\u0645\u0627\u0645\u064B\u0627. \u0628\u0639\u062F \u062A\u0645\u0643\u064A\u0646 \u0648\u0638\u064A\u0641\u0629 \u062A\u062D\u0633\u064A\u0646 \u0627\u0644\u0645\u0639\u0644\u0648\u0645\u0627\u062A \u062B\u0646\u0627\u0626\u064A\u0629 \u0627\u0644\u0644\u063A\u0629 \u0644\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u063A\u0627\u0645\u0631\u0629\u060C \u0633\u0646\u0628\u062D\u062B \u0641\u064A \u0645\u0648\u0627\u0642\u0639 \u0627\u0644\u0648\u064A\u0628 \u0627\u0644\u0645\u062F\u0639\u0648\u0645\u0629 (\u0623\u062E\u0628\u0627\u0631 Google\u060C \u0628\u062D\u062B Google (\u0628\u0639\u0636 \u0627\u0644\u0643\u0644\u0645\u0627\u062A \u0627\u0644\u0631\u0626\u064A\u0633\u064A\u0629)\u060C Snowball\u060C Oriental Fortune Network\u060C Futu \u060C Tiger) \u064A\u0628\u062D\u062B \u062A\u0644\u0642\u0627\u0626\u064A\u064B\u0627 \u0639\u0646 \u0646\u0641\u0633 \u0627\u0644\u0643\u0644\u0645\u0627\u062A \u0627\u0644\u0631\u0626\u064A\u0633\u064A\u0629 \u0628\u0627\u0644\u0644\u063A\u0629 \u0627\u0644\u0625\u0646\u062C\u0644\u064A\u0632\u064A\u0629 \u0648\u064A\u0639\u0631\u0636\u0647\u0627 \u0639\u0644\u0649 \u0627\u0644\u064A\u0645\u064A\u0646. \u0625\u0630\u0627 \u0644\u0645 \u062A\u0643\u0646 \u0628\u062D\u0627\u062C\u0629 \u0625\u0644\u0649 \u0647\u0630\u0647 \u0627\u0644\u0645\u064A\u0632\u0629\u060C \u0641\u064A\u0645\u0643\u0646\u0643 \u0627\u062E\u062A\u064A\u0627\u0631 \u062A\u0639\u0637\u064A\u0644\u0647\u0627.",option:"\u064A\u062B\u0628\u062A",saveSettings:"\u0627\u062D\u0641\u0638 \u0627\u0644\u062A\u063A\u064A\u064A\u0631\u0627\u062A",closeModal:"\u0623\u063A\u0644\u0642 \u0627\u0644\u0646\u0627\u0641\u0630\u0629",enableInputTranslationWithoutTriggerKeyTitle:"\u062A\u0645\u0643\u064A\u0646 \u0627\u0644\u062A\u062D\u0631\u064A\u0631 \u0648\u0627\u0644\u0633\u0631\u062F \u0627\u0644\u0633\u0631\u064A\u0639 3 \u0645\u0631\u0627\u062A{trailingKey}\u060C \u0648\u062A\u0631\u062C\u0645\u0629 \u0645\u0631\u0628\u0639 \u0627\u0644\u0625\u062F\u062E\u0627\u0644 \u0628\u0623\u0643\u0645\u0644\u0647 \u0645\u0628\u0627\u0634\u0631\u0629 \u0625\u0644\u0649{inputTargetLanguage}",enableInputTranslationWithoutTriggerKeyDescription:"\u0625\u0630\u0627 \u0643\u0646\u062A \u0628\u062D\u0627\u062C\u0629 \u0625\u0644\u0649 \u062A\u062D\u062F\u064A\u062F \u0627\u0644\u0644\u063A\u0629 \u0627\u0644\u0645\u0633\u062A\u0647\u062F\u0641\u0629\u060C \u0641\u064A\u0631\u062C\u0649 \u0625\u0636\u0627\u0641\u0629 \u0631\u0645\u0632 \u0627\u0644\u0644\u063A\u0629 \u0641\u064A \u0627\u0644\u0645\u0642\u062F\u0645\u0629\u060C \u0645\u062B\u0644\uFF1Aja Hello World",mouseHoverShortcutPlaceholder:"\u0645\u062B\u0644\uFF1A\u0627\u0644\u062A\u062D\u0648\u0644",deepLProName:"\u0639\u0636\u0648 \u0645\u062D\u062A\u0631\u0641 \u0641\u064A \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0634\u0627\u0645\u0644\u0629 (\u0645\u0633\u062A\u062D\u0633\u0646)",deepLProDescription:"\u064A\u0645\u0643\u0646 \u0627\u0633\u062A\u062E\u062F\u0627\u0645 \u0627\u0644\u062D\u0632\u0645\u0629 \u0627\u0644\u062D\u0627\u0644\u064A\u0629 \u0645\u0628\u0627\u0634\u0631\u0629",deeplProDescriptionForNormal:"\u0644\u0627 \u062A\u0648\u062C\u062F \u0625\u0639\u062F\u0627\u062F\u0627\u062A \u0645\u0637\u0644\u0648\u0628\u0629. \u064A\u0645\u0643\u0646\u0643 \u0627\u0633\u062A\u062E\u062F\u0627\u0645\u0647\u0627 \u0628\u0639\u062F \u062A\u0633\u062C\u064A\u0644 \u0627\u0644\u062F\u062E\u0648\u0644 \u0643\u0639\u0636\u0648. <1> \u0627\u0646\u0642\u0631 \u0647\u0646\u0627 \u0644\u0644\u062A\u0631\u0642\u064A\u0629 \u0625\u0644\u0649 \u0639\u0636\u0648.",deepLCustomDescription:"\u0623\u0646\u062A \u0628\u062D\u0627\u062C\u0629 \u0625\u0644\u0649 \u0628\u0637\u0627\u0642\u0629 \u0627\u0626\u062A\u0645\u0627\u0646 \u0623\u062C\u0646\u0628\u064A\u0629\u060C \u0627\u0646\u062A\u0642\u0644 \u0625\u0644\u0649 <1>DeepL \u062A\u0645 \u0641\u062A\u062D\u0647 \u0631\u0633\u0645\u064A\u064B\u0627\u060C \u0627\u0646\u0642\u0631 \u0644\u0639\u0631\u0636 \u0627\u0644\u0645\u0633\u062A\u0646\u062F\u0627\u062A <2>",deepLCustomName:"\u0645\u0641\u062A\u0627\u062D \u0627\u0644\u0645\u0635\u0627\u062F\u0642\u0629 \u0627\u0644\u0645\u062E\u0635\u0635",chooseProviderLabel:"\u0627\u062E\u062A\u0631 \u0645\u0632\u0648\u062F \u0627\u0644\u062E\u062F\u0645\u0629",openaiProName:"\u0639\u0636\u0648 \u0645\u062D\u062A\u0631\u0641 \u0641\u064A \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0634\u0627\u0645\u0644\u0629 (\u0645\u0633\u062A\u062D\u0633\u0646)",openaiProDescription:"\u064A\u0645\u0643\u0646 \u0627\u0633\u062A\u062E\u062F\u0627\u0645 \u0627\u0644\u062D\u0632\u0645\u0629 \u0627\u0644\u062D\u0627\u0644\u064A\u0629 \u0645\u0628\u0627\u0634\u0631\u0629",openaiProDescriptionForNormal:"\u0644\u0627 \u062A\u0648\u062C\u062F \u0625\u0639\u062F\u0627\u062F\u0627\u062A \u0645\u0637\u0644\u0648\u0628\u0629. \u064A\u0645\u0643\u0646\u0643 \u0627\u0633\u062A\u062E\u062F\u0627\u0645\u0647\u0627 \u0628\u0639\u062F \u062A\u0633\u062C\u064A\u0644 \u0627\u0644\u062F\u062E\u0648\u0644 \u0643\u0639\u0636\u0648. <1> \u0627\u0646\u0642\u0631 \u0647\u0646\u0627 \u0644\u0644\u062A\u0631\u0642\u064A\u0629 \u0625\u0644\u0649 \u0639\u0636\u0648.",openaiCustomDescription:"\u064A\u0645\u0643\u0646 \u0627\u0644\u062D\u0635\u0648\u0644 \u0639\u0644\u064A\u0647 \u0645\u0646 OpenAI \u0623\u0648 Azure OpenAI \u0623\u0648 \u062E\u062F\u0645\u0627\u062A \u0623\u062E\u0631\u0649 \u062A\u0627\u0628\u0639\u0629 \u0644\u062C\u0647\u0627\u062A \u062E\u0627\u0631\u062C\u064A\u0629.<1> \u0627\u0646\u0642\u0631 \u0647\u0646\u0627 \u0644\u0639\u0631\u0636 \u0627\u0644\u0645\u0633\u062A\u0646\u062F.",openaiCustomName:"\u0645\u0641\u062A\u0627\u062D \u0648\u0627\u062C\u0647\u0629 \u0628\u0631\u0645\u062C\u0629 \u0627\u0644\u062A\u0637\u0628\u064A\u0642\u0627\u062A \u0627\u0644\u0645\u062E\u0635\u0635",needLoginAction:"(\u0623\u062F\u062E\u0644 \u0627\u0644\u0639\u0636\u0648\u064A\u0629 \u0623\u0648 \u0627\u0644\u062A\u062E\u0635\u064A\u0635)",goLoginOrAction:"(\u0623\u062F\u062E\u0644 \u0627\u0644\u0639\u0636\u0648\u064A\u0629 \u0623\u0648 \u0627\u0630\u0647\u0628 \u0625\u0644\u0649 \u0627\u0644\u0625\u0639\u062F\u0627\u062F\u0627\u062A)",yearly:"\u0627\u0644\u0627\u0634\u062A\u0631\u0627\u0643 \u0627\u0644\u0633\u0646\u0648\u064A \u0627\u0644\u0645\u0633\u062A\u0645\u0631",quarterly:"\u0645\u0648\u0627\u0633\u0645 \u0645\u062A\u062A\u0627\u0644\u064A\u0629",monthly:"\u0627\u0634\u062A\u0631\u0627\u0643 \u0634\u0647\u0631\u064A \u0645\u0633\u062A\u0645\u0631",yearlyForOnce:"\u0627\u0644\u0628\u0627\u0642\u0629 \u0627\u0644\u0633\u0646\u0648\u064A\u0629 \u0644\u0645\u0631\u0629 \u0648\u0627\u062D\u062F\u0629",monthlyForOnce:"\u0628\u0627\u0642\u0629 \u0634\u0647\u0631\u064A\u0629 \u0644\u0645\u0631\u0629 \u0648\u0627\u062D\u062F\u0629",daily:"\u0623\u064A\u0627\u0645 \u0645\u062A\u062A\u0627\u0644\u064A\u0629",year:"\u0627\u0644\u0627\u0634\u062A\u0631\u0627\u0643 \u0627\u0644\u0633\u0646\u0648\u064A \u0627\u0644\u0645\u0633\u062A\u0645\u0631",quarter:"\u0645\u0648\u0627\u0633\u0645 \u0645\u062A\u062A\u0627\u0644\u064A\u0629",month:"\u0627\u0634\u062A\u0631\u0627\u0643 \u0634\u0647\u0631\u064A \u0645\u0633\u062A\u0645\u0631",day:"\u0623\u064A\u0627\u0645 \u0645\u062A\u062A\u0627\u0644\u064A\u0629",onetime_7day:"\u062D\u0632\u0645\u0629 \u062A\u062C\u0631\u064A\u0628\u064A\u0629 \u0644\u0645\u062F\u0629 7 \u0623\u064A\u0627\u0645",currentPlanDescriptionForFree:"\u0627\u0644\u062D\u0632\u0645\u0629 \u0627\u0644\u062D\u0627\u0644\u064A\u0629\uFF1A\u0645\u062C\u0627\u0646\u064A\u0629",currentPlanDescriptionForContinuous:"\u0627\u0644\u0628\u0627\u0642\u0629 \u0627\u0644\u062D\u0627\u0644\u064A\u0629\uFF1A{plan}\u062A\u062C\u062F\u064A\u062F\u0647\u0627 \u062A\u0644\u0642\u0627\u0626\u064A\u0627 \u0641\u064A {endAt}",currentPlanDescriptionForAutoRenewCaceling:"\u0627\u0644\u0628\u0627\u0642\u0629 \u0627\u0644\u062D\u0627\u0644\u064A\u0629\uFF1A{plan}\u0648\u0633\u062A\u0646\u062A\u0647\u064A \u0641\u064A {endAt} \u0648\u0644\u0646 \u064A\u062A\u0645 \u062A\u062C\u062F\u064A\u062F\u0647\u0627 \u062A\u0644\u0642\u0627\u0626\u064A\u064B\u0627 \u0628\u0639\u062F \u0627\u0646\u062A\u0647\u0627\u0621 \u0627\u0644\u0635\u0644\u0627\u062D\u064A\u0629.",currentYearlyPlanDescriptionForAutoRenewCacelingWithRealPaiedUser:"\u0633\u062A\u0646\u062A\u0647\u064A \u0635\u0644\u0627\u062D\u064A\u0629 \u0627\u0644\u062D\u0632\u0645\u0629 \u0627\u0644\u062D\u0627\u0644\u064A\u0629\uFF1A{plan}\u0641\u064A {endAt} \u0648\u0644\u0646 \u064A\u062A\u0645 \u062A\u062C\u062F\u064A\u062F\u0647\u0627 \u062A\u0644\u0642\u0627\u0626\u064A\u064B\u0627 \u0628\u0639\u062F \u0627\u0646\u062A\u0647\u0627\u0621 \u0627\u0644\u0635\u0644\u0627\u062D\u064A\u0629.
<1>\u0627\u0646\u0642\u0631 \u0647\u0646\u0627 \u0644\u0625\u062F\u0627\u0631\u0629 \u062E\u0637\u0637 \u0627\u0644\u062A\u062C\u062F\u064A\u062F",currentYearlyPlanDescriptionForAutoRenewCacelingWithAdmin:"\u0633\u062A\u0646\u062A\u0647\u064A \u0635\u0644\u0627\u062D\u064A\u0629 \u0627\u0644\u062D\u0632\u0645\u0629 \u0627\u0644\u062D\u0627\u0644\u064A\u0629\uFF1A{plan}\u0641\u064A {endAt} \u0648\u0644\u0646 \u064A\u062A\u0645 \u062A\u062C\u062F\u064A\u062F\u0647\u0627 \u062A\u0644\u0642\u0627\u0626\u064A\u064B\u0627 \u0628\u0639\u062F \u0627\u0646\u062A\u0647\u0627\u0621 \u0627\u0644\u0635\u0644\u0627\u062D\u064A\u0629.
<1>\u0627\u0636\u063A\u0637 \u0647\u0646\u0627 \u0644\u062A\u0641\u0639\u064A\u0644 \u0627\u0644\u0627\u0634\u062A\u0631\u0627\u0643 \u0627\u0644\u0633\u0646\u0648\u064A \u0627\u0644\u0645\u0633\u062A\u0645\u0631",currentPlanDescriptionForOneTime:"\u0627\u0644\u062D\u0632\u0645\u0629 \u0627\u0644\u062D\u0627\u0644\u064A\u0629\uFF1A{plan}\u0648\u0633\u062A\u0646\u062A\u0647\u064A \u0641\u064A {endAt} <1> \u0627\u0646\u0642\u0631 \u0647\u0646\u0627 \u0644\u0644\u062A\u0631\u0642\u064A\u0629 \u0625\u0644\u0649 \u0627\u0644\u0631\u0633\u0648\u0645 \u0627\u0644\u0633\u0646\u0648\u064A\u0629 \u0623\u0648 <2> \u0631\u0633\u0648\u0645 \u0634\u0647\u0631\u064A\u0629 \u0639\u0636\u0648",upgradePlan:"\u0627\u0646\u0642\u0631 \u0647\u0646\u0627 \u0644\u0644\u062A\u0631\u0642\u064A\u0629 \u0625\u0644\u0649 \u0639\u0636\u0648\u064A\u0629 Pro",upgradeToPro:"\u0627\u0644\u062A\u0631\u0642\u064A\u0629 \u0625\u0644\u0649 \u0639\u0636\u0648\u064A\u0629 \u0628\u0631\u0648","popup.openPro":"\u0628\u0639\u062F \u0627\u0644\u062A\u0631\u0642\u064A\u0629 \u0625\u0644\u0649 \u0639\u0636\u0648\u064A\u0629 Pro\u060C \u064A\u0645\u0643\u0646\u0643 \u0627\u0644\u0627\u0633\u062A\u0645\u062A\u0627\u0639 \u0628\u062A\u0631\u062C\u0645\u0629 DeepL \u0648OpenAI\u060C \u0627\u0646\u0642\u0631 \u0647\u0646\u0627 \u0644\u0644\u062A\u0631\u0642\u064A\u0629","popup.openProForPro":"\u0623\u0646\u062A \u0639\u0636\u0648 \u0645\u062D\u062A\u0631\u0641 \u0648\u064A\u0645\u0643\u0646\u0643 \u0627\u0633\u062A\u062E\u062F\u0627\u0645 \u062A\u0631\u062C\u0645\u0629 DeepL \u0648OpenAI \u0645\u0628\u0627\u0634\u0631\u0629",currentAccount:"\u0627\u0644\u062D\u0633\u0627\u0628 \u0627\u0644\u062D\u0627\u0644\u064A",enableAutoSyncUserSettings:"\u062A\u0645\u0643\u064A\u0646 \u0627\u0644\u0645\u0632\u0627\u0645\u0646\u0629 \u0627\u0644\u0633\u062D\u0627\u0628\u064A\u0629 \u0627\u0644\u062A\u0644\u0642\u0627\u0626\u064A\u0629 \u0639\u0628\u0631 \u0623\u062C\u0647\u0632\u0629 \u0645\u062A\u0639\u062F\u062F\u0629",modalEnableInputTranslationTitle:"\u0646\u0635\u0627\u0626\u062D \u062A\u0631\u062C\u0645\u0629 \u0645\u0631\u0628\u0639 \u0625\u062F\u062E\u0627\u0644 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u063A\u0627\u0645\u0631\u0629",modalEnableInputTranslationDesc:"\u0644\u0642\u062F \u0642\u0645\u062A \u0644\u0644\u062A\u0648 \u0628\u062A\u0634\u063A\u064A\u0644 \u062A\u0631\u062C\u0645\u0629 \u0645\u0631\u0628\u0639 \u0627\u0644\u0625\u062F\u062E\u0627\u0644 \u0644\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0634\u0627\u0645\u0644\u0629 \u0639\u0646 \u0637\u0631\u064A\u0642 \u0627\u0644\u0636\u063A\u0637 \u0639\u0644\u0649 \u0634\u0631\u064A\u0637 \u0627\u0644\u0645\u0633\u0627\u0641\u0629 \u062B\u0644\u0627\u062B \u0645\u0631\u0627\u062A \u0641\u064A \u062A\u062A\u0627\u0628\u0639 \u0633\u0631\u064A\u0639\u060C \u0648\u0633\u064A\u062A\u0645 \u062A\u0631\u062C\u0645\u0629 \u0645\u062D\u062A\u0648\u0649 \u0645\u0631\u0628\u0639 \u0627\u0644\u0625\u062F\u062E\u0627\u0644 \u0625\u0644\u0649 \u0627\u0644\u0644\u063A\u0629 \u0627\u0644\u0647\u062F\u0641 \u0627\u0644\u0627\u0641\u062A\u0631\u0627\u0636\u064A\u0629. \u064A\u0645\u0643\u0646 \u0627\u0644\u062A\u0631\u0627\u062C\u0639 \u0639\u0646 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0639\u0628\u0631 Ctrl+Z.

\u0625\u0630\u0627 \u0643\u0627\u0646 \u0647\u0630\u0627 \u062E\u0637\u0623\u060C \u0641\u0644\u0627 \u062A\u0642\u0644\u0642\u060C \u064A\u0645\u0643\u0646\u0643 \u0627\u062E\u062A\u064A\u0627\u0631 \u062A\u0639\u0637\u064A\u0644\u0647 \u0647\u0630\u0647 \u0627\u0644\u0645\u0631\u0629\u060C \u0623\u0648 \u062A\u0639\u0637\u064A\u0644 \u062A\u0631\u062C\u0645\u0629 \u0645\u0631\u0628\u0639 \u0627\u0644\u0625\u062F\u062E\u0627\u0644 \u0628\u0634\u0643\u0644 \u062F\u0627\u0626\u0645.",saveAndNotShowAgain:"\u0627\u062D\u0641\u0638 \u0648\u0644\u0627 \u062A\u0637\u0627\u0644\u0628 \u0645\u0631\u0629 \u0623\u062E\u0631\u0649",disableInputTranslationTips:"* \u064A\u0645\u0643\u0646\u0643 \u0623\u064A\u0636\u064B\u0627 \u0636\u0628\u0637 \u0645\u0641\u0627\u062A\u064A\u062D \u0627\u0644\u0627\u062E\u062A\u0635\u0627\u0631 \u0627\u0644\u0623\u062E\u0631\u0649 \u0644\u062A\u0634\u063A\u064A\u0644\u0647\u0627 \u0641\u064A {option} \u060C{learnMore}.",learnMore:"\u0627\u0646\u0642\u0631 \u0647\u0646\u0627 \u0644\u0645\u0639\u0631\u0641\u0629 \u0627\u0644\u0645\u0632\u064A\u062F",continueEnalbeInputTranslation:"\u0627\u0633\u062A\u0645\u0631 \u0641\u064A \u062A\u0645\u0643\u064A\u0646 \u062A\u0631\u062C\u0645\u0629 \u0645\u0631\u0628\u0639 \u0627\u0644\u0625\u062F\u062E\u0627\u0644",autoRenewTrialSuffix:'(\u0623\u062B\u0646\u0627\u0621 \u0627\u0644\u0641\u062A\u0631\u0629 \u0627\u0644\u062A\u062C\u0631\u064A\u0628\u064A\u0629\u060C \u0633\u064A\u062A\u0645 \u062A\u0631\u0642\u064A\u0629\u0639\u0644\u0649 \u0627\u0644\u0641\u0648\u0631 \u0625\u0644\u0649\u0631\u0633\u0645\u064A1 )',upgradeFromTrialTitle:"\u0627\u0644\u062A\u0631\u0642\u064A\u0629 \u0625\u0644\u0649 \u0639\u0636\u0648 \u0631\u0633\u0645\u064A",subtitle:"\u062A\u0631\u062C\u0645\u0627\u062A \u0627\u0644\u0641\u064A\u062F\u064A\u0648",youtubeService:"\u062E\u062F\u0645\u0629 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u063A\u0627\u0645\u0631\u0629 \u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0641\u064A\u062F\u064A\u0648","subtitle.disabledSubtitle":"\u062A\u0639\u0637\u064A\u0644 \u062A\u0631\u062C\u0645\u0627\u062A \u0627\u0644\u0641\u064A\u062F\u064A\u0648 \u0628\u0634\u0643\u0644 \u062F\u0627\u0626\u0645","subtitle.disabledSubtitleDescription":"\u0625\u0630\u0627 \u0643\u0627\u0646\u062A \u062A\u0631\u062C\u0645\u0627\u062A \u0627\u0644\u0641\u064A\u062F\u064A\u0648 \u0627\u0644\u062E\u0627\u0635\u0629 \u0628\u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0634\u0627\u0645\u0644\u0629 \u062A\u062A\u0639\u0627\u0631\u0636 \u0645\u0639 \u0645\u0644\u062D\u0642\u0627\u062A \u0623\u062E\u0631\u0649\u060C \u0641\u064A\u0645\u0643\u0646\u0643 \u0627\u062E\u062A\u064A\u0627\u0631 \u062A\u0639\u0637\u064A\u0644 \u0648\u0638\u064A\u0641\u0629 \u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0641\u064A\u062F\u064A\u0648 \u0627\u0644\u062E\u0627\u0635\u0629 \u0628\u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0634\u0627\u0645\u0644\u0629 \u0628\u0634\u0643\u0644 \u062F\u0627\u0626\u0645 \u0623\u0648 \u0625\u0644\u063A\u0627\u0621 \u062A\u062B\u0628\u064A\u062A \u0627\u0644\u0645\u0644\u062D\u0642\u0627\u062A \u0627\u0644\u0645\u062A\u0639\u0627\u0631\u0636\u0629 \u0627\u0644\u0623\u062E\u0631\u0649.","subtitle.autoEnableSubtitle":"\u0627\u0633\u062A\u062E\u062F\u0645 \u0627\u0644\u062A\u0631\u062C\u0645\u0627\u062A \u062B\u0646\u0627\u0626\u064A\u0629 \u0627\u0644\u0644\u063A\u0629 \u062A\u0644\u0642\u0627\u0626\u064A\u064B\u0627","subtitle.autoEnableSubtitleDescription":"\u0628\u0639\u062F \u0627\u0644\u062A\u0641\u0639\u064A\u0644\u060C \u0639\u0646\u062F \u062A\u0634\u063A\u064A\u0644 \u0627\u0644\u0641\u064A\u062F\u064A\u0648\u060C \u0633\u064A\u062A\u0645 \u0639\u0631\u0636 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u062B\u0646\u0627\u0626\u064A\u0629 \u062A\u0644\u0642\u0627\u0626\u064A\u064B\u0627\u060C \u0648\u0625\u0644\u0627 \u0633\u064A\u062A\u0639\u064A\u0646 \u0627\u0644\u0646\u0642\u0631 \u0639\u0644\u0649 \u0632\u0631 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0644\u0644\u0639\u0631\u0636.","subtitle.preTranslation":"\u0627\u0633\u062A\u062E\u062F\u0645 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0634\u0627\u0645\u0644\u0629 \u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u062A\u0631\u062C\u0645\u0627\u062A","subtitle.preTranslationDescription":"\u0628\u0639\u062F \u062A\u0641\u0639\u064A\u0644\u0647\u0627\u060C \u0633\u062A\u0639\u0637\u0649 \u0627\u0644\u0623\u0648\u0644\u0648\u064A\u0629 \u0644\u0627\u0633\u062A\u062E\u062F\u0627\u0645 \u062E\u062F\u0645\u0629 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0645\u062D\u062F\u062F\u0629 \u0623\u062F\u0646\u0627\u0647 \u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0628\u0627\u0644\u0643\u0627\u0645\u0644 \u0645\u0642\u062F\u0645\u064B\u0627. \u064A\u0633\u062A\u0647\u0644\u0643 \u0645\u0642\u0637\u0639 \u0641\u064A\u062F\u064A\u0648 \u0645\u062F\u062A\u0647 \u0633\u0627\u0639\u0629 \u0648\u0627\u062D\u062F\u0629 \u0645\u0627 \u064A\u0642\u0631\u0628 \u0645\u0646 50000 \u0631\u0645\u0632\u064B\u0627 \u0623\u0648 \u062D\u0631\u0641\u064B\u0627\u060C \u0644\u0630\u0627 \u064A\u0631\u062C\u0649 \u0627\u0633\u062A\u062E\u062F\u0627\u0645\u0647\u0627 \u0628\u0627\u0644\u0634\u0643\u0644 \u0627\u0644\u0645\u0646\u0627\u0633\u0628\u061B \u0628\u0639\u062F \u0627\u0644\u062A\u0639\u0637\u064A\u0644\u060C \u0633\u062A\u0639\u0637\u0649 \u0627\u0644\u0623\u0648\u0644\u0648\u064A\u0629 \u0644\u0627\u0633\u062A\u062E\u062F\u0627\u0645 \u0627\u0644\u062A\u0631\u062C\u0645\u0627\u062A \u0627\u0644\u0645\u062A\u0631\u062C\u0645\u0629 \u0622\u0644\u064A\u064B\u0627 \u0648\u0627\u0644\u062A\u064A \u062A\u0623\u062A\u064A \u0645\u0639 \u0627\u0644\u0641\u064A\u062F\u064A\u0648 \u0627\u0644\u0623\u0635\u0644\u064A.","subtitle.humanSubtitlesPreferred":"\u0625\u0639\u0637\u0627\u0621 \u0627\u0644\u0623\u0648\u0644\u0648\u064A\u0629 \u0644\u0627\u0633\u062A\u062E\u062F\u0627\u0645 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0628\u0634\u0631\u064A\u0629","subtitle.humanSubtitlesPreferredDescription":"\u0639\u0646\u062F\u0645\u0627 \u064A\u062D\u062A\u0648\u064A \u0645\u0642\u0637\u0639 \u0641\u064A\u062F\u064A\u0648 \u0639\u0644\u0649 \u062A\u0631\u062C\u0645\u0627\u062A \u064A\u062F\u0648\u064A\u0629 \u0628\u0627\u0644\u0644\u063A\u0629 \u0627\u0644\u0647\u062F\u0641\u060C \u0627\u0633\u062A\u062E\u062F\u0645 \u0627\u0644\u062A\u0631\u062C\u0645\u0627\u062A \u0627\u0644\u064A\u062F\u0648\u064A\u0629 \u0623\u0648\u0644\u0627\u064B (\u0645\u0648\u0635\u0649 \u0628\u0647)",videoSubtitleTranslationDescription:"\u062A\u062E\u0635\u064A\u0635 \u062E\u062F\u0645\u0629 \u062A\u0631\u062C\u0645\u0629 \u0645\u0646\u0641\u0635\u0644\u0629 \u0644\u062A\u0631\u062C\u0645\u0627\u062A \u0627\u0644\u0641\u064A\u062F\u064A\u0648",subtitleTranslating:"\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u062A\u0631\u062C\u0645\u0627\u062A \u0628\u0627\u0633\u062A\u062E\u062F\u0627\u0645 {service} \u062E\u062F\u0645\u0629\u060C \u064A\u0631\u062C\u0649 \u0627\u0644\u0627\u0646\u062A\u0638\u0627\u0631... (\u062A\u0631\u062C\u0645\u0629 \u063A\u0627\u0645\u0631\u0629)",subtitleLoading:"\u062C\u0627\u0631\u064D \u062A\u062D\u0645\u064A\u0644 \u0627\u0644\u062A\u0631\u062C\u0645\u0629...",bilingual:"\u062B\u0646\u0627\u0626\u064A \u0627\u0644\u0644\u063A\u0629","field.action":"\u0645\u0627 \u0625\u0630\u0627 \u0643\u0627\u0646 \u0633\u064A\u062A\u0645 \u062A\u0645\u0643\u064A\u0646 \u0645\u0635\u0637\u0644\u062D\u0627\u062A \u0628\u0627\u064A\u062F\u0648","description.action":"\u0628\u0639\u062F \u0627\u0644\u062A\u0645\u0643\u064A\u0646\u060C \u0633\u062A\u062A\u0645 \u0625\u0636\u0627\u0641\u0629 \u0627\u0644\u0625\u062C\u0631\u0627\u0621 \u0627\u0644\u0645\u0639\u0644\u0645\u0629 = 1 \u0625\u0644\u0649 \u0637\u0644\u0628 \u0625\u0628\u0644\u0627\u063A Baidu \u0644\u062A\u0645\u0643\u064A\u0646 \u0627\u0644\u0645\u0635\u0637\u0644\u062D.<1> \u064A\u0631\u062C\u0649 \u0627\u0644\u0631\u062C\u0648\u0639 \u0625\u0644\u0649 \u0627\u0644\u0648\u062B\u0627\u0626\u0642 \u0627\u0644\u0631\u0633\u0645\u064A\u0629 \u0644\u0645\u0632\u064A\u062F \u0645\u0646 \u0627\u0644\u062A\u0639\u0644\u064A\u0645\u0627\u062A.",closeQuickTranslation:"\u0623\u063A\u0644\u0642 \u0627\u0644\u0643\u0631\u0629 \u0627\u0644\u0639\u0627\u0626\u0645\u0629","closeQuickTranslation.untilNext":"\u0645\u063A\u0644\u0642 \u062D\u062A\u0649 \u0627\u0644\u0632\u064A\u0627\u0631\u0629 \u0627\u0644\u0642\u0627\u062F\u0645\u0629","closeQuickTranslation.currentWebsite":"\u0627\u0644\u0645\u0648\u0642\u0639 \u0627\u0644\u062D\u0627\u0644\u064A \u0645\u0639\u0637\u0644","closeQuickTranslation.alwaysClose":"\u062A\u0639\u0637\u064A\u0644 \u062F\u0627\u0626\u0645","closeQuickTranslation.settingOpen":"(\u064A\u0645\u0643\u0646 \u0627\u0644\u0639\u062B\u0648\u0631 \u0639\u0644\u064A\u0647 \u0641\u064A \u0635\u0641\u062D\u0629 \u0627\u0644\u0625\u0639\u062F\u0627\u062F <1> \u0634\u063A\u0644\u0647)","closeQuickTranslation.cancel":"\u064A\u0644\u063A\u064A","closeQuickTranslation.confirm":"\u0628\u0627\u0644\u062A\u0623\u0643\u064A\u062F","floatBall.popup":"\u0627\u0641\u062A\u062D \u0644\u0648\u062D\u0629 \u0627\u0644\u0625\u0639\u062F\u0627\u062F\u0627\u062A \u0627\u0644\u0633\u0631\u064A\u0639\u0629","floatBall.translate":"\u0627\u0646\u0642\u0631 \u0644\u062A\u0631\u062C\u0645\u0629 \u0647\u0630\u0647 \u0627\u0644\u0635\u0641\u062D\u0629","floatBall.showOriginal":"\u0627\u0646\u0642\u0631 \u0644\u0644\u062A\u0628\u062F\u064A\u0644 \u0645\u0631\u0629 \u0623\u062E\u0631\u0649 \u0625\u0644\u0649 \u0627\u0644\u0646\u0635 \u0627\u0644\u0623\u0635\u0644\u064A","floatBall.close":"\u0623\u063A\u0644\u0642 \u0627\u0644\u0643\u0631\u0629 \u0627\u0644\u0639\u0627\u0626\u0645\u0629","floatBallOptions.enableDescPc":"\u0628\u0639\u062F \u062A\u0641\u0639\u064A\u0644 \u0627\u0644\u0643\u0631\u0629 \u0627\u0644\u0639\u0627\u0626\u0645\u0629 \u0644\u0644\u0635\u0641\u062D\u0629\u060C \u0633\u064A\u062A\u0645 \u0639\u0631\u0636 \u0632\u0631 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0633\u0631\u064A\u0639\u0629 \u0639\u0644\u0649 \u0627\u0644\u062C\u0627\u0646\u0628 \u0627\u0644\u0623\u064A\u0645\u0646 \u0645\u0646 \u0627\u0644\u0635\u0641\u062D\u0629\u060C \u0627\u0646\u0642\u0631 \u0644\u0644\u062A\u0631\u062C\u0645\u0629.","floatBallOptions.enableDesc":"\u0628\u0639\u062F \u0625\u063A\u0644\u0627\u0642 \u0627\u0644\u0643\u0631\u0629 \u0627\u0644\u0639\u0627\u0626\u0645\u0629\u060C \u064A\u0645\u0643\u0646 \u0625\u064A\u0642\u0627\u0638\u0647\u0627 \u0628\u0640{touch}. \u0644\u0645\u0646\u0639 \u0627\u0644\u0639\u062B\u0648\u0631 \u0639\u0644\u0649 \u0627\u0644\u0643\u0631\u0629 \u0627\u0644\u0639\u0627\u0626\u0645\u0629 \u0628\u0639\u062F \u0625\u064A\u0642\u0627\u0641 \u062A\u0634\u063A\u064A\u0644 \u0647\u0630\u0627 \u0627\u0644\u062E\u064A\u0627\u0631 \u0639\u0646 \u0637\u0631\u064A\u0642 \u0627\u0644\u062E\u0637\u0623\u060C \u064A\u0648\u0635\u0649 \u0628\u0634\u062F\u0629 \u0628\u0648\u0636\u0639 \u0625\u0634\u0627\u0631\u0629 \u0645\u0631\u062C\u0639\u064A\u0629 \u0639\u0644\u0649 \u0635\u0641\u062D\u0629 \u0627\u0644\u0625\u0639\u062F\u0627\u062F\u0627\u062A \u0647\u0630\u0647.","description.azureApiUrl":"\u0627\u0645\u0644\u0623 \u0639\u0646\u0648\u0627\u0646 \u0648\u0627\u062C\u0647\u0629 API \u0627\u0644\u0645\u062E\u0635\u0635\u0629",confirmSupportMouse:"\u0641\u0631\u0636 \u062F\u0639\u0645 \u0627\u0644\u0645\u0627\u0648\u0633 \u0644\u064A\u062A\u0645 \u062A\u0645\u0643\u064A\u0646\u0647",confirmSupportMouseDescription:"\u062A\u0645 \u0627\u0643\u062A\u0634\u0627\u0641 \u0623\u0646 \u0627\u0644\u0645\u062A\u0635\u0641\u062D \u0627\u0644\u062D\u0627\u0644\u064A \u0644\u0627 \u064A\u062F\u0639\u0645 \u0648\u0638\u064A\u0641\u0629 \u0627\u0644\u0645\u0627\u0648\u0633. \u0647\u0644 \u062A\u0631\u064A\u062F \u0641\u0631\u0636 \u062A\u0645\u0643\u064A\u0646 \u062F\u0639\u0645 \u0627\u0644\u0645\u0627\u0648\u0633\u061F",sampleTargetText:"\u0627\u0644\u0644\u064A\u0644 \u0627\u0644\u0637\u0648\u064A\u0644 \u0642\u0627\u062F\u0645\u060C \u0648\u0633\u0623\u0638\u0644 \u0633\u0627\u0647\u0631\u064B\u0627 \u0645\u0646 \u0627\u0644\u0622\u0646 \u0641\u0635\u0627\u0639\u062F\u064B\u0627 \u062D\u062A\u0649 \u0623\u0645\u0648\u062A. \u0644\u0646 \u0623\u062A\u062E\u0630 \u0632\u0648\u062C\u0629\u060C \u0648\u0644\u0627 \u0625\u0642\u0637\u0627\u0639\u064A\u0629\u060C \u0648\u0644\u0627 \u0623\u0637\u0641\u0627\u0644\u0627\u064B. \u0644\u0646 \u0623\u0631\u062A\u062F\u064A \u0627\u0644\u062A\u0627\u062C \u0623\u0648 \u0623\u062A\u0646\u0627\u0641\u0633 \u0639\u0644\u0649 \u0627\u0644\u0623\u0648\u0633\u0645\u0629. \u0633\u0623\u0642\u0648\u0645 \u0628\u0648\u0627\u062C\u0628\u064A \u0628\u0625\u062E\u0644\u0627\u0635\u060C \u0648\u0623\u0639\u064A\u0634 \u0648\u0623\u0645\u0648\u062A.",sampleSourceText:"Night gathers, and now my watch begins. It shall not end until my death. I shall take no wife, hold no lands, father no children. I shall wear no crowns and win no glory. I shall live and die at my post.","subtitle.supportedSites":"\u5DF2\u652F\u6301\u5728\u8FD9\u4E9B\u7F51\u7AD9\u4F7F\u7528\u53CC\u8BED\u5B57\u5E55\uFF08\u6CE8\u610F\uFF1A\u7531\u4E8E\u6280\u672F\u9650\u5236\uFF0C\u90E8\u5206\u7F51\u7AD9\u5728\u9996\u6B21\u5F00\u542F\u5B57\u5E55\u540E\u9700\u8981\u91CD\u65B0\u5237\u65B0\u9875\u9762\uFF0C\u6216\u8005\u9700\u7B49\u5F85\u7FFB\u8BD1\u5B8C\u6210\u4EE5\u663E\u793A\u53CC\u8BED\u5B57\u5E55\uFF09\uFF1A",viewWithImmersiveTranslate:"\u53CC\u8BED\u7248\u672C(\u6C89\u6D78\u5F0F\u7FFB\u8BD1)",errorReason:"\u9519\u8BEF\u539F\u56E0\uFF1A{message}","proQuotaExceededError.onetime7day":'\uFF0C\u60A8\u53EF\u4EE5\u9009\u62E9\u4EE5\u4E0B\u65B9\u5F0F\u89E3\u51B3\uFF1A

1. \u5207\u6362\u5230 {anotherService} \u6216\u5176\u4ED6\u7FFB\u8BD1\u670D\u52A1
2. \u5347\u7EA7\u4E3A\u6708\u5EA6/\u5E74\u5EA6\u4F1A\u5458',"proQuotaExceededError.trial":'\uFF0C\u60A8\u53EF\u4EE5\u9009\u62E9\u4EE5\u4E0B\u65B9\u5F0F\u89E3\u51B3\uFF1A

1. \u5207\u6362\u5230 {anotherService} \u6216\u5176\u4ED6\u7FFB\u8BD1\u670D\u52A1
2. \u7ACB\u523B\u5347\u7EA7\u4E3A\u6B63\u5F0F\u4F1A\u5458',"proQuotaExceededError.nonTrial":'\uFF0C\u60A8\u53EF\u4EE5\u9009\u62E9\u4EE5\u4E0B\u65B9\u5F0F\u89E3\u51B3\uFF1A

1. \u5207\u6362\u5230 {anotherService} \u6216\u5176\u4ED6\u7FFB\u8BD1\u670D\u52A1
2. \u8D2D\u4E70 {translationService} \u989D\u5916\u6D41\u91CF\u5305',"proQuotaExceededError.resetTime":"
3. \u989D\u5EA6\u91CD\u7F6E\u65F6\u95F4\uFF1A{resetTime}","desc.touchShortcutsToggleTranslatePageOnlyTranslation":'\u062A\u0634\u064A\u0631 "\u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0641\u0642\u0637" \u0625\u0644\u0649 \u0639\u0631\u0636 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0641\u0642\u0637\u060C \u0625\u0630\u0627 \u0644\u0645 \u064A\u062A\u0645 \u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0635\u0641\u062D\u0629 \u0627\u0644\u0625\u0644\u0643\u062A\u0631\u0648\u0646\u064A\u0629 \u0628\u0639\u062F\u060C \u0633\u064A\u062A\u0645 \u062A\u063A\u064A\u064A\u0631 \u0627\u0644\u0648\u0636\u0639 \u0648\u062A\u0631\u062C\u0645\u062A\u0647\u0627.',"desc.toggleOnlyTransation":"\u062A\u0634\u064A\u0631 \u0648\u0636\u0639\u064A\u0629 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0641\u0642\u0637 \u0625\u0644\u0649 \u0639\u0631\u0636 \u0627\u0644\u0646\u0635 \u0627\u0644\u0645\u062A\u0631\u062C\u0645 \u0641\u0642\u0637\u060C \u0625\u0630\u0627 \u0644\u0645 \u064A\u062A\u0645 \u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0635\u0641\u062D\u0629 \u0627\u0644\u0625\u0644\u0643\u062A\u0631\u0648\u0646\u064A\u0629 \u0628\u0639\u062F\u060C \u0633\u064A\u062A\u0645 \u062A\u063A\u064A\u064A\u0631 \u0627\u0644\u0648\u0636\u0639 \u0648\u062A\u0631\u062C\u0645\u062A\u0647\u0627.",touchShortcutsToggleTranslatePageOnlyTranslation:"\u062A\u0639\u064A\u064A\u0646 \u0627\u0644\u0625\u064A\u0645\u0627\u0621\u0627\u062A \u0639\u0644\u0649 \u0627\u0644\u0634\u0627\u0634\u0629 \u0644\u0644\u062A\u0628\u062F\u064A\u0644 \u0628\u064A\u0646 \u0627\u0644\u0648\u0636\u0639 \u0627\u0644\u0645\u0632\u062F\u0648\u062C / \u0627\u0644\u0648\u0636\u0639 \u0627\u0644\u0646\u0635\u064A \u0641\u0642\u0637",download_started:"\u0628\u062F\u0623 \u0627\u0644\u062A\u0646\u0632\u064A\u0644 \u0628\u0627\u0644\u0641\u0639\u0644\u060C \u0625\u0630\u0627 \u0644\u0645 \u064A\u062A\u0645 \u0627\u0644\u062A\u0646\u0632\u064A\u0644 \u062A\u0644\u0642\u0627\u0626\u064A\u064B\u0627\u060C \u064A\u0631\u062C\u0649 \u0627\u0644\u0646\u0642\u0631 \u064A\u062F\u0648\u064A\u064B\u0627",here:"\u0647\u0646\u0627","desc.toggleVideoSubtitlePreTranslation":"\u0628\u0639\u062F \u0627\u0644\u0636\u063A\u0637\u060C \u0633\u062A\u0633\u062A\u062E\u062F\u0645 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u063A\u0627\u0645\u0631\u0629 \u0644\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u062B\u0646\u0627\u0626\u064A\u0629 \u0644\u0644\u0641\u064A\u062F\u064A\u0648 \u0628\u0634\u0643\u0644 \u0623\u0648\u0644\u0648\u064A\u060C \u0648\u0628\u0627\u0644\u0636\u063A\u0637 \u0645\u0631\u0629 \u0623\u062E\u0631\u0649\u060C \u0633\u062A\u0633\u062A\u062E\u062F\u0645 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0622\u0644\u064A\u0629 \u0627\u0644\u0645\u0631\u0641\u0642\u0629 \u0628\u0627\u0644\u0641\u064A\u062F\u064A\u0648 \u0627\u0644\u0623\u0635\u0644\u064A \u0628\u0634\u0643\u0644 \u0623\u0648\u0644\u0648\u064A. \u064A\u0631\u062C\u0649 \u0645\u0644\u0627\u062D\u0638\u0629: \u0647\u0630\u0627 \u0627\u0644\u0627\u062E\u062A\u0635\u0627\u0631 \u064A\u0639\u062F\u0644 \u0627\u0644\u0625\u0639\u062F\u0627\u062F\u0627\u062A \u0627\u0644\u0639\u0627\u0645\u0629.",videoSubtitlePreTranslationOn:"\u0633\u064A\u062A\u0645 \u0627\u0633\u062A\u062E\u062F\u0627\u0645 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u063A\u0627\u0645\u0631\u0629 \u0628\u0634\u0643\u0644 \u0623\u0648\u0644\u0648\u064A \u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u062A\u0631\u062C\u0645\u0627\u062A \u0627\u0644\u0645\u0631\u0626\u064A\u0629",videoSubtitlePreTranslationOff:"\u0633\u064A\u062A\u0645 \u0627\u0633\u062A\u062E\u062F\u0627\u0645 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0622\u0644\u064A\u0629 \u0644\u0644\u062A\u0631\u062C\u0645\u0629 \u0641\u064A \u0627\u0644\u0641\u064A\u062F\u064A\u0648 \u0628\u0634\u0643\u0644 \u0623\u0648\u0644\u0648\u064A",translationFont:"\u062A\u0639\u064A\u064A\u0646 \u0627\u0644\u062E\u0637","translationFont.custom":"\u0623\u062F\u062E\u0644 \u0627\u0644\u062E\u0637 \u0627\u0644\u0645\u062E\u0635\u0635","translationFont.customPlaceholder":"\u062E\u0637 \u0627\u0644\u0643\u062A\u0627\u0628\u0629","translationFont.notSupportErrorMessage":"\u064A\u0631\u062C\u0649 \u0627\u0644\u062A\u062D\u0642\u0642 \u0645\u0646 \u0635\u062D\u0629 \u0627\u0633\u0645 \u0627\u0644\u062E\u0637 \u0627\u0644\u0630\u064A \u0623\u062F\u062E\u0644\u062A\u0647 \u060C \u0623\u0648 \u0627\u0644\u062A\u0623\u0643\u062F \u0645\u0646 \u0623\u0646 \u0627\u0644\u062E\u0637 \u0642\u062F \u062A\u0645 \u062A\u062B\u0628\u064A\u062A\u0647 \u0628\u0627\u0644\u0641\u0639\u0644 \u0639\u0644\u0649 \u062C\u0647\u0627\u0632\u0643.","touch.mouse-translate":"\u062A\u0631\u062C\u0645 \u0627\u0644\u0641\u0642\u0631\u0629 \u0627\u0644\u0645\u062D\u062F\u062F\u0629","translationServices.inherit":"\u0627\u062A\u0628\u0639 \u0627\u0644\u062E\u062F\u0645\u0629 \u0627\u0644\u0631\u0626\u064A\u0633\u064A\u0629 \u0644\u0644\u062A\u0631\u062C\u0645\u0629","error.serveConfigError":"\u062E\u0637\u0623 \u0641\u064A \u062A\u0643\u0648\u064A\u0646 \u0627\u0644\u062E\u062F\u0645\u0629","error.reloadPageOfSetting":"\u0628\u0639\u062F \u0627\u0644\u062A\u0643\u0648\u064A\u0646\u060C \u064A\u0631\u062C\u0649 \u062A\u062D\u062F\u064A\u062B \u0627\u0644\u0635\u0641\u062D\u0629 \u0648\u062A\u0631\u062C\u0645\u062A\u0647\u0627 \u0645\u0631\u0629 \u0623\u062E\u0631\u0649.","error.googleLimitIp":"\u062A\u0645 \u0625\u0631\u062C\u0627\u0639 \u062E\u0637\u0623 \u0645\u0646 \u0627\u0644\u062E\u062F\u0645\u0629 \u060C \u062E\u062F\u0645\u0629 Google \u0642\u062F \u0642\u0627\u0645\u062A \u0628\u062A\u0642\u064A\u064A\u062F \u0627\u0644\u0646\u0637\u0627\u0642 \u0627\u0644\u062E\u0627\u0635 \u0628\u0639\u0646\u0648\u0627\u0646 IP \u0647\u0630\u0627 \u060C \u0646\u0646\u0635\u062D\u0643 \u0628\u062A\u063A\u064A\u064A\u0631 \u0646\u0642\u0637\u0629 \u0627\u0644\u0634\u0628\u0643\u0629.","error.openAIFreeLimit":"\u062A\u0645 \u0625\u0631\u062C\u0627\u0639 \u062E\u0637\u0623 \u0645\u0646 \u0627\u0644\u062E\u062F\u0645\u0629\u060C \u0648\u0642\u062F \u0648\u0635\u0644\u062A \u062A\u0631\u062F\u062F \u0637\u0644\u0628\u0627\u062A \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u062D\u0627\u0644\u064A\u0629 \u0625\u0644\u0649 \u0627\u0644\u062D\u062F \u0627\u0644\u0623\u0642\u0635\u0649 \u0627\u0644\u0628\u0627\u0644\u063A 3 \u0645\u0631\u0627\u062A \u0641\u064A \u0627\u0644\u062F\u0642\u064A\u0642\u0629\u060C \u064A\u0631\u062C\u0649 \u0627\u0644\u0645\u062D\u0627\u0648\u0644\u0629 \u0645\u0631\u0629 \u0623\u062E\u0631\u0649 \u0644\u0627\u062D\u0642\u064B\u0627. (\u0647\u0630\u0627 \u0647\u0648 \u0627\u0644\u0642\u064A\u062F \u0627\u0644\u0631\u0633\u0645\u064A \u0645\u0646 OpenAI \u0644\u0645\u0641\u062A\u0627\u062D API \u0627\u0644\u0645\u062C\u0627\u0646\u064A\u060C \u0644\u0631\u0641\u0639 \u0647\u0630\u0627 \u0627\u0644\u0642\u064A\u062F\u060C \u064A\u0631\u062C\u0649 \u0631\u0628\u0637 \u0628\u0637\u0627\u0642\u0629 \u0627\u0644\u0627\u0626\u062A\u0645\u0627\u0646 \u0641\u064A \u0644\u0648\u062D\u0629 \u0627\u0644\u062A\u062D\u0643\u0645 \u0627\u0644\u062E\u0644\u0641\u064A\u0629 \u0644\u0640 OpenAI.)","error.openAIExceededQuota":"\u062A\u0645 \u0625\u0631\u062C\u0627\u0639 \u0627\u0644\u062E\u062F\u0645\u0629 \u0628\u062E\u0637\u0623: \u0631\u0635\u064A\u062F \u062D\u0633\u0627\u0628 OpenAI \u0627\u0644\u062D\u0627\u0644\u064A \u063A\u064A\u0631 \u0643\u0627\u0641\u064D \u060C \u064A\u0631\u062C\u0649 \u0625\u0639\u0627\u062F\u0629 \u0627\u0644\u0634\u062D\u0646 \u0623\u0648 \u0631\u0628\u0637 \u0628\u0637\u0627\u0642\u0629 \u0627\u0644\u0627\u0626\u062A\u0645\u0627\u0646 \u0641\u064A \u0627\u0644\u062E\u0644\u0641\u064A\u0629 \u0627\u0644\u0631\u0633\u0645\u064A\u0629 \u0644\u0640 OpenAI.","error.429":"\u062A\u0645 \u0625\u0631\u062C\u0627\u0639 \u0627\u0644\u062E\u062F\u0645\u0629 \u0628\u062E\u0637\u0623\u060C \u0645\u0645\u0627 \u064A\u0634\u064A\u0631 \u0625\u0644\u0649 \u0623\u0646 \u0627\u0644\u0637\u0644\u0628\u0627\u062A \u0643\u062B\u064A\u0631\u0629 \u062C\u062F\u064B\u0627 \u0623\u0648 \u062A\u062C\u0627\u0648\u0632\u062A \u0627\u0644\u062D\u062F \u0627\u0644\u0645\u062D\u062F\u062F\u060C \u064A\u0631\u062C\u0649 \u0627\u0644\u0645\u062D\u0627\u0648\u0644\u0629 \u0645\u0631\u0629 \u0623\u062E\u0631\u0649 \u0644\u0627\u062D\u0642\u064B\u0627.","error.403":"\u062A\u0645 \u0625\u0631\u062C\u0627\u0639 \u0627\u0644\u062E\u062F\u0645\u0629 \u0628\u062E\u0637\u0623\u060C \u0644\u064A\u0633 \u0644\u062F\u064A\u0643 \u0627\u0644\u0635\u0644\u0627\u062D\u064A\u0629 \u0627\u0644\u0645\u0624\u0642\u062A\u0629 \u0644\u0644\u0648\u0635\u0648\u0644 \u0625\u0644\u0649 \u0647\u0630\u0647 \u0627\u0644\u062E\u062F\u0645\u0629.","error.400":"\u062A\u0645 \u0625\u0631\u062C\u0627\u0639 \u062E\u0637\u0623 \u0641\u064A \u0627\u0644\u062E\u062F\u0645\u0629 \u060C \u062E\u0637\u0623 \u0641\u064A \u0645\u0639\u0644\u0645\u0627\u062A \u0627\u0644\u0637\u0644\u0628 \u060C \u064A\u0631\u062C\u0649 \u0627\u0644\u062A\u062D\u0642\u0642 \u0645\u0646 \u0627\u0644\u062A\u0643\u0648\u064A\u0646 \u0627\u0644\u0645\u0646\u0627\u0633\u0628.","error.502":"\u062A\u0645 \u0625\u0631\u062C\u0627\u0639 \u062E\u0637\u0623 \u0645\u0646 \u0627\u0644\u062E\u062F\u0645\u0629 \u060C \u062A\u062C\u0627\u0648\u0632 \u0627\u0644\u062E\u062F\u0645\u0629 \u0627\u0644\u0648\u0642\u062A \u0627\u0644\u0645\u062D\u062F\u062F \u060C \u064A\u0631\u062C\u0649 \u0627\u0644\u0645\u062D\u0627\u0648\u0644\u0629 \u0645\u0631\u0629 \u0623\u062E\u0631\u0649 \u0641\u064A \u0648\u0642\u062A \u0644\u0627\u062D\u0642.","error.proTokenInvalid":"\u0625\u0630\u0627 \u0643\u0646\u062A \u0645\u0633\u062A\u062E\u062F\u0645\u064B\u0627 \u0645\u062D\u062A\u0631\u0641\u064B\u0627 \u060C \u064A\u0631\u062C\u0649 \u062A\u0633\u062C\u064A\u0644 \u0627\u0644\u062F\u062E\u0648\u0644 \u0642\u0628\u0644 \u0627\u0633\u062A\u062E\u062F\u0627\u0645 \u062E\u062F\u0645\u0629 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0645\u062D\u062A\u0631\u0641\u0629","error.proUpgrade":"\u0628\u0639\u062F \u0627\u0644\u062A\u0631\u0642\u064A\u0629 \u060C \u064A\u0631\u062C\u0649 \u062A\u062D\u062F\u064A\u062B \u0627\u0644\u0635\u0641\u062D\u0629 \u0648\u062A\u0631\u062C\u0645\u062A\u0647\u0627 \u0645\u0631\u0629 \u0623\u062E\u0631\u0649.","error.configError":"\u062A\u0643\u0648\u064A\u0646 \u0627\u0644\u0628\u064A\u0627\u0646\u0627\u062A \u063A\u064A\u0631 \u0637\u0628\u064A\u0639\u064A","error.goReset":"\u0625\u0639\u0627\u062F\u0629 \u0627\u0644\u062A\u0639\u064A\u064A\u0646",batchEdit:"\u0627\u0644\u0639\u0645\u0644\u064A\u0627\u062A \u0627\u0644\u062C\u0645\u0627\u0639\u064A\u0629","translationModeLang.translation.title":"\u0646\u0645\u0637 \u0627\u0644\u0644\u063A\u0629 \u0627\u0644\u0646\u0635\u064A \u0641\u0642\u0637","translationModeLang.translation.description":"\u0639\u0646\u062F\u0645\u0627 \u064A\u0643\u0648\u0646 \u0644\u063A\u0629 \u0627\u0644\u0635\u0641\u062D\u0629 \u0628\u0627\u0644\u0644\u063A\u0627\u062A \u0627\u0644\u062A\u0627\u0644\u064A\u0629\u060C \u0633\u064A\u062A\u0645 \u0627\u0633\u062A\u062E\u062F\u0627\u0645 \u0648\u0636\u0639 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0641\u0642\u0637 \u062A\u0644\u0642\u0627\u0626\u064A\u064B\u0627.","translationModeUrl.translation.title":"\u0631\u0627\u0628\u0637 \u0627\u0644\u0648\u0636\u0639 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0641\u0642\u0637","translationModeUrl.translation.description":"\u0639\u0646\u062F\u0645\u0627 \u064A\u0643\u0648\u0646 \u0627\u0644\u0645\u0648\u0642\u0639 \u0627\u0644\u0625\u0644\u0643\u062A\u0631\u0648\u0646\u064A \u0644\u0644\u0646\u0637\u0627\u0642\u0627\u062A \u0627\u0644\u062A\u0627\u0644\u064A\u0629\u060C \u0633\u064A\u062A\u0645 \u0627\u0633\u062A\u062E\u062F\u0627\u0645 \u0648\u0636\u0639 \u0627\u0644\u0646\u0635 \u0627\u0644\u0645\u062A\u0631\u062C\u0645 \u0641\u0642\u0637 \u062A\u0644\u0642\u0627\u0626\u064A\u064B\u0627.","error.serveUnavailable":"\u0627\u0644\u062E\u062F\u0645\u0629 [{serverName}] \u0627\u0644\u062A\u064A \u062A\u0633\u062A\u062E\u062F\u0645\u0647\u0627 \u062D\u0627\u0644\u064A\u064B\u0627 \u063A\u064A\u0631 \u0642\u0627\u0628\u0644\u0629 \u0644\u0644\u0648\u0635\u0648\u0644 \u0645\u0624\u0642\u062A\u064B\u0627 \u0628\u0633\u0628\u0628 \u0645\u0634\u0643\u0644\u0629 \u0641\u064A \u0627\u0644\u0627\u062A\u0635\u0627\u0644 \u0628\u0627\u0644\u0634\u0628\u0643\u0629 \u0623\u0648 \u0645\u0632\u0648\u062F \u0627\u0644\u062E\u062F\u0645\u0629. \u0646\u0642\u062A\u0631\u062D \u0639\u0644\u064A\u0643 \u062A\u062D\u062F\u064A\u062B \u0627\u0644\u0635\u0641\u062D\u0629 \u0623\u0648 \u062A\u063A\u064A\u064A\u0631 \u062E\u062F\u0645\u0629 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0623\u062E\u0631\u0649 \u0645\u0646 \u062E\u0644\u0627\u0644 <1>\u0627\u0644\u0625\u0639\u062F\u0627\u062F\u0627\u062A. \u0625\u0630\u0627 \u0643\u0646\u062A \u0639\u0636\u0648\u064B\u0627 \u0641\u064A <2>Pro\u060C \u064A\u0645\u0643\u0646\u0643 \u0627\u062E\u062A\u064A\u0627\u0631 \u0627\u0633\u062A\u062E\u062F\u0627\u0645 \u062E\u062F\u0645\u0629 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 DeepL \u0623\u0648 OpenAI \u0627\u0644\u0623\u0643\u062B\u0631 \u0627\u0633\u062A\u0642\u0631\u0627\u0631\u064B\u0627 (<3>\u0627\u0646\u0642\u0631 \u0647\u0646\u0627 \u0644\u062A\u062C\u0631\u0628\u0629 \u0645\u062C\u0627\u0646\u064A\u0629). \u0628\u0627\u0644\u0625\u0636\u0627\u0641\u0629 \u0625\u0644\u0649 \u0630\u0644\u0643\u060C \u0642\u062F \u062A\u062D\u062A\u0627\u062C \u0623\u064A\u0636\u064B\u0627 \u0625\u0644\u0649 \u0627\u0644\u062A\u062D\u0642\u0642 \u0645\u0646 \u0625\u0639\u062F\u0627\u062F\u0627\u062A \u0627\u0644\u0634\u0628\u0643\u0629 \u0623\u0648 \u0627\u0644\u0648\u0643\u064A\u0644 \u0627\u0644\u062E\u0627\u0635\u0629 \u0628\u0643.",detectServiceLoading:"\u062C\u0627\u0631\u064D \u0627\u0644\u062A\u062D\u0642\u0642 \u0645\u0646 \u0627\u0644\u062E\u062F\u0645\u0627\u062A \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0645\u062A\u0627\u062D\u0629...",toggleToService:"\u0627\u0644\u062A\u0628\u062F\u064A\u0644 \u0625\u0644\u0649 {service} \u0648\u0625\u0639\u0627\u062F\u0629 \u0627\u0644\u0645\u062D\u0627\u0648\u0644\u0629","error.gemini.429":"\u0627\u0644\u062E\u062F\u0645\u0629 Gemini \u0627\u0644\u062D\u0627\u0644\u064A\u0629 \u0642\u062F \u0648\u0635\u0644\u062A \u0625\u0644\u0649 \u0627\u0644\u062D\u062F \u0627\u0644\u0623\u0642\u0635\u0649 \u0644\u0644\u0642\u062F\u0631\u0629 \u0639\u0644\u0649 \u0627\u0644\u062A\u062D\u0645\u0644\u060C \u064A\u0631\u062C\u0649 \u0627\u0644\u0645\u062D\u0627\u0648\u0644\u0629 \u0645\u0631\u0629 \u0623\u062E\u0631\u0649 \u0641\u064A \u0648\u0642\u062A \u0644\u0627\u062D\u0642\u060C \u0623\u0648 \u0627\u0644\u062A\u0628\u062F\u064A\u0644 \u0625\u0644\u0649 \u062E\u062F\u0645\u0629 \u062A\u0631\u062C\u0645\u0629 \u0623\u062E\u0631\u0649.",enableSentryReport:"\u0639\u0646\u062F \u062D\u062F\u0648\u062B \u062E\u0637\u0623 \u0641\u064A \u0627\u0644\u062A\u0648\u0633\u064A\u0639 \u060C \u0627\u0633\u062A\u062E\u062F\u0645 Sentry \u0644\u062A\u0642\u062F\u064A\u0645 \u0627\u0644\u0645\u0644\u0627\u062D\u0638\u0627\u062A","widget.translateFile":"PDF/ePub",pickAll:"\u062D\u062F\u062F \u0627\u0644\u0643\u0644",contact:"\u0627\u062A\u0635\u0644 \u0628\u0646\u0627","translationServices.gemini":"\u0627\u0644\u062C\u0645\u0646\u0627\u0632","tagsInput.add":"+ \u0625\u0636\u0627\u0641\u0629",touchShortcutsOff:"\u0625\u063A\u0644\u0627\u0642","error.retry":"\u0623\u0639\u062F \u0627\u0644\u0645\u062D\u0627\u0648\u0644\u0629","slide.left":"\u0627\u0646\u0632\u0644\u0642 \u0625\u0644\u0649 \u0627\u0644\u064A\u0645\u064A\u0646",translationOnlyMode:"\u0648\u0636\u0639 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0641\u0642\u0637",goLogin:"\u062A\u0633\u062C\u064A\u0644 \u0627\u0644\u062F\u062E\u0648\u0644","slide.right":"\u0627\u0646\u0632\u0644\u0642 \u0625\u0644\u0649 \u0627\u0644\u064A\u0633\u0627\u0631","multipleClick.4":"\u0631\u0628\u0627\u0639\u064A \u0645\u062A\u062A\u0627\u0644\u064A",shortcutSettingsTitle:"\u0625\u0639\u062F\u0627\u062F\u0627\u062A \u0627\u0644\u0627\u062E\u062A\u0635\u0627\u0631\u0627\u062A",loggedIn:"\u062A\u0645 \u062A\u0633\u062C\u064A\u0644 \u0627\u0644\u062F\u062E\u0648\u0644",shortcutSettings:"\u0627\u062E\u062A\u0635\u0627\u0631\u0627\u062A \u0627\u0644\u0645\u0641\u0627\u062A\u064A\u062D","multipleClick.2":"\u0627\u0646\u0642\u0631 \u0645\u0631\u062A\u064A\u0646","shortcutGroup.others":"\u0627\u0644\u0645\u0632\u064A\u062F \u0645\u0646 \u0627\u0644\u0627\u062E\u062A\u0635\u0627\u0631\u0627\u062A \u0627\u0644\u0645\u062E\u0635\u0635\u0629","widget.videoSubtitle":"\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0641\u064A\u062F\u064A\u0648","intro.floatBallTitle":"\u0643\u0631\u0629 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0633\u0631\u064A\u0639\u0629",notLogin:"\u0644\u0645 \u064A\u062A\u0645 \u062A\u0633\u062C\u064A\u0644 \u0627\u0644\u062F\u062E\u0648\u0644","widget.instruction":"\u062A\u0639\u0644\u064A\u0645\u0627\u062A \u0627\u0644\u0627\u0633\u062A\u062E\u062F\u0627\u0645",alwaysTranslateThisSite:"\u062F\u0627\u0626\u0645\u0627 \u062A\u0631\u062C\u0645 \u0647\u0630\u0627 \u0627\u0644\u0645\u0648\u0642\u0639","error.subscriptionExpiredTitle":"\u0627\u0646\u062A\u0647\u062A \u0635\u0644\u0627\u062D\u064A\u0629 \u0627\u0644\u0639\u0636\u0648\u064A\u0629","shortcutGroup.shortcutsForTranslationServices":"\u062E\u062F\u0645\u0627\u062A \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0645\u0641\u0627\u062A\u064A\u062D \u0627\u0644\u0633\u0631\u064A\u0639\u0629","widget.instructionTooltip":"\u0631\u0627\u062C\u0639 \u062A\u0639\u0644\u064A\u0645\u0627\u062A \u0627\u0644\u0627\u0633\u062A\u062E\u062F\u0627\u0645",temprarilyChangeTranslationTo_gemini:"\u064A\u062A\u0645 \u0627\u0633\u062A\u062E\u062F\u0627\u0645 Gemini \u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0635\u0641\u062D\u0629 \u0627\u0644\u062D\u0627\u0644\u064A\u0629","subtitle.hideQuickButton":"\u0644\u0627 \u062A\u0638\u0647\u0631 \u0647\u0630\u0627 \u0627\u0644\u0627\u062E\u062A\u0635\u0627\u0631 \u0645\u0631\u0629 \u0623\u062E\u0631\u0649",temprarilyChangeTranslationTo_google:"\u064A\u062A\u0645 \u0627\u0633\u062A\u062E\u062F\u0627\u0645 \u062A\u0631\u062C\u0645\u0629 Google \u0644\u0644\u0635\u0641\u062D\u0629 \u0627\u0644\u062D\u0627\u0644\u064A\u0629","subtitle.bilingual":"\u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u062B\u0646\u0627\u0626\u064A\u0629 \u0627\u0644\u0644\u063A\u0629",mouseHoverCustomKeyTitle:"\u062A\u0639\u0631\u064A\u0641 \u0627\u062E\u062A\u0635\u0627\u0631\u0627\u062A \u0627\u0644\u0645\u0627\u0648\u0633 \u0627\u0644\u0645\u0639\u0644\u0642\u0629","browser.translateInputBox":"\u062A\u0631\u062C\u0645 \u0645\u062D\u062A\u0648\u0649 \u0645\u0631\u0628\u0639 \u0627\u0644\u0625\u062F\u062E\u0627\u0644 \u0627\u0644\u062D\u0627\u0644\u064A","shortcutGroup.touch":"\u0627\u0644\u0625\u064A\u0645\u0627\u0621\u0627\u062A \u0627\u0644\u0645\u062E\u0635\u0635\u0629 \u0644\u0644\u0634\u0627\u0634\u0627\u062A \u0627\u0644\u0644\u0645\u0633\u064A\u0629",neverTranslateThisSite:"\u0644\u0627 \u062A\u062A\u0631\u062C\u0645 \u0647\u0630\u0627 \u0627\u0644\u0645\u0648\u0642\u0639 \u0623\u0628\u062F\u0627",temprarilyChangeTranslationTo_deepl:"\u064A\u062A\u0645 \u0627\u0633\u062A\u062E\u062F\u0627\u0645 DeepL \u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0635\u0641\u062D\u0629 \u0627\u0644\u062D\u0627\u0644\u064A\u0629","browser.translateWithDeepL":"\u0627\u0633\u062A\u062E\u062F\u0645 DeepL \u0645\u0624\u0642\u062A\u064B\u0627 \u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0635\u0641\u062D\u0629 \u0627\u0644\u062D\u0627\u0644\u064A\u0629","multipleClick.3":"\u062B\u0644\u0627\u062B\u0629 \u0636\u0631\u0628\u0627\u062A \u0645\u062A\u062A\u0627\u0644\u064A\u0629","widget.translateFileTooltip":"\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0645\u0633\u062A\u0646\u062F\u0627\u062A PDF\u060C EPUB\u060C SRT\u060C ASS\u060C HTML \u0648 TXT","neverTranslateText.title":"\u0627\u0644\u0643\u0644\u0645\u0627\u062A \u0627\u0644\u062A\u0627\u0644\u064A\u0629 \u062A\u0628\u0642\u0649 \u0643\u0645\u0627 \u0647\u064A\u060C \u0644\u0627 \u062A\u062A\u0631\u062C\u0645","subtitle.autoDisableSubtitle":"\u0644\u0627 \u062A\u0642\u0645 \u0628\u062A\u0634\u063A\u064A\u0644 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u062B\u0646\u0627\u0626\u064A\u0629 \u062A\u0644\u0642\u0627\u0626\u064A\u064B\u0627","browser.translateWithGoogle":"\u0627\u0633\u062A\u062E\u062F\u0645 Google Translate \u0645\u0624\u0642\u062A\u064B\u0627 \u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0635\u0641\u062D\u0629 \u0627\u0644\u062D\u0627\u0644\u064A\u0629","shortcutGroup.main":"\u0627\u062E\u062A\u0635\u0627\u0631\u0627\u062A \u0627\u0644\u0648\u0638\u0627\u0626\u0641 \u0627\u0644\u0634\u0627\u0626\u0639\u0629",paragraphMinTextCountField:"\u0627\u0644\u062D\u062F \u0627\u0644\u0623\u062F\u0646\u0649 \u0644\u0639\u062F\u062F \u0627\u0644\u0623\u062D\u0631\u0641 \u0627\u0644\u0645\u0637\u0644\u0648\u0628\u0629 \u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0641\u0642\u0631\u0629","widget.videoSubtitleTooltip":"\u062F\u0639\u0645 Youtube \u0648\u063A\u064A\u0631\u0647\u0627 \u0645\u0646 \u0645\u0648\u0627\u0642\u0639 \u0627\u0644\u0641\u064A\u062F\u064A\u0648 {count}+",upgradeToProErrorTitle:"\u064A\u0631\u062C\u0649 \u0627\u0644\u062A\u0631\u0642\u064A\u0629 \u0625\u0644\u0649 \u0639\u0636\u0648\u064A\u0629 Pro \u0642\u0628\u0644 \u0627\u0633\u062A\u062E\u062F\u0627\u0645 \u0647\u0630\u0647 \u0627\u0644\u062E\u062F\u0645\u0629 \u0627\u0644\u062A\u0631\u062C\u0645\u0629","subtitle.showQuickButton":"\u0641\u064A \u0639\u0631\u0636 \u0627\u0644\u0646\u0635\u0648\u0635 \u0627\u0644\u0645\u062A\u0631\u062C\u0645\u0629 \u0628\u0634\u0643\u0644 \u0645\u0632\u062F\u0648\u062C \u0641\u064A \u0627\u0644\u0645\u0634\u063A\u0644 \u0628\u0637\u0631\u064A\u0642\u0629 \u0633\u0631\u064A\u0639\u0629",temprarilyChangeTranslationTo_transmart:"\u064A\u062A\u0645 \u0627\u0633\u062A\u062E\u062F\u0627\u0645 \u062A\u0631\u062C\u0645\u0629 \u062A\u064A\u0646\u0633\u0646\u062A \u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0635\u0641\u062D\u0629 \u0627\u0644\u062D\u0627\u0644\u064A\u0629",notLoginPro:"\u0644\u0645 \u062A\u0642\u0645 \u0628\u062A\u0633\u062C\u064A\u0644 \u0627\u0644\u062F\u062E\u0648\u0644 \u0625\u0644\u0649 \u062D\u0633\u0627\u0628 \u0627\u0644\u0639\u0636\u0648\u064A\u0629 \u0627\u0644\u062E\u0627\u0635 \u0628\u0643 \u0628\u0639\u062F","floatBall.iKnow":"\u0623\u0646\u0627 \u0623\u0639\u0631\u0641","intro.hoverTitle":"\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0641\u0642\u0631\u0629 \u0627\u0644\u062D\u0627\u0644\u064A\u0629 \u0639\u0646\u062F \u062A\u062D\u0631\u064A\u0643 \u0627\u0644\u0645\u0627\u0648\u0633 \u0641\u0648\u0642\u0647\u0627",temprarilyChangeTranslationTo_bing:"\u064A\u062A\u0645 \u0627\u0633\u062A\u062E\u062F\u0627\u0645 \u0645\u062A\u0631\u062C\u0645 \u0645\u0627\u064A\u0643\u0631\u0648\u0633\u0648\u0641\u062A \u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0635\u0641\u062D\u0629 \u0627\u0644\u062D\u0627\u0644\u064A\u0629",temprarilyChangeTranslationTo_openai:"\u064A\u062A\u0645 \u0627\u0633\u062A\u062E\u062F\u0627\u0645 OpenAI \u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0635\u0641\u062D\u0629 \u0627\u0644\u062D\u0627\u0644\u064A\u0629","browser.translateWithOpenAI":"\u0627\u0633\u062A\u062E\u062F\u0645 OpenAI \u0645\u0624\u0642\u062A\u064B\u0627 \u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0635\u0641\u062D\u0629 \u0627\u0644\u062D\u0627\u0644\u064A\u0629",networkError:"\u062A\u0648\u0627\u062C\u0647 \u062E\u062F\u0645\u0629 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0623\u0648 \u0627\u0644\u0634\u0628\u0643\u0629 \u0645\u0634\u0643\u0644\u0629",buildSnapshots:"\u0625\u0646\u0634\u0627\u0621 \u0644\u0642\u0637\u0629 \u0633\u0631\u064A\u0639\u0629 \u0644\u0644\u0635\u0641\u062D\u0629 \u0627\u0644\u0625\u0644\u0643\u062A\u0631\u0648\u0646\u064A\u0629","shortcutGroup.mouse":"\u062A\u0643\u0648\u064A\u0646 \u0627\u062E\u062A\u0635\u0627\u0631\u0627\u062A \u0627\u0644\u0645\u0627\u0648\u0633 \u0627\u0644\u0645\u0639\u0644\u0642\u0629","intro.subtitleTitle":"\u0639\u0631\u0636 \u0627\u0644\u062A\u0631\u062C\u0645\u0627\u062A \u0627\u0644\u0645\u0632\u062F\u0648\u062C\u0629 \u0644\u0644\u0641\u064A\u062F\u064A\u0648 \u0639\u0628\u0631 \u0627\u0644\u0625\u0646\u062A\u0631\u0646\u062A","floatBall.longPress":"\u0627\u0636\u063A\u0637 \u0645\u0639 \u0627\u0644\u0627\u0633\u062A\u0645\u0631\u0627\u0631 \u0644\u0641\u062A\u062D \u0644\u0648\u062D\u0629 \u0627\u0644\u0625\u0639\u062F\u0627\u062F\u0627\u062A \u0628\u0633\u0631\u0639\u0629",touchShortcutsToggleTranslateTouchElement:"\u062A\u0639\u064A\u064A\u0646 \u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0641\u0642\u0631\u0629 \u0627\u0644\u0645\u062D\u062F\u062F\u0629 \u0628\u0648\u0627\u0633\u0637\u0629 \u0627\u0644\u0625\u064A\u0645\u0627\u0621\u0627\u062A \u0639\u0644\u0649 \u0627\u0644\u0634\u0627\u0634\u0629 \u0627\u0644\u062A\u064A \u062A\u0639\u0645\u0644 \u0628\u0627\u0644\u0644\u0645\u0633","browser.translateWithBing":"\u0627\u0633\u062A\u062E\u062F\u0645 \u062A\u0631\u062C\u0645\u0629 \u0645\u0627\u064A\u0643\u0631\u0648\u0633\u0648\u0641\u062A \u0645\u0624\u0642\u062A\u064B\u0627 \u0644\u0644\u0635\u0641\u062D\u0629 \u0627\u0644\u062D\u0627\u0644\u064A\u0629","error.subscriptionExpired":"\u0642\u062F \u064A\u0643\u0648\u0646 \u0639\u0636\u0648\u064A\u062A\u0643 \u0642\u062F \u0627\u0646\u062A\u0647\u062A \u060C \u064A\u0631\u062C\u0649 \u0627\u0644\u062A\u062D\u0642\u0642 \u0645\u0646 \u062D\u0627\u0644\u0629 \u0639\u0636\u0648\u064A\u062A\u0643","browser.translateWithGemini":"\u0627\u0633\u062A\u062E\u062F\u0645 Gemini \u0645\u0624\u0642\u062A\u064B\u0627 \u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0635\u0641\u062D\u0629 \u0627\u0644\u062D\u0627\u0644\u064A\u0629","desc.touchShortcutsToggleTranslateTouchElement":"\u0642\u0645 \u0628\u062A\u062E\u0635\u064A\u0635 \u0625\u0634\u0627\u0631\u0629 \u0628\u064A\u062F\u0643\u060C \u0648\u064A\u0645\u0643\u0646\u0643 \u062A\u0631\u062C\u0645\u0629 \u0623\u064A \u0641\u0642\u0631\u0629 \u062A\u0648\u0627\u062C\u062F \u0641\u064A\u0647\u0627.","browser.translateWithTransmart":"\u0627\u0633\u062A\u062E\u062F\u0645 \u062A\u0631\u062C\u0645\u0629 \u062A\u064A\u0646\u0633\u0646\u062A \u0645\u0624\u0642\u062A\u064B\u0627 \u0644\u0644\u0635\u0641\u062D\u0629 \u0627\u0644\u062D\u0627\u0644\u064A\u0629","desc.interfaceLanguage":"\u062A\u0624\u062B\u0631 \u0625\u0639\u062F\u0627\u062F\u0627\u062A \u0644\u063A\u0629 \u0627\u0644\u0648\u0627\u062C\u0647\u0629 \u0639\u0644\u0649 \u0644\u063A\u0629 \u0639\u0631\u0636 \u0644\u0648\u062D\u0629 \u0627\u0644\u062A\u062D\u0643\u0645\u060C \u0648\u0644\u0627 \u062A\u062A\u0639\u0644\u0642 \u0628\u0644\u063A\u0629 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0645\u0633\u062A\u0647\u062F\u0641\u0629.",touchShortcutsToggleTranslationMask:"\u062A\u0639\u064A\u064A\u0646 \u0625\u064A\u0645\u0627\u0621\u0627\u062A \u0627\u0644\u0634\u0627\u0634\u0629 \u0627\u0644\u062A\u064A \u062A\u0639\u0645\u0644 \u0628\u0627\u0644\u0644\u0645\u0633 \u0644\u0639\u0631\u0636 \u0642\u0646\u0627\u0639 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 / \u0639\u0631\u0636 \u0627\u0644\u0646\u0635 \u0627\u0644\u0623\u0635\u0644\u064A","browser.toggleMouseHoverTranslateDirectly":"\u062A\u0645\u0643\u064A\u0646 \u0623\u0648 \u062A\u0639\u0637\u064A\u0644 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0645\u0628\u0627\u0634\u0631\u0629 \u0639\u0646\u062F \u062A\u0645\u0631\u064A\u0631 \u0627\u0644\u0645\u0627\u0648\u0633 \u0645\u0624\u0642\u062A\u064B\u0627 \u0639\u0644\u0649 \u0627\u0644\u0635\u0641\u062D\u0629","floatBall.guideClickToTranslate":`\u0627\u0646\u0642\u0631 \u0639\u0644\u0649 \u0643\u0631\u0629 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0639\u0627\u0626\u0645\u0629 \u0627\u0644\u063A\u0627\u0645\u0631\u0629 + {env.imt_trans_field}: \u7FFB\u8A33\u6587`,"subtitle.quickButton.white":"\u767D\u8272","subtitle.quickButton.black":"\u9ED2\u8272","subtitle.quickButton.setting":"\u8A2D\u5B9A","subtitle.quickButton.blue":"\u9752\u8272","subtitle.quickButton.backgroundOpacity":"\u80CC\u666F\u306E\u4E0D\u900F\u660E\u5EA6","subtitle.quickButton.cyan":"\u9752\u8272","subtitle.quickButton.translationPositionBottom":"\u539F\u6587\u306E\u4E0B\u65B9","subtitle.quickButton.sourceFontSize":"\u5143\u306E\u30D5\u30A9\u30F3\u30C8\u30B5\u30A4\u30BA","subtitle.quickButton.backgroundColor":"\u80CC\u666F\u8272","subtitle.quickButton.magenta":"\u30DE\u30BC\u30F3\u30BF\u8272","subtitle.quickButton.red":"\u8D64\u8272","subtitle.quickButton.green":"\u7DD1\u8272","subtitle.quickButton.translationPositionTop":"\u539F\u6587\u306E\u4E0A\u306B","translationServices.claude":"\u30AF\u30ED\u30FC\u30C9","subtitle.quickButton.sourceTextColor":"\u539F\u6587\u306E\u30D5\u30A9\u30F3\u30C8\u306E\u8272","subtitle.quickButton.yellow":"\u9EC4\u8272","subtitle.quickButton.translationFontSize":"\u7FFB\u8A33\u6587\u5B57\u306E\u30D5\u30A9\u30F3\u30C8\u30B5\u30A4\u30BA","subtitle.quickButton.translationTextColor":"\u7FFB\u8A33\u6587\u5B57\u306E\u8272","subtitle.quickButton.translationPosition":"\u7FFB\u8A33\u4F4D\u7F6E",attachSubtitleTranslating:"{service} \u3092\u4F7F\u7528\u3057\u3066\u7FFB\u8A33\u4E2D...","error.claude.403":"\u4E00\u6642\u7684\u306B\u30B5\u30FC\u30D3\u30B9\u3078\u306E\u30A2\u30AF\u30BB\u30B9\u6A29\u9650\u304C\u3042\u308A\u307E\u305B\u3093\u3002\u3053\u308C\u306FClaude\u306E\u5730\u57DF\u5236\u9650\u306B\u95A2\u9023\u3057\u3066\u3044\u308B\u53EF\u80FD\u6027\u304C\u3042\u308A\u307E\u3059\u3002IP\u30A2\u30C9\u30EC\u30B9\u3092\u5207\u308A\u66FF\u3048\u308B\u304B\u3001\u4ED6\u306E\u7FFB\u8A33\u30B5\u30FC\u30D3\u30B9\u3092\u4F7F\u7528\u3057\u3066\u307F\u3066\u304F\u3060\u3055\u3044\u3002","browser.brandDescriptionForSafari":"\u3010\u6CA1\u5165\u578B\u7FFB\u8A33\u3011\u7121\u6599\u306E\uFF08\u539F\u6587/\u8A33\u6587\uFF09\u30D0\u30A4\u30EA\u30F3\u30AC\u30EB\u5BFE\u7167\u30A6\u30A7\u30D6\u30DA\u30FC\u30B8\u7FFB\u8A33\u30D7\u30E9\u30B0\u30A4\u30F3\u3067\u3001PDF\u7FFB\u8A33\u3068EPUB\u96FB\u5B50\u66F8\u7C4D\u7FFB\u8A33\u3092\u540C\u6642\u306B\u30B5\u30DD\u30FC\u30C8\u3057\u3001\u539F\u6587\u306E\u30EC\u30A4\u30A2\u30A6\u30C8\u3092\u4FDD\u6301\u3057\u307E\u3059\u3002Youtube/Netflix\u306A\u3069\u306E\u30AA\u30F3\u30E9\u30A4\u30F3\u30D3\u30C7\u30AA\u306E\u30D0\u30A4\u30EA\u30F3\u30AC\u30EB\u5B57\u5E55\u7FFB\u8A33\u3082\u30B5\u30DD\u30FC\u30C8\u3057\u3001Deepl/Google\u306A\u3069\u306E\u4E3B\u6D41\u7FFB\u8A33\u30B5\u30FC\u30D3\u30B9\u306B\u5BFE\u5FDC\u3057\u3066\u3044\u307E\u3059\u3002","browser.PdfProFile":"AI \u99C6\u52D5\u306E PDF Pro \u7FFB\u8A33","browser.textTranslate":"\u30C6\u30AD\u30B9\u30C8\u7FFB\u8A33"};var Ll={nologin:"\u0644\u0645 \u062A\u0642\u0645 \u0628\u062A\u0633\u062C\u064A\u0644 \u0627\u0644\u062F\u062E\u0648\u0644",loginForSafari:"\u062A\u0633\u062C\u064A\u0644 \u0627\u0644\u062F\u062E\u0648\u0644 \u0623\u0648 \u0627\u0644\u062A\u0633\u062C\u064A\u0644",login:"\u064A\u0645\u0643\u0646\u0643 \u062A\u0641\u0639\u064A\u0644 \u0627\u0644\u0639\u0636\u0648\u064A\u0629 \u0628\u0639\u062F \u062A\u0633\u062C\u064A\u0644 \u0627\u0644\u062F\u062E\u0648\u0644",manageAccount:"\u0625\u062F\u0627\u0631\u0629 \u0627\u0644\u062D\u0633\u0627\u0628",openPremium:"\u0627\u0644\u0627\u0646\u0636\u0645\u0627\u0645 \u0625\u0644\u0649 \u0627\u0644\u0639\u0636\u0648\u064A\u0629",logout:"\u064A\u062A\u0631\u0643",curentPlan:"\u0627\u0644\u0631\u0632\u0645\u0629 \u0627\u0644\u062D\u0627\u0644\u064A\u0629",endAt:"\u0646\u0636\u062C",endAuto:"\u062A\u062C\u062F\u064A\u062F \u062A\u0644\u0642\u0627\u0626\u064A",lineBreakMaxTextCount:"\u0627\u0644\u062D\u062F \u0627\u0644\u0623\u0642\u0635\u0649 \u0644\u0639\u062F\u062F \u0627\u0644\u0623\u062D\u0631\u0641 \u0627\u0644\u0645\u0633\u0645\u0648\u062D \u0628\u0647 \u0644\u0643\u0644 \u062C\u0645\u0644\u0629 \u0628\u0639\u062F \u0641\u0648\u0627\u0635\u0644 \u0627\u0644\u0623\u0633\u0637\u0631","translate-pdf":"\u0627\u0646\u0642\u0631 \u0644\u062A\u0631\u062C\u0645\u0629 PDF","noSupportTranslate-pdf":"\u0627\u0644\u0628\u0631\u0646\u0627\u0645\u062C \u0627\u0644\u0646\u0635\u064A \u063A\u064A\u0631 \u0645\u062F\u0639\u0648\u0645\u060C \u064A\u0631\u062C\u0649 \u0627\u0633\u062A\u062E\u062F\u0627\u0645 \u0627\u0644\u0628\u0631\u0646\u0627\u0645\u062C \u0627\u0644\u0625\u0636\u0627\u0641\u064A","translate-firefox-local-pdf":"\u0627\u0646\u0642\u0631 \u0644\u0627\u0633\u062A\u064A\u0631\u0627\u062F PDF",enableLineBreak:"\u0642\u0645 \u0628\u062A\u0634\u063A\u064A\u0644 \u0627\u0644\u062A\u0641\u0627\u0641 \u0627\u0644\u0643\u0644\u0645\u0627\u062A \u0627\u0644\u062A\u0644\u0642\u0627\u0626\u064A \u0644\u0644\u0641\u0642\u0631\u0627\u062A \u0627\u0644\u0637\u0648\u064A\u0644\u0629",sponsorLabel:"\u0627\u062F\u0639\u0645 \u0645\u0637\u0648\u0631\u064B\u0627 \u0628\u062F\u0621\u064B\u0627 \u0645\u0646 1 \u062F\u0648\u0644\u0627\u0631",help:"\u064A\u0633\u0627\u0639\u062F",browserShortcutsNoteForFirefox:'\u0644\u062A\u0639\u062F\u064A\u0644 \u0645\u0641\u0627\u062A\u064A\u062D \u0627\u0644\u0627\u062E\u062A\u0635\u0627\u0631 \u0641\u064A \u0645\u062A\u0635\u0641\u062D Firefox\u060C \u062A\u062D\u062A\u0627\u062C \u0625\u0644\u0649 \u0641\u062A\u062D \u0635\u0641\u062D\u0629 \u0625\u062F\u0627\u0631\u0629 \u0627\u0644\u0627\u0645\u062A\u062F\u0627\u062F\u0627\u062A `about:addons`\u060C \u062B\u0645 \u0627\u0644\u0646\u0642\u0631 \u0641\u0648\u0642 "\u0627\u0644\u0625\u0639\u062F\u0627\u062F\u0627\u062A"\u060C \u062B\u0645 \u0627\u0644\u0646\u0642\u0631 \u0641\u0648\u0642 "\u0625\u062F\u0627\u0631\u0629 \u0645\u0641\u0627\u062A\u064A\u062D \u0627\u0644\u0627\u062E\u062A\u0635\u0627\u0631" \u0644\u062A\u0639\u064A\u064A\u0646\u0647\u0627.',browserShortcutsNoteForChrome:"\u0644\u062A\u0639\u062F\u064A\u0644 \u0645\u0641\u0627\u062A\u064A\u062D \u0627\u0644\u0627\u062E\u062A\u0635\u0627\u0631 \u0641\u064A \u0645\u062A\u0635\u0641\u062D \u064A\u0634\u0628\u0647 Chrome\u060C \u062A\u062D\u062A\u0627\u062C \u0625\u0644\u0649 \u0641\u062A\u062D \u0635\u0641\u062D\u0629 \u0625\u062F\u0627\u0631\u0629 \u0627\u0644\u0625\u0636\u0627\u0641\u0627\u062A\u060C \u0648\u062A\u0639\u064A\u064A\u0646\u0647\u0627 \u0641\u064A \u0644\u0648\u062D\u0629 `\u0625\u062F\u0627\u0631\u0629 \u0627\u0644\u0627\u062E\u062A\u0635\u0627\u0631\u0627\u062A` (`chrome://extensions/shortcuts`)\u060C \u062B\u0645 \u0627\u0644\u0646\u0642\u0631 \u0641\u0648\u0642 \u0627\u0644\u0632\u0631 \u0623\u062F\u0646\u0627\u0647 \u0644\u0644\u0627\u0646\u062A\u0642\u0627\u0644 \u0625\u0644\u0649 \u0635\u0641\u062D\u0629 \u0625\u062F\u0627\u0631\u0629 \u0645\u0641\u062A\u0627\u062D \u0627\u0644\u0627\u062E\u062A\u0635\u0627\u0631.",browserShortcutsSucks:"\u062A\u0646\u0633\u064A\u0642 \u0645\u0641\u062A\u0627\u062D \u0627\u0644\u0627\u062E\u062A\u0635\u0627\u0631 \u0627\u0644\u0645\u062E\u0635\u0635 \u0647\u0648 (\u0644\u0627 \u064A\u0648\u062C\u062F \u0627\u0644\u062A\u0639\u0631\u0641 \u0627\u0644\u062A\u0644\u0642\u0627\u0626\u064A\u060C \u064A\u0631\u062C\u0649 \u0627\u0644\u062F\u062E\u0648\u0644 \u0645\u0628\u0627\u0634\u0631\u0629)\uFF1A",enableLineBreakDescription:"\u0639\u0646\u062F \u062A\u0634\u063A\u064A\u0644\u0647\u060C \u0633\u064A\u062A\u0645 \u0625\u062F\u0631\u0627\u062C \u0641\u0648\u0627\u0635\u0644 \u0627\u0644\u0623\u0633\u0637\u0631 \u0641\u064A \u0646\u0647\u0627\u064A\u0629 \u0643\u0644 \u062C\u0645\u0644\u0629 \u0641\u064A \u0641\u0642\u0631\u0627\u062A \u0637\u0648\u064A\u0644\u0629 \u0644\u062A\u0633\u0647\u064A\u0644 \u0627\u0644\u0642\u0631\u0627\u0621\u0629.","browser.shortBrandName":"\u062A\u0631\u062C\u0645\u0629 \u063A\u0627\u0645\u0631\u0629","browser.brandName":"\u062A\u0631\u062C\u0645\u0629 \u063A\u0627\u0645\u0631\u0629: \u062A\u0631\u062C\u0645\u0629 \u0635\u0641\u062D\u0627\u062A \u0627\u0644\u0648\u064A\u0628 \u062B\u0646\u0627\u0626\u064A\u0629 \u0627\u0644\u0644\u063A\u0629 \u0648\u062A\u0631\u062C\u0645\u0629 \u0645\u0633\u062A\u0646\u062F\u0627\u062A PDF","browser.brandDescription":"Bilingual web page translation, also supports PDF translation, bilingual Epub eBook translation, free to use.","browser.toggleTranslatePage":"\u062A\u0631\u062C\u0645\u0629 \u0635\u0641\u062D\u0629 \u0627\u0644\u0648\u064A\u0628/\u0625\u0638\u0647\u0627\u0631 \u0627\u0644\u0646\u0635 \u0627\u0644\u0623\u0635\u0644\u064A","browser.toggleTranslateTheWholePage":"\u062A\u0631\u062C\u0645\u0629 \u062C\u0645\u064A\u0639 \u0645\u0646\u0627\u0637\u0642 \u0627\u0644\u0635\u0641\u062D\u0629/\u0639\u0631\u0636 \u0627\u0644\u0646\u0635 \u0627\u0644\u0623\u0635\u0644\u064A","browser.toggleOnlyTransation":"\u062A\u0628\u062F\u064A\u0644 \u0627\u0644\u0648\u0636\u0639 \u062B\u0646\u0627\u0626\u064A \u0627\u0644\u0644\u063A\u0629 / \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0641\u0642\u0637","browser.toggleTranslateToThePageEndImmediately":"\u062A\u0631\u062C\u0645\u0629 \u0641\u0648\u0631\u064A\u0629 \u0625\u0644\u0649 \u0623\u0633\u0641\u0644 \u0627\u0644\u0635\u0641\u062D\u0629/\u0625\u0638\u0647\u0627\u0631 \u0627\u0644\u0646\u0635 \u0627\u0644\u0623\u0635\u0644\u064A","browser.toggleTranslateTheMainPage":"\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0645\u0646\u0637\u0642\u0629 \u0627\u0644\u0631\u0626\u064A\u0633\u064A\u0629 \u0644\u0644\u0635\u0641\u062D\u0629/\u0639\u0631\u0636 \u0627\u0644\u0646\u0635 \u0627\u0644\u0623\u0635\u0644\u064A","browser.shareToDraft":"\u0645\u0634\u0627\u0631\u0643\u0629 \u0627\u0644\u0635\u0641\u062D\u0627\u062A \u062B\u0646\u0627\u0626\u064A\u0629 \u0627\u0644\u0644\u063A\u0629","browser.openOptionsPage":"\u0627\u0641\u062A\u062D \u0635\u0641\u062D\u0629 \u0627\u0644\u0625\u0639\u062F\u0627\u062F\u0627\u062A","browser.toggleTranslationMask":"\u0625\u0638\u0647\u0627\u0631/\u0625\u062E\u0641\u0627\u0621 \u062A\u0623\u062B\u064A\u0631 \u0637\u0645\u0633 \u0627\u0644\u062A\u0631\u062C\u0645\u0629","browser.translateLocalPdfFile":"\u062A\u0631\u062C\u0645\u0629 \u0645\u0644\u0641\u0627\u062A PDF \u0627\u0644\u0645\u062D\u0644\u064A\u0629","browser.openEbookViewer":"\u0642\u0631\u0627\u0621\u0629 \u0627\u0644\u0643\u062A\u0628 \u0627\u0644\u0625\u0644\u0643\u062A\u0631\u0648\u0646\u064A\u0629 \u0627\u0644\u0645\u062D\u0644\u064A\u0629","browser.openEbookBuilder":"\u0625\u0646\u0634\u0627\u0621 \u0643\u062A\u0628 \u0625\u0644\u0643\u062A\u0631\u0648\u0646\u064A\u0629 EPUB \u062B\u0646\u0627\u0626\u064A\u0629 \u0627\u0644\u0644\u063A\u0629","browser.translateLocalHtmlFile":"\u062A\u0631\u062C\u0645\u0629 \u0645\u0644\u0641\u0627\u062A HTML/txt","browser.donateContext":"\u062A\u0639\u0631\u0641 \u0639\u0644\u0649 \u0641\u0648\u0627\u0626\u062F \u0627\u0644\u0631\u0639\u0627\u064A\u0629","browser.translateLocalSubtitleFile":"\u062A\u0631\u062C\u0645\u0629 \u0645\u0644\u0641\u0627\u062A \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0645\u062D\u0644\u064A\u0629",confirmResetConfig:"\u0647\u0644 \u0623\u0646\u062A \u0645\u062A\u0623\u0643\u062F \u0623\u0646\u0643 \u062A\u0631\u064A\u062F \u0625\u0639\u0627\u062F\u0629 \u0636\u0628\u0637 \u0625\u0639\u062F\u0627\u062F\u0627\u062A\u0643\u061F",translationLineBreakSettingTitle:"\u0625\u0639\u062F\u0627\u062F\u0627\u062A \u0627\u0644\u062A\u0641\u0627\u0641 \u0633\u0637\u0631 \u0627\u0644\u062A\u0631\u062C\u0645\u0629",smartLineBreak:"\u062A\u063A\u0644\u064A\u0641 \u0627\u0644\u062E\u0637 \u0627\u0644\u0630\u0643\u064A",alwaysLineBreak:"\u0627\u0644\u062A\u0641\u0627\u0641 \u062F\u0627\u0626\u0645\u0627",isShowContextMenu:"\u0623\u0636\u0641 \u0635\u0641\u062D\u0629 \u0627\u0644\u0648\u064A\u0628 \u0627\u0644\u0645\u062A\u0631\u062C\u0645\u0629 \u0625\u0644\u0649 \u0639\u0646\u0635\u0631 \u0642\u0627\u0626\u0645\u0629 \u0627\u0644\u0646\u0642\u0631 \u0628\u0632\u0631 \u0627\u0644\u0645\u0627\u0648\u0633 \u0627\u0644\u0623\u064A\u0645\u0646",toggleBeta:"\u062A\u0641\u0639\u064A\u0644 \u0645\u064A\u0632\u0627\u062A \u0627\u0644\u0627\u062E\u062A\u0628\u0627\u0631 \u0627\u0644\u062A\u062C\u0631\u064A\u0628\u064A",betaDescription:"\u062A\u0645\u0643\u064A\u0646 \u0627\u0644\u0645\u064A\u0632\u0627\u062A \u0627\u0644\u062A\u064A \u0644\u0627 \u062A\u0632\u0627\u0644 \u062A\u062C\u0631\u064A\u0628\u064A\u0629\u060C \u0628\u0627\u0644\u0625\u0636\u0627\u0641\u0629 \u0625\u0644\u0649 \u062E\u062F\u0645\u0627\u062A \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0642\u064A\u062F \u0627\u0644\u0627\u062E\u062A\u0628\u0627\u0631. \u0627\u0646\u0636\u0645 \u0625\u0644\u0649<1>\u0645\u062C\u0645\u0648\u0639\u0629 \u0627\u0644\u062A\u0644\u064A\u062C\u0631\u0627\u0645 \u064A\u062A\u0639\u0644\u0645 \u0623\u0643\u062B\u0631.",translationLineBreakSettingDescription:"\u064A\u064F\u0639\u062F \u0627\u0644\u0627\u0644\u062A\u0641\u0627\u0641 \u062F\u0627\u0626\u0645\u064B\u0627 \u0645\u0646\u0627\u0633\u0628\u064B\u0627 \u0644\u0644\u062A\u062E\u0637\u064A\u0637\u0627\u062A \u0630\u0627\u062A \u0627\u0644\u0645\u062D\u062A\u0648\u0649 \u0627\u0644\u0623\u0642\u0644 \u0648\u0627\u0644\u0623\u0643\u062B\u0631 \u062A\u0631\u062A\u064A\u0628\u064B\u0627. (\u0627\u0633\u062A\u062E\u062F\u0645 \u0641\u0648\u0627\u0635\u0644 \u0627\u0644\u0623\u0633\u0637\u0631 \u0627\u0644\u0630\u0643\u064A\u0629 \u0641\u064A \u0627\u0644\u0641\u0642\u0631\u0627\u062A \u0627\u0644\u0637\u0648\u064A\u0644\u0629 \u0627\u0644\u062A\u064A \u062A\u062D\u062A\u0648\u064A \u0639\u0644\u0649 \u0627\u0644\u0643\u062B\u064A\u0631 \u0645\u0646 \u0627\u0644\u0645\u062D\u062A\u0648\u0649 (\u0623\u0643\u062B\u0631 \u0645\u0646{count}\u062D\u0631\u0641) \u0644\u062A\u0648\u0641\u064A\u0631 \u0627\u0644\u0645\u0633\u0627\u062D\u0629)",tempTranslateDomainTitle:"\u0643\u0645 \u0645\u0646 \u0627\u0644\u0648\u0642\u062A \u0644\u062A\u0645\u0643\u064A\u0646 \u062A\u0631\u062C\u0645\u0629 \u0645\u0648\u0642\u0639 \u0627\u0644\u0648\u064A\u0628 \u0645\u0624\u0642\u062A\u064B\u0627",tempTranslateDomainDescription:"\u0639\u0646\u062F \u062A\u0631\u062C\u0645\u0629 \u0635\u0641\u062D\u0629 \u0648\u064A\u0628 \u064A\u062F\u0648\u064A\u064B\u0627\u060C \u0642\u0645 \u0628\u062A\u0634\u063A\u064A\u0644 \u0645\u0648\u0642\u0639 \u0627\u0644\u0648\u064A\u0628 \u0645\u0624\u0642\u062A\u064B\u0627 \u0644\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u062A\u0644\u0642\u0627\u0626\u064A\u0629\u060C \u0648\u064A\u0645\u0643\u0646\u0643 \u0636\u0628\u0637 \u0627\u0644\u0645\u062F\u0629 \u0627\u0644\u0645\u0624\u0642\u062A\u0629.",xMinutes:"{count} \u062F\u0642\u064A\u0642\u0629",disabled:"\u0625\u0628\u0637\u0627\u0644",changelog:"\u062A\u063A\u064A\u064A\u0631 \u0627\u0644\u0633\u062C\u0644",toggleTranslatePageWhenThreeFingersOnTheScreen:"\u0627\u0644\u0645\u0633 \u0627\u0644\u0634\u0627\u0634\u0629 \u0628\u0623\u0635\u0627\u0628\u0639 \u0645\u062A\u0639\u062F\u062F\u0629 \u0641\u064A \u0646\u0641\u0633 \u0627\u0644\u0648\u0642\u062A \u0644\u062A\u0631\u062C\u0645\u0629 \u0635\u0641\u062D\u0629 \u0627\u0644\u0648\u064A\u0628/\u0639\u0631\u0636 \u0627\u0644\u0646\u0635 \u0627\u0644\u0623\u0635\u0644\u064A",toggleTranslationMaskWhenThreeFingersOnTheScreen:"\u0627\u0644\u0645\u0633 \u0639\u062F\u0629 \u0623\u0635\u0627\u0628\u0639 \u0641\u064A \u0646\u0641\u0633 \u0627\u0644\u0648\u0642\u062A \u0644\u0625\u0638\u0647\u0627\u0631/\u0625\u062E\u0641\u0627\u0621 \u062A\u0623\u062B\u064A\u0631 \u0637\u0645\u0633 \u0627\u0644\u062A\u0631\u062C\u0645\u0629",fingerCountToToggleTranslagePageOnlyTranslationWhenTouching:"\u0627\u0644\u0645\u0633 \u0627\u0644\u0634\u0627\u0634\u0629 \u0628\u0623\u0635\u0627\u0628\u0639 \u0645\u062A\u0639\u062F\u062F\u0629 \u0641\u064A \u0646\u0641\u0633 \u0627\u0644\u0648\u0642\u062A \u0644\u062A\u0631\u062C\u0645\u0629 \u0635\u0641\u062D\u0629 \u0627\u0644\u0648\u064A\u0628 (\u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0641\u0642\u0637)/\u0639\u0631\u0636 \u0627\u0644\u0646\u0635 \u0627\u0644\u0623\u0635\u0644\u064A",addUrlDescription:"\u064A\u0645\u0643\u0646 \u0623\u0646 \u064A\u0643\u0648\u0646 \u0627\u0633\u0645 \u0646\u0637\u0627\u0642 \u0648\u064A\u062F\u0639\u0645 \u0623\u062D\u0631\u0641 \u0627\u0644\u0628\u062F\u0644\u060C \u0645\u062B\u0644\uFF1A*.google.com\u060C google.com/mail/*\u060C https://www.google.com/*",general:"\u0627\u0644\u0625\u0639\u062F\u0627\u062F\u0627\u062A \u0627\u0644\u0623\u0633\u0627\u0633\u064A\u0629",clickToExpandConfig:"\u0642\u0645 \u0628\u062A\u0648\u0633\u064A\u0639 \u0627\u0644\u062A\u0643\u0648\u064A\u0646 \u0627\u0644\u062D\u0627\u0644\u064A",import:"\u0627\u0633\u062A\u064A\u0631\u0627\u062F \u0645\u0646 \u0645\u0644\u0641",export:"\u062A\u0635\u062F\u064A\u0631 \u0625\u0644\u0649 \u0645\u0644\u0641",toggleDebug:"\u0637\u0628\u0627\u0639\u0629 \u0633\u062C\u0644\u0627\u062A \u0627\u0644\u062A\u0635\u062D\u064A\u062D \u0639\u0644\u0649 \u0648\u062D\u062F\u0629 \u0627\u0644\u062A\u062D\u0643\u0645","fingers.0":"\u0625\u0646\u0647\u0627\u0621","fingers.2":"\u0644\u0645\u0633\u0629 \u0628\u0625\u0635\u0628\u0639\u064A\u0646","fingers.3":"\u0644\u0645\u0633\u0629 \u0628\u062B\u0644\u0627\u062B\u0629 \u0623\u0635\u0627\u0628\u0639","fingers.4":"\u0644\u0645\u0633\u0629 \u0628\u0623\u0631\u0628\u0639\u0629 \u0623\u0635\u0627\u0628\u0639","fingers.5":"\u0644\u0645\u0633\u0629 \u062E\u0645\u0633\u0629 \u0623\u0635\u0627\u0628\u0639",mouseHoldKey:"+ {key} \u062A\u0631\u062C\u0645\u0629/\u0627\u0633\u062A\u0639\u0627\u062F\u0629 \u0647\u0630\u0647 \u0627\u0644\u0641\u0642\u0631\u0629",mouseHoldKeyAuto:"\u062A\u0631\u062C\u0645\u0629 \u0647\u0630\u0647 \u0627\u0644\u0641\u0642\u0631\u0629 \u0645\u0628\u0627\u0634\u0631\u0629",mouseHoldKeyOff:"\u0644\u0627 \u062A\u0641\u0639\u0644 \u0623\u064A \u0634\u064A\u0621",mouseHoldKeyOther:"\u0645\u0641\u0627\u062A\u064A\u062D \u0627\u0644\u0627\u062E\u062A\u0635\u0627\u0631 \u0627\u0644\u0645\u062E\u0635\u0635\u0629 (\u0627\u0644\u0625\u0639\u062F\u0627\u062F\u0627\u062A \u0627\u0644\u0645\u0641\u062A\u0648\u062D\u0629)",mouseHoldKeyCustomKey:"{key} / \u0627\u0633\u062A\u0639\u0627\u062F\u0629 \u0647\u0630\u0647 \u0627\u0644\u0641\u0642\u0631\u0629",mouseHoverHoldKey:"\u062D\u0631\u0643 \u0627\u0644\u0645\u0627\u0648\u0633 \u0648\u0627\u0636\u063A\u0637 \u0639\u0644\u0649 \u0645\u0641\u062A\u0627\u062D \u0627\u0644\u0627\u062E\u062A\u0635\u0627\u0631 \u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0641\u0642\u0631\u0629","mouse-translate":"\u062A\u0645\u0631\u064A\u0631 \u0627\u0644\u0645\u0627\u0648\u0633",document:"\u0648\u062B\u064A\u0642\u0629",resetSuccess:"\u0625\u0639\u0627\u062F\u0629 \u0636\u0628\u0637 \u062C\u0645\u064A\u0639 \u0627\u0644\u0625\u0639\u062F\u0627\u062F\u0627\u062A \u0628\u0646\u062C\u0627\u062D",resetThisSuccess:"\u062A\u0645\u062A \u0625\u0639\u0627\u062F\u0629 \u0627\u0644\u0636\u0628\u0637 \u0628\u0646\u062C\u0627\u062D",saved:"\u062D\u0641\u0638 \u0628\u0646\u062C\u0627\u062D",successImportConfig:"\u062A\u0645 \u0627\u0633\u062A\u064A\u0631\u0627\u062F \u0627\u0644\u062A\u0643\u0648\u064A\u0646 \u0628\u0646\u062C\u0627\u062D",goAdvancedSettings:"\u0627\u0646\u062A\u0642\u0644 \u0625\u0644\u0649 \u0635\u0641\u062D\u0629 \u0627\u0644\u0625\u0639\u062F\u0627\u062F\u0627\u062A \u0627\u0644\u0645\u062A\u0642\u062F\u0645\u0629",goAdvancedInterfaceSettings:"\u0627\u0646\u062A\u0642\u0644 \u0625\u0644\u0649 \u0635\u0641\u062D\u0629 \u0625\u0639\u062F\u0627\u062F\u0627\u062A \u0627\u0644\u062A\u062E\u0635\u064A\u0635 \u0627\u0644\u0645\u062A\u0642\u062F\u0645\u0629",advanced:"\u0625\u0639\u062F\u0627\u062F\u0627\u062A \u0645\u062A\u0642\u062F\u0645\u0629",advancedDescription:"\u0628\u0634\u0643\u0644 \u0639\u0627\u0645\u060C \u0644\u0627 \u064A\u0644\u0632\u0645 \u0623\u064A \u0625\u0639\u062F\u0627\u062F\u060C \u0641\u0642\u0637 \u0627\u062D\u062A\u0641\u0638 \u0628\u0627\u0644\u0625\u0639\u062F\u0627\u062F \u0627\u0644\u0627\u0641\u062A\u0631\u0627\u0636\u064A. \u0641\u0642\u0637 \u0644\u0644\u0645\u0633\u062A\u062E\u062F\u0645\u064A\u0646 \u0627\u0644\u0623\u0643\u062B\u0631 \u0627\u062D\u062A\u0631\u0627\u0641\u064B\u0627\u060C \u064A\u062A\u0645 \u062A\u0648\u0641\u064A\u0631 \u0625\u0639\u062F\u0627\u062F\u0627\u062A \u0623\u0643\u062B\u0631 \u062A\u062E\u0635\u064A\u0635\u064B\u0627.",developer:"\u0625\u0639\u062F\u0627\u062F\u0627\u062A \u0627\u0644\u0645\u0637\u0648\u0631",donateCafe:"\u0633\u0639\u0631","translate to the bottom of the page":"\u0628\u0639\u062F \u0627\u0644\u062F\u062E\u0648\u0644 \u0625\u0644\u0649 \u0635\u0641\u062D\u0629 \u0627\u0644\u0648\u064A\u0628 \u0647\u0644 \u064A\u062A\u0645 \u062A\u0631\u062C\u0645\u062A\u0647\u0627 \u0645\u0628\u0627\u0634\u0631\u0629 \u0625\u0644\u0649 \u0623\u0633\u0641\u0644 \u0627\u0644\u0635\u0641\u062D\u0629\u061F",feedback:"\u062A\u0639\u0644\u064A\u0642",toggleTranslatePage:"\u062A\u0631\u062C\u0645\u0629 \u0635\u0641\u062D\u0629 \u0627\u0644\u0648\u064A\u0628/\u0625\u0638\u0647\u0627\u0631 \u0627\u0644\u0646\u0635 \u0627\u0644\u0623\u0635\u0644\u064A",translateToThePageEndImmediatelyDescription:"\u0639\u0646\u062F \u062A\u0634\u063A\u064A\u0644\u0647\u060C \u0633\u064A\u0624\u062F\u064A \u0627\u0644\u062F\u062E\u0648\u0644 \u0625\u0644\u0649 \u0635\u0641\u062D\u0629 \u0648\u064A\u0628 \u0625\u0644\u0649 \u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0645\u062D\u062A\u0648\u0649 \u0639\u0644\u0649 \u0627\u0644\u0641\u0648\u0631 \u0645\u0646 \u0623\u0639\u0644\u0649 \u0625\u0644\u0649 \u0623\u0633\u0641\u0644. \u0625\u0630\u0627 \u062A\u0645 \u0625\u064A\u0642\u0627\u0641\u0647\u060C \u064A\u0645\u0643\u0646\u0643 \u0627\u0644\u0642\u0631\u0627\u0621\u0629 \u0648\u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0641\u064A \u0646\u0641\u0633 \u0627\u0644\u0648\u0642\u062A. (\u0644\u0627 \u064A\u0646\u0635\u062D \u0628\u062A\u0634\u063A\u064A\u0644\u0647)","translate all areas of the page":"\u0645\u0627 \u0625\u0630\u0627 \u0643\u0627\u0646 \u0633\u064A\u062A\u0645 \u062A\u0631\u062C\u0645\u0629 \u062C\u0645\u064A\u0639 \u0645\u0646\u0627\u0637\u0642 \u0635\u0641\u062D\u0629 \u0627\u0644\u0648\u064A\u0628",translationAreaDescription:"\u0639\u0646\u062F \u062A\u0634\u063A\u064A\u0644\u0647\u060C \u0633\u062A\u062A\u0645 \u062A\u0631\u062C\u0645\u0629 \u062C\u0645\u064A\u0639 \u0645\u0646\u0627\u0637\u0642 \u0635\u0641\u062D\u0629 \u0627\u0644\u0648\u064A\u0628 \u0628\u0623\u0643\u0645\u0644\u0647\u0627. \u0625\u0630\u0627 \u062A\u0645 \u0625\u064A\u0642\u0627\u0641 \u062A\u0634\u063A\u064A\u0644\u0647\u060C \u0641\u0633\u064A\u062A\u0645 \u0627\u0633\u062A\u062E\u062F\u0627\u0645 \u0627\u0644\u062A\u0639\u0631\u0641 \u0627\u0644\u0630\u0643\u064A \u0627\u0644\u0627\u0641\u062A\u0631\u0627\u0636\u064A \u0648\u0633\u062A\u062A\u0645 \u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0645\u0646\u0637\u0642\u0629 \u0627\u0644\u0631\u0626\u064A\u0633\u064A\u0629 \u0641\u0642\u0637. (\u0644\u0627 \u064A\u0646\u0635\u062D \u0628\u062A\u0634\u063A\u064A\u0644\u0647)","the number of characters to be translated first":"\u0642\u0645 \u0628\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0623\u062D\u0631\u0641 \u0627\u0644\u0642\u0644\u064A\u0644\u0629 \u0627\u0644\u0623\u0648\u0644\u0649 \u0645\u0646 \u0627\u0644\u0635\u0641\u062D\u0629 \u0645\u0628\u0627\u0634\u0631\u0629 \u062F\u0648\u0646 \u0627\u0646\u062A\u0638\u0627\u0631 \u0627\u0644\u062A\u0645\u0631\u064A\u0631 \u0625\u0644\u0649 \u0627\u0644\u0645\u0646\u0637\u0642\u0629 \u0627\u0644\u0645\u0631\u0626\u064A\u0629","interface language":"\u0644\u063A\u0629 \u0627\u0644\u0648\u0627\u062C\u0647\u0629","display both the original text and the translation":"\u0639\u0631\u0636 \u0627\u0644\u0646\u0635 \u0627\u0644\u0623\u0635\u0644\u064A \u0648\u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0641\u064A \u0648\u0642\u062A \u0648\u0627\u062D\u062F","keyboard shortcuts":"\u0627\u062E\u062A\u0635\u0627\u0631\u0627\u062A \u0644\u0648\u062D\u0629 \u0627\u0644\u0645\u0641\u0627\u062A\u064A\u062D",modify:"\u062A\u0639\u062F\u064A\u0644 \u0645\u0641\u0627\u062A\u064A\u062D \u0627\u0644\u0627\u062E\u062A\u0635\u0627\u0631",reset:"\u0625\u0639\u0627\u062F\u0629 \u0636\u0628\u0637",close:"\u0625\u0646\u0647\u0627\u0621",homepage:"\u0627\u0644\u0635\u0641\u062D\u0629 \u0627\u0644\u0631\u0626\u064A\u0633\u064A\u0629",more:"\u0623\u0643\u062B\u0631",moreOptions:"\u0642\u0645 \u0628\u062A\u0648\u0633\u064A\u0639 \u0627\u0644\u0645\u0632\u064A\u062F \u0645\u0646 \u062E\u064A\u0627\u0631\u0627\u062A \u0627\u0644\u062A\u062E\u0635\u064A\u0635",translateTheWholePage:"\u062A\u0631\u062C\u0645\u0629 \u062C\u0645\u064A\u0639 \u0645\u0646\u0627\u0637\u0642 \u0627\u0644\u0635\u0641\u062D\u0629 (\u062A\u062E\u062A\u0644\u0641 \u0639\u0646 \u0627\u0644\u0645\u0646\u0627\u0637\u0642 \u0627\u0644\u0631\u0626\u064A\u0633\u064A\u0629 \u0644\u0644\u062A\u0639\u0631\u0641 \u0627\u0644\u0630\u0643\u064A)",changeToTranslateTheWholePage:"\u0627\u0644\u062A\u0628\u062F\u064A\u0644 \u0644\u062A\u0631\u062C\u0645\u0629 \u0643\u0627\u0641\u0629 \u0627\u0644\u0645\u062C\u0627\u0644\u0627\u062A",changeToTranslateTheMainPage:"\u0642\u0645 \u0628\u0627\u0644\u062A\u0628\u062F\u064A\u0644 \u0625\u0644\u0649 \u0645\u0646\u0637\u0642\u0629 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0631\u0626\u064A\u0633\u064A\u0629",changeToOnlyTranslationMode:"\u0642\u0645 \u0628\u0627\u0644\u062A\u0628\u062F\u064A\u0644 \u0625\u0644\u0649 \u0625\u0638\u0647\u0627\u0631 \u0627\u0644\u062A\u0631\u062C\u0645\u0627\u062A \u0641\u0642\u0637",changeToDualTranslationMode:"\u0627\u0644\u062A\u0628\u062F\u064A\u0644 \u0625\u0644\u0649 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u062B\u0646\u0627\u0626\u064A\u0629 \u0627\u0644\u0644\u063A\u0629",translateToThePageEndImmediately:"\u062A\u0631\u062C\u0645 \u0639\u0644\u0649 \u0627\u0644\u0641\u0648\u0631 \u0625\u0644\u0649 \u0623\u0633\u0641\u0644 \u0627\u0644\u0635\u0641\u062D\u0629",translateTheMainPage:"\u0627\u0644\u0645\u062C\u0627\u0644\u0627\u062A \u0627\u0644\u0631\u0626\u064A\u0633\u064A\u0629 \u0644\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0630\u0643\u064A\u0629","The local rules are up to date":"\u0642\u0648\u0627\u0639\u062F \u0627\u0644\u062A\u0643\u064A\u0641 \u0627\u0644\u0645\u062D\u0644\u064A\u0629 \u0645\u062D\u062F\u062B\u0629:","Successfully synchronized with the latest official rules:":"\u062A\u0645\u062A \u0645\u0632\u0627\u0645\u0646\u0629 \u0623\u062D\u062F\u062B \u0642\u0648\u0627\u0639\u062F \u0627\u0644\u062A\u0643\u064A\u0641 \u0627\u0644\u0631\u0633\u0645\u064A\u0629 \u0628\u0646\u062C\u0627\u062D:","Checking for updates":"\u0627\u0644\u0628\u062D\u062B \u0639\u0646 \u062A\u062D\u062F\u064A\u062B\u0627\u062A","Rules are being synchronized":"\u0645\u0632\u0627\u0645\u0646\u0629 \u0642\u0648\u0627\u0639\u062F \u0627\u0644\u062A\u0643\u064A\u0641",localVersionIsTooOld:"\u0625\u0635\u062F\u0627\u0631 \u0627\u0644\u0645\u0644\u062D\u0642 \u0627\u0644\u0645\u062D\u0644\u064A \u0642\u062F\u064A\u0645 \u062C\u062F\u064B\u0627. \u064A\u0631\u062C\u0649 \u0627\u0644\u062A\u0631\u0642\u064A\u0629 \u0625\u0644\u0649 \u0627\u0644\u0645\u0644\u062D\u0642 {minVersion} \u0623\u0648 \u0625\u0635\u062F\u0627\u0631 \u0623\u062D\u062F\u062B \u0648\u0645\u062D\u0627\u0648\u0644\u0629 \u0627\u0644\u0645\u0632\u0627\u0645\u0646\u0629 \u0645\u0631\u0629 \u0623\u062E\u0631\u0649.",badUserscriptBrowser:"\u0627\u0644\u0645\u062A\u0635\u0641\u062D \u0627\u0644\u062D\u0627\u0644\u064A \u0644\u0627 \u064A\u0637\u0628\u0642 \u0648\u0627\u062C\u0647\u0629 \u0645\u0644\u062D\u0642 Grease Monkey \u0628\u0634\u0643\u0644 \u0635\u062D\u064A\u062D (\u0645\u062B\u0644 \u0627\u0644\u062D\u0635\u0648\u0644 \u0639\u0644\u0649 \u0645\u0639\u0644\u0648\u0645\u0627\u062A \u0631\u0642\u0645 \u0627\u0644\u0625\u0635\u062F\u0627\u0631 \u0644\u0644\u0628\u0631\u0646\u0627\u0645\u062C \u0627\u0644\u0646\u0635\u064A Grease Monkey \u0646\u0641\u0633\u0647)\u060C \u064A\u0631\u062C\u0649 \u0627\u0633\u062A\u062E\u062F\u0627\u0645 \u0645\u0644\u062D\u0642\u0627\u062A \u062F\u0639\u0645 \u0623\u062E\u0631\u0649 <1> Grease Monkey \u0645\u062A\u0635\u0641\u062D\u0627\u062A \u0645\u062B\u0644 \u0641\u0627\u064A\u0631\u0641\u0648\u0643\u0633",foundNewVersion:"\u062A\u0645 \u0627\u0644\u0639\u062B\u0648\u0631 \u0639\u0644\u0649 \u0646\u0633\u062E\u0629 \u062C\u062F\u064A\u062F\u0629",theLocalExtensionIsUpToUpdate:"\u0627\u0644\u0627\u0645\u062A\u062F\u0627\u062F \u0627\u0644\u062D\u0627\u0644\u064A \u0647\u0648 \u0623\u062D\u062F\u062B \u0625\u0635\u062F\u0627\u0631.",failToSyncRules:"\u0641\u0634\u0644\u062A \u0645\u0632\u0627\u0645\u0646\u0629 \u0623\u062D\u062F\u062B \u0642\u0648\u0627\u0639\u062F \u0627\u0644\u062A\u0643\u064A\u0641",retry:"\u0627\u0636\u063A\u0637 \u0647\u0646\u0627 \u0644\u0644\u0645\u062D\u0627\u0648\u0644\u0629 \u0645\u0631\u0629 \u0623\u062E\u0631\u0649",failedReason:"\u0633\u0628\u0628 \u0627\u0644\u0641\u0634\u0644",currentRuleVersion:"\u0646\u0633\u062E\u0629 \u0627\u0644\u0642\u0627\u0639\u062F\u0629 \u0627\u0644\u062D\u0627\u0644\u064A\u0629",calculating:"\u062D\u0633\u0627\u0628",unknownError:"\u062E\u0637\u0623 \u063A\u064A\u0631 \u0645\u0639\u0631\u0648\u0641",canNotFetchRemoteRule:"\u063A\u064A\u0631 \u0642\u0627\u062F\u0631 \u0639\u0644\u0649 \u0627\u0644\u062D\u0635\u0648\u0644 \u0639\u0644\u0649 \u0627\u0644\u0642\u0648\u0627\u0639\u062F \u0627\u0644\u0628\u0639\u064A\u062F\u0629",enableAlphaSuccess:"\u062A\u0645 \u062A\u0634\u063A\u064A\u0644 \u0648\u0638\u064A\u0641\u0629 \u0623\u0644\u0641\u0627",disableAlphaSuccess:"\u062A\u0645 \u0625\u064A\u0642\u0627\u0641 \u0645\u064A\u0632\u0629 \u0623\u0644\u0641\u0627",cacheSize:"\u062D\u062C\u0645 \u0630\u0627\u0643\u0631\u0629 \u0627\u0644\u062A\u062E\u0632\u064A\u0646 \u0627\u0644\u0645\u0624\u0642\u062A\uFF1A",cleaning:"\u062A\u0646\u0638\u064A\u0641",cleanCache:"\u0645\u0633\u062D \u0630\u0627\u0643\u0631\u0629 \u0627\u0644\u062A\u062E\u0632\u064A\u0646 \u0627\u0644\u0645\u0624\u0642\u062A",options:"\u064A\u062B\u0628\u062A",about:"\u0639\u0646",service:"\u062E\u062F\u0645\u0629 \u0627\u0644\u062A\u0631\u062C\u0645\u0629",needAction:"(\u0627\u0630\u0647\u0628 \u0644\u0644\u0627\u0639\u062F\u0627\u062F\u0627\u062A)",goSettings:"\u0627\u0630\u0647\u0628 \u0644\u0644\u0627\u0639\u062F\u0627\u062F\u0627\u062A",needActionForOptions:"(\u062A\u062D\u062A\u0627\u062C \u0625\u0644\u0649 \u062A\u0639\u064A\u064A\u0646)",translationEngine:"\u062E\u064A\u0627\u0631\u0627\u062A \u0627\u0644\u0645\u062D\u0631\u0643",sourceLanguage:"\u0627\u0644\u0644\u063A\u0629 \u0627\u0644\u0623\u0635\u0644\u064A\u0629",target:"\u0627\u0644\u0644\u063A\u0629 \u0627\u0644\u0645\u0633\u062A\u0647\u062F\u0641\u0629",popupSourceLanguage:"\u0627\u0644\u0644\u063A\u0629 \u0627\u0644\u0623\u0635\u0644\u064A\u0629",popupTarget:"\u0627\u0644\u0644\u063A\u0629 \u0627\u0644\u0645\u0633\u062A\u0647\u062F\u0641\u0629",popupService:"\u062E\u062F\u0645\u0629 \u0627\u0644\u062A\u0631\u062C\u0645\u0629",forThisSite:"\u0627\u0644\u0645\u0648\u0642\u0639 \u0627\u0644\u062D\u0627\u0644\u064A",autoEnableSubtitle:"\u0642\u0645 \u0628\u062A\u0634\u063A\u064A\u0644 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u062B\u0646\u0627\u0626\u064A\u0629 \u0627\u0644\u0644\u063A\u0629 \u062A\u0644\u0642\u0627\u0626\u064A\u064B\u0627",alwaysTranslate:"\u062A\u0631\u062C\u0645 \u062F\u0627\u0626\u0645\u0627 ",neverTranslate:"\u0644\u0627 \u062A\u062A\u0631\u062C\u0645 \u0623\u0628\u062F\u064B\u0627 ",alwaysTranslateSomeLanguage:"\u062A\u0631\u062C\u0645 \u062F\u0627\u0626\u0645\u0627 {language}",neverTranslateSomeLanguage:"\u0644\u0627 \u062A\u062A\u0631\u062C\u0645 \u0623\u0628\u062F\u064B\u0627 {language}",alwaysTranslateSomeSite:"\u062A\u0631\u062C\u0645 \u062F\u0627\u0626\u0645\u0627 {hostname}",neverTranslateSomeSite:"\u0644\u0627 \u062A\u062A\u0631\u062C\u0645 \u0623\u0628\u062F\u064B\u0627 {hostname}",alwaysTranslateSomeSiteOrWildSite:"\u0642\u0645 \u0628\u062A\u0631\u062C\u0645\u0629 \u0647\u0630\u0627 \u0627\u0644\u0645\u0648\u0642\u0639 \u062F\u0627\u0626\u0645\u064B\u0627",alwaysTranslateSomePage:"\u0642\u0645 \u0628\u062A\u0631\u062C\u0645\u0629 \u0647\u0630\u0647 \u0627\u0644\u0635\u0641\u062D\u0629 \u062F\u0627\u0626\u0645\u064B\u0627",add:"\u0627\u0636\u0641 \u0625\u0644\u064A\u0647",default:"\u062A\u0642\u0635\u064A\u0631",forThisLanguage:"\u0644\u0647\u0630\u0647 \u0627\u0644\u0644\u063A\u0629\uFF1A","add url":"\u0625\u062F\u062E\u0627\u0644 \u0639\u0646\u0648\u0627\u0646 \u0627\u0644\u0645\u0648\u0642\u0639",edit:"\u064A\u062D\u0631\u0631","translate other languages into specific language":"\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0644\u063A\u0627\u062A \u0627\u0644\u0623\u062E\u0631\u0649 \u0625\u0644\u0649 \u0627\u0644\u0644\u063A\u0629 \u0627\u0644\u062A\u064A \u062A\u062D\u062F\u062F\u0647\u0627","select translation service":"\u0627\u062E\u062A\u0631 \u062E\u062F\u0645\u0629 \u0627\u0644\u062A\u0631\u062C\u0645\u0629",language:"\u0644\u063A\u0629","show-original":"\u0625\u0638\u0647\u0627\u0631 \u0627\u0644\u0646\u0635 \u0627\u0644\u0623\u0635\u0644\u064A",translate:"\u064A\u062A\u0631\u062C\u0645",Translated:"\u0645\u062A\u0631\u062C\u0645",Translating:"\u062C\u0627\u0631 \u0627\u0644\u062A\u0631\u062C\u0645\u0629",Error:"\u062E\u0637\u0623",allowCacheTranslations:"\u062A\u0645\u0643\u064A\u0646 \u0627\u0644\u062A\u062E\u0632\u064A\u0646 \u0627\u0644\u0645\u0624\u0642\u062A \u0644\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0645\u062D\u0644\u064A\u0629 (\u0644\u062A\u0642\u0644\u064A\u0644 \u0637\u0644\u0628\u0627\u062A \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0644\u0644\u0641\u0642\u0631\u0627\u062A \u0627\u0644\u0645\u0643\u0631\u0631\u0629)","translation display":"\u0623\u0633\u0644\u0648\u0628 \u0639\u0631\u0636 \u0627\u0644\u062A\u0631\u062C\u0645\u0629","select diplay style":"\u062A\u0645\u064A\u064A\u0632 \u0623\u0633\u0644\u0648\u0628 \u0627\u0644\u062A\u0631\u062C\u0645\u0629\u060C \u064A\u0631\u062C\u0649 \u0627\u0644\u0631\u062C\u0648\u0639 \u0625\u0644\u0649 \u0627\u0644\u0623\u0645\u062B\u0644\u0629 \u0627\u0644\u062A\u0627\u0644\u064A\u0629 \u0644\u0645\u0632\u064A\u062F \u0645\u0646 \u0627\u0644\u062A\u0641\u0627\u0635\u064A\u0644:",interface:"\u0625\u0639\u062F\u0627\u062F\u0627\u062A \u0627\u0644\u0648\u0627\u062C\u0647\u0629",import_export:"\u0627\u0633\u062A\u064A\u0631\u0627\u062F \u0648\u062A\u0635\u062F\u064A\u0631",import_export_title:"\u062A\u0643\u0648\u064A\u0646 \u0627\u0644\u0627\u0633\u062A\u064A\u0631\u0627\u062F/\u0627\u0644\u062A\u0635\u062F\u064A\u0631",syncToGoogleDrive:"\u0627\u0644\u0645\u0632\u0627\u0645\u0646\u0629 \u0645\u0639 Google Drive \u0627\u0644\u0622\u0646",floatBallOptions:"\u0625\u0639\u062F\u0627\u062F\u0627\u062A \u0627\u0644\u0643\u0631\u0629 \u0627\u0644\u0645\u0639\u0644\u0642\u0629","floatBallOptions.enable":"\u062A\u0645\u0643\u064A\u0646 \u0627\u0644\u0643\u0631\u0629 \u0627\u0644\u0639\u0627\u0626\u0645\u0629","floatBallOptions.blockUrls":"\u062A\u0639\u0637\u064A\u0644 \u0645\u0648\u0642\u0639 \u0627\u0644\u0648\u064A\u0628","floatBallOptions.add":"\u0627\u0636\u0641 \u0625\u0644\u064A\u0647","floatBallOptions.blockUrlDesc":"\u0644\u0646 \u064A\u062A\u0645 \u0639\u0631\u0636 \u0627\u0644\u0643\u0631\u0629 \u0627\u0644\u0639\u0627\u0626\u0645\u0629 \u0639\u0646\u062F \u0645\u0648\u0627\u062C\u0647\u0629 \u0627\u0644\u0645\u0648\u0627\u0642\u0639 \u0627\u0644\u062A\u0627\u0644\u064A\u0629","floatBallOptions.clickType":"\u0627\u0646\u0642\u0631 \u0641\u0648\u0642 \u0627\u0644\u0633\u0644\u0648\u0643","floatBallOptions.clickTypeDesc":"\u0633\u0644\u0648\u0643 \u0623\u064A\u0642\u0648\u0646\u0629 \u0627\u0644\u0643\u0631\u0629 \u0627\u0644\u0639\u0627\u0626\u0645\u0629 \u0639\u0646\u062F \u0627\u0644\u0646\u0642\u0631 \u0639\u0644\u064A\u0647\u0627","floatBallOptions.clickPopup":"\u0625\u0638\u0647\u0627\u0631 \u0644\u0648\u062D\u0629 \u0627\u0644\u062A\u0631\u062C\u0645\u0629","floatBallOptions.clickTranslate":"\u062A\u0631\u062C\u0645\u0629/\u0625\u0638\u0647\u0627\u0631 \u0627\u0644\u0646\u0635 \u0627\u0644\u0623\u0635\u0644\u064A","floatBallOptions.fixedPosition":"\u56FA\u5B9A\u4F4D\u7F6E","floatBallOptions.fixedPositionDesc":"\u60AC\u6D6E\u7403\u5728\u7A97\u53E3\u5DE6\u4FA7\u8FD8\u662F\u53F3\u4FA7","floatBallOptions.fixedPositionLeft":"\u5DE6\u4FA7","floatBallOptions.fixedPositionRight":"\u53F3\u4FA7",previewAllThemes:"\u0645\u0639\u0627\u064A\u0646\u0629 \u0643\u0627\u0641\u0629 \u0627\u0644\u0623\u0646\u0645\u0627\u0637","translationTheme.none":"\u0644\u0627 \u0623\u062D\u062F","translationTheme.grey":"\u0627\u0644\u0631\u0645\u0627\u062F\u064A \u0627\u0644\u062F\u0627\u0643\u0646","translationTheme.dashed":"\u062A\u0633\u0637\u064A\u0631 \u0645\u062A\u0642\u0637\u0639","translationTheme.dotted":"\u062A\u0633\u0637\u064A\u0631 \u0645\u0646\u0642\u0637","translationTheme.dashedBorder":"\u0627\u0644\u062D\u062F\u0648\u062F \u0627\u0644\u0645\u062A\u0642\u0637\u0639\u0629","translationTheme.solidBorder":"\u0627\u0644\u062D\u062F\u0648\u062F \u0627\u0644\u0635\u0644\u0628\u0629","translationTheme.underline":"\u062A\u0633\u0637\u064A\u0631 \u0645\u0633\u062A\u0642\u064A\u0645","translationTheme.mask":"\u062A\u0623\u062B\u064A\u0631 \u0637\u0645\u0633 (\u0648\u0636\u0639 \u0627\u0644\u062A\u0639\u0644\u0645)","translationTheme.opacity":"\u062A\u0623\u062B\u064A\u0631 \u0627\u0644\u0634\u0641\u0627\u0641\u064A\u0629","translationTheme.paper":"\u062A\u0623\u062B\u064A\u0631 \u0627\u0644\u0638\u0644 \u0648\u0631\u0642\u0629 \u0628\u064A\u0636\u0627\u0621","translationTheme.dividingLine":"\u062E\u0637 \u0627\u0644\u062A\u0642\u0633\u064A\u0645","translationTheme.highlight":"\u062A\u0633\u0644\u064A\u0637 \u0627\u0644\u0636\u0648\u0621","translationTheme.marker":"\u0639\u0644\u0627\u0645\u0629","translationTheme.marker2":"\u0639\u0644\u0627\u0645\u0629 2","translationTheme.blockquote":"\u0627\u0644\u0646\u0645\u0637 \u0627\u0644\u0645\u0631\u062C\u0639\u064A","translationTheme.weakening":"\u064A\u0636\u0639\u0641","translationTheme.italic":"\u0645\u0627\u0626\u0644","translationTheme.bold":"\u0639\u0631\u064A\u0636","translationTheme.thinDashed":"\u062A\u0633\u0637\u064A\u0631 \u0645\u062A\u0642\u0637\u0639 \u0631\u0641\u064A\u0639","translationTheme.nativeDashed":"\u064A\u0623\u062A\u064A \u0627\u0644\u0646\u0638\u0627\u0645 \u0645\u0639 \u062A\u0633\u0637\u064A\u0631 \u0645\u0646\u0642\u0637","translationTheme.nativeDotted":"\u064A\u0623\u062A\u064A \u0627\u0644\u0646\u0638\u0627\u0645 \u0645\u0639 \u062A\u0633\u0637\u064A\u0631 \u0645\u0646\u0642\u0637","translationTheme.nativeUnderline":"\u0627\u0644\u0646\u0638\u0627\u0645 \u064A\u0623\u062A\u064A \u0645\u0639 \u062A\u0633\u0637\u064A\u0631 \u0645\u0633\u062A\u0642\u064A\u0645","translationTheme.wavy":"\u062E\u0637\u0648\u0637 \u0645\u062A\u0645\u0648\u062C\u0629","translationServices.custom":"\u0648\u0627\u062C\u0647\u0629 \u0628\u0631\u0645\u062C\u0629 \u0627\u0644\u062A\u0637\u0628\u064A\u0642\u0627\u062A \u0627\u0644\u0645\u062E\u0635\u0635\u0629","translationServices.tencent":"\u0645\u062A\u0631\u062C\u0645 \u062A\u064A\u0646\u0633\u0646\u062A","translationServices.tenAlpha":"\u0645\u062A\u0631\u062C\u0645 \u062A\u064A\u0646\u0633\u0646\u062A (\u0623\u0644\u0641\u0627)","translationServices.google":"\u062C\u0648\u062C\u0644 \u0627\u0644\u0645\u062A\u0631\u062C\u0645","translationServices.bai":"\u0628\u0627\u064A\u062F\u0648 (\u0623\u0644\u0641\u0627)","translationServices.baidu":"\u0645\u062A\u0631\u062C\u0645 \u0628\u0627\u064A\u062F\u0648","translationServices.aliyun":"\u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0633\u062D\u0627\u0628\u064A\u0629 \u0639\u0644\u0649 \u0628\u0627\u0628\u0627","translationServices.volc":"\u062A\u0631\u062C\u0645\u0629 \u0628\u0631\u0643\u0627\u0646","translationServices.deeplx":"DeepLX (\u0628\u064A\u062A\u0627)","translationServices.bing":"\u0645\u062A\u0631\u062C\u0645 \u0645\u0627\u064A\u0643\u0631\u0648\u0633\u0648\u0641\u062A","translationServices.deepl":"\u062F\u064A\u0628 \u0625\u0644","translationServices.wechat":"\u062A\u0631\u062C\u0645\u0629 \u0648\u064A \u0634\u0627\u062A","translationServices.azure":"\u062A\u0631\u062C\u0645\u0629 \u0623\u0632\u0648\u0631","translationServices.ibm":"\u0622\u064A \u0628\u064A \u0625\u0645 \u0648\u0627\u062A\u0633\u0648\u0646","translationServices.aws":"\u062A\u0631\u062C\u0645\u0629 \u0623\u0645\u0627\u0632\u0648\u0646","translationServices.mock":"\u062A\u0631\u062C\u0645\u0629 \u0645\u062D\u0627\u0643\u0627\u0629","translationServices.mock2":"\u062A\u0631\u062C\u0645\u0629 \u0645\u062D\u0627\u0643\u0627\u0629 2","translationServices.caiyun":"\u0643\u0627\u064A\u0648\u0646 \u0634\u064A\u0627\u0648\u064A\u0649","translationServices.cai":"\u0643\u0627\u064A\u0648\u0646 \u0634\u064A\u0627\u0648\u064A\u0649 (\u0623\u0644\u0641\u0627)","translationServices.volcAlpha":"\u0628\u0631\u0643\u0627\u0646 (\u0623\u0644\u0641\u0627)","translationServices.openl":"\u0623\u0648\u0628\u0646 \u0625\u0644","translationServices.youdao":"\u062A\u0631\u062C\u0645\u0629 \u064A\u0648\u062F\u0627\u0648","translationServices.you":"\u062A\u0631\u062C\u0645\u0629 \u064A\u0648\u062F\u0627\u0648 (\u0623\u0644\u0641\u0627)","translationServices.transmart":"\u062A\u064A\u0646\u0633\u0646\u062A \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u062A\u0641\u0627\u0639\u0644\u064A\u0629","translationServices.niu":"\u062A\u0631\u062C\u0645\u0629 \u0645\u0627\u0641\u0631\u064A\u0643\u0633","translationServices.papago":"\u062A\u0631\u062C\u0645\u0629 \u0628\u0627\u0628\u0627\u062C\u0648","translationServices.d":"\u062F (\u0623\u0644\u0641\u0627)","translationServices.dpro":"\u062F\u064A \u0628\u0631\u0648 (\u0643\u0646\u0627\u0631\u064A)","translationServices.openai":"OpenAI","translationServices.yandex":"Yandex","translationServices.chatgpt":"ChatGPT Web (3.5 \u062C\u0648\u0627\u0644)","translate title":"\u062A\u0631\u062C\u0645\u0629 \u0639\u0646\u0648\u0627\u0646 \u0627\u0644\u0635\u0641\u062D\u0629","always languages":"\u0627\u0644\u0644\u063A\u0629 \u0627\u0644\u0645\u062A\u0631\u062C\u0645\u0629 \u062F\u0627\u0626\u0645\u0627",neverTranslateLanguagesLabel:"\u0627\u0644\u0644\u063A\u0627\u062A \u0627\u0644\u062A\u064A \u0644\u0627 \u062A\u062A\u0631\u062C\u0645 \u0623\u0628\u062F\u0627",neverTranslateTheFollowingLanguagesDescription:"\u0633\u064A\u062A\u0645 \u062A\u062E\u0637\u064A \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0639\u0646\u062F\u0645\u0627 \u062A\u0643\u0648\u0646 \u0641\u0642\u0631\u0629 \u0641\u064A \u0627\u0644\u0635\u0641\u062D\u0629 \u0628\u0627\u0644\u0644\u063A\u0627\u062A \u0627\u0644\u062A\u0627\u0644\u064A\u0629",enableUserscriptPagePopup:"\u0625\u0638\u0647\u0627\u0631 \u0627\u0644\u0643\u0631\u0629 \u0627\u0644\u0639\u0627\u0626\u0645\u0629 \u0639\u0644\u0649 \u0627\u0644\u0635\u0641\u062D\u0629",enableUserscriptPagePopupDescription:"\u0628\u0639\u062F \u0625\u063A\u0644\u0627\u0642 \u0627\u0644\u0643\u0631\u0629 \u0627\u0644\u0639\u0627\u0626\u0645\u0629\u060C \u064A\u0645\u0643\u0646\u0643 \u0627\u0633\u062A\u062E\u062F\u0627\u0645 \u0645\u0641\u062A\u0627\u062D \u0627\u0644\u0627\u062E\u062A\u0635\u0627\u0631 /{touch}\u0644\u0625\u064A\u0642\u0627\u0638\u0647\u0627. \u0644\u0645\u0646\u0639 \u0627\u0644\u0639\u062B\u0648\u0631 \u0639\u0644\u0649 \u0627\u0644\u0643\u0631\u0629 \u0627\u0644\u0639\u0627\u0626\u0645\u0629 \u0628\u0639\u062F \u0625\u064A\u0642\u0627\u0641 \u062A\u0634\u063A\u064A\u0644 \u0647\u0630\u0627 \u0627\u0644\u062E\u064A\u0627\u0631 \u0639\u0646 \u0637\u0631\u064A\u0642 \u0627\u0644\u062E\u0637\u0623\u060C \u064A\u0648\u0635\u0649 \u0628\u0634\u062F\u0629 \u0628\u0648\u0636\u0639 \u0625\u0634\u0627\u0631\u0629 \u0645\u0631\u062C\u0639\u064A\u0629 \u0639\u0644\u0649 \u0635\u0641\u062D\u0629 \u0627\u0644\u0625\u0639\u062F\u0627\u062F\u0627\u062A \u0647\u0630\u0647.","always translate the following languages":"\u0639\u0646\u062F\u0645\u0627 \u062A\u0643\u0648\u0646 \u0644\u063A\u0629 \u0627\u0644\u0635\u0641\u062D\u0629 \u0628\u0627\u0644\u0644\u063A\u0627\u062A \u0627\u0644\u062A\u0627\u0644\u064A\u0629\u060C \u0633\u062A\u062A\u0645 \u062A\u0631\u062C\u0645\u062A\u0647\u0627 \u062A\u0644\u0642\u0627\u0626\u064A\u064B\u0627 \u0625\u0644\u0649 \u0627\u0644\u0644\u063A\u0629 \u0627\u0644\u0645\u0633\u062A\u0647\u062F\u0641\u0629","always sites":"\u0639\u0646\u0627\u0648\u064A\u0646 URL \u0627\u0644\u0645\u062A\u0631\u062C\u0645\u0629 \u062F\u0627\u0626\u0645\u064B\u0627","always translate the following sites":"\u0639\u0646\u062F\u0645\u0627 \u064A\u0643\u0648\u0646 \u0645\u0648\u0642\u0639 \u0627\u0644\u0648\u064A\u0628 \u0628\u0627\u0633\u0645 \u0627\u0644\u0646\u0637\u0627\u0642 \u0627\u0644\u062A\u0627\u0644\u064A\u060C \u0633\u062A\u062A\u0645 \u062A\u0631\u062C\u0645\u062A\u0647 \u062A\u0644\u0642\u0627\u0626\u064A\u064B\u0627 \u0625\u0644\u0649 \u0627\u0644\u0644\u063A\u0629 \u0627\u0644\u0647\u062F\u0641","never sites":"\u0639\u0646\u0627\u0648\u064A\u0646 URL \u0627\u0644\u062A\u064A \u0644\u0646 \u062A\u062A\u0645 \u062A\u0631\u062C\u0645\u062A\u0647\u0627 \u0623\u0628\u062F\u064B\u0627","never translate the following sites":"\u0644\u0646 \u064A\u062A\u0645 \u062A\u0646\u0641\u064A\u0630 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0639\u0646\u062F\u0645\u0627 \u064A\u0643\u0648\u0646 \u0645\u0648\u0642\u0639 \u0627\u0644\u0648\u064A\u0628 \u064A\u062D\u0645\u0644 \u0627\u0633\u0645 \u0627\u0644\u0646\u0637\u0627\u0642 \u0627\u0644\u062A\u0627\u0644\u064A","please refer to":"\u064A\u062C\u0628 \u0639\u0644\u064A\u0643 \u062A\u0639\u0628\u0626\u0629 \u0627\u0644\u0645\u0641\u062A\u0627\u062D \u0642\u0628\u0644 \u0627\u0633\u062A\u062E\u062F\u0627\u0645\u0647\u060C \u0644\u0645\u0632\u064A\u062F \u0645\u0646 \u0627\u0644\u062A\u0641\u0627\u0635\u064A\u0644 \u064A\u0631\u062C\u0649 \u0627\u0644\u0631\u062C\u0648\u0639 \u0625\u0644\u0649",KeyAndConfigurationTutorial:'"\u0627\u0644\u0628\u0631\u0646\u0627\u0645\u062C \u0627\u0644\u062A\u0639\u0644\u064A\u0645\u064A \u0644\u0644\u062A\u0637\u0628\u064A\u0642 \u0648\u0627\u0644\u062A\u0643\u0648\u064A\u0646 \u0627\u0644\u0631\u0626\u064A\u0633\u064A"',useAboveStyleForTheseSites:"\u0639\u0646\u062F\u0645\u0627 \u064A\u0643\u0648\u0646 \u0645\u0648\u0642\u0639 \u0627\u0644\u0648\u064A\u0628 \u0647\u0648 \u0627\u0633\u0645 \u0627\u0644\u0646\u0637\u0627\u0642 \u0627\u0644\u062A\u0627\u0644\u064A\u060C \u0627\u0633\u062A\u062E\u062F\u0645 \u062F\u0627\u0626\u0645\u064B\u0627 \u0646\u0645\u0637 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u2308{theme}\u230B",currentUrl:"\u0639\u0646\u0648\u0627\u0646 URL \u0627\u0644\u062D\u0627\u0644\u064A",confirm:"\u064A\u062D\u0641\u0638",cancel:"\u064A\u0644\u063A\u064A",delete:"\u064A\u0645\u0633\u062D","languages.auto":"\u0627\u0644\u0643\u0634\u0641 \u0627\u0644\u062A\u0644\u0642\u0627\u0626\u064A",syncToCloud:"\u0627\u0644\u0645\u0632\u0627\u0645\u0646\u0629 \u0645\u0639 \u062C\u0648\u062C\u0644 \u062F\u0631\u0627\u064A\u0641",syncToCloudDescription:"\u0642\u0645 \u0628\u0627\u0644\u062A\u062D\u0645\u064A\u0644 \u0625\u0644\u0649 \u0627\u0644\u0633\u062D\u0627\u0628\u0629\u060C \u0648\u064A\u0645\u0643\u0646 \u0645\u0632\u0627\u0645\u0646\u0629 \u0627\u0644\u062A\u0643\u0648\u064A\u0646 \u0628\u064A\u0646 \u0627\u0644\u0645\u062A\u0635\u0641\u062D\u0627\u062A \u0627\u0644\u0645\u062E\u062A\u0644\u0641\u0629/\u0627\u0644\u0646\u0635\u0648\u0635 \u0627\u0644\u0628\u0631\u0645\u062C\u064A\u0629 \u0644\u0642\u0631\u062F \u0627\u0644\u0632\u064A\u062A\u060C \u0645\u0639 \u0645\u0631\u0627\u0639\u0627\u0629 \u0648\u0642\u062A \u0627\u0644\u062A\u0639\u062F\u064A\u0644 \u0627\u0644\u0623\u062E\u064A\u0631.",syncToAccount:"\u0627\u0644\u0645\u0632\u0627\u0645\u0646\u0629 \u0645\u0639 \u0633\u062D\u0627\u0628\u0629 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0634\u0627\u0645\u0644\u0629",syncToAccountButton:"\u0645\u0632\u0627\u0645\u0646\u0629 \u0645\u0639 \u0627\u0644\u0633\u062D\u0627\u0628\u0629 \u0639\u0644\u0649 \u0627\u0644\u0641\u0648\u0631",syncToAccountDescription:"\u0645\u0632\u0627\u0645\u0646\u0629 \u0627\u0644\u062A\u0643\u0648\u064A\u0646\u0627\u062A \u062A\u0644\u0642\u0627\u0626\u064A\u064B\u0627 \u0628\u064A\u0646 \u0627\u0644\u0623\u062C\u0647\u0632\u0629 \u0627\u0644\u0645\u062E\u062A\u0644\u0641\u0629\u060C \u0628\u0646\u0627\u0621\u064B \u0639\u0644\u0649 \u0648\u0642\u062A \u0627\u0644\u062A\u0639\u062F\u064A\u0644 \u0627\u0644\u0623\u062E\u064A\u0631.",successSyncConfigInAccount:"\u0627\u0644\u0628\u0642\u0627\u0621 \u0645\u062A\u0632\u0627\u0645\u0646\u064B\u0627 \u0645\u0639 \u0627\u0644\u0633\u062D\u0627\u0628\u0629 \u0628\u0646\u062C\u0627\u062D",successSyncConfigToAccount:"\u062A\u0645\u062A \u0627\u0644\u0645\u0632\u0627\u0645\u0646\u0629 \u0628\u0646\u062C\u0627\u062D \u0645\u0639 \u0627\u0644\u0633\u062D\u0627\u0628\u0629",syncConfigNoUpdate:"\u0628\u0627\u0644\u0641\u0639\u0644 \u0627\u0644\u0623\u062D\u062F\u062B",authFail:"\u0641\u0634\u0644 \u0627\u0644\u062A\u0641\u0648\u064A\u0636",syncTitle:"\u0625\u062F\u0627\u0631\u0629 \u0627\u0644\u0646\u0633\u062E \u0627\u0644\u0627\u062D\u062A\u064A\u0627\u0637\u064A \u0627\u0644\u064A\u062F\u0648\u064A",import_hint:"\u064A\u0633\u062A\u0648\u0631\u062F",upload:"\u0631\u0641\u0639",revokeAuth:"\u0625\u0644\u063A\u0627\u0621 \u0627\u0644\u062A\u0631\u062E\u064A\u0635",uploadFail:"\u0627\u0644\u062A\u062D\u0645\u064A\u0644 \u0641\u0634\u0644",download:"\u062A\u062D\u0645\u064A\u0644",importSuccess:"\u062A\u0645 \u0627\u0644\u0627\u0633\u062A\u064A\u0631\u0627\u062F \u0628\u0646\u062C\u0627\u062D",importFail:"\u0641\u0634\u0644 \u0627\u0644\u0627\u0633\u062A\u064A\u0631\u0627\u062F",deleteFail:"\u0641\u0634\u0644 \u0641\u064A \u0627\u0644\u062D\u0630\u0641",backupToCloud:"\u0625\u062F\u0627\u0631\u0629 \u0645\u0644\u0641\u0627\u062A \u0627\u0644\u0646\u0633\u062E \u0627\u0644\u0627\u062D\u062A\u064A\u0627\u0637\u064A \u064A\u062F\u0648\u064A\u0627",create_new_backup:"\u0625\u0636\u0627\u0641\u0629 \u0639\u0642\u062F\u0629 \u0627\u062D\u062A\u064A\u0627\u0637\u064A\u0629",maxBackupFiles:"\u064A\u0645\u0643\u0646 \u0639\u0645\u0644 \u0646\u0633\u062E\u0629 \u0627\u062D\u062A\u064A\u0627\u0637\u064A\u0629 \u0644\u0645\u0627 \u064A\u0635\u0644 \u0625\u0644\u0649{count}\u0639\u0642\u062F \u0645\u062E\u062A\u0644\u0641\u0629\u060C \u064A\u0631\u062C\u0649 \u062D\u0630\u0641 \u0627\u0644\u0639\u0642\u062F \u063A\u064A\u0631 \u0627\u0644\u0636\u0631\u0648\u0631\u064A\u0629",backupToCloudDescription:"\u062A\u062D\u0645\u064A\u0644 \u0645\u0644\u0641\u0627\u062A \u0627\u0644\u0646\u0633\u062E \u0627\u0644\u0627\u062D\u062A\u064A\u0627\u0637\u064A \u0623\u0648 \u0627\u0633\u062A\u0639\u0627\u062F\u062A\u0647\u0627 \u064A\u062F\u0648\u064A\u064B\u0627\u060C \u0645\u0645\u0627 \u064A\u0633\u0645\u062D \u0628\u0645\u0627 \u064A\u0635\u0644 \u0625\u0644\u0649 3 \u0646\u0633\u062E \u0627\u062D\u062A\u064A\u0627\u0637\u064A\u0629 \u0645\u062E\u062A\u0644\u0641\u0629",successSyncConfig:"\u0627\u0644\u0628\u0642\u0627\u0621 \u0645\u062A\u0632\u0627\u0645\u0646\u064B\u0627 \u0645\u0639 \u0627\u0644\u0633\u062D\u0627\u0628\u0629 \u0628\u0646\u062C\u0627\u062D",syncFail:"\u0641\u0634\u0644\u062A \u0627\u0644\u0645\u0632\u0627\u0645\u0646\u0629",updatedAt:"\u062A\u0645 \u0627\u0644\u062A\u062D\u062F\u064A\u062B \u0639\u0646\u062F {date}",lastSyncedAt:"\u0622\u062E\u0631 \u0641\u062D\u0635 \u0643\u0627\u0646 \u0639\u0646\u062F {date}",downloadFail:"\u0627\u0644\u062A\u062D\u0645\u064A\u0644 \u0641\u0634\u0644",clickToDownload:"\u0627\u0636\u063A\u0637 \u0644\u0644\u062A\u062D\u0645\u064A\u0644",aboutLabel:"\u062D\u0648\u0644 - \u0631\u062F\u0648\u062F \u0627\u0644\u0641\u0639\u0644","browser.openAboutPage":"\u062D\u0648\u0644/\u0631\u062F\u0648\u062F \u0627\u0644\u0641\u0639\u0644",aboutLabelWithoutSponsor:"\u062D\u0648\u0644 - \u0631\u062F\u0648\u062F \u0627\u0644\u0641\u0639\u0644",aboutIntro:"\u0623\u062A\u0645\u0646\u0649 \u0623\u0646 \u0646\u062A\u0645\u0643\u0646 \u062C\u0645\u064A\u0639\u064B\u0627 \u0645\u0646 \u0627\u0644\u0648\u0635\u0648\u0644 \u0625\u0644\u0649 \u0627\u0644\u0645\u0639\u0644\u0648\u0645\u0627\u062A \u0627\u0644\u0636\u062E\u0645\u0629 \u0627\u0644\u0645\u062A\u0639\u0644\u0642\u0629 \u0628\u0627\u0644\u0644\u063A\u0627\u062A \u0627\u0644\u0623\u062C\u0646\u0628\u064A\u0629 \u0639\u0644\u0649 \u0627\u0644\u0625\u0646\u062A\u0631\u0646\u062A \u0628\u0633\u0647\u0648\u0644\u0629 \u0648\u0633\u0639\u0627\u062F\u0629 \u0623\u0643\u0628\u0631. \u064A\u0645\u0643\u0646\u0643 \u0627\u062E\u062A\u064A\u0627\u0631 \u0641\u062A\u062D \u0639\u0636\u0648\u064A\u0629 <6> Pro \u0644\u0627\u0633\u062A\u062E\u062F\u0627\u0645 \u062A\u0631\u062C\u0645\u0627\u062A DeepL \u0648OpenAI \u062E\u0627\u0631\u062C \u0627\u0644\u0635\u0646\u062F\u0648\u0642.

\u064A\u0645\u0643\u0646\u0643\u0645 \u0645\u062A\u0627\u0628\u0639\u062A\u0646\u0627 \u0639\u0644\u0649 <3>\u062A\u0648\u064A\u062A\u0631 ,<4>\u0642\u0646\u0627\u0629 \u0627\u0644\u062A\u0644\u064A\u062C\u0631\u0627\u0645 \u0623\u0648 \u062D\u0633\u0627\u0628 WeChat \u0627\u0644\u0639\u0627\u0645 \u0623\u0648 \u0645\u062C\u0645\u0648\u0639\u0629 \u0627\u062A\u0635\u0627\u0644\u0627\u062A WeChat \u0623\u0648 <5> \u0627\u0634\u062A\u0631\u0627\u0643 \u0627\u0644\u0628\u0631\u064A\u062F \u0627\u0644\u0625\u0644\u0643\u062A\u0631\u0648\u0646\u064A \u0623\u062F\u0646\u0627\u0647 \u062A\u062A\u0628\u0639 \u0627\u0644\u062A\u062D\u062F\u064A\u062B\u0627\u062A.
<7>\u0639\u0636\u0648 \u0645\u062D\u062A\u0631\u0641 \u064A\u0645\u0643\u0646\u0643 \u0627\u0644\u0627\u062A\u0635\u0627\u0644 \u0628\u0627\u0644\u0628\u0631\u064A\u062F \u0627\u0644\u0625\u0644\u0643\u062A\u0631\u0648\u0646\u064A \u0627\u0644\u0633\u0631\u064A\u0639 \u0644\u062E\u062F\u0645\u0629 \u0627\u0644\u0639\u0645\u0644\u0627\u0621 <8> support@immersivetranslate.com \u0627\u0628\u0642 \u0639\u0644\u0649 \u062A\u0648\u0627\u0635\u0644 \u0645\u0639\u0646\u0627.",aboutIntroWithoutSponsor:"\u0623\u062A\u0645\u0646\u0649 \u0623\u0646 \u0646\u062A\u0645\u0643\u0646 \u062C\u0645\u064A\u0639\u064B\u0627 \u0645\u0646 \u0627\u0644\u0648\u0635\u0648\u0644 \u0628\u0634\u0643\u0644 \u0623\u0633\u0647\u0644 \u0648\u0623\u0643\u062B\u0631 \u0645\u062A\u0639\u0629 \u0625\u0644\u0649 \u0627\u0644\u0643\u0645 \u0627\u0644\u0647\u0627\u0626\u0644 \u0645\u0646 \u0627\u0644\u0645\u0639\u0644\u0648\u0645\u0627\u062A \u0628\u0627\u0644\u0644\u063A\u0629 \u0627\u0644\u0623\u062C\u0646\u0628\u064A\u0629 \u0639\u0644\u0649 \u0627\u0644\u0625\u0646\u062A\u0631\u0646\u062A \u2764\uFE0F

\u064A\u0645\u0643\u0646\u0643 \u0645\u062A\u0627\u0628\u0639\u062A\u0646\u0627 \u0639\u0644\u0649 Twitter <3> ,<4>\u0642\u0646\u0627\u0629 \u0627\u0644\u062A\u0644\u064A\u062C\u0631\u0627\u0645 \u0623\u0648 \u062D\u0633\u0627\u0628 WeChat \u0627\u0644\u0639\u0627\u0645 \u0623\u0648 \u0645\u062C\u0645\u0648\u0639\u0629 \u0627\u062A\u0635\u0627\u0644\u0627\u062A WeChat \u0623\u0648 <5> \u0627\u0634\u062A\u0631\u0627\u0643 \u0627\u0644\u0628\u0631\u064A\u062F \u0627\u0644\u0625\u0644\u0643\u062A\u0631\u0648\u0646\u064A \u0623\u062F\u0646\u0627\u0647 \u062A\u062A\u0628\u0639 \u0627\u0644\u062A\u062D\u062F\u064A\u062B\u0627\u062A.",projectHomepage:"\u0627\u0644\u0635\u0641\u062D\u0629 \u0627\u0644\u0631\u0626\u064A\u0633\u064A\u0629 \u0644\u0644\u0645\u0634\u0631\u0648\u0639",joinTelegramGroup:"\u0627\u0646\u0636\u0645 \u0625\u0644\u0649 \u0645\u062C\u0645\u0648\u0639\u0629 \u0627\u062A\u0635\u0627\u0644\u0627\u062A \u0627\u0644\u0645\u0633\u062A\u062E\u062F\u0645\u064A\u0646 \u0644\u0644\u0645\u0634\u0627\u0631\u0643\u0629 \u0641\u064A \u0627\u0644\u0645\u0646\u0627\u0642\u0634\u0627\u062A \u0627\u0644\u0648\u0638\u064A\u0641\u064A\u0629",wechatPublicAccount:"\u062D\u0633\u0627\u0628 \u0648\u064A \u0634\u0627\u062A \u0627\u0644\u0639\u0627\u0645",wechatCommunities:"\u0645\u062C\u0645\u0648\u0639\u0629 \u0627\u0644\u0627\u062A\u0635\u0627\u0644\u0627\u062A WeChat",qqCommunities:"\u0642\u0646\u0627\u0629 \u0627\u062A\u0635\u0627\u0644 QQ",joinTelegramChannel:"\u062A\u0627\u0628\u0639\u0648\u0627 \u0642\u0646\u0627\u0629 \u0627\u0644\u062A\u0644\u064A\u062C\u0631\u0627\u0645 \u0644\u0645\u0639\u0631\u0641\u0629 \u0622\u062E\u0631 \u0627\u0644\u062A\u062D\u062F\u064A\u062B\u0627\u062A",feedbackAndJoin:"\u0631\u062F\u0648\u062F \u0627\u0644\u0641\u0639\u0644 \u0627\u0644\u0645\u0634\u0643\u0644\u0629 / \u0627\u0644\u0627\u0646\u0636\u0645\u0627\u0645 \u0625\u0644\u0649 \u0627\u0644\u0645\u062C\u0645\u0648\u0639\u0629",autoSync:"\u0627\u0644\u0645\u0632\u0627\u0645\u0646\u0629 \u0627\u0644\u0645\u062C\u062F\u0648\u0644\u0629 \u0627\u0644\u062A\u0644\u0642\u0627\u0626\u064A\u0629",loadingThemeTitle:"\u0623\u0633\u0644\u0648\u0628 \u0627\u0644\u062A\u062D\u0645\u064A\u0644",loadingThemeDescription:"\u0627\u0636\u0628\u0637 \u0627\u0644\u0646\u0645\u0637 \u0623\u062B\u0646\u0627\u0621 \u0627\u0646\u062A\u0638\u0627\u0631 \u062A\u062D\u0645\u064A\u0644 \u0627\u0644\u062A\u0631\u062C\u0645\u0629","loadingTheme.spinner":"\u0627\u0644\u0631\u0633\u0648\u0645 \u0627\u0644\u0645\u062A\u062D\u0631\u0643\u0629 \u0627\u0644\u062F\u0627\u0626\u0631\u0629","loadingTheme.text":"\u0646\u0635 \u062B\u0627\u0628\u062A... ","loadingTheme.none":"\u0644\u0627 \u062A\u0638\u0647\u0631",developerDescription:"\u064A\u0645\u0643\u0646\u0643 \u0627\u0644\u0646\u0642\u0631 \u0641\u0648\u0642 <1> \u0647\u0646\u0627 \u0639\u0631\u0636 \u0627\u0644\u0648\u062B\u0627\u0626\u0642 \u0627\u0644\u0645\u062A\u0639\u0644\u0642\u0629 \u0628\u0627\u0644\u062A\u062E\u0635\u064A\u0635 \u0627\u0644\u0645\u062A\u0642\u062F\u0645","edit border color":"\u062A\u0639\u062F\u064A\u0644 \u0644\u0648\u0646 \u0627\u0644\u062D\u062F\u0648\u062F",successSyncButNoChange:"\u0627\u0644\u062A\u0643\u0648\u064A\u0646 \u0627\u0644\u062D\u0627\u0644\u064A \u0645\u062A\u0648\u0627\u0641\u0642 \u0645\u0639 \u0627\u0644\u0633\u062D\u0627\u0628\u0629",customTheme:"\u0627\u0644\u0623\u0644\u0648\u0627\u0646 \u0648\u0627\u0644\u0623\u062D\u062C\u0627\u0645 \u0627\u0644\u0645\u062E\u0635\u0635\u0629","customThemeLabel.borderColor":"\u0644\u0648\u0646 \u0627\u0644\u062D\u062F\u0648\u062F","customThemeLabel.borderRadius":"\u062D\u062F\u0648\u062F \u0645\u0633\u062A\u062F\u064A\u0631\u0629 \u0627\u0644\u0632\u0648\u0627\u064A\u0627","customThemeLabel.textColor":"\u0644\u0648\u0646 \u0627\u0644\u062E\u0637","customThemeLabel.backgroundColor":"\u0644\u0648\u0646 \u0627\u0644\u062E\u0644\u0641\u064A\u0629","customThemeLabel.zoom":"\u062A\u062D\u062C\u064A\u0645 \u0627\u0644\u062E\u0637 (%)","customThemeLabel.opacity":"\u0639\u062A\u0627\u0645\u0629 \u0627\u0644\u0646\u0635 (%)",resetToDefaultColor:"\u0627\u0644\u0639\u0648\u062F\u0629 \u0625\u0644\u0649 \u0627\u0644\u0644\u0648\u0646 \u0627\u0644\u0627\u0641\u062A\u0631\u0627\u0636\u064A",resetToDefaultSettings:"\u0627\u0644\u0639\u0648\u062F\u0629 \u0625\u0644\u0649 \u0627\u0644\u0625\u0639\u062F\u0627\u062F\u0627\u062A \u0627\u0644\u0627\u0641\u062A\u0631\u0627\u0636\u064A\u0629",isTranslateTitle:"\u0642\u0645 \u0628\u062A\u0634\u063A\u064A\u0644 \u0639\u0646\u0627\u0648\u064A\u0646 \u0635\u0641\u062D\u0627\u062A \u0627\u0644\u0648\u064A\u0628 \u0627\u0644\u0645\u062A\u0631\u062C\u0645\u0629",isTranslateTitleDescription:"\u0639\u0646\u062F \u062A\u0634\u063A\u064A\u0644\u0647\u060C \u0633\u064A\u062A\u0645 \u062A\u0631\u062C\u0645\u0629 \u0639\u0646\u0648\u0627\u0646 \u0635\u0641\u062D\u0629 \u0627\u0644\u0648\u064A\u0628",enableSearchEnhancement:"\u062A\u0645\u0643\u064A\u0646 \u062A\u0639\u0632\u064A\u0632 \u0627\u0644\u0645\u0639\u0644\u0648\u0645\u0627\u062A \u062B\u0646\u0627\u0626\u064A\u0629 \u0627\u0644\u0644\u063A\u0629",enableSearchEnhancementDescription:'\u0628\u0639\u062F \u062A\u0634\u063A\u064A\u0644\u0647\u0627\u060C \u0633\u064A\u062A\u0645 \u0639\u0631\u0636 \u0646\u062A\u0627\u0626\u062C \u0628\u062D\u062B "\u0623\u062E\u0628\u0627\u0631 Google" \u0627\u0644\u0645\u0642\u0627\u0628\u0644\u0629 \u0644\u0644\u0643\u0644\u0645\u0627\u062A \u0627\u0644\u0631\u0626\u064A\u0633\u064A\u0629 \u0628\u0627\u0644\u0644\u063A\u0629 \u0627\u0644\u0625\u0646\u062C\u0644\u064A\u0632\u064A\u0629 \u062A\u0644\u0642\u0627\u0626\u064A\u064B\u0627 \u0641\u064A \u0627\u0644\u0639\u0645\u0648\u062F \u0627\u0644\u0623\u064A\u0645\u0646 \u0644\u0645\u0648\u0627\u0642\u0639 \u0627\u0644\u0648\u064A\u0628 \u0627\u0644\u0645\u062F\u0639\u0648\u0645\u0629 (\u0623\u062E\u0628\u0627\u0631 Google\u060C \u0628\u062D\u062B Google (\u0628\u0639\u0636 \u0627\u0644\u0643\u0644\u0645\u0627\u062A \u0627\u0644\u0631\u0626\u064A\u0633\u064A\u0629)\u060C Snowball\u060C Oriental Fortune\u060C Futu\u060C Tiger Community).',verifyService:"\u0627\u0646\u0642\u0631 \u0647\u0646\u0627 \u0644\u0627\u062E\u062A\u0628\u0627\u0631 \u0627\u0644\u062E\u062F\u0645\u0629",verified:"\u062A\u0645 \u0627\u0644\u062A\u062D\u0642\u0642 \u0628\u0646\u062C\u0627\u062D","field.langs":"\u0631\u0645\u0648\u0632 \u0627\u0644\u0644\u063A\u0629 \u0627\u0644\u0645\u062F\u0639\u0648\u0645\u0629","field.model":"\u0646\u0645\u0648\u0630\u062C","field.translationEngine":"\u0645\u062D\u0631\u0643 \u0627\u0644\u062A\u0631\u062C\u0645\u0629","field.limitPerMinute":"\u0627\u0644\u062D\u062F \u0627\u0644\u0623\u0642\u0635\u0649 \u0644\u0639\u062F\u062F \u0627\u0644\u0637\u0644\u0628\u0627\u062A \u0641\u064A \u0627\u0644\u062F\u0642\u064A\u0642\u0629","field.limitPerSecond":"\u0627\u0644\u062D\u062F \u0627\u0644\u0623\u0642\u0635\u0649 \u0644\u0639\u062F\u062F \u0627\u0644\u0637\u0644\u0628\u0627\u062A \u0641\u064A \u0627\u0644\u062B\u0627\u0646\u064A\u0629","field.maxTextLengthPerRequest":"\u0627\u0644\u062D\u062F \u0627\u0644\u0623\u0642\u0635\u0649 \u0644\u0637\u0648\u0644 \u0627\u0644\u0646\u0635 \u0644\u0643\u0644 \u0637\u0644\u0628","field.maxTextGroupLengthPerRequest":"\u0627\u0644\u062D\u062F \u0627\u0644\u0623\u0642\u0635\u0649 \u0644\u0639\u062F\u062F \u0627\u0644\u0641\u0642\u0631\u0627\u062A \u0644\u0643\u0644 \u0637\u0644\u0628","field.apiUrl":"\u0639\u0646\u0648\u0627\u0646 \u0648\u0627\u062C\u0647\u0629 API \u0627\u0644\u0645\u062E\u0635\u0635\u0629","field.placeholderDelimiters":"\u0627\u0644\u0639\u0646\u0627\u0635\u0631 \u0627\u0644\u0646\u0627\u0626\u0628\u0629 \u0627\u0644\u0645\u062D\u062C\u0648\u0632\u0629","description.custom":"\u0627\u0644\u0648\u0635\u0648\u0644 \u0625\u0644\u0649 \u0627\u0644\u0648\u0627\u062C\u0647\u0629 \u0627\u0644\u0645\u062E\u0635\u0635\u0629 \u064A\u062A\u0637\u0644\u0628 \u0648\u062B\u0627\u0626\u0642 \u0645\u0631\u062C\u0639\u064A\u0629","description.limitPerMinute":"\u0648\u0639\u0646\u062F\u0645\u0627 \u064A\u062A\u062C\u0627\u0648\u0632 \u0639\u062F\u062F \u0627\u0644\u0637\u0644\u0628\u0627\u062A \u0647\u0630\u0627 \u0627\u0644\u062D\u062F\u060C \u0641\u0625\u0646\u0647 \u0633\u064A\u062F\u062E\u0644 \u0641\u064A \u062D\u0627\u0644\u0629 \u0627\u0644\u0627\u0646\u062A\u0638\u0627\u0631 \u062D\u062A\u0649 \u0628\u062F\u0627\u064A\u0629 \u0627\u0644\u062F\u0642\u064A\u0642\u0629 \u0627\u0644\u062A\u0627\u0644\u064A\u0629. \u0646\u0638\u0631\u064B\u0627 \u0644\u0644\u0642\u064A\u0648\u062F \u0627\u0644\u0645\u062E\u062A\u0644\u0641\u0629 \u0644\u062E\u062F\u0645\u0629 OpenAI \u0627\u0644\u062D\u0627\u0644\u064A\u0629\u060C \u064A\u0631\u062C\u0649 \u0627\u0644\u0646\u0642\u0631 \u0641\u0648\u0642 <1> \u0647\u0646\u0627 \u0639\u0631\u0636 \u0623\u062D\u062F\u062B \u0627\u0644\u0642\u064A\u0645 \u0627\u0644\u0645\u0648\u0635\u0649 \u0628\u0647\u0627","description.limitPerSecond":"\u0648\u0639\u0646\u062F\u0645\u0627 \u064A\u062A\u062C\u0627\u0648\u0632 \u0639\u062F\u062F \u0627\u0644\u0637\u0644\u0628\u0627\u062A \u0647\u0630\u0627 \u0627\u0644\u062D\u062F\u060C \u0641\u0625\u0646\u0647 \u0633\u064A\u062F\u062E\u0644 \u0641\u064A \u062D\u0627\u0644\u0629 \u0627\u0644\u0627\u0646\u062A\u0638\u0627\u0631 \u062D\u062A\u0649 \u0628\u062F\u0627\u064A\u0629 \u0627\u0644\u062B\u0627\u0646\u064A\u0629 \u0627\u0644\u062A\u0627\u0644\u064A\u0629. \u0646\u0638\u0631\u064B\u0627 \u0644\u0644\u0642\u064A\u0648\u062F \u0627\u0644\u0645\u062E\u062A\u0644\u0641\u0629 \u0644\u062E\u062F\u0645\u0629 OpenAI \u0627\u0644\u062D\u0627\u0644\u064A\u0629\u060C \u064A\u0631\u062C\u0649 \u0627\u0644\u0646\u0642\u0631 \u0641\u0648\u0642 <1> \u0647\u0646\u0627 \u0639\u0631\u0636 \u0623\u062D\u062F\u062B \u0627\u0644\u0642\u064A\u0645 \u0627\u0644\u0645\u0648\u0635\u0649 \u0628\u0647\u0627","description.generalLimitPerSecond":"\u0648\u0639\u0646\u062F\u0645\u0627 \u064A\u062A\u062C\u0627\u0648\u0632 \u0639\u062F\u062F \u0627\u0644\u0637\u0644\u0628\u0627\u062A \u0647\u0630\u0627 \u0627\u0644\u062D\u062F\u060C \u0641\u0625\u0646\u0647 \u0633\u064A\u062F\u062E\u0644 \u0641\u064A \u062D\u0627\u0644\u0629 \u0627\u0644\u0627\u0646\u062A\u0638\u0627\u0631 \u062D\u062A\u0649 \u0628\u062F\u0627\u064A\u0629 \u0627\u0644\u062B\u0627\u0646\u064A\u0629 \u0627\u0644\u062A\u0627\u0644\u064A\u0629.","description.prompt":"\u062A\u0631\u0633\u0644 \u0627\u0644\u0645\u062D\u0627\u062F\u062B\u0629 \u0625\u0644\u0649 {service} \u0628\u0635\u0641\u0629 \u0627\u0644\u0645\u0633\u062A\u062E\u062F\u0645\u060C \u062D\u064A\u062B \u064A\u0645\u062B\u0644 {{text}} \u0646\u0635 \u0627\u0644\u0641\u0642\u0631\u0629\u060C \u0648\u064A\u0645\u062B\u0644 {{from}} \u0644\u063A\u0629 \u0627\u0644\u0641\u0642\u0631\u0629\u060C \u0648\u064A\u0645\u062B\u0644 {{to}} \u0627\u0644\u0644\u063A\u0629 \u0627\u0644\u0645\u0633\u062A\u0647\u062F\u0641\u0629.","description.maxTextLengthPerRequest":"\u0627\u0644\u062D\u062F \u0627\u0644\u0623\u0642\u0635\u0649 \u0644\u0639\u062F\u062F \u0627\u0644\u0623\u062D\u0631\u0641 \u0644\u0643\u0644 \u0637\u0644\u0628. \u0625\u0630\u0627 \u0643\u0627\u0646 \u0643\u0628\u064A\u0631\u064B\u0627 \u062C\u062F\u064B\u0627\u060C \u0641\u0633\u062A\u062A\u0628\u0627\u0637\u0623 \u0627\u0633\u062A\u062C\u0627\u0628\u0629 \u0627\u0644\u0648\u0627\u062C\u0647\u0629\u060C \u0644\u0630\u0627 \u064A\u0645\u0643\u0646\u0643 \u0645\u062D\u0627\u0648\u0644\u0629 \u0636\u0628\u0637 \u0647\u0630\u0627 \u0627\u0644\u062E\u064A\u0627\u0631 \u0644\u062A\u062D\u0633\u064A\u0646 \u0627\u0644\u0633\u0631\u0639\u0629.","description.systemPrompt":"\u062A\u0645 \u0625\u0631\u0633\u0627\u0644 \u0627\u0644\u062D\u0648\u0627\u0631 \u0625\u0644\u0649 {service} \u0628\u0627\u0633\u0645 \u0627\u0644\u0646\u0638\u0627\u0645\u060C \u062D\u064A\u062B \u064A\u0645\u062B\u0644 {{text}} \u0646\u0635 \u0627\u0644\u0641\u0642\u0631\u0629\u060C \u0648\u064A\u0645\u062B\u0644 {{from}} \u0644\u063A\u0629 \u0627\u0644\u0641\u0642\u0631\u0629\u060C \u0648\u064A\u0645\u062B\u0644 {{to}} \u0627\u0644\u0644\u063A\u0629 \u0627\u0644\u0645\u0633\u062A\u0647\u062F\u0641\u0629.","field.domain":"\u0645\u062C\u0627\u0644","description.domain":"\u0627\u0644\u0627\u0641\u062A\u0631\u0627\u0636\u064A \u0647\u0648\uFF1A\u0639\u0627\u0645. \u0644\u0627 \u064A\u0645\u0643\u0646 \u0636\u0628\u0637\u0647 \u0625\u0644\u0627 \u0639\u0646\u062F \u062A\u0645\u0643\u064A\u0646 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0645\u0633\u062A\u0646\u062F\u0629 \u0625\u0644\u0649 \u0627\u0644\u0645\u062C\u0627\u0644 \u0641\u064A \u0648\u062D\u062F\u0629 \u062A\u062D\u0643\u0645 Youdao API. \u0644\u0644\u062D\u0635\u0648\u0644 \u0639\u0644\u0649 \u0627\u0644\u062D\u0642\u0648\u0644 \u0627\u0644\u0645\u062F\u0639\u0648\u0645\u0629\u060C \u064A\u0631\u062C\u0649 \u0627\u0644\u0627\u0637\u0644\u0627\u0639 \u0639\u0644\u0649 <1> \u0647\u0646\u0627.","field.scene":"\u0645\u0634\u0627\u0647\u062F","description.scene":"\u0627\u0644\u0627\u0641\u062A\u0631\u0627\u0636\u064A \u0647\u0648\uFF1A\u0639\u0627\u0645. \u0644\u0627 \u064A\u0645\u0643\u0646 \u0636\u0628\u0637\u0647 \u0625\u0644\u0627 \u0639\u0646\u062F \u062A\u0646\u0634\u064A\u0637 \u0627\u0644\u0625\u0635\u062F\u0627\u0631 \u0627\u0644\u0627\u062D\u062A\u0631\u0627\u0641\u064A \u0644\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0622\u0644\u064A\u0629 \u0641\u064A \u0648\u062D\u062F\u0629 \u062A\u062D\u0643\u0645 Alibaba Cloud API. \u0631\u0627\u062C\u0639 <1> \u0647\u0646\u0627 \u0644\u0644\u062D\u0635\u0648\u0644 \u0639\u0644\u0649 \u0627\u0644\u0633\u064A\u0646\u0627\u0631\u064A\u0648\u0647\u0627\u062A \u0627\u0644\u0645\u062F\u0639\u0648\u0645\u0629.","field.vocabId":"\u0645\u0639\u0631\u0641 \u0642\u0627\u0645\u0648\u0633 \u0627\u0644\u0645\u0633\u062A\u062E\u062F\u0645","description.vocabId":"\u064A\u062F\u0639\u0645 \u0627\u0644\u0642\u0627\u0645\u0648\u0633 \u0627\u0644\u0645\u062D\u062F\u062F out_id \u062D\u0627\u0644\u064A\u064B\u0627 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0625\u0646\u062C\u0644\u064A\u0632\u064A\u0629 \u0627\u0644\u0635\u064A\u0646\u064A\u0629.","description.model":"\u064A\u0645\u0643\u0646 \u0623\u0646 \u064A\u0643\u0648\u0646 \u0646\u0645\u0648\u0630\u062C OpenAI \u0647\u0648 gpt-3.5-turbo \u0623\u0648 gpt-4 \u0648\u0645\u0627 \u0625\u0644\u0649 \u0630\u0644\u0643.","description.maxTextGroupLengthPerRequest":"\u0639\u062F\u062F \u0627\u0644\u0641\u0642\u0631\u0627\u062A \u0627\u0644\u0645\u0631\u0633\u0644\u0629 \u0625\u0644\u0649 \u062E\u062F\u0645\u0629 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0641\u064A \u0643\u0644 \u0645\u0631\u0629. \u0625\u0630\u0627 \u0643\u0627\u0646 \u0647\u0646\u0627\u0643 \u0639\u062F\u062F \u0643\u0628\u064A\u0631 \u062C\u062F\u064B\u0627 \u0645\u0646 \u0627\u0644\u0641\u0642\u0631\u0627\u062A\u060C \u0641\u0642\u062F \u062A\u062A\u0628\u0627\u0637\u0623 \u0627\u0633\u062A\u062C\u0627\u0628\u0629 \u0627\u0644\u0648\u0627\u062C\u0647\u0629.","description.apiUrl":"\u0627\u0644\u0631\u062C\u0627\u0621 \u0625\u0636\u0627\u0641\u0629 \u0639\u0646\u0648\u0627\u0646 URL \u0645\u062D\u062F\u062F \u0645\u0639 \u0627\u0644\u0645\u0633\u0627\u0631\u060C <1> \u0627\u0644\u0645\u0632\u064A\u062F \u0645\u0646 \u0627\u0644\u062A\u0639\u0644\u064A\u0645\u0627\u062A",enabledExtension:"\u062A\u0645\u0643\u064A\u0646 \u0627\u0644\u062A\u0645\u062F\u064A\u062F",clickToDisableExtension:"\u0627\u0646\u0642\u0631 \u0644\u062A\u0639\u0637\u064A\u0644 \u0627\u0644\u062A\u0645\u062F\u064A\u062F",clickToEnableExtension:"\u0627\u0646\u0642\u0631 \u0644\u062A\u0645\u0643\u064A\u0646 \u0627\u0644\u062A\u0645\u062F\u064A\u062F",hasBeenDisabled:"\u0639\u0627\u062C\u0632","show password":"\u0639\u0631\u0636 \u0643\u0644\u0645\u0629 \u0627\u0644\u0645\u0631\u0648\u0631",customContent:"\u0623\u062F\u062E\u0644 \u0627\u0633\u0645 \u0627\u0644\u0646\u0645\u0648\u0630\u062C \u0627\u0644\u0645\u062E\u0635\u0635",inputOptions:"\u062A\u062D\u0633\u064A\u0646 \u0635\u0646\u062F\u0648\u0642 \u0627\u0644\u0625\u062F\u062E\u0627\u0644",mouseHoverOptions:"\u062A\u0645\u0631\u064A\u0631 \u0627\u0644\u0645\u0627\u0648\u0633",modifyMouseHoverKey:"\u062A\u0639\u062F\u064A\u0644 \u0645\u0641\u0627\u062A\u064A\u062D \u0627\u0644\u0627\u062E\u062A\u0635\u0627\u0631 \u0627\u0644\u062E\u0627\u0635\u0629 \u0628\u0627\u0644\u0645\u0627\u0648\u0633",enableInputTranslation:"\u0645\u0627 \u0625\u0630\u0627 \u0643\u0627\u0646 \u0633\u064A\u062A\u0645 \u062A\u0645\u0643\u064A\u0646 \u062A\u062D\u0633\u064A\u0646 \u0645\u0631\u0628\u0639 \u0627\u0644\u0625\u062F\u062E\u0627\u0644",enableInputTranslationDescription:"\u0628\u0639\u062F{trailingKey}\u060C \u0623\u062F\u062E\u0644 \u0645\u0628\u0627\u0634\u0631\u0629 {startingKey}{startingKey} hello \u0641\u064A \u0645\u0631\u0628\u0639 \u0627\u0644\u0625\u062F\u062E\u0627\u0644\u060C \u062B\u0645 \u0627\u0646\u0642\u0631 \u0633\u0631\u064A\u0639\u064B\u0627 \u0641\u0648\u0642{inputTrailingTriggerKeyRepeatTimes}\u0645\u0631\u062A\u064A\u0646 \u0644\u062A\u0631\u062C\u0645\u062A\u0647 \u0625\u0644\u0649 {inputTargetLanguage}",enableInputTranslationDescriptionForNoneKey:"{trailingKey}\u062A\u0645\u0643\u064A\u0646\u0647\u060C \u0623\u062F\u062E\u0644 \u0645\u0628\u0627\u0634\u0631\u0629\uFF1Ahelloworld \u0641\u064A \u0645\u0631\u0628\u0639 \u0627\u0644\u0625\u062F\u062E\u0627\u0644\u060C \u062B\u0645 \u0627\u0646\u0642\u0631 \u0628\u0633\u0631\u0639\u0629{inputTrailingTriggerKeyRepeatTimes}\u0644\u0644\u062A\u0631\u062C\u0645\u0629 \u0625\u0644\u0649 \u0627\u0644\u0644\u063A\u0629 \u0627\u0644\u0645\u0633\u062A\u0647\u062F\u0641\u0629 \u0627\u0644\u0627\u0641\u062A\u0631\u0627\u0636\u064A\u0629.",inputTargetLanguage:"\u0642\u0645 \u0628\u062A\u0639\u064A\u064A\u0646 \u0627\u0644\u0644\u063A\u0629 \u0627\u0644\u0647\u062F\u0641 \u0627\u0644\u0627\u0641\u062A\u0631\u0627\u0636\u064A\u0629 \u0644\u0645\u0631\u0628\u0639 \u0627\u0644\u0625\u062F\u062E\u0627\u0644",inputTargetLanguageDescription:"\u0627\u0644\u0644\u063A\u0629 \u0627\u0644\u0647\u062F\u0641 \u0627\u0644\u0627\u0641\u062A\u0631\u0627\u0636\u064A\u0629 \u0644\u062A\u0631\u062C\u0645\u0629 \u0645\u0631\u0628\u0639 \u0627\u0644\u0625\u062F\u062E\u0627\u0644\u060C \u0648\u0647\u064A {startingKey}{startingKey} \u0643\u0644\u063A\u0629 \u0627\u0641\u062A\u0631\u0627\u0636\u064A\u0629 \u0644\u0643\u0644\u0645\u0627\u062A \u0627\u0644\u062A\u0634\u063A\u064A\u0644",inputTargetLanguageDescriptionForNoneKey:"\u0627\u0644\u0644\u063A\u0629 \u0627\u0644\u0647\u062F\u0641 \u0627\u0644\u0627\u0641\u062A\u0631\u0627\u0636\u064A\u0629 \u0644\u062A\u0631\u062C\u0645\u0627\u062A \u0645\u0631\u0628\u0639 \u0627\u0644\u0625\u062F\u062E\u0627\u0644",inputStartingTriggerKeyTitle:"\u0642\u0645 \u0628\u062A\u0639\u064A\u064A\u0646 \u0627\u0644\u0623\u062D\u0631\u0641 \u0627\u0644\u0645\u0642\u0633\u0645\u0629 \u0644\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u062C\u0632\u0626\u064A\u0629 \u0644\u0645\u0631\u0628\u0639 \u0627\u0644\u0625\u062F\u062E\u0627\u0644",inputStartingTriggerKeyDescription:"\u0639\u0646\u062F\u0645\u0627 \u0644\u0627 \u062A\u062D\u062A\u0627\u062C \u0625\u0644\u0649 \u062A\u0631\u062C\u0645\u0629 \u0645\u0631\u0628\u0639 \u0627\u0644\u0625\u062F\u062E\u0627\u0644 \u0628\u0623\u0643\u0645\u0644\u0647\u060C \u064A\u062A\u064A\u062D \u0644\u0643 \u0627\u0644\u0645\u062D\u062F\u062F \u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u062C\u0632\u0621 \u0641\u0642\u0637 {startingKey}{startingKey} \u0625\u0644\u0649 \u0646\u0647\u0627\u064A\u0629 \u0645\u0631\u0628\u0639 \u0627\u0644\u0625\u062F\u062E\u0627\u0644\u060C \u0623\u0648 \u064A\u0645\u0643\u0646\u0643 \u062A\u062D\u062F\u064A\u062F \u0631\u0645\u0632 \u0627\u0644\u0644\u063A\u0629\u060C \u0639\u0644\u0649 \u0633\u0628\u064A\u0644 \u0627\u0644\u0645\u062B\u0627\u0644\u060C\uFF1A{startingKey}ja \u062A\u0639\u0646\u064A \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0641\u0642\u0637 \u0627\u0644\u062C\u0632\u0621 \u0645\u0646 {startingKey}\u062C\u0627 \u0625\u0644\u0649 \u0646\u0647\u0627\u064A\u0629 \u0645\u0631\u0628\u0639 \u0627\u0644\u0625\u062F\u062E\u0627\u0644.",inputStartingTriggerKeyDescriptionForNoneKey:"\u062A\u0645 \u0636\u0628\u0637\u0647 \u062D\u0627\u0644\u064A\u064B\u0627 \u0628\u062D\u064A\u062B \u0644\u0627 \u064A\u062A\u0637\u0644\u0628 \u0623\u064A \u0628\u0627\u062F\u0626\u0629\u060C \u0648\u0628\u0639\u0636 \u0648\u0638\u0627\u0626\u0641 \u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0646\u0635 \u0641\u064A \u0645\u0631\u0628\u0639 \u0627\u0644\u0625\u062F\u062E\u0627\u0644 \u063A\u064A\u0631 \u0645\u062A\u0627\u062D\u0629 \u0645\u0624\u0642\u062A\u064B\u0627.",inputTrailingTriggerKeyTitle:"\u062D\u062F\u062F \u062D\u0631\u0641 \u0627\u0644\u0645\u0634\u063A\u0644 \u0627\u0644\u0630\u064A \u064A\u0646\u0647\u064A \u0627\u0644\u0625\u062F\u062E\u0627\u0644",inputTrailingTriggerKeyDescription:"\u0633\u064A\u0624\u062F\u064A \u0627\u0644\u0636\u063A\u0637 \u0639\u0644\u0649{trailingKey} 3 \u0645\u0631\u0627\u062A \u0641\u064A \u062A\u062A\u0627\u0628\u0639 \u0633\u0631\u064A\u0639 \u0625\u0644\u0649 \u0628\u062F\u0621 \u0627\u0644\u062A\u0631\u062C\u0645\u0629",inputTrailingTriggerKeyTimeout:"\u0623\u062F\u062E\u0644 \u0627\u0644\u0641\u0627\u0635\u0644 \u0627\u0644\u0632\u0645\u0646\u064A \u0628\u064A\u0646 \u0627\u0644\u0645\u0634\u063A\u0644\u0627\u062A \u0644\u0625\u0646\u0647\u0627\u0621 \u0627\u0644\u062A\u062D\u0631\u064A\u0631 \u0648\u0627\u0644\u0633\u0631\u062F.",inputTrailingTriggerKeyTimeoutDescription:"\u0642\u0645 \u0628\u062A\u0639\u064A\u064A\u0646 \u0627\u0644\u0641\u0627\u0635\u0644 \u0627\u0644\u0632\u0645\u0646\u064A (\u0645\u0644\u064A \u062B\u0627\u0646\u064A\u0629) \u0644\u0644\u0625\u062F\u062E\u0627\u0644 \u0644\u0625\u0646\u0647\u0627\u0621 \u0645\u0634\u063A\u0644 \u0627\u0644\u062A\u062D\u0631\u064A\u0631 \u0648\u0627\u0644\u0633\u0631\u062F",spaceKey:"<\u0645\u0633\u0627\u0641\u0629>",noneKey:"\u0644\u0627 \u062A\u0648\u062C\u062F \u062D\u0627\u062C\u0629 \u0625\u0644\u0649 \u0628\u0627\u062F\u0626\u0629\u060C \u0642\u0645 \u0628\u062A\u0631\u062C\u0645\u0629 \u0645\u0631\u0628\u0639 \u0627\u0644\u0646\u0635 \u0628\u0627\u0644\u0643\u0627\u0645\u0644 \u0645\u0628\u0627\u0634\u0631\u0629\u064B",inputTranslationBlockUrlsTitle:"\u0644\u0627 \u062A\u0642\u0645 \u0645\u0637\u0644\u0642\u064B\u0627 \u0628\u062A\u0645\u0643\u064A\u0646 \u062A\u062D\u0633\u064A\u0646\u0627\u062A \u062D\u0642\u0644 \u0627\u0644\u0625\u062F\u062E\u0627\u0644 \u0641\u064A \u0639\u0646\u0627\u0648\u064A\u0646 URL",inputTranslationBlockUrlsDescription:"\u0641\u064A \u0639\u0646\u0627\u0648\u064A\u0646 URL \u0627\u0644\u062A\u0627\u0644\u064A\u0629\u060C \u0644\u0646 \u064A\u0635\u0628\u062D \u062A\u062D\u0633\u064A\u0646 \u0645\u0631\u0628\u0639 \u0627\u0644\u0625\u062F\u062E\u0627\u0644 \u0633\u0627\u0631\u064A \u0627\u0644\u0645\u0641\u0639\u0648\u0644",clickToSeeQuickDemo:"\u0627\u0646\u0642\u0631 \u0644\u062A\u0648\u0633\u064A\u0639 \u0641\u064A\u062F\u064A\u0648 \u0627\u0644\u062A\u0639\u0644\u064A\u0645\u0627\u062A \u0627\u0644\u0633\u0631\u064A\u0639\u0629 \u0644\u0645\u062F\u0629 30 \u062B\u0627\u0646\u064A\u0629",inputHelperInfo:"\u0645\u0644\u0627\u062D\u0638\u0629\uFF1A: \u0644\u0642\u062F \u0642\u0645\u0646\u0627 \u0628\u062A\u062D\u0633\u064A\u0646 \u0627\u0644\u0645\u0634\u0643\u0644\u0629 \u0639\u0644\u0649 \u0648\u062C\u0647 \u0627\u0644\u062A\u062D\u062F\u064A\u062F \u062D\u064A\u062B \u062A\u062A\u062D\u0648\u0644 \u0628\u0639\u0636 \u0623\u062D\u0631\u0641 \u0627\u0644\u062A\u0634\u063A\u064A\u0644 \u0625\u0644\u0649 \u0639\u0644\u0627\u0645\u0627\u062A \u062A\u0631\u0642\u064A\u0645 \u0635\u064A\u0646\u064A\u0629 \u0636\u0645\u0646 \u0637\u0631\u064A\u0642\u0629 \u0627\u0644\u0625\u062F\u062E\u0627\u0644 \u0627\u0644\u0635\u064A\u0646\u064A\u0629. \u0639\u0644\u0649 \u0633\u0628\u064A\u0644 \u0627\u0644\u0645\u062B\u0627\u0644\u060C \u0636\u0645\u0646 \u0637\u0631\u064A\u0642\u0629 \u0627\u0644\u0625\u062F\u062E\u0627\u0644 Sogou\u060C / \u0633\u0648\u0641 \u062A\u062A\u062D\u0648\u0644 \u0625\u0644\u0649 \u062A\u0648\u0642\u0641 \u0645\u0624\u0642\u062A\u060C \u0648\u062A\u062F\u0639\u0645 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u063A\u0627\u0645\u0631\u0629 \u062C\u0645\u064A\u0639 \u0627\u0644\u0631\u0645\u0648\u0632 \u0627\u0644\u0635\u064A\u0646\u064A\u0629 \u0627\u0644\u0645\u0642\u0627\u0628\u0644\u0629 \u0644\u0640 \u0633\u064A\u062A\u0645 \u0627\u0644\u062A\u0639\u0631\u0641 \u0639\u0644\u0649 \u0623\u062D\u0631\u0641 \u0627\u0644\u062A\u0634\u063A\u064A\u0644\u060C \u0623\u064A //\u060C \u0639\u0644\u0649 \u0623\u0646\u0647\u0627 \u0623\u062D\u0631\u0641 \u062A\u0634\u063A\u064A\u0644.

\u0641\u064A \u0627\u0644\u0648\u0642\u062A \u0646\u0641\u0633\u0647\u060C \u0646\u062F\u0639\u0645 \u0623\u064A\u0636\u064B\u0627 \u0627\u0644\u0623\u0633\u0645\u0627\u0621 \u0627\u0644\u0635\u064A\u0646\u064A\u0629 \u0627\u0644\u0645\u0633\u062A\u0639\u0627\u0631\u0629 \u0644\u0631\u0645\u0648\u0632 \u0627\u0644\u0644\u063A\u0629 \u0643\u0623\u0648\u0627\u0645\u0631. \u0639\u0644\u0649 \u0633\u0628\u064A\u0644 \u0627\u0644\u0645\u062B\u0627\u0644\u060C \u0633\u062A\u062A\u0645 \u062A\u0631\u062C\u0645\u0629 /Japanese Hello World \u0625\u0644\u0649 \u0627\u0644\u064A\u0627\u0628\u0627\u0646\u064A\u0629. <1> \u0627\u0646\u0642\u0631 \u0647\u0646\u0627 \u0644\u0639\u0631\u0636 \u0643\u0627\u0641\u0629 \u0631\u0645\u0648\u0632 \u0627\u0644\u0644\u063A\u0627\u062A \u0627\u0644\u0645\u062F\u0639\u0648\u0645\u0629. .",reloadCurrentPage:"\u064A\u0631\u062C\u0649 \u062A\u062D\u062F\u064A\u062B \u0627\u0644\u0635\u0641\u062D\u0629 \u0627\u0644\u062D\u0627\u0644\u064A\u0629 \u0642\u0628\u0644 \u0628\u062F\u0621 \u0627\u0644\u062A\u0631\u062C\u0645\u0629",noLocalFilePermissionForPDF:"\u0644\u064A\u0633 \u0644\u062F\u064A\u0646\u0627 \u062D\u0627\u0644\u064A\u064B\u0627 \u0625\u0630\u0646 \u0628\u0642\u0631\u0627\u0621\u0629 \u0627\u0644\u0645\u0644\u0641\u0627\u062A \u0627\u0644\u0645\u062D\u0644\u064A\u0629. \u0627\u0644\u0631\u062C\u0627\u0621 \u0627\u0644\u0646\u0642\u0631 \u0641\u0648\u0642 \u0627\u0644\u0632\u0631 \u0623\u0639\u0644\u0627\u0647 \u0648\u0627\u0633\u062A\u064A\u0631\u0627\u062F \u0627\u0644\u0645\u0644\u0641\u0627\u062A \u0627\u0644\u0645\u062D\u0644\u064A\u0629.",noPermissionForThisPage:"\u26A0\uFE0F \u0644\u0627 \u064A\u0648\u062C\u062F \u0625\u0630\u0646 \u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0635\u0641\u062D\u0629 \u0627\u0644\u062D\u0627\u0644\u064A\u0629",retryAllParagraphs:"\u0623\u0639\u062F \u0645\u062D\u0627\u0648\u0644\u0629 \u0643\u0627\u0641\u0629 \u0641\u0642\u0631\u0627\u062A \u0627\u0644\u062E\u0637\u0623",retryAllButton:"\u0623\u0639\u062F \u0645\u062D\u0627\u0648\u0644\u0629 \u0643\u0627\u0641\u0629 \u0641\u0642\u0631\u0627\u062A \u0627\u0644\u062E\u0637\u0623",errorTooltipTitle:"\u0627\u0646\u0642\u0631 \u0644\u0639\u0631\u0636 \u0633\u0628\u0628 \u0627\u0644\u062E\u0637\u0623",errorModalTitle:"\u064A\u0628\u062F\u0648 \u0623\u0646 \u0647\u0646\u0627\u0643 \u062E\u0637\u0623 \u0645\u0627 \u0641\u064A \u062E\u062F\u0645\u0629 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0623\u0648 \u0627\u0644\u0634\u0628\u0643\u0629...",disableConfirm:"\u0625\u0639\u062F\u0627\u062F\u0627\u062A \u062A\u0639\u0632\u064A\u0632 \u0627\u0644\u0645\u0639\u0644\u0648\u0645\u0627\u062A \u062B\u0646\u0627\u0626\u064A\u0629 \u0627\u0644\u0644\u063A\u0629",disableOnce:"\u0645\u0639\u0637\u0644\u0629 \u0647\u0630\u0647 \u0627\u0644\u0645\u0631\u0629",disableGlobal:"\u062A\u0639\u0637\u064A\u0644 \u062F\u0627\u0626\u0645",disableTint:"* \u064A\u0645\u0643\u0646\u0643 \u0625\u0639\u0627\u062F\u0629 \u062A\u0645\u0643\u064A\u0646\u0647 \u0641\u064A {option}.",searchEnhancementNotes:"\u0644\u0642\u062F \u0648\u062C\u062F\u0646\u0627 \u0623\u0646 \u0646\u062A\u0627\u0626\u062C \u0627\u0644\u0623\u062E\u0628\u0627\u0631 \u0644\u0644\u0643\u0644\u0645\u0627\u062A \u0627\u0644\u0631\u0626\u064A\u0633\u064A\u0629 \u0627\u0644\u0635\u064A\u0646\u064A\u0629 \u0648\u0627\u0644\u0643\u0644\u0645\u0627\u062A \u0627\u0644\u0631\u0626\u064A\u0633\u064A\u0629 \u0627\u0644\u0625\u0646\u062C\u0644\u064A\u0632\u064A\u0629 \u0645\u062E\u062A\u0644\u0641\u0629 \u062A\u0645\u0627\u0645\u064B\u0627. \u0628\u0639\u062F \u062A\u0645\u0643\u064A\u0646 \u0648\u0638\u064A\u0641\u0629 \u062A\u062D\u0633\u064A\u0646 \u0627\u0644\u0645\u0639\u0644\u0648\u0645\u0627\u062A \u062B\u0646\u0627\u0626\u064A\u0629 \u0627\u0644\u0644\u063A\u0629 \u0644\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u063A\u0627\u0645\u0631\u0629\u060C \u0633\u0646\u0628\u062D\u062B \u0641\u064A \u0645\u0648\u0627\u0642\u0639 \u0627\u0644\u0648\u064A\u0628 \u0627\u0644\u0645\u062F\u0639\u0648\u0645\u0629 (\u0623\u062E\u0628\u0627\u0631 Google\u060C \u0628\u062D\u062B Google (\u0628\u0639\u0636 \u0627\u0644\u0643\u0644\u0645\u0627\u062A \u0627\u0644\u0631\u0626\u064A\u0633\u064A\u0629)\u060C Snowball\u060C Oriental Fortune Network\u060C Futu \u060C Tiger) \u064A\u0628\u062D\u062B \u062A\u0644\u0642\u0627\u0626\u064A\u064B\u0627 \u0639\u0646 \u0646\u0641\u0633 \u0627\u0644\u0643\u0644\u0645\u0627\u062A \u0627\u0644\u0631\u0626\u064A\u0633\u064A\u0629 \u0628\u0627\u0644\u0644\u063A\u0629 \u0627\u0644\u0625\u0646\u062C\u0644\u064A\u0632\u064A\u0629 \u0648\u064A\u0639\u0631\u0636\u0647\u0627 \u0639\u0644\u0649 \u0627\u0644\u064A\u0645\u064A\u0646. \u0625\u0630\u0627 \u0644\u0645 \u062A\u0643\u0646 \u0628\u062D\u0627\u062C\u0629 \u0625\u0644\u0649 \u0647\u0630\u0647 \u0627\u0644\u0645\u064A\u0632\u0629\u060C \u0641\u064A\u0645\u0643\u0646\u0643 \u0627\u062E\u062A\u064A\u0627\u0631 \u062A\u0639\u0637\u064A\u0644\u0647\u0627.",option:"\u064A\u062B\u0628\u062A",saveSettings:"\u0627\u062D\u0641\u0638 \u0627\u0644\u062A\u063A\u064A\u064A\u0631\u0627\u062A",closeModal:"\u0623\u063A\u0644\u0642 \u0627\u0644\u0646\u0627\u0641\u0630\u0629",enableInputTranslationWithoutTriggerKeyTitle:"\u062A\u0645\u0643\u064A\u0646 \u0627\u0644\u062A\u062D\u0631\u064A\u0631 \u0648\u0627\u0644\u0633\u0631\u062F \u0627\u0644\u0633\u0631\u064A\u0639 3 \u0645\u0631\u0627\u062A{trailingKey}\u060C \u0648\u062A\u0631\u062C\u0645\u0629 \u0645\u0631\u0628\u0639 \u0627\u0644\u0625\u062F\u062E\u0627\u0644 \u0628\u0623\u0643\u0645\u0644\u0647 \u0645\u0628\u0627\u0634\u0631\u0629 \u0625\u0644\u0649{inputTargetLanguage}",enableInputTranslationWithoutTriggerKeyDescription:"\u0625\u0630\u0627 \u0643\u0646\u062A \u0628\u062D\u0627\u062C\u0629 \u0625\u0644\u0649 \u062A\u062D\u062F\u064A\u062F \u0627\u0644\u0644\u063A\u0629 \u0627\u0644\u0645\u0633\u062A\u0647\u062F\u0641\u0629\u060C \u0641\u064A\u0631\u062C\u0649 \u0625\u0636\u0627\u0641\u0629 \u0631\u0645\u0632 \u0627\u0644\u0644\u063A\u0629 \u0641\u064A \u0627\u0644\u0645\u0642\u062F\u0645\u0629\u060C \u0645\u062B\u0644\uFF1Aja Hello World",mouseHoverShortcutPlaceholder:"\u0645\u062B\u0644\uFF1A\u0627\u0644\u062A\u062D\u0648\u0644",deepLProName:"\u0639\u0636\u0648 \u0645\u062D\u062A\u0631\u0641 \u0641\u064A \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0634\u0627\u0645\u0644\u0629 (\u0645\u0633\u062A\u062D\u0633\u0646)",deepLProDescription:"\u064A\u0645\u0643\u0646 \u0627\u0633\u062A\u062E\u062F\u0627\u0645 \u0627\u0644\u062D\u0632\u0645\u0629 \u0627\u0644\u062D\u0627\u0644\u064A\u0629 \u0645\u0628\u0627\u0634\u0631\u0629",deeplProDescriptionForNormal:"\u0644\u0627 \u062A\u0648\u062C\u062F \u0625\u0639\u062F\u0627\u062F\u0627\u062A \u0645\u0637\u0644\u0648\u0628\u0629. \u064A\u0645\u0643\u0646\u0643 \u0627\u0633\u062A\u062E\u062F\u0627\u0645\u0647\u0627 \u0628\u0639\u062F \u062A\u0633\u062C\u064A\u0644 \u0627\u0644\u062F\u062E\u0648\u0644 \u0643\u0639\u0636\u0648. <1> \u0627\u0646\u0642\u0631 \u0647\u0646\u0627 \u0644\u0644\u062A\u0631\u0642\u064A\u0629 \u0625\u0644\u0649 \u0639\u0636\u0648.",deepLCustomDescription:"\u0623\u0646\u062A \u0628\u062D\u0627\u062C\u0629 \u0625\u0644\u0649 \u0628\u0637\u0627\u0642\u0629 \u0627\u0626\u062A\u0645\u0627\u0646 \u0623\u062C\u0646\u0628\u064A\u0629\u060C \u0627\u0646\u062A\u0642\u0644 \u0625\u0644\u0649 <1>DeepL \u062A\u0645 \u0641\u062A\u062D\u0647 \u0631\u0633\u0645\u064A\u064B\u0627\u060C \u0627\u0646\u0642\u0631 \u0644\u0639\u0631\u0636 \u0627\u0644\u0645\u0633\u062A\u0646\u062F\u0627\u062A <2>",deepLCustomName:"\u0645\u0641\u062A\u0627\u062D \u0627\u0644\u0645\u0635\u0627\u062F\u0642\u0629 \u0627\u0644\u0645\u062E\u0635\u0635",chooseProviderLabel:"\u0627\u062E\u062A\u0631 \u0645\u0632\u0648\u062F \u0627\u0644\u062E\u062F\u0645\u0629",openaiProName:"\u0639\u0636\u0648 \u0645\u062D\u062A\u0631\u0641 \u0641\u064A \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0634\u0627\u0645\u0644\u0629 (\u0645\u0633\u062A\u062D\u0633\u0646)",openaiProDescription:"\u064A\u0645\u0643\u0646 \u0627\u0633\u062A\u062E\u062F\u0627\u0645 \u0627\u0644\u062D\u0632\u0645\u0629 \u0627\u0644\u062D\u0627\u0644\u064A\u0629 \u0645\u0628\u0627\u0634\u0631\u0629",openaiProDescriptionForNormal:"\u0644\u0627 \u062A\u0648\u062C\u062F \u0625\u0639\u062F\u0627\u062F\u0627\u062A \u0645\u0637\u0644\u0648\u0628\u0629. \u064A\u0645\u0643\u0646\u0643 \u0627\u0633\u062A\u062E\u062F\u0627\u0645\u0647\u0627 \u0628\u0639\u062F \u062A\u0633\u062C\u064A\u0644 \u0627\u0644\u062F\u062E\u0648\u0644 \u0643\u0639\u0636\u0648. <1> \u0627\u0646\u0642\u0631 \u0647\u0646\u0627 \u0644\u0644\u062A\u0631\u0642\u064A\u0629 \u0625\u0644\u0649 \u0639\u0636\u0648.",openaiCustomDescription:"\u064A\u0645\u0643\u0646 \u0627\u0644\u062D\u0635\u0648\u0644 \u0639\u0644\u064A\u0647 \u0645\u0646 OpenAI \u0623\u0648 Azure OpenAI \u0623\u0648 \u062E\u062F\u0645\u0627\u062A \u0623\u062E\u0631\u0649 \u062A\u0627\u0628\u0639\u0629 \u0644\u062C\u0647\u0627\u062A \u062E\u0627\u0631\u062C\u064A\u0629.<1> \u0627\u0646\u0642\u0631 \u0647\u0646\u0627 \u0644\u0639\u0631\u0636 \u0627\u0644\u0645\u0633\u062A\u0646\u062F.",openaiCustomName:"\u0645\u0641\u062A\u0627\u062D \u0648\u0627\u062C\u0647\u0629 \u0628\u0631\u0645\u062C\u0629 \u0627\u0644\u062A\u0637\u0628\u064A\u0642\u0627\u062A \u0627\u0644\u0645\u062E\u0635\u0635",needLoginAction:"(\u0623\u062F\u062E\u0644 \u0627\u0644\u0639\u0636\u0648\u064A\u0629 \u0623\u0648 \u0627\u0644\u062A\u062E\u0635\u064A\u0635)",goLoginOrAction:"(\u0623\u062F\u062E\u0644 \u0627\u0644\u0639\u0636\u0648\u064A\u0629 \u0623\u0648 \u0627\u0630\u0647\u0628 \u0625\u0644\u0649 \u0627\u0644\u0625\u0639\u062F\u0627\u062F\u0627\u062A)",yearly:"\u0627\u0644\u0627\u0634\u062A\u0631\u0627\u0643 \u0627\u0644\u0633\u0646\u0648\u064A \u0627\u0644\u0645\u0633\u062A\u0645\u0631",quarterly:"\u0645\u0648\u0627\u0633\u0645 \u0645\u062A\u062A\u0627\u0644\u064A\u0629",monthly:"\u0627\u0634\u062A\u0631\u0627\u0643 \u0634\u0647\u0631\u064A \u0645\u0633\u062A\u0645\u0631",yearlyForOnce:"\u0627\u0644\u0628\u0627\u0642\u0629 \u0627\u0644\u0633\u0646\u0648\u064A\u0629 \u0644\u0645\u0631\u0629 \u0648\u0627\u062D\u062F\u0629",monthlyForOnce:"\u0628\u0627\u0642\u0629 \u0634\u0647\u0631\u064A\u0629 \u0644\u0645\u0631\u0629 \u0648\u0627\u062D\u062F\u0629",daily:"\u0623\u064A\u0627\u0645 \u0645\u062A\u062A\u0627\u0644\u064A\u0629",year:"\u0627\u0644\u0627\u0634\u062A\u0631\u0627\u0643 \u0627\u0644\u0633\u0646\u0648\u064A \u0627\u0644\u0645\u0633\u062A\u0645\u0631",quarter:"\u0645\u0648\u0627\u0633\u0645 \u0645\u062A\u062A\u0627\u0644\u064A\u0629",month:"\u0627\u0634\u062A\u0631\u0627\u0643 \u0634\u0647\u0631\u064A \u0645\u0633\u062A\u0645\u0631",day:"\u0623\u064A\u0627\u0645 \u0645\u062A\u062A\u0627\u0644\u064A\u0629",onetime_7day:"\u062D\u0632\u0645\u0629 \u062A\u062C\u0631\u064A\u0628\u064A\u0629 \u0644\u0645\u062F\u0629 7 \u0623\u064A\u0627\u0645",currentPlanDescriptionForFree:"\u0627\u0644\u062D\u0632\u0645\u0629 \u0627\u0644\u062D\u0627\u0644\u064A\u0629\uFF1A\u0645\u062C\u0627\u0646\u064A\u0629",currentPlanDescriptionForContinuous:"\u0627\u0644\u0628\u0627\u0642\u0629 \u0627\u0644\u062D\u0627\u0644\u064A\u0629\uFF1A{plan}\u062A\u062C\u062F\u064A\u062F\u0647\u0627 \u062A\u0644\u0642\u0627\u0626\u064A\u0627 \u0641\u064A {endAt}",currentPlanDescriptionForAutoRenewCaceling:"\u0627\u0644\u0628\u0627\u0642\u0629 \u0627\u0644\u062D\u0627\u0644\u064A\u0629\uFF1A{plan}\u0648\u0633\u062A\u0646\u062A\u0647\u064A \u0641\u064A {endAt} \u0648\u0644\u0646 \u064A\u062A\u0645 \u062A\u062C\u062F\u064A\u062F\u0647\u0627 \u062A\u0644\u0642\u0627\u0626\u064A\u064B\u0627 \u0628\u0639\u062F \u0627\u0646\u062A\u0647\u0627\u0621 \u0627\u0644\u0635\u0644\u0627\u062D\u064A\u0629.",currentYearlyPlanDescriptionForAutoRenewCacelingWithRealPaiedUser:"\u0633\u062A\u0646\u062A\u0647\u064A \u0635\u0644\u0627\u062D\u064A\u0629 \u0627\u0644\u062D\u0632\u0645\u0629 \u0627\u0644\u062D\u0627\u0644\u064A\u0629\uFF1A{plan}\u0641\u064A {endAt} \u0648\u0644\u0646 \u064A\u062A\u0645 \u062A\u062C\u062F\u064A\u062F\u0647\u0627 \u062A\u0644\u0642\u0627\u0626\u064A\u064B\u0627 \u0628\u0639\u062F \u0627\u0646\u062A\u0647\u0627\u0621 \u0627\u0644\u0635\u0644\u0627\u062D\u064A\u0629.
<1>\u0627\u0646\u0642\u0631 \u0647\u0646\u0627 \u0644\u0625\u062F\u0627\u0631\u0629 \u062E\u0637\u0637 \u0627\u0644\u062A\u062C\u062F\u064A\u062F",currentYearlyPlanDescriptionForAutoRenewCacelingWithAdmin:"\u0633\u062A\u0646\u062A\u0647\u064A \u0635\u0644\u0627\u062D\u064A\u0629 \u0627\u0644\u062D\u0632\u0645\u0629 \u0627\u0644\u062D\u0627\u0644\u064A\u0629\uFF1A{plan}\u0641\u064A {endAt} \u0648\u0644\u0646 \u064A\u062A\u0645 \u062A\u062C\u062F\u064A\u062F\u0647\u0627 \u062A\u0644\u0642\u0627\u0626\u064A\u064B\u0627 \u0628\u0639\u062F \u0627\u0646\u062A\u0647\u0627\u0621 \u0627\u0644\u0635\u0644\u0627\u062D\u064A\u0629.
<1>\u0627\u0636\u063A\u0637 \u0647\u0646\u0627 \u0644\u062A\u0641\u0639\u064A\u0644 \u0627\u0644\u0627\u0634\u062A\u0631\u0627\u0643 \u0627\u0644\u0633\u0646\u0648\u064A \u0627\u0644\u0645\u0633\u062A\u0645\u0631",currentPlanDescriptionForOneTime:"\u0627\u0644\u062D\u0632\u0645\u0629 \u0627\u0644\u062D\u0627\u0644\u064A\u0629\uFF1A{plan}\u0648\u0633\u062A\u0646\u062A\u0647\u064A \u0641\u064A {endAt} <1> \u0627\u0646\u0642\u0631 \u0647\u0646\u0627 \u0644\u0644\u062A\u0631\u0642\u064A\u0629 \u0625\u0644\u0649 \u0627\u0644\u0631\u0633\u0648\u0645 \u0627\u0644\u0633\u0646\u0648\u064A\u0629 \u0623\u0648 <2> \u0631\u0633\u0648\u0645 \u0634\u0647\u0631\u064A\u0629 \u0639\u0636\u0648",upgradePlan:"\u0627\u0646\u0642\u0631 \u0647\u0646\u0627 \u0644\u0644\u062A\u0631\u0642\u064A\u0629 \u0625\u0644\u0649 \u0639\u0636\u0648\u064A\u0629 Pro",upgradeToPro:"\u0627\u0644\u062A\u0631\u0642\u064A\u0629 \u0625\u0644\u0649 \u0639\u0636\u0648\u064A\u0629 \u0628\u0631\u0648","popup.openPro":"\u0628\u0639\u062F \u0627\u0644\u062A\u0631\u0642\u064A\u0629 \u0625\u0644\u0649 \u0639\u0636\u0648\u064A\u0629 Pro\u060C \u064A\u0645\u0643\u0646\u0643 \u0627\u0644\u0627\u0633\u062A\u0645\u062A\u0627\u0639 \u0628\u062A\u0631\u062C\u0645\u0629 DeepL \u0648OpenAI\u060C \u0627\u0646\u0642\u0631 \u0647\u0646\u0627 \u0644\u0644\u062A\u0631\u0642\u064A\u0629","popup.openProForPro":"\u0623\u0646\u062A \u0639\u0636\u0648 \u0645\u062D\u062A\u0631\u0641 \u0648\u064A\u0645\u0643\u0646\u0643 \u0627\u0633\u062A\u062E\u062F\u0627\u0645 \u062A\u0631\u062C\u0645\u0629 DeepL \u0648OpenAI \u0645\u0628\u0627\u0634\u0631\u0629",currentAccount:"\u0627\u0644\u062D\u0633\u0627\u0628 \u0627\u0644\u062D\u0627\u0644\u064A",enableAutoSyncUserSettings:"\u062A\u0645\u0643\u064A\u0646 \u0627\u0644\u0645\u0632\u0627\u0645\u0646\u0629 \u0627\u0644\u0633\u062D\u0627\u0628\u064A\u0629 \u0627\u0644\u062A\u0644\u0642\u0627\u0626\u064A\u0629 \u0639\u0628\u0631 \u0623\u062C\u0647\u0632\u0629 \u0645\u062A\u0639\u062F\u062F\u0629",modalEnableInputTranslationTitle:"\u0646\u0635\u0627\u0626\u062D \u062A\u0631\u062C\u0645\u0629 \u0645\u0631\u0628\u0639 \u0625\u062F\u062E\u0627\u0644 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u063A\u0627\u0645\u0631\u0629",modalEnableInputTranslationDesc:"\u0644\u0642\u062F \u0642\u0645\u062A \u0644\u0644\u062A\u0648 \u0628\u062A\u0634\u063A\u064A\u0644 \u062A\u0631\u062C\u0645\u0629 \u0645\u0631\u0628\u0639 \u0627\u0644\u0625\u062F\u062E\u0627\u0644 \u0644\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0634\u0627\u0645\u0644\u0629 \u0639\u0646 \u0637\u0631\u064A\u0642 \u0627\u0644\u0636\u063A\u0637 \u0639\u0644\u0649 \u0634\u0631\u064A\u0637 \u0627\u0644\u0645\u0633\u0627\u0641\u0629 \u062B\u0644\u0627\u062B \u0645\u0631\u0627\u062A \u0641\u064A \u062A\u062A\u0627\u0628\u0639 \u0633\u0631\u064A\u0639\u060C \u0648\u0633\u064A\u062A\u0645 \u062A\u0631\u062C\u0645\u0629 \u0645\u062D\u062A\u0648\u0649 \u0645\u0631\u0628\u0639 \u0627\u0644\u0625\u062F\u062E\u0627\u0644 \u0625\u0644\u0649 \u0627\u0644\u0644\u063A\u0629 \u0627\u0644\u0647\u062F\u0641 \u0627\u0644\u0627\u0641\u062A\u0631\u0627\u0636\u064A\u0629. \u064A\u0645\u0643\u0646 \u0627\u0644\u062A\u0631\u0627\u062C\u0639 \u0639\u0646 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0639\u0628\u0631 Ctrl+Z.

\u0625\u0630\u0627 \u0643\u0627\u0646 \u0647\u0630\u0627 \u062E\u0637\u0623\u060C \u0641\u0644\u0627 \u062A\u0642\u0644\u0642\u060C \u064A\u0645\u0643\u0646\u0643 \u0627\u062E\u062A\u064A\u0627\u0631 \u062A\u0639\u0637\u064A\u0644\u0647 \u0647\u0630\u0647 \u0627\u0644\u0645\u0631\u0629\u060C \u0623\u0648 \u062A\u0639\u0637\u064A\u0644 \u062A\u0631\u062C\u0645\u0629 \u0645\u0631\u0628\u0639 \u0627\u0644\u0625\u062F\u062E\u0627\u0644 \u0628\u0634\u0643\u0644 \u062F\u0627\u0626\u0645.",saveAndNotShowAgain:"\u0627\u062D\u0641\u0638 \u0648\u0644\u0627 \u062A\u0637\u0627\u0644\u0628 \u0645\u0631\u0629 \u0623\u062E\u0631\u0649",disableInputTranslationTips:"* \u064A\u0645\u0643\u0646\u0643 \u0623\u064A\u0636\u064B\u0627 \u0636\u0628\u0637 \u0645\u0641\u0627\u062A\u064A\u062D \u0627\u0644\u0627\u062E\u062A\u0635\u0627\u0631 \u0627\u0644\u0623\u062E\u0631\u0649 \u0644\u062A\u0634\u063A\u064A\u0644\u0647\u0627 \u0641\u064A {option} \u060C{learnMore}.",learnMore:"\u0627\u0646\u0642\u0631 \u0647\u0646\u0627 \u0644\u0645\u0639\u0631\u0641\u0629 \u0627\u0644\u0645\u0632\u064A\u062F",continueEnalbeInputTranslation:"\u0627\u0633\u062A\u0645\u0631 \u0641\u064A \u062A\u0645\u0643\u064A\u0646 \u062A\u0631\u062C\u0645\u0629 \u0645\u0631\u0628\u0639 \u0627\u0644\u0625\u062F\u062E\u0627\u0644",autoRenewTrialSuffix:'(\u0623\u062B\u0646\u0627\u0621 \u0627\u0644\u0641\u062A\u0631\u0629 \u0627\u0644\u062A\u062C\u0631\u064A\u0628\u064A\u0629\u060C \u0633\u064A\u062A\u0645 \u062A\u0631\u0642\u064A\u0629\u0639\u0644\u0649 \u0627\u0644\u0641\u0648\u0631 \u0625\u0644\u0649\u0631\u0633\u0645\u064A1 )',upgradeFromTrialTitle:"\u0627\u0644\u062A\u0631\u0642\u064A\u0629 \u0625\u0644\u0649 \u0639\u0636\u0648 \u0631\u0633\u0645\u064A",subtitle:"\u062A\u0631\u062C\u0645\u0627\u062A \u0627\u0644\u0641\u064A\u062F\u064A\u0648",youtubeService:"\u062E\u062F\u0645\u0629 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u063A\u0627\u0645\u0631\u0629 \u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0641\u064A\u062F\u064A\u0648","subtitle.disabledSubtitle":"\u062A\u0639\u0637\u064A\u0644 \u062A\u0631\u062C\u0645\u0627\u062A \u0627\u0644\u0641\u064A\u062F\u064A\u0648 \u0628\u0634\u0643\u0644 \u062F\u0627\u0626\u0645","subtitle.disabledSubtitleDescription":"\u0625\u0630\u0627 \u0643\u0627\u0646\u062A \u062A\u0631\u062C\u0645\u0627\u062A \u0627\u0644\u0641\u064A\u062F\u064A\u0648 \u0627\u0644\u062E\u0627\u0635\u0629 \u0628\u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0634\u0627\u0645\u0644\u0629 \u062A\u062A\u0639\u0627\u0631\u0636 \u0645\u0639 \u0645\u0644\u062D\u0642\u0627\u062A \u0623\u062E\u0631\u0649\u060C \u0641\u064A\u0645\u0643\u0646\u0643 \u0627\u062E\u062A\u064A\u0627\u0631 \u062A\u0639\u0637\u064A\u0644 \u0648\u0638\u064A\u0641\u0629 \u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0641\u064A\u062F\u064A\u0648 \u0627\u0644\u062E\u0627\u0635\u0629 \u0628\u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0634\u0627\u0645\u0644\u0629 \u0628\u0634\u0643\u0644 \u062F\u0627\u0626\u0645 \u0623\u0648 \u0625\u0644\u063A\u0627\u0621 \u062A\u062B\u0628\u064A\u062A \u0627\u0644\u0645\u0644\u062D\u0642\u0627\u062A \u0627\u0644\u0645\u062A\u0639\u0627\u0631\u0636\u0629 \u0627\u0644\u0623\u062E\u0631\u0649.","subtitle.autoEnableSubtitle":"\u0627\u0633\u062A\u062E\u062F\u0645 \u0627\u0644\u062A\u0631\u062C\u0645\u0627\u062A \u062B\u0646\u0627\u0626\u064A\u0629 \u0627\u0644\u0644\u063A\u0629 \u062A\u0644\u0642\u0627\u0626\u064A\u064B\u0627","subtitle.autoEnableSubtitleDescription":"\u0628\u0639\u062F \u0627\u0644\u062A\u0641\u0639\u064A\u0644\u060C \u0639\u0646\u062F \u062A\u0634\u063A\u064A\u0644 \u0627\u0644\u0641\u064A\u062F\u064A\u0648\u060C \u0633\u064A\u062A\u0645 \u0639\u0631\u0636 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u062B\u0646\u0627\u0626\u064A\u0629 \u062A\u0644\u0642\u0627\u0626\u064A\u064B\u0627\u060C \u0648\u0625\u0644\u0627 \u0633\u064A\u062A\u0639\u064A\u0646 \u0627\u0644\u0646\u0642\u0631 \u0639\u0644\u0649 \u0632\u0631 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0644\u0644\u0639\u0631\u0636.","subtitle.preTranslation":"\u0627\u0633\u062A\u062E\u062F\u0645 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0634\u0627\u0645\u0644\u0629 \u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u062A\u0631\u062C\u0645\u0627\u062A","subtitle.preTranslationDescription":"\u0628\u0639\u062F \u062A\u0641\u0639\u064A\u0644\u0647\u0627\u060C \u0633\u062A\u0639\u0637\u0649 \u0627\u0644\u0623\u0648\u0644\u0648\u064A\u0629 \u0644\u0627\u0633\u062A\u062E\u062F\u0627\u0645 \u062E\u062F\u0645\u0629 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0645\u062D\u062F\u062F\u0629 \u0623\u062F\u0646\u0627\u0647 \u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0628\u0627\u0644\u0643\u0627\u0645\u0644 \u0645\u0642\u062F\u0645\u064B\u0627. \u064A\u0633\u062A\u0647\u0644\u0643 \u0645\u0642\u0637\u0639 \u0641\u064A\u062F\u064A\u0648 \u0645\u062F\u062A\u0647 \u0633\u0627\u0639\u0629 \u0648\u0627\u062D\u062F\u0629 \u0645\u0627 \u064A\u0642\u0631\u0628 \u0645\u0646 50000 \u0631\u0645\u0632\u064B\u0627 \u0623\u0648 \u062D\u0631\u0641\u064B\u0627\u060C \u0644\u0630\u0627 \u064A\u0631\u062C\u0649 \u0627\u0633\u062A\u062E\u062F\u0627\u0645\u0647\u0627 \u0628\u0627\u0644\u0634\u0643\u0644 \u0627\u0644\u0645\u0646\u0627\u0633\u0628\u061B \u0628\u0639\u062F \u0627\u0644\u062A\u0639\u0637\u064A\u0644\u060C \u0633\u062A\u0639\u0637\u0649 \u0627\u0644\u0623\u0648\u0644\u0648\u064A\u0629 \u0644\u0627\u0633\u062A\u062E\u062F\u0627\u0645 \u0627\u0644\u062A\u0631\u062C\u0645\u0627\u062A \u0627\u0644\u0645\u062A\u0631\u062C\u0645\u0629 \u0622\u0644\u064A\u064B\u0627 \u0648\u0627\u0644\u062A\u064A \u062A\u0623\u062A\u064A \u0645\u0639 \u0627\u0644\u0641\u064A\u062F\u064A\u0648 \u0627\u0644\u0623\u0635\u0644\u064A.","subtitle.humanSubtitlesPreferred":"\u0625\u0639\u0637\u0627\u0621 \u0627\u0644\u0623\u0648\u0644\u0648\u064A\u0629 \u0644\u0627\u0633\u062A\u062E\u062F\u0627\u0645 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0628\u0634\u0631\u064A\u0629","subtitle.humanSubtitlesPreferredDescription":"\u0639\u0646\u062F\u0645\u0627 \u064A\u062D\u062A\u0648\u064A \u0645\u0642\u0637\u0639 \u0641\u064A\u062F\u064A\u0648 \u0639\u0644\u0649 \u062A\u0631\u062C\u0645\u0627\u062A \u064A\u062F\u0648\u064A\u0629 \u0628\u0627\u0644\u0644\u063A\u0629 \u0627\u0644\u0647\u062F\u0641\u060C \u0627\u0633\u062A\u062E\u062F\u0645 \u0627\u0644\u062A\u0631\u062C\u0645\u0627\u062A \u0627\u0644\u064A\u062F\u0648\u064A\u0629 \u0623\u0648\u0644\u0627\u064B (\u0645\u0648\u0635\u0649 \u0628\u0647)",videoSubtitleTranslationDescription:"\u062A\u062E\u0635\u064A\u0635 \u062E\u062F\u0645\u0629 \u062A\u0631\u062C\u0645\u0629 \u0645\u0646\u0641\u0635\u0644\u0629 \u0644\u062A\u0631\u062C\u0645\u0627\u062A \u0627\u0644\u0641\u064A\u062F\u064A\u0648",subtitleTranslating:"\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u062A\u0631\u062C\u0645\u0627\u062A \u0628\u0627\u0633\u062A\u062E\u062F\u0627\u0645 {service} \u062E\u062F\u0645\u0629\u060C \u064A\u0631\u062C\u0649 \u0627\u0644\u0627\u0646\u062A\u0638\u0627\u0631... (\u062A\u0631\u062C\u0645\u0629 \u063A\u0627\u0645\u0631\u0629)",subtitleLoading:"\u062C\u0627\u0631\u064D \u062A\u062D\u0645\u064A\u0644 \u0627\u0644\u062A\u0631\u062C\u0645\u0629...",bilingual:"\u062B\u0646\u0627\u0626\u064A \u0627\u0644\u0644\u063A\u0629","field.action":"\u0645\u0627 \u0625\u0630\u0627 \u0643\u0627\u0646 \u0633\u064A\u062A\u0645 \u062A\u0645\u0643\u064A\u0646 \u0645\u0635\u0637\u0644\u062D\u0627\u062A \u0628\u0627\u064A\u062F\u0648","description.action":"\u0628\u0639\u062F \u0627\u0644\u062A\u0645\u0643\u064A\u0646\u060C \u0633\u062A\u062A\u0645 \u0625\u0636\u0627\u0641\u0629 \u0627\u0644\u0625\u062C\u0631\u0627\u0621 \u0627\u0644\u0645\u0639\u0644\u0645\u0629 = 1 \u0625\u0644\u0649 \u0637\u0644\u0628 \u0625\u0628\u0644\u0627\u063A Baidu \u0644\u062A\u0645\u0643\u064A\u0646 \u0627\u0644\u0645\u0635\u0637\u0644\u062D.<1> \u064A\u0631\u062C\u0649 \u0627\u0644\u0631\u062C\u0648\u0639 \u0625\u0644\u0649 \u0627\u0644\u0648\u062B\u0627\u0626\u0642 \u0627\u0644\u0631\u0633\u0645\u064A\u0629 \u0644\u0645\u0632\u064A\u062F \u0645\u0646 \u0627\u0644\u062A\u0639\u0644\u064A\u0645\u0627\u062A.",closeQuickTranslation:"\u0623\u063A\u0644\u0642 \u0627\u0644\u0643\u0631\u0629 \u0627\u0644\u0639\u0627\u0626\u0645\u0629","closeQuickTranslation.untilNext":"\u0645\u063A\u0644\u0642 \u062D\u062A\u0649 \u0627\u0644\u0632\u064A\u0627\u0631\u0629 \u0627\u0644\u0642\u0627\u062F\u0645\u0629","closeQuickTranslation.currentWebsite":"\u0627\u0644\u0645\u0648\u0642\u0639 \u0627\u0644\u062D\u0627\u0644\u064A \u0645\u0639\u0637\u0644","closeQuickTranslation.alwaysClose":"\u062A\u0639\u0637\u064A\u0644 \u062F\u0627\u0626\u0645","closeQuickTranslation.settingOpen":"(\u064A\u0645\u0643\u0646 \u0627\u0644\u0639\u062B\u0648\u0631 \u0639\u0644\u064A\u0647 \u0641\u064A \u0635\u0641\u062D\u0629 \u0627\u0644\u0625\u0639\u062F\u0627\u062F <1> \u0634\u063A\u0644\u0647)","closeQuickTranslation.cancel":"\u064A\u0644\u063A\u064A","closeQuickTranslation.confirm":"\u0628\u0627\u0644\u062A\u0623\u0643\u064A\u062F","floatBall.popup":"\u0627\u0641\u062A\u062D \u0644\u0648\u062D\u0629 \u0627\u0644\u0625\u0639\u062F\u0627\u062F\u0627\u062A \u0627\u0644\u0633\u0631\u064A\u0639\u0629","floatBall.translate":"\u0627\u0646\u0642\u0631 \u0644\u062A\u0631\u062C\u0645\u0629 \u0647\u0630\u0647 \u0627\u0644\u0635\u0641\u062D\u0629","floatBall.showOriginal":"\u0627\u0646\u0642\u0631 \u0644\u0644\u062A\u0628\u062F\u064A\u0644 \u0645\u0631\u0629 \u0623\u062E\u0631\u0649 \u0625\u0644\u0649 \u0627\u0644\u0646\u0635 \u0627\u0644\u0623\u0635\u0644\u064A","floatBall.close":"\u0623\u063A\u0644\u0642 \u0627\u0644\u0643\u0631\u0629 \u0627\u0644\u0639\u0627\u0626\u0645\u0629","floatBallOptions.enableDescPc":"\u0628\u0639\u062F \u062A\u0641\u0639\u064A\u0644 \u0627\u0644\u0643\u0631\u0629 \u0627\u0644\u0639\u0627\u0626\u0645\u0629 \u0644\u0644\u0635\u0641\u062D\u0629\u060C \u0633\u064A\u062A\u0645 \u0639\u0631\u0636 \u0632\u0631 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0633\u0631\u064A\u0639\u0629 \u0639\u0644\u0649 \u0627\u0644\u062C\u0627\u0646\u0628 \u0627\u0644\u0623\u064A\u0645\u0646 \u0645\u0646 \u0627\u0644\u0635\u0641\u062D\u0629\u060C \u0627\u0646\u0642\u0631 \u0644\u0644\u062A\u0631\u062C\u0645\u0629.","floatBallOptions.enableDesc":"\u0628\u0639\u062F \u0625\u063A\u0644\u0627\u0642 \u0627\u0644\u0643\u0631\u0629 \u0627\u0644\u0639\u0627\u0626\u0645\u0629\u060C \u064A\u0645\u0643\u0646 \u0625\u064A\u0642\u0627\u0638\u0647\u0627 \u0628\u0640{touch}. \u0644\u0645\u0646\u0639 \u0627\u0644\u0639\u062B\u0648\u0631 \u0639\u0644\u0649 \u0627\u0644\u0643\u0631\u0629 \u0627\u0644\u0639\u0627\u0626\u0645\u0629 \u0628\u0639\u062F \u0625\u064A\u0642\u0627\u0641 \u062A\u0634\u063A\u064A\u0644 \u0647\u0630\u0627 \u0627\u0644\u062E\u064A\u0627\u0631 \u0639\u0646 \u0637\u0631\u064A\u0642 \u0627\u0644\u062E\u0637\u0623\u060C \u064A\u0648\u0635\u0649 \u0628\u0634\u062F\u0629 \u0628\u0648\u0636\u0639 \u0625\u0634\u0627\u0631\u0629 \u0645\u0631\u062C\u0639\u064A\u0629 \u0639\u0644\u0649 \u0635\u0641\u062D\u0629 \u0627\u0644\u0625\u0639\u062F\u0627\u062F\u0627\u062A \u0647\u0630\u0647.","description.azureApiUrl":"\u0627\u0645\u0644\u0623 \u0639\u0646\u0648\u0627\u0646 \u0648\u0627\u062C\u0647\u0629 API \u0627\u0644\u0645\u062E\u0635\u0635\u0629",confirmSupportMouse:"\u0641\u0631\u0636 \u062F\u0639\u0645 \u0627\u0644\u0645\u0627\u0648\u0633 \u0644\u064A\u062A\u0645 \u062A\u0645\u0643\u064A\u0646\u0647",confirmSupportMouseDescription:"\u062A\u0645 \u0627\u0643\u062A\u0634\u0627\u0641 \u0623\u0646 \u0627\u0644\u0645\u062A\u0635\u0641\u062D \u0627\u0644\u062D\u0627\u0644\u064A \u0644\u0627 \u064A\u062F\u0639\u0645 \u0648\u0638\u064A\u0641\u0629 \u0627\u0644\u0645\u0627\u0648\u0633. \u0647\u0644 \u062A\u0631\u064A\u062F \u0641\u0631\u0636 \u062A\u0645\u0643\u064A\u0646 \u062F\u0639\u0645 \u0627\u0644\u0645\u0627\u0648\u0633\u061F",sampleTargetText:"\u0627\u0644\u0644\u064A\u0644 \u0627\u0644\u0637\u0648\u064A\u0644 \u0642\u0627\u062F\u0645\u060C \u0648\u0633\u0623\u0638\u0644 \u0633\u0627\u0647\u0631\u064B\u0627 \u0645\u0646 \u0627\u0644\u0622\u0646 \u0641\u0635\u0627\u0639\u062F\u064B\u0627 \u062D\u062A\u0649 \u0623\u0645\u0648\u062A. \u0644\u0646 \u0623\u062A\u062E\u0630 \u0632\u0648\u062C\u0629\u060C \u0648\u0644\u0627 \u0625\u0642\u0637\u0627\u0639\u064A\u0629\u060C \u0648\u0644\u0627 \u0623\u0637\u0641\u0627\u0644\u0627\u064B. \u0644\u0646 \u0623\u0631\u062A\u062F\u064A \u0627\u0644\u062A\u0627\u062C \u0623\u0648 \u0623\u062A\u0646\u0627\u0641\u0633 \u0639\u0644\u0649 \u0627\u0644\u0623\u0648\u0633\u0645\u0629. \u0633\u0623\u0642\u0648\u0645 \u0628\u0648\u0627\u062C\u0628\u064A \u0628\u0625\u062E\u0644\u0627\u0635\u060C \u0648\u0623\u0639\u064A\u0634 \u0648\u0623\u0645\u0648\u062A.",sampleSourceText:"Night gathers, and now my watch begins. It shall not end until my death. I shall take no wife, hold no lands, father no children. I shall wear no crowns and win no glory. I shall live and die at my post.","subtitle.supportedSites":"\u5DF2\u652F\u6301\u5728\u8FD9\u4E9B\u7F51\u7AD9\u4F7F\u7528\u53CC\u8BED\u5B57\u5E55\uFF08\u6CE8\u610F\uFF1A\u7531\u4E8E\u6280\u672F\u9650\u5236\uFF0C\u90E8\u5206\u7F51\u7AD9\u5728\u9996\u6B21\u5F00\u542F\u5B57\u5E55\u540E\u9700\u8981\u91CD\u65B0\u5237\u65B0\u9875\u9762\uFF0C\u6216\u8005\u9700\u7B49\u5F85\u7FFB\u8BD1\u5B8C\u6210\u4EE5\u663E\u793A\u53CC\u8BED\u5B57\u5E55\uFF09\uFF1A",viewWithImmersiveTranslate:"\u53CC\u8BED\u7248\u672C(\u6C89\u6D78\u5F0F\u7FFB\u8BD1)",errorReason:"\u9519\u8BEF\u539F\u56E0\uFF1A{message}","proQuotaExceededError.onetime7day":'\uFF0C\u60A8\u53EF\u4EE5\u9009\u62E9\u4EE5\u4E0B\u65B9\u5F0F\u89E3\u51B3\uFF1A

1. \u5207\u6362\u5230 {anotherService} \u6216\u5176\u4ED6\u7FFB\u8BD1\u670D\u52A1
2. \u5347\u7EA7\u4E3A\u6708\u5EA6/\u5E74\u5EA6\u4F1A\u5458',"proQuotaExceededError.trial":'\uFF0C\u60A8\u53EF\u4EE5\u9009\u62E9\u4EE5\u4E0B\u65B9\u5F0F\u89E3\u51B3\uFF1A

1. \u5207\u6362\u5230 {anotherService} \u6216\u5176\u4ED6\u7FFB\u8BD1\u670D\u52A1
2. \u7ACB\u523B\u5347\u7EA7\u4E3A\u6B63\u5F0F\u4F1A\u5458',"proQuotaExceededError.nonTrial":'\uFF0C\u60A8\u53EF\u4EE5\u9009\u62E9\u4EE5\u4E0B\u65B9\u5F0F\u89E3\u51B3\uFF1A

1. \u5207\u6362\u5230 {anotherService} \u6216\u5176\u4ED6\u7FFB\u8BD1\u670D\u52A1
2. \u8D2D\u4E70 {translationService} \u989D\u5916\u6D41\u91CF\u5305',"proQuotaExceededError.resetTime":"
3. \u989D\u5EA6\u91CD\u7F6E\u65F6\u95F4\uFF1A{resetTime}","desc.touchShortcutsToggleTranslatePageOnlyTranslation":'\u062A\u0634\u064A\u0631 "\u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0641\u0642\u0637" \u0625\u0644\u0649 \u0639\u0631\u0636 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0641\u0642\u0637\u060C \u0625\u0630\u0627 \u0644\u0645 \u064A\u062A\u0645 \u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0635\u0641\u062D\u0629 \u0627\u0644\u0625\u0644\u0643\u062A\u0631\u0648\u0646\u064A\u0629 \u0628\u0639\u062F\u060C \u0633\u064A\u062A\u0645 \u062A\u063A\u064A\u064A\u0631 \u0627\u0644\u0648\u0636\u0639 \u0648\u062A\u0631\u062C\u0645\u062A\u0647\u0627.',"desc.toggleOnlyTransation":"\u062A\u0634\u064A\u0631 \u0648\u0636\u0639\u064A\u0629 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0641\u0642\u0637 \u0625\u0644\u0649 \u0639\u0631\u0636 \u0627\u0644\u0646\u0635 \u0627\u0644\u0645\u062A\u0631\u062C\u0645 \u0641\u0642\u0637\u060C \u0625\u0630\u0627 \u0644\u0645 \u064A\u062A\u0645 \u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0635\u0641\u062D\u0629 \u0627\u0644\u0625\u0644\u0643\u062A\u0631\u0648\u0646\u064A\u0629 \u0628\u0639\u062F\u060C \u0633\u064A\u062A\u0645 \u062A\u063A\u064A\u064A\u0631 \u0627\u0644\u0648\u0636\u0639 \u0648\u062A\u0631\u062C\u0645\u062A\u0647\u0627.",touchShortcutsToggleTranslatePageOnlyTranslation:"\u062A\u0639\u064A\u064A\u0646 \u0627\u0644\u0625\u064A\u0645\u0627\u0621\u0627\u062A \u0639\u0644\u0649 \u0627\u0644\u0634\u0627\u0634\u0629 \u0644\u0644\u062A\u0628\u062F\u064A\u0644 \u0628\u064A\u0646 \u0627\u0644\u0648\u0636\u0639 \u0627\u0644\u0645\u0632\u062F\u0648\u062C / \u0627\u0644\u0648\u0636\u0639 \u0627\u0644\u0646\u0635\u064A \u0641\u0642\u0637",download_started:"\u0628\u062F\u0623 \u0627\u0644\u062A\u0646\u0632\u064A\u0644 \u0628\u0627\u0644\u0641\u0639\u0644\u060C \u0625\u0630\u0627 \u0644\u0645 \u064A\u062A\u0645 \u0627\u0644\u062A\u0646\u0632\u064A\u0644 \u062A\u0644\u0642\u0627\u0626\u064A\u064B\u0627\u060C \u064A\u0631\u062C\u0649 \u0627\u0644\u0646\u0642\u0631 \u064A\u062F\u0648\u064A\u064B\u0627",here:"\u0647\u0646\u0627","desc.toggleVideoSubtitlePreTranslation":"\u0628\u0639\u062F \u0627\u0644\u0636\u063A\u0637\u060C \u0633\u062A\u0633\u062A\u062E\u062F\u0645 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u063A\u0627\u0645\u0631\u0629 \u0644\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u062B\u0646\u0627\u0626\u064A\u0629 \u0644\u0644\u0641\u064A\u062F\u064A\u0648 \u0628\u0634\u0643\u0644 \u0623\u0648\u0644\u0648\u064A\u060C \u0648\u0628\u0627\u0644\u0636\u063A\u0637 \u0645\u0631\u0629 \u0623\u062E\u0631\u0649\u060C \u0633\u062A\u0633\u062A\u062E\u062F\u0645 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0622\u0644\u064A\u0629 \u0627\u0644\u0645\u0631\u0641\u0642\u0629 \u0628\u0627\u0644\u0641\u064A\u062F\u064A\u0648 \u0627\u0644\u0623\u0635\u0644\u064A \u0628\u0634\u0643\u0644 \u0623\u0648\u0644\u0648\u064A. \u064A\u0631\u062C\u0649 \u0645\u0644\u0627\u062D\u0638\u0629: \u0647\u0630\u0627 \u0627\u0644\u0627\u062E\u062A\u0635\u0627\u0631 \u064A\u0639\u062F\u0644 \u0627\u0644\u0625\u0639\u062F\u0627\u062F\u0627\u062A \u0627\u0644\u0639\u0627\u0645\u0629.",videoSubtitlePreTranslationOn:"\u0633\u064A\u062A\u0645 \u0627\u0633\u062A\u062E\u062F\u0627\u0645 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u063A\u0627\u0645\u0631\u0629 \u0628\u0634\u0643\u0644 \u0623\u0648\u0644\u0648\u064A \u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u062A\u0631\u062C\u0645\u0627\u062A \u0627\u0644\u0645\u0631\u0626\u064A\u0629",videoSubtitlePreTranslationOff:"\u0633\u064A\u062A\u0645 \u0627\u0633\u062A\u062E\u062F\u0627\u0645 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0622\u0644\u064A\u0629 \u0644\u0644\u062A\u0631\u062C\u0645\u0629 \u0641\u064A \u0627\u0644\u0641\u064A\u062F\u064A\u0648 \u0628\u0634\u0643\u0644 \u0623\u0648\u0644\u0648\u064A",translationFont:"\u062A\u0639\u064A\u064A\u0646 \u0627\u0644\u062E\u0637","translationFont.custom":"\u0623\u062F\u062E\u0644 \u0627\u0644\u062E\u0637 \u0627\u0644\u0645\u062E\u0635\u0635","translationFont.customPlaceholder":"\u062E\u0637 \u0627\u0644\u0643\u062A\u0627\u0628\u0629","translationFont.notSupportErrorMessage":"\u064A\u0631\u062C\u0649 \u0627\u0644\u062A\u062D\u0642\u0642 \u0645\u0646 \u0635\u062D\u0629 \u0627\u0633\u0645 \u0627\u0644\u062E\u0637 \u0627\u0644\u0630\u064A \u0623\u062F\u062E\u0644\u062A\u0647 \u060C \u0623\u0648 \u0627\u0644\u062A\u0623\u0643\u062F \u0645\u0646 \u0623\u0646 \u0627\u0644\u062E\u0637 \u0642\u062F \u062A\u0645 \u062A\u062B\u0628\u064A\u062A\u0647 \u0628\u0627\u0644\u0641\u0639\u0644 \u0639\u0644\u0649 \u062C\u0647\u0627\u0632\u0643.","touch.mouse-translate":"\u062A\u0631\u062C\u0645 \u0627\u0644\u0641\u0642\u0631\u0629 \u0627\u0644\u0645\u062D\u062F\u062F\u0629","translationServices.inherit":"\u0627\u062A\u0628\u0639 \u0627\u0644\u062E\u062F\u0645\u0629 \u0627\u0644\u0631\u0626\u064A\u0633\u064A\u0629 \u0644\u0644\u062A\u0631\u062C\u0645\u0629","error.serveConfigError":"\u062E\u0637\u0623 \u0641\u064A \u062A\u0643\u0648\u064A\u0646 \u0627\u0644\u062E\u062F\u0645\u0629","error.reloadPageOfSetting":"\u0628\u0639\u062F \u0627\u0644\u062A\u0643\u0648\u064A\u0646\u060C \u064A\u0631\u062C\u0649 \u062A\u062D\u062F\u064A\u062B \u0627\u0644\u0635\u0641\u062D\u0629 \u0648\u062A\u0631\u062C\u0645\u062A\u0647\u0627 \u0645\u0631\u0629 \u0623\u062E\u0631\u0649.","error.googleLimitIp":"\u062A\u0645 \u0625\u0631\u062C\u0627\u0639 \u062E\u0637\u0623 \u0645\u0646 \u0627\u0644\u062E\u062F\u0645\u0629 \u060C \u062E\u062F\u0645\u0629 Google \u0642\u062F \u0642\u0627\u0645\u062A \u0628\u062A\u0642\u064A\u064A\u062F \u0627\u0644\u0646\u0637\u0627\u0642 \u0627\u0644\u062E\u0627\u0635 \u0628\u0639\u0646\u0648\u0627\u0646 IP \u0647\u0630\u0627 \u060C \u0646\u0646\u0635\u062D\u0643 \u0628\u062A\u063A\u064A\u064A\u0631 \u0646\u0642\u0637\u0629 \u0627\u0644\u0634\u0628\u0643\u0629.","error.openAIFreeLimit":"\u062A\u0645 \u0625\u0631\u062C\u0627\u0639 \u062E\u0637\u0623 \u0645\u0646 \u0627\u0644\u062E\u062F\u0645\u0629\u060C \u0648\u0642\u062F \u0648\u0635\u0644\u062A \u062A\u0631\u062F\u062F \u0637\u0644\u0628\u0627\u062A \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u062D\u0627\u0644\u064A\u0629 \u0625\u0644\u0649 \u0627\u0644\u062D\u062F \u0627\u0644\u0623\u0642\u0635\u0649 \u0627\u0644\u0628\u0627\u0644\u063A 3 \u0645\u0631\u0627\u062A \u0641\u064A \u0627\u0644\u062F\u0642\u064A\u0642\u0629\u060C \u064A\u0631\u062C\u0649 \u0627\u0644\u0645\u062D\u0627\u0648\u0644\u0629 \u0645\u0631\u0629 \u0623\u062E\u0631\u0649 \u0644\u0627\u062D\u0642\u064B\u0627. (\u0647\u0630\u0627 \u0647\u0648 \u0627\u0644\u0642\u064A\u062F \u0627\u0644\u0631\u0633\u0645\u064A \u0645\u0646 OpenAI \u0644\u0645\u0641\u062A\u0627\u062D API \u0627\u0644\u0645\u062C\u0627\u0646\u064A\u060C \u0644\u0631\u0641\u0639 \u0647\u0630\u0627 \u0627\u0644\u0642\u064A\u062F\u060C \u064A\u0631\u062C\u0649 \u0631\u0628\u0637 \u0628\u0637\u0627\u0642\u0629 \u0627\u0644\u0627\u0626\u062A\u0645\u0627\u0646 \u0641\u064A \u0644\u0648\u062D\u0629 \u0627\u0644\u062A\u062D\u0643\u0645 \u0627\u0644\u062E\u0644\u0641\u064A\u0629 \u0644\u0640 OpenAI.)","error.openAIExceededQuota":"\u062A\u0645 \u0625\u0631\u062C\u0627\u0639 \u0627\u0644\u062E\u062F\u0645\u0629 \u0628\u062E\u0637\u0623: \u0631\u0635\u064A\u062F \u062D\u0633\u0627\u0628 OpenAI \u0627\u0644\u062D\u0627\u0644\u064A \u063A\u064A\u0631 \u0643\u0627\u0641\u064D \u060C \u064A\u0631\u062C\u0649 \u0625\u0639\u0627\u062F\u0629 \u0627\u0644\u0634\u062D\u0646 \u0623\u0648 \u0631\u0628\u0637 \u0628\u0637\u0627\u0642\u0629 \u0627\u0644\u0627\u0626\u062A\u0645\u0627\u0646 \u0641\u064A \u0627\u0644\u062E\u0644\u0641\u064A\u0629 \u0627\u0644\u0631\u0633\u0645\u064A\u0629 \u0644\u0640 OpenAI.","error.429":"\u062A\u0645 \u0625\u0631\u062C\u0627\u0639 \u0627\u0644\u062E\u062F\u0645\u0629 \u0628\u062E\u0637\u0623\u060C \u0645\u0645\u0627 \u064A\u0634\u064A\u0631 \u0625\u0644\u0649 \u0623\u0646 \u0627\u0644\u0637\u0644\u0628\u0627\u062A \u0643\u062B\u064A\u0631\u0629 \u062C\u062F\u064B\u0627 \u0623\u0648 \u062A\u062C\u0627\u0648\u0632\u062A \u0627\u0644\u062D\u062F \u0627\u0644\u0645\u062D\u062F\u062F\u060C \u064A\u0631\u062C\u0649 \u0627\u0644\u0645\u062D\u0627\u0648\u0644\u0629 \u0645\u0631\u0629 \u0623\u062E\u0631\u0649 \u0644\u0627\u062D\u0642\u064B\u0627.","error.403":"\u062A\u0645 \u0625\u0631\u062C\u0627\u0639 \u0627\u0644\u062E\u062F\u0645\u0629 \u0628\u062E\u0637\u0623\u060C \u0644\u064A\u0633 \u0644\u062F\u064A\u0643 \u0627\u0644\u0635\u0644\u0627\u062D\u064A\u0629 \u0627\u0644\u0645\u0624\u0642\u062A\u0629 \u0644\u0644\u0648\u0635\u0648\u0644 \u0625\u0644\u0649 \u0647\u0630\u0647 \u0627\u0644\u062E\u062F\u0645\u0629.","error.400":"\u062A\u0645 \u0625\u0631\u062C\u0627\u0639 \u062E\u0637\u0623 \u0641\u064A \u0627\u0644\u062E\u062F\u0645\u0629 \u060C \u062E\u0637\u0623 \u0641\u064A \u0645\u0639\u0644\u0645\u0627\u062A \u0627\u0644\u0637\u0644\u0628 \u060C \u064A\u0631\u062C\u0649 \u0627\u0644\u062A\u062D\u0642\u0642 \u0645\u0646 \u0627\u0644\u062A\u0643\u0648\u064A\u0646 \u0627\u0644\u0645\u0646\u0627\u0633\u0628.","error.502":"\u062A\u0645 \u0625\u0631\u062C\u0627\u0639 \u062E\u0637\u0623 \u0645\u0646 \u0627\u0644\u062E\u062F\u0645\u0629 \u060C \u062A\u062C\u0627\u0648\u0632 \u0627\u0644\u062E\u062F\u0645\u0629 \u0627\u0644\u0648\u0642\u062A \u0627\u0644\u0645\u062D\u062F\u062F \u060C \u064A\u0631\u062C\u0649 \u0627\u0644\u0645\u062D\u0627\u0648\u0644\u0629 \u0645\u0631\u0629 \u0623\u062E\u0631\u0649 \u0641\u064A \u0648\u0642\u062A \u0644\u0627\u062D\u0642.","error.proTokenInvalid":"\u0625\u0630\u0627 \u0643\u0646\u062A \u0645\u0633\u062A\u062E\u062F\u0645\u064B\u0627 \u0645\u062D\u062A\u0631\u0641\u064B\u0627 \u060C \u064A\u0631\u062C\u0649 \u062A\u0633\u062C\u064A\u0644 \u0627\u0644\u062F\u062E\u0648\u0644 \u0642\u0628\u0644 \u0627\u0633\u062A\u062E\u062F\u0627\u0645 \u062E\u062F\u0645\u0629 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0645\u062D\u062A\u0631\u0641\u0629","error.proUpgrade":"\u0628\u0639\u062F \u0627\u0644\u062A\u0631\u0642\u064A\u0629 \u060C \u064A\u0631\u062C\u0649 \u062A\u062D\u062F\u064A\u062B \u0627\u0644\u0635\u0641\u062D\u0629 \u0648\u062A\u0631\u062C\u0645\u062A\u0647\u0627 \u0645\u0631\u0629 \u0623\u062E\u0631\u0649.","error.configError":"\u062A\u0643\u0648\u064A\u0646 \u0627\u0644\u0628\u064A\u0627\u0646\u0627\u062A \u063A\u064A\u0631 \u0637\u0628\u064A\u0639\u064A","error.goReset":"\u0625\u0639\u0627\u062F\u0629 \u0627\u0644\u062A\u0639\u064A\u064A\u0646",batchEdit:"\u0627\u0644\u0639\u0645\u0644\u064A\u0627\u062A \u0627\u0644\u062C\u0645\u0627\u0639\u064A\u0629","translationModeLang.translation.title":"\u0646\u0645\u0637 \u0627\u0644\u0644\u063A\u0629 \u0627\u0644\u0646\u0635\u064A \u0641\u0642\u0637","translationModeLang.translation.description":"\u0639\u0646\u062F\u0645\u0627 \u064A\u0643\u0648\u0646 \u0644\u063A\u0629 \u0627\u0644\u0635\u0641\u062D\u0629 \u0628\u0627\u0644\u0644\u063A\u0627\u062A \u0627\u0644\u062A\u0627\u0644\u064A\u0629\u060C \u0633\u064A\u062A\u0645 \u0627\u0633\u062A\u062E\u062F\u0627\u0645 \u0648\u0636\u0639 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0641\u0642\u0637 \u062A\u0644\u0642\u0627\u0626\u064A\u064B\u0627.","translationModeUrl.translation.title":"\u0631\u0627\u0628\u0637 \u0627\u0644\u0648\u0636\u0639 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0641\u0642\u0637","translationModeUrl.translation.description":"\u0639\u0646\u062F\u0645\u0627 \u064A\u0643\u0648\u0646 \u0627\u0644\u0645\u0648\u0642\u0639 \u0627\u0644\u0625\u0644\u0643\u062A\u0631\u0648\u0646\u064A \u0644\u0644\u0646\u0637\u0627\u0642\u0627\u062A \u0627\u0644\u062A\u0627\u0644\u064A\u0629\u060C \u0633\u064A\u062A\u0645 \u0627\u0633\u062A\u062E\u062F\u0627\u0645 \u0648\u0636\u0639 \u0627\u0644\u0646\u0635 \u0627\u0644\u0645\u062A\u0631\u062C\u0645 \u0641\u0642\u0637 \u062A\u0644\u0642\u0627\u0626\u064A\u064B\u0627.","error.serveUnavailable":"\u0627\u0644\u062E\u062F\u0645\u0629 [{serverName}] \u0627\u0644\u062A\u064A \u062A\u0633\u062A\u062E\u062F\u0645\u0647\u0627 \u062D\u0627\u0644\u064A\u064B\u0627 \u063A\u064A\u0631 \u0642\u0627\u0628\u0644\u0629 \u0644\u0644\u0648\u0635\u0648\u0644 \u0645\u0624\u0642\u062A\u064B\u0627 \u0628\u0633\u0628\u0628 \u0645\u0634\u0643\u0644\u0629 \u0641\u064A \u0627\u0644\u0627\u062A\u0635\u0627\u0644 \u0628\u0627\u0644\u0634\u0628\u0643\u0629 \u0623\u0648 \u0645\u0632\u0648\u062F \u0627\u0644\u062E\u062F\u0645\u0629. \u0646\u0642\u062A\u0631\u062D \u0639\u0644\u064A\u0643 \u062A\u062D\u062F\u064A\u062B \u0627\u0644\u0635\u0641\u062D\u0629 \u0623\u0648 \u062A\u063A\u064A\u064A\u0631 \u062E\u062F\u0645\u0629 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0623\u062E\u0631\u0649 \u0645\u0646 \u062E\u0644\u0627\u0644 <1>\u0627\u0644\u0625\u0639\u062F\u0627\u062F\u0627\u062A. \u0625\u0630\u0627 \u0643\u0646\u062A \u0639\u0636\u0648\u064B\u0627 \u0641\u064A <2>Pro\u060C \u064A\u0645\u0643\u0646\u0643 \u0627\u062E\u062A\u064A\u0627\u0631 \u0627\u0633\u062A\u062E\u062F\u0627\u0645 \u062E\u062F\u0645\u0629 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 DeepL \u0623\u0648 OpenAI \u0627\u0644\u0623\u0643\u062B\u0631 \u0627\u0633\u062A\u0642\u0631\u0627\u0631\u064B\u0627 (<3>\u0627\u0646\u0642\u0631 \u0647\u0646\u0627 \u0644\u062A\u062C\u0631\u0628\u0629 \u0645\u062C\u0627\u0646\u064A\u0629). \u0628\u0627\u0644\u0625\u0636\u0627\u0641\u0629 \u0625\u0644\u0649 \u0630\u0644\u0643\u060C \u0642\u062F \u062A\u062D\u062A\u0627\u062C \u0623\u064A\u0636\u064B\u0627 \u0625\u0644\u0649 \u0627\u0644\u062A\u062D\u0642\u0642 \u0645\u0646 \u0625\u0639\u062F\u0627\u062F\u0627\u062A \u0627\u0644\u0634\u0628\u0643\u0629 \u0623\u0648 \u0627\u0644\u0648\u0643\u064A\u0644 \u0627\u0644\u062E\u0627\u0635\u0629 \u0628\u0643.",detectServiceLoading:"\u062C\u0627\u0631\u064D \u0627\u0644\u062A\u062D\u0642\u0642 \u0645\u0646 \u0627\u0644\u062E\u062F\u0645\u0627\u062A \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0645\u062A\u0627\u062D\u0629...",toggleToService:"\u0627\u0644\u062A\u0628\u062F\u064A\u0644 \u0625\u0644\u0649 {service} \u0648\u0625\u0639\u0627\u062F\u0629 \u0627\u0644\u0645\u062D\u0627\u0648\u0644\u0629","error.gemini.429":"\u0627\u0644\u062E\u062F\u0645\u0629 Gemini \u0627\u0644\u062D\u0627\u0644\u064A\u0629 \u0642\u062F \u0648\u0635\u0644\u062A \u0625\u0644\u0649 \u0627\u0644\u062D\u062F \u0627\u0644\u0623\u0642\u0635\u0649 \u0644\u0644\u0642\u062F\u0631\u0629 \u0639\u0644\u0649 \u0627\u0644\u062A\u062D\u0645\u0644\u060C \u064A\u0631\u062C\u0649 \u0627\u0644\u0645\u062D\u0627\u0648\u0644\u0629 \u0645\u0631\u0629 \u0623\u062E\u0631\u0649 \u0641\u064A \u0648\u0642\u062A \u0644\u0627\u062D\u0642\u060C \u0623\u0648 \u0627\u0644\u062A\u0628\u062F\u064A\u0644 \u0625\u0644\u0649 \u062E\u062F\u0645\u0629 \u062A\u0631\u062C\u0645\u0629 \u0623\u062E\u0631\u0649.",enableSentryReport:"\u0639\u0646\u062F \u062D\u062F\u0648\u062B \u062E\u0637\u0623 \u0641\u064A \u0627\u0644\u062A\u0648\u0633\u064A\u0639 \u060C \u0627\u0633\u062A\u062E\u062F\u0645 Sentry \u0644\u062A\u0642\u062F\u064A\u0645 \u0627\u0644\u0645\u0644\u0627\u062D\u0638\u0627\u062A","widget.translateFile":"PDF/ePub",pickAll:"\u062D\u062F\u062F \u0627\u0644\u0643\u0644",contact:"\u0627\u062A\u0635\u0644 \u0628\u0646\u0627","translationServices.gemini":"\u0627\u0644\u062C\u0645\u0646\u0627\u0632","tagsInput.add":"+ \u0625\u0636\u0627\u0641\u0629",touchShortcutsOff:"\u0625\u063A\u0644\u0627\u0642","error.retry":"\u0623\u0639\u062F \u0627\u0644\u0645\u062D\u0627\u0648\u0644\u0629","slide.left":"\u0627\u0646\u0632\u0644\u0642 \u0625\u0644\u0649 \u0627\u0644\u064A\u0645\u064A\u0646",translationOnlyMode:"\u0648\u0636\u0639 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0641\u0642\u0637",goLogin:"\u062A\u0633\u062C\u064A\u0644 \u0627\u0644\u062F\u062E\u0648\u0644","slide.right":"\u0627\u0646\u0632\u0644\u0642 \u0625\u0644\u0649 \u0627\u0644\u064A\u0633\u0627\u0631","multipleClick.4":"\u0631\u0628\u0627\u0639\u064A \u0645\u062A\u062A\u0627\u0644\u064A",shortcutSettingsTitle:"\u0625\u0639\u062F\u0627\u062F\u0627\u062A \u0627\u0644\u0627\u062E\u062A\u0635\u0627\u0631\u0627\u062A",loggedIn:"\u062A\u0645 \u062A\u0633\u062C\u064A\u0644 \u0627\u0644\u062F\u062E\u0648\u0644",shortcutSettings:"\u0627\u062E\u062A\u0635\u0627\u0631\u0627\u062A \u0627\u0644\u0645\u0641\u0627\u062A\u064A\u062D","multipleClick.2":"\u0627\u0646\u0642\u0631 \u0645\u0631\u062A\u064A\u0646","shortcutGroup.others":"\u0627\u0644\u0645\u0632\u064A\u062F \u0645\u0646 \u0627\u0644\u0627\u062E\u062A\u0635\u0627\u0631\u0627\u062A \u0627\u0644\u0645\u062E\u0635\u0635\u0629","widget.videoSubtitle":"\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0641\u064A\u062F\u064A\u0648","intro.floatBallTitle":"\u0643\u0631\u0629 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0633\u0631\u064A\u0639\u0629",notLogin:"\u0644\u0645 \u064A\u062A\u0645 \u062A\u0633\u062C\u064A\u0644 \u0627\u0644\u062F\u062E\u0648\u0644","widget.instruction":"\u062A\u0639\u0644\u064A\u0645\u0627\u062A \u0627\u0644\u0627\u0633\u062A\u062E\u062F\u0627\u0645",alwaysTranslateThisSite:"\u062F\u0627\u0626\u0645\u0627 \u062A\u0631\u062C\u0645 \u0647\u0630\u0627 \u0627\u0644\u0645\u0648\u0642\u0639","error.subscriptionExpiredTitle":"\u0627\u0646\u062A\u0647\u062A \u0635\u0644\u0627\u062D\u064A\u0629 \u0627\u0644\u0639\u0636\u0648\u064A\u0629","shortcutGroup.shortcutsForTranslationServices":"\u062E\u062F\u0645\u0627\u062A \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0645\u0641\u0627\u062A\u064A\u062D \u0627\u0644\u0633\u0631\u064A\u0639\u0629","widget.instructionTooltip":"\u0631\u0627\u062C\u0639 \u062A\u0639\u0644\u064A\u0645\u0627\u062A \u0627\u0644\u0627\u0633\u062A\u062E\u062F\u0627\u0645",temprarilyChangeTranslationTo_gemini:"\u064A\u062A\u0645 \u0627\u0633\u062A\u062E\u062F\u0627\u0645 Gemini \u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0635\u0641\u062D\u0629 \u0627\u0644\u062D\u0627\u0644\u064A\u0629","subtitle.hideQuickButton":"\u0644\u0627 \u062A\u0638\u0647\u0631 \u0647\u0630\u0627 \u0627\u0644\u0627\u062E\u062A\u0635\u0627\u0631 \u0645\u0631\u0629 \u0623\u062E\u0631\u0649",temprarilyChangeTranslationTo_google:"\u064A\u062A\u0645 \u0627\u0633\u062A\u062E\u062F\u0627\u0645 \u062A\u0631\u062C\u0645\u0629 Google \u0644\u0644\u0635\u0641\u062D\u0629 \u0627\u0644\u062D\u0627\u0644\u064A\u0629","subtitle.bilingual":"\u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u062B\u0646\u0627\u0626\u064A\u0629 \u0627\u0644\u0644\u063A\u0629",mouseHoverCustomKeyTitle:"\u062A\u0639\u0631\u064A\u0641 \u0627\u062E\u062A\u0635\u0627\u0631\u0627\u062A \u0627\u0644\u0645\u0627\u0648\u0633 \u0627\u0644\u0645\u0639\u0644\u0642\u0629","browser.translateInputBox":"\u062A\u0631\u062C\u0645 \u0645\u062D\u062A\u0648\u0649 \u0645\u0631\u0628\u0639 \u0627\u0644\u0625\u062F\u062E\u0627\u0644 \u0627\u0644\u062D\u0627\u0644\u064A","shortcutGroup.touch":"\u0627\u0644\u0625\u064A\u0645\u0627\u0621\u0627\u062A \u0627\u0644\u0645\u062E\u0635\u0635\u0629 \u0644\u0644\u0634\u0627\u0634\u0627\u062A \u0627\u0644\u0644\u0645\u0633\u064A\u0629",neverTranslateThisSite:"\u0644\u0627 \u062A\u062A\u0631\u062C\u0645 \u0647\u0630\u0627 \u0627\u0644\u0645\u0648\u0642\u0639 \u0623\u0628\u062F\u0627",temprarilyChangeTranslationTo_deepl:"\u064A\u062A\u0645 \u0627\u0633\u062A\u062E\u062F\u0627\u0645 DeepL \u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0635\u0641\u062D\u0629 \u0627\u0644\u062D\u0627\u0644\u064A\u0629","browser.translateWithDeepL":"\u0627\u0633\u062A\u062E\u062F\u0645 DeepL \u0645\u0624\u0642\u062A\u064B\u0627 \u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0635\u0641\u062D\u0629 \u0627\u0644\u062D\u0627\u0644\u064A\u0629","multipleClick.3":"\u062B\u0644\u0627\u062B\u0629 \u0636\u0631\u0628\u0627\u062A \u0645\u062A\u062A\u0627\u0644\u064A\u0629","widget.translateFileTooltip":"\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0645\u0633\u062A\u0646\u062F\u0627\u062A PDF\u060C EPUB\u060C SRT\u060C ASS\u060C HTML \u0648 TXT","neverTranslateText.title":"\u0627\u0644\u0643\u0644\u0645\u0627\u062A \u0627\u0644\u062A\u0627\u0644\u064A\u0629 \u062A\u0628\u0642\u0649 \u0643\u0645\u0627 \u0647\u064A\u060C \u0644\u0627 \u062A\u062A\u0631\u062C\u0645","subtitle.autoDisableSubtitle":"\u0644\u0627 \u062A\u0642\u0645 \u0628\u062A\u0634\u063A\u064A\u0644 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u062B\u0646\u0627\u0626\u064A\u0629 \u062A\u0644\u0642\u0627\u0626\u064A\u064B\u0627","browser.translateWithGoogle":"\u0627\u0633\u062A\u062E\u062F\u0645 Google Translate \u0645\u0624\u0642\u062A\u064B\u0627 \u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0635\u0641\u062D\u0629 \u0627\u0644\u062D\u0627\u0644\u064A\u0629","shortcutGroup.main":"\u0627\u062E\u062A\u0635\u0627\u0631\u0627\u062A \u0627\u0644\u0648\u0638\u0627\u0626\u0641 \u0627\u0644\u0634\u0627\u0626\u0639\u0629",paragraphMinTextCountField:"\u0627\u0644\u062D\u062F \u0627\u0644\u0623\u062F\u0646\u0649 \u0644\u0639\u062F\u062F \u0627\u0644\u0623\u062D\u0631\u0641 \u0627\u0644\u0645\u0637\u0644\u0648\u0628\u0629 \u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0641\u0642\u0631\u0629","widget.videoSubtitleTooltip":"\u062F\u0639\u0645 Youtube \u0648\u063A\u064A\u0631\u0647\u0627 \u0645\u0646 \u0645\u0648\u0627\u0642\u0639 \u0627\u0644\u0641\u064A\u062F\u064A\u0648 {count}+",upgradeToProErrorTitle:"\u064A\u0631\u062C\u0649 \u0627\u0644\u062A\u0631\u0642\u064A\u0629 \u0625\u0644\u0649 \u0639\u0636\u0648\u064A\u0629 Pro \u0642\u0628\u0644 \u0627\u0633\u062A\u062E\u062F\u0627\u0645 \u0647\u0630\u0647 \u0627\u0644\u062E\u062F\u0645\u0629 \u0627\u0644\u062A\u0631\u062C\u0645\u0629","subtitle.showQuickButton":"\u0641\u064A \u0639\u0631\u0636 \u0627\u0644\u0646\u0635\u0648\u0635 \u0627\u0644\u0645\u062A\u0631\u062C\u0645\u0629 \u0628\u0634\u0643\u0644 \u0645\u0632\u062F\u0648\u062C \u0641\u064A \u0627\u0644\u0645\u0634\u063A\u0644 \u0628\u0637\u0631\u064A\u0642\u0629 \u0633\u0631\u064A\u0639\u0629",temprarilyChangeTranslationTo_transmart:"\u064A\u062A\u0645 \u0627\u0633\u062A\u062E\u062F\u0627\u0645 \u062A\u0631\u062C\u0645\u0629 \u062A\u064A\u0646\u0633\u0646\u062A \u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0635\u0641\u062D\u0629 \u0627\u0644\u062D\u0627\u0644\u064A\u0629",notLoginPro:"\u0644\u0645 \u062A\u0642\u0645 \u0628\u062A\u0633\u062C\u064A\u0644 \u0627\u0644\u062F\u062E\u0648\u0644 \u0625\u0644\u0649 \u062D\u0633\u0627\u0628 \u0627\u0644\u0639\u0636\u0648\u064A\u0629 \u0627\u0644\u062E\u0627\u0635 \u0628\u0643 \u0628\u0639\u062F","floatBall.iKnow":"\u0623\u0646\u0627 \u0623\u0639\u0631\u0641","intro.hoverTitle":"\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0641\u0642\u0631\u0629 \u0627\u0644\u062D\u0627\u0644\u064A\u0629 \u0639\u0646\u062F \u062A\u062D\u0631\u064A\u0643 \u0627\u0644\u0645\u0627\u0648\u0633 \u0641\u0648\u0642\u0647\u0627",temprarilyChangeTranslationTo_bing:"\u064A\u062A\u0645 \u0627\u0633\u062A\u062E\u062F\u0627\u0645 \u0645\u062A\u0631\u062C\u0645 \u0645\u0627\u064A\u0643\u0631\u0648\u0633\u0648\u0641\u062A \u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0635\u0641\u062D\u0629 \u0627\u0644\u062D\u0627\u0644\u064A\u0629",temprarilyChangeTranslationTo_openai:"\u064A\u062A\u0645 \u0627\u0633\u062A\u062E\u062F\u0627\u0645 OpenAI \u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0635\u0641\u062D\u0629 \u0627\u0644\u062D\u0627\u0644\u064A\u0629","browser.translateWithOpenAI":"\u0627\u0633\u062A\u062E\u062F\u0645 OpenAI \u0645\u0624\u0642\u062A\u064B\u0627 \u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0635\u0641\u062D\u0629 \u0627\u0644\u062D\u0627\u0644\u064A\u0629",networkError:"\u062A\u0648\u0627\u062C\u0647 \u062E\u062F\u0645\u0629 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0623\u0648 \u0627\u0644\u0634\u0628\u0643\u0629 \u0645\u0634\u0643\u0644\u0629",buildSnapshots:"\u0625\u0646\u0634\u0627\u0621 \u0644\u0642\u0637\u0629 \u0633\u0631\u064A\u0639\u0629 \u0644\u0644\u0635\u0641\u062D\u0629 \u0627\u0644\u0625\u0644\u0643\u062A\u0631\u0648\u0646\u064A\u0629","shortcutGroup.mouse":"\u062A\u0643\u0648\u064A\u0646 \u0627\u062E\u062A\u0635\u0627\u0631\u0627\u062A \u0627\u0644\u0645\u0627\u0648\u0633 \u0627\u0644\u0645\u0639\u0644\u0642\u0629","intro.subtitleTitle":"\u0639\u0631\u0636 \u0627\u0644\u062A\u0631\u062C\u0645\u0627\u062A \u0627\u0644\u0645\u0632\u062F\u0648\u062C\u0629 \u0644\u0644\u0641\u064A\u062F\u064A\u0648 \u0639\u0628\u0631 \u0627\u0644\u0625\u0646\u062A\u0631\u0646\u062A","floatBall.longPress":"\u0627\u0636\u063A\u0637 \u0645\u0639 \u0627\u0644\u0627\u0633\u062A\u0645\u0631\u0627\u0631 \u0644\u0641\u062A\u062D \u0644\u0648\u062D\u0629 \u0627\u0644\u0625\u0639\u062F\u0627\u062F\u0627\u062A \u0628\u0633\u0631\u0639\u0629",touchShortcutsToggleTranslateTouchElement:"\u062A\u0639\u064A\u064A\u0646 \u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0641\u0642\u0631\u0629 \u0627\u0644\u0645\u062D\u062F\u062F\u0629 \u0628\u0648\u0627\u0633\u0637\u0629 \u0627\u0644\u0625\u064A\u0645\u0627\u0621\u0627\u062A \u0639\u0644\u0649 \u0627\u0644\u0634\u0627\u0634\u0629 \u0627\u0644\u062A\u064A \u062A\u0639\u0645\u0644 \u0628\u0627\u0644\u0644\u0645\u0633","browser.translateWithBing":"\u0627\u0633\u062A\u062E\u062F\u0645 \u062A\u0631\u062C\u0645\u0629 \u0645\u0627\u064A\u0643\u0631\u0648\u0633\u0648\u0641\u062A \u0645\u0624\u0642\u062A\u064B\u0627 \u0644\u0644\u0635\u0641\u062D\u0629 \u0627\u0644\u062D\u0627\u0644\u064A\u0629","error.subscriptionExpired":"\u0642\u062F \u064A\u0643\u0648\u0646 \u0639\u0636\u0648\u064A\u062A\u0643 \u0642\u062F \u0627\u0646\u062A\u0647\u062A \u060C \u064A\u0631\u062C\u0649 \u0627\u0644\u062A\u062D\u0642\u0642 \u0645\u0646 \u062D\u0627\u0644\u0629 \u0639\u0636\u0648\u064A\u062A\u0643","browser.translateWithGemini":"\u0627\u0633\u062A\u062E\u062F\u0645 Gemini \u0645\u0624\u0642\u062A\u064B\u0627 \u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0635\u0641\u062D\u0629 \u0627\u0644\u062D\u0627\u0644\u064A\u0629","desc.touchShortcutsToggleTranslateTouchElement":"\u0642\u0645 \u0628\u062A\u062E\u0635\u064A\u0635 \u0625\u0634\u0627\u0631\u0629 \u0628\u064A\u062F\u0643\u060C \u0648\u064A\u0645\u0643\u0646\u0643 \u062A\u0631\u062C\u0645\u0629 \u0623\u064A \u0641\u0642\u0631\u0629 \u062A\u0648\u0627\u062C\u062F \u0641\u064A\u0647\u0627.","browser.translateWithTransmart":"\u0627\u0633\u062A\u062E\u062F\u0645 \u062A\u0631\u062C\u0645\u0629 \u062A\u064A\u0646\u0633\u0646\u062A \u0645\u0624\u0642\u062A\u064B\u0627 \u0644\u0644\u0635\u0641\u062D\u0629 \u0627\u0644\u062D\u0627\u0644\u064A\u0629","desc.interfaceLanguage":"\u062A\u0624\u062B\u0631 \u0625\u0639\u062F\u0627\u062F\u0627\u062A \u0644\u063A\u0629 \u0627\u0644\u0648\u0627\u062C\u0647\u0629 \u0639\u0644\u0649 \u0644\u063A\u0629 \u0639\u0631\u0636 \u0644\u0648\u062D\u0629 \u0627\u0644\u062A\u062D\u0643\u0645\u060C \u0648\u0644\u0627 \u062A\u062A\u0639\u0644\u0642 \u0628\u0644\u063A\u0629 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0645\u0633\u062A\u0647\u062F\u0641\u0629.",touchShortcutsToggleTranslationMask:"\u062A\u0639\u064A\u064A\u0646 \u0625\u064A\u0645\u0627\u0621\u0627\u062A \u0627\u0644\u0634\u0627\u0634\u0629 \u0627\u0644\u062A\u064A \u062A\u0639\u0645\u0644 \u0628\u0627\u0644\u0644\u0645\u0633 \u0644\u0639\u0631\u0636 \u0642\u0646\u0627\u0639 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 / \u0639\u0631\u0636 \u0627\u0644\u0646\u0635 \u0627\u0644\u0623\u0635\u0644\u064A","browser.toggleMouseHoverTranslateDirectly":"\u062A\u0645\u0643\u064A\u0646 \u0623\u0648 \u062A\u0639\u0637\u064A\u0644 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0645\u0628\u0627\u0634\u0631\u0629 \u0639\u0646\u062F \u062A\u0645\u0631\u064A\u0631 \u0627\u0644\u0645\u0627\u0648\u0633 \u0645\u0624\u0642\u062A\u064B\u0627 \u0639\u0644\u0649 \u0627\u0644\u0635\u0641\u062D\u0629","floatBall.guideClickToTranslate":`\u0627\u0646\u0642\u0631 \u0639\u0644\u0649 \u0643\u0631\u0629 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0639\u0627\u0626\u0645\u0629 \u0627\u0644\u063A\u0627\u0645\u0631\u0629 \u0644\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0633\u0631\u064A\u0639\u0629`,"description.baiduField":"\u062A\u0631\u0649 \u0627\u0644\u0645\u062C\u0627\u0644\u0627\u062A \u0627\u0644\u0645\u062F\u0639\u0648\u0645\u0629 <1> \u0647\u0646\u0627 \u060C \u0625\u0630\u0627 \u0643\u0627\u0646\u062A \u0641\u0627\u0631\u063A\u0629 \u060C \u0641\u0647\u0630\u0627 \u064A\u0639\u0646\u064A \u0623\u0646 \u0627\u0644\u0645\u062C\u0627\u0644 \u063A\u064A\u0631 \u0645\u062D\u062F\u062F","error.reason":"\u0633\u0628\u0628 \u0627\u0644\u062E\u0637\u0623","browser.toggleVideoSubtitlePreTranslation":"\u062A\u0628\u062F\u064A\u0644 \u0625\u0644\u0649 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u063A\u0627\u0645\u0631\u0629 \u0627\u0644\u0645\u0641\u0636\u0644\u0629 \u0644\u0644\u062A\u0631\u062C\u0645\u0627\u062A \u0627\u0644\u062B\u0646\u0627\u0626\u064A\u0629 \u0627\u0644\u0644\u063A\u0629",touchShortcutsToggleTranslatePage:"\u0642\u0645 \u0628\u062A\u0639\u064A\u064A\u0646 \u0627\u0644\u0625\u064A\u0645\u0627\u0621\u0627\u062A \u0639\u0644\u0649 \u0627\u0644\u0634\u0627\u0634\u0629 \u0627\u0644\u062A\u064A \u062A\u0639\u0645\u0644 \u0628\u0627\u0644\u0644\u0645\u0633 \u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0635\u0641\u062D\u0627\u062A \u0627\u0644\u0625\u0644\u0643\u062A\u0631\u0648\u0646\u064A\u0629 / \u0639\u0631\u0636 \u0627\u0644\u0646\u0635 \u0627\u0644\u0623\u0635\u0644\u064A","subtitle.showQuickButtonDescription":"\u062A\u0648\u0641\u0631 \u0645\u0634\u063A\u0644 \u0627\u0644\u0641\u064A\u062F\u064A\u0648 \u0637\u0631\u064A\u0642\u0629 \u0645\u062E\u062A\u0635\u0631\u0629 \u0644\u062A\u0645\u0643\u064A\u0646 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u062B\u0646\u0627\u0626\u064A\u0629 \u0641\u064A \u0627\u0644\u0632\u0627\u0648\u064A\u0629 \u0627\u0644\u064A\u0645\u0646\u0649 \u0627\u0644\u0633\u0641\u0644\u0649",mouseHoverCustomKeyDescription:"\u064A\u0645\u0643\u0646\u0643 \u062A\u062E\u0635\u064A\u0635 \u0645\u062C\u0645\u0648\u0639\u0629 \u0645\u0641\u0627\u062A\u064A\u062D \u0627\u062E\u062A\u0635\u0627\u0631 \u0644\u062A\u0645\u0631\u064A\u0631 \u0627\u0644\u0645\u0627\u0648\u0633\u060C \u0645\u062B\u0644: Alt+Z\u060C Ctrl+E\u060C Cmd+Alt+E \u0623\u0648 \u0645\u0628\u0627\u0634\u0631\u0629 Cmd\u060C \u0627\u0644\u0631\u062C\u0627\u0621 \u0627\u0644\u0625\u062F\u062E\u0627\u0644 \u064A\u062F\u0648\u064A\u0627","desc.toggleTranslateTheMainPage":"\u062A\u0631\u062C\u0645 \u0641\u0642\u0637 \u0627\u0644\u0645\u0646\u0627\u0637\u0642 \u0627\u0644\u0631\u0626\u064A\u0633\u064A\u0629 \u0644\u0644\u0635\u0641\u062D\u0629 \u060C \u0639\u0646\u062F \u062A\u0645\u0643\u064A\u0646\u0643 \u0644\u062A\u0631\u062C\u0645\u0629 \u062C\u0645\u064A\u0639 \u0645\u0646\u0627\u0637\u0642 \u0627\u0644\u0635\u0641\u062D\u0629 \u0641\u064A \u0627\u0644\u0625\u0639\u062F\u0627\u062F\u0627\u062A \u0627\u0644\u0645\u062A\u0642\u062F\u0645\u0629 \u060C \u064A\u0645\u0643\u0646\u0643 \u0627\u0633\u062A\u062E\u062F\u0627\u0645 \u0647\u0630\u0627 \u0627\u0644\u0627\u062E\u062A\u0635\u0627\u0631 \u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0645\u0646\u0627\u0637\u0642 \u0627\u0644\u0631\u0626\u064A\u0633\u064A\u0629 \u0644\u0644\u0635\u0641\u062D\u0629 \u0641\u0642\u0637.","contact.description":"\u0625\u0630\u0627 \u0643\u0627\u0646 \u0644\u062F\u064A\u0643 \u0623\u064A \u0623\u0633\u0626\u0644\u0629 \u0623\u0648 \u0627\u0642\u062A\u0631\u0627\u062D\u0627\u062A\u060C \u0641\u0646\u062D\u0646 \u0646\u0631\u062D\u0628 \u0628\u0643 \u0644\u0645\u0644\u0621 \u0627\u0644\u0646\u0645\u0648\u0630\u062C \u0623\u062F\u0646\u0627\u0647 \u0644\u0644\u0627\u062A\u0635\u0627\u0644 \u0628\u0646\u0627\u060C \u0623\u0648 \u0625\u0631\u0633\u0627\u0644 \u0628\u0631\u064A\u062F \u0625\u0644\u0643\u062A\u0631\u0648\u0646\u064A \u0625\u0644\u0649 {email}\u060C \u0648\u0633\u0646\u0631\u062F \u0639\u0644\u064A\u0643 \u0641\u064A \u0623\u0642\u0631\u0628 \u0648\u0642\u062A \u0645\u0645\u0643\u0646.","desc.toggleTranslateTheWholePage":"\u062A\u0631\u062C\u0645\u0629 \u062C\u0645\u064A\u0639 \u0627\u0644\u0645\u0646\u0627\u0637\u0642 \u0641\u064A \u0627\u0644\u0635\u0641\u062D\u0629\u060C \u0628\u0634\u0643\u0644 \u0627\u0641\u062A\u0631\u0627\u0636\u064A\u060C \u0633\u0646\u062A\u0631\u062C\u0645 \u0627\u0644\u0645\u0646\u0627\u0637\u0642 \u0627\u0644\u0631\u0626\u064A\u0633\u064A\u0629 \u0641\u064A \u0627\u0644\u0635\u0641\u062D\u0629\u060C \u064A\u0645\u0643\u0646\u0643 \u0627\u0633\u062A\u062E\u062F\u0627\u0645 \u0647\u0630\u0627 \u0627\u0644\u0627\u062E\u062A\u0635\u0627\u0631 \u0644\u062A\u0631\u062C\u0645\u0629 \u062C\u0645\u064A\u0639 \u0627\u0644\u0645\u0646\u0627\u0637\u0642 \u0641\u064A \u0627\u0644\u0635\u0641\u062D\u0629 \u0628\u0634\u0643\u0644 \u062E\u0627\u0635.",confirmResetToDefaultSettings:"\u0647\u0644 \u062A\u0631\u064A\u062F \u0628\u0627\u0644\u062A\u0623\u0643\u064A\u062F \u0627\u0633\u062A\u0639\u0627\u062F\u0629 \u0647\u0630\u0647 \u0627\u0644\u062E\u062F\u0645\u0629 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0625\u0644\u0649 \u0627\u0644\u0625\u0639\u062F\u0627\u062F\u0627\u062A \u0627\u0644\u0627\u0641\u062A\u0631\u0627\u0636\u064A\u0629\u061F (\u0625\u0639\u0627\u062F\u0629 \u062A\u0639\u064A\u064A\u0646 \u0625\u0639\u062F\u0627\u062F\u0627\u062A \u062E\u062F\u0645\u0629 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u062D\u0627\u0644\u064A\u0629 \u0641\u0642\u0637)",shortcutDisableTooltip:"\u064A\u0631\u062C\u0649 \u0627\u0644\u0642\u064A\u0627\u0645 \u0628\u0627\u0644\u0625\u0639\u062F\u0627\u062F\u0627\u062A \u0641\u064A \u0635\u0641\u062D\u0629 \u0625\u062F\u0627\u0631\u0629 \u0627\u062E\u062A\u0635\u0627\u0631\u0627\u062A \u0627\u0644\u0645\u062A\u0635\u0641\u062D \u0627\u0644\u0645\u0642\u062F\u0645\u0629 \u060C \u0644\u0644\u0645\u0632\u064A\u062F \u0645\u0646 \u0627\u0644\u0625\u0631\u0634\u0627\u062F\u0627\u062A \u060C \u064A\u0631\u062C\u0649 \u0627\u0644\u0627\u0637\u0644\u0627\u0639 \u0639\u0644\u0649 \u0627\u0644\u062A\u0639\u0644\u064A\u0645\u0627\u062A \u0641\u064A \u0623\u0639\u0644\u0649 \u0647\u0630\u0647 \u0627\u0644\u0635\u0641\u062D\u0629.","desc.toggleMouseHoverTranslateDirectly":"\u0628\u0639\u062F \u0627\u0644\u0636\u063A\u0637 \u0639\u0644\u0649 \u0647\u0630\u0627 \u0627\u0644\u0645\u0641\u062A\u0627\u062D \u0627\u0644\u0633\u0631\u064A\u0639 \u060C \u0639\u0644\u0649 \u0627\u0644\u0635\u0641\u062D\u0629 \u060C \u0637\u0627\u0644\u0645\u0627 \u0623\u0634\u0627\u0631 \u0627\u0644\u0645\u0627\u0648\u0633 \u0625\u0644\u0649 \u0623\u064A \u0646\u0635 \u060C \u0633\u064A\u062A\u0645 \u062A\u0631\u062C\u0645\u0629 \u0647\u0630\u0627 \u0627\u0644\u0646\u0635 \u062A\u0644\u0642\u0627\u0626\u064A\u064B\u0627. \u0627\u0636\u063A\u0637 \u0639\u0644\u0649 \u0627\u0644\u0645\u0641\u062A\u0627\u062D \u0627\u0644\u0633\u0631\u064A\u0639 \u0645\u0631\u0629 \u0623\u062E\u0631\u0649 \u060C \u0648\u0633\u064A\u062A\u0645 \u0625\u063A\u0644\u0627\u0642 \u0647\u0630\u0647 \u0627\u0644\u0648\u0638\u064A\u0641\u0629 \u0627\u0644\u062A\u0644\u0642\u0627\u0626\u064A\u0629 \u0644\u0644\u062A\u0631\u062C\u0645\u0629.","desc.mouseHoverHoldKey":"\u0639\u0646\u062F \u062A\u0645\u0631\u064A\u0631 \u0627\u0644\u0645\u0627\u0648\u0633 \u0641\u0648\u0642 \u0641\u0642\u0631\u0629 \u0645\u0639\u064A\u0646\u0629 \u0648\u0627\u0644\u0636\u063A\u0637 \u0639\u0644\u0649 \u0627\u0644\u0645\u0641\u062A\u0627\u062D \u0627\u0644\u0633\u0631\u064A\u0639 \u0639\u0644\u0649 \u0627\u0644\u062C\u0627\u0646\u0628 \u0627\u0644\u0623\u064A\u0645\u0646 \u0641\u064A \u0627\u0644\u0648\u0642\u062A \u0646\u0641\u0633\u0647\u060C \u064A\u0645\u0643\u0646\u0643 \u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0641\u0642\u0631\u0629 \u0645\u0628\u0627\u0634\u0631\u0629.",paragraphMinTextCountDesc:"\u064A\u0631\u062C\u0649 \u0627\u0644\u0627\u0646\u062A\u0628\u0627\u0647 \u060C \u0647\u0646\u0627 \u064A\u062A\u0645 \u0627\u0644\u0625\u0634\u0627\u0631\u0629 \u0625\u0644\u0649 \u0637\u0648\u0644 \u0627\u0644\u062D\u0631\u0641 \u060C \u0639\u0644\u0649 \u0633\u0628\u064A\u0644 \u0627\u0644\u0645\u062B\u0627\u0644: hello \u0647\u0648 5 \u0623\u062D\u0631\u0641 \u060C \u0648\u062A\u0639\u064A\u064A\u0646 \u0642\u064A\u0645\u0629 \u0623\u0643\u0628\u0631 \u064A\u0645\u0643\u0646 \u0623\u0646 \u064A\u0642\u0644\u0644 \u0645\u0646 \u0627\u0644\u062A\u0631\u062C\u0645\u0627\u062A \u063A\u064A\u0631 \u0627\u0644\u0636\u0631\u0648\u0631\u064A\u0629 \u0644\u0644\u0641\u0642\u0631\u0627\u062A \u0627\u0644\u0635\u063A\u064A\u0631\u0629.","desc.touchShortcutsToggleTranslationMask":"\u062A\u0634\u064A\u0631 \u0642\u0646\u0627\u0639 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0625\u0644\u0649 \u062A\u0623\u062B\u064A\u0631 \u0627\u0644\u0636\u0628\u0627\u0628\u064A\u0629 \u0641\u064A \u0646\u0645\u0637 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 (\u0648\u0636\u0639 \u0627\u0644\u062A\u0639\u0644\u0645) \u060C \u0648\u0628\u0639\u062F \u0627\u0644\u062A\u0634\u063A\u064A\u0644 \u060C \u064A\u062A\u0645 \u0627\u0633\u062A\u062E\u062F\u0627\u0645 \u062A\u0623\u062B\u064A\u0631 \u0627\u0644\u0636\u0628\u0627\u0628\u064A\u0629 \u0645\u0624\u0642\u062A\u064B\u0627 \u0639\u0644\u0649 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u060C \u0645\u0645\u0627 \u064A\u0633\u0647\u0644 \u0627\u0644\u062A\u0639\u0644\u0645.","intro.floatBallDescription":"\u0628\u0639\u062F \u0627\u0644\u062A\u0641\u0639\u064A\u0644\u060C \u0633\u064A\u0638\u0647\u0631 \u0632\u0631 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0633\u0631\u064A\u0639\u0629 \u0639\u0644\u0649 \u0627\u0644\u062C\u0627\u0646\u0628 \u0627\u0644\u0623\u064A\u0645\u0646 \u0645\u0646 \u0627\u0644\u0635\u0641\u062D\u0629\u060C \u0627\u0646\u0642\u0631 \u0639\u0644\u064A\u0647 \u0644\u0644\u062A\u0631\u062C\u0645\u0629\u060C \u0648\u0627\u0646\u0642\u0631 \u0645\u0631\u0629 \u0623\u062E\u0631\u0649 \u0644\u0644\u0639\u0648\u062F\u0629 \u0625\u0644\u0649 \u0627\u0644\u0646\u0635 \u0627\u0644\u0623\u0635\u0644\u064A. \u0639\u0644\u0649 \u0627\u0644\u0623\u062C\u0647\u0632\u0629 \u0627\u0644\u0645\u062D\u0645\u0648\u0644\u0629\u060C \u0627\u0636\u063A\u0637 \u0645\u0639 \u0627\u0644\u0627\u0633\u062A\u0645\u0631\u0627\u0631 \u0639\u0644\u0649 \u0627\u0644\u0643\u0631\u0629 \u0627\u0644\u0645\u0639\u0644\u0642\u0629 \u0644\u0641\u062A\u062D \u0644\u0648\u062D\u0629 \u0627\u0644\u0625\u0639\u062F\u0627\u062F\u0627\u062A \u0627\u0644\u0633\u0631\u064A\u0639\u0629.","desc.touchShortcutsToggleTranslatePage":"\u0628\u0639\u062F \u0627\u0644\u0625\u0639\u062F\u0627\u062F \u060C \u0639\u0646\u062F \u0627\u0644\u062A\u0646\u0642\u0644 \u0628\u0627\u0644\u062C\u0647\u0627\u0632 \u0627\u0644\u0645\u062D\u0645\u0648\u0644 \u060C \u064A\u0645\u0643\u0646\u0643 \u0627\u0633\u062A\u062E\u062F\u0627\u0645 X \u0623\u0635\u0627\u0628\u0639 \u0644\u0644\u0645\u0633 \u0627\u0644\u0634\u0627\u0634\u0629 \u0641\u064A \u0646\u0641\u0633 \u0627\u0644\u0648\u0642\u062A \u060C \u0623\u0648 \u0627\u0644\u062A\u0645\u0631\u064A\u0631 \u0644\u0644\u064A\u0645\u064A\u0646 \u0648\u0627\u0644\u064A\u0633\u0627\u0631 \u060C \u0623\u0648 \u0627\u0644\u0646\u0642\u0631 \u0627\u0644\u0645\u062A\u0648\u0627\u0635\u0644 \u060C \u0644\u062A\u0641\u0639\u064A\u0644 \u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0635\u0641\u062D\u0629 / \u0639\u0631\u0636 \u0627\u0644\u0646\u0635 \u0627\u0644\u0623\u0635\u0644\u064A.",translationOnlyModeDescription:"\u062A\u0634\u064A\u0631 \u0648\u0636\u0639\u064A\u0629 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0641\u0642\u0637 \u0625\u0644\u0649 \u0639\u0631\u0636 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0641\u0642\u0637\u060C \u0648\u0644\u064A\u0633 \u0627\u0644\u0648\u0636\u0639 \u0627\u0644\u062B\u0646\u0627\u0626\u064A \u0627\u0644\u0644\u063A\u0629 \u0627\u0644\u0627\u0641\u062A\u0631\u0627\u0636\u064A. \u0627\u0644\u0631\u062C\u0627\u0621 \u0645\u0644\u0627\u062D\u0638\u0629: \u0628\u0633\u0628\u0628 \u0645\u0634\u0643\u0644\u0627\u062A \u0627\u0644\u062A\u0642\u0646\u064A\u0629\u060C \u0633\u062A\u0635\u0628\u062D \u0627\u0644\u0631\u0648\u0627\u0628\u0637 \u0627\u0644\u0641\u0627\u0626\u0642\u0629 \u0641\u064A \u0627\u0644\u0646\u0635 \u0627\u0644\u0623\u0635\u0644\u064A \u063A\u064A\u0631 \u0641\u0639\u0627\u0644\u0629 \u0641\u064A \u0648\u0636\u0639\u064A\u0629 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0641\u0642\u0637.","intro.hoverDescription":"\u062A\u0639\u062F \u0648\u0638\u064A\u0641\u0629 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0639\u0646\u062F \u062A\u0645\u0631\u064A\u0631 \u0627\u0644\u0645\u0624\u0634\u0631 \u0641\u0648\u0642 \u0627\u0644\u0646\u0635 \u062C\u0632\u0621\u064B\u0627 \u0645\u0647\u0645\u064B\u0627 \u062C\u062F\u064B\u0627 \u0645\u0646 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u063A\u0627\u0645\u0631\u0629\u060C \u0641\u0642\u0637 \u0636\u0639 \u0627\u0644\u0645\u0624\u0634\u0631 \u0639\u0644\u0649 \u0627\u0644\u0641\u0642\u0631\u0629 \u0648\u0627\u0636\u063A\u0637 \u0639\u0644\u0649 \u0627\u0644\u0645\u0641\u062A\u0627\u062D \u0627\u0644\u0633\u0631\u064A\u0639 \u0627\u0644\u0645\u062D\u062F\u062F \u0641\u064A \u0646\u0641\u0633 \u0627\u0644\u0648\u0642\u062A\u060C \u0648\u0633\u064A\u062A\u0645 \u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0641\u0642\u0631\u0629 \u0627\u0644\u062D\u0627\u0644\u064A\u0629 \u062A\u0644\u0642\u0627\u0626\u064A\u064B\u0627 (\u0645\u0644\u0627\u062D\u0638\u0629: \u0627\u0644\u0625\u0639\u062F\u0627\u062F \u0627\u0644\u0627\u0641\u062A\u0631\u0627\u0636\u064A \u0644\u064A\u0633 \u0645\u0641\u0639\u0644\u0627\u064B\u060C \u064A\u0631\u062C\u0649 \u0627\u0644\u0625\u0639\u062F\u0627\u062F \u0623\u062F\u0646\u0627\u0647)\u060C \u064A\u062A\u0645 \u0627\u0633\u062A\u062E\u062F\u0627\u0645 \u0647\u0630\u0627 \u0627\u0644\u062A\u0641\u0627\u0639\u0644 \u0644\u0627\u0633\u062A\u0628\u062F\u0627\u0644 \u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0643\u0644\u0645\u0627\u062A \u0627\u0644\u0645\u062D\u062F\u062F\u0629 \u0628\u0634\u0643\u0644 \u0623\u0641\u0636\u0644\u060C \u0628\u0627\u0644\u0625\u0636\u0627\u0641\u0629 \u0625\u0644\u0649 \u0630\u0644\u0643\u060C \u064A\u062A\u0645 \u0627\u0633\u062A\u062E\u062F\u0627\u0645 \u0647\u0630\u0647 \u0627\u0644\u0648\u0638\u064A\u0641\u0629 \u0639\u0644\u0649 \u0646\u0637\u0627\u0642 \u0648\u0627\u0633\u0639 \u0641\u064A \u062A\u0644\u0643 \u0627\u0644\u0645\u0646\u0627\u0637\u0642 \u0627\u0644\u062A\u064A \u0644\u0627 \u064A\u0645\u0643\u0646 \u0627\u0644\u062A\u0639\u0631\u0641 \u0639\u0644\u064A\u0647\u0627 \u0644\u0644\u062A\u0631\u062C\u0645\u0629\u060C \u064A\u0645\u0643\u0646\u0643 \u0627\u0633\u062A\u062E\u062F\u0627\u0645 \u0647\u0630\u0647 \u0627\u0644\u0648\u0638\u064A\u0641\u0629 \u0644\u062A\u0631\u062C\u0645\u0629 \u0623\u064A \u0641\u0642\u0631\u0629 \u0628\u0627\u0644\u0642\u0648\u0629.","neverTranslateText.description":"\u0628\u0633\u0628\u0628 \u0623\u0646 \u0628\u0639\u0636 \u0645\u062D\u0631\u0643\u0627\u062A \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0644\u0627 \u062A\u062A\u0639\u0631\u0641 \u0628\u0634\u0643\u0644 \u0645\u062B\u0627\u0644\u064A \u0639\u0644\u0649 \u0627\u0644\u0623\u0633\u0645\u0627\u0621 \u0627\u0644\u062E\u0627\u0635\u0629\u060C \u064A\u0645\u0643\u0646\u0643 \u0625\u0636\u0627\u0641\u0629 \u0643\u0644\u0645\u0627\u062A \u0647\u0646\u0627 \u0644\u0644\u062A\u0623\u0643\u062F \u0645\u0646 \u0623\u0646\u0647\u0627 \u0644\u0646 \u062A\u062A\u063A\u064A\u0631 \u0623\u062B\u0646\u0627\u0621 \u0639\u0645\u0644\u064A\u0629 \u0627\u0644\u062A\u0631\u062C\u0645\u0629. \u064A\u0631\u062C\u0649 \u0645\u0644\u0627\u062D\u0638\u0629 \u0623\u0646 \u0647\u0630\u0647 \u0627\u0644\u0648\u0638\u064A\u0641\u0629 \u062A\u0639\u062A\u0645\u062F \u0639\u0644\u0649 \u062D\u062C\u0645 \u0627\u0644\u062D\u0631\u0648\u0641\u060C \u0648\u062A\u062F\u0639\u0645 \u0641\u0642\u0637 \u0627\u0644\u0644\u063A\u0627\u062A \u0627\u0644\u062A\u064A \u062A\u0641\u0635\u0644 \u0627\u0644\u0643\u0644\u0645\u0627\u062A \u0628\u0645\u0633\u0627\u0641\u0627\u062A (\u0645\u062B\u0644 \u0627\u0644\u0625\u0646\u062C\u0644\u064A\u0632\u064A\u0629 \u0648\u0627\u0644\u0641\u0631\u0646\u0633\u064A\u0629)\u060C \u0648\u0644\u0627 \u062A\u0646\u0637\u0628\u0642 \u0639\u0644\u0649 \u0627\u0644\u0644\u063A\u0627\u062A \u0645\u062B\u0644 \u0627\u0644\u064A\u0627\u0628\u0627\u0646\u064A\u0629 \u0648\u0627\u0644\u0643\u0648\u0631\u064A\u0629.","intro.subtitleDescription":"\u0628\u0639\u062F \u062A\u0641\u0639\u064A\u0644 \u0647\u0630\u0647 \u0627\u0644\u0648\u0638\u064A\u0641\u0629\u060C \u0633\u064A\u062A\u0645 \u0639\u0631\u0636 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u062B\u0646\u0627\u0626\u064A\u0629 \u062A\u0644\u0642\u0627\u0626\u064A\u064B\u0627 \u0623\u062B\u0646\u0627\u0621 \u062A\u0634\u063A\u064A\u0644 \u0627\u0644\u0641\u064A\u062F\u064A\u0648. \u0625\u0630\u0627 \u0644\u0645 \u064A\u062A\u0645 \u0627\u0644\u062A\u0641\u0639\u064A\u0644\u060C \u0633\u062A\u062D\u062A\u0627\u062C \u0625\u0644\u0649 \u0627\u0644\u0646\u0642\u0631 \u064A\u062F\u0648\u064A\u064B\u0627 \u0639\u0644\u0649 \u0632\u0631 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0639\u0644\u0649 \u0627\u0644\u0635\u0641\u062D\u0629 \u0644\u0639\u0631\u0636 \u0627\u0644\u062A\u0631\u062C\u0645\u0629. \u064A\u0631\u062C\u0649 \u0645\u0644\u0627\u062D\u0638\u0629 \u0623\u0646 \u0628\u0639\u0636 \u0627\u0644\u0645\u0648\u0627\u0642\u0639 \u0642\u062F \u062A\u062D\u062A\u0627\u062C \u0625\u0644\u0649 \u062A\u062D\u062F\u064A\u062B \u0627\u0644\u0635\u0641\u062D\u0629 \u0623\u0648 \u0627\u0644\u0627\u0646\u062A\u0638\u0627\u0631 \u062D\u062A\u0649 \u064A\u062A\u0645 \u0627\u0644\u0627\u0646\u062A\u0647\u0627\u0621 \u0645\u0646 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0639\u0646\u062F \u062A\u0641\u0639\u064A\u0644 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0644\u0623\u0648\u0644 \u0645\u0631\u0629 \u0644\u0639\u0631\u0636 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u062B\u0646\u0627\u0626\u064A\u0629. (\u0628\u0627\u0644\u0625\u0636\u0627\u0641\u0629 \u0625\u0644\u0649 \u0630\u0644\u0643\u060C \u064A\u0645\u0643\u0646\u0643 \u0623\u064A\u0636\u064B\u0627 \u062A\u0641\u0639\u064A\u0644 / \u0625\u0644\u063A\u0627\u0621 \u062A\u0641\u0639\u064A\u0644 \u0644\u0648\u062D\u0629 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u063A\u0627\u0645\u0631\u0629 \u0645\u0646 \u0627\u0644\u0632\u0627\u0648\u064A\u0629 \u0627\u0644\u0639\u0644\u0648\u064A\u0629 \u0627\u0644\u064A\u0645\u0646\u0649 \u0628\u0639\u062F \u0641\u062A\u062D \u0645\u0648\u0642\u0639 \u0627\u0644\u0641\u064A\u062F\u064A\u0648)

\u064A\u062A\u0645 \u0627\u0644\u0622\u0646 \u062F\u0639\u0645 \u0627\u0633\u062A\u062E\u062F\u0627\u0645 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u062B\u0646\u0627\u0626\u064A\u0629 \u0639\u0644\u0649 \u0647\u0630\u0647 \u0627\u0644\u0645\u0648\u0627\u0642\u0639:",geminiWarning:"\u062A\u0646\u0628\u064A\u0647: \u0627\u0644\u062E\u062F\u0645\u0629 \u0627\u0644\u0645\u062C\u0627\u0646\u064A\u0629 \u0644\u0640 Gemini \u0627\u0644\u062A\u064A \u062A\u0642\u062F\u0645\u0647\u0627 Google \u0644\u0647\u0627 \u0642\u064A\u0648\u062F \u0635\u0627\u0631\u0645\u0629\u060C \u0642\u062F \u064A\u062D\u0643\u0645 Google \u0623\u0646 \u0627\u0644\u0645\u0633\u062A\u062E\u062F\u0645 \u064A\u0633\u062A\u062E\u062F\u0645 \u0645\u0641\u0627\u062A\u064A\u062D \u0645\u062A\u0639\u062F\u062F\u0629 \u0644\u062A\u062C\u0646\u0628 \u0642\u064A\u0648\u062F \u0627\u0644\u062D\u0635\u0629 \u0627\u0644\u0645\u062C\u0627\u0646\u064A\u0629 \u0627\u0644\u062E\u0627\u0635\u0629 \u0628\u0647\u0645\u060C \u0644\u0630\u0627 \u0644\u0627 \u064A\u064F\u0646\u0635\u062D \u0628\u0627\u0633\u062A\u062E\u062F\u0627\u0645\u0647\u0627\u060C \u064A\u064F\u0641\u0636\u0644 \u0627\u0644\u0627\u0646\u062A\u0638\u0627\u0631 \u062D\u062A\u0649 \u062A\u0641\u062A\u062D Google \u0648\u0627\u062C\u0647\u0629 \u0628\u0631\u0645\u062C\u0629 \u0627\u0644\u062A\u0637\u0628\u064A\u0642\u0627\u062A \u0627\u0644\u0645\u062F\u0641\u0648\u0639\u0629 \u0644\u0640 Gemini \u0641\u064A \u0627\u0644\u0645\u0633\u062A\u0642\u0628\u0644 \u0644\u0627\u0633\u062A\u062E\u062F\u0627\u0645\u0647\u0627.","floatBall.setting":"\u0625\u0639\u062F\u0627\u062F\u0627\u062A","floatBall.file":`\u062A\u0631\u062C\u0645\u0629 \u0645\u0644\u0641\u0627\u062A PDF\u060C EPUB\u060C SRT\u060C ASS\u060C HTML\u060C TXT`,"floatBall.translateToLanguage":"\u0627\u0646\u0642\u0631 \u0644\u0644\u062A\u0631\u062C\u0645\u0629 \u0625\u0644\u0649 {language}",changeToOnlyTempTranslationMode:"\u0642\u0645 \u0628\u0627\u0644\u062A\u0628\u062F\u064A\u0644 \u0625\u0644\u0649 \u0625\u0638\u0647\u0627\u0631 \u0627\u0644\u062A\u0631\u062C\u0645\u0627\u062A \u0641\u0642\u0637",changeToDualTempTranslationMode:"\u0627\u0644\u062A\u0628\u062F\u064A\u0644 \u0625\u0644\u0649 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u062B\u0646\u0627\u0626\u064A\u0629 \u0627\u0644\u0644\u063A\u0629","transitionMode.translation":"\u0641\u0642\u0637 \u0627\u0644\u0646\u0635 \u0627\u0644\u0645\u062A\u0631\u062C\u0645","options.navbar.translateFile":"\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0648\u062B\u0627\u0626\u0642","transitionMode.dual":"\u0645\u0642\u0627\u0628\u0644\u0629 \u062B\u0646\u0627\u0626\u064A\u0629 \u0627\u0644\u0644\u063A\u0629","options.navbar.installApp":"\u062A\u062B\u0628\u064A\u062A \u062A\u0637\u0628\u064A\u0642 \u0627\u0644\u0647\u0627\u062A\u0641 \u0627\u0644\u0645\u062D\u0645\u0648\u0644","transitionMode.inherit":"\u0645\u0639 \u0627\u0644\u062D\u0641\u0627\u0638 \u0639\u0644\u0649 \u0627\u0644\u062A\u0646\u0627\u0633\u0642 \u0645\u0639 \u0648\u0636\u0639 \u0639\u0631\u0636 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0627\u0641\u062A\u0631\u0627\u0636\u064A \u0644\u0644\u0646\u0638\u0627\u0645","subtitle.transitionMode":"\u0625\u0639\u062F\u0627\u062F\u0627\u062A \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0641\u0642\u0637 / \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u062B\u0646\u0627\u0626\u064A\u0629 \u0644\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0641\u064A\u062F\u064A\u0648","subtitle.transitionModeDescription":"\u0642\u0645 \u0628\u062A\u0639\u064A\u064A\u0646 \u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0641\u064A\u062F\u064A\u0648 \u0625\u0644\u0649 \u0627\u0644\u0646\u0635 \u0627\u0644\u0645\u062A\u0631\u062C\u0645 \u0641\u0642\u0637 \u0623\u0648 \u0645\u0642\u0627\u0631\u0646\u0629 \u0627\u0644\u0644\u063A\u062A\u064A\u0646",translateFileTooltip:`\u062A\u0631\u062C\u0645\u0629 \u0645\u0644\u0641\u0627\u062A PDF\u060C ePub\u060C srt\u060C ass\u060C HTML\u060C TXT`,"description.subtitlePrompt":`\u0641\u064A \u0633\u064A\u0627\u0642 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u062A\u062D\u062A \u0627\u0644\u0634\u0627\u0634\u0629 \u0639\u0646\u062F \u0625\u0631\u0633\u0627\u0644 \u0639\u062F\u0629 \u0641\u0642\u0631\u0627\u062A\u060C \u064A\u062A\u0645 \u0625\u0631\u0633\u0627\u0644 \u0627\u0644\u062D\u0648\u0627\u0631 \u0625\u0644\u0649 {service} \u0628\u0627\u0633\u0645 \u0627\u0644\u0645\u0633\u062A\u062E\u062F\u0645\u060C \u062D\u064A\u062B {{from}} \u064A\u0645\u062B\u0644 \u0644\u063A\u0629 \u0627\u0644\u0641\u0642\u0631\u0629\u060C \u0648{{to}} \u064A\u0645\u062B\u0644 \u0627\u0644\u0644\u063A\u0629 \u0627\u0644\u0645\u0633\u062A\u0647\u062F\u0641\u0629\u060C \u0648{{yaml}} \u0647\u0648 \u0645\u062D\u062A\u0648\u0649 \u0627\u0644\u0641\u0642\u0631\u0629 \u0627\u0644\u0630\u064A \u0646\u0642\u0648\u0645 \u0628\u062A\u063A\u0644\u064A\u0641\u0647 \u0628\u062A\u0646\u0633\u064A\u0642 yaml\u060C \u0625\u0630\u0627 \u0643\u0627\u0646 \u0644\u062F\u064A\u0643 \u062D\u0627\u062C\u0629 \u0644\u062A\u062E\u0635\u064A\u0635 Prompt\u060C \u064A\u062C\u0628 \u0623\u0646 \u062A\u0636\u0645\u0646 \u0623\u0646 \u0643\u0644 \u0639\u0646\u0635\u0631 \u0641\u064A \u0646\u062A\u0627\u0626\u062C YAML \u0627\u0644\u062A\u064A \u064A\u0631\u062F \u0639\u0644\u064A\u0647\u0627 \u0627\u0644\u0630\u0643\u0627\u0621 \u0627\u0644\u0627\u0635\u0637\u0646\u0627\u0639\u064A \u064A\u062D\u062A\u0648\u064A \u0639\u0644\u0649 \u062D\u0642\u0644 {env.imt_sub_trans_field}\u060C {{imt_sub_trans_field}} \u0647\u0648 \u0627\u0633\u0645 \u0627\u0644\u062D\u0642\u0644 \u0627\u0644\u0630\u064A \u0646\u0631\u063A\u0628 \u0641\u064A \u0623\u0646 \u064A\u0631\u062F \u0639\u0644\u064A\u0647 \u0627\u0644\u0630\u0643\u0627\u0621 \u0627\u0644\u0627\u0635\u0637\u0646\u0627\u0639\u064A \u0628\u0627\u0644\u062A\u0631\u062C\u0645\u0629\u060C \u0627\u0644\u0627\u0641\u062A\u0631\u0627\u0636\u064A \u0647\u0648: {env.imt_sub_trans_field}\u060C {{imt_sub_source_field}} \u0647\u0648 \u0627\u0633\u0645 \u0627\u0644\u062D\u0642\u0644 \u0627\u0644\u0623\u0635\u0644\u064A \u0627\u0644\u0630\u064A \u0646\u0642\u062F\u0645\u0647 \u0644\u0644\u0630\u0643\u0627\u0621 \u0627\u0644\u0627\u0635\u0637\u0646\u0627\u0639\u064A\u060C \u0627\u0644\u0627\u0641\u062A\u0631\u0627\u0636\u064A \u0647\u0648: {env.imt_sub_source_field}\u060C \u0646\u062A\u064A\u062C\u0629 \u0627\u0644\u0639\u064A\u0646\u0629: @@ -5030,7 +5030,7 @@ ass\u060C HTML\u060C TXT`,"description.subtitlePrompt":`\u0641\u064A \u0633\u064 - id: 1 {env.imt_trans_field}: \u0627\u0644\u062A\u0631\u062C\u0645\u0629 - id: 2 - {env.imt_trans_field}: \u0627\u0644\u062A\u0631\u062C\u0645\u0629`,"translationServices.claude":"\u0643\u0644\u0648\u062F","subtitle.quickButton.setting":"\u0625\u0639\u062F\u0627\u062F\u0627\u062A","subtitle.quickButton.white":"\u0623\u0628\u064A\u0636","subtitle.quickButton.black":"\u0627\u0644\u0644\u0648\u0646 \u0627\u0644\u0623\u0633\u0648\u062F","subtitle.quickButton.yellow":"\u0627\u0644\u0644\u0648\u0646 \u0627\u0644\u0623\u0635\u0641\u0631","subtitle.quickButton.backgroundOpacity":"\u0634\u0641\u0627\u0641\u064A\u0629 \u0627\u0644\u062E\u0644\u0641\u064A\u0629","subtitle.quickButton.translationPositionBottom":"\u0623\u0633\u0641\u0644 \u0627\u0644\u0646\u0635 \u0627\u0644\u0623\u0635\u0644\u064A","subtitle.quickButton.backgroundColor":"\u0644\u0648\u0646 \u0627\u0644\u062E\u0644\u0641\u064A\u0629","subtitle.quickButton.cyan":"\u0627\u0644\u0644\u0648\u0646 \u0627\u0644\u0623\u0632\u0631\u0642","subtitle.quickButton.translationPosition":"\u0645\u0648\u0642\u0639 \u0627\u0644\u062A\u0631\u062C\u0645\u0629","subtitle.quickButton.magenta":"\u0627\u0644\u0644\u0648\u0646 \u0627\u0644\u0642\u0631\u0645\u0632\u064A","subtitle.quickButton.translationTextColor":"\u0644\u0648\u0646 \u062E\u0637 \u0627\u0644\u0646\u0635","subtitle.quickButton.red":"\u0627\u0644\u0644\u0648\u0646 \u0627\u0644\u0623\u062D\u0645\u0631","subtitle.quickButton.translationPositionTop":"\u0641\u064A \u0627\u0644\u062C\u0632\u0621 \u0627\u0644\u0639\u0644\u0648\u064A \u0645\u0646 \u0627\u0644\u0646\u0635 \u0627\u0644\u0623\u0635\u0644\u064A","subtitle.quickButton.sourceTextColor":"\u0644\u0648\u0646 \u0627\u0644\u062E\u0637 \u0627\u0644\u0623\u0635\u0644\u064A","subtitle.quickButton.green":"\u0627\u0644\u0644\u0648\u0646 \u0627\u0644\u0623\u062E\u0636\u0631","subtitle.quickButton.sourceFontSize":"\u062D\u062C\u0645 \u0627\u0644\u062E\u0637 \u0627\u0644\u0623\u0635\u0644\u064A","subtitle.quickButton.blue":"\u0627\u0644\u0644\u0648\u0646 \u0627\u0644\u0623\u0632\u0631\u0642","subtitle.quickButton.translationFontSize":"\u062D\u062C\u0645 \u062E\u0637 \u0627\u0644\u0646\u0635 \u0627\u0644\u0645\u062A\u0631\u062C\u0645",attachSubtitleTranslating:"\u0627\u0633\u062A\u062E\u062F\u0645 {service} \u0644\u0644\u062A\u0631\u062C\u0645\u0629...","error.claude.403":"\u0644\u0627 \u062A\u0648\u062C\u062F \u0635\u0644\u0627\u062D\u064A\u0629 \u0645\u0624\u0642\u062A\u0629 \u0644\u0644\u0648\u0635\u0648\u0644 \u0625\u0644\u0649 \u0627\u0644\u062E\u062F\u0645\u0629\u060C \u0642\u062F \u064A\u0643\u0648\u0646 \u0630\u0644\u0643 \u0645\u0631\u062A\u0628\u0637\u064B\u0627 \u0628\u0627\u0644\u0642\u064A\u0648\u062F \u0627\u0644\u062C\u063A\u0631\u0627\u0641\u064A\u0629 \u0644\u0640 Claude \u060C \u064A\u0645\u0643\u0646\u0643 \u0645\u062D\u0627\u0648\u0644\u0629 \u062A\u063A\u064A\u064A\u0631 \u0639\u0646\u0648\u0627\u0646 IP \u0627\u0644\u062E\u0627\u0635 \u0628\u0643 \u060C \u0623\u0648 \u0627\u0633\u062A\u062E\u062F\u0627\u0645 \u062E\u062F\u0645\u0627\u062A \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0623\u062E\u0631\u0649.","browser.brandDescriptionForSafari":"\u3010\u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u063A\u0627\u0645\u0631\u0629\u3011 \u0625\u0636\u0627\u0641\u0629 \u0645\u062C\u0627\u0646\u064A\u0629 \u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0635\u0641\u062D\u0627\u062A \u0627\u0644\u062B\u0646\u0627\u0626\u064A\u0629 \u0627\u0644\u0644\u063A\u0629 (\u0627\u0644\u0646\u0635 \u0627\u0644\u0623\u0635\u0644\u064A / \u0627\u0644\u062A\u0631\u062C\u0645\u0629)\u060C \u062A\u062F\u0639\u0645 \u0641\u064A \u0627\u0644\u0648\u0642\u062A \u0646\u0641\u0633\u0647 \u062A\u0631\u062C\u0645\u0629 PDF \u0648\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0643\u062A\u0628 \u0627\u0644\u0625\u0644\u0643\u062A\u0631\u0648\u0646\u064A\u0629 EPUB \u0645\u0639 \u0627\u0644\u062D\u0641\u0627\u0638 \u0639\u0644\u0649 \u062A\u0646\u0633\u064A\u0642 \u0627\u0644\u0648\u062B\u064A\u0642\u0629 \u0627\u0644\u0623\u0635\u0644\u064A\u0629\u060C \u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u062A\u0631\u062C\u0645\u0627\u062A \u0627\u0644\u062B\u0646\u0627\u0626\u064A\u0629 \u0627\u0644\u0644\u063A\u0629 \u0644\u0644\u0641\u064A\u062F\u064A\u0648\u0647\u0627\u062A \u0639\u0644\u0649 \u0627\u0644\u0625\u0646\u062A\u0631\u0646\u062A \u0645\u062B\u0644 Youtube/Netflix\u060C \u062A\u062F\u0639\u0645 \u062E\u062F\u0645\u0627\u062A \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0631\u0626\u064A\u0633\u064A\u0629 \u0645\u062B\u0644 Deepl/Google\u061B","browser.PdfProFile":"\u062A\u0631\u062C\u0645\u0629 PDF Pro \u0628\u062F\u0639\u0645 \u0645\u0646 \u0627\u0644\u0630\u0643\u0627\u0621 \u0627\u0644\u0627\u0635\u0637\u0646\u0627\u0639\u064A","browser.textTranslate":"\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0646\u0635"};var Il={nologin:"nicht eingeloggt",loginForSafari:"Anmelden oder Registrieren",login:"Anmelden, um eine Mitgliedschaft zu er\xF6ffnen",manageAccount:"Verwaltete Konten",openPremium:"Offene Mitgliedschaft",logout:"Abbrechen",curentPlan:"Aktuelle Pakete",endAt:"Verfallsdatum",endAuto:"automatische Erneuerung",lineBreakMaxTextCount:"Maximal zul\xE4ssige Anzahl von Zeichen pro Satz nach Zeilenumbr\xFCchen","translate-pdf":"Zum \xDCbersetzen PDF anklicken","noSupportTranslate-pdf":"Script nicht unterst\xFCtzt, bitte Plugin verwenden","translate-firefox-local-pdf":"Klicken Sie, um zu PDF importieren zu gelangen",enableLineBreak:"Automatischen Zeilenvorschub f\xFCr lange Abs\xE4tze aktivieren",sponsorLabel:"$1 Gesponserte Entwickler",help:"Hand",browserShortcutsNoteForFirefox:'Um die Verkn\xFCpfungen in Firefox zu \xE4ndern, m\xFCssen Sie die Seite f\xFCr die Verwaltung der Erweiterungen "about:addons" \xF6ffnen, dann auf "Einstellungen" und dann auf "Verkn\xFCpfungen verwalten" klicken, um die Verkn\xFCpfungen festzulegen.',browserShortcutsNoteForChrome:'Um Verkn\xFCpfungen in Chrome zu \xE4ndern, m\xFCssen Sie die Seite f\xFCr die Verwaltung von Erweiterungen \xF6ffnen, sie im Bereich "Verkn\xFCpfungen verwalten" festlegen (chrome://extensions/shortcuts) und auf die Schaltfl\xE4che unten klicken, um zur Seite f\xFCr die Verwaltung von Verkn\xFCpfungen zu gelangen.',browserShortcutsSucks:"Benutzerdefinierte Tastenkombinationen werden wie folgt formatiert (es erfolgt keine automatische Erkennung, bitte direkt eingeben)\uFF1A",enableLineBreakDescription:"Wenn diese Funktion aktiviert ist, werden in langen Abs\xE4tzen am Ende jedes Satzes Zeilenumbr\xFCche eingef\xFCgt, um die Lesbarkeit zu verbessern.","browser.shortBrandName":"Immersions\xFCbersetzung","browser.brandName":"Immersion Translation: Bilinguale Webseiten & PDF \xDCbersetzung","browser.brandDescription":"Bilingual web page translation, also supports PDF translation, bilingual Epub eBook translation, free to use.","browser.toggleTranslatePage":"Seite \xFCbersetzen/ Originaltext anzeigen","browser.toggleTranslateTheWholePage":"Alle Bereiche der Seite \xFCbersetzen/den Originaltext anzeigen","browser.toggleOnlyTransation":"Wechseln Sie in den Zweisprachen-/Nur-\xDCbersetzungsmodus","browser.toggleTranslateToThePageEndImmediately":"Sofortige \xDCbersetzung am Ende der Seite/Anzeige des Originaltextes","browser.toggleTranslateTheMainPage":"Den Hauptbereich der Seite \xFCbersetzen/den Originaltext anzeigen","browser.shareToDraft":"Zweisprachige Seiten teilen","browser.openOptionsPage":"\xD6ffnen Sie die Einstellungsseite","browser.toggleTranslationMask":"Translationsunsch\xE4rfe-Effekt ein-/ausblenden","browser.translateLocalPdfFile":"Lokale PDF-Dateien \xFCbersetzen","browser.openEbookViewer":"Lokale eBooks lesen","browser.openEbookBuilder":"Zweisprachige EPUB eBooks erstellen","browser.translateLocalHtmlFile":"HTML/Txt-Dateien \xFCbersetzen","browser.donateContext":"Erfahren Sie mehr \xFCber die Vorteile eines Sponsors","browser.translateLocalSubtitleFile":"Lokale Untertiteldateien \xFCbersetzen",confirmResetConfig:"Sind Sie sicher, dass Sie die Einstellungen zur\xFCcksetzen wollen?",translationLineBreakSettingTitle:"\xDCbersetzung Zeilenvorschubeinstellung",smartLineBreak:"Smart Line Feed (Berechnung)",alwaysLineBreak:"Immer Zeilenvorschub",isShowContextMenu:"Hinzuf\xFCgen \xFCbersetzter Seiten zu Rechtsklick-Men\xFCpunkten",toggleBeta:"Aktivieren von Beta-Testfunktionen",betaDescription:"Aktivieren Sie Funktionen, die noch experimentell sind, sowie einen \xDCbersetzungsdienst in der Beta-Phase. Treten Sie der <1>Telegram-Gruppe bei, um mehr zu erfahren.",translationLineBreakSettingDescription:"Bei Seiten mit wenig Inhalt sind die Zeilenumbr\xFCche immer ordentlich und \xFCbersichtlich. (Verwenden Sie intelligente Zeilenumbr\xFCche in langen, inhaltsreichen Abs\xE4tzen (mehr als{count}Zeichen), um Platz zu sparen).",tempTranslateDomainTitle:"Dauer des vor\xFCbergehenden Einschaltens der Website-\xDCbersetzung",tempTranslateDomainDescription:"Wenn Sie eine Webseite manuell \xFCbersetzen, schalten Sie die Website vor\xFCbergehend f\xFCr die automatische \xDCbersetzung ein, und Sie k\xF6nnen die vor\xFCbergehende Dauer festlegen.",xMinutes:"{count} Minuten",disabled:"die Verwendung von etw. untersagen",changelog:"Protokoll aktualisieren",toggleTranslatePageWhenThreeFingersOnTheScreen:"Gleichzeitiges Ber\xFChren des Bildschirms mit mehreren Fingern \xFCbersetzt Webseiten/zeigt den Originaltext an",toggleTranslationMaskWhenThreeFingersOnTheScreen:"Durch Ber\xFChren mit mehreren Fingern wird der Unsch\xE4rfeeffekt ein- und ausgeblendet.",fingerCountToToggleTranslagePageOnlyTranslationWhenTouching:"Wenn Sie mit mehreren Fingern gleichzeitig den Bildschirm ber\xFChren, wird die Webseite \xFCbersetzt (nur \xDCbersetzung) bzw. der Originaltext angezeigt.",addUrlDescription:"Kann ein Dom\xE4nenname sein und unterst\xFCtzt auch Wildcards, z. B.\uFF1A*.google.com, google.com/mail/*, https://www.google.com/*",general:"Grundeinstellungen",clickToExpandConfig:"Aktuelle Konfiguration erweitern",import:"Aus Datei importieren",export:"In Datei exportieren",toggleDebug:"Das Debug-Protokoll auf der Konsole ausgeben","fingers.0":"Klageschrift","fingers.2":"Zwei-Finger-Ber\xFChrung","fingers.3":"Drei-Finger-Ber\xFChrung","fingers.4":"Vier-Finger-Ber\xFChrung","fingers.5":"F\xFCnf-Finger-Ber\xFChrung",mouseHoldKey:"+ {key} \xDCbersetzen/Wiederherstellen des Absatzes",mouseHoldKeyAuto:"Direkte \xDCbersetzung des Absatzes",mouseHoldKeyOff:"Tun Sie nichts.",mouseHoldKeyOther:"Benutzerdefinierte Tastenkombinationen (Einstellungen \xF6ffnen)",mouseHoldKeyCustomKey:"{key} \xDCbersetzung/K\xFCrzung des Absatzes",mouseHoverHoldKey:"\xDCbersetzen Sie Abs\xE4tze, indem Sie die Tastenkombination dr\xFCcken, w\xE4hrend Sie mit der Maus dar\xFCber fahren.","mouse-translate":"Mauszeiger",document:"(Computer-)Datei",resetSuccess:"Alle Einstellungen erfolgreich zur\xFCcksetzen",resetThisSuccess:"Zur\xFCcksetzen erfolgreich",saved:"Erfolgreich speichern",successImportConfig:"Erfolgreich importierte Konfiguration",goAdvancedSettings:"Gehen Sie zur Seite Erweiterte Einstellungen",goAdvancedInterfaceSettings:"Gehen Sie zur Seite Erweiterte Anpassungseinstellungen",advanced:"Erweiterte Einstellungen",advancedDescription:"In der Regel sind keine Einstellungen erforderlich, belassen Sie es bei der Standardeinstellung. Nur f\xFCr spezialisiertere Benutzer sind mehr personalisierte Einstellungen verf\xFCgbar.",developer:"Einstellungen f\xFCr Entwickler",donateCafe:"Preise","translate to the bottom of the page":"Wird sie unmittelbar nach dem Betreten der Seite an das Ende der Seite \xFCbersetzt?",feedback:"Frage Feedback",toggleTranslatePage:"Seite \xFCbersetzen/ Originaltext anzeigen",translateToThePageEndImmediatelyDescription:"Wenn Sie die Funktion einschalten, wird der Inhalt sofort bei der Eingabe vom oberen zum unteren Rand der Seite \xFCbersetzt. Wenn Sie die Funktion ausschalten, wird der Inhalt w\xE4hrend des Lesens \xFCbersetzt. (Nicht empfohlen)","translate all areas of the page":"Ob alle Bereiche der Seite \xFCbersetzt werden sollen",translationAreaDescription:"Ist die Option aktiviert, werden alle Bereiche der gesamten Webseite \xFCbersetzt. Wenn Sie die Option ausschalten, wird die standardm\xE4\xDFige intelligente Erkennung verwendet und nur die Hauptbereiche werden \xFCbersetzt. (Es wird nicht empfohlen, diese Funktion einzuschalten)","the number of characters to be translated first":"\xDCbersetzen Sie direkt die ersten Zeichen der Seite, ohne zu warten, bis der Anzeigebereich angezeigt wird.","interface language":"Interface-Sprache","display both the original text and the translation":"Gleichzeitige Anzeige von Original und \xDCbersetzung","keyboard shortcuts":"Tastaturkurzbefehle",modify:"Tastenkombinationen \xE4ndern",reset:"reprovision",close:"Klageschrift",homepage:"Homepage",more:"mehr",moreOptions:"Erweitern Sie Ihre Anpassungsoptionen",translateTheWholePage:"Alle Bereiche der Seite \xFCbersetzen (im Gegensatz zu einer intelligenten Erkennung der Hauptbereiche)",changeToTranslateTheWholePage:"Umschalten auf die \xDCbersetzung aller Regionen",changeToTranslateTheMainPage:"Zum Hauptbereich \xDCbersetzen wechseln",changeToOnlyTranslationMode:"Umschalten, um nur \xDCbersetzungen anzuzeigen",changeToDualTranslationMode:"Umschalten auf zweisprachige \xDCbersetzung",translateToThePageEndImmediately:"Sofortige \xDCbersetzung an das Ende der Seite",translateTheMainPage:"Intelligente \xDCbersetzung Schl\xFCsselregionen","The local rules are up to date":"Die \xF6rtlichen Anpassungsvorschriften sind auf dem neuesten Stand.","Successfully synchronized with the latest official rules:":"Erfolgreich synchronisiert mit den neuesten offiziellen Anpassungsregeln.","Checking for updates":"Pr\xFCfen auf Aktualisierungen","Rules are being synchronized":"Anpassungsregeln werden synchronisiert",localVersionIsTooOld:"Die Version der lokalen Erweiterung ist zu alt. Bitte aktualisieren Sie die Erweiterung auf {minVersion} oder eine neuere Version, bevor Sie versuchen zu synchronisieren.",badUserscriptBrowser:"Der aktuelle Browser implementiert die Schnittstelle der Grease Monkey-Erweiterung nicht korrekt (z. B. um Informationen \xFCber die Versionsnummer des Grease Monkey-Skripts selbst zu erhalten). Bitte verwenden Sie andere Browser, die die <1>Grease Monkey-Erweiterung unterst\xFCtzen, wie z. B. Firefox.",foundNewVersion:"Entdecken Sie die neue Version",theLocalExtensionIsUpToUpdate:"Die aktuelle Erweiterung ist auf dem neuesten Stand.",failToSyncRules:"Fehlende Synchronisierung der neuesten Anpassungsregeln",retry:"Klicken Sie hier, um es erneut zu versuchen",failedReason:"Gr\xFCnde f\xFCr das Scheitern",currentRuleVersion:"Aktuelle Regelversion",calculating:"Berechnungen",unknownError:"unbekannter Fehler",canNotFetchRemoteRule:"Remote-Regeln k\xF6nnen nicht abgerufen werden",enableAlphaSuccess:"Alpha aktiviert",disableAlphaSuccess:"Die Alpha-Funktion wurde ausgeschaltet.",cacheSize:"Cache-Gr\xF6\xDFe\uFF1A",cleaning:"in Liquidation befindlich",cleanCache:"den Cache l\xF6schen",options:"aufstellen",about:"in Bezug auf",service:"Dolmetscherdienst",needAction:"(Gehe zu Einstellungen)",goSettings:"loslegen und einrichten",needActionForOptions:"(noch einzurichten)",translationEngine:"Motor Optionen",sourceLanguage:"Originalsprache",target:"Zielsprache",popupSourceLanguage:"Originalsprache",popupTarget:"Zielsprache",popupService:"Dolmetscherdienst",forThisSite:"Aktuelle Website",autoEnableSubtitle:"Automatisches \xD6ffnen von zweisprachigen Untertiteln",alwaysTranslate:"\xDCbersetzen Sie immer",neverTranslate:"Niemals \xFCbersetzen",alwaysTranslateSomeLanguage:"\xDCbersetzen Sie immer {language}",neverTranslateSomeLanguage:"Niemals \xFCbersetzen {language}",alwaysTranslateSomeSite:"\xDCbersetzen Sie immer {hostname}",neverTranslateSomeSite:"Niemals \xFCbersetzen {hostname}",alwaysTranslateSomeSiteOrWildSite:"\xDCbersetzen Sie immer die Website",alwaysTranslateSomePage:"\xDCbersetzen Sie die Seite immer",add:"erh\xF6hen.",default:"Standard (Einstellung)",forThisLanguage:"F\xFCr diese Sprache\uFF1A","add url":"URL eingeben",edit:"Compiler","translate other languages into specific language":"\xDCbersetzen Sie andere Sprachen in Ihre eingestellte Sprache","select translation service":"W\xE4hlen Sie einen \xDCbersetzungsdienst",language:"Mehrsprachigkeit","show-original":"Originaltext anzeigen",translate:"Rendering",Translated:"\xFCbersetzt",Translating:"in \xDCbersetzung",Error:"falsch",allowCacheTranslations:"Aktivieren Sie das lokale \xDCbersetzungscaching (um \xDCbersetzungsanfragen f\xFCr doppelte Passagen zu reduzieren)","translation display":"Anzeigestil der \xDCbersetzung","select diplay style":"Unterscheiden Sie die verschiedenen \xDCbersetzungsstile anhand der folgenden Beispiele",interface:"Interface-Einstellungen",import_export:"Import/Export",import_export_title:"Konfiguration importieren/exportieren",syncToGoogleDrive:"Jetzt mit Google Drive synchronisieren",floatBallOptions:"Hoverball-Einstellungen","floatBallOptions.enable":"Hoverball freischalten","floatBallOptions.blockUrls":"Website deaktivieren","floatBallOptions.add":"erh\xF6hen.","floatBallOptions.blockUrlDesc":"Schwebeb\xE4lle werden nicht angezeigt, wenn die folgenden Websites aufgerufen werden","floatBallOptions.clickType":"Klickverhalten","floatBallOptions.clickTypeDesc":"Verhalten des Hoverball-Symbols beim Anklicken","floatBallOptions.clickPopup":"\xDCbersetzungspanel anzeigen","floatBallOptions.clickTranslate":"\xDCbersetzung/Anzeige des Originaltextes","floatBallOptions.fixedPosition":"\u56FA\u5B9A\u4F4D\u7F6E","floatBallOptions.fixedPositionDesc":"\u60AC\u6D6E\u7403\u5728\u7A97\u53E3\u5DE6\u4FA7\u8FD8\u662F\u53F3\u4FA7","floatBallOptions.fixedPositionLeft":"\u5DE6\u4FA7","floatBallOptions.fixedPositionRight":"\u53F3\u4FA7",previewAllThemes:"Vorschau aller Stile","translationTheme.none":"nicht haben","translationTheme.grey":"dunkelgrau","translationTheme.dashed":"gepunktete Unterstreichung","translationTheme.dotted":"gepunkteter Unterstrich","translationTheme.dashedBorder":"gepunkteter Rand","translationTheme.solidBorder":"feste Umrandung","translationTheme.underline":"Unterstreichen Sie gerade Linien","translationTheme.mask":"Fuzzy-Effekte (Lernmodi)","translationTheme.opacity":"Transparenz-Effekt","translationTheme.paper":"Wei\xDFes Papier Schatteneffekt","translationTheme.dividingLine":"Trennungslinie","translationTheme.highlight":"hohe Helligkeit","translationTheme.marker":"Markierung (Lehnwort)","translationTheme.marker2":"Markierung 2","translationTheme.blockquote":"Referenzierungsstile","translationTheme.weakening":"Schw\xE4chung","translationTheme.italic":"Schr\xE4gschrift","translationTheme.bold":"eindicken","translationTheme.thinDashed":"d\xFCnne gepunktete Linie, Unterstrich","translationTheme.nativeDashed":"Das System ist mit einem gepunkteten Unterstrich versehen","translationTheme.nativeDotted":"System kommt mit gepunktetem Unterstrich","translationTheme.nativeUnderline":"Das System wird mit einer geraden Linie unterstrichen","translationTheme.wavy":"gewellte Linie","translationServices.custom":"Benutzerdefinierte API","translationServices.tencent":"Tencent \xDCbersetzer","translationServices.tenAlpha":"Tencent \xDCbersetzer (Alpha)","translationServices.google":"Google \xDCbersetzen","translationServices.bai":"Baidu (Alpha)","translationServices.baidu":"Baidu's \xDCbersetzung","translationServices.aliyun":"AliCloud \xDCbersetzung","translationServices.volc":"Vulkan\xFCbersetzung","translationServices.deeplx":"DeepLX (Beta)","translationServices.bing":"Microsoft \xDCbersetzen","translationServices.deepl":"DeepL","translationServices.wechat":"WeChat \xDCbersetzung","translationServices.azure":"Azure-\xDCbersetzung","translationServices.ibm":"IBM Watson","translationServices.aws":"Amazonas-\xDCbersetzung","translationServices.mock":"Simulierte \xDCbersetzung","translationServices.mock2":"Simulierte \xDCbersetzung 2","translationServices.caiyun":"lit. bunte Wolken und kleine \xDCbersetzungen","translationServices.cai":"Bunte Wolken (Alpha)","translationServices.volcAlpha":"Vulkan (Alpha)","translationServices.openl":"OpenL","translationServices.youdao":"Youtube-\xDCbersetzung","translationServices.you":"Youdao \xDCbersetzer (Alpha)","translationServices.transmart":"Tencent Interactive \xDCbersetzung","translationServices.niu":"Maverick Translator","translationServices.papago":"Papago \xDCbersetzung","translationServices.d":"D (Alpha)","translationServices.dpro":"D Pro (Kanarienvogel)","translationServices.openai":"OpenAI","translationServices.yandex":"Yandex","translationServices.chatgpt":"ChatGPT Web(3.5 mobil)","translate title":"Seitentitel \xFCbersetzen","always languages":"\xDCbersetzen Sie immer die Sprache",neverTranslateLanguagesLabel:"Die Sprache, die nie \xFCbersetzt werden wird",neverTranslateTheFollowingLanguagesDescription:"\xDCbersetzungen werden \xFCbersprungen, wenn ein Absatz auf der Seite in einer der folgenden Sprachen vorliegt",enableUserscriptPagePopup:"Schwebeball auf der Seite anzeigen",enableUserscriptPagePopupDescription:"Nachdem Sie den Hoverball ausgeschaltet haben, k\xF6nnen Sie ihn mit dem Shortcut /{touch}wieder aufrufen. Es wird dringend empfohlen, diese Einstellungsseite als Lesezeichen zu speichern, um zu verhindern, dass der Hoverball nach dem versehentlichen Ausschalten dieser Option nicht mehr gefunden wird!","always translate the following languages":"\xDCbersetzt automatisch in die Zielsprache, wenn die Seite in einer der folgenden Sprachen vorliegt","always sites":"Immer \xFCbersetzte Websites","always translate the following sites":"Websites werden automatisch in die Zielsprache \xFCbersetzt, wenn es sich um die Domainnamen von","never sites":"Nie \xFCbersetzte Website","never translate the following sites":"\xDCbersetzungen werden nicht durchgef\xFChrt, wenn die Website f\xFCr die folgenden Domains bestimmt ist","please refer to":"Sie m\xFCssen den Schl\xFCssel ausf\xFCllen, bevor Sie ihn verwenden k\xF6nnen.",KeyAndConfigurationTutorial:"Tutorial zur Anwendung und Konfiguration von Schl\xFCsseln",useAboveStyleForTheseSites:"Verwenden Sie immer den \xDCbersetzungsstil \u2308{theme}\u230B, wenn die Website f\xFCr die folgenden Domains bestimmt ist",currentUrl:"Aktuelle URL",confirm:"Speichern (einer Datei usw.) (Informatik)",cancel:"Stornierungen",delete:"entfernen","languages.auto":"automatische Erkennung",syncToCloud:"Mit Google Drive synchronisieren",syncToCloudDescription:"Die in die Cloud hochgeladene Konfiguration kann zwischen verschiedenen Browsern bzw. Grease-Monkey-Skripten synchronisiert werden, je nachdem, was zuletzt ge\xE4ndert wurde.",syncToAccount:"Synchronisierung mit der Immersive Translation Cloud",syncToAccountButton:"Sofortige Synchronisierung mit der Cloud",syncToAccountDescription:"Automatische Synchronisierung von Konfigurationen zwischen verschiedenen Ger\xE4ten, je nachdem, was zuletzt ge\xE4ndert wurde.",successSyncConfigInAccount:"Erfolgreiche Synchronisierung mit der Cloud",successSyncConfigToAccount:"Erfolgreiche Synchronisierung mit der Cloud",syncConfigNoUpdate:"Sie ist bereits auf dem neuesten Stand.",authFail:"Autorisierungsfehler",syncTitle:"Manuelles Backup-Management",import_hint:"importieren (Daten)",upload:"hochladen",revokeAuth:"eine Zulassung widerrufen",uploadFail:"Upload fehlgeschlagen",download:"Herunterladen von",importSuccess:"Erfolgreich importiert",importFail:"Importfehler",deleteFail:"L\xF6schen fehlgeschlagen",backupToCloud:"Manuelle Verwaltung von Sicherungsdateien",create_new_backup:"Einen neuen Sicherungsknoten hinzuf\xFCgen",maxBackupFiles:"Es k\xF6nnen bis zu{count}verschiedene Nodes gesichert werden, bitte l\xF6schen Sie die Nodes, die Sie nicht ben\xF6tigen.",backupToCloudDescription:"Manuelles Hochladen oder Wiederherstellen von Sicherungsdateien, wobei bis zu 3 verschiedene Sicherungen m\xF6glich sind",successSyncConfig:"Erfolgreiche Synchronisierung mit der Cloud",syncFail:"Synchronisationsfehler",updatedAt:"Aktualisiert von {date}",lastSyncedAt:"Zuletzt gepr\xFCft unter {date}",downloadFail:"Download fehlgeschlagen",clickToDownload:"Klicken Sie zum Herunterladen",aboutLabel:"\xDCber - Feedback","browser.openAboutPage":"\xDCber/Feedback",aboutLabelWithoutSponsor:"\xDCber - Feedback",aboutIntro:"M\xF6gen wir alle einen einfacheren und angenehmeren Zugang zu der riesigen Menge fremdsprachiger Informationen im Internet haben \u2764\uFE0F Sie k\xF6nnen Ihre <6>Pro-Mitgliedschaft aktivieren, um die sofort einsetzbaren DeepL und OpenAI-\xDCbersetzungen zu nutzen.

Sie k\xF6nnen uns auf <3>Twitter, <4>Telegram, Weibo, WeChat folgen oder <5>sich in unsere Mailingliste eintragen, um Updates zu erhalten.
<7>Pro-Mitglieder k\xF6nnen uns unter <8>support@immersivetranslate.com kontaktieren, um schnellen Kundenservice zu erhalten.",aboutIntroWithoutSponsor:"M\xF6gen wir alle einen leichteren und angenehmeren Zugang zu der enormen Menge an fremdsprachlichen Informationen haben, die im Internet zur Verf\xFCgung stehen \u2764\uFE0F

Sie k\xF6nnen uns auf <3>Twitter, im <4>Telegram-Kanal, auf WeChat und WeChat Exchange folgen oder <5>sich unten per <5>E-Mail f\xFCr Updates <5>anmelden.",projectHomepage:"Projekt Heimat",joinTelegramGroup:"Treten Sie der Benutzergruppe bei, um an Diskussionen \xFCber Funktionen teilzunehmen.",wechatPublicAccount:"WeChat \xD6ffentlich",wechatCommunities:"WeChat Austauschgruppe",qqCommunities:"QQ Kommunikationskanal",joinTelegramChannel:"Folgen Sie dem Telegram-Kanal f\xFCr aktuelle Updates",feedbackAndJoin:"Frage Feedback / Gruppe hinzuf\xFCgen",autoSync:"automatische Zeitsynchronisation",loadingThemeTitle:"Stil laden",loadingThemeDescription:"Einstellen des Stils beim Warten auf das Laden der \xDCbersetzung","loadingTheme.spinner":"Animation zum Drehen","loadingTheme.text":"etw. in statischer Schrift ","loadingTheme.none":"nicht gezeigt",developerDescription:"Die Dokumentation zur erweiterten Anpassung finden Sie <1>hier","edit border color":"\xC4ndern Sie die Farbe des Rahmens",successSyncButNoChange:"Die aktuelle Konfiguration ist mit der Cloud konsistent",customTheme:"Individuelle Farben und Gr\xF6\xDFen","customThemeLabel.borderColor":"Farbe der Umrandung","customThemeLabel.borderRadius":"Abgerundete Kanten","customThemeLabel.textColor":"Textfarbe","customThemeLabel.backgroundColor":"Hintergrundfarbe","customThemeLabel.zoom":"Skalierung der Schrift (%)","customThemeLabel.opacity":"Text-Opazit\xE4t (%)",resetToDefaultColor:"Wiederherstellung der Standardfarben",resetToDefaultSettings:"Wiederherstellen der Standardeinstellungen",isTranslateTitle:"\xDCbersetzung der Seitentitel aktivieren",isTranslateTitleDescription:"Beim \xD6ffnen wird der Seitentitel \xFCbersetzt",enableSearchEnhancement:"Erm\xF6glichung der zweisprachigen Erweiterung von Nachrichten",enableSearchEnhancementDescription:'Sobald diese Funktion aktiviert ist, werden die Suchergebnisse von "Google News" automatisch in der rechten Spalte der unterst\xFCtzten Websites (Google News, Google Search (einige Suchbegriffe), Snowball, Oriental Fortune, Futura, Tiger Community) f\xFCr die entsprechenden englischen Suchbegriffe angezeigt.',verifyService:"Klicken Sie hier, um den Dienst zu testen",verified:"Erfolg \xFCberpr\xFCfen","field.langs":"Unterst\xFCtzte Sprachcodes","field.model":"Modellierung","field.translationEngine":"\xDCbersetzungsmotor","field.limitPerMinute":"Maximale Anfragen pro Minute","field.limitPerSecond":"Maximale Anzahl von Anfragen pro Sekunde","field.maxTextLengthPerRequest":"Maximale Textl\xE4nge pro Anfrage","field.maxTextGroupLengthPerRequest":"Maximale Anzahl von Abs\xE4tzen pro Anfrage","field.apiUrl":"Adresse der benutzerdefinierten API-Schnittstelle","field.placeholderDelimiters":"reservierter Platzhalter","description.custom":"Benutzerdefinierte Schnittstelle Zugriff Dokumentation erforderlich","description.limitPerMinute":"Anfragen, die diese Grenze \xFCberschreiten, werden bis zum Beginn der n\xE4chsten Minute in eine Warteschlange gestellt. Aufgrund der verschiedenen Einschr\xE4nkungen von OpenAIs aktuellem Service, klicken Sie bitte <1>hier f\xFCr die neuesten vorgeschlagenen Werte","description.limitPerSecond":"Anfragen, die diese Grenze \xFCberschreiten, werden bis zum Beginn der n\xE4chsten Sekunde in eine Warteschlange gestellt. Aufgrund der verschiedenen Einschr\xE4nkungen von OpenAIs aktuellem Service, klicken Sie bitte <1>hier f\xFCr die neuesten vorgeschlagenen Werte","description.generalLimitPerSecond":"Anfragen, die diese Grenze \xFCberschreiten, werden bis zum Beginn der n\xE4chsten Sekunde in eine Warteschlange gestellt.","description.prompt":"Gespr\xE4che, die im Namen des Benutzers an {service} gesendet werden, wobei {{text}} den Textinhalt des Absatzes darstellt, {{from}} die Sprache des Absatzes und {{to}} die Zielsprache.","description.maxTextLengthPerRequest":"Die maximale Anzahl von Zeichen pro Anfrage ist zu gro\xDF, so dass die Schnittstelle langsam reagiert. Versuchen Sie daher, diese Option anzupassen, um die Geschwindigkeit zu optimieren.","description.systemPrompt":"Ein Dialog, der an OpenAI als System gesendet wird, wobei {{text}} den Textinhalt des Absatzes,{{from}} die Sprache des Absatzes und{{to}} die Zielsprache angibt.","field.domain":"Bereich","description.domain":"Der Standardwert ist\uFF1Ageneral. Kann nur gesetzt werden, wenn die Dom\xE4nen\xFCbersetzung in der Arima API-Konsole aktiviert ist, siehe <1>hier f\xFCr unterst\xFCtzte Dom\xE4nen","field.scene":"Nehmen Sie","description.scene":"Der Standardwert ist\uFF1Ageneral. Kann nur eingestellt werden, wenn die AliCloud-API-Konsole Machine Translation Pro \xF6ffnet, siehe <1>hier f\xFCr unterst\xFCtzte Szenarien","field.vocabId":"Benutzerw\xF6rterbuch-ID","description.vocabId":"Das angegebene W\xF6rterbuch out_id unterst\xFCtzt derzeit die \xDCbersetzung Englisch-Chinesisch.","description.model":"OpenAI-Modelle, z.B. gpt-3.5-turbo, gpt-4, etc.","description.maxTextGroupLengthPerRequest":"Die Anzahl der Abs\xE4tze, die gleichzeitig an den \xDCbersetzungsdienst gesendet werden. Wenn es zu viele Abs\xE4tze sind, kann dies dazu f\xFChren, dass die Schnittstelle langsamer reagiert.","description.apiUrl":"Bitte f\xFCgen Sie spezifische URLs mit Pfaden, <1>mehr Beschreibung",enabledExtension:"Aktivieren von Erweiterungen",clickToDisableExtension:"Klicken Sie hier, um Erweiterungen zu deaktivieren",clickToEnableExtension:"Klicken Sie, um Erweiterungen zu aktivieren",hasBeenDisabled:"deaktiviert","show password":"Passwort anzeigen",customContent:"Eingabe eines benutzerdefinierten Modellnamens",inputOptions:"Erweiterung des Eingabefeldes",mouseHoverOptions:"Mauszeiger",modifyMouseHoverKey:"Mauszeiger-Kurzbefehl \xE4ndern",enableInputTranslation:"Ob die Erweiterung des Eingabefeldes aktiviert werden soll",enableInputTranslationDescription:"Nach der Aktivierung geben Sie {startingKey}{startingKey} hallo direkt in das Eingabefeld ein und dr\xFCcken dann schnell{inputTrailingTriggerKeyRepeatTimes}mal{trailingKey}, um in {inputTargetLanguage}zu \xFCbersetzen.",enableInputTranslationDescriptionForNoneKey:"Nach der Aktivierung geben Sie\uFF1AHello World direkt in das Eingabefeld ein und dr\xFCcken dann schnell{inputTrailingTriggerKeyRepeatTimes}{trailingKey}, um in die Standardzielsprache zu \xFCbersetzen.",inputTargetLanguage:"Einstellung der Standard-Zielsprache f\xFCr Eingabefelder",inputTargetLanguageDescription:"Standard-Zielsprache f\xFCr die \xDCbersetzung von Eingabefeldern, d.h. {startingKey}{startingKey} als Standardsprache f\xFCr Triggerw\xF6rter",inputTargetLanguageDescriptionForNoneKey:"Standard-Zielsprache f\xFCr die \xDCbersetzung des Eingabefeldes",inputStartingTriggerKeyTitle:"Einstellung des Trennzeichens f\xFCr die Teil\xFCbersetzung des Eingabefeldes",inputStartingTriggerKeyDescription:"Wenn Sie nicht das gesamte Eingabefeld \xFCbersetzen m\xFCssen, k\xF6nnen Sie mit dem Splitter nur den Teil von {startingKey}{startingKey} bis zum Ende des Eingabefelds \xFCbersetzen, oder Sie k\xF6nnen den Sprachcode angeben, z. B.\uFF1A{startingKey}ja bedeutet, dass nur der Teil von {startingKey}ja bis zum Ende des Eingabefelds \xFCbersetzt wird.",inputStartingTriggerKeyDescriptionForNoneKey:'Die derzeitige Einstellung "kein Pr\xE4fix" wird nicht ben\xF6tigt, und die \xDCbersetzungsfunktion f\xFCr einige Texte im Eingabefeld ist derzeit nicht verf\xFCgbar.',inputTrailingTriggerKeyTitle:"W\xE4hlen Sie ein Ausl\xF6sezeichen f\xFCr das Ende eines Eintrags",inputTrailingTriggerKeyDescription:"3 schnelle Treffer{trailingKey} wird mit der \xDCbersetzung beginnen!",inputTrailingTriggerKeyTimeout:"Geben Sie die Zeit zwischen den Ausl\xF6sern f\xFCr das Ende des Kampfes ein.",inputTrailingTriggerKeyTimeoutDescription:"Legt die Zeit (in Millisekunden) zwischen den Combo-Triggern f\xFCr das Eingangsende fest",spaceKey:"<\u7A7A\u683C\u952E>",noneKey:"Direkte \xDCbersetzung des gesamten Textfeldes ohne Pr\xE4fixe",inputTranslationBlockUrlsTitle:"Aktivieren Sie die Eingabefelderweiterung in den folgenden URLs nicht",inputTranslationBlockUrlsDescription:"Die Erweiterungen der Eingabefelder funktionieren nicht bei den folgenden URLs",clickToSeeQuickDemo:"Klicken Sie hier, um das 30-Sekunden-Kurzanleitung-Video zu erweitern",inputHelperInfo:"Beschreibung\uFF1AWir haben die Tatsache optimiert, dass einige ausl\xF6sende Zeichen bei chinesischen Eingabemethoden zu chinesischen Satzzeichen werden, z. B. wird / bei der Sogou-Eingabemethode zu einem Dun-Zeichen, und Immersive Translator unterst\xFCtzt alle chinesischen Symbole, die den ausl\xF6senden Zeichen entsprechen, d. h. //,,, wird als ausl\xF6sendes Zeichen erkannt.

Wir unterst\xFCtzen auch chinesische Aliase f\xFCr Sprachcodes als Befehle, z.B. /Japanese Hello World wird ins Japanische \xFCbersetzt, <1>klicken Sie hier, um alle unterst\xFCtzten Sprachcodes zu sehen.",reloadCurrentPage:"Bitte aktualisieren Sie die aktuelle Seite, bevor Sie die \xDCbersetzung starten.",noLocalFilePermissionForPDF:"Sie haben keine Berechtigung, lokale Dateien zu lesen. Bitte klicken Sie auf die Schaltfl\xE4che oben und importieren Sie dann lokale Dateien.",noPermissionForThisPage:"\u26A0\uFE0F Keine Berechtigung zur \xDCbersetzung der aktuellen Seite",retryAllParagraphs:"Alle Fehlerpassagen erneut versuchen",retryAllButton:"Alle Fehlerpassagen erneut versuchen",errorTooltipTitle:"Klicken Sie, um die Ursache des Fehlers zu sehen",errorModalTitle:"Irgendetwas scheint mit dem \xDCbersetzungsdienst oder dem Netzwerk nicht in Ordnung zu sein...",disableConfirm:"Zweisprachige Information Enhancement Setting",disableOnce:"Diese Invalidit\xE4t",disableGlobal:"dauerhaft deaktivieren",disableTint:"* Sie k\xF6nnen sie unter {option} wieder aktivieren.",searchEnhancementNotes:'Wir haben festgestellt, dass die Nachrichtenergebnisse f\xFCr chinesische und englische Schl\xFCsselw\xF6rter sehr unterschiedlich sind. Nach der Aktivierung der Funktion "Immersive Translation Bilingual Information Enhancement" suchen wir f\xFCr Sie automatisch auf den unterst\xFCtzten Websites (Google News, Google Search (einige Schl\xFCsselw\xF6rter), Snowball, Oriental Wealth, Futura, Tiger) nach denselben Schl\xFCsselw\xF6rtern auf Englisch und zeigen sie auf der rechten Seite an. Sie k\xF6nnen diese Funktion deaktivieren, wenn Sie sie nicht ben\xF6tigen.',option:"aufstellen",saveSettings:"Einstellungen speichern",closeModal:"Fenster schlie\xDFen",enableInputTranslationWithoutTriggerKeyTitle:"Aktivieren Sie 3 Schnellzugriffe auf{trailingKey}, um das gesamte Eingabefeld direkt in{inputTargetLanguage}zu \xFCbersetzen.",enableInputTranslationWithoutTriggerKeyDescription:"Um die Zielsprache anzugeben, stellen Sie ihr den Sprachcode voran, z. B.\uFF1Aja Hello World",mouseHoverShortcutPlaceholder:"z.B.\uFF1AVerschiebung",deepLProName:"Immersive Translation Pro Mitglied (empfohlen)",deepLProDescription:"Das aktuelle Paket kann direkt verwendet werden",deeplProDescriptionForNormal:"Keine Einrichtung erforderlich, Mitglieder k\xF6nnen es nach der Anmeldung nutzen, <1>klicken Sie hier, um Mitglied zu werden",deepLCustomDescription:"Ausl\xE4ndische Kreditkarte erforderlich, offiziell er\xF6ffnet unter <1>DeepL, klicken Sie f\xFCr die <2>Dokumentation",deepLCustomName:"Benutzerdefinierter Authentifizierungsschl\xFCssel",chooseProviderLabel:"W\xE4hlen Sie einen Dienstanbieter",openaiProName:"Immersive Translation Pro Mitglied (empfohlen)",openaiProDescription:"Das aktuelle Paket kann direkt verwendet werden",openaiProDescriptionForNormal:"Keine Einrichtung erforderlich, Mitglieder k\xF6nnen es nach der Anmeldung nutzen, <1>klicken Sie hier, um Mitglied zu werden",openaiCustomDescription:"Verf\xFCgbar auf OpenAI, Azure OpenAI oder anderen Diensten von Drittanbietern, <1>klicken Sie hier f\xFCr die Dokumentation",openaiCustomName:"Benutzerdefinierter API-Schl\xFCssel",needLoginAction:"(Offene Mitgliedschaft oder Anpassung)",goLoginOrAction:"(\xD6ffnen Sie eine Mitgliedschaft oder gehen Sie zu den Einstellungen)",yearly:"eine fortlaufende j\xE4hrliche Zahlung leisten",quarterly:"sequenzieller Umschlag",monthly:"Monatsabonnement",yearlyForOnce:"Einmaliges Jahrespaket",monthlyForOnce:"Einmaliges Monatspaket",daily:"aufeinanderfolgende Pakettage",year:"eine fortlaufende j\xE4hrliche Zahlung leisten",quarter:"sequenzieller Umschlag",month:"Monatsabonnement",day:"aufeinanderfolgende Pakettage",onetime_7day:"7-Tage-Erlebnispaket",currentPlanDescriptionForFree:"Aktuelle Pakete\uFF1AKostenlos",currentPlanDescriptionForContinuous:"Das aktuelle Paket\uFF1A{plan}wird automatisch auf {endAt} verl\xE4ngert.",currentPlanDescriptionForAutoRenewCaceling:"Das aktuelle Paket\uFF1A{plan}l\xE4uft auf {endAt} aus und wird nach Ablauf nicht automatisch verl\xE4ngert.",currentYearlyPlanDescriptionForAutoRenewCacelingWithRealPaiedUser:"Das aktuelle Paket,\uFF1A{plan}, l\xE4uft am {endAt} aus und wird nach Ablauf nicht automatisch verl\xE4ngert.
<1>Klicken Sie hier, um Ihren Verl\xE4ngerungsplan zu verwalten",currentYearlyPlanDescriptionForAutoRenewCacelingWithAdmin:"Das aktuelle Paket\uFF1A{plan}l\xE4uft auf {endAt} aus und wird nach Ablauf nicht automatisch verl\xE4ngert.
<1>Klicken Sie hier, um ein fortlaufendes Jahresabonnement zu aktivieren",currentPlanDescriptionForOneTime:"Das aktuelle Abonnement\uFF1A{plan}l\xE4uft auf {endAt} aus. <1>Klicken Sie hier, um eine j\xE4hrliche oder <2>monatliche Mitgliedschaft zu <1>erwerben.",upgradePlan:"Klicken Sie hier f\xFCr ein Upgrade auf die Pro-Mitgliedschaft",upgradeToPro:"Upgrade auf Pro-Mitgliedschaft","popup.openPro":"Upgraden Sie auf die Pro-Mitgliedschaft, um DeepL und OpenAI-\xDCbersetzung zu genie\xDFen. Klicken Sie hier, um upzugraden!","popup.openProForPro":"Sie sind ein Pro-Mitglied mit direktem Zugang zu DeepL und OpenAI \xDCbersetzungen!",currentAccount:"laufendes Konto",enableAutoSyncUserSettings:"Aktivieren Sie die automatische Cloud-Synchronisierung \xFCber mehrere Ger\xE4te hinweg",modalEnableInputTranslationTitle:"Immersive Translation Eingabefeld Translation Alerts",modalEnableInputTranslationDesc:"Sie haben soeben die \xDCbersetzung des Eingabefeldes von Immersive Translation ausgel\xF6st, indem Sie dreimal kurz hintereinander die Leertaste gedr\xFCckt haben, und der Inhalt des Eingabefeldes wird in die Standardzielsprache \xFCbersetzt. Die \xDCbersetzung kann mit Strg+Z r\xFCckg\xE4ngig gemacht werden.

Sollte dies ein Fehler gewesen sein, k\xF6nnen Sie die \xDCbersetzung des Eingabefeldes entweder deaktivieren oder dauerhaft abschalten.",saveAndNotShowAgain:"Speichern und Beenden der Eingabeaufforderung",disableInputTranslationTips:"* Sie k\xF6nnen auch andere Tastenkombinationen f\xFCr die Ausl\xF6sung in {option} ,{learnMore}festlegen.",learnMore:"Klicken Sie hier, um mehr zu erfahren",continueEnalbeInputTranslation:"Fortfahren, um die \xDCbersetzung von Eingabefeldern zu aktivieren",autoRenewTrialSuffix:'(Aufwird die Testversion sofort zur Vollmitgliedschaft aufgewertet)',upgradeFromTrialTitle:"Upgrade zum Vollmitglied",subtitle:"Video-Untertitelung",youtubeService:"Immersions\xFCbersetzung Videountertitelung \xDCbersetzungsdienste","subtitle.disabledSubtitle":"Dauerhaftes Deaktivieren der Video-Untertitelfunktion","subtitle.disabledSubtitleDescription":"Wenn Immersive Translator's Video Subtitles mit anderen Erweiterungen in Konflikt steht, k\xF6nnen Sie die Funktion von Immersive Translator's Video Subtitles dauerhaft deaktivieren oder andere in Konflikt stehende Erweiterungen deinstallieren","subtitle.autoEnableSubtitle":"Automatische Verwendung von zweisprachigen Untertiteln","subtitle.autoEnableSubtitleDescription":"Nach der Aktivierung werden beim Abspielen eines Videos automatisch zweisprachige Untertitel angezeigt, sonst m\xFCssen Sie auf die \xDCbersetzungsschaltfl\xE4che klicken, um sie anzuzeigen.","subtitle.preTranslation":"\xDCbersetzen von Untertiteln mit immersiver \xDCbersetzung","subtitle.preTranslationDescription":"Wenn diese Option aktiviert ist, wird der gesamte Untertitel mit Hilfe des unten angegebenen \xDCbersetzungsdienstes vor\xFCbersetzt. F\xFCr ein einst\xFCndiges Video werden etwa 50.000 Token oder Zeichen ben\xF6tigt, die Sie bitte nach eigenem Ermessen verwenden.","subtitle.humanSubtitlesPreferred":"Vorrangige Verwendung von Untertiteln f\xFCr Menschen","subtitle.humanSubtitlesPreferredDescription":"Bevorzugen Sie die Verwendung von menschlichen Untertiteln, wenn das Video menschliche Untertitel in der Zielsprache hat (empfohlen)",videoSubtitleTranslationDescription:"Beauftragen Sie einen separaten \xDCbersetzungsdienst f\xFCr Videountertitel",subtitleTranslating:"Bitte warten Sie, w\xE4hrend die Untertitel \xFCber den Dienst {service} \xFCbersetzt werden... (Immersions\xFCbersetzung)",subtitleLoading:"Laden von Untertiteln...",bilingual:"Zweisprachigkeit","field.action":"Ob Baidu-Terminologie aktiviert werden soll","description.action":"Wenn diese Funktion aktiviert ist, wird der Anfrage ein Parameter action=1 hinzugef\xFCgt, um Baidu \xFCber den aktivierten Begriff zu informieren. <1>Weitere Informationen finden Sie in der offiziellen Dokumentation.",closeQuickTranslation:"Hoverball schlie\xDFen","closeQuickTranslation.untilNext":"Diesmal geschlossen bis zum n\xE4chsten Besuch","closeQuickTranslation.currentWebsite":"Aktuelle Seite deaktiviert","closeQuickTranslation.alwaysClose":"dauerhaft deaktivieren","closeQuickTranslation.settingOpen":"(kann auf der <1>Einstellungsseite aktiviert werden)","closeQuickTranslation.cancel":"Stornierungen","closeQuickTranslation.confirm":"definieren.","floatBall.popup":"\xD6ffnen Sie das Panel Schnelleinstellungen","floatBall.translate":"Klicken Sie, um die Seite zu \xFCbersetzen","floatBall.showOriginal":"Klicken Sie, um zum Originalartikel zur\xFCckzukehren","floatBall.close":"Hoverball schlie\xDFen","floatBallOptions.enableDescPc":"Nach dem Aktivieren des Hoverballs wird auf der rechten Seite der Seite eine Schaltfl\xE4che f\xFCr die Schnell\xFCbersetzung angezeigt. Klicken Sie darauf, um zu \xFCbersetzen!","floatBallOptions.enableDesc":"Nachdem Sie den Hoverball ausgeschaltet haben, k\xF6nnen Sie ihn mit{touch}wieder aufrufen. Es wird dringend empfohlen, diese Einstellungsseite als Lesezeichen zu speichern, falls Sie den Hoverball nicht mehr finden k\xF6nnen, nachdem Sie diese Option versehentlich ausgeschaltet haben!","description.azureApiUrl":"Geben Sie die Adresse der benutzerdefinierten API-Schnittstelle ein",confirmSupportMouse:"Aktivierung der Mausunterst\xFCtzung erzwingen",confirmSupportMouseDescription:"Es wurde festgestellt, dass der aktuelle Browser die Mausfunktion nicht unterst\xFCtzt. Ist es notwendig, die Mausunterst\xFCtzung zu aktivieren?",sampleTargetText:"Die lange Nacht wird kommen, und ich werde von heute an bis zu meinem Tod Wache halten. Ich werde keine Frau nehmen, ich werde kein Lehen machen, ich werde keine Kinder haben. Ich werde keine Krone tragen, ich werde nicht nach Ehre streben. Ich werde meine Pflicht tun und leben und sterben.",sampleSourceText:"Night gathers, and now my watch begins. It shall not end until my death. I shall take no wife, hold no lands, father no children. I shall wear no crowns and win no glory. I shall live and die at my post.","subtitle.supportedSites":"\u5DF2\u652F\u6301\u5728\u8FD9\u4E9B\u7F51\u7AD9\u4F7F\u7528\u53CC\u8BED\u5B57\u5E55\uFF08\u6CE8\u610F\uFF1A\u7531\u4E8E\u6280\u672F\u9650\u5236\uFF0C\u90E8\u5206\u7F51\u7AD9\u5728\u9996\u6B21\u5F00\u542F\u5B57\u5E55\u540E\u9700\u8981\u91CD\u65B0\u5237\u65B0\u9875\u9762\uFF0C\u6216\u8005\u9700\u7B49\u5F85\u7FFB\u8BD1\u5B8C\u6210\u4EE5\u663E\u793A\u53CC\u8BED\u5B57\u5E55\uFF09\uFF1A",viewWithImmersiveTranslate:"\u53CC\u8BED\u7248\u672C(\u6C89\u6D78\u5F0F\u7FFB\u8BD1)",errorReason:"\u9519\u8BEF\u539F\u56E0\uFF1A{message}","proQuotaExceededError.onetime7day":'\uFF0C\u60A8\u53EF\u4EE5\u9009\u62E9\u4EE5\u4E0B\u65B9\u5F0F\u89E3\u51B3\uFF1A

1. \u5207\u6362\u5230 {anotherService} \u6216\u5176\u4ED6\u7FFB\u8BD1\u670D\u52A1
2. \u5347\u7EA7\u4E3A\u6708\u5EA6/\u5E74\u5EA6\u4F1A\u5458',"proQuotaExceededError.trial":'\uFF0C\u60A8\u53EF\u4EE5\u9009\u62E9\u4EE5\u4E0B\u65B9\u5F0F\u89E3\u51B3\uFF1A

1. \u5207\u6362\u5230 {anotherService} \u6216\u5176\u4ED6\u7FFB\u8BD1\u670D\u52A1
2. \u7ACB\u523B\u5347\u7EA7\u4E3A\u6B63\u5F0F\u4F1A\u5458',"proQuotaExceededError.nonTrial":'\uFF0C\u60A8\u53EF\u4EE5\u9009\u62E9\u4EE5\u4E0B\u65B9\u5F0F\u89E3\u51B3\uFF1A

1. \u5207\u6362\u5230 {anotherService} \u6216\u5176\u4ED6\u7FFB\u8BD1\u670D\u52A1
2. \u8D2D\u4E70 {translationService} \u989D\u5916\u6D41\u91CF\u5305',"proQuotaExceededError.resetTime":"
3. \u989D\u5EA6\u91CD\u7F6E\u65F6\u95F4\uFF1A{resetTime}","desc.touchShortcutsToggleTranslatePageOnlyTranslation":'"Nur \xDCbersetzung" bedeutet, dass nur die \xDCbersetzung angezeigt wird. Wenn eine Webseite noch nicht \xFCbersetzt wurde, wird der Modus gewechselt und \xFCbersetzt.',"desc.toggleOnlyTransation":'"Nur \xDCbersetzungsmodus" bedeutet, dass nur die \xDCbersetzung angezeigt wird. Wenn eine Webseite noch nicht \xFCbersetzt wurde, wird der Modus gewechselt und \xFCbersetzt.',touchShortcutsToggleTranslatePageOnlyTranslation:"Einstellen von Touchscreen-Gesten zum Wechseln zwischen Zweisprachig/Nur \xDCbersetzung Modus",download_started:"Der Download hat bereits begonnen, wenn er nicht automatisch heruntergeladen wird, klicken Sie bitte manuell.",here:"Hier","desc.toggleVideoSubtitlePreTranslation":"Nach dem Dr\xFCcken werden die zweisprachigen Untertitel des Videos vorrangig mit den Einstellungen der immersiven \xDCbersetzung verwendet. Wenn Sie erneut dr\xFCcken, werden vorrangig die maschinell \xFCbersetzten Untertitel des Originalvideos verwendet. Bitte beachten Sie: Diese Verkn\xFCpfung \xE4ndert die globalen Einstellungen.",videoSubtitlePreTranslationOn:"Videountertitel werden vorrangig mit immersiver \xDCbersetzung verwendet.",videoSubtitlePreTranslationOff:"Videounteritel werden vorrangig die maschinell \xFCbersetzten Untertitel des Originalvideos verwenden.",translationFont:"Schriftart einstellen","translationFont.custom":"Geben Sie benutzerdefinierte Schriftarten ein","translationFont.customPlaceholder":"Schriftart","translationFont.notSupportErrorMessage":"Bitte \xFCberpr\xFCfen Sie, ob der von Ihnen eingegebene Schriftartname korrekt ist, oder best\xE4tigen Sie, dass diese Schriftart bereits auf Ihrem Ger\xE4t installiert ist.","touch.mouse-translate":"\xDCbersetzen Sie den angegebenen Absatz.","translationServices.inherit":"Folgen Sie dem Haupt\xFCbersetzungsdienst","error.serveConfigError":"Dienstkonfigurationsfehler","error.reloadPageOfSetting":"Nach der Konfiguration, bitte aktualisieren Sie die Seite und \xFCbersetzen Sie erneut.","error.googleLimitIp":"Der Service gibt einen Fehler zur\xFCck, Google-Dienste haben die IP-Adresse gedrosselt, es wird empfohlen, den Netzwerkknoten zu wechseln.","error.openAIFreeLimit":"Der Service gibt einen Fehler zur\xFCck, die aktuelle \xDCbersetzungsanforderungsrate hat das Limit von maximal 3 Mal pro Minute erreicht, bitte versuchen Sie es sp\xE4ter erneut. (Dies ist eine Beschr\xE4nkung von OpenAI f\xFCr kostenlose API-Schl\xFCssel. Um diese Beschr\xE4nkung aufzuheben, binden Sie bitte eine Kreditkarte im OpenAI-Backend.)","error.openAIExceededQuota":"Dienst gibt Fehler zur\xFCck: Ihr aktuelles OpenAI-Konto hat nicht gen\xFCgend Guthaben. Bitte laden Sie Ihr Konto auf oder verkn\xFCpfen Sie eine Kreditkarte im offiziellen OpenAI-Backend.","error.429":"Der Service gibt einen Fehler zur\xFCck, was darauf hinweist, dass die Anfragen zu h\xE4ufig sind oder das Limit \xFCberschritten wurde. Bitte versuchen Sie es sp\xE4ter erneut.","error.403":"Der Service gibt einen Fehler zur\xFCck, vor\xFCbergehend besteht keine Berechtigung zum Zugriff auf diesen Service.","error.400":"Der Service gibt einen Fehler zur\xFCck, die Anforderungsparameter sind falsch, bitte \xFCberpr\xFCfen Sie die entsprechende Konfiguration.","error.502":"Der Service gibt einen Fehler zur\xFCck, der Service ist zeitlich \xFCberschritten, bitte versuchen Sie es sp\xE4ter erneut.","error.proTokenInvalid":"Wenn Sie ein Pro-Benutzer sind, melden Sie sich bitte an, bevor Sie den Pro-\xDCbersetzungsdienst nutzen.","error.proUpgrade":"Nach dem Upgrade, bitte aktualisieren Sie die Seite und \xFCbersetzen Sie erneut.","error.configError":"Konfigurationsdaten sind abnormal","error.goReset":"Zur\xFCcksetzen",batchEdit:"Massenoperation","translationModeLang.translation.title":"Nur \xDCbersetzungsmodus Sprache","translationModeLang.translation.description":"Wenn die Seitensprache eine der folgenden Sprachen ist, wird automatisch nur der \xDCbersetzungsmodus verwendet.","translationModeUrl.translation.title":"Nur \xDCbersetzungsmodus-Webadresse","translationModeUrl.translation.description":"Wenn die Website die folgenden Domains hat, wird automatisch nur der \xDCbersetzungsmodus verwendet.","error.serveUnavailable":"Der von Ihnen derzeit verwendete [{serverName}] Dienst ist aufgrund von Netzwerkverbindungsproblemen oder Problemen mit dem Dienstanbieter vor\xFCbergehend nicht erreichbar. Wir empfehlen Ihnen, die Seite zu aktualisieren oder \xFCber <1>Einstellungen einen anderen \xDCbersetzungsdienst auszuw\xE4hlen. Wenn Sie ein <2>Pro-Mitglied sind, k\xF6nnen Sie den stabileren DeepL oder OpenAI \xDCbersetzungsdienst nutzen (<3>klicken Sie hier, um es kostenlos auszuprobieren). Dar\xFCber hinaus sollten Sie m\xF6glicherweise Ihre Netzwerk- oder Proxy-Einstellungen \xFCberpr\xFCfen.",detectServiceLoading:"\xDCberpr\xFCfung der verf\xFCgbaren \xDCbersetzungsdienste...",toggleToService:"Wechseln Sie zu {service} und versuchen Sie es erneut.","error.gemini.429":"Der aktuelle Gemini-Dienst hat seine maximale Kapazit\xE4t erreicht. Bitte versuchen Sie es sp\xE4ter erneut oder wechseln Sie zu einem anderen \xDCbersetzungsdienst.",enableSentryReport:"Wenn ein Fehler bei der Erweiterung auftritt, senden Sie Feedback mit Sentry.","translationServices.gemini":"Zwillinge","widget.translateFile":"PDF/ePub","error.reason":"Fehlergrund","floatBall.iKnow":"Ich wei\xDF.",goLogin:"Anmelden gehen","error.retry":"Wiederholen",touchShortcutsOff:"schlie\xDFen",pickAll:"Alles ausw\xE4hlen",notLogin:"Nicht angemeldet","slide.left":"Nach rechts wischen",loggedIn:"Eingeloggt","slide.right":"Nach links wischen",shortcutSettingsTitle:"Tastenkombination Einstellungen","tagsInput.add":"+ Hinzuf\xFCgen","subtitle.bilingual":"Zweisprachige Untertitel","multipleClick.2":"Doppelklick","shortcutGroup.touch":"Gesten speziell f\xFCr Touchscreens",alwaysTranslateThisSite:"Immer diese Website \xFCbersetzen",buildSnapshots:"Erstellen Sie ein Webseiten-Snapshot",networkError:"\xDCbersetzungsdienst oder Netzwerk hat ein Problem",neverTranslateThisSite:"\xDCbersetzen Sie diese Website niemals",translationOnlyMode:"Nur \xDCbersetzungsmodus","subtitle.hideQuickButton":"Nicht mehr diese Verkn\xFCpfung anzeigen","subtitle.showQuickButton":"Im Player werden Untertitel in zwei Sprachen angezeigt.","multipleClick.3":"Dreifachschlag","intro.subtitleTitle":"Online-Video-Zweisprachige Untertitelanzeige","shortcutGroup.main":"H\xE4ufig verwendete Funktionstastenkombinationen",temprarilyChangeTranslationTo_openai:"Verwendet OpenAI zum \xDCbersetzen der aktuellen Seite",shortcutSettings:"Tastenkombination","shortcutGroup.others":"Mehr benutzerdefinierte Funktionstastenkombinationen","intro.floatBallTitle":"Schnelle \xDCbersetzung Schwebekugel","widget.videoSubtitle":"Videountertitel",contact:"Kontaktieren Sie uns",mouseHoverCustomKeyTitle:"Benutzerdefinierte Maus-Hover-Tastenkombination",temprarilyChangeTranslationTo_gemini:"Verwenden von Gemini, um die aktuelle Seite zu \xFCbersetzen","browser.translateInputBox":"\xDCbersetzen Sie den aktuellen Inhalt des Eingabefelds.","multipleClick.4":"Vierfachschlag","browser.translateWithDeepL":"Vor\xFCbergehende Verwendung von DeepL zur \xDCbersetzung der aktuellen Seite",notLoginPro:"Sie haben sich noch nicht in Ihr Mitgliedskonto eingeloggt.",touchShortcutsToggleTranslateTouchElement:"Einstellen von Touchscreen-Gesten zum \xDCbersetzen bestimmter Abs\xE4tze","widget.instructionTooltip":"Anleitung anzeigen","browser.translateWithTransmart":"Verwenden Sie vor\xFCbergehend Tencent, um die aktuelle Seite zu \xFCbersetzen.",temprarilyChangeTranslationTo_google:"Verwenden Sie Google \xDCbersetzer, um diese Seite zu \xFCbersetzen.","shortcutGroup.shortcutsForTranslationServices":"\xDCbersetzungsdienst verwandte Tastenkombinationen",temprarilyChangeTranslationTo_deepl:"Verwenden von DeepL, um die aktuelle Seite zu \xFCbersetzen.","widget.instruction":"Gebrauchsanweisung","browser.translateWithOpenAI":"Vor\xFCbergehende Verwendung von OpenAI zum \xDCbersetzen der aktuellen Seite","intro.hoverTitle":"\xDCbersetzen Sie den aktuellen Absatz, indem Sie die Maus dar\xFCber schweben lassen.","browser.toggleMouseHoverTranslateDirectly":"Auf der Seite das direkte \xDCbersetzen durch Mouseover tempor\xE4r aktivieren oder deaktivieren","floatBall.longPress":"Durch langes Dr\xFCcken k\xF6nnen Sie das Einstellungsmen\xFC schnell \xF6ffnen.",temprarilyChangeTranslationTo_transmart:"Verwendet gerade Tencent \xDCbersetzung f\xFCr die aktuelle Seite.","floatBall.guideClickToTranslate":`Klicken Sie auf die immersive \xDCbersetzungsschwebekugel + {env.imt_trans_field}: \u0627\u0644\u062A\u0631\u062C\u0645\u0629`,"translationServices.claude":"\u0643\u0644\u0648\u062F","subtitle.quickButton.setting":"\u0625\u0639\u062F\u0627\u062F\u0627\u062A","subtitle.quickButton.white":"\u0623\u0628\u064A\u0636","subtitle.quickButton.black":"\u0627\u0644\u0644\u0648\u0646 \u0627\u0644\u0623\u0633\u0648\u062F","subtitle.quickButton.yellow":"\u0627\u0644\u0644\u0648\u0646 \u0627\u0644\u0623\u0635\u0641\u0631","subtitle.quickButton.backgroundOpacity":"\u0634\u0641\u0627\u0641\u064A\u0629 \u0627\u0644\u062E\u0644\u0641\u064A\u0629","subtitle.quickButton.translationPositionBottom":"\u0623\u0633\u0641\u0644 \u0627\u0644\u0646\u0635 \u0627\u0644\u0623\u0635\u0644\u064A","subtitle.quickButton.backgroundColor":"\u0644\u0648\u0646 \u0627\u0644\u062E\u0644\u0641\u064A\u0629","subtitle.quickButton.cyan":"\u0627\u0644\u0644\u0648\u0646 \u0627\u0644\u0623\u0632\u0631\u0642","subtitle.quickButton.translationPosition":"\u0645\u0648\u0642\u0639 \u0627\u0644\u062A\u0631\u062C\u0645\u0629","subtitle.quickButton.magenta":"\u0627\u0644\u0644\u0648\u0646 \u0627\u0644\u0642\u0631\u0645\u0632\u064A","subtitle.quickButton.translationTextColor":"\u0644\u0648\u0646 \u062E\u0637 \u0627\u0644\u0646\u0635","subtitle.quickButton.red":"\u0627\u0644\u0644\u0648\u0646 \u0627\u0644\u0623\u062D\u0645\u0631","subtitle.quickButton.translationPositionTop":"\u0641\u064A \u0627\u0644\u062C\u0632\u0621 \u0627\u0644\u0639\u0644\u0648\u064A \u0645\u0646 \u0627\u0644\u0646\u0635 \u0627\u0644\u0623\u0635\u0644\u064A","subtitle.quickButton.sourceTextColor":"\u0644\u0648\u0646 \u0627\u0644\u062E\u0637 \u0627\u0644\u0623\u0635\u0644\u064A","subtitle.quickButton.green":"\u0627\u0644\u0644\u0648\u0646 \u0627\u0644\u0623\u062E\u0636\u0631","subtitle.quickButton.sourceFontSize":"\u062D\u062C\u0645 \u0627\u0644\u062E\u0637 \u0627\u0644\u0623\u0635\u0644\u064A","subtitle.quickButton.blue":"\u0627\u0644\u0644\u0648\u0646 \u0627\u0644\u0623\u0632\u0631\u0642","subtitle.quickButton.translationFontSize":"\u062D\u062C\u0645 \u062E\u0637 \u0627\u0644\u0646\u0635 \u0627\u0644\u0645\u062A\u0631\u062C\u0645",attachSubtitleTranslating:"\u0627\u0633\u062A\u062E\u062F\u0645 {service} \u0644\u0644\u062A\u0631\u062C\u0645\u0629...","error.claude.403":"\u0644\u0627 \u062A\u0648\u062C\u062F \u0635\u0644\u0627\u062D\u064A\u0629 \u0645\u0624\u0642\u062A\u0629 \u0644\u0644\u0648\u0635\u0648\u0644 \u0625\u0644\u0649 \u0627\u0644\u062E\u062F\u0645\u0629\u060C \u0642\u062F \u064A\u0643\u0648\u0646 \u0630\u0644\u0643 \u0645\u0631\u062A\u0628\u0637\u064B\u0627 \u0628\u0627\u0644\u0642\u064A\u0648\u062F \u0627\u0644\u062C\u063A\u0631\u0627\u0641\u064A\u0629 \u0644\u0640 Claude \u060C \u064A\u0645\u0643\u0646\u0643 \u0645\u062D\u0627\u0648\u0644\u0629 \u062A\u063A\u064A\u064A\u0631 \u0639\u0646\u0648\u0627\u0646 IP \u0627\u0644\u062E\u0627\u0635 \u0628\u0643 \u060C \u0623\u0648 \u0627\u0633\u062A\u062E\u062F\u0627\u0645 \u062E\u062F\u0645\u0627\u062A \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0623\u062E\u0631\u0649.","browser.brandDescriptionForSafari":"\u3010\u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u063A\u0627\u0645\u0631\u0629\u3011 \u0625\u0636\u0627\u0641\u0629 \u0645\u062C\u0627\u0646\u064A\u0629 \u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0635\u0641\u062D\u0627\u062A \u0627\u0644\u062B\u0646\u0627\u0626\u064A\u0629 \u0627\u0644\u0644\u063A\u0629 (\u0627\u0644\u0646\u0635 \u0627\u0644\u0623\u0635\u0644\u064A / \u0627\u0644\u062A\u0631\u062C\u0645\u0629)\u060C \u062A\u062F\u0639\u0645 \u0641\u064A \u0627\u0644\u0648\u0642\u062A \u0646\u0641\u0633\u0647 \u062A\u0631\u062C\u0645\u0629 PDF \u0648\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0643\u062A\u0628 \u0627\u0644\u0625\u0644\u0643\u062A\u0631\u0648\u0646\u064A\u0629 EPUB \u0645\u0639 \u0627\u0644\u062D\u0641\u0627\u0638 \u0639\u0644\u0649 \u062A\u0646\u0633\u064A\u0642 \u0627\u0644\u0648\u062B\u064A\u0642\u0629 \u0627\u0644\u0623\u0635\u0644\u064A\u0629\u060C \u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u062A\u0631\u062C\u0645\u0627\u062A \u0627\u0644\u062B\u0646\u0627\u0626\u064A\u0629 \u0627\u0644\u0644\u063A\u0629 \u0644\u0644\u0641\u064A\u062F\u064A\u0648\u0647\u0627\u062A \u0639\u0644\u0649 \u0627\u0644\u0625\u0646\u062A\u0631\u0646\u062A \u0645\u062B\u0644 Youtube/Netflix\u060C \u062A\u062F\u0639\u0645 \u062E\u062F\u0645\u0627\u062A \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0631\u0626\u064A\u0633\u064A\u0629 \u0645\u062B\u0644 Deepl/Google\u061B","browser.PdfProFile":"\u062A\u0631\u062C\u0645\u0629 PDF Pro \u0628\u062F\u0639\u0645 \u0645\u0646 \u0627\u0644\u0630\u0643\u0627\u0621 \u0627\u0644\u0627\u0635\u0637\u0646\u0627\u0639\u064A","browser.textTranslate":"\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0646\u0635"};var Bl={nologin:"nicht eingeloggt",loginForSafari:"Anmelden oder Registrieren",login:"Anmelden, um eine Mitgliedschaft zu er\xF6ffnen",manageAccount:"Verwaltete Konten",openPremium:"Offene Mitgliedschaft",logout:"Abbrechen",curentPlan:"Aktuelle Pakete",endAt:"Verfallsdatum",endAuto:"automatische Erneuerung",lineBreakMaxTextCount:"Maximal zul\xE4ssige Anzahl von Zeichen pro Satz nach Zeilenumbr\xFCchen","translate-pdf":"Zum \xDCbersetzen PDF anklicken","noSupportTranslate-pdf":"Script nicht unterst\xFCtzt, bitte Plugin verwenden","translate-firefox-local-pdf":"Klicken Sie, um zu PDF importieren zu gelangen",enableLineBreak:"Automatischen Zeilenvorschub f\xFCr lange Abs\xE4tze aktivieren",sponsorLabel:"$1 Gesponserte Entwickler",help:"Hand",browserShortcutsNoteForFirefox:'Um die Verkn\xFCpfungen in Firefox zu \xE4ndern, m\xFCssen Sie die Seite f\xFCr die Verwaltung der Erweiterungen "about:addons" \xF6ffnen, dann auf "Einstellungen" und dann auf "Verkn\xFCpfungen verwalten" klicken, um die Verkn\xFCpfungen festzulegen.',browserShortcutsNoteForChrome:'Um Verkn\xFCpfungen in Chrome zu \xE4ndern, m\xFCssen Sie die Seite f\xFCr die Verwaltung von Erweiterungen \xF6ffnen, sie im Bereich "Verkn\xFCpfungen verwalten" festlegen (chrome://extensions/shortcuts) und auf die Schaltfl\xE4che unten klicken, um zur Seite f\xFCr die Verwaltung von Verkn\xFCpfungen zu gelangen.',browserShortcutsSucks:"Benutzerdefinierte Tastenkombinationen werden wie folgt formatiert (es erfolgt keine automatische Erkennung, bitte direkt eingeben)\uFF1A",enableLineBreakDescription:"Wenn diese Funktion aktiviert ist, werden in langen Abs\xE4tzen am Ende jedes Satzes Zeilenumbr\xFCche eingef\xFCgt, um die Lesbarkeit zu verbessern.","browser.shortBrandName":"Immersions\xFCbersetzung","browser.brandName":"Immersion Translation: Bilinguale Webseiten & PDF \xDCbersetzung","browser.brandDescription":"Bilingual web page translation, also supports PDF translation, bilingual Epub eBook translation, free to use.","browser.toggleTranslatePage":"Seite \xFCbersetzen/ Originaltext anzeigen","browser.toggleTranslateTheWholePage":"Alle Bereiche der Seite \xFCbersetzen/den Originaltext anzeigen","browser.toggleOnlyTransation":"Wechseln Sie in den Zweisprachen-/Nur-\xDCbersetzungsmodus","browser.toggleTranslateToThePageEndImmediately":"Sofortige \xDCbersetzung am Ende der Seite/Anzeige des Originaltextes","browser.toggleTranslateTheMainPage":"Den Hauptbereich der Seite \xFCbersetzen/den Originaltext anzeigen","browser.shareToDraft":"Zweisprachige Seiten teilen","browser.openOptionsPage":"\xD6ffnen Sie die Einstellungsseite","browser.toggleTranslationMask":"Translationsunsch\xE4rfe-Effekt ein-/ausblenden","browser.translateLocalPdfFile":"Lokale PDF-Dateien \xFCbersetzen","browser.openEbookViewer":"Lokale eBooks lesen","browser.openEbookBuilder":"Zweisprachige EPUB eBooks erstellen","browser.translateLocalHtmlFile":"HTML/Txt-Dateien \xFCbersetzen","browser.donateContext":"Erfahren Sie mehr \xFCber die Vorteile eines Sponsors","browser.translateLocalSubtitleFile":"Lokale Untertiteldateien \xFCbersetzen",confirmResetConfig:"Sind Sie sicher, dass Sie die Einstellungen zur\xFCcksetzen wollen?",translationLineBreakSettingTitle:"\xDCbersetzung Zeilenvorschubeinstellung",smartLineBreak:"Smart Line Feed (Berechnung)",alwaysLineBreak:"Immer Zeilenvorschub",isShowContextMenu:"Hinzuf\xFCgen \xFCbersetzter Seiten zu Rechtsklick-Men\xFCpunkten",toggleBeta:"Aktivieren von Beta-Testfunktionen",betaDescription:"Aktivieren Sie Funktionen, die noch experimentell sind, sowie einen \xDCbersetzungsdienst in der Beta-Phase. Treten Sie der <1>Telegram-Gruppe bei, um mehr zu erfahren.",translationLineBreakSettingDescription:"Bei Seiten mit wenig Inhalt sind die Zeilenumbr\xFCche immer ordentlich und \xFCbersichtlich. (Verwenden Sie intelligente Zeilenumbr\xFCche in langen, inhaltsreichen Abs\xE4tzen (mehr als{count}Zeichen), um Platz zu sparen).",tempTranslateDomainTitle:"Dauer des vor\xFCbergehenden Einschaltens der Website-\xDCbersetzung",tempTranslateDomainDescription:"Wenn Sie eine Webseite manuell \xFCbersetzen, schalten Sie die Website vor\xFCbergehend f\xFCr die automatische \xDCbersetzung ein, und Sie k\xF6nnen die vor\xFCbergehende Dauer festlegen.",xMinutes:"{count} Minuten",disabled:"die Verwendung von etw. untersagen",changelog:"Protokoll aktualisieren",toggleTranslatePageWhenThreeFingersOnTheScreen:"Gleichzeitiges Ber\xFChren des Bildschirms mit mehreren Fingern \xFCbersetzt Webseiten/zeigt den Originaltext an",toggleTranslationMaskWhenThreeFingersOnTheScreen:"Durch Ber\xFChren mit mehreren Fingern wird der Unsch\xE4rfeeffekt ein- und ausgeblendet.",fingerCountToToggleTranslagePageOnlyTranslationWhenTouching:"Wenn Sie mit mehreren Fingern gleichzeitig den Bildschirm ber\xFChren, wird die Webseite \xFCbersetzt (nur \xDCbersetzung) bzw. der Originaltext angezeigt.",addUrlDescription:"Kann ein Dom\xE4nenname sein und unterst\xFCtzt auch Wildcards, z. B.\uFF1A*.google.com, google.com/mail/*, https://www.google.com/*",general:"Grundeinstellungen",clickToExpandConfig:"Aktuelle Konfiguration erweitern",import:"Aus Datei importieren",export:"In Datei exportieren",toggleDebug:"Das Debug-Protokoll auf der Konsole ausgeben","fingers.0":"Klageschrift","fingers.2":"Zwei-Finger-Ber\xFChrung","fingers.3":"Drei-Finger-Ber\xFChrung","fingers.4":"Vier-Finger-Ber\xFChrung","fingers.5":"F\xFCnf-Finger-Ber\xFChrung",mouseHoldKey:"+ {key} \xDCbersetzen/Wiederherstellen des Absatzes",mouseHoldKeyAuto:"Direkte \xDCbersetzung des Absatzes",mouseHoldKeyOff:"Tun Sie nichts.",mouseHoldKeyOther:"Benutzerdefinierte Tastenkombinationen (Einstellungen \xF6ffnen)",mouseHoldKeyCustomKey:"{key} \xDCbersetzung/K\xFCrzung des Absatzes",mouseHoverHoldKey:"\xDCbersetzen Sie Abs\xE4tze, indem Sie die Tastenkombination dr\xFCcken, w\xE4hrend Sie mit der Maus dar\xFCber fahren.","mouse-translate":"Mauszeiger",document:"(Computer-)Datei",resetSuccess:"Alle Einstellungen erfolgreich zur\xFCcksetzen",resetThisSuccess:"Zur\xFCcksetzen erfolgreich",saved:"Erfolgreich speichern",successImportConfig:"Erfolgreich importierte Konfiguration",goAdvancedSettings:"Gehen Sie zur Seite Erweiterte Einstellungen",goAdvancedInterfaceSettings:"Gehen Sie zur Seite Erweiterte Anpassungseinstellungen",advanced:"Erweiterte Einstellungen",advancedDescription:"In der Regel sind keine Einstellungen erforderlich, belassen Sie es bei der Standardeinstellung. Nur f\xFCr spezialisiertere Benutzer sind mehr personalisierte Einstellungen verf\xFCgbar.",developer:"Einstellungen f\xFCr Entwickler",donateCafe:"Preise","translate to the bottom of the page":"Wird sie unmittelbar nach dem Betreten der Seite an das Ende der Seite \xFCbersetzt?",feedback:"Frage Feedback",toggleTranslatePage:"Seite \xFCbersetzen/ Originaltext anzeigen",translateToThePageEndImmediatelyDescription:"Wenn Sie die Funktion einschalten, wird der Inhalt sofort bei der Eingabe vom oberen zum unteren Rand der Seite \xFCbersetzt. Wenn Sie die Funktion ausschalten, wird der Inhalt w\xE4hrend des Lesens \xFCbersetzt. (Nicht empfohlen)","translate all areas of the page":"Ob alle Bereiche der Seite \xFCbersetzt werden sollen",translationAreaDescription:"Ist die Option aktiviert, werden alle Bereiche der gesamten Webseite \xFCbersetzt. Wenn Sie die Option ausschalten, wird die standardm\xE4\xDFige intelligente Erkennung verwendet und nur die Hauptbereiche werden \xFCbersetzt. (Es wird nicht empfohlen, diese Funktion einzuschalten)","the number of characters to be translated first":"\xDCbersetzen Sie direkt die ersten Zeichen der Seite, ohne zu warten, bis der Anzeigebereich angezeigt wird.","interface language":"Interface-Sprache","display both the original text and the translation":"Gleichzeitige Anzeige von Original und \xDCbersetzung","keyboard shortcuts":"Tastaturkurzbefehle",modify:"Tastenkombinationen \xE4ndern",reset:"reprovision",close:"Klageschrift",homepage:"Homepage",more:"mehr",moreOptions:"Erweitern Sie Ihre Anpassungsoptionen",translateTheWholePage:"Alle Bereiche der Seite \xFCbersetzen (im Gegensatz zu einer intelligenten Erkennung der Hauptbereiche)",changeToTranslateTheWholePage:"Umschalten auf die \xDCbersetzung aller Regionen",changeToTranslateTheMainPage:"Zum Hauptbereich \xDCbersetzen wechseln",changeToOnlyTranslationMode:"Umschalten, um nur \xDCbersetzungen anzuzeigen",changeToDualTranslationMode:"Umschalten auf zweisprachige \xDCbersetzung",translateToThePageEndImmediately:"Sofortige \xDCbersetzung an das Ende der Seite",translateTheMainPage:"Intelligente \xDCbersetzung Schl\xFCsselregionen","The local rules are up to date":"Die \xF6rtlichen Anpassungsvorschriften sind auf dem neuesten Stand.","Successfully synchronized with the latest official rules:":"Erfolgreich synchronisiert mit den neuesten offiziellen Anpassungsregeln.","Checking for updates":"Pr\xFCfen auf Aktualisierungen","Rules are being synchronized":"Anpassungsregeln werden synchronisiert",localVersionIsTooOld:"Die Version der lokalen Erweiterung ist zu alt. Bitte aktualisieren Sie die Erweiterung auf {minVersion} oder eine neuere Version, bevor Sie versuchen zu synchronisieren.",badUserscriptBrowser:"Der aktuelle Browser implementiert die Schnittstelle der Grease Monkey-Erweiterung nicht korrekt (z. B. um Informationen \xFCber die Versionsnummer des Grease Monkey-Skripts selbst zu erhalten). Bitte verwenden Sie andere Browser, die die <1>Grease Monkey-Erweiterung unterst\xFCtzen, wie z. B. Firefox.",foundNewVersion:"Entdecken Sie die neue Version",theLocalExtensionIsUpToUpdate:"Die aktuelle Erweiterung ist auf dem neuesten Stand.",failToSyncRules:"Fehlende Synchronisierung der neuesten Anpassungsregeln",retry:"Klicken Sie hier, um es erneut zu versuchen",failedReason:"Gr\xFCnde f\xFCr das Scheitern",currentRuleVersion:"Aktuelle Regelversion",calculating:"Berechnungen",unknownError:"unbekannter Fehler",canNotFetchRemoteRule:"Remote-Regeln k\xF6nnen nicht abgerufen werden",enableAlphaSuccess:"Alpha aktiviert",disableAlphaSuccess:"Die Alpha-Funktion wurde ausgeschaltet.",cacheSize:"Cache-Gr\xF6\xDFe\uFF1A",cleaning:"in Liquidation befindlich",cleanCache:"den Cache l\xF6schen",options:"aufstellen",about:"in Bezug auf",service:"Dolmetscherdienst",needAction:"(Gehe zu Einstellungen)",goSettings:"loslegen und einrichten",needActionForOptions:"(noch einzurichten)",translationEngine:"Motor Optionen",sourceLanguage:"Originalsprache",target:"Zielsprache",popupSourceLanguage:"Originalsprache",popupTarget:"Zielsprache",popupService:"Dolmetscherdienst",forThisSite:"Aktuelle Website",autoEnableSubtitle:"Automatisches \xD6ffnen von zweisprachigen Untertiteln",alwaysTranslate:"\xDCbersetzen Sie immer",neverTranslate:"Niemals \xFCbersetzen",alwaysTranslateSomeLanguage:"\xDCbersetzen Sie immer {language}",neverTranslateSomeLanguage:"Niemals \xFCbersetzen {language}",alwaysTranslateSomeSite:"\xDCbersetzen Sie immer {hostname}",neverTranslateSomeSite:"Niemals \xFCbersetzen {hostname}",alwaysTranslateSomeSiteOrWildSite:"\xDCbersetzen Sie immer die Website",alwaysTranslateSomePage:"\xDCbersetzen Sie die Seite immer",add:"erh\xF6hen.",default:"Standard (Einstellung)",forThisLanguage:"F\xFCr diese Sprache\uFF1A","add url":"URL eingeben",edit:"Compiler","translate other languages into specific language":"\xDCbersetzen Sie andere Sprachen in Ihre eingestellte Sprache","select translation service":"W\xE4hlen Sie einen \xDCbersetzungsdienst",language:"Mehrsprachigkeit","show-original":"Originaltext anzeigen",translate:"Rendering",Translated:"\xFCbersetzt",Translating:"in \xDCbersetzung",Error:"falsch",allowCacheTranslations:"Aktivieren Sie das lokale \xDCbersetzungscaching (um \xDCbersetzungsanfragen f\xFCr doppelte Passagen zu reduzieren)","translation display":"Anzeigestil der \xDCbersetzung","select diplay style":"Unterscheiden Sie die verschiedenen \xDCbersetzungsstile anhand der folgenden Beispiele",interface:"Interface-Einstellungen",import_export:"Import/Export",import_export_title:"Konfiguration importieren/exportieren",syncToGoogleDrive:"Jetzt mit Google Drive synchronisieren",floatBallOptions:"Hoverball-Einstellungen","floatBallOptions.enable":"Hoverball freischalten","floatBallOptions.blockUrls":"Website deaktivieren","floatBallOptions.add":"erh\xF6hen.","floatBallOptions.blockUrlDesc":"Schwebeb\xE4lle werden nicht angezeigt, wenn die folgenden Websites aufgerufen werden","floatBallOptions.clickType":"Klickverhalten","floatBallOptions.clickTypeDesc":"Verhalten des Hoverball-Symbols beim Anklicken","floatBallOptions.clickPopup":"\xDCbersetzungspanel anzeigen","floatBallOptions.clickTranslate":"\xDCbersetzung/Anzeige des Originaltextes","floatBallOptions.fixedPosition":"\u56FA\u5B9A\u4F4D\u7F6E","floatBallOptions.fixedPositionDesc":"\u60AC\u6D6E\u7403\u5728\u7A97\u53E3\u5DE6\u4FA7\u8FD8\u662F\u53F3\u4FA7","floatBallOptions.fixedPositionLeft":"\u5DE6\u4FA7","floatBallOptions.fixedPositionRight":"\u53F3\u4FA7",previewAllThemes:"Vorschau aller Stile","translationTheme.none":"nicht haben","translationTheme.grey":"dunkelgrau","translationTheme.dashed":"gepunktete Unterstreichung","translationTheme.dotted":"gepunkteter Unterstrich","translationTheme.dashedBorder":"gepunkteter Rand","translationTheme.solidBorder":"feste Umrandung","translationTheme.underline":"Unterstreichen Sie gerade Linien","translationTheme.mask":"Fuzzy-Effekte (Lernmodi)","translationTheme.opacity":"Transparenz-Effekt","translationTheme.paper":"Wei\xDFes Papier Schatteneffekt","translationTheme.dividingLine":"Trennungslinie","translationTheme.highlight":"hohe Helligkeit","translationTheme.marker":"Markierung (Lehnwort)","translationTheme.marker2":"Markierung 2","translationTheme.blockquote":"Referenzierungsstile","translationTheme.weakening":"Schw\xE4chung","translationTheme.italic":"Schr\xE4gschrift","translationTheme.bold":"eindicken","translationTheme.thinDashed":"d\xFCnne gepunktete Linie, Unterstrich","translationTheme.nativeDashed":"Das System ist mit einem gepunkteten Unterstrich versehen","translationTheme.nativeDotted":"System kommt mit gepunktetem Unterstrich","translationTheme.nativeUnderline":"Das System wird mit einer geraden Linie unterstrichen","translationTheme.wavy":"gewellte Linie","translationServices.custom":"Benutzerdefinierte API","translationServices.tencent":"Tencent \xDCbersetzer","translationServices.tenAlpha":"Tencent \xDCbersetzer (Alpha)","translationServices.google":"Google \xDCbersetzen","translationServices.bai":"Baidu (Alpha)","translationServices.baidu":"Baidu's \xDCbersetzung","translationServices.aliyun":"AliCloud \xDCbersetzung","translationServices.volc":"Vulkan\xFCbersetzung","translationServices.deeplx":"DeepLX (Beta)","translationServices.bing":"Microsoft \xDCbersetzen","translationServices.deepl":"DeepL","translationServices.wechat":"WeChat \xDCbersetzung","translationServices.azure":"Azure-\xDCbersetzung","translationServices.ibm":"IBM Watson","translationServices.aws":"Amazonas-\xDCbersetzung","translationServices.mock":"Simulierte \xDCbersetzung","translationServices.mock2":"Simulierte \xDCbersetzung 2","translationServices.caiyun":"lit. bunte Wolken und kleine \xDCbersetzungen","translationServices.cai":"Bunte Wolken (Alpha)","translationServices.volcAlpha":"Vulkan (Alpha)","translationServices.openl":"OpenL","translationServices.youdao":"Youtube-\xDCbersetzung","translationServices.you":"Youdao \xDCbersetzer (Alpha)","translationServices.transmart":"Tencent Interactive \xDCbersetzung","translationServices.niu":"Maverick Translator","translationServices.papago":"Papago \xDCbersetzung","translationServices.d":"D (Alpha)","translationServices.dpro":"D Pro (Kanarienvogel)","translationServices.openai":"OpenAI","translationServices.yandex":"Yandex","translationServices.chatgpt":"ChatGPT Web(3.5 mobil)","translate title":"Seitentitel \xFCbersetzen","always languages":"\xDCbersetzen Sie immer die Sprache",neverTranslateLanguagesLabel:"Die Sprache, die nie \xFCbersetzt werden wird",neverTranslateTheFollowingLanguagesDescription:"\xDCbersetzungen werden \xFCbersprungen, wenn ein Absatz auf der Seite in einer der folgenden Sprachen vorliegt",enableUserscriptPagePopup:"Schwebeball auf der Seite anzeigen",enableUserscriptPagePopupDescription:"Nachdem Sie den Hoverball ausgeschaltet haben, k\xF6nnen Sie ihn mit dem Shortcut /{touch}wieder aufrufen. Es wird dringend empfohlen, diese Einstellungsseite als Lesezeichen zu speichern, um zu verhindern, dass der Hoverball nach dem versehentlichen Ausschalten dieser Option nicht mehr gefunden wird!","always translate the following languages":"\xDCbersetzt automatisch in die Zielsprache, wenn die Seite in einer der folgenden Sprachen vorliegt","always sites":"Immer \xFCbersetzte Websites","always translate the following sites":"Websites werden automatisch in die Zielsprache \xFCbersetzt, wenn es sich um die Domainnamen von","never sites":"Nie \xFCbersetzte Website","never translate the following sites":"\xDCbersetzungen werden nicht durchgef\xFChrt, wenn die Website f\xFCr die folgenden Domains bestimmt ist","please refer to":"Sie m\xFCssen den Schl\xFCssel ausf\xFCllen, bevor Sie ihn verwenden k\xF6nnen.",KeyAndConfigurationTutorial:"Tutorial zur Anwendung und Konfiguration von Schl\xFCsseln",useAboveStyleForTheseSites:"Verwenden Sie immer den \xDCbersetzungsstil \u2308{theme}\u230B, wenn die Website f\xFCr die folgenden Domains bestimmt ist",currentUrl:"Aktuelle URL",confirm:"Speichern (einer Datei usw.) (Informatik)",cancel:"Stornierungen",delete:"entfernen","languages.auto":"automatische Erkennung",syncToCloud:"Mit Google Drive synchronisieren",syncToCloudDescription:"Die in die Cloud hochgeladene Konfiguration kann zwischen verschiedenen Browsern bzw. Grease-Monkey-Skripten synchronisiert werden, je nachdem, was zuletzt ge\xE4ndert wurde.",syncToAccount:"Synchronisierung mit der Immersive Translation Cloud",syncToAccountButton:"Sofortige Synchronisierung mit der Cloud",syncToAccountDescription:"Automatische Synchronisierung von Konfigurationen zwischen verschiedenen Ger\xE4ten, je nachdem, was zuletzt ge\xE4ndert wurde.",successSyncConfigInAccount:"Erfolgreiche Synchronisierung mit der Cloud",successSyncConfigToAccount:"Erfolgreiche Synchronisierung mit der Cloud",syncConfigNoUpdate:"Sie ist bereits auf dem neuesten Stand.",authFail:"Autorisierungsfehler",syncTitle:"Manuelles Backup-Management",import_hint:"importieren (Daten)",upload:"hochladen",revokeAuth:"eine Zulassung widerrufen",uploadFail:"Upload fehlgeschlagen",download:"Herunterladen von",importSuccess:"Erfolgreich importiert",importFail:"Importfehler",deleteFail:"L\xF6schen fehlgeschlagen",backupToCloud:"Manuelle Verwaltung von Sicherungsdateien",create_new_backup:"Einen neuen Sicherungsknoten hinzuf\xFCgen",maxBackupFiles:"Es k\xF6nnen bis zu{count}verschiedene Nodes gesichert werden, bitte l\xF6schen Sie die Nodes, die Sie nicht ben\xF6tigen.",backupToCloudDescription:"Manuelles Hochladen oder Wiederherstellen von Sicherungsdateien, wobei bis zu 3 verschiedene Sicherungen m\xF6glich sind",successSyncConfig:"Erfolgreiche Synchronisierung mit der Cloud",syncFail:"Synchronisationsfehler",updatedAt:"Aktualisiert von {date}",lastSyncedAt:"Zuletzt gepr\xFCft unter {date}",downloadFail:"Download fehlgeschlagen",clickToDownload:"Klicken Sie zum Herunterladen",aboutLabel:"\xDCber - Feedback","browser.openAboutPage":"\xDCber/Feedback",aboutLabelWithoutSponsor:"\xDCber - Feedback",aboutIntro:"M\xF6gen wir alle einen einfacheren und angenehmeren Zugang zu der riesigen Menge fremdsprachiger Informationen im Internet haben \u2764\uFE0F Sie k\xF6nnen Ihre <6>Pro-Mitgliedschaft aktivieren, um die sofort einsetzbaren DeepL und OpenAI-\xDCbersetzungen zu nutzen.

Sie k\xF6nnen uns auf <3>Twitter, <4>Telegram, Weibo, WeChat folgen oder <5>sich in unsere Mailingliste eintragen, um Updates zu erhalten.
<7>Pro-Mitglieder k\xF6nnen uns unter <8>support@immersivetranslate.com kontaktieren, um schnellen Kundenservice zu erhalten.",aboutIntroWithoutSponsor:"M\xF6gen wir alle einen leichteren und angenehmeren Zugang zu der enormen Menge an fremdsprachlichen Informationen haben, die im Internet zur Verf\xFCgung stehen \u2764\uFE0F

Sie k\xF6nnen uns auf <3>Twitter, im <4>Telegram-Kanal, auf WeChat und WeChat Exchange folgen oder <5>sich unten per <5>E-Mail f\xFCr Updates <5>anmelden.",projectHomepage:"Projekt Heimat",joinTelegramGroup:"Treten Sie der Benutzergruppe bei, um an Diskussionen \xFCber Funktionen teilzunehmen.",wechatPublicAccount:"WeChat \xD6ffentlich",wechatCommunities:"WeChat Austauschgruppe",qqCommunities:"QQ Kommunikationskanal",joinTelegramChannel:"Folgen Sie dem Telegram-Kanal f\xFCr aktuelle Updates",feedbackAndJoin:"Frage Feedback / Gruppe hinzuf\xFCgen",autoSync:"automatische Zeitsynchronisation",loadingThemeTitle:"Stil laden",loadingThemeDescription:"Einstellen des Stils beim Warten auf das Laden der \xDCbersetzung","loadingTheme.spinner":"Animation zum Drehen","loadingTheme.text":"etw. in statischer Schrift ","loadingTheme.none":"nicht gezeigt",developerDescription:"Die Dokumentation zur erweiterten Anpassung finden Sie <1>hier","edit border color":"\xC4ndern Sie die Farbe des Rahmens",successSyncButNoChange:"Die aktuelle Konfiguration ist mit der Cloud konsistent",customTheme:"Individuelle Farben und Gr\xF6\xDFen","customThemeLabel.borderColor":"Farbe der Umrandung","customThemeLabel.borderRadius":"Abgerundete Kanten","customThemeLabel.textColor":"Textfarbe","customThemeLabel.backgroundColor":"Hintergrundfarbe","customThemeLabel.zoom":"Skalierung der Schrift (%)","customThemeLabel.opacity":"Text-Opazit\xE4t (%)",resetToDefaultColor:"Wiederherstellung der Standardfarben",resetToDefaultSettings:"Wiederherstellen der Standardeinstellungen",isTranslateTitle:"\xDCbersetzung der Seitentitel aktivieren",isTranslateTitleDescription:"Beim \xD6ffnen wird der Seitentitel \xFCbersetzt",enableSearchEnhancement:"Erm\xF6glichung der zweisprachigen Erweiterung von Nachrichten",enableSearchEnhancementDescription:'Sobald diese Funktion aktiviert ist, werden die Suchergebnisse von "Google News" automatisch in der rechten Spalte der unterst\xFCtzten Websites (Google News, Google Search (einige Suchbegriffe), Snowball, Oriental Fortune, Futura, Tiger Community) f\xFCr die entsprechenden englischen Suchbegriffe angezeigt.',verifyService:"Klicken Sie hier, um den Dienst zu testen",verified:"Erfolg \xFCberpr\xFCfen","field.langs":"Unterst\xFCtzte Sprachcodes","field.model":"Modellierung","field.translationEngine":"\xDCbersetzungsmotor","field.limitPerMinute":"Maximale Anfragen pro Minute","field.limitPerSecond":"Maximale Anzahl von Anfragen pro Sekunde","field.maxTextLengthPerRequest":"Maximale Textl\xE4nge pro Anfrage","field.maxTextGroupLengthPerRequest":"Maximale Anzahl von Abs\xE4tzen pro Anfrage","field.apiUrl":"Adresse der benutzerdefinierten API-Schnittstelle","field.placeholderDelimiters":"reservierter Platzhalter","description.custom":"Benutzerdefinierte Schnittstelle Zugriff Dokumentation erforderlich","description.limitPerMinute":"Anfragen, die diese Grenze \xFCberschreiten, werden bis zum Beginn der n\xE4chsten Minute in eine Warteschlange gestellt. Aufgrund der verschiedenen Einschr\xE4nkungen von OpenAIs aktuellem Service, klicken Sie bitte <1>hier f\xFCr die neuesten vorgeschlagenen Werte","description.limitPerSecond":"Anfragen, die diese Grenze \xFCberschreiten, werden bis zum Beginn der n\xE4chsten Sekunde in eine Warteschlange gestellt. Aufgrund der verschiedenen Einschr\xE4nkungen von OpenAIs aktuellem Service, klicken Sie bitte <1>hier f\xFCr die neuesten vorgeschlagenen Werte","description.generalLimitPerSecond":"Anfragen, die diese Grenze \xFCberschreiten, werden bis zum Beginn der n\xE4chsten Sekunde in eine Warteschlange gestellt.","description.prompt":"Gespr\xE4che, die im Namen des Benutzers an {service} gesendet werden, wobei {{text}} den Textinhalt des Absatzes darstellt, {{from}} die Sprache des Absatzes und {{to}} die Zielsprache.","description.maxTextLengthPerRequest":"Die maximale Anzahl von Zeichen pro Anfrage ist zu gro\xDF, so dass die Schnittstelle langsam reagiert. Versuchen Sie daher, diese Option anzupassen, um die Geschwindigkeit zu optimieren.","description.systemPrompt":"Gespr\xE4che, die im Namen des Systems an {service} gesendet werden, wobei {{text}} den Textinhalt des Absatzes darstellt, {{from}} die Sprache des Absatzes und {{to}} die Zielsprache.","field.domain":"Bereich","description.domain":"Der Standardwert ist\uFF1Ageneral. Kann nur gesetzt werden, wenn die Dom\xE4nen\xFCbersetzung in der Arima API-Konsole aktiviert ist, siehe <1>hier f\xFCr unterst\xFCtzte Dom\xE4nen","field.scene":"Nehmen Sie","description.scene":"Der Standardwert ist\uFF1Ageneral. Kann nur eingestellt werden, wenn die AliCloud-API-Konsole Machine Translation Pro \xF6ffnet, siehe <1>hier f\xFCr unterst\xFCtzte Szenarien","field.vocabId":"Benutzerw\xF6rterbuch-ID","description.vocabId":"Das angegebene W\xF6rterbuch out_id unterst\xFCtzt derzeit die \xDCbersetzung Englisch-Chinesisch.","description.model":"OpenAI-Modelle, z.B. gpt-3.5-turbo, gpt-4, etc.","description.maxTextGroupLengthPerRequest":"Die Anzahl der Abs\xE4tze, die gleichzeitig an den \xDCbersetzungsdienst gesendet werden. Wenn es zu viele Abs\xE4tze sind, kann dies dazu f\xFChren, dass die Schnittstelle langsamer reagiert.","description.apiUrl":"Bitte f\xFCgen Sie spezifische URLs mit Pfaden, <1>mehr Beschreibung",enabledExtension:"Aktivieren von Erweiterungen",clickToDisableExtension:"Klicken Sie hier, um Erweiterungen zu deaktivieren",clickToEnableExtension:"Klicken Sie, um Erweiterungen zu aktivieren",hasBeenDisabled:"deaktiviert","show password":"Passwort anzeigen",customContent:"Eingabe eines benutzerdefinierten Modellnamens",inputOptions:"Erweiterung des Eingabefeldes",mouseHoverOptions:"Mauszeiger",modifyMouseHoverKey:"Mauszeiger-Kurzbefehl \xE4ndern",enableInputTranslation:"Ob die Erweiterung des Eingabefeldes aktiviert werden soll",enableInputTranslationDescription:"Nach der Aktivierung geben Sie {startingKey}{startingKey} hallo direkt in das Eingabefeld ein und dr\xFCcken dann schnell{inputTrailingTriggerKeyRepeatTimes}mal{trailingKey}, um in {inputTargetLanguage}zu \xFCbersetzen.",enableInputTranslationDescriptionForNoneKey:"Nach der Aktivierung geben Sie\uFF1AHello World direkt in das Eingabefeld ein und dr\xFCcken dann schnell{inputTrailingTriggerKeyRepeatTimes}{trailingKey}, um in die Standardzielsprache zu \xFCbersetzen.",inputTargetLanguage:"Einstellung der Standard-Zielsprache f\xFCr Eingabefelder",inputTargetLanguageDescription:"Standard-Zielsprache f\xFCr die \xDCbersetzung von Eingabefeldern, d.h. {startingKey}{startingKey} als Standardsprache f\xFCr Triggerw\xF6rter",inputTargetLanguageDescriptionForNoneKey:"Standard-Zielsprache f\xFCr die \xDCbersetzung des Eingabefeldes",inputStartingTriggerKeyTitle:"Einstellung des Trennzeichens f\xFCr die Teil\xFCbersetzung des Eingabefeldes",inputStartingTriggerKeyDescription:"Wenn Sie nicht das gesamte Eingabefeld \xFCbersetzen m\xFCssen, k\xF6nnen Sie mit dem Splitter nur den Teil von {startingKey}{startingKey} bis zum Ende des Eingabefelds \xFCbersetzen, oder Sie k\xF6nnen den Sprachcode angeben, z. B.\uFF1A{startingKey}ja bedeutet, dass nur der Teil von {startingKey}ja bis zum Ende des Eingabefelds \xFCbersetzt wird.",inputStartingTriggerKeyDescriptionForNoneKey:'Die derzeitige Einstellung "kein Pr\xE4fix" wird nicht ben\xF6tigt, und die \xDCbersetzungsfunktion f\xFCr einige Texte im Eingabefeld ist derzeit nicht verf\xFCgbar.',inputTrailingTriggerKeyTitle:"W\xE4hlen Sie ein Ausl\xF6sezeichen f\xFCr das Ende eines Eintrags",inputTrailingTriggerKeyDescription:"3 schnelle Treffer{trailingKey} wird mit der \xDCbersetzung beginnen!",inputTrailingTriggerKeyTimeout:"Geben Sie die Zeit zwischen den Ausl\xF6sern f\xFCr das Ende des Kampfes ein.",inputTrailingTriggerKeyTimeoutDescription:"Legt die Zeit (in Millisekunden) zwischen den Combo-Triggern f\xFCr das Eingangsende fest",spaceKey:"<\u7A7A\u683C\u952E>",noneKey:"Direkte \xDCbersetzung des gesamten Textfeldes ohne Pr\xE4fixe",inputTranslationBlockUrlsTitle:"Aktivieren Sie die Eingabefelderweiterung in den folgenden URLs nicht",inputTranslationBlockUrlsDescription:"Die Erweiterungen der Eingabefelder funktionieren nicht bei den folgenden URLs",clickToSeeQuickDemo:"Klicken Sie hier, um das 30-Sekunden-Kurzanleitung-Video zu erweitern",inputHelperInfo:"Beschreibung\uFF1AWir haben die Tatsache optimiert, dass einige ausl\xF6sende Zeichen bei chinesischen Eingabemethoden zu chinesischen Satzzeichen werden, z. B. wird / bei der Sogou-Eingabemethode zu einem Dun-Zeichen, und Immersive Translator unterst\xFCtzt alle chinesischen Symbole, die den ausl\xF6senden Zeichen entsprechen, d. h. //,,, wird als ausl\xF6sendes Zeichen erkannt.

Wir unterst\xFCtzen auch chinesische Aliase f\xFCr Sprachcodes als Befehle, z.B. /Japanese Hello World wird ins Japanische \xFCbersetzt, <1>klicken Sie hier, um alle unterst\xFCtzten Sprachcodes zu sehen.",reloadCurrentPage:"Bitte aktualisieren Sie die aktuelle Seite, bevor Sie die \xDCbersetzung starten.",noLocalFilePermissionForPDF:"Sie haben keine Berechtigung, lokale Dateien zu lesen. Bitte klicken Sie auf die Schaltfl\xE4che oben und importieren Sie dann lokale Dateien.",noPermissionForThisPage:"\u26A0\uFE0F Keine Berechtigung zur \xDCbersetzung der aktuellen Seite",retryAllParagraphs:"Alle Fehlerpassagen erneut versuchen",retryAllButton:"Alle Fehlerpassagen erneut versuchen",errorTooltipTitle:"Klicken Sie, um die Ursache des Fehlers zu sehen",errorModalTitle:"Irgendetwas scheint mit dem \xDCbersetzungsdienst oder dem Netzwerk nicht in Ordnung zu sein...",disableConfirm:"Zweisprachige Information Enhancement Setting",disableOnce:"Diese Invalidit\xE4t",disableGlobal:"dauerhaft deaktivieren",disableTint:"* Sie k\xF6nnen sie unter {option} wieder aktivieren.",searchEnhancementNotes:'Wir haben festgestellt, dass die Nachrichtenergebnisse f\xFCr chinesische und englische Schl\xFCsselw\xF6rter sehr unterschiedlich sind. Nach der Aktivierung der Funktion "Immersive Translation Bilingual Information Enhancement" suchen wir f\xFCr Sie automatisch auf den unterst\xFCtzten Websites (Google News, Google Search (einige Schl\xFCsselw\xF6rter), Snowball, Oriental Wealth, Futura, Tiger) nach denselben Schl\xFCsselw\xF6rtern auf Englisch und zeigen sie auf der rechten Seite an. Sie k\xF6nnen diese Funktion deaktivieren, wenn Sie sie nicht ben\xF6tigen.',option:"aufstellen",saveSettings:"Einstellungen speichern",closeModal:"Fenster schlie\xDFen",enableInputTranslationWithoutTriggerKeyTitle:"Aktivieren Sie 3 Schnellzugriffe auf{trailingKey}, um das gesamte Eingabefeld direkt in{inputTargetLanguage}zu \xFCbersetzen.",enableInputTranslationWithoutTriggerKeyDescription:"Um die Zielsprache anzugeben, stellen Sie ihr den Sprachcode voran, z. B.\uFF1Aja Hello World",mouseHoverShortcutPlaceholder:"z.B.\uFF1AVerschiebung",deepLProName:"Immersive Translation Pro Mitglied (empfohlen)",deepLProDescription:"Das aktuelle Paket kann direkt verwendet werden",deeplProDescriptionForNormal:"Keine Einrichtung erforderlich, Mitglieder k\xF6nnen es nach der Anmeldung nutzen, <1>klicken Sie hier, um Mitglied zu werden",deepLCustomDescription:"Ausl\xE4ndische Kreditkarte erforderlich, offiziell er\xF6ffnet unter <1>DeepL, klicken Sie f\xFCr die <2>Dokumentation",deepLCustomName:"Benutzerdefinierter Authentifizierungsschl\xFCssel",chooseProviderLabel:"W\xE4hlen Sie einen Dienstanbieter",openaiProName:"Immersive Translation Pro Mitglied (empfohlen)",openaiProDescription:"Das aktuelle Paket kann direkt verwendet werden",openaiProDescriptionForNormal:"Keine Einrichtung erforderlich, Mitglieder k\xF6nnen es nach der Anmeldung nutzen, <1>klicken Sie hier, um Mitglied zu werden",openaiCustomDescription:"Verf\xFCgbar auf OpenAI, Azure OpenAI oder anderen Diensten von Drittanbietern, <1>klicken Sie hier f\xFCr die Dokumentation",openaiCustomName:"Benutzerdefinierter API-Schl\xFCssel",needLoginAction:"(Offene Mitgliedschaft oder Anpassung)",goLoginOrAction:"(\xD6ffnen Sie eine Mitgliedschaft oder gehen Sie zu den Einstellungen)",yearly:"eine fortlaufende j\xE4hrliche Zahlung leisten",quarterly:"sequenzieller Umschlag",monthly:"Monatsabonnement",yearlyForOnce:"Einmaliges Jahrespaket",monthlyForOnce:"Einmaliges Monatspaket",daily:"aufeinanderfolgende Pakettage",year:"eine fortlaufende j\xE4hrliche Zahlung leisten",quarter:"sequenzieller Umschlag",month:"Monatsabonnement",day:"aufeinanderfolgende Pakettage",onetime_7day:"7-Tage-Erlebnispaket",currentPlanDescriptionForFree:"Aktuelle Pakete\uFF1AKostenlos",currentPlanDescriptionForContinuous:"Das aktuelle Paket\uFF1A{plan}wird automatisch auf {endAt} verl\xE4ngert.",currentPlanDescriptionForAutoRenewCaceling:"Das aktuelle Paket\uFF1A{plan}l\xE4uft auf {endAt} aus und wird nach Ablauf nicht automatisch verl\xE4ngert.",currentYearlyPlanDescriptionForAutoRenewCacelingWithRealPaiedUser:"Das aktuelle Paket,\uFF1A{plan}, l\xE4uft am {endAt} aus und wird nach Ablauf nicht automatisch verl\xE4ngert.
<1>Klicken Sie hier, um Ihren Verl\xE4ngerungsplan zu verwalten",currentYearlyPlanDescriptionForAutoRenewCacelingWithAdmin:"Das aktuelle Paket\uFF1A{plan}l\xE4uft auf {endAt} aus und wird nach Ablauf nicht automatisch verl\xE4ngert.
<1>Klicken Sie hier, um ein fortlaufendes Jahresabonnement zu aktivieren",currentPlanDescriptionForOneTime:"Das aktuelle Abonnement\uFF1A{plan}l\xE4uft auf {endAt} aus. <1>Klicken Sie hier, um eine j\xE4hrliche oder <2>monatliche Mitgliedschaft zu <1>erwerben.",upgradePlan:"Klicken Sie hier f\xFCr ein Upgrade auf die Pro-Mitgliedschaft",upgradeToPro:"Upgrade auf Pro-Mitgliedschaft","popup.openPro":"Upgraden Sie auf die Pro-Mitgliedschaft, um DeepL und OpenAI-\xDCbersetzung zu genie\xDFen. Klicken Sie hier, um upzugraden!","popup.openProForPro":"Sie sind ein Pro-Mitglied mit direktem Zugang zu DeepL und OpenAI \xDCbersetzungen!",currentAccount:"laufendes Konto",enableAutoSyncUserSettings:"Aktivieren Sie die automatische Cloud-Synchronisierung \xFCber mehrere Ger\xE4te hinweg",modalEnableInputTranslationTitle:"Immersive Translation Eingabefeld Translation Alerts",modalEnableInputTranslationDesc:"Sie haben soeben die \xDCbersetzung des Eingabefeldes von Immersive Translation ausgel\xF6st, indem Sie dreimal kurz hintereinander die Leertaste gedr\xFCckt haben, und der Inhalt des Eingabefeldes wird in die Standardzielsprache \xFCbersetzt. Die \xDCbersetzung kann mit Strg+Z r\xFCckg\xE4ngig gemacht werden.

Sollte dies ein Fehler gewesen sein, k\xF6nnen Sie die \xDCbersetzung des Eingabefeldes entweder deaktivieren oder dauerhaft abschalten.",saveAndNotShowAgain:"Speichern und Beenden der Eingabeaufforderung",disableInputTranslationTips:"* Sie k\xF6nnen auch andere Tastenkombinationen f\xFCr die Ausl\xF6sung in {option} ,{learnMore}festlegen.",learnMore:"Klicken Sie hier, um mehr zu erfahren",continueEnalbeInputTranslation:"Fortfahren, um die \xDCbersetzung von Eingabefeldern zu aktivieren",autoRenewTrialSuffix:'(Aufwird die Testversion sofort zur Vollmitgliedschaft aufgewertet)',upgradeFromTrialTitle:"Upgrade zum Vollmitglied",subtitle:"Video-Untertitelung",youtubeService:"Immersions\xFCbersetzung Videountertitelung \xDCbersetzungsdienste","subtitle.disabledSubtitle":"Dauerhaftes Deaktivieren der Video-Untertitelfunktion","subtitle.disabledSubtitleDescription":"Wenn Immersive Translator's Video Subtitles mit anderen Erweiterungen in Konflikt steht, k\xF6nnen Sie die Funktion von Immersive Translator's Video Subtitles dauerhaft deaktivieren oder andere in Konflikt stehende Erweiterungen deinstallieren","subtitle.autoEnableSubtitle":"Automatische Verwendung von zweisprachigen Untertiteln","subtitle.autoEnableSubtitleDescription":"Nach der Aktivierung werden beim Abspielen eines Videos automatisch zweisprachige Untertitel angezeigt, sonst m\xFCssen Sie auf die \xDCbersetzungsschaltfl\xE4che klicken, um sie anzuzeigen.","subtitle.preTranslation":"\xDCbersetzen von Untertiteln mit immersiver \xDCbersetzung","subtitle.preTranslationDescription":"Wenn diese Option aktiviert ist, wird der gesamte Untertitel mit Hilfe des unten angegebenen \xDCbersetzungsdienstes vor\xFCbersetzt. F\xFCr ein einst\xFCndiges Video werden etwa 50.000 Token oder Zeichen ben\xF6tigt, die Sie bitte nach eigenem Ermessen verwenden.","subtitle.humanSubtitlesPreferred":"Vorrangige Verwendung von Untertiteln f\xFCr Menschen","subtitle.humanSubtitlesPreferredDescription":"Bevorzugen Sie die Verwendung von menschlichen Untertiteln, wenn das Video menschliche Untertitel in der Zielsprache hat (empfohlen)",videoSubtitleTranslationDescription:"Beauftragen Sie einen separaten \xDCbersetzungsdienst f\xFCr Videountertitel",subtitleTranslating:"Bitte warten Sie, w\xE4hrend die Untertitel \xFCber den Dienst {service} \xFCbersetzt werden... (Immersions\xFCbersetzung)",subtitleLoading:"Laden von Untertiteln...",bilingual:"Zweisprachigkeit","field.action":"Ob Baidu-Terminologie aktiviert werden soll","description.action":"Wenn diese Funktion aktiviert ist, wird der Anfrage ein Parameter action=1 hinzugef\xFCgt, um Baidu \xFCber den aktivierten Begriff zu informieren. <1>Weitere Informationen finden Sie in der offiziellen Dokumentation.",closeQuickTranslation:"Hoverball schlie\xDFen","closeQuickTranslation.untilNext":"Diesmal geschlossen bis zum n\xE4chsten Besuch","closeQuickTranslation.currentWebsite":"Aktuelle Seite deaktiviert","closeQuickTranslation.alwaysClose":"dauerhaft deaktivieren","closeQuickTranslation.settingOpen":"(kann auf der <1>Einstellungsseite aktiviert werden)","closeQuickTranslation.cancel":"Stornierungen","closeQuickTranslation.confirm":"definieren.","floatBall.popup":"\xD6ffnen Sie das Panel Schnelleinstellungen","floatBall.translate":"Klicken Sie, um die Seite zu \xFCbersetzen","floatBall.showOriginal":"Klicken Sie, um zum Originalartikel zur\xFCckzukehren","floatBall.close":"Hoverball schlie\xDFen","floatBallOptions.enableDescPc":"Nach dem Aktivieren des Hoverballs wird auf der rechten Seite der Seite eine Schaltfl\xE4che f\xFCr die Schnell\xFCbersetzung angezeigt. Klicken Sie darauf, um zu \xFCbersetzen!","floatBallOptions.enableDesc":"Nachdem Sie den Hoverball ausgeschaltet haben, k\xF6nnen Sie ihn mit{touch}wieder aufrufen. Es wird dringend empfohlen, diese Einstellungsseite als Lesezeichen zu speichern, falls Sie den Hoverball nicht mehr finden k\xF6nnen, nachdem Sie diese Option versehentlich ausgeschaltet haben!","description.azureApiUrl":"Geben Sie die Adresse der benutzerdefinierten API-Schnittstelle ein",confirmSupportMouse:"Aktivierung der Mausunterst\xFCtzung erzwingen",confirmSupportMouseDescription:"Es wurde festgestellt, dass der aktuelle Browser die Mausfunktion nicht unterst\xFCtzt. Ist es notwendig, die Mausunterst\xFCtzung zu aktivieren?",sampleTargetText:"Die lange Nacht wird kommen, und ich werde von heute an bis zu meinem Tod Wache halten. Ich werde keine Frau nehmen, ich werde kein Lehen machen, ich werde keine Kinder haben. Ich werde keine Krone tragen, ich werde nicht nach Ehre streben. Ich werde meine Pflicht tun und leben und sterben.",sampleSourceText:"Night gathers, and now my watch begins. It shall not end until my death. I shall take no wife, hold no lands, father no children. I shall wear no crowns and win no glory. I shall live and die at my post.","subtitle.supportedSites":"\u5DF2\u652F\u6301\u5728\u8FD9\u4E9B\u7F51\u7AD9\u4F7F\u7528\u53CC\u8BED\u5B57\u5E55\uFF08\u6CE8\u610F\uFF1A\u7531\u4E8E\u6280\u672F\u9650\u5236\uFF0C\u90E8\u5206\u7F51\u7AD9\u5728\u9996\u6B21\u5F00\u542F\u5B57\u5E55\u540E\u9700\u8981\u91CD\u65B0\u5237\u65B0\u9875\u9762\uFF0C\u6216\u8005\u9700\u7B49\u5F85\u7FFB\u8BD1\u5B8C\u6210\u4EE5\u663E\u793A\u53CC\u8BED\u5B57\u5E55\uFF09\uFF1A",viewWithImmersiveTranslate:"\u53CC\u8BED\u7248\u672C(\u6C89\u6D78\u5F0F\u7FFB\u8BD1)",errorReason:"\u9519\u8BEF\u539F\u56E0\uFF1A{message}","proQuotaExceededError.onetime7day":'\uFF0C\u60A8\u53EF\u4EE5\u9009\u62E9\u4EE5\u4E0B\u65B9\u5F0F\u89E3\u51B3\uFF1A

1. \u5207\u6362\u5230 {anotherService} \u6216\u5176\u4ED6\u7FFB\u8BD1\u670D\u52A1
2. \u5347\u7EA7\u4E3A\u6708\u5EA6/\u5E74\u5EA6\u4F1A\u5458',"proQuotaExceededError.trial":'\uFF0C\u60A8\u53EF\u4EE5\u9009\u62E9\u4EE5\u4E0B\u65B9\u5F0F\u89E3\u51B3\uFF1A

1. \u5207\u6362\u5230 {anotherService} \u6216\u5176\u4ED6\u7FFB\u8BD1\u670D\u52A1
2. \u7ACB\u523B\u5347\u7EA7\u4E3A\u6B63\u5F0F\u4F1A\u5458',"proQuotaExceededError.nonTrial":'\uFF0C\u60A8\u53EF\u4EE5\u9009\u62E9\u4EE5\u4E0B\u65B9\u5F0F\u89E3\u51B3\uFF1A

1. \u5207\u6362\u5230 {anotherService} \u6216\u5176\u4ED6\u7FFB\u8BD1\u670D\u52A1
2. \u8D2D\u4E70 {translationService} \u989D\u5916\u6D41\u91CF\u5305',"proQuotaExceededError.resetTime":"
3. \u989D\u5EA6\u91CD\u7F6E\u65F6\u95F4\uFF1A{resetTime}","desc.touchShortcutsToggleTranslatePageOnlyTranslation":'"Nur \xDCbersetzung" bedeutet, dass nur die \xDCbersetzung angezeigt wird. Wenn eine Webseite noch nicht \xFCbersetzt wurde, wird der Modus gewechselt und \xFCbersetzt.',"desc.toggleOnlyTransation":'"Nur \xDCbersetzungsmodus" bedeutet, dass nur die \xDCbersetzung angezeigt wird. Wenn eine Webseite noch nicht \xFCbersetzt wurde, wird der Modus gewechselt und \xFCbersetzt.',touchShortcutsToggleTranslatePageOnlyTranslation:"Einstellen von Touchscreen-Gesten zum Wechseln zwischen Zweisprachig/Nur \xDCbersetzung Modus",download_started:"Der Download hat bereits begonnen, wenn er nicht automatisch heruntergeladen wird, klicken Sie bitte manuell.",here:"Hier","desc.toggleVideoSubtitlePreTranslation":"Nach dem Dr\xFCcken werden die zweisprachigen Untertitel des Videos vorrangig mit den Einstellungen der immersiven \xDCbersetzung verwendet. Wenn Sie erneut dr\xFCcken, werden vorrangig die maschinell \xFCbersetzten Untertitel des Originalvideos verwendet. Bitte beachten Sie: Diese Verkn\xFCpfung \xE4ndert die globalen Einstellungen.",videoSubtitlePreTranslationOn:"Videountertitel werden vorrangig mit immersiver \xDCbersetzung verwendet.",videoSubtitlePreTranslationOff:"Videounteritel werden vorrangig die maschinell \xFCbersetzten Untertitel des Originalvideos verwenden.",translationFont:"Schriftart einstellen","translationFont.custom":"Geben Sie benutzerdefinierte Schriftarten ein","translationFont.customPlaceholder":"Schriftart","translationFont.notSupportErrorMessage":"Bitte \xFCberpr\xFCfen Sie, ob der von Ihnen eingegebene Schriftartname korrekt ist, oder best\xE4tigen Sie, dass diese Schriftart bereits auf Ihrem Ger\xE4t installiert ist.","touch.mouse-translate":"\xDCbersetzen Sie den angegebenen Absatz.","translationServices.inherit":"Folgen Sie dem Haupt\xFCbersetzungsdienst","error.serveConfigError":"Dienstkonfigurationsfehler","error.reloadPageOfSetting":"Nach der Konfiguration, bitte aktualisieren Sie die Seite und \xFCbersetzen Sie erneut.","error.googleLimitIp":"Der Service gibt einen Fehler zur\xFCck, Google-Dienste haben die IP-Adresse gedrosselt, es wird empfohlen, den Netzwerkknoten zu wechseln.","error.openAIFreeLimit":"Der Service gibt einen Fehler zur\xFCck, die aktuelle \xDCbersetzungsanforderungsrate hat das Limit von maximal 3 Mal pro Minute erreicht, bitte versuchen Sie es sp\xE4ter erneut. (Dies ist eine Beschr\xE4nkung von OpenAI f\xFCr kostenlose API-Schl\xFCssel. Um diese Beschr\xE4nkung aufzuheben, binden Sie bitte eine Kreditkarte im OpenAI-Backend.)","error.openAIExceededQuota":"Dienst gibt Fehler zur\xFCck: Ihr aktuelles OpenAI-Konto hat nicht gen\xFCgend Guthaben. Bitte laden Sie Ihr Konto auf oder verkn\xFCpfen Sie eine Kreditkarte im offiziellen OpenAI-Backend.","error.429":"Der Service gibt einen Fehler zur\xFCck, was darauf hinweist, dass die Anfragen zu h\xE4ufig sind oder das Limit \xFCberschritten wurde. Bitte versuchen Sie es sp\xE4ter erneut.","error.403":"Der Service gibt einen Fehler zur\xFCck, vor\xFCbergehend besteht keine Berechtigung zum Zugriff auf diesen Service.","error.400":"Der Service gibt einen Fehler zur\xFCck, die Anforderungsparameter sind falsch, bitte \xFCberpr\xFCfen Sie die entsprechende Konfiguration.","error.502":"Der Service gibt einen Fehler zur\xFCck, der Service ist zeitlich \xFCberschritten, bitte versuchen Sie es sp\xE4ter erneut.","error.proTokenInvalid":"Wenn Sie ein Pro-Benutzer sind, melden Sie sich bitte an, bevor Sie den Pro-\xDCbersetzungsdienst nutzen.","error.proUpgrade":"Nach dem Upgrade, bitte aktualisieren Sie die Seite und \xFCbersetzen Sie erneut.","error.configError":"Konfigurationsdaten sind abnormal","error.goReset":"Zur\xFCcksetzen",batchEdit:"Massenoperation","translationModeLang.translation.title":"Nur \xDCbersetzungsmodus Sprache","translationModeLang.translation.description":"Wenn die Seitensprache eine der folgenden Sprachen ist, wird automatisch nur der \xDCbersetzungsmodus verwendet.","translationModeUrl.translation.title":"Nur \xDCbersetzungsmodus-Webadresse","translationModeUrl.translation.description":"Wenn die Website die folgenden Domains hat, wird automatisch nur der \xDCbersetzungsmodus verwendet.","error.serveUnavailable":"Der von Ihnen derzeit verwendete [{serverName}] Dienst ist aufgrund von Netzwerkverbindungsproblemen oder Problemen mit dem Dienstanbieter vor\xFCbergehend nicht erreichbar. Wir empfehlen Ihnen, die Seite zu aktualisieren oder \xFCber <1>Einstellungen einen anderen \xDCbersetzungsdienst auszuw\xE4hlen. Wenn Sie ein <2>Pro-Mitglied sind, k\xF6nnen Sie den stabileren DeepL oder OpenAI \xDCbersetzungsdienst nutzen (<3>klicken Sie hier, um es kostenlos auszuprobieren). Dar\xFCber hinaus sollten Sie m\xF6glicherweise Ihre Netzwerk- oder Proxy-Einstellungen \xFCberpr\xFCfen.",detectServiceLoading:"\xDCberpr\xFCfung der verf\xFCgbaren \xDCbersetzungsdienste...",toggleToService:"Wechseln Sie zu {service} und versuchen Sie es erneut.","error.gemini.429":"Der aktuelle Gemini-Dienst hat seine maximale Kapazit\xE4t erreicht. Bitte versuchen Sie es sp\xE4ter erneut oder wechseln Sie zu einem anderen \xDCbersetzungsdienst.",enableSentryReport:"Wenn ein Fehler bei der Erweiterung auftritt, senden Sie Feedback mit Sentry.","translationServices.gemini":"Zwillinge","widget.translateFile":"PDF/ePub","error.reason":"Fehlergrund","floatBall.iKnow":"Ich wei\xDF.",goLogin:"Anmelden gehen","error.retry":"Wiederholen",touchShortcutsOff:"schlie\xDFen",pickAll:"Alles ausw\xE4hlen",notLogin:"Nicht angemeldet","slide.left":"Nach rechts wischen",loggedIn:"Eingeloggt","slide.right":"Nach links wischen",shortcutSettingsTitle:"Tastenkombination Einstellungen","tagsInput.add":"+ Hinzuf\xFCgen","subtitle.bilingual":"Zweisprachige Untertitel","multipleClick.2":"Doppelklick","shortcutGroup.touch":"Gesten speziell f\xFCr Touchscreens",alwaysTranslateThisSite:"Immer diese Website \xFCbersetzen",buildSnapshots:"Erstellen Sie ein Webseiten-Snapshot",networkError:"\xDCbersetzungsdienst oder Netzwerk hat ein Problem",neverTranslateThisSite:"\xDCbersetzen Sie diese Website niemals",translationOnlyMode:"Nur \xDCbersetzungsmodus","subtitle.hideQuickButton":"Nicht mehr diese Verkn\xFCpfung anzeigen","subtitle.showQuickButton":"Im Player werden Untertitel in zwei Sprachen angezeigt.","multipleClick.3":"Dreifachschlag","intro.subtitleTitle":"Online-Video-Zweisprachige Untertitelanzeige","shortcutGroup.main":"H\xE4ufig verwendete Funktionstastenkombinationen",temprarilyChangeTranslationTo_openai:"Verwendet OpenAI zum \xDCbersetzen der aktuellen Seite",shortcutSettings:"Tastenkombination","shortcutGroup.others":"Mehr benutzerdefinierte Funktionstastenkombinationen","intro.floatBallTitle":"Schnelle \xDCbersetzung Schwebekugel","widget.videoSubtitle":"Videountertitel",contact:"Kontaktieren Sie uns",mouseHoverCustomKeyTitle:"Benutzerdefinierte Maus-Hover-Tastenkombination",temprarilyChangeTranslationTo_gemini:"Verwenden von Gemini, um die aktuelle Seite zu \xFCbersetzen","browser.translateInputBox":"\xDCbersetzen Sie den aktuellen Inhalt des Eingabefelds.","multipleClick.4":"Vierfachschlag","browser.translateWithDeepL":"Vor\xFCbergehende Verwendung von DeepL zur \xDCbersetzung der aktuellen Seite",notLoginPro:"Sie haben sich noch nicht in Ihr Mitgliedskonto eingeloggt.",touchShortcutsToggleTranslateTouchElement:"Einstellen von Touchscreen-Gesten zum \xDCbersetzen bestimmter Abs\xE4tze","widget.instructionTooltip":"Anleitung anzeigen","browser.translateWithTransmart":"Verwenden Sie vor\xFCbergehend Tencent, um die aktuelle Seite zu \xFCbersetzen.",temprarilyChangeTranslationTo_google:"Verwenden Sie Google \xDCbersetzer, um diese Seite zu \xFCbersetzen.","shortcutGroup.shortcutsForTranslationServices":"\xDCbersetzungsdienst verwandte Tastenkombinationen",temprarilyChangeTranslationTo_deepl:"Verwenden von DeepL, um die aktuelle Seite zu \xFCbersetzen.","widget.instruction":"Gebrauchsanweisung","browser.translateWithOpenAI":"Vor\xFCbergehende Verwendung von OpenAI zum \xDCbersetzen der aktuellen Seite","intro.hoverTitle":"\xDCbersetzen Sie den aktuellen Absatz, indem Sie die Maus dar\xFCber schweben lassen.","browser.toggleMouseHoverTranslateDirectly":"Auf der Seite das direkte \xDCbersetzen durch Mouseover tempor\xE4r aktivieren oder deaktivieren","floatBall.longPress":"Durch langes Dr\xFCcken k\xF6nnen Sie das Einstellungsmen\xFC schnell \xF6ffnen.",temprarilyChangeTranslationTo_transmart:"Verwendet gerade Tencent \xDCbersetzung f\xFCr die aktuelle Seite.","floatBall.guideClickToTranslate":`Klicken Sie auf die immersive \xDCbersetzungsschwebekugel f\xFCr eine schnelle \xDCbersetzung`,"subtitle.autoDisableSubtitle":"Nicht automatische Aktivierung von zweisprachigen Untertiteln",touchShortcutsToggleTranslationMask:"Einstellen von Touchscreen-Gesten zum Anzeigen der \xDCbersetzungsabdeckung / Anzeigen des Originaltexts","widget.translateFileTooltip":"\xDCbersetzen Sie PDF, EPUB, SRT, ASS, HTML und TXT Dokumente",touchShortcutsToggleTranslatePage:"Stellen Sie Touchscreen-Gesten ein, um Webseiten zu \xFCbersetzen / den Originaltext anzuzeigen.","shortcutGroup.mouse":"Mauszeiger Hover Tastenkombination Konfiguration","browser.translateWithBing":"Verwenden Sie vor\xFCbergehend Microsoft Translate, um die aktuelle Seite zu \xFCbersetzen.","browser.translateWithGoogle":"Vor\xFCbergehende Verwendung von Google \xDCbersetzer f\xFCr die aktuelle Seite","widget.videoSubtitleTooltip":"Unterst\xFCtzt Youtube und {count}+ weitere Videowebsites",paragraphMinTextCountField:"Die Mindestanzahl an Zeichen, die f\xFCr die \xDCbersetzung eines Absatzes ben\xF6tigt wird","neverTranslateText.title":"Die folgenden W\xF6rter bleiben im Originaltext und werden nicht \xFCbersetzt.","browser.toggleVideoSubtitlePreTranslation":"Wechseln Sie zu zweisprachigen Untertiteln und verwenden Sie vorzugsweise immersive \xDCbersetzungseinstellungen.","error.subscriptionExpiredTitle":"Die Mitgliedschaft ist abgelaufen.",temprarilyChangeTranslationTo_bing:"Verwendet gerade Microsoft \xDCbersetzer, um die aktuelle Seite zu \xFCbersetzen.","description.baiduField":"Unterst\xFCtzte Bereiche siehe <1>hier, wenn leer bedeutet dies, dass kein Bereich angegeben ist.","error.subscriptionExpired":"Ihr Mitgliedschaft k\xF6nnte abgelaufen sein, bitte \xFCberpr\xFCfen Sie Ihren Mitgliedsstatus.","desc.mouseHoverHoldKey":"Wenn die Maus \xFCber einem Absatz schwebt und gleichzeitig die rechte Shortcut-Taste gedr\xFCckt wird, kann der Absatz direkt \xFCbersetzt werden.",upgradeToProErrorTitle:"Bitte aktualisieren Sie auf Pro-Mitgliedschaft, um diesen \xDCbersetzungsdienst zu nutzen.","browser.translateWithGemini":"Verwenden Sie vor\xFCbergehend Gemini, um die aktuelle Seite zu \xFCbersetzen.",confirmResetToDefaultSettings:"M\xF6chten Sie diesen \xDCbersetzungsdienst wirklich auf die Standardeinstellungen zur\xFCcksetzen? (Nur die Einstellungen des aktuellen \xDCbersetzungsdienstes werden zur\xFCckgesetzt)","desc.touchShortcutsToggleTranslateTouchElement":"Definieren Sie eine Geste und Sie k\xF6nnen jeden Abschnitt \xFCbersetzen, in dem Sie sich befinden.",shortcutDisableTooltip:"Bitte stellen Sie dies auf der Erweiterungs-Shortcut-Verwaltungsseite Ihres Browsers ein. Weitere Anleitungen finden Sie in den Anweisungen oben auf dieser Seite.",paragraphMinTextCountDesc:"Achtung, hier ist die Zeichenl\xE4nge gemeint, zum Beispiel: hello hat 5 Zeichen, das Einstellen eines gr\xF6\xDFeren Werts kann unn\xF6tige \xDCbersetzungen kleiner Abschnitte reduzieren.","desc.touchShortcutsToggleTranslationMask":"\xDCbersetzungsmaske bezieht sich auf den unscharfen Effekt im \xDCbersetzungsstil (Lernmodus). Nach der Aktivierung wird der unscharfe Effekt vor\xFCbergehend auf die \xDCbersetzung angewendet, was das Lernen erleichtert.","desc.interfaceLanguage":"Die Einstellung der Benutzeroberfl\xE4chensprache beeinflusst die Anzeigesprache des Bedienfelds und hat nichts mit der Zielsprache der \xDCbersetzung zu tun.","subtitle.showQuickButtonDescription":"Im unteren rechten Eck des Videoplayers wird eine Verkn\xFCpfung zum Aktivieren von zweisprachigen Untertiteln bereitgestellt.","desc.toggleTranslateTheWholePage":"\xDCbersetzen Sie den gesamten Bereich der Seite. Standardm\xE4\xDFig \xFCbersetzen wir den Hauptbereich der Seite. Sie k\xF6nnen diese Tastenkombination verwenden, um speziell den gesamten Bereich der Seite zu \xFCbersetzen.",mouseHoverCustomKeyDescription:"Sie k\xF6nnen eine benutzerdefinierte Kombination von Tastenk\xFCrzeln f\xFCr die Mauszeiger-Hover erstellen, wie zum Beispiel: Alt+Z, Ctrl+E, Cmd+Alt+E oder direkt Cmd, bitte geben Sie manuell ein.","contact.description":"Wenn Sie Fragen oder Vorschl\xE4ge haben, f\xFCllen Sie bitte das untenstehende Formular aus, um uns zu kontaktieren, oder senden Sie eine E-Mail an {email}. Wir werden Ihnen so schnell wie m\xF6glich antworten.","desc.toggleTranslateTheMainPage":"\xDCbersetzen Sie nur den Hauptbereich der Seite. Wenn Sie in den erweiterten Einstellungen die \xDCbersetzung des gesamten Seitenbereichs aktiviert haben, k\xF6nnen Sie diese Tastenkombination verwenden, um speziell den Hauptbereich der Seite zu \xFCbersetzen.","desc.toggleMouseHoverTranslateDirectly":"Nach dem Dr\xFCcken dieser Tastenkombination wird auf der Seite jeder Textabschnitt, auf den die Maus zeigt, automatisch \xFCbersetzt. Dr\xFCcken Sie die Tastenkombination erneut, um diese automatische \xDCbersetzungsfunktion zu deaktivieren.",translationOnlyModeDescription:'"\xDCbersetzungsmodus" bedeutet, dass nur die \xDCbersetzung angezeigt wird, nicht der Standard-Zweisprachenmodus. Bitte beachten Sie: Aufgrund technischer Einschr\xE4nkungen werden Hyperlinks im Originaltext im \xDCbersetzungsmodus deaktiviert.',"intro.floatBallDescription":"Nach der Aktivierung wird auf der rechten Seite der Seite eine Schnell\xFCbersetzungsschaltfl\xE4che angezeigt. Klicken Sie darauf, um zu \xFCbersetzen, und klicken Sie erneut, um zum Originaltext zur\xFCckzukehren. Auf dem Mobilger\xE4t k\xF6nnen Sie durch langes Dr\xFCcken auf den schwebenden Ball das Schnelleinstellungsfenster \xF6ffnen.","desc.touchShortcutsToggleTranslatePage":"Nach der Einstellung k\xF6nnen Sie beim Bewegen des Ger\xE4ts gleichzeitig mit X Fingern auf den Bildschirm tippen, nach links oder rechts wischen oder kontinuierlich tippen, um die \xDCbersetzung der Webseite / Anzeige des Originaltexts auszul\xF6sen.","intro.hoverDescription":"Die \xDCbersetzung beim \xDCberfahren mit der Maus ist eine sehr wichtige Funktion in der immersiven \xDCbersetzung. Sie m\xFCssen nur die Maus auf den Absatz legen und gleichzeitig die festgelegte Tastenkombination dr\xFCcken, um den aktuellen Absatz automatisch zu \xFCbersetzen (Hinweis: Standardm\xE4\xDFig ist dies nicht aktiviert, bitte stellen Sie es unten ein). Diese Interaktion dient als bessere Alternative zur Wortmarkierungs\xFCbersetzung. Dar\xFCber hinaus wird diese Funktion auch h\xE4ufig in Bereichen eingesetzt, die nicht erkannt werden k\xF6nnen. Sie k\xF6nnen diese Funktion nutzen, um jeden Absatz zu \xFCbersetzen.","neverTranslateText.description":"Aufgrund der unzureichenden Erkennung von Eigennamen durch einige \xDCbersetzungsmaschinen k\xF6nnen Sie hier W\xF6rter hinzuf\xFCgen, um sicherzustellen, dass sie w\xE4hrend des \xDCbersetzungsprozesses nicht konvertiert werden. Bitte beachten Sie, dass diese Funktion Gro\xDF- und Kleinschreibung unterscheidet und nur Sprachen mit durch Leerzeichen getrennten W\xF6rtern (wie Englisch, Franz\xF6sisch) unterst\xFCtzt, nicht jedoch f\xFCr Sprachen wie Japanisch, Koreanisch usw. geeignet ist.","intro.subtitleDescription":"Nach Aktivierung dieser Funktion werden beim Abspielen von Videos automatisch zweisprachige Untertitel angezeigt. Wenn diese Funktion nicht aktiviert ist, m\xFCssen Sie auf der Seite manuell auf die \xDCbersetzungsschaltfl\xE4che klicken, um Untertitel anzuzeigen. Bitte beachten Sie, dass aufgrund technischer Einschr\xE4nkungen einige Websites m\xF6glicherweise die Seite aktualisieren oder auf die Fertigstellung der \xDCbersetzung warten m\xFCssen, bevor zweisprachige Untertitel angezeigt werden k\xF6nnen. (Dar\xFCber hinaus k\xF6nnen Sie auch das Schnellzugriffsfeld f\xFCr immersive \xDCbersetzungen in der oberen rechten Ecke \xF6ffnen/schlie\xDFen, nachdem Sie die Videowebsite ge\xF6ffnet haben.)

Derzeit wird die Verwendung von zweisprachigen Untertiteln auf diesen Websites unterst\xFCtzt:",geminiWarning:"Achtung: Der kostenlose Service von Google Gemini ist streng begrenzt und Google k\xF6nnte feststellen, dass Benutzer mehrere Schl\xFCssel verwenden, um ihre kostenlose Kontingentbeschr\xE4nkung zu umgehen. Es wird nicht empfohlen, ihn zu verwenden. Es wird empfohlen, auf die zuk\xFCnftige \xD6ffnung der kostenpflichtigen Gemini-Schnittstelle von Google zu warten.","floatBall.setting":"Einstellung","floatBall.file":"\xDCbersetzen Sie PDF, EPUB, SRT, ASS, HTML, TXT-Dateien","floatBall.translateToLanguage":"Klicken Sie auf \xDCbersetzen in {language}",changeToOnlyTempTranslationMode:"Umschalten, um nur \xDCbersetzungen anzuzeigen",changeToDualTempTranslationMode:"Umschalten auf zweisprachige \xDCbersetzung","options.navbar.translateFile":"\xDCbersetzen Sie das Dokument","options.navbar.installApp":"Installieren Sie die Handy-App","transitionMode.dual":"Zweisprachiger Vergleich","transitionMode.inherit":"Bleiben Sie konsistent mit dem Standardanzeigemodus des Systems.","subtitle.transitionModeDescription":"Stellen Sie die Video-Untertitel auf zweisprachigen Vergleich oder nur \xDCbersetzungsmodus ein.","subtitle.transitionMode":"Videounteritel zweisprachig / Nur \xDCbersetzungseinstellungen","transitionMode.translation":"Nur \xDCbersetzung",translateFileTooltip:`\xDCbersetzen Sie PDF, ePub, srt, ass, HTML, TXT-Dateien`,"description.subtitlePrompt":`In Untertitelszenarien, wenn mehrere Abs\xE4tze gesendet werden, wird die Konversation im Namen des Benutzers an {service} gesendet, wobei {{from}} die Sprache des Absatzes darstellt, {{to}} die Zielsprache darstellt, {{yaml}} ist der Absatzinhalt, den wir im yaml-Format verpackt haben. Wenn Sie eine benutzerdefinierte Aufforderung ben\xF6tigen, m\xFCssen Sie sicherstellen, dass jeder Artikel in den YAML-Ergebnissen der AI-Antwort das Feld {env.imt_sub_trans_field} enth\xE4lt. {{imt_sub_trans_field}} ist der Name des \xDCbersetzungsfeldes, das wir von der AI-Antwort erwarten, der Standard ist: {env.imt_sub_trans_field}, {{imt_sub_source_field}} ist der Name des Originaltextfeldes, das wir an die AI \xFCbergeben, der Standard ist: {env.imt_sub_source_field}, Beispiel Ergebnis: @@ -5044,7 +5044,7 @@ ass, HTML, TXT-Dateien`,"description.subtitlePrompt":`In Untertitelszenarien, we - id: 1 {env.imt_trans_field}: \xDCbersetzung - id: 2 - {env.imt_trans_field}: \xDCbersetzung`,"subtitle.quickButton.red":"Rot","subtitle.quickButton.blue":"Blau","subtitle.quickButton.magenta":"Magenta","translationServices.claude":"Claude","subtitle.quickButton.white":"Wei\xDF","subtitle.quickButton.translationPositionBottom":"\u539Ftext unten","subtitle.quickButton.yellow":"Gelb","subtitle.quickButton.cyan":"Blau","subtitle.quickButton.green":"Gr\xFCn","subtitle.quickButton.backgroundOpacity":"Hintergrundunsch\xE4rfe","subtitle.quickButton.translationPosition":"\xDCbersetzungsposition","subtitle.quickButton.translationTextColor":"\xDCbersetzungsschriftfarbe","subtitle.quickButton.sourceFontSize":"Originalschriftgr\xF6\xDFe","subtitle.quickButton.translationFontSize":"\xDCbersetzungs-Schriftgr\xF6\xDFe","subtitle.quickButton.sourceTextColor":"Urspr\xFCngliche Schriftfarbe","subtitle.quickButton.black":"Schwarz","subtitle.quickButton.backgroundColor":"Hintergrundfarbe","subtitle.quickButton.setting":"Einstellung","subtitle.quickButton.translationPositionTop":"Oben im Originaltext",attachSubtitleTranslating:"Verwenden Sie {service} zur \xDCbersetzung...","error.claude.403":"Keine Berechtigung zum Zugriff auf den Dienst, m\xF6glicherweise im Zusammenhang mit den regionalen Einschr\xE4nkungen von Claude. Sie k\xF6nnen versuchen, Ihre IP-Adresse zu wechseln, oder andere \xDCbersetzungsdienste nutzen.","browser.brandDescriptionForSafari":"\u3010Immersive \xDCbersetzung\u3011Ein kostenloses zweisprachiges Webseiten-\xDCbersetzungs-Plugin (Originaltext/\xDCbersetzung), das gleichzeitig PDF-\xDCbersetzung und EPUB-E-Book-\xDCbersetzung unterst\xFCtzt und das Originaldokumentenlayout beibeh\xE4lt, Youtube/Netflix und andere Online-Video-Zweisprachen-Untertitel-\xDCbersetzung, Unterst\xFCtzung f\xFCr Deepl/Google und andere Mainstream-\xDCbersetzungsdienste;","browser.textTranslate":"Text\xFCbersetzung","browser.PdfProFile":"Von KI angetriebene PDF Pro \xDCbersetzung"};var Bl={nologin:"no conectado",loginForSafari:"Iniciar sesi\xF3n o registrarse",login:"Iniciar sesi\xF3n para abrir una cuenta",manageAccount:"Cuentas gestionadas",openPremium:"Afiliaci\xF3n abierta",logout:"abortar",curentPlan:"Paquetes actuales",endAt:"caducidad",endAuto:"renovaci\xF3n autom\xE1tica",lineBreakMaxTextCount:"N\xFAmero m\xE1ximo de caracteres permitidos por frase despu\xE9s de los saltos de l\xEDnea","translate-pdf":"Haga clic para traducir PDF","noSupportTranslate-pdf":"Script no soportado por favor use plugin","translate-firefox-local-pdf":"Haga clic para ir a Importar PDF",enableLineBreak:"Activar el salto de l\xEDnea autom\xE1tico para p\xE1rrafos largos",sponsorLabel:"1 $ Desarrolladores patrocinados",help:"mano",browserShortcutsNoteForFirefox:"Para cambiar los accesos directos en Firefox, tienes que abrir la p\xE1gina de gesti\xF3n de extensiones `about:addons`, luego hacer clic en `Settings`, y despu\xE9s en `Manage Shortcuts` para configurar los accesos directos.",browserShortcutsNoteForChrome:"Para modificar los accesos directos en Chrome, tienes que abrir la p\xE1gina de gesti\xF3n de extensiones, establecerlos en el panel `Manage Shortcuts` (`chrome://extensions/shortcuts`), y hacer clic en el bot\xF3n de abajo para saltar a la p\xE1gina de gesti\xF3n de accesos directos.",browserShortcutsSucks:"Los accesos directos personalizados tienen el siguiente formato (no se reconoce autom\xE1ticamente, introd\xFAzcalo directamente)\uFF1A",enableLineBreakDescription:"Si est\xE1 activada, se insertar\xE1n saltos de l\xEDnea al final de cada frase en los p\xE1rrafos largos para facilitar su lectura.","browser.shortBrandName":"Traducci\xF3n por inmersi\xF3n","browser.brandName":"Immersion Translation: Traducci\xF3n biling\xFCe de p\xE1ginas web y documentos PDF","browser.brandDescription":"Bilingual web page translation, also supports PDF translation, bilingual Epub eBook translation, free to use.","browser.toggleTranslatePage":"Traducir p\xE1gina/visualizar texto original","browser.toggleTranslateTheWholePage":"Traducir todas las \xE1reas de la p\xE1gina/visualizar el texto original","browser.toggleOnlyTransation":"Cambiar al modo biling\xFCe/solo texto traducido","browser.toggleTranslateToThePageEndImmediately":"Traducci\xF3n inmediata al final de la p\xE1gina/visualizaci\xF3n del texto original","browser.toggleTranslateTheMainPage":"Traducir el \xE1rea principal de la p\xE1gina/visualizar el texto original","browser.shareToDraft":"Compartir p\xE1ginas biling\xFCes","browser.openOptionsPage":"Abrir la p\xE1gina de configuraci\xF3n","browser.toggleTranslationMask":"Mostrar/ocultar el efecto de desenfoque de traslaci\xF3n","browser.translateLocalPdfFile":"Traducir archivos PDF locales","browser.openEbookViewer":"Leer libros electr\xF3nicos locales","browser.openEbookBuilder":"Creaci\xF3n de eBooks EPUB biling\xFCes","browser.translateLocalHtmlFile":"Traducir archivos HTML/txt","browser.donateContext":"M\xE1s informaci\xF3n sobre las ventajas del patrocinio","browser.translateLocalSubtitleFile":"Traducir archivos de subt\xEDtulos locales",confirmResetConfig:"\xBFEst\xE1s seguro de que quieres restablecer la configuraci\xF3n?",translationLineBreakSettingTitle:"Ajuste del salto de l\xEDnea de traducci\xF3n",smartLineBreak:"alimentaci\xF3n de l\xEDnea inteligente (inform\xE1tica)",alwaysLineBreak:"Siempre avance de l\xEDnea",isShowContextMenu:"A\xF1adir p\xE1ginas traducidas a los elementos del men\xFA contextual",toggleBeta:"Activaci\xF3n de las funciones de prueba beta",betaDescription:"Habilita funciones que a\xFAn son experimentales, as\xED como un servicio de traducci\xF3n en beta. \xDAnete al <1>grupo de Telegram para obtener m\xE1s informaci\xF3n.",translationLineBreakSettingDescription:"Los saltos de l\xEDnea siempre son ordenados para las p\xE1ginas con menos contenido. (Utilice saltos de l\xEDnea inteligentes en p\xE1rrafos largos con mucho contenido (m\xE1s de{count}caracteres) para ahorrar espacio).",tempTranslateDomainTitle:"Duraci\xF3n de la conexi\xF3n temporal de la traducci\xF3n del sitio web",tempTranslateDomainDescription:"Al traducir manualmente una p\xE1gina web, active temporalmente el sitio web para la traducci\xF3n autom\xE1tica, y puede establecer la duraci\xF3n temporal.",xMinutes:"{count} minutos",disabled:"prohibir el uso de algo",changelog:"Registro de actualizaci\xF3n",toggleTranslatePageWhenThreeFingersOnTheScreen:"Tocar la pantalla con varios dedos simult\xE1neamente traduce p\xE1ginas web/visualiza el texto original",toggleTranslationMaskWhenThreeFingersOnTheScreen:"El toque con varios dedos muestra/oculta el efecto de desenfoque.",fingerCountToToggleTranslagePageOnlyTranslationWhenTouching:"Varios dedos tocando la pantalla al mismo tiempo traducen la p\xE1gina web (s\xF3lo traducci\xF3n)/visualizan el texto original.",addUrlDescription:"Puede ser un nombre de dominio y tambi\xE9n admite comodines, por ejemplo\uFF1A*.google.com, google.com/mail/*, https://www.google.com/*",general:"Ajustes b\xE1sicos",clickToExpandConfig:"Ampliar la configuraci\xF3n actual",import:"Importar desde archivo",export:"Exportar a archivo",toggleDebug:"Imprime el registro de depuraci\xF3n en la consola","fingers.0":"coagulaci\xF3n","fingers.2":"toque con dos dedos","fingers.3":"toque con tres dedos","fingers.4":"toque con cuatro dedos","fingers.5":"toque con cinco dedos",mouseHoldKey:"+ {key} traducir/restaurar el p\xE1rrafo",mouseHoldKeyAuto:"Traducci\xF3n directa del p\xE1rrafo",mouseHoldKeyOff:"No hagas nada.",mouseHoldKeyOther:"Atajos personalizados (abrir ajustes)",mouseHoldKeyCustomKey:"{key} Traducci\xF3n/reducci\xF3n del p\xE1rrafo",mouseHoverHoldKey:"Traduce p\xE1rrafos pulsando la tecla de acceso directo mientras pasas el rat\xF3n por encima.","mouse-translate":"al pasar el rat\xF3n",document:"Archivo (inform\xE1tico)",resetSuccess:"Restablecer todos los ajustes correctamente",resetThisSuccess:"Restablecimiento correcto",saved:"Salvar con \xE9xito",successImportConfig:"Configuraci\xF3n importada correctamente",goAdvancedSettings:"Vaya a la p\xE1gina de configuraci\xF3n avanzada",goAdvancedInterfaceSettings:"Vaya a la p\xE1gina Configuraci\xF3n avanzada de personalizaci\xF3n",advanced:"Ajustes avanzados",advancedDescription:"Por lo general, no es necesario realizar ning\xFAn ajuste, basta con dejarlo por defecto. S\xF3lo para usuarios m\xE1s especializados, hay disponibles ajustes m\xE1s personalizados.",developer:"Ajustes de desarrollador",donateCafe:"precios","translate to the bottom of the page":"\xBFSe traslada al final de la p\xE1gina inmediatamente despu\xE9s de entrar en ella?",feedback:"Preguntas",toggleTranslatePage:"Traducir p\xE1gina/visualizar texto original",translateToThePageEndImmediatelyDescription:"Si la activas, el contenido se traducir\xE1 inmediatamente desde la parte superior a la inferior de la p\xE1gina a medida que entras en ella. Si lo desactiva, se traducir\xE1 a medida que lea. (No recomendado)","translate all areas of the page":"Traducir o no todas las \xE1reas de la p\xE1gina",translationAreaDescription:"Activado, se traducen todas las \xE1reas de toda la p\xE1gina web. Si se desactiva, se utiliza el reconocimiento inteligente predeterminado y s\xF3lo se traducen las \xE1reas principales. (No se recomienda activarlo)","the number of characters to be translated first":"Traduzca directamente los primeros caracteres de la p\xE1gina sin esperar a desplazarse hasta el \xE1rea de visualizaci\xF3n","interface language":"lenguaje de interfaz","display both the original text and the translation":"Visualizaci\xF3n simult\xE1nea del original y la traducci\xF3n","keyboard shortcuts":"Atajos de teclado",modify:"Modificar las teclas de acceso directo",reset:"revisi\xF3n",close:"coagulaci\xF3n",homepage:"p\xE1gina de inicio",more:"m\xE1s",moreOptions:"M\xE1s opciones de personalizaci\xF3n",translateTheWholePage:"Traducir todas las \xE1reas de la p\xE1gina (a diferencia de reconocer inteligentemente las \xE1reas principales)",changeToTranslateTheWholePage:"Cambiar para traducir todas las regiones",changeToTranslateTheMainPage:"Cambiar al \xE1rea principal de traducci\xF3n",changeToOnlyTranslationMode:"Mostrar s\xF3lo traducciones",changeToDualTranslationMode:"Cambiar a traducci\xF3n biling\xFCe",translateToThePageEndImmediately:"Traducci\xF3n inmediata al final de la p\xE1gina",translateTheMainPage:"Traducci\xF3n inteligente Regiones clave","The local rules are up to date":"Las normas locales de adaptaci\xF3n est\xE1n actualizadas.","Successfully synchronized with the latest official rules:":"Sincronizado con \xE9xito con las \xFAltimas normas oficiales de adaptaci\xF3n.","Checking for updates":"Comprobaci\xF3n de actualizaciones","Rules are being synchronized":"Sincronizaci\xF3n de las normas de adaptaci\xF3n",localVersionIsTooOld:"La versi\xF3n de la extensi\xF3n local es demasiado antigua, por favor actualice la extensi\xF3n a {minVersion} o m\xE1s reciente antes de intentar sincronizar.",badUserscriptBrowser:"El navegador actual no implementa correctamente la interfaz de la <1>extensi\xF3n Grease Mon key (por ejemplo, para obtener informaci\xF3n sobre el n\xFAmero de versi\xF3n del propio script Grease Monkey), por favor, utilice otros navegadores <1>compatibles con la extensi\xF3n Grease Monkey, como Firefox.",foundNewVersion:"Descubra la nueva versi\xF3n",theLocalExtensionIsUpToUpdate:"La extensi\xF3n actual est\xE1 al d\xEDa.",failToSyncRules:"No sincronizaci\xF3n de las \xFAltimas normas de adaptaci\xF3n",retry:"Pulse aqu\xED para volver a intentarlo",failedReason:"Razones del fracaso",currentRuleVersion:"Versi\xF3n actual de la norma",calculating:"c\xE1lculos",unknownError:"error desconocido",canNotFetchRemoteRule:"No se pueden obtener reglas remotas",enableAlphaSuccess:"Alfa activado",disableAlphaSuccess:"Se ha desactivado la funci\xF3n Alfa",cacheSize:"Tama\xF1o de la cach\xE9\uFF1A",cleaning:"en proceso de liquidaci\xF3n",cleanCache:"borrar la cach\xE9",options:"establecer",about:"con respecto a",service:"servicio de interpretaci\xF3n",needAction:"(Ir a Ajustes)",goSettings:"seguir adelante y configurar",needActionForOptions:"(por establecer)",translationEngine:"Opciones de motor",sourceLanguage:"Idioma original",target:"lengua de llegada",popupSourceLanguage:"Idioma original",popupTarget:"lengua de llegada",popupService:"servicio de interpretaci\xF3n",forThisSite:"P\xE1gina web actual",autoEnableSubtitle:"Activa autom\xE1ticamente los subt\xEDtulos biling\xFCes",alwaysTranslate:"Traduzca siempre",neverTranslate:"Nunca traduzca",alwaysTranslateSomeLanguage:"Traduzca siempre {language}",neverTranslateSomeLanguage:"Nunca traduzca {language}",alwaysTranslateSomeSite:"Traduzca siempre {hostname}",neverTranslateSomeSite:"Nunca traduzca {hostname}",alwaysTranslateSomeSiteOrWildSite:"Traduzca siempre el sitio",alwaysTranslateSomePage:"Traducir siempre la p\xE1gina",add:"aumentar",default:"por defecto (ajuste)",forThisLanguage:"Para este idioma\uFF1A","add url":"Introducir URL",edit:"compilador","translate other languages into specific language":"Traduce otros idiomas a tu idioma","select translation service":"Seleccione un servicio de traducci\xF3n",language:"multiling\xFCismo","show-original":"Mostrar texto original",translate:"renderizaci\xF3n",Translated:"traducido",Translating:"en traducci\xF3n",Error:"incorrecto",allowCacheTranslations:"Activar la cach\xE9 de traducci\xF3n local (para reducir las solicitudes de traducci\xF3n de pasajes duplicados)","translation display":"Estilo de visualizaci\xF3n de la traducci\xF3n","select diplay style":"Distinguir entre los estilos de traducci\xF3n, con referencia espec\xEDfica a los siguientes ejemplos",interface:"Ajustes de interfaz",import_export:"Importaci\xF3n y exportaci\xF3n",import_export_title:"Configuraci\xF3n de importaci\xF3n/exportaci\xF3n",syncToGoogleDrive:"Sincronizar con Google Drive ahora",floatBallOptions:"Ajustes de la Hoverball","floatBallOptions.enable":"Habilitar Hoverball","floatBallOptions.blockUrls":"Desactivar el sitio web","floatBallOptions.add":"aumentar","floatBallOptions.blockUrlDesc":"Las Hoverballs no se muestran cuando se encuentran los siguientes sitios web","floatBallOptions.clickType":"comportamiento al hacer clic","floatBallOptions.clickTypeDesc":"Comportamiento del icono Hoverball al hacer clic","floatBallOptions.clickPopup":"Mostrar panel de traducci\xF3n","floatBallOptions.clickTranslate":"Traducci\xF3n/visualizaci\xF3n del texto original","floatBallOptions.fixedPosition":"\u56FA\u5B9A\u4F4D\u7F6E","floatBallOptions.fixedPositionDesc":"\u60AC\u6D6E\u7403\u5728\u7A97\u53E3\u5DE6\u4FA7\u8FD8\u662F\u53F3\u4FA7","floatBallOptions.fixedPositionLeft":"\u5DE6\u4FA7","floatBallOptions.fixedPositionRight":"\u53F3\u4FA7",previewAllThemes:"Vista previa de todos los estilos","translationTheme.none":"no tener","translationTheme.grey":"gris oscuro","translationTheme.dashed":"subrayado punteado","translationTheme.dotted":"gui\xF3n bajo punteado","translationTheme.dashedBorder":"borde punteado","translationTheme.solidBorder":"borde s\xF3lido","translationTheme.underline":"Subrayar l\xEDneas rectas","translationTheme.mask":"Efectos difusos (modos de aprendizaje)","translationTheme.opacity":"efecto de transparencia","translationTheme.paper":"Efecto sombra de papel blanco","translationTheme.dividingLine":"l\xEDnea divisoria","translationTheme.highlight":"alto brillo","translationTheme.marker":"marcador (palabra de pr\xE9stamo)","translationTheme.marker2":"Marcador 2","translationTheme.blockquote":"Estilos de referencia","translationTheme.weakening":"debilitamiento","translationTheme.italic":"tipo de letra inclinado","translationTheme.bold":"espesar","translationTheme.thinDashed":"subrayado de l\xEDnea discontinua fina","translationTheme.nativeDashed":"El sistema viene con un subrayado de puntos","translationTheme.nativeDotted":"El sistema viene con subrayado de puntos","translationTheme.nativeUnderline":"El sistema viene con un subrayado recto","translationTheme.wavy":"l\xEDnea ondulada","translationServices.custom":"API personalizada","translationServices.tencent":"Tencent Traductor","translationServices.tenAlpha":"Tencent Translator (Alfa)","translationServices.google":"Google Translate","translationServices.bai":"Baidu (Alfa)","translationServices.baidu":"Traducci\xF3n de Baidu","translationServices.aliyun":"Traducci\xF3n AliCloud","translationServices.volc":"traducci\xF3n del volc\xE1n","translationServices.deeplx":"DeepLX (Beta)","translationServices.bing":"Microsoft Translate","translationServices.deepl":"DeepL","translationServices.wechat":"Traducci\xF3n de WeChat","translationServices.azure":"Traducci\xF3n Azure","translationServices.ibm":"IBM Watson","translationServices.aws":"Traducci\xF3n Amazon","translationServices.mock":"Traducci\xF3n simulada","translationServices.mock2":"Traducci\xF3n simulada 2","translationServices.caiyun":"lit. nubes de colores y peque\xF1as traducciones","translationServices.cai":"Nubes de colores (Alfa)","translationServices.volcAlpha":"Volc\xE1n (Alfa)","translationServices.openl":"OpenL","translationServices.youdao":"Traducci\xF3n Youtube","translationServices.you":"Youdao Traductor (Alfa)","translationServices.transmart":"Tencent Interactive Traducci\xF3n","translationServices.niu":"Traductor Maverick","translationServices.papago":"Traducci\xF3n de Papago","translationServices.d":"D (Alfa)","translationServices.dpro":"D Pro (Canarias)","translationServices.openai":"OpenAI","translationServices.yandex":"Yandex","translationServices.chatgpt":"ChatGPT Web(3.5 m\xF3vil)","translate title":"Traducir t\xEDtulos de p\xE1ginas","always languages":"Traduzca siempre el idioma",neverTranslateLanguagesLabel:"La lengua que nunca se traducir\xE1",neverTranslateTheFollowingLanguagesDescription:"Las traducciones se omiten cuando un p\xE1rrafo de la p\xE1gina est\xE1 en uno de los siguientes idiomas",enableUserscriptPagePopup:"Mostrar hoverball en la p\xE1gina",enableUserscriptPagePopupDescription:"Despu\xE9s de desactivar el hoverball, se puede recuperar con el acceso directo /{touch}. Se recomienda encarecidamente marcar esta p\xE1gina de configuraci\xF3n para evitar no poder encontrar el hoverball despu\xE9s de desactivar esta opci\xF3n por error.","always translate the following languages":"Traduce autom\xE1ticamente al idioma de destino cuando la p\xE1gina est\xE1 en uno de los siguientes idiomas","always sites":"Sitios web siempre traducidos","always translate the following sites":"Los sitios web se traducen autom\xE1ticamente a la lengua de destino cuando son los nombres de dominio de","never sites":"Sitio nunca traducido","never translate the following sites":"No se realizar\xE1n traducciones cuando el sitio web corresponda a los siguientes dominios","please refer to":"Tienes que rellenar la clave antes de poder utilizarla.",KeyAndConfigurationTutorial:"Tutorial de aplicaci\xF3n y configuraci\xF3n de llaves",useAboveStyleForTheseSites:"Utilice siempre el estilo de traducci\xF3n \u2308{theme}\u230B cuando el sitio sea para los siguientes dominios",currentUrl:"URL actual",confirm:"guardar (un archivo, etc.) (inform\xE1tica)",cancel:"anulaciones",delete:"eliminar","languages.auto":"detecci\xF3n autom\xE1tica",syncToCloud:"Sincronizaci\xF3n con Google Drive",syncToCloudDescription:"Subida a la nube, la configuraci\xF3n se puede sincronizar entre distintos navegadores/scripts de mono de grasa, sea cual sea la \xFAltima modificaci\xF3n.",syncToAccount:"Sincronizaci\xF3n con la nube de traducci\xF3n inmersiva",syncToAccountButton:"Sincronizaci\xF3n instant\xE1nea con la nube",syncToAccountDescription:"Sincroniza autom\xE1ticamente las configuraciones entre distintos dispositivos, sea cual sea el \xFAltimo en modificarse.",successSyncConfigInAccount:"Sincronizaci\xF3n satisfactoria con la nube",successSyncConfigToAccount:"Sincronizaci\xF3n satisfactoria con la nube",syncConfigNoUpdate:"Ya est\xE1 actualizado.",authFail:"Fallo de autorizaci\xF3n",syncTitle:"Gesti\xF3n manual de copias de seguridad",import_hint:"importar (datos)",upload:"cargar",revokeAuth:"revocar una autorizaci\xF3n",uploadFail:"Carga fallida",download:"descargando",importSuccess:"Importado con \xE9xito",importFail:"fallo de importaci\xF3n",deleteFail:"Error al borrar",backupToCloud:"Gesti\xF3n manual de los archivos de copia de seguridad",create_new_backup:"A\xF1adir un nuevo nodo de copia de seguridad",maxBackupFiles:"Se pueden hacer copias de seguridad de hasta{count}nodos diferentes, por favor, elimine los nodos que no necesite.",backupToCloudDescription:"Cargar o restaurar manualmente archivos de copia de seguridad, permitiendo hasta 3 copias de seguridad diferentes.",successSyncConfig:"Sincronizaci\xF3n satisfactoria con la nube",syncFail:"fallo de sincronizaci\xF3n",updatedAt:"Actualizado desde {date}",lastSyncedAt:"\xDAltima consulta en {date}",downloadFail:"Error de descarga",clickToDownload:"Haga clic para descargar",aboutLabel:"Acerca de - Comentarios","browser.openAboutPage":"Acerca de/Feedback",aboutLabelWithoutSponsor:"Acerca de - Comentarios",aboutIntro:"Que todos tengamos un acceso m\xE1s f\xE1cil y agradable a la enorme cantidad de informaci\xF3n en idiomas extranjeros que hay en Internet \u2764\uFE0F Puedes optar por activar tu <6>suscripci\xF3n Pro para utilizar las traducciones listas para usar de DeepL y OpenAI.

Puedes seguirnos en <3>Twitter, <4>Telegram, Weibo, WeChat, o <5>suscribirte a nuestra lista de correo para estar al tanto de las actualizaciones.
<7>Los miembros Pro pueden ponerse en contacto con nosotros en <8>support@immersivetranslate.com para un r\xE1pido servicio de atenci\xF3n al cliente.",aboutIntroWithoutSponsor:"Ojal\xE1 todos tengamos un acceso m\xE1s f\xE1cil y agradable a la enorme cantidad de informaci\xF3n en idiomas extranjeros disponible en Internet \u2764\uFE0F

Puedes seguirnos en <3>Twitter, el <4>canal de Telegram, WeChat, WeChat Exchange, o <5>suscribirte para seguir las actualizaciones por <5>correo electr\xF3nico a continuaci\xF3n.",projectHomepage:"Inicio del proyecto",joinTelegramGroup:"\xDAnase al grupo de usuarios para participar en los debates",wechatPublicAccount:"WeChat P\xFAblico",wechatCommunities:"Grupo de intercambio WeChat",qqCommunities:"Canal de comunicaci\xF3n QQ",joinTelegramChannel:"Siga el canal de Telegram para las \xFAltimas actualizaciones",feedbackAndJoin:"Pregunta Feedback / A\xF1adir Grupo",autoSync:"sincronizaci\xF3n horaria autom\xE1tica",loadingThemeTitle:"Estilo de carga",loadingThemeDescription:"Establecer el estilo mientras se espera a que se cargue la traducci\xF3n","loadingTheme.spinner":"Animaci\xF3n giratoria","loadingTheme.text":"texto est\xE1tico algo ","loadingTheme.none":"no se muestra",developerDescription:"La documentaci\xF3n sobre personalizaci\xF3n avanzada se encuentra <1>aqu\xED","edit border color":"Modificar el color del borde",successSyncButNoChange:"La configuraci\xF3n actual es coherente con la nube",customTheme:"Colores y tama\xF1os personalizados","customThemeLabel.borderColor":"Color del borde","customThemeLabel.borderRadius":"Bordes redondeados","customThemeLabel.textColor":"color del texto","customThemeLabel.backgroundColor":"color de fondo","customThemeLabel.zoom":"Escalado de fuentes (%)","customThemeLabel.opacity":"Opacidad del texto (%)",resetToDefaultColor:"Restablecer los colores por defecto",resetToDefaultSettings:"Restablecer la configuraci\xF3n predeterminada",isTranslateTitle:"Activar la traducci\xF3n de los t\xEDtulos de las p\xE1ginas",isTranslateTitleDescription:"Si est\xE1 activada, se traducen los t\xEDtulos de las p\xE1ginas",enableSearchEnhancement:"Activar la mejora de mensajes biling\xFCes",enableSearchEnhancementDescription:'Una vez activada, los resultados de b\xFAsqueda de "Google News" se mostrar\xE1n autom\xE1ticamente en la columna derecha de los sitios web compatibles (Google News, Google Search (algunas palabras clave), Snowball, Oriental Fortune, Futura, Tiger Community) para las correspondientes palabras clave en ingl\xE9s.',verifyService:"Haga clic aqu\xED para probar el servicio",verified:"Verificar el \xE9xito","field.langs":"C\xF3digos de idioma admitidos","field.model":"modelizaci\xF3n","field.translationEngine":"motor de traducci\xF3n","field.limitPerMinute":"Peticiones m\xE1ximas por minuto","field.limitPerSecond":"N\xFAmero m\xE1ximo de solicitudes por segundo","field.maxTextLengthPerRequest":"Longitud m\xE1xima del texto por solicitud","field.maxTextGroupLengthPerRequest":"N\xFAmero m\xE1ximo de apartados por solicitud","field.apiUrl":"Direcci\xF3n de interfaz API personalizada","field.placeholderDelimiters":"marcador de posici\xF3n reservado","description.custom":"Interfaz personalizada Acceso Documentaci\xF3n necesaria","description.limitPerMinute":"Las solicitudes que superan este l\xEDmite pasan a una cola hasta el inicio del siguiente minuto. Debido a las diversas limitaciones del servicio actual de OpenAI, haz clic <1>aqu\xED para consultar los \xFAltimos valores sugeridos.","description.limitPerSecond":"Las solicitudes que superan este l\xEDmite pasan a una cola hasta el inicio del siguiente segundo. Debido a las diversas limitaciones del servicio actual de OpenAI, haz clic <1>aqu\xED para consultar los \xFAltimos valores sugeridos.","description.generalLimitPerSecond":"Las solicitudes que superan este l\xEDmite pasan a una cola hasta el inicio del segundo siguiente.","description.prompt":"Enviar la conversaci\xF3n a {service} como usuario, donde {{text}} representa el contenido del texto del p\xE1rrafo, {{from}} representa el idioma del p\xE1rrafo y {{to}} representa el idioma objetivo.","description.maxTextLengthPerRequest":"El n\xFAmero m\xE1ximo de caracteres por petici\xF3n es demasiado grande para que la interfaz responda con lentitud, as\xED que pruebe a ajustar esta opci\xF3n para optimizar la velocidad","description.systemPrompt":"Un di\xE1logo enviado a OpenAI como sistema, donde {{text}} indica el contenido textual del p\xE1rrafo,{{from}} indica el idioma del p\xE1rrafo y{{to}} indica el idioma de destino.","field.domain":"reino","description.domain":"El valor predeterminado es\uFF1Ageneral. S\xF3lo puede establecerse si la traducci\xF3n de dominios est\xE1 activada en la consola de la API Arima; consulte <1>aqu\xED los dominios admitidos.","field.scene":"toma","description.scene":"Por defecto\uFF1Ageneral. S\xF3lo se puede establecer si la consola API AliCloud est\xE1 habilitado para Machine Translation Pro, ver <1>aqu\xED para los escenarios compatibles","field.vocabId":"ID del diccionario del usuario","description.vocabId":"El diccionario out_id especificado admite actualmente la traducci\xF3n del ingl\xE9s al chino.","description.model":"Modelos OpenAI, pueden ser gpt-3.5-turbo, gpt-4, etc.","description.maxTextGroupLengthPerRequest":"El n\xFAmero de p\xE1rrafos enviados al servicio de traducci\xF3n a la vez, si hay demasiados p\xE1rrafos, puede hacer que la interfaz responda m\xE1s lentamente.","description.apiUrl":"Por favor, a\xF1ada URLs espec\xEDficas con rutas, <1>m\xE1s descripci\xF3n",enabledExtension:"Habilitar extensiones",clickToDisableExtension:"Haga clic para desactivar las extensiones",clickToEnableExtension:"Haga clic para activar las extensiones",hasBeenDisabled:"desactivado","show password":"Mostrar contrase\xF1a",customContent:"Introduzca un nombre de modelo personalizado",inputOptions:"Mejora del cuadro de entrada",mouseHoverOptions:"al pasar el rat\xF3n",modifyMouseHoverKey:"Modificar el acceso directo del rat\xF3n",enableInputTranslation:"Activar o no la mejora del cuadro de entrada",enableInputTranslationDescription:"Una vez activado, escriba {startingKey}{startingKey} hola directamente en el cuadro de entrada, luego pulse r\xE1pidamente{inputTrailingTriggerKeyRepeatTimes}veces{trailingKey}para traducir a {inputTargetLanguage}",enableInputTranslationDescriptionForNoneKey:"Una vez activado, escriba\uFF1AHello World directamente en el cuadro de entrada y, a continuaci\xF3n, pulse r\xE1pidamente{inputTrailingTriggerKeyRepeatTimes}{trailingKey}veces para traducir al idioma de destino predeterminado.",inputTargetLanguage:"Establecer el idioma de destino por defecto para los cuadros de entrada",inputTargetLanguageDescription:"Idioma de destino por defecto para la traducci\xF3n del cuadro de entrada, es decir, {startingKey}{startingKey} como idioma por defecto para las palabras desencadenantes.",inputTargetLanguageDescriptionForNoneKey:"Idioma de destino predeterminado para la traducci\xF3n del cuadro de entrada",inputStartingTriggerKeyTitle:"Configuraci\xF3n del car\xE1cter de divisi\xF3n para la traducci\xF3n parcial del cuadro de entrada",inputStartingTriggerKeyDescription:"Cuando no necesite traducir todo el cuadro de entrada, el divisor le permite traducir s\xF3lo la parte desde {startingKey}{startingKey} hasta el final del cuadro de entrada, o puede especificar el c\xF3digo de idioma, por ejemplo\uFF1A{startingKey}ja significa traducir s\xF3lo la parte desde {startingKey}ja hasta el final del cuadro de entrada.",inputStartingTriggerKeyDescriptionForNoneKey:"La configuraci\xF3n actual de sin prefijo no es necesaria, y la funci\xF3n de traducci\xF3n de algunos textos en el cuadro de entrada no est\xE1 disponible por el momento.",inputTrailingTriggerKeyTitle:"Seleccione un car\xE1cter de activaci\xF3n de fin de entrada",inputTrailingTriggerKeyDescription:"\xA13 golpes r\xE1pidos{trailingKey} comenzar\xE1 a traducir!",inputTrailingTriggerKeyTimeout:"Introduce el tiempo entre disparos de fin de combate",inputTrailingTriggerKeyTimeoutDescription:"Establece el tiempo (en milisegundos) entre disparos de combo de fin de entrada.",spaceKey:"<\u7A7A\u683C\u952E>",noneKey:"Traducci\xF3n directa de todo el cuadro de texto sin prefijos",inputTranslationBlockUrlsTitle:"No active la mejora del cuadro de entrada en las siguientes URL",inputTranslationBlockUrlsDescription:"Las mejoras del cuadro de entrada no funcionar\xE1n en las siguientes URL",clickToSeeQuickDemo:"Haga clic para ampliar el v\xEDdeo tutorial r\xE1pido de 30 segundos",inputHelperInfo:"Descripci\xF3n\uFF1AHemos optimizado el hecho de que algunos caracteres desencadenantes se convertir\xE1n en signos de puntuaci\xF3n chinos bajo m\xE9todos de entrada chinos, por ejemplo, / se convertir\xE1 en un signo dun , bajo el m\xE9todo de entrada Sogou, e Immersive Translator soporta todos los s\xEDmbolos chinos correspondientes a los caracteres desencadenantes, es decir, //,,, ser\xE1n reconocidos como caracteres desencadenantes.

Tambi\xE9n soportamos alias Chinos para c\xF3digos de lenguaje como comandos, por ejemplo /Japanese Hello World ser\xE1 traducido al Japon\xE9s, <1>haga clic aqu\xED para ver todos los c\xF3digos de lenguaje soportados.",reloadCurrentPage:"Actualice la p\xE1gina actual antes de iniciar la traducci\xF3n.",noLocalFilePermissionForPDF:"Usted no tiene permiso para leer archivos locales, por favor haga clic en el bot\xF3n de arriba y luego importar archivos locales.",noPermissionForThisPage:"\u26A0\uFE0F No hay permiso para traducir la p\xE1gina actual",retryAllParagraphs:"Reintentar todos los pasajes de error",retryAllButton:"Reintentar todos los pasajes de error",errorTooltipTitle:"Haga clic para ver la causa del error",errorModalTitle:"Parece que algo va mal con el servicio de traducci\xF3n o la red...",disableConfirm:"Entorno biling\xFCe de mejora de la informaci\xF3n",disableOnce:"Esta inhabilitaci\xF3n",disableGlobal:"desactivar permanentemente",disableTint:"* Puede volver a activarlo en {option} .",searchEnhancementNotes:"Tras activar la funci\xF3n de mejora de la informaci\xF3n biling\xFCe con traducci\xF3n inmersiva, buscaremos autom\xE1ticamente las mismas palabras clave en ingl\xE9s en los sitios web compatibles (Google News, Google Search (algunas palabras clave), Snowball, Oriental Wealth, Futura, Tiger) y las mostraremos a la derecha. Si no necesitas esta funci\xF3n, puedes desactivarla.",option:"establecer",saveSettings:"Guardar configuraci\xF3n",closeModal:"Cerrar ventana",enableInputTranslationWithoutTriggerKeyTitle:"Habilite 3 pulsaciones r\xE1pidas en{trailingKey}para traducir directamente todo el cuadro de entrada a{inputTargetLanguage}",enableInputTranslationWithoutTriggerKeyDescription:"Para especificar el idioma de destino, antep\xF3ngale el c\xF3digo del idioma, por ejemplo:\uFF1Aja Hola Mundo",mouseHoverShortcutPlaceholder:"p. ej.\uFF1ATurno",deepLProName:"Miembro de Immersive Translation Pro (Recomendado)",deepLProDescription:"El paquete actual puede utilizarse directamente",deeplProDescriptionForNormal:"No requiere instalaci\xF3n, los miembros pueden utilizarlo despu\xE9s de iniciar sesi\xF3n, <1>haga clic aqu\xED para actualizar a miembro",deepLCustomDescription:"Se requiere tarjeta de cr\xE9dito extranjera, abierta oficialmente en <1>DeepL, haga clic para ver <2>la documentaci\xF3n",deepLCustomName:"Clave de autenticaci\xF3n personalizada",chooseProviderLabel:"Seleccione un proveedor de servicios",openaiProName:"Miembro de Immersive Translation Pro (Recomendado)",openaiProDescription:"El paquete actual puede utilizarse directamente",openaiProDescriptionForNormal:"No requiere instalaci\xF3n, los miembros pueden utilizarlo despu\xE9s de iniciar sesi\xF3n, <1>haga clic aqu\xED para actualizar a miembro",openaiCustomDescription:"Disponible en OpenAI, Azure OpenAI u otros servicios de terceros. <1>Haga clic aqu\xED para consultar la documentaci\xF3n.",openaiCustomName:"Clave API personalizada",needLoginAction:"(Afiliaci\xF3n abierta o personalizaci\xF3n)",goLoginOrAction:"(Abra una cuenta o vaya a la configuraci\xF3n)",yearly:"efectuar un pago anual consecutivo",quarterly:"embalaje secuencial",monthly:"suscripci\xF3n mensual",yearlyForOnce:"Paquete anual \xFAnico",monthlyForOnce:"Paquete mensual \xFAnico",daily:"d\xEDas consecutivos de paquetes",year:"efectuar un pago anual consecutivo",quarter:"embalaje secuencial",month:"suscripci\xF3n mensual",day:"d\xEDas consecutivos de paquetes",onetime_7day:"Pack Experiencia 7 d\xEDas",currentPlanDescriptionForFree:"Paquetes actuales\uFF1AGratis",currentPlanDescriptionForContinuous:"El paquete actual\uFF1A{plan}se renovar\xE1 autom\xE1ticamente en {endAt} .",currentPlanDescriptionForAutoRenewCaceling:"El paquete actual\uFF1A{plan}expirar\xE1 en {endAt} y no se renovar\xE1 autom\xE1ticamente a su vencimiento.",currentYearlyPlanDescriptionForAutoRenewCacelingWithRealPaiedUser:"El paquete actual,\uFF1A{plan}, caducar\xE1 en {endAt} y no se renovar\xE1 autom\xE1ticamente a su vencimiento.
<1>Haga clic aqu\xED para gestionar su plan de renovaci\xF3n",currentYearlyPlanDescriptionForAutoRenewCacelingWithAdmin:"El paquete actual,\uFF1A{plan}, caducar\xE1 en {endAt} y no se renovar\xE1 autom\xE1ticamente a su vencimiento.
<1>Haga clic aqu\xED para activar la suscripci\xF3n anual continua",currentPlanDescriptionForOneTime:"La suscripci\xF3n actual\uFF1A{plan}expirar\xE1 en {endAt} , <1>haga clic aqu\xED para cambiar a una suscripci\xF3n <1>anual o <2>mensual.",upgradePlan:"Haga clic aqu\xED para pasar a Pro",upgradeToPro:"Actualizar a miembro Pro","popup.openPro":"Actualice su suscripci\xF3n a Pro para disfrutar de DeepL y de la traducci\xF3n OpenAI, \xA1haga clic aqu\xED para actualizar!","popup.openProForPro":"Eres un miembro Pro con acceso directo a DeepL y a las traducciones de OpenAI.",currentAccount:"cuenta corriente",enableAutoSyncUserSettings:"Sincronizaci\xF3n autom\xE1tica en la nube de varios dispositivos",modalEnableInputTranslationTitle:"Traducci\xF3n inmersiva Cuadro de entrada Alertas de traducci\xF3n",modalEnableInputTranslationDesc:"Acaba de activar la traducci\xF3n del cuadro de entrada de Immersive Translation pulsando la barra espaciadora 3 veces en r\xE1pida sucesi\xF3n, y el contenido del cuadro de entrada se traducir\xE1 al idioma de destino predeterminado. La traducci\xF3n puede deshacerse con Ctrl+Z.

Si ha sido un error, no se preocupe, puede elegir desactivarla esta vez, o desactivar permanentemente la traducci\xF3n del cuadro de entrada.",saveAndNotShowAgain:"Guardar y dejar de preguntar",disableInputTranslationTips:"* Tambi\xE9n puedes configurar otros atajos para que se activen en {option} ,{learnMore}.",learnMore:"M\xE1s informaci\xF3n",continueEnalbeInputTranslation:"Seguir activando la traducci\xF3n del cuadro de entrada",autoRenewTrialSuffix:'(En la versi\xF3n de prueba,pas\xF3 inmediatamente a ser miembro de pleno derecho)',upgradeFromTrialTitle:"Pasar a Miembro de pleno derecho",subtitle:"subtitulado de v\xEDdeo",youtubeService:"Traducci\xF3n por inmersi\xF3n Servicios de traducci\xF3n de subt\xEDtulos de v\xEDdeo","subtitle.disabledSubtitle":"Desactivar permanentemente la funci\xF3n de subt\xEDtulos de v\xEDdeo","subtitle.disabledSubtitleDescription":"Si Immersive Translator's Video Subtitles entra en conflicto con otras extensiones, puedes optar por desactivar permanentemente la funcionalidad de Immersive Translator's Video Subtitles o desinstalar otras extensiones conflictivas.","subtitle.autoEnableSubtitle":"Uso autom\xE1tico de subt\xEDtulos biling\xFCes","subtitle.autoEnableSubtitleDescription":"Una vez activado, se mostrar\xE1n autom\xE1ticamente subt\xEDtulos biling\xFCes cuando se reproduzca el video, de lo contrario, necesitar\xE1 hacer clic en el bot\xF3n de traducci\xF3n para que se muestren.","subtitle.preTranslation":"Traducir subt\xEDtulos mediante traducci\xF3n inmersiva","subtitle.preTranslationDescription":"Cuando est\xE1 activada, se pretraducir\xE1 todo el subt\xEDtulo utilizando el servicio de traducci\xF3n especificado m\xE1s abajo, y un v\xEDdeo de 1 hora consumir\xE1 unos 50.000 tokens o caracteres, as\xED que util\xEDzalos seg\xFAn tu criterio; cuando est\xE1 desactivada, se utilizar\xE1n primero los subt\xEDtulos originales.","subtitle.humanSubtitlesPreferred":"Uso prioritario del subtitulado humano","subtitle.humanSubtitlesPreferredDescription":"Priorizar el uso de subt\xEDtulos humanos cuando el v\xEDdeo disponga de subt\xEDtulos humanos en la lengua de llegada (recomendado)",videoSubtitleTranslationDescription:"Asignar un servicio de traducci\xF3n independiente para los subt\xEDtulos de v\xEDdeo",subtitleTranslating:"Por favor, espere mientras se traducen los subt\xEDtulos mediante el servicio {service} ... (traducci\xF3n por inmersi\xF3n)",subtitleLoading:"Cargando subt\xEDtulos...",bilingual:"biling\xFCismo","field.action":"Activar o no la terminolog\xEDa Baidu","description.action":"Cuando est\xE9 activado, se a\xF1adir\xE1 un par\xE1metro action=1 a la solicitud para informar a Baidu del t\xE9rmino activado; <1>consulte la documentaci\xF3n oficial para obtener m\xE1s informaci\xF3n.",closeQuickTranslation:"Cerrar Hoverball","closeQuickTranslation.untilNext":"Esta vez cerrado hasta la pr\xF3xima visita","closeQuickTranslation.currentWebsite":"Sitio actual desactivado","closeQuickTranslation.alwaysClose":"desactivar permanentemente","closeQuickTranslation.settingOpen":"(puede activarse en la <1>p\xE1gina de configuraci\xF3n )","closeQuickTranslation.cancel":"anulaciones","closeQuickTranslation.confirm":"defina","floatBall.popup":"Abrir el panel de ajustes r\xE1pidos","floatBall.translate":"Haga clic para traducir la p\xE1gina","floatBall.showOriginal":"Haga clic para volver al art\xEDculo original","floatBall.close":"Cerrar Hoverball","floatBallOptions.enableDescPc":"Despu\xE9s de activar el hoverball de la p\xE1gina, aparecer\xE1 un bot\xF3n de traducci\xF3n r\xE1pida en la parte derecha de la p\xE1gina, \xA1haz clic en \xE9l para traducir!","floatBallOptions.enableDesc":"Despu\xE9s de apagar el hoverball, puedes recuperarlo con{touch}. Se recomienda encarecidamente marcar esta p\xE1gina de configuraci\xF3n para evitar no poder encontrar el hoverball despu\xE9s de desactivar esta opci\xF3n por error.","description.azureApiUrl":"Introduzca la direcci\xF3n de la interfaz API personalizada",confirmSupportMouse:"Forzar la activaci\xF3n del soporte de rat\xF3n",confirmSupportMouseDescription:"Detectado que el navegador actual no soporta la funci\xF3n de rat\xF3n, \xBFse fuerza a habilitar el soporte de rat\xF3n?",sampleTargetText:"Llegar\xE1 la larga noche, y velar\xE9 desde hoy hasta que muera. No tomar\xE9 esposa, no har\xE9 feudo, no tendr\xE9 hijos. No llevar\xE9 corona, no luchar\xE9 por el honor. Cumplir\xE9 con mi deber, vivir\xE9 y morir\xE9.",sampleSourceText:"Night gathers, and now my watch begins. It shall not end until my death. I shall take no wife, hold no lands, father no children. I shall wear no crowns and win no glory. I shall live and die at my post.","subtitle.supportedSites":"\u5DF2\u652F\u6301\u5728\u8FD9\u4E9B\u7F51\u7AD9\u4F7F\u7528\u53CC\u8BED\u5B57\u5E55\uFF08\u6CE8\u610F\uFF1A\u7531\u4E8E\u6280\u672F\u9650\u5236\uFF0C\u90E8\u5206\u7F51\u7AD9\u5728\u9996\u6B21\u5F00\u542F\u5B57\u5E55\u540E\u9700\u8981\u91CD\u65B0\u5237\u65B0\u9875\u9762\uFF0C\u6216\u8005\u9700\u7B49\u5F85\u7FFB\u8BD1\u5B8C\u6210\u4EE5\u663E\u793A\u53CC\u8BED\u5B57\u5E55\uFF09\uFF1A",viewWithImmersiveTranslate:"\u53CC\u8BED\u7248\u672C(\u6C89\u6D78\u5F0F\u7FFB\u8BD1)",errorReason:"\u9519\u8BEF\u539F\u56E0\uFF1A{message}","proQuotaExceededError.onetime7day":'\uFF0C\u60A8\u53EF\u4EE5\u9009\u62E9\u4EE5\u4E0B\u65B9\u5F0F\u89E3\u51B3\uFF1A

1. \u5207\u6362\u5230 {anotherService} \u6216\u5176\u4ED6\u7FFB\u8BD1\u670D\u52A1
2. \u5347\u7EA7\u4E3A\u6708\u5EA6/\u5E74\u5EA6\u4F1A\u5458',"proQuotaExceededError.trial":'\uFF0C\u60A8\u53EF\u4EE5\u9009\u62E9\u4EE5\u4E0B\u65B9\u5F0F\u89E3\u51B3\uFF1A

1. \u5207\u6362\u5230 {anotherService} \u6216\u5176\u4ED6\u7FFB\u8BD1\u670D\u52A1
2. \u7ACB\u523B\u5347\u7EA7\u4E3A\u6B63\u5F0F\u4F1A\u5458',"proQuotaExceededError.nonTrial":'\uFF0C\u60A8\u53EF\u4EE5\u9009\u62E9\u4EE5\u4E0B\u65B9\u5F0F\u89E3\u51B3\uFF1A

1. \u5207\u6362\u5230 {anotherService} \u6216\u5176\u4ED6\u7FFB\u8BD1\u670D\u52A1
2. \u8D2D\u4E70 {translationService} \u989D\u5916\u6D41\u91CF\u5305',"proQuotaExceededError.resetTime":"
3. \u989D\u5EA6\u91CD\u7F6E\u65F6\u95F4\uFF1A{resetTime}","desc.touchShortcutsToggleTranslatePageOnlyTranslation":"Solo se muestra la traducci\xF3n se refiere a que solo se mostrar\xE1 la traducci\xF3n, si la p\xE1gina web a\xFAn no se ha traducido, cambiar\xE1 el modo y traducir\xE1.","desc.toggleOnlyTransation":"El modo de solo traducci\xF3n se refiere a mostrar solo el texto traducido, si la p\xE1gina web a\xFAn no se ha traducido, cambiar\xE1 el modo y traducir\xE1.",touchShortcutsToggleTranslatePageOnlyTranslation:"Configurar gestos de pantalla t\xE1ctil para cambiar entre modo biling\xFCe/solo texto traducido",download_started:"La descarga ya ha comenzado, si no se descarga autom\xE1ticamente, haga clic manualmente.",here:"aqu\xED","desc.toggleVideoSubtitlePreTranslation":"Al presionar, los subt\xEDtulos biling\xFCes del video usar\xE1n preferentemente la configuraci\xF3n de traducci\xF3n inmersiva, al presionar nuevamente, se dar\xE1 prioridad a los subt\xEDtulos de traducci\xF3n autom\xE1tica incluidos en el video original. Nota: este atajo modifica la configuraci\xF3n global.",videoSubtitlePreTranslationOn:"Los subt\xEDtulos del video tendr\xE1n prioridad para usar la traducci\xF3n inmersiva.",videoSubtitlePreTranslationOff:"Los subt\xEDtulos del video dar\xE1n prioridad a los subt\xEDtulos de traducci\xF3n autom\xE1tica incluidos en el video original.",translationFont:"Establecer fuente","translationFont.custom":"Ingrese fuente personalizada","translationFont.customPlaceholder":"fuente","translationFont.notSupportErrorMessage":"Por favor, verifique si el nombre de la fuente que ingres\xF3 es correcto, o confirme si esta fuente ya est\xE1 instalada en su dispositivo.","touch.mouse-translate":"Traducir el p\xE1rrafo especificado.","translationServices.inherit":"Siga el servicio de traducci\xF3n principal","error.serveConfigError":"Error de configuraci\xF3n del servicio","error.reloadPageOfSetting":"Despu\xE9s de configurar, por favor refresca la p\xE1gina para traducir de nuevo.","error.googleLimitIp":"El servicio devuelve un error, el servicio de Google ha limitado la direcci\xF3n IP, se recomienda que cambie el nodo de red.","error.openAIFreeLimit":"El servicio devuelve un error, la frecuencia actual de solicitudes de traducci\xF3n ha alcanzado el l\xEDmite m\xE1ximo de 3 veces por minuto, por favor intente de nuevo m\xE1s tarde. (Esta es una restricci\xF3n de OpenAI oficial para la API Key gratuita, para eliminar esta restricci\xF3n, por favor vincule una tarjeta de cr\xE9dito en el backend de OpenAI.)","error.openAIExceededQuota":"El servicio devuelve un error: el saldo de tu cuenta de OpenAI es insuficiente, por favor recarga o vincula una tarjeta de cr\xE9dito en el panel de control oficial de OpenAI.","error.429":"El servicio devuelve un error, lo que indica que la solicitud es demasiado frecuente o excede el l\xEDmite de cuota, por favor intente de nuevo m\xE1s tarde.","error.403":"El servicio devuelve un error, no tiene permiso temporal para acceder a este servicio.","error.400":"El servicio devuelve un error, el par\xE1metro de solicitud es incorrecto, por favor verifica la configuraci\xF3n correspondiente.","error.502":"El servicio devuelve un error, el servicio se ha agotado, por favor intente de nuevo m\xE1s tarde.","error.proTokenInvalid":"Si usted es un usuario Pro, por favor inicie sesi\xF3n para usar el servicio de traducci\xF3n Pro.","error.proUpgrade":"Despu\xE9s de la actualizaci\xF3n, por favor refresca la p\xE1gina y traduce de nuevo.","error.configError":"Los datos de configuraci\xF3n son anormales.","error.goReset":"Ir a restablecer",batchEdit:"Operaci\xF3n en masa","translationModeLang.translation.title":"Solo modo de traducci\xF3n de idioma","translationModeLang.translation.description":"Cuando el idioma de la p\xE1gina es uno de los siguientes, se utilizar\xE1 autom\xE1ticamente solo el modo de traducci\xF3n.","translationModeUrl.translation.title":"Solo el modo de direcci\xF3n web de traducci\xF3n","translationModeUrl.translation.description":"Cuando el sitio web tiene los siguientes dominios, se utilizar\xE1 autom\xE1ticamente el modo de solo traducci\xF3n.","error.serveUnavailable":"El servicio [{serverName}] que est\xE1 utilizando actualmente no est\xE1 disponible temporalmente debido a problemas con la conexi\xF3n a la red o el proveedor del servicio. Le sugerimos que intente actualizar la p\xE1gina o cambiar a otro servicio de traducci\xF3n a trav\xE9s de <1>Configuraci\xF3n. Si usted es un miembro <2>Pro, puede optar por utilizar los servicios de traducci\xF3n m\xE1s estables de DeepL o OpenAI (<3>haga clic aqu\xED para probarlo gratis). Adem\xE1s, es posible que necesite revisar su configuraci\xF3n de red o proxy.",detectServiceLoading:"Detectando servicios de traducci\xF3n disponibles...",toggleToService:"Cambie a {service} e intente de nuevo.","error.gemini.429":"El servicio actual de Gemini ha alcanzado su capacidad m\xE1xima, por favor intente m\xE1s tarde o cambie a otro servicio de traducci\xF3n.",enableSentryReport:"Cuando ocurre un error de expansi\xF3n, usa Sentry para enviar comentarios.",notLogin:"No registrado",goLogin:"Iniciar sesi\xF3n",touchShortcutsOff:"Cerrar",shortcutSettings:"Atajo de teclado","tagsInput.add":"+ A\xF1adir",translationOnlyMode:"Solo modo de traducci\xF3n","multipleClick.2":"Haz doble clic",contact:"Cont\xE1ctanos","widget.translateFile":"PDF/ePub","subtitle.hideQuickButton":"Ya no mostrar este atajo","translationServices.gemini":"G\xE9minis","widget.instructionTooltip":"Consultar las instrucciones de uso","subtitle.bilingual":"Subt\xEDtulos biling\xFCes","error.retry":"Reintentar","multipleClick.4":"Cu\xE1druple golpe",buildSnapshots:"Generar captura de p\xE1gina web","error.subscriptionExpiredTitle":"La membres\xEDa ha expirado","slide.left":"Desliza a la derecha","widget.videoSubtitle":"subt\xEDtulos de video","browser.translateWithDeepL":"Uso temporal de DeepL para traducir la p\xE1gina actual","subtitle.autoDisableSubtitle":"No activar autom\xE1ticamente los subt\xEDtulos biling\xFCes","browser.translateWithBing":"Uso temporal de Microsoft para traducir la p\xE1gina actual","error.reason":"Raz\xF3n del error","browser.translateWithTransmart":"Uso temporal de Tencent para traducir la p\xE1gina actual",pickAll:"Seleccionar todo","browser.translateInputBox":"Traducir el contenido actual del cuadro de entrada.","floatBall.iKnow":"Ya lo s\xE9.",temprarilyChangeTranslationTo_deepl:"Estoy usando DeepL para traducir la p\xE1gina actual.","multipleClick.3":"Triple golpe","intro.hoverTitle":"Pase el mouse para traducir el p\xE1rrafo actual",temprarilyChangeTranslationTo_transmart:"Est\xE1 utilizando Tencent para traducir la p\xE1gina actual.","intro.floatBallTitle":"Bola flotante de traducci\xF3n r\xE1pida",paragraphMinTextCountField:"El n\xFAmero m\xEDnimo de caracteres necesarios para traducir un p\xE1rrafo","shortcutGroup.touch":"Gestos espec\xEDficos para pantallas t\xE1ctiles",temprarilyChangeTranslationTo_gemini:"Estoy usando Gemini para traducir la p\xE1gina actual.",temprarilyChangeTranslationTo_bing:"Est\xE1 utilizando Microsoft para traducir la p\xE1gina actual.","shortcutGroup.main":"Atajos de teclado de funciones comunes",mouseHoverCustomKeyTitle:"Personalizar el atajo de teclado para el rat\xF3n en suspensi\xF3n","shortcutGroup.shortcutsForTranslationServices":"Atajos de teclado relacionados con el servicio de traducci\xF3n",touchShortcutsToggleTranslateTouchElement:"Configurar gestos t\xE1ctiles para traducir p\xE1rrafos espec\xEDficos",notLoginPro:"Todav\xEDa no has iniciado sesi\xF3n en tu cuenta de miembro.","intro.subtitleTitle":"Visualizaci\xF3n de subt\xEDtulos biling\xFCes en videos en l\xEDnea","subtitle.showQuickButton":"En el reproductor se muestra el atajo de subt\xEDtulos biling\xFCes",temprarilyChangeTranslationTo_google:"Est\xE1 utilizando Google Traductor para traducir la p\xE1gina actual.",upgradeToProErrorTitle:"Por favor, actualice a miembro Pro para utilizar este servicio de traducci\xF3n.","widget.instruction":"Instrucciones de uso","slide.right":"Desliza a la izquierda","browser.translateWithOpenAI":"Uso temporal de OpenAI para traducir la p\xE1gina actual","shortcutGroup.others":"M\xE1s atajos de teclado personalizados","browser.toggleMouseHoverTranslateDirectly":"Habilitar o deshabilitar temporalmente la traducci\xF3n directa al pasar el mouse en la p\xE1gina",alwaysTranslateThisSite:"Siempre traduce este sitio web",neverTranslateThisSite:"Nunca traduzca este sitio web","shortcutGroup.mouse":"Configuraci\xF3n de atajos de teclado para el rat\xF3n en suspensi\xF3n","widget.translateFileTooltip":"Traducir documentos PDF, EPUB, SRT, ASS, HTML y TXT","browser.translateWithGemini":"Usa temporalmente Gemini para traducir la p\xE1gina actual","browser.toggleVideoSubtitlePreTranslation":"Cambie a subt\xEDtulos biling\xFCes y priorice la configuraci\xF3n de traducci\xF3n inmersiva.",networkError:"El servicio de traducci\xF3n o la red tienen problemas.",loggedIn:"Conectado","widget.videoSubtitleTooltip":"Apoya Youtube y otros {count}+ sitios web de videos",touchShortcutsToggleTranslationMask:"Configurar gestos t\xE1ctiles para mostrar la m\xE1scara de traducci\xF3n / mostrar el texto original","floatBall.guideClickToTranslate":"Haz clic en la bola flotante de traducci\xF3n inmersiva para traducir r\xE1pidamente","desc.touchShortcutsToggleTranslateTouchElement":"Personalice un gesto y podr\xE1 traducir cualquier p\xE1rrafo en el que se encuentre.","floatBall.longPress":"Mant\xE9n presionado para abrir r\xE1pidamente el panel de configuraci\xF3n.","error.subscriptionExpired":"Es posible que su membres\xEDa haya expirado, por favor verifique el estado de su membres\xEDa.",shortcutSettingsTitle:"Configuraci\xF3n de atajos de teclado",temprarilyChangeTranslationTo_openai:"Estoy usando OpenAI para traducir la p\xE1gina actual.","browser.translateWithGoogle":"Uso temporal de Google Traductor para traducir la p\xE1gina actual","desc.interfaceLanguage":"La configuraci\xF3n del idioma de la interfaz afecta el idioma de visualizaci\xF3n del panel de control y no tiene relaci\xF3n con el idioma objetivo de la traducci\xF3n.","description.baiduField":"Las \xE1reas de apoyo se ven <1>aqu\xED, si est\xE1 vac\xEDo significa que no se especifica el \xE1rea.","contact.description":"Si tiene alguna pregunta o sugerencia, no dude en completar el formulario a continuaci\xF3n para contactarnos, o env\xEDe un correo electr\xF3nico a {email}, le responderemos lo antes posible.","neverTranslateText.title":`Por favor, traduce directamente al espa\xF1ol (evita explicar el texto original): + {env.imt_trans_field}: \xDCbersetzung`,"subtitle.quickButton.red":"Rot","subtitle.quickButton.blue":"Blau","subtitle.quickButton.magenta":"Magenta","translationServices.claude":"Claude","subtitle.quickButton.white":"Wei\xDF","subtitle.quickButton.translationPositionBottom":"\u539Ftext unten","subtitle.quickButton.yellow":"Gelb","subtitle.quickButton.cyan":"Blau","subtitle.quickButton.green":"Gr\xFCn","subtitle.quickButton.backgroundOpacity":"Hintergrundunsch\xE4rfe","subtitle.quickButton.translationPosition":"\xDCbersetzungsposition","subtitle.quickButton.translationTextColor":"\xDCbersetzungsschriftfarbe","subtitle.quickButton.sourceFontSize":"Originalschriftgr\xF6\xDFe","subtitle.quickButton.translationFontSize":"\xDCbersetzungs-Schriftgr\xF6\xDFe","subtitle.quickButton.sourceTextColor":"Urspr\xFCngliche Schriftfarbe","subtitle.quickButton.black":"Schwarz","subtitle.quickButton.backgroundColor":"Hintergrundfarbe","subtitle.quickButton.setting":"Einstellung","subtitle.quickButton.translationPositionTop":"Oben im Originaltext",attachSubtitleTranslating:"Verwenden Sie {service} zur \xDCbersetzung...","error.claude.403":"Keine Berechtigung zum Zugriff auf den Dienst, m\xF6glicherweise im Zusammenhang mit den regionalen Einschr\xE4nkungen von Claude. Sie k\xF6nnen versuchen, Ihre IP-Adresse zu wechseln, oder andere \xDCbersetzungsdienste nutzen.","browser.brandDescriptionForSafari":"\u3010Immersive \xDCbersetzung\u3011Ein kostenloses zweisprachiges Webseiten-\xDCbersetzungs-Plugin (Originaltext/\xDCbersetzung), das gleichzeitig PDF-\xDCbersetzung und EPUB-E-Book-\xDCbersetzung unterst\xFCtzt und das Originaldokumentenlayout beibeh\xE4lt, Youtube/Netflix und andere Online-Video-Zweisprachen-Untertitel-\xDCbersetzung, Unterst\xFCtzung f\xFCr Deepl/Google und andere Mainstream-\xDCbersetzungsdienste;","browser.textTranslate":"Text\xFCbersetzung","browser.PdfProFile":"Von KI angetriebene PDF Pro \xDCbersetzung"};var Il={nologin:"no conectado",loginForSafari:"Iniciar sesi\xF3n o registrarse",login:"Iniciar sesi\xF3n para abrir una cuenta",manageAccount:"Cuentas gestionadas",openPremium:"Afiliaci\xF3n abierta",logout:"abortar",curentPlan:"Paquetes actuales",endAt:"caducidad",endAuto:"renovaci\xF3n autom\xE1tica",lineBreakMaxTextCount:"N\xFAmero m\xE1ximo de caracteres permitidos por frase despu\xE9s de los saltos de l\xEDnea","translate-pdf":"Haga clic para traducir PDF","noSupportTranslate-pdf":"Script no soportado por favor use plugin","translate-firefox-local-pdf":"Haga clic para ir a Importar PDF",enableLineBreak:"Activar el salto de l\xEDnea autom\xE1tico para p\xE1rrafos largos",sponsorLabel:"1 $ Desarrolladores patrocinados",help:"mano",browserShortcutsNoteForFirefox:"Para cambiar los accesos directos en Firefox, tienes que abrir la p\xE1gina de gesti\xF3n de extensiones `about:addons`, luego hacer clic en `Settings`, y despu\xE9s en `Manage Shortcuts` para configurar los accesos directos.",browserShortcutsNoteForChrome:"Para modificar los accesos directos en Chrome, tienes que abrir la p\xE1gina de gesti\xF3n de extensiones, establecerlos en el panel `Manage Shortcuts` (`chrome://extensions/shortcuts`), y hacer clic en el bot\xF3n de abajo para saltar a la p\xE1gina de gesti\xF3n de accesos directos.",browserShortcutsSucks:"Los accesos directos personalizados tienen el siguiente formato (no se reconoce autom\xE1ticamente, introd\xFAzcalo directamente)\uFF1A",enableLineBreakDescription:"Si est\xE1 activada, se insertar\xE1n saltos de l\xEDnea al final de cada frase en los p\xE1rrafos largos para facilitar su lectura.","browser.shortBrandName":"Traducci\xF3n por inmersi\xF3n","browser.brandName":"Immersion Translation: Traducci\xF3n biling\xFCe de p\xE1ginas web y documentos PDF","browser.brandDescription":"Bilingual web page translation, also supports PDF translation, bilingual Epub eBook translation, free to use.","browser.toggleTranslatePage":"Traducir p\xE1gina/visualizar texto original","browser.toggleTranslateTheWholePage":"Traducir todas las \xE1reas de la p\xE1gina/visualizar el texto original","browser.toggleOnlyTransation":"Cambiar al modo biling\xFCe/solo texto traducido","browser.toggleTranslateToThePageEndImmediately":"Traducci\xF3n inmediata al final de la p\xE1gina/visualizaci\xF3n del texto original","browser.toggleTranslateTheMainPage":"Traducir el \xE1rea principal de la p\xE1gina/visualizar el texto original","browser.shareToDraft":"Compartir p\xE1ginas biling\xFCes","browser.openOptionsPage":"Abrir la p\xE1gina de configuraci\xF3n","browser.toggleTranslationMask":"Mostrar/ocultar el efecto de desenfoque de traslaci\xF3n","browser.translateLocalPdfFile":"Traducir archivos PDF locales","browser.openEbookViewer":"Leer libros electr\xF3nicos locales","browser.openEbookBuilder":"Creaci\xF3n de eBooks EPUB biling\xFCes","browser.translateLocalHtmlFile":"Traducir archivos HTML/txt","browser.donateContext":"M\xE1s informaci\xF3n sobre las ventajas del patrocinio","browser.translateLocalSubtitleFile":"Traducir archivos de subt\xEDtulos locales",confirmResetConfig:"\xBFEst\xE1s seguro de que quieres restablecer la configuraci\xF3n?",translationLineBreakSettingTitle:"Ajuste del salto de l\xEDnea de traducci\xF3n",smartLineBreak:"alimentaci\xF3n de l\xEDnea inteligente (inform\xE1tica)",alwaysLineBreak:"Siempre avance de l\xEDnea",isShowContextMenu:"A\xF1adir p\xE1ginas traducidas a los elementos del men\xFA contextual",toggleBeta:"Activaci\xF3n de las funciones de prueba beta",betaDescription:"Habilita funciones que a\xFAn son experimentales, as\xED como un servicio de traducci\xF3n en beta. \xDAnete al <1>grupo de Telegram para obtener m\xE1s informaci\xF3n.",translationLineBreakSettingDescription:"Los saltos de l\xEDnea siempre son ordenados para las p\xE1ginas con menos contenido. (Utilice saltos de l\xEDnea inteligentes en p\xE1rrafos largos con mucho contenido (m\xE1s de{count}caracteres) para ahorrar espacio).",tempTranslateDomainTitle:"Duraci\xF3n de la conexi\xF3n temporal de la traducci\xF3n del sitio web",tempTranslateDomainDescription:"Al traducir manualmente una p\xE1gina web, active temporalmente el sitio web para la traducci\xF3n autom\xE1tica, y puede establecer la duraci\xF3n temporal.",xMinutes:"{count} minutos",disabled:"prohibir el uso de algo",changelog:"Registro de actualizaci\xF3n",toggleTranslatePageWhenThreeFingersOnTheScreen:"Tocar la pantalla con varios dedos simult\xE1neamente traduce p\xE1ginas web/visualiza el texto original",toggleTranslationMaskWhenThreeFingersOnTheScreen:"El toque con varios dedos muestra/oculta el efecto de desenfoque.",fingerCountToToggleTranslagePageOnlyTranslationWhenTouching:"Varios dedos tocando la pantalla al mismo tiempo traducen la p\xE1gina web (s\xF3lo traducci\xF3n)/visualizan el texto original.",addUrlDescription:"Puede ser un nombre de dominio y tambi\xE9n admite comodines, por ejemplo\uFF1A*.google.com, google.com/mail/*, https://www.google.com/*",general:"Ajustes b\xE1sicos",clickToExpandConfig:"Ampliar la configuraci\xF3n actual",import:"Importar desde archivo",export:"Exportar a archivo",toggleDebug:"Imprime el registro de depuraci\xF3n en la consola","fingers.0":"coagulaci\xF3n","fingers.2":"toque con dos dedos","fingers.3":"toque con tres dedos","fingers.4":"toque con cuatro dedos","fingers.5":"toque con cinco dedos",mouseHoldKey:"+ {key} traducir/restaurar el p\xE1rrafo",mouseHoldKeyAuto:"Traducci\xF3n directa del p\xE1rrafo",mouseHoldKeyOff:"No hagas nada.",mouseHoldKeyOther:"Atajos personalizados (abrir ajustes)",mouseHoldKeyCustomKey:"{key} Traducci\xF3n/reducci\xF3n del p\xE1rrafo",mouseHoverHoldKey:"Traduce p\xE1rrafos pulsando la tecla de acceso directo mientras pasas el rat\xF3n por encima.","mouse-translate":"al pasar el rat\xF3n",document:"Archivo (inform\xE1tico)",resetSuccess:"Restablecer todos los ajustes correctamente",resetThisSuccess:"Restablecimiento correcto",saved:"Salvar con \xE9xito",successImportConfig:"Configuraci\xF3n importada correctamente",goAdvancedSettings:"Vaya a la p\xE1gina de configuraci\xF3n avanzada",goAdvancedInterfaceSettings:"Vaya a la p\xE1gina Configuraci\xF3n avanzada de personalizaci\xF3n",advanced:"Ajustes avanzados",advancedDescription:"Por lo general, no es necesario realizar ning\xFAn ajuste, basta con dejarlo por defecto. S\xF3lo para usuarios m\xE1s especializados, hay disponibles ajustes m\xE1s personalizados.",developer:"Ajustes de desarrollador",donateCafe:"precios","translate to the bottom of the page":"\xBFSe traslada al final de la p\xE1gina inmediatamente despu\xE9s de entrar en ella?",feedback:"Preguntas",toggleTranslatePage:"Traducir p\xE1gina/visualizar texto original",translateToThePageEndImmediatelyDescription:"Si la activas, el contenido se traducir\xE1 inmediatamente desde la parte superior a la inferior de la p\xE1gina a medida que entras en ella. Si lo desactiva, se traducir\xE1 a medida que lea. (No recomendado)","translate all areas of the page":"Traducir o no todas las \xE1reas de la p\xE1gina",translationAreaDescription:"Activado, se traducen todas las \xE1reas de toda la p\xE1gina web. Si se desactiva, se utiliza el reconocimiento inteligente predeterminado y s\xF3lo se traducen las \xE1reas principales. (No se recomienda activarlo)","the number of characters to be translated first":"Traduzca directamente los primeros caracteres de la p\xE1gina sin esperar a desplazarse hasta el \xE1rea de visualizaci\xF3n","interface language":"lenguaje de interfaz","display both the original text and the translation":"Visualizaci\xF3n simult\xE1nea del original y la traducci\xF3n","keyboard shortcuts":"Atajos de teclado",modify:"Modificar las teclas de acceso directo",reset:"revisi\xF3n",close:"coagulaci\xF3n",homepage:"p\xE1gina de inicio",more:"m\xE1s",moreOptions:"M\xE1s opciones de personalizaci\xF3n",translateTheWholePage:"Traducir todas las \xE1reas de la p\xE1gina (a diferencia de reconocer inteligentemente las \xE1reas principales)",changeToTranslateTheWholePage:"Cambiar para traducir todas las regiones",changeToTranslateTheMainPage:"Cambiar al \xE1rea principal de traducci\xF3n",changeToOnlyTranslationMode:"Mostrar s\xF3lo traducciones",changeToDualTranslationMode:"Cambiar a traducci\xF3n biling\xFCe",translateToThePageEndImmediately:"Traducci\xF3n inmediata al final de la p\xE1gina",translateTheMainPage:"Traducci\xF3n inteligente Regiones clave","The local rules are up to date":"Las normas locales de adaptaci\xF3n est\xE1n actualizadas.","Successfully synchronized with the latest official rules:":"Sincronizado con \xE9xito con las \xFAltimas normas oficiales de adaptaci\xF3n.","Checking for updates":"Comprobaci\xF3n de actualizaciones","Rules are being synchronized":"Sincronizaci\xF3n de las normas de adaptaci\xF3n",localVersionIsTooOld:"La versi\xF3n de la extensi\xF3n local es demasiado antigua, por favor actualice la extensi\xF3n a {minVersion} o m\xE1s reciente antes de intentar sincronizar.",badUserscriptBrowser:"El navegador actual no implementa correctamente la interfaz de la <1>extensi\xF3n Grease Mon key (por ejemplo, para obtener informaci\xF3n sobre el n\xFAmero de versi\xF3n del propio script Grease Monkey), por favor, utilice otros navegadores <1>compatibles con la extensi\xF3n Grease Monkey, como Firefox.",foundNewVersion:"Descubra la nueva versi\xF3n",theLocalExtensionIsUpToUpdate:"La extensi\xF3n actual est\xE1 al d\xEDa.",failToSyncRules:"No sincronizaci\xF3n de las \xFAltimas normas de adaptaci\xF3n",retry:"Pulse aqu\xED para volver a intentarlo",failedReason:"Razones del fracaso",currentRuleVersion:"Versi\xF3n actual de la norma",calculating:"c\xE1lculos",unknownError:"error desconocido",canNotFetchRemoteRule:"No se pueden obtener reglas remotas",enableAlphaSuccess:"Alfa activado",disableAlphaSuccess:"Se ha desactivado la funci\xF3n Alfa",cacheSize:"Tama\xF1o de la cach\xE9\uFF1A",cleaning:"en proceso de liquidaci\xF3n",cleanCache:"borrar la cach\xE9",options:"establecer",about:"con respecto a",service:"servicio de interpretaci\xF3n",needAction:"(Ir a Ajustes)",goSettings:"seguir adelante y configurar",needActionForOptions:"(por establecer)",translationEngine:"Opciones de motor",sourceLanguage:"Idioma original",target:"lengua de llegada",popupSourceLanguage:"Idioma original",popupTarget:"lengua de llegada",popupService:"servicio de interpretaci\xF3n",forThisSite:"P\xE1gina web actual",autoEnableSubtitle:"Activa autom\xE1ticamente los subt\xEDtulos biling\xFCes",alwaysTranslate:"Traduzca siempre",neverTranslate:"Nunca traduzca",alwaysTranslateSomeLanguage:"Traduzca siempre {language}",neverTranslateSomeLanguage:"Nunca traduzca {language}",alwaysTranslateSomeSite:"Traduzca siempre {hostname}",neverTranslateSomeSite:"Nunca traduzca {hostname}",alwaysTranslateSomeSiteOrWildSite:"Traduzca siempre el sitio",alwaysTranslateSomePage:"Traducir siempre la p\xE1gina",add:"aumentar",default:"por defecto (ajuste)",forThisLanguage:"Para este idioma\uFF1A","add url":"Introducir URL",edit:"compilador","translate other languages into specific language":"Traduce otros idiomas a tu idioma","select translation service":"Seleccione un servicio de traducci\xF3n",language:"multiling\xFCismo","show-original":"Mostrar texto original",translate:"renderizaci\xF3n",Translated:"traducido",Translating:"en traducci\xF3n",Error:"incorrecto",allowCacheTranslations:"Activar la cach\xE9 de traducci\xF3n local (para reducir las solicitudes de traducci\xF3n de pasajes duplicados)","translation display":"Estilo de visualizaci\xF3n de la traducci\xF3n","select diplay style":"Distinguir entre los estilos de traducci\xF3n, con referencia espec\xEDfica a los siguientes ejemplos",interface:"Ajustes de interfaz",import_export:"Importaci\xF3n y exportaci\xF3n",import_export_title:"Configuraci\xF3n de importaci\xF3n/exportaci\xF3n",syncToGoogleDrive:"Sincronizar con Google Drive ahora",floatBallOptions:"Ajustes de la Hoverball","floatBallOptions.enable":"Habilitar Hoverball","floatBallOptions.blockUrls":"Desactivar el sitio web","floatBallOptions.add":"aumentar","floatBallOptions.blockUrlDesc":"Las Hoverballs no se muestran cuando se encuentran los siguientes sitios web","floatBallOptions.clickType":"comportamiento al hacer clic","floatBallOptions.clickTypeDesc":"Comportamiento del icono Hoverball al hacer clic","floatBallOptions.clickPopup":"Mostrar panel de traducci\xF3n","floatBallOptions.clickTranslate":"Traducci\xF3n/visualizaci\xF3n del texto original","floatBallOptions.fixedPosition":"\u56FA\u5B9A\u4F4D\u7F6E","floatBallOptions.fixedPositionDesc":"\u60AC\u6D6E\u7403\u5728\u7A97\u53E3\u5DE6\u4FA7\u8FD8\u662F\u53F3\u4FA7","floatBallOptions.fixedPositionLeft":"\u5DE6\u4FA7","floatBallOptions.fixedPositionRight":"\u53F3\u4FA7",previewAllThemes:"Vista previa de todos los estilos","translationTheme.none":"no tener","translationTheme.grey":"gris oscuro","translationTheme.dashed":"subrayado punteado","translationTheme.dotted":"gui\xF3n bajo punteado","translationTheme.dashedBorder":"borde punteado","translationTheme.solidBorder":"borde s\xF3lido","translationTheme.underline":"Subrayar l\xEDneas rectas","translationTheme.mask":"Efectos difusos (modos de aprendizaje)","translationTheme.opacity":"efecto de transparencia","translationTheme.paper":"Efecto sombra de papel blanco","translationTheme.dividingLine":"l\xEDnea divisoria","translationTheme.highlight":"alto brillo","translationTheme.marker":"marcador (palabra de pr\xE9stamo)","translationTheme.marker2":"Marcador 2","translationTheme.blockquote":"Estilos de referencia","translationTheme.weakening":"debilitamiento","translationTheme.italic":"tipo de letra inclinado","translationTheme.bold":"espesar","translationTheme.thinDashed":"subrayado de l\xEDnea discontinua fina","translationTheme.nativeDashed":"El sistema viene con un subrayado de puntos","translationTheme.nativeDotted":"El sistema viene con subrayado de puntos","translationTheme.nativeUnderline":"El sistema viene con un subrayado recto","translationTheme.wavy":"l\xEDnea ondulada","translationServices.custom":"API personalizada","translationServices.tencent":"Tencent Traductor","translationServices.tenAlpha":"Tencent Translator (Alfa)","translationServices.google":"Google Translate","translationServices.bai":"Baidu (Alfa)","translationServices.baidu":"Traducci\xF3n de Baidu","translationServices.aliyun":"Traducci\xF3n AliCloud","translationServices.volc":"traducci\xF3n del volc\xE1n","translationServices.deeplx":"DeepLX (Beta)","translationServices.bing":"Microsoft Translate","translationServices.deepl":"DeepL","translationServices.wechat":"Traducci\xF3n de WeChat","translationServices.azure":"Traducci\xF3n Azure","translationServices.ibm":"IBM Watson","translationServices.aws":"Traducci\xF3n Amazon","translationServices.mock":"Traducci\xF3n simulada","translationServices.mock2":"Traducci\xF3n simulada 2","translationServices.caiyun":"lit. nubes de colores y peque\xF1as traducciones","translationServices.cai":"Nubes de colores (Alfa)","translationServices.volcAlpha":"Volc\xE1n (Alfa)","translationServices.openl":"OpenL","translationServices.youdao":"Traducci\xF3n Youtube","translationServices.you":"Youdao Traductor (Alfa)","translationServices.transmart":"Tencent Interactive Traducci\xF3n","translationServices.niu":"Traductor Maverick","translationServices.papago":"Traducci\xF3n de Papago","translationServices.d":"D (Alfa)","translationServices.dpro":"D Pro (Canarias)","translationServices.openai":"OpenAI","translationServices.yandex":"Yandex","translationServices.chatgpt":"ChatGPT Web(3.5 m\xF3vil)","translate title":"Traducir t\xEDtulos de p\xE1ginas","always languages":"Traduzca siempre el idioma",neverTranslateLanguagesLabel:"La lengua que nunca se traducir\xE1",neverTranslateTheFollowingLanguagesDescription:"Las traducciones se omiten cuando un p\xE1rrafo de la p\xE1gina est\xE1 en uno de los siguientes idiomas",enableUserscriptPagePopup:"Mostrar hoverball en la p\xE1gina",enableUserscriptPagePopupDescription:"Despu\xE9s de desactivar el hoverball, se puede recuperar con el acceso directo /{touch}. Se recomienda encarecidamente marcar esta p\xE1gina de configuraci\xF3n para evitar no poder encontrar el hoverball despu\xE9s de desactivar esta opci\xF3n por error.","always translate the following languages":"Traduce autom\xE1ticamente al idioma de destino cuando la p\xE1gina est\xE1 en uno de los siguientes idiomas","always sites":"Sitios web siempre traducidos","always translate the following sites":"Los sitios web se traducen autom\xE1ticamente a la lengua de destino cuando son los nombres de dominio de","never sites":"Sitio nunca traducido","never translate the following sites":"No se realizar\xE1n traducciones cuando el sitio web corresponda a los siguientes dominios","please refer to":"Tienes que rellenar la clave antes de poder utilizarla.",KeyAndConfigurationTutorial:"Tutorial de aplicaci\xF3n y configuraci\xF3n de llaves",useAboveStyleForTheseSites:"Utilice siempre el estilo de traducci\xF3n \u2308{theme}\u230B cuando el sitio sea para los siguientes dominios",currentUrl:"URL actual",confirm:"guardar (un archivo, etc.) (inform\xE1tica)",cancel:"anulaciones",delete:"eliminar","languages.auto":"detecci\xF3n autom\xE1tica",syncToCloud:"Sincronizaci\xF3n con Google Drive",syncToCloudDescription:"Subida a la nube, la configuraci\xF3n se puede sincronizar entre distintos navegadores/scripts de mono de grasa, sea cual sea la \xFAltima modificaci\xF3n.",syncToAccount:"Sincronizaci\xF3n con la nube de traducci\xF3n inmersiva",syncToAccountButton:"Sincronizaci\xF3n instant\xE1nea con la nube",syncToAccountDescription:"Sincroniza autom\xE1ticamente las configuraciones entre distintos dispositivos, sea cual sea el \xFAltimo en modificarse.",successSyncConfigInAccount:"Sincronizaci\xF3n satisfactoria con la nube",successSyncConfigToAccount:"Sincronizaci\xF3n satisfactoria con la nube",syncConfigNoUpdate:"Ya est\xE1 actualizado.",authFail:"Fallo de autorizaci\xF3n",syncTitle:"Gesti\xF3n manual de copias de seguridad",import_hint:"importar (datos)",upload:"cargar",revokeAuth:"revocar una autorizaci\xF3n",uploadFail:"Carga fallida",download:"descargando",importSuccess:"Importado con \xE9xito",importFail:"fallo de importaci\xF3n",deleteFail:"Error al borrar",backupToCloud:"Gesti\xF3n manual de los archivos de copia de seguridad",create_new_backup:"A\xF1adir un nuevo nodo de copia de seguridad",maxBackupFiles:"Se pueden hacer copias de seguridad de hasta{count}nodos diferentes, por favor, elimine los nodos que no necesite.",backupToCloudDescription:"Cargar o restaurar manualmente archivos de copia de seguridad, permitiendo hasta 3 copias de seguridad diferentes.",successSyncConfig:"Sincronizaci\xF3n satisfactoria con la nube",syncFail:"fallo de sincronizaci\xF3n",updatedAt:"Actualizado desde {date}",lastSyncedAt:"\xDAltima consulta en {date}",downloadFail:"Error de descarga",clickToDownload:"Haga clic para descargar",aboutLabel:"Acerca de - Comentarios","browser.openAboutPage":"Acerca de/Feedback",aboutLabelWithoutSponsor:"Acerca de - Comentarios",aboutIntro:"Que todos tengamos un acceso m\xE1s f\xE1cil y agradable a la enorme cantidad de informaci\xF3n en idiomas extranjeros que hay en Internet \u2764\uFE0F Puedes optar por activar tu <6>suscripci\xF3n Pro para utilizar las traducciones listas para usar de DeepL y OpenAI.

Puedes seguirnos en <3>Twitter, <4>Telegram, Weibo, WeChat, o <5>suscribirte a nuestra lista de correo para estar al tanto de las actualizaciones.
<7>Los miembros Pro pueden ponerse en contacto con nosotros en <8>support@immersivetranslate.com para un r\xE1pido servicio de atenci\xF3n al cliente.",aboutIntroWithoutSponsor:"Ojal\xE1 todos tengamos un acceso m\xE1s f\xE1cil y agradable a la enorme cantidad de informaci\xF3n en idiomas extranjeros disponible en Internet \u2764\uFE0F

Puedes seguirnos en <3>Twitter, el <4>canal de Telegram, WeChat, WeChat Exchange, o <5>suscribirte para seguir las actualizaciones por <5>correo electr\xF3nico a continuaci\xF3n.",projectHomepage:"Inicio del proyecto",joinTelegramGroup:"\xDAnase al grupo de usuarios para participar en los debates",wechatPublicAccount:"WeChat P\xFAblico",wechatCommunities:"Grupo de intercambio WeChat",qqCommunities:"Canal de comunicaci\xF3n QQ",joinTelegramChannel:"Siga el canal de Telegram para las \xFAltimas actualizaciones",feedbackAndJoin:"Pregunta Feedback / A\xF1adir Grupo",autoSync:"sincronizaci\xF3n horaria autom\xE1tica",loadingThemeTitle:"Estilo de carga",loadingThemeDescription:"Establecer el estilo mientras se espera a que se cargue la traducci\xF3n","loadingTheme.spinner":"Animaci\xF3n giratoria","loadingTheme.text":"texto est\xE1tico algo ","loadingTheme.none":"no se muestra",developerDescription:"La documentaci\xF3n sobre personalizaci\xF3n avanzada se encuentra <1>aqu\xED","edit border color":"Modificar el color del borde",successSyncButNoChange:"La configuraci\xF3n actual es coherente con la nube",customTheme:"Colores y tama\xF1os personalizados","customThemeLabel.borderColor":"Color del borde","customThemeLabel.borderRadius":"Bordes redondeados","customThemeLabel.textColor":"color del texto","customThemeLabel.backgroundColor":"color de fondo","customThemeLabel.zoom":"Escalado de fuentes (%)","customThemeLabel.opacity":"Opacidad del texto (%)",resetToDefaultColor:"Restablecer los colores por defecto",resetToDefaultSettings:"Restablecer la configuraci\xF3n predeterminada",isTranslateTitle:"Activar la traducci\xF3n de los t\xEDtulos de las p\xE1ginas",isTranslateTitleDescription:"Si est\xE1 activada, se traducen los t\xEDtulos de las p\xE1ginas",enableSearchEnhancement:"Activar la mejora de mensajes biling\xFCes",enableSearchEnhancementDescription:'Una vez activada, los resultados de b\xFAsqueda de "Google News" se mostrar\xE1n autom\xE1ticamente en la columna derecha de los sitios web compatibles (Google News, Google Search (algunas palabras clave), Snowball, Oriental Fortune, Futura, Tiger Community) para las correspondientes palabras clave en ingl\xE9s.',verifyService:"Haga clic aqu\xED para probar el servicio",verified:"Verificar el \xE9xito","field.langs":"C\xF3digos de idioma admitidos","field.model":"modelizaci\xF3n","field.translationEngine":"motor de traducci\xF3n","field.limitPerMinute":"Peticiones m\xE1ximas por minuto","field.limitPerSecond":"N\xFAmero m\xE1ximo de solicitudes por segundo","field.maxTextLengthPerRequest":"Longitud m\xE1xima del texto por solicitud","field.maxTextGroupLengthPerRequest":"N\xFAmero m\xE1ximo de apartados por solicitud","field.apiUrl":"Direcci\xF3n de interfaz API personalizada","field.placeholderDelimiters":"marcador de posici\xF3n reservado","description.custom":"Interfaz personalizada Acceso Documentaci\xF3n necesaria","description.limitPerMinute":"Las solicitudes que superan este l\xEDmite pasan a una cola hasta el inicio del siguiente minuto. Debido a las diversas limitaciones del servicio actual de OpenAI, haz clic <1>aqu\xED para consultar los \xFAltimos valores sugeridos.","description.limitPerSecond":"Las solicitudes que superan este l\xEDmite pasan a una cola hasta el inicio del siguiente segundo. Debido a las diversas limitaciones del servicio actual de OpenAI, haz clic <1>aqu\xED para consultar los \xFAltimos valores sugeridos.","description.generalLimitPerSecond":"Las solicitudes que superan este l\xEDmite pasan a una cola hasta el inicio del segundo siguiente.","description.prompt":"Enviar la conversaci\xF3n a {service} como usuario, donde {{text}} representa el contenido del texto del p\xE1rrafo, {{from}} representa el idioma del p\xE1rrafo y {{to}} representa el idioma objetivo.","description.maxTextLengthPerRequest":"El n\xFAmero m\xE1ximo de caracteres por petici\xF3n es demasiado grande para que la interfaz responda con lentitud, as\xED que pruebe a ajustar esta opci\xF3n para optimizar la velocidad","description.systemPrompt":"Enviar di\xE1logo al {service} como sistema, donde {{text}} representa el contenido del texto del p\xE1rrafo, {{from}} representa el idioma del p\xE1rrafo, {{to}} representa el idioma objetivo.","field.domain":"reino","description.domain":"El valor predeterminado es\uFF1Ageneral. S\xF3lo puede establecerse si la traducci\xF3n de dominios est\xE1 activada en la consola de la API Arima; consulte <1>aqu\xED los dominios admitidos.","field.scene":"toma","description.scene":"Por defecto\uFF1Ageneral. S\xF3lo se puede establecer si la consola API AliCloud est\xE1 habilitado para Machine Translation Pro, ver <1>aqu\xED para los escenarios compatibles","field.vocabId":"ID del diccionario del usuario","description.vocabId":"El diccionario out_id especificado admite actualmente la traducci\xF3n del ingl\xE9s al chino.","description.model":"Modelos OpenAI, pueden ser gpt-3.5-turbo, gpt-4, etc.","description.maxTextGroupLengthPerRequest":"El n\xFAmero de p\xE1rrafos enviados al servicio de traducci\xF3n a la vez, si hay demasiados p\xE1rrafos, puede hacer que la interfaz responda m\xE1s lentamente.","description.apiUrl":"Por favor, a\xF1ada URLs espec\xEDficas con rutas, <1>m\xE1s descripci\xF3n",enabledExtension:"Habilitar extensiones",clickToDisableExtension:"Haga clic para desactivar las extensiones",clickToEnableExtension:"Haga clic para activar las extensiones",hasBeenDisabled:"desactivado","show password":"Mostrar contrase\xF1a",customContent:"Introduzca un nombre de modelo personalizado",inputOptions:"Mejora del cuadro de entrada",mouseHoverOptions:"al pasar el rat\xF3n",modifyMouseHoverKey:"Modificar el acceso directo del rat\xF3n",enableInputTranslation:"Activar o no la mejora del cuadro de entrada",enableInputTranslationDescription:"Una vez activado, escriba {startingKey}{startingKey} hola directamente en el cuadro de entrada, luego pulse r\xE1pidamente{inputTrailingTriggerKeyRepeatTimes}veces{trailingKey}para traducir a {inputTargetLanguage}",enableInputTranslationDescriptionForNoneKey:"Una vez activado, escriba\uFF1AHello World directamente en el cuadro de entrada y, a continuaci\xF3n, pulse r\xE1pidamente{inputTrailingTriggerKeyRepeatTimes}{trailingKey}veces para traducir al idioma de destino predeterminado.",inputTargetLanguage:"Establecer el idioma de destino por defecto para los cuadros de entrada",inputTargetLanguageDescription:"Idioma de destino por defecto para la traducci\xF3n del cuadro de entrada, es decir, {startingKey}{startingKey} como idioma por defecto para las palabras desencadenantes.",inputTargetLanguageDescriptionForNoneKey:"Idioma de destino predeterminado para la traducci\xF3n del cuadro de entrada",inputStartingTriggerKeyTitle:"Configuraci\xF3n del car\xE1cter de divisi\xF3n para la traducci\xF3n parcial del cuadro de entrada",inputStartingTriggerKeyDescription:"Cuando no necesite traducir todo el cuadro de entrada, el divisor le permite traducir s\xF3lo la parte desde {startingKey}{startingKey} hasta el final del cuadro de entrada, o puede especificar el c\xF3digo de idioma, por ejemplo\uFF1A{startingKey}ja significa traducir s\xF3lo la parte desde {startingKey}ja hasta el final del cuadro de entrada.",inputStartingTriggerKeyDescriptionForNoneKey:"La configuraci\xF3n actual de sin prefijo no es necesaria, y la funci\xF3n de traducci\xF3n de algunos textos en el cuadro de entrada no est\xE1 disponible por el momento.",inputTrailingTriggerKeyTitle:"Seleccione un car\xE1cter de activaci\xF3n de fin de entrada",inputTrailingTriggerKeyDescription:"\xA13 golpes r\xE1pidos{trailingKey} comenzar\xE1 a traducir!",inputTrailingTriggerKeyTimeout:"Introduce el tiempo entre disparos de fin de combate",inputTrailingTriggerKeyTimeoutDescription:"Establece el tiempo (en milisegundos) entre disparos de combo de fin de entrada.",spaceKey:"<\u7A7A\u683C\u952E>",noneKey:"Traducci\xF3n directa de todo el cuadro de texto sin prefijos",inputTranslationBlockUrlsTitle:"No active la mejora del cuadro de entrada en las siguientes URL",inputTranslationBlockUrlsDescription:"Las mejoras del cuadro de entrada no funcionar\xE1n en las siguientes URL",clickToSeeQuickDemo:"Haga clic para ampliar el v\xEDdeo tutorial r\xE1pido de 30 segundos",inputHelperInfo:"Descripci\xF3n\uFF1AHemos optimizado el hecho de que algunos caracteres desencadenantes se convertir\xE1n en signos de puntuaci\xF3n chinos bajo m\xE9todos de entrada chinos, por ejemplo, / se convertir\xE1 en un signo dun , bajo el m\xE9todo de entrada Sogou, e Immersive Translator soporta todos los s\xEDmbolos chinos correspondientes a los caracteres desencadenantes, es decir, //,,, ser\xE1n reconocidos como caracteres desencadenantes.

Tambi\xE9n soportamos alias Chinos para c\xF3digos de lenguaje como comandos, por ejemplo /Japanese Hello World ser\xE1 traducido al Japon\xE9s, <1>haga clic aqu\xED para ver todos los c\xF3digos de lenguaje soportados.",reloadCurrentPage:"Actualice la p\xE1gina actual antes de iniciar la traducci\xF3n.",noLocalFilePermissionForPDF:"Usted no tiene permiso para leer archivos locales, por favor haga clic en el bot\xF3n de arriba y luego importar archivos locales.",noPermissionForThisPage:"\u26A0\uFE0F No hay permiso para traducir la p\xE1gina actual",retryAllParagraphs:"Reintentar todos los pasajes de error",retryAllButton:"Reintentar todos los pasajes de error",errorTooltipTitle:"Haga clic para ver la causa del error",errorModalTitle:"Parece que algo va mal con el servicio de traducci\xF3n o la red...",disableConfirm:"Entorno biling\xFCe de mejora de la informaci\xF3n",disableOnce:"Esta inhabilitaci\xF3n",disableGlobal:"desactivar permanentemente",disableTint:"* Puede volver a activarlo en {option} .",searchEnhancementNotes:"Tras activar la funci\xF3n de mejora de la informaci\xF3n biling\xFCe con traducci\xF3n inmersiva, buscaremos autom\xE1ticamente las mismas palabras clave en ingl\xE9s en los sitios web compatibles (Google News, Google Search (algunas palabras clave), Snowball, Oriental Wealth, Futura, Tiger) y las mostraremos a la derecha. Si no necesitas esta funci\xF3n, puedes desactivarla.",option:"establecer",saveSettings:"Guardar configuraci\xF3n",closeModal:"Cerrar ventana",enableInputTranslationWithoutTriggerKeyTitle:"Habilite 3 pulsaciones r\xE1pidas en{trailingKey}para traducir directamente todo el cuadro de entrada a{inputTargetLanguage}",enableInputTranslationWithoutTriggerKeyDescription:"Para especificar el idioma de destino, antep\xF3ngale el c\xF3digo del idioma, por ejemplo:\uFF1Aja Hola Mundo",mouseHoverShortcutPlaceholder:"p. ej.\uFF1ATurno",deepLProName:"Miembro de Immersive Translation Pro (Recomendado)",deepLProDescription:"El paquete actual puede utilizarse directamente",deeplProDescriptionForNormal:"No requiere instalaci\xF3n, los miembros pueden utilizarlo despu\xE9s de iniciar sesi\xF3n, <1>haga clic aqu\xED para actualizar a miembro",deepLCustomDescription:"Se requiere tarjeta de cr\xE9dito extranjera, abierta oficialmente en <1>DeepL, haga clic para ver <2>la documentaci\xF3n",deepLCustomName:"Clave de autenticaci\xF3n personalizada",chooseProviderLabel:"Seleccione un proveedor de servicios",openaiProName:"Miembro de Immersive Translation Pro (Recomendado)",openaiProDescription:"El paquete actual puede utilizarse directamente",openaiProDescriptionForNormal:"No requiere instalaci\xF3n, los miembros pueden utilizarlo despu\xE9s de iniciar sesi\xF3n, <1>haga clic aqu\xED para actualizar a miembro",openaiCustomDescription:"Disponible en OpenAI, Azure OpenAI u otros servicios de terceros. <1>Haga clic aqu\xED para consultar la documentaci\xF3n.",openaiCustomName:"Clave API personalizada",needLoginAction:"(Afiliaci\xF3n abierta o personalizaci\xF3n)",goLoginOrAction:"(Abra una cuenta o vaya a la configuraci\xF3n)",yearly:"efectuar un pago anual consecutivo",quarterly:"embalaje secuencial",monthly:"suscripci\xF3n mensual",yearlyForOnce:"Paquete anual \xFAnico",monthlyForOnce:"Paquete mensual \xFAnico",daily:"d\xEDas consecutivos de paquetes",year:"efectuar un pago anual consecutivo",quarter:"embalaje secuencial",month:"suscripci\xF3n mensual",day:"d\xEDas consecutivos de paquetes",onetime_7day:"Pack Experiencia 7 d\xEDas",currentPlanDescriptionForFree:"Paquetes actuales\uFF1AGratis",currentPlanDescriptionForContinuous:"El paquete actual\uFF1A{plan}se renovar\xE1 autom\xE1ticamente en {endAt} .",currentPlanDescriptionForAutoRenewCaceling:"El paquete actual\uFF1A{plan}expirar\xE1 en {endAt} y no se renovar\xE1 autom\xE1ticamente a su vencimiento.",currentYearlyPlanDescriptionForAutoRenewCacelingWithRealPaiedUser:"El paquete actual,\uFF1A{plan}, caducar\xE1 en {endAt} y no se renovar\xE1 autom\xE1ticamente a su vencimiento.
<1>Haga clic aqu\xED para gestionar su plan de renovaci\xF3n",currentYearlyPlanDescriptionForAutoRenewCacelingWithAdmin:"El paquete actual,\uFF1A{plan}, caducar\xE1 en {endAt} y no se renovar\xE1 autom\xE1ticamente a su vencimiento.
<1>Haga clic aqu\xED para activar la suscripci\xF3n anual continua",currentPlanDescriptionForOneTime:"La suscripci\xF3n actual\uFF1A{plan}expirar\xE1 en {endAt} , <1>haga clic aqu\xED para cambiar a una suscripci\xF3n <1>anual o <2>mensual.",upgradePlan:"Haga clic aqu\xED para pasar a Pro",upgradeToPro:"Actualizar a miembro Pro","popup.openPro":"Actualice su suscripci\xF3n a Pro para disfrutar de DeepL y de la traducci\xF3n OpenAI, \xA1haga clic aqu\xED para actualizar!","popup.openProForPro":"Eres un miembro Pro con acceso directo a DeepL y a las traducciones de OpenAI.",currentAccount:"cuenta corriente",enableAutoSyncUserSettings:"Sincronizaci\xF3n autom\xE1tica en la nube de varios dispositivos",modalEnableInputTranslationTitle:"Traducci\xF3n inmersiva Cuadro de entrada Alertas de traducci\xF3n",modalEnableInputTranslationDesc:"Acaba de activar la traducci\xF3n del cuadro de entrada de Immersive Translation pulsando la barra espaciadora 3 veces en r\xE1pida sucesi\xF3n, y el contenido del cuadro de entrada se traducir\xE1 al idioma de destino predeterminado. La traducci\xF3n puede deshacerse con Ctrl+Z.

Si ha sido un error, no se preocupe, puede elegir desactivarla esta vez, o desactivar permanentemente la traducci\xF3n del cuadro de entrada.",saveAndNotShowAgain:"Guardar y dejar de preguntar",disableInputTranslationTips:"* Tambi\xE9n puedes configurar otros atajos para que se activen en {option} ,{learnMore}.",learnMore:"M\xE1s informaci\xF3n",continueEnalbeInputTranslation:"Seguir activando la traducci\xF3n del cuadro de entrada",autoRenewTrialSuffix:'(En la versi\xF3n de prueba,pas\xF3 inmediatamente a ser miembro de pleno derecho)',upgradeFromTrialTitle:"Pasar a Miembro de pleno derecho",subtitle:"subtitulado de v\xEDdeo",youtubeService:"Traducci\xF3n por inmersi\xF3n Servicios de traducci\xF3n de subt\xEDtulos de v\xEDdeo","subtitle.disabledSubtitle":"Desactivar permanentemente la funci\xF3n de subt\xEDtulos de v\xEDdeo","subtitle.disabledSubtitleDescription":"Si Immersive Translator's Video Subtitles entra en conflicto con otras extensiones, puedes optar por desactivar permanentemente la funcionalidad de Immersive Translator's Video Subtitles o desinstalar otras extensiones conflictivas.","subtitle.autoEnableSubtitle":"Uso autom\xE1tico de subt\xEDtulos biling\xFCes","subtitle.autoEnableSubtitleDescription":"Una vez activado, se mostrar\xE1n autom\xE1ticamente subt\xEDtulos biling\xFCes cuando se reproduzca el video, de lo contrario, necesitar\xE1 hacer clic en el bot\xF3n de traducci\xF3n para que se muestren.","subtitle.preTranslation":"Traducir subt\xEDtulos mediante traducci\xF3n inmersiva","subtitle.preTranslationDescription":"Cuando est\xE1 activada, se pretraducir\xE1 todo el subt\xEDtulo utilizando el servicio de traducci\xF3n especificado m\xE1s abajo, y un v\xEDdeo de 1 hora consumir\xE1 unos 50.000 tokens o caracteres, as\xED que util\xEDzalos seg\xFAn tu criterio; cuando est\xE1 desactivada, se utilizar\xE1n primero los subt\xEDtulos originales.","subtitle.humanSubtitlesPreferred":"Uso prioritario del subtitulado humano","subtitle.humanSubtitlesPreferredDescription":"Priorizar el uso de subt\xEDtulos humanos cuando el v\xEDdeo disponga de subt\xEDtulos humanos en la lengua de llegada (recomendado)",videoSubtitleTranslationDescription:"Asignar un servicio de traducci\xF3n independiente para los subt\xEDtulos de v\xEDdeo",subtitleTranslating:"Por favor, espere mientras se traducen los subt\xEDtulos mediante el servicio {service} ... (traducci\xF3n por inmersi\xF3n)",subtitleLoading:"Cargando subt\xEDtulos...",bilingual:"biling\xFCismo","field.action":"Activar o no la terminolog\xEDa Baidu","description.action":"Cuando est\xE9 activado, se a\xF1adir\xE1 un par\xE1metro action=1 a la solicitud para informar a Baidu del t\xE9rmino activado; <1>consulte la documentaci\xF3n oficial para obtener m\xE1s informaci\xF3n.",closeQuickTranslation:"Cerrar Hoverball","closeQuickTranslation.untilNext":"Esta vez cerrado hasta la pr\xF3xima visita","closeQuickTranslation.currentWebsite":"Sitio actual desactivado","closeQuickTranslation.alwaysClose":"desactivar permanentemente","closeQuickTranslation.settingOpen":"(puede activarse en la <1>p\xE1gina de configuraci\xF3n )","closeQuickTranslation.cancel":"anulaciones","closeQuickTranslation.confirm":"defina","floatBall.popup":"Abrir el panel de ajustes r\xE1pidos","floatBall.translate":"Haga clic para traducir la p\xE1gina","floatBall.showOriginal":"Haga clic para volver al art\xEDculo original","floatBall.close":"Cerrar Hoverball","floatBallOptions.enableDescPc":"Despu\xE9s de activar el hoverball de la p\xE1gina, aparecer\xE1 un bot\xF3n de traducci\xF3n r\xE1pida en la parte derecha de la p\xE1gina, \xA1haz clic en \xE9l para traducir!","floatBallOptions.enableDesc":"Despu\xE9s de apagar el hoverball, puedes recuperarlo con{touch}. Se recomienda encarecidamente marcar esta p\xE1gina de configuraci\xF3n para evitar no poder encontrar el hoverball despu\xE9s de desactivar esta opci\xF3n por error.","description.azureApiUrl":"Introduzca la direcci\xF3n de la interfaz API personalizada",confirmSupportMouse:"Forzar la activaci\xF3n del soporte de rat\xF3n",confirmSupportMouseDescription:"Detectado que el navegador actual no soporta la funci\xF3n de rat\xF3n, \xBFse fuerza a habilitar el soporte de rat\xF3n?",sampleTargetText:"Llegar\xE1 la larga noche, y velar\xE9 desde hoy hasta que muera. No tomar\xE9 esposa, no har\xE9 feudo, no tendr\xE9 hijos. No llevar\xE9 corona, no luchar\xE9 por el honor. Cumplir\xE9 con mi deber, vivir\xE9 y morir\xE9.",sampleSourceText:"Night gathers, and now my watch begins. It shall not end until my death. I shall take no wife, hold no lands, father no children. I shall wear no crowns and win no glory. I shall live and die at my post.","subtitle.supportedSites":"\u5DF2\u652F\u6301\u5728\u8FD9\u4E9B\u7F51\u7AD9\u4F7F\u7528\u53CC\u8BED\u5B57\u5E55\uFF08\u6CE8\u610F\uFF1A\u7531\u4E8E\u6280\u672F\u9650\u5236\uFF0C\u90E8\u5206\u7F51\u7AD9\u5728\u9996\u6B21\u5F00\u542F\u5B57\u5E55\u540E\u9700\u8981\u91CD\u65B0\u5237\u65B0\u9875\u9762\uFF0C\u6216\u8005\u9700\u7B49\u5F85\u7FFB\u8BD1\u5B8C\u6210\u4EE5\u663E\u793A\u53CC\u8BED\u5B57\u5E55\uFF09\uFF1A",viewWithImmersiveTranslate:"\u53CC\u8BED\u7248\u672C(\u6C89\u6D78\u5F0F\u7FFB\u8BD1)",errorReason:"\u9519\u8BEF\u539F\u56E0\uFF1A{message}","proQuotaExceededError.onetime7day":'\uFF0C\u60A8\u53EF\u4EE5\u9009\u62E9\u4EE5\u4E0B\u65B9\u5F0F\u89E3\u51B3\uFF1A

1. \u5207\u6362\u5230 {anotherService} \u6216\u5176\u4ED6\u7FFB\u8BD1\u670D\u52A1
2. \u5347\u7EA7\u4E3A\u6708\u5EA6/\u5E74\u5EA6\u4F1A\u5458',"proQuotaExceededError.trial":'\uFF0C\u60A8\u53EF\u4EE5\u9009\u62E9\u4EE5\u4E0B\u65B9\u5F0F\u89E3\u51B3\uFF1A

1. \u5207\u6362\u5230 {anotherService} \u6216\u5176\u4ED6\u7FFB\u8BD1\u670D\u52A1
2. \u7ACB\u523B\u5347\u7EA7\u4E3A\u6B63\u5F0F\u4F1A\u5458',"proQuotaExceededError.nonTrial":'\uFF0C\u60A8\u53EF\u4EE5\u9009\u62E9\u4EE5\u4E0B\u65B9\u5F0F\u89E3\u51B3\uFF1A

1. \u5207\u6362\u5230 {anotherService} \u6216\u5176\u4ED6\u7FFB\u8BD1\u670D\u52A1
2. \u8D2D\u4E70 {translationService} \u989D\u5916\u6D41\u91CF\u5305',"proQuotaExceededError.resetTime":"
3. \u989D\u5EA6\u91CD\u7F6E\u65F6\u95F4\uFF1A{resetTime}","desc.touchShortcutsToggleTranslatePageOnlyTranslation":"Solo se muestra la traducci\xF3n se refiere a que solo se mostrar\xE1 la traducci\xF3n, si la p\xE1gina web a\xFAn no se ha traducido, cambiar\xE1 el modo y traducir\xE1.","desc.toggleOnlyTransation":"El modo de solo traducci\xF3n se refiere a mostrar solo el texto traducido, si la p\xE1gina web a\xFAn no se ha traducido, cambiar\xE1 el modo y traducir\xE1.",touchShortcutsToggleTranslatePageOnlyTranslation:"Configurar gestos de pantalla t\xE1ctil para cambiar entre modo biling\xFCe/solo texto traducido",download_started:"La descarga ya ha comenzado, si no se descarga autom\xE1ticamente, haga clic manualmente.",here:"aqu\xED","desc.toggleVideoSubtitlePreTranslation":"Al presionar, los subt\xEDtulos biling\xFCes del video usar\xE1n preferentemente la configuraci\xF3n de traducci\xF3n inmersiva, al presionar nuevamente, se dar\xE1 prioridad a los subt\xEDtulos de traducci\xF3n autom\xE1tica incluidos en el video original. Nota: este atajo modifica la configuraci\xF3n global.",videoSubtitlePreTranslationOn:"Los subt\xEDtulos del video tendr\xE1n prioridad para usar la traducci\xF3n inmersiva.",videoSubtitlePreTranslationOff:"Los subt\xEDtulos del video dar\xE1n prioridad a los subt\xEDtulos de traducci\xF3n autom\xE1tica incluidos en el video original.",translationFont:"Establecer fuente","translationFont.custom":"Ingrese fuente personalizada","translationFont.customPlaceholder":"fuente","translationFont.notSupportErrorMessage":"Por favor, verifique si el nombre de la fuente que ingres\xF3 es correcto, o confirme si esta fuente ya est\xE1 instalada en su dispositivo.","touch.mouse-translate":"Traducir el p\xE1rrafo especificado.","translationServices.inherit":"Siga el servicio de traducci\xF3n principal","error.serveConfigError":"Error de configuraci\xF3n del servicio","error.reloadPageOfSetting":"Despu\xE9s de configurar, por favor refresca la p\xE1gina para traducir de nuevo.","error.googleLimitIp":"El servicio devuelve un error, el servicio de Google ha limitado la direcci\xF3n IP, se recomienda que cambie el nodo de red.","error.openAIFreeLimit":"El servicio devuelve un error, la frecuencia actual de solicitudes de traducci\xF3n ha alcanzado el l\xEDmite m\xE1ximo de 3 veces por minuto, por favor intente de nuevo m\xE1s tarde. (Esta es una restricci\xF3n de OpenAI oficial para la API Key gratuita, para eliminar esta restricci\xF3n, por favor vincule una tarjeta de cr\xE9dito en el backend de OpenAI.)","error.openAIExceededQuota":"El servicio devuelve un error: el saldo de tu cuenta de OpenAI es insuficiente, por favor recarga o vincula una tarjeta de cr\xE9dito en el panel de control oficial de OpenAI.","error.429":"El servicio devuelve un error, lo que indica que la solicitud es demasiado frecuente o excede el l\xEDmite de cuota, por favor intente de nuevo m\xE1s tarde.","error.403":"El servicio devuelve un error, no tiene permiso temporal para acceder a este servicio.","error.400":"El servicio devuelve un error, el par\xE1metro de solicitud es incorrecto, por favor verifica la configuraci\xF3n correspondiente.","error.502":"El servicio devuelve un error, el servicio se ha agotado, por favor intente de nuevo m\xE1s tarde.","error.proTokenInvalid":"Si usted es un usuario Pro, por favor inicie sesi\xF3n para usar el servicio de traducci\xF3n Pro.","error.proUpgrade":"Despu\xE9s de la actualizaci\xF3n, por favor refresca la p\xE1gina y traduce de nuevo.","error.configError":"Los datos de configuraci\xF3n son anormales.","error.goReset":"Ir a restablecer",batchEdit:"Operaci\xF3n en masa","translationModeLang.translation.title":"Solo modo de traducci\xF3n de idioma","translationModeLang.translation.description":"Cuando el idioma de la p\xE1gina es uno de los siguientes, se utilizar\xE1 autom\xE1ticamente solo el modo de traducci\xF3n.","translationModeUrl.translation.title":"Solo el modo de direcci\xF3n web de traducci\xF3n","translationModeUrl.translation.description":"Cuando el sitio web tiene los siguientes dominios, se utilizar\xE1 autom\xE1ticamente el modo de solo traducci\xF3n.","error.serveUnavailable":"El servicio [{serverName}] que est\xE1 utilizando actualmente no est\xE1 disponible temporalmente debido a problemas con la conexi\xF3n a la red o el proveedor del servicio. Le sugerimos que intente actualizar la p\xE1gina o cambiar a otro servicio de traducci\xF3n a trav\xE9s de <1>Configuraci\xF3n. Si usted es un miembro <2>Pro, puede optar por utilizar los servicios de traducci\xF3n m\xE1s estables de DeepL o OpenAI (<3>haga clic aqu\xED para probarlo gratis). Adem\xE1s, es posible que necesite revisar su configuraci\xF3n de red o proxy.",detectServiceLoading:"Detectando servicios de traducci\xF3n disponibles...",toggleToService:"Cambie a {service} e intente de nuevo.","error.gemini.429":"El servicio actual de Gemini ha alcanzado su capacidad m\xE1xima, por favor intente m\xE1s tarde o cambie a otro servicio de traducci\xF3n.",enableSentryReport:"Cuando ocurre un error de expansi\xF3n, usa Sentry para enviar comentarios.",notLogin:"No registrado",goLogin:"Iniciar sesi\xF3n",touchShortcutsOff:"Cerrar",shortcutSettings:"Atajo de teclado","tagsInput.add":"+ A\xF1adir",translationOnlyMode:"Solo modo de traducci\xF3n","multipleClick.2":"Haz doble clic",contact:"Cont\xE1ctanos","widget.translateFile":"PDF/ePub","subtitle.hideQuickButton":"Ya no mostrar este atajo","translationServices.gemini":"G\xE9minis","widget.instructionTooltip":"Consultar las instrucciones de uso","subtitle.bilingual":"Subt\xEDtulos biling\xFCes","error.retry":"Reintentar","multipleClick.4":"Cu\xE1druple golpe",buildSnapshots:"Generar captura de p\xE1gina web","error.subscriptionExpiredTitle":"La membres\xEDa ha expirado","slide.left":"Desliza a la derecha","widget.videoSubtitle":"subt\xEDtulos de video","browser.translateWithDeepL":"Uso temporal de DeepL para traducir la p\xE1gina actual","subtitle.autoDisableSubtitle":"No activar autom\xE1ticamente los subt\xEDtulos biling\xFCes","browser.translateWithBing":"Uso temporal de Microsoft para traducir la p\xE1gina actual","error.reason":"Raz\xF3n del error","browser.translateWithTransmart":"Uso temporal de Tencent para traducir la p\xE1gina actual",pickAll:"Seleccionar todo","browser.translateInputBox":"Traducir el contenido actual del cuadro de entrada.","floatBall.iKnow":"Ya lo s\xE9.",temprarilyChangeTranslationTo_deepl:"Estoy usando DeepL para traducir la p\xE1gina actual.","multipleClick.3":"Triple golpe","intro.hoverTitle":"Pase el mouse para traducir el p\xE1rrafo actual",temprarilyChangeTranslationTo_transmart:"Est\xE1 utilizando Tencent para traducir la p\xE1gina actual.","intro.floatBallTitle":"Bola flotante de traducci\xF3n r\xE1pida",paragraphMinTextCountField:"El n\xFAmero m\xEDnimo de caracteres necesarios para traducir un p\xE1rrafo","shortcutGroup.touch":"Gestos espec\xEDficos para pantallas t\xE1ctiles",temprarilyChangeTranslationTo_gemini:"Estoy usando Gemini para traducir la p\xE1gina actual.",temprarilyChangeTranslationTo_bing:"Est\xE1 utilizando Microsoft para traducir la p\xE1gina actual.","shortcutGroup.main":"Atajos de teclado de funciones comunes",mouseHoverCustomKeyTitle:"Personalizar el atajo de teclado para el rat\xF3n en suspensi\xF3n","shortcutGroup.shortcutsForTranslationServices":"Atajos de teclado relacionados con el servicio de traducci\xF3n",touchShortcutsToggleTranslateTouchElement:"Configurar gestos t\xE1ctiles para traducir p\xE1rrafos espec\xEDficos",notLoginPro:"Todav\xEDa no has iniciado sesi\xF3n en tu cuenta de miembro.","intro.subtitleTitle":"Visualizaci\xF3n de subt\xEDtulos biling\xFCes en videos en l\xEDnea","subtitle.showQuickButton":"En el reproductor se muestra el atajo de subt\xEDtulos biling\xFCes",temprarilyChangeTranslationTo_google:"Est\xE1 utilizando Google Traductor para traducir la p\xE1gina actual.",upgradeToProErrorTitle:"Por favor, actualice a miembro Pro para utilizar este servicio de traducci\xF3n.","widget.instruction":"Instrucciones de uso","slide.right":"Desliza a la izquierda","browser.translateWithOpenAI":"Uso temporal de OpenAI para traducir la p\xE1gina actual","shortcutGroup.others":"M\xE1s atajos de teclado personalizados","browser.toggleMouseHoverTranslateDirectly":"Habilitar o deshabilitar temporalmente la traducci\xF3n directa al pasar el mouse en la p\xE1gina",alwaysTranslateThisSite:"Siempre traduce este sitio web",neverTranslateThisSite:"Nunca traduzca este sitio web","shortcutGroup.mouse":"Configuraci\xF3n de atajos de teclado para el rat\xF3n en suspensi\xF3n","widget.translateFileTooltip":"Traducir documentos PDF, EPUB, SRT, ASS, HTML y TXT","browser.translateWithGemini":"Usa temporalmente Gemini para traducir la p\xE1gina actual","browser.toggleVideoSubtitlePreTranslation":"Cambie a subt\xEDtulos biling\xFCes y priorice la configuraci\xF3n de traducci\xF3n inmersiva.",networkError:"El servicio de traducci\xF3n o la red tienen problemas.",loggedIn:"Conectado","widget.videoSubtitleTooltip":"Apoya Youtube y otros {count}+ sitios web de videos",touchShortcutsToggleTranslationMask:"Configurar gestos t\xE1ctiles para mostrar la m\xE1scara de traducci\xF3n / mostrar el texto original","floatBall.guideClickToTranslate":"Haz clic en la bola flotante de traducci\xF3n inmersiva para traducir r\xE1pidamente","desc.touchShortcutsToggleTranslateTouchElement":"Personalice un gesto y podr\xE1 traducir cualquier p\xE1rrafo en el que se encuentre.","floatBall.longPress":"Mant\xE9n presionado para abrir r\xE1pidamente el panel de configuraci\xF3n.","error.subscriptionExpired":"Es posible que su membres\xEDa haya expirado, por favor verifique el estado de su membres\xEDa.",shortcutSettingsTitle:"Configuraci\xF3n de atajos de teclado",temprarilyChangeTranslationTo_openai:"Estoy usando OpenAI para traducir la p\xE1gina actual.","browser.translateWithGoogle":"Uso temporal de Google Traductor para traducir la p\xE1gina actual","desc.interfaceLanguage":"La configuraci\xF3n del idioma de la interfaz afecta el idioma de visualizaci\xF3n del panel de control y no tiene relaci\xF3n con el idioma objetivo de la traducci\xF3n.","description.baiduField":"Las \xE1reas de apoyo se ven <1>aqu\xED, si est\xE1 vac\xEDo significa que no se especifica el \xE1rea.","contact.description":"Si tiene alguna pregunta o sugerencia, no dude en completar el formulario a continuaci\xF3n para contactarnos, o env\xEDe un correo electr\xF3nico a {email}, le responderemos lo antes posible.","neverTranslateText.title":`Por favor, traduce directamente al espa\xF1ol (evita explicar el texto original): Mant\xE9n las siguientes palabras en su idioma original, no las traduzcas.`,confirmResetToDefaultSettings:"\xBFEst\xE1 seguro de que desea restaurar este servicio de traducci\xF3n a la configuraci\xF3n predeterminada? (Solo restablece la configuraci\xF3n del servicio de traducci\xF3n actual)","desc.toggleTranslateTheWholePage":"Traducir toda el \xE1rea de la p\xE1gina, por defecto, traduciremos el \xE1rea principal de la p\xE1gina, puedes usar este atajo para traducir espec\xEDficamente toda el \xE1rea de la p\xE1gina.",shortcutDisableTooltip:"Realice la configuraci\xF3n en la p\xE1gina de administraci\xF3n de atajos de extensi\xF3n proporcionada por el navegador, para m\xE1s orientaci\xF3n consulte las instrucciones en la parte superior de esta p\xE1gina.",touchShortcutsToggleTranslatePage:"Configura gestos t\xE1ctiles para traducir p\xE1ginas web/mostrar el texto original","desc.toggleTranslateTheMainPage":"Solo traduce el \xE1rea principal de la p\xE1gina, cuando has habilitado la traducci\xF3n de todo el \xE1rea de la p\xE1gina en la configuraci\xF3n avanzada, puedes usar este atajo para traducir espec\xEDficamente el \xE1rea principal de la p\xE1gina.","desc.touchShortcutsToggleTranslatePage":"Una vez configurado, al mover el dispositivo m\xF3vil, se puede tocar la pantalla con X dedos, deslizar hacia la izquierda o hacia la derecha o hacer clic continuamente para activar la traducci\xF3n de la p\xE1gina web/mostrar el texto original.",paragraphMinTextCountDesc:"Tenga en cuenta, aqu\xED se refiere a la longitud del car\xE1cter, por ejemplo: hola es 5 caracteres, establecer un valor m\xE1s grande puede reducir la traducci\xF3n de p\xE1rrafos peque\xF1os innecesarios.","desc.mouseHoverHoldKey":"Cuando el mouse se coloca sobre un p\xE1rrafo, al presionar la tecla de acceso r\xE1pido en el lado derecho, se puede traducir directamente ese p\xE1rrafo.",mouseHoverCustomKeyDescription:"Puedes personalizar una combinaci\xF3n de teclas de acceso r\xE1pido para cuando el mouse se posicione encima, como: Alt+Z, Ctrl+E, Cmd+Alt+E o directamente Cmd, por favor ingresa manualmente.","intro.floatBallDescription":"Una vez activado, se mostrar\xE1 un bot\xF3n de traducci\xF3n r\xE1pida en el lado derecho de la p\xE1gina, haga clic para traducir, haga clic nuevamente para volver al texto original. En dispositivos m\xF3viles, mantenga presionada la bola flotante para abrir el panel de configuraci\xF3n r\xE1pida.","desc.touchShortcutsToggleTranslationMask":"La m\xE1scara de traducci\xF3n se refiere al efecto borroso en el estilo de la traducci\xF3n (modo de aprendizaje), que se activa temporalmente para usar el efecto borroso en la traducci\xF3n, lo que facilita el aprendizaje.",translationOnlyModeDescription:"El modo de solo traducci\xF3n se refiere a mostrar solo el texto traducido, en lugar del modo biling\xFCe predeterminado. Nota: debido a limitaciones t\xE9cnicas, los hiperv\xEDnculos del texto original se desactivar\xE1n en el modo de solo traducci\xF3n.","neverTranslateText.description":"Debido a que algunos motores de traducci\xF3n no reconocen adecuadamente los nombres propios, puedes agregar palabras aqu\xED para asegurarte de que no se conviertan durante el proceso de traducci\xF3n. Ten en cuenta que esta funci\xF3n distingue entre may\xFAsculas y min\xFAsculas, y solo admite idiomas con palabras separadas por espacios (como ingl\xE9s, franc\xE9s), no es aplicable a idiomas como japon\xE9s, coreano, etc.","desc.toggleMouseHoverTranslateDirectly":"Despu\xE9s de presionar esta tecla de acceso r\xE1pido, en la p\xE1gina, siempre que el mouse apunte a cualquier texto, se traducir\xE1 autom\xE1ticamente ese texto. Presione la tecla de acceso r\xE1pido nuevamente para desactivar esta funci\xF3n de traducci\xF3n autom\xE1tica.","intro.subtitleDescription":"Despu\xE9s de activar esta funci\xF3n, los subt\xEDtulos biling\xFCes se mostrar\xE1n autom\xE1ticamente durante la reproducci\xF3n del video. Si no est\xE1 habilitado, deber\xE1 hacer clic manualmente en el bot\xF3n de traducci\xF3n en la p\xE1gina para mostrar los subt\xEDtulos. Tenga en cuenta que, debido a las limitaciones t\xE9cnicas, algunos sitios web pueden necesitar refrescar la p\xE1gina o esperar a que se complete la traducci\xF3n para mostrar los subt\xEDtulos biling\xFCes. (Adem\xE1s, tambi\xE9n puede habilitar/deshabilitar el panel de acceso r\xE1pido de traducci\xF3n inmersiva en la esquina superior derecha despu\xE9s de abrir el sitio web de video).

Actualmente se admite el uso de subt\xEDtulos biling\xFCes en estos sitios web:","intro.hoverDescription":"La traducci\xF3n al pasar el rat\xF3n es una funci\xF3n muy importante en la traducci\xF3n inmersiva, solo necesitas colocar el rat\xF3n sobre el p\xE1rrafo y presionar la tecla de acceso r\xE1pido establecida para traducir autom\xE1ticamente el p\xE1rrafo actual (nota: no est\xE1 habilitado por defecto, config\xFAralo a continuaci\xF3n). Esta interacci\xF3n se utiliza para reemplazar mejor la traducci\xF3n de palabras seleccionadas. Adem\xE1s, esta funci\xF3n se utiliza ampliamente en \xE1reas de traducci\xF3n que no se pueden reconocer, puedes utilizar esta funci\xF3n para forzar la traducci\xF3n de cualquier p\xE1rrafo.","subtitle.showQuickButtonDescription":"Proporciona un atajo para activar los subt\xEDtulos biling\xFCes en la esquina inferior derecha del reproductor de video.",geminiWarning:"Atenci\xF3n: El servicio gratuito de Gemini proporcionado por Google tiene restricciones estrictas, Google puede determinar que el usuario est\xE1 utilizando m\xFAltiples Keys para eludir sus l\xEDmites de cuota gratuita, no se recomienda su uso, se sugiere esperar hasta que Google abra la interfaz de pago de Gemini en el futuro para su uso.","floatBall.setting":"Configuraci\xF3n","floatBall.file":"Traducir PDF, EPUB, SRT, ASS, HTML, archivos TXT","floatBall.translateToLanguage":"Haga clic para traducir a {language}",changeToOnlyTempTranslationMode:"Mostrar s\xF3lo traducciones",changeToDualTempTranslationMode:"Cambiar a traducci\xF3n biling\xFCe","options.navbar.translateFile":"Traducir documento","transitionMode.translation":"Solo texto traducido.","options.navbar.installApp":"Instalar la aplicaci\xF3n m\xF3vil","transitionMode.dual":"Contraste biling\xFCe","subtitle.transitionModeDescription":"Establecer subt\xEDtulos de video en modo de comparaci\xF3n biling\xFCe o solo en modo de traducci\xF3n","subtitle.transitionMode":"Subt\xEDtulos de video biling\xFCes / Configuraci\xF3n solo de texto traducido","transitionMode.inherit":"Mant\xE9ngase consistente con el modo de visualizaci\xF3n de traducci\xF3n predeterminado del sistema.",translateFileTooltip:`Traducir PDF, ePub, srt, ass, HTML, archivos TXT`,"description.multiplePrompt":`Cuando el n\xFAmero de p\xE1rrafos es mayor a 1, se env\xEDa la conversaci\xF3n a {service} como usuario, donde {{from}} indica el idioma del p\xE1rrafo, {{to}} indica el idioma objetivo, {{yaml}} es el contenido del p\xE1rrafo que hemos envuelto en formato yaml, si tienes la necesidad de personalizar Prompt, necesitas asegurarte de que cada elemento en el resultado YAML de la respuesta de AI contenga el campo {env.imt_trans_field}, {{imt_trans_field}} es el nombre del campo de la traducci\xF3n que esperamos de la respuesta de AI, por defecto es {env.imt_trans_field}, {{imt_source_field}} es el nombre del campo del texto original que pasamos a AI, por defecto es {env.imt_source_field}, ejemplo de resultado: @@ -5059,7 +5059,7 @@ ass, HTML, archivos TXT`,"description.multiplePrompt":`Cuando el n\xFAmero de p\ {env.imt_sub_trans_field}: Traducci\xF3n - id: 2 {env.imt_sub_source_field}: Fuente - {env.imt_sub_trans_field}: Traducci\xF3n`,"subtitle.quickButton.cyan":"Azul","subtitle.quickButton.backgroundColor":"color de fondo","subtitle.quickButton.blue":"azul","subtitle.quickButton.translationTextColor":"Color de fuente de traducci\xF3n","subtitle.quickButton.translationPosition":"Posici\xF3n de traducci\xF3n","subtitle.quickButton.translationFontSize":"Tama\xF1o de fuente de traducci\xF3n","subtitle.quickButton.translationPositionBottom":"Debajo del texto original","subtitle.quickButton.sourceFontSize":"Tama\xF1o original de la fuente","subtitle.quickButton.green":"Verde","subtitle.quickButton.white":"blanco","subtitle.quickButton.red":"Rojo","subtitle.quickButton.magenta":"Magenta","translationServices.claude":"Claude","subtitle.quickButton.setting":"Configuraci\xF3n","subtitle.quickButton.yellow":"amarillo","subtitle.quickButton.backgroundOpacity":"Opacidad de fondo","subtitle.quickButton.black":"negro","subtitle.quickButton.sourceTextColor":"Color original de la fuente","subtitle.quickButton.translationPositionTop":"En la parte superior del texto original",attachSubtitleTranslating:"Usando {service} para traducir...","error.claude.403":"No tiene permiso para acceder al servicio, puede estar relacionado con las restricciones de \xE1rea de Claude, puede intentar cambiar su direcci\xF3n IP o usar otros servicios de traducci\xF3n.","browser.brandDescriptionForSafari":"\u3010Traducci\xF3n inmersiva\u3011Un complemento de traducci\xF3n de p\xE1ginas web biling\xFCe (original/traducci\xF3n) gratuito que tambi\xE9n soporta la traducci\xF3n de PDF y libros electr\xF3nicos EPUB manteniendo el formato original del documento, la traducci\xF3n de subt\xEDtulos biling\xFCes de videos en l\xEDnea como Youtube/Netflix, y soporta servicios de traducci\xF3n principales como Deepl/Google;","browser.PdfProFile":"AI impulsado por PDF Pro traducci\xF3n","browser.textTranslate":"Traducci\xF3n de texto"};var Fl={nologin:"\u0648\u0627\u0631\u062F \u0646\u0634\u062F\u0647 \u0627\u06CC\u062F",loginForSafari:"\u0648\u0627\u0631\u062F \u0634\u0648\u06CC\u062F \u06CC\u0627 \u062B\u0628\u062A \u0646\u0627\u0645 \u06A9\u0646\u06CC\u062F",login:"\u767B\u5F55",manageAccount:"\u0645\u062F\u06CC\u0631\u06CC\u062A \u062D\u0633\u0627\u0628",openPremium:"\u0639\u0636\u0648\u06CC\u062A",logout:"\u062A\u0631\u06A9 \u06A9\u0631\u062F\u0646",curentPlan:"\u0628\u0633\u062A\u0647 \u0641\u0639\u0644\u06CC",endAt:"\u0628\u0644\u0648\u063A",endAuto:"\u062A\u0645\u062F\u06CC\u062F \u062E\u0648\u062F\u06A9\u0627\u0631",lineBreakMaxTextCount:"\u062D\u062F\u0627\u06A9\u062B\u0631 \u062A\u0639\u062F\u0627\u062F \u06A9\u0627\u0631\u0627\u06A9\u062A\u0631\u0647\u0627\u06CC \u0645\u062C\u0627\u0632 \u062F\u0631 \u0647\u0631 \u062C\u0645\u0644\u0647 \u067E\u0633 \u0627\u0632 \u0634\u06A9\u0633\u062A \u062E\u0637","translate-pdf":"\u0628\u0631\u0627\u06CC \u062A\u0631\u062C\u0645\u0647 PDF \u06A9\u0644\u06CC\u06A9 \u06A9\u0646\u06CC\u062F","noSupportTranslate-pdf":"\u0627\u0633\u06A9\u0631\u06CC\u067E\u062A \u067E\u0634\u062A\u06CC\u0628\u0627\u0646\u06CC \u0646\u0645\u06CC \u0634\u0648\u062F\u060C \u0644\u0637\u0641\u0627 \u0627\u0632 \u0627\u0641\u0632\u0648\u0646\u0647 \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u06A9\u0646\u06CC\u062F","translate-firefox-local-pdf":"\u0628\u0631\u0627\u06CC \u0628\u0627\u0631\u06AF\u06CC\u0631\u06CC PDF \u06A9\u0644\u06CC\u06A9 \u06A9\u0646\u06CC\u062F",enableLineBreak:"\u0641\u0639\u0627\u0644 \u06A9\u0631\u062F\u0646 \u0634\u06A9\u0633\u062A \u062E\u0637 \u062E\u0648\u062F\u06A9\u0627\u0631 \u0628\u0646\u062F \u0628\u0644\u0646\u062F",sponsorLabel:"\u062D\u0627\u0645\u06CC\u0627\u0646 \u062A\u0648\u0633\u0639\u0647\u200C\u062F\u0647\u0646\u062F\u06AF\u0627\u0646 \u0628\u0627 \u0634\u0631\u0648\u0639 \u0627\u0632 1 \u062F\u0644\u0627\u0631",help:"\u06A9\u0645\u06A9",browserShortcutsNoteForFirefox:"\u0628\u0631\u0627\u06CC \u062A\u063A\u06CC\u06CC\u0631 \u06A9\u0644\u06CC\u062F\u0647\u0627\u06CC \u0645\u06CC\u0627\u0646\u0628\u0631 \u062F\u0631 \u0645\u0631\u0648\u0631\u06AF\u0631 \u0641\u0627\u06CC\u0631\u0641\u0627\u06A9\u0633\u060C \u0628\u0627\u06CC\u062F \u0628\u0631\u06AF\u0647 \u0645\u062F\u06CC\u0631\u06CC\u062A \u0627\u0641\u0632\u0648\u0646\u0647\u200C\u0647\u0627 (about:addons) \u0631\u0627 \u0628\u0627\u0632 \u06A9\u0646\u06CC\u062F\u060C \u0633\u067E\u0633 \u0631\u0648\u06CC \xAB\u062A\u0646\u0638\u06CC\u0645\u0627\u062A\xBB \u06A9\u0644\u06CC\u06A9 \u06A9\u0646\u06CC\u062F \u0648 \u0633\u067E\u0633 \u0628\u0631\u0627\u06CC \u062A\u0646\u0638\u06CC\u0645 \u0631\u0648\u06CC \xAB\u0645\u062F\u06CC\u0631\u06CC\u062A \u06A9\u0644\u06CC\u062F\u0647\u0627\u06CC \u0645\u06CC\u0627\u0646\u0628\u0631\xBB \u06A9\u0644\u06CC\u06A9 \u06A9\u0646\u06CC\u062F",browserShortcutsNoteForChrome:"\u0628\u0631\u0627\u06CC \u0645\u0631\u0648\u0631\u06AF\u0631\u0647\u0627\u06CC Chrome \u0645\u0627\u0646\u0646\u062F\u060C \u0628\u0627\u06CC\u062F \u0628\u0631\u06AF\u0647 \u0645\u062F\u06CC\u0631\u06CC\u062A \u0627\u0641\u0632\u0648\u0646\u0647\u200C\u0647\u0627 \u0631\u0627 \u0628\u0631\u0627\u06CC \u062A\u063A\u06CC\u06CC\u0631 \u06A9\u0644\u06CC\u062F\u0647\u0627\u06CC \u0645\u06CC\u0627\u0646\u0628\u0631 \u0628\u0627\u0632 \u06A9\u0646\u06CC\u062F\u060C \u0622\u0646 \u0631\u0627 \u062F\u0631 \u062F\u0631\u06AF\u0627\u0647 \xAB\u0645\u062F\u06CC\u0631\u06CC\u062A \u06A9\u0644\u06CC\u062F\u0647\u0627\u06CC \u0645\u06CC\u0627\u0646\u0628\u0631\xBB (chrome://extensions/shortcuts) \u062A\u0646\u0638\u06CC\u0645 \u06A9\u0646\u06CC\u062F. \u0631\u0648\u06CC \u062F\u06A9\u0645\u0647 \u0632\u06CC\u0631 \u06A9\u0644\u06CC\u06A9 \u06A9\u0646\u06CC\u062F \u062A\u0627 \u0628\u0647 \u0628\u0631\u06AF\u0647 \u0645\u062F\u06CC\u0631\u06CC\u062A \u06A9\u0644\u06CC\u062F \u0645\u06CC\u0627\u0646\u0628\u0631 \u0628\u0631\u0648\u06CC\u062F.",browserShortcutsSucks:"\u0641\u0631\u0645\u062A \u06A9\u0644\u06CC\u062F \u0645\u06CC\u0627\u0646\u0628\u0631 \u0633\u0641\u0627\u0631\u0634\u06CC (\u0628\u062F\u0648\u0646 \u062A\u0634\u062E\u06CC\u0635 \u062E\u0648\u062F\u06A9\u0627\u0631\u060C \u0644\u0637\u0641\u0627 \u0645\u0633\u062A\u0642\u06CC\u0645\u0627 \u0648\u0627\u0631\u062F \u06A9\u0646\u06CC\u062F)\uFF1A\u0627\u0633\u062A",enableLineBreakDescription:"\u0648\u0642\u062A\u06CC \u0641\u0639\u0627\u0644 \u0628\u0627\u0634\u062F\u060C \u06CC\u06A9 \u0634\u06A9\u0633\u062A \u062E\u0637 \u062F\u0631 \u067E\u0627\u06CC\u0627\u0646 \u0647\u0631 \u062C\u0645\u0644\u0647 \u062F\u0631 \u06CC\u06A9 \u0628\u0646\u062F \u0628\u0644\u0646\u062F \u0628\u0631\u0627\u06CC \u062A\u0633\u0647\u06CC\u0644 \u062E\u0648\u0627\u0646\u062F\u0646 \u0627\u0639\u0645\u0627\u0644 \u0645\u06CC \u0634\u0648\u062F","browser.shortBrandName":"\u062A\u0631\u062C\u0645\u0647 \u0647\u0645\u0647\u062C\u0627\u0646\u0628\u0647","browser.brandName":"\u062A\u0631\u062C\u0645\u0647 \u0647\u0645\u0647\u200C\u062C\u0627\u0646\u0628\u0647","browser.brandDescription":"Web bilingual translation, completely free to use, supports Deepl/Google/Bing/Tencent/Youdao, etc.","browser.toggleTranslatePage":"\u062A\u0631\u062C\u0645\u0647 \u062A\u0627\u0631\u0646\u0645\u0627/\u0646\u0645\u0627\u06CC\u0634 \u0645\u062A\u0646 \u0627\u0635\u0644\u06CC","browser.toggleTranslateTheWholePage":"\u062A\u0631\u062C\u0645\u0647 \u062A\u0645\u0627\u0645 \u0628\u0631\u06AF\u0647/\u0646\u0645\u0627\u06CC\u0634 \u0645\u062A\u0646 \u0627\u0635\u0644\u06CC","browser.toggleOnlyTransation":"\u062A\u063A\u06CC\u06CC\u0631 \u0628\u0647 \u062D\u0627\u0644\u062A \u062F\u0648\u0632\u0628\u0627\u0646\u0647 / \u0641\u0642\u0637 \u0645\u062A\u0646 \u062A\u0631\u062C\u0645\u0647 \u0634\u062F\u0647","browser.toggleTranslateToThePageEndImmediately":"\u0627\u0632 \u0627\u0646\u062A\u0647\u0627\u06CC \u0628\u0631\u06AF\u0647 \u062A\u0631\u062C\u0645\u0647 \u06A9\u0646\u06CC\u062F/\u0646\u0645\u0627\u06CC\u0634 \u0645\u062A\u0646 \u0627\u0635\u0644\u06CC","browser.toggleTranslateTheMainPage":"\u062A\u0631\u062C\u0645\u0647 \u0642\u0633\u0645\u062A\u200C\u0647\u0627\u06CC \u0627\u0635\u0644\u06CC \u0628\u0631\u06AF\u0647/\u0646\u0645\u0627\u06CC\u0634 \u0645\u062A\u0646 \u0627\u0635\u0644\u06CC","browser.shareToDraft":"\u0627\u0634\u062A\u0631\u0627\u06A9\u200C\u06AF\u0630\u0627\u0631\u06CC \u0635\u0641\u062D\u0647 \u062F\u0648\u0632\u0628\u0627\u0646\u0647","browser.openOptionsPage":"\u0628\u0631\u06AF\u0647 \u062A\u0646\u0638\u06CC\u0645\u0627\u062A \u0631\u0627 \u0628\u0627\u0632 \u06A9\u0646\u06CC\u062F","browser.toggleTranslationMask":"\u0646\u0645\u0627\u06CC\u0634/\u067E\u0646\u0647\u0627\u0646 \u06A9\u0631\u062F\u0646 \u062C\u0644\u0648\u0647 \u062A\u0627\u0631\u06CC \u062A\u0631\u062C\u0645\u0647","browser.translateLocalPdfFile":"\u062A\u0631\u062C\u0645\u0647 \u067E\u0631\u0648\u0646\u062F\u0647 PDF \u0645\u062D\u0644\u06CC","browser.openEbookViewer":"\u06A9\u062A\u0627\u0628 \u0647\u0627\u06CC \u0627\u0644\u06A9\u062A\u0631\u0648\u0646\u06CC\u06A9\u06CC \u0645\u062D\u0644\u06CC \u0631\u0627 \u0628\u062E\u0648\u0627\u0646\u06CC\u062F","browser.openEbookBuilder":"\u06A9\u062A\u0627\u0628 \u0647\u0627\u06CC \u0627\u0644\u06A9\u062A\u0631\u0648\u0646\u06CC\u06A9\u06CC \u062F\u0648 \u0632\u0628\u0627\u0646\u0647 EPUB \u0627\u06CC\u062C\u0627\u062F \u06A9\u0646\u06CC\u062F","browser.translateLocalHtmlFile":"\u7FFB\u8BD1\u672C\u5730 HTML \u6587\u4EF6","browser.donateContext":"\u0628\u0627 \u0645\u0632\u0627\u06CC\u0627\u06CC \u062D\u0645\u0627\u06CC\u062A \u0645\u0627\u0644\u06CC \u0622\u0634\u0646\u0627 \u0634\u0648\u06CC\u062F","browser.translateLocalSubtitleFile":"\u0641\u0627\u06CC\u0644 \u0647\u0627\u06CC \u0632\u06CC\u0631\u0646\u0648\u06CC\u0633 \u0645\u062D\u0644\u06CC \u0631\u0627 \u062A\u0631\u062C\u0645\u0647 \u06A9\u0646\u06CC\u062F",confirmResetConfig:"\u0622\u06CC\u0627 \u0645\u0637\u0645\u0626\u0646 \u0647\u0633\u062A\u06CC\u062F \u06A9\u0647 \u0645\u06CC\u200C\u062E\u0648\u0627\u0647\u06CC\u062F \u062A\u0646\u0638\u06CC\u0645\u0627\u062A \u0631\u0627 \u0628\u0627\u0632\u0646\u0634\u0627\u0646\u06CC \u06A9\u0646\u06CC\u062F\u061F",translationLineBreakSettingTitle:"\u062A\u0646\u0638\u06CC\u0645\u0627\u062A \u0628\u0633\u062A\u0647 \u0628\u0646\u062F\u06CC \u062E\u0637 \u062A\u0631\u062C\u0645\u0647",smartLineBreak:"\u0628\u0633\u062A\u0647 \u0628\u0646\u062F\u06CC \u062E\u0637 \u0647\u0648\u0634\u0645\u0646\u062F",alwaysLineBreak:"\u0647\u0645\u06CC\u0634\u0647 \u0628\u067E\u06CC\u0686\u06CC\u062F",isShowContextMenu:"\u521B\u5EFA\u53F3\u952E\u83DC\u5355",toggleBeta:"\u0648\u06CC\u0698\u06AF\u06CC \u0647\u0627\u06CC \u0622\u0632\u0645\u0627\u06CC\u0634 \u0628\u062A\u0627 \u0631\u0627 \u0641\u0639\u0627\u0644 \u06A9\u0646\u06CC\u062F",betaDescription:"\u0648\u06CC\u0698\u06AF\u06CC\u200C\u0647\u0627\u06CC\u06CC \u0631\u0627 \u06A9\u0647 \u0647\u0646\u0648\u0632 \u0622\u0632\u0645\u0627\u06CC\u0634\u06CC \u0647\u0633\u062A\u0646\u062F \u0648 \u0647\u0645\u0686\u0646\u06CC\u0646 \u062E\u062F\u0645\u0627\u062A \u062A\u0631\u062C\u0645\u0647 \u0631\u0627 \u062F\u0631 \u0622\u0632\u0645\u0627\u06CC\u0634 \u0641\u0639\u0627\u0644 \u06A9\u0646\u06CC\u062F. \u0639\u0636\u0648<1>\u06AF\u0631\u0648\u0647 \u062A\u0644\u06AF\u0631\u0627\u0645 \u0634\u0648\u06CC\u062F \u0628\u06CC\u0634\u062A\u0631 \u0628\u062F\u0627\u0646\u06CC\u062F.",translationLineBreakSettingDescription:"\u5BF9\u4E8E\u8BD1\u6587\u7684\u4F4D\u7F6E\uFF1A\u603B\u662F\u6362\u884C/\u667A\u80FD\u6362\u884C\uFF08\u5F53\u6BB5\u843D\u591A\u4E8E{count}\u4E2A\u5B57\u7B26\u624D\u6362\u884C\u663E\u793A\u8BD1\u6587\uFF09",tempTranslateDomainTitle:"\u0686\u0647 \u0645\u062F\u062A \u0628\u0631\u0627\u06CC \u0641\u0639\u0627\u0644 \u06A9\u0631\u062F\u0646 \u0645\u0648\u0642\u062A \u062A\u0631\u062C\u0645\u0647 \u0648\u0628 \u0633\u0627\u06CC\u062A",tempTranslateDomainDescription:"\u5F53\u624B\u52A8\u7FFB\u8BD1\u67D0\u4E2A\u7F51\u9875\u7684\u65F6\u5019\uFF0C\u4E34\u65F6\u5F00\u542F\u8BE5\u7F51\u7AD9\u4E3A\u81EA\u52A8\u7FFB\u8BD1",xMinutes:"{count} \u062F\u0642\u06CC\u0642\u0647",disabled:"\u063A\u06CC\u0631 \u0641\u0639\u0627\u0644 \u06A9\u0631\u062F\u0646",changelog:"\u062A\u063A\u06CC\u06CC\u0631 \u06AF\u0632\u0627\u0631\u0634",toggleTranslatePageWhenThreeFingersOnTheScreen:"\u0628\u0631\u0627\u06CC \u062A\u0631\u062C\u0645\u0647 \u0635\u0641\u062D\u0647 \u0648\u0628/\u0646\u0645\u0627\u06CC\u0634 \u0645\u062A\u0646 \u0627\u0635\u0644\u06CC\u060C \u0647\u0645\u0632\u0645\u0627\u0646 \u0628\u0627 \u0686\u0646\u062F\u06CC\u0646 \u0627\u0646\u06AF\u0634\u062A \u0635\u0641\u062D\u0647 \u0631\u0627 \u0644\u0645\u0633 \u06A9\u0646\u06CC\u062F",toggleTranslationMaskWhenThreeFingersOnTheScreen:"\u0686\u0646\u062F\u06CC\u0646 \u0627\u0646\u06AF\u0634\u062A \u0631\u0627 \u0628\u0647 \u0637\u0648\u0631 \u0647\u0645\u0632\u0645\u0627\u0646 \u0644\u0645\u0633 \u06A9\u0646\u06CC\u062F \u062A\u0627 \u062C\u0644\u0648\u0647 \u062A\u0627\u0631\u06CC \u062A\u0631\u062C\u0645\u0647 \u0646\u0634\u0627\u0646 \u062F\u0627\u062F\u0647 \u06CC\u0627 \u067E\u0646\u0647\u0627\u0646 \u0634\u0648\u062F",fingerCountToToggleTranslagePageOnlyTranslationWhenTouching:"\u0628\u0631\u0627\u06CC \u062A\u0631\u062C\u0645\u0647 \u0635\u0641\u062D\u0647 \u0648\u0628 (\u0641\u0642\u0637 \u062A\u0631\u062C\u0645\u0647)/\u0646\u0645\u0627\u06CC\u0634 \u0645\u062A\u0646 \u0627\u0635\u0644\u06CC \u0628\u0627 \u0686\u0646\u062F\u06CC\u0646 \u0627\u0646\u06AF\u0634\u062A \u0647\u0645\u0632\u0645\u0627\u0646 \u0635\u0641\u062D\u0647 \u0631\u0627 \u0644\u0645\u0633 \u06A9\u0646\u06CC\u062F",addUrlDescription:"\u0627\u06CC\u0646 \u0645\u06CC \u062A\u0648\u0627\u0646\u062F \u06CC\u06A9 \u0646\u0627\u0645 \u062F\u0627\u0645\u0646\u0647 \u0628\u0627\u0634\u062F \u0648 \u0627\u0632 \u062D\u0631\u0648\u0641 \u0639\u0627\u0645 \u067E\u0634\u062A\u06CC\u0628\u0627\u0646\u06CC \u0645\u06CC \u06A9\u0646\u062F\u060C \u0645\u0627\u0646\u0646\u062F\uFF1A*.google.com\u060C google.com/mail/*\u060C https://www.google.com/*",general:"\u062A\u0646\u0638\u06CC\u0645\u0627\u062A \u067E\u0627\u06CC\u0647",clickToExpandConfig:"\u06AF\u0633\u062A\u0631\u0634 \u067E\u06CC\u06A9\u0631\u0628\u0646\u062F\u06CC \u0641\u0639\u0644\u06CC",import:"\u4ECE\u6587\u4EF6\u5BFC\u5165\u914D\u7F6E",export:"\u0635\u0627\u062F\u0631\u0627\u062A \u0628\u0647 \u0641\u0627\u06CC\u0644",toggleDebug:"\u06AF\u0632\u0627\u0631\u0634 \u0647\u0627\u06CC \u0627\u0634\u06A9\u0627\u0644 \u0632\u062F\u0627\u06CC\u06CC \u0631\u0627 \u0631\u0648\u06CC \u06A9\u0646\u0633\u0648\u0644 \u0686\u0627\u067E \u06A9\u0646\u06CC\u062F","fingers.0":"\u0628\u0633\u062A\u0647","fingers.2":"\u0644\u0645\u0633 \u062F\u0648 \u0627\u0646\u06AF\u0634\u062A\u06CC","fingers.3":"\u0644\u0645\u0633 \u0633\u0647 \u0627\u0646\u06AF\u0634\u062A","fingers.4":"\u0644\u0645\u0633 \u0686\u0647\u0627\u0631 \u0627\u0646\u06AF\u0634\u062A","fingers.5":"\u0644\u0645\u0633 \u067E\u0646\u062C \u0627\u0646\u06AF\u0634\u062A",mouseHoldKey:"+ {key} \u0627\u06CC\u0646 \u067E\u0627\u0631\u0627\u06AF\u0631\u0627\u0641 \u0631\u0627 \u062A\u0631\u062C\u0645\u0647/\u0628\u0627\u0632\u06CC\u0627\u0628\u06CC \u06A9\u0646\u06CC\u062F",mouseHoldKeyAuto:"\u0627\u06CC\u0646 \u067E\u0627\u0631\u0627\u06AF\u0631\u0627\u0641 \u0631\u0627 \u0645\u0633\u062A\u0642\u06CC\u0645\u0627\u064B \u062A\u0631\u062C\u0645\u0647 \u06A9\u0646\u06CC\u062F",mouseHoldKeyOff:"\u0647\u06CC\u0686 \u06A9\u0627\u0631\u06CC \u0646\u06A9\u0646",mouseHoldKeyOther:"\u06A9\u0644\u06CC\u062F\u0647\u0627\u06CC \u0645\u06CC\u0627\u0646\u0628\u0631 \u0633\u0641\u0627\u0631\u0634\u06CC (\u062A\u0646\u0638\u06CC\u0645\u0627\u062A \u0628\u0627\u0632)",mouseHoldKeyCustomKey:"0 \u0627\u06CC\u0646 \u067E\u0627\u0631\u0627\u06AF\u0631\u0627\u0641 \u0631\u0627 {key} / \u0628\u0627\u0632\u06CC\u0627\u0628\u06CC \u06A9\u0646\u06CC\u062F",mouseHoverHoldKey:"\u0645\u0627\u0648\u0633 \u0631\u0627 \u0646\u06AF\u0647 \u062F\u0627\u0631\u06CC\u062F \u0648 \u06A9\u0644\u06CC\u062F \u0645\u06CC\u0627\u0646\u0628\u0631 \u0631\u0627 \u0641\u0634\u0627\u0631 \u062F\u0647\u06CC\u062F \u062A\u0627 \u067E\u0627\u0631\u0627\u06AF\u0631\u0627\u0641 \u062A\u0631\u062C\u0645\u0647 \u0634\u0648\u062F","mouse-translate":"MouseTranslateWhen",document:"\u0633\u0646\u062F",resetSuccess:"\u0647\u0645\u0647 \u062A\u0646\u0638\u06CC\u0645\u0627\u062A \u0628\u0627 \u0645\u0648\u0641\u0642\u06CC\u062A \u0628\u0627\u0632\u0646\u0634\u0627\u0646\u06CC \u0634\u062F",resetThisSuccess:"\u0628\u0627\u0632\u0646\u0634\u0627\u0646\u06CC \u0628\u0627 \u0645\u0648\u0641\u0642\u06CC\u062A \u0627\u0646\u062C\u0627\u0645 \u0634\u062F",saved:"\u0628\u0627 \u0645\u0648\u0641\u0642\u06CC\u062A \u0630\u062E\u06CC\u0631\u0647 \u0634\u062F",successImportConfig:"\u067E\u06CC\u06A9\u0631\u0628\u0646\u062F\u06CC \u0628\u0627 \u0645\u0648\u0641\u0642\u06CC\u062A \u0648\u0627\u0631\u062F \u0634\u062F",goAdvancedSettings:"\u0628\u0647 \u0635\u0641\u062D\u0647 \u062A\u0646\u0638\u06CC\u0645\u0627\u062A \u067E\u06CC\u0634\u0631\u0641\u062A\u0647 \u0628\u0631\u0648\u06CC\u062F",goAdvancedInterfaceSettings:"\u0628\u0647 \u0635\u0641\u062D\u0647 \u062A\u0646\u0638\u06CC\u0645\u0627\u062A \u0633\u0641\u0627\u0631\u0634\u06CC \u0633\u0627\u0632\u06CC \u067E\u06CC\u0634\u0631\u0641\u062A\u0647 \u0628\u0631\u0648\u06CC\u062F",advanced:"\u062A\u0646\u0638\u06CC\u0645\u0627\u062A \u067E\u06CC\u0634\u0631\u0641\u062A\u0647",advancedDescription:"\u0628\u0647 \u0637\u0648\u0631 \u06A9\u0644\u06CC\u060C \u0647\u06CC\u0686 \u062A\u0646\u0638\u06CC\u0645\u06CC \u0644\u0627\u0632\u0645 \u0646\u06CC\u0633\u062A\u060C \u0641\u0642\u0637 \u067E\u06CC\u0634 \u0641\u0631\u0636 \u0631\u0627 \u062D\u0641\u0638 \u06A9\u0646\u06CC\u062F. \u0641\u0642\u0637 \u0628\u0631\u0627\u06CC \u06A9\u0627\u0631\u0628\u0631\u0627\u0646 \u062D\u0631\u0641\u0647 \u0627\u06CC \u062A\u0631\u060C \u062A\u0646\u0638\u06CC\u0645\u0627\u062A \u0634\u062E\u0635\u06CC \u062A\u0631 \u0627\u0631\u0627\u0626\u0647 \u0634\u062F\u0647 \u0627\u0633\u062A.",developer:"\u062A\u0646\u0638\u06CC\u0645\u0627\u062A \u0628\u0631\u0646\u0627\u0645\u0647 \u0646\u0648\u06CC\u0633",donateCafe:"\u8BF7\u5F00\u53D1\u8005\u559D\u676F\u5496\u5561","translate to the bottom of the page":"\u6253\u5F00\u7F51\u9875\u540E\uFF0C\u662F\u5426\u7ACB\u5373\u7FFB\u8BD1\u5230\u9875\u9762\u5E95\u90E8\uFF1F",feedback:"\u0628\u0627\u0632\u062E\u0648\u0631\u062F",toggleTranslatePage:"\u062A\u0631\u062C\u0645\u0647 \u0635\u0641\u062D\u0647 \u0648\u0628/\u0646\u0645\u0627\u06CC\u0634 \u0645\u062A\u0646 \u0627\u0635\u0644\u06CC",translateToThePageEndImmediatelyDescription:"\u5F00\u542F\u540E\uFF0C\u5C06\u4F1A\u7ACB\u5373\u7FFB\u8BD1\u7F51\u9875\u4ECE\u9876\u90E8\u5230\u5E95\u90E8\u7684\u5185\u5BB9\uFF0C\u800C\u4E0D\u662F\u8FB9\u770B\u8FB9\u8BD1\u3002\uFF08\u4E0D\u63A8\u8350\u5F00\u542F\uFF09","translate all areas of the page":"\u0622\u06CC\u0627 \u0628\u0631\u0627\u06CC \u062A\u0631\u062C\u0645\u0647 \u0647\u0645\u0647 \u0642\u0633\u0645\u062A \u0647\u0627\u06CC \u0635\u0641\u062D\u0647 \u0648\u0628",translationAreaDescription:"\u5F00\u542F\u540E\uFF0C\u6574\u4E2A\u7F51\u9875\u7684\u533A\u57DF\u90FD\u4F1A\u88AB\u7FFB\u8BD1\uFF0C\u800C\u4E0D\u662F\u9ED8\u8BA4\u7684\u667A\u80FD\u8BC6\u522B\u4E3B\u8981\u533A\u57DF\u53BB\u7FFB\u8BD1\uFF08\u4E0D\u63A8\u8350\u5F00\u542F\uFF09","the number of characters to be translated first":"\u524D\u591A\u5C11\u4E2A\u5B57\u7B26\u65E0\u9700\u7B49\u5F85\u6EDA\u52A8\u5230\u53EF\u89C6\u533A\u57DF\uFF0C\u76F4\u63A5\u7FFB\u8BD1\uFF1F","interface language":"\u0632\u0628\u0627\u0646 \u0631\u0627\u0628\u0637","display both the original text and the translation":"\u0646\u0645\u0627\u06CC\u0634 \u0645\u062A\u0646 \u0627\u0635\u0644\u06CC \u0648 \u062A\u0631\u062C\u0645\u0647 \u0628\u0647 \u0637\u0648\u0631 \u0647\u0645\u0632\u0645\u0627\u0646","keyboard shortcuts":"\u0645\u06CC\u0627\u0646\u0628\u0631\u0647\u0627\u06CC \u0635\u0641\u062D\u0647 \u06A9\u0644\u06CC\u062F",modify:"\u06A9\u0644\u06CC\u062F\u0647\u0627\u06CC \u0645\u06CC\u0627\u0646\u0628\u0631 \u0631\u0627 \u062A\u063A\u06CC\u06CC\u0631 \u062F\u0647\u06CC\u062F",reset:"\u062A\u0646\u0638\u06CC\u0645 \u0645\u062C\u062F\u062F",close:"\u0628\u0633\u062A\u0647",homepage:"\u0635\u0641\u062D\u0647 \u0646\u062E\u0633\u062A",more:"\u0628\u06CC\u0634\u062A\u0631",moreOptions:"\u06AF\u0632\u06CC\u0646\u0647 \u0647\u0627\u06CC \u0633\u0641\u0627\u0631\u0634\u06CC \u0633\u0627\u0632\u06CC \u0628\u06CC\u0634\u062A\u0631\u06CC \u0631\u0627 \u06AF\u0633\u062A\u0631\u0634 \u062F\u0647\u06CC\u062F",translateTheWholePage:"\u062A\u0631\u062C\u0645\u0647 \u062A\u0645\u0627\u0645 \u0642\u0633\u0645\u062A\u200C\u0647\u0627\u06CC \u0635\u0641\u062D\u0647 (\u0645\u062A\u0641\u0627\u0648\u062A \u0627\u0632 \u0642\u0633\u0645\u062A\u200C\u0647\u0627\u06CC \u0627\u0635\u0644\u06CC \u062A\u0634\u062E\u06CC\u0635 \u0647\u0648\u0634\u0645\u0646\u062F)",changeToTranslateTheWholePage:"\u5207\u6362\u4E3A\u7FFB\u8BD1\u9875\u9762\u6240\u6709\u533A\u57DF",changeToTranslateTheMainPage:"\u5207\u6362\u4E3A\u667A\u80FD\u7FFB\u8BD1\u4E3B\u8981\u533A\u57DF",changeToOnlyTranslationMode:"\u0628\u0647 \u0646\u0645\u0627\u06CC\u0634 \u0641\u0642\u0637 \u062A\u0631\u062C\u0645\u0647 \u0647\u0627 \u0628\u0631\u0648\u06CC\u062F",changeToDualTranslationMode:"\u0628\u0647 \u062A\u0631\u062C\u0645\u0647 \u062F\u0648 \u0632\u0628\u0627\u0646\u0647 \u0628\u0631\u0648\u06CC\u062F",translateToThePageEndImmediately:"\u7ACB\u5373\u7FFB\u8BD1\u5230\u9875\u9762\u5E95\u90E8\uFF08\u533A\u522B\u4E8E\u6EDA\u52A8\u7FFB\u8BD1\uFF09",translateTheMainPage:"\u0632\u0645\u06CC\u0646\u0647 \u0647\u0627\u06CC \u0627\u0635\u0644\u06CC \u062A\u0631\u062C\u0645\u0647 \u0647\u0648\u0634\u0645\u0646\u062F","The local rules are up to date":"\u0642\u0648\u0627\u0646\u06CC\u0646 \u0633\u0627\u0632\u06AF\u0627\u0631\u06CC \u0645\u062D\u0644\u06CC \u0628\u0647 \u0631\u0648\u0632 \u0647\u0633\u062A\u0646\u062F:","Successfully synchronized with the latest official rules:":"\u0622\u062E\u0631\u06CC\u0646 \u0642\u0648\u0627\u0646\u06CC\u0646 \u0627\u0646\u0637\u0628\u0627\u0642 \u0631\u0633\u0645\u06CC \u0628\u0627 \u0645\u0648\u0641\u0642\u06CC\u062A \u0647\u0645\u06AF\u0627\u0645 \u0633\u0627\u0632\u06CC \u0634\u062F:","Checking for updates":"\u0628\u0631\u0631\u0633\u06CC \u0628\u0647 \u0631\u0648\u0632 \u0631\u0633\u0627\u0646\u06CC","Rules are being synchronized":"\u0647\u0645\u06AF\u0627\u0645 \u0633\u0627\u0632\u06CC \u0642\u0648\u0627\u0646\u06CC\u0646 \u0633\u0627\u0632\u06AF\u0627\u0631\u06CC",localVersionIsTooOld:"\u672C\u5730\u6269\u5C55\u7248\u672C\u8FC7\u65E7\uFF0C\u8BF7\u5347\u7EA7\u6269\u5C55\u5230 {minVersion} \u6216\u4E4B\u540E\u7684\u7248\u672C\u518D\u5C1D\u8BD5\u540C\u6B65",badUserscriptBrowser:"\u8BE5\u6D4F\u89C8\u5668\u672A\u6B63\u786E\u5B9E\u73B0\u6CB9\u7334\u7684\u63A5\u53E3\uFF0C\u8BF7\u4F7F\u7528\u5176\u4ED6<1>\u652F\u6301\u6CB9\u7334\u7684\u6D4F\u89C8\u5668\u5982(Firefox Nightly \u7248\u672C)",foundNewVersion:"\u0646\u0633\u062E\u0647 \u062C\u062F\u06CC\u062F \u067E\u06CC\u062F\u0627 \u0634\u062F",theLocalExtensionIsUpToUpdate:"\u0627\u0641\u0632\u0648\u0646\u0647 \u0641\u0639\u0644\u06CC \u0622\u062E\u0631\u06CC\u0646 \u0646\u0633\u062E\u0647 \u0627\u0633\u062A.",failToSyncRules:"\u0647\u0645\u06AF\u0627\u0645 \u0633\u0627\u0632\u06CC \u0622\u062E\u0631\u06CC\u0646 \u0642\u0648\u0627\u0646\u06CC\u0646 \u0627\u0646\u0637\u0628\u0627\u0642 \u0627\u0646\u062C\u0627\u0645 \u0646\u0634\u062F",retry:"\u062C\u0647\u062A \u062A\u0644\u0627\u0634 \u062F\u0648\u0628\u0627\u0631\u0647 \u0627\u06CC\u0646\u062C\u0627 \u06A9\u0644\u06CC\u06A9 \u06A9\u0646\u06CC\u062F",failedReason:"\u062F\u0644\u06CC\u0644 \u0634\u06A9\u0633\u062A",currentRuleVersion:"\u0646\u0633\u062E\u0647 \u0642\u0627\u0646\u0648\u0646 \u0641\u0639\u0644\u06CC",calculating:"\u062F\u0631 \u062D\u0627\u0644 \u0645\u062D\u0627\u0633\u0628\u0647",unknownError:"\u0627\u0634\u062A\u0628\u0627\u0647 \u0646\u0627\u0634\u0646\u0627\u062E\u062A\u0647",canNotFetchRemoteRule:"\u0646\u0645\u06CC \u062A\u0648\u0627\u0646 \u0642\u0648\u0627\u0646\u06CC\u0646 \u0631\u0627\u0647 \u062F\u0648\u0631 \u0631\u0627 \u062F\u0631\u06CC\u0627\u0641\u062A \u06A9\u0631\u062F",enableAlphaSuccess:"\u062A\u0627\u0628\u0639 \u0622\u0644\u0641\u0627 \u0631\u0648\u0634\u0646 \u0634\u062F",disableAlphaSuccess:"\u0648\u06CC\u0698\u06AF\u06CC \u0622\u0644\u0641\u0627 \u062E\u0627\u0645\u0648\u0634 \u0634\u062F",cacheSize:"\u0627\u0646\u062F\u0627\u0632\u0647 \u06A9\u0634\uFF1A",cleaning:"\u062A\u0645\u06CC\u0632 \u06A9\u0631\u062F\u0646",cleanCache:"\u067E\u0627\u06A9 \u06A9\u0631\u062F\u0646 \u062D\u0627\u0641\u0638\u0647 \u067E\u0646\u0647\u0627\u0646",options:"\u0628\u0631\u067E\u0627\u06CC\u06CC",about:"\u062F\u0631 \u0628\u0627\u0631\u0647",service:"\u062E\u062F\u0645\u0627\u062A \u062A\u0631\u062C\u0645\u0647",needAction:"(\u0628\u0647 \u062A\u0646\u0638\u06CC\u0645\u0627\u062A \u0628\u0631\u0648\u06CC\u062F)",goSettings:"\u0628\u0647 \u062A\u0646\u0638\u06CC\u0645\u0627\u062A \u0628\u0631\u0648\u06CC\u062F",needActionForOptions:"(\u0646\u06CC\u0627\u0632 \u0628\u0647 \u062A\u0646\u0638\u06CC\u0645)",translationEngine:"\u06AF\u0632\u06CC\u0646\u0647 \u0647\u0627\u06CC \u0645\u0648\u062A\u0648\u0631",sourceLanguage:"\u0632\u0628\u0627\u0646 \u0627\u0635\u0644\u06CC",target:"\u0632\u0628\u0627\u0646 \u0645\u0642\u0635\u062F",popupSourceLanguage:"\u0632\u0628\u0627\u0646 \u0627\u0635\u0644\u06CC",popupTarget:"\u0632\u0628\u0627\u0646 \u0645\u0642\u0635\u062F",popupService:"\u062E\u062F\u0645\u0627\u062A \u062A\u0631\u062C\u0645\u0647",forThisSite:"\u0648\u0628 \u0633\u0627\u06CC\u062A \u0641\u0639\u0644\u06CC",autoEnableSubtitle:"\u0632\u06CC\u0631\u0646\u0648\u06CC\u0633\u200C\u0647\u0627\u06CC \u062F\u0648\u0632\u0628\u0627\u0646\u0647 \u0631\u0627 \u0628\u0647\u200C\u0637\u0648\u0631 \u062E\u0648\u062F\u06A9\u0627\u0631 \u0631\u0648\u0634\u0646 \u06A9\u0646\u06CC\u062F",alwaysTranslateSomeLanguage:"\u603B\u662F\u7FFB\u8BD1{language}",neverTranslateSomeLanguage:"\u6C38\u4E0D\u7FFB\u8BD1{language}",alwaysTranslateSomeSite:"\u0647\u0645\u06CC\u0634\u0647 {hostname}\u0631\u0627 \u062A\u0631\u062C\u0645\u0647 \u06A9\u0646\u06CC\u062F",neverTranslateSomeSite:"\u0647\u0631\u06AF\u0632 {hostname}\u0631\u0627 \u062A\u0631\u062C\u0645\u0647 \u0646\u06A9\u0646\u06CC\u062F",alwaysTranslateSomeSiteOrWildSite:"\u0647\u0645\u06CC\u0634\u0647 \u0627\u06CC\u0646 \u0633\u0627\u06CC\u062A \u0631\u0627 \u062A\u0631\u062C\u0645\u0647 \u06A9\u0646\u06CC\u062F",alwaysTranslateSomePage:"\u0647\u0645\u06CC\u0634\u0647 \u0627\u06CC\u0646 \u0635\u0641\u062D\u0647 \u0631\u0627 \u062A\u0631\u062C\u0645\u0647 \u06A9\u0646\u06CC\u062F",add:"\u0627\u0636\u0627\u0641\u0647 \u06A9\u0631\u062F\u0646 \u0628\u0647",default:"\u067E\u06CC\u0634 \u0641\u0631\u0636",forThisLanguage:"\u0628\u0631\u0627\u06CC \u0627\u06CC\u0646 \u0632\u0628\u0627\u0646\uFF1A","add url":"\u0622\u062F\u0631\u0633 \u0627\u06CC\u0646\u062A\u0631\u0646\u062A\u06CC \u0631\u0627 \u0648\u0627\u0631\u062F \u06A9\u0646\u06CC\u062F",edit:"\u0648\u06CC\u0631\u0627\u06CC\u0634 \u06A9\u0646\u06CC\u062F","translate other languages into specific language":"\u0632\u0628\u0627\u0646 \u0647\u0627\u06CC \u062F\u06CC\u06AF\u0631 \u0631\u0627 \u0628\u0647 \u0632\u0628\u0627\u0646\u06CC \u06A9\u0647 \u062A\u0646\u0638\u06CC\u0645 \u06A9\u0631\u062F\u0647 \u0627\u06CC\u062F \u062A\u0631\u062C\u0645\u0647 \u06A9\u0646\u06CC\u062F","select translation service":"\u062E\u062F\u0645\u0627\u062A \u062A\u0631\u062C\u0645\u0647 \u0631\u0627 \u0627\u0646\u062A\u062E\u0627\u0628 \u06A9\u0646\u06CC\u062F",language:"\u0632\u0628\u0627\u0646","show-original":"\u0646\u0645\u0627\u06CC\u0634 \u0645\u062A\u0646 \u0627\u0635\u0644\u06CC",translate:"\u062A\u0631\u062C\u0645\u0647 \u06A9\u0631\u062F\u0646",Translated:"\u062A\u0631\u062C\u0645\u0647 \u0634\u062F\u0647",Translating:"\u062F\u0631 \u062D\u0627\u0644 \u062A\u0631\u062C\u0645\u0647",Error:"\u0627\u0634\u062A\u0628\u0627\u0647",allowCacheTranslations:"\u0641\u0639\u0627\u0644 \u06A9\u0631\u062F\u0646 \u062D\u0627\u0641\u0638\u0647 \u067E\u0646\u0647\u0627\u0646 \u062A\u0631\u062C\u0645\u0647 \u0645\u062D\u0644\u06CC (\u0628\u0631\u0627\u06CC \u06A9\u0627\u0647\u0634 \u062F\u0631\u062E\u0648\u0627\u0633\u062A \u0647\u0627\u06CC \u062A\u0631\u062C\u0645\u0647 \u0628\u0631\u0627\u06CC \u067E\u0627\u0631\u0627\u06AF\u0631\u0627\u0641 \u0647\u0627\u06CC \u062A\u06A9\u0631\u0627\u0631\u06CC)","translation display":"\u0633\u0628\u06A9 \u0646\u0645\u0627\u06CC\u0634 \u062A\u0631\u062C\u0645\u0647","select diplay style":"\u0633\u0628\u06A9 \u062A\u0631\u062C\u0645\u0647 \u0631\u0627 \u0645\u062A\u0645\u0627\u06CC\u0632 \u06A9\u0646\u06CC\u062F. \u0644\u0637\u0641\u0627\u064B \u0628\u0631\u0627\u06CC \u062C\u0632\u0626\u06CC\u0627\u062A \u0628\u06CC\u0634\u062A\u0631 \u0628\u0647 \u0645\u062B\u0627\u0644 \u0647\u0627\u06CC \u0632\u06CC\u0631 \u0645\u0631\u0627\u062C\u0639\u0647 \u06A9\u0646\u06CC\u062F:",interface:"\u062A\u0646\u0638\u06CC\u0645\u0627\u062A \u0631\u0627\u0628\u0637",import_export:"\u0648\u0627\u0631\u062F\u0627\u062A \u0648 \u0635\u0627\u062F\u0631\u0627\u062A",import_export_title:"\u067E\u06CC\u06A9\u0631\u0628\u0646\u062F\u06CC \u0648\u0627\u0631\u062F\u0627\u062A/\u0635\u0627\u062F\u0631\u0627\u062A",syncToGoogleDrive:"\u0627\u06A9\u0646\u0648\u0646 \u0628\u0627 Google Drive \u0647\u0645\u06AF\u0627\u0645 \u0633\u0627\u0632\u06CC \u06A9\u0646\u06CC\u062F",floatBallOptions:"\u062A\u0646\u0638\u06CC\u0645\u0627\u062A \u062A\u0648\u067E \u0645\u0639\u0644\u0642","floatBallOptions.enable":"\u062A\u0648\u067E \u0634\u0646\u0627\u0648\u0631 \u0631\u0627 \u0641\u0639\u0627\u0644 \u06A9\u0646\u06CC\u062F","floatBallOptions.blockUrls":"\u0648\u0628 \u0633\u0627\u06CC\u062A \u0631\u0627 \u063A\u06CC\u0631 \u0641\u0639\u0627\u0644 \u06A9\u0646\u06CC\u062F","floatBallOptions.add":"\u0627\u0636\u0627\u0641\u0647 \u06A9\u0631\u062F\u0646 \u0628\u0647","floatBallOptions.blockUrlDesc":"\u062A\u0648\u067E \u0634\u0646\u0627\u0648\u0631 \u0647\u0646\u06AF\u0627\u0645 \u0628\u0631\u062E\u0648\u0631\u062F \u0628\u0627 \u0648\u0628 \u0633\u0627\u06CC\u062A \u0647\u0627\u06CC \u0632\u06CC\u0631 \u0646\u0645\u0627\u06CC\u0634 \u062F\u0627\u062F\u0647 \u0646\u0645\u06CC \u0634\u0648\u062F","floatBallOptions.clickType":"\u0631\u0641\u062A\u0627\u0631 \u06A9\u0644\u06CC\u06A9\u06CC","floatBallOptions.clickTypeDesc":"\u0631\u0641\u062A\u0627\u0631 \u0646\u0645\u0627\u062F \u062A\u0648\u067E \u0634\u0646\u0627\u0648\u0631 \u0647\u0646\u06AF\u0627\u0645 \u06A9\u0644\u06CC\u06A9 \u06A9\u0631\u062F\u0646","floatBallOptions.clickPopup":"\u0646\u0645\u0627\u06CC\u0634 \u067E\u0627\u0646\u0644 \u062A\u0631\u062C\u0645\u0647","floatBallOptions.clickTranslate":"\u062A\u0631\u062C\u0645\u0647/\u0646\u0645\u0627\u06CC\u0634 \u0645\u062A\u0646 \u0627\u0635\u0644\u06CC","floatBallOptions.fixedPosition":"\u56FA\u5B9A\u4F4D\u7F6E","floatBallOptions.fixedPositionDesc":"\u60AC\u6D6E\u7403\u5728\u7A97\u53E3\u5DE6\u4FA7\u8FD8\u662F\u53F3\u4FA7","floatBallOptions.fixedPositionLeft":"\u5DE6\u4FA7","floatBallOptions.fixedPositionRight":"\u53F3\u4FA7",previewAllThemes:"\u067E\u06CC\u0634 \u0646\u0645\u0627\u06CC\u0634 \u0647\u0645\u0647 \u0633\u0628\u06A9 \u0647\u0627","translationTheme.none":"\u0647\u06CC\u0686 \u06CC\u06A9","translationTheme.grey":"\u062E\u0627\u06A9\u0633\u062A\u0631\u06CC \u062A\u06CC\u0631\u0647","translationTheme.dashed":"\u0632\u06CC\u0631 \u062E\u0637 \u0686\u06CC\u0646","translationTheme.dotted":"\u0632\u06CC\u0631 \u062E\u0637 \u0646\u0642\u0637\u0647 \u062F\u0627\u0631","translationTheme.dashedBorder":"\u0645\u0631\u0632 \u0634\u06A9\u0633\u062A\u0647","translationTheme.solidBorder":"\u0645\u0631\u0632 \u062C\u0627\u0645\u062F","translationTheme.underline":"\u0632\u06CC\u0631 \u062E\u0637 \u0645\u0633\u062A\u0642\u06CC\u0645","translationTheme.mask":"\u062C\u0644\u0648\u0647 \u062A\u0627\u0631\u06CC (\u062D\u0627\u0644\u062A \u06CC\u0627\u062F\u06AF\u06CC\u0631\u06CC)","translationTheme.opacity":"\u0627\u062B\u0631 \u0634\u0641\u0627\u0641\u06CC\u062A","translationTheme.paper":"\u0627\u0641\u06A9\u062A \u0633\u0627\u06CC\u0647 \u06A9\u0627\u063A\u0630 \u0633\u0641\u06CC\u062F","translationTheme.dividingLine":"\u062E\u0637 \u062A\u0642\u0633\u06CC\u0645","translationTheme.highlight":"\u0628\u0631\u062C\u0633\u062A\u0647","translationTheme.marker":"\u0646\u0634\u0627\u0646\u06AF\u0631","translationTheme.marker2":"\u0646\u0634\u0627\u0646\u06AF\u0631 2","translationTheme.blockquote":"\u0633\u0628\u06A9 \u0645\u0631\u062C\u0639","translationTheme.weakening":"\u062A\u0636\u0639\u06CC\u0641 \u0634\u0648\u062F","translationTheme.italic":"\u0645\u0648\u0631\u0628","translationTheme.bold":"\u067E\u0631\u0631\u0646\u06AF","translationTheme.thinDashed":"\u0632\u06CC\u0631 \u062E\u0637 \u0686\u06CC\u0646 \u0646\u0627\u0632\u06A9","translationTheme.nativeDashed":"\u0627\u06CC\u0646 \u0633\u06CC\u0633\u062A\u0645 \u062F\u0627\u0631\u0627\u06CC \u062E\u0637 \u0632\u06CC\u0631 \u0646\u0642\u0637\u0647\u200C\u062F\u0627\u0631 \u0627\u0633\u062A","translationTheme.nativeDotted":"\u0627\u06CC\u0646 \u0633\u06CC\u0633\u062A\u0645 \u062F\u0627\u0631\u0627\u06CC \u062E\u0637 \u0632\u06CC\u0631 \u0646\u0642\u0637\u0647\u200C\u062F\u0627\u0631 \u0627\u0633\u062A","translationTheme.nativeUnderline":"\u0627\u06CC\u0646 \u0633\u06CC\u0633\u062A\u0645 \u062F\u0627\u0631\u0627\u06CC \u062E\u0637 \u0645\u0633\u062A\u0642\u06CC\u0645 \u0627\u0633\u062A","translationTheme.wavy":"\u062E\u0637\u0648\u0637 \u0645\u0648\u0627\u062C","translationServices.custom":"API \u0633\u0641\u0627\u0631\u0634\u06CC","translationServices.tencent":"\u0645\u062A\u0631\u062C\u0645 \u062A\u0646\u0633\u0646\u062A","translationServices.tenAlpha":"\u0645\u062A\u0631\u062C\u0645 \u062A\u0646\u0633\u0646\u062A (\u0622\u0644\u0641\u0627)","translationServices.google":"\u0645\u062A\u0631\u062C\u0645 \u06AF\u0648\u06AF\u0644","translationServices.bai":"\u0628\u0627\u06CC\u062F\u0648 (\u0622\u0644\u0641\u0627)","translationServices.baidu":"\u0645\u062A\u0631\u062C\u0645 \u0628\u0627\u06CC\u062F\u0648","translationServices.aliyun":"\u062A\u0631\u062C\u0645\u0647 \u0627\u0628\u0631\u06CC \u0639\u0644\u06CC \u0628\u0627\u0628\u0627","translationServices.volc":"\u062A\u0631\u062C\u0645\u0647 \u0622\u062A\u0634\u0641\u0634\u0627\u0646","translationServices.deeplx":"DeepLX(Alpha)","translationServices.bing":"\u5FC5\u5E94\u7FFB\u8BD1","translationServices.deepl":"DeepL","translationServices.wechat":"\u062A\u0631\u062C\u0645\u0647 \u0648\u06CC \u0686\u062A","translationServices.azure":"\u5FAE\u8F6F\u7FFB\u8BD1","translationServices.ibm":"\u0622\u06CC \u0628\u06CC \u0627\u0645 \u0648\u0627\u062A\u0633\u0648\u0646","translationServices.aws":"\u062A\u0631\u062C\u0645\u0647 \u0622\u0645\u0627\u0632\u0648\u0646","translationServices.mock":"\u6A21\u62DF\u7FFB\u8BD11","translationServices.mock2":"\u062A\u0631\u062C\u0645\u0647 \u0634\u0628\u06CC\u0647 \u0633\u0627\u0632\u06CC \u0634\u062F\u0647 2","translationServices.caiyun":"\u06A9\u0627\u06CC\u0648\u0646 \u0634\u06CC\u0627\u0626\u0648\u06CC","translationServices.cai":"\u5F69\u4E91\u5C0F\u8BD1","translationServices.volcAlpha":"\u706B\u5C71\u7FFB\u8BD1(Alpha)","translationServices.openl":"OpenL","translationServices.youdao":"\u062A\u0631\u062C\u0645\u0647 \u06CC\u0648\u062F\u0627\u0626\u0648","translationServices.you":"\u062A\u0631\u062C\u0645\u0647 \u06CC\u0648\u062F\u0627\u0626\u0648 (\u0622\u0644\u0641\u0627)","translationServices.transmart":"\u062A\u0631\u062C\u0645\u0647 \u062A\u0639\u0627\u0645\u0644\u06CC Tencent","translationServices.niu":"\u062A\u0631\u062C\u0645\u0647 \u0645\u0627\u0648\u0631\u06CC\u06A9\u0633","translationServices.papago":"Papago\u7FFB\u8BD1","translationServices.d":"Deepl(Alpha)","translationServices.dpro":"\u062F\u06CC \u067E\u0631\u0648 (\u0642\u0646\u0627\u0631\u06CC)","translationServices.openai":"OpenAI","translationServices.yandex":"Yandex","translationServices.chatgpt":"ChatGPT Web (\u0645\u0648\u0628\u0627\u06CC\u0644 3.5)","translate title":"\u0639\u0646\u0648\u0627\u0646 \u0635\u0641\u062D\u0647 \u0631\u0627 \u062A\u0631\u062C\u0645\u0647 \u06A9\u0646\u06CC\u062F","always languages":"\u0647\u0645\u06CC\u0634\u0647 \u0632\u0628\u0627\u0646 \u062A\u0631\u062C\u0645\u0647 \u0634\u062F\u0647",neverTranslateLanguagesLabel:"\u0632\u0628\u0627\u0646 \u0647\u0627\u06CC\u06CC \u06A9\u0647 \u0647\u0631\u06AF\u0632 \u062A\u0631\u062C\u0645\u0647 \u0646\u0645\u06CC \u0634\u0648\u0646\u062F",neverTranslateTheFollowingLanguagesDescription:"\u5F53\u9875\u9762\u4E2D\u67D0\u4E00\u6BB5\u843D\u7684\u8BED\u8A00\u4E3A\u4E0B\u5217\u8BED\u8A00\u65F6\uFF0C\u4F1A\u81EA\u52A8\u8DF3\u8FC7\u7FFB\u8BD1\u8BE5\u6BB5\u843D",enableUserscriptPagePopup:"\u603B\u662F\u5728\u9875\u9762\u4E0A\u5C55\u793A Popup \u6D6E\u7A97",enableUserscriptPagePopupDescription:"\u5173\u95ED\u6D6E\u7A97\u540E\uFF0C\u53EF\u4EE5\u7528\u5FEB\u6377\u952E/{touch}\u5524\u8D77\u3002\u4E3A\u9632\u6B62\u4E0D\u614E\u5173\u95ED\u8BE5\u9009\u9879\u540E\u627E\u4E0D\u5230\u6D6E\u7A97\uFF0C\u5F3A\u70C8\u5EFA\u8BAE\u6536\u85CF\u672C\u8BBE\u7F6E\u9875","always translate the following languages":"\u0647\u0646\u06AF\u0627\u0645\u06CC \u06A9\u0647 \u0632\u0628\u0627\u0646 \u0635\u0641\u062D\u0647 \u0628\u0647 \u0632\u0628\u0627\u0646 \u0647\u0627\u06CC \u0632\u06CC\u0631 \u0628\u0627\u0634\u062F\u060C \u0628\u0647 \u0637\u0648\u0631 \u062E\u0648\u062F\u06A9\u0627\u0631 \u0628\u0647 \u0632\u0628\u0627\u0646 \u0645\u0642\u0635\u062F \u062A\u0631\u062C\u0645\u0647 \u0645\u06CC \u0634\u0648\u062F","always sites":"URL \u0647\u0627\u06CC \u0647\u0645\u06CC\u0634\u0647 \u062A\u0631\u062C\u0645\u0647 \u0634\u062F\u0647","always translate the following sites":"\u0647\u0646\u06AF\u0627\u0645\u06CC \u06A9\u0647 \u0648\u0628 \u0633\u0627\u06CC\u062A \u0628\u0627 \u0646\u0627\u0645 \u062F\u0627\u0645\u0646\u0647 \u0632\u06CC\u0631 \u0628\u0627\u0634\u062F\u060C \u0628\u0647 \u0637\u0648\u0631 \u062E\u0648\u062F\u06A9\u0627\u0631 \u0628\u0647 \u0632\u0628\u0627\u0646 \u0645\u0642\u0635\u062F \u062A\u0631\u062C\u0645\u0647 \u0645\u06CC \u0634\u0648\u062F","never sites":"URL \u0647\u0627\u06CC\u06CC \u06A9\u0647 \u0647\u0631\u06AF\u0632 \u062A\u0631\u062C\u0645\u0647 \u0646\u0645\u06CC \u0634\u0648\u0646\u062F","never translate the following sites":"\u0647\u0646\u06AF\u0627\u0645\u06CC \u06A9\u0647 \u0648\u0628 \u0633\u0627\u06CC\u062A \u062F\u0627\u0631\u0627\u06CC \u0646\u0627\u0645 \u062F\u0627\u0645\u0646\u0647 \u0632\u06CC\u0631 \u0628\u0627\u0634\u062F\u060C \u062A\u0631\u062C\u0645\u0647 \u0627\u0646\u062C\u0627\u0645 \u0646\u062E\u0648\u0627\u0647\u062F \u0634\u062F","please refer to":"\u0642\u0628\u0644 \u0627\u0632 \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u0628\u0627\u06CC\u062F \u06A9\u0644\u06CC\u062F \u0631\u0627 \u067E\u0631 \u06A9\u0646\u06CC\u062F. \u0628\u0631\u0627\u06CC \u062C\u0632\u0626\u06CC\u0627\u062A \u0644\u0637\u0641\u0627\u064B \u0628\u0647",KeyAndConfigurationTutorial:'"\u0622\u0645\u0648\u0632\u0634 \u0628\u0631\u0646\u0627\u0645\u0647 \u06A9\u0627\u0631\u0628\u0631\u062F\u06CC \u0648 \u067E\u06CC\u06A9\u0631\u0628\u0646\u062F\u06CC \u06A9\u0644\u06CC\u062F"',useAboveStyleForTheseSites:"\u603B\u662F\u4F7F\u7528 {theme} \u8BD1\u6587\u6837\u5F0F\u7684\u7F51\u7AD9",currentUrl:"URL \u0641\u0639\u0644\u06CC",confirm:"\u0635\u0631\u0641\u0647 \u062C\u0648\u06CC\u06CC",cancel:"\u0644\u063A\u0648 \u06A9\u0646\u06CC\u062F",delete:"\u062D\u0630\u0641","languages.auto":"\u062A\u0634\u062E\u06CC\u0635 \u062E\u0648\u062F\u06A9\u0627\u0631",syncToCloud:"\u540C\u6B65\u5230\u4E91\u7AEF",syncToCloudDescription:"\u5F00\u542F\u540E\u53EF\u4EE5\u5728\u4E0D\u540C\u7684\u6D4F\u89C8\u5668/\u6CB9\u7334\u811A\u672C\u4E4B\u95F4\u540C\u6B65\u914D\u7F6E,\u4EE5\u6700\u540E\u4FEE\u6539\u65F6\u95F4\u4E3A\u51C6\u3002",syncToAccount:"\u0647\u0645\u06AF\u0627\u0645 \u0633\u0627\u0632\u06CC \u0628\u0627 Immersive Translation Cloud",syncToAccountButton:"\u0641\u0648\u0631\u0627\u064B \u0628\u0627 \u0627\u0628\u0631 \u0647\u0645\u06AF\u0627\u0645 \u0633\u0627\u0632\u06CC \u06A9\u0646\u06CC\u062F",syncToAccountDescription:"\u0628\u0647 \u0637\u0648\u0631 \u062E\u0648\u062F\u06A9\u0627\u0631 \u067E\u06CC\u06A9\u0631\u0628\u0646\u062F\u06CC \u0647\u0627 \u0631\u0627 \u0628\u06CC\u0646 \u062F\u0633\u062A\u06AF\u0627\u0647 \u0647\u0627\u06CC \u0645\u062E\u062A\u0644\u0641 \u0628\u0631 \u0627\u0633\u0627\u0633 \u0622\u062E\u0631\u06CC\u0646 \u0632\u0645\u0627\u0646 \u062A\u063A\u06CC\u06CC\u0631 \u0647\u0645\u06AF\u0627\u0645 \u0633\u0627\u0632\u06CC \u06A9\u0646\u06CC\u062F.",successSyncConfigInAccount:"\u0628\u0627 \u0645\u0648\u0641\u0642\u06CC\u062A \u0628\u0627 \u0627\u0628\u0631 \u0647\u0645\u06AF\u0627\u0645 \u0628\u0645\u0627\u0646\u06CC\u062F",successSyncConfigToAccount:"\u0628\u0627 \u0645\u0648\u0641\u0642\u06CC\u062A \u0628\u0627 \u0627\u0628\u0631 \u0647\u0645\u06AF\u0627\u0645\u200C\u0633\u0627\u0632\u06CC \u0634\u062F",syncConfigNoUpdate:"\u062F\u0631 \u062D\u0627\u0644 \u062D\u0627\u0636\u0631 \u062C\u062F\u06CC\u062F\u062A\u0631\u06CC\u0646",authFail:"\u0645\u062C\u0648\u0632 \u0627\u0646\u062C\u0627\u0645 \u0646\u0634\u062F",syncTitle:"\u0645\u062F\u06CC\u0631\u06CC\u062A \u067E\u0634\u062A\u06CC\u0628\u0627\u0646 \u06AF\u06CC\u0631\u06CC \u062F\u0633\u062A\u06CC",import_hint:"\u0648\u0627\u0631\u062F \u0643\u0631\u062F\u0646",upload:"\u0628\u0627\u0631\u06AF\u0630\u0627\u0631\u06CC",revokeAuth:"\u0644\u063A\u0648 \u0645\u062C\u0648\u0632",uploadFail:"\u0622\u067E\u0644\u0648\u062F \u0627\u0646\u062C\u0627\u0645 \u0646\u0634\u062F",download:"\u062F\u0627\u0646\u0644\u0648\u062F",importSuccess:"\u0648\u0627\u0631\u062F\u0627\u062A \u0628\u0627 \u0645\u0648\u0641\u0642\u06CC\u062A \u0627\u0646\u062C\u0627\u0645 \u0634\u062F",importFail:"\u0648\u0627\u0631\u062F\u0627\u062A \u0627\u0646\u062C\u0627\u0645 \u0646\u0634\u062F",deleteFail:"\u062D\u0630\u0641 \u0646\u0634\u062F",backupToCloud:"\u0641\u0627\u06CC\u0644 \u0647\u0627\u06CC \u067E\u0634\u062A\u06CC\u0628\u0627\u0646 \u0631\u0627 \u0628\u0647 \u0635\u0648\u0631\u062A \u062F\u0633\u062A\u06CC \u0645\u062F\u06CC\u0631\u06CC\u062A \u06A9\u0646\u06CC\u062F",create_new_backup:"\u0627\u0636\u0627\u0641\u0647 \u06A9\u0631\u062F\u0646 \u06AF\u0631\u0647 \u067E\u0634\u062A\u06CC\u0628\u0627\u0646",maxBackupFiles:"\u062A\u0627{count}\u06AF\u0631\u0647 \u0645\u062E\u062A\u0644\u0641 \u0631\u0627 \u0645\u06CC \u062A\u0648\u0627\u0646 \u067E\u0634\u062A\u06CC\u0628\u0627\u0646 \u06AF\u06CC\u0631\u06CC \u06A9\u0631\u062F\u060C \u0644\u0637\u0641\u0627 \u06AF\u0631\u0647 \u0647\u0627\u06CC \u063A\u06CC\u0631 \u0636\u0631\u0648\u0631\u06CC \u0631\u0627 \u062D\u0630\u0641 \u06A9\u0646\u06CC\u062F",backupToCloudDescription:"\u0641\u0627\u06CC\u0644 \u0647\u0627\u06CC \u067E\u0634\u062A\u06CC\u0628\u0627\u0646 \u0631\u0627 \u0628\u0647 \u0635\u0648\u0631\u062A \u062F\u0633\u062A\u06CC \u0622\u067E\u0644\u0648\u062F \u06CC\u0627 \u0628\u0627\u0632\u06CC\u0627\u0628\u06CC \u06A9\u0646\u06CC\u062F\u060C \u062A\u0627 \u062D\u062F\u0627\u06A9\u062B\u0631 3 \u0646\u0633\u062E\u0647 \u067E\u0634\u062A\u06CC\u0628\u0627\u0646 \u062A\u0647\u06CC\u0647 \u06A9\u0646\u06CC\u062F",successSyncConfig:"\u0628\u0627 \u0645\u0648\u0641\u0642\u06CC\u062A \u0628\u0627 \u0627\u0628\u0631 \u0647\u0645\u06AF\u0627\u0645 \u0628\u0645\u0627\u0646\u06CC\u062F",syncFail:"\u0647\u0645\u06AF\u0627\u0645 \u0633\u0627\u0632\u06CC \u0627\u0646\u062C\u0627\u0645 \u0646\u0634\u062F",updatedAt:"\u0628\u0647 \u0631\u0648\u0632 \u0634\u062F\u0647 \u062F\u0631 {date}",lastSyncedAt:"\u0622\u062E\u0631\u06CC\u0646 \u0628\u0631\u0631\u0633\u06CC \u062F\u0631 {date}",downloadFail:"\u062F\u0627\u0646\u0644\u0648\u062F \u0646\u0634\u062F",clickToDownload:"\u0628\u0631\u0627\u06CC \u062F\u0627\u0646\u0644\u0648\u062F \u06A9\u0644\u06CC\u06A9 \u06A9\u0646\u06CC\u062F",aboutLabel:"\u062F\u0631\u0628\u0627\u0631\u0647 - \u0628\u0627\u0632\u062E\u0648\u0631\u062F","browser.openAboutPage":"\u5173\u4E8E/\u53CD\u9988/\u8D5E\u52A9",aboutLabelWithoutSponsor:"\u062F\u0631\u0628\u0627\u0631\u0647 - \u0628\u0627\u0632\u062E\u0648\u0631\u062F",aboutIntro:"\u8BE5\u6269\u5C55\u514D\u8D39\u4F7F\u7528\uFF0C\u5E0C\u671B\u6211\u4EEC\u90FD\u80FD\u66F4\u52A0\u5BB9\u6613\u4E14\u6109\u60A6\u5730\u83B7\u53D6\u4E92\u8054\u7F51\u4E0A\u5DE8\u5927\u7684\u5916\u8BED\u4FE1\u606F \u2764\uFE0F

\u611F\u8C22\u8FD9\u4E9B<1>\u8D5E\u52A9\u8005\u4EEC, \u7531\u4E8E\u4ED6/\u5979\u4EEC\u7684\u652F\u6301\uFF0C\u66F4\u591A\u7684\u4EBA\u53EF\u4EE5\u514D\u8D39\u5730\u4F7F\u7528\u8FD9\u4E2A\u5DE5\u5177\u3002\u5982\u679C\u6709\u4F59\u529B\uFF0C\u4F60\u53EF\u4EE5<2>\u70B9\u51FB\u8FD9\u91CC\u8D5E\u52A9\u6211\u7684\u5DE5\u4F5C\uFF0C\u4F60\u8FD8\u53EF\u4EE5\u5173\u6CE8\u6211\u7684<3>\u63A8\u7279\uFF0C<4>Telegram \u9891\u9053\u4EE5\u53CA\u4E0B\u65B9\u7684<5>\u90AE\u4EF6\u8BA2\u9605\u8FFD\u8E2A\u66F4\u65B0\u3002",aboutIntroWithoutSponsor:"\u8BE5\u6269\u5C55\u514D\u8D39\u4F7F\u7528\uFF0C\u5E0C\u671B\u6211\u4EEC\u90FD\u80FD\u66F4\u52A0\u5BB9\u6613\u4E14\u6109\u60A6\u5730\u83B7\u53D6\u4E92\u8054\u7F51\u4E0A\u5DE8\u5927\u7684\u5916\u8BED\u4FE1\u606F \u2764\uFE0F ",projectHomepage:"\u0635\u0641\u062D\u0647 \u0627\u0635\u0644\u06CC \u067E\u0631\u0648\u0698\u0647",joinTelegramGroup:"\u52A0\u5165 Telegram \u7FA4\u53C2\u4E0E\u529F\u80FD\u8BA8\u8BBA",wechatPublicAccount:"\u062D\u0633\u0627\u0628 \u0639\u0645\u0648\u0645\u06CC \u0648\u06CC \u0686\u062A",wechatCommunities:"\u06AF\u0631\u0648\u0647 \u0627\u0631\u062A\u0628\u0627\u0637\u06CC \u0648\u06CC \u0686\u062A",qqCommunities:"\u06A9\u0627\u0646\u0627\u0644 \u0627\u0631\u062A\u0628\u0627\u0637\u06CC QQ",joinTelegramChannel:"\u0628\u0631\u0627\u06CC \u0627\u0637\u0644\u0627\u0639 \u0627\u0632 \u0622\u062E\u0631\u06CC\u0646 \u0627\u062E\u0628\u0627\u0631 \u06A9\u0627\u0646\u0627\u0644 \u062A\u0644\u06AF\u0631\u0627\u0645 \u0631\u0627 \u062F\u0646\u0628\u0627\u0644 \u06A9\u0646\u06CC\u062F",feedbackAndJoin:"\u0628\u0627\u0632\u062E\u0648\u0631\u062F \u0645\u0634\u06A9\u0644/\u0628\u0647 \u06AF\u0631\u0648\u0647 \u0628\u067E\u06CC\u0648\u0646\u062F\u06CC\u062F",autoSync:"\u0647\u0645\u06AF\u0627\u0645 \u0633\u0627\u0632\u06CC \u0628\u0631\u0646\u0627\u0645\u0647 \u0631\u06CC\u0632\u06CC \u0634\u062F\u0647 \u062E\u0648\u062F\u06A9\u0627\u0631",loadingThemeTitle:"\u0633\u0628\u06A9 \u0628\u0627\u0631\u06AF\u06CC\u0631\u06CC",loadingThemeDescription:"\u0647\u0646\u06AF\u0627\u0645 \u0627\u0646\u062A\u0638\u0627\u0631 \u0628\u0631\u0627\u06CC \u0628\u0627\u0631\u06AF\u06CC\u0631\u06CC \u062A\u0631\u062C\u0645\u0647\u060C \u0633\u0628\u06A9 \u0631\u0627 \u062A\u0646\u0638\u06CC\u0645 \u06A9\u0646\u06CC\u062F","loadingTheme.spinner":"\u8F6C\u5708\u52A8\u753B Spinner","loadingTheme.text":"\u0645\u062A\u0646 \u0627\u06CC\u0633\u062A\u0627... ","loadingTheme.none":"\u0646\u0634\u0627\u0646 \u0646\u062F\u0647",developerDescription:"\u0627\u06CC\u0646\u062C\u0627 \u0645\u06CC \u062A\u0648\u0627\u0646\u06CC\u062F <1> \u0631\u0627 \u06A9\u0644\u06CC\u06A9 \u06A9\u0646\u06CC\u062F \u0645\u0634\u0627\u0647\u062F\u0647 \u0627\u0633\u0646\u0627\u062F \u0645\u0631\u0628\u0648\u0637 \u0628\u0647 \u0633\u0641\u0627\u0631\u0634\u06CC \u0633\u0627\u0632\u06CC \u067E\u06CC\u0634\u0631\u0641\u062A\u0647","edit border color":"\u0631\u0646\u06AF \u062D\u0627\u0634\u06CC\u0647 \u0631\u0627 \u062A\u063A\u06CC\u06CC\u0631 \u062F\u0647\u06CC\u062F",successSyncButNoChange:"\u067E\u06CC\u06A9\u0631\u0628\u0646\u062F\u06CC \u0641\u0639\u0644\u06CC \u0628\u0627 \u0627\u0628\u0631 \u0633\u0627\u0632\u06AF\u0627\u0631 \u0627\u0633\u062A",customTheme:"\u0631\u0646\u06AF \u0647\u0627 \u0648 \u0627\u0646\u062F\u0627\u0632\u0647 \u0647\u0627\u06CC \u0633\u0641\u0627\u0631\u0634\u06CC","customThemeLabel.borderColor":"\u0631\u0646\u06AF \u0644\u0628\u0647","customThemeLabel.borderRadius":"\u06AF\u0648\u0634\u0647 \u0647\u0627\u06CC \u06AF\u0631\u062F \u062D\u0627\u0634\u06CC\u0647","customThemeLabel.textColor":"\u0631\u0646\u06AF \u0645\u062A\u0646","customThemeLabel.backgroundColor":"\u0631\u0646\u06AF \u067E\u0633 \u0632\u0645\u06CC\u0646\u0647","customThemeLabel.zoom":"\u0645\u0642\u06CC\u0627\u0633 \u0628\u0646\u062F\u06CC \u0642\u0644\u0645 (%)","customThemeLabel.opacity":"\u06A9\u062F\u0648\u0631\u062A \u0645\u062A\u0646 (%)",resetToDefaultColor:"\u0628\u0647 \u0631\u0646\u06AF \u067E\u06CC\u0634 \u0641\u0631\u0636 \u0628\u0631\u06AF\u0631\u062F\u06CC\u062F",resetToDefaultSettings:"\u0628\u0647 \u062A\u0646\u0638\u06CC\u0645\u0627\u062A \u067E\u06CC\u0634 \u0641\u0631\u0636 \u0628\u0631\u06AF\u0631\u062F\u06CC\u062F",isTranslateTitle:"\u0639\u0646\u0627\u0648\u06CC\u0646 \u0635\u0641\u062D\u0627\u062A \u0648\u0628 \u062A\u0631\u062C\u0645\u0647 \u0634\u062F\u0647 \u0631\u0627 \u0631\u0648\u0634\u0646 \u06A9\u0646\u06CC\u062F",isTranslateTitleDescription:"\u0648\u0642\u062A\u06CC \u0631\u0648\u0634\u0646 \u0634\u062F\u060C \u0639\u0646\u0648\u0627\u0646 \u0635\u0641\u062D\u0647 \u0648\u0628 \u062A\u0631\u062C\u0645\u0647 \u062E\u0648\u0627\u0647\u062F \u0634\u062F",enableSearchEnhancement:"\u0628\u0647\u0628\u0648\u062F \u0627\u0637\u0644\u0627\u0639\u0627\u062A \u062F\u0648 \u0632\u0628\u0627\u0646\u0647 \u0631\u0627 \u0641\u0639\u0627\u0644 \u06A9\u0646\u06CC\u062F",enableSearchEnhancementDescription:"\u067E\u0633 \u0627\u0632 \u0631\u0648\u0634\u0646 \u0634\u062F\u0646\u060C \u0646\u062A\u0627\u06CC\u062C \u062C\u0633\u062A\u062C\u0648\u06CC \xABGoogle News\xBB \u0645\u0631\u0628\u0648\u0637 \u0628\u0647 \u06A9\u0644\u06CC\u062F\u0648\u0627\u0698\u0647\u200C\u0647\u0627\u06CC \u0627\u0646\u06AF\u0644\u06CC\u0633\u06CC \u0628\u0647\u200C\u0637\u0648\u0631 \u062E\u0648\u062F\u06A9\u0627\u0631 \u062F\u0631 \u0633\u062A\u0648\u0646 \u0633\u0645\u062A \u0631\u0627\u0633\u062A \u0648\u0628\u200C\u0633\u0627\u06CC\u062A\u200C\u0647\u0627\u06CC \u067E\u0634\u062A\u06CC\u0628\u0627\u0646\u06CC\u200C\u0634\u062F\u0647 (Google News\u060C Google Search (\u0628\u0631\u062E\u06CC \u06A9\u0644\u0645\u0627\u062A \u06A9\u0644\u06CC\u062F\u06CC)\u060C Snowball\u060C Oriental Fortune\u060C Futu\u060C \u0627\u0646\u062C\u0645\u0646 \u0628\u0628\u0631) \u0646\u0645\u0627\u06CC\u0634 \u062F\u0627\u062F\u0647 \u0645\u06CC\u200C\u0634\u0648\u0646\u062F.",verifyService:"\u0628\u0631\u0627\u06CC \u062A\u0633\u062A \u0633\u0631\u0648\u06CC\u0633 \u0627\u06CC\u0646\u062C\u0627 \u06A9\u0644\u06CC\u06A9 \u06A9\u0646\u06CC\u062F",verified:"\u062A\u0623\u06CC\u06CC\u062F \u0628\u0627 \u0645\u0648\u0641\u0642\u06CC\u062A \u0627\u0646\u062C\u0627\u0645 \u0634\u062F","field.langs":"\u06A9\u062F\u0647\u0627\u06CC \u0632\u0628\u0627\u0646 \u067E\u0634\u062A\u06CC\u0628\u0627\u0646\u06CC \u0634\u062F\u0647","field.model":"\u0645\u062F\u0644","field.translationEngine":"\u0645\u0648\u062A\u0648\u0631 \u062A\u0631\u062C\u0645\u0647","field.limitPerMinute":"\u062D\u062F\u0627\u06A9\u062B\u0631 \u062A\u0639\u062F\u0627\u062F \u062F\u0631\u062E\u0648\u0627\u0633\u062A \u062F\u0631 \u062F\u0642\u06CC\u0642\u0647","field.limitPerSecond":"\u062D\u062F\u0627\u06A9\u062B\u0631 \u062A\u0639\u062F\u0627\u062F \u062F\u0631\u062E\u0648\u0627\u0633\u062A \u062F\u0631 \u062B\u0627\u0646\u06CC\u0647","field.maxTextLengthPerRequest":"\u062D\u062F\u0627\u06A9\u062B\u0631 \u0637\u0648\u0644 \u0645\u062A\u0646 \u062F\u0631 \u0647\u0631 \u062F\u0631\u062E\u0648\u0627\u0633\u062A","field.maxTextGroupLengthPerRequest":"\u062D\u062F\u0627\u06A9\u062B\u0631 \u062A\u0639\u062F\u0627\u062F \u067E\u0627\u0631\u0627\u06AF\u0631\u0627\u0641 \u062F\u0631 \u0647\u0631 \u062F\u0631\u062E\u0648\u0627\u0633\u062A","field.apiUrl":"\u0622\u062F\u0631\u0633 \u0631\u0627\u0628\u0637 API \u0633\u0641\u0627\u0631\u0634\u06CC","field.placeholderDelimiters":"\u0645\u062A\u063A\u06CC\u0631\u0647\u0627\u06CC \u0631\u0632\u0631\u0648 \u0634\u062F\u0647","description.custom":"\u062F\u0633\u062A\u0631\u0633\u06CC \u0628\u0647 \u0631\u0627\u0628\u0637 \u0633\u0641\u0627\u0631\u0634\u06CC \u0628\u0647 \u0627\u0633\u0646\u0627\u062F \u0645\u0631\u062C\u0639 \u0646\u06CC\u0627\u0632 \u062F\u0627\u0631\u062F","description.limitPerMinute":"\u8BF7\u6C42\u6570\u8D85\u8FC7\u8BE5\u9650\u5236\u65F6\u4F1A\u88AB\u6682\u65F6\u7981\u7528\uFF0C\u76F4\u5230\u4E0B\u4E00\u5206\u949F\u5F00\u59CB\uFF0C\u9ED8\u8BA4\u8BBE\u7F6E\u4E3A OpenAI \u8BD5\u7528\u7248\u7684\u8BF7\u6C42\u9650\u5236","description.limitPerSecond":"\u0648\u0642\u062A\u06CC \u062A\u0639\u062F\u0627\u062F \u062F\u0631\u062E\u0648\u0627\u0633\u062A \u0647\u0627 \u0627\u0632 \u0627\u06CC\u0646 \u062D\u062F \u0628\u06CC\u0634\u062A\u0631 \u0634\u0648\u062F\u060C \u062A\u0627 \u0627\u0628\u062A\u062F\u0627\u06CC \u062B\u0627\u0646\u06CC\u0647 \u0628\u0639\u062F \u0648\u0627\u0631\u062F \u062D\u0627\u0644\u062A \u0635\u0641 \u0645\u06CC \u0634\u0648\u062F. \u0628\u0627 \u062A\u0648\u062C\u0647 \u0628\u0647 \u0645\u062D\u062F\u0648\u062F\u06CC\u062A\u200C\u0647\u0627\u06CC \u0645\u062E\u062A\u0644\u0641 \u0633\u0631\u0648\u06CC\u0633 \u0641\u0639\u0644\u06CC OpenAI\u060C \u0644\u0637\u0641\u0627\u064B <1> \u0631\u0627 \u0627\u06CC\u0646\u062C\u0627 \u06A9\u0644\u06CC\u06A9 \u06A9\u0646\u06CC\u062F \u0622\u062E\u0631\u06CC\u0646 \u0645\u0642\u0627\u062F\u06CC\u0631 \u062A\u0648\u0635\u06CC\u0647 \u0634\u062F\u0647 \u0631\u0627 \u0645\u0634\u0627\u0647\u062F\u0647 \u06A9\u0646\u06CC\u062F","description.generalLimitPerSecond":"\u0648\u0642\u062A\u06CC \u062A\u0639\u062F\u0627\u062F \u062F\u0631\u062E\u0648\u0627\u0633\u062A \u0647\u0627 \u0627\u0632 \u0627\u06CC\u0646 \u062D\u062F \u0628\u06CC\u0634\u062A\u0631 \u0634\u0648\u062F\u060C \u062A\u0627 \u0627\u0628\u062A\u062F\u0627\u06CC \u062B\u0627\u0646\u06CC\u0647 \u0628\u0639\u062F \u0648\u0627\u0631\u062F \u062D\u0627\u0644\u062A \u0635\u0641 \u0645\u06CC \u0634\u0648\u062F.","description.prompt":"\u0628\u0647 \u0639\u0646\u0648\u0627\u0646 \u06A9\u0627\u0631\u0628\u0631\u060C \u06AF\u0641\u062A\u06AF\u0648 \u0631\u0627 \u0628\u0647 {service} \u0627\u0631\u0633\u0627\u0644 \u06A9\u0646\u06CC\u062F\u060C \u06A9\u0647 \u062F\u0631 \u0622\u0646 {{text}} \u0645\u062D\u062A\u0648\u0627\u06CC \u0645\u062A\u0646 \u067E\u0627\u0631\u0627\u06AF\u0631\u0627\u0641\u060C {{from}} \u0632\u0628\u0627\u0646 \u067E\u0627\u0631\u0627\u06AF\u0631\u0627\u0641 \u0648 {{to}} \u0632\u0628\u0627\u0646 \u0645\u0642\u0635\u062F \u0631\u0627 \u0646\u0634\u0627\u0646 \u0645\u06CC \u062F\u0647\u062F.","description.maxTextLengthPerRequest":"\u9ED8\u8BA4\u4F1A\u5408\u5E76\u591A\u4E2A\u6BB5\u843D\uFF0C\u4EE5\u51CF\u5C11\u8BF7\u6C42\u6B21\u6570\uFF0C\u4F46\u662F\u5982\u679C\u6BB5\u843D\u603B\u957F\u5EA6\u8FC7\u957F\uFF0C\u4E5F\u53EF\u80FD\u4F1A\u5BFC\u81F4\u63A5\u53E3\u7684\u54CD\u5E94\u53D8\u6162\uFF0C\u56E0\u6B64\u53EF\u4EE5\u5C1D\u8BD5\u8C03\u6574\u8BE5\u9009\u9879\u6765\u4F18\u5316\u901F\u5EA6","description.systemPrompt":"\u0645\u06A9\u0627\u0644\u0645\u0647 \u0628\u0647 \u0639\u0646\u0648\u0627\u0646 \u0633\u06CC\u0633\u062A\u0645 \u0628\u0647 OpenAI \u0627\u0631\u0633\u0627\u0644 \u0645\u06CC \u0634\u0648\u062F\u060C \u06A9\u0647 \u062F\u0631 \u0622\u0646 {{text}} \u0646\u0634\u0627\u0646 \u062F\u0647\u0646\u062F\u0647 \u0645\u062D\u062A\u0648\u0627\u06CC \u0645\u062A\u0646 \u067E\u0627\u0631\u0627\u06AF\u0631\u0627\u0641\u060C{{from}} \u0646\u0634\u0627\u0646 \u062F\u0647\u0646\u062F\u0647 \u0632\u0628\u0627\u0646 \u067E\u0627\u0631\u0627\u06AF\u0631\u0627\u0641\u060C \u0648{{to}} \u0646\u0634\u0627\u0646 \u062F\u0647\u0646\u062F\u0647 \u0632\u0628\u0627\u0646 \u0645\u0642\u0635\u062F \u0627\u0633\u062A.","field.domain":"\u0631\u0634\u062A\u0647","description.domain":"\u067E\u06CC\u0634 \u0641\u0631\u0636\uFF1A\u0639\u0645\u0648\u0645\u06CC \u0627\u0633\u062A. \u0641\u0642\u0637 \u0632\u0645\u0627\u0646\u06CC \u0645\u06CC\u200C\u062A\u0648\u0627\u0646 \u0622\u0646 \u0631\u0627 \u062A\u0646\u0638\u06CC\u0645 \u06A9\u0631\u062F \u06A9\u0647 \u062A\u0631\u062C\u0645\u0647 \u0645\u0628\u062A\u0646\u06CC \u0628\u0631 \u062F\u0627\u0645\u0646\u0647 \u062F\u0631 \u06A9\u0646\u0633\u0648\u0644 Youdao API \u0641\u0639\u0627\u0644 \u0628\u0627\u0634\u062F. \u0628\u0631\u0627\u06CC \u0642\u0633\u0645\u062A\u200C\u0647\u0627\u06CC \u067E\u0634\u062A\u06CC\u0628\u0627\u0646\u06CC\u200C\u0634\u062F\u0647\u060C \u0644\u0637\u0641\u0627\u064B <1> \u0631\u0627 \u0627\u06CC\u0646\u062C\u0627 \u0628\u0628\u06CC\u0646\u06CC\u062F.","field.scene":"\u0635\u062D\u0646\u0647 \u0647\u0627\u06CC","description.scene":"\u067E\u06CC\u0634 \u0641\u0631\u0636\uFF1A\u0639\u0645\u0648\u0645\u06CC \u0627\u0633\u062A. \u062A\u0646\u0647\u0627 \u0632\u0645\u0627\u0646\u06CC \u0645\u06CC\u200C\u062A\u0648\u0627\u0646 \u0622\u0646 \u0631\u0627 \u062A\u0646\u0638\u06CC\u0645 \u06A9\u0631\u062F \u06A9\u0647 \u0646\u0633\u062E\u0647 \u062D\u0631\u0641\u0647\u200C\u0627\u06CC \u062A\u0631\u062C\u0645\u0647 \u0645\u0627\u0634\u06CC\u0646\u06CC \u062F\u0631 \u06A9\u0646\u0633\u0648\u0644 Alibaba Cloud API \u0641\u0639\u0627\u0644 \u0634\u0648\u062F. \u0628\u0631\u0627\u06CC \u0633\u0646\u0627\u0631\u06CC\u0648\u0647\u0627\u06CC \u067E\u0634\u062A\u06CC\u0628\u0627\u0646\u06CC \u0634\u062F\u0647 \u0628\u0647 <1> \u0627\u06CC\u0646\u062C\u0627 \u0645\u0631\u0627\u062C\u0639\u0647 \u06A9\u0646\u06CC\u062F.","field.vocabId":"\u0634\u0646\u0627\u0633\u0647 \u0641\u0631\u0647\u0646\u06AF \u0644\u063A\u062A \u06A9\u0627\u0631\u0628\u0631","description.vocabId":"\u0641\u0631\u0647\u0646\u06AF \u0644\u063A\u062A \u0645\u0634\u062E\u0635 \u0634\u062F\u0647 out_id \u062F\u0631 \u062D\u0627\u0644 \u062D\u0627\u0636\u0631 \u0627\u0632 \u062A\u0631\u062C\u0645\u0647 \u0627\u0646\u06AF\u0644\u06CC\u0633\u06CC \u0628\u0647 \u0686\u06CC\u0646\u06CC \u067E\u0634\u062A\u06CC\u0628\u0627\u0646\u06CC \u0645\u06CC \u06A9\u0646\u062F.","description.model":"\u0645\u062F\u0644 OpenAI \u0645\u06CC \u062A\u0648\u0627\u0646\u062F gpt-3.5-turbo\u060C gpt-4 \u0648 \u063A\u06CC\u0631\u0647 \u0628\u0627\u0634\u062F.","description.maxTextGroupLengthPerRequest":"\u062A\u0639\u062F\u0627\u062F \u067E\u0627\u0631\u0627\u06AF\u0631\u0627\u0641\u200C\u0647\u0627\u06CC\u06CC \u06A9\u0647 \u0647\u0631 \u0628\u0627\u0631 \u0628\u0647 \u0633\u0631\u0648\u06CC\u0633 \u062A\u0631\u062C\u0645\u0647 \u0627\u0631\u0633\u0627\u0644 \u0645\u06CC\u200C\u0634\u0648\u0646\u062F. \u0627\u06AF\u0631 \u062A\u0639\u062F\u0627\u062F \u067E\u0627\u0631\u0627\u06AF\u0631\u0627\u0641\u200C\u0647\u0627 \u0628\u06CC\u0634 \u0627\u0632 \u062D\u062F \u0628\u0627\u0634\u062F\u060C \u067E\u0627\u0633\u062E \u0631\u0627\u0628\u0637 \u0645\u0645\u06A9\u0646 \u0627\u0633\u062A \u06A9\u0646\u062F \u0634\u0648\u062F.","description.apiUrl":"\u8BF7\u6DFB\u52A0\u5177\u4F53\u5E26\u6709\u8DEF\u5F84\u7684\u7F51\u5740",enabledExtension:"\u0627\u0641\u0632\u0648\u0646\u0647 \u0631\u0627 \u0641\u0639\u0627\u0644 \u06A9\u0646\u06CC\u062F",clickToDisableExtension:"\u0628\u0631\u0627\u06CC \u063A\u06CC\u0631\u0641\u0639\u0627\u0644 \u06A9\u0631\u062F\u0646 \u0627\u0641\u0632\u0648\u0646\u0647 \u06A9\u0644\u06CC\u06A9 \u06A9\u0646\u06CC\u062F",clickToEnableExtension:"\u0628\u0631\u0627\u06CC \u0641\u0639\u0627\u0644 \u06A9\u0631\u062F\u0646 \u0628\u0631\u0646\u0627\u0645\u0647 \u0627\u0641\u0632\u0648\u062F\u0646\u06CC \u06A9\u0644\u06CC\u06A9 \u06A9\u0646\u06CC\u062F",hasBeenDisabled:"\u0645\u0639\u0644\u0648\u0644","show password":"\u0646\u0645\u0627\u06CC\u0634 \u0631\u0645\u0632 \u0639\u0628\u0648\u0631",customContent:"\u8F93\u5165\u81EA\u5B9A\u4E49\u5185\u5BB9",inputOptions:"\u0628\u0647\u0628\u0648\u062F \u062C\u0639\u0628\u0647 \u0648\u0631\u0648\u062F\u06CC",mouseHoverOptions:"\u0645\u0627\u0648\u0633 \u0628\u0631",modifyMouseHoverKey:"\u06A9\u0644\u06CC\u062F\u0647\u0627\u06CC \u0645\u06CC\u0627\u0646\u0628\u0631 \u0645\u0627\u0648\u0633 \u0631\u0627 \u062A\u063A\u06CC\u06CC\u0631 \u062F\u0647\u06CC\u062F",enableInputTranslation:"\u0641\u0639\u0627\u0644 \u06A9\u0631\u062F\u0646 \u0628\u0647\u0628\u0648\u062F \u062C\u0639\u0628\u0647 \u0648\u0631\u0648\u062F\u06CC",enableInputTranslationDescription:"\u067E\u0633 \u0627\u0632 \u0641\u0639\u0627\u0644 \u06A9\u0631\u062F\u0646{trailingKey}\u060C \u0645\u0633\u062A\u0642\u06CC\u0645\u0627\u064B {startingKey}{startingKey} hello \u0631\u0627 \u062F\u0631 \u06A9\u0627\u062F\u0631 \u0648\u0631\u0648\u062F\u06CC \u0648\u0627\u0631\u062F \u06A9\u0646\u06CC\u062F \u0648 \u0633\u067E\u0633 \u0628\u0647 \u0633\u0631\u0639\u062A \u0631\u0648\u06CC{inputTrailingTriggerKeyRepeatTimes}\u062F\u0648 \u0628\u0627\u0631 \u06A9\u0644\u06CC\u06A9 \u06A9\u0646\u06CC\u062F \u062A\u0627 \u0622\u0646 \u0631\u0627 \u0628\u0647 {inputTargetLanguage}\u062A\u0628\u062F\u06CC\u0644 \u06A9\u0646\u06CC\u062F.",enableInputTranslationDescriptionForNoneKey:"{trailingKey}\u0641\u0639\u0627\u0644 \u06A9\u0631\u062F\u0646 \u0622\u0646\u060C \u0645\u0633\u062A\u0642\u06CC\u0645\u0627\u064B\uFF1Ahello world \u0631\u0627 \u062F\u0631 \u06A9\u0627\u062F\u0631 \u0648\u0631\u0648\u062F\u06CC \u0648\u0627\u0631\u062F \u06A9\u0646\u06CC\u062F \u0648 \u0633\u067E\u0633 \u0628\u0647 \u0633\u0631\u0639\u062A{inputTrailingTriggerKeyRepeatTimes}\u0628\u0627\u0631 \u06A9\u0644\u06CC\u06A9 \u06A9\u0646\u06CC\u062F \u062A\u0627 \u0628\u0647 \u0632\u0628\u0627\u0646 \u0645\u0642\u0635\u062F \u067E\u06CC\u0634 \u0641\u0631\u0636 \u062A\u0631\u062C\u0645\u0647 \u0634\u0648\u062F.",inputTargetLanguage:"\u0632\u0628\u0627\u0646 \u0645\u0642\u0635\u062F \u067E\u06CC\u0634 \u0641\u0631\u0636 \u06A9\u0627\u062F\u0631 \u0648\u0631\u0648\u062F\u06CC \u0631\u0627 \u062A\u0646\u0638\u06CC\u0645 \u06A9\u0646\u06CC\u062F",inputTargetLanguageDescription:"\u0632\u0628\u0627\u0646 \u0645\u0642\u0635\u062F \u067E\u06CC\u0634\u200C\u0641\u0631\u0636 \u0628\u0631\u0627\u06CC \u062A\u0631\u062C\u0645\u0647 \u062C\u0639\u0628\u0647 \u0648\u0631\u0648\u062F\u06CC\u060C \u06A9\u0647 {startingKey}{startingKey} \u0628\u0647 \u0639\u0646\u0648\u0627\u0646 \u0632\u0628\u0627\u0646 \u067E\u06CC\u0634\u200C\u0641\u0631\u0636 \u0628\u0631\u0627\u06CC \u06A9\u0644\u0645\u0627\u062A \u0631\u0627\u0647\u200C\u0627\u0646\u062F\u0627\u0632 \u0627\u0633\u062A",inputTargetLanguageDescriptionForNoneKey:"\u0632\u0628\u0627\u0646 \u0645\u0642\u0635\u062F \u067E\u06CC\u0634\u200C\u0641\u0631\u0636 \u0628\u0631\u0627\u06CC \u062A\u0631\u062C\u0645\u0647\u200C\u0647\u0627\u06CC \u062C\u0639\u0628\u0647 \u0648\u0631\u0648\u062F\u06CC",inputStartingTriggerKeyTitle:"\u06A9\u0627\u0631\u0627\u06A9\u062A\u0631\u0647\u0627\u06CC \u062A\u0642\u0633\u06CC\u0645 \u0631\u0627 \u0628\u0631\u0627\u06CC \u062A\u0631\u062C\u0645\u0647 \u062C\u0632\u0626\u06CC \u06A9\u0627\u062F\u0631 \u0648\u0631\u0648\u062F\u06CC \u062A\u0646\u0638\u06CC\u0645 \u06A9\u0646\u06CC\u062F",inputStartingTriggerKeyDescription:"\u0647\u0646\u06AF\u0627\u0645\u06CC \u06A9\u0647 \u0646\u06CC\u0627\u0632\u06CC \u0628\u0647 \u062A\u0631\u062C\u0645\u0647 \u06A9\u0644 \u06A9\u0627\u062F\u0631 \u0648\u0631\u0648\u062F\u06CC \u0646\u062F\u0627\u0631\u06CC\u062F\u060C \u062C\u062F\u0627\u06A9\u0646\u0646\u062F\u0647 \u0628\u0647 \u0634\u0645\u0627 \u0627\u062C\u0627\u0632\u0647 \u0645\u06CC \u062F\u0647\u062F \u0641\u0642\u0637 \u0642\u0633\u0645\u062A \u0631\u0627 {startingKey}{startingKey} \u0628\u0647 \u0627\u0646\u062A\u0647\u0627\u06CC \u06A9\u0627\u062F\u0631 \u0648\u0631\u0648\u062F\u06CC \u062A\u0631\u062C\u0645\u0647 \u06A9\u0646\u06CC\u062F\u060C \u06CC\u0627 \u0645\u06CC \u062A\u0648\u0627\u0646\u06CC\u062F \u06A9\u062F \u0632\u0628\u0627\u0646 \u0631\u0627 \u0645\u0634\u062E\u0635 \u06A9\u0646\u06CC\u062F\u060C \u0628\u0647 \u0639\u0646\u0648\u0627\u0646 \u0645\u062B\u0627\u0644\u060C\uFF1A{startingKey}ja \u0628\u0647 \u0645\u0639\u0646\u0627\u06CC \u0641\u0642\u0637 \u062A\u0631\u062C\u0645\u0647 \u0627\u0633\u062A. \u0642\u0633\u0645\u062A \u0627\u0632 {startingKey}ja \u062A\u0627 \u0627\u0646\u062A\u0647\u0627\u06CC \u062C\u0639\u0628\u0647 \u0648\u0631\u0648\u062F\u06CC.",inputStartingTriggerKeyDescriptionForNoneKey:"\u062F\u0631 \u062D\u0627\u0644 \u062D\u0627\u0636\u0631 \u0628\u062F\u0648\u0646 \u0646\u06CC\u0627\u0632 \u0628\u0647 \u067E\u06CC\u0634\u0648\u0646\u062F \u062A\u0646\u0638\u06CC\u0645 \u0634\u062F\u0647 \u0627\u0633\u062A \u0648 \u0628\u0631\u062E\u06CC \u0627\u0632 \u0639\u0645\u0644\u06A9\u0631\u062F\u0647\u0627\u06CC \u062A\u0631\u062C\u0645\u0647 \u0645\u062A\u0646 \u062C\u0639\u0628\u0647 \u0648\u0631\u0648\u062F\u06CC \u0645\u0648\u0642\u062A\u0627\u064B \u062F\u0631 \u062F\u0633\u062A\u0631\u0633 \u0646\u06CC\u0633\u062A\u0646\u062F.",inputTrailingTriggerKeyTitle:"\u06CC\u06A9 \u06A9\u0627\u0631\u0627\u06A9\u062A\u0631 \u0645\u0627\u0634\u0647 \u0627\u06CC \u0631\u0627 \u0627\u0646\u062A\u062E\u0627\u0628 \u06A9\u0646\u06CC\u062F \u06A9\u0647 \u0628\u0647 \u0648\u0631\u0648\u062F\u06CC \u067E\u0627\u06CC\u0627\u0646 \u0645\u06CC \u062F\u0647\u062F",inputTrailingTriggerKeyDescription:"\u0628\u0627 \u0632\u062F\u0646{trailingKey} 3 \u0628\u0627\u0631 \u0645\u062A\u0648\u0627\u0644\u06CC\u060C \u062A\u0631\u062C\u0645\u0647 \u0634\u0631\u0648\u0639 \u0645\u06CC \u0634\u0648\u062F",inputTrailingTriggerKeyTimeout:"\u0641\u0627\u0635\u0644\u0647 \u0628\u06CC\u0646 \u0645\u0627\u0634\u0647 \u0647\u0627 \u0631\u0627 \u0628\u0631\u0627\u06CC \u067E\u0627\u06CC\u0627\u0646 \u062F\u0627\u062F\u0646 \u0628\u0647 \u062A\u0631\u06A9\u06CC\u0628 \u0648\u0627\u0631\u062F \u06A9\u0646\u06CC\u062F.",inputTrailingTriggerKeyTimeoutDescription:"\u0632\u0645\u0627\u0646 \u0641\u0627\u0635\u0644\u0647 (\u0645\u06CC\u0644\u06CC \u062B\u0627\u0646\u06CC\u0647) \u0631\u0627 \u0628\u0631\u0627\u06CC \u0648\u0631\u0648\u062F\u06CC \u0628\u0631\u0627\u06CC \u067E\u0627\u06CC\u0627\u0646 \u062F\u0627\u062F\u0646 \u0628\u0647 \u0645\u062D\u0631\u06A9 \u062A\u0631\u06A9\u06CC\u0628\u06CC \u062A\u0646\u0638\u06CC\u0645 \u06A9\u0646\u06CC\u062F",spaceKey:"",noneKey:"\u0628\u062F\u0648\u0646 \u0646\u06CC\u0627\u0632 \u0628\u0647 \u067E\u06CC\u0634\u0648\u0646\u062F\u060C \u0628\u0647 \u0637\u0648\u0631 \u0645\u0633\u062A\u0642\u06CC\u0645 \u06A9\u0644 \u062C\u0639\u0628\u0647 \u0645\u062A\u0646 \u0631\u0627 \u062A\u0631\u062C\u0645\u0647 \u06A9\u0646\u06CC\u062F",inputTranslationBlockUrlsTitle:"\u0647\u0631\u06AF\u0632 \u067E\u06CC\u0634\u0631\u0641\u062A \u0647\u0627\u06CC \u0641\u06CC\u0644\u062F \u0648\u0631\u0648\u062F\u06CC \u0631\u0627 \u062F\u0631 URL \u0647\u0627 \u0641\u0639\u0627\u0644 \u0646\u06A9\u0646\u06CC\u062F",inputTranslationBlockUrlsDescription:"\u062F\u0631 \u0622\u062F\u0631\u0633\u200C\u0647\u0627\u06CC \u0627\u06CC\u0646\u062A\u0631\u0646\u062A\u06CC \u0632\u06CC\u0631\u060C \u0628\u0647\u0628\u0648\u062F \u06A9\u0627\u062F\u0631 \u0648\u0631\u0648\u062F\u06CC \u0627\u062B\u0631\u06CC \u0646\u062E\u0648\u0627\u0647\u062F \u062F\u0627\u0634\u062A",clickToSeeQuickDemo:"\u0628\u0631\u0627\u06CC \u06AF\u0633\u062A\u0631\u0634 \u0648\u06CC\u062F\u06CC\u0648\u06CC \u0622\u0645\u0648\u0632\u0634 \u0633\u0631\u06CC\u0639 30 \u062B\u0627\u0646\u06CC\u0647 \u0627\u06CC \u06A9\u0644\u06CC\u06A9 \u06A9\u0646\u06CC\u062F",inputHelperInfo:"\u0646\u06A9\u062A\u0647\uFF1A: \u0645\u0627 \u0628\u0647 \u0637\u0648\u0631 \u062E\u0627\u0635 \u0627\u06CC\u0646 \u0645\u0648\u0636\u0648\u0639 \u0631\u0627 \u0628\u0647\u06CC\u0646\u0647 \u0633\u0627\u0632\u06CC \u06A9\u0631\u062F\u0647 \u0627\u06CC\u0645 \u06A9\u0647 \u062F\u0631 \u0622\u0646 \u0628\u0631\u062E\u06CC \u0627\u0632 \u06A9\u0627\u0631\u0627\u06A9\u062A\u0631\u0647\u0627\u06CC \u0645\u0627\u0634\u0647 \u0628\u0647 \u0639\u0644\u0627\u0626\u0645 \u0646\u06AF\u0627\u0631\u0634\u06CC \u0686\u06CC\u0646\u06CC \u062F\u0631 \u0631\u0648\u0634 \u0648\u0631\u0648\u062F\u06CC \u0686\u06CC\u0646\u06CC \u062A\u0628\u062F\u06CC\u0644 \u0645\u06CC \u0634\u0648\u0646\u062F. \u0628\u0647 \u0639\u0646\u0648\u0627\u0646 \u0645\u062B\u0627\u0644\u060C \u062F\u0631 \u0631\u0648\u0634 \u0648\u0631\u0648\u062F\u06CC Sogou\u060C / \u0628\u0647 \u0645\u06A9\u062B \u062A\u0628\u062F\u06CC\u0644 \u0645\u06CC \u0634\u0648\u062F\u060C \u0648 \u062A\u0631\u062C\u0645\u0647 \u0647\u0645\u0647 \u062C\u0627\u0646\u0628\u0647 \u0627\u0632 \u0647\u0645\u0647 \u0646\u0645\u0627\u062F\u0647\u0627\u06CC \u0686\u06CC\u0646\u06CC \u0645\u0631\u0628\u0648\u0637 \u0628\u0647 \u067E\u0634\u062A\u06CC\u0628\u0627\u0646\u06CC \u0645\u06CC \u06A9\u0646\u062F. \u06A9\u0627\u0631\u0627\u06A9\u062A\u0631\u0647\u0627\u06CC \u0645\u0627\u0634\u0647\u060C \u06CC\u0639\u0646\u06CC //\u060C\u060C \u0647\u0645\u0647 \u0628\u0647 \u0639\u0646\u0648\u0627\u0646 \u06A9\u0627\u0631\u0627\u06A9\u062A\u0631\u0647\u0627\u06CC \u0645\u0627\u0634\u0647 \u0634\u0646\u0627\u062E\u062A\u0647 \u0645\u06CC \u0634\u0648\u0646\u062F.

\u062F\u0631 \u0639\u06CC\u0646 \u062D\u0627\u0644\u060C \u0645\u0627 \u0647\u0645\u0686\u0646\u06CC\u0646 \u0627\u0632 \u0646\u0627\u0645 \u0645\u0633\u062A\u0639\u0627\u0631 \u0686\u06CC\u0646\u06CC \u06A9\u062F\u0647\u0627\u06CC \u0632\u0628\u0627\u0646 \u0628\u0647 \u0639\u0646\u0648\u0627\u0646 \u062F\u0633\u062A\u0648\u0631\u0627\u062A \u067E\u0634\u062A\u06CC\u0628\u0627\u0646\u06CC \u0645\u06CC \u06A9\u0646\u06CC\u0645. \u0628\u0647 \u0639\u0646\u0648\u0627\u0646 \u0645\u062B\u0627\u0644\u060C /Japanese Hello World \u0628\u0647 \u0698\u0627\u067E\u0646\u06CC \u062A\u0631\u062C\u0645\u0647 \u0645\u06CC \u0634\u0648\u062F. <1> \u0628\u0631\u0627\u06CC \u0645\u0634\u0627\u0647\u062F\u0647 \u0647\u0645\u0647 \u06A9\u062F\u0647\u0627\u06CC \u0632\u0628\u0627\u0646 \u067E\u0634\u062A\u06CC\u0628\u0627\u0646\u06CC \u0634\u062F\u0647 \u0627\u06CC\u0646\u062C\u0627 \u0631\u0627 \u06A9\u0644\u06CC\u06A9 \u06A9\u0646\u06CC\u062F. .",reloadCurrentPage:"\u0644\u0637\u0641\u0627\u064B \u0642\u0628\u0644 \u0627\u0632 \u0634\u0631\u0648\u0639 \u062A\u0631\u062C\u0645\u0647 \u0635\u0641\u062D\u0647 \u0641\u0639\u0644\u06CC \u0631\u0627 \u0628\u0627\u0632\u062E\u0648\u0627\u0646\u06CC \u06A9\u0646\u06CC\u062F",noLocalFilePermissionForPDF:"\u0645\u0627 \u062F\u0631 \u062D\u0627\u0644 \u062D\u0627\u0636\u0631 \u0645\u062C\u0648\u0632 \u062E\u0648\u0627\u0646\u062F\u0646 \u0641\u0627\u06CC\u0644 \u0647\u0627\u06CC \u0645\u062D\u0644\u06CC \u0631\u0627 \u0646\u062F\u0627\u0631\u06CC\u0645. \u0644\u0637\u0641\u0627 \u0631\u0648\u06CC \u062F\u06A9\u0645\u0647 \u0628\u0627\u0644\u0627 \u06A9\u0644\u06CC\u06A9 \u06A9\u0646\u06CC\u062F \u0648 \u0641\u0627\u06CC\u0644 \u0647\u0627\u06CC \u0645\u062D\u0644\u06CC \u0631\u0627 \u0648\u0627\u0631\u062F \u06A9\u0646\u06CC\u062F.",noPermissionForThisPage:"\u26A0\uFE0F \u0627\u062C\u0627\u0632\u0647 \u062A\u0631\u062C\u0645\u0647 \u0635\u0641\u062D\u0647 \u0641\u0639\u0644\u06CC \u0648\u062C\u0648\u062F \u0646\u062F\u0627\u0631\u062F",retryAllParagraphs:"\u0647\u0645\u0647 \u067E\u0627\u0631\u0627\u06AF\u0631\u0627\u0641 \u0647\u0627\u06CC \u062E\u0637\u0627 \u0631\u0627 \u062F\u0648\u0628\u0627\u0631\u0647 \u0627\u0645\u062A\u062D\u0627\u0646 \u06A9\u0646\u06CC\u062F",retryAllButton:"\u0647\u0645\u0647 \u067E\u0627\u0631\u0627\u06AF\u0631\u0627\u0641 \u0647\u0627\u06CC \u062E\u0637\u0627 \u0631\u0627 \u062F\u0648\u0628\u0627\u0631\u0647 \u0627\u0645\u062A\u062D\u0627\u0646 \u06A9\u0646\u06CC\u062F",errorTooltipTitle:"\u0628\u0631\u0627\u06CC \u0645\u0634\u0627\u0647\u062F\u0647 \u062F\u0644\u06CC\u0644 \u062E\u0637\u0627 \u06A9\u0644\u06CC\u06A9 \u06A9\u0646\u06CC\u062F",errorModalTitle:"\u0628\u0647 \u0646\u0638\u0631 \u0645\u06CC \u0631\u0633\u062F \u0645\u0634\u06A9\u0644\u06CC \u062F\u0631 \u062E\u062F\u0645\u0627\u062A \u062A\u0631\u062C\u0645\u0647 \u06CC\u0627 \u0634\u0628\u06A9\u0647 \u0648\u062C\u0648\u062F \u062F\u0627\u0631\u062F ...",disableConfirm:"\u062A\u0646\u0638\u06CC\u0645\u0627\u062A \u0627\u0641\u0632\u0627\u06CC\u0634 \u0627\u0637\u0644\u0627\u0639\u0627\u062A \u062F\u0648 \u0632\u0628\u0627\u0646\u0647",disableOnce:"\u0627\u06CC\u0646 \u0628\u0627\u0631 \u063A\u06CC\u0631 \u0641\u0639\u0627\u0644 \u0634\u062F\u0647",disableGlobal:"\u0628\u0631\u0627\u06CC \u0647\u0645\u06CC\u0634\u0647 \u0627\u0632 \u06A9\u0627\u0631 \u0627\u0641\u062A\u0627\u062F\u0647 \u0627\u0633\u062A",disableTint:"* \u0645\u06CC \u062A\u0648\u0627\u0646\u06CC\u062F \u0622\u0646 \u0631\u0627 \u0645\u062C\u062F\u062F\u0627\u064B \u062F\u0631 {option} \u0641\u0639\u0627\u0644 \u06A9\u0646\u06CC\u062F.",searchEnhancementNotes:"\u062F\u0631\u06CC\u0627\u0641\u062A\u06CC\u0645 \u06A9\u0647 \u0646\u062A\u0627\u06CC\u062C \u0627\u062E\u0628\u0627\u0631 \u0628\u0631\u0627\u06CC \u06A9\u0644\u0645\u0627\u062A \u06A9\u0644\u06CC\u062F\u06CC \u0686\u06CC\u0646\u06CC \u0648 \u06A9\u0644\u0645\u0627\u062A \u06A9\u0644\u06CC\u062F\u06CC \u0627\u0646\u06AF\u0644\u06CC\u0633\u06CC \u0628\u0633\u06CC\u0627\u0631 \u0645\u062A\u0641\u0627\u0648\u062A \u0627\u0633\u062A. \u067E\u0633 \u0627\u0632 \u0641\u0639\u0627\u0644 \u06A9\u0631\u062F\u0646 \u0639\u0645\u0644\u06A9\u0631\u062F \u0628\u0647\u0628\u0648\u062F \u0627\u0637\u0644\u0627\u0639\u0627\u062A \u062F\u0648\u0632\u0628\u0627\u0646\u0647 \u062A\u0631\u062C\u0645\u0647 \u0647\u0645\u0647\u062C\u0627\u0646\u0628\u0647\u060C \u062F\u0631 \u0648\u0628 \u0633\u0627\u06CC\u062A \u0647\u0627\u06CC \u067E\u0634\u062A\u06CC\u0628\u0627\u0646\u06CC \u0634\u062F\u0647 (Google News\u060C \u062C\u0633\u062A\u062C\u0648\u06CC Google (\u0628\u0631\u062E\u06CC \u0627\u0632 \u06A9\u0644\u0645\u0627\u062A \u06A9\u0644\u06CC\u062F\u06CC)\u060C Snowball\u060C Oriental Fortune Network\u060C Futu \u062C\u0633\u062A\u062C\u0648 \u062E\u0648\u0627\u0647\u06CC\u0645 \u06A9\u0631\u062F. , Tiger) \u0628\u0647 \u0637\u0648\u0631 \u062E\u0648\u062F\u06A9\u0627\u0631 \u0647\u0645\u0627\u0646 \u06A9\u0644\u0645\u0627\u062A \u06A9\u0644\u06CC\u062F\u06CC \u0631\u0627 \u0628\u0647 \u0632\u0628\u0627\u0646 \u0627\u0646\u06AF\u0644\u06CC\u0633\u06CC \u0628\u0631\u0627\u06CC \u0634\u0645\u0627 \u062C\u0633\u062A\u062C\u0648 \u0645\u06CC \u06A9\u0646\u062F \u0648 \u062F\u0631 \u0633\u0645\u062A \u0631\u0627\u0633\u062A \u0646\u0645\u0627\u06CC\u0634 \u0645\u06CC \u062F\u0647\u062F. \u0627\u06AF\u0631 \u0628\u0647 \u0627\u06CC\u0646 \u0648\u06CC\u0698\u06AF\u06CC \u0646\u06CC\u0627\u0632 \u0646\u062F\u0627\u0631\u06CC\u062F\u060C \u0645\u06CC \u062A\u0648\u0627\u0646\u06CC\u062F \u0622\u0646 \u0631\u0627 \u063A\u06CC\u0631\u0641\u0639\u0627\u0644 \u06A9\u0646\u06CC\u062F.",option:"\u0628\u0631\u067E\u0627\u06CC\u06CC",saveSettings:"\u062A\u0646\u0638\u06CC\u0645\u0627\u062A \u0631\u0627 \u0630\u062E\u06CC\u0631\u0647 \u06A9\u0646",closeModal:"\u067E\u0646\u062C\u0631\u0647 \u0631\u0627 \u0628\u0628\u0646\u062F",enableInputTranslationWithoutTriggerKeyTitle:"\u062A\u0631\u06A9\u06CC\u0628 \u0633\u0631\u06CC\u0639 \u0631\u0627 3 \u0628\u0627\u0631{trailingKey}\u0641\u0639\u0627\u0644 \u06A9\u0646\u06CC\u062F\u060C \u062A\u0645\u0627\u0645 \u06A9\u0627\u062F\u0631 \u0648\u0631\u0648\u062F\u06CC \u0631\u0627 \u0645\u0633\u062A\u0642\u06CC\u0645\u0627\u064B \u0628\u0647{inputTargetLanguage}\u062A\u0631\u062C\u0645\u0647 \u06A9\u0646\u06CC\u062F",enableInputTranslationWithoutTriggerKeyDescription:"\u0627\u06AF\u0631 \u0645\u06CC\u200C\u062E\u0648\u0627\u0647\u06CC\u062F \u0632\u0628\u0627\u0646 \u0645\u0642\u0635\u062F \u0631\u0627 \u0645\u0634\u062E\u0635 \u06A9\u0646\u06CC\u062F\u060C \u0644\u0637\u0641\u0627\u064B \u06A9\u062F \u0632\u0628\u0627\u0646 \u0645\u0642\u0627\u0628\u0644 \u0631\u0627 \u0627\u0636\u0627\u0641\u0647 \u06A9\u0646\u06CC\u062F\u060C \u0645\u0627\u0646\u0646\u062F\uFF1A\u06CC\u0627 Hello World",mouseHoverShortcutPlaceholder:"\u0645\u0627\u0646\u0646\u062F\uFF1AShift",deepLProName:"\u0639\u0636\u0648 \u062D\u0631\u0641\u0647 \u0627\u06CC \u062A\u0631\u062C\u0645\u0647 Immersive (\u062A\u0648\u0635\u06CC\u0647 \u0645\u06CC \u0634\u0648\u062F)",deepLProDescription:"\u0628\u0633\u062A\u0647 \u0641\u0639\u0644\u06CC \u0631\u0627 \u0645\u06CC \u062A\u0648\u0627\u0646 \u0628\u0647 \u0637\u0648\u0631 \u0645\u0633\u062A\u0642\u06CC\u0645 \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u06A9\u0631\u062F",deeplProDescriptionForNormal:"\u0647\u06CC\u0686 \u062A\u0646\u0638\u06CC\u0645\u0627\u062A\u06CC \u0644\u0627\u0632\u0645 \u0646\u06CC\u0633\u062A. \u0645\u06CC \u062A\u0648\u0627\u0646\u06CC\u062F \u067E\u0633 \u0627\u0632 \u0648\u0631\u0648\u062F \u0628\u0647 \u0639\u0646\u0648\u0627\u0646 \u0639\u0636\u0648 \u0627\u0632 \u0622\u0646 \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u06A9\u0646\u06CC\u062F. <1> \u0628\u0631\u0627\u06CC \u0627\u0631\u062A\u0642\u0627 \u0628\u0647 \u0639\u0636\u0648 \u0627\u06CC\u0646\u062C\u0627 \u0631\u0627 \u06A9\u0644\u06CC\u06A9 \u06A9\u0646\u06CC\u062F.",deepLCustomDescription:"\u0634\u0645\u0627 \u0628\u0647 \u06CC\u06A9 \u06A9\u0627\u0631\u062A \u0627\u0639\u062A\u0628\u0627\u0631\u06CC \u062E\u0627\u0631\u062C\u06CC \u0646\u06CC\u0627\u0632 \u062F\u0627\u0631\u06CC\u062F\u060C \u0628\u0647 <1>DeepL \u0628\u0631\u0648\u06CC\u062F \u0628\u0647 \u0637\u0648\u0631 \u0631\u0633\u0645\u06CC \u0628\u0627\u0632 \u0634\u062F\u060C \u0628\u0631\u0627\u06CC \u0645\u0634\u0627\u0647\u062F\u0647 \u0627\u0633\u0646\u0627\u062F <2> \u06A9\u0644\u06CC\u06A9 \u06A9\u0646\u06CC\u062F",deepLCustomName:"\u06A9\u0644\u06CC\u062F \u062A\u0623\u06CC\u06CC\u062F \u0633\u0641\u0627\u0631\u0634\u06CC",chooseProviderLabel:"\u0627\u0631\u0627\u0626\u0647 \u062F\u0647\u0646\u062F\u0647 \u062E\u062F\u0645\u0627\u062A \u0631\u0627 \u0627\u0646\u062A\u062E\u0627\u0628 \u06A9\u0646\u06CC\u062F",openaiProName:"\u0639\u0636\u0648 \u062D\u0631\u0641\u0647 \u0627\u06CC \u062A\u0631\u062C\u0645\u0647 Immersive (\u062A\u0648\u0635\u06CC\u0647 \u0645\u06CC \u0634\u0648\u062F)",openaiProDescription:"\u0628\u0633\u062A\u0647 \u0641\u0639\u0644\u06CC \u0631\u0627 \u0645\u06CC \u062A\u0648\u0627\u0646 \u0628\u0647 \u0637\u0648\u0631 \u0645\u0633\u062A\u0642\u06CC\u0645 \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u06A9\u0631\u062F",openaiProDescriptionForNormal:"\u0647\u06CC\u0686 \u062A\u0646\u0638\u06CC\u0645\u0627\u062A\u06CC \u0644\u0627\u0632\u0645 \u0646\u06CC\u0633\u062A. \u0645\u06CC \u062A\u0648\u0627\u0646\u06CC\u062F \u067E\u0633 \u0627\u0632 \u0648\u0631\u0648\u062F \u0628\u0647 \u0639\u0646\u0648\u0627\u0646 \u0639\u0636\u0648 \u0627\u0632 \u0622\u0646 \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u06A9\u0646\u06CC\u062F. <1> \u0628\u0631\u0627\u06CC \u0627\u0631\u062A\u0642\u0627 \u0628\u0647 \u0639\u0636\u0648 \u0627\u06CC\u0646\u062C\u0627 \u0631\u0627 \u06A9\u0644\u06CC\u06A9 \u06A9\u0646\u06CC\u062F.",openaiCustomDescription:"\u0645\u06CC \u062A\u0648\u0627\u0646 \u0622\u0646 \u0631\u0627 \u0627\u0632 OpenAI\u060C Azure OpenAI \u06CC\u0627 \u0633\u0627\u06CC\u0631 \u062E\u062F\u0645\u0627\u062A \u0634\u062E\u0635 \u062B\u0627\u0644\u062B \u062F\u0631\u06CC\u0627\u0641\u062A \u06A9\u0631\u062F. <1> \u0628\u0631\u0627\u06CC \u0645\u0634\u0627\u0647\u062F\u0647 \u0633\u0646\u062F \u0627\u06CC\u0646\u062C\u0627 \u0631\u0627 \u06A9\u0644\u06CC\u06A9 \u06A9\u0646\u06CC\u062F.",openaiCustomName:"\u06A9\u0644\u06CC\u062F API \u0633\u0641\u0627\u0631\u0634\u06CC",needLoginAction:"(\u0639\u0636\u0648\u06CC\u062A \u0631\u0627 \u0648\u0627\u0631\u062F \u06A9\u0646\u06CC\u062F \u06CC\u0627 \u0633\u0641\u0627\u0631\u0634\u06CC \u06A9\u0646\u06CC\u062F)",goLoginOrAction:"(\u0648\u0627\u0631\u062F \u0639\u0636\u0648\u06CC\u062A \u0634\u0648\u06CC\u062F \u06CC\u0627 \u0628\u0647 \u062A\u0646\u0638\u06CC\u0645\u0627\u062A \u0628\u0631\u0648\u06CC\u062F)",yearly:"\u0627\u0634\u062A\u0631\u0627\u06A9 \u0633\u0627\u0644\u0627\u0646\u0647 \u0645\u0633\u062A\u0645\u0631",quarterly:"\u0641\u0635\u0644 \u0647\u0627\u06CC \u0645\u062A\u0648\u0627\u0644\u06CC",monthly:"\u0627\u0634\u062A\u0631\u0627\u06A9 \u0645\u0627\u0647\u0627\u0646\u0647 \u0645\u0633\u062A\u0645\u0631",yearlyForOnce:"\u0628\u0633\u062A\u0647 \u0633\u0627\u0644\u0627\u0646\u0647 \u06CC\u06A9\u0628\u0627\u0631 \u0645\u0635\u0631\u0641",monthlyForOnce:"\u0628\u0633\u062A\u0647 \u06CC\u06A9\u0628\u0627\u0631\u0647 \u0645\u0627\u0647\u0627\u0646\u0647",daily:"\u0631\u0648\u0632\u0647\u0627\u06CC \u0645\u062A\u0648\u0627\u0644\u06CC",year:"\u0627\u0634\u062A\u0631\u0627\u06A9 \u0633\u0627\u0644\u0627\u0646\u0647 \u0645\u0633\u062A\u0645\u0631",quarter:"\u0641\u0635\u0644 \u0647\u0627\u06CC \u0645\u062A\u0648\u0627\u0644\u06CC",month:"\u0627\u0634\u062A\u0631\u0627\u06A9 \u0645\u0627\u0647\u0627\u0646\u0647 \u0645\u0633\u062A\u0645\u0631",day:"\u0631\u0648\u0632\u0647\u0627\u06CC \u0645\u062A\u0648\u0627\u0644\u06CC",onetime_7day:"\u0628\u0633\u062A\u0647 \u0622\u0632\u0645\u0627\u06CC\u0634\u06CC 7 \u0631\u0648\u0632\u0647",currentPlanDescriptionForFree:"\u0628\u0633\u062A\u0647 \u0641\u0639\u0644\u06CC\uFF1A\u0631\u0627\u06CC\u06AF\u0627\u0646 \u0627\u0633\u062A",currentPlanDescriptionForContinuous:"\u0628\u0633\u062A\u0647 \u0641\u0639\u0644\u06CC 0{plan}\uFF1A\u0648 \u0628\u0647 \u0637\u0648\u0631 \u062E\u0648\u062F\u06A9\u0627\u0631 \u062F\u0631 {endAt} \u062A\u0645\u062F\u06CC\u062F \u0645\u06CC \u0634\u0648\u062F",currentPlanDescriptionForAutoRenewCaceling:"\u0628\u0633\u062A\u0647 \u0641\u0639\u0644\u06CC\uFF1A{plan}\u0627\u0633\u062A \u0648 \u062F\u0631 {endAt} \u0645\u0646\u0642\u0636\u06CC \u0645\u06CC \u0634\u0648\u062F. \u067E\u0633 \u0627\u0632 \u0627\u0646\u0642\u0636\u0627 \u0628\u0647 \u0637\u0648\u0631 \u062E\u0648\u062F\u06A9\u0627\u0631 \u062A\u0645\u062F\u06CC\u062F \u0646\u0645\u06CC \u0634\u0648\u062F.",currentYearlyPlanDescriptionForAutoRenewCacelingWithRealPaiedUser:"\u0628\u0633\u062A\u0647 \u0641\u0639\u0644\u06CC\uFF1A{plan}\u062F\u0631 \u062A\u0627\u0631\u06CC\u062E {endAt} \u0645\u0646\u0642\u0636\u06CC \u0645\u06CC \u0634\u0648\u062F \u0648 \u067E\u0633 \u0627\u0632 \u0627\u0646\u0642\u0636\u0627 \u0628\u0647 \u0637\u0648\u0631 \u062E\u0648\u062F\u06A9\u0627\u0631 \u062A\u0645\u062F\u06CC\u062F \u0646\u0645\u06CC \u0634\u0648\u062F.
<1> \u0628\u0631\u0627\u06CC \u0645\u062F\u06CC\u0631\u06CC\u062A \u0628\u0631\u0646\u0627\u0645\u0647 \u0647\u0627\u06CC \u062A\u0645\u062F\u06CC\u062F \u0627\u06CC\u0646\u062C\u0627 \u0631\u0627 \u06A9\u0644\u06CC\u06A9 \u06A9\u0646\u06CC\u062F",currentYearlyPlanDescriptionForAutoRenewCacelingWithAdmin:"\u0628\u0633\u062A\u0647 \u0641\u0639\u0644\u06CC\uFF1A{plan}\u062F\u0631 \u062A\u0627\u0631\u06CC\u062E {endAt} \u0645\u0646\u0642\u0636\u06CC \u0645\u06CC \u0634\u0648\u062F \u0648 \u067E\u0633 \u0627\u0632 \u0627\u0646\u0642\u0636\u0627 \u0628\u0647 \u0637\u0648\u0631 \u062E\u0648\u062F\u06A9\u0627\u0631 \u062A\u0645\u062F\u06CC\u062F \u0646\u0645\u06CC \u0634\u0648\u062F.
<1>\u0628\u0631\u0627\u06CC \u0641\u0639\u0627\u0644 \u06A9\u0631\u062F\u0646 \u0627\u0634\u062A\u0631\u0627\u06A9 \u0633\u0627\u0644\u0627\u0646\u0647 \u0645\u0633\u062A\u0645\u0631 \u0627\u06CC\u0646\u062C\u0627 \u0631\u0627 \u06A9\u0644\u06CC\u06A9 \u06A9\u0646\u06CC\u062F",currentPlanDescriptionForOneTime:"\u0628\u0633\u062A\u0647 \u0641\u0639\u0644\u06CC\uFF1A{plan}\u0627\u0633\u062A \u0648 \u062F\u0631 {endAt} \u0645\u0646\u0642\u0636\u06CC \u0645\u06CC \u0634\u0648\u062F. <1> \u0628\u0631\u0627\u06CC \u0627\u0631\u062A\u0642\u0627\u0621 \u0628\u0647 \u0647\u0632\u06CC\u0646\u0647 \u0633\u0627\u0644\u0627\u0646\u0647 \u0627\u06CC\u0646\u062C\u0627 \u0631\u0627 \u06A9\u0644\u06CC\u06A9 \u06A9\u0646\u06CC\u062F \u06CC\u0627 <2> \u0647\u0632\u06CC\u0646\u0647 \u0645\u0627\u0647\u0627\u0646\u0647 \u0639\u0636\u0648",upgradePlan:"\u0628\u0631\u0627\u06CC \u0627\u0631\u062A\u0642\u0627\u0621 \u0628\u0647 \u0639\u0636\u0648\u06CC\u062A Pro \u0627\u06CC\u0646\u062C\u0627 \u0631\u0627 \u06A9\u0644\u06CC\u06A9 \u06A9\u0646\u06CC\u062F",upgradeToPro:"\u0628\u0647 \u0639\u0636\u0648\u06CC\u062A Pro \u0627\u0631\u062A\u0642\u0627 \u062F\u0647\u06CC\u062F","popup.openPro":"\u5F00\u901A\u4F1A\u5458\u540E\u53EF\u4EE5\u7545\u4EAB DeepL \u548C OpenAI \u7FFB\u8BD1","popup.openProForPro":"\u0634\u0645\u0627 \u06CC\u06A9 \u0639\u0636\u0648 \u062D\u0631\u0641\u0647 \u0627\u06CC \u0647\u0633\u062A\u06CC\u062F \u0648 \u0645\u06CC \u062A\u0648\u0627\u0646\u06CC\u062F \u0645\u0633\u062A\u0642\u06CC\u0645\u0627\u064B \u0627\u0632 \u062A\u0631\u062C\u0645\u0647 DeepL \u0648 OpenAI \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u06A9\u0646\u06CC\u062F",currentAccount:"\u062D\u0633\u0627\u0628 \u062C\u0627\u0631\u06CC",enableAutoSyncUserSettings:"\u0647\u0645\u06AF\u0627\u0645 \u0633\u0627\u0632\u06CC \u0627\u0628\u0631\u06CC \u062E\u0648\u062F\u06A9\u0627\u0631 \u0631\u0627 \u062F\u0631 \u0686\u0646\u062F\u06CC\u0646 \u062F\u0633\u062A\u06AF\u0627\u0647 \u0641\u0639\u0627\u0644 \u06A9\u0646\u06CC\u062F",modalEnableInputTranslationTitle:"\u0646\u06A9\u0627\u062A \u062A\u0631\u062C\u0645\u0647 \u0647\u0645\u0647\u062C\u0627\u0646\u0628\u0647 \u062C\u0639\u0628\u0647 \u0648\u0631\u0648\u062F\u06CC \u062A\u0631\u062C\u0645\u0647",modalEnableInputTranslationDesc:"\u0634\u0645\u0627 \u0628\u0647 \u062A\u0627\u0632\u06AF\u06CC \u062A\u0631\u062C\u0645\u0647 \u062C\u0639\u0628\u0647 \u0648\u0631\u0648\u062F\u06CC Immersive Translation \u0631\u0627 \u0628\u0627 \u0641\u0634\u0627\u0631 \u062F\u0627\u062F\u0646 \u06A9\u0644\u06CC\u062F \u0641\u0627\u0635\u0644\u0647 \u0633\u0647 \u0628\u0627\u0631 \u067E\u0634\u062A \u0633\u0631 \u0647\u0645 \u0641\u0639\u0627\u0644 \u06A9\u0631\u062F\u0647 \u0627\u06CC\u062F \u0648 \u0645\u062D\u062A\u0648\u0627\u06CC \u062C\u0639\u0628\u0647 \u0648\u0631\u0648\u062F\u06CC \u0628\u0647 \u0632\u0628\u0627\u0646 \u0645\u0642\u0635\u062F \u067E\u06CC\u0634 \u0641\u0631\u0636 \u062A\u0631\u062C\u0645\u0647 \u0645\u06CC \u0634\u0648\u062F. \u062A\u0631\u062C\u0645\u0647 \u0631\u0627 \u0645\u06CC \u062A\u0648\u0627\u0646 \u0628\u0627 Ctrl+Z \u0644\u063A\u0648 \u06A9\u0631\u062F.

\u0627\u06AF\u0631 \u0627\u06CC\u0646 \u06CC\u06A9 \u0627\u0634\u062A\u0628\u0627\u0647 \u0627\u0633\u062A\u060C \u0646\u06AF\u0631\u0627\u0646 \u0646\u0628\u0627\u0634\u06CC\u062F\u060C \u0645\u06CC\u200C\u062A\u0648\u0627\u0646\u06CC\u062F \u0627\u06CC\u0646 \u0628\u0627\u0631 \u0622\u0646 \u0631\u0627 \u063A\u06CC\u0631\u0641\u0639\u0627\u0644 \u06A9\u0646\u06CC\u062F \u06CC\u0627 \u062A\u0631\u062C\u0645\u0647 \u062C\u0639\u0628\u0647 \u0648\u0631\u0648\u062F\u06CC \u0631\u0627 \u0628\u0631\u0627\u06CC \u0647\u0645\u06CC\u0634\u0647 \u063A\u06CC\u0631\u0641\u0639\u0627\u0644 \u06A9\u0646\u06CC\u062F.",saveAndNotShowAgain:"\u0630\u062E\u06CC\u0631\u0647 \u06A9\u0646\u06CC\u062F \u0648 \u062F\u0648\u0628\u0627\u0631\u0647 \u062F\u0631\u062E\u0648\u0627\u0633\u062A \u0646\u06A9\u0646\u06CC\u062F",disableInputTranslationTips:"* \u0647\u0645\u0686\u0646\u06CC\u0646 \u0645\u06CC \u062A\u0648\u0627\u0646\u06CC\u062F \u0633\u0627\u06CC\u0631 \u06A9\u0644\u06CC\u062F\u0647\u0627\u06CC \u0645\u06CC\u0627\u0646\u0628\u0631 \u0631\u0627 \u0628\u0631\u0627\u06CC \u0641\u0639\u0627\u0644 \u06A9\u0631\u062F\u0646 {option} \u060C{learnMore}\u062A\u0646\u0638\u06CC\u0645 \u06A9\u0646\u06CC\u062F.",learnMore:"\u0628\u0631\u0627\u06CC \u0627\u0637\u0644\u0627\u0639\u0627\u062A \u0628\u06CC\u0634\u062A\u0631 \u0627\u06CC\u0646\u062C\u0627 \u06A9\u0644\u06CC\u06A9 \u06A9\u0646\u06CC\u062F",continueEnalbeInputTranslation:"\u0628\u0647 \u0641\u0639\u0627\u0644 \u06A9\u0631\u062F\u0646 \u062A\u0631\u062C\u0645\u0647 \u062C\u0639\u0628\u0647 \u0648\u0631\u0648\u062F\u06CC \u0627\u062F\u0627\u0645\u0647 \u062F\u0647\u06CC\u062F",autoRenewTrialSuffix:'(\u062F\u0631 \u0637\u0648\u0644 \u062F\u0648\u0631\u0647 \u0622\u0632\u0645\u0627\u06CC\u0634\u06CC\u060C\u0628\u0644\u0627\u0641\u0627\u0635\u0644\u0647 \u0628\u0647 \u06CC\u06A9\u0631\u0633\u0645\u06CC \u0627\u0631\u062A\u0642\u0627 \u062E\u0648\u0627\u0647\u062F \u06CC\u0627\u0641\u062A.',upgradeFromTrialTitle:"\u0627\u0631\u062A\u0642\u0627 \u0628\u0647 \u0639\u0636\u0648 \u0631\u0633\u0645\u06CC",subtitle:"\u0632\u06CC\u0631\u0646\u0648\u06CC\u0633 \u0648\u06CC\u062F\u06CC\u0648",youtubeService:"\u062E\u062F\u0645\u0627\u062A \u062A\u0631\u062C\u0645\u0647 \u0632\u06CC\u0631\u0646\u0648\u06CC\u0633 \u0648\u06CC\u062F\u06CC\u0648\u06CC\u06CC \u0647\u0645\u0647\u062C\u0627\u0646\u0628\u0647","subtitle.disabledSubtitle":"\u0632\u06CC\u0631\u0646\u0648\u06CC\u0633 \u0648\u06CC\u062F\u06CC\u0648 \u0631\u0627 \u0628\u0631\u0627\u06CC \u0647\u0645\u06CC\u0634\u0647 \u063A\u06CC\u0631\u0641\u0639\u0627\u0644 \u06A9\u0646\u06CC\u062F","subtitle.disabledSubtitleDescription":"\u0627\u06AF\u0631 \u0632\u06CC\u0631\u0646\u0648\u06CC\u0633\u200C\u0647\u0627\u06CC \u0648\u06CC\u062F\u06CC\u0648\u06CC \xAB\u062A\u0631\u062C\u0645\u0647 Immersive\xBB \u0628\u0627 \u0628\u0631\u0646\u0627\u0645\u0647\u200C\u0647\u0627\u06CC \u0627\u0641\u0632\u0648\u062F\u0646\u06CC \u062F\u06CC\u06AF\u0631 \u062A\u062F\u0627\u062E\u0644 \u062F\u0627\u0631\u0646\u062F\u060C \u0645\u06CC\u200C\u062A\u0648\u0627\u0646\u06CC\u062F \u0627\u0646\u062A\u062E\u0627\u0628 \u06A9\u0646\u06CC\u062F \u06A9\u0647 \u0639\u0645\u0644\u06A9\u0631\u062F \u0632\u06CC\u0631\u0646\u0648\u06CC\u0633\u200C\u0647\u0627\u06CC \u0648\u06CC\u062F\u06CC\u0648\u06CC\u06CC \u062A\u0631\u062C\u0645\u0647 Immersive \u0631\u0627 \u0628\u0631\u0627\u06CC \u0647\u0645\u06CC\u0634\u0647 \u063A\u06CC\u0631\u0641\u0639\u0627\u0644 \u06A9\u0646\u06CC\u062F \u06CC\u0627 \u0633\u0627\u06CC\u0631 \u0628\u0631\u0646\u0627\u0645\u0647\u200C\u0647\u0627\u06CC \u0627\u0641\u0632\u0648\u062F\u0646\u06CC \u0645\u062A\u0646\u0627\u0642\u0636 \u0631\u0627 \u062D\u0630\u0641 \u0646\u0635\u0628 \u06A9\u0646\u06CC\u062F.","subtitle.autoEnableSubtitle":"\u5F00\u542F\u5B57\u5E55\u7FFB\u8BD1","subtitle.autoEnableSubtitleDescription":"\u067E\u0633 \u0627\u0632 \u0641\u0639\u0627\u0644 \u0633\u0627\u0632\u06CC\u060C \u0647\u0646\u06AF\u0627\u0645 \u067E\u062E\u0634 \u0648\u06CC\u062F\u06CC\u0648\u060C \u0632\u06CC\u0631\u0646\u0648\u06CC\u0633 \u062F\u0648\u0632\u0628\u0627\u0646\u0647 \u0628\u0647 \u0635\u0648\u0631\u062A \u062E\u0648\u062F\u06A9\u0627\u0631 \u0646\u0645\u0627\u06CC\u0634 \u062F\u0627\u062F\u0647 \u0645\u06CC \u0634\u0648\u062F\u060C \u062F\u0631 \u063A\u06CC\u0631 \u0627\u06CC\u0646 \u0635\u0648\u0631\u062A \u0628\u0627\u06CC\u062F \u0631\u0648\u06CC \u062F\u06A9\u0645\u0647 \u062A\u0631\u062C\u0645\u0647 \u06A9\u0644\u06CC\u06A9 \u06A9\u0646\u06CC\u062F \u062A\u0627 \u0646\u0645\u0627\u06CC\u0634 \u062F\u0627\u062F\u0647 \u0634\u0648\u062F.","subtitle.preTranslation":"\u0628\u0631\u0627\u06CC \u062A\u0631\u062C\u0645\u0647 \u0632\u06CC\u0631\u0646\u0648\u06CC\u0633 \u0647\u0627 \u0627\u0632 \u062A\u0631\u062C\u0645\u0647 \u0647\u0645\u0647 \u062C\u0627\u0646\u0628\u0647 \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u06A9\u0646\u06CC\u062F","subtitle.preTranslationDescription":"\u067E\u0633 \u0627\u0632 \u0641\u0639\u0627\u0644 \u06A9\u0631\u062F\u0646 \u0622\u0646\u060C \u0627\u0648\u0644\u0648\u06CC\u062A \u0628\u0627 \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u0627\u0632 \u062E\u062F\u0645\u0627\u062A \u062A\u0631\u062C\u0645\u0647 \u0645\u0634\u062E\u0635 \u0634\u062F\u0647 \u062F\u0631 \u0632\u06CC\u0631 \u0628\u0631\u0627\u06CC \u062A\u0631\u062C\u0645\u0647 \u06A9\u0644 \u0632\u06CC\u0631\u0646\u0648\u06CC\u0633 \u0627\u0632 \u0642\u0628\u0644 \u062E\u0648\u0627\u0647\u062F \u0628\u0648\u062F. \u06CC\u06A9 \u0648\u06CC\u062F\u06CC\u0648\u06CC \u06CC\u06A9 \u0633\u0627\u0639\u062A\u0647 \u062A\u0642\u0631\u06CC\u0628\u0627\u064B 50000 \u062A\u0648\u06A9\u0646 \u06CC\u0627 \u06A9\u0627\u0631\u0627\u06A9\u062A\u0631 \u0645\u0635\u0631\u0641 \u0645\u06CC \u06A9\u0646\u062F\u060C \u0628\u0646\u0627\u0628\u0631\u0627\u06CC\u0646 \u0644\u0637\u0641\u0627\u064B \u0627\u0632 \u0622\u0646 \u062F\u0631 \u0635\u0648\u0631\u062A \u0644\u0632\u0648\u0645 \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u06A9\u0646\u06CC\u062F\u061B \u067E\u0633 \u0627\u0632 \u063A\u06CC\u0631\u0641\u0639\u0627\u0644 \u0634\u062F\u0646\u060C \u0627\u0648\u0644\u0648\u06CC\u062A \u062F\u0627\u062F\u0647 \u0645\u06CC \u0634\u0648\u062F. \u0628\u0631\u0627\u06CC \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u0627\u0632 \u0632\u06CC\u0631\u0646\u0648\u06CC\u0633\u200C\u0647\u0627\u06CC \u062A\u0631\u062C\u0645\u0647\u200C\u0634\u062F\u0647 \u0645\u0627\u0634\u06CC\u0646\u06CC \u0647\u0645\u0631\u0627\u0647 \u0628\u0627 \u0648\u06CC\u062F\u06CC\u0648\u06CC \u0627\u0635\u0644\u06CC.","subtitle.humanSubtitlesPreferred":"\u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u0627\u0632 \u0632\u06CC\u0631\u0646\u0648\u06CC\u0633 \u0647\u0627\u06CC \u0627\u0646\u0633\u0627\u0646\u06CC \u0631\u0627 \u062F\u0631 \u0627\u0648\u0644\u0648\u06CC\u062A \u0642\u0631\u0627\u0631 \u062F\u0647\u06CC\u062F","subtitle.humanSubtitlesPreferredDescription":"\u0648\u0642\u062A\u06CC \u0648\u06CC\u062F\u06CC\u0648\u06CC\u06CC \u062F\u0627\u0631\u0627\u06CC \u0632\u06CC\u0631\u0646\u0648\u06CC\u0633 \u062F\u0633\u062A\u06CC \u0628\u0647 \u0632\u0628\u0627\u0646 \u0645\u0642\u0635\u062F \u0627\u0633\u062A\u060C \u0627\u0628\u062A\u062F\u0627 \u0627\u0632 \u0632\u06CC\u0631\u0646\u0648\u06CC\u0633 \u062F\u0633\u062A\u06CC \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u06A9\u0646\u06CC\u062F (\u062A\u0648\u0635\u06CC\u0647 \u0645\u06CC\u200C\u0634\u0648\u062F)",videoSubtitleTranslationDescription:"\u06CC\u06A9 \u0633\u0631\u0648\u06CC\u0633 \u062A\u0631\u062C\u0645\u0647 \u062C\u062F\u0627\u06AF\u0627\u0646\u0647 \u0628\u0631\u0627\u06CC \u0632\u06CC\u0631\u0646\u0648\u06CC\u0633 \u0648\u06CC\u062F\u06CC\u0648\u0647\u0627 \u062A\u0639\u06CC\u06CC\u0646 \u06A9\u0646\u06CC\u062F",subtitleTranslating:"\u062A\u0631\u062C\u0645\u0647 \u0632\u06CC\u0631\u0646\u0648\u06CC\u0633 \u0628\u0627 \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u0627\u0632 \u0633\u0631\u0648\u06CC\u0633 {service} \u060C \u0644\u0637\u0641\u0627 \u0635\u0628\u0631 \u06A9\u0646\u06CC\u062F... (\u062A\u0631\u062C\u0645\u0647 \u0647\u0645\u0647 \u062C\u0627\u0646\u0628\u0647)",subtitleLoading:"\u062F\u0631 \u062D\u0627\u0644 \u0628\u0627\u0631\u06AF\u06CC\u0631\u06CC \u0632\u06CC\u0631\u0646\u0648\u06CC\u0633...",bilingual:"\u062F\u0648 \u0632\u0628\u0627\u0646\u0647","field.action":"\u0627\u06CC\u0646\u06A9\u0647 \u0622\u06CC\u0627 \u0627\u0635\u0637\u0644\u0627\u062D\u0627\u062A Baidu \u0631\u0627 \u0641\u0639\u0627\u0644 \u06A9\u0646\u06CC\u062F","description.action":"\u067E\u0633 \u0627\u0632 \u0641\u0639\u0627\u0644 \u06A9\u0631\u062F\u0646\u060C \u067E\u0627\u0631\u0627\u0645\u062A\u0631 action=1 \u0628\u0647 \u062F\u0631\u062E\u0648\u0627\u0633\u062A \u0627\u0636\u0627\u0641\u0647 \u0645\u06CC\u200C\u0634\u0648\u062F \u062A\u0627 \u0628\u0647 Baidu \u0627\u0637\u0644\u0627\u0639 \u062F\u0627\u062F\u0647 \u0634\u0648\u062F \u062A\u0627 \u0627\u0635\u0637\u0644\u0627\u062D \u0641\u0639\u0627\u0644 \u0634\u0648\u062F. <1> \u0644\u0637\u0641\u0627\u064B \u0628\u0631\u0627\u06CC \u062F\u0633\u062A\u0648\u0631\u0627\u0644\u0639\u0645\u0644\u200C\u0647\u0627\u06CC \u0628\u06CC\u0634\u062A\u0631 \u0628\u0647 \u0645\u0633\u062A\u0646\u062F\u0627\u062A \u0631\u0633\u0645\u06CC \u0645\u0631\u0627\u062C\u0639\u0647 \u06A9\u0646\u06CC\u062F.",closeQuickTranslation:"\u062A\u0648\u067E \u0634\u0646\u0627\u0648\u0631 \u0631\u0627 \u0628\u0628\u0646\u062F\u06CC\u062F","closeQuickTranslation.untilNext":"\u062A\u0627 \u0628\u0627\u0632\u062F\u06CC\u062F \u0628\u0639\u062F\u06CC \u062A\u0639\u0637\u06CC\u0644 \u0627\u0633\u062A","closeQuickTranslation.currentWebsite":"\u0648\u0628 \u0633\u0627\u06CC\u062A \u0641\u0639\u0644\u06CC \u063A\u06CC\u0631\u0641\u0639\u0627\u0644 \u0627\u0633\u062A","closeQuickTranslation.alwaysClose":"\u0628\u0631\u0627\u06CC \u0647\u0645\u06CC\u0634\u0647 \u0627\u0632 \u06A9\u0627\u0631 \u0627\u0641\u062A\u0627\u062F\u0647 \u0627\u0633\u062A","closeQuickTranslation.settingOpen":"(\u062F\u0631 \u0635\u0641\u062D\u0647 \u062A\u0646\u0638\u06CC\u0645\u0627\u062A <1> \u0642\u0627\u0628\u0644 \u0645\u0634\u0627\u0647\u062F\u0647 \u0627\u0633\u062A \u0631\u0648\u0634\u0646 \u06A9\u0646)","closeQuickTranslation.cancel":"\u0644\u063A\u0648 \u06A9\u0646\u06CC\u062F","closeQuickTranslation.confirm":"\u0645\u0637\u0645\u0626\u0646","floatBall.popup":"\u067E\u0627\u0646\u0644 \u062A\u0646\u0638\u06CC\u0645\u0627\u062A \u0633\u0631\u06CC\u0639 \u0631\u0627 \u0628\u0627\u0632 \u06A9\u0646\u06CC\u062F","floatBall.translate":"\u0628\u0631\u0627\u06CC \u062A\u0631\u062C\u0645\u0647 \u0627\u06CC\u0646 \u0635\u0641\u062D\u0647 \u06A9\u0644\u06CC\u06A9 \u06A9\u0646\u06CC\u062F","floatBall.showOriginal":"\u0628\u0631\u0627\u06CC \u0628\u0627\u0632\u06AF\u0634\u062A \u0628\u0647 \u0645\u062A\u0646 \u0627\u0635\u0644\u06CC \u06A9\u0644\u06CC\u06A9 \u06A9\u0646\u06CC\u062F","floatBall.close":"\u062A\u0648\u067E \u0634\u0646\u0627\u0648\u0631 \u0631\u0627 \u0628\u0628\u0646\u062F\u06CC\u062F","floatBallOptions.enableDescPc":"\u067E\u0633 \u0627\u0632 \u0641\u0639\u0627\u0644 \u0634\u062F\u0646 \u062A\u0648\u067E \u0634\u0646\u0627\u0648\u0631 \u0635\u0641\u062D\u0647\u060C \u062F\u06A9\u0645\u0647 \u062A\u0631\u062C\u0645\u0647 \u0633\u0631\u06CC\u0639 \u062F\u0631 \u0633\u0645\u062A \u0631\u0627\u0633\u062A \u0635\u0641\u062D\u0647 \u0646\u0645\u0627\u06CC\u0634 \u062F\u0627\u062F\u0647 \u0645\u06CC \u0634\u0648\u062F.\u0628\u0631\u0627\u06CC \u062A\u0631\u062C\u0645\u0647 \u06A9\u0644\u06CC\u06A9 \u06A9\u0646\u06CC\u062F.","floatBallOptions.enableDesc":"\u5173\u95ED\u60AC\u6D6E\u7403\u540E\uFF0C\u53EF\u4EE5\u7528\u5FEB\u6377\u952E/{touch}\u5524\u8D77\u3002\u4E3A\u9632\u6B62\u4E0D\u614E\u5173\u95ED\u8BE5\u9009\u9879\u540E\u627E\u4E0D\u5230\u60AC\u6D6E\u7403\uFF0C\u5F3A\u70C8\u5EFA\u8BAE\u6536\u85CF\u672C\u8BBE\u7F6E\u9875","description.azureApiUrl":"\u0622\u062F\u0631\u0633 \u0631\u0627\u0628\u0637 API \u0633\u0641\u0627\u0631\u0634\u06CC \u0631\u0627 \u067E\u0631 \u06A9\u0646\u06CC\u062F",confirmSupportMouse:"\u786E\u8BA4\u5F53\u524D\u6D4F\u89C8\u5668\u652F\u6301\u9F20\u6807",confirmSupportMouseDescription:"\u062A\u0634\u062E\u06CC\u0635 \u062F\u0627\u062F\u0647 \u0634\u062F\u0647 \u0627\u0633\u062A \u06A9\u0647 \u0645\u0631\u0648\u0631\u06AF\u0631 \u0641\u0639\u0644\u06CC \u0627\u0632 \u0639\u0645\u0644\u06A9\u0631\u062F \u0645\u0627\u0648\u0633 \u067E\u0634\u062A\u06CC\u0628\u0627\u0646\u06CC \u0646\u0645\u06CC \u06A9\u0646\u062F. \u0622\u06CC\u0627 \u0645\u06CC \u062E\u0648\u0627\u0647\u06CC\u062F \u067E\u0634\u062A\u06CC\u0628\u0627\u0646\u06CC \u0627\u0632 \u0645\u0627\u0648\u0633 \u0631\u0627 \u0628\u0647 \u0627\u062C\u0628\u0627\u0631 \u0641\u0639\u0627\u0644 \u06A9\u0646\u06CC\u062F\u061F",sampleTargetText:"\u0634\u0628 \u0637\u0648\u0644\u0627\u0646\u06CC \u062F\u0631 \u0631\u0627\u0647 \u0627\u0633\u062A \u0648 \u0645\u0646 \u0627\u0632 \u0627\u06CC\u0646 \u0628\u0647 \u0628\u0639\u062F \u062A\u0627 \u0632\u0645\u0627\u0646\u06CC \u06A9\u0647 \u0628\u0645\u06CC\u0631\u0645 \u0645\u0631\u0627\u0642\u0628 \u062E\u0648\u0627\u0647\u0645 \u0628\u0648\u062F. \u0645\u0646 \u0646\u0647 \u0632\u0646 \u0645\u06CC\u06AF\u06CC\u0631\u0645\u060C \u0646\u0647 \u0634\u0627\u0647\u06CC\u060C \u0646\u0647 \u0641\u0631\u0632\u0646\u062F\u06CC. \u062A\u0627\u062C \u0628\u0631 \u0633\u0631 \u0646\u062E\u0648\u0627\u0647\u0645 \u06AF\u0630\u0627\u0634\u062A \u0648 \u0628\u0631\u0627\u06CC \u0627\u0641\u062A\u062E\u0627\u0631\u0627\u062A \u0645\u0633\u0627\u0628\u0642\u0647 \u0646\u0645\u06CC \u062F\u0647\u0645. \u0645\u0646 \u0648\u0638\u06CC\u0641\u0647 \u0627\u0645 \u0631\u0627 \u0635\u0627\u062F\u0642\u0627\u0646\u0647 \u0627\u0646\u062C\u0627\u0645 \u062E\u0648\u0627\u0647\u0645 \u062F\u0627\u062F\u060C \u0632\u0646\u062F\u0647 \u0645\u06CC \u0634\u0648\u0645 \u0648 \u0645\u06CC \u0645\u06CC\u0631\u0645.",sampleSourceText:"Night gathers, and now my watch begins. It shall not end until my death. I shall take no wife, hold no lands, father no children. I shall wear no crowns and win no glory. I shall live and die at my post.","subtitle.supportedSites":"\u5DF2\u652F\u6301\u5728\u8FD9\u4E9B\u7F51\u7AD9\u4F7F\u7528\u53CC\u8BED\u5B57\u5E55\uFF08\u6CE8\u610F\uFF1A\u7531\u4E8E\u6280\u672F\u9650\u5236\uFF0C\u90E8\u5206\u7F51\u7AD9\u5728\u9996\u6B21\u5F00\u542F\u5B57\u5E55\u540E\u9700\u8981\u91CD\u65B0\u5237\u65B0\u9875\u9762\uFF0C\u6216\u8005\u9700\u7B49\u5F85\u7FFB\u8BD1\u5B8C\u6210\u4EE5\u663E\u793A\u53CC\u8BED\u5B57\u5E55\uFF09\uFF1A",viewWithImmersiveTranslate:"\u53CC\u8BED\u7248\u672C(\u6C89\u6D78\u5F0F\u7FFB\u8BD1)",errorReason:"\u9519\u8BEF\u539F\u56E0\uFF1A{message}","proQuotaExceededError.onetime7day":'\uFF0C\u60A8\u53EF\u4EE5\u9009\u62E9\u4EE5\u4E0B\u65B9\u5F0F\u89E3\u51B3\uFF1A

1. \u5207\u6362\u5230 {anotherService} \u6216\u5176\u4ED6\u7FFB\u8BD1\u670D\u52A1
2. \u5347\u7EA7\u4E3A\u6708\u5EA6/\u5E74\u5EA6\u4F1A\u5458',"proQuotaExceededError.trial":'\uFF0C\u60A8\u53EF\u4EE5\u9009\u62E9\u4EE5\u4E0B\u65B9\u5F0F\u89E3\u51B3\uFF1A

1. \u5207\u6362\u5230 {anotherService} \u6216\u5176\u4ED6\u7FFB\u8BD1\u670D\u52A1
2. \u7ACB\u523B\u5347\u7EA7\u4E3A\u6B63\u5F0F\u4F1A\u5458',"proQuotaExceededError.nonTrial":'\uFF0C\u60A8\u53EF\u4EE5\u9009\u62E9\u4EE5\u4E0B\u65B9\u5F0F\u89E3\u51B3\uFF1A

1. \u5207\u6362\u5230 {anotherService} \u6216\u5176\u4ED6\u7FFB\u8BD1\u670D\u52A1
2. \u8D2D\u4E70 {translationService} \u989D\u5916\u6D41\u91CF\u5305',"proQuotaExceededError.resetTime":"
3. \u989D\u5EA6\u91CD\u7F6E\u65F6\u95F4\uFF1A{resetTime}","desc.touchShortcutsToggleTranslatePageOnlyTranslation":"\u0641\u0642\u0637 \u0645\u062A\u0646 \u062A\u0631\u062C\u0645\u0647 \u0628\u0647 \u0645\u0639\u0646\u06CC \u0627\u0633\u062A \u06A9\u0647 \u0641\u0642\u0637 \u0645\u062A\u0646 \u062A\u0631\u062C\u0645\u0647 \u0646\u0645\u0627\u06CC\u0634 \u062F\u0627\u062F\u0647 \u0645\u06CC \u0634\u0648\u062F\u060C \u0627\u06AF\u0631 \u0635\u0641\u062D\u0647 \u0648\u0628 \u0647\u0646\u0648\u0632 \u062A\u0631\u062C\u0645\u0647 \u0646\u0634\u062F\u0647 \u0627\u0633\u062A\u060C \u062D\u0627\u0644\u062A \u062A\u063A\u06CC\u06CC\u0631 \u062E\u0648\u0627\u0647\u062F \u06A9\u0631\u062F \u0648 \u062A\u0631\u062C\u0645\u0647 \u062E\u0648\u0627\u0647\u062F \u0634\u062F.","desc.toggleOnlyTransation":"\u062D\u0627\u0644\u062A \u0641\u0642\u0637 \u062A\u0631\u062C\u0645\u0647 \u0628\u0647 \u0627\u06CC\u0646 \u0645\u0639\u0646\u06CC \u0627\u0633\u062A \u06A9\u0647 \u0641\u0642\u0637 \u0645\u062A\u0646 \u062A\u0631\u062C\u0645\u0647 \u0634\u062F\u0647 \u0646\u0645\u0627\u06CC\u0634 \u062F\u0627\u062F\u0647 \u0645\u06CC \u0634\u0648\u062F\u060C \u0627\u06AF\u0631 \u0635\u0641\u062D\u0647 \u0648\u0628 \u0647\u0646\u0648\u0632 \u062A\u0631\u062C\u0645\u0647 \u0646\u0634\u062F\u0647 \u0628\u0627\u0634\u062F\u060C \u062D\u0627\u0644\u062A \u062A\u063A\u06CC\u06CC\u0631 \u062E\u0648\u0627\u0647\u062F \u06A9\u0631\u062F \u0648 \u062A\u0631\u062C\u0645\u0647 \u062E\u0648\u0627\u0647\u062F \u0634\u062F.",touchShortcutsToggleTranslatePageOnlyTranslation:"\u062A\u0646\u0638\u06CC\u0645 \u062D\u0631\u06A9\u062A \u0644\u0645\u0633\u06CC \u0635\u0641\u062D\u0647 \u0646\u0645\u0627\u06CC\u0634 \u0628\u0631\u0627\u06CC \u062A\u063A\u06CC\u06CC\u0631 \u0628\u06CC\u0646 \u062D\u0627\u0644\u062A \u062F\u0648\u0632\u0628\u0627\u0646\u0647 / \u0641\u0642\u0637 \u0645\u062A\u0646 \u062A\u0631\u062C\u0645\u0647 \u0634\u062F\u0647",download_started:"\u062F\u0627\u0646\u0644\u0648\u062F \u0634\u0631\u0648\u0639 \u0634\u062F\u0647 \u0627\u0633\u062A \u060C \u0627\u06AF\u0631 \u0628\u0647 \u0637\u0648\u0631 \u062E\u0648\u062F\u06A9\u0627\u0631 \u062F\u0627\u0646\u0644\u0648\u062F \u0646\u0634\u062F \u060C \u0644\u0637\u0641\u0627\u064B \u0628\u0647 \u0635\u0648\u0631\u062A \u062F\u0633\u062A\u06CC \u062F\u0627\u0646\u0644\u0648\u062F \u06A9\u0646\u06CC\u062F.",here:"\u0627\u06CC\u0646\u062C\u0627","translationFont.customPlaceholder":"\u0641\u0648\u0646\u062A",translationFont:"\u062A\u0646\u0638\u06CC\u0645 \u0641\u0648\u0646\u062A",batchEdit:"\u0639\u0645\u0644\u06CC\u0627\u062A \u062F\u0633\u062A\u0647 \u062C\u0645\u0639\u06CC","translationModeLang.translation.title":"\u0641\u0642\u0637 \u062D\u0627\u0644\u062A \u062A\u0631\u062C\u0645\u0647 \u0632\u0628\u0627\u0646","error.goReset":"\u0628\u0627\u0632\u0646\u0634\u0627\u0646\u06CC \u06A9\u0646\u06CC\u062F","translationFont.custom":"\u0648\u0631\u0648\u062F \u0641\u0648\u0646\u062A \u0633\u0641\u0627\u0631\u0634\u06CC","error.serveConfigError":"\u062E\u0637\u0627\u06CC \u067E\u06CC\u06A9\u0631\u0628\u0646\u062F\u06CC \u0633\u0631\u0648\u06CC\u0633",detectServiceLoading:"\u062F\u0631 \u062D\u0627\u0644 \u0628\u0631\u0631\u0633\u06CC \u062E\u062F\u0645\u0627\u062A \u062A\u0631\u062C\u0645\u0647 \u0645\u0648\u062C\u0648\u062F...","touch.mouse-translate":"\u062A\u0631\u062C\u0645\u0647 \u067E\u0627\u0631\u0627\u06AF\u0631\u0627\u0641 \u0645\u0634\u062E\u0635","translationModeUrl.translation.title":"\u0622\u062F\u0631\u0633 \u0627\u06CC\u0646\u062A\u0631\u0646\u062A\u06CC \u062D\u0627\u0644\u062A \u0641\u0642\u0637 \u062A\u0631\u062C\u0645\u0647","translationServices.inherit":"\u0628\u0627 \u062E\u062F\u0645\u0627\u062A \u062A\u0631\u062C\u0645\u0647 \u0627\u0635\u0644\u06CC \u062F\u0646\u0628\u0627\u0644 \u06A9\u0646\u06CC\u062F","error.reloadPageOfSetting":"\u067E\u0633 \u0627\u0632 \u067E\u06CC\u06A9\u0631\u0628\u0646\u062F\u06CC\u060C \u0644\u0637\u0641\u0627 \u0635\u0641\u062D\u0647 \u0631\u0627 \u062F\u0648\u0628\u0627\u0631\u0647 \u062A\u0627\u0632\u0647 \u06A9\u0646\u06CC\u062F \u0648 \u062F\u0648\u0628\u0627\u0631\u0647 \u062A\u0631\u062C\u0645\u0647 \u06A9\u0646\u06CC\u062F.","error.configError":"\u0627\u0637\u0644\u0627\u0639\u0627\u062A \u067E\u06CC\u06A9\u0631\u0628\u0646\u062F\u06CC \u063A\u06CC\u0631 \u0645\u0639\u0645\u0648\u0644\u06CC \u0627\u0633\u062A","error.proTokenInvalid":"\u0627\u06AF\u0631 \u06A9\u0627\u0631\u0628\u0631 Pro \u0647\u0633\u062A\u06CC\u062F\u060C \u0644\u0637\u0641\u0627\u064B \u067E\u0633 \u0627\u0632 \u0648\u0631\u0648\u062F \u0627\u0632 \u062E\u062F\u0645\u0627\u062A \u062A\u0631\u062C\u0645\u0647 Pro \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u06A9\u0646\u06CC\u062F.",videoSubtitlePreTranslationOff:"\u0632\u06CC\u0631\u0646\u0648\u06CC\u0633 \u0648\u06CC\u062F\u06CC\u0648 \u0627\u0648\u0644\u0648\u06CC\u062A \u062E\u0648\u0627\u0647\u062F \u062F\u0627\u062F \u0628\u0647 \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u0627\u0632 \u0632\u06CC\u0631\u0646\u0648\u06CC\u0633 \u0645\u0627\u0634\u06CC\u0646\u06CC \u0645\u0648\u062C\u0648\u062F \u062F\u0631 \u0648\u06CC\u062F\u06CC\u0648 \u0627\u0635\u0644\u06CC",toggleToService:"\u0628\u0647 {service} \u062A\u063A\u06CC\u06CC\u0631 \u062F\u0647\u06CC\u062F \u0648 \u062F\u0648\u0628\u0627\u0631\u0647 \u0627\u0645\u062A\u062D\u0627\u0646 \u06A9\u0646\u06CC\u062F","error.proUpgrade":"\u067E\u0633 \u0627\u0632 \u0627\u0631\u062A\u0642\u0627\u060C \u0644\u0637\u0641\u0627 \u0635\u0641\u062D\u0647 \u0631\u0627 \u062F\u0648\u0628\u0627\u0631\u0647 \u062A\u0631\u062C\u0645\u0647 \u06A9\u0646\u06CC\u062F.",enableSentryReport:"\u0648\u0642\u062A\u06CC \u062E\u0637\u0627\u06CC \u06AF\u0633\u062A\u0631\u0634 \u0631\u062E \u0645\u06CC \u062F\u0647\u062F\u060C \u0628\u0627 \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u0627\u0632 Sentry \u0628\u0631\u0627\u06CC \u0627\u0631\u0633\u0627\u0644 \u0628\u0627\u0632\u062E\u0648\u0631\u062F \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u06A9\u0646\u06CC\u062F.","error.403":"\u062E\u062F\u0645\u062A \u062E\u0637\u0627\u06CC \u0628\u0631\u06AF\u0634\u062A \u062F\u0627\u062F\u0647 \u0627\u0633\u062A\u060C \u0645\u0648\u0642\u062A\u0627\u064B \u0627\u062C\u0627\u0632\u0647 \u062F\u0633\u062A\u0631\u0633\u06CC \u0628\u0647 \u0627\u06CC\u0646 \u062E\u062F\u0645\u062A \u0631\u0627 \u0646\u062F\u0627\u0631\u06CC\u062F.",videoSubtitlePreTranslationOn:"\u0632\u06CC\u0631\u0646\u0648\u06CC\u0633 \u0647\u0627\u06CC \u0648\u06CC\u062F\u06CC\u0648 \u0628\u0647 \u0637\u0648\u0631 \u0627\u0648\u0644\u0648\u06CC\u062A\u06CC \u0627\u0632 \u062A\u0631\u062C\u0645\u0647 \u0641\u0631\u0648 \u0631\u0641\u062A\u06AF\u06CC \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u062E\u0648\u0627\u0647\u062F \u06A9\u0631\u062F.","translationModeUrl.translation.description":"\u0648\u0642\u062A\u06CC \u0648\u0628 \u0633\u0627\u06CC\u062A \u0628\u0631\u0627\u06CC \u062F\u0627\u0645\u0646\u0647 \u0647\u0627\u06CC \u0632\u06CC\u0631 \u0627\u0633\u062A\u060C \u0628\u0647 \u0637\u0648\u0631 \u062E\u0648\u062F\u06A9\u0627\u0631 \u0627\u0632 \u062D\u0627\u0644\u062A \u0641\u0642\u0637 \u0645\u062A\u0646 \u062A\u0631\u062C\u0645\u0647 \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u0645\u06CC \u06A9\u0646\u062F.","error.502":"\u062E\u062F\u0645\u062A \u062E\u0637\u0627 \u062F\u0627\u062F\u0647 \u0627\u0633\u062A\u060C \u062E\u062F\u0645\u062A \u0628\u0647 \u062A\u0627\u062E\u06CC\u0631 \u0627\u0641\u062A\u0627\u062F\u0647 \u0627\u0633\u062A\u060C \u0644\u0637\u0641\u0627 \u0628\u0639\u062F\u0627 \u062F\u0648\u0628\u0627\u0631\u0647 \u0627\u0645\u062A\u062D\u0627\u0646 \u06A9\u0646\u06CC\u062F.","error.openAIExceededQuota":"\u062E\u0637\u0627\u06CC \u0628\u0627\u0632\u06AF\u0634\u062A \u0633\u0631\u0648\u06CC\u0633: \u0645\u0648\u062C\u0648\u062F\u06CC \u062D\u0633\u0627\u0628 OpenAI \u0634\u0645\u0627 \u06A9\u0627\u0641\u06CC \u0646\u06CC\u0633\u062A\u060C \u0644\u0637\u0641\u0627\u064B \u0627\u0632 \u0637\u0631\u06CC\u0642 \u067E\u0646\u0644 \u0645\u062F\u06CC\u0631\u06CC\u062A\u06CC \u0631\u0633\u0645\u06CC OpenAI \u0634\u0627\u0631\u0698 \u06A9\u0646\u06CC\u062F \u06CC\u0627 \u06A9\u0627\u0631\u062A \u0627\u0639\u062A\u0628\u0627\u0631\u06CC \u062E\u0648\u062F \u0631\u0627 \u0645\u062A\u0635\u0644 \u06A9\u0646\u06CC\u062F.","translationModeLang.translation.description":"\u0648\u0642\u062A\u06CC \u0632\u0628\u0627\u0646 \u0635\u0641\u062D\u0647 \u0628\u0647 \u0632\u0628\u0627\u0646\u0647\u0627\u06CC \u0632\u06CC\u0631 \u0627\u0633\u062A\u060C \u0628\u0647 \u0637\u0648\u0631 \u062E\u0648\u062F\u06A9\u0627\u0631 \u0627\u0632 \u062D\u0627\u0644\u062A \u062A\u0631\u062C\u0645\u0647 \u0641\u0642\u0637 \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u0645\u06CC \u0634\u0648\u062F","error.429":"\u062E\u062F\u0645\u062A \u062E\u0637\u0627 \u0631\u0627 \u0628\u0631\u0645\u06CC \u06AF\u0631\u062F\u0627\u0646\u062F\u060C \u06A9\u0647 \u0646\u0634\u0627\u0646 \u0645\u06CC \u062F\u0647\u062F \u062F\u0631\u062E\u0648\u0627\u0633\u062A \u0628\u06CC\u0634 \u0627\u0632 \u062D\u062F \u0645\u06A9\u0631\u0631 \u06CC\u0627 \u0628\u06CC\u0634 \u0627\u0632 \u062D\u062F \u0645\u062D\u062F\u0648\u062F\u06CC\u062A \u0627\u0633\u062A\u060C \u0644\u0637\u0641\u0627 \u0628\u0639\u062F\u0627 \u062F\u0648\u0628\u0627\u0631\u0647 \u0627\u0645\u062A\u062D\u0627\u0646 \u06A9\u0646\u06CC\u062F.","error.400":"\u062E\u0637\u0627\u06CC\u06CC \u062F\u0631 \u0628\u0627\u0632\u06AF\u0634\u062A \u062E\u062F\u0645\u0627\u062A \u0631\u062E \u062F\u0627\u062F\u0647 \u0627\u0633\u062A \u060C \u067E\u0627\u0631\u0627\u0645\u062A\u0631 \u062F\u0631\u062E\u0648\u0627\u0633\u062A \u0627\u0634\u062A\u0628\u0627\u0647 \u0627\u0633\u062A \u060C \u0644\u0637\u0641\u0627\u064B \u067E\u06CC\u06A9\u0631\u0628\u0646\u062F\u06CC \u0645\u0631\u0628\u0648\u0637\u0647 \u0631\u0627 \u0628\u0631\u0631\u0633\u06CC \u06A9\u0646\u06CC\u062F.","error.googleLimitIp":"\u062E\u062F\u0645\u062A \u062E\u0637\u0627 \u0631\u0627 \u0628\u0631\u0645\u06CC \u06AF\u0631\u062F\u0627\u0646\u062F \u060C \u062E\u062F\u0645\u0627\u062A \u06AF\u0648\u06AF\u0644 \u0628\u0631\u0627\u06CC \u0627\u06CC\u0646 \u0622\u062F\u0631\u0633 IP \u0645\u062D\u062F\u0648\u062F \u0634\u062F\u0647 \u0627\u0633\u062A \u060C \u067E\u06CC\u0634\u0646\u0647\u0627\u062F \u0645\u06CC \u06A9\u0646\u06CC\u0645 \u0634\u0645\u0627 \u0646\u0648\u062F \u0634\u0628\u06A9\u0647 \u0631\u0627 \u062A\u063A\u06CC\u06CC\u0631 \u062F\u0647\u06CC\u062F.","translationFont.notSupportErrorMessage":"\u0644\u0637\u0641\u0627\u064B \u0646\u0627\u0645 \u0641\u0648\u0646\u062A\u06CC \u06A9\u0647 \u0648\u0627\u0631\u062F \u06A9\u0631\u062F\u0647 \u0627\u06CC\u062F \u0631\u0627 \u0628\u0631\u0631\u0633\u06CC \u06A9\u0646\u06CC\u062F \u062A\u0627 \u0645\u0637\u0645\u0626\u0646 \u0634\u0648\u06CC\u062F \u06A9\u0647 \u062F\u0631\u0633\u062A \u0627\u0633\u062A\u060C \u06CC\u0627 \u062A\u0623\u06CC\u06CC\u062F \u06A9\u0646\u06CC\u062F \u06A9\u0647 \u0627\u06CC\u0646 \u0641\u0648\u0646\u062A \u0628\u0631 \u0631\u0648\u06CC \u062F\u0633\u062A\u06AF\u0627\u0647 \u0634\u0645\u0627 \u0646\u0635\u0628 \u0634\u062F\u0647 \u0627\u0633\u062A.","error.gemini.429":"\u062E\u062F\u0645\u062A Gemini \u062F\u0631 \u062D\u0627\u0644 \u062D\u0627\u0636\u0631 \u0628\u0647 \u0638\u0631\u0641\u06CC\u062A \u062D\u062F\u0627\u06A9\u062B\u0631\u06CC \u062E\u0648\u062F \u0631\u0633\u06CC\u062F\u0647 \u0627\u0633\u062A\u060C \u0644\u0637\u0641\u0627\u064B \u0628\u0639\u062F\u0627\u064B \u062F\u0648\u0628\u0627\u0631\u0647 \u0627\u0645\u062A\u062D\u0627\u0646 \u06A9\u0646\u06CC\u062F \u06CC\u0627 \u0628\u0647 \u0633\u0631\u0648\u06CC\u0633 \u062A\u0631\u062C\u0645\u0647 \u062F\u06CC\u06AF\u0631\u06CC \u062A\u063A\u06CC\u06CC\u0631 \u062F\u0647\u06CC\u062F.","desc.toggleVideoSubtitlePreTranslation":"\u0628\u0639\u062F \u0641\u0634\u0627\u0631\u060C \u0632\u06CC\u0631\u0646\u0648\u06CC\u0633 \u062F\u0648\u0632\u0628\u0627\u0646\u0647 \u0648\u06CC\u062F\u06CC\u0648 \u0627\u0648\u0644\u0648\u06CC\u062A \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u0627\u0632 \u062A\u0646\u0638\u06CC\u0645\u0627\u062A \u062A\u0631\u062C\u0645\u0647 \u063A\u0648\u0637\u0647 \u0648\u0631 \u062E\u0648\u0627\u0647\u062F \u062F\u0627\u0634\u062A\u060C \u0628\u0627 \u0641\u0634\u0627\u0631 \u062F\u0648\u0628\u0627\u0631\u0647\u060C \u0627\u0648\u0644\u0648\u06CC\u062A \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u0627\u0632 \u0632\u06CC\u0631\u0646\u0648\u06CC\u0633 \u0645\u0627\u0634\u06CC\u0646\u06CC \u0627\u0635\u0644\u06CC \u0648\u06CC\u062F\u06CC\u0648 \u062E\u0648\u0627\u0647\u062F \u0628\u0648\u062F\u060C \u062A\u0648\u062C\u0647 \u062F\u0627\u0634\u062A\u0647 \u0628\u0627\u0634\u06CC\u062F: \u0627\u06CC\u0646 \u0645\u06CC\u0627\u0646\u0628\u0631 \u062A\u0646\u0638\u06CC\u0645\u0627\u062A \u062C\u0647\u0627\u0646\u06CC \u0631\u0627 \u062A\u063A\u06CC\u06CC\u0631 \u0645\u06CC \u062F\u0647\u062F.","error.openAIFreeLimit":"\u062E\u062F\u0645\u062A \u062E\u0637\u0627 \u0631\u0627 \u0628\u0631\u0645\u06CC \u06AF\u0631\u062F\u0627\u0646\u062F\u060C \u0641\u0631\u06A9\u0627\u0646\u0633 \u062F\u0631\u062E\u0648\u0627\u0633\u062A \u062A\u0631\u062C\u0645\u0647 \u0641\u0639\u0644\u06CC \u0628\u0647 \u062D\u062F\u0627\u06A9\u062B\u0631 3 \u0628\u0627\u0631 \u062F\u0631 \u062F\u0642\u06CC\u0642\u0647 \u0631\u0633\u06CC\u062F\u0647 \u0627\u0633\u062A\u060C \u0644\u0637\u0641\u0627\u064B \u0628\u0639\u062F\u0627\u064B \u062F\u0648\u0628\u0627\u0631\u0647 \u0627\u0645\u062A\u062D\u0627\u0646 \u06A9\u0646\u06CC\u062F. (\u0627\u06CC\u0646 \u0645\u062D\u062F\u0648\u062F\u06CC\u062A \u0631\u0633\u0645\u06CC OpenAI \u0628\u0631\u0627\u06CC API Key \u0631\u0627\u06CC\u06AF\u0627\u0646 \u0627\u0633\u062A\u060C \u0628\u0631\u0627\u06CC \u0631\u0641\u0639 \u0627\u06CC\u0646 \u0645\u062D\u062F\u0648\u062F\u06CC\u062A\u060C \u0644\u0637\u0641\u0627\u064B \u06A9\u0627\u0631\u062A \u0627\u0639\u062A\u0628\u0627\u0631\u06CC \u062E\u0648\u062F \u0631\u0627 \u062F\u0631 \u067E\u0646\u0644 OpenAI \u0645\u062A\u0635\u0644 \u06A9\u0646\u06CC\u062F.)","error.serveUnavailable":"\u062E\u062F\u0645\u062A [{serverName}] \u06A9\u0647 \u062F\u0631 \u062D\u0627\u0644 \u062D\u0627\u0636\u0631 \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u0645\u06CC \u06A9\u0646\u06CC\u062F \u0628\u0647 \u062F\u0644\u06CC\u0644 \u0645\u0634\u06A9\u0644\u0627\u062A \u0627\u062A\u0635\u0627\u0644 \u0628\u0647 \u0634\u0628\u06A9\u0647 \u06CC\u0627 \u0645\u0634\u06A9\u0644\u0627\u062A \u0627\u0631\u0627\u0626\u0647 \u062F\u0647\u0646\u062F\u0647 \u062E\u062F\u0645\u0627\u062A \u0645\u0648\u0642\u062A\u0627\u064B \u0642\u0627\u0628\u0644 \u062F\u0633\u062A\u0631\u0633\u06CC \u0646\u06CC\u0633\u062A. \u067E\u06CC\u0634\u0646\u0647\u0627\u062F \u0645\u06CC \u06A9\u0646\u06CC\u0645 \u0635\u0641\u062D\u0647 \u0631\u0627 \u062A\u0627\u0632\u0647 \u06A9\u0646\u06CC\u062F \u06CC\u0627 \u0627\u0632 \u0637\u0631\u06CC\u0642 <1>\u062A\u0646\u0638\u06CC\u0645\u0627\u062A \u0628\u0647 \u062E\u062F\u0645\u0627\u062A \u062A\u0631\u062C\u0645\u0647 \u062F\u06CC\u06AF\u0631\u06CC \u062A\u063A\u06CC\u06CC\u0631 \u062F\u0647\u06CC\u062F. \u0627\u06AF\u0631 \u0634\u0645\u0627 \u0639\u0636\u0648 <2>Pro \u0647\u0633\u062A\u06CC\u062F\u060C \u0645\u06CC \u062A\u0648\u0627\u0646\u06CC\u062F \u0627\u0632 \u062E\u062F\u0645\u0627\u062A \u062A\u0631\u062C\u0645\u0647 \u067E\u0627\u06CC\u062F\u0627\u0631\u062A\u0631 DeepL \u06CC\u0627 OpenAI \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u06A9\u0646\u06CC\u062F (<3>\u0627\u06CC\u0646\u062C\u0627 \u0631\u0627 \u0628\u0631\u0627\u06CC \u062A\u062C\u0631\u0628\u0647 \u0631\u0627\u06CC\u06AF\u0627\u0646 \u06A9\u0644\u06CC\u06A9 \u06A9\u0646\u06CC\u062F). \u0639\u0644\u0627\u0648\u0647 \u0628\u0631 \u0627\u06CC\u0646\u060C \u0645\u0645\u06A9\u0646 \u0627\u0633\u062A \u0646\u06CC\u0627\u0632 \u0628\u0627\u0634\u062F \u062A\u0646\u0638\u06CC\u0645\u0627\u062A \u0634\u0628\u06A9\u0647 \u06CC\u0627 \u067E\u0631\u0648\u06A9\u0633\u06CC \u062E\u0648\u062F \u0631\u0627 \u0628\u0631\u0631\u0633\u06CC \u06A9\u0646\u06CC\u062F.","widget.translateFile":"PDF/ePub",goLogin:"\u0648\u0631\u0648\u062F \u06A9\u0646\u06CC\u062F",notLogin:"\u0648\u0631\u0648\u062F \u0646\u0634\u062F\u0647 \u0627\u0633\u062A","error.reason":"\u062F\u0644\u06CC\u0644 \u062E\u0637\u0627",shortcutSettings:"\u0645\u06CC\u0627\u0646\u0628\u0631",alwaysTranslate:"\u0647\u0645\u06CC\u0634\u0647 \u062A\u0631\u062C\u0645\u0647 \u06A9\u0646\u06CC\u062F","translationServices.gemini":"\u062C\u0645\u0646\u06CC","slide.left":"\u0628\u0647 \u0631\u0627\u0633\u062A \u0628\u06A9\u0634\u06CC\u062F",loggedIn:"\u0648\u0627\u0631\u062F \u0634\u062F\u0647 \u0627\u06CC\u062F","floatBall.iKnow":"\u0645\u0646 \u0645\u06CC \u062F\u0627\u0646\u0645","intro.floatBallTitle":"\u062A\u0631\u062C\u0645\u0647 \u0633\u0631\u06CC\u0639 \u0628\u0627\u0644 \u0634\u0646\u0627\u0648\u0631","shortcutGroup.touch":"\u0698\u0633\u062A \u0647\u0627\u06CC \u062E\u0627\u0635 \u0635\u0641\u062D\u0647 \u0644\u0645\u0633\u06CC","tagsInput.add":"+ \u0627\u0636\u0627\u0641\u0647 \u06A9\u0631\u062F\u0646",shortcutSettingsTitle:"\u062A\u0646\u0638\u06CC\u0645\u0627\u062A \u0645\u06CC\u0627\u0646\u0628\u0631","widget.instruction":"\u062F\u0633\u062A\u0648\u0631\u0627\u0644\u0639\u0645\u0644 \u0627\u0633\u062A\u0641\u0627\u062F\u0647",touchShortcutsOff:"\u0628\u0633\u062A\u0647 \u0634\u062F\u0646","shortcutGroup.others":"\u06A9\u0644\u06CC\u062F\u0647\u0627\u06CC \u0645\u06CC\u0627\u0646\u0628\u0631 \u0633\u0641\u0627\u0631\u0634\u06CC \u0628\u06CC\u0634\u062A\u0631","error.subscriptionExpiredTitle":"\u0639\u0636\u0648\u06CC\u062A \u0645\u0646\u0642\u0636\u06CC \u0634\u062F\u0647 \u0627\u0633\u062A","error.retry":"\u062A\u0644\u0627\u0634 \u0645\u062C\u062F\u062F",neverTranslate:"\u0647\u0631\u06AF\u0632 \u062A\u0631\u062C\u0645\u0647 \u0646\u0645\u06CC \u06A9\u0646\u0645",networkError:"\u062E\u062F\u0645\u0627\u062A \u062A\u0631\u062C\u0645\u0647 \u06CC\u0627 \u0634\u0628\u06A9\u0647 \u0645\u0634\u06A9\u0644 \u062F\u0627\u0631\u062F","widget.translateFileTooltip":"\u062A\u0631\u062C\u0645\u0647 \u0627\u0633\u0646\u0627\u062F PDF\u060C EPUB\u060C SRT\u060C ASS\u060C HTML \u0648 TXT","slide.right":"\u0628\u0647 \u0686\u067E \u0628\u06A9\u0634\u06CC\u062F","multipleClick.3":"\u0633\u0647 \u0636\u0631\u0628\u0647 \u0645\u062A\u0648\u0627\u0644\u06CC","multipleClick.4":"\u0686\u0647\u0627\u0631 \u0636\u0631\u0628\u0647 \u0645\u062A\u0648\u0627\u0644\u06CC",pickAll:"\u0627\u0646\u062A\u062E\u0627\u0628 \u0647\u0645\u0647",contact:"\u0628\u0627 \u0645\u0627 \u062A\u0645\u0627\u0633 \u0628\u06AF\u06CC\u0631\u06CC\u062F","subtitle.bilingual":"\u0632\u06CC\u0631\u0646\u0648\u06CC\u0633 \u062F\u0648\u0632\u0628\u0627\u0646\u0647","shortcutGroup.shortcutsForTranslationServices":"\u06A9\u0644\u06CC\u062F\u0647\u0627\u06CC \u0645\u06CC\u0627\u0646\u0628\u0631 \u0645\u0631\u0628\u0648\u0637 \u0628\u0647 \u062E\u062F\u0645\u0627\u062A \u062A\u0631\u062C\u0645\u0647",buildSnapshots:"\u0627\u06CC\u062C\u0627\u062F \u0639\u06A9\u0633 \u0641\u0648\u0631\u06CC \u0627\u0632 \u0635\u0641\u062D\u0647 \u0648\u0628","widget.instructionTooltip":"\u062F\u0633\u062A\u0648\u0631\u0627\u0644\u0639\u0645\u0644 \u0631\u0627 \u0628\u0631\u0631\u0633\u06CC \u06A9\u0646\u06CC\u062F","widget.videoSubtitle":"\u0632\u06CC\u0631\u0646\u0648\u06CC\u0633 \u0648\u06CC\u062F\u06CC\u0648","multipleClick.2":"\u062F\u0648\u0628\u0627\u0631 \u06A9\u0644\u06CC\u06A9 \u06A9\u0646\u06CC\u062F","subtitle.autoDisableSubtitle":"\u0632\u06CC\u0631\u0646\u0648\u06CC\u0633 \u062F\u0648\u0632\u0628\u0627\u0646\u0647 \u0628\u0647 \u0635\u0648\u0631\u062A \u062E\u0648\u062F\u06A9\u0627\u0631 \u0641\u0639\u0627\u0644 \u0646\u0645\u06CC \u0634\u0648\u062F",mouseHoverCustomKeyTitle:"\u0633\u0641\u0627\u0631\u0634\u06CC \u06A9\u0631\u062F\u0646 \u0645\u06CC\u0627\u0646\u0628\u0631 \u0645\u0648\u0633 \u062F\u0631 \u062D\u0627\u0644\u062A \u0634\u0646\u0627\u0648\u0631","browser.translateWithOpenAI":"\u0627\u0632 OpenAI \u0628\u0631\u0627\u06CC \u062A\u0631\u062C\u0645\u0647 \u0645\u0648\u0642\u062A\u06CC \u0635\u0641\u062D\u0647 \u0641\u0639\u0644\u06CC \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u06A9\u0646\u06CC\u062F",neverTranslateThisSite:"\u0647\u0631\u06AF\u0632 \u0627\u06CC\u0646 \u0648\u0628\u0633\u0627\u06CC\u062A \u0631\u0627 \u062A\u0631\u062C\u0645\u0647 \u0646\u06A9\u0646\u06CC\u062F","browser.translateInputBox":"\u062A\u0631\u062C\u0645\u0647 \u0645\u062D\u062A\u0648\u0627\u06CC \u062C\u0639\u0628\u0647 \u0648\u0631\u0648\u062F\u06CC \u0641\u0639\u0644\u06CC","subtitle.hideQuickButton":"\u062F\u06CC\u06AF\u0631 \u0627\u06CC\u0646 \u0645\u06CC\u0627\u0646\u0628\u0631 \u0631\u0627 \u0646\u0634\u0627\u0646 \u0646\u062F\u0647","subtitle.showQuickButton":"\u062F\u0631 \u067E\u062E\u0634 \u06A9\u0646\u0646\u062F\u0647\u060C \u0645\u06CC\u0627\u0646\u0628\u0631 \u0632\u06CC\u0631\u0646\u0648\u06CC\u0633 \u062F\u0648\u0632\u0628\u0627\u0646\u0647 \u0646\u0645\u0627\u06CC\u0634 \u062F\u0627\u062F\u0647 \u0634\u0648\u062F","browser.translateWithTransmart":"\u0627\u0632 \u062A\u0631\u062C\u0645\u0647 \u0645\u0648\u0642\u062A\u06CC \u062A\u0646\u0633\u0646\u062A \u0628\u0631\u0627\u06CC \u0635\u0641\u062D\u0647 \u0641\u0639\u0644\u06CC \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u06A9\u0646\u06CC\u062F","intro.hoverTitle":"\u0645\u0648\u0634\u0648\u0627\u0631\u0647 \u0631\u0627 \u0628\u0631 \u0631\u0648\u06CC \u067E\u0627\u0631\u0627\u06AF\u0631\u0627\u0641 \u0641\u0639\u0644\u06CC \u0628\u06AF\u0630\u0627\u0631\u06CC\u062F \u062A\u0627 \u062A\u0631\u062C\u0645\u0647 \u0634\u0648\u062F","shortcutGroup.mouse":"\u062A\u0646\u0638\u06CC\u0645\u0627\u062A \u0645\u06CC\u0627\u0646\u0628\u0631 \u0645\u0648\u0633 \u062F\u0631 \u062D\u0627\u0644\u062A \u0634\u0646\u0627\u0648\u0631",temprarilyChangeTranslationTo_openai:"\u062F\u0631 \u062D\u0627\u0644 \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u0627\u0632 OpenAI \u0628\u0631\u0627\u06CC \u062A\u0631\u062C\u0645\u0647 \u0635\u0641\u062D\u0647 \u0641\u0639\u0644\u06CC \u0647\u0633\u062A\u0645","browser.translateWithDeepL":"\u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u0645\u0648\u0642\u062A \u0627\u0632 DeepL \u0628\u0631\u0627\u06CC \u062A\u0631\u062C\u0645\u0647 \u0635\u0641\u062D\u0647 \u0641\u0639\u0644\u06CC",translationOnlyMode:"\u0641\u0642\u0637 \u062D\u0627\u0644\u062A \u062A\u0631\u062C\u0645\u0647","widget.videoSubtitleTooltip":"\u067E\u0634\u062A\u06CC\u0628\u0627\u0646\u06CC \u0627\u0632 Youtube \u0648 {count}+ \u0633\u0627\u06CC\u062A \u0648\u06CC\u062F\u06CC\u0648\u06CC\u06CC \u062F\u06CC\u06AF\u0631",paragraphMinTextCountField:"\u062A\u0639\u062F\u0627\u062F \u06A9\u0645\u062A\u0631\u06CC\u0646 \u06A9\u0627\u0631\u0627\u06A9\u062A\u0631\u0647\u0627\u06CC \u0645\u0648\u0631\u062F \u0646\u06CC\u0627\u0632 \u0628\u0631\u0627\u06CC \u062A\u0631\u062C\u0645\u0647 \u067E\u0627\u0631\u0627\u06AF\u0631\u0627\u0641",temprarilyChangeTranslationTo_gemini:"\u062F\u0631 \u062D\u0627\u0644 \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u0627\u0632 Gemini \u0628\u0631\u0627\u06CC \u062A\u0631\u062C\u0645\u0647 \u0635\u0641\u062D\u0647 \u0641\u0639\u0644\u06CC \u0647\u0633\u062A\u0645","shortcutGroup.main":"\u0645\u06CC\u0627\u0646\u0628\u0631\u0647\u0627\u06CC \u06A9\u0644\u06CC\u062F\u06CC \u0639\u0645\u0644\u06A9\u0631\u062F \u0631\u0627\u06CC\u062C",temprarilyChangeTranslationTo_deepl:"\u062F\u0631 \u062D\u0627\u0644 \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u0627\u0632 \u062A\u0631\u062C\u0645\u0647 DeepL \u0628\u0631\u0627\u06CC \u0635\u0641\u062D\u0647 \u0641\u0639\u0644\u06CC",temprarilyChangeTranslationTo_transmart:"\u062F\u0631 \u062D\u0627\u0644 \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u0627\u0632 \u062A\u0631\u062C\u0645\u0647 \u062A\u0646\u0633\u0646\u062A \u0628\u0631\u0627\u06CC \u0635\u0641\u062D\u0647 \u0641\u0639\u0644\u06CC",alwaysTranslateThisSite:"\u0647\u0645\u06CC\u0634\u0647 \u0627\u06CC\u0646 \u0648\u0628\u0633\u0627\u06CC\u062A \u0631\u0627 \u062A\u0631\u062C\u0645\u0647 \u06A9\u0646\u06CC\u062F","browser.translateWithBing":"\u0627\u0632 \u062A\u0631\u062C\u0645\u0647 \u0645\u0627\u06CC\u06A9\u0631\u0648\u0633\u0627\u0641\u062A \u0628\u0631\u0627\u06CC \u062A\u0631\u062C\u0645\u0647 \u0645\u0648\u0642\u062A\u06CC \u0635\u0641\u062D\u0647 \u0641\u0639\u0644\u06CC \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u06A9\u0646\u06CC\u062F",upgradeToProErrorTitle:"\u0644\u0637\u0641\u0627\u064B \u0628\u0647 \u0639\u0636\u0648\u06CC\u062A Pro \u0627\u0631\u062A\u0642\u0627 \u062F\u0647\u06CC\u062F \u0648 \u0633\u067E\u0633 \u0627\u0632 \u0627\u06CC\u0646 \u062E\u062F\u0645\u062A \u062A\u0631\u062C\u0645\u0647 \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u06A9\u0646\u06CC\u062F","intro.subtitleTitle":"\u0646\u0645\u0627\u06CC\u0634 \u0632\u06CC\u0631\u0646\u0648\u06CC\u0633 \u062F\u0648\u0632\u0628\u0627\u0646\u0647 \u0648\u06CC\u062F\u06CC\u0648\u06CC \u0622\u0646\u0644\u0627\u06CC\u0646",temprarilyChangeTranslationTo_bing:"\u062F\u0631 \u062D\u0627\u0644 \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u0627\u0632 \u062A\u0631\u062C\u0645\u0647 \u0645\u0627\u06CC\u06A9\u0631\u0648\u0633\u0627\u0641\u062A \u0628\u0631\u0627\u06CC \u0635\u0641\u062D\u0647 \u0641\u0639\u0644\u06CC \u0647\u0633\u062A\u0645",touchShortcutsToggleTranslationMask:"\u062A\u0646\u0638\u06CC\u0645 \u0646\u0645\u0627\u06CC\u0634 \u0698\u0633\u062A \u0644\u0645\u0633\u06CC \u0628\u0631\u0627\u06CC \u0646\u0645\u0627\u06CC\u0634 \u0645\u062A\u0646 \u062A\u0631\u062C\u0645\u0647 / \u0646\u0645\u0627\u06CC\u0634 \u0645\u062A\u0646 \u0627\u0635\u0644\u06CC","browser.translateWithGemini":"\u0628\u0647 \u0637\u0648\u0631 \u0645\u0648\u0642\u062A \u0627\u0632 Gemini \u0628\u0631\u0627\u06CC \u062A\u0631\u062C\u0645\u0647 \u0635\u0641\u062D\u0647 \u0641\u0639\u0644\u06CC \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u06A9\u0646\u06CC\u062F","browser.toggleVideoSubtitlePreTranslation":"\u062A\u063A\u06CC\u06CC\u0631 \u0632\u06CC\u0631\u0646\u0648\u06CC\u0633 \u062F\u0648\u0632\u0628\u0627\u0646\u0647 \u0628\u0627 \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u0627\u0632 \u062A\u0646\u0638\u06CC\u0645\u0627\u062A \u062A\u0631\u062C\u0645\u0647 \u0641\u0631\u0648 \u0631\u0641\u062A\u0647 \u0627\u0648\u0644\u0648\u06CC\u062A \u062F\u0627\u0631\u062F",notLoginPro:"\u0634\u0645\u0627 \u0647\u0646\u0648\u0632 \u0628\u0647 \u062D\u0633\u0627\u0628 \u06A9\u0627\u0631\u0628\u0631\u06CC \u062E\u0648\u062F \u0648\u0627\u0631\u062F \u0646\u0634\u062F\u0647 \u0627\u06CC\u062F",touchShortcutsToggleTranslatePage:"\u0628\u0631\u0627\u06CC \u062A\u0631\u062C\u0645\u0647 \u0635\u0641\u062D\u0627\u062A \u0648\u0628 / \u0646\u0645\u0627\u06CC\u0634 \u0645\u062A\u0646 \u0627\u0635\u0644\u06CC \u060C \u062D\u0631\u06A9\u062A \u0647\u0627\u06CC \u0644\u0645\u0633\u06CC \u0631\u0627 \u062A\u0646\u0638\u06CC\u0645 \u06A9\u0646\u06CC\u062F",temprarilyChangeTranslationTo_google:"\u062F\u0631 \u062D\u0627\u0644 \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u0627\u0632 \u062A\u0631\u062C\u0645\u0647 \u06AF\u0648\u06AF\u0644 \u0628\u0631\u0627\u06CC \u0635\u0641\u062D\u0647 \u0641\u0639\u0644\u06CC \u0647\u0633\u062A\u0645","neverTranslateText.title":"\u0644\u0637\u0641\u0627\u064B \u06A9\u0644\u0645\u0627\u062A \u0632\u06CC\u0631 \u0631\u0627 \u0628\u0647 \u0635\u0648\u0631\u062A \u0627\u0635\u0644\u06CC \u062D\u0641\u0638 \u06A9\u0646\u06CC\u062F\u060C \u062A\u0631\u062C\u0645\u0647 \u0646\u06A9\u0646\u06CC\u062F.",touchShortcutsToggleTranslateTouchElement:"\u062A\u0646\u0638\u06CC\u0645 \u062D\u0631\u06A9\u062A \u0644\u0645\u0633\u06CC \u0635\u0641\u062D\u0647 \u0646\u0645\u0627\u06CC\u0634 \u0628\u0631\u0627\u06CC \u062A\u0631\u062C\u0645\u0647 \u067E\u0627\u0631\u0627\u06AF\u0631\u0627\u0641 \u0645\u0634\u062E\u0635","description.baiduField":"\u062D\u0648\u0632\u0647 \u0647\u0627\u06CC \u067E\u0634\u062A\u06CC\u0628\u0627\u0646\u06CC \u0634\u062F\u0647 \u0631\u0627 \u062F\u0631 <1>\u0627\u06CC\u0646\u062C\u0627 \u0628\u0628\u06CC\u0646\u06CC\u062F \u060C \u0627\u06AF\u0631 \u062E\u0627\u0644\u06CC \u0628\u0627\u0634\u062F \u0628\u0647 \u0645\u0639\u0646\u06CC \u0627\u06CC\u0646 \u0627\u0633\u062A \u06A9\u0647 \u062D\u0648\u0632\u0647 \u0627\u06CC \u0645\u0634\u062E\u0635 \u0646\u0634\u062F\u0647 \u0627\u0633\u062A",mouseHoverCustomKeyDescription:"\u0634\u0645\u0627 \u0645\u06CC \u062A\u0648\u0627\u0646\u06CC\u062F \u06CC\u06A9 \u0645\u06CC\u0627\u0646\u0628\u0631 \u062A\u0631\u06A9\u06CC\u0628\u06CC \u0633\u0641\u0627\u0631\u0634\u06CC \u0628\u0631\u0627\u06CC \u0645\u0648\u0633 \u0631\u0627 \u062A\u0639\u0631\u06CC\u0641 \u06A9\u0646\u06CC\u062F\u060C \u0645\u0627\u0646\u0646\u062F: Alt+Z\u060C Ctrl+E\u060C Cmd+Alt+E \u06CC\u0627 \u0641\u0642\u0637 Cmd\u060C \u0644\u0637\u0641\u0627 \u0628\u0647 \u0635\u0648\u0631\u062A \u062F\u0633\u062A\u06CC \u062F\u0627\u062E\u0644 \u06A9\u0646\u06CC\u062F.","floatBall.guideClickToTranslate":`\u0628\u0627 \u06A9\u0644\u06CC\u06A9 \u06A9\u0631\u062F\u0646 \u0628\u0631 \u0631\u0648\u06CC \u062A\u0648\u067E \u0634\u0646\u0627\u0648\u0631 \u062A\u0631\u062C\u0645\u0647 \u0641\u0648\u0631\u06CC + {env.imt_sub_trans_field}: Traducci\xF3n`,"subtitle.quickButton.cyan":"Azul","subtitle.quickButton.backgroundColor":"color de fondo","subtitle.quickButton.blue":"azul","subtitle.quickButton.translationTextColor":"Color de fuente de traducci\xF3n","subtitle.quickButton.translationPosition":"Posici\xF3n de traducci\xF3n","subtitle.quickButton.translationFontSize":"Tama\xF1o de fuente de traducci\xF3n","subtitle.quickButton.translationPositionBottom":"Debajo del texto original","subtitle.quickButton.sourceFontSize":"Tama\xF1o original de la fuente","subtitle.quickButton.green":"Verde","subtitle.quickButton.white":"blanco","subtitle.quickButton.red":"Rojo","subtitle.quickButton.magenta":"Magenta","translationServices.claude":"Claude","subtitle.quickButton.setting":"Configuraci\xF3n","subtitle.quickButton.yellow":"amarillo","subtitle.quickButton.backgroundOpacity":"Opacidad de fondo","subtitle.quickButton.black":"negro","subtitle.quickButton.sourceTextColor":"Color original de la fuente","subtitle.quickButton.translationPositionTop":"En la parte superior del texto original",attachSubtitleTranslating:"Usando {service} para traducir...","error.claude.403":"No tiene permiso para acceder al servicio, puede estar relacionado con las restricciones de \xE1rea de Claude, puede intentar cambiar su direcci\xF3n IP o usar otros servicios de traducci\xF3n.","browser.brandDescriptionForSafari":"\u3010Traducci\xF3n inmersiva\u3011Un complemento de traducci\xF3n de p\xE1ginas web biling\xFCe (original/traducci\xF3n) gratuito que tambi\xE9n soporta la traducci\xF3n de PDF y libros electr\xF3nicos EPUB manteniendo el formato original del documento, la traducci\xF3n de subt\xEDtulos biling\xFCes de videos en l\xEDnea como Youtube/Netflix, y soporta servicios de traducci\xF3n principales como Deepl/Google;","browser.PdfProFile":"AI impulsado por PDF Pro traducci\xF3n","browser.textTranslate":"Traducci\xF3n de texto"};var Fl={nologin:"\u0648\u0627\u0631\u062F \u0646\u0634\u062F\u0647 \u0627\u06CC\u062F",loginForSafari:"\u0648\u0627\u0631\u062F \u0634\u0648\u06CC\u062F \u06CC\u0627 \u062B\u0628\u062A \u0646\u0627\u0645 \u06A9\u0646\u06CC\u062F",login:"\u767B\u5F55",manageAccount:"\u0645\u062F\u06CC\u0631\u06CC\u062A \u062D\u0633\u0627\u0628",openPremium:"\u0639\u0636\u0648\u06CC\u062A",logout:"\u062A\u0631\u06A9 \u06A9\u0631\u062F\u0646",curentPlan:"\u0628\u0633\u062A\u0647 \u0641\u0639\u0644\u06CC",endAt:"\u0628\u0644\u0648\u063A",endAuto:"\u062A\u0645\u062F\u06CC\u062F \u062E\u0648\u062F\u06A9\u0627\u0631",lineBreakMaxTextCount:"\u062D\u062F\u0627\u06A9\u062B\u0631 \u062A\u0639\u062F\u0627\u062F \u06A9\u0627\u0631\u0627\u06A9\u062A\u0631\u0647\u0627\u06CC \u0645\u062C\u0627\u0632 \u062F\u0631 \u0647\u0631 \u062C\u0645\u0644\u0647 \u067E\u0633 \u0627\u0632 \u0634\u06A9\u0633\u062A \u062E\u0637","translate-pdf":"\u0628\u0631\u0627\u06CC \u062A\u0631\u062C\u0645\u0647 PDF \u06A9\u0644\u06CC\u06A9 \u06A9\u0646\u06CC\u062F","noSupportTranslate-pdf":"\u0627\u0633\u06A9\u0631\u06CC\u067E\u062A \u067E\u0634\u062A\u06CC\u0628\u0627\u0646\u06CC \u0646\u0645\u06CC \u0634\u0648\u062F\u060C \u0644\u0637\u0641\u0627 \u0627\u0632 \u0627\u0641\u0632\u0648\u0646\u0647 \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u06A9\u0646\u06CC\u062F","translate-firefox-local-pdf":"\u0628\u0631\u0627\u06CC \u0628\u0627\u0631\u06AF\u06CC\u0631\u06CC PDF \u06A9\u0644\u06CC\u06A9 \u06A9\u0646\u06CC\u062F",enableLineBreak:"\u0641\u0639\u0627\u0644 \u06A9\u0631\u062F\u0646 \u0634\u06A9\u0633\u062A \u062E\u0637 \u062E\u0648\u062F\u06A9\u0627\u0631 \u0628\u0646\u062F \u0628\u0644\u0646\u062F",sponsorLabel:"\u062D\u0627\u0645\u06CC\u0627\u0646 \u062A\u0648\u0633\u0639\u0647\u200C\u062F\u0647\u0646\u062F\u06AF\u0627\u0646 \u0628\u0627 \u0634\u0631\u0648\u0639 \u0627\u0632 1 \u062F\u0644\u0627\u0631",help:"\u06A9\u0645\u06A9",browserShortcutsNoteForFirefox:"\u0628\u0631\u0627\u06CC \u062A\u063A\u06CC\u06CC\u0631 \u06A9\u0644\u06CC\u062F\u0647\u0627\u06CC \u0645\u06CC\u0627\u0646\u0628\u0631 \u062F\u0631 \u0645\u0631\u0648\u0631\u06AF\u0631 \u0641\u0627\u06CC\u0631\u0641\u0627\u06A9\u0633\u060C \u0628\u0627\u06CC\u062F \u0628\u0631\u06AF\u0647 \u0645\u062F\u06CC\u0631\u06CC\u062A \u0627\u0641\u0632\u0648\u0646\u0647\u200C\u0647\u0627 (about:addons) \u0631\u0627 \u0628\u0627\u0632 \u06A9\u0646\u06CC\u062F\u060C \u0633\u067E\u0633 \u0631\u0648\u06CC \xAB\u062A\u0646\u0638\u06CC\u0645\u0627\u062A\xBB \u06A9\u0644\u06CC\u06A9 \u06A9\u0646\u06CC\u062F \u0648 \u0633\u067E\u0633 \u0628\u0631\u0627\u06CC \u062A\u0646\u0638\u06CC\u0645 \u0631\u0648\u06CC \xAB\u0645\u062F\u06CC\u0631\u06CC\u062A \u06A9\u0644\u06CC\u062F\u0647\u0627\u06CC \u0645\u06CC\u0627\u0646\u0628\u0631\xBB \u06A9\u0644\u06CC\u06A9 \u06A9\u0646\u06CC\u062F",browserShortcutsNoteForChrome:"\u0628\u0631\u0627\u06CC \u0645\u0631\u0648\u0631\u06AF\u0631\u0647\u0627\u06CC Chrome \u0645\u0627\u0646\u0646\u062F\u060C \u0628\u0627\u06CC\u062F \u0628\u0631\u06AF\u0647 \u0645\u062F\u06CC\u0631\u06CC\u062A \u0627\u0641\u0632\u0648\u0646\u0647\u200C\u0647\u0627 \u0631\u0627 \u0628\u0631\u0627\u06CC \u062A\u063A\u06CC\u06CC\u0631 \u06A9\u0644\u06CC\u062F\u0647\u0627\u06CC \u0645\u06CC\u0627\u0646\u0628\u0631 \u0628\u0627\u0632 \u06A9\u0646\u06CC\u062F\u060C \u0622\u0646 \u0631\u0627 \u062F\u0631 \u062F\u0631\u06AF\u0627\u0647 \xAB\u0645\u062F\u06CC\u0631\u06CC\u062A \u06A9\u0644\u06CC\u062F\u0647\u0627\u06CC \u0645\u06CC\u0627\u0646\u0628\u0631\xBB (chrome://extensions/shortcuts) \u062A\u0646\u0638\u06CC\u0645 \u06A9\u0646\u06CC\u062F. \u0631\u0648\u06CC \u062F\u06A9\u0645\u0647 \u0632\u06CC\u0631 \u06A9\u0644\u06CC\u06A9 \u06A9\u0646\u06CC\u062F \u062A\u0627 \u0628\u0647 \u0628\u0631\u06AF\u0647 \u0645\u062F\u06CC\u0631\u06CC\u062A \u06A9\u0644\u06CC\u062F \u0645\u06CC\u0627\u0646\u0628\u0631 \u0628\u0631\u0648\u06CC\u062F.",browserShortcutsSucks:"\u0641\u0631\u0645\u062A \u06A9\u0644\u06CC\u062F \u0645\u06CC\u0627\u0646\u0628\u0631 \u0633\u0641\u0627\u0631\u0634\u06CC (\u0628\u062F\u0648\u0646 \u062A\u0634\u062E\u06CC\u0635 \u062E\u0648\u062F\u06A9\u0627\u0631\u060C \u0644\u0637\u0641\u0627 \u0645\u0633\u062A\u0642\u06CC\u0645\u0627 \u0648\u0627\u0631\u062F \u06A9\u0646\u06CC\u062F)\uFF1A\u0627\u0633\u062A",enableLineBreakDescription:"\u0648\u0642\u062A\u06CC \u0641\u0639\u0627\u0644 \u0628\u0627\u0634\u062F\u060C \u06CC\u06A9 \u0634\u06A9\u0633\u062A \u062E\u0637 \u062F\u0631 \u067E\u0627\u06CC\u0627\u0646 \u0647\u0631 \u062C\u0645\u0644\u0647 \u062F\u0631 \u06CC\u06A9 \u0628\u0646\u062F \u0628\u0644\u0646\u062F \u0628\u0631\u0627\u06CC \u062A\u0633\u0647\u06CC\u0644 \u062E\u0648\u0627\u0646\u062F\u0646 \u0627\u0639\u0645\u0627\u0644 \u0645\u06CC \u0634\u0648\u062F","browser.shortBrandName":"\u062A\u0631\u062C\u0645\u0647 \u0647\u0645\u0647\u062C\u0627\u0646\u0628\u0647","browser.brandName":"\u062A\u0631\u062C\u0645\u0647 \u0647\u0645\u0647\u200C\u062C\u0627\u0646\u0628\u0647","browser.brandDescription":"Web bilingual translation, completely free to use, supports Deepl/Google/Bing/Tencent/Youdao, etc.","browser.toggleTranslatePage":"\u062A\u0631\u062C\u0645\u0647 \u062A\u0627\u0631\u0646\u0645\u0627/\u0646\u0645\u0627\u06CC\u0634 \u0645\u062A\u0646 \u0627\u0635\u0644\u06CC","browser.toggleTranslateTheWholePage":"\u062A\u0631\u062C\u0645\u0647 \u062A\u0645\u0627\u0645 \u0628\u0631\u06AF\u0647/\u0646\u0645\u0627\u06CC\u0634 \u0645\u062A\u0646 \u0627\u0635\u0644\u06CC","browser.toggleOnlyTransation":"\u062A\u063A\u06CC\u06CC\u0631 \u0628\u0647 \u062D\u0627\u0644\u062A \u062F\u0648\u0632\u0628\u0627\u0646\u0647 / \u0641\u0642\u0637 \u0645\u062A\u0646 \u062A\u0631\u062C\u0645\u0647 \u0634\u062F\u0647","browser.toggleTranslateToThePageEndImmediately":"\u0627\u0632 \u0627\u0646\u062A\u0647\u0627\u06CC \u0628\u0631\u06AF\u0647 \u062A\u0631\u062C\u0645\u0647 \u06A9\u0646\u06CC\u062F/\u0646\u0645\u0627\u06CC\u0634 \u0645\u062A\u0646 \u0627\u0635\u0644\u06CC","browser.toggleTranslateTheMainPage":"\u062A\u0631\u062C\u0645\u0647 \u0642\u0633\u0645\u062A\u200C\u0647\u0627\u06CC \u0627\u0635\u0644\u06CC \u0628\u0631\u06AF\u0647/\u0646\u0645\u0627\u06CC\u0634 \u0645\u062A\u0646 \u0627\u0635\u0644\u06CC","browser.shareToDraft":"\u0627\u0634\u062A\u0631\u0627\u06A9\u200C\u06AF\u0630\u0627\u0631\u06CC \u0635\u0641\u062D\u0647 \u062F\u0648\u0632\u0628\u0627\u0646\u0647","browser.openOptionsPage":"\u0628\u0631\u06AF\u0647 \u062A\u0646\u0638\u06CC\u0645\u0627\u062A \u0631\u0627 \u0628\u0627\u0632 \u06A9\u0646\u06CC\u062F","browser.toggleTranslationMask":"\u0646\u0645\u0627\u06CC\u0634/\u067E\u0646\u0647\u0627\u0646 \u06A9\u0631\u062F\u0646 \u062C\u0644\u0648\u0647 \u062A\u0627\u0631\u06CC \u062A\u0631\u062C\u0645\u0647","browser.translateLocalPdfFile":"\u062A\u0631\u062C\u0645\u0647 \u067E\u0631\u0648\u0646\u062F\u0647 PDF \u0645\u062D\u0644\u06CC","browser.openEbookViewer":"\u06A9\u062A\u0627\u0628 \u0647\u0627\u06CC \u0627\u0644\u06A9\u062A\u0631\u0648\u0646\u06CC\u06A9\u06CC \u0645\u062D\u0644\u06CC \u0631\u0627 \u0628\u062E\u0648\u0627\u0646\u06CC\u062F","browser.openEbookBuilder":"\u06A9\u062A\u0627\u0628 \u0647\u0627\u06CC \u0627\u0644\u06A9\u062A\u0631\u0648\u0646\u06CC\u06A9\u06CC \u062F\u0648 \u0632\u0628\u0627\u0646\u0647 EPUB \u0627\u06CC\u062C\u0627\u062F \u06A9\u0646\u06CC\u062F","browser.translateLocalHtmlFile":"\u7FFB\u8BD1\u672C\u5730 HTML \u6587\u4EF6","browser.donateContext":"\u0628\u0627 \u0645\u0632\u0627\u06CC\u0627\u06CC \u062D\u0645\u0627\u06CC\u062A \u0645\u0627\u0644\u06CC \u0622\u0634\u0646\u0627 \u0634\u0648\u06CC\u062F","browser.translateLocalSubtitleFile":"\u0641\u0627\u06CC\u0644 \u0647\u0627\u06CC \u0632\u06CC\u0631\u0646\u0648\u06CC\u0633 \u0645\u062D\u0644\u06CC \u0631\u0627 \u062A\u0631\u062C\u0645\u0647 \u06A9\u0646\u06CC\u062F",confirmResetConfig:"\u0622\u06CC\u0627 \u0645\u0637\u0645\u0626\u0646 \u0647\u0633\u062A\u06CC\u062F \u06A9\u0647 \u0645\u06CC\u200C\u062E\u0648\u0627\u0647\u06CC\u062F \u062A\u0646\u0638\u06CC\u0645\u0627\u062A \u0631\u0627 \u0628\u0627\u0632\u0646\u0634\u0627\u0646\u06CC \u06A9\u0646\u06CC\u062F\u061F",translationLineBreakSettingTitle:"\u062A\u0646\u0638\u06CC\u0645\u0627\u062A \u0628\u0633\u062A\u0647 \u0628\u0646\u062F\u06CC \u062E\u0637 \u062A\u0631\u062C\u0645\u0647",smartLineBreak:"\u0628\u0633\u062A\u0647 \u0628\u0646\u062F\u06CC \u062E\u0637 \u0647\u0648\u0634\u0645\u0646\u062F",alwaysLineBreak:"\u0647\u0645\u06CC\u0634\u0647 \u0628\u067E\u06CC\u0686\u06CC\u062F",isShowContextMenu:"\u521B\u5EFA\u53F3\u952E\u83DC\u5355",toggleBeta:"\u0648\u06CC\u0698\u06AF\u06CC \u0647\u0627\u06CC \u0622\u0632\u0645\u0627\u06CC\u0634 \u0628\u062A\u0627 \u0631\u0627 \u0641\u0639\u0627\u0644 \u06A9\u0646\u06CC\u062F",betaDescription:"\u0648\u06CC\u0698\u06AF\u06CC\u200C\u0647\u0627\u06CC\u06CC \u0631\u0627 \u06A9\u0647 \u0647\u0646\u0648\u0632 \u0622\u0632\u0645\u0627\u06CC\u0634\u06CC \u0647\u0633\u062A\u0646\u062F \u0648 \u0647\u0645\u0686\u0646\u06CC\u0646 \u062E\u062F\u0645\u0627\u062A \u062A\u0631\u062C\u0645\u0647 \u0631\u0627 \u062F\u0631 \u0622\u0632\u0645\u0627\u06CC\u0634 \u0641\u0639\u0627\u0644 \u06A9\u0646\u06CC\u062F. \u0639\u0636\u0648<1>\u06AF\u0631\u0648\u0647 \u062A\u0644\u06AF\u0631\u0627\u0645 \u0634\u0648\u06CC\u062F \u0628\u06CC\u0634\u062A\u0631 \u0628\u062F\u0627\u0646\u06CC\u062F.",translationLineBreakSettingDescription:"\u5BF9\u4E8E\u8BD1\u6587\u7684\u4F4D\u7F6E\uFF1A\u603B\u662F\u6362\u884C/\u667A\u80FD\u6362\u884C\uFF08\u5F53\u6BB5\u843D\u591A\u4E8E{count}\u4E2A\u5B57\u7B26\u624D\u6362\u884C\u663E\u793A\u8BD1\u6587\uFF09",tempTranslateDomainTitle:"\u0686\u0647 \u0645\u062F\u062A \u0628\u0631\u0627\u06CC \u0641\u0639\u0627\u0644 \u06A9\u0631\u062F\u0646 \u0645\u0648\u0642\u062A \u062A\u0631\u062C\u0645\u0647 \u0648\u0628 \u0633\u0627\u06CC\u062A",tempTranslateDomainDescription:"\u5F53\u624B\u52A8\u7FFB\u8BD1\u67D0\u4E2A\u7F51\u9875\u7684\u65F6\u5019\uFF0C\u4E34\u65F6\u5F00\u542F\u8BE5\u7F51\u7AD9\u4E3A\u81EA\u52A8\u7FFB\u8BD1",xMinutes:"{count} \u062F\u0642\u06CC\u0642\u0647",disabled:"\u063A\u06CC\u0631 \u0641\u0639\u0627\u0644 \u06A9\u0631\u062F\u0646",changelog:"\u062A\u063A\u06CC\u06CC\u0631 \u06AF\u0632\u0627\u0631\u0634",toggleTranslatePageWhenThreeFingersOnTheScreen:"\u0628\u0631\u0627\u06CC \u062A\u0631\u062C\u0645\u0647 \u0635\u0641\u062D\u0647 \u0648\u0628/\u0646\u0645\u0627\u06CC\u0634 \u0645\u062A\u0646 \u0627\u0635\u0644\u06CC\u060C \u0647\u0645\u0632\u0645\u0627\u0646 \u0628\u0627 \u0686\u0646\u062F\u06CC\u0646 \u0627\u0646\u06AF\u0634\u062A \u0635\u0641\u062D\u0647 \u0631\u0627 \u0644\u0645\u0633 \u06A9\u0646\u06CC\u062F",toggleTranslationMaskWhenThreeFingersOnTheScreen:"\u0686\u0646\u062F\u06CC\u0646 \u0627\u0646\u06AF\u0634\u062A \u0631\u0627 \u0628\u0647 \u0637\u0648\u0631 \u0647\u0645\u0632\u0645\u0627\u0646 \u0644\u0645\u0633 \u06A9\u0646\u06CC\u062F \u062A\u0627 \u062C\u0644\u0648\u0647 \u062A\u0627\u0631\u06CC \u062A\u0631\u062C\u0645\u0647 \u0646\u0634\u0627\u0646 \u062F\u0627\u062F\u0647 \u06CC\u0627 \u067E\u0646\u0647\u0627\u0646 \u0634\u0648\u062F",fingerCountToToggleTranslagePageOnlyTranslationWhenTouching:"\u0628\u0631\u0627\u06CC \u062A\u0631\u062C\u0645\u0647 \u0635\u0641\u062D\u0647 \u0648\u0628 (\u0641\u0642\u0637 \u062A\u0631\u062C\u0645\u0647)/\u0646\u0645\u0627\u06CC\u0634 \u0645\u062A\u0646 \u0627\u0635\u0644\u06CC \u0628\u0627 \u0686\u0646\u062F\u06CC\u0646 \u0627\u0646\u06AF\u0634\u062A \u0647\u0645\u0632\u0645\u0627\u0646 \u0635\u0641\u062D\u0647 \u0631\u0627 \u0644\u0645\u0633 \u06A9\u0646\u06CC\u062F",addUrlDescription:"\u0627\u06CC\u0646 \u0645\u06CC \u062A\u0648\u0627\u0646\u062F \u06CC\u06A9 \u0646\u0627\u0645 \u062F\u0627\u0645\u0646\u0647 \u0628\u0627\u0634\u062F \u0648 \u0627\u0632 \u062D\u0631\u0648\u0641 \u0639\u0627\u0645 \u067E\u0634\u062A\u06CC\u0628\u0627\u0646\u06CC \u0645\u06CC \u06A9\u0646\u062F\u060C \u0645\u0627\u0646\u0646\u062F\uFF1A*.google.com\u060C google.com/mail/*\u060C https://www.google.com/*",general:"\u062A\u0646\u0638\u06CC\u0645\u0627\u062A \u067E\u0627\u06CC\u0647",clickToExpandConfig:"\u06AF\u0633\u062A\u0631\u0634 \u067E\u06CC\u06A9\u0631\u0628\u0646\u062F\u06CC \u0641\u0639\u0644\u06CC",import:"\u4ECE\u6587\u4EF6\u5BFC\u5165\u914D\u7F6E",export:"\u0635\u0627\u062F\u0631\u0627\u062A \u0628\u0647 \u0641\u0627\u06CC\u0644",toggleDebug:"\u06AF\u0632\u0627\u0631\u0634 \u0647\u0627\u06CC \u0627\u0634\u06A9\u0627\u0644 \u0632\u062F\u0627\u06CC\u06CC \u0631\u0627 \u0631\u0648\u06CC \u06A9\u0646\u0633\u0648\u0644 \u0686\u0627\u067E \u06A9\u0646\u06CC\u062F","fingers.0":"\u0628\u0633\u062A\u0647","fingers.2":"\u0644\u0645\u0633 \u062F\u0648 \u0627\u0646\u06AF\u0634\u062A\u06CC","fingers.3":"\u0644\u0645\u0633 \u0633\u0647 \u0627\u0646\u06AF\u0634\u062A","fingers.4":"\u0644\u0645\u0633 \u0686\u0647\u0627\u0631 \u0627\u0646\u06AF\u0634\u062A","fingers.5":"\u0644\u0645\u0633 \u067E\u0646\u062C \u0627\u0646\u06AF\u0634\u062A",mouseHoldKey:"+ {key} \u0627\u06CC\u0646 \u067E\u0627\u0631\u0627\u06AF\u0631\u0627\u0641 \u0631\u0627 \u062A\u0631\u062C\u0645\u0647/\u0628\u0627\u0632\u06CC\u0627\u0628\u06CC \u06A9\u0646\u06CC\u062F",mouseHoldKeyAuto:"\u0627\u06CC\u0646 \u067E\u0627\u0631\u0627\u06AF\u0631\u0627\u0641 \u0631\u0627 \u0645\u0633\u062A\u0642\u06CC\u0645\u0627\u064B \u062A\u0631\u062C\u0645\u0647 \u06A9\u0646\u06CC\u062F",mouseHoldKeyOff:"\u0647\u06CC\u0686 \u06A9\u0627\u0631\u06CC \u0646\u06A9\u0646",mouseHoldKeyOther:"\u06A9\u0644\u06CC\u062F\u0647\u0627\u06CC \u0645\u06CC\u0627\u0646\u0628\u0631 \u0633\u0641\u0627\u0631\u0634\u06CC (\u062A\u0646\u0638\u06CC\u0645\u0627\u062A \u0628\u0627\u0632)",mouseHoldKeyCustomKey:"0 \u0627\u06CC\u0646 \u067E\u0627\u0631\u0627\u06AF\u0631\u0627\u0641 \u0631\u0627 {key} / \u0628\u0627\u0632\u06CC\u0627\u0628\u06CC \u06A9\u0646\u06CC\u062F",mouseHoverHoldKey:"\u0645\u0627\u0648\u0633 \u0631\u0627 \u0646\u06AF\u0647 \u062F\u0627\u0631\u06CC\u062F \u0648 \u06A9\u0644\u06CC\u062F \u0645\u06CC\u0627\u0646\u0628\u0631 \u0631\u0627 \u0641\u0634\u0627\u0631 \u062F\u0647\u06CC\u062F \u062A\u0627 \u067E\u0627\u0631\u0627\u06AF\u0631\u0627\u0641 \u062A\u0631\u062C\u0645\u0647 \u0634\u0648\u062F","mouse-translate":"MouseTranslateWhen",document:"\u0633\u0646\u062F",resetSuccess:"\u0647\u0645\u0647 \u062A\u0646\u0638\u06CC\u0645\u0627\u062A \u0628\u0627 \u0645\u0648\u0641\u0642\u06CC\u062A \u0628\u0627\u0632\u0646\u0634\u0627\u0646\u06CC \u0634\u062F",resetThisSuccess:"\u0628\u0627\u0632\u0646\u0634\u0627\u0646\u06CC \u0628\u0627 \u0645\u0648\u0641\u0642\u06CC\u062A \u0627\u0646\u062C\u0627\u0645 \u0634\u062F",saved:"\u0628\u0627 \u0645\u0648\u0641\u0642\u06CC\u062A \u0630\u062E\u06CC\u0631\u0647 \u0634\u062F",successImportConfig:"\u067E\u06CC\u06A9\u0631\u0628\u0646\u062F\u06CC \u0628\u0627 \u0645\u0648\u0641\u0642\u06CC\u062A \u0648\u0627\u0631\u062F \u0634\u062F",goAdvancedSettings:"\u0628\u0647 \u0635\u0641\u062D\u0647 \u062A\u0646\u0638\u06CC\u0645\u0627\u062A \u067E\u06CC\u0634\u0631\u0641\u062A\u0647 \u0628\u0631\u0648\u06CC\u062F",goAdvancedInterfaceSettings:"\u0628\u0647 \u0635\u0641\u062D\u0647 \u062A\u0646\u0638\u06CC\u0645\u0627\u062A \u0633\u0641\u0627\u0631\u0634\u06CC \u0633\u0627\u0632\u06CC \u067E\u06CC\u0634\u0631\u0641\u062A\u0647 \u0628\u0631\u0648\u06CC\u062F",advanced:"\u062A\u0646\u0638\u06CC\u0645\u0627\u062A \u067E\u06CC\u0634\u0631\u0641\u062A\u0647",advancedDescription:"\u0628\u0647 \u0637\u0648\u0631 \u06A9\u0644\u06CC\u060C \u0647\u06CC\u0686 \u062A\u0646\u0638\u06CC\u0645\u06CC \u0644\u0627\u0632\u0645 \u0646\u06CC\u0633\u062A\u060C \u0641\u0642\u0637 \u067E\u06CC\u0634 \u0641\u0631\u0636 \u0631\u0627 \u062D\u0641\u0638 \u06A9\u0646\u06CC\u062F. \u0641\u0642\u0637 \u0628\u0631\u0627\u06CC \u06A9\u0627\u0631\u0628\u0631\u0627\u0646 \u062D\u0631\u0641\u0647 \u0627\u06CC \u062A\u0631\u060C \u062A\u0646\u0638\u06CC\u0645\u0627\u062A \u0634\u062E\u0635\u06CC \u062A\u0631 \u0627\u0631\u0627\u0626\u0647 \u0634\u062F\u0647 \u0627\u0633\u062A.",developer:"\u062A\u0646\u0638\u06CC\u0645\u0627\u062A \u0628\u0631\u0646\u0627\u0645\u0647 \u0646\u0648\u06CC\u0633",donateCafe:"\u8BF7\u5F00\u53D1\u8005\u559D\u676F\u5496\u5561","translate to the bottom of the page":"\u6253\u5F00\u7F51\u9875\u540E\uFF0C\u662F\u5426\u7ACB\u5373\u7FFB\u8BD1\u5230\u9875\u9762\u5E95\u90E8\uFF1F",feedback:"\u0628\u0627\u0632\u062E\u0648\u0631\u062F",toggleTranslatePage:"\u062A\u0631\u062C\u0645\u0647 \u0635\u0641\u062D\u0647 \u0648\u0628/\u0646\u0645\u0627\u06CC\u0634 \u0645\u062A\u0646 \u0627\u0635\u0644\u06CC",translateToThePageEndImmediatelyDescription:"\u5F00\u542F\u540E\uFF0C\u5C06\u4F1A\u7ACB\u5373\u7FFB\u8BD1\u7F51\u9875\u4ECE\u9876\u90E8\u5230\u5E95\u90E8\u7684\u5185\u5BB9\uFF0C\u800C\u4E0D\u662F\u8FB9\u770B\u8FB9\u8BD1\u3002\uFF08\u4E0D\u63A8\u8350\u5F00\u542F\uFF09","translate all areas of the page":"\u0622\u06CC\u0627 \u0628\u0631\u0627\u06CC \u062A\u0631\u062C\u0645\u0647 \u0647\u0645\u0647 \u0642\u0633\u0645\u062A \u0647\u0627\u06CC \u0635\u0641\u062D\u0647 \u0648\u0628",translationAreaDescription:"\u5F00\u542F\u540E\uFF0C\u6574\u4E2A\u7F51\u9875\u7684\u533A\u57DF\u90FD\u4F1A\u88AB\u7FFB\u8BD1\uFF0C\u800C\u4E0D\u662F\u9ED8\u8BA4\u7684\u667A\u80FD\u8BC6\u522B\u4E3B\u8981\u533A\u57DF\u53BB\u7FFB\u8BD1\uFF08\u4E0D\u63A8\u8350\u5F00\u542F\uFF09","the number of characters to be translated first":"\u524D\u591A\u5C11\u4E2A\u5B57\u7B26\u65E0\u9700\u7B49\u5F85\u6EDA\u52A8\u5230\u53EF\u89C6\u533A\u57DF\uFF0C\u76F4\u63A5\u7FFB\u8BD1\uFF1F","interface language":"\u0632\u0628\u0627\u0646 \u0631\u0627\u0628\u0637","display both the original text and the translation":"\u0646\u0645\u0627\u06CC\u0634 \u0645\u062A\u0646 \u0627\u0635\u0644\u06CC \u0648 \u062A\u0631\u062C\u0645\u0647 \u0628\u0647 \u0637\u0648\u0631 \u0647\u0645\u0632\u0645\u0627\u0646","keyboard shortcuts":"\u0645\u06CC\u0627\u0646\u0628\u0631\u0647\u0627\u06CC \u0635\u0641\u062D\u0647 \u06A9\u0644\u06CC\u062F",modify:"\u06A9\u0644\u06CC\u062F\u0647\u0627\u06CC \u0645\u06CC\u0627\u0646\u0628\u0631 \u0631\u0627 \u062A\u063A\u06CC\u06CC\u0631 \u062F\u0647\u06CC\u062F",reset:"\u062A\u0646\u0638\u06CC\u0645 \u0645\u062C\u062F\u062F",close:"\u0628\u0633\u062A\u0647",homepage:"\u0635\u0641\u062D\u0647 \u0646\u062E\u0633\u062A",more:"\u0628\u06CC\u0634\u062A\u0631",moreOptions:"\u06AF\u0632\u06CC\u0646\u0647 \u0647\u0627\u06CC \u0633\u0641\u0627\u0631\u0634\u06CC \u0633\u0627\u0632\u06CC \u0628\u06CC\u0634\u062A\u0631\u06CC \u0631\u0627 \u06AF\u0633\u062A\u0631\u0634 \u062F\u0647\u06CC\u062F",translateTheWholePage:"\u062A\u0631\u062C\u0645\u0647 \u062A\u0645\u0627\u0645 \u0642\u0633\u0645\u062A\u200C\u0647\u0627\u06CC \u0635\u0641\u062D\u0647 (\u0645\u062A\u0641\u0627\u0648\u062A \u0627\u0632 \u0642\u0633\u0645\u062A\u200C\u0647\u0627\u06CC \u0627\u0635\u0644\u06CC \u062A\u0634\u062E\u06CC\u0635 \u0647\u0648\u0634\u0645\u0646\u062F)",changeToTranslateTheWholePage:"\u5207\u6362\u4E3A\u7FFB\u8BD1\u9875\u9762\u6240\u6709\u533A\u57DF",changeToTranslateTheMainPage:"\u5207\u6362\u4E3A\u667A\u80FD\u7FFB\u8BD1\u4E3B\u8981\u533A\u57DF",changeToOnlyTranslationMode:"\u0628\u0647 \u0646\u0645\u0627\u06CC\u0634 \u0641\u0642\u0637 \u062A\u0631\u062C\u0645\u0647 \u0647\u0627 \u0628\u0631\u0648\u06CC\u062F",changeToDualTranslationMode:"\u0628\u0647 \u062A\u0631\u062C\u0645\u0647 \u062F\u0648 \u0632\u0628\u0627\u0646\u0647 \u0628\u0631\u0648\u06CC\u062F",translateToThePageEndImmediately:"\u7ACB\u5373\u7FFB\u8BD1\u5230\u9875\u9762\u5E95\u90E8\uFF08\u533A\u522B\u4E8E\u6EDA\u52A8\u7FFB\u8BD1\uFF09",translateTheMainPage:"\u0632\u0645\u06CC\u0646\u0647 \u0647\u0627\u06CC \u0627\u0635\u0644\u06CC \u062A\u0631\u062C\u0645\u0647 \u0647\u0648\u0634\u0645\u0646\u062F","The local rules are up to date":"\u0642\u0648\u0627\u0646\u06CC\u0646 \u0633\u0627\u0632\u06AF\u0627\u0631\u06CC \u0645\u062D\u0644\u06CC \u0628\u0647 \u0631\u0648\u0632 \u0647\u0633\u062A\u0646\u062F:","Successfully synchronized with the latest official rules:":"\u0622\u062E\u0631\u06CC\u0646 \u0642\u0648\u0627\u0646\u06CC\u0646 \u0627\u0646\u0637\u0628\u0627\u0642 \u0631\u0633\u0645\u06CC \u0628\u0627 \u0645\u0648\u0641\u0642\u06CC\u062A \u0647\u0645\u06AF\u0627\u0645 \u0633\u0627\u0632\u06CC \u0634\u062F:","Checking for updates":"\u0628\u0631\u0631\u0633\u06CC \u0628\u0647 \u0631\u0648\u0632 \u0631\u0633\u0627\u0646\u06CC","Rules are being synchronized":"\u0647\u0645\u06AF\u0627\u0645 \u0633\u0627\u0632\u06CC \u0642\u0648\u0627\u0646\u06CC\u0646 \u0633\u0627\u0632\u06AF\u0627\u0631\u06CC",localVersionIsTooOld:"\u672C\u5730\u6269\u5C55\u7248\u672C\u8FC7\u65E7\uFF0C\u8BF7\u5347\u7EA7\u6269\u5C55\u5230 {minVersion} \u6216\u4E4B\u540E\u7684\u7248\u672C\u518D\u5C1D\u8BD5\u540C\u6B65",badUserscriptBrowser:"\u8BE5\u6D4F\u89C8\u5668\u672A\u6B63\u786E\u5B9E\u73B0\u6CB9\u7334\u7684\u63A5\u53E3\uFF0C\u8BF7\u4F7F\u7528\u5176\u4ED6<1>\u652F\u6301\u6CB9\u7334\u7684\u6D4F\u89C8\u5668\u5982(Firefox Nightly \u7248\u672C)",foundNewVersion:"\u0646\u0633\u062E\u0647 \u062C\u062F\u06CC\u062F \u067E\u06CC\u062F\u0627 \u0634\u062F",theLocalExtensionIsUpToUpdate:"\u0627\u0641\u0632\u0648\u0646\u0647 \u0641\u0639\u0644\u06CC \u0622\u062E\u0631\u06CC\u0646 \u0646\u0633\u062E\u0647 \u0627\u0633\u062A.",failToSyncRules:"\u0647\u0645\u06AF\u0627\u0645 \u0633\u0627\u0632\u06CC \u0622\u062E\u0631\u06CC\u0646 \u0642\u0648\u0627\u0646\u06CC\u0646 \u0627\u0646\u0637\u0628\u0627\u0642 \u0627\u0646\u062C\u0627\u0645 \u0646\u0634\u062F",retry:"\u062C\u0647\u062A \u062A\u0644\u0627\u0634 \u062F\u0648\u0628\u0627\u0631\u0647 \u0627\u06CC\u0646\u062C\u0627 \u06A9\u0644\u06CC\u06A9 \u06A9\u0646\u06CC\u062F",failedReason:"\u062F\u0644\u06CC\u0644 \u0634\u06A9\u0633\u062A",currentRuleVersion:"\u0646\u0633\u062E\u0647 \u0642\u0627\u0646\u0648\u0646 \u0641\u0639\u0644\u06CC",calculating:"\u062F\u0631 \u062D\u0627\u0644 \u0645\u062D\u0627\u0633\u0628\u0647",unknownError:"\u0627\u0634\u062A\u0628\u0627\u0647 \u0646\u0627\u0634\u0646\u0627\u062E\u062A\u0647",canNotFetchRemoteRule:"\u0646\u0645\u06CC \u062A\u0648\u0627\u0646 \u0642\u0648\u0627\u0646\u06CC\u0646 \u0631\u0627\u0647 \u062F\u0648\u0631 \u0631\u0627 \u062F\u0631\u06CC\u0627\u0641\u062A \u06A9\u0631\u062F",enableAlphaSuccess:"\u062A\u0627\u0628\u0639 \u0622\u0644\u0641\u0627 \u0631\u0648\u0634\u0646 \u0634\u062F",disableAlphaSuccess:"\u0648\u06CC\u0698\u06AF\u06CC \u0622\u0644\u0641\u0627 \u062E\u0627\u0645\u0648\u0634 \u0634\u062F",cacheSize:"\u0627\u0646\u062F\u0627\u0632\u0647 \u06A9\u0634\uFF1A",cleaning:"\u062A\u0645\u06CC\u0632 \u06A9\u0631\u062F\u0646",cleanCache:"\u067E\u0627\u06A9 \u06A9\u0631\u062F\u0646 \u062D\u0627\u0641\u0638\u0647 \u067E\u0646\u0647\u0627\u0646",options:"\u0628\u0631\u067E\u0627\u06CC\u06CC",about:"\u062F\u0631 \u0628\u0627\u0631\u0647",service:"\u062E\u062F\u0645\u0627\u062A \u062A\u0631\u062C\u0645\u0647",needAction:"(\u0628\u0647 \u062A\u0646\u0638\u06CC\u0645\u0627\u062A \u0628\u0631\u0648\u06CC\u062F)",goSettings:"\u0628\u0647 \u062A\u0646\u0638\u06CC\u0645\u0627\u062A \u0628\u0631\u0648\u06CC\u062F",needActionForOptions:"(\u0646\u06CC\u0627\u0632 \u0628\u0647 \u062A\u0646\u0638\u06CC\u0645)",translationEngine:"\u06AF\u0632\u06CC\u0646\u0647 \u0647\u0627\u06CC \u0645\u0648\u062A\u0648\u0631",sourceLanguage:"\u0632\u0628\u0627\u0646 \u0627\u0635\u0644\u06CC",target:"\u0632\u0628\u0627\u0646 \u0645\u0642\u0635\u062F",popupSourceLanguage:"\u0632\u0628\u0627\u0646 \u0627\u0635\u0644\u06CC",popupTarget:"\u0632\u0628\u0627\u0646 \u0645\u0642\u0635\u062F",popupService:"\u062E\u062F\u0645\u0627\u062A \u062A\u0631\u062C\u0645\u0647",forThisSite:"\u0648\u0628 \u0633\u0627\u06CC\u062A \u0641\u0639\u0644\u06CC",autoEnableSubtitle:"\u0632\u06CC\u0631\u0646\u0648\u06CC\u0633\u200C\u0647\u0627\u06CC \u062F\u0648\u0632\u0628\u0627\u0646\u0647 \u0631\u0627 \u0628\u0647\u200C\u0637\u0648\u0631 \u062E\u0648\u062F\u06A9\u0627\u0631 \u0631\u0648\u0634\u0646 \u06A9\u0646\u06CC\u062F",alwaysTranslateSomeLanguage:"\u603B\u662F\u7FFB\u8BD1{language}",neverTranslateSomeLanguage:"\u6C38\u4E0D\u7FFB\u8BD1{language}",alwaysTranslateSomeSite:"\u0647\u0645\u06CC\u0634\u0647 {hostname}\u0631\u0627 \u062A\u0631\u062C\u0645\u0647 \u06A9\u0646\u06CC\u062F",neverTranslateSomeSite:"\u0647\u0631\u06AF\u0632 {hostname}\u0631\u0627 \u062A\u0631\u062C\u0645\u0647 \u0646\u06A9\u0646\u06CC\u062F",alwaysTranslateSomeSiteOrWildSite:"\u0647\u0645\u06CC\u0634\u0647 \u0627\u06CC\u0646 \u0633\u0627\u06CC\u062A \u0631\u0627 \u062A\u0631\u062C\u0645\u0647 \u06A9\u0646\u06CC\u062F",alwaysTranslateSomePage:"\u0647\u0645\u06CC\u0634\u0647 \u0627\u06CC\u0646 \u0635\u0641\u062D\u0647 \u0631\u0627 \u062A\u0631\u062C\u0645\u0647 \u06A9\u0646\u06CC\u062F",add:"\u0627\u0636\u0627\u0641\u0647 \u06A9\u0631\u062F\u0646 \u0628\u0647",default:"\u067E\u06CC\u0634 \u0641\u0631\u0636",forThisLanguage:"\u0628\u0631\u0627\u06CC \u0627\u06CC\u0646 \u0632\u0628\u0627\u0646\uFF1A","add url":"\u0622\u062F\u0631\u0633 \u0627\u06CC\u0646\u062A\u0631\u0646\u062A\u06CC \u0631\u0627 \u0648\u0627\u0631\u062F \u06A9\u0646\u06CC\u062F",edit:"\u0648\u06CC\u0631\u0627\u06CC\u0634 \u06A9\u0646\u06CC\u062F","translate other languages into specific language":"\u0632\u0628\u0627\u0646 \u0647\u0627\u06CC \u062F\u06CC\u06AF\u0631 \u0631\u0627 \u0628\u0647 \u0632\u0628\u0627\u0646\u06CC \u06A9\u0647 \u062A\u0646\u0638\u06CC\u0645 \u06A9\u0631\u062F\u0647 \u0627\u06CC\u062F \u062A\u0631\u062C\u0645\u0647 \u06A9\u0646\u06CC\u062F","select translation service":"\u062E\u062F\u0645\u0627\u062A \u062A\u0631\u062C\u0645\u0647 \u0631\u0627 \u0627\u0646\u062A\u062E\u0627\u0628 \u06A9\u0646\u06CC\u062F",language:"\u0632\u0628\u0627\u0646","show-original":"\u0646\u0645\u0627\u06CC\u0634 \u0645\u062A\u0646 \u0627\u0635\u0644\u06CC",translate:"\u062A\u0631\u062C\u0645\u0647 \u06A9\u0631\u062F\u0646",Translated:"\u062A\u0631\u062C\u0645\u0647 \u0634\u062F\u0647",Translating:"\u062F\u0631 \u062D\u0627\u0644 \u062A\u0631\u062C\u0645\u0647",Error:"\u0627\u0634\u062A\u0628\u0627\u0647",allowCacheTranslations:"\u0641\u0639\u0627\u0644 \u06A9\u0631\u062F\u0646 \u062D\u0627\u0641\u0638\u0647 \u067E\u0646\u0647\u0627\u0646 \u062A\u0631\u062C\u0645\u0647 \u0645\u062D\u0644\u06CC (\u0628\u0631\u0627\u06CC \u06A9\u0627\u0647\u0634 \u062F\u0631\u062E\u0648\u0627\u0633\u062A \u0647\u0627\u06CC \u062A\u0631\u062C\u0645\u0647 \u0628\u0631\u0627\u06CC \u067E\u0627\u0631\u0627\u06AF\u0631\u0627\u0641 \u0647\u0627\u06CC \u062A\u06A9\u0631\u0627\u0631\u06CC)","translation display":"\u0633\u0628\u06A9 \u0646\u0645\u0627\u06CC\u0634 \u062A\u0631\u062C\u0645\u0647","select diplay style":"\u0633\u0628\u06A9 \u062A\u0631\u062C\u0645\u0647 \u0631\u0627 \u0645\u062A\u0645\u0627\u06CC\u0632 \u06A9\u0646\u06CC\u062F. \u0644\u0637\u0641\u0627\u064B \u0628\u0631\u0627\u06CC \u062C\u0632\u0626\u06CC\u0627\u062A \u0628\u06CC\u0634\u062A\u0631 \u0628\u0647 \u0645\u062B\u0627\u0644 \u0647\u0627\u06CC \u0632\u06CC\u0631 \u0645\u0631\u0627\u062C\u0639\u0647 \u06A9\u0646\u06CC\u062F:",interface:"\u062A\u0646\u0638\u06CC\u0645\u0627\u062A \u0631\u0627\u0628\u0637",import_export:"\u0648\u0627\u0631\u062F\u0627\u062A \u0648 \u0635\u0627\u062F\u0631\u0627\u062A",import_export_title:"\u067E\u06CC\u06A9\u0631\u0628\u0646\u062F\u06CC \u0648\u0627\u0631\u062F\u0627\u062A/\u0635\u0627\u062F\u0631\u0627\u062A",syncToGoogleDrive:"\u0627\u06A9\u0646\u0648\u0646 \u0628\u0627 Google Drive \u0647\u0645\u06AF\u0627\u0645 \u0633\u0627\u0632\u06CC \u06A9\u0646\u06CC\u062F",floatBallOptions:"\u062A\u0646\u0638\u06CC\u0645\u0627\u062A \u062A\u0648\u067E \u0645\u0639\u0644\u0642","floatBallOptions.enable":"\u062A\u0648\u067E \u0634\u0646\u0627\u0648\u0631 \u0631\u0627 \u0641\u0639\u0627\u0644 \u06A9\u0646\u06CC\u062F","floatBallOptions.blockUrls":"\u0648\u0628 \u0633\u0627\u06CC\u062A \u0631\u0627 \u063A\u06CC\u0631 \u0641\u0639\u0627\u0644 \u06A9\u0646\u06CC\u062F","floatBallOptions.add":"\u0627\u0636\u0627\u0641\u0647 \u06A9\u0631\u062F\u0646 \u0628\u0647","floatBallOptions.blockUrlDesc":"\u062A\u0648\u067E \u0634\u0646\u0627\u0648\u0631 \u0647\u0646\u06AF\u0627\u0645 \u0628\u0631\u062E\u0648\u0631\u062F \u0628\u0627 \u0648\u0628 \u0633\u0627\u06CC\u062A \u0647\u0627\u06CC \u0632\u06CC\u0631 \u0646\u0645\u0627\u06CC\u0634 \u062F\u0627\u062F\u0647 \u0646\u0645\u06CC \u0634\u0648\u062F","floatBallOptions.clickType":"\u0631\u0641\u062A\u0627\u0631 \u06A9\u0644\u06CC\u06A9\u06CC","floatBallOptions.clickTypeDesc":"\u0631\u0641\u062A\u0627\u0631 \u0646\u0645\u0627\u062F \u062A\u0648\u067E \u0634\u0646\u0627\u0648\u0631 \u0647\u0646\u06AF\u0627\u0645 \u06A9\u0644\u06CC\u06A9 \u06A9\u0631\u062F\u0646","floatBallOptions.clickPopup":"\u0646\u0645\u0627\u06CC\u0634 \u067E\u0627\u0646\u0644 \u062A\u0631\u062C\u0645\u0647","floatBallOptions.clickTranslate":"\u062A\u0631\u062C\u0645\u0647/\u0646\u0645\u0627\u06CC\u0634 \u0645\u062A\u0646 \u0627\u0635\u0644\u06CC","floatBallOptions.fixedPosition":"\u56FA\u5B9A\u4F4D\u7F6E","floatBallOptions.fixedPositionDesc":"\u60AC\u6D6E\u7403\u5728\u7A97\u53E3\u5DE6\u4FA7\u8FD8\u662F\u53F3\u4FA7","floatBallOptions.fixedPositionLeft":"\u5DE6\u4FA7","floatBallOptions.fixedPositionRight":"\u53F3\u4FA7",previewAllThemes:"\u067E\u06CC\u0634 \u0646\u0645\u0627\u06CC\u0634 \u0647\u0645\u0647 \u0633\u0628\u06A9 \u0647\u0627","translationTheme.none":"\u0647\u06CC\u0686 \u06CC\u06A9","translationTheme.grey":"\u062E\u0627\u06A9\u0633\u062A\u0631\u06CC \u062A\u06CC\u0631\u0647","translationTheme.dashed":"\u0632\u06CC\u0631 \u062E\u0637 \u0686\u06CC\u0646","translationTheme.dotted":"\u0632\u06CC\u0631 \u062E\u0637 \u0646\u0642\u0637\u0647 \u062F\u0627\u0631","translationTheme.dashedBorder":"\u0645\u0631\u0632 \u0634\u06A9\u0633\u062A\u0647","translationTheme.solidBorder":"\u0645\u0631\u0632 \u062C\u0627\u0645\u062F","translationTheme.underline":"\u0632\u06CC\u0631 \u062E\u0637 \u0645\u0633\u062A\u0642\u06CC\u0645","translationTheme.mask":"\u062C\u0644\u0648\u0647 \u062A\u0627\u0631\u06CC (\u062D\u0627\u0644\u062A \u06CC\u0627\u062F\u06AF\u06CC\u0631\u06CC)","translationTheme.opacity":"\u0627\u062B\u0631 \u0634\u0641\u0627\u0641\u06CC\u062A","translationTheme.paper":"\u0627\u0641\u06A9\u062A \u0633\u0627\u06CC\u0647 \u06A9\u0627\u063A\u0630 \u0633\u0641\u06CC\u062F","translationTheme.dividingLine":"\u062E\u0637 \u062A\u0642\u0633\u06CC\u0645","translationTheme.highlight":"\u0628\u0631\u062C\u0633\u062A\u0647","translationTheme.marker":"\u0646\u0634\u0627\u0646\u06AF\u0631","translationTheme.marker2":"\u0646\u0634\u0627\u0646\u06AF\u0631 2","translationTheme.blockquote":"\u0633\u0628\u06A9 \u0645\u0631\u062C\u0639","translationTheme.weakening":"\u062A\u0636\u0639\u06CC\u0641 \u0634\u0648\u062F","translationTheme.italic":"\u0645\u0648\u0631\u0628","translationTheme.bold":"\u067E\u0631\u0631\u0646\u06AF","translationTheme.thinDashed":"\u0632\u06CC\u0631 \u062E\u0637 \u0686\u06CC\u0646 \u0646\u0627\u0632\u06A9","translationTheme.nativeDashed":"\u0627\u06CC\u0646 \u0633\u06CC\u0633\u062A\u0645 \u062F\u0627\u0631\u0627\u06CC \u062E\u0637 \u0632\u06CC\u0631 \u0646\u0642\u0637\u0647\u200C\u062F\u0627\u0631 \u0627\u0633\u062A","translationTheme.nativeDotted":"\u0627\u06CC\u0646 \u0633\u06CC\u0633\u062A\u0645 \u062F\u0627\u0631\u0627\u06CC \u062E\u0637 \u0632\u06CC\u0631 \u0646\u0642\u0637\u0647\u200C\u062F\u0627\u0631 \u0627\u0633\u062A","translationTheme.nativeUnderline":"\u0627\u06CC\u0646 \u0633\u06CC\u0633\u062A\u0645 \u062F\u0627\u0631\u0627\u06CC \u062E\u0637 \u0645\u0633\u062A\u0642\u06CC\u0645 \u0627\u0633\u062A","translationTheme.wavy":"\u062E\u0637\u0648\u0637 \u0645\u0648\u0627\u062C","translationServices.custom":"API \u0633\u0641\u0627\u0631\u0634\u06CC","translationServices.tencent":"\u0645\u062A\u0631\u062C\u0645 \u062A\u0646\u0633\u0646\u062A","translationServices.tenAlpha":"\u0645\u062A\u0631\u062C\u0645 \u062A\u0646\u0633\u0646\u062A (\u0622\u0644\u0641\u0627)","translationServices.google":"\u0645\u062A\u0631\u062C\u0645 \u06AF\u0648\u06AF\u0644","translationServices.bai":"\u0628\u0627\u06CC\u062F\u0648 (\u0622\u0644\u0641\u0627)","translationServices.baidu":"\u0645\u062A\u0631\u062C\u0645 \u0628\u0627\u06CC\u062F\u0648","translationServices.aliyun":"\u062A\u0631\u062C\u0645\u0647 \u0627\u0628\u0631\u06CC \u0639\u0644\u06CC \u0628\u0627\u0628\u0627","translationServices.volc":"\u062A\u0631\u062C\u0645\u0647 \u0622\u062A\u0634\u0641\u0634\u0627\u0646","translationServices.deeplx":"DeepLX(Alpha)","translationServices.bing":"\u5FC5\u5E94\u7FFB\u8BD1","translationServices.deepl":"DeepL","translationServices.wechat":"\u062A\u0631\u062C\u0645\u0647 \u0648\u06CC \u0686\u062A","translationServices.azure":"\u5FAE\u8F6F\u7FFB\u8BD1","translationServices.ibm":"\u0622\u06CC \u0628\u06CC \u0627\u0645 \u0648\u0627\u062A\u0633\u0648\u0646","translationServices.aws":"\u062A\u0631\u062C\u0645\u0647 \u0622\u0645\u0627\u0632\u0648\u0646","translationServices.mock":"\u6A21\u62DF\u7FFB\u8BD11","translationServices.mock2":"\u062A\u0631\u062C\u0645\u0647 \u0634\u0628\u06CC\u0647 \u0633\u0627\u0632\u06CC \u0634\u062F\u0647 2","translationServices.caiyun":"\u06A9\u0627\u06CC\u0648\u0646 \u0634\u06CC\u0627\u0626\u0648\u06CC","translationServices.cai":"\u5F69\u4E91\u5C0F\u8BD1","translationServices.volcAlpha":"\u706B\u5C71\u7FFB\u8BD1(Alpha)","translationServices.openl":"OpenL","translationServices.youdao":"\u062A\u0631\u062C\u0645\u0647 \u06CC\u0648\u062F\u0627\u0626\u0648","translationServices.you":"\u062A\u0631\u062C\u0645\u0647 \u06CC\u0648\u062F\u0627\u0626\u0648 (\u0622\u0644\u0641\u0627)","translationServices.transmart":"\u062A\u0631\u062C\u0645\u0647 \u062A\u0639\u0627\u0645\u0644\u06CC Tencent","translationServices.niu":"\u062A\u0631\u062C\u0645\u0647 \u0645\u0627\u0648\u0631\u06CC\u06A9\u0633","translationServices.papago":"Papago\u7FFB\u8BD1","translationServices.d":"Deepl(Alpha)","translationServices.dpro":"\u062F\u06CC \u067E\u0631\u0648 (\u0642\u0646\u0627\u0631\u06CC)","translationServices.openai":"OpenAI","translationServices.yandex":"Yandex","translationServices.chatgpt":"ChatGPT Web (\u0645\u0648\u0628\u0627\u06CC\u0644 3.5)","translate title":"\u0639\u0646\u0648\u0627\u0646 \u0635\u0641\u062D\u0647 \u0631\u0627 \u062A\u0631\u062C\u0645\u0647 \u06A9\u0646\u06CC\u062F","always languages":"\u0647\u0645\u06CC\u0634\u0647 \u0632\u0628\u0627\u0646 \u062A\u0631\u062C\u0645\u0647 \u0634\u062F\u0647",neverTranslateLanguagesLabel:"\u0632\u0628\u0627\u0646 \u0647\u0627\u06CC\u06CC \u06A9\u0647 \u0647\u0631\u06AF\u0632 \u062A\u0631\u062C\u0645\u0647 \u0646\u0645\u06CC \u0634\u0648\u0646\u062F",neverTranslateTheFollowingLanguagesDescription:"\u5F53\u9875\u9762\u4E2D\u67D0\u4E00\u6BB5\u843D\u7684\u8BED\u8A00\u4E3A\u4E0B\u5217\u8BED\u8A00\u65F6\uFF0C\u4F1A\u81EA\u52A8\u8DF3\u8FC7\u7FFB\u8BD1\u8BE5\u6BB5\u843D",enableUserscriptPagePopup:"\u603B\u662F\u5728\u9875\u9762\u4E0A\u5C55\u793A Popup \u6D6E\u7A97",enableUserscriptPagePopupDescription:"\u5173\u95ED\u6D6E\u7A97\u540E\uFF0C\u53EF\u4EE5\u7528\u5FEB\u6377\u952E/{touch}\u5524\u8D77\u3002\u4E3A\u9632\u6B62\u4E0D\u614E\u5173\u95ED\u8BE5\u9009\u9879\u540E\u627E\u4E0D\u5230\u6D6E\u7A97\uFF0C\u5F3A\u70C8\u5EFA\u8BAE\u6536\u85CF\u672C\u8BBE\u7F6E\u9875","always translate the following languages":"\u0647\u0646\u06AF\u0627\u0645\u06CC \u06A9\u0647 \u0632\u0628\u0627\u0646 \u0635\u0641\u062D\u0647 \u0628\u0647 \u0632\u0628\u0627\u0646 \u0647\u0627\u06CC \u0632\u06CC\u0631 \u0628\u0627\u0634\u062F\u060C \u0628\u0647 \u0637\u0648\u0631 \u062E\u0648\u062F\u06A9\u0627\u0631 \u0628\u0647 \u0632\u0628\u0627\u0646 \u0645\u0642\u0635\u062F \u062A\u0631\u062C\u0645\u0647 \u0645\u06CC \u0634\u0648\u062F","always sites":"URL \u0647\u0627\u06CC \u0647\u0645\u06CC\u0634\u0647 \u062A\u0631\u062C\u0645\u0647 \u0634\u062F\u0647","always translate the following sites":"\u0647\u0646\u06AF\u0627\u0645\u06CC \u06A9\u0647 \u0648\u0628 \u0633\u0627\u06CC\u062A \u0628\u0627 \u0646\u0627\u0645 \u062F\u0627\u0645\u0646\u0647 \u0632\u06CC\u0631 \u0628\u0627\u0634\u062F\u060C \u0628\u0647 \u0637\u0648\u0631 \u062E\u0648\u062F\u06A9\u0627\u0631 \u0628\u0647 \u0632\u0628\u0627\u0646 \u0645\u0642\u0635\u062F \u062A\u0631\u062C\u0645\u0647 \u0645\u06CC \u0634\u0648\u062F","never sites":"URL \u0647\u0627\u06CC\u06CC \u06A9\u0647 \u0647\u0631\u06AF\u0632 \u062A\u0631\u062C\u0645\u0647 \u0646\u0645\u06CC \u0634\u0648\u0646\u062F","never translate the following sites":"\u0647\u0646\u06AF\u0627\u0645\u06CC \u06A9\u0647 \u0648\u0628 \u0633\u0627\u06CC\u062A \u062F\u0627\u0631\u0627\u06CC \u0646\u0627\u0645 \u062F\u0627\u0645\u0646\u0647 \u0632\u06CC\u0631 \u0628\u0627\u0634\u062F\u060C \u062A\u0631\u062C\u0645\u0647 \u0627\u0646\u062C\u0627\u0645 \u0646\u062E\u0648\u0627\u0647\u062F \u0634\u062F","please refer to":"\u0642\u0628\u0644 \u0627\u0632 \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u0628\u0627\u06CC\u062F \u06A9\u0644\u06CC\u062F \u0631\u0627 \u067E\u0631 \u06A9\u0646\u06CC\u062F. \u0628\u0631\u0627\u06CC \u062C\u0632\u0626\u06CC\u0627\u062A \u0644\u0637\u0641\u0627\u064B \u0628\u0647",KeyAndConfigurationTutorial:'"\u0622\u0645\u0648\u0632\u0634 \u0628\u0631\u0646\u0627\u0645\u0647 \u06A9\u0627\u0631\u0628\u0631\u062F\u06CC \u0648 \u067E\u06CC\u06A9\u0631\u0628\u0646\u062F\u06CC \u06A9\u0644\u06CC\u062F"',useAboveStyleForTheseSites:"\u603B\u662F\u4F7F\u7528 {theme} \u8BD1\u6587\u6837\u5F0F\u7684\u7F51\u7AD9",currentUrl:"URL \u0641\u0639\u0644\u06CC",confirm:"\u0635\u0631\u0641\u0647 \u062C\u0648\u06CC\u06CC",cancel:"\u0644\u063A\u0648 \u06A9\u0646\u06CC\u062F",delete:"\u062D\u0630\u0641","languages.auto":"\u062A\u0634\u062E\u06CC\u0635 \u062E\u0648\u062F\u06A9\u0627\u0631",syncToCloud:"\u540C\u6B65\u5230\u4E91\u7AEF",syncToCloudDescription:"\u5F00\u542F\u540E\u53EF\u4EE5\u5728\u4E0D\u540C\u7684\u6D4F\u89C8\u5668/\u6CB9\u7334\u811A\u672C\u4E4B\u95F4\u540C\u6B65\u914D\u7F6E,\u4EE5\u6700\u540E\u4FEE\u6539\u65F6\u95F4\u4E3A\u51C6\u3002",syncToAccount:"\u0647\u0645\u06AF\u0627\u0645 \u0633\u0627\u0632\u06CC \u0628\u0627 Immersive Translation Cloud",syncToAccountButton:"\u0641\u0648\u0631\u0627\u064B \u0628\u0627 \u0627\u0628\u0631 \u0647\u0645\u06AF\u0627\u0645 \u0633\u0627\u0632\u06CC \u06A9\u0646\u06CC\u062F",syncToAccountDescription:"\u0628\u0647 \u0637\u0648\u0631 \u062E\u0648\u062F\u06A9\u0627\u0631 \u067E\u06CC\u06A9\u0631\u0628\u0646\u062F\u06CC \u0647\u0627 \u0631\u0627 \u0628\u06CC\u0646 \u062F\u0633\u062A\u06AF\u0627\u0647 \u0647\u0627\u06CC \u0645\u062E\u062A\u0644\u0641 \u0628\u0631 \u0627\u0633\u0627\u0633 \u0622\u062E\u0631\u06CC\u0646 \u0632\u0645\u0627\u0646 \u062A\u063A\u06CC\u06CC\u0631 \u0647\u0645\u06AF\u0627\u0645 \u0633\u0627\u0632\u06CC \u06A9\u0646\u06CC\u062F.",successSyncConfigInAccount:"\u0628\u0627 \u0645\u0648\u0641\u0642\u06CC\u062A \u0628\u0627 \u0627\u0628\u0631 \u0647\u0645\u06AF\u0627\u0645 \u0628\u0645\u0627\u0646\u06CC\u062F",successSyncConfigToAccount:"\u0628\u0627 \u0645\u0648\u0641\u0642\u06CC\u062A \u0628\u0627 \u0627\u0628\u0631 \u0647\u0645\u06AF\u0627\u0645\u200C\u0633\u0627\u0632\u06CC \u0634\u062F",syncConfigNoUpdate:"\u062F\u0631 \u062D\u0627\u0644 \u062D\u0627\u0636\u0631 \u062C\u062F\u06CC\u062F\u062A\u0631\u06CC\u0646",authFail:"\u0645\u062C\u0648\u0632 \u0627\u0646\u062C\u0627\u0645 \u0646\u0634\u062F",syncTitle:"\u0645\u062F\u06CC\u0631\u06CC\u062A \u067E\u0634\u062A\u06CC\u0628\u0627\u0646 \u06AF\u06CC\u0631\u06CC \u062F\u0633\u062A\u06CC",import_hint:"\u0648\u0627\u0631\u062F \u0643\u0631\u062F\u0646",upload:"\u0628\u0627\u0631\u06AF\u0630\u0627\u0631\u06CC",revokeAuth:"\u0644\u063A\u0648 \u0645\u062C\u0648\u0632",uploadFail:"\u0622\u067E\u0644\u0648\u062F \u0627\u0646\u062C\u0627\u0645 \u0646\u0634\u062F",download:"\u062F\u0627\u0646\u0644\u0648\u062F",importSuccess:"\u0648\u0627\u0631\u062F\u0627\u062A \u0628\u0627 \u0645\u0648\u0641\u0642\u06CC\u062A \u0627\u0646\u062C\u0627\u0645 \u0634\u062F",importFail:"\u0648\u0627\u0631\u062F\u0627\u062A \u0627\u0646\u062C\u0627\u0645 \u0646\u0634\u062F",deleteFail:"\u062D\u0630\u0641 \u0646\u0634\u062F",backupToCloud:"\u0641\u0627\u06CC\u0644 \u0647\u0627\u06CC \u067E\u0634\u062A\u06CC\u0628\u0627\u0646 \u0631\u0627 \u0628\u0647 \u0635\u0648\u0631\u062A \u062F\u0633\u062A\u06CC \u0645\u062F\u06CC\u0631\u06CC\u062A \u06A9\u0646\u06CC\u062F",create_new_backup:"\u0627\u0636\u0627\u0641\u0647 \u06A9\u0631\u062F\u0646 \u06AF\u0631\u0647 \u067E\u0634\u062A\u06CC\u0628\u0627\u0646",maxBackupFiles:"\u062A\u0627{count}\u06AF\u0631\u0647 \u0645\u062E\u062A\u0644\u0641 \u0631\u0627 \u0645\u06CC \u062A\u0648\u0627\u0646 \u067E\u0634\u062A\u06CC\u0628\u0627\u0646 \u06AF\u06CC\u0631\u06CC \u06A9\u0631\u062F\u060C \u0644\u0637\u0641\u0627 \u06AF\u0631\u0647 \u0647\u0627\u06CC \u063A\u06CC\u0631 \u0636\u0631\u0648\u0631\u06CC \u0631\u0627 \u062D\u0630\u0641 \u06A9\u0646\u06CC\u062F",backupToCloudDescription:"\u0641\u0627\u06CC\u0644 \u0647\u0627\u06CC \u067E\u0634\u062A\u06CC\u0628\u0627\u0646 \u0631\u0627 \u0628\u0647 \u0635\u0648\u0631\u062A \u062F\u0633\u062A\u06CC \u0622\u067E\u0644\u0648\u062F \u06CC\u0627 \u0628\u0627\u0632\u06CC\u0627\u0628\u06CC \u06A9\u0646\u06CC\u062F\u060C \u062A\u0627 \u062D\u062F\u0627\u06A9\u062B\u0631 3 \u0646\u0633\u062E\u0647 \u067E\u0634\u062A\u06CC\u0628\u0627\u0646 \u062A\u0647\u06CC\u0647 \u06A9\u0646\u06CC\u062F",successSyncConfig:"\u0628\u0627 \u0645\u0648\u0641\u0642\u06CC\u062A \u0628\u0627 \u0627\u0628\u0631 \u0647\u0645\u06AF\u0627\u0645 \u0628\u0645\u0627\u0646\u06CC\u062F",syncFail:"\u0647\u0645\u06AF\u0627\u0645 \u0633\u0627\u0632\u06CC \u0627\u0646\u062C\u0627\u0645 \u0646\u0634\u062F",updatedAt:"\u0628\u0647 \u0631\u0648\u0632 \u0634\u062F\u0647 \u062F\u0631 {date}",lastSyncedAt:"\u0622\u062E\u0631\u06CC\u0646 \u0628\u0631\u0631\u0633\u06CC \u062F\u0631 {date}",downloadFail:"\u062F\u0627\u0646\u0644\u0648\u062F \u0646\u0634\u062F",clickToDownload:"\u0628\u0631\u0627\u06CC \u062F\u0627\u0646\u0644\u0648\u062F \u06A9\u0644\u06CC\u06A9 \u06A9\u0646\u06CC\u062F",aboutLabel:"\u062F\u0631\u0628\u0627\u0631\u0647 - \u0628\u0627\u0632\u062E\u0648\u0631\u062F","browser.openAboutPage":"\u5173\u4E8E/\u53CD\u9988/\u8D5E\u52A9",aboutLabelWithoutSponsor:"\u062F\u0631\u0628\u0627\u0631\u0647 - \u0628\u0627\u0632\u062E\u0648\u0631\u062F",aboutIntro:"\u8BE5\u6269\u5C55\u514D\u8D39\u4F7F\u7528\uFF0C\u5E0C\u671B\u6211\u4EEC\u90FD\u80FD\u66F4\u52A0\u5BB9\u6613\u4E14\u6109\u60A6\u5730\u83B7\u53D6\u4E92\u8054\u7F51\u4E0A\u5DE8\u5927\u7684\u5916\u8BED\u4FE1\u606F \u2764\uFE0F

\u611F\u8C22\u8FD9\u4E9B<1>\u8D5E\u52A9\u8005\u4EEC, \u7531\u4E8E\u4ED6/\u5979\u4EEC\u7684\u652F\u6301\uFF0C\u66F4\u591A\u7684\u4EBA\u53EF\u4EE5\u514D\u8D39\u5730\u4F7F\u7528\u8FD9\u4E2A\u5DE5\u5177\u3002\u5982\u679C\u6709\u4F59\u529B\uFF0C\u4F60\u53EF\u4EE5<2>\u70B9\u51FB\u8FD9\u91CC\u8D5E\u52A9\u6211\u7684\u5DE5\u4F5C\uFF0C\u4F60\u8FD8\u53EF\u4EE5\u5173\u6CE8\u6211\u7684<3>\u63A8\u7279\uFF0C<4>Telegram \u9891\u9053\u4EE5\u53CA\u4E0B\u65B9\u7684<5>\u90AE\u4EF6\u8BA2\u9605\u8FFD\u8E2A\u66F4\u65B0\u3002",aboutIntroWithoutSponsor:"\u8BE5\u6269\u5C55\u514D\u8D39\u4F7F\u7528\uFF0C\u5E0C\u671B\u6211\u4EEC\u90FD\u80FD\u66F4\u52A0\u5BB9\u6613\u4E14\u6109\u60A6\u5730\u83B7\u53D6\u4E92\u8054\u7F51\u4E0A\u5DE8\u5927\u7684\u5916\u8BED\u4FE1\u606F \u2764\uFE0F ",projectHomepage:"\u0635\u0641\u062D\u0647 \u0627\u0635\u0644\u06CC \u067E\u0631\u0648\u0698\u0647",joinTelegramGroup:"\u52A0\u5165 Telegram \u7FA4\u53C2\u4E0E\u529F\u80FD\u8BA8\u8BBA",wechatPublicAccount:"\u062D\u0633\u0627\u0628 \u0639\u0645\u0648\u0645\u06CC \u0648\u06CC \u0686\u062A",wechatCommunities:"\u06AF\u0631\u0648\u0647 \u0627\u0631\u062A\u0628\u0627\u0637\u06CC \u0648\u06CC \u0686\u062A",qqCommunities:"\u06A9\u0627\u0646\u0627\u0644 \u0627\u0631\u062A\u0628\u0627\u0637\u06CC QQ",joinTelegramChannel:"\u0628\u0631\u0627\u06CC \u0627\u0637\u0644\u0627\u0639 \u0627\u0632 \u0622\u062E\u0631\u06CC\u0646 \u0627\u062E\u0628\u0627\u0631 \u06A9\u0627\u0646\u0627\u0644 \u062A\u0644\u06AF\u0631\u0627\u0645 \u0631\u0627 \u062F\u0646\u0628\u0627\u0644 \u06A9\u0646\u06CC\u062F",feedbackAndJoin:"\u0628\u0627\u0632\u062E\u0648\u0631\u062F \u0645\u0634\u06A9\u0644/\u0628\u0647 \u06AF\u0631\u0648\u0647 \u0628\u067E\u06CC\u0648\u0646\u062F\u06CC\u062F",autoSync:"\u0647\u0645\u06AF\u0627\u0645 \u0633\u0627\u0632\u06CC \u0628\u0631\u0646\u0627\u0645\u0647 \u0631\u06CC\u0632\u06CC \u0634\u062F\u0647 \u062E\u0648\u062F\u06A9\u0627\u0631",loadingThemeTitle:"\u0633\u0628\u06A9 \u0628\u0627\u0631\u06AF\u06CC\u0631\u06CC",loadingThemeDescription:"\u0647\u0646\u06AF\u0627\u0645 \u0627\u0646\u062A\u0638\u0627\u0631 \u0628\u0631\u0627\u06CC \u0628\u0627\u0631\u06AF\u06CC\u0631\u06CC \u062A\u0631\u062C\u0645\u0647\u060C \u0633\u0628\u06A9 \u0631\u0627 \u062A\u0646\u0638\u06CC\u0645 \u06A9\u0646\u06CC\u062F","loadingTheme.spinner":"\u8F6C\u5708\u52A8\u753B Spinner","loadingTheme.text":"\u0645\u062A\u0646 \u0627\u06CC\u0633\u062A\u0627... ","loadingTheme.none":"\u0646\u0634\u0627\u0646 \u0646\u062F\u0647",developerDescription:"\u0627\u06CC\u0646\u062C\u0627 \u0645\u06CC \u062A\u0648\u0627\u0646\u06CC\u062F <1> \u0631\u0627 \u06A9\u0644\u06CC\u06A9 \u06A9\u0646\u06CC\u062F \u0645\u0634\u0627\u0647\u062F\u0647 \u0627\u0633\u0646\u0627\u062F \u0645\u0631\u0628\u0648\u0637 \u0628\u0647 \u0633\u0641\u0627\u0631\u0634\u06CC \u0633\u0627\u0632\u06CC \u067E\u06CC\u0634\u0631\u0641\u062A\u0647","edit border color":"\u0631\u0646\u06AF \u062D\u0627\u0634\u06CC\u0647 \u0631\u0627 \u062A\u063A\u06CC\u06CC\u0631 \u062F\u0647\u06CC\u062F",successSyncButNoChange:"\u067E\u06CC\u06A9\u0631\u0628\u0646\u062F\u06CC \u0641\u0639\u0644\u06CC \u0628\u0627 \u0627\u0628\u0631 \u0633\u0627\u0632\u06AF\u0627\u0631 \u0627\u0633\u062A",customTheme:"\u0631\u0646\u06AF \u0647\u0627 \u0648 \u0627\u0646\u062F\u0627\u0632\u0647 \u0647\u0627\u06CC \u0633\u0641\u0627\u0631\u0634\u06CC","customThemeLabel.borderColor":"\u0631\u0646\u06AF \u0644\u0628\u0647","customThemeLabel.borderRadius":"\u06AF\u0648\u0634\u0647 \u0647\u0627\u06CC \u06AF\u0631\u062F \u062D\u0627\u0634\u06CC\u0647","customThemeLabel.textColor":"\u0631\u0646\u06AF \u0645\u062A\u0646","customThemeLabel.backgroundColor":"\u0631\u0646\u06AF \u067E\u0633 \u0632\u0645\u06CC\u0646\u0647","customThemeLabel.zoom":"\u0645\u0642\u06CC\u0627\u0633 \u0628\u0646\u062F\u06CC \u0642\u0644\u0645 (%)","customThemeLabel.opacity":"\u06A9\u062F\u0648\u0631\u062A \u0645\u062A\u0646 (%)",resetToDefaultColor:"\u0628\u0647 \u0631\u0646\u06AF \u067E\u06CC\u0634 \u0641\u0631\u0636 \u0628\u0631\u06AF\u0631\u062F\u06CC\u062F",resetToDefaultSettings:"\u0628\u0647 \u062A\u0646\u0638\u06CC\u0645\u0627\u062A \u067E\u06CC\u0634 \u0641\u0631\u0636 \u0628\u0631\u06AF\u0631\u062F\u06CC\u062F",isTranslateTitle:"\u0639\u0646\u0627\u0648\u06CC\u0646 \u0635\u0641\u062D\u0627\u062A \u0648\u0628 \u062A\u0631\u062C\u0645\u0647 \u0634\u062F\u0647 \u0631\u0627 \u0631\u0648\u0634\u0646 \u06A9\u0646\u06CC\u062F",isTranslateTitleDescription:"\u0648\u0642\u062A\u06CC \u0631\u0648\u0634\u0646 \u0634\u062F\u060C \u0639\u0646\u0648\u0627\u0646 \u0635\u0641\u062D\u0647 \u0648\u0628 \u062A\u0631\u062C\u0645\u0647 \u062E\u0648\u0627\u0647\u062F \u0634\u062F",enableSearchEnhancement:"\u0628\u0647\u0628\u0648\u062F \u0627\u0637\u0644\u0627\u0639\u0627\u062A \u062F\u0648 \u0632\u0628\u0627\u0646\u0647 \u0631\u0627 \u0641\u0639\u0627\u0644 \u06A9\u0646\u06CC\u062F",enableSearchEnhancementDescription:"\u067E\u0633 \u0627\u0632 \u0631\u0648\u0634\u0646 \u0634\u062F\u0646\u060C \u0646\u062A\u0627\u06CC\u062C \u062C\u0633\u062A\u062C\u0648\u06CC \xABGoogle News\xBB \u0645\u0631\u0628\u0648\u0637 \u0628\u0647 \u06A9\u0644\u06CC\u062F\u0648\u0627\u0698\u0647\u200C\u0647\u0627\u06CC \u0627\u0646\u06AF\u0644\u06CC\u0633\u06CC \u0628\u0647\u200C\u0637\u0648\u0631 \u062E\u0648\u062F\u06A9\u0627\u0631 \u062F\u0631 \u0633\u062A\u0648\u0646 \u0633\u0645\u062A \u0631\u0627\u0633\u062A \u0648\u0628\u200C\u0633\u0627\u06CC\u062A\u200C\u0647\u0627\u06CC \u067E\u0634\u062A\u06CC\u0628\u0627\u0646\u06CC\u200C\u0634\u062F\u0647 (Google News\u060C Google Search (\u0628\u0631\u062E\u06CC \u06A9\u0644\u0645\u0627\u062A \u06A9\u0644\u06CC\u062F\u06CC)\u060C Snowball\u060C Oriental Fortune\u060C Futu\u060C \u0627\u0646\u062C\u0645\u0646 \u0628\u0628\u0631) \u0646\u0645\u0627\u06CC\u0634 \u062F\u0627\u062F\u0647 \u0645\u06CC\u200C\u0634\u0648\u0646\u062F.",verifyService:"\u0628\u0631\u0627\u06CC \u062A\u0633\u062A \u0633\u0631\u0648\u06CC\u0633 \u0627\u06CC\u0646\u062C\u0627 \u06A9\u0644\u06CC\u06A9 \u06A9\u0646\u06CC\u062F",verified:"\u062A\u0623\u06CC\u06CC\u062F \u0628\u0627 \u0645\u0648\u0641\u0642\u06CC\u062A \u0627\u0646\u062C\u0627\u0645 \u0634\u062F","field.langs":"\u06A9\u062F\u0647\u0627\u06CC \u0632\u0628\u0627\u0646 \u067E\u0634\u062A\u06CC\u0628\u0627\u0646\u06CC \u0634\u062F\u0647","field.model":"\u0645\u062F\u0644","field.translationEngine":"\u0645\u0648\u062A\u0648\u0631 \u062A\u0631\u062C\u0645\u0647","field.limitPerMinute":"\u062D\u062F\u0627\u06A9\u062B\u0631 \u062A\u0639\u062F\u0627\u062F \u062F\u0631\u062E\u0648\u0627\u0633\u062A \u062F\u0631 \u062F\u0642\u06CC\u0642\u0647","field.limitPerSecond":"\u062D\u062F\u0627\u06A9\u062B\u0631 \u062A\u0639\u062F\u0627\u062F \u062F\u0631\u062E\u0648\u0627\u0633\u062A \u062F\u0631 \u062B\u0627\u0646\u06CC\u0647","field.maxTextLengthPerRequest":"\u062D\u062F\u0627\u06A9\u062B\u0631 \u0637\u0648\u0644 \u0645\u062A\u0646 \u062F\u0631 \u0647\u0631 \u062F\u0631\u062E\u0648\u0627\u0633\u062A","field.maxTextGroupLengthPerRequest":"\u062D\u062F\u0627\u06A9\u062B\u0631 \u062A\u0639\u062F\u0627\u062F \u067E\u0627\u0631\u0627\u06AF\u0631\u0627\u0641 \u062F\u0631 \u0647\u0631 \u062F\u0631\u062E\u0648\u0627\u0633\u062A","field.apiUrl":"\u0622\u062F\u0631\u0633 \u0631\u0627\u0628\u0637 API \u0633\u0641\u0627\u0631\u0634\u06CC","field.placeholderDelimiters":"\u0645\u062A\u063A\u06CC\u0631\u0647\u0627\u06CC \u0631\u0632\u0631\u0648 \u0634\u062F\u0647","description.custom":"\u062F\u0633\u062A\u0631\u0633\u06CC \u0628\u0647 \u0631\u0627\u0628\u0637 \u0633\u0641\u0627\u0631\u0634\u06CC \u0628\u0647 \u0627\u0633\u0646\u0627\u062F \u0645\u0631\u062C\u0639 \u0646\u06CC\u0627\u0632 \u062F\u0627\u0631\u062F","description.limitPerMinute":"\u8BF7\u6C42\u6570\u8D85\u8FC7\u8BE5\u9650\u5236\u65F6\u4F1A\u88AB\u6682\u65F6\u7981\u7528\uFF0C\u76F4\u5230\u4E0B\u4E00\u5206\u949F\u5F00\u59CB\uFF0C\u9ED8\u8BA4\u8BBE\u7F6E\u4E3A OpenAI \u8BD5\u7528\u7248\u7684\u8BF7\u6C42\u9650\u5236","description.limitPerSecond":"\u0648\u0642\u062A\u06CC \u062A\u0639\u062F\u0627\u062F \u062F\u0631\u062E\u0648\u0627\u0633\u062A \u0647\u0627 \u0627\u0632 \u0627\u06CC\u0646 \u062D\u062F \u0628\u06CC\u0634\u062A\u0631 \u0634\u0648\u062F\u060C \u062A\u0627 \u0627\u0628\u062A\u062F\u0627\u06CC \u062B\u0627\u0646\u06CC\u0647 \u0628\u0639\u062F \u0648\u0627\u0631\u062F \u062D\u0627\u0644\u062A \u0635\u0641 \u0645\u06CC \u0634\u0648\u062F. \u0628\u0627 \u062A\u0648\u062C\u0647 \u0628\u0647 \u0645\u062D\u062F\u0648\u062F\u06CC\u062A\u200C\u0647\u0627\u06CC \u0645\u062E\u062A\u0644\u0641 \u0633\u0631\u0648\u06CC\u0633 \u0641\u0639\u0644\u06CC OpenAI\u060C \u0644\u0637\u0641\u0627\u064B <1> \u0631\u0627 \u0627\u06CC\u0646\u062C\u0627 \u06A9\u0644\u06CC\u06A9 \u06A9\u0646\u06CC\u062F \u0622\u062E\u0631\u06CC\u0646 \u0645\u0642\u0627\u062F\u06CC\u0631 \u062A\u0648\u0635\u06CC\u0647 \u0634\u062F\u0647 \u0631\u0627 \u0645\u0634\u0627\u0647\u062F\u0647 \u06A9\u0646\u06CC\u062F","description.generalLimitPerSecond":"\u0648\u0642\u062A\u06CC \u062A\u0639\u062F\u0627\u062F \u062F\u0631\u062E\u0648\u0627\u0633\u062A \u0647\u0627 \u0627\u0632 \u0627\u06CC\u0646 \u062D\u062F \u0628\u06CC\u0634\u062A\u0631 \u0634\u0648\u062F\u060C \u062A\u0627 \u0627\u0628\u062A\u062F\u0627\u06CC \u062B\u0627\u0646\u06CC\u0647 \u0628\u0639\u062F \u0648\u0627\u0631\u062F \u062D\u0627\u0644\u062A \u0635\u0641 \u0645\u06CC \u0634\u0648\u062F.","description.prompt":"\u0628\u0647 \u0639\u0646\u0648\u0627\u0646 \u06A9\u0627\u0631\u0628\u0631\u060C \u06AF\u0641\u062A\u06AF\u0648 \u0631\u0627 \u0628\u0647 {service} \u0627\u0631\u0633\u0627\u0644 \u06A9\u0646\u06CC\u062F\u060C \u06A9\u0647 \u062F\u0631 \u0622\u0646 {{text}} \u0645\u062D\u062A\u0648\u0627\u06CC \u0645\u062A\u0646 \u067E\u0627\u0631\u0627\u06AF\u0631\u0627\u0641\u060C {{from}} \u0632\u0628\u0627\u0646 \u067E\u0627\u0631\u0627\u06AF\u0631\u0627\u0641 \u0648 {{to}} \u0632\u0628\u0627\u0646 \u0645\u0642\u0635\u062F \u0631\u0627 \u0646\u0634\u0627\u0646 \u0645\u06CC \u062F\u0647\u062F.","description.maxTextLengthPerRequest":"\u9ED8\u8BA4\u4F1A\u5408\u5E76\u591A\u4E2A\u6BB5\u843D\uFF0C\u4EE5\u51CF\u5C11\u8BF7\u6C42\u6B21\u6570\uFF0C\u4F46\u662F\u5982\u679C\u6BB5\u843D\u603B\u957F\u5EA6\u8FC7\u957F\uFF0C\u4E5F\u53EF\u80FD\u4F1A\u5BFC\u81F4\u63A5\u53E3\u7684\u54CD\u5E94\u53D8\u6162\uFF0C\u56E0\u6B64\u53EF\u4EE5\u5C1D\u8BD5\u8C03\u6574\u8BE5\u9009\u9879\u6765\u4F18\u5316\u901F\u5EA6","description.systemPrompt":"\u0628\u0647 \u0639\u0646\u0648\u0627\u0646 \u0633\u06CC\u0633\u062A\u0645\u060C \u06AF\u0641\u062A\u06AF\u0648\u06CC\u06CC \u0631\u0627 \u0628\u0647 {service} \u0627\u0631\u0633\u0627\u0644 \u06A9\u0646\u06CC\u062F\u060C \u06A9\u0647 \u062F\u0631 \u0622\u0646 {{text}} \u0645\u062D\u062A\u0648\u0627\u06CC \u0645\u062A\u0646 \u067E\u0627\u0631\u0627\u06AF\u0631\u0627\u0641\u060C {{from}} \u0632\u0628\u0627\u0646 \u067E\u0627\u0631\u0627\u06AF\u0631\u0627\u0641 \u0648 {{to}} \u0632\u0628\u0627\u0646 \u0647\u062F\u0641 \u0631\u0627 \u0646\u0634\u0627\u0646 \u0645\u06CC \u062F\u0647\u062F.","field.domain":"\u0631\u0634\u062A\u0647","description.domain":"\u067E\u06CC\u0634 \u0641\u0631\u0636\uFF1A\u0639\u0645\u0648\u0645\u06CC \u0627\u0633\u062A. \u0641\u0642\u0637 \u0632\u0645\u0627\u0646\u06CC \u0645\u06CC\u200C\u062A\u0648\u0627\u0646 \u0622\u0646 \u0631\u0627 \u062A\u0646\u0638\u06CC\u0645 \u06A9\u0631\u062F \u06A9\u0647 \u062A\u0631\u062C\u0645\u0647 \u0645\u0628\u062A\u0646\u06CC \u0628\u0631 \u062F\u0627\u0645\u0646\u0647 \u062F\u0631 \u06A9\u0646\u0633\u0648\u0644 Youdao API \u0641\u0639\u0627\u0644 \u0628\u0627\u0634\u062F. \u0628\u0631\u0627\u06CC \u0642\u0633\u0645\u062A\u200C\u0647\u0627\u06CC \u067E\u0634\u062A\u06CC\u0628\u0627\u0646\u06CC\u200C\u0634\u062F\u0647\u060C \u0644\u0637\u0641\u0627\u064B <1> \u0631\u0627 \u0627\u06CC\u0646\u062C\u0627 \u0628\u0628\u06CC\u0646\u06CC\u062F.","field.scene":"\u0635\u062D\u0646\u0647 \u0647\u0627\u06CC","description.scene":"\u067E\u06CC\u0634 \u0641\u0631\u0636\uFF1A\u0639\u0645\u0648\u0645\u06CC \u0627\u0633\u062A. \u062A\u0646\u0647\u0627 \u0632\u0645\u0627\u0646\u06CC \u0645\u06CC\u200C\u062A\u0648\u0627\u0646 \u0622\u0646 \u0631\u0627 \u062A\u0646\u0638\u06CC\u0645 \u06A9\u0631\u062F \u06A9\u0647 \u0646\u0633\u062E\u0647 \u062D\u0631\u0641\u0647\u200C\u0627\u06CC \u062A\u0631\u062C\u0645\u0647 \u0645\u0627\u0634\u06CC\u0646\u06CC \u062F\u0631 \u06A9\u0646\u0633\u0648\u0644 Alibaba Cloud API \u0641\u0639\u0627\u0644 \u0634\u0648\u062F. \u0628\u0631\u0627\u06CC \u0633\u0646\u0627\u0631\u06CC\u0648\u0647\u0627\u06CC \u067E\u0634\u062A\u06CC\u0628\u0627\u0646\u06CC \u0634\u062F\u0647 \u0628\u0647 <1> \u0627\u06CC\u0646\u062C\u0627 \u0645\u0631\u0627\u062C\u0639\u0647 \u06A9\u0646\u06CC\u062F.","field.vocabId":"\u0634\u0646\u0627\u0633\u0647 \u0641\u0631\u0647\u0646\u06AF \u0644\u063A\u062A \u06A9\u0627\u0631\u0628\u0631","description.vocabId":"\u0641\u0631\u0647\u0646\u06AF \u0644\u063A\u062A \u0645\u0634\u062E\u0635 \u0634\u062F\u0647 out_id \u062F\u0631 \u062D\u0627\u0644 \u062D\u0627\u0636\u0631 \u0627\u0632 \u062A\u0631\u062C\u0645\u0647 \u0627\u0646\u06AF\u0644\u06CC\u0633\u06CC \u0628\u0647 \u0686\u06CC\u0646\u06CC \u067E\u0634\u062A\u06CC\u0628\u0627\u0646\u06CC \u0645\u06CC \u06A9\u0646\u062F.","description.model":"\u0645\u062F\u0644 OpenAI \u0645\u06CC \u062A\u0648\u0627\u0646\u062F gpt-3.5-turbo\u060C gpt-4 \u0648 \u063A\u06CC\u0631\u0647 \u0628\u0627\u0634\u062F.","description.maxTextGroupLengthPerRequest":"\u062A\u0639\u062F\u0627\u062F \u067E\u0627\u0631\u0627\u06AF\u0631\u0627\u0641\u200C\u0647\u0627\u06CC\u06CC \u06A9\u0647 \u0647\u0631 \u0628\u0627\u0631 \u0628\u0647 \u0633\u0631\u0648\u06CC\u0633 \u062A\u0631\u062C\u0645\u0647 \u0627\u0631\u0633\u0627\u0644 \u0645\u06CC\u200C\u0634\u0648\u0646\u062F. \u0627\u06AF\u0631 \u062A\u0639\u062F\u0627\u062F \u067E\u0627\u0631\u0627\u06AF\u0631\u0627\u0641\u200C\u0647\u0627 \u0628\u06CC\u0634 \u0627\u0632 \u062D\u062F \u0628\u0627\u0634\u062F\u060C \u067E\u0627\u0633\u062E \u0631\u0627\u0628\u0637 \u0645\u0645\u06A9\u0646 \u0627\u0633\u062A \u06A9\u0646\u062F \u0634\u0648\u062F.","description.apiUrl":"\u8BF7\u6DFB\u52A0\u5177\u4F53\u5E26\u6709\u8DEF\u5F84\u7684\u7F51\u5740",enabledExtension:"\u0627\u0641\u0632\u0648\u0646\u0647 \u0631\u0627 \u0641\u0639\u0627\u0644 \u06A9\u0646\u06CC\u062F",clickToDisableExtension:"\u0628\u0631\u0627\u06CC \u063A\u06CC\u0631\u0641\u0639\u0627\u0644 \u06A9\u0631\u062F\u0646 \u0627\u0641\u0632\u0648\u0646\u0647 \u06A9\u0644\u06CC\u06A9 \u06A9\u0646\u06CC\u062F",clickToEnableExtension:"\u0628\u0631\u0627\u06CC \u0641\u0639\u0627\u0644 \u06A9\u0631\u062F\u0646 \u0628\u0631\u0646\u0627\u0645\u0647 \u0627\u0641\u0632\u0648\u062F\u0646\u06CC \u06A9\u0644\u06CC\u06A9 \u06A9\u0646\u06CC\u062F",hasBeenDisabled:"\u0645\u0639\u0644\u0648\u0644","show password":"\u0646\u0645\u0627\u06CC\u0634 \u0631\u0645\u0632 \u0639\u0628\u0648\u0631",customContent:"\u8F93\u5165\u81EA\u5B9A\u4E49\u5185\u5BB9",inputOptions:"\u0628\u0647\u0628\u0648\u062F \u062C\u0639\u0628\u0647 \u0648\u0631\u0648\u062F\u06CC",mouseHoverOptions:"\u0645\u0627\u0648\u0633 \u0628\u0631",modifyMouseHoverKey:"\u06A9\u0644\u06CC\u062F\u0647\u0627\u06CC \u0645\u06CC\u0627\u0646\u0628\u0631 \u0645\u0627\u0648\u0633 \u0631\u0627 \u062A\u063A\u06CC\u06CC\u0631 \u062F\u0647\u06CC\u062F",enableInputTranslation:"\u0641\u0639\u0627\u0644 \u06A9\u0631\u062F\u0646 \u0628\u0647\u0628\u0648\u062F \u062C\u0639\u0628\u0647 \u0648\u0631\u0648\u062F\u06CC",enableInputTranslationDescription:"\u067E\u0633 \u0627\u0632 \u0641\u0639\u0627\u0644 \u06A9\u0631\u062F\u0646{trailingKey}\u060C \u0645\u0633\u062A\u0642\u06CC\u0645\u0627\u064B {startingKey}{startingKey} hello \u0631\u0627 \u062F\u0631 \u06A9\u0627\u062F\u0631 \u0648\u0631\u0648\u062F\u06CC \u0648\u0627\u0631\u062F \u06A9\u0646\u06CC\u062F \u0648 \u0633\u067E\u0633 \u0628\u0647 \u0633\u0631\u0639\u062A \u0631\u0648\u06CC{inputTrailingTriggerKeyRepeatTimes}\u062F\u0648 \u0628\u0627\u0631 \u06A9\u0644\u06CC\u06A9 \u06A9\u0646\u06CC\u062F \u062A\u0627 \u0622\u0646 \u0631\u0627 \u0628\u0647 {inputTargetLanguage}\u062A\u0628\u062F\u06CC\u0644 \u06A9\u0646\u06CC\u062F.",enableInputTranslationDescriptionForNoneKey:"{trailingKey}\u0641\u0639\u0627\u0644 \u06A9\u0631\u062F\u0646 \u0622\u0646\u060C \u0645\u0633\u062A\u0642\u06CC\u0645\u0627\u064B\uFF1Ahello world \u0631\u0627 \u062F\u0631 \u06A9\u0627\u062F\u0631 \u0648\u0631\u0648\u062F\u06CC \u0648\u0627\u0631\u062F \u06A9\u0646\u06CC\u062F \u0648 \u0633\u067E\u0633 \u0628\u0647 \u0633\u0631\u0639\u062A{inputTrailingTriggerKeyRepeatTimes}\u0628\u0627\u0631 \u06A9\u0644\u06CC\u06A9 \u06A9\u0646\u06CC\u062F \u062A\u0627 \u0628\u0647 \u0632\u0628\u0627\u0646 \u0645\u0642\u0635\u062F \u067E\u06CC\u0634 \u0641\u0631\u0636 \u062A\u0631\u062C\u0645\u0647 \u0634\u0648\u062F.",inputTargetLanguage:"\u0632\u0628\u0627\u0646 \u0645\u0642\u0635\u062F \u067E\u06CC\u0634 \u0641\u0631\u0636 \u06A9\u0627\u062F\u0631 \u0648\u0631\u0648\u062F\u06CC \u0631\u0627 \u062A\u0646\u0638\u06CC\u0645 \u06A9\u0646\u06CC\u062F",inputTargetLanguageDescription:"\u0632\u0628\u0627\u0646 \u0645\u0642\u0635\u062F \u067E\u06CC\u0634\u200C\u0641\u0631\u0636 \u0628\u0631\u0627\u06CC \u062A\u0631\u062C\u0645\u0647 \u062C\u0639\u0628\u0647 \u0648\u0631\u0648\u062F\u06CC\u060C \u06A9\u0647 {startingKey}{startingKey} \u0628\u0647 \u0639\u0646\u0648\u0627\u0646 \u0632\u0628\u0627\u0646 \u067E\u06CC\u0634\u200C\u0641\u0631\u0636 \u0628\u0631\u0627\u06CC \u06A9\u0644\u0645\u0627\u062A \u0631\u0627\u0647\u200C\u0627\u0646\u062F\u0627\u0632 \u0627\u0633\u062A",inputTargetLanguageDescriptionForNoneKey:"\u0632\u0628\u0627\u0646 \u0645\u0642\u0635\u062F \u067E\u06CC\u0634\u200C\u0641\u0631\u0636 \u0628\u0631\u0627\u06CC \u062A\u0631\u062C\u0645\u0647\u200C\u0647\u0627\u06CC \u062C\u0639\u0628\u0647 \u0648\u0631\u0648\u062F\u06CC",inputStartingTriggerKeyTitle:"\u06A9\u0627\u0631\u0627\u06A9\u062A\u0631\u0647\u0627\u06CC \u062A\u0642\u0633\u06CC\u0645 \u0631\u0627 \u0628\u0631\u0627\u06CC \u062A\u0631\u062C\u0645\u0647 \u062C\u0632\u0626\u06CC \u06A9\u0627\u062F\u0631 \u0648\u0631\u0648\u062F\u06CC \u062A\u0646\u0638\u06CC\u0645 \u06A9\u0646\u06CC\u062F",inputStartingTriggerKeyDescription:"\u0647\u0646\u06AF\u0627\u0645\u06CC \u06A9\u0647 \u0646\u06CC\u0627\u0632\u06CC \u0628\u0647 \u062A\u0631\u062C\u0645\u0647 \u06A9\u0644 \u06A9\u0627\u062F\u0631 \u0648\u0631\u0648\u062F\u06CC \u0646\u062F\u0627\u0631\u06CC\u062F\u060C \u062C\u062F\u0627\u06A9\u0646\u0646\u062F\u0647 \u0628\u0647 \u0634\u0645\u0627 \u0627\u062C\u0627\u0632\u0647 \u0645\u06CC \u062F\u0647\u062F \u0641\u0642\u0637 \u0642\u0633\u0645\u062A \u0631\u0627 {startingKey}{startingKey} \u0628\u0647 \u0627\u0646\u062A\u0647\u0627\u06CC \u06A9\u0627\u062F\u0631 \u0648\u0631\u0648\u062F\u06CC \u062A\u0631\u062C\u0645\u0647 \u06A9\u0646\u06CC\u062F\u060C \u06CC\u0627 \u0645\u06CC \u062A\u0648\u0627\u0646\u06CC\u062F \u06A9\u062F \u0632\u0628\u0627\u0646 \u0631\u0627 \u0645\u0634\u062E\u0635 \u06A9\u0646\u06CC\u062F\u060C \u0628\u0647 \u0639\u0646\u0648\u0627\u0646 \u0645\u062B\u0627\u0644\u060C\uFF1A{startingKey}ja \u0628\u0647 \u0645\u0639\u0646\u0627\u06CC \u0641\u0642\u0637 \u062A\u0631\u062C\u0645\u0647 \u0627\u0633\u062A. \u0642\u0633\u0645\u062A \u0627\u0632 {startingKey}ja \u062A\u0627 \u0627\u0646\u062A\u0647\u0627\u06CC \u062C\u0639\u0628\u0647 \u0648\u0631\u0648\u062F\u06CC.",inputStartingTriggerKeyDescriptionForNoneKey:"\u062F\u0631 \u062D\u0627\u0644 \u062D\u0627\u0636\u0631 \u0628\u062F\u0648\u0646 \u0646\u06CC\u0627\u0632 \u0628\u0647 \u067E\u06CC\u0634\u0648\u0646\u062F \u062A\u0646\u0638\u06CC\u0645 \u0634\u062F\u0647 \u0627\u0633\u062A \u0648 \u0628\u0631\u062E\u06CC \u0627\u0632 \u0639\u0645\u0644\u06A9\u0631\u062F\u0647\u0627\u06CC \u062A\u0631\u062C\u0645\u0647 \u0645\u062A\u0646 \u062C\u0639\u0628\u0647 \u0648\u0631\u0648\u062F\u06CC \u0645\u0648\u0642\u062A\u0627\u064B \u062F\u0631 \u062F\u0633\u062A\u0631\u0633 \u0646\u06CC\u0633\u062A\u0646\u062F.",inputTrailingTriggerKeyTitle:"\u06CC\u06A9 \u06A9\u0627\u0631\u0627\u06A9\u062A\u0631 \u0645\u0627\u0634\u0647 \u0627\u06CC \u0631\u0627 \u0627\u0646\u062A\u062E\u0627\u0628 \u06A9\u0646\u06CC\u062F \u06A9\u0647 \u0628\u0647 \u0648\u0631\u0648\u062F\u06CC \u067E\u0627\u06CC\u0627\u0646 \u0645\u06CC \u062F\u0647\u062F",inputTrailingTriggerKeyDescription:"\u0628\u0627 \u0632\u062F\u0646{trailingKey} 3 \u0628\u0627\u0631 \u0645\u062A\u0648\u0627\u0644\u06CC\u060C \u062A\u0631\u062C\u0645\u0647 \u0634\u0631\u0648\u0639 \u0645\u06CC \u0634\u0648\u062F",inputTrailingTriggerKeyTimeout:"\u0641\u0627\u0635\u0644\u0647 \u0628\u06CC\u0646 \u0645\u0627\u0634\u0647 \u0647\u0627 \u0631\u0627 \u0628\u0631\u0627\u06CC \u067E\u0627\u06CC\u0627\u0646 \u062F\u0627\u062F\u0646 \u0628\u0647 \u062A\u0631\u06A9\u06CC\u0628 \u0648\u0627\u0631\u062F \u06A9\u0646\u06CC\u062F.",inputTrailingTriggerKeyTimeoutDescription:"\u0632\u0645\u0627\u0646 \u0641\u0627\u0635\u0644\u0647 (\u0645\u06CC\u0644\u06CC \u062B\u0627\u0646\u06CC\u0647) \u0631\u0627 \u0628\u0631\u0627\u06CC \u0648\u0631\u0648\u062F\u06CC \u0628\u0631\u0627\u06CC \u067E\u0627\u06CC\u0627\u0646 \u062F\u0627\u062F\u0646 \u0628\u0647 \u0645\u062D\u0631\u06A9 \u062A\u0631\u06A9\u06CC\u0628\u06CC \u062A\u0646\u0638\u06CC\u0645 \u06A9\u0646\u06CC\u062F",spaceKey:"",noneKey:"\u0628\u062F\u0648\u0646 \u0646\u06CC\u0627\u0632 \u0628\u0647 \u067E\u06CC\u0634\u0648\u0646\u062F\u060C \u0628\u0647 \u0637\u0648\u0631 \u0645\u0633\u062A\u0642\u06CC\u0645 \u06A9\u0644 \u062C\u0639\u0628\u0647 \u0645\u062A\u0646 \u0631\u0627 \u062A\u0631\u062C\u0645\u0647 \u06A9\u0646\u06CC\u062F",inputTranslationBlockUrlsTitle:"\u0647\u0631\u06AF\u0632 \u067E\u06CC\u0634\u0631\u0641\u062A \u0647\u0627\u06CC \u0641\u06CC\u0644\u062F \u0648\u0631\u0648\u062F\u06CC \u0631\u0627 \u062F\u0631 URL \u0647\u0627 \u0641\u0639\u0627\u0644 \u0646\u06A9\u0646\u06CC\u062F",inputTranslationBlockUrlsDescription:"\u062F\u0631 \u0622\u062F\u0631\u0633\u200C\u0647\u0627\u06CC \u0627\u06CC\u0646\u062A\u0631\u0646\u062A\u06CC \u0632\u06CC\u0631\u060C \u0628\u0647\u0628\u0648\u062F \u06A9\u0627\u062F\u0631 \u0648\u0631\u0648\u062F\u06CC \u0627\u062B\u0631\u06CC \u0646\u062E\u0648\u0627\u0647\u062F \u062F\u0627\u0634\u062A",clickToSeeQuickDemo:"\u0628\u0631\u0627\u06CC \u06AF\u0633\u062A\u0631\u0634 \u0648\u06CC\u062F\u06CC\u0648\u06CC \u0622\u0645\u0648\u0632\u0634 \u0633\u0631\u06CC\u0639 30 \u062B\u0627\u0646\u06CC\u0647 \u0627\u06CC \u06A9\u0644\u06CC\u06A9 \u06A9\u0646\u06CC\u062F",inputHelperInfo:"\u0646\u06A9\u062A\u0647\uFF1A: \u0645\u0627 \u0628\u0647 \u0637\u0648\u0631 \u062E\u0627\u0635 \u0627\u06CC\u0646 \u0645\u0648\u0636\u0648\u0639 \u0631\u0627 \u0628\u0647\u06CC\u0646\u0647 \u0633\u0627\u0632\u06CC \u06A9\u0631\u062F\u0647 \u0627\u06CC\u0645 \u06A9\u0647 \u062F\u0631 \u0622\u0646 \u0628\u0631\u062E\u06CC \u0627\u0632 \u06A9\u0627\u0631\u0627\u06A9\u062A\u0631\u0647\u0627\u06CC \u0645\u0627\u0634\u0647 \u0628\u0647 \u0639\u0644\u0627\u0626\u0645 \u0646\u06AF\u0627\u0631\u0634\u06CC \u0686\u06CC\u0646\u06CC \u062F\u0631 \u0631\u0648\u0634 \u0648\u0631\u0648\u062F\u06CC \u0686\u06CC\u0646\u06CC \u062A\u0628\u062F\u06CC\u0644 \u0645\u06CC \u0634\u0648\u0646\u062F. \u0628\u0647 \u0639\u0646\u0648\u0627\u0646 \u0645\u062B\u0627\u0644\u060C \u062F\u0631 \u0631\u0648\u0634 \u0648\u0631\u0648\u062F\u06CC Sogou\u060C / \u0628\u0647 \u0645\u06A9\u062B \u062A\u0628\u062F\u06CC\u0644 \u0645\u06CC \u0634\u0648\u062F\u060C \u0648 \u062A\u0631\u062C\u0645\u0647 \u0647\u0645\u0647 \u062C\u0627\u0646\u0628\u0647 \u0627\u0632 \u0647\u0645\u0647 \u0646\u0645\u0627\u062F\u0647\u0627\u06CC \u0686\u06CC\u0646\u06CC \u0645\u0631\u0628\u0648\u0637 \u0628\u0647 \u067E\u0634\u062A\u06CC\u0628\u0627\u0646\u06CC \u0645\u06CC \u06A9\u0646\u062F. \u06A9\u0627\u0631\u0627\u06A9\u062A\u0631\u0647\u0627\u06CC \u0645\u0627\u0634\u0647\u060C \u06CC\u0639\u0646\u06CC //\u060C\u060C \u0647\u0645\u0647 \u0628\u0647 \u0639\u0646\u0648\u0627\u0646 \u06A9\u0627\u0631\u0627\u06A9\u062A\u0631\u0647\u0627\u06CC \u0645\u0627\u0634\u0647 \u0634\u0646\u0627\u062E\u062A\u0647 \u0645\u06CC \u0634\u0648\u0646\u062F.

\u062F\u0631 \u0639\u06CC\u0646 \u062D\u0627\u0644\u060C \u0645\u0627 \u0647\u0645\u0686\u0646\u06CC\u0646 \u0627\u0632 \u0646\u0627\u0645 \u0645\u0633\u062A\u0639\u0627\u0631 \u0686\u06CC\u0646\u06CC \u06A9\u062F\u0647\u0627\u06CC \u0632\u0628\u0627\u0646 \u0628\u0647 \u0639\u0646\u0648\u0627\u0646 \u062F\u0633\u062A\u0648\u0631\u0627\u062A \u067E\u0634\u062A\u06CC\u0628\u0627\u0646\u06CC \u0645\u06CC \u06A9\u0646\u06CC\u0645. \u0628\u0647 \u0639\u0646\u0648\u0627\u0646 \u0645\u062B\u0627\u0644\u060C /Japanese Hello World \u0628\u0647 \u0698\u0627\u067E\u0646\u06CC \u062A\u0631\u062C\u0645\u0647 \u0645\u06CC \u0634\u0648\u062F. <1> \u0628\u0631\u0627\u06CC \u0645\u0634\u0627\u0647\u062F\u0647 \u0647\u0645\u0647 \u06A9\u062F\u0647\u0627\u06CC \u0632\u0628\u0627\u0646 \u067E\u0634\u062A\u06CC\u0628\u0627\u0646\u06CC \u0634\u062F\u0647 \u0627\u06CC\u0646\u062C\u0627 \u0631\u0627 \u06A9\u0644\u06CC\u06A9 \u06A9\u0646\u06CC\u062F. .",reloadCurrentPage:"\u0644\u0637\u0641\u0627\u064B \u0642\u0628\u0644 \u0627\u0632 \u0634\u0631\u0648\u0639 \u062A\u0631\u062C\u0645\u0647 \u0635\u0641\u062D\u0647 \u0641\u0639\u0644\u06CC \u0631\u0627 \u0628\u0627\u0632\u062E\u0648\u0627\u0646\u06CC \u06A9\u0646\u06CC\u062F",noLocalFilePermissionForPDF:"\u0645\u0627 \u062F\u0631 \u062D\u0627\u0644 \u062D\u0627\u0636\u0631 \u0645\u062C\u0648\u0632 \u062E\u0648\u0627\u0646\u062F\u0646 \u0641\u0627\u06CC\u0644 \u0647\u0627\u06CC \u0645\u062D\u0644\u06CC \u0631\u0627 \u0646\u062F\u0627\u0631\u06CC\u0645. \u0644\u0637\u0641\u0627 \u0631\u0648\u06CC \u062F\u06A9\u0645\u0647 \u0628\u0627\u0644\u0627 \u06A9\u0644\u06CC\u06A9 \u06A9\u0646\u06CC\u062F \u0648 \u0641\u0627\u06CC\u0644 \u0647\u0627\u06CC \u0645\u062D\u0644\u06CC \u0631\u0627 \u0648\u0627\u0631\u062F \u06A9\u0646\u06CC\u062F.",noPermissionForThisPage:"\u26A0\uFE0F \u0627\u062C\u0627\u0632\u0647 \u062A\u0631\u062C\u0645\u0647 \u0635\u0641\u062D\u0647 \u0641\u0639\u0644\u06CC \u0648\u062C\u0648\u062F \u0646\u062F\u0627\u0631\u062F",retryAllParagraphs:"\u0647\u0645\u0647 \u067E\u0627\u0631\u0627\u06AF\u0631\u0627\u0641 \u0647\u0627\u06CC \u062E\u0637\u0627 \u0631\u0627 \u062F\u0648\u0628\u0627\u0631\u0647 \u0627\u0645\u062A\u062D\u0627\u0646 \u06A9\u0646\u06CC\u062F",retryAllButton:"\u0647\u0645\u0647 \u067E\u0627\u0631\u0627\u06AF\u0631\u0627\u0641 \u0647\u0627\u06CC \u062E\u0637\u0627 \u0631\u0627 \u062F\u0648\u0628\u0627\u0631\u0647 \u0627\u0645\u062A\u062D\u0627\u0646 \u06A9\u0646\u06CC\u062F",errorTooltipTitle:"\u0628\u0631\u0627\u06CC \u0645\u0634\u0627\u0647\u062F\u0647 \u062F\u0644\u06CC\u0644 \u062E\u0637\u0627 \u06A9\u0644\u06CC\u06A9 \u06A9\u0646\u06CC\u062F",errorModalTitle:"\u0628\u0647 \u0646\u0638\u0631 \u0645\u06CC \u0631\u0633\u062F \u0645\u0634\u06A9\u0644\u06CC \u062F\u0631 \u062E\u062F\u0645\u0627\u062A \u062A\u0631\u062C\u0645\u0647 \u06CC\u0627 \u0634\u0628\u06A9\u0647 \u0648\u062C\u0648\u062F \u062F\u0627\u0631\u062F ...",disableConfirm:"\u062A\u0646\u0638\u06CC\u0645\u0627\u062A \u0627\u0641\u0632\u0627\u06CC\u0634 \u0627\u0637\u0644\u0627\u0639\u0627\u062A \u062F\u0648 \u0632\u0628\u0627\u0646\u0647",disableOnce:"\u0627\u06CC\u0646 \u0628\u0627\u0631 \u063A\u06CC\u0631 \u0641\u0639\u0627\u0644 \u0634\u062F\u0647",disableGlobal:"\u0628\u0631\u0627\u06CC \u0647\u0645\u06CC\u0634\u0647 \u0627\u0632 \u06A9\u0627\u0631 \u0627\u0641\u062A\u0627\u062F\u0647 \u0627\u0633\u062A",disableTint:"* \u0645\u06CC \u062A\u0648\u0627\u0646\u06CC\u062F \u0622\u0646 \u0631\u0627 \u0645\u062C\u062F\u062F\u0627\u064B \u062F\u0631 {option} \u0641\u0639\u0627\u0644 \u06A9\u0646\u06CC\u062F.",searchEnhancementNotes:"\u062F\u0631\u06CC\u0627\u0641\u062A\u06CC\u0645 \u06A9\u0647 \u0646\u062A\u0627\u06CC\u062C \u0627\u062E\u0628\u0627\u0631 \u0628\u0631\u0627\u06CC \u06A9\u0644\u0645\u0627\u062A \u06A9\u0644\u06CC\u062F\u06CC \u0686\u06CC\u0646\u06CC \u0648 \u06A9\u0644\u0645\u0627\u062A \u06A9\u0644\u06CC\u062F\u06CC \u0627\u0646\u06AF\u0644\u06CC\u0633\u06CC \u0628\u0633\u06CC\u0627\u0631 \u0645\u062A\u0641\u0627\u0648\u062A \u0627\u0633\u062A. \u067E\u0633 \u0627\u0632 \u0641\u0639\u0627\u0644 \u06A9\u0631\u062F\u0646 \u0639\u0645\u0644\u06A9\u0631\u062F \u0628\u0647\u0628\u0648\u062F \u0627\u0637\u0644\u0627\u0639\u0627\u062A \u062F\u0648\u0632\u0628\u0627\u0646\u0647 \u062A\u0631\u062C\u0645\u0647 \u0647\u0645\u0647\u062C\u0627\u0646\u0628\u0647\u060C \u062F\u0631 \u0648\u0628 \u0633\u0627\u06CC\u062A \u0647\u0627\u06CC \u067E\u0634\u062A\u06CC\u0628\u0627\u0646\u06CC \u0634\u062F\u0647 (Google News\u060C \u062C\u0633\u062A\u062C\u0648\u06CC Google (\u0628\u0631\u062E\u06CC \u0627\u0632 \u06A9\u0644\u0645\u0627\u062A \u06A9\u0644\u06CC\u062F\u06CC)\u060C Snowball\u060C Oriental Fortune Network\u060C Futu \u062C\u0633\u062A\u062C\u0648 \u062E\u0648\u0627\u0647\u06CC\u0645 \u06A9\u0631\u062F. , Tiger) \u0628\u0647 \u0637\u0648\u0631 \u062E\u0648\u062F\u06A9\u0627\u0631 \u0647\u0645\u0627\u0646 \u06A9\u0644\u0645\u0627\u062A \u06A9\u0644\u06CC\u062F\u06CC \u0631\u0627 \u0628\u0647 \u0632\u0628\u0627\u0646 \u0627\u0646\u06AF\u0644\u06CC\u0633\u06CC \u0628\u0631\u0627\u06CC \u0634\u0645\u0627 \u062C\u0633\u062A\u062C\u0648 \u0645\u06CC \u06A9\u0646\u062F \u0648 \u062F\u0631 \u0633\u0645\u062A \u0631\u0627\u0633\u062A \u0646\u0645\u0627\u06CC\u0634 \u0645\u06CC \u062F\u0647\u062F. \u0627\u06AF\u0631 \u0628\u0647 \u0627\u06CC\u0646 \u0648\u06CC\u0698\u06AF\u06CC \u0646\u06CC\u0627\u0632 \u0646\u062F\u0627\u0631\u06CC\u062F\u060C \u0645\u06CC \u062A\u0648\u0627\u0646\u06CC\u062F \u0622\u0646 \u0631\u0627 \u063A\u06CC\u0631\u0641\u0639\u0627\u0644 \u06A9\u0646\u06CC\u062F.",option:"\u0628\u0631\u067E\u0627\u06CC\u06CC",saveSettings:"\u062A\u0646\u0638\u06CC\u0645\u0627\u062A \u0631\u0627 \u0630\u062E\u06CC\u0631\u0647 \u06A9\u0646",closeModal:"\u067E\u0646\u062C\u0631\u0647 \u0631\u0627 \u0628\u0628\u0646\u062F",enableInputTranslationWithoutTriggerKeyTitle:"\u062A\u0631\u06A9\u06CC\u0628 \u0633\u0631\u06CC\u0639 \u0631\u0627 3 \u0628\u0627\u0631{trailingKey}\u0641\u0639\u0627\u0644 \u06A9\u0646\u06CC\u062F\u060C \u062A\u0645\u0627\u0645 \u06A9\u0627\u062F\u0631 \u0648\u0631\u0648\u062F\u06CC \u0631\u0627 \u0645\u0633\u062A\u0642\u06CC\u0645\u0627\u064B \u0628\u0647{inputTargetLanguage}\u062A\u0631\u062C\u0645\u0647 \u06A9\u0646\u06CC\u062F",enableInputTranslationWithoutTriggerKeyDescription:"\u0627\u06AF\u0631 \u0645\u06CC\u200C\u062E\u0648\u0627\u0647\u06CC\u062F \u0632\u0628\u0627\u0646 \u0645\u0642\u0635\u062F \u0631\u0627 \u0645\u0634\u062E\u0635 \u06A9\u0646\u06CC\u062F\u060C \u0644\u0637\u0641\u0627\u064B \u06A9\u062F \u0632\u0628\u0627\u0646 \u0645\u0642\u0627\u0628\u0644 \u0631\u0627 \u0627\u0636\u0627\u0641\u0647 \u06A9\u0646\u06CC\u062F\u060C \u0645\u0627\u0646\u0646\u062F\uFF1A\u06CC\u0627 Hello World",mouseHoverShortcutPlaceholder:"\u0645\u0627\u0646\u0646\u062F\uFF1AShift",deepLProName:"\u0639\u0636\u0648 \u062D\u0631\u0641\u0647 \u0627\u06CC \u062A\u0631\u062C\u0645\u0647 Immersive (\u062A\u0648\u0635\u06CC\u0647 \u0645\u06CC \u0634\u0648\u062F)",deepLProDescription:"\u0628\u0633\u062A\u0647 \u0641\u0639\u0644\u06CC \u0631\u0627 \u0645\u06CC \u062A\u0648\u0627\u0646 \u0628\u0647 \u0637\u0648\u0631 \u0645\u0633\u062A\u0642\u06CC\u0645 \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u06A9\u0631\u062F",deeplProDescriptionForNormal:"\u0647\u06CC\u0686 \u062A\u0646\u0638\u06CC\u0645\u0627\u062A\u06CC \u0644\u0627\u0632\u0645 \u0646\u06CC\u0633\u062A. \u0645\u06CC \u062A\u0648\u0627\u0646\u06CC\u062F \u067E\u0633 \u0627\u0632 \u0648\u0631\u0648\u062F \u0628\u0647 \u0639\u0646\u0648\u0627\u0646 \u0639\u0636\u0648 \u0627\u0632 \u0622\u0646 \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u06A9\u0646\u06CC\u062F. <1> \u0628\u0631\u0627\u06CC \u0627\u0631\u062A\u0642\u0627 \u0628\u0647 \u0639\u0636\u0648 \u0627\u06CC\u0646\u062C\u0627 \u0631\u0627 \u06A9\u0644\u06CC\u06A9 \u06A9\u0646\u06CC\u062F.",deepLCustomDescription:"\u0634\u0645\u0627 \u0628\u0647 \u06CC\u06A9 \u06A9\u0627\u0631\u062A \u0627\u0639\u062A\u0628\u0627\u0631\u06CC \u062E\u0627\u0631\u062C\u06CC \u0646\u06CC\u0627\u0632 \u062F\u0627\u0631\u06CC\u062F\u060C \u0628\u0647 <1>DeepL \u0628\u0631\u0648\u06CC\u062F \u0628\u0647 \u0637\u0648\u0631 \u0631\u0633\u0645\u06CC \u0628\u0627\u0632 \u0634\u062F\u060C \u0628\u0631\u0627\u06CC \u0645\u0634\u0627\u0647\u062F\u0647 \u0627\u0633\u0646\u0627\u062F <2> \u06A9\u0644\u06CC\u06A9 \u06A9\u0646\u06CC\u062F",deepLCustomName:"\u06A9\u0644\u06CC\u062F \u062A\u0623\u06CC\u06CC\u062F \u0633\u0641\u0627\u0631\u0634\u06CC",chooseProviderLabel:"\u0627\u0631\u0627\u0626\u0647 \u062F\u0647\u0646\u062F\u0647 \u062E\u062F\u0645\u0627\u062A \u0631\u0627 \u0627\u0646\u062A\u062E\u0627\u0628 \u06A9\u0646\u06CC\u062F",openaiProName:"\u0639\u0636\u0648 \u062D\u0631\u0641\u0647 \u0627\u06CC \u062A\u0631\u062C\u0645\u0647 Immersive (\u062A\u0648\u0635\u06CC\u0647 \u0645\u06CC \u0634\u0648\u062F)",openaiProDescription:"\u0628\u0633\u062A\u0647 \u0641\u0639\u0644\u06CC \u0631\u0627 \u0645\u06CC \u062A\u0648\u0627\u0646 \u0628\u0647 \u0637\u0648\u0631 \u0645\u0633\u062A\u0642\u06CC\u0645 \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u06A9\u0631\u062F",openaiProDescriptionForNormal:"\u0647\u06CC\u0686 \u062A\u0646\u0638\u06CC\u0645\u0627\u062A\u06CC \u0644\u0627\u0632\u0645 \u0646\u06CC\u0633\u062A. \u0645\u06CC \u062A\u0648\u0627\u0646\u06CC\u062F \u067E\u0633 \u0627\u0632 \u0648\u0631\u0648\u062F \u0628\u0647 \u0639\u0646\u0648\u0627\u0646 \u0639\u0636\u0648 \u0627\u0632 \u0622\u0646 \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u06A9\u0646\u06CC\u062F. <1> \u0628\u0631\u0627\u06CC \u0627\u0631\u062A\u0642\u0627 \u0628\u0647 \u0639\u0636\u0648 \u0627\u06CC\u0646\u062C\u0627 \u0631\u0627 \u06A9\u0644\u06CC\u06A9 \u06A9\u0646\u06CC\u062F.",openaiCustomDescription:"\u0645\u06CC \u062A\u0648\u0627\u0646 \u0622\u0646 \u0631\u0627 \u0627\u0632 OpenAI\u060C Azure OpenAI \u06CC\u0627 \u0633\u0627\u06CC\u0631 \u062E\u062F\u0645\u0627\u062A \u0634\u062E\u0635 \u062B\u0627\u0644\u062B \u062F\u0631\u06CC\u0627\u0641\u062A \u06A9\u0631\u062F. <1> \u0628\u0631\u0627\u06CC \u0645\u0634\u0627\u0647\u062F\u0647 \u0633\u0646\u062F \u0627\u06CC\u0646\u062C\u0627 \u0631\u0627 \u06A9\u0644\u06CC\u06A9 \u06A9\u0646\u06CC\u062F.",openaiCustomName:"\u06A9\u0644\u06CC\u062F API \u0633\u0641\u0627\u0631\u0634\u06CC",needLoginAction:"(\u0639\u0636\u0648\u06CC\u062A \u0631\u0627 \u0648\u0627\u0631\u062F \u06A9\u0646\u06CC\u062F \u06CC\u0627 \u0633\u0641\u0627\u0631\u0634\u06CC \u06A9\u0646\u06CC\u062F)",goLoginOrAction:"(\u0648\u0627\u0631\u062F \u0639\u0636\u0648\u06CC\u062A \u0634\u0648\u06CC\u062F \u06CC\u0627 \u0628\u0647 \u062A\u0646\u0638\u06CC\u0645\u0627\u062A \u0628\u0631\u0648\u06CC\u062F)",yearly:"\u0627\u0634\u062A\u0631\u0627\u06A9 \u0633\u0627\u0644\u0627\u0646\u0647 \u0645\u0633\u062A\u0645\u0631",quarterly:"\u0641\u0635\u0644 \u0647\u0627\u06CC \u0645\u062A\u0648\u0627\u0644\u06CC",monthly:"\u0627\u0634\u062A\u0631\u0627\u06A9 \u0645\u0627\u0647\u0627\u0646\u0647 \u0645\u0633\u062A\u0645\u0631",yearlyForOnce:"\u0628\u0633\u062A\u0647 \u0633\u0627\u0644\u0627\u0646\u0647 \u06CC\u06A9\u0628\u0627\u0631 \u0645\u0635\u0631\u0641",monthlyForOnce:"\u0628\u0633\u062A\u0647 \u06CC\u06A9\u0628\u0627\u0631\u0647 \u0645\u0627\u0647\u0627\u0646\u0647",daily:"\u0631\u0648\u0632\u0647\u0627\u06CC \u0645\u062A\u0648\u0627\u0644\u06CC",year:"\u0627\u0634\u062A\u0631\u0627\u06A9 \u0633\u0627\u0644\u0627\u0646\u0647 \u0645\u0633\u062A\u0645\u0631",quarter:"\u0641\u0635\u0644 \u0647\u0627\u06CC \u0645\u062A\u0648\u0627\u0644\u06CC",month:"\u0627\u0634\u062A\u0631\u0627\u06A9 \u0645\u0627\u0647\u0627\u0646\u0647 \u0645\u0633\u062A\u0645\u0631",day:"\u0631\u0648\u0632\u0647\u0627\u06CC \u0645\u062A\u0648\u0627\u0644\u06CC",onetime_7day:"\u0628\u0633\u062A\u0647 \u0622\u0632\u0645\u0627\u06CC\u0634\u06CC 7 \u0631\u0648\u0632\u0647",currentPlanDescriptionForFree:"\u0628\u0633\u062A\u0647 \u0641\u0639\u0644\u06CC\uFF1A\u0631\u0627\u06CC\u06AF\u0627\u0646 \u0627\u0633\u062A",currentPlanDescriptionForContinuous:"\u0628\u0633\u062A\u0647 \u0641\u0639\u0644\u06CC 0{plan}\uFF1A\u0648 \u0628\u0647 \u0637\u0648\u0631 \u062E\u0648\u062F\u06A9\u0627\u0631 \u062F\u0631 {endAt} \u062A\u0645\u062F\u06CC\u062F \u0645\u06CC \u0634\u0648\u062F",currentPlanDescriptionForAutoRenewCaceling:"\u0628\u0633\u062A\u0647 \u0641\u0639\u0644\u06CC\uFF1A{plan}\u0627\u0633\u062A \u0648 \u062F\u0631 {endAt} \u0645\u0646\u0642\u0636\u06CC \u0645\u06CC \u0634\u0648\u062F. \u067E\u0633 \u0627\u0632 \u0627\u0646\u0642\u0636\u0627 \u0628\u0647 \u0637\u0648\u0631 \u062E\u0648\u062F\u06A9\u0627\u0631 \u062A\u0645\u062F\u06CC\u062F \u0646\u0645\u06CC \u0634\u0648\u062F.",currentYearlyPlanDescriptionForAutoRenewCacelingWithRealPaiedUser:"\u0628\u0633\u062A\u0647 \u0641\u0639\u0644\u06CC\uFF1A{plan}\u062F\u0631 \u062A\u0627\u0631\u06CC\u062E {endAt} \u0645\u0646\u0642\u0636\u06CC \u0645\u06CC \u0634\u0648\u062F \u0648 \u067E\u0633 \u0627\u0632 \u0627\u0646\u0642\u0636\u0627 \u0628\u0647 \u0637\u0648\u0631 \u062E\u0648\u062F\u06A9\u0627\u0631 \u062A\u0645\u062F\u06CC\u062F \u0646\u0645\u06CC \u0634\u0648\u062F.
<1> \u0628\u0631\u0627\u06CC \u0645\u062F\u06CC\u0631\u06CC\u062A \u0628\u0631\u0646\u0627\u0645\u0647 \u0647\u0627\u06CC \u062A\u0645\u062F\u06CC\u062F \u0627\u06CC\u0646\u062C\u0627 \u0631\u0627 \u06A9\u0644\u06CC\u06A9 \u06A9\u0646\u06CC\u062F",currentYearlyPlanDescriptionForAutoRenewCacelingWithAdmin:"\u0628\u0633\u062A\u0647 \u0641\u0639\u0644\u06CC\uFF1A{plan}\u062F\u0631 \u062A\u0627\u0631\u06CC\u062E {endAt} \u0645\u0646\u0642\u0636\u06CC \u0645\u06CC \u0634\u0648\u062F \u0648 \u067E\u0633 \u0627\u0632 \u0627\u0646\u0642\u0636\u0627 \u0628\u0647 \u0637\u0648\u0631 \u062E\u0648\u062F\u06A9\u0627\u0631 \u062A\u0645\u062F\u06CC\u062F \u0646\u0645\u06CC \u0634\u0648\u062F.
<1>\u0628\u0631\u0627\u06CC \u0641\u0639\u0627\u0644 \u06A9\u0631\u062F\u0646 \u0627\u0634\u062A\u0631\u0627\u06A9 \u0633\u0627\u0644\u0627\u0646\u0647 \u0645\u0633\u062A\u0645\u0631 \u0627\u06CC\u0646\u062C\u0627 \u0631\u0627 \u06A9\u0644\u06CC\u06A9 \u06A9\u0646\u06CC\u062F",currentPlanDescriptionForOneTime:"\u0628\u0633\u062A\u0647 \u0641\u0639\u0644\u06CC\uFF1A{plan}\u0627\u0633\u062A \u0648 \u062F\u0631 {endAt} \u0645\u0646\u0642\u0636\u06CC \u0645\u06CC \u0634\u0648\u062F. <1> \u0628\u0631\u0627\u06CC \u0627\u0631\u062A\u0642\u0627\u0621 \u0628\u0647 \u0647\u0632\u06CC\u0646\u0647 \u0633\u0627\u0644\u0627\u0646\u0647 \u0627\u06CC\u0646\u062C\u0627 \u0631\u0627 \u06A9\u0644\u06CC\u06A9 \u06A9\u0646\u06CC\u062F \u06CC\u0627 <2> \u0647\u0632\u06CC\u0646\u0647 \u0645\u0627\u0647\u0627\u0646\u0647 \u0639\u0636\u0648",upgradePlan:"\u0628\u0631\u0627\u06CC \u0627\u0631\u062A\u0642\u0627\u0621 \u0628\u0647 \u0639\u0636\u0648\u06CC\u062A Pro \u0627\u06CC\u0646\u062C\u0627 \u0631\u0627 \u06A9\u0644\u06CC\u06A9 \u06A9\u0646\u06CC\u062F",upgradeToPro:"\u0628\u0647 \u0639\u0636\u0648\u06CC\u062A Pro \u0627\u0631\u062A\u0642\u0627 \u062F\u0647\u06CC\u062F","popup.openPro":"\u5F00\u901A\u4F1A\u5458\u540E\u53EF\u4EE5\u7545\u4EAB DeepL \u548C OpenAI \u7FFB\u8BD1","popup.openProForPro":"\u0634\u0645\u0627 \u06CC\u06A9 \u0639\u0636\u0648 \u062D\u0631\u0641\u0647 \u0627\u06CC \u0647\u0633\u062A\u06CC\u062F \u0648 \u0645\u06CC \u062A\u0648\u0627\u0646\u06CC\u062F \u0645\u0633\u062A\u0642\u06CC\u0645\u0627\u064B \u0627\u0632 \u062A\u0631\u062C\u0645\u0647 DeepL \u0648 OpenAI \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u06A9\u0646\u06CC\u062F",currentAccount:"\u062D\u0633\u0627\u0628 \u062C\u0627\u0631\u06CC",enableAutoSyncUserSettings:"\u0647\u0645\u06AF\u0627\u0645 \u0633\u0627\u0632\u06CC \u0627\u0628\u0631\u06CC \u062E\u0648\u062F\u06A9\u0627\u0631 \u0631\u0627 \u062F\u0631 \u0686\u0646\u062F\u06CC\u0646 \u062F\u0633\u062A\u06AF\u0627\u0647 \u0641\u0639\u0627\u0644 \u06A9\u0646\u06CC\u062F",modalEnableInputTranslationTitle:"\u0646\u06A9\u0627\u062A \u062A\u0631\u062C\u0645\u0647 \u0647\u0645\u0647\u062C\u0627\u0646\u0628\u0647 \u062C\u0639\u0628\u0647 \u0648\u0631\u0648\u062F\u06CC \u062A\u0631\u062C\u0645\u0647",modalEnableInputTranslationDesc:"\u0634\u0645\u0627 \u0628\u0647 \u062A\u0627\u0632\u06AF\u06CC \u062A\u0631\u062C\u0645\u0647 \u062C\u0639\u0628\u0647 \u0648\u0631\u0648\u062F\u06CC Immersive Translation \u0631\u0627 \u0628\u0627 \u0641\u0634\u0627\u0631 \u062F\u0627\u062F\u0646 \u06A9\u0644\u06CC\u062F \u0641\u0627\u0635\u0644\u0647 \u0633\u0647 \u0628\u0627\u0631 \u067E\u0634\u062A \u0633\u0631 \u0647\u0645 \u0641\u0639\u0627\u0644 \u06A9\u0631\u062F\u0647 \u0627\u06CC\u062F \u0648 \u0645\u062D\u062A\u0648\u0627\u06CC \u062C\u0639\u0628\u0647 \u0648\u0631\u0648\u062F\u06CC \u0628\u0647 \u0632\u0628\u0627\u0646 \u0645\u0642\u0635\u062F \u067E\u06CC\u0634 \u0641\u0631\u0636 \u062A\u0631\u062C\u0645\u0647 \u0645\u06CC \u0634\u0648\u062F. \u062A\u0631\u062C\u0645\u0647 \u0631\u0627 \u0645\u06CC \u062A\u0648\u0627\u0646 \u0628\u0627 Ctrl+Z \u0644\u063A\u0648 \u06A9\u0631\u062F.

\u0627\u06AF\u0631 \u0627\u06CC\u0646 \u06CC\u06A9 \u0627\u0634\u062A\u0628\u0627\u0647 \u0627\u0633\u062A\u060C \u0646\u06AF\u0631\u0627\u0646 \u0646\u0628\u0627\u0634\u06CC\u062F\u060C \u0645\u06CC\u200C\u062A\u0648\u0627\u0646\u06CC\u062F \u0627\u06CC\u0646 \u0628\u0627\u0631 \u0622\u0646 \u0631\u0627 \u063A\u06CC\u0631\u0641\u0639\u0627\u0644 \u06A9\u0646\u06CC\u062F \u06CC\u0627 \u062A\u0631\u062C\u0645\u0647 \u062C\u0639\u0628\u0647 \u0648\u0631\u0648\u062F\u06CC \u0631\u0627 \u0628\u0631\u0627\u06CC \u0647\u0645\u06CC\u0634\u0647 \u063A\u06CC\u0631\u0641\u0639\u0627\u0644 \u06A9\u0646\u06CC\u062F.",saveAndNotShowAgain:"\u0630\u062E\u06CC\u0631\u0647 \u06A9\u0646\u06CC\u062F \u0648 \u062F\u0648\u0628\u0627\u0631\u0647 \u062F\u0631\u062E\u0648\u0627\u0633\u062A \u0646\u06A9\u0646\u06CC\u062F",disableInputTranslationTips:"* \u0647\u0645\u0686\u0646\u06CC\u0646 \u0645\u06CC \u062A\u0648\u0627\u0646\u06CC\u062F \u0633\u0627\u06CC\u0631 \u06A9\u0644\u06CC\u062F\u0647\u0627\u06CC \u0645\u06CC\u0627\u0646\u0628\u0631 \u0631\u0627 \u0628\u0631\u0627\u06CC \u0641\u0639\u0627\u0644 \u06A9\u0631\u062F\u0646 {option} \u060C{learnMore}\u062A\u0646\u0638\u06CC\u0645 \u06A9\u0646\u06CC\u062F.",learnMore:"\u0628\u0631\u0627\u06CC \u0627\u0637\u0644\u0627\u0639\u0627\u062A \u0628\u06CC\u0634\u062A\u0631 \u0627\u06CC\u0646\u062C\u0627 \u06A9\u0644\u06CC\u06A9 \u06A9\u0646\u06CC\u062F",continueEnalbeInputTranslation:"\u0628\u0647 \u0641\u0639\u0627\u0644 \u06A9\u0631\u062F\u0646 \u062A\u0631\u062C\u0645\u0647 \u062C\u0639\u0628\u0647 \u0648\u0631\u0648\u062F\u06CC \u0627\u062F\u0627\u0645\u0647 \u062F\u0647\u06CC\u062F",autoRenewTrialSuffix:'(\u062F\u0631 \u0637\u0648\u0644 \u062F\u0648\u0631\u0647 \u0622\u0632\u0645\u0627\u06CC\u0634\u06CC\u060C\u0628\u0644\u0627\u0641\u0627\u0635\u0644\u0647 \u0628\u0647 \u06CC\u06A9\u0631\u0633\u0645\u06CC \u0627\u0631\u062A\u0642\u0627 \u062E\u0648\u0627\u0647\u062F \u06CC\u0627\u0641\u062A.',upgradeFromTrialTitle:"\u0627\u0631\u062A\u0642\u0627 \u0628\u0647 \u0639\u0636\u0648 \u0631\u0633\u0645\u06CC",subtitle:"\u0632\u06CC\u0631\u0646\u0648\u06CC\u0633 \u0648\u06CC\u062F\u06CC\u0648",youtubeService:"\u062E\u062F\u0645\u0627\u062A \u062A\u0631\u062C\u0645\u0647 \u0632\u06CC\u0631\u0646\u0648\u06CC\u0633 \u0648\u06CC\u062F\u06CC\u0648\u06CC\u06CC \u0647\u0645\u0647\u062C\u0627\u0646\u0628\u0647","subtitle.disabledSubtitle":"\u0632\u06CC\u0631\u0646\u0648\u06CC\u0633 \u0648\u06CC\u062F\u06CC\u0648 \u0631\u0627 \u0628\u0631\u0627\u06CC \u0647\u0645\u06CC\u0634\u0647 \u063A\u06CC\u0631\u0641\u0639\u0627\u0644 \u06A9\u0646\u06CC\u062F","subtitle.disabledSubtitleDescription":"\u0627\u06AF\u0631 \u0632\u06CC\u0631\u0646\u0648\u06CC\u0633\u200C\u0647\u0627\u06CC \u0648\u06CC\u062F\u06CC\u0648\u06CC \xAB\u062A\u0631\u062C\u0645\u0647 Immersive\xBB \u0628\u0627 \u0628\u0631\u0646\u0627\u0645\u0647\u200C\u0647\u0627\u06CC \u0627\u0641\u0632\u0648\u062F\u0646\u06CC \u062F\u06CC\u06AF\u0631 \u062A\u062F\u0627\u062E\u0644 \u062F\u0627\u0631\u0646\u062F\u060C \u0645\u06CC\u200C\u062A\u0648\u0627\u0646\u06CC\u062F \u0627\u0646\u062A\u062E\u0627\u0628 \u06A9\u0646\u06CC\u062F \u06A9\u0647 \u0639\u0645\u0644\u06A9\u0631\u062F \u0632\u06CC\u0631\u0646\u0648\u06CC\u0633\u200C\u0647\u0627\u06CC \u0648\u06CC\u062F\u06CC\u0648\u06CC\u06CC \u062A\u0631\u062C\u0645\u0647 Immersive \u0631\u0627 \u0628\u0631\u0627\u06CC \u0647\u0645\u06CC\u0634\u0647 \u063A\u06CC\u0631\u0641\u0639\u0627\u0644 \u06A9\u0646\u06CC\u062F \u06CC\u0627 \u0633\u0627\u06CC\u0631 \u0628\u0631\u0646\u0627\u0645\u0647\u200C\u0647\u0627\u06CC \u0627\u0641\u0632\u0648\u062F\u0646\u06CC \u0645\u062A\u0646\u0627\u0642\u0636 \u0631\u0627 \u062D\u0630\u0641 \u0646\u0635\u0628 \u06A9\u0646\u06CC\u062F.","subtitle.autoEnableSubtitle":"\u5F00\u542F\u5B57\u5E55\u7FFB\u8BD1","subtitle.autoEnableSubtitleDescription":"\u067E\u0633 \u0627\u0632 \u0641\u0639\u0627\u0644 \u0633\u0627\u0632\u06CC\u060C \u0647\u0646\u06AF\u0627\u0645 \u067E\u062E\u0634 \u0648\u06CC\u062F\u06CC\u0648\u060C \u0632\u06CC\u0631\u0646\u0648\u06CC\u0633 \u062F\u0648\u0632\u0628\u0627\u0646\u0647 \u0628\u0647 \u0635\u0648\u0631\u062A \u062E\u0648\u062F\u06A9\u0627\u0631 \u0646\u0645\u0627\u06CC\u0634 \u062F\u0627\u062F\u0647 \u0645\u06CC \u0634\u0648\u062F\u060C \u062F\u0631 \u063A\u06CC\u0631 \u0627\u06CC\u0646 \u0635\u0648\u0631\u062A \u0628\u0627\u06CC\u062F \u0631\u0648\u06CC \u062F\u06A9\u0645\u0647 \u062A\u0631\u062C\u0645\u0647 \u06A9\u0644\u06CC\u06A9 \u06A9\u0646\u06CC\u062F \u062A\u0627 \u0646\u0645\u0627\u06CC\u0634 \u062F\u0627\u062F\u0647 \u0634\u0648\u062F.","subtitle.preTranslation":"\u0628\u0631\u0627\u06CC \u062A\u0631\u062C\u0645\u0647 \u0632\u06CC\u0631\u0646\u0648\u06CC\u0633 \u0647\u0627 \u0627\u0632 \u062A\u0631\u062C\u0645\u0647 \u0647\u0645\u0647 \u062C\u0627\u0646\u0628\u0647 \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u06A9\u0646\u06CC\u062F","subtitle.preTranslationDescription":"\u067E\u0633 \u0627\u0632 \u0641\u0639\u0627\u0644 \u06A9\u0631\u062F\u0646 \u0622\u0646\u060C \u0627\u0648\u0644\u0648\u06CC\u062A \u0628\u0627 \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u0627\u0632 \u062E\u062F\u0645\u0627\u062A \u062A\u0631\u062C\u0645\u0647 \u0645\u0634\u062E\u0635 \u0634\u062F\u0647 \u062F\u0631 \u0632\u06CC\u0631 \u0628\u0631\u0627\u06CC \u062A\u0631\u062C\u0645\u0647 \u06A9\u0644 \u0632\u06CC\u0631\u0646\u0648\u06CC\u0633 \u0627\u0632 \u0642\u0628\u0644 \u062E\u0648\u0627\u0647\u062F \u0628\u0648\u062F. \u06CC\u06A9 \u0648\u06CC\u062F\u06CC\u0648\u06CC \u06CC\u06A9 \u0633\u0627\u0639\u062A\u0647 \u062A\u0642\u0631\u06CC\u0628\u0627\u064B 50000 \u062A\u0648\u06A9\u0646 \u06CC\u0627 \u06A9\u0627\u0631\u0627\u06A9\u062A\u0631 \u0645\u0635\u0631\u0641 \u0645\u06CC \u06A9\u0646\u062F\u060C \u0628\u0646\u0627\u0628\u0631\u0627\u06CC\u0646 \u0644\u0637\u0641\u0627\u064B \u0627\u0632 \u0622\u0646 \u062F\u0631 \u0635\u0648\u0631\u062A \u0644\u0632\u0648\u0645 \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u06A9\u0646\u06CC\u062F\u061B \u067E\u0633 \u0627\u0632 \u063A\u06CC\u0631\u0641\u0639\u0627\u0644 \u0634\u062F\u0646\u060C \u0627\u0648\u0644\u0648\u06CC\u062A \u062F\u0627\u062F\u0647 \u0645\u06CC \u0634\u0648\u062F. \u0628\u0631\u0627\u06CC \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u0627\u0632 \u0632\u06CC\u0631\u0646\u0648\u06CC\u0633\u200C\u0647\u0627\u06CC \u062A\u0631\u062C\u0645\u0647\u200C\u0634\u062F\u0647 \u0645\u0627\u0634\u06CC\u0646\u06CC \u0647\u0645\u0631\u0627\u0647 \u0628\u0627 \u0648\u06CC\u062F\u06CC\u0648\u06CC \u0627\u0635\u0644\u06CC.","subtitle.humanSubtitlesPreferred":"\u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u0627\u0632 \u0632\u06CC\u0631\u0646\u0648\u06CC\u0633 \u0647\u0627\u06CC \u0627\u0646\u0633\u0627\u0646\u06CC \u0631\u0627 \u062F\u0631 \u0627\u0648\u0644\u0648\u06CC\u062A \u0642\u0631\u0627\u0631 \u062F\u0647\u06CC\u062F","subtitle.humanSubtitlesPreferredDescription":"\u0648\u0642\u062A\u06CC \u0648\u06CC\u062F\u06CC\u0648\u06CC\u06CC \u062F\u0627\u0631\u0627\u06CC \u0632\u06CC\u0631\u0646\u0648\u06CC\u0633 \u062F\u0633\u062A\u06CC \u0628\u0647 \u0632\u0628\u0627\u0646 \u0645\u0642\u0635\u062F \u0627\u0633\u062A\u060C \u0627\u0628\u062A\u062F\u0627 \u0627\u0632 \u0632\u06CC\u0631\u0646\u0648\u06CC\u0633 \u062F\u0633\u062A\u06CC \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u06A9\u0646\u06CC\u062F (\u062A\u0648\u0635\u06CC\u0647 \u0645\u06CC\u200C\u0634\u0648\u062F)",videoSubtitleTranslationDescription:"\u06CC\u06A9 \u0633\u0631\u0648\u06CC\u0633 \u062A\u0631\u062C\u0645\u0647 \u062C\u062F\u0627\u06AF\u0627\u0646\u0647 \u0628\u0631\u0627\u06CC \u0632\u06CC\u0631\u0646\u0648\u06CC\u0633 \u0648\u06CC\u062F\u06CC\u0648\u0647\u0627 \u062A\u0639\u06CC\u06CC\u0646 \u06A9\u0646\u06CC\u062F",subtitleTranslating:"\u062A\u0631\u062C\u0645\u0647 \u0632\u06CC\u0631\u0646\u0648\u06CC\u0633 \u0628\u0627 \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u0627\u0632 \u0633\u0631\u0648\u06CC\u0633 {service} \u060C \u0644\u0637\u0641\u0627 \u0635\u0628\u0631 \u06A9\u0646\u06CC\u062F... (\u062A\u0631\u062C\u0645\u0647 \u0647\u0645\u0647 \u062C\u0627\u0646\u0628\u0647)",subtitleLoading:"\u062F\u0631 \u062D\u0627\u0644 \u0628\u0627\u0631\u06AF\u06CC\u0631\u06CC \u0632\u06CC\u0631\u0646\u0648\u06CC\u0633...",bilingual:"\u062F\u0648 \u0632\u0628\u0627\u0646\u0647","field.action":"\u0627\u06CC\u0646\u06A9\u0647 \u0622\u06CC\u0627 \u0627\u0635\u0637\u0644\u0627\u062D\u0627\u062A Baidu \u0631\u0627 \u0641\u0639\u0627\u0644 \u06A9\u0646\u06CC\u062F","description.action":"\u067E\u0633 \u0627\u0632 \u0641\u0639\u0627\u0644 \u06A9\u0631\u062F\u0646\u060C \u067E\u0627\u0631\u0627\u0645\u062A\u0631 action=1 \u0628\u0647 \u062F\u0631\u062E\u0648\u0627\u0633\u062A \u0627\u0636\u0627\u0641\u0647 \u0645\u06CC\u200C\u0634\u0648\u062F \u062A\u0627 \u0628\u0647 Baidu \u0627\u0637\u0644\u0627\u0639 \u062F\u0627\u062F\u0647 \u0634\u0648\u062F \u062A\u0627 \u0627\u0635\u0637\u0644\u0627\u062D \u0641\u0639\u0627\u0644 \u0634\u0648\u062F. <1> \u0644\u0637\u0641\u0627\u064B \u0628\u0631\u0627\u06CC \u062F\u0633\u062A\u0648\u0631\u0627\u0644\u0639\u0645\u0644\u200C\u0647\u0627\u06CC \u0628\u06CC\u0634\u062A\u0631 \u0628\u0647 \u0645\u0633\u062A\u0646\u062F\u0627\u062A \u0631\u0633\u0645\u06CC \u0645\u0631\u0627\u062C\u0639\u0647 \u06A9\u0646\u06CC\u062F.",closeQuickTranslation:"\u062A\u0648\u067E \u0634\u0646\u0627\u0648\u0631 \u0631\u0627 \u0628\u0628\u0646\u062F\u06CC\u062F","closeQuickTranslation.untilNext":"\u062A\u0627 \u0628\u0627\u0632\u062F\u06CC\u062F \u0628\u0639\u062F\u06CC \u062A\u0639\u0637\u06CC\u0644 \u0627\u0633\u062A","closeQuickTranslation.currentWebsite":"\u0648\u0628 \u0633\u0627\u06CC\u062A \u0641\u0639\u0644\u06CC \u063A\u06CC\u0631\u0641\u0639\u0627\u0644 \u0627\u0633\u062A","closeQuickTranslation.alwaysClose":"\u0628\u0631\u0627\u06CC \u0647\u0645\u06CC\u0634\u0647 \u0627\u0632 \u06A9\u0627\u0631 \u0627\u0641\u062A\u0627\u062F\u0647 \u0627\u0633\u062A","closeQuickTranslation.settingOpen":"(\u062F\u0631 \u0635\u0641\u062D\u0647 \u062A\u0646\u0638\u06CC\u0645\u0627\u062A <1> \u0642\u0627\u0628\u0644 \u0645\u0634\u0627\u0647\u062F\u0647 \u0627\u0633\u062A \u0631\u0648\u0634\u0646 \u06A9\u0646)","closeQuickTranslation.cancel":"\u0644\u063A\u0648 \u06A9\u0646\u06CC\u062F","closeQuickTranslation.confirm":"\u0645\u0637\u0645\u0626\u0646","floatBall.popup":"\u067E\u0627\u0646\u0644 \u062A\u0646\u0638\u06CC\u0645\u0627\u062A \u0633\u0631\u06CC\u0639 \u0631\u0627 \u0628\u0627\u0632 \u06A9\u0646\u06CC\u062F","floatBall.translate":"\u0628\u0631\u0627\u06CC \u062A\u0631\u062C\u0645\u0647 \u0627\u06CC\u0646 \u0635\u0641\u062D\u0647 \u06A9\u0644\u06CC\u06A9 \u06A9\u0646\u06CC\u062F","floatBall.showOriginal":"\u0628\u0631\u0627\u06CC \u0628\u0627\u0632\u06AF\u0634\u062A \u0628\u0647 \u0645\u062A\u0646 \u0627\u0635\u0644\u06CC \u06A9\u0644\u06CC\u06A9 \u06A9\u0646\u06CC\u062F","floatBall.close":"\u062A\u0648\u067E \u0634\u0646\u0627\u0648\u0631 \u0631\u0627 \u0628\u0628\u0646\u062F\u06CC\u062F","floatBallOptions.enableDescPc":"\u067E\u0633 \u0627\u0632 \u0641\u0639\u0627\u0644 \u0634\u062F\u0646 \u062A\u0648\u067E \u0634\u0646\u0627\u0648\u0631 \u0635\u0641\u062D\u0647\u060C \u062F\u06A9\u0645\u0647 \u062A\u0631\u062C\u0645\u0647 \u0633\u0631\u06CC\u0639 \u062F\u0631 \u0633\u0645\u062A \u0631\u0627\u0633\u062A \u0635\u0641\u062D\u0647 \u0646\u0645\u0627\u06CC\u0634 \u062F\u0627\u062F\u0647 \u0645\u06CC \u0634\u0648\u062F.\u0628\u0631\u0627\u06CC \u062A\u0631\u062C\u0645\u0647 \u06A9\u0644\u06CC\u06A9 \u06A9\u0646\u06CC\u062F.","floatBallOptions.enableDesc":"\u5173\u95ED\u60AC\u6D6E\u7403\u540E\uFF0C\u53EF\u4EE5\u7528\u5FEB\u6377\u952E/{touch}\u5524\u8D77\u3002\u4E3A\u9632\u6B62\u4E0D\u614E\u5173\u95ED\u8BE5\u9009\u9879\u540E\u627E\u4E0D\u5230\u60AC\u6D6E\u7403\uFF0C\u5F3A\u70C8\u5EFA\u8BAE\u6536\u85CF\u672C\u8BBE\u7F6E\u9875","description.azureApiUrl":"\u0622\u062F\u0631\u0633 \u0631\u0627\u0628\u0637 API \u0633\u0641\u0627\u0631\u0634\u06CC \u0631\u0627 \u067E\u0631 \u06A9\u0646\u06CC\u062F",confirmSupportMouse:"\u786E\u8BA4\u5F53\u524D\u6D4F\u89C8\u5668\u652F\u6301\u9F20\u6807",confirmSupportMouseDescription:"\u062A\u0634\u062E\u06CC\u0635 \u062F\u0627\u062F\u0647 \u0634\u062F\u0647 \u0627\u0633\u062A \u06A9\u0647 \u0645\u0631\u0648\u0631\u06AF\u0631 \u0641\u0639\u0644\u06CC \u0627\u0632 \u0639\u0645\u0644\u06A9\u0631\u062F \u0645\u0627\u0648\u0633 \u067E\u0634\u062A\u06CC\u0628\u0627\u0646\u06CC \u0646\u0645\u06CC \u06A9\u0646\u062F. \u0622\u06CC\u0627 \u0645\u06CC \u062E\u0648\u0627\u0647\u06CC\u062F \u067E\u0634\u062A\u06CC\u0628\u0627\u0646\u06CC \u0627\u0632 \u0645\u0627\u0648\u0633 \u0631\u0627 \u0628\u0647 \u0627\u062C\u0628\u0627\u0631 \u0641\u0639\u0627\u0644 \u06A9\u0646\u06CC\u062F\u061F",sampleTargetText:"\u0634\u0628 \u0637\u0648\u0644\u0627\u0646\u06CC \u062F\u0631 \u0631\u0627\u0647 \u0627\u0633\u062A \u0648 \u0645\u0646 \u0627\u0632 \u0627\u06CC\u0646 \u0628\u0647 \u0628\u0639\u062F \u062A\u0627 \u0632\u0645\u0627\u0646\u06CC \u06A9\u0647 \u0628\u0645\u06CC\u0631\u0645 \u0645\u0631\u0627\u0642\u0628 \u062E\u0648\u0627\u0647\u0645 \u0628\u0648\u062F. \u0645\u0646 \u0646\u0647 \u0632\u0646 \u0645\u06CC\u06AF\u06CC\u0631\u0645\u060C \u0646\u0647 \u0634\u0627\u0647\u06CC\u060C \u0646\u0647 \u0641\u0631\u0632\u0646\u062F\u06CC. \u062A\u0627\u062C \u0628\u0631 \u0633\u0631 \u0646\u062E\u0648\u0627\u0647\u0645 \u06AF\u0630\u0627\u0634\u062A \u0648 \u0628\u0631\u0627\u06CC \u0627\u0641\u062A\u062E\u0627\u0631\u0627\u062A \u0645\u0633\u0627\u0628\u0642\u0647 \u0646\u0645\u06CC \u062F\u0647\u0645. \u0645\u0646 \u0648\u0638\u06CC\u0641\u0647 \u0627\u0645 \u0631\u0627 \u0635\u0627\u062F\u0642\u0627\u0646\u0647 \u0627\u0646\u062C\u0627\u0645 \u062E\u0648\u0627\u0647\u0645 \u062F\u0627\u062F\u060C \u0632\u0646\u062F\u0647 \u0645\u06CC \u0634\u0648\u0645 \u0648 \u0645\u06CC \u0645\u06CC\u0631\u0645.",sampleSourceText:"Night gathers, and now my watch begins. It shall not end until my death. I shall take no wife, hold no lands, father no children. I shall wear no crowns and win no glory. I shall live and die at my post.","subtitle.supportedSites":"\u5DF2\u652F\u6301\u5728\u8FD9\u4E9B\u7F51\u7AD9\u4F7F\u7528\u53CC\u8BED\u5B57\u5E55\uFF08\u6CE8\u610F\uFF1A\u7531\u4E8E\u6280\u672F\u9650\u5236\uFF0C\u90E8\u5206\u7F51\u7AD9\u5728\u9996\u6B21\u5F00\u542F\u5B57\u5E55\u540E\u9700\u8981\u91CD\u65B0\u5237\u65B0\u9875\u9762\uFF0C\u6216\u8005\u9700\u7B49\u5F85\u7FFB\u8BD1\u5B8C\u6210\u4EE5\u663E\u793A\u53CC\u8BED\u5B57\u5E55\uFF09\uFF1A",viewWithImmersiveTranslate:"\u53CC\u8BED\u7248\u672C(\u6C89\u6D78\u5F0F\u7FFB\u8BD1)",errorReason:"\u9519\u8BEF\u539F\u56E0\uFF1A{message}","proQuotaExceededError.onetime7day":'\uFF0C\u60A8\u53EF\u4EE5\u9009\u62E9\u4EE5\u4E0B\u65B9\u5F0F\u89E3\u51B3\uFF1A

1. \u5207\u6362\u5230 {anotherService} \u6216\u5176\u4ED6\u7FFB\u8BD1\u670D\u52A1
2. \u5347\u7EA7\u4E3A\u6708\u5EA6/\u5E74\u5EA6\u4F1A\u5458',"proQuotaExceededError.trial":'\uFF0C\u60A8\u53EF\u4EE5\u9009\u62E9\u4EE5\u4E0B\u65B9\u5F0F\u89E3\u51B3\uFF1A

1. \u5207\u6362\u5230 {anotherService} \u6216\u5176\u4ED6\u7FFB\u8BD1\u670D\u52A1
2. \u7ACB\u523B\u5347\u7EA7\u4E3A\u6B63\u5F0F\u4F1A\u5458',"proQuotaExceededError.nonTrial":'\uFF0C\u60A8\u53EF\u4EE5\u9009\u62E9\u4EE5\u4E0B\u65B9\u5F0F\u89E3\u51B3\uFF1A

1. \u5207\u6362\u5230 {anotherService} \u6216\u5176\u4ED6\u7FFB\u8BD1\u670D\u52A1
2. \u8D2D\u4E70 {translationService} \u989D\u5916\u6D41\u91CF\u5305',"proQuotaExceededError.resetTime":"
3. \u989D\u5EA6\u91CD\u7F6E\u65F6\u95F4\uFF1A{resetTime}","desc.touchShortcutsToggleTranslatePageOnlyTranslation":"\u0641\u0642\u0637 \u0645\u062A\u0646 \u062A\u0631\u062C\u0645\u0647 \u0628\u0647 \u0645\u0639\u0646\u06CC \u0627\u0633\u062A \u06A9\u0647 \u0641\u0642\u0637 \u0645\u062A\u0646 \u062A\u0631\u062C\u0645\u0647 \u0646\u0645\u0627\u06CC\u0634 \u062F\u0627\u062F\u0647 \u0645\u06CC \u0634\u0648\u062F\u060C \u0627\u06AF\u0631 \u0635\u0641\u062D\u0647 \u0648\u0628 \u0647\u0646\u0648\u0632 \u062A\u0631\u062C\u0645\u0647 \u0646\u0634\u062F\u0647 \u0627\u0633\u062A\u060C \u062D\u0627\u0644\u062A \u062A\u063A\u06CC\u06CC\u0631 \u062E\u0648\u0627\u0647\u062F \u06A9\u0631\u062F \u0648 \u062A\u0631\u062C\u0645\u0647 \u062E\u0648\u0627\u0647\u062F \u0634\u062F.","desc.toggleOnlyTransation":"\u062D\u0627\u0644\u062A \u0641\u0642\u0637 \u062A\u0631\u062C\u0645\u0647 \u0628\u0647 \u0627\u06CC\u0646 \u0645\u0639\u0646\u06CC \u0627\u0633\u062A \u06A9\u0647 \u0641\u0642\u0637 \u0645\u062A\u0646 \u062A\u0631\u062C\u0645\u0647 \u0634\u062F\u0647 \u0646\u0645\u0627\u06CC\u0634 \u062F\u0627\u062F\u0647 \u0645\u06CC \u0634\u0648\u062F\u060C \u0627\u06AF\u0631 \u0635\u0641\u062D\u0647 \u0648\u0628 \u0647\u0646\u0648\u0632 \u062A\u0631\u062C\u0645\u0647 \u0646\u0634\u062F\u0647 \u0628\u0627\u0634\u062F\u060C \u062D\u0627\u0644\u062A \u062A\u063A\u06CC\u06CC\u0631 \u062E\u0648\u0627\u0647\u062F \u06A9\u0631\u062F \u0648 \u062A\u0631\u062C\u0645\u0647 \u062E\u0648\u0627\u0647\u062F \u0634\u062F.",touchShortcutsToggleTranslatePageOnlyTranslation:"\u062A\u0646\u0638\u06CC\u0645 \u062D\u0631\u06A9\u062A \u0644\u0645\u0633\u06CC \u0635\u0641\u062D\u0647 \u0646\u0645\u0627\u06CC\u0634 \u0628\u0631\u0627\u06CC \u062A\u063A\u06CC\u06CC\u0631 \u0628\u06CC\u0646 \u062D\u0627\u0644\u062A \u062F\u0648\u0632\u0628\u0627\u0646\u0647 / \u0641\u0642\u0637 \u0645\u062A\u0646 \u062A\u0631\u062C\u0645\u0647 \u0634\u062F\u0647",download_started:"\u062F\u0627\u0646\u0644\u0648\u062F \u0634\u0631\u0648\u0639 \u0634\u062F\u0647 \u0627\u0633\u062A \u060C \u0627\u06AF\u0631 \u0628\u0647 \u0637\u0648\u0631 \u062E\u0648\u062F\u06A9\u0627\u0631 \u062F\u0627\u0646\u0644\u0648\u062F \u0646\u0634\u062F \u060C \u0644\u0637\u0641\u0627\u064B \u0628\u0647 \u0635\u0648\u0631\u062A \u062F\u0633\u062A\u06CC \u062F\u0627\u0646\u0644\u0648\u062F \u06A9\u0646\u06CC\u062F.",here:"\u0627\u06CC\u0646\u062C\u0627","translationFont.customPlaceholder":"\u0641\u0648\u0646\u062A",translationFont:"\u062A\u0646\u0638\u06CC\u0645 \u0641\u0648\u0646\u062A",batchEdit:"\u0639\u0645\u0644\u06CC\u0627\u062A \u062F\u0633\u062A\u0647 \u062C\u0645\u0639\u06CC","translationModeLang.translation.title":"\u0641\u0642\u0637 \u062D\u0627\u0644\u062A \u062A\u0631\u062C\u0645\u0647 \u0632\u0628\u0627\u0646","error.goReset":"\u0628\u0627\u0632\u0646\u0634\u0627\u0646\u06CC \u06A9\u0646\u06CC\u062F","translationFont.custom":"\u0648\u0631\u0648\u062F \u0641\u0648\u0646\u062A \u0633\u0641\u0627\u0631\u0634\u06CC","error.serveConfigError":"\u062E\u0637\u0627\u06CC \u067E\u06CC\u06A9\u0631\u0628\u0646\u062F\u06CC \u0633\u0631\u0648\u06CC\u0633",detectServiceLoading:"\u062F\u0631 \u062D\u0627\u0644 \u0628\u0631\u0631\u0633\u06CC \u062E\u062F\u0645\u0627\u062A \u062A\u0631\u062C\u0645\u0647 \u0645\u0648\u062C\u0648\u062F...","touch.mouse-translate":"\u062A\u0631\u062C\u0645\u0647 \u067E\u0627\u0631\u0627\u06AF\u0631\u0627\u0641 \u0645\u0634\u062E\u0635","translationModeUrl.translation.title":"\u0622\u062F\u0631\u0633 \u0627\u06CC\u0646\u062A\u0631\u0646\u062A\u06CC \u062D\u0627\u0644\u062A \u0641\u0642\u0637 \u062A\u0631\u062C\u0645\u0647","translationServices.inherit":"\u0628\u0627 \u062E\u062F\u0645\u0627\u062A \u062A\u0631\u062C\u0645\u0647 \u0627\u0635\u0644\u06CC \u062F\u0646\u0628\u0627\u0644 \u06A9\u0646\u06CC\u062F","error.reloadPageOfSetting":"\u067E\u0633 \u0627\u0632 \u067E\u06CC\u06A9\u0631\u0628\u0646\u062F\u06CC\u060C \u0644\u0637\u0641\u0627 \u0635\u0641\u062D\u0647 \u0631\u0627 \u062F\u0648\u0628\u0627\u0631\u0647 \u062A\u0627\u0632\u0647 \u06A9\u0646\u06CC\u062F \u0648 \u062F\u0648\u0628\u0627\u0631\u0647 \u062A\u0631\u062C\u0645\u0647 \u06A9\u0646\u06CC\u062F.","error.configError":"\u0627\u0637\u0644\u0627\u0639\u0627\u062A \u067E\u06CC\u06A9\u0631\u0628\u0646\u062F\u06CC \u063A\u06CC\u0631 \u0645\u0639\u0645\u0648\u0644\u06CC \u0627\u0633\u062A","error.proTokenInvalid":"\u0627\u06AF\u0631 \u06A9\u0627\u0631\u0628\u0631 Pro \u0647\u0633\u062A\u06CC\u062F\u060C \u0644\u0637\u0641\u0627\u064B \u067E\u0633 \u0627\u0632 \u0648\u0631\u0648\u062F \u0627\u0632 \u062E\u062F\u0645\u0627\u062A \u062A\u0631\u062C\u0645\u0647 Pro \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u06A9\u0646\u06CC\u062F.",videoSubtitlePreTranslationOff:"\u0632\u06CC\u0631\u0646\u0648\u06CC\u0633 \u0648\u06CC\u062F\u06CC\u0648 \u0627\u0648\u0644\u0648\u06CC\u062A \u062E\u0648\u0627\u0647\u062F \u062F\u0627\u062F \u0628\u0647 \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u0627\u0632 \u0632\u06CC\u0631\u0646\u0648\u06CC\u0633 \u0645\u0627\u0634\u06CC\u0646\u06CC \u0645\u0648\u062C\u0648\u062F \u062F\u0631 \u0648\u06CC\u062F\u06CC\u0648 \u0627\u0635\u0644\u06CC",toggleToService:"\u0628\u0647 {service} \u062A\u063A\u06CC\u06CC\u0631 \u062F\u0647\u06CC\u062F \u0648 \u062F\u0648\u0628\u0627\u0631\u0647 \u0627\u0645\u062A\u062D\u0627\u0646 \u06A9\u0646\u06CC\u062F","error.proUpgrade":"\u067E\u0633 \u0627\u0632 \u0627\u0631\u062A\u0642\u0627\u060C \u0644\u0637\u0641\u0627 \u0635\u0641\u062D\u0647 \u0631\u0627 \u062F\u0648\u0628\u0627\u0631\u0647 \u062A\u0631\u062C\u0645\u0647 \u06A9\u0646\u06CC\u062F.",enableSentryReport:"\u0648\u0642\u062A\u06CC \u062E\u0637\u0627\u06CC \u06AF\u0633\u062A\u0631\u0634 \u0631\u062E \u0645\u06CC \u062F\u0647\u062F\u060C \u0628\u0627 \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u0627\u0632 Sentry \u0628\u0631\u0627\u06CC \u0627\u0631\u0633\u0627\u0644 \u0628\u0627\u0632\u062E\u0648\u0631\u062F \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u06A9\u0646\u06CC\u062F.","error.403":"\u062E\u062F\u0645\u062A \u062E\u0637\u0627\u06CC \u0628\u0631\u06AF\u0634\u062A \u062F\u0627\u062F\u0647 \u0627\u0633\u062A\u060C \u0645\u0648\u0642\u062A\u0627\u064B \u0627\u062C\u0627\u0632\u0647 \u062F\u0633\u062A\u0631\u0633\u06CC \u0628\u0647 \u0627\u06CC\u0646 \u062E\u062F\u0645\u062A \u0631\u0627 \u0646\u062F\u0627\u0631\u06CC\u062F.",videoSubtitlePreTranslationOn:"\u0632\u06CC\u0631\u0646\u0648\u06CC\u0633 \u0647\u0627\u06CC \u0648\u06CC\u062F\u06CC\u0648 \u0628\u0647 \u0637\u0648\u0631 \u0627\u0648\u0644\u0648\u06CC\u062A\u06CC \u0627\u0632 \u062A\u0631\u062C\u0645\u0647 \u0641\u0631\u0648 \u0631\u0641\u062A\u06AF\u06CC \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u062E\u0648\u0627\u0647\u062F \u06A9\u0631\u062F.","translationModeUrl.translation.description":"\u0648\u0642\u062A\u06CC \u0648\u0628 \u0633\u0627\u06CC\u062A \u0628\u0631\u0627\u06CC \u062F\u0627\u0645\u0646\u0647 \u0647\u0627\u06CC \u0632\u06CC\u0631 \u0627\u0633\u062A\u060C \u0628\u0647 \u0637\u0648\u0631 \u062E\u0648\u062F\u06A9\u0627\u0631 \u0627\u0632 \u062D\u0627\u0644\u062A \u0641\u0642\u0637 \u0645\u062A\u0646 \u062A\u0631\u062C\u0645\u0647 \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u0645\u06CC \u06A9\u0646\u062F.","error.502":"\u062E\u062F\u0645\u062A \u062E\u0637\u0627 \u062F\u0627\u062F\u0647 \u0627\u0633\u062A\u060C \u062E\u062F\u0645\u062A \u0628\u0647 \u062A\u0627\u062E\u06CC\u0631 \u0627\u0641\u062A\u0627\u062F\u0647 \u0627\u0633\u062A\u060C \u0644\u0637\u0641\u0627 \u0628\u0639\u062F\u0627 \u062F\u0648\u0628\u0627\u0631\u0647 \u0627\u0645\u062A\u062D\u0627\u0646 \u06A9\u0646\u06CC\u062F.","error.openAIExceededQuota":"\u062E\u0637\u0627\u06CC \u0628\u0627\u0632\u06AF\u0634\u062A \u0633\u0631\u0648\u06CC\u0633: \u0645\u0648\u062C\u0648\u062F\u06CC \u062D\u0633\u0627\u0628 OpenAI \u0634\u0645\u0627 \u06A9\u0627\u0641\u06CC \u0646\u06CC\u0633\u062A\u060C \u0644\u0637\u0641\u0627\u064B \u0627\u0632 \u0637\u0631\u06CC\u0642 \u067E\u0646\u0644 \u0645\u062F\u06CC\u0631\u06CC\u062A\u06CC \u0631\u0633\u0645\u06CC OpenAI \u0634\u0627\u0631\u0698 \u06A9\u0646\u06CC\u062F \u06CC\u0627 \u06A9\u0627\u0631\u062A \u0627\u0639\u062A\u0628\u0627\u0631\u06CC \u062E\u0648\u062F \u0631\u0627 \u0645\u062A\u0635\u0644 \u06A9\u0646\u06CC\u062F.","translationModeLang.translation.description":"\u0648\u0642\u062A\u06CC \u0632\u0628\u0627\u0646 \u0635\u0641\u062D\u0647 \u0628\u0647 \u0632\u0628\u0627\u0646\u0647\u0627\u06CC \u0632\u06CC\u0631 \u0627\u0633\u062A\u060C \u0628\u0647 \u0637\u0648\u0631 \u062E\u0648\u062F\u06A9\u0627\u0631 \u0627\u0632 \u062D\u0627\u0644\u062A \u062A\u0631\u062C\u0645\u0647 \u0641\u0642\u0637 \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u0645\u06CC \u0634\u0648\u062F","error.429":"\u062E\u062F\u0645\u062A \u062E\u0637\u0627 \u0631\u0627 \u0628\u0631\u0645\u06CC \u06AF\u0631\u062F\u0627\u0646\u062F\u060C \u06A9\u0647 \u0646\u0634\u0627\u0646 \u0645\u06CC \u062F\u0647\u062F \u062F\u0631\u062E\u0648\u0627\u0633\u062A \u0628\u06CC\u0634 \u0627\u0632 \u062D\u062F \u0645\u06A9\u0631\u0631 \u06CC\u0627 \u0628\u06CC\u0634 \u0627\u0632 \u062D\u062F \u0645\u062D\u062F\u0648\u062F\u06CC\u062A \u0627\u0633\u062A\u060C \u0644\u0637\u0641\u0627 \u0628\u0639\u062F\u0627 \u062F\u0648\u0628\u0627\u0631\u0647 \u0627\u0645\u062A\u062D\u0627\u0646 \u06A9\u0646\u06CC\u062F.","error.400":"\u062E\u0637\u0627\u06CC\u06CC \u062F\u0631 \u0628\u0627\u0632\u06AF\u0634\u062A \u062E\u062F\u0645\u0627\u062A \u0631\u062E \u062F\u0627\u062F\u0647 \u0627\u0633\u062A \u060C \u067E\u0627\u0631\u0627\u0645\u062A\u0631 \u062F\u0631\u062E\u0648\u0627\u0633\u062A \u0627\u0634\u062A\u0628\u0627\u0647 \u0627\u0633\u062A \u060C \u0644\u0637\u0641\u0627\u064B \u067E\u06CC\u06A9\u0631\u0628\u0646\u062F\u06CC \u0645\u0631\u0628\u0648\u0637\u0647 \u0631\u0627 \u0628\u0631\u0631\u0633\u06CC \u06A9\u0646\u06CC\u062F.","error.googleLimitIp":"\u062E\u062F\u0645\u062A \u062E\u0637\u0627 \u0631\u0627 \u0628\u0631\u0645\u06CC \u06AF\u0631\u062F\u0627\u0646\u062F \u060C \u062E\u062F\u0645\u0627\u062A \u06AF\u0648\u06AF\u0644 \u0628\u0631\u0627\u06CC \u0627\u06CC\u0646 \u0622\u062F\u0631\u0633 IP \u0645\u062D\u062F\u0648\u062F \u0634\u062F\u0647 \u0627\u0633\u062A \u060C \u067E\u06CC\u0634\u0646\u0647\u0627\u062F \u0645\u06CC \u06A9\u0646\u06CC\u0645 \u0634\u0645\u0627 \u0646\u0648\u062F \u0634\u0628\u06A9\u0647 \u0631\u0627 \u062A\u063A\u06CC\u06CC\u0631 \u062F\u0647\u06CC\u062F.","translationFont.notSupportErrorMessage":"\u0644\u0637\u0641\u0627\u064B \u0646\u0627\u0645 \u0641\u0648\u0646\u062A\u06CC \u06A9\u0647 \u0648\u0627\u0631\u062F \u06A9\u0631\u062F\u0647 \u0627\u06CC\u062F \u0631\u0627 \u0628\u0631\u0631\u0633\u06CC \u06A9\u0646\u06CC\u062F \u062A\u0627 \u0645\u0637\u0645\u0626\u0646 \u0634\u0648\u06CC\u062F \u06A9\u0647 \u062F\u0631\u0633\u062A \u0627\u0633\u062A\u060C \u06CC\u0627 \u062A\u0623\u06CC\u06CC\u062F \u06A9\u0646\u06CC\u062F \u06A9\u0647 \u0627\u06CC\u0646 \u0641\u0648\u0646\u062A \u0628\u0631 \u0631\u0648\u06CC \u062F\u0633\u062A\u06AF\u0627\u0647 \u0634\u0645\u0627 \u0646\u0635\u0628 \u0634\u062F\u0647 \u0627\u0633\u062A.","error.gemini.429":"\u062E\u062F\u0645\u062A Gemini \u062F\u0631 \u062D\u0627\u0644 \u062D\u0627\u0636\u0631 \u0628\u0647 \u0638\u0631\u0641\u06CC\u062A \u062D\u062F\u0627\u06A9\u062B\u0631\u06CC \u062E\u0648\u062F \u0631\u0633\u06CC\u062F\u0647 \u0627\u0633\u062A\u060C \u0644\u0637\u0641\u0627\u064B \u0628\u0639\u062F\u0627\u064B \u062F\u0648\u0628\u0627\u0631\u0647 \u0627\u0645\u062A\u062D\u0627\u0646 \u06A9\u0646\u06CC\u062F \u06CC\u0627 \u0628\u0647 \u0633\u0631\u0648\u06CC\u0633 \u062A\u0631\u062C\u0645\u0647 \u062F\u06CC\u06AF\u0631\u06CC \u062A\u063A\u06CC\u06CC\u0631 \u062F\u0647\u06CC\u062F.","desc.toggleVideoSubtitlePreTranslation":"\u0628\u0639\u062F \u0641\u0634\u0627\u0631\u060C \u0632\u06CC\u0631\u0646\u0648\u06CC\u0633 \u062F\u0648\u0632\u0628\u0627\u0646\u0647 \u0648\u06CC\u062F\u06CC\u0648 \u0627\u0648\u0644\u0648\u06CC\u062A \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u0627\u0632 \u062A\u0646\u0638\u06CC\u0645\u0627\u062A \u062A\u0631\u062C\u0645\u0647 \u063A\u0648\u0637\u0647 \u0648\u0631 \u062E\u0648\u0627\u0647\u062F \u062F\u0627\u0634\u062A\u060C \u0628\u0627 \u0641\u0634\u0627\u0631 \u062F\u0648\u0628\u0627\u0631\u0647\u060C \u0627\u0648\u0644\u0648\u06CC\u062A \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u0627\u0632 \u0632\u06CC\u0631\u0646\u0648\u06CC\u0633 \u0645\u0627\u0634\u06CC\u0646\u06CC \u0627\u0635\u0644\u06CC \u0648\u06CC\u062F\u06CC\u0648 \u062E\u0648\u0627\u0647\u062F \u0628\u0648\u062F\u060C \u062A\u0648\u062C\u0647 \u062F\u0627\u0634\u062A\u0647 \u0628\u0627\u0634\u06CC\u062F: \u0627\u06CC\u0646 \u0645\u06CC\u0627\u0646\u0628\u0631 \u062A\u0646\u0638\u06CC\u0645\u0627\u062A \u062C\u0647\u0627\u0646\u06CC \u0631\u0627 \u062A\u063A\u06CC\u06CC\u0631 \u0645\u06CC \u062F\u0647\u062F.","error.openAIFreeLimit":"\u062E\u062F\u0645\u062A \u062E\u0637\u0627 \u0631\u0627 \u0628\u0631\u0645\u06CC \u06AF\u0631\u062F\u0627\u0646\u062F\u060C \u0641\u0631\u06A9\u0627\u0646\u0633 \u062F\u0631\u062E\u0648\u0627\u0633\u062A \u062A\u0631\u062C\u0645\u0647 \u0641\u0639\u0644\u06CC \u0628\u0647 \u062D\u062F\u0627\u06A9\u062B\u0631 3 \u0628\u0627\u0631 \u062F\u0631 \u062F\u0642\u06CC\u0642\u0647 \u0631\u0633\u06CC\u062F\u0647 \u0627\u0633\u062A\u060C \u0644\u0637\u0641\u0627\u064B \u0628\u0639\u062F\u0627\u064B \u062F\u0648\u0628\u0627\u0631\u0647 \u0627\u0645\u062A\u062D\u0627\u0646 \u06A9\u0646\u06CC\u062F. (\u0627\u06CC\u0646 \u0645\u062D\u062F\u0648\u062F\u06CC\u062A \u0631\u0633\u0645\u06CC OpenAI \u0628\u0631\u0627\u06CC API Key \u0631\u0627\u06CC\u06AF\u0627\u0646 \u0627\u0633\u062A\u060C \u0628\u0631\u0627\u06CC \u0631\u0641\u0639 \u0627\u06CC\u0646 \u0645\u062D\u062F\u0648\u062F\u06CC\u062A\u060C \u0644\u0637\u0641\u0627\u064B \u06A9\u0627\u0631\u062A \u0627\u0639\u062A\u0628\u0627\u0631\u06CC \u062E\u0648\u062F \u0631\u0627 \u062F\u0631 \u067E\u0646\u0644 OpenAI \u0645\u062A\u0635\u0644 \u06A9\u0646\u06CC\u062F.)","error.serveUnavailable":"\u062E\u062F\u0645\u062A [{serverName}] \u06A9\u0647 \u062F\u0631 \u062D\u0627\u0644 \u062D\u0627\u0636\u0631 \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u0645\u06CC \u06A9\u0646\u06CC\u062F \u0628\u0647 \u062F\u0644\u06CC\u0644 \u0645\u0634\u06A9\u0644\u0627\u062A \u0627\u062A\u0635\u0627\u0644 \u0628\u0647 \u0634\u0628\u06A9\u0647 \u06CC\u0627 \u0645\u0634\u06A9\u0644\u0627\u062A \u0627\u0631\u0627\u0626\u0647 \u062F\u0647\u0646\u062F\u0647 \u062E\u062F\u0645\u0627\u062A \u0645\u0648\u0642\u062A\u0627\u064B \u0642\u0627\u0628\u0644 \u062F\u0633\u062A\u0631\u0633\u06CC \u0646\u06CC\u0633\u062A. \u067E\u06CC\u0634\u0646\u0647\u0627\u062F \u0645\u06CC \u06A9\u0646\u06CC\u0645 \u0635\u0641\u062D\u0647 \u0631\u0627 \u062A\u0627\u0632\u0647 \u06A9\u0646\u06CC\u062F \u06CC\u0627 \u0627\u0632 \u0637\u0631\u06CC\u0642 <1>\u062A\u0646\u0638\u06CC\u0645\u0627\u062A \u0628\u0647 \u062E\u062F\u0645\u0627\u062A \u062A\u0631\u062C\u0645\u0647 \u062F\u06CC\u06AF\u0631\u06CC \u062A\u063A\u06CC\u06CC\u0631 \u062F\u0647\u06CC\u062F. \u0627\u06AF\u0631 \u0634\u0645\u0627 \u0639\u0636\u0648 <2>Pro \u0647\u0633\u062A\u06CC\u062F\u060C \u0645\u06CC \u062A\u0648\u0627\u0646\u06CC\u062F \u0627\u0632 \u062E\u062F\u0645\u0627\u062A \u062A\u0631\u062C\u0645\u0647 \u067E\u0627\u06CC\u062F\u0627\u0631\u062A\u0631 DeepL \u06CC\u0627 OpenAI \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u06A9\u0646\u06CC\u062F (<3>\u0627\u06CC\u0646\u062C\u0627 \u0631\u0627 \u0628\u0631\u0627\u06CC \u062A\u062C\u0631\u0628\u0647 \u0631\u0627\u06CC\u06AF\u0627\u0646 \u06A9\u0644\u06CC\u06A9 \u06A9\u0646\u06CC\u062F). \u0639\u0644\u0627\u0648\u0647 \u0628\u0631 \u0627\u06CC\u0646\u060C \u0645\u0645\u06A9\u0646 \u0627\u0633\u062A \u0646\u06CC\u0627\u0632 \u0628\u0627\u0634\u062F \u062A\u0646\u0638\u06CC\u0645\u0627\u062A \u0634\u0628\u06A9\u0647 \u06CC\u0627 \u067E\u0631\u0648\u06A9\u0633\u06CC \u062E\u0648\u062F \u0631\u0627 \u0628\u0631\u0631\u0633\u06CC \u06A9\u0646\u06CC\u062F.","widget.translateFile":"PDF/ePub",goLogin:"\u0648\u0631\u0648\u062F \u06A9\u0646\u06CC\u062F",notLogin:"\u0648\u0631\u0648\u062F \u0646\u0634\u062F\u0647 \u0627\u0633\u062A","error.reason":"\u062F\u0644\u06CC\u0644 \u062E\u0637\u0627",shortcutSettings:"\u0645\u06CC\u0627\u0646\u0628\u0631",alwaysTranslate:"\u0647\u0645\u06CC\u0634\u0647 \u062A\u0631\u062C\u0645\u0647 \u06A9\u0646\u06CC\u062F","translationServices.gemini":"\u062C\u0645\u0646\u06CC","slide.left":"\u0628\u0647 \u0631\u0627\u0633\u062A \u0628\u06A9\u0634\u06CC\u062F",loggedIn:"\u0648\u0627\u0631\u062F \u0634\u062F\u0647 \u0627\u06CC\u062F","floatBall.iKnow":"\u0645\u0646 \u0645\u06CC \u062F\u0627\u0646\u0645","intro.floatBallTitle":"\u062A\u0631\u062C\u0645\u0647 \u0633\u0631\u06CC\u0639 \u0628\u0627\u0644 \u0634\u0646\u0627\u0648\u0631","shortcutGroup.touch":"\u0698\u0633\u062A \u0647\u0627\u06CC \u062E\u0627\u0635 \u0635\u0641\u062D\u0647 \u0644\u0645\u0633\u06CC","tagsInput.add":"+ \u0627\u0636\u0627\u0641\u0647 \u06A9\u0631\u062F\u0646",shortcutSettingsTitle:"\u062A\u0646\u0638\u06CC\u0645\u0627\u062A \u0645\u06CC\u0627\u0646\u0628\u0631","widget.instruction":"\u062F\u0633\u062A\u0648\u0631\u0627\u0644\u0639\u0645\u0644 \u0627\u0633\u062A\u0641\u0627\u062F\u0647",touchShortcutsOff:"\u0628\u0633\u062A\u0647 \u0634\u062F\u0646","shortcutGroup.others":"\u06A9\u0644\u06CC\u062F\u0647\u0627\u06CC \u0645\u06CC\u0627\u0646\u0628\u0631 \u0633\u0641\u0627\u0631\u0634\u06CC \u0628\u06CC\u0634\u062A\u0631","error.subscriptionExpiredTitle":"\u0639\u0636\u0648\u06CC\u062A \u0645\u0646\u0642\u0636\u06CC \u0634\u062F\u0647 \u0627\u0633\u062A","error.retry":"\u062A\u0644\u0627\u0634 \u0645\u062C\u062F\u062F",neverTranslate:"\u0647\u0631\u06AF\u0632 \u062A\u0631\u062C\u0645\u0647 \u0646\u0645\u06CC \u06A9\u0646\u0645",networkError:"\u062E\u062F\u0645\u0627\u062A \u062A\u0631\u062C\u0645\u0647 \u06CC\u0627 \u0634\u0628\u06A9\u0647 \u0645\u0634\u06A9\u0644 \u062F\u0627\u0631\u062F","widget.translateFileTooltip":"\u062A\u0631\u062C\u0645\u0647 \u0627\u0633\u0646\u0627\u062F PDF\u060C EPUB\u060C SRT\u060C ASS\u060C HTML \u0648 TXT","slide.right":"\u0628\u0647 \u0686\u067E \u0628\u06A9\u0634\u06CC\u062F","multipleClick.3":"\u0633\u0647 \u0636\u0631\u0628\u0647 \u0645\u062A\u0648\u0627\u0644\u06CC","multipleClick.4":"\u0686\u0647\u0627\u0631 \u0636\u0631\u0628\u0647 \u0645\u062A\u0648\u0627\u0644\u06CC",pickAll:"\u0627\u0646\u062A\u062E\u0627\u0628 \u0647\u0645\u0647",contact:"\u0628\u0627 \u0645\u0627 \u062A\u0645\u0627\u0633 \u0628\u06AF\u06CC\u0631\u06CC\u062F","subtitle.bilingual":"\u0632\u06CC\u0631\u0646\u0648\u06CC\u0633 \u062F\u0648\u0632\u0628\u0627\u0646\u0647","shortcutGroup.shortcutsForTranslationServices":"\u06A9\u0644\u06CC\u062F\u0647\u0627\u06CC \u0645\u06CC\u0627\u0646\u0628\u0631 \u0645\u0631\u0628\u0648\u0637 \u0628\u0647 \u062E\u062F\u0645\u0627\u062A \u062A\u0631\u062C\u0645\u0647",buildSnapshots:"\u0627\u06CC\u062C\u0627\u062F \u0639\u06A9\u0633 \u0641\u0648\u0631\u06CC \u0627\u0632 \u0635\u0641\u062D\u0647 \u0648\u0628","widget.instructionTooltip":"\u062F\u0633\u062A\u0648\u0631\u0627\u0644\u0639\u0645\u0644 \u0631\u0627 \u0628\u0631\u0631\u0633\u06CC \u06A9\u0646\u06CC\u062F","widget.videoSubtitle":"\u0632\u06CC\u0631\u0646\u0648\u06CC\u0633 \u0648\u06CC\u062F\u06CC\u0648","multipleClick.2":"\u062F\u0648\u0628\u0627\u0631 \u06A9\u0644\u06CC\u06A9 \u06A9\u0646\u06CC\u062F","subtitle.autoDisableSubtitle":"\u0632\u06CC\u0631\u0646\u0648\u06CC\u0633 \u062F\u0648\u0632\u0628\u0627\u0646\u0647 \u0628\u0647 \u0635\u0648\u0631\u062A \u062E\u0648\u062F\u06A9\u0627\u0631 \u0641\u0639\u0627\u0644 \u0646\u0645\u06CC \u0634\u0648\u062F",mouseHoverCustomKeyTitle:"\u0633\u0641\u0627\u0631\u0634\u06CC \u06A9\u0631\u062F\u0646 \u0645\u06CC\u0627\u0646\u0628\u0631 \u0645\u0648\u0633 \u062F\u0631 \u062D\u0627\u0644\u062A \u0634\u0646\u0627\u0648\u0631","browser.translateWithOpenAI":"\u0627\u0632 OpenAI \u0628\u0631\u0627\u06CC \u062A\u0631\u062C\u0645\u0647 \u0645\u0648\u0642\u062A\u06CC \u0635\u0641\u062D\u0647 \u0641\u0639\u0644\u06CC \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u06A9\u0646\u06CC\u062F",neverTranslateThisSite:"\u0647\u0631\u06AF\u0632 \u0627\u06CC\u0646 \u0648\u0628\u0633\u0627\u06CC\u062A \u0631\u0627 \u062A\u0631\u062C\u0645\u0647 \u0646\u06A9\u0646\u06CC\u062F","browser.translateInputBox":"\u062A\u0631\u062C\u0645\u0647 \u0645\u062D\u062A\u0648\u0627\u06CC \u062C\u0639\u0628\u0647 \u0648\u0631\u0648\u062F\u06CC \u0641\u0639\u0644\u06CC","subtitle.hideQuickButton":"\u062F\u06CC\u06AF\u0631 \u0627\u06CC\u0646 \u0645\u06CC\u0627\u0646\u0628\u0631 \u0631\u0627 \u0646\u0634\u0627\u0646 \u0646\u062F\u0647","subtitle.showQuickButton":"\u062F\u0631 \u067E\u062E\u0634 \u06A9\u0646\u0646\u062F\u0647\u060C \u0645\u06CC\u0627\u0646\u0628\u0631 \u0632\u06CC\u0631\u0646\u0648\u06CC\u0633 \u062F\u0648\u0632\u0628\u0627\u0646\u0647 \u0646\u0645\u0627\u06CC\u0634 \u062F\u0627\u062F\u0647 \u0634\u0648\u062F","browser.translateWithTransmart":"\u0627\u0632 \u062A\u0631\u062C\u0645\u0647 \u0645\u0648\u0642\u062A\u06CC \u062A\u0646\u0633\u0646\u062A \u0628\u0631\u0627\u06CC \u0635\u0641\u062D\u0647 \u0641\u0639\u0644\u06CC \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u06A9\u0646\u06CC\u062F","intro.hoverTitle":"\u0645\u0648\u0634\u0648\u0627\u0631\u0647 \u0631\u0627 \u0628\u0631 \u0631\u0648\u06CC \u067E\u0627\u0631\u0627\u06AF\u0631\u0627\u0641 \u0641\u0639\u0644\u06CC \u0628\u06AF\u0630\u0627\u0631\u06CC\u062F \u062A\u0627 \u062A\u0631\u062C\u0645\u0647 \u0634\u0648\u062F","shortcutGroup.mouse":"\u062A\u0646\u0638\u06CC\u0645\u0627\u062A \u0645\u06CC\u0627\u0646\u0628\u0631 \u0645\u0648\u0633 \u062F\u0631 \u062D\u0627\u0644\u062A \u0634\u0646\u0627\u0648\u0631",temprarilyChangeTranslationTo_openai:"\u062F\u0631 \u062D\u0627\u0644 \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u0627\u0632 OpenAI \u0628\u0631\u0627\u06CC \u062A\u0631\u062C\u0645\u0647 \u0635\u0641\u062D\u0647 \u0641\u0639\u0644\u06CC \u0647\u0633\u062A\u0645","browser.translateWithDeepL":"\u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u0645\u0648\u0642\u062A \u0627\u0632 DeepL \u0628\u0631\u0627\u06CC \u062A\u0631\u062C\u0645\u0647 \u0635\u0641\u062D\u0647 \u0641\u0639\u0644\u06CC",translationOnlyMode:"\u0641\u0642\u0637 \u062D\u0627\u0644\u062A \u062A\u0631\u062C\u0645\u0647","widget.videoSubtitleTooltip":"\u067E\u0634\u062A\u06CC\u0628\u0627\u0646\u06CC \u0627\u0632 Youtube \u0648 {count}+ \u0633\u0627\u06CC\u062A \u0648\u06CC\u062F\u06CC\u0648\u06CC\u06CC \u062F\u06CC\u06AF\u0631",paragraphMinTextCountField:"\u062A\u0639\u062F\u0627\u062F \u06A9\u0645\u062A\u0631\u06CC\u0646 \u06A9\u0627\u0631\u0627\u06A9\u062A\u0631\u0647\u0627\u06CC \u0645\u0648\u0631\u062F \u0646\u06CC\u0627\u0632 \u0628\u0631\u0627\u06CC \u062A\u0631\u062C\u0645\u0647 \u067E\u0627\u0631\u0627\u06AF\u0631\u0627\u0641",temprarilyChangeTranslationTo_gemini:"\u062F\u0631 \u062D\u0627\u0644 \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u0627\u0632 Gemini \u0628\u0631\u0627\u06CC \u062A\u0631\u062C\u0645\u0647 \u0635\u0641\u062D\u0647 \u0641\u0639\u0644\u06CC \u0647\u0633\u062A\u0645","shortcutGroup.main":"\u0645\u06CC\u0627\u0646\u0628\u0631\u0647\u0627\u06CC \u06A9\u0644\u06CC\u062F\u06CC \u0639\u0645\u0644\u06A9\u0631\u062F \u0631\u0627\u06CC\u062C",temprarilyChangeTranslationTo_deepl:"\u062F\u0631 \u062D\u0627\u0644 \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u0627\u0632 \u062A\u0631\u062C\u0645\u0647 DeepL \u0628\u0631\u0627\u06CC \u0635\u0641\u062D\u0647 \u0641\u0639\u0644\u06CC",temprarilyChangeTranslationTo_transmart:"\u062F\u0631 \u062D\u0627\u0644 \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u0627\u0632 \u062A\u0631\u062C\u0645\u0647 \u062A\u0646\u0633\u0646\u062A \u0628\u0631\u0627\u06CC \u0635\u0641\u062D\u0647 \u0641\u0639\u0644\u06CC",alwaysTranslateThisSite:"\u0647\u0645\u06CC\u0634\u0647 \u0627\u06CC\u0646 \u0648\u0628\u0633\u0627\u06CC\u062A \u0631\u0627 \u062A\u0631\u062C\u0645\u0647 \u06A9\u0646\u06CC\u062F","browser.translateWithBing":"\u0627\u0632 \u062A\u0631\u062C\u0645\u0647 \u0645\u0627\u06CC\u06A9\u0631\u0648\u0633\u0627\u0641\u062A \u0628\u0631\u0627\u06CC \u062A\u0631\u062C\u0645\u0647 \u0645\u0648\u0642\u062A\u06CC \u0635\u0641\u062D\u0647 \u0641\u0639\u0644\u06CC \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u06A9\u0646\u06CC\u062F",upgradeToProErrorTitle:"\u0644\u0637\u0641\u0627\u064B \u0628\u0647 \u0639\u0636\u0648\u06CC\u062A Pro \u0627\u0631\u062A\u0642\u0627 \u062F\u0647\u06CC\u062F \u0648 \u0633\u067E\u0633 \u0627\u0632 \u0627\u06CC\u0646 \u062E\u062F\u0645\u062A \u062A\u0631\u062C\u0645\u0647 \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u06A9\u0646\u06CC\u062F","intro.subtitleTitle":"\u0646\u0645\u0627\u06CC\u0634 \u0632\u06CC\u0631\u0646\u0648\u06CC\u0633 \u062F\u0648\u0632\u0628\u0627\u0646\u0647 \u0648\u06CC\u062F\u06CC\u0648\u06CC \u0622\u0646\u0644\u0627\u06CC\u0646",temprarilyChangeTranslationTo_bing:"\u062F\u0631 \u062D\u0627\u0644 \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u0627\u0632 \u062A\u0631\u062C\u0645\u0647 \u0645\u0627\u06CC\u06A9\u0631\u0648\u0633\u0627\u0641\u062A \u0628\u0631\u0627\u06CC \u0635\u0641\u062D\u0647 \u0641\u0639\u0644\u06CC \u0647\u0633\u062A\u0645",touchShortcutsToggleTranslationMask:"\u062A\u0646\u0638\u06CC\u0645 \u0646\u0645\u0627\u06CC\u0634 \u0698\u0633\u062A \u0644\u0645\u0633\u06CC \u0628\u0631\u0627\u06CC \u0646\u0645\u0627\u06CC\u0634 \u0645\u062A\u0646 \u062A\u0631\u062C\u0645\u0647 / \u0646\u0645\u0627\u06CC\u0634 \u0645\u062A\u0646 \u0627\u0635\u0644\u06CC","browser.translateWithGemini":"\u0628\u0647 \u0637\u0648\u0631 \u0645\u0648\u0642\u062A \u0627\u0632 Gemini \u0628\u0631\u0627\u06CC \u062A\u0631\u062C\u0645\u0647 \u0635\u0641\u062D\u0647 \u0641\u0639\u0644\u06CC \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u06A9\u0646\u06CC\u062F","browser.toggleVideoSubtitlePreTranslation":"\u062A\u063A\u06CC\u06CC\u0631 \u0632\u06CC\u0631\u0646\u0648\u06CC\u0633 \u062F\u0648\u0632\u0628\u0627\u0646\u0647 \u0628\u0627 \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u0627\u0632 \u062A\u0646\u0638\u06CC\u0645\u0627\u062A \u062A\u0631\u062C\u0645\u0647 \u0641\u0631\u0648 \u0631\u0641\u062A\u0647 \u0627\u0648\u0644\u0648\u06CC\u062A \u062F\u0627\u0631\u062F",notLoginPro:"\u0634\u0645\u0627 \u0647\u0646\u0648\u0632 \u0628\u0647 \u062D\u0633\u0627\u0628 \u06A9\u0627\u0631\u0628\u0631\u06CC \u062E\u0648\u062F \u0648\u0627\u0631\u062F \u0646\u0634\u062F\u0647 \u0627\u06CC\u062F",touchShortcutsToggleTranslatePage:"\u0628\u0631\u0627\u06CC \u062A\u0631\u062C\u0645\u0647 \u0635\u0641\u062D\u0627\u062A \u0648\u0628 / \u0646\u0645\u0627\u06CC\u0634 \u0645\u062A\u0646 \u0627\u0635\u0644\u06CC \u060C \u062D\u0631\u06A9\u062A \u0647\u0627\u06CC \u0644\u0645\u0633\u06CC \u0631\u0627 \u062A\u0646\u0638\u06CC\u0645 \u06A9\u0646\u06CC\u062F",temprarilyChangeTranslationTo_google:"\u062F\u0631 \u062D\u0627\u0644 \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u0627\u0632 \u062A\u0631\u062C\u0645\u0647 \u06AF\u0648\u06AF\u0644 \u0628\u0631\u0627\u06CC \u0635\u0641\u062D\u0647 \u0641\u0639\u0644\u06CC \u0647\u0633\u062A\u0645","neverTranslateText.title":"\u0644\u0637\u0641\u0627\u064B \u06A9\u0644\u0645\u0627\u062A \u0632\u06CC\u0631 \u0631\u0627 \u0628\u0647 \u0635\u0648\u0631\u062A \u0627\u0635\u0644\u06CC \u062D\u0641\u0638 \u06A9\u0646\u06CC\u062F\u060C \u062A\u0631\u062C\u0645\u0647 \u0646\u06A9\u0646\u06CC\u062F.",touchShortcutsToggleTranslateTouchElement:"\u062A\u0646\u0638\u06CC\u0645 \u062D\u0631\u06A9\u062A \u0644\u0645\u0633\u06CC \u0635\u0641\u062D\u0647 \u0646\u0645\u0627\u06CC\u0634 \u0628\u0631\u0627\u06CC \u062A\u0631\u062C\u0645\u0647 \u067E\u0627\u0631\u0627\u06AF\u0631\u0627\u0641 \u0645\u0634\u062E\u0635","description.baiduField":"\u062D\u0648\u0632\u0647 \u0647\u0627\u06CC \u067E\u0634\u062A\u06CC\u0628\u0627\u0646\u06CC \u0634\u062F\u0647 \u0631\u0627 \u062F\u0631 <1>\u0627\u06CC\u0646\u062C\u0627 \u0628\u0628\u06CC\u0646\u06CC\u062F \u060C \u0627\u06AF\u0631 \u062E\u0627\u0644\u06CC \u0628\u0627\u0634\u062F \u0628\u0647 \u0645\u0639\u0646\u06CC \u0627\u06CC\u0646 \u0627\u0633\u062A \u06A9\u0647 \u062D\u0648\u0632\u0647 \u0627\u06CC \u0645\u0634\u062E\u0635 \u0646\u0634\u062F\u0647 \u0627\u0633\u062A",mouseHoverCustomKeyDescription:"\u0634\u0645\u0627 \u0645\u06CC \u062A\u0648\u0627\u0646\u06CC\u062F \u06CC\u06A9 \u0645\u06CC\u0627\u0646\u0628\u0631 \u062A\u0631\u06A9\u06CC\u0628\u06CC \u0633\u0641\u0627\u0631\u0634\u06CC \u0628\u0631\u0627\u06CC \u0645\u0648\u0633 \u0631\u0627 \u062A\u0639\u0631\u06CC\u0641 \u06A9\u0646\u06CC\u062F\u060C \u0645\u0627\u0646\u0646\u062F: Alt+Z\u060C Ctrl+E\u060C Cmd+Alt+E \u06CC\u0627 \u0641\u0642\u0637 Cmd\u060C \u0644\u0637\u0641\u0627 \u0628\u0647 \u0635\u0648\u0631\u062A \u062F\u0633\u062A\u06CC \u062F\u0627\u062E\u0644 \u06A9\u0646\u06CC\u062F.","floatBall.guideClickToTranslate":`\u0628\u0627 \u06A9\u0644\u06CC\u06A9 \u06A9\u0631\u062F\u0646 \u0628\u0631 \u0631\u0648\u06CC \u062A\u0648\u067E \u0634\u0646\u0627\u0648\u0631 \u062A\u0631\u062C\u0645\u0647 \u0641\u0648\u0631\u06CC \u0645\u06CC \u062A\u0648\u0627\u0646\u06CC\u062F \u0633\u0631\u06CC\u0639\u0627 \u062A\u0631\u062C\u0645\u0647 \u06A9\u0646\u06CC\u062F`,"browser.toggleMouseHoverTranslateDirectly":"\u062F\u0631 \u0635\u0641\u062D\u0647\u060C \u0628\u0647 \u0637\u0648\u0631 \u0645\u0648\u0642\u062A \u0641\u0639\u0627\u0644 \u06CC\u0627 \u063A\u06CC\u0631\u0641\u0639\u0627\u0644 \u06A9\u0631\u062F\u0646 \u062A\u0631\u062C\u0645\u0647 \u0645\u0633\u062A\u0642\u06CC\u0645 \u0645\u0648\u0633 \u0647\u0646\u06AF\u0627\u0645 \u0627\u0634\u0627\u0631\u0647","desc.toggleTranslateTheWholePage":"\u062A\u0631\u062C\u0645\u0647 \u06A9\u0644 \u0635\u0641\u062D\u0647\u060C \u0628\u0647 \u0637\u0648\u0631 \u067E\u06CC\u0634 \u0641\u0631\u0636\u060C \u0645\u0627 \u0642\u0633\u0645\u062A \u0627\u0635\u0644\u06CC \u0635\u0641\u062D\u0647 \u0631\u0627 \u062A\u0631\u062C\u0645\u0647 \u0645\u06CC \u06A9\u0646\u06CC\u0645\u060C \u0634\u0645\u0627 \u0645\u06CC \u062A\u0648\u0627\u0646\u06CC\u062F \u0627\u0632 \u0627\u06CC\u0646 \u0645\u06CC\u0627\u0646\u0628\u0631 \u0628\u0631\u0627\u06CC \u062A\u0631\u062C\u0645\u0647 \u062E\u0627\u0635 \u06A9\u0644 \u0635\u0641\u062D\u0647 \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u06A9\u0646\u06CC\u062F","floatBall.longPress":"\u0628\u0627 \u0641\u0634\u0627\u0631 \u0637\u0648\u0644\u0627\u0646\u06CC \u0645\u06CC \u062A\u0648\u0627\u0646\u06CC\u062F \u0628\u0647 \u0633\u0631\u0639\u062A \u067E\u0646\u0644 \u062A\u0646\u0638\u06CC\u0645\u0627\u062A \u0631\u0627 \u0628\u0627\u0632 \u06A9\u0646\u06CC\u062F","desc.touchShortcutsToggleTranslateTouchElement":"\u06CC\u06A9 \u062D\u0631\u06A9\u062A \u062F\u0633\u062A \u0633\u0641\u0627\u0631\u0634\u06CC \u062A\u0639\u0631\u06CC\u0641 \u06A9\u0646\u06CC\u062F\u060C \u062A\u0627 \u0628\u062A\u0648\u0627\u0646\u06CC\u062F \u0647\u0631 \u067E\u0627\u0631\u0627\u06AF\u0631\u0627\u0641\u06CC \u0631\u0627 \u062F\u0631 \u0645\u062D\u0644 \u062E\u0648\u062F \u062A\u0631\u062C\u0645\u0647 \u06A9\u0646\u06CC\u062F","desc.interfaceLanguage":"\u062A\u0646\u0638\u06CC\u0645 \u0632\u0628\u0627\u0646 \u0631\u0627\u0628\u0637 \u062A\u0623\u062B\u06CC\u0631 \u0628\u0631 \u0632\u0628\u0627\u0646 \u0646\u0645\u0627\u06CC\u0634 \u067E\u0646\u0644 \u06A9\u0646\u062A\u0631\u0644 \u062F\u0627\u0631\u062F \u0648 \u0628\u0627 \u0632\u0628\u0627\u0646 \u0647\u062F\u0641 \u062A\u0631\u062C\u0645\u0647 \u0627\u0631\u062A\u0628\u0627\u0637\u06CC \u0646\u062F\u0627\u0631\u062F.","error.subscriptionExpired":"\u0639\u0636\u0648\u06CC\u062A \u0634\u0645\u0627 \u0645\u0645\u06A9\u0646 \u0627\u0633\u062A \u0645\u0646\u0642\u0636\u06CC \u0634\u062F\u0647 \u0628\u0627\u0634\u062F\u060C \u0644\u0637\u0641\u0627 \u0648\u0636\u0639\u06CC\u062A \u0639\u0636\u0648\u06CC\u062A \u062E\u0648\u062F \u0631\u0627 \u0628\u0631\u0631\u0633\u06CC \u06A9\u0646\u06CC\u062F.",shortcutDisableTooltip:"\u0644\u0637\u0641\u0627\u064B \u062F\u0631 \u0635\u0641\u062D\u0647 \u0645\u062F\u06CC\u0631\u06CC\u062A \u0645\u06CC\u0627\u0646\u0628\u0631\u0647\u0627\u06CC \u0627\u0641\u0632\u0648\u0646\u0647 \u0645\u0631\u0648\u0631\u06AF\u0631 \u062A\u0646\u0638\u06CC\u0645\u0627\u062A \u0631\u0627 \u0627\u0646\u062C\u0627\u0645 \u062F\u0647\u06CC\u062F\u060C \u0628\u0631\u0627\u06CC \u0631\u0627\u0647\u0646\u0645\u0627\u06CC\u06CC \u0628\u06CC\u0634\u062A\u0631 \u0628\u0647 \u062A\u0648\u0636\u06CC\u062D\u0627\u062A \u0628\u0627\u0644\u0627\u06CC \u0627\u06CC\u0646 \u0635\u0641\u062D\u0647 \u0645\u0631\u0627\u062C\u0639\u0647 \u06A9\u0646\u06CC\u062F.",paragraphMinTextCountDesc:"\u062A\u0648\u062C\u0647 \u062F\u0627\u0634\u062A\u0647 \u0628\u0627\u0634\u06CC\u062F\u060C \u0627\u06CC\u0646\u062C\u0627 \u0628\u0647 \u0637\u0648\u0644 \u06A9\u0627\u0631\u0627\u06A9\u062A\u0631 \u0627\u0634\u0627\u0631\u0647 \u0645\u06CC \u0634\u0648\u062F\u060C \u0628\u0631\u0627\u06CC \u0645\u062B\u0627\u0644: hello 5 \u06A9\u0627\u0631\u0627\u06A9\u062A\u0631 \u0627\u0633\u062A\u060C \u062A\u0646\u0638\u06CC\u0645 \u0628\u0631 \u0631\u0648\u06CC \u0645\u0642\u062F\u0627\u0631 \u0628\u0632\u0631\u06AF\u062A\u0631 \u0645\u06CC \u062A\u0648\u0627\u0646\u062F \u062A\u0631\u062C\u0645\u0647 \u067E\u0627\u0631\u0627\u06AF\u0631\u0627\u0641 \u0647\u0627\u06CC \u06A9\u0648\u0686\u06A9 \u063A\u06CC\u0631 \u0636\u0631\u0648\u0631\u06CC \u0631\u0627 \u06A9\u0627\u0647\u0634 \u062F\u0647\u062F.","desc.mouseHoverHoldKey":"\u0648\u0642\u062A\u06CC \u0645\u0648\u0634\u0648\u0627\u0631\u0647 \u0628\u0631 \u0631\u0648\u06CC \u06CC\u06A9 \u067E\u0627\u0631\u0627\u06AF\u0631\u0627\u0641 \u0642\u0631\u0627\u0631 \u0645\u06CC \u06AF\u06CC\u0631\u062F\u060C \u0628\u0627 \u0641\u0634\u0627\u0631 \u062F\u0627\u062F\u0646 \u062F\u06A9\u0645\u0647 \u0647\u0627\u06CC \u0645\u06CC\u0627\u0646\u0628\u0631 \u062F\u0631 \u0633\u0645\u062A \u0631\u0627\u0633\u062A\u060C \u0645\u06CC \u062A\u0648\u0627\u0646\u06CC\u062F \u0645\u0633\u062A\u0642\u06CC\u0645\u0627\u064B \u0622\u0646 \u067E\u0627\u0631\u0627\u06AF\u0631\u0627\u0641 \u0631\u0627 \u062A\u0631\u062C\u0645\u0647 \u06A9\u0646\u06CC\u062F.","desc.toggleMouseHoverTranslateDirectly":"\u0628\u0639\u062F \u0641\u0634\u0627\u0631\u062F\u0647\u0646 \u0627\u06CC\u0646 \u06A9\u0644\u06CC\u062F \u0645\u06CC\u0627\u0646\u0628\u0631\u060C \u062F\u0631 \u0635\u0641\u062D\u0647\u060C \u0641\u0642\u0637 \u06A9\u0627\u0641\u06CC \u0627\u0633\u062A \u0645\u0648\u0633 \u0631\u0627 \u0628\u0631 \u0631\u0648\u06CC \u0647\u0631 \u0628\u062E\u0634\u06CC \u0627\u0632 \u0645\u062A\u0646 \u0642\u0631\u0627\u0631 \u062F\u0647\u06CC\u062F\u060C \u0645\u062A\u0646 \u0628\u0647 \u0635\u0648\u0631\u062A \u062E\u0648\u062F\u06A9\u0627\u0631 \u062A\u0631\u062C\u0645\u0647 \u0645\u06CC \u0634\u0648\u062F. \u0628\u0627 \u0641\u0634\u0627\u0631 \u062F\u0627\u062F\u0646 \u062F\u0648\u0628\u0627\u0631\u0647 \u06A9\u0644\u06CC\u062F \u0645\u06CC\u0627\u0646\u0628\u0631\u060C \u0645\u06CC \u062A\u0648\u0627\u0646\u06CC\u062F \u0627\u06CC\u0646 \u0648\u06CC\u0698\u06AF\u06CC \u062A\u0631\u062C\u0645\u0647 \u062E\u0648\u062F\u06A9\u0627\u0631 \u0631\u0627 \u062E\u0627\u0645\u0648\u0634 \u06A9\u0646\u06CC\u062F.","desc.touchShortcutsToggleTranslatePage":"\u067E\u0633 \u0627\u0632 \u062A\u0646\u0638\u06CC\u0645\u060C \u0647\u0646\u06AF\u0627\u0645 \u062D\u0631\u06A9\u062A \u062F\u0633\u062A\u06AF\u0627\u0647\u060C \u0645\u06CC \u062A\u0648\u0627\u0646\u06CC\u062F \u0647\u0645\u0632\u0645\u0627\u0646 \u0628\u0627 X \u0627\u0646\u06AF\u0634\u062A \u0635\u0641\u062D\u0647 \u0646\u0645\u0627\u06CC\u0634 \u0631\u0627 \u0644\u0645\u0633 \u06A9\u0646\u06CC\u062F\u060C \u0628\u0647 \u0686\u067E \u0648 \u0631\u0627\u0633\u062A \u0628\u06A9\u0634\u06CC\u062F \u06CC\u0627 \u0628\u0647 \u0637\u0648\u0631 \u0645\u062F\u0627\u0648\u0645 \u06A9\u0644\u06CC\u06A9 \u06A9\u0646\u06CC\u062F\u060C \u0628\u0631\u0627\u06CC \u0641\u0639\u0627\u0644 \u06A9\u0631\u062F\u0646 \u062A\u0631\u062C\u0645\u0647 \u0635\u0641\u062D\u0647 \u0648\u0628 / \u0646\u0645\u0627\u06CC\u0634 \u0645\u062A\u0646 \u0627\u0635\u0644\u06CC.","desc.touchShortcutsToggleTranslationMask":"\u062A\u0631\u062C\u0645\u0647 \u0645\u0627\u0633\u06A9 \u0628\u0647 \u0627\u06CC\u0646 \u0645\u0639\u0646\u06CC \u0627\u0633\u062A \u06A9\u0647 \u062F\u0631 \u0633\u0628\u06A9 \u062A\u0631\u062C\u0645\u0647 \u0627\u062B\u0631 \u0645\u0628\u0647\u0645 \u0627\u0633\u062A (\u062D\u0627\u0644\u062A \u06CC\u0627\u062F\u06AF\u06CC\u0631\u06CC)\u060C \u067E\u0633 \u0627\u0632 \u0641\u0639\u0627\u0644 \u06A9\u0631\u062F\u0646\u060C \u0645\u0648\u0642\u062A\u0627\u064B \u0627\u0632 \u0627\u062B\u0631 \u0645\u0628\u0647\u0645 \u0628\u0631\u0627\u06CC \u062A\u0631\u062C\u0645\u0647 \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u0645\u06CC \u0634\u0648\u062F\u060C \u06A9\u0647 \u0628\u0631\u0627\u06CC \u06CC\u0627\u062F\u06AF\u06CC\u0631\u06CC \u0645\u0646\u0627\u0633\u0628 \u0627\u0633\u062A.","desc.toggleTranslateTheMainPage":"\u0641\u0642\u0637 \u0628\u062E\u0634 \u0627\u0635\u0644\u06CC \u0635\u0641\u062D\u0647 \u0631\u0627 \u062A\u0631\u062C\u0645\u0647 \u06A9\u0646\u06CC\u062F\u060C \u0632\u0645\u0627\u0646\u06CC \u06A9\u0647 \u062F\u0631 \u062A\u0646\u0638\u06CC\u0645\u0627\u062A \u067E\u06CC\u0634\u0631\u0641\u062A\u0647 \u062A\u0631\u062C\u0645\u0647 \u06A9\u0644 \u0635\u0641\u062D\u0647 \u0631\u0627 \u0641\u0639\u0627\u0644 \u06A9\u0631\u062F\u06CC\u062F\u060C \u0645\u06CC \u062A\u0648\u0627\u0646\u06CC\u062F \u0627\u0632 \u0627\u06CC\u0646 \u06A9\u0644\u06CC\u062F \u0645\u06CC\u0627\u0646\u0628\u0631 \u0628\u0631\u0627\u06CC \u062A\u0631\u062C\u0645\u0647 \u062E\u0627\u0635 \u0628\u062E\u0634 \u0627\u0635\u0644\u06CC \u0635\u0641\u062D\u0647 \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u06A9\u0646\u06CC\u062F.",confirmResetToDefaultSettings:"\u0622\u06CC\u0627 \u0645\u0637\u0645\u0626\u0646 \u0647\u0633\u062A\u06CC\u062F \u06A9\u0647 \u0645\u06CC \u062E\u0648\u0627\u0647\u06CC\u062F \u0627\u06CC\u0646 \u0633\u0631\u0648\u06CC\u0633 \u062A\u0631\u062C\u0645\u0647 \u0631\u0627 \u0628\u0647 \u062A\u0646\u0638\u06CC\u0645\u0627\u062A \u067E\u06CC\u0634 \u0641\u0631\u0636 \u0628\u0627\u0632\u06AF\u0631\u062F\u0627\u0646\u06CC\u062F\u061F (\u0641\u0642\u0637 \u062A\u0646\u0638\u06CC\u0645\u0627\u062A \u0633\u0631\u0648\u06CC\u0633 \u062A\u0631\u062C\u0645\u0647 \u0641\u0639\u0644\u06CC \u0631\u0627 \u0628\u0627\u0632\u0646\u0634\u0627\u0646\u06CC \u0645\u06CC \u06A9\u0646\u062F)","contact.description":"\u0627\u06AF\u0631 \u0633\u0648\u0627\u0644 \u06CC\u0627 \u067E\u06CC\u0634\u0646\u0647\u0627\u062F\u06CC \u062F\u0627\u0631\u06CC\u062F\u060C \u062E\u0648\u0634 \u0622\u0645\u062F\u06CC\u062F \u0641\u0631\u0645 \u0632\u06CC\u0631 \u0631\u0627 \u067E\u0631 \u06A9\u0646\u06CC\u062F \u062A\u0627 \u0628\u0627 \u0645\u0627 \u062A\u0645\u0627\u0633 \u0628\u06AF\u06CC\u0631\u06CC\u062F\u060C \u06CC\u0627 \u0627\u06CC\u0645\u06CC\u0644 \u0628\u0641\u0631\u0633\u062A\u06CC\u062F \u0628\u0647 {email}\u060C \u0645\u0627 \u0633\u0631\u06CC\u0639\u0627 \u0628\u0647 \u0634\u0645\u0627 \u067E\u0627\u0633\u062E \u062E\u0648\u0627\u0647\u06CC\u0645 \u062F\u0627\u062F.","subtitle.showQuickButtonDescription":"\u062F\u0631 \u06AF\u0648\u0634\u0647 \u067E\u0627\u06CC\u06CC\u0646 \u0633\u0645\u062A \u0631\u0627\u0633\u062A \u067E\u062E\u0634 \u06A9\u0646\u0646\u062F\u0647 \u0648\u06CC\u062F\u06CC\u0648\u060C \u0631\u0627\u0647\u06A9\u0627\u0631\u06CC \u0633\u0631\u06CC\u0639 \u0628\u0631\u0627\u06CC \u0641\u0639\u0627\u0644 \u06A9\u0631\u062F\u0646 \u0632\u06CC\u0631\u0646\u0648\u06CC\u0633 \u062F\u0648\u0632\u0628\u0627\u0646\u0647 \u0627\u0631\u0627\u0626\u0647 \u0645\u06CC \u062F\u0647\u062F.","browser.translateWithGoogle":"\u0627\u0632 \u062A\u0631\u062C\u0645\u0647 \u06AF\u0648\u06AF\u0644 \u0628\u0631\u0627\u06CC \u0635\u0641\u062D\u0647 \u0641\u0639\u0644\u06CC \u0628\u0647 \u0637\u0648\u0631 \u0645\u0648\u0642\u062A \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u06A9\u0646\u06CC\u062F",translationOnlyModeDescription:"\u062D\u0627\u0644\u062A \u062A\u0631\u062C\u0645\u0647 \u0641\u0642\u0637 \u0628\u0647 \u0627\u06CC\u0646 \u0645\u0639\u0646\u06CC \u0627\u0633\u062A \u06A9\u0647 \u0641\u0642\u0637 \u0645\u062A\u0646 \u062A\u0631\u062C\u0645\u0647 \u0634\u062F\u0647 \u0631\u0627 \u0646\u0634\u0627\u0646 \u0645\u06CC \u062F\u0647\u062F\u060C \u0646\u0647 \u062D\u0627\u0644\u062A \u062F\u0648\u0632\u0628\u0627\u0646\u0647 \u067E\u06CC\u0634 \u0641\u0631\u0636. \u062A\u0648\u062C\u0647: \u0628\u0647 \u062F\u0644\u06CC\u0644 \u0645\u062D\u062F\u0648\u062F\u06CC\u062A \u0647\u0627\u06CC \u0641\u0646\u0627\u0648\u0631\u06CC\u060C \u062F\u0631 \u062D\u0627\u0644\u062A \u062A\u0631\u062C\u0645\u0647 \u0641\u0642\u0637\u060C \u067E\u06CC\u0648\u0646\u062F\u0647\u0627\u06CC \u0641\u0648\u0642 \u0627\u0644\u0639\u0627\u062F\u0647 \u0645\u062A\u0646 \u0627\u0635\u0644\u06CC \u063A\u06CC\u0631\u0641\u0639\u0627\u0644 \u062E\u0648\u0627\u0647\u0646\u062F \u0634\u062F.","intro.floatBallDescription":"\u067E\u0633 \u0627\u0632 \u0641\u0639\u0627\u0644 \u0633\u0627\u0632\u06CC\u060C \u06CC\u06A9 \u062F\u06A9\u0645\u0647 \u062A\u0631\u062C\u0645\u0647 \u0633\u0631\u06CC\u0639 \u062F\u0631 \u0633\u0645\u062A \u0631\u0627\u0633\u062A \u0635\u0641\u062D\u0647 \u0646\u0645\u0627\u06CC\u0634 \u062F\u0627\u062F\u0647 \u0645\u06CC \u0634\u0648\u062F\u060C \u06A9\u0647 \u0628\u0627 \u06A9\u0644\u06CC\u06A9 \u06A9\u0631\u062F\u0646 \u0645\u06CC \u062A\u0648\u0627\u0646\u06CC\u062F \u062A\u0631\u062C\u0645\u0647 \u06A9\u0646\u06CC\u062F\u060C \u0648 \u0628\u0627 \u06A9\u0644\u06CC\u06A9 \u062F\u0648\u0628\u0627\u0631\u0647 \u0645\u06CC \u062A\u0648\u0627\u0646\u06CC\u062F \u0628\u0647 \u0645\u062A\u0646 \u0627\u0635\u0644\u06CC \u0628\u0631\u06AF\u0631\u062F\u06CC\u062F. \u062F\u0631 \u062F\u0633\u062A\u06AF\u0627\u0647 \u0647\u0627\u06CC \u062A\u0644\u0641\u0646 \u0647\u0645\u0631\u0627\u0647\u060C \u0628\u0627 \u0641\u0634\u0627\u0631 \u0637\u0648\u0644\u0627\u0646\u06CC \u0628\u0631 \u0631\u0648\u06CC \u062A\u0648\u067E \u0634\u0646\u0627\u0648\u0631\u060C \u0645\u06CC \u062A\u0648\u0627\u0646\u06CC\u062F \u067E\u0646\u0644 \u062A\u0646\u0638\u06CC\u0645\u0627\u062A \u0633\u0631\u06CC\u0639 \u0631\u0627 \u0628\u0627\u0632 \u06A9\u0646\u06CC\u062F.","intro.hoverDescription":"\u062A\u0631\u062C\u0645\u0647 \u0645\u0633\u062A\u0642\u06CC\u0645 \u0628\u0627 \u0627\u0634\u0627\u0631\u0647 \u0645\u0648\u0633 \u06CC\u06A9\u06CC \u0627\u0632 \u0648\u06CC\u0698\u06AF\u06CC \u0647\u0627\u06CC \u0628\u0633\u06CC\u0627\u0631 \u0645\u0647\u0645 \u062F\u0631 \u062A\u0631\u062C\u0645\u0647 \u0641\u0631\u0648 \u0631\u0641\u062A\u0647 \u0627\u0633\u062A\u060C \u06A9\u0627\u0641\u06CC \u0627\u0633\u062A \u0645\u0648\u0633 \u0631\u0627 \u0631\u0648\u06CC \u067E\u0627\u0631\u0627\u06AF\u0631\u0627\u0641 \u0642\u0631\u0627\u0631 \u062F\u0647\u06CC\u062F \u0648 \u062F\u0631 \u0639\u06CC\u0646 \u062D\u0627\u0644 \u06A9\u0644\u06CC\u062F \u0645\u06CC\u0627\u0646\u0628\u0631 \u062A\u0639\u06CC\u06CC\u0646 \u0634\u062F\u0647 \u0631\u0627 \u0641\u0634\u0627\u0631 \u062F\u0647\u06CC\u062F\u060C \u062A\u0627 \u067E\u0627\u0631\u0627\u06AF\u0631\u0627\u0641 \u0641\u0639\u0644\u06CC \u0628\u0647 \u0635\u0648\u0631\u062A \u062E\u0648\u062F\u06A9\u0627\u0631 \u062A\u0631\u062C\u0645\u0647 \u0634\u0648\u062F (\u062A\u0648\u062C\u0647: \u0628\u0647 \u0637\u0648\u0631 \u067E\u06CC\u0634 \u0641\u0631\u0636 \u0641\u0639\u0627\u0644 \u0646\u06CC\u0633\u062A\u060C \u0644\u0637\u0641\u0627 \u062F\u0631 \u0632\u06CC\u0631 \u062A\u0646\u0638\u06CC\u0645 \u06A9\u0646\u06CC\u062F)\u060C \u0627\u06CC\u0646 \u062A\u0639\u0627\u0645\u0644 \u0628\u0631\u0627\u06CC \u062C\u0627\u06CC\u06AF\u0632\u06CC\u0646\u06CC \u0628\u0647\u062A\u0631 \u062A\u0631\u062C\u0645\u0647 \u06A9\u0644\u0645\u0627\u062A \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u0645\u06CC \u0634\u0648\u062F\u060C \u0639\u0644\u0627\u0648\u0647 \u0628\u0631 \u0627\u06CC\u0646\u060C \u0627\u06CC\u0646 \u0648\u06CC\u0698\u06AF\u06CC \u0628\u0631\u0627\u06CC \u0622\u0646\u0647\u0627\u06CC\u06CC \u06A9\u0647 \u0646\u0645\u06CC \u062A\u0648\u0627\u0646\u0646\u062F \u0645\u0646\u0637\u0642\u0647 \u062A\u0631\u062C\u0645\u0647 \u0631\u0627 \u062A\u0634\u062E\u06CC\u0635 \u062F\u0647\u0646\u062F\u060C \u0628\u0633\u06CC\u0627\u0631 \u0645\u0641\u06CC\u062F \u0627\u0633\u062A\u060C \u0634\u0645\u0627 \u0645\u06CC \u062A\u0648\u0627\u0646\u06CC\u062F \u0627\u0632 \u0627\u06CC\u0646 \u0648\u06CC\u0698\u06AF\u06CC \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u06A9\u0646\u06CC\u062F \u0648 \u0647\u0631 \u067E\u0627\u0631\u0627\u06AF\u0631\u0627\u0641\u06CC \u0631\u0627 \u062A\u0631\u062C\u0645\u0647 \u06A9\u0646\u06CC\u062F.","neverTranslateText.description":"\u0628\u0647 \u062F\u0644\u06CC\u0644 \u0639\u062F\u0645 \u0634\u0646\u0627\u0633\u0627\u06CC\u06CC \u0645\u0646\u0627\u0633\u0628 \u0627\u0635\u0637\u0644\u0627\u062D\u0627\u062A \u062A\u062E\u0635\u0635\u06CC \u062A\u0648\u0633\u0637 \u0628\u0631\u062E\u06CC \u0627\u0632 \u0645\u0648\u062A\u0648\u0631\u0647\u0627\u06CC \u062A\u0631\u062C\u0645\u0647\u060C \u0634\u0645\u0627 \u0645\u06CC \u062A\u0648\u0627\u0646\u06CC\u062F \u062F\u0631 \u0627\u06CC\u0646\u062C\u0627 \u06A9\u0644\u0645\u0627\u062A \u0631\u0627 \u0627\u0636\u0627\u0641\u0647 \u06A9\u0646\u06CC\u062F \u062A\u0627 \u0627\u0637\u0645\u06CC\u0646\u0627\u0646 \u062D\u0627\u0635\u0644 \u06A9\u0646\u06CC\u062F \u06A9\u0647 \u0622\u0646\u0647\u0627 \u062F\u0631 \u0637\u06CC \u0641\u0631\u0622\u06CC\u0646\u062F \u062A\u0631\u062C\u0645\u0647 \u062A\u063A\u06CC\u06CC\u0631 \u0646\u0645\u06CC \u06A9\u0646\u0646\u062F. \u0644\u0637\u0641\u0627\u064B \u062A\u0648\u062C\u0647 \u062F\u0627\u0634\u062A\u0647 \u0628\u0627\u0634\u06CC\u062F \u06A9\u0647 \u0627\u06CC\u0646 \u0648\u06CC\u0698\u06AF\u06CC \u0628\u0647 \u062D\u0631\u0648\u0641 \u0628\u0632\u0631\u06AF \u0648 \u06A9\u0648\u0686\u06A9 \u062D\u0633\u0627\u0633 \u0627\u0633\u062A \u0648 \u0641\u0642\u0637 \u0632\u0628\u0627\u0646 \u0647\u0627\u06CC\u06CC \u0631\u0627 \u067E\u0634\u062A\u06CC\u0628\u0627\u0646\u06CC \u0645\u06CC \u06A9\u0646\u062F \u06A9\u0647 \u06A9\u0644\u0645\u0627\u062A \u0622\u0646\u0647\u0627 \u0628\u0627 \u0641\u0627\u0635\u0644\u0647 \u062C\u062F\u0627 \u0634\u062F\u0647 \u0627\u0646\u062F (\u0645\u0627\u0646\u0646\u062F \u0627\u0646\u06AF\u0644\u06CC\u0633\u06CC\u060C \u0641\u0631\u0627\u0646\u0633\u0648\u06CC) \u0648 \u0628\u0631\u0627\u06CC \u0632\u0628\u0627\u0646 \u0647\u0627\u06CC\u06CC \u0645\u0627\u0646\u0646\u062F \u0698\u0627\u067E\u0646\u06CC\u060C \u06A9\u0631\u0647 \u0627\u06CC \u0648 \u063A\u06CC\u0631\u0647 \u0645\u0646\u0627\u0633\u0628 \u0646\u06CC\u0633\u062A.","intro.subtitleDescription":"\u0628\u0627 \u0641\u0639\u0627\u0644 \u06A9\u0631\u062F\u0646 \u0627\u06CC\u0646 \u0648\u06CC\u0698\u06AF\u06CC\u060C \u0632\u06CC\u0631\u0646\u0648\u06CC\u0633 \u062F\u0648\u0632\u0628\u0627\u0646\u0647 \u0628\u0647 \u0635\u0648\u0631\u062A \u062E\u0648\u062F\u06A9\u0627\u0631 \u0647\u0646\u06AF\u0627\u0645 \u067E\u062E\u0634 \u0648\u06CC\u062F\u06CC\u0648 \u0646\u0645\u0627\u06CC\u0634 \u062F\u0627\u062F\u0647 \u0645\u06CC \u0634\u0648\u062F. \u0627\u06AF\u0631 \u0641\u0639\u0627\u0644 \u0646\u0634\u062F\u0647 \u0627\u0633\u062A\u060C \u0628\u0627\u06CC\u062F \u0628\u0631 \u0631\u0648\u06CC \u062F\u06A9\u0645\u0647 \u062A\u0631\u062C\u0645\u0647 \u062F\u0631 \u0635\u0641\u062D\u0647 \u06A9\u0644\u06CC\u06A9 \u06A9\u0646\u06CC\u062F \u062A\u0627 \u0632\u06CC\u0631\u0646\u0648\u06CC\u0633 \u0646\u0645\u0627\u06CC\u0634 \u062F\u0627\u062F\u0647 \u0634\u0648\u062F. \u0644\u0637\u0641\u0627\u064B \u062A\u0648\u062C\u0647 \u062F\u0627\u0634\u062A\u0647 \u0628\u0627\u0634\u06CC\u062F \u06A9\u0647 \u0628\u0647 \u062F\u0644\u06CC\u0644 \u0645\u062D\u062F\u0648\u062F\u06CC\u062A \u0647\u0627\u06CC \u0641\u0646\u06CC\u060C \u0628\u0631\u062E\u06CC \u0627\u0632 \u0648\u0628 \u0633\u0627\u06CC\u062A \u0647\u0627 \u0645\u0645\u06A9\u0646 \u0627\u0633\u062A \u0646\u06CC\u0627\u0632 \u0628\u0647 \u062A\u0627\u0632\u0647 \u06A9\u0631\u062F\u0646 \u0635\u0641\u062D\u0647 \u06CC\u0627 \u0627\u0646\u062A\u0638\u0627\u0631 \u0628\u0631\u0627\u06CC \u062A\u06A9\u0645\u06CC\u0644 \u062A\u0631\u062C\u0645\u0647 \u062F\u0631 \u0627\u0648\u0644\u06CC\u0646 \u0628\u0627\u0631 \u0641\u0639\u0627\u0644 \u06A9\u0631\u062F\u0646 \u0632\u06CC\u0631\u0646\u0648\u06CC\u0633 \u062F\u0627\u0634\u062A\u0647 \u0628\u0627\u0634\u0646\u062F \u062A\u0627 \u0628\u062A\u0648\u0627\u0646\u0646\u062F \u0632\u06CC\u0631\u0646\u0648\u06CC\u0633 \u062F\u0648\u0632\u0628\u0627\u0646\u0647 \u0631\u0627 \u0646\u0645\u0627\u06CC\u0634 \u062F\u0647\u0646\u062F. (\u0639\u0644\u0627\u0648\u0647 \u0628\u0631 \u0627\u06CC\u0646\u060C \u0634\u0645\u0627 \u0647\u0645\u0686\u0646\u06CC\u0646 \u0645\u06CC \u062A\u0648\u0627\u0646\u06CC\u062F \u067E\u0633 \u0627\u0632 \u0628\u0627\u0632 \u06A9\u0631\u062F\u0646 \u0648\u0628 \u0633\u0627\u06CC\u062A \u0648\u06CC\u062F\u06CC\u0648\u060C \u067E\u0646\u0644 \u0645\u06CC\u0627\u0646\u0628\u0631 \u062A\u0631\u062C\u0645\u0647 \u0641\u0631\u0648 \u0631\u0641\u062A\u0647 \u0631\u0627 \u0627\u0632 \u06AF\u0648\u0634\u0647 \u0628\u0627\u0644\u0627 \u0633\u0645\u062A \u0631\u0627\u0633\u062A \u0641\u0639\u0627\u0644 / \u063A\u06CC\u0631\u0641\u0639\u0627\u0644 \u06A9\u0646\u06CC\u062F)

\u062F\u0631 \u062D\u0627\u0644 \u062D\u0627\u0636\u0631 \u067E\u0634\u062A\u06CC\u0628\u0627\u0646\u06CC \u0627\u0632 \u0632\u06CC\u0631\u0646\u0648\u06CC\u0633 \u062F\u0648\u0632\u0628\u0627\u0646\u0647 \u062F\u0631 \u0627\u06CC\u0646 \u0648\u0628 \u0633\u0627\u06CC\u062A \u0647\u0627 \u0645\u0645\u06A9\u0646 \u0627\u0633\u062A:",geminiWarning:"\u062A\u0648\u062C\u0647: \u062E\u062F\u0645\u0627\u062A \u0631\u0627\u06CC\u06AF\u0627\u0646 Gemini \u06A9\u0647 \u062A\u0648\u0633\u0637 Google \u0627\u0631\u0627\u0626\u0647 \u0645\u06CC \u0634\u0648\u062F\u060C \u0645\u062D\u062F\u0648\u062F\u06CC\u062A \u0647\u0627\u06CC \u0633\u062E\u062A\u06AF\u06CC\u0631\u0627\u0646\u0647 \u0627\u06CC \u062F\u0627\u0631\u062F \u0648 \u0645\u0645\u06A9\u0646 \u0627\u0633\u062A Google \u062A\u0635\u0645\u06CC\u0645 \u0628\u06AF\u06CC\u0631\u062F \u06A9\u0647 \u06A9\u0627\u0631\u0628\u0631 \u0627\u0632 \u0686\u0646\u062F\u06CC\u0646 Key \u0628\u0631\u0627\u06CC \u062F\u0648\u0631 \u0632\u062F\u0646 \u0645\u062D\u062F\u0648\u062F\u06CC\u062A \u0647\u0627\u06CC \u0633\u0647\u0645\u06CC\u0647 \u0631\u0627\u06CC\u06AF\u0627\u0646 \u0622\u0646\u0647\u0627 \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u0645\u06CC \u06A9\u0646\u062F\u060C \u067E\u06CC\u0634\u0646\u0647\u0627\u062F \u0646\u0645\u06CC \u0634\u0648\u062F\u060C \u067E\u06CC\u0634\u0646\u0647\u0627\u062F \u0645\u06CC \u0634\u0648\u062F \u0645\u0646\u062A\u0638\u0631 \u0628\u0627\u0634\u06CC\u062F \u062A\u0627 Google \u062F\u0631 \u0622\u06CC\u0646\u062F\u0647 \u0631\u0627\u0628\u0637 \u067E\u0631\u062F\u0627\u062E\u062A Gemini \u0631\u0627 \u0628\u0627\u0632 \u06A9\u0646\u062F \u0648 \u0633\u067E\u0633 \u0627\u0632 \u0622\u0646 \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u06A9\u0646\u06CC\u062F.","floatBall.setting":"\u062A\u0646\u0638\u06CC\u0645\u0627\u062A","floatBall.translateToLanguage":"\u0628\u0631\u0627\u06CC \u062A\u0631\u062C\u0645\u0647 \u0628\u0647 {language} \u06A9\u0644\u06CC\u06A9 \u06A9\u0646\u06CC\u062F","floatBall.file":`\u062A\u0631\u062C\u0645\u0647 PDF\u060C EPUB\u060C SRT\u060C ASS\u060C HTML\u060C TXT \u0641\u0627\u06CC\u0644`,changeToOnlyTempTranslationMode:"\u0628\u0647 \u0646\u0645\u0627\u06CC\u0634 \u0641\u0642\u0637 \u062A\u0631\u062C\u0645\u0647 \u0647\u0627 \u0628\u0631\u0648\u06CC\u062F",changeToDualTempTranslationMode:"\u0628\u0647 \u062A\u0631\u062C\u0645\u0647 \u062F\u0648 \u0632\u0628\u0627\u0646\u0647 \u0628\u0631\u0648\u06CC\u062F","transitionMode.translation":"\u0641\u0642\u0637 \u0645\u062A\u0646 \u062A\u0631\u062C\u0645\u0647","options.navbar.translateFile":"\u062A\u0631\u062C\u0645\u0647 \u0627\u0633\u0646\u0627\u062F","transitionMode.dual":"\u062F\u0648\u0632\u0628\u0627\u0646\u0647 \u0645\u0642\u0627\u06CC\u0633\u0647","options.navbar.installApp":"\u0646\u0635\u0628 \u0628\u0631\u0646\u0627\u0645\u0647 \u062A\u0644\u0641\u0646 \u0647\u0645\u0631\u0627\u0647","transitionMode.inherit":"\u0628\u0627 \u062D\u0627\u0644\u062A \u0646\u0645\u0627\u06CC\u0634 \u067E\u06CC\u0634 \u0641\u0631\u0636 \u0633\u06CC\u0633\u062A\u0645 \u0647\u0645\u0627\u0647\u0646\u06AF \u0628\u0645\u0627\u0646\u06CC\u062F","subtitle.transitionMode":"\u062A\u0646\u0638\u06CC\u0645\u0627\u062A \u0632\u06CC\u0631\u0646\u0648\u06CC\u0633 \u0641\u06CC\u0644\u0645 \u062F\u0648\u0632\u0628\u0627\u0646\u0647 / \u0641\u0642\u0637 \u0645\u062A\u0646 \u062A\u0631\u062C\u0645\u0647","subtitle.transitionModeDescription":"\u062A\u0646\u0638\u06CC\u0645 \u0632\u06CC\u0631\u0646\u0648\u06CC\u0633 \u0648\u06CC\u062F\u06CC\u0648 \u0628\u0647 \u062D\u0627\u0644\u062A \u0645\u0642\u0627\u0628\u0644\u0647 \u062F\u0648\u0632\u0628\u0627\u0646\u0647 \u06CC\u0627 \u0641\u0642\u0637 \u062D\u0627\u0644\u062A \u062A\u0631\u062C\u0645\u0647",translateFileTooltip:`\u062A\u0631\u062C\u0645\u0647 PDF\u060C ePub\u060C srt\u060C ass\u060C HTML\u060C TXT \u0641\u0627\u06CC\u0644`,"description.multiplePrompt":`\u0648\u0642\u062A\u06CC \u062A\u0639\u062F\u0627\u062F \u067E\u0627\u0631\u0627\u06AF\u0631\u0627\u0641\u200C\u0647\u0627 \u0628\u06CC\u0634\u062A\u0631 \u0627\u0632 1 \u0627\u0633\u062A\u060C \u06AF\u0641\u062A\u06AF\u0648\u06CC\u06CC \u06A9\u0647 \u0628\u0627 \u0647\u0648\u06CC\u062A \u06A9\u0627\u0631\u0628\u0631 \u0628\u0647 {service} \u0627\u0631\u0633\u0627\u0644 \u0645\u06CC\u200C\u0634\u0648\u062F\u060C \u06A9\u0647 \u062F\u0631 \u0622\u0646 {{from}} \u0632\u0628\u0627\u0646 \u067E\u0627\u0631\u0627\u06AF\u0631\u0627\u0641 \u0631\u0627 \u0646\u0634\u0627\u0646 \u0645\u06CC\u200C\u062F\u0647\u062F\u060C {{to}} \u0632\u0628\u0627\u0646 \u0645\u0642\u0635\u062F \u0631\u0627 \u0646\u0634\u0627\u0646 \u0645\u06CC\u200C\u062F\u0647\u062F\u060C {{yaml}} \u0645\u062D\u062A\u0648\u0627\u06CC \u067E\u0627\u0631\u0627\u06AF\u0631\u0627\u0641\u06CC \u0627\u0633\u062A \u06A9\u0647 \u0628\u0627 \u0641\u0631\u0645\u062A yaml \u0628\u0633\u062A\u0647\u200C\u0628\u0646\u062F\u06CC \u0634\u062F\u0647 \u0627\u0633\u062A\u060C \u0627\u06AF\u0631 \u0646\u06CC\u0627\u0632 \u0628\u0647 \u0633\u0641\u0627\u0631\u0634\u06CC\u200C\u0633\u0627\u0632\u06CC Prompt \u062F\u0627\u0631\u06CC\u062F\u060C \u0628\u0627\u06CC\u062F \u0645\u0637\u0645\u0626\u0646 \u0634\u0648\u06CC\u062F \u06A9\u0647 \u0647\u0631 \u0645\u0648\u0631\u062F \u062F\u0631 \u0646\u062A\u06CC\u062C\u0647 YAML \u067E\u0627\u0633\u062E AI \u0634\u0627\u0645\u0644 \u0641\u06CC\u0644\u062F {env.imt_trans_field} \u0628\u0627\u0634\u062F\u060C {{imt_trans_field}} \u0646\u0627\u0645 \u0641\u06CC\u0644\u062F \u062A\u0631\u062C\u0645\u0647\u200C\u0627\u06CC \u0627\u0633\u062A \u06A9\u0647 \u0645\u0627 \u0627\u0645\u06CC\u062F\u0648\u0627\u0631\u06CC\u0645 AI \u0628\u0647 \u0639\u0646\u0648\u0627\u0646 \u067E\u0627\u0633\u062E \u0627\u0631\u0627\u0626\u0647 \u062F\u0647\u062F\u060C \u0628\u0647 \u0637\u0648\u0631 \u067E\u06CC\u0634 \u0641\u0631\u0636 {env.imt_trans_field} \u0627\u0633\u062A\u060C {{imt_source_field}} \u0646\u0627\u0645 \u0641\u06CC\u0644\u062F \u0645\u062A\u0646 \u0627\u0635\u0644\u06CC \u0627\u0633\u062A \u06A9\u0647 \u0645\u0627 \u0628\u0647 AI \u0627\u0631\u0627\u0626\u0647 \u0645\u06CC\u200C\u062F\u0647\u06CC\u0645\u060C \u0628\u0647 \u0637\u0648\u0631 \u067E\u06CC\u0634 \u0641\u0631\u0636 {env.imt_source_field} \u0627\u0633\u062A\u060C \u0646\u0645\u0648\u0646\u0647 \u0646\u062A\u06CC\u062C\u0647: @@ -5074,7 +5074,7 @@ ass\u060C HTML\u060C TXT \u0641\u0627\u06CC\u0644`,"description.multiplePrompt": {env.imt_sub_trans_field}: \u062A\u0631\u062C\u0645\u0647 - id: 2 {env.imt_sub_source_field}: \u0645\u0646\u0628\u0639 - {env.imt_sub_trans_field}: \u062A\u0631\u062C\u0645\u0647`,"subtitle.quickButton.red":"\u0633\u0631\u062E","subtitle.quickButton.cyan":"\u0622\u0628\u06CC","subtitle.quickButton.white":"\u0633\u0641\u06CC\u062F","subtitle.quickButton.yellow":"\u0632\u0631\u062F","subtitle.quickButton.setting":"\u062A\u0646\u0638\u06CC\u0645\u0627\u062A","translationServices.claude":"\u06A9\u0644\u0648\u062F","subtitle.quickButton.backgroundColor":"\u0631\u0646\u06AF \u067E\u0633 \u0632\u0645\u06CC\u0646\u0647","subtitle.quickButton.translationPositionTop":"\u0628\u0627\u0644\u0627\u06CC \u0645\u062A\u0646 \u0627\u0635\u0644\u06CC","subtitle.quickButton.black":"\u0633\u06CC\u0627\u0647","subtitle.quickButton.blue":"\u0622\u0628\u06CC","subtitle.quickButton.green":"\u0633\u0628\u0632","subtitle.quickButton.translationFontSize":"\u0627\u0646\u062F\u0627\u0632\u0647 \u0641\u0648\u0646\u062A \u0645\u062A\u0646 \u062A\u0631\u062C\u0645\u0647","subtitle.quickButton.sourceTextColor":"\u0631\u0646\u06AF \u0641\u0648\u0646\u062A \u0645\u062A\u0646 \u0627\u0635\u0644\u06CC","subtitle.quickButton.magenta":"\u0631\u0646\u06AF \u0628\u0646\u0641\u0634","subtitle.quickButton.translationTextColor":"\u0631\u0646\u06AF \u0641\u0648\u0646\u062A \u0645\u062A\u0646 \u062A\u0631\u062C\u0645\u0647 \u0634\u062F\u0647","subtitle.quickButton.backgroundOpacity":"\u067E\u0633 \u0632\u0645\u06CC\u0646\u0647 \u0646\u06CC\u0645\u0647 \u0634\u0641\u0627\u0641","subtitle.quickButton.sourceFontSize":"\u0627\u0646\u062F\u0627\u0632\u0647 \u0641\u0648\u0646\u062A \u0645\u062A\u0646 \u0627\u0635\u0644\u06CC","subtitle.quickButton.translationPositionBottom":"\u0645\u062A\u0646 \u0627\u0635\u0644\u06CC \u062F\u0631 \u0632\u06CC\u0631 \u0627\u0633\u062A","subtitle.quickButton.translationPosition":"\u0645\u06A9\u0627\u0646 \u062A\u0631\u062C\u0645\u0647",attachSubtitleTranslating:"\u062F\u0631 \u062D\u0627\u0644 \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u0627\u0632 {service} \u0628\u0631\u0627\u06CC \u062A\u0631\u062C\u0645\u0647...","error.claude.403":"\u062F\u0633\u062A\u0631\u0633\u06CC \u0645\u0648\u0642\u062A\u0627 \u0628\u0647 \u0633\u0631\u0648\u06CC\u0633 \u0645\u0645\u06A9\u0646 \u0627\u0633\u062A \u0645\u062D\u062F\u0648\u062F \u0634\u062F\u0647 \u0628\u0627\u0634\u062F\u060C \u0627\u06CC\u0646 \u0645\u0645\u06A9\u0646 \u0627\u0633\u062A \u0628\u0647 \u0645\u062D\u062F\u0648\u062F\u06CC\u062A \u0645\u0646\u0637\u0642\u0647 \u0627\u06CC Claude \u0645\u0631\u062A\u0628\u0637 \u0628\u0627\u0634\u062F\u060C \u0634\u0645\u0627 \u0645\u06CC \u062A\u0648\u0627\u0646\u06CC\u062F \u0633\u0639\u06CC \u06A9\u0646\u06CC\u062F \u0622\u062F\u0631\u0633 IP \u062E\u0648\u062F \u0631\u0627 \u062A\u063A\u06CC\u06CC\u0631 \u062F\u0647\u06CC\u062F\u060C \u06CC\u0627 \u0627\u0632 \u0633\u0631\u0648\u06CC\u0633 \u0647\u0627\u06CC \u062A\u0631\u062C\u0645\u0647 \u062F\u06CC\u06AF\u0631 \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u06A9\u0646\u06CC\u062F.","browser.brandDescriptionForSafari":"\u3010\u062A\u0631\u062C\u0645\u0647 \u0641\u0631\u0648 \u0631\u0641\u062A\u0647\u3011 \u06CC\u06A9 \u0627\u0641\u0632\u0648\u0646\u0647 \u062A\u0631\u062C\u0645\u0647 \u0635\u0641\u062D\u0647 \u0648\u0628 \u062F\u0648\u0632\u0628\u0627\u0646\u0647 \u0631\u0627\u06CC\u06AF\u0627\u0646 (\u0645\u062A\u0646 \u0627\u0635\u0644\u06CC / \u062A\u0631\u062C\u0645\u0647) \u060C \u062F\u0631 \u0639\u06CC\u0646 \u062D\u0627\u0644 \u067E\u0634\u062A\u06CC\u0628\u0627\u0646\u06CC \u0627\u0632 \u062A\u0631\u062C\u0645\u0647 PDF \u0648 \u062A\u0631\u062C\u0645\u0647 \u06A9\u062A\u0627\u0628 \u0627\u0644\u06A9\u062A\u0631\u0648\u0646\u06CC\u06A9\u06CC EPUB \u0628\u0627 \u062D\u0641\u0638 \u0637\u0631\u062D \u0628\u0646\u062F\u06CC \u0627\u0635\u0644\u06CC \u0633\u0646\u062F \u060C \u062A\u0631\u062C\u0645\u0647 \u0632\u06CC\u0631\u0646\u0648\u06CC\u0633 \u062F\u0648\u0632\u0628\u0627\u0646\u0647 \u0648\u06CC\u062F\u0626\u0648\u06CC \u0622\u0646\u0644\u0627\u06CC\u0646 Youtube / Netflix \u060C \u067E\u0634\u062A\u06CC\u0628\u0627\u0646\u06CC \u0627\u0632 \u062E\u062F\u0645\u0627\u062A \u062A\u0631\u062C\u0645\u0647 \u0627\u0635\u0644\u06CC Deepl / Google\u061B","browser.PdfProFile":"\u062A\u0631\u062C\u0645\u0647 PDF Pro \u0645\u062D\u0631\u06A9 \u0647\u0648\u0634 \u0645\u0635\u0646\u0648\u0639\u06CC","browser.textTranslate":"\u062A\u0631\u062C\u0645\u0647 \u0645\u062A\u0646"};var zl={nologin:"non connect\xE9",loginForSafari:"Se connecter ou s'inscrire",login:"Se connecter pour ouvrir une adh\xE9sion",manageAccount:"Comptes g\xE9r\xE9s",openPremium:"Adh\xE9sion ouverte",logout:"annuler",curentPlan:"Paquets actuels",endAt:"expiration",endAuto:"renouvellement automatique",lineBreakMaxTextCount:"Nombre maximal de caract\xE8res autoris\xE9s par phrase apr\xE8s les retours \xE0 la ligne","translate-pdf":"Cliquez pour traduire le PDF","noSupportTranslate-pdf":"Script non support\xE9, veuillez utiliser le plugin","translate-firefox-local-pdf":"Cliquez pour aller \xE0 Importer le PDF",enableLineBreak:"Activer le saut de ligne automatique pour les longs paragraphes",sponsorLabel:"1 $ D\xE9veloppeurs sponsoris\xE9s",help:"main",browserShortcutsNoteForFirefox:"Pour modifier les raccourcis dans Firefox, vous devez ouvrir la page de gestion des extensions `about:addons`, puis cliquer sur `Settings`, et enfin sur `Manage Shortcuts` pour d\xE9finir les raccourcis.",browserShortcutsNoteForChrome:'Pour modifier les raccourcis dans Chrome, vous devez ouvrir la page de gestion des extensions, les d\xE9finir dans le panneau "Gestion des raccourcis" (`chrome://extensions/shortcuts`), et cliquer sur le bouton ci-dessous pour acc\xE9der \xE0 la page de gestion des raccourcis.',browserShortcutsSucks:"Les raccourcis personnalis\xE9s sont format\xE9s comme suit (pas de reconnaissance automatique, veuillez entrer directement) :\uFF1A",enableLineBreakDescription:"Lorsque cette option est activ\xE9e, des sauts de ligne sont ins\xE9r\xE9s \xE0 la fin de chaque phrase dans les longs paragraphes afin d'en faciliter la lecture.","browser.shortBrandName":"Traduction en immersion","browser.brandName":"Traduction en immersion : pages Web et PDF bilingues","browser.brandDescription":"Bilingual web page translation, also supports PDF translation, bilingual Epub eBook translation, free to use.","browser.toggleTranslatePage":"Traduire la page/afficher le texte original","browser.toggleTranslateTheWholePage":"Traduire toutes les zones de la page/afficher le texte original","browser.toggleOnlyTransation":"Basculer en mode bilingue / mode traduction uniquement","browser.toggleTranslateToThePageEndImmediately":"Traduction imm\xE9diate en bas de page/affichage du texte original","browser.toggleTranslateTheMainPage":"Traduire la zone principale de la page/afficher le texte original","browser.shareToDraft":"Partager les pages bilingues","browser.openOptionsPage":"Ouvrir la page des param\xE8tres","browser.toggleTranslationMask":"Afficher/masquer l'effet de flou de translation","browser.translateLocalPdfFile":"Traduire des fichiers PDF locaux","browser.openEbookViewer":"Lire les livres \xE9lectroniques locaux","browser.openEbookBuilder":"Cr\xE9er des livres bilingues EPUB","browser.translateLocalHtmlFile":"Traduire des fichiers HTML/txt","browser.donateContext":"En savoir plus sur les avantages du parrainage","browser.translateLocalSubtitleFile":"Traduire les fichiers de sous-titres locaux",confirmResetConfig:"\xCAtes-vous s\xFBr de vouloir r\xE9initialiser les param\xE8tres ?",translationLineBreakSettingTitle:"R\xE9glage du saut de ligne de la traduction",smartLineBreak:"smart line feed (informatique)",alwaysLineBreak:"Toujours un saut de ligne",isShowContextMenu:"Ajouter des pages traduites aux \xE9l\xE9ments de menu \xE0 cliquer avec le bouton droit de la souris",toggleBeta:"Activation des fonctionnalit\xE9s de test b\xEAta",betaDescription:"Permet d'activer des fonctionnalit\xE9s encore exp\xE9rimentales, ainsi qu'un service de traduction en version b\xEAta. Rejoignez le <1>groupe Telegram pour en savoir plus.",translationLineBreakSettingDescription:"Les sauts de ligne sont toujours nets et ordonn\xE9s pour les pages \xE0 faible contenu. (Pour gagner de la place, utilisez des sauts de ligne intelligents dans les longs paragraphes \xE0 fort contenu (plus de{count}caract\xE8res)).",tempTranslateDomainTitle:"Dur\xE9e de l'activation temporaire de la traduction du site web",tempTranslateDomainDescription:"Lors de la traduction manuelle d'une page web, vous pouvez activer temporairement le site web pour la traduction automatique et vous pouvez d\xE9finir la dur\xE9e temporaire.",xMinutes:"{count} minutes",disabled:"interdire l'utilisation de qqch.",changelog:"Journal des mises \xE0 jour",toggleTranslatePageWhenThreeFingersOnTheScreen:"L'effleurement simultan\xE9 de l'\xE9cran par plusieurs doigts traduit les pages web/affiche le texte original",toggleTranslationMaskWhenThreeFingersOnTheScreen:"Le toucher \xE0 plusieurs doigts permet d'afficher/masquer l'effet de flou.",fingerCountToToggleTranslagePageOnlyTranslationWhenTouching:"Plusieurs doigts touchant l'\xE9cran en m\xEAme temps traduisent la page web (traduction uniquement)/affichent le texte original.",addUrlDescription:"Peut \xEAtre un nom de domaine et prend \xE9galement en charge les caract\xE8res g\xE9n\xE9riques, par exemple\uFF1A*.google.com, google.com/mail/*, https://www.google.com/*.",general:"Param\xE8tres de base",clickToExpandConfig:"\xC9tendre la configuration actuelle",import:"Importation d'un fichier",export:"Exporter vers un fichier",toggleDebug:"Imprimer le journal de d\xE9bogage sur la console","fingers.0":"coagulation","fingers.2":"touche \xE0 deux doigts","fingers.3":"touche \xE0 trois doigts","fingers.4":"touche \xE0 quatre doigts","fingers.5":"touche \xE0 cinq doigts",mouseHoldKey:"+ {key} traduire/restaurer le paragraphe",mouseHoldKeyAuto:"Traduction directe du paragraphe",mouseHoldKeyOff:"Ne faites rien.",mouseHoldKeyOther:"Raccourcis personnalis\xE9s (ouvrir les param\xE8tres)",mouseHoldKeyCustomKey:"{key} Traduction/r\xE9duction du paragraphe",mouseHoverHoldKey:"Traduire des paragraphes en appuyant sur la touche de raccourci tout en survolant la souris.","mouse-translate":"survol de la souris",document:"fichier (informatique)",resetSuccess:"R\xE9initialisation de tous les param\xE8tres r\xE9ussie",resetThisSuccess:"R\xE9initialisation r\xE9ussie",saved:"Sauvegarder le succ\xE8s",successImportConfig:"Importation r\xE9ussie de la configuration",goAdvancedSettings:"Acc\xE9der \xE0 la page des param\xE8tres avanc\xE9s",goAdvancedInterfaceSettings:"Acc\xE9der \xE0 la page Param\xE8tres de personnalisation avanc\xE9s",advanced:"Param\xE8tres avanc\xE9s",advancedDescription:"En g\xE9n\xE9ral, aucun r\xE9glage n'est n\xE9cessaire, il suffit de laisser la valeur par d\xE9faut. Pour les utilisateurs plus sp\xE9cialis\xE9s uniquement, des param\xE8tres plus personnalis\xE9s sont disponibles.",developer:"Param\xE8tres du d\xE9veloppeur",donateCafe:"prix","translate to the bottom of the page":"La traduction se fait-elle vers le bas de la page imm\xE9diatement apr\xE8s l'entr\xE9e dans la page ?",feedback:"Question Feedback",toggleTranslatePage:"Traduire la page/afficher le texte original",translateToThePageEndImmediatelyDescription:"Si vous l'activez, le contenu sera imm\xE9diatement traduit du haut vers le bas de la page au fur et \xE0 mesure que vous y acc\xE9dez. Si vous la d\xE9sactivez, la traduction se fait au fur et \xE0 mesure de la lecture. (Non recommand\xE9)","translate all areas of the page":"Traduire ou non toutes les zones de la page",translationAreaDescription:"Si cette option est activ\xE9e, toutes les zones de la page web sont traduites. Si l'option est d\xE9sactiv\xE9e, la reconnaissance intelligente par d\xE9faut est utilis\xE9e et seules les parties principales sont traduites. (Il n'est pas recommand\xE9 de l'activer)","the number of characters to be translated first":"Traduire directement les premiers caract\xE8res de la page sans attendre le d\xE9filement de la zone de visualisation","interface language":"langue de l'interface","display both the original text and the translation":"Affichage simultan\xE9 de l'original et de la traduction","keyboard shortcuts":"Raccourcis clavier",modify:"Modifier les touches de raccourci",reset:"reprovision",close:"coagulation",homepage:"page d'accueil",more:"plus",moreOptions:"\xC9largir les options de personnalisation",translateTheWholePage:"Traduire toutes les zones de la page (au lieu de reconna\xEEtre intelligemment les zones principales)",changeToTranslateTheWholePage:"Passer \xE0 la traduction de toutes les r\xE9gions",changeToTranslateTheMainPage:"Passer \xE0 la zone principale de traduction",changeToOnlyTranslationMode:"Afficher uniquement les traductions",changeToDualTranslationMode:"Passer \xE0 la traduction bilingue",translateToThePageEndImmediately:"Traduction imm\xE9diate en bas de page",translateTheMainPage:"R\xE9gions cl\xE9s de la traduction intelligente","The local rules are up to date":"Les r\xE8gles d'adaptation locales sont \xE0 jour.","Successfully synchronized with the latest official rules:":"Synchronisation r\xE9ussie avec les derni\xE8res r\xE8gles d'adaptation officielles.","Checking for updates":"V\xE9rification des mises \xE0 jour","Rules are being synchronized":"Synchronisation des r\xE8gles d'adaptation",localVersionIsTooOld:"La version de l'extension locale est trop ancienne, veuillez mettre \xE0 jour l'extension vers {minVersion} ou une version plus r\xE9cente avant d'essayer de synchroniser.",badUserscriptBrowser:"Le navigateur actuel n'impl\xE9mente pas correctement l'interface de l'extension Grease Monkey (par exemple, pour obtenir des informations sur le num\xE9ro de version du script Grease Monkey lui-m\xEAme), veuillez utiliser d'autres navigateurs qui <1>prennent en charge l'extension Grease Monkey, tels que Firefox.",foundNewVersion:"D\xE9couvrez la nouvelle version",theLocalExtensionIsUpToUpdate:"L'extension actuelle est \xE0 jour.",failToSyncRules:"Absence de synchronisation des derni\xE8res r\xE8gles d'adaptation",retry:"Cliquez ici pour r\xE9essayer",failedReason:"Raisons de l'\xE9chec",currentRuleVersion:"Version actuelle de la r\xE8gle",calculating:"Calculs",unknownError:"erreur inconnue",canNotFetchRemoteRule:"Impossible d'obtenir des r\xE8gles \xE0 distance",enableAlphaSuccess:"Alpha activ\xE9",disableAlphaSuccess:"La fonction Alpha a \xE9t\xE9 d\xE9sactiv\xE9e",cacheSize:"Taille du cache\uFF1A",cleaning:"en cours de liquidation",cleanCache:"effacer le cache",options:"mettre en place",about:"en ce qui concerne",service:"service d'interpr\xE9tation",needAction:"(Acc\xE9der aux param\xE8tres)",goSettings:"aller de l'avant et mettre en place",needActionForOptions:"(\xE0 mettre en place)",translationEngine:"Options du moteur",sourceLanguage:"Langue originale",target:"langue cible",popupSourceLanguage:"Langue originale",popupTarget:"langue cible",popupService:"service d'interpr\xE9tation",forThisSite:"Site web actuel",autoEnableSubtitle:"Ouverture automatique des sous-titres bilingues",alwaysTranslate:"Traduisez toujours",neverTranslate:"Ne jamais traduire",alwaysTranslateSomeLanguage:"Traduisez toujours {language}",neverTranslateSomeLanguage:"Ne jamais traduire {language}",alwaysTranslateSomeSite:"Traduisez toujours {hostname}",neverTranslateSomeSite:"Ne jamais traduire {hostname}",alwaysTranslateSomeSiteOrWildSite:"Toujours traduire le site",alwaysTranslateSomePage:"Toujours traduire la page",add:"augmenter",default:"par d\xE9faut (r\xE9glage)",forThisLanguage:"Pour cette langue\uFF1A","add url":"Saisir l'URL",edit:"compilateur","translate other languages into specific language":"Traduire d'autres langues dans la langue choisie","select translation service":"S\xE9lectionner un service de traduction",language:"multilinguisme","show-original":"Afficher le texte original",translate:"l'\xE9quarrissage",Translated:"traduit",Translating:"en traduction",Error:"incorrect",allowCacheTranslations:"Activer la mise en cache de la traduction locale (pour r\xE9duire les demandes de traduction pour les passages dupliqu\xE9s)","translation display":"Style d'affichage de la traduction","select diplay style":"Distinguer les styles de traduction, en se r\xE9f\xE9rant sp\xE9cifiquement aux exemples suivants",interface:"Param\xE8tres de l'interface",import_export:"Importation/Exportation",import_export_title:"Configuration de l'importation/exportation",syncToGoogleDrive:"Synchroniser avec Google Drive maintenant",floatBallOptions:"Param\xE8tres de l'hoverball","floatBallOptions.enable":"Activer le Hoverball","floatBallOptions.blockUrls":"D\xE9sactiver le site web","floatBallOptions.add":"augmenter","floatBallOptions.blockUrlDesc":"Les hoverballs ne sont pas affich\xE9s lorsque les sites web suivants sont rencontr\xE9s","floatBallOptions.clickType":"le comportement de clic","floatBallOptions.clickTypeDesc":"Comportement de l'ic\xF4ne Hoverball lorsqu'elle est cliqu\xE9e","floatBallOptions.clickPopup":"Afficher le panneau de traduction","floatBallOptions.clickTranslate":"Traduction/affichage du texte original","floatBallOptions.fixedPosition":"\u56FA\u5B9A\u4F4D\u7F6E","floatBallOptions.fixedPositionDesc":"\u60AC\u6D6E\u7403\u5728\u7A97\u53E3\u5DE6\u4FA7\u8FD8\u662F\u53F3\u4FA7","floatBallOptions.fixedPositionLeft":"\u5DE6\u4FA7","floatBallOptions.fixedPositionRight":"\u53F3\u4FA7",previewAllThemes:"Aper\xE7u de tous les styles","translationTheme.none":"ne pas avoir","translationTheme.grey":"gris fonc\xE9","translationTheme.dashed":"soulign\xE9 en pointill\xE9","translationTheme.dotted":"trait de soulignement en pointill\xE9","translationTheme.dashedBorder":"bordure en pointill\xE9s","translationTheme.solidBorder":"bordure solide","translationTheme.underline":"Souligner les lignes droites","translationTheme.mask":"Effets flous (modes d'apprentissage)","translationTheme.opacity":"effet de transparence","translationTheme.paper":"Effet d'ombre du papier blanc","translationTheme.dividingLine":"ligne de d\xE9marcation","translationTheme.highlight":"haute luminosit\xE9","translationTheme.marker":"marqueur (mot emprunt\xE9)","translationTheme.marker2":"Marqueur 2","translationTheme.blockquote":"Styles de r\xE9f\xE9rencement","translationTheme.weakening":"affaiblissement","translationTheme.italic":"caract\xE8re oblique","translationTheme.bold":"\xE9paissir","translationTheme.thinDashed":"ligne pointill\xE9e fine soulign\xE9e","translationTheme.nativeDashed":"Le syst\xE8me est soulign\xE9 en pointill\xE9","translationTheme.nativeDotted":"Le syst\xE8me est soulign\xE9 en pointill\xE9s","translationTheme.nativeUnderline":"Le syst\xE8me est assorti d'une ligne de d\xE9marcation droite","translationTheme.wavy":"ligne ondul\xE9e","translationServices.custom":"API personnalis\xE9e","translationServices.tencent":"Tencent Translator","translationServices.tenAlpha":"Tencent Translator (Alpha)","translationServices.google":"Google Translate","translationServices.bai":"Baidu (Alpha)","translationServices.baidu":"Traduction de Baidu","translationServices.aliyun":"AliCloud Traduction","translationServices.volc":"traduction du volcan","translationServices.deeplx":"DeepLX (Beta)","translationServices.bing":"Microsoft Translate","translationServices.deepl":"DeepL","translationServices.wechat":"Traduction WeChat","translationServices.azure":"Azure Translation","translationServices.ibm":"IBM Watson","translationServices.aws":"Traduction sur Amazon","translationServices.mock":"Traduction simul\xE9e","translationServices.mock2":"Traduction simul\xE9e 2","translationServices.caiyun":"lit. nuages color\xE9s et petites traductions","translationServices.cai":"Nuages color\xE9s (Alpha)","translationServices.volcAlpha":"Volcan (Alpha)","translationServices.openl":"OpenL","translationServices.youdao":"Traduction sur Youtube","translationServices.you":"Traducteur Youdao (Alpha)","translationServices.transmart":"Traduction interactive de Tencent","translationServices.niu":"Traducteur franc-tireur","translationServices.papago":"Traduction Papago","translationServices.d":"D (Alpha)","translationServices.dpro":"D Pro (Canari)","translationServices.openai":"OpenAI","translationServices.yandex":"Yandex","translationServices.chatgpt":"ChatGPT Web(3.5 mobile)","translate title":"Traduire les titres des pages","always languages":"Toujours traduire la langue",neverTranslateLanguagesLabel:"La langue qui ne sera jamais traduite",neverTranslateTheFollowingLanguagesDescription:"Les traductions sont ignor\xE9es lorsqu'un paragraphe de la page est r\xE9dig\xE9 dans l'une des langues suivantes",enableUserscriptPagePopup:"Afficher le hoverball sur la page",enableUserscriptPagePopupDescription:"Apr\xE8s avoir d\xE9sactiv\xE9 le hoverball, vous pouvez le rappeler \xE0 l'aide du raccourci /{touch}. Il est fortement recommand\xE9 de marquer cette page de param\xE8tres d'un signet afin d'\xE9viter de ne pas pouvoir retrouver le hoverball apr\xE8s avoir d\xE9sactiv\xE9 cette option par inadvertance !","always translate the following languages":"Traduit automatiquement dans la langue cible lorsque la page est dans l'une des langues suivantes","always sites":"Des sites web toujours traduits","always translate the following sites":"Les sites web sont automatiquement traduits dans la langue cible lorsqu'il s'agit de noms de domaine de","never sites":"Site web jamais traduit","never translate the following sites":"Les traductions ne seront pas effectu\xE9es si le site est destin\xE9 aux domaines suivants","please refer to":"Vous devez remplir la cl\xE9 avant de pouvoir l'utiliser.",KeyAndConfigurationTutorial:"Tutoriel d'application et de configuration des cl\xE9s",useAboveStyleForTheseSites:"Utilisez toujours le style de traduction \u2308{theme}\u230B lorsque le site est destin\xE9 aux domaines suivants",currentUrl:"URL actuel",confirm:"enregistrer (un fichier, etc.) (informatique)",cancel:"annulations",delete:"l'enl\xE8vement","languages.auto":"d\xE9tection automatique",syncToCloud:"Synchronisation avec Google Drive",syncToCloudDescription:"T\xE9l\xE9charg\xE9e dans le nuage, la configuration peut \xEAtre synchronis\xE9e entre diff\xE9rents navigateurs/scripts de singe de graisse, en fonction de la derni\xE8re modification.",syncToAccount:"Synchronisation avec l'Immersive Translation Cloud",syncToAccountButton:"Synchronisation instantan\xE9e avec le nuage",syncToAccountDescription:"Synchroniser automatiquement les configurations entre diff\xE9rents appareils, en fonction de la derni\xE8re modification.",successSyncConfigInAccount:"Synchronisation r\xE9ussie avec le nuage",successSyncConfigToAccount:"Synchronisation r\xE9ussie vers le nuage",syncConfigNoUpdate:"Il est d\xE9j\xE0 \xE0 jour.",authFail:"\xC9chec de l'autorisation",syncTitle:"Gestion manuelle des sauvegardes",import_hint:"importation (donn\xE9es)",upload:"t\xE9l\xE9charger",revokeAuth:"r\xE9voquer une autorisation",uploadFail:"\xC9chec du t\xE9l\xE9chargement",download:"t\xE9l\xE9chargement",importSuccess:"Importation r\xE9ussie",importFail:"\xE9chec de l'importation",deleteFail:"\xC9chec de la suppression",backupToCloud:"Gestion manuelle des fichiers de sauvegarde",create_new_backup:"Ajouter un nouveau n\u0153ud de sauvegarde",maxBackupFiles:"Jusqu'\xE0{count}n\u0153uds diff\xE9rents peuvent \xEAtre sauvegard\xE9s, veuillez supprimer les n\u0153uds dont vous n'avez pas besoin.",backupToCloudDescription:"T\xE9l\xE9charger ou restaurer manuellement les fichiers de sauvegarde, en autorisant jusqu'\xE0 trois sauvegardes diff\xE9rentes.",successSyncConfig:"Synchronisation r\xE9ussie avec le nuage",syncFail:"\xE9chec de la synchronisation",updatedAt:"Mise \xE0 jour de {date}",lastSyncedAt:"Derni\xE8re v\xE9rification \xE0 l'adresse {date}",downloadFail:"\xC9chec du t\xE9l\xE9chargement",clickToDownload:"Cliquer pour t\xE9l\xE9charger",aboutLabel:"\xC0 propos - Feedback","browser.openAboutPage":"\xC0 propos/commentaires",aboutLabelWithoutSponsor:"\xC0 propos - Feedback",aboutIntro:"Puissions-nous tous avoir un acc\xE8s plus facile et plus agr\xE9able \xE0 l'\xE9norme quantit\xE9 d'informations en langues \xE9trang\xE8res sur Internet \u2764\uFE0F Vous pouvez choisir d'activer votre <6>adh\xE9sion Pro pour utiliser les traductions pr\xEAtes \xE0 l'emploi de DeepL et OpenAI.

Vous pouvez nous suivre sur <3>Twitter, <4>Telegram, Weibo, WeChat, ou vous <5>inscrire \xE0 notre liste de <5>diffusion ci-dessous pour suivre les mises \xE0 jour.
Les <7>membres Pro peuvent nous contacter \xE0 l'adresse <8>support@immersivetranslate.com pour un service client\xE8le rapide.",aboutIntroWithoutSponsor:"Puissions-nous tous avoir un acc\xE8s plus facile et plus agr\xE9able \xE0 l'\xE9norme quantit\xE9 d'informations en langues \xE9trang\xE8res disponibles sur Internet \u2764\uFE0F

Vous pouvez nous suivre sur <3>Twitter, <4>Telegram channel, WeChat, WeChat Exchange, ou vous <5>abonner aux mises \xE0 jour par <5>courriel ci-dessous.",projectHomepage:"Accueil du projet",joinTelegramGroup:"Rejoignez le groupe d'utilisateurs pour participer aux discussions sur les fonctionnalit\xE9s",wechatPublicAccount:"WeChat Public",wechatCommunities:"Groupe d'\xE9change WeChat",qqCommunities:"Canal de communication QQ",joinTelegramChannel:"Suivez le canal Telegram pour les derni\xE8res mises \xE0 jour",feedbackAndJoin:"Question Feedback / Ajouter un groupe",autoSync:"synchronisation automatique de l'heure",loadingThemeTitle:"Style de chargement",loadingThemeDescription:"D\xE9finition du style lors de l'attente du chargement de la traduction","loadingTheme.spinner":"Animation de la rotation","loadingTheme.text":"texte statique qqch. ","loadingTheme.none":"non illustr\xE9",developerDescription:"La documentation sur la personnalisation avanc\xE9e est disponible <1>ici","edit border color":"Modifier la couleur de la bordure",successSyncButNoChange:"La configuration actuelle est compatible avec le nuage",customTheme:"Couleurs et tailles personnalis\xE9es","customThemeLabel.borderColor":"Couleur de la bordure","customThemeLabel.borderRadius":"Bords arrondis","customThemeLabel.textColor":"couleur du texte","customThemeLabel.backgroundColor":"couleur de fond","customThemeLabel.zoom":"Mise \xE0 l'\xE9chelle des polices (%)","customThemeLabel.opacity":"Opacit\xE9 du texte (%)",resetToDefaultColor:"R\xE9tablir les couleurs par d\xE9faut",resetToDefaultSettings:"R\xE9tablir les param\xE8tres par d\xE9faut",isTranslateTitle:"Permettre la traduction des titres de pages",isTranslateTitleDescription:"Lorsque cette option est activ\xE9e, le titre de la page est traduit.",enableSearchEnhancement:"Permettre l'enrichissement des messages bilingues",enableSearchEnhancementDescription:`Une fois l'option activ\xE9e, les r\xE9sultats de recherche de "Google News" seront automatiquement affich\xE9s dans la colonne de droite des sites web pris en charge (Google News, Google Search (certains mots-cl\xE9s), Snowball, Oriental Fortune, Futura, Tiger Community) pour les mots-cl\xE9s anglais correspondants.`,verifyService:"Cliquez ici pour tester le service",verified:"V\xE9rifier le succ\xE8s","field.langs":"Codes des langues prises en charge","field.model":"mod\xE9lisation","field.translationEngine":"moteur de traduction","field.limitPerMinute":"Nombre maximum de demandes par minute","field.limitPerSecond":"Demandes maximales par seconde","field.maxTextLengthPerRequest":"Longueur maximale du texte par demande","field.maxTextGroupLengthPerRequest":"Nombre maximum de paragraphes par demande","field.apiUrl":"Adresse de l'interface API personnalis\xE9e","field.placeholderDelimiters":"espace r\xE9serv\xE9","description.custom":"Acc\xE8s \xE0 l'interface personnalis\xE9e Documentation requise","description.limitPerMinute":"Les demandes d\xE9passant cette limite sont plac\xE9es dans une file d'attente jusqu'au d\xE9but de la minute suivante. En raison des diverses limitations du service actuel d'OpenAI, veuillez cliquer <1>ici pour obtenir les derni\xE8res valeurs sugg\xE9r\xE9es.","description.limitPerSecond":"Les demandes d\xE9passant cette limite sont plac\xE9es dans une file d'attente jusqu'au d\xE9but de la seconde suivante. En raison des diverses limitations du service actuel d'OpenAI, veuillez cliquer <1>ici pour obtenir les derni\xE8res valeurs sugg\xE9r\xE9es.","description.generalLimitPerSecond":"Les demandes d\xE9passant cette limite sont plac\xE9es dans une file d'attente jusqu'au d\xE9but de la seconde suivante.","description.prompt":"Envoyer la conversation \xE0 {service} en tant qu'utilisateur, o\xF9 {{text}} repr\xE9sente le contenu du texte du paragraphe, {{from}} repr\xE9sente la langue du paragraphe et {{to}} repr\xE9sente la langue cible.","description.maxTextLengthPerRequest":"Le nombre maximum de caract\xE8res par requ\xEAte est trop important pour que l'interface r\xE9ponde lentement, essayez donc d'ajuster cette option pour optimiser la vitesse.","description.systemPrompt":"Un dialogue envoy\xE9 \xE0 l'OpenAI en tant que syst\xE8me, o\xF9 {{text}} indique le contenu textuel du paragraphe,{{from}} indique la langue du paragraphe et{{to}} indique la langue cible.","field.domain":"royaume","description.domain":"La valeur par d\xE9faut est\uFF1Ageneral. Elle ne peut \xEAtre d\xE9finie que si la traduction par domaine est activ\xE9e dans la console Arima API, voir <1>ici pour les domaines pris en charge.","field.scene":"prendre","description.scene":"La valeur par d\xE9faut est\uFF1Ageneral. Elle ne peut \xEAtre d\xE9finie que si la console AliCloud API ouvre Machine Translation Pro, voir <1>ici pour les sc\xE9narios pris en charge.","field.vocabId":"ID du dictionnaire de l'utilisateur","description.vocabId":"Le dictionnaire out_id sp\xE9cifi\xE9 prend actuellement en charge la traduction de l'anglais vers le chinois.","description.model":"Mod\xE8les OpenAI, peuvent \xEAtre gpt-3.5-turbo, gpt-4, etc.","description.maxTextGroupLengthPerRequest":"Le nombre de paragraphes envoy\xE9s au service de traduction \xE0 la fois. S'il y a trop de paragraphes, l'interface peut r\xE9pondre plus lentement.","description.apiUrl":"Veuillez ajouter des URL sp\xE9cifiques avec des chemins d'acc\xE8s et une <1>description plus d\xE9taill\xE9e.",enabledExtension:"Activation des extensions",clickToDisableExtension:"Cliquez pour d\xE9sactiver les extensions",clickToEnableExtension:"Cliquez pour activer les extensions",hasBeenDisabled:"handicap\xE9","show password":"Afficher le mot de passe",customContent:"Saisir un nom de mod\xE8le personnalis\xE9",inputOptions:"Am\xE9lioration de la bo\xEEte de saisie",mouseHoverOptions:"survol de la souris",modifyMouseHoverKey:"Modifier le raccourci au survol de la souris",enableInputTranslation:"Activation ou non de l'am\xE9lioration des bo\xEEtes de saisie",enableInputTranslationDescription:"Une fois la fonction activ\xE9e, tapez {startingKey}{startingKey} hello directement dans le champ de saisie, puis tapez rapidement{inputTrailingTriggerKeyRepeatTimes}puis{trailingKey}pour traduire en {inputTargetLanguage}.",enableInputTranslationDescriptionForNoneKey:"Une fois la fonction activ\xE9e, tapez\uFF1AHello World directement dans le champ de saisie, puis appuyez rapidement sur{inputTrailingTriggerKeyRepeatTimes}{trailingKey}fois pour traduire dans la langue cible par d\xE9faut.",inputTargetLanguage:"D\xE9finition de la langue cible par d\xE9faut pour les bo\xEEtes de saisie",inputTargetLanguageDescription:"Langue cible par d\xE9faut pour la traduction de la bo\xEEte de saisie, c'est-\xE0-dire {startingKey}{startingKey} comme langue par d\xE9faut pour les mots d\xE9clencheurs.",inputTargetLanguageDescriptionForNoneKey:"Langue cible par d\xE9faut pour la traduction de la bo\xEEte de saisie",inputStartingTriggerKeyTitle:"D\xE9finition du caract\xE8re de s\xE9paration pour la traduction partielle de la zone de saisie",inputStartingTriggerKeyDescription:"Lorsque vous n'avez pas besoin de traduire l'int\xE9gralit\xE9 du champ de saisie, le s\xE9parateur vous permet de ne traduire que la partie allant de {startingKey}{startingKey} \xE0 la fin du champ de saisie, ou vous pouvez sp\xE9cifier le code de la langue, par exemple\uFF1A{startingKey}ja signifie ne traduire que la partie allant de {startingKey}ja \xE0 la fin du champ de saisie.",inputStartingTriggerKeyDescriptionForNoneKey:"Le param\xE8tre actuel d'absence de pr\xE9fixe n'est pas n\xE9cessaire et la fonction de traduction de certains textes dans la bo\xEEte de saisie n'est pas disponible pour le moment.",inputTrailingTriggerKeyTitle:"S\xE9lectionner un caract\xE8re d\xE9clencheur de fin d'entr\xE9e",inputTrailingTriggerKeyDescription:"3 coups rapides{trailingKey} commencera \xE0 traduire !",inputTrailingTriggerKeyTimeout:"Entrez le temps entre les d\xE9clenchements de fin de combat",inputTrailingTriggerKeyTimeoutDescription:"D\xE9finit le temps (en millisecondes) entre les d\xE9clenchements combo de fin d'entr\xE9e.",spaceKey:"<\u7A7A\u683C\u952E>",noneKey:"Traduction directe de l'ensemble de la zone de texte sans pr\xE9fixe",inputTranslationBlockUrlsTitle:"N'activez pas l'am\xE9lioration des bo\xEEtes de saisie dans les URL suivantes",inputTranslationBlockUrlsDescription:"Les am\xE9liorations apport\xE9es aux bo\xEEtes de saisie ne fonctionneront pas aux URL suivants",clickToSeeQuickDemo:"Cliquez pour agrandir la vid\xE9o du tutoriel de 30 secondes",inputHelperInfo:"Description\uFF1ANous avons optimis\xE9 le fait que certains caract\xE8res d\xE9clencheurs se transforment en signes de ponctuation chinois sous les m\xE9thodes d'entr\xE9e chinoises, par exemple, / se transforme en signe dun , sous la m\xE9thode d'entr\xE9e Sogou, et Immersive Translator prend en charge tous les symboles chinois correspondant aux caract\xE8res d\xE9clencheurs, c.-\xE0-d. //,,, seront reconnus comme des caract\xE8res d\xE9clencheurs.

Nous prenons \xE9galement en charge les alias chinois pour les codes de langue en tant que commandes, par exemple /Japanese Hello World sera traduit en japonais, <1>cliquez ici pour voir tous les codes de langue pris en charge.",reloadCurrentPage:"Veuillez rafra\xEEchir la page actuelle avant de commencer la traduction.",noLocalFilePermissionForPDF:"Vous n'avez pas l'autorisation de lire les fichiers locaux, veuillez cliquer sur le bouton ci-dessus et importer les fichiers locaux.",noPermissionForThisPage:"\u26A0\uFE0F Pas d'autorisation de traduire la page actuelle",retryAllParagraphs:"R\xE9essayer tous les passages d'erreur",retryAllButton:"R\xE9essayer tous les passages d'erreur",errorTooltipTitle:"Cliquez pour voir la cause de l'erreur",errorModalTitle:"Il semble qu'il y ait un probl\xE8me avec le service de traduction ou le r\xE9seau...",disableConfirm:"Cadre d'am\xE9lioration de l'information bilingue",disableOnce:"Cette invalidit\xE9",disableGlobal:"d\xE9sactiver de fa\xE7on permanente",disableTint:"* Vous pouvez le r\xE9activer \xE0 l'adresse {option} .",searchEnhancementNotes:"Apr\xE8s avoir activ\xE9 la fonction d'am\xE9lioration de l'information bilingue de la traduction immersive, nous rechercherons automatiquement pour vous les m\xEAmes mots-cl\xE9s en anglais sur les sites web pris en charge (Google News, Google Search (certains mots-cl\xE9s), Snowball, Oriental Wealth, Futura, Tiger) et les afficherons sur le c\xF4t\xE9 droit. Vous pouvez choisir de d\xE9sactiver cette fonction si vous n'en avez pas besoin.",option:"mettre en place",saveSettings:"Sauvegarder les param\xE8tres",closeModal:"Fermer la fen\xEAtre",enableInputTranslationWithoutTriggerKeyTitle:"Activer 3 quick hits sur{trailingKey}pour traduire directement l'ensemble de la bo\xEEte de saisie en{inputTargetLanguage}",enableInputTranslationWithoutTriggerKeyDescription:"Pour sp\xE9cifier la langue cible, pr\xE9fixez-la avec le code de la langue, par exemple\uFF1Aja Hello World",mouseHoverShortcutPlaceholder:"par exemple :\uFF1AShift",deepLProName:"Immersive Translation Membre Pro (Recommand\xE9)",deepLProDescription:"Le paquet actuel peut \xEAtre utilis\xE9 directement",deeplProDescriptionForNormal:"Aucune installation n'est requise, les membres peuvent l'utiliser apr\xE8s s'\xEAtre connect\xE9s, <1>cliquez ici pour passer au statut de membre",deepLCustomDescription:"Carte de cr\xE9dit \xE9trang\xE8re requise, ouverture officielle sur <1>DeepL, cliquez pour la <2>documentation",deepLCustomName:"Cl\xE9 d'authentification personnalis\xE9e",chooseProviderLabel:"S\xE9lectionner un prestataire de services",openaiProName:"Immersive Translation Membre Pro (Recommand\xE9)",openaiProDescription:"Le paquet actuel peut \xEAtre utilis\xE9 directement",openaiProDescriptionForNormal:"Aucune installation n'est requise, les membres peuvent l'utiliser apr\xE8s s'\xEAtre connect\xE9s, <1>cliquez ici pour passer au statut de membre",openaiCustomDescription:"Disponible sur OpenAI, Azure OpenAI, ou d'autres services tiers, <1>cliquez ici pour la documentation.",openaiCustomName:"Cl\xE9 API personnalis\xE9e",needLoginAction:"(Adh\xE9sion ouverte ou personnalisation)",goLoginOrAction:"(Ouvrir une adh\xE9sion ou aller dans les param\xE8tres)",yearly:"effectuer un paiement annuel cons\xE9cutif",quarterly:"l'emballage s\xE9quentiel",monthly:"abonnement mensuel",yearlyForOnce:"Forfait annuel unique",monthlyForOnce:"Forfait mensuel unique",daily:"jours cons\xE9cutifs de paquet",year:"effectuer un paiement annuel cons\xE9cutif",quarter:"l'emballage s\xE9quentiel",month:"abonnement mensuel",day:"jours cons\xE9cutifs de paquet",onetime_7day:"Pack exp\xE9rience 7 jours",currentPlanDescriptionForFree:"Paquets actuels\uFF1AGratuit",currentPlanDescriptionForContinuous:"L'offre actuelle\uFF1A{plan}sera automatiquement renouvel\xE9e sur {endAt}",currentPlanDescriptionForAutoRenewCaceling:"L'offre actuelle\uFF1A{plan}expirera \xE0 la date {endAt} et ne sera pas renouvel\xE9e automatiquement \xE0 cette date.",currentYearlyPlanDescriptionForAutoRenewCacelingWithRealPaiedUser:"L'offre actuelle,\uFF1A{plan}, expirera le {endAt} et ne sera pas renouvel\xE9e automatiquement \xE0 l'expiration.
<1>Cliquez ici pour g\xE9rer votre plan de renouvellement",currentYearlyPlanDescriptionForAutoRenewCacelingWithAdmin:"L'offre actuelle,\uFF1A{plan}, expirera \xE0 {endAt} et ne sera pas renouvel\xE9e automatiquement \xE0 l'\xE9ch\xE9ance.
<1>Cliquez ici pour activer l'abonnement annuel continu",currentPlanDescriptionForOneTime:"L'abonnement actuel\uFF1A{plan}expirera sur {endAt} , <1>cliquez ici pour passer \xE0 un abonnement <1>annuel ou <2>mensuel.",upgradePlan:"Cliquez ici pour passer \xE0 l'adh\xE9sion Pro",upgradeToPro:"Passer \xE0 l'adh\xE9sion Pro","popup.openPro":"Passez \xE0 l'adh\xE9sion Pro pour profiter de DeepL et de la traduction OpenAI, cliquez ici pour passer \xE0 l'adh\xE9sion Pro.","popup.openProForPro":"Vous \xEAtes un membre Pro avec un acc\xE8s direct \xE0 DeepL et aux traductions OpenAI !",currentAccount:"compte courant",enableAutoSyncUserSettings:"Permettre la synchronisation automatique du nuage sur plusieurs appareils",modalEnableInputTranslationTitle:"Traduction immersive Bo\xEEte de saisie Alertes de traduction",modalEnableInputTranslationDesc:"Vous venez de d\xE9clencher la traduction de la bo\xEEte de saisie d'Immersive Translation en appuyant sur la barre d'espacement 3 fois en succession rapide, et le contenu de la bo\xEEte de saisie sera traduit dans la langue cible par d\xE9faut. La traduction peut \xEAtre annul\xE9e avec Ctrl+Z.

Si c'est une erreur, ne vous inqui\xE9tez pas, vous pouvez choisir de la d\xE9sactiver cette fois-ci, ou de d\xE9sactiver d\xE9finitivement la traduction de la zone de saisie.",saveAndNotShowAgain:"Sauvegarder et arr\xEAter le message",disableInputTranslationTips:"* Vous pouvez \xE9galement d\xE9finir d'autres raccourcis pour qu'ils se d\xE9clenchent dans {option} ,{learnMore}.",learnMore:"Cliquez ici pour en savoir plus",continueEnalbeInputTranslation:"Continuer \xE0 activer la traduction des champs de saisie",autoRenewTrialSuffix:`(Dans la version d'essai,passe imm\xE9diatement \xE0 l'adh\xE9sion compl\xE8te)`,upgradeFromTrialTitle:"Passer au statut de membre \xE0 part enti\xE8re",subtitle:"sous-titrage vid\xE9o",youtubeService:"Traduction en immersion Sous-titrage vid\xE9o Services de traduction","subtitle.disabledSubtitle":"D\xE9sactiver d\xE9finitivement la fonction de sous-titres vid\xE9o","subtitle.disabledSubtitleDescription":"Si Immersive Translator's Video Subtitles entre en conflit avec d'autres extensions, vous pouvez choisir de d\xE9sactiver d\xE9finitivement la fonctionnalit\xE9 d'Immersive Translator's Video Subtitles ou de d\xE9sinstaller les autres extensions en conflit.","subtitle.autoEnableSubtitle":"Utilisation automatique de sous-titres bilingues","subtitle.autoEnableSubtitleDescription":"Une fois activ\xE9, des sous-titres bilingues s'afficheront automatiquement lorsque la vid\xE9o est en cours de lecture, sinon, il faut cliquer sur le bouton de traduction pour les afficher.","subtitle.preTranslation":"Traduire des sous-titres \xE0 l'aide de la traduction immersive","subtitle.preTranslationDescription":"Lorsque cette option est activ\xE9e, l'int\xE9gralit\xE9 des sous-titres sera pr\xE9-traduite \xE0 l'aide du service de traduction sp\xE9cifi\xE9 ci-dessous. Une vid\xE9o d'une heure consommera environ 50 000 tokens ou caract\xE8res, donc \xE0 utiliser \xE0 votre propre discr\xE9tion ; lorsqu'elle est d\xE9sactiv\xE9e, les sous-titres originaux seront utilis\xE9s en premier.","subtitle.humanSubtitlesPreferred":"Utilisation prioritaire du sous-titrage humain","subtitle.humanSubtitlesPreferredDescription":"Privil\xE9gier l'utilisation de sous-titres humains lorsque la vid\xE9o dispose de sous-titres humains dans la langue cible (recommand\xE9).",videoSubtitleTranslationDescription:"Confier les sous-titres vid\xE9o \xE0 un service de traduction distinct",subtitleTranslating:"Veuillez patienter pendant que les sous-titres sont traduits \xE0 l'aide du service {service} ... (traduction en immersion)",subtitleLoading:"Chargement des sous-titres...",bilingual:"bilinguisme","field.action":"Activation ou non de la terminologie Baidu","description.action":"Lorsqu'il est activ\xE9, un param\xE8tre action=1 est ajout\xE9 \xE0 la demande pour informer Baidu de l'activation du terme. <1>Veuillez vous r\xE9f\xE9rer \xE0 la documentation officielle pour plus d'informations.",closeQuickTranslation:"Fermer Hoverball","closeQuickTranslation.untilNext":"Cette fois-ci ferm\xE9 jusqu'\xE0 la prochaine visite","closeQuickTranslation.currentWebsite":"Site actuel d\xE9sactiv\xE9","closeQuickTranslation.alwaysClose":"d\xE9sactiver de fa\xE7on permanente","closeQuickTranslation.settingOpen":"(peut \xEAtre activ\xE9e dans la <1>page des param\xE8tres )","closeQuickTranslation.cancel":"annulations","closeQuickTranslation.confirm":"d\xE9finir","floatBall.popup":"Ouvrir le panneau des r\xE9glages rapides","floatBall.translate":"Cliquez pour traduire la page","floatBall.showOriginal":"Cliquez pour revenir \xE0 l'article original","floatBall.close":"Fermer Hoverball","floatBallOptions.enableDescPc":"Apr\xE8s avoir activ\xE9 le hoverball de la page, un bouton de traduction rapide sera affich\xE9 sur le c\xF4t\xE9 droit de la page, cliquez dessus pour traduire !","floatBallOptions.enableDesc":"Apr\xE8s avoir d\xE9sactiv\xE9 le hoverball, il peut \xEAtre rappel\xE9 \xE0 l'aide de{touch}. Il est fortement recommand\xE9 de marquer cette page de param\xE8tres d'un signet afin d'\xE9viter de ne pas pouvoir retrouver le hoverball apr\xE8s avoir d\xE9sactiv\xE9 cette option par inadvertance !","description.azureApiUrl":"Remplir l'adresse de l'interface API personnalis\xE9e",confirmSupportMouse:"Forcer l'activation de la prise en charge de la souris",confirmSupportMouseDescription:"Le navigateur actuel ne prend pas en charge la fonction de la souris. Est-il oblig\xE9 d'activer la prise en charge de la souris ?",sampleTargetText:"La longue nuit viendra, et je veillerai \xE0 partir de ce jour jusqu'\xE0 ma mort. Je ne prendrai pas de femme, je ne ferai pas de fief, je n'aurai pas d'enfant. Je ne porterai pas de couronne, je ne rechercherai pas les honneurs. Je ferai mon devoir, je vivrai et je mourrai.",sampleSourceText:"Night gathers, and now my watch begins. It shall not end until my death. I shall take no wife, hold no lands, father no children. I shall wear no crowns and win no glory. I shall live and die at my post.","subtitle.supportedSites":"\u5DF2\u652F\u6301\u5728\u8FD9\u4E9B\u7F51\u7AD9\u4F7F\u7528\u53CC\u8BED\u5B57\u5E55\uFF08\u6CE8\u610F\uFF1A\u7531\u4E8E\u6280\u672F\u9650\u5236\uFF0C\u90E8\u5206\u7F51\u7AD9\u5728\u9996\u6B21\u5F00\u542F\u5B57\u5E55\u540E\u9700\u8981\u91CD\u65B0\u5237\u65B0\u9875\u9762\uFF0C\u6216\u8005\u9700\u7B49\u5F85\u7FFB\u8BD1\u5B8C\u6210\u4EE5\u663E\u793A\u53CC\u8BED\u5B57\u5E55\uFF09\uFF1A",viewWithImmersiveTranslate:"\u53CC\u8BED\u7248\u672C(\u6C89\u6D78\u5F0F\u7FFB\u8BD1)",errorReason:"\u9519\u8BEF\u539F\u56E0\uFF1A{message}","proQuotaExceededError.onetime7day":'\uFF0C\u60A8\u53EF\u4EE5\u9009\u62E9\u4EE5\u4E0B\u65B9\u5F0F\u89E3\u51B3\uFF1A

1. \u5207\u6362\u5230 {anotherService} \u6216\u5176\u4ED6\u7FFB\u8BD1\u670D\u52A1
2. \u5347\u7EA7\u4E3A\u6708\u5EA6/\u5E74\u5EA6\u4F1A\u5458',"proQuotaExceededError.trial":'\uFF0C\u60A8\u53EF\u4EE5\u9009\u62E9\u4EE5\u4E0B\u65B9\u5F0F\u89E3\u51B3\uFF1A

1. \u5207\u6362\u5230 {anotherService} \u6216\u5176\u4ED6\u7FFB\u8BD1\u670D\u52A1
2. \u7ACB\u523B\u5347\u7EA7\u4E3A\u6B63\u5F0F\u4F1A\u5458',"proQuotaExceededError.nonTrial":'\uFF0C\u60A8\u53EF\u4EE5\u9009\u62E9\u4EE5\u4E0B\u65B9\u5F0F\u89E3\u51B3\uFF1A

1. \u5207\u6362\u5230 {anotherService} \u6216\u5176\u4ED6\u7FFB\u8BD1\u670D\u52A1
2. \u8D2D\u4E70 {translationService} \u989D\u5916\u6D41\u91CF\u5305',"proQuotaExceededError.resetTime":"
3. \u989D\u5EA6\u91CD\u7F6E\u65F6\u95F4\uFF1A{resetTime}","desc.touchShortcutsToggleTranslatePageOnlyTranslation":"Seulement la traduction signifie que seule la traduction est affich\xE9e, si la page n'a pas encore \xE9t\xE9 traduite, elle passera en mode et sera traduite.","desc.toggleOnlyTransation":"Le mode de traduction uniquement signifie que seules les traductions sont affich\xE9es, si la page Web n'a pas encore \xE9t\xE9 traduite, le mode sera chang\xE9 et traduit.",touchShortcutsToggleTranslatePageOnlyTranslation:"Configurer les gestes tactiles pour passer en mode bilingue / mode texte uniquement",download_started:"Le t\xE9l\xE9chargement a d\xE9j\xE0 commenc\xE9, si le t\xE9l\xE9chargement ne commence pas automatiquement, veuillez cliquer manuellement.",here:"ici","error.goReset":"R\xE9initialiser",translationFont:"D\xE9finir la police","error.serveConfigError":"Erreur de configuration du service",detectServiceLoading:"En train de v\xE9rifier les services de traduction disponibles...","translationModeUrl.translation.title":"L'adresse du site en mode traduction uniquement","translationServices.inherit":"Suivez le service de traduction principal","translationModeLang.translation.title":"Mode de langue uniquement en traduction","error.configError":"Les donn\xE9es de configuration sont anormales","translationFont.customPlaceholder":"police de caract\xE8res","touch.mouse-translate":"Traduire le paragraphe sp\xE9cifi\xE9",toggleToService:"Passez \xE0 {service} et r\xE9essayez","translationFont.custom":"Entrez une police personnalis\xE9e",batchEdit:"Op\xE9ration en masse","error.proUpgrade":"Apr\xE8s la mise \xE0 niveau, veuillez rafra\xEEchir la page et traduire \xE0 nouveau.","error.502":"Le service renvoie une erreur, le service est en retard, veuillez r\xE9essayer plus tard.","error.403":"Le service renvoie une erreur, vous n'avez pas temporairement le droit d'acc\xE9der \xE0 ce service.","error.googleLimitIp":"Le service renvoie une erreur, le service Google a limit\xE9 le d\xE9bit pour cette adresse IP, il est recommand\xE9 de changer de n\u0153ud r\xE9seau.",videoSubtitlePreTranslationOff:"Les sous-titres vid\xE9o utiliseront en priorit\xE9 les sous-titres automatiques fournis avec la vid\xE9o originale.","translationFont.notSupportErrorMessage":"Veuillez v\xE9rifier si le nom de la police que vous avez entr\xE9 est correct, ou confirmer que cette police est d\xE9j\xE0 install\xE9e sur votre appareil.","error.proTokenInvalid":"Si vous \xEAtes un utilisateur Pro, veuillez vous connecter avant d'utiliser le service de traduction Pro.",videoSubtitlePreTranslationOn:"Les sous-titres vid\xE9o utiliseront en priorit\xE9 la traduction immersive.","error.400":"Le service renvoie une erreur, la demande de param\xE8tre est incorrecte, veuillez v\xE9rifier la configuration correspondante.","error.429":"Le service renvoie une erreur, indiquant que la demande est trop fr\xE9quente ou d\xE9passe la limite de quota, veuillez r\xE9essayer plus tard.","translationModeUrl.translation.description":"Lorsque le site Web est pour les domaines suivants, il utilisera automatiquement le mode de traduction uniquement.",enableSentryReport:"Lorsqu'une erreur se produit lors de l'extension, utilisez Sentry pour soumettre des commentaires.","error.reloadPageOfSetting":"Apr\xE8s la configuration, veuillez rafra\xEEchir la page pour traduire \xE0 nouveau.","translationModeLang.translation.description":"Lorsque la langue de la page est l'une des langues suivantes, le mode de traduction uniquement sera automatiquement utilis\xE9.","error.gemini.429":"Le service Gemini actuel a atteint sa capacit\xE9 maximale, veuillez r\xE9essayer plus tard ou passer \xE0 un autre service de traduction.","desc.toggleVideoSubtitlePreTranslation":"Une fois appuy\xE9, les sous-titres bilingues de la vid\xE9o utiliseront en priorit\xE9 les param\xE8tres de traduction immersive, une nouvelle pression donnera la priorit\xE9 aux sous-titres de traduction automatique inclus dans la vid\xE9o originale. Attention : ce raccourci modifie les param\xE8tres globaux.","error.openAIExceededQuota":"Le service renvoie une erreur : le solde de votre compte OpenAI est insuffisant, veuillez recharger ou lier une carte de cr\xE9dit dans le back-office officiel d'OpenAI.","error.openAIFreeLimit":"Le service renvoie une erreur, la fr\xE9quence actuelle des demandes de traduction a atteint la limite maximale de 3 fois par minute, veuillez r\xE9essayer plus tard. (C'est une restriction officielle d'OpenAI sur la cl\xE9 API gratuite, pour lever cette restriction, veuillez lier une carte de cr\xE9dit dans le backend d'OpenAI.)","error.serveUnavailable":"Le service [{serverName}] que vous utilisez actuellement est temporairement inaccessible en raison de probl\xE8mes de connexion r\xE9seau ou de fournisseur de services. Nous vous sugg\xE9rons d'essayer de rafra\xEEchir la page ou de changer de service de traduction via <1>Param\xE8tres. Si vous \xEAtes un membre <2>Pro, vous pouvez choisir d'utiliser les services de traduction plus stables de DeepL ou OpenAI (<3>cliquez ici pour un essai gratuit). De plus, vous devrez peut-\xEAtre v\xE9rifier vos param\xE8tres de r\xE9seau ou de proxy.",loggedIn:"Connect\xE9","error.retry":"R\xE9essayer","floatBall.iKnow":"Je sais.",touchShortcutsOff:"Fermer","tagsInput.add":"+ Ajouter","translationServices.gemini":"G\xE9meaux",goLogin:"Allez vous connecter",shortcutSettings:"Raccourci",notLogin:"Non connect\xE9","multipleClick.4":"Quadruple frappe",alwaysTranslateThisSite:"Toujours traduire ce site","multipleClick.3":"Triple coup",neverTranslateThisSite:"Ne jamais traduire ce site","subtitle.bilingual":"Sous-titres bilingues","widget.instructionTooltip":"Consultez le mode d'emploi","shortcutGroup.shortcutsForTranslationServices":"Raccourcis li\xE9s au service de traduction",buildSnapshots:"G\xE9n\xE9rer un instantan\xE9 de la page web",shortcutSettingsTitle:"Param\xE9trage des raccourcis","subtitle.hideQuickButton":"Ne plus afficher ce raccourci",contact:"Contactez-nous","widget.videoSubtitleTooltip":"Prend en charge Youtube et autres sites vid\xE9o {count}+",notLoginPro:"Vous n'avez pas encore connect\xE9 \xE0 votre compte membre.","multipleClick.2":"Double-cliquez","widget.videoSubtitle":"sous-titres vid\xE9o",temprarilyChangeTranslationTo_gemini:"Utilisation de Gemini pour traduire la page actuelle.","error.subscriptionExpiredTitle":"L'adh\xE9sion a expir\xE9",pickAll:"Tout s\xE9lectionner","floatBall.guideClickToTranslate":"Cliquez sur la bulle de traduction immersive pour traduire rapidement",temprarilyChangeTranslationTo_google:"Utilisation en cours de Google Traduction pour cette page actuelle",temprarilyChangeTranslationTo_bing:"Utilisation en cours de Microsoft Traduction pour la page actuelle",mouseHoverCustomKeyTitle:"Personnaliser les raccourcis de survol de la souris","browser.translateWithDeepL":"Utilisation temporaire de DeepL pour traduire la page actuelle","widget.translateFile":"PDF/ePub",temprarilyChangeTranslationTo_openai:"Utilisation en cours d'OpenAI pour traduire la page actuelle","subtitle.autoDisableSubtitle":"Ne pas activer automatiquement les sous-titres bilingues","error.reason":"Raison de l'erreur",temprarilyChangeTranslationTo_deepl:"Utilisation de DeepL pour traduire la page actuelle.","widget.translateFileTooltip":"Traduire les documents PDF, EPUB, SRT, ASS, HTML et TXT",networkError:"Le service de traduction ou le r\xE9seau rencontre des probl\xE8mes.","floatBall.longPress":"Appuyez longuement pour ouvrir rapidement le panneau de configuration.",paragraphMinTextCountField:"Le nombre minimum de caract\xE8res requis pour traduire un paragraphe","browser.translateWithTransmart":"Utilisation temporaire de Tencent pour traduire la page actuelle","browser.translateWithOpenAI":"Utilisation temporaire d'OpenAI pour traduire la page actuelle",translationOnlyMode:"Mode de traduction uniquement","slide.right":"Glissez vers la gauche","shortcutGroup.main":"Raccourcis de fonctionnalit\xE9s couramment utilis\xE9s",temprarilyChangeTranslationTo_transmart:"Utilise actuellement la traduction de Tencent pour cette page.",touchShortcutsToggleTranslatePage:"D\xE9finir un geste tactile pour traduire la page web / afficher le texte original","slide.left":"Faites glisser vers la droite","shortcutGroup.touch":"Gestes sp\xE9cifiques pour \xE9cran tactile","intro.floatBallTitle":"Boule flottante de traduction rapide","neverTranslateText.title":"Ci-dessous, les mots restent en texte original, ne pas traduire.","browser.toggleMouseHoverTranslateDirectly":"Activer ou d\xE9sactiver temporairement la traduction directe au survol de la souris sur la page","browser.translateInputBox":"Traduire le contenu de la bo\xEEte de saisie actuelle","browser.translateWithGoogle":"Utilisation temporaire de Google Traduction pour la page actuelle","browser.translateWithBing":"Utilisation temporaire de Microsoft Traduction pour la page actuelle","widget.instruction":"Mode d'emploi","subtitle.showQuickButton":"Afficher les sous-titres bilingues dans le lecteur est un raccourci",touchShortcutsToggleTranslationMask:"Configurer l'affichage du geste tactile pour afficher le masque de traduction / afficher le texte original","error.subscriptionExpired":"Votre adh\xE9sion a peut-\xEAtre expir\xE9, veuillez v\xE9rifier votre statut de membre.","intro.hoverTitle":"Survolez avec la souris pour traduire le paragraphe actuel","browser.translateWithGemini":"Utilisez temporairement Gemini pour traduire la page actuelle",touchShortcutsToggleTranslateTouchElement:"Configurer la traduction de paragraphes sp\xE9cifiques par gestes tactiles","desc.touchShortcutsToggleTranslateTouchElement":"Personnalisez un geste et vous pourrez traduire n'importe quel paragraphe o\xF9 vous vous trouvez.","intro.subtitleTitle":"Affichage des sous-titres bilingues en vid\xE9o en ligne","desc.interfaceLanguage":"La configuration de la langue de l'interface affecte la langue d'affichage du panneau de contr\xF4le et n'a rien \xE0 voir avec la langue cible de la traduction.","browser.toggleVideoSubtitlePreTranslation":"Basculer vers les sous-titres bilingues en privil\xE9giant les param\xE8tres de traduction immersive","shortcutGroup.others":"Plus de raccourcis de fonctionnalit\xE9s personnalis\xE9es",confirmResetToDefaultSettings:"Confirmez-vous vouloir r\xE9tablir ce service de traduction comme param\xE8tre par d\xE9faut ? (Cela ne r\xE9initialise que les param\xE8tres de ce service de traduction)",shortcutDisableTooltip:"Veuillez configurer dans la page de gestion des raccourcis d'extension fournie par le navigateur, pour plus de directives, veuillez consulter les instructions en haut de cette page.","subtitle.showQuickButtonDescription":"Fournir un raccourci pour activer les sous-titres bilingues dans le coin inf\xE9rieur droit du lecteur vid\xE9o","shortcutGroup.mouse":"Configuration des raccourcis clavier pour le survol de la souris","desc.toggleTranslateTheMainPage":"Traduisez uniquement les zones principales de la page, une fois que vous avez activ\xE9 la traduction de toutes les zones de la page dans les param\xE8tres avanc\xE9s, vous pouvez utiliser ce raccourci pour traduire sp\xE9cifiquement les zones principales de la page.","description.baiduField":"Les domaines pris en charge sont vus <1>ici, si vide cela signifie qu'aucun domaine n'est sp\xE9cifi\xE9.",upgradeToProErrorTitle:"Veuillez passer \xE0 l'adh\xE9sion Pro pour utiliser ce service de traduction.",paragraphMinTextCountDesc:"Faites attention, ici on parle de la longueur des caract\xE8res, par exemple: hello compte 5 caract\xE8res, d\xE9finir une valeur plus grande peut r\xE9duire les traductions de petits paragraphes inutiles.",translationOnlyModeDescription:"Le mode de traduction uniquement signifie que seule la traduction est affich\xE9e, et non le mode bilingue par d\xE9faut. Notez que: en raison des limitations techniques, les hyperliens du texte original seront d\xE9sactiv\xE9s en mode de traduction uniquement.","desc.toggleTranslateTheWholePage":"Traduire toute la zone de la page, par d\xE9faut, nous traduirons la zone principale de la page, vous pouvez utiliser ce raccourci pour traduire sp\xE9cifiquement toute la zone de la page.","contact.description":"Si vous avez des questions ou des suggestions, n'h\xE9sitez pas \xE0 remplir le formulaire ci-dessous pour nous contacter, ou \xE0 envoyer un courriel \xE0 {email}, nous vous r\xE9pondrons d\xE8s que possible.",mouseHoverCustomKeyDescription:"Vous pouvez personnaliser un raccourci clavier pour le survol de la souris, par exemple : Alt+Z, Ctrl+E, Cmd+Alt+E ou directement Cmd, veuillez entrer manuellement.","desc.mouseHoverHoldKey":"Lorsque la souris survole un paragraphe et que vous appuyez simultan\xE9ment sur la touche de raccourci \xE0 droite, vous pouvez traduire directement ce paragraphe.","desc.touchShortcutsToggleTranslatePage":"Une fois configur\xE9, lors de l'utilisation d'un appareil mobile, vous pouvez toucher l'\xE9cran avec X doigts, glisser de gauche \xE0 droite ou cliquer continuellement pour d\xE9clencher la traduction de la page web / afficher le texte original.","desc.touchShortcutsToggleTranslationMask":"La traduction du masque fait r\xE9f\xE9rence \xE0 l'effet flou dans le style de la traduction (mode d'apprentissage), qui est activ\xE9 temporairement pour utiliser l'effet flou sur la traduction, facilitant l'apprentissage.","intro.floatBallDescription":"Une fois activ\xE9, un bouton de traduction rapide s'affichera sur le c\xF4t\xE9 droit de la page. Cliquez dessus pour traduire, cliquez \xE0 nouveau pour revenir au texte original. Sur mobile, maintenez le bouton flottant pour ouvrir le panneau de configuration rapide.","desc.toggleMouseHoverTranslateDirectly":"Apr\xE8s avoir appuy\xE9 sur ce raccourci, sur la page, d\xE8s que la souris pointe sur n'importe quel texte, ce texte sera automatiquement traduit. Appuyez \xE0 nouveau sur le raccourci pour d\xE9sactiver cette fonction de traduction automatique.","intro.hoverDescription":"La traduction au survol de la souris est une fonction tr\xE8s importante dans la traduction immersive. Il suffit de placer la souris sur le paragraphe et d'appuyer simultan\xE9ment sur la touche de raccourci d\xE9finie pour traduire automatiquement le paragraphe actuel (remarque : elle n'est pas activ\xE9e par d\xE9faut, veuillez la configurer ci-dessous). Cette interaction est utilis\xE9e pour mieux remplacer la traduction par s\xE9lection de mots. De plus, cette fonction est largement utilis\xE9e dans les zones de traduction qui ne peuvent pas \xEAtre reconnues. Vous pouvez utiliser cette fonction pour forcer la traduction de n'importe quel paragraphe.","neverTranslateText.description":"En raison de la reconnaissance insatisfaisante des noms propres par certains moteurs de traduction, vous pouvez ajouter des mots ici pour vous assurer qu'ils ne sont pas convertis pendant le processus de traduction. Veuillez noter que cette fonction distingue les majuscules et les minuscules et ne prend en charge que les langues \xE0 mots s\xE9par\xE9s par des espaces (comme l'anglais, le fran\xE7ais), elle n'est pas applicable aux langues comme le japonais, le cor\xE9en, etc.","intro.subtitleDescription":"Une fois cette fonction activ\xE9e, les sous-titres bilingues seront automatiquement affich\xE9s lors de la lecture de la vid\xE9o. Si elle n'est pas activ\xE9e, vous devrez cliquer manuellement sur le bouton de traduction sur la page pour afficher les sous-titres. Veuillez noter qu'en raison de limitations techniques, certains sites peuvent n\xE9cessiter un rafra\xEEchissement de la page ou attendre la fin de la traduction pour afficher les sous-titres bilingues. (De plus, vous pouvez \xE9galement activer/d\xE9sactiver le panneau de raccourcis de traduction immersive dans le coin sup\xE9rieur droit apr\xE8s avoir ouvert le site de la vid\xE9o).

La prise en charge des sous-titres bilingues est actuellement disponible sur ces sites :",geminiWarning:"Attention : Le service gratuit Gemini fourni par Google a des restrictions strictes, il est possible que Google juge que l'utilisateur utilise plusieurs cl\xE9s pour contourner leurs restrictions de quota gratuit, il n'est pas recommand\xE9 de l'utiliser, il est recommand\xE9 d'attendre que Google ouvre l'interface de paiement Gemini \xE0 l'avenir avant de l'utiliser.","floatBall.setting":"Param\xE9trage","floatBall.translateToLanguage":"Cliquez pour traduire en {language}","floatBall.file":"Traduire les fichiers PDF, EPUB, SRT, ASS, HTML, TXT",changeToOnlyTempTranslationMode:"Afficher uniquement les traductions",changeToDualTempTranslationMode:"Passer \xE0 la traduction bilingue","transitionMode.translation":"Seulement le texte traduit","options.navbar.installApp":"Installer l'application mobile","options.navbar.translateFile":"Traduire le document","subtitle.transitionMode":"Param\xE8tres de sous-titres vid\xE9o bilingues / traduction uniquement","subtitle.transitionModeDescription":"D\xE9finir les sous-titres vid\xE9o en mode bilingue ou en mode traduction uniquement","transitionMode.inherit":"Restez coh\xE9rent avec le mode d'affichage de traduction par d\xE9faut du syst\xE8me.","transitionMode.dual":"Contraste bilingue",translateFileTooltip:`Traduire PDF, ePub, srt, + {env.imt_sub_trans_field}: \u062A\u0631\u062C\u0645\u0647`,"subtitle.quickButton.red":"\u0633\u0631\u062E","subtitle.quickButton.cyan":"\u0622\u0628\u06CC","subtitle.quickButton.white":"\u0633\u0641\u06CC\u062F","subtitle.quickButton.yellow":"\u0632\u0631\u062F","subtitle.quickButton.setting":"\u062A\u0646\u0638\u06CC\u0645\u0627\u062A","translationServices.claude":"\u06A9\u0644\u0648\u062F","subtitle.quickButton.backgroundColor":"\u0631\u0646\u06AF \u067E\u0633 \u0632\u0645\u06CC\u0646\u0647","subtitle.quickButton.translationPositionTop":"\u0628\u0627\u0644\u0627\u06CC \u0645\u062A\u0646 \u0627\u0635\u0644\u06CC","subtitle.quickButton.black":"\u0633\u06CC\u0627\u0647","subtitle.quickButton.blue":"\u0622\u0628\u06CC","subtitle.quickButton.green":"\u0633\u0628\u0632","subtitle.quickButton.translationFontSize":"\u0627\u0646\u062F\u0627\u0632\u0647 \u0641\u0648\u0646\u062A \u0645\u062A\u0646 \u062A\u0631\u062C\u0645\u0647","subtitle.quickButton.sourceTextColor":"\u0631\u0646\u06AF \u0641\u0648\u0646\u062A \u0645\u062A\u0646 \u0627\u0635\u0644\u06CC","subtitle.quickButton.magenta":"\u0631\u0646\u06AF \u0628\u0646\u0641\u0634","subtitle.quickButton.translationTextColor":"\u0631\u0646\u06AF \u0641\u0648\u0646\u062A \u0645\u062A\u0646 \u062A\u0631\u062C\u0645\u0647 \u0634\u062F\u0647","subtitle.quickButton.backgroundOpacity":"\u067E\u0633 \u0632\u0645\u06CC\u0646\u0647 \u0646\u06CC\u0645\u0647 \u0634\u0641\u0627\u0641","subtitle.quickButton.sourceFontSize":"\u0627\u0646\u062F\u0627\u0632\u0647 \u0641\u0648\u0646\u062A \u0645\u062A\u0646 \u0627\u0635\u0644\u06CC","subtitle.quickButton.translationPositionBottom":"\u0645\u062A\u0646 \u0627\u0635\u0644\u06CC \u062F\u0631 \u0632\u06CC\u0631 \u0627\u0633\u062A","subtitle.quickButton.translationPosition":"\u0645\u06A9\u0627\u0646 \u062A\u0631\u062C\u0645\u0647",attachSubtitleTranslating:"\u062F\u0631 \u062D\u0627\u0644 \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u0627\u0632 {service} \u0628\u0631\u0627\u06CC \u062A\u0631\u062C\u0645\u0647...","error.claude.403":"\u062F\u0633\u062A\u0631\u0633\u06CC \u0645\u0648\u0642\u062A\u0627 \u0628\u0647 \u0633\u0631\u0648\u06CC\u0633 \u0645\u0645\u06A9\u0646 \u0627\u0633\u062A \u0645\u062D\u062F\u0648\u062F \u0634\u062F\u0647 \u0628\u0627\u0634\u062F\u060C \u0627\u06CC\u0646 \u0645\u0645\u06A9\u0646 \u0627\u0633\u062A \u0628\u0647 \u0645\u062D\u062F\u0648\u062F\u06CC\u062A \u0645\u0646\u0637\u0642\u0647 \u0627\u06CC Claude \u0645\u0631\u062A\u0628\u0637 \u0628\u0627\u0634\u062F\u060C \u0634\u0645\u0627 \u0645\u06CC \u062A\u0648\u0627\u0646\u06CC\u062F \u0633\u0639\u06CC \u06A9\u0646\u06CC\u062F \u0622\u062F\u0631\u0633 IP \u062E\u0648\u062F \u0631\u0627 \u062A\u063A\u06CC\u06CC\u0631 \u062F\u0647\u06CC\u062F\u060C \u06CC\u0627 \u0627\u0632 \u0633\u0631\u0648\u06CC\u0633 \u0647\u0627\u06CC \u062A\u0631\u062C\u0645\u0647 \u062F\u06CC\u06AF\u0631 \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u06A9\u0646\u06CC\u062F.","browser.brandDescriptionForSafari":"\u3010\u062A\u0631\u062C\u0645\u0647 \u0641\u0631\u0648 \u0631\u0641\u062A\u0647\u3011 \u06CC\u06A9 \u0627\u0641\u0632\u0648\u0646\u0647 \u062A\u0631\u062C\u0645\u0647 \u0635\u0641\u062D\u0647 \u0648\u0628 \u062F\u0648\u0632\u0628\u0627\u0646\u0647 \u0631\u0627\u06CC\u06AF\u0627\u0646 (\u0645\u062A\u0646 \u0627\u0635\u0644\u06CC / \u062A\u0631\u062C\u0645\u0647) \u060C \u062F\u0631 \u0639\u06CC\u0646 \u062D\u0627\u0644 \u067E\u0634\u062A\u06CC\u0628\u0627\u0646\u06CC \u0627\u0632 \u062A\u0631\u062C\u0645\u0647 PDF \u0648 \u062A\u0631\u062C\u0645\u0647 \u06A9\u062A\u0627\u0628 \u0627\u0644\u06A9\u062A\u0631\u0648\u0646\u06CC\u06A9\u06CC EPUB \u0628\u0627 \u062D\u0641\u0638 \u0637\u0631\u062D \u0628\u0646\u062F\u06CC \u0627\u0635\u0644\u06CC \u0633\u0646\u062F \u060C \u062A\u0631\u062C\u0645\u0647 \u0632\u06CC\u0631\u0646\u0648\u06CC\u0633 \u062F\u0648\u0632\u0628\u0627\u0646\u0647 \u0648\u06CC\u062F\u0626\u0648\u06CC \u0622\u0646\u0644\u0627\u06CC\u0646 Youtube / Netflix \u060C \u067E\u0634\u062A\u06CC\u0628\u0627\u0646\u06CC \u0627\u0632 \u062E\u062F\u0645\u0627\u062A \u062A\u0631\u062C\u0645\u0647 \u0627\u0635\u0644\u06CC Deepl / Google\u061B","browser.PdfProFile":"\u062A\u0631\u062C\u0645\u0647 PDF Pro \u0645\u062D\u0631\u06A9 \u0647\u0648\u0634 \u0645\u0635\u0646\u0648\u0639\u06CC","browser.textTranslate":"\u062A\u0631\u062C\u0645\u0647 \u0645\u062A\u0646"};var zl={nologin:"non connect\xE9",loginForSafari:"Se connecter ou s'inscrire",login:"Se connecter pour ouvrir une adh\xE9sion",manageAccount:"Comptes g\xE9r\xE9s",openPremium:"Adh\xE9sion ouverte",logout:"annuler",curentPlan:"Paquets actuels",endAt:"expiration",endAuto:"renouvellement automatique",lineBreakMaxTextCount:"Nombre maximal de caract\xE8res autoris\xE9s par phrase apr\xE8s les retours \xE0 la ligne","translate-pdf":"Cliquez pour traduire le PDF","noSupportTranslate-pdf":"Script non support\xE9, veuillez utiliser le plugin","translate-firefox-local-pdf":"Cliquez pour aller \xE0 Importer le PDF",enableLineBreak:"Activer le saut de ligne automatique pour les longs paragraphes",sponsorLabel:"1 $ D\xE9veloppeurs sponsoris\xE9s",help:"main",browserShortcutsNoteForFirefox:"Pour modifier les raccourcis dans Firefox, vous devez ouvrir la page de gestion des extensions `about:addons`, puis cliquer sur `Settings`, et enfin sur `Manage Shortcuts` pour d\xE9finir les raccourcis.",browserShortcutsNoteForChrome:'Pour modifier les raccourcis dans Chrome, vous devez ouvrir la page de gestion des extensions, les d\xE9finir dans le panneau "Gestion des raccourcis" (`chrome://extensions/shortcuts`), et cliquer sur le bouton ci-dessous pour acc\xE9der \xE0 la page de gestion des raccourcis.',browserShortcutsSucks:"Les raccourcis personnalis\xE9s sont format\xE9s comme suit (pas de reconnaissance automatique, veuillez entrer directement) :\uFF1A",enableLineBreakDescription:"Lorsque cette option est activ\xE9e, des sauts de ligne sont ins\xE9r\xE9s \xE0 la fin de chaque phrase dans les longs paragraphes afin d'en faciliter la lecture.","browser.shortBrandName":"Traduction en immersion","browser.brandName":"Traduction en immersion : pages Web et PDF bilingues","browser.brandDescription":"Bilingual web page translation, also supports PDF translation, bilingual Epub eBook translation, free to use.","browser.toggleTranslatePage":"Traduire la page/afficher le texte original","browser.toggleTranslateTheWholePage":"Traduire toutes les zones de la page/afficher le texte original","browser.toggleOnlyTransation":"Basculer en mode bilingue / mode traduction uniquement","browser.toggleTranslateToThePageEndImmediately":"Traduction imm\xE9diate en bas de page/affichage du texte original","browser.toggleTranslateTheMainPage":"Traduire la zone principale de la page/afficher le texte original","browser.shareToDraft":"Partager les pages bilingues","browser.openOptionsPage":"Ouvrir la page des param\xE8tres","browser.toggleTranslationMask":"Afficher/masquer l'effet de flou de translation","browser.translateLocalPdfFile":"Traduire des fichiers PDF locaux","browser.openEbookViewer":"Lire les livres \xE9lectroniques locaux","browser.openEbookBuilder":"Cr\xE9er des livres bilingues EPUB","browser.translateLocalHtmlFile":"Traduire des fichiers HTML/txt","browser.donateContext":"En savoir plus sur les avantages du parrainage","browser.translateLocalSubtitleFile":"Traduire les fichiers de sous-titres locaux",confirmResetConfig:"\xCAtes-vous s\xFBr de vouloir r\xE9initialiser les param\xE8tres ?",translationLineBreakSettingTitle:"R\xE9glage du saut de ligne de la traduction",smartLineBreak:"smart line feed (informatique)",alwaysLineBreak:"Toujours un saut de ligne",isShowContextMenu:"Ajouter des pages traduites aux \xE9l\xE9ments de menu \xE0 cliquer avec le bouton droit de la souris",toggleBeta:"Activation des fonctionnalit\xE9s de test b\xEAta",betaDescription:"Permet d'activer des fonctionnalit\xE9s encore exp\xE9rimentales, ainsi qu'un service de traduction en version b\xEAta. Rejoignez le <1>groupe Telegram pour en savoir plus.",translationLineBreakSettingDescription:"Les sauts de ligne sont toujours nets et ordonn\xE9s pour les pages \xE0 faible contenu. (Pour gagner de la place, utilisez des sauts de ligne intelligents dans les longs paragraphes \xE0 fort contenu (plus de{count}caract\xE8res)).",tempTranslateDomainTitle:"Dur\xE9e de l'activation temporaire de la traduction du site web",tempTranslateDomainDescription:"Lors de la traduction manuelle d'une page web, vous pouvez activer temporairement le site web pour la traduction automatique et vous pouvez d\xE9finir la dur\xE9e temporaire.",xMinutes:"{count} minutes",disabled:"interdire l'utilisation de qqch.",changelog:"Journal des mises \xE0 jour",toggleTranslatePageWhenThreeFingersOnTheScreen:"L'effleurement simultan\xE9 de l'\xE9cran par plusieurs doigts traduit les pages web/affiche le texte original",toggleTranslationMaskWhenThreeFingersOnTheScreen:"Le toucher \xE0 plusieurs doigts permet d'afficher/masquer l'effet de flou.",fingerCountToToggleTranslagePageOnlyTranslationWhenTouching:"Plusieurs doigts touchant l'\xE9cran en m\xEAme temps traduisent la page web (traduction uniquement)/affichent le texte original.",addUrlDescription:"Peut \xEAtre un nom de domaine et prend \xE9galement en charge les caract\xE8res g\xE9n\xE9riques, par exemple\uFF1A*.google.com, google.com/mail/*, https://www.google.com/*.",general:"Param\xE8tres de base",clickToExpandConfig:"\xC9tendre la configuration actuelle",import:"Importation d'un fichier",export:"Exporter vers un fichier",toggleDebug:"Imprimer le journal de d\xE9bogage sur la console","fingers.0":"coagulation","fingers.2":"touche \xE0 deux doigts","fingers.3":"touche \xE0 trois doigts","fingers.4":"touche \xE0 quatre doigts","fingers.5":"touche \xE0 cinq doigts",mouseHoldKey:"+ {key} traduire/restaurer le paragraphe",mouseHoldKeyAuto:"Traduction directe du paragraphe",mouseHoldKeyOff:"Ne faites rien.",mouseHoldKeyOther:"Raccourcis personnalis\xE9s (ouvrir les param\xE8tres)",mouseHoldKeyCustomKey:"{key} Traduction/r\xE9duction du paragraphe",mouseHoverHoldKey:"Traduire des paragraphes en appuyant sur la touche de raccourci tout en survolant la souris.","mouse-translate":"survol de la souris",document:"fichier (informatique)",resetSuccess:"R\xE9initialisation de tous les param\xE8tres r\xE9ussie",resetThisSuccess:"R\xE9initialisation r\xE9ussie",saved:"Sauvegarder le succ\xE8s",successImportConfig:"Importation r\xE9ussie de la configuration",goAdvancedSettings:"Acc\xE9der \xE0 la page des param\xE8tres avanc\xE9s",goAdvancedInterfaceSettings:"Acc\xE9der \xE0 la page Param\xE8tres de personnalisation avanc\xE9s",advanced:"Param\xE8tres avanc\xE9s",advancedDescription:"En g\xE9n\xE9ral, aucun r\xE9glage n'est n\xE9cessaire, il suffit de laisser la valeur par d\xE9faut. Pour les utilisateurs plus sp\xE9cialis\xE9s uniquement, des param\xE8tres plus personnalis\xE9s sont disponibles.",developer:"Param\xE8tres du d\xE9veloppeur",donateCafe:"prix","translate to the bottom of the page":"La traduction se fait-elle vers le bas de la page imm\xE9diatement apr\xE8s l'entr\xE9e dans la page ?",feedback:"Question Feedback",toggleTranslatePage:"Traduire la page/afficher le texte original",translateToThePageEndImmediatelyDescription:"Si vous l'activez, le contenu sera imm\xE9diatement traduit du haut vers le bas de la page au fur et \xE0 mesure que vous y acc\xE9dez. Si vous la d\xE9sactivez, la traduction se fait au fur et \xE0 mesure de la lecture. (Non recommand\xE9)","translate all areas of the page":"Traduire ou non toutes les zones de la page",translationAreaDescription:"Si cette option est activ\xE9e, toutes les zones de la page web sont traduites. Si l'option est d\xE9sactiv\xE9e, la reconnaissance intelligente par d\xE9faut est utilis\xE9e et seules les parties principales sont traduites. (Il n'est pas recommand\xE9 de l'activer)","the number of characters to be translated first":"Traduire directement les premiers caract\xE8res de la page sans attendre le d\xE9filement de la zone de visualisation","interface language":"langue de l'interface","display both the original text and the translation":"Affichage simultan\xE9 de l'original et de la traduction","keyboard shortcuts":"Raccourcis clavier",modify:"Modifier les touches de raccourci",reset:"reprovision",close:"coagulation",homepage:"page d'accueil",more:"plus",moreOptions:"\xC9largir les options de personnalisation",translateTheWholePage:"Traduire toutes les zones de la page (au lieu de reconna\xEEtre intelligemment les zones principales)",changeToTranslateTheWholePage:"Passer \xE0 la traduction de toutes les r\xE9gions",changeToTranslateTheMainPage:"Passer \xE0 la zone principale de traduction",changeToOnlyTranslationMode:"Afficher uniquement les traductions",changeToDualTranslationMode:"Passer \xE0 la traduction bilingue",translateToThePageEndImmediately:"Traduction imm\xE9diate en bas de page",translateTheMainPage:"R\xE9gions cl\xE9s de la traduction intelligente","The local rules are up to date":"Les r\xE8gles d'adaptation locales sont \xE0 jour.","Successfully synchronized with the latest official rules:":"Synchronisation r\xE9ussie avec les derni\xE8res r\xE8gles d'adaptation officielles.","Checking for updates":"V\xE9rification des mises \xE0 jour","Rules are being synchronized":"Synchronisation des r\xE8gles d'adaptation",localVersionIsTooOld:"La version de l'extension locale est trop ancienne, veuillez mettre \xE0 jour l'extension vers {minVersion} ou une version plus r\xE9cente avant d'essayer de synchroniser.",badUserscriptBrowser:"Le navigateur actuel n'impl\xE9mente pas correctement l'interface de l'extension Grease Monkey (par exemple, pour obtenir des informations sur le num\xE9ro de version du script Grease Monkey lui-m\xEAme), veuillez utiliser d'autres navigateurs qui <1>prennent en charge l'extension Grease Monkey, tels que Firefox.",foundNewVersion:"D\xE9couvrez la nouvelle version",theLocalExtensionIsUpToUpdate:"L'extension actuelle est \xE0 jour.",failToSyncRules:"Absence de synchronisation des derni\xE8res r\xE8gles d'adaptation",retry:"Cliquez ici pour r\xE9essayer",failedReason:"Raisons de l'\xE9chec",currentRuleVersion:"Version actuelle de la r\xE8gle",calculating:"Calculs",unknownError:"erreur inconnue",canNotFetchRemoteRule:"Impossible d'obtenir des r\xE8gles \xE0 distance",enableAlphaSuccess:"Alpha activ\xE9",disableAlphaSuccess:"La fonction Alpha a \xE9t\xE9 d\xE9sactiv\xE9e",cacheSize:"Taille du cache\uFF1A",cleaning:"en cours de liquidation",cleanCache:"effacer le cache",options:"mettre en place",about:"en ce qui concerne",service:"service d'interpr\xE9tation",needAction:"(Acc\xE9der aux param\xE8tres)",goSettings:"aller de l'avant et mettre en place",needActionForOptions:"(\xE0 mettre en place)",translationEngine:"Options du moteur",sourceLanguage:"Langue originale",target:"langue cible",popupSourceLanguage:"Langue originale",popupTarget:"langue cible",popupService:"service d'interpr\xE9tation",forThisSite:"Site web actuel",autoEnableSubtitle:"Ouverture automatique des sous-titres bilingues",alwaysTranslate:"Traduisez toujours",neverTranslate:"Ne jamais traduire",alwaysTranslateSomeLanguage:"Traduisez toujours {language}",neverTranslateSomeLanguage:"Ne jamais traduire {language}",alwaysTranslateSomeSite:"Traduisez toujours {hostname}",neverTranslateSomeSite:"Ne jamais traduire {hostname}",alwaysTranslateSomeSiteOrWildSite:"Toujours traduire le site",alwaysTranslateSomePage:"Toujours traduire la page",add:"augmenter",default:"par d\xE9faut (r\xE9glage)",forThisLanguage:"Pour cette langue\uFF1A","add url":"Saisir l'URL",edit:"compilateur","translate other languages into specific language":"Traduire d'autres langues dans la langue choisie","select translation service":"S\xE9lectionner un service de traduction",language:"multilinguisme","show-original":"Afficher le texte original",translate:"l'\xE9quarrissage",Translated:"traduit",Translating:"en traduction",Error:"incorrect",allowCacheTranslations:"Activer la mise en cache de la traduction locale (pour r\xE9duire les demandes de traduction pour les passages dupliqu\xE9s)","translation display":"Style d'affichage de la traduction","select diplay style":"Distinguer les styles de traduction, en se r\xE9f\xE9rant sp\xE9cifiquement aux exemples suivants",interface:"Param\xE8tres de l'interface",import_export:"Importation/Exportation",import_export_title:"Configuration de l'importation/exportation",syncToGoogleDrive:"Synchroniser avec Google Drive maintenant",floatBallOptions:"Param\xE8tres de l'hoverball","floatBallOptions.enable":"Activer le Hoverball","floatBallOptions.blockUrls":"D\xE9sactiver le site web","floatBallOptions.add":"augmenter","floatBallOptions.blockUrlDesc":"Les hoverballs ne sont pas affich\xE9s lorsque les sites web suivants sont rencontr\xE9s","floatBallOptions.clickType":"le comportement de clic","floatBallOptions.clickTypeDesc":"Comportement de l'ic\xF4ne Hoverball lorsqu'elle est cliqu\xE9e","floatBallOptions.clickPopup":"Afficher le panneau de traduction","floatBallOptions.clickTranslate":"Traduction/affichage du texte original","floatBallOptions.fixedPosition":"\u56FA\u5B9A\u4F4D\u7F6E","floatBallOptions.fixedPositionDesc":"\u60AC\u6D6E\u7403\u5728\u7A97\u53E3\u5DE6\u4FA7\u8FD8\u662F\u53F3\u4FA7","floatBallOptions.fixedPositionLeft":"\u5DE6\u4FA7","floatBallOptions.fixedPositionRight":"\u53F3\u4FA7",previewAllThemes:"Aper\xE7u de tous les styles","translationTheme.none":"ne pas avoir","translationTheme.grey":"gris fonc\xE9","translationTheme.dashed":"soulign\xE9 en pointill\xE9","translationTheme.dotted":"trait de soulignement en pointill\xE9","translationTheme.dashedBorder":"bordure en pointill\xE9s","translationTheme.solidBorder":"bordure solide","translationTheme.underline":"Souligner les lignes droites","translationTheme.mask":"Effets flous (modes d'apprentissage)","translationTheme.opacity":"effet de transparence","translationTheme.paper":"Effet d'ombre du papier blanc","translationTheme.dividingLine":"ligne de d\xE9marcation","translationTheme.highlight":"haute luminosit\xE9","translationTheme.marker":"marqueur (mot emprunt\xE9)","translationTheme.marker2":"Marqueur 2","translationTheme.blockquote":"Styles de r\xE9f\xE9rencement","translationTheme.weakening":"affaiblissement","translationTheme.italic":"caract\xE8re oblique","translationTheme.bold":"\xE9paissir","translationTheme.thinDashed":"ligne pointill\xE9e fine soulign\xE9e","translationTheme.nativeDashed":"Le syst\xE8me est soulign\xE9 en pointill\xE9","translationTheme.nativeDotted":"Le syst\xE8me est soulign\xE9 en pointill\xE9s","translationTheme.nativeUnderline":"Le syst\xE8me est assorti d'une ligne de d\xE9marcation droite","translationTheme.wavy":"ligne ondul\xE9e","translationServices.custom":"API personnalis\xE9e","translationServices.tencent":"Tencent Translator","translationServices.tenAlpha":"Tencent Translator (Alpha)","translationServices.google":"Google Translate","translationServices.bai":"Baidu (Alpha)","translationServices.baidu":"Traduction de Baidu","translationServices.aliyun":"AliCloud Traduction","translationServices.volc":"traduction du volcan","translationServices.deeplx":"DeepLX (Beta)","translationServices.bing":"Microsoft Translate","translationServices.deepl":"DeepL","translationServices.wechat":"Traduction WeChat","translationServices.azure":"Azure Translation","translationServices.ibm":"IBM Watson","translationServices.aws":"Traduction sur Amazon","translationServices.mock":"Traduction simul\xE9e","translationServices.mock2":"Traduction simul\xE9e 2","translationServices.caiyun":"lit. nuages color\xE9s et petites traductions","translationServices.cai":"Nuages color\xE9s (Alpha)","translationServices.volcAlpha":"Volcan (Alpha)","translationServices.openl":"OpenL","translationServices.youdao":"Traduction sur Youtube","translationServices.you":"Traducteur Youdao (Alpha)","translationServices.transmart":"Traduction interactive de Tencent","translationServices.niu":"Traducteur franc-tireur","translationServices.papago":"Traduction Papago","translationServices.d":"D (Alpha)","translationServices.dpro":"D Pro (Canari)","translationServices.openai":"OpenAI","translationServices.yandex":"Yandex","translationServices.chatgpt":"ChatGPT Web(3.5 mobile)","translate title":"Traduire les titres des pages","always languages":"Toujours traduire la langue",neverTranslateLanguagesLabel:"La langue qui ne sera jamais traduite",neverTranslateTheFollowingLanguagesDescription:"Les traductions sont ignor\xE9es lorsqu'un paragraphe de la page est r\xE9dig\xE9 dans l'une des langues suivantes",enableUserscriptPagePopup:"Afficher le hoverball sur la page",enableUserscriptPagePopupDescription:"Apr\xE8s avoir d\xE9sactiv\xE9 le hoverball, vous pouvez le rappeler \xE0 l'aide du raccourci /{touch}. Il est fortement recommand\xE9 de marquer cette page de param\xE8tres d'un signet afin d'\xE9viter de ne pas pouvoir retrouver le hoverball apr\xE8s avoir d\xE9sactiv\xE9 cette option par inadvertance !","always translate the following languages":"Traduit automatiquement dans la langue cible lorsque la page est dans l'une des langues suivantes","always sites":"Des sites web toujours traduits","always translate the following sites":"Les sites web sont automatiquement traduits dans la langue cible lorsqu'il s'agit de noms de domaine de","never sites":"Site web jamais traduit","never translate the following sites":"Les traductions ne seront pas effectu\xE9es si le site est destin\xE9 aux domaines suivants","please refer to":"Vous devez remplir la cl\xE9 avant de pouvoir l'utiliser.",KeyAndConfigurationTutorial:"Tutoriel d'application et de configuration des cl\xE9s",useAboveStyleForTheseSites:"Utilisez toujours le style de traduction \u2308{theme}\u230B lorsque le site est destin\xE9 aux domaines suivants",currentUrl:"URL actuel",confirm:"enregistrer (un fichier, etc.) (informatique)",cancel:"annulations",delete:"l'enl\xE8vement","languages.auto":"d\xE9tection automatique",syncToCloud:"Synchronisation avec Google Drive",syncToCloudDescription:"T\xE9l\xE9charg\xE9e dans le nuage, la configuration peut \xEAtre synchronis\xE9e entre diff\xE9rents navigateurs/scripts de singe de graisse, en fonction de la derni\xE8re modification.",syncToAccount:"Synchronisation avec l'Immersive Translation Cloud",syncToAccountButton:"Synchronisation instantan\xE9e avec le nuage",syncToAccountDescription:"Synchroniser automatiquement les configurations entre diff\xE9rents appareils, en fonction de la derni\xE8re modification.",successSyncConfigInAccount:"Synchronisation r\xE9ussie avec le nuage",successSyncConfigToAccount:"Synchronisation r\xE9ussie vers le nuage",syncConfigNoUpdate:"Il est d\xE9j\xE0 \xE0 jour.",authFail:"\xC9chec de l'autorisation",syncTitle:"Gestion manuelle des sauvegardes",import_hint:"importation (donn\xE9es)",upload:"t\xE9l\xE9charger",revokeAuth:"r\xE9voquer une autorisation",uploadFail:"\xC9chec du t\xE9l\xE9chargement",download:"t\xE9l\xE9chargement",importSuccess:"Importation r\xE9ussie",importFail:"\xE9chec de l'importation",deleteFail:"\xC9chec de la suppression",backupToCloud:"Gestion manuelle des fichiers de sauvegarde",create_new_backup:"Ajouter un nouveau n\u0153ud de sauvegarde",maxBackupFiles:"Jusqu'\xE0{count}n\u0153uds diff\xE9rents peuvent \xEAtre sauvegard\xE9s, veuillez supprimer les n\u0153uds dont vous n'avez pas besoin.",backupToCloudDescription:"T\xE9l\xE9charger ou restaurer manuellement les fichiers de sauvegarde, en autorisant jusqu'\xE0 trois sauvegardes diff\xE9rentes.",successSyncConfig:"Synchronisation r\xE9ussie avec le nuage",syncFail:"\xE9chec de la synchronisation",updatedAt:"Mise \xE0 jour de {date}",lastSyncedAt:"Derni\xE8re v\xE9rification \xE0 l'adresse {date}",downloadFail:"\xC9chec du t\xE9l\xE9chargement",clickToDownload:"Cliquer pour t\xE9l\xE9charger",aboutLabel:"\xC0 propos - Feedback","browser.openAboutPage":"\xC0 propos/commentaires",aboutLabelWithoutSponsor:"\xC0 propos - Feedback",aboutIntro:"Puissions-nous tous avoir un acc\xE8s plus facile et plus agr\xE9able \xE0 l'\xE9norme quantit\xE9 d'informations en langues \xE9trang\xE8res sur Internet \u2764\uFE0F Vous pouvez choisir d'activer votre <6>adh\xE9sion Pro pour utiliser les traductions pr\xEAtes \xE0 l'emploi de DeepL et OpenAI.

Vous pouvez nous suivre sur <3>Twitter, <4>Telegram, Weibo, WeChat, ou vous <5>inscrire \xE0 notre liste de <5>diffusion ci-dessous pour suivre les mises \xE0 jour.
Les <7>membres Pro peuvent nous contacter \xE0 l'adresse <8>support@immersivetranslate.com pour un service client\xE8le rapide.",aboutIntroWithoutSponsor:"Puissions-nous tous avoir un acc\xE8s plus facile et plus agr\xE9able \xE0 l'\xE9norme quantit\xE9 d'informations en langues \xE9trang\xE8res disponibles sur Internet \u2764\uFE0F

Vous pouvez nous suivre sur <3>Twitter, <4>Telegram channel, WeChat, WeChat Exchange, ou vous <5>abonner aux mises \xE0 jour par <5>courriel ci-dessous.",projectHomepage:"Accueil du projet",joinTelegramGroup:"Rejoignez le groupe d'utilisateurs pour participer aux discussions sur les fonctionnalit\xE9s",wechatPublicAccount:"WeChat Public",wechatCommunities:"Groupe d'\xE9change WeChat",qqCommunities:"Canal de communication QQ",joinTelegramChannel:"Suivez le canal Telegram pour les derni\xE8res mises \xE0 jour",feedbackAndJoin:"Question Feedback / Ajouter un groupe",autoSync:"synchronisation automatique de l'heure",loadingThemeTitle:"Style de chargement",loadingThemeDescription:"D\xE9finition du style lors de l'attente du chargement de la traduction","loadingTheme.spinner":"Animation de la rotation","loadingTheme.text":"texte statique qqch. ","loadingTheme.none":"non illustr\xE9",developerDescription:"La documentation sur la personnalisation avanc\xE9e est disponible <1>ici","edit border color":"Modifier la couleur de la bordure",successSyncButNoChange:"La configuration actuelle est compatible avec le nuage",customTheme:"Couleurs et tailles personnalis\xE9es","customThemeLabel.borderColor":"Couleur de la bordure","customThemeLabel.borderRadius":"Bords arrondis","customThemeLabel.textColor":"couleur du texte","customThemeLabel.backgroundColor":"couleur de fond","customThemeLabel.zoom":"Mise \xE0 l'\xE9chelle des polices (%)","customThemeLabel.opacity":"Opacit\xE9 du texte (%)",resetToDefaultColor:"R\xE9tablir les couleurs par d\xE9faut",resetToDefaultSettings:"R\xE9tablir les param\xE8tres par d\xE9faut",isTranslateTitle:"Permettre la traduction des titres de pages",isTranslateTitleDescription:"Lorsque cette option est activ\xE9e, le titre de la page est traduit.",enableSearchEnhancement:"Permettre l'enrichissement des messages bilingues",enableSearchEnhancementDescription:`Une fois l'option activ\xE9e, les r\xE9sultats de recherche de "Google News" seront automatiquement affich\xE9s dans la colonne de droite des sites web pris en charge (Google News, Google Search (certains mots-cl\xE9s), Snowball, Oriental Fortune, Futura, Tiger Community) pour les mots-cl\xE9s anglais correspondants.`,verifyService:"Cliquez ici pour tester le service",verified:"V\xE9rifier le succ\xE8s","field.langs":"Codes des langues prises en charge","field.model":"mod\xE9lisation","field.translationEngine":"moteur de traduction","field.limitPerMinute":"Nombre maximum de demandes par minute","field.limitPerSecond":"Demandes maximales par seconde","field.maxTextLengthPerRequest":"Longueur maximale du texte par demande","field.maxTextGroupLengthPerRequest":"Nombre maximum de paragraphes par demande","field.apiUrl":"Adresse de l'interface API personnalis\xE9e","field.placeholderDelimiters":"espace r\xE9serv\xE9","description.custom":"Acc\xE8s \xE0 l'interface personnalis\xE9e Documentation requise","description.limitPerMinute":"Les demandes d\xE9passant cette limite sont plac\xE9es dans une file d'attente jusqu'au d\xE9but de la minute suivante. En raison des diverses limitations du service actuel d'OpenAI, veuillez cliquer <1>ici pour obtenir les derni\xE8res valeurs sugg\xE9r\xE9es.","description.limitPerSecond":"Les demandes d\xE9passant cette limite sont plac\xE9es dans une file d'attente jusqu'au d\xE9but de la seconde suivante. En raison des diverses limitations du service actuel d'OpenAI, veuillez cliquer <1>ici pour obtenir les derni\xE8res valeurs sugg\xE9r\xE9es.","description.generalLimitPerSecond":"Les demandes d\xE9passant cette limite sont plac\xE9es dans une file d'attente jusqu'au d\xE9but de la seconde suivante.","description.prompt":"Envoyer la conversation \xE0 {service} en tant qu'utilisateur, o\xF9 {{text}} repr\xE9sente le contenu du texte du paragraphe, {{from}} repr\xE9sente la langue du paragraphe et {{to}} repr\xE9sente la langue cible.","description.maxTextLengthPerRequest":"Le nombre maximum de caract\xE8res par requ\xEAte est trop important pour que l'interface r\xE9ponde lentement, essayez donc d'ajuster cette option pour optimiser la vitesse.","description.systemPrompt":"Envoyer une conversation au {service} en tant que syst\xE8me, o\xF9 {{text}} repr\xE9sente le contenu du texte du paragraphe, {{from}} repr\xE9sente la langue du paragraphe et {{to}} repr\xE9sente la langue cible.","field.domain":"royaume","description.domain":"La valeur par d\xE9faut est\uFF1Ageneral. Elle ne peut \xEAtre d\xE9finie que si la traduction par domaine est activ\xE9e dans la console Arima API, voir <1>ici pour les domaines pris en charge.","field.scene":"prendre","description.scene":"La valeur par d\xE9faut est\uFF1Ageneral. Elle ne peut \xEAtre d\xE9finie que si la console AliCloud API ouvre Machine Translation Pro, voir <1>ici pour les sc\xE9narios pris en charge.","field.vocabId":"ID du dictionnaire de l'utilisateur","description.vocabId":"Le dictionnaire out_id sp\xE9cifi\xE9 prend actuellement en charge la traduction de l'anglais vers le chinois.","description.model":"Mod\xE8les OpenAI, peuvent \xEAtre gpt-3.5-turbo, gpt-4, etc.","description.maxTextGroupLengthPerRequest":"Le nombre de paragraphes envoy\xE9s au service de traduction \xE0 la fois. S'il y a trop de paragraphes, l'interface peut r\xE9pondre plus lentement.","description.apiUrl":"Veuillez ajouter des URL sp\xE9cifiques avec des chemins d'acc\xE8s et une <1>description plus d\xE9taill\xE9e.",enabledExtension:"Activation des extensions",clickToDisableExtension:"Cliquez pour d\xE9sactiver les extensions",clickToEnableExtension:"Cliquez pour activer les extensions",hasBeenDisabled:"handicap\xE9","show password":"Afficher le mot de passe",customContent:"Saisir un nom de mod\xE8le personnalis\xE9",inputOptions:"Am\xE9lioration de la bo\xEEte de saisie",mouseHoverOptions:"survol de la souris",modifyMouseHoverKey:"Modifier le raccourci au survol de la souris",enableInputTranslation:"Activation ou non de l'am\xE9lioration des bo\xEEtes de saisie",enableInputTranslationDescription:"Une fois la fonction activ\xE9e, tapez {startingKey}{startingKey} hello directement dans le champ de saisie, puis tapez rapidement{inputTrailingTriggerKeyRepeatTimes}puis{trailingKey}pour traduire en {inputTargetLanguage}.",enableInputTranslationDescriptionForNoneKey:"Une fois la fonction activ\xE9e, tapez\uFF1AHello World directement dans le champ de saisie, puis appuyez rapidement sur{inputTrailingTriggerKeyRepeatTimes}{trailingKey}fois pour traduire dans la langue cible par d\xE9faut.",inputTargetLanguage:"D\xE9finition de la langue cible par d\xE9faut pour les bo\xEEtes de saisie",inputTargetLanguageDescription:"Langue cible par d\xE9faut pour la traduction de la bo\xEEte de saisie, c'est-\xE0-dire {startingKey}{startingKey} comme langue par d\xE9faut pour les mots d\xE9clencheurs.",inputTargetLanguageDescriptionForNoneKey:"Langue cible par d\xE9faut pour la traduction de la bo\xEEte de saisie",inputStartingTriggerKeyTitle:"D\xE9finition du caract\xE8re de s\xE9paration pour la traduction partielle de la zone de saisie",inputStartingTriggerKeyDescription:"Lorsque vous n'avez pas besoin de traduire l'int\xE9gralit\xE9 du champ de saisie, le s\xE9parateur vous permet de ne traduire que la partie allant de {startingKey}{startingKey} \xE0 la fin du champ de saisie, ou vous pouvez sp\xE9cifier le code de la langue, par exemple\uFF1A{startingKey}ja signifie ne traduire que la partie allant de {startingKey}ja \xE0 la fin du champ de saisie.",inputStartingTriggerKeyDescriptionForNoneKey:"Le param\xE8tre actuel d'absence de pr\xE9fixe n'est pas n\xE9cessaire et la fonction de traduction de certains textes dans la bo\xEEte de saisie n'est pas disponible pour le moment.",inputTrailingTriggerKeyTitle:"S\xE9lectionner un caract\xE8re d\xE9clencheur de fin d'entr\xE9e",inputTrailingTriggerKeyDescription:"3 coups rapides{trailingKey} commencera \xE0 traduire !",inputTrailingTriggerKeyTimeout:"Entrez le temps entre les d\xE9clenchements de fin de combat",inputTrailingTriggerKeyTimeoutDescription:"D\xE9finit le temps (en millisecondes) entre les d\xE9clenchements combo de fin d'entr\xE9e.",spaceKey:"<\u7A7A\u683C\u952E>",noneKey:"Traduction directe de l'ensemble de la zone de texte sans pr\xE9fixe",inputTranslationBlockUrlsTitle:"N'activez pas l'am\xE9lioration des bo\xEEtes de saisie dans les URL suivantes",inputTranslationBlockUrlsDescription:"Les am\xE9liorations apport\xE9es aux bo\xEEtes de saisie ne fonctionneront pas aux URL suivants",clickToSeeQuickDemo:"Cliquez pour agrandir la vid\xE9o du tutoriel de 30 secondes",inputHelperInfo:"Description\uFF1ANous avons optimis\xE9 le fait que certains caract\xE8res d\xE9clencheurs se transforment en signes de ponctuation chinois sous les m\xE9thodes d'entr\xE9e chinoises, par exemple, / se transforme en signe dun , sous la m\xE9thode d'entr\xE9e Sogou, et Immersive Translator prend en charge tous les symboles chinois correspondant aux caract\xE8res d\xE9clencheurs, c.-\xE0-d. //,,, seront reconnus comme des caract\xE8res d\xE9clencheurs.

Nous prenons \xE9galement en charge les alias chinois pour les codes de langue en tant que commandes, par exemple /Japanese Hello World sera traduit en japonais, <1>cliquez ici pour voir tous les codes de langue pris en charge.",reloadCurrentPage:"Veuillez rafra\xEEchir la page actuelle avant de commencer la traduction.",noLocalFilePermissionForPDF:"Vous n'avez pas l'autorisation de lire les fichiers locaux, veuillez cliquer sur le bouton ci-dessus et importer les fichiers locaux.",noPermissionForThisPage:"\u26A0\uFE0F Pas d'autorisation de traduire la page actuelle",retryAllParagraphs:"R\xE9essayer tous les passages d'erreur",retryAllButton:"R\xE9essayer tous les passages d'erreur",errorTooltipTitle:"Cliquez pour voir la cause de l'erreur",errorModalTitle:"Il semble qu'il y ait un probl\xE8me avec le service de traduction ou le r\xE9seau...",disableConfirm:"Cadre d'am\xE9lioration de l'information bilingue",disableOnce:"Cette invalidit\xE9",disableGlobal:"d\xE9sactiver de fa\xE7on permanente",disableTint:"* Vous pouvez le r\xE9activer \xE0 l'adresse {option} .",searchEnhancementNotes:"Apr\xE8s avoir activ\xE9 la fonction d'am\xE9lioration de l'information bilingue de la traduction immersive, nous rechercherons automatiquement pour vous les m\xEAmes mots-cl\xE9s en anglais sur les sites web pris en charge (Google News, Google Search (certains mots-cl\xE9s), Snowball, Oriental Wealth, Futura, Tiger) et les afficherons sur le c\xF4t\xE9 droit. Vous pouvez choisir de d\xE9sactiver cette fonction si vous n'en avez pas besoin.",option:"mettre en place",saveSettings:"Sauvegarder les param\xE8tres",closeModal:"Fermer la fen\xEAtre",enableInputTranslationWithoutTriggerKeyTitle:"Activer 3 quick hits sur{trailingKey}pour traduire directement l'ensemble de la bo\xEEte de saisie en{inputTargetLanguage}",enableInputTranslationWithoutTriggerKeyDescription:"Pour sp\xE9cifier la langue cible, pr\xE9fixez-la avec le code de la langue, par exemple\uFF1Aja Hello World",mouseHoverShortcutPlaceholder:"par exemple :\uFF1AShift",deepLProName:"Immersive Translation Membre Pro (Recommand\xE9)",deepLProDescription:"Le paquet actuel peut \xEAtre utilis\xE9 directement",deeplProDescriptionForNormal:"Aucune installation n'est requise, les membres peuvent l'utiliser apr\xE8s s'\xEAtre connect\xE9s, <1>cliquez ici pour passer au statut de membre",deepLCustomDescription:"Carte de cr\xE9dit \xE9trang\xE8re requise, ouverture officielle sur <1>DeepL, cliquez pour la <2>documentation",deepLCustomName:"Cl\xE9 d'authentification personnalis\xE9e",chooseProviderLabel:"S\xE9lectionner un prestataire de services",openaiProName:"Immersive Translation Membre Pro (Recommand\xE9)",openaiProDescription:"Le paquet actuel peut \xEAtre utilis\xE9 directement",openaiProDescriptionForNormal:"Aucune installation n'est requise, les membres peuvent l'utiliser apr\xE8s s'\xEAtre connect\xE9s, <1>cliquez ici pour passer au statut de membre",openaiCustomDescription:"Disponible sur OpenAI, Azure OpenAI, ou d'autres services tiers, <1>cliquez ici pour la documentation.",openaiCustomName:"Cl\xE9 API personnalis\xE9e",needLoginAction:"(Adh\xE9sion ouverte ou personnalisation)",goLoginOrAction:"(Ouvrir une adh\xE9sion ou aller dans les param\xE8tres)",yearly:"effectuer un paiement annuel cons\xE9cutif",quarterly:"l'emballage s\xE9quentiel",monthly:"abonnement mensuel",yearlyForOnce:"Forfait annuel unique",monthlyForOnce:"Forfait mensuel unique",daily:"jours cons\xE9cutifs de paquet",year:"effectuer un paiement annuel cons\xE9cutif",quarter:"l'emballage s\xE9quentiel",month:"abonnement mensuel",day:"jours cons\xE9cutifs de paquet",onetime_7day:"Pack exp\xE9rience 7 jours",currentPlanDescriptionForFree:"Paquets actuels\uFF1AGratuit",currentPlanDescriptionForContinuous:"L'offre actuelle\uFF1A{plan}sera automatiquement renouvel\xE9e sur {endAt}",currentPlanDescriptionForAutoRenewCaceling:"L'offre actuelle\uFF1A{plan}expirera \xE0 la date {endAt} et ne sera pas renouvel\xE9e automatiquement \xE0 cette date.",currentYearlyPlanDescriptionForAutoRenewCacelingWithRealPaiedUser:"L'offre actuelle,\uFF1A{plan}, expirera le {endAt} et ne sera pas renouvel\xE9e automatiquement \xE0 l'expiration.
<1>Cliquez ici pour g\xE9rer votre plan de renouvellement",currentYearlyPlanDescriptionForAutoRenewCacelingWithAdmin:"L'offre actuelle,\uFF1A{plan}, expirera \xE0 {endAt} et ne sera pas renouvel\xE9e automatiquement \xE0 l'\xE9ch\xE9ance.
<1>Cliquez ici pour activer l'abonnement annuel continu",currentPlanDescriptionForOneTime:"L'abonnement actuel\uFF1A{plan}expirera sur {endAt} , <1>cliquez ici pour passer \xE0 un abonnement <1>annuel ou <2>mensuel.",upgradePlan:"Cliquez ici pour passer \xE0 l'adh\xE9sion Pro",upgradeToPro:"Passer \xE0 l'adh\xE9sion Pro","popup.openPro":"Passez \xE0 l'adh\xE9sion Pro pour profiter de DeepL et de la traduction OpenAI, cliquez ici pour passer \xE0 l'adh\xE9sion Pro.","popup.openProForPro":"Vous \xEAtes un membre Pro avec un acc\xE8s direct \xE0 DeepL et aux traductions OpenAI !",currentAccount:"compte courant",enableAutoSyncUserSettings:"Permettre la synchronisation automatique du nuage sur plusieurs appareils",modalEnableInputTranslationTitle:"Traduction immersive Bo\xEEte de saisie Alertes de traduction",modalEnableInputTranslationDesc:"Vous venez de d\xE9clencher la traduction de la bo\xEEte de saisie d'Immersive Translation en appuyant sur la barre d'espacement 3 fois en succession rapide, et le contenu de la bo\xEEte de saisie sera traduit dans la langue cible par d\xE9faut. La traduction peut \xEAtre annul\xE9e avec Ctrl+Z.

Si c'est une erreur, ne vous inqui\xE9tez pas, vous pouvez choisir de la d\xE9sactiver cette fois-ci, ou de d\xE9sactiver d\xE9finitivement la traduction de la zone de saisie.",saveAndNotShowAgain:"Sauvegarder et arr\xEAter le message",disableInputTranslationTips:"* Vous pouvez \xE9galement d\xE9finir d'autres raccourcis pour qu'ils se d\xE9clenchent dans {option} ,{learnMore}.",learnMore:"Cliquez ici pour en savoir plus",continueEnalbeInputTranslation:"Continuer \xE0 activer la traduction des champs de saisie",autoRenewTrialSuffix:`(Dans la version d'essai,passe imm\xE9diatement \xE0 l'adh\xE9sion compl\xE8te)`,upgradeFromTrialTitle:"Passer au statut de membre \xE0 part enti\xE8re",subtitle:"sous-titrage vid\xE9o",youtubeService:"Traduction en immersion Sous-titrage vid\xE9o Services de traduction","subtitle.disabledSubtitle":"D\xE9sactiver d\xE9finitivement la fonction de sous-titres vid\xE9o","subtitle.disabledSubtitleDescription":"Si Immersive Translator's Video Subtitles entre en conflit avec d'autres extensions, vous pouvez choisir de d\xE9sactiver d\xE9finitivement la fonctionnalit\xE9 d'Immersive Translator's Video Subtitles ou de d\xE9sinstaller les autres extensions en conflit.","subtitle.autoEnableSubtitle":"Utilisation automatique de sous-titres bilingues","subtitle.autoEnableSubtitleDescription":"Une fois activ\xE9, des sous-titres bilingues s'afficheront automatiquement lorsque la vid\xE9o est en cours de lecture, sinon, il faut cliquer sur le bouton de traduction pour les afficher.","subtitle.preTranslation":"Traduire des sous-titres \xE0 l'aide de la traduction immersive","subtitle.preTranslationDescription":"Lorsque cette option est activ\xE9e, l'int\xE9gralit\xE9 des sous-titres sera pr\xE9-traduite \xE0 l'aide du service de traduction sp\xE9cifi\xE9 ci-dessous. Une vid\xE9o d'une heure consommera environ 50 000 tokens ou caract\xE8res, donc \xE0 utiliser \xE0 votre propre discr\xE9tion ; lorsqu'elle est d\xE9sactiv\xE9e, les sous-titres originaux seront utilis\xE9s en premier.","subtitle.humanSubtitlesPreferred":"Utilisation prioritaire du sous-titrage humain","subtitle.humanSubtitlesPreferredDescription":"Privil\xE9gier l'utilisation de sous-titres humains lorsque la vid\xE9o dispose de sous-titres humains dans la langue cible (recommand\xE9).",videoSubtitleTranslationDescription:"Confier les sous-titres vid\xE9o \xE0 un service de traduction distinct",subtitleTranslating:"Veuillez patienter pendant que les sous-titres sont traduits \xE0 l'aide du service {service} ... (traduction en immersion)",subtitleLoading:"Chargement des sous-titres...",bilingual:"bilinguisme","field.action":"Activation ou non de la terminologie Baidu","description.action":"Lorsqu'il est activ\xE9, un param\xE8tre action=1 est ajout\xE9 \xE0 la demande pour informer Baidu de l'activation du terme. <1>Veuillez vous r\xE9f\xE9rer \xE0 la documentation officielle pour plus d'informations.",closeQuickTranslation:"Fermer Hoverball","closeQuickTranslation.untilNext":"Cette fois-ci ferm\xE9 jusqu'\xE0 la prochaine visite","closeQuickTranslation.currentWebsite":"Site actuel d\xE9sactiv\xE9","closeQuickTranslation.alwaysClose":"d\xE9sactiver de fa\xE7on permanente","closeQuickTranslation.settingOpen":"(peut \xEAtre activ\xE9e dans la <1>page des param\xE8tres )","closeQuickTranslation.cancel":"annulations","closeQuickTranslation.confirm":"d\xE9finir","floatBall.popup":"Ouvrir le panneau des r\xE9glages rapides","floatBall.translate":"Cliquez pour traduire la page","floatBall.showOriginal":"Cliquez pour revenir \xE0 l'article original","floatBall.close":"Fermer Hoverball","floatBallOptions.enableDescPc":"Apr\xE8s avoir activ\xE9 le hoverball de la page, un bouton de traduction rapide sera affich\xE9 sur le c\xF4t\xE9 droit de la page, cliquez dessus pour traduire !","floatBallOptions.enableDesc":"Apr\xE8s avoir d\xE9sactiv\xE9 le hoverball, il peut \xEAtre rappel\xE9 \xE0 l'aide de{touch}. Il est fortement recommand\xE9 de marquer cette page de param\xE8tres d'un signet afin d'\xE9viter de ne pas pouvoir retrouver le hoverball apr\xE8s avoir d\xE9sactiv\xE9 cette option par inadvertance !","description.azureApiUrl":"Remplir l'adresse de l'interface API personnalis\xE9e",confirmSupportMouse:"Forcer l'activation de la prise en charge de la souris",confirmSupportMouseDescription:"Le navigateur actuel ne prend pas en charge la fonction de la souris. Est-il oblig\xE9 d'activer la prise en charge de la souris ?",sampleTargetText:"La longue nuit viendra, et je veillerai \xE0 partir de ce jour jusqu'\xE0 ma mort. Je ne prendrai pas de femme, je ne ferai pas de fief, je n'aurai pas d'enfant. Je ne porterai pas de couronne, je ne rechercherai pas les honneurs. Je ferai mon devoir, je vivrai et je mourrai.",sampleSourceText:"Night gathers, and now my watch begins. It shall not end until my death. I shall take no wife, hold no lands, father no children. I shall wear no crowns and win no glory. I shall live and die at my post.","subtitle.supportedSites":"\u5DF2\u652F\u6301\u5728\u8FD9\u4E9B\u7F51\u7AD9\u4F7F\u7528\u53CC\u8BED\u5B57\u5E55\uFF08\u6CE8\u610F\uFF1A\u7531\u4E8E\u6280\u672F\u9650\u5236\uFF0C\u90E8\u5206\u7F51\u7AD9\u5728\u9996\u6B21\u5F00\u542F\u5B57\u5E55\u540E\u9700\u8981\u91CD\u65B0\u5237\u65B0\u9875\u9762\uFF0C\u6216\u8005\u9700\u7B49\u5F85\u7FFB\u8BD1\u5B8C\u6210\u4EE5\u663E\u793A\u53CC\u8BED\u5B57\u5E55\uFF09\uFF1A",viewWithImmersiveTranslate:"\u53CC\u8BED\u7248\u672C(\u6C89\u6D78\u5F0F\u7FFB\u8BD1)",errorReason:"\u9519\u8BEF\u539F\u56E0\uFF1A{message}","proQuotaExceededError.onetime7day":'\uFF0C\u60A8\u53EF\u4EE5\u9009\u62E9\u4EE5\u4E0B\u65B9\u5F0F\u89E3\u51B3\uFF1A

1. \u5207\u6362\u5230 {anotherService} \u6216\u5176\u4ED6\u7FFB\u8BD1\u670D\u52A1
2. \u5347\u7EA7\u4E3A\u6708\u5EA6/\u5E74\u5EA6\u4F1A\u5458',"proQuotaExceededError.trial":'\uFF0C\u60A8\u53EF\u4EE5\u9009\u62E9\u4EE5\u4E0B\u65B9\u5F0F\u89E3\u51B3\uFF1A

1. \u5207\u6362\u5230 {anotherService} \u6216\u5176\u4ED6\u7FFB\u8BD1\u670D\u52A1
2. \u7ACB\u523B\u5347\u7EA7\u4E3A\u6B63\u5F0F\u4F1A\u5458',"proQuotaExceededError.nonTrial":'\uFF0C\u60A8\u53EF\u4EE5\u9009\u62E9\u4EE5\u4E0B\u65B9\u5F0F\u89E3\u51B3\uFF1A

1. \u5207\u6362\u5230 {anotherService} \u6216\u5176\u4ED6\u7FFB\u8BD1\u670D\u52A1
2. \u8D2D\u4E70 {translationService} \u989D\u5916\u6D41\u91CF\u5305',"proQuotaExceededError.resetTime":"
3. \u989D\u5EA6\u91CD\u7F6E\u65F6\u95F4\uFF1A{resetTime}","desc.touchShortcutsToggleTranslatePageOnlyTranslation":"Seulement la traduction signifie que seule la traduction est affich\xE9e, si la page n'a pas encore \xE9t\xE9 traduite, elle passera en mode et sera traduite.","desc.toggleOnlyTransation":"Le mode de traduction uniquement signifie que seules les traductions sont affich\xE9es, si la page Web n'a pas encore \xE9t\xE9 traduite, le mode sera chang\xE9 et traduit.",touchShortcutsToggleTranslatePageOnlyTranslation:"Configurer les gestes tactiles pour passer en mode bilingue / mode texte uniquement",download_started:"Le t\xE9l\xE9chargement a d\xE9j\xE0 commenc\xE9, si le t\xE9l\xE9chargement ne commence pas automatiquement, veuillez cliquer manuellement.",here:"ici","error.goReset":"R\xE9initialiser",translationFont:"D\xE9finir la police","error.serveConfigError":"Erreur de configuration du service",detectServiceLoading:"En train de v\xE9rifier les services de traduction disponibles...","translationModeUrl.translation.title":"L'adresse du site en mode traduction uniquement","translationServices.inherit":"Suivez le service de traduction principal","translationModeLang.translation.title":"Mode de langue uniquement en traduction","error.configError":"Les donn\xE9es de configuration sont anormales","translationFont.customPlaceholder":"police de caract\xE8res","touch.mouse-translate":"Traduire le paragraphe sp\xE9cifi\xE9",toggleToService:"Passez \xE0 {service} et r\xE9essayez","translationFont.custom":"Entrez une police personnalis\xE9e",batchEdit:"Op\xE9ration en masse","error.proUpgrade":"Apr\xE8s la mise \xE0 niveau, veuillez rafra\xEEchir la page et traduire \xE0 nouveau.","error.502":"Le service renvoie une erreur, le service est en retard, veuillez r\xE9essayer plus tard.","error.403":"Le service renvoie une erreur, vous n'avez pas temporairement le droit d'acc\xE9der \xE0 ce service.","error.googleLimitIp":"Le service renvoie une erreur, le service Google a limit\xE9 le d\xE9bit pour cette adresse IP, il est recommand\xE9 de changer de n\u0153ud r\xE9seau.",videoSubtitlePreTranslationOff:"Les sous-titres vid\xE9o utiliseront en priorit\xE9 les sous-titres automatiques fournis avec la vid\xE9o originale.","translationFont.notSupportErrorMessage":"Veuillez v\xE9rifier si le nom de la police que vous avez entr\xE9 est correct, ou confirmer que cette police est d\xE9j\xE0 install\xE9e sur votre appareil.","error.proTokenInvalid":"Si vous \xEAtes un utilisateur Pro, veuillez vous connecter avant d'utiliser le service de traduction Pro.",videoSubtitlePreTranslationOn:"Les sous-titres vid\xE9o utiliseront en priorit\xE9 la traduction immersive.","error.400":"Le service renvoie une erreur, la demande de param\xE8tre est incorrecte, veuillez v\xE9rifier la configuration correspondante.","error.429":"Le service renvoie une erreur, indiquant que la demande est trop fr\xE9quente ou d\xE9passe la limite de quota, veuillez r\xE9essayer plus tard.","translationModeUrl.translation.description":"Lorsque le site Web est pour les domaines suivants, il utilisera automatiquement le mode de traduction uniquement.",enableSentryReport:"Lorsqu'une erreur se produit lors de l'extension, utilisez Sentry pour soumettre des commentaires.","error.reloadPageOfSetting":"Apr\xE8s la configuration, veuillez rafra\xEEchir la page pour traduire \xE0 nouveau.","translationModeLang.translation.description":"Lorsque la langue de la page est l'une des langues suivantes, le mode de traduction uniquement sera automatiquement utilis\xE9.","error.gemini.429":"Le service Gemini actuel a atteint sa capacit\xE9 maximale, veuillez r\xE9essayer plus tard ou passer \xE0 un autre service de traduction.","desc.toggleVideoSubtitlePreTranslation":"Une fois appuy\xE9, les sous-titres bilingues de la vid\xE9o utiliseront en priorit\xE9 les param\xE8tres de traduction immersive, une nouvelle pression donnera la priorit\xE9 aux sous-titres de traduction automatique inclus dans la vid\xE9o originale. Attention : ce raccourci modifie les param\xE8tres globaux.","error.openAIExceededQuota":"Le service renvoie une erreur : le solde de votre compte OpenAI est insuffisant, veuillez recharger ou lier une carte de cr\xE9dit dans le back-office officiel d'OpenAI.","error.openAIFreeLimit":"Le service renvoie une erreur, la fr\xE9quence actuelle des demandes de traduction a atteint la limite maximale de 3 fois par minute, veuillez r\xE9essayer plus tard. (C'est une restriction officielle d'OpenAI sur la cl\xE9 API gratuite, pour lever cette restriction, veuillez lier une carte de cr\xE9dit dans le backend d'OpenAI.)","error.serveUnavailable":"Le service [{serverName}] que vous utilisez actuellement est temporairement inaccessible en raison de probl\xE8mes de connexion r\xE9seau ou de fournisseur de services. Nous vous sugg\xE9rons d'essayer de rafra\xEEchir la page ou de changer de service de traduction via <1>Param\xE8tres. Si vous \xEAtes un membre <2>Pro, vous pouvez choisir d'utiliser les services de traduction plus stables de DeepL ou OpenAI (<3>cliquez ici pour un essai gratuit). De plus, vous devrez peut-\xEAtre v\xE9rifier vos param\xE8tres de r\xE9seau ou de proxy.",loggedIn:"Connect\xE9","error.retry":"R\xE9essayer","floatBall.iKnow":"Je sais.",touchShortcutsOff:"Fermer","tagsInput.add":"+ Ajouter","translationServices.gemini":"G\xE9meaux",goLogin:"Allez vous connecter",shortcutSettings:"Raccourci",notLogin:"Non connect\xE9","multipleClick.4":"Quadruple frappe",alwaysTranslateThisSite:"Toujours traduire ce site","multipleClick.3":"Triple coup",neverTranslateThisSite:"Ne jamais traduire ce site","subtitle.bilingual":"Sous-titres bilingues","widget.instructionTooltip":"Consultez le mode d'emploi","shortcutGroup.shortcutsForTranslationServices":"Raccourcis li\xE9s au service de traduction",buildSnapshots:"G\xE9n\xE9rer un instantan\xE9 de la page web",shortcutSettingsTitle:"Param\xE9trage des raccourcis","subtitle.hideQuickButton":"Ne plus afficher ce raccourci",contact:"Contactez-nous","widget.videoSubtitleTooltip":"Prend en charge Youtube et autres sites vid\xE9o {count}+",notLoginPro:"Vous n'avez pas encore connect\xE9 \xE0 votre compte membre.","multipleClick.2":"Double-cliquez","widget.videoSubtitle":"sous-titres vid\xE9o",temprarilyChangeTranslationTo_gemini:"Utilisation de Gemini pour traduire la page actuelle.","error.subscriptionExpiredTitle":"L'adh\xE9sion a expir\xE9",pickAll:"Tout s\xE9lectionner","floatBall.guideClickToTranslate":"Cliquez sur la bulle de traduction immersive pour traduire rapidement",temprarilyChangeTranslationTo_google:"Utilisation en cours de Google Traduction pour cette page actuelle",temprarilyChangeTranslationTo_bing:"Utilisation en cours de Microsoft Traduction pour la page actuelle",mouseHoverCustomKeyTitle:"Personnaliser les raccourcis de survol de la souris","browser.translateWithDeepL":"Utilisation temporaire de DeepL pour traduire la page actuelle","widget.translateFile":"PDF/ePub",temprarilyChangeTranslationTo_openai:"Utilisation en cours d'OpenAI pour traduire la page actuelle","subtitle.autoDisableSubtitle":"Ne pas activer automatiquement les sous-titres bilingues","error.reason":"Raison de l'erreur",temprarilyChangeTranslationTo_deepl:"Utilisation de DeepL pour traduire la page actuelle.","widget.translateFileTooltip":"Traduire les documents PDF, EPUB, SRT, ASS, HTML et TXT",networkError:"Le service de traduction ou le r\xE9seau rencontre des probl\xE8mes.","floatBall.longPress":"Appuyez longuement pour ouvrir rapidement le panneau de configuration.",paragraphMinTextCountField:"Le nombre minimum de caract\xE8res requis pour traduire un paragraphe","browser.translateWithTransmart":"Utilisation temporaire de Tencent pour traduire la page actuelle","browser.translateWithOpenAI":"Utilisation temporaire d'OpenAI pour traduire la page actuelle",translationOnlyMode:"Mode de traduction uniquement","slide.right":"Glissez vers la gauche","shortcutGroup.main":"Raccourcis de fonctionnalit\xE9s couramment utilis\xE9s",temprarilyChangeTranslationTo_transmart:"Utilise actuellement la traduction de Tencent pour cette page.",touchShortcutsToggleTranslatePage:"D\xE9finir un geste tactile pour traduire la page web / afficher le texte original","slide.left":"Faites glisser vers la droite","shortcutGroup.touch":"Gestes sp\xE9cifiques pour \xE9cran tactile","intro.floatBallTitle":"Boule flottante de traduction rapide","neverTranslateText.title":"Ci-dessous, les mots restent en texte original, ne pas traduire.","browser.toggleMouseHoverTranslateDirectly":"Activer ou d\xE9sactiver temporairement la traduction directe au survol de la souris sur la page","browser.translateInputBox":"Traduire le contenu de la bo\xEEte de saisie actuelle","browser.translateWithGoogle":"Utilisation temporaire de Google Traduction pour la page actuelle","browser.translateWithBing":"Utilisation temporaire de Microsoft Traduction pour la page actuelle","widget.instruction":"Mode d'emploi","subtitle.showQuickButton":"Afficher les sous-titres bilingues dans le lecteur est un raccourci",touchShortcutsToggleTranslationMask:"Configurer l'affichage du geste tactile pour afficher le masque de traduction / afficher le texte original","error.subscriptionExpired":"Votre adh\xE9sion a peut-\xEAtre expir\xE9, veuillez v\xE9rifier votre statut de membre.","intro.hoverTitle":"Survolez avec la souris pour traduire le paragraphe actuel","browser.translateWithGemini":"Utilisez temporairement Gemini pour traduire la page actuelle",touchShortcutsToggleTranslateTouchElement:"Configurer la traduction de paragraphes sp\xE9cifiques par gestes tactiles","desc.touchShortcutsToggleTranslateTouchElement":"Personnalisez un geste et vous pourrez traduire n'importe quel paragraphe o\xF9 vous vous trouvez.","intro.subtitleTitle":"Affichage des sous-titres bilingues en vid\xE9o en ligne","desc.interfaceLanguage":"La configuration de la langue de l'interface affecte la langue d'affichage du panneau de contr\xF4le et n'a rien \xE0 voir avec la langue cible de la traduction.","browser.toggleVideoSubtitlePreTranslation":"Basculer vers les sous-titres bilingues en privil\xE9giant les param\xE8tres de traduction immersive","shortcutGroup.others":"Plus de raccourcis de fonctionnalit\xE9s personnalis\xE9es",confirmResetToDefaultSettings:"Confirmez-vous vouloir r\xE9tablir ce service de traduction comme param\xE8tre par d\xE9faut ? (Cela ne r\xE9initialise que les param\xE8tres de ce service de traduction)",shortcutDisableTooltip:"Veuillez configurer dans la page de gestion des raccourcis d'extension fournie par le navigateur, pour plus de directives, veuillez consulter les instructions en haut de cette page.","subtitle.showQuickButtonDescription":"Fournir un raccourci pour activer les sous-titres bilingues dans le coin inf\xE9rieur droit du lecteur vid\xE9o","shortcutGroup.mouse":"Configuration des raccourcis clavier pour le survol de la souris","desc.toggleTranslateTheMainPage":"Traduisez uniquement les zones principales de la page, une fois que vous avez activ\xE9 la traduction de toutes les zones de la page dans les param\xE8tres avanc\xE9s, vous pouvez utiliser ce raccourci pour traduire sp\xE9cifiquement les zones principales de la page.","description.baiduField":"Les domaines pris en charge sont vus <1>ici, si vide cela signifie qu'aucun domaine n'est sp\xE9cifi\xE9.",upgradeToProErrorTitle:"Veuillez passer \xE0 l'adh\xE9sion Pro pour utiliser ce service de traduction.",paragraphMinTextCountDesc:"Faites attention, ici on parle de la longueur des caract\xE8res, par exemple: hello compte 5 caract\xE8res, d\xE9finir une valeur plus grande peut r\xE9duire les traductions de petits paragraphes inutiles.",translationOnlyModeDescription:"Le mode de traduction uniquement signifie que seule la traduction est affich\xE9e, et non le mode bilingue par d\xE9faut. Notez que: en raison des limitations techniques, les hyperliens du texte original seront d\xE9sactiv\xE9s en mode de traduction uniquement.","desc.toggleTranslateTheWholePage":"Traduire toute la zone de la page, par d\xE9faut, nous traduirons la zone principale de la page, vous pouvez utiliser ce raccourci pour traduire sp\xE9cifiquement toute la zone de la page.","contact.description":"Si vous avez des questions ou des suggestions, n'h\xE9sitez pas \xE0 remplir le formulaire ci-dessous pour nous contacter, ou \xE0 envoyer un courriel \xE0 {email}, nous vous r\xE9pondrons d\xE8s que possible.",mouseHoverCustomKeyDescription:"Vous pouvez personnaliser un raccourci clavier pour le survol de la souris, par exemple : Alt+Z, Ctrl+E, Cmd+Alt+E ou directement Cmd, veuillez entrer manuellement.","desc.mouseHoverHoldKey":"Lorsque la souris survole un paragraphe et que vous appuyez simultan\xE9ment sur la touche de raccourci \xE0 droite, vous pouvez traduire directement ce paragraphe.","desc.touchShortcutsToggleTranslatePage":"Une fois configur\xE9, lors de l'utilisation d'un appareil mobile, vous pouvez toucher l'\xE9cran avec X doigts, glisser de gauche \xE0 droite ou cliquer continuellement pour d\xE9clencher la traduction de la page web / afficher le texte original.","desc.touchShortcutsToggleTranslationMask":"La traduction du masque fait r\xE9f\xE9rence \xE0 l'effet flou dans le style de la traduction (mode d'apprentissage), qui est activ\xE9 temporairement pour utiliser l'effet flou sur la traduction, facilitant l'apprentissage.","intro.floatBallDescription":"Une fois activ\xE9, un bouton de traduction rapide s'affichera sur le c\xF4t\xE9 droit de la page. Cliquez dessus pour traduire, cliquez \xE0 nouveau pour revenir au texte original. Sur mobile, maintenez le bouton flottant pour ouvrir le panneau de configuration rapide.","desc.toggleMouseHoverTranslateDirectly":"Apr\xE8s avoir appuy\xE9 sur ce raccourci, sur la page, d\xE8s que la souris pointe sur n'importe quel texte, ce texte sera automatiquement traduit. Appuyez \xE0 nouveau sur le raccourci pour d\xE9sactiver cette fonction de traduction automatique.","intro.hoverDescription":"La traduction au survol de la souris est une fonction tr\xE8s importante dans la traduction immersive. Il suffit de placer la souris sur le paragraphe et d'appuyer simultan\xE9ment sur la touche de raccourci d\xE9finie pour traduire automatiquement le paragraphe actuel (remarque : elle n'est pas activ\xE9e par d\xE9faut, veuillez la configurer ci-dessous). Cette interaction est utilis\xE9e pour mieux remplacer la traduction par s\xE9lection de mots. De plus, cette fonction est largement utilis\xE9e dans les zones de traduction qui ne peuvent pas \xEAtre reconnues. Vous pouvez utiliser cette fonction pour forcer la traduction de n'importe quel paragraphe.","neverTranslateText.description":"En raison de la reconnaissance insatisfaisante des noms propres par certains moteurs de traduction, vous pouvez ajouter des mots ici pour vous assurer qu'ils ne sont pas convertis pendant le processus de traduction. Veuillez noter que cette fonction distingue les majuscules et les minuscules et ne prend en charge que les langues \xE0 mots s\xE9par\xE9s par des espaces (comme l'anglais, le fran\xE7ais), elle n'est pas applicable aux langues comme le japonais, le cor\xE9en, etc.","intro.subtitleDescription":"Une fois cette fonction activ\xE9e, les sous-titres bilingues seront automatiquement affich\xE9s lors de la lecture de la vid\xE9o. Si elle n'est pas activ\xE9e, vous devrez cliquer manuellement sur le bouton de traduction sur la page pour afficher les sous-titres. Veuillez noter qu'en raison de limitations techniques, certains sites peuvent n\xE9cessiter un rafra\xEEchissement de la page ou attendre la fin de la traduction pour afficher les sous-titres bilingues. (De plus, vous pouvez \xE9galement activer/d\xE9sactiver le panneau de raccourcis de traduction immersive dans le coin sup\xE9rieur droit apr\xE8s avoir ouvert le site de la vid\xE9o).

La prise en charge des sous-titres bilingues est actuellement disponible sur ces sites :",geminiWarning:"Attention : Le service gratuit Gemini fourni par Google a des restrictions strictes, il est possible que Google juge que l'utilisateur utilise plusieurs cl\xE9s pour contourner leurs restrictions de quota gratuit, il n'est pas recommand\xE9 de l'utiliser, il est recommand\xE9 d'attendre que Google ouvre l'interface de paiement Gemini \xE0 l'avenir avant de l'utiliser.","floatBall.setting":"Param\xE9trage","floatBall.translateToLanguage":"Cliquez pour traduire en {language}","floatBall.file":"Traduire les fichiers PDF, EPUB, SRT, ASS, HTML, TXT",changeToOnlyTempTranslationMode:"Afficher uniquement les traductions",changeToDualTempTranslationMode:"Passer \xE0 la traduction bilingue","transitionMode.translation":"Seulement le texte traduit","options.navbar.installApp":"Installer l'application mobile","options.navbar.translateFile":"Traduire le document","subtitle.transitionMode":"Param\xE8tres de sous-titres vid\xE9o bilingues / traduction uniquement","subtitle.transitionModeDescription":"D\xE9finir les sous-titres vid\xE9o en mode bilingue ou en mode traduction uniquement","transitionMode.inherit":"Restez coh\xE9rent avec le mode d'affichage de traduction par d\xE9faut du syst\xE8me.","transitionMode.dual":"Contraste bilingue",translateFileTooltip:`Traduire PDF, ePub, srt, ass, HTML, fichiers TXT`,"description.multiplePrompt":`Lorsque le nombre de paragraphes est sup\xE9rieur \xE0 1, les dialogues envoy\xE9s \xE0 {service} en tant qu'utilisateur, o\xF9 {{from}} repr\xE9sente la langue du paragraphe, {{to}} repr\xE9sente la langue cible, {{yaml}} est le contenu du paragraphe que nous avons emball\xE9 au format yaml, si vous avez besoin de personnaliser Prompt, vous devez vous assurer que chaque \xE9l\xE9ment dans le r\xE9sultat YAML de la r\xE9ponse AI contient le champ {env.imt_trans_field}, {{imt_trans_field}} est le nom du champ de traduction que nous esp\xE9rons que l'IA r\xE9pondra, par d\xE9faut c'est {env.imt_trans_field}, {{imt_source_field}} est le nom du champ d'origine que nous passons \xE0 l'IA, par d\xE9faut c'est {env.imt_source_field}, exemple de r\xE9sultat : - id: 1 @@ -5087,7 +5087,7 @@ ass, HTML, fichiers TXT`,"description.multiplePrompt":`Lorsque le nombre de para {env.imt_sub_trans_field}: Traduction - id: 2 {env.imt_sub_source_field}: Source - {env.imt_sub_trans_field}: Traduction`,"subtitle.quickButton.magenta":"Fuchsia","subtitle.quickButton.red":"Rouge","subtitle.quickButton.setting":"Param\xE9trage","subtitle.quickButton.black":"noir","subtitle.quickButton.translationPosition":"Position de traduction","subtitle.quickButton.green":"Vert","subtitle.quickButton.translationFontSize":"Taille de police de traduction","subtitle.quickButton.sourceTextColor":"Couleur de police d'origine","translationServices.claude":"Claude","subtitle.quickButton.blue":"Bleu","subtitle.quickButton.sourceFontSize":"La taille originale de la police","subtitle.quickButton.translationTextColor":"Couleur de la police de traduction","subtitle.quickButton.backgroundColor":"couleur d'arri\xE8re-plan","subtitle.quickButton.white":"Blanc","subtitle.quickButton.translationPositionTop":"En haut de l'original","subtitle.quickButton.yellow":"jaune","subtitle.quickButton.cyan":"Bleu","subtitle.quickButton.backgroundOpacity":"Opacit\xE9 de l'arri\xE8re-plan","subtitle.quickButton.translationPositionBottom":"\u5728\u539F\u6587\u4E0B\u65B9",attachSubtitleTranslating:"Utilisation de {service} pour la traduction en cours...","error.claude.403":"Acc\xE8s temporairement interdit au service, cela peut \xEAtre li\xE9 aux restrictions r\xE9gionales de Claude. Vous pouvez essayer de changer votre adresse IP ou utiliser un autre service de traduction.","browser.brandDescriptionForSafari":"\u3010Traduction immersive\u3011Un plugin de traduction de pages web bilingue gratuit (texte original / traduction), qui supporte \xE9galement la traduction de PDF et de livres \xE9lectroniques EPUB tout en conservant la mise en page originale, la traduction de sous-titres bilingues pour des vid\xE9os en ligne comme Youtube/Netflix, et qui supporte les services de traduction principaux tels que Deepl/Google;","browser.PdfProFile":"AI pilot\xE9 PDF Pro traduction","browser.textTranslate":"Traduction de texte"};var Ol={nologin:"\u0905\u0902\u0926\u0930 \u092A\u094D\u0930\u0935\u0947\u0936 \u0915\u0940 \u0905\u0928\u0941\u092E\u0924\u093F \u0928\u0939\u0940\u0902 \u0939\u0948",loginForSafari:"\u0932\u0949\u0917-\u0907\u0928 \u092F\u093E \u092A\u0902\u091C\u0940\u0915\u0943\u0924",login:"\u0932\u0949\u0917 \u0907\u0928 \u0915\u0930\u0928\u0947 \u0915\u0947 \u092C\u093E\u0926 \u0906\u092A \u0938\u0926\u0938\u094D\u092F\u0924\u093E \u0938\u0915\u094D\u0930\u093F\u092F \u0915\u0930 \u0938\u0915\u0924\u0947 \u0939\u0948\u0902",manageAccount:"\u0916\u093E\u0924\u0947 \u0915\u093E \u092A\u094D\u0930\u092C\u0902\u0927\u0928 \u0915\u0930\u0947\u0902",openPremium:"\u0938\u0926\u0938\u094D\u092F\u0924\u093E \u0917\u094D\u0930\u0939\u0923 \u0915\u0930\u0947\u0902",logout:"\u091B\u094B\u0921\u093C\u0928\u093E",curentPlan:"\u0935\u0930\u094D\u0924\u092E\u093E\u0928 \u092A\u0948\u0915\u0947\u091C",endAt:"\u092A\u0930\u093F\u092A\u0915\u094D\u0935\u0924\u093E",endAuto:"\u0938\u094D\u0935\u091A\u093E\u0932\u093F\u0924 \u0928\u0935\u0940\u0915\u0930\u0923",lineBreakMaxTextCount:"\u092A\u0902\u0915\u094D\u0924\u093F \u0935\u093F\u0930\u093E\u092E \u0915\u0947 \u092C\u093E\u0926 \u092A\u094D\u0930\u0924\u093F \u0935\u093E\u0915\u094D\u092F \u0905\u0928\u0941\u092E\u0924 \u0935\u0930\u094D\u0923\u094B\u0902 \u0915\u0940 \u0905\u0927\u093F\u0915\u0924\u092E \u0938\u0902\u0916\u094D\u092F\u093E","translate-pdf":"\u092A\u0940\u0921\u0940\u090F\u092B \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u0915\u094D\u0932\u093F\u0915 \u0915\u0930\u0947\u0902","noSupportTranslate-pdf":"\u0938\u094D\u0915\u094D\u0930\u093F\u092A\u094D\u091F \u0938\u092E\u0930\u094D\u0925\u093F\u0924 \u0928\u0939\u0940\u0902 \u0939\u0948, \u0915\u0943\u092A\u092F\u093E \u092A\u094D\u0932\u0917-\u0907\u0928 \u0915\u093E \u0909\u092A\u092F\u094B\u0917 \u0915\u0930\u0947\u0902","translate-firefox-local-pdf":"\u092A\u0940\u0921\u0940\u090F\u092B \u0906\u092F\u093E\u0924 \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u0915\u094D\u0932\u093F\u0915 \u0915\u0930\u0947\u0902",enableLineBreak:"\u0932\u0902\u092C\u0947 \u0905\u0928\u0941\u091A\u094D\u091B\u0947\u0926\u094B\u0902 \u0915\u0947 \u0932\u093F\u090F \u0938\u094D\u0935\u091A\u093E\u0932\u093F\u0924 \u0936\u092C\u094D\u0926 \u0930\u0948\u092A\u093F\u0902\u0917 \u091A\u093E\u0932\u0942 \u0915\u0930\u0947\u0902",sponsorLabel:"$1 \u0938\u0947 \u0936\u0941\u0930\u0942 \u0915\u0930\u0915\u0947 \u0915\u093F\u0938\u0940 \u0921\u0947\u0935\u0932\u092A\u0930 \u0915\u094B \u092A\u094D\u0930\u093E\u092F\u094B\u091C\u093F\u0924 \u0915\u0930\u0947\u0902",help:"\u092E\u0926\u0926",browserShortcutsNoteForFirefox:'\u092B\u093C\u093E\u092F\u0930\u092B\u093C\u0949\u0915\u094D\u0938 \u092C\u094D\u0930\u093E\u0909\u091C\u093C\u0930 \u092E\u0947\u0902 \u0936\u0949\u0930\u094D\u091F\u0915\u091F \u0915\u0941\u0902\u091C\u093F\u092F\u094B\u0902 \u0915\u094B \u0938\u0902\u0936\u094B\u0927\u093F\u0924 \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F, \u0906\u092A\u0915\u094B \u090F\u0915\u094D\u0938\u091F\u0947\u0902\u0936\u0928 \u092A\u094D\u0930\u092C\u0902\u0927\u0928 \u092A\u0943\u0937\u094D\u0920 `about:addons` \u0916\u094B\u0932\u0928\u093E \u0939\u094B\u0917\u093E, \u092B\u093F\u0930 "\u0938\u0947\u091F\u093F\u0902\u0917\u094D\u0938" \u092A\u0930 \u0915\u094D\u0932\u093F\u0915 \u0915\u0930\u0947\u0902, \u092B\u093F\u0930 \u0907\u0938\u0947 \u0938\u0947\u091F \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F "\u0936\u0949\u0930\u094D\u091F\u0915\u091F \u0915\u0941\u0902\u091C\u093F\u092F\u093E\u0901 \u092A\u094D\u0930\u092C\u0902\u0927\u093F\u0924 \u0915\u0930\u0947\u0902" \u092A\u0930 \u0915\u094D\u0932\u093F\u0915 \u0915\u0930\u0947\u0902\u0964',browserShortcutsNoteForChrome:"\u0915\u094D\u0930\u094B\u092E-\u091C\u0948\u0938\u0947 \u092C\u094D\u0930\u093E\u0909\u091C\u093C\u0930 \u092E\u0947\u0902 \u0936\u0949\u0930\u094D\u091F\u0915\u091F \u0915\u0941\u0902\u091C\u093F\u092F\u094B\u0902 \u0915\u094B \u0938\u0902\u0936\u094B\u0927\u093F\u0924 \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F, \u0906\u092A\u0915\u094B \u090F\u0915\u094D\u0938\u091F\u0947\u0902\u0936\u0928 \u092A\u094D\u0930\u092C\u0902\u0927\u0928 \u092A\u0943\u0937\u094D\u0920 \u0916\u094B\u0932\u0928\u093E \u0939\u094B\u0917\u093E, \u0907\u0938\u0947 `\u0936\u0949\u0930\u094D\u091F\u0915\u091F \u092A\u094D\u0930\u092C\u0902\u0927\u093F\u0924 \u0915\u0930\u0947\u0902` \u092A\u0948\u0928\u0932 (`\u0915\u094D\u0930\u094B\u092E://\u090F\u0915\u094D\u0938\u091F\u0947\u0902\u0936\u0928/\u0936\u0949\u0930\u094D\u091F\u0915\u091F`) \u092E\u0947\u0902 \u0938\u0947\u091F \u0915\u0930\u0928\u093E \u0939\u094B\u0917\u093E, \u0914\u0930 \u0938\u0940\u0927\u0947 \u091C\u093E\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u0928\u0940\u091A\u0947 \u0926\u093F\u090F \u0917\u090F \u092C\u091F\u0928 \u092A\u0930 \u0915\u094D\u0932\u093F\u0915 \u0915\u0930\u0928\u093E \u0939\u094B\u0917\u093E \u0936\u0949\u0930\u094D\u091F\u0915\u091F \u0915\u0941\u0902\u091C\u0940 \u092A\u094D\u0930\u092C\u0902\u0927\u0928 \u092A\u0943\u0937\u094D\u0920.",browserShortcutsSucks:"\u0915\u0938\u094D\u091F\u092E \u0936\u0949\u0930\u094D\u091F\u0915\u091F \u0915\u0941\u0902\u091C\u0940 \u092A\u094D\u0930\u093E\u0930\u0942\u092A \u0939\u0948 (\u0915\u094B\u0908 \u0938\u094D\u0935\u091A\u093E\u0932\u093F\u0924 \u092A\u0939\u091A\u093E\u0928 \u0928\u0939\u0940\u0902, \u0915\u0943\u092A\u092F\u093E \u0938\u0940\u0927\u0947 \u0926\u0930\u094D\u091C \u0915\u0930\u0947\u0902)\uFF1A",enableLineBreakDescription:"\u091A\u093E\u0932\u0942 \u0939\u094B\u0928\u0947 \u092A\u0930, \u092A\u0922\u093C\u0928\u0947 \u0915\u0940 \u0938\u0941\u0935\u093F\u0927\u093E \u0915\u0947 \u0932\u093F\u090F \u092A\u094D\u0930\u0924\u094D\u092F\u0947\u0915 \u0935\u093E\u0915\u094D\u092F \u0915\u0947 \u0905\u0902\u0924 \u092E\u0947\u0902 \u0932\u0902\u092C\u0947 \u092A\u0948\u0930\u093E\u0917\u094D\u0930\u093E\u092B \u092E\u0947\u0902 \u0932\u093E\u0907\u0928 \u092C\u094D\u0930\u0947\u0915 \u0921\u093E\u0932\u0947 \u091C\u093E\u090F\u0902\u0917\u0947\u0964","browser.shortBrandName":"\u0917\u0939\u0928 \u0905\u0928\u0941\u0935\u093E\u0926","browser.brandName":"\u0907\u092E\u0930\u094D\u0938\u093F\u0935 \u0905\u0928\u0941\u0935\u093E\u0926: \u0926\u094D\u0935\u093F\u092D\u093E\u0937\u0940 \u0935\u0947\u092C \u092A\u0947\u091C \u0905\u0928\u0941\u0935\u093E\u0926 \u0914\u0930 \u092A\u0940\u0921\u0940\u090F\u092B \u0926\u0938\u094D\u0924\u093E\u0935\u0947\u091C\u093C \u0905\u0928\u0941\u0935\u093E\u0926","browser.brandDescription":"Bilingual web page translation, also supports PDF translation, bilingual Epub eBook translation, free to use.","browser.toggleTranslatePage":"\u0935\u0947\u092C \u092A\u0947\u091C \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0947\u0902/\u092E\u0942\u0932 \u092A\u093E\u0920 \u0926\u093F\u0916\u093E\u090F\u0902","browser.toggleTranslateTheWholePage":"\u092A\u0943\u0937\u094D\u0920 \u0915\u0947 \u0938\u092D\u0940 \u0915\u094D\u0937\u0947\u0924\u094D\u0930\u094B\u0902 \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0947\u0902/\u092E\u0942\u0932 \u092A\u093E\u0920 \u092A\u094D\u0930\u0926\u0930\u094D\u0936\u093F\u0924 \u0915\u0930\u0947\u0902","browser.toggleOnlyTransation":"\u0926\u094D\u0935\u093F\u092D\u093E\u0937\u0940/\u0915\u0947\u0935\u0932 \u0905\u0928\u0941\u0935\u093E\u0926 \u092E\u094B\u0921 \u092A\u0930 \u0938\u094D\u0935\u093F\u091A \u0915\u0930\u0947\u0902","browser.toggleTranslateToThePageEndImmediately":"\u0924\u0941\u0930\u0902\u0924 \u092A\u0943\u0937\u094D\u0920 \u0915\u0947 \u0928\u0940\u091A\u0947 \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0947\u0902/\u092E\u0942\u0932 \u092A\u093E\u0920 \u0926\u093F\u0916\u093E\u090F\u0902","browser.toggleTranslateTheMainPage":"\u092A\u0943\u0937\u094D\u0920 \u0915\u0947 \u092E\u0941\u0916\u094D\u092F \u0915\u094D\u0937\u0947\u0924\u094D\u0930 \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0947\u0902/\u092E\u0942\u0932 \u092A\u093E\u0920 \u092A\u094D\u0930\u0926\u0930\u094D\u0936\u093F\u0924 \u0915\u0930\u0947\u0902","browser.shareToDraft":"\u0926\u094D\u0935\u093F\u092D\u093E\u0937\u0940 \u092A\u0943\u0937\u094D\u0920 \u0938\u093E\u091D\u093E \u0915\u0930\u0947\u0902","browser.openOptionsPage":"\u0938\u0947\u091F\u093F\u0902\u0917 \u092A\u0943\u0937\u094D\u0920 \u0916\u094B\u0932\u0947\u0902","browser.toggleTranslationMask":"\u0905\u0928\u0941\u0935\u093E\u0926 \u0927\u0941\u0902\u0927\u0932\u093E \u092A\u094D\u0930\u092D\u093E\u0935 \u0926\u093F\u0916\u093E\u090F\u0901/\u091B\u093F\u092A\u093E\u090F\u0901","browser.translateLocalPdfFile":"\u0938\u094D\u0925\u093E\u0928\u0940\u092F \u092A\u0940\u0921\u0940\u090F\u092B \u092B\u093E\u0907\u0932\u094B\u0902 \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0947\u0902","browser.openEbookViewer":"\u0938\u094D\u0925\u093E\u0928\u0940\u092F \u0908-\u092A\u0941\u0938\u094D\u0924\u0915\u0947\u0902 \u092A\u0922\u093C\u0947\u0902","browser.openEbookBuilder":"\u0926\u094D\u0935\u093F\u092D\u093E\u0937\u0940 EPUB \u0908-\u092A\u0941\u0938\u094D\u0924\u0915\u0947\u0902 \u092C\u0928\u093E\u090F\u0901","browser.translateLocalHtmlFile":"HTML/txt \u092B\u093C\u093E\u0907\u0932\u094B\u0902 \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0947\u0902","browser.donateContext":"\u092A\u094D\u0930\u093E\u092F\u094B\u091C\u0928 \u0932\u093E\u092D\u094B\u0902 \u0915\u0947 \u092C\u093E\u0930\u0947 \u092E\u0947\u0902 \u091C\u093E\u0928\u0947\u0902","browser.translateLocalSubtitleFile":"\u0938\u094D\u0925\u093E\u0928\u0940\u092F \u0909\u092A\u0936\u0940\u0930\u094D\u0937\u0915 \u092B\u093C\u093E\u0907\u0932\u094B\u0902 \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0947\u0902",confirmResetConfig:"\u0915\u094D\u092F\u093E \u0906\u092A \u0935\u093E\u0915\u0908 \u0905\u092A\u0928\u0940 \u0938\u0947\u091F\u093F\u0902\u0917\u094D\u0938 \u0930\u0940\u0938\u0947\u091F \u0915\u0930\u0928\u093E \u091A\u093E\u0939\u0924\u0947 \u0939\u0948\u0902?",translationLineBreakSettingTitle:"\u0905\u0928\u0941\u0935\u093E\u0926 \u092A\u0902\u0915\u094D\u0924\u093F \u0930\u0948\u092A\u093F\u0902\u0917 \u0938\u0947\u091F\u093F\u0902\u0917",smartLineBreak:"\u0938\u094D\u092E\u093E\u0930\u094D\u091F \u0932\u093E\u0907\u0928 \u0930\u0948\u092A\u093F\u0902\u0917",alwaysLineBreak:"\u0939\u092E\u0947\u0936\u093E \u0932\u092A\u0947\u091F\u094B",isShowContextMenu:"\u0905\u0928\u0941\u0935\u093E\u0926\u093F\u0924 \u0935\u0947\u092C \u092A\u0947\u091C \u0915\u094B \u0930\u093E\u0907\u091F-\u0915\u094D\u0932\u093F\u0915 \u092E\u0947\u0928\u0942 \u0906\u0907\u091F\u092E \u092E\u0947\u0902 \u091C\u094B\u0921\u093C\u0947\u0902",toggleBeta:"\u092C\u0940\u091F\u093E \u092A\u0930\u0940\u0915\u094D\u0937\u0923 \u0938\u0941\u0935\u093F\u0927\u093E\u090F\u0901 \u0938\u0915\u094D\u0937\u092E \u0915\u0930\u0947\u0902",betaDescription:"\u0909\u0928 \u0938\u0941\u0935\u093F\u0927\u093E\u0913\u0902 \u0915\u094B \u0938\u0915\u094D\u0937\u092E \u0915\u0930\u0947\u0902 \u091C\u094B \u0905\u092D\u0940 \u092D\u0940 \u092A\u094D\u0930\u092F\u094B\u0917\u093E\u0924\u094D\u092E\u0915 \u0939\u0948\u0902, \u0938\u093E\u0925 \u0939\u0940 \u092A\u0930\u0940\u0915\u094D\u0937\u0923 \u092E\u0947\u0902 \u0905\u0928\u0941\u0935\u093E\u0926 \u0938\u0947\u0935\u093E\u090F\u0902 \u092D\u0940 \u0938\u0915\u094D\u0937\u092E \u0915\u0930\u0947\u0902\u0964 <1>\u091F\u0947\u0932\u0940\u0917\u094D\u0930\u093E\u092E \u0938\u092E\u0942\u0939 \u0938\u0947 \u091C\u0941\u0921\u093C\u0947\u0902 \u0914\u0930 \u0905\u0927\u093F\u0915 \u091C\u093E\u0928\u0947\u0902\u0964",translationLineBreakSettingDescription:"\u0939\u092E\u0947\u0936\u093E \u0930\u0948\u092A \u0915\u092E \u0938\u093E\u092E\u0917\u094D\u0930\u0940 \u0935\u093E\u0932\u0947 \u0932\u0947\u0906\u0909\u091F \u0915\u0947 \u0932\u093F\u090F \u0909\u092A\u092F\u0941\u0915\u094D\u0924 \u0939\u094B\u0924\u093E \u0939\u0948 \u0914\u0930 \u0905\u0927\u093F\u0915 \u0938\u0941\u0935\u094D\u092F\u0935\u0938\u094D\u0925\u093F\u0924 \u0939\u094B\u0924\u093E \u0939\u0948\u0964 (\u0938\u094D\u0925\u093E\u0928 \u092C\u091A\u093E\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u092C\u0939\u0941\u0924 \u0938\u093E\u0930\u0940 \u0938\u093E\u092E\u0917\u094D\u0930\u0940 ({count}\u0938\u0947 \u0905\u0927\u093F\u0915 \u0905\u0915\u094D\u0937\u0930) \u0935\u093E\u0932\u0947 \u0932\u0902\u092C\u0947 \u092A\u0948\u0930\u093E\u0917\u094D\u0930\u093E\u092B \u092E\u0947\u0902 \u0938\u094D\u092E\u093E\u0930\u094D\u091F \u0932\u093E\u0907\u0928 \u092C\u094D\u0930\u0947\u0915 \u0915\u093E \u0909\u092A\u092F\u094B\u0917 \u0915\u0930\u0947\u0902)",tempTranslateDomainTitle:"\u0935\u0947\u092C\u0938\u093E\u0907\u091F \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u094B \u0905\u0938\u094D\u0925\u093E\u092F\u0940 \u0930\u0942\u092A \u0938\u0947 \u0915\u092C \u0924\u0915 \u0938\u0915\u094D\u0937\u092E \u0915\u0930\u0928\u093E \u0939\u0948",tempTranslateDomainDescription:"\u0915\u093F\u0938\u0940 \u0935\u0947\u092C \u092A\u0947\u091C \u0915\u093E \u092E\u0948\u0928\u094D\u092F\u0941\u0905\u0932 \u0930\u0942\u092A \u0938\u0947 \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0924\u0947 \u0938\u092E\u092F, \u0938\u094D\u0935\u091A\u093E\u0932\u093F\u0924 \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0947 \u0932\u093F\u090F \u0935\u0947\u092C\u0938\u093E\u0907\u091F \u0915\u094B \u0905\u0938\u094D\u0925\u093E\u092F\u0940 \u0930\u0942\u092A \u0938\u0947 \u091A\u093E\u0932\u0942 \u0915\u0930\u0947\u0902, \u0914\u0930 \u0906\u092A \u0905\u0938\u094D\u0925\u093E\u092F\u0940 \u0905\u0935\u0927\u093F \u0928\u093F\u0930\u094D\u0927\u093E\u0930\u093F\u0924 \u0915\u0930 \u0938\u0915\u0924\u0947 \u0939\u0948\u0902\u0964",xMinutes:"{count} \u092E\u093F\u0928\u091F",disabled:"\u0905\u0915\u094D\u0937\u092E \u0915\u0930\u0928\u093E",changelog:"\u0932\u0949\u0917 \u092C\u0926\u0932\u0947\u0902",toggleTranslatePageWhenThreeFingersOnTheScreen:"\u0935\u0947\u092C \u092A\u0947\u091C \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0928\u0947/\u092E\u0942\u0932 \u092A\u093E\u0920 \u092A\u094D\u0930\u0926\u0930\u094D\u0936\u093F\u0924 \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u090F\u0915 \u0939\u0940 \u0938\u092E\u092F \u092E\u0947\u0902 \u0915\u0908 \u0905\u0902\u0917\u0941\u0932\u093F\u092F\u094B\u0902 \u0938\u0947 \u0938\u094D\u0915\u094D\u0930\u0940\u0928 \u0915\u094B \u0938\u094D\u092A\u0930\u094D\u0936 \u0915\u0930\u0947\u0902",toggleTranslationMaskWhenThreeFingersOnTheScreen:"\u0905\u0928\u0941\u0935\u093E\u0926 \u0927\u0941\u0902\u0927\u0932\u093E \u092A\u094D\u0930\u092D\u093E\u0935 \u0926\u093F\u0916\u093E\u0928\u0947/\u091B\u093F\u092A\u093E\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u090F\u0915 \u0939\u0940 \u0938\u092E\u092F \u092E\u0947\u0902 \u0915\u0908 \u0905\u0902\u0917\u0941\u0932\u093F\u092F\u094B\u0902 \u0915\u094B \u0938\u094D\u092A\u0930\u094D\u0936 \u0915\u0930\u0947\u0902",fingerCountToToggleTranslagePageOnlyTranslationWhenTouching:"\u0935\u0947\u092C \u092A\u0947\u091C \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 (\u0915\u0947\u0935\u0932 \u0905\u0928\u0941\u0935\u093E\u0926)/\u092E\u0942\u0932 \u092A\u093E\u0920 \u092A\u094D\u0930\u0926\u0930\u094D\u0936\u093F\u0924 \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u090F\u0915 \u0939\u0940 \u0938\u092E\u092F \u092E\u0947\u0902 \u0915\u0908 \u0905\u0902\u0917\u0941\u0932\u093F\u092F\u094B\u0902 \u0938\u0947 \u0938\u094D\u0915\u094D\u0930\u0940\u0928 \u0915\u094B \u0938\u094D\u092A\u0930\u094D\u0936 \u0915\u0930\u0947\u0902",addUrlDescription:"\u092F\u0939 \u090F\u0915 \u0921\u094B\u092E\u0947\u0928 \u0928\u093E\u092E \u0939\u094B \u0938\u0915\u0924\u093E \u0939\u0948 \u0914\u0930 \u0935\u093E\u0907\u0932\u094D\u0921\u0915\u093E\u0930\u094D\u0921 \u0915\u093E \u0938\u092E\u0930\u094D\u0925\u0928 \u0915\u0930\u0924\u093E \u0939\u0948, \u091C\u0948\u0938\u0947\uFF1A*.google.com, google.com/mail/*, https://www.google.com/*",general:"\u092E\u0942\u0932 \u0938\u0947\u091F\u093F\u0902\u0917\u094D\u0938",clickToExpandConfig:"\u0935\u0930\u094D\u0924\u092E\u093E\u0928 \u0915\u0949\u0928\u094D\u092B\u093C\u093F\u0917\u0930\u0947\u0936\u0928 \u0915\u093E \u0935\u093F\u0938\u094D\u0924\u093E\u0930 \u0915\u0930\u0947\u0902",import:"\u092B\u093C\u093E\u0907\u0932 \u0938\u0947 \u0906\u092F\u093E\u0924 \u0915\u0930\u0947\u0902",export:"\u092B\u093C\u093E\u0907\u0932 \u092E\u0947\u0902 \u0928\u093F\u0930\u094D\u092F\u093E\u0924 \u0915\u0930\u0947\u0902",toggleDebug:"\u0915\u0902\u0938\u094B\u0932 \u092A\u0930 \u0921\u093F\u092C\u0917 \u0932\u0949\u0917 \u092A\u094D\u0930\u093F\u0902\u091F \u0915\u0930\u0947\u0902","fingers.0":"\u092C\u0902\u0926","fingers.2":"\u0926\u094B \u0909\u0902\u0917\u0932\u093F\u092F\u094B\u0902 \u0915\u093E \u0938\u094D\u092A\u0930\u094D\u0936","fingers.3":"\u0924\u0940\u0928 \u0909\u0902\u0917\u0932\u093F\u092F\u094B\u0902 \u0915\u093E \u0938\u094D\u092A\u0930\u094D\u0936","fingers.4":"\u091A\u093E\u0930 \u0905\u0902\u0917\u0941\u0932 \u0915\u093E \u0938\u094D\u092A\u0930\u094D\u0936","fingers.5":"\u092A\u093E\u0901\u091A \u0905\u0902\u0917\u0941\u0932 \u0915\u093E \u0938\u094D\u092A\u0930\u094D\u0936",mouseHoldKey:"+ {key} \u0907\u0938 \u0905\u0928\u0941\u091A\u094D\u091B\u0947\u0926 \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926/\u092A\u0941\u0928\u0930\u094D\u0938\u094D\u0925\u093E\u092A\u0928\u093E \u0915\u0930\u0947\u0902",mouseHoldKeyAuto:"\u0907\u0938 \u0905\u0928\u0941\u091A\u094D\u091B\u0947\u0926 \u0915\u093E \u0938\u0940\u0927\u0947 \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0947\u0902",mouseHoldKeyOff:"\u0915\u0941\u091B \u092E\u0924 \u0915\u0930\u094B",mouseHoldKeyOther:"\u0915\u0938\u094D\u091F\u092E \u0936\u0949\u0930\u094D\u091F\u0915\u091F \u0915\u0941\u0902\u091C\u093F\u092F\u093E\u0901 (\u0938\u0947\u091F\u093F\u0902\u0917\u094D\u0938 \u0916\u094B\u0932\u0947\u0902)",mouseHoldKeyCustomKey:"0\u0907\u0938 \u0905\u0928\u0941\u091A\u094D\u091B\u0947\u0926 \u0915\u093E {key} /\u092A\u0941\u0928\u0930\u094D\u0938\u094D\u0925\u093E\u092A\u0928\u093E \u0915\u0930\u0947\u0902",mouseHoverHoldKey:"\u092A\u0948\u0930\u093E\u0917\u094D\u0930\u093E\u092B \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u092E\u093E\u0909\u0938 \u0915\u094B \u0918\u0941\u092E\u093E\u090F\u0901 \u0914\u0930 \u0936\u0949\u0930\u094D\u091F\u0915\u091F \u0915\u0941\u0902\u091C\u0940 \u0926\u092C\u093E\u090F\u0901","mouse-translate":"\u092E\u093E\u0909\u0938 \u0915\u0947 \u090A\u092A\u0930",document:"\u0926\u0938\u094D\u0924\u093E\u0935\u0947\u091C\u093C",resetSuccess:"\u0938\u092D\u0940 \u0938\u0947\u091F\u093F\u0902\u0917\u094D\u0938 \u0938\u092B\u0932\u0924\u093E\u092A\u0942\u0930\u094D\u0935\u0915 \u0930\u0940\u0938\u0947\u091F \u0915\u0930\u0947\u0902",resetThisSuccess:"\u0930\u0940\u0938\u0947\u091F \u0938\u092B\u0932",saved:"\u0938\u092B\u0932\u0924\u093E\u092A\u0942\u0930\u094D\u0935\u0915 \u092C\u091A\u093E\u092F\u093E",successImportConfig:"\u0915\u0949\u0928\u094D\u092B\u093C\u093F\u0917\u0930\u0947\u0936\u0928 \u0938\u092B\u0932\u0924\u093E\u092A\u0942\u0930\u094D\u0935\u0915 \u0906\u092F\u093E\u0924 \u0915\u093F\u092F\u093E \u0917\u092F\u093E",goAdvancedSettings:"\u0909\u0928\u094D\u0928\u0924 \u0938\u0947\u091F\u093F\u0902\u0917 \u092A\u0943\u0937\u094D\u0920 \u092A\u0930 \u091C\u093E\u090F\u0901",goAdvancedInterfaceSettings:"\u0909\u0928\u094D\u0928\u0924 \u0905\u0928\u0941\u0915\u0942\u0932\u0928 \u0938\u0947\u091F\u093F\u0902\u0917 \u092A\u0943\u0937\u094D\u0920 \u092A\u0930 \u091C\u093E\u090F\u0901",advanced:"\u090F\u0921\u0935\u093E\u0902\u0938 \u0938\u0947\u091F\u093F\u0902\u0917",advancedDescription:"\u0906\u092E \u0924\u094C\u0930 \u092A\u0930, \u0915\u093F\u0938\u0940 \u0938\u0947\u091F\u093F\u0902\u0917 \u0915\u0940 \u0906\u0935\u0936\u094D\u092F\u0915\u0924\u093E \u0928\u0939\u0940\u0902 \u0939\u0948, \u092C\u0938 \u0921\u093F\u092B\u093C\u0949\u0932\u094D\u091F \u0930\u0916\u0947\u0902\u0964 \u0915\u0947\u0935\u0932 \u0905\u0927\u093F\u0915 \u092A\u0947\u0936\u0947\u0935\u0930 \u0909\u092A\u092F\u094B\u0917\u0915\u0930\u094D\u0924\u093E\u0913\u0902 \u0915\u0947 \u0932\u093F\u090F, \u0905\u0927\u093F\u0915 \u0935\u0948\u092F\u0915\u094D\u0924\u093F\u0915\u0943\u0924 \u0938\u0947\u091F\u093F\u0902\u0917\u094D\u0938 \u092A\u094D\u0930\u0926\u093E\u0928 \u0915\u0940 \u091C\u093E\u0924\u0940 \u0939\u0948\u0902\u0964",developer:"\u0921\u0947\u0935\u0932\u092A\u0930 \u0938\u0947\u091F\u093F\u0902\u0917\u094D\u0938",donateCafe:"\u0915\u0940\u092E\u0924","translate to the bottom of the page":"\u0935\u0947\u092C \u092A\u0947\u091C \u092E\u0947\u0902 \u092A\u094D\u0930\u0935\u0947\u0936 \u0915\u0930\u0928\u0947 \u0915\u0947 \u092C\u093E\u0926, \u0915\u094D\u092F\u093E \u0907\u0938\u0915\u093E \u0924\u0941\u0930\u0902\u0924 \u092A\u0943\u0937\u094D\u0920 \u0915\u0947 \u0928\u093F\u091A\u0932\u0947 \u092D\u093E\u0917 \u092E\u0947\u0902 \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u093F\u092F\u093E \u091C\u093E\u0924\u093E \u0939\u0948?",feedback:"\u092A\u094D\u0930\u0924\u093F\u0915\u094D\u0930\u093F\u092F\u093E",toggleTranslatePage:"\u0935\u0947\u092C \u092A\u0947\u091C \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0947\u0902/\u092E\u0942\u0932 \u092A\u093E\u0920 \u0926\u093F\u0916\u093E\u090F\u0902",translateToThePageEndImmediatelyDescription:"\u091A\u093E\u0932\u0942 \u0939\u094B\u0928\u0947 \u092A\u0930, \u0915\u093F\u0938\u0940 \u0935\u0947\u092C\u092A\u0947\u091C \u092E\u0947\u0902 \u092A\u094D\u0930\u0935\u0947\u0936 \u0915\u0930\u0928\u0947 \u092A\u0930 \u0938\u093E\u092E\u0917\u094D\u0930\u0940 \u0924\u0941\u0930\u0902\u0924 \u090A\u092A\u0930 \u0938\u0947 \u0928\u0940\u091A\u0947 \u0924\u0915 \u0905\u0928\u0941\u0935\u093E\u0926\u093F\u0924 \u0939\u094B \u091C\u093E\u090F\u0917\u0940\u0964 \u092F\u0926\u093F \u092C\u0902\u0926 \u0939\u0948, \u0924\u094B \u0906\u092A \u090F\u0915 \u0939\u0940 \u0938\u092E\u092F \u092E\u0947\u0902 \u092A\u0922\u093C \u0914\u0930 \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930 \u0938\u0915\u0924\u0947 \u0939\u0948\u0902\u0964 (\u091A\u093E\u0932\u0942 \u0915\u0930\u0928\u0947 \u0915\u0940 \u0905\u0928\u0941\u0936\u0902\u0938\u093E \u0928\u0939\u0940\u0902 \u0915\u0940 \u0917\u0908)","translate all areas of the page":"\u0935\u0947\u092C \u092A\u0947\u091C \u0915\u0947 \u0938\u092D\u0940 \u0915\u094D\u0937\u0947\u0924\u094D\u0930\u094B\u0902 \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0928\u093E \u0939\u0948 \u092F\u093E \u0928\u0939\u0940\u0902",translationAreaDescription:"\u091A\u093E\u0932\u0942 \u0939\u094B\u0928\u0947 \u092A\u0930, \u0938\u0902\u092A\u0942\u0930\u094D\u0923 \u0935\u0947\u092C \u092A\u0947\u091C \u0915\u0947 \u0938\u092D\u0940 \u0915\u094D\u0937\u0947\u0924\u094D\u0930\u094B\u0902 \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u093F\u092F\u093E \u091C\u093E\u090F\u0917\u093E\u0964 \u092F\u0926\u093F \u092C\u0902\u0926 \u0915\u093F\u092F\u093E \u091C\u093E\u0924\u093E \u0939\u0948, \u0924\u094B \u0921\u093F\u092B\u093C\u0949\u0932\u094D\u091F \u0938\u094D\u092E\u093E\u0930\u094D\u091F \u092A\u0939\u091A\u093E\u0928 \u0915\u093E \u0909\u092A\u092F\u094B\u0917 \u0915\u093F\u092F\u093E \u091C\u093E\u0924\u093E \u0939\u0948 \u0914\u0930 \u0915\u0947\u0935\u0932 \u092E\u0941\u0916\u094D\u092F \u0915\u094D\u0937\u0947\u0924\u094D\u0930 \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u093F\u092F\u093E \u091C\u093E\u0924\u093E \u0939\u0948\u0964 (\u091A\u093E\u0932\u0942 \u0915\u0930\u0928\u0947 \u0915\u0940 \u0905\u0928\u0941\u0936\u0902\u0938\u093E \u0928\u0939\u0940\u0902 \u0915\u0940 \u0917\u0908)","the number of characters to be translated first":"\u0926\u0943\u0936\u094D\u092F \u0915\u094D\u0937\u0947\u0924\u094D\u0930 \u0924\u0915 \u0938\u094D\u0915\u094D\u0930\u0949\u0932 \u0915\u0930\u0928\u0947 \u0915\u0940 \u092A\u094D\u0930\u0924\u0940\u0915\u094D\u0937\u093E \u0915\u093F\u090F \u092C\u093F\u0928\u093E \u092A\u0943\u0937\u094D\u0920 \u0915\u0947 \u092A\u0939\u0932\u0947 \u0915\u0941\u091B \u0935\u0930\u094D\u0923\u094B\u0902 \u0915\u093E \u0938\u0940\u0927\u0947 \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0947\u0902","interface language":"\u0907\u0902\u091F\u0930\u092B\u093C\u0947\u0938 \u092D\u093E\u0937\u093E","display both the original text and the translation":"\u092E\u0942\u0932 \u092A\u093E\u0920 \u0914\u0930 \u0905\u0928\u0941\u0935\u093E\u0926 \u090F\u0915 \u0938\u093E\u0925 \u092A\u094D\u0930\u0926\u0930\u094D\u0936\u093F\u0924 \u0915\u0930\u0947\u0902","keyboard shortcuts":"\u0915\u0941\u0902\u091C\u0940\u092A\u091F\u0932 \u0905\u0932\u094D\u092A \u092E\u093E\u0930\u094D\u0917",modify:"\u0936\u0949\u0930\u094D\u091F\u0915\u091F \u0915\u0941\u0902\u091C\u093F\u092F\u093E\u0901 \u0938\u0902\u0936\u094B\u0927\u093F\u0924 \u0915\u0930\u0947\u0902",reset:"\u0930\u0940\u0938\u0947\u091F",close:"\u092C\u0902\u0926",homepage:"\u0939\u094B\u092E \u092A\u0947\u091C",more:"\u0905\u0927\u093F\u0915",moreOptions:"\u0905\u0927\u093F\u0915 \u0905\u0928\u0941\u0915\u0942\u0932\u0928 \u0935\u093F\u0915\u0932\u094D\u092A\u094B\u0902 \u0915\u093E \u0935\u093F\u0938\u094D\u0924\u093E\u0930 \u0915\u0930\u0947\u0902",translateTheWholePage:"\u092A\u0943\u0937\u094D\u0920 \u0915\u0947 \u0938\u092D\u0940 \u0915\u094D\u0937\u0947\u0924\u094D\u0930\u094B\u0902 \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0947\u0902 (\u092C\u0941\u0926\u094D\u0927\u093F\u092E\u093E\u0928 \u092A\u0939\u091A\u093E\u0928 \u0915\u0947 \u092E\u0941\u0916\u094D\u092F \u0915\u094D\u0937\u0947\u0924\u094D\u0930\u094B\u0902 \u0938\u0947 \u092D\u093F\u0928\u094D\u0928)",changeToTranslateTheWholePage:"\u0938\u092D\u0940 \u0915\u094D\u0937\u0947\u0924\u094D\u0930\u094B\u0902 \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u0938\u094D\u0935\u093F\u091A \u0915\u0930\u0947\u0902",changeToTranslateTheMainPage:"\u0905\u0928\u0941\u0935\u093E\u0926 \u092E\u0941\u0916\u094D\u092F \u0915\u094D\u0937\u0947\u0924\u094D\u0930 \u092A\u0930 \u0938\u094D\u0935\u093F\u091A \u0915\u0930\u0947\u0902",changeToOnlyTranslationMode:"\u0915\u0947\u0935\u0932 \u0905\u0928\u0941\u0935\u093E\u0926 \u0926\u093F\u0916\u093E\u0928\u0947 \u092A\u0930 \u0938\u094D\u0935\u093F\u091A \u0915\u0930\u0947\u0902",changeToDualTranslationMode:"\u0926\u094D\u0935\u093F\u092D\u093E\u0937\u0940 \u0905\u0928\u0941\u0935\u093E\u0926 \u092A\u0930 \u0938\u094D\u0935\u093F\u091A \u0915\u0930\u0947\u0902",translateToThePageEndImmediately:"\u0924\u0941\u0930\u0902\u0924 \u092A\u0943\u0937\u094D\u0920 \u0915\u0947 \u0928\u0940\u091A\u0947 \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0947\u0902",translateTheMainPage:"\u092C\u0941\u0926\u094D\u0927\u093F\u092E\u093E\u0928 \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0947 \u092E\u0941\u0916\u094D\u092F \u0915\u094D\u0937\u0947\u0924\u094D\u0930","The local rules are up to date":"\u0938\u094D\u0925\u093E\u0928\u0940\u092F \u0905\u0928\u0941\u0915\u0942\u0932\u0928 \u0928\u093F\u092F\u092E \u0905\u0926\u094D\u092F\u0924\u093F\u0924 \u0939\u0948\u0902:","Successfully synchronized with the latest official rules:":"\u0928\u0935\u0940\u0928\u0924\u092E \u0906\u0927\u093F\u0915\u093E\u0930\u093F\u0915 \u0905\u0928\u0941\u0915\u0942\u0932\u0928 \u0928\u093F\u092F\u092E\u094B\u0902 \u0915\u094B \u0938\u092B\u0932\u0924\u093E\u092A\u0942\u0930\u094D\u0935\u0915 \u0938\u093F\u0902\u0915\u094D\u0930\u0928\u093E\u0907\u091C\u093C \u0915\u093F\u092F\u093E \u0917\u092F\u093E:","Checking for updates":"\u0905\u092A\u0921\u0947\u091F \u0915\u0947 \u0932\u093F\u090F \u091C\u093E\u0902\u091A \u0915\u0930 \u0930\u0939\u093E \u0939\u0948","Rules are being synchronized":"\u0905\u0928\u0941\u0915\u0942\u0932\u0928 \u0928\u093F\u092F\u092E\u094B\u0902 \u0915\u094B \u0938\u093F\u0902\u0915\u094D\u0930\u0928\u093E\u0907\u091C\u093C \u0915\u0930\u0928\u093E",localVersionIsTooOld:"\u0938\u094D\u0925\u093E\u0928\u0940\u092F \u090F\u0915\u094D\u0938\u091F\u0947\u0902\u0936\u0928 \u0938\u0902\u0938\u094D\u0915\u0930\u0923 \u092C\u0939\u0941\u0924 \u092A\u0941\u0930\u093E\u0928\u093E \u0939\u0948\u0964 \u0915\u0943\u092A\u092F\u093E \u090F\u0915\u094D\u0938\u091F\u0947\u0902\u0936\u0928 {minVersion} \u092F\u093E \u0928\u090F \u0938\u0902\u0938\u094D\u0915\u0930\u0923 \u092E\u0947\u0902 \u0905\u092A\u0917\u094D\u0930\u0947\u0921 \u0915\u0930\u0947\u0902 \u0914\u0930 \u092B\u093F\u0930 \u0938\u0947 \u0938\u093F\u0902\u0915\u094D\u0930\u0928\u093E\u0907\u091C\u093C\u0947\u0936\u0928 \u0915\u093E \u092A\u094D\u0930\u092F\u093E\u0938 \u0915\u0930\u0947\u0902\u0964",badUserscriptBrowser:"\u0935\u0930\u094D\u0924\u092E\u093E\u0928 \u092C\u094D\u0930\u093E\u0909\u091C\u093C\u0930 \u0917\u094D\u0930\u0940\u0938 \u092E\u0902\u0915\u0940 \u090F\u0915\u094D\u0938\u091F\u0947\u0902\u0936\u0928 \u0907\u0902\u091F\u0930\u092B\u093C\u0947\u0938 \u0915\u094B \u0938\u0939\u0940 \u0922\u0902\u0917 \u0938\u0947 \u0915\u093E\u0930\u094D\u092F\u093E\u0928\u094D\u0935\u093F\u0924 \u0928\u0939\u0940\u0902 \u0915\u0930\u0924\u093E \u0939\u0948 (\u091C\u0948\u0938\u0947 \u0915\u093F \u0917\u094D\u0930\u0940\u0938 \u092E\u0902\u0915\u0940 \u0938\u094D\u0915\u094D\u0930\u093F\u092A\u094D\u091F \u0915\u0940 \u0938\u0902\u0938\u094D\u0915\u0930\u0923 \u0938\u0902\u0916\u094D\u092F\u093E \u0915\u0940 \u091C\u093E\u0928\u0915\u093E\u0930\u0940 \u092A\u094D\u0930\u093E\u092A\u094D\u0924 \u0915\u0930\u0928\u093E), \u0915\u0943\u092A\u092F\u093E \u0905\u0928\u094D\u092F <1> \u0938\u092E\u0930\u094D\u0925\u0928 \u0917\u094D\u0930\u0940\u0938 \u092E\u0902\u0915\u0940 \u090F\u0915\u094D\u0938\u091F\u0947\u0902\u0936\u0928 \u0915\u093E \u0909\u092A\u092F\u094B\u0917 \u0915\u0930\u0947\u0902 \u092B\u093C\u093E\u092F\u0930\u092B\u093C\u0949\u0915\u094D\u0938 \u091C\u0948\u0938\u0947 \u092C\u094D\u0930\u093E\u0909\u091C\u093C\u0930",foundNewVersion:"\u0928\u092F\u093E \u0938\u0902\u0938\u094D\u0915\u0930\u0923 \u092E\u093F\u0932\u093E",theLocalExtensionIsUpToUpdate:"\u0935\u0930\u094D\u0924\u092E\u093E\u0928 \u090F\u0915\u094D\u0938\u091F\u0947\u0902\u0936\u0928 \u0928\u0935\u0940\u0928\u0924\u092E \u0938\u0902\u0938\u094D\u0915\u0930\u0923 \u0939\u0948.",failToSyncRules:"\u0928\u0935\u0940\u0928\u0924\u092E \u0905\u0928\u0941\u0915\u0942\u0932\u0928 \u0928\u093F\u092F\u092E\u094B\u0902 \u0915\u094B \u0938\u093F\u0902\u0915\u094D\u0930\u0928\u093E\u0907\u091C\u093C \u0915\u0930\u0928\u0947 \u092E\u0947\u0902 \u0935\u093F\u092B\u0932",retry:"\u092A\u0941\u0928\u0903 \u092A\u094D\u0930\u092F\u093E\u0938 \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u092F\u0939\u093E\u0902 \u092A\u0930 \u0915\u094D\u0932\u093F\u0915 \u0915\u0930\u0947\u0902",failedReason:"\u0905\u0938\u092B\u0932\u0924\u093E \u0915\u093E \u0915\u093E\u0930\u0923",currentRuleVersion:"\u0935\u0930\u094D\u0924\u092E\u093E\u0928 \u0928\u093F\u092F\u092E \u0938\u0902\u0938\u094D\u0915\u0930\u0923",calculating:"\u0917\u093F\u0928\u093E \u091C\u093E \u0930\u0939\u093E \u0939\u0948",unknownError:"\u0905\u091C\u094D\u091E\u093E\u0924 \u0917\u0932\u0924\u0940",canNotFetchRemoteRule:"\u0926\u0942\u0930\u0938\u094D\u0925 \u0928\u093F\u092F\u092E \u092A\u094D\u0930\u093E\u092A\u094D\u0924 \u0915\u0930\u0928\u0947 \u092E\u0947\u0902 \u0905\u0938\u092E\u0930\u094D\u0925",enableAlphaSuccess:"\u0905\u0932\u094D\u092B\u093C\u093E \u092B\u093C\u0902\u0915\u094D\u0936\u0928 \u091A\u093E\u0932\u0942 \u0939\u0941\u0906",disableAlphaSuccess:"\u0905\u0932\u094D\u092B\u093C\u093E \u0938\u0941\u0935\u093F\u0927\u093E \u092C\u0902\u0926 \u0915\u0930 \u0926\u0940 \u0917\u0908",cacheSize:"\u0915\u0948\u0936 \u0906\u0915\u093E\u0930\uFF1A",cleaning:"\u0938\u092B\u093E\u0908",cleanCache:"\u0915\u0948\u0936 \u0915\u094B \u0938\u093E\u092B\u093C \u0915\u0930\u0947\u0902",options:"\u0938\u094D\u0925\u093E\u092A\u093F\u0924 \u0915\u0930\u0928\u093E",about:"\u0915\u0947 \u092C\u093E\u0930\u0947 \u092E\u0947\u0902",service:"\u0905\u0928\u0941\u0935\u093E\u0926\u0928 \u0938\u0947\u0935\u093E",needAction:"(\u0938\u0947\u091F\u093F\u0902\u0917\u094D\u0938 \u092E\u0947\u0902 \u091C\u093E\u0913)",goSettings:"\u0938\u0947\u091F\u093F\u0902\u0917\u094D\u0938 \u092E\u0947\u0902 \u091C\u093E\u0913",needActionForOptions:"(\u0938\u0947\u091F \u0915\u0930\u0928\u0947 \u0915\u0940 \u0906\u0935\u0936\u094D\u092F\u0915\u0924\u093E \u0939\u0948)",translationEngine:"\u0907\u0902\u091C\u0928 \u0935\u093F\u0915\u0932\u094D\u092A",sourceLanguage:"\u0935\u093E\u0938\u094D\u0924\u0935\u093F\u0915 \u092D\u093E\u0937\u093E",target:"\u0932\u0915\u094D\u0937\u094D\u092F \u092D\u093E\u0937\u093E",popupSourceLanguage:"\u0935\u093E\u0938\u094D\u0924\u0935\u093F\u0915 \u092D\u093E\u0937\u093E",popupTarget:"\u0932\u0915\u094D\u0937\u094D\u092F \u092D\u093E\u0937\u093E",popupService:"\u0905\u0928\u0941\u0935\u093E\u0926\u0928 \u0938\u0947\u0935\u093E",forThisSite:"\u0935\u0930\u094D\u0924\u092E\u093E\u0928 \u0935\u0947\u092C\u0938\u093E\u0907\u091F",autoEnableSubtitle:"\u0926\u094D\u0935\u093F\u092D\u093E\u0937\u0940 \u0909\u092A\u0936\u0940\u0930\u094D\u0937\u0915 \u0938\u094D\u0935\u091A\u093E\u0932\u093F\u0924 \u0930\u0942\u092A \u0938\u0947 \u091A\u093E\u0932\u0942 \u0915\u0930\u0947\u0902",alwaysTranslate:"\u0939\u092E\u0947\u0936\u093E \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0947\u0902",neverTranslate:"\u0915\u092D\u0940 \u092D\u0940 \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0928 \u0915\u0930\u0947\u0902",alwaysTranslateSomeLanguage:"\u0939\u092E\u0947\u0936\u093E {language}\u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0947\u0902",neverTranslateSomeLanguage:"\u0915\u092D\u0940 \u092D\u0940 {language}\u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0928 \u0915\u0930\u0947\u0902",alwaysTranslateSomeSite:"\u0939\u092E\u0947\u0936\u093E {hostname}\u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0947\u0902",neverTranslateSomeSite:"\u0915\u092D\u0940 \u092D\u0940 {hostname}\u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0928 \u0915\u0930\u0947\u0902",alwaysTranslateSomeSiteOrWildSite:"\u0939\u092E\u0947\u0936\u093E \u0907\u0938 \u0938\u093E\u0907\u091F \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0947\u0902",alwaysTranslateSomePage:"\u0939\u092E\u0947\u0936\u093E \u0907\u0938 \u092A\u0943\u0937\u094D\u0920 \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0947\u0902",add:"\u0907\u0938\u092E\u0947\u0902 \u091C\u094B\u0921\u093C\u0947\u0902",default:"\u0917\u0932\u0924\u0940 \u0915\u0930\u0928\u093E",forThisLanguage:"\u0907\u0938 \u092D\u093E\u0937\u093E \u0915\u0947 \u0932\u093F\u090F\uFF1A","add url":"\u092F\u0942 \u0906\u0930 \u090F\u0932 \u0926\u0930\u094D\u091C \u0915\u0930\u094B",edit:"\u0938\u0902\u092A\u093E\u0926\u0928 \u0915\u0930\u0928\u093E","translate other languages into specific language":"\u0906\u092A\u0915\u0947 \u0926\u094D\u0935\u093E\u0930\u093E \u0928\u093F\u0930\u094D\u0927\u093E\u0930\u093F\u0924 \u092D\u093E\u0937\u093E \u092E\u0947\u0902 \u0905\u0928\u094D\u092F \u092D\u093E\u0937\u093E\u0913\u0902 \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0947\u0902","select translation service":"\u090F\u0915 \u0905\u0928\u0941\u0935\u093E\u0926 \u0938\u0947\u0935\u093E \u091A\u0941\u0928\u0947\u0902",language:"\u092D\u093E\u0937\u093E","show-original":"\u092E\u0942\u0932 \u092A\u093E\u0920 \u0926\u093F\u0916\u093E\u090F\u0901",translate:"\u0905\u0928\u0941\u0935\u093E\u0926",Translated:"\u0905\u0928\u0941\u0935\u093E\u0926",Translating:"\u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0928\u093E",Error:"\u0917\u0932\u0924\u0940",allowCacheTranslations:"\u0938\u094D\u0925\u093E\u0928\u0940\u092F \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0948\u0936\u093F\u0902\u0917 \u0938\u0915\u094D\u0937\u092E \u0915\u0930\u0947\u0902 (\u0921\u0941\u092A\u094D\u0932\u093F\u0915\u0947\u091F \u092A\u0948\u0930\u093E\u0917\u094D\u0930\u093E\u092B \u0915\u0947 \u0932\u093F\u090F \u0905\u0928\u0941\u0935\u093E\u0926 \u0905\u0928\u0941\u0930\u094B\u0927\u094B\u0902 \u0915\u094B \u0915\u092E \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F)","translation display":"\u0905\u0928\u0941\u0935\u093E\u0926 \u092A\u094D\u0930\u0926\u0930\u094D\u0936\u0928 \u0936\u0948\u0932\u0940","select diplay style":"\u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0940 \u0936\u0948\u0932\u0940 \u0915\u094B \u0905\u0932\u0917 \u0915\u0930\u0947\u0902\u0964 \u0935\u093F\u0935\u0930\u0923 \u0915\u0947 \u0932\u093F\u090F \u0915\u0943\u092A\u092F\u093E \u0928\u093F\u092E\u094D\u0928\u0932\u093F\u0916\u093F\u0924 \u0909\u0926\u093E\u0939\u0930\u0923 \u0926\u0947\u0916\u0947\u0902:",interface:"\u0907\u0902\u091F\u0930\u092B\u093C\u0947\u0938 \u0938\u0947\u091F\u093F\u0902\u0917\u094D\u0938",import_export:"\u0906\u092F\u093E\u0924 \u0914\u0930 \u0928\u093F\u0930\u094D\u092F\u093E\u0924",import_export_title:"\u0906\u092F\u093E\u0924/\u0928\u093F\u0930\u094D\u092F\u093E\u0924 \u0915\u0949\u0928\u094D\u092B\u093C\u093F\u0917\u0930\u0947\u0936\u0928",syncToGoogleDrive:"\u0905\u092D\u0940 Google Drive \u0915\u0947 \u0938\u093E\u0925 \u0938\u093F\u0902\u0915 \u0915\u0930\u0947\u0902",floatBallOptions:"\u0928\u093F\u0932\u0902\u092C\u093F\u0924 \u0917\u0947\u0902\u0926 \u0938\u0947\u091F\u093F\u0902\u0917\u094D\u0938","floatBallOptions.enable":"\u092B\u094D\u0932\u094B\u091F\u093F\u0902\u0917 \u092C\u0949\u0932 \u0938\u0915\u094D\u0937\u092E \u0915\u0930\u0947\u0902","floatBallOptions.blockUrls":"\u0935\u0947\u092C\u0938\u093E\u0907\u091F \u0905\u0915\u094D\u0937\u092E \u0915\u0930\u0947\u0902","floatBallOptions.add":"\u0907\u0938\u092E\u0947\u0902 \u091C\u094B\u0921\u093C\u0947\u0902","floatBallOptions.blockUrlDesc":"\u0928\u093F\u092E\u094D\u0928\u0932\u093F\u0916\u093F\u0924 \u0935\u0947\u092C\u0938\u093E\u0907\u091F\u094B\u0902 \u0915\u093E \u0938\u093E\u092E\u0928\u093E \u0915\u0930\u0928\u0947 \u092A\u0930 \u092B\u094D\u0932\u094B\u091F\u093F\u0902\u0917 \u092C\u0949\u0932 \u092A\u094D\u0930\u0926\u0930\u094D\u0936\u093F\u0924 \u0928\u0939\u0940\u0902 \u0939\u094B\u0917\u0940","floatBallOptions.clickType":"\u0935\u094D\u092F\u0935\u0939\u093E\u0930 \u092A\u0930 \u0915\u094D\u0932\u093F\u0915 \u0915\u0930\u0947\u0902","floatBallOptions.clickTypeDesc":"\u0915\u094D\u0932\u093F\u0915 \u0915\u0930\u0928\u0947 \u092A\u0930 \u092B\u094D\u0932\u094B\u091F\u093F\u0902\u0917 \u092C\u0949\u0932 \u0906\u0907\u0915\u0928 \u0915\u093E \u0935\u094D\u092F\u0935\u0939\u093E\u0930","floatBallOptions.clickPopup":"\u0905\u0928\u0941\u0935\u093E\u0926 \u092A\u0948\u0928\u0932 \u0926\u093F\u0916\u093E\u090F\u0901","floatBallOptions.clickTranslate":"\u092E\u0942\u0932 \u092A\u093E\u0920 \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0947\u0902/\u0926\u093F\u0916\u093E\u090F\u0901","floatBallOptions.fixedPosition":"\u56FA\u5B9A\u4F4D\u7F6E","floatBallOptions.fixedPositionDesc":"\u60AC\u6D6E\u7403\u5728\u7A97\u53E3\u5DE6\u4FA7\u8FD8\u662F\u53F3\u4FA7","floatBallOptions.fixedPositionLeft":"\u5DE6\u4FA7","floatBallOptions.fixedPositionRight":"\u53F3\u4FA7",previewAllThemes:"\u0938\u092D\u0940 \u0936\u0948\u0932\u093F\u092F\u094B\u0902 \u0915\u093E \u092A\u0942\u0930\u094D\u0935\u093E\u0935\u0932\u094B\u0915\u0928 \u0915\u0930\u0947\u0902","translationTheme.none":"\u0915\u094B\u0908 \u0928\u0939\u0940\u0902","translationTheme.grey":"\u0917\u0939\u0930\u093E \u092D\u0942\u0930\u093E","translationTheme.dashed":"\u0927\u0930\u093E\u0936\u093E\u092F\u0940 \u0930\u0947\u0916\u093E\u0902\u0915\u093F\u0924","translationTheme.dotted":"\u092C\u093F\u0902\u0926\u0940\u0926\u093E\u0930 \u0930\u0947\u0916\u093E\u0902\u0915\u0928","translationTheme.dashedBorder":"\u0927\u0930\u093E\u0936\u093E\u092F\u0940 \u0938\u0940\u092E\u093E","translationTheme.solidBorder":"\u0920\u094B\u0938 \u0938\u0940\u092E\u093E","translationTheme.underline":"\u0938\u0940\u0927\u0947 \u0930\u0947\u0916\u093E\u0902\u0915\u093F\u0924 \u0915\u0930\u0947\u0902","translationTheme.mask":"\u0927\u0941\u0902\u0927\u0932\u093E \u092A\u094D\u0930\u092D\u093E\u0935 (\u0938\u0940\u0916\u0928\u0947 \u0915\u093E \u0924\u0930\u0940\u0915\u093E)","translationTheme.opacity":"\u092A\u093E\u0930\u0926\u0930\u094D\u0936\u093F\u0924\u093E \u092A\u094D\u0930\u092D\u093E\u0935","translationTheme.paper":"\u0936\u094D\u0935\u0947\u0924 \u092A\u0924\u094D\u0930 \u091B\u093E\u092F\u093E \u092A\u094D\u0930\u092D\u093E\u0935","translationTheme.dividingLine":"\u0935\u093F\u092D\u093E\u091C\u0928 \u0930\u0947\u0916\u093E","translationTheme.highlight":"\u092A\u094D\u0930\u092E\u0941\u0916\u0924\u093E \u0938\u0947 \u0926\u093F\u0916\u093E\u0928\u093E","translationTheme.marker":"\u0928\u093F\u0936\u093E\u0928","translationTheme.marker2":"\u092E\u093E\u0930\u094D\u0915\u0930 2","translationTheme.blockquote":"\u0938\u0902\u0926\u0930\u094D\u092D \u0936\u0948\u0932\u0940","translationTheme.weakening":"\u0915\u092E\u091C\u094B\u0930","translationTheme.italic":"\u0924\u093F\u0930\u094D\u091B\u093E","translationTheme.bold":"\u092C\u094B\u0932\u094D\u0921","translationTheme.thinDashed":"\u092A\u0924\u0932\u0940 \u0927\u0930\u093E\u0936\u093E\u092F\u0940 \u0930\u0947\u0916\u093E\u0902\u0915\u0928","translationTheme.nativeDashed":"\u0938\u093F\u0938\u094D\u091F\u092E \u092C\u093F\u0902\u0926\u0940\u0926\u093E\u0930 \u0905\u0902\u0921\u0930\u0932\u093E\u0907\u0928 \u0915\u0947 \u0938\u093E\u0925 \u0906\u0924\u093E \u0939\u0948","translationTheme.nativeDotted":"\u0938\u093F\u0938\u094D\u091F\u092E \u092C\u093F\u0902\u0926\u0940\u0926\u093E\u0930 \u0905\u0902\u0921\u0930\u0932\u093E\u0907\u0928 \u0915\u0947 \u0938\u093E\u0925 \u0906\u0924\u093E \u0939\u0948","translationTheme.nativeUnderline":"\u0938\u093F\u0938\u094D\u091F\u092E \u0938\u0940\u0927\u0947 \u0905\u0902\u0921\u0930\u0932\u093E\u0907\u0928 \u0915\u0947 \u0938\u093E\u0925 \u0906\u0924\u093E \u0939\u0948","translationTheme.wavy":"\u0932\u0939\u0930\u0926\u093E\u0930 \u0930\u0947\u0916\u093E\u090F\u0901","translationServices.custom":"\u0915\u0938\u094D\u091F\u092E \u090F\u092A\u0940\u0906\u0908","translationServices.tencent":"\u091F\u0947\u0928\u0938\u0947\u0902\u091F \u0905\u0928\u0941\u0935\u093E\u0926\u0915","translationServices.tenAlpha":"Tencent \u0905\u0928\u0941\u0935\u093E\u0926\u0915 (\u0905\u0932\u094D\u092B\u093E)","translationServices.google":"\u0917\u0942\u0917\u0932 \u0905\u0928\u0941\u0935\u093E\u0926","translationServices.bai":"Baidu(\u0905\u0932\u094D\u092B\u093E)","translationServices.baidu":"Baidu \u0905\u0928\u0941\u0935\u093E\u0926\u0915","translationServices.aliyun":"\u0905\u0932\u0940\u092C\u093E\u092C\u093E \u0915\u094D\u0932\u093E\u0909\u0921 \u0905\u0928\u0941\u0935\u093E\u0926","translationServices.volc":"\u091C\u094D\u0935\u093E\u0932\u093E\u092E\u0941\u0916\u0940 \u0905\u0928\u0941\u0935\u093E\u0926","translationServices.deeplx":"\u0921\u0940\u092A\u090F\u0932\u090F\u0915\u094D\u0938(\u092C\u0940\u091F\u093E)","translationServices.bing":"\u092E\u093E\u0907\u0915\u094D\u0930\u094B\u0938\u0949\u092B\u094D\u091F \u0905\u0928\u0941\u0935\u093E\u0926\u0915","translationServices.deepl":"\u0921\u0940\u092A\u090F\u0932","translationServices.wechat":"\u0935\u0940\u091A\u0948\u091F \u0905\u0928\u0941\u0935\u093E\u0926","translationServices.azure":"\u0928\u0940\u0932\u093E \u0905\u0928\u0941\u0935\u093E\u0926","translationServices.ibm":"\u0906\u0908\u092C\u0940\u090F\u092E \u0935\u0949\u091F\u0938\u0928","translationServices.aws":"\u0905\u092E\u0947\u091C\u093C\u0928 \u0905\u0928\u0941\u0935\u093E\u0926","translationServices.mock":"\u0905\u0928\u0941\u0930\u0942\u092A\u093F\u0924 \u0905\u0928\u0941\u0935\u093E\u0926","translationServices.mock2":"\u0938\u093F\u092E\u094D\u092F\u0941\u0932\u0947\u091F\u0947\u0921 \u0905\u0928\u0941\u0935\u093E\u0926 2","translationServices.caiyun":"\u0915\u0948\u092F\u0941\u0928 \u0936\u093F\u092F\u093E\u0913\u092F\u0940","translationServices.cai":"\u0915\u0948\u092F\u0941\u0928 \u0936\u093F\u092F\u093E\u0913\u092F\u0940 (\u0905\u0932\u094D\u092B\u093E)","translationServices.volcAlpha":"\u091C\u094D\u0935\u093E\u0932\u093E\u092E\u0941\u0916\u0940 (\u0905\u0932\u094D\u092B\u093E)","translationServices.openl":"\u0913\u092A\u0928\u090F\u0932","translationServices.youdao":"Youdao \u0905\u0928\u0941\u0935\u093E\u0926","translationServices.you":"Youdao \u0905\u0928\u0941\u0935\u093E\u0926 (\u0905\u0932\u094D\u092B\u093E)","translationServices.transmart":"Tencent \u0907\u0902\u091F\u0930\u0948\u0915\u094D\u091F\u093F\u0935 \u0905\u0928\u0941\u0935\u093E\u0926","translationServices.niu":"\u092E\u093E\u0935\u0947\u0930\u093F\u0915\u094D\u0938 \u0905\u0928\u0941\u0935\u093E\u0926","translationServices.papago":"\u092A\u093E\u092A\u093E\u0917\u094B \u0905\u0928\u0941\u0935\u093E\u0926","translationServices.d":"\u0921\u0940(\u0905\u0932\u094D\u092B\u093E)","translationServices.dpro":"\u0921\u0940 \u092A\u094D\u0930\u094B (\u0915\u0948\u0928\u0930\u0940)","translationServices.openai":"\u0913\u092A\u0928\u090F\u0906\u0908","translationServices.chatgpt":"\u091A\u0948\u091F\u091C\u0940\u092A\u0940\u091F\u0940 \u0935\u0947\u092C(3.5 \u092E\u094B\u092C\u093E\u0907\u0932)","translate title":"\u092A\u0943\u0937\u094D\u0920 \u0936\u0940\u0930\u094D\u0937\u0915 \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0947\u0902","always languages":"\u0939\u092E\u0947\u0936\u093E \u0905\u0928\u0941\u0935\u093E\u0926\u093F\u0924 \u092D\u093E\u0937\u093E",neverTranslateLanguagesLabel:"\u0910\u0938\u0940 \u092D\u093E\u0937\u093E\u090F\u0901 \u091C\u093F\u0928\u0915\u093E \u0915\u092D\u0940 \u0905\u0928\u0941\u0935\u093E\u0926 \u0928\u0939\u0940\u0902 \u0939\u094B\u0924\u093E",neverTranslateTheFollowingLanguagesDescription:"\u091C\u092C \u092A\u0943\u0937\u094D\u0920 \u092E\u0947\u0902 \u0915\u094B\u0908 \u092A\u0948\u0930\u093E\u0917\u094D\u0930\u093E\u092B \u0928\u093F\u092E\u094D\u0928\u0932\u093F\u0916\u093F\u0924 \u092D\u093E\u0937\u093E\u0913\u0902 \u092E\u0947\u0902 \u0939\u094B\u0917\u093E \u0924\u094B \u0905\u0928\u0941\u0935\u093E\u0926 \u091B\u094B\u0921\u093C \u0926\u093F\u092F\u093E \u091C\u093E\u090F\u0917\u093E",enableUserscriptPagePopup:"\u092A\u0943\u0937\u094D\u0920 \u092A\u0930 \u0924\u0948\u0930\u0924\u0940 \u0939\u0941\u0908 \u0917\u0947\u0902\u0926 \u0926\u093F\u0916\u093E\u090F\u0901",enableUserscriptPagePopupDescription:"\u092B\u094D\u0932\u094B\u091F\u093F\u0902\u0917 \u092C\u0949\u0932 \u0915\u094B \u092C\u0902\u0926 \u0915\u0930\u0928\u0947 \u0915\u0947 \u092C\u093E\u0926 \u0906\u092A \u0909\u0938\u0947 \u091C\u0917\u093E\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u0936\u0949\u0930\u094D\u091F\u0915\u091F \u0915\u0941\u0902\u091C\u0940/{touch}\u0915\u093E \u0909\u092A\u092F\u094B\u0917 \u0915\u0930 \u0938\u0915\u0924\u0947 \u0939\u0948\u0902\u0964 \u0907\u0938 \u0935\u093F\u0915\u0932\u094D\u092A \u0915\u094B \u0917\u0932\u0924\u0940 \u0938\u0947 \u092C\u0902\u0926 \u0915\u0930\u0928\u0947 \u0915\u0947 \u092C\u093E\u0926 \u092B\u094D\u0932\u094B\u091F\u093F\u0902\u0917 \u092C\u0949\u0932 \u0915\u094B \u092E\u093F\u0932\u0928\u0947 \u0938\u0947 \u0930\u094B\u0915\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F, \u0907\u0938 \u0938\u0947\u091F\u093F\u0902\u0917 \u092A\u0947\u091C \u0915\u094B \u092C\u0941\u0915\u092E\u093E\u0930\u094D\u0915 \u0915\u0930\u0928\u0947 \u0915\u0940 \u092A\u0941\u0930\u091C\u094B\u0930 \u0905\u0928\u0941\u0936\u0902\u0938\u093E \u0915\u0940 \u091C\u093E\u0924\u0940 \u0939\u0948\u0964","always translate the following languages":"\u091C\u092C \u092A\u0943\u0937\u094D\u0920 \u0915\u0940 \u092D\u093E\u0937\u093E \u0928\u093F\u092E\u094D\u0928\u0932\u093F\u0916\u093F\u0924 \u092D\u093E\u0937\u093E\u0913\u0902 \u092E\u0947\u0902 \u0939\u094B\u0917\u0940, \u0924\u094B \u0907\u0938\u0947 \u0938\u094D\u0935\u091A\u093E\u0932\u093F\u0924 \u0930\u0942\u092A \u0938\u0947 \u0932\u0915\u094D\u0937\u094D\u092F \u092D\u093E\u0937\u093E \u092E\u0947\u0902 \u0905\u0928\u0941\u0935\u093E\u0926\u093F\u0924 \u0915\u093F\u092F\u093E \u091C\u093E\u090F\u0917\u093E","always sites":"\u0939\u092E\u0947\u0936\u093E \u0905\u0928\u0941\u0935\u093E\u0926\u093F\u0924 \u092F\u0942\u0906\u0930\u090F\u0932","always translate the following sites":"\u091C\u092C \u0935\u0947\u092C\u0938\u093E\u0907\u091F \u0928\u093F\u092E\u094D\u0928\u0932\u093F\u0916\u093F\u0924 \u0921\u094B\u092E\u0947\u0928 \u0928\u093E\u092E \u0915\u0940 \u0939\u094B\u0917\u0940, \u0924\u094B \u0907\u0938\u0947 \u0938\u094D\u0935\u091A\u093E\u0932\u093F\u0924 \u0930\u0942\u092A \u0938\u0947 \u0932\u0915\u094D\u0937\u094D\u092F \u092D\u093E\u0937\u093E \u092E\u0947\u0902 \u0905\u0928\u0941\u0935\u093E\u0926\u093F\u0924 \u0915\u093F\u092F\u093E \u091C\u093E\u090F\u0917\u093E","never sites":"\u0910\u0938\u0947 \u092F\u0942\u0906\u0930\u090F\u0932 \u091C\u093F\u0928\u0915\u093E \u0915\u092D\u0940 \u0905\u0928\u0941\u0935\u093E\u0926 \u0928\u0939\u0940\u0902 \u0915\u093F\u092F\u093E \u091C\u093E\u090F\u0917\u093E","never translate the following sites":"\u091C\u092C \u0935\u0947\u092C\u0938\u093E\u0907\u091F \u0928\u093F\u092E\u094D\u0928\u0932\u093F\u0916\u093F\u0924 \u0921\u094B\u092E\u0947\u0928 \u0928\u093E\u092E \u0915\u0940 \u0939\u094B \u0924\u094B \u0905\u0928\u0941\u0935\u093E\u0926 \u0928\u0939\u0940\u0902 \u0915\u093F\u092F\u093E \u091C\u093E\u090F\u0917\u093E","please refer to":"\u0909\u092A\u092F\u094B\u0917 \u0915\u0930\u0928\u0947 \u0938\u0947 \u092A\u0939\u0932\u0947 \u0906\u092A\u0915\u094B \u0915\u0941\u0902\u091C\u0940 \u092D\u0930\u0928\u0940 \u0939\u094B\u0917\u0940\u0964 \u0935\u093F\u0935\u0930\u0923 \u0915\u0947 \u0932\u093F\u090F, \u0915\u0943\u092A\u092F\u093E \u0926\u0947\u0916\u0947\u0902",KeyAndConfigurationTutorial:'"\u092E\u0941\u0916\u094D\u092F \u0905\u0928\u0941\u092A\u094D\u0930\u092F\u094B\u0917 \u0914\u0930 \u0915\u0949\u0928\u094D\u092B\u093C\u093F\u0917\u0930\u0947\u0936\u0928 \u091F\u094D\u092F\u0942\u091F\u094B\u0930\u093F\u092F\u0932"',useAboveStyleForTheseSites:"\u091C\u092C \u0935\u0947\u092C\u0938\u093E\u0907\u091F \u0928\u093F\u092E\u094D\u0928 \u0921\u094B\u092E\u0947\u0928 \u0928\u093E\u092E \u0939\u094B, \u0924\u094B \u0939\u092E\u0947\u0936\u093E \u2308{theme}\u230B \u0905\u0928\u0941\u0935\u093E\u0926 \u0936\u0948\u0932\u0940 \u0915\u093E \u0909\u092A\u092F\u094B\u0917 \u0915\u0930\u0947\u0902",currentUrl:"\u0935\u0930\u094D\u0924\u092E\u093E\u0928 \u092F\u0942\u0906\u0930\u090F\u0932",confirm:"\u092C\u091A\u093E\u0928\u093E",cancel:"\u0930\u0926\u094D\u0926 \u0915\u0930\u0928\u093E",delete:"\u092E\u093F\u091F\u093E\u0928\u093E","languages.auto":"\u0938\u094D\u0935\u091A\u093E\u0932\u093F\u0924 \u092A\u0939\u091A\u093E\u0928",syncToCloud:"Google Drive \u0938\u0947 \u0938\u093F\u0902\u0915 \u0915\u0930\u0947\u0902",syncToCloudDescription:"\u0915\u094D\u0932\u093E\u0909\u0921 \u092A\u0930 \u0905\u092A\u0932\u094B\u0921 \u0915\u0930\u0947\u0902, \u0914\u0930 \u0905\u0902\u0924\u093F\u092E \u0938\u0902\u0936\u094B\u0927\u0928 \u0938\u092E\u092F \u0915\u0947 \u0905\u0927\u0940\u0928, \u0915\u0949\u0928\u094D\u092B\u093C\u093F\u0917\u0930\u0947\u0936\u0928 \u0915\u094B \u0935\u093F\u092D\u093F\u0928\u094D\u0928 \u092C\u094D\u0930\u093E\u0909\u091C\u093C\u0930\u094B\u0902/\u0911\u092F\u0932 \u092E\u0902\u0915\u0940 \u0938\u094D\u0915\u094D\u0930\u093F\u092A\u094D\u091F \u0915\u0947 \u092C\u0940\u091A \u0938\u093F\u0902\u0915\u094D\u0930\u0928\u093E\u0907\u091C\u093C \u0915\u093F\u092F\u093E \u091C\u093E \u0938\u0915\u0924\u093E \u0939\u0948\u0964",syncToAccount:"\u0907\u092E\u0930\u094D\u0938\u093F\u0935 \u091F\u094D\u0930\u093E\u0902\u0938\u0932\u0947\u0936\u0928 \u0915\u094D\u0932\u093E\u0909\u0921 \u0938\u0947 \u0938\u093F\u0902\u0915 \u0915\u0930\u0947\u0902",syncToAccountButton:"\u0924\u0941\u0930\u0902\u0924 \u0915\u094D\u0932\u093E\u0909\u0921 \u0915\u0947 \u0938\u093E\u0925 \u0938\u093F\u0902\u0915 \u0915\u0930\u0947\u0902",syncToAccountDescription:"\u0905\u0902\u0924\u093F\u092E \u0938\u0902\u0936\u094B\u0927\u0928 \u0938\u092E\u092F \u0915\u0947 \u0906\u0927\u093E\u0930 \u092A\u0930, \u0935\u093F\u092D\u093F\u0928\u094D\u0928 \u0909\u092A\u0915\u0930\u0923\u094B\u0902 \u0915\u0947 \u092C\u0940\u091A \u0915\u0949\u0928\u094D\u092B\u093C\u093F\u0917\u0930\u0947\u0936\u0928 \u0915\u094B \u0938\u094D\u0935\u091A\u093E\u0932\u093F\u0924 \u0930\u0942\u092A \u0938\u0947 \u0938\u093F\u0902\u0915\u094D\u0930\u0928\u093E\u0907\u091C\u093C \u0915\u0930\u0947\u0902\u0964",successSyncConfigInAccount:"\u0915\u094D\u0932\u093E\u0909\u0921 \u0915\u0947 \u0938\u093E\u0925 \u0938\u092B\u0932\u0924\u093E\u092A\u0942\u0930\u094D\u0935\u0915 \u0938\u092E\u0928\u094D\u0935\u092F\u093F\u0924 \u0930\u0939\u0947\u0902",successSyncConfigToAccount:"\u0915\u094D\u0932\u093E\u0909\u0921 \u0915\u0947 \u0938\u093E\u0925 \u0938\u092B\u0932\u0924\u093E\u092A\u0942\u0930\u094D\u0935\u0915 \u0938\u092E\u0928\u094D\u0935\u092F\u093F\u0924 \u0915\u093F\u092F\u093E \u0917\u092F\u093E",syncConfigNoUpdate:"\u092A\u0939\u0932\u0947 \u0938\u0947 \u0939\u0940 \u0928\u0935\u0940\u0928\u0924\u092E",authFail:"\u092A\u094D\u0930\u092E\u093E\u0923\u0940\u0915\u0930\u0923 \u0935\u093F\u092B\u0932",syncTitle:"\u092E\u0948\u0928\u094D\u092F\u0941\u0905\u0932 \u092C\u0948\u0915\u0905\u092A \u092A\u094D\u0930\u092C\u0902\u0927\u0928",import_hint:"\u0906\u092F\u093E\u0924",upload:"\u0921\u093E\u0932\u0928\u093E",revokeAuth:"\u092A\u094D\u0930\u093E\u0927\u093F\u0915\u0930\u0923 \u0930\u0926\u094D\u0926 \u0915\u0930\u0947\u0902",uploadFail:"\u0905\u092A\u0932\u094B\u0921 \u0935\u093F\u092B\u0932",download:"\u0921\u093E\u0909\u0928\u0932\u094B\u0921 \u0915\u0930\u0928\u093E",importSuccess:"\u0906\u092F\u093E\u0924 \u0938\u092B\u0932",importFail:"\u0906\u092F\u093E\u0924 \u0935\u093F\u092B\u0932",deleteFail:"\u0939\u091F\u093E\u0928\u0947 \u092E\u0947\u0902 \u0935\u093F\u092B\u0932",backupToCloud:"\u092C\u0948\u0915\u0905\u092A \u092B\u093C\u093E\u0907\u0932\u094B\u0902 \u0915\u094B \u092E\u0948\u0928\u094D\u092F\u0941\u0905\u0932 \u0930\u0942\u092A \u0938\u0947 \u092A\u094D\u0930\u092C\u0902\u0927\u093F\u0924 \u0915\u0930\u0947\u0902",create_new_backup:"\u092C\u0948\u0915\u0905\u092A \u0928\u094B\u0921 \u091C\u094B\u0921\u093C\u0947\u0902",maxBackupFiles:"\u0905\u0927\u093F\u0915\u0924\u092E{count}\u0935\u093F\u092D\u093F\u0928\u094D\u0928 \u0928\u094B\u0921\u094D\u0938 \u0915\u093E \u092C\u0948\u0915\u0905\u092A \u0932\u093F\u092F\u093E \u091C\u093E \u0938\u0915\u0924\u093E \u0939\u0948, \u0915\u0943\u092A\u092F\u093E \u0905\u0928\u093E\u0935\u0936\u094D\u092F\u0915 \u0928\u094B\u0921\u094D\u0938 \u0939\u091F\u093E \u0926\u0947\u0902",backupToCloudDescription:"\u092C\u0948\u0915\u0905\u092A \u092B\u093C\u093E\u0907\u0932\u094B\u0902 \u0915\u094B \u092E\u0948\u0928\u094D\u092F\u0941\u0905\u0932 \u0930\u0942\u092A \u0938\u0947 \u0905\u092A\u0932\u094B\u0921 \u092F\u093E \u092A\u0941\u0928\u0930\u094D\u0938\u094D\u0925\u093E\u092A\u093F\u0924 \u0915\u0930\u0947\u0902, \u091C\u093F\u0938\u0938\u0947 3 \u0905\u0932\u0917-\u0905\u0932\u0917 \u092C\u0948\u0915\u0905\u092A \u0915\u0940 \u0905\u0928\u0941\u092E\u0924\u093F \u092E\u093F\u0932\u0924\u0940 \u0939\u0948",successSyncConfig:"\u0915\u094D\u0932\u093E\u0909\u0921 \u0915\u0947 \u0938\u093E\u0925 \u0938\u092B\u0932\u0924\u093E\u092A\u0942\u0930\u094D\u0935\u0915 \u0938\u092E\u0928\u094D\u0935\u092F\u093F\u0924 \u0930\u0939\u0947\u0902",syncFail:"\u0938\u092E\u0928\u094D\u0935\u092F\u0928 \u0935\u093F\u092B\u0932",updatedAt:"{date}\u092A\u0930 \u0905\u0926\u094D\u092F\u0924\u0928 \u0915\u093F\u092F\u093E \u0917\u092F\u093E",lastSyncedAt:"\u0905\u0902\u0924\u093F\u092E \u092C\u093E\u0930 {date}\u092A\u0930 \u091C\u093E\u0901\u091A \u0915\u0940 \u0917\u0908",downloadFail:"\u0921\u093E\u0909\u0928\u0932\u094B\u0921 \u0935\u093F\u092B\u0932",clickToDownload:"\u0921\u093E\u0909\u0928\u0932\u094B\u0921 \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u0915\u094D\u0932\u093F\u0915 \u0915\u0930\u0947\u0902",aboutLabel:"\u0915\u0947 \u092C\u093E\u0930\u0947 \u092E\u0947\u0902 - \u092A\u094D\u0930\u0924\u093F\u0915\u094D\u0930\u093F\u092F\u093E","browser.openAboutPage":"\u0915\u0947 \u092C\u093E\u0930\u0947 \u092E\u0947\u0902/\u092A\u094D\u0930\u0924\u093F\u0915\u094D\u0930\u093F\u092F\u093E",aboutLabelWithoutSponsor:"\u0915\u0947 \u092C\u093E\u0930\u0947 \u092E\u0947\u0902 - \u092A\u094D\u0930\u0924\u093F\u0915\u094D\u0930\u093F\u092F\u093E",aboutIntro:"\u092E\u0941\u091D\u0947 \u0906\u0936\u093E \u0939\u0948 \u0915\u093F \u0939\u092E \u0938\u092D\u0940 \u0907\u0902\u091F\u0930\u0928\u0947\u091F \u092A\u0930 \u0935\u093F\u0936\u093E\u0932 \u0935\u093F\u0926\u0947\u0936\u0940 \u092D\u093E\u0937\u093E \u0915\u0940 \u091C\u093E\u0928\u0915\u093E\u0930\u0940 \u0905\u0927\u093F\u0915 \u0906\u0938\u093E\u0928\u0940 \u0938\u0947 \u0914\u0930 \u0916\u0941\u0936\u0940 \u0938\u0947 \u092A\u094D\u0930\u093E\u092A\u094D\u0924 \u0915\u0930 \u0938\u0915\u0924\u0947 \u0939\u0948\u0902\u2764\uFE0F \u0906\u092A <6> \u092A\u094D\u0930\u094B \u0938\u0926\u0938\u094D\u092F\u0924\u093E \u0916\u094B\u0932\u0928\u093E \u091A\u0941\u0928 \u0938\u0915\u0924\u0947 \u0939\u0948\u0902 \u0921\u0940\u092A\u090F\u0932 \u0914\u0930 \u0913\u092A\u0928\u090F\u0906\u0908 \u0905\u0928\u0941\u0935\u093E\u0926\u094B\u0902 \u0915\u094B \u092C\u0949\u0915\u094D\u0938 \u0938\u0947 \u092C\u093E\u0939\u0930 \u0909\u092A\u092F\u094B\u0917 \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F\u0964

\u0939\u092E\u0947\u0902 <3>\u091F\u094D\u0935\u093F\u091F\u0930 \u092A\u0930 \u092B\u093C\u0949\u0932\u094B \u0915\u0930 \u0938\u0915\u0924\u0947 \u0939\u0948\u0902 ,<4>\u091F\u0947\u0932\u0940\u0917\u094D\u0930\u093E\u092E \u091A\u0948\u0928\u0932 , WeChat \u0938\u093E\u0930\u094D\u0935\u091C\u0928\u093F\u0915 \u0916\u093E\u0924\u093E, WeChat \u0938\u0902\u091A\u093E\u0930 \u0938\u092E\u0942\u0939, \u092F\u093E \u0928\u0940\u091A\u0947 <5> \u0908\u092E\u0947\u0932 \u0938\u0926\u0938\u094D\u092F\u0924\u093E \u0905\u092A\u0921\u0947\u091F \u091F\u094D\u0930\u0948\u0915 \u0915\u0930\u0947\u0902.
<7>\u092A\u094D\u0930\u094B \u0938\u0926\u0938\u094D\u092F \u0906\u092A \u090F\u0915\u094D\u0938\u092A\u094D\u0930\u0947\u0938 \u0917\u094D\u0930\u093E\u0939\u0915 \u0938\u0947\u0935\u093E \u0908\u092E\u0947\u0932 <8> support@immersivetranslate.com \u0938\u0947 \u0938\u0902\u092A\u0930\u094D\u0915 \u0915\u0930 \u0938\u0915\u0924\u0947 \u0939\u0948\u0902 \u0939\u092E\u093E\u0930\u0947 \u0938\u093E\u0925 \u091C\u0941\u0921\u093C\u0947\u0964",aboutIntroWithoutSponsor:"\u092E\u0941\u091D\u0947 \u0906\u0936\u093E \u0939\u0948 \u0915\u093F \u0939\u092E \u0938\u092D\u0940 \u0907\u0902\u091F\u0930\u0928\u0947\u091F \u092A\u0930 \u0935\u093F\u0936\u093E\u0932 \u092E\u093E\u0924\u094D\u0930\u093E \u092E\u0947\u0902 \u0935\u093F\u0926\u0947\u0936\u0940 \u092D\u093E\u0937\u093E \u0915\u0940 \u091C\u093E\u0928\u0915\u093E\u0930\u0940 \u0924\u0915 \u0906\u0938\u093E\u0928 \u0914\u0930 \u0905\u0927\u093F\u0915 \u0906\u0928\u0902\u0926\u0926\u093E\u092F\u0915 \u092A\u0939\u0941\u0902\u091A \u092A\u094D\u0930\u093E\u092A\u094D\u0924 \u0915\u0930 \u0938\u0915\u0924\u0947 \u0939\u0948\u0902 \u2764\uFE0F

\u0906\u092A \u0939\u092E\u0947\u0902 \u091F\u094D\u0935\u093F\u091F\u0930 \u092A\u0930 \u092B\u093C\u0949\u0932\u094B \u0915\u0930 \u0938\u0915\u0924\u0947 \u0939\u0948\u0902 <3> ,<4>\u091F\u0947\u0932\u0940\u0917\u094D\u0930\u093E\u092E \u091A\u0948\u0928\u0932 , WeChat \u0938\u093E\u0930\u094D\u0935\u091C\u0928\u093F\u0915 \u0916\u093E\u0924\u093E, WeChat \u0938\u0902\u091A\u093E\u0930 \u0938\u092E\u0942\u0939, \u092F\u093E \u0928\u0940\u091A\u0947 <5> \u0908\u092E\u0947\u0932 \u0938\u0926\u0938\u094D\u092F\u0924\u093E \u0905\u092A\u0921\u0947\u091F \u091F\u094D\u0930\u0948\u0915 \u0915\u0930\u0947\u0902.",projectHomepage:"\u092A\u094D\u0930\u094B\u091C\u0947\u0915\u094D\u091F \u0939\u094B\u092E \u092A\u0947\u091C",joinTelegramGroup:"\u092B\u093C\u0902\u0915\u094D\u0936\u0928 \u091A\u0930\u094D\u091A\u093E\u0913\u0902 \u092E\u0947\u0902 \u092D\u093E\u0917 \u0932\u0947\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u0909\u092A\u092F\u094B\u0917\u0915\u0930\u094D\u0924\u093E \u0938\u0902\u091A\u093E\u0930 \u0938\u092E\u0942\u0939 \u092E\u0947\u0902 \u0936\u093E\u092E\u093F\u0932 \u0939\u094B\u0902",wechatPublicAccount:"WeChat \u0938\u093E\u0930\u094D\u0935\u091C\u0928\u093F\u0915 \u0916\u093E\u0924\u093E",wechatCommunities:"WeChat \u0938\u0902\u091A\u093E\u0930 \u0938\u092E\u0942\u0939",qqCommunities:"QQ \u0938\u0902\u091A\u093E\u0930 \u091A\u0948\u0928\u0932",joinTelegramChannel:"\u0928\u0935\u0940\u0928\u0924\u092E \u0905\u092A\u0921\u0947\u091F \u0915\u0947 \u0932\u093F\u090F \u091F\u0947\u0932\u0940\u0917\u094D\u0930\u093E\u092E \u091A\u0948\u0928\u0932 \u0915\u094B \u092B\u0949\u0932\u094B \u0915\u0930\u0947\u0902",feedbackAndJoin:"\u0938\u092E\u0938\u094D\u092F\u093E \u092A\u094D\u0930\u0924\u093F\u0915\u094D\u0930\u093F\u092F\u093E/\u0938\u092E\u0942\u0939 \u092E\u0947\u0902 \u0936\u093E\u092E\u093F\u0932 \u0939\u094B\u0902",autoSync:"\u0938\u094D\u0935\u091A\u093E\u0932\u093F\u0924 \u0905\u0928\u0941\u0938\u0942\u091A\u093F\u0924 \u0924\u0941\u0932\u094D\u092F\u0915\u093E\u0932\u0928",loadingThemeTitle:"\u0932\u094B\u0921\u093F\u0902\u0917 \u0936\u0948\u0932\u0940",loadingThemeDescription:"\u0905\u0928\u0941\u0935\u093E\u0926 \u0932\u094B\u0921 \u0939\u094B\u0928\u0947 \u0915\u0940 \u092A\u094D\u0930\u0924\u0940\u0915\u094D\u0937\u093E \u0915\u0930\u0924\u0947 \u0938\u092E\u092F \u0936\u0948\u0932\u0940 \u0938\u0947\u091F \u0915\u0930\u0947\u0902","loadingTheme.spinner":"\u0935\u0943\u0924\u094D\u0924 \u090F\u0928\u0940\u092E\u0947\u0936\u0928","loadingTheme.text":"\u0938\u094D\u0925\u093F\u0930 \u092A\u093E\u0920... ","loadingTheme.none":"\u0928\u0939\u0940\u0902 \u0926\u093F\u0916\u093E\u0924\u0947",developerDescription:"\u0906\u092A \u092F\u0939\u093E\u0902 <1> \u092A\u0930 \u0915\u094D\u0932\u093F\u0915 \u0915\u0930 \u0938\u0915\u0924\u0947 \u0939\u0948\u0902 \u0909\u0928\u094D\u0928\u0924 \u0905\u0928\u0941\u0915\u0942\u0932\u0928 \u0938\u0947 \u0938\u0902\u092C\u0902\u0927\u093F\u0924 \u0926\u0938\u094D\u0924\u093E\u0935\u0947\u091C\u093C \u0926\u0947\u0916\u0947\u0902","edit border color":"\u092C\u0949\u0930\u094D\u0921\u0930 \u0915\u093E \u0930\u0902\u0917 \u0938\u0902\u0936\u094B\u0927\u093F\u0924 \u0915\u0930\u0947\u0902",successSyncButNoChange:"\u0935\u0930\u094D\u0924\u092E\u093E\u0928 \u0915\u0949\u0928\u094D\u092B\u093C\u093F\u0917\u0930\u0947\u0936\u0928 \u0915\u094D\u0932\u093E\u0909\u0921 \u0915\u0947 \u0905\u0928\u0941\u0930\u0942\u092A \u0939\u0948",customTheme:"\u0915\u0938\u094D\u091F\u092E \u0930\u0902\u0917 \u0914\u0930 \u0906\u0915\u093E\u0930","customThemeLabel.borderColor":"\u0938\u0940\u092E\u093E \u0930\u0902\u0917","customThemeLabel.borderRadius":"\u0938\u0940\u092E\u093E \u0917\u094B\u0932\u093E\u0915\u093E\u0930 \u0915\u094B\u0928\u0947","customThemeLabel.textColor":"\u092A\u093E\u0920 \u0915\u093E \u0930\u0902\u0917","customThemeLabel.backgroundColor":"\u092A\u0943\u0937\u094D\u0920\u092D\u0942\u092E\u093F \u0915\u093E \u0930\u0902\u0917","customThemeLabel.zoom":"\u092B\u093C\u0949\u0928\u094D\u091F \u0938\u094D\u0915\u0947\u0932\u093F\u0902\u0917 (%)","customThemeLabel.opacity":"\u092A\u093E\u0920 \u0905\u092A\u093E\u0930\u0926\u0930\u094D\u0936\u093F\u0924\u093E (%)",resetToDefaultColor:"\u0921\u093F\u092B\u093C\u0949\u0932\u094D\u091F \u0930\u0902\u0917 \u092A\u0930 \u0935\u093E\u092A\u0938 \u0932\u094C\u091F\u0947\u0902",resetToDefaultSettings:"\u0921\u093F\u092B\u093C\u0949\u0932\u094D\u091F \u0938\u0947\u091F\u093F\u0902\u0917\u094D\u0938 \u092A\u0930 \u0935\u093E\u092A\u0938 \u0932\u094C\u091F\u0947\u0902",isTranslateTitle:"\u0905\u0928\u0941\u0935\u093E\u0926\u093F\u0924 \u0935\u0947\u092C \u092A\u0947\u091C \u0936\u0940\u0930\u094D\u0937\u0915 \u091A\u093E\u0932\u0942 \u0915\u0930\u0947\u0902",isTranslateTitleDescription:"\u091A\u093E\u0932\u0942 \u0939\u094B\u0928\u0947 \u092A\u0930, \u0935\u0947\u092C \u092A\u0947\u091C \u0936\u0940\u0930\u094D\u0937\u0915 \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u093F\u092F\u093E \u091C\u093E\u090F\u0917\u093E",enableSearchEnhancement:"\u0926\u094D\u0935\u093F\u092D\u093E\u0937\u0940 \u0938\u0942\u091A\u0928\u093E \u0938\u0902\u0935\u0930\u094D\u0926\u094D\u0927\u0928 \u0938\u0915\u094D\u0937\u092E \u0915\u0930\u0947\u0902",enableSearchEnhancementDescription:'\u091A\u093E\u0932\u0942 \u0939\u094B\u0928\u0947 \u0915\u0947 \u092C\u093E\u0926, \u0905\u0902\u0917\u094D\u0930\u0947\u091C\u0940 \u0915\u0940\u0935\u0930\u094D\u0921 \u0938\u0947 \u0938\u0902\u092C\u0902\u0927\u093F\u0924 "Google \u0938\u092E\u093E\u091A\u093E\u0930" \u0916\u094B\u091C \u092A\u0930\u093F\u0923\u093E\u092E \u0938\u094D\u0935\u091A\u093E\u0932\u093F\u0924 \u0930\u0942\u092A \u0938\u0947 \u0938\u092E\u0930\u094D\u0925\u093F\u0924 \u0935\u0947\u092C\u0938\u093E\u0907\u091F\u094B\u0902 (Google \u0938\u092E\u093E\u091A\u093E\u0930, Google \u0916\u094B\u091C (\u0915\u0941\u091B \u0915\u0940\u0935\u0930\u094D\u0921), \u0938\u094D\u0928\u094B\u092C\u0949\u0932, \u0913\u0930\u093F\u090F\u0902\u091F\u0932 \u092B\u0949\u0930\u094D\u091A\u094D\u092F\u0942\u0928, \u092B\u093C\u0941\u091F\u0942, \u091F\u093E\u0907\u0917\u0930 \u0938\u092E\u0941\u0926\u093E\u092F) \u0915\u0947 \u0926\u093E\u0939\u093F\u0928\u0947 \u0915\u0949\u0932\u092E \u092E\u0947\u0902 \u092A\u094D\u0930\u0926\u0930\u094D\u0936\u093F\u0924 \u0939\u094B\u0902\u0917\u0947\u0964',verifyService:"\u0938\u0947\u0935\u093E \u0915\u093E \u092A\u0930\u0940\u0915\u094D\u0937\u0923 \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u092F\u0939\u093E\u0902 \u0915\u094D\u0932\u093F\u0915 \u0915\u0930\u0947\u0902",verified:"\u0938\u0924\u094D\u092F\u093E\u092A\u0928 \u0938\u092B\u0932","field.langs":"\u0938\u092E\u0930\u094D\u0925\u093F\u0924 \u092D\u093E\u0937\u093E \u0915\u094B\u0921","field.model":"\u0928\u092E\u0942\u0928\u093E","field.translationEngine":"\u0905\u0928\u0941\u0935\u093E\u0926 \u0907\u0902\u091C\u0928","field.limitPerMinute":"\u092A\u094D\u0930\u0924\u093F \u092E\u093F\u0928\u091F \u0905\u0928\u0941\u0930\u094B\u0927\u094B\u0902 \u0915\u0940 \u0905\u0927\u093F\u0915\u0924\u092E \u0938\u0902\u0916\u094D\u092F\u093E","field.limitPerSecond":"\u092A\u094D\u0930\u0924\u093F \u0938\u0947\u0915\u0902\u0921 \u0905\u0928\u0941\u0930\u094B\u0927\u094B\u0902 \u0915\u0940 \u0905\u0927\u093F\u0915\u0924\u092E \u0938\u0902\u0916\u094D\u092F\u093E","field.maxTextLengthPerRequest":"\u092A\u094D\u0930\u0924\u093F \u0905\u0928\u0941\u0930\u094B\u0927 \u0905\u0927\u093F\u0915\u0924\u092E \u092A\u093E\u0920 \u0932\u0902\u092C\u093E\u0908","field.maxTextGroupLengthPerRequest":"\u092A\u094D\u0930\u0924\u093F \u0905\u0928\u0941\u0930\u094B\u0927 \u092A\u0948\u0930\u093E\u0917\u094D\u0930\u093E\u092B \u0915\u0940 \u0905\u0927\u093F\u0915\u0924\u092E \u0938\u0902\u0916\u094D\u092F\u093E","field.apiUrl":"\u0915\u0938\u094D\u091F\u092E \u090F\u092A\u0940\u0906\u0908 \u0907\u0902\u091F\u0930\u092B\u093C\u0947\u0938 \u092A\u0924\u093E","field.placeholderDelimiters":"\u0906\u0930\u0915\u094D\u0937\u093F\u0924 \u092A\u094D\u0932\u0947\u0938\u0939\u094B\u0932\u094D\u0921\u0930","description.custom":"\u0915\u0938\u094D\u091F\u092E \u0907\u0902\u091F\u0930\u092B\u093C\u0947\u0938 \u090F\u0915\u094D\u0938\u0947\u0938 \u0915\u0947 \u0932\u093F\u090F \u0938\u0902\u0926\u0930\u094D\u092D \u0926\u0938\u094D\u0924\u093E\u0935\u0947\u091C\u093C\u094B\u0902 \u0915\u0940 \u0906\u0935\u0936\u094D\u092F\u0915\u0924\u093E \u0939\u0948","description.limitPerMinute":"\u091C\u092C \u0905\u0928\u0941\u0930\u094B\u0927\u094B\u0902 \u0915\u0940 \u0938\u0902\u0916\u094D\u092F\u093E \u0907\u0938 \u0938\u0940\u092E\u093E \u0938\u0947 \u0905\u0927\u093F\u0915 \u0939\u094B \u091C\u093E\u0924\u0940 \u0939\u0948, \u0924\u094B \u092F\u0939 \u0905\u0917\u0932\u0947 \u092E\u093F\u0928\u091F \u0915\u0940 \u0936\u0941\u0930\u0941\u0906\u0924 \u0924\u0915 \u0915\u0924\u093E\u0930 \u0938\u094D\u0925\u093F\u0924\u093F \u092E\u0947\u0902 \u092A\u094D\u0930\u0935\u0947\u0936 \u0915\u0930\u0947\u0917\u0940\u0964 OpenAI \u0915\u0940 \u0935\u0930\u094D\u0924\u092E\u093E\u0928 \u0938\u0947\u0935\u093E \u0915\u0940 \u0935\u093F\u092D\u093F\u0928\u094D\u0928 \u0938\u0940\u092E\u093E\u0913\u0902 \u0915\u0947 \u0915\u093E\u0930\u0923, \u0915\u0943\u092A\u092F\u093E \u092F\u0939\u093E\u0902 <1> \u0915\u094D\u0932\u093F\u0915 \u0915\u0930\u0947\u0902 \u0928\u0935\u0940\u0928\u0924\u092E \u0905\u0928\u0941\u0936\u0902\u0938\u093F\u0924 \u092E\u093E\u0928 \u0926\u0947\u0916\u0947\u0902","description.limitPerSecond":"\u091C\u092C \u0905\u0928\u0941\u0930\u094B\u0927\u094B\u0902 \u0915\u0940 \u0938\u0902\u0916\u094D\u092F\u093E \u0907\u0938 \u0938\u0940\u092E\u093E \u0938\u0947 \u0905\u0927\u093F\u0915 \u0939\u094B \u091C\u093E\u0924\u0940 \u0939\u0948, \u0924\u094B \u092F\u0939 \u0905\u0917\u0932\u0947 \u0938\u0947\u0915\u0902\u0921 \u0915\u0940 \u0936\u0941\u0930\u0941\u0906\u0924 \u0924\u0915 \u0915\u0924\u093E\u0930 \u0938\u094D\u0925\u093F\u0924\u093F \u092E\u0947\u0902 \u092A\u094D\u0930\u0935\u0947\u0936 \u0915\u0930\u0947\u0917\u0940\u0964 OpenAI \u0915\u0940 \u0935\u0930\u094D\u0924\u092E\u093E\u0928 \u0938\u0947\u0935\u093E \u0915\u0940 \u0935\u093F\u092D\u093F\u0928\u094D\u0928 \u0938\u0940\u092E\u093E\u0913\u0902 \u0915\u0947 \u0915\u093E\u0930\u0923, \u0915\u0943\u092A\u092F\u093E \u092F\u0939\u093E\u0902 <1> \u0915\u094D\u0932\u093F\u0915 \u0915\u0930\u0947\u0902 \u0928\u0935\u0940\u0928\u0924\u092E \u0905\u0928\u0941\u0936\u0902\u0938\u093F\u0924 \u092E\u093E\u0928 \u0926\u0947\u0916\u0947\u0902","description.generalLimitPerSecond":"\u091C\u092C \u0905\u0928\u0941\u0930\u094B\u0927\u094B\u0902 \u0915\u0940 \u0938\u0902\u0916\u094D\u092F\u093E \u0907\u0938 \u0938\u0940\u092E\u093E \u0938\u0947 \u0905\u0927\u093F\u0915 \u0939\u094B \u091C\u093E\u0924\u0940 \u0939\u0948, \u0924\u094B \u092F\u0939 \u0905\u0917\u0932\u0947 \u0938\u0947\u0915\u0902\u0921 \u0915\u0940 \u0936\u0941\u0930\u0941\u0906\u0924 \u0924\u0915 \u0915\u0924\u093E\u0930 \u0938\u094D\u0925\u093F\u0924\u093F \u092E\u0947\u0902 \u092A\u094D\u0930\u0935\u0947\u0936 \u0915\u0930\u0947\u0917\u0940\u0964","description.prompt":"\u0909\u092A\u092F\u094B\u0917\u0915\u0930\u094D\u0924\u093E \u0915\u0940 \u092A\u0939\u091A\u093E\u0928 \u092E\u0947\u0902 {service} \u0915\u094B \u092D\u0947\u091C\u0940 \u0917\u0908 \u0935\u093E\u0930\u094D\u0924\u093E\u0932\u093E\u092A, \u091C\u093F\u0938\u092E\u0947\u0902 {{text}} \u092A\u0948\u0930\u093E\u0917\u094D\u0930\u093E\u092B \u0915\u093E \u092A\u093E\u0920 \u0938\u093E\u092E\u0917\u094D\u0930\u0940 \u0915\u094B \u0926\u0930\u094D\u0936\u093E\u0924\u093E \u0939\u0948, {{from}} \u092A\u0948\u0930\u093E\u0917\u094D\u0930\u093E\u092B \u0915\u0940 \u092D\u093E\u0937\u093E \u0915\u094B \u0926\u0930\u094D\u0936\u093E\u0924\u093E \u0939\u0948, \u0914\u0930 {{to}} \u0932\u0915\u094D\u0937\u094D\u092F \u092D\u093E\u0937\u093E \u0915\u094B \u0926\u0930\u094D\u0936\u093E\u0924\u093E \u0939\u0948\u0964","description.maxTextLengthPerRequest":"\u092A\u094D\u0930\u0924\u093F \u0905\u0928\u0941\u0930\u094B\u0927 \u0935\u0930\u094D\u0923\u094B\u0902 \u0915\u0940 \u0905\u0927\u093F\u0915\u0924\u092E \u0938\u0902\u0916\u094D\u092F\u093E\u0964 \u092F\u0926\u093F \u092F\u0939 \u092C\u0939\u0941\u0924 \u092C\u0921\u093C\u093E \u0939\u0948, \u0924\u094B \u0907\u0902\u091F\u0930\u092B\u093C\u0947\u0938 \u0915\u0940 \u092A\u094D\u0930\u0924\u093F\u0915\u094D\u0930\u093F\u092F\u093E \u0927\u0940\u092E\u0940 \u0939\u094B \u091C\u093E\u090F\u0917\u0940, \u0907\u0938\u0932\u093F\u090F \u0906\u092A \u0917\u0924\u093F \u0915\u094B \u0905\u0928\u0941\u0915\u0942\u0932\u093F\u0924 \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u0907\u0938 \u0935\u093F\u0915\u0932\u094D\u092A \u0915\u094B \u0938\u092E\u093E\u092F\u094B\u091C\u093F\u0924 \u0915\u0930\u0928\u0947 \u0915\u093E \u092A\u094D\u0930\u092F\u093E\u0938 \u0915\u0930 \u0938\u0915\u0924\u0947 \u0939\u0948\u0902\u0964","description.systemPrompt":"\u0913\u092A\u0928\u090F\u0906\u0908 \u0915\u094B \u0938\u093F\u0938\u094D\u091F\u092E \u0915\u0947 \u0930\u0942\u092A \u092E\u0947\u0902 \u092C\u093E\u0924\u091A\u0940\u0924 \u092D\u0947\u091C\u0940 \u0917\u0908, \u091C\u0939\u093E\u0902 {{text}} \u092A\u0948\u0930\u093E\u0917\u094D\u0930\u093E\u092B \u0915\u0940 \u092A\u093E\u0920\u094D\u092F \u0938\u093E\u092E\u0917\u094D\u0930\u0940 \u0915\u093E \u092A\u094D\u0930\u0924\u093F\u0928\u093F\u0927\u093F\u0924\u094D\u0935 \u0915\u0930\u0924\u093E \u0939\u0948,{{from}} \u092A\u0948\u0930\u093E\u0917\u094D\u0930\u093E\u092B \u0915\u0940 \u092D\u093E\u0937\u093E \u0915\u093E \u092A\u094D\u0930\u0924\u093F\u0928\u093F\u0927\u093F\u0924\u094D\u0935 \u0915\u0930\u0924\u093E \u0939\u0948, \u0914\u0930{{to}} \u0932\u0915\u094D\u0937\u094D\u092F \u092D\u093E\u0937\u093E \u0915\u093E \u092A\u094D\u0930\u0924\u093F\u0928\u093F\u0927\u093F\u0924\u094D\u0935 \u0915\u0930\u0924\u093E \u0939\u0948","field.domain":"\u092E\u0948\u0926\u093E\u0928","description.domain":"\u0921\u093F\u092B\u093C\u0949\u0932\u094D\u091F\uFF1A\u0938\u093E\u092E\u093E\u0928\u094D\u092F \u0939\u0948. \u0907\u0938\u0947 \u0915\u0947\u0935\u0932 \u0924\u092D\u0940 \u0938\u0947\u091F \u0915\u093F\u092F\u093E \u091C\u093E \u0938\u0915\u0924\u093E \u0939\u0948 \u091C\u092C Youdao API \u0915\u0902\u0938\u094B\u0932 \u092E\u0947\u0902 \u0921\u094B\u092E\u0947\u0928-\u0906\u0927\u093E\u0930\u093F\u0924 \u0905\u0928\u0941\u0935\u093E\u0926 \u0938\u0915\u094D\u0937\u092E \u0939\u094B\u0964 \u0938\u092E\u0930\u094D\u0925\u093F\u0924 \u092B\u093C\u0940\u0932\u094D\u0921 \u0915\u0947 \u0932\u093F\u090F, \u0915\u0943\u092A\u092F\u093E \u092F\u0939\u093E\u0902 <1> \u0926\u0947\u0916\u0947\u0902\u0964","field.scene":"\u092A\u0930\u094D\u0926\u0947","description.scene":"\u0921\u093F\u092B\u093C\u0949\u0932\u094D\u091F\uFF1A\u0938\u093E\u092E\u093E\u0928\u094D\u092F \u0939\u0948. \u0907\u0938\u0947 \u0915\u0947\u0935\u0932 \u0924\u092D\u0940 \u0938\u0947\u091F \u0915\u093F\u092F\u093E \u091C\u093E \u0938\u0915\u0924\u093E \u0939\u0948 \u091C\u092C \u0905\u0932\u0940\u092C\u093E\u092C\u093E \u0915\u094D\u0932\u093E\u0909\u0921 \u090F\u092A\u0940\u0906\u0908 \u0915\u0902\u0938\u094B\u0932 \u092E\u0947\u0902 \u092E\u0936\u0940\u0928\u0940 \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u093E \u092A\u0947\u0936\u0947\u0935\u0930 \u0938\u0902\u0938\u094D\u0915\u0930\u0923 \u0938\u0915\u094D\u0930\u093F\u092F \u0939\u094B\u0964 \u0938\u092E\u0930\u094D\u0925\u093F\u0924 \u092A\u0930\u093F\u0926\u0943\u0936\u094D\u092F\u094B\u0902 \u0915\u0947 \u0932\u093F\u090F \u092F\u0939\u093E\u0902 <1> \u0926\u0947\u0916\u0947\u0902\u0964","field.vocabId":"\u0909\u092A\u092F\u094B\u0917\u0915\u0930\u094D\u0924\u093E \u0936\u092C\u094D\u0926\u0915\u094B\u0936 \u0906\u0908\u0921\u0940","description.vocabId":"\u0928\u093F\u0930\u094D\u0926\u093F\u0937\u094D\u091F \u0936\u092C\u094D\u0926\u0915\u094B\u0936 \u0906\u0909\u091F_\u0906\u0908\u0921\u0940 \u0935\u0930\u094D\u0924\u092E\u093E\u0928 \u092E\u0947\u0902 \u0905\u0902\u0917\u094D\u0930\u0947\u091C\u0940-\u091A\u0940\u0928\u0940 \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u093E \u0938\u092E\u0930\u094D\u0925\u0928 \u0915\u0930\u0924\u093E \u0939\u0948\u0964","description.model":"OpenAI \u0915\u093E \u092E\u0949\u0921\u0932 gpt-3.5-\u091F\u0930\u094D\u092C\u094B, gpt-4 \u0906\u0926\u093F \u0939\u094B \u0938\u0915\u0924\u093E \u0939\u0948\u0964","description.maxTextGroupLengthPerRequest":"\u0939\u0930 \u092C\u093E\u0930 \u0905\u0928\u0941\u0935\u093E\u0926 \u0938\u0947\u0935\u093E \u0915\u094B \u092D\u0947\u091C\u0947 \u0917\u090F \u092A\u0948\u0930\u093E\u0917\u094D\u0930\u093E\u092B\u094B\u0902 \u0915\u0940 \u0938\u0902\u0916\u094D\u092F\u093E\u0964 \u092F\u0926\u093F \u092C\u0939\u0941\u0924 \u0938\u093E\u0930\u0947 \u092A\u0948\u0930\u093E\u0917\u094D\u0930\u093E\u092B \u0939\u0948\u0902, \u0924\u094B \u0907\u0902\u091F\u0930\u092B\u093C\u0947\u0938 \u0915\u0940 \u092A\u094D\u0930\u0924\u093F\u0915\u094D\u0930\u093F\u092F\u093E \u0927\u0940\u092E\u0940 \u0939\u094B \u0938\u0915\u0924\u0940 \u0939\u0948\u0964","description.apiUrl":"\u0915\u0943\u092A\u092F\u093E \u092A\u0925 \u0915\u0947 \u0938\u093E\u0925 \u090F\u0915 \u0935\u093F\u0936\u093F\u0937\u094D\u091F \u092F\u0942\u0906\u0930\u090F\u0932 \u091C\u094B\u0921\u093C\u0947\u0902, <1> \u0905\u0927\u093F\u0915 \u0928\u093F\u0930\u094D\u0926\u0947\u0936",enabledExtension:"\u090F\u0915\u094D\u0938\u091F\u0947\u0902\u0936\u0928 \u0938\u0915\u094D\u0937\u092E",clickToDisableExtension:"\u090F\u0915\u094D\u0938\u091F\u0947\u0902\u0936\u0928 \u0905\u0915\u094D\u0937\u092E \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u0915\u094D\u0932\u093F\u0915 \u0915\u0930\u0947\u0902",clickToEnableExtension:"\u090F\u0915\u094D\u0938\u091F\u0947\u0902\u0936\u0928 \u0938\u0915\u094D\u0937\u092E \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u0915\u094D\u0932\u093F\u0915 \u0915\u0930\u0947\u0902",hasBeenDisabled:"\u0905\u0915\u094D\u0937\u092E","show password":"\u092A\u093E\u0938\u0935\u0930\u094D\u0921 \u0926\u093F\u0916\u093E\u090F",customContent:"\u0915\u0938\u094D\u091F\u092E \u092E\u0949\u0921\u0932 \u0928\u093E\u092E \u0926\u0930\u094D\u091C \u0915\u0930\u0947\u0902",inputOptions:"\u0907\u0928\u092A\u0941\u091F \u092C\u0949\u0915\u094D\u0938 \u0938\u0902\u0935\u0930\u094D\u0926\u094D\u0927\u0928",mouseHoverOptions:"\u092E\u093E\u0909\u0938 \u0915\u0947 \u090A\u092A\u0930",modifyMouseHoverKey:"\u092E\u093E\u0909\u0938\u0913\u0935\u0930 \u0936\u0949\u0930\u094D\u091F\u0915\u091F \u0915\u0941\u0902\u091C\u093F\u092F\u094B\u0902 \u0915\u094B \u0938\u0902\u0936\u094B\u0927\u093F\u0924 \u0915\u0930\u0947\u0902",enableInputTranslation:"\u0907\u0928\u092A\u0941\u091F \u092C\u0949\u0915\u094D\u0938 \u090F\u0928\u094D\u0939\u093E\u0902\u0938\u092E\u0947\u0902\u091F \u0938\u0915\u094D\u0937\u092E \u0915\u0930\u0928\u093E \u0939\u0948 \u092F\u093E \u0928\u0939\u0940\u0902",enableInputTranslationDescription:"{trailingKey}\u0938\u0915\u094D\u0937\u092E \u0915\u0930\u0928\u0947 \u0915\u0947 \u092C\u093E\u0926, \u0938\u0940\u0927\u0947 \u0907\u0928\u092A\u0941\u091F \u092C\u0949\u0915\u094D\u0938 \u092E\u0947\u0902 {startingKey}{startingKey} \u0939\u0948\u0932\u094B \u0926\u0930\u094D\u091C \u0915\u0930\u0947\u0902, \u0914\u0930 \u092B\u093F\u0930 \u0907\u0938\u0947 {inputTargetLanguage}\u092E\u0947\u0902 \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u091C\u0932\u094D\u0926\u0940 \u0938\u0947{inputTrailingTriggerKeyRepeatTimes}\u092A\u0930 \u0926\u094B \u092C\u093E\u0930 \u0915\u094D\u0932\u093F\u0915 \u0915\u0930\u0947\u0902\u0964",enableInputTranslationDescriptionForNoneKey:"\u0907\u0938\u0947 \u0938\u0915\u094D\u0937\u092E \u0915\u0930\u0928\u0947{trailingKey}, \u0938\u0940\u0927\u0947 \u0907\u0928\u092A\u0941\u091F \u092C\u0949\u0915\u094D\u0938 \u092E\u0947\u0902\uFF1A\u0939\u0948\u0932\u094B \u0935\u0930\u094D\u0932\u094D\u0921 \u0926\u0930\u094D\u091C \u0915\u0930\u0947\u0902, \u0914\u0930 \u092B\u093F\u0930 \u0921\u093F\u092B\u093C\u0949\u0932\u094D\u091F \u0932\u0915\u094D\u0937\u094D\u092F \u092D\u093E\u0937\u093E \u092E\u0947\u0902 \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u091C\u0932\u094D\u0926\u0940 \u0938\u0947{inputTrailingTriggerKeyRepeatTimes}\u092C\u093E\u0930 \u0915\u094D\u0932\u093F\u0915 \u0915\u0930\u0947\u0902\u0964",inputTargetLanguage:"\u0907\u0928\u092A\u0941\u091F \u092C\u0949\u0915\u094D\u0938 \u0915\u0940 \u0921\u093F\u092B\u093C\u0949\u0932\u094D\u091F \u0932\u0915\u094D\u0937\u094D\u092F \u092D\u093E\u0937\u093E \u0938\u0947\u091F \u0915\u0930\u0947\u0902",inputTargetLanguageDescription:"\u0907\u0928\u092A\u0941\u091F \u092C\u0949\u0915\u094D\u0938 \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0947 \u0932\u093F\u090F \u0921\u093F\u092B\u093C\u0949\u0932\u094D\u091F \u0932\u0915\u094D\u0937\u094D\u092F \u092D\u093E\u0937\u093E, \u091C\u094B \u091F\u094D\u0930\u093F\u0917\u0930 \u0936\u092C\u094D\u0926\u094B\u0902 \u0915\u0947 \u0932\u093F\u090F \u0921\u093F\u092B\u093C\u0949\u0932\u094D\u091F \u092D\u093E\u0937\u093E \u0915\u0947 \u0930\u0942\u092A \u092E\u0947\u0902 {startingKey}{startingKey} \u0939\u0948",inputTargetLanguageDescriptionForNoneKey:"\u0907\u0928\u092A\u0941\u091F \u092C\u0949\u0915\u094D\u0938 \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0947 \u0932\u093F\u090F \u0921\u093F\u092B\u093C\u0949\u0932\u094D\u091F \u0932\u0915\u094D\u0937\u094D\u092F \u092D\u093E\u0937\u093E",inputStartingTriggerKeyTitle:"\u0907\u0928\u092A\u0941\u091F \u092C\u0949\u0915\u094D\u0938 \u0915\u0947 \u0906\u0902\u0936\u093F\u0915 \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0947 \u0932\u093F\u090F \u0935\u093F\u092D\u093E\u091C\u0928 \u0935\u0930\u094D\u0923 \u0938\u0947\u091F \u0915\u0930\u0947\u0902",inputStartingTriggerKeyDescription:"\u091C\u092C \u0906\u092A\u0915\u094B \u092A\u0942\u0930\u0947 \u0907\u0928\u092A\u0941\u091F \u092C\u0949\u0915\u094D\u0938 \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0928\u0947 \u0915\u0940 \u0906\u0935\u0936\u094D\u092F\u0915\u0924\u093E \u0928\u0939\u0940\u0902 \u0939\u094B\u0924\u0940 \u0939\u0948, \u0924\u094B \u0921\u093F\u0932\u0940\u092E\u0940\u091F\u0930 \u0906\u092A\u0915\u094B \u0915\u0947\u0935\u0932 {startingKey}{startingKey} \u0938\u0947 \u0907\u0928\u092A\u0941\u091F \u092C\u0949\u0915\u094D\u0938 \u0915\u0947 \u0905\u0902\u0924 \u0924\u0915 \u0915\u0947 \u092D\u093E\u0917 \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0928\u0947 \u0915\u0940 \u0905\u0928\u0941\u092E\u0924\u093F \u0926\u0947\u0924\u093E \u0939\u0948, \u092F\u093E \u0906\u092A \u092D\u093E\u0937\u093E \u0915\u094B\u0921 \u0928\u093F\u0930\u094D\u0926\u093F\u0937\u094D\u091F \u0915\u0930 \u0938\u0915\u0924\u0947 \u0939\u0948\u0902, \u0909\u0926\u093E\u0939\u0930\u0923 \u0915\u0947 \u0932\u093F\u090F,\uFF1A{startingKey}ja \u0915\u093E \u0905\u0930\u094D\u0925 \u0915\u0947\u0935\u0932 \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0928\u093E \u0939\u0948 {startingKey}ja \u0938\u0947 \u0907\u0928\u092A\u0941\u091F \u092C\u0949\u0915\u094D\u0938 \u0915\u0947 \u0905\u0902\u0924 \u0924\u0915 \u0915\u093E \u092D\u093E\u0917\u0964",inputStartingTriggerKeyDescriptionForNoneKey:"\u0935\u0930\u094D\u0924\u092E\u093E\u0928 \u092E\u0947\u0902 \u0907\u0938\u0947 \u0915\u093F\u0938\u0940 \u0909\u092A\u0938\u0930\u094D\u0917 \u0915\u0940 \u0906\u0935\u0936\u094D\u092F\u0915\u0924\u093E \u0928\u0939\u0940\u0902 \u0939\u0948, \u0914\u0930 \u0907\u0928\u092A\u0941\u091F \u092C\u0949\u0915\u094D\u0938 \u0915\u0947 \u0915\u0941\u091B \u092A\u093E\u0920 \u0905\u0928\u0941\u0935\u093E\u0926 \u092B\u093C\u0902\u0915\u094D\u0936\u0928 \u0905\u0938\u094D\u0925\u093E\u092F\u0940 \u0930\u0942\u092A \u0938\u0947 \u0905\u0928\u0941\u092A\u0932\u092C\u094D\u0927 \u0939\u0948\u0902\u0964",inputTrailingTriggerKeyTitle:"\u090F\u0915 \u091F\u094D\u0930\u093F\u0917\u0930 \u0935\u0930\u094D\u0923 \u091A\u0941\u0928\u0947\u0902 \u091C\u094B \u0907\u0928\u092A\u0941\u091F \u0915\u094B \u0938\u092E\u093E\u092A\u094D\u0924 \u0915\u0930\u0924\u093E \u0939\u0948",inputTrailingTriggerKeyDescription:"\u0924\u094D\u0935\u0930\u093F\u0924 \u0909\u0924\u094D\u0924\u0930\u093E\u0927\u093F\u0915\u093E\u0930 \u092E\u0947\u0902{trailingKey} 3 \u092C\u093E\u0930 \u0939\u093F\u091F \u0915\u0930\u0928\u0947 \u0938\u0947 \u0905\u0928\u0941\u0935\u093E\u0926 \u0936\u0941\u0930\u0942 \u0939\u094B \u091C\u093E\u090F\u0917\u093E",inputTrailingTriggerKeyTimeout:"\u0915\u0949\u092E\u094D\u092C\u094B \u0915\u094B \u0938\u092E\u093E\u092A\u094D\u0924 \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u091F\u094D\u0930\u093F\u0917\u0930\u094D\u0938 \u0915\u0947 \u092C\u0940\u091A \u0905\u0902\u0924\u0930\u093E\u0932 \u0926\u0930\u094D\u091C \u0915\u0930\u0947\u0902\u0964",inputTrailingTriggerKeyTimeoutDescription:"\u0915\u0949\u092E\u094D\u092C\u094B \u091F\u094D\u0930\u093F\u0917\u0930 \u0915\u094B \u0938\u092E\u093E\u092A\u094D\u0924 \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u0907\u0928\u092A\u0941\u091F \u0915\u0947 \u0932\u093F\u090F \u0905\u0902\u0924\u0930\u093E\u0932 \u0938\u092E\u092F (\u092E\u093F\u0932\u0940\u0938\u0947\u0915\u0902\u0921) \u0928\u093F\u0930\u094D\u0927\u093E\u0930\u093F\u0924 \u0915\u0930\u0947\u0902",spaceKey:"<\u0938\u094D\u092A\u0947\u0938\u092C\u093E\u0930>",noneKey:"\u0915\u093F\u0938\u0940 \u0909\u092A\u0938\u0930\u094D\u0917 \u0915\u0940 \u0906\u0935\u0936\u094D\u092F\u0915\u0924\u093E \u0928\u0939\u0940\u0902 \u0939\u0948, \u0938\u0940\u0927\u0947 \u0938\u0902\u092A\u0942\u0930\u094D\u0923 \u091F\u0947\u0915\u094D\u0938\u094D\u091F \u092C\u0949\u0915\u094D\u0938 \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0947\u0902",inputTranslationBlockUrlsTitle:"\u092F\u0942\u0906\u0930\u090F\u0932 \u092E\u0947\u0902 \u0907\u0928\u092A\u0941\u091F \u092B\u093C\u0940\u0932\u094D\u0921 \u090F\u0928\u094D\u0939\u093E\u0902\u0938\u092E\u0947\u0902\u091F \u0915\u094B \u0915\u092D\u0940 \u092D\u0940 \u0938\u0915\u094D\u0937\u092E \u0928 \u0915\u0930\u0947\u0902",inputTranslationBlockUrlsDescription:"\u0928\u093F\u092E\u094D\u0928\u0932\u093F\u0916\u093F\u0924 \u092F\u0942\u0906\u0930\u090F\u0932 \u092E\u0947\u0902, \u0907\u0928\u092A\u0941\u091F \u092C\u0949\u0915\u094D\u0938 \u090F\u0928\u094D\u0939\u093E\u0902\u0938\u092E\u0947\u0902\u091F \u092A\u094D\u0930\u092D\u093E\u0935\u0940 \u0928\u0939\u0940\u0902 \u0939\u094B\u0917\u093E",clickToSeeQuickDemo:"30 \u0938\u0947\u0915\u0902\u0921 \u0915\u0947 \u0924\u094D\u0935\u0930\u093F\u0924 \u0928\u093F\u0930\u094D\u0926\u0947\u0936 \u0935\u0940\u0921\u093F\u092F\u094B \u0915\u093E \u0935\u093F\u0938\u094D\u0924\u093E\u0930 \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u0915\u094D\u0932\u093F\u0915 \u0915\u0930\u0947\u0902",inputHelperInfo:"\u0928\u094B\u091F\uFF1A: \u0939\u092E\u0928\u0947 \u0935\u093F\u0936\u0947\u0937 \u0930\u0942\u092A \u0938\u0947 \u0909\u0938 \u092E\u0941\u0926\u094D\u0926\u0947 \u0915\u094B \u0905\u0928\u0941\u0915\u0942\u0932\u093F\u0924 \u0915\u093F\u092F\u093E \u0939\u0948 \u091C\u0939\u093E\u0902 \u0915\u0941\u091B \u091F\u094D\u0930\u093F\u0917\u0930 \u0935\u0930\u094D\u0923 \u091A\u0940\u0928\u0940 \u0907\u0928\u092A\u0941\u091F \u092A\u0926\u094D\u0927\u0924\u093F \u0915\u0947 \u0924\u0939\u0924 \u091A\u0940\u0928\u0940 \u0935\u093F\u0930\u093E\u092E \u091A\u093F\u0939\u094D\u0928\u094B\u0902 \u092E\u0947\u0902 \u092C\u0926\u0932 \u091C\u093E\u090F\u0902\u0917\u0947\u0964 \u0909\u0926\u093E\u0939\u0930\u0923 \u0915\u0947 \u0932\u093F\u090F, \u0938\u094B\u0917\u094C \u0907\u0928\u092A\u0941\u091F \u092A\u0926\u094D\u0927\u0924\u093F \u0915\u0947 \u0924\u0939\u0924, / \u090F\u0915 \u0935\u093F\u0930\u093E\u092E \u092E\u0947\u0902 \u092C\u0926\u0932 \u091C\u093E\u090F\u0917\u093E, \u0914\u0930 \u0907\u092E\u0930\u094D\u0938\u093F\u0935 \u0905\u0928\u0941\u0935\u093E\u0926 \u0938\u0902\u092C\u0902\u0927\u093F\u0924 \u0938\u092D\u0940 \u091A\u0940\u0928\u0940 \u092A\u094D\u0930\u0924\u0940\u0915\u094B\u0902 \u0915\u093E \u0938\u092E\u0930\u094D\u0925\u0928 \u0915\u0930\u0924\u093E \u0939\u0948 \u091F\u094D\u0930\u093F\u0917\u0930 \u0935\u0930\u094D\u0923\u0964 , \u092F\u093E\u0928\u0940, //,, \u0914\u0930 \u0938\u092D\u0940 \u0915\u094B \u091F\u094D\u0930\u093F\u0917\u0930 \u0935\u0930\u094D\u0923 \u0915\u0947 \u0930\u0942\u092A \u092E\u0947\u0902 \u092A\u0939\u091A\u093E\u0928\u093E \u091C\u093E\u090F\u0917\u093E\u0964

\u0938\u093E\u0925 \u0939\u0940, \u0939\u092E \u0915\u092E\u093E\u0902\u0921 \u0915\u0947 \u0930\u0942\u092A \u092E\u0947\u0902 \u092D\u093E\u0937\u093E \u0915\u094B\u0921 \u0915\u0947 \u091A\u0940\u0928\u0940 \u0909\u092A\u0928\u093E\u092E\u094B\u0902 \u0915\u093E \u092D\u0940 \u0938\u092E\u0930\u094D\u0925\u0928 \u0915\u0930\u0924\u0947 \u0939\u0948\u0902\u0964 \u0909\u0926\u093E\u0939\u0930\u0923 \u0915\u0947 \u0932\u093F\u090F, /\u091C\u093E\u092A\u093E\u0928\u0940 \u0939\u0948\u0932\u094B \u0935\u0930\u094D\u0932\u094D\u0921 \u0915\u093E \u091C\u093E\u092A\u093E\u0928\u0940 \u092E\u0947\u0902 \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u093F\u092F\u093E \u091C\u093E\u090F\u0917\u093E\u0964 <1> \u0938\u092D\u0940 \u0938\u092E\u0930\u094D\u0925\u093F\u0924 \u092D\u093E\u0937\u093E \u0915\u094B\u0921 \u0926\u0947\u0916\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u092F\u0939\u093E\u0902 \u0915\u094D\u0932\u093F\u0915 \u0915\u0930\u0947\u0902\u0964 .",reloadCurrentPage:"\u0915\u0943\u092A\u092F\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0936\u0941\u0930\u0942 \u0915\u0930\u0928\u0947 \u0938\u0947 \u092A\u0939\u0932\u0947 \u0935\u0930\u094D\u0924\u092E\u093E\u0928 \u092A\u0943\u0937\u094D\u0920 \u0915\u094B \u0924\u093E\u091C\u093C\u093E \u0915\u0930\u0947\u0902",noLocalFilePermissionForPDF:"\u0935\u0930\u094D\u0924\u092E\u093E\u0928 \u092E\u0947\u0902 \u0939\u092E\u093E\u0930\u0947 \u092A\u093E\u0938 \u0938\u094D\u0925\u093E\u0928\u0940\u092F \u092B\u093C\u093E\u0907\u0932\u0947\u0902 \u092A\u0922\u093C\u0928\u0947 \u0915\u0940 \u0905\u0928\u0941\u092E\u0924\u093F \u0928\u0939\u0940\u0902 \u0939\u0948\u0964 \u0915\u0943\u092A\u092F\u093E \u090A\u092A\u0930 \u0926\u093F\u090F \u0917\u090F \u092C\u091F\u0928 \u092A\u0930 \u0915\u094D\u0932\u093F\u0915 \u0915\u0930\u0947\u0902 \u0914\u0930 \u0938\u094D\u0925\u093E\u0928\u0940\u092F \u092B\u093C\u093E\u0907\u0932\u0947\u0902 \u0906\u092F\u093E\u0924 \u0915\u0930\u0947\u0902\u0964",noPermissionForThisPage:"\u26A0\uFE0F \u0935\u0930\u094D\u0924\u092E\u093E\u0928 \u092A\u0943\u0937\u094D\u0920 \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0928\u0947 \u0915\u0940 \u0905\u0928\u0941\u092E\u0924\u093F \u0928\u0939\u0940\u0902",retryAllParagraphs:"\u0938\u092D\u0940 \u0924\u094D\u0930\u0941\u091F\u093F \u092A\u0948\u0930\u093E\u0917\u094D\u0930\u093E\u092B \u092A\u0941\u0928\u0903 \u092A\u094D\u0930\u092F\u093E\u0938 \u0915\u0930\u0947\u0902",retryAllButton:"\u0938\u092D\u0940 \u0924\u094D\u0930\u0941\u091F\u093F \u092A\u0948\u0930\u093E\u0917\u094D\u0930\u093E\u092B \u092A\u0941\u0928\u0903 \u092A\u094D\u0930\u092F\u093E\u0938 \u0915\u0930\u0947\u0902",errorTooltipTitle:"\u0924\u094D\u0930\u0941\u091F\u093F \u0915\u093E \u0915\u093E\u0930\u0923 \u0926\u0947\u0916\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u0915\u094D\u0932\u093F\u0915 \u0915\u0930\u0947\u0902",errorModalTitle:"\u0910\u0938\u093E \u0932\u0917\u0924\u093E \u0939\u0948 \u0915\u093F \u0905\u0928\u0941\u0935\u093E\u0926 \u0938\u0947\u0935\u093E \u092F\u093E \u0928\u0947\u091F\u0935\u0930\u094D\u0915 \u092E\u0947\u0902 \u0915\u0941\u091B \u0917\u0921\u093C\u092C\u0921\u093C \u0939\u0948...",disableConfirm:"\u0926\u094D\u0935\u093F\u092D\u093E\u0937\u0940 \u0938\u0942\u091A\u0928\u093E \u0938\u0902\u0935\u0930\u094D\u0926\u094D\u0927\u0928 \u0938\u0947\u091F\u093F\u0902\u0917\u094D\u0938",disableOnce:"\u0907\u0938 \u092C\u093E\u0930 \u0905\u0915\u094D\u0937\u092E",disableGlobal:"\u0938\u094D\u0925\u093E\u092F\u0940 \u0930\u0942\u092A \u0938\u0947 \u0905\u0915\u094D\u0937\u092E",disableTint:"* \u0906\u092A \u0907\u0938\u0947 {option} \u092E\u0947\u0902 \u092A\u0941\u0928\u0903 \u0938\u0915\u094D\u0937\u092E \u0915\u0930 \u0938\u0915\u0924\u0947 \u0939\u0948\u0902\u0964",searchEnhancementNotes:"\u0939\u092E\u0928\u0947 \u092A\u093E\u092F\u093E \u0915\u093F \u091A\u0940\u0928\u0940 \u0915\u0940\u0935\u0930\u094D\u0921 \u0914\u0930 \u0905\u0902\u0917\u094D\u0930\u0947\u091C\u0940 \u0915\u0940\u0935\u0930\u094D\u0921 \u0915\u0947 \u0932\u093F\u090F \u0938\u092E\u093E\u091A\u093E\u0930 \u092A\u0930\u093F\u0923\u093E\u092E \u092C\u0939\u0941\u0924 \u0905\u0932\u0917 \u0939\u0948\u0902\u0964 \u0907\u092E\u0930\u094D\u0938\u093F\u0935 \u091F\u094D\u0930\u093E\u0902\u0938\u0932\u0947\u0936\u0928 \u0926\u094D\u0935\u093F\u092D\u093E\u0937\u0940 \u0938\u0942\u091A\u0928\u093E \u0938\u0902\u0935\u0930\u094D\u0926\u094D\u0927\u0928 \u092B\u093C\u0902\u0915\u094D\u0936\u0928 \u0915\u094B \u0938\u0915\u094D\u0937\u092E \u0915\u0930\u0928\u0947 \u0915\u0947 \u092C\u093E\u0926, \u0939\u092E \u0938\u092E\u0930\u094D\u0925\u093F\u0924 \u0935\u0947\u092C\u0938\u093E\u0907\u091F\u094B\u0902 (Google \u0938\u092E\u093E\u091A\u093E\u0930, Google \u0916\u094B\u091C (\u0915\u0941\u091B \u0915\u0940\u0935\u0930\u094D\u0921), \u0938\u094D\u0928\u094B\u092C\u0949\u0932, \u0913\u0930\u093F\u090F\u0902\u091F\u0932 \u092B\u0949\u0930\u094D\u091A\u094D\u092F\u0942\u0928 \u0928\u0947\u091F\u0935\u0930\u094D\u0915, \u092B\u093C\u0941\u091F\u0942) \u092A\u0930 \u0916\u094B\u091C \u0915\u0930\u0947\u0902\u0917\u0947 , \u091F\u093E\u0907\u0917\u0930) \u0938\u094D\u0935\u091A\u093E\u0932\u093F\u0924 \u0930\u0942\u092A \u0938\u0947 \u0906\u092A\u0915\u0947 \u0932\u093F\u090F \u0905\u0902\u0917\u094D\u0930\u0947\u091C\u0940 \u092E\u0947\u0902 \u0938\u092E\u093E\u0928 \u0915\u0940\u0935\u0930\u094D\u0921 \u0916\u094B\u091C\u0924\u093E \u0939\u0948 \u0914\u0930 \u0909\u0928\u094D\u0939\u0947\u0902 \u0926\u093E\u0908\u0902 \u0913\u0930 \u092A\u094D\u0930\u0926\u0930\u094D\u0936\u093F\u0924 \u0915\u0930\u0924\u093E \u0939\u0948\u0964 \u092F\u0926\u093F \u0906\u092A\u0915\u094B \u0907\u0938 \u0938\u0941\u0935\u093F\u0927\u093E \u0915\u0940 \u0906\u0935\u0936\u094D\u092F\u0915\u0924\u093E \u0928\u0939\u0940\u0902 \u0939\u0948, \u0924\u094B \u0906\u092A \u0907\u0938\u0947 \u0905\u0915\u094D\u0937\u092E \u0915\u0930\u0928\u093E \u091A\u0941\u0928 \u0938\u0915\u0924\u0947 \u0939\u0948\u0902\u0964",option:"\u0938\u094D\u0925\u093E\u092A\u093F\u0924 \u0915\u0930\u0928\u093E",saveSettings:"\u0938\u0947\u091F\u093F\u0902\u0917\u094D\u0938 \u0938\u0947\u0935 \u0915\u0930\u0947\u0902",closeModal:"\u0916\u093F\u0921\u093C\u0915\u0940 \u092C\u0902\u0926 \u0915\u0930\u094B",enableInputTranslationWithoutTriggerKeyTitle:"\u0924\u094D\u0935\u0930\u093F\u0924 \u0915\u0949\u092E\u094D\u092C\u094B \u0915\u094B 3 \u0917\u0941\u0928\u093E{trailingKey}\u0938\u0915\u094D\u0937\u092E \u0915\u0930\u0947\u0902, \u0938\u0902\u092A\u0942\u0930\u094D\u0923 \u0907\u0928\u092A\u0941\u091F \u092C\u0949\u0915\u094D\u0938 \u0915\u094B \u0938\u0940\u0927\u0947{inputTargetLanguage}\u092E\u0947\u0902 \u0905\u0928\u0941\u0935\u093E\u0926\u093F\u0924 \u0915\u0930\u0947\u0902",enableInputTranslationWithoutTriggerKeyDescription:"\u092F\u0926\u093F \u0906\u092A\u0915\u094B \u0932\u0915\u094D\u0937\u094D\u092F \u092D\u093E\u0937\u093E \u0928\u093F\u0930\u094D\u0926\u093F\u0937\u094D\u091F \u0915\u0930\u0928\u0947 \u0915\u0940 \u0906\u0935\u0936\u094D\u092F\u0915\u0924\u093E \u0939\u0948, \u0924\u094B \u0915\u0943\u092A\u092F\u093E \u0938\u093E\u092E\u0928\u0947 \u092D\u093E\u0937\u093E \u0915\u094B\u0921 \u091C\u094B\u0921\u093C\u0947\u0902, \u091C\u0948\u0938\u0947\uFF1Aja \u0939\u0947\u0932\u094B \u0935\u0930\u094D\u0932\u094D\u0921",mouseHoverShortcutPlaceholder:"\u091C\u0948\u0938\u0947\uFF1A\u0936\u093F\u092B\u094D\u091F",deepLProName:"\u0907\u092E\u0930\u094D\u0938\u093F\u0935 \u091F\u094D\u0930\u093E\u0902\u0938\u0932\u0947\u0936\u0928 \u092A\u094D\u0930\u094B \u0938\u0926\u0938\u094D\u092F (\u0905\u0928\u0941\u0936\u0902\u0938\u093F\u0924)",deepLProDescription:"\u0935\u0930\u094D\u0924\u092E\u093E\u0928 \u092A\u0948\u0915\u0947\u091C \u0915\u093E \u0938\u0940\u0927\u0947 \u0909\u092A\u092F\u094B\u0917 \u0915\u093F\u092F\u093E \u091C\u093E \u0938\u0915\u0924\u093E \u0939\u0948",deeplProDescriptionForNormal:"\u0915\u093F\u0938\u0940 \u0938\u0947\u091F\u093F\u0902\u0917 \u0915\u0940 \u0906\u0935\u0936\u094D\u092F\u0915\u0924\u093E \u0928\u0939\u0940\u0902 \u0939\u0948\u0964 \u0906\u092A \u0938\u0926\u0938\u094D\u092F \u0915\u0947 \u0930\u0942\u092A \u092E\u0947\u0902 \u0932\u0949\u0917 \u0907\u0928 \u0915\u0930\u0928\u0947 \u0915\u0947 \u092C\u093E\u0926 \u0907\u0938\u0915\u093E \u0909\u092A\u092F\u094B\u0917 \u0915\u0930 \u0938\u0915\u0924\u0947 \u0939\u0948\u0902\u0964 <1> \u0938\u0926\u0938\u094D\u092F \u092E\u0947\u0902 \u0905\u092A\u0917\u094D\u0930\u0947\u0921 \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u092F\u0939\u093E\u0902 \u0915\u094D\u0932\u093F\u0915 \u0915\u0930\u0947\u0902\u0964",deepLCustomDescription:"\u0906\u092A\u0915\u094B \u090F\u0915 \u0935\u093F\u0926\u0947\u0936\u0940 \u0915\u094D\u0930\u0947\u0921\u093F\u091F \u0915\u093E\u0930\u094D\u0921 \u0915\u0940 \u0906\u0935\u0936\u094D\u092F\u0915\u0924\u093E \u0939\u0948, <1>\u0921\u0940\u092A\u090F\u0932 \u092A\u0930 \u091C\u093E\u090F\u0902 \u0906\u0927\u093F\u0915\u093E\u0930\u093F\u0915 \u0924\u094C\u0930 \u092A\u0930 \u0916\u094B\u0932\u093E \u0917\u092F\u093E, <2> \u0926\u0938\u094D\u0924\u093E\u0935\u0947\u091C\u093C \u0926\u0947\u0916\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u0915\u094D\u0932\u093F\u0915 \u0915\u0930\u0947\u0902",deepLCustomName:"\u0915\u0938\u094D\u091F\u092E \u092A\u094D\u0930\u093E\u092E\u093E\u0923\u093F\u0915 \u0915\u0941\u0902\u091C\u0940",chooseProviderLabel:"\u090F\u0915 \u0938\u0947\u0935\u093E \u092A\u094D\u0930\u0926\u093E\u0924\u093E \u091A\u0941\u0928\u0947\u0902",openaiProName:"\u0907\u092E\u0930\u094D\u0938\u093F\u0935 \u091F\u094D\u0930\u093E\u0902\u0938\u0932\u0947\u0936\u0928 \u092A\u094D\u0930\u094B \u0938\u0926\u0938\u094D\u092F (\u0905\u0928\u0941\u0936\u0902\u0938\u093F\u0924)",openaiProDescription:"\u0935\u0930\u094D\u0924\u092E\u093E\u0928 \u092A\u0948\u0915\u0947\u091C \u0915\u093E \u0938\u0940\u0927\u0947 \u0909\u092A\u092F\u094B\u0917 \u0915\u093F\u092F\u093E \u091C\u093E \u0938\u0915\u0924\u093E \u0939\u0948",openaiProDescriptionForNormal:"\u0915\u093F\u0938\u0940 \u0938\u0947\u091F\u093F\u0902\u0917 \u0915\u0940 \u0906\u0935\u0936\u094D\u092F\u0915\u0924\u093E \u0928\u0939\u0940\u0902 \u0939\u0948\u0964 \u0906\u092A \u0938\u0926\u0938\u094D\u092F \u0915\u0947 \u0930\u0942\u092A \u092E\u0947\u0902 \u0932\u0949\u0917 \u0907\u0928 \u0915\u0930\u0928\u0947 \u0915\u0947 \u092C\u093E\u0926 \u0907\u0938\u0915\u093E \u0909\u092A\u092F\u094B\u0917 \u0915\u0930 \u0938\u0915\u0924\u0947 \u0939\u0948\u0902\u0964 <1> \u0938\u0926\u0938\u094D\u092F \u092E\u0947\u0902 \u0905\u092A\u0917\u094D\u0930\u0947\u0921 \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u092F\u0939\u093E\u0902 \u0915\u094D\u0932\u093F\u0915 \u0915\u0930\u0947\u0902\u0964",openaiCustomDescription:"\u0907\u0938\u0947 OpenAI, Azure OpenAI, \u092F\u093E \u0905\u0928\u094D\u092F \u0924\u0943\u0924\u0940\u092F-\u092A\u0915\u094D\u0937 \u0938\u0947\u0935\u093E\u0913\u0902 \u0938\u0947 \u092A\u094D\u0930\u093E\u092A\u094D\u0924 \u0915\u093F\u092F\u093E \u091C\u093E \u0938\u0915\u0924\u093E \u0939\u0948\u0964 <1> \u0926\u0938\u094D\u0924\u093E\u0935\u0947\u091C\u093C \u0926\u0947\u0916\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u092F\u0939\u093E\u0902 \u0915\u094D\u0932\u093F\u0915 \u0915\u0930\u0947\u0902\u0964",openaiCustomName:"\u0915\u0938\u094D\u091F\u092E \u090F\u092A\u0940\u0906\u0908 \u0915\u0941\u0902\u091C\u0940",needLoginAction:"(\u0938\u0926\u0938\u094D\u092F\u0924\u093E \u0926\u0930\u094D\u091C \u0915\u0930\u0947\u0902 \u092F\u093E \u0905\u0928\u0941\u0915\u0942\u0932\u093F\u0924 \u0915\u0930\u0947\u0902)",goLoginOrAction:"(\u0938\u0926\u0938\u094D\u092F\u0924\u093E \u0926\u0930\u094D\u091C \u0915\u0930\u0947\u0902 \u092F\u093E \u0938\u0947\u091F\u093F\u0902\u0917\u094D\u0938 \u092A\u0930 \u091C\u093E\u090F\u0902)",yearly:"\u0938\u0924\u0924 \u0935\u093E\u0930\u094D\u0937\u093F\u0915 \u0938\u0926\u0938\u094D\u092F\u0924\u093E",quarterly:"\u0932\u0917\u093E\u0924\u093E\u0930 \u090B\u0924\u0941\u090F\u0901",monthly:"\u0928\u093F\u0930\u0902\u0924\u0930 \u092E\u093E\u0938\u093F\u0915 \u0938\u0926\u0938\u094D\u092F\u0924\u093E",yearlyForOnce:"\u090F\u0915\u092E\u0941\u0936\u094D\u0924 \u0935\u093E\u0930\u094D\u0937\u093F\u0915 \u092A\u0948\u0915\u0947\u091C",monthlyForOnce:"\u090F\u0915\u092E\u0941\u0936\u094D\u0924 \u092E\u093E\u0938\u093F\u0915 \u092A\u0948\u0915\u0947\u091C",daily:"\u0932\u0917\u093E\u0924\u093E\u0930 \u0926\u094B \u0926\u093F\u0928",year:"\u0938\u0924\u0924 \u0935\u093E\u0930\u094D\u0937\u093F\u0915 \u0938\u0926\u0938\u094D\u092F\u0924\u093E",quarter:"\u0932\u0917\u093E\u0924\u093E\u0930 \u090B\u0924\u0941\u090F\u0901",month:"\u0928\u093F\u0930\u0902\u0924\u0930 \u092E\u093E\u0938\u093F\u0915 \u0938\u0926\u0938\u094D\u092F\u0924\u093E",day:"\u0932\u0917\u093E\u0924\u093E\u0930 \u0926\u094B \u0926\u093F\u0928",onetime_7day:"7 \u0926\u093F\u0928 \u0915\u093E \u091F\u094D\u0930\u093E\u092F\u0932 \u092A\u0948\u0915\u0947\u091C",currentPlanDescriptionForFree:"\u0935\u0930\u094D\u0924\u092E\u093E\u0928 \u092A\u0948\u0915\u0947\u091C\uFF1A\u0928\u093F\u0903\u0936\u0941\u0932\u094D\u0915 \u0939\u0948",currentPlanDescriptionForContinuous:"\u0935\u0930\u094D\u0924\u092E\u093E\u0928 \u092A\u0948\u0915\u0947\u091C\uFF1A{plan}\u0939\u0948 \u0914\u0930 {endAt} \u0915\u094B \u0938\u094D\u0935\u091A\u093E\u0932\u093F\u0924 \u0930\u0942\u092A \u0938\u0947 \u0928\u0935\u0940\u0928\u0940\u0915\u0943\u0924 \u0939\u094B \u091C\u093E\u090F\u0917\u093E",currentPlanDescriptionForAutoRenewCaceling:"\u0935\u0930\u094D\u0924\u092E\u093E\u0928 \u092A\u0948\u0915\u0947\u091C\uFF1A{plan}\u0939\u0948 \u0914\u0930 {endAt} \u0915\u094B \u0938\u092E\u093E\u092A\u094D\u0924 \u0939\u094B \u091C\u093E\u090F\u0917\u093E\u0964 \u0938\u092E\u093E\u092A\u094D\u0924\u093F \u0915\u0947 \u092C\u093E\u0926 \u0907\u0938\u0947 \u0938\u094D\u0935\u091A\u093E\u0932\u093F\u0924 \u0930\u0942\u092A \u0938\u0947 \u0928\u0935\u0940\u0928\u0940\u0915\u0943\u0924 \u0928\u0939\u0940\u0902 \u0915\u093F\u092F\u093E \u091C\u093E\u090F\u0917\u093E\u0964",currentYearlyPlanDescriptionForAutoRenewCacelingWithRealPaiedUser:"\u0935\u0930\u094D\u0924\u092E\u093E\u0928 \u092A\u0948\u0915\u0947\u091C\uFF1A{plan} {endAt} \u0915\u094B \u0938\u092E\u093E\u092A\u094D\u0924 \u0939\u094B \u091C\u093E\u090F\u0917\u093E \u0914\u0930 \u0938\u092E\u093E\u092A\u094D\u0924\u093F \u0915\u0947 \u092C\u093E\u0926 \u0938\u094D\u0935\u091A\u093E\u0932\u093F\u0924 \u0930\u0942\u092A \u0938\u0947 \u0928\u0935\u0940\u0928\u0940\u0915\u0943\u0924 \u0928\u0939\u0940\u0902 \u0915\u093F\u092F\u093E \u091C\u093E\u090F\u0917\u093E\u0964
<1>\u0928\u0935\u0940\u0915\u0930\u0923 \u092F\u094B\u091C\u0928\u093E\u0913\u0902 \u0915\u094B \u092A\u094D\u0930\u092C\u0902\u0927\u093F\u0924 \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u092F\u0939\u093E\u0902 \u0915\u094D\u0932\u093F\u0915 \u0915\u0930\u0947\u0902",currentYearlyPlanDescriptionForAutoRenewCacelingWithAdmin:"\u0935\u0930\u094D\u0924\u092E\u093E\u0928 \u092A\u0948\u0915\u0947\u091C\uFF1A{plan} {endAt} \u0915\u094B \u0938\u092E\u093E\u092A\u094D\u0924 \u0939\u094B \u091C\u093E\u090F\u0917\u093E \u0914\u0930 \u0938\u092E\u093E\u092A\u094D\u0924\u093F \u0915\u0947 \u092C\u093E\u0926 \u0938\u094D\u0935\u091A\u093E\u0932\u093F\u0924 \u0930\u0942\u092A \u0938\u0947 \u0928\u0935\u0940\u0928\u0940\u0915\u0943\u0924 \u0928\u0939\u0940\u0902 \u0915\u093F\u092F\u093E \u091C\u093E\u090F\u0917\u093E\u0964
<1>\u0928\u093F\u0930\u0902\u0924\u0930 \u0935\u093E\u0930\u094D\u0937\u093F\u0915 \u0938\u0926\u0938\u094D\u092F\u0924\u093E \u0938\u0915\u094D\u0930\u093F\u092F \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u092F\u0939\u093E\u0902 \u0915\u094D\u0932\u093F\u0915 \u0915\u0930\u0947\u0902",currentPlanDescriptionForOneTime:"\u0935\u0930\u094D\u0924\u092E\u093E\u0928 \u092A\u0948\u0915\u0947\u091C\uFF1A{plan}\u0939\u0948 \u0914\u0930 {endAt} \u0915\u094B \u0938\u092E\u093E\u092A\u094D\u0924 \u0939\u094B \u091C\u093E\u090F\u0917\u093E\u0964 <1> \u0935\u093E\u0930\u094D\u0937\u093F\u0915 \u0936\u0941\u0932\u094D\u0915 \u092E\u0947\u0902 \u0905\u092A\u0917\u094D\u0930\u0947\u0921 \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u092F\u0939\u093E\u0902 \u0915\u094D\u0932\u093F\u0915 \u0915\u0930\u0947\u0902 \u092F\u093E <2> \u092E\u093E\u0938\u093F\u0915 \u0936\u0941\u0932\u094D\u0915 \u0938\u0926\u0938\u094D\u092F",upgradePlan:"\u092A\u094D\u0930\u094B \u0938\u0926\u0938\u094D\u092F\u0924\u093E \u092E\u0947\u0902 \u0905\u092A\u0917\u094D\u0930\u0947\u0921 \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u092F\u0939\u093E\u0902 \u0915\u094D\u0932\u093F\u0915 \u0915\u0930\u0947\u0902",upgradeToPro:"\u092A\u094D\u0930\u094B \u0938\u0926\u0938\u094D\u092F\u0924\u093E \u092E\u0947\u0902 \u0905\u092A\u0917\u094D\u0930\u0947\u0921 \u0915\u0930\u0947\u0902","popup.openPro":"\u092A\u094D\u0930\u094B \u0938\u0926\u0938\u094D\u092F\u0924\u093E \u092E\u0947\u0902 \u0905\u092A\u0917\u094D\u0930\u0947\u0921 \u0915\u0930\u0928\u0947 \u0915\u0947 \u092C\u093E\u0926, \u0906\u092A \u0921\u0940\u092A\u090F\u0932 \u0914\u0930 \u0913\u092A\u0928\u090F\u0906\u0908 \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u093E \u0906\u0928\u0902\u0926 \u0932\u0947 \u0938\u0915\u0924\u0947 \u0939\u0948\u0902, \u0905\u092A\u0917\u094D\u0930\u0947\u0921 \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u092F\u0939\u093E\u0902 \u0915\u094D\u0932\u093F\u0915 \u0915\u0930\u0947\u0902","popup.openProForPro":"\u0906\u092A \u090F\u0915 \u092A\u094D\u0930\u094B \u0938\u0926\u0938\u094D\u092F \u0939\u0948\u0902 \u0914\u0930 \u0938\u0940\u0927\u0947 \u0921\u0940\u092A\u090F\u0932 \u0914\u0930 \u0913\u092A\u0928\u090F\u0906\u0908 \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u093E \u0909\u092A\u092F\u094B\u0917 \u0915\u0930 \u0938\u0915\u0924\u0947 \u0939\u0948\u0902",currentAccount:"\u091A\u093E\u0932\u0942 \u0916\u093E\u0924\u093E",enableAutoSyncUserSettings:"\u090F\u0915\u093E\u0927\u093F\u0915 \u0921\u093F\u0935\u093E\u0907\u0938\u094B\u0902 \u092A\u0930 \u0938\u094D\u0935\u091A\u093E\u0932\u093F\u0924 \u0915\u094D\u0932\u093E\u0909\u0921 \u0938\u093F\u0902\u0915 \u0938\u0915\u094D\u0937\u092E \u0915\u0930\u0947\u0902",modalEnableInputTranslationTitle:"\u0907\u092E\u0930\u094D\u0938\u093F\u0935 \u091F\u094D\u0930\u093E\u0902\u0938\u0932\u0947\u0936\u0928 \u0907\u0928\u092A\u0941\u091F \u092C\u0949\u0915\u094D\u0938 \u091F\u094D\u0930\u093E\u0902\u0938\u0932\u0947\u0936\u0928 \u092F\u0941\u0915\u094D\u0924\u093F\u092F\u093E\u0901",modalEnableInputTranslationDesc:"\u0906\u092A\u0928\u0947 \u0938\u094D\u092A\u0947\u0938 \u092C\u093E\u0930 \u0915\u094B \u0932\u0917\u093E\u0924\u093E\u0930 \u0924\u0940\u0928 \u092C\u093E\u0930 \u0926\u092C\u093E\u0915\u0930 \u0907\u092E\u0930\u094D\u0938\u093F\u0935 \u091F\u094D\u0930\u093E\u0902\u0938\u0932\u0947\u0936\u0928 \u0915\u0947 \u0907\u0928\u092A\u0941\u091F \u092C\u0949\u0915\u094D\u0938 \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u094B \u091F\u094D\u0930\u093F\u0917\u0930 \u0915\u093F\u092F\u093E \u0939\u0948, \u0914\u0930 \u0907\u0928\u092A\u0941\u091F \u092C\u0949\u0915\u094D\u0938 \u0915\u0940 \u0938\u093E\u092E\u0917\u094D\u0930\u0940 \u0915\u094B \u0921\u093F\u092B\u093C\u0949\u0932\u094D\u091F \u0932\u0915\u094D\u0937\u094D\u092F \u092D\u093E\u0937\u093E \u092E\u0947\u0902 \u0905\u0928\u0941\u0935\u093E\u0926\u093F\u0924 \u0915\u093F\u092F\u093E \u091C\u093E\u090F\u0917\u093E\u0964 \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u094B Ctrl+Z \u0915\u0947 \u092E\u093E\u0927\u094D\u092F\u092E \u0938\u0947 \u092A\u0942\u0930\u094D\u0935\u0935\u0924 \u0915\u093F\u092F\u093E \u091C\u093E \u0938\u0915\u0924\u093E \u0939\u0948\u0964

\u092F\u0926\u093F \u092F\u0939 \u090F\u0915 \u0917\u0932\u0924\u0940 \u0939\u0948, \u0924\u094B \u091A\u093F\u0902\u0924\u093E \u0928 \u0915\u0930\u0947\u0902, \u0906\u092A \u0907\u0938 \u092C\u093E\u0930 \u0907\u0938\u0947 \u0905\u0915\u094D\u0937\u092E \u0915\u0930\u0928\u093E \u091A\u0941\u0928 \u0938\u0915\u0924\u0947 \u0939\u0948\u0902, \u092F\u093E \u0907\u0928\u092A\u0941\u091F \u092C\u0949\u0915\u094D\u0938 \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u094B \u0938\u094D\u0925\u093E\u092F\u0940 \u0930\u0942\u092A \u0938\u0947 \u0905\u0915\u094D\u0937\u092E \u0915\u0930 \u0938\u0915\u0924\u0947 \u0939\u0948\u0902\u0964",saveAndNotShowAgain:"\u0938\u0939\u0947\u091C\u0947\u0902 \u0914\u0930 \u0926\u094B\u092C\u093E\u0930\u093E \u0938\u0902\u0915\u0947\u0924 \u0928 \u0926\u0947\u0902",disableInputTranslationTips:"* \u0906\u092A {option} ,{learnMore}\u092E\u0947\u0902 \u091F\u094D\u0930\u093F\u0917\u0930 \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u0905\u0928\u094D\u092F \u0936\u0949\u0930\u094D\u091F\u0915\u091F \u0915\u0941\u0902\u091C\u093F\u092F\u093E\u0901 \u092D\u0940 \u0938\u0947\u091F \u0915\u0930 \u0938\u0915\u0924\u0947 \u0939\u0948\u0902\u0964",learnMore:"\u0914\u0930 \u091C\u093E\u0928\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u092F\u0939\u093E\u0902 \u0915\u094D\u0932\u093F\u0915 \u0915\u0930\u0947\u0902",continueEnalbeInputTranslation:"\u0907\u0928\u092A\u0941\u091F \u092C\u0949\u0915\u094D\u0938 \u0905\u0928\u0941\u0935\u093E\u0926 \u0938\u0915\u094D\u0937\u092E \u0915\u0930\u0928\u093E \u091C\u093E\u0930\u0940 \u0930\u0916\u0947\u0902",autoRenewTrialSuffix:'(\u092A\u0930\u0940\u0915\u094D\u0937\u0923 \u0915\u0947 \u0926\u094C\u0930\u093E\u0928,\u0924\u0941\u0930\u0902\u0924 \u0914\u092A\u091A\u093E\u0930\u093F\u0915\u092E\u0947\u0902 \u0905\u092A\u0917\u094D\u0930\u0947\u0921 \u0915\u0930 \u0926\u093F\u092F\u093E \u091C\u093E\u090F\u0917\u093E)',upgradeFromTrialTitle:"\u0906\u0927\u093F\u0915\u093E\u0930\u093F\u0915 \u0938\u0926\u0938\u094D\u092F \u0915\u0947 \u0930\u0942\u092A \u092E\u0947\u0902 \u0905\u092A\u0917\u094D\u0930\u0947\u0921 \u0915\u0930\u0947\u0902",subtitle:"\u0935\u0940\u0921\u093F\u092F\u094B \u0909\u092A\u0936\u0940\u0930\u094D\u0937\u0915",youtubeService:"\u0907\u092E\u0930\u094D\u0938\u093F\u0935 \u0905\u0928\u0941\u0935\u093E\u0926 \u0935\u0940\u0921\u093F\u092F\u094B \u0909\u092A\u0936\u0940\u0930\u094D\u0937\u0915 \u0905\u0928\u0941\u0935\u093E\u0926 \u0938\u0947\u0935\u093E","subtitle.disabledSubtitle":"\u0935\u0940\u0921\u093F\u092F\u094B \u0909\u092A\u0936\u0940\u0930\u094D\u0937\u0915 \u0915\u094B \u0938\u094D\u0925\u093E\u092F\u0940 \u0930\u0942\u092A \u0938\u0947 \u0905\u0915\u094D\u0937\u092E \u0915\u0930\u0947\u0902","subtitle.disabledSubtitleDescription":"\u092F\u0926\u093F \u0907\u092E\u0930\u094D\u0938\u093F\u0935 \u091F\u094D\u0930\u093E\u0902\u0938\u0932\u0947\u0936\u0928 \u0915\u0947 \u0935\u0940\u0921\u093F\u092F\u094B \u0909\u092A\u0936\u0940\u0930\u094D\u0937\u0915 \u0905\u0928\u094D\u092F \u090F\u0915\u094D\u0938\u091F\u0947\u0902\u0936\u0928 \u0915\u0947 \u0938\u093E\u0925 \u0938\u0902\u0918\u0930\u094D\u0937 \u0915\u0930\u0924\u0947 \u0939\u0948\u0902, \u0924\u094B \u0906\u092A \u0907\u092E\u0930\u094D\u0938\u093F\u0935 \u091F\u094D\u0930\u093E\u0902\u0938\u0932\u0947\u0936\u0928 \u0915\u0947 \u0935\u0940\u0921\u093F\u092F\u094B \u0909\u092A\u0936\u0940\u0930\u094D\u0937\u0915 \u092B\u093C\u0902\u0915\u094D\u0936\u0928 \u0915\u094B \u0938\u094D\u0925\u093E\u092F\u0940 \u0930\u0942\u092A \u0938\u0947 \u0905\u0915\u094D\u0937\u092E \u0915\u0930\u0928\u093E \u092F\u093E \u0905\u0928\u094D\u092F \u0935\u093F\u0930\u094B\u0927\u093E\u092D\u093E\u0938\u0940 \u090F\u0915\u094D\u0938\u091F\u0947\u0902\u0936\u0928 \u0915\u094B \u0905\u0928\u0907\u0902\u0938\u094D\u091F\u0949\u0932 \u0915\u0930\u0928\u093E \u091A\u0941\u0928 \u0938\u0915\u0924\u0947 \u0939\u0948\u0902\u0964","subtitle.autoEnableSubtitle":"\u0938\u094D\u0935\u091A\u093E\u0932\u093F\u0924 \u0930\u0942\u092A \u0938\u0947 \u0926\u094D\u0935\u093F\u092D\u093E\u0937\u0940 \u0909\u092A\u0936\u0940\u0930\u094D\u0937\u0915 \u0915\u093E \u0909\u092A\u092F\u094B\u0917 \u0915\u0930\u0947\u0902","subtitle.autoEnableSubtitleDescription":"\u0938\u0915\u094D\u0930\u093F\u092F \u0915\u0930\u0928\u0947 \u0915\u0947 \u092C\u093E\u0926, \u091C\u092C \u0935\u0940\u0921\u093F\u092F\u094B \u091A\u0932 \u0930\u0939\u093E \u0939\u094B\u0924\u093E \u0939\u0948, \u0924\u094B \u0938\u094D\u0935\u091A\u093E\u0932\u093F\u0924 \u0930\u0942\u092A \u0938\u0947 \u0926\u094D\u0935\u093F\u092D\u093E\u0937\u0940\u092F \u0909\u092A\u0936\u0940\u0930\u094D\u0937\u0915 \u0926\u093F\u0916\u093E\u0908 \u0926\u0947\u0902\u0917\u0947, \u0905\u0928\u094D\u092F\u0925\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u092C\u091F\u0928 \u092A\u0930 \u0915\u094D\u0932\u093F\u0915 \u0915\u0930\u0928\u0947 \u0915\u0940 \u0906\u0935\u0936\u094D\u092F\u0915\u0924\u093E \u0939\u094B\u0917\u0940\u0964","subtitle.preTranslation":"\u0909\u092A\u0936\u0940\u0930\u094D\u0937\u0915 \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u0907\u092E\u0930\u094D\u0938\u093F\u0935 \u091F\u094D\u0930\u093E\u0902\u0938\u0932\u0947\u0936\u0928 \u0915\u093E \u0909\u092A\u092F\u094B\u0917 \u0915\u0930\u0947\u0902","subtitle.preTranslationDescription":"\u0907\u0938\u0947 \u0938\u0915\u094D\u0937\u092E \u0915\u0930\u0928\u0947 \u0915\u0947 \u092C\u093E\u0926, \u0928\u0940\u091A\u0947 \u0926\u0940 \u0917\u0908 \u0928\u093F\u0930\u094D\u0926\u093F\u0937\u094D\u091F \u0905\u0928\u0941\u0935\u093E\u0926 \u0938\u0947\u0935\u093E \u0915\u093E \u0909\u092A\u092F\u094B\u0917 \u0938\u0902\u092A\u0942\u0930\u094D\u0923 \u0909\u092A\u0936\u0940\u0930\u094D\u0937\u0915 \u0915\u093E \u0905\u0917\u094D\u0930\u093F\u092E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u0915\u093F\u092F\u093E \u091C\u093E\u090F\u0917\u093E\u0964 \u090F\u0915 \u0918\u0902\u091F\u0947 \u0915\u093E \u0935\u0940\u0921\u093F\u092F\u094B \u0932\u0917\u092D\u0917 50,000 \u091F\u094B\u0915\u0928 \u092F\u093E \u0935\u0930\u094D\u0923\u094B\u0902 \u0915\u093E \u0909\u092A\u092D\u094B\u0917 \u0915\u0930\u0924\u093E \u0939\u0948, \u0907\u0938\u0932\u093F\u090F \u0915\u0943\u092A\u092F\u093E \u0907\u0938\u0947 \u0909\u092A\u092F\u0941\u0915\u094D\u0924 \u0915\u0947 \u0930\u0942\u092A \u092E\u0947\u0902 \u0909\u092A\u092F\u094B\u0917 \u0915\u0930\u0947\u0902; \u0907\u0938\u0947 \u092C\u0902\u0926 \u0915\u0930\u0928\u0947 \u0915\u0947 \u092C\u093E\u0926, \u092E\u0936\u0940\u0928 \u0938\u0947 \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u093F\u092F\u093E \u091C\u093E\u090F\u0917\u093E \u092E\u0942\u0932 \u0935\u0940\u0921\u093F\u092F\u094B \u0915\u0947 \u0938\u093E\u0925 \u0906\u0928\u0947 \u0935\u093E\u0932\u0947 \u0909\u092A\u0936\u0940\u0930\u094D\u0937\u0915 \u0915\u093E \u092A\u0939\u0932\u0947 \u0909\u092A\u092F\u094B\u0917 \u0915\u093F\u092F\u093E \u091C\u093E\u090F\u0917\u093E\u0964","subtitle.humanSubtitlesPreferred":"\u092E\u093E\u0928\u0935 \u0909\u092A\u0936\u0940\u0930\u094D\u0937\u0915 \u0915\u0947 \u0909\u092A\u092F\u094B\u0917 \u0915\u094B \u092A\u094D\u0930\u093E\u0925\u092E\u093F\u0915\u0924\u093E \u0926\u0947\u0902","subtitle.humanSubtitlesPreferredDescription":"\u091C\u092C \u0915\u093F\u0938\u0940 \u0935\u0940\u0921\u093F\u092F\u094B \u092E\u0947\u0902 \u0932\u0915\u094D\u0937\u093F\u0924 \u092D\u093E\u0937\u093E \u092E\u0947\u0902 \u092E\u0948\u0928\u094D\u092F\u0941\u0905\u0932 \u0909\u092A\u0936\u0940\u0930\u094D\u0937\u0915 \u0939\u094B\u0902, \u0924\u094B \u092A\u0939\u0932\u0947 \u092E\u0948\u0928\u094D\u092F\u0941\u0905\u0932 \u0909\u092A\u0936\u0940\u0930\u094D\u0937\u0915 \u0915\u093E \u0909\u092A\u092F\u094B\u0917 \u0915\u0930\u0947\u0902 (\u0905\u0928\u0941\u0936\u0902\u0938\u093F\u0924)",videoSubtitleTranslationDescription:"\u0935\u0940\u0921\u093F\u092F\u094B \u0909\u092A\u0936\u0940\u0930\u094D\u0937\u0915 \u0915\u0947 \u0932\u093F\u090F \u090F\u0915 \u0905\u0932\u0917 \u0905\u0928\u0941\u0935\u093E\u0926 \u0938\u0947\u0935\u093E \u0928\u093E\u092E\u093F\u0924 \u0915\u0930\u0947\u0902",subtitleTranslating:"{service} \u0938\u0947\u0935\u093E \u0915\u093E \u0909\u092A\u092F\u094B\u0917 \u0915\u0930\u0915\u0947 \u0909\u092A\u0936\u0940\u0930\u094D\u0937\u0915 \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930 \u0930\u0939\u0947 \u0939\u0948\u0902, \u0915\u0943\u092A\u092F\u093E \u092A\u094D\u0930\u0924\u0940\u0915\u094D\u0937\u093E \u0915\u0930\u0947\u0902... (\u0907\u092E\u0930\u094D\u0938\u093F\u0935 \u0905\u0928\u0941\u0935\u093E\u0926)",subtitleLoading:"\u0909\u092A\u0936\u0940\u0930\u094D\u0937\u0915 \u0932\u094B\u0921 \u0939\u094B \u0930\u0939\u093E \u0939\u0948...",bilingual:"\u0926\u094D\u0935\u093F\u092D\u093E\u0937\u093F\u0915","field.action":"Baidu \u0936\u092C\u094D\u0926\u093E\u0935\u0932\u0940 \u0915\u094B \u0938\u0915\u094D\u0937\u092E \u0915\u0930\u0928\u093E \u0939\u0948 \u092F\u093E \u0928\u0939\u0940\u0902","description.action":"\u0938\u0915\u094D\u0937\u092E \u0915\u0930\u0928\u0947 \u0915\u0947 \u092C\u093E\u0926, \u0936\u092C\u094D\u0926 \u0915\u094B \u0938\u0915\u094D\u0937\u092E \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F Baidu \u0915\u094B \u0938\u0942\u091A\u093F\u0924 \u0915\u0930\u0928\u0947 \u0915\u0947 \u0905\u0928\u0941\u0930\u094B\u0927 \u092E\u0947\u0902 \u092A\u0948\u0930\u093E\u092E\u0940\u091F\u0930 \u090F\u0915\u094D\u0936\u0928 = 1 \u091C\u094B\u0921\u093C\u093E \u091C\u093E\u090F\u0917\u093E\u0964 <1> \u0915\u0943\u092A\u092F\u093E \u0905\u0927\u093F\u0915 \u0928\u093F\u0930\u094D\u0926\u0947\u0936\u094B\u0902 \u0915\u0947 \u0932\u093F\u090F \u0906\u0927\u093F\u0915\u093E\u0930\u093F\u0915 \u0926\u0938\u094D\u0924\u093E\u0935\u0947\u091C\u093C \u0926\u0947\u0916\u0947\u0902\u0964",closeQuickTranslation:"\u0924\u0948\u0930\u0924\u0940 \u0939\u0941\u0908 \u0917\u0947\u0902\u0926 \u0915\u094B \u092C\u0902\u0926 \u0915\u0930\u0947\u0902","closeQuickTranslation.untilNext":"\u0905\u0917\u0932\u0940 \u092F\u093E\u0924\u094D\u0930\u093E \u0924\u0915 \u092C\u0902\u0926","closeQuickTranslation.currentWebsite":"\u0935\u0930\u094D\u0924\u092E\u093E\u0928 \u0935\u0947\u092C\u0938\u093E\u0907\u091F \u0905\u0915\u094D\u0937\u092E \u0939\u0948","closeQuickTranslation.alwaysClose":"\u0938\u094D\u0925\u093E\u092F\u0940 \u0930\u0942\u092A \u0938\u0947 \u0905\u0915\u094D\u0937\u092E","closeQuickTranslation.settingOpen":"(<1> \u0938\u0947\u091F\u093F\u0902\u0917 \u092A\u0947\u091C \u092A\u0930 \u092A\u093E\u092F\u093E \u091C\u093E \u0938\u0915\u0924\u093E \u0939\u0948 \u091A\u093E\u0932\u0942 \u0915\u0930\u094B)","closeQuickTranslation.cancel":"\u0930\u0926\u094D\u0926 \u0915\u0930\u0928\u093E","closeQuickTranslation.confirm":"\u091C\u093C\u0930\u0942\u0930","floatBall.popup":"\u0924\u094D\u0935\u0930\u093F\u0924 \u0938\u0947\u091F\u093F\u0902\u0917 \u092A\u0948\u0928\u0932 \u0916\u094B\u0932\u0947\u0902","floatBall.translate":"\u0907\u0938 \u092A\u0943\u0937\u094D\u0920 \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u0915\u094D\u0932\u093F\u0915 \u0915\u0930\u0947\u0902","floatBall.showOriginal":"\u092E\u0942\u0932 \u092A\u093E\u0920 \u092A\u0930 \u0935\u093E\u092A\u0938 \u091C\u093E\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u0915\u094D\u0932\u093F\u0915 \u0915\u0930\u0947\u0902","floatBall.close":"\u0924\u0948\u0930\u0924\u0940 \u0939\u0941\u0908 \u0917\u0947\u0902\u0926 \u0915\u094B \u092C\u0902\u0926 \u0915\u0930\u0947\u0902","floatBallOptions.enableDescPc":"\u092A\u0947\u091C \u092B\u093C\u094D\u0932\u094B\u091F\u093F\u0902\u0917 \u092C\u0949\u0932 \u0938\u0915\u094D\u0937\u092E \u0939\u094B\u0928\u0947 \u0915\u0947 \u092C\u093E\u0926, \u092A\u0943\u0937\u094D\u0920 \u0915\u0947 \u0926\u093E\u0908\u0902 \u0913\u0930 \u090F\u0915 \u0924\u094D\u0935\u0930\u093F\u0924 \u0905\u0928\u0941\u0935\u093E\u0926 \u092C\u091F\u0928 \u092A\u094D\u0930\u0926\u0930\u094D\u0936\u093F\u0924 \u0939\u094B\u0917\u093E\u0964 \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u0915\u094D\u0932\u093F\u0915 \u0915\u0930\u0947\u0902\u0964","floatBallOptions.enableDesc":"\u092B\u094D\u0932\u094B\u091F\u093F\u0902\u0917 \u092C\u0949\u0932 \u0915\u094B \u092C\u0902\u0926 \u0915\u0930\u0928\u0947 \u0915\u0947 \u092C\u093E\u0926 \u0907\u0938\u0947{touch}\u0938\u0947 \u091C\u0917\u093E\u092F\u093E \u091C\u093E \u0938\u0915\u0924\u093E \u0939\u0948\u0964 \u0907\u0938 \u0935\u093F\u0915\u0932\u094D\u092A \u0915\u094B \u0917\u0932\u0924\u0940 \u0938\u0947 \u092C\u0902\u0926 \u0915\u0930\u0928\u0947 \u0915\u0947 \u092C\u093E\u0926 \u092B\u094D\u0932\u094B\u091F\u093F\u0902\u0917 \u092C\u0949\u0932 \u0915\u094B \u092E\u093F\u0932\u0928\u0947 \u0938\u0947 \u0930\u094B\u0915\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F, \u0907\u0938 \u0938\u0947\u091F\u093F\u0902\u0917 \u092A\u0947\u091C \u0915\u094B \u092C\u0941\u0915\u092E\u093E\u0930\u094D\u0915 \u0915\u0930\u0928\u0947 \u0915\u0940 \u092A\u0941\u0930\u091C\u094B\u0930 \u0905\u0928\u0941\u0936\u0902\u0938\u093E \u0915\u0940 \u091C\u093E\u0924\u0940 \u0939\u0948\u0964","description.azureApiUrl":"\u0915\u0938\u094D\u091F\u092E \u090F\u092A\u0940\u0906\u0908 \u0907\u0902\u091F\u0930\u092B\u093C\u0947\u0938 \u092A\u0924\u093E \u092D\u0930\u0947\u0902",confirmSupportMouse:"\u092E\u093E\u0909\u0938 \u0938\u092E\u0930\u094D\u0925\u0928 \u0915\u094B \u0938\u0915\u094D\u0937\u092E \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u092C\u093E\u0927\u094D\u092F \u0915\u0930\u0947\u0902",confirmSupportMouseDescription:"\u092F\u0939 \u092A\u093E\u092F\u093E \u0917\u092F\u093E \u0939\u0948 \u0915\u093F \u0935\u0930\u094D\u0924\u092E\u093E\u0928 \u092C\u094D\u0930\u093E\u0909\u091C\u093C\u0930 \u092E\u093E\u0909\u0938 \u092B\u093C\u0902\u0915\u094D\u0936\u0928 \u0915\u093E \u0938\u092E\u0930\u094D\u0925\u0928 \u0928\u0939\u0940\u0902 \u0915\u0930\u0924\u093E \u0939\u0948\u0964 \u0915\u094D\u092F\u093E \u0906\u092A \u092E\u093E\u0909\u0938 \u0938\u092E\u0930\u094D\u0925\u0928 \u0915\u094B \u092C\u0932\u092A\u0942\u0930\u094D\u0935\u0915 \u0938\u0915\u094D\u0937\u092E \u0915\u0930\u0928\u093E \u091A\u093E\u0939\u0924\u0947 \u0939\u0948\u0902?",sampleTargetText:"\u0932\u092E\u094D\u092C\u0940 \u0930\u093E\u0924 \u0906\u0928\u0947 \u0935\u093E\u0932\u0940 \u0939\u0948, \u0914\u0930 \u0905\u092C \u0938\u0947 \u092E\u0948\u0902 \u092E\u0930\u0928\u0947 \u0924\u0915 \u091C\u093E\u0917\u0924\u093E \u0930\u0939\u0942\u0901\u0917\u093E\u0964 \u092E\u0948\u0902 \u0928 \u092A\u0924\u094D\u0928\u0940 \u0932\u0942\u0901\u0917\u093E, \u0928 \u091C\u093E\u0917\u0940\u0930, \u0928 \u092C\u091A\u094D\u091A\u0947\u0964 \u092E\u0948\u0902 \u0915\u094B\u0908 \u0924\u093E\u091C \u0928\u0939\u0940\u0902 \u092A\u0939\u0928\u0942\u0902\u0917\u093E \u092F\u093E \u0938\u092E\u094D\u092E\u093E\u0928 \u0915\u0947 \u0932\u093F\u090F \u092A\u094D\u0930\u0924\u093F\u0938\u094D\u092A\u0930\u094D\u0927\u093E \u0928\u0939\u0940\u0902 \u0915\u0930\u0942\u0902\u0917\u093E\u0964 \u092E\u0948\u0902 \u0905\u092A\u0928\u093E \u0915\u0930\u094D\u0924\u0935\u094D\u092F \u0928\u093F\u0937\u094D\u0920\u093E\u092A\u0942\u0930\u094D\u0935\u0915 \u0928\u093F\u092D\u093E\u090A\u0902\u0917\u093E, \u091C\u093F\u090A\u0902\u0917\u093E \u0914\u0930 \u092E\u0930\u0942\u0902\u0917\u093E\u0964",sampleSourceText:"Night gathers, and now my watch begins. It shall not end until my death. I shall take no wife, hold no lands, father no children. I shall wear no crowns and win no glory. I shall live and die at my post.","subtitle.supportedSites":"\u5DF2\u652F\u6301\u5728\u8FD9\u4E9B\u7F51\u7AD9\u4F7F\u7528\u53CC\u8BED\u5B57\u5E55\uFF08\u6CE8\u610F\uFF1A\u7531\u4E8E\u6280\u672F\u9650\u5236\uFF0C\u90E8\u5206\u7F51\u7AD9\u5728\u9996\u6B21\u5F00\u542F\u5B57\u5E55\u540E\u9700\u8981\u91CD\u65B0\u5237\u65B0\u9875\u9762\uFF0C\u6216\u8005\u9700\u7B49\u5F85\u7FFB\u8BD1\u5B8C\u6210\u4EE5\u663E\u793A\u53CC\u8BED\u5B57\u5E55\uFF09\uFF1A",viewWithImmersiveTranslate:"\u53CC\u8BED\u7248\u672C(\u6C89\u6D78\u5F0F\u7FFB\u8BD1)",errorReason:"\u9519\u8BEF\u539F\u56E0\uFF1A{message}","proQuotaExceededError.onetime7day":'\uFF0C\u60A8\u53EF\u4EE5\u9009\u62E9\u4EE5\u4E0B\u65B9\u5F0F\u89E3\u51B3\uFF1A

1. \u5207\u6362\u5230 {anotherService} \u6216\u5176\u4ED6\u7FFB\u8BD1\u670D\u52A1
2. \u5347\u7EA7\u4E3A\u6708\u5EA6/\u5E74\u5EA6\u4F1A\u5458',"proQuotaExceededError.trial":'\uFF0C\u60A8\u53EF\u4EE5\u9009\u62E9\u4EE5\u4E0B\u65B9\u5F0F\u89E3\u51B3\uFF1A

1. \u5207\u6362\u5230 {anotherService} \u6216\u5176\u4ED6\u7FFB\u8BD1\u670D\u52A1
2. \u7ACB\u523B\u5347\u7EA7\u4E3A\u6B63\u5F0F\u4F1A\u5458',"proQuotaExceededError.nonTrial":'\uFF0C\u60A8\u53EF\u4EE5\u9009\u62E9\u4EE5\u4E0B\u65B9\u5F0F\u89E3\u51B3\uFF1A

1. \u5207\u6362\u5230 {anotherService} \u6216\u5176\u4ED6\u7FFB\u8BD1\u670D\u52A1
2. \u8D2D\u4E70 {translationService} \u989D\u5916\u6D41\u91CF\u5305',"proQuotaExceededError.resetTime":"
3. \u989D\u5EA6\u91CD\u7F6E\u65F6\u95F4\uFF1A{resetTime}","desc.touchShortcutsToggleTranslatePageOnlyTranslation":"\u0915\u0947\u0935\u0932 \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u093E \u0924\u093E\u0924\u094D\u092A\u0930\u094D\u092F \u0939\u0948 \u0915\u093F \u0915\u0947\u0935\u0932 \u0905\u0928\u0941\u0935\u093E\u0926 \u092A\u094D\u0930\u0926\u0930\u094D\u0936\u093F\u0924 \u0939\u094B\u0917\u093E, \u092F\u0926\u093F \u0935\u0947\u092C\u092A\u0947\u091C \u0905\u092D\u0940 \u0924\u0915 \u0905\u0928\u0941\u0935\u093E\u0926\u093F\u0924 \u0928\u0939\u0940\u0902 \u0939\u0941\u0906 \u0939\u0948, \u0924\u094B \u092E\u094B\u0921 \u092C\u0926\u0932\u0947\u0917\u093E \u0914\u0930 \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0947\u0917\u093E\u0964","desc.toggleOnlyTransation":"\u0915\u0947\u0935\u0932 \u0905\u0928\u0941\u0935\u093E\u0926 \u092E\u094B\u0921 \u0915\u093E \u0924\u093E\u0924\u094D\u092A\u0930\u094D\u092F \u0939\u0948 \u0915\u093F \u0915\u0947\u0935\u0932 \u0905\u0928\u0941\u0935\u093E\u0926 \u092A\u094D\u0930\u0926\u0930\u094D\u0936\u093F\u0924 \u0939\u094B\u0917\u093E, \u092F\u0926\u093F \u0935\u0947\u092C\u092A\u0947\u091C \u0905\u092D\u0940 \u0924\u0915 \u0905\u0928\u0941\u0935\u093E\u0926\u093F\u0924 \u0928\u0939\u0940\u0902 \u0939\u0941\u0906 \u0939\u0948, \u0924\u094B \u092E\u094B\u0921 \u092C\u0926\u0932 \u091C\u093E\u090F\u0917\u093E \u0914\u0930 \u0905\u0928\u0941\u0935\u093E\u0926 \u0939\u094B\u0917\u093E\u0964",touchShortcutsToggleTranslatePageOnlyTranslation:"\u0938\u094D\u0915\u094D\u0930\u0940\u0928 \u091F\u091A \u091C\u0947\u0938\u094D\u091A\u0930 \u0938\u0947\u091F \u0915\u0930\u0947\u0902 \u0926\u094D\u0935\u093F\u092D\u093E\u0937\u0940 / \u0915\u0947\u0935\u0932 \u0905\u0928\u0941\u0935\u093E\u0926 \u092E\u094B\u0921 \u0915\u094B \u0938\u094D\u0935\u093F\u091A \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F",download_started:"\u0921\u093E\u0909\u0928\u0932\u094B\u0921 \u0936\u0941\u0930\u0942 \u0939\u094B \u091A\u0941\u0915\u093E \u0939\u0948, \u092F\u0926\u093F \u0938\u094D\u0935\u091A\u093E\u0932\u093F\u0924 \u0930\u0942\u092A \u0938\u0947 \u0921\u093E\u0909\u0928\u0932\u094B\u0921 \u0928\u0939\u0940\u0902 \u0939\u094B \u0930\u0939\u093E \u0939\u0948, \u0924\u094B \u0915\u0943\u092A\u092F\u093E \u092E\u0948\u0928\u094D\u092F\u0941\u0905\u0932 \u0930\u0942\u092A \u0938\u0947 \u0915\u094D\u0932\u093F\u0915 \u0915\u0930\u0947\u0902\u0964",here:"\u092F\u0939\u093E\u0901",batchEdit:"\u0925\u094B\u0915 \u0938\u0902\u091A\u093E\u0932\u0928","error.goReset":"\u0930\u0940\u0938\u0947\u091F \u0915\u0930\u0947\u0902",translationFont:"\u092B\u093C\u0949\u0928\u094D\u091F \u0938\u0947\u091F \u0915\u0930\u0947\u0902","translationFont.custom":"\u0905\u092A\u0928\u0940 \u0915\u0938\u094D\u091F\u092E \u092B\u093C\u0949\u0928\u094D\u091F \u0926\u0930\u094D\u091C \u0915\u0930\u0947\u0902","translationModeLang.translation.title":"\u0915\u0947\u0935\u0932 \u0905\u0928\u0941\u0935\u093E\u0926 \u092E\u094B\u0921 \u0915\u0940 \u092D\u093E\u0937\u093E","translationFont.customPlaceholder":"\u092B\u093C\u0949\u0928\u094D\u091F","translationServices.inherit":"\u092E\u0941\u0916\u094D\u092F \u0905\u0928\u0941\u0935\u093E\u0926 \u0938\u0947\u0935\u093E \u0915\u093E \u092A\u093E\u0932\u0928 \u0915\u0930\u0947\u0902","error.serveConfigError":"\u0938\u0947\u0935\u093E \u0938\u092E\u093E\u0915\u0943\u0924\u093F \u0924\u094D\u0930\u0941\u091F\u093F","error.configError":"\u0935\u093F\u0928\u094D\u092F\u093E\u0938 \u0921\u0947\u091F\u093E \u0905\u0938\u093E\u092E\u093E\u0928\u094D\u092F","translationModeUrl.translation.title":"\u0915\u0947\u0935\u0932 \u0905\u0928\u0941\u0935\u093E\u0926 \u092E\u094B\u0921 \u0915\u093E URL",toggleToService:"{\u0938\u0947\u0935\u093E} \u092A\u0930 \u0938\u094D\u0935\u093F\u091A \u0915\u0930\u0947\u0902 \u0914\u0930 \u092A\u0941\u0928\u0903 \u092A\u094D\u0930\u092F\u093E\u0938 \u0915\u0930\u0947\u0902",videoSubtitlePreTranslationOn:"\u0935\u0940\u0921\u093F\u092F\u094B \u0938\u092C\u091F\u093E\u092F\u091F\u0932\u094D\u0938 \u0915\u093E \u092A\u094D\u0930\u093E\u0925\u092E\u093F\u0915\u0924\u093E \u0938\u094D\u0935\u0930\u0942\u092A \u092E\u0947\u0902 \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u093E \u0909\u092A\u092F\u094B\u0917 \u0915\u0930\u0947\u0902\u0917\u0947\u0964","touch.mouse-translate":"\u0915\u0943\u092A\u092F\u093E \u0928\u093F\u0930\u094D\u0926\u093F\u0937\u094D\u091F \u092A\u0948\u0930\u093E\u0917\u094D\u0930\u093E\u092B \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0947\u0902",detectServiceLoading:"\u0909\u092A\u0932\u092C\u094D\u0927 \u0905\u0928\u0941\u0935\u093E\u0926 \u0938\u0947\u0935\u093E\u0913\u0902 \u0915\u0940 \u091C\u093E\u0902\u091A \u0915\u0930 \u0930\u0939\u093E \u0939\u0948...","error.proTokenInvalid":"\u092F\u0926\u093F \u0906\u092A \u092A\u094D\u0930\u094B \u0909\u092A\u092F\u094B\u0917\u0915\u0930\u094D\u0924\u093E \u0939\u0948\u0902, \u0924\u094B \u0915\u0943\u092A\u092F\u093E \u092A\u094D\u0930\u094B \u0905\u0928\u0941\u0935\u093E\u0926 \u0938\u0947\u0935\u093E \u0915\u093E \u0909\u092A\u092F\u094B\u0917 \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u0932\u0949\u0917 \u0907\u0928 \u0915\u0930\u0947\u0902\u0964","error.400":"\u0938\u0947\u0935\u093E \u0924\u094D\u0930\u0941\u091F\u093F \u0935\u093E\u092A\u0938 \u0915\u0930\u0924\u0940 \u0939\u0948, \u0905\u0928\u0941\u0930\u094B\u0927 \u092A\u0948\u0930\u093E\u092E\u0940\u091F\u0930 \u0917\u0932\u0924 \u0939\u0948, \u0915\u0943\u092A\u092F\u093E \u0938\u0902\u092C\u0902\u0927\u093F\u0924 \u0915\u0949\u0928\u094D\u092B\u093C\u093F\u0917\u0930\u0947\u0936\u0928 \u0915\u0940 \u091C\u093E\u0902\u091A \u0915\u0930\u0947\u0902\u0964","error.502":"\u0938\u0947\u0935\u093E \u0924\u094D\u0930\u0941\u091F\u093F \u0932\u094C\u091F\u0924\u0940 \u0939\u0948, \u0938\u0947\u0935\u093E \u0938\u092E\u092F \u0938\u092E\u093E\u092A\u094D\u0924, \u0915\u0943\u092A\u092F\u093E \u092C\u093E\u0926 \u092E\u0947\u0902 \u092A\u0941\u0928\u0903 \u092A\u094D\u0930\u092F\u093E\u0938 \u0915\u0930\u0947\u0902\u0964","error.reloadPageOfSetting":"\u0915\u0949\u0928\u094D\u092B\u093C\u093F\u0917\u0930 \u0915\u0930\u0928\u0947 \u0915\u0947 \u092C\u093E\u0926, \u0915\u0943\u092A\u092F\u093E \u092A\u0943\u0937\u094D\u0920 \u0915\u094B \u0924\u093E\u091C\u093C\u093E \u0915\u0930\u0947\u0902 \u0914\u0930 \u092B\u093F\u0930 \u0938\u0947 \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0947\u0902\u0964","translationModeUrl.translation.description":"\u091C\u092C \u0935\u0947\u092C\u0938\u093E\u0907\u091F \u0928\u093F\u092E\u094D\u0928\u0932\u093F\u0916\u093F\u0924 \u0921\u094B\u092E\u0947\u0928 \u0915\u0947 \u0932\u093F\u090F \u0939\u094B\u0924\u0940 \u0939\u0948, \u0924\u094B \u092F\u0939 \u0938\u094D\u0935\u091A\u093E\u0932\u093F\u0924 \u0930\u0942\u092A \u0938\u0947 \u0915\u0947\u0935\u0932 \u0905\u0928\u0941\u0935\u093E\u0926 \u092E\u094B\u0921 \u0915\u093E \u0909\u092A\u092F\u094B\u0917 \u0915\u0930\u0947\u0917\u0940\u0964","error.googleLimitIp":"\u0938\u0947\u0935\u093E \u0924\u094D\u0930\u0941\u091F\u093F \u0932\u094C\u091F\u093E\u0924\u0940 \u0939\u0948, \u0917\u0942\u0917\u0932 \u0938\u0947\u0935\u093E\u090F\u0902 \u0907\u0938 IP \u092A\u0924\u0947 \u092A\u0930 \u092A\u094D\u0930\u0935\u093E\u0939 \u0938\u0940\u092E\u093F\u0924 \u0915\u0930 \u091A\u0941\u0915\u0940 \u0939\u0948\u0902, \u0906\u092A\u0915\u093E \u0938\u0941\u091D\u093E\u0935 \u0939\u0948 \u0915\u093F \u0906\u092A \u0928\u0947\u091F\u0935\u0930\u094D\u0915 \u0928\u094B\u0921 \u092C\u0926\u0932\u0947\u0902\u0964","error.proUpgrade":"\u0905\u092A\u0917\u094D\u0930\u0947\u0921 \u0915\u0930\u0928\u0947 \u0915\u0947 \u092C\u093E\u0926, \u0915\u0943\u092A\u092F\u093E \u092A\u0943\u0937\u094D\u0920 \u0915\u094B \u0924\u093E\u091C\u093C\u093E \u0915\u0930\u0947\u0902 \u0914\u0930 \u092B\u093F\u0930 \u0938\u0947 \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0947\u0902\u0964","error.gemini.429":"\u0935\u0930\u094D\u0924\u092E\u093E\u0928 \u092E\u0947\u0902 \u091C\u0947\u092E\u093F\u0928\u0940 \u0938\u0947\u0935\u093E \u0915\u0940 \u0935\u0930\u094D\u0924\u092E\u093E\u0928 \u092D\u0930\u0923 \u0915\u094D\u0937\u092E\u0924\u093E \u0938\u0940\u092E\u093E \u0915\u094B \u092A\u0939\u0941\u0902\u091A \u091A\u0941\u0915\u0940 \u0939\u0948, \u0915\u0943\u092A\u092F\u093E \u092C\u093E\u0926 \u092E\u0947\u0902 \u092A\u094D\u0930\u092F\u093E\u0938 \u0915\u0930\u0947\u0902, \u092F\u093E \u0905\u0928\u094D\u092F \u0905\u0928\u0941\u0935\u093E\u0926 \u0938\u0947\u0935\u093E\u0913\u0902 \u092A\u0930 \u0938\u094D\u0935\u093F\u091A \u0915\u0930\u0947\u0902\u0964",enableSentryReport:"\u091C\u092C \u090F\u0915\u094D\u0938\u091F\u0947\u0902\u0936\u0928 \u092E\u0947\u0902 \u0924\u094D\u0930\u0941\u091F\u093F \u0939\u094B\u0924\u0940 \u0939\u0948, \u0924\u094B Sentry \u0915\u093E \u0909\u092A\u092F\u094B\u0917 \u092A\u094D\u0930\u0924\u093F\u0915\u094D\u0930\u093F\u092F\u093E \u0938\u092C\u092E\u093F\u091F \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u0915\u0930\u0947\u0902\u0964","error.403":"\u0938\u0947\u0935\u093E \u0924\u094D\u0930\u0941\u091F\u093F \u0932\u094C\u091F\u093E\u0924\u0940 \u0939\u0948, \u0905\u0938\u094D\u0925\u093E\u092F\u0940 \u0930\u0942\u092A \u0938\u0947 \u0907\u0938 \u0938\u0947\u0935\u093E \u0915\u093E \u0909\u092A\u092F\u094B\u0917 \u0915\u0930\u0928\u0947 \u0915\u0940 \u0905\u0928\u0941\u092E\u0924\u093F \u0928\u0939\u0940\u0902 \u0939\u0948\u0964","translationModeLang.translation.description":"\u091C\u092C \u092A\u0943\u0937\u094D\u0920 \u0915\u0940 \u092D\u093E\u0937\u093E \u0928\u093F\u092E\u094D\u0928\u0932\u093F\u0916\u093F\u0924 \u092D\u093E\u0937\u093E\u0913\u0902 \u092E\u0947\u0902 \u0939\u094B\u0924\u0940 \u0939\u0948, \u0924\u094B \u0915\u0947\u0935\u0932 \u0905\u0928\u0941\u0935\u093E\u0926 \u092E\u094B\u0921 \u0915\u093E \u0938\u094D\u0935\u091A\u093E\u0932\u093F\u0924 \u0930\u0942\u092A \u0938\u0947 \u0909\u092A\u092F\u094B\u0917 \u0915\u093F\u092F\u093E \u091C\u093E\u090F\u0917\u093E",videoSubtitlePreTranslationOff:"\u0935\u0940\u0921\u093F\u092F\u094B \u0938\u092C\u091F\u093E\u092F\u091F\u0932 \u092E\u0942\u0932 \u0935\u0940\u0921\u093F\u092F\u094B \u0926\u094D\u0935\u093E\u0930\u093E \u0938\u094D\u0935\u091A\u093E\u0932\u093F\u0924 \u0930\u0942\u092A \u0938\u0947 \u0905\u0928\u0941\u0935\u093E\u0926\u093F\u0924 \u0938\u092C\u091F\u093E\u092F\u091F\u0932 \u0915\u093E \u092A\u094D\u0930\u093E\u0925\u092E\u093F\u0915\u0924\u093E \u092A\u094D\u0930\u0926\u093E\u0928 \u0915\u0930\u0947\u0917\u093E\u0964","error.429":"\u0938\u0947\u0935\u093E \u0924\u094D\u0930\u0941\u091F\u093F \u0932\u094C\u091F\u093E\u0924\u0940 \u0939\u0948, \u091C\u093F\u0938\u0915\u093E \u0905\u0930\u094D\u0925 \u0939\u0948 \u0915\u093F \u0905\u0928\u0941\u0930\u094B\u0927 \u092C\u0939\u0941\u0924 \u0905\u0915\u094D\u0938\u0930 \u0939\u094B \u0930\u0939\u0947 \u0939\u0948\u0902 \u092F\u093E \u0938\u0940\u092E\u093E \u0938\u0940\u092E\u093E \u0938\u0947 \u0905\u0927\u093F\u0915 \u0939\u0948\u0902, \u0915\u0943\u092A\u092F\u093E \u092C\u093E\u0926 \u092E\u0947\u0902 \u092A\u0941\u0928\u0903 \u092A\u094D\u0930\u092F\u093E\u0938 \u0915\u0930\u0947\u0902\u0964","error.openAIExceededQuota":"\u0938\u0947\u0935\u093E \u0924\u094D\u0930\u0941\u091F\u093F \u0935\u093E\u092A\u0938 \u0915\u0930\u0924\u0940 \u0939\u0948: \u0906\u092A\u0915\u093E \u0935\u0930\u094D\u0924\u092E\u093E\u0928 OpenAI \u0916\u093E\u0924\u093E \u092C\u0948\u0932\u0947\u0902\u0938 \u092A\u0930\u094D\u092F\u093E\u092A\u094D\u0924 \u0928\u0939\u0940\u0902 \u0939\u0948, \u0915\u0943\u092A\u092F\u093E OpenAI \u0906\u0927\u093F\u0915\u093E\u0930\u093F\u0915 \u092C\u0948\u0915\u090F\u0902\u0921 \u092E\u0947\u0902 \u0930\u093F\u091A\u093E\u0930\u094D\u091C \u0915\u0930\u0947\u0902 \u092F\u093E \u0915\u094D\u0930\u0947\u0921\u093F\u091F \u0915\u093E\u0930\u094D\u0921 \u092C\u093E\u0902\u0927\u0947\u0902\u0964","translationFont.notSupportErrorMessage":"\u0915\u0943\u092A\u092F\u093E \u091C\u093E\u0902\u091A\u0947\u0902 \u0915\u093F \u0906\u092A\u0915\u0947 \u0926\u094D\u0935\u093E\u0930\u093E \u0926\u0930\u094D\u091C \u0915\u093F\u092F\u093E \u0917\u092F\u093E \u092B\u093C\u0949\u0928\u094D\u091F \u0928\u093E\u092E \u0938\u0939\u0940 \u0939\u0948 \u092F\u093E \u0928\u0939\u0940\u0902, \u092F\u093E \u092F\u0939 \u0938\u0941\u0928\u093F\u0936\u094D\u091A\u093F\u0924 \u0915\u0930\u0947\u0902 \u0915\u093F \u092F\u0939 \u092B\u093C\u0949\u0928\u094D\u091F \u0906\u092A\u0915\u0947 \u0909\u092A\u0915\u0930\u0923 \u092A\u0930 \u0938\u094D\u0925\u093E\u092A\u093F\u0924 \u0939\u0948\u0964","error.openAIFreeLimit":"\u0938\u0947\u0935\u093E \u0924\u094D\u0930\u0941\u091F\u093F \u0932\u094C\u091F\u093E\u0924\u0940 \u0939\u0948, \u0935\u0930\u094D\u0924\u092E\u093E\u0928 \u0905\u0928\u0941\u0935\u093E\u0926 \u0905\u0928\u0941\u0930\u094B\u0927 \u0915\u0940 \u0906\u0935\u0943\u0924\u094D\u0924\u093F \u092A\u094D\u0930\u0924\u093F \u092E\u093F\u0928\u091F 3 \u092C\u093E\u0930 \u0915\u0940 \u0905\u0927\u093F\u0915\u0924\u092E \u0938\u0940\u092E\u093E \u0924\u0915 \u092A\u0939\u0941\u0902\u091A \u091A\u0941\u0915\u0940 \u0939\u0948, \u0915\u0943\u092A\u092F\u093E \u092C\u093E\u0926 \u092E\u0947\u0902 \u092A\u094D\u0930\u092F\u093E\u0938 \u0915\u0930\u0947\u0902\u0964 (\u092F\u0939 OpenAI \u0915\u0940 \u0906\u0927\u093F\u0915\u093E\u0930\u093F\u0915 \u0938\u0940\u092E\u093E \u0939\u0948 \u0928\u093F:\u0936\u0941\u0932\u094D\u0915 API Key \u0915\u0947 \u0932\u093F\u090F, \u0907\u0938 \u0938\u0940\u092E\u093E \u0915\u094B \u0939\u091F\u093E\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F, \u0915\u0943\u092A\u092F\u093E OpenAI \u092C\u0948\u0915\u090F\u0902\u0921 \u092E\u0947\u0902 \u0915\u094D\u0930\u0947\u0921\u093F\u091F \u0915\u093E\u0930\u094D\u0921 \u092C\u093E\u0902\u0927\u0947\u0902\u0964)","desc.toggleVideoSubtitlePreTranslation":"\u091C\u092C \u0906\u092A \u0907\u0938\u0947 \u0926\u092C\u093E\u0924\u0947 \u0939\u0948\u0902, \u0924\u094B \u0935\u0940\u0921\u093F\u092F\u094B \u0926\u094D\u0935\u093F\u092D\u093E\u0937\u0940 \u0909\u092A\u0936\u0940\u0930\u094D\u0937\u0915 \u092A\u094D\u0930\u093E\u0925\u092E\u093F\u0915\u0924\u093E \u0938\u0947 \u0921\u0941\u092C\u0915\u0940 \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0940 \u0938\u0947\u091F\u093F\u0902\u0917 \u0915\u093E \u0909\u092A\u092F\u094B\u0917 \u0915\u0930\u0947\u0917\u093E, \u092B\u093F\u0930 \u0938\u0947 \u0926\u092C\u093E\u0928\u0947 \u092A\u0930 \u092F\u0939 \u092E\u0942\u0932 \u0935\u0940\u0921\u093F\u092F\u094B \u0915\u0947 \u0938\u094D\u0935\u091A\u093E\u0932\u093F\u0924 \u0905\u0928\u0941\u0935\u093E\u0926\u093F\u0924 \u0909\u092A\u0936\u0940\u0930\u094D\u0937\u0915 \u0915\u093E \u0909\u092A\u092F\u094B\u0917 \u0915\u0930\u0947\u0917\u093E, \u0927\u094D\u092F\u093E\u0928 \u0926\u0947\u0902: \u0907\u0938 \u0936\u0949\u0930\u094D\u091F\u0915\u091F \u0926\u094D\u0935\u093E\u0930\u093E \u0938\u0902\u0936\u094B\u0927\u093F\u0924 \u0938\u0947\u091F\u093F\u0902\u0917 \u0935\u0948\u0936\u094D\u0935\u093F\u0915 \u0939\u094B\u0924\u0940 \u0939\u0948\u0964","error.serveUnavailable":"\u0906\u092A\u0915\u0947 \u0926\u094D\u0935\u093E\u0930\u093E \u0935\u0930\u094D\u0924\u092E\u093E\u0928 \u092E\u0947\u0902 \u0909\u092A\u092F\u094B\u0917 \u0915\u093F\u090F \u091C\u093E \u0930\u0939\u0947 [{serverName}] \u0938\u0947\u0935\u093E \u0915\u094B \u0928\u0947\u091F\u0935\u0930\u094D\u0915 \u0915\u0928\u0947\u0915\u094D\u0936\u0928 \u092F\u093E \u0938\u0947\u0935\u093E \u092A\u094D\u0930\u0926\u093E\u0924\u093E \u0915\u0940 \u0938\u092E\u0938\u094D\u092F\u093E \u0915\u0947 \u0915\u093E\u0930\u0923 \u0905\u0938\u094D\u0925\u093E\u092F\u0940 \u0930\u0942\u092A \u0938\u0947 \u0909\u092A\u092F\u094B\u0917 \u0915\u0930\u0928\u0947 \u092E\u0947\u0902 \u0905\u0938\u092E\u0930\u094D\u0925 \u0939\u0948\u0964 \u0939\u092E\u093E\u0930\u093E \u0938\u0941\u091D\u093E\u0935 \u0939\u0948 \u0915\u093F \u0906\u092A \u092A\u0943\u0937\u094D\u0920 \u0915\u094B \u0924\u093E\u091C\u093E \u0915\u0930\u0928\u0947 \u0915\u093E \u092A\u094D\u0930\u092F\u093E\u0938 \u0915\u0930\u0947\u0902 \u092F\u093E <1>\u0938\u0947\u091F\u093F\u0902\u0917\u094D\u0938 \u0915\u0947 \u092E\u093E\u0927\u094D\u092F\u092E \u0938\u0947 \u0905\u0928\u094D\u092F \u0905\u0928\u0941\u0935\u093E\u0926 \u0938\u0947\u0935\u093E\u0913\u0902 \u0915\u094B \u092C\u0926\u0932\u0928\u0947 \u0915\u093E \u092A\u094D\u0930\u092F\u093E\u0938 \u0915\u0930\u0947\u0902\u0964 \u092F\u0926\u093F \u0906\u092A <2>Pro \u0938\u0926\u0938\u094D\u092F \u0939\u0948\u0902, \u0924\u094B \u0906\u092A DeepL \u092F\u093E OpenAI \u0905\u0928\u0941\u0935\u093E\u0926 \u0938\u0947\u0935\u093E \u0915\u093E \u0909\u092A\u092F\u094B\u0917 \u0915\u0930\u0928\u0947 \u0915\u093E \u091A\u092F\u0928 \u0915\u0930 \u0938\u0915\u0924\u0947 \u0939\u0948\u0902 \u091C\u094B \u0905\u0927\u093F\u0915 \u0938\u094D\u0925\u093F\u0930 \u0939\u0948 (<3>\u092F\u0939\u093E\u0902 \u092E\u0941\u092B\u094D\u0924 \u0905\u0928\u0941\u092D\u0935 \u0915\u0930\u0947\u0902)\u0964 \u0907\u0938\u0915\u0947 \u0905\u0932\u093E\u0935\u093E, \u0906\u092A\u0915\u094B \u0936\u093E\u092F\u0926 \u0905\u092A\u0928\u0940 \u0928\u0947\u091F\u0935\u0930\u094D\u0915 \u092F\u093E \u092A\u094D\u0930\u0949\u0915\u094D\u0938\u0940 \u0938\u0947\u091F\u093F\u0902\u0917\u094D\u0938 \u0915\u0940 \u091C\u093E\u0902\u091A \u0915\u0930\u0928\u0947 \u0915\u0940 \u0906\u0935\u0936\u094D\u092F\u0915\u0924\u093E \u0939\u094B \u0938\u0915\u0924\u0940 \u0939\u0948\u0964","translationServices.gemini":"\u092E\u093F\u0925\u0941\u0928","widget.translateFile":"PDF/ePub",goLogin:"\u0932\u0949\u0917 \u0907\u0928 \u0915\u0930\u0947\u0902","error.reason":"\u0924\u094D\u0930\u0941\u091F\u093F \u0915\u093E \u0915\u093E\u0930\u0923",contact:"\u0939\u092E\u0938\u0947 \u0938\u0902\u092A\u0930\u094D\u0915 \u0915\u0930\u0947\u0902",pickAll:"\u0938\u092D\u0940 \u0915\u093E \u091A\u092F\u0928 \u0915\u0930\u0947\u0902","multipleClick.3":"\u0924\u094D\u0930\u093F\u092A\u0932 \u0939\u093F\u091F","floatBall.iKnow":"\u092E\u0948\u0902\u0928\u0947 \u0938\u092E\u091D \u0932\u093F\u092F\u093E",shortcutSettings:"\u0936\u0949\u0930\u094D\u091F\u0915\u091F \u0915\u0941\u0902\u091C\u0940","error.retry":"\u092A\u0941\u0928\u0903 \u092A\u094D\u0930\u092F\u093E\u0938 \u0915\u0930\u0947\u0902",touchShortcutsOff:"\u092C\u0902\u0926 \u0915\u0930\u0947\u0902","subtitle.bilingual":"\u0926\u094D\u0935\u093F\u092D\u093E\u0937\u0940\u092F \u0909\u092A\u0936\u0940\u0930\u094D\u0937\u0915","tagsInput.add":"+ \u091C\u094B\u0921\u093C\u0947\u0902","slide.right":"\u092C\u093E\u090F\u0902 \u0938\u094D\u0932\u093E\u0907\u0921 \u0915\u0930\u0947\u0902","multipleClick.2":"\u0921\u092C\u0932 \u0915\u094D\u0932\u093F\u0915","widget.instruction":"\u0909\u092A\u092F\u094B\u0917 \u0915\u0940 \u0928\u093F\u0930\u094D\u0926\u0947\u0936\u093F\u0915\u093E",loggedIn:"\u0932\u0949\u0917 \u0907\u0928 \u0915\u093F\u092F\u093E \u0939\u0941\u0906 \u0939\u0948","shortcutGroup.main":"\u0938\u093E\u092E\u093E\u0928\u094D\u092F \u0909\u092A\u092F\u094B\u0917 \u0915\u0940 \u0936\u0949\u0930\u094D\u091F\u0915\u091F \u0915\u0941\u0902\u091C\u0940","slide.left":"\u0926\u093E\u090F\u0902 \u0938\u094D\u0932\u093E\u0907\u0921 \u0915\u0930\u0947\u0902",shortcutSettingsTitle:"\u0936\u0949\u0930\u094D\u091F\u0915\u091F \u0915\u0940 \u0938\u0947\u091F\u093F\u0902\u0917","multipleClick.4":"\u091A\u093E\u0930\u0939\u093F\u091F \u0938\u0902\u092F\u094B\u091C\u0928","error.subscriptionExpiredTitle":"\u0938\u0926\u0938\u094D\u092F\u0924\u093E \u0938\u092E\u093E\u092A\u094D\u0924 \u0939\u094B \u0917\u0908 \u0939\u0948",notLogin:"\u0932\u0949\u0917 \u0907\u0928 \u0928\u0939\u0940\u0902 \u0915\u093F\u092F\u093E \u0939\u0948","shortcutGroup.others":"\u0905\u0927\u093F\u0915 \u0915\u0938\u094D\u091F\u092E \u092B\u093C\u0902\u0915\u094D\u0936\u0928 \u0936\u0949\u0930\u094D\u091F\u0915\u091F","subtitle.hideQuickButton":"\u0907\u0938 \u0936\u0949\u0930\u094D\u091F\u0915\u091F \u0915\u094B \u092B\u093F\u0930 \u0938\u0947 \u0928\u093E \u0926\u093F\u0916\u093E\u090F\u0902","widget.videoSubtitleTooltip":"Youtube \u0906\u0926\u093F {count}+ \u0935\u0940\u0921\u093F\u092F\u094B \u0935\u0947\u092C\u0938\u093E\u0907\u091F\u094B\u0902 \u0915\u093E \u0938\u092E\u0930\u094D\u0925\u0928 \u0915\u0930\u0947\u0902","browser.translateInputBox":"\u0935\u0930\u094D\u0924\u092E\u093E\u0928 \u0907\u0928\u092A\u0941\u091F \u092C\u0949\u0915\u094D\u0938 \u0915\u0940 \u0938\u093E\u092E\u0917\u094D\u0930\u0940 \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0947\u0902",temprarilyChangeTranslationTo_openai:"\u0939\u092E \u0935\u0930\u094D\u0924\u092E\u093E\u0928 \u092A\u0943\u0937\u094D\u0920 \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 OpenAI \u0915\u093E \u0909\u092A\u092F\u094B\u0917 \u0915\u0930 \u0930\u0939\u0947 \u0939\u0948\u0902",alwaysTranslateThisSite:"\u0939\u092E\u0947\u0936\u093E \u0907\u0938 \u0935\u0947\u092C\u0938\u093E\u0907\u091F \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0947\u0902","shortcutGroup.mouse":"\u092E\u093E\u0909\u0938 \u0939\u094B\u0935\u0930 \u0936\u0949\u0930\u094D\u091F\u0915\u091F \u0915\u0949\u0928\u094D\u092B\u093C\u093F\u0917\u0930\u0947\u0936\u0928",translationOnlyMode:`\u0915\u0947\u0935\u0932 \u0905\u0928\u0941\u0935\u093E\u0926 \u092E\u094B\u0921 + {env.imt_sub_trans_field}: Traduction`,"subtitle.quickButton.magenta":"Fuchsia","subtitle.quickButton.red":"Rouge","subtitle.quickButton.setting":"Param\xE9trage","subtitle.quickButton.black":"noir","subtitle.quickButton.translationPosition":"Position de traduction","subtitle.quickButton.green":"Vert","subtitle.quickButton.translationFontSize":"Taille de police de traduction","subtitle.quickButton.sourceTextColor":"Couleur de police d'origine","translationServices.claude":"Claude","subtitle.quickButton.blue":"Bleu","subtitle.quickButton.sourceFontSize":"La taille originale de la police","subtitle.quickButton.translationTextColor":"Couleur de la police de traduction","subtitle.quickButton.backgroundColor":"couleur d'arri\xE8re-plan","subtitle.quickButton.white":"Blanc","subtitle.quickButton.translationPositionTop":"En haut de l'original","subtitle.quickButton.yellow":"jaune","subtitle.quickButton.cyan":"Bleu","subtitle.quickButton.backgroundOpacity":"Opacit\xE9 de l'arri\xE8re-plan","subtitle.quickButton.translationPositionBottom":"\u5728\u539F\u6587\u4E0B\u65B9",attachSubtitleTranslating:"Utilisation de {service} pour la traduction en cours...","error.claude.403":"Acc\xE8s temporairement interdit au service, cela peut \xEAtre li\xE9 aux restrictions r\xE9gionales de Claude. Vous pouvez essayer de changer votre adresse IP ou utiliser un autre service de traduction.","browser.brandDescriptionForSafari":"\u3010Traduction immersive\u3011Un plugin de traduction de pages web bilingue gratuit (texte original / traduction), qui supporte \xE9galement la traduction de PDF et de livres \xE9lectroniques EPUB tout en conservant la mise en page originale, la traduction de sous-titres bilingues pour des vid\xE9os en ligne comme Youtube/Netflix, et qui supporte les services de traduction principaux tels que Deepl/Google;","browser.PdfProFile":"AI pilot\xE9 PDF Pro traduction","browser.textTranslate":"Traduction de texte"};var Ol={nologin:"\u0905\u0902\u0926\u0930 \u092A\u094D\u0930\u0935\u0947\u0936 \u0915\u0940 \u0905\u0928\u0941\u092E\u0924\u093F \u0928\u0939\u0940\u0902 \u0939\u0948",loginForSafari:"\u0932\u0949\u0917-\u0907\u0928 \u092F\u093E \u092A\u0902\u091C\u0940\u0915\u0943\u0924",login:"\u0932\u0949\u0917 \u0907\u0928 \u0915\u0930\u0928\u0947 \u0915\u0947 \u092C\u093E\u0926 \u0906\u092A \u0938\u0926\u0938\u094D\u092F\u0924\u093E \u0938\u0915\u094D\u0930\u093F\u092F \u0915\u0930 \u0938\u0915\u0924\u0947 \u0939\u0948\u0902",manageAccount:"\u0916\u093E\u0924\u0947 \u0915\u093E \u092A\u094D\u0930\u092C\u0902\u0927\u0928 \u0915\u0930\u0947\u0902",openPremium:"\u0938\u0926\u0938\u094D\u092F\u0924\u093E \u0917\u094D\u0930\u0939\u0923 \u0915\u0930\u0947\u0902",logout:"\u091B\u094B\u0921\u093C\u0928\u093E",curentPlan:"\u0935\u0930\u094D\u0924\u092E\u093E\u0928 \u092A\u0948\u0915\u0947\u091C",endAt:"\u092A\u0930\u093F\u092A\u0915\u094D\u0935\u0924\u093E",endAuto:"\u0938\u094D\u0935\u091A\u093E\u0932\u093F\u0924 \u0928\u0935\u0940\u0915\u0930\u0923",lineBreakMaxTextCount:"\u092A\u0902\u0915\u094D\u0924\u093F \u0935\u093F\u0930\u093E\u092E \u0915\u0947 \u092C\u093E\u0926 \u092A\u094D\u0930\u0924\u093F \u0935\u093E\u0915\u094D\u092F \u0905\u0928\u0941\u092E\u0924 \u0935\u0930\u094D\u0923\u094B\u0902 \u0915\u0940 \u0905\u0927\u093F\u0915\u0924\u092E \u0938\u0902\u0916\u094D\u092F\u093E","translate-pdf":"\u092A\u0940\u0921\u0940\u090F\u092B \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u0915\u094D\u0932\u093F\u0915 \u0915\u0930\u0947\u0902","noSupportTranslate-pdf":"\u0938\u094D\u0915\u094D\u0930\u093F\u092A\u094D\u091F \u0938\u092E\u0930\u094D\u0925\u093F\u0924 \u0928\u0939\u0940\u0902 \u0939\u0948, \u0915\u0943\u092A\u092F\u093E \u092A\u094D\u0932\u0917-\u0907\u0928 \u0915\u093E \u0909\u092A\u092F\u094B\u0917 \u0915\u0930\u0947\u0902","translate-firefox-local-pdf":"\u092A\u0940\u0921\u0940\u090F\u092B \u0906\u092F\u093E\u0924 \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u0915\u094D\u0932\u093F\u0915 \u0915\u0930\u0947\u0902",enableLineBreak:"\u0932\u0902\u092C\u0947 \u0905\u0928\u0941\u091A\u094D\u091B\u0947\u0926\u094B\u0902 \u0915\u0947 \u0932\u093F\u090F \u0938\u094D\u0935\u091A\u093E\u0932\u093F\u0924 \u0936\u092C\u094D\u0926 \u0930\u0948\u092A\u093F\u0902\u0917 \u091A\u093E\u0932\u0942 \u0915\u0930\u0947\u0902",sponsorLabel:"$1 \u0938\u0947 \u0936\u0941\u0930\u0942 \u0915\u0930\u0915\u0947 \u0915\u093F\u0938\u0940 \u0921\u0947\u0935\u0932\u092A\u0930 \u0915\u094B \u092A\u094D\u0930\u093E\u092F\u094B\u091C\u093F\u0924 \u0915\u0930\u0947\u0902",help:"\u092E\u0926\u0926",browserShortcutsNoteForFirefox:'\u092B\u093C\u093E\u092F\u0930\u092B\u093C\u0949\u0915\u094D\u0938 \u092C\u094D\u0930\u093E\u0909\u091C\u093C\u0930 \u092E\u0947\u0902 \u0936\u0949\u0930\u094D\u091F\u0915\u091F \u0915\u0941\u0902\u091C\u093F\u092F\u094B\u0902 \u0915\u094B \u0938\u0902\u0936\u094B\u0927\u093F\u0924 \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F, \u0906\u092A\u0915\u094B \u090F\u0915\u094D\u0938\u091F\u0947\u0902\u0936\u0928 \u092A\u094D\u0930\u092C\u0902\u0927\u0928 \u092A\u0943\u0937\u094D\u0920 `about:addons` \u0916\u094B\u0932\u0928\u093E \u0939\u094B\u0917\u093E, \u092B\u093F\u0930 "\u0938\u0947\u091F\u093F\u0902\u0917\u094D\u0938" \u092A\u0930 \u0915\u094D\u0932\u093F\u0915 \u0915\u0930\u0947\u0902, \u092B\u093F\u0930 \u0907\u0938\u0947 \u0938\u0947\u091F \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F "\u0936\u0949\u0930\u094D\u091F\u0915\u091F \u0915\u0941\u0902\u091C\u093F\u092F\u093E\u0901 \u092A\u094D\u0930\u092C\u0902\u0927\u093F\u0924 \u0915\u0930\u0947\u0902" \u092A\u0930 \u0915\u094D\u0932\u093F\u0915 \u0915\u0930\u0947\u0902\u0964',browserShortcutsNoteForChrome:"\u0915\u094D\u0930\u094B\u092E-\u091C\u0948\u0938\u0947 \u092C\u094D\u0930\u093E\u0909\u091C\u093C\u0930 \u092E\u0947\u0902 \u0936\u0949\u0930\u094D\u091F\u0915\u091F \u0915\u0941\u0902\u091C\u093F\u092F\u094B\u0902 \u0915\u094B \u0938\u0902\u0936\u094B\u0927\u093F\u0924 \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F, \u0906\u092A\u0915\u094B \u090F\u0915\u094D\u0938\u091F\u0947\u0902\u0936\u0928 \u092A\u094D\u0930\u092C\u0902\u0927\u0928 \u092A\u0943\u0937\u094D\u0920 \u0916\u094B\u0932\u0928\u093E \u0939\u094B\u0917\u093E, \u0907\u0938\u0947 `\u0936\u0949\u0930\u094D\u091F\u0915\u091F \u092A\u094D\u0930\u092C\u0902\u0927\u093F\u0924 \u0915\u0930\u0947\u0902` \u092A\u0948\u0928\u0932 (`\u0915\u094D\u0930\u094B\u092E://\u090F\u0915\u094D\u0938\u091F\u0947\u0902\u0936\u0928/\u0936\u0949\u0930\u094D\u091F\u0915\u091F`) \u092E\u0947\u0902 \u0938\u0947\u091F \u0915\u0930\u0928\u093E \u0939\u094B\u0917\u093E, \u0914\u0930 \u0938\u0940\u0927\u0947 \u091C\u093E\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u0928\u0940\u091A\u0947 \u0926\u093F\u090F \u0917\u090F \u092C\u091F\u0928 \u092A\u0930 \u0915\u094D\u0932\u093F\u0915 \u0915\u0930\u0928\u093E \u0939\u094B\u0917\u093E \u0936\u0949\u0930\u094D\u091F\u0915\u091F \u0915\u0941\u0902\u091C\u0940 \u092A\u094D\u0930\u092C\u0902\u0927\u0928 \u092A\u0943\u0937\u094D\u0920.",browserShortcutsSucks:"\u0915\u0938\u094D\u091F\u092E \u0936\u0949\u0930\u094D\u091F\u0915\u091F \u0915\u0941\u0902\u091C\u0940 \u092A\u094D\u0930\u093E\u0930\u0942\u092A \u0939\u0948 (\u0915\u094B\u0908 \u0938\u094D\u0935\u091A\u093E\u0932\u093F\u0924 \u092A\u0939\u091A\u093E\u0928 \u0928\u0939\u0940\u0902, \u0915\u0943\u092A\u092F\u093E \u0938\u0940\u0927\u0947 \u0926\u0930\u094D\u091C \u0915\u0930\u0947\u0902)\uFF1A",enableLineBreakDescription:"\u091A\u093E\u0932\u0942 \u0939\u094B\u0928\u0947 \u092A\u0930, \u092A\u0922\u093C\u0928\u0947 \u0915\u0940 \u0938\u0941\u0935\u093F\u0927\u093E \u0915\u0947 \u0932\u093F\u090F \u092A\u094D\u0930\u0924\u094D\u092F\u0947\u0915 \u0935\u093E\u0915\u094D\u092F \u0915\u0947 \u0905\u0902\u0924 \u092E\u0947\u0902 \u0932\u0902\u092C\u0947 \u092A\u0948\u0930\u093E\u0917\u094D\u0930\u093E\u092B \u092E\u0947\u0902 \u0932\u093E\u0907\u0928 \u092C\u094D\u0930\u0947\u0915 \u0921\u093E\u0932\u0947 \u091C\u093E\u090F\u0902\u0917\u0947\u0964","browser.shortBrandName":"\u0917\u0939\u0928 \u0905\u0928\u0941\u0935\u093E\u0926","browser.brandName":"\u0907\u092E\u0930\u094D\u0938\u093F\u0935 \u0905\u0928\u0941\u0935\u093E\u0926: \u0926\u094D\u0935\u093F\u092D\u093E\u0937\u0940 \u0935\u0947\u092C \u092A\u0947\u091C \u0905\u0928\u0941\u0935\u093E\u0926 \u0914\u0930 \u092A\u0940\u0921\u0940\u090F\u092B \u0926\u0938\u094D\u0924\u093E\u0935\u0947\u091C\u093C \u0905\u0928\u0941\u0935\u093E\u0926","browser.brandDescription":"Bilingual web page translation, also supports PDF translation, bilingual Epub eBook translation, free to use.","browser.toggleTranslatePage":"\u0935\u0947\u092C \u092A\u0947\u091C \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0947\u0902/\u092E\u0942\u0932 \u092A\u093E\u0920 \u0926\u093F\u0916\u093E\u090F\u0902","browser.toggleTranslateTheWholePage":"\u092A\u0943\u0937\u094D\u0920 \u0915\u0947 \u0938\u092D\u0940 \u0915\u094D\u0937\u0947\u0924\u094D\u0930\u094B\u0902 \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0947\u0902/\u092E\u0942\u0932 \u092A\u093E\u0920 \u092A\u094D\u0930\u0926\u0930\u094D\u0936\u093F\u0924 \u0915\u0930\u0947\u0902","browser.toggleOnlyTransation":"\u0926\u094D\u0935\u093F\u092D\u093E\u0937\u0940/\u0915\u0947\u0935\u0932 \u0905\u0928\u0941\u0935\u093E\u0926 \u092E\u094B\u0921 \u092A\u0930 \u0938\u094D\u0935\u093F\u091A \u0915\u0930\u0947\u0902","browser.toggleTranslateToThePageEndImmediately":"\u0924\u0941\u0930\u0902\u0924 \u092A\u0943\u0937\u094D\u0920 \u0915\u0947 \u0928\u0940\u091A\u0947 \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0947\u0902/\u092E\u0942\u0932 \u092A\u093E\u0920 \u0926\u093F\u0916\u093E\u090F\u0902","browser.toggleTranslateTheMainPage":"\u092A\u0943\u0937\u094D\u0920 \u0915\u0947 \u092E\u0941\u0916\u094D\u092F \u0915\u094D\u0937\u0947\u0924\u094D\u0930 \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0947\u0902/\u092E\u0942\u0932 \u092A\u093E\u0920 \u092A\u094D\u0930\u0926\u0930\u094D\u0936\u093F\u0924 \u0915\u0930\u0947\u0902","browser.shareToDraft":"\u0926\u094D\u0935\u093F\u092D\u093E\u0937\u0940 \u092A\u0943\u0937\u094D\u0920 \u0938\u093E\u091D\u093E \u0915\u0930\u0947\u0902","browser.openOptionsPage":"\u0938\u0947\u091F\u093F\u0902\u0917 \u092A\u0943\u0937\u094D\u0920 \u0916\u094B\u0932\u0947\u0902","browser.toggleTranslationMask":"\u0905\u0928\u0941\u0935\u093E\u0926 \u0927\u0941\u0902\u0927\u0932\u093E \u092A\u094D\u0930\u092D\u093E\u0935 \u0926\u093F\u0916\u093E\u090F\u0901/\u091B\u093F\u092A\u093E\u090F\u0901","browser.translateLocalPdfFile":"\u0938\u094D\u0925\u093E\u0928\u0940\u092F \u092A\u0940\u0921\u0940\u090F\u092B \u092B\u093E\u0907\u0932\u094B\u0902 \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0947\u0902","browser.openEbookViewer":"\u0938\u094D\u0925\u093E\u0928\u0940\u092F \u0908-\u092A\u0941\u0938\u094D\u0924\u0915\u0947\u0902 \u092A\u0922\u093C\u0947\u0902","browser.openEbookBuilder":"\u0926\u094D\u0935\u093F\u092D\u093E\u0937\u0940 EPUB \u0908-\u092A\u0941\u0938\u094D\u0924\u0915\u0947\u0902 \u092C\u0928\u093E\u090F\u0901","browser.translateLocalHtmlFile":"HTML/txt \u092B\u093C\u093E\u0907\u0932\u094B\u0902 \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0947\u0902","browser.donateContext":"\u092A\u094D\u0930\u093E\u092F\u094B\u091C\u0928 \u0932\u093E\u092D\u094B\u0902 \u0915\u0947 \u092C\u093E\u0930\u0947 \u092E\u0947\u0902 \u091C\u093E\u0928\u0947\u0902","browser.translateLocalSubtitleFile":"\u0938\u094D\u0925\u093E\u0928\u0940\u092F \u0909\u092A\u0936\u0940\u0930\u094D\u0937\u0915 \u092B\u093C\u093E\u0907\u0932\u094B\u0902 \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0947\u0902",confirmResetConfig:"\u0915\u094D\u092F\u093E \u0906\u092A \u0935\u093E\u0915\u0908 \u0905\u092A\u0928\u0940 \u0938\u0947\u091F\u093F\u0902\u0917\u094D\u0938 \u0930\u0940\u0938\u0947\u091F \u0915\u0930\u0928\u093E \u091A\u093E\u0939\u0924\u0947 \u0939\u0948\u0902?",translationLineBreakSettingTitle:"\u0905\u0928\u0941\u0935\u093E\u0926 \u092A\u0902\u0915\u094D\u0924\u093F \u0930\u0948\u092A\u093F\u0902\u0917 \u0938\u0947\u091F\u093F\u0902\u0917",smartLineBreak:"\u0938\u094D\u092E\u093E\u0930\u094D\u091F \u0932\u093E\u0907\u0928 \u0930\u0948\u092A\u093F\u0902\u0917",alwaysLineBreak:"\u0939\u092E\u0947\u0936\u093E \u0932\u092A\u0947\u091F\u094B",isShowContextMenu:"\u0905\u0928\u0941\u0935\u093E\u0926\u093F\u0924 \u0935\u0947\u092C \u092A\u0947\u091C \u0915\u094B \u0930\u093E\u0907\u091F-\u0915\u094D\u0932\u093F\u0915 \u092E\u0947\u0928\u0942 \u0906\u0907\u091F\u092E \u092E\u0947\u0902 \u091C\u094B\u0921\u093C\u0947\u0902",toggleBeta:"\u092C\u0940\u091F\u093E \u092A\u0930\u0940\u0915\u094D\u0937\u0923 \u0938\u0941\u0935\u093F\u0927\u093E\u090F\u0901 \u0938\u0915\u094D\u0937\u092E \u0915\u0930\u0947\u0902",betaDescription:"\u0909\u0928 \u0938\u0941\u0935\u093F\u0927\u093E\u0913\u0902 \u0915\u094B \u0938\u0915\u094D\u0937\u092E \u0915\u0930\u0947\u0902 \u091C\u094B \u0905\u092D\u0940 \u092D\u0940 \u092A\u094D\u0930\u092F\u094B\u0917\u093E\u0924\u094D\u092E\u0915 \u0939\u0948\u0902, \u0938\u093E\u0925 \u0939\u0940 \u092A\u0930\u0940\u0915\u094D\u0937\u0923 \u092E\u0947\u0902 \u0905\u0928\u0941\u0935\u093E\u0926 \u0938\u0947\u0935\u093E\u090F\u0902 \u092D\u0940 \u0938\u0915\u094D\u0937\u092E \u0915\u0930\u0947\u0902\u0964 <1>\u091F\u0947\u0932\u0940\u0917\u094D\u0930\u093E\u092E \u0938\u092E\u0942\u0939 \u0938\u0947 \u091C\u0941\u0921\u093C\u0947\u0902 \u0914\u0930 \u0905\u0927\u093F\u0915 \u091C\u093E\u0928\u0947\u0902\u0964",translationLineBreakSettingDescription:"\u0939\u092E\u0947\u0936\u093E \u0930\u0948\u092A \u0915\u092E \u0938\u093E\u092E\u0917\u094D\u0930\u0940 \u0935\u093E\u0932\u0947 \u0932\u0947\u0906\u0909\u091F \u0915\u0947 \u0932\u093F\u090F \u0909\u092A\u092F\u0941\u0915\u094D\u0924 \u0939\u094B\u0924\u093E \u0939\u0948 \u0914\u0930 \u0905\u0927\u093F\u0915 \u0938\u0941\u0935\u094D\u092F\u0935\u0938\u094D\u0925\u093F\u0924 \u0939\u094B\u0924\u093E \u0939\u0948\u0964 (\u0938\u094D\u0925\u093E\u0928 \u092C\u091A\u093E\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u092C\u0939\u0941\u0924 \u0938\u093E\u0930\u0940 \u0938\u093E\u092E\u0917\u094D\u0930\u0940 ({count}\u0938\u0947 \u0905\u0927\u093F\u0915 \u0905\u0915\u094D\u0937\u0930) \u0935\u093E\u0932\u0947 \u0932\u0902\u092C\u0947 \u092A\u0948\u0930\u093E\u0917\u094D\u0930\u093E\u092B \u092E\u0947\u0902 \u0938\u094D\u092E\u093E\u0930\u094D\u091F \u0932\u093E\u0907\u0928 \u092C\u094D\u0930\u0947\u0915 \u0915\u093E \u0909\u092A\u092F\u094B\u0917 \u0915\u0930\u0947\u0902)",tempTranslateDomainTitle:"\u0935\u0947\u092C\u0938\u093E\u0907\u091F \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u094B \u0905\u0938\u094D\u0925\u093E\u092F\u0940 \u0930\u0942\u092A \u0938\u0947 \u0915\u092C \u0924\u0915 \u0938\u0915\u094D\u0937\u092E \u0915\u0930\u0928\u093E \u0939\u0948",tempTranslateDomainDescription:"\u0915\u093F\u0938\u0940 \u0935\u0947\u092C \u092A\u0947\u091C \u0915\u093E \u092E\u0948\u0928\u094D\u092F\u0941\u0905\u0932 \u0930\u0942\u092A \u0938\u0947 \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0924\u0947 \u0938\u092E\u092F, \u0938\u094D\u0935\u091A\u093E\u0932\u093F\u0924 \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0947 \u0932\u093F\u090F \u0935\u0947\u092C\u0938\u093E\u0907\u091F \u0915\u094B \u0905\u0938\u094D\u0925\u093E\u092F\u0940 \u0930\u0942\u092A \u0938\u0947 \u091A\u093E\u0932\u0942 \u0915\u0930\u0947\u0902, \u0914\u0930 \u0906\u092A \u0905\u0938\u094D\u0925\u093E\u092F\u0940 \u0905\u0935\u0927\u093F \u0928\u093F\u0930\u094D\u0927\u093E\u0930\u093F\u0924 \u0915\u0930 \u0938\u0915\u0924\u0947 \u0939\u0948\u0902\u0964",xMinutes:"{count} \u092E\u093F\u0928\u091F",disabled:"\u0905\u0915\u094D\u0937\u092E \u0915\u0930\u0928\u093E",changelog:"\u0932\u0949\u0917 \u092C\u0926\u0932\u0947\u0902",toggleTranslatePageWhenThreeFingersOnTheScreen:"\u0935\u0947\u092C \u092A\u0947\u091C \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0928\u0947/\u092E\u0942\u0932 \u092A\u093E\u0920 \u092A\u094D\u0930\u0926\u0930\u094D\u0936\u093F\u0924 \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u090F\u0915 \u0939\u0940 \u0938\u092E\u092F \u092E\u0947\u0902 \u0915\u0908 \u0905\u0902\u0917\u0941\u0932\u093F\u092F\u094B\u0902 \u0938\u0947 \u0938\u094D\u0915\u094D\u0930\u0940\u0928 \u0915\u094B \u0938\u094D\u092A\u0930\u094D\u0936 \u0915\u0930\u0947\u0902",toggleTranslationMaskWhenThreeFingersOnTheScreen:"\u0905\u0928\u0941\u0935\u093E\u0926 \u0927\u0941\u0902\u0927\u0932\u093E \u092A\u094D\u0930\u092D\u093E\u0935 \u0926\u093F\u0916\u093E\u0928\u0947/\u091B\u093F\u092A\u093E\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u090F\u0915 \u0939\u0940 \u0938\u092E\u092F \u092E\u0947\u0902 \u0915\u0908 \u0905\u0902\u0917\u0941\u0932\u093F\u092F\u094B\u0902 \u0915\u094B \u0938\u094D\u092A\u0930\u094D\u0936 \u0915\u0930\u0947\u0902",fingerCountToToggleTranslagePageOnlyTranslationWhenTouching:"\u0935\u0947\u092C \u092A\u0947\u091C \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 (\u0915\u0947\u0935\u0932 \u0905\u0928\u0941\u0935\u093E\u0926)/\u092E\u0942\u0932 \u092A\u093E\u0920 \u092A\u094D\u0930\u0926\u0930\u094D\u0936\u093F\u0924 \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u090F\u0915 \u0939\u0940 \u0938\u092E\u092F \u092E\u0947\u0902 \u0915\u0908 \u0905\u0902\u0917\u0941\u0932\u093F\u092F\u094B\u0902 \u0938\u0947 \u0938\u094D\u0915\u094D\u0930\u0940\u0928 \u0915\u094B \u0938\u094D\u092A\u0930\u094D\u0936 \u0915\u0930\u0947\u0902",addUrlDescription:"\u092F\u0939 \u090F\u0915 \u0921\u094B\u092E\u0947\u0928 \u0928\u093E\u092E \u0939\u094B \u0938\u0915\u0924\u093E \u0939\u0948 \u0914\u0930 \u0935\u093E\u0907\u0932\u094D\u0921\u0915\u093E\u0930\u094D\u0921 \u0915\u093E \u0938\u092E\u0930\u094D\u0925\u0928 \u0915\u0930\u0924\u093E \u0939\u0948, \u091C\u0948\u0938\u0947\uFF1A*.google.com, google.com/mail/*, https://www.google.com/*",general:"\u092E\u0942\u0932 \u0938\u0947\u091F\u093F\u0902\u0917\u094D\u0938",clickToExpandConfig:"\u0935\u0930\u094D\u0924\u092E\u093E\u0928 \u0915\u0949\u0928\u094D\u092B\u093C\u093F\u0917\u0930\u0947\u0936\u0928 \u0915\u093E \u0935\u093F\u0938\u094D\u0924\u093E\u0930 \u0915\u0930\u0947\u0902",import:"\u092B\u093C\u093E\u0907\u0932 \u0938\u0947 \u0906\u092F\u093E\u0924 \u0915\u0930\u0947\u0902",export:"\u092B\u093C\u093E\u0907\u0932 \u092E\u0947\u0902 \u0928\u093F\u0930\u094D\u092F\u093E\u0924 \u0915\u0930\u0947\u0902",toggleDebug:"\u0915\u0902\u0938\u094B\u0932 \u092A\u0930 \u0921\u093F\u092C\u0917 \u0932\u0949\u0917 \u092A\u094D\u0930\u093F\u0902\u091F \u0915\u0930\u0947\u0902","fingers.0":"\u092C\u0902\u0926","fingers.2":"\u0926\u094B \u0909\u0902\u0917\u0932\u093F\u092F\u094B\u0902 \u0915\u093E \u0938\u094D\u092A\u0930\u094D\u0936","fingers.3":"\u0924\u0940\u0928 \u0909\u0902\u0917\u0932\u093F\u092F\u094B\u0902 \u0915\u093E \u0938\u094D\u092A\u0930\u094D\u0936","fingers.4":"\u091A\u093E\u0930 \u0905\u0902\u0917\u0941\u0932 \u0915\u093E \u0938\u094D\u092A\u0930\u094D\u0936","fingers.5":"\u092A\u093E\u0901\u091A \u0905\u0902\u0917\u0941\u0932 \u0915\u093E \u0938\u094D\u092A\u0930\u094D\u0936",mouseHoldKey:"+ {key} \u0907\u0938 \u0905\u0928\u0941\u091A\u094D\u091B\u0947\u0926 \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926/\u092A\u0941\u0928\u0930\u094D\u0938\u094D\u0925\u093E\u092A\u0928\u093E \u0915\u0930\u0947\u0902",mouseHoldKeyAuto:"\u0907\u0938 \u0905\u0928\u0941\u091A\u094D\u091B\u0947\u0926 \u0915\u093E \u0938\u0940\u0927\u0947 \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0947\u0902",mouseHoldKeyOff:"\u0915\u0941\u091B \u092E\u0924 \u0915\u0930\u094B",mouseHoldKeyOther:"\u0915\u0938\u094D\u091F\u092E \u0936\u0949\u0930\u094D\u091F\u0915\u091F \u0915\u0941\u0902\u091C\u093F\u092F\u093E\u0901 (\u0938\u0947\u091F\u093F\u0902\u0917\u094D\u0938 \u0916\u094B\u0932\u0947\u0902)",mouseHoldKeyCustomKey:"0\u0907\u0938 \u0905\u0928\u0941\u091A\u094D\u091B\u0947\u0926 \u0915\u093E {key} /\u092A\u0941\u0928\u0930\u094D\u0938\u094D\u0925\u093E\u092A\u0928\u093E \u0915\u0930\u0947\u0902",mouseHoverHoldKey:"\u092A\u0948\u0930\u093E\u0917\u094D\u0930\u093E\u092B \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u092E\u093E\u0909\u0938 \u0915\u094B \u0918\u0941\u092E\u093E\u090F\u0901 \u0914\u0930 \u0936\u0949\u0930\u094D\u091F\u0915\u091F \u0915\u0941\u0902\u091C\u0940 \u0926\u092C\u093E\u090F\u0901","mouse-translate":"\u092E\u093E\u0909\u0938 \u0915\u0947 \u090A\u092A\u0930",document:"\u0926\u0938\u094D\u0924\u093E\u0935\u0947\u091C\u093C",resetSuccess:"\u0938\u092D\u0940 \u0938\u0947\u091F\u093F\u0902\u0917\u094D\u0938 \u0938\u092B\u0932\u0924\u093E\u092A\u0942\u0930\u094D\u0935\u0915 \u0930\u0940\u0938\u0947\u091F \u0915\u0930\u0947\u0902",resetThisSuccess:"\u0930\u0940\u0938\u0947\u091F \u0938\u092B\u0932",saved:"\u0938\u092B\u0932\u0924\u093E\u092A\u0942\u0930\u094D\u0935\u0915 \u092C\u091A\u093E\u092F\u093E",successImportConfig:"\u0915\u0949\u0928\u094D\u092B\u093C\u093F\u0917\u0930\u0947\u0936\u0928 \u0938\u092B\u0932\u0924\u093E\u092A\u0942\u0930\u094D\u0935\u0915 \u0906\u092F\u093E\u0924 \u0915\u093F\u092F\u093E \u0917\u092F\u093E",goAdvancedSettings:"\u0909\u0928\u094D\u0928\u0924 \u0938\u0947\u091F\u093F\u0902\u0917 \u092A\u0943\u0937\u094D\u0920 \u092A\u0930 \u091C\u093E\u090F\u0901",goAdvancedInterfaceSettings:"\u0909\u0928\u094D\u0928\u0924 \u0905\u0928\u0941\u0915\u0942\u0932\u0928 \u0938\u0947\u091F\u093F\u0902\u0917 \u092A\u0943\u0937\u094D\u0920 \u092A\u0930 \u091C\u093E\u090F\u0901",advanced:"\u090F\u0921\u0935\u093E\u0902\u0938 \u0938\u0947\u091F\u093F\u0902\u0917",advancedDescription:"\u0906\u092E \u0924\u094C\u0930 \u092A\u0930, \u0915\u093F\u0938\u0940 \u0938\u0947\u091F\u093F\u0902\u0917 \u0915\u0940 \u0906\u0935\u0936\u094D\u092F\u0915\u0924\u093E \u0928\u0939\u0940\u0902 \u0939\u0948, \u092C\u0938 \u0921\u093F\u092B\u093C\u0949\u0932\u094D\u091F \u0930\u0916\u0947\u0902\u0964 \u0915\u0947\u0935\u0932 \u0905\u0927\u093F\u0915 \u092A\u0947\u0936\u0947\u0935\u0930 \u0909\u092A\u092F\u094B\u0917\u0915\u0930\u094D\u0924\u093E\u0913\u0902 \u0915\u0947 \u0932\u093F\u090F, \u0905\u0927\u093F\u0915 \u0935\u0948\u092F\u0915\u094D\u0924\u093F\u0915\u0943\u0924 \u0938\u0947\u091F\u093F\u0902\u0917\u094D\u0938 \u092A\u094D\u0930\u0926\u093E\u0928 \u0915\u0940 \u091C\u093E\u0924\u0940 \u0939\u0948\u0902\u0964",developer:"\u0921\u0947\u0935\u0932\u092A\u0930 \u0938\u0947\u091F\u093F\u0902\u0917\u094D\u0938",donateCafe:"\u0915\u0940\u092E\u0924","translate to the bottom of the page":"\u0935\u0947\u092C \u092A\u0947\u091C \u092E\u0947\u0902 \u092A\u094D\u0930\u0935\u0947\u0936 \u0915\u0930\u0928\u0947 \u0915\u0947 \u092C\u093E\u0926, \u0915\u094D\u092F\u093E \u0907\u0938\u0915\u093E \u0924\u0941\u0930\u0902\u0924 \u092A\u0943\u0937\u094D\u0920 \u0915\u0947 \u0928\u093F\u091A\u0932\u0947 \u092D\u093E\u0917 \u092E\u0947\u0902 \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u093F\u092F\u093E \u091C\u093E\u0924\u093E \u0939\u0948?",feedback:"\u092A\u094D\u0930\u0924\u093F\u0915\u094D\u0930\u093F\u092F\u093E",toggleTranslatePage:"\u0935\u0947\u092C \u092A\u0947\u091C \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0947\u0902/\u092E\u0942\u0932 \u092A\u093E\u0920 \u0926\u093F\u0916\u093E\u090F\u0902",translateToThePageEndImmediatelyDescription:"\u091A\u093E\u0932\u0942 \u0939\u094B\u0928\u0947 \u092A\u0930, \u0915\u093F\u0938\u0940 \u0935\u0947\u092C\u092A\u0947\u091C \u092E\u0947\u0902 \u092A\u094D\u0930\u0935\u0947\u0936 \u0915\u0930\u0928\u0947 \u092A\u0930 \u0938\u093E\u092E\u0917\u094D\u0930\u0940 \u0924\u0941\u0930\u0902\u0924 \u090A\u092A\u0930 \u0938\u0947 \u0928\u0940\u091A\u0947 \u0924\u0915 \u0905\u0928\u0941\u0935\u093E\u0926\u093F\u0924 \u0939\u094B \u091C\u093E\u090F\u0917\u0940\u0964 \u092F\u0926\u093F \u092C\u0902\u0926 \u0939\u0948, \u0924\u094B \u0906\u092A \u090F\u0915 \u0939\u0940 \u0938\u092E\u092F \u092E\u0947\u0902 \u092A\u0922\u093C \u0914\u0930 \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930 \u0938\u0915\u0924\u0947 \u0939\u0948\u0902\u0964 (\u091A\u093E\u0932\u0942 \u0915\u0930\u0928\u0947 \u0915\u0940 \u0905\u0928\u0941\u0936\u0902\u0938\u093E \u0928\u0939\u0940\u0902 \u0915\u0940 \u0917\u0908)","translate all areas of the page":"\u0935\u0947\u092C \u092A\u0947\u091C \u0915\u0947 \u0938\u092D\u0940 \u0915\u094D\u0937\u0947\u0924\u094D\u0930\u094B\u0902 \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0928\u093E \u0939\u0948 \u092F\u093E \u0928\u0939\u0940\u0902",translationAreaDescription:"\u091A\u093E\u0932\u0942 \u0939\u094B\u0928\u0947 \u092A\u0930, \u0938\u0902\u092A\u0942\u0930\u094D\u0923 \u0935\u0947\u092C \u092A\u0947\u091C \u0915\u0947 \u0938\u092D\u0940 \u0915\u094D\u0937\u0947\u0924\u094D\u0930\u094B\u0902 \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u093F\u092F\u093E \u091C\u093E\u090F\u0917\u093E\u0964 \u092F\u0926\u093F \u092C\u0902\u0926 \u0915\u093F\u092F\u093E \u091C\u093E\u0924\u093E \u0939\u0948, \u0924\u094B \u0921\u093F\u092B\u093C\u0949\u0932\u094D\u091F \u0938\u094D\u092E\u093E\u0930\u094D\u091F \u092A\u0939\u091A\u093E\u0928 \u0915\u093E \u0909\u092A\u092F\u094B\u0917 \u0915\u093F\u092F\u093E \u091C\u093E\u0924\u093E \u0939\u0948 \u0914\u0930 \u0915\u0947\u0935\u0932 \u092E\u0941\u0916\u094D\u092F \u0915\u094D\u0937\u0947\u0924\u094D\u0930 \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u093F\u092F\u093E \u091C\u093E\u0924\u093E \u0939\u0948\u0964 (\u091A\u093E\u0932\u0942 \u0915\u0930\u0928\u0947 \u0915\u0940 \u0905\u0928\u0941\u0936\u0902\u0938\u093E \u0928\u0939\u0940\u0902 \u0915\u0940 \u0917\u0908)","the number of characters to be translated first":"\u0926\u0943\u0936\u094D\u092F \u0915\u094D\u0937\u0947\u0924\u094D\u0930 \u0924\u0915 \u0938\u094D\u0915\u094D\u0930\u0949\u0932 \u0915\u0930\u0928\u0947 \u0915\u0940 \u092A\u094D\u0930\u0924\u0940\u0915\u094D\u0937\u093E \u0915\u093F\u090F \u092C\u093F\u0928\u093E \u092A\u0943\u0937\u094D\u0920 \u0915\u0947 \u092A\u0939\u0932\u0947 \u0915\u0941\u091B \u0935\u0930\u094D\u0923\u094B\u0902 \u0915\u093E \u0938\u0940\u0927\u0947 \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0947\u0902","interface language":"\u0907\u0902\u091F\u0930\u092B\u093C\u0947\u0938 \u092D\u093E\u0937\u093E","display both the original text and the translation":"\u092E\u0942\u0932 \u092A\u093E\u0920 \u0914\u0930 \u0905\u0928\u0941\u0935\u093E\u0926 \u090F\u0915 \u0938\u093E\u0925 \u092A\u094D\u0930\u0926\u0930\u094D\u0936\u093F\u0924 \u0915\u0930\u0947\u0902","keyboard shortcuts":"\u0915\u0941\u0902\u091C\u0940\u092A\u091F\u0932 \u0905\u0932\u094D\u092A \u092E\u093E\u0930\u094D\u0917",modify:"\u0936\u0949\u0930\u094D\u091F\u0915\u091F \u0915\u0941\u0902\u091C\u093F\u092F\u093E\u0901 \u0938\u0902\u0936\u094B\u0927\u093F\u0924 \u0915\u0930\u0947\u0902",reset:"\u0930\u0940\u0938\u0947\u091F",close:"\u092C\u0902\u0926",homepage:"\u0939\u094B\u092E \u092A\u0947\u091C",more:"\u0905\u0927\u093F\u0915",moreOptions:"\u0905\u0927\u093F\u0915 \u0905\u0928\u0941\u0915\u0942\u0932\u0928 \u0935\u093F\u0915\u0932\u094D\u092A\u094B\u0902 \u0915\u093E \u0935\u093F\u0938\u094D\u0924\u093E\u0930 \u0915\u0930\u0947\u0902",translateTheWholePage:"\u092A\u0943\u0937\u094D\u0920 \u0915\u0947 \u0938\u092D\u0940 \u0915\u094D\u0937\u0947\u0924\u094D\u0930\u094B\u0902 \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0947\u0902 (\u092C\u0941\u0926\u094D\u0927\u093F\u092E\u093E\u0928 \u092A\u0939\u091A\u093E\u0928 \u0915\u0947 \u092E\u0941\u0916\u094D\u092F \u0915\u094D\u0937\u0947\u0924\u094D\u0930\u094B\u0902 \u0938\u0947 \u092D\u093F\u0928\u094D\u0928)",changeToTranslateTheWholePage:"\u0938\u092D\u0940 \u0915\u094D\u0937\u0947\u0924\u094D\u0930\u094B\u0902 \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u0938\u094D\u0935\u093F\u091A \u0915\u0930\u0947\u0902",changeToTranslateTheMainPage:"\u0905\u0928\u0941\u0935\u093E\u0926 \u092E\u0941\u0916\u094D\u092F \u0915\u094D\u0937\u0947\u0924\u094D\u0930 \u092A\u0930 \u0938\u094D\u0935\u093F\u091A \u0915\u0930\u0947\u0902",changeToOnlyTranslationMode:"\u0915\u0947\u0935\u0932 \u0905\u0928\u0941\u0935\u093E\u0926 \u0926\u093F\u0916\u093E\u0928\u0947 \u092A\u0930 \u0938\u094D\u0935\u093F\u091A \u0915\u0930\u0947\u0902",changeToDualTranslationMode:"\u0926\u094D\u0935\u093F\u092D\u093E\u0937\u0940 \u0905\u0928\u0941\u0935\u093E\u0926 \u092A\u0930 \u0938\u094D\u0935\u093F\u091A \u0915\u0930\u0947\u0902",translateToThePageEndImmediately:"\u0924\u0941\u0930\u0902\u0924 \u092A\u0943\u0937\u094D\u0920 \u0915\u0947 \u0928\u0940\u091A\u0947 \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0947\u0902",translateTheMainPage:"\u092C\u0941\u0926\u094D\u0927\u093F\u092E\u093E\u0928 \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0947 \u092E\u0941\u0916\u094D\u092F \u0915\u094D\u0937\u0947\u0924\u094D\u0930","The local rules are up to date":"\u0938\u094D\u0925\u093E\u0928\u0940\u092F \u0905\u0928\u0941\u0915\u0942\u0932\u0928 \u0928\u093F\u092F\u092E \u0905\u0926\u094D\u092F\u0924\u093F\u0924 \u0939\u0948\u0902:","Successfully synchronized with the latest official rules:":"\u0928\u0935\u0940\u0928\u0924\u092E \u0906\u0927\u093F\u0915\u093E\u0930\u093F\u0915 \u0905\u0928\u0941\u0915\u0942\u0932\u0928 \u0928\u093F\u092F\u092E\u094B\u0902 \u0915\u094B \u0938\u092B\u0932\u0924\u093E\u092A\u0942\u0930\u094D\u0935\u0915 \u0938\u093F\u0902\u0915\u094D\u0930\u0928\u093E\u0907\u091C\u093C \u0915\u093F\u092F\u093E \u0917\u092F\u093E:","Checking for updates":"\u0905\u092A\u0921\u0947\u091F \u0915\u0947 \u0932\u093F\u090F \u091C\u093E\u0902\u091A \u0915\u0930 \u0930\u0939\u093E \u0939\u0948","Rules are being synchronized":"\u0905\u0928\u0941\u0915\u0942\u0932\u0928 \u0928\u093F\u092F\u092E\u094B\u0902 \u0915\u094B \u0938\u093F\u0902\u0915\u094D\u0930\u0928\u093E\u0907\u091C\u093C \u0915\u0930\u0928\u093E",localVersionIsTooOld:"\u0938\u094D\u0925\u093E\u0928\u0940\u092F \u090F\u0915\u094D\u0938\u091F\u0947\u0902\u0936\u0928 \u0938\u0902\u0938\u094D\u0915\u0930\u0923 \u092C\u0939\u0941\u0924 \u092A\u0941\u0930\u093E\u0928\u093E \u0939\u0948\u0964 \u0915\u0943\u092A\u092F\u093E \u090F\u0915\u094D\u0938\u091F\u0947\u0902\u0936\u0928 {minVersion} \u092F\u093E \u0928\u090F \u0938\u0902\u0938\u094D\u0915\u0930\u0923 \u092E\u0947\u0902 \u0905\u092A\u0917\u094D\u0930\u0947\u0921 \u0915\u0930\u0947\u0902 \u0914\u0930 \u092B\u093F\u0930 \u0938\u0947 \u0938\u093F\u0902\u0915\u094D\u0930\u0928\u093E\u0907\u091C\u093C\u0947\u0936\u0928 \u0915\u093E \u092A\u094D\u0930\u092F\u093E\u0938 \u0915\u0930\u0947\u0902\u0964",badUserscriptBrowser:"\u0935\u0930\u094D\u0924\u092E\u093E\u0928 \u092C\u094D\u0930\u093E\u0909\u091C\u093C\u0930 \u0917\u094D\u0930\u0940\u0938 \u092E\u0902\u0915\u0940 \u090F\u0915\u094D\u0938\u091F\u0947\u0902\u0936\u0928 \u0907\u0902\u091F\u0930\u092B\u093C\u0947\u0938 \u0915\u094B \u0938\u0939\u0940 \u0922\u0902\u0917 \u0938\u0947 \u0915\u093E\u0930\u094D\u092F\u093E\u0928\u094D\u0935\u093F\u0924 \u0928\u0939\u0940\u0902 \u0915\u0930\u0924\u093E \u0939\u0948 (\u091C\u0948\u0938\u0947 \u0915\u093F \u0917\u094D\u0930\u0940\u0938 \u092E\u0902\u0915\u0940 \u0938\u094D\u0915\u094D\u0930\u093F\u092A\u094D\u091F \u0915\u0940 \u0938\u0902\u0938\u094D\u0915\u0930\u0923 \u0938\u0902\u0916\u094D\u092F\u093E \u0915\u0940 \u091C\u093E\u0928\u0915\u093E\u0930\u0940 \u092A\u094D\u0930\u093E\u092A\u094D\u0924 \u0915\u0930\u0928\u093E), \u0915\u0943\u092A\u092F\u093E \u0905\u0928\u094D\u092F <1> \u0938\u092E\u0930\u094D\u0925\u0928 \u0917\u094D\u0930\u0940\u0938 \u092E\u0902\u0915\u0940 \u090F\u0915\u094D\u0938\u091F\u0947\u0902\u0936\u0928 \u0915\u093E \u0909\u092A\u092F\u094B\u0917 \u0915\u0930\u0947\u0902 \u092B\u093C\u093E\u092F\u0930\u092B\u093C\u0949\u0915\u094D\u0938 \u091C\u0948\u0938\u0947 \u092C\u094D\u0930\u093E\u0909\u091C\u093C\u0930",foundNewVersion:"\u0928\u092F\u093E \u0938\u0902\u0938\u094D\u0915\u0930\u0923 \u092E\u093F\u0932\u093E",theLocalExtensionIsUpToUpdate:"\u0935\u0930\u094D\u0924\u092E\u093E\u0928 \u090F\u0915\u094D\u0938\u091F\u0947\u0902\u0936\u0928 \u0928\u0935\u0940\u0928\u0924\u092E \u0938\u0902\u0938\u094D\u0915\u0930\u0923 \u0939\u0948.",failToSyncRules:"\u0928\u0935\u0940\u0928\u0924\u092E \u0905\u0928\u0941\u0915\u0942\u0932\u0928 \u0928\u093F\u092F\u092E\u094B\u0902 \u0915\u094B \u0938\u093F\u0902\u0915\u094D\u0930\u0928\u093E\u0907\u091C\u093C \u0915\u0930\u0928\u0947 \u092E\u0947\u0902 \u0935\u093F\u092B\u0932",retry:"\u092A\u0941\u0928\u0903 \u092A\u094D\u0930\u092F\u093E\u0938 \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u092F\u0939\u093E\u0902 \u092A\u0930 \u0915\u094D\u0932\u093F\u0915 \u0915\u0930\u0947\u0902",failedReason:"\u0905\u0938\u092B\u0932\u0924\u093E \u0915\u093E \u0915\u093E\u0930\u0923",currentRuleVersion:"\u0935\u0930\u094D\u0924\u092E\u093E\u0928 \u0928\u093F\u092F\u092E \u0938\u0902\u0938\u094D\u0915\u0930\u0923",calculating:"\u0917\u093F\u0928\u093E \u091C\u093E \u0930\u0939\u093E \u0939\u0948",unknownError:"\u0905\u091C\u094D\u091E\u093E\u0924 \u0917\u0932\u0924\u0940",canNotFetchRemoteRule:"\u0926\u0942\u0930\u0938\u094D\u0925 \u0928\u093F\u092F\u092E \u092A\u094D\u0930\u093E\u092A\u094D\u0924 \u0915\u0930\u0928\u0947 \u092E\u0947\u0902 \u0905\u0938\u092E\u0930\u094D\u0925",enableAlphaSuccess:"\u0905\u0932\u094D\u092B\u093C\u093E \u092B\u093C\u0902\u0915\u094D\u0936\u0928 \u091A\u093E\u0932\u0942 \u0939\u0941\u0906",disableAlphaSuccess:"\u0905\u0932\u094D\u092B\u093C\u093E \u0938\u0941\u0935\u093F\u0927\u093E \u092C\u0902\u0926 \u0915\u0930 \u0926\u0940 \u0917\u0908",cacheSize:"\u0915\u0948\u0936 \u0906\u0915\u093E\u0930\uFF1A",cleaning:"\u0938\u092B\u093E\u0908",cleanCache:"\u0915\u0948\u0936 \u0915\u094B \u0938\u093E\u092B\u093C \u0915\u0930\u0947\u0902",options:"\u0938\u094D\u0925\u093E\u092A\u093F\u0924 \u0915\u0930\u0928\u093E",about:"\u0915\u0947 \u092C\u093E\u0930\u0947 \u092E\u0947\u0902",service:"\u0905\u0928\u0941\u0935\u093E\u0926\u0928 \u0938\u0947\u0935\u093E",needAction:"(\u0938\u0947\u091F\u093F\u0902\u0917\u094D\u0938 \u092E\u0947\u0902 \u091C\u093E\u0913)",goSettings:"\u0938\u0947\u091F\u093F\u0902\u0917\u094D\u0938 \u092E\u0947\u0902 \u091C\u093E\u0913",needActionForOptions:"(\u0938\u0947\u091F \u0915\u0930\u0928\u0947 \u0915\u0940 \u0906\u0935\u0936\u094D\u092F\u0915\u0924\u093E \u0939\u0948)",translationEngine:"\u0907\u0902\u091C\u0928 \u0935\u093F\u0915\u0932\u094D\u092A",sourceLanguage:"\u0935\u093E\u0938\u094D\u0924\u0935\u093F\u0915 \u092D\u093E\u0937\u093E",target:"\u0932\u0915\u094D\u0937\u094D\u092F \u092D\u093E\u0937\u093E",popupSourceLanguage:"\u0935\u093E\u0938\u094D\u0924\u0935\u093F\u0915 \u092D\u093E\u0937\u093E",popupTarget:"\u0932\u0915\u094D\u0937\u094D\u092F \u092D\u093E\u0937\u093E",popupService:"\u0905\u0928\u0941\u0935\u093E\u0926\u0928 \u0938\u0947\u0935\u093E",forThisSite:"\u0935\u0930\u094D\u0924\u092E\u093E\u0928 \u0935\u0947\u092C\u0938\u093E\u0907\u091F",autoEnableSubtitle:"\u0926\u094D\u0935\u093F\u092D\u093E\u0937\u0940 \u0909\u092A\u0936\u0940\u0930\u094D\u0937\u0915 \u0938\u094D\u0935\u091A\u093E\u0932\u093F\u0924 \u0930\u0942\u092A \u0938\u0947 \u091A\u093E\u0932\u0942 \u0915\u0930\u0947\u0902",alwaysTranslate:"\u0939\u092E\u0947\u0936\u093E \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0947\u0902",neverTranslate:"\u0915\u092D\u0940 \u092D\u0940 \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0928 \u0915\u0930\u0947\u0902",alwaysTranslateSomeLanguage:"\u0939\u092E\u0947\u0936\u093E {language}\u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0947\u0902",neverTranslateSomeLanguage:"\u0915\u092D\u0940 \u092D\u0940 {language}\u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0928 \u0915\u0930\u0947\u0902",alwaysTranslateSomeSite:"\u0939\u092E\u0947\u0936\u093E {hostname}\u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0947\u0902",neverTranslateSomeSite:"\u0915\u092D\u0940 \u092D\u0940 {hostname}\u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0928 \u0915\u0930\u0947\u0902",alwaysTranslateSomeSiteOrWildSite:"\u0939\u092E\u0947\u0936\u093E \u0907\u0938 \u0938\u093E\u0907\u091F \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0947\u0902",alwaysTranslateSomePage:"\u0939\u092E\u0947\u0936\u093E \u0907\u0938 \u092A\u0943\u0937\u094D\u0920 \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0947\u0902",add:"\u0907\u0938\u092E\u0947\u0902 \u091C\u094B\u0921\u093C\u0947\u0902",default:"\u0917\u0932\u0924\u0940 \u0915\u0930\u0928\u093E",forThisLanguage:"\u0907\u0938 \u092D\u093E\u0937\u093E \u0915\u0947 \u0932\u093F\u090F\uFF1A","add url":"\u092F\u0942 \u0906\u0930 \u090F\u0932 \u0926\u0930\u094D\u091C \u0915\u0930\u094B",edit:"\u0938\u0902\u092A\u093E\u0926\u0928 \u0915\u0930\u0928\u093E","translate other languages into specific language":"\u0906\u092A\u0915\u0947 \u0926\u094D\u0935\u093E\u0930\u093E \u0928\u093F\u0930\u094D\u0927\u093E\u0930\u093F\u0924 \u092D\u093E\u0937\u093E \u092E\u0947\u0902 \u0905\u0928\u094D\u092F \u092D\u093E\u0937\u093E\u0913\u0902 \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0947\u0902","select translation service":"\u090F\u0915 \u0905\u0928\u0941\u0935\u093E\u0926 \u0938\u0947\u0935\u093E \u091A\u0941\u0928\u0947\u0902",language:"\u092D\u093E\u0937\u093E","show-original":"\u092E\u0942\u0932 \u092A\u093E\u0920 \u0926\u093F\u0916\u093E\u090F\u0901",translate:"\u0905\u0928\u0941\u0935\u093E\u0926",Translated:"\u0905\u0928\u0941\u0935\u093E\u0926",Translating:"\u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0928\u093E",Error:"\u0917\u0932\u0924\u0940",allowCacheTranslations:"\u0938\u094D\u0925\u093E\u0928\u0940\u092F \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0948\u0936\u093F\u0902\u0917 \u0938\u0915\u094D\u0937\u092E \u0915\u0930\u0947\u0902 (\u0921\u0941\u092A\u094D\u0932\u093F\u0915\u0947\u091F \u092A\u0948\u0930\u093E\u0917\u094D\u0930\u093E\u092B \u0915\u0947 \u0932\u093F\u090F \u0905\u0928\u0941\u0935\u093E\u0926 \u0905\u0928\u0941\u0930\u094B\u0927\u094B\u0902 \u0915\u094B \u0915\u092E \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F)","translation display":"\u0905\u0928\u0941\u0935\u093E\u0926 \u092A\u094D\u0930\u0926\u0930\u094D\u0936\u0928 \u0936\u0948\u0932\u0940","select diplay style":"\u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0940 \u0936\u0948\u0932\u0940 \u0915\u094B \u0905\u0932\u0917 \u0915\u0930\u0947\u0902\u0964 \u0935\u093F\u0935\u0930\u0923 \u0915\u0947 \u0932\u093F\u090F \u0915\u0943\u092A\u092F\u093E \u0928\u093F\u092E\u094D\u0928\u0932\u093F\u0916\u093F\u0924 \u0909\u0926\u093E\u0939\u0930\u0923 \u0926\u0947\u0916\u0947\u0902:",interface:"\u0907\u0902\u091F\u0930\u092B\u093C\u0947\u0938 \u0938\u0947\u091F\u093F\u0902\u0917\u094D\u0938",import_export:"\u0906\u092F\u093E\u0924 \u0914\u0930 \u0928\u093F\u0930\u094D\u092F\u093E\u0924",import_export_title:"\u0906\u092F\u093E\u0924/\u0928\u093F\u0930\u094D\u092F\u093E\u0924 \u0915\u0949\u0928\u094D\u092B\u093C\u093F\u0917\u0930\u0947\u0936\u0928",syncToGoogleDrive:"\u0905\u092D\u0940 Google Drive \u0915\u0947 \u0938\u093E\u0925 \u0938\u093F\u0902\u0915 \u0915\u0930\u0947\u0902",floatBallOptions:"\u0928\u093F\u0932\u0902\u092C\u093F\u0924 \u0917\u0947\u0902\u0926 \u0938\u0947\u091F\u093F\u0902\u0917\u094D\u0938","floatBallOptions.enable":"\u092B\u094D\u0932\u094B\u091F\u093F\u0902\u0917 \u092C\u0949\u0932 \u0938\u0915\u094D\u0937\u092E \u0915\u0930\u0947\u0902","floatBallOptions.blockUrls":"\u0935\u0947\u092C\u0938\u093E\u0907\u091F \u0905\u0915\u094D\u0937\u092E \u0915\u0930\u0947\u0902","floatBallOptions.add":"\u0907\u0938\u092E\u0947\u0902 \u091C\u094B\u0921\u093C\u0947\u0902","floatBallOptions.blockUrlDesc":"\u0928\u093F\u092E\u094D\u0928\u0932\u093F\u0916\u093F\u0924 \u0935\u0947\u092C\u0938\u093E\u0907\u091F\u094B\u0902 \u0915\u093E \u0938\u093E\u092E\u0928\u093E \u0915\u0930\u0928\u0947 \u092A\u0930 \u092B\u094D\u0932\u094B\u091F\u093F\u0902\u0917 \u092C\u0949\u0932 \u092A\u094D\u0930\u0926\u0930\u094D\u0936\u093F\u0924 \u0928\u0939\u0940\u0902 \u0939\u094B\u0917\u0940","floatBallOptions.clickType":"\u0935\u094D\u092F\u0935\u0939\u093E\u0930 \u092A\u0930 \u0915\u094D\u0932\u093F\u0915 \u0915\u0930\u0947\u0902","floatBallOptions.clickTypeDesc":"\u0915\u094D\u0932\u093F\u0915 \u0915\u0930\u0928\u0947 \u092A\u0930 \u092B\u094D\u0932\u094B\u091F\u093F\u0902\u0917 \u092C\u0949\u0932 \u0906\u0907\u0915\u0928 \u0915\u093E \u0935\u094D\u092F\u0935\u0939\u093E\u0930","floatBallOptions.clickPopup":"\u0905\u0928\u0941\u0935\u093E\u0926 \u092A\u0948\u0928\u0932 \u0926\u093F\u0916\u093E\u090F\u0901","floatBallOptions.clickTranslate":"\u092E\u0942\u0932 \u092A\u093E\u0920 \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0947\u0902/\u0926\u093F\u0916\u093E\u090F\u0901","floatBallOptions.fixedPosition":"\u56FA\u5B9A\u4F4D\u7F6E","floatBallOptions.fixedPositionDesc":"\u60AC\u6D6E\u7403\u5728\u7A97\u53E3\u5DE6\u4FA7\u8FD8\u662F\u53F3\u4FA7","floatBallOptions.fixedPositionLeft":"\u5DE6\u4FA7","floatBallOptions.fixedPositionRight":"\u53F3\u4FA7",previewAllThemes:"\u0938\u092D\u0940 \u0936\u0948\u0932\u093F\u092F\u094B\u0902 \u0915\u093E \u092A\u0942\u0930\u094D\u0935\u093E\u0935\u0932\u094B\u0915\u0928 \u0915\u0930\u0947\u0902","translationTheme.none":"\u0915\u094B\u0908 \u0928\u0939\u0940\u0902","translationTheme.grey":"\u0917\u0939\u0930\u093E \u092D\u0942\u0930\u093E","translationTheme.dashed":"\u0927\u0930\u093E\u0936\u093E\u092F\u0940 \u0930\u0947\u0916\u093E\u0902\u0915\u093F\u0924","translationTheme.dotted":"\u092C\u093F\u0902\u0926\u0940\u0926\u093E\u0930 \u0930\u0947\u0916\u093E\u0902\u0915\u0928","translationTheme.dashedBorder":"\u0927\u0930\u093E\u0936\u093E\u092F\u0940 \u0938\u0940\u092E\u093E","translationTheme.solidBorder":"\u0920\u094B\u0938 \u0938\u0940\u092E\u093E","translationTheme.underline":"\u0938\u0940\u0927\u0947 \u0930\u0947\u0916\u093E\u0902\u0915\u093F\u0924 \u0915\u0930\u0947\u0902","translationTheme.mask":"\u0927\u0941\u0902\u0927\u0932\u093E \u092A\u094D\u0930\u092D\u093E\u0935 (\u0938\u0940\u0916\u0928\u0947 \u0915\u093E \u0924\u0930\u0940\u0915\u093E)","translationTheme.opacity":"\u092A\u093E\u0930\u0926\u0930\u094D\u0936\u093F\u0924\u093E \u092A\u094D\u0930\u092D\u093E\u0935","translationTheme.paper":"\u0936\u094D\u0935\u0947\u0924 \u092A\u0924\u094D\u0930 \u091B\u093E\u092F\u093E \u092A\u094D\u0930\u092D\u093E\u0935","translationTheme.dividingLine":"\u0935\u093F\u092D\u093E\u091C\u0928 \u0930\u0947\u0916\u093E","translationTheme.highlight":"\u092A\u094D\u0930\u092E\u0941\u0916\u0924\u093E \u0938\u0947 \u0926\u093F\u0916\u093E\u0928\u093E","translationTheme.marker":"\u0928\u093F\u0936\u093E\u0928","translationTheme.marker2":"\u092E\u093E\u0930\u094D\u0915\u0930 2","translationTheme.blockquote":"\u0938\u0902\u0926\u0930\u094D\u092D \u0936\u0948\u0932\u0940","translationTheme.weakening":"\u0915\u092E\u091C\u094B\u0930","translationTheme.italic":"\u0924\u093F\u0930\u094D\u091B\u093E","translationTheme.bold":"\u092C\u094B\u0932\u094D\u0921","translationTheme.thinDashed":"\u092A\u0924\u0932\u0940 \u0927\u0930\u093E\u0936\u093E\u092F\u0940 \u0930\u0947\u0916\u093E\u0902\u0915\u0928","translationTheme.nativeDashed":"\u0938\u093F\u0938\u094D\u091F\u092E \u092C\u093F\u0902\u0926\u0940\u0926\u093E\u0930 \u0905\u0902\u0921\u0930\u0932\u093E\u0907\u0928 \u0915\u0947 \u0938\u093E\u0925 \u0906\u0924\u093E \u0939\u0948","translationTheme.nativeDotted":"\u0938\u093F\u0938\u094D\u091F\u092E \u092C\u093F\u0902\u0926\u0940\u0926\u093E\u0930 \u0905\u0902\u0921\u0930\u0932\u093E\u0907\u0928 \u0915\u0947 \u0938\u093E\u0925 \u0906\u0924\u093E \u0939\u0948","translationTheme.nativeUnderline":"\u0938\u093F\u0938\u094D\u091F\u092E \u0938\u0940\u0927\u0947 \u0905\u0902\u0921\u0930\u0932\u093E\u0907\u0928 \u0915\u0947 \u0938\u093E\u0925 \u0906\u0924\u093E \u0939\u0948","translationTheme.wavy":"\u0932\u0939\u0930\u0926\u093E\u0930 \u0930\u0947\u0916\u093E\u090F\u0901","translationServices.custom":"\u0915\u0938\u094D\u091F\u092E \u090F\u092A\u0940\u0906\u0908","translationServices.tencent":"\u091F\u0947\u0928\u0938\u0947\u0902\u091F \u0905\u0928\u0941\u0935\u093E\u0926\u0915","translationServices.tenAlpha":"Tencent \u0905\u0928\u0941\u0935\u093E\u0926\u0915 (\u0905\u0932\u094D\u092B\u093E)","translationServices.google":"\u0917\u0942\u0917\u0932 \u0905\u0928\u0941\u0935\u093E\u0926","translationServices.bai":"Baidu(\u0905\u0932\u094D\u092B\u093E)","translationServices.baidu":"Baidu \u0905\u0928\u0941\u0935\u093E\u0926\u0915","translationServices.aliyun":"\u0905\u0932\u0940\u092C\u093E\u092C\u093E \u0915\u094D\u0932\u093E\u0909\u0921 \u0905\u0928\u0941\u0935\u093E\u0926","translationServices.volc":"\u091C\u094D\u0935\u093E\u0932\u093E\u092E\u0941\u0916\u0940 \u0905\u0928\u0941\u0935\u093E\u0926","translationServices.deeplx":"\u0921\u0940\u092A\u090F\u0932\u090F\u0915\u094D\u0938(\u092C\u0940\u091F\u093E)","translationServices.bing":"\u092E\u093E\u0907\u0915\u094D\u0930\u094B\u0938\u0949\u092B\u094D\u091F \u0905\u0928\u0941\u0935\u093E\u0926\u0915","translationServices.deepl":"\u0921\u0940\u092A\u090F\u0932","translationServices.wechat":"\u0935\u0940\u091A\u0948\u091F \u0905\u0928\u0941\u0935\u093E\u0926","translationServices.azure":"\u0928\u0940\u0932\u093E \u0905\u0928\u0941\u0935\u093E\u0926","translationServices.ibm":"\u0906\u0908\u092C\u0940\u090F\u092E \u0935\u0949\u091F\u0938\u0928","translationServices.aws":"\u0905\u092E\u0947\u091C\u093C\u0928 \u0905\u0928\u0941\u0935\u093E\u0926","translationServices.mock":"\u0905\u0928\u0941\u0930\u0942\u092A\u093F\u0924 \u0905\u0928\u0941\u0935\u093E\u0926","translationServices.mock2":"\u0938\u093F\u092E\u094D\u092F\u0941\u0932\u0947\u091F\u0947\u0921 \u0905\u0928\u0941\u0935\u093E\u0926 2","translationServices.caiyun":"\u0915\u0948\u092F\u0941\u0928 \u0936\u093F\u092F\u093E\u0913\u092F\u0940","translationServices.cai":"\u0915\u0948\u092F\u0941\u0928 \u0936\u093F\u092F\u093E\u0913\u092F\u0940 (\u0905\u0932\u094D\u092B\u093E)","translationServices.volcAlpha":"\u091C\u094D\u0935\u093E\u0932\u093E\u092E\u0941\u0916\u0940 (\u0905\u0932\u094D\u092B\u093E)","translationServices.openl":"\u0913\u092A\u0928\u090F\u0932","translationServices.youdao":"Youdao \u0905\u0928\u0941\u0935\u093E\u0926","translationServices.you":"Youdao \u0905\u0928\u0941\u0935\u093E\u0926 (\u0905\u0932\u094D\u092B\u093E)","translationServices.transmart":"Tencent \u0907\u0902\u091F\u0930\u0948\u0915\u094D\u091F\u093F\u0935 \u0905\u0928\u0941\u0935\u093E\u0926","translationServices.niu":"\u092E\u093E\u0935\u0947\u0930\u093F\u0915\u094D\u0938 \u0905\u0928\u0941\u0935\u093E\u0926","translationServices.papago":"\u092A\u093E\u092A\u093E\u0917\u094B \u0905\u0928\u0941\u0935\u093E\u0926","translationServices.d":"\u0921\u0940(\u0905\u0932\u094D\u092B\u093E)","translationServices.dpro":"\u0921\u0940 \u092A\u094D\u0930\u094B (\u0915\u0948\u0928\u0930\u0940)","translationServices.openai":"\u0913\u092A\u0928\u090F\u0906\u0908","translationServices.chatgpt":"\u091A\u0948\u091F\u091C\u0940\u092A\u0940\u091F\u0940 \u0935\u0947\u092C(3.5 \u092E\u094B\u092C\u093E\u0907\u0932)","translate title":"\u092A\u0943\u0937\u094D\u0920 \u0936\u0940\u0930\u094D\u0937\u0915 \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0947\u0902","always languages":"\u0939\u092E\u0947\u0936\u093E \u0905\u0928\u0941\u0935\u093E\u0926\u093F\u0924 \u092D\u093E\u0937\u093E",neverTranslateLanguagesLabel:"\u0910\u0938\u0940 \u092D\u093E\u0937\u093E\u090F\u0901 \u091C\u093F\u0928\u0915\u093E \u0915\u092D\u0940 \u0905\u0928\u0941\u0935\u093E\u0926 \u0928\u0939\u0940\u0902 \u0939\u094B\u0924\u093E",neverTranslateTheFollowingLanguagesDescription:"\u091C\u092C \u092A\u0943\u0937\u094D\u0920 \u092E\u0947\u0902 \u0915\u094B\u0908 \u092A\u0948\u0930\u093E\u0917\u094D\u0930\u093E\u092B \u0928\u093F\u092E\u094D\u0928\u0932\u093F\u0916\u093F\u0924 \u092D\u093E\u0937\u093E\u0913\u0902 \u092E\u0947\u0902 \u0939\u094B\u0917\u093E \u0924\u094B \u0905\u0928\u0941\u0935\u093E\u0926 \u091B\u094B\u0921\u093C \u0926\u093F\u092F\u093E \u091C\u093E\u090F\u0917\u093E",enableUserscriptPagePopup:"\u092A\u0943\u0937\u094D\u0920 \u092A\u0930 \u0924\u0948\u0930\u0924\u0940 \u0939\u0941\u0908 \u0917\u0947\u0902\u0926 \u0926\u093F\u0916\u093E\u090F\u0901",enableUserscriptPagePopupDescription:"\u092B\u094D\u0932\u094B\u091F\u093F\u0902\u0917 \u092C\u0949\u0932 \u0915\u094B \u092C\u0902\u0926 \u0915\u0930\u0928\u0947 \u0915\u0947 \u092C\u093E\u0926 \u0906\u092A \u0909\u0938\u0947 \u091C\u0917\u093E\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u0936\u0949\u0930\u094D\u091F\u0915\u091F \u0915\u0941\u0902\u091C\u0940/{touch}\u0915\u093E \u0909\u092A\u092F\u094B\u0917 \u0915\u0930 \u0938\u0915\u0924\u0947 \u0939\u0948\u0902\u0964 \u0907\u0938 \u0935\u093F\u0915\u0932\u094D\u092A \u0915\u094B \u0917\u0932\u0924\u0940 \u0938\u0947 \u092C\u0902\u0926 \u0915\u0930\u0928\u0947 \u0915\u0947 \u092C\u093E\u0926 \u092B\u094D\u0932\u094B\u091F\u093F\u0902\u0917 \u092C\u0949\u0932 \u0915\u094B \u092E\u093F\u0932\u0928\u0947 \u0938\u0947 \u0930\u094B\u0915\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F, \u0907\u0938 \u0938\u0947\u091F\u093F\u0902\u0917 \u092A\u0947\u091C \u0915\u094B \u092C\u0941\u0915\u092E\u093E\u0930\u094D\u0915 \u0915\u0930\u0928\u0947 \u0915\u0940 \u092A\u0941\u0930\u091C\u094B\u0930 \u0905\u0928\u0941\u0936\u0902\u0938\u093E \u0915\u0940 \u091C\u093E\u0924\u0940 \u0939\u0948\u0964","always translate the following languages":"\u091C\u092C \u092A\u0943\u0937\u094D\u0920 \u0915\u0940 \u092D\u093E\u0937\u093E \u0928\u093F\u092E\u094D\u0928\u0932\u093F\u0916\u093F\u0924 \u092D\u093E\u0937\u093E\u0913\u0902 \u092E\u0947\u0902 \u0939\u094B\u0917\u0940, \u0924\u094B \u0907\u0938\u0947 \u0938\u094D\u0935\u091A\u093E\u0932\u093F\u0924 \u0930\u0942\u092A \u0938\u0947 \u0932\u0915\u094D\u0937\u094D\u092F \u092D\u093E\u0937\u093E \u092E\u0947\u0902 \u0905\u0928\u0941\u0935\u093E\u0926\u093F\u0924 \u0915\u093F\u092F\u093E \u091C\u093E\u090F\u0917\u093E","always sites":"\u0939\u092E\u0947\u0936\u093E \u0905\u0928\u0941\u0935\u093E\u0926\u093F\u0924 \u092F\u0942\u0906\u0930\u090F\u0932","always translate the following sites":"\u091C\u092C \u0935\u0947\u092C\u0938\u093E\u0907\u091F \u0928\u093F\u092E\u094D\u0928\u0932\u093F\u0916\u093F\u0924 \u0921\u094B\u092E\u0947\u0928 \u0928\u093E\u092E \u0915\u0940 \u0939\u094B\u0917\u0940, \u0924\u094B \u0907\u0938\u0947 \u0938\u094D\u0935\u091A\u093E\u0932\u093F\u0924 \u0930\u0942\u092A \u0938\u0947 \u0932\u0915\u094D\u0937\u094D\u092F \u092D\u093E\u0937\u093E \u092E\u0947\u0902 \u0905\u0928\u0941\u0935\u093E\u0926\u093F\u0924 \u0915\u093F\u092F\u093E \u091C\u093E\u090F\u0917\u093E","never sites":"\u0910\u0938\u0947 \u092F\u0942\u0906\u0930\u090F\u0932 \u091C\u093F\u0928\u0915\u093E \u0915\u092D\u0940 \u0905\u0928\u0941\u0935\u093E\u0926 \u0928\u0939\u0940\u0902 \u0915\u093F\u092F\u093E \u091C\u093E\u090F\u0917\u093E","never translate the following sites":"\u091C\u092C \u0935\u0947\u092C\u0938\u093E\u0907\u091F \u0928\u093F\u092E\u094D\u0928\u0932\u093F\u0916\u093F\u0924 \u0921\u094B\u092E\u0947\u0928 \u0928\u093E\u092E \u0915\u0940 \u0939\u094B \u0924\u094B \u0905\u0928\u0941\u0935\u093E\u0926 \u0928\u0939\u0940\u0902 \u0915\u093F\u092F\u093E \u091C\u093E\u090F\u0917\u093E","please refer to":"\u0909\u092A\u092F\u094B\u0917 \u0915\u0930\u0928\u0947 \u0938\u0947 \u092A\u0939\u0932\u0947 \u0906\u092A\u0915\u094B \u0915\u0941\u0902\u091C\u0940 \u092D\u0930\u0928\u0940 \u0939\u094B\u0917\u0940\u0964 \u0935\u093F\u0935\u0930\u0923 \u0915\u0947 \u0932\u093F\u090F, \u0915\u0943\u092A\u092F\u093E \u0926\u0947\u0916\u0947\u0902",KeyAndConfigurationTutorial:'"\u092E\u0941\u0916\u094D\u092F \u0905\u0928\u0941\u092A\u094D\u0930\u092F\u094B\u0917 \u0914\u0930 \u0915\u0949\u0928\u094D\u092B\u093C\u093F\u0917\u0930\u0947\u0936\u0928 \u091F\u094D\u092F\u0942\u091F\u094B\u0930\u093F\u092F\u0932"',useAboveStyleForTheseSites:"\u091C\u092C \u0935\u0947\u092C\u0938\u093E\u0907\u091F \u0928\u093F\u092E\u094D\u0928 \u0921\u094B\u092E\u0947\u0928 \u0928\u093E\u092E \u0939\u094B, \u0924\u094B \u0939\u092E\u0947\u0936\u093E \u2308{theme}\u230B \u0905\u0928\u0941\u0935\u093E\u0926 \u0936\u0948\u0932\u0940 \u0915\u093E \u0909\u092A\u092F\u094B\u0917 \u0915\u0930\u0947\u0902",currentUrl:"\u0935\u0930\u094D\u0924\u092E\u093E\u0928 \u092F\u0942\u0906\u0930\u090F\u0932",confirm:"\u092C\u091A\u093E\u0928\u093E",cancel:"\u0930\u0926\u094D\u0926 \u0915\u0930\u0928\u093E",delete:"\u092E\u093F\u091F\u093E\u0928\u093E","languages.auto":"\u0938\u094D\u0935\u091A\u093E\u0932\u093F\u0924 \u092A\u0939\u091A\u093E\u0928",syncToCloud:"Google Drive \u0938\u0947 \u0938\u093F\u0902\u0915 \u0915\u0930\u0947\u0902",syncToCloudDescription:"\u0915\u094D\u0932\u093E\u0909\u0921 \u092A\u0930 \u0905\u092A\u0932\u094B\u0921 \u0915\u0930\u0947\u0902, \u0914\u0930 \u0905\u0902\u0924\u093F\u092E \u0938\u0902\u0936\u094B\u0927\u0928 \u0938\u092E\u092F \u0915\u0947 \u0905\u0927\u0940\u0928, \u0915\u0949\u0928\u094D\u092B\u093C\u093F\u0917\u0930\u0947\u0936\u0928 \u0915\u094B \u0935\u093F\u092D\u093F\u0928\u094D\u0928 \u092C\u094D\u0930\u093E\u0909\u091C\u093C\u0930\u094B\u0902/\u0911\u092F\u0932 \u092E\u0902\u0915\u0940 \u0938\u094D\u0915\u094D\u0930\u093F\u092A\u094D\u091F \u0915\u0947 \u092C\u0940\u091A \u0938\u093F\u0902\u0915\u094D\u0930\u0928\u093E\u0907\u091C\u093C \u0915\u093F\u092F\u093E \u091C\u093E \u0938\u0915\u0924\u093E \u0939\u0948\u0964",syncToAccount:"\u0907\u092E\u0930\u094D\u0938\u093F\u0935 \u091F\u094D\u0930\u093E\u0902\u0938\u0932\u0947\u0936\u0928 \u0915\u094D\u0932\u093E\u0909\u0921 \u0938\u0947 \u0938\u093F\u0902\u0915 \u0915\u0930\u0947\u0902",syncToAccountButton:"\u0924\u0941\u0930\u0902\u0924 \u0915\u094D\u0932\u093E\u0909\u0921 \u0915\u0947 \u0938\u093E\u0925 \u0938\u093F\u0902\u0915 \u0915\u0930\u0947\u0902",syncToAccountDescription:"\u0905\u0902\u0924\u093F\u092E \u0938\u0902\u0936\u094B\u0927\u0928 \u0938\u092E\u092F \u0915\u0947 \u0906\u0927\u093E\u0930 \u092A\u0930, \u0935\u093F\u092D\u093F\u0928\u094D\u0928 \u0909\u092A\u0915\u0930\u0923\u094B\u0902 \u0915\u0947 \u092C\u0940\u091A \u0915\u0949\u0928\u094D\u092B\u093C\u093F\u0917\u0930\u0947\u0936\u0928 \u0915\u094B \u0938\u094D\u0935\u091A\u093E\u0932\u093F\u0924 \u0930\u0942\u092A \u0938\u0947 \u0938\u093F\u0902\u0915\u094D\u0930\u0928\u093E\u0907\u091C\u093C \u0915\u0930\u0947\u0902\u0964",successSyncConfigInAccount:"\u0915\u094D\u0932\u093E\u0909\u0921 \u0915\u0947 \u0938\u093E\u0925 \u0938\u092B\u0932\u0924\u093E\u092A\u0942\u0930\u094D\u0935\u0915 \u0938\u092E\u0928\u094D\u0935\u092F\u093F\u0924 \u0930\u0939\u0947\u0902",successSyncConfigToAccount:"\u0915\u094D\u0932\u093E\u0909\u0921 \u0915\u0947 \u0938\u093E\u0925 \u0938\u092B\u0932\u0924\u093E\u092A\u0942\u0930\u094D\u0935\u0915 \u0938\u092E\u0928\u094D\u0935\u092F\u093F\u0924 \u0915\u093F\u092F\u093E \u0917\u092F\u093E",syncConfigNoUpdate:"\u092A\u0939\u0932\u0947 \u0938\u0947 \u0939\u0940 \u0928\u0935\u0940\u0928\u0924\u092E",authFail:"\u092A\u094D\u0930\u092E\u093E\u0923\u0940\u0915\u0930\u0923 \u0935\u093F\u092B\u0932",syncTitle:"\u092E\u0948\u0928\u094D\u092F\u0941\u0905\u0932 \u092C\u0948\u0915\u0905\u092A \u092A\u094D\u0930\u092C\u0902\u0927\u0928",import_hint:"\u0906\u092F\u093E\u0924",upload:"\u0921\u093E\u0932\u0928\u093E",revokeAuth:"\u092A\u094D\u0930\u093E\u0927\u093F\u0915\u0930\u0923 \u0930\u0926\u094D\u0926 \u0915\u0930\u0947\u0902",uploadFail:"\u0905\u092A\u0932\u094B\u0921 \u0935\u093F\u092B\u0932",download:"\u0921\u093E\u0909\u0928\u0932\u094B\u0921 \u0915\u0930\u0928\u093E",importSuccess:"\u0906\u092F\u093E\u0924 \u0938\u092B\u0932",importFail:"\u0906\u092F\u093E\u0924 \u0935\u093F\u092B\u0932",deleteFail:"\u0939\u091F\u093E\u0928\u0947 \u092E\u0947\u0902 \u0935\u093F\u092B\u0932",backupToCloud:"\u092C\u0948\u0915\u0905\u092A \u092B\u093C\u093E\u0907\u0932\u094B\u0902 \u0915\u094B \u092E\u0948\u0928\u094D\u092F\u0941\u0905\u0932 \u0930\u0942\u092A \u0938\u0947 \u092A\u094D\u0930\u092C\u0902\u0927\u093F\u0924 \u0915\u0930\u0947\u0902",create_new_backup:"\u092C\u0948\u0915\u0905\u092A \u0928\u094B\u0921 \u091C\u094B\u0921\u093C\u0947\u0902",maxBackupFiles:"\u0905\u0927\u093F\u0915\u0924\u092E{count}\u0935\u093F\u092D\u093F\u0928\u094D\u0928 \u0928\u094B\u0921\u094D\u0938 \u0915\u093E \u092C\u0948\u0915\u0905\u092A \u0932\u093F\u092F\u093E \u091C\u093E \u0938\u0915\u0924\u093E \u0939\u0948, \u0915\u0943\u092A\u092F\u093E \u0905\u0928\u093E\u0935\u0936\u094D\u092F\u0915 \u0928\u094B\u0921\u094D\u0938 \u0939\u091F\u093E \u0926\u0947\u0902",backupToCloudDescription:"\u092C\u0948\u0915\u0905\u092A \u092B\u093C\u093E\u0907\u0932\u094B\u0902 \u0915\u094B \u092E\u0948\u0928\u094D\u092F\u0941\u0905\u0932 \u0930\u0942\u092A \u0938\u0947 \u0905\u092A\u0932\u094B\u0921 \u092F\u093E \u092A\u0941\u0928\u0930\u094D\u0938\u094D\u0925\u093E\u092A\u093F\u0924 \u0915\u0930\u0947\u0902, \u091C\u093F\u0938\u0938\u0947 3 \u0905\u0932\u0917-\u0905\u0932\u0917 \u092C\u0948\u0915\u0905\u092A \u0915\u0940 \u0905\u0928\u0941\u092E\u0924\u093F \u092E\u093F\u0932\u0924\u0940 \u0939\u0948",successSyncConfig:"\u0915\u094D\u0932\u093E\u0909\u0921 \u0915\u0947 \u0938\u093E\u0925 \u0938\u092B\u0932\u0924\u093E\u092A\u0942\u0930\u094D\u0935\u0915 \u0938\u092E\u0928\u094D\u0935\u092F\u093F\u0924 \u0930\u0939\u0947\u0902",syncFail:"\u0938\u092E\u0928\u094D\u0935\u092F\u0928 \u0935\u093F\u092B\u0932",updatedAt:"{date}\u092A\u0930 \u0905\u0926\u094D\u092F\u0924\u0928 \u0915\u093F\u092F\u093E \u0917\u092F\u093E",lastSyncedAt:"\u0905\u0902\u0924\u093F\u092E \u092C\u093E\u0930 {date}\u092A\u0930 \u091C\u093E\u0901\u091A \u0915\u0940 \u0917\u0908",downloadFail:"\u0921\u093E\u0909\u0928\u0932\u094B\u0921 \u0935\u093F\u092B\u0932",clickToDownload:"\u0921\u093E\u0909\u0928\u0932\u094B\u0921 \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u0915\u094D\u0932\u093F\u0915 \u0915\u0930\u0947\u0902",aboutLabel:"\u0915\u0947 \u092C\u093E\u0930\u0947 \u092E\u0947\u0902 - \u092A\u094D\u0930\u0924\u093F\u0915\u094D\u0930\u093F\u092F\u093E","browser.openAboutPage":"\u0915\u0947 \u092C\u093E\u0930\u0947 \u092E\u0947\u0902/\u092A\u094D\u0930\u0924\u093F\u0915\u094D\u0930\u093F\u092F\u093E",aboutLabelWithoutSponsor:"\u0915\u0947 \u092C\u093E\u0930\u0947 \u092E\u0947\u0902 - \u092A\u094D\u0930\u0924\u093F\u0915\u094D\u0930\u093F\u092F\u093E",aboutIntro:"\u092E\u0941\u091D\u0947 \u0906\u0936\u093E \u0939\u0948 \u0915\u093F \u0939\u092E \u0938\u092D\u0940 \u0907\u0902\u091F\u0930\u0928\u0947\u091F \u092A\u0930 \u0935\u093F\u0936\u093E\u0932 \u0935\u093F\u0926\u0947\u0936\u0940 \u092D\u093E\u0937\u093E \u0915\u0940 \u091C\u093E\u0928\u0915\u093E\u0930\u0940 \u0905\u0927\u093F\u0915 \u0906\u0938\u093E\u0928\u0940 \u0938\u0947 \u0914\u0930 \u0916\u0941\u0936\u0940 \u0938\u0947 \u092A\u094D\u0930\u093E\u092A\u094D\u0924 \u0915\u0930 \u0938\u0915\u0924\u0947 \u0939\u0948\u0902\u2764\uFE0F \u0906\u092A <6> \u092A\u094D\u0930\u094B \u0938\u0926\u0938\u094D\u092F\u0924\u093E \u0916\u094B\u0932\u0928\u093E \u091A\u0941\u0928 \u0938\u0915\u0924\u0947 \u0939\u0948\u0902 \u0921\u0940\u092A\u090F\u0932 \u0914\u0930 \u0913\u092A\u0928\u090F\u0906\u0908 \u0905\u0928\u0941\u0935\u093E\u0926\u094B\u0902 \u0915\u094B \u092C\u0949\u0915\u094D\u0938 \u0938\u0947 \u092C\u093E\u0939\u0930 \u0909\u092A\u092F\u094B\u0917 \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F\u0964

\u0939\u092E\u0947\u0902 <3>\u091F\u094D\u0935\u093F\u091F\u0930 \u092A\u0930 \u092B\u093C\u0949\u0932\u094B \u0915\u0930 \u0938\u0915\u0924\u0947 \u0939\u0948\u0902 ,<4>\u091F\u0947\u0932\u0940\u0917\u094D\u0930\u093E\u092E \u091A\u0948\u0928\u0932 , WeChat \u0938\u093E\u0930\u094D\u0935\u091C\u0928\u093F\u0915 \u0916\u093E\u0924\u093E, WeChat \u0938\u0902\u091A\u093E\u0930 \u0938\u092E\u0942\u0939, \u092F\u093E \u0928\u0940\u091A\u0947 <5> \u0908\u092E\u0947\u0932 \u0938\u0926\u0938\u094D\u092F\u0924\u093E \u0905\u092A\u0921\u0947\u091F \u091F\u094D\u0930\u0948\u0915 \u0915\u0930\u0947\u0902.
<7>\u092A\u094D\u0930\u094B \u0938\u0926\u0938\u094D\u092F \u0906\u092A \u090F\u0915\u094D\u0938\u092A\u094D\u0930\u0947\u0938 \u0917\u094D\u0930\u093E\u0939\u0915 \u0938\u0947\u0935\u093E \u0908\u092E\u0947\u0932 <8> support@immersivetranslate.com \u0938\u0947 \u0938\u0902\u092A\u0930\u094D\u0915 \u0915\u0930 \u0938\u0915\u0924\u0947 \u0939\u0948\u0902 \u0939\u092E\u093E\u0930\u0947 \u0938\u093E\u0925 \u091C\u0941\u0921\u093C\u0947\u0964",aboutIntroWithoutSponsor:"\u092E\u0941\u091D\u0947 \u0906\u0936\u093E \u0939\u0948 \u0915\u093F \u0939\u092E \u0938\u092D\u0940 \u0907\u0902\u091F\u0930\u0928\u0947\u091F \u092A\u0930 \u0935\u093F\u0936\u093E\u0932 \u092E\u093E\u0924\u094D\u0930\u093E \u092E\u0947\u0902 \u0935\u093F\u0926\u0947\u0936\u0940 \u092D\u093E\u0937\u093E \u0915\u0940 \u091C\u093E\u0928\u0915\u093E\u0930\u0940 \u0924\u0915 \u0906\u0938\u093E\u0928 \u0914\u0930 \u0905\u0927\u093F\u0915 \u0906\u0928\u0902\u0926\u0926\u093E\u092F\u0915 \u092A\u0939\u0941\u0902\u091A \u092A\u094D\u0930\u093E\u092A\u094D\u0924 \u0915\u0930 \u0938\u0915\u0924\u0947 \u0939\u0948\u0902 \u2764\uFE0F

\u0906\u092A \u0939\u092E\u0947\u0902 \u091F\u094D\u0935\u093F\u091F\u0930 \u092A\u0930 \u092B\u093C\u0949\u0932\u094B \u0915\u0930 \u0938\u0915\u0924\u0947 \u0939\u0948\u0902 <3> ,<4>\u091F\u0947\u0932\u0940\u0917\u094D\u0930\u093E\u092E \u091A\u0948\u0928\u0932 , WeChat \u0938\u093E\u0930\u094D\u0935\u091C\u0928\u093F\u0915 \u0916\u093E\u0924\u093E, WeChat \u0938\u0902\u091A\u093E\u0930 \u0938\u092E\u0942\u0939, \u092F\u093E \u0928\u0940\u091A\u0947 <5> \u0908\u092E\u0947\u0932 \u0938\u0926\u0938\u094D\u092F\u0924\u093E \u0905\u092A\u0921\u0947\u091F \u091F\u094D\u0930\u0948\u0915 \u0915\u0930\u0947\u0902.",projectHomepage:"\u092A\u094D\u0930\u094B\u091C\u0947\u0915\u094D\u091F \u0939\u094B\u092E \u092A\u0947\u091C",joinTelegramGroup:"\u092B\u093C\u0902\u0915\u094D\u0936\u0928 \u091A\u0930\u094D\u091A\u093E\u0913\u0902 \u092E\u0947\u0902 \u092D\u093E\u0917 \u0932\u0947\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u0909\u092A\u092F\u094B\u0917\u0915\u0930\u094D\u0924\u093E \u0938\u0902\u091A\u093E\u0930 \u0938\u092E\u0942\u0939 \u092E\u0947\u0902 \u0936\u093E\u092E\u093F\u0932 \u0939\u094B\u0902",wechatPublicAccount:"WeChat \u0938\u093E\u0930\u094D\u0935\u091C\u0928\u093F\u0915 \u0916\u093E\u0924\u093E",wechatCommunities:"WeChat \u0938\u0902\u091A\u093E\u0930 \u0938\u092E\u0942\u0939",qqCommunities:"QQ \u0938\u0902\u091A\u093E\u0930 \u091A\u0948\u0928\u0932",joinTelegramChannel:"\u0928\u0935\u0940\u0928\u0924\u092E \u0905\u092A\u0921\u0947\u091F \u0915\u0947 \u0932\u093F\u090F \u091F\u0947\u0932\u0940\u0917\u094D\u0930\u093E\u092E \u091A\u0948\u0928\u0932 \u0915\u094B \u092B\u0949\u0932\u094B \u0915\u0930\u0947\u0902",feedbackAndJoin:"\u0938\u092E\u0938\u094D\u092F\u093E \u092A\u094D\u0930\u0924\u093F\u0915\u094D\u0930\u093F\u092F\u093E/\u0938\u092E\u0942\u0939 \u092E\u0947\u0902 \u0936\u093E\u092E\u093F\u0932 \u0939\u094B\u0902",autoSync:"\u0938\u094D\u0935\u091A\u093E\u0932\u093F\u0924 \u0905\u0928\u0941\u0938\u0942\u091A\u093F\u0924 \u0924\u0941\u0932\u094D\u092F\u0915\u093E\u0932\u0928",loadingThemeTitle:"\u0932\u094B\u0921\u093F\u0902\u0917 \u0936\u0948\u0932\u0940",loadingThemeDescription:"\u0905\u0928\u0941\u0935\u093E\u0926 \u0932\u094B\u0921 \u0939\u094B\u0928\u0947 \u0915\u0940 \u092A\u094D\u0930\u0924\u0940\u0915\u094D\u0937\u093E \u0915\u0930\u0924\u0947 \u0938\u092E\u092F \u0936\u0948\u0932\u0940 \u0938\u0947\u091F \u0915\u0930\u0947\u0902","loadingTheme.spinner":"\u0935\u0943\u0924\u094D\u0924 \u090F\u0928\u0940\u092E\u0947\u0936\u0928","loadingTheme.text":"\u0938\u094D\u0925\u093F\u0930 \u092A\u093E\u0920... ","loadingTheme.none":"\u0928\u0939\u0940\u0902 \u0926\u093F\u0916\u093E\u0924\u0947",developerDescription:"\u0906\u092A \u092F\u0939\u093E\u0902 <1> \u092A\u0930 \u0915\u094D\u0932\u093F\u0915 \u0915\u0930 \u0938\u0915\u0924\u0947 \u0939\u0948\u0902 \u0909\u0928\u094D\u0928\u0924 \u0905\u0928\u0941\u0915\u0942\u0932\u0928 \u0938\u0947 \u0938\u0902\u092C\u0902\u0927\u093F\u0924 \u0926\u0938\u094D\u0924\u093E\u0935\u0947\u091C\u093C \u0926\u0947\u0916\u0947\u0902","edit border color":"\u092C\u0949\u0930\u094D\u0921\u0930 \u0915\u093E \u0930\u0902\u0917 \u0938\u0902\u0936\u094B\u0927\u093F\u0924 \u0915\u0930\u0947\u0902",successSyncButNoChange:"\u0935\u0930\u094D\u0924\u092E\u093E\u0928 \u0915\u0949\u0928\u094D\u092B\u093C\u093F\u0917\u0930\u0947\u0936\u0928 \u0915\u094D\u0932\u093E\u0909\u0921 \u0915\u0947 \u0905\u0928\u0941\u0930\u0942\u092A \u0939\u0948",customTheme:"\u0915\u0938\u094D\u091F\u092E \u0930\u0902\u0917 \u0914\u0930 \u0906\u0915\u093E\u0930","customThemeLabel.borderColor":"\u0938\u0940\u092E\u093E \u0930\u0902\u0917","customThemeLabel.borderRadius":"\u0938\u0940\u092E\u093E \u0917\u094B\u0932\u093E\u0915\u093E\u0930 \u0915\u094B\u0928\u0947","customThemeLabel.textColor":"\u092A\u093E\u0920 \u0915\u093E \u0930\u0902\u0917","customThemeLabel.backgroundColor":"\u092A\u0943\u0937\u094D\u0920\u092D\u0942\u092E\u093F \u0915\u093E \u0930\u0902\u0917","customThemeLabel.zoom":"\u092B\u093C\u0949\u0928\u094D\u091F \u0938\u094D\u0915\u0947\u0932\u093F\u0902\u0917 (%)","customThemeLabel.opacity":"\u092A\u093E\u0920 \u0905\u092A\u093E\u0930\u0926\u0930\u094D\u0936\u093F\u0924\u093E (%)",resetToDefaultColor:"\u0921\u093F\u092B\u093C\u0949\u0932\u094D\u091F \u0930\u0902\u0917 \u092A\u0930 \u0935\u093E\u092A\u0938 \u0932\u094C\u091F\u0947\u0902",resetToDefaultSettings:"\u0921\u093F\u092B\u093C\u0949\u0932\u094D\u091F \u0938\u0947\u091F\u093F\u0902\u0917\u094D\u0938 \u092A\u0930 \u0935\u093E\u092A\u0938 \u0932\u094C\u091F\u0947\u0902",isTranslateTitle:"\u0905\u0928\u0941\u0935\u093E\u0926\u093F\u0924 \u0935\u0947\u092C \u092A\u0947\u091C \u0936\u0940\u0930\u094D\u0937\u0915 \u091A\u093E\u0932\u0942 \u0915\u0930\u0947\u0902",isTranslateTitleDescription:"\u091A\u093E\u0932\u0942 \u0939\u094B\u0928\u0947 \u092A\u0930, \u0935\u0947\u092C \u092A\u0947\u091C \u0936\u0940\u0930\u094D\u0937\u0915 \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u093F\u092F\u093E \u091C\u093E\u090F\u0917\u093E",enableSearchEnhancement:"\u0926\u094D\u0935\u093F\u092D\u093E\u0937\u0940 \u0938\u0942\u091A\u0928\u093E \u0938\u0902\u0935\u0930\u094D\u0926\u094D\u0927\u0928 \u0938\u0915\u094D\u0937\u092E \u0915\u0930\u0947\u0902",enableSearchEnhancementDescription:'\u091A\u093E\u0932\u0942 \u0939\u094B\u0928\u0947 \u0915\u0947 \u092C\u093E\u0926, \u0905\u0902\u0917\u094D\u0930\u0947\u091C\u0940 \u0915\u0940\u0935\u0930\u094D\u0921 \u0938\u0947 \u0938\u0902\u092C\u0902\u0927\u093F\u0924 "Google \u0938\u092E\u093E\u091A\u093E\u0930" \u0916\u094B\u091C \u092A\u0930\u093F\u0923\u093E\u092E \u0938\u094D\u0935\u091A\u093E\u0932\u093F\u0924 \u0930\u0942\u092A \u0938\u0947 \u0938\u092E\u0930\u094D\u0925\u093F\u0924 \u0935\u0947\u092C\u0938\u093E\u0907\u091F\u094B\u0902 (Google \u0938\u092E\u093E\u091A\u093E\u0930, Google \u0916\u094B\u091C (\u0915\u0941\u091B \u0915\u0940\u0935\u0930\u094D\u0921), \u0938\u094D\u0928\u094B\u092C\u0949\u0932, \u0913\u0930\u093F\u090F\u0902\u091F\u0932 \u092B\u0949\u0930\u094D\u091A\u094D\u092F\u0942\u0928, \u092B\u093C\u0941\u091F\u0942, \u091F\u093E\u0907\u0917\u0930 \u0938\u092E\u0941\u0926\u093E\u092F) \u0915\u0947 \u0926\u093E\u0939\u093F\u0928\u0947 \u0915\u0949\u0932\u092E \u092E\u0947\u0902 \u092A\u094D\u0930\u0926\u0930\u094D\u0936\u093F\u0924 \u0939\u094B\u0902\u0917\u0947\u0964',verifyService:"\u0938\u0947\u0935\u093E \u0915\u093E \u092A\u0930\u0940\u0915\u094D\u0937\u0923 \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u092F\u0939\u093E\u0902 \u0915\u094D\u0932\u093F\u0915 \u0915\u0930\u0947\u0902",verified:"\u0938\u0924\u094D\u092F\u093E\u092A\u0928 \u0938\u092B\u0932","field.langs":"\u0938\u092E\u0930\u094D\u0925\u093F\u0924 \u092D\u093E\u0937\u093E \u0915\u094B\u0921","field.model":"\u0928\u092E\u0942\u0928\u093E","field.translationEngine":"\u0905\u0928\u0941\u0935\u093E\u0926 \u0907\u0902\u091C\u0928","field.limitPerMinute":"\u092A\u094D\u0930\u0924\u093F \u092E\u093F\u0928\u091F \u0905\u0928\u0941\u0930\u094B\u0927\u094B\u0902 \u0915\u0940 \u0905\u0927\u093F\u0915\u0924\u092E \u0938\u0902\u0916\u094D\u092F\u093E","field.limitPerSecond":"\u092A\u094D\u0930\u0924\u093F \u0938\u0947\u0915\u0902\u0921 \u0905\u0928\u0941\u0930\u094B\u0927\u094B\u0902 \u0915\u0940 \u0905\u0927\u093F\u0915\u0924\u092E \u0938\u0902\u0916\u094D\u092F\u093E","field.maxTextLengthPerRequest":"\u092A\u094D\u0930\u0924\u093F \u0905\u0928\u0941\u0930\u094B\u0927 \u0905\u0927\u093F\u0915\u0924\u092E \u092A\u093E\u0920 \u0932\u0902\u092C\u093E\u0908","field.maxTextGroupLengthPerRequest":"\u092A\u094D\u0930\u0924\u093F \u0905\u0928\u0941\u0930\u094B\u0927 \u092A\u0948\u0930\u093E\u0917\u094D\u0930\u093E\u092B \u0915\u0940 \u0905\u0927\u093F\u0915\u0924\u092E \u0938\u0902\u0916\u094D\u092F\u093E","field.apiUrl":"\u0915\u0938\u094D\u091F\u092E \u090F\u092A\u0940\u0906\u0908 \u0907\u0902\u091F\u0930\u092B\u093C\u0947\u0938 \u092A\u0924\u093E","field.placeholderDelimiters":"\u0906\u0930\u0915\u094D\u0937\u093F\u0924 \u092A\u094D\u0932\u0947\u0938\u0939\u094B\u0932\u094D\u0921\u0930","description.custom":"\u0915\u0938\u094D\u091F\u092E \u0907\u0902\u091F\u0930\u092B\u093C\u0947\u0938 \u090F\u0915\u094D\u0938\u0947\u0938 \u0915\u0947 \u0932\u093F\u090F \u0938\u0902\u0926\u0930\u094D\u092D \u0926\u0938\u094D\u0924\u093E\u0935\u0947\u091C\u093C\u094B\u0902 \u0915\u0940 \u0906\u0935\u0936\u094D\u092F\u0915\u0924\u093E \u0939\u0948","description.limitPerMinute":"\u091C\u092C \u0905\u0928\u0941\u0930\u094B\u0927\u094B\u0902 \u0915\u0940 \u0938\u0902\u0916\u094D\u092F\u093E \u0907\u0938 \u0938\u0940\u092E\u093E \u0938\u0947 \u0905\u0927\u093F\u0915 \u0939\u094B \u091C\u093E\u0924\u0940 \u0939\u0948, \u0924\u094B \u092F\u0939 \u0905\u0917\u0932\u0947 \u092E\u093F\u0928\u091F \u0915\u0940 \u0936\u0941\u0930\u0941\u0906\u0924 \u0924\u0915 \u0915\u0924\u093E\u0930 \u0938\u094D\u0925\u093F\u0924\u093F \u092E\u0947\u0902 \u092A\u094D\u0930\u0935\u0947\u0936 \u0915\u0930\u0947\u0917\u0940\u0964 OpenAI \u0915\u0940 \u0935\u0930\u094D\u0924\u092E\u093E\u0928 \u0938\u0947\u0935\u093E \u0915\u0940 \u0935\u093F\u092D\u093F\u0928\u094D\u0928 \u0938\u0940\u092E\u093E\u0913\u0902 \u0915\u0947 \u0915\u093E\u0930\u0923, \u0915\u0943\u092A\u092F\u093E \u092F\u0939\u093E\u0902 <1> \u0915\u094D\u0932\u093F\u0915 \u0915\u0930\u0947\u0902 \u0928\u0935\u0940\u0928\u0924\u092E \u0905\u0928\u0941\u0936\u0902\u0938\u093F\u0924 \u092E\u093E\u0928 \u0926\u0947\u0916\u0947\u0902","description.limitPerSecond":"\u091C\u092C \u0905\u0928\u0941\u0930\u094B\u0927\u094B\u0902 \u0915\u0940 \u0938\u0902\u0916\u094D\u092F\u093E \u0907\u0938 \u0938\u0940\u092E\u093E \u0938\u0947 \u0905\u0927\u093F\u0915 \u0939\u094B \u091C\u093E\u0924\u0940 \u0939\u0948, \u0924\u094B \u092F\u0939 \u0905\u0917\u0932\u0947 \u0938\u0947\u0915\u0902\u0921 \u0915\u0940 \u0936\u0941\u0930\u0941\u0906\u0924 \u0924\u0915 \u0915\u0924\u093E\u0930 \u0938\u094D\u0925\u093F\u0924\u093F \u092E\u0947\u0902 \u092A\u094D\u0930\u0935\u0947\u0936 \u0915\u0930\u0947\u0917\u0940\u0964 OpenAI \u0915\u0940 \u0935\u0930\u094D\u0924\u092E\u093E\u0928 \u0938\u0947\u0935\u093E \u0915\u0940 \u0935\u093F\u092D\u093F\u0928\u094D\u0928 \u0938\u0940\u092E\u093E\u0913\u0902 \u0915\u0947 \u0915\u093E\u0930\u0923, \u0915\u0943\u092A\u092F\u093E \u092F\u0939\u093E\u0902 <1> \u0915\u094D\u0932\u093F\u0915 \u0915\u0930\u0947\u0902 \u0928\u0935\u0940\u0928\u0924\u092E \u0905\u0928\u0941\u0936\u0902\u0938\u093F\u0924 \u092E\u093E\u0928 \u0926\u0947\u0916\u0947\u0902","description.generalLimitPerSecond":"\u091C\u092C \u0905\u0928\u0941\u0930\u094B\u0927\u094B\u0902 \u0915\u0940 \u0938\u0902\u0916\u094D\u092F\u093E \u0907\u0938 \u0938\u0940\u092E\u093E \u0938\u0947 \u0905\u0927\u093F\u0915 \u0939\u094B \u091C\u093E\u0924\u0940 \u0939\u0948, \u0924\u094B \u092F\u0939 \u0905\u0917\u0932\u0947 \u0938\u0947\u0915\u0902\u0921 \u0915\u0940 \u0936\u0941\u0930\u0941\u0906\u0924 \u0924\u0915 \u0915\u0924\u093E\u0930 \u0938\u094D\u0925\u093F\u0924\u093F \u092E\u0947\u0902 \u092A\u094D\u0930\u0935\u0947\u0936 \u0915\u0930\u0947\u0917\u0940\u0964","description.prompt":"\u0909\u092A\u092F\u094B\u0917\u0915\u0930\u094D\u0924\u093E \u0915\u0940 \u092A\u0939\u091A\u093E\u0928 \u092E\u0947\u0902 {service} \u0915\u094B \u092D\u0947\u091C\u0940 \u0917\u0908 \u0935\u093E\u0930\u094D\u0924\u093E\u0932\u093E\u092A, \u091C\u093F\u0938\u092E\u0947\u0902 {{text}} \u092A\u0948\u0930\u093E\u0917\u094D\u0930\u093E\u092B \u0915\u093E \u092A\u093E\u0920 \u0938\u093E\u092E\u0917\u094D\u0930\u0940 \u0915\u094B \u0926\u0930\u094D\u0936\u093E\u0924\u093E \u0939\u0948, {{from}} \u092A\u0948\u0930\u093E\u0917\u094D\u0930\u093E\u092B \u0915\u0940 \u092D\u093E\u0937\u093E \u0915\u094B \u0926\u0930\u094D\u0936\u093E\u0924\u093E \u0939\u0948, \u0914\u0930 {{to}} \u0932\u0915\u094D\u0937\u094D\u092F \u092D\u093E\u0937\u093E \u0915\u094B \u0926\u0930\u094D\u0936\u093E\u0924\u093E \u0939\u0948\u0964","description.maxTextLengthPerRequest":"\u092A\u094D\u0930\u0924\u093F \u0905\u0928\u0941\u0930\u094B\u0927 \u0935\u0930\u094D\u0923\u094B\u0902 \u0915\u0940 \u0905\u0927\u093F\u0915\u0924\u092E \u0938\u0902\u0916\u094D\u092F\u093E\u0964 \u092F\u0926\u093F \u092F\u0939 \u092C\u0939\u0941\u0924 \u092C\u0921\u093C\u093E \u0939\u0948, \u0924\u094B \u0907\u0902\u091F\u0930\u092B\u093C\u0947\u0938 \u0915\u0940 \u092A\u094D\u0930\u0924\u093F\u0915\u094D\u0930\u093F\u092F\u093E \u0927\u0940\u092E\u0940 \u0939\u094B \u091C\u093E\u090F\u0917\u0940, \u0907\u0938\u0932\u093F\u090F \u0906\u092A \u0917\u0924\u093F \u0915\u094B \u0905\u0928\u0941\u0915\u0942\u0932\u093F\u0924 \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u0907\u0938 \u0935\u093F\u0915\u0932\u094D\u092A \u0915\u094B \u0938\u092E\u093E\u092F\u094B\u091C\u093F\u0924 \u0915\u0930\u0928\u0947 \u0915\u093E \u092A\u094D\u0930\u092F\u093E\u0938 \u0915\u0930 \u0938\u0915\u0924\u0947 \u0939\u0948\u0902\u0964","description.systemPrompt":"\u0938\u093F\u0938\u094D\u091F\u092E \u0915\u0940 \u092A\u0939\u091A\u093E\u0928 \u0938\u0947 {service} \u0915\u094B \u092D\u0947\u091C\u0940 \u0917\u0908 \u0935\u093E\u0930\u094D\u0924\u093E\u0932\u093E\u092A, \u091C\u093F\u0938\u092E\u0947\u0902 {{text}} \u092A\u0948\u0930\u093E\u0917\u094D\u0930\u093E\u092B \u0915\u0947 \u092A\u093E\u0920 \u0915\u0940 \u0938\u093E\u092E\u0917\u094D\u0930\u0940 \u0915\u094B \u0926\u0930\u094D\u0936\u093E\u0924\u093E \u0939\u0948, {{from}} \u092A\u0948\u0930\u093E\u0917\u094D\u0930\u093E\u092B \u0915\u0940 \u092D\u093E\u0937\u093E \u0915\u094B \u0926\u0930\u094D\u0936\u093E\u0924\u093E \u0939\u0948, {{to}} \u0932\u0915\u094D\u0937\u094D\u092F \u092D\u093E\u0937\u093E \u0915\u094B \u0926\u0930\u094D\u0936\u093E\u0924\u093E \u0939\u0948","field.domain":"\u092E\u0948\u0926\u093E\u0928","description.domain":"\u0921\u093F\u092B\u093C\u0949\u0932\u094D\u091F\uFF1A\u0938\u093E\u092E\u093E\u0928\u094D\u092F \u0939\u0948. \u0907\u0938\u0947 \u0915\u0947\u0935\u0932 \u0924\u092D\u0940 \u0938\u0947\u091F \u0915\u093F\u092F\u093E \u091C\u093E \u0938\u0915\u0924\u093E \u0939\u0948 \u091C\u092C Youdao API \u0915\u0902\u0938\u094B\u0932 \u092E\u0947\u0902 \u0921\u094B\u092E\u0947\u0928-\u0906\u0927\u093E\u0930\u093F\u0924 \u0905\u0928\u0941\u0935\u093E\u0926 \u0938\u0915\u094D\u0937\u092E \u0939\u094B\u0964 \u0938\u092E\u0930\u094D\u0925\u093F\u0924 \u092B\u093C\u0940\u0932\u094D\u0921 \u0915\u0947 \u0932\u093F\u090F, \u0915\u0943\u092A\u092F\u093E \u092F\u0939\u093E\u0902 <1> \u0926\u0947\u0916\u0947\u0902\u0964","field.scene":"\u092A\u0930\u094D\u0926\u0947","description.scene":"\u0921\u093F\u092B\u093C\u0949\u0932\u094D\u091F\uFF1A\u0938\u093E\u092E\u093E\u0928\u094D\u092F \u0939\u0948. \u0907\u0938\u0947 \u0915\u0947\u0935\u0932 \u0924\u092D\u0940 \u0938\u0947\u091F \u0915\u093F\u092F\u093E \u091C\u093E \u0938\u0915\u0924\u093E \u0939\u0948 \u091C\u092C \u0905\u0932\u0940\u092C\u093E\u092C\u093E \u0915\u094D\u0932\u093E\u0909\u0921 \u090F\u092A\u0940\u0906\u0908 \u0915\u0902\u0938\u094B\u0932 \u092E\u0947\u0902 \u092E\u0936\u0940\u0928\u0940 \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u093E \u092A\u0947\u0936\u0947\u0935\u0930 \u0938\u0902\u0938\u094D\u0915\u0930\u0923 \u0938\u0915\u094D\u0930\u093F\u092F \u0939\u094B\u0964 \u0938\u092E\u0930\u094D\u0925\u093F\u0924 \u092A\u0930\u093F\u0926\u0943\u0936\u094D\u092F\u094B\u0902 \u0915\u0947 \u0932\u093F\u090F \u092F\u0939\u093E\u0902 <1> \u0926\u0947\u0916\u0947\u0902\u0964","field.vocabId":"\u0909\u092A\u092F\u094B\u0917\u0915\u0930\u094D\u0924\u093E \u0936\u092C\u094D\u0926\u0915\u094B\u0936 \u0906\u0908\u0921\u0940","description.vocabId":"\u0928\u093F\u0930\u094D\u0926\u093F\u0937\u094D\u091F \u0936\u092C\u094D\u0926\u0915\u094B\u0936 \u0906\u0909\u091F_\u0906\u0908\u0921\u0940 \u0935\u0930\u094D\u0924\u092E\u093E\u0928 \u092E\u0947\u0902 \u0905\u0902\u0917\u094D\u0930\u0947\u091C\u0940-\u091A\u0940\u0928\u0940 \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u093E \u0938\u092E\u0930\u094D\u0925\u0928 \u0915\u0930\u0924\u093E \u0939\u0948\u0964","description.model":"OpenAI \u0915\u093E \u092E\u0949\u0921\u0932 gpt-3.5-\u091F\u0930\u094D\u092C\u094B, gpt-4 \u0906\u0926\u093F \u0939\u094B \u0938\u0915\u0924\u093E \u0939\u0948\u0964","description.maxTextGroupLengthPerRequest":"\u0939\u0930 \u092C\u093E\u0930 \u0905\u0928\u0941\u0935\u093E\u0926 \u0938\u0947\u0935\u093E \u0915\u094B \u092D\u0947\u091C\u0947 \u0917\u090F \u092A\u0948\u0930\u093E\u0917\u094D\u0930\u093E\u092B\u094B\u0902 \u0915\u0940 \u0938\u0902\u0916\u094D\u092F\u093E\u0964 \u092F\u0926\u093F \u092C\u0939\u0941\u0924 \u0938\u093E\u0930\u0947 \u092A\u0948\u0930\u093E\u0917\u094D\u0930\u093E\u092B \u0939\u0948\u0902, \u0924\u094B \u0907\u0902\u091F\u0930\u092B\u093C\u0947\u0938 \u0915\u0940 \u092A\u094D\u0930\u0924\u093F\u0915\u094D\u0930\u093F\u092F\u093E \u0927\u0940\u092E\u0940 \u0939\u094B \u0938\u0915\u0924\u0940 \u0939\u0948\u0964","description.apiUrl":"\u0915\u0943\u092A\u092F\u093E \u092A\u0925 \u0915\u0947 \u0938\u093E\u0925 \u090F\u0915 \u0935\u093F\u0936\u093F\u0937\u094D\u091F \u092F\u0942\u0906\u0930\u090F\u0932 \u091C\u094B\u0921\u093C\u0947\u0902, <1> \u0905\u0927\u093F\u0915 \u0928\u093F\u0930\u094D\u0926\u0947\u0936",enabledExtension:"\u090F\u0915\u094D\u0938\u091F\u0947\u0902\u0936\u0928 \u0938\u0915\u094D\u0937\u092E",clickToDisableExtension:"\u090F\u0915\u094D\u0938\u091F\u0947\u0902\u0936\u0928 \u0905\u0915\u094D\u0937\u092E \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u0915\u094D\u0932\u093F\u0915 \u0915\u0930\u0947\u0902",clickToEnableExtension:"\u090F\u0915\u094D\u0938\u091F\u0947\u0902\u0936\u0928 \u0938\u0915\u094D\u0937\u092E \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u0915\u094D\u0932\u093F\u0915 \u0915\u0930\u0947\u0902",hasBeenDisabled:"\u0905\u0915\u094D\u0937\u092E","show password":"\u092A\u093E\u0938\u0935\u0930\u094D\u0921 \u0926\u093F\u0916\u093E\u090F",customContent:"\u0915\u0938\u094D\u091F\u092E \u092E\u0949\u0921\u0932 \u0928\u093E\u092E \u0926\u0930\u094D\u091C \u0915\u0930\u0947\u0902",inputOptions:"\u0907\u0928\u092A\u0941\u091F \u092C\u0949\u0915\u094D\u0938 \u0938\u0902\u0935\u0930\u094D\u0926\u094D\u0927\u0928",mouseHoverOptions:"\u092E\u093E\u0909\u0938 \u0915\u0947 \u090A\u092A\u0930",modifyMouseHoverKey:"\u092E\u093E\u0909\u0938\u0913\u0935\u0930 \u0936\u0949\u0930\u094D\u091F\u0915\u091F \u0915\u0941\u0902\u091C\u093F\u092F\u094B\u0902 \u0915\u094B \u0938\u0902\u0936\u094B\u0927\u093F\u0924 \u0915\u0930\u0947\u0902",enableInputTranslation:"\u0907\u0928\u092A\u0941\u091F \u092C\u0949\u0915\u094D\u0938 \u090F\u0928\u094D\u0939\u093E\u0902\u0938\u092E\u0947\u0902\u091F \u0938\u0915\u094D\u0937\u092E \u0915\u0930\u0928\u093E \u0939\u0948 \u092F\u093E \u0928\u0939\u0940\u0902",enableInputTranslationDescription:"{trailingKey}\u0938\u0915\u094D\u0937\u092E \u0915\u0930\u0928\u0947 \u0915\u0947 \u092C\u093E\u0926, \u0938\u0940\u0927\u0947 \u0907\u0928\u092A\u0941\u091F \u092C\u0949\u0915\u094D\u0938 \u092E\u0947\u0902 {startingKey}{startingKey} \u0939\u0948\u0932\u094B \u0926\u0930\u094D\u091C \u0915\u0930\u0947\u0902, \u0914\u0930 \u092B\u093F\u0930 \u0907\u0938\u0947 {inputTargetLanguage}\u092E\u0947\u0902 \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u091C\u0932\u094D\u0926\u0940 \u0938\u0947{inputTrailingTriggerKeyRepeatTimes}\u092A\u0930 \u0926\u094B \u092C\u093E\u0930 \u0915\u094D\u0932\u093F\u0915 \u0915\u0930\u0947\u0902\u0964",enableInputTranslationDescriptionForNoneKey:"\u0907\u0938\u0947 \u0938\u0915\u094D\u0937\u092E \u0915\u0930\u0928\u0947{trailingKey}, \u0938\u0940\u0927\u0947 \u0907\u0928\u092A\u0941\u091F \u092C\u0949\u0915\u094D\u0938 \u092E\u0947\u0902\uFF1A\u0939\u0948\u0932\u094B \u0935\u0930\u094D\u0932\u094D\u0921 \u0926\u0930\u094D\u091C \u0915\u0930\u0947\u0902, \u0914\u0930 \u092B\u093F\u0930 \u0921\u093F\u092B\u093C\u0949\u0932\u094D\u091F \u0932\u0915\u094D\u0937\u094D\u092F \u092D\u093E\u0937\u093E \u092E\u0947\u0902 \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u091C\u0932\u094D\u0926\u0940 \u0938\u0947{inputTrailingTriggerKeyRepeatTimes}\u092C\u093E\u0930 \u0915\u094D\u0932\u093F\u0915 \u0915\u0930\u0947\u0902\u0964",inputTargetLanguage:"\u0907\u0928\u092A\u0941\u091F \u092C\u0949\u0915\u094D\u0938 \u0915\u0940 \u0921\u093F\u092B\u093C\u0949\u0932\u094D\u091F \u0932\u0915\u094D\u0937\u094D\u092F \u092D\u093E\u0937\u093E \u0938\u0947\u091F \u0915\u0930\u0947\u0902",inputTargetLanguageDescription:"\u0907\u0928\u092A\u0941\u091F \u092C\u0949\u0915\u094D\u0938 \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0947 \u0932\u093F\u090F \u0921\u093F\u092B\u093C\u0949\u0932\u094D\u091F \u0932\u0915\u094D\u0937\u094D\u092F \u092D\u093E\u0937\u093E, \u091C\u094B \u091F\u094D\u0930\u093F\u0917\u0930 \u0936\u092C\u094D\u0926\u094B\u0902 \u0915\u0947 \u0932\u093F\u090F \u0921\u093F\u092B\u093C\u0949\u0932\u094D\u091F \u092D\u093E\u0937\u093E \u0915\u0947 \u0930\u0942\u092A \u092E\u0947\u0902 {startingKey}{startingKey} \u0939\u0948",inputTargetLanguageDescriptionForNoneKey:"\u0907\u0928\u092A\u0941\u091F \u092C\u0949\u0915\u094D\u0938 \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0947 \u0932\u093F\u090F \u0921\u093F\u092B\u093C\u0949\u0932\u094D\u091F \u0932\u0915\u094D\u0937\u094D\u092F \u092D\u093E\u0937\u093E",inputStartingTriggerKeyTitle:"\u0907\u0928\u092A\u0941\u091F \u092C\u0949\u0915\u094D\u0938 \u0915\u0947 \u0906\u0902\u0936\u093F\u0915 \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0947 \u0932\u093F\u090F \u0935\u093F\u092D\u093E\u091C\u0928 \u0935\u0930\u094D\u0923 \u0938\u0947\u091F \u0915\u0930\u0947\u0902",inputStartingTriggerKeyDescription:"\u091C\u092C \u0906\u092A\u0915\u094B \u092A\u0942\u0930\u0947 \u0907\u0928\u092A\u0941\u091F \u092C\u0949\u0915\u094D\u0938 \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0928\u0947 \u0915\u0940 \u0906\u0935\u0936\u094D\u092F\u0915\u0924\u093E \u0928\u0939\u0940\u0902 \u0939\u094B\u0924\u0940 \u0939\u0948, \u0924\u094B \u0921\u093F\u0932\u0940\u092E\u0940\u091F\u0930 \u0906\u092A\u0915\u094B \u0915\u0947\u0935\u0932 {startingKey}{startingKey} \u0938\u0947 \u0907\u0928\u092A\u0941\u091F \u092C\u0949\u0915\u094D\u0938 \u0915\u0947 \u0905\u0902\u0924 \u0924\u0915 \u0915\u0947 \u092D\u093E\u0917 \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0928\u0947 \u0915\u0940 \u0905\u0928\u0941\u092E\u0924\u093F \u0926\u0947\u0924\u093E \u0939\u0948, \u092F\u093E \u0906\u092A \u092D\u093E\u0937\u093E \u0915\u094B\u0921 \u0928\u093F\u0930\u094D\u0926\u093F\u0937\u094D\u091F \u0915\u0930 \u0938\u0915\u0924\u0947 \u0939\u0948\u0902, \u0909\u0926\u093E\u0939\u0930\u0923 \u0915\u0947 \u0932\u093F\u090F,\uFF1A{startingKey}ja \u0915\u093E \u0905\u0930\u094D\u0925 \u0915\u0947\u0935\u0932 \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0928\u093E \u0939\u0948 {startingKey}ja \u0938\u0947 \u0907\u0928\u092A\u0941\u091F \u092C\u0949\u0915\u094D\u0938 \u0915\u0947 \u0905\u0902\u0924 \u0924\u0915 \u0915\u093E \u092D\u093E\u0917\u0964",inputStartingTriggerKeyDescriptionForNoneKey:"\u0935\u0930\u094D\u0924\u092E\u093E\u0928 \u092E\u0947\u0902 \u0907\u0938\u0947 \u0915\u093F\u0938\u0940 \u0909\u092A\u0938\u0930\u094D\u0917 \u0915\u0940 \u0906\u0935\u0936\u094D\u092F\u0915\u0924\u093E \u0928\u0939\u0940\u0902 \u0939\u0948, \u0914\u0930 \u0907\u0928\u092A\u0941\u091F \u092C\u0949\u0915\u094D\u0938 \u0915\u0947 \u0915\u0941\u091B \u092A\u093E\u0920 \u0905\u0928\u0941\u0935\u093E\u0926 \u092B\u093C\u0902\u0915\u094D\u0936\u0928 \u0905\u0938\u094D\u0925\u093E\u092F\u0940 \u0930\u0942\u092A \u0938\u0947 \u0905\u0928\u0941\u092A\u0932\u092C\u094D\u0927 \u0939\u0948\u0902\u0964",inputTrailingTriggerKeyTitle:"\u090F\u0915 \u091F\u094D\u0930\u093F\u0917\u0930 \u0935\u0930\u094D\u0923 \u091A\u0941\u0928\u0947\u0902 \u091C\u094B \u0907\u0928\u092A\u0941\u091F \u0915\u094B \u0938\u092E\u093E\u092A\u094D\u0924 \u0915\u0930\u0924\u093E \u0939\u0948",inputTrailingTriggerKeyDescription:"\u0924\u094D\u0935\u0930\u093F\u0924 \u0909\u0924\u094D\u0924\u0930\u093E\u0927\u093F\u0915\u093E\u0930 \u092E\u0947\u0902{trailingKey} 3 \u092C\u093E\u0930 \u0939\u093F\u091F \u0915\u0930\u0928\u0947 \u0938\u0947 \u0905\u0928\u0941\u0935\u093E\u0926 \u0936\u0941\u0930\u0942 \u0939\u094B \u091C\u093E\u090F\u0917\u093E",inputTrailingTriggerKeyTimeout:"\u0915\u0949\u092E\u094D\u092C\u094B \u0915\u094B \u0938\u092E\u093E\u092A\u094D\u0924 \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u091F\u094D\u0930\u093F\u0917\u0930\u094D\u0938 \u0915\u0947 \u092C\u0940\u091A \u0905\u0902\u0924\u0930\u093E\u0932 \u0926\u0930\u094D\u091C \u0915\u0930\u0947\u0902\u0964",inputTrailingTriggerKeyTimeoutDescription:"\u0915\u0949\u092E\u094D\u092C\u094B \u091F\u094D\u0930\u093F\u0917\u0930 \u0915\u094B \u0938\u092E\u093E\u092A\u094D\u0924 \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u0907\u0928\u092A\u0941\u091F \u0915\u0947 \u0932\u093F\u090F \u0905\u0902\u0924\u0930\u093E\u0932 \u0938\u092E\u092F (\u092E\u093F\u0932\u0940\u0938\u0947\u0915\u0902\u0921) \u0928\u093F\u0930\u094D\u0927\u093E\u0930\u093F\u0924 \u0915\u0930\u0947\u0902",spaceKey:"<\u0938\u094D\u092A\u0947\u0938\u092C\u093E\u0930>",noneKey:"\u0915\u093F\u0938\u0940 \u0909\u092A\u0938\u0930\u094D\u0917 \u0915\u0940 \u0906\u0935\u0936\u094D\u092F\u0915\u0924\u093E \u0928\u0939\u0940\u0902 \u0939\u0948, \u0938\u0940\u0927\u0947 \u0938\u0902\u092A\u0942\u0930\u094D\u0923 \u091F\u0947\u0915\u094D\u0938\u094D\u091F \u092C\u0949\u0915\u094D\u0938 \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0947\u0902",inputTranslationBlockUrlsTitle:"\u092F\u0942\u0906\u0930\u090F\u0932 \u092E\u0947\u0902 \u0907\u0928\u092A\u0941\u091F \u092B\u093C\u0940\u0932\u094D\u0921 \u090F\u0928\u094D\u0939\u093E\u0902\u0938\u092E\u0947\u0902\u091F \u0915\u094B \u0915\u092D\u0940 \u092D\u0940 \u0938\u0915\u094D\u0937\u092E \u0928 \u0915\u0930\u0947\u0902",inputTranslationBlockUrlsDescription:"\u0928\u093F\u092E\u094D\u0928\u0932\u093F\u0916\u093F\u0924 \u092F\u0942\u0906\u0930\u090F\u0932 \u092E\u0947\u0902, \u0907\u0928\u092A\u0941\u091F \u092C\u0949\u0915\u094D\u0938 \u090F\u0928\u094D\u0939\u093E\u0902\u0938\u092E\u0947\u0902\u091F \u092A\u094D\u0930\u092D\u093E\u0935\u0940 \u0928\u0939\u0940\u0902 \u0939\u094B\u0917\u093E",clickToSeeQuickDemo:"30 \u0938\u0947\u0915\u0902\u0921 \u0915\u0947 \u0924\u094D\u0935\u0930\u093F\u0924 \u0928\u093F\u0930\u094D\u0926\u0947\u0936 \u0935\u0940\u0921\u093F\u092F\u094B \u0915\u093E \u0935\u093F\u0938\u094D\u0924\u093E\u0930 \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u0915\u094D\u0932\u093F\u0915 \u0915\u0930\u0947\u0902",inputHelperInfo:"\u0928\u094B\u091F\uFF1A: \u0939\u092E\u0928\u0947 \u0935\u093F\u0936\u0947\u0937 \u0930\u0942\u092A \u0938\u0947 \u0909\u0938 \u092E\u0941\u0926\u094D\u0926\u0947 \u0915\u094B \u0905\u0928\u0941\u0915\u0942\u0932\u093F\u0924 \u0915\u093F\u092F\u093E \u0939\u0948 \u091C\u0939\u093E\u0902 \u0915\u0941\u091B \u091F\u094D\u0930\u093F\u0917\u0930 \u0935\u0930\u094D\u0923 \u091A\u0940\u0928\u0940 \u0907\u0928\u092A\u0941\u091F \u092A\u0926\u094D\u0927\u0924\u093F \u0915\u0947 \u0924\u0939\u0924 \u091A\u0940\u0928\u0940 \u0935\u093F\u0930\u093E\u092E \u091A\u093F\u0939\u094D\u0928\u094B\u0902 \u092E\u0947\u0902 \u092C\u0926\u0932 \u091C\u093E\u090F\u0902\u0917\u0947\u0964 \u0909\u0926\u093E\u0939\u0930\u0923 \u0915\u0947 \u0932\u093F\u090F, \u0938\u094B\u0917\u094C \u0907\u0928\u092A\u0941\u091F \u092A\u0926\u094D\u0927\u0924\u093F \u0915\u0947 \u0924\u0939\u0924, / \u090F\u0915 \u0935\u093F\u0930\u093E\u092E \u092E\u0947\u0902 \u092C\u0926\u0932 \u091C\u093E\u090F\u0917\u093E, \u0914\u0930 \u0907\u092E\u0930\u094D\u0938\u093F\u0935 \u0905\u0928\u0941\u0935\u093E\u0926 \u0938\u0902\u092C\u0902\u0927\u093F\u0924 \u0938\u092D\u0940 \u091A\u0940\u0928\u0940 \u092A\u094D\u0930\u0924\u0940\u0915\u094B\u0902 \u0915\u093E \u0938\u092E\u0930\u094D\u0925\u0928 \u0915\u0930\u0924\u093E \u0939\u0948 \u091F\u094D\u0930\u093F\u0917\u0930 \u0935\u0930\u094D\u0923\u0964 , \u092F\u093E\u0928\u0940, //,, \u0914\u0930 \u0938\u092D\u0940 \u0915\u094B \u091F\u094D\u0930\u093F\u0917\u0930 \u0935\u0930\u094D\u0923 \u0915\u0947 \u0930\u0942\u092A \u092E\u0947\u0902 \u092A\u0939\u091A\u093E\u0928\u093E \u091C\u093E\u090F\u0917\u093E\u0964

\u0938\u093E\u0925 \u0939\u0940, \u0939\u092E \u0915\u092E\u093E\u0902\u0921 \u0915\u0947 \u0930\u0942\u092A \u092E\u0947\u0902 \u092D\u093E\u0937\u093E \u0915\u094B\u0921 \u0915\u0947 \u091A\u0940\u0928\u0940 \u0909\u092A\u0928\u093E\u092E\u094B\u0902 \u0915\u093E \u092D\u0940 \u0938\u092E\u0930\u094D\u0925\u0928 \u0915\u0930\u0924\u0947 \u0939\u0948\u0902\u0964 \u0909\u0926\u093E\u0939\u0930\u0923 \u0915\u0947 \u0932\u093F\u090F, /\u091C\u093E\u092A\u093E\u0928\u0940 \u0939\u0948\u0932\u094B \u0935\u0930\u094D\u0932\u094D\u0921 \u0915\u093E \u091C\u093E\u092A\u093E\u0928\u0940 \u092E\u0947\u0902 \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u093F\u092F\u093E \u091C\u093E\u090F\u0917\u093E\u0964 <1> \u0938\u092D\u0940 \u0938\u092E\u0930\u094D\u0925\u093F\u0924 \u092D\u093E\u0937\u093E \u0915\u094B\u0921 \u0926\u0947\u0916\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u092F\u0939\u093E\u0902 \u0915\u094D\u0932\u093F\u0915 \u0915\u0930\u0947\u0902\u0964 .",reloadCurrentPage:"\u0915\u0943\u092A\u092F\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0936\u0941\u0930\u0942 \u0915\u0930\u0928\u0947 \u0938\u0947 \u092A\u0939\u0932\u0947 \u0935\u0930\u094D\u0924\u092E\u093E\u0928 \u092A\u0943\u0937\u094D\u0920 \u0915\u094B \u0924\u093E\u091C\u093C\u093E \u0915\u0930\u0947\u0902",noLocalFilePermissionForPDF:"\u0935\u0930\u094D\u0924\u092E\u093E\u0928 \u092E\u0947\u0902 \u0939\u092E\u093E\u0930\u0947 \u092A\u093E\u0938 \u0938\u094D\u0925\u093E\u0928\u0940\u092F \u092B\u093C\u093E\u0907\u0932\u0947\u0902 \u092A\u0922\u093C\u0928\u0947 \u0915\u0940 \u0905\u0928\u0941\u092E\u0924\u093F \u0928\u0939\u0940\u0902 \u0939\u0948\u0964 \u0915\u0943\u092A\u092F\u093E \u090A\u092A\u0930 \u0926\u093F\u090F \u0917\u090F \u092C\u091F\u0928 \u092A\u0930 \u0915\u094D\u0932\u093F\u0915 \u0915\u0930\u0947\u0902 \u0914\u0930 \u0938\u094D\u0925\u093E\u0928\u0940\u092F \u092B\u093C\u093E\u0907\u0932\u0947\u0902 \u0906\u092F\u093E\u0924 \u0915\u0930\u0947\u0902\u0964",noPermissionForThisPage:"\u26A0\uFE0F \u0935\u0930\u094D\u0924\u092E\u093E\u0928 \u092A\u0943\u0937\u094D\u0920 \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0928\u0947 \u0915\u0940 \u0905\u0928\u0941\u092E\u0924\u093F \u0928\u0939\u0940\u0902",retryAllParagraphs:"\u0938\u092D\u0940 \u0924\u094D\u0930\u0941\u091F\u093F \u092A\u0948\u0930\u093E\u0917\u094D\u0930\u093E\u092B \u092A\u0941\u0928\u0903 \u092A\u094D\u0930\u092F\u093E\u0938 \u0915\u0930\u0947\u0902",retryAllButton:"\u0938\u092D\u0940 \u0924\u094D\u0930\u0941\u091F\u093F \u092A\u0948\u0930\u093E\u0917\u094D\u0930\u093E\u092B \u092A\u0941\u0928\u0903 \u092A\u094D\u0930\u092F\u093E\u0938 \u0915\u0930\u0947\u0902",errorTooltipTitle:"\u0924\u094D\u0930\u0941\u091F\u093F \u0915\u093E \u0915\u093E\u0930\u0923 \u0926\u0947\u0916\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u0915\u094D\u0932\u093F\u0915 \u0915\u0930\u0947\u0902",errorModalTitle:"\u0910\u0938\u093E \u0932\u0917\u0924\u093E \u0939\u0948 \u0915\u093F \u0905\u0928\u0941\u0935\u093E\u0926 \u0938\u0947\u0935\u093E \u092F\u093E \u0928\u0947\u091F\u0935\u0930\u094D\u0915 \u092E\u0947\u0902 \u0915\u0941\u091B \u0917\u0921\u093C\u092C\u0921\u093C \u0939\u0948...",disableConfirm:"\u0926\u094D\u0935\u093F\u092D\u093E\u0937\u0940 \u0938\u0942\u091A\u0928\u093E \u0938\u0902\u0935\u0930\u094D\u0926\u094D\u0927\u0928 \u0938\u0947\u091F\u093F\u0902\u0917\u094D\u0938",disableOnce:"\u0907\u0938 \u092C\u093E\u0930 \u0905\u0915\u094D\u0937\u092E",disableGlobal:"\u0938\u094D\u0925\u093E\u092F\u0940 \u0930\u0942\u092A \u0938\u0947 \u0905\u0915\u094D\u0937\u092E",disableTint:"* \u0906\u092A \u0907\u0938\u0947 {option} \u092E\u0947\u0902 \u092A\u0941\u0928\u0903 \u0938\u0915\u094D\u0937\u092E \u0915\u0930 \u0938\u0915\u0924\u0947 \u0939\u0948\u0902\u0964",searchEnhancementNotes:"\u0939\u092E\u0928\u0947 \u092A\u093E\u092F\u093E \u0915\u093F \u091A\u0940\u0928\u0940 \u0915\u0940\u0935\u0930\u094D\u0921 \u0914\u0930 \u0905\u0902\u0917\u094D\u0930\u0947\u091C\u0940 \u0915\u0940\u0935\u0930\u094D\u0921 \u0915\u0947 \u0932\u093F\u090F \u0938\u092E\u093E\u091A\u093E\u0930 \u092A\u0930\u093F\u0923\u093E\u092E \u092C\u0939\u0941\u0924 \u0905\u0932\u0917 \u0939\u0948\u0902\u0964 \u0907\u092E\u0930\u094D\u0938\u093F\u0935 \u091F\u094D\u0930\u093E\u0902\u0938\u0932\u0947\u0936\u0928 \u0926\u094D\u0935\u093F\u092D\u093E\u0937\u0940 \u0938\u0942\u091A\u0928\u093E \u0938\u0902\u0935\u0930\u094D\u0926\u094D\u0927\u0928 \u092B\u093C\u0902\u0915\u094D\u0936\u0928 \u0915\u094B \u0938\u0915\u094D\u0937\u092E \u0915\u0930\u0928\u0947 \u0915\u0947 \u092C\u093E\u0926, \u0939\u092E \u0938\u092E\u0930\u094D\u0925\u093F\u0924 \u0935\u0947\u092C\u0938\u093E\u0907\u091F\u094B\u0902 (Google \u0938\u092E\u093E\u091A\u093E\u0930, Google \u0916\u094B\u091C (\u0915\u0941\u091B \u0915\u0940\u0935\u0930\u094D\u0921), \u0938\u094D\u0928\u094B\u092C\u0949\u0932, \u0913\u0930\u093F\u090F\u0902\u091F\u0932 \u092B\u0949\u0930\u094D\u091A\u094D\u092F\u0942\u0928 \u0928\u0947\u091F\u0935\u0930\u094D\u0915, \u092B\u093C\u0941\u091F\u0942) \u092A\u0930 \u0916\u094B\u091C \u0915\u0930\u0947\u0902\u0917\u0947 , \u091F\u093E\u0907\u0917\u0930) \u0938\u094D\u0935\u091A\u093E\u0932\u093F\u0924 \u0930\u0942\u092A \u0938\u0947 \u0906\u092A\u0915\u0947 \u0932\u093F\u090F \u0905\u0902\u0917\u094D\u0930\u0947\u091C\u0940 \u092E\u0947\u0902 \u0938\u092E\u093E\u0928 \u0915\u0940\u0935\u0930\u094D\u0921 \u0916\u094B\u091C\u0924\u093E \u0939\u0948 \u0914\u0930 \u0909\u0928\u094D\u0939\u0947\u0902 \u0926\u093E\u0908\u0902 \u0913\u0930 \u092A\u094D\u0930\u0926\u0930\u094D\u0936\u093F\u0924 \u0915\u0930\u0924\u093E \u0939\u0948\u0964 \u092F\u0926\u093F \u0906\u092A\u0915\u094B \u0907\u0938 \u0938\u0941\u0935\u093F\u0927\u093E \u0915\u0940 \u0906\u0935\u0936\u094D\u092F\u0915\u0924\u093E \u0928\u0939\u0940\u0902 \u0939\u0948, \u0924\u094B \u0906\u092A \u0907\u0938\u0947 \u0905\u0915\u094D\u0937\u092E \u0915\u0930\u0928\u093E \u091A\u0941\u0928 \u0938\u0915\u0924\u0947 \u0939\u0948\u0902\u0964",option:"\u0938\u094D\u0925\u093E\u092A\u093F\u0924 \u0915\u0930\u0928\u093E",saveSettings:"\u0938\u0947\u091F\u093F\u0902\u0917\u094D\u0938 \u0938\u0947\u0935 \u0915\u0930\u0947\u0902",closeModal:"\u0916\u093F\u0921\u093C\u0915\u0940 \u092C\u0902\u0926 \u0915\u0930\u094B",enableInputTranslationWithoutTriggerKeyTitle:"\u0924\u094D\u0935\u0930\u093F\u0924 \u0915\u0949\u092E\u094D\u092C\u094B \u0915\u094B 3 \u0917\u0941\u0928\u093E{trailingKey}\u0938\u0915\u094D\u0937\u092E \u0915\u0930\u0947\u0902, \u0938\u0902\u092A\u0942\u0930\u094D\u0923 \u0907\u0928\u092A\u0941\u091F \u092C\u0949\u0915\u094D\u0938 \u0915\u094B \u0938\u0940\u0927\u0947{inputTargetLanguage}\u092E\u0947\u0902 \u0905\u0928\u0941\u0935\u093E\u0926\u093F\u0924 \u0915\u0930\u0947\u0902",enableInputTranslationWithoutTriggerKeyDescription:"\u092F\u0926\u093F \u0906\u092A\u0915\u094B \u0932\u0915\u094D\u0937\u094D\u092F \u092D\u093E\u0937\u093E \u0928\u093F\u0930\u094D\u0926\u093F\u0937\u094D\u091F \u0915\u0930\u0928\u0947 \u0915\u0940 \u0906\u0935\u0936\u094D\u092F\u0915\u0924\u093E \u0939\u0948, \u0924\u094B \u0915\u0943\u092A\u092F\u093E \u0938\u093E\u092E\u0928\u0947 \u092D\u093E\u0937\u093E \u0915\u094B\u0921 \u091C\u094B\u0921\u093C\u0947\u0902, \u091C\u0948\u0938\u0947\uFF1Aja \u0939\u0947\u0932\u094B \u0935\u0930\u094D\u0932\u094D\u0921",mouseHoverShortcutPlaceholder:"\u091C\u0948\u0938\u0947\uFF1A\u0936\u093F\u092B\u094D\u091F",deepLProName:"\u0907\u092E\u0930\u094D\u0938\u093F\u0935 \u091F\u094D\u0930\u093E\u0902\u0938\u0932\u0947\u0936\u0928 \u092A\u094D\u0930\u094B \u0938\u0926\u0938\u094D\u092F (\u0905\u0928\u0941\u0936\u0902\u0938\u093F\u0924)",deepLProDescription:"\u0935\u0930\u094D\u0924\u092E\u093E\u0928 \u092A\u0948\u0915\u0947\u091C \u0915\u093E \u0938\u0940\u0927\u0947 \u0909\u092A\u092F\u094B\u0917 \u0915\u093F\u092F\u093E \u091C\u093E \u0938\u0915\u0924\u093E \u0939\u0948",deeplProDescriptionForNormal:"\u0915\u093F\u0938\u0940 \u0938\u0947\u091F\u093F\u0902\u0917 \u0915\u0940 \u0906\u0935\u0936\u094D\u092F\u0915\u0924\u093E \u0928\u0939\u0940\u0902 \u0939\u0948\u0964 \u0906\u092A \u0938\u0926\u0938\u094D\u092F \u0915\u0947 \u0930\u0942\u092A \u092E\u0947\u0902 \u0932\u0949\u0917 \u0907\u0928 \u0915\u0930\u0928\u0947 \u0915\u0947 \u092C\u093E\u0926 \u0907\u0938\u0915\u093E \u0909\u092A\u092F\u094B\u0917 \u0915\u0930 \u0938\u0915\u0924\u0947 \u0939\u0948\u0902\u0964 <1> \u0938\u0926\u0938\u094D\u092F \u092E\u0947\u0902 \u0905\u092A\u0917\u094D\u0930\u0947\u0921 \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u092F\u0939\u093E\u0902 \u0915\u094D\u0932\u093F\u0915 \u0915\u0930\u0947\u0902\u0964",deepLCustomDescription:"\u0906\u092A\u0915\u094B \u090F\u0915 \u0935\u093F\u0926\u0947\u0936\u0940 \u0915\u094D\u0930\u0947\u0921\u093F\u091F \u0915\u093E\u0930\u094D\u0921 \u0915\u0940 \u0906\u0935\u0936\u094D\u092F\u0915\u0924\u093E \u0939\u0948, <1>\u0921\u0940\u092A\u090F\u0932 \u092A\u0930 \u091C\u093E\u090F\u0902 \u0906\u0927\u093F\u0915\u093E\u0930\u093F\u0915 \u0924\u094C\u0930 \u092A\u0930 \u0916\u094B\u0932\u093E \u0917\u092F\u093E, <2> \u0926\u0938\u094D\u0924\u093E\u0935\u0947\u091C\u093C \u0926\u0947\u0916\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u0915\u094D\u0932\u093F\u0915 \u0915\u0930\u0947\u0902",deepLCustomName:"\u0915\u0938\u094D\u091F\u092E \u092A\u094D\u0930\u093E\u092E\u093E\u0923\u093F\u0915 \u0915\u0941\u0902\u091C\u0940",chooseProviderLabel:"\u090F\u0915 \u0938\u0947\u0935\u093E \u092A\u094D\u0930\u0926\u093E\u0924\u093E \u091A\u0941\u0928\u0947\u0902",openaiProName:"\u0907\u092E\u0930\u094D\u0938\u093F\u0935 \u091F\u094D\u0930\u093E\u0902\u0938\u0932\u0947\u0936\u0928 \u092A\u094D\u0930\u094B \u0938\u0926\u0938\u094D\u092F (\u0905\u0928\u0941\u0936\u0902\u0938\u093F\u0924)",openaiProDescription:"\u0935\u0930\u094D\u0924\u092E\u093E\u0928 \u092A\u0948\u0915\u0947\u091C \u0915\u093E \u0938\u0940\u0927\u0947 \u0909\u092A\u092F\u094B\u0917 \u0915\u093F\u092F\u093E \u091C\u093E \u0938\u0915\u0924\u093E \u0939\u0948",openaiProDescriptionForNormal:"\u0915\u093F\u0938\u0940 \u0938\u0947\u091F\u093F\u0902\u0917 \u0915\u0940 \u0906\u0935\u0936\u094D\u092F\u0915\u0924\u093E \u0928\u0939\u0940\u0902 \u0939\u0948\u0964 \u0906\u092A \u0938\u0926\u0938\u094D\u092F \u0915\u0947 \u0930\u0942\u092A \u092E\u0947\u0902 \u0932\u0949\u0917 \u0907\u0928 \u0915\u0930\u0928\u0947 \u0915\u0947 \u092C\u093E\u0926 \u0907\u0938\u0915\u093E \u0909\u092A\u092F\u094B\u0917 \u0915\u0930 \u0938\u0915\u0924\u0947 \u0939\u0948\u0902\u0964 <1> \u0938\u0926\u0938\u094D\u092F \u092E\u0947\u0902 \u0905\u092A\u0917\u094D\u0930\u0947\u0921 \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u092F\u0939\u093E\u0902 \u0915\u094D\u0932\u093F\u0915 \u0915\u0930\u0947\u0902\u0964",openaiCustomDescription:"\u0907\u0938\u0947 OpenAI, Azure OpenAI, \u092F\u093E \u0905\u0928\u094D\u092F \u0924\u0943\u0924\u0940\u092F-\u092A\u0915\u094D\u0937 \u0938\u0947\u0935\u093E\u0913\u0902 \u0938\u0947 \u092A\u094D\u0930\u093E\u092A\u094D\u0924 \u0915\u093F\u092F\u093E \u091C\u093E \u0938\u0915\u0924\u093E \u0939\u0948\u0964 <1> \u0926\u0938\u094D\u0924\u093E\u0935\u0947\u091C\u093C \u0926\u0947\u0916\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u092F\u0939\u093E\u0902 \u0915\u094D\u0932\u093F\u0915 \u0915\u0930\u0947\u0902\u0964",openaiCustomName:"\u0915\u0938\u094D\u091F\u092E \u090F\u092A\u0940\u0906\u0908 \u0915\u0941\u0902\u091C\u0940",needLoginAction:"(\u0938\u0926\u0938\u094D\u092F\u0924\u093E \u0926\u0930\u094D\u091C \u0915\u0930\u0947\u0902 \u092F\u093E \u0905\u0928\u0941\u0915\u0942\u0932\u093F\u0924 \u0915\u0930\u0947\u0902)",goLoginOrAction:"(\u0938\u0926\u0938\u094D\u092F\u0924\u093E \u0926\u0930\u094D\u091C \u0915\u0930\u0947\u0902 \u092F\u093E \u0938\u0947\u091F\u093F\u0902\u0917\u094D\u0938 \u092A\u0930 \u091C\u093E\u090F\u0902)",yearly:"\u0938\u0924\u0924 \u0935\u093E\u0930\u094D\u0937\u093F\u0915 \u0938\u0926\u0938\u094D\u092F\u0924\u093E",quarterly:"\u0932\u0917\u093E\u0924\u093E\u0930 \u090B\u0924\u0941\u090F\u0901",monthly:"\u0928\u093F\u0930\u0902\u0924\u0930 \u092E\u093E\u0938\u093F\u0915 \u0938\u0926\u0938\u094D\u092F\u0924\u093E",yearlyForOnce:"\u090F\u0915\u092E\u0941\u0936\u094D\u0924 \u0935\u093E\u0930\u094D\u0937\u093F\u0915 \u092A\u0948\u0915\u0947\u091C",monthlyForOnce:"\u090F\u0915\u092E\u0941\u0936\u094D\u0924 \u092E\u093E\u0938\u093F\u0915 \u092A\u0948\u0915\u0947\u091C",daily:"\u0932\u0917\u093E\u0924\u093E\u0930 \u0926\u094B \u0926\u093F\u0928",year:"\u0938\u0924\u0924 \u0935\u093E\u0930\u094D\u0937\u093F\u0915 \u0938\u0926\u0938\u094D\u092F\u0924\u093E",quarter:"\u0932\u0917\u093E\u0924\u093E\u0930 \u090B\u0924\u0941\u090F\u0901",month:"\u0928\u093F\u0930\u0902\u0924\u0930 \u092E\u093E\u0938\u093F\u0915 \u0938\u0926\u0938\u094D\u092F\u0924\u093E",day:"\u0932\u0917\u093E\u0924\u093E\u0930 \u0926\u094B \u0926\u093F\u0928",onetime_7day:"7 \u0926\u093F\u0928 \u0915\u093E \u091F\u094D\u0930\u093E\u092F\u0932 \u092A\u0948\u0915\u0947\u091C",currentPlanDescriptionForFree:"\u0935\u0930\u094D\u0924\u092E\u093E\u0928 \u092A\u0948\u0915\u0947\u091C\uFF1A\u0928\u093F\u0903\u0936\u0941\u0932\u094D\u0915 \u0939\u0948",currentPlanDescriptionForContinuous:"\u0935\u0930\u094D\u0924\u092E\u093E\u0928 \u092A\u0948\u0915\u0947\u091C\uFF1A{plan}\u0939\u0948 \u0914\u0930 {endAt} \u0915\u094B \u0938\u094D\u0935\u091A\u093E\u0932\u093F\u0924 \u0930\u0942\u092A \u0938\u0947 \u0928\u0935\u0940\u0928\u0940\u0915\u0943\u0924 \u0939\u094B \u091C\u093E\u090F\u0917\u093E",currentPlanDescriptionForAutoRenewCaceling:"\u0935\u0930\u094D\u0924\u092E\u093E\u0928 \u092A\u0948\u0915\u0947\u091C\uFF1A{plan}\u0939\u0948 \u0914\u0930 {endAt} \u0915\u094B \u0938\u092E\u093E\u092A\u094D\u0924 \u0939\u094B \u091C\u093E\u090F\u0917\u093E\u0964 \u0938\u092E\u093E\u092A\u094D\u0924\u093F \u0915\u0947 \u092C\u093E\u0926 \u0907\u0938\u0947 \u0938\u094D\u0935\u091A\u093E\u0932\u093F\u0924 \u0930\u0942\u092A \u0938\u0947 \u0928\u0935\u0940\u0928\u0940\u0915\u0943\u0924 \u0928\u0939\u0940\u0902 \u0915\u093F\u092F\u093E \u091C\u093E\u090F\u0917\u093E\u0964",currentYearlyPlanDescriptionForAutoRenewCacelingWithRealPaiedUser:"\u0935\u0930\u094D\u0924\u092E\u093E\u0928 \u092A\u0948\u0915\u0947\u091C\uFF1A{plan} {endAt} \u0915\u094B \u0938\u092E\u093E\u092A\u094D\u0924 \u0939\u094B \u091C\u093E\u090F\u0917\u093E \u0914\u0930 \u0938\u092E\u093E\u092A\u094D\u0924\u093F \u0915\u0947 \u092C\u093E\u0926 \u0938\u094D\u0935\u091A\u093E\u0932\u093F\u0924 \u0930\u0942\u092A \u0938\u0947 \u0928\u0935\u0940\u0928\u0940\u0915\u0943\u0924 \u0928\u0939\u0940\u0902 \u0915\u093F\u092F\u093E \u091C\u093E\u090F\u0917\u093E\u0964
<1>\u0928\u0935\u0940\u0915\u0930\u0923 \u092F\u094B\u091C\u0928\u093E\u0913\u0902 \u0915\u094B \u092A\u094D\u0930\u092C\u0902\u0927\u093F\u0924 \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u092F\u0939\u093E\u0902 \u0915\u094D\u0932\u093F\u0915 \u0915\u0930\u0947\u0902",currentYearlyPlanDescriptionForAutoRenewCacelingWithAdmin:"\u0935\u0930\u094D\u0924\u092E\u093E\u0928 \u092A\u0948\u0915\u0947\u091C\uFF1A{plan} {endAt} \u0915\u094B \u0938\u092E\u093E\u092A\u094D\u0924 \u0939\u094B \u091C\u093E\u090F\u0917\u093E \u0914\u0930 \u0938\u092E\u093E\u092A\u094D\u0924\u093F \u0915\u0947 \u092C\u093E\u0926 \u0938\u094D\u0935\u091A\u093E\u0932\u093F\u0924 \u0930\u0942\u092A \u0938\u0947 \u0928\u0935\u0940\u0928\u0940\u0915\u0943\u0924 \u0928\u0939\u0940\u0902 \u0915\u093F\u092F\u093E \u091C\u093E\u090F\u0917\u093E\u0964
<1>\u0928\u093F\u0930\u0902\u0924\u0930 \u0935\u093E\u0930\u094D\u0937\u093F\u0915 \u0938\u0926\u0938\u094D\u092F\u0924\u093E \u0938\u0915\u094D\u0930\u093F\u092F \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u092F\u0939\u093E\u0902 \u0915\u094D\u0932\u093F\u0915 \u0915\u0930\u0947\u0902",currentPlanDescriptionForOneTime:"\u0935\u0930\u094D\u0924\u092E\u093E\u0928 \u092A\u0948\u0915\u0947\u091C\uFF1A{plan}\u0939\u0948 \u0914\u0930 {endAt} \u0915\u094B \u0938\u092E\u093E\u092A\u094D\u0924 \u0939\u094B \u091C\u093E\u090F\u0917\u093E\u0964 <1> \u0935\u093E\u0930\u094D\u0937\u093F\u0915 \u0936\u0941\u0932\u094D\u0915 \u092E\u0947\u0902 \u0905\u092A\u0917\u094D\u0930\u0947\u0921 \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u092F\u0939\u093E\u0902 \u0915\u094D\u0932\u093F\u0915 \u0915\u0930\u0947\u0902 \u092F\u093E <2> \u092E\u093E\u0938\u093F\u0915 \u0936\u0941\u0932\u094D\u0915 \u0938\u0926\u0938\u094D\u092F",upgradePlan:"\u092A\u094D\u0930\u094B \u0938\u0926\u0938\u094D\u092F\u0924\u093E \u092E\u0947\u0902 \u0905\u092A\u0917\u094D\u0930\u0947\u0921 \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u092F\u0939\u093E\u0902 \u0915\u094D\u0932\u093F\u0915 \u0915\u0930\u0947\u0902",upgradeToPro:"\u092A\u094D\u0930\u094B \u0938\u0926\u0938\u094D\u092F\u0924\u093E \u092E\u0947\u0902 \u0905\u092A\u0917\u094D\u0930\u0947\u0921 \u0915\u0930\u0947\u0902","popup.openPro":"\u092A\u094D\u0930\u094B \u0938\u0926\u0938\u094D\u092F\u0924\u093E \u092E\u0947\u0902 \u0905\u092A\u0917\u094D\u0930\u0947\u0921 \u0915\u0930\u0928\u0947 \u0915\u0947 \u092C\u093E\u0926, \u0906\u092A \u0921\u0940\u092A\u090F\u0932 \u0914\u0930 \u0913\u092A\u0928\u090F\u0906\u0908 \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u093E \u0906\u0928\u0902\u0926 \u0932\u0947 \u0938\u0915\u0924\u0947 \u0939\u0948\u0902, \u0905\u092A\u0917\u094D\u0930\u0947\u0921 \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u092F\u0939\u093E\u0902 \u0915\u094D\u0932\u093F\u0915 \u0915\u0930\u0947\u0902","popup.openProForPro":"\u0906\u092A \u090F\u0915 \u092A\u094D\u0930\u094B \u0938\u0926\u0938\u094D\u092F \u0939\u0948\u0902 \u0914\u0930 \u0938\u0940\u0927\u0947 \u0921\u0940\u092A\u090F\u0932 \u0914\u0930 \u0913\u092A\u0928\u090F\u0906\u0908 \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u093E \u0909\u092A\u092F\u094B\u0917 \u0915\u0930 \u0938\u0915\u0924\u0947 \u0939\u0948\u0902",currentAccount:"\u091A\u093E\u0932\u0942 \u0916\u093E\u0924\u093E",enableAutoSyncUserSettings:"\u090F\u0915\u093E\u0927\u093F\u0915 \u0921\u093F\u0935\u093E\u0907\u0938\u094B\u0902 \u092A\u0930 \u0938\u094D\u0935\u091A\u093E\u0932\u093F\u0924 \u0915\u094D\u0932\u093E\u0909\u0921 \u0938\u093F\u0902\u0915 \u0938\u0915\u094D\u0937\u092E \u0915\u0930\u0947\u0902",modalEnableInputTranslationTitle:"\u0907\u092E\u0930\u094D\u0938\u093F\u0935 \u091F\u094D\u0930\u093E\u0902\u0938\u0932\u0947\u0936\u0928 \u0907\u0928\u092A\u0941\u091F \u092C\u0949\u0915\u094D\u0938 \u091F\u094D\u0930\u093E\u0902\u0938\u0932\u0947\u0936\u0928 \u092F\u0941\u0915\u094D\u0924\u093F\u092F\u093E\u0901",modalEnableInputTranslationDesc:"\u0906\u092A\u0928\u0947 \u0938\u094D\u092A\u0947\u0938 \u092C\u093E\u0930 \u0915\u094B \u0932\u0917\u093E\u0924\u093E\u0930 \u0924\u0940\u0928 \u092C\u093E\u0930 \u0926\u092C\u093E\u0915\u0930 \u0907\u092E\u0930\u094D\u0938\u093F\u0935 \u091F\u094D\u0930\u093E\u0902\u0938\u0932\u0947\u0936\u0928 \u0915\u0947 \u0907\u0928\u092A\u0941\u091F \u092C\u0949\u0915\u094D\u0938 \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u094B \u091F\u094D\u0930\u093F\u0917\u0930 \u0915\u093F\u092F\u093E \u0939\u0948, \u0914\u0930 \u0907\u0928\u092A\u0941\u091F \u092C\u0949\u0915\u094D\u0938 \u0915\u0940 \u0938\u093E\u092E\u0917\u094D\u0930\u0940 \u0915\u094B \u0921\u093F\u092B\u093C\u0949\u0932\u094D\u091F \u0932\u0915\u094D\u0937\u094D\u092F \u092D\u093E\u0937\u093E \u092E\u0947\u0902 \u0905\u0928\u0941\u0935\u093E\u0926\u093F\u0924 \u0915\u093F\u092F\u093E \u091C\u093E\u090F\u0917\u093E\u0964 \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u094B Ctrl+Z \u0915\u0947 \u092E\u093E\u0927\u094D\u092F\u092E \u0938\u0947 \u092A\u0942\u0930\u094D\u0935\u0935\u0924 \u0915\u093F\u092F\u093E \u091C\u093E \u0938\u0915\u0924\u093E \u0939\u0948\u0964

\u092F\u0926\u093F \u092F\u0939 \u090F\u0915 \u0917\u0932\u0924\u0940 \u0939\u0948, \u0924\u094B \u091A\u093F\u0902\u0924\u093E \u0928 \u0915\u0930\u0947\u0902, \u0906\u092A \u0907\u0938 \u092C\u093E\u0930 \u0907\u0938\u0947 \u0905\u0915\u094D\u0937\u092E \u0915\u0930\u0928\u093E \u091A\u0941\u0928 \u0938\u0915\u0924\u0947 \u0939\u0948\u0902, \u092F\u093E \u0907\u0928\u092A\u0941\u091F \u092C\u0949\u0915\u094D\u0938 \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u094B \u0938\u094D\u0925\u093E\u092F\u0940 \u0930\u0942\u092A \u0938\u0947 \u0905\u0915\u094D\u0937\u092E \u0915\u0930 \u0938\u0915\u0924\u0947 \u0939\u0948\u0902\u0964",saveAndNotShowAgain:"\u0938\u0939\u0947\u091C\u0947\u0902 \u0914\u0930 \u0926\u094B\u092C\u093E\u0930\u093E \u0938\u0902\u0915\u0947\u0924 \u0928 \u0926\u0947\u0902",disableInputTranslationTips:"* \u0906\u092A {option} ,{learnMore}\u092E\u0947\u0902 \u091F\u094D\u0930\u093F\u0917\u0930 \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u0905\u0928\u094D\u092F \u0936\u0949\u0930\u094D\u091F\u0915\u091F \u0915\u0941\u0902\u091C\u093F\u092F\u093E\u0901 \u092D\u0940 \u0938\u0947\u091F \u0915\u0930 \u0938\u0915\u0924\u0947 \u0939\u0948\u0902\u0964",learnMore:"\u0914\u0930 \u091C\u093E\u0928\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u092F\u0939\u093E\u0902 \u0915\u094D\u0932\u093F\u0915 \u0915\u0930\u0947\u0902",continueEnalbeInputTranslation:"\u0907\u0928\u092A\u0941\u091F \u092C\u0949\u0915\u094D\u0938 \u0905\u0928\u0941\u0935\u093E\u0926 \u0938\u0915\u094D\u0937\u092E \u0915\u0930\u0928\u093E \u091C\u093E\u0930\u0940 \u0930\u0916\u0947\u0902",autoRenewTrialSuffix:'(\u092A\u0930\u0940\u0915\u094D\u0937\u0923 \u0915\u0947 \u0926\u094C\u0930\u093E\u0928,\u0924\u0941\u0930\u0902\u0924 \u0914\u092A\u091A\u093E\u0930\u093F\u0915\u092E\u0947\u0902 \u0905\u092A\u0917\u094D\u0930\u0947\u0921 \u0915\u0930 \u0926\u093F\u092F\u093E \u091C\u093E\u090F\u0917\u093E)',upgradeFromTrialTitle:"\u0906\u0927\u093F\u0915\u093E\u0930\u093F\u0915 \u0938\u0926\u0938\u094D\u092F \u0915\u0947 \u0930\u0942\u092A \u092E\u0947\u0902 \u0905\u092A\u0917\u094D\u0930\u0947\u0921 \u0915\u0930\u0947\u0902",subtitle:"\u0935\u0940\u0921\u093F\u092F\u094B \u0909\u092A\u0936\u0940\u0930\u094D\u0937\u0915",youtubeService:"\u0907\u092E\u0930\u094D\u0938\u093F\u0935 \u0905\u0928\u0941\u0935\u093E\u0926 \u0935\u0940\u0921\u093F\u092F\u094B \u0909\u092A\u0936\u0940\u0930\u094D\u0937\u0915 \u0905\u0928\u0941\u0935\u093E\u0926 \u0938\u0947\u0935\u093E","subtitle.disabledSubtitle":"\u0935\u0940\u0921\u093F\u092F\u094B \u0909\u092A\u0936\u0940\u0930\u094D\u0937\u0915 \u0915\u094B \u0938\u094D\u0925\u093E\u092F\u0940 \u0930\u0942\u092A \u0938\u0947 \u0905\u0915\u094D\u0937\u092E \u0915\u0930\u0947\u0902","subtitle.disabledSubtitleDescription":"\u092F\u0926\u093F \u0907\u092E\u0930\u094D\u0938\u093F\u0935 \u091F\u094D\u0930\u093E\u0902\u0938\u0932\u0947\u0936\u0928 \u0915\u0947 \u0935\u0940\u0921\u093F\u092F\u094B \u0909\u092A\u0936\u0940\u0930\u094D\u0937\u0915 \u0905\u0928\u094D\u092F \u090F\u0915\u094D\u0938\u091F\u0947\u0902\u0936\u0928 \u0915\u0947 \u0938\u093E\u0925 \u0938\u0902\u0918\u0930\u094D\u0937 \u0915\u0930\u0924\u0947 \u0939\u0948\u0902, \u0924\u094B \u0906\u092A \u0907\u092E\u0930\u094D\u0938\u093F\u0935 \u091F\u094D\u0930\u093E\u0902\u0938\u0932\u0947\u0936\u0928 \u0915\u0947 \u0935\u0940\u0921\u093F\u092F\u094B \u0909\u092A\u0936\u0940\u0930\u094D\u0937\u0915 \u092B\u093C\u0902\u0915\u094D\u0936\u0928 \u0915\u094B \u0938\u094D\u0925\u093E\u092F\u0940 \u0930\u0942\u092A \u0938\u0947 \u0905\u0915\u094D\u0937\u092E \u0915\u0930\u0928\u093E \u092F\u093E \u0905\u0928\u094D\u092F \u0935\u093F\u0930\u094B\u0927\u093E\u092D\u093E\u0938\u0940 \u090F\u0915\u094D\u0938\u091F\u0947\u0902\u0936\u0928 \u0915\u094B \u0905\u0928\u0907\u0902\u0938\u094D\u091F\u0949\u0932 \u0915\u0930\u0928\u093E \u091A\u0941\u0928 \u0938\u0915\u0924\u0947 \u0939\u0948\u0902\u0964","subtitle.autoEnableSubtitle":"\u0938\u094D\u0935\u091A\u093E\u0932\u093F\u0924 \u0930\u0942\u092A \u0938\u0947 \u0926\u094D\u0935\u093F\u092D\u093E\u0937\u0940 \u0909\u092A\u0936\u0940\u0930\u094D\u0937\u0915 \u0915\u093E \u0909\u092A\u092F\u094B\u0917 \u0915\u0930\u0947\u0902","subtitle.autoEnableSubtitleDescription":"\u0938\u0915\u094D\u0930\u093F\u092F \u0915\u0930\u0928\u0947 \u0915\u0947 \u092C\u093E\u0926, \u091C\u092C \u0935\u0940\u0921\u093F\u092F\u094B \u091A\u0932 \u0930\u0939\u093E \u0939\u094B\u0924\u093E \u0939\u0948, \u0924\u094B \u0938\u094D\u0935\u091A\u093E\u0932\u093F\u0924 \u0930\u0942\u092A \u0938\u0947 \u0926\u094D\u0935\u093F\u092D\u093E\u0937\u0940\u092F \u0909\u092A\u0936\u0940\u0930\u094D\u0937\u0915 \u0926\u093F\u0916\u093E\u0908 \u0926\u0947\u0902\u0917\u0947, \u0905\u0928\u094D\u092F\u0925\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u092C\u091F\u0928 \u092A\u0930 \u0915\u094D\u0932\u093F\u0915 \u0915\u0930\u0928\u0947 \u0915\u0940 \u0906\u0935\u0936\u094D\u092F\u0915\u0924\u093E \u0939\u094B\u0917\u0940\u0964","subtitle.preTranslation":"\u0909\u092A\u0936\u0940\u0930\u094D\u0937\u0915 \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u0907\u092E\u0930\u094D\u0938\u093F\u0935 \u091F\u094D\u0930\u093E\u0902\u0938\u0932\u0947\u0936\u0928 \u0915\u093E \u0909\u092A\u092F\u094B\u0917 \u0915\u0930\u0947\u0902","subtitle.preTranslationDescription":"\u0907\u0938\u0947 \u0938\u0915\u094D\u0937\u092E \u0915\u0930\u0928\u0947 \u0915\u0947 \u092C\u093E\u0926, \u0928\u0940\u091A\u0947 \u0926\u0940 \u0917\u0908 \u0928\u093F\u0930\u094D\u0926\u093F\u0937\u094D\u091F \u0905\u0928\u0941\u0935\u093E\u0926 \u0938\u0947\u0935\u093E \u0915\u093E \u0909\u092A\u092F\u094B\u0917 \u0938\u0902\u092A\u0942\u0930\u094D\u0923 \u0909\u092A\u0936\u0940\u0930\u094D\u0937\u0915 \u0915\u093E \u0905\u0917\u094D\u0930\u093F\u092E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u0915\u093F\u092F\u093E \u091C\u093E\u090F\u0917\u093E\u0964 \u090F\u0915 \u0918\u0902\u091F\u0947 \u0915\u093E \u0935\u0940\u0921\u093F\u092F\u094B \u0932\u0917\u092D\u0917 50,000 \u091F\u094B\u0915\u0928 \u092F\u093E \u0935\u0930\u094D\u0923\u094B\u0902 \u0915\u093E \u0909\u092A\u092D\u094B\u0917 \u0915\u0930\u0924\u093E \u0939\u0948, \u0907\u0938\u0932\u093F\u090F \u0915\u0943\u092A\u092F\u093E \u0907\u0938\u0947 \u0909\u092A\u092F\u0941\u0915\u094D\u0924 \u0915\u0947 \u0930\u0942\u092A \u092E\u0947\u0902 \u0909\u092A\u092F\u094B\u0917 \u0915\u0930\u0947\u0902; \u0907\u0938\u0947 \u092C\u0902\u0926 \u0915\u0930\u0928\u0947 \u0915\u0947 \u092C\u093E\u0926, \u092E\u0936\u0940\u0928 \u0938\u0947 \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u093F\u092F\u093E \u091C\u093E\u090F\u0917\u093E \u092E\u0942\u0932 \u0935\u0940\u0921\u093F\u092F\u094B \u0915\u0947 \u0938\u093E\u0925 \u0906\u0928\u0947 \u0935\u093E\u0932\u0947 \u0909\u092A\u0936\u0940\u0930\u094D\u0937\u0915 \u0915\u093E \u092A\u0939\u0932\u0947 \u0909\u092A\u092F\u094B\u0917 \u0915\u093F\u092F\u093E \u091C\u093E\u090F\u0917\u093E\u0964","subtitle.humanSubtitlesPreferred":"\u092E\u093E\u0928\u0935 \u0909\u092A\u0936\u0940\u0930\u094D\u0937\u0915 \u0915\u0947 \u0909\u092A\u092F\u094B\u0917 \u0915\u094B \u092A\u094D\u0930\u093E\u0925\u092E\u093F\u0915\u0924\u093E \u0926\u0947\u0902","subtitle.humanSubtitlesPreferredDescription":"\u091C\u092C \u0915\u093F\u0938\u0940 \u0935\u0940\u0921\u093F\u092F\u094B \u092E\u0947\u0902 \u0932\u0915\u094D\u0937\u093F\u0924 \u092D\u093E\u0937\u093E \u092E\u0947\u0902 \u092E\u0948\u0928\u094D\u092F\u0941\u0905\u0932 \u0909\u092A\u0936\u0940\u0930\u094D\u0937\u0915 \u0939\u094B\u0902, \u0924\u094B \u092A\u0939\u0932\u0947 \u092E\u0948\u0928\u094D\u092F\u0941\u0905\u0932 \u0909\u092A\u0936\u0940\u0930\u094D\u0937\u0915 \u0915\u093E \u0909\u092A\u092F\u094B\u0917 \u0915\u0930\u0947\u0902 (\u0905\u0928\u0941\u0936\u0902\u0938\u093F\u0924)",videoSubtitleTranslationDescription:"\u0935\u0940\u0921\u093F\u092F\u094B \u0909\u092A\u0936\u0940\u0930\u094D\u0937\u0915 \u0915\u0947 \u0932\u093F\u090F \u090F\u0915 \u0905\u0932\u0917 \u0905\u0928\u0941\u0935\u093E\u0926 \u0938\u0947\u0935\u093E \u0928\u093E\u092E\u093F\u0924 \u0915\u0930\u0947\u0902",subtitleTranslating:"{service} \u0938\u0947\u0935\u093E \u0915\u093E \u0909\u092A\u092F\u094B\u0917 \u0915\u0930\u0915\u0947 \u0909\u092A\u0936\u0940\u0930\u094D\u0937\u0915 \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930 \u0930\u0939\u0947 \u0939\u0948\u0902, \u0915\u0943\u092A\u092F\u093E \u092A\u094D\u0930\u0924\u0940\u0915\u094D\u0937\u093E \u0915\u0930\u0947\u0902... (\u0907\u092E\u0930\u094D\u0938\u093F\u0935 \u0905\u0928\u0941\u0935\u093E\u0926)",subtitleLoading:"\u0909\u092A\u0936\u0940\u0930\u094D\u0937\u0915 \u0932\u094B\u0921 \u0939\u094B \u0930\u0939\u093E \u0939\u0948...",bilingual:"\u0926\u094D\u0935\u093F\u092D\u093E\u0937\u093F\u0915","field.action":"Baidu \u0936\u092C\u094D\u0926\u093E\u0935\u0932\u0940 \u0915\u094B \u0938\u0915\u094D\u0937\u092E \u0915\u0930\u0928\u093E \u0939\u0948 \u092F\u093E \u0928\u0939\u0940\u0902","description.action":"\u0938\u0915\u094D\u0937\u092E \u0915\u0930\u0928\u0947 \u0915\u0947 \u092C\u093E\u0926, \u0936\u092C\u094D\u0926 \u0915\u094B \u0938\u0915\u094D\u0937\u092E \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F Baidu \u0915\u094B \u0938\u0942\u091A\u093F\u0924 \u0915\u0930\u0928\u0947 \u0915\u0947 \u0905\u0928\u0941\u0930\u094B\u0927 \u092E\u0947\u0902 \u092A\u0948\u0930\u093E\u092E\u0940\u091F\u0930 \u090F\u0915\u094D\u0936\u0928 = 1 \u091C\u094B\u0921\u093C\u093E \u091C\u093E\u090F\u0917\u093E\u0964 <1> \u0915\u0943\u092A\u092F\u093E \u0905\u0927\u093F\u0915 \u0928\u093F\u0930\u094D\u0926\u0947\u0936\u094B\u0902 \u0915\u0947 \u0932\u093F\u090F \u0906\u0927\u093F\u0915\u093E\u0930\u093F\u0915 \u0926\u0938\u094D\u0924\u093E\u0935\u0947\u091C\u093C \u0926\u0947\u0916\u0947\u0902\u0964",closeQuickTranslation:"\u0924\u0948\u0930\u0924\u0940 \u0939\u0941\u0908 \u0917\u0947\u0902\u0926 \u0915\u094B \u092C\u0902\u0926 \u0915\u0930\u0947\u0902","closeQuickTranslation.untilNext":"\u0905\u0917\u0932\u0940 \u092F\u093E\u0924\u094D\u0930\u093E \u0924\u0915 \u092C\u0902\u0926","closeQuickTranslation.currentWebsite":"\u0935\u0930\u094D\u0924\u092E\u093E\u0928 \u0935\u0947\u092C\u0938\u093E\u0907\u091F \u0905\u0915\u094D\u0937\u092E \u0939\u0948","closeQuickTranslation.alwaysClose":"\u0938\u094D\u0925\u093E\u092F\u0940 \u0930\u0942\u092A \u0938\u0947 \u0905\u0915\u094D\u0937\u092E","closeQuickTranslation.settingOpen":"(<1> \u0938\u0947\u091F\u093F\u0902\u0917 \u092A\u0947\u091C \u092A\u0930 \u092A\u093E\u092F\u093E \u091C\u093E \u0938\u0915\u0924\u093E \u0939\u0948 \u091A\u093E\u0932\u0942 \u0915\u0930\u094B)","closeQuickTranslation.cancel":"\u0930\u0926\u094D\u0926 \u0915\u0930\u0928\u093E","closeQuickTranslation.confirm":"\u091C\u093C\u0930\u0942\u0930","floatBall.popup":"\u0924\u094D\u0935\u0930\u093F\u0924 \u0938\u0947\u091F\u093F\u0902\u0917 \u092A\u0948\u0928\u0932 \u0916\u094B\u0932\u0947\u0902","floatBall.translate":"\u0907\u0938 \u092A\u0943\u0937\u094D\u0920 \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u0915\u094D\u0932\u093F\u0915 \u0915\u0930\u0947\u0902","floatBall.showOriginal":"\u092E\u0942\u0932 \u092A\u093E\u0920 \u092A\u0930 \u0935\u093E\u092A\u0938 \u091C\u093E\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u0915\u094D\u0932\u093F\u0915 \u0915\u0930\u0947\u0902","floatBall.close":"\u0924\u0948\u0930\u0924\u0940 \u0939\u0941\u0908 \u0917\u0947\u0902\u0926 \u0915\u094B \u092C\u0902\u0926 \u0915\u0930\u0947\u0902","floatBallOptions.enableDescPc":"\u092A\u0947\u091C \u092B\u093C\u094D\u0932\u094B\u091F\u093F\u0902\u0917 \u092C\u0949\u0932 \u0938\u0915\u094D\u0937\u092E \u0939\u094B\u0928\u0947 \u0915\u0947 \u092C\u093E\u0926, \u092A\u0943\u0937\u094D\u0920 \u0915\u0947 \u0926\u093E\u0908\u0902 \u0913\u0930 \u090F\u0915 \u0924\u094D\u0935\u0930\u093F\u0924 \u0905\u0928\u0941\u0935\u093E\u0926 \u092C\u091F\u0928 \u092A\u094D\u0930\u0926\u0930\u094D\u0936\u093F\u0924 \u0939\u094B\u0917\u093E\u0964 \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u0915\u094D\u0932\u093F\u0915 \u0915\u0930\u0947\u0902\u0964","floatBallOptions.enableDesc":"\u092B\u094D\u0932\u094B\u091F\u093F\u0902\u0917 \u092C\u0949\u0932 \u0915\u094B \u092C\u0902\u0926 \u0915\u0930\u0928\u0947 \u0915\u0947 \u092C\u093E\u0926 \u0907\u0938\u0947{touch}\u0938\u0947 \u091C\u0917\u093E\u092F\u093E \u091C\u093E \u0938\u0915\u0924\u093E \u0939\u0948\u0964 \u0907\u0938 \u0935\u093F\u0915\u0932\u094D\u092A \u0915\u094B \u0917\u0932\u0924\u0940 \u0938\u0947 \u092C\u0902\u0926 \u0915\u0930\u0928\u0947 \u0915\u0947 \u092C\u093E\u0926 \u092B\u094D\u0932\u094B\u091F\u093F\u0902\u0917 \u092C\u0949\u0932 \u0915\u094B \u092E\u093F\u0932\u0928\u0947 \u0938\u0947 \u0930\u094B\u0915\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F, \u0907\u0938 \u0938\u0947\u091F\u093F\u0902\u0917 \u092A\u0947\u091C \u0915\u094B \u092C\u0941\u0915\u092E\u093E\u0930\u094D\u0915 \u0915\u0930\u0928\u0947 \u0915\u0940 \u092A\u0941\u0930\u091C\u094B\u0930 \u0905\u0928\u0941\u0936\u0902\u0938\u093E \u0915\u0940 \u091C\u093E\u0924\u0940 \u0939\u0948\u0964","description.azureApiUrl":"\u0915\u0938\u094D\u091F\u092E \u090F\u092A\u0940\u0906\u0908 \u0907\u0902\u091F\u0930\u092B\u093C\u0947\u0938 \u092A\u0924\u093E \u092D\u0930\u0947\u0902",confirmSupportMouse:"\u092E\u093E\u0909\u0938 \u0938\u092E\u0930\u094D\u0925\u0928 \u0915\u094B \u0938\u0915\u094D\u0937\u092E \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u092C\u093E\u0927\u094D\u092F \u0915\u0930\u0947\u0902",confirmSupportMouseDescription:"\u092F\u0939 \u092A\u093E\u092F\u093E \u0917\u092F\u093E \u0939\u0948 \u0915\u093F \u0935\u0930\u094D\u0924\u092E\u093E\u0928 \u092C\u094D\u0930\u093E\u0909\u091C\u093C\u0930 \u092E\u093E\u0909\u0938 \u092B\u093C\u0902\u0915\u094D\u0936\u0928 \u0915\u093E \u0938\u092E\u0930\u094D\u0925\u0928 \u0928\u0939\u0940\u0902 \u0915\u0930\u0924\u093E \u0939\u0948\u0964 \u0915\u094D\u092F\u093E \u0906\u092A \u092E\u093E\u0909\u0938 \u0938\u092E\u0930\u094D\u0925\u0928 \u0915\u094B \u092C\u0932\u092A\u0942\u0930\u094D\u0935\u0915 \u0938\u0915\u094D\u0937\u092E \u0915\u0930\u0928\u093E \u091A\u093E\u0939\u0924\u0947 \u0939\u0948\u0902?",sampleTargetText:"\u0932\u092E\u094D\u092C\u0940 \u0930\u093E\u0924 \u0906\u0928\u0947 \u0935\u093E\u0932\u0940 \u0939\u0948, \u0914\u0930 \u0905\u092C \u0938\u0947 \u092E\u0948\u0902 \u092E\u0930\u0928\u0947 \u0924\u0915 \u091C\u093E\u0917\u0924\u093E \u0930\u0939\u0942\u0901\u0917\u093E\u0964 \u092E\u0948\u0902 \u0928 \u092A\u0924\u094D\u0928\u0940 \u0932\u0942\u0901\u0917\u093E, \u0928 \u091C\u093E\u0917\u0940\u0930, \u0928 \u092C\u091A\u094D\u091A\u0947\u0964 \u092E\u0948\u0902 \u0915\u094B\u0908 \u0924\u093E\u091C \u0928\u0939\u0940\u0902 \u092A\u0939\u0928\u0942\u0902\u0917\u093E \u092F\u093E \u0938\u092E\u094D\u092E\u093E\u0928 \u0915\u0947 \u0932\u093F\u090F \u092A\u094D\u0930\u0924\u093F\u0938\u094D\u092A\u0930\u094D\u0927\u093E \u0928\u0939\u0940\u0902 \u0915\u0930\u0942\u0902\u0917\u093E\u0964 \u092E\u0948\u0902 \u0905\u092A\u0928\u093E \u0915\u0930\u094D\u0924\u0935\u094D\u092F \u0928\u093F\u0937\u094D\u0920\u093E\u092A\u0942\u0930\u094D\u0935\u0915 \u0928\u093F\u092D\u093E\u090A\u0902\u0917\u093E, \u091C\u093F\u090A\u0902\u0917\u093E \u0914\u0930 \u092E\u0930\u0942\u0902\u0917\u093E\u0964",sampleSourceText:"Night gathers, and now my watch begins. It shall not end until my death. I shall take no wife, hold no lands, father no children. I shall wear no crowns and win no glory. I shall live and die at my post.","subtitle.supportedSites":"\u5DF2\u652F\u6301\u5728\u8FD9\u4E9B\u7F51\u7AD9\u4F7F\u7528\u53CC\u8BED\u5B57\u5E55\uFF08\u6CE8\u610F\uFF1A\u7531\u4E8E\u6280\u672F\u9650\u5236\uFF0C\u90E8\u5206\u7F51\u7AD9\u5728\u9996\u6B21\u5F00\u542F\u5B57\u5E55\u540E\u9700\u8981\u91CD\u65B0\u5237\u65B0\u9875\u9762\uFF0C\u6216\u8005\u9700\u7B49\u5F85\u7FFB\u8BD1\u5B8C\u6210\u4EE5\u663E\u793A\u53CC\u8BED\u5B57\u5E55\uFF09\uFF1A",viewWithImmersiveTranslate:"\u53CC\u8BED\u7248\u672C(\u6C89\u6D78\u5F0F\u7FFB\u8BD1)",errorReason:"\u9519\u8BEF\u539F\u56E0\uFF1A{message}","proQuotaExceededError.onetime7day":'\uFF0C\u60A8\u53EF\u4EE5\u9009\u62E9\u4EE5\u4E0B\u65B9\u5F0F\u89E3\u51B3\uFF1A

1. \u5207\u6362\u5230 {anotherService} \u6216\u5176\u4ED6\u7FFB\u8BD1\u670D\u52A1
2. \u5347\u7EA7\u4E3A\u6708\u5EA6/\u5E74\u5EA6\u4F1A\u5458',"proQuotaExceededError.trial":'\uFF0C\u60A8\u53EF\u4EE5\u9009\u62E9\u4EE5\u4E0B\u65B9\u5F0F\u89E3\u51B3\uFF1A

1. \u5207\u6362\u5230 {anotherService} \u6216\u5176\u4ED6\u7FFB\u8BD1\u670D\u52A1
2. \u7ACB\u523B\u5347\u7EA7\u4E3A\u6B63\u5F0F\u4F1A\u5458',"proQuotaExceededError.nonTrial":'\uFF0C\u60A8\u53EF\u4EE5\u9009\u62E9\u4EE5\u4E0B\u65B9\u5F0F\u89E3\u51B3\uFF1A

1. \u5207\u6362\u5230 {anotherService} \u6216\u5176\u4ED6\u7FFB\u8BD1\u670D\u52A1
2. \u8D2D\u4E70 {translationService} \u989D\u5916\u6D41\u91CF\u5305',"proQuotaExceededError.resetTime":"
3. \u989D\u5EA6\u91CD\u7F6E\u65F6\u95F4\uFF1A{resetTime}","desc.touchShortcutsToggleTranslatePageOnlyTranslation":"\u0915\u0947\u0935\u0932 \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u093E \u0924\u093E\u0924\u094D\u092A\u0930\u094D\u092F \u0939\u0948 \u0915\u093F \u0915\u0947\u0935\u0932 \u0905\u0928\u0941\u0935\u093E\u0926 \u092A\u094D\u0930\u0926\u0930\u094D\u0936\u093F\u0924 \u0939\u094B\u0917\u093E, \u092F\u0926\u093F \u0935\u0947\u092C\u092A\u0947\u091C \u0905\u092D\u0940 \u0924\u0915 \u0905\u0928\u0941\u0935\u093E\u0926\u093F\u0924 \u0928\u0939\u0940\u0902 \u0939\u0941\u0906 \u0939\u0948, \u0924\u094B \u092E\u094B\u0921 \u092C\u0926\u0932\u0947\u0917\u093E \u0914\u0930 \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0947\u0917\u093E\u0964","desc.toggleOnlyTransation":"\u0915\u0947\u0935\u0932 \u0905\u0928\u0941\u0935\u093E\u0926 \u092E\u094B\u0921 \u0915\u093E \u0924\u093E\u0924\u094D\u092A\u0930\u094D\u092F \u0939\u0948 \u0915\u093F \u0915\u0947\u0935\u0932 \u0905\u0928\u0941\u0935\u093E\u0926 \u092A\u094D\u0930\u0926\u0930\u094D\u0936\u093F\u0924 \u0939\u094B\u0917\u093E, \u092F\u0926\u093F \u0935\u0947\u092C\u092A\u0947\u091C \u0905\u092D\u0940 \u0924\u0915 \u0905\u0928\u0941\u0935\u093E\u0926\u093F\u0924 \u0928\u0939\u0940\u0902 \u0939\u0941\u0906 \u0939\u0948, \u0924\u094B \u092E\u094B\u0921 \u092C\u0926\u0932 \u091C\u093E\u090F\u0917\u093E \u0914\u0930 \u0905\u0928\u0941\u0935\u093E\u0926 \u0939\u094B\u0917\u093E\u0964",touchShortcutsToggleTranslatePageOnlyTranslation:"\u0938\u094D\u0915\u094D\u0930\u0940\u0928 \u091F\u091A \u091C\u0947\u0938\u094D\u091A\u0930 \u0938\u0947\u091F \u0915\u0930\u0947\u0902 \u0926\u094D\u0935\u093F\u092D\u093E\u0937\u0940 / \u0915\u0947\u0935\u0932 \u0905\u0928\u0941\u0935\u093E\u0926 \u092E\u094B\u0921 \u0915\u094B \u0938\u094D\u0935\u093F\u091A \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F",download_started:"\u0921\u093E\u0909\u0928\u0932\u094B\u0921 \u0936\u0941\u0930\u0942 \u0939\u094B \u091A\u0941\u0915\u093E \u0939\u0948, \u092F\u0926\u093F \u0938\u094D\u0935\u091A\u093E\u0932\u093F\u0924 \u0930\u0942\u092A \u0938\u0947 \u0921\u093E\u0909\u0928\u0932\u094B\u0921 \u0928\u0939\u0940\u0902 \u0939\u094B \u0930\u0939\u093E \u0939\u0948, \u0924\u094B \u0915\u0943\u092A\u092F\u093E \u092E\u0948\u0928\u094D\u092F\u0941\u0905\u0932 \u0930\u0942\u092A \u0938\u0947 \u0915\u094D\u0932\u093F\u0915 \u0915\u0930\u0947\u0902\u0964",here:"\u092F\u0939\u093E\u0901",batchEdit:"\u0925\u094B\u0915 \u0938\u0902\u091A\u093E\u0932\u0928","error.goReset":"\u0930\u0940\u0938\u0947\u091F \u0915\u0930\u0947\u0902",translationFont:"\u092B\u093C\u0949\u0928\u094D\u091F \u0938\u0947\u091F \u0915\u0930\u0947\u0902","translationFont.custom":"\u0905\u092A\u0928\u0940 \u0915\u0938\u094D\u091F\u092E \u092B\u093C\u0949\u0928\u094D\u091F \u0926\u0930\u094D\u091C \u0915\u0930\u0947\u0902","translationModeLang.translation.title":"\u0915\u0947\u0935\u0932 \u0905\u0928\u0941\u0935\u093E\u0926 \u092E\u094B\u0921 \u0915\u0940 \u092D\u093E\u0937\u093E","translationFont.customPlaceholder":"\u092B\u093C\u0949\u0928\u094D\u091F","translationServices.inherit":"\u092E\u0941\u0916\u094D\u092F \u0905\u0928\u0941\u0935\u093E\u0926 \u0938\u0947\u0935\u093E \u0915\u093E \u092A\u093E\u0932\u0928 \u0915\u0930\u0947\u0902","error.serveConfigError":"\u0938\u0947\u0935\u093E \u0938\u092E\u093E\u0915\u0943\u0924\u093F \u0924\u094D\u0930\u0941\u091F\u093F","error.configError":"\u0935\u093F\u0928\u094D\u092F\u093E\u0938 \u0921\u0947\u091F\u093E \u0905\u0938\u093E\u092E\u093E\u0928\u094D\u092F","translationModeUrl.translation.title":"\u0915\u0947\u0935\u0932 \u0905\u0928\u0941\u0935\u093E\u0926 \u092E\u094B\u0921 \u0915\u093E URL",toggleToService:"{\u0938\u0947\u0935\u093E} \u092A\u0930 \u0938\u094D\u0935\u093F\u091A \u0915\u0930\u0947\u0902 \u0914\u0930 \u092A\u0941\u0928\u0903 \u092A\u094D\u0930\u092F\u093E\u0938 \u0915\u0930\u0947\u0902",videoSubtitlePreTranslationOn:"\u0935\u0940\u0921\u093F\u092F\u094B \u0938\u092C\u091F\u093E\u092F\u091F\u0932\u094D\u0938 \u0915\u093E \u092A\u094D\u0930\u093E\u0925\u092E\u093F\u0915\u0924\u093E \u0938\u094D\u0935\u0930\u0942\u092A \u092E\u0947\u0902 \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u093E \u0909\u092A\u092F\u094B\u0917 \u0915\u0930\u0947\u0902\u0917\u0947\u0964","touch.mouse-translate":"\u0915\u0943\u092A\u092F\u093E \u0928\u093F\u0930\u094D\u0926\u093F\u0937\u094D\u091F \u092A\u0948\u0930\u093E\u0917\u094D\u0930\u093E\u092B \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0947\u0902",detectServiceLoading:"\u0909\u092A\u0932\u092C\u094D\u0927 \u0905\u0928\u0941\u0935\u093E\u0926 \u0938\u0947\u0935\u093E\u0913\u0902 \u0915\u0940 \u091C\u093E\u0902\u091A \u0915\u0930 \u0930\u0939\u093E \u0939\u0948...","error.proTokenInvalid":"\u092F\u0926\u093F \u0906\u092A \u092A\u094D\u0930\u094B \u0909\u092A\u092F\u094B\u0917\u0915\u0930\u094D\u0924\u093E \u0939\u0948\u0902, \u0924\u094B \u0915\u0943\u092A\u092F\u093E \u092A\u094D\u0930\u094B \u0905\u0928\u0941\u0935\u093E\u0926 \u0938\u0947\u0935\u093E \u0915\u093E \u0909\u092A\u092F\u094B\u0917 \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u0932\u0949\u0917 \u0907\u0928 \u0915\u0930\u0947\u0902\u0964","error.400":"\u0938\u0947\u0935\u093E \u0924\u094D\u0930\u0941\u091F\u093F \u0935\u093E\u092A\u0938 \u0915\u0930\u0924\u0940 \u0939\u0948, \u0905\u0928\u0941\u0930\u094B\u0927 \u092A\u0948\u0930\u093E\u092E\u0940\u091F\u0930 \u0917\u0932\u0924 \u0939\u0948, \u0915\u0943\u092A\u092F\u093E \u0938\u0902\u092C\u0902\u0927\u093F\u0924 \u0915\u0949\u0928\u094D\u092B\u093C\u093F\u0917\u0930\u0947\u0936\u0928 \u0915\u0940 \u091C\u093E\u0902\u091A \u0915\u0930\u0947\u0902\u0964","error.502":"\u0938\u0947\u0935\u093E \u0924\u094D\u0930\u0941\u091F\u093F \u0932\u094C\u091F\u0924\u0940 \u0939\u0948, \u0938\u0947\u0935\u093E \u0938\u092E\u092F \u0938\u092E\u093E\u092A\u094D\u0924, \u0915\u0943\u092A\u092F\u093E \u092C\u093E\u0926 \u092E\u0947\u0902 \u092A\u0941\u0928\u0903 \u092A\u094D\u0930\u092F\u093E\u0938 \u0915\u0930\u0947\u0902\u0964","error.reloadPageOfSetting":"\u0915\u0949\u0928\u094D\u092B\u093C\u093F\u0917\u0930 \u0915\u0930\u0928\u0947 \u0915\u0947 \u092C\u093E\u0926, \u0915\u0943\u092A\u092F\u093E \u092A\u0943\u0937\u094D\u0920 \u0915\u094B \u0924\u093E\u091C\u093C\u093E \u0915\u0930\u0947\u0902 \u0914\u0930 \u092B\u093F\u0930 \u0938\u0947 \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0947\u0902\u0964","translationModeUrl.translation.description":"\u091C\u092C \u0935\u0947\u092C\u0938\u093E\u0907\u091F \u0928\u093F\u092E\u094D\u0928\u0932\u093F\u0916\u093F\u0924 \u0921\u094B\u092E\u0947\u0928 \u0915\u0947 \u0932\u093F\u090F \u0939\u094B\u0924\u0940 \u0939\u0948, \u0924\u094B \u092F\u0939 \u0938\u094D\u0935\u091A\u093E\u0932\u093F\u0924 \u0930\u0942\u092A \u0938\u0947 \u0915\u0947\u0935\u0932 \u0905\u0928\u0941\u0935\u093E\u0926 \u092E\u094B\u0921 \u0915\u093E \u0909\u092A\u092F\u094B\u0917 \u0915\u0930\u0947\u0917\u0940\u0964","error.googleLimitIp":"\u0938\u0947\u0935\u093E \u0924\u094D\u0930\u0941\u091F\u093F \u0932\u094C\u091F\u093E\u0924\u0940 \u0939\u0948, \u0917\u0942\u0917\u0932 \u0938\u0947\u0935\u093E\u090F\u0902 \u0907\u0938 IP \u092A\u0924\u0947 \u092A\u0930 \u092A\u094D\u0930\u0935\u093E\u0939 \u0938\u0940\u092E\u093F\u0924 \u0915\u0930 \u091A\u0941\u0915\u0940 \u0939\u0948\u0902, \u0906\u092A\u0915\u093E \u0938\u0941\u091D\u093E\u0935 \u0939\u0948 \u0915\u093F \u0906\u092A \u0928\u0947\u091F\u0935\u0930\u094D\u0915 \u0928\u094B\u0921 \u092C\u0926\u0932\u0947\u0902\u0964","error.proUpgrade":"\u0905\u092A\u0917\u094D\u0930\u0947\u0921 \u0915\u0930\u0928\u0947 \u0915\u0947 \u092C\u093E\u0926, \u0915\u0943\u092A\u092F\u093E \u092A\u0943\u0937\u094D\u0920 \u0915\u094B \u0924\u093E\u091C\u093C\u093E \u0915\u0930\u0947\u0902 \u0914\u0930 \u092B\u093F\u0930 \u0938\u0947 \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0947\u0902\u0964","error.gemini.429":"\u0935\u0930\u094D\u0924\u092E\u093E\u0928 \u092E\u0947\u0902 \u091C\u0947\u092E\u093F\u0928\u0940 \u0938\u0947\u0935\u093E \u0915\u0940 \u0935\u0930\u094D\u0924\u092E\u093E\u0928 \u092D\u0930\u0923 \u0915\u094D\u0937\u092E\u0924\u093E \u0938\u0940\u092E\u093E \u0915\u094B \u092A\u0939\u0941\u0902\u091A \u091A\u0941\u0915\u0940 \u0939\u0948, \u0915\u0943\u092A\u092F\u093E \u092C\u093E\u0926 \u092E\u0947\u0902 \u092A\u094D\u0930\u092F\u093E\u0938 \u0915\u0930\u0947\u0902, \u092F\u093E \u0905\u0928\u094D\u092F \u0905\u0928\u0941\u0935\u093E\u0926 \u0938\u0947\u0935\u093E\u0913\u0902 \u092A\u0930 \u0938\u094D\u0935\u093F\u091A \u0915\u0930\u0947\u0902\u0964",enableSentryReport:"\u091C\u092C \u090F\u0915\u094D\u0938\u091F\u0947\u0902\u0936\u0928 \u092E\u0947\u0902 \u0924\u094D\u0930\u0941\u091F\u093F \u0939\u094B\u0924\u0940 \u0939\u0948, \u0924\u094B Sentry \u0915\u093E \u0909\u092A\u092F\u094B\u0917 \u092A\u094D\u0930\u0924\u093F\u0915\u094D\u0930\u093F\u092F\u093E \u0938\u092C\u092E\u093F\u091F \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u0915\u0930\u0947\u0902\u0964","error.403":"\u0938\u0947\u0935\u093E \u0924\u094D\u0930\u0941\u091F\u093F \u0932\u094C\u091F\u093E\u0924\u0940 \u0939\u0948, \u0905\u0938\u094D\u0925\u093E\u092F\u0940 \u0930\u0942\u092A \u0938\u0947 \u0907\u0938 \u0938\u0947\u0935\u093E \u0915\u093E \u0909\u092A\u092F\u094B\u0917 \u0915\u0930\u0928\u0947 \u0915\u0940 \u0905\u0928\u0941\u092E\u0924\u093F \u0928\u0939\u0940\u0902 \u0939\u0948\u0964","translationModeLang.translation.description":"\u091C\u092C \u092A\u0943\u0937\u094D\u0920 \u0915\u0940 \u092D\u093E\u0937\u093E \u0928\u093F\u092E\u094D\u0928\u0932\u093F\u0916\u093F\u0924 \u092D\u093E\u0937\u093E\u0913\u0902 \u092E\u0947\u0902 \u0939\u094B\u0924\u0940 \u0939\u0948, \u0924\u094B \u0915\u0947\u0935\u0932 \u0905\u0928\u0941\u0935\u093E\u0926 \u092E\u094B\u0921 \u0915\u093E \u0938\u094D\u0935\u091A\u093E\u0932\u093F\u0924 \u0930\u0942\u092A \u0938\u0947 \u0909\u092A\u092F\u094B\u0917 \u0915\u093F\u092F\u093E \u091C\u093E\u090F\u0917\u093E",videoSubtitlePreTranslationOff:"\u0935\u0940\u0921\u093F\u092F\u094B \u0938\u092C\u091F\u093E\u092F\u091F\u0932 \u092E\u0942\u0932 \u0935\u0940\u0921\u093F\u092F\u094B \u0926\u094D\u0935\u093E\u0930\u093E \u0938\u094D\u0935\u091A\u093E\u0932\u093F\u0924 \u0930\u0942\u092A \u0938\u0947 \u0905\u0928\u0941\u0935\u093E\u0926\u093F\u0924 \u0938\u092C\u091F\u093E\u092F\u091F\u0932 \u0915\u093E \u092A\u094D\u0930\u093E\u0925\u092E\u093F\u0915\u0924\u093E \u092A\u094D\u0930\u0926\u093E\u0928 \u0915\u0930\u0947\u0917\u093E\u0964","error.429":"\u0938\u0947\u0935\u093E \u0924\u094D\u0930\u0941\u091F\u093F \u0932\u094C\u091F\u093E\u0924\u0940 \u0939\u0948, \u091C\u093F\u0938\u0915\u093E \u0905\u0930\u094D\u0925 \u0939\u0948 \u0915\u093F \u0905\u0928\u0941\u0930\u094B\u0927 \u092C\u0939\u0941\u0924 \u0905\u0915\u094D\u0938\u0930 \u0939\u094B \u0930\u0939\u0947 \u0939\u0948\u0902 \u092F\u093E \u0938\u0940\u092E\u093E \u0938\u0940\u092E\u093E \u0938\u0947 \u0905\u0927\u093F\u0915 \u0939\u0948\u0902, \u0915\u0943\u092A\u092F\u093E \u092C\u093E\u0926 \u092E\u0947\u0902 \u092A\u0941\u0928\u0903 \u092A\u094D\u0930\u092F\u093E\u0938 \u0915\u0930\u0947\u0902\u0964","error.openAIExceededQuota":"\u0938\u0947\u0935\u093E \u0924\u094D\u0930\u0941\u091F\u093F \u0935\u093E\u092A\u0938 \u0915\u0930\u0924\u0940 \u0939\u0948: \u0906\u092A\u0915\u093E \u0935\u0930\u094D\u0924\u092E\u093E\u0928 OpenAI \u0916\u093E\u0924\u093E \u092C\u0948\u0932\u0947\u0902\u0938 \u092A\u0930\u094D\u092F\u093E\u092A\u094D\u0924 \u0928\u0939\u0940\u0902 \u0939\u0948, \u0915\u0943\u092A\u092F\u093E OpenAI \u0906\u0927\u093F\u0915\u093E\u0930\u093F\u0915 \u092C\u0948\u0915\u090F\u0902\u0921 \u092E\u0947\u0902 \u0930\u093F\u091A\u093E\u0930\u094D\u091C \u0915\u0930\u0947\u0902 \u092F\u093E \u0915\u094D\u0930\u0947\u0921\u093F\u091F \u0915\u093E\u0930\u094D\u0921 \u092C\u093E\u0902\u0927\u0947\u0902\u0964","translationFont.notSupportErrorMessage":"\u0915\u0943\u092A\u092F\u093E \u091C\u093E\u0902\u091A\u0947\u0902 \u0915\u093F \u0906\u092A\u0915\u0947 \u0926\u094D\u0935\u093E\u0930\u093E \u0926\u0930\u094D\u091C \u0915\u093F\u092F\u093E \u0917\u092F\u093E \u092B\u093C\u0949\u0928\u094D\u091F \u0928\u093E\u092E \u0938\u0939\u0940 \u0939\u0948 \u092F\u093E \u0928\u0939\u0940\u0902, \u092F\u093E \u092F\u0939 \u0938\u0941\u0928\u093F\u0936\u094D\u091A\u093F\u0924 \u0915\u0930\u0947\u0902 \u0915\u093F \u092F\u0939 \u092B\u093C\u0949\u0928\u094D\u091F \u0906\u092A\u0915\u0947 \u0909\u092A\u0915\u0930\u0923 \u092A\u0930 \u0938\u094D\u0925\u093E\u092A\u093F\u0924 \u0939\u0948\u0964","error.openAIFreeLimit":"\u0938\u0947\u0935\u093E \u0924\u094D\u0930\u0941\u091F\u093F \u0932\u094C\u091F\u093E\u0924\u0940 \u0939\u0948, \u0935\u0930\u094D\u0924\u092E\u093E\u0928 \u0905\u0928\u0941\u0935\u093E\u0926 \u0905\u0928\u0941\u0930\u094B\u0927 \u0915\u0940 \u0906\u0935\u0943\u0924\u094D\u0924\u093F \u092A\u094D\u0930\u0924\u093F \u092E\u093F\u0928\u091F 3 \u092C\u093E\u0930 \u0915\u0940 \u0905\u0927\u093F\u0915\u0924\u092E \u0938\u0940\u092E\u093E \u0924\u0915 \u092A\u0939\u0941\u0902\u091A \u091A\u0941\u0915\u0940 \u0939\u0948, \u0915\u0943\u092A\u092F\u093E \u092C\u093E\u0926 \u092E\u0947\u0902 \u092A\u094D\u0930\u092F\u093E\u0938 \u0915\u0930\u0947\u0902\u0964 (\u092F\u0939 OpenAI \u0915\u0940 \u0906\u0927\u093F\u0915\u093E\u0930\u093F\u0915 \u0938\u0940\u092E\u093E \u0939\u0948 \u0928\u093F:\u0936\u0941\u0932\u094D\u0915 API Key \u0915\u0947 \u0932\u093F\u090F, \u0907\u0938 \u0938\u0940\u092E\u093E \u0915\u094B \u0939\u091F\u093E\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F, \u0915\u0943\u092A\u092F\u093E OpenAI \u092C\u0948\u0915\u090F\u0902\u0921 \u092E\u0947\u0902 \u0915\u094D\u0930\u0947\u0921\u093F\u091F \u0915\u093E\u0930\u094D\u0921 \u092C\u093E\u0902\u0927\u0947\u0902\u0964)","desc.toggleVideoSubtitlePreTranslation":"\u091C\u092C \u0906\u092A \u0907\u0938\u0947 \u0926\u092C\u093E\u0924\u0947 \u0939\u0948\u0902, \u0924\u094B \u0935\u0940\u0921\u093F\u092F\u094B \u0926\u094D\u0935\u093F\u092D\u093E\u0937\u0940 \u0909\u092A\u0936\u0940\u0930\u094D\u0937\u0915 \u092A\u094D\u0930\u093E\u0925\u092E\u093F\u0915\u0924\u093E \u0938\u0947 \u0921\u0941\u092C\u0915\u0940 \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0940 \u0938\u0947\u091F\u093F\u0902\u0917 \u0915\u093E \u0909\u092A\u092F\u094B\u0917 \u0915\u0930\u0947\u0917\u093E, \u092B\u093F\u0930 \u0938\u0947 \u0926\u092C\u093E\u0928\u0947 \u092A\u0930 \u092F\u0939 \u092E\u0942\u0932 \u0935\u0940\u0921\u093F\u092F\u094B \u0915\u0947 \u0938\u094D\u0935\u091A\u093E\u0932\u093F\u0924 \u0905\u0928\u0941\u0935\u093E\u0926\u093F\u0924 \u0909\u092A\u0936\u0940\u0930\u094D\u0937\u0915 \u0915\u093E \u0909\u092A\u092F\u094B\u0917 \u0915\u0930\u0947\u0917\u093E, \u0927\u094D\u092F\u093E\u0928 \u0926\u0947\u0902: \u0907\u0938 \u0936\u0949\u0930\u094D\u091F\u0915\u091F \u0926\u094D\u0935\u093E\u0930\u093E \u0938\u0902\u0936\u094B\u0927\u093F\u0924 \u0938\u0947\u091F\u093F\u0902\u0917 \u0935\u0948\u0936\u094D\u0935\u093F\u0915 \u0939\u094B\u0924\u0940 \u0939\u0948\u0964","error.serveUnavailable":"\u0906\u092A\u0915\u0947 \u0926\u094D\u0935\u093E\u0930\u093E \u0935\u0930\u094D\u0924\u092E\u093E\u0928 \u092E\u0947\u0902 \u0909\u092A\u092F\u094B\u0917 \u0915\u093F\u090F \u091C\u093E \u0930\u0939\u0947 [{serverName}] \u0938\u0947\u0935\u093E \u0915\u094B \u0928\u0947\u091F\u0935\u0930\u094D\u0915 \u0915\u0928\u0947\u0915\u094D\u0936\u0928 \u092F\u093E \u0938\u0947\u0935\u093E \u092A\u094D\u0930\u0926\u093E\u0924\u093E \u0915\u0940 \u0938\u092E\u0938\u094D\u092F\u093E \u0915\u0947 \u0915\u093E\u0930\u0923 \u0905\u0938\u094D\u0925\u093E\u092F\u0940 \u0930\u0942\u092A \u0938\u0947 \u0909\u092A\u092F\u094B\u0917 \u0915\u0930\u0928\u0947 \u092E\u0947\u0902 \u0905\u0938\u092E\u0930\u094D\u0925 \u0939\u0948\u0964 \u0939\u092E\u093E\u0930\u093E \u0938\u0941\u091D\u093E\u0935 \u0939\u0948 \u0915\u093F \u0906\u092A \u092A\u0943\u0937\u094D\u0920 \u0915\u094B \u0924\u093E\u091C\u093E \u0915\u0930\u0928\u0947 \u0915\u093E \u092A\u094D\u0930\u092F\u093E\u0938 \u0915\u0930\u0947\u0902 \u092F\u093E <1>\u0938\u0947\u091F\u093F\u0902\u0917\u094D\u0938 \u0915\u0947 \u092E\u093E\u0927\u094D\u092F\u092E \u0938\u0947 \u0905\u0928\u094D\u092F \u0905\u0928\u0941\u0935\u093E\u0926 \u0938\u0947\u0935\u093E\u0913\u0902 \u0915\u094B \u092C\u0926\u0932\u0928\u0947 \u0915\u093E \u092A\u094D\u0930\u092F\u093E\u0938 \u0915\u0930\u0947\u0902\u0964 \u092F\u0926\u093F \u0906\u092A <2>Pro \u0938\u0926\u0938\u094D\u092F \u0939\u0948\u0902, \u0924\u094B \u0906\u092A DeepL \u092F\u093E OpenAI \u0905\u0928\u0941\u0935\u093E\u0926 \u0938\u0947\u0935\u093E \u0915\u093E \u0909\u092A\u092F\u094B\u0917 \u0915\u0930\u0928\u0947 \u0915\u093E \u091A\u092F\u0928 \u0915\u0930 \u0938\u0915\u0924\u0947 \u0939\u0948\u0902 \u091C\u094B \u0905\u0927\u093F\u0915 \u0938\u094D\u0925\u093F\u0930 \u0939\u0948 (<3>\u092F\u0939\u093E\u0902 \u092E\u0941\u092B\u094D\u0924 \u0905\u0928\u0941\u092D\u0935 \u0915\u0930\u0947\u0902)\u0964 \u0907\u0938\u0915\u0947 \u0905\u0932\u093E\u0935\u093E, \u0906\u092A\u0915\u094B \u0936\u093E\u092F\u0926 \u0905\u092A\u0928\u0940 \u0928\u0947\u091F\u0935\u0930\u094D\u0915 \u092F\u093E \u092A\u094D\u0930\u0949\u0915\u094D\u0938\u0940 \u0938\u0947\u091F\u093F\u0902\u0917\u094D\u0938 \u0915\u0940 \u091C\u093E\u0902\u091A \u0915\u0930\u0928\u0947 \u0915\u0940 \u0906\u0935\u0936\u094D\u092F\u0915\u0924\u093E \u0939\u094B \u0938\u0915\u0924\u0940 \u0939\u0948\u0964","translationServices.gemini":"\u092E\u093F\u0925\u0941\u0928","widget.translateFile":"PDF/ePub",goLogin:"\u0932\u0949\u0917 \u0907\u0928 \u0915\u0930\u0947\u0902","error.reason":"\u0924\u094D\u0930\u0941\u091F\u093F \u0915\u093E \u0915\u093E\u0930\u0923",contact:"\u0939\u092E\u0938\u0947 \u0938\u0902\u092A\u0930\u094D\u0915 \u0915\u0930\u0947\u0902",pickAll:"\u0938\u092D\u0940 \u0915\u093E \u091A\u092F\u0928 \u0915\u0930\u0947\u0902","multipleClick.3":"\u0924\u094D\u0930\u093F\u092A\u0932 \u0939\u093F\u091F","floatBall.iKnow":"\u092E\u0948\u0902\u0928\u0947 \u0938\u092E\u091D \u0932\u093F\u092F\u093E",shortcutSettings:"\u0936\u0949\u0930\u094D\u091F\u0915\u091F \u0915\u0941\u0902\u091C\u0940","error.retry":"\u092A\u0941\u0928\u0903 \u092A\u094D\u0930\u092F\u093E\u0938 \u0915\u0930\u0947\u0902",touchShortcutsOff:"\u092C\u0902\u0926 \u0915\u0930\u0947\u0902","subtitle.bilingual":"\u0926\u094D\u0935\u093F\u092D\u093E\u0937\u0940\u092F \u0909\u092A\u0936\u0940\u0930\u094D\u0937\u0915","tagsInput.add":"+ \u091C\u094B\u0921\u093C\u0947\u0902","slide.right":"\u092C\u093E\u090F\u0902 \u0938\u094D\u0932\u093E\u0907\u0921 \u0915\u0930\u0947\u0902","multipleClick.2":"\u0921\u092C\u0932 \u0915\u094D\u0932\u093F\u0915","widget.instruction":"\u0909\u092A\u092F\u094B\u0917 \u0915\u0940 \u0928\u093F\u0930\u094D\u0926\u0947\u0936\u093F\u0915\u093E",loggedIn:"\u0932\u0949\u0917 \u0907\u0928 \u0915\u093F\u092F\u093E \u0939\u0941\u0906 \u0939\u0948","shortcutGroup.main":"\u0938\u093E\u092E\u093E\u0928\u094D\u092F \u0909\u092A\u092F\u094B\u0917 \u0915\u0940 \u0936\u0949\u0930\u094D\u091F\u0915\u091F \u0915\u0941\u0902\u091C\u0940","slide.left":"\u0926\u093E\u090F\u0902 \u0938\u094D\u0932\u093E\u0907\u0921 \u0915\u0930\u0947\u0902",shortcutSettingsTitle:"\u0936\u0949\u0930\u094D\u091F\u0915\u091F \u0915\u0940 \u0938\u0947\u091F\u093F\u0902\u0917","multipleClick.4":"\u091A\u093E\u0930\u0939\u093F\u091F \u0938\u0902\u092F\u094B\u091C\u0928","error.subscriptionExpiredTitle":"\u0938\u0926\u0938\u094D\u092F\u0924\u093E \u0938\u092E\u093E\u092A\u094D\u0924 \u0939\u094B \u0917\u0908 \u0939\u0948",notLogin:"\u0932\u0949\u0917 \u0907\u0928 \u0928\u0939\u0940\u0902 \u0915\u093F\u092F\u093E \u0939\u0948","shortcutGroup.others":"\u0905\u0927\u093F\u0915 \u0915\u0938\u094D\u091F\u092E \u092B\u093C\u0902\u0915\u094D\u0936\u0928 \u0936\u0949\u0930\u094D\u091F\u0915\u091F","subtitle.hideQuickButton":"\u0907\u0938 \u0936\u0949\u0930\u094D\u091F\u0915\u091F \u0915\u094B \u092B\u093F\u0930 \u0938\u0947 \u0928\u093E \u0926\u093F\u0916\u093E\u090F\u0902","widget.videoSubtitleTooltip":"Youtube \u0906\u0926\u093F {count}+ \u0935\u0940\u0921\u093F\u092F\u094B \u0935\u0947\u092C\u0938\u093E\u0907\u091F\u094B\u0902 \u0915\u093E \u0938\u092E\u0930\u094D\u0925\u0928 \u0915\u0930\u0947\u0902","browser.translateInputBox":"\u0935\u0930\u094D\u0924\u092E\u093E\u0928 \u0907\u0928\u092A\u0941\u091F \u092C\u0949\u0915\u094D\u0938 \u0915\u0940 \u0938\u093E\u092E\u0917\u094D\u0930\u0940 \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0947\u0902",temprarilyChangeTranslationTo_openai:"\u0939\u092E \u0935\u0930\u094D\u0924\u092E\u093E\u0928 \u092A\u0943\u0937\u094D\u0920 \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 OpenAI \u0915\u093E \u0909\u092A\u092F\u094B\u0917 \u0915\u0930 \u0930\u0939\u0947 \u0939\u0948\u0902",alwaysTranslateThisSite:"\u0939\u092E\u0947\u0936\u093E \u0907\u0938 \u0935\u0947\u092C\u0938\u093E\u0907\u091F \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0947\u0902","shortcutGroup.mouse":"\u092E\u093E\u0909\u0938 \u0939\u094B\u0935\u0930 \u0936\u0949\u0930\u094D\u091F\u0915\u091F \u0915\u0949\u0928\u094D\u092B\u093C\u093F\u0917\u0930\u0947\u0936\u0928",translationOnlyMode:`\u0915\u0947\u0935\u0932 \u0905\u0928\u0941\u0935\u093E\u0926 \u092E\u094B\u0921 `,"shortcutGroup.touch":"\u0938\u094D\u0915\u094D\u0930\u0940\u0928 \u091F\u091A \u0915\u0947 \u0932\u093F\u090F \u0935\u093F\u0936\u0947\u0937 \u091C\u0947\u0938\u094D\u091A\u0930",networkError:"\u0905\u0928\u0941\u0935\u093E\u0926 \u0938\u0947\u0935\u093E\u090F\u0902 \u092F\u093E \u0928\u0947\u091F\u0935\u0930\u094D\u0915 \u092E\u0947\u0902 \u0938\u092E\u0938\u094D\u092F\u093E \u0939\u0948","intro.floatBallTitle":"\u0924\u094D\u0935\u0930\u093F\u0924 \u0905\u0928\u0941\u0935\u093E\u0926 \u092B\u094D\u0932\u094B\u091F\u093F\u0902\u0917 \u092C\u0949\u0932","widget.instructionTooltip":"\u0909\u092A\u092F\u094B\u0917 \u0915\u0940 \u0928\u093F\u0930\u094D\u0926\u0947\u0936\u093F\u0915\u093E \u0926\u0947\u0916\u0947\u0902",mouseHoverCustomKeyTitle:"\u0905\u0928\u0941\u0915\u0942\u0932\u093F\u0924 \u092E\u093E\u0909\u0938 \u0939\u094B\u0935\u0930 \u0936\u0949\u0930\u094D\u091F\u0915\u091F","widget.videoSubtitle":"\u0935\u0940\u0921\u093F\u092F\u094B \u0909\u092A\u0936\u0940\u0930\u094D\u0937\u0915",paragraphMinTextCountField:"\u0905\u0928\u0941\u0935\u093E\u0926 \u092A\u0948\u0930\u093E\u0917\u094D\u0930\u093E\u092B \u0915\u0947 \u0932\u093F\u090F \u0928\u094D\u092F\u0942\u0928\u0924\u092E \u0935\u0930\u094D\u0923 \u0938\u0902\u0916\u094D\u092F\u093E",neverTranslateThisSite:"\u0907\u0938 \u0935\u0947\u092C\u0938\u093E\u0907\u091F \u0915\u093E \u0915\u092D\u0940 \u0905\u0928\u0941\u0935\u093E\u0926 \u0928 \u0915\u0930\u0947\u0902","subtitle.showQuickButton":"\u0926\u094D\u0935\u093F\u092D\u093E\u0937\u0940\u092F \u0909\u092A\u0936\u0940\u0930\u094D\u0937\u0915\u094B\u0902 \u0915\u094B \u092A\u094D\u0932\u0947\u092F\u0930 \u092E\u0947\u0902 \u092A\u094D\u0930\u0926\u0930\u094D\u0936\u093F\u0924 \u0915\u0930\u0928\u0947 \u0915\u093E \u0936\u0949\u0930\u094D\u091F\u0915\u091F","widget.translateFileTooltip":"PDF, EPUB, SRT, ASS, HTML \u0914\u0930 TXT \u0926\u0938\u094D\u0924\u093E\u0935\u0947\u091C\u093C\u094B\u0902 \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0947\u0902","shortcutGroup.shortcutsForTranslationServices":"\u0905\u0928\u0941\u0935\u093E\u0926 \u0938\u0947\u0935\u093E\u0913\u0902 \u0938\u0947 \u0938\u0902\u092C\u0902\u0927\u093F\u0924 \u0936\u0949\u0930\u094D\u091F\u0915\u091F \u0915\u0941\u0902\u091C\u0940","intro.hoverTitle":"\u092E\u093E\u0909\u0938 \u0939\u094B\u0935\u0930 \u092A\u0930 \u0935\u0930\u094D\u0924\u092E\u093E\u0928 \u0905\u0928\u0941\u091A\u094D\u091B\u0947\u0926 \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0947\u0902",buildSnapshots:"\u0935\u0947\u092C\u092A\u0947\u091C \u0938\u094D\u0928\u0948\u092A\u0936\u0949\u091F \u0909\u0924\u094D\u092A\u0928\u094D\u0928 \u0915\u0930\u0947\u0902",notLoginPro:"\u0906\u092A\u0928\u0947 \u0905\u092D\u0940 \u0924\u0915 \u0905\u092A\u0928\u093E \u0938\u0926\u0938\u094D\u092F \u0916\u093E\u0924\u093E \u0932\u0949\u0917 \u0907\u0928 \u0928\u0939\u0940\u0902 \u0915\u093F\u092F\u093E \u0939\u0948\u0964","browser.translateWithTransmart":"\u0905\u0938\u094D\u0925\u093E\u092F\u0940 \u0930\u0942\u092A \u0938\u0947 \u091F\u0947\u0902\u0938\u0947\u0902\u091F \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u093E \u0909\u092A\u092F\u094B\u0917 \u0915\u0930\u0915\u0947 \u0935\u0930\u094D\u0924\u092E\u093E\u0928 \u092A\u0943\u0937\u094D\u0920 \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0947\u0902",temprarilyChangeTranslationTo_gemini:"\u0939\u092E \u0935\u0930\u094D\u0924\u092E\u093E\u0928 \u092A\u0943\u0937\u094D\u0920 \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 Gemini \u0915\u093E \u0909\u092A\u092F\u094B\u0917 \u0915\u0930 \u0930\u0939\u0947 \u0939\u0948\u0902\u0964",temprarilyChangeTranslationTo_deepl:"DeepL \u0915\u093E \u0909\u092A\u092F\u094B\u0917 \u0915\u0930\u0915\u0947 \u0935\u0930\u094D\u0924\u092E\u093E\u0928 \u092A\u0943\u0937\u094D\u0920 \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930 \u0930\u0939\u0947 \u0939\u0948\u0902",touchShortcutsToggleTranslationMask:"\u0938\u094D\u0915\u094D\u0930\u0940\u0928 \u091C\u0947\u0938\u094D\u091A\u0930 \u0938\u0947\u091F \u0915\u0930\u0947\u0902 \u0905\u0928\u0941\u0935\u093E\u0926 \u091B\u093F\u092A\u093E\u0928\u0947 / \u092E\u0942\u0932 \u092A\u093E\u0920 \u0926\u093F\u0916\u093E\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F","desc.touchShortcutsToggleTranslateTouchElement":"\u090F\u0915 \u0939\u0938\u094D\u0924\u0915\u094D\u0937\u0947\u092A \u0915\u094B \u0905\u0928\u0941\u0915\u0942\u0932\u093F\u0924 \u0915\u0930\u0947\u0902, \u0914\u0930 \u0906\u092A \u091C\u093F\u0938 \u0905\u0928\u0941\u091A\u094D\u091B\u0947\u0926 \u092E\u0947\u0902 \u0939\u0948\u0902, \u0909\u0938\u0947 \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930 \u0938\u0915\u0924\u0947 \u0939\u0948\u0902\u0964","browser.translateWithOpenAI":"\u0905\u0938\u094D\u0925\u093E\u092F\u0940 \u0930\u0942\u092A \u0938\u0947 OpenAI \u0915\u093E \u0909\u092A\u092F\u094B\u0917 \u0915\u0930\u0915\u0947 \u0935\u0930\u094D\u0924\u092E\u093E\u0928 \u092A\u0943\u0937\u094D\u0920 \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0947\u0902","browser.toggleMouseHoverTranslateDirectly":"\u092A\u0947\u091C \u092A\u0930 \u0905\u0938\u094D\u0925\u093E\u092F\u0940 \u0930\u0942\u092A \u0938\u0947 \u092E\u093E\u0909\u0938 \u0939\u094B\u0935\u0930 \u0938\u0940\u0927\u0947 \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u094B \u0938\u0915\u094D\u0937\u092E \u092F\u093E \u092C\u0902\u0926 \u0915\u0930\u0947\u0902","description.baiduField":"\u0938\u092E\u0930\u094D\u0925\u093F\u0924 \u0915\u094D\u0937\u0947\u0924\u094D\u0930\u094B\u0902 \u0915\u094B <1>\u092F\u0939\u093E\u0902 \u0926\u0947\u0916\u0947\u0902, \u0916\u093E\u0932\u0940 \u0939\u094B\u0928\u0947 \u0915\u093E \u0905\u0930\u094D\u0925 \u0939\u0948 \u0915\u094D\u0937\u0947\u0924\u094D\u0930 \u0928\u093F\u0930\u094D\u0926\u093F\u0937\u094D\u091F \u0928\u0939\u0940\u0902 \u0939\u0948","browser.toggleVideoSubtitlePreTranslation":"\u0926\u094D\u0935\u093F\u092D\u093E\u0937\u0940\u092F \u0938\u092C\u091F\u093E\u092F\u091F\u0932 \u0938\u094D\u0935\u093F\u091A \u0915\u0930\u0947\u0902, \u0921\u0941\u092C\u0915\u0940 \u0905\u0928\u0941\u0935\u093E\u0926 \u0938\u0947\u091F\u093F\u0902\u0917\u094D\u0938 \u0915\u093E \u092A\u094D\u0930\u093E\u0925\u092E\u093F\u0915\u0924\u093E \u0938\u0947 \u0909\u092A\u092F\u094B\u0917 \u0915\u0930\u0947\u0902","subtitle.autoDisableSubtitle":"\u0938\u094D\u0935\u091A\u093E\u0932\u093F\u0924 \u0930\u0942\u092A \u0938\u0947 \u0926\u094D\u0935\u093F\u092D\u093E\u0937\u0940 \u0909\u092A\u0936\u0940\u0930\u094D\u0937\u0915 \u0938\u0915\u094D\u0937\u092E \u0928\u0939\u0940\u0902 \u0915\u0930\u0947\u0902","browser.translateWithGemini":"\u0905\u0938\u094D\u0925\u093E\u092F\u0940 \u0930\u0942\u092A \u0938\u0947 Gemini \u0915\u093E \u0909\u092A\u092F\u094B\u0917 \u0915\u0930\u0915\u0947 \u0935\u0930\u094D\u0924\u092E\u093E\u0928 \u092A\u0943\u0937\u094D\u0920 \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0947\u0902","floatBall.guideClickToTranslate":`\u0905\u0928\u0941\u0935\u093E\u0926 \u092B\u094D\u0932\u094B\u091F\u093F\u0902\u0917 \u092C\u0949\u0932 \u092A\u0930 \u0915\u094D\u0932\u093F\u0915 \u0915\u0930\u0915\u0947 \u0924\u0941\u0930\u0902\u0924 \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930 \u0938\u0915\u0924\u0947 \u0939\u0948\u0902`,"neverTranslateText.title":"\u0928\u093F\u092E\u094D\u0928\u0932\u093F\u0916\u093F\u0924 \u0936\u092C\u094D\u0926 \u092E\u0942\u0932 \u0930\u0942\u092A \u092E\u0947\u0902 \u0930\u0916\u0947\u0902, \u0905\u0928\u0941\u0935\u093E\u0926 \u0928 \u0915\u0930\u0947\u0902",temprarilyChangeTranslationTo_google:"\u0935\u0930\u094D\u0924\u092E\u093E\u0928 \u092A\u0943\u0937\u094D\u0920 \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 Google \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u093E \u0909\u092A\u092F\u094B\u0917 \u0915\u0930 \u0930\u0939\u093E \u0939\u0948\u0964",touchShortcutsToggleTranslateTouchElement:"\u0938\u094D\u092A\u0930\u094D\u0936 \u0938\u094D\u0915\u094D\u0930\u0940\u0928 \u091C\u0947\u0938\u094D\u091A\u0930 \u0938\u0947\u091F \u0915\u0930\u0947\u0902 \u0928\u093F\u0930\u094D\u0926\u093F\u0937\u094D\u091F \u092A\u0948\u0930\u093E\u0917\u094D\u0930\u093E\u092B \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F",temprarilyChangeTranslationTo_transmart:"\u0939\u092E \u0935\u0930\u094D\u0924\u092E\u093E\u0928 \u092A\u0943\u0937\u094D\u0920 \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930 \u0930\u0939\u0947 \u0939\u0948\u0902 \u091F\u0947\u0902\u0938\u0947\u0902\u091F \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u093E \u0909\u092A\u092F\u094B\u0917 \u0915\u0930\u0915\u0947","browser.translateWithDeepL":"\u0905\u0938\u094D\u0925\u093E\u092F\u0940 \u0930\u0942\u092A \u0938\u0947 DeepL \u0915\u093E \u0909\u092A\u092F\u094B\u0917 \u0915\u0930\u0915\u0947 \u0935\u0930\u094D\u0924\u092E\u093E\u0928 \u092A\u0943\u0937\u094D\u0920 \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0947\u0902",upgradeToProErrorTitle:"\u0915\u0943\u092A\u092F\u093E \u0907\u0938 \u0905\u0928\u0941\u0935\u093E\u0926 \u0938\u0947\u0935\u093E \u0915\u093E \u0909\u092A\u092F\u094B\u0917 \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u092A\u094D\u0930\u094B \u0938\u0926\u0938\u094D\u092F\u0924\u093E \u0905\u092A\u0917\u094D\u0930\u0947\u0921 \u0915\u0930\u0947\u0902","floatBall.longPress":"\u0932\u0902\u092C\u0947 \u0938\u092E\u092F \u0924\u0915 \u0926\u092C\u093E\u090F \u0930\u0916\u0928\u0947 \u0938\u0947 \u0906\u092A \u0924\u094D\u0935\u0930\u093F\u0924 \u0930\u0942\u092A \u0938\u0947 \u0938\u0947\u091F\u093F\u0902\u0917\u094D\u0938 \u092A\u0948\u0928\u0932 \u0915\u094B \u0916\u094B\u0932 \u0938\u0915\u0924\u0947 \u0939\u0948\u0902\u0964",temprarilyChangeTranslationTo_bing:"\u092E\u093E\u0907\u0915\u094D\u0930\u094B\u0938\u0949\u092B\u094D\u091F \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u093E \u0909\u092A\u092F\u094B\u0917 \u0915\u0930\u0915\u0947 \u0935\u0930\u094D\u0924\u092E\u093E\u0928 \u092A\u0943\u0937\u094D\u0920 \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930 \u0930\u0939\u093E \u0939\u0948\u0902","browser.translateWithGoogle":"\u0905\u0938\u094D\u0925\u093E\u092F\u0940 \u0930\u0942\u092A \u0938\u0947 Google \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u093E \u0909\u092A\u092F\u094B\u0917 \u0915\u0930\u0915\u0947 \u0935\u0930\u094D\u0924\u092E\u093E\u0928 \u092A\u0943\u0937\u094D\u0920 \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0947\u0902","browser.translateWithBing":"\u092E\u093E\u0907\u0915\u094D\u0930\u094B\u0938\u0949\u092B\u094D\u091F \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u093E \u0905\u0938\u094D\u0925\u093E\u092F\u0940 \u0930\u0942\u092A \u0938\u0947 \u0935\u0930\u094D\u0924\u092E\u093E\u0928 \u092A\u0943\u0937\u094D\u0920 \u0915\u093E \u0909\u092A\u092F\u094B\u0917 \u0915\u0930\u0947\u0902",touchShortcutsToggleTranslatePage:"\u0935\u0947\u092C\u092A\u0947\u091C \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0928\u0947/\u092E\u0942\u0932 \u092A\u093E\u0920 \u0926\u093F\u0916\u093E\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u091F\u091A\u0938\u094D\u0915\u094D\u0930\u0940\u0928 \u091C\u0947\u0938\u094D\u091A\u0930 \u0938\u0947\u091F \u0915\u0930\u0947\u0902\u0964","error.subscriptionExpired":"\u0906\u092A\u0915\u0940 \u0938\u0926\u0938\u094D\u092F\u0924\u093E \u0938\u092E\u093E\u092A\u094D\u0924 \u0939\u094B \u0938\u0915\u0924\u0940 \u0939\u0948, \u0915\u0943\u092A\u092F\u093E \u0905\u092A\u0928\u0940 \u0938\u0926\u0938\u094D\u092F\u0924\u093E \u0915\u0940 \u0938\u094D\u0925\u093F\u0924\u093F \u0915\u0940 \u091C\u093E\u0902\u091A \u0915\u0930\u0947\u0902\u0964",paragraphMinTextCountDesc:"\u0927\u094D\u092F\u093E\u0928 \u0926\u0947\u0902, \u092F\u0939\u093E\u0902 \u0935\u0930\u094D\u0923\u094B\u0902 \u0915\u0940 \u0932\u0902\u092C\u093E\u0908 \u0915\u093E \u0924\u093E\u0924\u094D\u092A\u0930\u094D\u092F \u0939\u0948, \u0909\u0926\u093E\u0939\u0930\u0923 \u0915\u0947 \u0932\u093F\u090F: \u0939\u0947\u0932\u094B 5 \u0935\u0930\u094D\u0923 \u0939\u0948\u0902, \u0907\u0938\u0947 \u0905\u0927\u093F\u0915 \u092E\u093E\u0928 \u092A\u0930 \u0938\u0947\u091F \u0915\u0930\u0928\u0947 \u0938\u0947 \u0905\u0928\u093E\u0935\u0936\u094D\u092F\u0915 \u091B\u094B\u091F\u0947 \u0905\u0928\u0941\u091A\u094D\u091B\u0947\u0926\u094B\u0902 \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u092E \u0915\u093F\u092F\u093E \u091C\u093E \u0938\u0915\u0924\u093E \u0939\u0948\u0964","desc.interfaceLanguage":"\u0907\u0902\u091F\u0930\u092B\u093C\u0947\u0938 \u092D\u093E\u0937\u093E \u0938\u0947\u091F\u093F\u0902\u0917\u094D\u0938 \u0915\u0902\u091F\u094D\u0930\u094B\u0932 \u092A\u0948\u0928\u0932 \u0915\u0940 \u092A\u094D\u0930\u0926\u0930\u094D\u0936\u0928 \u092D\u093E\u0937\u093E \u0915\u094B \u092A\u094D\u0930\u092D\u093E\u0935\u093F\u0924 \u0915\u0930\u0924\u0940 \u0939\u0948\u0902, \u0914\u0930 \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0940 \u0932\u0915\u094D\u0937\u094D\u092F \u092D\u093E\u0937\u093E \u0938\u0947 \u0907\u0938\u0915\u093E \u0915\u094B\u0908 \u0938\u0902\u092C\u0902\u0927 \u0928\u0939\u0940\u0902 \u0939\u0948\u0964",mouseHoverCustomKeyDescription:"\u0906\u092A \u090F\u0915 \u0915\u0938\u094D\u091F\u092E \u092E\u093E\u0909\u0938 \u0939\u094B\u0935\u0930 \u0936\u0949\u0930\u094D\u091F\u0915\u091F \u0915\u0940 \u0924\u0930\u0939 \u092C\u0928\u093E \u0938\u0915\u0924\u0947 \u0939\u0948\u0902, \u091C\u0948\u0938\u0947 \u0915\u093F: Alt+Z, Ctrl+E, Cmd+Alt+E \u092F\u093E \u0938\u0940\u0927\u0947 Cmd, \u0915\u0943\u092A\u092F\u093E \u092E\u0948\u0928\u094D\u092F\u0941\u0905\u0932 \u0930\u0942\u092A \u0938\u0947 \u0907\u0928\u092A\u0941\u091F \u0915\u0930\u0947\u0902","desc.mouseHoverHoldKey":"\u091C\u092C \u092E\u093E\u0909\u0938 \u0915\u093F\u0938\u0940 \u092A\u0948\u0930\u093E\u0917\u094D\u0930\u093E\u092B \u092A\u0930 \u0939\u094B\u0935\u0930 \u0915\u0930\u0924\u093E \u0939\u0948, \u0924\u094B \u0938\u093E\u0925 \u0939\u0940 \u0926\u093E\u0908\u0902 \u0913\u0930 \u0915\u0940 \u0936\u0949\u0930\u094D\u091F\u0915\u091F \u0915\u0941\u0902\u091C\u0940 \u0926\u092C\u093E\u090F\u0902, \u0924\u094B \u0909\u0938 \u092A\u0948\u0930\u093E\u0917\u094D\u0930\u093E\u092B \u0915\u093E \u0938\u0940\u0927\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u093F\u092F\u093E \u091C\u093E \u0938\u0915\u0924\u093E \u0939\u0948\u0964","subtitle.showQuickButtonDescription":"\u0935\u0940\u0921\u093F\u092F\u094B \u092A\u094D\u0932\u0947\u092F\u0930 \u0915\u0947 \u0926\u093E\u090F\u0902 \u0928\u093F\u091A\u0932\u0947 \u0915\u094B\u0928\u0947 \u092E\u0947\u0902 \u0926\u094D\u0935\u093F\u092D\u093E\u0937\u0940\u092F \u0909\u092A\u0936\u0940\u0930\u094D\u0937\u0915 \u0938\u0915\u094D\u0937\u092E \u0915\u0930\u0928\u0947 \u0915\u093E \u0936\u0949\u0930\u094D\u091F\u0915\u091F \u092A\u094D\u0930\u0926\u093E\u0928 \u0915\u093F\u092F\u093E \u0917\u092F\u093E \u0939\u0948\u0964",confirmResetToDefaultSettings:"\u0915\u094D\u092F\u093E \u0906\u092A \u0935\u093E\u0915\u0908 \u0907\u0938 \u0905\u0928\u0941\u0935\u093E\u0926 \u0938\u0947\u0935\u093E \u0915\u094B \u0921\u093F\u092B\u093C\u0949\u0932\u094D\u091F \u0938\u0947\u091F\u093F\u0902\u0917\u094D\u0938 \u092A\u0930 \u092A\u0941\u0928\u0930\u094D\u0938\u094D\u0925\u093E\u092A\u093F\u0924 \u0915\u0930\u0928\u093E \u091A\u093E\u0939\u0924\u0947 \u0939\u0948\u0902? (\u0915\u0947\u0935\u0932 \u0935\u0930\u094D\u0924\u092E\u093E\u0928 \u0905\u0928\u0941\u0935\u093E\u0926 \u0938\u0947\u0935\u093E \u0915\u0940 \u0938\u0947\u091F\u093F\u0902\u0917\u094D\u0938 \u0930\u0940\u0938\u0947\u091F \u0915\u0930\u0947\u0902)","contact.description":"\u092F\u0926\u093F \u0906\u092A\u0915\u0947 \u092A\u093E\u0938 \u0915\u094B\u0908 \u092A\u094D\u0930\u0936\u094D\u0928 \u092F\u093E \u0938\u0941\u091D\u093E\u0935 \u0939\u0948\u0902, \u0924\u094B \u0915\u0943\u092A\u092F\u093E \u0928\u0940\u091A\u0947 \u0926\u093F\u090F \u0917\u090F \u092B\u0949\u0930\u094D\u092E \u0915\u094B \u092D\u0930\u0915\u0930 \u0939\u092E\u0938\u0947 \u0938\u0902\u092A\u0930\u094D\u0915 \u0915\u0930\u0947\u0902, \u092F\u093E {email} \u092A\u0930 \u0908\u092E\u0947\u0932 \u092D\u0947\u091C\u0947\u0902, \u0939\u092E \u091C\u0932\u094D\u0926 \u0938\u0947 \u091C\u0932\u094D\u0926 \u0906\u092A\u0915\u093E \u0909\u0924\u094D\u0924\u0930 \u0926\u0947\u0902\u0917\u0947\u0964","desc.touchShortcutsToggleTranslatePage":"\u0938\u0947\u091F \u0915\u0930\u0928\u0947 \u0915\u0947 \u092C\u093E\u0926, \u092E\u094B\u092C\u093E\u0907\u0932 \u0921\u093F\u0935\u093E\u0907\u0938 \u0915\u094B \u0939\u093F\u0932\u093E\u0924\u0947 \u0938\u092E\u092F, \u0906\u092A X \u0909\u0902\u0917\u0932\u093F\u092F\u094B\u0902 \u0915\u093E \u0909\u092A\u092F\u094B\u0917 \u0915\u0930\u0915\u0947 \u0938\u094D\u0915\u094D\u0930\u0940\u0928 \u0915\u094B \u091B\u0942\u0928\u093E, \u092C\u093E\u090F\u0902-\u0926\u093E\u090F\u0902 \u0938\u094D\u0935\u093E\u0907\u092A \u0915\u0930\u0928\u093E \u092F\u093E \u0932\u0917\u093E\u0924\u093E\u0930 \u0915\u094D\u0932\u093F\u0915 \u0915\u0930\u0928\u093E, \u0935\u0947\u092C\u092A\u0947\u091C \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0928\u0947 / \u092E\u0942\u0932 \u091F\u0947\u0915\u094D\u0938\u094D\u091F \u0926\u093F\u0916\u093E\u0928\u0947 \u0915\u094B \u091F\u094D\u0930\u093F\u0917\u0930 \u0915\u0930 \u0938\u0915\u0924\u0947 \u0939\u0948\u0902\u0964",shortcutDisableTooltip:"\u0915\u0943\u092A\u092F\u093E \u092C\u094D\u0930\u093E\u0909\u091C\u093C\u0930 \u0926\u094D\u0935\u093E\u0930\u093E \u092A\u094D\u0930\u0926\u093E\u0928 \u0915\u0940 \u0917\u0908 \u090F\u0915\u094D\u0938\u091F\u0947\u0902\u0936\u0928 \u0936\u0949\u0930\u094D\u091F\u0915\u091F \u0915\u0940 \u092A\u094D\u0930\u092C\u0902\u0927\u0928 \u092A\u0943\u0937\u094D\u0920 \u092A\u0930 \u0938\u0947\u091F\u093F\u0902\u0917 \u0915\u0930\u0947\u0902, \u0905\u0927\u093F\u0915 \u0926\u093F\u0936\u093E\u0928\u093F\u0930\u094D\u0926\u0947\u0936 \u0915\u0947 \u0932\u093F\u090F \u0915\u0943\u092A\u092F\u093E \u0907\u0938 \u092A\u0943\u0937\u094D\u0920 \u0915\u0947 \u0938\u092C\u0938\u0947 \u090A\u092A\u0930\u0940 \u0939\u093F\u0938\u094D\u0938\u0947 \u0915\u0940 \u091C\u093E\u0928\u0915\u093E\u0930\u0940 \u0926\u0947\u0916\u0947\u0902\u0964","desc.toggleTranslateTheWholePage":"\u092A\u0943\u0937\u094D\u0920 \u0915\u093E \u0938\u092E\u094D\u092A\u0942\u0930\u094D\u0923 \u0915\u094D\u0937\u0947\u0924\u094D\u0930 \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0947\u0902, \u0921\u093F\u092B\u093C\u0949\u0932\u094D\u091F \u0930\u0942\u092A \u0938\u0947, \u0939\u092E \u092A\u0943\u0937\u094D\u0920 \u0915\u0947 \u092A\u094D\u0930\u092E\u0941\u0916 \u0915\u094D\u0937\u0947\u0924\u094D\u0930 \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0947\u0902\u0917\u0947, \u0906\u092A \u0907\u0938 \u0936\u0949\u0930\u094D\u091F\u0915\u091F \u0915\u093E \u0909\u092A\u092F\u094B\u0917 \u0915\u0930\u0915\u0947 \u092A\u0943\u0937\u094D\u0920 \u0915\u0947 \u0938\u092E\u094D\u092A\u0942\u0930\u094D\u0923 \u0915\u094D\u0937\u0947\u0924\u094D\u0930 \u0915\u093E \u0935\u093F\u0936\u0947\u0937 \u0930\u0942\u092A \u0938\u0947 \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930 \u0938\u0915\u0924\u0947 \u0939\u0948\u0902\u0964","desc.touchShortcutsToggleTranslationMask":"\u0905\u0928\u0941\u0935\u093E\u0926 \u091B\u093F\u092A\u093E\u0928\u0947 \u0915\u093E \u0924\u093E\u0924\u094D\u092A\u0930\u094D\u092F \u0939\u0948 \u0905\u0928\u0941\u0935\u093E\u0926 \u0936\u0948\u0932\u0940 \u092E\u0947\u0902 \u0927\u0941\u0902\u0927\u0932\u093E \u092A\u094D\u0930\u092D\u093E\u0935 (\u0905\u0927\u094D\u092F\u092F\u0928 \u092E\u094B\u0921), \u091C\u093F\u0938\u0947 \u091A\u093E\u0932\u0942 \u0915\u0930\u0928\u0947 \u0915\u0947 \u092C\u093E\u0926 \u0905\u0928\u0941\u0935\u093E\u0926 \u092A\u0930 \u0905\u0938\u094D\u0925\u093E\u092F\u0940 \u0930\u0942\u092A \u0938\u0947 \u0927\u0941\u0902\u0927\u0932\u093E \u092A\u094D\u0930\u092D\u093E\u0935 \u0932\u093E\u0917\u0942 \u0915\u093F\u092F\u093E \u091C\u093E\u0924\u093E \u0939\u0948, \u091C\u094B \u0905\u0927\u094D\u092F\u092F\u0928 \u0915\u0947 \u0932\u093F\u090F \u0938\u0941\u0935\u093F\u0927\u093E\u091C\u0928\u0915 \u0939\u094B\u0924\u093E \u0939\u0948\u0964","desc.toggleTranslateTheMainPage":"\u0915\u0947\u0935\u0932 \u092A\u0943\u0937\u094D\u0920 \u0915\u0947 \u092E\u0941\u0916\u094D\u092F \u0915\u094D\u0937\u0947\u0924\u094D\u0930 \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0947\u0902, \u091C\u092C \u0906\u092A \u0909\u0928\u094D\u0928\u0924 \u0938\u0947\u091F\u093F\u0902\u0917\u094D\u0938 \u092E\u0947\u0902 \u092A\u0943\u0937\u094D\u0920 \u0915\u0947 \u0938\u092D\u0940 \u0915\u094D\u0937\u0947\u0924\u094D\u0930\u094B\u0902 \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0938\u0915\u094D\u0937\u092E \u0915\u0930\u0924\u0947 \u0939\u0948\u0902, \u0924\u094B \u0906\u092A \u0907\u0938 \u0936\u0949\u0930\u094D\u091F\u0915\u091F \u0915\u093E \u0909\u092A\u092F\u094B\u0917 \u092A\u0943\u0937\u094D\u0920 \u0915\u0947 \u092E\u0941\u0916\u094D\u092F \u0915\u094D\u0937\u0947\u0924\u094D\u0930 \u0915\u093E \u0935\u093F\u0936\u0947\u0937 \u0930\u0942\u092A \u0938\u0947 \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u0915\u0930 \u0938\u0915\u0924\u0947 \u0939\u0948\u0902\u0964",translationOnlyModeDescription:"\u0915\u0947\u0935\u0932 \u0905\u0928\u0941\u0935\u093E\u0926 \u092E\u094B\u0921 \u0915\u093E \u0924\u093E\u0924\u094D\u092A\u0930\u094D\u092F \u0939\u0948 \u0915\u093F \u0915\u0947\u0935\u0932 \u0905\u0928\u0941\u0935\u093E\u0926 \u092A\u094D\u0930\u0926\u0930\u094D\u0936\u093F\u0924 \u0915\u093F\u092F\u093E \u091C\u093E\u090F\u0917\u093E, \u0928 \u0915\u093F \u0921\u093F\u092B\u093C\u0949\u0932\u094D\u091F \u0926\u094D\u0935\u093F\u092D\u093E\u0937\u0940 \u092E\u094B\u0921\u0964 \u0927\u094D\u092F\u093E\u0928 \u0926\u0947\u0902: \u0924\u0915\u0928\u0940\u0915\u0940 \u0938\u0940\u092E\u093E\u0913\u0902 \u0915\u0947 \u0915\u093E\u0930\u0923, \u0915\u0947\u0935\u0932 \u0905\u0928\u0941\u0935\u093E\u0926 \u092E\u094B\u0921 \u092E\u0947\u0902, \u092E\u0942\u0932 \u092A\u093E\u0920 \u0915\u0947 \u0939\u093E\u0907\u092A\u0930\u0932\u093F\u0902\u0915 \u0905\u0915\u094D\u0937\u092E \u0939\u094B \u091C\u093E\u090F\u0902\u0917\u0947\u0964","intro.floatBallDescription":"\u0938\u0915\u094D\u0930\u093F\u092F \u0939\u094B\u0928\u0947 \u0915\u0947 \u092C\u093E\u0926, \u092A\u0943\u0937\u094D\u0920 \u0915\u0947 \u0926\u093E\u090F\u0902 \u0913\u0930 \u090F\u0915 \u0936\u0949\u0930\u094D\u091F\u0915\u091F \u0905\u0928\u0941\u0935\u093E\u0926 \u092C\u091F\u0928 \u0926\u093F\u0916\u093E\u0908 \u0926\u0947\u0917\u093E, \u091C\u093F\u0938\u0947 \u0915\u094D\u0932\u093F\u0915 \u0915\u0930\u0915\u0947 \u0906\u092A \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930 \u0938\u0915\u0924\u0947 \u0939\u0948\u0902, \u092B\u093F\u0930 \u0938\u0947 \u0915\u094D\u0932\u093F\u0915 \u0915\u0930\u0928\u0947 \u092A\u0930 \u092E\u0942\u0932 \u0932\u0947\u0916 \u092E\u0947\u0902 \u0935\u093E\u092A\u0938 \u091C\u093E \u0938\u0915\u0924\u0947 \u0939\u0948\u0902\u0964 \u092E\u094B\u092C\u093E\u0907\u0932 \u092A\u0930, \u0932\u0902\u092C\u0947 \u0938\u092E\u092F \u0924\u0915 \u092B\u094D\u0932\u094B\u091F\u093F\u0902\u0917 \u092C\u0949\u0932 \u0915\u094B \u0926\u092C\u093E\u090F\u0902, \u0906\u092A \u0936\u0949\u0930\u094D\u091F\u0915\u091F \u0938\u0947\u091F\u093F\u0902\u0917\u094D\u0938 \u092A\u0948\u0928\u0932 \u0915\u094B \u0916\u094B\u0932 \u0938\u0915\u0924\u0947 \u0939\u0948\u0902\u0964","desc.toggleMouseHoverTranslateDirectly":"\u0907\u0938 \u0936\u0949\u0930\u094D\u091F\u0915\u091F \u0915\u0941\u0902\u091C\u0940 \u0915\u094B \u0926\u092C\u093E\u0928\u0947 \u0915\u0947 \u092C\u093E\u0926, \u092A\u0943\u0937\u094D\u0920 \u092A\u0930, \u091C\u092C \u092D\u0940 \u092E\u093E\u0909\u0938 \u0915\u093F\u0938\u0940 \u092D\u0940 \u092A\u093E\u0920 \u0915\u0940 \u0913\u0930 \u0907\u0936\u093E\u0930\u093E \u0915\u0930\u0924\u093E \u0939\u0948, \u0924\u094B \u092F\u0939 \u092A\u093E\u0920 \u0938\u094D\u0935\u091A\u093E\u0932\u093F\u0924 \u0930\u0942\u092A \u0938\u0947 \u0905\u0928\u0941\u0935\u093E\u0926\u093F\u0924 \u0939\u094B \u091C\u093E\u0924\u093E \u0939\u0948\u0964 \u0936\u0949\u0930\u094D\u091F\u0915\u091F \u0915\u0941\u0902\u091C\u0940 \u0915\u094B \u090F\u0915 \u092C\u093E\u0930 \u092B\u093F\u0930 \u0926\u092C\u093E\u0928\u0947 \u0938\u0947, \u0906\u092A \u0907\u0938 \u0938\u094D\u0935\u091A\u093E\u0932\u093F\u0924 \u0905\u0928\u0941\u0935\u093E\u0926 \u0938\u0941\u0935\u093F\u0927\u093E \u0915\u094B \u092C\u0902\u0926 \u0915\u0930 \u0938\u0915\u0924\u0947 \u0939\u0948\u0902\u0964","intro.subtitleTitle":"\u0911\u0928\u0932\u093E\u0907\u0928 \u0935\u0940\u0921\u093F\u092F\u094B \u0926\u094D\u0935\u093F\u092D\u093E\u0937\u0940 \u0909\u092A\u0936\u0940\u0930\u094D\u0937\u0915 \u092A\u094D\u0930\u0926\u0930\u094D\u0936\u093F\u0924 \u0915\u0930\u0924\u0947 \u0939\u0948\u0902","neverTranslateText.description":"\u0915\u0941\u091B \u0905\u0928\u0941\u0935\u093E\u0926 \u0907\u0902\u091C\u0928 \u0935\u093F\u0936\u0947\u0937 \u0928\u093E\u092E\u094B\u0902 \u0915\u0940 \u092A\u0939\u091A\u093E\u0928 \u092E\u0947\u0902 \u0905\u0926\u0930\u0915 \u0928\u0939\u0940\u0902 \u0939\u0948\u0902, \u0906\u092A \u092F\u0939\u093E\u0902 \u0936\u092C\u094D\u0926 \u091C\u094B\u0921\u093C \u0938\u0915\u0924\u0947 \u0939\u0948\u0902, \u092F\u0939 \u0938\u0941\u0928\u093F\u0936\u094D\u091A\u093F\u0924 \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u0915\u093F \u0935\u0947 \u0905\u0928\u0941\u0935\u093E\u0926 \u092A\u094D\u0930\u0915\u094D\u0930\u093F\u092F\u093E \u092E\u0947\u0902 \u092A\u0930\u093F\u0935\u0930\u094D\u0924\u093F\u0924 \u0928\u0939\u0940\u0902 \u0939\u094B\u0924\u0947 \u0939\u0948\u0902\u0964 \u0915\u0943\u092A\u092F\u093E \u0927\u094D\u092F\u093E\u0928 \u0926\u0947\u0902, \u092F\u0939 \u0938\u0941\u0935\u093F\u0927\u093E \u092E\u093E\u092E\u0932\u0947 \u0915\u0940 \u092A\u0939\u091A\u093E\u0928 \u0915\u0930\u0924\u0940 \u0939\u0948, \u0914\u0930 \u0915\u0947\u0935\u0932 \u0916\u093E\u0932\u0940 \u091C\u0917\u0939 \u0938\u0947 \u0905\u0932\u0917 \u0936\u092C\u094D\u0926 \u092D\u093E\u0937\u093E\u0913\u0902 (\u091C\u0948\u0938\u0947 \u0905\u0902\u0917\u094D\u0930\u0947\u091C\u0940, \u092B\u094D\u0930\u0947\u0902\u091A) \u0915\u093E \u0938\u092E\u0930\u094D\u0925\u0928 \u0915\u0930\u0924\u0940 \u0939\u0948, \u091C\u093E\u092A\u093E\u0928\u0940, \u0915\u094B\u0930\u093F\u092F\u093E\u0908 \u0906\u0926\u093F \u092D\u093E\u0937\u093E\u0913\u0902 \u0915\u0947 \u0932\u093F\u090F \u092F\u0939 \u0909\u092A\u092F\u0941\u0915\u094D\u0924 \u0928\u0939\u0940\u0902 \u0939\u0948\u0964","intro.hoverDescription":"\u092E\u093E\u0909\u0938 \u0939\u094B\u0935\u0930 \u0905\u0928\u0941\u0935\u093E\u0926 \u0921\u0941\u092C\u0915\u0940 \u0905\u0928\u0941\u0935\u093E\u0926 \u092E\u0947\u0902 \u092C\u0939\u0941\u0924 \u092E\u0939\u0924\u094D\u0935\u092A\u0942\u0930\u094D\u0923 \u0938\u0941\u0935\u093F\u0927\u093E \u0939\u0948, \u092C\u0938 \u092A\u0948\u0930\u093E\u0917\u094D\u0930\u093E\u092B \u092A\u0930 \u092E\u093E\u0909\u0938 \u0930\u0916\u0947\u0902, \u0938\u093E\u0925 \u0939\u0940 \u0938\u0947\u091F \u0915\u0940 \u0917\u0908 \u0936\u0949\u0930\u094D\u091F\u0915\u091F \u0915\u0941\u0902\u091C\u0940 \u0926\u092C\u093E\u090F\u0902, \u0924\u094B \u0935\u0930\u094D\u0924\u092E\u093E\u0928 \u092A\u0948\u0930\u093E\u0917\u094D\u0930\u093E\u092B \u0915\u093E \u0938\u094D\u0935\u091A\u093E\u0932\u093F\u0924 \u0930\u0942\u092A \u0938\u0947 \u0905\u0928\u0941\u0935\u093E\u0926 \u0939\u094B \u091C\u093E\u090F\u0917\u093E (\u0927\u094D\u092F\u093E\u0928 \u0926\u0947\u0902: \u0921\u093F\u092B\u093C\u0949\u0932\u094D\u091F \u0930\u0942\u092A \u0938\u0947 \u092F\u0939 \u0938\u0915\u094D\u0937\u092E \u0928\u0939\u0940\u0902 \u0939\u0948, \u0915\u0943\u092A\u092F\u093E \u0928\u0940\u091A\u0947 \u0938\u0947\u091F \u0915\u0930\u0947\u0902), \u092F\u0939 \u0907\u0902\u091F\u0930\u090F\u0915\u094D\u0936\u0928 \u0936\u092C\u094D\u0926 \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u094B \u092C\u0947\u0939\u0924\u0930 \u0930\u0942\u092A \u0938\u0947 \u092A\u094D\u0930\u0924\u093F\u0938\u094D\u0925\u093E\u092A\u093F\u0924 \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u0909\u092A\u092F\u094B\u0917 \u0915\u093F\u092F\u093E \u091C\u093E\u0924\u093E \u0939\u0948, \u0907\u0938\u0915\u0947 \u0905\u0932\u093E\u0935\u093E, \u092F\u0939 \u0938\u0941\u0935\u093F\u0927\u093E \u0909\u0928 \u0915\u094D\u0937\u0947\u0924\u094D\u0930\u094B\u0902 \u092E\u0947\u0902 \u092D\u0940 \u0935\u094D\u092F\u093E\u092A\u0915 \u0930\u0942\u092A \u0938\u0947 \u0909\u092A\u092F\u094B\u0917 \u0915\u0940 \u091C\u093E\u0924\u0940 \u0939\u0948 \u091C\u093F\u0928\u094D\u0939\u0947\u0902 \u092A\u0939\u091A\u093E\u0928\u093E \u0928\u0939\u0940\u0902 \u091C\u093E \u0938\u0915\u0924\u093E \u0939\u0948, \u0906\u092A \u0907\u0938 \u0938\u0941\u0935\u093F\u0927\u093E \u0915\u093E \u0909\u092A\u092F\u094B\u0917 \u0915\u0930\u0915\u0947, \u0915\u093F\u0938\u0940 \u092D\u0940 \u092A\u0948\u0930\u093E\u0917\u094D\u0930\u093E\u092B \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u092E\u091C\u092C\u0942\u0930 \u0915\u0930 \u0938\u0915\u0924\u0947 \u0939\u0948\u0902\u0964","intro.subtitleDescription":"\u0907\u0938 \u0938\u0941\u0935\u093F\u0927\u093E \u0915\u094B \u091A\u093E\u0932\u0942 \u0915\u0930\u0928\u0947 \u0915\u0947 \u092C\u093E\u0926, \u0935\u0940\u0921\u093F\u092F\u094B \u092A\u094D\u0932\u0947 \u0939\u094B\u0928\u0947 \u092A\u0930 \u0938\u094D\u0935\u091A\u093E\u0932\u093F\u0924 \u0930\u0942\u092A \u0938\u0947 \u0926\u094D\u0935\u093F\u092D\u093E\u0937\u0940\u092F \u0909\u092A\u0936\u0940\u0930\u094D\u0937\u0915 \u092A\u094D\u0930\u0926\u0930\u094D\u0936\u093F\u0924 \u0939\u094B\u0902\u0917\u0947\u0964 \u092F\u0926\u093F \u092F\u0939 \u0938\u0915\u094D\u0937\u092E \u0928\u0939\u0940\u0902 \u0939\u0948, \u0924\u094B \u0906\u092A\u0915\u094B \u092A\u0943\u0937\u094D\u0920 \u092A\u0930 \u092E\u0948\u0928\u094D\u092F\u0941\u0905\u0932 \u0930\u0942\u092A \u0938\u0947 \u0905\u0928\u0941\u0935\u093E\u0926 \u092C\u091F\u0928 \u092A\u0930 \u0915\u094D\u0932\u093F\u0915 \u0915\u0930\u0928\u0947 \u0915\u0940 \u0906\u0935\u0936\u094D\u092F\u0915\u0924\u093E \u0939\u094B\u0917\u0940 \u0924\u093E\u0915\u093F \u0909\u092A\u0936\u0940\u0930\u094D\u0937\u0915 \u0926\u093F\u0916\u093E\u0908 \u0926\u0947\u0964 \u0915\u0943\u092A\u092F\u093E \u0927\u094D\u092F\u093E\u0928 \u0926\u0947\u0902, \u0924\u0915\u0928\u0940\u0915\u0940 \u0938\u0940\u092E\u093E\u0913\u0902 \u0915\u0947 \u0915\u093E\u0930\u0923, \u0915\u0941\u091B \u0935\u0947\u092C\u0938\u093E\u0907\u091F\u094B\u0902 \u092A\u0930 \u092A\u0939\u0932\u0940 \u092C\u093E\u0930 \u0909\u092A\u0936\u0940\u0930\u094D\u0937\u0915 \u0938\u0915\u094D\u0930\u093F\u092F \u0915\u0930\u0928\u0947 \u0915\u0947 \u0938\u092E\u092F \u092A\u0943\u0937\u094D\u0920 \u0915\u094B \u0924\u093E\u091C\u093E \u0915\u0930\u0928\u0947 \u0915\u0940 \u092F\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u092A\u0942\u0930\u093E \u0939\u094B\u0928\u0947 \u0915\u0947 \u092C\u093E\u0926 \u0907\u0902\u0924\u091C\u093E\u0930 \u0915\u0930\u0928\u0947 \u0915\u0940 \u0906\u0935\u0936\u094D\u092F\u0915\u0924\u093E \u0939\u094B \u0938\u0915\u0924\u0940 \u0939\u0948, \u0924\u092D\u0940 \u0926\u094D\u0935\u093F\u092D\u093E\u0937\u0940\u092F \u0909\u092A\u0936\u0940\u0930\u094D\u0937\u0915 \u092A\u094D\u0930\u0926\u0930\u094D\u0936\u093F\u0924 \u0939\u094B\u0902\u0917\u0947\u0964 (\u0907\u0938\u0915\u0947 \u0905\u0932\u093E\u0935\u093E, \u0906\u092A \u0935\u0940\u0921\u093F\u092F\u094B \u0935\u0947\u092C\u0938\u093E\u0907\u091F \u0916\u094B\u0932\u0928\u0947 \u0915\u0947 \u092C\u093E\u0926, \u090A\u092A\u0930\u0940 \u0926\u093E\u090F\u0902 \u0915\u094B\u0928\u0947 \u092E\u0947\u0902 \u0921\u0942\u092C\u0928\u0947 \u0935\u093E\u0932\u0947 \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0947 \u0924\u094D\u0935\u0930\u093F\u0924 \u092A\u0948\u0928\u0932 \u0915\u094B \u0938\u0915\u094D\u0937\u092E / \u0905\u0915\u094D\u0937\u092E \u0915\u0930 \u0938\u0915\u0924\u0947 \u0939\u0948\u0902)

\u0935\u0930\u094D\u0924\u092E\u093E\u0928 \u092E\u0947\u0902 \u0907\u0928 \u0935\u0947\u092C\u0938\u093E\u0907\u091F\u094B\u0902 \u092A\u0930 \u0926\u094D\u0935\u093F\u092D\u093E\u0937\u0940\u092F \u0909\u092A\u0936\u0940\u0930\u094D\u0937\u0915 \u0915\u093E \u0909\u092A\u092F\u094B\u0917 \u0915\u0930\u0928\u0947 \u0915\u093E \u0938\u092E\u0930\u094D\u0925\u0928 \u0915\u093F\u092F\u093E \u0917\u092F\u093E \u0939\u0948:",geminiWarning:"\u0927\u094D\u092F\u093E\u0928 \u0926\u0947\u0902: \u0917\u0942\u0917\u0932 \u0926\u094D\u0935\u093E\u0930\u093E \u092A\u094D\u0930\u0926\u093E\u0928 \u0915\u0940 \u0917\u0908 \u091C\u0947\u092E\u093F\u0928\u0940 \u0915\u0940 \u092E\u0941\u092B\u094D\u0924 \u0938\u0947\u0935\u093E \u0915\u0940 \u0938\u0940\u092E\u093E\u090F\u0902 \u0915\u0921\u093C\u0940 \u0939\u0948\u0902, \u092F\u0939 \u0938\u0902\u092D\u0935 \u0939\u0948 \u0915\u093F \u0917\u0942\u0917\u0932 \u0907\u0938\u0947 \u0909\u092A\u092F\u094B\u0917\u0915\u0930\u094D\u0924\u093E \u0915\u0947 \u0926\u094D\u0935\u093E\u0930\u093E \u0909\u0928\u0915\u0940 \u092E\u0941\u092B\u094D\u0924 \u0915\u094B\u091F\u093E \u0938\u0940\u092E\u093E \u0915\u094B \u0926\u0942\u0930 \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u0915\u0908 \u0915\u0941\u0902\u091C\u0940 \u0915\u093E \u0909\u092A\u092F\u094B\u0917 \u0915\u0930\u0928\u0947 \u0915\u0947 \u0930\u0942\u092A \u092E\u0947\u0902 \u0928\u093F\u0930\u094D\u0927\u093E\u0930\u093F\u0924 \u0915\u0930\u0947, \u0907\u0938\u0915\u093E \u0909\u092A\u092F\u094B\u0917 \u0915\u0930\u0928\u0947 \u0915\u0940 \u0938\u0932\u093E\u0939 \u0928\u0939\u0940\u0902 \u0926\u0940 \u091C\u093E\u0924\u0940 \u0939\u0948, \u0905\u0928\u0941\u0936\u0902\u0938\u093E \u0915\u0940 \u091C\u093E\u0924\u0940 \u0939\u0948 \u0915\u093F \u0917\u0942\u0917\u0932 \u091C\u0947\u092E\u093F\u0928\u0940 \u0915\u0947 \u092A\u0947\u0921\u093C \u0907\u0902\u091F\u0930\u092B\u093C\u0947\u0938 \u0915\u094B \u092D\u0935\u093F\u0937\u094D\u092F \u092E\u0947\u0902 \u0916\u094B\u0932\u0928\u0947 \u0915\u093E \u0907\u0902\u0924\u091C\u093E\u0930 \u0915\u0930\u0947\u0902\u0964","floatBall.setting":"\u0938\u0947\u091F\u093F\u0902\u0917\u094D\u0938","floatBall.translateToLanguage":"\u0915\u094D\u0932\u093F\u0915 \u0915\u0930\u0947\u0902 \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F {language}","floatBall.file":"PDF, EPUB, SRT, ASS, HTML, TXT \u092B\u093C\u093E\u0907\u0932\u094B\u0902 \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0947\u0902",changeToOnlyTempTranslationMode:"\u0915\u0947\u0935\u0932 \u0905\u0928\u0941\u0935\u093E\u0926 \u0926\u093F\u0916\u093E\u0928\u0947 \u092A\u0930 \u0938\u094D\u0935\u093F\u091A \u0915\u0930\u0947\u0902",changeToDualTempTranslationMode:"\u0926\u094D\u0935\u093F\u092D\u093E\u0937\u0940 \u0905\u0928\u0941\u0935\u093E\u0926 \u092A\u0930 \u0938\u094D\u0935\u093F\u091A \u0915\u0930\u0947\u0902","translationServices.yandex":"\u092F\u093E\u0902\u0921\u0947\u0915\u094D\u0938","options.navbar.installApp":"\u092E\u094B\u092C\u093E\u0907\u0932 \u0910\u092A \u0938\u094D\u0925\u093E\u092A\u093F\u0924 \u0915\u0930\u0947\u0902","options.navbar.translateFile":"\u0905\u0928\u0941\u0935\u093E\u0926 \u0926\u0938\u094D\u0924\u093E\u0935\u0947\u091C\u093C","transitionMode.dual":"\u0926\u094D\u0935\u093F\u092D\u093E\u0937\u0940\u092F \u0938\u092E\u093E\u0928\u093E\u0902\u0924\u0930","transitionMode.translation":"\u0915\u0947\u0935\u0932 \u0905\u0928\u0941\u0935\u093E\u0926","subtitle.transitionMode":"\u0935\u0940\u0921\u093F\u092F\u094B \u0938\u092C\u091F\u093E\u092F\u091F\u0932 \u0926\u094D\u0935\u093F\u092D\u093E\u0937\u0940 / \u0915\u0947\u0935\u0932 \u0905\u0928\u0941\u0935\u093E\u0926 \u0938\u0947\u091F\u093F\u0902\u0917","subtitle.transitionModeDescription":"\u0935\u0940\u0921\u093F\u092F\u094B \u0938\u092C\u091F\u093E\u092F\u091F\u0932 \u0915\u094B \u0926\u094D\u0935\u093F\u092D\u093E\u0937\u0940 \u0924\u0941\u0932\u0928\u093E\u0924\u094D\u092E\u0915 \u092F\u093E \u0915\u0947\u0935\u0932 \u0905\u0928\u0941\u0935\u093E\u0926 \u092E\u094B\u0921 \u092E\u0947\u0902 \u0938\u0947\u091F \u0915\u0930\u0947\u0902","transitionMode.inherit":"\u0938\u093F\u0938\u094D\u091F\u092E \u0915\u0947 \u0921\u093F\u092B\u093C\u0949\u0932\u094D\u091F \u0905\u0928\u0941\u0935\u093E\u0926 \u092A\u094D\u0930\u0926\u0930\u094D\u0936\u0928 \u092E\u094B\u0921 \u0915\u0947 \u0938\u093E\u0925 \u0938\u0902\u0930\u0947\u0916\u093F\u0924 \u0930\u0939\u0947\u0902",translateFileTooltip:`PDF, ePub, srt, ass, HTML, TXT \u092B\u093C\u093E\u0907\u0932\u094B\u0902 \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0947\u0902`,"description.multiplePrompt":`\u091C\u092C \u092A\u0948\u0930\u093E\u0917\u094D\u0930\u093E\u092B \u0915\u0940 \u0938\u0902\u0916\u094D\u092F\u093E 1 \u0938\u0947 \u0905\u0927\u093F\u0915 \u0939\u094B\u0924\u0940 \u0939\u0948, \u0924\u094B \u0909\u092A\u092F\u094B\u0917\u0915\u0930\u094D\u0924\u093E \u0915\u0940 \u092A\u0939\u091A\u093E\u0928 \u0938\u0947 {service} \u0915\u094B \u0926\u093F\u090F \u0917\u090F \u0938\u0902\u0935\u093E\u0926, \u091C\u093F\u0938\u092E\u0947\u0902 {{from}} \u092A\u0948\u0930\u093E\u0917\u094D\u0930\u093E\u092B \u0915\u0940 \u092D\u093E\u0937\u093E \u0915\u094B \u0926\u0930\u094D\u0936\u093E\u0924\u093E \u0939\u0948, {{to}} \u0932\u0915\u094D\u0937\u094D\u092F \u092D\u093E\u0937\u093E \u0915\u094B \u0926\u0930\u094D\u0936\u093E\u0924\u093E \u0939\u0948, {{yaml}} \u0939\u092E\u093E\u0930\u093E yaml \u092A\u094D\u0930\u093E\u0930\u0942\u092A \u092E\u0947\u0902 \u092A\u0948\u0915 \u0915\u093F\u092F\u093E \u0939\u0941\u0906 \u092A\u0948\u0930\u093E\u0917\u094D\u0930\u093E\u092B \u0938\u093E\u092E\u0917\u094D\u0930\u0940 \u0939\u0948, \u092F\u0926\u093F \u0906\u092A\u0915\u0947 \u092A\u093E\u0938 \u0905\u0928\u0941\u0915\u0942\u0932\u093F\u0924 Prompt \u0915\u0940 \u0906\u0935\u0936\u094D\u092F\u0915\u0924\u093E \u0939\u0948, \u0924\u094B \u0906\u092A\u0915\u094B \u0938\u0941\u0928\u093F\u0936\u094D\u091A\u093F\u0924 \u0915\u0930\u0928\u093E \u0939\u094B\u0917\u093E \u0915\u093F AI \u0915\u0947 \u092A\u094D\u0930\u0924\u093F\u0915\u094D\u0930\u093F\u092F\u093E \u0915\u0947 YAML \u092A\u0930\u093F\u0923\u093E\u092E \u092E\u0947\u0902 \u092A\u094D\u0930\u0924\u094D\u092F\u0947\u0915 \u0906\u0907\u091F\u092E {env.imt_trans_field} \u092B\u093C\u0940\u0932\u094D\u0921 \u0915\u094B \u0936\u093E\u092E\u093F\u0932 \u0915\u0930\u0924\u093E \u0939\u0948, {{imt_trans_field}} \u0939\u092E\u093E\u0930\u0940 \u0906\u0936\u093E \u0939\u0948 \u0915\u093F AI \u0915\u0947 \u092A\u094D\u0930\u0924\u093F\u0915\u094D\u0930\u093F\u092F\u093E \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u092B\u093C\u0940\u0932\u094D\u0921 \u0928\u093E\u092E \u0939\u0948, \u0921\u093F\u092B\u093C\u0949\u0932\u094D\u091F \u0930\u0942\u092A \u0938\u0947 {env.imt_trans_field} \u0939\u0948, {{imt_source_field}} \u0939\u092E\u093E\u0930\u093E AI \u0915\u0947 \u0932\u093F\u090F \u092A\u093E\u0930\u093F\u0924 \u092E\u0942\u0932 \u092B\u093C\u0940\u0932\u094D\u0921 \u0928\u093E\u092E \u0939\u0948, \u0921\u093F\u092B\u093C\u0949\u0932\u094D\u091F \u0930\u0942\u092A \u0938\u0947 {env.imt_source_field} \u0939\u0948, \u0909\u0926\u093E\u0939\u0930\u0923 \u092A\u0930\u093F\u0923\u093E\u092E: @@ -5102,7 +5102,7 @@ HTML, TXT \u092B\u093C\u093E\u0907\u0932\u094B\u0902 \u0915\u093E \u0905\u0928\u {env.imt_sub_trans_field}: \u0905\u0928\u0941\u0935\u093E\u0926 - id: 2 {env.imt_sub_source_field}: \u0938\u094D\u0930\u094B\u0924 - {env.imt_sub_trans_field}: \u0905\u0928\u0941\u0935\u093E\u0926`,"subtitle.quickButton.cyan":"\u0928\u0940\u0932\u093E","subtitle.quickButton.green":"\u0939\u0930\u093E","subtitle.quickButton.black":"\u0915\u093E\u0932\u093E","subtitle.quickButton.white":"\u0938\u092B\u0947\u0926","subtitle.quickButton.yellow":"\u092A\u0940\u0932\u093E","subtitle.quickButton.red":"\u0932\u093E\u0932","subtitle.quickButton.setting":"\u0938\u0947\u091F \u0915\u0930\u0947\u0902","subtitle.quickButton.blue":"\u0928\u0940\u0932\u093E","subtitle.quickButton.magenta":"\u0917\u0941\u0932\u093E\u092C\u0940 \u0930\u0902\u0917","subtitle.quickButton.translationPositionBottom":"\u092E\u0942\u0932 \u092A\u093E\u0920 \u0915\u0947 \u0928\u0940\u091A\u0947","translationServices.claude":"\u0915\u094D\u0932\u0949\u0921","subtitle.quickButton.sourceFontSize":"\u092E\u0942\u0932 \u092B\u093C\u0949\u0928\u094D\u091F \u0906\u0915\u093E\u0930","subtitle.quickButton.sourceTextColor":"\u092E\u0942\u0932 \u092B\u093C\u0949\u0928\u094D\u091F \u0915\u093E \u0930\u0902\u0917","subtitle.quickButton.translationPosition":"\u0905\u0928\u0941\u0935\u093E\u0926 \u0938\u094D\u0925\u093F\u0924\u093F","subtitle.quickButton.translationPositionTop":"\u092E\u0942\u0932 \u092A\u093E\u0920 \u0915\u0947 \u090A\u092A\u0930","subtitle.quickButton.backgroundColor":"\u092A\u0943\u0937\u094D\u0920\u092D\u0942\u092E\u093F \u0930\u0902\u0917","subtitle.quickButton.backgroundOpacity":"\u092A\u0943\u0937\u094D\u0920\u092D\u0942\u092E\u093F \u0905\u092A\u093E\u0930\u0926\u0930\u094D\u0936\u093F\u0924\u093E","subtitle.quickButton.translationFontSize":"\u0905\u0928\u0941\u0935\u093E\u0926 \u092B\u093C\u0949\u0928\u094D\u091F \u0915\u093E \u0906\u0915\u093E\u0930","subtitle.quickButton.translationTextColor":"\u0905\u0928\u0941\u0935\u093E\u0926 \u092B\u093C\u0949\u0928\u094D\u091F \u0915\u093E \u0930\u0902\u0917",attachSubtitleTranslating:"{service} \u0915\u093E \u0909\u092A\u092F\u094B\u0917 \u0915\u0930\u0915\u0947 \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930 \u0930\u0939\u093E \u0939\u0948...","error.claude.403":"\u0938\u0947\u0935\u093E \u0924\u0915 \u092A\u0939\u0941\u0902\u091A \u0915\u093E \u0915\u094B\u0908 \u0905\u0927\u093F\u0915\u093E\u0930 \u0928\u0939\u0940\u0902 \u0939\u0948, \u092F\u0939 Claude \u0915\u0940 \u0915\u094D\u0937\u0947\u0924\u094D\u0930\u0940\u092F \u0938\u0940\u092E\u093E\u0913\u0902 \u0938\u0947 \u0938\u0902\u092C\u0902\u0927\u093F\u0924 \u0939\u094B \u0938\u0915\u0924\u093E \u0939\u0948, \u0906\u092A \u0905\u092A\u0928\u093E IP \u092A\u0924\u093E \u092C\u0926\u0932\u0928\u0947 \u0915\u093E \u092A\u094D\u0930\u092F\u093E\u0938 \u0915\u0930 \u0938\u0915\u0924\u0947 \u0939\u0948\u0902, \u092F\u093E \u0905\u0928\u094D\u092F \u0905\u0928\u0941\u0935\u093E\u0926 \u0938\u0947\u0935\u093E\u0913\u0902 \u0915\u093E \u0909\u092A\u092F\u094B\u0917 \u0915\u0930 \u0938\u0915\u0924\u0947 \u0939\u0948\u0902\u0964","browser.brandDescriptionForSafari":"\u3010\u0907\u092E\u0930\u094D\u0938\u093F\u0935 \u0905\u0928\u0941\u0935\u093E\u0926\u3011 \u090F\u0915 \u092E\u0941\u092B\u094D\u0924 (\u092E\u0942\u0932 / \u0905\u0928\u0941\u0935\u093E\u0926) \u0926\u094D\u0935\u093F\u092D\u093E\u0937\u0940 \u0935\u0947\u092C\u092A\u0947\u091C \u0905\u0928\u0941\u0935\u093E\u0926 \u092A\u094D\u0932\u0917\u0907\u0928, \u091C\u094B \u0938\u092E\u092F-\u0938\u092E\u092F \u092A\u0930 PDF \u0905\u0928\u0941\u0935\u093E\u0926 \u0914\u0930 EPUB \u0908-\u092C\u0941\u0915 \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u093E \u0938\u092E\u0930\u094D\u0925\u0928 \u0915\u0930\u0924\u093E \u0939\u0948 \u0914\u0930 \u092E\u0942\u0932 \u0926\u0938\u094D\u0924\u093E\u0935\u0947\u091C\u093C \u0915\u0940 \u0935\u093F\u0928\u094D\u092F\u093E\u0938 \u0915\u094B \u092C\u0928\u093E\u090F \u0930\u0916\u0924\u093E \u0939\u0948, Youtube/Netflix \u0906\u0926\u093F \u0911\u0928\u0932\u093E\u0907\u0928 \u0935\u0940\u0921\u093F\u092F\u094B \u0926\u094D\u0935\u093F\u092D\u093E\u0937\u0940 \u0909\u092A\u0936\u0940\u0930\u094D\u0937\u0915 \u0905\u0928\u0941\u0935\u093E\u0926, Deepl/Google \u0906\u0926\u093F \u092A\u094D\u0930\u092E\u0941\u0916 \u0905\u0928\u0941\u0935\u093E\u0926 \u0938\u0947\u0935\u093E\u0913\u0902 \u0915\u093E \u0938\u092E\u0930\u094D\u0925\u0928 \u0915\u0930\u0924\u093E \u0939\u0948;","browser.PdfProFile":"AI \u0938\u0902\u091A\u093E\u0932\u093F\u0924 PDF Pro \u0905\u0928\u0941\u0935\u093E\u0926","browser.textTranslate":"\u0932\u093F\u0916\u093F\u0924 \u0905\u0928\u0941\u0935\u093E\u0926"};var Ml={nologin:"non \xE8 stato effettuato l'accesso",loginForSafari:"Accedi o registrati",login:"Accedi per aprire un'iscrizione",manageAccount:"Conti gestiti",openPremium:"Soci aperti",logout:"interrompere",curentPlan:"Pacchetti attuali",endAt:"scadenza",endAuto:"rinnovo automatico",lineBreakMaxTextCount:"Numero massimo di caratteri consentiti per frase dopo le interruzioni di riga","translate-pdf":"Clicca per tradurre il PDF","noSupportTranslate-pdf":"Script non supportato, utilizzare il plugin","translate-firefox-local-pdf":"Fare clic per andare a Importazione PDF",enableLineBreak:"Abilita l'avanzamento automatico delle righe per i paragrafi lunghi",sponsorLabel:"1$ Sviluppatori sponsorizzati",help:"mano",browserShortcutsNoteForFirefox:"Per modificare le scorciatoie in Firefox, \xE8 necessario aprire la pagina di gestione delle estensioni `about:addons`, quindi fare clic su `Impostazioni` e poi su `Gestione scorciatoie` per impostare le scorciatoie.",browserShortcutsNoteForChrome:"Per modificare le scorciatoie in Chrome, \xE8 necessario aprire la pagina di gestione delle estensioni, impostarle nel pannello `Gestione scorciatoie` (`chrome://extensions/shortcuts`) e fare clic sul pulsante sottostante per passare alla pagina di gestione delle scorciatoie.",browserShortcutsSucks:"Le scorciatoie personalizzate sono formattate come (non viene effettuato il riconoscimento automatico, inserire direttamente)\uFF1A",enableLineBreakDescription:"Quando \xE8 attivata, le interruzioni di riga vengono inserite alla fine di ogni frase nei paragrafi lunghi per facilitarne la lettura.","browser.shortBrandName":"Traduzione in immersione","browser.brandName":"Immersion Translation: traduzione bilingue di pagine web e documenti PDF","browser.brandDescription":"Bilingual web page translation, also supports PDF translation, bilingual Epub eBook translation, free to use.","browser.toggleTranslatePage":"Tradurre la pagina/visualizzare il testo originale","browser.toggleTranslateTheWholePage":"Tradurre tutte le aree della pagina/visualizzare il testo originale","browser.toggleOnlyTransation":"Cambia modalit\xE0 bilingue/solo traduzione","browser.toggleTranslateToThePageEndImmediately":"Traduzione immediata a fondo pagina/visualizzazione del testo originale","browser.toggleTranslateTheMainPage":"Tradurre l'area principale della pagina/visualizzare il testo originale","browser.shareToDraft":"Condividi le pagine bilingue","browser.openOptionsPage":"Aprire la pagina delle impostazioni","browser.toggleTranslationMask":"Mostra/nascondi l'effetto di sfocatura della traslazione","browser.translateLocalPdfFile":"Tradurre i file PDF locali","browser.openEbookViewer":"Leggere gli eBook locali","browser.openEbookBuilder":"Creare eBook EPUB bilingue","browser.translateLocalHtmlFile":"Tradurre file HTML/testo","browser.donateContext":"Scopri i vantaggi della sponsorizzazione","browser.translateLocalSubtitleFile":"Tradurre i file dei sottotitoli locali",confirmResetConfig:"\xC8 sicuro di voler ripristinare le impostazioni?",translationLineBreakSettingTitle:"Impostazione dell'avanzamento riga di traduzione",smartLineBreak:"alimentazione di linea intelligente (calcolo)",alwaysLineBreak:"Sempre avanzamento di riga",isShowContextMenu:"Aggiungere pagine tradotte alle voci di menu del tasto destro del mouse",toggleBeta:"Abilitazione delle funzioni di beta testing",betaDescription:"Attiva funzioni ancora sperimentali e un servizio di traduzione in beta. Unitevi al <1>gruppo Telegram per saperne di pi\xF9.",translationLineBreakSettingDescription:"Le interruzioni di riga sono sempre ordinate per le pagine con meno contenuti. (Usare interruzioni di riga intelligenti nei paragrafi lunghi e ricchi di contenuti (pi\xF9 di{count}caratteri) per risparmiare spazio).",tempTranslateDomainTitle:"Durata dell'attivazione temporanea della traduzione del sito web",tempTranslateDomainDescription:"Quando si traduce manualmente una pagina web, \xE8 possibile attivare temporaneamente la traduzione automatica del sito web e impostare la durata temporanea.",xMinutes:"{count} minuti",disabled:"vietare l'uso di qcs.",changelog:"Registro degli aggiornamenti",toggleTranslatePageWhenThreeFingersOnTheScreen:"Il tocco simultaneo di pi\xF9 dita sullo schermo traduce le pagine web/visualizza il testo originale",toggleTranslationMaskWhenThreeFingersOnTheScreen:"Il tocco con pi\xF9 dita mostra/nasconde l'effetto di sfocatura.",fingerCountToToggleTranslagePageOnlyTranslationWhenTouching:"Pi\xF9 dita che toccano lo schermo contemporaneamente traducono la pagina web (solo traduzione)/visualizzano il testo originale.",addUrlDescription:"Pu\xF2 essere un nome di dominio e supporta anche i caratteri jolly, ad esempio\uFF1A*.google.com, google.com/mail/*, https://www.google.com/*",general:"Impostazioni di base",clickToExpandConfig:"Espandere la configurazione attuale",import:"Importazione da file",export:"Esportazione su file",toggleDebug:"Stampa il log di debug sulla console","fingers.0":"coagulo","fingers.2":"tocco con due dita","fingers.3":"tocco con tre dita","fingers.4":"tocco a quattro dita","fingers.5":"tocco a cinque dita",mouseHoldKey:"+ {key} tradurre/ripristinare il paragrafo",mouseHoldKeyAuto:"Traduzione diretta del paragrafo",mouseHoldKeyOff:"Non fare nulla.",mouseHoldKeyOther:"Collegamenti personalizzati (impostazioni di apertura)",mouseHoldKeyCustomKey:"{key} Traduzione/riduzione del paragrafo",mouseHoverHoldKey:"Passaggio del mouse mentre si premono i tasti di scelta rapida per tradurre i paragrafi","mouse-translate":"passaggio del mouse",document:"(computer) file",resetSuccess:"Reimpostare tutte le impostazioni con successo",resetThisSuccess:"Ripristino riuscito",saved:"Salva il successo",successImportConfig:"Configurazione importata con successo",goAdvancedSettings:"Andare alla pagina Impostazioni avanzate",goAdvancedInterfaceSettings:"Andare alla pagina Impostazioni di personalizzazione avanzate",advanced:"Impostazioni avanzate",advancedDescription:"In genere non \xE8 necessaria alcuna impostazione, basta lasciarla come predefinita. Solo per gli utenti pi\xF9 specializzati sono disponibili impostazioni pi\xF9 personalizzate.",developer:"Impostazioni dello sviluppatore",donateCafe:"prezzi","translate to the bottom of the page":"Si traduce in fondo alla pagina subito dopo l'ingresso nella pagina?",feedback:"Domanda Feedback",toggleTranslatePage:"Tradurre la pagina/visualizzare il testo originale",translateToThePageEndImmediatelyDescription:"Se si attiva, il contenuto viene tradotto immediatamente dall'inizio alla fine della pagina, non appena viene inserito. Se lo si disattiva, il contenuto viene tradotto man mano che si legge. (Non consigliato)","translate all areas of the page":"Se tradurre tutte le aree della pagina",translationAreaDescription:"Attivato, vengono tradotte tutte le aree dell'intera pagina web. Se si disattiva, viene utilizzato il riconoscimento intelligente predefinito e vengono tradotte solo le aree principali. (Non si consiglia di attivarlo)","the number of characters to be translated first":"Tradurre direttamente i primi caratteri della pagina senza attendere lo scorrimento dell'area di visualizzazione","interface language":"linguaggio dell'interfaccia","display both the original text and the translation":"Visualizzazione simultanea di originale e traduzione","keyboard shortcuts":"Scorciatoie da tastiera",modify:"Modifica dei tasti di scelta rapida",reset:"riproposizione",close:"coagulo",homepage:"homepage",more:"di pi\xF9",moreOptions:"Ampliare le opzioni di personalizzazione",translateTheWholePage:"Tradurre tutte le aree della pagina (invece di riconoscere intelligentemente le aree principali)",changeToTranslateTheWholePage:"Passare alla traduzione di tutte le regioni",changeToTranslateTheMainPage:"Passare all'area principale di traduzione",changeToOnlyTranslationMode:"Alterna per visualizzare solo le traduzioni",changeToDualTranslationMode:"Passare alla traduzione bilingue",translateToThePageEndImmediately:"Traduzione immediata a fondo pagina",translateTheMainPage:"Regioni chiave della traduzione intelligente","The local rules are up to date":"Le norme di adattamento locali sono aggiornate.","Successfully synchronized with the latest official rules:":"Sincronizzato con successo con le ultime regole ufficiali di adattamento.","Checking for updates":"Controllo degli aggiornamenti","Rules are being synchronized":"Regole di adattamento sincronizzate",localVersionIsTooOld:"La versione dell'estensione locale \xE8 troppo vecchia; aggiornare l'estensione a {minVersion} o a una versione pi\xF9 recente prima di tentare la sincronizzazione.",badUserscriptBrowser:"Il browser attuale non implementa correttamente l'interfaccia dell'estensione Grease Monkey (ad esempio, per ottenere informazioni sul numero di versione dello script Grease Monkey stesso); si prega di utilizzare altri browser che <1>supportano l'estensione Grease Monkey, come Firefox.",foundNewVersion:"Scoprite la nuova versione",theLocalExtensionIsUpToUpdate:"L'estensione attuale \xE8 aggiornata.",failToSyncRules:"Mancata sincronizzazione delle ultime regole di adattamento",retry:"Fare clic qui per riprovare",failedReason:"Motivi del fallimento",currentRuleVersion:"Versione attuale della regola",calculating:"calcoli",unknownError:"errore sconosciuto",canNotFetchRemoteRule:"Impossibile ottenere le regole remote",enableAlphaSuccess:"Alfa abilitato",disableAlphaSuccess:"La funzione Alpha \xE8 stata disattivata",cacheSize:"Dimensione della cache\uFF1A",cleaning:"in fase di liquidazione",cleanCache:"cancellare la cache",options:"allestimento",about:"rispetto a",service:"servizio di interpretariato",needAction:"(Vai alle impostazioni)",goSettings:"procedere con l'impostazione",needActionForOptions:"(da impostare)",translationEngine:"Opzioni del motore",sourceLanguage:"Lingua originale",target:"lingua di destinazione",popupSourceLanguage:"Lingua originale",popupTarget:"lingua di destinazione",popupService:"servizio di interpretariato",forThisSite:"Sito web attuale",autoEnableSubtitle:"Attiva automaticamente i sottotitoli bilingue",alwaysTranslate:"Tradurre sempre",neverTranslate:"Mai tradurre",alwaysTranslateSomeLanguage:"Tradurre sempre {language}",neverTranslateSomeLanguage:"Mai tradurre {language}",alwaysTranslateSomeSite:"Tradurre sempre {hostname}",neverTranslateSomeSite:"Mai tradurre {hostname}",alwaysTranslateSomeSiteOrWildSite:"Tradurre sempre il sito",alwaysTranslateSomePage:"Tradurre sempre la pagina",add:"aumento",default:"predefinito (impostazione)",forThisLanguage:"Per questa lingua\uFF1A","add url":"Inserire l'URL",edit:"compilatore","translate other languages into specific language":"Tradurre altre lingue nella lingua impostata","select translation service":"Selezionare un servizio di traduzione",language:"multilinguismo","show-original":"Mostra il testo originale",translate:"rendering",Translated:"tradotto",Translating:"in traduzione",Error:"non corretto",allowCacheTranslations:"Abilitare la cache delle traduzioni locali (per ridurre le richieste di traduzione per i passaggi duplicati)","translation display":"Stile di visualizzazione della traduzione","select diplay style":"Distinguere gli stili di traduzione, con specifico riferimento ai seguenti esempi",interface:"Impostazioni dell'interfaccia",import_export:"Importazione/Esportazione",import_export_title:"Configurazione di importazione/esportazione",syncToGoogleDrive:"Sincronizzazione con Google Drive ora",floatBallOptions:"Impostazioni Hoverball","floatBallOptions.enable":"Abilitare l'Hoverball","floatBallOptions.blockUrls":"Disattivare il sito web","floatBallOptions.add":"aumento","floatBallOptions.blockUrlDesc":"Gli Hoverball non vengono visualizzati quando si incontrano i seguenti siti web","floatBallOptions.clickType":"comportamento di clic","floatBallOptions.clickTypeDesc":"Comportamento dell'icona Hoverball quando viene cliccata","floatBallOptions.clickPopup":"Mostra pannello di traduzione","floatBallOptions.clickTranslate":"Traduzione/visualizzazione del testo originale",previewAllThemes:"Anteprima di tutti gli stili","translationTheme.none":"non hanno","translationTheme.grey":"grigio scuro","translationTheme.dashed":"sottolineatura tratteggiata","translationTheme.dotted":"trattino basso tratteggiato","translationTheme.dashedBorder":"bordo tratteggiato","translationTheme.solidBorder":"bordo solido","translationTheme.underline":"Sottolineare le linee rette","translationTheme.mask":"Effetti fuzzy (modalit\xE0 di apprendimento)","translationTheme.opacity":"effetto trasparenza","translationTheme.paper":"Effetto ombra su carta bianca","translationTheme.dividingLine":"linea di demarcazione","translationTheme.highlight":"alta luminosit\xE0","translationTheme.marker":"marcatore (parola d'ordine)","translationTheme.marker2":"Marcatore 2","translationTheme.blockquote":"Stili di riferimento","translationTheme.weakening":"indebolimento","translationTheme.italic":"carattere obliquo","translationTheme.bold":"addensare","translationTheme.thinDashed":"sottile linea tratteggiata di sottolineatura","translationTheme.nativeDashed":"Il sistema \xE8 dotato di una sottolineatura tratteggiata","translationTheme.nativeDotted":"Il sistema viene fornito con una sottolineatura tratteggiata","translationTheme.nativeUnderline":"Il sistema viene fornito con una linea retta di sottolineatura","translationTheme.wavy":"linea ondulata","translationServices.custom":"API personalizzata","translationServices.tencent":"Traduttore Tencent","translationServices.tenAlpha":"Traduttore Tencent (Alpha)","translationServices.google":"Google Translate","translationServices.bai":"Baidu (Alfa)","translationServices.baidu":"Traduzione di Baidu","translationServices.aliyun":"Traduzione di AliCloud","translationServices.volc":"traduzione vulcanica","translationServices.deeplx":"DeepLX (Beta)","translationServices.bing":"Microsoft Translate","translationServices.deepl":"DeepL","translationServices.wechat":"Traduzione di WeChat","translationServices.azure":"Traduzione di Azure","translationServices.ibm":"IBM Watson","translationServices.aws":"Traduzione Amazon","translationServices.mock":"Traduzione simulata","translationServices.mock2":"Traduzione simulata 2","translationServices.caiyun":"illuminato. nuvole colorate e piccole traduzioni","translationServices.cai":"Nuvole colorate (Alpha)","translationServices.volcAlpha":"Vulcano (Alfa)","translationServices.openl":"AprireL","translationServices.youdao":"Traduzione su Youtube","translationServices.you":"Traduttore Youdao (Alpha)","translationServices.transmart":"Traduzione interattiva di Tencent","translationServices.niu":"Traduttore anticonformista","translationServices.papago":"Traduzione di Papago","translationServices.d":"D (Alfa)","translationServices.dpro":"D Pro (Canarino)","translationServices.openai":"OpenAI","translationServices.yandex":"Yandex","translationServices.chatgpt":"ChatGPT Web(3.5 mobile)","translate title":"Tradurre i titoli delle pagine","always languages":"Tradurre sempre la lingua",neverTranslateLanguagesLabel:"La lingua che non sar\xE0 mai tradotta",neverTranslateTheFollowingLanguagesDescription:"Le traduzioni vengono saltate quando un paragrafo della pagina \xE8 in una delle seguenti lingue",enableUserscriptPagePopup:"Mostra l'hoverball nella pagina",enableUserscriptPagePopupDescription:"Dopo aver disattivato l'hoverball, pu\xF2 essere richiamato con la scorciatoia /{touch}. Si consiglia vivamente di inserire tra i preferiti questa pagina di impostazioni per evitare di non riuscire a trovare l'hoverball dopo aver inavvertitamente disattivato questa opzione!","always translate the following languages":"Traduce automaticamente nella lingua di destinazione quando la pagina \xE8 in una delle seguenti lingue","always sites":"Siti web sempre tradotti","always translate the following sites":"I siti web vengono tradotti automaticamente nella lingua di destinazione quando sono i nomi di dominio di","never sites":"Sito web mai tradotto","never translate the following sites":"Le traduzioni non verranno effettuate quando il sito web \xE8 destinato ai seguenti domini","please refer to":"\xC8 necessario compilare la chiave prima di poterla utilizzare.",KeyAndConfigurationTutorial:"Esercitazione sull'applicazione e la configurazione delle chiavi",useAboveStyleForTheseSites:"Usare sempre lo stile di traduzione \u2308{theme}\u230B quando il sito \xE8 destinato ai seguenti domini",currentUrl:"URL corrente",confirm:"salvare (un file, ecc.) (informatica)",cancel:"cancellazioni",delete:"rimozione","languages.auto":"rilevamento automatico",syncToCloud:"Sincronizzazione con Google Drive",syncToCloudDescription:"Caricata nel cloud, la configurazione pu\xF2 essere sincronizzata tra diversi browser/ script di scimmia grassa, a seconda dell'ultima modifica.",syncToAccount:"Sincronizzazione con il Cloud di traduzione immersiva",syncToAccountButton:"Sincronizzazione istantanea con il cloud",syncToAccountDescription:"Sincronizzare automaticamente le configurazioni tra i diversi dispositivi, a seconda dell'ultima modifica.",successSyncConfigInAccount:"Sincronizzazione riuscita con il cloud",successSyncConfigToAccount:"Sincronizzazione riuscita con il cloud",syncConfigNoUpdate:"\xC8 gi\xE0 aggiornato.",authFail:"Mancata autorizzazione",syncTitle:"Gestione manuale del backup",import_hint:"importazione (dati)",upload:"caricare",revokeAuth:"revocare un'autorizzazione",uploadFail:"Caricamento fallito",download:"scaricare",importSuccess:"Importato con successo",importFail:"errore di importazione",deleteFail:"Cancellazione non riuscita",backupToCloud:"Gestione manuale dei file di backup",create_new_backup:"Aggiungere un nuovo nodo di backup",maxBackupFiles:"\xC8 possibile eseguire il backup di un massimo di{count}nodi diversi; eliminare i nodi non necessari.",backupToCloudDescription:"Caricare o ripristinare manualmente i file di backup, consentendo fino a 3 backup diversi.",successSyncConfig:"Sincronizzazione di successo con il cloud",syncFail:"errore di sincronizzazione",updatedAt:"Aggiornato da {date}",lastSyncedAt:"Ultimo controllo: {date}",downloadFail:"Impossibile scaricare",clickToDownload:"Fare clic per scaricare",aboutLabel:"Informazioni - Feedback","browser.openAboutPage":"Informazioni/Risposte",aboutLabelWithoutSponsor:"Informazioni - Feedback",aboutIntro:"Che tutti noi possiamo avere un accesso pi\xF9 facile e piacevole alla grande quantit\xE0 di informazioni in lingua straniera su Internet \u2764\uFE0F Potete scegliere di attivare la vostra <6>iscrizione Pro per utilizzare le traduzioni di DeepL e OpenAI.

Potete seguirci su <3>Twitter, <4>Telegram, Weibo, WeChat o <5>iscrivervi alla nostra mailing list per seguire gli aggiornamenti.
I <7>membri Pro possono contattarci all'indirizzo <8>support@immersivetranslate.com per un rapido servizio clienti.",aboutIntroWithoutSponsor:"Che tutti noi possiamo avere un accesso pi\xF9 facile e piacevole all'enorme quantit\xE0 di informazioni in lingua straniera disponibili su Internet \u2764\uFE0F

Potete seguirci su <3>Twitter, <4>canale Telegram, WeChat, WeChat Exchange, o <5>iscrivervi per seguire gli aggiornamenti via <5>e-mail qui sotto.",projectHomepage:"Progetto Home",joinTelegramGroup:"Unitevi al gruppo di utenti per partecipare alle discussioni sulle funzionalit\xE0",wechatPublicAccount:"WeChat Pubblico",wechatCommunities:"Gruppo di scambio WeChat",qqCommunities:"Canale di comunicazione QQ",joinTelegramChannel:"Seguite il canale Telegram per gli ultimi aggiornamenti",feedbackAndJoin:"Domanda Feedback / Aggiungi gruppo",autoSync:"sincronizzazione automatica dell'ora",loadingThemeTitle:"Stile di caricamento",loadingThemeDescription:"Impostazione dello stile in attesa del caricamento della traduzione","loadingTheme.spinner":"Animazione di rotazione","loadingTheme.text":"testo statico qcs. ","loadingTheme.none":"non mostrato",developerDescription:"La documentazione sulla personalizzazione avanzata \xE8 disponibile <1>qui","edit border color":"Modificare il colore del bordo",successSyncButNoChange:"La configurazione attuale \xE8 coerente con il cloud",customTheme:"Colori e dimensioni personalizzate","customThemeLabel.borderColor":"Colore del bordo","customThemeLabel.borderRadius":"Bordi arrotondati","customThemeLabel.textColor":"colore del testo","customThemeLabel.backgroundColor":"colore di sfondo","customThemeLabel.zoom":"Scalatura dei caratteri (%)","customThemeLabel.opacity":"Opacit\xE0 del testo (%)",resetToDefaultColor:"Ripristino dei colori predefiniti",resetToDefaultSettings:"Ripristino delle impostazioni predefinite",isTranslateTitle:"Abilita la traduzione dei titoli delle pagine",isTranslateTitleDescription:"All'apertura, il titolo della pagina viene tradotto",enableSearchEnhancement:"Abilitazione del miglioramento dei messaggi bilingue",enableSearchEnhancementDescription:'Una volta abilitato, i risultati della ricerca di "Google News" verranno automaticamente visualizzati nella colonna destra dei siti web supportati (Google News, Google Search (alcune parole chiave), Snowball, Oriental Fortune, Futura, Tiger Community) per le parole chiave inglesi corrispondenti.',verifyService:"Clicca qui per testare il servizio",verified:"Verifica del successo","field.langs":"Codici lingua supportati","field.model":"modellazione","field.translationEngine":"motore di traduzione","field.limitPerMinute":"Richieste massime al minuto","field.limitPerSecond":"Numero massimo di richieste al secondo","field.maxTextLengthPerRequest":"Lunghezza massima del testo per richiesta","field.maxTextGroupLengthPerRequest":"Numero massimo di paragrafi per richiesta","field.apiUrl":"Indirizzo dell'interfaccia API personalizzata","field.placeholderDelimiters":"segnaposto riservato","description.custom":"Interfaccia personalizzata Accesso Documentazione necessaria","description.limitPerMinute":"Le richieste che superano questo limite vengono messe in coda fino all'inizio del minuto successivo. A causa delle varie limitazioni dell'attuale servizio di OpenAI, fare clic <1>qui per gli ultimi valori suggeriti.","description.limitPerSecond":"Le richieste che superano questo limite vengono messe in coda fino all'inizio del secondo successivo. A causa delle varie limitazioni dell'attuale servizio di OpenAI, fare clic <1>qui per gli ultimi valori suggeriti.","description.generalLimitPerSecond":"Le richieste che superano questo limite vengono messe in coda fino all'inizio del secondo successivo.","description.prompt":"Invia una conversazione a {service} come utente, dove {{text}} rappresenta il contenuto del testo del paragrafo, {{from}} rappresenta la lingua del paragrafo, {{to}} rappresenta la lingua di destinazione.","description.maxTextLengthPerRequest":"Il numero massimo di caratteri per richiesta \xE8 troppo elevato e causa una risposta lenta dell'interfaccia; provare a regolare questa opzione per ottimizzare la velocit\xE0.","description.systemPrompt":"Un dialogo inviato a OpenAI come sistema, dove {{text}} indica il contenuto testuale del paragrafo,{{from}} indica la lingua del paragrafo e{{to}} indica la lingua di destinazione.","field.domain":"regno","description.domain":"L'impostazione predefinita \xE8\uFF1Ageneral. Pu\xF2 essere impostata solo se la traduzione con dominio \xE8 abilitata nella console Arima API, vedere <1>qui per i domini supportati.","field.scene":"prendere","description.scene":"Valore predefinito:\uFF1Ageneral. Pu\xF2 essere impostato solo se la console API di AliCloud apre Machine Translation Pro, vedere <1>qui per gli scenari supportati.","field.vocabId":"ID del dizionario utente","description.vocabId":"Il dizionario out_id specificato, attualmente supporta la traduzione dall'inglese al cinese.","description.model":"Modelli OpenAI, possono essere gpt-3.5-turbo, gpt-4, ecc.","description.maxTextGroupLengthPerRequest":"Il numero di paragrafi inviati al servizio di traduzione alla volta; se ci sono troppi paragrafi, l'interfaccia potrebbe rispondere pi\xF9 lentamente.","description.apiUrl":"Si prega di aggiungere URL specifici con percorsi, <1>ulteriori descrizioni",enabledExtension:"Abilitazione delle estensioni",clickToDisableExtension:"Fare clic per disattivare le estensioni",clickToEnableExtension:"Fare clic per abilitare le estensioni",hasBeenDisabled:"disabilitato","show password":"Mostra password",customContent:"Inserire un nome di modello personalizzato",inputOptions:"Miglioramento della casella di input",mouseHoverOptions:"passaggio del mouse",modifyMouseHoverKey:"Modifica della scorciatoia per il passaggio del mouse",enableInputTranslation:"Abilitare o meno il miglioramento della casella di input",enableInputTranslationDescription:"Una volta abilitato, digitare {startingKey}{startingKey} hello direttamente nella casella di input, poi premere rapidamente{inputTrailingTriggerKeyRepeatTimes}volte{trailingKey}per tradurre in {inputTargetLanguage}.",enableInputTranslationDescriptionForNoneKey:"Una volta abilitato, digitate\uFF1AHello World direttamente nella casella di input, quindi premete rapidamente{inputTrailingTriggerKeyRepeatTimes}{trailingKey}volte per tradurre nella lingua di destinazione predefinita.",inputTargetLanguage:"Impostazione della lingua di destinazione predefinita per le caselle di input",inputTargetLanguageDescription:"Lingua di destinazione predefinita per la traduzione della casella di input, ovvero {startingKey}{startingKey} come lingua predefinita per le parole di attivazione.",inputTargetLanguageDescriptionForNoneKey:"Lingua di destinazione predefinita per la traduzione della casella di input",inputStartingTriggerKeyTitle:"Impostazione del carattere di divisione per la traduzione parziale della casella di input",inputStartingTriggerKeyDescription:"Quando non \xE8 necessario tradurre l'intera casella di input, lo splitter consente di tradurre solo la parte da {startingKey}{startingKey} alla fine della casella di input, oppure \xE8 possibile specificare il codice della lingua, ad esempio\uFF1A{startingKey}ja significa tradurre solo la parte da {startingKey}ja alla fine della casella di input.",inputStartingTriggerKeyDescriptionForNoneKey:"L'impostazione attuale di nessun prefisso non \xE8 necessaria e la funzione di traduzione di alcuni testi nella casella di immissione non \xE8 al momento disponibile.",inputTrailingTriggerKeyTitle:"Selezionare un carattere di attivazione di fine inserimento",inputTrailingTriggerKeyDescription:"3 colpi veloci{trailingKey} inizier\xE0 a tradurre!",inputTrailingTriggerKeyTimeout:"Immettere l'intervallo di tempo tra gli inneschi di fine combattimento",inputTrailingTriggerKeyTimeoutDescription:"Imposta l'intervallo di tempo (in millisecondi) tra le attivazioni della combo di fine input",spaceKey:"<\u7A7A\u683C\u952E>",noneKey:"Traduzione diretta dell'intera casella di testo senza prefissi",inputTranslationBlockUrlsTitle:"Non abilitare il miglioramento della casella di input nei seguenti URL",inputTranslationBlockUrlsDescription:"I miglioramenti della casella di input non funzionano con i seguenti URL",clickToSeeQuickDemo:"Fare clic per espandere il video di esercitazione rapida di 30 secondi",inputHelperInfo:"Descrizione\uFF1AAbbiamo ottimizzato il fatto che alcuni caratteri di attivazione si trasformano in segni di punteggiatura cinesi con i metodi di input cinesi, ad esempio, / si trasforma in un segno di dun, con il metodo di input Sogou, e Immersive Translator supporta tutti i simboli cinesi corrispondenti ai caratteri di attivazione, ad esempio //,,, saranno riconosciuti come caratteri di attivazione.

Supportiamo anche gli alias cinesi per i codici di lingua come comandi, ad esempio /Japanese Hello World verr\xE0 tradotto in giapponese; <1>fare clic qui per vedere tutti i codici di lingua supportati.",reloadCurrentPage:"Aggiornare la pagina corrente prima di iniziare la traduzione.",noLocalFilePermissionForPDF:"Non si ha l'autorizzazione a leggere i file locali, fare clic sul pulsante sopra e importare i file locali.",noPermissionForThisPage:"\u26A0\uFE0F Nessun permesso per tradurre la pagina corrente",retryAllParagraphs:"Riprova tutti i passaggi di errore",retryAllButton:"Riprova tutti i passaggi di errore",errorTooltipTitle:"Fare clic per visualizzare la causa dell'errore",errorModalTitle:"Sembra che ci sia qualcosa che non va nel servizio di traduzione o nella rete...",disableConfirm:"Impostazione bilingue per il miglioramento delle informazioni",disableOnce:"Questa disabilitazione",disableGlobal:"disabilitare in modo permanente",disableTint:"* \xC8 possibile riabilitarlo all'indirizzo {option} .",searchEnhancementNotes:"Dopo aver attivato la funzione Immersive Translation Bilingual Information Enhancement, cercheremo automaticamente le stesse parole chiave in inglese sui siti web supportati (Google News, Google Search (alcune parole chiave), Snowball, Oriental Wealth, Futura, Tiger) e le visualizzeremo sul lato destro. Potete scegliere di disabilitare questa funzione se non ne avete bisogno.",option:"allestimento",saveSettings:"Salva le impostazioni",closeModal:"Chiudere la finestra",enableInputTranslationWithoutTriggerKeyTitle:"Abilitare 3 colpi rapidi su{trailingKey}per tradurre direttamente l'intera casella di input in{inputTargetLanguage}",enableInputTranslationWithoutTriggerKeyDescription:"Per specificare la lingua di destinazione, usare il prefisso della lingua, per esempio\uFF1Aja Hello World",mouseHoverShortcutPlaceholder:"Ad esempio,\uFF1AShift",deepLProName:"Immersive Translation Pro Membro (consigliato)",deepLProDescription:"Il pacchetto corrente pu\xF2 essere utilizzato direttamente",deeplProDescriptionForNormal:"Non \xE8 richiesta alcuna configurazione, i membri possono utilizzarlo dopo il login, <1>clicca qui per passare a membro",deepLCustomDescription:"\xC8 richiesta una carta di credito estera, aperta ufficialmente su <1>DeepL, clicca per la <2>documentazione",deepLCustomName:"Chiave di autorizzazione personalizzata",chooseProviderLabel:"Selezionare un fornitore di servizi",openaiProName:"Immersive Translation Pro Membro (consigliato)",openaiProDescription:"Il pacchetto corrente pu\xF2 essere utilizzato direttamente",openaiProDescriptionForNormal:"Non \xE8 richiesta alcuna configurazione, i membri possono utilizzarlo dopo il login, <1>clicca qui per passare a membro",openaiCustomDescription:"Disponibile su OpenAI, Azure OpenAI o altri servizi di terze parti, <1>fare clic qui per la documentazione.",openaiCustomName:"Chiave API personalizzata",needLoginAction:"(Iscrizione aperta o personalizzazione)",goLoginOrAction:"(Aprire un'iscrizione o andare alle impostazioni)",yearly:"effettuare un pagamento annuale consecutivo",quarterly:"avvolgimento sequenziale",monthly:"abbonamento mensile",yearlyForOnce:"Pacchetto annuale una tantum",monthlyForOnce:"Pacchetto mensile una tantum",daily:"giorni consecutivi di pacchetti",year:"effettuare un pagamento annuale consecutivo",quarter:"avvolgimento sequenziale",month:"abbonamento mensile",day:"giorni consecutivi di pacchetti",onetime_7day:"Pacchetto esperienza di 7 giorni",currentPlanDescriptionForFree:"Pacchetti attuali\uFF1AGratis",currentPlanDescriptionForContinuous:"L'attuale pacchetto\uFF1A{plan}sar\xE0 rinnovato automaticamente su {endAt} .",currentPlanDescriptionForAutoRenewCaceling:"L'attuale pacchetto\uFF1A{plan}scadr\xE0 il giorno {endAt} e non sar\xE0 rinnovato automaticamente alla scadenza.",currentYearlyPlanDescriptionForAutoRenewCacelingWithRealPaiedUser:"Il pacchetto attuale,\uFF1A{plan}, scadr\xE0 il {endAt} e non sar\xE0 rinnovato automaticamente alla scadenza.
<1>Clicca qui per gestire il tuo piano di rinnovo",currentYearlyPlanDescriptionForAutoRenewCacelingWithAdmin:"Il pacchetto attuale,\uFF1A{plan}, scadr\xE0 il {endAt} e non sar\xE0 rinnovato automaticamente alla scadenza.
<1>Fare clic qui per attivare l'abbonamento annuale continuo",currentPlanDescriptionForOneTime:"L'attuale abbonamento\uFF1A{plan}scadr\xE0 il {endAt} , <1>clicca qui per passare all' abbonamento <1>annuale o <2>mensile.",upgradePlan:"Clicca qui per passare all'iscrizione Pro",upgradeToPro:"Aggiornamento all'iscrizione Pro","popup.openPro":"Passa all'iscrizione Pro per usufruire di DeepL e della traduzione OpenAI, clicca qui per effettuare l'aggiornamento!","popup.openProForPro":"Sei un membro Pro con accesso diretto alle traduzioni di DeepL e OpenAI!",currentAccount:"conto corrente",enableAutoSyncUserSettings:"Abilita la sincronizzazione automatica con il cloud su pi\xF9 dispositivi",modalEnableInputTranslationTitle:"Casella di input per la traduzione immersiva Avvisi di traduzione",modalEnableInputTranslationDesc:"\xC8 stata appena attivata la traduzione della casella di input di Immersive Translation premendo la barra spaziatrice 3 volte in rapida successione e il contenuto della casella di input verr\xE0 tradotto nella lingua di destinazione predefinita. La traduzione pu\xF2 essere annullata con Ctrl+Z.

Se si tratta di un errore, non preoccupatevi: potete scegliere di disattivarla questa volta o di disabilitare definitivamente la traduzione delle caselle di input.",saveAndNotShowAgain:"Salvare e interrompere la richiesta",disableInputTranslationTips:"* \xC8 inoltre possibile impostare altre scorciatoie da attivare in {option} ,{learnMore}.",learnMore:"Clicca qui per saperne di pi\xF9",continueEnalbeInputTranslation:"Continuare ad abilitare la traduzione della casella di input",autoRenewTrialSuffix:`(In prova,\xE8 passato immediatamente all'iscrizione completa)`,upgradeFromTrialTitle:"Aggiornamento a Socio Effettivo",subtitle:"sottotitoli video",youtubeService:"Traduzione in immersione Servizi di traduzione con sottotitoli video","subtitle.disabledSubtitle":"Disattivare in modo permanente la funzione dei sottotitoli video","subtitle.disabledSubtitleDescription":"Se Immersive Translator's Video Subtitles entra in conflitto con altre estensioni, \xE8 possibile scegliere di disabilitare definitivamente la funzionalit\xE0 di Immersive Translator's Video Subtitles o disinstallare le altre estensioni in conflitto.","subtitle.autoEnableSubtitle":"Uso automatico dei sottotitoli bilingue","subtitle.autoEnableSubtitleDescription":"Una volta attivato, i sottotitoli bilingue verranno visualizzati automaticamente durante la riproduzione del video, altrimenti sar\xE0 necessario fare clic sul pulsante di traduzione per visualizzarli.","subtitle.preTranslation":"Tradurre i sottotitoli con la traduzione immersiva","subtitle.preTranslationDescription":"Quando \xE8 abilitato, l'intero sottotitolo sar\xE0 pre-tradotto utilizzando il servizio di traduzione specificato di seguito; un video di un'ora consumer\xE0 circa 50.000 gettoni o caratteri, quindi si prega di utilizzarlo a propria discrezione; quando \xE8 disabilitato, i sottotitoli originali saranno utilizzati per primi.","subtitle.humanSubtitlesPreferred":"Uso prioritario del sottotitolaggio umano","subtitle.humanSubtitlesPreferredDescription":"Privilegiare l'uso di sottotitoli umani quando il video ha sottotitoli umani nella lingua di destinazione (consigliato)",videoSubtitleTranslationDescription:"Assegnare un servizio di traduzione separato per i sottotitoli video",subtitleTranslating:"Attendere mentre i sottotitoli vengono tradotti con il servizio {service} ... (traduzione ad immersione)",subtitleLoading:"Caricamento dei sottotitoli...",bilingual:"bilinguismo","field.action":"Se abilitare la terminologia Baidu","description.action":"Quando \xE8 abilitato, un parametro action=1 sar\xE0 aggiunto alla richiesta per informare Baidu del termine abilitato; <1>per ulteriori informazioni, consultare la documentazione ufficiale.",closeQuickTranslation:"Chiudere Hoverball","closeQuickTranslation.untilNext":"Questa volta chiuso fino alla prossima visita","closeQuickTranslation.currentWebsite":"Sito attuale disabilitato","closeQuickTranslation.alwaysClose":"disabilitare in modo permanente","closeQuickTranslation.settingOpen":"(pu\xF2 essere attivata nella <1>pagina delle impostazioni )","closeQuickTranslation.cancel":"cancellazioni","closeQuickTranslation.confirm":"definire","floatBall.popup":"Aprire il pannello Impostazioni rapide","floatBall.translate":"Fare clic per tradurre la pagina","floatBall.showOriginal":"Fare clic per tornare all'articolo originale","floatBall.close":"Chiudere Hoverball","floatBallOptions.enableDescPc":"Dopo aver abilitato l'hoverball della pagina, verr\xE0 visualizzato un pulsante di traduzione rapida sul lato destro della pagina: cliccatelo per tradurre!","floatBallOptions.enableDesc":"Dopo aver disattivato l'hoverball, \xE8 possibile richiamarlo con{touch}. Si consiglia vivamente di inserire tra i preferiti questa pagina di impostazioni nel caso in cui non si riesca a trovare l'hoverball dopo aver inavvertitamente disattivato questa opzione!","description.azureApiUrl":"Inserire l'indirizzo dell'interfaccia API personalizzata",confirmSupportMouse:"Forzare l'abilitazione del supporto del mouse",confirmSupportMouseDescription:"Rilevato che il browser corrente non supporta la funzione del mouse, \xE8 necessario abilitare il supporto del mouse?",sampleTargetText:"Verr\xE0 la lunga notte e io veglier\xF2 da oggi fino alla morte. Non prender\xF2 moglie, non far\xF2 feudi, non avr\xF2 figli. Non porter\xF2 una corona, non lotter\xF2 per l'onore. Far\xF2 il mio dovere, vivr\xF2 e morir\xF2.",sampleSourceText:"Night gathers, and now my watch begins. It shall not end until my death. I shall take no wife, hold no lands, father no children. I shall wear no crowns and win no glory. I shall live and die at my post.","desc.touchShortcutsToggleTranslatePageOnlyTranslation":"Solo traduzione significa che verr\xE0 visualizzata solo la traduzione, se la pagina web non \xE8 ancora stata tradotta, passer\xE0 alla modalit\xE0 e tradurr\xE0.","desc.toggleOnlyTransation":"La modalit\xE0 solo traduzione significa che verr\xE0 visualizzato solo il testo tradotto, se la pagina web non \xE8 ancora stata tradotta, cambier\xE0 modalit\xE0 e tradurr\xE0.",touchShortcutsToggleTranslatePageOnlyTranslation:"Imposta il gesto del touchscreen per passare alla modalit\xE0 bilingue/solo testo tradotto",download_started:"Il download \xE8 gi\xE0 iniziato, se non si avvia automaticamente, fai clic manualmente.",here:"Qui","translationFont.customPlaceholder":"carattere","error.goReset":"Vai a resettare","translationFont.custom":"Inserisci il carattere personalizzato",batchEdit:"Operazione in blocco","translationModeUrl.translation.title":"Solo modalit\xE0 di traduzione del sito web","error.configError":"Anomalia dei dati di configurazione","error.serveConfigError":"Errore nella configurazione del servizio","touch.mouse-translate":"Tradurre il paragrafo specificato","error.proTokenInvalid":"Se sei un utente Pro, per favore accedi prima di utilizzare il servizio di traduzione Pro.","translationModeLang.translation.title":"Solo modalit\xE0 di traduzione della lingua","translationServices.inherit":"Segui il servizio di traduzione principale",enableSentryReport:"Quando si verifica un errore di estensione, invia un feedback utilizzando Sentry",videoSubtitlePreTranslationOn:"I sottotitoli video utilizzeranno la traduzione immersiva come priorit\xE0.",translationFont:"Imposta il carattere","error.reloadPageOfSetting":"Dopo la configurazione, si prega di aggiornare la pagina e tradurre di nuovo.",detectServiceLoading:"Sto controllando i servizi di traduzione disponibili...",toggleToService:"Passa a {service} e riprova","translationModeLang.translation.description":"Quando la lingua della pagina \xE8 una delle seguenti, verr\xE0 utilizzata automaticamente solo la modalit\xE0 di traduzione.","translationModeUrl.translation.description":"Quando il sito web ha i seguenti nomi di dominio, verr\xE0 utilizzata automaticamente solo la modalit\xE0 di traduzione.","error.403":"Il servizio restituisce un errore, non si ha temporaneamente l'autorizzazione per accedere a questo servizio.","error.400":"Il servizio restituisce un errore, errore nei parametri della richiesta, si prega di controllare la configurazione corrispondente.",videoSubtitlePreTranslationOff:"I sottotitoli del video daranno la priorit\xE0 ai sottotitoli automatici inclusi nel video originale.","error.proUpgrade":"Dopo l'aggiornamento, si prega di aggiornare la pagina e tradurre di nuovo.","translationFont.notSupportErrorMessage":"Si prega di controllare se il nome del carattere inserito \xE8 corretto, o confermare che il carattere \xE8 gi\xE0 installato sul tuo dispositivo.","error.429":"Il servizio restituisce un errore, indicando che la richiesta \xE8 troppo frequente o supera il limite di quota, si prega di riprovare pi\xF9 tardi.","error.502":"Il servizio ha restituito un errore, il servizio \xE8 in timeout, si prega di riprovare pi\xF9 tardi.","error.googleLimitIp":"Il servizio restituisce un errore, il servizio Google ha limitato questo indirizzo IP, si consiglia di cambiare il nodo di rete.","error.openAIExceededQuota":"Il servizio restituisce un errore: il saldo del tuo account OpenAI non \xE8 sufficiente, si prega di ricaricare o collegare una carta di credito nel pannello di controllo ufficiale di OpenAI.","error.gemini.429":"Il servizio Gemini attuale ha raggiunto la sua capacit\xE0 massima, si prega di riprovare pi\xF9 tardi o passare ad un altro servizio di traduzione.","desc.toggleVideoSubtitlePreTranslation":"Dopo aver premuto, i sottotitoli bilingui del video utilizzeranno in primo luogo le impostazioni di traduzione immersive, premendo di nuovo avranno la priorit\xE0 i sottotitoli automatici inclusi nel video originale. Nota: questa scorciatoia modifica le impostazioni globali.","error.serveUnavailable":"Il servizio [{serverName}] che stai utilizzando attualmente non \xE8 accessibile a causa di problemi di connessione o del fornitore di servizi. Ti consigliamo di provare a ricaricare la pagina o di cambiare il servizio di traduzione attraverso le <1>impostazioni. Se sei un membro <2>Pro, puoi scegliere di utilizzare i servizi di traduzione pi\xF9 stabili di DeepL o OpenAI (<3>clicca qui per una prova gratuita). Inoltre, potrebbe essere necessario controllare la tua rete o le impostazioni del proxy.","error.openAIFreeLimit":"Il servizio restituisce un errore, la frequenza attuale delle richieste di traduzione ha raggiunto il limite massimo di 3 volte al minuto, si prega di riprovare pi\xF9 tardi. (Questo \xE8 il limite ufficiale di OpenAI per l'API Key gratuita, per rimuovere questo limite, si prega di collegare una carta di credito nel backend di OpenAI.)","floatBall.iKnow":"Lo so.","floatBallOptions.fixedPosition":"Posizione fissa",notLogin:"Non connesso","translationServices.gemini":"Gemelli","error.retry":"Riprova",pickAll:"Seleziona tutto","slide.right":"Scorri a sinistra","multipleClick.2":"Doppio clic",loggedIn:"Accesso effettuato","error.reason":"Motivo dell'errore","multipleClick.4":"Quadruplo colpo","multipleClick.3":"Triplo colpo","widget.translateFile":"PDF/ePub",shortcutSettings:"Scorciatoia","tagsInput.add":"+ Aggiungi","shortcutGroup.others":"Pi\xF9 scorciatoie personalizzate","slide.left":"Scorri a destra","subtitle.hideQuickButton":"Non mostrare pi\xF9 questa scorciatoia","widget.videoSubtitle":"sottotitoli video","error.subscriptionExpiredTitle":"La membership \xE8 scaduta",alwaysTranslateThisSite:"Sempre tradurre questo sito","floatBallOptions.fixedPositionLeft":"Sinistra",touchShortcutsOff:"Chiudi",neverTranslateThisSite:"Non tradurre mai questo sito web",translationOnlyMode:"Solo modalit\xE0 di traduzione",viewWithImmersiveTranslate:"Versione bilingue (traduzione immersiva)",contact:"Contattaci","browser.translateWithBing":"Utilizzo temporaneo di Microsoft per tradurre la pagina corrente",buildSnapshots:"Genera un'istantanea della pagina web","intro.floatBallTitle":"Traduzione rapida della sfera galleggiante","browser.translateWithOpenAI":"Utilizzo temporaneo di OpenAI per tradurre la pagina corrente","widget.videoSubtitleTooltip":"Supporta Youtube e altri {count}+ siti di video","browser.translateWithDeepL":"Utilizzo temporaneamente DeepL per tradurre la pagina corrente",errorReason:"Motivo dell'errore: {message}","browser.translateWithTransmart":"Utilizzo temporaneo di Tencent per tradurre la pagina corrente","shortcutGroup.shortcutsForTranslationServices":"Scorciatoie relative ai servizi di traduzione","browser.translateWithGoogle":"Utilizzo temporaneo di Google per tradurre la pagina corrente",temprarilyChangeTranslationTo_gemini:"Sto utilizzando Gemini per tradurre la pagina corrente.","browser.translateWithGemini":"Utilizza temporaneamente Gemini per tradurre la pagina corrente","widget.instructionTooltip":"Visualizza le istruzioni per l'uso",goLogin:"Vai a fare il login",temprarilyChangeTranslationTo_openai:"Sto utilizzando OpenAI per tradurre la pagina corrente.",temprarilyChangeTranslationTo_transmart:"Sto utilizzando Tencent per tradurre la pagina corrente.","floatBallOptions.fixedPositionRight":"lato destro",paragraphMinTextCountField:"Il numero minimo di caratteri necessari per tradurre un paragrafo",mouseHoverCustomKeyTitle:"Personalizza la scorciatoia del mouse al passaggio del mouse",temprarilyChangeTranslationTo_deepl:"Sto utilizzando DeepL per tradurre la pagina corrente.","subtitle.bilingual":"Sottotitoli bilingui",temprarilyChangeTranslationTo_bing:"Sto utilizzando Microsoft Translate per tradurre la pagina corrente.","intro.hoverTitle":"Posiziona il mouse per tradurre il paragrafo corrente","shortcutGroup.main":"Scorciatoie da tastiera di funzioni comuni",temprarilyChangeTranslationTo_google:"Sto utilizzando Google Traduttore per tradurre la pagina corrente.","subtitle.autoDisableSubtitle":"Non attivare automaticamente i sottotitoli bilingue",upgradeToProErrorTitle:"Si prega di aggiornare a membro Pro prima di utilizzare questo servizio di traduzione",touchShortcutsToggleTranslatePage:"Imposta gesti touch per tradurre pagine web / visualizzare il testo originale","widget.translateFileTooltip":"Traduci documenti PDF, EPUB, SRT, ASS, HTML e TXT","widget.instruction":"Istruzioni per l'uso","proQuotaExceededError.resetTime":"3. Tempo di reimpostazione del limite: {resetTime}","shortcutGroup.touch":"Gesti specifici per touch screen","floatBall.guideClickToTranslate":"Clicca sulla sfera galleggiante di traduzione immersiva per tradurre rapidamente","subtitle.showQuickButton":"Nel lettore visualizza la scorciatoia per i sottotitoli bilingue","floatBall.longPress":"Tenendo premuto a lungo \xE8 possibile aprire rapidamente il pannello delle impostazioni.","neverTranslateText.title":"Le parole seguenti rimangono in lingua originale, non tradurre.","browser.translateInputBox":"Traduci il contenuto attuale del campo di input.","browser.toggleVideoSubtitlePreTranslation":"Passa ai sottotitoli bilingui utilizzando preferibilmente le impostazioni di traduzione immersive.","error.subscriptionExpired":"La tua iscrizione potrebbe essere scaduta, controlla lo stato della tua iscrizione.","shortcutGroup.mouse":"Configurazione scorciatoia per il passaggio del mouse","browser.toggleMouseHoverTranslateDirectly":"Abilita o disabilita temporaneamente la traduzione diretta al passaggio del mouse sulla pagina","intro.subtitleTitle":"Visualizzazione dei sottotitoli bilingui nei video online",networkError:"Il servizio di traduzione o la rete ha problemi",notLoginPro:"Non hai ancora effettuato l'accesso al tuo account membro.",touchShortcutsToggleTranslationMask:"Imposta il gesto del touchscreen per mostrare la traduzione della maschera / mostrare il testo originale","floatBallOptions.fixedPositionDesc":"La palla galleggiante \xE8 a sinistra o a destra della finestra?","desc.touchShortcutsToggleTranslateTouchElement":"Personalizza un gesto e puoi tradurre qualsiasi paragrafo in cui ti trovi.",confirmResetToDefaultSettings:"Confermi di voler ripristinare questo servizio di traduzione alle impostazioni predefinite? (Ripristina solo le impostazioni di questo servizio di traduzione)","description.baiduField":"I campi supportati sono visti <1>qui, se vuoto significa che non \xE8 specificato alcun campo.",touchShortcutsToggleTranslateTouchElement:"Imposta il gesto del touchscreen per tradurre il paragrafo specificato","desc.toggleTranslateTheWholePage":"Traduci l'intera area della pagina, di default, tradurremo l'area principale della pagina, puoi utilizzare questa scorciatoia per tradurre specificamente l'intera area della pagina.",mouseHoverCustomKeyDescription:"Puoi personalizzare una combinazione di tasti di scelta rapida per il passaggio del mouse, ad esempio: Alt+Z, Ctrl+E, Cmd+Alt+E o direttamente Cmd, si prega di inserire manualmente.",paragraphMinTextCountDesc:"Attenzione, qui si intende la lunghezza del carattere, ad esempio: ciao \xE8 composto da 5 caratteri, impostare un valore maggiore pu\xF2 ridurre la traduzione di paragrafi non necessari.","desc.toggleTranslateTheMainPage":"Traduci solo l'area principale della pagina, quando hai abilitato la traduzione di tutta l'area della pagina nelle impostazioni avanzate, puoi utilizzare questa scorciatoia per tradurre specificamente l'area principale della pagina.","subtitle.showQuickButtonDescription":"Nell'angolo in basso a destra del lettore video \xE8 disponibile una scorciatoia per attivare i sottotitoli bilingue.","desc.mouseHoverHoldKey":"Quando il mouse \xE8 in hover su un paragrafo, premendo contemporaneamente il tasto di scelta rapida a destra, \xE8 possibile tradurre direttamente quel paragrafo.","desc.interfaceLanguage":"Le impostazioni della lingua dell'interfaccia influenzano la lingua di visualizzazione del pannello di controllo e non hanno nulla a che fare con la lingua target della traduzione.",translationOnlyModeDescription:"La modalit\xE0 solo traduzione si riferisce alla visualizzazione solo del testo tradotto, non della modalit\xE0 bilingue predefinita. Nota: a causa di limitazioni tecniche, i collegamenti ipertestuali del testo originale non funzioneranno in modalit\xE0 solo traduzione.","desc.touchShortcutsToggleTranslatePage":"Dopo aver impostato, quando si utilizza un dispositivo mobile, \xE8 possibile toccare lo schermo con X dita contemporaneamente, scorrere a sinistra e a destra o fare clic continuamente per attivare la traduzione della pagina web / visualizzare il testo originale.","desc.touchShortcutsToggleTranslationMask":"La maschera di traduzione si riferisce all'effetto sfocato nello stile del testo tradotto (modalit\xE0 di apprendimento), che, una volta attivato, applica temporaneamente un effetto sfocato al testo tradotto, facilitando l'apprendimento.",shortcutSettingsTitle:"Impostazioni scorciatoie","proQuotaExceededError.onetime7day":'\uFF0Cpuoi scegliere uno dei seguenti metodi per risolvere:

1. Passa a {anotherService} o ad altri servizi di traduzione
2. Aggiorna a un membro mensile/annuale ',"contact.description":"Se avete domande o suggerimenti, siete invitati a compilare il modulo sottostante per contattarci, o inviare una mail a {email}, vi risponderemo il pi\xF9 presto possibile.","proQuotaExceededError.nonTrial":'\uFF0Cpuoi scegliere uno dei seguenti metodi per risolvere:

1. Passa a {anotherService} o ad altri servizi di traduzione
2. Acquista un pacchetto di traffico extra {translationService}',"proQuotaExceededError.trial":'\uFF0Cpuoi scegliere uno dei seguenti metodi per risolvere:

1. Passa a {anotherService} o ad altri servizi di traduzione
2. Aggiorna subito a membro ufficiale',"intro.floatBallDescription":"Una volta attivato, verr\xE0 visualizzato un pulsante di traduzione rapida sul lato destro della pagina, cliccandolo si pu\xF2 tradurre, cliccandolo di nuovo si pu\xF2 tornare al testo originale. Su dispositivi mobili, tenendo premuto il pallone galleggiante, \xE8 possibile aprire il pannello delle impostazioni rapide.","desc.toggleMouseHoverTranslateDirectly":"Dopo aver premuto questo tasto di scelta rapida, sulla pagina, basta che il mouse punti a qualsiasi testo per tradurlo automaticamente. Premendo di nuovo il tasto di scelta rapida, \xE8 possibile disattivare questa funzione di traduzione automatica.",shortcutDisableTooltip:"Si prega di impostare nella pagina di gestione delle scorciatoie da tastiera dell'estensione del browser, per ulteriori indicazioni si prega di consultare le istruzioni nella parte superiore di questa pagina.","subtitle.supportedSites":"\xC8 supportato l'uso di sottotitoli bilingui su questi siti web (Nota: a causa di limitazioni tecniche, alcuni siti web potrebbero aver bisogno di essere aggiornati dopo aver attivato i sottotitoli per la prima volta, o potrebbe essere necessario attendere che la traduzione sia completata per visualizzare i sottotitoli bilingui):","neverTranslateText.description":"A causa di alcune carenze di riconoscimento dei nomi propri da parte di alcuni motori di traduzione, puoi aggiungere parole qui per assicurarti che non vengano convertite durante il processo di traduzione. Si prega di notare che questa funzione distingue tra maiuscole e minuscole e supporta solo le lingue separate da spazi (come l'inglese, il francese), non \xE8 adatta per lingue come il giapponese, il coreano, ecc.","intro.subtitleDescription":"Dopo aver attivato questa funzione, i sottotitoli bilingui verranno visualizzati automaticamente durante la riproduzione del video. Se non \xE8 abilitato, \xE8 necessario fare clic manualmente sul pulsante di traduzione sulla pagina per visualizzare i sottotitoli. Si prega di notare che, a causa di limitazioni tecniche, alcuni siti web potrebbero richiedere l'aggiornamento della pagina o l'attesa del completamento della traduzione prima di poter visualizzare i sottotitoli bilingui. (Inoltre, \xE8 possibile attivare/disattivare il pannello di traduzione immersiva nell'angolo in alto a destra dopo aver aperto il sito web del video).

Attualmente \xE8 possibile utilizzare i sottotitoli bilingui su questi siti web:","intro.hoverDescription":"La traduzione al passaggio del mouse \xE8 una funzione molto importante nella traduzione immersiva, basta posizionare il mouse sul paragrafo e premere contemporaneamente la scorciatoia impostata per tradurre automaticamente il paragrafo corrente (nota: non \xE8 abilitato di default, si prega di impostarlo qui sotto), questa interazione \xE8 utilizzata per sostituire meglio la traduzione del testo selezionato, inoltre, questa funzione \xE8 ampiamente utilizzata in quelle aree di traduzione che non possono essere riconosciute, puoi utilizzare questa funzione per forzare la traduzione di qualsiasi paragrafo.",geminiWarning:"Attenzione: il servizio gratuito Gemini fornito da Google ha restrizioni severe, potrebbe essere considerato da Google come un tentativo dell'utente di eludere i loro limiti di quota gratuita utilizzando pi\xF9 chiavi. Non \xE8 consigliato usarlo, si consiglia di aspettare che Google apra l'interfaccia a pagamento di Gemini in futuro per usarlo.","floatBall.setting":"Impostazione","floatBall.translateToLanguage":"Fare clic per tradurre in {language}","floatBall.file":"Traduci PDF, EPUB, SRT, ASS, HTML, file TXT",changeToOnlyTempTranslationMode:"Alterna per visualizzare solo le traduzioni",changeToDualTempTranslationMode:"Passare alla traduzione bilingue","transitionMode.dual":"Contrasto bilingue","options.navbar.installApp":"Installa l'app per smartphone","options.navbar.translateFile":"Tradurre il documento","transitionMode.translation":"Solo il testo tradotto.","subtitle.transitionModeDescription":"Imposta i sottotitoli del video per il confronto bilingue o solo modalit\xE0 di traduzione","transitionMode.inherit":"Mantenere coerente con la modalit\xE0 di visualizzazione della traduzione predefinita del sistema","subtitle.transitionMode":"Impostazioni dei sottotitoli video bilingue / solo traduzione",translateFileTooltip:`Traduci PDF, ePub, srt, + {env.imt_sub_trans_field}: \u0905\u0928\u0941\u0935\u093E\u0926`,"subtitle.quickButton.cyan":"\u0928\u0940\u0932\u093E","subtitle.quickButton.green":"\u0939\u0930\u093E","subtitle.quickButton.black":"\u0915\u093E\u0932\u093E","subtitle.quickButton.white":"\u0938\u092B\u0947\u0926","subtitle.quickButton.yellow":"\u092A\u0940\u0932\u093E","subtitle.quickButton.red":"\u0932\u093E\u0932","subtitle.quickButton.setting":"\u0938\u0947\u091F \u0915\u0930\u0947\u0902","subtitle.quickButton.blue":"\u0928\u0940\u0932\u093E","subtitle.quickButton.magenta":"\u0917\u0941\u0932\u093E\u092C\u0940 \u0930\u0902\u0917","subtitle.quickButton.translationPositionBottom":"\u092E\u0942\u0932 \u092A\u093E\u0920 \u0915\u0947 \u0928\u0940\u091A\u0947","translationServices.claude":"\u0915\u094D\u0932\u0949\u0921","subtitle.quickButton.sourceFontSize":"\u092E\u0942\u0932 \u092B\u093C\u0949\u0928\u094D\u091F \u0906\u0915\u093E\u0930","subtitle.quickButton.sourceTextColor":"\u092E\u0942\u0932 \u092B\u093C\u0949\u0928\u094D\u091F \u0915\u093E \u0930\u0902\u0917","subtitle.quickButton.translationPosition":"\u0905\u0928\u0941\u0935\u093E\u0926 \u0938\u094D\u0925\u093F\u0924\u093F","subtitle.quickButton.translationPositionTop":"\u092E\u0942\u0932 \u092A\u093E\u0920 \u0915\u0947 \u090A\u092A\u0930","subtitle.quickButton.backgroundColor":"\u092A\u0943\u0937\u094D\u0920\u092D\u0942\u092E\u093F \u0930\u0902\u0917","subtitle.quickButton.backgroundOpacity":"\u092A\u0943\u0937\u094D\u0920\u092D\u0942\u092E\u093F \u0905\u092A\u093E\u0930\u0926\u0930\u094D\u0936\u093F\u0924\u093E","subtitle.quickButton.translationFontSize":"\u0905\u0928\u0941\u0935\u093E\u0926 \u092B\u093C\u0949\u0928\u094D\u091F \u0915\u093E \u0906\u0915\u093E\u0930","subtitle.quickButton.translationTextColor":"\u0905\u0928\u0941\u0935\u093E\u0926 \u092B\u093C\u0949\u0928\u094D\u091F \u0915\u093E \u0930\u0902\u0917",attachSubtitleTranslating:"{service} \u0915\u093E \u0909\u092A\u092F\u094B\u0917 \u0915\u0930\u0915\u0947 \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930 \u0930\u0939\u093E \u0939\u0948...","error.claude.403":"\u0938\u0947\u0935\u093E \u0924\u0915 \u092A\u0939\u0941\u0902\u091A \u0915\u093E \u0915\u094B\u0908 \u0905\u0927\u093F\u0915\u093E\u0930 \u0928\u0939\u0940\u0902 \u0939\u0948, \u092F\u0939 Claude \u0915\u0940 \u0915\u094D\u0937\u0947\u0924\u094D\u0930\u0940\u092F \u0938\u0940\u092E\u093E\u0913\u0902 \u0938\u0947 \u0938\u0902\u092C\u0902\u0927\u093F\u0924 \u0939\u094B \u0938\u0915\u0924\u093E \u0939\u0948, \u0906\u092A \u0905\u092A\u0928\u093E IP \u092A\u0924\u093E \u092C\u0926\u0932\u0928\u0947 \u0915\u093E \u092A\u094D\u0930\u092F\u093E\u0938 \u0915\u0930 \u0938\u0915\u0924\u0947 \u0939\u0948\u0902, \u092F\u093E \u0905\u0928\u094D\u092F \u0905\u0928\u0941\u0935\u093E\u0926 \u0938\u0947\u0935\u093E\u0913\u0902 \u0915\u093E \u0909\u092A\u092F\u094B\u0917 \u0915\u0930 \u0938\u0915\u0924\u0947 \u0939\u0948\u0902\u0964","browser.brandDescriptionForSafari":"\u3010\u0907\u092E\u0930\u094D\u0938\u093F\u0935 \u0905\u0928\u0941\u0935\u093E\u0926\u3011 \u090F\u0915 \u092E\u0941\u092B\u094D\u0924 (\u092E\u0942\u0932 / \u0905\u0928\u0941\u0935\u093E\u0926) \u0926\u094D\u0935\u093F\u092D\u093E\u0937\u0940 \u0935\u0947\u092C\u092A\u0947\u091C \u0905\u0928\u0941\u0935\u093E\u0926 \u092A\u094D\u0932\u0917\u0907\u0928, \u091C\u094B \u0938\u092E\u092F-\u0938\u092E\u092F \u092A\u0930 PDF \u0905\u0928\u0941\u0935\u093E\u0926 \u0914\u0930 EPUB \u0908-\u092C\u0941\u0915 \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u093E \u0938\u092E\u0930\u094D\u0925\u0928 \u0915\u0930\u0924\u093E \u0939\u0948 \u0914\u0930 \u092E\u0942\u0932 \u0926\u0938\u094D\u0924\u093E\u0935\u0947\u091C\u093C \u0915\u0940 \u0935\u093F\u0928\u094D\u092F\u093E\u0938 \u0915\u094B \u092C\u0928\u093E\u090F \u0930\u0916\u0924\u093E \u0939\u0948, Youtube/Netflix \u0906\u0926\u093F \u0911\u0928\u0932\u093E\u0907\u0928 \u0935\u0940\u0921\u093F\u092F\u094B \u0926\u094D\u0935\u093F\u092D\u093E\u0937\u0940 \u0909\u092A\u0936\u0940\u0930\u094D\u0937\u0915 \u0905\u0928\u0941\u0935\u093E\u0926, Deepl/Google \u0906\u0926\u093F \u092A\u094D\u0930\u092E\u0941\u0916 \u0905\u0928\u0941\u0935\u093E\u0926 \u0938\u0947\u0935\u093E\u0913\u0902 \u0915\u093E \u0938\u092E\u0930\u094D\u0925\u0928 \u0915\u0930\u0924\u093E \u0939\u0948;","browser.PdfProFile":"AI \u0938\u0902\u091A\u093E\u0932\u093F\u0924 PDF Pro \u0905\u0928\u0941\u0935\u093E\u0926","browser.textTranslate":"\u0932\u093F\u0916\u093F\u0924 \u0905\u0928\u0941\u0935\u093E\u0926"};var Ml={nologin:"non \xE8 stato effettuato l'accesso",loginForSafari:"Accedi o registrati",login:"Accedi per aprire un'iscrizione",manageAccount:"Conti gestiti",openPremium:"Soci aperti",logout:"interrompere",curentPlan:"Pacchetti attuali",endAt:"scadenza",endAuto:"rinnovo automatico",lineBreakMaxTextCount:"Numero massimo di caratteri consentiti per frase dopo le interruzioni di riga","translate-pdf":"Clicca per tradurre il PDF","noSupportTranslate-pdf":"Script non supportato, utilizzare il plugin","translate-firefox-local-pdf":"Fare clic per andare a Importazione PDF",enableLineBreak:"Abilita l'avanzamento automatico delle righe per i paragrafi lunghi",sponsorLabel:"1$ Sviluppatori sponsorizzati",help:"mano",browserShortcutsNoteForFirefox:"Per modificare le scorciatoie in Firefox, \xE8 necessario aprire la pagina di gestione delle estensioni `about:addons`, quindi fare clic su `Impostazioni` e poi su `Gestione scorciatoie` per impostare le scorciatoie.",browserShortcutsNoteForChrome:"Per modificare le scorciatoie in Chrome, \xE8 necessario aprire la pagina di gestione delle estensioni, impostarle nel pannello `Gestione scorciatoie` (`chrome://extensions/shortcuts`) e fare clic sul pulsante sottostante per passare alla pagina di gestione delle scorciatoie.",browserShortcutsSucks:"Le scorciatoie personalizzate sono formattate come (non viene effettuato il riconoscimento automatico, inserire direttamente)\uFF1A",enableLineBreakDescription:"Quando \xE8 attivata, le interruzioni di riga vengono inserite alla fine di ogni frase nei paragrafi lunghi per facilitarne la lettura.","browser.shortBrandName":"Traduzione in immersione","browser.brandName":"Immersion Translation: traduzione bilingue di pagine web e documenti PDF","browser.brandDescription":"Bilingual web page translation, also supports PDF translation, bilingual Epub eBook translation, free to use.","browser.toggleTranslatePage":"Tradurre la pagina/visualizzare il testo originale","browser.toggleTranslateTheWholePage":"Tradurre tutte le aree della pagina/visualizzare il testo originale","browser.toggleOnlyTransation":"Cambia modalit\xE0 bilingue/solo traduzione","browser.toggleTranslateToThePageEndImmediately":"Traduzione immediata a fondo pagina/visualizzazione del testo originale","browser.toggleTranslateTheMainPage":"Tradurre l'area principale della pagina/visualizzare il testo originale","browser.shareToDraft":"Condividi le pagine bilingue","browser.openOptionsPage":"Aprire la pagina delle impostazioni","browser.toggleTranslationMask":"Mostra/nascondi l'effetto di sfocatura della traslazione","browser.translateLocalPdfFile":"Tradurre i file PDF locali","browser.openEbookViewer":"Leggere gli eBook locali","browser.openEbookBuilder":"Creare eBook EPUB bilingue","browser.translateLocalHtmlFile":"Tradurre file HTML/testo","browser.donateContext":"Scopri i vantaggi della sponsorizzazione","browser.translateLocalSubtitleFile":"Tradurre i file dei sottotitoli locali",confirmResetConfig:"\xC8 sicuro di voler ripristinare le impostazioni?",translationLineBreakSettingTitle:"Impostazione dell'avanzamento riga di traduzione",smartLineBreak:"alimentazione di linea intelligente (calcolo)",alwaysLineBreak:"Sempre avanzamento di riga",isShowContextMenu:"Aggiungere pagine tradotte alle voci di menu del tasto destro del mouse",toggleBeta:"Abilitazione delle funzioni di beta testing",betaDescription:"Attiva funzioni ancora sperimentali e un servizio di traduzione in beta. Unitevi al <1>gruppo Telegram per saperne di pi\xF9.",translationLineBreakSettingDescription:"Le interruzioni di riga sono sempre ordinate per le pagine con meno contenuti. (Usare interruzioni di riga intelligenti nei paragrafi lunghi e ricchi di contenuti (pi\xF9 di{count}caratteri) per risparmiare spazio).",tempTranslateDomainTitle:"Durata dell'attivazione temporanea della traduzione del sito web",tempTranslateDomainDescription:"Quando si traduce manualmente una pagina web, \xE8 possibile attivare temporaneamente la traduzione automatica del sito web e impostare la durata temporanea.",xMinutes:"{count} minuti",disabled:"vietare l'uso di qcs.",changelog:"Registro degli aggiornamenti",toggleTranslatePageWhenThreeFingersOnTheScreen:"Il tocco simultaneo di pi\xF9 dita sullo schermo traduce le pagine web/visualizza il testo originale",toggleTranslationMaskWhenThreeFingersOnTheScreen:"Il tocco con pi\xF9 dita mostra/nasconde l'effetto di sfocatura.",fingerCountToToggleTranslagePageOnlyTranslationWhenTouching:"Pi\xF9 dita che toccano lo schermo contemporaneamente traducono la pagina web (solo traduzione)/visualizzano il testo originale.",addUrlDescription:"Pu\xF2 essere un nome di dominio e supporta anche i caratteri jolly, ad esempio\uFF1A*.google.com, google.com/mail/*, https://www.google.com/*",general:"Impostazioni di base",clickToExpandConfig:"Espandere la configurazione attuale",import:"Importazione da file",export:"Esportazione su file",toggleDebug:"Stampa il log di debug sulla console","fingers.0":"coagulo","fingers.2":"tocco con due dita","fingers.3":"tocco con tre dita","fingers.4":"tocco a quattro dita","fingers.5":"tocco a cinque dita",mouseHoldKey:"+ {key} tradurre/ripristinare il paragrafo",mouseHoldKeyAuto:"Traduzione diretta del paragrafo",mouseHoldKeyOff:"Non fare nulla.",mouseHoldKeyOther:"Collegamenti personalizzati (impostazioni di apertura)",mouseHoldKeyCustomKey:"{key} Traduzione/riduzione del paragrafo",mouseHoverHoldKey:"Passaggio del mouse mentre si premono i tasti di scelta rapida per tradurre i paragrafi","mouse-translate":"passaggio del mouse",document:"(computer) file",resetSuccess:"Reimpostare tutte le impostazioni con successo",resetThisSuccess:"Ripristino riuscito",saved:"Salva il successo",successImportConfig:"Configurazione importata con successo",goAdvancedSettings:"Andare alla pagina Impostazioni avanzate",goAdvancedInterfaceSettings:"Andare alla pagina Impostazioni di personalizzazione avanzate",advanced:"Impostazioni avanzate",advancedDescription:"In genere non \xE8 necessaria alcuna impostazione, basta lasciarla come predefinita. Solo per gli utenti pi\xF9 specializzati sono disponibili impostazioni pi\xF9 personalizzate.",developer:"Impostazioni dello sviluppatore",donateCafe:"prezzi","translate to the bottom of the page":"Si traduce in fondo alla pagina subito dopo l'ingresso nella pagina?",feedback:"Domanda Feedback",toggleTranslatePage:"Tradurre la pagina/visualizzare il testo originale",translateToThePageEndImmediatelyDescription:"Se si attiva, il contenuto viene tradotto immediatamente dall'inizio alla fine della pagina, non appena viene inserito. Se lo si disattiva, il contenuto viene tradotto man mano che si legge. (Non consigliato)","translate all areas of the page":"Se tradurre tutte le aree della pagina",translationAreaDescription:"Attivato, vengono tradotte tutte le aree dell'intera pagina web. Se si disattiva, viene utilizzato il riconoscimento intelligente predefinito e vengono tradotte solo le aree principali. (Non si consiglia di attivarlo)","the number of characters to be translated first":"Tradurre direttamente i primi caratteri della pagina senza attendere lo scorrimento dell'area di visualizzazione","interface language":"linguaggio dell'interfaccia","display both the original text and the translation":"Visualizzazione simultanea di originale e traduzione","keyboard shortcuts":"Scorciatoie da tastiera",modify:"Modifica dei tasti di scelta rapida",reset:"riproposizione",close:"coagulo",homepage:"homepage",more:"di pi\xF9",moreOptions:"Ampliare le opzioni di personalizzazione",translateTheWholePage:"Tradurre tutte le aree della pagina (invece di riconoscere intelligentemente le aree principali)",changeToTranslateTheWholePage:"Passare alla traduzione di tutte le regioni",changeToTranslateTheMainPage:"Passare all'area principale di traduzione",changeToOnlyTranslationMode:"Alterna per visualizzare solo le traduzioni",changeToDualTranslationMode:"Passare alla traduzione bilingue",translateToThePageEndImmediately:"Traduzione immediata a fondo pagina",translateTheMainPage:"Regioni chiave della traduzione intelligente","The local rules are up to date":"Le norme di adattamento locali sono aggiornate.","Successfully synchronized with the latest official rules:":"Sincronizzato con successo con le ultime regole ufficiali di adattamento.","Checking for updates":"Controllo degli aggiornamenti","Rules are being synchronized":"Regole di adattamento sincronizzate",localVersionIsTooOld:"La versione dell'estensione locale \xE8 troppo vecchia; aggiornare l'estensione a {minVersion} o a una versione pi\xF9 recente prima di tentare la sincronizzazione.",badUserscriptBrowser:"Il browser attuale non implementa correttamente l'interfaccia dell'estensione Grease Monkey (ad esempio, per ottenere informazioni sul numero di versione dello script Grease Monkey stesso); si prega di utilizzare altri browser che <1>supportano l'estensione Grease Monkey, come Firefox.",foundNewVersion:"Scoprite la nuova versione",theLocalExtensionIsUpToUpdate:"L'estensione attuale \xE8 aggiornata.",failToSyncRules:"Mancata sincronizzazione delle ultime regole di adattamento",retry:"Fare clic qui per riprovare",failedReason:"Motivi del fallimento",currentRuleVersion:"Versione attuale della regola",calculating:"calcoli",unknownError:"errore sconosciuto",canNotFetchRemoteRule:"Impossibile ottenere le regole remote",enableAlphaSuccess:"Alfa abilitato",disableAlphaSuccess:"La funzione Alpha \xE8 stata disattivata",cacheSize:"Dimensione della cache\uFF1A",cleaning:"in fase di liquidazione",cleanCache:"cancellare la cache",options:"allestimento",about:"rispetto a",service:"servizio di interpretariato",needAction:"(Vai alle impostazioni)",goSettings:"procedere con l'impostazione",needActionForOptions:"(da impostare)",translationEngine:"Opzioni del motore",sourceLanguage:"Lingua originale",target:"lingua di destinazione",popupSourceLanguage:"Lingua originale",popupTarget:"lingua di destinazione",popupService:"servizio di interpretariato",forThisSite:"Sito web attuale",autoEnableSubtitle:"Attiva automaticamente i sottotitoli bilingue",alwaysTranslate:"Tradurre sempre",neverTranslate:"Mai tradurre",alwaysTranslateSomeLanguage:"Tradurre sempre {language}",neverTranslateSomeLanguage:"Mai tradurre {language}",alwaysTranslateSomeSite:"Tradurre sempre {hostname}",neverTranslateSomeSite:"Mai tradurre {hostname}",alwaysTranslateSomeSiteOrWildSite:"Tradurre sempre il sito",alwaysTranslateSomePage:"Tradurre sempre la pagina",add:"aumento",default:"predefinito (impostazione)",forThisLanguage:"Per questa lingua\uFF1A","add url":"Inserire l'URL",edit:"compilatore","translate other languages into specific language":"Tradurre altre lingue nella lingua impostata","select translation service":"Selezionare un servizio di traduzione",language:"multilinguismo","show-original":"Mostra il testo originale",translate:"rendering",Translated:"tradotto",Translating:"in traduzione",Error:"non corretto",allowCacheTranslations:"Abilitare la cache delle traduzioni locali (per ridurre le richieste di traduzione per i passaggi duplicati)","translation display":"Stile di visualizzazione della traduzione","select diplay style":"Distinguere gli stili di traduzione, con specifico riferimento ai seguenti esempi",interface:"Impostazioni dell'interfaccia",import_export:"Importazione/Esportazione",import_export_title:"Configurazione di importazione/esportazione",syncToGoogleDrive:"Sincronizzazione con Google Drive ora",floatBallOptions:"Impostazioni Hoverball","floatBallOptions.enable":"Abilitare l'Hoverball","floatBallOptions.blockUrls":"Disattivare il sito web","floatBallOptions.add":"aumento","floatBallOptions.blockUrlDesc":"Gli Hoverball non vengono visualizzati quando si incontrano i seguenti siti web","floatBallOptions.clickType":"comportamento di clic","floatBallOptions.clickTypeDesc":"Comportamento dell'icona Hoverball quando viene cliccata","floatBallOptions.clickPopup":"Mostra pannello di traduzione","floatBallOptions.clickTranslate":"Traduzione/visualizzazione del testo originale",previewAllThemes:"Anteprima di tutti gli stili","translationTheme.none":"non hanno","translationTheme.grey":"grigio scuro","translationTheme.dashed":"sottolineatura tratteggiata","translationTheme.dotted":"trattino basso tratteggiato","translationTheme.dashedBorder":"bordo tratteggiato","translationTheme.solidBorder":"bordo solido","translationTheme.underline":"Sottolineare le linee rette","translationTheme.mask":"Effetti fuzzy (modalit\xE0 di apprendimento)","translationTheme.opacity":"effetto trasparenza","translationTheme.paper":"Effetto ombra su carta bianca","translationTheme.dividingLine":"linea di demarcazione","translationTheme.highlight":"alta luminosit\xE0","translationTheme.marker":"marcatore (parola d'ordine)","translationTheme.marker2":"Marcatore 2","translationTheme.blockquote":"Stili di riferimento","translationTheme.weakening":"indebolimento","translationTheme.italic":"carattere obliquo","translationTheme.bold":"addensare","translationTheme.thinDashed":"sottile linea tratteggiata di sottolineatura","translationTheme.nativeDashed":"Il sistema \xE8 dotato di una sottolineatura tratteggiata","translationTheme.nativeDotted":"Il sistema viene fornito con una sottolineatura tratteggiata","translationTheme.nativeUnderline":"Il sistema viene fornito con una linea retta di sottolineatura","translationTheme.wavy":"linea ondulata","translationServices.custom":"API personalizzata","translationServices.tencent":"Traduttore Tencent","translationServices.tenAlpha":"Traduttore Tencent (Alpha)","translationServices.google":"Google Translate","translationServices.bai":"Baidu (Alfa)","translationServices.baidu":"Traduzione di Baidu","translationServices.aliyun":"Traduzione di AliCloud","translationServices.volc":"traduzione vulcanica","translationServices.deeplx":"DeepLX (Beta)","translationServices.bing":"Microsoft Translate","translationServices.deepl":"DeepL","translationServices.wechat":"Traduzione di WeChat","translationServices.azure":"Traduzione di Azure","translationServices.ibm":"IBM Watson","translationServices.aws":"Traduzione Amazon","translationServices.mock":"Traduzione simulata","translationServices.mock2":"Traduzione simulata 2","translationServices.caiyun":"illuminato. nuvole colorate e piccole traduzioni","translationServices.cai":"Nuvole colorate (Alpha)","translationServices.volcAlpha":"Vulcano (Alfa)","translationServices.openl":"AprireL","translationServices.youdao":"Traduzione su Youtube","translationServices.you":"Traduttore Youdao (Alpha)","translationServices.transmart":"Traduzione interattiva di Tencent","translationServices.niu":"Traduttore anticonformista","translationServices.papago":"Traduzione di Papago","translationServices.d":"D (Alfa)","translationServices.dpro":"D Pro (Canarino)","translationServices.openai":"OpenAI","translationServices.yandex":"Yandex","translationServices.chatgpt":"ChatGPT Web(3.5 mobile)","translate title":"Tradurre i titoli delle pagine","always languages":"Tradurre sempre la lingua",neverTranslateLanguagesLabel:"La lingua che non sar\xE0 mai tradotta",neverTranslateTheFollowingLanguagesDescription:"Le traduzioni vengono saltate quando un paragrafo della pagina \xE8 in una delle seguenti lingue",enableUserscriptPagePopup:"Mostra l'hoverball nella pagina",enableUserscriptPagePopupDescription:"Dopo aver disattivato l'hoverball, pu\xF2 essere richiamato con la scorciatoia /{touch}. Si consiglia vivamente di inserire tra i preferiti questa pagina di impostazioni per evitare di non riuscire a trovare l'hoverball dopo aver inavvertitamente disattivato questa opzione!","always translate the following languages":"Traduce automaticamente nella lingua di destinazione quando la pagina \xE8 in una delle seguenti lingue","always sites":"Siti web sempre tradotti","always translate the following sites":"I siti web vengono tradotti automaticamente nella lingua di destinazione quando sono i nomi di dominio di","never sites":"Sito web mai tradotto","never translate the following sites":"Le traduzioni non verranno effettuate quando il sito web \xE8 destinato ai seguenti domini","please refer to":"\xC8 necessario compilare la chiave prima di poterla utilizzare.",KeyAndConfigurationTutorial:"Esercitazione sull'applicazione e la configurazione delle chiavi",useAboveStyleForTheseSites:"Usare sempre lo stile di traduzione \u2308{theme}\u230B quando il sito \xE8 destinato ai seguenti domini",currentUrl:"URL corrente",confirm:"salvare (un file, ecc.) (informatica)",cancel:"cancellazioni",delete:"rimozione","languages.auto":"rilevamento automatico",syncToCloud:"Sincronizzazione con Google Drive",syncToCloudDescription:"Caricata nel cloud, la configurazione pu\xF2 essere sincronizzata tra diversi browser/ script di scimmia grassa, a seconda dell'ultima modifica.",syncToAccount:"Sincronizzazione con il Cloud di traduzione immersiva",syncToAccountButton:"Sincronizzazione istantanea con il cloud",syncToAccountDescription:"Sincronizzare automaticamente le configurazioni tra i diversi dispositivi, a seconda dell'ultima modifica.",successSyncConfigInAccount:"Sincronizzazione riuscita con il cloud",successSyncConfigToAccount:"Sincronizzazione riuscita con il cloud",syncConfigNoUpdate:"\xC8 gi\xE0 aggiornato.",authFail:"Mancata autorizzazione",syncTitle:"Gestione manuale del backup",import_hint:"importazione (dati)",upload:"caricare",revokeAuth:"revocare un'autorizzazione",uploadFail:"Caricamento fallito",download:"scaricare",importSuccess:"Importato con successo",importFail:"errore di importazione",deleteFail:"Cancellazione non riuscita",backupToCloud:"Gestione manuale dei file di backup",create_new_backup:"Aggiungere un nuovo nodo di backup",maxBackupFiles:"\xC8 possibile eseguire il backup di un massimo di{count}nodi diversi; eliminare i nodi non necessari.",backupToCloudDescription:"Caricare o ripristinare manualmente i file di backup, consentendo fino a 3 backup diversi.",successSyncConfig:"Sincronizzazione di successo con il cloud",syncFail:"errore di sincronizzazione",updatedAt:"Aggiornato da {date}",lastSyncedAt:"Ultimo controllo: {date}",downloadFail:"Impossibile scaricare",clickToDownload:"Fare clic per scaricare",aboutLabel:"Informazioni - Feedback","browser.openAboutPage":"Informazioni/Risposte",aboutLabelWithoutSponsor:"Informazioni - Feedback",aboutIntro:"Che tutti noi possiamo avere un accesso pi\xF9 facile e piacevole alla grande quantit\xE0 di informazioni in lingua straniera su Internet \u2764\uFE0F Potete scegliere di attivare la vostra <6>iscrizione Pro per utilizzare le traduzioni di DeepL e OpenAI.

Potete seguirci su <3>Twitter, <4>Telegram, Weibo, WeChat o <5>iscrivervi alla nostra mailing list per seguire gli aggiornamenti.
I <7>membri Pro possono contattarci all'indirizzo <8>support@immersivetranslate.com per un rapido servizio clienti.",aboutIntroWithoutSponsor:"Che tutti noi possiamo avere un accesso pi\xF9 facile e piacevole all'enorme quantit\xE0 di informazioni in lingua straniera disponibili su Internet \u2764\uFE0F

Potete seguirci su <3>Twitter, <4>canale Telegram, WeChat, WeChat Exchange, o <5>iscrivervi per seguire gli aggiornamenti via <5>e-mail qui sotto.",projectHomepage:"Progetto Home",joinTelegramGroup:"Unitevi al gruppo di utenti per partecipare alle discussioni sulle funzionalit\xE0",wechatPublicAccount:"WeChat Pubblico",wechatCommunities:"Gruppo di scambio WeChat",qqCommunities:"Canale di comunicazione QQ",joinTelegramChannel:"Seguite il canale Telegram per gli ultimi aggiornamenti",feedbackAndJoin:"Domanda Feedback / Aggiungi gruppo",autoSync:"sincronizzazione automatica dell'ora",loadingThemeTitle:"Stile di caricamento",loadingThemeDescription:"Impostazione dello stile in attesa del caricamento della traduzione","loadingTheme.spinner":"Animazione di rotazione","loadingTheme.text":"testo statico qcs. ","loadingTheme.none":"non mostrato",developerDescription:"La documentazione sulla personalizzazione avanzata \xE8 disponibile <1>qui","edit border color":"Modificare il colore del bordo",successSyncButNoChange:"La configurazione attuale \xE8 coerente con il cloud",customTheme:"Colori e dimensioni personalizzate","customThemeLabel.borderColor":"Colore del bordo","customThemeLabel.borderRadius":"Bordi arrotondati","customThemeLabel.textColor":"colore del testo","customThemeLabel.backgroundColor":"colore di sfondo","customThemeLabel.zoom":"Scalatura dei caratteri (%)","customThemeLabel.opacity":"Opacit\xE0 del testo (%)",resetToDefaultColor:"Ripristino dei colori predefiniti",resetToDefaultSettings:"Ripristino delle impostazioni predefinite",isTranslateTitle:"Abilita la traduzione dei titoli delle pagine",isTranslateTitleDescription:"All'apertura, il titolo della pagina viene tradotto",enableSearchEnhancement:"Abilitazione del miglioramento dei messaggi bilingue",enableSearchEnhancementDescription:'Una volta abilitato, i risultati della ricerca di "Google News" verranno automaticamente visualizzati nella colonna destra dei siti web supportati (Google News, Google Search (alcune parole chiave), Snowball, Oriental Fortune, Futura, Tiger Community) per le parole chiave inglesi corrispondenti.',verifyService:"Clicca qui per testare il servizio",verified:"Verifica del successo","field.langs":"Codici lingua supportati","field.model":"modellazione","field.translationEngine":"motore di traduzione","field.limitPerMinute":"Richieste massime al minuto","field.limitPerSecond":"Numero massimo di richieste al secondo","field.maxTextLengthPerRequest":"Lunghezza massima del testo per richiesta","field.maxTextGroupLengthPerRequest":"Numero massimo di paragrafi per richiesta","field.apiUrl":"Indirizzo dell'interfaccia API personalizzata","field.placeholderDelimiters":"segnaposto riservato","description.custom":"Interfaccia personalizzata Accesso Documentazione necessaria","description.limitPerMinute":"Le richieste che superano questo limite vengono messe in coda fino all'inizio del minuto successivo. A causa delle varie limitazioni dell'attuale servizio di OpenAI, fare clic <1>qui per gli ultimi valori suggeriti.","description.limitPerSecond":"Le richieste che superano questo limite vengono messe in coda fino all'inizio del secondo successivo. A causa delle varie limitazioni dell'attuale servizio di OpenAI, fare clic <1>qui per gli ultimi valori suggeriti.","description.generalLimitPerSecond":"Le richieste che superano questo limite vengono messe in coda fino all'inizio del secondo successivo.","description.prompt":"Invia una conversazione a {service} come utente, dove {{text}} rappresenta il contenuto del testo del paragrafo, {{from}} rappresenta la lingua del paragrafo, {{to}} rappresenta la lingua di destinazione.","description.maxTextLengthPerRequest":"Il numero massimo di caratteri per richiesta \xE8 troppo elevato e causa una risposta lenta dell'interfaccia; provare a regolare questa opzione per ottimizzare la velocit\xE0.","description.systemPrompt":"Invia una conversazione a {service} come sistema, dove {{text}} rappresenta il contenuto del testo del paragrafo, {{from}} rappresenta la lingua del paragrafo, {{to}} rappresenta la lingua di destinazione.","field.domain":"regno","description.domain":"L'impostazione predefinita \xE8\uFF1Ageneral. Pu\xF2 essere impostata solo se la traduzione con dominio \xE8 abilitata nella console Arima API, vedere <1>qui per i domini supportati.","field.scene":"prendere","description.scene":"Valore predefinito:\uFF1Ageneral. Pu\xF2 essere impostato solo se la console API di AliCloud apre Machine Translation Pro, vedere <1>qui per gli scenari supportati.","field.vocabId":"ID del dizionario utente","description.vocabId":"Il dizionario out_id specificato, attualmente supporta la traduzione dall'inglese al cinese.","description.model":"Modelli OpenAI, possono essere gpt-3.5-turbo, gpt-4, ecc.","description.maxTextGroupLengthPerRequest":"Il numero di paragrafi inviati al servizio di traduzione alla volta; se ci sono troppi paragrafi, l'interfaccia potrebbe rispondere pi\xF9 lentamente.","description.apiUrl":"Si prega di aggiungere URL specifici con percorsi, <1>ulteriori descrizioni",enabledExtension:"Abilitazione delle estensioni",clickToDisableExtension:"Fare clic per disattivare le estensioni",clickToEnableExtension:"Fare clic per abilitare le estensioni",hasBeenDisabled:"disabilitato","show password":"Mostra password",customContent:"Inserire un nome di modello personalizzato",inputOptions:"Miglioramento della casella di input",mouseHoverOptions:"passaggio del mouse",modifyMouseHoverKey:"Modifica della scorciatoia per il passaggio del mouse",enableInputTranslation:"Abilitare o meno il miglioramento della casella di input",enableInputTranslationDescription:"Una volta abilitato, digitare {startingKey}{startingKey} hello direttamente nella casella di input, poi premere rapidamente{inputTrailingTriggerKeyRepeatTimes}volte{trailingKey}per tradurre in {inputTargetLanguage}.",enableInputTranslationDescriptionForNoneKey:"Una volta abilitato, digitate\uFF1AHello World direttamente nella casella di input, quindi premete rapidamente{inputTrailingTriggerKeyRepeatTimes}{trailingKey}volte per tradurre nella lingua di destinazione predefinita.",inputTargetLanguage:"Impostazione della lingua di destinazione predefinita per le caselle di input",inputTargetLanguageDescription:"Lingua di destinazione predefinita per la traduzione della casella di input, ovvero {startingKey}{startingKey} come lingua predefinita per le parole di attivazione.",inputTargetLanguageDescriptionForNoneKey:"Lingua di destinazione predefinita per la traduzione della casella di input",inputStartingTriggerKeyTitle:"Impostazione del carattere di divisione per la traduzione parziale della casella di input",inputStartingTriggerKeyDescription:"Quando non \xE8 necessario tradurre l'intera casella di input, lo splitter consente di tradurre solo la parte da {startingKey}{startingKey} alla fine della casella di input, oppure \xE8 possibile specificare il codice della lingua, ad esempio\uFF1A{startingKey}ja significa tradurre solo la parte da {startingKey}ja alla fine della casella di input.",inputStartingTriggerKeyDescriptionForNoneKey:"L'impostazione attuale di nessun prefisso non \xE8 necessaria e la funzione di traduzione di alcuni testi nella casella di immissione non \xE8 al momento disponibile.",inputTrailingTriggerKeyTitle:"Selezionare un carattere di attivazione di fine inserimento",inputTrailingTriggerKeyDescription:"3 colpi veloci{trailingKey} inizier\xE0 a tradurre!",inputTrailingTriggerKeyTimeout:"Immettere l'intervallo di tempo tra gli inneschi di fine combattimento",inputTrailingTriggerKeyTimeoutDescription:"Imposta l'intervallo di tempo (in millisecondi) tra le attivazioni della combo di fine input",spaceKey:"<\u7A7A\u683C\u952E>",noneKey:"Traduzione diretta dell'intera casella di testo senza prefissi",inputTranslationBlockUrlsTitle:"Non abilitare il miglioramento della casella di input nei seguenti URL",inputTranslationBlockUrlsDescription:"I miglioramenti della casella di input non funzionano con i seguenti URL",clickToSeeQuickDemo:"Fare clic per espandere il video di esercitazione rapida di 30 secondi",inputHelperInfo:"Descrizione\uFF1AAbbiamo ottimizzato il fatto che alcuni caratteri di attivazione si trasformano in segni di punteggiatura cinesi con i metodi di input cinesi, ad esempio, / si trasforma in un segno di dun, con il metodo di input Sogou, e Immersive Translator supporta tutti i simboli cinesi corrispondenti ai caratteri di attivazione, ad esempio //,,, saranno riconosciuti come caratteri di attivazione.

Supportiamo anche gli alias cinesi per i codici di lingua come comandi, ad esempio /Japanese Hello World verr\xE0 tradotto in giapponese; <1>fare clic qui per vedere tutti i codici di lingua supportati.",reloadCurrentPage:"Aggiornare la pagina corrente prima di iniziare la traduzione.",noLocalFilePermissionForPDF:"Non si ha l'autorizzazione a leggere i file locali, fare clic sul pulsante sopra e importare i file locali.",noPermissionForThisPage:"\u26A0\uFE0F Nessun permesso per tradurre la pagina corrente",retryAllParagraphs:"Riprova tutti i passaggi di errore",retryAllButton:"Riprova tutti i passaggi di errore",errorTooltipTitle:"Fare clic per visualizzare la causa dell'errore",errorModalTitle:"Sembra che ci sia qualcosa che non va nel servizio di traduzione o nella rete...",disableConfirm:"Impostazione bilingue per il miglioramento delle informazioni",disableOnce:"Questa disabilitazione",disableGlobal:"disabilitare in modo permanente",disableTint:"* \xC8 possibile riabilitarlo all'indirizzo {option} .",searchEnhancementNotes:"Dopo aver attivato la funzione Immersive Translation Bilingual Information Enhancement, cercheremo automaticamente le stesse parole chiave in inglese sui siti web supportati (Google News, Google Search (alcune parole chiave), Snowball, Oriental Wealth, Futura, Tiger) e le visualizzeremo sul lato destro. Potete scegliere di disabilitare questa funzione se non ne avete bisogno.",option:"allestimento",saveSettings:"Salva le impostazioni",closeModal:"Chiudere la finestra",enableInputTranslationWithoutTriggerKeyTitle:"Abilitare 3 colpi rapidi su{trailingKey}per tradurre direttamente l'intera casella di input in{inputTargetLanguage}",enableInputTranslationWithoutTriggerKeyDescription:"Per specificare la lingua di destinazione, usare il prefisso della lingua, per esempio\uFF1Aja Hello World",mouseHoverShortcutPlaceholder:"Ad esempio,\uFF1AShift",deepLProName:"Immersive Translation Pro Membro (consigliato)",deepLProDescription:"Il pacchetto corrente pu\xF2 essere utilizzato direttamente",deeplProDescriptionForNormal:"Non \xE8 richiesta alcuna configurazione, i membri possono utilizzarlo dopo il login, <1>clicca qui per passare a membro",deepLCustomDescription:"\xC8 richiesta una carta di credito estera, aperta ufficialmente su <1>DeepL, clicca per la <2>documentazione",deepLCustomName:"Chiave di autorizzazione personalizzata",chooseProviderLabel:"Selezionare un fornitore di servizi",openaiProName:"Immersive Translation Pro Membro (consigliato)",openaiProDescription:"Il pacchetto corrente pu\xF2 essere utilizzato direttamente",openaiProDescriptionForNormal:"Non \xE8 richiesta alcuna configurazione, i membri possono utilizzarlo dopo il login, <1>clicca qui per passare a membro",openaiCustomDescription:"Disponibile su OpenAI, Azure OpenAI o altri servizi di terze parti, <1>fare clic qui per la documentazione.",openaiCustomName:"Chiave API personalizzata",needLoginAction:"(Iscrizione aperta o personalizzazione)",goLoginOrAction:"(Aprire un'iscrizione o andare alle impostazioni)",yearly:"effettuare un pagamento annuale consecutivo",quarterly:"avvolgimento sequenziale",monthly:"abbonamento mensile",yearlyForOnce:"Pacchetto annuale una tantum",monthlyForOnce:"Pacchetto mensile una tantum",daily:"giorni consecutivi di pacchetti",year:"effettuare un pagamento annuale consecutivo",quarter:"avvolgimento sequenziale",month:"abbonamento mensile",day:"giorni consecutivi di pacchetti",onetime_7day:"Pacchetto esperienza di 7 giorni",currentPlanDescriptionForFree:"Pacchetti attuali\uFF1AGratis",currentPlanDescriptionForContinuous:"L'attuale pacchetto\uFF1A{plan}sar\xE0 rinnovato automaticamente su {endAt} .",currentPlanDescriptionForAutoRenewCaceling:"L'attuale pacchetto\uFF1A{plan}scadr\xE0 il giorno {endAt} e non sar\xE0 rinnovato automaticamente alla scadenza.",currentYearlyPlanDescriptionForAutoRenewCacelingWithRealPaiedUser:"Il pacchetto attuale,\uFF1A{plan}, scadr\xE0 il {endAt} e non sar\xE0 rinnovato automaticamente alla scadenza.
<1>Clicca qui per gestire il tuo piano di rinnovo",currentYearlyPlanDescriptionForAutoRenewCacelingWithAdmin:"Il pacchetto attuale,\uFF1A{plan}, scadr\xE0 il {endAt} e non sar\xE0 rinnovato automaticamente alla scadenza.
<1>Fare clic qui per attivare l'abbonamento annuale continuo",currentPlanDescriptionForOneTime:"L'attuale abbonamento\uFF1A{plan}scadr\xE0 il {endAt} , <1>clicca qui per passare all' abbonamento <1>annuale o <2>mensile.",upgradePlan:"Clicca qui per passare all'iscrizione Pro",upgradeToPro:"Aggiornamento all'iscrizione Pro","popup.openPro":"Passa all'iscrizione Pro per usufruire di DeepL e della traduzione OpenAI, clicca qui per effettuare l'aggiornamento!","popup.openProForPro":"Sei un membro Pro con accesso diretto alle traduzioni di DeepL e OpenAI!",currentAccount:"conto corrente",enableAutoSyncUserSettings:"Abilita la sincronizzazione automatica con il cloud su pi\xF9 dispositivi",modalEnableInputTranslationTitle:"Casella di input per la traduzione immersiva Avvisi di traduzione",modalEnableInputTranslationDesc:"\xC8 stata appena attivata la traduzione della casella di input di Immersive Translation premendo la barra spaziatrice 3 volte in rapida successione e il contenuto della casella di input verr\xE0 tradotto nella lingua di destinazione predefinita. La traduzione pu\xF2 essere annullata con Ctrl+Z.

Se si tratta di un errore, non preoccupatevi: potete scegliere di disattivarla questa volta o di disabilitare definitivamente la traduzione delle caselle di input.",saveAndNotShowAgain:"Salvare e interrompere la richiesta",disableInputTranslationTips:"* \xC8 inoltre possibile impostare altre scorciatoie da attivare in {option} ,{learnMore}.",learnMore:"Clicca qui per saperne di pi\xF9",continueEnalbeInputTranslation:"Continuare ad abilitare la traduzione della casella di input",autoRenewTrialSuffix:`(In prova,\xE8 passato immediatamente all'iscrizione completa)`,upgradeFromTrialTitle:"Aggiornamento a Socio Effettivo",subtitle:"sottotitoli video",youtubeService:"Traduzione in immersione Servizi di traduzione con sottotitoli video","subtitle.disabledSubtitle":"Disattivare in modo permanente la funzione dei sottotitoli video","subtitle.disabledSubtitleDescription":"Se Immersive Translator's Video Subtitles entra in conflitto con altre estensioni, \xE8 possibile scegliere di disabilitare definitivamente la funzionalit\xE0 di Immersive Translator's Video Subtitles o disinstallare le altre estensioni in conflitto.","subtitle.autoEnableSubtitle":"Uso automatico dei sottotitoli bilingue","subtitle.autoEnableSubtitleDescription":"Una volta attivato, i sottotitoli bilingue verranno visualizzati automaticamente durante la riproduzione del video, altrimenti sar\xE0 necessario fare clic sul pulsante di traduzione per visualizzarli.","subtitle.preTranslation":"Tradurre i sottotitoli con la traduzione immersiva","subtitle.preTranslationDescription":"Quando \xE8 abilitato, l'intero sottotitolo sar\xE0 pre-tradotto utilizzando il servizio di traduzione specificato di seguito; un video di un'ora consumer\xE0 circa 50.000 gettoni o caratteri, quindi si prega di utilizzarlo a propria discrezione; quando \xE8 disabilitato, i sottotitoli originali saranno utilizzati per primi.","subtitle.humanSubtitlesPreferred":"Uso prioritario del sottotitolaggio umano","subtitle.humanSubtitlesPreferredDescription":"Privilegiare l'uso di sottotitoli umani quando il video ha sottotitoli umani nella lingua di destinazione (consigliato)",videoSubtitleTranslationDescription:"Assegnare un servizio di traduzione separato per i sottotitoli video",subtitleTranslating:"Attendere mentre i sottotitoli vengono tradotti con il servizio {service} ... (traduzione ad immersione)",subtitleLoading:"Caricamento dei sottotitoli...",bilingual:"bilinguismo","field.action":"Se abilitare la terminologia Baidu","description.action":"Quando \xE8 abilitato, un parametro action=1 sar\xE0 aggiunto alla richiesta per informare Baidu del termine abilitato; <1>per ulteriori informazioni, consultare la documentazione ufficiale.",closeQuickTranslation:"Chiudere Hoverball","closeQuickTranslation.untilNext":"Questa volta chiuso fino alla prossima visita","closeQuickTranslation.currentWebsite":"Sito attuale disabilitato","closeQuickTranslation.alwaysClose":"disabilitare in modo permanente","closeQuickTranslation.settingOpen":"(pu\xF2 essere attivata nella <1>pagina delle impostazioni )","closeQuickTranslation.cancel":"cancellazioni","closeQuickTranslation.confirm":"definire","floatBall.popup":"Aprire il pannello Impostazioni rapide","floatBall.translate":"Fare clic per tradurre la pagina","floatBall.showOriginal":"Fare clic per tornare all'articolo originale","floatBall.close":"Chiudere Hoverball","floatBallOptions.enableDescPc":"Dopo aver abilitato l'hoverball della pagina, verr\xE0 visualizzato un pulsante di traduzione rapida sul lato destro della pagina: cliccatelo per tradurre!","floatBallOptions.enableDesc":"Dopo aver disattivato l'hoverball, \xE8 possibile richiamarlo con{touch}. Si consiglia vivamente di inserire tra i preferiti questa pagina di impostazioni nel caso in cui non si riesca a trovare l'hoverball dopo aver inavvertitamente disattivato questa opzione!","description.azureApiUrl":"Inserire l'indirizzo dell'interfaccia API personalizzata",confirmSupportMouse:"Forzare l'abilitazione del supporto del mouse",confirmSupportMouseDescription:"Rilevato che il browser corrente non supporta la funzione del mouse, \xE8 necessario abilitare il supporto del mouse?",sampleTargetText:"Verr\xE0 la lunga notte e io veglier\xF2 da oggi fino alla morte. Non prender\xF2 moglie, non far\xF2 feudi, non avr\xF2 figli. Non porter\xF2 una corona, non lotter\xF2 per l'onore. Far\xF2 il mio dovere, vivr\xF2 e morir\xF2.",sampleSourceText:"Night gathers, and now my watch begins. It shall not end until my death. I shall take no wife, hold no lands, father no children. I shall wear no crowns and win no glory. I shall live and die at my post.","desc.touchShortcutsToggleTranslatePageOnlyTranslation":"Solo traduzione significa che verr\xE0 visualizzata solo la traduzione, se la pagina web non \xE8 ancora stata tradotta, passer\xE0 alla modalit\xE0 e tradurr\xE0.","desc.toggleOnlyTransation":"La modalit\xE0 solo traduzione significa che verr\xE0 visualizzato solo il testo tradotto, se la pagina web non \xE8 ancora stata tradotta, cambier\xE0 modalit\xE0 e tradurr\xE0.",touchShortcutsToggleTranslatePageOnlyTranslation:"Imposta il gesto del touchscreen per passare alla modalit\xE0 bilingue/solo testo tradotto",download_started:"Il download \xE8 gi\xE0 iniziato, se non si avvia automaticamente, fai clic manualmente.",here:"Qui","translationFont.customPlaceholder":"carattere","error.goReset":"Vai a resettare","translationFont.custom":"Inserisci il carattere personalizzato",batchEdit:"Operazione in blocco","translationModeUrl.translation.title":"Solo modalit\xE0 di traduzione del sito web","error.configError":"Anomalia dei dati di configurazione","error.serveConfigError":"Errore nella configurazione del servizio","touch.mouse-translate":"Tradurre il paragrafo specificato","error.proTokenInvalid":"Se sei un utente Pro, per favore accedi prima di utilizzare il servizio di traduzione Pro.","translationModeLang.translation.title":"Solo modalit\xE0 di traduzione della lingua","translationServices.inherit":"Segui il servizio di traduzione principale",enableSentryReport:"Quando si verifica un errore di estensione, invia un feedback utilizzando Sentry",videoSubtitlePreTranslationOn:"I sottotitoli video utilizzeranno la traduzione immersiva come priorit\xE0.",translationFont:"Imposta il carattere","error.reloadPageOfSetting":"Dopo la configurazione, si prega di aggiornare la pagina e tradurre di nuovo.",detectServiceLoading:"Sto controllando i servizi di traduzione disponibili...",toggleToService:"Passa a {service} e riprova","translationModeLang.translation.description":"Quando la lingua della pagina \xE8 una delle seguenti, verr\xE0 utilizzata automaticamente solo la modalit\xE0 di traduzione.","translationModeUrl.translation.description":"Quando il sito web ha i seguenti nomi di dominio, verr\xE0 utilizzata automaticamente solo la modalit\xE0 di traduzione.","error.403":"Il servizio restituisce un errore, non si ha temporaneamente l'autorizzazione per accedere a questo servizio.","error.400":"Il servizio restituisce un errore, errore nei parametri della richiesta, si prega di controllare la configurazione corrispondente.",videoSubtitlePreTranslationOff:"I sottotitoli del video daranno la priorit\xE0 ai sottotitoli automatici inclusi nel video originale.","error.proUpgrade":"Dopo l'aggiornamento, si prega di aggiornare la pagina e tradurre di nuovo.","translationFont.notSupportErrorMessage":"Si prega di controllare se il nome del carattere inserito \xE8 corretto, o confermare che il carattere \xE8 gi\xE0 installato sul tuo dispositivo.","error.429":"Il servizio restituisce un errore, indicando che la richiesta \xE8 troppo frequente o supera il limite di quota, si prega di riprovare pi\xF9 tardi.","error.502":"Il servizio ha restituito un errore, il servizio \xE8 in timeout, si prega di riprovare pi\xF9 tardi.","error.googleLimitIp":"Il servizio restituisce un errore, il servizio Google ha limitato questo indirizzo IP, si consiglia di cambiare il nodo di rete.","error.openAIExceededQuota":"Il servizio restituisce un errore: il saldo del tuo account OpenAI non \xE8 sufficiente, si prega di ricaricare o collegare una carta di credito nel pannello di controllo ufficiale di OpenAI.","error.gemini.429":"Il servizio Gemini attuale ha raggiunto la sua capacit\xE0 massima, si prega di riprovare pi\xF9 tardi o passare ad un altro servizio di traduzione.","desc.toggleVideoSubtitlePreTranslation":"Dopo aver premuto, i sottotitoli bilingui del video utilizzeranno in primo luogo le impostazioni di traduzione immersive, premendo di nuovo avranno la priorit\xE0 i sottotitoli automatici inclusi nel video originale. Nota: questa scorciatoia modifica le impostazioni globali.","error.serveUnavailable":"Il servizio [{serverName}] che stai utilizzando attualmente non \xE8 accessibile a causa di problemi di connessione o del fornitore di servizi. Ti consigliamo di provare a ricaricare la pagina o di cambiare il servizio di traduzione attraverso le <1>impostazioni. Se sei un membro <2>Pro, puoi scegliere di utilizzare i servizi di traduzione pi\xF9 stabili di DeepL o OpenAI (<3>clicca qui per una prova gratuita). Inoltre, potrebbe essere necessario controllare la tua rete o le impostazioni del proxy.","error.openAIFreeLimit":"Il servizio restituisce un errore, la frequenza attuale delle richieste di traduzione ha raggiunto il limite massimo di 3 volte al minuto, si prega di riprovare pi\xF9 tardi. (Questo \xE8 il limite ufficiale di OpenAI per l'API Key gratuita, per rimuovere questo limite, si prega di collegare una carta di credito nel backend di OpenAI.)","floatBall.iKnow":"Lo so.","floatBallOptions.fixedPosition":"Posizione fissa",notLogin:"Non connesso","translationServices.gemini":"Gemelli","error.retry":"Riprova",pickAll:"Seleziona tutto","slide.right":"Scorri a sinistra","multipleClick.2":"Doppio clic",loggedIn:"Accesso effettuato","error.reason":"Motivo dell'errore","multipleClick.4":"Quadruplo colpo","multipleClick.3":"Triplo colpo","widget.translateFile":"PDF/ePub",shortcutSettings:"Scorciatoia","tagsInput.add":"+ Aggiungi","shortcutGroup.others":"Pi\xF9 scorciatoie personalizzate","slide.left":"Scorri a destra","subtitle.hideQuickButton":"Non mostrare pi\xF9 questa scorciatoia","widget.videoSubtitle":"sottotitoli video","error.subscriptionExpiredTitle":"La membership \xE8 scaduta",alwaysTranslateThisSite:"Sempre tradurre questo sito","floatBallOptions.fixedPositionLeft":"Sinistra",touchShortcutsOff:"Chiudi",neverTranslateThisSite:"Non tradurre mai questo sito web",translationOnlyMode:"Solo modalit\xE0 di traduzione",viewWithImmersiveTranslate:"Versione bilingue (traduzione immersiva)",contact:"Contattaci","browser.translateWithBing":"Utilizzo temporaneo di Microsoft per tradurre la pagina corrente",buildSnapshots:"Genera un'istantanea della pagina web","intro.floatBallTitle":"Traduzione rapida della sfera galleggiante","browser.translateWithOpenAI":"Utilizzo temporaneo di OpenAI per tradurre la pagina corrente","widget.videoSubtitleTooltip":"Supporta Youtube e altri {count}+ siti di video","browser.translateWithDeepL":"Utilizzo temporaneamente DeepL per tradurre la pagina corrente",errorReason:"Motivo dell'errore: {message}","browser.translateWithTransmart":"Utilizzo temporaneo di Tencent per tradurre la pagina corrente","shortcutGroup.shortcutsForTranslationServices":"Scorciatoie relative ai servizi di traduzione","browser.translateWithGoogle":"Utilizzo temporaneo di Google per tradurre la pagina corrente",temprarilyChangeTranslationTo_gemini:"Sto utilizzando Gemini per tradurre la pagina corrente.","browser.translateWithGemini":"Utilizza temporaneamente Gemini per tradurre la pagina corrente","widget.instructionTooltip":"Visualizza le istruzioni per l'uso",goLogin:"Vai a fare il login",temprarilyChangeTranslationTo_openai:"Sto utilizzando OpenAI per tradurre la pagina corrente.",temprarilyChangeTranslationTo_transmart:"Sto utilizzando Tencent per tradurre la pagina corrente.","floatBallOptions.fixedPositionRight":"lato destro",paragraphMinTextCountField:"Il numero minimo di caratteri necessari per tradurre un paragrafo",mouseHoverCustomKeyTitle:"Personalizza la scorciatoia del mouse al passaggio del mouse",temprarilyChangeTranslationTo_deepl:"Sto utilizzando DeepL per tradurre la pagina corrente.","subtitle.bilingual":"Sottotitoli bilingui",temprarilyChangeTranslationTo_bing:"Sto utilizzando Microsoft Translate per tradurre la pagina corrente.","intro.hoverTitle":"Posiziona il mouse per tradurre il paragrafo corrente","shortcutGroup.main":"Scorciatoie da tastiera di funzioni comuni",temprarilyChangeTranslationTo_google:"Sto utilizzando Google Traduttore per tradurre la pagina corrente.","subtitle.autoDisableSubtitle":"Non attivare automaticamente i sottotitoli bilingue",upgradeToProErrorTitle:"Si prega di aggiornare a membro Pro prima di utilizzare questo servizio di traduzione",touchShortcutsToggleTranslatePage:"Imposta gesti touch per tradurre pagine web / visualizzare il testo originale","widget.translateFileTooltip":"Traduci documenti PDF, EPUB, SRT, ASS, HTML e TXT","widget.instruction":"Istruzioni per l'uso","proQuotaExceededError.resetTime":"3. Tempo di reimpostazione del limite: {resetTime}","shortcutGroup.touch":"Gesti specifici per touch screen","floatBall.guideClickToTranslate":"Clicca sulla sfera galleggiante di traduzione immersiva per tradurre rapidamente","subtitle.showQuickButton":"Nel lettore visualizza la scorciatoia per i sottotitoli bilingue","floatBall.longPress":"Tenendo premuto a lungo \xE8 possibile aprire rapidamente il pannello delle impostazioni.","neverTranslateText.title":"Le parole seguenti rimangono in lingua originale, non tradurre.","browser.translateInputBox":"Traduci il contenuto attuale del campo di input.","browser.toggleVideoSubtitlePreTranslation":"Passa ai sottotitoli bilingui utilizzando preferibilmente le impostazioni di traduzione immersive.","error.subscriptionExpired":"La tua iscrizione potrebbe essere scaduta, controlla lo stato della tua iscrizione.","shortcutGroup.mouse":"Configurazione scorciatoia per il passaggio del mouse","browser.toggleMouseHoverTranslateDirectly":"Abilita o disabilita temporaneamente la traduzione diretta al passaggio del mouse sulla pagina","intro.subtitleTitle":"Visualizzazione dei sottotitoli bilingui nei video online",networkError:"Il servizio di traduzione o la rete ha problemi",notLoginPro:"Non hai ancora effettuato l'accesso al tuo account membro.",touchShortcutsToggleTranslationMask:"Imposta il gesto del touchscreen per mostrare la traduzione della maschera / mostrare il testo originale","floatBallOptions.fixedPositionDesc":"La palla galleggiante \xE8 a sinistra o a destra della finestra?","desc.touchShortcutsToggleTranslateTouchElement":"Personalizza un gesto e puoi tradurre qualsiasi paragrafo in cui ti trovi.",confirmResetToDefaultSettings:"Confermi di voler ripristinare questo servizio di traduzione alle impostazioni predefinite? (Ripristina solo le impostazioni di questo servizio di traduzione)","description.baiduField":"I campi supportati sono visti <1>qui, se vuoto significa che non \xE8 specificato alcun campo.",touchShortcutsToggleTranslateTouchElement:"Imposta il gesto del touchscreen per tradurre il paragrafo specificato","desc.toggleTranslateTheWholePage":"Traduci l'intera area della pagina, di default, tradurremo l'area principale della pagina, puoi utilizzare questa scorciatoia per tradurre specificamente l'intera area della pagina.",mouseHoverCustomKeyDescription:"Puoi personalizzare una combinazione di tasti di scelta rapida per il passaggio del mouse, ad esempio: Alt+Z, Ctrl+E, Cmd+Alt+E o direttamente Cmd, si prega di inserire manualmente.",paragraphMinTextCountDesc:"Attenzione, qui si intende la lunghezza del carattere, ad esempio: ciao \xE8 composto da 5 caratteri, impostare un valore maggiore pu\xF2 ridurre la traduzione di paragrafi non necessari.","desc.toggleTranslateTheMainPage":"Traduci solo l'area principale della pagina, quando hai abilitato la traduzione di tutta l'area della pagina nelle impostazioni avanzate, puoi utilizzare questa scorciatoia per tradurre specificamente l'area principale della pagina.","subtitle.showQuickButtonDescription":"Nell'angolo in basso a destra del lettore video \xE8 disponibile una scorciatoia per attivare i sottotitoli bilingue.","desc.mouseHoverHoldKey":"Quando il mouse \xE8 in hover su un paragrafo, premendo contemporaneamente il tasto di scelta rapida a destra, \xE8 possibile tradurre direttamente quel paragrafo.","desc.interfaceLanguage":"Le impostazioni della lingua dell'interfaccia influenzano la lingua di visualizzazione del pannello di controllo e non hanno nulla a che fare con la lingua target della traduzione.",translationOnlyModeDescription:"La modalit\xE0 solo traduzione si riferisce alla visualizzazione solo del testo tradotto, non della modalit\xE0 bilingue predefinita. Nota: a causa di limitazioni tecniche, i collegamenti ipertestuali del testo originale non funzioneranno in modalit\xE0 solo traduzione.","desc.touchShortcutsToggleTranslatePage":"Dopo aver impostato, quando si utilizza un dispositivo mobile, \xE8 possibile toccare lo schermo con X dita contemporaneamente, scorrere a sinistra e a destra o fare clic continuamente per attivare la traduzione della pagina web / visualizzare il testo originale.","desc.touchShortcutsToggleTranslationMask":"La maschera di traduzione si riferisce all'effetto sfocato nello stile del testo tradotto (modalit\xE0 di apprendimento), che, una volta attivato, applica temporaneamente un effetto sfocato al testo tradotto, facilitando l'apprendimento.",shortcutSettingsTitle:"Impostazioni scorciatoie","proQuotaExceededError.onetime7day":'\uFF0Cpuoi scegliere uno dei seguenti metodi per risolvere:

1. Passa a {anotherService} o ad altri servizi di traduzione
2. Aggiorna a un membro mensile/annuale ',"contact.description":"Se avete domande o suggerimenti, siete invitati a compilare il modulo sottostante per contattarci, o inviare una mail a {email}, vi risponderemo il pi\xF9 presto possibile.","proQuotaExceededError.nonTrial":'\uFF0Cpuoi scegliere uno dei seguenti metodi per risolvere:

1. Passa a {anotherService} o ad altri servizi di traduzione
2. Acquista un pacchetto di traffico extra {translationService}',"proQuotaExceededError.trial":'\uFF0Cpuoi scegliere uno dei seguenti metodi per risolvere:

1. Passa a {anotherService} o ad altri servizi di traduzione
2. Aggiorna subito a membro ufficiale',"intro.floatBallDescription":"Una volta attivato, verr\xE0 visualizzato un pulsante di traduzione rapida sul lato destro della pagina, cliccandolo si pu\xF2 tradurre, cliccandolo di nuovo si pu\xF2 tornare al testo originale. Su dispositivi mobili, tenendo premuto il pallone galleggiante, \xE8 possibile aprire il pannello delle impostazioni rapide.","desc.toggleMouseHoverTranslateDirectly":"Dopo aver premuto questo tasto di scelta rapida, sulla pagina, basta che il mouse punti a qualsiasi testo per tradurlo automaticamente. Premendo di nuovo il tasto di scelta rapida, \xE8 possibile disattivare questa funzione di traduzione automatica.",shortcutDisableTooltip:"Si prega di impostare nella pagina di gestione delle scorciatoie da tastiera dell'estensione del browser, per ulteriori indicazioni si prega di consultare le istruzioni nella parte superiore di questa pagina.","subtitle.supportedSites":"\xC8 supportato l'uso di sottotitoli bilingui su questi siti web (Nota: a causa di limitazioni tecniche, alcuni siti web potrebbero aver bisogno di essere aggiornati dopo aver attivato i sottotitoli per la prima volta, o potrebbe essere necessario attendere che la traduzione sia completata per visualizzare i sottotitoli bilingui):","neverTranslateText.description":"A causa di alcune carenze di riconoscimento dei nomi propri da parte di alcuni motori di traduzione, puoi aggiungere parole qui per assicurarti che non vengano convertite durante il processo di traduzione. Si prega di notare che questa funzione distingue tra maiuscole e minuscole e supporta solo le lingue separate da spazi (come l'inglese, il francese), non \xE8 adatta per lingue come il giapponese, il coreano, ecc.","intro.subtitleDescription":"Dopo aver attivato questa funzione, i sottotitoli bilingui verranno visualizzati automaticamente durante la riproduzione del video. Se non \xE8 abilitato, \xE8 necessario fare clic manualmente sul pulsante di traduzione sulla pagina per visualizzare i sottotitoli. Si prega di notare che, a causa di limitazioni tecniche, alcuni siti web potrebbero richiedere l'aggiornamento della pagina o l'attesa del completamento della traduzione prima di poter visualizzare i sottotitoli bilingui. (Inoltre, \xE8 possibile attivare/disattivare il pannello di traduzione immersiva nell'angolo in alto a destra dopo aver aperto il sito web del video).

Attualmente \xE8 possibile utilizzare i sottotitoli bilingui su questi siti web:","intro.hoverDescription":"La traduzione al passaggio del mouse \xE8 una funzione molto importante nella traduzione immersiva, basta posizionare il mouse sul paragrafo e premere contemporaneamente la scorciatoia impostata per tradurre automaticamente il paragrafo corrente (nota: non \xE8 abilitato di default, si prega di impostarlo qui sotto), questa interazione \xE8 utilizzata per sostituire meglio la traduzione del testo selezionato, inoltre, questa funzione \xE8 ampiamente utilizzata in quelle aree di traduzione che non possono essere riconosciute, puoi utilizzare questa funzione per forzare la traduzione di qualsiasi paragrafo.",geminiWarning:"Attenzione: il servizio gratuito Gemini fornito da Google ha restrizioni severe, potrebbe essere considerato da Google come un tentativo dell'utente di eludere i loro limiti di quota gratuita utilizzando pi\xF9 chiavi. Non \xE8 consigliato usarlo, si consiglia di aspettare che Google apra l'interfaccia a pagamento di Gemini in futuro per usarlo.","floatBall.setting":"Impostazione","floatBall.translateToLanguage":"Fare clic per tradurre in {language}","floatBall.file":"Traduci PDF, EPUB, SRT, ASS, HTML, file TXT",changeToOnlyTempTranslationMode:"Alterna per visualizzare solo le traduzioni",changeToDualTempTranslationMode:"Passare alla traduzione bilingue","transitionMode.dual":"Contrasto bilingue","options.navbar.installApp":"Installa l'app per smartphone","options.navbar.translateFile":"Tradurre il documento","transitionMode.translation":"Solo il testo tradotto.","subtitle.transitionModeDescription":"Imposta i sottotitoli del video per il confronto bilingue o solo modalit\xE0 di traduzione","transitionMode.inherit":"Mantenere coerente con la modalit\xE0 di visualizzazione della traduzione predefinita del sistema","subtitle.transitionMode":"Impostazioni dei sottotitoli video bilingue / solo traduzione",translateFileTooltip:`Traduci PDF, ePub, srt, ass, HTML, file TXT`,"description.multiplePrompt":`Quando il numero di paragrafi \xE8 superiore a 1, la conversazione inviata a {service} come utente, dove {{from}} indica la lingua del paragrafo, {{to}} indica la lingua di destinazione, {{yaml}} \xE8 il contenuto del paragrafo che abbiamo confezionato in formato yaml, se hai bisogno di personalizzare Prompt, devi assicurarti che ogni elemento nel risultato YAML della risposta AI includa il campo {env.imt_trans_field}, {{imt_trans_field}} \xE8 il nome del campo di traduzione che speriamo la AI risponda, il default \xE8 {env.imt_trans_field}, {{imt_source_field}} \xE8 il nome del campo del testo originale che passiamo alla AI, il default \xE8 {env.imt_source_field}, esempio di risultato: - id: 1 @@ -5115,7 +5115,7 @@ ass, HTML, file TXT`,"description.multiplePrompt":`Quando il numero di paragrafi {env.imt_sub_trans_field}: Traduzione - id: 2 {env.imt_sub_source_field}: Source - {env.imt_sub_trans_field}: Traduzione`,"translationServices.claude":"Claude","subtitle.quickButton.black":"nero","subtitle.quickButton.blue":"blu","subtitle.quickButton.white":"bianco","subtitle.quickButton.green":"Verde","subtitle.quickButton.magenta":"Fucsia","subtitle.quickButton.sourceTextColor":"Colore del carattere originale","subtitle.quickButton.yellow":"giallo","subtitle.quickButton.sourceFontSize":"Dimensione originale del carattere","subtitle.quickButton.backgroundOpacity":"Opacit\xE0 di sfondo","subtitle.quickButton.translationPositionTop":"Sopra il testo originale","subtitle.quickButton.backgroundColor":"colore di sfondo","subtitle.quickButton.translationPosition":"Posizione del testo tradotto","subtitle.quickButton.translationPositionBottom":"Sotto il testo originale","subtitle.quickButton.red":"Rosso","subtitle.quickButton.cyan":"Blu","subtitle.quickButton.setting":"Impostazione","subtitle.quickButton.translationTextColor":"Colore del carattere del testo","subtitle.quickButton.translationFontSize":"Dimensione del carattere del testo tradotto",attachSubtitleTranslating:"Utilizzando {service} per la traduzione...","error.claude.403":"Non hai l'autorizzazione per accedere al servizio, potrebbe essere correlato alle restrizioni regionali di Claude, puoi provare a cambiare il tuo indirizzo IP o utilizzare altri servizi di traduzione.","browser.brandDescriptionForSafari":"\u3010Traduzione Immersiva\u3011Un plugin gratuito per la traduzione di pagine web bilingue (originale/tradotto), che supporta anche la traduzione di PDF e libri elettronici EPUB mantenendo la formattazione originale del documento, la traduzione di sottotitoli bilingui per video online come Youtube/Netflix, e supporta servizi di traduzione mainstream come Deepl/Google;","browser.PdfProFile":"Traduzione Pro di PDF guidata da AI","browser.textTranslate":"Traduzione del testo"};var Rl={nologin:"\u043D\u0435 \u0432\u043E\u0448\u0451\u043B \u0432 \u0441\u0438\u0441\u0442\u0435\u043C\u0443",loginForSafari:"\u0412\u043E\u0439\u0442\u0438 \u0438\u043B\u0438 \u0437\u0430\u0440\u0435\u0433\u0438\u0441\u0442\u0440\u0438\u0440\u043E\u0432\u0430\u0442\u044C\u0441\u044F",login:"\u0412\u0445\u043E\u0434 \u0432 \u0441\u0438\u0441\u0442\u0435\u043C\u0443 \u0434\u043B\u044F \u043E\u0442\u043A\u0440\u044B\u0442\u0438\u044F \u0447\u043B\u0435\u043D\u0441\u0442\u0432\u0430",manageAccount:"\u0423\u043F\u0440\u0430\u0432\u043B\u044F\u0435\u043C\u044B\u0435 \u0441\u0447\u0435\u0442\u0430",openPremium:"\u041E\u0442\u043A\u0440\u044B\u0442\u043E\u0435 \u0447\u043B\u0435\u043D\u0441\u0442\u0432\u043E",logout:"\u043F\u0440\u0435\u0440\u0432\u0430\u0442\u044C",curentPlan:"\u0422\u0435\u043A\u0443\u0449\u0438\u0435 \u043F\u0430\u043A\u0435\u0442\u044B",endAt:"\u0441\u0440\u043E\u043A \u0434\u0435\u0439\u0441\u0442\u0432\u0438\u044F",endAuto:"\u0430\u0432\u0442\u043E\u043F\u0440\u043E\u0434\u043B\u0435\u043D\u0438\u0435",lineBreakMaxTextCount:"\u041C\u0430\u043A\u0441\u0438\u043C\u0430\u043B\u044C\u043D\u043E\u0435 \u043A\u043E\u043B\u0438\u0447\u0435\u0441\u0442\u0432\u043E \u0441\u0438\u043C\u0432\u043E\u043B\u043E\u0432, \u0434\u043E\u043F\u0443\u0441\u0442\u0438\u043C\u043E\u0435 \u0432 \u043E\u0434\u043D\u043E\u043C \u043F\u0440\u0435\u0434\u043B\u043E\u0436\u0435\u043D\u0438\u0438 \u043F\u043E\u0441\u043B\u0435 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430 \u0441\u0442\u0440\u043E\u043A\u0438","translate-pdf":"\u041D\u0430\u0436\u043C\u0438\u0442\u0435, \u0447\u0442\u043E\u0431\u044B \u043F\u0435\u0440\u0435\u0432\u0435\u0441\u0442\u0438 PDF","noSupportTranslate-pdf":"\u0421\u043A\u0440\u0438\u043F\u0442 \u043D\u0435 \u043F\u043E\u0434\u0434\u0435\u0440\u0436\u0438\u0432\u0430\u0435\u0442\u0441\u044F, \u043F\u043E\u0436\u0430\u043B\u0443\u0439\u0441\u0442\u0430, \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u0443\u0439\u0442\u0435 \u043F\u043B\u0430\u0433\u0438\u043D","translate-firefox-local-pdf":"\u041D\u0430\u0436\u043C\u0438\u0442\u0435 \u0434\u043B\u044F \u043F\u0435\u0440\u0435\u0445\u043E\u0434\u0430 \u043A \u0440\u0430\u0437\u0434\u0435\u043B\u0443 \u0418\u043C\u043F\u043E\u0440\u0442 PDF",enableLineBreak:"\u0412\u043A\u043B\u044E\u0447\u0438\u0442\u044C \u0430\u0432\u0442\u043E\u043C\u0430\u0442\u0438\u0447\u0435\u0441\u043A\u0443\u044E \u043F\u043E\u0434\u0430\u0447\u0443 \u0441\u0442\u0440\u043E\u043A\u0438 \u0434\u043B\u044F \u0434\u043B\u0438\u043D\u043D\u044B\u0445 \u0430\u0431\u0437\u0430\u0446\u0435\u0432",sponsorLabel:"$1 \u0421\u043F\u043E\u043D\u0441\u0438\u0440\u0443\u0435\u043C\u044B\u0435 \u0440\u0430\u0437\u0440\u0430\u0431\u043E\u0442\u0447\u0438\u043A\u0438",help:"\u0440\u0443\u043A\u0430",browserShortcutsNoteForFirefox:"\u0427\u0442\u043E\u0431\u044B \u0438\u0437\u043C\u0435\u043D\u0438\u0442\u044C \u044F\u0440\u043B\u044B\u043A\u0438 \u0432 Firefox, \u043D\u0435\u043E\u0431\u0445\u043E\u0434\u0438\u043C\u043E \u043E\u0442\u043A\u0440\u044B\u0442\u044C \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u0443 \u0443\u043F\u0440\u0430\u0432\u043B\u0435\u043D\u0438\u044F \u0440\u0430\u0441\u0448\u0438\u0440\u0435\u043D\u0438\u044F\u043C\u0438 `about:addons`, \u0437\u0430\u0442\u0435\u043C \u043D\u0430\u0436\u0430\u0442\u044C `Settings`, \u0430 \u0434\u043B\u044F \u043D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0438 \u044F\u0440\u043B\u044B\u043A\u043E\u0432 - `Manage Shortcuts`.",browserShortcutsNoteForChrome:"\u0414\u043B\u044F \u0438\u0437\u043C\u0435\u043D\u0435\u043D\u0438\u044F \u044F\u0440\u043B\u044B\u043A\u043E\u0432 \u0432 Chrome \u043D\u0435\u043E\u0431\u0445\u043E\u0434\u0438\u043C\u043E \u043E\u0442\u043A\u0440\u044B\u0442\u044C \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u0443 \u0443\u043F\u0440\u0430\u0432\u043B\u0435\u043D\u0438\u044F \u0440\u0430\u0441\u0448\u0438\u0440\u0435\u043D\u0438\u044F\u043C\u0438, \u0437\u0430\u0434\u0430\u0442\u044C \u0438\u0445 \u043D\u0430 \u043F\u0430\u043D\u0435\u043B\u0438 `Manage Shortcuts` (`chrome://extensions/shortcuts`) \u0438 \u043D\u0430\u0436\u0430\u0442\u044C \u043A\u043D\u043E\u043F\u043A\u0443 \u043D\u0438\u0436\u0435 \u0434\u043B\u044F \u043F\u0435\u0440\u0435\u0445\u043E\u0434\u0430 \u043D\u0430 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u0443 \u0443\u043F\u0440\u0430\u0432\u043B\u0435\u043D\u0438\u044F \u044F\u0440\u043B\u044B\u043A\u0430\u043C\u0438.",browserShortcutsSucks:"\u041D\u0430\u0441\u0442\u0440\u043E\u0435\u043D\u043D\u044B\u0435 \u044F\u0440\u043B\u044B\u043A\u0438 \u0438\u043C\u0435\u044E\u0442 \u0432\u0438\u0434 (\u0430\u0432\u0442\u043E\u0440\u0430\u0441\u043F\u043E\u0437\u043D\u0430\u0432\u0430\u043D\u0438\u0435 \u043D\u0435 \u043F\u0440\u043E\u0438\u0437\u0432\u043E\u0434\u0438\u0442\u0441\u044F, \u0432\u0432\u043E\u0434\u0438\u0442\u0435 \u043D\u0435\u043F\u043E\u0441\u0440\u0435\u0434\u0441\u0442\u0432\u0435\u043D\u043D\u043E)\uFF1A",enableLineBreakDescription:"\u041F\u0440\u0438 \u0432\u043A\u043B\u044E\u0447\u0435\u043D\u0438\u0438 \u044D\u0442\u043E\u0439 \u0444\u0443\u043D\u043A\u0446\u0438\u0438 \u0432 \u0434\u043B\u0438\u043D\u043D\u044B\u0445 \u0430\u0431\u0437\u0430\u0446\u0430\u0445 \u0432 \u043A\u043E\u043D\u0446\u0435 \u043A\u0430\u0436\u0434\u043E\u0433\u043E \u043F\u0440\u0435\u0434\u043B\u043E\u0436\u0435\u043D\u0438\u044F \u0431\u0443\u0434\u0443\u0442 \u0432\u0441\u0442\u0430\u0432\u043B\u0435\u043D\u044B \u043F\u0435\u0440\u0435\u043D\u043E\u0441\u044B \u0441\u0442\u0440\u043E\u043A, \u0447\u0442\u043E \u043E\u0431\u043B\u0435\u0433\u0447\u0438\u0442 \u0438\u0445 \u0447\u0442\u0435\u043D\u0438\u0435","browser.shortBrandName":"\u041F\u043E\u0433\u0440\u0443\u0436\u043D\u043E\u0439 \u043F\u0435\u0440\u0435\u0432\u043E\u0434","browser.brandName":"\u0418\u043C\u043C\u0435\u0440\u0441\u0438\u043E\u043D\u043D\u044B\u0439 \u043F\u0435\u0440\u0435\u0432\u043E\u0434: \u0434\u0432\u0443\u044F\u0437\u044B\u0447\u043D\u044B\u0439 \u043F\u0435\u0440\u0435\u0432\u043E\u0434 \u0432\u0435\u0431-\u0441\u0442\u0440\u0430\u043D\u0438\u0446 \u0438 PDF-\u0434\u043E\u043A\u0443\u043C\u0435\u043D\u0442\u043E\u0432","browser.brandDescription":"Bilingual web page translation, also supports PDF translation, bilingual Epub eBook translation, free to use.","browser.toggleTranslatePage":"\u041F\u0435\u0440\u0435\u0432\u0435\u0441\u0442\u0438 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u0443/\u043E\u0442\u043E\u0431\u0440\u0430\u0437\u0438\u0442\u044C \u043E\u0440\u0438\u0433\u0438\u043D\u0430\u043B\u044C\u043D\u044B\u0439 \u0442\u0435\u043A\u0441\u0442","browser.toggleTranslateTheWholePage":"\u041F\u0435\u0440\u0435\u0432\u0435\u0441\u0442\u0438 \u0432\u0441\u0435 \u043E\u0431\u043B\u0430\u0441\u0442\u0438 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u044B/\u043E\u0442\u043E\u0431\u0440\u0430\u0437\u0438\u0442\u044C \u043E\u0440\u0438\u0433\u0438\u043D\u0430\u043B\u044C\u043D\u044B\u0439 \u0442\u0435\u043A\u0441\u0442","browser.toggleOnlyTransation":"\u041F\u0435\u0440\u0435\u043A\u043B\u044E\u0447\u0438\u0442\u044C \u043D\u0430 \u0434\u0432\u0443\u044F\u0437\u044B\u0447\u043D\u044B\u0439 / \u0442\u043E\u043B\u044C\u043A\u043E \u043F\u0435\u0440\u0435\u0432\u043E\u0434 \u0440\u0435\u0436\u0438\u043C","browser.toggleTranslateToThePageEndImmediately":"\u041D\u0435\u043C\u0435\u0434\u043B\u0435\u043D\u043D\u044B\u0439 \u043F\u0435\u0440\u0435\u0432\u043E\u0434 \u0432 \u043D\u0438\u0436\u043D\u044E\u044E \u0447\u0430\u0441\u0442\u044C \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u044B/\u043E\u0442\u043E\u0431\u0440\u0430\u0436\u0435\u043D\u0438\u0435 \u043E\u0440\u0438\u0433\u0438\u043D\u0430\u043B\u044C\u043D\u043E\u0433\u043E \u0442\u0435\u043A\u0441\u0442\u0430","browser.toggleTranslateTheMainPage":"\u041F\u0435\u0440\u0435\u0432\u0435\u0441\u0442\u0438 \u043E\u0441\u043D\u043E\u0432\u043D\u0443\u044E \u043E\u0431\u043B\u0430\u0441\u0442\u044C \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u044B/\u043E\u0442\u043E\u0431\u0440\u0430\u0437\u0438\u0442\u044C \u043E\u0440\u0438\u0433\u0438\u043D\u0430\u043B\u044C\u043D\u044B\u0439 \u0442\u0435\u043A\u0441\u0442","browser.shareToDraft":"\u041F\u043E\u0434\u0435\u043B\u0438\u0442\u044C\u0441\u044F \u0414\u0432\u0443\u044F\u0437\u044B\u0447\u043D\u044B\u0435 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u044B","browser.openOptionsPage":"\u041E\u0442\u043A\u0440\u043E\u0439\u0442\u0435 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u0443 \u043D\u0430\u0441\u0442\u0440\u043E\u0435\u043A","browser.toggleTranslationMask":"\u041F\u043E\u043A\u0430\u0437\u0430\u0442\u044C/\u0441\u043A\u0440\u044B\u0442\u044C \u044D\u0444\u0444\u0435\u043A\u0442 \u0440\u0430\u0437\u043C\u044B\u0442\u0438\u044F \u043F\u0440\u0438 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0435","browser.translateLocalPdfFile":"\u041F\u0435\u0440\u0435\u0432\u043E\u0434 \u043B\u043E\u043A\u0430\u043B\u044C\u043D\u044B\u0445 PDF-\u0444\u0430\u0439\u043B\u043E\u0432","browser.openEbookViewer":"\u0427\u0438\u0442\u0430\u0442\u044C \u043C\u0435\u0441\u0442\u043D\u044B\u0435 \u044D\u043B\u0435\u043A\u0442\u0440\u043E\u043D\u043D\u044B\u0435 \u043A\u043D\u0438\u0433\u0438","browser.openEbookBuilder":"\u0421\u043E\u0437\u0434\u0430\u043D\u0438\u0435 \u0434\u0432\u0443\u044F\u0437\u044B\u0447\u043D\u044B\u0445 \u044D\u043B\u0435\u043A\u0442\u0440\u043E\u043D\u043D\u044B\u0445 \u043A\u043D\u0438\u0433 EPUB","browser.translateLocalHtmlFile":"\u041F\u0435\u0440\u0435\u0432\u043E\u0434 HTML/\u0442\u0435\u043A\u0441\u0442\u043E\u0432\u044B\u0445 \u0444\u0430\u0439\u043B\u043E\u0432","browser.donateContext":"\u0423\u0437\u043D\u0430\u0439\u0442\u0435 \u043E \u043F\u0440\u0435\u0438\u043C\u0443\u0449\u0435\u0441\u0442\u0432\u0430\u0445 \u0441\u043F\u043E\u043D\u0441\u043E\u0440\u0441\u0442\u0432\u0430","browser.translateLocalSubtitleFile":"\u041F\u0435\u0440\u0435\u0432\u043E\u0434 \u0444\u0430\u0439\u043B\u043E\u0432 \u043B\u043E\u043A\u0430\u043B\u044C\u043D\u044B\u0445 \u0441\u0443\u0431\u0442\u0438\u0442\u0440\u043E\u0432",confirmResetConfig:"\u0412\u044B \u0443\u0432\u0435\u0440\u0435\u043D\u044B, \u0447\u0442\u043E \u0445\u043E\u0442\u0438\u0442\u0435 \u0441\u0431\u0440\u043E\u0441\u0438\u0442\u044C \u043D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0438?",translationLineBreakSettingTitle:"\u041D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0430 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430 \u0441\u0442\u0440\u043E\u043A\u0438",smartLineBreak:"\u0438\u043D\u0442\u0435\u043B\u043B\u0435\u043A\u0442\u0443\u0430\u043B\u044C\u043D\u043E\u0435 \u043B\u0438\u043D\u0435\u0439\u043D\u043E\u0435 \u043F\u0438\u0442\u0430\u043D\u0438\u0435 (\u0432\u044B\u0447\u0438\u0441\u043B\u0438\u0442\u0435\u043B\u044C\u043D\u0430\u044F \u0442\u0435\u0445\u043D\u0438\u043A\u0430)",alwaysLineBreak:"\u0412\u0441\u0435\u0433\u0434\u0430 \u043F\u043E\u0434\u0430\u0447\u0430 \u0441\u0442\u0440\u043E\u043A\u0438",isShowContextMenu:"\u0414\u043E\u0431\u0430\u0432\u043B\u0435\u043D\u0438\u0435 \u043F\u0435\u0440\u0435\u0432\u0435\u0434\u0435\u043D\u043D\u044B\u0445 \u0441\u0442\u0440\u0430\u043D\u0438\u0446 \u0432 \u043F\u0443\u043D\u043A\u0442\u044B \u043C\u0435\u043D\u044E, \u0432\u044B\u0437\u044B\u0432\u0430\u0435\u043C\u044B\u0435 \u043F\u0440\u0430\u0432\u043E\u0439 \u043A\u043D\u043E\u043F\u043A\u043E\u0439 \u043C\u044B\u0448\u0438",toggleBeta:"\u0412\u043A\u043B\u044E\u0447\u0435\u043D\u0438\u0435 \u0444\u0443\u043D\u043A\u0446\u0438\u0439 \u0431\u0435\u0442\u0430-\u0442\u0435\u0441\u0442\u0438\u0440\u043E\u0432\u0430\u043D\u0438\u044F",betaDescription:"\u0412\u043A\u043B\u044E\u0447\u0438\u0442\u0435 \u0444\u0443\u043D\u043A\u0446\u0438\u0438, \u043A\u043E\u0442\u043E\u0440\u044B\u0435 \u043F\u043E\u043A\u0430 \u043D\u0430\u0445\u043E\u0434\u044F\u0442\u0441\u044F \u0432 \u0441\u0442\u0430\u0434\u0438\u0438 \u044D\u043A\u0441\u043F\u0435\u0440\u0438\u043C\u0435\u043D\u0442\u0430, \u0430 \u0442\u0430\u043A\u0436\u0435 \u0441\u043B\u0443\u0436\u0431\u0443 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430 \u0432 \u0431\u0435\u0442\u0430-\u0432\u0435\u0440\u0441\u0438\u0438. \u041F\u0440\u0438\u0441\u043E\u0435\u0434\u0438\u043D\u044F\u0439\u0442\u0435\u0441\u044C \u043A <1>\u0433\u0440\u0443\u043F\u043F\u0435 Telegram, \u0447\u0442\u043E\u0431\u044B \u0443\u0437\u043D\u0430\u0442\u044C \u0431\u043E\u043B\u044C\u0448\u0435.",translationLineBreakSettingDescription:"\u0414\u043B\u044F \u0441\u0442\u0440\u0430\u043D\u0438\u0446 \u0441 \u043D\u0435\u0431\u043E\u043B\u044C\u0448\u0438\u043C \u0441\u043E\u0434\u0435\u0440\u0436\u0430\u043D\u0438\u0435\u043C \u0432\u0441\u0435\u0433\u0434\u0430 \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u0443\u0439\u0442\u0435 \u0430\u043A\u043A\u0443\u0440\u0430\u0442\u043D\u044B\u0435 \u043F\u0435\u0440\u0435\u043D\u043E\u0441\u044B \u0441\u0442\u0440\u043E\u043A. (\u0414\u043B\u044F \u044D\u043A\u043E\u043D\u043E\u043C\u0438\u0438 \u043C\u0435\u0441\u0442\u0430 \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u0443\u0439\u0442\u0435 \u0433\u0440\u0430\u043C\u043E\u0442\u043D\u044B\u0435 \u043F\u0435\u0440\u0435\u043D\u043E\u0441\u044B \u0441\u0442\u0440\u043E\u043A \u0432 \u0434\u043B\u0438\u043D\u043D\u044B\u0445 \u0430\u0431\u0437\u0430\u0446\u0430\u0445 \u0441 \u0431\u043E\u043B\u044C\u0448\u0438\u043C \u0441\u043E\u0434\u0435\u0440\u0436\u0430\u043D\u0438\u0435\u043C (\u0431\u043E\u043B\u0435\u0435{count}\u0441\u0438\u043C\u0432\u043E\u043B\u043E\u0432)).",tempTranslateDomainTitle:"\u041F\u0440\u043E\u0434\u043E\u043B\u0436\u0438\u0442\u0435\u043B\u044C\u043D\u043E\u0441\u0442\u044C \u0432\u0440\u0435\u043C\u0435\u043D\u043D\u043E\u0433\u043E \u0432\u043A\u043B\u044E\u0447\u0435\u043D\u0438\u044F \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430 \u0441\u0430\u0439\u0442\u0430",tempTranslateDomainDescription:"\u041F\u0440\u0438 \u0440\u0443\u0447\u043D\u043E\u043C \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0435 \u0432\u0435\u0431-\u0441\u0442\u0440\u0430\u043D\u0438\u0446\u044B \u0432\u0440\u0435\u043C\u0435\u043D\u043D\u043E \u0432\u043A\u043B\u044E\u0447\u0438\u0442\u044C \u0430\u0432\u0442\u043E\u043C\u0430\u0442\u0438\u0447\u0435\u0441\u043A\u0438\u0439 \u043F\u0435\u0440\u0435\u0432\u043E\u0434, \u043F\u0440\u0438 \u044D\u0442\u043E\u043C \u043C\u043E\u0436\u043D\u043E \u0437\u0430\u0434\u0430\u0442\u044C \u0432\u0440\u0435\u043C\u0435\u043D\u043D\u0443\u044E \u043F\u0440\u043E\u0434\u043E\u043B\u0436\u0438\u0442\u0435\u043B\u044C\u043D\u043E\u0441\u0442\u044C.",xMinutes:"{count} \u043C\u0438\u043D\u0443\u0442",disabled:"\u0437\u0430\u043F\u0440\u0435\u0449\u0430\u0442\u044C \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u043D\u0438\u0435 \u0447\u0435\u0433\u043E-\u043B.",changelog:"\u0416\u0443\u0440\u043D\u0430\u043B \u043E\u0431\u043D\u043E\u0432\u043B\u0435\u043D\u0438\u0439",toggleTranslatePageWhenThreeFingersOnTheScreen:"\u041E\u0434\u043D\u043E\u0432\u0440\u0435\u043C\u0435\u043D\u043D\u043E\u0435 \u043A\u0430\u0441\u0430\u043D\u0438\u0435 \u044D\u043A\u0440\u0430\u043D\u0430 \u043D\u0435\u0441\u043A\u043E\u043B\u044C\u043A\u0438\u043C\u0438 \u043F\u0430\u043B\u044C\u0446\u0430\u043C\u0438 \u043E\u0431\u0435\u0441\u043F\u0435\u0447\u0438\u0432\u0430\u0435\u0442 \u043F\u0435\u0440\u0435\u0432\u043E\u0434 \u0432\u0435\u0431-\u0441\u0442\u0440\u0430\u043D\u0438\u0446/\u043E\u0442\u043E\u0431\u0440\u0430\u0436\u0435\u043D\u0438\u0435 \u043E\u0440\u0438\u0433\u0438\u043D\u0430\u043B\u044C\u043D\u043E\u0433\u043E \u0442\u0435\u043A\u0441\u0442\u0430",toggleTranslationMaskWhenThreeFingersOnTheScreen:"\u041F\u0440\u0438\u043A\u043E\u0441\u043D\u043E\u0432\u0435\u043D\u0438\u0435 \u043D\u0435\u0441\u043A\u043E\u043B\u044C\u043A\u0438\u043C\u0438 \u043F\u0430\u043B\u044C\u0446\u0430\u043C\u0438 \u043F\u043E\u043A\u0430\u0437\u044B\u0432\u0430\u0435\u0442/\u0441\u043A\u0440\u044B\u0432\u0430\u0435\u0442 \u044D\u0444\u0444\u0435\u043A\u0442 \u0440\u0430\u0437\u043C\u044B\u0442\u0438\u044F.",fingerCountToToggleTranslagePageOnlyTranslationWhenTouching:"\u041F\u0440\u0438 \u043E\u0434\u043D\u043E\u0432\u0440\u0435\u043C\u0435\u043D\u043D\u043E\u043C \u043A\u0430\u0441\u0430\u043D\u0438\u0438 \u044D\u043A\u0440\u0430\u043D\u0430 \u043D\u0435\u0441\u043A\u043E\u043B\u044C\u043A\u0438\u043C\u0438 \u043F\u0430\u043B\u044C\u0446\u0430\u043C\u0438 \u043E\u0441\u0443\u0449\u0435\u0441\u0442\u0432\u043B\u044F\u0435\u0442\u0441\u044F \u043F\u0435\u0440\u0435\u0432\u043E\u0434 \u0432\u0435\u0431-\u0441\u0442\u0440\u0430\u043D\u0438\u0446\u044B (\u0442\u043E\u043B\u044C\u043A\u043E \u043F\u0435\u0440\u0435\u0432\u043E\u0434)/\u043E\u0442\u043E\u0431\u0440\u0430\u0436\u0435\u043D\u0438\u0435 \u043E\u0440\u0438\u0433\u0438\u043D\u0430\u043B\u044C\u043D\u043E\u0433\u043E \u0442\u0435\u043A\u0441\u0442\u0430.",addUrlDescription:"\u041C\u043E\u0436\u0435\u0442 \u0431\u044B\u0442\u044C \u0434\u043E\u043C\u0435\u043D\u043D\u044B\u043C \u0438\u043C\u0435\u043D\u0435\u043C, \u0430 \u0442\u0430\u043A\u0436\u0435 \u043F\u043E\u0434\u0434\u0435\u0440\u0436\u0438\u0432\u0430\u0435\u0442 \u043F\u043E\u0434\u0441\u0442\u0430\u043D\u043E\u0432\u043E\u0447\u043D\u044B\u0435 \u0437\u043D\u0430\u043A\u0438, \u043D\u0430\u043F\u0440\u0438\u043C\u0435\u0440,\uFF1A*.google.com, google.com/mail/*, https://www.google.com/*.",general:"\u041E\u0441\u043D\u043E\u0432\u043D\u044B\u0435 \u043D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0438",clickToExpandConfig:"\u0420\u0430\u0441\u0448\u0438\u0440\u0438\u0442\u044C \u0442\u0435\u043A\u0443\u0449\u0443\u044E \u043A\u043E\u043D\u0444\u0438\u0433\u0443\u0440\u0430\u0446\u0438\u044E",import:"\u0418\u043C\u043F\u043E\u0440\u0442 \u0438\u0437 \u0444\u0430\u0439\u043B\u0430",export:"\u042D\u043A\u0441\u043F\u043E\u0440\u0442 \u0432 \u0444\u0430\u0439\u043B",toggleDebug:"\u0412\u044B\u0432\u0435\u0441\u0442\u0438 \u0436\u0443\u0440\u043D\u0430\u043B \u043E\u0442\u043B\u0430\u0434\u043A\u0438 \u043D\u0430 \u043A\u043E\u043D\u0441\u043E\u043B\u044C","fingers.0":"\u043A\u043B\u043E\u0442\u0443\u0440\u0430","fingers.2":"\u043A\u0430\u0441\u0430\u043D\u0438\u0435 \u0434\u0432\u0443\u043C\u044F \u043F\u0430\u043B\u044C\u0446\u0430\u043C\u0438","fingers.3":"\u043A\u0430\u0441\u0430\u043D\u0438\u0435 \u0442\u0440\u0435\u043C\u044F \u043F\u0430\u043B\u044C\u0446\u0430\u043C\u0438","fingers.4":"\u043A\u0430\u0441\u0430\u043D\u0438\u0435 \u0447\u0435\u0442\u044B\u0440\u044C\u043C\u044F \u043F\u0430\u043B\u044C\u0446\u0430\u043C\u0438","fingers.5":"\u043F\u044F\u0442\u0438\u043F\u0430\u043B\u044C\u0446\u0435\u0432\u043E\u0435 \u043A\u0430\u0441\u0430\u043D\u0438\u0435",mouseHoldKey:"+ {key} \u043F\u0435\u0440\u0435\u0432\u0435\u0441\u0442\u0438/\u0432\u043E\u0441\u0441\u0442\u0430\u043D\u043E\u0432\u0438\u0442\u044C \u0430\u0431\u0437\u0430\u0446",mouseHoldKeyAuto:"\u041F\u0440\u044F\u043C\u043E\u0439 \u043F\u0435\u0440\u0435\u0432\u043E\u0434 \u0430\u0431\u0437\u0430\u0446\u0430",mouseHoldKeyOff:"\u041D\u0435 \u0434\u0435\u043B\u0430\u0439\u0442\u0435 \u043D\u0438\u0447\u0435\u0433\u043E.",mouseHoldKeyOther:"\u041D\u0430\u0441\u0442\u0440\u0430\u0438\u0432\u0430\u0435\u043C\u044B\u0435 \u044F\u0440\u043B\u044B\u043A\u0438 (\u043E\u0442\u043A\u0440\u044B\u0442\u044C \u043D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0438)",mouseHoldKeyCustomKey:"{key} \u041F\u0435\u0440\u0435\u0432\u043E\u0434/\u0441\u043E\u043A\u0440\u0430\u0449\u0435\u043D\u0438\u0435 \u0430\u0431\u0437\u0430\u0446\u0430",mouseHoverHoldKey:"\u041F\u0435\u0440\u0435\u0432\u043E\u0434 \u0430\u0431\u0437\u0430\u0446\u0435\u0432 \u043E\u0441\u0443\u0449\u0435\u0441\u0442\u0432\u043B\u044F\u0435\u0442\u0441\u044F \u043D\u0430\u0436\u0430\u0442\u0438\u0435\u043C \u043A\u043B\u0430\u0432\u0438\u0448\u0438 \u0431\u044B\u0441\u0442\u0440\u043E\u0433\u043E \u0434\u043E\u0441\u0442\u0443\u043F\u0430 \u043F\u0440\u0438 \u043D\u0430\u0432\u0435\u0434\u0435\u043D\u0438\u0438 \u043A\u0443\u0440\u0441\u043E\u0440\u0430 \u043C\u044B\u0448\u0438.","mouse-translate":"\u043D\u0430\u0432\u0435\u0434\u0435\u043D\u0438\u0435 \u043C\u044B\u0448\u0438",document:"(\u043A\u043E\u043C\u043F\u044C\u044E\u0442\u0435\u0440\u043D\u044B\u0439) \u0444\u0430\u0439\u043B",resetSuccess:"\u0423\u0441\u043F\u0435\u0448\u043D\u044B\u0439 \u0441\u0431\u0440\u043E\u0441 \u0432\u0441\u0435\u0445 \u043D\u0430\u0441\u0442\u0440\u043E\u0435\u043A",resetThisSuccess:"\u0421\u0431\u0440\u043E\u0441 \u0443\u0441\u043F\u0435\u0448\u0435\u043D",saved:"\u0421\u043E\u0445\u0440\u0430\u043D\u0438\u0442\u044C \u0443\u0441\u043F\u0435\u0448\u043D\u044B\u0439",successImportConfig:"\u0423\u0441\u043F\u0435\u0448\u043D\u044B\u0439 \u0438\u043C\u043F\u043E\u0440\u0442 \u043A\u043E\u043D\u0444\u0438\u0433\u0443\u0440\u0430\u0446\u0438\u0438",goAdvancedSettings:"\u041F\u0435\u0440\u0435\u0439\u0434\u0438\u0442\u0435 \u043D\u0430 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u0443 \u0414\u043E\u043F\u043E\u043B\u043D\u0438\u0442\u0435\u043B\u044C\u043D\u044B\u0435 \u043D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0438",goAdvancedInterfaceSettings:"\u041F\u0435\u0440\u0435\u0439\u0434\u0438\u0442\u0435 \u043D\u0430 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u0443 \u0414\u043E\u043F\u043E\u043B\u043D\u0438\u0442\u0435\u043B\u044C\u043D\u044B\u0435 \u043F\u0430\u0440\u0430\u043C\u0435\u0442\u0440\u044B \u043D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0438",advanced:"\u0414\u043E\u043F\u043E\u043B\u043D\u0438\u0442\u0435\u043B\u044C\u043D\u044B\u0435 \u043D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0438",advancedDescription:"\u041A\u0430\u043A \u043F\u0440\u0430\u0432\u0438\u043B\u043E, \u043D\u0438\u043A\u0430\u043A\u0438\u0445 \u043D\u0430\u0441\u0442\u0440\u043E\u0435\u043A \u043D\u0435 \u0442\u0440\u0435\u0431\u0443\u0435\u0442\u0441\u044F, \u043F\u0440\u043E\u0441\u0442\u043E \u043E\u0441\u0442\u0430\u0432\u044C\u0442\u0435 \u0432\u0441\u0435 \u043F\u043E \u0443\u043C\u043E\u043B\u0447\u0430\u043D\u0438\u044E. \u0422\u043E\u043B\u044C\u043A\u043E \u0434\u043B\u044F \u0431\u043E\u043B\u0435\u0435 \u0441\u043F\u0435\u0446\u0438\u0430\u043B\u0438\u0437\u0438\u0440\u043E\u0432\u0430\u043D\u043D\u044B\u0445 \u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u0435\u043B\u0435\u0439 \u0434\u043E\u0441\u0442\u0443\u043F\u043D\u044B \u0431\u043E\u043B\u0435\u0435 \u043F\u0435\u0440\u0441\u043E\u043D\u0430\u043B\u0438\u0437\u0438\u0440\u043E\u0432\u0430\u043D\u043D\u044B\u0435 \u043D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0438.",developer:"\u041D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0438 \u0440\u0430\u0437\u0440\u0430\u0431\u043E\u0442\u0447\u0438\u043A\u0430",donateCafe:"\u0446\u0435\u043D\u044B","translate to the bottom of the page":"\u041F\u0435\u0440\u0435\u0432\u043E\u0434\u0438\u0442\u0441\u044F \u043B\u0438 \u043E\u043D \u0432 \u043D\u0438\u0436\u043D\u044E\u044E \u0447\u0430\u0441\u0442\u044C \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u044B \u0441\u0440\u0430\u0437\u0443 \u043F\u043E\u0441\u043B\u0435 \u0432\u0445\u043E\u0434\u0430 \u043D\u0430 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u0443?",feedback:"\u0412\u043E\u043F\u0440\u043E\u0441-\u043E\u0442\u0432\u0435\u0442",toggleTranslatePage:"\u041F\u0435\u0440\u0435\u0432\u0435\u0441\u0442\u0438 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u0443/\u043E\u0442\u043E\u0431\u0440\u0430\u0437\u0438\u0442\u044C \u043E\u0440\u0438\u0433\u0438\u043D\u0430\u043B\u044C\u043D\u044B\u0439 \u0442\u0435\u043A\u0441\u0442",translateToThePageEndImmediatelyDescription:"\u041F\u0440\u0438 \u0432\u043A\u043B\u044E\u0447\u0435\u043D\u0438\u0438 \u044D\u0442\u043E\u0439 \u0444\u0443\u043D\u043A\u0446\u0438\u0438 \u0441\u043E\u0434\u0435\u0440\u0436\u0438\u043C\u043E\u0435 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u044B \u0431\u0443\u0434\u0435\u0442 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0438\u0442\u044C\u0441\u044F \u0441\u0432\u0435\u0440\u0445\u0443 \u0432\u043D\u0438\u0437 \u043F\u043E \u043C\u0435\u0440\u0435 \u0432\u0432\u043E\u0434\u0430. \u041F\u0440\u0438 \u0432\u044B\u043A\u043B\u044E\u0447\u0435\u043D\u0438\u0438 \u044D\u0442\u043E\u0439 \u0444\u0443\u043D\u043A\u0446\u0438\u0438 \u043F\u0435\u0440\u0435\u0432\u043E\u0434 \u0431\u0443\u0434\u0435\u0442 \u0432\u044B\u043F\u043E\u043B\u043D\u044F\u0442\u044C\u0441\u044F \u043F\u043E \u043C\u0435\u0440\u0435 \u0447\u0442\u0435\u043D\u0438\u044F. (\u041D\u0435 \u0440\u0435\u043A\u043E\u043C\u0435\u043D\u0434\u0443\u0435\u0442\u0441\u044F)","translate all areas of the page":"\u041F\u0435\u0440\u0435\u0432\u043E\u0434\u0438\u0442\u044C \u043B\u0438 \u0432\u0441\u0435 \u043E\u0431\u043B\u0430\u0441\u0442\u0438 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u044B",translationAreaDescription:"\u041F\u0440\u0438 \u0432\u043A\u043B\u044E\u0447\u0435\u043D\u0438\u0438 \u044D\u0442\u043E\u0439 \u043E\u043F\u0446\u0438\u0438 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u044F\u0442\u0441\u044F \u0432\u0441\u0435 \u043E\u0431\u043B\u0430\u0441\u0442\u0438 \u0432\u0441\u0435\u0439 \u0432\u0435\u0431-\u0441\u0442\u0440\u0430\u043D\u0438\u0446\u044B. \u041F\u0440\u0438 \u0432\u044B\u043A\u043B\u044E\u0447\u0435\u043D\u0438\u0438 \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u0443\u0435\u0442\u0441\u044F \u0438\u043D\u0442\u0435\u043B\u043B\u0435\u043A\u0442\u0443\u0430\u043B\u044C\u043D\u043E\u0435 \u0440\u0430\u0441\u043F\u043E\u0437\u043D\u0430\u0432\u0430\u043D\u0438\u0435 \u043F\u043E \u0443\u043C\u043E\u043B\u0447\u0430\u043D\u0438\u044E \u0438 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u044F\u0442\u0441\u044F \u0442\u043E\u043B\u044C\u043A\u043E \u043E\u0441\u043D\u043E\u0432\u043D\u044B\u0435 \u043E\u0431\u043B\u0430\u0441\u0442\u0438. (\u041D\u0435 \u0440\u0435\u043A\u043E\u043C\u0435\u043D\u0434\u0443\u0435\u0442\u0441\u044F \u0432\u043A\u043B\u044E\u0447\u0430\u0442\u044C)","the number of characters to be translated first":"\u041F\u0440\u044F\u043C\u043E\u0439 \u043F\u0435\u0440\u0435\u0432\u043E\u0434 \u043F\u0435\u0440\u0432\u044B\u0445 \u043D\u0435\u0441\u043A\u043E\u043B\u044C\u043A\u0438\u0445 \u0441\u0438\u043C\u0432\u043E\u043B\u043E\u0432 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u044B \u0431\u0435\u0437 \u043E\u0436\u0438\u0434\u0430\u043D\u0438\u044F \u043F\u0440\u043E\u043A\u0440\u0443\u0442\u043A\u0438 \u0432 \u043E\u0431\u043B\u0430\u0441\u0442\u044C \u043F\u0440\u043E\u0441\u043C\u043E\u0442\u0440\u0430","interface language":"\u044F\u0437\u044B\u043A \u0438\u043D\u0442\u0435\u0440\u0444\u0435\u0439\u0441\u0430","display both the original text and the translation":"\u041E\u0434\u043D\u043E\u0432\u0440\u0435\u043C\u0435\u043D\u043D\u043E\u0435 \u043E\u0442\u043E\u0431\u0440\u0430\u0436\u0435\u043D\u0438\u0435 \u043E\u0440\u0438\u0433\u0438\u043D\u0430\u043B\u0430 \u0438 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430","keyboard shortcuts":"\u041A\u043B\u0430\u0432\u0438\u0430\u0442\u0443\u0440\u043D\u044B\u0435 \u0441\u043E\u043A\u0440\u0430\u0449\u0435\u043D\u0438\u044F",modify:"\u041C\u043E\u0434\u0438\u0444\u0438\u043A\u0430\u0446\u0438\u044F \u043A\u043B\u0430\u0432\u0438\u0448 \u0431\u044B\u0441\u0442\u0440\u043E\u0433\u043E \u0434\u043E\u0441\u0442\u0443\u043F\u0430",reset:"\u043F\u0435\u0440\u0435\u043F\u0440\u043E\u0444\u0438\u043B\u0438\u0440\u043E\u0432\u0430\u043D\u0438\u0435",close:"\u043A\u043B\u043E\u0442\u0443\u0440\u0430",homepage:"\u0434\u043E\u043C\u0430\u0448\u043D\u044F\u044F \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u0430",more:"\u043F\u043E\u0434\u0440\u043E\u0431\u043D\u0435\u0435",moreOptions:"\u0420\u0430\u0441\u0448\u0438\u0440\u0435\u043D\u0438\u0435 \u0432\u043E\u0437\u043C\u043E\u0436\u043D\u043E\u0441\u0442\u0435\u0439 \u043D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0438",translateTheWholePage:"\u041F\u0435\u0440\u0435\u0432\u043E\u0434\u0438\u0442\u044C \u0432\u0441\u0435 \u043E\u0431\u043B\u0430\u0441\u0442\u0438 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u044B (\u0432 \u043E\u0442\u043B\u0438\u0447\u0438\u0435 \u043E\u0442 \u0438\u043D\u0442\u0435\u043B\u043B\u0435\u043A\u0442\u0443\u0430\u043B\u044C\u043D\u043E\u0433\u043E \u0440\u0430\u0441\u043F\u043E\u0437\u043D\u0430\u0432\u0430\u043D\u0438\u044F \u043E\u0441\u043D\u043E\u0432\u043D\u044B\u0445 \u043E\u0431\u043B\u0430\u0441\u0442\u0435\u0439)",changeToTranslateTheWholePage:"\u041F\u0435\u0440\u0435\u043A\u043B\u044E\u0447\u0435\u043D\u0438\u0435 \u043D\u0430 \u043F\u0435\u0440\u0435\u0432\u043E\u0434 \u0432\u0441\u0435\u0445 \u0440\u0435\u0433\u0438\u043E\u043D\u043E\u0432",changeToTranslateTheMainPage:'\u041F\u0435\u0440\u0435\u0445\u043E\u0434 \u0432 \u043E\u0441\u043D\u043E\u0432\u043D\u0443\u044E \u043E\u0431\u043B\u0430\u0441\u0442\u044C "\u041F\u0435\u0440\u0435\u0432\u043E\u0434',changeToOnlyTranslationMode:"\u041F\u0435\u0440\u0435\u043A\u043B\u044E\u0447\u0435\u043D\u0438\u0435 \u043D\u0430 \u043E\u0442\u043E\u0431\u0440\u0430\u0436\u0435\u043D\u0438\u0435 \u0442\u043E\u043B\u044C\u043A\u043E \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u043E\u0432",changeToDualTranslationMode:"\u041F\u0435\u0440\u0435\u0445\u043E\u0434 \u043D\u0430 \u0434\u0432\u0443\u044F\u0437\u044B\u0447\u043D\u044B\u0439 \u043F\u0435\u0440\u0435\u0432\u043E\u0434",translateToThePageEndImmediately:"\u041D\u0435\u043C\u0435\u0434\u043B\u0435\u043D\u043D\u044B\u0439 \u043F\u0435\u0440\u0435\u0432\u043E\u0434 \u0432 \u043D\u0438\u0436\u043D\u044E\u044E \u0447\u0430\u0441\u0442\u044C \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u044B",translateTheMainPage:"\u041A\u043B\u044E\u0447\u0435\u0432\u044B\u0435 \u0440\u0435\u0433\u0438\u043E\u043D\u044B \u0438\u043D\u0442\u0435\u043B\u043B\u0435\u043A\u0442\u0443\u0430\u043B\u044C\u043D\u043E\u0433\u043E \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430","The local rules are up to date":"\u041C\u0435\u0441\u0442\u043D\u044B\u0435 \u043F\u0440\u0430\u0432\u0438\u043B\u0430 \u0430\u0434\u0430\u043F\u0442\u0430\u0446\u0438\u0438 \u0441\u043E\u043E\u0442\u0432\u0435\u0442\u0441\u0442\u0432\u0443\u044E\u0442 \u0441\u043E\u0432\u0440\u0435\u043C\u0435\u043D\u043D\u044B\u043C \u0442\u0440\u0435\u0431\u043E\u0432\u0430\u043D\u0438\u044F\u043C.","Successfully synchronized with the latest official rules:":"\u0423\u0441\u043F\u0435\u0448\u043D\u0430\u044F \u0441\u0438\u043D\u0445\u0440\u043E\u043D\u0438\u0437\u0430\u0446\u0438\u044F \u0441 \u043F\u043E\u0441\u043B\u0435\u0434\u043D\u0438\u043C\u0438 \u043E\u0444\u0438\u0446\u0438\u0430\u043B\u044C\u043D\u044B\u043C\u0438 \u043F\u0440\u0430\u0432\u0438\u043B\u0430\u043C\u0438 \u0430\u0434\u0430\u043F\u0442\u0430\u0446\u0438\u0438.","Checking for updates":"\u041F\u0440\u043E\u0432\u0435\u0440\u043A\u0430 \u043D\u0430\u043B\u0438\u0447\u0438\u044F \u043E\u0431\u043D\u043E\u0432\u043B\u0435\u043D\u0438\u0439","Rules are being synchronized":"\u0421\u0438\u043D\u0445\u0440\u043E\u043D\u0438\u0437\u0430\u0446\u0438\u044F \u043F\u0440\u0430\u0432\u0438\u043B \u0430\u0434\u0430\u043F\u0442\u0430\u0446\u0438\u0438",localVersionIsTooOld:"\u0412\u0435\u0440\u0441\u0438\u044F \u043B\u043E\u043A\u0430\u043B\u044C\u043D\u043E\u0433\u043E \u0440\u0430\u0441\u0448\u0438\u0440\u0435\u043D\u0438\u044F \u0441\u043B\u0438\u0448\u043A\u043E\u043C \u0443\u0441\u0442\u0430\u0440\u0435\u043B\u0430, \u043F\u043E\u0436\u0430\u043B\u0443\u0439\u0441\u0442\u0430, \u043E\u0431\u043D\u043E\u0432\u0438\u0442\u0435 \u0440\u0430\u0441\u0448\u0438\u0440\u0435\u043D\u0438\u0435 \u0434\u043E {minVersion} \u0438\u043B\u0438 \u0431\u043E\u043B\u0435\u0435 \u043D\u043E\u0432\u043E\u0439 \u0432\u0435\u0440\u0441\u0438\u0438 \u043F\u0435\u0440\u0435\u0434 \u043F\u043E\u043F\u044B\u0442\u043A\u043E\u0439 \u0441\u0438\u043D\u0445\u0440\u043E\u043D\u0438\u0437\u0430\u0446\u0438\u0438.",badUserscriptBrowser:"\u0422\u0435\u043A\u0443\u0449\u0438\u0439 \u0431\u0440\u0430\u0443\u0437\u0435\u0440 \u043D\u0435\u043A\u043E\u0440\u0440\u0435\u043A\u0442\u043D\u043E \u0440\u0435\u0430\u043B\u0438\u0437\u0443\u0435\u0442 \u0438\u043D\u0442\u0435\u0440\u0444\u0435\u0439\u0441 \u0440\u0430\u0441\u0448\u0438\u0440\u0435\u043D\u0438\u044F Grease Monkey (\u043D\u0430\u043F\u0440\u0438\u043C\u0435\u0440, \u0434\u043B\u044F \u043F\u043E\u043B\u0443\u0447\u0435\u043D\u0438\u044F \u0438\u043D\u0444\u043E\u0440\u043C\u0430\u0446\u0438\u0438 \u043E \u043D\u043E\u043C\u0435\u0440\u0435 \u0432\u0435\u0440\u0441\u0438\u0438 \u0441\u0430\u043C\u043E\u0433\u043E \u0441\u043A\u0440\u0438\u043F\u0442\u0430 Grease Monkey), \u043F\u043E\u0436\u0430\u043B\u0443\u0439\u0441\u0442\u0430, \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u0443\u0439\u0442\u0435 \u0434\u0440\u0443\u0433\u0438\u0435 \u0431\u0440\u0430\u0443\u0437\u0435\u0440\u044B, <1>\u043F\u043E\u0434\u0434\u0435\u0440\u0436\u0438\u0432\u0430\u044E\u0449\u0438\u0435 \u0440\u0430\u0441\u0448\u0438\u0440\u0435\u043D\u0438\u0435 Grease Monkey, \u043D\u0430\u043F\u0440\u0438\u043C\u0435\u0440 Firefox.",foundNewVersion:"\u0417\u043D\u0430\u043A\u043E\u043C\u0441\u0442\u0432\u043E \u0441 \u043D\u043E\u0432\u043E\u0439 \u0432\u0435\u0440\u0441\u0438\u0435\u0439",theLocalExtensionIsUpToUpdate:"\u0422\u0435\u043A\u0443\u0449\u0435\u0435 \u0440\u0430\u0441\u0448\u0438\u0440\u0435\u043D\u0438\u0435 \u044F\u0432\u043B\u044F\u0435\u0442\u0441\u044F \u0430\u043A\u0442\u0443\u0430\u043B\u044C\u043D\u044B\u043C.",failToSyncRules:"\u041D\u0435\u0432\u043E\u0437\u043C\u043E\u0436\u043D\u043E\u0441\u0442\u044C \u0441\u0438\u043D\u0445\u0440\u043E\u043D\u0438\u0437\u0430\u0446\u0438\u0438 \u043F\u043E\u0441\u043B\u0435\u0434\u043D\u0438\u0445 \u043F\u0440\u0430\u0432\u0438\u043B \u0430\u0434\u0430\u043F\u0442\u0430\u0446\u0438\u0438",retry:"\u041D\u0430\u0436\u043C\u0438\u0442\u0435 \u0437\u0434\u0435\u0441\u044C, \u0447\u0442\u043E\u0431\u044B \u043F\u043E\u0432\u0442\u043E\u0440\u0438\u0442\u044C \u043F\u043E\u043F\u044B\u0442\u043A\u0443",failedReason:"\u041F\u0440\u0438\u0447\u0438\u043D\u044B \u043D\u0435\u0443\u0434\u0430\u0447",currentRuleVersion:"\u0414\u0435\u0439\u0441\u0442\u0432\u0443\u044E\u0449\u0430\u044F \u0440\u0435\u0434\u0430\u043A\u0446\u0438\u044F \u043F\u0440\u0430\u0432\u0438\u043B",calculating:"\u0440\u0430\u0441\u0447\u0435\u0442\u044B",unknownError:"\u043D\u0435\u0438\u0437\u0432\u0435\u0441\u0442\u043D\u0430\u044F \u043E\u0448\u0438\u0431\u043A\u0430",canNotFetchRemoteRule:"\u041D\u0435\u0432\u043E\u0437\u043C\u043E\u0436\u043D\u043E \u043F\u043E\u043B\u0443\u0447\u0438\u0442\u044C \u0443\u0434\u0430\u043B\u0435\u043D\u043D\u044B\u0435 \u043F\u0440\u0430\u0432\u0438\u043B\u0430",enableAlphaSuccess:"\u0410\u043B\u044C\u0444\u0430 \u0432\u043A\u043B\u044E\u0447\u0435\u043D\u0430",disableAlphaSuccess:"\u0424\u0443\u043D\u043A\u0446\u0438\u044F \u0430\u043B\u044C\u0444\u0430 \u043E\u0442\u043A\u043B\u044E\u0447\u0435\u043D\u0430",cacheSize:"\u0420\u0430\u0437\u043C\u0435\u0440 \u043A\u044D\u0448\u0430\uFF1A",cleaning:"\u0432 \u043F\u0440\u043E\u0446\u0435\u0441\u0441\u0435 \u043B\u0438\u043A\u0432\u0438\u0434\u0430\u0446\u0438\u0438",cleanCache:"\u043E\u0447\u0438\u0441\u0442\u0438\u0442\u044C \u043A\u044D\u0448",options:"\u043D\u0430\u0441\u0442\u0440\u0430\u0438\u0432\u0430\u0442\u044C",about:"\u043F\u043E \u043E\u0442\u043D\u043E\u0448\u0435\u043D\u0438\u044E \u043A",service:"\u0443\u0441\u043B\u0443\u0433\u0430 \u0443\u0441\u0442\u043D\u043E\u0433\u043E \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430",needAction:"(\u041F\u0435\u0440\u0435\u0439\u0442\u0438 \u043A \u043D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0430\u043C)",goSettings:"\u043F\u0435\u0440\u0435\u0439\u0434\u0438\u0442\u0435 \u043A \u043D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0435",needActionForOptions:"(\u0443\u0441\u0442\u0430\u043D\u0430\u0432\u043B\u0438\u0432\u0430\u0435\u0442\u0441\u044F)",translationEngine:"\u041E\u043F\u0446\u0438\u0438 \u0434\u0432\u0438\u0433\u0430\u0442\u0435\u043B\u044F",sourceLanguage:"\u042F\u0437\u044B\u043A \u043E\u0440\u0438\u0433\u0438\u043D\u0430\u043B\u0430",target:"\u044F\u0437\u044B\u043A \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430",popupSourceLanguage:"\u042F\u0437\u044B\u043A \u043E\u0440\u0438\u0433\u0438\u043D\u0430\u043B\u0430",popupTarget:"\u044F\u0437\u044B\u043A \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430",popupService:"\u0443\u0441\u043B\u0443\u0433\u0430 \u0443\u0441\u0442\u043D\u043E\u0433\u043E \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430",forThisSite:"\u0422\u0435\u043A\u0443\u0449\u0438\u0439 \u0441\u0430\u0439\u0442",autoEnableSubtitle:"\u0410\u0432\u0442\u043E\u043C\u0430\u0442\u0438\u0447\u0435\u0441\u043A\u043E\u0435 \u043E\u0442\u043A\u0440\u044B\u0442\u0438\u0435 \u0434\u0432\u0443\u044F\u0437\u044B\u0447\u043D\u044B\u0445 \u0441\u0443\u0431\u0442\u0438\u0442\u0440\u043E\u0432",alwaysTranslate:"\u0412\u0441\u0435\u0433\u0434\u0430 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0438\u0442\u0435",neverTranslate:"\u041D\u0438\u043A\u043E\u0433\u0434\u0430 \u043D\u0435 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0438\u0442\u0435",alwaysTranslateSomeLanguage:"\u0412\u0441\u0435\u0433\u0434\u0430 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0438\u0442\u0435 {language}",neverTranslateSomeLanguage:"\u041D\u0438\u043A\u043E\u0433\u0434\u0430 \u043D\u0435 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0438\u0442\u0435 {language}",alwaysTranslateSomeSite:"\u0412\u0441\u0435\u0433\u0434\u0430 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0438\u0442\u0435 {hostname}",neverTranslateSomeSite:"\u041D\u0438\u043A\u043E\u0433\u0434\u0430 \u043D\u0435 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0438\u0442\u0435 {hostname}",alwaysTranslateSomeSiteOrWildSite:"\u0412\u0441\u0435\u0433\u0434\u0430 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0438\u0442\u0435 \u0441\u0430\u0439\u0442",alwaysTranslateSomePage:"\u0412\u0441\u0435\u0433\u0434\u0430 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0438\u0442\u0435 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u0443",add:"\u0443\u0432\u0435\u043B\u0438\u0447\u0438\u0442\u044C",default:"\u043F\u043E \u0443\u043C\u043E\u043B\u0447\u0430\u043D\u0438\u044E (\u043D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0430)",forThisLanguage:"\u0414\u043B\u044F \u044D\u0442\u043E\u0433\u043E \u044F\u0437\u044B\u043A\u0430\uFF1A","add url":"\u0412\u0432\u0435\u0434\u0438\u0442\u0435 URL",edit:"\u043A\u043E\u043C\u043F\u0438\u043B\u044F\u0442\u043E\u0440","translate other languages into specific language":"\u041F\u0435\u0440\u0435\u0432\u043E\u0434 \u0434\u0440\u0443\u0433\u0438\u0445 \u044F\u0437\u044B\u043A\u043E\u0432 \u043D\u0430 \u0443\u0441\u0442\u0430\u043D\u043E\u0432\u043B\u0435\u043D\u043D\u044B\u0439 \u0432\u0430\u043C\u0438 \u044F\u0437\u044B\u043A","select translation service":"\u0412\u044B\u0431\u0435\u0440\u0438\u0442\u0435 \u0441\u043B\u0443\u0436\u0431\u0443 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430",language:"\u043C\u043D\u043E\u0433\u043E\u044F\u0437\u044B\u0447\u0438\u0435","show-original":"\u041F\u043E\u043A\u0430\u0437\u0430\u0442\u044C \u043E\u0440\u0438\u0433\u0438\u043D\u0430\u043B\u044C\u043D\u044B\u0439 \u0442\u0435\u043A\u0441\u0442",translate:"\u0440\u0435\u043D\u0434\u0435\u0440\u0438\u043D\u0433",Translated:"\u043F\u0435\u0440\u0435\u0432\u0435\u0434\u0435\u043D\u043E",Translating:"\u0432 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0435",Error:"\u043D\u0435\u0432\u0435\u0440\u043D\u044B\u0439",allowCacheTranslations:"\u0412\u043A\u043B\u044E\u0447\u0438\u0442\u044C \u043B\u043E\u043A\u0430\u043B\u044C\u043D\u043E\u0435 \u043A\u044D\u0448\u0438\u0440\u043E\u0432\u0430\u043D\u0438\u0435 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u043E\u0432 (\u0434\u043B\u044F \u0443\u043C\u0435\u043D\u044C\u0448\u0435\u043D\u0438\u044F \u043A\u043E\u043B\u0438\u0447\u0435\u0441\u0442\u0432\u0430 \u0437\u0430\u043F\u0440\u043E\u0441\u043E\u0432 \u043D\u0430 \u043F\u0435\u0440\u0435\u0432\u043E\u0434 \u0434\u0443\u0431\u043B\u0438\u0440\u0443\u044E\u0449\u0438\u0445\u0441\u044F \u043E\u0442\u0440\u044B\u0432\u043A\u043E\u0432)","translation display":"\u0421\u0442\u0438\u043B\u044C \u043E\u0442\u043E\u0431\u0440\u0430\u0436\u0435\u043D\u0438\u044F \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430","select diplay style":"\u0420\u0430\u0437\u043B\u0438\u0447\u0430\u0442\u044C \u0441\u0442\u0438\u043B\u0438 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430, \u043E\u043F\u0438\u0440\u0430\u044F\u0441\u044C \u043D\u0430 \u0441\u043B\u0435\u0434\u0443\u044E\u0449\u0438\u0435 \u043F\u0440\u0438\u043C\u0435\u0440\u044B",interface:"\u041D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0438 \u0438\u043D\u0442\u0435\u0440\u0444\u0435\u0439\u0441\u0430",import_export:"\u0418\u043C\u043F\u043E\u0440\u0442/\u044D\u043A\u0441\u043F\u043E\u0440\u0442",import_export_title:"\u041A\u043E\u043D\u0444\u0438\u0433\u0443\u0440\u0430\u0446\u0438\u044F \u0438\u043C\u043F\u043E\u0440\u0442\u0430/\u044D\u043A\u0441\u043F\u043E\u0440\u0442\u0430",syncToGoogleDrive:"\u0422\u0435\u043F\u0435\u0440\u044C \u0441\u0438\u043D\u0445\u0440\u043E\u043D\u0438\u0437\u0430\u0446\u0438\u044F \u0441 Google Drive",floatBallOptions:"\u041D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0438 \u0445\u043E\u0432\u0435\u0440\u0431\u043E\u043B\u0430","floatBallOptions.enable":"\u0412\u043A\u043B\u044E\u0447\u0438\u0442\u044C \u0445\u043E\u0432\u0435\u0440\u0431\u043E\u043B","floatBallOptions.blockUrls":"\u041E\u0442\u043A\u043B\u044E\u0447\u0438\u0442\u044C \u0441\u0430\u0439\u0442","floatBallOptions.add":"\u0443\u0432\u0435\u043B\u0438\u0447\u0438\u0442\u044C","floatBallOptions.blockUrlDesc":"\u041F\u0430\u0440\u044F\u0449\u0438\u0435 \u0448\u0430\u0440\u044B \u043D\u0435 \u043E\u0442\u043E\u0431\u0440\u0430\u0436\u0430\u044E\u0442\u0441\u044F, \u043A\u043E\u0433\u0434\u0430 \u0432\u0441\u0442\u0440\u0435\u0447\u0430\u044E\u0442\u0441\u044F \u0441\u043B\u0435\u0434\u0443\u044E\u0449\u0438\u0435 \u0441\u0430\u0439\u0442\u044B","floatBallOptions.clickType":"\u043F\u043E\u0432\u0435\u0434\u0435\u043D\u0438\u0435 \u043F\u0440\u0438 \u043D\u0430\u0436\u0430\u0442\u0438\u0438","floatBallOptions.clickTypeDesc":"\u041F\u043E\u0432\u0435\u0434\u0435\u043D\u0438\u0435 \u0438\u043A\u043E\u043D\u043A\u0438 \u0445\u043E\u0432\u0435\u0440\u0431\u043E\u043B\u0430 \u043F\u0440\u0438 \u043D\u0430\u0436\u0430\u0442\u0438\u0438","floatBallOptions.clickPopup":"\u041F\u043E\u043A\u0430\u0437\u0430\u0442\u044C \u043F\u0430\u043D\u0435\u043B\u044C \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430","floatBallOptions.clickTranslate":"\u041F\u0435\u0440\u0435\u0432\u043E\u0434/\u043E\u0442\u043E\u0431\u0440\u0430\u0436\u0435\u043D\u0438\u0435 \u043E\u0440\u0438\u0433\u0438\u043D\u0430\u043B\u044C\u043D\u043E\u0433\u043E \u0442\u0435\u043A\u0441\u0442\u0430","floatBallOptions.fixedPosition":"\u56FA\u5B9A\u4F4D\u7F6E","floatBallOptions.fixedPositionDesc":"\u60AC\u6D6E\u7403\u5728\u7A97\u53E3\u5DE6\u4FA7\u8FD8\u662F\u53F3\u4FA7","floatBallOptions.fixedPositionLeft":"\u5DE6\u4FA7","floatBallOptions.fixedPositionRight":"\u53F3\u4FA7",previewAllThemes:"\u041F\u0440\u0435\u0434\u0432\u0430\u0440\u0438\u0442\u0435\u043B\u044C\u043D\u044B\u0439 \u043F\u0440\u043E\u0441\u043C\u043E\u0442\u0440 \u0432\u0441\u0435\u0445 \u0441\u0442\u0438\u043B\u0435\u0439","translationTheme.none":"\u043D\u0435 \u0438\u043C\u0435\u0442\u044C","translationTheme.grey":"\u0442\u0451\u043C\u043D\u043E-\u0441\u0435\u0440\u044B\u0439","translationTheme.dashed":"\u043F\u0443\u043D\u043A\u0442\u0438\u0440\u043D\u043E\u0435 \u043F\u043E\u0434\u0447\u0451\u0440\u043A\u0438\u0432\u0430\u043D\u0438\u0435","translationTheme.dotted":"\u0442\u043E\u0447\u0435\u0447\u043D\u043E\u0435 \u043F\u043E\u0434\u0447\u0435\u0440\u043A\u0438\u0432\u0430\u043D\u0438\u0435","translationTheme.dashedBorder":"\u043F\u0443\u043D\u043A\u0442\u0438\u0440\u043D\u0430\u044F \u0433\u0440\u0430\u043D\u0438\u0446\u0430","translationTheme.solidBorder":"\u0441\u043F\u043B\u043E\u0448\u043D\u0430\u044F \u0433\u0440\u0430\u043D\u0438\u0446\u0430","translationTheme.underline":"\u041F\u043E\u0434\u0447\u0435\u0440\u043A\u0438\u0432\u0430\u043D\u0438\u0435 \u043F\u0440\u044F\u043C\u044B\u0445 \u043B\u0438\u043D\u0438\u0439","translationTheme.mask":"\u041D\u0435\u0447\u0435\u0442\u043A\u0438\u0435 \u044D\u0444\u0444\u0435\u043A\u0442\u044B (\u0440\u0435\u0436\u0438\u043C\u044B \u043E\u0431\u0443\u0447\u0435\u043D\u0438\u044F)","translationTheme.opacity":"\u044D\u0444\u0444\u0435\u043A\u0442 \u043F\u0440\u043E\u0437\u0440\u0430\u0447\u043D\u043E\u0441\u0442\u0438","translationTheme.paper":"\u042D\u0444\u0444\u0435\u043A\u0442 \u0442\u0435\u043D\u0438 \u043E\u0442 \u0431\u0435\u043B\u043E\u0439 \u0431\u0443\u043C\u0430\u0433\u0438","translationTheme.dividingLine":"\u0440\u0430\u0437\u0434\u0435\u043B\u0438\u0442\u0435\u043B\u044C\u043D\u0430\u044F \u043B\u0438\u043D\u0438\u044F","translationTheme.highlight":"\u0432\u044B\u0441\u043E\u043A\u0430\u044F \u044F\u0440\u043A\u043E\u0441\u0442\u044C","translationTheme.marker":"\u043C\u0430\u0440\u043A\u0435\u0440 (\u0437\u0430\u0438\u043C\u0441\u0442\u0432\u043E\u0432\u0430\u043D\u043D\u043E\u0435 \u0441\u043B\u043E\u0432\u043E)","translationTheme.marker2":"\u041C\u0430\u0440\u043A\u0435\u0440 2","translationTheme.blockquote":"\u0421\u0442\u0438\u043B\u0438 \u0441\u0441\u044B\u043B\u043E\u043A","translationTheme.weakening":"\u043E\u0441\u043B\u0430\u0431\u043B\u0435\u043D\u0438\u0435","translationTheme.italic":"\u043D\u0430\u043A\u043B\u043E\u043D\u043D\u044B\u0439 \u0448\u0440\u0438\u0444\u0442","translationTheme.bold":"\u0441\u0433\u0443\u0441\u0442\u0438\u0442\u044C","translationTheme.thinDashed":"\u0442\u043E\u043D\u043A\u0430\u044F \u043F\u0443\u043D\u043A\u0442\u0438\u0440\u043D\u0430\u044F \u043B\u0438\u043D\u0438\u044F \u043F\u043E\u0434\u0447\u0435\u0440\u043A\u0438\u0432\u0430\u043D\u0438\u0435","translationTheme.nativeDashed":"\u0421\u0438\u0441\u0442\u0435\u043C\u0430 \u043F\u043E\u0441\u0442\u0430\u0432\u043B\u044F\u0435\u0442\u0441\u044F \u0441 \u043F\u0443\u043D\u043A\u0442\u0438\u0440\u043D\u044B\u043C \u043F\u043E\u0434\u0447\u0435\u0440\u043A\u0438\u0432\u0430\u043D\u0438\u0435\u043C","translationTheme.nativeDotted":"\u0421\u0438\u0441\u0442\u0435\u043C\u0430 \u043F\u043E\u0441\u0442\u0430\u0432\u043B\u044F\u0435\u0442\u0441\u044F \u0441 \u043F\u0443\u043D\u043A\u0442\u0438\u0440\u043D\u044B\u043C \u043F\u043E\u0434\u0447\u0435\u0440\u043A\u0438\u0432\u0430\u043D\u0438\u0435\u043C","translationTheme.nativeUnderline":"\u0421\u0438\u0441\u0442\u0435\u043C\u0430 \u043F\u043E\u0441\u0442\u0430\u0432\u043B\u044F\u0435\u0442\u0441\u044F \u0441 \u043F\u0440\u044F\u043C\u044B\u043C \u043F\u043E\u0434\u0441\u0442\u0440\u043E\u0447\u043D\u0438\u043A\u043E\u043C","translationTheme.wavy":"\u0432\u043E\u043B\u043D\u0438\u0441\u0442\u0430\u044F \u043B\u0438\u043D\u0438\u044F","translationServices.custom":"\u041F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u0435\u043B\u044C\u0441\u043A\u0438\u0439 API","translationServices.tencent":"\u041F\u0435\u0440\u0435\u0432\u043E\u0434\u0447\u0438\u043A Tencent","translationServices.tenAlpha":"Tencent Translator (Alpha)","translationServices.google":"Google Translate","translationServices.bai":"Baidu (Alpha)","translationServices.baidu":"\u041F\u0435\u0440\u0435\u0432\u043E\u0434 Baidu","translationServices.aliyun":"\u041F\u0435\u0440\u0435\u0432\u043E\u0434 AliCloud","translationServices.volc":"\u043F\u0435\u0440\u0435\u0432\u043E\u0434 \u0432\u0443\u043B\u043A\u0430\u043D\u0430","translationServices.deeplx":"DeepLX (Beta)","translationServices.bing":"Microsoft Translate","translationServices.deepl":"DeepL","translationServices.wechat":"\u041F\u0435\u0440\u0435\u0432\u043E\u0434 WeChat","translationServices.azure":"\u041B\u0430\u0437\u0443\u0440\u043D\u044B\u0439 \u043F\u0435\u0440\u0435\u0432\u043E\u0434","translationServices.ibm":"IBM Watson","translationServices.aws":"\u041F\u0435\u0440\u0435\u0432\u043E\u0434 Amazon","translationServices.mock":"\u0418\u043C\u0438\u0442\u0430\u0446\u0438\u044F \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430","translationServices.mock2":"\u0418\u043C\u0438\u0442\u0430\u0446\u0438\u044F \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430 2","translationServices.caiyun":"\u043B\u0438\u0442. \u0440\u0430\u0437\u043D\u043E\u0446\u0432\u0435\u0442\u043D\u044B\u0435 \u043E\u0431\u043B\u0430\u043A\u0430 \u0438 \u043D\u0435\u0431\u043E\u043B\u044C\u0448\u0438\u0435 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u044B","translationServices.cai":"\u0420\u0430\u0437\u043D\u043E\u0446\u0432\u0435\u0442\u043D\u044B\u0435 \u043E\u0431\u043B\u0430\u043A\u0430 (\u0410\u043B\u044C\u0444\u0430)","translationServices.volcAlpha":"\u0412\u0443\u043B\u043A\u0430\u043D (\u0410\u043B\u044C\u0444\u0430)","translationServices.openl":"OpenL","translationServices.youdao":"\u041F\u0435\u0440\u0435\u0432\u043E\u0434 \u043D\u0430 Youtube","translationServices.you":"\u041F\u0435\u0440\u0435\u0432\u043E\u0434\u0447\u0438\u043A Youdao (\u0410\u043B\u044C\u0444\u0430)","translationServices.transmart":"\u041F\u0435\u0440\u0435\u0432\u043E\u0434 Tencent Interactive","translationServices.niu":"Maverick Translator","translationServices.papago":"\u041F\u0435\u0440\u0435\u0432\u043E\u0434 Papago","translationServices.d":"D (Alpha)","translationServices.dpro":"D Pro (Canary)","translationServices.openai":"OpenAI","translationServices.yandex":"Yandex","translationServices.chatgpt":"ChatGPT Web(3.5 mobile)","translate title":"\u041F\u0435\u0440\u0435\u0432\u043E\u0434 \u0437\u0430\u0433\u043E\u043B\u043E\u0432\u043A\u043E\u0432 \u0441\u0442\u0440\u0430\u043D\u0438\u0446","always languages":"\u0412\u0441\u0435\u0433\u0434\u0430 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0438\u0442\u0435 \u044F\u0437\u044B\u043A",neverTranslateLanguagesLabel:"\u042F\u0437\u044B\u043A, \u043A\u043E\u0442\u043E\u0440\u044B\u0439 \u043D\u0438\u043A\u043E\u0433\u0434\u0430 \u043D\u0435 \u0431\u0443\u0434\u0435\u0442 \u043F\u0435\u0440\u0435\u0432\u0435\u0434\u0435\u043D",neverTranslateTheFollowingLanguagesDescription:"\u041F\u0435\u0440\u0435\u0432\u043E\u0434\u044B \u043F\u0440\u043E\u043F\u0443\u0441\u043A\u0430\u044E\u0442\u0441\u044F, \u0435\u0441\u043B\u0438 \u0430\u0431\u0437\u0430\u0446 \u043D\u0430 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u0435 \u043D\u0430\u043F\u0438\u0441\u0430\u043D \u043D\u0430 \u043E\u0434\u043D\u043E\u043C \u0438\u0437 \u0441\u043B\u0435\u0434\u0443\u044E\u0449\u0438\u0445 \u044F\u0437\u044B\u043A\u043E\u0432",enableUserscriptPagePopup:"\u041F\u043E\u043A\u0430\u0437\u044B\u0432\u0430\u0442\u044C \u043D\u0430\u0432\u0435\u0434\u0435\u043D\u043D\u044B\u0439 \u0448\u0430\u0440 \u043D\u0430 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u0435",enableUserscriptPagePopupDescription:"\u041F\u043E\u0441\u043B\u0435 \u0432\u044B\u043A\u043B\u044E\u0447\u0435\u043D\u0438\u044F \u0445\u043E\u0432\u0435\u0440\u0431\u043E\u043B\u0430 \u0435\u0433\u043E \u043C\u043E\u0436\u043D\u043E \u0432\u044B\u0437\u0432\u0430\u0442\u044C \u0441 \u043F\u043E\u043C\u043E\u0449\u044C\u044E \u044F\u0440\u043B\u044B\u043A\u0430 /{touch}. \u041D\u0430\u0441\u0442\u043E\u044F\u0442\u0435\u043B\u044C\u043D\u043E \u0440\u0435\u043A\u043E\u043C\u0435\u043D\u0434\u0443\u0435\u0442\u0441\u044F \u0434\u043E\u0431\u0430\u0432\u0438\u0442\u044C \u044D\u0442\u0443 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u0443 \u043D\u0430\u0441\u0442\u0440\u043E\u0435\u043A \u0432 \u0437\u0430\u043A\u043B\u0430\u0434\u043A\u0438, \u0447\u0442\u043E\u0431\u044B \u043D\u0435 \u043D\u0430\u0439\u0442\u0438 \u0445\u043E\u0432\u0435\u0440\u0431\u043E\u043B \u043F\u043E\u0441\u043B\u0435 \u0441\u043B\u0443\u0447\u0430\u0439\u043D\u043E\u0433\u043E \u043E\u0442\u043A\u043B\u044E\u0447\u0435\u043D\u0438\u044F \u044D\u0442\u043E\u0439 \u043E\u043F\u0446\u0438\u0438!","always translate the following languages":"\u0410\u0432\u0442\u043E\u043C\u0430\u0442\u0438\u0447\u0435\u0441\u043A\u0438\u0439 \u043F\u0435\u0440\u0435\u0432\u043E\u0434 \u043D\u0430 \u0446\u0435\u043B\u0435\u0432\u043E\u0439 \u044F\u0437\u044B\u043A, \u0435\u0441\u043B\u0438 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u0430 \u043D\u0430\u043F\u0438\u0441\u0430\u043D\u0430 \u043D\u0430 \u043E\u0434\u043D\u043E\u043C \u0438\u0437 \u0441\u043B\u0435\u0434\u0443\u044E\u0449\u0438\u0445 \u044F\u0437\u044B\u043A\u043E\u0432","always sites":"\u0412\u0441\u0435\u0433\u0434\u0430 \u043F\u0435\u0440\u0435\u0432\u0435\u0434\u0435\u043D\u043D\u044B\u0435 \u0432\u0435\u0431-\u0441\u0430\u0439\u0442\u044B","always translate the following sites":"\u0412\u0435\u0431-\u0441\u0430\u0439\u0442\u044B \u0430\u0432\u0442\u043E\u043C\u0430\u0442\u0438\u0447\u0435\u0441\u043A\u0438 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u044F\u0442\u0441\u044F \u043D\u0430 \u044F\u0437\u044B\u043A \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430, \u0435\u0441\u043B\u0438 \u043E\u043D\u0438 \u044F\u0432\u043B\u044F\u044E\u0442\u0441\u044F \u0434\u043E\u043C\u0435\u043D\u043D\u044B\u043C\u0438 \u0438\u043C\u0435\u043D\u0430\u043C\u0438","never sites":"\u041D\u0435\u043F\u0435\u0440\u0435\u0432\u0435\u0434\u0435\u043D\u043D\u044B\u0439 \u0441\u0430\u0439\u0442","never translate the following sites":"\u041F\u0435\u0440\u0435\u0432\u043E\u0434 \u043D\u0435 \u0431\u0443\u0434\u0435\u0442 \u0432\u044B\u043F\u043E\u043B\u043D\u044F\u0442\u044C\u0441\u044F, \u0435\u0441\u043B\u0438 \u0441\u0430\u0439\u0442 \u043F\u0440\u0435\u0434\u043D\u0430\u0437\u043D\u0430\u0447\u0435\u043D \u0434\u043B\u044F \u0441\u043B\u0435\u0434\u0443\u044E\u0449\u0438\u0445 \u0434\u043E\u043C\u0435\u043D\u043E\u0432","please refer to":"\u041F\u0435\u0440\u0435\u0434 \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u043D\u0438\u0435\u043C \u043D\u0435\u043E\u0431\u0445\u043E\u0434\u0438\u043C\u043E \u0437\u0430\u043F\u043E\u043B\u043D\u0438\u0442\u044C \u043A\u043B\u044E\u0447.",KeyAndConfigurationTutorial:"\u0423\u0447\u0435\u0431\u043D\u0438\u043A \u043F\u043E \u043F\u0440\u0438\u043C\u0435\u043D\u0435\u043D\u0438\u044E \u0438 \u043D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0435 \u043A\u043B\u044E\u0447\u0435\u0439",useAboveStyleForTheseSites:"\u0412\u0441\u0435\u0433\u0434\u0430 \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u0443\u0439\u0442\u0435 \u0441\u0442\u0438\u043B\u044C \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430 \u2308{theme}\u230B, \u0435\u0441\u043B\u0438 \u0441\u0430\u0439\u0442 \u043F\u0440\u0435\u0434\u043D\u0430\u0437\u043D\u0430\u0447\u0435\u043D \u0434\u043B\u044F \u0441\u043B\u0435\u0434\u0443\u044E\u0449\u0438\u0445 \u0434\u043E\u043C\u0435\u043D\u043E\u0432",currentUrl:"\u0422\u0435\u043A\u0443\u0449\u0438\u0439 URL",confirm:"\u0441\u043E\u0445\u0440\u0430\u043D\u044F\u0442\u044C (\u0444\u0430\u0439\u043B \u0438 \u0442.\u0434.) (\u0432\u044B\u0447\u0438\u0441\u043B\u0438\u0442\u0435\u043B\u044C\u043D\u0430\u044F \u0442\u0435\u0445\u043D\u0438\u043A\u0430)",cancel:"\u043E\u0442\u043C\u0435\u043D\u044B",delete:"\u0443\u0434\u0430\u043B\u0435\u043D\u0438\u0435","languages.auto":"\u0430\u0432\u0442\u043E\u043C\u0430\u0442\u0438\u0447\u0435\u0441\u043A\u043E\u0435 \u043E\u0431\u043D\u0430\u0440\u0443\u0436\u0435\u043D\u0438\u0435",syncToCloud:"\u0421\u0438\u043D\u0445\u0440\u043E\u043D\u0438\u0437\u0430\u0446\u0438\u044F \u0441 Google Drive",syncToCloudDescription:"\u0417\u0430\u0433\u0440\u0443\u0436\u0435\u043D\u043D\u0430\u044F \u0432 \u043E\u0431\u043B\u0430\u043A\u043E, \u043A\u043E\u043D\u0444\u0438\u0433\u0443\u0440\u0430\u0446\u0438\u044F \u043C\u043E\u0436\u0435\u0442 \u0431\u044B\u0442\u044C \u0441\u0438\u043D\u0445\u0440\u043E\u043D\u0438\u0437\u0438\u0440\u043E\u0432\u0430\u043D\u0430 \u043C\u0435\u0436\u0434\u0443 \u0440\u0430\u0437\u043B\u0438\u0447\u043D\u044B\u043C\u0438 \u0431\u0440\u0430\u0443\u0437\u0435\u0440\u0430\u043C\u0438/\u0441\u043A\u0440\u0438\u043F\u0442\u0430\u043C\u0438 grease monkey, \u0432 \u0437\u0430\u0432\u0438\u0441\u0438\u043C\u043E\u0441\u0442\u0438 \u043E\u0442 \u0442\u043E\u0433\u043E, \u0447\u0442\u043E \u0431\u044B\u043B\u043E \u0438\u0437\u043C\u0435\u043D\u0435\u043D\u043E \u043F\u043E\u0441\u043B\u0435\u0434\u043D\u0438\u043C.",syncToAccount:"\u0421\u0438\u043D\u0445\u0440\u043E\u043D\u0438\u0437\u0430\u0446\u0438\u044F \u0441 \u043E\u0431\u043B\u0430\u043A\u043E\u043C \u0438\u043C\u043C\u0435\u0440\u0441\u0438\u0432\u043D\u043E\u0433\u043E \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430",syncToAccountButton:"\u041C\u0433\u043D\u043E\u0432\u0435\u043D\u043D\u0430\u044F \u0441\u0438\u043D\u0445\u0440\u043E\u043D\u0438\u0437\u0430\u0446\u0438\u044F \u0441 \u043E\u0431\u043B\u0430\u043A\u043E\u043C",syncToAccountDescription:"\u0410\u0432\u0442\u043E\u043C\u0430\u0442\u0438\u0447\u0435\u0441\u043A\u0430\u044F \u0441\u0438\u043D\u0445\u0440\u043E\u043D\u0438\u0437\u0430\u0446\u0438\u044F \u043A\u043E\u043D\u0444\u0438\u0433\u0443\u0440\u0430\u0446\u0438\u0439 \u043C\u0435\u0436\u0434\u0443 \u0440\u0430\u0437\u043B\u0438\u0447\u043D\u044B\u043C\u0438 \u0443\u0441\u0442\u0440\u043E\u0439\u0441\u0442\u0432\u0430\u043C\u0438 \u0432 \u0437\u0430\u0432\u0438\u0441\u0438\u043C\u043E\u0441\u0442\u0438 \u043E\u0442 \u0442\u043E\u0433\u043E, \u043A\u0430\u043A\u0430\u044F \u0438\u0437 \u043D\u0438\u0445 \u0431\u044B\u043B\u0430 \u0438\u0437\u043C\u0435\u043D\u0435\u043D\u0430 \u043F\u043E\u0441\u043B\u0435\u0434\u043D\u0435\u0439.",successSyncConfigInAccount:"\u0423\u0441\u043F\u0435\u0448\u043D\u0430\u044F \u0441\u0438\u043D\u0445\u0440\u043E\u043D\u0438\u0437\u0430\u0446\u0438\u044F \u0441 \u043E\u0431\u043B\u0430\u043A\u043E\u043C",successSyncConfigToAccount:"\u0423\u0441\u043F\u0435\u0448\u043D\u0430\u044F \u0441\u0438\u043D\u0445\u0440\u043E\u043D\u0438\u0437\u0430\u0446\u0438\u044F \u0441 \u043E\u0431\u043B\u0430\u043A\u043E\u043C",syncConfigNoUpdate:"\u041E\u043D\u0430 \u0443\u0436\u0435 \u0441\u043E\u043E\u0442\u0432\u0435\u0442\u0441\u0442\u0432\u0443\u0435\u0442 \u0441\u043E\u0432\u0440\u0435\u043C\u0435\u043D\u043D\u044B\u043C \u0442\u0440\u0435\u0431\u043E\u0432\u0430\u043D\u0438\u044F\u043C.",authFail:"\u0421\u0431\u043E\u0439 \u0430\u0432\u0442\u043E\u0440\u0438\u0437\u0430\u0446\u0438\u0438",syncTitle:"\u0420\u0443\u0447\u043D\u043E\u0435 \u0443\u043F\u0440\u0430\u0432\u043B\u0435\u043D\u0438\u0435 \u0440\u0435\u0437\u0435\u0440\u0432\u043D\u044B\u043C \u043A\u043E\u043F\u0438\u0440\u043E\u0432\u0430\u043D\u0438\u0435\u043C",import_hint:"\u0438\u043C\u043F\u043E\u0440\u0442 (\u0434\u0430\u043D\u043D\u044B\u0435)",upload:"\u0437\u0430\u0433\u0440\u0443\u0437\u0438\u0442\u044C",revokeAuth:"\u043E\u0442\u043E\u0437\u0432\u0430\u0442\u044C \u0440\u0430\u0437\u0440\u0435\u0448\u0435\u043D\u0438\u0435",uploadFail:"\u0417\u0430\u0433\u0440\u0443\u0437\u043A\u0430 \u043D\u0435 \u0443\u0434\u0430\u043B\u0430\u0441\u044C",download:"\u0437\u0430\u0433\u0440\u0443\u0437\u043A\u0430",importSuccess:"\u0423\u0441\u043F\u0435\u0448\u043D\u043E \u0438\u043C\u043F\u043E\u0440\u0442\u0438\u0440\u0443\u0435\u0442\u0441\u044F",importFail:"\u0441\u0431\u043E\u0439 \u0438\u043C\u043F\u043E\u0440\u0442\u0430",deleteFail:"\u041D\u0435 \u0443\u0434\u0430\u043B\u043E\u0441\u044C \u0443\u0434\u0430\u043B\u0438\u0442\u044C",backupToCloud:"\u0420\u0443\u0447\u043D\u043E\u0435 \u0443\u043F\u0440\u0430\u0432\u043B\u0435\u043D\u0438\u0435 \u0444\u0430\u0439\u043B\u0430\u043C\u0438 \u0440\u0435\u0437\u0435\u0440\u0432\u043D\u043E\u0433\u043E \u043A\u043E\u043F\u0438\u0440\u043E\u0432\u0430\u043D\u0438\u044F",create_new_backup:"\u0414\u043E\u0431\u0430\u0432\u043B\u0435\u043D\u0438\u0435 \u043D\u043E\u0432\u043E\u0433\u043E \u0443\u0437\u043B\u0430 \u0440\u0435\u0437\u0435\u0440\u0432\u043D\u043E\u0433\u043E \u043A\u043E\u043F\u0438\u0440\u043E\u0432\u0430\u043D\u0438\u044F",maxBackupFiles:"\u0420\u0435\u0437\u0435\u0440\u0432\u043D\u043E\u0435 \u043A\u043E\u043F\u0438\u0440\u043E\u0432\u0430\u043D\u0438\u0435 \u043C\u043E\u0436\u0435\u0442 \u0431\u044B\u0442\u044C \u0432\u044B\u043F\u043E\u043B\u043D\u0435\u043D\u043E \u0434\u043E{count}\u0440\u0430\u0437\u043B\u0438\u0447\u043D\u044B\u0445 \u0443\u0437\u043B\u043E\u0432, \u0443\u0434\u0430\u043B\u0438\u0442\u0435 \u043D\u0435\u043D\u0443\u0436\u043D\u044B\u0435 \u0443\u0437\u043B\u044B.",backupToCloudDescription:"\u0420\u0443\u0447\u043D\u0430\u044F \u0437\u0430\u0433\u0440\u0443\u0437\u043A\u0430 \u0438\u043B\u0438 \u0432\u043E\u0441\u0441\u0442\u0430\u043D\u043E\u0432\u043B\u0435\u043D\u0438\u0435 \u0444\u0430\u0439\u043B\u043E\u0432 \u0440\u0435\u0437\u0435\u0440\u0432\u043D\u044B\u0445 \u043A\u043E\u043F\u0438\u0439, \u043F\u043E\u0437\u0432\u043E\u043B\u044F\u044E\u0449\u0430\u044F \u0441\u043E\u0437\u0434\u0430\u0432\u0430\u0442\u044C \u0434\u043E 3 \u0440\u0430\u0437\u043B\u0438\u0447\u043D\u044B\u0445 \u0440\u0435\u0437\u0435\u0440\u0432\u043D\u044B\u0445 \u043A\u043E\u043F\u0438\u0439",successSyncConfig:"\u0423\u0441\u043F\u0435\u0448\u043D\u0430\u044F \u0441\u0438\u043D\u0445\u0440\u043E\u043D\u0438\u0437\u0430\u0446\u0438\u044F \u0441 \u043E\u0431\u043B\u0430\u043A\u043E\u043C",syncFail:"\u0441\u0431\u043E\u0439 \u0441\u0438\u043D\u0445\u0440\u043E\u043D\u0438\u0437\u0430\u0446\u0438\u0438",updatedAt:"\u041E\u0431\u043D\u043E\u0432\u043B\u0435\u043D\u043E \u0441 \u0441\u0430\u0439\u0442\u0430 {date}",lastSyncedAt:"\u041F\u043E\u0441\u043B\u0435\u0434\u043D\u044F\u044F \u043F\u0440\u043E\u0432\u0435\u0440\u043A\u0430 \u043D\u0430 \u0441\u0430\u0439\u0442\u0435 {date}",downloadFail:"\u041D\u0435 \u0443\u0434\u0430\u043B\u043E\u0441\u044C \u0437\u0430\u0433\u0440\u0443\u0437\u0438\u0442\u044C",clickToDownload:"\u041D\u0430\u0436\u043C\u0438\u0442\u0435 \u0434\u043B\u044F \u0437\u0430\u0433\u0440\u0443\u0437\u043A\u0438",aboutLabel:"\u041E \u043A\u043E\u043C\u043F\u0430\u043D\u0438\u0438 - \u041E\u0431\u0440\u0430\u0442\u043D\u0430\u044F \u0441\u0432\u044F\u0437\u044C","browser.openAboutPage":"\u0418\u043D\u0444\u043E\u0440\u043C\u0430\u0446\u0438\u044F/\u041E\u0442\u0437\u044B\u0432\u044B",aboutLabelWithoutSponsor:"\u041E \u043A\u043E\u043C\u043F\u0430\u043D\u0438\u0438 - \u041E\u0431\u0440\u0430\u0442\u043D\u0430\u044F \u0441\u0432\u044F\u0437\u044C",aboutIntro:"\u041F\u0443\u0441\u0442\u044C \u043D\u0430\u043C \u0432\u0441\u0435\u043C \u0431\u0443\u0434\u0435\u0442 \u043B\u0435\u0433\u0447\u0435 \u0438 \u043F\u0440\u0438\u044F\u0442\u043D\u0435\u0435 \u043F\u043E\u043B\u0443\u0447\u0430\u0442\u044C \u0434\u043E\u0441\u0442\u0443\u043F \u043A \u043E\u0433\u0440\u043E\u043C\u043D\u043E\u043C\u0443 \u043A\u043E\u043B\u0438\u0447\u0435\u0441\u0442\u0432\u0443 \u0438\u043D\u0444\u043E\u0440\u043C\u0430\u0446\u0438\u0438 \u043D\u0430 \u0438\u043D\u043E\u0441\u0442\u0440\u0430\u043D\u043D\u044B\u0445 \u044F\u0437\u044B\u043A\u0430\u0445 \u0432 \u0418\u043D\u0442\u0435\u0440\u043D\u0435\u0442\u0435 \u2764\uFE0F \u0412\u044B \u043C\u043E\u0436\u0435\u0442\u0435 \u0430\u043A\u0442\u0438\u0432\u0438\u0440\u043E\u0432\u0430\u0442\u044C <6>\u0447\u043B\u0435\u043D\u0441\u0442\u0432\u043E \u0432 \u043F\u0440\u043E\u0433\u0440\u0430\u043C\u043C\u0435 Pro, \u0447\u0442\u043E\u0431\u044B \u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u044C\u0441\u044F \u0433\u043E\u0442\u043E\u0432\u044B\u043C\u0438 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430\u043C\u0438 DeepL \u0438 OpenAI.

\u0412\u044B \u043C\u043E\u0436\u0435\u0442\u0435 \u0441\u043B\u0435\u0434\u0438\u0442\u044C \u0437\u0430 \u043D\u0430\u043C\u0438 \u0432 <3>Twitter, <4>Telegram, Weibo, WeChat \u0438\u043B\u0438 <5>\u043F\u043E\u0434\u043F\u0438\u0441\u0430\u0442\u044C\u0441\u044F \u043D\u0430 \u043D\u0430\u0448\u0443 \u0440\u0430\u0441\u0441\u044B\u043B\u043A\u0443 \u043D\u0438\u0436\u0435, \u0447\u0442\u043E\u0431\u044B \u043E\u0442\u0441\u043B\u0435\u0436\u0438\u0432\u0430\u0442\u044C \u043E\u0431\u043D\u043E\u0432\u043B\u0435\u043D\u0438\u044F.
<7>\u0423\u0447\u0430\u0441\u0442\u043D\u0438\u043A\u0438 \u043F\u0440\u043E\u0433\u0440\u0430\u043C\u043C\u044B Pro \u043C\u043E\u0433\u0443\u0442 \u0441\u0432\u044F\u0437\u0430\u0442\u044C\u0441\u044F \u0441 \u043D\u0430\u043C\u0438 \u043F\u043E \u0430\u0434\u0440\u0435\u0441\u0443 <8>support@immersivetranslate.com \u0434\u043B\u044F \u0431\u044B\u0441\u0442\u0440\u043E\u0433\u043E \u043E\u0431\u0441\u043B\u0443\u0436\u0438\u0432\u0430\u043D\u0438\u044F \u043A\u043B\u0438\u0435\u043D\u0442\u043E\u0432.",aboutIntroWithoutSponsor:"\u041F\u0443\u0441\u0442\u044C \u0432\u0441\u0435\u043C \u043D\u0430\u043C \u0431\u0443\u0434\u0435\u0442 \u043B\u0435\u0433\u0447\u0435 \u0438 \u043F\u0440\u0438\u044F\u0442\u043D\u0435\u0435 \u043F\u043E\u043B\u0443\u0447\u0430\u0442\u044C \u0434\u043E\u0441\u0442\u0443\u043F \u043A \u043E\u0433\u0440\u043E\u043C\u043D\u043E\u043C\u0443 \u043A\u043E\u043B\u0438\u0447\u0435\u0441\u0442\u0432\u0443 \u0438\u043D\u0444\u043E\u0440\u043C\u0430\u0446\u0438\u0438 \u043D\u0430 \u0438\u043D\u043E\u0441\u0442\u0440\u0430\u043D\u043D\u044B\u0445 \u044F\u0437\u044B\u043A\u0430\u0445, \u0434\u043E\u0441\u0442\u0443\u043F\u043D\u043E\u0439 \u0432 \u0418\u043D\u0442\u0435\u0440\u043D\u0435\u0442\u0435 \u2764\uFE0F

\u0412\u044B \u043C\u043E\u0436\u0435\u0442\u0435 \u0441\u043B\u0435\u0434\u0438\u0442\u044C \u0437\u0430 \u043D\u0430\u043C\u0438 \u0432 <3>Twitter, <4>Telegram-\u043A\u0430\u043D\u0430\u043B\u0435, WeChat, WeChat Exchange \u0438\u043B\u0438 <5>\u043F\u043E\u0434\u043F\u0438\u0441\u0430\u0442\u044C\u0441\u044F \u043D\u0430 \u043E\u0442\u0441\u043B\u0435\u0436\u0438\u0432\u0430\u043D\u0438\u0435 \u043E\u0431\u043D\u043E\u0432\u043B\u0435\u043D\u0438\u0439 \u043F\u043E <5>\u044D\u043B\u0435\u043A\u0442\u0440\u043E\u043D\u043D\u043E\u0439 \u043F\u043E\u0447\u0442\u0435 \u043D\u0438\u0436\u0435.",projectHomepage:'\u041F\u0440\u043E\u0435\u043A\u0442 "\u0414\u043E\u043C',joinTelegramGroup:"\u041F\u0440\u0438\u0441\u043E\u0435\u0434\u0438\u043D\u044F\u0439\u0442\u0435\u0441\u044C \u043A \u0433\u0440\u0443\u043F\u043F\u0435 \u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u0435\u043B\u0435\u0439 \u0434\u043B\u044F \u0443\u0447\u0430\u0441\u0442\u0438\u044F \u0432 \u043E\u0431\u0441\u0443\u0436\u0434\u0435\u043D\u0438\u0438 \u0444\u0443\u043D\u043A\u0446\u0438\u0439",wechatPublicAccount:"WeChat Public",wechatCommunities:"\u0413\u0440\u0443\u043F\u043F\u0430 \u043E\u0431\u043C\u0435\u043D\u0430 WeChat",qqCommunities:"\u041A\u0430\u043D\u0430\u043B \u0441\u0432\u044F\u0437\u0438 QQ",joinTelegramChannel:"\u0421\u043B\u0435\u0434\u0438\u0442\u0435 \u0437\u0430 \u043E\u0431\u043D\u043E\u0432\u043B\u0435\u043D\u0438\u044F\u043C\u0438 \u0432 Telegram-\u043A\u0430\u043D\u0430\u043B\u0435",feedbackAndJoin:"\u0412\u043E\u043F\u0440\u043E\u0441 \u041E\u0431\u0440\u0430\u0442\u043D\u0430\u044F \u0441\u0432\u044F\u0437\u044C / \u0414\u043E\u0431\u0430\u0432\u0438\u0442\u044C \u0433\u0440\u0443\u043F\u043F\u0443",autoSync:"\u0430\u0432\u0442\u043E\u043C\u0430\u0442\u0438\u0447\u0435\u0441\u043A\u0430\u044F \u0441\u0438\u043D\u0445\u0440\u043E\u043D\u0438\u0437\u0430\u0446\u0438\u044F \u0432\u0440\u0435\u043C\u0435\u043D\u0438",loadingThemeTitle:"\u0421\u0442\u0438\u043B\u044C \u0437\u0430\u0433\u0440\u0443\u0437\u043A\u0438",loadingThemeDescription:"\u0423\u0441\u0442\u0430\u043D\u043E\u0432\u043A\u0430 \u0441\u0442\u0438\u043B\u044F \u043F\u0440\u0438 \u043E\u0436\u0438\u0434\u0430\u043D\u0438\u0438 \u0437\u0430\u0433\u0440\u0443\u0437\u043A\u0438 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430","loadingTheme.spinner":"\u0412\u0440\u0430\u0449\u0430\u044E\u0449\u0430\u044F\u0441\u044F \u0430\u043D\u0438\u043C\u0430\u0446\u0438\u044F","loadingTheme.text":"\u0441\u0442\u0430\u0442\u0438\u0447\u0435\u0441\u043A\u0438\u0439 \u0442\u0435\u043A\u0441\u0442 \u0447\u0435\u0433\u043E-\u043B. ","loadingTheme.none":"\u043D\u0435 \u043F\u043E\u043A\u0430\u0437\u0430\u043D\u043E",developerDescription:"\u0414\u043E\u043A\u0443\u043C\u0435\u043D\u0442\u0430\u0446\u0438\u044E \u043F\u043E \u0440\u0430\u0441\u0448\u0438\u0440\u0435\u043D\u043D\u043E\u0439 \u043D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0435 \u043C\u043E\u0436\u043D\u043E \u043D\u0430\u0439\u0442\u0438 <1>\u0437\u0434\u0435\u0441\u044C","edit border color":"\u0418\u0437\u043C\u0435\u043D\u0435\u043D\u0438\u0435 \u0446\u0432\u0435\u0442\u0430 \u0433\u0440\u0430\u043D\u0438\u0446\u044B",successSyncButNoChange:"\u0422\u0435\u043A\u0443\u0449\u0430\u044F \u043A\u043E\u043D\u0444\u0438\u0433\u0443\u0440\u0430\u0446\u0438\u044F \u0441\u043E\u043E\u0442\u0432\u0435\u0442\u0441\u0442\u0432\u0443\u0435\u0442 \u043E\u0431\u043B\u0430\u043A\u0443",customTheme:"\u041D\u0435\u0441\u0442\u0430\u043D\u0434\u0430\u0440\u0442\u043D\u044B\u0435 \u0446\u0432\u0435\u0442\u0430 \u0438 \u0440\u0430\u0437\u043C\u0435\u0440\u044B","customThemeLabel.borderColor":"\u0426\u0432\u0435\u0442 \u0433\u0440\u0430\u043D\u0438\u0446\u044B","customThemeLabel.borderRadius":"\u0421\u043A\u0440\u0443\u0433\u043B\u0435\u043D\u043D\u044B\u0435 \u043A\u0440\u0430\u044F","customThemeLabel.textColor":"\u0446\u0432\u0435\u0442 \u0442\u0435\u043A\u0441\u0442\u0430","customThemeLabel.backgroundColor":"\u0446\u0432\u0435\u0442 \u0444\u043E\u043D\u0430","customThemeLabel.zoom":"\u041C\u0430\u0441\u0448\u0442\u0430\u0431\u0438\u0440\u043E\u0432\u0430\u043D\u0438\u0435 \u0448\u0440\u0438\u0444\u0442\u0430 (%)","customThemeLabel.opacity":"\u041D\u0435\u043F\u0440\u043E\u0437\u0440\u0430\u0447\u043D\u043E\u0441\u0442\u044C \u0442\u0435\u043A\u0441\u0442\u0430 (%)",resetToDefaultColor:"\u0412\u043E\u0441\u0441\u0442\u0430\u043D\u043E\u0432\u043B\u0435\u043D\u0438\u0435 \u0446\u0432\u0435\u0442\u043E\u0432 \u043F\u043E \u0443\u043C\u043E\u043B\u0447\u0430\u043D\u0438\u044E",resetToDefaultSettings:"\u0412\u043E\u0441\u0441\u0442\u0430\u043D\u043E\u0432\u043B\u0435\u043D\u0438\u0435 \u043D\u0430\u0441\u0442\u0440\u043E\u0435\u043A \u043F\u043E \u0443\u043C\u043E\u043B\u0447\u0430\u043D\u0438\u044E",isTranslateTitle:"\u0412\u043A\u043B\u044E\u0447\u0438\u0442\u044C \u043F\u0435\u0440\u0435\u0432\u043E\u0434 \u0437\u0430\u0433\u043E\u043B\u043E\u0432\u043A\u043E\u0432 \u0441\u0442\u0440\u0430\u043D\u0438\u0446",isTranslateTitleDescription:"\u041F\u0440\u0438 \u043E\u0442\u043A\u0440\u044B\u0442\u0438\u0438 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u044B \u0435\u0435 \u0437\u0430\u0433\u043E\u043B\u043E\u0432\u043E\u043A \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0438\u0442\u0441\u044F",enableSearchEnhancement:"\u0412\u043A\u043B\u044E\u0447\u0435\u043D\u0438\u0435 \u0444\u0443\u043D\u043A\u0446\u0438\u0438 \u0440\u0430\u0441\u0448\u0438\u0440\u0435\u043D\u0438\u044F \u0434\u0432\u0443\u044F\u0437\u044B\u0447\u043D\u044B\u0445 \u0441\u043E\u043E\u0431\u0449\u0435\u043D\u0438\u0439",enableSearchEnhancementDescription:'\u041F\u043E\u0441\u043B\u0435 \u0432\u043A\u043B\u044E\u0447\u0435\u043D\u0438\u044F \u044D\u0442\u043E\u0439 \u0444\u0443\u043D\u043A\u0446\u0438\u0438 \u0440\u0435\u0437\u0443\u043B\u044C\u0442\u0430\u0442\u044B \u043F\u043E\u0438\u0441\u043A\u0430 "Google \u041D\u043E\u0432\u043E\u0441\u0442\u0438" \u0431\u0443\u0434\u0443\u0442 \u0430\u0432\u0442\u043E\u043C\u0430\u0442\u0438\u0447\u0435\u0441\u043A\u0438 \u043E\u0442\u043E\u0431\u0440\u0430\u0436\u0430\u0442\u044C\u0441\u044F \u0432 \u043F\u0440\u0430\u0432\u043E\u0439 \u043A\u043E\u043B\u043E\u043D\u043A\u0435 \u043F\u043E\u0434\u0434\u0435\u0440\u0436\u0438\u0432\u0430\u0435\u043C\u044B\u0445 \u0441\u0430\u0439\u0442\u043E\u0432 (Google \u041D\u043E\u0432\u043E\u0441\u0442\u0438, Google \u041F\u043E\u0438\u0441\u043A (\u043D\u0435\u043A\u043E\u0442\u043E\u0440\u044B\u0435 \u043A\u043B\u044E\u0447\u0435\u0432\u044B\u0435 \u0441\u043B\u043E\u0432\u0430), Snowball, Oriental Fortune, Futura, Tiger Community) \u0434\u043B\u044F \u0441\u043E\u043E\u0442\u0432\u0435\u0442\u0441\u0442\u0432\u0443\u044E\u0449\u0438\u0445 \u0430\u043D\u0433\u043B\u0438\u0439\u0441\u043A\u0438\u0445 \u043A\u043B\u044E\u0447\u0435\u0432\u044B\u0445 \u0441\u043B\u043E\u0432.',verifyService:"\u041D\u0430\u0436\u043C\u0438\u0442\u0435 \u0437\u0434\u0435\u0441\u044C, \u0447\u0442\u043E\u0431\u044B \u043F\u0440\u043E\u0442\u0435\u0441\u0442\u0438\u0440\u043E\u0432\u0430\u0442\u044C \u0443\u0441\u043B\u0443\u0433\u0443",verified:"\u041F\u0440\u043E\u0432\u0435\u0440\u043A\u0430 \u0443\u0441\u043F\u0435\u0448\u043D\u043E\u0441\u0442\u0438","field.langs":"\u041F\u043E\u0434\u0434\u0435\u0440\u0436\u0438\u0432\u0430\u0435\u043C\u044B\u0435 \u043A\u043E\u0434\u044B \u044F\u0437\u044B\u043A\u043E\u0432","field.model":"\u043C\u043E\u0434\u0435\u043B\u0438\u0440\u043E\u0432\u0430\u043D\u0438\u0435","field.translationEngine":"\u043C\u0435\u0445\u0430\u043D\u0438\u0437\u043C \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430","field.limitPerMinute":"\u041C\u0430\u043A\u0441\u0438\u043C\u0430\u043B\u044C\u043D\u043E\u0435 \u043A\u043E\u043B\u0438\u0447\u0435\u0441\u0442\u0432\u043E \u0437\u0430\u043F\u0440\u043E\u0441\u043E\u0432 \u0432 \u043C\u0438\u043D\u0443\u0442\u0443","field.limitPerSecond":"\u041C\u0430\u043A\u0441\u0438\u043C\u0430\u043B\u044C\u043D\u043E\u0435 \u043A\u043E\u043B\u0438\u0447\u0435\u0441\u0442\u0432\u043E \u0437\u0430\u043F\u0440\u043E\u0441\u043E\u0432 \u0432 \u0441\u0435\u043A\u0443\u043D\u0434\u0443","field.maxTextLengthPerRequest":"\u041C\u0430\u043A\u0441\u0438\u043C\u0430\u043B\u044C\u043D\u0430\u044F \u0434\u043B\u0438\u043D\u0430 \u0442\u0435\u043A\u0441\u0442\u0430 \u0432 \u043E\u0434\u043D\u043E\u043C \u0437\u0430\u043F\u0440\u043E\u0441\u0435","field.maxTextGroupLengthPerRequest":"\u041C\u0430\u043A\u0441\u0438\u043C\u0430\u043B\u044C\u043D\u043E\u0435 \u043A\u043E\u043B\u0438\u0447\u0435\u0441\u0442\u0432\u043E \u043F\u0430\u0440\u0430\u0433\u0440\u0430\u0444\u043E\u0432 \u0432 \u043E\u0434\u043D\u043E\u043C \u0437\u0430\u043F\u0440\u043E\u0441\u0435","field.apiUrl":"\u0410\u0434\u0440\u0435\u0441 \u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u0435\u043B\u044C\u0441\u043A\u043E\u0433\u043E \u0438\u043D\u0442\u0435\u0440\u0444\u0435\u0439\u0441\u0430 API","field.placeholderDelimiters":"\u0437\u0430\u0440\u0435\u0437\u0435\u0440\u0432\u0438\u0440\u043E\u0432\u0430\u043D\u043D\u043E\u0435 \u043C\u0435\u0441\u0442\u043E","description.custom":"\u0414\u043E\u0441\u0442\u0443\u043F \u043A \u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u0435\u043B\u044C\u0441\u043A\u043E\u043C\u0443 \u0438\u043D\u0442\u0435\u0440\u0444\u0435\u0439\u0441\u0443 \u0422\u0440\u0435\u0431\u0443\u0435\u0442\u0441\u044F \u0434\u043E\u043A\u0443\u043C\u0435\u043D\u0442\u0430\u0446\u0438\u044F","description.limitPerMinute":"\u0417\u0430\u043F\u0440\u043E\u0441\u044B, \u043F\u0440\u0435\u0432\u044B\u0448\u0430\u044E\u0449\u0438\u0435 \u044D\u0442\u043E\u0442 \u043B\u0438\u043C\u0438\u0442, \u043F\u043E\u043F\u0430\u0434\u0430\u044E\u0442 \u0432 \u043E\u0447\u0435\u0440\u0435\u0434\u044C \u0434\u043E \u043D\u0430\u0447\u0430\u043B\u0430 \u0441\u043B\u0435\u0434\u0443\u044E\u0449\u0435\u0439 \u043C\u0438\u043D\u0443\u0442\u044B. \u0412 \u0441\u0432\u044F\u0437\u0438 \u0441 \u0440\u0430\u0437\u043B\u0438\u0447\u043D\u044B\u043C\u0438 \u043E\u0433\u0440\u0430\u043D\u0438\u0447\u0435\u043D\u0438\u044F\u043C\u0438 \u0442\u0435\u043A\u0443\u0449\u0435\u0433\u043E \u0441\u0435\u0440\u0432\u0438\u0441\u0430 OpenAI, \u043F\u043E\u0441\u043B\u0435\u0434\u043D\u0438\u0435 \u043F\u0440\u0435\u0434\u043B\u0430\u0433\u0430\u0435\u043C\u044B\u0435 \u0437\u043D\u0430\u0447\u0435\u043D\u0438\u044F \u043C\u043E\u0436\u043D\u043E \u043F\u043E\u0441\u043C\u043E\u0442\u0440\u0435\u0442\u044C <1>\u0437\u0434\u0435\u0441\u044C","description.limitPerSecond":"\u0417\u0430\u043F\u0440\u043E\u0441\u044B, \u043F\u0440\u0435\u0432\u044B\u0448\u0430\u044E\u0449\u0438\u0435 \u044D\u0442\u043E\u0442 \u043B\u0438\u043C\u0438\u0442, \u043F\u043E\u043F\u0430\u0434\u0430\u044E\u0442 \u0432 \u043E\u0447\u0435\u0440\u0435\u0434\u044C \u0434\u043E \u043D\u0430\u0447\u0430\u043B\u0430 \u0441\u043B\u0435\u0434\u0443\u044E\u0449\u0435\u0439 \u0441\u0435\u043A\u0443\u043D\u0434\u044B. \u0412 \u0441\u0432\u044F\u0437\u0438 \u0441 \u0440\u0430\u0437\u043B\u0438\u0447\u043D\u044B\u043C\u0438 \u043E\u0433\u0440\u0430\u043D\u0438\u0447\u0435\u043D\u0438\u044F\u043C\u0438 \u0442\u0435\u043A\u0443\u0449\u0435\u0433\u043E \u0441\u0435\u0440\u0432\u0438\u0441\u0430 OpenAI, \u043F\u043E\u0441\u043B\u0435\u0434\u043D\u0438\u0435 \u043F\u0440\u0435\u0434\u043B\u0430\u0433\u0430\u0435\u043C\u044B\u0435 \u0437\u043D\u0430\u0447\u0435\u043D\u0438\u044F \u043C\u043E\u0436\u043D\u043E \u043F\u043E\u0441\u043C\u043E\u0442\u0440\u0435\u0442\u044C <1>\u0437\u0434\u0435\u0441\u044C","description.generalLimitPerSecond":"\u0417\u0430\u043F\u0440\u043E\u0441\u044B, \u043F\u0440\u0435\u0432\u044B\u0448\u0430\u044E\u0449\u0438\u0435 \u044D\u0442\u043E\u0442 \u043B\u0438\u043C\u0438\u0442, \u043F\u043E\u043F\u0430\u0434\u0430\u044E\u0442 \u0432 \u043E\u0447\u0435\u0440\u0435\u0434\u044C \u0434\u043E \u043D\u0430\u0447\u0430\u043B\u0430 \u0441\u043B\u0435\u0434\u0443\u044E\u0449\u0435\u0439 \u0441\u0435\u043A\u0443\u043D\u0434\u044B.","description.prompt":"\u041E\u0442\u043F\u0440\u0430\u0432\u0438\u0442\u044C \u0434\u0438\u0430\u043B\u043E\u0433 {service} \u043E\u0442 \u0438\u043C\u0435\u043D\u0438 \u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u0435\u043B\u044F, \u0433\u0434\u0435 {{text}} \u043E\u0431\u043E\u0437\u043D\u0430\u0447\u0430\u0435\u0442 \u0442\u0435\u043A\u0441\u0442 \u043F\u0430\u0440\u0430\u0433\u0440\u0430\u0444\u0430, {{from}} \u043E\u0431\u043E\u0437\u043D\u0430\u0447\u0430\u0435\u0442 \u044F\u0437\u044B\u043A \u043F\u0430\u0440\u0430\u0433\u0440\u0430\u0444\u0430, \u0430 {{to}} \u043E\u0431\u043E\u0437\u043D\u0430\u0447\u0430\u0435\u0442 \u0446\u0435\u043B\u0435\u0432\u043E\u0439 \u044F\u0437\u044B\u043A.","description.maxTextLengthPerRequest":"\u041C\u0430\u043A\u0441\u0438\u043C\u0430\u043B\u044C\u043D\u043E\u0435 \u043A\u043E\u043B\u0438\u0447\u0435\u0441\u0442\u0432\u043E \u0441\u0438\u043C\u0432\u043E\u043B\u043E\u0432 \u0432 \u043E\u0434\u043D\u043E\u043C \u0437\u0430\u043F\u0440\u043E\u0441\u0435 \u0441\u043B\u0438\u0448\u043A\u043E\u043C \u0432\u0435\u043B\u0438\u043A\u043E, \u0447\u0442\u043E \u043F\u0440\u0438\u0432\u043E\u0434\u0438\u0442 \u043A \u043C\u0435\u0434\u043B\u0435\u043D\u043D\u043E\u043C\u0443 \u043E\u0442\u043A\u043B\u0438\u043A\u0443 \u0438\u043D\u0442\u0435\u0440\u0444\u0435\u0439\u0441\u0430, \u043F\u043E\u044D\u0442\u043E\u043C\u0443 \u043F\u043E\u043F\u0440\u043E\u0431\u0443\u0439\u0442\u0435 \u043E\u0442\u0440\u0435\u0433\u0443\u043B\u0438\u0440\u043E\u0432\u0430\u0442\u044C \u044D\u0442\u043E\u0442 \u043F\u0430\u0440\u0430\u043C\u0435\u0442\u0440 \u0434\u043B\u044F \u043E\u043F\u0442\u0438\u043C\u0438\u0437\u0430\u0446\u0438\u0438 \u0441\u043A\u043E\u0440\u043E\u0441\u0442\u0438 \u0440\u0430\u0431\u043E\u0442\u044B","description.systemPrompt":"\u0414\u0438\u0430\u043B\u043E\u0433, \u043F\u0435\u0440\u0435\u0434\u0430\u043D\u043D\u044B\u0439 \u0432 OpenAI \u043A\u0430\u043A \u0432 \u0441\u0438\u0441\u0442\u0435\u043C\u0443, \u0433\u0434\u0435 {{text}} \u0443\u043A\u0430\u0437\u044B\u0432\u0430\u0435\u0442 \u043D\u0430 \u0442\u0435\u043A\u0441\u0442\u043E\u0432\u043E\u0435 \u0441\u043E\u0434\u0435\u0440\u0436\u0430\u043D\u0438\u0435 \u0430\u0431\u0437\u0430\u0446\u0430,{{from}} - \u043D\u0430 \u044F\u0437\u044B\u043A \u0430\u0431\u0437\u0430\u0446\u0430, \u0430{{to}} - \u043D\u0430 \u0446\u0435\u043B\u0435\u0432\u043E\u0439 \u044F\u0437\u044B\u043A.","field.domain":"\u0446\u0430\u0440\u0441\u0442\u0432\u043E","description.domain":"\u041F\u043E \u0443\u043C\u043E\u043B\u0447\u0430\u043D\u0438\u044E \u0443\u0441\u0442\u0430\u043D\u043E\u0432\u043B\u0435\u043D\u043E \u0437\u043D\u0430\u0447\u0435\u043D\u0438\u0435\uFF1Ageneral. \u041C\u043E\u0436\u0435\u0442 \u0431\u044B\u0442\u044C \u0443\u0441\u0442\u0430\u043D\u043E\u0432\u043B\u0435\u043D\u043E \u0442\u043E\u043B\u044C\u043A\u043E \u0432 \u0442\u043E\u043C \u0441\u043B\u0443\u0447\u0430\u0435, \u0435\u0441\u043B\u0438 \u0432 \u043A\u043E\u043D\u0441\u043E\u043B\u0438 Arima API \u0432\u043A\u043B\u044E\u0447\u0435\u043D \u0434\u043E\u043C\u0435\u043D\u043D\u044B\u0439 \u043F\u0435\u0440\u0435\u0432\u043E\u0434, \u043F\u043E\u0434\u0434\u0435\u0440\u0436\u0438\u0432\u0430\u0435\u043C\u044B\u0435 \u0434\u043E\u043C\u0435\u043D\u044B \u0441\u043C. <1>\u0437\u0434\u0435\u0441\u044C","field.scene":"\u0432\u0437\u044F\u0442\u044C","description.scene":"\u041F\u043E \u0443\u043C\u043E\u043B\u0447\u0430\u043D\u0438\u044E \u0443\u0441\u0442\u0430\u043D\u043E\u0432\u043B\u0435\u043D\u043E \u0437\u043D\u0430\u0447\u0435\u043D\u0438\u0435\uFF1Ageneral. \u041C\u043E\u0436\u0435\u0442 \u0431\u044B\u0442\u044C \u0443\u0441\u0442\u0430\u043D\u043E\u0432\u043B\u0435\u043D\u043E \u0442\u043E\u043B\u044C\u043A\u043E \u0432 \u0442\u043E\u043C \u0441\u043B\u0443\u0447\u0430\u0435, \u0435\u0441\u043B\u0438 \u0432 \u043A\u043E\u043D\u0441\u043E\u043B\u0438 AliCloud API \u043E\u0442\u043A\u0440\u044B\u0442 Machine Translation Pro, \u043E \u043F\u043E\u0434\u0434\u0435\u0440\u0436\u0438\u0432\u0430\u0435\u043C\u044B\u0445 \u0441\u0446\u0435\u043D\u0430\u0440\u0438\u044F\u0445 \u0441\u043C. <1>\u0437\u0434\u0435\u0441\u044C","field.vocabId":"\u0418\u0434\u0435\u043D\u0442\u0438\u0444\u0438\u043A\u0430\u0442\u043E\u0440 \u0441\u043B\u043E\u0432\u0430\u0440\u044F \u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u0435\u043B\u044F","description.vocabId":"\u0423\u043A\u0430\u0437\u0430\u043D\u043D\u044B\u0439 \u0441\u043B\u043E\u0432\u0430\u0440\u044C out_id, \u0432 \u043D\u0430\u0441\u0442\u043E\u044F\u0449\u0435\u0435 \u0432\u0440\u0435\u043C\u044F \u043F\u043E\u0434\u0434\u0435\u0440\u0436\u0438\u0432\u0430\u0435\u0442 \u043F\u0435\u0440\u0435\u0432\u043E\u0434 \u0441 \u0430\u043D\u0433\u043B\u0438\u0439\u0441\u043A\u043E\u0433\u043E \u043D\u0430 \u043A\u0438\u0442\u0430\u0439\u0441\u043A\u0438\u0439.","description.model":"\u041C\u043E\u0434\u0435\u043B\u0438 OpenAI, \u043C\u043E\u0433\u0443\u0442 \u0431\u044B\u0442\u044C gpt-3.5-turbo, gpt-4 \u0438 \u0442.\u0434.","description.maxTextGroupLengthPerRequest":"\u041A\u043E\u043B\u0438\u0447\u0435\u0441\u0442\u0432\u043E \u0430\u0431\u0437\u0430\u0446\u0435\u0432, \u043F\u0435\u0440\u0435\u0434\u0430\u0432\u0430\u0435\u043C\u044B\u0445 \u0441\u043B\u0443\u0436\u0431\u0435 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430 \u0437\u0430 \u043E\u0434\u0438\u043D \u0440\u0430\u0437, \u0435\u0441\u043B\u0438 \u0438\u0445 \u0441\u043B\u0438\u0448\u043A\u043E\u043C \u043C\u043D\u043E\u0433\u043E, \u044D\u0442\u043E \u043C\u043E\u0436\u0435\u0442 \u043F\u0440\u0438\u0432\u0435\u0441\u0442\u0438 \u043A \u0437\u0430\u043C\u0435\u0434\u043B\u0435\u043D\u0438\u044E \u0440\u0435\u0430\u043A\u0446\u0438\u0438 \u0438\u043D\u0442\u0435\u0440\u0444\u0435\u0439\u0441\u0430","description.apiUrl":"\u041F\u043E\u0436\u0430\u043B\u0443\u0439\u0441\u0442\u0430, \u0434\u043E\u0431\u0430\u0432\u044C\u0442\u0435 \u043A\u043E\u043D\u043A\u0440\u0435\u0442\u043D\u044B\u0435 URL \u0441 \u043F\u0443\u0442\u044F\u043C\u0438, <1>\u0431\u043E\u043B\u0435\u0435 \u043F\u043E\u0434\u0440\u043E\u0431\u043D\u043E\u0435 \u043E\u043F\u0438\u0441\u0430\u043D\u0438\u0435",enabledExtension:"\u0412\u043A\u043B\u044E\u0447\u0435\u043D\u0438\u0435 \u0440\u0430\u0441\u0448\u0438\u0440\u0435\u043D\u0438\u0439",clickToDisableExtension:"\u041D\u0430\u0436\u043C\u0438\u0442\u0435 \u0434\u043B\u044F \u043E\u0442\u043A\u043B\u044E\u0447\u0435\u043D\u0438\u044F \u0440\u0430\u0441\u0448\u0438\u0440\u0435\u043D\u0438\u0439",clickToEnableExtension:"\u041D\u0430\u0436\u043C\u0438\u0442\u0435 \u0434\u043B\u044F \u0432\u043A\u043B\u044E\u0447\u0435\u043D\u0438\u044F \u0440\u0430\u0441\u0448\u0438\u0440\u0435\u043D\u0438\u0439",hasBeenDisabled:"\u043E\u0442\u043A\u043B\u044E\u0447\u0435\u043D\u043E","show password":"\u041F\u043E\u043A\u0430\u0437\u0430\u0442\u044C \u043F\u0430\u0440\u043E\u043B\u044C",customContent:"\u0412\u0432\u0435\u0434\u0438\u0442\u0435 \u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u0435\u043B\u044C\u0441\u043A\u043E\u0435 \u0438\u043C\u044F \u043C\u043E\u0434\u0435\u043B\u0438",inputOptions:"\u0423\u0441\u043E\u0432\u0435\u0440\u0448\u0435\u043D\u0441\u0442\u0432\u043E\u0432\u0430\u043D\u0438\u0435 \u0431\u043B\u043E\u043A\u0430 \u0432\u0432\u043E\u0434\u0430",mouseHoverOptions:"\u043D\u0430\u0432\u0435\u0434\u0435\u043D\u0438\u0435 \u043C\u044B\u0448\u0438",modifyMouseHoverKey:"\u0418\u0437\u043C\u0435\u043D\u0435\u043D\u0438\u0435 \u044F\u0440\u043B\u044B\u043A\u0430 \u043D\u0430\u0432\u0435\u0434\u0435\u043D\u0438\u044F \u043C\u044B\u0448\u0438",enableInputTranslation:"\u0412\u043A\u043B\u044E\u0447\u0430\u0442\u044C \u043B\u0438 \u0440\u0430\u0441\u0448\u0438\u0440\u0435\u043D\u0438\u0435 \u043F\u043E\u043B\u044F \u0432\u0432\u043E\u0434\u0430",enableInputTranslationDescription:"\u041F\u043E\u0441\u043B\u0435 \u0432\u043A\u043B\u044E\u0447\u0435\u043D\u0438\u044F \u0432\u0432\u0435\u0434\u0438\u0442\u0435 {startingKey}{startingKey} hello \u043F\u0440\u044F\u043C\u043E \u0432 \u043F\u043E\u043B\u0435 \u0432\u0432\u043E\u0434\u0430, \u0437\u0430\u0442\u0435\u043C \u0431\u044B\u0441\u0442\u0440\u043E \u043D\u0430\u0431\u0435\u0440\u0438\u0442\u0435{inputTrailingTriggerKeyRepeatTimes}\u0440\u0430\u0437{trailingKey}, \u0447\u0442\u043E\u0431\u044B \u043F\u0435\u0440\u0435\u0432\u0435\u0441\u0442\u0438 \u043D\u0430 {inputTargetLanguage}.",enableInputTranslationDescriptionForNoneKey:"\u041F\u043E\u0441\u043B\u0435 \u0432\u043A\u043B\u044E\u0447\u0435\u043D\u0438\u044F \u044D\u0442\u043E\u0439 \u0444\u0443\u043D\u043A\u0446\u0438\u0438 \u0432\u0432\u0435\u0434\u0438\u0442\u0435\uFF1AHello World \u043D\u0435\u043F\u043E\u0441\u0440\u0435\u0434\u0441\u0442\u0432\u0435\u043D\u043D\u043E \u0432 \u043F\u043E\u043B\u0435 \u0432\u0432\u043E\u0434\u0430, \u0430 \u0437\u0430\u0442\u0435\u043C \u0431\u044B\u0441\u0442\u0440\u043E \u043D\u0430\u0436\u043C\u0438\u0442\u0435{inputTrailingTriggerKeyRepeatTimes}{trailingKey}\u0440\u0430\u0437 \u0434\u043B\u044F \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430 \u043D\u0430 \u0446\u0435\u043B\u0435\u0432\u043E\u0439 \u044F\u0437\u044B\u043A \u043F\u043E \u0443\u043C\u043E\u043B\u0447\u0430\u043D\u0438\u044E.",inputTargetLanguage:"\u0423\u0441\u0442\u0430\u043D\u043E\u0432\u043A\u0430 \u0446\u0435\u043B\u0435\u0432\u043E\u0433\u043E \u044F\u0437\u044B\u043A\u0430 \u043F\u043E \u0443\u043C\u043E\u043B\u0447\u0430\u043D\u0438\u044E \u0434\u043B\u044F \u043E\u043A\u043E\u043D \u0432\u0432\u043E\u0434\u0430",inputTargetLanguageDescription:"\u0426\u0435\u043B\u0435\u0432\u043E\u0439 \u044F\u0437\u044B\u043A \u043F\u043E \u0443\u043C\u043E\u043B\u0447\u0430\u043D\u0438\u044E \u0434\u043B\u044F \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430 \u043E\u043A\u043D\u0430 \u0432\u0432\u043E\u0434\u0430, \u0442.\u0435. {startingKey}{startingKey} \u043A\u0430\u043A \u044F\u0437\u044B\u043A \u043F\u043E \u0443\u043C\u043E\u043B\u0447\u0430\u043D\u0438\u044E \u0434\u043B\u044F \u0442\u0440\u0438\u0433\u0433\u0435\u0440\u043D\u044B\u0445 \u0441\u043B\u043E\u0432",inputTargetLanguageDescriptionForNoneKey:"\u0426\u0435\u043B\u0435\u0432\u043E\u0439 \u044F\u0437\u044B\u043A \u043F\u043E \u0443\u043C\u043E\u043B\u0447\u0430\u043D\u0438\u044E \u0434\u043B\u044F \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430 \u043F\u043E\u043B\u044F \u0432\u0432\u043E\u0434\u0430",inputStartingTriggerKeyTitle:"\u0423\u0441\u0442\u0430\u043D\u043E\u0432\u043A\u0430 \u0441\u0438\u043C\u0432\u043E\u043B\u0430 \u0440\u0430\u0437\u0434\u0435\u043B\u0435\u043D\u0438\u044F \u0434\u043B\u044F \u0447\u0430\u0441\u0442\u0438\u0447\u043D\u043E\u0433\u043E \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430 \u043F\u043E\u043B\u044F \u0432\u0432\u043E\u0434\u0430",inputStartingTriggerKeyDescription:"\u0415\u0441\u043B\u0438 \u043D\u0435\u0442 \u043D\u0435\u043E\u0431\u0445\u043E\u0434\u0438\u043C\u043E\u0441\u0442\u0438 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0438\u0442\u044C \u0432\u0441\u0435 \u043F\u043E\u043B\u0435 \u0432\u0432\u043E\u0434\u0430, \u0441\u043F\u043B\u0438\u0442\u0442\u0435\u0440 \u043F\u043E\u0437\u0432\u043E\u043B\u044F\u0435\u0442 \u043F\u0435\u0440\u0435\u0432\u0435\u0441\u0442\u0438 \u0442\u043E\u043B\u044C\u043A\u043E \u0447\u0430\u0441\u0442\u044C \u043E\u0442 {startingKey}{startingKey} \u0434\u043E \u043A\u043E\u043D\u0446\u0430 \u043F\u043E\u043B\u044F \u0432\u0432\u043E\u0434\u0430, \u0438\u043B\u0438 \u043C\u043E\u0436\u043D\u043E \u0443\u043A\u0430\u0437\u0430\u0442\u044C \u043A\u043E\u0434 \u044F\u0437\u044B\u043A\u0430, \u043D\u0430\u043F\u0440\u0438\u043C\u0435\u0440,\uFF1A{startingKey}ja \u043E\u0437\u043D\u0430\u0447\u0430\u0435\u0442 \u043F\u0435\u0440\u0435\u0432\u043E\u0434 \u0442\u043E\u043B\u044C\u043A\u043E \u0447\u0430\u0441\u0442\u0438 \u043E\u0442 {startingKey}ja \u0434\u043E \u043A\u043E\u043D\u0446\u0430 \u043F\u043E\u043B\u044F \u0432\u0432\u043E\u0434\u0430.",inputStartingTriggerKeyDescriptionForNoneKey:"\u0422\u0435\u043A\u0443\u0449\u0430\u044F \u043D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0430 \u043E\u0442\u0441\u0443\u0442\u0441\u0442\u0432\u0438\u044F \u043F\u0440\u0435\u0444\u0438\u043A\u0441\u0430 \u043D\u0435 \u043D\u0443\u0436\u043D\u0430, \u0438 \u0444\u0443\u043D\u043A\u0446\u0438\u044F \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430 \u043D\u0435\u043A\u043E\u0442\u043E\u0440\u044B\u0445 \u0442\u0435\u043A\u0441\u0442\u043E\u0432 \u0432 \u043E\u043A\u043D\u0435 \u0432\u0432\u043E\u0434\u0430 \u043F\u043E\u043A\u0430 \u043D\u0435 \u043C\u043E\u0436\u0435\u0442 \u0431\u044B\u0442\u044C \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u043D\u0430.",inputTrailingTriggerKeyTitle:"\u0412\u044B\u0431\u0435\u0440\u0438\u0442\u0435 \u0441\u0438\u043C\u0432\u043E\u043B \u043E\u043A\u043E\u043D\u0447\u0430\u043D\u0438\u044F \u0432\u0432\u043E\u0434\u0430",inputTrailingTriggerKeyDescription:"3 \u0431\u044B\u0441\u0442\u0440\u044B\u0445 \u0443\u0434\u0430\u0440\u0430{trailingKey} \u043D\u0430\u0447\u043D\u0435\u0442 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0438\u0442\u044C!",inputTrailingTriggerKeyTimeout:"\u0412\u0432\u0435\u0434\u0438\u0442\u0435 \u0432\u0440\u0435\u043C\u044F \u043C\u0435\u0436\u0434\u0443 \u0441\u0440\u0430\u0431\u0430\u0442\u044B\u0432\u0430\u043D\u0438\u044F\u043C\u0438 \u0432 \u043A\u043E\u043D\u0446\u0435 \u0431\u043E\u044F",inputTrailingTriggerKeyTimeoutDescription:"\u0423\u0441\u0442\u0430\u043D\u0430\u0432\u043B\u0438\u0432\u0430\u0435\u0442 \u0432\u0440\u0435\u043C\u044F (\u0432 \u043C\u0438\u043B\u043B\u0438\u0441\u0435\u043A\u0443\u043D\u0434\u0430\u0445) \u043C\u0435\u0436\u0434\u0443 \u0441\u0440\u0430\u0431\u0430\u0442\u044B\u0432\u0430\u043D\u0438\u044F\u043C\u0438 \u043A\u043E\u043C\u0431\u0438\u043D\u0438\u0440\u043E\u0432\u0430\u043D\u043D\u044B\u0445 \u0443\u0441\u0442\u0440\u043E\u0439\u0441\u0442\u0432 \u043E\u043A\u043E\u043D\u0447\u0430\u043D\u0438\u044F \u0432\u0432\u043E\u0434\u0430",spaceKey:"<\u7A7A\u683C\u952E>",noneKey:"\u041F\u0440\u044F\u043C\u043E\u0439 \u043F\u0435\u0440\u0435\u0432\u043E\u0434 \u0432\u0441\u0435\u0433\u043E \u0442\u0435\u043A\u0441\u0442\u043E\u0432\u043E\u0433\u043E \u043F\u043E\u043B\u044F \u0431\u0435\u0437 \u043F\u0440\u0435\u0444\u0438\u043A\u0441\u043E\u0432",inputTranslationBlockUrlsTitle:"\u041D\u0435 \u0432\u043A\u043B\u044E\u0447\u0430\u0439\u0442\u0435 \u0440\u0430\u0441\u0448\u0438\u0440\u0435\u043D\u0438\u0435 \u043F\u043E\u043B\u044F \u0432\u0432\u043E\u0434\u0430 \u0432 \u0441\u043B\u0435\u0434\u0443\u044E\u0449\u0438\u0445 URL-\u0430\u0434\u0440\u0435\u0441\u0430\u0445",inputTranslationBlockUrlsDescription:"\u0423\u0441\u043E\u0432\u0435\u0440\u0448\u0435\u043D\u0441\u0442\u0432\u043E\u0432\u0430\u043D\u0438\u044F \u043F\u043E\u043B\u044F \u0432\u0432\u043E\u0434\u0430 \u043D\u0435 \u0431\u0443\u0434\u0443\u0442 \u0440\u0430\u0431\u043E\u0442\u0430\u0442\u044C \u043D\u0430 \u0441\u043B\u0435\u0434\u0443\u044E\u0449\u0438\u0445 URL-\u0430\u0434\u0440\u0435\u0441\u0430\u0445",clickToSeeQuickDemo:"\u041D\u0430\u0436\u043C\u0438\u0442\u0435, \u0447\u0442\u043E\u0431\u044B \u0440\u0430\u0437\u0432\u0435\u0440\u043D\u0443\u0442\u044C 30-\u0441\u0435\u043A\u0443\u043D\u0434\u043D\u044B\u0439 \u043E\u0431\u0443\u0447\u0430\u044E\u0449\u0438\u0439 \u0432\u0438\u0434\u0435\u043E\u0440\u043E\u043B\u0438\u043A",inputHelperInfo:"\u041E\u043F\u0438\u0441\u0430\u043D\u0438\u0435\uFF1A\u041C\u044B \u043E\u043F\u0442\u0438\u043C\u0438\u0437\u0438\u0440\u043E\u0432\u0430\u043B\u0438 \u0440\u0430\u0431\u043E\u0442\u0443 \u0441 \u0442\u0435\u043C, \u0447\u0442\u043E \u043D\u0435\u043A\u043E\u0442\u043E\u0440\u044B\u0435 \u0442\u0440\u0438\u0433\u0433\u0435\u0440\u043D\u044B\u0435 \u0441\u0438\u043C\u0432\u043E\u043B\u044B \u043F\u0440\u0435\u0432\u0440\u0430\u0449\u0430\u044E\u0442\u0441\u044F \u0432 \u043A\u0438\u0442\u0430\u0439\u0441\u043A\u0438\u0435 \u0437\u043D\u0430\u043A\u0438 \u043F\u0440\u0435\u043F\u0438\u043D\u0430\u043D\u0438\u044F \u043F\u0440\u0438 \u043A\u0438\u0442\u0430\u0439\u0441\u043A\u0438\u0445 \u043C\u0435\u0442\u043E\u0434\u0430\u0445 \u0432\u0432\u043E\u0434\u0430, \u043D\u0430\u043F\u0440\u0438\u043C\u0435\u0440, / \u043F\u0440\u0435\u0432\u0440\u0430\u0449\u0430\u0435\u0442\u0441\u044F \u0432 \u0437\u043D\u0430\u043A dun , \u043F\u0440\u0438 \u043C\u0435\u0442\u043E\u0434\u0435 \u0432\u0432\u043E\u0434\u0430 Sogou, \u0438 Immersive Translator \u043F\u043E\u0434\u0434\u0435\u0440\u0436\u0438\u0432\u0430\u0435\u0442 \u0432\u0441\u0435 \u043A\u0438\u0442\u0430\u0439\u0441\u043A\u0438\u0435 \u0441\u0438\u043C\u0432\u043E\u043B\u044B, \u0441\u043E\u043E\u0442\u0432\u0435\u0442\u0441\u0442\u0432\u0443\u044E\u0449\u0438\u0435 \u0442\u0440\u0438\u0433\u0433\u0435\u0440\u043D\u044B\u043C \u0441\u0438\u043C\u0432\u043E\u043B\u0430\u043C, \u0442.\u0435. //,,, \u0431\u0443\u0434\u0443\u0442 \u0440\u0430\u0441\u043F\u043E\u0437\u043D\u0430\u0432\u0430\u0442\u044C\u0441\u044F \u043A\u0430\u043A \u0442\u0440\u0438\u0433\u0433\u0435\u0440\u043D\u044B\u0435 \u0441\u0438\u043C\u0432\u043E\u043B\u044B.

\u041C\u044B \u0442\u0430\u043A\u0436\u0435 \u043F\u043E\u0434\u0434\u0435\u0440\u0436\u0438\u0432\u0430\u0435\u043C \u043A\u0438\u0442\u0430\u0439\u0441\u043A\u0438\u0435 \u043F\u0441\u0435\u0432\u0434\u043E\u043D\u0438\u043C\u044B \u0434\u043B\u044F \u044F\u0437\u044B\u043A\u043E\u0432\u044B\u0445 \u043A\u043E\u0434\u043E\u0432 \u0432 \u043A\u0430\u0447\u0435\u0441\u0442\u0432\u0435 \u043A\u043E\u043C\u0430\u043D\u0434, \u043D\u0430\u043F\u0440\u0438\u043C\u0435\u0440, /Japanese Hello World \u0431\u0443\u0434\u0435\u0442 \u043F\u0435\u0440\u0435\u0432\u0435\u0434\u0435\u043D \u043D\u0430 \u044F\u043F\u043E\u043D\u0441\u043A\u0438\u0439 \u044F\u0437\u044B\u043A, <1>\u043D\u0430\u0436\u043C\u0438\u0442\u0435 \u0437\u0434\u0435\u0441\u044C, \u0447\u0442\u043E\u0431\u044B \u043F\u043E\u0441\u043C\u043E\u0442\u0440\u0435\u0442\u044C \u0432\u0441\u0435 \u043F\u043E\u0434\u0434\u0435\u0440\u0436\u0438\u0432\u0430\u0435\u043C\u044B\u0435 \u044F\u0437\u044B\u043A\u043E\u0432\u044B\u0435 \u043A\u043E\u0434\u044B.",reloadCurrentPage:"\u041F\u0435\u0440\u0435\u0434 \u043D\u0430\u0447\u0430\u043B\u043E\u043C \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430 \u043E\u0431\u043D\u043E\u0432\u0438\u0442\u0435 \u0442\u0435\u043A\u0443\u0449\u0443\u044E \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u0443.",noLocalFilePermissionForPDF:"\u0423 \u0432\u0430\u0441 \u043D\u0435\u0442 \u043F\u0440\u0430\u0432 \u043D\u0430 \u0447\u0442\u0435\u043D\u0438\u0435 \u043B\u043E\u043A\u0430\u043B\u044C\u043D\u044B\u0445 \u0444\u0430\u0439\u043B\u043E\u0432, \u043F\u043E\u0436\u0430\u043B\u0443\u0439\u0441\u0442\u0430, \u043D\u0430\u0436\u043C\u0438\u0442\u0435 \u043A\u043D\u043E\u043F\u043A\u0443 \u0432\u044B\u0448\u0435, \u0430 \u0437\u0430\u0442\u0435\u043C \u0438\u043C\u043F\u043E\u0440\u0442\u0438\u0440\u0443\u0439\u0442\u0435 \u043B\u043E\u043A\u0430\u043B\u044C\u043D\u044B\u0435 \u0444\u0430\u0439\u043B\u044B.",noPermissionForThisPage:"\u26A0\uFE0F \u041D\u0435\u0442 \u0440\u0430\u0437\u0440\u0435\u0448\u0435\u043D\u0438\u044F \u043D\u0430 \u043F\u0435\u0440\u0435\u0432\u043E\u0434 \u0442\u0435\u043A\u0443\u0449\u0435\u0439 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u044B",retryAllParagraphs:"\u041F\u043E\u0432\u0442\u043E\u0440\u043D\u043E\u0435 \u0432\u044B\u043F\u043E\u043B\u043D\u0435\u043D\u0438\u0435 \u0432\u0441\u0435\u0445 \u043E\u0448\u0438\u0431\u043E\u0447\u043D\u044B\u0445 \u043F\u0435\u0440\u0435\u0445\u043E\u0434\u043E\u0432",retryAllButton:"\u041F\u043E\u0432\u0442\u043E\u0440\u043D\u043E\u0435 \u0432\u044B\u043F\u043E\u043B\u043D\u0435\u043D\u0438\u0435 \u0432\u0441\u0435\u0445 \u043E\u0448\u0438\u0431\u043E\u0447\u043D\u044B\u0445 \u043F\u0435\u0440\u0435\u0445\u043E\u0434\u043E\u0432",errorTooltipTitle:"\u0429\u0435\u043B\u043A\u043D\u0438\u0442\u0435, \u0447\u0442\u043E\u0431\u044B \u0443\u0432\u0438\u0434\u0435\u0442\u044C \u043F\u0440\u0438\u0447\u0438\u043D\u0443 \u043E\u0448\u0438\u0431\u043A\u0438",errorModalTitle:"\u041F\u043E\u0445\u043E\u0436\u0435, \u0447\u0442\u043E-\u0442\u043E \u043D\u0435 \u0442\u0430\u043A \u0441\u043E \u0441\u043B\u0443\u0436\u0431\u043E\u0439 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430 \u0438\u043B\u0438 \u0441\u0435\u0442\u044C\u044E...",disableConfirm:"\u0414\u0432\u0443\u044F\u0437\u044B\u0447\u043D\u0430\u044F \u0443\u0441\u0442\u0430\u043D\u043E\u0432\u043A\u0430 \u0434\u043B\u044F \u0440\u0430\u0441\u0448\u0438\u0440\u0435\u043D\u0438\u044F \u0438\u043D\u0444\u043E\u0440\u043C\u0430\u0446\u0438\u0438",disableOnce:"\u042D\u0442\u0430 \u0438\u043D\u0432\u0430\u043B\u0438\u0434\u043D\u043E\u0441\u0442\u044C",disableGlobal:"\u043E\u0442\u043A\u043B\u044E\u0447\u0438\u0442\u044C \u043D\u0430\u0432\u0441\u0435\u0433\u0434\u0430",disableTint:"* \u0412\u044B \u043C\u043E\u0436\u0435\u0442\u0435 \u043F\u043E\u0432\u0442\u043E\u0440\u043D\u043E \u0432\u043A\u043B\u044E\u0447\u0438\u0442\u044C \u0435\u0433\u043E \u043D\u0430 \u0441\u0430\u0439\u0442\u0435 {option} .",searchEnhancementNotes:"\u041C\u044B \u043E\u0431\u043D\u0430\u0440\u0443\u0436\u0438\u043B\u0438, \u0447\u0442\u043E \u0440\u0435\u0437\u0443\u043B\u044C\u0442\u0430\u0442\u044B \u043F\u043E\u0438\u0441\u043A\u0430 \u043D\u043E\u0432\u043E\u0441\u0442\u0435\u0439 \u043F\u043E \u043A\u043B\u044E\u0447\u0435\u0432\u044B\u043C \u0441\u043B\u043E\u0432\u0430\u043C \u043D\u0430 \u043A\u0438\u0442\u0430\u0439\u0441\u043A\u043E\u043C \u0438 \u0430\u043D\u0433\u043B\u0438\u0439\u0441\u043A\u043E\u043C \u044F\u0437\u044B\u043A\u0430\u0445 \u0441\u0438\u043B\u044C\u043D\u043E \u043E\u0442\u043B\u0438\u0447\u0430\u044E\u0442\u0441\u044F. \u041F\u043E\u0441\u043B\u0435 \u0432\u043A\u043B\u044E\u0447\u0435\u043D\u0438\u044F \u0444\u0443\u043D\u043A\u0446\u0438\u0438 Immersive Translation Bilingual Information Enhancement \u043C\u044B \u0431\u0443\u0434\u0435\u043C \u0430\u0432\u0442\u043E\u043C\u0430\u0442\u0438\u0447\u0435\u0441\u043A\u0438 \u0438\u0441\u043A\u0430\u0442\u044C \u0434\u043B\u044F \u0432\u0430\u0441 \u0442\u0435 \u0436\u0435 \u0441\u0430\u043C\u044B\u0435 \u043A\u043B\u044E\u0447\u0435\u0432\u044B\u0435 \u0441\u043B\u043E\u0432\u0430 \u043D\u0430 \u0430\u043D\u0433\u043B\u0438\u0439\u0441\u043A\u043E\u043C \u044F\u0437\u044B\u043A\u0435 \u043D\u0430 \u043F\u043E\u0434\u0434\u0435\u0440\u0436\u0438\u0432\u0430\u0435\u043C\u044B\u0445 \u0441\u0430\u0439\u0442\u0430\u0445 (Google News, Google Search (\u043D\u0435\u043A\u043E\u0442\u043E\u0440\u044B\u0435 \u043A\u043B\u044E\u0447\u0435\u0432\u044B\u0435 \u0441\u043B\u043E\u0432\u0430), Snowball, Oriental Wealth, Futura, Tiger) \u0438 \u043E\u0442\u043E\u0431\u0440\u0430\u0436\u0430\u0442\u044C \u0438\u0445 \u0432 \u043F\u0440\u0430\u0432\u043E\u0439 \u0447\u0430\u0441\u0442\u0438. \u0412\u044B \u043C\u043E\u0436\u0435\u0442\u0435 \u043E\u0442\u043A\u043B\u044E\u0447\u0438\u0442\u044C \u044D\u0442\u0443 \u0444\u0443\u043D\u043A\u0446\u0438\u044E, \u0435\u0441\u043B\u0438 \u043E\u043D\u0430 \u0432\u0430\u043C \u043D\u0435 \u043D\u0443\u0436\u043D\u0430.",option:"\u043D\u0430\u0441\u0442\u0440\u0430\u0438\u0432\u0430\u0442\u044C",saveSettings:"\u0421\u043E\u0445\u0440\u0430\u043D\u0438\u0442\u044C \u043D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0438",closeModal:"\u0417\u0430\u043A\u0440\u044B\u0442\u044C \u043E\u043A\u043D\u043E",enableInputTranslationWithoutTriggerKeyTitle:"\u0412\u043A\u043B\u044E\u0447\u0438\u0442\u0435 3 \u0431\u044B\u0441\u0442\u0440\u044B\u0445 \u043D\u0430\u0436\u0430\u0442\u0438\u044F \u043D\u0430{trailingKey}, \u0447\u0442\u043E\u0431\u044B \u043D\u0430\u043F\u0440\u044F\u043C\u0443\u044E \u043F\u0435\u0440\u0435\u0432\u0435\u0441\u0442\u0438 \u0432\u0441\u0435 \u043F\u043E\u043B\u0435 \u0432\u0432\u043E\u0434\u0430 \u043D\u0430{inputTargetLanguage}.",enableInputTranslationWithoutTriggerKeyDescription:"\u0427\u0442\u043E\u0431\u044B \u0443\u043A\u0430\u0437\u0430\u0442\u044C \u0446\u0435\u043B\u0435\u0432\u043E\u0439 \u044F\u0437\u044B\u043A, \u0434\u043E\u0431\u0430\u0432\u044C\u0442\u0435 \u043A \u043D\u0435\u043C\u0443 \u043A\u043E\u0434 \u044F\u0437\u044B\u043A\u0430, \u043D\u0430\u043F\u0440\u0438\u043C\u0435\u0440,\uFF1Aja Hello World",mouseHoverShortcutPlaceholder:"\u043D\u0430\u043F\u0440\u0438\u043C\u0435\u0440,\uFF1AShift",deepLProName:"Immersive Translation Pro Member (Recommended)",deepLProDescription:"\u0422\u0435\u043A\u0443\u0449\u0438\u0439 \u043F\u0430\u043A\u0435\u0442 \u043C\u043E\u0436\u0435\u0442 \u0431\u044B\u0442\u044C \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u043D \u043D\u0430\u043F\u0440\u044F\u043C\u0443\u044E",deeplProDescriptionForNormal:"\u041D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0430 \u043D\u0435 \u0442\u0440\u0435\u0431\u0443\u0435\u0442\u0441\u044F, \u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u0435\u043B\u0438 \u043C\u043E\u0433\u0443\u0442 \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u044C \u0435\u0433\u043E \u043F\u043E\u0441\u043B\u0435 \u0432\u0445\u043E\u0434\u0430 \u0432 \u0441\u0438\u0441\u0442\u0435\u043C\u0443, <1>\u043D\u0430\u0436\u043C\u0438\u0442\u0435 \u0437\u0434\u0435\u0441\u044C, \u0447\u0442\u043E\u0431\u044B \u043F\u0435\u0440\u0435\u0439\u0442\u0438 \u0432 \u043A\u0430\u0442\u0435\u0433\u043E\u0440\u0438\u044E \u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u0435\u043B\u0435\u0439",deepLCustomDescription:"\u0422\u0440\u0435\u0431\u0443\u0435\u0442\u0441\u044F \u0438\u043D\u043E\u0441\u0442\u0440\u0430\u043D\u043D\u0430\u044F \u043A\u0440\u0435\u0434\u0438\u0442\u043D\u0430\u044F \u043A\u0430\u0440\u0442\u0430, \u043E\u0444\u0438\u0446\u0438\u0430\u043B\u044C\u043D\u043E \u043E\u0442\u043A\u0440\u044B\u0442\u0430 \u043D\u0430 \u0441\u0430\u0439\u0442\u0435 <1>DeepL, \u043D\u0430\u0436\u043C\u0438\u0442\u0435 \u0434\u043B\u044F \u043F\u043E\u043B\u0443\u0447\u0435\u043D\u0438\u044F <2>\u0434\u043E\u043A\u0443\u043C\u0435\u043D\u0442\u0430\u0446\u0438\u0438",deepLCustomName:"\u041F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u0435\u043B\u044C\u0441\u043A\u0438\u0439 \u043A\u043B\u044E\u0447 \u0430\u0432\u0442\u043E\u0440\u0438\u0437\u0430\u0446\u0438\u0438",chooseProviderLabel:"\u0412\u044B\u0431\u043E\u0440 \u043F\u043E\u0441\u0442\u0430\u0432\u0449\u0438\u043A\u0430 \u0443\u0441\u043B\u0443\u0433",openaiProName:"Immersive Translation Pro Member (Recommended)",openaiProDescription:"\u0422\u0435\u043A\u0443\u0449\u0438\u0439 \u043F\u0430\u043A\u0435\u0442 \u043C\u043E\u0436\u0435\u0442 \u0431\u044B\u0442\u044C \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u043D \u043D\u0430\u043F\u0440\u044F\u043C\u0443\u044E",openaiProDescriptionForNormal:"\u041D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0430 \u043D\u0435 \u0442\u0440\u0435\u0431\u0443\u0435\u0442\u0441\u044F, \u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u0435\u043B\u0438 \u043C\u043E\u0433\u0443\u0442 \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u044C \u0435\u0433\u043E \u043F\u043E\u0441\u043B\u0435 \u0432\u0445\u043E\u0434\u0430 \u0432 \u0441\u0438\u0441\u0442\u0435\u043C\u0443, <1>\u043D\u0430\u0436\u043C\u0438\u0442\u0435 \u0437\u0434\u0435\u0441\u044C, \u0447\u0442\u043E\u0431\u044B \u043F\u0435\u0440\u0435\u0439\u0442\u0438 \u0432 \u043A\u0430\u0442\u0435\u0433\u043E\u0440\u0438\u044E \u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u0435\u043B\u0435\u0439",openaiCustomDescription:"\u0414\u043E\u0441\u0442\u0443\u043F\u043D\u044B OpenAI, Azure OpenAI \u0438\u043B\u0438 \u0434\u0440\u0443\u0433\u0438\u0435 \u0441\u0442\u043E\u0440\u043E\u043D\u043D\u0438\u0435 \u0441\u0435\u0440\u0432\u0438\u0441\u044B, <1>\u0434\u043E\u043A\u0443\u043C\u0435\u043D\u0442\u0430\u0446\u0438\u044E \u043C\u043E\u0436\u043D\u043E \u043D\u0430\u0439\u0442\u0438 \u0437\u0434\u0435\u0441\u044C",openaiCustomName:"\u041F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u0435\u043B\u044C\u0441\u043A\u0438\u0439 \u043A\u043B\u044E\u0447 API",needLoginAction:"(\u041E\u0442\u043A\u0440\u044B\u0442\u043E\u0435 \u0447\u043B\u0435\u043D\u0441\u0442\u0432\u043E \u0438\u043B\u0438 \u043D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0430)",goLoginOrAction:"(\u041E\u0442\u043A\u0440\u043E\u0439\u0442\u0435 \u0447\u043B\u0435\u043D\u0441\u0442\u0432\u043E \u0438\u043B\u0438 \u043F\u0435\u0440\u0435\u0439\u0434\u0438\u0442\u0435 \u043A \u043D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0430\u043C)",yearly:"\u043E\u0441\u0443\u0449\u0435\u0441\u0442\u0432\u043B\u044F\u0442\u044C \u043F\u043E\u0441\u043B\u0435\u0434\u043E\u0432\u0430\u0442\u0435\u043B\u044C\u043D\u044B\u0439 \u0435\u0436\u0435\u0433\u043E\u0434\u043D\u044B\u0439 \u043F\u043B\u0430\u0442\u0435\u0436",quarterly:"\u043F\u043E\u0441\u043B\u0435\u0434\u043E\u0432\u0430\u0442\u0435\u043B\u044C\u043D\u0430\u044F \u0443\u043F\u0430\u043A\u043E\u0432\u043A\u0430",monthly:"\u0435\u0436\u0435\u043C\u0435\u0441\u044F\u0447\u043D\u0430\u044F \u043F\u043E\u0434\u043F\u0438\u0441\u043A\u0430",yearlyForOnce:"\u0415\u0434\u0438\u043D\u043E\u0432\u0440\u0435\u043C\u0435\u043D\u043D\u044B\u0439 \u0433\u043E\u0434\u043E\u0432\u043E\u0439 \u043F\u0430\u043A\u0435\u0442",monthlyForOnce:"\u0415\u0434\u0438\u043D\u043E\u0432\u0440\u0435\u043C\u0435\u043D\u043D\u044B\u0439 \u043C\u0435\u0441\u044F\u0447\u043D\u044B\u0439 \u043F\u0430\u043A\u0435\u0442",daily:"\u043F\u043E\u0441\u043B\u0435\u0434\u043E\u0432\u0430\u0442\u0435\u043B\u044C\u043D\u044B\u0445 \u043F\u0430\u043A\u0435\u0442\u043D\u044B\u0445 \u0434\u043D\u0435\u0439",year:"\u043E\u0441\u0443\u0449\u0435\u0441\u0442\u0432\u043B\u044F\u0442\u044C \u043F\u043E\u0441\u043B\u0435\u0434\u043E\u0432\u0430\u0442\u0435\u043B\u044C\u043D\u044B\u0439 \u0435\u0436\u0435\u0433\u043E\u0434\u043D\u044B\u0439 \u043F\u043B\u0430\u0442\u0435\u0436",quarter:"\u043F\u043E\u0441\u043B\u0435\u0434\u043E\u0432\u0430\u0442\u0435\u043B\u044C\u043D\u0430\u044F \u0443\u043F\u0430\u043A\u043E\u0432\u043A\u0430",month:"\u0435\u0436\u0435\u043C\u0435\u0441\u044F\u0447\u043D\u0430\u044F \u043F\u043E\u0434\u043F\u0438\u0441\u043A\u0430",day:"\u043F\u043E\u0441\u043B\u0435\u0434\u043E\u0432\u0430\u0442\u0435\u043B\u044C\u043D\u044B\u0445 \u043F\u0430\u043A\u0435\u0442\u043D\u044B\u0445 \u0434\u043D\u0435\u0439",onetime_7day:"7-\u0434\u043D\u0435\u0432\u043D\u044B\u0439 \u043F\u0430\u043A\u0435\u0442 \u0432\u043F\u0435\u0447\u0430\u0442\u043B\u0435\u043D\u0438\u0439",currentPlanDescriptionForFree:"\u0422\u0435\u043A\u0443\u0449\u0438\u0435 \u043F\u0430\u043A\u0435\u0442\u044B\uFF1A\u0411\u0435\u0441\u043F\u043B\u0430\u0442\u043D\u043E",currentPlanDescriptionForContinuous:"\u0414\u0435\u0439\u0441\u0442\u0432\u0443\u044E\u0449\u0438\u0439 \u043F\u0430\u043A\u0435\u0442\uFF1A{plan}\u0431\u0443\u0434\u0435\u0442 \u0430\u0432\u0442\u043E\u043C\u0430\u0442\u0438\u0447\u0435\u0441\u043A\u0438 \u043F\u0440\u043E\u0434\u043B\u0435\u043D \u043D\u0430 {endAt}",currentPlanDescriptionForAutoRenewCaceling:"\u0421\u0440\u043E\u043A \u0434\u0435\u0439\u0441\u0442\u0432\u0438\u044F \u0442\u0435\u043A\u0443\u0449\u0435\u0433\u043E \u043F\u0430\u043A\u0435\u0442\u0430\uFF1A{plan}\u0438\u0441\u0442\u0435\u043A\u0430\u0435\u0442 \u043D\u0430 \u0441\u0430\u0439\u0442\u0435 {endAt} \u0438 \u043D\u0435 \u0431\u0443\u0434\u0435\u0442 \u0430\u0432\u0442\u043E\u043C\u0430\u0442\u0438\u0447\u0435\u0441\u043A\u0438 \u043F\u0440\u043E\u0434\u043B\u0435\u0432\u0430\u0442\u044C\u0441\u044F \u043F\u043E \u0435\u0433\u043E \u0438\u0441\u0442\u0435\u0447\u0435\u043D\u0438\u0438.",currentYearlyPlanDescriptionForAutoRenewCacelingWithRealPaiedUser:"\u0421\u0440\u043E\u043A \u0434\u0435\u0439\u0441\u0442\u0432\u0438\u044F \u0442\u0435\u043A\u0443\u0449\u0435\u0433\u043E \u043F\u0430\u043A\u0435\u0442\u0430\uFF1A{plan}\u0438\u0441\u0442\u0435\u043A\u0430\u0435\u0442 \u043D\u0430 \u0441\u0430\u0439\u0442\u0435 {endAt} \u0438 \u043D\u0435 \u0431\u0443\u0434\u0435\u0442 \u0430\u0432\u0442\u043E\u043C\u0430\u0442\u0438\u0447\u0435\u0441\u043A\u0438 \u043F\u0440\u043E\u0434\u043B\u0435\u0432\u0430\u0442\u044C\u0441\u044F \u043F\u043E \u0435\u0433\u043E \u0438\u0441\u0442\u0435\u0447\u0435\u043D\u0438\u0438.
<1>\u041D\u0430\u0436\u043C\u0438\u0442\u0435 \u0437\u0434\u0435\u0441\u044C, \u0447\u0442\u043E\u0431\u044B \u0443\u043F\u0440\u0430\u0432\u043B\u044F\u0442\u044C \u043F\u043B\u0430\u043D\u043E\u043C \u043F\u0440\u043E\u0434\u043B\u0435\u043D\u0438\u044F",currentYearlyPlanDescriptionForAutoRenewCacelingWithAdmin:"\u0421\u0440\u043E\u043A \u0434\u0435\u0439\u0441\u0442\u0432\u0438\u044F \u0442\u0435\u043A\u0443\u0449\u0435\u0433\u043E \u043F\u0430\u043A\u0435\u0442\u0430\uFF1A{plan}\u0438\u0441\u0442\u0435\u043A\u0430\u0435\u0442 \u043D\u0430 \u0441\u0430\u0439\u0442\u0435 {endAt} \u0438 \u043D\u0435 \u0431\u0443\u0434\u0435\u0442 \u0430\u0432\u0442\u043E\u043C\u0430\u0442\u0438\u0447\u0435\u0441\u043A\u0438 \u043F\u0440\u043E\u0434\u043B\u0435\u0432\u0430\u0442\u044C\u0441\u044F \u043F\u043E \u0435\u0433\u043E \u0438\u0441\u0442\u0435\u0447\u0435\u043D\u0438\u0438.
<1>\u041D\u0430\u0436\u043C\u0438\u0442\u0435 \u0437\u0434\u0435\u0441\u044C, \u0447\u0442\u043E\u0431\u044B \u0430\u043A\u0442\u0438\u0432\u0438\u0440\u043E\u0432\u0430\u0442\u044C \u043D\u0435\u043F\u0440\u0435\u0440\u044B\u0432\u043D\u0443\u044E \u0433\u043E\u0434\u043E\u0432\u0443\u044E \u043F\u043E\u0434\u043F\u0438\u0441\u043A\u0443",currentPlanDescriptionForOneTime:"\u0421\u0440\u043E\u043A \u0434\u0435\u0439\u0441\u0442\u0432\u0438\u044F \u0442\u0435\u043A\u0443\u0449\u0435\u0439 \u043F\u043E\u0434\u043F\u0438\u0441\u043A\u0438\uFF1A{plan}\u0438\u0441\u0442\u0435\u043A\u0430\u0435\u0442 \u043D\u0430 \u0441\u0430\u0439\u0442\u0435 {endAt} , <1>\u043D\u0430\u0436\u043C\u0438\u0442\u0435 \u0437\u0434\u0435\u0441\u044C, \u0447\u0442\u043E\u0431\u044B \u043F\u0435\u0440\u0435\u0439\u0442\u0438 \u043D\u0430 \u0433\u043E\u0434\u043E\u0432\u043E\u0435 \u0438\u043B\u0438 <2>\u0435\u0436\u0435\u043C\u0435\u0441\u044F\u0447\u043D\u043E\u0435 \u0447\u043B\u0435\u043D\u0441\u0442\u0432\u043E.",upgradePlan:"\u041D\u0430\u0436\u043C\u0438\u0442\u0435 \u0437\u0434\u0435\u0441\u044C, \u0447\u0442\u043E\u0431\u044B \u043F\u0435\u0440\u0435\u0439\u0442\u0438 \u043D\u0430 \u0447\u043B\u0435\u043D\u0441\u0442\u0432\u043E Pro",upgradeToPro:"\u041F\u0435\u0440\u0435\u0439\u0442\u0438 \u043D\u0430 \u0447\u043B\u0435\u043D\u0441\u0442\u0432\u043E Pro","popup.openPro":"\u0427\u0442\u043E\u0431\u044B \u043F\u043E\u043B\u0443\u0447\u0438\u0442\u044C \u0432\u043E\u0437\u043C\u043E\u0436\u043D\u043E\u0441\u0442\u044C \u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u044C\u0441\u044F DeepL \u0438 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u043E\u043C OpenAI, \u043F\u0435\u0440\u0435\u0439\u0434\u0438\u0442\u0435 \u043F\u043E \u0441\u0441\u044B\u043B\u043A\u0435.","popup.openProForPro":"\u0412\u044B \u044F\u0432\u043B\u044F\u0435\u0442\u0435\u0441\u044C \u0443\u0447\u0430\u0441\u0442\u043D\u0438\u043A\u043E\u043C \u043F\u0440\u043E\u0433\u0440\u0430\u043C\u043C\u044B Pro \u0441 \u043F\u0440\u044F\u043C\u044B\u043C \u0434\u043E\u0441\u0442\u0443\u043F\u043E\u043C \u043A DeepL \u0438 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430\u043C OpenAI!",currentAccount:"\u0442\u0435\u043A\u0443\u0449\u0438\u0439 \u0441\u0447\u0451\u0442",enableAutoSyncUserSettings:"\u041E\u0431\u0435\u0441\u043F\u0435\u0447\u0435\u043D\u0438\u0435 \u0430\u0432\u0442\u043E\u043C\u0430\u0442\u0438\u0447\u0435\u0441\u043A\u043E\u0439 \u043E\u0431\u043B\u0430\u0447\u043D\u043E\u0439 \u0441\u0438\u043D\u0445\u0440\u043E\u043D\u0438\u0437\u0430\u0446\u0438\u0438 \u043D\u0430 \u043D\u0435\u0441\u043A\u043E\u043B\u044C\u043A\u0438\u0445 \u0443\u0441\u0442\u0440\u043E\u0439\u0441\u0442\u0432\u0430\u0445",modalEnableInputTranslationTitle:"\u0411\u043B\u043E\u043A \u0432\u0432\u043E\u0434\u0430 \u0438\u043C\u043C\u0435\u0440\u0441\u0438\u0432\u043D\u043E\u0433\u043E \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430 \u041F\u0435\u0440\u0435\u0432\u043E\u0434\u0447\u0435\u0441\u043A\u0438\u0435 \u043E\u043F\u043E\u0432\u0435\u0449\u0435\u043D\u0438\u044F",modalEnableInputTranslationDesc:"\u0412\u044B \u0442\u043E\u043B\u044C\u043A\u043E \u0447\u0442\u043E \u0437\u0430\u043F\u0443\u0441\u0442\u0438\u043B\u0438 \u0444\u0443\u043D\u043A\u0446\u0438\u044E \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430 \u043F\u043E\u043B\u044F \u0432\u0432\u043E\u0434\u0430 Immersive Translation, \u043D\u0430\u0436\u0430\u0432 3 \u0440\u0430\u0437\u0430 \u043F\u043E\u0434\u0440\u044F\u0434 \u043A\u043B\u0430\u0432\u0438\u0448\u0443 \u043F\u0440\u043E\u0431\u0435\u043B\u0430, \u0438 \u0441\u043E\u0434\u0435\u0440\u0436\u0438\u043C\u043E\u0435 \u043F\u043E\u043B\u044F \u0432\u0432\u043E\u0434\u0430 \u0431\u0443\u0434\u0435\u0442 \u043F\u0435\u0440\u0435\u0432\u0435\u0434\u0435\u043D\u043E \u043D\u0430 \u0446\u0435\u043B\u0435\u0432\u043E\u0439 \u044F\u0437\u044B\u043A \u043F\u043E \u0443\u043C\u043E\u043B\u0447\u0430\u043D\u0438\u044E. \u041F\u0435\u0440\u0435\u0432\u043E\u0434 \u043C\u043E\u0436\u043D\u043E \u043E\u0442\u043C\u0435\u043D\u0438\u0442\u044C \u0441 \u043F\u043E\u043C\u043E\u0449\u044C\u044E \u043A\u043B\u0430\u0432\u0438\u0448 Ctrl+Z.

\u0415\u0441\u043B\u0438 \u044D\u0442\u043E \u0431\u044B\u043B\u0430 \u043E\u0448\u0438\u0431\u043A\u0430, \u043D\u0435 \u0432\u043E\u043B\u043D\u0443\u0439\u0442\u0435\u0441\u044C, \u0432\u044B \u043C\u043E\u0436\u0435\u0442\u0435 \u043E\u0442\u043A\u043B\u044E\u0447\u0438\u0442\u044C \u0435\u0435 \u043D\u0430 \u044D\u0442\u043E\u0442 \u0440\u0430\u0437 \u0438\u043B\u0438 \u043D\u0430\u0432\u0441\u0435\u0433\u0434\u0430 \u043E\u0442\u043A\u043B\u044E\u0447\u0438\u0442\u044C \u043F\u0435\u0440\u0435\u0432\u043E\u0434 \u043F\u043E\u043B\u044F \u0432\u0432\u043E\u0434\u0430.",saveAndNotShowAgain:"\u0421\u043E\u0445\u0440\u0430\u043D\u0438\u0442\u044C \u0438 \u043E\u0441\u0442\u0430\u043D\u043E\u0432\u0438\u0442\u044C \u0437\u0430\u043F\u0440\u043E\u0441",disableInputTranslationTips:"* \u0412\u044B \u0442\u0430\u043A\u0436\u0435 \u043C\u043E\u0436\u0435\u0442\u0435 \u0443\u0441\u0442\u0430\u043D\u043E\u0432\u0438\u0442\u044C \u0434\u0440\u0443\u0433\u0438\u0435 \u0441\u043E\u0447\u0435\u0442\u0430\u043D\u0438\u044F \u043A\u043B\u0430\u0432\u0438\u0448 \u0434\u043B\u044F \u0441\u0440\u0430\u0431\u0430\u0442\u044B\u0432\u0430\u043D\u0438\u044F \u0432 {option} ,{learnMore}.",learnMore:"\u041D\u0430\u0436\u043C\u0438\u0442\u0435 \u0437\u0434\u0435\u0441\u044C, \u0447\u0442\u043E\u0431\u044B \u0443\u0437\u043D\u0430\u0442\u044C \u0431\u043E\u043B\u044C\u0448\u0435",continueEnalbeInputTranslation:"\u041F\u0440\u043E\u0434\u043E\u043B\u0436\u0435\u043D\u0438\u0435 \u0432\u043A\u043B\u044E\u0447\u0435\u043D\u0438\u044F \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430 \u043F\u043E\u043B\u044F \u0432\u0432\u043E\u0434\u0430",autoRenewTrialSuffix:'(\u0412 \u043F\u0440\u043E\u0431\u043D\u043E\u043C \u0432\u0430\u0440\u0438\u0430\u043D\u0442\u0435\u0441\u0440\u0430\u0437\u0443 \u0436\u0435 \u043F\u0435\u0440\u0435\u0448\u0435\u043B \u043D\u0430 \u043F\u043E\u043B\u043D\u043E\u0435 \u0447\u043B\u0435\u043D\u0441\u0442\u0432\u043E)',upgradeFromTrialTitle:"\u041F\u043E\u0432\u044B\u0448\u0435\u043D\u0438\u0435 \u0441\u0442\u0430\u0442\u0443\u0441\u0430 \u0434\u043E \u043F\u043E\u043B\u043D\u043E\u0433\u043E \u0447\u043B\u0435\u043D\u0430",subtitle:"\u0441\u0443\u0431\u0442\u0438\u0442\u0440\u044B \u043A \u0432\u0438\u0434\u0435\u043E\u0444\u0438\u043B\u044C\u043C\u0430\u043C",youtubeService:"\u0418\u043C\u043C\u0435\u0440\u0441\u0438\u043E\u043D\u043D\u044B\u0439 \u043F\u0435\u0440\u0435\u0432\u043E\u0434 \u0412\u0438\u0434\u0435\u043E\u0441\u0443\u0431\u0442\u0438\u0442\u0440\u0438\u0440\u043E\u0432\u0430\u043D\u0438\u0435 \u041F\u0435\u0440\u0435\u0432\u043E\u0434\u0447\u0435\u0441\u043A\u0438\u0435 \u0443\u0441\u043B\u0443\u0433\u0438","subtitle.disabledSubtitle":"\u041F\u043E\u0441\u0442\u043E\u044F\u043D\u043D\u043E\u0435 \u043E\u0442\u043A\u043B\u044E\u0447\u0435\u043D\u0438\u0435 \u0444\u0443\u043D\u043A\u0446\u0438\u0438 \u0432\u0438\u0434\u0435\u043E\u0441\u0443\u0431\u0442\u0438\u0442\u0440\u043E\u0432","subtitle.disabledSubtitleDescription":"\u0415\u0441\u043B\u0438 Immersive Translator's Video Subtitles \u043A\u043E\u043D\u0444\u043B\u0438\u043A\u0442\u0443\u0435\u0442 \u0441 \u0434\u0440\u0443\u0433\u0438\u043C\u0438 \u0440\u0430\u0441\u0448\u0438\u0440\u0435\u043D\u0438\u044F\u043C\u0438, \u0432\u044B \u043C\u043E\u0436\u0435\u0442\u0435 \u0432\u044B\u0431\u0440\u0430\u0442\u044C \u043F\u043E\u0441\u0442\u043E\u044F\u043D\u043D\u043E\u0435 \u043E\u0442\u043A\u043B\u044E\u0447\u0435\u043D\u0438\u0435 Immersive Translator's Video Subtitles \u0438\u043B\u0438 \u0434\u0435\u0438\u043D\u0441\u0442\u0430\u043B\u043B\u0438\u0440\u043E\u0432\u0430\u0442\u044C \u0434\u0440\u0443\u0433\u0438\u0435 \u043A\u043E\u043D\u0444\u043B\u0438\u043A\u0442\u0443\u044E\u0449\u0438\u0435 \u0440\u0430\u0441\u0448\u0438\u0440\u0435\u043D\u0438\u044F","subtitle.autoEnableSubtitle":"\u0410\u0432\u0442\u043E\u043C\u0430\u0442\u0438\u0447\u0435\u0441\u043A\u043E\u0435 \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u043D\u0438\u0435 \u0434\u0432\u0443\u044F\u0437\u044B\u0447\u043D\u044B\u0445 \u0441\u0443\u0431\u0442\u0438\u0442\u0440\u043E\u0432","subtitle.autoEnableSubtitleDescription":"\u041F\u043E\u0441\u043B\u0435 \u0430\u043A\u0442\u0438\u0432\u0430\u0446\u0438\u0438, \u043F\u0440\u0438 \u0432\u043E\u0441\u043F\u0440\u043E\u0438\u0437\u0432\u0435\u0434\u0435\u043D\u0438\u0438 \u0432\u0438\u0434\u0435\u043E, \u0431\u0443\u0434\u0443\u0442 \u0430\u0432\u0442\u043E\u043C\u0430\u0442\u0438\u0447\u0435\u0441\u043A\u0438 \u043E\u0442\u043E\u0431\u0440\u0430\u0436\u0430\u0442\u044C\u0441\u044F \u0434\u0432\u0443\u044F\u0437\u044B\u0447\u043D\u044B\u0435 \u0441\u0443\u0431\u0442\u0438\u0442\u0440\u044B, \u0432 \u043F\u0440\u043E\u0442\u0438\u0432\u043D\u043E\u043C \u0441\u043B\u0443\u0447\u0430\u0435 \u043D\u0435\u043E\u0431\u0445\u043E\u0434\u0438\u043C\u043E \u043D\u0430\u0436\u0430\u0442\u044C \u043A\u043D\u043E\u043F\u043A\u0443 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430 \u0434\u043B\u044F \u043E\u0442\u043E\u0431\u0440\u0430\u0436\u0435\u043D\u0438\u044F.","subtitle.preTranslation":"\u041F\u0435\u0440\u0435\u0432\u043E\u0434 \u0441\u0443\u0431\u0442\u0438\u0442\u0440\u043E\u0432 \u0441 \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u043D\u0438\u0435\u043C \u0438\u043C\u043C\u0435\u0440\u0441\u0438\u0432\u043D\u043E\u0433\u043E \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430","subtitle.preTranslationDescription":"\u041F\u0440\u0438 \u0432\u043A\u043B\u044E\u0447\u0435\u043D\u0438\u0438 \u044D\u0442\u043E\u0439 \u0444\u0443\u043D\u043A\u0446\u0438\u0438 \u0432\u0441\u0435 \u0441\u0443\u0431\u0442\u0438\u0442\u0440\u044B \u0431\u0443\u0434\u0443\u0442 \u043F\u0440\u0435\u0434\u0432\u0430\u0440\u0438\u0442\u0435\u043B\u044C\u043D\u043E \u043F\u0435\u0440\u0435\u0432\u0435\u0434\u0435\u043D\u044B \u0441 \u043F\u043E\u043C\u043E\u0449\u044C\u044E \u0443\u043A\u0430\u0437\u0430\u043D\u043D\u043E\u0433\u043E \u043D\u0438\u0436\u0435 \u0441\u0435\u0440\u0432\u0438\u0441\u0430 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430, \u043F\u0440\u0438 \u044D\u0442\u043E\u043C \u043D\u0430 1-\u0447\u0430\u0441\u043E\u0432\u043E\u0435 \u0432\u0438\u0434\u0435\u043E \u0431\u0443\u0434\u0435\u0442 \u0437\u0430\u0442\u0440\u0430\u0447\u0435\u043D\u043E \u043E\u043A\u043E\u043B\u043E 50 000 \u0442\u043E\u043A\u0435\u043D\u043E\u0432 \u0438\u043B\u0438 \u0441\u0438\u043C\u0432\u043E\u043B\u043E\u0432, \u043F\u043E\u044D\u0442\u043E\u043C\u0443 \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u0443\u0439\u0442\u0435 \u0438\u0445 \u043F\u043E \u0441\u0432\u043E\u0435\u043C\u0443 \u0443\u0441\u043C\u043E\u0442\u0440\u0435\u043D\u0438\u044E; \u043F\u0440\u0438 \u043E\u0442\u043A\u043B\u044E\u0447\u0435\u043D\u0438\u0438 \u044D\u0442\u043E\u0439 \u0444\u0443\u043D\u043A\u0446\u0438\u0438 \u0441\u043D\u0430\u0447\u0430\u043B\u0430 \u0431\u0443\u0434\u0443\u0442 \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u044C\u0441\u044F \u043E\u0440\u0438\u0433\u0438\u043D\u0430\u043B\u044C\u043D\u044B\u0435 \u0441\u0443\u0431\u0442\u0438\u0442\u0440\u044B.","subtitle.humanSubtitlesPreferred":"\u041F\u0440\u0438\u043E\u0440\u0438\u0442\u0435\u0442\u043D\u043E\u0435 \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u043D\u0438\u0435 \u0447\u0435\u043B\u043E\u0432\u0435\u0447\u0435\u0441\u043A\u0438\u0445 \u0441\u0443\u0431\u0442\u0438\u0442\u0440\u043E\u0432","subtitle.humanSubtitlesPreferredDescription":"\u041F\u0440\u0438\u043E\u0440\u0438\u0442\u0435\u0442 \u043E\u0442\u0434\u0430\u0435\u0442\u0441\u044F \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u043D\u0438\u044E \u0447\u0435\u043B\u043E\u0432\u0435\u0447\u0435\u0441\u043A\u0438\u0445 \u0441\u0443\u0431\u0442\u0438\u0442\u0440\u043E\u0432, \u0435\u0441\u043B\u0438 \u0432\u0438\u0434\u0435\u043E\u0440\u043E\u043B\u0438\u043A \u0438\u043C\u0435\u0435\u0442 \u0447\u0435\u043B\u043E\u0432\u0435\u0447\u0435\u0441\u043A\u0438\u0435 \u0441\u0443\u0431\u0442\u0438\u0442\u0440\u044B \u043D\u0430 \u0446\u0435\u043B\u0435\u0432\u043E\u043C \u044F\u0437\u044B\u043A\u0435 (\u0440\u0435\u043A\u043E\u043C\u0435\u043D\u0434\u0443\u0435\u0442\u0441\u044F)",videoSubtitleTranslationDescription:"\u041D\u0430\u0437\u043D\u0430\u0447\u0438\u0442\u044C \u043E\u0442\u0434\u0435\u043B\u044C\u043D\u0443\u044E \u0441\u043B\u0443\u0436\u0431\u0443 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430 \u0434\u043B\u044F \u0432\u0438\u0434\u0435\u043E\u0441\u0443\u0431\u0442\u0438\u0442\u0440\u043E\u0432",subtitleTranslating:"\u041F\u043E\u0436\u0430\u043B\u0443\u0439\u0441\u0442\u0430, \u043F\u043E\u0434\u043E\u0436\u0434\u0438\u0442\u0435, \u043F\u043E\u043A\u0430 \u0441\u0443\u0431\u0442\u0438\u0442\u0440\u044B \u0431\u0443\u0434\u0443\u0442 \u043F\u0435\u0440\u0435\u0432\u0435\u0434\u0435\u043D\u044B \u0441 \u043F\u043E\u043C\u043E\u0449\u044C\u044E \u0441\u0435\u0440\u0432\u0438\u0441\u0430 {service} ... (\u0438\u043C\u043C\u0435\u0440\u0441\u0438\u043E\u043D\u043D\u044B\u0439 \u043F\u0435\u0440\u0435\u0432\u043E\u0434)",subtitleLoading:"\u0417\u0430\u0433\u0440\u0443\u0437\u043A\u0430 \u0441\u0443\u0431\u0442\u0438\u0442\u0440\u043E\u0432...",bilingual:"\u0431\u0438\u043B\u0438\u043D\u0433\u0432\u0438\u0437\u043C","field.action":"\u0412\u043A\u043B\u044E\u0447\u0430\u0442\u044C \u043B\u0438 \u0442\u0435\u0440\u043C\u0438\u043D\u043E\u043B\u043E\u0433\u0438\u044E Baidu","description.action":"\u041F\u0440\u0438 \u0432\u043A\u043B\u044E\u0447\u0435\u043D\u0438\u0438 \u0432 \u0437\u0430\u043F\u0440\u043E\u0441 \u0431\u0443\u0434\u0435\u0442 \u0434\u043E\u0431\u0430\u0432\u043B\u0435\u043D \u043F\u0430\u0440\u0430\u043C\u0435\u0442\u0440 action=1, \u0438\u043D\u0444\u043E\u0440\u043C\u0438\u0440\u0443\u044E\u0449\u0438\u0439 Baidu \u043E \u0432\u043A\u043B\u044E\u0447\u0435\u043D\u043D\u043E\u043C \u0442\u0435\u0440\u043C\u0438\u043D\u0435; <1>\u0431\u043E\u043B\u0435\u0435 \u043F\u043E\u0434\u0440\u043E\u0431\u043D\u0430\u044F \u0438\u043D\u0444\u043E\u0440\u043C\u0430\u0446\u0438\u044F \u043F\u0440\u0438\u0432\u0435\u0434\u0435\u043D\u0430 \u0432 \u043E\u0444\u0438\u0446\u0438\u0430\u043B\u044C\u043D\u043E\u0439 \u0434\u043E\u043A\u0443\u043C\u0435\u043D\u0442\u0430\u0446\u0438\u0438.",closeQuickTranslation:"\u0417\u0430\u043A\u0440\u044B\u0442\u044C \u0445\u043E\u0432\u0435\u0440\u0431\u043E\u043B","closeQuickTranslation.untilNext":"\u041D\u0430 \u044D\u0442\u043E\u0442 \u0440\u0430\u0437 \u0437\u0430\u043A\u0440\u044B\u0442\u043E \u0434\u043E \u0441\u043B\u0435\u0434\u0443\u044E\u0449\u0435\u0433\u043E \u043F\u043E\u0441\u0435\u0449\u0435\u043D\u0438\u044F","closeQuickTranslation.currentWebsite":"\u0422\u0435\u043A\u0443\u0449\u0438\u0439 \u0441\u0430\u0439\u0442 \u043E\u0442\u043A\u043B\u044E\u0447\u0435\u043D","closeQuickTranslation.alwaysClose":"\u043E\u0442\u043A\u043B\u044E\u0447\u0438\u0442\u044C \u043D\u0430\u0432\u0441\u0435\u0433\u0434\u0430","closeQuickTranslation.settingOpen":"(\u043C\u043E\u0436\u0435\u0442 \u0431\u044B\u0442\u044C \u0432\u043A\u043B\u044E\u0447\u0435\u043D\u0430 \u043D\u0430 <1>\u0441\u0442\u0440\u0430\u043D\u0438\u0446\u0435 \u043D\u0430\u0441\u0442\u0440\u043E\u0435\u043A )","closeQuickTranslation.cancel":"\u043E\u0442\u043C\u0435\u043D\u044B","closeQuickTranslation.confirm":"\u043E\u043F\u0440\u0435\u0434\u0435\u043B\u0438\u0442\u044C","floatBall.popup":"\u041E\u0442\u043A\u0440\u043E\u0439\u0442\u0435 \u043F\u0430\u043D\u0435\u043B\u044C \u0431\u044B\u0441\u0442\u0440\u044B\u0445 \u043D\u0430\u0441\u0442\u0440\u043E\u0435\u043A","floatBall.translate":"\u041D\u0430\u0436\u043C\u0438\u0442\u0435, \u0447\u0442\u043E\u0431\u044B \u043F\u0435\u0440\u0435\u0432\u0435\u0441\u0442\u0438 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u0443","floatBall.showOriginal":"\u041D\u0430\u0436\u043C\u0438\u0442\u0435, \u0447\u0442\u043E\u0431\u044B \u0432\u0435\u0440\u043D\u0443\u0442\u044C\u0441\u044F \u043A \u043E\u0440\u0438\u0433\u0438\u043D\u0430\u043B\u044C\u043D\u043E\u0439 \u0441\u0442\u0430\u0442\u044C\u0435","floatBall.close":"\u0417\u0430\u043A\u0440\u044B\u0442\u044C \u0445\u043E\u0432\u0435\u0440\u0431\u043E\u043B","floatBallOptions.enableDescPc":"\u041F\u043E\u0441\u043B\u0435 \u0432\u043A\u043B\u044E\u0447\u0435\u043D\u0438\u044F \u0445\u043E\u0432\u0435\u0440\u0431\u043E\u043B\u0430 \u0432 \u043F\u0440\u0430\u0432\u043E\u0439 \u0447\u0430\u0441\u0442\u0438 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u044B \u043F\u043E\u044F\u0432\u0438\u0442\u0441\u044F \u043A\u043D\u043E\u043F\u043A\u0430 \u0431\u044B\u0441\u0442\u0440\u043E\u0433\u043E \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430, \u043D\u0430\u0436\u043C\u0438\u0442\u0435 \u0435\u0435, \u0447\u0442\u043E\u0431\u044B \u043F\u0435\u0440\u0435\u0432\u0435\u0441\u0442\u0438!","floatBallOptions.enableDesc":"\u041F\u043E\u0441\u043B\u0435 \u0432\u044B\u043A\u043B\u044E\u0447\u0435\u043D\u0438\u044F \u0445\u043E\u0432\u0435\u0440\u0431\u043E\u043B\u0430 \u0435\u0433\u043E \u043C\u043E\u0436\u043D\u043E \u0432\u044B\u0437\u0432\u0430\u0442\u044C \u0441 \u043F\u043E\u043C\u043E\u0449\u044C\u044E{touch}. \u041D\u0430\u0441\u0442\u043E\u044F\u0442\u0435\u043B\u044C\u043D\u043E \u0440\u0435\u043A\u043E\u043C\u0435\u043D\u0434\u0443\u0435\u0442\u0441\u044F \u0441\u043E\u0445\u0440\u0430\u043D\u0438\u0442\u044C \u044D\u0442\u0443 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u0443 \u043D\u0430\u0441\u0442\u0440\u043E\u0435\u043A \u0432 \u0437\u0430\u043A\u043B\u0430\u0434\u043A\u0430\u0445, \u0447\u0442\u043E\u0431\u044B \u043D\u0435 \u043F\u043E\u0442\u0435\u0440\u044F\u0442\u044C \u0432\u043E\u0437\u043C\u043E\u0436\u043D\u043E\u0441\u0442\u044C \u043D\u0430\u0439\u0442\u0438 \u0445\u043E\u0432\u0435\u0440\u0431\u043E\u043B \u043F\u043E\u0441\u043B\u0435 \u0441\u043B\u0443\u0447\u0430\u0439\u043D\u043E\u0433\u043E \u043E\u0442\u043A\u043B\u044E\u0447\u0435\u043D\u0438\u044F \u044D\u0442\u043E\u0439 \u043E\u043F\u0446\u0438\u0438!","description.azureApiUrl":"\u0417\u0430\u043F\u043E\u043B\u043D\u0438\u0442\u0435 \u0430\u0434\u0440\u0435\u0441 \u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u0435\u043B\u044C\u0441\u043A\u043E\u0433\u043E \u0438\u043D\u0442\u0435\u0440\u0444\u0435\u0439\u0441\u0430 API",confirmSupportMouse:"\u041F\u0440\u0438\u043D\u0443\u0434\u0438\u0442\u0435\u043B\u044C\u043D\u043E\u0435 \u0432\u043A\u043B\u044E\u0447\u0435\u043D\u0438\u0435 \u043F\u043E\u0434\u0434\u0435\u0440\u0436\u043A\u0438 \u043C\u044B\u0448\u0438",confirmSupportMouseDescription:"\u041E\u0431\u043D\u0430\u0440\u0443\u0436\u0435\u043D\u043E, \u0447\u0442\u043E \u0442\u0435\u043A\u0443\u0449\u0438\u0439 \u0431\u0440\u0430\u0443\u0437\u0435\u0440 \u043D\u0435 \u043F\u043E\u0434\u0434\u0435\u0440\u0436\u0438\u0432\u0430\u0435\u0442 \u0444\u0443\u043D\u043A\u0446\u0438\u044E \u043C\u044B\u0448\u0438, \u043F\u0440\u0438\u043D\u0443\u0434\u0438\u0442\u0435\u043B\u044C\u043D\u043E \u043B\u0438 \u0432\u043A\u043B\u044E\u0447\u0438\u0442\u044C \u043F\u043E\u0434\u0434\u0435\u0440\u0436\u043A\u0443 \u043C\u044B\u0448\u0438?",sampleTargetText:"\u041D\u0430\u0441\u0442\u0443\u043F\u0438\u0442 \u0434\u043E\u043B\u0433\u0430\u044F \u043D\u043E\u0447\u044C, \u0438 \u044F \u0431\u0443\u0434\u0443 \u0441\u0442\u043E\u044F\u0442\u044C \u043D\u0430 \u0441\u0442\u0440\u0430\u0436\u0435 \u0441 \u044D\u0442\u043E\u0433\u043E \u0434\u043D\u044F \u0438 \u0434\u043E \u0441\u0430\u043C\u043E\u0439 \u0441\u043C\u0435\u0440\u0442\u0438. \u042F \u043D\u0435 \u0432\u043E\u0437\u044C\u043C\u0443 \u0436\u0435\u043D\u0443, \u043D\u0435 \u0441\u043E\u0437\u0434\u0430\u043C \u0432\u043E\u0442\u0447\u0438\u043D\u0443, \u043D\u0435 \u0437\u0430\u0432\u0435\u0434\u0443 \u0434\u0435\u0442\u0435\u0439. \u042F \u043D\u0435 \u0431\u0443\u0434\u0443 \u043D\u043E\u0441\u0438\u0442\u044C \u043A\u043E\u0440\u043E\u043D\u0443, \u043D\u0435 \u0431\u0443\u0434\u0443 \u0441\u0442\u0440\u0435\u043C\u0438\u0442\u044C\u0441\u044F \u043A \u043F\u043E\u0447\u0435\u0441\u0442\u044F\u043C. \u042F \u0431\u0443\u0434\u0443 \u0438\u0441\u043F\u043E\u043B\u043D\u044F\u0442\u044C \u0441\u0432\u043E\u0439 \u0434\u043E\u043B\u0433, \u0436\u0438\u0442\u044C \u0438 \u0443\u043C\u0438\u0440\u0430\u0442\u044C.",sampleSourceText:"Night gathers, and now my watch begins. It shall not end until my death. I shall take no wife, hold no lands, father no children. I shall wear no crowns and win no glory. I shall live and die at my post.","subtitle.supportedSites":"\u5DF2\u652F\u6301\u5728\u8FD9\u4E9B\u7F51\u7AD9\u4F7F\u7528\u53CC\u8BED\u5B57\u5E55\uFF08\u6CE8\u610F\uFF1A\u7531\u4E8E\u6280\u672F\u9650\u5236\uFF0C\u90E8\u5206\u7F51\u7AD9\u5728\u9996\u6B21\u5F00\u542F\u5B57\u5E55\u540E\u9700\u8981\u91CD\u65B0\u5237\u65B0\u9875\u9762\uFF0C\u6216\u8005\u9700\u7B49\u5F85\u7FFB\u8BD1\u5B8C\u6210\u4EE5\u663E\u793A\u53CC\u8BED\u5B57\u5E55\uFF09\uFF1A",viewWithImmersiveTranslate:"\u53CC\u8BED\u7248\u672C(\u6C89\u6D78\u5F0F\u7FFB\u8BD1)",errorReason:"\u9519\u8BEF\u539F\u56E0\uFF1A{message}","proQuotaExceededError.onetime7day":'\uFF0C\u60A8\u53EF\u4EE5\u9009\u62E9\u4EE5\u4E0B\u65B9\u5F0F\u89E3\u51B3\uFF1A

1. \u5207\u6362\u5230 {anotherService} \u6216\u5176\u4ED6\u7FFB\u8BD1\u670D\u52A1
2. \u5347\u7EA7\u4E3A\u6708\u5EA6/\u5E74\u5EA6\u4F1A\u5458',"proQuotaExceededError.trial":'\uFF0C\u60A8\u53EF\u4EE5\u9009\u62E9\u4EE5\u4E0B\u65B9\u5F0F\u89E3\u51B3\uFF1A

1. \u5207\u6362\u5230 {anotherService} \u6216\u5176\u4ED6\u7FFB\u8BD1\u670D\u52A1
2. \u7ACB\u523B\u5347\u7EA7\u4E3A\u6B63\u5F0F\u4F1A\u5458',"proQuotaExceededError.nonTrial":'\uFF0C\u60A8\u53EF\u4EE5\u9009\u62E9\u4EE5\u4E0B\u65B9\u5F0F\u89E3\u51B3\uFF1A

1. \u5207\u6362\u5230 {anotherService} \u6216\u5176\u4ED6\u7FFB\u8BD1\u670D\u52A1
2. \u8D2D\u4E70 {translationService} \u989D\u5916\u6D41\u91CF\u5305',"proQuotaExceededError.resetTime":"
3. \u989D\u5EA6\u91CD\u7F6E\u65F6\u95F4\uFF1A{resetTime}","desc.touchShortcutsToggleTranslatePageOnlyTranslation":"\u0422\u043E\u043B\u044C\u043A\u043E \u043F\u0435\u0440\u0435\u0432\u043E\u0434 \u043E\u0437\u043D\u0430\u0447\u0430\u0435\u0442, \u0447\u0442\u043E \u043E\u0442\u043E\u0431\u0440\u0430\u0436\u0430\u0435\u0442\u0441\u044F \u0442\u043E\u043B\u044C\u043A\u043E \u043F\u0435\u0440\u0435\u0432\u043E\u0434. \u0415\u0441\u043B\u0438 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u0430 \u0435\u0449\u0435 \u043D\u0435 \u043F\u0435\u0440\u0435\u0432\u0435\u0434\u0435\u043D\u0430, \u043E\u043D\u0430 \u043F\u0435\u0440\u0435\u043A\u043B\u044E\u0447\u0438\u0442\u0441\u044F \u0432 \u0440\u0435\u0436\u0438\u043C \u0438 \u0431\u0443\u0434\u0435\u0442 \u043F\u0435\u0440\u0435\u0432\u0435\u0434\u0435\u043D\u0430.","desc.toggleOnlyTransation":'\u0420\u0435\u0436\u0438\u043C "\u0422\u043E\u043B\u044C\u043A\u043E \u043F\u0435\u0440\u0435\u0432\u043E\u0434" \u043E\u0437\u043D\u0430\u0447\u0430\u0435\u0442, \u0447\u0442\u043E \u043E\u0442\u043E\u0431\u0440\u0430\u0436\u0430\u0435\u0442\u0441\u044F \u0442\u043E\u043B\u044C\u043A\u043E \u043F\u0435\u0440\u0435\u0432\u043E\u0434. \u0415\u0441\u043B\u0438 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u0430 \u0435\u0449\u0435 \u043D\u0435 \u043F\u0435\u0440\u0435\u0432\u0435\u0434\u0435\u043D\u0430, \u0440\u0435\u0436\u0438\u043C \u0431\u0443\u0434\u0435\u0442 \u043F\u0435\u0440\u0435\u043A\u043B\u044E\u0447\u0435\u043D \u0438 \u0432\u044B\u043F\u043E\u043B\u043D\u0435\u043D \u043F\u0435\u0440\u0435\u0432\u043E\u0434.',touchShortcutsToggleTranslatePageOnlyTranslation:"\u041D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0430 \u0436\u0435\u0441\u0442\u043E\u0432 \u0441\u0435\u043D\u0441\u043E\u0440\u043D\u043E\u0433\u043E \u044D\u043A\u0440\u0430\u043D\u0430 \u0434\u043B\u044F \u043F\u0435\u0440\u0435\u043A\u043B\u044E\u0447\u0435\u043D\u0438\u044F \u043C\u0435\u0436\u0434\u0443 \u0434\u0432\u0443\u044F\u0437\u044B\u0447\u043D\u044B\u043C / \u0442\u043E\u043B\u044C\u043A\u043E \u0442\u0435\u043A\u0441\u0442\u043E\u043C \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430",download_started:"\u0417\u0430\u0433\u0440\u0443\u0437\u043A\u0430 \u0443\u0436\u0435 \u043D\u0430\u0447\u0430\u043B\u0430\u0441\u044C, \u0435\u0441\u043B\u0438 \u043E\u043D\u0430 \u043D\u0435 \u043D\u0430\u0447\u0430\u043B\u0430\u0441\u044C \u0430\u0432\u0442\u043E\u043C\u0430\u0442\u0438\u0447\u0435\u0441\u043A\u0438, \u043F\u043E\u0436\u0430\u043B\u0443\u0439\u0441\u0442\u0430, \u043D\u0430\u0436\u043C\u0438\u0442\u0435 \u0432\u0440\u0443\u0447\u043D\u0443\u044E.",here:"\u0437\u0434\u0435\u0441\u044C","error.goReset":"\u0441\u0431\u0440\u043E\u0441\u0438\u0442\u044C",batchEdit:"\u041C\u0430\u0441\u0441\u043E\u0432\u0430\u044F \u043E\u043F\u0435\u0440\u0430\u0446\u0438\u044F","error.configError":"\u041D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0430 \u0434\u0430\u043D\u043D\u044B\u0445 \u0430\u043D\u043E\u043C\u0430\u043B\u044C\u043D\u0430","translationFont.custom":"\u0412\u0432\u0435\u0434\u0438\u0442\u0435 \u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u0435\u043B\u044C\u0441\u043A\u0438\u0439 \u0448\u0440\u0438\u0444\u0442",translationFont:"\u0443\u0441\u0442\u0430\u043D\u043E\u0432\u0438\u0442\u044C \u0448\u0440\u0438\u0444\u0442",detectServiceLoading:"\u041F\u0440\u043E\u0432\u0435\u0440\u043A\u0430 \u0434\u043E\u0441\u0442\u0443\u043F\u043D\u044B\u0445 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0447\u0435\u0441\u043A\u0438\u0445 \u0443\u0441\u043B\u0443\u0433...","translationFont.customPlaceholder":"\u0448\u0440\u0438\u0444\u0442","touch.mouse-translate":"\u041F\u0435\u0440\u0435\u0432\u0435\u0441\u0442\u0438 \u0443\u043A\u0430\u0437\u0430\u043D\u043D\u044B\u0439 \u0430\u0431\u0437\u0430\u0446","translationModeLang.translation.title":"\u0422\u043E\u043B\u044C\u043A\u043E \u0440\u0435\u0436\u0438\u043C \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430 \u044F\u0437\u044B\u043A\u0430","error.serveConfigError":"\u041E\u0448\u0438\u0431\u043A\u0430 \u043A\u043E\u043D\u0444\u0438\u0433\u0443\u0440\u0430\u0446\u0438\u0438 \u0441\u0435\u0440\u0432\u0438\u0441\u0430","error.403":"\u0421\u043B\u0443\u0436\u0431\u0430 \u0432\u043E\u0437\u0432\u0440\u0430\u0449\u0430\u0435\u0442 \u043E\u0448\u0438\u0431\u043A\u0443, \u0432\u0440\u0435\u043C\u0435\u043D\u043D\u043E \u043D\u0435\u0442 \u0434\u043E\u0441\u0442\u0443\u043F\u0430 \u043A \u044D\u0442\u043E\u0439 \u0441\u043B\u0443\u0436\u0431\u0435.","error.proUpgrade":"\u041F\u043E\u0441\u043B\u0435 \u043E\u0431\u043D\u043E\u0432\u043B\u0435\u043D\u0438\u044F, \u043F\u043E\u0436\u0430\u043B\u0443\u0439\u0441\u0442\u0430, \u043E\u0431\u043D\u043E\u0432\u0438\u0442\u0435 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u0443 \u0438 \u043F\u0435\u0440\u0435\u0432\u0435\u0434\u0438\u0442\u0435 \u0441\u043D\u043E\u0432\u0430.","translationModeUrl.translation.title":"\u0412\u0435\u0431-\u0430\u0434\u0440\u0435\u0441 \u0442\u043E\u043B\u044C\u043A\u043E \u0434\u043B\u044F \u0440\u0435\u0436\u0438\u043C\u0430 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430",enableSentryReport:"\u041A\u043E\u0433\u0434\u0430 \u043F\u0440\u043E\u0438\u0441\u0445\u043E\u0434\u0438\u0442 \u043E\u0448\u0438\u0431\u043A\u0430 \u0440\u0430\u0441\u0448\u0438\u0440\u0435\u043D\u0438\u044F, \u043E\u0442\u043F\u0440\u0430\u0432\u043B\u044F\u0439\u0442\u0435 \u043E\u0442\u0437\u044B\u0432\u044B \u0447\u0435\u0440\u0435\u0437 Sentry.","error.reloadPageOfSetting":"\u041F\u043E\u0441\u043B\u0435 \u043D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0438, \u043F\u043E\u0436\u0430\u043B\u0443\u0439\u0441\u0442\u0430, \u043E\u0431\u043D\u043E\u0432\u0438\u0442\u0435 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u0443 \u0438 \u043F\u0435\u0440\u0435\u0432\u0435\u0434\u0438\u0442\u0435 \u0441\u043D\u043E\u0432\u0430.","error.502":"\u0421\u0435\u0440\u0432\u0438\u0441 \u0432\u043E\u0437\u0432\u0440\u0430\u0449\u0430\u0435\u0442 \u043E\u0448\u0438\u0431\u043A\u0443, \u0432\u0440\u0435\u043C\u044F \u043E\u0436\u0438\u0434\u0430\u043D\u0438\u044F \u0441\u0435\u0440\u0432\u0438\u0441\u0430 \u0438\u0441\u0442\u0435\u043A\u043B\u043E, \u043F\u043E\u0436\u0430\u043B\u0443\u0439\u0441\u0442\u0430, \u043F\u043E\u043F\u0440\u043E\u0431\u0443\u0439\u0442\u0435 \u043F\u043E\u0437\u0436\u0435.","translationModeUrl.translation.description":"\u041A\u043E\u0433\u0434\u0430 \u0432\u0435\u0431-\u0441\u0430\u0439\u0442 \u0438\u043C\u0435\u0435\u0442 \u0441\u043B\u0435\u0434\u0443\u044E\u0449\u0438\u0435 \u0434\u043E\u043C\u0435\u043D\u043D\u044B\u0435 \u0438\u043C\u0435\u043D\u0430, \u043E\u043D \u0430\u0432\u0442\u043E\u043C\u0430\u0442\u0438\u0447\u0435\u0441\u043A\u0438 \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u0443\u0435\u0442 \u0440\u0435\u0436\u0438\u043C \u0442\u043E\u043B\u044C\u043A\u043E \u0441 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u043E\u043C.",videoSubtitlePreTranslationOn:"\u0412\u0438\u0434\u0435\u043E \u0441\u0443\u0431\u0442\u0438\u0442\u0440\u044B \u0431\u0443\u0434\u0443\u0442 \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u044C \u043F\u043E\u0433\u0440\u0443\u0436\u0435\u043D\u0438\u0435 \u0432 \u043F\u0435\u0440\u0435\u0432\u043E\u0434 \u0432 \u043F\u0435\u0440\u0432\u0443\u044E \u043E\u0447\u0435\u0440\u0435\u0434\u044C.","translationServices.inherit":"\u0421\u043B\u0435\u0434\u0443\u0439\u0442\u0435 \u0437\u0430 \u043E\u0441\u043D\u043E\u0432\u043D\u044B\u043C \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0447\u0435\u0441\u043A\u0438\u043C \u0441\u0435\u0440\u0432\u0438\u0441\u043E\u043C","error.proTokenInvalid":"\u0415\u0441\u043B\u0438 \u0432\u044B \u044F\u0432\u043B\u044F\u0435\u0442\u0435\u0441\u044C \u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u0435\u043B\u0435\u043C Pro, \u043F\u043E\u0436\u0430\u043B\u0443\u0439\u0441\u0442\u0430, \u0432\u043E\u0439\u0434\u0438\u0442\u0435 \u0432 \u0441\u0438\u0441\u0442\u0435\u043C\u0443, \u043F\u0440\u0435\u0436\u0434\u0435 \u0447\u0435\u043C \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u044C \u0441\u0435\u0440\u0432\u0438\u0441 Pro \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430.",toggleToService:"\u041F\u0435\u0440\u0435\u043A\u043B\u044E\u0447\u0438\u0442\u0435\u0441\u044C \u043D\u0430 {service} \u0438 \u043F\u043E\u043F\u0440\u043E\u0431\u0443\u0439\u0442\u0435 \u0441\u043D\u043E\u0432\u0430",videoSubtitlePreTranslationOff:"\u041F\u0440\u0438\u043E\u0440\u0438\u0442\u0435\u0442 \u0431\u0443\u0434\u0435\u0442 \u043E\u0442\u0434\u0430\u043D \u043C\u0430\u0448\u0438\u043D\u043D\u043E\u043C\u0443 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0443 \u0441\u0443\u0431\u0442\u0438\u0442\u0440\u043E\u0432, \u0432\u0441\u0442\u0440\u043E\u0435\u043D\u043D\u044B\u0445 \u0432 \u043E\u0440\u0438\u0433\u0438\u043D\u0430\u043B\u044C\u043D\u043E\u0435 \u0432\u0438\u0434\u0435\u043E.","error.gemini.429":"\u0422\u0435\u043A\u0443\u0449\u0430\u044F \u0441\u043B\u0443\u0436\u0431\u0430 Gemini \u0443\u0436\u0435 \u0434\u043E\u0441\u0442\u0438\u0433\u043B\u0430 \u0441\u0432\u043E\u0435\u0433\u043E \u043F\u0440\u0435\u0434\u0435\u043B\u0430, \u043F\u043E\u0436\u0430\u043B\u0443\u0439\u0441\u0442\u0430, \u043F\u043E\u043F\u0440\u043E\u0431\u0443\u0439\u0442\u0435 \u043F\u043E\u0437\u0436\u0435 \u0438\u043B\u0438 \u043F\u0435\u0440\u0435\u043A\u043B\u044E\u0447\u0438\u0442\u0435\u0441\u044C \u043D\u0430 \u0434\u0440\u0443\u0433\u0443\u044E \u0441\u043B\u0443\u0436\u0431\u0443 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430.","translationModeLang.translation.description":'\u041A\u043E\u0433\u0434\u0430 \u044F\u0437\u044B\u043A \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u044B \u044F\u0432\u043B\u044F\u0435\u0442\u0441\u044F \u043E\u0434\u043D\u0438\u043C \u0438\u0437 \u0441\u043B\u0435\u0434\u0443\u044E\u0449\u0438\u0445, \u0430\u0432\u0442\u043E\u043C\u0430\u0442\u0438\u0447\u0435\u0441\u043A\u0438 \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u0443\u0435\u0442\u0441\u044F \u0440\u0435\u0436\u0438\u043C "\u0442\u043E\u043B\u044C\u043A\u043E \u043F\u0435\u0440\u0435\u0432\u043E\u0434".',"translationFont.notSupportErrorMessage":"\u041F\u043E\u0436\u0430\u043B\u0443\u0439\u0441\u0442\u0430, \u043F\u0440\u043E\u0432\u0435\u0440\u044C\u0442\u0435 \u043F\u0440\u0430\u0432\u0438\u043B\u044C\u043D\u043E\u0441\u0442\u044C \u0432\u0432\u0435\u0434\u0435\u043D\u043D\u043E\u0433\u043E \u0432\u0430\u043C\u0438 \u043D\u0430\u0437\u0432\u0430\u043D\u0438\u044F \u0448\u0440\u0438\u0444\u0442\u0430 \u0438\u043B\u0438 \u0443\u0431\u0435\u0434\u0438\u0442\u0435\u0441\u044C, \u0447\u0442\u043E \u044D\u0442\u043E\u0442 \u0448\u0440\u0438\u0444\u0442 \u0443\u0436\u0435 \u0443\u0441\u0442\u0430\u043D\u043E\u0432\u043B\u0435\u043D \u043D\u0430 \u0432\u0430\u0448\u0435\u043C \u0443\u0441\u0442\u0440\u043E\u0439\u0441\u0442\u0432\u0435.","error.429":"\u0421\u0435\u0440\u0432\u0438\u0441 \u0432\u043E\u0437\u0432\u0440\u0430\u0449\u0430\u0435\u0442 \u043E\u0448\u0438\u0431\u043A\u0443, \u0447\u0442\u043E \u0443\u043A\u0430\u0437\u044B\u0432\u0430\u0435\u0442 \u043D\u0430 \u0441\u043B\u0438\u0448\u043A\u043E\u043C \u0447\u0430\u0441\u0442\u044B\u0435 \u0437\u0430\u043F\u0440\u043E\u0441\u044B \u0438\u043B\u0438 \u043F\u0440\u0435\u0432\u044B\u0448\u0435\u043D\u0438\u0435 \u043B\u0438\u043C\u0438\u0442\u0430. \u041F\u043E\u0436\u0430\u043B\u0443\u0439\u0441\u0442\u0430, \u043F\u043E\u043F\u0440\u043E\u0431\u0443\u0439\u0442\u0435 \u043F\u043E\u0437\u0436\u0435.","error.400":"\u0421\u043B\u0443\u0436\u0431\u0430 \u0432\u043E\u0437\u0432\u0440\u0430\u0449\u0430\u0435\u0442 \u043E\u0448\u0438\u0431\u043A\u0443, \u043D\u0435\u0432\u0435\u0440\u043D\u044B\u0439 \u0437\u0430\u043F\u0440\u043E\u0441 \u043F\u0430\u0440\u0430\u043C\u0435\u0442\u0440\u0430, \u043F\u0440\u043E\u0432\u0435\u0440\u044C\u0442\u0435 \u0441\u043E\u043E\u0442\u0432\u0435\u0442\u0441\u0442\u0432\u0443\u044E\u0449\u0443\u044E \u043A\u043E\u043D\u0444\u0438\u0433\u0443\u0440\u0430\u0446\u0438\u044E.","error.openAIExceededQuota":"\u0421\u0435\u0440\u0432\u0438\u0441 \u0432\u043E\u0437\u0432\u0440\u0430\u0449\u0430\u0435\u0442 \u043E\u0448\u0438\u0431\u043A\u0443: \u043D\u0430 \u0432\u0430\u0448\u0435\u043C \u0442\u0435\u043A\u0443\u0449\u0435\u043C \u0441\u0447\u0435\u0442\u0443 OpenAI \u043D\u0435\u0434\u043E\u0441\u0442\u0430\u0442\u043E\u0447\u043D\u043E \u0441\u0440\u0435\u0434\u0441\u0442\u0432, \u043F\u043E\u0436\u0430\u043B\u0443\u0439\u0441\u0442\u0430, \u043F\u043E\u043F\u043E\u043B\u043D\u0438\u0442\u0435 \u0441\u0447\u0435\u0442 \u0438\u043B\u0438 \u043F\u0440\u0438\u0432\u044F\u0436\u0438\u0442\u0435 \u043A\u0440\u0435\u0434\u0438\u0442\u043D\u0443\u044E \u043A\u0430\u0440\u0442\u0443 \u0432 \u043E\u0444\u0438\u0446\u0438\u0430\u043B\u044C\u043D\u043E\u0439 \u0430\u0434\u043C\u0438\u043D\u0438\u0441\u0442\u0440\u0430\u0442\u0438\u0432\u043D\u043E\u0439 \u043F\u0430\u043D\u0435\u043B\u0438 OpenAI.","error.googleLimitIp":"\u0421\u043B\u0443\u0436\u0431\u0430 \u0432\u043E\u0437\u0432\u0440\u0430\u0449\u0430\u0435\u0442 \u043E\u0448\u0438\u0431\u043A\u0443, Google \u043E\u0433\u0440\u0430\u043D\u0438\u0447\u0438\u0432\u0430\u0435\u0442 \u0434\u043E\u0441\u0442\u0443\u043F \u0434\u043B\u044F \u044D\u0442\u043E\u0433\u043E IP-\u0430\u0434\u0440\u0435\u0441\u0430, \u0440\u0435\u043A\u043E\u043C\u0435\u043D\u0434\u0443\u0435\u0442\u0441\u044F \u0438\u0437\u043C\u0435\u043D\u0438\u0442\u044C \u0441\u0435\u0442\u0435\u0432\u043E\u0439 \u0443\u0437\u0435\u043B.","desc.toggleVideoSubtitlePreTranslation":"\u041F\u043E\u0441\u043B\u0435 \u043D\u0430\u0436\u0430\u0442\u0438\u044F, \u0434\u0432\u0443\u044F\u0437\u044B\u0447\u043D\u044B\u0435 \u0441\u0443\u0431\u0442\u0438\u0442\u0440\u044B \u0432\u0438\u0434\u0435\u043E \u0431\u0443\u0434\u0443\u0442 \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u044C \u043D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0438 \u043F\u043E\u0433\u0440\u0443\u0436\u0435\u043D\u0438\u044F \u0432 \u043F\u0435\u0440\u0435\u0432\u043E\u0434 \u0432 \u043F\u0435\u0440\u0432\u0443\u044E \u043E\u0447\u0435\u0440\u0435\u0434\u044C, \u043F\u0440\u0438 \u043F\u043E\u0432\u0442\u043E\u0440\u043D\u043E\u043C \u043D\u0430\u0436\u0430\u0442\u0438\u0438 \u0431\u0443\u0434\u0435\u0442 \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u044C\u0441\u044F \u043C\u0430\u0448\u0438\u043D\u043D\u044B\u0439 \u043F\u0435\u0440\u0435\u0432\u043E\u0434 \u0441\u0443\u0431\u0442\u0438\u0442\u0440\u043E\u0432 \u0438\u0437\u043D\u0430\u0447\u0430\u043B\u044C\u043D\u043E\u0433\u043E \u0432\u0438\u0434\u0435\u043E. \u041E\u0431\u0440\u0430\u0442\u0438\u0442\u0435 \u0432\u043D\u0438\u043C\u0430\u043D\u0438\u0435: \u044D\u0442\u043E\u0442 \u044F\u0440\u043B\u044B\u043A \u0438\u0437\u043C\u0435\u043D\u044F\u0435\u0442 \u0433\u043B\u043E\u0431\u0430\u043B\u044C\u043D\u044B\u0435 \u043D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0438.","error.openAIFreeLimit":"\u0421\u0435\u0440\u0432\u0438\u0441 \u0432\u043E\u0437\u0432\u0440\u0430\u0449\u0430\u0435\u0442 \u043E\u0448\u0438\u0431\u043A\u0443, \u0442\u0435\u043A\u0443\u0449\u0430\u044F \u0447\u0430\u0441\u0442\u043E\u0442\u0430 \u0437\u0430\u043F\u0440\u043E\u0441\u043E\u0432 \u043D\u0430 \u043F\u0435\u0440\u0435\u0432\u043E\u0434 \u0434\u043E\u0441\u0442\u0438\u0433\u043B\u0430 \u043F\u0440\u0435\u0434\u0435\u043B\u0430 \u0432 3 \u0440\u0430\u0437\u0430 \u0432 \u043C\u0438\u043D\u0443\u0442\u0443, \u043F\u043E\u0436\u0430\u043B\u0443\u0439\u0441\u0442\u0430, \u043F\u043E\u043F\u0440\u043E\u0431\u0443\u0439\u0442\u0435 \u043F\u043E\u0437\u0436\u0435. (\u042D\u0442\u043E \u043E\u0433\u0440\u0430\u043D\u0438\u0447\u0435\u043D\u0438\u0435 OpenAI \u0434\u043B\u044F \u0431\u0435\u0441\u043F\u043B\u0430\u0442\u043D\u043E\u0433\u043E API Key, \u0447\u0442\u043E\u0431\u044B \u0441\u043D\u044F\u0442\u044C \u044D\u0442\u043E \u043E\u0433\u0440\u0430\u043D\u0438\u0447\u0435\u043D\u0438\u0435, \u043F\u043E\u0436\u0430\u043B\u0443\u0439\u0441\u0442\u0430, \u043F\u0440\u0438\u0432\u044F\u0436\u0438\u0442\u0435 \u043A\u0440\u0435\u0434\u0438\u0442\u043D\u0443\u044E \u043A\u0430\u0440\u0442\u0443 \u0432 \u0431\u044D\u043A\u0435\u043D\u0434\u0435 OpenAI.)","error.serveUnavailable":"\u0412 \u043D\u0430\u0441\u0442\u043E\u044F\u0449\u0435\u0435 \u0432\u0440\u0435\u043C\u044F \u0443\u0441\u043B\u0443\u0433\u0430 [{serverName}], \u043A\u043E\u0442\u043E\u0440\u0443\u044E \u0432\u044B \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u0443\u0435\u0442\u0435, \u0432\u0440\u0435\u043C\u0435\u043D\u043D\u043E \u043D\u0435\u0434\u043E\u0441\u0442\u0443\u043F\u043D\u0430 \u0438\u0437-\u0437\u0430 \u043F\u0440\u043E\u0431\u043B\u0435\u043C \u0441 \u043F\u043E\u0434\u043A\u043B\u044E\u0447\u0435\u043D\u0438\u0435\u043C \u043A \u0441\u0435\u0442\u0438 \u0438\u043B\u0438 \u043F\u043E\u0441\u0442\u0430\u0432\u0449\u0438\u043A\u043E\u043C \u0443\u0441\u043B\u0443\u0433. \u0420\u0435\u043A\u043E\u043C\u0435\u043D\u0434\u0443\u0435\u043C \u0432\u0430\u043C \u043F\u043E\u043F\u0440\u043E\u0431\u043E\u0432\u0430\u0442\u044C \u043E\u0431\u043D\u043E\u0432\u0438\u0442\u044C \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u0443 \u0438\u043B\u0438 \u0438\u0437\u043C\u0435\u043D\u0438\u0442\u044C \u0434\u0440\u0443\u0433\u043E\u0439 \u0441\u0435\u0440\u0432\u0438\u0441 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430 \u0447\u0435\u0440\u0435\u0437 <1>\u043D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0438. \u0415\u0441\u043B\u0438 \u0432\u044B <2>Pro-\u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u0435\u043B\u044C, \u0432\u044B \u043C\u043E\u0436\u0435\u0442\u0435 \u0432\u044B\u0431\u0440\u0430\u0442\u044C \u0431\u043E\u043B\u0435\u0435 \u0441\u0442\u0430\u0431\u0438\u043B\u044C\u043D\u044B\u0435 \u0441\u0435\u0440\u0432\u0438\u0441\u044B \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430 DeepL \u0438\u043B\u0438 OpenAI (<3>\u043D\u0430\u0436\u043C\u0438\u0442\u0435 \u0437\u0434\u0435\u0441\u044C, \u0447\u0442\u043E\u0431\u044B \u043F\u043E\u043F\u0440\u043E\u0431\u043E\u0432\u0430\u0442\u044C \u0431\u0435\u0441\u043F\u043B\u0430\u0442\u043D\u043E). \u041A\u0440\u043E\u043C\u0435 \u0442\u043E\u0433\u043E, \u0432\u0430\u043C, \u0432\u043E\u0437\u043C\u043E\u0436\u043D\u043E, \u043F\u0440\u0438\u0434\u0435\u0442\u0441\u044F \u043F\u0440\u043E\u0432\u0435\u0440\u0438\u0442\u044C \u043D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0438 \u0432\u0430\u0448\u0435\u0439 \u0441\u0435\u0442\u0438 \u0438\u043B\u0438 \u043F\u0440\u043E\u043A\u0441\u0438.",pickAll:"\u0412\u044B\u0431\u0440\u0430\u0442\u044C \u0432\u0441\u0435","tagsInput.add":"+ \u0414\u043E\u0431\u0430\u0432\u0438\u0442\u044C",loggedIn:"\u0412\u0445\u043E\u0434 \u0432\u044B\u043F\u043E\u043B\u043D\u0435\u043D","widget.translateFile":"PDF/ePub","translationServices.gemini":"\u0411\u043B\u0438\u0437\u043D\u0435\u0446\u044B",notLogin:"\u041D\u0435 \u0432\u043E\u0448\u0435\u043B \u0432 \u0441\u0438\u0441\u0442\u0435\u043C\u0443","multipleClick.2":"\u0434\u0432\u043E\u0439\u043D\u043E\u0439 \u043A\u043B\u0438\u043A",goLogin:"\u0432\u043E\u0439\u0442\u0438 \u0432 \u0441\u0438\u0441\u0442\u0435\u043C\u0443","multipleClick.3":"\u0442\u0440\u043E\u0439\u043D\u043E\u0439 \u0443\u0434\u0430\u0440","error.subscriptionExpiredTitle":"\u0427\u043B\u0435\u043D\u0441\u0442\u0432\u043E \u0438\u0441\u0442\u0435\u043A\u043B\u043E",shortcutSettings:"\u0413\u043E\u0440\u044F\u0447\u0438\u0435 \u043A\u043B\u0430\u0432\u0438\u0448\u0438","widget.instruction":"\u0418\u043D\u0441\u0442\u0440\u0443\u043A\u0446\u0438\u044F \u043F\u043E \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u043D\u0438\u044E",contact:"\u0421\u0432\u044F\u0436\u0438\u0442\u0435\u0441\u044C \u0441 \u043D\u0430\u043C\u0438","widget.videoSubtitle":"\u0432\u0438\u0434\u0435\u043E \u0441\u0443\u0431\u0442\u0438\u0442\u0440\u044B","error.retry":"\u041F\u043E\u0432\u0442\u043E\u0440\u0438\u0442\u044C \u043F\u043E\u043F\u044B\u0442\u043A\u0443","widget.instructionTooltip":"\u041F\u0440\u043E\u0441\u043C\u043E\u0442\u0440 \u0438\u043D\u0441\u0442\u0440\u0443\u043A\u0446\u0438\u0439 \u043F\u043E \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u043D\u0438\u044E","subtitle.bilingual":"\u0434\u0432\u0443\u044F\u0437\u044B\u0447\u043D\u044B\u0435 \u0441\u0443\u0431\u0442\u0438\u0442\u0440\u044B","error.reason":"\u043F\u0440\u0438\u0447\u0438\u043D\u0430 \u043E\u0448\u0438\u0431\u043A\u0438",alwaysTranslateThisSite:"\u0412\u0441\u0435\u0433\u0434\u0430 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0438\u0442\u0435 \u044D\u0442\u043E\u0442 \u0441\u0430\u0439\u0442",touchShortcutsOff:"\u0437\u0430\u043A\u0440\u044B\u0442\u044C",neverTranslateThisSite:"\u041D\u0438\u043A\u043E\u0433\u0434\u0430 \u043D\u0435 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0438\u0442\u0435 \u044D\u0442\u043E\u0442 \u0441\u0430\u0439\u0442",buildSnapshots:"\u0421\u043E\u0437\u0434\u0430\u043D\u0438\u0435 \u0441\u043D\u0438\u043C\u043A\u0430 \u0432\u0435\u0431-\u0441\u0442\u0440\u0430\u043D\u0438\u0446\u044B","slide.left":"\u041F\u0440\u043E\u0432\u0435\u0434\u0438\u0442\u0435 \u0432\u043F\u0440\u0430\u0432\u043E","shortcutGroup.others":"\u0411\u043E\u043B\u044C\u0448\u0435 \u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u0435\u043B\u044C\u0441\u043A\u0438\u0445 \u0444\u0443\u043D\u043A\u0446\u0438\u0439 \u0433\u043E\u0440\u044F\u0447\u0438\u0445 \u043A\u043B\u0430\u0432\u0438\u0448",temprarilyChangeTranslationTo_openai:"\u0418\u0441\u043F\u043E\u043B\u044C\u0437\u0443\u0435\u0442\u0441\u044F OpenAI \u0434\u043B\u044F \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430 \u0442\u0435\u043A\u0443\u0449\u0435\u0439 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u044B","intro.hoverTitle":"\u041D\u0430\u0432\u0435\u0434\u0438\u0442\u0435 \u043A\u0443\u0440\u0441\u043E\u0440, \u0447\u0442\u043E\u0431\u044B \u043F\u0435\u0440\u0435\u0432\u0435\u0441\u0442\u0438 \u0442\u0435\u043A\u0443\u0449\u0438\u0439 \u0430\u0431\u0437\u0430\u0446","browser.translateWithDeepL":"\u0412\u0440\u0435\u043C\u0435\u043D\u043D\u043E \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u0443\u0439\u0442\u0435 DeepL \u0434\u043B\u044F \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430 \u0442\u0435\u043A\u0443\u0449\u0435\u0439 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u044B","slide.right":"\u0421\u0432\u0430\u0439\u043F \u0432\u043B\u0435\u0432\u043E",translationOnlyMode:"\u0422\u043E\u043B\u044C\u043A\u043E \u0440\u0435\u0436\u0438\u043C \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430",notLoginPro:"\u0412\u044B \u0435\u0449\u0435 \u043D\u0435 \u0432\u043E\u0448\u043B\u0438 \u0432 \u0441\u0432\u043E\u0439 \u0430\u043A\u043A\u0430\u0443\u043D\u0442",mouseHoverCustomKeyTitle:"\u041D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0430 \u0433\u043E\u0440\u044F\u0447\u0438\u0445 \u043A\u043B\u0430\u0432\u0438\u0448 \u043F\u0440\u0438 \u043D\u0430\u0432\u0435\u0434\u0435\u043D\u0438\u0438 \u043C\u044B\u0448\u0438","shortcutGroup.mouse":"\u041D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0430 \u0433\u043E\u0440\u044F\u0447\u0438\u0445 \u043A\u043B\u0430\u0432\u0438\u0448 \u043F\u0440\u0438 \u043D\u0430\u0432\u0435\u0434\u0435\u043D\u0438\u0438 \u043C\u044B\u0448\u0438",temprarilyChangeTranslationTo_deepl:"\u0418\u0441\u043F\u043E\u043B\u044C\u0437\u0443\u0435\u0442\u0441\u044F \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0447\u0438\u043A DeepL \u0434\u043B\u044F \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430 \u0442\u0435\u043A\u0443\u0449\u0435\u0439 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u044B.","browser.translateWithGoogle":"\u0412\u0440\u0435\u043C\u0435\u043D\u043D\u043E\u0435 \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u043D\u0438\u0435 Google Translate \u0434\u043B\u044F \u0442\u0435\u043A\u0443\u0449\u0435\u0439 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u044B","shortcutGroup.touch":"\u0421\u043F\u0435\u0446\u0438\u0430\u043B\u044C\u043D\u044B\u0435 \u0436\u0435\u0441\u0442\u044B \u0434\u043B\u044F \u0441\u0435\u043D\u0441\u043E\u0440\u043D\u043E\u0433\u043E \u044D\u043A\u0440\u0430\u043D\u0430","browser.translateInputBox":"\u041F\u0435\u0440\u0435\u0432\u0435\u0441\u0442\u0438 \u0442\u0435\u043A\u0443\u0449\u0435\u0435 \u0441\u043E\u0434\u0435\u0440\u0436\u0438\u043C\u043E\u0435 \u0432\u0432\u043E\u0434\u0430","widget.videoSubtitleTooltip":"\u041F\u043E\u0434\u0434\u0435\u0440\u0436\u043A\u0430 Youtube \u0438 \u0434\u0440\u0443\u0433\u0438\u0445 {count}+ \u0432\u0438\u0434\u0435\u043E-\u0441\u0430\u0439\u0442\u043E\u0432","browser.translateWithGemini":"\u0412\u0440\u0435\u043C\u0435\u043D\u043D\u043E \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u0443\u0439\u0442\u0435 Gemini \u0434\u043B\u044F \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430 \u0442\u0435\u043A\u0443\u0449\u0435\u0439 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u044B","subtitle.hideQuickButton":"\u0411\u043E\u043B\u044C\u0448\u0435 \u043D\u0435 \u043F\u043E\u043A\u0430\u0437\u044B\u0432\u0430\u0442\u044C \u044D\u0442\u043E\u0442 \u044F\u0440\u043B\u044B\u043A","browser.translateWithBing":"\u0412\u0440\u0435\u043C\u0435\u043D\u043D\u043E \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u0443\u0439\u0442\u0435 Microsoft \u0434\u043B\u044F \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430 \u0442\u0435\u043A\u0443\u0449\u0435\u0439 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u044B","browser.translateWithTransmart":"\u0412\u0440\u0435\u043C\u0435\u043D\u043D\u043E \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u0443\u0439\u0442\u0435 Tencent \u0434\u043B\u044F \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430 \u0442\u0435\u043A\u0443\u0449\u0435\u0439 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u044B","multipleClick.4":"\u0447\u0435\u0442\u044B\u0440\u0435\u0445\u043A\u0440\u0430\u0442\u043D\u044B\u0439 \u0443\u0434\u0430\u0440",temprarilyChangeTranslationTo_gemini:"\u0418\u0441\u043F\u043E\u043B\u044C\u0437\u0443\u0435\u0442\u0441\u044F \u043F\u0435\u0440\u0435\u0432\u043E\u0434 \u0442\u0435\u043A\u0443\u0449\u0435\u0439 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u044B \u0441 \u043F\u043E\u043C\u043E\u0449\u044C\u044E Gemini","floatBall.longPress":"\u0423\u0434\u0435\u0440\u0436\u0438\u0432\u0430\u0439\u0442\u0435 \u043A\u043D\u043E\u043F\u043A\u0443, \u0447\u0442\u043E\u0431\u044B \u0431\u044B\u0441\u0442\u0440\u043E \u043E\u0442\u043A\u0440\u044B\u0442\u044C \u043F\u0430\u043D\u0435\u043B\u044C \u043D\u0430\u0441\u0442\u0440\u043E\u0435\u043A.",shortcutSettingsTitle:"\u041D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0430 \u0433\u043E\u0440\u044F\u0447\u0438\u0445 \u043A\u043B\u0430\u0432\u0438\u0448",networkError:"\u041F\u0440\u043E\u0431\u043B\u0435\u043C\u044B \u0441 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0447\u0435\u0441\u043A\u0438\u043C \u0441\u0435\u0440\u0432\u0438\u0441\u043E\u043C \u0438\u043B\u0438 \u0441\u0435\u0442\u044C\u044E","intro.floatBallTitle":"\u0411\u044B\u0441\u0442\u0440\u044B\u0439 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0447\u0438\u043A \u0432\u0441\u043F\u043B\u044B\u0432\u0430\u044E\u0449\u0435\u0433\u043E \u0448\u0430\u0440\u0430",temprarilyChangeTranslationTo_transmart:"\u0418\u0441\u043F\u043E\u043B\u044C\u0437\u0443\u0435\u0442\u0441\u044F \u043F\u0435\u0440\u0435\u0432\u043E\u0434 \u0442\u0435\u043A\u0443\u0449\u0435\u0439 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u044B \u0447\u0435\u0440\u0435\u0437 Tencent.","subtitle.autoDisableSubtitle":"\u041D\u0435 \u0430\u0432\u0442\u043E\u043C\u0430\u0442\u0438\u0447\u0435\u0441\u043A\u0438 \u0432\u043A\u043B\u044E\u0447\u0430\u0442\u044C \u0434\u0432\u0443\u044F\u0437\u044B\u0447\u043D\u044B\u0435 \u0441\u0443\u0431\u0442\u0438\u0442\u0440\u044B","browser.translateWithOpenAI":"\u0412\u0440\u0435\u043C\u0435\u043D\u043D\u043E \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u0443\u0439\u0442\u0435 OpenAI \u0434\u043B\u044F \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430 \u0442\u0435\u043A\u0443\u0449\u0435\u0439 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u044B","shortcutGroup.shortcutsForTranslationServices":"\u0421\u043E\u0447\u0435\u0442\u0430\u043D\u0438\u044F \u043A\u043B\u0430\u0432\u0438\u0448, \u0441\u0432\u044F\u0437\u0430\u043D\u043D\u044B\u0435 \u0441 \u0443\u0441\u043B\u0443\u0433\u0430\u043C\u0438 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430",temprarilyChangeTranslationTo_google:"\u0418\u0441\u043F\u043E\u043B\u044C\u0437\u0443\u0435\u0442\u0441\u044F Google Translate \u0434\u043B\u044F \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430 \u0442\u0435\u043A\u0443\u0449\u0435\u0439 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u044B.",paragraphMinTextCountField:"\u041C\u0438\u043D\u0438\u043C\u0430\u043B\u044C\u043D\u043E\u0435 \u043A\u043E\u043B\u0438\u0447\u0435\u0441\u0442\u0432\u043E \u0441\u0438\u043C\u0432\u043E\u043B\u043E\u0432, \u043D\u0435\u043E\u0431\u0445\u043E\u0434\u0438\u043C\u044B\u0445 \u0434\u043B\u044F \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430 \u0430\u0431\u0437\u0430\u0446\u0430",temprarilyChangeTranslationTo_bing:"\u0418\u0441\u043F\u043E\u043B\u044C\u0437\u0443\u0435\u0442\u0441\u044F Microsoft \u0434\u043B\u044F \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430 \u0442\u0435\u043A\u0443\u0449\u0435\u0439 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u044B",upgradeToProErrorTitle:"\u041F\u043E\u0436\u0430\u043B\u0443\u0439\u0441\u0442\u0430, \u043E\u0431\u043D\u043E\u0432\u0438\u0442\u0435 \u0434\u043E Pro-\u0447\u043B\u0435\u043D\u0441\u0442\u0432\u0430, \u0447\u0442\u043E\u0431\u044B \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u044C \u044D\u0442\u0443 \u0443\u0441\u043B\u0443\u0433\u0443 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430.","floatBall.guideClickToTranslate":`\u041D\u0430\u0436\u043C\u0438\u0442\u0435 \u043D\u0430 \u043F\u043B\u0430\u0432\u0430\u044E\u0449\u0438\u0439 \u0448\u0430\u0440 \u0434\u043B\u044F \u043F\u043E\u0433\u0440\u0443\u0436\u0435\u043D\u0438\u044F \u0432 \u043F\u0435\u0440\u0435\u0432\u043E\u0434, + {env.imt_sub_trans_field}: Traduzione`,"translationServices.claude":"Claude","subtitle.quickButton.black":"nero","subtitle.quickButton.blue":"blu","subtitle.quickButton.white":"bianco","subtitle.quickButton.green":"Verde","subtitle.quickButton.magenta":"Fucsia","subtitle.quickButton.sourceTextColor":"Colore del carattere originale","subtitle.quickButton.yellow":"giallo","subtitle.quickButton.sourceFontSize":"Dimensione originale del carattere","subtitle.quickButton.backgroundOpacity":"Opacit\xE0 di sfondo","subtitle.quickButton.translationPositionTop":"Sopra il testo originale","subtitle.quickButton.backgroundColor":"colore di sfondo","subtitle.quickButton.translationPosition":"Posizione del testo tradotto","subtitle.quickButton.translationPositionBottom":"Sotto il testo originale","subtitle.quickButton.red":"Rosso","subtitle.quickButton.cyan":"Blu","subtitle.quickButton.setting":"Impostazione","subtitle.quickButton.translationTextColor":"Colore del carattere del testo","subtitle.quickButton.translationFontSize":"Dimensione del carattere del testo tradotto",attachSubtitleTranslating:"Utilizzando {service} per la traduzione...","error.claude.403":"Non hai l'autorizzazione per accedere al servizio, potrebbe essere correlato alle restrizioni regionali di Claude, puoi provare a cambiare il tuo indirizzo IP o utilizzare altri servizi di traduzione.","browser.brandDescriptionForSafari":"\u3010Traduzione Immersiva\u3011Un plugin gratuito per la traduzione di pagine web bilingue (originale/tradotto), che supporta anche la traduzione di PDF e libri elettronici EPUB mantenendo la formattazione originale del documento, la traduzione di sottotitoli bilingui per video online come Youtube/Netflix, e supporta servizi di traduzione mainstream come Deepl/Google;","browser.PdfProFile":"Traduzione Pro di PDF guidata da AI","browser.textTranslate":"Traduzione del testo"};var Rl={nologin:"\u043D\u0435 \u0432\u043E\u0448\u0451\u043B \u0432 \u0441\u0438\u0441\u0442\u0435\u043C\u0443",loginForSafari:"\u0412\u043E\u0439\u0442\u0438 \u0438\u043B\u0438 \u0437\u0430\u0440\u0435\u0433\u0438\u0441\u0442\u0440\u0438\u0440\u043E\u0432\u0430\u0442\u044C\u0441\u044F",login:"\u0412\u0445\u043E\u0434 \u0432 \u0441\u0438\u0441\u0442\u0435\u043C\u0443 \u0434\u043B\u044F \u043E\u0442\u043A\u0440\u044B\u0442\u0438\u044F \u0447\u043B\u0435\u043D\u0441\u0442\u0432\u0430",manageAccount:"\u0423\u043F\u0440\u0430\u0432\u043B\u044F\u0435\u043C\u044B\u0435 \u0441\u0447\u0435\u0442\u0430",openPremium:"\u041E\u0442\u043A\u0440\u044B\u0442\u043E\u0435 \u0447\u043B\u0435\u043D\u0441\u0442\u0432\u043E",logout:"\u043F\u0440\u0435\u0440\u0432\u0430\u0442\u044C",curentPlan:"\u0422\u0435\u043A\u0443\u0449\u0438\u0435 \u043F\u0430\u043A\u0435\u0442\u044B",endAt:"\u0441\u0440\u043E\u043A \u0434\u0435\u0439\u0441\u0442\u0432\u0438\u044F",endAuto:"\u0430\u0432\u0442\u043E\u043F\u0440\u043E\u0434\u043B\u0435\u043D\u0438\u0435",lineBreakMaxTextCount:"\u041C\u0430\u043A\u0441\u0438\u043C\u0430\u043B\u044C\u043D\u043E\u0435 \u043A\u043E\u043B\u0438\u0447\u0435\u0441\u0442\u0432\u043E \u0441\u0438\u043C\u0432\u043E\u043B\u043E\u0432, \u0434\u043E\u043F\u0443\u0441\u0442\u0438\u043C\u043E\u0435 \u0432 \u043E\u0434\u043D\u043E\u043C \u043F\u0440\u0435\u0434\u043B\u043E\u0436\u0435\u043D\u0438\u0438 \u043F\u043E\u0441\u043B\u0435 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430 \u0441\u0442\u0440\u043E\u043A\u0438","translate-pdf":"\u041D\u0430\u0436\u043C\u0438\u0442\u0435, \u0447\u0442\u043E\u0431\u044B \u043F\u0435\u0440\u0435\u0432\u0435\u0441\u0442\u0438 PDF","noSupportTranslate-pdf":"\u0421\u043A\u0440\u0438\u043F\u0442 \u043D\u0435 \u043F\u043E\u0434\u0434\u0435\u0440\u0436\u0438\u0432\u0430\u0435\u0442\u0441\u044F, \u043F\u043E\u0436\u0430\u043B\u0443\u0439\u0441\u0442\u0430, \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u0443\u0439\u0442\u0435 \u043F\u043B\u0430\u0433\u0438\u043D","translate-firefox-local-pdf":"\u041D\u0430\u0436\u043C\u0438\u0442\u0435 \u0434\u043B\u044F \u043F\u0435\u0440\u0435\u0445\u043E\u0434\u0430 \u043A \u0440\u0430\u0437\u0434\u0435\u043B\u0443 \u0418\u043C\u043F\u043E\u0440\u0442 PDF",enableLineBreak:"\u0412\u043A\u043B\u044E\u0447\u0438\u0442\u044C \u0430\u0432\u0442\u043E\u043C\u0430\u0442\u0438\u0447\u0435\u0441\u043A\u0443\u044E \u043F\u043E\u0434\u0430\u0447\u0443 \u0441\u0442\u0440\u043E\u043A\u0438 \u0434\u043B\u044F \u0434\u043B\u0438\u043D\u043D\u044B\u0445 \u0430\u0431\u0437\u0430\u0446\u0435\u0432",sponsorLabel:"$1 \u0421\u043F\u043E\u043D\u0441\u0438\u0440\u0443\u0435\u043C\u044B\u0435 \u0440\u0430\u0437\u0440\u0430\u0431\u043E\u0442\u0447\u0438\u043A\u0438",help:"\u0440\u0443\u043A\u0430",browserShortcutsNoteForFirefox:"\u0427\u0442\u043E\u0431\u044B \u0438\u0437\u043C\u0435\u043D\u0438\u0442\u044C \u044F\u0440\u043B\u044B\u043A\u0438 \u0432 Firefox, \u043D\u0435\u043E\u0431\u0445\u043E\u0434\u0438\u043C\u043E \u043E\u0442\u043A\u0440\u044B\u0442\u044C \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u0443 \u0443\u043F\u0440\u0430\u0432\u043B\u0435\u043D\u0438\u044F \u0440\u0430\u0441\u0448\u0438\u0440\u0435\u043D\u0438\u044F\u043C\u0438 `about:addons`, \u0437\u0430\u0442\u0435\u043C \u043D\u0430\u0436\u0430\u0442\u044C `Settings`, \u0430 \u0434\u043B\u044F \u043D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0438 \u044F\u0440\u043B\u044B\u043A\u043E\u0432 - `Manage Shortcuts`.",browserShortcutsNoteForChrome:"\u0414\u043B\u044F \u0438\u0437\u043C\u0435\u043D\u0435\u043D\u0438\u044F \u044F\u0440\u043B\u044B\u043A\u043E\u0432 \u0432 Chrome \u043D\u0435\u043E\u0431\u0445\u043E\u0434\u0438\u043C\u043E \u043E\u0442\u043A\u0440\u044B\u0442\u044C \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u0443 \u0443\u043F\u0440\u0430\u0432\u043B\u0435\u043D\u0438\u044F \u0440\u0430\u0441\u0448\u0438\u0440\u0435\u043D\u0438\u044F\u043C\u0438, \u0437\u0430\u0434\u0430\u0442\u044C \u0438\u0445 \u043D\u0430 \u043F\u0430\u043D\u0435\u043B\u0438 `Manage Shortcuts` (`chrome://extensions/shortcuts`) \u0438 \u043D\u0430\u0436\u0430\u0442\u044C \u043A\u043D\u043E\u043F\u043A\u0443 \u043D\u0438\u0436\u0435 \u0434\u043B\u044F \u043F\u0435\u0440\u0435\u0445\u043E\u0434\u0430 \u043D\u0430 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u0443 \u0443\u043F\u0440\u0430\u0432\u043B\u0435\u043D\u0438\u044F \u044F\u0440\u043B\u044B\u043A\u0430\u043C\u0438.",browserShortcutsSucks:"\u041D\u0430\u0441\u0442\u0440\u043E\u0435\u043D\u043D\u044B\u0435 \u044F\u0440\u043B\u044B\u043A\u0438 \u0438\u043C\u0435\u044E\u0442 \u0432\u0438\u0434 (\u0430\u0432\u0442\u043E\u0440\u0430\u0441\u043F\u043E\u0437\u043D\u0430\u0432\u0430\u043D\u0438\u0435 \u043D\u0435 \u043F\u0440\u043E\u0438\u0437\u0432\u043E\u0434\u0438\u0442\u0441\u044F, \u0432\u0432\u043E\u0434\u0438\u0442\u0435 \u043D\u0435\u043F\u043E\u0441\u0440\u0435\u0434\u0441\u0442\u0432\u0435\u043D\u043D\u043E)\uFF1A",enableLineBreakDescription:"\u041F\u0440\u0438 \u0432\u043A\u043B\u044E\u0447\u0435\u043D\u0438\u0438 \u044D\u0442\u043E\u0439 \u0444\u0443\u043D\u043A\u0446\u0438\u0438 \u0432 \u0434\u043B\u0438\u043D\u043D\u044B\u0445 \u0430\u0431\u0437\u0430\u0446\u0430\u0445 \u0432 \u043A\u043E\u043D\u0446\u0435 \u043A\u0430\u0436\u0434\u043E\u0433\u043E \u043F\u0440\u0435\u0434\u043B\u043E\u0436\u0435\u043D\u0438\u044F \u0431\u0443\u0434\u0443\u0442 \u0432\u0441\u0442\u0430\u0432\u043B\u0435\u043D\u044B \u043F\u0435\u0440\u0435\u043D\u043E\u0441\u044B \u0441\u0442\u0440\u043E\u043A, \u0447\u0442\u043E \u043E\u0431\u043B\u0435\u0433\u0447\u0438\u0442 \u0438\u0445 \u0447\u0442\u0435\u043D\u0438\u0435","browser.shortBrandName":"\u041F\u043E\u0433\u0440\u0443\u0436\u043D\u043E\u0439 \u043F\u0435\u0440\u0435\u0432\u043E\u0434","browser.brandName":"\u0418\u043C\u043C\u0435\u0440\u0441\u0438\u043E\u043D\u043D\u044B\u0439 \u043F\u0435\u0440\u0435\u0432\u043E\u0434: \u0434\u0432\u0443\u044F\u0437\u044B\u0447\u043D\u044B\u0439 \u043F\u0435\u0440\u0435\u0432\u043E\u0434 \u0432\u0435\u0431-\u0441\u0442\u0440\u0430\u043D\u0438\u0446 \u0438 PDF-\u0434\u043E\u043A\u0443\u043C\u0435\u043D\u0442\u043E\u0432","browser.brandDescription":"Bilingual web page translation, also supports PDF translation, bilingual Epub eBook translation, free to use.","browser.toggleTranslatePage":"\u041F\u0435\u0440\u0435\u0432\u0435\u0441\u0442\u0438 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u0443/\u043E\u0442\u043E\u0431\u0440\u0430\u0437\u0438\u0442\u044C \u043E\u0440\u0438\u0433\u0438\u043D\u0430\u043B\u044C\u043D\u044B\u0439 \u0442\u0435\u043A\u0441\u0442","browser.toggleTranslateTheWholePage":"\u041F\u0435\u0440\u0435\u0432\u0435\u0441\u0442\u0438 \u0432\u0441\u0435 \u043E\u0431\u043B\u0430\u0441\u0442\u0438 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u044B/\u043E\u0442\u043E\u0431\u0440\u0430\u0437\u0438\u0442\u044C \u043E\u0440\u0438\u0433\u0438\u043D\u0430\u043B\u044C\u043D\u044B\u0439 \u0442\u0435\u043A\u0441\u0442","browser.toggleOnlyTransation":"\u041F\u0435\u0440\u0435\u043A\u043B\u044E\u0447\u0438\u0442\u044C \u043D\u0430 \u0434\u0432\u0443\u044F\u0437\u044B\u0447\u043D\u044B\u0439 / \u0442\u043E\u043B\u044C\u043A\u043E \u043F\u0435\u0440\u0435\u0432\u043E\u0434 \u0440\u0435\u0436\u0438\u043C","browser.toggleTranslateToThePageEndImmediately":"\u041D\u0435\u043C\u0435\u0434\u043B\u0435\u043D\u043D\u044B\u0439 \u043F\u0435\u0440\u0435\u0432\u043E\u0434 \u0432 \u043D\u0438\u0436\u043D\u044E\u044E \u0447\u0430\u0441\u0442\u044C \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u044B/\u043E\u0442\u043E\u0431\u0440\u0430\u0436\u0435\u043D\u0438\u0435 \u043E\u0440\u0438\u0433\u0438\u043D\u0430\u043B\u044C\u043D\u043E\u0433\u043E \u0442\u0435\u043A\u0441\u0442\u0430","browser.toggleTranslateTheMainPage":"\u041F\u0435\u0440\u0435\u0432\u0435\u0441\u0442\u0438 \u043E\u0441\u043D\u043E\u0432\u043D\u0443\u044E \u043E\u0431\u043B\u0430\u0441\u0442\u044C \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u044B/\u043E\u0442\u043E\u0431\u0440\u0430\u0437\u0438\u0442\u044C \u043E\u0440\u0438\u0433\u0438\u043D\u0430\u043B\u044C\u043D\u044B\u0439 \u0442\u0435\u043A\u0441\u0442","browser.shareToDraft":"\u041F\u043E\u0434\u0435\u043B\u0438\u0442\u044C\u0441\u044F \u0414\u0432\u0443\u044F\u0437\u044B\u0447\u043D\u044B\u0435 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u044B","browser.openOptionsPage":"\u041E\u0442\u043A\u0440\u043E\u0439\u0442\u0435 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u0443 \u043D\u0430\u0441\u0442\u0440\u043E\u0435\u043A","browser.toggleTranslationMask":"\u041F\u043E\u043A\u0430\u0437\u0430\u0442\u044C/\u0441\u043A\u0440\u044B\u0442\u044C \u044D\u0444\u0444\u0435\u043A\u0442 \u0440\u0430\u0437\u043C\u044B\u0442\u0438\u044F \u043F\u0440\u0438 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0435","browser.translateLocalPdfFile":"\u041F\u0435\u0440\u0435\u0432\u043E\u0434 \u043B\u043E\u043A\u0430\u043B\u044C\u043D\u044B\u0445 PDF-\u0444\u0430\u0439\u043B\u043E\u0432","browser.openEbookViewer":"\u0427\u0438\u0442\u0430\u0442\u044C \u043C\u0435\u0441\u0442\u043D\u044B\u0435 \u044D\u043B\u0435\u043A\u0442\u0440\u043E\u043D\u043D\u044B\u0435 \u043A\u043D\u0438\u0433\u0438","browser.openEbookBuilder":"\u0421\u043E\u0437\u0434\u0430\u043D\u0438\u0435 \u0434\u0432\u0443\u044F\u0437\u044B\u0447\u043D\u044B\u0445 \u044D\u043B\u0435\u043A\u0442\u0440\u043E\u043D\u043D\u044B\u0445 \u043A\u043D\u0438\u0433 EPUB","browser.translateLocalHtmlFile":"\u041F\u0435\u0440\u0435\u0432\u043E\u0434 HTML/\u0442\u0435\u043A\u0441\u0442\u043E\u0432\u044B\u0445 \u0444\u0430\u0439\u043B\u043E\u0432","browser.donateContext":"\u0423\u0437\u043D\u0430\u0439\u0442\u0435 \u043E \u043F\u0440\u0435\u0438\u043C\u0443\u0449\u0435\u0441\u0442\u0432\u0430\u0445 \u0441\u043F\u043E\u043D\u0441\u043E\u0440\u0441\u0442\u0432\u0430","browser.translateLocalSubtitleFile":"\u041F\u0435\u0440\u0435\u0432\u043E\u0434 \u0444\u0430\u0439\u043B\u043E\u0432 \u043B\u043E\u043A\u0430\u043B\u044C\u043D\u044B\u0445 \u0441\u0443\u0431\u0442\u0438\u0442\u0440\u043E\u0432",confirmResetConfig:"\u0412\u044B \u0443\u0432\u0435\u0440\u0435\u043D\u044B, \u0447\u0442\u043E \u0445\u043E\u0442\u0438\u0442\u0435 \u0441\u0431\u0440\u043E\u0441\u0438\u0442\u044C \u043D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0438?",translationLineBreakSettingTitle:"\u041D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0430 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430 \u0441\u0442\u0440\u043E\u043A\u0438",smartLineBreak:"\u0438\u043D\u0442\u0435\u043B\u043B\u0435\u043A\u0442\u0443\u0430\u043B\u044C\u043D\u043E\u0435 \u043B\u0438\u043D\u0435\u0439\u043D\u043E\u0435 \u043F\u0438\u0442\u0430\u043D\u0438\u0435 (\u0432\u044B\u0447\u0438\u0441\u043B\u0438\u0442\u0435\u043B\u044C\u043D\u0430\u044F \u0442\u0435\u0445\u043D\u0438\u043A\u0430)",alwaysLineBreak:"\u0412\u0441\u0435\u0433\u0434\u0430 \u043F\u043E\u0434\u0430\u0447\u0430 \u0441\u0442\u0440\u043E\u043A\u0438",isShowContextMenu:"\u0414\u043E\u0431\u0430\u0432\u043B\u0435\u043D\u0438\u0435 \u043F\u0435\u0440\u0435\u0432\u0435\u0434\u0435\u043D\u043D\u044B\u0445 \u0441\u0442\u0440\u0430\u043D\u0438\u0446 \u0432 \u043F\u0443\u043D\u043A\u0442\u044B \u043C\u0435\u043D\u044E, \u0432\u044B\u0437\u044B\u0432\u0430\u0435\u043C\u044B\u0435 \u043F\u0440\u0430\u0432\u043E\u0439 \u043A\u043D\u043E\u043F\u043A\u043E\u0439 \u043C\u044B\u0448\u0438",toggleBeta:"\u0412\u043A\u043B\u044E\u0447\u0435\u043D\u0438\u0435 \u0444\u0443\u043D\u043A\u0446\u0438\u0439 \u0431\u0435\u0442\u0430-\u0442\u0435\u0441\u0442\u0438\u0440\u043E\u0432\u0430\u043D\u0438\u044F",betaDescription:"\u0412\u043A\u043B\u044E\u0447\u0438\u0442\u0435 \u0444\u0443\u043D\u043A\u0446\u0438\u0438, \u043A\u043E\u0442\u043E\u0440\u044B\u0435 \u043F\u043E\u043A\u0430 \u043D\u0430\u0445\u043E\u0434\u044F\u0442\u0441\u044F \u0432 \u0441\u0442\u0430\u0434\u0438\u0438 \u044D\u043A\u0441\u043F\u0435\u0440\u0438\u043C\u0435\u043D\u0442\u0430, \u0430 \u0442\u0430\u043A\u0436\u0435 \u0441\u043B\u0443\u0436\u0431\u0443 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430 \u0432 \u0431\u0435\u0442\u0430-\u0432\u0435\u0440\u0441\u0438\u0438. \u041F\u0440\u0438\u0441\u043E\u0435\u0434\u0438\u043D\u044F\u0439\u0442\u0435\u0441\u044C \u043A <1>\u0433\u0440\u0443\u043F\u043F\u0435 Telegram, \u0447\u0442\u043E\u0431\u044B \u0443\u0437\u043D\u0430\u0442\u044C \u0431\u043E\u043B\u044C\u0448\u0435.",translationLineBreakSettingDescription:"\u0414\u043B\u044F \u0441\u0442\u0440\u0430\u043D\u0438\u0446 \u0441 \u043D\u0435\u0431\u043E\u043B\u044C\u0448\u0438\u043C \u0441\u043E\u0434\u0435\u0440\u0436\u0430\u043D\u0438\u0435\u043C \u0432\u0441\u0435\u0433\u0434\u0430 \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u0443\u0439\u0442\u0435 \u0430\u043A\u043A\u0443\u0440\u0430\u0442\u043D\u044B\u0435 \u043F\u0435\u0440\u0435\u043D\u043E\u0441\u044B \u0441\u0442\u0440\u043E\u043A. (\u0414\u043B\u044F \u044D\u043A\u043E\u043D\u043E\u043C\u0438\u0438 \u043C\u0435\u0441\u0442\u0430 \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u0443\u0439\u0442\u0435 \u0433\u0440\u0430\u043C\u043E\u0442\u043D\u044B\u0435 \u043F\u0435\u0440\u0435\u043D\u043E\u0441\u044B \u0441\u0442\u0440\u043E\u043A \u0432 \u0434\u043B\u0438\u043D\u043D\u044B\u0445 \u0430\u0431\u0437\u0430\u0446\u0430\u0445 \u0441 \u0431\u043E\u043B\u044C\u0448\u0438\u043C \u0441\u043E\u0434\u0435\u0440\u0436\u0430\u043D\u0438\u0435\u043C (\u0431\u043E\u043B\u0435\u0435{count}\u0441\u0438\u043C\u0432\u043E\u043B\u043E\u0432)).",tempTranslateDomainTitle:"\u041F\u0440\u043E\u0434\u043E\u043B\u0436\u0438\u0442\u0435\u043B\u044C\u043D\u043E\u0441\u0442\u044C \u0432\u0440\u0435\u043C\u0435\u043D\u043D\u043E\u0433\u043E \u0432\u043A\u043B\u044E\u0447\u0435\u043D\u0438\u044F \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430 \u0441\u0430\u0439\u0442\u0430",tempTranslateDomainDescription:"\u041F\u0440\u0438 \u0440\u0443\u0447\u043D\u043E\u043C \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0435 \u0432\u0435\u0431-\u0441\u0442\u0440\u0430\u043D\u0438\u0446\u044B \u0432\u0440\u0435\u043C\u0435\u043D\u043D\u043E \u0432\u043A\u043B\u044E\u0447\u0438\u0442\u044C \u0430\u0432\u0442\u043E\u043C\u0430\u0442\u0438\u0447\u0435\u0441\u043A\u0438\u0439 \u043F\u0435\u0440\u0435\u0432\u043E\u0434, \u043F\u0440\u0438 \u044D\u0442\u043E\u043C \u043C\u043E\u0436\u043D\u043E \u0437\u0430\u0434\u0430\u0442\u044C \u0432\u0440\u0435\u043C\u0435\u043D\u043D\u0443\u044E \u043F\u0440\u043E\u0434\u043E\u043B\u0436\u0438\u0442\u0435\u043B\u044C\u043D\u043E\u0441\u0442\u044C.",xMinutes:"{count} \u043C\u0438\u043D\u0443\u0442",disabled:"\u0437\u0430\u043F\u0440\u0435\u0449\u0430\u0442\u044C \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u043D\u0438\u0435 \u0447\u0435\u0433\u043E-\u043B.",changelog:"\u0416\u0443\u0440\u043D\u0430\u043B \u043E\u0431\u043D\u043E\u0432\u043B\u0435\u043D\u0438\u0439",toggleTranslatePageWhenThreeFingersOnTheScreen:"\u041E\u0434\u043D\u043E\u0432\u0440\u0435\u043C\u0435\u043D\u043D\u043E\u0435 \u043A\u0430\u0441\u0430\u043D\u0438\u0435 \u044D\u043A\u0440\u0430\u043D\u0430 \u043D\u0435\u0441\u043A\u043E\u043B\u044C\u043A\u0438\u043C\u0438 \u043F\u0430\u043B\u044C\u0446\u0430\u043C\u0438 \u043E\u0431\u0435\u0441\u043F\u0435\u0447\u0438\u0432\u0430\u0435\u0442 \u043F\u0435\u0440\u0435\u0432\u043E\u0434 \u0432\u0435\u0431-\u0441\u0442\u0440\u0430\u043D\u0438\u0446/\u043E\u0442\u043E\u0431\u0440\u0430\u0436\u0435\u043D\u0438\u0435 \u043E\u0440\u0438\u0433\u0438\u043D\u0430\u043B\u044C\u043D\u043E\u0433\u043E \u0442\u0435\u043A\u0441\u0442\u0430",toggleTranslationMaskWhenThreeFingersOnTheScreen:"\u041F\u0440\u0438\u043A\u043E\u0441\u043D\u043E\u0432\u0435\u043D\u0438\u0435 \u043D\u0435\u0441\u043A\u043E\u043B\u044C\u043A\u0438\u043C\u0438 \u043F\u0430\u043B\u044C\u0446\u0430\u043C\u0438 \u043F\u043E\u043A\u0430\u0437\u044B\u0432\u0430\u0435\u0442/\u0441\u043A\u0440\u044B\u0432\u0430\u0435\u0442 \u044D\u0444\u0444\u0435\u043A\u0442 \u0440\u0430\u0437\u043C\u044B\u0442\u0438\u044F.",fingerCountToToggleTranslagePageOnlyTranslationWhenTouching:"\u041F\u0440\u0438 \u043E\u0434\u043D\u043E\u0432\u0440\u0435\u043C\u0435\u043D\u043D\u043E\u043C \u043A\u0430\u0441\u0430\u043D\u0438\u0438 \u044D\u043A\u0440\u0430\u043D\u0430 \u043D\u0435\u0441\u043A\u043E\u043B\u044C\u043A\u0438\u043C\u0438 \u043F\u0430\u043B\u044C\u0446\u0430\u043C\u0438 \u043E\u0441\u0443\u0449\u0435\u0441\u0442\u0432\u043B\u044F\u0435\u0442\u0441\u044F \u043F\u0435\u0440\u0435\u0432\u043E\u0434 \u0432\u0435\u0431-\u0441\u0442\u0440\u0430\u043D\u0438\u0446\u044B (\u0442\u043E\u043B\u044C\u043A\u043E \u043F\u0435\u0440\u0435\u0432\u043E\u0434)/\u043E\u0442\u043E\u0431\u0440\u0430\u0436\u0435\u043D\u0438\u0435 \u043E\u0440\u0438\u0433\u0438\u043D\u0430\u043B\u044C\u043D\u043E\u0433\u043E \u0442\u0435\u043A\u0441\u0442\u0430.",addUrlDescription:"\u041C\u043E\u0436\u0435\u0442 \u0431\u044B\u0442\u044C \u0434\u043E\u043C\u0435\u043D\u043D\u044B\u043C \u0438\u043C\u0435\u043D\u0435\u043C, \u0430 \u0442\u0430\u043A\u0436\u0435 \u043F\u043E\u0434\u0434\u0435\u0440\u0436\u0438\u0432\u0430\u0435\u0442 \u043F\u043E\u0434\u0441\u0442\u0430\u043D\u043E\u0432\u043E\u0447\u043D\u044B\u0435 \u0437\u043D\u0430\u043A\u0438, \u043D\u0430\u043F\u0440\u0438\u043C\u0435\u0440,\uFF1A*.google.com, google.com/mail/*, https://www.google.com/*.",general:"\u041E\u0441\u043D\u043E\u0432\u043D\u044B\u0435 \u043D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0438",clickToExpandConfig:"\u0420\u0430\u0441\u0448\u0438\u0440\u0438\u0442\u044C \u0442\u0435\u043A\u0443\u0449\u0443\u044E \u043A\u043E\u043D\u0444\u0438\u0433\u0443\u0440\u0430\u0446\u0438\u044E",import:"\u0418\u043C\u043F\u043E\u0440\u0442 \u0438\u0437 \u0444\u0430\u0439\u043B\u0430",export:"\u042D\u043A\u0441\u043F\u043E\u0440\u0442 \u0432 \u0444\u0430\u0439\u043B",toggleDebug:"\u0412\u044B\u0432\u0435\u0441\u0442\u0438 \u0436\u0443\u0440\u043D\u0430\u043B \u043E\u0442\u043B\u0430\u0434\u043A\u0438 \u043D\u0430 \u043A\u043E\u043D\u0441\u043E\u043B\u044C","fingers.0":"\u043A\u043B\u043E\u0442\u0443\u0440\u0430","fingers.2":"\u043A\u0430\u0441\u0430\u043D\u0438\u0435 \u0434\u0432\u0443\u043C\u044F \u043F\u0430\u043B\u044C\u0446\u0430\u043C\u0438","fingers.3":"\u043A\u0430\u0441\u0430\u043D\u0438\u0435 \u0442\u0440\u0435\u043C\u044F \u043F\u0430\u043B\u044C\u0446\u0430\u043C\u0438","fingers.4":"\u043A\u0430\u0441\u0430\u043D\u0438\u0435 \u0447\u0435\u0442\u044B\u0440\u044C\u043C\u044F \u043F\u0430\u043B\u044C\u0446\u0430\u043C\u0438","fingers.5":"\u043F\u044F\u0442\u0438\u043F\u0430\u043B\u044C\u0446\u0435\u0432\u043E\u0435 \u043A\u0430\u0441\u0430\u043D\u0438\u0435",mouseHoldKey:"+ {key} \u043F\u0435\u0440\u0435\u0432\u0435\u0441\u0442\u0438/\u0432\u043E\u0441\u0441\u0442\u0430\u043D\u043E\u0432\u0438\u0442\u044C \u0430\u0431\u0437\u0430\u0446",mouseHoldKeyAuto:"\u041F\u0440\u044F\u043C\u043E\u0439 \u043F\u0435\u0440\u0435\u0432\u043E\u0434 \u0430\u0431\u0437\u0430\u0446\u0430",mouseHoldKeyOff:"\u041D\u0435 \u0434\u0435\u043B\u0430\u0439\u0442\u0435 \u043D\u0438\u0447\u0435\u0433\u043E.",mouseHoldKeyOther:"\u041D\u0430\u0441\u0442\u0440\u0430\u0438\u0432\u0430\u0435\u043C\u044B\u0435 \u044F\u0440\u043B\u044B\u043A\u0438 (\u043E\u0442\u043A\u0440\u044B\u0442\u044C \u043D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0438)",mouseHoldKeyCustomKey:"{key} \u041F\u0435\u0440\u0435\u0432\u043E\u0434/\u0441\u043E\u043A\u0440\u0430\u0449\u0435\u043D\u0438\u0435 \u0430\u0431\u0437\u0430\u0446\u0430",mouseHoverHoldKey:"\u041F\u0435\u0440\u0435\u0432\u043E\u0434 \u0430\u0431\u0437\u0430\u0446\u0435\u0432 \u043E\u0441\u0443\u0449\u0435\u0441\u0442\u0432\u043B\u044F\u0435\u0442\u0441\u044F \u043D\u0430\u0436\u0430\u0442\u0438\u0435\u043C \u043A\u043B\u0430\u0432\u0438\u0448\u0438 \u0431\u044B\u0441\u0442\u0440\u043E\u0433\u043E \u0434\u043E\u0441\u0442\u0443\u043F\u0430 \u043F\u0440\u0438 \u043D\u0430\u0432\u0435\u0434\u0435\u043D\u0438\u0438 \u043A\u0443\u0440\u0441\u043E\u0440\u0430 \u043C\u044B\u0448\u0438.","mouse-translate":"\u043D\u0430\u0432\u0435\u0434\u0435\u043D\u0438\u0435 \u043C\u044B\u0448\u0438",document:"(\u043A\u043E\u043C\u043F\u044C\u044E\u0442\u0435\u0440\u043D\u044B\u0439) \u0444\u0430\u0439\u043B",resetSuccess:"\u0423\u0441\u043F\u0435\u0448\u043D\u044B\u0439 \u0441\u0431\u0440\u043E\u0441 \u0432\u0441\u0435\u0445 \u043D\u0430\u0441\u0442\u0440\u043E\u0435\u043A",resetThisSuccess:"\u0421\u0431\u0440\u043E\u0441 \u0443\u0441\u043F\u0435\u0448\u0435\u043D",saved:"\u0421\u043E\u0445\u0440\u0430\u043D\u0438\u0442\u044C \u0443\u0441\u043F\u0435\u0448\u043D\u044B\u0439",successImportConfig:"\u0423\u0441\u043F\u0435\u0448\u043D\u044B\u0439 \u0438\u043C\u043F\u043E\u0440\u0442 \u043A\u043E\u043D\u0444\u0438\u0433\u0443\u0440\u0430\u0446\u0438\u0438",goAdvancedSettings:"\u041F\u0435\u0440\u0435\u0439\u0434\u0438\u0442\u0435 \u043D\u0430 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u0443 \u0414\u043E\u043F\u043E\u043B\u043D\u0438\u0442\u0435\u043B\u044C\u043D\u044B\u0435 \u043D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0438",goAdvancedInterfaceSettings:"\u041F\u0435\u0440\u0435\u0439\u0434\u0438\u0442\u0435 \u043D\u0430 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u0443 \u0414\u043E\u043F\u043E\u043B\u043D\u0438\u0442\u0435\u043B\u044C\u043D\u044B\u0435 \u043F\u0430\u0440\u0430\u043C\u0435\u0442\u0440\u044B \u043D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0438",advanced:"\u0414\u043E\u043F\u043E\u043B\u043D\u0438\u0442\u0435\u043B\u044C\u043D\u044B\u0435 \u043D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0438",advancedDescription:"\u041A\u0430\u043A \u043F\u0440\u0430\u0432\u0438\u043B\u043E, \u043D\u0438\u043A\u0430\u043A\u0438\u0445 \u043D\u0430\u0441\u0442\u0440\u043E\u0435\u043A \u043D\u0435 \u0442\u0440\u0435\u0431\u0443\u0435\u0442\u0441\u044F, \u043F\u0440\u043E\u0441\u0442\u043E \u043E\u0441\u0442\u0430\u0432\u044C\u0442\u0435 \u0432\u0441\u0435 \u043F\u043E \u0443\u043C\u043E\u043B\u0447\u0430\u043D\u0438\u044E. \u0422\u043E\u043B\u044C\u043A\u043E \u0434\u043B\u044F \u0431\u043E\u043B\u0435\u0435 \u0441\u043F\u0435\u0446\u0438\u0430\u043B\u0438\u0437\u0438\u0440\u043E\u0432\u0430\u043D\u043D\u044B\u0445 \u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u0435\u043B\u0435\u0439 \u0434\u043E\u0441\u0442\u0443\u043F\u043D\u044B \u0431\u043E\u043B\u0435\u0435 \u043F\u0435\u0440\u0441\u043E\u043D\u0430\u043B\u0438\u0437\u0438\u0440\u043E\u0432\u0430\u043D\u043D\u044B\u0435 \u043D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0438.",developer:"\u041D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0438 \u0440\u0430\u0437\u0440\u0430\u0431\u043E\u0442\u0447\u0438\u043A\u0430",donateCafe:"\u0446\u0435\u043D\u044B","translate to the bottom of the page":"\u041F\u0435\u0440\u0435\u0432\u043E\u0434\u0438\u0442\u0441\u044F \u043B\u0438 \u043E\u043D \u0432 \u043D\u0438\u0436\u043D\u044E\u044E \u0447\u0430\u0441\u0442\u044C \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u044B \u0441\u0440\u0430\u0437\u0443 \u043F\u043E\u0441\u043B\u0435 \u0432\u0445\u043E\u0434\u0430 \u043D\u0430 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u0443?",feedback:"\u0412\u043E\u043F\u0440\u043E\u0441-\u043E\u0442\u0432\u0435\u0442",toggleTranslatePage:"\u041F\u0435\u0440\u0435\u0432\u0435\u0441\u0442\u0438 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u0443/\u043E\u0442\u043E\u0431\u0440\u0430\u0437\u0438\u0442\u044C \u043E\u0440\u0438\u0433\u0438\u043D\u0430\u043B\u044C\u043D\u044B\u0439 \u0442\u0435\u043A\u0441\u0442",translateToThePageEndImmediatelyDescription:"\u041F\u0440\u0438 \u0432\u043A\u043B\u044E\u0447\u0435\u043D\u0438\u0438 \u044D\u0442\u043E\u0439 \u0444\u0443\u043D\u043A\u0446\u0438\u0438 \u0441\u043E\u0434\u0435\u0440\u0436\u0438\u043C\u043E\u0435 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u044B \u0431\u0443\u0434\u0435\u0442 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0438\u0442\u044C\u0441\u044F \u0441\u0432\u0435\u0440\u0445\u0443 \u0432\u043D\u0438\u0437 \u043F\u043E \u043C\u0435\u0440\u0435 \u0432\u0432\u043E\u0434\u0430. \u041F\u0440\u0438 \u0432\u044B\u043A\u043B\u044E\u0447\u0435\u043D\u0438\u0438 \u044D\u0442\u043E\u0439 \u0444\u0443\u043D\u043A\u0446\u0438\u0438 \u043F\u0435\u0440\u0435\u0432\u043E\u0434 \u0431\u0443\u0434\u0435\u0442 \u0432\u044B\u043F\u043E\u043B\u043D\u044F\u0442\u044C\u0441\u044F \u043F\u043E \u043C\u0435\u0440\u0435 \u0447\u0442\u0435\u043D\u0438\u044F. (\u041D\u0435 \u0440\u0435\u043A\u043E\u043C\u0435\u043D\u0434\u0443\u0435\u0442\u0441\u044F)","translate all areas of the page":"\u041F\u0435\u0440\u0435\u0432\u043E\u0434\u0438\u0442\u044C \u043B\u0438 \u0432\u0441\u0435 \u043E\u0431\u043B\u0430\u0441\u0442\u0438 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u044B",translationAreaDescription:"\u041F\u0440\u0438 \u0432\u043A\u043B\u044E\u0447\u0435\u043D\u0438\u0438 \u044D\u0442\u043E\u0439 \u043E\u043F\u0446\u0438\u0438 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u044F\u0442\u0441\u044F \u0432\u0441\u0435 \u043E\u0431\u043B\u0430\u0441\u0442\u0438 \u0432\u0441\u0435\u0439 \u0432\u0435\u0431-\u0441\u0442\u0440\u0430\u043D\u0438\u0446\u044B. \u041F\u0440\u0438 \u0432\u044B\u043A\u043B\u044E\u0447\u0435\u043D\u0438\u0438 \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u0443\u0435\u0442\u0441\u044F \u0438\u043D\u0442\u0435\u043B\u043B\u0435\u043A\u0442\u0443\u0430\u043B\u044C\u043D\u043E\u0435 \u0440\u0430\u0441\u043F\u043E\u0437\u043D\u0430\u0432\u0430\u043D\u0438\u0435 \u043F\u043E \u0443\u043C\u043E\u043B\u0447\u0430\u043D\u0438\u044E \u0438 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u044F\u0442\u0441\u044F \u0442\u043E\u043B\u044C\u043A\u043E \u043E\u0441\u043D\u043E\u0432\u043D\u044B\u0435 \u043E\u0431\u043B\u0430\u0441\u0442\u0438. (\u041D\u0435 \u0440\u0435\u043A\u043E\u043C\u0435\u043D\u0434\u0443\u0435\u0442\u0441\u044F \u0432\u043A\u043B\u044E\u0447\u0430\u0442\u044C)","the number of characters to be translated first":"\u041F\u0440\u044F\u043C\u043E\u0439 \u043F\u0435\u0440\u0435\u0432\u043E\u0434 \u043F\u0435\u0440\u0432\u044B\u0445 \u043D\u0435\u0441\u043A\u043E\u043B\u044C\u043A\u0438\u0445 \u0441\u0438\u043C\u0432\u043E\u043B\u043E\u0432 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u044B \u0431\u0435\u0437 \u043E\u0436\u0438\u0434\u0430\u043D\u0438\u044F \u043F\u0440\u043E\u043A\u0440\u0443\u0442\u043A\u0438 \u0432 \u043E\u0431\u043B\u0430\u0441\u0442\u044C \u043F\u0440\u043E\u0441\u043C\u043E\u0442\u0440\u0430","interface language":"\u044F\u0437\u044B\u043A \u0438\u043D\u0442\u0435\u0440\u0444\u0435\u0439\u0441\u0430","display both the original text and the translation":"\u041E\u0434\u043D\u043E\u0432\u0440\u0435\u043C\u0435\u043D\u043D\u043E\u0435 \u043E\u0442\u043E\u0431\u0440\u0430\u0436\u0435\u043D\u0438\u0435 \u043E\u0440\u0438\u0433\u0438\u043D\u0430\u043B\u0430 \u0438 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430","keyboard shortcuts":"\u041A\u043B\u0430\u0432\u0438\u0430\u0442\u0443\u0440\u043D\u044B\u0435 \u0441\u043E\u043A\u0440\u0430\u0449\u0435\u043D\u0438\u044F",modify:"\u041C\u043E\u0434\u0438\u0444\u0438\u043A\u0430\u0446\u0438\u044F \u043A\u043B\u0430\u0432\u0438\u0448 \u0431\u044B\u0441\u0442\u0440\u043E\u0433\u043E \u0434\u043E\u0441\u0442\u0443\u043F\u0430",reset:"\u043F\u0435\u0440\u0435\u043F\u0440\u043E\u0444\u0438\u043B\u0438\u0440\u043E\u0432\u0430\u043D\u0438\u0435",close:"\u043A\u043B\u043E\u0442\u0443\u0440\u0430",homepage:"\u0434\u043E\u043C\u0430\u0448\u043D\u044F\u044F \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u0430",more:"\u043F\u043E\u0434\u0440\u043E\u0431\u043D\u0435\u0435",moreOptions:"\u0420\u0430\u0441\u0448\u0438\u0440\u0435\u043D\u0438\u0435 \u0432\u043E\u0437\u043C\u043E\u0436\u043D\u043E\u0441\u0442\u0435\u0439 \u043D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0438",translateTheWholePage:"\u041F\u0435\u0440\u0435\u0432\u043E\u0434\u0438\u0442\u044C \u0432\u0441\u0435 \u043E\u0431\u043B\u0430\u0441\u0442\u0438 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u044B (\u0432 \u043E\u0442\u043B\u0438\u0447\u0438\u0435 \u043E\u0442 \u0438\u043D\u0442\u0435\u043B\u043B\u0435\u043A\u0442\u0443\u0430\u043B\u044C\u043D\u043E\u0433\u043E \u0440\u0430\u0441\u043F\u043E\u0437\u043D\u0430\u0432\u0430\u043D\u0438\u044F \u043E\u0441\u043D\u043E\u0432\u043D\u044B\u0445 \u043E\u0431\u043B\u0430\u0441\u0442\u0435\u0439)",changeToTranslateTheWholePage:"\u041F\u0435\u0440\u0435\u043A\u043B\u044E\u0447\u0435\u043D\u0438\u0435 \u043D\u0430 \u043F\u0435\u0440\u0435\u0432\u043E\u0434 \u0432\u0441\u0435\u0445 \u0440\u0435\u0433\u0438\u043E\u043D\u043E\u0432",changeToTranslateTheMainPage:'\u041F\u0435\u0440\u0435\u0445\u043E\u0434 \u0432 \u043E\u0441\u043D\u043E\u0432\u043D\u0443\u044E \u043E\u0431\u043B\u0430\u0441\u0442\u044C "\u041F\u0435\u0440\u0435\u0432\u043E\u0434',changeToOnlyTranslationMode:"\u041F\u0435\u0440\u0435\u043A\u043B\u044E\u0447\u0435\u043D\u0438\u0435 \u043D\u0430 \u043E\u0442\u043E\u0431\u0440\u0430\u0436\u0435\u043D\u0438\u0435 \u0442\u043E\u043B\u044C\u043A\u043E \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u043E\u0432",changeToDualTranslationMode:"\u041F\u0435\u0440\u0435\u0445\u043E\u0434 \u043D\u0430 \u0434\u0432\u0443\u044F\u0437\u044B\u0447\u043D\u044B\u0439 \u043F\u0435\u0440\u0435\u0432\u043E\u0434",translateToThePageEndImmediately:"\u041D\u0435\u043C\u0435\u0434\u043B\u0435\u043D\u043D\u044B\u0439 \u043F\u0435\u0440\u0435\u0432\u043E\u0434 \u0432 \u043D\u0438\u0436\u043D\u044E\u044E \u0447\u0430\u0441\u0442\u044C \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u044B",translateTheMainPage:"\u041A\u043B\u044E\u0447\u0435\u0432\u044B\u0435 \u0440\u0435\u0433\u0438\u043E\u043D\u044B \u0438\u043D\u0442\u0435\u043B\u043B\u0435\u043A\u0442\u0443\u0430\u043B\u044C\u043D\u043E\u0433\u043E \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430","The local rules are up to date":"\u041C\u0435\u0441\u0442\u043D\u044B\u0435 \u043F\u0440\u0430\u0432\u0438\u043B\u0430 \u0430\u0434\u0430\u043F\u0442\u0430\u0446\u0438\u0438 \u0441\u043E\u043E\u0442\u0432\u0435\u0442\u0441\u0442\u0432\u0443\u044E\u0442 \u0441\u043E\u0432\u0440\u0435\u043C\u0435\u043D\u043D\u044B\u043C \u0442\u0440\u0435\u0431\u043E\u0432\u0430\u043D\u0438\u044F\u043C.","Successfully synchronized with the latest official rules:":"\u0423\u0441\u043F\u0435\u0448\u043D\u0430\u044F \u0441\u0438\u043D\u0445\u0440\u043E\u043D\u0438\u0437\u0430\u0446\u0438\u044F \u0441 \u043F\u043E\u0441\u043B\u0435\u0434\u043D\u0438\u043C\u0438 \u043E\u0444\u0438\u0446\u0438\u0430\u043B\u044C\u043D\u044B\u043C\u0438 \u043F\u0440\u0430\u0432\u0438\u043B\u0430\u043C\u0438 \u0430\u0434\u0430\u043F\u0442\u0430\u0446\u0438\u0438.","Checking for updates":"\u041F\u0440\u043E\u0432\u0435\u0440\u043A\u0430 \u043D\u0430\u043B\u0438\u0447\u0438\u044F \u043E\u0431\u043D\u043E\u0432\u043B\u0435\u043D\u0438\u0439","Rules are being synchronized":"\u0421\u0438\u043D\u0445\u0440\u043E\u043D\u0438\u0437\u0430\u0446\u0438\u044F \u043F\u0440\u0430\u0432\u0438\u043B \u0430\u0434\u0430\u043F\u0442\u0430\u0446\u0438\u0438",localVersionIsTooOld:"\u0412\u0435\u0440\u0441\u0438\u044F \u043B\u043E\u043A\u0430\u043B\u044C\u043D\u043E\u0433\u043E \u0440\u0430\u0441\u0448\u0438\u0440\u0435\u043D\u0438\u044F \u0441\u043B\u0438\u0448\u043A\u043E\u043C \u0443\u0441\u0442\u0430\u0440\u0435\u043B\u0430, \u043F\u043E\u0436\u0430\u043B\u0443\u0439\u0441\u0442\u0430, \u043E\u0431\u043D\u043E\u0432\u0438\u0442\u0435 \u0440\u0430\u0441\u0448\u0438\u0440\u0435\u043D\u0438\u0435 \u0434\u043E {minVersion} \u0438\u043B\u0438 \u0431\u043E\u043B\u0435\u0435 \u043D\u043E\u0432\u043E\u0439 \u0432\u0435\u0440\u0441\u0438\u0438 \u043F\u0435\u0440\u0435\u0434 \u043F\u043E\u043F\u044B\u0442\u043A\u043E\u0439 \u0441\u0438\u043D\u0445\u0440\u043E\u043D\u0438\u0437\u0430\u0446\u0438\u0438.",badUserscriptBrowser:"\u0422\u0435\u043A\u0443\u0449\u0438\u0439 \u0431\u0440\u0430\u0443\u0437\u0435\u0440 \u043D\u0435\u043A\u043E\u0440\u0440\u0435\u043A\u0442\u043D\u043E \u0440\u0435\u0430\u043B\u0438\u0437\u0443\u0435\u0442 \u0438\u043D\u0442\u0435\u0440\u0444\u0435\u0439\u0441 \u0440\u0430\u0441\u0448\u0438\u0440\u0435\u043D\u0438\u044F Grease Monkey (\u043D\u0430\u043F\u0440\u0438\u043C\u0435\u0440, \u0434\u043B\u044F \u043F\u043E\u043B\u0443\u0447\u0435\u043D\u0438\u044F \u0438\u043D\u0444\u043E\u0440\u043C\u0430\u0446\u0438\u0438 \u043E \u043D\u043E\u043C\u0435\u0440\u0435 \u0432\u0435\u0440\u0441\u0438\u0438 \u0441\u0430\u043C\u043E\u0433\u043E \u0441\u043A\u0440\u0438\u043F\u0442\u0430 Grease Monkey), \u043F\u043E\u0436\u0430\u043B\u0443\u0439\u0441\u0442\u0430, \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u0443\u0439\u0442\u0435 \u0434\u0440\u0443\u0433\u0438\u0435 \u0431\u0440\u0430\u0443\u0437\u0435\u0440\u044B, <1>\u043F\u043E\u0434\u0434\u0435\u0440\u0436\u0438\u0432\u0430\u044E\u0449\u0438\u0435 \u0440\u0430\u0441\u0448\u0438\u0440\u0435\u043D\u0438\u0435 Grease Monkey, \u043D\u0430\u043F\u0440\u0438\u043C\u0435\u0440 Firefox.",foundNewVersion:"\u0417\u043D\u0430\u043A\u043E\u043C\u0441\u0442\u0432\u043E \u0441 \u043D\u043E\u0432\u043E\u0439 \u0432\u0435\u0440\u0441\u0438\u0435\u0439",theLocalExtensionIsUpToUpdate:"\u0422\u0435\u043A\u0443\u0449\u0435\u0435 \u0440\u0430\u0441\u0448\u0438\u0440\u0435\u043D\u0438\u0435 \u044F\u0432\u043B\u044F\u0435\u0442\u0441\u044F \u0430\u043A\u0442\u0443\u0430\u043B\u044C\u043D\u044B\u043C.",failToSyncRules:"\u041D\u0435\u0432\u043E\u0437\u043C\u043E\u0436\u043D\u043E\u0441\u0442\u044C \u0441\u0438\u043D\u0445\u0440\u043E\u043D\u0438\u0437\u0430\u0446\u0438\u0438 \u043F\u043E\u0441\u043B\u0435\u0434\u043D\u0438\u0445 \u043F\u0440\u0430\u0432\u0438\u043B \u0430\u0434\u0430\u043F\u0442\u0430\u0446\u0438\u0438",retry:"\u041D\u0430\u0436\u043C\u0438\u0442\u0435 \u0437\u0434\u0435\u0441\u044C, \u0447\u0442\u043E\u0431\u044B \u043F\u043E\u0432\u0442\u043E\u0440\u0438\u0442\u044C \u043F\u043E\u043F\u044B\u0442\u043A\u0443",failedReason:"\u041F\u0440\u0438\u0447\u0438\u043D\u044B \u043D\u0435\u0443\u0434\u0430\u0447",currentRuleVersion:"\u0414\u0435\u0439\u0441\u0442\u0432\u0443\u044E\u0449\u0430\u044F \u0440\u0435\u0434\u0430\u043A\u0446\u0438\u044F \u043F\u0440\u0430\u0432\u0438\u043B",calculating:"\u0440\u0430\u0441\u0447\u0435\u0442\u044B",unknownError:"\u043D\u0435\u0438\u0437\u0432\u0435\u0441\u0442\u043D\u0430\u044F \u043E\u0448\u0438\u0431\u043A\u0430",canNotFetchRemoteRule:"\u041D\u0435\u0432\u043E\u0437\u043C\u043E\u0436\u043D\u043E \u043F\u043E\u043B\u0443\u0447\u0438\u0442\u044C \u0443\u0434\u0430\u043B\u0435\u043D\u043D\u044B\u0435 \u043F\u0440\u0430\u0432\u0438\u043B\u0430",enableAlphaSuccess:"\u0410\u043B\u044C\u0444\u0430 \u0432\u043A\u043B\u044E\u0447\u0435\u043D\u0430",disableAlphaSuccess:"\u0424\u0443\u043D\u043A\u0446\u0438\u044F \u0430\u043B\u044C\u0444\u0430 \u043E\u0442\u043A\u043B\u044E\u0447\u0435\u043D\u0430",cacheSize:"\u0420\u0430\u0437\u043C\u0435\u0440 \u043A\u044D\u0448\u0430\uFF1A",cleaning:"\u0432 \u043F\u0440\u043E\u0446\u0435\u0441\u0441\u0435 \u043B\u0438\u043A\u0432\u0438\u0434\u0430\u0446\u0438\u0438",cleanCache:"\u043E\u0447\u0438\u0441\u0442\u0438\u0442\u044C \u043A\u044D\u0448",options:"\u043D\u0430\u0441\u0442\u0440\u0430\u0438\u0432\u0430\u0442\u044C",about:"\u043F\u043E \u043E\u0442\u043D\u043E\u0448\u0435\u043D\u0438\u044E \u043A",service:"\u0443\u0441\u043B\u0443\u0433\u0430 \u0443\u0441\u0442\u043D\u043E\u0433\u043E \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430",needAction:"(\u041F\u0435\u0440\u0435\u0439\u0442\u0438 \u043A \u043D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0430\u043C)",goSettings:"\u043F\u0435\u0440\u0435\u0439\u0434\u0438\u0442\u0435 \u043A \u043D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0435",needActionForOptions:"(\u0443\u0441\u0442\u0430\u043D\u0430\u0432\u043B\u0438\u0432\u0430\u0435\u0442\u0441\u044F)",translationEngine:"\u041E\u043F\u0446\u0438\u0438 \u0434\u0432\u0438\u0433\u0430\u0442\u0435\u043B\u044F",sourceLanguage:"\u042F\u0437\u044B\u043A \u043E\u0440\u0438\u0433\u0438\u043D\u0430\u043B\u0430",target:"\u044F\u0437\u044B\u043A \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430",popupSourceLanguage:"\u042F\u0437\u044B\u043A \u043E\u0440\u0438\u0433\u0438\u043D\u0430\u043B\u0430",popupTarget:"\u044F\u0437\u044B\u043A \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430",popupService:"\u0443\u0441\u043B\u0443\u0433\u0430 \u0443\u0441\u0442\u043D\u043E\u0433\u043E \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430",forThisSite:"\u0422\u0435\u043A\u0443\u0449\u0438\u0439 \u0441\u0430\u0439\u0442",autoEnableSubtitle:"\u0410\u0432\u0442\u043E\u043C\u0430\u0442\u0438\u0447\u0435\u0441\u043A\u043E\u0435 \u043E\u0442\u043A\u0440\u044B\u0442\u0438\u0435 \u0434\u0432\u0443\u044F\u0437\u044B\u0447\u043D\u044B\u0445 \u0441\u0443\u0431\u0442\u0438\u0442\u0440\u043E\u0432",alwaysTranslate:"\u0412\u0441\u0435\u0433\u0434\u0430 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0438\u0442\u0435",neverTranslate:"\u041D\u0438\u043A\u043E\u0433\u0434\u0430 \u043D\u0435 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0438\u0442\u0435",alwaysTranslateSomeLanguage:"\u0412\u0441\u0435\u0433\u0434\u0430 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0438\u0442\u0435 {language}",neverTranslateSomeLanguage:"\u041D\u0438\u043A\u043E\u0433\u0434\u0430 \u043D\u0435 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0438\u0442\u0435 {language}",alwaysTranslateSomeSite:"\u0412\u0441\u0435\u0433\u0434\u0430 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0438\u0442\u0435 {hostname}",neverTranslateSomeSite:"\u041D\u0438\u043A\u043E\u0433\u0434\u0430 \u043D\u0435 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0438\u0442\u0435 {hostname}",alwaysTranslateSomeSiteOrWildSite:"\u0412\u0441\u0435\u0433\u0434\u0430 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0438\u0442\u0435 \u0441\u0430\u0439\u0442",alwaysTranslateSomePage:"\u0412\u0441\u0435\u0433\u0434\u0430 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0438\u0442\u0435 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u0443",add:"\u0443\u0432\u0435\u043B\u0438\u0447\u0438\u0442\u044C",default:"\u043F\u043E \u0443\u043C\u043E\u043B\u0447\u0430\u043D\u0438\u044E (\u043D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0430)",forThisLanguage:"\u0414\u043B\u044F \u044D\u0442\u043E\u0433\u043E \u044F\u0437\u044B\u043A\u0430\uFF1A","add url":"\u0412\u0432\u0435\u0434\u0438\u0442\u0435 URL",edit:"\u043A\u043E\u043C\u043F\u0438\u043B\u044F\u0442\u043E\u0440","translate other languages into specific language":"\u041F\u0435\u0440\u0435\u0432\u043E\u0434 \u0434\u0440\u0443\u0433\u0438\u0445 \u044F\u0437\u044B\u043A\u043E\u0432 \u043D\u0430 \u0443\u0441\u0442\u0430\u043D\u043E\u0432\u043B\u0435\u043D\u043D\u044B\u0439 \u0432\u0430\u043C\u0438 \u044F\u0437\u044B\u043A","select translation service":"\u0412\u044B\u0431\u0435\u0440\u0438\u0442\u0435 \u0441\u043B\u0443\u0436\u0431\u0443 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430",language:"\u043C\u043D\u043E\u0433\u043E\u044F\u0437\u044B\u0447\u0438\u0435","show-original":"\u041F\u043E\u043A\u0430\u0437\u0430\u0442\u044C \u043E\u0440\u0438\u0433\u0438\u043D\u0430\u043B\u044C\u043D\u044B\u0439 \u0442\u0435\u043A\u0441\u0442",translate:"\u0440\u0435\u043D\u0434\u0435\u0440\u0438\u043D\u0433",Translated:"\u043F\u0435\u0440\u0435\u0432\u0435\u0434\u0435\u043D\u043E",Translating:"\u0432 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0435",Error:"\u043D\u0435\u0432\u0435\u0440\u043D\u044B\u0439",allowCacheTranslations:"\u0412\u043A\u043B\u044E\u0447\u0438\u0442\u044C \u043B\u043E\u043A\u0430\u043B\u044C\u043D\u043E\u0435 \u043A\u044D\u0448\u0438\u0440\u043E\u0432\u0430\u043D\u0438\u0435 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u043E\u0432 (\u0434\u043B\u044F \u0443\u043C\u0435\u043D\u044C\u0448\u0435\u043D\u0438\u044F \u043A\u043E\u043B\u0438\u0447\u0435\u0441\u0442\u0432\u0430 \u0437\u0430\u043F\u0440\u043E\u0441\u043E\u0432 \u043D\u0430 \u043F\u0435\u0440\u0435\u0432\u043E\u0434 \u0434\u0443\u0431\u043B\u0438\u0440\u0443\u044E\u0449\u0438\u0445\u0441\u044F \u043E\u0442\u0440\u044B\u0432\u043A\u043E\u0432)","translation display":"\u0421\u0442\u0438\u043B\u044C \u043E\u0442\u043E\u0431\u0440\u0430\u0436\u0435\u043D\u0438\u044F \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430","select diplay style":"\u0420\u0430\u0437\u043B\u0438\u0447\u0430\u0442\u044C \u0441\u0442\u0438\u043B\u0438 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430, \u043E\u043F\u0438\u0440\u0430\u044F\u0441\u044C \u043D\u0430 \u0441\u043B\u0435\u0434\u0443\u044E\u0449\u0438\u0435 \u043F\u0440\u0438\u043C\u0435\u0440\u044B",interface:"\u041D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0438 \u0438\u043D\u0442\u0435\u0440\u0444\u0435\u0439\u0441\u0430",import_export:"\u0418\u043C\u043F\u043E\u0440\u0442/\u044D\u043A\u0441\u043F\u043E\u0440\u0442",import_export_title:"\u041A\u043E\u043D\u0444\u0438\u0433\u0443\u0440\u0430\u0446\u0438\u044F \u0438\u043C\u043F\u043E\u0440\u0442\u0430/\u044D\u043A\u0441\u043F\u043E\u0440\u0442\u0430",syncToGoogleDrive:"\u0422\u0435\u043F\u0435\u0440\u044C \u0441\u0438\u043D\u0445\u0440\u043E\u043D\u0438\u0437\u0430\u0446\u0438\u044F \u0441 Google Drive",floatBallOptions:"\u041D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0438 \u0445\u043E\u0432\u0435\u0440\u0431\u043E\u043B\u0430","floatBallOptions.enable":"\u0412\u043A\u043B\u044E\u0447\u0438\u0442\u044C \u0445\u043E\u0432\u0435\u0440\u0431\u043E\u043B","floatBallOptions.blockUrls":"\u041E\u0442\u043A\u043B\u044E\u0447\u0438\u0442\u044C \u0441\u0430\u0439\u0442","floatBallOptions.add":"\u0443\u0432\u0435\u043B\u0438\u0447\u0438\u0442\u044C","floatBallOptions.blockUrlDesc":"\u041F\u0430\u0440\u044F\u0449\u0438\u0435 \u0448\u0430\u0440\u044B \u043D\u0435 \u043E\u0442\u043E\u0431\u0440\u0430\u0436\u0430\u044E\u0442\u0441\u044F, \u043A\u043E\u0433\u0434\u0430 \u0432\u0441\u0442\u0440\u0435\u0447\u0430\u044E\u0442\u0441\u044F \u0441\u043B\u0435\u0434\u0443\u044E\u0449\u0438\u0435 \u0441\u0430\u0439\u0442\u044B","floatBallOptions.clickType":"\u043F\u043E\u0432\u0435\u0434\u0435\u043D\u0438\u0435 \u043F\u0440\u0438 \u043D\u0430\u0436\u0430\u0442\u0438\u0438","floatBallOptions.clickTypeDesc":"\u041F\u043E\u0432\u0435\u0434\u0435\u043D\u0438\u0435 \u0438\u043A\u043E\u043D\u043A\u0438 \u0445\u043E\u0432\u0435\u0440\u0431\u043E\u043B\u0430 \u043F\u0440\u0438 \u043D\u0430\u0436\u0430\u0442\u0438\u0438","floatBallOptions.clickPopup":"\u041F\u043E\u043A\u0430\u0437\u0430\u0442\u044C \u043F\u0430\u043D\u0435\u043B\u044C \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430","floatBallOptions.clickTranslate":"\u041F\u0435\u0440\u0435\u0432\u043E\u0434/\u043E\u0442\u043E\u0431\u0440\u0430\u0436\u0435\u043D\u0438\u0435 \u043E\u0440\u0438\u0433\u0438\u043D\u0430\u043B\u044C\u043D\u043E\u0433\u043E \u0442\u0435\u043A\u0441\u0442\u0430","floatBallOptions.fixedPosition":"\u56FA\u5B9A\u4F4D\u7F6E","floatBallOptions.fixedPositionDesc":"\u60AC\u6D6E\u7403\u5728\u7A97\u53E3\u5DE6\u4FA7\u8FD8\u662F\u53F3\u4FA7","floatBallOptions.fixedPositionLeft":"\u5DE6\u4FA7","floatBallOptions.fixedPositionRight":"\u53F3\u4FA7",previewAllThemes:"\u041F\u0440\u0435\u0434\u0432\u0430\u0440\u0438\u0442\u0435\u043B\u044C\u043D\u044B\u0439 \u043F\u0440\u043E\u0441\u043C\u043E\u0442\u0440 \u0432\u0441\u0435\u0445 \u0441\u0442\u0438\u043B\u0435\u0439","translationTheme.none":"\u043D\u0435 \u0438\u043C\u0435\u0442\u044C","translationTheme.grey":"\u0442\u0451\u043C\u043D\u043E-\u0441\u0435\u0440\u044B\u0439","translationTheme.dashed":"\u043F\u0443\u043D\u043A\u0442\u0438\u0440\u043D\u043E\u0435 \u043F\u043E\u0434\u0447\u0451\u0440\u043A\u0438\u0432\u0430\u043D\u0438\u0435","translationTheme.dotted":"\u0442\u043E\u0447\u0435\u0447\u043D\u043E\u0435 \u043F\u043E\u0434\u0447\u0435\u0440\u043A\u0438\u0432\u0430\u043D\u0438\u0435","translationTheme.dashedBorder":"\u043F\u0443\u043D\u043A\u0442\u0438\u0440\u043D\u0430\u044F \u0433\u0440\u0430\u043D\u0438\u0446\u0430","translationTheme.solidBorder":"\u0441\u043F\u043B\u043E\u0448\u043D\u0430\u044F \u0433\u0440\u0430\u043D\u0438\u0446\u0430","translationTheme.underline":"\u041F\u043E\u0434\u0447\u0435\u0440\u043A\u0438\u0432\u0430\u043D\u0438\u0435 \u043F\u0440\u044F\u043C\u044B\u0445 \u043B\u0438\u043D\u0438\u0439","translationTheme.mask":"\u041D\u0435\u0447\u0435\u0442\u043A\u0438\u0435 \u044D\u0444\u0444\u0435\u043A\u0442\u044B (\u0440\u0435\u0436\u0438\u043C\u044B \u043E\u0431\u0443\u0447\u0435\u043D\u0438\u044F)","translationTheme.opacity":"\u044D\u0444\u0444\u0435\u043A\u0442 \u043F\u0440\u043E\u0437\u0440\u0430\u0447\u043D\u043E\u0441\u0442\u0438","translationTheme.paper":"\u042D\u0444\u0444\u0435\u043A\u0442 \u0442\u0435\u043D\u0438 \u043E\u0442 \u0431\u0435\u043B\u043E\u0439 \u0431\u0443\u043C\u0430\u0433\u0438","translationTheme.dividingLine":"\u0440\u0430\u0437\u0434\u0435\u043B\u0438\u0442\u0435\u043B\u044C\u043D\u0430\u044F \u043B\u0438\u043D\u0438\u044F","translationTheme.highlight":"\u0432\u044B\u0441\u043E\u043A\u0430\u044F \u044F\u0440\u043A\u043E\u0441\u0442\u044C","translationTheme.marker":"\u043C\u0430\u0440\u043A\u0435\u0440 (\u0437\u0430\u0438\u043C\u0441\u0442\u0432\u043E\u0432\u0430\u043D\u043D\u043E\u0435 \u0441\u043B\u043E\u0432\u043E)","translationTheme.marker2":"\u041C\u0430\u0440\u043A\u0435\u0440 2","translationTheme.blockquote":"\u0421\u0442\u0438\u043B\u0438 \u0441\u0441\u044B\u043B\u043E\u043A","translationTheme.weakening":"\u043E\u0441\u043B\u0430\u0431\u043B\u0435\u043D\u0438\u0435","translationTheme.italic":"\u043D\u0430\u043A\u043B\u043E\u043D\u043D\u044B\u0439 \u0448\u0440\u0438\u0444\u0442","translationTheme.bold":"\u0441\u0433\u0443\u0441\u0442\u0438\u0442\u044C","translationTheme.thinDashed":"\u0442\u043E\u043D\u043A\u0430\u044F \u043F\u0443\u043D\u043A\u0442\u0438\u0440\u043D\u0430\u044F \u043B\u0438\u043D\u0438\u044F \u043F\u043E\u0434\u0447\u0435\u0440\u043A\u0438\u0432\u0430\u043D\u0438\u0435","translationTheme.nativeDashed":"\u0421\u0438\u0441\u0442\u0435\u043C\u0430 \u043F\u043E\u0441\u0442\u0430\u0432\u043B\u044F\u0435\u0442\u0441\u044F \u0441 \u043F\u0443\u043D\u043A\u0442\u0438\u0440\u043D\u044B\u043C \u043F\u043E\u0434\u0447\u0435\u0440\u043A\u0438\u0432\u0430\u043D\u0438\u0435\u043C","translationTheme.nativeDotted":"\u0421\u0438\u0441\u0442\u0435\u043C\u0430 \u043F\u043E\u0441\u0442\u0430\u0432\u043B\u044F\u0435\u0442\u0441\u044F \u0441 \u043F\u0443\u043D\u043A\u0442\u0438\u0440\u043D\u044B\u043C \u043F\u043E\u0434\u0447\u0435\u0440\u043A\u0438\u0432\u0430\u043D\u0438\u0435\u043C","translationTheme.nativeUnderline":"\u0421\u0438\u0441\u0442\u0435\u043C\u0430 \u043F\u043E\u0441\u0442\u0430\u0432\u043B\u044F\u0435\u0442\u0441\u044F \u0441 \u043F\u0440\u044F\u043C\u044B\u043C \u043F\u043E\u0434\u0441\u0442\u0440\u043E\u0447\u043D\u0438\u043A\u043E\u043C","translationTheme.wavy":"\u0432\u043E\u043B\u043D\u0438\u0441\u0442\u0430\u044F \u043B\u0438\u043D\u0438\u044F","translationServices.custom":"\u041F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u0435\u043B\u044C\u0441\u043A\u0438\u0439 API","translationServices.tencent":"\u041F\u0435\u0440\u0435\u0432\u043E\u0434\u0447\u0438\u043A Tencent","translationServices.tenAlpha":"Tencent Translator (Alpha)","translationServices.google":"Google Translate","translationServices.bai":"Baidu (Alpha)","translationServices.baidu":"\u041F\u0435\u0440\u0435\u0432\u043E\u0434 Baidu","translationServices.aliyun":"\u041F\u0435\u0440\u0435\u0432\u043E\u0434 AliCloud","translationServices.volc":"\u043F\u0435\u0440\u0435\u0432\u043E\u0434 \u0432\u0443\u043B\u043A\u0430\u043D\u0430","translationServices.deeplx":"DeepLX (Beta)","translationServices.bing":"Microsoft Translate","translationServices.deepl":"DeepL","translationServices.wechat":"\u041F\u0435\u0440\u0435\u0432\u043E\u0434 WeChat","translationServices.azure":"\u041B\u0430\u0437\u0443\u0440\u043D\u044B\u0439 \u043F\u0435\u0440\u0435\u0432\u043E\u0434","translationServices.ibm":"IBM Watson","translationServices.aws":"\u041F\u0435\u0440\u0435\u0432\u043E\u0434 Amazon","translationServices.mock":"\u0418\u043C\u0438\u0442\u0430\u0446\u0438\u044F \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430","translationServices.mock2":"\u0418\u043C\u0438\u0442\u0430\u0446\u0438\u044F \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430 2","translationServices.caiyun":"\u043B\u0438\u0442. \u0440\u0430\u0437\u043D\u043E\u0446\u0432\u0435\u0442\u043D\u044B\u0435 \u043E\u0431\u043B\u0430\u043A\u0430 \u0438 \u043D\u0435\u0431\u043E\u043B\u044C\u0448\u0438\u0435 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u044B","translationServices.cai":"\u0420\u0430\u0437\u043D\u043E\u0446\u0432\u0435\u0442\u043D\u044B\u0435 \u043E\u0431\u043B\u0430\u043A\u0430 (\u0410\u043B\u044C\u0444\u0430)","translationServices.volcAlpha":"\u0412\u0443\u043B\u043A\u0430\u043D (\u0410\u043B\u044C\u0444\u0430)","translationServices.openl":"OpenL","translationServices.youdao":"\u041F\u0435\u0440\u0435\u0432\u043E\u0434 \u043D\u0430 Youtube","translationServices.you":"\u041F\u0435\u0440\u0435\u0432\u043E\u0434\u0447\u0438\u043A Youdao (\u0410\u043B\u044C\u0444\u0430)","translationServices.transmart":"\u041F\u0435\u0440\u0435\u0432\u043E\u0434 Tencent Interactive","translationServices.niu":"Maverick Translator","translationServices.papago":"\u041F\u0435\u0440\u0435\u0432\u043E\u0434 Papago","translationServices.d":"D (Alpha)","translationServices.dpro":"D Pro (Canary)","translationServices.openai":"OpenAI","translationServices.yandex":"Yandex","translationServices.chatgpt":"ChatGPT Web(3.5 mobile)","translate title":"\u041F\u0435\u0440\u0435\u0432\u043E\u0434 \u0437\u0430\u0433\u043E\u043B\u043E\u0432\u043A\u043E\u0432 \u0441\u0442\u0440\u0430\u043D\u0438\u0446","always languages":"\u0412\u0441\u0435\u0433\u0434\u0430 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0438\u0442\u0435 \u044F\u0437\u044B\u043A",neverTranslateLanguagesLabel:"\u042F\u0437\u044B\u043A, \u043A\u043E\u0442\u043E\u0440\u044B\u0439 \u043D\u0438\u043A\u043E\u0433\u0434\u0430 \u043D\u0435 \u0431\u0443\u0434\u0435\u0442 \u043F\u0435\u0440\u0435\u0432\u0435\u0434\u0435\u043D",neverTranslateTheFollowingLanguagesDescription:"\u041F\u0435\u0440\u0435\u0432\u043E\u0434\u044B \u043F\u0440\u043E\u043F\u0443\u0441\u043A\u0430\u044E\u0442\u0441\u044F, \u0435\u0441\u043B\u0438 \u0430\u0431\u0437\u0430\u0446 \u043D\u0430 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u0435 \u043D\u0430\u043F\u0438\u0441\u0430\u043D \u043D\u0430 \u043E\u0434\u043D\u043E\u043C \u0438\u0437 \u0441\u043B\u0435\u0434\u0443\u044E\u0449\u0438\u0445 \u044F\u0437\u044B\u043A\u043E\u0432",enableUserscriptPagePopup:"\u041F\u043E\u043A\u0430\u0437\u044B\u0432\u0430\u0442\u044C \u043D\u0430\u0432\u0435\u0434\u0435\u043D\u043D\u044B\u0439 \u0448\u0430\u0440 \u043D\u0430 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u0435",enableUserscriptPagePopupDescription:"\u041F\u043E\u0441\u043B\u0435 \u0432\u044B\u043A\u043B\u044E\u0447\u0435\u043D\u0438\u044F \u0445\u043E\u0432\u0435\u0440\u0431\u043E\u043B\u0430 \u0435\u0433\u043E \u043C\u043E\u0436\u043D\u043E \u0432\u044B\u0437\u0432\u0430\u0442\u044C \u0441 \u043F\u043E\u043C\u043E\u0449\u044C\u044E \u044F\u0440\u043B\u044B\u043A\u0430 /{touch}. \u041D\u0430\u0441\u0442\u043E\u044F\u0442\u0435\u043B\u044C\u043D\u043E \u0440\u0435\u043A\u043E\u043C\u0435\u043D\u0434\u0443\u0435\u0442\u0441\u044F \u0434\u043E\u0431\u0430\u0432\u0438\u0442\u044C \u044D\u0442\u0443 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u0443 \u043D\u0430\u0441\u0442\u0440\u043E\u0435\u043A \u0432 \u0437\u0430\u043A\u043B\u0430\u0434\u043A\u0438, \u0447\u0442\u043E\u0431\u044B \u043D\u0435 \u043D\u0430\u0439\u0442\u0438 \u0445\u043E\u0432\u0435\u0440\u0431\u043E\u043B \u043F\u043E\u0441\u043B\u0435 \u0441\u043B\u0443\u0447\u0430\u0439\u043D\u043E\u0433\u043E \u043E\u0442\u043A\u043B\u044E\u0447\u0435\u043D\u0438\u044F \u044D\u0442\u043E\u0439 \u043E\u043F\u0446\u0438\u0438!","always translate the following languages":"\u0410\u0432\u0442\u043E\u043C\u0430\u0442\u0438\u0447\u0435\u0441\u043A\u0438\u0439 \u043F\u0435\u0440\u0435\u0432\u043E\u0434 \u043D\u0430 \u0446\u0435\u043B\u0435\u0432\u043E\u0439 \u044F\u0437\u044B\u043A, \u0435\u0441\u043B\u0438 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u0430 \u043D\u0430\u043F\u0438\u0441\u0430\u043D\u0430 \u043D\u0430 \u043E\u0434\u043D\u043E\u043C \u0438\u0437 \u0441\u043B\u0435\u0434\u0443\u044E\u0449\u0438\u0445 \u044F\u0437\u044B\u043A\u043E\u0432","always sites":"\u0412\u0441\u0435\u0433\u0434\u0430 \u043F\u0435\u0440\u0435\u0432\u0435\u0434\u0435\u043D\u043D\u044B\u0435 \u0432\u0435\u0431-\u0441\u0430\u0439\u0442\u044B","always translate the following sites":"\u0412\u0435\u0431-\u0441\u0430\u0439\u0442\u044B \u0430\u0432\u0442\u043E\u043C\u0430\u0442\u0438\u0447\u0435\u0441\u043A\u0438 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u044F\u0442\u0441\u044F \u043D\u0430 \u044F\u0437\u044B\u043A \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430, \u0435\u0441\u043B\u0438 \u043E\u043D\u0438 \u044F\u0432\u043B\u044F\u044E\u0442\u0441\u044F \u0434\u043E\u043C\u0435\u043D\u043D\u044B\u043C\u0438 \u0438\u043C\u0435\u043D\u0430\u043C\u0438","never sites":"\u041D\u0435\u043F\u0435\u0440\u0435\u0432\u0435\u0434\u0435\u043D\u043D\u044B\u0439 \u0441\u0430\u0439\u0442","never translate the following sites":"\u041F\u0435\u0440\u0435\u0432\u043E\u0434 \u043D\u0435 \u0431\u0443\u0434\u0435\u0442 \u0432\u044B\u043F\u043E\u043B\u043D\u044F\u0442\u044C\u0441\u044F, \u0435\u0441\u043B\u0438 \u0441\u0430\u0439\u0442 \u043F\u0440\u0435\u0434\u043D\u0430\u0437\u043D\u0430\u0447\u0435\u043D \u0434\u043B\u044F \u0441\u043B\u0435\u0434\u0443\u044E\u0449\u0438\u0445 \u0434\u043E\u043C\u0435\u043D\u043E\u0432","please refer to":"\u041F\u0435\u0440\u0435\u0434 \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u043D\u0438\u0435\u043C \u043D\u0435\u043E\u0431\u0445\u043E\u0434\u0438\u043C\u043E \u0437\u0430\u043F\u043E\u043B\u043D\u0438\u0442\u044C \u043A\u043B\u044E\u0447.",KeyAndConfigurationTutorial:"\u0423\u0447\u0435\u0431\u043D\u0438\u043A \u043F\u043E \u043F\u0440\u0438\u043C\u0435\u043D\u0435\u043D\u0438\u044E \u0438 \u043D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0435 \u043A\u043B\u044E\u0447\u0435\u0439",useAboveStyleForTheseSites:"\u0412\u0441\u0435\u0433\u0434\u0430 \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u0443\u0439\u0442\u0435 \u0441\u0442\u0438\u043B\u044C \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430 \u2308{theme}\u230B, \u0435\u0441\u043B\u0438 \u0441\u0430\u0439\u0442 \u043F\u0440\u0435\u0434\u043D\u0430\u0437\u043D\u0430\u0447\u0435\u043D \u0434\u043B\u044F \u0441\u043B\u0435\u0434\u0443\u044E\u0449\u0438\u0445 \u0434\u043E\u043C\u0435\u043D\u043E\u0432",currentUrl:"\u0422\u0435\u043A\u0443\u0449\u0438\u0439 URL",confirm:"\u0441\u043E\u0445\u0440\u0430\u043D\u044F\u0442\u044C (\u0444\u0430\u0439\u043B \u0438 \u0442.\u0434.) (\u0432\u044B\u0447\u0438\u0441\u043B\u0438\u0442\u0435\u043B\u044C\u043D\u0430\u044F \u0442\u0435\u0445\u043D\u0438\u043A\u0430)",cancel:"\u043E\u0442\u043C\u0435\u043D\u044B",delete:"\u0443\u0434\u0430\u043B\u0435\u043D\u0438\u0435","languages.auto":"\u0430\u0432\u0442\u043E\u043C\u0430\u0442\u0438\u0447\u0435\u0441\u043A\u043E\u0435 \u043E\u0431\u043D\u0430\u0440\u0443\u0436\u0435\u043D\u0438\u0435",syncToCloud:"\u0421\u0438\u043D\u0445\u0440\u043E\u043D\u0438\u0437\u0430\u0446\u0438\u044F \u0441 Google Drive",syncToCloudDescription:"\u0417\u0430\u0433\u0440\u0443\u0436\u0435\u043D\u043D\u0430\u044F \u0432 \u043E\u0431\u043B\u0430\u043A\u043E, \u043A\u043E\u043D\u0444\u0438\u0433\u0443\u0440\u0430\u0446\u0438\u044F \u043C\u043E\u0436\u0435\u0442 \u0431\u044B\u0442\u044C \u0441\u0438\u043D\u0445\u0440\u043E\u043D\u0438\u0437\u0438\u0440\u043E\u0432\u0430\u043D\u0430 \u043C\u0435\u0436\u0434\u0443 \u0440\u0430\u0437\u043B\u0438\u0447\u043D\u044B\u043C\u0438 \u0431\u0440\u0430\u0443\u0437\u0435\u0440\u0430\u043C\u0438/\u0441\u043A\u0440\u0438\u043F\u0442\u0430\u043C\u0438 grease monkey, \u0432 \u0437\u0430\u0432\u0438\u0441\u0438\u043C\u043E\u0441\u0442\u0438 \u043E\u0442 \u0442\u043E\u0433\u043E, \u0447\u0442\u043E \u0431\u044B\u043B\u043E \u0438\u0437\u043C\u0435\u043D\u0435\u043D\u043E \u043F\u043E\u0441\u043B\u0435\u0434\u043D\u0438\u043C.",syncToAccount:"\u0421\u0438\u043D\u0445\u0440\u043E\u043D\u0438\u0437\u0430\u0446\u0438\u044F \u0441 \u043E\u0431\u043B\u0430\u043A\u043E\u043C \u0438\u043C\u043C\u0435\u0440\u0441\u0438\u0432\u043D\u043E\u0433\u043E \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430",syncToAccountButton:"\u041C\u0433\u043D\u043E\u0432\u0435\u043D\u043D\u0430\u044F \u0441\u0438\u043D\u0445\u0440\u043E\u043D\u0438\u0437\u0430\u0446\u0438\u044F \u0441 \u043E\u0431\u043B\u0430\u043A\u043E\u043C",syncToAccountDescription:"\u0410\u0432\u0442\u043E\u043C\u0430\u0442\u0438\u0447\u0435\u0441\u043A\u0430\u044F \u0441\u0438\u043D\u0445\u0440\u043E\u043D\u0438\u0437\u0430\u0446\u0438\u044F \u043A\u043E\u043D\u0444\u0438\u0433\u0443\u0440\u0430\u0446\u0438\u0439 \u043C\u0435\u0436\u0434\u0443 \u0440\u0430\u0437\u043B\u0438\u0447\u043D\u044B\u043C\u0438 \u0443\u0441\u0442\u0440\u043E\u0439\u0441\u0442\u0432\u0430\u043C\u0438 \u0432 \u0437\u0430\u0432\u0438\u0441\u0438\u043C\u043E\u0441\u0442\u0438 \u043E\u0442 \u0442\u043E\u0433\u043E, \u043A\u0430\u043A\u0430\u044F \u0438\u0437 \u043D\u0438\u0445 \u0431\u044B\u043B\u0430 \u0438\u0437\u043C\u0435\u043D\u0435\u043D\u0430 \u043F\u043E\u0441\u043B\u0435\u0434\u043D\u0435\u0439.",successSyncConfigInAccount:"\u0423\u0441\u043F\u0435\u0448\u043D\u0430\u044F \u0441\u0438\u043D\u0445\u0440\u043E\u043D\u0438\u0437\u0430\u0446\u0438\u044F \u0441 \u043E\u0431\u043B\u0430\u043A\u043E\u043C",successSyncConfigToAccount:"\u0423\u0441\u043F\u0435\u0448\u043D\u0430\u044F \u0441\u0438\u043D\u0445\u0440\u043E\u043D\u0438\u0437\u0430\u0446\u0438\u044F \u0441 \u043E\u0431\u043B\u0430\u043A\u043E\u043C",syncConfigNoUpdate:"\u041E\u043D\u0430 \u0443\u0436\u0435 \u0441\u043E\u043E\u0442\u0432\u0435\u0442\u0441\u0442\u0432\u0443\u0435\u0442 \u0441\u043E\u0432\u0440\u0435\u043C\u0435\u043D\u043D\u044B\u043C \u0442\u0440\u0435\u0431\u043E\u0432\u0430\u043D\u0438\u044F\u043C.",authFail:"\u0421\u0431\u043E\u0439 \u0430\u0432\u0442\u043E\u0440\u0438\u0437\u0430\u0446\u0438\u0438",syncTitle:"\u0420\u0443\u0447\u043D\u043E\u0435 \u0443\u043F\u0440\u0430\u0432\u043B\u0435\u043D\u0438\u0435 \u0440\u0435\u0437\u0435\u0440\u0432\u043D\u044B\u043C \u043A\u043E\u043F\u0438\u0440\u043E\u0432\u0430\u043D\u0438\u0435\u043C",import_hint:"\u0438\u043C\u043F\u043E\u0440\u0442 (\u0434\u0430\u043D\u043D\u044B\u0435)",upload:"\u0437\u0430\u0433\u0440\u0443\u0437\u0438\u0442\u044C",revokeAuth:"\u043E\u0442\u043E\u0437\u0432\u0430\u0442\u044C \u0440\u0430\u0437\u0440\u0435\u0448\u0435\u043D\u0438\u0435",uploadFail:"\u0417\u0430\u0433\u0440\u0443\u0437\u043A\u0430 \u043D\u0435 \u0443\u0434\u0430\u043B\u0430\u0441\u044C",download:"\u0437\u0430\u0433\u0440\u0443\u0437\u043A\u0430",importSuccess:"\u0423\u0441\u043F\u0435\u0448\u043D\u043E \u0438\u043C\u043F\u043E\u0440\u0442\u0438\u0440\u0443\u0435\u0442\u0441\u044F",importFail:"\u0441\u0431\u043E\u0439 \u0438\u043C\u043F\u043E\u0440\u0442\u0430",deleteFail:"\u041D\u0435 \u0443\u0434\u0430\u043B\u043E\u0441\u044C \u0443\u0434\u0430\u043B\u0438\u0442\u044C",backupToCloud:"\u0420\u0443\u0447\u043D\u043E\u0435 \u0443\u043F\u0440\u0430\u0432\u043B\u0435\u043D\u0438\u0435 \u0444\u0430\u0439\u043B\u0430\u043C\u0438 \u0440\u0435\u0437\u0435\u0440\u0432\u043D\u043E\u0433\u043E \u043A\u043E\u043F\u0438\u0440\u043E\u0432\u0430\u043D\u0438\u044F",create_new_backup:"\u0414\u043E\u0431\u0430\u0432\u043B\u0435\u043D\u0438\u0435 \u043D\u043E\u0432\u043E\u0433\u043E \u0443\u0437\u043B\u0430 \u0440\u0435\u0437\u0435\u0440\u0432\u043D\u043E\u0433\u043E \u043A\u043E\u043F\u0438\u0440\u043E\u0432\u0430\u043D\u0438\u044F",maxBackupFiles:"\u0420\u0435\u0437\u0435\u0440\u0432\u043D\u043E\u0435 \u043A\u043E\u043F\u0438\u0440\u043E\u0432\u0430\u043D\u0438\u0435 \u043C\u043E\u0436\u0435\u0442 \u0431\u044B\u0442\u044C \u0432\u044B\u043F\u043E\u043B\u043D\u0435\u043D\u043E \u0434\u043E{count}\u0440\u0430\u0437\u043B\u0438\u0447\u043D\u044B\u0445 \u0443\u0437\u043B\u043E\u0432, \u0443\u0434\u0430\u043B\u0438\u0442\u0435 \u043D\u0435\u043D\u0443\u0436\u043D\u044B\u0435 \u0443\u0437\u043B\u044B.",backupToCloudDescription:"\u0420\u0443\u0447\u043D\u0430\u044F \u0437\u0430\u0433\u0440\u0443\u0437\u043A\u0430 \u0438\u043B\u0438 \u0432\u043E\u0441\u0441\u0442\u0430\u043D\u043E\u0432\u043B\u0435\u043D\u0438\u0435 \u0444\u0430\u0439\u043B\u043E\u0432 \u0440\u0435\u0437\u0435\u0440\u0432\u043D\u044B\u0445 \u043A\u043E\u043F\u0438\u0439, \u043F\u043E\u0437\u0432\u043E\u043B\u044F\u044E\u0449\u0430\u044F \u0441\u043E\u0437\u0434\u0430\u0432\u0430\u0442\u044C \u0434\u043E 3 \u0440\u0430\u0437\u043B\u0438\u0447\u043D\u044B\u0445 \u0440\u0435\u0437\u0435\u0440\u0432\u043D\u044B\u0445 \u043A\u043E\u043F\u0438\u0439",successSyncConfig:"\u0423\u0441\u043F\u0435\u0448\u043D\u0430\u044F \u0441\u0438\u043D\u0445\u0440\u043E\u043D\u0438\u0437\u0430\u0446\u0438\u044F \u0441 \u043E\u0431\u043B\u0430\u043A\u043E\u043C",syncFail:"\u0441\u0431\u043E\u0439 \u0441\u0438\u043D\u0445\u0440\u043E\u043D\u0438\u0437\u0430\u0446\u0438\u0438",updatedAt:"\u041E\u0431\u043D\u043E\u0432\u043B\u0435\u043D\u043E \u0441 \u0441\u0430\u0439\u0442\u0430 {date}",lastSyncedAt:"\u041F\u043E\u0441\u043B\u0435\u0434\u043D\u044F\u044F \u043F\u0440\u043E\u0432\u0435\u0440\u043A\u0430 \u043D\u0430 \u0441\u0430\u0439\u0442\u0435 {date}",downloadFail:"\u041D\u0435 \u0443\u0434\u0430\u043B\u043E\u0441\u044C \u0437\u0430\u0433\u0440\u0443\u0437\u0438\u0442\u044C",clickToDownload:"\u041D\u0430\u0436\u043C\u0438\u0442\u0435 \u0434\u043B\u044F \u0437\u0430\u0433\u0440\u0443\u0437\u043A\u0438",aboutLabel:"\u041E \u043A\u043E\u043C\u043F\u0430\u043D\u0438\u0438 - \u041E\u0431\u0440\u0430\u0442\u043D\u0430\u044F \u0441\u0432\u044F\u0437\u044C","browser.openAboutPage":"\u0418\u043D\u0444\u043E\u0440\u043C\u0430\u0446\u0438\u044F/\u041E\u0442\u0437\u044B\u0432\u044B",aboutLabelWithoutSponsor:"\u041E \u043A\u043E\u043C\u043F\u0430\u043D\u0438\u0438 - \u041E\u0431\u0440\u0430\u0442\u043D\u0430\u044F \u0441\u0432\u044F\u0437\u044C",aboutIntro:"\u041F\u0443\u0441\u0442\u044C \u043D\u0430\u043C \u0432\u0441\u0435\u043C \u0431\u0443\u0434\u0435\u0442 \u043B\u0435\u0433\u0447\u0435 \u0438 \u043F\u0440\u0438\u044F\u0442\u043D\u0435\u0435 \u043F\u043E\u043B\u0443\u0447\u0430\u0442\u044C \u0434\u043E\u0441\u0442\u0443\u043F \u043A \u043E\u0433\u0440\u043E\u043C\u043D\u043E\u043C\u0443 \u043A\u043E\u043B\u0438\u0447\u0435\u0441\u0442\u0432\u0443 \u0438\u043D\u0444\u043E\u0440\u043C\u0430\u0446\u0438\u0438 \u043D\u0430 \u0438\u043D\u043E\u0441\u0442\u0440\u0430\u043D\u043D\u044B\u0445 \u044F\u0437\u044B\u043A\u0430\u0445 \u0432 \u0418\u043D\u0442\u0435\u0440\u043D\u0435\u0442\u0435 \u2764\uFE0F \u0412\u044B \u043C\u043E\u0436\u0435\u0442\u0435 \u0430\u043A\u0442\u0438\u0432\u0438\u0440\u043E\u0432\u0430\u0442\u044C <6>\u0447\u043B\u0435\u043D\u0441\u0442\u0432\u043E \u0432 \u043F\u0440\u043E\u0433\u0440\u0430\u043C\u043C\u0435 Pro, \u0447\u0442\u043E\u0431\u044B \u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u044C\u0441\u044F \u0433\u043E\u0442\u043E\u0432\u044B\u043C\u0438 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430\u043C\u0438 DeepL \u0438 OpenAI.

\u0412\u044B \u043C\u043E\u0436\u0435\u0442\u0435 \u0441\u043B\u0435\u0434\u0438\u0442\u044C \u0437\u0430 \u043D\u0430\u043C\u0438 \u0432 <3>Twitter, <4>Telegram, Weibo, WeChat \u0438\u043B\u0438 <5>\u043F\u043E\u0434\u043F\u0438\u0441\u0430\u0442\u044C\u0441\u044F \u043D\u0430 \u043D\u0430\u0448\u0443 \u0440\u0430\u0441\u0441\u044B\u043B\u043A\u0443 \u043D\u0438\u0436\u0435, \u0447\u0442\u043E\u0431\u044B \u043E\u0442\u0441\u043B\u0435\u0436\u0438\u0432\u0430\u0442\u044C \u043E\u0431\u043D\u043E\u0432\u043B\u0435\u043D\u0438\u044F.
<7>\u0423\u0447\u0430\u0441\u0442\u043D\u0438\u043A\u0438 \u043F\u0440\u043E\u0433\u0440\u0430\u043C\u043C\u044B Pro \u043C\u043E\u0433\u0443\u0442 \u0441\u0432\u044F\u0437\u0430\u0442\u044C\u0441\u044F \u0441 \u043D\u0430\u043C\u0438 \u043F\u043E \u0430\u0434\u0440\u0435\u0441\u0443 <8>support@immersivetranslate.com \u0434\u043B\u044F \u0431\u044B\u0441\u0442\u0440\u043E\u0433\u043E \u043E\u0431\u0441\u043B\u0443\u0436\u0438\u0432\u0430\u043D\u0438\u044F \u043A\u043B\u0438\u0435\u043D\u0442\u043E\u0432.",aboutIntroWithoutSponsor:"\u041F\u0443\u0441\u0442\u044C \u0432\u0441\u0435\u043C \u043D\u0430\u043C \u0431\u0443\u0434\u0435\u0442 \u043B\u0435\u0433\u0447\u0435 \u0438 \u043F\u0440\u0438\u044F\u0442\u043D\u0435\u0435 \u043F\u043E\u043B\u0443\u0447\u0430\u0442\u044C \u0434\u043E\u0441\u0442\u0443\u043F \u043A \u043E\u0433\u0440\u043E\u043C\u043D\u043E\u043C\u0443 \u043A\u043E\u043B\u0438\u0447\u0435\u0441\u0442\u0432\u0443 \u0438\u043D\u0444\u043E\u0440\u043C\u0430\u0446\u0438\u0438 \u043D\u0430 \u0438\u043D\u043E\u0441\u0442\u0440\u0430\u043D\u043D\u044B\u0445 \u044F\u0437\u044B\u043A\u0430\u0445, \u0434\u043E\u0441\u0442\u0443\u043F\u043D\u043E\u0439 \u0432 \u0418\u043D\u0442\u0435\u0440\u043D\u0435\u0442\u0435 \u2764\uFE0F

\u0412\u044B \u043C\u043E\u0436\u0435\u0442\u0435 \u0441\u043B\u0435\u0434\u0438\u0442\u044C \u0437\u0430 \u043D\u0430\u043C\u0438 \u0432 <3>Twitter, <4>Telegram-\u043A\u0430\u043D\u0430\u043B\u0435, WeChat, WeChat Exchange \u0438\u043B\u0438 <5>\u043F\u043E\u0434\u043F\u0438\u0441\u0430\u0442\u044C\u0441\u044F \u043D\u0430 \u043E\u0442\u0441\u043B\u0435\u0436\u0438\u0432\u0430\u043D\u0438\u0435 \u043E\u0431\u043D\u043E\u0432\u043B\u0435\u043D\u0438\u0439 \u043F\u043E <5>\u044D\u043B\u0435\u043A\u0442\u0440\u043E\u043D\u043D\u043E\u0439 \u043F\u043E\u0447\u0442\u0435 \u043D\u0438\u0436\u0435.",projectHomepage:'\u041F\u0440\u043E\u0435\u043A\u0442 "\u0414\u043E\u043C',joinTelegramGroup:"\u041F\u0440\u0438\u0441\u043E\u0435\u0434\u0438\u043D\u044F\u0439\u0442\u0435\u0441\u044C \u043A \u0433\u0440\u0443\u043F\u043F\u0435 \u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u0435\u043B\u0435\u0439 \u0434\u043B\u044F \u0443\u0447\u0430\u0441\u0442\u0438\u044F \u0432 \u043E\u0431\u0441\u0443\u0436\u0434\u0435\u043D\u0438\u0438 \u0444\u0443\u043D\u043A\u0446\u0438\u0439",wechatPublicAccount:"WeChat Public",wechatCommunities:"\u0413\u0440\u0443\u043F\u043F\u0430 \u043E\u0431\u043C\u0435\u043D\u0430 WeChat",qqCommunities:"\u041A\u0430\u043D\u0430\u043B \u0441\u0432\u044F\u0437\u0438 QQ",joinTelegramChannel:"\u0421\u043B\u0435\u0434\u0438\u0442\u0435 \u0437\u0430 \u043E\u0431\u043D\u043E\u0432\u043B\u0435\u043D\u0438\u044F\u043C\u0438 \u0432 Telegram-\u043A\u0430\u043D\u0430\u043B\u0435",feedbackAndJoin:"\u0412\u043E\u043F\u0440\u043E\u0441 \u041E\u0431\u0440\u0430\u0442\u043D\u0430\u044F \u0441\u0432\u044F\u0437\u044C / \u0414\u043E\u0431\u0430\u0432\u0438\u0442\u044C \u0433\u0440\u0443\u043F\u043F\u0443",autoSync:"\u0430\u0432\u0442\u043E\u043C\u0430\u0442\u0438\u0447\u0435\u0441\u043A\u0430\u044F \u0441\u0438\u043D\u0445\u0440\u043E\u043D\u0438\u0437\u0430\u0446\u0438\u044F \u0432\u0440\u0435\u043C\u0435\u043D\u0438",loadingThemeTitle:"\u0421\u0442\u0438\u043B\u044C \u0437\u0430\u0433\u0440\u0443\u0437\u043A\u0438",loadingThemeDescription:"\u0423\u0441\u0442\u0430\u043D\u043E\u0432\u043A\u0430 \u0441\u0442\u0438\u043B\u044F \u043F\u0440\u0438 \u043E\u0436\u0438\u0434\u0430\u043D\u0438\u0438 \u0437\u0430\u0433\u0440\u0443\u0437\u043A\u0438 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430","loadingTheme.spinner":"\u0412\u0440\u0430\u0449\u0430\u044E\u0449\u0430\u044F\u0441\u044F \u0430\u043D\u0438\u043C\u0430\u0446\u0438\u044F","loadingTheme.text":"\u0441\u0442\u0430\u0442\u0438\u0447\u0435\u0441\u043A\u0438\u0439 \u0442\u0435\u043A\u0441\u0442 \u0447\u0435\u0433\u043E-\u043B. ","loadingTheme.none":"\u043D\u0435 \u043F\u043E\u043A\u0430\u0437\u0430\u043D\u043E",developerDescription:"\u0414\u043E\u043A\u0443\u043C\u0435\u043D\u0442\u0430\u0446\u0438\u044E \u043F\u043E \u0440\u0430\u0441\u0448\u0438\u0440\u0435\u043D\u043D\u043E\u0439 \u043D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0435 \u043C\u043E\u0436\u043D\u043E \u043D\u0430\u0439\u0442\u0438 <1>\u0437\u0434\u0435\u0441\u044C","edit border color":"\u0418\u0437\u043C\u0435\u043D\u0435\u043D\u0438\u0435 \u0446\u0432\u0435\u0442\u0430 \u0433\u0440\u0430\u043D\u0438\u0446\u044B",successSyncButNoChange:"\u0422\u0435\u043A\u0443\u0449\u0430\u044F \u043A\u043E\u043D\u0444\u0438\u0433\u0443\u0440\u0430\u0446\u0438\u044F \u0441\u043E\u043E\u0442\u0432\u0435\u0442\u0441\u0442\u0432\u0443\u0435\u0442 \u043E\u0431\u043B\u0430\u043A\u0443",customTheme:"\u041D\u0435\u0441\u0442\u0430\u043D\u0434\u0430\u0440\u0442\u043D\u044B\u0435 \u0446\u0432\u0435\u0442\u0430 \u0438 \u0440\u0430\u0437\u043C\u0435\u0440\u044B","customThemeLabel.borderColor":"\u0426\u0432\u0435\u0442 \u0433\u0440\u0430\u043D\u0438\u0446\u044B","customThemeLabel.borderRadius":"\u0421\u043A\u0440\u0443\u0433\u043B\u0435\u043D\u043D\u044B\u0435 \u043A\u0440\u0430\u044F","customThemeLabel.textColor":"\u0446\u0432\u0435\u0442 \u0442\u0435\u043A\u0441\u0442\u0430","customThemeLabel.backgroundColor":"\u0446\u0432\u0435\u0442 \u0444\u043E\u043D\u0430","customThemeLabel.zoom":"\u041C\u0430\u0441\u0448\u0442\u0430\u0431\u0438\u0440\u043E\u0432\u0430\u043D\u0438\u0435 \u0448\u0440\u0438\u0444\u0442\u0430 (%)","customThemeLabel.opacity":"\u041D\u0435\u043F\u0440\u043E\u0437\u0440\u0430\u0447\u043D\u043E\u0441\u0442\u044C \u0442\u0435\u043A\u0441\u0442\u0430 (%)",resetToDefaultColor:"\u0412\u043E\u0441\u0441\u0442\u0430\u043D\u043E\u0432\u043B\u0435\u043D\u0438\u0435 \u0446\u0432\u0435\u0442\u043E\u0432 \u043F\u043E \u0443\u043C\u043E\u043B\u0447\u0430\u043D\u0438\u044E",resetToDefaultSettings:"\u0412\u043E\u0441\u0441\u0442\u0430\u043D\u043E\u0432\u043B\u0435\u043D\u0438\u0435 \u043D\u0430\u0441\u0442\u0440\u043E\u0435\u043A \u043F\u043E \u0443\u043C\u043E\u043B\u0447\u0430\u043D\u0438\u044E",isTranslateTitle:"\u0412\u043A\u043B\u044E\u0447\u0438\u0442\u044C \u043F\u0435\u0440\u0435\u0432\u043E\u0434 \u0437\u0430\u0433\u043E\u043B\u043E\u0432\u043A\u043E\u0432 \u0441\u0442\u0440\u0430\u043D\u0438\u0446",isTranslateTitleDescription:"\u041F\u0440\u0438 \u043E\u0442\u043A\u0440\u044B\u0442\u0438\u0438 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u044B \u0435\u0435 \u0437\u0430\u0433\u043E\u043B\u043E\u0432\u043E\u043A \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0438\u0442\u0441\u044F",enableSearchEnhancement:"\u0412\u043A\u043B\u044E\u0447\u0435\u043D\u0438\u0435 \u0444\u0443\u043D\u043A\u0446\u0438\u0438 \u0440\u0430\u0441\u0448\u0438\u0440\u0435\u043D\u0438\u044F \u0434\u0432\u0443\u044F\u0437\u044B\u0447\u043D\u044B\u0445 \u0441\u043E\u043E\u0431\u0449\u0435\u043D\u0438\u0439",enableSearchEnhancementDescription:'\u041F\u043E\u0441\u043B\u0435 \u0432\u043A\u043B\u044E\u0447\u0435\u043D\u0438\u044F \u044D\u0442\u043E\u0439 \u0444\u0443\u043D\u043A\u0446\u0438\u0438 \u0440\u0435\u0437\u0443\u043B\u044C\u0442\u0430\u0442\u044B \u043F\u043E\u0438\u0441\u043A\u0430 "Google \u041D\u043E\u0432\u043E\u0441\u0442\u0438" \u0431\u0443\u0434\u0443\u0442 \u0430\u0432\u0442\u043E\u043C\u0430\u0442\u0438\u0447\u0435\u0441\u043A\u0438 \u043E\u0442\u043E\u0431\u0440\u0430\u0436\u0430\u0442\u044C\u0441\u044F \u0432 \u043F\u0440\u0430\u0432\u043E\u0439 \u043A\u043E\u043B\u043E\u043D\u043A\u0435 \u043F\u043E\u0434\u0434\u0435\u0440\u0436\u0438\u0432\u0430\u0435\u043C\u044B\u0445 \u0441\u0430\u0439\u0442\u043E\u0432 (Google \u041D\u043E\u0432\u043E\u0441\u0442\u0438, Google \u041F\u043E\u0438\u0441\u043A (\u043D\u0435\u043A\u043E\u0442\u043E\u0440\u044B\u0435 \u043A\u043B\u044E\u0447\u0435\u0432\u044B\u0435 \u0441\u043B\u043E\u0432\u0430), Snowball, Oriental Fortune, Futura, Tiger Community) \u0434\u043B\u044F \u0441\u043E\u043E\u0442\u0432\u0435\u0442\u0441\u0442\u0432\u0443\u044E\u0449\u0438\u0445 \u0430\u043D\u0433\u043B\u0438\u0439\u0441\u043A\u0438\u0445 \u043A\u043B\u044E\u0447\u0435\u0432\u044B\u0445 \u0441\u043B\u043E\u0432.',verifyService:"\u041D\u0430\u0436\u043C\u0438\u0442\u0435 \u0437\u0434\u0435\u0441\u044C, \u0447\u0442\u043E\u0431\u044B \u043F\u0440\u043E\u0442\u0435\u0441\u0442\u0438\u0440\u043E\u0432\u0430\u0442\u044C \u0443\u0441\u043B\u0443\u0433\u0443",verified:"\u041F\u0440\u043E\u0432\u0435\u0440\u043A\u0430 \u0443\u0441\u043F\u0435\u0448\u043D\u043E\u0441\u0442\u0438","field.langs":"\u041F\u043E\u0434\u0434\u0435\u0440\u0436\u0438\u0432\u0430\u0435\u043C\u044B\u0435 \u043A\u043E\u0434\u044B \u044F\u0437\u044B\u043A\u043E\u0432","field.model":"\u043C\u043E\u0434\u0435\u043B\u0438\u0440\u043E\u0432\u0430\u043D\u0438\u0435","field.translationEngine":"\u043C\u0435\u0445\u0430\u043D\u0438\u0437\u043C \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430","field.limitPerMinute":"\u041C\u0430\u043A\u0441\u0438\u043C\u0430\u043B\u044C\u043D\u043E\u0435 \u043A\u043E\u043B\u0438\u0447\u0435\u0441\u0442\u0432\u043E \u0437\u0430\u043F\u0440\u043E\u0441\u043E\u0432 \u0432 \u043C\u0438\u043D\u0443\u0442\u0443","field.limitPerSecond":"\u041C\u0430\u043A\u0441\u0438\u043C\u0430\u043B\u044C\u043D\u043E\u0435 \u043A\u043E\u043B\u0438\u0447\u0435\u0441\u0442\u0432\u043E \u0437\u0430\u043F\u0440\u043E\u0441\u043E\u0432 \u0432 \u0441\u0435\u043A\u0443\u043D\u0434\u0443","field.maxTextLengthPerRequest":"\u041C\u0430\u043A\u0441\u0438\u043C\u0430\u043B\u044C\u043D\u0430\u044F \u0434\u043B\u0438\u043D\u0430 \u0442\u0435\u043A\u0441\u0442\u0430 \u0432 \u043E\u0434\u043D\u043E\u043C \u0437\u0430\u043F\u0440\u043E\u0441\u0435","field.maxTextGroupLengthPerRequest":"\u041C\u0430\u043A\u0441\u0438\u043C\u0430\u043B\u044C\u043D\u043E\u0435 \u043A\u043E\u043B\u0438\u0447\u0435\u0441\u0442\u0432\u043E \u043F\u0430\u0440\u0430\u0433\u0440\u0430\u0444\u043E\u0432 \u0432 \u043E\u0434\u043D\u043E\u043C \u0437\u0430\u043F\u0440\u043E\u0441\u0435","field.apiUrl":"\u0410\u0434\u0440\u0435\u0441 \u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u0435\u043B\u044C\u0441\u043A\u043E\u0433\u043E \u0438\u043D\u0442\u0435\u0440\u0444\u0435\u0439\u0441\u0430 API","field.placeholderDelimiters":"\u0437\u0430\u0440\u0435\u0437\u0435\u0440\u0432\u0438\u0440\u043E\u0432\u0430\u043D\u043D\u043E\u0435 \u043C\u0435\u0441\u0442\u043E","description.custom":"\u0414\u043E\u0441\u0442\u0443\u043F \u043A \u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u0435\u043B\u044C\u0441\u043A\u043E\u043C\u0443 \u0438\u043D\u0442\u0435\u0440\u0444\u0435\u0439\u0441\u0443 \u0422\u0440\u0435\u0431\u0443\u0435\u0442\u0441\u044F \u0434\u043E\u043A\u0443\u043C\u0435\u043D\u0442\u0430\u0446\u0438\u044F","description.limitPerMinute":"\u0417\u0430\u043F\u0440\u043E\u0441\u044B, \u043F\u0440\u0435\u0432\u044B\u0448\u0430\u044E\u0449\u0438\u0435 \u044D\u0442\u043E\u0442 \u043B\u0438\u043C\u0438\u0442, \u043F\u043E\u043F\u0430\u0434\u0430\u044E\u0442 \u0432 \u043E\u0447\u0435\u0440\u0435\u0434\u044C \u0434\u043E \u043D\u0430\u0447\u0430\u043B\u0430 \u0441\u043B\u0435\u0434\u0443\u044E\u0449\u0435\u0439 \u043C\u0438\u043D\u0443\u0442\u044B. \u0412 \u0441\u0432\u044F\u0437\u0438 \u0441 \u0440\u0430\u0437\u043B\u0438\u0447\u043D\u044B\u043C\u0438 \u043E\u0433\u0440\u0430\u043D\u0438\u0447\u0435\u043D\u0438\u044F\u043C\u0438 \u0442\u0435\u043A\u0443\u0449\u0435\u0433\u043E \u0441\u0435\u0440\u0432\u0438\u0441\u0430 OpenAI, \u043F\u043E\u0441\u043B\u0435\u0434\u043D\u0438\u0435 \u043F\u0440\u0435\u0434\u043B\u0430\u0433\u0430\u0435\u043C\u044B\u0435 \u0437\u043D\u0430\u0447\u0435\u043D\u0438\u044F \u043C\u043E\u0436\u043D\u043E \u043F\u043E\u0441\u043C\u043E\u0442\u0440\u0435\u0442\u044C <1>\u0437\u0434\u0435\u0441\u044C","description.limitPerSecond":"\u0417\u0430\u043F\u0440\u043E\u0441\u044B, \u043F\u0440\u0435\u0432\u044B\u0448\u0430\u044E\u0449\u0438\u0435 \u044D\u0442\u043E\u0442 \u043B\u0438\u043C\u0438\u0442, \u043F\u043E\u043F\u0430\u0434\u0430\u044E\u0442 \u0432 \u043E\u0447\u0435\u0440\u0435\u0434\u044C \u0434\u043E \u043D\u0430\u0447\u0430\u043B\u0430 \u0441\u043B\u0435\u0434\u0443\u044E\u0449\u0435\u0439 \u0441\u0435\u043A\u0443\u043D\u0434\u044B. \u0412 \u0441\u0432\u044F\u0437\u0438 \u0441 \u0440\u0430\u0437\u043B\u0438\u0447\u043D\u044B\u043C\u0438 \u043E\u0433\u0440\u0430\u043D\u0438\u0447\u0435\u043D\u0438\u044F\u043C\u0438 \u0442\u0435\u043A\u0443\u0449\u0435\u0433\u043E \u0441\u0435\u0440\u0432\u0438\u0441\u0430 OpenAI, \u043F\u043E\u0441\u043B\u0435\u0434\u043D\u0438\u0435 \u043F\u0440\u0435\u0434\u043B\u0430\u0433\u0430\u0435\u043C\u044B\u0435 \u0437\u043D\u0430\u0447\u0435\u043D\u0438\u044F \u043C\u043E\u0436\u043D\u043E \u043F\u043E\u0441\u043C\u043E\u0442\u0440\u0435\u0442\u044C <1>\u0437\u0434\u0435\u0441\u044C","description.generalLimitPerSecond":"\u0417\u0430\u043F\u0440\u043E\u0441\u044B, \u043F\u0440\u0435\u0432\u044B\u0448\u0430\u044E\u0449\u0438\u0435 \u044D\u0442\u043E\u0442 \u043B\u0438\u043C\u0438\u0442, \u043F\u043E\u043F\u0430\u0434\u0430\u044E\u0442 \u0432 \u043E\u0447\u0435\u0440\u0435\u0434\u044C \u0434\u043E \u043D\u0430\u0447\u0430\u043B\u0430 \u0441\u043B\u0435\u0434\u0443\u044E\u0449\u0435\u0439 \u0441\u0435\u043A\u0443\u043D\u0434\u044B.","description.prompt":"\u041E\u0442\u043F\u0440\u0430\u0432\u0438\u0442\u044C \u0434\u0438\u0430\u043B\u043E\u0433 {service} \u043E\u0442 \u0438\u043C\u0435\u043D\u0438 \u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u0435\u043B\u044F, \u0433\u0434\u0435 {{text}} \u043E\u0431\u043E\u0437\u043D\u0430\u0447\u0430\u0435\u0442 \u0442\u0435\u043A\u0441\u0442 \u043F\u0430\u0440\u0430\u0433\u0440\u0430\u0444\u0430, {{from}} \u043E\u0431\u043E\u0437\u043D\u0430\u0447\u0430\u0435\u0442 \u044F\u0437\u044B\u043A \u043F\u0430\u0440\u0430\u0433\u0440\u0430\u0444\u0430, \u0430 {{to}} \u043E\u0431\u043E\u0437\u043D\u0430\u0447\u0430\u0435\u0442 \u0446\u0435\u043B\u0435\u0432\u043E\u0439 \u044F\u0437\u044B\u043A.","description.maxTextLengthPerRequest":"\u041C\u0430\u043A\u0441\u0438\u043C\u0430\u043B\u044C\u043D\u043E\u0435 \u043A\u043E\u043B\u0438\u0447\u0435\u0441\u0442\u0432\u043E \u0441\u0438\u043C\u0432\u043E\u043B\u043E\u0432 \u0432 \u043E\u0434\u043D\u043E\u043C \u0437\u0430\u043F\u0440\u043E\u0441\u0435 \u0441\u043B\u0438\u0448\u043A\u043E\u043C \u0432\u0435\u043B\u0438\u043A\u043E, \u0447\u0442\u043E \u043F\u0440\u0438\u0432\u043E\u0434\u0438\u0442 \u043A \u043C\u0435\u0434\u043B\u0435\u043D\u043D\u043E\u043C\u0443 \u043E\u0442\u043A\u043B\u0438\u043A\u0443 \u0438\u043D\u0442\u0435\u0440\u0444\u0435\u0439\u0441\u0430, \u043F\u043E\u044D\u0442\u043E\u043C\u0443 \u043F\u043E\u043F\u0440\u043E\u0431\u0443\u0439\u0442\u0435 \u043E\u0442\u0440\u0435\u0433\u0443\u043B\u0438\u0440\u043E\u0432\u0430\u0442\u044C \u044D\u0442\u043E\u0442 \u043F\u0430\u0440\u0430\u043C\u0435\u0442\u0440 \u0434\u043B\u044F \u043E\u043F\u0442\u0438\u043C\u0438\u0437\u0430\u0446\u0438\u0438 \u0441\u043A\u043E\u0440\u043E\u0441\u0442\u0438 \u0440\u0430\u0431\u043E\u0442\u044B","description.systemPrompt":"\u0414\u0438\u0430\u043B\u043E\u0433, \u043E\u0442\u043F\u0440\u0430\u0432\u043B\u0435\u043D\u043D\u044B\u0439 \u0441\u0438\u0441\u0442\u0435\u043C\u043E\u0439 \u0432 {service}, \u0433\u0434\u0435 {{text}} \u043E\u0431\u043E\u0437\u043D\u0430\u0447\u0430\u0435\u0442 \u0442\u0435\u043A\u0441\u0442 \u043F\u0430\u0440\u0430\u0433\u0440\u0430\u0444\u0430, {{from}} \u043E\u0431\u043E\u0437\u043D\u0430\u0447\u0430\u0435\u0442 \u044F\u0437\u044B\u043A \u043F\u0430\u0440\u0430\u0433\u0440\u0430\u0444\u0430, {{to}} \u043E\u0431\u043E\u0437\u043D\u0430\u0447\u0430\u0435\u0442 \u0446\u0435\u043B\u0435\u0432\u043E\u0439 \u044F\u0437\u044B\u043A.","field.domain":"\u0446\u0430\u0440\u0441\u0442\u0432\u043E","description.domain":"\u041F\u043E \u0443\u043C\u043E\u043B\u0447\u0430\u043D\u0438\u044E \u0443\u0441\u0442\u0430\u043D\u043E\u0432\u043B\u0435\u043D\u043E \u0437\u043D\u0430\u0447\u0435\u043D\u0438\u0435\uFF1Ageneral. \u041C\u043E\u0436\u0435\u0442 \u0431\u044B\u0442\u044C \u0443\u0441\u0442\u0430\u043D\u043E\u0432\u043B\u0435\u043D\u043E \u0442\u043E\u043B\u044C\u043A\u043E \u0432 \u0442\u043E\u043C \u0441\u043B\u0443\u0447\u0430\u0435, \u0435\u0441\u043B\u0438 \u0432 \u043A\u043E\u043D\u0441\u043E\u043B\u0438 Arima API \u0432\u043A\u043B\u044E\u0447\u0435\u043D \u0434\u043E\u043C\u0435\u043D\u043D\u044B\u0439 \u043F\u0435\u0440\u0435\u0432\u043E\u0434, \u043F\u043E\u0434\u0434\u0435\u0440\u0436\u0438\u0432\u0430\u0435\u043C\u044B\u0435 \u0434\u043E\u043C\u0435\u043D\u044B \u0441\u043C. <1>\u0437\u0434\u0435\u0441\u044C","field.scene":"\u0432\u0437\u044F\u0442\u044C","description.scene":"\u041F\u043E \u0443\u043C\u043E\u043B\u0447\u0430\u043D\u0438\u044E \u0443\u0441\u0442\u0430\u043D\u043E\u0432\u043B\u0435\u043D\u043E \u0437\u043D\u0430\u0447\u0435\u043D\u0438\u0435\uFF1Ageneral. \u041C\u043E\u0436\u0435\u0442 \u0431\u044B\u0442\u044C \u0443\u0441\u0442\u0430\u043D\u043E\u0432\u043B\u0435\u043D\u043E \u0442\u043E\u043B\u044C\u043A\u043E \u0432 \u0442\u043E\u043C \u0441\u043B\u0443\u0447\u0430\u0435, \u0435\u0441\u043B\u0438 \u0432 \u043A\u043E\u043D\u0441\u043E\u043B\u0438 AliCloud API \u043E\u0442\u043A\u0440\u044B\u0442 Machine Translation Pro, \u043E \u043F\u043E\u0434\u0434\u0435\u0440\u0436\u0438\u0432\u0430\u0435\u043C\u044B\u0445 \u0441\u0446\u0435\u043D\u0430\u0440\u0438\u044F\u0445 \u0441\u043C. <1>\u0437\u0434\u0435\u0441\u044C","field.vocabId":"\u0418\u0434\u0435\u043D\u0442\u0438\u0444\u0438\u043A\u0430\u0442\u043E\u0440 \u0441\u043B\u043E\u0432\u0430\u0440\u044F \u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u0435\u043B\u044F","description.vocabId":"\u0423\u043A\u0430\u0437\u0430\u043D\u043D\u044B\u0439 \u0441\u043B\u043E\u0432\u0430\u0440\u044C out_id, \u0432 \u043D\u0430\u0441\u0442\u043E\u044F\u0449\u0435\u0435 \u0432\u0440\u0435\u043C\u044F \u043F\u043E\u0434\u0434\u0435\u0440\u0436\u0438\u0432\u0430\u0435\u0442 \u043F\u0435\u0440\u0435\u0432\u043E\u0434 \u0441 \u0430\u043D\u0433\u043B\u0438\u0439\u0441\u043A\u043E\u0433\u043E \u043D\u0430 \u043A\u0438\u0442\u0430\u0439\u0441\u043A\u0438\u0439.","description.model":"\u041C\u043E\u0434\u0435\u043B\u0438 OpenAI, \u043C\u043E\u0433\u0443\u0442 \u0431\u044B\u0442\u044C gpt-3.5-turbo, gpt-4 \u0438 \u0442.\u0434.","description.maxTextGroupLengthPerRequest":"\u041A\u043E\u043B\u0438\u0447\u0435\u0441\u0442\u0432\u043E \u0430\u0431\u0437\u0430\u0446\u0435\u0432, \u043F\u0435\u0440\u0435\u0434\u0430\u0432\u0430\u0435\u043C\u044B\u0445 \u0441\u043B\u0443\u0436\u0431\u0435 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430 \u0437\u0430 \u043E\u0434\u0438\u043D \u0440\u0430\u0437, \u0435\u0441\u043B\u0438 \u0438\u0445 \u0441\u043B\u0438\u0448\u043A\u043E\u043C \u043C\u043D\u043E\u0433\u043E, \u044D\u0442\u043E \u043C\u043E\u0436\u0435\u0442 \u043F\u0440\u0438\u0432\u0435\u0441\u0442\u0438 \u043A \u0437\u0430\u043C\u0435\u0434\u043B\u0435\u043D\u0438\u044E \u0440\u0435\u0430\u043A\u0446\u0438\u0438 \u0438\u043D\u0442\u0435\u0440\u0444\u0435\u0439\u0441\u0430","description.apiUrl":"\u041F\u043E\u0436\u0430\u043B\u0443\u0439\u0441\u0442\u0430, \u0434\u043E\u0431\u0430\u0432\u044C\u0442\u0435 \u043A\u043E\u043D\u043A\u0440\u0435\u0442\u043D\u044B\u0435 URL \u0441 \u043F\u0443\u0442\u044F\u043C\u0438, <1>\u0431\u043E\u043B\u0435\u0435 \u043F\u043E\u0434\u0440\u043E\u0431\u043D\u043E\u0435 \u043E\u043F\u0438\u0441\u0430\u043D\u0438\u0435",enabledExtension:"\u0412\u043A\u043B\u044E\u0447\u0435\u043D\u0438\u0435 \u0440\u0430\u0441\u0448\u0438\u0440\u0435\u043D\u0438\u0439",clickToDisableExtension:"\u041D\u0430\u0436\u043C\u0438\u0442\u0435 \u0434\u043B\u044F \u043E\u0442\u043A\u043B\u044E\u0447\u0435\u043D\u0438\u044F \u0440\u0430\u0441\u0448\u0438\u0440\u0435\u043D\u0438\u0439",clickToEnableExtension:"\u041D\u0430\u0436\u043C\u0438\u0442\u0435 \u0434\u043B\u044F \u0432\u043A\u043B\u044E\u0447\u0435\u043D\u0438\u044F \u0440\u0430\u0441\u0448\u0438\u0440\u0435\u043D\u0438\u0439",hasBeenDisabled:"\u043E\u0442\u043A\u043B\u044E\u0447\u0435\u043D\u043E","show password":"\u041F\u043E\u043A\u0430\u0437\u0430\u0442\u044C \u043F\u0430\u0440\u043E\u043B\u044C",customContent:"\u0412\u0432\u0435\u0434\u0438\u0442\u0435 \u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u0435\u043B\u044C\u0441\u043A\u043E\u0435 \u0438\u043C\u044F \u043C\u043E\u0434\u0435\u043B\u0438",inputOptions:"\u0423\u0441\u043E\u0432\u0435\u0440\u0448\u0435\u043D\u0441\u0442\u0432\u043E\u0432\u0430\u043D\u0438\u0435 \u0431\u043B\u043E\u043A\u0430 \u0432\u0432\u043E\u0434\u0430",mouseHoverOptions:"\u043D\u0430\u0432\u0435\u0434\u0435\u043D\u0438\u0435 \u043C\u044B\u0448\u0438",modifyMouseHoverKey:"\u0418\u0437\u043C\u0435\u043D\u0435\u043D\u0438\u0435 \u044F\u0440\u043B\u044B\u043A\u0430 \u043D\u0430\u0432\u0435\u0434\u0435\u043D\u0438\u044F \u043C\u044B\u0448\u0438",enableInputTranslation:"\u0412\u043A\u043B\u044E\u0447\u0430\u0442\u044C \u043B\u0438 \u0440\u0430\u0441\u0448\u0438\u0440\u0435\u043D\u0438\u0435 \u043F\u043E\u043B\u044F \u0432\u0432\u043E\u0434\u0430",enableInputTranslationDescription:"\u041F\u043E\u0441\u043B\u0435 \u0432\u043A\u043B\u044E\u0447\u0435\u043D\u0438\u044F \u0432\u0432\u0435\u0434\u0438\u0442\u0435 {startingKey}{startingKey} hello \u043F\u0440\u044F\u043C\u043E \u0432 \u043F\u043E\u043B\u0435 \u0432\u0432\u043E\u0434\u0430, \u0437\u0430\u0442\u0435\u043C \u0431\u044B\u0441\u0442\u0440\u043E \u043D\u0430\u0431\u0435\u0440\u0438\u0442\u0435{inputTrailingTriggerKeyRepeatTimes}\u0440\u0430\u0437{trailingKey}, \u0447\u0442\u043E\u0431\u044B \u043F\u0435\u0440\u0435\u0432\u0435\u0441\u0442\u0438 \u043D\u0430 {inputTargetLanguage}.",enableInputTranslationDescriptionForNoneKey:"\u041F\u043E\u0441\u043B\u0435 \u0432\u043A\u043B\u044E\u0447\u0435\u043D\u0438\u044F \u044D\u0442\u043E\u0439 \u0444\u0443\u043D\u043A\u0446\u0438\u0438 \u0432\u0432\u0435\u0434\u0438\u0442\u0435\uFF1AHello World \u043D\u0435\u043F\u043E\u0441\u0440\u0435\u0434\u0441\u0442\u0432\u0435\u043D\u043D\u043E \u0432 \u043F\u043E\u043B\u0435 \u0432\u0432\u043E\u0434\u0430, \u0430 \u0437\u0430\u0442\u0435\u043C \u0431\u044B\u0441\u0442\u0440\u043E \u043D\u0430\u0436\u043C\u0438\u0442\u0435{inputTrailingTriggerKeyRepeatTimes}{trailingKey}\u0440\u0430\u0437 \u0434\u043B\u044F \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430 \u043D\u0430 \u0446\u0435\u043B\u0435\u0432\u043E\u0439 \u044F\u0437\u044B\u043A \u043F\u043E \u0443\u043C\u043E\u043B\u0447\u0430\u043D\u0438\u044E.",inputTargetLanguage:"\u0423\u0441\u0442\u0430\u043D\u043E\u0432\u043A\u0430 \u0446\u0435\u043B\u0435\u0432\u043E\u0433\u043E \u044F\u0437\u044B\u043A\u0430 \u043F\u043E \u0443\u043C\u043E\u043B\u0447\u0430\u043D\u0438\u044E \u0434\u043B\u044F \u043E\u043A\u043E\u043D \u0432\u0432\u043E\u0434\u0430",inputTargetLanguageDescription:"\u0426\u0435\u043B\u0435\u0432\u043E\u0439 \u044F\u0437\u044B\u043A \u043F\u043E \u0443\u043C\u043E\u043B\u0447\u0430\u043D\u0438\u044E \u0434\u043B\u044F \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430 \u043E\u043A\u043D\u0430 \u0432\u0432\u043E\u0434\u0430, \u0442.\u0435. {startingKey}{startingKey} \u043A\u0430\u043A \u044F\u0437\u044B\u043A \u043F\u043E \u0443\u043C\u043E\u043B\u0447\u0430\u043D\u0438\u044E \u0434\u043B\u044F \u0442\u0440\u0438\u0433\u0433\u0435\u0440\u043D\u044B\u0445 \u0441\u043B\u043E\u0432",inputTargetLanguageDescriptionForNoneKey:"\u0426\u0435\u043B\u0435\u0432\u043E\u0439 \u044F\u0437\u044B\u043A \u043F\u043E \u0443\u043C\u043E\u043B\u0447\u0430\u043D\u0438\u044E \u0434\u043B\u044F \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430 \u043F\u043E\u043B\u044F \u0432\u0432\u043E\u0434\u0430",inputStartingTriggerKeyTitle:"\u0423\u0441\u0442\u0430\u043D\u043E\u0432\u043A\u0430 \u0441\u0438\u043C\u0432\u043E\u043B\u0430 \u0440\u0430\u0437\u0434\u0435\u043B\u0435\u043D\u0438\u044F \u0434\u043B\u044F \u0447\u0430\u0441\u0442\u0438\u0447\u043D\u043E\u0433\u043E \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430 \u043F\u043E\u043B\u044F \u0432\u0432\u043E\u0434\u0430",inputStartingTriggerKeyDescription:"\u0415\u0441\u043B\u0438 \u043D\u0435\u0442 \u043D\u0435\u043E\u0431\u0445\u043E\u0434\u0438\u043C\u043E\u0441\u0442\u0438 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0438\u0442\u044C \u0432\u0441\u0435 \u043F\u043E\u043B\u0435 \u0432\u0432\u043E\u0434\u0430, \u0441\u043F\u043B\u0438\u0442\u0442\u0435\u0440 \u043F\u043E\u0437\u0432\u043E\u043B\u044F\u0435\u0442 \u043F\u0435\u0440\u0435\u0432\u0435\u0441\u0442\u0438 \u0442\u043E\u043B\u044C\u043A\u043E \u0447\u0430\u0441\u0442\u044C \u043E\u0442 {startingKey}{startingKey} \u0434\u043E \u043A\u043E\u043D\u0446\u0430 \u043F\u043E\u043B\u044F \u0432\u0432\u043E\u0434\u0430, \u0438\u043B\u0438 \u043C\u043E\u0436\u043D\u043E \u0443\u043A\u0430\u0437\u0430\u0442\u044C \u043A\u043E\u0434 \u044F\u0437\u044B\u043A\u0430, \u043D\u0430\u043F\u0440\u0438\u043C\u0435\u0440,\uFF1A{startingKey}ja \u043E\u0437\u043D\u0430\u0447\u0430\u0435\u0442 \u043F\u0435\u0440\u0435\u0432\u043E\u0434 \u0442\u043E\u043B\u044C\u043A\u043E \u0447\u0430\u0441\u0442\u0438 \u043E\u0442 {startingKey}ja \u0434\u043E \u043A\u043E\u043D\u0446\u0430 \u043F\u043E\u043B\u044F \u0432\u0432\u043E\u0434\u0430.",inputStartingTriggerKeyDescriptionForNoneKey:"\u0422\u0435\u043A\u0443\u0449\u0430\u044F \u043D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0430 \u043E\u0442\u0441\u0443\u0442\u0441\u0442\u0432\u0438\u044F \u043F\u0440\u0435\u0444\u0438\u043A\u0441\u0430 \u043D\u0435 \u043D\u0443\u0436\u043D\u0430, \u0438 \u0444\u0443\u043D\u043A\u0446\u0438\u044F \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430 \u043D\u0435\u043A\u043E\u0442\u043E\u0440\u044B\u0445 \u0442\u0435\u043A\u0441\u0442\u043E\u0432 \u0432 \u043E\u043A\u043D\u0435 \u0432\u0432\u043E\u0434\u0430 \u043F\u043E\u043A\u0430 \u043D\u0435 \u043C\u043E\u0436\u0435\u0442 \u0431\u044B\u0442\u044C \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u043D\u0430.",inputTrailingTriggerKeyTitle:"\u0412\u044B\u0431\u0435\u0440\u0438\u0442\u0435 \u0441\u0438\u043C\u0432\u043E\u043B \u043E\u043A\u043E\u043D\u0447\u0430\u043D\u0438\u044F \u0432\u0432\u043E\u0434\u0430",inputTrailingTriggerKeyDescription:"3 \u0431\u044B\u0441\u0442\u0440\u044B\u0445 \u0443\u0434\u0430\u0440\u0430{trailingKey} \u043D\u0430\u0447\u043D\u0435\u0442 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0438\u0442\u044C!",inputTrailingTriggerKeyTimeout:"\u0412\u0432\u0435\u0434\u0438\u0442\u0435 \u0432\u0440\u0435\u043C\u044F \u043C\u0435\u0436\u0434\u0443 \u0441\u0440\u0430\u0431\u0430\u0442\u044B\u0432\u0430\u043D\u0438\u044F\u043C\u0438 \u0432 \u043A\u043E\u043D\u0446\u0435 \u0431\u043E\u044F",inputTrailingTriggerKeyTimeoutDescription:"\u0423\u0441\u0442\u0430\u043D\u0430\u0432\u043B\u0438\u0432\u0430\u0435\u0442 \u0432\u0440\u0435\u043C\u044F (\u0432 \u043C\u0438\u043B\u043B\u0438\u0441\u0435\u043A\u0443\u043D\u0434\u0430\u0445) \u043C\u0435\u0436\u0434\u0443 \u0441\u0440\u0430\u0431\u0430\u0442\u044B\u0432\u0430\u043D\u0438\u044F\u043C\u0438 \u043A\u043E\u043C\u0431\u0438\u043D\u0438\u0440\u043E\u0432\u0430\u043D\u043D\u044B\u0445 \u0443\u0441\u0442\u0440\u043E\u0439\u0441\u0442\u0432 \u043E\u043A\u043E\u043D\u0447\u0430\u043D\u0438\u044F \u0432\u0432\u043E\u0434\u0430",spaceKey:"<\u7A7A\u683C\u952E>",noneKey:"\u041F\u0440\u044F\u043C\u043E\u0439 \u043F\u0435\u0440\u0435\u0432\u043E\u0434 \u0432\u0441\u0435\u0433\u043E \u0442\u0435\u043A\u0441\u0442\u043E\u0432\u043E\u0433\u043E \u043F\u043E\u043B\u044F \u0431\u0435\u0437 \u043F\u0440\u0435\u0444\u0438\u043A\u0441\u043E\u0432",inputTranslationBlockUrlsTitle:"\u041D\u0435 \u0432\u043A\u043B\u044E\u0447\u0430\u0439\u0442\u0435 \u0440\u0430\u0441\u0448\u0438\u0440\u0435\u043D\u0438\u0435 \u043F\u043E\u043B\u044F \u0432\u0432\u043E\u0434\u0430 \u0432 \u0441\u043B\u0435\u0434\u0443\u044E\u0449\u0438\u0445 URL-\u0430\u0434\u0440\u0435\u0441\u0430\u0445",inputTranslationBlockUrlsDescription:"\u0423\u0441\u043E\u0432\u0435\u0440\u0448\u0435\u043D\u0441\u0442\u0432\u043E\u0432\u0430\u043D\u0438\u044F \u043F\u043E\u043B\u044F \u0432\u0432\u043E\u0434\u0430 \u043D\u0435 \u0431\u0443\u0434\u0443\u0442 \u0440\u0430\u0431\u043E\u0442\u0430\u0442\u044C \u043D\u0430 \u0441\u043B\u0435\u0434\u0443\u044E\u0449\u0438\u0445 URL-\u0430\u0434\u0440\u0435\u0441\u0430\u0445",clickToSeeQuickDemo:"\u041D\u0430\u0436\u043C\u0438\u0442\u0435, \u0447\u0442\u043E\u0431\u044B \u0440\u0430\u0437\u0432\u0435\u0440\u043D\u0443\u0442\u044C 30-\u0441\u0435\u043A\u0443\u043D\u0434\u043D\u044B\u0439 \u043E\u0431\u0443\u0447\u0430\u044E\u0449\u0438\u0439 \u0432\u0438\u0434\u0435\u043E\u0440\u043E\u043B\u0438\u043A",inputHelperInfo:"\u041E\u043F\u0438\u0441\u0430\u043D\u0438\u0435\uFF1A\u041C\u044B \u043E\u043F\u0442\u0438\u043C\u0438\u0437\u0438\u0440\u043E\u0432\u0430\u043B\u0438 \u0440\u0430\u0431\u043E\u0442\u0443 \u0441 \u0442\u0435\u043C, \u0447\u0442\u043E \u043D\u0435\u043A\u043E\u0442\u043E\u0440\u044B\u0435 \u0442\u0440\u0438\u0433\u0433\u0435\u0440\u043D\u044B\u0435 \u0441\u0438\u043C\u0432\u043E\u043B\u044B \u043F\u0440\u0435\u0432\u0440\u0430\u0449\u0430\u044E\u0442\u0441\u044F \u0432 \u043A\u0438\u0442\u0430\u0439\u0441\u043A\u0438\u0435 \u0437\u043D\u0430\u043A\u0438 \u043F\u0440\u0435\u043F\u0438\u043D\u0430\u043D\u0438\u044F \u043F\u0440\u0438 \u043A\u0438\u0442\u0430\u0439\u0441\u043A\u0438\u0445 \u043C\u0435\u0442\u043E\u0434\u0430\u0445 \u0432\u0432\u043E\u0434\u0430, \u043D\u0430\u043F\u0440\u0438\u043C\u0435\u0440, / \u043F\u0440\u0435\u0432\u0440\u0430\u0449\u0430\u0435\u0442\u0441\u044F \u0432 \u0437\u043D\u0430\u043A dun , \u043F\u0440\u0438 \u043C\u0435\u0442\u043E\u0434\u0435 \u0432\u0432\u043E\u0434\u0430 Sogou, \u0438 Immersive Translator \u043F\u043E\u0434\u0434\u0435\u0440\u0436\u0438\u0432\u0430\u0435\u0442 \u0432\u0441\u0435 \u043A\u0438\u0442\u0430\u0439\u0441\u043A\u0438\u0435 \u0441\u0438\u043C\u0432\u043E\u043B\u044B, \u0441\u043E\u043E\u0442\u0432\u0435\u0442\u0441\u0442\u0432\u0443\u044E\u0449\u0438\u0435 \u0442\u0440\u0438\u0433\u0433\u0435\u0440\u043D\u044B\u043C \u0441\u0438\u043C\u0432\u043E\u043B\u0430\u043C, \u0442.\u0435. //,,, \u0431\u0443\u0434\u0443\u0442 \u0440\u0430\u0441\u043F\u043E\u0437\u043D\u0430\u0432\u0430\u0442\u044C\u0441\u044F \u043A\u0430\u043A \u0442\u0440\u0438\u0433\u0433\u0435\u0440\u043D\u044B\u0435 \u0441\u0438\u043C\u0432\u043E\u043B\u044B.

\u041C\u044B \u0442\u0430\u043A\u0436\u0435 \u043F\u043E\u0434\u0434\u0435\u0440\u0436\u0438\u0432\u0430\u0435\u043C \u043A\u0438\u0442\u0430\u0439\u0441\u043A\u0438\u0435 \u043F\u0441\u0435\u0432\u0434\u043E\u043D\u0438\u043C\u044B \u0434\u043B\u044F \u044F\u0437\u044B\u043A\u043E\u0432\u044B\u0445 \u043A\u043E\u0434\u043E\u0432 \u0432 \u043A\u0430\u0447\u0435\u0441\u0442\u0432\u0435 \u043A\u043E\u043C\u0430\u043D\u0434, \u043D\u0430\u043F\u0440\u0438\u043C\u0435\u0440, /Japanese Hello World \u0431\u0443\u0434\u0435\u0442 \u043F\u0435\u0440\u0435\u0432\u0435\u0434\u0435\u043D \u043D\u0430 \u044F\u043F\u043E\u043D\u0441\u043A\u0438\u0439 \u044F\u0437\u044B\u043A, <1>\u043D\u0430\u0436\u043C\u0438\u0442\u0435 \u0437\u0434\u0435\u0441\u044C, \u0447\u0442\u043E\u0431\u044B \u043F\u043E\u0441\u043C\u043E\u0442\u0440\u0435\u0442\u044C \u0432\u0441\u0435 \u043F\u043E\u0434\u0434\u0435\u0440\u0436\u0438\u0432\u0430\u0435\u043C\u044B\u0435 \u044F\u0437\u044B\u043A\u043E\u0432\u044B\u0435 \u043A\u043E\u0434\u044B.",reloadCurrentPage:"\u041F\u0435\u0440\u0435\u0434 \u043D\u0430\u0447\u0430\u043B\u043E\u043C \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430 \u043E\u0431\u043D\u043E\u0432\u0438\u0442\u0435 \u0442\u0435\u043A\u0443\u0449\u0443\u044E \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u0443.",noLocalFilePermissionForPDF:"\u0423 \u0432\u0430\u0441 \u043D\u0435\u0442 \u043F\u0440\u0430\u0432 \u043D\u0430 \u0447\u0442\u0435\u043D\u0438\u0435 \u043B\u043E\u043A\u0430\u043B\u044C\u043D\u044B\u0445 \u0444\u0430\u0439\u043B\u043E\u0432, \u043F\u043E\u0436\u0430\u043B\u0443\u0439\u0441\u0442\u0430, \u043D\u0430\u0436\u043C\u0438\u0442\u0435 \u043A\u043D\u043E\u043F\u043A\u0443 \u0432\u044B\u0448\u0435, \u0430 \u0437\u0430\u0442\u0435\u043C \u0438\u043C\u043F\u043E\u0440\u0442\u0438\u0440\u0443\u0439\u0442\u0435 \u043B\u043E\u043A\u0430\u043B\u044C\u043D\u044B\u0435 \u0444\u0430\u0439\u043B\u044B.",noPermissionForThisPage:"\u26A0\uFE0F \u041D\u0435\u0442 \u0440\u0430\u0437\u0440\u0435\u0448\u0435\u043D\u0438\u044F \u043D\u0430 \u043F\u0435\u0440\u0435\u0432\u043E\u0434 \u0442\u0435\u043A\u0443\u0449\u0435\u0439 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u044B",retryAllParagraphs:"\u041F\u043E\u0432\u0442\u043E\u0440\u043D\u043E\u0435 \u0432\u044B\u043F\u043E\u043B\u043D\u0435\u043D\u0438\u0435 \u0432\u0441\u0435\u0445 \u043E\u0448\u0438\u0431\u043E\u0447\u043D\u044B\u0445 \u043F\u0435\u0440\u0435\u0445\u043E\u0434\u043E\u0432",retryAllButton:"\u041F\u043E\u0432\u0442\u043E\u0440\u043D\u043E\u0435 \u0432\u044B\u043F\u043E\u043B\u043D\u0435\u043D\u0438\u0435 \u0432\u0441\u0435\u0445 \u043E\u0448\u0438\u0431\u043E\u0447\u043D\u044B\u0445 \u043F\u0435\u0440\u0435\u0445\u043E\u0434\u043E\u0432",errorTooltipTitle:"\u0429\u0435\u043B\u043A\u043D\u0438\u0442\u0435, \u0447\u0442\u043E\u0431\u044B \u0443\u0432\u0438\u0434\u0435\u0442\u044C \u043F\u0440\u0438\u0447\u0438\u043D\u0443 \u043E\u0448\u0438\u0431\u043A\u0438",errorModalTitle:"\u041F\u043E\u0445\u043E\u0436\u0435, \u0447\u0442\u043E-\u0442\u043E \u043D\u0435 \u0442\u0430\u043A \u0441\u043E \u0441\u043B\u0443\u0436\u0431\u043E\u0439 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430 \u0438\u043B\u0438 \u0441\u0435\u0442\u044C\u044E...",disableConfirm:"\u0414\u0432\u0443\u044F\u0437\u044B\u0447\u043D\u0430\u044F \u0443\u0441\u0442\u0430\u043D\u043E\u0432\u043A\u0430 \u0434\u043B\u044F \u0440\u0430\u0441\u0448\u0438\u0440\u0435\u043D\u0438\u044F \u0438\u043D\u0444\u043E\u0440\u043C\u0430\u0446\u0438\u0438",disableOnce:"\u042D\u0442\u0430 \u0438\u043D\u0432\u0430\u043B\u0438\u0434\u043D\u043E\u0441\u0442\u044C",disableGlobal:"\u043E\u0442\u043A\u043B\u044E\u0447\u0438\u0442\u044C \u043D\u0430\u0432\u0441\u0435\u0433\u0434\u0430",disableTint:"* \u0412\u044B \u043C\u043E\u0436\u0435\u0442\u0435 \u043F\u043E\u0432\u0442\u043E\u0440\u043D\u043E \u0432\u043A\u043B\u044E\u0447\u0438\u0442\u044C \u0435\u0433\u043E \u043D\u0430 \u0441\u0430\u0439\u0442\u0435 {option} .",searchEnhancementNotes:"\u041C\u044B \u043E\u0431\u043D\u0430\u0440\u0443\u0436\u0438\u043B\u0438, \u0447\u0442\u043E \u0440\u0435\u0437\u0443\u043B\u044C\u0442\u0430\u0442\u044B \u043F\u043E\u0438\u0441\u043A\u0430 \u043D\u043E\u0432\u043E\u0441\u0442\u0435\u0439 \u043F\u043E \u043A\u043B\u044E\u0447\u0435\u0432\u044B\u043C \u0441\u043B\u043E\u0432\u0430\u043C \u043D\u0430 \u043A\u0438\u0442\u0430\u0439\u0441\u043A\u043E\u043C \u0438 \u0430\u043D\u0433\u043B\u0438\u0439\u0441\u043A\u043E\u043C \u044F\u0437\u044B\u043A\u0430\u0445 \u0441\u0438\u043B\u044C\u043D\u043E \u043E\u0442\u043B\u0438\u0447\u0430\u044E\u0442\u0441\u044F. \u041F\u043E\u0441\u043B\u0435 \u0432\u043A\u043B\u044E\u0447\u0435\u043D\u0438\u044F \u0444\u0443\u043D\u043A\u0446\u0438\u0438 Immersive Translation Bilingual Information Enhancement \u043C\u044B \u0431\u0443\u0434\u0435\u043C \u0430\u0432\u0442\u043E\u043C\u0430\u0442\u0438\u0447\u0435\u0441\u043A\u0438 \u0438\u0441\u043A\u0430\u0442\u044C \u0434\u043B\u044F \u0432\u0430\u0441 \u0442\u0435 \u0436\u0435 \u0441\u0430\u043C\u044B\u0435 \u043A\u043B\u044E\u0447\u0435\u0432\u044B\u0435 \u0441\u043B\u043E\u0432\u0430 \u043D\u0430 \u0430\u043D\u0433\u043B\u0438\u0439\u0441\u043A\u043E\u043C \u044F\u0437\u044B\u043A\u0435 \u043D\u0430 \u043F\u043E\u0434\u0434\u0435\u0440\u0436\u0438\u0432\u0430\u0435\u043C\u044B\u0445 \u0441\u0430\u0439\u0442\u0430\u0445 (Google News, Google Search (\u043D\u0435\u043A\u043E\u0442\u043E\u0440\u044B\u0435 \u043A\u043B\u044E\u0447\u0435\u0432\u044B\u0435 \u0441\u043B\u043E\u0432\u0430), Snowball, Oriental Wealth, Futura, Tiger) \u0438 \u043E\u0442\u043E\u0431\u0440\u0430\u0436\u0430\u0442\u044C \u0438\u0445 \u0432 \u043F\u0440\u0430\u0432\u043E\u0439 \u0447\u0430\u0441\u0442\u0438. \u0412\u044B \u043C\u043E\u0436\u0435\u0442\u0435 \u043E\u0442\u043A\u043B\u044E\u0447\u0438\u0442\u044C \u044D\u0442\u0443 \u0444\u0443\u043D\u043A\u0446\u0438\u044E, \u0435\u0441\u043B\u0438 \u043E\u043D\u0430 \u0432\u0430\u043C \u043D\u0435 \u043D\u0443\u0436\u043D\u0430.",option:"\u043D\u0430\u0441\u0442\u0440\u0430\u0438\u0432\u0430\u0442\u044C",saveSettings:"\u0421\u043E\u0445\u0440\u0430\u043D\u0438\u0442\u044C \u043D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0438",closeModal:"\u0417\u0430\u043A\u0440\u044B\u0442\u044C \u043E\u043A\u043D\u043E",enableInputTranslationWithoutTriggerKeyTitle:"\u0412\u043A\u043B\u044E\u0447\u0438\u0442\u0435 3 \u0431\u044B\u0441\u0442\u0440\u044B\u0445 \u043D\u0430\u0436\u0430\u0442\u0438\u044F \u043D\u0430{trailingKey}, \u0447\u0442\u043E\u0431\u044B \u043D\u0430\u043F\u0440\u044F\u043C\u0443\u044E \u043F\u0435\u0440\u0435\u0432\u0435\u0441\u0442\u0438 \u0432\u0441\u0435 \u043F\u043E\u043B\u0435 \u0432\u0432\u043E\u0434\u0430 \u043D\u0430{inputTargetLanguage}.",enableInputTranslationWithoutTriggerKeyDescription:"\u0427\u0442\u043E\u0431\u044B \u0443\u043A\u0430\u0437\u0430\u0442\u044C \u0446\u0435\u043B\u0435\u0432\u043E\u0439 \u044F\u0437\u044B\u043A, \u0434\u043E\u0431\u0430\u0432\u044C\u0442\u0435 \u043A \u043D\u0435\u043C\u0443 \u043A\u043E\u0434 \u044F\u0437\u044B\u043A\u0430, \u043D\u0430\u043F\u0440\u0438\u043C\u0435\u0440,\uFF1Aja Hello World",mouseHoverShortcutPlaceholder:"\u043D\u0430\u043F\u0440\u0438\u043C\u0435\u0440,\uFF1AShift",deepLProName:"Immersive Translation Pro Member (Recommended)",deepLProDescription:"\u0422\u0435\u043A\u0443\u0449\u0438\u0439 \u043F\u0430\u043A\u0435\u0442 \u043C\u043E\u0436\u0435\u0442 \u0431\u044B\u0442\u044C \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u043D \u043D\u0430\u043F\u0440\u044F\u043C\u0443\u044E",deeplProDescriptionForNormal:"\u041D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0430 \u043D\u0435 \u0442\u0440\u0435\u0431\u0443\u0435\u0442\u0441\u044F, \u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u0435\u043B\u0438 \u043C\u043E\u0433\u0443\u0442 \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u044C \u0435\u0433\u043E \u043F\u043E\u0441\u043B\u0435 \u0432\u0445\u043E\u0434\u0430 \u0432 \u0441\u0438\u0441\u0442\u0435\u043C\u0443, <1>\u043D\u0430\u0436\u043C\u0438\u0442\u0435 \u0437\u0434\u0435\u0441\u044C, \u0447\u0442\u043E\u0431\u044B \u043F\u0435\u0440\u0435\u0439\u0442\u0438 \u0432 \u043A\u0430\u0442\u0435\u0433\u043E\u0440\u0438\u044E \u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u0435\u043B\u0435\u0439",deepLCustomDescription:"\u0422\u0440\u0435\u0431\u0443\u0435\u0442\u0441\u044F \u0438\u043D\u043E\u0441\u0442\u0440\u0430\u043D\u043D\u0430\u044F \u043A\u0440\u0435\u0434\u0438\u0442\u043D\u0430\u044F \u043A\u0430\u0440\u0442\u0430, \u043E\u0444\u0438\u0446\u0438\u0430\u043B\u044C\u043D\u043E \u043E\u0442\u043A\u0440\u044B\u0442\u0430 \u043D\u0430 \u0441\u0430\u0439\u0442\u0435 <1>DeepL, \u043D\u0430\u0436\u043C\u0438\u0442\u0435 \u0434\u043B\u044F \u043F\u043E\u043B\u0443\u0447\u0435\u043D\u0438\u044F <2>\u0434\u043E\u043A\u0443\u043C\u0435\u043D\u0442\u0430\u0446\u0438\u0438",deepLCustomName:"\u041F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u0435\u043B\u044C\u0441\u043A\u0438\u0439 \u043A\u043B\u044E\u0447 \u0430\u0432\u0442\u043E\u0440\u0438\u0437\u0430\u0446\u0438\u0438",chooseProviderLabel:"\u0412\u044B\u0431\u043E\u0440 \u043F\u043E\u0441\u0442\u0430\u0432\u0449\u0438\u043A\u0430 \u0443\u0441\u043B\u0443\u0433",openaiProName:"Immersive Translation Pro Member (Recommended)",openaiProDescription:"\u0422\u0435\u043A\u0443\u0449\u0438\u0439 \u043F\u0430\u043A\u0435\u0442 \u043C\u043E\u0436\u0435\u0442 \u0431\u044B\u0442\u044C \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u043D \u043D\u0430\u043F\u0440\u044F\u043C\u0443\u044E",openaiProDescriptionForNormal:"\u041D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0430 \u043D\u0435 \u0442\u0440\u0435\u0431\u0443\u0435\u0442\u0441\u044F, \u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u0435\u043B\u0438 \u043C\u043E\u0433\u0443\u0442 \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u044C \u0435\u0433\u043E \u043F\u043E\u0441\u043B\u0435 \u0432\u0445\u043E\u0434\u0430 \u0432 \u0441\u0438\u0441\u0442\u0435\u043C\u0443, <1>\u043D\u0430\u0436\u043C\u0438\u0442\u0435 \u0437\u0434\u0435\u0441\u044C, \u0447\u0442\u043E\u0431\u044B \u043F\u0435\u0440\u0435\u0439\u0442\u0438 \u0432 \u043A\u0430\u0442\u0435\u0433\u043E\u0440\u0438\u044E \u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u0435\u043B\u0435\u0439",openaiCustomDescription:"\u0414\u043E\u0441\u0442\u0443\u043F\u043D\u044B OpenAI, Azure OpenAI \u0438\u043B\u0438 \u0434\u0440\u0443\u0433\u0438\u0435 \u0441\u0442\u043E\u0440\u043E\u043D\u043D\u0438\u0435 \u0441\u0435\u0440\u0432\u0438\u0441\u044B, <1>\u0434\u043E\u043A\u0443\u043C\u0435\u043D\u0442\u0430\u0446\u0438\u044E \u043C\u043E\u0436\u043D\u043E \u043D\u0430\u0439\u0442\u0438 \u0437\u0434\u0435\u0441\u044C",openaiCustomName:"\u041F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u0435\u043B\u044C\u0441\u043A\u0438\u0439 \u043A\u043B\u044E\u0447 API",needLoginAction:"(\u041E\u0442\u043A\u0440\u044B\u0442\u043E\u0435 \u0447\u043B\u0435\u043D\u0441\u0442\u0432\u043E \u0438\u043B\u0438 \u043D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0430)",goLoginOrAction:"(\u041E\u0442\u043A\u0440\u043E\u0439\u0442\u0435 \u0447\u043B\u0435\u043D\u0441\u0442\u0432\u043E \u0438\u043B\u0438 \u043F\u0435\u0440\u0435\u0439\u0434\u0438\u0442\u0435 \u043A \u043D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0430\u043C)",yearly:"\u043E\u0441\u0443\u0449\u0435\u0441\u0442\u0432\u043B\u044F\u0442\u044C \u043F\u043E\u0441\u043B\u0435\u0434\u043E\u0432\u0430\u0442\u0435\u043B\u044C\u043D\u044B\u0439 \u0435\u0436\u0435\u0433\u043E\u0434\u043D\u044B\u0439 \u043F\u043B\u0430\u0442\u0435\u0436",quarterly:"\u043F\u043E\u0441\u043B\u0435\u0434\u043E\u0432\u0430\u0442\u0435\u043B\u044C\u043D\u0430\u044F \u0443\u043F\u0430\u043A\u043E\u0432\u043A\u0430",monthly:"\u0435\u0436\u0435\u043C\u0435\u0441\u044F\u0447\u043D\u0430\u044F \u043F\u043E\u0434\u043F\u0438\u0441\u043A\u0430",yearlyForOnce:"\u0415\u0434\u0438\u043D\u043E\u0432\u0440\u0435\u043C\u0435\u043D\u043D\u044B\u0439 \u0433\u043E\u0434\u043E\u0432\u043E\u0439 \u043F\u0430\u043A\u0435\u0442",monthlyForOnce:"\u0415\u0434\u0438\u043D\u043E\u0432\u0440\u0435\u043C\u0435\u043D\u043D\u044B\u0439 \u043C\u0435\u0441\u044F\u0447\u043D\u044B\u0439 \u043F\u0430\u043A\u0435\u0442",daily:"\u043F\u043E\u0441\u043B\u0435\u0434\u043E\u0432\u0430\u0442\u0435\u043B\u044C\u043D\u044B\u0445 \u043F\u0430\u043A\u0435\u0442\u043D\u044B\u0445 \u0434\u043D\u0435\u0439",year:"\u043E\u0441\u0443\u0449\u0435\u0441\u0442\u0432\u043B\u044F\u0442\u044C \u043F\u043E\u0441\u043B\u0435\u0434\u043E\u0432\u0430\u0442\u0435\u043B\u044C\u043D\u044B\u0439 \u0435\u0436\u0435\u0433\u043E\u0434\u043D\u044B\u0439 \u043F\u043B\u0430\u0442\u0435\u0436",quarter:"\u043F\u043E\u0441\u043B\u0435\u0434\u043E\u0432\u0430\u0442\u0435\u043B\u044C\u043D\u0430\u044F \u0443\u043F\u0430\u043A\u043E\u0432\u043A\u0430",month:"\u0435\u0436\u0435\u043C\u0435\u0441\u044F\u0447\u043D\u0430\u044F \u043F\u043E\u0434\u043F\u0438\u0441\u043A\u0430",day:"\u043F\u043E\u0441\u043B\u0435\u0434\u043E\u0432\u0430\u0442\u0435\u043B\u044C\u043D\u044B\u0445 \u043F\u0430\u043A\u0435\u0442\u043D\u044B\u0445 \u0434\u043D\u0435\u0439",onetime_7day:"7-\u0434\u043D\u0435\u0432\u043D\u044B\u0439 \u043F\u0430\u043A\u0435\u0442 \u0432\u043F\u0435\u0447\u0430\u0442\u043B\u0435\u043D\u0438\u0439",currentPlanDescriptionForFree:"\u0422\u0435\u043A\u0443\u0449\u0438\u0435 \u043F\u0430\u043A\u0435\u0442\u044B\uFF1A\u0411\u0435\u0441\u043F\u043B\u0430\u0442\u043D\u043E",currentPlanDescriptionForContinuous:"\u0414\u0435\u0439\u0441\u0442\u0432\u0443\u044E\u0449\u0438\u0439 \u043F\u0430\u043A\u0435\u0442\uFF1A{plan}\u0431\u0443\u0434\u0435\u0442 \u0430\u0432\u0442\u043E\u043C\u0430\u0442\u0438\u0447\u0435\u0441\u043A\u0438 \u043F\u0440\u043E\u0434\u043B\u0435\u043D \u043D\u0430 {endAt}",currentPlanDescriptionForAutoRenewCaceling:"\u0421\u0440\u043E\u043A \u0434\u0435\u0439\u0441\u0442\u0432\u0438\u044F \u0442\u0435\u043A\u0443\u0449\u0435\u0433\u043E \u043F\u0430\u043A\u0435\u0442\u0430\uFF1A{plan}\u0438\u0441\u0442\u0435\u043A\u0430\u0435\u0442 \u043D\u0430 \u0441\u0430\u0439\u0442\u0435 {endAt} \u0438 \u043D\u0435 \u0431\u0443\u0434\u0435\u0442 \u0430\u0432\u0442\u043E\u043C\u0430\u0442\u0438\u0447\u0435\u0441\u043A\u0438 \u043F\u0440\u043E\u0434\u043B\u0435\u0432\u0430\u0442\u044C\u0441\u044F \u043F\u043E \u0435\u0433\u043E \u0438\u0441\u0442\u0435\u0447\u0435\u043D\u0438\u0438.",currentYearlyPlanDescriptionForAutoRenewCacelingWithRealPaiedUser:"\u0421\u0440\u043E\u043A \u0434\u0435\u0439\u0441\u0442\u0432\u0438\u044F \u0442\u0435\u043A\u0443\u0449\u0435\u0433\u043E \u043F\u0430\u043A\u0435\u0442\u0430\uFF1A{plan}\u0438\u0441\u0442\u0435\u043A\u0430\u0435\u0442 \u043D\u0430 \u0441\u0430\u0439\u0442\u0435 {endAt} \u0438 \u043D\u0435 \u0431\u0443\u0434\u0435\u0442 \u0430\u0432\u0442\u043E\u043C\u0430\u0442\u0438\u0447\u0435\u0441\u043A\u0438 \u043F\u0440\u043E\u0434\u043B\u0435\u0432\u0430\u0442\u044C\u0441\u044F \u043F\u043E \u0435\u0433\u043E \u0438\u0441\u0442\u0435\u0447\u0435\u043D\u0438\u0438.
<1>\u041D\u0430\u0436\u043C\u0438\u0442\u0435 \u0437\u0434\u0435\u0441\u044C, \u0447\u0442\u043E\u0431\u044B \u0443\u043F\u0440\u0430\u0432\u043B\u044F\u0442\u044C \u043F\u043B\u0430\u043D\u043E\u043C \u043F\u0440\u043E\u0434\u043B\u0435\u043D\u0438\u044F",currentYearlyPlanDescriptionForAutoRenewCacelingWithAdmin:"\u0421\u0440\u043E\u043A \u0434\u0435\u0439\u0441\u0442\u0432\u0438\u044F \u0442\u0435\u043A\u0443\u0449\u0435\u0433\u043E \u043F\u0430\u043A\u0435\u0442\u0430\uFF1A{plan}\u0438\u0441\u0442\u0435\u043A\u0430\u0435\u0442 \u043D\u0430 \u0441\u0430\u0439\u0442\u0435 {endAt} \u0438 \u043D\u0435 \u0431\u0443\u0434\u0435\u0442 \u0430\u0432\u0442\u043E\u043C\u0430\u0442\u0438\u0447\u0435\u0441\u043A\u0438 \u043F\u0440\u043E\u0434\u043B\u0435\u0432\u0430\u0442\u044C\u0441\u044F \u043F\u043E \u0435\u0433\u043E \u0438\u0441\u0442\u0435\u0447\u0435\u043D\u0438\u0438.
<1>\u041D\u0430\u0436\u043C\u0438\u0442\u0435 \u0437\u0434\u0435\u0441\u044C, \u0447\u0442\u043E\u0431\u044B \u0430\u043A\u0442\u0438\u0432\u0438\u0440\u043E\u0432\u0430\u0442\u044C \u043D\u0435\u043F\u0440\u0435\u0440\u044B\u0432\u043D\u0443\u044E \u0433\u043E\u0434\u043E\u0432\u0443\u044E \u043F\u043E\u0434\u043F\u0438\u0441\u043A\u0443",currentPlanDescriptionForOneTime:"\u0421\u0440\u043E\u043A \u0434\u0435\u0439\u0441\u0442\u0432\u0438\u044F \u0442\u0435\u043A\u0443\u0449\u0435\u0439 \u043F\u043E\u0434\u043F\u0438\u0441\u043A\u0438\uFF1A{plan}\u0438\u0441\u0442\u0435\u043A\u0430\u0435\u0442 \u043D\u0430 \u0441\u0430\u0439\u0442\u0435 {endAt} , <1>\u043D\u0430\u0436\u043C\u0438\u0442\u0435 \u0437\u0434\u0435\u0441\u044C, \u0447\u0442\u043E\u0431\u044B \u043F\u0435\u0440\u0435\u0439\u0442\u0438 \u043D\u0430 \u0433\u043E\u0434\u043E\u0432\u043E\u0435 \u0438\u043B\u0438 <2>\u0435\u0436\u0435\u043C\u0435\u0441\u044F\u0447\u043D\u043E\u0435 \u0447\u043B\u0435\u043D\u0441\u0442\u0432\u043E.",upgradePlan:"\u041D\u0430\u0436\u043C\u0438\u0442\u0435 \u0437\u0434\u0435\u0441\u044C, \u0447\u0442\u043E\u0431\u044B \u043F\u0435\u0440\u0435\u0439\u0442\u0438 \u043D\u0430 \u0447\u043B\u0435\u043D\u0441\u0442\u0432\u043E Pro",upgradeToPro:"\u041F\u0435\u0440\u0435\u0439\u0442\u0438 \u043D\u0430 \u0447\u043B\u0435\u043D\u0441\u0442\u0432\u043E Pro","popup.openPro":"\u0427\u0442\u043E\u0431\u044B \u043F\u043E\u043B\u0443\u0447\u0438\u0442\u044C \u0432\u043E\u0437\u043C\u043E\u0436\u043D\u043E\u0441\u0442\u044C \u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u044C\u0441\u044F DeepL \u0438 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u043E\u043C OpenAI, \u043F\u0435\u0440\u0435\u0439\u0434\u0438\u0442\u0435 \u043F\u043E \u0441\u0441\u044B\u043B\u043A\u0435.","popup.openProForPro":"\u0412\u044B \u044F\u0432\u043B\u044F\u0435\u0442\u0435\u0441\u044C \u0443\u0447\u0430\u0441\u0442\u043D\u0438\u043A\u043E\u043C \u043F\u0440\u043E\u0433\u0440\u0430\u043C\u043C\u044B Pro \u0441 \u043F\u0440\u044F\u043C\u044B\u043C \u0434\u043E\u0441\u0442\u0443\u043F\u043E\u043C \u043A DeepL \u0438 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430\u043C OpenAI!",currentAccount:"\u0442\u0435\u043A\u0443\u0449\u0438\u0439 \u0441\u0447\u0451\u0442",enableAutoSyncUserSettings:"\u041E\u0431\u0435\u0441\u043F\u0435\u0447\u0435\u043D\u0438\u0435 \u0430\u0432\u0442\u043E\u043C\u0430\u0442\u0438\u0447\u0435\u0441\u043A\u043E\u0439 \u043E\u0431\u043B\u0430\u0447\u043D\u043E\u0439 \u0441\u0438\u043D\u0445\u0440\u043E\u043D\u0438\u0437\u0430\u0446\u0438\u0438 \u043D\u0430 \u043D\u0435\u0441\u043A\u043E\u043B\u044C\u043A\u0438\u0445 \u0443\u0441\u0442\u0440\u043E\u0439\u0441\u0442\u0432\u0430\u0445",modalEnableInputTranslationTitle:"\u0411\u043B\u043E\u043A \u0432\u0432\u043E\u0434\u0430 \u0438\u043C\u043C\u0435\u0440\u0441\u0438\u0432\u043D\u043E\u0433\u043E \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430 \u041F\u0435\u0440\u0435\u0432\u043E\u0434\u0447\u0435\u0441\u043A\u0438\u0435 \u043E\u043F\u043E\u0432\u0435\u0449\u0435\u043D\u0438\u044F",modalEnableInputTranslationDesc:"\u0412\u044B \u0442\u043E\u043B\u044C\u043A\u043E \u0447\u0442\u043E \u0437\u0430\u043F\u0443\u0441\u0442\u0438\u043B\u0438 \u0444\u0443\u043D\u043A\u0446\u0438\u044E \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430 \u043F\u043E\u043B\u044F \u0432\u0432\u043E\u0434\u0430 Immersive Translation, \u043D\u0430\u0436\u0430\u0432 3 \u0440\u0430\u0437\u0430 \u043F\u043E\u0434\u0440\u044F\u0434 \u043A\u043B\u0430\u0432\u0438\u0448\u0443 \u043F\u0440\u043E\u0431\u0435\u043B\u0430, \u0438 \u0441\u043E\u0434\u0435\u0440\u0436\u0438\u043C\u043E\u0435 \u043F\u043E\u043B\u044F \u0432\u0432\u043E\u0434\u0430 \u0431\u0443\u0434\u0435\u0442 \u043F\u0435\u0440\u0435\u0432\u0435\u0434\u0435\u043D\u043E \u043D\u0430 \u0446\u0435\u043B\u0435\u0432\u043E\u0439 \u044F\u0437\u044B\u043A \u043F\u043E \u0443\u043C\u043E\u043B\u0447\u0430\u043D\u0438\u044E. \u041F\u0435\u0440\u0435\u0432\u043E\u0434 \u043C\u043E\u0436\u043D\u043E \u043E\u0442\u043C\u0435\u043D\u0438\u0442\u044C \u0441 \u043F\u043E\u043C\u043E\u0449\u044C\u044E \u043A\u043B\u0430\u0432\u0438\u0448 Ctrl+Z.

\u0415\u0441\u043B\u0438 \u044D\u0442\u043E \u0431\u044B\u043B\u0430 \u043E\u0448\u0438\u0431\u043A\u0430, \u043D\u0435 \u0432\u043E\u043B\u043D\u0443\u0439\u0442\u0435\u0441\u044C, \u0432\u044B \u043C\u043E\u0436\u0435\u0442\u0435 \u043E\u0442\u043A\u043B\u044E\u0447\u0438\u0442\u044C \u0435\u0435 \u043D\u0430 \u044D\u0442\u043E\u0442 \u0440\u0430\u0437 \u0438\u043B\u0438 \u043D\u0430\u0432\u0441\u0435\u0433\u0434\u0430 \u043E\u0442\u043A\u043B\u044E\u0447\u0438\u0442\u044C \u043F\u0435\u0440\u0435\u0432\u043E\u0434 \u043F\u043E\u043B\u044F \u0432\u0432\u043E\u0434\u0430.",saveAndNotShowAgain:"\u0421\u043E\u0445\u0440\u0430\u043D\u0438\u0442\u044C \u0438 \u043E\u0441\u0442\u0430\u043D\u043E\u0432\u0438\u0442\u044C \u0437\u0430\u043F\u0440\u043E\u0441",disableInputTranslationTips:"* \u0412\u044B \u0442\u0430\u043A\u0436\u0435 \u043C\u043E\u0436\u0435\u0442\u0435 \u0443\u0441\u0442\u0430\u043D\u043E\u0432\u0438\u0442\u044C \u0434\u0440\u0443\u0433\u0438\u0435 \u0441\u043E\u0447\u0435\u0442\u0430\u043D\u0438\u044F \u043A\u043B\u0430\u0432\u0438\u0448 \u0434\u043B\u044F \u0441\u0440\u0430\u0431\u0430\u0442\u044B\u0432\u0430\u043D\u0438\u044F \u0432 {option} ,{learnMore}.",learnMore:"\u041D\u0430\u0436\u043C\u0438\u0442\u0435 \u0437\u0434\u0435\u0441\u044C, \u0447\u0442\u043E\u0431\u044B \u0443\u0437\u043D\u0430\u0442\u044C \u0431\u043E\u043B\u044C\u0448\u0435",continueEnalbeInputTranslation:"\u041F\u0440\u043E\u0434\u043E\u043B\u0436\u0435\u043D\u0438\u0435 \u0432\u043A\u043B\u044E\u0447\u0435\u043D\u0438\u044F \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430 \u043F\u043E\u043B\u044F \u0432\u0432\u043E\u0434\u0430",autoRenewTrialSuffix:'(\u0412 \u043F\u0440\u043E\u0431\u043D\u043E\u043C \u0432\u0430\u0440\u0438\u0430\u043D\u0442\u0435\u0441\u0440\u0430\u0437\u0443 \u0436\u0435 \u043F\u0435\u0440\u0435\u0448\u0435\u043B \u043D\u0430 \u043F\u043E\u043B\u043D\u043E\u0435 \u0447\u043B\u0435\u043D\u0441\u0442\u0432\u043E)',upgradeFromTrialTitle:"\u041F\u043E\u0432\u044B\u0448\u0435\u043D\u0438\u0435 \u0441\u0442\u0430\u0442\u0443\u0441\u0430 \u0434\u043E \u043F\u043E\u043B\u043D\u043E\u0433\u043E \u0447\u043B\u0435\u043D\u0430",subtitle:"\u0441\u0443\u0431\u0442\u0438\u0442\u0440\u044B \u043A \u0432\u0438\u0434\u0435\u043E\u0444\u0438\u043B\u044C\u043C\u0430\u043C",youtubeService:"\u0418\u043C\u043C\u0435\u0440\u0441\u0438\u043E\u043D\u043D\u044B\u0439 \u043F\u0435\u0440\u0435\u0432\u043E\u0434 \u0412\u0438\u0434\u0435\u043E\u0441\u0443\u0431\u0442\u0438\u0442\u0440\u0438\u0440\u043E\u0432\u0430\u043D\u0438\u0435 \u041F\u0435\u0440\u0435\u0432\u043E\u0434\u0447\u0435\u0441\u043A\u0438\u0435 \u0443\u0441\u043B\u0443\u0433\u0438","subtitle.disabledSubtitle":"\u041F\u043E\u0441\u0442\u043E\u044F\u043D\u043D\u043E\u0435 \u043E\u0442\u043A\u043B\u044E\u0447\u0435\u043D\u0438\u0435 \u0444\u0443\u043D\u043A\u0446\u0438\u0438 \u0432\u0438\u0434\u0435\u043E\u0441\u0443\u0431\u0442\u0438\u0442\u0440\u043E\u0432","subtitle.disabledSubtitleDescription":"\u0415\u0441\u043B\u0438 Immersive Translator's Video Subtitles \u043A\u043E\u043D\u0444\u043B\u0438\u043A\u0442\u0443\u0435\u0442 \u0441 \u0434\u0440\u0443\u0433\u0438\u043C\u0438 \u0440\u0430\u0441\u0448\u0438\u0440\u0435\u043D\u0438\u044F\u043C\u0438, \u0432\u044B \u043C\u043E\u0436\u0435\u0442\u0435 \u0432\u044B\u0431\u0440\u0430\u0442\u044C \u043F\u043E\u0441\u0442\u043E\u044F\u043D\u043D\u043E\u0435 \u043E\u0442\u043A\u043B\u044E\u0447\u0435\u043D\u0438\u0435 Immersive Translator's Video Subtitles \u0438\u043B\u0438 \u0434\u0435\u0438\u043D\u0441\u0442\u0430\u043B\u043B\u0438\u0440\u043E\u0432\u0430\u0442\u044C \u0434\u0440\u0443\u0433\u0438\u0435 \u043A\u043E\u043D\u0444\u043B\u0438\u043A\u0442\u0443\u044E\u0449\u0438\u0435 \u0440\u0430\u0441\u0448\u0438\u0440\u0435\u043D\u0438\u044F","subtitle.autoEnableSubtitle":"\u0410\u0432\u0442\u043E\u043C\u0430\u0442\u0438\u0447\u0435\u0441\u043A\u043E\u0435 \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u043D\u0438\u0435 \u0434\u0432\u0443\u044F\u0437\u044B\u0447\u043D\u044B\u0445 \u0441\u0443\u0431\u0442\u0438\u0442\u0440\u043E\u0432","subtitle.autoEnableSubtitleDescription":"\u041F\u043E\u0441\u043B\u0435 \u0430\u043A\u0442\u0438\u0432\u0430\u0446\u0438\u0438, \u043F\u0440\u0438 \u0432\u043E\u0441\u043F\u0440\u043E\u0438\u0437\u0432\u0435\u0434\u0435\u043D\u0438\u0438 \u0432\u0438\u0434\u0435\u043E, \u0431\u0443\u0434\u0443\u0442 \u0430\u0432\u0442\u043E\u043C\u0430\u0442\u0438\u0447\u0435\u0441\u043A\u0438 \u043E\u0442\u043E\u0431\u0440\u0430\u0436\u0430\u0442\u044C\u0441\u044F \u0434\u0432\u0443\u044F\u0437\u044B\u0447\u043D\u044B\u0435 \u0441\u0443\u0431\u0442\u0438\u0442\u0440\u044B, \u0432 \u043F\u0440\u043E\u0442\u0438\u0432\u043D\u043E\u043C \u0441\u043B\u0443\u0447\u0430\u0435 \u043D\u0435\u043E\u0431\u0445\u043E\u0434\u0438\u043C\u043E \u043D\u0430\u0436\u0430\u0442\u044C \u043A\u043D\u043E\u043F\u043A\u0443 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430 \u0434\u043B\u044F \u043E\u0442\u043E\u0431\u0440\u0430\u0436\u0435\u043D\u0438\u044F.","subtitle.preTranslation":"\u041F\u0435\u0440\u0435\u0432\u043E\u0434 \u0441\u0443\u0431\u0442\u0438\u0442\u0440\u043E\u0432 \u0441 \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u043D\u0438\u0435\u043C \u0438\u043C\u043C\u0435\u0440\u0441\u0438\u0432\u043D\u043E\u0433\u043E \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430","subtitle.preTranslationDescription":"\u041F\u0440\u0438 \u0432\u043A\u043B\u044E\u0447\u0435\u043D\u0438\u0438 \u044D\u0442\u043E\u0439 \u0444\u0443\u043D\u043A\u0446\u0438\u0438 \u0432\u0441\u0435 \u0441\u0443\u0431\u0442\u0438\u0442\u0440\u044B \u0431\u0443\u0434\u0443\u0442 \u043F\u0440\u0435\u0434\u0432\u0430\u0440\u0438\u0442\u0435\u043B\u044C\u043D\u043E \u043F\u0435\u0440\u0435\u0432\u0435\u0434\u0435\u043D\u044B \u0441 \u043F\u043E\u043C\u043E\u0449\u044C\u044E \u0443\u043A\u0430\u0437\u0430\u043D\u043D\u043E\u0433\u043E \u043D\u0438\u0436\u0435 \u0441\u0435\u0440\u0432\u0438\u0441\u0430 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430, \u043F\u0440\u0438 \u044D\u0442\u043E\u043C \u043D\u0430 1-\u0447\u0430\u0441\u043E\u0432\u043E\u0435 \u0432\u0438\u0434\u0435\u043E \u0431\u0443\u0434\u0435\u0442 \u0437\u0430\u0442\u0440\u0430\u0447\u0435\u043D\u043E \u043E\u043A\u043E\u043B\u043E 50 000 \u0442\u043E\u043A\u0435\u043D\u043E\u0432 \u0438\u043B\u0438 \u0441\u0438\u043C\u0432\u043E\u043B\u043E\u0432, \u043F\u043E\u044D\u0442\u043E\u043C\u0443 \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u0443\u0439\u0442\u0435 \u0438\u0445 \u043F\u043E \u0441\u0432\u043E\u0435\u043C\u0443 \u0443\u0441\u043C\u043E\u0442\u0440\u0435\u043D\u0438\u044E; \u043F\u0440\u0438 \u043E\u0442\u043A\u043B\u044E\u0447\u0435\u043D\u0438\u0438 \u044D\u0442\u043E\u0439 \u0444\u0443\u043D\u043A\u0446\u0438\u0438 \u0441\u043D\u0430\u0447\u0430\u043B\u0430 \u0431\u0443\u0434\u0443\u0442 \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u044C\u0441\u044F \u043E\u0440\u0438\u0433\u0438\u043D\u0430\u043B\u044C\u043D\u044B\u0435 \u0441\u0443\u0431\u0442\u0438\u0442\u0440\u044B.","subtitle.humanSubtitlesPreferred":"\u041F\u0440\u0438\u043E\u0440\u0438\u0442\u0435\u0442\u043D\u043E\u0435 \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u043D\u0438\u0435 \u0447\u0435\u043B\u043E\u0432\u0435\u0447\u0435\u0441\u043A\u0438\u0445 \u0441\u0443\u0431\u0442\u0438\u0442\u0440\u043E\u0432","subtitle.humanSubtitlesPreferredDescription":"\u041F\u0440\u0438\u043E\u0440\u0438\u0442\u0435\u0442 \u043E\u0442\u0434\u0430\u0435\u0442\u0441\u044F \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u043D\u0438\u044E \u0447\u0435\u043B\u043E\u0432\u0435\u0447\u0435\u0441\u043A\u0438\u0445 \u0441\u0443\u0431\u0442\u0438\u0442\u0440\u043E\u0432, \u0435\u0441\u043B\u0438 \u0432\u0438\u0434\u0435\u043E\u0440\u043E\u043B\u0438\u043A \u0438\u043C\u0435\u0435\u0442 \u0447\u0435\u043B\u043E\u0432\u0435\u0447\u0435\u0441\u043A\u0438\u0435 \u0441\u0443\u0431\u0442\u0438\u0442\u0440\u044B \u043D\u0430 \u0446\u0435\u043B\u0435\u0432\u043E\u043C \u044F\u0437\u044B\u043A\u0435 (\u0440\u0435\u043A\u043E\u043C\u0435\u043D\u0434\u0443\u0435\u0442\u0441\u044F)",videoSubtitleTranslationDescription:"\u041D\u0430\u0437\u043D\u0430\u0447\u0438\u0442\u044C \u043E\u0442\u0434\u0435\u043B\u044C\u043D\u0443\u044E \u0441\u043B\u0443\u0436\u0431\u0443 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430 \u0434\u043B\u044F \u0432\u0438\u0434\u0435\u043E\u0441\u0443\u0431\u0442\u0438\u0442\u0440\u043E\u0432",subtitleTranslating:"\u041F\u043E\u0436\u0430\u043B\u0443\u0439\u0441\u0442\u0430, \u043F\u043E\u0434\u043E\u0436\u0434\u0438\u0442\u0435, \u043F\u043E\u043A\u0430 \u0441\u0443\u0431\u0442\u0438\u0442\u0440\u044B \u0431\u0443\u0434\u0443\u0442 \u043F\u0435\u0440\u0435\u0432\u0435\u0434\u0435\u043D\u044B \u0441 \u043F\u043E\u043C\u043E\u0449\u044C\u044E \u0441\u0435\u0440\u0432\u0438\u0441\u0430 {service} ... (\u0438\u043C\u043C\u0435\u0440\u0441\u0438\u043E\u043D\u043D\u044B\u0439 \u043F\u0435\u0440\u0435\u0432\u043E\u0434)",subtitleLoading:"\u0417\u0430\u0433\u0440\u0443\u0437\u043A\u0430 \u0441\u0443\u0431\u0442\u0438\u0442\u0440\u043E\u0432...",bilingual:"\u0431\u0438\u043B\u0438\u043D\u0433\u0432\u0438\u0437\u043C","field.action":"\u0412\u043A\u043B\u044E\u0447\u0430\u0442\u044C \u043B\u0438 \u0442\u0435\u0440\u043C\u0438\u043D\u043E\u043B\u043E\u0433\u0438\u044E Baidu","description.action":"\u041F\u0440\u0438 \u0432\u043A\u043B\u044E\u0447\u0435\u043D\u0438\u0438 \u0432 \u0437\u0430\u043F\u0440\u043E\u0441 \u0431\u0443\u0434\u0435\u0442 \u0434\u043E\u0431\u0430\u0432\u043B\u0435\u043D \u043F\u0430\u0440\u0430\u043C\u0435\u0442\u0440 action=1, \u0438\u043D\u0444\u043E\u0440\u043C\u0438\u0440\u0443\u044E\u0449\u0438\u0439 Baidu \u043E \u0432\u043A\u043B\u044E\u0447\u0435\u043D\u043D\u043E\u043C \u0442\u0435\u0440\u043C\u0438\u043D\u0435; <1>\u0431\u043E\u043B\u0435\u0435 \u043F\u043E\u0434\u0440\u043E\u0431\u043D\u0430\u044F \u0438\u043D\u0444\u043E\u0440\u043C\u0430\u0446\u0438\u044F \u043F\u0440\u0438\u0432\u0435\u0434\u0435\u043D\u0430 \u0432 \u043E\u0444\u0438\u0446\u0438\u0430\u043B\u044C\u043D\u043E\u0439 \u0434\u043E\u043A\u0443\u043C\u0435\u043D\u0442\u0430\u0446\u0438\u0438.",closeQuickTranslation:"\u0417\u0430\u043A\u0440\u044B\u0442\u044C \u0445\u043E\u0432\u0435\u0440\u0431\u043E\u043B","closeQuickTranslation.untilNext":"\u041D\u0430 \u044D\u0442\u043E\u0442 \u0440\u0430\u0437 \u0437\u0430\u043A\u0440\u044B\u0442\u043E \u0434\u043E \u0441\u043B\u0435\u0434\u0443\u044E\u0449\u0435\u0433\u043E \u043F\u043E\u0441\u0435\u0449\u0435\u043D\u0438\u044F","closeQuickTranslation.currentWebsite":"\u0422\u0435\u043A\u0443\u0449\u0438\u0439 \u0441\u0430\u0439\u0442 \u043E\u0442\u043A\u043B\u044E\u0447\u0435\u043D","closeQuickTranslation.alwaysClose":"\u043E\u0442\u043A\u043B\u044E\u0447\u0438\u0442\u044C \u043D\u0430\u0432\u0441\u0435\u0433\u0434\u0430","closeQuickTranslation.settingOpen":"(\u043C\u043E\u0436\u0435\u0442 \u0431\u044B\u0442\u044C \u0432\u043A\u043B\u044E\u0447\u0435\u043D\u0430 \u043D\u0430 <1>\u0441\u0442\u0440\u0430\u043D\u0438\u0446\u0435 \u043D\u0430\u0441\u0442\u0440\u043E\u0435\u043A )","closeQuickTranslation.cancel":"\u043E\u0442\u043C\u0435\u043D\u044B","closeQuickTranslation.confirm":"\u043E\u043F\u0440\u0435\u0434\u0435\u043B\u0438\u0442\u044C","floatBall.popup":"\u041E\u0442\u043A\u0440\u043E\u0439\u0442\u0435 \u043F\u0430\u043D\u0435\u043B\u044C \u0431\u044B\u0441\u0442\u0440\u044B\u0445 \u043D\u0430\u0441\u0442\u0440\u043E\u0435\u043A","floatBall.translate":"\u041D\u0430\u0436\u043C\u0438\u0442\u0435, \u0447\u0442\u043E\u0431\u044B \u043F\u0435\u0440\u0435\u0432\u0435\u0441\u0442\u0438 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u0443","floatBall.showOriginal":"\u041D\u0430\u0436\u043C\u0438\u0442\u0435, \u0447\u0442\u043E\u0431\u044B \u0432\u0435\u0440\u043D\u0443\u0442\u044C\u0441\u044F \u043A \u043E\u0440\u0438\u0433\u0438\u043D\u0430\u043B\u044C\u043D\u043E\u0439 \u0441\u0442\u0430\u0442\u044C\u0435","floatBall.close":"\u0417\u0430\u043A\u0440\u044B\u0442\u044C \u0445\u043E\u0432\u0435\u0440\u0431\u043E\u043B","floatBallOptions.enableDescPc":"\u041F\u043E\u0441\u043B\u0435 \u0432\u043A\u043B\u044E\u0447\u0435\u043D\u0438\u044F \u0445\u043E\u0432\u0435\u0440\u0431\u043E\u043B\u0430 \u0432 \u043F\u0440\u0430\u0432\u043E\u0439 \u0447\u0430\u0441\u0442\u0438 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u044B \u043F\u043E\u044F\u0432\u0438\u0442\u0441\u044F \u043A\u043D\u043E\u043F\u043A\u0430 \u0431\u044B\u0441\u0442\u0440\u043E\u0433\u043E \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430, \u043D\u0430\u0436\u043C\u0438\u0442\u0435 \u0435\u0435, \u0447\u0442\u043E\u0431\u044B \u043F\u0435\u0440\u0435\u0432\u0435\u0441\u0442\u0438!","floatBallOptions.enableDesc":"\u041F\u043E\u0441\u043B\u0435 \u0432\u044B\u043A\u043B\u044E\u0447\u0435\u043D\u0438\u044F \u0445\u043E\u0432\u0435\u0440\u0431\u043E\u043B\u0430 \u0435\u0433\u043E \u043C\u043E\u0436\u043D\u043E \u0432\u044B\u0437\u0432\u0430\u0442\u044C \u0441 \u043F\u043E\u043C\u043E\u0449\u044C\u044E{touch}. \u041D\u0430\u0441\u0442\u043E\u044F\u0442\u0435\u043B\u044C\u043D\u043E \u0440\u0435\u043A\u043E\u043C\u0435\u043D\u0434\u0443\u0435\u0442\u0441\u044F \u0441\u043E\u0445\u0440\u0430\u043D\u0438\u0442\u044C \u044D\u0442\u0443 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u0443 \u043D\u0430\u0441\u0442\u0440\u043E\u0435\u043A \u0432 \u0437\u0430\u043A\u043B\u0430\u0434\u043A\u0430\u0445, \u0447\u0442\u043E\u0431\u044B \u043D\u0435 \u043F\u043E\u0442\u0435\u0440\u044F\u0442\u044C \u0432\u043E\u0437\u043C\u043E\u0436\u043D\u043E\u0441\u0442\u044C \u043D\u0430\u0439\u0442\u0438 \u0445\u043E\u0432\u0435\u0440\u0431\u043E\u043B \u043F\u043E\u0441\u043B\u0435 \u0441\u043B\u0443\u0447\u0430\u0439\u043D\u043E\u0433\u043E \u043E\u0442\u043A\u043B\u044E\u0447\u0435\u043D\u0438\u044F \u044D\u0442\u043E\u0439 \u043E\u043F\u0446\u0438\u0438!","description.azureApiUrl":"\u0417\u0430\u043F\u043E\u043B\u043D\u0438\u0442\u0435 \u0430\u0434\u0440\u0435\u0441 \u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u0435\u043B\u044C\u0441\u043A\u043E\u0433\u043E \u0438\u043D\u0442\u0435\u0440\u0444\u0435\u0439\u0441\u0430 API",confirmSupportMouse:"\u041F\u0440\u0438\u043D\u0443\u0434\u0438\u0442\u0435\u043B\u044C\u043D\u043E\u0435 \u0432\u043A\u043B\u044E\u0447\u0435\u043D\u0438\u0435 \u043F\u043E\u0434\u0434\u0435\u0440\u0436\u043A\u0438 \u043C\u044B\u0448\u0438",confirmSupportMouseDescription:"\u041E\u0431\u043D\u0430\u0440\u0443\u0436\u0435\u043D\u043E, \u0447\u0442\u043E \u0442\u0435\u043A\u0443\u0449\u0438\u0439 \u0431\u0440\u0430\u0443\u0437\u0435\u0440 \u043D\u0435 \u043F\u043E\u0434\u0434\u0435\u0440\u0436\u0438\u0432\u0430\u0435\u0442 \u0444\u0443\u043D\u043A\u0446\u0438\u044E \u043C\u044B\u0448\u0438, \u043F\u0440\u0438\u043D\u0443\u0434\u0438\u0442\u0435\u043B\u044C\u043D\u043E \u043B\u0438 \u0432\u043A\u043B\u044E\u0447\u0438\u0442\u044C \u043F\u043E\u0434\u0434\u0435\u0440\u0436\u043A\u0443 \u043C\u044B\u0448\u0438?",sampleTargetText:"\u041D\u0430\u0441\u0442\u0443\u043F\u0438\u0442 \u0434\u043E\u043B\u0433\u0430\u044F \u043D\u043E\u0447\u044C, \u0438 \u044F \u0431\u0443\u0434\u0443 \u0441\u0442\u043E\u044F\u0442\u044C \u043D\u0430 \u0441\u0442\u0440\u0430\u0436\u0435 \u0441 \u044D\u0442\u043E\u0433\u043E \u0434\u043D\u044F \u0438 \u0434\u043E \u0441\u0430\u043C\u043E\u0439 \u0441\u043C\u0435\u0440\u0442\u0438. \u042F \u043D\u0435 \u0432\u043E\u0437\u044C\u043C\u0443 \u0436\u0435\u043D\u0443, \u043D\u0435 \u0441\u043E\u0437\u0434\u0430\u043C \u0432\u043E\u0442\u0447\u0438\u043D\u0443, \u043D\u0435 \u0437\u0430\u0432\u0435\u0434\u0443 \u0434\u0435\u0442\u0435\u0439. \u042F \u043D\u0435 \u0431\u0443\u0434\u0443 \u043D\u043E\u0441\u0438\u0442\u044C \u043A\u043E\u0440\u043E\u043D\u0443, \u043D\u0435 \u0431\u0443\u0434\u0443 \u0441\u0442\u0440\u0435\u043C\u0438\u0442\u044C\u0441\u044F \u043A \u043F\u043E\u0447\u0435\u0441\u0442\u044F\u043C. \u042F \u0431\u0443\u0434\u0443 \u0438\u0441\u043F\u043E\u043B\u043D\u044F\u0442\u044C \u0441\u0432\u043E\u0439 \u0434\u043E\u043B\u0433, \u0436\u0438\u0442\u044C \u0438 \u0443\u043C\u0438\u0440\u0430\u0442\u044C.",sampleSourceText:"Night gathers, and now my watch begins. It shall not end until my death. I shall take no wife, hold no lands, father no children. I shall wear no crowns and win no glory. I shall live and die at my post.","subtitle.supportedSites":"\u5DF2\u652F\u6301\u5728\u8FD9\u4E9B\u7F51\u7AD9\u4F7F\u7528\u53CC\u8BED\u5B57\u5E55\uFF08\u6CE8\u610F\uFF1A\u7531\u4E8E\u6280\u672F\u9650\u5236\uFF0C\u90E8\u5206\u7F51\u7AD9\u5728\u9996\u6B21\u5F00\u542F\u5B57\u5E55\u540E\u9700\u8981\u91CD\u65B0\u5237\u65B0\u9875\u9762\uFF0C\u6216\u8005\u9700\u7B49\u5F85\u7FFB\u8BD1\u5B8C\u6210\u4EE5\u663E\u793A\u53CC\u8BED\u5B57\u5E55\uFF09\uFF1A",viewWithImmersiveTranslate:"\u53CC\u8BED\u7248\u672C(\u6C89\u6D78\u5F0F\u7FFB\u8BD1)",errorReason:"\u9519\u8BEF\u539F\u56E0\uFF1A{message}","proQuotaExceededError.onetime7day":'\uFF0C\u60A8\u53EF\u4EE5\u9009\u62E9\u4EE5\u4E0B\u65B9\u5F0F\u89E3\u51B3\uFF1A

1. \u5207\u6362\u5230 {anotherService} \u6216\u5176\u4ED6\u7FFB\u8BD1\u670D\u52A1
2. \u5347\u7EA7\u4E3A\u6708\u5EA6/\u5E74\u5EA6\u4F1A\u5458',"proQuotaExceededError.trial":'\uFF0C\u60A8\u53EF\u4EE5\u9009\u62E9\u4EE5\u4E0B\u65B9\u5F0F\u89E3\u51B3\uFF1A

1. \u5207\u6362\u5230 {anotherService} \u6216\u5176\u4ED6\u7FFB\u8BD1\u670D\u52A1
2. \u7ACB\u523B\u5347\u7EA7\u4E3A\u6B63\u5F0F\u4F1A\u5458',"proQuotaExceededError.nonTrial":'\uFF0C\u60A8\u53EF\u4EE5\u9009\u62E9\u4EE5\u4E0B\u65B9\u5F0F\u89E3\u51B3\uFF1A

1. \u5207\u6362\u5230 {anotherService} \u6216\u5176\u4ED6\u7FFB\u8BD1\u670D\u52A1
2. \u8D2D\u4E70 {translationService} \u989D\u5916\u6D41\u91CF\u5305',"proQuotaExceededError.resetTime":"
3. \u989D\u5EA6\u91CD\u7F6E\u65F6\u95F4\uFF1A{resetTime}","desc.touchShortcutsToggleTranslatePageOnlyTranslation":"\u0422\u043E\u043B\u044C\u043A\u043E \u043F\u0435\u0440\u0435\u0432\u043E\u0434 \u043E\u0437\u043D\u0430\u0447\u0430\u0435\u0442, \u0447\u0442\u043E \u043E\u0442\u043E\u0431\u0440\u0430\u0436\u0430\u0435\u0442\u0441\u044F \u0442\u043E\u043B\u044C\u043A\u043E \u043F\u0435\u0440\u0435\u0432\u043E\u0434. \u0415\u0441\u043B\u0438 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u0430 \u0435\u0449\u0435 \u043D\u0435 \u043F\u0435\u0440\u0435\u0432\u0435\u0434\u0435\u043D\u0430, \u043E\u043D\u0430 \u043F\u0435\u0440\u0435\u043A\u043B\u044E\u0447\u0438\u0442\u0441\u044F \u0432 \u0440\u0435\u0436\u0438\u043C \u0438 \u0431\u0443\u0434\u0435\u0442 \u043F\u0435\u0440\u0435\u0432\u0435\u0434\u0435\u043D\u0430.","desc.toggleOnlyTransation":'\u0420\u0435\u0436\u0438\u043C "\u0422\u043E\u043B\u044C\u043A\u043E \u043F\u0435\u0440\u0435\u0432\u043E\u0434" \u043E\u0437\u043D\u0430\u0447\u0430\u0435\u0442, \u0447\u0442\u043E \u043E\u0442\u043E\u0431\u0440\u0430\u0436\u0430\u0435\u0442\u0441\u044F \u0442\u043E\u043B\u044C\u043A\u043E \u043F\u0435\u0440\u0435\u0432\u043E\u0434. \u0415\u0441\u043B\u0438 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u0430 \u0435\u0449\u0435 \u043D\u0435 \u043F\u0435\u0440\u0435\u0432\u0435\u0434\u0435\u043D\u0430, \u0440\u0435\u0436\u0438\u043C \u0431\u0443\u0434\u0435\u0442 \u043F\u0435\u0440\u0435\u043A\u043B\u044E\u0447\u0435\u043D \u0438 \u0432\u044B\u043F\u043E\u043B\u043D\u0435\u043D \u043F\u0435\u0440\u0435\u0432\u043E\u0434.',touchShortcutsToggleTranslatePageOnlyTranslation:"\u041D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0430 \u0436\u0435\u0441\u0442\u043E\u0432 \u0441\u0435\u043D\u0441\u043E\u0440\u043D\u043E\u0433\u043E \u044D\u043A\u0440\u0430\u043D\u0430 \u0434\u043B\u044F \u043F\u0435\u0440\u0435\u043A\u043B\u044E\u0447\u0435\u043D\u0438\u044F \u043C\u0435\u0436\u0434\u0443 \u0434\u0432\u0443\u044F\u0437\u044B\u0447\u043D\u044B\u043C / \u0442\u043E\u043B\u044C\u043A\u043E \u0442\u0435\u043A\u0441\u0442\u043E\u043C \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430",download_started:"\u0417\u0430\u0433\u0440\u0443\u0437\u043A\u0430 \u0443\u0436\u0435 \u043D\u0430\u0447\u0430\u043B\u0430\u0441\u044C, \u0435\u0441\u043B\u0438 \u043E\u043D\u0430 \u043D\u0435 \u043D\u0430\u0447\u0430\u043B\u0430\u0441\u044C \u0430\u0432\u0442\u043E\u043C\u0430\u0442\u0438\u0447\u0435\u0441\u043A\u0438, \u043F\u043E\u0436\u0430\u043B\u0443\u0439\u0441\u0442\u0430, \u043D\u0430\u0436\u043C\u0438\u0442\u0435 \u0432\u0440\u0443\u0447\u043D\u0443\u044E.",here:"\u0437\u0434\u0435\u0441\u044C","error.goReset":"\u0441\u0431\u0440\u043E\u0441\u0438\u0442\u044C",batchEdit:"\u041C\u0430\u0441\u0441\u043E\u0432\u0430\u044F \u043E\u043F\u0435\u0440\u0430\u0446\u0438\u044F","error.configError":"\u041D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0430 \u0434\u0430\u043D\u043D\u044B\u0445 \u0430\u043D\u043E\u043C\u0430\u043B\u044C\u043D\u0430","translationFont.custom":"\u0412\u0432\u0435\u0434\u0438\u0442\u0435 \u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u0435\u043B\u044C\u0441\u043A\u0438\u0439 \u0448\u0440\u0438\u0444\u0442",translationFont:"\u0443\u0441\u0442\u0430\u043D\u043E\u0432\u0438\u0442\u044C \u0448\u0440\u0438\u0444\u0442",detectServiceLoading:"\u041F\u0440\u043E\u0432\u0435\u0440\u043A\u0430 \u0434\u043E\u0441\u0442\u0443\u043F\u043D\u044B\u0445 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0447\u0435\u0441\u043A\u0438\u0445 \u0443\u0441\u043B\u0443\u0433...","translationFont.customPlaceholder":"\u0448\u0440\u0438\u0444\u0442","touch.mouse-translate":"\u041F\u0435\u0440\u0435\u0432\u0435\u0441\u0442\u0438 \u0443\u043A\u0430\u0437\u0430\u043D\u043D\u044B\u0439 \u0430\u0431\u0437\u0430\u0446","translationModeLang.translation.title":"\u0422\u043E\u043B\u044C\u043A\u043E \u0440\u0435\u0436\u0438\u043C \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430 \u044F\u0437\u044B\u043A\u0430","error.serveConfigError":"\u041E\u0448\u0438\u0431\u043A\u0430 \u043A\u043E\u043D\u0444\u0438\u0433\u0443\u0440\u0430\u0446\u0438\u0438 \u0441\u0435\u0440\u0432\u0438\u0441\u0430","error.403":"\u0421\u043B\u0443\u0436\u0431\u0430 \u0432\u043E\u0437\u0432\u0440\u0430\u0449\u0430\u0435\u0442 \u043E\u0448\u0438\u0431\u043A\u0443, \u0432\u0440\u0435\u043C\u0435\u043D\u043D\u043E \u043D\u0435\u0442 \u0434\u043E\u0441\u0442\u0443\u043F\u0430 \u043A \u044D\u0442\u043E\u0439 \u0441\u043B\u0443\u0436\u0431\u0435.","error.proUpgrade":"\u041F\u043E\u0441\u043B\u0435 \u043E\u0431\u043D\u043E\u0432\u043B\u0435\u043D\u0438\u044F, \u043F\u043E\u0436\u0430\u043B\u0443\u0439\u0441\u0442\u0430, \u043E\u0431\u043D\u043E\u0432\u0438\u0442\u0435 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u0443 \u0438 \u043F\u0435\u0440\u0435\u0432\u0435\u0434\u0438\u0442\u0435 \u0441\u043D\u043E\u0432\u0430.","translationModeUrl.translation.title":"\u0412\u0435\u0431-\u0430\u0434\u0440\u0435\u0441 \u0442\u043E\u043B\u044C\u043A\u043E \u0434\u043B\u044F \u0440\u0435\u0436\u0438\u043C\u0430 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430",enableSentryReport:"\u041A\u043E\u0433\u0434\u0430 \u043F\u0440\u043E\u0438\u0441\u0445\u043E\u0434\u0438\u0442 \u043E\u0448\u0438\u0431\u043A\u0430 \u0440\u0430\u0441\u0448\u0438\u0440\u0435\u043D\u0438\u044F, \u043E\u0442\u043F\u0440\u0430\u0432\u043B\u044F\u0439\u0442\u0435 \u043E\u0442\u0437\u044B\u0432\u044B \u0447\u0435\u0440\u0435\u0437 Sentry.","error.reloadPageOfSetting":"\u041F\u043E\u0441\u043B\u0435 \u043D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0438, \u043F\u043E\u0436\u0430\u043B\u0443\u0439\u0441\u0442\u0430, \u043E\u0431\u043D\u043E\u0432\u0438\u0442\u0435 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u0443 \u0438 \u043F\u0435\u0440\u0435\u0432\u0435\u0434\u0438\u0442\u0435 \u0441\u043D\u043E\u0432\u0430.","error.502":"\u0421\u0435\u0440\u0432\u0438\u0441 \u0432\u043E\u0437\u0432\u0440\u0430\u0449\u0430\u0435\u0442 \u043E\u0448\u0438\u0431\u043A\u0443, \u0432\u0440\u0435\u043C\u044F \u043E\u0436\u0438\u0434\u0430\u043D\u0438\u044F \u0441\u0435\u0440\u0432\u0438\u0441\u0430 \u0438\u0441\u0442\u0435\u043A\u043B\u043E, \u043F\u043E\u0436\u0430\u043B\u0443\u0439\u0441\u0442\u0430, \u043F\u043E\u043F\u0440\u043E\u0431\u0443\u0439\u0442\u0435 \u043F\u043E\u0437\u0436\u0435.","translationModeUrl.translation.description":"\u041A\u043E\u0433\u0434\u0430 \u0432\u0435\u0431-\u0441\u0430\u0439\u0442 \u0438\u043C\u0435\u0435\u0442 \u0441\u043B\u0435\u0434\u0443\u044E\u0449\u0438\u0435 \u0434\u043E\u043C\u0435\u043D\u043D\u044B\u0435 \u0438\u043C\u0435\u043D\u0430, \u043E\u043D \u0430\u0432\u0442\u043E\u043C\u0430\u0442\u0438\u0447\u0435\u0441\u043A\u0438 \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u0443\u0435\u0442 \u0440\u0435\u0436\u0438\u043C \u0442\u043E\u043B\u044C\u043A\u043E \u0441 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u043E\u043C.",videoSubtitlePreTranslationOn:"\u0412\u0438\u0434\u0435\u043E \u0441\u0443\u0431\u0442\u0438\u0442\u0440\u044B \u0431\u0443\u0434\u0443\u0442 \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u044C \u043F\u043E\u0433\u0440\u0443\u0436\u0435\u043D\u0438\u0435 \u0432 \u043F\u0435\u0440\u0435\u0432\u043E\u0434 \u0432 \u043F\u0435\u0440\u0432\u0443\u044E \u043E\u0447\u0435\u0440\u0435\u0434\u044C.","translationServices.inherit":"\u0421\u043B\u0435\u0434\u0443\u0439\u0442\u0435 \u0437\u0430 \u043E\u0441\u043D\u043E\u0432\u043D\u044B\u043C \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0447\u0435\u0441\u043A\u0438\u043C \u0441\u0435\u0440\u0432\u0438\u0441\u043E\u043C","error.proTokenInvalid":"\u0415\u0441\u043B\u0438 \u0432\u044B \u044F\u0432\u043B\u044F\u0435\u0442\u0435\u0441\u044C \u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u0435\u043B\u0435\u043C Pro, \u043F\u043E\u0436\u0430\u043B\u0443\u0439\u0441\u0442\u0430, \u0432\u043E\u0439\u0434\u0438\u0442\u0435 \u0432 \u0441\u0438\u0441\u0442\u0435\u043C\u0443, \u043F\u0440\u0435\u0436\u0434\u0435 \u0447\u0435\u043C \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u044C \u0441\u0435\u0440\u0432\u0438\u0441 Pro \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430.",toggleToService:"\u041F\u0435\u0440\u0435\u043A\u043B\u044E\u0447\u0438\u0442\u0435\u0441\u044C \u043D\u0430 {service} \u0438 \u043F\u043E\u043F\u0440\u043E\u0431\u0443\u0439\u0442\u0435 \u0441\u043D\u043E\u0432\u0430",videoSubtitlePreTranslationOff:"\u041F\u0440\u0438\u043E\u0440\u0438\u0442\u0435\u0442 \u0431\u0443\u0434\u0435\u0442 \u043E\u0442\u0434\u0430\u043D \u043C\u0430\u0448\u0438\u043D\u043D\u043E\u043C\u0443 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0443 \u0441\u0443\u0431\u0442\u0438\u0442\u0440\u043E\u0432, \u0432\u0441\u0442\u0440\u043E\u0435\u043D\u043D\u044B\u0445 \u0432 \u043E\u0440\u0438\u0433\u0438\u043D\u0430\u043B\u044C\u043D\u043E\u0435 \u0432\u0438\u0434\u0435\u043E.","error.gemini.429":"\u0422\u0435\u043A\u0443\u0449\u0430\u044F \u0441\u043B\u0443\u0436\u0431\u0430 Gemini \u0443\u0436\u0435 \u0434\u043E\u0441\u0442\u0438\u0433\u043B\u0430 \u0441\u0432\u043E\u0435\u0433\u043E \u043F\u0440\u0435\u0434\u0435\u043B\u0430, \u043F\u043E\u0436\u0430\u043B\u0443\u0439\u0441\u0442\u0430, \u043F\u043E\u043F\u0440\u043E\u0431\u0443\u0439\u0442\u0435 \u043F\u043E\u0437\u0436\u0435 \u0438\u043B\u0438 \u043F\u0435\u0440\u0435\u043A\u043B\u044E\u0447\u0438\u0442\u0435\u0441\u044C \u043D\u0430 \u0434\u0440\u0443\u0433\u0443\u044E \u0441\u043B\u0443\u0436\u0431\u0443 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430.","translationModeLang.translation.description":'\u041A\u043E\u0433\u0434\u0430 \u044F\u0437\u044B\u043A \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u044B \u044F\u0432\u043B\u044F\u0435\u0442\u0441\u044F \u043E\u0434\u043D\u0438\u043C \u0438\u0437 \u0441\u043B\u0435\u0434\u0443\u044E\u0449\u0438\u0445, \u0430\u0432\u0442\u043E\u043C\u0430\u0442\u0438\u0447\u0435\u0441\u043A\u0438 \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u0443\u0435\u0442\u0441\u044F \u0440\u0435\u0436\u0438\u043C "\u0442\u043E\u043B\u044C\u043A\u043E \u043F\u0435\u0440\u0435\u0432\u043E\u0434".',"translationFont.notSupportErrorMessage":"\u041F\u043E\u0436\u0430\u043B\u0443\u0439\u0441\u0442\u0430, \u043F\u0440\u043E\u0432\u0435\u0440\u044C\u0442\u0435 \u043F\u0440\u0430\u0432\u0438\u043B\u044C\u043D\u043E\u0441\u0442\u044C \u0432\u0432\u0435\u0434\u0435\u043D\u043D\u043E\u0433\u043E \u0432\u0430\u043C\u0438 \u043D\u0430\u0437\u0432\u0430\u043D\u0438\u044F \u0448\u0440\u0438\u0444\u0442\u0430 \u0438\u043B\u0438 \u0443\u0431\u0435\u0434\u0438\u0442\u0435\u0441\u044C, \u0447\u0442\u043E \u044D\u0442\u043E\u0442 \u0448\u0440\u0438\u0444\u0442 \u0443\u0436\u0435 \u0443\u0441\u0442\u0430\u043D\u043E\u0432\u043B\u0435\u043D \u043D\u0430 \u0432\u0430\u0448\u0435\u043C \u0443\u0441\u0442\u0440\u043E\u0439\u0441\u0442\u0432\u0435.","error.429":"\u0421\u0435\u0440\u0432\u0438\u0441 \u0432\u043E\u0437\u0432\u0440\u0430\u0449\u0430\u0435\u0442 \u043E\u0448\u0438\u0431\u043A\u0443, \u0447\u0442\u043E \u0443\u043A\u0430\u0437\u044B\u0432\u0430\u0435\u0442 \u043D\u0430 \u0441\u043B\u0438\u0448\u043A\u043E\u043C \u0447\u0430\u0441\u0442\u044B\u0435 \u0437\u0430\u043F\u0440\u043E\u0441\u044B \u0438\u043B\u0438 \u043F\u0440\u0435\u0432\u044B\u0448\u0435\u043D\u0438\u0435 \u043B\u0438\u043C\u0438\u0442\u0430. \u041F\u043E\u0436\u0430\u043B\u0443\u0439\u0441\u0442\u0430, \u043F\u043E\u043F\u0440\u043E\u0431\u0443\u0439\u0442\u0435 \u043F\u043E\u0437\u0436\u0435.","error.400":"\u0421\u043B\u0443\u0436\u0431\u0430 \u0432\u043E\u0437\u0432\u0440\u0430\u0449\u0430\u0435\u0442 \u043E\u0448\u0438\u0431\u043A\u0443, \u043D\u0435\u0432\u0435\u0440\u043D\u044B\u0439 \u0437\u0430\u043F\u0440\u043E\u0441 \u043F\u0430\u0440\u0430\u043C\u0435\u0442\u0440\u0430, \u043F\u0440\u043E\u0432\u0435\u0440\u044C\u0442\u0435 \u0441\u043E\u043E\u0442\u0432\u0435\u0442\u0441\u0442\u0432\u0443\u044E\u0449\u0443\u044E \u043A\u043E\u043D\u0444\u0438\u0433\u0443\u0440\u0430\u0446\u0438\u044E.","error.openAIExceededQuota":"\u0421\u0435\u0440\u0432\u0438\u0441 \u0432\u043E\u0437\u0432\u0440\u0430\u0449\u0430\u0435\u0442 \u043E\u0448\u0438\u0431\u043A\u0443: \u043D\u0430 \u0432\u0430\u0448\u0435\u043C \u0442\u0435\u043A\u0443\u0449\u0435\u043C \u0441\u0447\u0435\u0442\u0443 OpenAI \u043D\u0435\u0434\u043E\u0441\u0442\u0430\u0442\u043E\u0447\u043D\u043E \u0441\u0440\u0435\u0434\u0441\u0442\u0432, \u043F\u043E\u0436\u0430\u043B\u0443\u0439\u0441\u0442\u0430, \u043F\u043E\u043F\u043E\u043B\u043D\u0438\u0442\u0435 \u0441\u0447\u0435\u0442 \u0438\u043B\u0438 \u043F\u0440\u0438\u0432\u044F\u0436\u0438\u0442\u0435 \u043A\u0440\u0435\u0434\u0438\u0442\u043D\u0443\u044E \u043A\u0430\u0440\u0442\u0443 \u0432 \u043E\u0444\u0438\u0446\u0438\u0430\u043B\u044C\u043D\u043E\u0439 \u0430\u0434\u043C\u0438\u043D\u0438\u0441\u0442\u0440\u0430\u0442\u0438\u0432\u043D\u043E\u0439 \u043F\u0430\u043D\u0435\u043B\u0438 OpenAI.","error.googleLimitIp":"\u0421\u043B\u0443\u0436\u0431\u0430 \u0432\u043E\u0437\u0432\u0440\u0430\u0449\u0430\u0435\u0442 \u043E\u0448\u0438\u0431\u043A\u0443, Google \u043E\u0433\u0440\u0430\u043D\u0438\u0447\u0438\u0432\u0430\u0435\u0442 \u0434\u043E\u0441\u0442\u0443\u043F \u0434\u043B\u044F \u044D\u0442\u043E\u0433\u043E IP-\u0430\u0434\u0440\u0435\u0441\u0430, \u0440\u0435\u043A\u043E\u043C\u0435\u043D\u0434\u0443\u0435\u0442\u0441\u044F \u0438\u0437\u043C\u0435\u043D\u0438\u0442\u044C \u0441\u0435\u0442\u0435\u0432\u043E\u0439 \u0443\u0437\u0435\u043B.","desc.toggleVideoSubtitlePreTranslation":"\u041F\u043E\u0441\u043B\u0435 \u043D\u0430\u0436\u0430\u0442\u0438\u044F, \u0434\u0432\u0443\u044F\u0437\u044B\u0447\u043D\u044B\u0435 \u0441\u0443\u0431\u0442\u0438\u0442\u0440\u044B \u0432\u0438\u0434\u0435\u043E \u0431\u0443\u0434\u0443\u0442 \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u044C \u043D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0438 \u043F\u043E\u0433\u0440\u0443\u0436\u0435\u043D\u0438\u044F \u0432 \u043F\u0435\u0440\u0435\u0432\u043E\u0434 \u0432 \u043F\u0435\u0440\u0432\u0443\u044E \u043E\u0447\u0435\u0440\u0435\u0434\u044C, \u043F\u0440\u0438 \u043F\u043E\u0432\u0442\u043E\u0440\u043D\u043E\u043C \u043D\u0430\u0436\u0430\u0442\u0438\u0438 \u0431\u0443\u0434\u0435\u0442 \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u044C\u0441\u044F \u043C\u0430\u0448\u0438\u043D\u043D\u044B\u0439 \u043F\u0435\u0440\u0435\u0432\u043E\u0434 \u0441\u0443\u0431\u0442\u0438\u0442\u0440\u043E\u0432 \u0438\u0437\u043D\u0430\u0447\u0430\u043B\u044C\u043D\u043E\u0433\u043E \u0432\u0438\u0434\u0435\u043E. \u041E\u0431\u0440\u0430\u0442\u0438\u0442\u0435 \u0432\u043D\u0438\u043C\u0430\u043D\u0438\u0435: \u044D\u0442\u043E\u0442 \u044F\u0440\u043B\u044B\u043A \u0438\u0437\u043C\u0435\u043D\u044F\u0435\u0442 \u0433\u043B\u043E\u0431\u0430\u043B\u044C\u043D\u044B\u0435 \u043D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0438.","error.openAIFreeLimit":"\u0421\u0435\u0440\u0432\u0438\u0441 \u0432\u043E\u0437\u0432\u0440\u0430\u0449\u0430\u0435\u0442 \u043E\u0448\u0438\u0431\u043A\u0443, \u0442\u0435\u043A\u0443\u0449\u0430\u044F \u0447\u0430\u0441\u0442\u043E\u0442\u0430 \u0437\u0430\u043F\u0440\u043E\u0441\u043E\u0432 \u043D\u0430 \u043F\u0435\u0440\u0435\u0432\u043E\u0434 \u0434\u043E\u0441\u0442\u0438\u0433\u043B\u0430 \u043F\u0440\u0435\u0434\u0435\u043B\u0430 \u0432 3 \u0440\u0430\u0437\u0430 \u0432 \u043C\u0438\u043D\u0443\u0442\u0443, \u043F\u043E\u0436\u0430\u043B\u0443\u0439\u0441\u0442\u0430, \u043F\u043E\u043F\u0440\u043E\u0431\u0443\u0439\u0442\u0435 \u043F\u043E\u0437\u0436\u0435. (\u042D\u0442\u043E \u043E\u0433\u0440\u0430\u043D\u0438\u0447\u0435\u043D\u0438\u0435 OpenAI \u0434\u043B\u044F \u0431\u0435\u0441\u043F\u043B\u0430\u0442\u043D\u043E\u0433\u043E API Key, \u0447\u0442\u043E\u0431\u044B \u0441\u043D\u044F\u0442\u044C \u044D\u0442\u043E \u043E\u0433\u0440\u0430\u043D\u0438\u0447\u0435\u043D\u0438\u0435, \u043F\u043E\u0436\u0430\u043B\u0443\u0439\u0441\u0442\u0430, \u043F\u0440\u0438\u0432\u044F\u0436\u0438\u0442\u0435 \u043A\u0440\u0435\u0434\u0438\u0442\u043D\u0443\u044E \u043A\u0430\u0440\u0442\u0443 \u0432 \u0431\u044D\u043A\u0435\u043D\u0434\u0435 OpenAI.)","error.serveUnavailable":"\u0412 \u043D\u0430\u0441\u0442\u043E\u044F\u0449\u0435\u0435 \u0432\u0440\u0435\u043C\u044F \u0443\u0441\u043B\u0443\u0433\u0430 [{serverName}], \u043A\u043E\u0442\u043E\u0440\u0443\u044E \u0432\u044B \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u0443\u0435\u0442\u0435, \u0432\u0440\u0435\u043C\u0435\u043D\u043D\u043E \u043D\u0435\u0434\u043E\u0441\u0442\u0443\u043F\u043D\u0430 \u0438\u0437-\u0437\u0430 \u043F\u0440\u043E\u0431\u043B\u0435\u043C \u0441 \u043F\u043E\u0434\u043A\u043B\u044E\u0447\u0435\u043D\u0438\u0435\u043C \u043A \u0441\u0435\u0442\u0438 \u0438\u043B\u0438 \u043F\u043E\u0441\u0442\u0430\u0432\u0449\u0438\u043A\u043E\u043C \u0443\u0441\u043B\u0443\u0433. \u0420\u0435\u043A\u043E\u043C\u0435\u043D\u0434\u0443\u0435\u043C \u0432\u0430\u043C \u043F\u043E\u043F\u0440\u043E\u0431\u043E\u0432\u0430\u0442\u044C \u043E\u0431\u043D\u043E\u0432\u0438\u0442\u044C \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u0443 \u0438\u043B\u0438 \u0438\u0437\u043C\u0435\u043D\u0438\u0442\u044C \u0434\u0440\u0443\u0433\u043E\u0439 \u0441\u0435\u0440\u0432\u0438\u0441 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430 \u0447\u0435\u0440\u0435\u0437 <1>\u043D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0438. \u0415\u0441\u043B\u0438 \u0432\u044B <2>Pro-\u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u0435\u043B\u044C, \u0432\u044B \u043C\u043E\u0436\u0435\u0442\u0435 \u0432\u044B\u0431\u0440\u0430\u0442\u044C \u0431\u043E\u043B\u0435\u0435 \u0441\u0442\u0430\u0431\u0438\u043B\u044C\u043D\u044B\u0435 \u0441\u0435\u0440\u0432\u0438\u0441\u044B \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430 DeepL \u0438\u043B\u0438 OpenAI (<3>\u043D\u0430\u0436\u043C\u0438\u0442\u0435 \u0437\u0434\u0435\u0441\u044C, \u0447\u0442\u043E\u0431\u044B \u043F\u043E\u043F\u0440\u043E\u0431\u043E\u0432\u0430\u0442\u044C \u0431\u0435\u0441\u043F\u043B\u0430\u0442\u043D\u043E). \u041A\u0440\u043E\u043C\u0435 \u0442\u043E\u0433\u043E, \u0432\u0430\u043C, \u0432\u043E\u0437\u043C\u043E\u0436\u043D\u043E, \u043F\u0440\u0438\u0434\u0435\u0442\u0441\u044F \u043F\u0440\u043E\u0432\u0435\u0440\u0438\u0442\u044C \u043D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0438 \u0432\u0430\u0448\u0435\u0439 \u0441\u0435\u0442\u0438 \u0438\u043B\u0438 \u043F\u0440\u043E\u043A\u0441\u0438.",pickAll:"\u0412\u044B\u0431\u0440\u0430\u0442\u044C \u0432\u0441\u0435","tagsInput.add":"+ \u0414\u043E\u0431\u0430\u0432\u0438\u0442\u044C",loggedIn:"\u0412\u0445\u043E\u0434 \u0432\u044B\u043F\u043E\u043B\u043D\u0435\u043D","widget.translateFile":"PDF/ePub","translationServices.gemini":"\u0411\u043B\u0438\u0437\u043D\u0435\u0446\u044B",notLogin:"\u041D\u0435 \u0432\u043E\u0448\u0435\u043B \u0432 \u0441\u0438\u0441\u0442\u0435\u043C\u0443","multipleClick.2":"\u0434\u0432\u043E\u0439\u043D\u043E\u0439 \u043A\u043B\u0438\u043A",goLogin:"\u0432\u043E\u0439\u0442\u0438 \u0432 \u0441\u0438\u0441\u0442\u0435\u043C\u0443","multipleClick.3":"\u0442\u0440\u043E\u0439\u043D\u043E\u0439 \u0443\u0434\u0430\u0440","error.subscriptionExpiredTitle":"\u0427\u043B\u0435\u043D\u0441\u0442\u0432\u043E \u0438\u0441\u0442\u0435\u043A\u043B\u043E",shortcutSettings:"\u0413\u043E\u0440\u044F\u0447\u0438\u0435 \u043A\u043B\u0430\u0432\u0438\u0448\u0438","widget.instruction":"\u0418\u043D\u0441\u0442\u0440\u0443\u043A\u0446\u0438\u044F \u043F\u043E \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u043D\u0438\u044E",contact:"\u0421\u0432\u044F\u0436\u0438\u0442\u0435\u0441\u044C \u0441 \u043D\u0430\u043C\u0438","widget.videoSubtitle":"\u0432\u0438\u0434\u0435\u043E \u0441\u0443\u0431\u0442\u0438\u0442\u0440\u044B","error.retry":"\u041F\u043E\u0432\u0442\u043E\u0440\u0438\u0442\u044C \u043F\u043E\u043F\u044B\u0442\u043A\u0443","widget.instructionTooltip":"\u041F\u0440\u043E\u0441\u043C\u043E\u0442\u0440 \u0438\u043D\u0441\u0442\u0440\u0443\u043A\u0446\u0438\u0439 \u043F\u043E \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u043D\u0438\u044E","subtitle.bilingual":"\u0434\u0432\u0443\u044F\u0437\u044B\u0447\u043D\u044B\u0435 \u0441\u0443\u0431\u0442\u0438\u0442\u0440\u044B","error.reason":"\u043F\u0440\u0438\u0447\u0438\u043D\u0430 \u043E\u0448\u0438\u0431\u043A\u0438",alwaysTranslateThisSite:"\u0412\u0441\u0435\u0433\u0434\u0430 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0438\u0442\u0435 \u044D\u0442\u043E\u0442 \u0441\u0430\u0439\u0442",touchShortcutsOff:"\u0437\u0430\u043A\u0440\u044B\u0442\u044C",neverTranslateThisSite:"\u041D\u0438\u043A\u043E\u0433\u0434\u0430 \u043D\u0435 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0438\u0442\u0435 \u044D\u0442\u043E\u0442 \u0441\u0430\u0439\u0442",buildSnapshots:"\u0421\u043E\u0437\u0434\u0430\u043D\u0438\u0435 \u0441\u043D\u0438\u043C\u043A\u0430 \u0432\u0435\u0431-\u0441\u0442\u0440\u0430\u043D\u0438\u0446\u044B","slide.left":"\u041F\u0440\u043E\u0432\u0435\u0434\u0438\u0442\u0435 \u0432\u043F\u0440\u0430\u0432\u043E","shortcutGroup.others":"\u0411\u043E\u043B\u044C\u0448\u0435 \u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u0435\u043B\u044C\u0441\u043A\u0438\u0445 \u0444\u0443\u043D\u043A\u0446\u0438\u0439 \u0433\u043E\u0440\u044F\u0447\u0438\u0445 \u043A\u043B\u0430\u0432\u0438\u0448",temprarilyChangeTranslationTo_openai:"\u0418\u0441\u043F\u043E\u043B\u044C\u0437\u0443\u0435\u0442\u0441\u044F OpenAI \u0434\u043B\u044F \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430 \u0442\u0435\u043A\u0443\u0449\u0435\u0439 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u044B","intro.hoverTitle":"\u041D\u0430\u0432\u0435\u0434\u0438\u0442\u0435 \u043A\u0443\u0440\u0441\u043E\u0440, \u0447\u0442\u043E\u0431\u044B \u043F\u0435\u0440\u0435\u0432\u0435\u0441\u0442\u0438 \u0442\u0435\u043A\u0443\u0449\u0438\u0439 \u0430\u0431\u0437\u0430\u0446","browser.translateWithDeepL":"\u0412\u0440\u0435\u043C\u0435\u043D\u043D\u043E \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u0443\u0439\u0442\u0435 DeepL \u0434\u043B\u044F \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430 \u0442\u0435\u043A\u0443\u0449\u0435\u0439 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u044B","slide.right":"\u0421\u0432\u0430\u0439\u043F \u0432\u043B\u0435\u0432\u043E",translationOnlyMode:"\u0422\u043E\u043B\u044C\u043A\u043E \u0440\u0435\u0436\u0438\u043C \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430",notLoginPro:"\u0412\u044B \u0435\u0449\u0435 \u043D\u0435 \u0432\u043E\u0448\u043B\u0438 \u0432 \u0441\u0432\u043E\u0439 \u0430\u043A\u043A\u0430\u0443\u043D\u0442",mouseHoverCustomKeyTitle:"\u041D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0430 \u0433\u043E\u0440\u044F\u0447\u0438\u0445 \u043A\u043B\u0430\u0432\u0438\u0448 \u043F\u0440\u0438 \u043D\u0430\u0432\u0435\u0434\u0435\u043D\u0438\u0438 \u043C\u044B\u0448\u0438","shortcutGroup.mouse":"\u041D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0430 \u0433\u043E\u0440\u044F\u0447\u0438\u0445 \u043A\u043B\u0430\u0432\u0438\u0448 \u043F\u0440\u0438 \u043D\u0430\u0432\u0435\u0434\u0435\u043D\u0438\u0438 \u043C\u044B\u0448\u0438",temprarilyChangeTranslationTo_deepl:"\u0418\u0441\u043F\u043E\u043B\u044C\u0437\u0443\u0435\u0442\u0441\u044F \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0447\u0438\u043A DeepL \u0434\u043B\u044F \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430 \u0442\u0435\u043A\u0443\u0449\u0435\u0439 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u044B.","browser.translateWithGoogle":"\u0412\u0440\u0435\u043C\u0435\u043D\u043D\u043E\u0435 \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u043D\u0438\u0435 Google Translate \u0434\u043B\u044F \u0442\u0435\u043A\u0443\u0449\u0435\u0439 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u044B","shortcutGroup.touch":"\u0421\u043F\u0435\u0446\u0438\u0430\u043B\u044C\u043D\u044B\u0435 \u0436\u0435\u0441\u0442\u044B \u0434\u043B\u044F \u0441\u0435\u043D\u0441\u043E\u0440\u043D\u043E\u0433\u043E \u044D\u043A\u0440\u0430\u043D\u0430","browser.translateInputBox":"\u041F\u0435\u0440\u0435\u0432\u0435\u0441\u0442\u0438 \u0442\u0435\u043A\u0443\u0449\u0435\u0435 \u0441\u043E\u0434\u0435\u0440\u0436\u0438\u043C\u043E\u0435 \u0432\u0432\u043E\u0434\u0430","widget.videoSubtitleTooltip":"\u041F\u043E\u0434\u0434\u0435\u0440\u0436\u043A\u0430 Youtube \u0438 \u0434\u0440\u0443\u0433\u0438\u0445 {count}+ \u0432\u0438\u0434\u0435\u043E-\u0441\u0430\u0439\u0442\u043E\u0432","browser.translateWithGemini":"\u0412\u0440\u0435\u043C\u0435\u043D\u043D\u043E \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u0443\u0439\u0442\u0435 Gemini \u0434\u043B\u044F \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430 \u0442\u0435\u043A\u0443\u0449\u0435\u0439 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u044B","subtitle.hideQuickButton":"\u0411\u043E\u043B\u044C\u0448\u0435 \u043D\u0435 \u043F\u043E\u043A\u0430\u0437\u044B\u0432\u0430\u0442\u044C \u044D\u0442\u043E\u0442 \u044F\u0440\u043B\u044B\u043A","browser.translateWithBing":"\u0412\u0440\u0435\u043C\u0435\u043D\u043D\u043E \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u0443\u0439\u0442\u0435 Microsoft \u0434\u043B\u044F \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430 \u0442\u0435\u043A\u0443\u0449\u0435\u0439 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u044B","browser.translateWithTransmart":"\u0412\u0440\u0435\u043C\u0435\u043D\u043D\u043E \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u0443\u0439\u0442\u0435 Tencent \u0434\u043B\u044F \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430 \u0442\u0435\u043A\u0443\u0449\u0435\u0439 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u044B","multipleClick.4":"\u0447\u0435\u0442\u044B\u0440\u0435\u0445\u043A\u0440\u0430\u0442\u043D\u044B\u0439 \u0443\u0434\u0430\u0440",temprarilyChangeTranslationTo_gemini:"\u0418\u0441\u043F\u043E\u043B\u044C\u0437\u0443\u0435\u0442\u0441\u044F \u043F\u0435\u0440\u0435\u0432\u043E\u0434 \u0442\u0435\u043A\u0443\u0449\u0435\u0439 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u044B \u0441 \u043F\u043E\u043C\u043E\u0449\u044C\u044E Gemini","floatBall.longPress":"\u0423\u0434\u0435\u0440\u0436\u0438\u0432\u0430\u0439\u0442\u0435 \u043A\u043D\u043E\u043F\u043A\u0443, \u0447\u0442\u043E\u0431\u044B \u0431\u044B\u0441\u0442\u0440\u043E \u043E\u0442\u043A\u0440\u044B\u0442\u044C \u043F\u0430\u043D\u0435\u043B\u044C \u043D\u0430\u0441\u0442\u0440\u043E\u0435\u043A.",shortcutSettingsTitle:"\u041D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0430 \u0433\u043E\u0440\u044F\u0447\u0438\u0445 \u043A\u043B\u0430\u0432\u0438\u0448",networkError:"\u041F\u0440\u043E\u0431\u043B\u0435\u043C\u044B \u0441 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0447\u0435\u0441\u043A\u0438\u043C \u0441\u0435\u0440\u0432\u0438\u0441\u043E\u043C \u0438\u043B\u0438 \u0441\u0435\u0442\u044C\u044E","intro.floatBallTitle":"\u0411\u044B\u0441\u0442\u0440\u044B\u0439 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0447\u0438\u043A \u0432\u0441\u043F\u043B\u044B\u0432\u0430\u044E\u0449\u0435\u0433\u043E \u0448\u0430\u0440\u0430",temprarilyChangeTranslationTo_transmart:"\u0418\u0441\u043F\u043E\u043B\u044C\u0437\u0443\u0435\u0442\u0441\u044F \u043F\u0435\u0440\u0435\u0432\u043E\u0434 \u0442\u0435\u043A\u0443\u0449\u0435\u0439 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u044B \u0447\u0435\u0440\u0435\u0437 Tencent.","subtitle.autoDisableSubtitle":"\u041D\u0435 \u0430\u0432\u0442\u043E\u043C\u0430\u0442\u0438\u0447\u0435\u0441\u043A\u0438 \u0432\u043A\u043B\u044E\u0447\u0430\u0442\u044C \u0434\u0432\u0443\u044F\u0437\u044B\u0447\u043D\u044B\u0435 \u0441\u0443\u0431\u0442\u0438\u0442\u0440\u044B","browser.translateWithOpenAI":"\u0412\u0440\u0435\u043C\u0435\u043D\u043D\u043E \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u0443\u0439\u0442\u0435 OpenAI \u0434\u043B\u044F \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430 \u0442\u0435\u043A\u0443\u0449\u0435\u0439 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u044B","shortcutGroup.shortcutsForTranslationServices":"\u0421\u043E\u0447\u0435\u0442\u0430\u043D\u0438\u044F \u043A\u043B\u0430\u0432\u0438\u0448, \u0441\u0432\u044F\u0437\u0430\u043D\u043D\u044B\u0435 \u0441 \u0443\u0441\u043B\u0443\u0433\u0430\u043C\u0438 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430",temprarilyChangeTranslationTo_google:"\u0418\u0441\u043F\u043E\u043B\u044C\u0437\u0443\u0435\u0442\u0441\u044F Google Translate \u0434\u043B\u044F \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430 \u0442\u0435\u043A\u0443\u0449\u0435\u0439 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u044B.",paragraphMinTextCountField:"\u041C\u0438\u043D\u0438\u043C\u0430\u043B\u044C\u043D\u043E\u0435 \u043A\u043E\u043B\u0438\u0447\u0435\u0441\u0442\u0432\u043E \u0441\u0438\u043C\u0432\u043E\u043B\u043E\u0432, \u043D\u0435\u043E\u0431\u0445\u043E\u0434\u0438\u043C\u044B\u0445 \u0434\u043B\u044F \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430 \u0430\u0431\u0437\u0430\u0446\u0430",temprarilyChangeTranslationTo_bing:"\u0418\u0441\u043F\u043E\u043B\u044C\u0437\u0443\u0435\u0442\u0441\u044F Microsoft \u0434\u043B\u044F \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430 \u0442\u0435\u043A\u0443\u0449\u0435\u0439 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u044B",upgradeToProErrorTitle:"\u041F\u043E\u0436\u0430\u043B\u0443\u0439\u0441\u0442\u0430, \u043E\u0431\u043D\u043E\u0432\u0438\u0442\u0435 \u0434\u043E Pro-\u0447\u043B\u0435\u043D\u0441\u0442\u0432\u0430, \u0447\u0442\u043E\u0431\u044B \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u044C \u044D\u0442\u0443 \u0443\u0441\u043B\u0443\u0433\u0443 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430.","floatBall.guideClickToTranslate":`\u041D\u0430\u0436\u043C\u0438\u0442\u0435 \u043D\u0430 \u043F\u043B\u0430\u0432\u0430\u044E\u0449\u0438\u0439 \u0448\u0430\u0440 \u0434\u043B\u044F \u043F\u043E\u0433\u0440\u0443\u0436\u0435\u043D\u0438\u044F \u0432 \u043F\u0435\u0440\u0435\u0432\u043E\u0434, \u0447\u0442\u043E\u0431\u044B \u0431\u044B\u0441\u0442\u0440\u043E \u043F\u0435\u0440\u0435\u0432\u0435\u0441\u0442\u0438`,"floatBall.iKnow":"\u042F \u0437\u043D\u0430\u044E.","shortcutGroup.main":"\u041E\u0431\u044B\u0447\u043D\u044B\u0435 \u0433\u043E\u0440\u044F\u0447\u0438\u0435 \u043A\u043B\u0430\u0432\u0438\u0448\u0438 \u0444\u0443\u043D\u043A\u0446\u0438\u0439","widget.translateFileTooltip":"\u041F\u0435\u0440\u0435\u0432\u043E\u0434\u0438\u0442\u0435 \u0434\u043E\u043A\u0443\u043C\u0435\u043D\u0442\u044B PDF, EPUB, SRT, ASS, HTML \u0438 TXT","neverTranslateText.title":"\u041F\u043E\u0436\u0430\u043B\u0443\u0439\u0441\u0442\u0430, \u043F\u0435\u0440\u0435\u0432\u0435\u0434\u0438\u0442\u0435 \u0441\u043B\u0435\u0434\u0443\u044E\u0449\u0438\u0435 \u0441\u043B\u043E\u0432\u0430 \u043D\u0430 \u0440\u0443\u0441\u0441\u043A\u0438\u0439 \u044F\u0437\u044B\u043A, \u043D\u0435 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u044F \u0438\u0445.","subtitle.showQuickButton":"\u041D\u0430 \u043F\u043B\u0435\u0435\u0440\u0435 \u043E\u0442\u043E\u0431\u0440\u0430\u0436\u0430\u0435\u0442\u0441\u044F \u044F\u0440\u043B\u044B\u043A \u0434\u043B\u044F \u0434\u0432\u0443\u044F\u0437\u044B\u0447\u043D\u044B\u0445 \u0441\u0443\u0431\u0442\u0438\u0442\u0440\u043E\u0432","description.baiduField":"\u041F\u043E\u0434\u0434\u0435\u0440\u0436\u0438\u0432\u0430\u0435\u043C\u044B\u0435 \u043E\u0431\u043B\u0430\u0441\u0442\u0438 \u0441\u043C\u043E\u0442\u0440\u0438\u0442\u0435 <1>\u0437\u0434\u0435\u0441\u044C, \u0435\u0441\u043B\u0438 \u043F\u0443\u0441\u0442\u043E, \u0437\u043D\u0430\u0447\u0438\u0442 \u043E\u0431\u043B\u0430\u0441\u0442\u044C \u043D\u0435 \u0443\u043A\u0430\u0437\u0430\u043D\u0430.","desc.interfaceLanguage":"\u041D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0430 \u044F\u0437\u044B\u043A\u0430 \u0438\u043D\u0442\u0435\u0440\u0444\u0435\u0439\u0441\u0430 \u0432\u043B\u0438\u044F\u0435\u0442 \u043D\u0430 \u044F\u0437\u044B\u043A \u043E\u0442\u043E\u0431\u0440\u0430\u0436\u0435\u043D\u0438\u044F \u043F\u0430\u043D\u0435\u043B\u0438 \u0443\u043F\u0440\u0430\u0432\u043B\u0435\u043D\u0438\u044F \u0438 \u043D\u0435 \u0441\u0432\u044F\u0437\u0430\u043D\u0430 \u0441 \u0446\u0435\u043B\u0435\u0432\u044B\u043C \u044F\u0437\u044B\u043A\u043E\u043C \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430.",touchShortcutsToggleTranslatePage:"\u041D\u0430\u0441\u0442\u0440\u043E\u0439\u0442\u0435 \u0436\u0435\u0441\u0442\u044B \u0441\u0435\u043D\u0441\u043E\u0440\u043D\u043E\u0433\u043E \u044D\u043A\u0440\u0430\u043D\u0430 \u0434\u043B\u044F \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430 \u0432\u0435\u0431-\u0441\u0442\u0440\u0430\u043D\u0438\u0446/\u043E\u0442\u043E\u0431\u0440\u0430\u0436\u0435\u043D\u0438\u044F \u0438\u0441\u0445\u043E\u0434\u043D\u043E\u0433\u043E \u0442\u0435\u043A\u0441\u0442\u0430","browser.toggleVideoSubtitlePreTranslation":"\u041F\u0435\u0440\u0435\u043A\u043B\u044E\u0447\u0438\u0442\u0435 \u0434\u0432\u0443\u044F\u0437\u044B\u0447\u043D\u044B\u0435 \u0441\u0443\u0431\u0442\u0438\u0442\u0440\u044B \u0434\u043B\u044F \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u043D\u0438\u044F \u043D\u0430\u0441\u0442\u0440\u043E\u0435\u043A \u043F\u043E\u0433\u0440\u0443\u0436\u0435\u043D\u0438\u044F \u0432 \u043F\u0435\u0440\u0435\u0432\u043E\u0434.",touchShortcutsToggleTranslateTouchElement:"\u041D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0430 \u0436\u0435\u0441\u0442\u043E\u0432 \u0441\u0435\u043D\u0441\u043E\u0440\u043D\u043E\u0433\u043E \u044D\u043A\u0440\u0430\u043D\u0430 \u0434\u043B\u044F \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430 \u0443\u043A\u0430\u0437\u0430\u043D\u043D\u043E\u0433\u043E \u0430\u0431\u0437\u0430\u0446\u0430","intro.subtitleTitle":"\u041E\u0442\u043E\u0431\u0440\u0430\u0436\u0435\u043D\u0438\u0435 \u0434\u0432\u0443\u044F\u0437\u044B\u0447\u043D\u044B\u0445 \u0441\u0443\u0431\u0442\u0438\u0442\u0440\u043E\u0432 \u0432 \u043E\u043D\u043B\u0430\u0439\u043D-\u0432\u0438\u0434\u0435\u043E","desc.touchShortcutsToggleTranslateTouchElement":"\u041D\u0430\u0441\u0442\u0440\u043E\u0439\u0442\u0435 \u0436\u0435\u0441\u0442, \u0438 \u0432\u044B \u0441\u043C\u043E\u0436\u0435\u0442\u0435 \u043F\u0435\u0440\u0435\u0432\u0435\u0441\u0442\u0438 \u043B\u044E\u0431\u043E\u0439 \u0430\u0431\u0437\u0430\u0446, \u0433\u0434\u0435 \u0431\u044B \u0432\u044B \u043D\u0438 \u043D\u0430\u0445\u043E\u0434\u0438\u043B\u0438\u0441\u044C.","browser.toggleMouseHoverTranslateDirectly":"\u041D\u0430 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u0435 \u0432\u0440\u0435\u043C\u0435\u043D\u043D\u043E \u0432\u043A\u043B\u044E\u0447\u0438\u0442\u0435 \u0438\u043B\u0438 \u043E\u0442\u043A\u043B\u044E\u0447\u0438\u0442\u0435 \u043F\u0440\u044F\u043C\u043E\u0439 \u043F\u0435\u0440\u0435\u0432\u043E\u0434 \u043F\u0440\u0438 \u043D\u0430\u0432\u0435\u0434\u0435\u043D\u0438\u0438 \u043C\u044B\u0448\u0438",paragraphMinTextCountDesc:"\u041E\u0431\u0440\u0430\u0442\u0438\u0442\u0435 \u0432\u043D\u0438\u043C\u0430\u043D\u0438\u0435, \u0437\u0434\u0435\u0441\u044C \u0440\u0435\u0447\u044C \u0438\u0434\u0435\u0442 \u043E \u0434\u043B\u0438\u043D\u0435 \u0441\u0438\u043C\u0432\u043E\u043B\u043E\u0432, \u043D\u0430\u043F\u0440\u0438\u043C\u0435\u0440: hello \u0441\u043E\u0441\u0442\u043E\u0438\u0442 \u0438\u0437 5 \u0441\u0438\u043C\u0432\u043E\u043B\u043E\u0432, \u0443\u0441\u0442\u0430\u043D\u043E\u0432\u043A\u0430 \u0431\u043E\u043B\u044C\u0448\u0435\u0433\u043E \u0437\u043D\u0430\u0447\u0435\u043D\u0438\u044F \u043C\u043E\u0436\u0435\u0442 \u0443\u043C\u0435\u043D\u044C\u0448\u0438\u0442\u044C \u043D\u0435\u043D\u0443\u0436\u043D\u044B\u0439 \u043F\u0435\u0440\u0435\u0432\u043E\u0434 \u043C\u0430\u043B\u0435\u043D\u044C\u043A\u0438\u0445 \u0430\u0431\u0437\u0430\u0446\u0435\u0432.",confirmResetToDefaultSettings:"\u0412\u044B \u0443\u0432\u0435\u0440\u0435\u043D\u044B, \u0447\u0442\u043E \u0445\u043E\u0442\u0438\u0442\u0435 \u0432\u043E\u0441\u0441\u0442\u0430\u043D\u043E\u0432\u0438\u0442\u044C \u044D\u0442\u043E\u0442 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0447\u0435\u0441\u043A\u0438\u0439 \u0441\u0435\u0440\u0432\u0438\u0441 \u0434\u043E \u043D\u0430\u0441\u0442\u0440\u043E\u0435\u043A \u043F\u043E \u0443\u043C\u043E\u043B\u0447\u0430\u043D\u0438\u044E? (\u0421\u0431\u0440\u043E\u0441 \u043D\u0430\u0441\u0442\u0440\u043E\u0435\u043A \u0442\u043E\u043B\u044C\u043A\u043E \u0434\u043B\u044F \u0442\u0435\u043A\u0443\u0449\u0435\u0433\u043E \u0441\u0435\u0440\u0432\u0438\u0441\u0430 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430)",touchShortcutsToggleTranslationMask:"\u041D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0430 \u043E\u0442\u043E\u0431\u0440\u0430\u0436\u0435\u043D\u0438\u044F \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430/\u043E\u0440\u0438\u0433\u0438\u043D\u0430\u043B\u044C\u043D\u043E\u0433\u043E \u0442\u0435\u043A\u0441\u0442\u0430 \u0441 \u043F\u043E\u043C\u043E\u0449\u044C\u044E \u0436\u0435\u0441\u0442\u043E\u0432 \u043D\u0430 \u0441\u0435\u043D\u0441\u043E\u0440\u043D\u043E\u043C \u044D\u043A\u0440\u0430\u043D\u0435",shortcutDisableTooltip:"\u041F\u043E\u0436\u0430\u043B\u0443\u0439\u0441\u0442\u0430, \u043D\u0430\u0441\u0442\u0440\u043E\u0439\u0442\u0435 \u043D\u0430 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u0435 \u0443\u043F\u0440\u0430\u0432\u043B\u0435\u043D\u0438\u044F \u0431\u044B\u0441\u0442\u0440\u044B\u043C\u0438 \u043A\u043B\u0430\u0432\u0438\u0448\u0430\u043C\u0438 \u0440\u0430\u0441\u0448\u0438\u0440\u0435\u043D\u0438\u044F \u0431\u0440\u0430\u0443\u0437\u0435\u0440\u0430, \u0434\u043B\u044F \u043F\u043E\u043B\u0443\u0447\u0435\u043D\u0438\u044F \u0434\u043E\u043F\u043E\u043B\u043D\u0438\u0442\u0435\u043B\u044C\u043D\u044B\u0445 \u0440\u0443\u043A\u043E\u0432\u043E\u0434\u0441\u0442\u0432 \u0441\u043C\u043E\u0442\u0440\u0438\u0442\u0435 \u0438\u043D\u0441\u0442\u0440\u0443\u043A\u0446\u0438\u0438 \u0432 \u0432\u0435\u0440\u0445\u043D\u0435\u0439 \u0447\u0430\u0441\u0442\u0438 \u044D\u0442\u043E\u0439 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u044B.",mouseHoverCustomKeyDescription:"\u0412\u044B \u043C\u043E\u0436\u0435\u0442\u0435 \u043D\u0430\u0441\u0442\u0440\u043E\u0438\u0442\u044C \u0441\u043E\u0447\u0435\u0442\u0430\u043D\u0438\u0435 \u043A\u043B\u0430\u0432\u0438\u0448 \u0434\u043B\u044F \u043D\u0430\u0432\u0435\u0434\u0435\u043D\u0438\u044F \u043C\u044B\u0448\u0438, \u043D\u0430\u043F\u0440\u0438\u043C\u0435\u0440: Alt+Z, Ctrl+E, Cmd+Alt+E \u0438\u043B\u0438 \u043F\u0440\u043E\u0441\u0442\u043E Cmd, \u043F\u043E\u0436\u0430\u043B\u0443\u0439\u0441\u0442\u0430, \u0432\u0432\u0435\u0434\u0438\u0442\u0435 \u0432\u0440\u0443\u0447\u043D\u0443\u044E.","desc.mouseHoverHoldKey":"\u041F\u0440\u0438 \u043D\u0430\u0432\u0435\u0434\u0435\u043D\u0438\u0438 \u043C\u044B\u0448\u0438 \u043D\u0430 \u0430\u0431\u0437\u0430\u0446, \u043E\u0434\u043D\u043E\u0432\u0440\u0435\u043C\u0435\u043D\u043D\u043E \u043D\u0430\u0436\u043C\u0438\u0442\u0435 \u043F\u0440\u0430\u0432\u0443\u044E \u0433\u043E\u0440\u044F\u0447\u0443\u044E \u043A\u043B\u0430\u0432\u0438\u0448\u0443, \u0447\u0442\u043E\u0431\u044B \u043D\u0435\u043F\u043E\u0441\u0440\u0435\u0434\u0441\u0442\u0432\u0435\u043D\u043D\u043E \u043F\u0435\u0440\u0435\u0432\u0435\u0441\u0442\u0438 \u044D\u0442\u043E\u0442 \u0430\u0431\u0437\u0430\u0446.","error.subscriptionExpired":"\u0412\u0430\u0448\u0430 \u043F\u043E\u0434\u043F\u0438\u0441\u043A\u0430, \u0432\u043E\u0437\u043C\u043E\u0436\u043D\u043E, \u0438\u0441\u0442\u0435\u043A\u043B\u0430, \u043F\u043E\u0436\u0430\u043B\u0443\u0439\u0441\u0442\u0430, \u043F\u0440\u043E\u0432\u0435\u0440\u044C\u0442\u0435 \u0441\u0442\u0430\u0442\u0443\u0441 \u0432\u0430\u0448\u0435\u0439 \u043F\u043E\u0434\u043F\u0438\u0441\u043A\u0438.","desc.touchShortcutsToggleTranslatePage":"\u041F\u043E\u0441\u043B\u0435 \u043D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0438, \u043F\u0440\u0438 \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u043D\u0438\u0438 \u043C\u043E\u0431\u0438\u043B\u044C\u043D\u043E\u0433\u043E \u0443\u0441\u0442\u0440\u043E\u0439\u0441\u0442\u0432\u0430, \u043C\u043E\u0436\u043D\u043E \u043E\u0434\u043D\u043E\u0432\u0440\u0435\u043C\u0435\u043D\u043D\u043E \u043A\u0430\u0441\u0430\u0442\u044C\u0441\u044F \u044D\u043A\u0440\u0430\u043D\u0430 X \u043F\u0430\u043B\u044C\u0446\u0430\u043C\u0438, \u043F\u0440\u043E\u0432\u043E\u0434\u0438\u0442\u044C \u043F\u043E \u043D\u0435\u043C\u0443 \u0432\u043B\u0435\u0432\u043E \u0438 \u0432\u043F\u0440\u0430\u0432\u043E \u0438\u043B\u0438 \u043D\u0435\u043F\u0440\u0435\u0440\u044B\u0432\u043D\u043E \u043D\u0430\u0436\u0438\u043C\u0430\u0442\u044C, \u0447\u0442\u043E\u0431\u044B \u0430\u043A\u0442\u0438\u0432\u0438\u0440\u043E\u0432\u0430\u0442\u044C \u043F\u0435\u0440\u0435\u0432\u043E\u0434 \u0432\u0435\u0431-\u0441\u0442\u0440\u0430\u043D\u0438\u0446\u044B/\u043F\u043E\u043A\u0430\u0437\u0430\u0442\u044C \u0438\u0441\u0445\u043E\u0434\u043D\u044B\u0439 \u0442\u0435\u043A\u0441\u0442.","contact.description":"\u0415\u0441\u043B\u0438 \u0443 \u0432\u0430\u0441 \u0435\u0441\u0442\u044C \u043A\u0430\u043A\u0438\u0435-\u043B\u0438\u0431\u043E \u0432\u043E\u043F\u0440\u043E\u0441\u044B \u0438\u043B\u0438 \u043F\u0440\u0435\u0434\u043B\u043E\u0436\u0435\u043D\u0438\u044F, \u043F\u043E\u0436\u0430\u043B\u0443\u0439\u0441\u0442\u0430, \u0437\u0430\u043F\u043E\u043B\u043D\u0438\u0442\u0435 \u0444\u043E\u0440\u043C\u0443 \u043D\u0438\u0436\u0435, \u0447\u0442\u043E\u0431\u044B \u0441\u0432\u044F\u0437\u0430\u0442\u044C\u0441\u044F \u0441 \u043D\u0430\u043C\u0438, \u0438\u043B\u0438 \u043E\u0442\u043F\u0440\u0430\u0432\u044C\u0442\u0435 \u044D\u043B\u0435\u043A\u0442\u0440\u043E\u043D\u043D\u043E\u0435 \u043F\u0438\u0441\u044C\u043C\u043E \u043D\u0430 {email}, \u0438 \u043C\u044B \u043E\u0442\u0432\u0435\u0442\u0438\u043C \u0432\u0430\u043C \u043A\u0430\u043A \u043C\u043E\u0436\u043D\u043E \u0441\u043A\u043E\u0440\u0435\u0435.","desc.toggleTranslateTheWholePage":"\u041F\u0435\u0440\u0435\u0432\u043E\u0434\u0438\u0442\u0435 \u0432\u0441\u0435 \u043E\u0431\u043B\u0430\u0441\u0442\u0438 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u044B, \u043F\u043E \u0443\u043C\u043E\u043B\u0447\u0430\u043D\u0438\u044E \u043C\u044B \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0438\u043C \u043E\u0441\u043D\u043E\u0432\u043D\u044B\u0435 \u043E\u0431\u043B\u0430\u0441\u0442\u0438 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u044B, \u0432\u044B \u043C\u043E\u0436\u0435\u0442\u0435 \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u044C \u044D\u0442\u043E\u0442 \u0433\u043E\u0440\u044F\u0447\u0438\u0439 \u043A\u043B\u0430\u0432\u0438\u0448 \u0434\u043B\u044F \u0441\u043F\u0435\u0446\u0438\u0430\u043B\u044C\u043D\u043E\u0433\u043E \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430 \u0432\u0441\u0435\u0445 \u043E\u0431\u043B\u0430\u0441\u0442\u0435\u0439 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u044B.",translationOnlyModeDescription:'\u0420\u0435\u0436\u0438\u043C "\u0422\u043E\u043B\u044C\u043A\u043E \u043F\u0435\u0440\u0435\u0432\u043E\u0434" \u043E\u0437\u043D\u0430\u0447\u0430\u0435\u0442, \u0447\u0442\u043E \u043E\u0442\u043E\u0431\u0440\u0430\u0436\u0430\u0435\u0442\u0441\u044F \u0442\u043E\u043B\u044C\u043A\u043E \u043F\u0435\u0440\u0435\u0432\u043E\u0434, \u0430 \u043D\u0435 \u0441\u0442\u0430\u043D\u0434\u0430\u0440\u0442\u043D\u044B\u0439 \u0434\u0432\u0443\u044F\u0437\u044B\u0447\u043D\u044B\u0439 \u0440\u0435\u0436\u0438\u043C. \u041E\u0431\u0440\u0430\u0442\u0438\u0442\u0435 \u0432\u043D\u0438\u043C\u0430\u043D\u0438\u0435: \u0438\u0437-\u0437\u0430 \u0442\u0435\u0445\u043D\u0438\u0447\u0435\u0441\u043A\u0438\u0445 \u043E\u0433\u0440\u0430\u043D\u0438\u0447\u0435\u043D\u0438\u0439, \u0433\u0438\u043F\u0435\u0440\u0441\u0441\u044B\u043B\u043A\u0438 \u0438\u0441\u0445\u043E\u0434\u043D\u043E\u0433\u043E \u0442\u0435\u043A\u0441\u0442\u0430 \u0431\u0443\u0434\u0443\u0442 \u043D\u0435\u0430\u043A\u0442\u0438\u0432\u043D\u044B \u0432 \u0440\u0435\u0436\u0438\u043C\u0435 "\u0422\u043E\u043B\u044C\u043A\u043E \u043F\u0435\u0440\u0435\u0432\u043E\u0434".',"desc.toggleTranslateTheMainPage":"\u0422\u043E\u043B\u044C\u043A\u043E \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0438\u0442\u0435 \u043E\u0441\u043D\u043E\u0432\u043D\u044B\u0435 \u043E\u0431\u043B\u0430\u0441\u0442\u0438 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u044B, \u043A\u043E\u0433\u0434\u0430 \u0432\u044B \u0432\u043A\u043B\u044E\u0447\u0438\u043B\u0438 \u043F\u0435\u0440\u0435\u0432\u043E\u0434 \u0432\u0441\u0435\u0445 \u043E\u0431\u043B\u0430\u0441\u0442\u0435\u0439 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u044B \u0432 \u0440\u0430\u0441\u0448\u0438\u0440\u0435\u043D\u043D\u044B\u0445 \u043D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0430\u0445, \u0432\u044B \u043C\u043E\u0436\u0435\u0442\u0435 \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u044C \u044D\u0442\u043E\u0442 \u0433\u043E\u0440\u044F\u0447\u0438\u0439 \u043A\u043B\u0430\u0432\u0438\u0448 \u0434\u043B\u044F \u0441\u043F\u0435\u0446\u0438\u0430\u043B\u044C\u043D\u043E\u0433\u043E \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430 \u043E\u0441\u043D\u043E\u0432\u043D\u044B\u0445 \u043E\u0431\u043B\u0430\u0441\u0442\u0435\u0439 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u044B.","intro.floatBallDescription":"\u041F\u043E\u0441\u043B\u0435 \u0430\u043A\u0442\u0438\u0432\u0430\u0446\u0438\u0438 \u043D\u0430 \u043F\u0440\u0430\u0432\u043E\u0439 \u0441\u0442\u043E\u0440\u043E\u043D\u0435 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u044B \u043F\u043E\u044F\u0432\u0438\u0442\u0441\u044F \u043A\u043D\u043E\u043F\u043A\u0430 \u0431\u044B\u0441\u0442\u0440\u043E\u0433\u043E \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430, \u043D\u0430\u0436\u043C\u0438\u0442\u0435 \u043D\u0430 \u043D\u0435\u0435, \u0447\u0442\u043E\u0431\u044B \u043F\u0435\u0440\u0435\u0432\u0435\u0441\u0442\u0438, \u043D\u0430\u0436\u043C\u0438\u0442\u0435 \u0435\u0449\u0435 \u0440\u0430\u0437, \u0447\u0442\u043E\u0431\u044B \u0432\u0435\u0440\u043D\u0443\u0442\u044C\u0441\u044F \u043A \u0438\u0441\u0445\u043E\u0434\u043D\u043E\u043C\u0443 \u0442\u0435\u043A\u0441\u0442\u0443. \u041D\u0430 \u043C\u043E\u0431\u0438\u043B\u044C\u043D\u043E\u043C \u0443\u0441\u0442\u0440\u043E\u0439\u0441\u0442\u0432\u0435, \u0435\u0441\u043B\u0438 \u0432\u044B \u0434\u043E\u043B\u0433\u043E \u043D\u0430\u0436\u0438\u043C\u0430\u0435\u0442\u0435 \u043D\u0430 \u043F\u043B\u0430\u0432\u0430\u044E\u0449\u0438\u0439 \u0448\u0430\u0440, \u0432\u044B \u043C\u043E\u0436\u0435\u0442\u0435 \u043E\u0442\u043A\u0440\u044B\u0442\u044C \u043F\u0430\u043D\u0435\u043B\u044C \u0431\u044B\u0441\u0442\u0440\u044B\u0445 \u043D\u0430\u0441\u0442\u0440\u043E\u0435\u043A.","desc.toggleMouseHoverTranslateDirectly":"\u041F\u043E\u0441\u043B\u0435 \u043D\u0430\u0436\u0430\u0442\u0438\u044F \u044D\u0442\u043E\u0439 \u0433\u043E\u0440\u044F\u0447\u0435\u0439 \u043A\u043B\u0430\u0432\u0438\u0448\u0438, \u043D\u0430 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u0435, \u043A\u0430\u043A \u0442\u043E\u043B\u044C\u043A\u043E \u043C\u044B\u0448\u044C \u0443\u043A\u0430\u0437\u044B\u0432\u0430\u0435\u0442 \u043D\u0430 \u043B\u044E\u0431\u043E\u0439 \u0442\u0435\u043A\u0441\u0442, \u044D\u0442\u043E\u0442 \u0442\u0435\u043A\u0441\u0442 \u0430\u0432\u0442\u043E\u043C\u0430\u0442\u0438\u0447\u0435\u0441\u043A\u0438 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0438\u0442\u0441\u044F. \u041D\u0430\u0436\u043C\u0438\u0442\u0435 \u0433\u043E\u0440\u044F\u0447\u0443\u044E \u043A\u043B\u0430\u0432\u0438\u0448\u0443 \u0435\u0449\u0435 \u0440\u0430\u0437, \u0447\u0442\u043E\u0431\u044B \u043E\u0442\u043A\u043B\u044E\u0447\u0438\u0442\u044C \u044D\u0442\u0443 \u0444\u0443\u043D\u043A\u0446\u0438\u044E \u0430\u0432\u0442\u043E\u043C\u0430\u0442\u0438\u0447\u0435\u0441\u043A\u043E\u0433\u043E \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430.","subtitle.showQuickButtonDescription":"\u0412 \u043F\u0440\u0430\u0432\u043E\u043C \u043D\u0438\u0436\u043D\u0435\u043C \u0443\u0433\u043B\u0443 \u0432\u0438\u0434\u0435\u043E\u043F\u043B\u0435\u0435\u0440\u0430 \u043F\u0440\u0435\u0434\u043E\u0441\u0442\u0430\u0432\u043B\u044F\u0435\u0442\u0441\u044F \u0431\u044B\u0441\u0442\u0440\u044B\u0439 \u0434\u043E\u0441\u0442\u0443\u043F \u043A \u0432\u043A\u043B\u044E\u0447\u0435\u043D\u0438\u044E \u0434\u0432\u0443\u044F\u0437\u044B\u0447\u043D\u044B\u0445 \u0441\u0443\u0431\u0442\u0438\u0442\u0440\u043E\u0432.","neverTranslateText.description":"\u0418\u0437-\u0437\u0430 \u0442\u043E\u0433\u043E, \u0447\u0442\u043E \u043D\u0435\u043A\u043E\u0442\u043E\u0440\u044B\u0435 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0447\u0435\u0441\u043A\u0438\u0435 \u0434\u0432\u0438\u0436\u043A\u0438 \u043D\u0435 \u0438\u0434\u0435\u0430\u043B\u044C\u043D\u043E \u0440\u0430\u0441\u043F\u043E\u0437\u043D\u0430\u044E\u0442 \u0441\u043F\u0435\u0446\u0438\u0430\u043B\u044C\u043D\u044B\u0435 \u0442\u0435\u0440\u043C\u0438\u043D\u044B, \u0432\u044B \u043C\u043E\u0436\u0435\u0442\u0435 \u0434\u043E\u0431\u0430\u0432\u0438\u0442\u044C \u0441\u043B\u043E\u0432\u0430 \u0437\u0434\u0435\u0441\u044C, \u0447\u0442\u043E\u0431\u044B \u0443\u0431\u0435\u0434\u0438\u0442\u044C\u0441\u044F, \u0447\u0442\u043E \u043E\u043D\u0438 \u043D\u0435 \u0431\u0443\u0434\u0443\u0442 \u043F\u0440\u0435\u043E\u0431\u0440\u0430\u0437\u043E\u0432\u0430\u043D\u044B \u0432 \u043F\u0440\u043E\u0446\u0435\u0441\u0441\u0435 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430. \u041E\u0431\u0440\u0430\u0442\u0438\u0442\u0435 \u0432\u043D\u0438\u043C\u0430\u043D\u0438\u0435, \u0447\u0442\u043E \u044D\u0442\u0430 \u0444\u0443\u043D\u043A\u0446\u0438\u044F \u0440\u0430\u0437\u043B\u0438\u0447\u0430\u0435\u0442 \u0440\u0435\u0433\u0438\u0441\u0442\u0440 \u0438 \u043F\u043E\u0434\u0434\u0435\u0440\u0436\u0438\u0432\u0430\u0435\u0442 \u0442\u043E\u043B\u044C\u043A\u043E \u044F\u0437\u044B\u043A\u0438 \u0441\u043E \u0441\u043B\u043E\u0432\u0430\u043C\u0438, \u0440\u0430\u0437\u0434\u0435\u043B\u0435\u043D\u043D\u044B\u043C\u0438 \u043F\u0440\u043E\u0431\u0435\u043B\u0430\u043C\u0438 (\u043D\u0430\u043F\u0440\u0438\u043C\u0435\u0440, \u0430\u043D\u0433\u043B\u0438\u0439\u0441\u043A\u0438\u0439, \u0444\u0440\u0430\u043D\u0446\u0443\u0437\u0441\u043A\u0438\u0439), \u0438 \u043D\u0435 \u043F\u043E\u0434\u0445\u043E\u0434\u0438\u0442 \u0434\u043B\u044F \u044F\u0437\u044B\u043A\u043E\u0432, \u0442\u0430\u043A\u0438\u0445 \u043A\u0430\u043A \u044F\u043F\u043E\u043D\u0441\u043A\u0438\u0439, \u043A\u043E\u0440\u0435\u0439\u0441\u043A\u0438\u0439 \u0438 \u0442.\u0434.","intro.subtitleDescription":"\u041F\u043E\u0441\u043B\u0435 \u0432\u043A\u043B\u044E\u0447\u0435\u043D\u0438\u044F \u044D\u0442\u043E\u0439 \u0444\u0443\u043D\u043A\u0446\u0438\u0438, \u043F\u0440\u0438 \u043F\u0440\u043E\u0441\u043C\u043E\u0442\u0440\u0435 \u0432\u0438\u0434\u0435\u043E \u0431\u0443\u0434\u0443\u0442 \u0430\u0432\u0442\u043E\u043C\u0430\u0442\u0438\u0447\u0435\u0441\u043A\u0438 \u043E\u0442\u043E\u0431\u0440\u0430\u0436\u0430\u0442\u044C\u0441\u044F \u0441\u0443\u0431\u0442\u0438\u0442\u0440\u044B \u043D\u0430 \u0434\u0432\u0443\u0445 \u044F\u0437\u044B\u043A\u0430\u0445. \u0415\u0441\u043B\u0438 \u0444\u0443\u043D\u043A\u0446\u0438\u044F \u043D\u0435 \u0432\u043A\u043B\u044E\u0447\u0435\u043D\u0430, \u0432\u0430\u043C \u043D\u0443\u0436\u043D\u043E \u0431\u0443\u0434\u0435\u0442 \u0432\u0440\u0443\u0447\u043D\u0443\u044E \u043D\u0430\u0436\u0430\u0442\u044C \u043A\u043D\u043E\u043F\u043A\u0443 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430 \u043D\u0430 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u0435, \u0447\u0442\u043E\u0431\u044B \u043E\u0442\u043E\u0431\u0440\u0430\u0437\u0438\u0442\u044C \u0441\u0443\u0431\u0442\u0438\u0442\u0440\u044B. \u041E\u0431\u0440\u0430\u0442\u0438\u0442\u0435 \u0432\u043D\u0438\u043C\u0430\u043D\u0438\u0435, \u0447\u0442\u043E \u0438\u0437-\u0437\u0430 \u0442\u0435\u0445\u043D\u0438\u0447\u0435\u0441\u043A\u0438\u0445 \u043E\u0433\u0440\u0430\u043D\u0438\u0447\u0435\u043D\u0438\u0439 \u043D\u0430 \u043D\u0435\u043A\u043E\u0442\u043E\u0440\u044B\u0445 \u0441\u0430\u0439\u0442\u0430\u0445 \u043F\u0440\u0438 \u043F\u0435\u0440\u0432\u043E\u0439 \u0430\u043A\u0442\u0438\u0432\u0430\u0446\u0438\u0438 \u0441\u0443\u0431\u0442\u0438\u0442\u0440\u043E\u0432 \u043C\u043E\u0436\u0435\u0442 \u043F\u043E\u0442\u0440\u0435\u0431\u043E\u0432\u0430\u0442\u044C\u0441\u044F \u043E\u0431\u043D\u043E\u0432\u0438\u0442\u044C \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u0443 \u0438\u043B\u0438 \u0434\u043E\u0436\u0434\u0430\u0442\u044C\u0441\u044F \u043E\u043A\u043E\u043D\u0447\u0430\u043D\u0438\u044F \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430, \u0447\u0442\u043E\u0431\u044B \u043E\u0442\u043E\u0431\u0440\u0430\u0437\u0438\u0442\u044C \u0441\u0443\u0431\u0442\u0438\u0442\u0440\u044B \u043D\u0430 \u0434\u0432\u0443\u0445 \u044F\u0437\u044B\u043A\u0430\u0445. (\u041A\u0440\u043E\u043C\u0435 \u0442\u043E\u0433\u043E, \u0432\u044B \u0442\u0430\u043A\u0436\u0435 \u043C\u043E\u0436\u0435\u0442\u0435 \u0432\u043A\u043B\u044E\u0447\u0438\u0442\u044C / \u043E\u0442\u043A\u043B\u044E\u0447\u0438\u0442\u044C \u043F\u0430\u043D\u0435\u043B\u044C \u0431\u044B\u0441\u0442\u0440\u044B\u0445 \u043A\u043E\u043C\u0430\u043D\u0434 \u0434\u043B\u044F \u043F\u043E\u0433\u0440\u0443\u0436\u0435\u043D\u0438\u044F \u0432 \u043F\u0435\u0440\u0435\u0432\u043E\u0434 \u0432 \u0432\u0435\u0440\u0445\u043D\u0435\u043C \u043F\u0440\u0430\u0432\u043E\u043C \u0443\u0433\u043B\u0443 \u043F\u043E\u0441\u043B\u0435 \u043E\u0442\u043A\u0440\u044B\u0442\u0438\u044F \u0432\u0438\u0434\u0435\u043E \u0441\u0430\u0439\u0442\u0430)

\u0412 \u043D\u0430\u0441\u0442\u043E\u044F\u0449\u0435\u0435 \u0432\u0440\u0435\u043C\u044F \u043F\u043E\u0434\u0434\u0435\u0440\u0436\u0438\u0432\u0430\u0435\u0442\u0441\u044F \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u043D\u0438\u0435 \u0441\u0443\u0431\u0442\u0438\u0442\u0440\u043E\u0432 \u043D\u0430 \u0434\u0432\u0443\u0445 \u044F\u0437\u044B\u043A\u0430\u0445 \u043D\u0430 \u044D\u0442\u0438\u0445 \u0441\u0430\u0439\u0442\u0430\u0445:","desc.touchShortcutsToggleTranslationMask":"\u041F\u0435\u0440\u0435\u0432\u043E\u0434\u0447\u0435\u0441\u043A\u0430\u044F \u043C\u0430\u0441\u043A\u0430 - \u044D\u0442\u043E \u044D\u0444\u0444\u0435\u043A\u0442 \u0440\u0430\u0437\u043C\u044B\u0442\u0438\u044F \u0432 \u0441\u0442\u0438\u043B\u0435 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430 (\u0440\u0435\u0436\u0438\u043C \u043E\u0431\u0443\u0447\u0435\u043D\u0438\u044F). \u041F\u043E\u0441\u043B\u0435 \u0432\u043A\u043B\u044E\u0447\u0435\u043D\u0438\u044F \u0432\u0440\u0435\u043C\u0435\u043D\u043D\u043E \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u0443\u0435\u0442\u0441\u044F \u044D\u0444\u0444\u0435\u043A\u0442 \u0440\u0430\u0437\u043C\u044B\u0442\u0438\u044F \u0434\u043B\u044F \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430, \u0447\u0442\u043E \u0443\u0434\u043E\u0431\u043D\u043E \u0434\u043B\u044F \u043E\u0431\u0443\u0447\u0435\u043D\u0438\u044F.","intro.hoverDescription":"\u041F\u0435\u0440\u0435\u0432\u043E\u0434 \u043F\u0440\u0438 \u043D\u0430\u0432\u0435\u0434\u0435\u043D\u0438\u0438 \u043C\u044B\u0448\u0438 - \u044D\u0442\u043E \u043E\u0447\u0435\u043D\u044C \u0432\u0430\u0436\u043D\u0430\u044F \u0444\u0443\u043D\u043A\u0446\u0438\u044F \u0432 \u043A\u043E\u043D\u0442\u0435\u043A\u0441\u0442\u043D\u043E\u043C \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0435, \u0434\u043E\u0441\u0442\u0430\u0442\u043E\u0447\u043D\u043E \u043F\u0440\u043E\u0441\u0442\u043E \u043F\u043E\u043C\u0435\u0441\u0442\u0438\u0442\u044C \u043A\u0443\u0440\u0441\u043E\u0440 \u043D\u0430 \u0430\u0431\u0437\u0430\u0446 \u0438 \u043E\u0434\u043D\u043E\u0432\u0440\u0435\u043C\u0435\u043D\u043D\u043E \u043D\u0430\u0436\u0430\u0442\u044C \u0437\u0430\u0434\u0430\u043D\u043D\u0443\u044E \u0433\u043E\u0440\u044F\u0447\u0443\u044E \u043A\u043B\u0430\u0432\u0438\u0448\u0443, \u0447\u0442\u043E\u0431\u044B \u0430\u0432\u0442\u043E\u043C\u0430\u0442\u0438\u0447\u0435\u0441\u043A\u0438 \u043F\u0435\u0440\u0435\u0432\u0435\u0441\u0442\u0438 \u0442\u0435\u043A\u0443\u0449\u0438\u0439 \u0430\u0431\u0437\u0430\u0446 (\u043E\u0431\u0440\u0430\u0442\u0438\u0442\u0435 \u0432\u043D\u0438\u043C\u0430\u043D\u0438\u0435: \u043F\u043E \u0443\u043C\u043E\u043B\u0447\u0430\u043D\u0438\u044E \u043E\u043D \u043D\u0435 \u0432\u043A\u043B\u044E\u0447\u0435\u043D, \u043F\u043E\u0436\u0430\u043B\u0443\u0439\u0441\u0442\u0430, \u043D\u0430\u0441\u0442\u0440\u043E\u0439\u0442\u0435 \u0435\u0433\u043E \u043D\u0438\u0436\u0435). \u042D\u0442\u043E\u0442 \u0432\u0437\u0430\u0438\u043C\u043E\u0434\u0435\u0439\u0441\u0442\u0432\u0438\u0435 \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u0443\u0435\u0442\u0441\u044F \u0434\u043B\u044F \u043B\u0443\u0447\u0448\u0435\u0439 \u0437\u0430\u043C\u0435\u043D\u044B \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430 \u0432\u044B\u0434\u0435\u043B\u0435\u043D\u043D\u043E\u0433\u043E \u0442\u0435\u043A\u0441\u0442\u0430, \u043A\u0440\u043E\u043C\u0435 \u0442\u043E\u0433\u043E, \u044D\u0442\u0430 \u0444\u0443\u043D\u043A\u0446\u0438\u044F \u0448\u0438\u0440\u043E\u043A\u043E \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u0443\u0435\u0442\u0441\u044F \u0432 \u043E\u0431\u043B\u0430\u0441\u0442\u044F\u0445, \u043A\u043E\u0442\u043E\u0440\u044B\u0435 \u043D\u0435 \u043C\u043E\u0433\u0443\u0442 \u0431\u044B\u0442\u044C \u0440\u0430\u0441\u043F\u043E\u0437\u043D\u0430\u043D\u044B \u0434\u043B\u044F \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430, \u0432\u044B \u043C\u043E\u0436\u0435\u0442\u0435 \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u044C \u044D\u0442\u0443 \u0444\u0443\u043D\u043A\u0446\u0438\u044E \u0434\u043B\u044F \u043F\u0440\u0438\u043D\u0443\u0434\u0438\u0442\u0435\u043B\u044C\u043D\u043E\u0433\u043E \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430 \u043B\u044E\u0431\u043E\u0433\u043E \u0430\u0431\u0437\u0430\u0446\u0430.",geminiWarning:"\u0412\u043D\u0438\u043C\u0430\u043D\u0438\u0435: \u0431\u0435\u0441\u043F\u043B\u0430\u0442\u043D\u044B\u0439 \u0441\u0435\u0440\u0432\u0438\u0441 Gemini \u043E\u0442 Google \u0438\u043C\u0435\u0435\u0442 \u0441\u0442\u0440\u043E\u0433\u0438\u0435 \u043E\u0433\u0440\u0430\u043D\u0438\u0447\u0435\u043D\u0438\u044F, Google \u043C\u043E\u0436\u0435\u0442 \u0441\u0447\u0438\u0442\u0430\u0442\u044C, \u0447\u0442\u043E \u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u0435\u043B\u044C \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u0443\u0435\u0442 \u043D\u0435\u0441\u043A\u043E\u043B\u044C\u043A\u043E \u043A\u043B\u044E\u0447\u0435\u0439 \u0434\u043B\u044F \u043E\u0431\u0445\u043E\u0434\u0430 \u0438\u0445 \u0431\u0435\u0441\u043F\u043B\u0430\u0442\u043D\u044B\u0445 \u043A\u0432\u043E\u0442. \u041D\u0435 \u0440\u0435\u043A\u043E\u043C\u0435\u043D\u0434\u0443\u0435\u0442\u0441\u044F \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u044C, \u0440\u0435\u043A\u043E\u043C\u0435\u043D\u0434\u0443\u0435\u0442\u0441\u044F \u0436\u0434\u0430\u0442\u044C, \u043F\u043E\u043A\u0430 Google \u043D\u0435 \u043E\u0442\u043A\u0440\u043E\u0435\u0442 \u043F\u043B\u0430\u0442\u043D\u044B\u0439 \u0438\u043D\u0442\u0435\u0440\u0444\u0435\u0439\u0441 Gemini \u0434\u043B\u044F \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u043D\u0438\u044F \u0432 \u0431\u0443\u0434\u0443\u0449\u0435\u043C.","floatBall.setting":"\u043D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0430","floatBall.file":"\u041F\u0435\u0440\u0435\u0432\u043E\u0434 PDF, EPUB, SRT, ASS, HTML, TXT \u0444\u0430\u0439\u043B\u043E\u0432","floatBall.translateToLanguage":"\u041D\u0430\u0436\u043C\u0438\u0442\u0435, \u0447\u0442\u043E\u0431\u044B \u043F\u0435\u0440\u0435\u0432\u0435\u0441\u0442\u0438 \u043D\u0430 {language}",changeToOnlyTempTranslationMode:"\u041F\u0435\u0440\u0435\u043A\u043B\u044E\u0447\u0435\u043D\u0438\u0435 \u043D\u0430 \u043E\u0442\u043E\u0431\u0440\u0430\u0436\u0435\u043D\u0438\u0435 \u0442\u043E\u043B\u044C\u043A\u043E \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u043E\u0432",changeToDualTempTranslationMode:"\u041F\u0435\u0440\u0435\u0445\u043E\u0434 \u043D\u0430 \u0434\u0432\u0443\u044F\u0437\u044B\u0447\u043D\u044B\u0439 \u043F\u0435\u0440\u0435\u0432\u043E\u0434","transitionMode.dual":"\u0434\u0432\u0443\u044F\u0437\u044B\u0447\u043D\u043E\u0435 \u0441\u043E\u043F\u043E\u0441\u0442\u0430\u0432\u043B\u0435\u043D\u0438\u0435","transitionMode.translation":"\u0422\u043E\u043B\u044C\u043A\u043E \u043F\u0435\u0440\u0435\u0432\u043E\u0434","options.navbar.installApp":"\u0423\u0441\u0442\u0430\u043D\u043E\u0432\u0438\u0442\u0435 \u043C\u043E\u0431\u0438\u043B\u044C\u043D\u043E\u0435 \u043F\u0440\u0438\u043B\u043E\u0436\u0435\u043D\u0438\u0435","options.navbar.translateFile":"\u041F\u0435\u0440\u0435\u0432\u0435\u0441\u0442\u0438 \u0434\u043E\u043A\u0443\u043C\u0435\u043D\u0442","subtitle.transitionMode":"\u0412\u0438\u0434\u0435\u043E \u0441 \u0434\u0432\u0443\u044F\u0437\u044B\u0447\u043D\u044B\u043C\u0438 \u0441\u0443\u0431\u0442\u0438\u0442\u0440\u0430\u043C\u0438 / \u043D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0430 \u0442\u043E\u043B\u044C\u043A\u043E \u0434\u043B\u044F \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430","subtitle.transitionModeDescription":"\u0423\u0441\u0442\u0430\u043D\u043E\u0432\u0438\u0442\u0435 \u0441\u0443\u0431\u0442\u0438\u0442\u0440\u044B \u0432\u0438\u0434\u0435\u043E \u043D\u0430 \u0434\u0432\u0443\u044F\u0437\u044B\u0447\u043D\u043E\u0435 \u0441\u043E\u043F\u043E\u0441\u0442\u0430\u0432\u043B\u0435\u043D\u0438\u0435 \u0438\u043B\u0438 \u0442\u043E\u043B\u044C\u043A\u043E \u0440\u0435\u0436\u0438\u043C \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430","transitionMode.inherit":"\u0421\u043E\u0445\u0440\u0430\u043D\u044F\u0439\u0442\u0435 \u0441\u043E\u043E\u0442\u0432\u0435\u0442\u0441\u0442\u0432\u0438\u0435 \u0441 \u0440\u0435\u0436\u0438\u043C\u043E\u043C \u043E\u0442\u043E\u0431\u0440\u0430\u0436\u0435\u043D\u0438\u044F \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430 \u043F\u043E \u0443\u043C\u043E\u043B\u0447\u0430\u043D\u0438\u044E \u0441\u0438\u0441\u0442\u0435\u043C\u044B.",translateFileTooltip:`\u041F\u0435\u0440\u0435\u0432\u043E\u0434 PDF, ePub, srt, ass, HTML, TXT \u0444\u0430\u0439\u043B\u043E\u0432`,"description.multiplePrompt":`\u041A\u043E\u0433\u0434\u0430 \u043A\u043E\u043B\u0438\u0447\u0435\u0441\u0442\u0432\u043E \u0430\u0431\u0437\u0430\u0446\u0435\u0432 \u0431\u043E\u043B\u044C\u0448\u0435 1, \u0434\u0438\u0430\u043B\u043E\u0433\u0438, \u043E\u0442\u043F\u0440\u0430\u0432\u043B\u0435\u043D\u043D\u044B\u0435 {service} \u043E\u0442 \u0438\u043C\u0435\u043D\u0438 \u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u0435\u043B\u044F, \u0433\u0434\u0435 {{from}} \u043E\u0431\u043E\u0437\u043D\u0430\u0447\u0430\u0435\u0442 \u044F\u0437\u044B\u043A \u0430\u0431\u0437\u0430\u0446\u0430, {{to}} \u043E\u0431\u043E\u0437\u043D\u0430\u0447\u0430\u0435\u0442 \u0446\u0435\u043B\u0435\u0432\u043E\u0439 \u044F\u0437\u044B\u043A, {{yaml}} - \u044D\u0442\u043E \u043D\u0430\u0448 \u043A\u043E\u043D\u0442\u0435\u043D\u0442 \u0430\u0431\u0437\u0430\u0446\u0430, \u0443\u043F\u0430\u043A\u043E\u0432\u0430\u043D\u043D\u044B\u0439 \u0432 \u0444\u043E\u0440\u043C\u0430\u0442\u0435 yaml. \u0415\u0441\u043B\u0438 \u0443 \u0432\u0430\u0441 \u0435\u0441\u0442\u044C \u043F\u043E\u0442\u0440\u0435\u0431\u043D\u043E\u0441\u0442\u044C \u0432 \u043D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0435 Prompt, \u0432\u0430\u043C \u043D\u0443\u0436\u043D\u043E \u0443\u0431\u0435\u0434\u0438\u0442\u044C\u0441\u044F, \u0447\u0442\u043E \u043A\u0430\u0436\u0434\u044B\u0439 \u044D\u043B\u0435\u043C\u0435\u043D\u0442 \u0432 \u0440\u0435\u0437\u0443\u043B\u044C\u0442\u0430\u0442\u0435 YAML \u043E\u0442 AI \u0441\u043E\u0434\u0435\u0440\u0436\u0438\u0442 \u043F\u043E\u043B\u0435 {env.imt_trans_field}, {{imt_trans_field}} - \u044D\u0442\u043E \u043D\u0430\u0437\u0432\u0430\u043D\u0438\u0435 \u043F\u043E\u043B\u044F \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430, \u043A\u043E\u0442\u043E\u0440\u043E\u0435 \u043C\u044B \u0445\u043E\u0442\u0438\u043C \u043F\u043E\u043B\u0443\u0447\u0438\u0442\u044C \u043E\u0442 AI, \u043F\u043E \u0443\u043C\u043E\u043B\u0447\u0430\u043D\u0438\u044E \u044D\u0442\u043E {env.imt_trans_field}, {{imt_source_field}} - \u044D\u0442\u043E \u043D\u0430\u0437\u0432\u0430\u043D\u0438\u0435 \u043F\u043E\u043B\u044F \u0438\u0441\u0445\u043E\u0434\u043D\u043E\u0433\u043E \u0442\u0435\u043A\u0441\u0442\u0430, \u043A\u043E\u0442\u043E\u0440\u043E\u0435 \u043C\u044B \u043F\u0435\u0440\u0435\u0434\u0430\u0435\u043C AI, \u043F\u043E \u0443\u043C\u043E\u043B\u0447\u0430\u043D\u0438\u044E \u044D\u0442\u043E {env.imt_source_field}. \u041F\u0440\u0438\u043C\u0435\u0440 \u0440\u0435\u0437\u0443\u043B\u044C\u0442\u0430\u0442\u0430: @@ -5129,7 +5129,7 @@ ass, HTML, TXT \u0444\u0430\u0439\u043B\u043E\u0432`,"description.multiplePrompt {env.imt_sub_trans_field}: \u041F\u0435\u0440\u0435\u0432\u043E\u0434 - id: 2 {env.imt_sub_source_field}: \u0418\u0441\u0442\u043E\u0447\u043D\u0438\u043A - {env.imt_sub_trans_field}: \u041F\u0435\u0440\u0435\u0432\u043E\u0434`,"subtitle.quickButton.cyan":"\u0421\u0438\u043D\u0438\u0439","subtitle.quickButton.magenta":"\u041F\u0443\u0440\u043F\u0443\u0440\u043D\u044B\u0439","subtitle.quickButton.white":"\u0431\u0435\u043B\u044B\u0439","subtitle.quickButton.blue":"\u0441\u0438\u043D\u0438\u0439","subtitle.quickButton.red":"\u043A\u0440\u0430\u0441\u043D\u044B\u0439","subtitle.quickButton.translationPositionTop":"\u0432 \u0432\u0435\u0440\u0445\u043D\u0435\u0439 \u0447\u0430\u0441\u0442\u0438 \u0442\u0435\u043A\u0441\u0442\u0430","subtitle.quickButton.translationPosition":"\u043C\u0435\u0441\u0442\u043E\u043F\u043E\u043B\u043E\u0436\u0435\u043D\u0438\u0435 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430","subtitle.quickButton.green":"\u0437\u0435\u043B\u0435\u043D\u044B\u0439","subtitle.quickButton.translationPositionBottom":"\u043E\u0440\u0438\u0433\u0438\u043D\u0430\u043B \u043D\u0438\u0436\u0435","subtitle.quickButton.yellow":"\u0436\u0435\u043B\u0442\u044B\u0439","subtitle.quickButton.backgroundColor":"\u0444\u043E\u043D\u043E\u0432\u044B\u0439 \u0446\u0432\u0435\u0442","subtitle.quickButton.sourceFontSize":"\u0418\u0441\u0445\u043E\u0434\u043D\u044B\u0439 \u0440\u0430\u0437\u043C\u0435\u0440 \u0448\u0440\u0438\u0444\u0442\u0430","translationServices.claude":"\u041A\u043B\u043E\u0434","subtitle.quickButton.setting":"\u043D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0430","subtitle.quickButton.translationFontSize":"\u0440\u0430\u0437\u043C\u0435\u0440 \u0448\u0440\u0438\u0444\u0442\u0430 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430","subtitle.quickButton.translationTextColor":"\u0426\u0432\u0435\u0442 \u0448\u0440\u0438\u0444\u0442\u0430 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430","subtitle.quickButton.black":"\u0447\u0435\u0440\u043D\u044B\u0439","subtitle.quickButton.sourceTextColor":"\u0418\u0441\u0445\u043E\u0434\u043D\u044B\u0439 \u0446\u0432\u0435\u0442 \u0448\u0440\u0438\u0444\u0442\u0430","subtitle.quickButton.backgroundOpacity":"\u0424\u043E\u043D\u043E\u0432\u0430\u044F \u043D\u0435\u043F\u0440\u043E\u0437\u0440\u0430\u0447\u043D\u043E\u0441\u0442\u044C",attachSubtitleTranslating:"\u0418\u0441\u043F\u043E\u043B\u044C\u0437\u0443\u044F {service} \u0434\u043B\u044F \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430...","error.claude.403":"\u0412\u0440\u0435\u043C\u0435\u043D\u043D\u043E \u043D\u0435\u0442 \u0434\u043E\u0441\u0442\u0443\u043F\u0430 \u043A \u0441\u0435\u0440\u0432\u0438\u0441\u0443, \u0432\u043E\u0437\u043C\u043E\u0436\u043D\u043E, \u044D\u0442\u043E \u0441\u0432\u044F\u0437\u0430\u043D\u043E \u0441 \u0440\u0435\u0433\u0438\u043E\u043D\u0430\u043B\u044C\u043D\u044B\u043C\u0438 \u043E\u0433\u0440\u0430\u043D\u0438\u0447\u0435\u043D\u0438\u044F\u043C\u0438 \u041A\u043B\u043E\u0434\u0430. \u0412\u044B \u043C\u043E\u0436\u0435\u0442\u0435 \u043F\u043E\u043F\u0440\u043E\u0431\u043E\u0432\u0430\u0442\u044C \u0438\u0437\u043C\u0435\u043D\u0438\u0442\u044C \u0441\u0432\u043E\u0439 IP-\u0430\u0434\u0440\u0435\u0441 \u0438\u043B\u0438 \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u044C \u0434\u0440\u0443\u0433\u0438\u0435 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0447\u0435\u0441\u043A\u0438\u0435 \u0443\u0441\u043B\u0443\u0433\u0438.","browser.brandDescriptionForSafari":"\u3010\u041F\u043E\u0433\u0440\u0443\u0436\u0435\u043D\u0438\u0435 \u0432 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u3011\u0411\u0435\u0441\u043F\u043B\u0430\u0442\u043D\u044B\u0439 \u043F\u043B\u0430\u0433\u0438\u043D \u0434\u043B\u044F \u0434\u0432\u0443\u044F\u0437\u044B\u0447\u043D\u043E\u0433\u043E \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430 \u0432\u0435\u0431-\u0441\u0442\u0440\u0430\u043D\u0438\u0446 (\u043E\u0440\u0438\u0433\u0438\u043D\u0430\u043B/\u043F\u0435\u0440\u0435\u0432\u043E\u0434), \u043F\u043E\u0434\u0434\u0435\u0440\u0436\u0438\u0432\u0430\u044E\u0449\u0438\u0439 \u043F\u0435\u0440\u0435\u0432\u043E\u0434 PDF \u0438 \u043F\u0435\u0440\u0435\u0432\u043E\u0434 \u044D\u043B\u0435\u043A\u0442\u0440\u043E\u043D\u043D\u044B\u0445 \u043A\u043D\u0438\u0433 EPUB \u0441 \u0441\u043E\u0445\u0440\u0430\u043D\u0435\u043D\u0438\u0435\u043C \u043E\u0440\u0438\u0433\u0438\u043D\u0430\u043B\u044C\u043D\u043E\u0433\u043E \u0444\u043E\u0440\u043C\u0430\u0442\u0438\u0440\u043E\u0432\u0430\u043D\u0438\u044F \u0434\u043E\u043A\u0443\u043C\u0435\u043D\u0442\u0430, \u043F\u0435\u0440\u0435\u0432\u043E\u0434 \u0434\u0432\u0443\u044F\u0437\u044B\u0447\u043D\u044B\u0445 \u0441\u0443\u0431\u0442\u0438\u0442\u0440\u043E\u0432 \u0434\u043B\u044F \u043E\u043D\u043B\u0430\u0439\u043D-\u0432\u0438\u0434\u0435\u043E \u043D\u0430 Youtube/Netflix, \u043F\u043E\u0434\u0434\u0435\u0440\u0436\u0438\u0432\u0430\u044E\u0449\u0438\u0439 \u043E\u0441\u043D\u043E\u0432\u043D\u044B\u0435 \u0441\u0435\u0440\u0432\u0438\u0441\u044B \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430, \u0442\u0430\u043A\u0438\u0435 \u043A\u0430\u043A Deepl/Google \u0438 \u0442.\u0434.","browser.PdfProFile":"\u041F\u0435\u0440\u0435\u0432\u043E\u0434 PDF Pro, \u0443\u043F\u0440\u0430\u0432\u043B\u044F\u0435\u043C\u044B\u0439 AI","browser.textTranslate":"\u0422\u0435\u043A\u0441\u0442\u043E\u0432\u044B\u0439 \u043F\u0435\u0440\u0435\u0432\u043E\u0434"};var Nl={nologin:"\uB85C\uADF8\uC778\uD558\uC9C0 \uC54A\uC74C",loginForSafari:"\uB85C\uADF8\uC778 \uB610\uB294 \uB4F1\uB85D",login:"\uB85C\uADF8\uC778\uD558\uC5EC \uBA64\uBC84\uC2ED \uAC1C\uC124",manageAccount:"\uAD00\uB9AC \uACC4\uC815",openPremium:"\uBA64\uBC84\uC2ED \uC5F4\uAE30",logout:"\uC911\uB2E8",curentPlan:"\uD604\uC7AC \uD328\uD0A4\uC9C0",endAt:"\uB9CC\uB8CC",endAuto:"\uC790\uB3D9 \uAC31\uC2E0",lineBreakMaxTextCount:"\uC904 \uBC14\uAFC8 \uC774\uD6C4 \uBB38\uC7A5\uB2F9 \uD5C8\uC6A9\uB418\uB294 \uCD5C\uB300 \uAE00\uC790 \uC218","translate-pdf":"PDF\uB97C \uBC88\uC5ED\uD558\uB824\uBA74 \uD074\uB9AD\uD558\uC138\uC694.","noSupportTranslate-pdf":"\uC2A4\uD06C\uB9BD\uD2B8\uAC00 \uC9C0\uC6D0\uB418\uC9C0 \uC54A\uC73C\uB2C8 \uD50C\uB7EC\uADF8\uC778\uC744 \uC0AC\uC6A9\uD558\uC138\uC694.","translate-firefox-local-pdf":"PDF \uAC00\uC838\uC624\uAE30\uB85C \uC774\uB3D9\uD558\uB824\uBA74 \uD074\uB9AD\uD558\uC138\uC694.",enableLineBreak:"\uAE34 \uB2E8\uB77D\uC5D0 \uC790\uB3D9 \uC904 \uBC14\uAFC8 \uD65C\uC131\uD654",sponsorLabel:"1 \uD6C4\uC6D0 \uAC1C\uBC1C\uC790",help:"hand",browserShortcutsNoteForFirefox:"Firefox\uC5D0\uC11C \uBC14\uB85C\uAC00\uAE30\uB97C \uBCC0\uACBD\uD558\uB824\uBA74 \uD655\uC7A5 \uD504\uB85C\uADF8\uB7A8 \uAD00\uB9AC \uD398\uC774\uC9C0 `\uC815\uBCF4:\uC560\uB4DC\uC628`\uC744 \uC5F4\uACE0 `\uC124\uC815`\uC744 \uD074\uB9AD\uD55C \uB2E4\uC74C `\uBC14\uB85C \uAC00\uAE30 \uAD00\uB9AC`\uB97C \uD074\uB9AD\uD558\uC5EC \uBC14\uB85C\uAC00\uAE30\uB97C \uC124\uC815\uD574\uC57C \uD569\uB2C8\uB2E4.",browserShortcutsNoteForChrome:"Chrome\uC5D0\uC11C \uBC14\uB85C\uAC00\uAE30\uB97C \uC218\uC815\uD558\uB824\uBA74 \uD655\uC7A5 \uD504\uB85C\uADF8\uB7A8 \uAD00\uB9AC \uD398\uC774\uC9C0\uB97C \uC5F4\uACE0 '\uBC14\uB85C \uAC00\uAE30 \uAD00\uB9AC' \uD328\uB110(`chrome://extensions/shortcuts`)\uC5D0\uC11C \uC124\uC815\uD55C \uD6C4 \uC544\uB798 \uBC84\uD2BC\uC744 \uD074\uB9AD\uD558\uC5EC \uBC14\uB85C \uAC00\uAE30 \uAD00\uB9AC \uD398\uC774\uC9C0\uB85C \uC774\uB3D9\uD574\uC57C \uD569\uB2C8\uB2E4.",browserShortcutsSucks:"\uC0AC\uC6A9\uC790 \uC9C0\uC815 \uBC14\uB85C\uAC00\uAE30\uC758 \uD615\uC2DD\uC740\uFF1A\uC785\uB2C8\uB2E4(\uC790\uB3D9 \uC778\uC2DD\uB418\uC9C0 \uC54A\uC73C\uBBC0\uB85C \uC9C1\uC811 \uC785\uB825\uD558\uC138\uC694).",enableLineBreakDescription:"\uC774 \uAE30\uB2A5\uC744 \uCF1C\uBA74 \uAE34 \uB2E8\uB77D\uC758 \uAC01 \uBB38\uC7A5 \uB05D\uC5D0 \uC904 \uBC14\uAFC8\uC774 \uC0BD\uC785\uB418\uC5B4 \uBB38\uC7A5\uC744 \uB354 \uC27D\uAC8C \uC77D\uC744 \uC218 \uC788\uC2B5\uB2C8\uB2E4.","browser.shortBrandName":"\uBAB0\uC785 \uBC88\uC5ED","browser.brandName":"\uBAB0\uC785 \uBC88\uC5ED: \uC774\uC911 \uC5B8\uC5B4 \uC6F9 \uD398\uC774\uC9C0 \uBC88\uC5ED \uBC0F PDF \uBB38\uC11C \uBC88\uC5ED","browser.brandDescription":"Bilingual web page translation, also supports PDF translation, bilingual Epub eBook translation, free to use.","browser.toggleTranslatePage":"\uD398\uC774\uC9C0 \uBC88\uC5ED/\uC6D0\uBB38 \uD45C\uC2DC","browser.toggleTranslateTheWholePage":"\uD398\uC774\uC9C0\uC758 \uBAA8\uB4E0 \uC601\uC5ED \uBC88\uC5ED/\uC6D0\uBB38 \uD14D\uC2A4\uD2B8 \uD45C\uC2DC","browser.toggleOnlyTransation":"\uC591\uC5B8\uC5B4/\uBC88\uC5ED\uBB38\uB9CC \uBAA8\uB4DC\uB85C \uC804\uD658","browser.toggleTranslateToThePageEndImmediately":"\uD398\uC774\uC9C0 \uD558\uB2E8\uC73C\uB85C \uC989\uC2DC \uBC88\uC5ED/\uC6D0\uBB38 \uD45C\uC2DC","browser.toggleTranslateTheMainPage":"\uD398\uC774\uC9C0\uC758 \uC8FC\uC694 \uC601\uC5ED \uBC88\uC5ED/\uC6D0\uBB38 \uD14D\uC2A4\uD2B8 \uD45C\uC2DC","browser.shareToDraft":"\uC774\uC911 \uC5B8\uC5B4 \uD398\uC774\uC9C0 \uACF5\uC720","browser.openOptionsPage":"\uC124\uC815 \uD398\uC774\uC9C0 \uC5F4\uAE30","browser.toggleTranslationMask":"\uBC88\uC5ED \uD750\uB9BC \uD6A8\uACFC \uD45C\uC2DC/\uC228\uAE30\uAE30","browser.translateLocalPdfFile":"\uB85C\uCEEC PDF \uD30C\uC77C \uBC88\uC5ED","browser.openEbookViewer":"\uD604\uC9C0 \uC804\uC790\uCC45 \uC77D\uAE30","browser.openEbookBuilder":"\uC774\uC911 \uC5B8\uC5B4 EPUB \uC804\uC790\uCC45 \uB9CC\uB4E4\uAE30","browser.translateLocalHtmlFile":"HTML/\uD14D\uC2A4\uD2B8 \uD30C\uC77C \uBC88\uC5ED","browser.donateContext":"\uC2A4\uD3F0\uC11C\uC2ED \uD61C\uD0DD\uC5D0 \uB300\uD574 \uC54C\uC544\uBCF4\uAE30","browser.translateLocalSubtitleFile":"\uB85C\uCEEC \uC790\uB9C9 \uD30C\uC77C \uBC88\uC5ED",confirmResetConfig:"\uC124\uC815\uC744 \uC7AC\uC124\uC815\uD558\uC2DC\uACA0\uC2B5\uB2C8\uAE4C?",translationLineBreakSettingTitle:"\uBC88\uC5ED \uC904 \uBC14\uAFC8 \uC124\uC815",smartLineBreak:"\uC2A4\uB9C8\uD2B8 \uB77C\uC778 \uD53C\uB4DC(\uCEF4\uD4E8\uD305)",alwaysLineBreak:"\uD56D\uC0C1 \uB77C\uC778 \uD53C\uB4DC",isShowContextMenu:"\uBA54\uB274 \uD56D\uBAA9\uC744 \uB9C8\uC6B0\uC2A4 \uC624\uB978\uCABD \uBC84\uD2BC\uC73C\uB85C \uD074\uB9AD\uD558\uC5EC \uBC88\uC5ED\uB41C \uD398\uC774\uC9C0 \uCD94\uAC00\uD558\uAE30",toggleBeta:"\uBCA0\uD0C0 \uD14C\uC2A4\uD2B8 \uAE30\uB2A5 \uD65C\uC131\uD654",betaDescription:"\uC544\uC9C1 \uC2E4\uD5D8\uB2E8\uACC4\uC778 \uAE30\uB2A5\uB4E4\uACFC \uBCA0\uD0C0\uBC84\uC804\uC778 \uBC88\uC5ED \uC11C\uBE44\uC2A4\uB97C \uC0AC\uC6A9\uD574\uBCF4\uC138\uC694. <1>\uD154\uB808\uADF8\uB7A8 \uADF8\uB8F9\uC5D0 \uAC00\uC785\uD558\uC5EC \uC790\uC138\uD788 \uC54C\uC544\uBCF4\uC138\uC694.",translationLineBreakSettingDescription:"\uCF58\uD150\uCE20\uAC00 \uC801\uC740 \uD398\uC774\uC9C0\uC758 \uACBD\uC6B0 \uD56D\uC0C1 \uC904 \uBC14\uAFC8\uC774 \uAE54\uB054\uD558\uAC8C \uC720\uC9C0\uB429\uB2C8\uB2E4. (\uCF58\uD150\uCE20\uAC00 \uB9CE\uC740 \uAE34 \uB2E8\uB77D({count}\uC790 \uC774\uC0C1)\uC5D0\uB294 \uC2A4\uB9C8\uD2B8 \uC904 \uBC14\uAFC8\uC744 \uC0AC\uC6A9\uD558\uC5EC \uACF5\uAC04\uC744 \uC808\uC57D\uD558\uC138\uC694.)",tempTranslateDomainTitle:"\uC6F9\uC0AC\uC774\uD2B8 \uBC88\uC5ED\uC774 \uC77C\uC2DC\uC801\uC73C\uB85C \uCF1C\uC9C0\uB294 \uAE30\uAC04",tempTranslateDomainDescription:"\uC6F9 \uD398\uC774\uC9C0\uB97C \uC218\uB3D9\uC73C\uB85C \uBC88\uC5ED\uD560 \uB54C \uC790\uB3D9 \uBC88\uC5ED\uC744 \uC704\uD574 \uC6F9 \uC0AC\uC774\uD2B8\uB97C \uC77C\uC2DC\uC801\uC73C\uB85C \uCF1C\uACE0 \uC77C\uC2DC\uC801\uC778 \uAE30\uAC04\uC744 \uC124\uC815\uD560 \uC218 \uC788\uC2B5\uB2C8\uB2E4.",xMinutes:"{count} \uBD84",disabled:"STH \uC0AC\uC6A9\uC744 \uAE08\uC9C0\uD569\uB2C8\uB2E4.",changelog:"\uC5C5\uB370\uC774\uD2B8 \uB85C\uADF8",toggleTranslatePageWhenThreeFingersOnTheScreen:"\uC5EC\uB7EC \uC190\uAC00\uB77D\uC774 \uB3D9\uC2DC\uC5D0 \uD654\uBA74\uC744 \uD130\uCE58\uD560 \uB54C \uC6F9 \uD398\uC774\uC9C0 \uBC88\uC5ED/\uC6D0\uBB38 \uD14D\uC2A4\uD2B8 \uD45C\uC2DC",toggleTranslationMaskWhenThreeFingersOnTheScreen:"\uC5EC\uB7EC \uC190\uAC00\uB77D\uC73C\uB85C \uD130\uCE58\uD558\uBA74 \uD750\uB9BC \uD6A8\uACFC\uB97C \uD45C\uC2DC\uD558\uAC70\uB098 \uC228\uAE38 \uC218 \uC788\uC2B5\uB2C8\uB2E4.",fingerCountToToggleTranslagePageOnlyTranslationWhenTouching:"\uC5EC\uB7EC \uC190\uAC00\uB77D\uC73C\uB85C \uB3D9\uC2DC\uC5D0 \uD654\uBA74\uC744 \uD130\uCE58\uD558\uBA74 \uC6F9 \uD398\uC774\uC9C0\uAC00 \uBC88\uC5ED(\uBC88\uC5ED \uC804\uC6A9)/\uC6D0\uBB38\uC744 \uD45C\uC2DC\uD569\uB2C8\uB2E4.",addUrlDescription:"\uB3C4\uBA54\uC778 \uC774\uB984\uC77C \uC218 \uC788\uC73C\uBA70 \uC640\uC77C\uB4DC\uCE74\uB4DC(\uC608:\uFF1A*.google.com, google.com/mail/*, https://www.google.com/*)\uB3C4 \uC9C0\uC6D0\uD569\uB2C8\uB2E4.",general:"\uAE30\uBCF8 \uC124\uC815",clickToExpandConfig:"\uD604\uC7AC \uAD6C\uC131 \uD655\uC7A5",import:"\uD30C\uC77C\uC5D0\uC11C \uAC00\uC838\uC624\uAE30",export:"\uD30C\uC77C\uB85C \uB0B4\uBCF4\uB0B4\uAE30",toggleDebug:"\uCF58\uC194\uC5D0\uC11C \uB514\uBC84\uADF8 \uB85C\uADF8 \uC778\uC1C4","fingers.0":"\uC751\uACE0","fingers.2":"\uB450 \uC190\uAC00\uB77D \uD130\uCE58","fingers.3":"\uC138 \uC190\uAC00\uB77D \uD130\uCE58","fingers.4":"\uB124 \uC190\uAC00\uB77D \uD130\uCE58","fingers.5":"\uB2E4\uC12F \uC190\uAC00\uB77D \uD130\uCE58",mouseHoldKey:"+ {key} \uB2E8\uB77D \uBC88\uC5ED/\uBCF5\uC6D0\uD558\uAE30",mouseHoldKeyAuto:"\uB2E8\uB77D\uC758 \uC9C1\uC811 \uBC88\uC5ED",mouseHoldKeyOff:"\uC544\uBB34\uAC83\uB3C4 \uD558\uC9C0 \uB9C8\uC138\uC694.",mouseHoldKeyOther:"\uC0AC\uC6A9\uC790 \uC9C0\uC815 \uBC14\uB85C \uAC00\uAE30(\uC124\uC815 \uC5F4\uAE30)",mouseHoldKeyCustomKey:"{key} \uB2E8\uB77D\uC758 \uBC88\uC5ED/\uCD95\uC18C",mouseHoverHoldKey:"\uBC14\uB85C \uAC00\uAE30 \uD0A4\uB97C \uB204\uB978 \uC0C1\uD0DC\uC5D0\uC11C \uB9C8\uC6B0\uC2A4\uB97C \uAC00\uB9AC\uD0A4\uBA74 \uB2E8\uB77D\uC774 \uBC88\uC5ED\uB429\uB2C8\uB2E4.","mouse-translate":"\uB9C8\uC6B0\uC2A4 \uD638\uBC84",document:"(\uCEF4\uD4E8\uD130) \uD30C\uC77C",resetSuccess:"\uBAA8\uB4E0 \uC124\uC815 \uC7AC\uC124\uC815\uC5D0 \uC131\uACF5",resetThisSuccess:"\uC7AC\uC124\uC815 \uC131\uACF5",saved:"\uC800\uC7A5 \uC131\uACF5",successImportConfig:"\uC131\uACF5\uC801\uC73C\uB85C \uAC00\uC838\uC628 \uAD6C\uC131",goAdvancedSettings:"\uACE0\uAE09 \uC124\uC815 \uD398\uC774\uC9C0\uB85C \uC774\uB3D9\uD569\uB2C8\uB2E4.",goAdvancedInterfaceSettings:"\uACE0\uAE09 \uC0AC\uC6A9\uC790 \uC9C0\uC815 \uC124\uC815 \uD398\uC774\uC9C0\uB85C \uC774\uB3D9\uD569\uB2C8\uB2E4.",advanced:"\uACE0\uAE09 \uC124\uC815",advancedDescription:"\uC77C\uBC18\uC801\uC73C\uB85C \uC124\uC815\uC774 \uD544\uC694\uD558\uC9C0 \uC54A\uC73C\uBA70 \uAE30\uBCF8\uAC12\uC744 \uADF8\uB300\uB85C \uB450\uBA74 \uB429\uB2C8\uB2E4. \uBCF4\uB2E4 \uC804\uBB38\uC801\uC778 \uC0AC\uC6A9\uC790\uB9CC \uAC1C\uC778\uD654\uB41C \uC124\uC815\uC744 \uC0AC\uC6A9\uD560 \uC218 \uC788\uC2B5\uB2C8\uB2E4.",developer:"\uAC1C\uBC1C\uC790 \uC124\uC815",donateCafe:"\uAC00\uACA9","translate to the bottom of the page":"\uD398\uC774\uC9C0\uC5D0 \uB4E4\uC5B4\uAC00\uBA74 \uBC14\uB85C \uD398\uC774\uC9C0 \uD558\uB2E8\uC73C\uB85C \uBC88\uC5ED\uB418\uB098\uC694?",feedback:"\uC9C8\uBB38 \uD53C\uB4DC\uBC31",toggleTranslatePage:"\uD398\uC774\uC9C0 \uBC88\uC5ED/\uC6D0\uBB38 \uD45C\uC2DC",translateToThePageEndImmediatelyDescription:"\uC774 \uAE30\uB2A5\uC744 \uCF1C\uBA74 \uC785\uB825\uD558\uB294 \uC989\uC2DC \uD398\uC774\uC9C0\uC758 \uC704\uCABD\uC5D0\uC11C \uC544\uB798\uCABD\uC73C\uB85C \uCF58\uD150\uCE20\uAC00 \uBC88\uC5ED\uB429\uB2C8\uB2E4. \uB044\uBA74 \uC77D\uB294 \uB300\uB85C \uBC88\uC5ED\uB429\uB2C8\uB2E4. (\uAD8C\uC7A5\uD558\uC9C0 \uC54A\uC74C)","translate all areas of the page":"\uD398\uC774\uC9C0\uC758 \uBAA8\uB4E0 \uC601\uC5ED\uC744 \uBC88\uC5ED\uD560\uC9C0 \uC5EC\uBD80",translationAreaDescription:"\uCF1C\uBA74 \uC804\uCCB4 \uC6F9 \uD398\uC774\uC9C0\uC758 \uBAA8\uB4E0 \uC601\uC5ED\uC774 \uBC88\uC5ED\uB429\uB2C8\uB2E4. \uB044\uBA74 \uAE30\uBCF8 \uC2A4\uB9C8\uD2B8 \uC778\uC2DD\uC774 \uC0AC\uC6A9\uB418\uBA70 \uC8FC\uC694 \uC601\uC5ED\uB9CC \uBC88\uC5ED\uB429\uB2C8\uB2E4. (\uCF1C\uC9C0 \uC54A\uB294 \uAC83\uC774 \uC88B\uC2B5\uB2C8\uB2E4.)","the number of characters to be translated first":"\uBCF4\uAE30 \uC601\uC5ED\uC73C\uB85C \uC2A4\uD06C\uB864\uD560 \uB54C\uAE4C\uC9C0 \uAE30\uB2E4\uB9AC\uC9C0 \uC54A\uACE0 \uD398\uC774\uC9C0\uC758 \uCC98\uC74C \uBA87 \uBB38\uC790\uB97C \uBC14\uB85C \uBC88\uC5ED\uD569\uB2C8\uB2E4.","interface language":"\uC778\uD130\uD398\uC774\uC2A4 \uC5B8\uC5B4","display both the original text and the translation":"\uC6D0\uBCF8\uACFC \uBC88\uC5ED\uBCF8 \uB3D9\uC2DC \uD45C\uC2DC","keyboard shortcuts":"\uD0A4\uBCF4\uB4DC \uB2E8\uCD95\uD0A4",modify:"\uBC14\uB85C \uAC00\uAE30 \uD0A4 \uC218\uC815",reset:"\uC7AC\uD504\uB85C\uBE44\uC800\uB2DD",close:"\uC751\uACE0",homepage:"\uD648\uD398\uC774\uC9C0",more:"\uB354 \uBCF4\uAE30",moreOptions:"\uB354 \uB9CE\uC740 \uC0AC\uC6A9\uC790 \uC9C0\uC815 \uC635\uC158 \uD655\uC7A5",translateTheWholePage:"\uD398\uC774\uC9C0\uC758 \uBAA8\uB4E0 \uC601\uC5ED \uBC88\uC5ED(\uC8FC\uC694 \uC601\uC5ED\uB9CC \uC9C0\uB2A5\uC801\uC73C\uB85C \uC778\uC2DD\uD558\uB294 \uAC83\uC774 \uC544\uB2C8\uB77C)",changeToTranslateTheWholePage:"\uBAA8\uB4E0 \uC9C0\uC5ED \uBC88\uC5ED\uC73C\uB85C \uC804\uD658",changeToTranslateTheMainPage:"\uAE30\uBCF8 \uC601\uC5ED \uBC88\uC5ED\uC73C\uB85C \uC804\uD658",changeToOnlyTranslationMode:"\uBC88\uC5ED\uB9CC \uD45C\uC2DC\uD558\uB3C4\uB85D \uD1A0\uAE00",changeToDualTranslationMode:"\uC774\uC911 \uC5B8\uC5B4 \uBC88\uC5ED\uC73C\uB85C \uC804\uD658",translateToThePageEndImmediately:"\uD398\uC774\uC9C0 \uD558\uB2E8\uC73C\uB85C \uC989\uC2DC \uBC88\uC5ED\uD558\uAE30",translateTheMainPage:"\uC9C0\uB2A5\uD615 \uBC88\uC5ED \uC8FC\uC694 \uC9C0\uC5ED","The local rules are up to date":"\uB85C\uCEEC \uC801\uC751 \uADDC\uCE59\uC740 \uCD5C\uC2E0 \uC0C1\uD0DC\uC785\uB2C8\uB2E4.","Successfully synchronized with the latest official rules:":"\uCD5C\uC2E0 \uACF5\uC2DD \uC801\uC751 \uADDC\uCE59\uACFC \uC131\uACF5\uC801\uC73C\uB85C \uB3D9\uAE30\uD654\uB418\uC5C8\uC2B5\uB2C8\uB2E4.","Checking for updates":"\uC5C5\uB370\uC774\uD2B8 \uD655\uC778","Rules are being synchronized":"\uC801\uC751 \uADDC\uCE59 \uB3D9\uAE30\uD654 \uC911",localVersionIsTooOld:"\uB85C\uCEEC \uD655\uC7A5 \uD504\uB85C\uADF8\uB7A8 \uBC84\uC804\uC774 \uB108\uBB34 \uC624\uB798\uB418\uC5C8\uC73C\uBBC0\uB85C \uB3D9\uAE30\uD654\uB97C \uC2DC\uB3C4\uD558\uAE30 \uC804\uC5D0 \uD655\uC7A5 \uD504\uB85C\uADF8\uB7A8\uC744 {minVersion} \uC774\uC0C1\uC73C\uB85C \uC5C5\uADF8\uB808\uC774\uB4DC\uD558\uC138\uC694.",badUserscriptBrowser:"\uD604\uC7AC \uBE0C\uB77C\uC6B0\uC800\uB294 \uADF8\uB9AC\uC2A4\uBABD\uD0A4 \uD655\uC7A5 \uC778\uD130\uD398\uC774\uC2A4\uB97C \uC62C\uBC14\uB974\uAC8C \uAD6C\uD604\uD558\uC9C0 \uC54A\uC73C\uBBC0\uB85C(\uC608: \uADF8\uB9AC\uC2A4\uBABD\uD0A4 \uC2A4\uD06C\uB9BD\uD2B8 \uC790\uCCB4\uC758 \uBC84\uC804 \uBC88\uD638\uC5D0 \uB300\uD55C \uC815\uBCF4\uB97C \uC5BB\uC73C\uB824\uBA74), \uD30C\uC774\uC5B4\uD3ED\uC2A4 \uB4F1 <1>\uADF8\uB9AC\uC2A4\uBABD\uD0A4 \uD655\uC7A5 \uAE30\uB2A5\uC744 \uC9C0\uC6D0\uD558\uB294 \uB2E4\uB978 \uBE0C\uB77C\uC6B0\uC800\uB97C \uC0AC\uC6A9\uD558\uC2DC\uAE30 \uBC14\uB78D\uB2C8\uB2E4.",foundNewVersion:"\uC0C8 \uBC84\uC804 \uC54C\uC544\uBCF4\uAE30",theLocalExtensionIsUpToUpdate:"\uD604\uC7AC \uD655\uC7A5 \uD504\uB85C\uADF8\uB7A8\uC774 \uCD5C\uC2E0 \uBC84\uC804\uC785\uB2C8\uB2E4.",failToSyncRules:"\uCD5C\uC2E0 \uC801\uC751 \uADDC\uCE59\uC744 \uB3D9\uAE30\uD654\uD558\uC9C0 \uBABB\uD568",retry:"\uB2E4\uC2DC \uC2DC\uB3C4\uD558\uB824\uBA74 \uC5EC\uAE30\uB97C \uD074\uB9AD\uD558\uC138\uC694.",failedReason:"\uC2E4\uD328 \uC774\uC720",currentRuleVersion:"\uD604\uC7AC \uADDC\uCE59 \uBC84\uC804",calculating:"\uACC4\uC0B0",unknownError:"\uC54C \uC218 \uC5C6\uB294 \uC624\uB958",canNotFetchRemoteRule:"\uC6D0\uACA9 \uADDC\uCE59\uC744 \uAC00\uC838\uC62C \uC218 \uC5C6\uC74C",enableAlphaSuccess:"\uC54C\uD30C \uC0AC\uC6A9",disableAlphaSuccess:"\uC54C\uD30C \uAE30\uB2A5\uC774 \uAEBC\uC838 \uC788\uC2B5\uB2C8\uB2E4.",cacheSize:"\uCE90\uC2DC \uD06C\uAE30\uFF1A",cleaning:"\uCCAD\uC0B0 \uACFC\uC815\uC5D0\uC11C",cleanCache:"\uCE90\uC2DC \uC9C0\uC6B0\uAE30",options:"\uC124\uC815",about:"\uB2E4\uC74C\uACFC \uAD00\uB828\uD558\uC5EC",service:"\uD1B5\uC5ED \uC11C\uBE44\uC2A4",needAction:"(\uC124\uC815\uC73C\uB85C \uC774\uB3D9)",goSettings:"\uACC4\uC18D\uD574\uC11C \uC124\uC815\uD558\uC138\uC694.",needActionForOptions:"(\uC124\uC815 \uC608\uC815)",translationEngine:"\uC5D4\uC9C4 \uC635\uC158",sourceLanguage:"\uC6D0\uBCF8 \uC5B8\uC5B4",target:"\uB300\uC0C1 \uC5B8\uC5B4",popupSourceLanguage:"\uC6D0\uBCF8 \uC5B8\uC5B4",popupTarget:"\uB300\uC0C1 \uC5B8\uC5B4",popupService:"\uD1B5\uC5ED \uC11C\uBE44\uC2A4",forThisSite:"\uD604\uC7AC \uC6F9\uC0AC\uC774\uD2B8",autoEnableSubtitle:"\uC774\uC911 \uC5B8\uC5B4 \uC790\uB9C9 \uC790\uB3D9 \uC5F4\uAE30",alwaysTranslate:"\uD56D\uC0C1 \uBC88\uC5ED",neverTranslate:"\uBC88\uC5ED \uAE08\uC9C0",alwaysTranslateSomeLanguage:"\uD56D\uC0C1 \uBC88\uC5ED {language}",neverTranslateSomeLanguage:"\uBC88\uC5ED \uAE08\uC9C0 {language}",alwaysTranslateSomeSite:"\uD56D\uC0C1 \uBC88\uC5ED {hostname}",neverTranslateSomeSite:"\uBC88\uC5ED \uAE08\uC9C0 {hostname}",alwaysTranslateSomeSiteOrWildSite:"\uD56D\uC0C1 \uC0AC\uC774\uD2B8 \uBC88\uC5ED",alwaysTranslateSomePage:"\uD56D\uC0C1 \uD398\uC774\uC9C0 \uBC88\uC5ED",add:"\uC99D\uAC00",default:"\uAE30\uBCF8\uAC12(\uC124\uC815)",forThisLanguage:"\uC774 \uC5B8\uC5B4\uC758 \uACBD\uC6B0\uFF1A","add url":"URL \uC785\uB825",edit:"\uCEF4\uD30C\uC77C\uB7EC","translate other languages into specific language":"\uB2E4\uB978 \uC5B8\uC5B4\uB97C \uC124\uC815\uD55C \uC5B8\uC5B4\uB85C \uBC88\uC5ED","select translation service":"\uBC88\uC5ED \uC11C\uBE44\uC2A4 \uC120\uD0DD",language:"\uB2E4\uAD6D\uC5B4 \uC9C0\uC6D0","show-original":"\uC6D0\uBCF8 \uD14D\uC2A4\uD2B8 \uD45C\uC2DC",translate:"\uB80C\uB354\uB9C1",Translated:"\uBC88\uC5ED\uB428",Translating:"\uBC88\uC5ED \uC911",Error:"\uC798\uBABB\uB41C",allowCacheTranslations:"\uB85C\uCEEC \uBC88\uC5ED \uCE90\uC2F1 \uC0AC\uC6A9(\uC911\uBCF5 \uAD6C\uC808\uC5D0 \uB300\uD55C \uBC88\uC5ED \uC694\uCCAD\uC744 \uC904\uC774\uAE30 \uC704\uD574)","translation display":"\uBC88\uC5ED \uD45C\uC2DC \uC2A4\uD0C0\uC77C","select diplay style":"\uB2E4\uC74C \uC608\uC2DC\uB97C \uAD6C\uCCB4\uC801\uC73C\uB85C \uCC38\uC870\uD558\uC5EC \uBC88\uC5ED \uC2A4\uD0C0\uC77C\uC744 \uAD6C\uBD84\uD558\uC138\uC694.",interface:"\uC778\uD130\uD398\uC774\uC2A4 \uC124\uC815",import_export:"\uAC00\uC838\uC624\uAE30/\uB0B4\uBCF4\uB0B4\uAE30",import_export_title:"\uAD6C\uC131 \uAC00\uC838\uC624\uAE30/\uB0B4\uBCF4\uB0B4\uAE30",syncToGoogleDrive:"\uC9C0\uAE08 Google \uB4DC\uB77C\uC774\uBE0C\uC640 \uB3D9\uAE30\uD654",floatBallOptions:"\uD638\uBC84\uBCFC \uC124\uC815","floatBallOptions.enable":"\uD638\uBC84\uBCFC \uD65C\uC131\uD654","floatBallOptions.blockUrls":"\uC6F9\uC0AC\uC774\uD2B8 \uBE44\uD65C\uC131\uD654","floatBallOptions.add":"\uC99D\uAC00","floatBallOptions.blockUrlDesc":"\uB2E4\uC74C \uC6F9\uC0AC\uC774\uD2B8\uC5D0\uC11C\uB294 \uD638\uBC84\uBCFC\uC774 \uD45C\uC2DC\uB418\uC9C0 \uC54A\uC2B5\uB2C8\uB2E4.","floatBallOptions.clickType":"\uD074\uB9AD \uB3D9\uC791","floatBallOptions.clickTypeDesc":"\uD074\uB9AD \uC2DC \uD638\uBC84\uBCFC \uC544\uC774\uCF58 \uB3D9\uC791","floatBallOptions.clickPopup":"\uBC88\uC5ED \uD328\uB110 \uD45C\uC2DC","floatBallOptions.clickTranslate":"\uC6D0\uBCF8 \uD14D\uC2A4\uD2B8 \uBC88\uC5ED/\uD45C\uC2DC","floatBallOptions.fixedPosition":"\u56FA\u5B9A\u4F4D\u7F6E","floatBallOptions.fixedPositionDesc":"\u60AC\u6D6E\u7403\u5728\u7A97\u53E3\u5DE6\u4FA7\u8FD8\u662F\u53F3\u4FA7","floatBallOptions.fixedPositionLeft":"\u5DE6\u4FA7","floatBallOptions.fixedPositionRight":"\u53F3\u4FA7",previewAllThemes:"\uBAA8\uB4E0 \uC2A4\uD0C0\uC77C \uBBF8\uB9AC\uBCF4\uAE30","translationTheme.none":"\uAC00\uC9C0\uACE0 \uC788\uC9C0 \uC54A\uB2E4","translationTheme.grey":"\uC9D9\uC740 \uD68C\uC0C9","translationTheme.dashed":"\uC810\uC120 \uBC11\uC904","translationTheme.dotted":"\uC810\uC120 \uBC11\uC904","translationTheme.dashedBorder":"\uC810\uC120 \uD14C\uB450\uB9AC","translationTheme.solidBorder":"\uC2E4\uC120 \uD14C\uB450\uB9AC","translationTheme.underline":"\uC9C1\uC120\uC5D0 \uBC11\uC904","translationTheme.mask":"\uD37C\uC9C0 \uD6A8\uACFC(\uD559\uC2B5 \uBAA8\uB4DC)","translationTheme.opacity":"\uD22C\uBA85\uC131 \uD6A8\uACFC","translationTheme.paper":"\uD770 \uC885\uC774 \uADF8\uB9BC\uC790 \uD6A8\uACFC","translationTheme.dividingLine":"\uAD6C\uBD84\uC120","translationTheme.highlight":"\uB192\uC740 \uBC1D\uAE30","translationTheme.marker":"\uB9C8\uCEE4(\uC678\uB798\uC5B4)","translationTheme.marker2":"\uB9C8\uCEE4 2","translationTheme.blockquote":"\uCC38\uC870 \uC2A4\uD0C0\uC77C","translationTheme.weakening":"\uC57D\uD654","translationTheme.italic":"\uAE30\uC6B8\uC5B4\uC9C0\uB294 \uC11C\uCCB4","translationTheme.bold":"\uB450\uAECD\uAC8C","translationTheme.thinDashed":"\uAC00\uB294 \uC810\uC120 \uBC11\uC904","translationTheme.nativeDashed":"\uC2DC\uC2A4\uD15C\uC5D0\uB294 \uC810\uC120\uC73C\uB85C \uD45C\uC2DC\uB41C \uBC11\uC904\uC774 \uC788\uC2B5\uB2C8\uB2E4.","translationTheme.nativeDotted":"\uC2DC\uC2A4\uD15C\uC5D0\uB294 \uC810\uC120\uC73C\uB85C \uBC11\uC904\uC774 \uADF8\uC5B4\uC838 \uC788\uC2B5\uB2C8\uB2E4.","translationTheme.nativeUnderline":"\uC2DC\uC2A4\uD15C\uC5D0\uB294 \uC9C1\uC120 \uBC11\uC904\uC774 \uC788\uC2B5\uB2C8\uB2E4.","translationTheme.wavy":"\uBB3C\uACB0 \uBAA8\uC591 \uB77C\uC778","translationServices.custom":"\uC0AC\uC6A9\uC790 \uC9C0\uC815 API","translationServices.tencent":"\uD150\uC13C\uD2B8 \uBC88\uC5ED\uAE30","translationServices.tenAlpha":"\uD150\uC13C\uD2B8 \uBC88\uC5ED\uAE30(\uC54C\uD30C)","translationServices.google":"Google \uBC88\uC5ED","translationServices.bai":"\uBC14\uC774\uB450(\uC54C\uD30C)","translationServices.baidu":"\uBC14\uC774\uB450 \uBC88\uC5ED","translationServices.aliyun":"\uC54C\uB9AC\uD074\uB77C\uC6B0\uB4DC \uBC88\uC5ED","translationServices.volc":"\uD654\uC0B0 \uBC88\uC5ED","translationServices.deeplx":"DeepLX(\uBCA0\uD0C0)","translationServices.bing":"Microsoft \uBC88\uC5ED","translationServices.deepl":"DeepL","translationServices.wechat":"\uC704\uCC57 \uBC88\uC5ED","translationServices.azure":"Azure \uBC88\uC5ED","translationServices.ibm":"IBM \uC653\uC2A8","translationServices.aws":"\uC544\uB9C8\uC874 \uBC88\uC5ED","translationServices.mock":"\uC2DC\uBBAC\uB808\uC774\uC158 \uBC88\uC5ED","translationServices.mock2":"\uC2DC\uBBAC\uB808\uC774\uC158 \uBC88\uC5ED 2","translationServices.caiyun":"\uC870\uBA85. \uB2E4\uCC44\uB85C\uC6B4 \uAD6C\uB984\uACFC \uC791\uC740 \uBC88\uC5ED","translationServices.cai":"\uB2E4\uCC44\uB85C\uC6B4 \uAD6C\uB984(\uC54C\uD30C)","translationServices.volcAlpha":"\uD654\uC0B0 (\uC54C\uD30C)","translationServices.openl":"OpenL","translationServices.youdao":"\uC720\uD29C\uBE0C \uBC88\uC5ED","translationServices.you":"\uC720\uB2E4\uC624 \uBC88\uC5ED\uAE30(\uC54C\uD30C)","translationServices.transmart":"\uD150\uC13C\uD2B8 \uC778\uD130\uB799\uD2F0\uBE0C \uBC88\uC5ED","translationServices.niu":"\uB9E4\uBC84\uB9AD \uBC88\uC5ED\uAE30","translationServices.papago":"\uD30C\uD30C\uACE0 \uBC88\uC5ED","translationServices.d":"D(\uC54C\uD30C)","translationServices.dpro":"D \uD504\uB85C(\uCE74\uB098\uB9AC\uC544)","translationServices.openai":"OpenAI","translationServices.yandex":"Yandex","translationServices.chatgpt":"ChatGPT \uC6F9(3.5 \uBAA8\uBC14\uC77C)","translate title":"\uD398\uC774\uC9C0 \uC81C\uBAA9 \uBC88\uC5ED","always languages":"\uD56D\uC0C1 \uC5B8\uC5B4 \uBC88\uC5ED",neverTranslateLanguagesLabel:"\uBC88\uC5ED\uB418\uC9C0 \uC54A\uB294 \uC5B8\uC5B4",neverTranslateTheFollowingLanguagesDescription:"\uD398\uC774\uC9C0\uC758 \uB2E8\uB77D\uC774 \uB2E4\uC74C \uC5B8\uC5B4 \uC911 \uD558\uB098\uC778 \uACBD\uC6B0 \uBC88\uC5ED\uC774 \uAC74\uB108\uB6F0\uC5B4\uC9D1\uB2C8\uB2E4.",enableUserscriptPagePopup:"\uD398\uC774\uC9C0\uC5D0 \uD638\uBC84\uBCFC \uD45C\uC2DC",enableUserscriptPagePopupDescription:"\uD638\uBC84\uBCFC\uC744 \uB044\uACE0 \uB098\uBA74 \uBC14\uB85C \uAC00\uAE30 /{touch}\uB85C \uBD88\uB7EC\uC62C \uC218 \uC788\uC2B5\uB2C8\uB2E4. \uC2E4\uC218\uB85C \uC774 \uC635\uC158\uC744 \uB048 \uD6C4 \uD638\uBC84\uBCFC\uC744 \uCC3E\uC9C0 \uBABB\uD558\uB294 \uACBD\uC6B0\uB97C \uBC29\uC9C0\uD558\uAE30 \uC704\uD574 \uC774 \uC124\uC815 \uD398\uC774\uC9C0\uB97C \uBD81\uB9C8\uD06C\uC5D0 \uCD94\uAC00\uD558\uB294 \uAC83\uC774 \uC88B\uC2B5\uB2C8\uB2E4!","always translate the following languages":"\uD398\uC774\uC9C0\uAC00 \uB2E4\uC74C \uC5B8\uC5B4 \uC911 \uD558\uB098\uC778 \uACBD\uC6B0 \uB300\uC0C1 \uC5B8\uC5B4\uB85C \uC790\uB3D9 \uBC88\uC5ED\uB429\uB2C8\uB2E4.","always sites":"\uD56D\uC0C1 \uBC88\uC5ED\uB41C \uC6F9 \uC0AC\uC774\uD2B8","always translate the following sites":"\uC6F9 \uC0AC\uC774\uD2B8\uAC00 \uB2E4\uC74C \uB3C4\uBA54\uC778 \uC774\uB984\uC778 \uACBD\uC6B0 \uB300\uC0C1 \uC5B8\uC5B4\uB85C \uC790\uB3D9 \uBC88\uC5ED\uB429\uB2C8\uB2E4.","never sites":"\uBC88\uC5ED\uB418\uC9C0 \uC54A\uC740 \uC6F9 \uC0AC\uC774\uD2B8","never translate the following sites":"\uC6F9\uC0AC\uC774\uD2B8\uAC00 \uB2E4\uC74C \uB3C4\uBA54\uC778\uC6A9\uC778 \uACBD\uC6B0 \uBC88\uC5ED\uC774 \uC218\uD589\uB418\uC9C0 \uC54A\uC2B5\uB2C8\uB2E4.","please refer to":"\uD0A4\uB97C \uC0AC\uC6A9\uD558\uB824\uBA74 \uD0A4\uB97C \uC785\uB825\uD574\uC57C \uD558\uBA70, \uC790\uC138\uD55C \uB0B4\uC6A9\uC740 \uB2E4\uC74C\uC744 \uCC38\uC870\uD558\uC138\uC694.",KeyAndConfigurationTutorial:"\uC8FC\uC694 \uC560\uD50C\uB9AC\uCF00\uC774\uC158 \uBC0F \uAD6C\uC131 \uD29C\uD1A0\uB9AC\uC5BC",useAboveStyleForTheseSites:"\uB2E4\uC74C \uB3C4\uBA54\uC778\uC744 \uC704\uD55C \uC0AC\uC774\uD2B8\uC778 \uACBD\uC6B0 \uD56D\uC0C1 \u2308{theme}\u230B \uBC88\uC5ED \uC2A4\uD0C0\uC77C\uC744 \uC0AC\uC6A9\uD558\uC138\uC694.",currentUrl:"\uD604\uC7AC URL",confirm:"\uC800\uC7A5(\uD30C\uC77C \uB4F1)(\uCEF4\uD4E8\uD305)",cancel:"\uCDE8\uC18C",delete:"\uC81C\uAC70","languages.auto":"\uC790\uB3D9 \uAC10\uC9C0",syncToCloud:"Google \uB4DC\uB77C\uC774\uBE0C\uC5D0 \uB3D9\uAE30\uD654",syncToCloudDescription:"\uD074\uB77C\uC6B0\uB4DC\uC5D0 \uC5C5\uB85C\uB4DC\uB41C \uAD6C\uC131\uC740 \uB9C8\uC9C0\uB9C9\uC73C\uB85C \uC218\uC815\uB41C \uBE0C\uB77C\uC6B0\uC800/\uADF8\uB9AC\uC2A4\uBABD\uD0A4 \uC2A4\uD06C\uB9BD\uD2B8 \uAC04\uC5D0 \uB3D9\uAE30\uD654\uD560 \uC218 \uC788\uC2B5\uB2C8\uB2E4.",syncToAccount:"\uBAB0\uC785\uD615 \uBC88\uC5ED \uD074\uB77C\uC6B0\uB4DC\uC5D0 \uB3D9\uAE30\uD654",syncToAccountButton:"\uD074\uB77C\uC6B0\uB4DC\uC640 \uC989\uC2DC \uB3D9\uAE30\uD654",syncToAccountDescription:"\uB9C8\uC9C0\uB9C9\uC73C\uB85C \uC218\uC815\uD55C \uC2DC\uAC04\uC744 \uAE30\uC900\uC73C\uB85C \uC11C\uB85C \uB2E4\uB978 \uC7A5\uCE58 \uAC04\uC5D0 \uAD6C\uC131\uC744 \uC790\uB3D9\uC73C\uB85C \uB3D9\uAE30\uD654\uD569\uB2C8\uB2E4.",successSyncConfigInAccount:"\uD074\uB77C\uC6B0\uB4DC\uC640\uC758 \uC131\uACF5\uC801\uC778 \uB3D9\uAE30\uD654",successSyncConfigToAccount:"\uD074\uB77C\uC6B0\uB4DC\uC5D0 \uC131\uACF5\uC801\uC73C\uB85C \uB3D9\uAE30\uD654",syncConfigNoUpdate:"\uC774\uBBF8 \uCD5C\uC2E0 \uBC84\uC804\uC785\uB2C8\uB2E4.",authFail:"\uC778\uC99D \uC2E4\uD328",syncTitle:"\uC218\uB3D9 \uBC31\uC5C5 \uAD00\uB9AC",import_hint:"\uAC00\uC838\uC624\uAE30(\uB370\uC774\uD130)",upload:"\uC5C5\uB85C\uB4DC",revokeAuth:"\uC2B9\uC778 \uCDE8\uC18C",uploadFail:"\uC5C5\uB85C\uB4DC \uC2E4\uD328",download:"\uB2E4\uC6B4\uB85C\uB4DC",importSuccess:"\uAC00\uC838\uC624\uAE30 \uC131\uACF5",importFail:"\uAC00\uC838\uC624\uAE30 \uC2E4\uD328",deleteFail:"\uC0AD\uC81C\uD558\uC9C0 \uBABB\uD568",backupToCloud:"\uBC31\uC5C5 \uD30C\uC77C \uC218\uB3D9 \uAD00\uB9AC",create_new_backup:"\uC0C8 \uBC31\uC5C5 \uB178\uB4DC \uCD94\uAC00",maxBackupFiles:"\uCD5C\uB300{count}\uAC1C\uC758 \uC11C\uB85C \uB2E4\uB978 \uB178\uB4DC\uB97C \uBC31\uC5C5\uD560 \uC218 \uC788\uC73C\uBA70, \uD544\uC694\uD558\uC9C0 \uC54A\uC740 \uB178\uB4DC\uB294 \uC0AD\uC81C\uD558\uC138\uC694.",backupToCloudDescription:"\uBC31\uC5C5 \uD30C\uC77C\uC744 \uC218\uB3D9\uC73C\uB85C \uC5C5\uB85C\uB4DC\uD558\uAC70\uB098 \uBCF5\uC6D0\uD558\uC5EC \uCD5C\uB300 3\uAC1C\uC758 \uC11C\uB85C \uB2E4\uB978 \uBC31\uC5C5 \uD5C8\uC6A9",successSyncConfig:"\uD074\uB77C\uC6B0\uB4DC\uC640\uC758 \uC131\uACF5\uC801\uC778 \uB3D9\uAE30\uD654",syncFail:"\uB3D9\uAE30\uD654 \uC2E4\uD328",updatedAt:"{date}\uC5D0\uC11C \uC5C5\uB370\uC774\uD2B8\uB428",lastSyncedAt:"\uCD5C\uC885 \uD655\uC778: {date}",downloadFail:"\uB2E4\uC6B4\uB85C\uB4DC\uC5D0 \uC2E4\uD328\uD588\uC2B5\uB2C8\uB2E4.",clickToDownload:"\uB2E4\uC6B4\uB85C\uB4DC\uD558\uB824\uBA74 \uD074\uB9AD",aboutLabel:"\uC815\uBCF4 - \uD53C\uB4DC\uBC31","browser.openAboutPage":"\uC815\uBCF4/\uD53C\uB4DC\uBC31",aboutLabelWithoutSponsor:"\uC815\uBCF4 - \uD53C\uB4DC\uBC31",aboutIntro:"\uC6B0\uB9AC \uBAA8\uB450\uAC00 \uC778\uD130\uB137\uC758 \uBC29\uB300\uD55C \uC678\uAD6D\uC5B4 \uC815\uBCF4\uC5D0 \uB354 \uC27D\uACE0 \uC990\uAC81\uAC8C \uC561\uC138\uC2A4\uD560 \uC218 \uC788\uAE30\uB97C \uBC14\uB78D\uB2C8\uB2E4 \u2764\uFE0F <6>Pro \uBA64\uBC84\uC2ED\uC744 \uD65C\uC131\uD654\uD558\uC5EC \uBC14\uB85C \uC0AC\uC6A9\uD560 \uC218 \uC788\uB294 DeepL \uBC0F OpenAI \uBC88\uC5ED\uC744 \uC0AC\uC6A9\uD560 \uC218 \uC788\uC2B5\uB2C8\uB2E4.

<3>\uD2B8\uC704\uD130, <4>\uD154\uB808\uADF8\uB7A8, \uC6E8\uC774\uBCF4, \uC704\uCC57\uC5D0\uC11C \uD314\uB85C\uC6B0\uD558\uAC70\uB098 \uC544\uB798 <5>\uBA54\uC77C\uB9C1 \uB9AC\uC2A4\uD2B8\uC5D0 <5>\uAC00\uC785\uD558\uC5EC \uC5C5\uB370\uC774\uD2B8\uB97C \uD655\uC778\uD560 \uC218 \uC788\uC2B5\uB2C8\uB2E4.
<7>\uD504\uB85C \uD68C\uC6D0\uC740 <8>support@immersivetranslate.com \uC73C\uB85C \uBB38\uC758\uD558\uC2DC\uBA74 \uBE60\uB978 \uACE0\uAC1D \uC11C\uBE44\uC2A4\uB97C \uBC1B\uC73C\uC2E4 \uC218 \uC788\uC2B5\uB2C8\uB2E4.",aboutIntroWithoutSponsor:"\uC6B0\uB9AC \uBAA8\uB450\uAC00 \uC778\uD130\uB137\uC5D0\uC11C \uC81C\uACF5\uB418\uB294 \uBC29\uB300\uD55C \uC591\uC758 \uC678\uAD6D\uC5B4 \uC815\uBCF4\uC5D0 \uB354 \uC27D\uACE0 \uC990\uAC81\uAC8C \uC811\uADFC\uD560 \uC218 \uC788\uAE30\uB97C \uBC14\uB78D\uB2C8\uB2E4 \u2764\uFE0F

<3>\uD2B8\uC704\uD130, <4>\uD154\uB808\uADF8\uB7A8 \uCC44\uB110, \uC704\uCC57, \uC704\uCC57 \uC775\uC2A4\uCCB4\uC778\uC9C0\uC5D0\uC11C \uD314\uB85C\uC6B0\uD558\uAC70\uB098 \uC544\uB798 <5>\uC774\uBA54\uC77C\uB85C \uC5C5\uB370\uC774\uD2B8\uB97C <5>\uAD6C\uB3C5\uD560 \uC218 \uC788\uC2B5\uB2C8\uB2E4.",projectHomepage:"\uD504\uB85C\uC81D\uD2B8 \uD648",joinTelegramGroup:"\uC0AC\uC6A9\uC790 \uADF8\uB8F9\uC5D0 \uAC00\uC785\uD558\uC5EC \uAE30\uB2A5 \uD1A0\uB860\uC5D0 \uCC38\uC5EC\uD558\uC138\uC694.",wechatPublicAccount:"\uC704\uCC57 \uACF5\uAC1C",wechatCommunities:"\uC704\uCC57 \uAD50\uD658 \uADF8\uB8F9",qqCommunities:"QQ \uCEE4\uBBA4\uB2C8\uCF00\uC774\uC158 \uCC44\uB110",joinTelegramChannel:"\uD154\uB808\uADF8\uB7A8 \uCC44\uB110 \uD314\uB85C\uC6B0\uD558\uC5EC \uCD5C\uC2E0 \uC5C5\uB370\uC774\uD2B8 \uD655\uC778",feedbackAndJoin:"\uC9C8\uBB38 \uD53C\uB4DC\uBC31 / \uADF8\uB8F9 \uCD94\uAC00",autoSync:"\uC790\uB3D9 \uC2DC\uAC04 \uB3D9\uAE30\uD654",loadingThemeTitle:"\uB85C\uB529 \uC2A4\uD0C0\uC77C",loadingThemeDescription:"\uBC88\uC5ED \uB85C\uB4DC\uB97C \uAE30\uB2E4\uB9B4 \uB54C \uC2A4\uD0C0\uC77C \uC124\uC815\uD558\uAE30","loadingTheme.spinner":"\uD68C\uC804 \uC560\uB2C8\uBA54\uC774\uC158","loadingTheme.text":"\uC815\uC801 \uD14D\uC2A4\uD2B8 sth. ","loadingTheme.none":"\uD45C\uC2DC\uB418\uC9C0 \uC54A\uC74C",developerDescription:"\uACE0\uAE09 \uC0AC\uC6A9\uC790 \uC9C0\uC815\uC5D0 \uB300\uD55C \uBB38\uC11C\uB294 <1>\uC5EC\uAE30\uC5D0\uC11C \uD655\uC778\uD560 \uC218 \uC788\uC2B5\uB2C8\uB2E4.","edit border color":"\uD14C\uB450\uB9AC \uC0C9\uC0C1 \uC218\uC815",successSyncButNoChange:"\uD604\uC7AC \uAD6C\uC131\uC774 \uD074\uB77C\uC6B0\uB4DC\uC640 \uC77C\uCE58\uD569\uB2C8\uB2E4.",customTheme:"\uB9DE\uCDA4\uD615 \uC0C9\uC0C1 \uBC0F \uD06C\uAE30","customThemeLabel.borderColor":"\uD14C\uB450\uB9AC \uC0C9\uC0C1","customThemeLabel.borderRadius":"\uB465\uADFC \uBAA8\uC11C\uB9AC","customThemeLabel.textColor":"\uD14D\uC2A4\uD2B8 \uC0C9\uC0C1","customThemeLabel.backgroundColor":"\uBC30\uACBD\uC0C9","customThemeLabel.zoom":"\uAE00\uAF34 \uD06C\uAE30 \uC870\uC815(%)","customThemeLabel.opacity":"\uD14D\uC2A4\uD2B8 \uBD88\uD22C\uBA85\uB3C4(%)",resetToDefaultColor:"\uAE30\uBCF8 \uC0C9\uC0C1\uC73C\uB85C \uBCF5\uC6D0",resetToDefaultSettings:"\uAE30\uBCF8 \uC124\uC815\uC73C\uB85C \uBCF5\uC6D0",isTranslateTitle:"\uD398\uC774\uC9C0 \uC81C\uBAA9 \uBC88\uC5ED \uC0AC\uC6A9",isTranslateTitleDescription:"\uC804\uC6D0\uC744 \uCF1C\uBA74 \uD398\uC774\uC9C0 \uC81C\uBAA9\uC774 \uBC88\uC5ED\uB429\uB2C8\uB2E4.",enableSearchEnhancement:"\uC774\uC911 \uC5B8\uC5B4 \uBA54\uC2DC\uC9C0 \uD5A5\uC0C1 \uC0AC\uC6A9",enableSearchEnhancementDescription:"\uC774 \uAE30\uB2A5\uC744 \uD65C\uC131\uD654\uD558\uBA74 \uC9C0\uC6D0\uB418\uB294 \uC6F9\uC0AC\uC774\uD2B8(Google \uB274\uC2A4, Google \uAC80\uC0C9(\uC77C\uBD80 \uD0A4\uC6CC\uB4DC), \uC2A4\uB178\uC6B0\uBCFC, \uC624\uB9AC\uC5D4\uD0C8 \uD3EC\uCD98, \uD4E8\uD22C\uB77C, \uD0C0\uC774\uAC70 \uCEE4\uBBA4\uB2C8\uD2F0)\uC758 \uC624\uB978\uCABD \uC5F4\uC5D0 \uD574\uB2F9 \uC601\uC5B4 \uD0A4\uC6CC\uB4DC\uC5D0 \uB300\uD55C 'Google \uB274\uC2A4'\uC758 \uAC80\uC0C9 \uACB0\uACFC\uAC00 \uC790\uB3D9\uC73C\uB85C \uD45C\uC2DC\uB429\uB2C8\uB2E4.",verifyService:"\uC11C\uBE44\uC2A4\uB97C \uD14C\uC2A4\uD2B8\uD558\uB824\uBA74 \uC5EC\uAE30\uB97C \uD074\uB9AD\uD558\uC138\uC694.",verified:"\uC131\uACF5 \uD655\uC778","field.langs":"\uC9C0\uC6D0\uB418\uB294 \uC5B8\uC5B4 \uCF54\uB4DC","field.model":"\uBAA8\uB378\uB9C1","field.translationEngine":"\uBC88\uC5ED \uC5D4\uC9C4","field.limitPerMinute":"\uBD84\uB2F9 \uCD5C\uB300 \uC694\uCCAD \uC218","field.limitPerSecond":"\uCD08\uB2F9 \uCD5C\uB300 \uC694\uCCAD \uC218","field.maxTextLengthPerRequest":"\uC694\uCCAD\uB2F9 \uCD5C\uB300 \uD14D\uC2A4\uD2B8 \uAE38\uC774","field.maxTextGroupLengthPerRequest":"\uC694\uCCAD\uB2F9 \uCD5C\uB300 \uB2E8\uB77D \uC218","field.apiUrl":"\uC0AC\uC6A9\uC790 \uC9C0\uC815 API \uC778\uD130\uD398\uC774\uC2A4 \uC8FC\uC18C","field.placeholderDelimiters":"\uC608\uC57D\uB41C \uC790\uB9AC \uD45C\uC2DC\uC790","description.custom":"\uC0AC\uC6A9\uC790 \uC9C0\uC815 \uC778\uD130\uD398\uC774\uC2A4 \uC561\uC138\uC2A4 \uBB38\uC11C \uD544\uC694","description.limitPerMinute":"\uC774 \uD55C\uB3C4\uB97C \uCD08\uACFC\uD558\uB294 \uC694\uCCAD\uC740 \uB2E4\uC74C \uBD84\uC774 \uC2DC\uC791\uB420 \uB54C\uAE4C\uC9C0 \uB300\uAE30\uC5F4\uC5D0 \uB4E4\uC5B4\uAC11\uB2C8\uB2E4. \uD604\uC7AC OpenAI \uC11C\uBE44\uC2A4\uC758 \uC5EC\uB7EC \uAC00\uC9C0 \uC81C\uD55C \uC0AC\uD56D\uC73C\uB85C \uC778\uD574 <1>\uC5EC\uAE30\uB97C \uD074\uB9AD\uD558\uC5EC \uCD5C\uC2E0 \uC81C\uC548 \uAC12\uC744 \uD655\uC778\uD558\uC138\uC694.","description.limitPerSecond":"\uC774 \uC81C\uD55C\uC744 \uCD08\uACFC\uD558\uB294 \uC694\uCCAD\uC740 \uB2E4\uC74C \uCD08\uAC00 \uC2DC\uC791\uB420 \uB54C\uAE4C\uC9C0 \uB300\uAE30\uC5F4\uC5D0 \uB4E4\uC5B4\uAC11\uB2C8\uB2E4. \uD604\uC7AC OpenAI \uC11C\uBE44\uC2A4\uC758 \uC5EC\uB7EC \uAC00\uC9C0 \uC81C\uD55C \uC0AC\uD56D\uC73C\uB85C \uC778\uD574 <1>\uC5EC\uAE30\uB97C \uD074\uB9AD\uD558\uC5EC \uCD5C\uC2E0 \uC81C\uC548 \uAC12\uC744 \uD655\uC778\uD558\uC138\uC694.","description.generalLimitPerSecond":"\uC774 \uC81C\uD55C\uC744 \uCD08\uACFC\uD558\uB294 \uC694\uCCAD\uC740 \uB2E4\uC74C \uCD08\uAC00 \uC2DC\uC791\uB420 \uB54C\uAE4C\uC9C0 \uB300\uAE30\uC5F4\uC5D0 \uB4E4\uC5B4\uAC11\uB2C8\uB2E4.","description.prompt":"\uC0AC\uC6A9\uC790 \uC2E0\uBD84\uC73C\uB85C {service}\uC5D0 \uBCF4\uB0B8 \uB300\uD654\uC5D0\uC11C {{text}}\uB294 \uB2E8\uB77D\uC758 \uD14D\uC2A4\uD2B8 \uB0B4\uC6A9\uC744 \uB098\uD0C0\uB0B4\uACE0, {{from}}\uC740 \uB2E8\uB77D\uC758 \uC5B8\uC5B4\uB97C \uB098\uD0C0\uB0B4\uBA70, {{to}}\uB294 \uBAA9\uD45C \uC5B8\uC5B4\uB97C \uB098\uD0C0\uB0C5\uB2C8\uB2E4.","description.maxTextLengthPerRequest":"\uC694\uCCAD\uB2F9 \uCD5C\uB300 \uAE00\uC790 \uC218\uAC00 \uB108\uBB34 \uB9CE\uC73C\uBA74 \uC778\uD130\uD398\uC774\uC2A4\uAC00 \uB290\uB9AC\uAC8C \uC751\uB2F5\uD558\uBBC0\uB85C \uC774 \uC635\uC158\uC744 \uC870\uC815\uD558\uC5EC \uC18D\uB3C4\uB97C \uCD5C\uC801\uD654\uD558\uC138\uC694.","description.systemPrompt":"\uC2DC\uC2A4\uD15C\uC73C\uB85C\uC11C OpenAI\uC5D0 \uC804\uC1A1\uB418\uB294 \uB300\uD654\uB85C, {{text}} \uC740 \uB2E8\uB77D\uC758 \uD14D\uC2A4\uD2B8 \uB0B4\uC6A9\uC744 \uB098\uD0C0\uB0B4\uACE0{{from}} \uC740 \uB2E8\uB77D\uC758 \uC5B8\uC5B4\uB97C \uB098\uD0C0\uB0B4\uBA70{{to}} \uC740 \uB300\uC0C1 \uC5B8\uC5B4\uB97C \uB098\uD0C0\uB0C5\uB2C8\uB2E4.","field.domain":"\uC601\uC5ED","description.domain":"\uAE30\uBCF8\uAC12\uC740\uFF1Ageneral\uC785\uB2C8\uB2E4. \uC544\uB9AC\uB9C8 API \uCF58\uC194\uC5D0\uC11C \uB3C4\uBA54\uC778 \uBC88\uC5ED\uC774 \uD65C\uC131\uD654\uB41C \uACBD\uC6B0\uC5D0\uB9CC \uC124\uC815\uD560 \uC218 \uC788\uC73C\uBA70, \uC9C0\uC6D0\uB418\uB294 \uB3C4\uBA54\uC778\uC740 <1>\uC5EC\uAE30\uB97C \uCC38\uC870\uD558\uC138\uC694.","field.scene":"take","description.scene":"\uAE30\uBCF8\uAC12\uC740\uFF1Ageneral\uC785\uB2C8\uB2E4. AliCloud API \uCF58\uC194\uC774 Machine Translation Pro\uB97C \uC5EC\uB294 \uACBD\uC6B0\uC5D0\uB9CC \uC124\uC815\uD560 \uC218 \uC788\uC73C\uBA70, \uC9C0\uC6D0\uB418\uB294 \uC2DC\uB098\uB9AC\uC624\uB294 <1>\uC5EC\uAE30\uB97C \uCC38\uC870\uD558\uC138\uC694.","field.vocabId":"\uC0AC\uC6A9\uC790 \uC0AC\uC804 ID","description.vocabId":"\uC9C0\uC815\uB41C \uC0AC\uC804 out_id\uB294 \uD604\uC7AC \uC601\uC5B4\uC5D0\uC11C \uC911\uAD6D\uC5B4 \uBC88\uC5ED\uC744 \uC9C0\uC6D0\uD569\uB2C8\uB2E4.","description.model":"OpenAI \uBAA8\uB378, gpt-3.5-turbo, gpt-4 \uB4F1 \uAC00\uB2A5","description.maxTextGroupLengthPerRequest":"\uD55C \uBC88\uC5D0 \uBC88\uC5ED \uC11C\uBE44\uC2A4\uB85C \uC804\uC1A1\uB418\uB294 \uB2E8\uB77D \uC218, \uB2E8\uB77D\uC774 \uB108\uBB34 \uB9CE\uC73C\uBA74 \uC778\uD130\uD398\uC774\uC2A4\uAC00 \uB290\uB9AC\uAC8C \uC751\uB2F5\uD560 \uC218 \uC788\uC2B5\uB2C8\uB2E4.","description.apiUrl":"\uACBD\uB85C, <1>\uC790\uC138\uD55C \uC124\uBA85\uC774 \uD3EC\uD568\uB41C \uD2B9\uC815 URL\uC744 \uCD94\uAC00\uD558\uC138\uC694.",enabledExtension:"\uD655\uC7A5 \uAE30\uB2A5 \uC0AC\uC6A9",clickToDisableExtension:"\uD655\uC7A5 \uAE30\uB2A5\uC744 \uBE44\uD65C\uC131\uD654\uD558\uB824\uBA74 \uD074\uB9AD\uD558\uC138\uC694.",clickToEnableExtension:"\uD655\uC7A5 \uAE30\uB2A5\uC744 \uC0AC\uC6A9\uD558\uB824\uBA74 \uD074\uB9AD\uD558\uC138\uC694.",hasBeenDisabled:"disabled","show password":"\uBE44\uBC00\uBC88\uD638 \uD45C\uC2DC",customContent:"\uC0AC\uC6A9\uC790 \uC9C0\uC815 \uBAA8\uB378 \uC774\uB984 \uC785\uB825",inputOptions:"\uC785\uB825 \uC0C1\uC790 \uAC1C\uC120",mouseHoverOptions:"\uB9C8\uC6B0\uC2A4 \uD638\uBC84",modifyMouseHoverKey:"\uB9C8\uC6B0\uC2A4 \uCEE4\uC11C \uBC14\uB85C \uAC00\uAE30 \uC218\uC815",enableInputTranslation:"\uC785\uB825 \uC0C1\uC790 \uD5A5\uC0C1 \uD65C\uC131\uD654 \uC5EC\uBD80",enableInputTranslationDescription:"\uD65C\uC131\uD654\uB418\uBA74 \uC785\uB825 \uC0C1\uC790\uC5D0 {startingKey}{startingKey} hello\uB97C \uC9C1\uC811 \uC785\uB825\uD55C \uB2E4\uC74C{inputTrailingTriggerKeyRepeatTimes}\uBC88{trailingKey}\uC744 \uBE60\uB974\uAC8C \uB20C\uB7EC {inputTargetLanguage}\uC73C\uB85C \uBC88\uC5ED\uD569\uB2C8\uB2E4.",enableInputTranslationDescriptionForNoneKey:"\uD65C\uC131\uD654\uB418\uBA74 \uC785\uB825 \uC0C1\uC790\uC5D0\uFF1AHello World\uB97C \uC9C1\uC811 \uC785\uB825\uD55C \uB2E4\uC74C{inputTrailingTriggerKeyRepeatTimes}{trailingKey}\uC744 \uBE60\uB974\uAC8C \uC5EC\uB7EC \uBC88 \uB20C\uB7EC \uAE30\uBCF8 \uB300\uC0C1 \uC5B8\uC5B4\uB85C \uBC88\uC5ED\uD569\uB2C8\uB2E4.",inputTargetLanguage:"\uC785\uB825 \uC0C1\uC790\uC758 \uAE30\uBCF8 \uB300\uC0C1 \uC5B8\uC5B4 \uC124\uC815",inputTargetLanguageDescription:"\uC785\uB825 \uC0C1\uC790 \uBC88\uC5ED\uC758 \uAE30\uBCF8 \uB300\uC0C1 \uC5B8\uC5B4(\uC608: \uD2B8\uB9AC\uAC70 \uB2E8\uC5B4\uC758 \uAE30\uBCF8 \uC5B8\uC5B4 {startingKey}{startingKey})",inputTargetLanguageDescriptionForNoneKey:"\uC785\uB825 \uC0C1\uC790 \uBC88\uC5ED\uC758 \uAE30\uBCF8 \uB300\uC0C1 \uC5B8\uC5B4",inputStartingTriggerKeyTitle:"\uC785\uB825 \uC0C1\uC790\uC758 \uBD80\uBD84 \uBC88\uC5ED\uC744 \uC704\uD574 \uBD84\uD560 \uBB38\uC790 \uC124\uC815\uD558\uAE30",inputStartingTriggerKeyDescription:"\uC785\uB825 \uC0C1\uC790 \uC804\uCCB4\uB97C \uBC88\uC5ED\uD560 \uD544\uC694\uAC00 \uC5C6\uB294 \uACBD\uC6B0 \uC2A4\uD50C\uB9AC\uD130\uB97C \uC0AC\uC6A9\uD558\uBA74 {startingKey}{startingKey} \uC5D0\uC11C \uC785\uB825 \uC0C1\uC790 \uB05D\uAE4C\uC9C0 \uBD80\uBD84\uB9CC \uBC88\uC5ED\uD558\uAC70\uB098 \uC5B8\uC5B4 \uCF54\uB4DC\uB97C \uC9C0\uC815\uD560 \uC218 \uC788\uC2B5\uB2C8\uB2E4(\uC608:\uFF1A{startingKey}ja \uB294 {startingKey}ja \uC5D0\uC11C \uC785\uB825 \uC0C1\uC790 \uB05D\uAE4C\uC9C0 \uBD80\uBD84\uB9CC \uBC88\uC5ED\uD55C\uB2E4\uB294 \uC758\uBBF8).",inputStartingTriggerKeyDescriptionForNoneKey:"\uD604\uC7AC \uC811\uB450\uC0AC \uC5C6\uC74C \uC124\uC815\uC740 \uD544\uC694\uD558\uC9C0 \uC54A\uC73C\uBA70, \uC785\uB825 \uC0C1\uC790\uC5D0 \uC788\uB294 \uC77C\uBD80 \uD14D\uC2A4\uD2B8\uC758 \uBC88\uC5ED \uAE30\uB2A5\uC740 \uB2F9\uBD84\uAC04 \uC0AC\uC6A9\uD560 \uC218 \uC5C6\uC2B5\uB2C8\uB2E4.",inputTrailingTriggerKeyTitle:"\uC785\uB825 \uC885\uB8CC \uD2B8\uB9AC\uAC70 \uBB38\uC790 \uC120\uD0DD",inputTrailingTriggerKeyDescription:"3\uBC88\uB9CC \uB204\uB974\uBA74{trailingKey} \uBC88\uC5ED\uC774 \uC2DC\uC791\uB429\uB2C8\uB2E4!",inputTrailingTriggerKeyTimeout:"\uC804\uD22C \uC885\uB8CC \uD2B8\uB9AC\uAC70 \uC0AC\uC774\uC758 \uC2DC\uAC04\uC744 \uC785\uB825\uD569\uB2C8\uB2E4.",inputTrailingTriggerKeyTimeoutDescription:"\uC785\uB825 \uC885\uB8CC \uCF64\uBCF4 \uD2B8\uB9AC\uAC70 \uC0AC\uC774\uC758 \uC2DC\uAC04(\uBC00\uB9AC\uCD08)\uC744 \uC124\uC815\uD569\uB2C8\uB2E4.",spaceKey:"<\u7A7A\u683C\u952E>",noneKey:"\uC811\uB450\uC0AC \uC5C6\uC774 \uC804\uCCB4 \uD14D\uC2A4\uD2B8 \uC0C1\uC790\uC758 \uC9C1\uC811 \uBC88\uC5ED",inputTranslationBlockUrlsTitle:"\uB2E4\uC74C URL\uC5D0\uC11C\uB294 \uC785\uB825 \uC0C1\uC790 \uAC1C\uC120 \uAE30\uB2A5\uC744 \uD65C\uC131\uD654\uD558\uC9C0 \uB9C8\uC138\uC694.",inputTranslationBlockUrlsDescription:"\uB2E4\uC74C URL\uC5D0\uC11C\uB294 \uC785\uB825 \uC0C1\uC790 \uAC1C\uC120 \uC0AC\uD56D\uC774 \uC791\uB3D9\uD558\uC9C0 \uC54A\uC2B5\uB2C8\uB2E4.",clickToSeeQuickDemo:"\uD074\uB9AD\uD558\uC5EC 30\uCD08 \uD035 \uD29C\uD1A0\uB9AC\uC5BC \uBE44\uB514\uC624 \uD655\uC7A5\uD558\uAE30",inputHelperInfo:"\uC124\uBA85\uFF1A\uC911\uAD6D\uC5B4 \uC785\uB825 \uBC29\uC2DD\uC5D0 \uB530\uB77C \uC77C\uBD80 \uD2B8\uB9AC\uAC70 \uBB38\uC790\uAC00 \uC911\uAD6D\uC5B4 \uBB38\uC7A5 \uBD80\uD638\uB85C \uBC14\uB00C\uB294 \uAC83\uC744 \uCD5C\uC801\uD654\uD588\uC2B5\uB2C8\uB2E4(\uC608: /\uB294 \uC18C\uAD6C \uC785\uB825 \uBC29\uC2DD\uC5D0 \uB530\uB77C \uB454 \uBD80\uD638\uB85C \uBC14\uB01C). \uBAB0\uC785\uD615 \uBC88\uC5ED\uAE30\uB294 \uD2B8\uB9AC\uAC70 \uBB38\uC790\uC5D0 \uD574\uB2F9\uD558\uB294 \uBAA8\uB4E0 \uC911\uAD6D\uC5B4 \uAE30\uD638, \uC989 //,,, \uB97C \uD2B8\uB9AC\uAC70 \uBB38\uC790\uB85C \uC778\uC2DD\uD560 \uC218 \uC788\uB3C4\uB85D \uC9C0\uC6D0\uD569\uB2C8\uB2E4.

\uB610\uD55C \uC5B8\uC5B4 \uCF54\uB4DC\uC5D0 \uC911\uAD6D\uC5B4 \uBCC4\uCE6D\uC744 \uBA85\uB839\uC5B4\uB85C \uC0AC\uC6A9\uD560 \uC218 \uC788\uC2B5\uB2C8\uB2E4(\uC608: /Japanese Hello World\uB294 \uC77C\uBCF8\uC5B4\uB85C \uBC88\uC5ED\uB428). <1>\uC9C0\uC6D0\uB418\uB294 \uBAA8\uB4E0 \uC5B8\uC5B4 \uCF54\uB4DC\uB97C \uBCF4\uB824\uBA74 \uC5EC\uAE30\uB97C \uD074\uB9AD\uD558\uC138\uC694.",reloadCurrentPage:"\uBC88\uC5ED\uC744 \uC2DC\uC791\uD558\uAE30 \uC804\uC5D0 \uD604\uC7AC \uD398\uC774\uC9C0\uB97C \uC0C8\uB85C\uACE0\uCE68\uD558\uC138\uC694.",noLocalFilePermissionForPDF:"\uB85C\uCEEC \uD30C\uC77C\uC744 \uC77D\uC744 \uC218 \uC788\uB294 \uAD8C\uD55C\uC774 \uC5C6\uB294 \uACBD\uC6B0 \uC704\uC758 \uBC84\uD2BC\uC744 \uD074\uB9AD\uD55C \uB2E4\uC74C \uB85C\uCEEC \uD30C\uC77C\uC744 \uAC00\uC838\uC624\uC138\uC694.",noPermissionForThisPage:"\u26A0\uFE0F \uD604\uC7AC \uD398\uC774\uC9C0 \uBC88\uC5ED \uAD8C\uD55C\uC774 \uC5C6\uC2B5\uB2C8\uB2E4.",retryAllParagraphs:"\uBAA8\uB4E0 \uC624\uB958 \uAD6C\uC808 \uB2E4\uC2DC \uC2DC\uB3C4",retryAllButton:"\uBAA8\uB4E0 \uC624\uB958 \uAD6C\uC808 \uB2E4\uC2DC \uC2DC\uB3C4",errorTooltipTitle:"\uC624\uB958\uC758 \uC6D0\uC778\uC744 \uBCF4\uB824\uBA74 \uD074\uB9AD\uD558\uC138\uC694.",errorModalTitle:"\uBC88\uC5ED \uC11C\uBE44\uC2A4 \uB610\uB294 \uB124\uD2B8\uC6CC\uD06C\uC5D0 \uBB38\uC81C\uAC00 \uC788\uB294 \uAC83 \uAC19\uC2B5\uB2C8\uB2E4...",disableConfirm:"\uC774\uC911 \uC5B8\uC5B4 \uC815\uBCF4 \uD5A5\uC0C1 \uC124\uC815",disableOnce:"\uC774 \uBE44\uD65C\uC131\uD654",disableGlobal:"\uC601\uAD6C\uC801\uC73C\uB85C \uBE44\uD65C\uC131\uD654",disableTint:"* {option} \uC5D0\uC11C \uB2E4\uC2DC \uD65C\uC131\uD654\uD560 \uC218 \uC788\uC2B5\uB2C8\uB2E4.",searchEnhancementNotes:"\uC911\uAD6D\uC5B4 \uD0A4\uC6CC\uB4DC\uC640 \uC601\uC5B4 \uD0A4\uC6CC\uB4DC\uC5D0 \uB300\uD55C \uB274\uC2A4 \uACB0\uACFC\uAC00 \uB9E4\uC6B0 \uB2E4\uB978 \uAC83\uC744 \uBC1C\uACAC\uD588\uC2B5\uB2C8\uB2E4. \uBAB0\uC785\uD615 \uBC88\uC5ED \uC774\uC911 \uC5B8\uC5B4 \uC815\uBCF4 \uD5A5\uC0C1 \uAE30\uB2A5\uC744 \uD65C\uC131\uD654\uD558\uBA74 \uC9C0\uC6D0\uB418\uB294 \uC6F9\uC0AC\uC774\uD2B8(Google \uB274\uC2A4, Google \uAC80\uC0C9(\uC77C\uBD80 \uD0A4\uC6CC\uB4DC), \uC2A4\uB178\uC6B0\uBCFC, \uB3D9\uC591\uC758 \uBD80, \uD4E8\uD22C\uB77C, \uD0C0\uC774\uAC70)\uC5D0\uC11C \uB3D9\uC77C\uD55C \uD0A4\uC6CC\uB4DC\uB97C \uC601\uC5B4\uB85C \uC790\uB3D9 \uAC80\uC0C9\uD558\uC5EC \uC624\uB978\uCABD\uC5D0 \uD45C\uC2DC\uD574 \uC90D\uB2C8\uB2E4. \uC774 \uAE30\uB2A5\uC774 \uD544\uC694\uD558\uC9C0 \uC54A\uC740 \uACBD\uC6B0 \uBE44\uD65C\uC131\uD654\uD560 \uC218 \uC788\uC2B5\uB2C8\uB2E4.",option:"\uC124\uC815",saveSettings:"\uC124\uC815 \uC800\uC7A5",closeModal:"\uCC3D \uB2EB\uAE30",enableInputTranslationWithoutTriggerKeyTitle:"{trailingKey}\uB97C 3\uBC88 \uBE60\uB974\uAC8C \uB204\uB974\uBA74 \uC804\uCCB4 \uC785\uB825 \uC0C1\uC790\uB97C{inputTargetLanguage}\uB85C \uBC14\uB85C \uBC88\uC5ED\uD560 \uC218 \uC788\uC2B5\uB2C8\uB2E4.",enableInputTranslationWithoutTriggerKeyDescription:"\uB300\uC0C1 \uC5B8\uC5B4\uB97C \uC9C0\uC815\uD558\uB824\uBA74 \uC55E\uC5D0 \uC5B8\uC5B4 \uCF54\uB4DC\uB97C \uBD99\uC785\uB2C8\uB2E4(\uC608:\uFF1Aja Hello World).",mouseHoverShortcutPlaceholder:"\uC608:\uFF1A\uC2DC\uD504\uD2B8",deepLProName:"\uBAB0\uC785\uD615 \uBC88\uC5ED \uD504\uB85C \uD68C\uC6D0(\uAD8C\uC7A5)",deepLProDescription:"\uD604\uC7AC \uD328\uD0A4\uC9C0\uB97C \uC9C1\uC811 \uC0AC\uC6A9\uD560 \uC218 \uC788\uC2B5\uB2C8\uB2E4.",deeplProDescriptionForNormal:"\uC124\uC815 \uD544\uC694 \uC5C6\uC74C, \uD68C\uC6D0\uC740 \uB85C\uADF8\uC778 \uD6C4 \uC0AC\uC6A9 \uAC00\uB2A5, <1>\uD68C\uC6D0\uC73C\uB85C \uC5C5\uADF8\uB808\uC774\uB4DC\uD558\uB824\uBA74 \uC5EC\uAE30\uB97C \uD074\uB9AD\uD558\uC138\uC694.",deepLCustomDescription:"\uC678\uAD6D \uC2E0\uC6A9 \uCE74\uB4DC \uD544\uC694, \uACF5\uC2DD\uC801\uC73C\uB85C \uAC1C\uC124\uB41C <1>DeepL,<2>\uBB38\uC11C\uB97C \uBCF4\uB824\uBA74 \uD074\uB9AD\uD558\uC138\uC694.",deepLCustomName:"\uC0AC\uC6A9\uC790 \uC9C0\uC815 \uC778\uC99D \uD0A4",chooseProviderLabel:"\uC11C\uBE44\uC2A4 \uC81C\uACF5\uC5C5\uCCB4 \uC120\uD0DD",openaiProName:"\uBAB0\uC785\uD615 \uBC88\uC5ED \uD504\uB85C \uD68C\uC6D0(\uAD8C\uC7A5)",openaiProDescription:"\uD604\uC7AC \uD328\uD0A4\uC9C0\uB97C \uC9C1\uC811 \uC0AC\uC6A9\uD560 \uC218 \uC788\uC2B5\uB2C8\uB2E4.",openaiProDescriptionForNormal:"\uC124\uC815\uC774 \uD544\uC694\uD558\uC9C0 \uC54A\uC73C\uBA70, \uD68C\uC6D0\uC740 \uB85C\uADF8\uC778 \uD6C4 \uC0AC\uC6A9\uD560 \uC218 \uC788\uC2B5\uB2C8\uB2E4. <1>\uD68C\uC6D0\uC73C\uB85C \uC5C5\uADF8\uB808\uC774\uB4DC\uD558\uB824\uBA74 \uC5EC\uAE30\uB97C \uD074\uB9AD\uD558\uC138\uC694.",openaiCustomDescription:"OpenAI, Azure OpenAI \uB610\uB294 \uAE30\uD0C0 \uD0C0\uC0AC \uC11C\uBE44\uC2A4\uC5D0\uC11C \uC0AC\uC6A9 \uAC00\uB2A5, <1>\uC124\uBA85\uC11C\uB97C \uBCF4\uB824\uBA74 \uC5EC\uAE30\uB97C \uD074\uB9AD\uD558\uC138\uC694.",openaiCustomName:"\uC0AC\uC6A9\uC790 \uC9C0\uC815 API \uD0A4",needLoginAction:"(\uACF5\uAC1C \uBA64\uBC84\uC2ED \uB610\uB294 \uC0AC\uC6A9\uC790 \uC9C0\uC815)",goLoginOrAction:"(\uBA64\uBC84\uC2ED\uC744 \uC5F4\uAC70\uB098 \uC124\uC815\uC73C\uB85C \uC774\uB3D9)",yearly:"\uC5F0\uAC04 \uC5F0\uC18D \uACB0\uC81C",quarterly:"\uC21C\uCC28\uC801 \uB798\uD551",monthly:"\uC6D4\uAC04 \uAD6C\uB3C5",yearlyForOnce:"\uC5F0\uAC04 1\uD68C \uD328\uD0A4\uC9C0",monthlyForOnce:"\uC6D4 1\uD68C \uD328\uD0A4\uC9C0",daily:"\uC5F0\uC18D \uD328\uD0B7 \uC77C\uC218",year:"\uC5F0\uAC04 \uC5F0\uC18D \uACB0\uC81C",quarter:"\uC21C\uCC28\uC801 \uB798\uD551",month:"\uC6D4\uAC04 \uAD6C\uB3C5",day:"\uC5F0\uC18D \uD328\uD0B7 \uC77C\uC218",onetime_7day:"7\uC77C \uCCB4\uD5D8 \uD329",currentPlanDescriptionForFree:"\uD604\uC7AC \uD328\uD0A4\uC9C0\uFF1A\uBB34\uB8CC",currentPlanDescriptionForContinuous:"\uD604\uC7AC \uD328\uD0A4\uC9C0\uFF1A{plan}\uB294 {endAt} \uC5D0\uC11C \uC790\uB3D9\uC73C\uB85C \uAC31\uC2E0\uB429\uB2C8\uB2E4.",currentPlanDescriptionForAutoRenewCaceling:"\uD604\uC7AC \uD328\uD0A4\uC9C0(\uFF1A{plan})\uB294 {endAt} \uC5D0\uC11C \uB9CC\uB8CC\uB418\uBA70 \uB9CC\uB8CC \uC2DC \uC790\uB3D9\uC73C\uB85C \uAC31\uC2E0\uB418\uC9C0 \uC54A\uC2B5\uB2C8\uB2E4.",currentYearlyPlanDescriptionForAutoRenewCacelingWithRealPaiedUser:"\uD604\uC7AC \uD328\uD0A4\uC9C0(\uFF1A{plan})\uB294 {endAt} \uC5D0\uC11C \uB9CC\uB8CC\uB418\uBA70 \uB9CC\uB8CC \uC2DC \uC790\uB3D9\uC73C\uB85C \uAC31\uC2E0\uB418\uC9C0 \uC54A\uC2B5\uB2C8\uB2E4.
<1>\uAC31\uC2E0 \uD50C\uB79C\uC744 \uAD00\uB9AC\uD558\uB824\uBA74 \uC5EC\uAE30\uB97C \uD074\uB9AD\uD558\uC138\uC694.",currentYearlyPlanDescriptionForAutoRenewCacelingWithAdmin:"\uD604\uC7AC \uD328\uD0A4\uC9C0(\uFF1A{plan})\uB294 {endAt} \uC5D0\uC11C \uB9CC\uB8CC\uB418\uBA70 \uB9CC\uB8CC \uC2DC \uC790\uB3D9\uC73C\uB85C \uAC31\uC2E0\uB418\uC9C0 \uC54A\uC2B5\uB2C8\uB2E4.
<1>\uC5F0\uAC04 \uC5F0\uC18D \uAD6C\uB3C5\uC744 \uD65C\uC131\uD654\uD558\uB824\uBA74 \uC5EC\uAE30\uB97C \uD074\uB9AD\uD558\uC138\uC694.",currentPlanDescriptionForOneTime:"\uD604\uC7AC \uAD6C\uB3C5\uFF1A{plan}\uC740 {endAt} \uC5D0\uC11C \uB9CC\uB8CC\uB418\uBA70, <1>\uC5F0\uAC04 \uB610\uB294 <2>\uC6D4\uAC04<1>\uBA64\uBC84\uC2ED\uC73C\uB85C \uC5C5\uADF8\uB808\uC774\uB4DC\uD558\uB824\uBA74 \uC5EC\uAE30\uB97C \uD074\uB9AD\uD558\uC138\uC694.",upgradePlan:"\uD504\uB85C \uBA64\uBC84\uC2ED\uC73C\uB85C \uC5C5\uADF8\uB808\uC774\uB4DC\uD558\uB824\uBA74 \uC5EC\uAE30\uB97C \uD074\uB9AD\uD558\uC138\uC694.",upgradeToPro:"\uD504\uB85C \uBA64\uBC84\uC2ED\uC73C\uB85C \uC5C5\uADF8\uB808\uC774\uB4DC","popup.openPro":"DeepL \uBC0F OpenAI \uBC88\uC5ED\uC744 \uC990\uAE30\uB824\uBA74 \uD504\uB85C \uBA64\uBC84\uC2ED\uC73C\uB85C \uC5C5\uADF8\uB808\uC774\uB4DC\uD558\uACE0 \uC5EC\uAE30\uB97C \uD074\uB9AD\uD558\uC5EC \uC5C5\uADF8\uB808\uC774\uB4DC\uD558\uC138\uC694!","popup.openProForPro":"\uADC0\uD558\uB294 DeepL \uBC0F OpenAI \uBC88\uC5ED\uC5D0 \uC9C1\uC811 \uC561\uC138\uC2A4\uD560 \uC218 \uC788\uB294 \uD504\uB85C \uD68C\uC6D0\uC785\uB2C8\uB2E4!",currentAccount:"\uACBD\uC0C1 \uACC4\uC815",enableAutoSyncUserSettings:"\uC5EC\uB7EC \uB514\uBC14\uC774\uC2A4\uC5D0\uC11C \uD074\uB77C\uC6B0\uB4DC \uC790\uB3D9 \uB3D9\uAE30\uD654 \uC0AC\uC6A9",modalEnableInputTranslationTitle:"\uBAB0\uC785\uD615 \uBC88\uC5ED \uC785\uB825 \uC0C1\uC790 \uBC88\uC5ED \uC54C\uB9BC",modalEnableInputTranslationDesc:"\uC2A4\uD398\uC774\uC2A4\uBC14\uB97C \uC5F0\uC18D\uD574\uC11C \uC138 \uBC88 \uBE60\uB974\uAC8C \uB20C\uB7EC \uBAB0\uC785\uD615 \uBC88\uC5ED\uC758 \uC785\uB825 \uC0C1\uC790 \uBC88\uC5ED\uC744 \uD2B8\uB9AC\uAC70\uD588\uC73C\uBA70, \uC785\uB825 \uC0C1\uC790\uC758 \uB0B4\uC6A9\uC774 \uAE30\uBCF8 \uB300\uC0C1 \uC5B8\uC5B4\uB85C \uBC88\uC5ED\uB429\uB2C8\uB2E4. \uBC88\uC5ED\uC740 Ctrl+Z\uB85C \uCDE8\uC18C\uD560 \uC218 \uC788\uC2B5\uB2C8\uB2E4.

\uBC88\uC5ED\uC774 \uC2E4\uC218\uC600\uB2E4\uBA74 \uC9C0\uAE08 \uBC14\uB85C \uBE44\uD65C\uC131\uD654\uD558\uAC70\uB098 \uC785\uB825 \uC0C1\uC790 \uBC88\uC5ED\uC744 \uC601\uAD6C\uC801\uC73C\uB85C \uBE44\uD65C\uC131\uD654\uD560 \uC218 \uC788\uC73C\uB2C8 \uAC71\uC815\uD558\uC9C0 \uB9C8\uC138\uC694.",saveAndNotShowAgain:"\uC800\uC7A5 \uBC0F \uD504\uB86C\uD504\uD2B8 \uC911\uC9C0",disableInputTranslationTips:"* {option} ,{learnMore}\uC5D0\uC11C \uB2E4\uB978 \uBC14\uB85C\uAC00\uAE30\uB97C \uD2B8\uB9AC\uAC70\uD558\uB3C4\uB85D \uC124\uC815\uD560 \uC218\uB3C4 \uC788\uC2B5\uB2C8\uB2E4.",learnMore:"\uC790\uC138\uD788 \uC54C\uC544\uBCF4\uB824\uBA74 \uC5EC\uAE30\uB97C \uD074\uB9AD\uD558\uC138\uC694.",continueEnalbeInputTranslation:"\uC785\uB825 \uC0C1\uC790 \uBC88\uC5ED \uACC4\uC18D \uD65C\uC131\uD654",autoRenewTrialSuffix:'(\uD3C9\uAC00\uD310 \uC0AC\uC6A9 \uC2DC\uC989\uC2DC \uC815\uC2DD \uBA64\uBC84\uC2ED\uC73C\uB85C \uC5C5\uADF8\uB808\uC774\uB4DC)',upgradeFromTrialTitle:"\uC815\uD68C\uC6D0\uC73C\uB85C \uC5C5\uADF8\uB808\uC774\uB4DC",subtitle:"\uBE44\uB514\uC624 \uCEA1\uC158",youtubeService:"\uBAB0\uC785 \uBC88\uC5ED \uBE44\uB514\uC624 \uC790\uB9C9 \uBC88\uC5ED \uC11C\uBE44\uC2A4","subtitle.disabledSubtitle":"\uB3D9\uC601\uC0C1 \uC790\uB9C9 \uAE30\uB2A5 \uC601\uAD6C \uBE44\uD65C\uC131\uD654\uD558\uAE30","subtitle.disabledSubtitleDescription":"\uBAB0\uC785\uD615 \uBC88\uC5ED\uAE30\uC758 \uBE44\uB514\uC624 \uC790\uB9C9\uC774 \uB2E4\uB978 \uD655\uC7A5 \uD504\uB85C\uADF8\uB7A8\uACFC \uCDA9\uB3CC\uD558\uB294 \uACBD\uC6B0, \uBAB0\uC785\uD615 \uBC88\uC5ED\uAE30\uC758 \uBE44\uB514\uC624 \uC790\uB9C9 \uAE30\uB2A5\uC744 \uC601\uAD6C\uC801\uC73C\uB85C \uBE44\uD65C\uC131\uD654\uD558\uAC70\uB098 \uCDA9\uB3CC\uD558\uB294 \uB2E4\uB978 \uD655\uC7A5 \uD504\uB85C\uADF8\uB7A8\uC744 \uC81C\uAC70\uD558\uB3C4\uB85D \uC120\uD0DD\uD560 \uC218 \uC788\uC2B5\uB2C8\uB2E4.","subtitle.autoEnableSubtitle":"\uC774\uC911 \uC5B8\uC5B4 \uC790\uB9C9 \uC790\uB3D9 \uC0AC\uC6A9","subtitle.autoEnableSubtitleDescription":"\uC0AC\uC6A9\uD558\uBA74 \uBE44\uB514\uC624\uAC00 \uC7AC\uC0DD\uB420 \uB54C \uC790\uB3D9\uC73C\uB85C \uC774\uC911 \uC5B8\uC5B4 \uC790\uB9C9\uC774 \uD45C\uC2DC\uB418\uBA70, \uADF8\uB807\uC9C0 \uC54A\uC73C\uBA74 \uBC88\uC5ED \uBC84\uD2BC\uC744 \uD074\uB9AD\uD574\uC57C \uD45C\uC2DC\uB429\uB2C8\uB2E4.","subtitle.preTranslation":"\uBAB0\uC785\uD615 \uBC88\uC5ED\uC744 \uC0AC\uC6A9\uD558\uC5EC \uC790\uB9C9 \uBC88\uC5ED\uD558\uAE30","subtitle.preTranslationDescription":"\uD65C\uC131\uD654\uD558\uBA74 \uC544\uB798\uC5D0 \uBA85\uC2DC\uB41C \uBC88\uC5ED \uC11C\uBE44\uC2A4\uB97C \uC0AC\uC6A9\uD558\uC5EC \uC804\uCCB4 \uC790\uB9C9\uC774 \uC0AC\uC804 \uBC88\uC5ED\uB418\uBA70, 1\uC2DC\uAC04 \uBD84\uB7C9\uC758 \uB3D9\uC601\uC0C1\uC740 \uC57D 50,000 \uD1A0\uD070 \uB610\uB294 \uBB38\uC790\uB97C \uC18C\uBAA8\uD558\uBBC0\uB85C \uC2E0\uC911\uD558\uAC8C \uC0AC\uC6A9\uD558\uC2DC\uAE30 \uBC14\uB77C\uBA70, \uBE44\uD65C\uC131\uD654\uD558\uBA74 \uC6D0\uBCF8 \uC790\uB9C9\uC774 \uBA3C\uC800 \uC0AC\uC6A9\uB429\uB2C8\uB2E4.","subtitle.humanSubtitlesPreferred":"\uD734\uBA3C \uCEA1\uC158 \uC6B0\uC120 \uC0AC\uC6A9","subtitle.humanSubtitlesPreferredDescription":"\uB3D9\uC601\uC0C1\uC5D0 \uB300\uC0C1 \uC5B8\uC5B4\uB85C \uB41C \uC0AC\uB78C \uC790\uB9C9\uC774 \uC788\uB294 \uACBD\uC6B0 \uC0AC\uB78C \uC790\uB9C9\uC744 \uC6B0\uC120\uC801\uC73C\uB85C \uC0AC\uC6A9\uD569\uB2C8\uB2E4(\uAD8C\uC7A5).",videoSubtitleTranslationDescription:"\uB3D9\uC601\uC0C1 \uC790\uB9C9\uC744 \uC704\uD55C \uBCC4\uB3C4\uC758 \uBC88\uC5ED \uC11C\uBE44\uC2A4 \uC9C0\uC815",subtitleTranslating:"{service} \uC11C\uBE44\uC2A4\uB97C \uC0AC\uC6A9\uD558\uC5EC \uC790\uB9C9\uC744 \uBC88\uC5ED\uD558\uB294 \uB3D9\uC548 \uC7A0\uC2DC \uAE30\uB2E4\uB824\uC8FC\uC138\uC694... (\uBAB0\uC785 \uBC88\uC5ED)",subtitleLoading:"\uC790\uB9C9 \uB85C\uB4DC \uC911...",bilingual:"\uC774\uC911 \uC5B8\uC5B4 \uC0AC\uC6A9","field.action":"\uBC14\uC774\uB450 \uC6A9\uC5B4 \uC0AC\uC6A9 \uC5EC\uBD80","description.action":"\uD65C\uC131\uD654\uD558\uBA74 \uC694\uCCAD\uC5D0 action=1 \uB9E4\uAC1C\uBCC0\uC218\uAC00 \uCD94\uAC00\uB418\uC5B4 \uBC14\uC774\uB450\uC5D0 \uD65C\uC131\uD654\uB41C \uC6A9\uC5B4\uB97C \uC54C\uB9B4 \uC218 \uC788\uC73C\uBA70, <1>\uC790\uC138\uD55C \uB0B4\uC6A9\uC740 \uACF5\uC2DD \uBB38\uC11C\uB97C \uCC38\uC870\uD558\uC138\uC694.",closeQuickTranslation:"\uD638\uBC84\uBCFC \uB2EB\uAE30","closeQuickTranslation.untilNext":"\uB2E4\uC74C \uBC29\uBB38 \uC2DC\uAE4C\uC9C0 \uD734\uBB34\uC785\uB2C8\uB2E4.","closeQuickTranslation.currentWebsite":"\uD604\uC7AC \uC0AC\uC774\uD2B8 \uBE44\uD65C\uC131\uD654","closeQuickTranslation.alwaysClose":"\uC601\uAD6C\uC801\uC73C\uB85C \uBE44\uD65C\uC131\uD654","closeQuickTranslation.settingOpen":"( <1>\uC124\uC815 \uD398\uC774\uC9C0\uC5D0\uC11C \uCF1C\uAE30 \uAC00\uB2A5)","closeQuickTranslation.cancel":"\uCDE8\uC18C","closeQuickTranslation.confirm":"\uC815\uC758","floatBall.popup":"\uBE60\uB978 \uC124\uC815 \uD328\uB110 \uC5F4\uAE30","floatBall.translate":"\uD074\uB9AD\uD558\uC5EC \uD398\uC774\uC9C0 \uBC88\uC5ED\uD558\uAE30","floatBall.showOriginal":"\uC6D0\uBCF8 \uBB38\uC11C\uB85C \uB3CC\uC544\uAC00\uB824\uBA74 \uD074\uB9AD\uD558\uC138\uC694.","floatBall.close":"\uD638\uBC84\uBCFC \uB2EB\uAE30","floatBallOptions.enableDescPc":"\uD398\uC774\uC9C0 \uD638\uBC84\uBCFC\uC744 \uD65C\uC131\uD654\uD558\uBA74 \uD398\uC774\uC9C0 \uC624\uB978\uCABD\uC5D0 \uBE60\uB978 \uBC88\uC5ED \uBC84\uD2BC\uC774 \uD45C\uC2DC\uB418\uBA70, \uC774\uB97C \uD074\uB9AD\uD558\uBA74 \uBC88\uC5ED\uD560 \uC218 \uC788\uC2B5\uB2C8\uB2E4!","floatBallOptions.enableDesc":"\uD638\uBC84\uBCFC\uC744 \uB044\uACE0 \uB098\uBA74{touch}\uC73C\uB85C \uBD88\uB7EC\uC62C \uC218 \uC788\uC2B5\uB2C8\uB2E4. \uC2E4\uC218\uB85C \uC774 \uC635\uC158\uC744 \uB048 \uD6C4 \uD638\uBC84\uBCFC\uC744 \uCC3E\uC744 \uC218 \uC5C6\uB294 \uACBD\uC6B0\uB97C \uB300\uBE44\uD574 \uC774 \uC124\uC815 \uD398\uC774\uC9C0\uB97C \uBD81\uB9C8\uD06C\uC5D0 \uCD94\uAC00\uD574 \uB450\uB294 \uAC83\uC774 \uC88B\uC2B5\uB2C8\uB2E4!","description.azureApiUrl":"\uC0AC\uC6A9\uC790 \uC9C0\uC815 API \uC778\uD130\uD398\uC774\uC2A4\uC758 \uC8FC\uC18C\uB97C \uC785\uB825\uD569\uB2C8\uB2E4.",confirmSupportMouse:"\uB9C8\uC6B0\uC2A4 \uC9C0\uC6D0 \uAC15\uC81C \uD65C\uC131\uD654",confirmSupportMouseDescription:"\uD604\uC7AC \uBE0C\uB77C\uC6B0\uC800\uAC00 \uB9C8\uC6B0\uC2A4 \uAE30\uB2A5\uC744 \uC9C0\uC6D0\uD558\uC9C0 \uC54A\uB294 \uAC83\uC73C\uB85C \uAC10\uC9C0\uB418\uBA74 \uB9C8\uC6B0\uC2A4 \uC9C0\uC6D0\uC744 \uAC15\uC81C\uB85C \uD65C\uC131\uD654\uD574\uC57C \uD558\uB098\uC694?",sampleTargetText:"\uAE34 \uBC24\uC774 \uC62C \uAC83\uC774\uB2C8, \uB098\uB294 \uC624\uB298\uBD80\uD130 \uC8FD\uC744 \uB54C\uAE4C\uC9C0 \uBCF4\uCD08\uB97C \uC124 \uAC83\uC774\uB2E4. \uB098\uB294 \uC544\uB0B4\uB97C \uCDE8\uD558\uC9C0 \uC54A\uC744 \uAC83\uC774\uBA70, \uB3D9\uB9F9\uC744 \uB9FA\uC9C0 \uC54A\uC744 \uAC83\uC774\uBA70, \uC790\uC2DD\uC744 \uB0B3\uC9C0 \uC54A\uC744 \uAC83\uC774\uB2E4. \uB098\uB294 \uC655\uAD00\uC744 \uC4F0\uC9C0 \uC54A\uC744 \uAC83\uC774\uBA70 \uBA85\uC608\uB97C \uC704\uD574 \uB178\uB825\uD558\uC9C0 \uC54A\uC744 \uAC83\uC774\uB2E4. \uB098\uB294 \uB0B4 \uC758\uBB34\uB97C \uB2E4\uD558\uACE0 \uC0B4\uB2E4\uAC00 \uC8FD\uC744 \uAC83\uC785\uB2C8\uB2E4.",sampleSourceText:"Night gathers, and now my watch begins. It shall not end until my death. I shall take no wife, hold no lands, father no children. I shall wear no crowns and win no glory. I shall live and die at my post.","subtitle.supportedSites":"\u5DF2\u652F\u6301\u5728\u8FD9\u4E9B\u7F51\u7AD9\u4F7F\u7528\u53CC\u8BED\u5B57\u5E55\uFF08\u6CE8\u610F\uFF1A\u7531\u4E8E\u6280\u672F\u9650\u5236\uFF0C\u90E8\u5206\u7F51\u7AD9\u5728\u9996\u6B21\u5F00\u542F\u5B57\u5E55\u540E\u9700\u8981\u91CD\u65B0\u5237\u65B0\u9875\u9762\uFF0C\u6216\u8005\u9700\u7B49\u5F85\u7FFB\u8BD1\u5B8C\u6210\u4EE5\u663E\u793A\u53CC\u8BED\u5B57\u5E55\uFF09\uFF1A",viewWithImmersiveTranslate:"\u53CC\u8BED\u7248\u672C(\u6C89\u6D78\u5F0F\u7FFB\u8BD1)",errorReason:"\u9519\u8BEF\u539F\u56E0\uFF1A{message}","proQuotaExceededError.onetime7day":'\uFF0C\u60A8\u53EF\u4EE5\u9009\u62E9\u4EE5\u4E0B\u65B9\u5F0F\u89E3\u51B3\uFF1A

1. \u5207\u6362\u5230 {anotherService} \u6216\u5176\u4ED6\u7FFB\u8BD1\u670D\u52A1
2. \u5347\u7EA7\u4E3A\u6708\u5EA6/\u5E74\u5EA6\u4F1A\u5458',"proQuotaExceededError.trial":'\uFF0C\u60A8\u53EF\u4EE5\u9009\u62E9\u4EE5\u4E0B\u65B9\u5F0F\u89E3\u51B3\uFF1A

1. \u5207\u6362\u5230 {anotherService} \u6216\u5176\u4ED6\u7FFB\u8BD1\u670D\u52A1
2. \u7ACB\u523B\u5347\u7EA7\u4E3A\u6B63\u5F0F\u4F1A\u5458',"proQuotaExceededError.nonTrial":'\uFF0C\u60A8\u53EF\u4EE5\u9009\u62E9\u4EE5\u4E0B\u65B9\u5F0F\u89E3\u51B3\uFF1A

1. \u5207\u6362\u5230 {anotherService} \u6216\u5176\u4ED6\u7FFB\u8BD1\u670D\u52A1
2. \u8D2D\u4E70 {translationService} \u989D\u5916\u6D41\u91CF\u5305',"proQuotaExceededError.resetTime":"
3. \u989D\u5EA6\u91CD\u7F6E\u65F6\u95F4\uFF1A{resetTime}","desc.touchShortcutsToggleTranslatePageOnlyTranslation":"\uBC88\uC5ED\uBB38\uB9CC\uC774\uB77C\uB294 \uAC83\uC740 \uBC88\uC5ED\uBB38\uB9CC \uD45C\uC2DC\uD558\uBA70, \uC6F9\uD398\uC774\uC9C0\uAC00 \uC544\uC9C1 \uBC88\uC5ED\uB418\uC9C0 \uC54A\uC558\uB2E4\uBA74 \uBAA8\uB4DC\uB97C \uC804\uD658\uD558\uACE0 \uBC88\uC5ED\uD560 \uAC83\uC785\uB2C8\uB2E4.","desc.toggleOnlyTransation":"\uC624\uC9C1 \uBC88\uC5ED \uBAA8\uB4DC\uB294 \uBC88\uC5ED\uBB38\uB9CC \uD45C\uC2DC\uD558\uB294 \uAC83\uC744 \uC758\uBBF8\uD558\uBA70, \uC6F9\uD398\uC774\uC9C0\uAC00 \uC544\uC9C1 \uBC88\uC5ED\uB418\uC9C0 \uC54A\uC558\uB2E4\uBA74 \uBAA8\uB4DC\uB97C \uC804\uD658\uD558\uACE0 \uBC88\uC5ED\uD560 \uAC83\uC785\uB2C8\uB2E4.",touchShortcutsToggleTranslatePageOnlyTranslation:"\uD130\uCE58 \uC2A4\uD06C\uB9B0 \uC81C\uC2A4\uCC98\uB97C \uC124\uC815\uD558\uC5EC \uC774\uC911 \uC5B8\uC5B4/\uBC88\uC5ED \uD14D\uC2A4\uD2B8 \uC804\uC6A9 \uBAA8\uB4DC\uB97C \uC804\uD658\uD558\uC138\uC694.",download_started:"\uB2E4\uC6B4\uB85C\uB4DC\uAC00 \uC774\uBBF8 \uC2DC\uC791\uB418\uC5C8\uC2B5\uB2C8\uB2E4. \uC790\uB3D9\uC73C\uB85C \uB2E4\uC6B4\uB85C\uB4DC\uB418\uC9C0 \uC54A\uB294 \uACBD\uC6B0, \uC218\uB3D9\uC73C\uB85C \uD074\uB9AD\uD558\uC2ED\uC2DC\uC624.",here:"\uC5EC\uAE30","error.serveConfigError":"\uC11C\uBE44\uC2A4 \uAD6C\uC131 \uC624\uB958","translationFont.customPlaceholder":"\uAE00\uAF34","error.configError":"\uAD6C\uC131 \uB370\uC774\uD130 \uC774\uC0C1","error.goReset":"\uC7AC\uC124\uC815\uD558\uB2E4","touch.mouse-translate":"\uC9C0\uC815\uB41C \uB2E8\uB77D \uBC88\uC5ED",batchEdit:"\uB300\uB7C9 \uC791\uC5C5","translationModeUrl.translation.title":"\uBC88\uC5ED\uB9CC \uBAA8\uB4DC\uC758 \uC6F9\uC0AC\uC774\uD2B8","translationFont.custom":"\uC0AC\uC6A9\uC790 \uC815\uC758 \uAE00\uAF34 \uC785\uB825",translationFont:"\uAE00\uAF34 \uC124\uC815","translationServices.inherit":"\uC8FC \uBC88\uC5ED \uC11C\uBE44\uC2A4\uB97C \uB530\uB974\uC2ED\uC2DC\uC624",detectServiceLoading:"\uC0AC\uC6A9 \uAC00\uB2A5\uD55C \uBC88\uC5ED \uC11C\uBE44\uC2A4\uB97C \uD655\uC778 \uC911\uC785\uB2C8\uB2E4...",toggleToService:"{service}\uB85C \uC804\uD658\uD558\uACE0 \uB2E4\uC2DC \uC2DC\uB3C4\uD558\uC2ED\uC2DC\uC624.","translationModeLang.translation.title":"\uB2E8\uC21C \uBC88\uC5ED \uBAA8\uB4DC\uC758 \uC5B8\uC5B4","error.502":"\uC11C\uBE44\uC2A4\uAC00 \uC624\uB958\uB97C \uBC18\uD658\uD588\uC2B5\uB2C8\uB2E4, \uC11C\uBE44\uC2A4\uAC00 \uC2DC\uAC04 \uCD08\uACFC\uB418\uC5C8\uC2B5\uB2C8\uB2E4. \uC7A0\uC2DC \uD6C4 \uB2E4\uC2DC \uC2DC\uB3C4\uD574 \uC8FC\uC138\uC694.","error.proUpgrade":"\uC5C5\uADF8\uB808\uC774\uB4DC \uD6C4\uC5D0\uB294 \uD398\uC774\uC9C0\uB97C \uC0C8\uB85C \uACE0\uCE68\uD558\uC5EC \uB2E4\uC2DC \uBC88\uC5ED\uD558\uC2ED\uC2DC\uC624.","error.reloadPageOfSetting":"\uAD6C\uC131 \uD6C4\uC5D0\uB294 \uD398\uC774\uC9C0\uB97C \uC0C8\uB85C \uACE0\uCE68\uD558\uC5EC \uB2E4\uC2DC \uBC88\uC5ED\uD558\uC2ED\uC2DC\uC624.","translationModeLang.translation.description":"\uD398\uC774\uC9C0 \uC5B8\uC5B4\uAC00 \uB2E4\uC74C \uC5B8\uC5B4\uC77C \uB54C, \uC790\uB3D9\uC73C\uB85C \uBC88\uC5ED\uBB38\uB9CC \uBAA8\uB4DC\uB97C \uC0AC\uC6A9\uD569\uB2C8\uB2E4.","error.proTokenInvalid":"Pro \uC0AC\uC6A9\uC790\uC774\uC2DC\uB77C\uBA74, \uB85C\uADF8\uC778 \uD6C4 Pro \uBC88\uC5ED \uC11C\uBE44\uC2A4\uB97C \uC774\uC6A9\uD574 \uC8FC\uC138\uC694.","error.403":"\uC11C\uBE44\uC2A4\uAC00 \uC624\uB958\uB97C \uBC18\uD658\uD558\uC600\uC2B5\uB2C8\uB2E4, \uC7A0\uC2DC \uD574\uB2F9 \uC11C\uBE44\uC2A4\uC5D0 \uC811\uADFC\uD560 \uAD8C\uD55C\uC774 \uC5C6\uC2B5\uB2C8\uB2E4.","error.googleLimitIp":"\uC11C\uBE44\uC2A4\uAC00 \uC624\uB958\uB97C \uBC18\uD658\uD588\uC73C\uBA70, Google \uC11C\uBE44\uC2A4\uB294 \uD574\uB2F9 IP \uC8FC\uC18C\uC5D0 \uB300\uD574 \uC81C\uD55C\uC744 \uB450\uC5C8\uC2B5\uB2C8\uB2E4. \uB124\uD2B8\uC6CC\uD06C \uB178\uB4DC\uB97C \uBCC0\uACBD\uD558\uB294 \uAC83\uC774 \uC88B\uC2B5\uB2C8\uB2E4.",videoSubtitlePreTranslationOff:"\uBE44\uB514\uC624 \uC790\uB9C9\uC740 \uC6D0\uB798 \uBE44\uB514\uC624\uC5D0 \uD3EC\uD568\uB41C \uAE30\uACC4 \uBC88\uC5ED \uC790\uB9C9\uC744 \uC6B0\uC120\uC801\uC73C\uB85C \uC0AC\uC6A9\uD560 \uAC83\uC785\uB2C8\uB2E4.",videoSubtitlePreTranslationOn:"\uBE44\uB514\uC624 \uC790\uB9C9\uC740 \uC6B0\uC120\uC801\uC73C\uB85C \uBAB0\uC785\uD615 \uBC88\uC5ED\uC744 \uC0AC\uC6A9\uD560 \uAC83\uC785\uB2C8\uB2E4.",enableSentryReport:"\uD655\uC7A5\uC774 \uC624\uB958\uB97C \uC77C\uC73C\uD0AC \uB54C Sentry\uB97C \uC0AC\uC6A9\uD558\uC5EC \uD53C\uB4DC\uBC31\uC744 \uC81C\uCD9C\uD558\uC2ED\uC2DC\uC624.","translationModeUrl.translation.description":"\uB2E4\uC74C \uB3C4\uBA54\uC778\uC5D0 \uB300\uD55C \uC6F9\uC0AC\uC774\uD2B8\uC77C \uACBD\uC6B0, \uC790\uB3D9\uC73C\uB85C \uBC88\uC5ED\uBB38\uB9CC \uBAA8\uB4DC\uB97C \uC0AC\uC6A9\uD569\uB2C8\uB2E4.","error.openAIExceededQuota":"\uC11C\uBE44\uC2A4 \uC624\uB958 \uBC18\uD658: \uD604\uC7AC OpenAI \uACC4\uC815 \uC794\uC561\uC774 \uBD80\uC871\uD569\uB2C8\uB2E4. OpenAI \uACF5\uC2DD \uAD00\uB9AC \uD398\uC774\uC9C0\uC5D0\uC11C \uCDA9\uC804\uD558\uAC70\uB098 \uC2E0\uC6A9\uCE74\uB4DC\uB97C \uC5F0\uACB0\uD574\uC8FC\uC138\uC694.","error.400":"\uC11C\uBE44\uC2A4\uAC00 \uC624\uB958\uB97C \uBC18\uD658\uD588\uC2B5\uB2C8\uB2E4. \uC694\uCCAD \uB9E4\uAC1C\uBCC0\uC218\uAC00 \uC798\uBABB\uB418\uC5C8\uC2B5\uB2C8\uB2E4. \uD574\uB2F9 \uC124\uC815\uC744 \uD655\uC778\uD558\uC2ED\uC2DC\uC624.","error.gemini.429":"\uD604\uC7AC Gemini \uC11C\uBE44\uC2A4\uC758 \uD604\uC7AC \uBD80\uD558 \uC6A9\uB7C9\uC774 \uCD5C\uB300\uC5D0 \uB3C4\uB2EC\uD588\uC2B5\uB2C8\uB2E4. \uC7A0\uC2DC \uD6C4\uC5D0 \uB2E4\uC2DC \uC2DC\uB3C4\uD558\uAC70\uB098 \uB2E4\uB978 \uBC88\uC5ED \uC11C\uBE44\uC2A4\uB85C \uC804\uD658\uD574 \uC8FC\uC138\uC694.","translationFont.notSupportErrorMessage":"\uC785\uB825\uD558\uC2E0 \uAE00\uAF34 \uC774\uB984\uC774 \uC815\uD655\uD55C\uC9C0 \uD655\uC778\uD558\uC2DC\uAC70\uB098, \uD574\uB2F9 \uAE00\uAF34\uC774 \uADC0\uD558\uC758 \uC7A5\uCE58\uC5D0 \uC124\uCE58\uB418\uC5B4 \uC788\uB294\uC9C0 \uD655\uC778\uD574 \uC8FC\uC138\uC694.","error.openAIFreeLimit":"\uC11C\uBE44\uC2A4\uAC00 \uC624\uB958\uB97C \uBC18\uD658\uD588\uC2B5\uB2C8\uB2E4. \uD604\uC7AC \uBC88\uC5ED \uC694\uCCAD \uBE48\uB3C4\uAC00 \uBD84\uB2F9 \uCD5C\uB300 3\uD68C\uB85C \uC81C\uD55C\uB418\uC5C8\uC2B5\uB2C8\uB2E4. \uC7A0\uC2DC \uD6C4 \uB2E4\uC2DC \uC2DC\uB3C4\uD558\uC2ED\uC2DC\uC624. (\uC774\uAC83\uC740 OpenAI \uACF5\uC2DD\uC774 \uBB34\uB8CC API Key\uC5D0 \uB300\uD55C \uC81C\uD55C\uC774\uBA70, \uC774 \uC81C\uD55C\uC744 \uD574\uC81C\uD558\uB824\uBA74 OpenAI \uAD00\uB9AC \uBC31\uC5D4\uB4DC\uC5D0\uC11C \uC2E0\uC6A9\uCE74\uB4DC\uB97C \uC5F0\uACB0\uD558\uC2ED\uC2DC\uC624.)","desc.toggleVideoSubtitlePreTranslation":"\uB204\uB974\uBA74 \uBE44\uB514\uC624\uC758 \uC774\uC911 \uC5B8\uC5B4 \uC790\uB9C9\uC740 \uC6B0\uC120\uC801\uC73C\uB85C \uBAB0\uC785\uD615 \uBC88\uC5ED \uC124\uC815\uC744 \uC0AC\uC6A9\uD558\uACE0, \uB2E4\uC2DC \uB204\uB974\uBA74 \uC6D0\uB798 \uBE44\uB514\uC624\uC5D0 \uB0B4\uC7A5\uB41C \uAE30\uACC4 \uBC88\uC5ED \uC790\uB9C9\uC744 \uC6B0\uC120\uC801\uC73C\uB85C \uC0AC\uC6A9\uD569\uB2C8\uB2E4. \uC8FC\uC758: \uC774 \uB2E8\uCD95\uD0A4\uB294 \uC804\uC5ED \uC124\uC815\uC744 \uC218\uC815\uD569\uB2C8\uB2E4.","error.429":"\uC11C\uBE44\uC2A4\uAC00 \uC624\uB958\uB97C \uBC18\uD658\uD588\uC2B5\uB2C8\uB2E4. \uC774\uB294 \uC694\uCCAD\uC774 \uB108\uBB34 \uC790\uC8FC \uBC1C\uC0DD\uD558\uAC70\uB098 \uD560\uB2F9\uB7C9 \uC81C\uD55C\uC744 \uCD08\uACFC\uD588\uC74C\uC744 \uB098\uD0C0\uB0C5\uB2C8\uB2E4. \uC7A0\uC2DC \uD6C4\uC5D0 \uB2E4\uC2DC \uC2DC\uB3C4\uD558\uC2ED\uC2DC\uC624.","error.serveUnavailable":"\uD604\uC7AC \uC0AC\uC6A9 \uC911\uC778 [{serverName}] \uC11C\uBE44\uC2A4\uB294 \uB124\uD2B8\uC6CC\uD06C \uC5F0\uACB0 \uB610\uB294 \uC11C\uBE44\uC2A4 \uC81C\uACF5\uC790\uC758 \uBB38\uC81C\uB85C \uC778\uD574 \uC77C\uC2DC\uC801\uC73C\uB85C \uC811\uC18D\uD560 \uC218 \uC5C6\uC2B5\uB2C8\uB2E4. \uD398\uC774\uC9C0\uB97C \uC0C8\uB85C \uACE0\uCE68\uD558\uAC70\uB098 <1>\uC124\uC815\uC744 \uD1B5\uD574 \uB2E4\uB978 \uBC88\uC5ED \uC11C\uBE44\uC2A4\uB85C \uBCC0\uACBD\uD574 \uBCF4\uC2DC\uB294 \uAC83\uC744 \uAD8C\uC7A5\uD569\uB2C8\uB2E4. <2>Pro \uD68C\uC6D0\uC774\uC2DC\uB77C\uBA74, \uB354 \uC548\uC815\uC801\uC778 DeepL \uB610\uB294 OpenAI \uBC88\uC5ED \uC11C\uBE44\uC2A4\uB97C \uC0AC\uC6A9\uD560 \uC218 \uC788\uC2B5\uB2C8\uB2E4(<3>\uC5EC\uAE30\uB97C \uD074\uB9AD\uD558\uC2DC\uBA74 \uBB34\uB8CC\uB85C \uCCB4\uD5D8\uD558\uC2E4 \uC218 \uC788\uC2B5\uB2C8\uB2E4). \uB610\uD55C, \uB124\uD2B8\uC6CC\uD06C \uB610\uB294 \uD504\uB85D\uC2DC \uC124\uC815\uC744 \uD655\uC778\uD574\uC57C \uD560 \uC218\uB3C4 \uC788\uC2B5\uB2C8\uB2E4.",pickAll:"\uC804\uCCB4 \uC120\uD0DD","error.reason":"\uC624\uB958 \uC6D0\uC778","error.retry":"\uB2E4\uC2DC \uC2DC\uB3C4\uD558\uB2E4","widget.instruction":"\uC0AC\uC6A9 \uC124\uBA85\uC11C",notLogin:"\uB85C\uADF8\uC778\uD558\uC9C0 \uC54A\uC74C",loggedIn:"\uB85C\uADF8\uC778 \uB418\uC5C8\uC2B5\uB2C8\uB2E4",touchShortcutsOff:"\uB2EB\uAE30",goLogin:"\uB85C\uADF8\uC778\uD558\uC2ED\uC2DC\uC624","widget.videoSubtitle":"\uBE44\uB514\uC624 \uC790\uB9C9","multipleClick.2":"\uB354\uBE14 \uD074\uB9AD","widget.translateFile":"PDF/ePub",shortcutSettings:"\uB2E8\uCD95\uD0A4","tagsInput.add":"+ \uCD94\uAC00",translationOnlyMode:"\uC624\uC9C1 \uBC88\uC5ED \uBAA8\uB4DC\uB9CC",shortcutSettingsTitle:"\uB2E8\uCD95\uD0A4 \uC124\uC815","translationServices.gemini":"\uC30D\uB465\uC774\uC790\uB9AC","multipleClick.4":"\uB124 \uBC88 \uC5F0\uC18D \uD0C0\uACA9","floatBall.iKnow":"\uB098\uB294 \uC54C\uC558\uC5B4","widget.instructionTooltip":"\uC0AC\uC6A9 \uC124\uBA85\uC11C\uB97C \uD655\uC778\uD558\uC2ED\uC2DC\uC624","multipleClick.3":"\uD2B8\uB9AC\uD50C \uD788\uD2B8",paragraphMinTextCountField:"\uBC88\uC5ED \uB2E8\uB77D\uC5D0 \uD544\uC694\uD55C \uCD5C\uC18C \uBB38\uC790 \uC218","shortcutGroup.shortcutsForTranslationServices":"\uBC88\uC5ED \uC11C\uBE44\uC2A4 \uAD00\uB828 \uB2E8\uCD95\uD0A4",temprarilyChangeTranslationTo_openai:"\uD604\uC7AC \uD398\uC774\uC9C0\uB97C OpenAI\uB85C \uBC88\uC5ED\uD558\uACE0 \uC788\uC2B5\uB2C8\uB2E4.","browser.translateWithGoogle":"\uD604\uC7AC \uD398\uC774\uC9C0\uB97C \uC784\uC2DC\uB85C Google \uBC88\uC5ED \uC0AC\uC6A9\uD558\uAE30",mouseHoverCustomKeyTitle:"\uC0AC\uC6A9\uC790 \uC815\uC758 \uB9C8\uC6B0\uC2A4 \uD638\uBC84 \uB2E8\uCD95\uD0A4","slide.left":"\uC624\uB978\uCABD\uC73C\uB85C \uC2AC\uB77C\uC774\uB4DC\uD558\uC138\uC694","browser.translateInputBox":"\uD604\uC7AC \uC785\uB825 \uC0C1\uC790 \uB0B4\uC6A9 \uBC88\uC5ED","intro.floatBallTitle":"\uBE60\uB978 \uBC88\uC5ED \uD50C\uB85C\uD305 \uBCFC","shortcutGroup.touch":"\uD130\uCE58 \uC2A4\uD06C\uB9B0 \uC804\uC6A9 \uC81C\uC2A4\uCC98","widget.videoSubtitleTooltip":"Youtube \uB4F1 {count}+ \uBE44\uB514\uC624 \uC6F9\uC0AC\uC774\uD2B8\uB97C \uC9C0\uC6D0\uD569\uB2C8\uB2E4","intro.subtitleTitle":"\uC628\uB77C\uC778 \uBE44\uB514\uC624 \uC774\uC911 \uC5B8\uC5B4 \uC790\uB9C9 \uD45C\uC2DC","subtitle.autoDisableSubtitle":"\uC790\uB3D9\uC73C\uB85C \uC774\uC911 \uC5B8\uC5B4 \uC790\uB9C9\uC744 \uD65C\uC131\uD654\uD558\uC9C0 \uC54A\uC2B5\uB2C8\uB2E4",temprarilyChangeTranslationTo_bing:"\uD604\uC7AC \uD398\uC774\uC9C0\uB97C Microsoft \uBC88\uC5ED\uC744 \uC0AC\uC6A9\uD558\uC5EC \uBC88\uC5ED\uD558\uACE0 \uC788\uC2B5\uB2C8\uB2E4.","slide.right":"\uC67C\uCABD\uC73C\uB85C \uC2AC\uB77C\uC774\uB4DC\uD558\uC138\uC694","widget.translateFileTooltip":"PDF, EPUB, SRT, ASS, HTML \uBC0F TXT \uBB38\uC11C \uBC88\uC5ED","intro.hoverTitle":"\uB9C8\uC6B0\uC2A4\uB97C \uB193\uC73C\uBA74 \uD604\uC7AC \uB2E8\uB77D\uC774 \uBC88\uC5ED\uB429\uB2C8\uB2E4.",temprarilyChangeTranslationTo_gemini:"\uD604\uC7AC \uD398\uC774\uC9C0\uB97C Gemini\uB85C \uBC88\uC5ED\uD558\uACE0 \uC788\uC2B5\uB2C8\uB2E4.","shortcutGroup.mouse":"\uB9C8\uC6B0\uC2A4 \uD638\uBC84 \uB2E8\uCD95\uD0A4 \uC124\uC815",temprarilyChangeTranslationTo_google:"\uD604\uC7AC \uD398\uC774\uC9C0\uB97C Google \uBC88\uC5ED\uC744 \uC0AC\uC6A9\uD558\uC5EC \uBC88\uC5ED\uD558\uACE0 \uC788\uC2B5\uB2C8\uB2E4.",neverTranslateThisSite:"\uC774 \uC6F9\uC0AC\uC774\uD2B8\uB97C \uC808\uB300 \uBC88\uC5ED\uD558\uC9C0 \uB9C8\uC2ED\uC2DC\uC624.","subtitle.bilingual":"\uC774\uC911 \uC5B8\uC5B4 \uC790\uB9C9",alwaysTranslateThisSite:"\uD56D\uC0C1 \uC774 \uC6F9\uC0AC\uC774\uD2B8\uB97C \uBC88\uC5ED\uD569\uB2C8\uB2E4",buildSnapshots:"\uC6F9\uD398\uC774\uC9C0 \uC2A4\uB0C5\uC0F7 \uC0DD\uC131","error.subscriptionExpiredTitle":"\uD68C\uC6D0\uC774 \uB9CC\uB8CC\uB418\uC5C8\uC2B5\uB2C8\uB2E4",notLoginPro:"\uB2F9\uC2E0\uC740 \uC544\uC9C1 \uD68C\uC6D0 \uACC4\uC815\uC5D0 \uB85C\uADF8\uC778\uD558\uC9C0 \uC54A\uC558\uC2B5\uB2C8\uB2E4.","browser.translateWithGemini":"\uD604\uC7AC \uD398\uC774\uC9C0\uB97C \uC784\uC2DC\uB85C Gemini\uB85C \uBC88\uC5ED\uD558\uC2ED\uC2DC\uC624.","shortcutGroup.others":"\uB354 \uB9CE\uC740 \uC0AC\uC6A9\uC790 \uC815\uC758 \uAE30\uB2A5 \uB2E8\uCD95\uD0A4","subtitle.showQuickButton":"\uD50C\uB808\uC774\uC5B4\uC5D0\uC11C \uC774\uC911 \uC5B8\uC5B4 \uC790\uB9C9 \uB2E8\uCD95\uD0A4\uB97C \uD45C\uC2DC\uD569\uB2C8\uB2E4","browser.translateWithBing":"\uC784\uC2DC\uB85C \uB9C8\uC774\uD06C\uB85C\uC18C\uD504\uD2B8 \uBC88\uC5ED\uC744 \uC0AC\uC6A9\uD558\uC5EC \uD604\uC7AC \uD398\uC774\uC9C0\uB97C \uBC88\uC5ED\uD558\uC2ED\uC2DC\uC624.",contact:"\uC6B0\uB9AC\uC5D0\uAC8C \uC5F0\uB77D\uD558\uC2ED\uC2DC\uC624","desc.touchShortcutsToggleTranslateTouchElement":"\uC0AC\uC6A9\uC790 \uC815\uC758 \uC81C\uC2A4\uCC98\uB97C \uC0AC\uC6A9\uD558\uBA74 \uC5B4\uB5A4 \uB2E8\uB77D\uC774\uB4E0 \uBC88\uC5ED\uD560 \uC218 \uC788\uC2B5\uB2C8\uB2E4.",temprarilyChangeTranslationTo_deepl:"\uD604\uC7AC \uD398\uC774\uC9C0\uB97C DeepL\uB85C \uBC88\uC5ED\uD558\uACE0 \uC788\uC2B5\uB2C8\uB2E4.",networkError:"\uBC88\uC5ED \uC11C\uBE44\uC2A4 \uB610\uB294 \uB124\uD2B8\uC6CC\uD06C\uC5D0 \uBB38\uC81C\uAC00 \uBC1C\uC0DD\uD588\uC2B5\uB2C8\uB2E4.","browser.translateWithTransmart":"\uC784\uC2DC\uB85C \uD150\uC13C\uD2B8 \uBC88\uC5ED\uC744 \uC0AC\uC6A9\uD558\uC5EC \uD604\uC7AC \uD398\uC774\uC9C0\uB97C \uBC88\uC5ED\uD558\uC2ED\uC2DC\uC624.",upgradeToProErrorTitle:"\uC774 \uBC88\uC5ED \uC11C\uBE44\uC2A4\uB97C \uC0AC\uC6A9\uD558\uB824\uBA74 Pro \uD68C\uC6D0\uC73C\uB85C \uC5C5\uADF8\uB808\uC774\uB4DC\uD558\uC2ED\uC2DC\uC624.",temprarilyChangeTranslationTo_transmart:"\uD604\uC7AC \uD398\uC774\uC9C0\uB97C \uD150\uC13C\uD2B8 \uBC88\uC5ED\uC744 \uC0AC\uC6A9\uD558\uC5EC \uBC88\uC5ED\uD558\uACE0 \uC788\uC2B5\uB2C8\uB2E4.",touchShortcutsToggleTranslationMask:"\uD130\uCE58 \uC2A4\uD06C\uB9B0 \uC81C\uC2A4\uCC98 \uC124\uC815\uD558\uC5EC \uBC88\uC5ED \uB9C8\uC2A4\uD06C \uD45C\uC2DC / \uC6D0\uBB38 \uD45C\uC2DC","neverTranslateText.title":"\uB2E4\uC74C \uB2E8\uC5B4\uB294 \uC6D0\uBB38\uC744 \uC720\uC9C0\uD558\uACE0 \uBC88\uC5ED\uD558\uC9C0 \uB9C8\uC2ED\uC2DC\uC624.","browser.translateWithOpenAI":"\uC784\uC2DC\uB85C OpenAI\uB97C \uC0AC\uC6A9\uD558\uC5EC \uD604\uC7AC \uD398\uC774\uC9C0\uB97C \uBC88\uC5ED\uD558\uC2ED\uC2DC\uC624.","floatBall.guideClickToTranslate":`\uD074\uB9AD\uD558\uC5EC \uBAB0\uC785\uD615 \uBC88\uC5ED \uD50C\uB85C\uD305 \uBCFC\uC744 + {env.imt_sub_trans_field}: \u041F\u0435\u0440\u0435\u0432\u043E\u0434`,"subtitle.quickButton.cyan":"\u0421\u0438\u043D\u0438\u0439","subtitle.quickButton.magenta":"\u041F\u0443\u0440\u043F\u0443\u0440\u043D\u044B\u0439","subtitle.quickButton.white":"\u0431\u0435\u043B\u044B\u0439","subtitle.quickButton.blue":"\u0441\u0438\u043D\u0438\u0439","subtitle.quickButton.red":"\u043A\u0440\u0430\u0441\u043D\u044B\u0439","subtitle.quickButton.translationPositionTop":"\u0432 \u0432\u0435\u0440\u0445\u043D\u0435\u0439 \u0447\u0430\u0441\u0442\u0438 \u0442\u0435\u043A\u0441\u0442\u0430","subtitle.quickButton.translationPosition":"\u043C\u0435\u0441\u0442\u043E\u043F\u043E\u043B\u043E\u0436\u0435\u043D\u0438\u0435 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430","subtitle.quickButton.green":"\u0437\u0435\u043B\u0435\u043D\u044B\u0439","subtitle.quickButton.translationPositionBottom":"\u043E\u0440\u0438\u0433\u0438\u043D\u0430\u043B \u043D\u0438\u0436\u0435","subtitle.quickButton.yellow":"\u0436\u0435\u043B\u0442\u044B\u0439","subtitle.quickButton.backgroundColor":"\u0444\u043E\u043D\u043E\u0432\u044B\u0439 \u0446\u0432\u0435\u0442","subtitle.quickButton.sourceFontSize":"\u0418\u0441\u0445\u043E\u0434\u043D\u044B\u0439 \u0440\u0430\u0437\u043C\u0435\u0440 \u0448\u0440\u0438\u0444\u0442\u0430","translationServices.claude":"\u041A\u043B\u043E\u0434","subtitle.quickButton.setting":"\u043D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0430","subtitle.quickButton.translationFontSize":"\u0440\u0430\u0437\u043C\u0435\u0440 \u0448\u0440\u0438\u0444\u0442\u0430 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430","subtitle.quickButton.translationTextColor":"\u0426\u0432\u0435\u0442 \u0448\u0440\u0438\u0444\u0442\u0430 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430","subtitle.quickButton.black":"\u0447\u0435\u0440\u043D\u044B\u0439","subtitle.quickButton.sourceTextColor":"\u0418\u0441\u0445\u043E\u0434\u043D\u044B\u0439 \u0446\u0432\u0435\u0442 \u0448\u0440\u0438\u0444\u0442\u0430","subtitle.quickButton.backgroundOpacity":"\u0424\u043E\u043D\u043E\u0432\u0430\u044F \u043D\u0435\u043F\u0440\u043E\u0437\u0440\u0430\u0447\u043D\u043E\u0441\u0442\u044C",attachSubtitleTranslating:"\u0418\u0441\u043F\u043E\u043B\u044C\u0437\u0443\u044F {service} \u0434\u043B\u044F \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430...","error.claude.403":"\u0412\u0440\u0435\u043C\u0435\u043D\u043D\u043E \u043D\u0435\u0442 \u0434\u043E\u0441\u0442\u0443\u043F\u0430 \u043A \u0441\u0435\u0440\u0432\u0438\u0441\u0443, \u0432\u043E\u0437\u043C\u043E\u0436\u043D\u043E, \u044D\u0442\u043E \u0441\u0432\u044F\u0437\u0430\u043D\u043E \u0441 \u0440\u0435\u0433\u0438\u043E\u043D\u0430\u043B\u044C\u043D\u044B\u043C\u0438 \u043E\u0433\u0440\u0430\u043D\u0438\u0447\u0435\u043D\u0438\u044F\u043C\u0438 \u041A\u043B\u043E\u0434\u0430. \u0412\u044B \u043C\u043E\u0436\u0435\u0442\u0435 \u043F\u043E\u043F\u0440\u043E\u0431\u043E\u0432\u0430\u0442\u044C \u0438\u0437\u043C\u0435\u043D\u0438\u0442\u044C \u0441\u0432\u043E\u0439 IP-\u0430\u0434\u0440\u0435\u0441 \u0438\u043B\u0438 \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u044C \u0434\u0440\u0443\u0433\u0438\u0435 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0447\u0435\u0441\u043A\u0438\u0435 \u0443\u0441\u043B\u0443\u0433\u0438.","browser.brandDescriptionForSafari":"\u3010\u041F\u043E\u0433\u0440\u0443\u0436\u0435\u043D\u0438\u0435 \u0432 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u3011\u0411\u0435\u0441\u043F\u043B\u0430\u0442\u043D\u044B\u0439 \u043F\u043B\u0430\u0433\u0438\u043D \u0434\u043B\u044F \u0434\u0432\u0443\u044F\u0437\u044B\u0447\u043D\u043E\u0433\u043E \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430 \u0432\u0435\u0431-\u0441\u0442\u0440\u0430\u043D\u0438\u0446 (\u043E\u0440\u0438\u0433\u0438\u043D\u0430\u043B/\u043F\u0435\u0440\u0435\u0432\u043E\u0434), \u043F\u043E\u0434\u0434\u0435\u0440\u0436\u0438\u0432\u0430\u044E\u0449\u0438\u0439 \u043F\u0435\u0440\u0435\u0432\u043E\u0434 PDF \u0438 \u043F\u0435\u0440\u0435\u0432\u043E\u0434 \u044D\u043B\u0435\u043A\u0442\u0440\u043E\u043D\u043D\u044B\u0445 \u043A\u043D\u0438\u0433 EPUB \u0441 \u0441\u043E\u0445\u0440\u0430\u043D\u0435\u043D\u0438\u0435\u043C \u043E\u0440\u0438\u0433\u0438\u043D\u0430\u043B\u044C\u043D\u043E\u0433\u043E \u0444\u043E\u0440\u043C\u0430\u0442\u0438\u0440\u043E\u0432\u0430\u043D\u0438\u044F \u0434\u043E\u043A\u0443\u043C\u0435\u043D\u0442\u0430, \u043F\u0435\u0440\u0435\u0432\u043E\u0434 \u0434\u0432\u0443\u044F\u0437\u044B\u0447\u043D\u044B\u0445 \u0441\u0443\u0431\u0442\u0438\u0442\u0440\u043E\u0432 \u0434\u043B\u044F \u043E\u043D\u043B\u0430\u0439\u043D-\u0432\u0438\u0434\u0435\u043E \u043D\u0430 Youtube/Netflix, \u043F\u043E\u0434\u0434\u0435\u0440\u0436\u0438\u0432\u0430\u044E\u0449\u0438\u0439 \u043E\u0441\u043D\u043E\u0432\u043D\u044B\u0435 \u0441\u0435\u0440\u0432\u0438\u0441\u044B \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430, \u0442\u0430\u043A\u0438\u0435 \u043A\u0430\u043A Deepl/Google \u0438 \u0442.\u0434.","browser.PdfProFile":"\u041F\u0435\u0440\u0435\u0432\u043E\u0434 PDF Pro, \u0443\u043F\u0440\u0430\u0432\u043B\u044F\u0435\u043C\u044B\u0439 AI","browser.textTranslate":"\u0422\u0435\u043A\u0441\u0442\u043E\u0432\u044B\u0439 \u043F\u0435\u0440\u0435\u0432\u043E\u0434"};var Nl={nologin:"\uB85C\uADF8\uC778\uD558\uC9C0 \uC54A\uC74C",loginForSafari:"\uB85C\uADF8\uC778 \uB610\uB294 \uB4F1\uB85D",login:"\uB85C\uADF8\uC778\uD558\uC5EC \uBA64\uBC84\uC2ED \uAC1C\uC124",manageAccount:"\uAD00\uB9AC \uACC4\uC815",openPremium:"\uBA64\uBC84\uC2ED \uC5F4\uAE30",logout:"\uC911\uB2E8",curentPlan:"\uD604\uC7AC \uD328\uD0A4\uC9C0",endAt:"\uB9CC\uB8CC",endAuto:"\uC790\uB3D9 \uAC31\uC2E0",lineBreakMaxTextCount:"\uC904 \uBC14\uAFC8 \uC774\uD6C4 \uBB38\uC7A5\uB2F9 \uD5C8\uC6A9\uB418\uB294 \uCD5C\uB300 \uAE00\uC790 \uC218","translate-pdf":"PDF\uB97C \uBC88\uC5ED\uD558\uB824\uBA74 \uD074\uB9AD\uD558\uC138\uC694.","noSupportTranslate-pdf":"\uC2A4\uD06C\uB9BD\uD2B8\uAC00 \uC9C0\uC6D0\uB418\uC9C0 \uC54A\uC73C\uB2C8 \uD50C\uB7EC\uADF8\uC778\uC744 \uC0AC\uC6A9\uD558\uC138\uC694.","translate-firefox-local-pdf":"PDF \uAC00\uC838\uC624\uAE30\uB85C \uC774\uB3D9\uD558\uB824\uBA74 \uD074\uB9AD\uD558\uC138\uC694.",enableLineBreak:"\uAE34 \uB2E8\uB77D\uC5D0 \uC790\uB3D9 \uC904 \uBC14\uAFC8 \uD65C\uC131\uD654",sponsorLabel:"1 \uD6C4\uC6D0 \uAC1C\uBC1C\uC790",help:"hand",browserShortcutsNoteForFirefox:"Firefox\uC5D0\uC11C \uBC14\uB85C\uAC00\uAE30\uB97C \uBCC0\uACBD\uD558\uB824\uBA74 \uD655\uC7A5 \uD504\uB85C\uADF8\uB7A8 \uAD00\uB9AC \uD398\uC774\uC9C0 `\uC815\uBCF4:\uC560\uB4DC\uC628`\uC744 \uC5F4\uACE0 `\uC124\uC815`\uC744 \uD074\uB9AD\uD55C \uB2E4\uC74C `\uBC14\uB85C \uAC00\uAE30 \uAD00\uB9AC`\uB97C \uD074\uB9AD\uD558\uC5EC \uBC14\uB85C\uAC00\uAE30\uB97C \uC124\uC815\uD574\uC57C \uD569\uB2C8\uB2E4.",browserShortcutsNoteForChrome:"Chrome\uC5D0\uC11C \uBC14\uB85C\uAC00\uAE30\uB97C \uC218\uC815\uD558\uB824\uBA74 \uD655\uC7A5 \uD504\uB85C\uADF8\uB7A8 \uAD00\uB9AC \uD398\uC774\uC9C0\uB97C \uC5F4\uACE0 '\uBC14\uB85C \uAC00\uAE30 \uAD00\uB9AC' \uD328\uB110(`chrome://extensions/shortcuts`)\uC5D0\uC11C \uC124\uC815\uD55C \uD6C4 \uC544\uB798 \uBC84\uD2BC\uC744 \uD074\uB9AD\uD558\uC5EC \uBC14\uB85C \uAC00\uAE30 \uAD00\uB9AC \uD398\uC774\uC9C0\uB85C \uC774\uB3D9\uD574\uC57C \uD569\uB2C8\uB2E4.",browserShortcutsSucks:"\uC0AC\uC6A9\uC790 \uC9C0\uC815 \uBC14\uB85C\uAC00\uAE30\uC758 \uD615\uC2DD\uC740\uFF1A\uC785\uB2C8\uB2E4(\uC790\uB3D9 \uC778\uC2DD\uB418\uC9C0 \uC54A\uC73C\uBBC0\uB85C \uC9C1\uC811 \uC785\uB825\uD558\uC138\uC694).",enableLineBreakDescription:"\uC774 \uAE30\uB2A5\uC744 \uCF1C\uBA74 \uAE34 \uB2E8\uB77D\uC758 \uAC01 \uBB38\uC7A5 \uB05D\uC5D0 \uC904 \uBC14\uAFC8\uC774 \uC0BD\uC785\uB418\uC5B4 \uBB38\uC7A5\uC744 \uB354 \uC27D\uAC8C \uC77D\uC744 \uC218 \uC788\uC2B5\uB2C8\uB2E4.","browser.shortBrandName":"\uBAB0\uC785 \uBC88\uC5ED","browser.brandName":"\uBAB0\uC785 \uBC88\uC5ED: \uC774\uC911 \uC5B8\uC5B4 \uC6F9 \uD398\uC774\uC9C0 \uBC88\uC5ED \uBC0F PDF \uBB38\uC11C \uBC88\uC5ED","browser.brandDescription":"Bilingual web page translation, also supports PDF translation, bilingual Epub eBook translation, free to use.","browser.toggleTranslatePage":"\uD398\uC774\uC9C0 \uBC88\uC5ED/\uC6D0\uBB38 \uD45C\uC2DC","browser.toggleTranslateTheWholePage":"\uD398\uC774\uC9C0\uC758 \uBAA8\uB4E0 \uC601\uC5ED \uBC88\uC5ED/\uC6D0\uBB38 \uD14D\uC2A4\uD2B8 \uD45C\uC2DC","browser.toggleOnlyTransation":"\uC591\uC5B8\uC5B4/\uBC88\uC5ED\uBB38\uB9CC \uBAA8\uB4DC\uB85C \uC804\uD658","browser.toggleTranslateToThePageEndImmediately":"\uD398\uC774\uC9C0 \uD558\uB2E8\uC73C\uB85C \uC989\uC2DC \uBC88\uC5ED/\uC6D0\uBB38 \uD45C\uC2DC","browser.toggleTranslateTheMainPage":"\uD398\uC774\uC9C0\uC758 \uC8FC\uC694 \uC601\uC5ED \uBC88\uC5ED/\uC6D0\uBB38 \uD14D\uC2A4\uD2B8 \uD45C\uC2DC","browser.shareToDraft":"\uC774\uC911 \uC5B8\uC5B4 \uD398\uC774\uC9C0 \uACF5\uC720","browser.openOptionsPage":"\uC124\uC815 \uD398\uC774\uC9C0 \uC5F4\uAE30","browser.toggleTranslationMask":"\uBC88\uC5ED \uD750\uB9BC \uD6A8\uACFC \uD45C\uC2DC/\uC228\uAE30\uAE30","browser.translateLocalPdfFile":"\uB85C\uCEEC PDF \uD30C\uC77C \uBC88\uC5ED","browser.openEbookViewer":"\uD604\uC9C0 \uC804\uC790\uCC45 \uC77D\uAE30","browser.openEbookBuilder":"\uC774\uC911 \uC5B8\uC5B4 EPUB \uC804\uC790\uCC45 \uB9CC\uB4E4\uAE30","browser.translateLocalHtmlFile":"HTML/\uD14D\uC2A4\uD2B8 \uD30C\uC77C \uBC88\uC5ED","browser.donateContext":"\uC2A4\uD3F0\uC11C\uC2ED \uD61C\uD0DD\uC5D0 \uB300\uD574 \uC54C\uC544\uBCF4\uAE30","browser.translateLocalSubtitleFile":"\uB85C\uCEEC \uC790\uB9C9 \uD30C\uC77C \uBC88\uC5ED",confirmResetConfig:"\uC124\uC815\uC744 \uC7AC\uC124\uC815\uD558\uC2DC\uACA0\uC2B5\uB2C8\uAE4C?",translationLineBreakSettingTitle:"\uBC88\uC5ED \uC904 \uBC14\uAFC8 \uC124\uC815",smartLineBreak:"\uC2A4\uB9C8\uD2B8 \uB77C\uC778 \uD53C\uB4DC(\uCEF4\uD4E8\uD305)",alwaysLineBreak:"\uD56D\uC0C1 \uB77C\uC778 \uD53C\uB4DC",isShowContextMenu:"\uBA54\uB274 \uD56D\uBAA9\uC744 \uB9C8\uC6B0\uC2A4 \uC624\uB978\uCABD \uBC84\uD2BC\uC73C\uB85C \uD074\uB9AD\uD558\uC5EC \uBC88\uC5ED\uB41C \uD398\uC774\uC9C0 \uCD94\uAC00\uD558\uAE30",toggleBeta:"\uBCA0\uD0C0 \uD14C\uC2A4\uD2B8 \uAE30\uB2A5 \uD65C\uC131\uD654",betaDescription:"\uC544\uC9C1 \uC2E4\uD5D8\uB2E8\uACC4\uC778 \uAE30\uB2A5\uB4E4\uACFC \uBCA0\uD0C0\uBC84\uC804\uC778 \uBC88\uC5ED \uC11C\uBE44\uC2A4\uB97C \uC0AC\uC6A9\uD574\uBCF4\uC138\uC694. <1>\uD154\uB808\uADF8\uB7A8 \uADF8\uB8F9\uC5D0 \uAC00\uC785\uD558\uC5EC \uC790\uC138\uD788 \uC54C\uC544\uBCF4\uC138\uC694.",translationLineBreakSettingDescription:"\uCF58\uD150\uCE20\uAC00 \uC801\uC740 \uD398\uC774\uC9C0\uC758 \uACBD\uC6B0 \uD56D\uC0C1 \uC904 \uBC14\uAFC8\uC774 \uAE54\uB054\uD558\uAC8C \uC720\uC9C0\uB429\uB2C8\uB2E4. (\uCF58\uD150\uCE20\uAC00 \uB9CE\uC740 \uAE34 \uB2E8\uB77D({count}\uC790 \uC774\uC0C1)\uC5D0\uB294 \uC2A4\uB9C8\uD2B8 \uC904 \uBC14\uAFC8\uC744 \uC0AC\uC6A9\uD558\uC5EC \uACF5\uAC04\uC744 \uC808\uC57D\uD558\uC138\uC694.)",tempTranslateDomainTitle:"\uC6F9\uC0AC\uC774\uD2B8 \uBC88\uC5ED\uC774 \uC77C\uC2DC\uC801\uC73C\uB85C \uCF1C\uC9C0\uB294 \uAE30\uAC04",tempTranslateDomainDescription:"\uC6F9 \uD398\uC774\uC9C0\uB97C \uC218\uB3D9\uC73C\uB85C \uBC88\uC5ED\uD560 \uB54C \uC790\uB3D9 \uBC88\uC5ED\uC744 \uC704\uD574 \uC6F9 \uC0AC\uC774\uD2B8\uB97C \uC77C\uC2DC\uC801\uC73C\uB85C \uCF1C\uACE0 \uC77C\uC2DC\uC801\uC778 \uAE30\uAC04\uC744 \uC124\uC815\uD560 \uC218 \uC788\uC2B5\uB2C8\uB2E4.",xMinutes:"{count} \uBD84",disabled:"STH \uC0AC\uC6A9\uC744 \uAE08\uC9C0\uD569\uB2C8\uB2E4.",changelog:"\uC5C5\uB370\uC774\uD2B8 \uB85C\uADF8",toggleTranslatePageWhenThreeFingersOnTheScreen:"\uC5EC\uB7EC \uC190\uAC00\uB77D\uC774 \uB3D9\uC2DC\uC5D0 \uD654\uBA74\uC744 \uD130\uCE58\uD560 \uB54C \uC6F9 \uD398\uC774\uC9C0 \uBC88\uC5ED/\uC6D0\uBB38 \uD14D\uC2A4\uD2B8 \uD45C\uC2DC",toggleTranslationMaskWhenThreeFingersOnTheScreen:"\uC5EC\uB7EC \uC190\uAC00\uB77D\uC73C\uB85C \uD130\uCE58\uD558\uBA74 \uD750\uB9BC \uD6A8\uACFC\uB97C \uD45C\uC2DC\uD558\uAC70\uB098 \uC228\uAE38 \uC218 \uC788\uC2B5\uB2C8\uB2E4.",fingerCountToToggleTranslagePageOnlyTranslationWhenTouching:"\uC5EC\uB7EC \uC190\uAC00\uB77D\uC73C\uB85C \uB3D9\uC2DC\uC5D0 \uD654\uBA74\uC744 \uD130\uCE58\uD558\uBA74 \uC6F9 \uD398\uC774\uC9C0\uAC00 \uBC88\uC5ED(\uBC88\uC5ED \uC804\uC6A9)/\uC6D0\uBB38\uC744 \uD45C\uC2DC\uD569\uB2C8\uB2E4.",addUrlDescription:"\uB3C4\uBA54\uC778 \uC774\uB984\uC77C \uC218 \uC788\uC73C\uBA70 \uC640\uC77C\uB4DC\uCE74\uB4DC(\uC608:\uFF1A*.google.com, google.com/mail/*, https://www.google.com/*)\uB3C4 \uC9C0\uC6D0\uD569\uB2C8\uB2E4.",general:"\uAE30\uBCF8 \uC124\uC815",clickToExpandConfig:"\uD604\uC7AC \uAD6C\uC131 \uD655\uC7A5",import:"\uD30C\uC77C\uC5D0\uC11C \uAC00\uC838\uC624\uAE30",export:"\uD30C\uC77C\uB85C \uB0B4\uBCF4\uB0B4\uAE30",toggleDebug:"\uCF58\uC194\uC5D0\uC11C \uB514\uBC84\uADF8 \uB85C\uADF8 \uC778\uC1C4","fingers.0":"\uC751\uACE0","fingers.2":"\uB450 \uC190\uAC00\uB77D \uD130\uCE58","fingers.3":"\uC138 \uC190\uAC00\uB77D \uD130\uCE58","fingers.4":"\uB124 \uC190\uAC00\uB77D \uD130\uCE58","fingers.5":"\uB2E4\uC12F \uC190\uAC00\uB77D \uD130\uCE58",mouseHoldKey:"+ {key} \uB2E8\uB77D \uBC88\uC5ED/\uBCF5\uC6D0\uD558\uAE30",mouseHoldKeyAuto:"\uB2E8\uB77D\uC758 \uC9C1\uC811 \uBC88\uC5ED",mouseHoldKeyOff:"\uC544\uBB34\uAC83\uB3C4 \uD558\uC9C0 \uB9C8\uC138\uC694.",mouseHoldKeyOther:"\uC0AC\uC6A9\uC790 \uC9C0\uC815 \uBC14\uB85C \uAC00\uAE30(\uC124\uC815 \uC5F4\uAE30)",mouseHoldKeyCustomKey:"{key} \uB2E8\uB77D\uC758 \uBC88\uC5ED/\uCD95\uC18C",mouseHoverHoldKey:"\uBC14\uB85C \uAC00\uAE30 \uD0A4\uB97C \uB204\uB978 \uC0C1\uD0DC\uC5D0\uC11C \uB9C8\uC6B0\uC2A4\uB97C \uAC00\uB9AC\uD0A4\uBA74 \uB2E8\uB77D\uC774 \uBC88\uC5ED\uB429\uB2C8\uB2E4.","mouse-translate":"\uB9C8\uC6B0\uC2A4 \uD638\uBC84",document:"(\uCEF4\uD4E8\uD130) \uD30C\uC77C",resetSuccess:"\uBAA8\uB4E0 \uC124\uC815 \uC7AC\uC124\uC815\uC5D0 \uC131\uACF5",resetThisSuccess:"\uC7AC\uC124\uC815 \uC131\uACF5",saved:"\uC800\uC7A5 \uC131\uACF5",successImportConfig:"\uC131\uACF5\uC801\uC73C\uB85C \uAC00\uC838\uC628 \uAD6C\uC131",goAdvancedSettings:"\uACE0\uAE09 \uC124\uC815 \uD398\uC774\uC9C0\uB85C \uC774\uB3D9\uD569\uB2C8\uB2E4.",goAdvancedInterfaceSettings:"\uACE0\uAE09 \uC0AC\uC6A9\uC790 \uC9C0\uC815 \uC124\uC815 \uD398\uC774\uC9C0\uB85C \uC774\uB3D9\uD569\uB2C8\uB2E4.",advanced:"\uACE0\uAE09 \uC124\uC815",advancedDescription:"\uC77C\uBC18\uC801\uC73C\uB85C \uC124\uC815\uC774 \uD544\uC694\uD558\uC9C0 \uC54A\uC73C\uBA70 \uAE30\uBCF8\uAC12\uC744 \uADF8\uB300\uB85C \uB450\uBA74 \uB429\uB2C8\uB2E4. \uBCF4\uB2E4 \uC804\uBB38\uC801\uC778 \uC0AC\uC6A9\uC790\uB9CC \uAC1C\uC778\uD654\uB41C \uC124\uC815\uC744 \uC0AC\uC6A9\uD560 \uC218 \uC788\uC2B5\uB2C8\uB2E4.",developer:"\uAC1C\uBC1C\uC790 \uC124\uC815",donateCafe:"\uAC00\uACA9","translate to the bottom of the page":"\uD398\uC774\uC9C0\uC5D0 \uB4E4\uC5B4\uAC00\uBA74 \uBC14\uB85C \uD398\uC774\uC9C0 \uD558\uB2E8\uC73C\uB85C \uBC88\uC5ED\uB418\uB098\uC694?",feedback:"\uC9C8\uBB38 \uD53C\uB4DC\uBC31",toggleTranslatePage:"\uD398\uC774\uC9C0 \uBC88\uC5ED/\uC6D0\uBB38 \uD45C\uC2DC",translateToThePageEndImmediatelyDescription:"\uC774 \uAE30\uB2A5\uC744 \uCF1C\uBA74 \uC785\uB825\uD558\uB294 \uC989\uC2DC \uD398\uC774\uC9C0\uC758 \uC704\uCABD\uC5D0\uC11C \uC544\uB798\uCABD\uC73C\uB85C \uCF58\uD150\uCE20\uAC00 \uBC88\uC5ED\uB429\uB2C8\uB2E4. \uB044\uBA74 \uC77D\uB294 \uB300\uB85C \uBC88\uC5ED\uB429\uB2C8\uB2E4. (\uAD8C\uC7A5\uD558\uC9C0 \uC54A\uC74C)","translate all areas of the page":"\uD398\uC774\uC9C0\uC758 \uBAA8\uB4E0 \uC601\uC5ED\uC744 \uBC88\uC5ED\uD560\uC9C0 \uC5EC\uBD80",translationAreaDescription:"\uCF1C\uBA74 \uC804\uCCB4 \uC6F9 \uD398\uC774\uC9C0\uC758 \uBAA8\uB4E0 \uC601\uC5ED\uC774 \uBC88\uC5ED\uB429\uB2C8\uB2E4. \uB044\uBA74 \uAE30\uBCF8 \uC2A4\uB9C8\uD2B8 \uC778\uC2DD\uC774 \uC0AC\uC6A9\uB418\uBA70 \uC8FC\uC694 \uC601\uC5ED\uB9CC \uBC88\uC5ED\uB429\uB2C8\uB2E4. (\uCF1C\uC9C0 \uC54A\uB294 \uAC83\uC774 \uC88B\uC2B5\uB2C8\uB2E4.)","the number of characters to be translated first":"\uBCF4\uAE30 \uC601\uC5ED\uC73C\uB85C \uC2A4\uD06C\uB864\uD560 \uB54C\uAE4C\uC9C0 \uAE30\uB2E4\uB9AC\uC9C0 \uC54A\uACE0 \uD398\uC774\uC9C0\uC758 \uCC98\uC74C \uBA87 \uBB38\uC790\uB97C \uBC14\uB85C \uBC88\uC5ED\uD569\uB2C8\uB2E4.","interface language":"\uC778\uD130\uD398\uC774\uC2A4 \uC5B8\uC5B4","display both the original text and the translation":"\uC6D0\uBCF8\uACFC \uBC88\uC5ED\uBCF8 \uB3D9\uC2DC \uD45C\uC2DC","keyboard shortcuts":"\uD0A4\uBCF4\uB4DC \uB2E8\uCD95\uD0A4",modify:"\uBC14\uB85C \uAC00\uAE30 \uD0A4 \uC218\uC815",reset:"\uC7AC\uD504\uB85C\uBE44\uC800\uB2DD",close:"\uC751\uACE0",homepage:"\uD648\uD398\uC774\uC9C0",more:"\uB354 \uBCF4\uAE30",moreOptions:"\uB354 \uB9CE\uC740 \uC0AC\uC6A9\uC790 \uC9C0\uC815 \uC635\uC158 \uD655\uC7A5",translateTheWholePage:"\uD398\uC774\uC9C0\uC758 \uBAA8\uB4E0 \uC601\uC5ED \uBC88\uC5ED(\uC8FC\uC694 \uC601\uC5ED\uB9CC \uC9C0\uB2A5\uC801\uC73C\uB85C \uC778\uC2DD\uD558\uB294 \uAC83\uC774 \uC544\uB2C8\uB77C)",changeToTranslateTheWholePage:"\uBAA8\uB4E0 \uC9C0\uC5ED \uBC88\uC5ED\uC73C\uB85C \uC804\uD658",changeToTranslateTheMainPage:"\uAE30\uBCF8 \uC601\uC5ED \uBC88\uC5ED\uC73C\uB85C \uC804\uD658",changeToOnlyTranslationMode:"\uBC88\uC5ED\uB9CC \uD45C\uC2DC\uD558\uB3C4\uB85D \uD1A0\uAE00",changeToDualTranslationMode:"\uC774\uC911 \uC5B8\uC5B4 \uBC88\uC5ED\uC73C\uB85C \uC804\uD658",translateToThePageEndImmediately:"\uD398\uC774\uC9C0 \uD558\uB2E8\uC73C\uB85C \uC989\uC2DC \uBC88\uC5ED\uD558\uAE30",translateTheMainPage:"\uC9C0\uB2A5\uD615 \uBC88\uC5ED \uC8FC\uC694 \uC9C0\uC5ED","The local rules are up to date":"\uB85C\uCEEC \uC801\uC751 \uADDC\uCE59\uC740 \uCD5C\uC2E0 \uC0C1\uD0DC\uC785\uB2C8\uB2E4.","Successfully synchronized with the latest official rules:":"\uCD5C\uC2E0 \uACF5\uC2DD \uC801\uC751 \uADDC\uCE59\uACFC \uC131\uACF5\uC801\uC73C\uB85C \uB3D9\uAE30\uD654\uB418\uC5C8\uC2B5\uB2C8\uB2E4.","Checking for updates":"\uC5C5\uB370\uC774\uD2B8 \uD655\uC778","Rules are being synchronized":"\uC801\uC751 \uADDC\uCE59 \uB3D9\uAE30\uD654 \uC911",localVersionIsTooOld:"\uB85C\uCEEC \uD655\uC7A5 \uD504\uB85C\uADF8\uB7A8 \uBC84\uC804\uC774 \uB108\uBB34 \uC624\uB798\uB418\uC5C8\uC73C\uBBC0\uB85C \uB3D9\uAE30\uD654\uB97C \uC2DC\uB3C4\uD558\uAE30 \uC804\uC5D0 \uD655\uC7A5 \uD504\uB85C\uADF8\uB7A8\uC744 {minVersion} \uC774\uC0C1\uC73C\uB85C \uC5C5\uADF8\uB808\uC774\uB4DC\uD558\uC138\uC694.",badUserscriptBrowser:"\uD604\uC7AC \uBE0C\uB77C\uC6B0\uC800\uB294 \uADF8\uB9AC\uC2A4\uBABD\uD0A4 \uD655\uC7A5 \uC778\uD130\uD398\uC774\uC2A4\uB97C \uC62C\uBC14\uB974\uAC8C \uAD6C\uD604\uD558\uC9C0 \uC54A\uC73C\uBBC0\uB85C(\uC608: \uADF8\uB9AC\uC2A4\uBABD\uD0A4 \uC2A4\uD06C\uB9BD\uD2B8 \uC790\uCCB4\uC758 \uBC84\uC804 \uBC88\uD638\uC5D0 \uB300\uD55C \uC815\uBCF4\uB97C \uC5BB\uC73C\uB824\uBA74), \uD30C\uC774\uC5B4\uD3ED\uC2A4 \uB4F1 <1>\uADF8\uB9AC\uC2A4\uBABD\uD0A4 \uD655\uC7A5 \uAE30\uB2A5\uC744 \uC9C0\uC6D0\uD558\uB294 \uB2E4\uB978 \uBE0C\uB77C\uC6B0\uC800\uB97C \uC0AC\uC6A9\uD558\uC2DC\uAE30 \uBC14\uB78D\uB2C8\uB2E4.",foundNewVersion:"\uC0C8 \uBC84\uC804 \uC54C\uC544\uBCF4\uAE30",theLocalExtensionIsUpToUpdate:"\uD604\uC7AC \uD655\uC7A5 \uD504\uB85C\uADF8\uB7A8\uC774 \uCD5C\uC2E0 \uBC84\uC804\uC785\uB2C8\uB2E4.",failToSyncRules:"\uCD5C\uC2E0 \uC801\uC751 \uADDC\uCE59\uC744 \uB3D9\uAE30\uD654\uD558\uC9C0 \uBABB\uD568",retry:"\uB2E4\uC2DC \uC2DC\uB3C4\uD558\uB824\uBA74 \uC5EC\uAE30\uB97C \uD074\uB9AD\uD558\uC138\uC694.",failedReason:"\uC2E4\uD328 \uC774\uC720",currentRuleVersion:"\uD604\uC7AC \uADDC\uCE59 \uBC84\uC804",calculating:"\uACC4\uC0B0",unknownError:"\uC54C \uC218 \uC5C6\uB294 \uC624\uB958",canNotFetchRemoteRule:"\uC6D0\uACA9 \uADDC\uCE59\uC744 \uAC00\uC838\uC62C \uC218 \uC5C6\uC74C",enableAlphaSuccess:"\uC54C\uD30C \uC0AC\uC6A9",disableAlphaSuccess:"\uC54C\uD30C \uAE30\uB2A5\uC774 \uAEBC\uC838 \uC788\uC2B5\uB2C8\uB2E4.",cacheSize:"\uCE90\uC2DC \uD06C\uAE30\uFF1A",cleaning:"\uCCAD\uC0B0 \uACFC\uC815\uC5D0\uC11C",cleanCache:"\uCE90\uC2DC \uC9C0\uC6B0\uAE30",options:"\uC124\uC815",about:"\uB2E4\uC74C\uACFC \uAD00\uB828\uD558\uC5EC",service:"\uD1B5\uC5ED \uC11C\uBE44\uC2A4",needAction:"(\uC124\uC815\uC73C\uB85C \uC774\uB3D9)",goSettings:"\uACC4\uC18D\uD574\uC11C \uC124\uC815\uD558\uC138\uC694.",needActionForOptions:"(\uC124\uC815 \uC608\uC815)",translationEngine:"\uC5D4\uC9C4 \uC635\uC158",sourceLanguage:"\uC6D0\uBCF8 \uC5B8\uC5B4",target:"\uB300\uC0C1 \uC5B8\uC5B4",popupSourceLanguage:"\uC6D0\uBCF8 \uC5B8\uC5B4",popupTarget:"\uB300\uC0C1 \uC5B8\uC5B4",popupService:"\uD1B5\uC5ED \uC11C\uBE44\uC2A4",forThisSite:"\uD604\uC7AC \uC6F9\uC0AC\uC774\uD2B8",autoEnableSubtitle:"\uC774\uC911 \uC5B8\uC5B4 \uC790\uB9C9 \uC790\uB3D9 \uC5F4\uAE30",alwaysTranslate:"\uD56D\uC0C1 \uBC88\uC5ED",neverTranslate:"\uBC88\uC5ED \uAE08\uC9C0",alwaysTranslateSomeLanguage:"\uD56D\uC0C1 \uBC88\uC5ED {language}",neverTranslateSomeLanguage:"\uBC88\uC5ED \uAE08\uC9C0 {language}",alwaysTranslateSomeSite:"\uD56D\uC0C1 \uBC88\uC5ED {hostname}",neverTranslateSomeSite:"\uBC88\uC5ED \uAE08\uC9C0 {hostname}",alwaysTranslateSomeSiteOrWildSite:"\uD56D\uC0C1 \uC0AC\uC774\uD2B8 \uBC88\uC5ED",alwaysTranslateSomePage:"\uD56D\uC0C1 \uD398\uC774\uC9C0 \uBC88\uC5ED",add:"\uC99D\uAC00",default:"\uAE30\uBCF8\uAC12(\uC124\uC815)",forThisLanguage:"\uC774 \uC5B8\uC5B4\uC758 \uACBD\uC6B0\uFF1A","add url":"URL \uC785\uB825",edit:"\uCEF4\uD30C\uC77C\uB7EC","translate other languages into specific language":"\uB2E4\uB978 \uC5B8\uC5B4\uB97C \uC124\uC815\uD55C \uC5B8\uC5B4\uB85C \uBC88\uC5ED","select translation service":"\uBC88\uC5ED \uC11C\uBE44\uC2A4 \uC120\uD0DD",language:"\uB2E4\uAD6D\uC5B4 \uC9C0\uC6D0","show-original":"\uC6D0\uBCF8 \uD14D\uC2A4\uD2B8 \uD45C\uC2DC",translate:"\uB80C\uB354\uB9C1",Translated:"\uBC88\uC5ED\uB428",Translating:"\uBC88\uC5ED \uC911",Error:"\uC798\uBABB\uB41C",allowCacheTranslations:"\uB85C\uCEEC \uBC88\uC5ED \uCE90\uC2F1 \uC0AC\uC6A9(\uC911\uBCF5 \uAD6C\uC808\uC5D0 \uB300\uD55C \uBC88\uC5ED \uC694\uCCAD\uC744 \uC904\uC774\uAE30 \uC704\uD574)","translation display":"\uBC88\uC5ED \uD45C\uC2DC \uC2A4\uD0C0\uC77C","select diplay style":"\uB2E4\uC74C \uC608\uC2DC\uB97C \uAD6C\uCCB4\uC801\uC73C\uB85C \uCC38\uC870\uD558\uC5EC \uBC88\uC5ED \uC2A4\uD0C0\uC77C\uC744 \uAD6C\uBD84\uD558\uC138\uC694.",interface:"\uC778\uD130\uD398\uC774\uC2A4 \uC124\uC815",import_export:"\uAC00\uC838\uC624\uAE30/\uB0B4\uBCF4\uB0B4\uAE30",import_export_title:"\uAD6C\uC131 \uAC00\uC838\uC624\uAE30/\uB0B4\uBCF4\uB0B4\uAE30",syncToGoogleDrive:"\uC9C0\uAE08 Google \uB4DC\uB77C\uC774\uBE0C\uC640 \uB3D9\uAE30\uD654",floatBallOptions:"\uD638\uBC84\uBCFC \uC124\uC815","floatBallOptions.enable":"\uD638\uBC84\uBCFC \uD65C\uC131\uD654","floatBallOptions.blockUrls":"\uC6F9\uC0AC\uC774\uD2B8 \uBE44\uD65C\uC131\uD654","floatBallOptions.add":"\uC99D\uAC00","floatBallOptions.blockUrlDesc":"\uB2E4\uC74C \uC6F9\uC0AC\uC774\uD2B8\uC5D0\uC11C\uB294 \uD638\uBC84\uBCFC\uC774 \uD45C\uC2DC\uB418\uC9C0 \uC54A\uC2B5\uB2C8\uB2E4.","floatBallOptions.clickType":"\uD074\uB9AD \uB3D9\uC791","floatBallOptions.clickTypeDesc":"\uD074\uB9AD \uC2DC \uD638\uBC84\uBCFC \uC544\uC774\uCF58 \uB3D9\uC791","floatBallOptions.clickPopup":"\uBC88\uC5ED \uD328\uB110 \uD45C\uC2DC","floatBallOptions.clickTranslate":"\uC6D0\uBCF8 \uD14D\uC2A4\uD2B8 \uBC88\uC5ED/\uD45C\uC2DC","floatBallOptions.fixedPosition":"\u56FA\u5B9A\u4F4D\u7F6E","floatBallOptions.fixedPositionDesc":"\u60AC\u6D6E\u7403\u5728\u7A97\u53E3\u5DE6\u4FA7\u8FD8\u662F\u53F3\u4FA7","floatBallOptions.fixedPositionLeft":"\u5DE6\u4FA7","floatBallOptions.fixedPositionRight":"\u53F3\u4FA7",previewAllThemes:"\uBAA8\uB4E0 \uC2A4\uD0C0\uC77C \uBBF8\uB9AC\uBCF4\uAE30","translationTheme.none":"\uAC00\uC9C0\uACE0 \uC788\uC9C0 \uC54A\uB2E4","translationTheme.grey":"\uC9D9\uC740 \uD68C\uC0C9","translationTheme.dashed":"\uC810\uC120 \uBC11\uC904","translationTheme.dotted":"\uC810\uC120 \uBC11\uC904","translationTheme.dashedBorder":"\uC810\uC120 \uD14C\uB450\uB9AC","translationTheme.solidBorder":"\uC2E4\uC120 \uD14C\uB450\uB9AC","translationTheme.underline":"\uC9C1\uC120\uC5D0 \uBC11\uC904","translationTheme.mask":"\uD37C\uC9C0 \uD6A8\uACFC(\uD559\uC2B5 \uBAA8\uB4DC)","translationTheme.opacity":"\uD22C\uBA85\uC131 \uD6A8\uACFC","translationTheme.paper":"\uD770 \uC885\uC774 \uADF8\uB9BC\uC790 \uD6A8\uACFC","translationTheme.dividingLine":"\uAD6C\uBD84\uC120","translationTheme.highlight":"\uB192\uC740 \uBC1D\uAE30","translationTheme.marker":"\uB9C8\uCEE4(\uC678\uB798\uC5B4)","translationTheme.marker2":"\uB9C8\uCEE4 2","translationTheme.blockquote":"\uCC38\uC870 \uC2A4\uD0C0\uC77C","translationTheme.weakening":"\uC57D\uD654","translationTheme.italic":"\uAE30\uC6B8\uC5B4\uC9C0\uB294 \uC11C\uCCB4","translationTheme.bold":"\uB450\uAECD\uAC8C","translationTheme.thinDashed":"\uAC00\uB294 \uC810\uC120 \uBC11\uC904","translationTheme.nativeDashed":"\uC2DC\uC2A4\uD15C\uC5D0\uB294 \uC810\uC120\uC73C\uB85C \uD45C\uC2DC\uB41C \uBC11\uC904\uC774 \uC788\uC2B5\uB2C8\uB2E4.","translationTheme.nativeDotted":"\uC2DC\uC2A4\uD15C\uC5D0\uB294 \uC810\uC120\uC73C\uB85C \uBC11\uC904\uC774 \uADF8\uC5B4\uC838 \uC788\uC2B5\uB2C8\uB2E4.","translationTheme.nativeUnderline":"\uC2DC\uC2A4\uD15C\uC5D0\uB294 \uC9C1\uC120 \uBC11\uC904\uC774 \uC788\uC2B5\uB2C8\uB2E4.","translationTheme.wavy":"\uBB3C\uACB0 \uBAA8\uC591 \uB77C\uC778","translationServices.custom":"\uC0AC\uC6A9\uC790 \uC9C0\uC815 API","translationServices.tencent":"\uD150\uC13C\uD2B8 \uBC88\uC5ED\uAE30","translationServices.tenAlpha":"\uD150\uC13C\uD2B8 \uBC88\uC5ED\uAE30(\uC54C\uD30C)","translationServices.google":"Google \uBC88\uC5ED","translationServices.bai":"\uBC14\uC774\uB450(\uC54C\uD30C)","translationServices.baidu":"\uBC14\uC774\uB450 \uBC88\uC5ED","translationServices.aliyun":"\uC54C\uB9AC\uD074\uB77C\uC6B0\uB4DC \uBC88\uC5ED","translationServices.volc":"\uD654\uC0B0 \uBC88\uC5ED","translationServices.deeplx":"DeepLX(\uBCA0\uD0C0)","translationServices.bing":"Microsoft \uBC88\uC5ED","translationServices.deepl":"DeepL","translationServices.wechat":"\uC704\uCC57 \uBC88\uC5ED","translationServices.azure":"Azure \uBC88\uC5ED","translationServices.ibm":"IBM \uC653\uC2A8","translationServices.aws":"\uC544\uB9C8\uC874 \uBC88\uC5ED","translationServices.mock":"\uC2DC\uBBAC\uB808\uC774\uC158 \uBC88\uC5ED","translationServices.mock2":"\uC2DC\uBBAC\uB808\uC774\uC158 \uBC88\uC5ED 2","translationServices.caiyun":"\uC870\uBA85. \uB2E4\uCC44\uB85C\uC6B4 \uAD6C\uB984\uACFC \uC791\uC740 \uBC88\uC5ED","translationServices.cai":"\uB2E4\uCC44\uB85C\uC6B4 \uAD6C\uB984(\uC54C\uD30C)","translationServices.volcAlpha":"\uD654\uC0B0 (\uC54C\uD30C)","translationServices.openl":"OpenL","translationServices.youdao":"\uC720\uD29C\uBE0C \uBC88\uC5ED","translationServices.you":"\uC720\uB2E4\uC624 \uBC88\uC5ED\uAE30(\uC54C\uD30C)","translationServices.transmart":"\uD150\uC13C\uD2B8 \uC778\uD130\uB799\uD2F0\uBE0C \uBC88\uC5ED","translationServices.niu":"\uB9E4\uBC84\uB9AD \uBC88\uC5ED\uAE30","translationServices.papago":"\uD30C\uD30C\uACE0 \uBC88\uC5ED","translationServices.d":"D(\uC54C\uD30C)","translationServices.dpro":"D \uD504\uB85C(\uCE74\uB098\uB9AC\uC544)","translationServices.openai":"OpenAI","translationServices.yandex":"Yandex","translationServices.chatgpt":"ChatGPT \uC6F9(3.5 \uBAA8\uBC14\uC77C)","translate title":"\uD398\uC774\uC9C0 \uC81C\uBAA9 \uBC88\uC5ED","always languages":"\uD56D\uC0C1 \uC5B8\uC5B4 \uBC88\uC5ED",neverTranslateLanguagesLabel:"\uBC88\uC5ED\uB418\uC9C0 \uC54A\uB294 \uC5B8\uC5B4",neverTranslateTheFollowingLanguagesDescription:"\uD398\uC774\uC9C0\uC758 \uB2E8\uB77D\uC774 \uB2E4\uC74C \uC5B8\uC5B4 \uC911 \uD558\uB098\uC778 \uACBD\uC6B0 \uBC88\uC5ED\uC774 \uAC74\uB108\uB6F0\uC5B4\uC9D1\uB2C8\uB2E4.",enableUserscriptPagePopup:"\uD398\uC774\uC9C0\uC5D0 \uD638\uBC84\uBCFC \uD45C\uC2DC",enableUserscriptPagePopupDescription:"\uD638\uBC84\uBCFC\uC744 \uB044\uACE0 \uB098\uBA74 \uBC14\uB85C \uAC00\uAE30 /{touch}\uB85C \uBD88\uB7EC\uC62C \uC218 \uC788\uC2B5\uB2C8\uB2E4. \uC2E4\uC218\uB85C \uC774 \uC635\uC158\uC744 \uB048 \uD6C4 \uD638\uBC84\uBCFC\uC744 \uCC3E\uC9C0 \uBABB\uD558\uB294 \uACBD\uC6B0\uB97C \uBC29\uC9C0\uD558\uAE30 \uC704\uD574 \uC774 \uC124\uC815 \uD398\uC774\uC9C0\uB97C \uBD81\uB9C8\uD06C\uC5D0 \uCD94\uAC00\uD558\uB294 \uAC83\uC774 \uC88B\uC2B5\uB2C8\uB2E4!","always translate the following languages":"\uD398\uC774\uC9C0\uAC00 \uB2E4\uC74C \uC5B8\uC5B4 \uC911 \uD558\uB098\uC778 \uACBD\uC6B0 \uB300\uC0C1 \uC5B8\uC5B4\uB85C \uC790\uB3D9 \uBC88\uC5ED\uB429\uB2C8\uB2E4.","always sites":"\uD56D\uC0C1 \uBC88\uC5ED\uB41C \uC6F9 \uC0AC\uC774\uD2B8","always translate the following sites":"\uC6F9 \uC0AC\uC774\uD2B8\uAC00 \uB2E4\uC74C \uB3C4\uBA54\uC778 \uC774\uB984\uC778 \uACBD\uC6B0 \uB300\uC0C1 \uC5B8\uC5B4\uB85C \uC790\uB3D9 \uBC88\uC5ED\uB429\uB2C8\uB2E4.","never sites":"\uBC88\uC5ED\uB418\uC9C0 \uC54A\uC740 \uC6F9 \uC0AC\uC774\uD2B8","never translate the following sites":"\uC6F9\uC0AC\uC774\uD2B8\uAC00 \uB2E4\uC74C \uB3C4\uBA54\uC778\uC6A9\uC778 \uACBD\uC6B0 \uBC88\uC5ED\uC774 \uC218\uD589\uB418\uC9C0 \uC54A\uC2B5\uB2C8\uB2E4.","please refer to":"\uD0A4\uB97C \uC0AC\uC6A9\uD558\uB824\uBA74 \uD0A4\uB97C \uC785\uB825\uD574\uC57C \uD558\uBA70, \uC790\uC138\uD55C \uB0B4\uC6A9\uC740 \uB2E4\uC74C\uC744 \uCC38\uC870\uD558\uC138\uC694.",KeyAndConfigurationTutorial:"\uC8FC\uC694 \uC560\uD50C\uB9AC\uCF00\uC774\uC158 \uBC0F \uAD6C\uC131 \uD29C\uD1A0\uB9AC\uC5BC",useAboveStyleForTheseSites:"\uB2E4\uC74C \uB3C4\uBA54\uC778\uC744 \uC704\uD55C \uC0AC\uC774\uD2B8\uC778 \uACBD\uC6B0 \uD56D\uC0C1 \u2308{theme}\u230B \uBC88\uC5ED \uC2A4\uD0C0\uC77C\uC744 \uC0AC\uC6A9\uD558\uC138\uC694.",currentUrl:"\uD604\uC7AC URL",confirm:"\uC800\uC7A5(\uD30C\uC77C \uB4F1)(\uCEF4\uD4E8\uD305)",cancel:"\uCDE8\uC18C",delete:"\uC81C\uAC70","languages.auto":"\uC790\uB3D9 \uAC10\uC9C0",syncToCloud:"Google \uB4DC\uB77C\uC774\uBE0C\uC5D0 \uB3D9\uAE30\uD654",syncToCloudDescription:"\uD074\uB77C\uC6B0\uB4DC\uC5D0 \uC5C5\uB85C\uB4DC\uB41C \uAD6C\uC131\uC740 \uB9C8\uC9C0\uB9C9\uC73C\uB85C \uC218\uC815\uB41C \uBE0C\uB77C\uC6B0\uC800/\uADF8\uB9AC\uC2A4\uBABD\uD0A4 \uC2A4\uD06C\uB9BD\uD2B8 \uAC04\uC5D0 \uB3D9\uAE30\uD654\uD560 \uC218 \uC788\uC2B5\uB2C8\uB2E4.",syncToAccount:"\uBAB0\uC785\uD615 \uBC88\uC5ED \uD074\uB77C\uC6B0\uB4DC\uC5D0 \uB3D9\uAE30\uD654",syncToAccountButton:"\uD074\uB77C\uC6B0\uB4DC\uC640 \uC989\uC2DC \uB3D9\uAE30\uD654",syncToAccountDescription:"\uB9C8\uC9C0\uB9C9\uC73C\uB85C \uC218\uC815\uD55C \uC2DC\uAC04\uC744 \uAE30\uC900\uC73C\uB85C \uC11C\uB85C \uB2E4\uB978 \uC7A5\uCE58 \uAC04\uC5D0 \uAD6C\uC131\uC744 \uC790\uB3D9\uC73C\uB85C \uB3D9\uAE30\uD654\uD569\uB2C8\uB2E4.",successSyncConfigInAccount:"\uD074\uB77C\uC6B0\uB4DC\uC640\uC758 \uC131\uACF5\uC801\uC778 \uB3D9\uAE30\uD654",successSyncConfigToAccount:"\uD074\uB77C\uC6B0\uB4DC\uC5D0 \uC131\uACF5\uC801\uC73C\uB85C \uB3D9\uAE30\uD654",syncConfigNoUpdate:"\uC774\uBBF8 \uCD5C\uC2E0 \uBC84\uC804\uC785\uB2C8\uB2E4.",authFail:"\uC778\uC99D \uC2E4\uD328",syncTitle:"\uC218\uB3D9 \uBC31\uC5C5 \uAD00\uB9AC",import_hint:"\uAC00\uC838\uC624\uAE30(\uB370\uC774\uD130)",upload:"\uC5C5\uB85C\uB4DC",revokeAuth:"\uC2B9\uC778 \uCDE8\uC18C",uploadFail:"\uC5C5\uB85C\uB4DC \uC2E4\uD328",download:"\uB2E4\uC6B4\uB85C\uB4DC",importSuccess:"\uAC00\uC838\uC624\uAE30 \uC131\uACF5",importFail:"\uAC00\uC838\uC624\uAE30 \uC2E4\uD328",deleteFail:"\uC0AD\uC81C\uD558\uC9C0 \uBABB\uD568",backupToCloud:"\uBC31\uC5C5 \uD30C\uC77C \uC218\uB3D9 \uAD00\uB9AC",create_new_backup:"\uC0C8 \uBC31\uC5C5 \uB178\uB4DC \uCD94\uAC00",maxBackupFiles:"\uCD5C\uB300{count}\uAC1C\uC758 \uC11C\uB85C \uB2E4\uB978 \uB178\uB4DC\uB97C \uBC31\uC5C5\uD560 \uC218 \uC788\uC73C\uBA70, \uD544\uC694\uD558\uC9C0 \uC54A\uC740 \uB178\uB4DC\uB294 \uC0AD\uC81C\uD558\uC138\uC694.",backupToCloudDescription:"\uBC31\uC5C5 \uD30C\uC77C\uC744 \uC218\uB3D9\uC73C\uB85C \uC5C5\uB85C\uB4DC\uD558\uAC70\uB098 \uBCF5\uC6D0\uD558\uC5EC \uCD5C\uB300 3\uAC1C\uC758 \uC11C\uB85C \uB2E4\uB978 \uBC31\uC5C5 \uD5C8\uC6A9",successSyncConfig:"\uD074\uB77C\uC6B0\uB4DC\uC640\uC758 \uC131\uACF5\uC801\uC778 \uB3D9\uAE30\uD654",syncFail:"\uB3D9\uAE30\uD654 \uC2E4\uD328",updatedAt:"{date}\uC5D0\uC11C \uC5C5\uB370\uC774\uD2B8\uB428",lastSyncedAt:"\uCD5C\uC885 \uD655\uC778: {date}",downloadFail:"\uB2E4\uC6B4\uB85C\uB4DC\uC5D0 \uC2E4\uD328\uD588\uC2B5\uB2C8\uB2E4.",clickToDownload:"\uB2E4\uC6B4\uB85C\uB4DC\uD558\uB824\uBA74 \uD074\uB9AD",aboutLabel:"\uC815\uBCF4 - \uD53C\uB4DC\uBC31","browser.openAboutPage":"\uC815\uBCF4/\uD53C\uB4DC\uBC31",aboutLabelWithoutSponsor:"\uC815\uBCF4 - \uD53C\uB4DC\uBC31",aboutIntro:"\uC6B0\uB9AC \uBAA8\uB450\uAC00 \uC778\uD130\uB137\uC758 \uBC29\uB300\uD55C \uC678\uAD6D\uC5B4 \uC815\uBCF4\uC5D0 \uB354 \uC27D\uACE0 \uC990\uAC81\uAC8C \uC561\uC138\uC2A4\uD560 \uC218 \uC788\uAE30\uB97C \uBC14\uB78D\uB2C8\uB2E4 \u2764\uFE0F <6>Pro \uBA64\uBC84\uC2ED\uC744 \uD65C\uC131\uD654\uD558\uC5EC \uBC14\uB85C \uC0AC\uC6A9\uD560 \uC218 \uC788\uB294 DeepL \uBC0F OpenAI \uBC88\uC5ED\uC744 \uC0AC\uC6A9\uD560 \uC218 \uC788\uC2B5\uB2C8\uB2E4.

<3>\uD2B8\uC704\uD130, <4>\uD154\uB808\uADF8\uB7A8, \uC6E8\uC774\uBCF4, \uC704\uCC57\uC5D0\uC11C \uD314\uB85C\uC6B0\uD558\uAC70\uB098 \uC544\uB798 <5>\uBA54\uC77C\uB9C1 \uB9AC\uC2A4\uD2B8\uC5D0 <5>\uAC00\uC785\uD558\uC5EC \uC5C5\uB370\uC774\uD2B8\uB97C \uD655\uC778\uD560 \uC218 \uC788\uC2B5\uB2C8\uB2E4.
<7>\uD504\uB85C \uD68C\uC6D0\uC740 <8>support@immersivetranslate.com \uC73C\uB85C \uBB38\uC758\uD558\uC2DC\uBA74 \uBE60\uB978 \uACE0\uAC1D \uC11C\uBE44\uC2A4\uB97C \uBC1B\uC73C\uC2E4 \uC218 \uC788\uC2B5\uB2C8\uB2E4.",aboutIntroWithoutSponsor:"\uC6B0\uB9AC \uBAA8\uB450\uAC00 \uC778\uD130\uB137\uC5D0\uC11C \uC81C\uACF5\uB418\uB294 \uBC29\uB300\uD55C \uC591\uC758 \uC678\uAD6D\uC5B4 \uC815\uBCF4\uC5D0 \uB354 \uC27D\uACE0 \uC990\uAC81\uAC8C \uC811\uADFC\uD560 \uC218 \uC788\uAE30\uB97C \uBC14\uB78D\uB2C8\uB2E4 \u2764\uFE0F

<3>\uD2B8\uC704\uD130, <4>\uD154\uB808\uADF8\uB7A8 \uCC44\uB110, \uC704\uCC57, \uC704\uCC57 \uC775\uC2A4\uCCB4\uC778\uC9C0\uC5D0\uC11C \uD314\uB85C\uC6B0\uD558\uAC70\uB098 \uC544\uB798 <5>\uC774\uBA54\uC77C\uB85C \uC5C5\uB370\uC774\uD2B8\uB97C <5>\uAD6C\uB3C5\uD560 \uC218 \uC788\uC2B5\uB2C8\uB2E4.",projectHomepage:"\uD504\uB85C\uC81D\uD2B8 \uD648",joinTelegramGroup:"\uC0AC\uC6A9\uC790 \uADF8\uB8F9\uC5D0 \uAC00\uC785\uD558\uC5EC \uAE30\uB2A5 \uD1A0\uB860\uC5D0 \uCC38\uC5EC\uD558\uC138\uC694.",wechatPublicAccount:"\uC704\uCC57 \uACF5\uAC1C",wechatCommunities:"\uC704\uCC57 \uAD50\uD658 \uADF8\uB8F9",qqCommunities:"QQ \uCEE4\uBBA4\uB2C8\uCF00\uC774\uC158 \uCC44\uB110",joinTelegramChannel:"\uD154\uB808\uADF8\uB7A8 \uCC44\uB110 \uD314\uB85C\uC6B0\uD558\uC5EC \uCD5C\uC2E0 \uC5C5\uB370\uC774\uD2B8 \uD655\uC778",feedbackAndJoin:"\uC9C8\uBB38 \uD53C\uB4DC\uBC31 / \uADF8\uB8F9 \uCD94\uAC00",autoSync:"\uC790\uB3D9 \uC2DC\uAC04 \uB3D9\uAE30\uD654",loadingThemeTitle:"\uB85C\uB529 \uC2A4\uD0C0\uC77C",loadingThemeDescription:"\uBC88\uC5ED \uB85C\uB4DC\uB97C \uAE30\uB2E4\uB9B4 \uB54C \uC2A4\uD0C0\uC77C \uC124\uC815\uD558\uAE30","loadingTheme.spinner":"\uD68C\uC804 \uC560\uB2C8\uBA54\uC774\uC158","loadingTheme.text":"\uC815\uC801 \uD14D\uC2A4\uD2B8 sth. ","loadingTheme.none":"\uD45C\uC2DC\uB418\uC9C0 \uC54A\uC74C",developerDescription:"\uACE0\uAE09 \uC0AC\uC6A9\uC790 \uC9C0\uC815\uC5D0 \uB300\uD55C \uBB38\uC11C\uB294 <1>\uC5EC\uAE30\uC5D0\uC11C \uD655\uC778\uD560 \uC218 \uC788\uC2B5\uB2C8\uB2E4.","edit border color":"\uD14C\uB450\uB9AC \uC0C9\uC0C1 \uC218\uC815",successSyncButNoChange:"\uD604\uC7AC \uAD6C\uC131\uC774 \uD074\uB77C\uC6B0\uB4DC\uC640 \uC77C\uCE58\uD569\uB2C8\uB2E4.",customTheme:"\uB9DE\uCDA4\uD615 \uC0C9\uC0C1 \uBC0F \uD06C\uAE30","customThemeLabel.borderColor":"\uD14C\uB450\uB9AC \uC0C9\uC0C1","customThemeLabel.borderRadius":"\uB465\uADFC \uBAA8\uC11C\uB9AC","customThemeLabel.textColor":"\uD14D\uC2A4\uD2B8 \uC0C9\uC0C1","customThemeLabel.backgroundColor":"\uBC30\uACBD\uC0C9","customThemeLabel.zoom":"\uAE00\uAF34 \uD06C\uAE30 \uC870\uC815(%)","customThemeLabel.opacity":"\uD14D\uC2A4\uD2B8 \uBD88\uD22C\uBA85\uB3C4(%)",resetToDefaultColor:"\uAE30\uBCF8 \uC0C9\uC0C1\uC73C\uB85C \uBCF5\uC6D0",resetToDefaultSettings:"\uAE30\uBCF8 \uC124\uC815\uC73C\uB85C \uBCF5\uC6D0",isTranslateTitle:"\uD398\uC774\uC9C0 \uC81C\uBAA9 \uBC88\uC5ED \uC0AC\uC6A9",isTranslateTitleDescription:"\uC804\uC6D0\uC744 \uCF1C\uBA74 \uD398\uC774\uC9C0 \uC81C\uBAA9\uC774 \uBC88\uC5ED\uB429\uB2C8\uB2E4.",enableSearchEnhancement:"\uC774\uC911 \uC5B8\uC5B4 \uBA54\uC2DC\uC9C0 \uD5A5\uC0C1 \uC0AC\uC6A9",enableSearchEnhancementDescription:"\uC774 \uAE30\uB2A5\uC744 \uD65C\uC131\uD654\uD558\uBA74 \uC9C0\uC6D0\uB418\uB294 \uC6F9\uC0AC\uC774\uD2B8(Google \uB274\uC2A4, Google \uAC80\uC0C9(\uC77C\uBD80 \uD0A4\uC6CC\uB4DC), \uC2A4\uB178\uC6B0\uBCFC, \uC624\uB9AC\uC5D4\uD0C8 \uD3EC\uCD98, \uD4E8\uD22C\uB77C, \uD0C0\uC774\uAC70 \uCEE4\uBBA4\uB2C8\uD2F0)\uC758 \uC624\uB978\uCABD \uC5F4\uC5D0 \uD574\uB2F9 \uC601\uC5B4 \uD0A4\uC6CC\uB4DC\uC5D0 \uB300\uD55C 'Google \uB274\uC2A4'\uC758 \uAC80\uC0C9 \uACB0\uACFC\uAC00 \uC790\uB3D9\uC73C\uB85C \uD45C\uC2DC\uB429\uB2C8\uB2E4.",verifyService:"\uC11C\uBE44\uC2A4\uB97C \uD14C\uC2A4\uD2B8\uD558\uB824\uBA74 \uC5EC\uAE30\uB97C \uD074\uB9AD\uD558\uC138\uC694.",verified:"\uC131\uACF5 \uD655\uC778","field.langs":"\uC9C0\uC6D0\uB418\uB294 \uC5B8\uC5B4 \uCF54\uB4DC","field.model":"\uBAA8\uB378\uB9C1","field.translationEngine":"\uBC88\uC5ED \uC5D4\uC9C4","field.limitPerMinute":"\uBD84\uB2F9 \uCD5C\uB300 \uC694\uCCAD \uC218","field.limitPerSecond":"\uCD08\uB2F9 \uCD5C\uB300 \uC694\uCCAD \uC218","field.maxTextLengthPerRequest":"\uC694\uCCAD\uB2F9 \uCD5C\uB300 \uD14D\uC2A4\uD2B8 \uAE38\uC774","field.maxTextGroupLengthPerRequest":"\uC694\uCCAD\uB2F9 \uCD5C\uB300 \uB2E8\uB77D \uC218","field.apiUrl":"\uC0AC\uC6A9\uC790 \uC9C0\uC815 API \uC778\uD130\uD398\uC774\uC2A4 \uC8FC\uC18C","field.placeholderDelimiters":"\uC608\uC57D\uB41C \uC790\uB9AC \uD45C\uC2DC\uC790","description.custom":"\uC0AC\uC6A9\uC790 \uC9C0\uC815 \uC778\uD130\uD398\uC774\uC2A4 \uC561\uC138\uC2A4 \uBB38\uC11C \uD544\uC694","description.limitPerMinute":"\uC774 \uD55C\uB3C4\uB97C \uCD08\uACFC\uD558\uB294 \uC694\uCCAD\uC740 \uB2E4\uC74C \uBD84\uC774 \uC2DC\uC791\uB420 \uB54C\uAE4C\uC9C0 \uB300\uAE30\uC5F4\uC5D0 \uB4E4\uC5B4\uAC11\uB2C8\uB2E4. \uD604\uC7AC OpenAI \uC11C\uBE44\uC2A4\uC758 \uC5EC\uB7EC \uAC00\uC9C0 \uC81C\uD55C \uC0AC\uD56D\uC73C\uB85C \uC778\uD574 <1>\uC5EC\uAE30\uB97C \uD074\uB9AD\uD558\uC5EC \uCD5C\uC2E0 \uC81C\uC548 \uAC12\uC744 \uD655\uC778\uD558\uC138\uC694.","description.limitPerSecond":"\uC774 \uC81C\uD55C\uC744 \uCD08\uACFC\uD558\uB294 \uC694\uCCAD\uC740 \uB2E4\uC74C \uCD08\uAC00 \uC2DC\uC791\uB420 \uB54C\uAE4C\uC9C0 \uB300\uAE30\uC5F4\uC5D0 \uB4E4\uC5B4\uAC11\uB2C8\uB2E4. \uD604\uC7AC OpenAI \uC11C\uBE44\uC2A4\uC758 \uC5EC\uB7EC \uAC00\uC9C0 \uC81C\uD55C \uC0AC\uD56D\uC73C\uB85C \uC778\uD574 <1>\uC5EC\uAE30\uB97C \uD074\uB9AD\uD558\uC5EC \uCD5C\uC2E0 \uC81C\uC548 \uAC12\uC744 \uD655\uC778\uD558\uC138\uC694.","description.generalLimitPerSecond":"\uC774 \uC81C\uD55C\uC744 \uCD08\uACFC\uD558\uB294 \uC694\uCCAD\uC740 \uB2E4\uC74C \uCD08\uAC00 \uC2DC\uC791\uB420 \uB54C\uAE4C\uC9C0 \uB300\uAE30\uC5F4\uC5D0 \uB4E4\uC5B4\uAC11\uB2C8\uB2E4.","description.prompt":"\uC0AC\uC6A9\uC790 \uC2E0\uBD84\uC73C\uB85C {service}\uC5D0 \uBCF4\uB0B8 \uB300\uD654\uC5D0\uC11C {{text}}\uB294 \uB2E8\uB77D\uC758 \uD14D\uC2A4\uD2B8 \uB0B4\uC6A9\uC744 \uB098\uD0C0\uB0B4\uACE0, {{from}}\uC740 \uB2E8\uB77D\uC758 \uC5B8\uC5B4\uB97C \uB098\uD0C0\uB0B4\uBA70, {{to}}\uB294 \uBAA9\uD45C \uC5B8\uC5B4\uB97C \uB098\uD0C0\uB0C5\uB2C8\uB2E4.","description.maxTextLengthPerRequest":"\uC694\uCCAD\uB2F9 \uCD5C\uB300 \uAE00\uC790 \uC218\uAC00 \uB108\uBB34 \uB9CE\uC73C\uBA74 \uC778\uD130\uD398\uC774\uC2A4\uAC00 \uB290\uB9AC\uAC8C \uC751\uB2F5\uD558\uBBC0\uB85C \uC774 \uC635\uC158\uC744 \uC870\uC815\uD558\uC5EC \uC18D\uB3C4\uB97C \uCD5C\uC801\uD654\uD558\uC138\uC694.","description.systemPrompt":"\uC2DC\uC2A4\uD15C \uC2E0\uBD84\uC73C\uB85C {service}\uC5D0\uAC8C \uBCF4\uB0B8 \uB300\uD654\uC5D0\uC11C {{text}}\uB294 \uB2E8\uB77D\uC758 \uD14D\uC2A4\uD2B8 \uB0B4\uC6A9\uC744 \uB098\uD0C0\uB0B4\uACE0, {{from}}\uC740 \uB2E8\uB77D\uC758 \uC5B8\uC5B4\uB97C \uB098\uD0C0\uB0B4\uBA70, {{to}}\uB294 \uBAA9\uD45C \uC5B8\uC5B4\uB97C \uB098\uD0C0\uB0C5\uB2C8\uB2E4.","field.domain":"\uC601\uC5ED","description.domain":"\uAE30\uBCF8\uAC12\uC740\uFF1Ageneral\uC785\uB2C8\uB2E4. \uC544\uB9AC\uB9C8 API \uCF58\uC194\uC5D0\uC11C \uB3C4\uBA54\uC778 \uBC88\uC5ED\uC774 \uD65C\uC131\uD654\uB41C \uACBD\uC6B0\uC5D0\uB9CC \uC124\uC815\uD560 \uC218 \uC788\uC73C\uBA70, \uC9C0\uC6D0\uB418\uB294 \uB3C4\uBA54\uC778\uC740 <1>\uC5EC\uAE30\uB97C \uCC38\uC870\uD558\uC138\uC694.","field.scene":"take","description.scene":"\uAE30\uBCF8\uAC12\uC740\uFF1Ageneral\uC785\uB2C8\uB2E4. AliCloud API \uCF58\uC194\uC774 Machine Translation Pro\uB97C \uC5EC\uB294 \uACBD\uC6B0\uC5D0\uB9CC \uC124\uC815\uD560 \uC218 \uC788\uC73C\uBA70, \uC9C0\uC6D0\uB418\uB294 \uC2DC\uB098\uB9AC\uC624\uB294 <1>\uC5EC\uAE30\uB97C \uCC38\uC870\uD558\uC138\uC694.","field.vocabId":"\uC0AC\uC6A9\uC790 \uC0AC\uC804 ID","description.vocabId":"\uC9C0\uC815\uB41C \uC0AC\uC804 out_id\uB294 \uD604\uC7AC \uC601\uC5B4\uC5D0\uC11C \uC911\uAD6D\uC5B4 \uBC88\uC5ED\uC744 \uC9C0\uC6D0\uD569\uB2C8\uB2E4.","description.model":"OpenAI \uBAA8\uB378, gpt-3.5-turbo, gpt-4 \uB4F1 \uAC00\uB2A5","description.maxTextGroupLengthPerRequest":"\uD55C \uBC88\uC5D0 \uBC88\uC5ED \uC11C\uBE44\uC2A4\uB85C \uC804\uC1A1\uB418\uB294 \uB2E8\uB77D \uC218, \uB2E8\uB77D\uC774 \uB108\uBB34 \uB9CE\uC73C\uBA74 \uC778\uD130\uD398\uC774\uC2A4\uAC00 \uB290\uB9AC\uAC8C \uC751\uB2F5\uD560 \uC218 \uC788\uC2B5\uB2C8\uB2E4.","description.apiUrl":"\uACBD\uB85C, <1>\uC790\uC138\uD55C \uC124\uBA85\uC774 \uD3EC\uD568\uB41C \uD2B9\uC815 URL\uC744 \uCD94\uAC00\uD558\uC138\uC694.",enabledExtension:"\uD655\uC7A5 \uAE30\uB2A5 \uC0AC\uC6A9",clickToDisableExtension:"\uD655\uC7A5 \uAE30\uB2A5\uC744 \uBE44\uD65C\uC131\uD654\uD558\uB824\uBA74 \uD074\uB9AD\uD558\uC138\uC694.",clickToEnableExtension:"\uD655\uC7A5 \uAE30\uB2A5\uC744 \uC0AC\uC6A9\uD558\uB824\uBA74 \uD074\uB9AD\uD558\uC138\uC694.",hasBeenDisabled:"disabled","show password":"\uBE44\uBC00\uBC88\uD638 \uD45C\uC2DC",customContent:"\uC0AC\uC6A9\uC790 \uC9C0\uC815 \uBAA8\uB378 \uC774\uB984 \uC785\uB825",inputOptions:"\uC785\uB825 \uC0C1\uC790 \uAC1C\uC120",mouseHoverOptions:"\uB9C8\uC6B0\uC2A4 \uD638\uBC84",modifyMouseHoverKey:"\uB9C8\uC6B0\uC2A4 \uCEE4\uC11C \uBC14\uB85C \uAC00\uAE30 \uC218\uC815",enableInputTranslation:"\uC785\uB825 \uC0C1\uC790 \uD5A5\uC0C1 \uD65C\uC131\uD654 \uC5EC\uBD80",enableInputTranslationDescription:"\uD65C\uC131\uD654\uB418\uBA74 \uC785\uB825 \uC0C1\uC790\uC5D0 {startingKey}{startingKey} hello\uB97C \uC9C1\uC811 \uC785\uB825\uD55C \uB2E4\uC74C{inputTrailingTriggerKeyRepeatTimes}\uBC88{trailingKey}\uC744 \uBE60\uB974\uAC8C \uB20C\uB7EC {inputTargetLanguage}\uC73C\uB85C \uBC88\uC5ED\uD569\uB2C8\uB2E4.",enableInputTranslationDescriptionForNoneKey:"\uD65C\uC131\uD654\uB418\uBA74 \uC785\uB825 \uC0C1\uC790\uC5D0\uFF1AHello World\uB97C \uC9C1\uC811 \uC785\uB825\uD55C \uB2E4\uC74C{inputTrailingTriggerKeyRepeatTimes}{trailingKey}\uC744 \uBE60\uB974\uAC8C \uC5EC\uB7EC \uBC88 \uB20C\uB7EC \uAE30\uBCF8 \uB300\uC0C1 \uC5B8\uC5B4\uB85C \uBC88\uC5ED\uD569\uB2C8\uB2E4.",inputTargetLanguage:"\uC785\uB825 \uC0C1\uC790\uC758 \uAE30\uBCF8 \uB300\uC0C1 \uC5B8\uC5B4 \uC124\uC815",inputTargetLanguageDescription:"\uC785\uB825 \uC0C1\uC790 \uBC88\uC5ED\uC758 \uAE30\uBCF8 \uB300\uC0C1 \uC5B8\uC5B4(\uC608: \uD2B8\uB9AC\uAC70 \uB2E8\uC5B4\uC758 \uAE30\uBCF8 \uC5B8\uC5B4 {startingKey}{startingKey})",inputTargetLanguageDescriptionForNoneKey:"\uC785\uB825 \uC0C1\uC790 \uBC88\uC5ED\uC758 \uAE30\uBCF8 \uB300\uC0C1 \uC5B8\uC5B4",inputStartingTriggerKeyTitle:"\uC785\uB825 \uC0C1\uC790\uC758 \uBD80\uBD84 \uBC88\uC5ED\uC744 \uC704\uD574 \uBD84\uD560 \uBB38\uC790 \uC124\uC815\uD558\uAE30",inputStartingTriggerKeyDescription:"\uC785\uB825 \uC0C1\uC790 \uC804\uCCB4\uB97C \uBC88\uC5ED\uD560 \uD544\uC694\uAC00 \uC5C6\uB294 \uACBD\uC6B0 \uC2A4\uD50C\uB9AC\uD130\uB97C \uC0AC\uC6A9\uD558\uBA74 {startingKey}{startingKey} \uC5D0\uC11C \uC785\uB825 \uC0C1\uC790 \uB05D\uAE4C\uC9C0 \uBD80\uBD84\uB9CC \uBC88\uC5ED\uD558\uAC70\uB098 \uC5B8\uC5B4 \uCF54\uB4DC\uB97C \uC9C0\uC815\uD560 \uC218 \uC788\uC2B5\uB2C8\uB2E4(\uC608:\uFF1A{startingKey}ja \uB294 {startingKey}ja \uC5D0\uC11C \uC785\uB825 \uC0C1\uC790 \uB05D\uAE4C\uC9C0 \uBD80\uBD84\uB9CC \uBC88\uC5ED\uD55C\uB2E4\uB294 \uC758\uBBF8).",inputStartingTriggerKeyDescriptionForNoneKey:"\uD604\uC7AC \uC811\uB450\uC0AC \uC5C6\uC74C \uC124\uC815\uC740 \uD544\uC694\uD558\uC9C0 \uC54A\uC73C\uBA70, \uC785\uB825 \uC0C1\uC790\uC5D0 \uC788\uB294 \uC77C\uBD80 \uD14D\uC2A4\uD2B8\uC758 \uBC88\uC5ED \uAE30\uB2A5\uC740 \uB2F9\uBD84\uAC04 \uC0AC\uC6A9\uD560 \uC218 \uC5C6\uC2B5\uB2C8\uB2E4.",inputTrailingTriggerKeyTitle:"\uC785\uB825 \uC885\uB8CC \uD2B8\uB9AC\uAC70 \uBB38\uC790 \uC120\uD0DD",inputTrailingTriggerKeyDescription:"3\uBC88\uB9CC \uB204\uB974\uBA74{trailingKey} \uBC88\uC5ED\uC774 \uC2DC\uC791\uB429\uB2C8\uB2E4!",inputTrailingTriggerKeyTimeout:"\uC804\uD22C \uC885\uB8CC \uD2B8\uB9AC\uAC70 \uC0AC\uC774\uC758 \uC2DC\uAC04\uC744 \uC785\uB825\uD569\uB2C8\uB2E4.",inputTrailingTriggerKeyTimeoutDescription:"\uC785\uB825 \uC885\uB8CC \uCF64\uBCF4 \uD2B8\uB9AC\uAC70 \uC0AC\uC774\uC758 \uC2DC\uAC04(\uBC00\uB9AC\uCD08)\uC744 \uC124\uC815\uD569\uB2C8\uB2E4.",spaceKey:"<\u7A7A\u683C\u952E>",noneKey:"\uC811\uB450\uC0AC \uC5C6\uC774 \uC804\uCCB4 \uD14D\uC2A4\uD2B8 \uC0C1\uC790\uC758 \uC9C1\uC811 \uBC88\uC5ED",inputTranslationBlockUrlsTitle:"\uB2E4\uC74C URL\uC5D0\uC11C\uB294 \uC785\uB825 \uC0C1\uC790 \uAC1C\uC120 \uAE30\uB2A5\uC744 \uD65C\uC131\uD654\uD558\uC9C0 \uB9C8\uC138\uC694.",inputTranslationBlockUrlsDescription:"\uB2E4\uC74C URL\uC5D0\uC11C\uB294 \uC785\uB825 \uC0C1\uC790 \uAC1C\uC120 \uC0AC\uD56D\uC774 \uC791\uB3D9\uD558\uC9C0 \uC54A\uC2B5\uB2C8\uB2E4.",clickToSeeQuickDemo:"\uD074\uB9AD\uD558\uC5EC 30\uCD08 \uD035 \uD29C\uD1A0\uB9AC\uC5BC \uBE44\uB514\uC624 \uD655\uC7A5\uD558\uAE30",inputHelperInfo:"\uC124\uBA85\uFF1A\uC911\uAD6D\uC5B4 \uC785\uB825 \uBC29\uC2DD\uC5D0 \uB530\uB77C \uC77C\uBD80 \uD2B8\uB9AC\uAC70 \uBB38\uC790\uAC00 \uC911\uAD6D\uC5B4 \uBB38\uC7A5 \uBD80\uD638\uB85C \uBC14\uB00C\uB294 \uAC83\uC744 \uCD5C\uC801\uD654\uD588\uC2B5\uB2C8\uB2E4(\uC608: /\uB294 \uC18C\uAD6C \uC785\uB825 \uBC29\uC2DD\uC5D0 \uB530\uB77C \uB454 \uBD80\uD638\uB85C \uBC14\uB01C). \uBAB0\uC785\uD615 \uBC88\uC5ED\uAE30\uB294 \uD2B8\uB9AC\uAC70 \uBB38\uC790\uC5D0 \uD574\uB2F9\uD558\uB294 \uBAA8\uB4E0 \uC911\uAD6D\uC5B4 \uAE30\uD638, \uC989 //,,, \uB97C \uD2B8\uB9AC\uAC70 \uBB38\uC790\uB85C \uC778\uC2DD\uD560 \uC218 \uC788\uB3C4\uB85D \uC9C0\uC6D0\uD569\uB2C8\uB2E4.

\uB610\uD55C \uC5B8\uC5B4 \uCF54\uB4DC\uC5D0 \uC911\uAD6D\uC5B4 \uBCC4\uCE6D\uC744 \uBA85\uB839\uC5B4\uB85C \uC0AC\uC6A9\uD560 \uC218 \uC788\uC2B5\uB2C8\uB2E4(\uC608: /Japanese Hello World\uB294 \uC77C\uBCF8\uC5B4\uB85C \uBC88\uC5ED\uB428). <1>\uC9C0\uC6D0\uB418\uB294 \uBAA8\uB4E0 \uC5B8\uC5B4 \uCF54\uB4DC\uB97C \uBCF4\uB824\uBA74 \uC5EC\uAE30\uB97C \uD074\uB9AD\uD558\uC138\uC694.",reloadCurrentPage:"\uBC88\uC5ED\uC744 \uC2DC\uC791\uD558\uAE30 \uC804\uC5D0 \uD604\uC7AC \uD398\uC774\uC9C0\uB97C \uC0C8\uB85C\uACE0\uCE68\uD558\uC138\uC694.",noLocalFilePermissionForPDF:"\uB85C\uCEEC \uD30C\uC77C\uC744 \uC77D\uC744 \uC218 \uC788\uB294 \uAD8C\uD55C\uC774 \uC5C6\uB294 \uACBD\uC6B0 \uC704\uC758 \uBC84\uD2BC\uC744 \uD074\uB9AD\uD55C \uB2E4\uC74C \uB85C\uCEEC \uD30C\uC77C\uC744 \uAC00\uC838\uC624\uC138\uC694.",noPermissionForThisPage:"\u26A0\uFE0F \uD604\uC7AC \uD398\uC774\uC9C0 \uBC88\uC5ED \uAD8C\uD55C\uC774 \uC5C6\uC2B5\uB2C8\uB2E4.",retryAllParagraphs:"\uBAA8\uB4E0 \uC624\uB958 \uAD6C\uC808 \uB2E4\uC2DC \uC2DC\uB3C4",retryAllButton:"\uBAA8\uB4E0 \uC624\uB958 \uAD6C\uC808 \uB2E4\uC2DC \uC2DC\uB3C4",errorTooltipTitle:"\uC624\uB958\uC758 \uC6D0\uC778\uC744 \uBCF4\uB824\uBA74 \uD074\uB9AD\uD558\uC138\uC694.",errorModalTitle:"\uBC88\uC5ED \uC11C\uBE44\uC2A4 \uB610\uB294 \uB124\uD2B8\uC6CC\uD06C\uC5D0 \uBB38\uC81C\uAC00 \uC788\uB294 \uAC83 \uAC19\uC2B5\uB2C8\uB2E4...",disableConfirm:"\uC774\uC911 \uC5B8\uC5B4 \uC815\uBCF4 \uD5A5\uC0C1 \uC124\uC815",disableOnce:"\uC774 \uBE44\uD65C\uC131\uD654",disableGlobal:"\uC601\uAD6C\uC801\uC73C\uB85C \uBE44\uD65C\uC131\uD654",disableTint:"* {option} \uC5D0\uC11C \uB2E4\uC2DC \uD65C\uC131\uD654\uD560 \uC218 \uC788\uC2B5\uB2C8\uB2E4.",searchEnhancementNotes:"\uC911\uAD6D\uC5B4 \uD0A4\uC6CC\uB4DC\uC640 \uC601\uC5B4 \uD0A4\uC6CC\uB4DC\uC5D0 \uB300\uD55C \uB274\uC2A4 \uACB0\uACFC\uAC00 \uB9E4\uC6B0 \uB2E4\uB978 \uAC83\uC744 \uBC1C\uACAC\uD588\uC2B5\uB2C8\uB2E4. \uBAB0\uC785\uD615 \uBC88\uC5ED \uC774\uC911 \uC5B8\uC5B4 \uC815\uBCF4 \uD5A5\uC0C1 \uAE30\uB2A5\uC744 \uD65C\uC131\uD654\uD558\uBA74 \uC9C0\uC6D0\uB418\uB294 \uC6F9\uC0AC\uC774\uD2B8(Google \uB274\uC2A4, Google \uAC80\uC0C9(\uC77C\uBD80 \uD0A4\uC6CC\uB4DC), \uC2A4\uB178\uC6B0\uBCFC, \uB3D9\uC591\uC758 \uBD80, \uD4E8\uD22C\uB77C, \uD0C0\uC774\uAC70)\uC5D0\uC11C \uB3D9\uC77C\uD55C \uD0A4\uC6CC\uB4DC\uB97C \uC601\uC5B4\uB85C \uC790\uB3D9 \uAC80\uC0C9\uD558\uC5EC \uC624\uB978\uCABD\uC5D0 \uD45C\uC2DC\uD574 \uC90D\uB2C8\uB2E4. \uC774 \uAE30\uB2A5\uC774 \uD544\uC694\uD558\uC9C0 \uC54A\uC740 \uACBD\uC6B0 \uBE44\uD65C\uC131\uD654\uD560 \uC218 \uC788\uC2B5\uB2C8\uB2E4.",option:"\uC124\uC815",saveSettings:"\uC124\uC815 \uC800\uC7A5",closeModal:"\uCC3D \uB2EB\uAE30",enableInputTranslationWithoutTriggerKeyTitle:"{trailingKey}\uB97C 3\uBC88 \uBE60\uB974\uAC8C \uB204\uB974\uBA74 \uC804\uCCB4 \uC785\uB825 \uC0C1\uC790\uB97C{inputTargetLanguage}\uB85C \uBC14\uB85C \uBC88\uC5ED\uD560 \uC218 \uC788\uC2B5\uB2C8\uB2E4.",enableInputTranslationWithoutTriggerKeyDescription:"\uB300\uC0C1 \uC5B8\uC5B4\uB97C \uC9C0\uC815\uD558\uB824\uBA74 \uC55E\uC5D0 \uC5B8\uC5B4 \uCF54\uB4DC\uB97C \uBD99\uC785\uB2C8\uB2E4(\uC608:\uFF1Aja Hello World).",mouseHoverShortcutPlaceholder:"\uC608:\uFF1A\uC2DC\uD504\uD2B8",deepLProName:"\uBAB0\uC785\uD615 \uBC88\uC5ED \uD504\uB85C \uD68C\uC6D0(\uAD8C\uC7A5)",deepLProDescription:"\uD604\uC7AC \uD328\uD0A4\uC9C0\uB97C \uC9C1\uC811 \uC0AC\uC6A9\uD560 \uC218 \uC788\uC2B5\uB2C8\uB2E4.",deeplProDescriptionForNormal:"\uC124\uC815 \uD544\uC694 \uC5C6\uC74C, \uD68C\uC6D0\uC740 \uB85C\uADF8\uC778 \uD6C4 \uC0AC\uC6A9 \uAC00\uB2A5, <1>\uD68C\uC6D0\uC73C\uB85C \uC5C5\uADF8\uB808\uC774\uB4DC\uD558\uB824\uBA74 \uC5EC\uAE30\uB97C \uD074\uB9AD\uD558\uC138\uC694.",deepLCustomDescription:"\uC678\uAD6D \uC2E0\uC6A9 \uCE74\uB4DC \uD544\uC694, \uACF5\uC2DD\uC801\uC73C\uB85C \uAC1C\uC124\uB41C <1>DeepL,<2>\uBB38\uC11C\uB97C \uBCF4\uB824\uBA74 \uD074\uB9AD\uD558\uC138\uC694.",deepLCustomName:"\uC0AC\uC6A9\uC790 \uC9C0\uC815 \uC778\uC99D \uD0A4",chooseProviderLabel:"\uC11C\uBE44\uC2A4 \uC81C\uACF5\uC5C5\uCCB4 \uC120\uD0DD",openaiProName:"\uBAB0\uC785\uD615 \uBC88\uC5ED \uD504\uB85C \uD68C\uC6D0(\uAD8C\uC7A5)",openaiProDescription:"\uD604\uC7AC \uD328\uD0A4\uC9C0\uB97C \uC9C1\uC811 \uC0AC\uC6A9\uD560 \uC218 \uC788\uC2B5\uB2C8\uB2E4.",openaiProDescriptionForNormal:"\uC124\uC815\uC774 \uD544\uC694\uD558\uC9C0 \uC54A\uC73C\uBA70, \uD68C\uC6D0\uC740 \uB85C\uADF8\uC778 \uD6C4 \uC0AC\uC6A9\uD560 \uC218 \uC788\uC2B5\uB2C8\uB2E4. <1>\uD68C\uC6D0\uC73C\uB85C \uC5C5\uADF8\uB808\uC774\uB4DC\uD558\uB824\uBA74 \uC5EC\uAE30\uB97C \uD074\uB9AD\uD558\uC138\uC694.",openaiCustomDescription:"OpenAI, Azure OpenAI \uB610\uB294 \uAE30\uD0C0 \uD0C0\uC0AC \uC11C\uBE44\uC2A4\uC5D0\uC11C \uC0AC\uC6A9 \uAC00\uB2A5, <1>\uC124\uBA85\uC11C\uB97C \uBCF4\uB824\uBA74 \uC5EC\uAE30\uB97C \uD074\uB9AD\uD558\uC138\uC694.",openaiCustomName:"\uC0AC\uC6A9\uC790 \uC9C0\uC815 API \uD0A4",needLoginAction:"(\uACF5\uAC1C \uBA64\uBC84\uC2ED \uB610\uB294 \uC0AC\uC6A9\uC790 \uC9C0\uC815)",goLoginOrAction:"(\uBA64\uBC84\uC2ED\uC744 \uC5F4\uAC70\uB098 \uC124\uC815\uC73C\uB85C \uC774\uB3D9)",yearly:"\uC5F0\uAC04 \uC5F0\uC18D \uACB0\uC81C",quarterly:"\uC21C\uCC28\uC801 \uB798\uD551",monthly:"\uC6D4\uAC04 \uAD6C\uB3C5",yearlyForOnce:"\uC5F0\uAC04 1\uD68C \uD328\uD0A4\uC9C0",monthlyForOnce:"\uC6D4 1\uD68C \uD328\uD0A4\uC9C0",daily:"\uC5F0\uC18D \uD328\uD0B7 \uC77C\uC218",year:"\uC5F0\uAC04 \uC5F0\uC18D \uACB0\uC81C",quarter:"\uC21C\uCC28\uC801 \uB798\uD551",month:"\uC6D4\uAC04 \uAD6C\uB3C5",day:"\uC5F0\uC18D \uD328\uD0B7 \uC77C\uC218",onetime_7day:"7\uC77C \uCCB4\uD5D8 \uD329",currentPlanDescriptionForFree:"\uD604\uC7AC \uD328\uD0A4\uC9C0\uFF1A\uBB34\uB8CC",currentPlanDescriptionForContinuous:"\uD604\uC7AC \uD328\uD0A4\uC9C0\uFF1A{plan}\uB294 {endAt} \uC5D0\uC11C \uC790\uB3D9\uC73C\uB85C \uAC31\uC2E0\uB429\uB2C8\uB2E4.",currentPlanDescriptionForAutoRenewCaceling:"\uD604\uC7AC \uD328\uD0A4\uC9C0(\uFF1A{plan})\uB294 {endAt} \uC5D0\uC11C \uB9CC\uB8CC\uB418\uBA70 \uB9CC\uB8CC \uC2DC \uC790\uB3D9\uC73C\uB85C \uAC31\uC2E0\uB418\uC9C0 \uC54A\uC2B5\uB2C8\uB2E4.",currentYearlyPlanDescriptionForAutoRenewCacelingWithRealPaiedUser:"\uD604\uC7AC \uD328\uD0A4\uC9C0(\uFF1A{plan})\uB294 {endAt} \uC5D0\uC11C \uB9CC\uB8CC\uB418\uBA70 \uB9CC\uB8CC \uC2DC \uC790\uB3D9\uC73C\uB85C \uAC31\uC2E0\uB418\uC9C0 \uC54A\uC2B5\uB2C8\uB2E4.
<1>\uAC31\uC2E0 \uD50C\uB79C\uC744 \uAD00\uB9AC\uD558\uB824\uBA74 \uC5EC\uAE30\uB97C \uD074\uB9AD\uD558\uC138\uC694.",currentYearlyPlanDescriptionForAutoRenewCacelingWithAdmin:"\uD604\uC7AC \uD328\uD0A4\uC9C0(\uFF1A{plan})\uB294 {endAt} \uC5D0\uC11C \uB9CC\uB8CC\uB418\uBA70 \uB9CC\uB8CC \uC2DC \uC790\uB3D9\uC73C\uB85C \uAC31\uC2E0\uB418\uC9C0 \uC54A\uC2B5\uB2C8\uB2E4.
<1>\uC5F0\uAC04 \uC5F0\uC18D \uAD6C\uB3C5\uC744 \uD65C\uC131\uD654\uD558\uB824\uBA74 \uC5EC\uAE30\uB97C \uD074\uB9AD\uD558\uC138\uC694.",currentPlanDescriptionForOneTime:"\uD604\uC7AC \uAD6C\uB3C5\uFF1A{plan}\uC740 {endAt} \uC5D0\uC11C \uB9CC\uB8CC\uB418\uBA70, <1>\uC5F0\uAC04 \uB610\uB294 <2>\uC6D4\uAC04<1>\uBA64\uBC84\uC2ED\uC73C\uB85C \uC5C5\uADF8\uB808\uC774\uB4DC\uD558\uB824\uBA74 \uC5EC\uAE30\uB97C \uD074\uB9AD\uD558\uC138\uC694.",upgradePlan:"\uD504\uB85C \uBA64\uBC84\uC2ED\uC73C\uB85C \uC5C5\uADF8\uB808\uC774\uB4DC\uD558\uB824\uBA74 \uC5EC\uAE30\uB97C \uD074\uB9AD\uD558\uC138\uC694.",upgradeToPro:"\uD504\uB85C \uBA64\uBC84\uC2ED\uC73C\uB85C \uC5C5\uADF8\uB808\uC774\uB4DC","popup.openPro":"DeepL \uBC0F OpenAI \uBC88\uC5ED\uC744 \uC990\uAE30\uB824\uBA74 \uD504\uB85C \uBA64\uBC84\uC2ED\uC73C\uB85C \uC5C5\uADF8\uB808\uC774\uB4DC\uD558\uACE0 \uC5EC\uAE30\uB97C \uD074\uB9AD\uD558\uC5EC \uC5C5\uADF8\uB808\uC774\uB4DC\uD558\uC138\uC694!","popup.openProForPro":"\uADC0\uD558\uB294 DeepL \uBC0F OpenAI \uBC88\uC5ED\uC5D0 \uC9C1\uC811 \uC561\uC138\uC2A4\uD560 \uC218 \uC788\uB294 \uD504\uB85C \uD68C\uC6D0\uC785\uB2C8\uB2E4!",currentAccount:"\uACBD\uC0C1 \uACC4\uC815",enableAutoSyncUserSettings:"\uC5EC\uB7EC \uB514\uBC14\uC774\uC2A4\uC5D0\uC11C \uD074\uB77C\uC6B0\uB4DC \uC790\uB3D9 \uB3D9\uAE30\uD654 \uC0AC\uC6A9",modalEnableInputTranslationTitle:"\uBAB0\uC785\uD615 \uBC88\uC5ED \uC785\uB825 \uC0C1\uC790 \uBC88\uC5ED \uC54C\uB9BC",modalEnableInputTranslationDesc:"\uC2A4\uD398\uC774\uC2A4\uBC14\uB97C \uC5F0\uC18D\uD574\uC11C \uC138 \uBC88 \uBE60\uB974\uAC8C \uB20C\uB7EC \uBAB0\uC785\uD615 \uBC88\uC5ED\uC758 \uC785\uB825 \uC0C1\uC790 \uBC88\uC5ED\uC744 \uD2B8\uB9AC\uAC70\uD588\uC73C\uBA70, \uC785\uB825 \uC0C1\uC790\uC758 \uB0B4\uC6A9\uC774 \uAE30\uBCF8 \uB300\uC0C1 \uC5B8\uC5B4\uB85C \uBC88\uC5ED\uB429\uB2C8\uB2E4. \uBC88\uC5ED\uC740 Ctrl+Z\uB85C \uCDE8\uC18C\uD560 \uC218 \uC788\uC2B5\uB2C8\uB2E4.

\uBC88\uC5ED\uC774 \uC2E4\uC218\uC600\uB2E4\uBA74 \uC9C0\uAE08 \uBC14\uB85C \uBE44\uD65C\uC131\uD654\uD558\uAC70\uB098 \uC785\uB825 \uC0C1\uC790 \uBC88\uC5ED\uC744 \uC601\uAD6C\uC801\uC73C\uB85C \uBE44\uD65C\uC131\uD654\uD560 \uC218 \uC788\uC73C\uB2C8 \uAC71\uC815\uD558\uC9C0 \uB9C8\uC138\uC694.",saveAndNotShowAgain:"\uC800\uC7A5 \uBC0F \uD504\uB86C\uD504\uD2B8 \uC911\uC9C0",disableInputTranslationTips:"* {option} ,{learnMore}\uC5D0\uC11C \uB2E4\uB978 \uBC14\uB85C\uAC00\uAE30\uB97C \uD2B8\uB9AC\uAC70\uD558\uB3C4\uB85D \uC124\uC815\uD560 \uC218\uB3C4 \uC788\uC2B5\uB2C8\uB2E4.",learnMore:"\uC790\uC138\uD788 \uC54C\uC544\uBCF4\uB824\uBA74 \uC5EC\uAE30\uB97C \uD074\uB9AD\uD558\uC138\uC694.",continueEnalbeInputTranslation:"\uC785\uB825 \uC0C1\uC790 \uBC88\uC5ED \uACC4\uC18D \uD65C\uC131\uD654",autoRenewTrialSuffix:'(\uD3C9\uAC00\uD310 \uC0AC\uC6A9 \uC2DC\uC989\uC2DC \uC815\uC2DD \uBA64\uBC84\uC2ED\uC73C\uB85C \uC5C5\uADF8\uB808\uC774\uB4DC)',upgradeFromTrialTitle:"\uC815\uD68C\uC6D0\uC73C\uB85C \uC5C5\uADF8\uB808\uC774\uB4DC",subtitle:"\uBE44\uB514\uC624 \uCEA1\uC158",youtubeService:"\uBAB0\uC785 \uBC88\uC5ED \uBE44\uB514\uC624 \uC790\uB9C9 \uBC88\uC5ED \uC11C\uBE44\uC2A4","subtitle.disabledSubtitle":"\uB3D9\uC601\uC0C1 \uC790\uB9C9 \uAE30\uB2A5 \uC601\uAD6C \uBE44\uD65C\uC131\uD654\uD558\uAE30","subtitle.disabledSubtitleDescription":"\uBAB0\uC785\uD615 \uBC88\uC5ED\uAE30\uC758 \uBE44\uB514\uC624 \uC790\uB9C9\uC774 \uB2E4\uB978 \uD655\uC7A5 \uD504\uB85C\uADF8\uB7A8\uACFC \uCDA9\uB3CC\uD558\uB294 \uACBD\uC6B0, \uBAB0\uC785\uD615 \uBC88\uC5ED\uAE30\uC758 \uBE44\uB514\uC624 \uC790\uB9C9 \uAE30\uB2A5\uC744 \uC601\uAD6C\uC801\uC73C\uB85C \uBE44\uD65C\uC131\uD654\uD558\uAC70\uB098 \uCDA9\uB3CC\uD558\uB294 \uB2E4\uB978 \uD655\uC7A5 \uD504\uB85C\uADF8\uB7A8\uC744 \uC81C\uAC70\uD558\uB3C4\uB85D \uC120\uD0DD\uD560 \uC218 \uC788\uC2B5\uB2C8\uB2E4.","subtitle.autoEnableSubtitle":"\uC774\uC911 \uC5B8\uC5B4 \uC790\uB9C9 \uC790\uB3D9 \uC0AC\uC6A9","subtitle.autoEnableSubtitleDescription":"\uC0AC\uC6A9\uD558\uBA74 \uBE44\uB514\uC624\uAC00 \uC7AC\uC0DD\uB420 \uB54C \uC790\uB3D9\uC73C\uB85C \uC774\uC911 \uC5B8\uC5B4 \uC790\uB9C9\uC774 \uD45C\uC2DC\uB418\uBA70, \uADF8\uB807\uC9C0 \uC54A\uC73C\uBA74 \uBC88\uC5ED \uBC84\uD2BC\uC744 \uD074\uB9AD\uD574\uC57C \uD45C\uC2DC\uB429\uB2C8\uB2E4.","subtitle.preTranslation":"\uBAB0\uC785\uD615 \uBC88\uC5ED\uC744 \uC0AC\uC6A9\uD558\uC5EC \uC790\uB9C9 \uBC88\uC5ED\uD558\uAE30","subtitle.preTranslationDescription":"\uD65C\uC131\uD654\uD558\uBA74 \uC544\uB798\uC5D0 \uBA85\uC2DC\uB41C \uBC88\uC5ED \uC11C\uBE44\uC2A4\uB97C \uC0AC\uC6A9\uD558\uC5EC \uC804\uCCB4 \uC790\uB9C9\uC774 \uC0AC\uC804 \uBC88\uC5ED\uB418\uBA70, 1\uC2DC\uAC04 \uBD84\uB7C9\uC758 \uB3D9\uC601\uC0C1\uC740 \uC57D 50,000 \uD1A0\uD070 \uB610\uB294 \uBB38\uC790\uB97C \uC18C\uBAA8\uD558\uBBC0\uB85C \uC2E0\uC911\uD558\uAC8C \uC0AC\uC6A9\uD558\uC2DC\uAE30 \uBC14\uB77C\uBA70, \uBE44\uD65C\uC131\uD654\uD558\uBA74 \uC6D0\uBCF8 \uC790\uB9C9\uC774 \uBA3C\uC800 \uC0AC\uC6A9\uB429\uB2C8\uB2E4.","subtitle.humanSubtitlesPreferred":"\uD734\uBA3C \uCEA1\uC158 \uC6B0\uC120 \uC0AC\uC6A9","subtitle.humanSubtitlesPreferredDescription":"\uB3D9\uC601\uC0C1\uC5D0 \uB300\uC0C1 \uC5B8\uC5B4\uB85C \uB41C \uC0AC\uB78C \uC790\uB9C9\uC774 \uC788\uB294 \uACBD\uC6B0 \uC0AC\uB78C \uC790\uB9C9\uC744 \uC6B0\uC120\uC801\uC73C\uB85C \uC0AC\uC6A9\uD569\uB2C8\uB2E4(\uAD8C\uC7A5).",videoSubtitleTranslationDescription:"\uB3D9\uC601\uC0C1 \uC790\uB9C9\uC744 \uC704\uD55C \uBCC4\uB3C4\uC758 \uBC88\uC5ED \uC11C\uBE44\uC2A4 \uC9C0\uC815",subtitleTranslating:"{service} \uC11C\uBE44\uC2A4\uB97C \uC0AC\uC6A9\uD558\uC5EC \uC790\uB9C9\uC744 \uBC88\uC5ED\uD558\uB294 \uB3D9\uC548 \uC7A0\uC2DC \uAE30\uB2E4\uB824\uC8FC\uC138\uC694... (\uBAB0\uC785 \uBC88\uC5ED)",subtitleLoading:"\uC790\uB9C9 \uB85C\uB4DC \uC911...",bilingual:"\uC774\uC911 \uC5B8\uC5B4 \uC0AC\uC6A9","field.action":"\uBC14\uC774\uB450 \uC6A9\uC5B4 \uC0AC\uC6A9 \uC5EC\uBD80","description.action":"\uD65C\uC131\uD654\uD558\uBA74 \uC694\uCCAD\uC5D0 action=1 \uB9E4\uAC1C\uBCC0\uC218\uAC00 \uCD94\uAC00\uB418\uC5B4 \uBC14\uC774\uB450\uC5D0 \uD65C\uC131\uD654\uB41C \uC6A9\uC5B4\uB97C \uC54C\uB9B4 \uC218 \uC788\uC73C\uBA70, <1>\uC790\uC138\uD55C \uB0B4\uC6A9\uC740 \uACF5\uC2DD \uBB38\uC11C\uB97C \uCC38\uC870\uD558\uC138\uC694.",closeQuickTranslation:"\uD638\uBC84\uBCFC \uB2EB\uAE30","closeQuickTranslation.untilNext":"\uB2E4\uC74C \uBC29\uBB38 \uC2DC\uAE4C\uC9C0 \uD734\uBB34\uC785\uB2C8\uB2E4.","closeQuickTranslation.currentWebsite":"\uD604\uC7AC \uC0AC\uC774\uD2B8 \uBE44\uD65C\uC131\uD654","closeQuickTranslation.alwaysClose":"\uC601\uAD6C\uC801\uC73C\uB85C \uBE44\uD65C\uC131\uD654","closeQuickTranslation.settingOpen":"( <1>\uC124\uC815 \uD398\uC774\uC9C0\uC5D0\uC11C \uCF1C\uAE30 \uAC00\uB2A5)","closeQuickTranslation.cancel":"\uCDE8\uC18C","closeQuickTranslation.confirm":"\uC815\uC758","floatBall.popup":"\uBE60\uB978 \uC124\uC815 \uD328\uB110 \uC5F4\uAE30","floatBall.translate":"\uD074\uB9AD\uD558\uC5EC \uD398\uC774\uC9C0 \uBC88\uC5ED\uD558\uAE30","floatBall.showOriginal":"\uC6D0\uBCF8 \uBB38\uC11C\uB85C \uB3CC\uC544\uAC00\uB824\uBA74 \uD074\uB9AD\uD558\uC138\uC694.","floatBall.close":"\uD638\uBC84\uBCFC \uB2EB\uAE30","floatBallOptions.enableDescPc":"\uD398\uC774\uC9C0 \uD638\uBC84\uBCFC\uC744 \uD65C\uC131\uD654\uD558\uBA74 \uD398\uC774\uC9C0 \uC624\uB978\uCABD\uC5D0 \uBE60\uB978 \uBC88\uC5ED \uBC84\uD2BC\uC774 \uD45C\uC2DC\uB418\uBA70, \uC774\uB97C \uD074\uB9AD\uD558\uBA74 \uBC88\uC5ED\uD560 \uC218 \uC788\uC2B5\uB2C8\uB2E4!","floatBallOptions.enableDesc":"\uD638\uBC84\uBCFC\uC744 \uB044\uACE0 \uB098\uBA74{touch}\uC73C\uB85C \uBD88\uB7EC\uC62C \uC218 \uC788\uC2B5\uB2C8\uB2E4. \uC2E4\uC218\uB85C \uC774 \uC635\uC158\uC744 \uB048 \uD6C4 \uD638\uBC84\uBCFC\uC744 \uCC3E\uC744 \uC218 \uC5C6\uB294 \uACBD\uC6B0\uB97C \uB300\uBE44\uD574 \uC774 \uC124\uC815 \uD398\uC774\uC9C0\uB97C \uBD81\uB9C8\uD06C\uC5D0 \uCD94\uAC00\uD574 \uB450\uB294 \uAC83\uC774 \uC88B\uC2B5\uB2C8\uB2E4!","description.azureApiUrl":"\uC0AC\uC6A9\uC790 \uC9C0\uC815 API \uC778\uD130\uD398\uC774\uC2A4\uC758 \uC8FC\uC18C\uB97C \uC785\uB825\uD569\uB2C8\uB2E4.",confirmSupportMouse:"\uB9C8\uC6B0\uC2A4 \uC9C0\uC6D0 \uAC15\uC81C \uD65C\uC131\uD654",confirmSupportMouseDescription:"\uD604\uC7AC \uBE0C\uB77C\uC6B0\uC800\uAC00 \uB9C8\uC6B0\uC2A4 \uAE30\uB2A5\uC744 \uC9C0\uC6D0\uD558\uC9C0 \uC54A\uB294 \uAC83\uC73C\uB85C \uAC10\uC9C0\uB418\uBA74 \uB9C8\uC6B0\uC2A4 \uC9C0\uC6D0\uC744 \uAC15\uC81C\uB85C \uD65C\uC131\uD654\uD574\uC57C \uD558\uB098\uC694?",sampleTargetText:"\uAE34 \uBC24\uC774 \uC62C \uAC83\uC774\uB2C8, \uB098\uB294 \uC624\uB298\uBD80\uD130 \uC8FD\uC744 \uB54C\uAE4C\uC9C0 \uBCF4\uCD08\uB97C \uC124 \uAC83\uC774\uB2E4. \uB098\uB294 \uC544\uB0B4\uB97C \uCDE8\uD558\uC9C0 \uC54A\uC744 \uAC83\uC774\uBA70, \uB3D9\uB9F9\uC744 \uB9FA\uC9C0 \uC54A\uC744 \uAC83\uC774\uBA70, \uC790\uC2DD\uC744 \uB0B3\uC9C0 \uC54A\uC744 \uAC83\uC774\uB2E4. \uB098\uB294 \uC655\uAD00\uC744 \uC4F0\uC9C0 \uC54A\uC744 \uAC83\uC774\uBA70 \uBA85\uC608\uB97C \uC704\uD574 \uB178\uB825\uD558\uC9C0 \uC54A\uC744 \uAC83\uC774\uB2E4. \uB098\uB294 \uB0B4 \uC758\uBB34\uB97C \uB2E4\uD558\uACE0 \uC0B4\uB2E4\uAC00 \uC8FD\uC744 \uAC83\uC785\uB2C8\uB2E4.",sampleSourceText:"Night gathers, and now my watch begins. It shall not end until my death. I shall take no wife, hold no lands, father no children. I shall wear no crowns and win no glory. I shall live and die at my post.","subtitle.supportedSites":"\u5DF2\u652F\u6301\u5728\u8FD9\u4E9B\u7F51\u7AD9\u4F7F\u7528\u53CC\u8BED\u5B57\u5E55\uFF08\u6CE8\u610F\uFF1A\u7531\u4E8E\u6280\u672F\u9650\u5236\uFF0C\u90E8\u5206\u7F51\u7AD9\u5728\u9996\u6B21\u5F00\u542F\u5B57\u5E55\u540E\u9700\u8981\u91CD\u65B0\u5237\u65B0\u9875\u9762\uFF0C\u6216\u8005\u9700\u7B49\u5F85\u7FFB\u8BD1\u5B8C\u6210\u4EE5\u663E\u793A\u53CC\u8BED\u5B57\u5E55\uFF09\uFF1A",viewWithImmersiveTranslate:"\u53CC\u8BED\u7248\u672C(\u6C89\u6D78\u5F0F\u7FFB\u8BD1)",errorReason:"\u9519\u8BEF\u539F\u56E0\uFF1A{message}","proQuotaExceededError.onetime7day":'\uFF0C\u60A8\u53EF\u4EE5\u9009\u62E9\u4EE5\u4E0B\u65B9\u5F0F\u89E3\u51B3\uFF1A

1. \u5207\u6362\u5230 {anotherService} \u6216\u5176\u4ED6\u7FFB\u8BD1\u670D\u52A1
2. \u5347\u7EA7\u4E3A\u6708\u5EA6/\u5E74\u5EA6\u4F1A\u5458',"proQuotaExceededError.trial":'\uFF0C\u60A8\u53EF\u4EE5\u9009\u62E9\u4EE5\u4E0B\u65B9\u5F0F\u89E3\u51B3\uFF1A

1. \u5207\u6362\u5230 {anotherService} \u6216\u5176\u4ED6\u7FFB\u8BD1\u670D\u52A1
2. \u7ACB\u523B\u5347\u7EA7\u4E3A\u6B63\u5F0F\u4F1A\u5458',"proQuotaExceededError.nonTrial":'\uFF0C\u60A8\u53EF\u4EE5\u9009\u62E9\u4EE5\u4E0B\u65B9\u5F0F\u89E3\u51B3\uFF1A

1. \u5207\u6362\u5230 {anotherService} \u6216\u5176\u4ED6\u7FFB\u8BD1\u670D\u52A1
2. \u8D2D\u4E70 {translationService} \u989D\u5916\u6D41\u91CF\u5305',"proQuotaExceededError.resetTime":"
3. \u989D\u5EA6\u91CD\u7F6E\u65F6\u95F4\uFF1A{resetTime}","desc.touchShortcutsToggleTranslatePageOnlyTranslation":"\uBC88\uC5ED\uBB38\uB9CC\uC774\uB77C\uB294 \uAC83\uC740 \uBC88\uC5ED\uBB38\uB9CC \uD45C\uC2DC\uD558\uBA70, \uC6F9\uD398\uC774\uC9C0\uAC00 \uC544\uC9C1 \uBC88\uC5ED\uB418\uC9C0 \uC54A\uC558\uB2E4\uBA74 \uBAA8\uB4DC\uB97C \uC804\uD658\uD558\uACE0 \uBC88\uC5ED\uD560 \uAC83\uC785\uB2C8\uB2E4.","desc.toggleOnlyTransation":"\uC624\uC9C1 \uBC88\uC5ED \uBAA8\uB4DC\uB294 \uBC88\uC5ED\uBB38\uB9CC \uD45C\uC2DC\uD558\uB294 \uAC83\uC744 \uC758\uBBF8\uD558\uBA70, \uC6F9\uD398\uC774\uC9C0\uAC00 \uC544\uC9C1 \uBC88\uC5ED\uB418\uC9C0 \uC54A\uC558\uB2E4\uBA74 \uBAA8\uB4DC\uB97C \uC804\uD658\uD558\uACE0 \uBC88\uC5ED\uD560 \uAC83\uC785\uB2C8\uB2E4.",touchShortcutsToggleTranslatePageOnlyTranslation:"\uD130\uCE58 \uC2A4\uD06C\uB9B0 \uC81C\uC2A4\uCC98\uB97C \uC124\uC815\uD558\uC5EC \uC774\uC911 \uC5B8\uC5B4/\uBC88\uC5ED \uD14D\uC2A4\uD2B8 \uC804\uC6A9 \uBAA8\uB4DC\uB97C \uC804\uD658\uD558\uC138\uC694.",download_started:"\uB2E4\uC6B4\uB85C\uB4DC\uAC00 \uC774\uBBF8 \uC2DC\uC791\uB418\uC5C8\uC2B5\uB2C8\uB2E4. \uC790\uB3D9\uC73C\uB85C \uB2E4\uC6B4\uB85C\uB4DC\uB418\uC9C0 \uC54A\uB294 \uACBD\uC6B0, \uC218\uB3D9\uC73C\uB85C \uD074\uB9AD\uD558\uC2ED\uC2DC\uC624.",here:"\uC5EC\uAE30","error.serveConfigError":"\uC11C\uBE44\uC2A4 \uAD6C\uC131 \uC624\uB958","translationFont.customPlaceholder":"\uAE00\uAF34","error.configError":"\uAD6C\uC131 \uB370\uC774\uD130 \uC774\uC0C1","error.goReset":"\uC7AC\uC124\uC815\uD558\uB2E4","touch.mouse-translate":"\uC9C0\uC815\uB41C \uB2E8\uB77D \uBC88\uC5ED",batchEdit:"\uB300\uB7C9 \uC791\uC5C5","translationModeUrl.translation.title":"\uBC88\uC5ED\uB9CC \uBAA8\uB4DC\uC758 \uC6F9\uC0AC\uC774\uD2B8","translationFont.custom":"\uC0AC\uC6A9\uC790 \uC815\uC758 \uAE00\uAF34 \uC785\uB825",translationFont:"\uAE00\uAF34 \uC124\uC815","translationServices.inherit":"\uC8FC \uBC88\uC5ED \uC11C\uBE44\uC2A4\uB97C \uB530\uB974\uC2ED\uC2DC\uC624",detectServiceLoading:"\uC0AC\uC6A9 \uAC00\uB2A5\uD55C \uBC88\uC5ED \uC11C\uBE44\uC2A4\uB97C \uD655\uC778 \uC911\uC785\uB2C8\uB2E4...",toggleToService:"{service}\uB85C \uC804\uD658\uD558\uACE0 \uB2E4\uC2DC \uC2DC\uB3C4\uD558\uC2ED\uC2DC\uC624.","translationModeLang.translation.title":"\uB2E8\uC21C \uBC88\uC5ED \uBAA8\uB4DC\uC758 \uC5B8\uC5B4","error.502":"\uC11C\uBE44\uC2A4\uAC00 \uC624\uB958\uB97C \uBC18\uD658\uD588\uC2B5\uB2C8\uB2E4, \uC11C\uBE44\uC2A4\uAC00 \uC2DC\uAC04 \uCD08\uACFC\uB418\uC5C8\uC2B5\uB2C8\uB2E4. \uC7A0\uC2DC \uD6C4 \uB2E4\uC2DC \uC2DC\uB3C4\uD574 \uC8FC\uC138\uC694.","error.proUpgrade":"\uC5C5\uADF8\uB808\uC774\uB4DC \uD6C4\uC5D0\uB294 \uD398\uC774\uC9C0\uB97C \uC0C8\uB85C \uACE0\uCE68\uD558\uC5EC \uB2E4\uC2DC \uBC88\uC5ED\uD558\uC2ED\uC2DC\uC624.","error.reloadPageOfSetting":"\uAD6C\uC131 \uD6C4\uC5D0\uB294 \uD398\uC774\uC9C0\uB97C \uC0C8\uB85C \uACE0\uCE68\uD558\uC5EC \uB2E4\uC2DC \uBC88\uC5ED\uD558\uC2ED\uC2DC\uC624.","translationModeLang.translation.description":"\uD398\uC774\uC9C0 \uC5B8\uC5B4\uAC00 \uB2E4\uC74C \uC5B8\uC5B4\uC77C \uB54C, \uC790\uB3D9\uC73C\uB85C \uBC88\uC5ED\uBB38\uB9CC \uBAA8\uB4DC\uB97C \uC0AC\uC6A9\uD569\uB2C8\uB2E4.","error.proTokenInvalid":"Pro \uC0AC\uC6A9\uC790\uC774\uC2DC\uB77C\uBA74, \uB85C\uADF8\uC778 \uD6C4 Pro \uBC88\uC5ED \uC11C\uBE44\uC2A4\uB97C \uC774\uC6A9\uD574 \uC8FC\uC138\uC694.","error.403":"\uC11C\uBE44\uC2A4\uAC00 \uC624\uB958\uB97C \uBC18\uD658\uD558\uC600\uC2B5\uB2C8\uB2E4, \uC7A0\uC2DC \uD574\uB2F9 \uC11C\uBE44\uC2A4\uC5D0 \uC811\uADFC\uD560 \uAD8C\uD55C\uC774 \uC5C6\uC2B5\uB2C8\uB2E4.","error.googleLimitIp":"\uC11C\uBE44\uC2A4\uAC00 \uC624\uB958\uB97C \uBC18\uD658\uD588\uC73C\uBA70, Google \uC11C\uBE44\uC2A4\uB294 \uD574\uB2F9 IP \uC8FC\uC18C\uC5D0 \uB300\uD574 \uC81C\uD55C\uC744 \uB450\uC5C8\uC2B5\uB2C8\uB2E4. \uB124\uD2B8\uC6CC\uD06C \uB178\uB4DC\uB97C \uBCC0\uACBD\uD558\uB294 \uAC83\uC774 \uC88B\uC2B5\uB2C8\uB2E4.",videoSubtitlePreTranslationOff:"\uBE44\uB514\uC624 \uC790\uB9C9\uC740 \uC6D0\uB798 \uBE44\uB514\uC624\uC5D0 \uD3EC\uD568\uB41C \uAE30\uACC4 \uBC88\uC5ED \uC790\uB9C9\uC744 \uC6B0\uC120\uC801\uC73C\uB85C \uC0AC\uC6A9\uD560 \uAC83\uC785\uB2C8\uB2E4.",videoSubtitlePreTranslationOn:"\uBE44\uB514\uC624 \uC790\uB9C9\uC740 \uC6B0\uC120\uC801\uC73C\uB85C \uBAB0\uC785\uD615 \uBC88\uC5ED\uC744 \uC0AC\uC6A9\uD560 \uAC83\uC785\uB2C8\uB2E4.",enableSentryReport:"\uD655\uC7A5\uC774 \uC624\uB958\uB97C \uC77C\uC73C\uD0AC \uB54C Sentry\uB97C \uC0AC\uC6A9\uD558\uC5EC \uD53C\uB4DC\uBC31\uC744 \uC81C\uCD9C\uD558\uC2ED\uC2DC\uC624.","translationModeUrl.translation.description":"\uB2E4\uC74C \uB3C4\uBA54\uC778\uC5D0 \uB300\uD55C \uC6F9\uC0AC\uC774\uD2B8\uC77C \uACBD\uC6B0, \uC790\uB3D9\uC73C\uB85C \uBC88\uC5ED\uBB38\uB9CC \uBAA8\uB4DC\uB97C \uC0AC\uC6A9\uD569\uB2C8\uB2E4.","error.openAIExceededQuota":"\uC11C\uBE44\uC2A4 \uC624\uB958 \uBC18\uD658: \uD604\uC7AC OpenAI \uACC4\uC815 \uC794\uC561\uC774 \uBD80\uC871\uD569\uB2C8\uB2E4. OpenAI \uACF5\uC2DD \uAD00\uB9AC \uD398\uC774\uC9C0\uC5D0\uC11C \uCDA9\uC804\uD558\uAC70\uB098 \uC2E0\uC6A9\uCE74\uB4DC\uB97C \uC5F0\uACB0\uD574\uC8FC\uC138\uC694.","error.400":"\uC11C\uBE44\uC2A4\uAC00 \uC624\uB958\uB97C \uBC18\uD658\uD588\uC2B5\uB2C8\uB2E4. \uC694\uCCAD \uB9E4\uAC1C\uBCC0\uC218\uAC00 \uC798\uBABB\uB418\uC5C8\uC2B5\uB2C8\uB2E4. \uD574\uB2F9 \uC124\uC815\uC744 \uD655\uC778\uD558\uC2ED\uC2DC\uC624.","error.gemini.429":"\uD604\uC7AC Gemini \uC11C\uBE44\uC2A4\uC758 \uD604\uC7AC \uBD80\uD558 \uC6A9\uB7C9\uC774 \uCD5C\uB300\uC5D0 \uB3C4\uB2EC\uD588\uC2B5\uB2C8\uB2E4. \uC7A0\uC2DC \uD6C4\uC5D0 \uB2E4\uC2DC \uC2DC\uB3C4\uD558\uAC70\uB098 \uB2E4\uB978 \uBC88\uC5ED \uC11C\uBE44\uC2A4\uB85C \uC804\uD658\uD574 \uC8FC\uC138\uC694.","translationFont.notSupportErrorMessage":"\uC785\uB825\uD558\uC2E0 \uAE00\uAF34 \uC774\uB984\uC774 \uC815\uD655\uD55C\uC9C0 \uD655\uC778\uD558\uC2DC\uAC70\uB098, \uD574\uB2F9 \uAE00\uAF34\uC774 \uADC0\uD558\uC758 \uC7A5\uCE58\uC5D0 \uC124\uCE58\uB418\uC5B4 \uC788\uB294\uC9C0 \uD655\uC778\uD574 \uC8FC\uC138\uC694.","error.openAIFreeLimit":"\uC11C\uBE44\uC2A4\uAC00 \uC624\uB958\uB97C \uBC18\uD658\uD588\uC2B5\uB2C8\uB2E4. \uD604\uC7AC \uBC88\uC5ED \uC694\uCCAD \uBE48\uB3C4\uAC00 \uBD84\uB2F9 \uCD5C\uB300 3\uD68C\uB85C \uC81C\uD55C\uB418\uC5C8\uC2B5\uB2C8\uB2E4. \uC7A0\uC2DC \uD6C4 \uB2E4\uC2DC \uC2DC\uB3C4\uD558\uC2ED\uC2DC\uC624. (\uC774\uAC83\uC740 OpenAI \uACF5\uC2DD\uC774 \uBB34\uB8CC API Key\uC5D0 \uB300\uD55C \uC81C\uD55C\uC774\uBA70, \uC774 \uC81C\uD55C\uC744 \uD574\uC81C\uD558\uB824\uBA74 OpenAI \uAD00\uB9AC \uBC31\uC5D4\uB4DC\uC5D0\uC11C \uC2E0\uC6A9\uCE74\uB4DC\uB97C \uC5F0\uACB0\uD558\uC2ED\uC2DC\uC624.)","desc.toggleVideoSubtitlePreTranslation":"\uB204\uB974\uBA74 \uBE44\uB514\uC624\uC758 \uC774\uC911 \uC5B8\uC5B4 \uC790\uB9C9\uC740 \uC6B0\uC120\uC801\uC73C\uB85C \uBAB0\uC785\uD615 \uBC88\uC5ED \uC124\uC815\uC744 \uC0AC\uC6A9\uD558\uACE0, \uB2E4\uC2DC \uB204\uB974\uBA74 \uC6D0\uB798 \uBE44\uB514\uC624\uC5D0 \uB0B4\uC7A5\uB41C \uAE30\uACC4 \uBC88\uC5ED \uC790\uB9C9\uC744 \uC6B0\uC120\uC801\uC73C\uB85C \uC0AC\uC6A9\uD569\uB2C8\uB2E4. \uC8FC\uC758: \uC774 \uB2E8\uCD95\uD0A4\uB294 \uC804\uC5ED \uC124\uC815\uC744 \uC218\uC815\uD569\uB2C8\uB2E4.","error.429":"\uC11C\uBE44\uC2A4\uAC00 \uC624\uB958\uB97C \uBC18\uD658\uD588\uC2B5\uB2C8\uB2E4. \uC774\uB294 \uC694\uCCAD\uC774 \uB108\uBB34 \uC790\uC8FC \uBC1C\uC0DD\uD558\uAC70\uB098 \uD560\uB2F9\uB7C9 \uC81C\uD55C\uC744 \uCD08\uACFC\uD588\uC74C\uC744 \uB098\uD0C0\uB0C5\uB2C8\uB2E4. \uC7A0\uC2DC \uD6C4\uC5D0 \uB2E4\uC2DC \uC2DC\uB3C4\uD558\uC2ED\uC2DC\uC624.","error.serveUnavailable":"\uD604\uC7AC \uC0AC\uC6A9 \uC911\uC778 [{serverName}] \uC11C\uBE44\uC2A4\uB294 \uB124\uD2B8\uC6CC\uD06C \uC5F0\uACB0 \uB610\uB294 \uC11C\uBE44\uC2A4 \uC81C\uACF5\uC790\uC758 \uBB38\uC81C\uB85C \uC778\uD574 \uC77C\uC2DC\uC801\uC73C\uB85C \uC811\uC18D\uD560 \uC218 \uC5C6\uC2B5\uB2C8\uB2E4. \uD398\uC774\uC9C0\uB97C \uC0C8\uB85C \uACE0\uCE68\uD558\uAC70\uB098 <1>\uC124\uC815\uC744 \uD1B5\uD574 \uB2E4\uB978 \uBC88\uC5ED \uC11C\uBE44\uC2A4\uB85C \uBCC0\uACBD\uD574 \uBCF4\uC2DC\uB294 \uAC83\uC744 \uAD8C\uC7A5\uD569\uB2C8\uB2E4. <2>Pro \uD68C\uC6D0\uC774\uC2DC\uB77C\uBA74, \uB354 \uC548\uC815\uC801\uC778 DeepL \uB610\uB294 OpenAI \uBC88\uC5ED \uC11C\uBE44\uC2A4\uB97C \uC0AC\uC6A9\uD560 \uC218 \uC788\uC2B5\uB2C8\uB2E4(<3>\uC5EC\uAE30\uB97C \uD074\uB9AD\uD558\uC2DC\uBA74 \uBB34\uB8CC\uB85C \uCCB4\uD5D8\uD558\uC2E4 \uC218 \uC788\uC2B5\uB2C8\uB2E4). \uB610\uD55C, \uB124\uD2B8\uC6CC\uD06C \uB610\uB294 \uD504\uB85D\uC2DC \uC124\uC815\uC744 \uD655\uC778\uD574\uC57C \uD560 \uC218\uB3C4 \uC788\uC2B5\uB2C8\uB2E4.",pickAll:"\uC804\uCCB4 \uC120\uD0DD","error.reason":"\uC624\uB958 \uC6D0\uC778","error.retry":"\uB2E4\uC2DC \uC2DC\uB3C4\uD558\uB2E4","widget.instruction":"\uC0AC\uC6A9 \uC124\uBA85\uC11C",notLogin:"\uB85C\uADF8\uC778\uD558\uC9C0 \uC54A\uC74C",loggedIn:"\uB85C\uADF8\uC778 \uB418\uC5C8\uC2B5\uB2C8\uB2E4",touchShortcutsOff:"\uB2EB\uAE30",goLogin:"\uB85C\uADF8\uC778\uD558\uC2ED\uC2DC\uC624","widget.videoSubtitle":"\uBE44\uB514\uC624 \uC790\uB9C9","multipleClick.2":"\uB354\uBE14 \uD074\uB9AD","widget.translateFile":"PDF/ePub",shortcutSettings:"\uB2E8\uCD95\uD0A4","tagsInput.add":"+ \uCD94\uAC00",translationOnlyMode:"\uC624\uC9C1 \uBC88\uC5ED \uBAA8\uB4DC\uB9CC",shortcutSettingsTitle:"\uB2E8\uCD95\uD0A4 \uC124\uC815","translationServices.gemini":"\uC30D\uB465\uC774\uC790\uB9AC","multipleClick.4":"\uB124 \uBC88 \uC5F0\uC18D \uD0C0\uACA9","floatBall.iKnow":"\uB098\uB294 \uC54C\uC558\uC5B4","widget.instructionTooltip":"\uC0AC\uC6A9 \uC124\uBA85\uC11C\uB97C \uD655\uC778\uD558\uC2ED\uC2DC\uC624","multipleClick.3":"\uD2B8\uB9AC\uD50C \uD788\uD2B8",paragraphMinTextCountField:"\uBC88\uC5ED \uB2E8\uB77D\uC5D0 \uD544\uC694\uD55C \uCD5C\uC18C \uBB38\uC790 \uC218","shortcutGroup.shortcutsForTranslationServices":"\uBC88\uC5ED \uC11C\uBE44\uC2A4 \uAD00\uB828 \uB2E8\uCD95\uD0A4",temprarilyChangeTranslationTo_openai:"\uD604\uC7AC \uD398\uC774\uC9C0\uB97C OpenAI\uB85C \uBC88\uC5ED\uD558\uACE0 \uC788\uC2B5\uB2C8\uB2E4.","browser.translateWithGoogle":"\uD604\uC7AC \uD398\uC774\uC9C0\uB97C \uC784\uC2DC\uB85C Google \uBC88\uC5ED \uC0AC\uC6A9\uD558\uAE30",mouseHoverCustomKeyTitle:"\uC0AC\uC6A9\uC790 \uC815\uC758 \uB9C8\uC6B0\uC2A4 \uD638\uBC84 \uB2E8\uCD95\uD0A4","slide.left":"\uC624\uB978\uCABD\uC73C\uB85C \uC2AC\uB77C\uC774\uB4DC\uD558\uC138\uC694","browser.translateInputBox":"\uD604\uC7AC \uC785\uB825 \uC0C1\uC790 \uB0B4\uC6A9 \uBC88\uC5ED","intro.floatBallTitle":"\uBE60\uB978 \uBC88\uC5ED \uD50C\uB85C\uD305 \uBCFC","shortcutGroup.touch":"\uD130\uCE58 \uC2A4\uD06C\uB9B0 \uC804\uC6A9 \uC81C\uC2A4\uCC98","widget.videoSubtitleTooltip":"Youtube \uB4F1 {count}+ \uBE44\uB514\uC624 \uC6F9\uC0AC\uC774\uD2B8\uB97C \uC9C0\uC6D0\uD569\uB2C8\uB2E4","intro.subtitleTitle":"\uC628\uB77C\uC778 \uBE44\uB514\uC624 \uC774\uC911 \uC5B8\uC5B4 \uC790\uB9C9 \uD45C\uC2DC","subtitle.autoDisableSubtitle":"\uC790\uB3D9\uC73C\uB85C \uC774\uC911 \uC5B8\uC5B4 \uC790\uB9C9\uC744 \uD65C\uC131\uD654\uD558\uC9C0 \uC54A\uC2B5\uB2C8\uB2E4",temprarilyChangeTranslationTo_bing:"\uD604\uC7AC \uD398\uC774\uC9C0\uB97C Microsoft \uBC88\uC5ED\uC744 \uC0AC\uC6A9\uD558\uC5EC \uBC88\uC5ED\uD558\uACE0 \uC788\uC2B5\uB2C8\uB2E4.","slide.right":"\uC67C\uCABD\uC73C\uB85C \uC2AC\uB77C\uC774\uB4DC\uD558\uC138\uC694","widget.translateFileTooltip":"PDF, EPUB, SRT, ASS, HTML \uBC0F TXT \uBB38\uC11C \uBC88\uC5ED","intro.hoverTitle":"\uB9C8\uC6B0\uC2A4\uB97C \uB193\uC73C\uBA74 \uD604\uC7AC \uB2E8\uB77D\uC774 \uBC88\uC5ED\uB429\uB2C8\uB2E4.",temprarilyChangeTranslationTo_gemini:"\uD604\uC7AC \uD398\uC774\uC9C0\uB97C Gemini\uB85C \uBC88\uC5ED\uD558\uACE0 \uC788\uC2B5\uB2C8\uB2E4.","shortcutGroup.mouse":"\uB9C8\uC6B0\uC2A4 \uD638\uBC84 \uB2E8\uCD95\uD0A4 \uC124\uC815",temprarilyChangeTranslationTo_google:"\uD604\uC7AC \uD398\uC774\uC9C0\uB97C Google \uBC88\uC5ED\uC744 \uC0AC\uC6A9\uD558\uC5EC \uBC88\uC5ED\uD558\uACE0 \uC788\uC2B5\uB2C8\uB2E4.",neverTranslateThisSite:"\uC774 \uC6F9\uC0AC\uC774\uD2B8\uB97C \uC808\uB300 \uBC88\uC5ED\uD558\uC9C0 \uB9C8\uC2ED\uC2DC\uC624.","subtitle.bilingual":"\uC774\uC911 \uC5B8\uC5B4 \uC790\uB9C9",alwaysTranslateThisSite:"\uD56D\uC0C1 \uC774 \uC6F9\uC0AC\uC774\uD2B8\uB97C \uBC88\uC5ED\uD569\uB2C8\uB2E4",buildSnapshots:"\uC6F9\uD398\uC774\uC9C0 \uC2A4\uB0C5\uC0F7 \uC0DD\uC131","error.subscriptionExpiredTitle":"\uD68C\uC6D0\uC774 \uB9CC\uB8CC\uB418\uC5C8\uC2B5\uB2C8\uB2E4",notLoginPro:"\uB2F9\uC2E0\uC740 \uC544\uC9C1 \uD68C\uC6D0 \uACC4\uC815\uC5D0 \uB85C\uADF8\uC778\uD558\uC9C0 \uC54A\uC558\uC2B5\uB2C8\uB2E4.","browser.translateWithGemini":"\uD604\uC7AC \uD398\uC774\uC9C0\uB97C \uC784\uC2DC\uB85C Gemini\uB85C \uBC88\uC5ED\uD558\uC2ED\uC2DC\uC624.","shortcutGroup.others":"\uB354 \uB9CE\uC740 \uC0AC\uC6A9\uC790 \uC815\uC758 \uAE30\uB2A5 \uB2E8\uCD95\uD0A4","subtitle.showQuickButton":"\uD50C\uB808\uC774\uC5B4\uC5D0\uC11C \uC774\uC911 \uC5B8\uC5B4 \uC790\uB9C9 \uB2E8\uCD95\uD0A4\uB97C \uD45C\uC2DC\uD569\uB2C8\uB2E4","browser.translateWithBing":"\uC784\uC2DC\uB85C \uB9C8\uC774\uD06C\uB85C\uC18C\uD504\uD2B8 \uBC88\uC5ED\uC744 \uC0AC\uC6A9\uD558\uC5EC \uD604\uC7AC \uD398\uC774\uC9C0\uB97C \uBC88\uC5ED\uD558\uC2ED\uC2DC\uC624.",contact:"\uC6B0\uB9AC\uC5D0\uAC8C \uC5F0\uB77D\uD558\uC2ED\uC2DC\uC624","desc.touchShortcutsToggleTranslateTouchElement":"\uC0AC\uC6A9\uC790 \uC815\uC758 \uC81C\uC2A4\uCC98\uB97C \uC0AC\uC6A9\uD558\uBA74 \uC5B4\uB5A4 \uB2E8\uB77D\uC774\uB4E0 \uBC88\uC5ED\uD560 \uC218 \uC788\uC2B5\uB2C8\uB2E4.",temprarilyChangeTranslationTo_deepl:"\uD604\uC7AC \uD398\uC774\uC9C0\uB97C DeepL\uB85C \uBC88\uC5ED\uD558\uACE0 \uC788\uC2B5\uB2C8\uB2E4.",networkError:"\uBC88\uC5ED \uC11C\uBE44\uC2A4 \uB610\uB294 \uB124\uD2B8\uC6CC\uD06C\uC5D0 \uBB38\uC81C\uAC00 \uBC1C\uC0DD\uD588\uC2B5\uB2C8\uB2E4.","browser.translateWithTransmart":"\uC784\uC2DC\uB85C \uD150\uC13C\uD2B8 \uBC88\uC5ED\uC744 \uC0AC\uC6A9\uD558\uC5EC \uD604\uC7AC \uD398\uC774\uC9C0\uB97C \uBC88\uC5ED\uD558\uC2ED\uC2DC\uC624.",upgradeToProErrorTitle:"\uC774 \uBC88\uC5ED \uC11C\uBE44\uC2A4\uB97C \uC0AC\uC6A9\uD558\uB824\uBA74 Pro \uD68C\uC6D0\uC73C\uB85C \uC5C5\uADF8\uB808\uC774\uB4DC\uD558\uC2ED\uC2DC\uC624.",temprarilyChangeTranslationTo_transmart:"\uD604\uC7AC \uD398\uC774\uC9C0\uB97C \uD150\uC13C\uD2B8 \uBC88\uC5ED\uC744 \uC0AC\uC6A9\uD558\uC5EC \uBC88\uC5ED\uD558\uACE0 \uC788\uC2B5\uB2C8\uB2E4.",touchShortcutsToggleTranslationMask:"\uD130\uCE58 \uC2A4\uD06C\uB9B0 \uC81C\uC2A4\uCC98 \uC124\uC815\uD558\uC5EC \uBC88\uC5ED \uB9C8\uC2A4\uD06C \uD45C\uC2DC / \uC6D0\uBB38 \uD45C\uC2DC","neverTranslateText.title":"\uB2E4\uC74C \uB2E8\uC5B4\uB294 \uC6D0\uBB38\uC744 \uC720\uC9C0\uD558\uACE0 \uBC88\uC5ED\uD558\uC9C0 \uB9C8\uC2ED\uC2DC\uC624.","browser.translateWithOpenAI":"\uC784\uC2DC\uB85C OpenAI\uB97C \uC0AC\uC6A9\uD558\uC5EC \uD604\uC7AC \uD398\uC774\uC9C0\uB97C \uBC88\uC5ED\uD558\uC2ED\uC2DC\uC624.","floatBall.guideClickToTranslate":`\uD074\uB9AD\uD558\uC5EC \uBAB0\uC785\uD615 \uBC88\uC5ED \uD50C\uB85C\uD305 \uBCFC\uC744 \uBE60\uB974\uAC8C \uBC88\uC5ED\uD560 \uC218 \uC788\uC2B5\uB2C8\uB2E4`,"floatBall.longPress":"\uAE38\uAC8C \uB204\uB974\uBA74 \uC124\uC815 \uD328\uB110\uC744 \uBE60\uB974\uAC8C \uC5F4 \uC218 \uC788\uC5B4\uC694.","browser.translateWithDeepL":"\uD604\uC7AC \uD398\uC774\uC9C0\uB97C \uC784\uC2DC\uB85C DeepL\uB85C \uBC88\uC5ED\uD558\uC2ED\uC2DC\uC624.","shortcutGroup.main":"\uC77C\uBC18\uC801\uC73C\uB85C \uC0AC\uC6A9\uD558\uB294 \uAE30\uB2A5\uC758 \uB2E8\uCD95\uD0A4","subtitle.hideQuickButton":"\uB354 \uC774\uC0C1 \uC774 \uB2E8\uCD95\uD0A4\uB97C \uD45C\uC2DC\uD558\uC9C0 \uC54A\uC2B5\uB2C8\uB2E4",touchShortcutsToggleTranslatePage:"\uC6F9\uD398\uC774\uC9C0 \uBC88\uC5ED/\uC6D0\uBB38 \uD45C\uC2DC\uB97C \uC704\uD574 \uD130\uCE58 \uC2A4\uD06C\uB9B0 \uC81C\uC2A4\uCC98 \uC124\uC815",touchShortcutsToggleTranslateTouchElement:"\uD2B9\uC815 \uB2E8\uB77D \uBC88\uC5ED\uC744 \uC704\uD55C \uD130\uCE58 \uC2A4\uD06C\uB9B0 \uC81C\uC2A4\uCC98 \uC124\uC815",confirmResetToDefaultSettings:"\uC774 \uBC88\uC5ED \uC11C\uBE44\uC2A4\uB97C \uAE30\uBCF8 \uC124\uC815\uC73C\uB85C \uBCF5\uC6D0\uD558\uC2DC\uACA0\uC2B5\uB2C8\uAE4C? (\uD604\uC7AC \uBC88\uC5ED \uC11C\uBE44\uC2A4 \uC124\uC815\uB9CC \uC7AC\uC124\uC815\uB429\uB2C8\uB2E4)","description.baiduField":"\uC9C0\uC6D0\uB418\uB294 \uBD84\uC57C\uB294 <1>\uC5EC\uAE30\uB97C \uCC38\uC870\uD558\uC2ED\uC2DC\uC624. \uBE44\uC5B4 \uC788\uC73C\uBA74 \uBD84\uC57C\uB97C \uC9C0\uC815\uD558\uC9C0 \uC54A\uB294 \uAC83\uC744 \uC758\uBBF8\uD569\uB2C8\uB2E4.","error.subscriptionExpired":"\uD68C\uC6D0\uB2D8\uC758 \uD68C\uC6D0\uAD8C\uC774 \uB9CC\uB8CC\uB418\uC5C8\uC744 \uC218 \uC788\uC2B5\uB2C8\uB2E4. \uD68C\uC6D0 \uC0C1\uD0DC\uB97C \uD655\uC778\uD574 \uC8FC\uC138\uC694.","desc.interfaceLanguage":"\uC778\uD130\uD398\uC774\uC2A4 \uC5B8\uC5B4 \uC124\uC815\uC740 \uC81C\uC5B4\uD310\uC758 \uD45C\uC2DC \uC5B8\uC5B4\uC5D0 \uC601\uD5A5\uC744 \uBBF8\uCE58\uBA70, \uBC88\uC5ED\uC758 \uB300\uC0C1 \uC5B8\uC5B4\uC640\uB294 \uBB34\uAD00\uD569\uB2C8\uB2E4.","browser.toggleMouseHoverTranslateDirectly":"\uD398\uC774\uC9C0\uC5D0\uC11C \uC784\uC2DC\uB85C \uB9C8\uC6B0\uC2A4 \uD638\uBC84\uB97C \uC0AC\uC6A9\uD558\uC5EC \uC9C1\uC811 \uBC88\uC5ED\uC744 \uD65C\uC131\uD654\uD558\uAC70\uB098 \uBE44\uD65C\uC131\uD654\uD558\uC2ED\uC2DC\uC624.","desc.toggleTranslateTheMainPage":"\uD398\uC774\uC9C0\uC758 \uC8FC\uC694 \uC601\uC5ED\uB9CC \uBC88\uC5ED\uD558\uC2ED\uC2DC\uC624. \uACE0\uAE09 \uC124\uC815\uC5D0\uC11C \uD398\uC774\uC9C0 \uC804\uCCB4 \uC601\uC5ED \uBC88\uC5ED\uC744 \uD65C\uC131\uD654 \uD55C \uD6C4, \uC774 \uB2E8\uCD95\uD0A4\uB97C \uC0AC\uC6A9\uD558\uC5EC \uD398\uC774\uC9C0\uC758 \uC8FC\uC694 \uC601\uC5ED\uB9CC \uBC88\uC5ED\uD560 \uC218 \uC788\uC2B5\uB2C8\uB2E4.","desc.mouseHoverHoldKey":"\uB9C8\uC6B0\uC2A4\uB97C \uD2B9\uC815 \uB2E8\uB77D \uC704\uC5D0 \uB193\uACE0 \uC624\uB978\uCABD \uB2E8\uCD95\uD0A4\uB97C \uB3D9\uC2DC\uC5D0 \uB204\uB974\uBA74 \uD574\uB2F9 \uB2E8\uB77D\uC744 \uBC14\uB85C \uBC88\uC5ED\uD560 \uC218 \uC788\uC2B5\uB2C8\uB2E4.",mouseHoverCustomKeyDescription:"\uB9C8\uC6B0\uC2A4\uB97C \uD638\uBC84\uD558\uB294 \uC870\uD569 \uB2E8\uCD95\uD0A4\uB97C \uC0AC\uC6A9\uC790 \uC815\uC758 \uD560 \uC218 \uC788\uC2B5\uB2C8\uB2E4. \uC608\uB97C \uB4E4\uC5B4 : Alt+Z, Ctrl+E, Cmd+Alt+E \uB610\uB294 \uBC14\uB85C Cmd, \uC218\uB3D9\uC73C\uB85C \uC785\uB825\uD574 \uC8FC\uC138\uC694.","subtitle.showQuickButtonDescription":"\uBE44\uB514\uC624 \uD50C\uB808\uC774\uC5B4\uC758 \uC624\uB978\uCABD \uD558\uB2E8\uC5D0\uC11C \uC774\uC911 \uC5B8\uC5B4 \uC790\uB9C9\uC744 \uD65C\uC131\uD654\uD558\uB294 \uB2E8\uCD95\uD0A4\uB97C \uC81C\uACF5\uD569\uB2C8\uB2E4.","desc.toggleTranslateTheWholePage":"\uD398\uC774\uC9C0 \uC804\uCCB4 \uBC88\uC5ED, \uAE30\uBCF8\uC801\uC73C\uB85C \uC6B0\uB9AC\uB294 \uD398\uC774\uC9C0\uC758 \uC8FC\uC694 \uC601\uC5ED\uC744 \uBC88\uC5ED\uD569\uB2C8\uB2E4. \uC774 \uB2E8\uCD95\uD0A4\uB97C \uC0AC\uC6A9\uD558\uC5EC \uD398\uC774\uC9C0 \uC804\uCCB4\uB97C \uC804\uC6A9 \uBC88\uC5ED\uD560 \uC218 \uC788\uC2B5\uB2C8\uB2E4.",shortcutDisableTooltip:"\uBE0C\uB77C\uC6B0\uC800\uC5D0\uC11C \uC81C\uACF5\uD558\uB294 \uD655\uC7A5 \uD504\uB85C\uADF8\uB7A8 \uB2E8\uCD95\uD0A4 \uAD00\uB9AC \uD398\uC774\uC9C0\uC5D0\uC11C \uC124\uC815\uC744 \uD574 \uC8FC\uC138\uC694. \uB354 \uB9CE\uC740 \uC9C0\uCE68\uC740 \uC774 \uD398\uC774\uC9C0 \uC0C1\uB2E8\uC758 \uC124\uBA85\uC744 \uCC38\uC870\uD558\uC2ED\uC2DC\uC624.","browser.toggleVideoSubtitlePreTranslation":"\uC774\uC911 \uC5B8\uC5B4 \uC790\uB9C9\uC744 \uC804\uD658\uD558\uACE0, \uBAB0\uC785\uD615 \uBC88\uC5ED \uC124\uC815\uC744 \uC6B0\uC120\uC801\uC73C\uB85C \uC0AC\uC6A9\uD558\uC2ED\uC2DC\uC624.","desc.touchShortcutsToggleTranslatePage":"\uC124\uC815 \uD6C4\uC5D0\uB294 \uC774\uB3D9 \uC7A5\uCE58\uB97C \uC0AC\uC6A9\uD560 \uB54C X \uAC1C\uC758 \uC190\uAC00\uB77D\uC73C\uB85C \uB3D9\uC2DC\uC5D0 \uD654\uBA74\uC744 \uD130\uCE58\uD558\uAC70\uB098 \uC88C\uC6B0\uB85C \uC2AC\uB77C\uC774\uB4DC\uD558\uAC70\uB098 \uC5F0\uC18D\uC801\uC73C\uB85C \uD0ED\uD558\uC5EC \uC6F9 \uD398\uC774\uC9C0\uB97C \uBC88\uC5ED\uD558\uAC70\uB098 \uC6D0\uBB38\uC744 \uD45C\uC2DC\uD560 \uC218 \uC788\uC2B5\uB2C8\uB2E4.","desc.toggleMouseHoverTranslateDirectly":"\uC774 \uB2E8\uCD95\uD0A4\uB97C \uB204\uB978 \uD6C4 \uD398\uC774\uC9C0\uC5D0\uC11C \uB9C8\uC6B0\uC2A4\uB97C \uD14D\uC2A4\uD2B8\uC758 \uC5B4\uB5A4 \uBD80\uBD84\uC5D0\uB4E0\uC9C0 \uAC00\uB9AC\uD0A4\uBA74 \uD574\uB2F9 \uD14D\uC2A4\uD2B8\uAC00 \uC790\uB3D9\uC73C\uB85C \uBC88\uC5ED\uB429\uB2C8\uB2E4. \uB2E8\uCD95\uD0A4\uB97C \uB2E4\uC2DC \uD55C \uBC88 \uB204\uB974\uBA74 \uC774 \uC790\uB3D9 \uBC88\uC5ED \uAE30\uB2A5\uC744 \uB2EB\uC744 \uC218 \uC788\uC2B5\uB2C8\uB2E4.",paragraphMinTextCountDesc:"\uC8FC\uC758, \uC5EC\uAE30\uC11C\uB294 \uBB38\uC790 \uAE38\uC774\uB97C \uC758\uBBF8\uD569\uB2C8\uB2E4. \uC608\uB97C \uB4E4\uC5B4, hello\uB294 5\uAC1C\uC758 \uBB38\uC790\uC785\uB2C8\uB2E4. \uB354 \uD070 \uAC12\uC744 \uC124\uC815\uD558\uBA74 \uBD88\uD544\uC694\uD55C \uC791\uC740 \uB2E8\uB77D \uBC88\uC5ED\uC744 \uC904\uC77C \uC218 \uC788\uC2B5\uB2C8\uB2E4.",translationOnlyModeDescription:"\uBC88\uC5ED\uBB38\uB9CC \uBAA8\uB4DC\uB294 \uAE30\uBCF8\uC801\uC778 \uC774\uC911 \uC5B8\uC5B4 \uBAA8\uB4DC\uAC00 \uC544\uB2CC \uC624\uC9C1 \uBC88\uC5ED\uBB38\uB9CC\uC744 \uD45C\uC2DC\uD558\uB294 \uAC83\uC744 \uC758\uBBF8\uD569\uB2C8\uB2E4. \uC8FC\uC758: \uAE30\uC220\uC801 \uC81C\uD55C\uC73C\uB85C \uC778\uD574 \uBC88\uC5ED\uBB38\uB9CC \uBAA8\uB4DC\uC5D0\uC11C\uB294 \uC6D0\uBB38\uC758 \uD558\uC774\uD37C\uB9C1\uD06C\uAC00 \uC791\uB3D9\uD558\uC9C0 \uC54A\uC744 \uAC83\uC785\uB2C8\uB2E4.","desc.touchShortcutsToggleTranslationMask":"\uBC88\uC5ED \uB9C8\uC2A4\uD06C\uB294 \uBC88\uC5ED \uC2A4\uD0C0\uC77C\uC758 \uD750\uB9BF\uD55C \uD6A8\uACFC\uB97C \uAC00\uB9AC\uD0A4\uBA70(\uD559\uC2B5 \uBAA8\uB4DC), \uD65C\uC131\uD654\uD558\uBA74 \uC784\uC2DC\uB85C \uBC88\uC5ED\uC5D0 \uD750\uB9BF\uD55C \uD6A8\uACFC\uB97C \uC0AC\uC6A9\uD558\uC5EC \uD559\uC2B5\uC744 \uC6A9\uC774\uD558\uAC8C \uD569\uB2C8\uB2E4.","intro.floatBallDescription":"\uC0AC\uC6A9\uD558\uBA74 \uD398\uC774\uC9C0 \uC624\uB978\uCABD\uC5D0 \uBE60\uB978 \uBC88\uC5ED \uBC84\uD2BC\uC774 \uD45C\uC2DC\uB418\uBA70, \uD074\uB9AD\uD558\uBA74 \uBC88\uC5ED\uD560 \uC218 \uC788\uACE0 \uB2E4\uC2DC \uD074\uB9AD\uD558\uBA74 \uC6D0\uBB38\uC73C\uB85C \uC804\uD658\uD560 \uC218 \uC788\uC2B5\uB2C8\uB2E4. \uBAA8\uBC14\uC77C\uC5D0\uC11C\uB294 \uD50C\uB85C\uD305 \uBCFC\uC744 \uAE38\uAC8C \uB204\uB974\uBA74 \uBE60\uB978 \uC124\uC815 \uD328\uB110\uC744 \uC5F4 \uC218 \uC788\uC2B5\uB2C8\uB2E4.","contact.description":"\uB2F9\uC2E0\uC774 \uC9C8\uBB38\uC774\uB098 \uC81C\uC548\uC0AC\uD56D\uC774 \uC788\uC73C\uC2DC\uB2E4\uBA74, \uC544\uB798\uC758 \uC591\uC2DD\uC744 \uC791\uC131\uD558\uC5EC \uC800\uD76C\uC5D0\uAC8C \uC5F0\uB77D\uD558\uC2DC\uAC70\uB098 {email}\uB85C \uC774\uBA54\uC77C\uC744 \uBCF4\uB0B4\uC8FC\uC2DC\uAE30 \uBC14\uB78D\uB2C8\uB2E4. \uC800\uD76C\uB294 \uBE60\uB978 \uC2DC\uC77C \uB0B4\uC5D0 \uB2F5\uBCC0\uB4DC\uB9AC\uACA0\uC2B5\uB2C8\uB2E4.","neverTranslateText.description":"\uC77C\uBD80 \uBC88\uC5ED \uC5D4\uC9C4\uC774 \uACE0\uC720 \uBA85\uC0AC\uB97C \uC81C\uB300\uB85C \uC778\uC2DD\uD558\uC9C0 \uBABB\uD558\uAE30 \uB54C\uBB38\uC5D0, \uC5EC\uAE30\uC5D0 \uB2E8\uC5B4\uB97C \uCD94\uAC00\uD558\uC5EC \uBC88\uC5ED \uACFC\uC815\uC5D0\uC11C \uBCC0\uD658\uB418\uC9C0 \uC54A\uB3C4\uB85D \uD560 \uC218 \uC788\uC2B5\uB2C8\uB2E4. \uC774 \uAE30\uB2A5\uC740 \uB300\uC18C\uBB38\uC790\uB97C \uAD6C\uBD84\uD558\uBA70 \uACF5\uBC31\uC73C\uB85C \uAD6C\uBD84\uB41C \uB2E8\uC5B4 \uC5B8\uC5B4(\uC601\uC5B4, \uD504\uB791\uC2A4\uC5B4 \uB4F1)\uB9CC \uC9C0\uC6D0\uD558\uBA70 \uC77C\uBCF8\uC5B4, \uD55C\uAD6D\uC5B4 \uB4F1\uC758 \uC5B8\uC5B4\uC5D0\uB294 \uC801\uC6A9\uB418\uC9C0 \uC54A\uC2B5\uB2C8\uB2E4.","intro.hoverDescription":"\uB9C8\uC6B0\uC2A4 \uD638\uBC84 \uBC88\uC5ED\uC740 \uBAB0\uC785\uD615 \uBC88\uC5ED\uC5D0\uC11C \uB9E4\uC6B0 \uC911\uC694\uD55C \uAE30\uB2A5\uC785\uB2C8\uB2E4. \uB2E8\uC9C0 \uBB38\uB2E8 \uC704\uC5D0 \uB9C8\uC6B0\uC2A4\uB97C \uB193\uACE0 \uB3D9\uC2DC\uC5D0 \uC124\uC815\uB41C \uB2E8\uCD95\uD0A4\uB97C \uB204\uB974\uBA74 \uD604\uC7AC \uBB38\uB2E8\uC774 \uC790\uB3D9\uC73C\uB85C \uBC88\uC5ED\uB429\uB2C8\uB2E4(\uC8FC\uC758: \uAE30\uBCF8\uC801\uC73C\uB85C \uD65C\uC131\uD654\uB418\uC5B4 \uC788\uC9C0 \uC54A\uC2B5\uB2C8\uB2E4. \uC544\uB798\uC5D0\uC11C \uC124\uC815\uD558\uC2ED\uC2DC\uC624). \uC774 \uC0C1\uD638\uC791\uC6A9\uC740 \uB2E8\uC5B4 \uC120\uD0DD \uBC88\uC5ED\uC744 \uB354 \uC798 \uB300\uCCB4\uD558\uAE30 \uC704\uD574 \uC0AC\uC6A9\uB418\uBA70, \uB610\uD55C \uC774 \uAE30\uB2A5\uC740 \uC778\uC2DD\uD560 \uC218 \uC5C6\uB294 \uBC88\uC5ED \uC601\uC5ED\uC5D0 \uB110\uB9AC \uC801\uC6A9\uB429\uB2C8\uB2E4. \uC774 \uAE30\uB2A5\uC744 \uC774\uC6A9\uD558\uC5EC \uC5B4\uB5A4 \uBB38\uB2E8\uC774\uB4E0 \uAC15\uC81C\uB85C \uBC88\uC5ED\uD560 \uC218 \uC788\uC2B5\uB2C8\uB2E4.","intro.subtitleDescription":"\uC774 \uAE30\uB2A5\uC744 \uD65C\uC131\uD654\uD558\uBA74 \uBE44\uB514\uC624 \uC7AC\uC0DD \uC2DC \uC790\uB3D9\uC73C\uB85C \uC774\uC911 \uC5B8\uC5B4 \uC790\uB9C9\uC774 \uD45C\uC2DC\uB429\uB2C8\uB2E4. \uD65C\uC131\uD654\uD558\uC9C0 \uC54A\uC740 \uACBD\uC6B0, \uD398\uC774\uC9C0\uC5D0\uC11C \uC218\uB3D9\uC73C\uB85C \uBC88\uC5ED \uBC84\uD2BC\uC744 \uD074\uB9AD\uD558\uC5EC \uC790\uB9C9\uC744 \uD45C\uC2DC\uD574\uC57C \uD569\uB2C8\uB2E4. \uAE30\uC220\uC801 \uC81C\uD55C\uC73C\uB85C \uC778\uD574 \uC77C\uBD80 \uC6F9\uC0AC\uC774\uD2B8\uC5D0\uC11C\uB294 \uC790\uB9C9\uC744 \uCC98\uC74C \uD65C\uC131\uD654\uD560 \uB54C \uD398\uC774\uC9C0\uB97C \uC0C8\uB85C \uACE0\uCE68\uD558\uAC70\uB098 \uBC88\uC5ED\uC774 \uC644\uB8CC\uB41C \uD6C4\uC5D0\uC57C \uC774\uC911 \uC5B8\uC5B4 \uC790\uB9C9\uC744 \uD45C\uC2DC\uD560 \uC218 \uC788\uC2B5\uB2C8\uB2E4. (\uB610\uD55C, \uBE44\uB514\uC624 \uC6F9\uC0AC\uC774\uD2B8\uB97C \uC5F4\uACE0 \uB098\uC11C \uC624\uB978\uCABD \uC0C1\uB2E8\uC5D0\uC11C \uBAB0\uC785\uD615 \uBC88\uC5ED\uC758 \uBC14\uB85C\uAC00\uAE30 \uD328\uB110\uC744 \uD65C\uC131\uD654/\uBE44\uD65C\uC131\uD654 \uD560 \uC218\uB3C4 \uC788\uC2B5\uB2C8\uB2E4.)

\uD604\uC7AC \uC774\uB7EC\uD55C \uC6F9\uC0AC\uC774\uD2B8\uC5D0\uC11C \uC774\uC911 \uC5B8\uC5B4 \uC790\uB9C9\uC744 \uC0AC\uC6A9\uD560 \uC218 \uC788\uC2B5\uB2C8\uB2E4:",geminiWarning:"\uC8FC\uC758: Google\uC774 \uC81C\uACF5\uD558\uB294 Gemini\uC758 \uBB34\uB8CC \uC11C\uBE44\uC2A4 \uC81C\uD55C\uC774 \uC5C4\uACA9\uD558\uBBC0\uB85C, \uC0AC\uC6A9\uC790\uAC00 \uC5EC\uB7EC Key\uB97C \uC0AC\uC6A9\uD558\uC5EC \uADF8\uB4E4\uC758 \uBB34\uB8CC \uD560\uB2F9\uB7C9 \uC81C\uD55C\uC744 \uD68C\uD53C\uD558\uACE0 \uC788\uB2E4\uACE0 Google\uC5D0 \uD310\uB2E8\uB420 \uC218 \uC788\uC2B5\uB2C8\uB2E4. \uC0AC\uC6A9\uD558\uC9C0 \uC54A\uB294 \uAC83\uC774 \uC88B\uC73C\uBA70, Google\uC774 Gemini \uC720\uB8CC \uC778\uD130\uD398\uC774\uC2A4\uB97C \uAC1C\uBC29\uD560 \uB54C\uAE4C\uC9C0 \uAE30\uB2E4\uB9AC\uB294 \uAC83\uC774 \uC88B\uC2B5\uB2C8\uB2E4.","floatBall.setting":"\uC124\uC815","floatBall.translateToLanguage":"{language}\uB85C \uBC88\uC5ED\uC744 \uD074\uB9AD\uD558\uC2ED\uC2DC\uC624.","floatBall.file":`PDF, EPUB, SRT, ASS, HTML, TXT \uD30C\uC77C \uBC88\uC5ED`,changeToOnlyTempTranslationMode:"\uBC88\uC5ED\uB9CC \uD45C\uC2DC\uD558\uB3C4\uB85D \uD1A0\uAE00",changeToDualTempTranslationMode:"\uC774\uC911 \uC5B8\uC5B4 \uBC88\uC5ED\uC73C\uB85C \uC804\uD658","options.navbar.translateFile":"\uBB38\uC11C \uBC88\uC5ED","transitionMode.dual":"\uC774\uC911 \uC5B8\uC5B4 \uB300\uC870","transitionMode.translation":"\uC624\uC9C1 \uBC88\uC5ED\uBB38","options.navbar.installApp":"\uD734\uB300\uD3F0 \uC571 \uC124\uCE58","subtitle.transitionMode":"\uBE44\uB514\uC624 \uC790\uB9C9 \uC774\uC911 \uC5B8\uC5B4 / \uBC88\uC5ED\uBB38\uB9CC \uC124\uC815","transitionMode.inherit":"\uC2DC\uC2A4\uD15C\uC758 \uAE30\uBCF8 \uBC88\uC5ED \uD45C\uC2DC \uBAA8\uB4DC\uC640 \uC77C\uCE58\uD558\uC2ED\uC2DC\uC624","subtitle.transitionModeDescription":"\uBE44\uB514\uC624 \uC790\uB9C9\uC744 \uC774\uC911 \uC5B8\uC5B4 \uB300\uC870 \uB610\uB294 \uBC88\uC5ED\uBB38\uB9CC \uBAA8\uB4DC\uB85C \uC124\uC815\uD558\uC2ED\uC2DC\uC624.",translateFileTooltip:`PDF, ePub, srt, ass, HTML, TXT \uD30C\uC77C \uBC88\uC5ED`,"description.subtitlePrompt":`\uC790\uB9C9 \uC2DC\uB098\uB9AC\uC624\uC5D0\uC11C \uC5EC\uB7EC \uB2E8\uB77D\uC744 \uBCF4\uB0BC \uB54C, \uC0AC\uC6A9\uC790\uC758 \uC2E0\uBD84\uC73C\uB85C {service}\uC5D0 \uB300\uD654\uB97C \uBCF4\uB0B4\uB294\uB370, \uC5EC\uAE30\uC11C {{from}}\uC740 \uB2E8\uB77D\uC758 \uC5B8\uC5B4\uB97C \uB098\uD0C0\uB0B4\uACE0, {{to}}\uB294 \uBAA9\uD45C \uC5B8\uC5B4\uB97C \uB098\uD0C0\uB0C5\uB2C8\uB2E4. {{yaml}}\uC740 \uC6B0\uB9AC\uAC00 yaml \uD615\uC2DD\uC73C\uB85C \uD3EC\uC7A5\uD55C \uB2E8\uB77D \uB0B4\uC6A9\uC774\uBA70, \uC0AC\uC6A9\uC790 \uC815\uC758 Prompt\uAC00 \uD544\uC694\uD55C \uACBD\uC6B0, AI \uC751\uB2F5\uC758 YAML \uACB0\uACFC\uC758 \uAC01 \uD56D\uBAA9\uC774 {env.imt_sub_trans_field} \uD544\uB4DC\uB97C \uD3EC\uD568\uD574\uC57C \uD569\uB2C8\uB2E4. {{imt_sub_trans_field}}\uB294 \uC6B0\uB9AC\uAC00 AI \uC751\uB2F5\uC744 \uC6D0\uD558\uB294 \uBC88\uC5ED \uD544\uB4DC \uC774\uB984\uC774\uBA70, \uAE30\uBCF8\uAC12\uC740: {env.imt_sub_trans_field}, {{imt_sub_source_field}}\uB294 \uC6B0\uB9AC\uAC00 AI\uC5D0\uAC8C \uC804\uB2EC\uD558\uB294 \uC6D0\uBB38 \uD544\uB4DC \uC774\uB984\uC774\uBA70, \uAE30\uBCF8\uAC12\uC740: {env.imt_sub_source_field}\uC785\uB2C8\uB2E4. \uC608\uC2DC \uACB0\uACFC\uB294 \uB2E4\uC74C\uACFC \uAC19\uC2B5\uB2C8\uB2E4: @@ -5144,7 +5144,7 @@ HTML, TXT \uD30C\uC77C \uBC88\uC5ED`,"description.subtitlePrompt":`\uC790\uB9C9 - id: 1 {env.imt_trans_field}: \uBC88\uC5ED\uBB38 - id: 2 - {env.imt_trans_field}: \uBC88\uC5ED\uBB38`,"subtitle.quickButton.setting":"\uC124\uC815","subtitle.quickButton.translationPosition":"\uBC88\uC5ED \uC704\uCE58","subtitle.quickButton.black":"\uAC80\uC740\uC0C9","translationServices.claude":"\uD074\uB85C\uB4DC","subtitle.quickButton.translationPositionTop":"\uC6D0\uBB38 \uC704\uC5D0","subtitle.quickButton.backgroundColor":"\uBC30\uACBD\uC0C9","subtitle.quickButton.translationPositionBottom":"\uC6D0\uBB38 \uC544\uB798\uC5D0","subtitle.quickButton.yellow":"\uB178\uB780\uC0C9","subtitle.quickButton.white":"\uD558\uC580\uC0C9","subtitle.quickButton.translationTextColor":"\uBC88\uC5ED \uAE00\uAF34 \uC0C9\uC0C1","subtitle.quickButton.red":"\uBE68\uAC04\uC0C9","subtitle.quickButton.sourceTextColor":"\uC6D0\uB798 \uAE00\uAF34 \uC0C9\uC0C1","subtitle.quickButton.green":"\uB179\uC0C9","subtitle.quickButton.cyan":"\uCCAD\uC0C9","subtitle.quickButton.magenta":"\uB9C8\uC820\uD0C0\uC0C9","subtitle.quickButton.backgroundOpacity":"\uBC30\uACBD \uBD88\uD22C\uBA85\uB3C4","subtitle.quickButton.translationFontSize":"\uBC88\uC5ED \uAE00\uC790 \uD06C\uAE30","subtitle.quickButton.sourceFontSize":"\uC6D0\uB798 \uAE00\uAF34 \uD06C\uAE30","subtitle.quickButton.blue":"\uD30C\uB780\uC0C9",attachSubtitleTranslating:"{service}\uB97C \uC0AC\uC6A9\uD558\uC5EC \uBC88\uC5ED \uC911...","error.claude.403":"\uC11C\uBE44\uC2A4\uC5D0 \uC561\uC138\uC2A4 \uD560 \uAD8C\uD55C\uC774 \uC5C6\uC2B5\uB2C8\uB2E4. \uC774\uB294 Claude\uC758 \uC9C0\uC5ED \uC81C\uD55C\uACFC \uAD00\uB828\uC774 \uC788\uC744 \uC218 \uC788\uC2B5\uB2C8\uB2E4. IP \uC8FC\uC18C\uB97C \uBCC0\uACBD\uD558\uAC70\uB098 \uB2E4\uB978 \uBC88\uC5ED \uC11C\uBE44\uC2A4\uB97C \uC0AC\uC6A9\uD574 \uBCF4\uC2ED\uC2DC\uC624.","browser.brandDescriptionForSafari":"\u3010\uBAB0\uC785\uD615 \uBC88\uC5ED\u3011\uBB34\uB8CC\uC758 (\uC6D0\uBB38/\uBC88\uC5ED\uBB38) \uC774\uC911 \uC5B8\uC5B4 \uB300\uC870 \uC6F9 \uD398\uC774\uC9C0 \uBC88\uC5ED \uD50C\uB7EC\uADF8\uC778\uC73C\uB85C, PDF \uBC88\uC5ED \uBC0F EPUB \uC804\uC790\uCC45 \uBC88\uC5ED\uC744 \uC9C0\uC6D0\uD558\uBA70 \uC6D0\uBB38\uC758 \uBB38\uC11C \uBC30\uCE58\uB97C \uC720\uC9C0\uD569\uB2C8\uB2E4. Youtube/Netflix \uB4F1\uC758 \uC628\uB77C\uC778 \uBE44\uB514\uC624 \uC774\uC911 \uC5B8\uC5B4 \uC790\uB9C9 \uBC88\uC5ED\uC744 \uC9C0\uC6D0\uD558\uBA70, Deepl/Google \uB4F1 \uC8FC\uC694 \uBC88\uC5ED \uC11C\uBE44\uC2A4\uB97C \uC9C0\uC6D0\uD569\uB2C8\uB2E4.","browser.PdfProFile":"AI\uAC00 \uAD6C\uB3D9\uD558\uB294 PDF Pro \uBC88\uC5ED","browser.textTranslate":"\uBB38\uC11C \uBC88\uC5ED"};var ql={nologin:"n\xE3o conectado",loginForSafari:"Iniciar sess\xE3o ou registar-se",login:"Iniciar sess\xE3o para abrir uma inscri\xE7\xE3o",manageAccount:"Contas geridas",openPremium:"Associa\xE7\xE3o aberta",logout:"abortar",curentPlan:"Pacotes actuais",endAt:"expira\xE7\xE3o",endAuto:"renova\xE7\xE3o autom\xE1tica",lineBreakMaxTextCount:"N\xFAmero m\xE1ximo de caracteres permitidos por frase ap\xF3s as mudan\xE7as de linha","translate-pdf":"Clique para traduzir o PDF","noSupportTranslate-pdf":"Script n\xE3o suportado, utilize o plugin","translate-firefox-local-pdf":"Clique para ir para Importar PDF",enableLineBreak:"Ativar o avan\xE7o autom\xE1tico de linha para par\xE1grafos longos",sponsorLabel:"$1 Desenvolvedores patrocinados",help:"m\xE3o",browserShortcutsNoteForFirefox:"Para alterar os atalhos no Firefox, \xE9 necess\xE1rio abrir a p\xE1gina de gest\xE3o de extens\xF5es `about:addons`, clicar em `Settings` e, em seguida, clicar em `Manage Shortcuts` para definir os atalhos.",browserShortcutsNoteForChrome:"Para modificar os atalhos no Chrome, tem de abrir a p\xE1gina de gest\xE3o de extens\xF5es, defini-los no painel `Gerir atalhos` (`chrome://extensions/shortcuts`) e clicar no bot\xE3o abaixo para saltar para a p\xE1gina de gest\xE3o de atalhos.",browserShortcutsSucks:"Os atalhos personalizados s\xE3o formatados como (sem reconhecimento autom\xE1tico, introduza diretamente)\uFF1A",enableLineBreakDescription:"Quando activada, as quebras de linha ser\xE3o inseridas no final de cada frase em par\xE1grafos longos para facilitar a leitura","browser.shortBrandName":"Tradu\xE7\xE3o por imers\xE3o","browser.brandName":"Tradu\xE7\xE3o por imers\xE3o: Tradu\xE7\xE3o bilingue de p\xE1ginas Web e de documentos PDF","browser.brandDescription":"Bilingual web page translation, also supports PDF translation, bilingual Epub eBook translation, free to use.","browser.toggleTranslatePage":"Traduzir a p\xE1gina/apresentar o texto original","browser.toggleTranslateTheWholePage":"Traduzir todas as \xE1reas da p\xE1gina/apresentar o texto original","browser.toggleOnlyTransation":"Alternar entre o modo bil\xEDngue / apenas tradu\xE7\xE3o","browser.toggleTranslateToThePageEndImmediately":"Tradu\xE7\xE3o imediata para o fim da p\xE1gina/visualiza\xE7\xE3o do texto original","browser.toggleTranslateTheMainPage":"Traduzir a \xE1rea principal da p\xE1gina/apresentar o texto original","browser.shareToDraft":"Partilhar p\xE1ginas bilingues","browser.openOptionsPage":"Abrir a p\xE1gina de defini\xE7\xF5es","browser.toggleTranslationMask":"Mostrar/ocultar o efeito de desfocagem da tradu\xE7\xE3o","browser.translateLocalPdfFile":"Traduzir ficheiros PDF locais","browser.openEbookViewer":"Ler livros electr\xF3nicos locais","browser.openEbookBuilder":"Criar livros electr\xF3nicos EPUB bilingues","browser.translateLocalHtmlFile":"Traduzir ficheiros HTML/txt","browser.donateContext":"Saiba mais sobre as vantagens do patroc\xEDnio","browser.translateLocalSubtitleFile":"Traduzir ficheiros de legendas locais",confirmResetConfig:"Tem a certeza de que pretende repor as defini\xE7\xF5es?",translationLineBreakSettingTitle:"Defini\xE7\xE3o do avan\xE7o de linha de tradu\xE7\xE3o",smartLineBreak:"alimenta\xE7\xE3o de linha inteligente (computa\xE7\xE3o)",alwaysLineBreak:"Sempre alimenta\xE7\xE3o de linha",isShowContextMenu:"Adicionar p\xE1ginas traduzidas aos itens de menu do bot\xE3o direito do rato",toggleBeta:"Ativa\xE7\xE3o de funcionalidades de teste beta",betaDescription:"Ativar funcionalidades que ainda s\xE3o experimentais, bem como um servi\xE7o de tradu\xE7\xE3o em vers\xE3o beta. Junte-se ao <1>grupo do Telegram para saber mais.",translationLineBreakSettingDescription:"Os feeds de linha s\xE3o sempre limpos e organizados para p\xE1ginas com menos conte\xFAdo. (Utilize quebras de linha inteligentes em par\xE1grafos longos e com muito conte\xFAdo (mais de{count}caracteres) para poupar espa\xE7o).",tempTranslateDomainTitle:"Dura\xE7\xE3o da ativa\xE7\xE3o tempor\xE1ria da tradu\xE7\xE3o do s\xEDtio Web",tempTranslateDomainDescription:"Quando traduzir manualmente uma p\xE1gina Web, active temporariamente o s\xEDtio Web para tradu\xE7\xE3o autom\xE1tica e pode definir a dura\xE7\xE3o tempor\xE1ria.",xMinutes:"{count} minutos",disabled:"proibir a utiliza\xE7\xE3o de algo",changelog:"Registo de atualiza\xE7\xE3o",toggleTranslatePageWhenThreeFingersOnTheScreen:"O toque simult\xE2neo de v\xE1rios dedos no ecr\xE3 traduz p\xE1ginas Web/apresenta o texto original",toggleTranslationMaskWhenThreeFingersOnTheScreen:"O toque de v\xE1rios dedos mostra/oculta o efeito de desfocagem.",fingerCountToToggleTranslagePageOnlyTranslationWhenTouching:"O toque simult\xE2neo de v\xE1rios dedos no ecr\xE3 traduz a p\xE1gina Web (apenas tradu\xE7\xE3o)/apresenta o texto original.",addUrlDescription:"Pode ser um nome de dom\xEDnio e tamb\xE9m suporta wildcards, por exemplo,\uFF1A*.google.com, google.com/mail/*, https://www.google.com/*",general:"Defini\xE7\xF5es b\xE1sicas",clickToExpandConfig:"Expandir a configura\xE7\xE3o atual",import:"Importar de um ficheiro",export:"Exportar para ficheiro",toggleDebug:"Imprimir o registo de depura\xE7\xE3o na consola","fingers.0":"coagula\xE7\xE3o","fingers.2":"toque com dois dedos","fingers.3":"toque com tr\xEAs dedos","fingers.4":"toque com quatro dedos","fingers.5":"toque com cinco dedos",mouseHoldKey:"+ {key} traduzir/restaurar o par\xE1grafo",mouseHoldKeyAuto:"Tradu\xE7\xE3o direta do par\xE1grafo",mouseHoldKeyOff:"N\xE3o fa\xE7as nada.",mouseHoldKeyOther:"Atalhos personalizados (abrir defini\xE7\xF5es)",mouseHoldKeyCustomKey:"{key} Tradu\xE7\xE3o/redu\xE7\xE3o do par\xE1grafo",mouseHoverHoldKey:"Passar o rato enquanto se premem as teclas de atalho para traduzir par\xE1grafos","mouse-translate":"passar o rato",document:"ficheiro (inform\xE1tico)",resetSuccess:"Repor todas as defini\xE7\xF5es com \xEAxito",resetThisSuccess:"Reinicializa\xE7\xE3o bem-sucedida",saved:"Guardar com sucesso",successImportConfig:"Configura\xE7\xE3o importada com sucesso",goAdvancedSettings:"Aceder \xE0 p\xE1gina Defini\xE7\xF5es avan\xE7adas",goAdvancedInterfaceSettings:"Aceder \xE0 p\xE1gina Defini\xE7\xF5es de personaliza\xE7\xE3o avan\xE7adas",advanced:"Defini\xE7\xF5es avan\xE7adas",advancedDescription:"Geralmente n\xE3o s\xE3o necess\xE1rias defini\xE7\xF5es, basta deix\xE1-la como predefinida. Apenas para utilizadores mais especializados, est\xE3o dispon\xEDveis defini\xE7\xF5es mais personalizadas.",developer:"Defini\xE7\xF5es do programador",donateCafe:"pre\xE7os","translate to the bottom of the page":"\xC9 traduzido para o fundo da p\xE1gina imediatamente ap\xF3s entrar na p\xE1gina?",feedback:"Feedback sobre os problemas",toggleTranslatePage:"Traduzir a p\xE1gina/apresentar o texto original",translateToThePageEndImmediatelyDescription:"Se a ativar, o conte\xFAdo ser\xE1 imediatamente traduzido da parte superior para a parte inferior da p\xE1gina \xE0 medida que a introduz. Se a desativar, a tradu\xE7\xE3o \xE9 feita \xE0 medida que l\xEA. (N\xE3o recomendado)","translate all areas of the page":"Se pretende traduzir todas as \xE1reas da p\xE1gina",translationAreaDescription:"Ligado, todas as \xE1reas de toda a p\xE1gina Web s\xE3o traduzidas. Se estiver desativado, utiliza o reconhecimento inteligente predefinido e traduz apenas as \xE1reas principais. (N\xE3o se recomenda que seja ativado)","the number of characters to be translated first":"Traduzir diretamente os primeiros caracteres da p\xE1gina sem ter de se deslocar para a \xE1rea de visualiza\xE7\xE3o","interface language":"linguagem de interface","display both the original text and the translation":"Visualiza\xE7\xE3o simult\xE2nea do original e da tradu\xE7\xE3o","keyboard shortcuts":"Atalhos de teclado",modify:"Modificar teclas de atalho",reset:"reprovis\xE3o",close:"coagula\xE7\xE3o",homepage:"p\xE1gina inicial",more:"mais",moreOptions:"Expandir mais op\xE7\xF5es de personaliza\xE7\xE3o",translateTheWholePage:"Traduzir todas as \xE1reas da p\xE1gina (em vez de reconhecer inteligentemente as \xE1reas principais)",changeToTranslateTheWholePage:"Mudar para traduzir todas as regi\xF5es",changeToTranslateTheMainPage:"Mudar para Traduzir \xC1rea Principal",changeToOnlyTranslationMode:"Alternar para apresentar apenas tradu\xE7\xF5es",changeToDualTranslationMode:"Mudar para tradu\xE7\xE3o bilingue",translateToThePageEndImmediately:"Tradu\xE7\xE3o imediata para o fim da p\xE1gina",translateTheMainPage:"Regi\xF5es-chave da tradu\xE7\xE3o inteligente","The local rules are up to date":"As regras de adapta\xE7\xE3o local est\xE3o actualizadas.","Successfully synchronized with the latest official rules:":"Sincroniza\xE7\xE3o bem sucedida com as \xFAltimas regras oficiais de adapta\xE7\xE3o.","Checking for updates":"Verifica\xE7\xE3o de actualiza\xE7\xF5es","Rules are being synchronized":"Regras de adapta\xE7\xE3o sincronizadas",localVersionIsTooOld:"A vers\xE3o da extens\xE3o local \xE9 demasiado antiga. Actualize a extens\xE3o para {minVersion} ou mais recente antes de tentar sincronizar.",badUserscriptBrowser:"O navegador atual n\xE3o implementa corretamente a interface da extens\xE3o Grease Monkey (por exemplo, para obter informa\xE7\xF5es sobre o n\xFAmero da vers\xE3o do pr\xF3prio script Grease Monkey), utilize outros navegadores que <1>suportem a extens\xE3o Grease Monkey, como o Firefox.",foundNewVersion:"Descubra a nova vers\xE3o",theLocalExtensionIsUpToUpdate:"A extens\xE3o atual est\xE1 actualizada.",failToSyncRules:"N\xE3o sincroniza\xE7\xE3o das regras de adapta\xE7\xE3o mais recentes",retry:"Clique aqui para tentar novamente",failedReason:"Raz\xF5es do insucesso",currentRuleVersion:"Vers\xE3o atual da regra",calculating:"c\xE1lculos",unknownError:"erro desconhecido",canNotFetchRemoteRule:"N\xE3o \xE9 poss\xEDvel obter regras remotas",enableAlphaSuccess:"Alfa ativado",disableAlphaSuccess:"A fun\xE7\xE3o alfa foi desactivada",cacheSize:"Tamanho da cache\uFF1A",cleaning:"em processo de liquida\xE7\xE3o",cleanCache:"limpar a cache",options:"preparar",about:"em rela\xE7\xE3o a",service:"servi\xE7o de interpreta\xE7\xE3o",needAction:"(Ir para Defini\xE7\xF5es)",goSettings:"v\xE1 em frente e configure",needActionForOptions:"(a definir)",translationEngine:"Op\xE7\xF5es de motor",sourceLanguage:"L\xEDngua original",target:"l\xEDngua-alvo",popupSourceLanguage:"L\xEDngua original",popupTarget:"l\xEDngua-alvo",popupService:"servi\xE7o de interpreta\xE7\xE3o",forThisSite:"S\xEDtio Web atual",autoEnableSubtitle:"Abertura autom\xE1tica de legendas bilingues",alwaysTranslate:"Traduzir sempre",neverTranslate:"Nunca traduzir",alwaysTranslateSomeLanguage:"Traduzir sempre {language}",neverTranslateSomeLanguage:"Nunca traduzir {language}",alwaysTranslateSomeSite:"Traduzir sempre {hostname}",neverTranslateSomeSite:"Nunca traduzir {hostname}",alwaysTranslateSomeSiteOrWildSite:"Traduzir sempre o s\xEDtio",alwaysTranslateSomePage:"Traduzir sempre a p\xE1gina",add:"aumentar",default:"predefini\xE7\xE3o (defini\xE7\xE3o)",forThisLanguage:"Para esta l\xEDngua\uFF1A","add url":"Introduzir URL",edit:"compilador","translate other languages into specific language":"Traduzir outras l\xEDnguas para a sua l\xEDngua definida","select translation service":"Selecionar um servi\xE7o de tradu\xE7\xE3o",language:"multilinguismo","show-original":"Mostrar texto original",translate:"renderiza\xE7\xE3o",Translated:"traduzido",Translating:"na tradu\xE7\xE3o",Error:"incorreto",allowCacheTranslations:"Ativar o caching de tradu\xE7\xE3o local (para reduzir os pedidos de tradu\xE7\xE3o de passagens duplicadas)","translation display":"Estilo de apresenta\xE7\xE3o da tradu\xE7\xE3o","select diplay style":"Distinguir os estilos de tradu\xE7\xE3o, com refer\xEAncia espec\xEDfica aos seguintes exemplos",interface:"Defini\xE7\xF5es de interface",import_export:"Importa\xE7\xE3o/Exporta\xE7\xE3o",import_export_title:"Configura\xE7\xE3o de importa\xE7\xE3o/exporta\xE7\xE3o",syncToGoogleDrive:"Sincronizar com o Google Drive agora",floatBallOptions:"Defini\xE7\xF5es do Hoverball","floatBallOptions.enable":"Ativar Hoverball","floatBallOptions.blockUrls":"Desativar o s\xEDtio Web","floatBallOptions.add":"aumentar","floatBallOptions.blockUrlDesc":"As Hoverballs n\xE3o s\xE3o apresentadas quando s\xE3o encontrados os seguintes s\xEDtios Web","floatBallOptions.clickType":"comportamento de clique","floatBallOptions.clickTypeDesc":"Comportamento do \xEDcone da bola flutuante quando clicado","floatBallOptions.clickPopup":"Mostrar painel de tradu\xE7\xE3o","floatBallOptions.clickTranslate":"Tradu\xE7\xE3o/apresenta\xE7\xE3o do texto original",previewAllThemes:"Pr\xE9-visualizar todos os estilos","translationTheme.none":"n\xE3o ter","translationTheme.grey":"cinzento escuro","translationTheme.dashed":"sublinhado pontilhado","translationTheme.dotted":"sublinhado pontilhado","translationTheme.dashedBorder":"borda pontilhada","translationTheme.solidBorder":"fronteira s\xF3lida","translationTheme.underline":"Sublinhar linhas rectas","translationTheme.mask":"Efeitos difusos (modos de aprendizagem)","translationTheme.opacity":"efeito de transpar\xEAncia","translationTheme.paper":"Efeito de sombra de papel branco","translationTheme.dividingLine":"linha divis\xF3ria","translationTheme.highlight":"alta luminosidade","translationTheme.marker":"marcador (palavra emprestada)","translationTheme.marker2":"Marcador 2","translationTheme.blockquote":"Estilos de refer\xEAncia","translationTheme.weakening":"enfraquecimento","translationTheme.italic":"tipo de letra inclinado","translationTheme.bold":"engrossar","translationTheme.thinDashed":"linha fina pontilhada sublinhada","translationTheme.nativeDashed":"O sistema vem com um sublinhado a tracejado","translationTheme.nativeDotted":"O sistema vem com um sublinhado pontilhado","translationTheme.nativeUnderline":"O sistema \xE9 fornecido com um sublinhado de linha reta","translationTheme.wavy":"linha ondulada","translationServices.custom":"API personalizada","translationServices.tencent":"Tencent Translator","translationServices.tenAlpha":"Tencent Translator (Alfa)","translationServices.google":"Google Tradutor","translationServices.bai":"Baidu (Alfa)","translationServices.baidu":"Tradu\xE7\xE3o do Baidu","translationServices.aliyun":"Tradu\xE7\xE3o AliCloud","translationServices.volc":"tradu\xE7\xE3o vulc\xE2nica","translationServices.deeplx":"DeepLX (Beta)","translationServices.bing":"Microsoft Translate","translationServices.deepl":"DeepL","translationServices.wechat":"Tradu\xE7\xE3o do WeChat","translationServices.azure":"Tradu\xE7\xE3o do Azure","translationServices.ibm":"IBM Watson","translationServices.aws":"Tradu\xE7\xE3o da Amazon","translationServices.mock":"Tradu\xE7\xE3o simulada","translationServices.mock2":"Tradu\xE7\xE3o Simulada 2","translationServices.caiyun":"lit. nuvens coloridas e pequenas tradu\xE7\xF5es","translationServices.cai":"Nuvens coloridas (Alfa)","translationServices.volcAlpha":"Vulc\xE3o (Alfa)","translationServices.openl":"OpenL","translationServices.youdao":"Tradu\xE7\xE3o do Youtube","translationServices.you":"Tradutor Youdao (Alfa)","translationServices.transmart":"Tradu\xE7\xE3o da Tencent Interactive","translationServices.niu":"Tradutor Maverick","translationServices.papago":"Tradu\xE7\xE3o de Papago","translationServices.d":"D (Alfa)","translationServices.dpro":"D Pro (Can\xE1rio)","translationServices.openai":"OpenAI","translationServices.yandex":"Yandex","translationServices.chatgpt":"ChatGPT Web(3.5 m\xF3vel)","translate title":"Traduzir t\xEDtulos de p\xE1ginas","always languages":"Traduzir sempre a l\xEDngua",neverTranslateLanguagesLabel:"A l\xEDngua que nunca ser\xE1 traduzida",neverTranslateTheFollowingLanguagesDescription:"As tradu\xE7\xF5es s\xE3o ignoradas quando um par\xE1grafo da p\xE1gina est\xE1 numa das seguintes l\xEDnguas",enableUserscriptPagePopup:"Mostrar hoverball na p\xE1gina",enableUserscriptPagePopupDescription:"Depois de desligar a hoverball, esta pode ser recuperada com o atalho /{touch}. Recomenda-se vivamente que marque esta p\xE1gina de defini\xE7\xF5es para evitar n\xE3o conseguir encontrar a hoverball depois de ter desligado inadvertidamente esta op\xE7\xE3o!","always translate the following languages":"Traduz automaticamente para a l\xEDngua de destino quando a p\xE1gina est\xE1 numa das seguintes l\xEDnguas","always sites":"S\xEDtios Web sempre traduzidos","always translate the following sites":"Os s\xEDtios Web s\xE3o automaticamente traduzidos para a l\xEDngua de chegada quando s\xE3o os nomes de dom\xEDnio de","never sites":"S\xEDtio nunca traduzido","never translate the following sites":"As tradu\xE7\xF5es n\xE3o ser\xE3o efectuadas quando o s\xEDtio Web se destinar aos seguintes dom\xEDnios","please refer to":"\xC9 necess\xE1rio preencher a chave antes de a poder utilizar. Para mais informa\xE7\xF5es, consulte",KeyAndConfigurationTutorial:"Tutorial de configura\xE7\xE3o e aplica\xE7\xE3o de chaves",useAboveStyleForTheseSites:"Utilize sempre o estilo de tradu\xE7\xE3o \u2308{theme}\u230B quando o s\xEDtio se destina aos seguintes dom\xEDnios",currentUrl:"URL atual",confirm:"guardar (um ficheiro, etc.) (inform\xE1tica)",cancel:"cancelamentos",delete:"remo\xE7\xE3o","languages.auto":"dete\xE7\xE3o autom\xE1tica",syncToCloud:"Sincronizar com o Google Drive",syncToCloudDescription:"Transferida para a nuvem, a configura\xE7\xE3o pode ser sincronizada entre diferentes navegadores/scripts do grease monkey, consoante a \xFAltima modifica\xE7\xE3o.",syncToAccount:"Sincroniza\xE7\xE3o com a Nuvem de Tradu\xE7\xE3o Imersiva",syncToAccountButton:"Sincroniza\xE7\xE3o instant\xE2nea com a nuvem",syncToAccountDescription:"Sincronizar automaticamente as configura\xE7\xF5es entre dispositivos diferentes, consoante a \xFAltima modifica\xE7\xE3o efectuada.",successSyncConfigInAccount:"Sincroniza\xE7\xE3o bem sucedida com a nuvem",successSyncConfigToAccount:"Sincroniza\xE7\xE3o bem sucedida com a nuvem",syncConfigNoUpdate:"J\xE1 est\xE1 atualizado.",authFail:"Falha de autoriza\xE7\xE3o",syncTitle:"Gest\xE3o manual de c\xF3pias de seguran\xE7a",import_hint:"importa\xE7\xE3o (dados)",upload:"carregar",revokeAuth:"revogar uma autoriza\xE7\xE3o",uploadFail:"Falha na transfer\xEAncia",download:"descarregamento",importSuccess:"Importado com sucesso",importFail:"falha na importa\xE7\xE3o",deleteFail:"Falha ao eliminar",backupToCloud:"Gerir manualmente os ficheiros de c\xF3pia de seguran\xE7a",create_new_backup:"Adicionar um novo n\xF3 de backup",maxBackupFiles:"\xC9 poss\xEDvel efetuar a c\xF3pia de seguran\xE7a de at\xE9{count}n\xF3s diferentes. Elimine os n\xF3s de que n\xE3o necessita.",backupToCloudDescription:"Carregar ou restaurar manualmente ficheiros de c\xF3pia de seguran\xE7a, permitindo at\xE9 3 c\xF3pias de seguran\xE7a diferentes",successSyncConfig:"Sincroniza\xE7\xE3o bem sucedida com a nuvem",syncFail:"falha de sincroniza\xE7\xE3o",updatedAt:"Atualizado a partir de {date}",lastSyncedAt:"\xDAltima verifica\xE7\xE3o em {date}",downloadFail:"Falha na transfer\xEAncia",clickToDownload:"Clique para descarregar",aboutLabel:"Acerca de - Feedback","browser.openAboutPage":"Sobre/Feedback",aboutLabelWithoutSponsor:"Acerca de - Feedback",aboutIntro:"Que todos possamos ter um acesso mais f\xE1cil e mais agrad\xE1vel \xE0 vasta quantidade de informa\xE7\xF5es em l\xEDnguas estrangeiras na Internet \u2764\uFE0F Pode optar por ativar a sua <6>subscri\xE7\xE3o Pro para utilizar as tradu\xE7\xF5es DeepL e OpenAI prontas a utilizar.

Pode seguir-nos no <3>Twitter, <4>Telegram, Weibo, WeChat ou <5>subscrever a nossa lista de <5>correio abaixo para acompanhar as actualiza\xE7\xF5es.
<7>Os membros Pro podem contactar-nos em <8>support@immersivetranslate.com para um servi\xE7o de apoio ao cliente r\xE1pido.",aboutIntroWithoutSponsor:"Que todos possamos ter um acesso mais f\xE1cil e mais agrad\xE1vel \xE0 enorme quantidade de informa\xE7\xE3o em l\xEDngua estrangeira dispon\xEDvel na Internet \u2764\uFE0F

Pode seguir-nos no <3>Twitter, no <4>canal Telegram, no WeChat, no WeChat Exchange ou <5>subscrever as actualiza\xE7\xF5es por correio <5>eletr\xF3nico abaixo.",projectHomepage:"In\xEDcio do projeto",joinTelegramGroup:"Junte-se ao grupo de utilizadores para participar em debates sobre funcionalidades",wechatPublicAccount:"WeChat P\xFAblico",wechatCommunities:"Grupo de interc\xE2mbio WeChat",qqCommunities:"Canal de comunica\xE7\xE3o QQ",joinTelegramChannel:"Siga o canal Telegram para obter as \xFAltimas actualiza\xE7\xF5es",feedbackAndJoin:"Feedback da pergunta / Adicionar grupo",autoSync:"sincroniza\xE7\xE3o autom\xE1tica da hora",loadingThemeTitle:"Estilo de carregamento",loadingThemeDescription:"Definir o estilo quando se est\xE1 \xE0 espera que a tradu\xE7\xE3o seja carregada","loadingTheme.spinner":"Anima\xE7\xE3o girat\xF3ria","loadingTheme.text":"texto est\xE1tico algo ","loadingTheme.none":"n\xE3o indicado",developerDescription:"A documenta\xE7\xE3o sobre personaliza\xE7\xE3o avan\xE7ada pode ser encontrada <1>aqui","edit border color":"Modificar a cor do rebordo",successSyncButNoChange:"A configura\xE7\xE3o atual \xE9 coerente com a nuvem",customTheme:"Cores e tamanhos personalizados","customThemeLabel.borderColor":"Cor da margem","customThemeLabel.borderRadius":"Arestas arredondadas","customThemeLabel.textColor":"cor do texto","customThemeLabel.backgroundColor":"cor de fundo","customThemeLabel.zoom":"Escala do tipo de letra (%)","customThemeLabel.opacity":"Opacidade do texto (%)",resetToDefaultColor:"Repor as cores predefinidas",resetToDefaultSettings:"Repor as predefini\xE7\xF5es",isTranslateTitle:"Ativar a tradu\xE7\xE3o dos t\xEDtulos das p\xE1ginas",isTranslateTitleDescription:"Quando aberto, o t\xEDtulo da p\xE1gina \xE9 traduzido",enableSearchEnhancement:"Permitir o melhoramento de mensagens bilingues",enableSearchEnhancementDescription:'Uma vez activada, os resultados da pesquisa do "Google News" ser\xE3o automaticamente apresentados na coluna direita dos s\xEDtios Web suportados (Google News, Pesquisa Google (algumas palavras-chave), Snowball, Oriental Fortune, Futura, Tiger Community) para as palavras-chave inglesas correspondentes.',verifyService:"Clique aqui para testar o servi\xE7o",verified:"Verificar o sucesso","field.langs":"C\xF3digos de idioma suportados","field.model":"modela\xE7\xE3o","field.translationEngine":"motor de tradu\xE7\xE3o","field.limitPerMinute":"M\xE1ximo de pedidos por minuto","field.limitPerSecond":"N\xFAmero m\xE1ximo de pedidos por segundo","field.maxTextLengthPerRequest":"Comprimento m\xE1ximo do texto por pedido","field.maxTextGroupLengthPerRequest":"N\xFAmero m\xE1ximo de par\xE1grafos por pedido","field.apiUrl":"Endere\xE7o da interface API personalizada","field.placeholderDelimiters":"marcador de posi\xE7\xE3o reservado","description.custom":"Acesso \xE0 interface personalizada Documenta\xE7\xE3o necess\xE1ria","description.limitPerMinute":"Os pedidos que excedem este limite entram numa fila de espera at\xE9 ao in\xEDcio do minuto seguinte. Devido \xE0s v\xE1rias limita\xE7\xF5es do servi\xE7o atual da OpenAI, clique <1>aqui para obter os valores sugeridos mais recentes","description.limitPerSecond":"Os pedidos que excedem este limite entram numa fila de espera at\xE9 ao in\xEDcio do segundo seguinte. Devido \xE0s v\xE1rias limita\xE7\xF5es do servi\xE7o atual da OpenAI, clique <1>aqui para obter os valores sugeridos mais recentes","description.generalLimitPerSecond":"Os pedidos que excedem este limite entram numa fila de espera at\xE9 ao in\xEDcio do segundo seguinte.","description.prompt":"Enviar a conversa para {service} como usu\xE1rio, onde {{text}} representa o conte\xFAdo do texto do par\xE1grafo, {{from}} representa a l\xEDngua do par\xE1grafo e {{to}} representa a l\xEDngua alvo.","description.maxTextLengthPerRequest":"O n\xFAmero m\xE1ximo de caracteres por pedido \xE9 demasiado grande para provocar uma resposta lenta da interface, pelo que deve tentar ajustar esta op\xE7\xE3o para otimizar a velocidade","description.systemPrompt":"Um di\xE1logo enviado ao OpenAI como um sistema, em que {{text}} indica o conte\xFAdo do texto do par\xE1grafo,{{from}} indica a l\xEDngua do par\xE1grafo e{{to}} indica a l\xEDngua de destino.","field.domain":"dom\xEDnio","description.domain":"A predefini\xE7\xE3o \xE9\uFF1Ageneral. S\xF3 pode ser definido se a tradu\xE7\xE3o de dom\xEDnios estiver activada na consola da API Arima, ver <1>aqui os dom\xEDnios suportados","field.scene":"tomar","description.scene":"A predefini\xE7\xE3o \xE9\uFF1Ageneral. S\xF3 pode ser definido se a consola da API AliCloud abrir o Machine Translation Pro, consulte <1>aqui os cen\xE1rios suportados","field.vocabId":"ID do dicion\xE1rio do utilizador","description.vocabId":"O dicion\xE1rio especificado out_id, atualmente suporta a tradu\xE7\xE3o de ingl\xEAs para chin\xEAs.","description.model":"Modelos OpenAI, podem ser gpt-3.5-turbo, gpt-4, etc.","description.maxTextGroupLengthPerRequest":"O n\xFAmero de par\xE1grafos enviados ao servi\xE7o de tradu\xE7\xE3o de cada vez; se houver demasiados par\xE1grafos, a interface poder\xE1 responder mais lentamente","description.apiUrl":"Por favor, adicione URLs espec\xEDficos com caminhos, <1>mais descri\xE7\xE3o",enabledExtension:"Ativa\xE7\xE3o de extens\xF5es",clickToDisableExtension:"Clique para desativar as extens\xF5es",clickToEnableExtension:"Clique para ativar as extens\xF5es",hasBeenDisabled:"desativado","show password":"Mostrar palavra-passe",customContent:"Introduzir um nome de modelo personalizado",inputOptions:"Melhoria da caixa de entrada",mouseHoverOptions:"passar o rato",modifyMouseHoverKey:"Modificar o atalho para passar o rato",enableInputTranslation:"Ativar ou n\xE3o o melhoramento da caixa de entrada",enableInputTranslationDescription:"Uma vez ativado, escreva {startingKey}{startingKey} hello diretamente na caixa de entrada e, em seguida, prima rapidamente{inputTrailingTriggerKeyRepeatTimes}vezes{trailingKey}para traduzir para {inputTargetLanguage}",enableInputTranslationDescriptionForNoneKey:"Uma vez ativado, escreva\uFF1AHello World diretamente na caixa de entrada e, em seguida, prima rapidamente{inputTrailingTriggerKeyRepeatTimes}{trailingKey}vezes para traduzir para o idioma de destino predefinido.",inputTargetLanguage:"Definir o idioma de destino predefinido para as caixas de entrada",inputTargetLanguageDescription:"L\xEDngua de destino predefinida para a tradu\xE7\xE3o da caixa de entrada, ou seja, {startingKey}{startingKey} como l\xEDngua predefinida para as palavras de acionamento",inputTargetLanguageDescriptionForNoneKey:"L\xEDngua de destino predefinida para a tradu\xE7\xE3o da caixa de entrada",inputStartingTriggerKeyTitle:"Definir o car\xE1cter de divis\xE3o para a tradu\xE7\xE3o parcial da caixa de entrada",inputStartingTriggerKeyDescription:"Quando n\xE3o \xE9 necess\xE1rio traduzir toda a caixa de entrada, o separador permite-lhe traduzir apenas a parte de {startingKey}{startingKey} at\xE9 ao fim da caixa de entrada, ou pode especificar o c\xF3digo da l\xEDngua, por exemplo,\uFF1A{startingKey}ja significa traduzir apenas a parte de {startingKey}ja at\xE9 ao fim da caixa de entrada.",inputStartingTriggerKeyDescriptionForNoneKey:"A defini\xE7\xE3o atual de sem prefixo n\xE3o \xE9 necess\xE1ria, e a fun\xE7\xE3o de tradu\xE7\xE3o de alguns textos na caixa de entrada n\xE3o pode ser utilizada por enquanto.",inputTrailingTriggerKeyTitle:"Selecionar um car\xE1cter de acionamento de fim de registo",inputTrailingTriggerKeyDescription:"3 hits r\xE1pidos{trailingKey} come\xE7ar\xE1 a traduzir!",inputTrailingTriggerKeyTimeout:"Introduzir o tempo entre os accionamentos de fim de combate",inputTrailingTriggerKeyTimeoutDescription:"Define o tempo (em milissegundos) entre os accionamentos da combina\xE7\xE3o de fim de entrada",spaceKey:"<\u7A7A\u683C\u952E>",noneKey:"Tradu\xE7\xE3o direta de toda a caixa de texto sem prefixos",inputTranslationBlockUrlsTitle:"N\xE3o ativar o melhoramento da caixa de entrada nos seguintes URLs",inputTranslationBlockUrlsDescription:"As melhorias na caixa de entrada n\xE3o funcionar\xE3o nos seguintes URLs",clickToSeeQuickDemo:"Clique para expandir o v\xEDdeo tutorial r\xE1pido de 30 segundos",inputHelperInfo:"Descri\xE7\xE3o\uFF1AOptimiz\xE1mos o facto de alguns caracteres desencadeadores se transformarem em sinais de pontua\xE7\xE3o chineses nos m\xE9todos de introdu\xE7\xE3o chineses, por exemplo, / transforma-se num sinal de dun , no m\xE9todo de introdu\xE7\xE3o Sogou, e o Immersive Translator suporta todos os s\xEDmbolos chineses correspondentes aos caracteres desencadeadores, ou seja, //,,,, ser\xE3o reconhecidos como caracteres desencadeadores.

Tamb\xE9m suportamos pseud\xF3nimos chineses para c\xF3digos de idioma como comandos, por exemplo, /Japanese Hello World ser\xE1 traduzido para japon\xEAs, <1>clique aqui para ver todos os c\xF3digos de idioma suportados.",reloadCurrentPage:"Por favor, actualize a p\xE1gina atual antes de iniciar a tradu\xE7\xE3o.",noLocalFilePermissionForPDF:"N\xE3o tem permiss\xE3o para ler ficheiros locais, por favor clique no bot\xE3o acima e depois importe os ficheiros locais.",noPermissionForThisPage:"\u26A0\uFE0F Sem permiss\xE3o para traduzir a p\xE1gina atual",retryAllParagraphs:"Repetir todas as passagens de erro",retryAllButton:"Repetir todas as passagens de erro",errorTooltipTitle:"Clique para ver a causa do erro",errorModalTitle:"Algo parece estar errado com o servi\xE7o de tradu\xE7\xE3o ou com a rede...",disableConfirm:"Defini\xE7\xE3o de melhoria da informa\xE7\xE3o bilingue",disableOnce:"Esta incapacidade",disableGlobal:"desativar permanentemente",disableTint:"* Pode voltar a activ\xE1-lo em {option} .",searchEnhancementNotes:"Depois de ativar a funcionalidade de Melhoria da informa\xE7\xE3o bilingue da tradu\xE7\xE3o imersiva, pesquisamos automaticamente as mesmas palavras-chave em ingl\xEAs nos s\xEDtios Web suportados (Google News, Pesquisa Google (algumas palavras-chave), Snowball, Oriental Wealth, Futura, Tiger) e apresentamo-las no lado direito. Pode optar por desactiv\xE1-la se n\xE3o necessitar desta funcionalidade.",option:"preparar",saveSettings:"Guardar defini\xE7\xF5es",closeModal:"Fechar a janela",enableInputTranslationWithoutTriggerKeyTitle:"Permitir 3 acessos r\xE1pidos em{trailingKey}para traduzir diretamente toda a caixa de entrada para{inputTargetLanguage}",enableInputTranslationWithoutTriggerKeyDescription:"Para especificar o idioma de destino, prefixe-o com o c\xF3digo do idioma, por exemplo,\uFF1Aja Hello World",mouseHoverShortcutPlaceholder:"Por exemplo,\uFF1AShift",deepLProName:"Membro Pro da Immersive Translation (Recomendado)",deepLProDescription:"O pacote atual pode ser utilizado diretamente",deeplProDescriptionForNormal:"N\xE3o \xE9 necess\xE1ria qualquer configura\xE7\xE3o, os membros podem utiliz\xE1-lo depois de iniciarem sess\xE3o, <1>clique aqui para atualizar para membro",deepLCustomDescription:"Necess\xE1rio cart\xE3o de cr\xE9dito estrangeiro, oficialmente aberto em <1>DeepL, clique para <2>documenta\xE7\xE3o",deepLCustomName:"Chave de autentica\xE7\xE3o personalizada",chooseProviderLabel:"Selecionar um fornecedor de servi\xE7os",openaiProName:"Membro Pro da Immersive Translation (Recomendado)",openaiProDescription:"O pacote atual pode ser utilizado diretamente",openaiProDescriptionForNormal:"N\xE3o \xE9 necess\xE1ria qualquer configura\xE7\xE3o, os membros podem utiliz\xE1-lo depois de iniciarem sess\xE3o, <1>clique aqui para atualizar para membro",openaiCustomDescription:"Dispon\xEDvel no OpenAI, Azure OpenAI ou noutros servi\xE7os de terceiros, <1>clique aqui para ver a documenta\xE7\xE3o",openaiCustomName:"Chave API personalizada",needLoginAction:"(ades\xE3o aberta ou personaliza\xE7\xE3o)",goLoginOrAction:"(Abrir uma inscri\xE7\xE3o ou ir \xE0s defini\xE7\xF5es)",yearly:"efetuar um pagamento anual consecutivo",quarterly:"embalagem sequencial",monthly:"assinatura mensal",yearlyForOnce:"Pacote anual \xFAnico",monthlyForOnce:"Pacote mensal \xFAnico",daily:"dias consecutivos de embalagem",year:"efetuar um pagamento anual consecutivo",quarter:"embalagem sequencial",month:"assinatura mensal",day:"dias consecutivos de embalagem",onetime_7day:"Pacote de experi\xEAncia de 7 dias",currentPlanDescriptionForFree:"Pacotes actuais\uFF1AFree",currentPlanDescriptionForContinuous:"O pacote atual\uFF1A{plan}ser\xE1 automaticamente renovado em {endAt}",currentPlanDescriptionForAutoRenewCaceling:"O pacote atual\uFF1A{plan}expira em {endAt} e n\xE3o ser\xE1 renovado automaticamente ap\xF3s a expira\xE7\xE3o.",currentYearlyPlanDescriptionForAutoRenewCacelingWithRealPaiedUser:"O pacote atual,\uFF1A{plan}, expira em {endAt} e n\xE3o ser\xE1 renovado automaticamente ap\xF3s a expira\xE7\xE3o.
<1>Clique aqui para gerir o seu plano de renova\xE7\xE3o",currentYearlyPlanDescriptionForAutoRenewCacelingWithAdmin:"O pacote atual,\uFF1A{plan}, expira em {endAt} e n\xE3o ser\xE1 renovado automaticamente ap\xF3s a expira\xE7\xE3o.
<1>Clique aqui para ativar a subscri\xE7\xE3o anual cont\xEDnua",currentPlanDescriptionForOneTime:"A subscri\xE7\xE3o atual\uFF1A{plan}expira em {endAt} . <1>Clique aqui para atualizar para uma subscri\xE7\xE3o <1>anual ou <2>mensal.",upgradePlan:"Clique aqui para atualizar para a subscri\xE7\xE3o Pro",upgradeToPro:"Atualizar para a subscri\xE7\xE3o Pro","popup.openPro":"Actualize para a subscri\xE7\xE3o Pro para desfrutar de DeepL e da tradu\xE7\xE3o OpenAI, clique aqui para atualizar!","popup.openProForPro":"\xC9 um membro Pro com acesso direto \xE0s tradu\xE7\xF5es de DeepL e OpenAI!",currentAccount:"conta corrente",enableAutoSyncUserSettings:"Permitir a sincroniza\xE7\xE3o autom\xE1tica na nuvem em v\xE1rios dispositivos",modalEnableInputTranslationTitle:"Tradu\xE7\xE3o imersiva Caixa de entrada Alertas de tradu\xE7\xE3o",modalEnableInputTranslationDesc:"Acaba de ativar a tradu\xE7\xE3o da caixa de entrada da Tradu\xE7\xE3o Imersiva, carregando na barra de espa\xE7os 3 vezes em sucess\xE3o r\xE1pida, e o conte\xFAdo da caixa de entrada ser\xE1 traduzido para a l\xEDngua de destino predefinida. A tradu\xE7\xE3o pode ser anulada com Ctrl+Z.

Se isto foi um erro, n\xE3o se preocupe, pode optar por desactiv\xE1-la desta vez ou desativar permanentemente a tradu\xE7\xE3o da caixa de entrada.",saveAndNotShowAgain:"Guardar e parar a solicita\xE7\xE3o",disableInputTranslationTips:"* Tamb\xE9m pode definir outros atalhos para serem accionados em {option} ,{learnMore}.",learnMore:"Clique aqui para saber mais",continueEnalbeInputTranslation:"Continuar a ativar a tradu\xE7\xE3o da caixa de entrada",autoRenewTrialSuffix:'(Durante o per\xEDodo experimental,passa imediatamente a membro efetivo)',upgradeFromTrialTitle:"Atualiza\xE7\xE3o para membro de pleno direito",subtitle:"legendagem de v\xEDdeo",youtubeService:"Tradu\xE7\xE3o por imers\xE3o Servi\xE7os de tradu\xE7\xE3o de legendagem de v\xEDdeo","subtitle.disabledSubtitle":"Desativar permanentemente a funcionalidade de legendas de v\xEDdeo","subtitle.disabledSubtitleDescription":"Se Immersive Translator's Video Subtitles entrar em conflito com outras extens\xF5es, pode optar por desativar permanentemente a funcionalidade Immersive Translator's Video Subtitles ou desinstalar outras extens\xF5es que entrem em conflito","subtitle.autoEnableSubtitle":"Utiliza\xE7\xE3o autom\xE1tica de legendas bilingues","subtitle.autoEnableSubtitleDescription":"Depois de ativado, quando o v\xEDdeo \xE9 reproduzido, as legendas bilingues s\xE3o exibidas automaticamente, caso contr\xE1rio, \xE9 necess\xE1rio clicar no bot\xE3o de tradu\xE7\xE3o para exibir.","subtitle.preTranslation":"Traduzir legendas utilizando a tradu\xE7\xE3o imersiva","subtitle.preTranslationDescription":"Quando activada, toda a legenda ser\xE1 pr\xE9-traduzida utilizando o servi\xE7o de tradu\xE7\xE3o especificado abaixo, e um v\xEDdeo de 1 hora consumir\xE1 cerca de 50.000 Tokens ou caracteres, pelo que deve ser utilizada \xE0 sua discri\xE7\xE3o; quando desactivada, ser\xE3o utilizadas primeiro as legendas originais.","subtitle.humanSubtitlesPreferred":"Utiliza\xE7\xE3o priorit\xE1ria de legendagem humana","subtitle.humanSubtitlesPreferredDescription":"Dar prioridade \xE0 utiliza\xE7\xE3o de legendas humanas quando o v\xEDdeo tiver legendas humanas na l\xEDngua de chegada (recomendado)",videoSubtitleTranslationDescription:"Atribuir um servi\xE7o de tradu\xE7\xE3o separado para as legendas de v\xEDdeo",subtitleTranslating:"Aguarde enquanto as legendas est\xE3o a ser traduzidas utilizando o servi\xE7o {service} ... (tradu\xE7\xE3o por imers\xE3o)",subtitleLoading:"A carregar as legendas...",bilingual:"bilinguismo","field.action":"Se deve ativar a terminologia Baidu","description.action":"Quando ativado, ser\xE1 adicionado um par\xE2metro action=1 ao pedido para informar o Baidu do termo ativado. <1>Consulte a documenta\xE7\xE3o oficial para obter mais informa\xE7\xF5es.",closeQuickTranslation:"Fechar Hoverball","closeQuickTranslation.untilNext":"Desta vez fechado at\xE9 \xE0 pr\xF3xima visita","closeQuickTranslation.currentWebsite":"S\xEDtio atual desativado","closeQuickTranslation.alwaysClose":"desativar permanentemente","closeQuickTranslation.settingOpen":"(pode ser ativado na <1>p\xE1gina de defini\xE7\xF5es )","closeQuickTranslation.cancel":"cancelamentos","closeQuickTranslation.confirm":"definir","floatBall.popup":"Abrir o painel Defini\xE7\xF5es r\xE1pidas","floatBall.translate":"Clique para traduzir a p\xE1gina","floatBall.showOriginal":"Clique para voltar ao artigo original","floatBall.close":"Fechar Hoverball","floatBallOptions.enableDescPc":"Depois de ativar o hoverball da p\xE1gina, ser\xE1 apresentado um bot\xE3o de tradu\xE7\xE3o r\xE1pida no lado direito da p\xE1gina, clique nele para traduzir!","floatBallOptions.enableDesc":"Depois de desligar a hoverball, esta pode ser recuperada com{touch}. Recomenda-se vivamente que marques esta p\xE1gina de defini\xE7\xF5es para o caso de n\xE3o conseguires encontrar a hoverball depois de teres desligado inadvertidamente esta op\xE7\xE3o!","description.azureApiUrl":"Preencher o endere\xE7o da interface API personalizada",confirmSupportMouse:"For\xE7ar a ativa\xE7\xE3o do suporte do rato",confirmSupportMouseDescription:"Detectado que o browser atual n\xE3o suporta a fun\xE7\xE3o de rato, \xE9 for\xE7ado a ativar o suporte de rato?",sampleTargetText:"A longa noite chegar\xE1, e eu vigiarei de hoje at\xE9 \xE0 minha morte. N\xE3o tomarei nenhuma esposa, n\xE3o farei nenhum feudo, n\xE3o terei filhos. N\xE3o usarei uma coroa, n\xE3o lutarei por honra. Cumprirei o meu dever, viverei e morrerei.",sampleSourceText:"Night gathers, and now my watch begins. It shall not end until my death. I shall take no wife, hold no lands, father no children. I shall wear no crowns and win no glory. I shall live and die at my post.","desc.touchShortcutsToggleTranslatePageOnlyTranslation":"Apenas a tradu\xE7\xE3o significa que apenas o texto traduzido ser\xE1 exibido, se a p\xE1gina ainda n\xE3o foi traduzida, o modo ser\xE1 alterado e traduzido.","desc.toggleOnlyTransation":"O modo de tradu\xE7\xE3o apenas se refere a mostrar apenas a tradu\xE7\xE3o, se a p\xE1gina ainda n\xE3o foi traduzida, o modo ser\xE1 alterado e traduzido.",touchShortcutsToggleTranslatePageOnlyTranslation:"Configurar gestos de toque na tela para alternar entre o modo bil\xEDngue / apenas tradu\xE7\xE3o",download_started:"O download j\xE1 come\xE7ou, se n\xE3o come\xE7ou automaticamente, por favor clique manualmente.",here:"aqui","translationFont.customPlaceholder":"tipo de letra",batchEdit:"Opera\xE7\xE3o em massa","error.goReset":"ir redefinir","error.configError":"Dados de configura\xE7\xE3o anormais","translationServices.inherit":"Siga o servi\xE7o de tradu\xE7\xE3o principal",detectServiceLoading:"Detectando servi\xE7os de tradu\xE7\xE3o dispon\xEDveis...","translationModeLang.translation.title":"Apenas o modo de tradu\xE7\xE3o de idioma","translationFont.custom":"Insira a fonte personalizada","error.serveConfigError":"Erro de configura\xE7\xE3o do servi\xE7o",toggleToService:"Mude para {service} e tente novamente","touch.mouse-translate":"Traduzir o par\xE1grafo especificado","translationModeUrl.translation.title":"Modo de apenas tradu\xE7\xE3o do URL","error.proTokenInvalid":"Se voc\xEA \xE9 um usu\xE1rio Pro, fa\xE7a login antes de usar o servi\xE7o de tradu\xE7\xE3o Pro.",enableSentryReport:"Quando ocorre um erro de extens\xE3o, use o Sentry para enviar feedback.",translationFont:"Definir fonte",videoSubtitlePreTranslationOn:"As legendas de v\xEDdeo usar\xE3o tradu\xE7\xE3o imersiva como prioridade.","error.reloadPageOfSetting":"Ap\xF3s a configura\xE7\xE3o, atualize a p\xE1gina para traduzir novamente.","translationModeLang.translation.description":"Quando a l\xEDngua da p\xE1gina \xE9 uma das seguintes, o modo de tradu\xE7\xE3o apenas ser\xE1 usado automaticamente.","error.502":"O servi\xE7o retornou um erro, o servi\xE7o est\xE1 fora do tempo, por favor tente novamente mais tarde.","error.googleLimitIp":"O servi\xE7o retorna um erro, o servi\xE7o Google j\xE1 limitou este endere\xE7o IP, \xE9 recomendado que voc\xEA mude o n\xF3 da rede.","error.403":"O servi\xE7o retorna um erro, temporariamente sem permiss\xE3o para acessar esse servi\xE7o.","error.400":"O servi\xE7o retorna um erro, o par\xE2metro de solicita\xE7\xE3o est\xE1 errado, por favor, verifique a configura\xE7\xE3o correspondente.","error.proUpgrade":"Ap\xF3s a atualiza\xE7\xE3o, atualize a p\xE1gina e traduza novamente.",videoSubtitlePreTranslationOff:"As legendas do v\xEDdeo dar\xE3o prioridade \xE0s legendas traduzidas automaticamente inclu\xEDdas no v\xEDdeo original.","error.429":"O servi\xE7o retornou um erro, indicando que a solicita\xE7\xE3o \xE9 muito frequente ou excede o limite, tente novamente mais tarde.","error.gemini.429":"O servi\xE7o Gemini atual atingiu sua capacidade m\xE1xima, por favor, tente novamente mais tarde ou mude para outro servi\xE7o de tradu\xE7\xE3o.","error.openAIExceededQuota":"O servi\xE7o retorna um erro: o saldo da sua conta OpenAI atual \xE9 insuficiente, por favor recarregue ou vincule um cart\xE3o de cr\xE9dito no back-end oficial da OpenAI.","translationFont.notSupportErrorMessage":"Por favor, verifique se o nome da fonte que voc\xEA inseriu est\xE1 correto, ou confirme se essa fonte j\xE1 est\xE1 instalada em seu dispositivo.","translationModeUrl.translation.description":"Quando o site \xE9 para os seguintes dom\xEDnios, o modo de apenas tradu\xE7\xE3o \xE9 usado automaticamente.","desc.toggleVideoSubtitlePreTranslation":"Ao pressionar, as legendas em dois idiomas do v\xEDdeo usar\xE3o preferencialmente as configura\xE7\xF5es de tradu\xE7\xE3o imersiva, ao pressionar novamente, as legendas autom\xE1ticas do v\xEDdeo original ser\xE3o priorizadas. Aten\xE7\xE3o: este atalho modifica as configura\xE7\xF5es globais.","error.openAIFreeLimit":"O servi\xE7o retorna um erro, a frequ\xEAncia atual de solicita\xE7\xF5es de tradu\xE7\xE3o atingiu o limite m\xE1ximo de 3 vezes por minuto, tente novamente mais tarde. (Esta \xE9 a restri\xE7\xE3o oficial da OpenAI para a chave API gratuita, para remover essa restri\xE7\xE3o, vincule um cart\xE3o de cr\xE9dito no backend da OpenAI.)","error.serveUnavailable":"O servi\xE7o [{serverName}] que voc\xEA est\xE1 usando atualmente n\xE3o pode ser acessado temporariamente devido a problemas de conex\xE3o de rede ou do provedor de servi\xE7os. Sugerimos que voc\xEA tente atualizar a p\xE1gina ou alterar para outro servi\xE7o de tradu\xE7\xE3o atrav\xE9s das <1>configura\xE7\xF5es. Se voc\xEA \xE9 um membro <2>Pro, pode optar por usar os servi\xE7os de tradu\xE7\xE3o mais est\xE1veis da DeepL ou OpenAI (<3>clique aqui para experimentar gratuitamente). Al\xE9m disso, voc\xEA pode precisar verificar suas configura\xE7\xF5es de rede ou proxy.","tagsInput.add":"+ Adicionar","floatBall.iKnow":"Eu sei.",pickAll:"Selecionar tudo",goLogin:"V\xE1 fazer login",notLogin:"N\xE3o conectado","error.retry":"Tentar novamente",shortcutSettingsTitle:"Configura\xE7\xF5es de atalho","error.reason":"Raz\xE3o do erro","subtitle.hideQuickButton":"N\xE3o mostrar mais este atalho",errorReason:"Raz\xE3o do erro: {message}","widget.instruction":"Instru\xE7\xF5es de uso","multipleClick.2":"Clique duplo","multipleClick.3":"Tr\xEDplice golpe","widget.translateFile":"PDF/ePub","floatBallOptions.fixedPositionLeft":"lado esquerdo","floatBallOptions.fixedPosition":"Posi\xE7\xE3o fixa",buildSnapshots:"Gerar instant\xE2neo da p\xE1gina da web","intro.floatBallTitle":"Bola flutuante de tradu\xE7\xE3o r\xE1pida",neverTranslateThisSite:"Nunca traduza este site",mouseHoverCustomKeyTitle:"Personalizar atalhos de mouse hover","subtitle.autoDisableSubtitle":"N\xE3o ative automaticamente as legendas bilingues","browser.translateWithGoogle":"Usar o Google Tradutor temporariamente para a p\xE1gina atual","error.subscriptionExpiredTitle":"A associa\xE7\xE3o expirou","floatBallOptions.fixedPositionRight":"lado direito",loggedIn:"Conectado","subtitle.bilingual":"Legendas bil\xEDngues","slide.right":"Deslize para a esquerda",networkError:"O servi\xE7o de tradu\xE7\xE3o ou a rede est\xE1 com problemas",contact:"Entre em contato conosco","intro.subtitleTitle":"Exibi\xE7\xE3o de legendas bilingues em v\xEDdeos online","browser.translateWithTransmart":"Usar temporariamente o Tencent para traduzir a p\xE1gina atual",alwaysTranslateThisSite:"Sempre traduza este site",temprarilyChangeTranslationTo_gemini:"Est\xE1 a usar o Gemini para traduzir a p\xE1gina atual","multipleClick.4":"Qu\xE1druplo golpe","intro.hoverTitle":"Passe o mouse para traduzir o par\xE1grafo atual",temprarilyChangeTranslationTo_google:"Est\xE1 a usar o Google Tradutor para traduzir a p\xE1gina atual","shortcutGroup.touch":"Gestos espec\xEDficos para tela sens\xEDvel ao toque",notLoginPro:"Ainda n\xE3o iniciou sess\xE3o na sua conta de membro.",paragraphMinTextCountField:"N\xFAmero m\xEDnimo de caracteres necess\xE1rios para traduzir um par\xE1grafo",temprarilyChangeTranslationTo_openai:"Est\xE1 a usar o OpenAI para traduzir a p\xE1gina atual",translationOnlyMode:"Apenas modo de tradu\xE7\xE3o",viewWithImmersiveTranslate:"Vers\xE3o bil\xEDngue (tradu\xE7\xE3o imersiva)","translationServices.gemini":"G\xEAmeos","browser.toggleMouseHoverTranslateDirectly":"Ativar ou desativar temporariamente a tradu\xE7\xE3o direta do mouse hover na p\xE1gina",shortcutSettings:"Atalho","browser.translateWithOpenAI":"Usar temporariamente o OpenAI para traduzir a p\xE1gina atual",touchShortcutsToggleTranslateTouchElement:"Configurar gestos de toque na tela para traduzir par\xE1grafos espec\xEDficos","widget.instructionTooltip":"Consulte as instru\xE7\xF5es de uso","shortcutGroup.mouse":"Configura\xE7\xE3o de atalhos de teclado para hover do mouse",temprarilyChangeTranslationTo_deepl:"Est\xE1 a usar o DeepL para traduzir a p\xE1gina atual.","floatBall.longPress":"Pressione e segure para abrir rapidamente o painel de configura\xE7\xF5es.","widget.videoSubtitle":"legendas de v\xEDdeo",upgradeToProErrorTitle:"Por favor, atualize para o membro Pro antes de usar este servi\xE7o de tradu\xE7\xE3o.","floatBallOptions.fixedPositionDesc":"A bola flutuante est\xE1 \xE0 esquerda ou \xE0 direita da janela?","shortcutGroup.shortcutsForTranslationServices":"Servi\xE7os de tradu\xE7\xE3o atalhos relacionados",temprarilyChangeTranslationTo_transmart:"Est\xE1 a usar o Tencent para traduzir a p\xE1gina atual.",touchShortcutsOff:"fechar","browser.translateWithBing":"Usar temporariamente o Microsoft Translate para traduzir a p\xE1gina atual","browser.toggleVideoSubtitlePreTranslation":"Alternar legendas bil\xEDngues prefere usar configura\xE7\xF5es de tradu\xE7\xE3o imersiva","proQuotaExceededError.resetTime":"3. Tempo de redefini\xE7\xE3o do limite: {resetTime}","widget.videoSubtitleTooltip":"Suporta Youtube e outros {count}+ sites de v\xEDdeo","desc.touchShortcutsToggleTranslateTouchElement":"Personalize um gesto e voc\xEA poder\xE1 traduzir qualquer par\xE1grafo em que estiver.","subtitle.showQuickButton":"No leitor, exibir legendas em dois idiomas \xE9 um atalho","shortcutGroup.others":"Mais atalhos de fun\xE7\xF5es personalizadas",touchShortcutsToggleTranslationMask:"Configurar gestos de toque na tela para mostrar a m\xE1scara de tradu\xE7\xE3o / mostrar o texto original",temprarilyChangeTranslationTo_bing:"Est\xE1 a usar o Microsoft Translator para traduzir a p\xE1gina atual.","browser.translateWithGemini":"Use temporariamente o Gemini para traduzir a p\xE1gina atual","error.subscriptionExpired":"A sua associa\xE7\xE3o pode ter expirado, por favor verifique o estado da sua associa\xE7\xE3o.","browser.translateInputBox":"Traduzir o conte\xFAdo da caixa de entrada atual",touchShortcutsToggleTranslatePage:"Defina gestos de toque na tela para traduzir p\xE1ginas da web / mostrar o texto original","widget.translateFileTooltip":"Traduzir documentos PDF, EPUB, SRT, ASS, HTML e TXT","description.baiduField":"Os campos suportados s\xE3o vistos <1>aqui, se estiver vazio, significa que nenhum campo \xE9 especificado.","browser.translateWithDeepL":"Use temporariamente o DeepL para traduzir a p\xE1gina atual","desc.interfaceLanguage":"A configura\xE7\xE3o do idioma da interface afeta o idioma de exibi\xE7\xE3o do painel de controle e n\xE3o est\xE1 relacionada ao idioma de destino da tradu\xE7\xE3o.","neverTranslateText.title":`Por favor, traduza diretamente para o portugu\xEAs (evite explicar o texto original): + {env.imt_trans_field}: \uBC88\uC5ED\uBB38`,"subtitle.quickButton.setting":"\uC124\uC815","subtitle.quickButton.translationPosition":"\uBC88\uC5ED \uC704\uCE58","subtitle.quickButton.black":"\uAC80\uC740\uC0C9","translationServices.claude":"\uD074\uB85C\uB4DC","subtitle.quickButton.translationPositionTop":"\uC6D0\uBB38 \uC704\uC5D0","subtitle.quickButton.backgroundColor":"\uBC30\uACBD\uC0C9","subtitle.quickButton.translationPositionBottom":"\uC6D0\uBB38 \uC544\uB798\uC5D0","subtitle.quickButton.yellow":"\uB178\uB780\uC0C9","subtitle.quickButton.white":"\uD558\uC580\uC0C9","subtitle.quickButton.translationTextColor":"\uBC88\uC5ED \uAE00\uAF34 \uC0C9\uC0C1","subtitle.quickButton.red":"\uBE68\uAC04\uC0C9","subtitle.quickButton.sourceTextColor":"\uC6D0\uB798 \uAE00\uAF34 \uC0C9\uC0C1","subtitle.quickButton.green":"\uB179\uC0C9","subtitle.quickButton.cyan":"\uCCAD\uC0C9","subtitle.quickButton.magenta":"\uB9C8\uC820\uD0C0\uC0C9","subtitle.quickButton.backgroundOpacity":"\uBC30\uACBD \uBD88\uD22C\uBA85\uB3C4","subtitle.quickButton.translationFontSize":"\uBC88\uC5ED \uAE00\uC790 \uD06C\uAE30","subtitle.quickButton.sourceFontSize":"\uC6D0\uB798 \uAE00\uAF34 \uD06C\uAE30","subtitle.quickButton.blue":"\uD30C\uB780\uC0C9",attachSubtitleTranslating:"{service}\uB97C \uC0AC\uC6A9\uD558\uC5EC \uBC88\uC5ED \uC911...","error.claude.403":"\uC11C\uBE44\uC2A4\uC5D0 \uC561\uC138\uC2A4 \uD560 \uAD8C\uD55C\uC774 \uC5C6\uC2B5\uB2C8\uB2E4. \uC774\uB294 Claude\uC758 \uC9C0\uC5ED \uC81C\uD55C\uACFC \uAD00\uB828\uC774 \uC788\uC744 \uC218 \uC788\uC2B5\uB2C8\uB2E4. IP \uC8FC\uC18C\uB97C \uBCC0\uACBD\uD558\uAC70\uB098 \uB2E4\uB978 \uBC88\uC5ED \uC11C\uBE44\uC2A4\uB97C \uC0AC\uC6A9\uD574 \uBCF4\uC2ED\uC2DC\uC624.","browser.brandDescriptionForSafari":"\u3010\uBAB0\uC785\uD615 \uBC88\uC5ED\u3011\uBB34\uB8CC\uC758 (\uC6D0\uBB38/\uBC88\uC5ED\uBB38) \uC774\uC911 \uC5B8\uC5B4 \uB300\uC870 \uC6F9 \uD398\uC774\uC9C0 \uBC88\uC5ED \uD50C\uB7EC\uADF8\uC778\uC73C\uB85C, PDF \uBC88\uC5ED \uBC0F EPUB \uC804\uC790\uCC45 \uBC88\uC5ED\uC744 \uC9C0\uC6D0\uD558\uBA70 \uC6D0\uBB38\uC758 \uBB38\uC11C \uBC30\uCE58\uB97C \uC720\uC9C0\uD569\uB2C8\uB2E4. Youtube/Netflix \uB4F1\uC758 \uC628\uB77C\uC778 \uBE44\uB514\uC624 \uC774\uC911 \uC5B8\uC5B4 \uC790\uB9C9 \uBC88\uC5ED\uC744 \uC9C0\uC6D0\uD558\uBA70, Deepl/Google \uB4F1 \uC8FC\uC694 \uBC88\uC5ED \uC11C\uBE44\uC2A4\uB97C \uC9C0\uC6D0\uD569\uB2C8\uB2E4.","browser.PdfProFile":"AI\uAC00 \uAD6C\uB3D9\uD558\uB294 PDF Pro \uBC88\uC5ED","browser.textTranslate":"\uBB38\uC11C \uBC88\uC5ED"};var ql={nologin:"n\xE3o conectado",loginForSafari:"Iniciar sess\xE3o ou registar-se",login:"Iniciar sess\xE3o para abrir uma inscri\xE7\xE3o",manageAccount:"Contas geridas",openPremium:"Associa\xE7\xE3o aberta",logout:"abortar",curentPlan:"Pacotes actuais",endAt:"expira\xE7\xE3o",endAuto:"renova\xE7\xE3o autom\xE1tica",lineBreakMaxTextCount:"N\xFAmero m\xE1ximo de caracteres permitidos por frase ap\xF3s as mudan\xE7as de linha","translate-pdf":"Clique para traduzir o PDF","noSupportTranslate-pdf":"Script n\xE3o suportado, utilize o plugin","translate-firefox-local-pdf":"Clique para ir para Importar PDF",enableLineBreak:"Ativar o avan\xE7o autom\xE1tico de linha para par\xE1grafos longos",sponsorLabel:"$1 Desenvolvedores patrocinados",help:"m\xE3o",browserShortcutsNoteForFirefox:"Para alterar os atalhos no Firefox, \xE9 necess\xE1rio abrir a p\xE1gina de gest\xE3o de extens\xF5es `about:addons`, clicar em `Settings` e, em seguida, clicar em `Manage Shortcuts` para definir os atalhos.",browserShortcutsNoteForChrome:"Para modificar os atalhos no Chrome, tem de abrir a p\xE1gina de gest\xE3o de extens\xF5es, defini-los no painel `Gerir atalhos` (`chrome://extensions/shortcuts`) e clicar no bot\xE3o abaixo para saltar para a p\xE1gina de gest\xE3o de atalhos.",browserShortcutsSucks:"Os atalhos personalizados s\xE3o formatados como (sem reconhecimento autom\xE1tico, introduza diretamente)\uFF1A",enableLineBreakDescription:"Quando activada, as quebras de linha ser\xE3o inseridas no final de cada frase em par\xE1grafos longos para facilitar a leitura","browser.shortBrandName":"Tradu\xE7\xE3o por imers\xE3o","browser.brandName":"Tradu\xE7\xE3o por imers\xE3o: Tradu\xE7\xE3o bilingue de p\xE1ginas Web e de documentos PDF","browser.brandDescription":"Bilingual web page translation, also supports PDF translation, bilingual Epub eBook translation, free to use.","browser.toggleTranslatePage":"Traduzir a p\xE1gina/apresentar o texto original","browser.toggleTranslateTheWholePage":"Traduzir todas as \xE1reas da p\xE1gina/apresentar o texto original","browser.toggleOnlyTransation":"Alternar entre o modo bil\xEDngue / apenas tradu\xE7\xE3o","browser.toggleTranslateToThePageEndImmediately":"Tradu\xE7\xE3o imediata para o fim da p\xE1gina/visualiza\xE7\xE3o do texto original","browser.toggleTranslateTheMainPage":"Traduzir a \xE1rea principal da p\xE1gina/apresentar o texto original","browser.shareToDraft":"Partilhar p\xE1ginas bilingues","browser.openOptionsPage":"Abrir a p\xE1gina de defini\xE7\xF5es","browser.toggleTranslationMask":"Mostrar/ocultar o efeito de desfocagem da tradu\xE7\xE3o","browser.translateLocalPdfFile":"Traduzir ficheiros PDF locais","browser.openEbookViewer":"Ler livros electr\xF3nicos locais","browser.openEbookBuilder":"Criar livros electr\xF3nicos EPUB bilingues","browser.translateLocalHtmlFile":"Traduzir ficheiros HTML/txt","browser.donateContext":"Saiba mais sobre as vantagens do patroc\xEDnio","browser.translateLocalSubtitleFile":"Traduzir ficheiros de legendas locais",confirmResetConfig:"Tem a certeza de que pretende repor as defini\xE7\xF5es?",translationLineBreakSettingTitle:"Defini\xE7\xE3o do avan\xE7o de linha de tradu\xE7\xE3o",smartLineBreak:"alimenta\xE7\xE3o de linha inteligente (computa\xE7\xE3o)",alwaysLineBreak:"Sempre alimenta\xE7\xE3o de linha",isShowContextMenu:"Adicionar p\xE1ginas traduzidas aos itens de menu do bot\xE3o direito do rato",toggleBeta:"Ativa\xE7\xE3o de funcionalidades de teste beta",betaDescription:"Ativar funcionalidades que ainda s\xE3o experimentais, bem como um servi\xE7o de tradu\xE7\xE3o em vers\xE3o beta. Junte-se ao <1>grupo do Telegram para saber mais.",translationLineBreakSettingDescription:"Os feeds de linha s\xE3o sempre limpos e organizados para p\xE1ginas com menos conte\xFAdo. (Utilize quebras de linha inteligentes em par\xE1grafos longos e com muito conte\xFAdo (mais de{count}caracteres) para poupar espa\xE7o).",tempTranslateDomainTitle:"Dura\xE7\xE3o da ativa\xE7\xE3o tempor\xE1ria da tradu\xE7\xE3o do s\xEDtio Web",tempTranslateDomainDescription:"Quando traduzir manualmente uma p\xE1gina Web, active temporariamente o s\xEDtio Web para tradu\xE7\xE3o autom\xE1tica e pode definir a dura\xE7\xE3o tempor\xE1ria.",xMinutes:"{count} minutos",disabled:"proibir a utiliza\xE7\xE3o de algo",changelog:"Registo de atualiza\xE7\xE3o",toggleTranslatePageWhenThreeFingersOnTheScreen:"O toque simult\xE2neo de v\xE1rios dedos no ecr\xE3 traduz p\xE1ginas Web/apresenta o texto original",toggleTranslationMaskWhenThreeFingersOnTheScreen:"O toque de v\xE1rios dedos mostra/oculta o efeito de desfocagem.",fingerCountToToggleTranslagePageOnlyTranslationWhenTouching:"O toque simult\xE2neo de v\xE1rios dedos no ecr\xE3 traduz a p\xE1gina Web (apenas tradu\xE7\xE3o)/apresenta o texto original.",addUrlDescription:"Pode ser um nome de dom\xEDnio e tamb\xE9m suporta wildcards, por exemplo,\uFF1A*.google.com, google.com/mail/*, https://www.google.com/*",general:"Defini\xE7\xF5es b\xE1sicas",clickToExpandConfig:"Expandir a configura\xE7\xE3o atual",import:"Importar de um ficheiro",export:"Exportar para ficheiro",toggleDebug:"Imprimir o registo de depura\xE7\xE3o na consola","fingers.0":"coagula\xE7\xE3o","fingers.2":"toque com dois dedos","fingers.3":"toque com tr\xEAs dedos","fingers.4":"toque com quatro dedos","fingers.5":"toque com cinco dedos",mouseHoldKey:"+ {key} traduzir/restaurar o par\xE1grafo",mouseHoldKeyAuto:"Tradu\xE7\xE3o direta do par\xE1grafo",mouseHoldKeyOff:"N\xE3o fa\xE7as nada.",mouseHoldKeyOther:"Atalhos personalizados (abrir defini\xE7\xF5es)",mouseHoldKeyCustomKey:"{key} Tradu\xE7\xE3o/redu\xE7\xE3o do par\xE1grafo",mouseHoverHoldKey:"Passar o rato enquanto se premem as teclas de atalho para traduzir par\xE1grafos","mouse-translate":"passar o rato",document:"ficheiro (inform\xE1tico)",resetSuccess:"Repor todas as defini\xE7\xF5es com \xEAxito",resetThisSuccess:"Reinicializa\xE7\xE3o bem-sucedida",saved:"Guardar com sucesso",successImportConfig:"Configura\xE7\xE3o importada com sucesso",goAdvancedSettings:"Aceder \xE0 p\xE1gina Defini\xE7\xF5es avan\xE7adas",goAdvancedInterfaceSettings:"Aceder \xE0 p\xE1gina Defini\xE7\xF5es de personaliza\xE7\xE3o avan\xE7adas",advanced:"Defini\xE7\xF5es avan\xE7adas",advancedDescription:"Geralmente n\xE3o s\xE3o necess\xE1rias defini\xE7\xF5es, basta deix\xE1-la como predefinida. Apenas para utilizadores mais especializados, est\xE3o dispon\xEDveis defini\xE7\xF5es mais personalizadas.",developer:"Defini\xE7\xF5es do programador",donateCafe:"pre\xE7os","translate to the bottom of the page":"\xC9 traduzido para o fundo da p\xE1gina imediatamente ap\xF3s entrar na p\xE1gina?",feedback:"Feedback sobre os problemas",toggleTranslatePage:"Traduzir a p\xE1gina/apresentar o texto original",translateToThePageEndImmediatelyDescription:"Se a ativar, o conte\xFAdo ser\xE1 imediatamente traduzido da parte superior para a parte inferior da p\xE1gina \xE0 medida que a introduz. Se a desativar, a tradu\xE7\xE3o \xE9 feita \xE0 medida que l\xEA. (N\xE3o recomendado)","translate all areas of the page":"Se pretende traduzir todas as \xE1reas da p\xE1gina",translationAreaDescription:"Ligado, todas as \xE1reas de toda a p\xE1gina Web s\xE3o traduzidas. Se estiver desativado, utiliza o reconhecimento inteligente predefinido e traduz apenas as \xE1reas principais. (N\xE3o se recomenda que seja ativado)","the number of characters to be translated first":"Traduzir diretamente os primeiros caracteres da p\xE1gina sem ter de se deslocar para a \xE1rea de visualiza\xE7\xE3o","interface language":"linguagem de interface","display both the original text and the translation":"Visualiza\xE7\xE3o simult\xE2nea do original e da tradu\xE7\xE3o","keyboard shortcuts":"Atalhos de teclado",modify:"Modificar teclas de atalho",reset:"reprovis\xE3o",close:"coagula\xE7\xE3o",homepage:"p\xE1gina inicial",more:"mais",moreOptions:"Expandir mais op\xE7\xF5es de personaliza\xE7\xE3o",translateTheWholePage:"Traduzir todas as \xE1reas da p\xE1gina (em vez de reconhecer inteligentemente as \xE1reas principais)",changeToTranslateTheWholePage:"Mudar para traduzir todas as regi\xF5es",changeToTranslateTheMainPage:"Mudar para Traduzir \xC1rea Principal",changeToOnlyTranslationMode:"Alternar para apresentar apenas tradu\xE7\xF5es",changeToDualTranslationMode:"Mudar para tradu\xE7\xE3o bilingue",translateToThePageEndImmediately:"Tradu\xE7\xE3o imediata para o fim da p\xE1gina",translateTheMainPage:"Regi\xF5es-chave da tradu\xE7\xE3o inteligente","The local rules are up to date":"As regras de adapta\xE7\xE3o local est\xE3o actualizadas.","Successfully synchronized with the latest official rules:":"Sincroniza\xE7\xE3o bem sucedida com as \xFAltimas regras oficiais de adapta\xE7\xE3o.","Checking for updates":"Verifica\xE7\xE3o de actualiza\xE7\xF5es","Rules are being synchronized":"Regras de adapta\xE7\xE3o sincronizadas",localVersionIsTooOld:"A vers\xE3o da extens\xE3o local \xE9 demasiado antiga. Actualize a extens\xE3o para {minVersion} ou mais recente antes de tentar sincronizar.",badUserscriptBrowser:"O navegador atual n\xE3o implementa corretamente a interface da extens\xE3o Grease Monkey (por exemplo, para obter informa\xE7\xF5es sobre o n\xFAmero da vers\xE3o do pr\xF3prio script Grease Monkey), utilize outros navegadores que <1>suportem a extens\xE3o Grease Monkey, como o Firefox.",foundNewVersion:"Descubra a nova vers\xE3o",theLocalExtensionIsUpToUpdate:"A extens\xE3o atual est\xE1 actualizada.",failToSyncRules:"N\xE3o sincroniza\xE7\xE3o das regras de adapta\xE7\xE3o mais recentes",retry:"Clique aqui para tentar novamente",failedReason:"Raz\xF5es do insucesso",currentRuleVersion:"Vers\xE3o atual da regra",calculating:"c\xE1lculos",unknownError:"erro desconhecido",canNotFetchRemoteRule:"N\xE3o \xE9 poss\xEDvel obter regras remotas",enableAlphaSuccess:"Alfa ativado",disableAlphaSuccess:"A fun\xE7\xE3o alfa foi desactivada",cacheSize:"Tamanho da cache\uFF1A",cleaning:"em processo de liquida\xE7\xE3o",cleanCache:"limpar a cache",options:"preparar",about:"em rela\xE7\xE3o a",service:"servi\xE7o de interpreta\xE7\xE3o",needAction:"(Ir para Defini\xE7\xF5es)",goSettings:"v\xE1 em frente e configure",needActionForOptions:"(a definir)",translationEngine:"Op\xE7\xF5es de motor",sourceLanguage:"L\xEDngua original",target:"l\xEDngua-alvo",popupSourceLanguage:"L\xEDngua original",popupTarget:"l\xEDngua-alvo",popupService:"servi\xE7o de interpreta\xE7\xE3o",forThisSite:"S\xEDtio Web atual",autoEnableSubtitle:"Abertura autom\xE1tica de legendas bilingues",alwaysTranslate:"Traduzir sempre",neverTranslate:"Nunca traduzir",alwaysTranslateSomeLanguage:"Traduzir sempre {language}",neverTranslateSomeLanguage:"Nunca traduzir {language}",alwaysTranslateSomeSite:"Traduzir sempre {hostname}",neverTranslateSomeSite:"Nunca traduzir {hostname}",alwaysTranslateSomeSiteOrWildSite:"Traduzir sempre o s\xEDtio",alwaysTranslateSomePage:"Traduzir sempre a p\xE1gina",add:"aumentar",default:"predefini\xE7\xE3o (defini\xE7\xE3o)",forThisLanguage:"Para esta l\xEDngua\uFF1A","add url":"Introduzir URL",edit:"compilador","translate other languages into specific language":"Traduzir outras l\xEDnguas para a sua l\xEDngua definida","select translation service":"Selecionar um servi\xE7o de tradu\xE7\xE3o",language:"multilinguismo","show-original":"Mostrar texto original",translate:"renderiza\xE7\xE3o",Translated:"traduzido",Translating:"na tradu\xE7\xE3o",Error:"incorreto",allowCacheTranslations:"Ativar o caching de tradu\xE7\xE3o local (para reduzir os pedidos de tradu\xE7\xE3o de passagens duplicadas)","translation display":"Estilo de apresenta\xE7\xE3o da tradu\xE7\xE3o","select diplay style":"Distinguir os estilos de tradu\xE7\xE3o, com refer\xEAncia espec\xEDfica aos seguintes exemplos",interface:"Defini\xE7\xF5es de interface",import_export:"Importa\xE7\xE3o/Exporta\xE7\xE3o",import_export_title:"Configura\xE7\xE3o de importa\xE7\xE3o/exporta\xE7\xE3o",syncToGoogleDrive:"Sincronizar com o Google Drive agora",floatBallOptions:"Defini\xE7\xF5es do Hoverball","floatBallOptions.enable":"Ativar Hoverball","floatBallOptions.blockUrls":"Desativar o s\xEDtio Web","floatBallOptions.add":"aumentar","floatBallOptions.blockUrlDesc":"As Hoverballs n\xE3o s\xE3o apresentadas quando s\xE3o encontrados os seguintes s\xEDtios Web","floatBallOptions.clickType":"comportamento de clique","floatBallOptions.clickTypeDesc":"Comportamento do \xEDcone da bola flutuante quando clicado","floatBallOptions.clickPopup":"Mostrar painel de tradu\xE7\xE3o","floatBallOptions.clickTranslate":"Tradu\xE7\xE3o/apresenta\xE7\xE3o do texto original",previewAllThemes:"Pr\xE9-visualizar todos os estilos","translationTheme.none":"n\xE3o ter","translationTheme.grey":"cinzento escuro","translationTheme.dashed":"sublinhado pontilhado","translationTheme.dotted":"sublinhado pontilhado","translationTheme.dashedBorder":"borda pontilhada","translationTheme.solidBorder":"fronteira s\xF3lida","translationTheme.underline":"Sublinhar linhas rectas","translationTheme.mask":"Efeitos difusos (modos de aprendizagem)","translationTheme.opacity":"efeito de transpar\xEAncia","translationTheme.paper":"Efeito de sombra de papel branco","translationTheme.dividingLine":"linha divis\xF3ria","translationTheme.highlight":"alta luminosidade","translationTheme.marker":"marcador (palavra emprestada)","translationTheme.marker2":"Marcador 2","translationTheme.blockquote":"Estilos de refer\xEAncia","translationTheme.weakening":"enfraquecimento","translationTheme.italic":"tipo de letra inclinado","translationTheme.bold":"engrossar","translationTheme.thinDashed":"linha fina pontilhada sublinhada","translationTheme.nativeDashed":"O sistema vem com um sublinhado a tracejado","translationTheme.nativeDotted":"O sistema vem com um sublinhado pontilhado","translationTheme.nativeUnderline":"O sistema \xE9 fornecido com um sublinhado de linha reta","translationTheme.wavy":"linha ondulada","translationServices.custom":"API personalizada","translationServices.tencent":"Tencent Translator","translationServices.tenAlpha":"Tencent Translator (Alfa)","translationServices.google":"Google Tradutor","translationServices.bai":"Baidu (Alfa)","translationServices.baidu":"Tradu\xE7\xE3o do Baidu","translationServices.aliyun":"Tradu\xE7\xE3o AliCloud","translationServices.volc":"tradu\xE7\xE3o vulc\xE2nica","translationServices.deeplx":"DeepLX (Beta)","translationServices.bing":"Microsoft Translate","translationServices.deepl":"DeepL","translationServices.wechat":"Tradu\xE7\xE3o do WeChat","translationServices.azure":"Tradu\xE7\xE3o do Azure","translationServices.ibm":"IBM Watson","translationServices.aws":"Tradu\xE7\xE3o da Amazon","translationServices.mock":"Tradu\xE7\xE3o simulada","translationServices.mock2":"Tradu\xE7\xE3o Simulada 2","translationServices.caiyun":"lit. nuvens coloridas e pequenas tradu\xE7\xF5es","translationServices.cai":"Nuvens coloridas (Alfa)","translationServices.volcAlpha":"Vulc\xE3o (Alfa)","translationServices.openl":"OpenL","translationServices.youdao":"Tradu\xE7\xE3o do Youtube","translationServices.you":"Tradutor Youdao (Alfa)","translationServices.transmart":"Tradu\xE7\xE3o da Tencent Interactive","translationServices.niu":"Tradutor Maverick","translationServices.papago":"Tradu\xE7\xE3o de Papago","translationServices.d":"D (Alfa)","translationServices.dpro":"D Pro (Can\xE1rio)","translationServices.openai":"OpenAI","translationServices.yandex":"Yandex","translationServices.chatgpt":"ChatGPT Web(3.5 m\xF3vel)","translate title":"Traduzir t\xEDtulos de p\xE1ginas","always languages":"Traduzir sempre a l\xEDngua",neverTranslateLanguagesLabel:"A l\xEDngua que nunca ser\xE1 traduzida",neverTranslateTheFollowingLanguagesDescription:"As tradu\xE7\xF5es s\xE3o ignoradas quando um par\xE1grafo da p\xE1gina est\xE1 numa das seguintes l\xEDnguas",enableUserscriptPagePopup:"Mostrar hoverball na p\xE1gina",enableUserscriptPagePopupDescription:"Depois de desligar a hoverball, esta pode ser recuperada com o atalho /{touch}. Recomenda-se vivamente que marque esta p\xE1gina de defini\xE7\xF5es para evitar n\xE3o conseguir encontrar a hoverball depois de ter desligado inadvertidamente esta op\xE7\xE3o!","always translate the following languages":"Traduz automaticamente para a l\xEDngua de destino quando a p\xE1gina est\xE1 numa das seguintes l\xEDnguas","always sites":"S\xEDtios Web sempre traduzidos","always translate the following sites":"Os s\xEDtios Web s\xE3o automaticamente traduzidos para a l\xEDngua de chegada quando s\xE3o os nomes de dom\xEDnio de","never sites":"S\xEDtio nunca traduzido","never translate the following sites":"As tradu\xE7\xF5es n\xE3o ser\xE3o efectuadas quando o s\xEDtio Web se destinar aos seguintes dom\xEDnios","please refer to":"\xC9 necess\xE1rio preencher a chave antes de a poder utilizar. Para mais informa\xE7\xF5es, consulte",KeyAndConfigurationTutorial:"Tutorial de configura\xE7\xE3o e aplica\xE7\xE3o de chaves",useAboveStyleForTheseSites:"Utilize sempre o estilo de tradu\xE7\xE3o \u2308{theme}\u230B quando o s\xEDtio se destina aos seguintes dom\xEDnios",currentUrl:"URL atual",confirm:"guardar (um ficheiro, etc.) (inform\xE1tica)",cancel:"cancelamentos",delete:"remo\xE7\xE3o","languages.auto":"dete\xE7\xE3o autom\xE1tica",syncToCloud:"Sincronizar com o Google Drive",syncToCloudDescription:"Transferida para a nuvem, a configura\xE7\xE3o pode ser sincronizada entre diferentes navegadores/scripts do grease monkey, consoante a \xFAltima modifica\xE7\xE3o.",syncToAccount:"Sincroniza\xE7\xE3o com a Nuvem de Tradu\xE7\xE3o Imersiva",syncToAccountButton:"Sincroniza\xE7\xE3o instant\xE2nea com a nuvem",syncToAccountDescription:"Sincronizar automaticamente as configura\xE7\xF5es entre dispositivos diferentes, consoante a \xFAltima modifica\xE7\xE3o efectuada.",successSyncConfigInAccount:"Sincroniza\xE7\xE3o bem sucedida com a nuvem",successSyncConfigToAccount:"Sincroniza\xE7\xE3o bem sucedida com a nuvem",syncConfigNoUpdate:"J\xE1 est\xE1 atualizado.",authFail:"Falha de autoriza\xE7\xE3o",syncTitle:"Gest\xE3o manual de c\xF3pias de seguran\xE7a",import_hint:"importa\xE7\xE3o (dados)",upload:"carregar",revokeAuth:"revogar uma autoriza\xE7\xE3o",uploadFail:"Falha na transfer\xEAncia",download:"descarregamento",importSuccess:"Importado com sucesso",importFail:"falha na importa\xE7\xE3o",deleteFail:"Falha ao eliminar",backupToCloud:"Gerir manualmente os ficheiros de c\xF3pia de seguran\xE7a",create_new_backup:"Adicionar um novo n\xF3 de backup",maxBackupFiles:"\xC9 poss\xEDvel efetuar a c\xF3pia de seguran\xE7a de at\xE9{count}n\xF3s diferentes. Elimine os n\xF3s de que n\xE3o necessita.",backupToCloudDescription:"Carregar ou restaurar manualmente ficheiros de c\xF3pia de seguran\xE7a, permitindo at\xE9 3 c\xF3pias de seguran\xE7a diferentes",successSyncConfig:"Sincroniza\xE7\xE3o bem sucedida com a nuvem",syncFail:"falha de sincroniza\xE7\xE3o",updatedAt:"Atualizado a partir de {date}",lastSyncedAt:"\xDAltima verifica\xE7\xE3o em {date}",downloadFail:"Falha na transfer\xEAncia",clickToDownload:"Clique para descarregar",aboutLabel:"Acerca de - Feedback","browser.openAboutPage":"Sobre/Feedback",aboutLabelWithoutSponsor:"Acerca de - Feedback",aboutIntro:"Que todos possamos ter um acesso mais f\xE1cil e mais agrad\xE1vel \xE0 vasta quantidade de informa\xE7\xF5es em l\xEDnguas estrangeiras na Internet \u2764\uFE0F Pode optar por ativar a sua <6>subscri\xE7\xE3o Pro para utilizar as tradu\xE7\xF5es DeepL e OpenAI prontas a utilizar.

Pode seguir-nos no <3>Twitter, <4>Telegram, Weibo, WeChat ou <5>subscrever a nossa lista de <5>correio abaixo para acompanhar as actualiza\xE7\xF5es.
<7>Os membros Pro podem contactar-nos em <8>support@immersivetranslate.com para um servi\xE7o de apoio ao cliente r\xE1pido.",aboutIntroWithoutSponsor:"Que todos possamos ter um acesso mais f\xE1cil e mais agrad\xE1vel \xE0 enorme quantidade de informa\xE7\xE3o em l\xEDngua estrangeira dispon\xEDvel na Internet \u2764\uFE0F

Pode seguir-nos no <3>Twitter, no <4>canal Telegram, no WeChat, no WeChat Exchange ou <5>subscrever as actualiza\xE7\xF5es por correio <5>eletr\xF3nico abaixo.",projectHomepage:"In\xEDcio do projeto",joinTelegramGroup:"Junte-se ao grupo de utilizadores para participar em debates sobre funcionalidades",wechatPublicAccount:"WeChat P\xFAblico",wechatCommunities:"Grupo de interc\xE2mbio WeChat",qqCommunities:"Canal de comunica\xE7\xE3o QQ",joinTelegramChannel:"Siga o canal Telegram para obter as \xFAltimas actualiza\xE7\xF5es",feedbackAndJoin:"Feedback da pergunta / Adicionar grupo",autoSync:"sincroniza\xE7\xE3o autom\xE1tica da hora",loadingThemeTitle:"Estilo de carregamento",loadingThemeDescription:"Definir o estilo quando se est\xE1 \xE0 espera que a tradu\xE7\xE3o seja carregada","loadingTheme.spinner":"Anima\xE7\xE3o girat\xF3ria","loadingTheme.text":"texto est\xE1tico algo ","loadingTheme.none":"n\xE3o indicado",developerDescription:"A documenta\xE7\xE3o sobre personaliza\xE7\xE3o avan\xE7ada pode ser encontrada <1>aqui","edit border color":"Modificar a cor do rebordo",successSyncButNoChange:"A configura\xE7\xE3o atual \xE9 coerente com a nuvem",customTheme:"Cores e tamanhos personalizados","customThemeLabel.borderColor":"Cor da margem","customThemeLabel.borderRadius":"Arestas arredondadas","customThemeLabel.textColor":"cor do texto","customThemeLabel.backgroundColor":"cor de fundo","customThemeLabel.zoom":"Escala do tipo de letra (%)","customThemeLabel.opacity":"Opacidade do texto (%)",resetToDefaultColor:"Repor as cores predefinidas",resetToDefaultSettings:"Repor as predefini\xE7\xF5es",isTranslateTitle:"Ativar a tradu\xE7\xE3o dos t\xEDtulos das p\xE1ginas",isTranslateTitleDescription:"Quando aberto, o t\xEDtulo da p\xE1gina \xE9 traduzido",enableSearchEnhancement:"Permitir o melhoramento de mensagens bilingues",enableSearchEnhancementDescription:'Uma vez activada, os resultados da pesquisa do "Google News" ser\xE3o automaticamente apresentados na coluna direita dos s\xEDtios Web suportados (Google News, Pesquisa Google (algumas palavras-chave), Snowball, Oriental Fortune, Futura, Tiger Community) para as palavras-chave inglesas correspondentes.',verifyService:"Clique aqui para testar o servi\xE7o",verified:"Verificar o sucesso","field.langs":"C\xF3digos de idioma suportados","field.model":"modela\xE7\xE3o","field.translationEngine":"motor de tradu\xE7\xE3o","field.limitPerMinute":"M\xE1ximo de pedidos por minuto","field.limitPerSecond":"N\xFAmero m\xE1ximo de pedidos por segundo","field.maxTextLengthPerRequest":"Comprimento m\xE1ximo do texto por pedido","field.maxTextGroupLengthPerRequest":"N\xFAmero m\xE1ximo de par\xE1grafos por pedido","field.apiUrl":"Endere\xE7o da interface API personalizada","field.placeholderDelimiters":"marcador de posi\xE7\xE3o reservado","description.custom":"Acesso \xE0 interface personalizada Documenta\xE7\xE3o necess\xE1ria","description.limitPerMinute":"Os pedidos que excedem este limite entram numa fila de espera at\xE9 ao in\xEDcio do minuto seguinte. Devido \xE0s v\xE1rias limita\xE7\xF5es do servi\xE7o atual da OpenAI, clique <1>aqui para obter os valores sugeridos mais recentes","description.limitPerSecond":"Os pedidos que excedem este limite entram numa fila de espera at\xE9 ao in\xEDcio do segundo seguinte. Devido \xE0s v\xE1rias limita\xE7\xF5es do servi\xE7o atual da OpenAI, clique <1>aqui para obter os valores sugeridos mais recentes","description.generalLimitPerSecond":"Os pedidos que excedem este limite entram numa fila de espera at\xE9 ao in\xEDcio do segundo seguinte.","description.prompt":"Enviar a conversa para {service} como usu\xE1rio, onde {{text}} representa o conte\xFAdo do texto do par\xE1grafo, {{from}} representa a l\xEDngua do par\xE1grafo e {{to}} representa a l\xEDngua alvo.","description.maxTextLengthPerRequest":"O n\xFAmero m\xE1ximo de caracteres por pedido \xE9 demasiado grande para provocar uma resposta lenta da interface, pelo que deve tentar ajustar esta op\xE7\xE3o para otimizar a velocidade","description.systemPrompt":"Enviar uma conversa para {service} como sistema, onde {{text}} representa o conte\xFAdo do texto do par\xE1grafo, {{from}} representa a l\xEDngua do par\xE1grafo e {{to}} representa a l\xEDngua alvo.","field.domain":"dom\xEDnio","description.domain":"A predefini\xE7\xE3o \xE9\uFF1Ageneral. S\xF3 pode ser definido se a tradu\xE7\xE3o de dom\xEDnios estiver activada na consola da API Arima, ver <1>aqui os dom\xEDnios suportados","field.scene":"tomar","description.scene":"A predefini\xE7\xE3o \xE9\uFF1Ageneral. S\xF3 pode ser definido se a consola da API AliCloud abrir o Machine Translation Pro, consulte <1>aqui os cen\xE1rios suportados","field.vocabId":"ID do dicion\xE1rio do utilizador","description.vocabId":"O dicion\xE1rio especificado out_id, atualmente suporta a tradu\xE7\xE3o de ingl\xEAs para chin\xEAs.","description.model":"Modelos OpenAI, podem ser gpt-3.5-turbo, gpt-4, etc.","description.maxTextGroupLengthPerRequest":"O n\xFAmero de par\xE1grafos enviados ao servi\xE7o de tradu\xE7\xE3o de cada vez; se houver demasiados par\xE1grafos, a interface poder\xE1 responder mais lentamente","description.apiUrl":"Por favor, adicione URLs espec\xEDficos com caminhos, <1>mais descri\xE7\xE3o",enabledExtension:"Ativa\xE7\xE3o de extens\xF5es",clickToDisableExtension:"Clique para desativar as extens\xF5es",clickToEnableExtension:"Clique para ativar as extens\xF5es",hasBeenDisabled:"desativado","show password":"Mostrar palavra-passe",customContent:"Introduzir um nome de modelo personalizado",inputOptions:"Melhoria da caixa de entrada",mouseHoverOptions:"passar o rato",modifyMouseHoverKey:"Modificar o atalho para passar o rato",enableInputTranslation:"Ativar ou n\xE3o o melhoramento da caixa de entrada",enableInputTranslationDescription:"Uma vez ativado, escreva {startingKey}{startingKey} hello diretamente na caixa de entrada e, em seguida, prima rapidamente{inputTrailingTriggerKeyRepeatTimes}vezes{trailingKey}para traduzir para {inputTargetLanguage}",enableInputTranslationDescriptionForNoneKey:"Uma vez ativado, escreva\uFF1AHello World diretamente na caixa de entrada e, em seguida, prima rapidamente{inputTrailingTriggerKeyRepeatTimes}{trailingKey}vezes para traduzir para o idioma de destino predefinido.",inputTargetLanguage:"Definir o idioma de destino predefinido para as caixas de entrada",inputTargetLanguageDescription:"L\xEDngua de destino predefinida para a tradu\xE7\xE3o da caixa de entrada, ou seja, {startingKey}{startingKey} como l\xEDngua predefinida para as palavras de acionamento",inputTargetLanguageDescriptionForNoneKey:"L\xEDngua de destino predefinida para a tradu\xE7\xE3o da caixa de entrada",inputStartingTriggerKeyTitle:"Definir o car\xE1cter de divis\xE3o para a tradu\xE7\xE3o parcial da caixa de entrada",inputStartingTriggerKeyDescription:"Quando n\xE3o \xE9 necess\xE1rio traduzir toda a caixa de entrada, o separador permite-lhe traduzir apenas a parte de {startingKey}{startingKey} at\xE9 ao fim da caixa de entrada, ou pode especificar o c\xF3digo da l\xEDngua, por exemplo,\uFF1A{startingKey}ja significa traduzir apenas a parte de {startingKey}ja at\xE9 ao fim da caixa de entrada.",inputStartingTriggerKeyDescriptionForNoneKey:"A defini\xE7\xE3o atual de sem prefixo n\xE3o \xE9 necess\xE1ria, e a fun\xE7\xE3o de tradu\xE7\xE3o de alguns textos na caixa de entrada n\xE3o pode ser utilizada por enquanto.",inputTrailingTriggerKeyTitle:"Selecionar um car\xE1cter de acionamento de fim de registo",inputTrailingTriggerKeyDescription:"3 hits r\xE1pidos{trailingKey} come\xE7ar\xE1 a traduzir!",inputTrailingTriggerKeyTimeout:"Introduzir o tempo entre os accionamentos de fim de combate",inputTrailingTriggerKeyTimeoutDescription:"Define o tempo (em milissegundos) entre os accionamentos da combina\xE7\xE3o de fim de entrada",spaceKey:"<\u7A7A\u683C\u952E>",noneKey:"Tradu\xE7\xE3o direta de toda a caixa de texto sem prefixos",inputTranslationBlockUrlsTitle:"N\xE3o ativar o melhoramento da caixa de entrada nos seguintes URLs",inputTranslationBlockUrlsDescription:"As melhorias na caixa de entrada n\xE3o funcionar\xE3o nos seguintes URLs",clickToSeeQuickDemo:"Clique para expandir o v\xEDdeo tutorial r\xE1pido de 30 segundos",inputHelperInfo:"Descri\xE7\xE3o\uFF1AOptimiz\xE1mos o facto de alguns caracteres desencadeadores se transformarem em sinais de pontua\xE7\xE3o chineses nos m\xE9todos de introdu\xE7\xE3o chineses, por exemplo, / transforma-se num sinal de dun , no m\xE9todo de introdu\xE7\xE3o Sogou, e o Immersive Translator suporta todos os s\xEDmbolos chineses correspondentes aos caracteres desencadeadores, ou seja, //,,,, ser\xE3o reconhecidos como caracteres desencadeadores.

Tamb\xE9m suportamos pseud\xF3nimos chineses para c\xF3digos de idioma como comandos, por exemplo, /Japanese Hello World ser\xE1 traduzido para japon\xEAs, <1>clique aqui para ver todos os c\xF3digos de idioma suportados.",reloadCurrentPage:"Por favor, actualize a p\xE1gina atual antes de iniciar a tradu\xE7\xE3o.",noLocalFilePermissionForPDF:"N\xE3o tem permiss\xE3o para ler ficheiros locais, por favor clique no bot\xE3o acima e depois importe os ficheiros locais.",noPermissionForThisPage:"\u26A0\uFE0F Sem permiss\xE3o para traduzir a p\xE1gina atual",retryAllParagraphs:"Repetir todas as passagens de erro",retryAllButton:"Repetir todas as passagens de erro",errorTooltipTitle:"Clique para ver a causa do erro",errorModalTitle:"Algo parece estar errado com o servi\xE7o de tradu\xE7\xE3o ou com a rede...",disableConfirm:"Defini\xE7\xE3o de melhoria da informa\xE7\xE3o bilingue",disableOnce:"Esta incapacidade",disableGlobal:"desativar permanentemente",disableTint:"* Pode voltar a activ\xE1-lo em {option} .",searchEnhancementNotes:"Depois de ativar a funcionalidade de Melhoria da informa\xE7\xE3o bilingue da tradu\xE7\xE3o imersiva, pesquisamos automaticamente as mesmas palavras-chave em ingl\xEAs nos s\xEDtios Web suportados (Google News, Pesquisa Google (algumas palavras-chave), Snowball, Oriental Wealth, Futura, Tiger) e apresentamo-las no lado direito. Pode optar por desactiv\xE1-la se n\xE3o necessitar desta funcionalidade.",option:"preparar",saveSettings:"Guardar defini\xE7\xF5es",closeModal:"Fechar a janela",enableInputTranslationWithoutTriggerKeyTitle:"Permitir 3 acessos r\xE1pidos em{trailingKey}para traduzir diretamente toda a caixa de entrada para{inputTargetLanguage}",enableInputTranslationWithoutTriggerKeyDescription:"Para especificar o idioma de destino, prefixe-o com o c\xF3digo do idioma, por exemplo,\uFF1Aja Hello World",mouseHoverShortcutPlaceholder:"Por exemplo,\uFF1AShift",deepLProName:"Membro Pro da Immersive Translation (Recomendado)",deepLProDescription:"O pacote atual pode ser utilizado diretamente",deeplProDescriptionForNormal:"N\xE3o \xE9 necess\xE1ria qualquer configura\xE7\xE3o, os membros podem utiliz\xE1-lo depois de iniciarem sess\xE3o, <1>clique aqui para atualizar para membro",deepLCustomDescription:"Necess\xE1rio cart\xE3o de cr\xE9dito estrangeiro, oficialmente aberto em <1>DeepL, clique para <2>documenta\xE7\xE3o",deepLCustomName:"Chave de autentica\xE7\xE3o personalizada",chooseProviderLabel:"Selecionar um fornecedor de servi\xE7os",openaiProName:"Membro Pro da Immersive Translation (Recomendado)",openaiProDescription:"O pacote atual pode ser utilizado diretamente",openaiProDescriptionForNormal:"N\xE3o \xE9 necess\xE1ria qualquer configura\xE7\xE3o, os membros podem utiliz\xE1-lo depois de iniciarem sess\xE3o, <1>clique aqui para atualizar para membro",openaiCustomDescription:"Dispon\xEDvel no OpenAI, Azure OpenAI ou noutros servi\xE7os de terceiros, <1>clique aqui para ver a documenta\xE7\xE3o",openaiCustomName:"Chave API personalizada",needLoginAction:"(ades\xE3o aberta ou personaliza\xE7\xE3o)",goLoginOrAction:"(Abrir uma inscri\xE7\xE3o ou ir \xE0s defini\xE7\xF5es)",yearly:"efetuar um pagamento anual consecutivo",quarterly:"embalagem sequencial",monthly:"assinatura mensal",yearlyForOnce:"Pacote anual \xFAnico",monthlyForOnce:"Pacote mensal \xFAnico",daily:"dias consecutivos de embalagem",year:"efetuar um pagamento anual consecutivo",quarter:"embalagem sequencial",month:"assinatura mensal",day:"dias consecutivos de embalagem",onetime_7day:"Pacote de experi\xEAncia de 7 dias",currentPlanDescriptionForFree:"Pacotes actuais\uFF1AFree",currentPlanDescriptionForContinuous:"O pacote atual\uFF1A{plan}ser\xE1 automaticamente renovado em {endAt}",currentPlanDescriptionForAutoRenewCaceling:"O pacote atual\uFF1A{plan}expira em {endAt} e n\xE3o ser\xE1 renovado automaticamente ap\xF3s a expira\xE7\xE3o.",currentYearlyPlanDescriptionForAutoRenewCacelingWithRealPaiedUser:"O pacote atual,\uFF1A{plan}, expira em {endAt} e n\xE3o ser\xE1 renovado automaticamente ap\xF3s a expira\xE7\xE3o.
<1>Clique aqui para gerir o seu plano de renova\xE7\xE3o",currentYearlyPlanDescriptionForAutoRenewCacelingWithAdmin:"O pacote atual,\uFF1A{plan}, expira em {endAt} e n\xE3o ser\xE1 renovado automaticamente ap\xF3s a expira\xE7\xE3o.
<1>Clique aqui para ativar a subscri\xE7\xE3o anual cont\xEDnua",currentPlanDescriptionForOneTime:"A subscri\xE7\xE3o atual\uFF1A{plan}expira em {endAt} . <1>Clique aqui para atualizar para uma subscri\xE7\xE3o <1>anual ou <2>mensal.",upgradePlan:"Clique aqui para atualizar para a subscri\xE7\xE3o Pro",upgradeToPro:"Atualizar para a subscri\xE7\xE3o Pro","popup.openPro":"Actualize para a subscri\xE7\xE3o Pro para desfrutar de DeepL e da tradu\xE7\xE3o OpenAI, clique aqui para atualizar!","popup.openProForPro":"\xC9 um membro Pro com acesso direto \xE0s tradu\xE7\xF5es de DeepL e OpenAI!",currentAccount:"conta corrente",enableAutoSyncUserSettings:"Permitir a sincroniza\xE7\xE3o autom\xE1tica na nuvem em v\xE1rios dispositivos",modalEnableInputTranslationTitle:"Tradu\xE7\xE3o imersiva Caixa de entrada Alertas de tradu\xE7\xE3o",modalEnableInputTranslationDesc:"Acaba de ativar a tradu\xE7\xE3o da caixa de entrada da Tradu\xE7\xE3o Imersiva, carregando na barra de espa\xE7os 3 vezes em sucess\xE3o r\xE1pida, e o conte\xFAdo da caixa de entrada ser\xE1 traduzido para a l\xEDngua de destino predefinida. A tradu\xE7\xE3o pode ser anulada com Ctrl+Z.

Se isto foi um erro, n\xE3o se preocupe, pode optar por desactiv\xE1-la desta vez ou desativar permanentemente a tradu\xE7\xE3o da caixa de entrada.",saveAndNotShowAgain:"Guardar e parar a solicita\xE7\xE3o",disableInputTranslationTips:"* Tamb\xE9m pode definir outros atalhos para serem accionados em {option} ,{learnMore}.",learnMore:"Clique aqui para saber mais",continueEnalbeInputTranslation:"Continuar a ativar a tradu\xE7\xE3o da caixa de entrada",autoRenewTrialSuffix:'(Durante o per\xEDodo experimental,passa imediatamente a membro efetivo)',upgradeFromTrialTitle:"Atualiza\xE7\xE3o para membro de pleno direito",subtitle:"legendagem de v\xEDdeo",youtubeService:"Tradu\xE7\xE3o por imers\xE3o Servi\xE7os de tradu\xE7\xE3o de legendagem de v\xEDdeo","subtitle.disabledSubtitle":"Desativar permanentemente a funcionalidade de legendas de v\xEDdeo","subtitle.disabledSubtitleDescription":"Se Immersive Translator's Video Subtitles entrar em conflito com outras extens\xF5es, pode optar por desativar permanentemente a funcionalidade Immersive Translator's Video Subtitles ou desinstalar outras extens\xF5es que entrem em conflito","subtitle.autoEnableSubtitle":"Utiliza\xE7\xE3o autom\xE1tica de legendas bilingues","subtitle.autoEnableSubtitleDescription":"Depois de ativado, quando o v\xEDdeo \xE9 reproduzido, as legendas bilingues s\xE3o exibidas automaticamente, caso contr\xE1rio, \xE9 necess\xE1rio clicar no bot\xE3o de tradu\xE7\xE3o para exibir.","subtitle.preTranslation":"Traduzir legendas utilizando a tradu\xE7\xE3o imersiva","subtitle.preTranslationDescription":"Quando activada, toda a legenda ser\xE1 pr\xE9-traduzida utilizando o servi\xE7o de tradu\xE7\xE3o especificado abaixo, e um v\xEDdeo de 1 hora consumir\xE1 cerca de 50.000 Tokens ou caracteres, pelo que deve ser utilizada \xE0 sua discri\xE7\xE3o; quando desactivada, ser\xE3o utilizadas primeiro as legendas originais.","subtitle.humanSubtitlesPreferred":"Utiliza\xE7\xE3o priorit\xE1ria de legendagem humana","subtitle.humanSubtitlesPreferredDescription":"Dar prioridade \xE0 utiliza\xE7\xE3o de legendas humanas quando o v\xEDdeo tiver legendas humanas na l\xEDngua de chegada (recomendado)",videoSubtitleTranslationDescription:"Atribuir um servi\xE7o de tradu\xE7\xE3o separado para as legendas de v\xEDdeo",subtitleTranslating:"Aguarde enquanto as legendas est\xE3o a ser traduzidas utilizando o servi\xE7o {service} ... (tradu\xE7\xE3o por imers\xE3o)",subtitleLoading:"A carregar as legendas...",bilingual:"bilinguismo","field.action":"Se deve ativar a terminologia Baidu","description.action":"Quando ativado, ser\xE1 adicionado um par\xE2metro action=1 ao pedido para informar o Baidu do termo ativado. <1>Consulte a documenta\xE7\xE3o oficial para obter mais informa\xE7\xF5es.",closeQuickTranslation:"Fechar Hoverball","closeQuickTranslation.untilNext":"Desta vez fechado at\xE9 \xE0 pr\xF3xima visita","closeQuickTranslation.currentWebsite":"S\xEDtio atual desativado","closeQuickTranslation.alwaysClose":"desativar permanentemente","closeQuickTranslation.settingOpen":"(pode ser ativado na <1>p\xE1gina de defini\xE7\xF5es )","closeQuickTranslation.cancel":"cancelamentos","closeQuickTranslation.confirm":"definir","floatBall.popup":"Abrir o painel Defini\xE7\xF5es r\xE1pidas","floatBall.translate":"Clique para traduzir a p\xE1gina","floatBall.showOriginal":"Clique para voltar ao artigo original","floatBall.close":"Fechar Hoverball","floatBallOptions.enableDescPc":"Depois de ativar o hoverball da p\xE1gina, ser\xE1 apresentado um bot\xE3o de tradu\xE7\xE3o r\xE1pida no lado direito da p\xE1gina, clique nele para traduzir!","floatBallOptions.enableDesc":"Depois de desligar a hoverball, esta pode ser recuperada com{touch}. Recomenda-se vivamente que marques esta p\xE1gina de defini\xE7\xF5es para o caso de n\xE3o conseguires encontrar a hoverball depois de teres desligado inadvertidamente esta op\xE7\xE3o!","description.azureApiUrl":"Preencher o endere\xE7o da interface API personalizada",confirmSupportMouse:"For\xE7ar a ativa\xE7\xE3o do suporte do rato",confirmSupportMouseDescription:"Detectado que o browser atual n\xE3o suporta a fun\xE7\xE3o de rato, \xE9 for\xE7ado a ativar o suporte de rato?",sampleTargetText:"A longa noite chegar\xE1, e eu vigiarei de hoje at\xE9 \xE0 minha morte. N\xE3o tomarei nenhuma esposa, n\xE3o farei nenhum feudo, n\xE3o terei filhos. N\xE3o usarei uma coroa, n\xE3o lutarei por honra. Cumprirei o meu dever, viverei e morrerei.",sampleSourceText:"Night gathers, and now my watch begins. It shall not end until my death. I shall take no wife, hold no lands, father no children. I shall wear no crowns and win no glory. I shall live and die at my post.","desc.touchShortcutsToggleTranslatePageOnlyTranslation":"Apenas a tradu\xE7\xE3o significa que apenas o texto traduzido ser\xE1 exibido, se a p\xE1gina ainda n\xE3o foi traduzida, o modo ser\xE1 alterado e traduzido.","desc.toggleOnlyTransation":"O modo de tradu\xE7\xE3o apenas se refere a mostrar apenas a tradu\xE7\xE3o, se a p\xE1gina ainda n\xE3o foi traduzida, o modo ser\xE1 alterado e traduzido.",touchShortcutsToggleTranslatePageOnlyTranslation:"Configurar gestos de toque na tela para alternar entre o modo bil\xEDngue / apenas tradu\xE7\xE3o",download_started:"O download j\xE1 come\xE7ou, se n\xE3o come\xE7ou automaticamente, por favor clique manualmente.",here:"aqui","translationFont.customPlaceholder":"tipo de letra",batchEdit:"Opera\xE7\xE3o em massa","error.goReset":"ir redefinir","error.configError":"Dados de configura\xE7\xE3o anormais","translationServices.inherit":"Siga o servi\xE7o de tradu\xE7\xE3o principal",detectServiceLoading:"Detectando servi\xE7os de tradu\xE7\xE3o dispon\xEDveis...","translationModeLang.translation.title":"Apenas o modo de tradu\xE7\xE3o de idioma","translationFont.custom":"Insira a fonte personalizada","error.serveConfigError":"Erro de configura\xE7\xE3o do servi\xE7o",toggleToService:"Mude para {service} e tente novamente","touch.mouse-translate":"Traduzir o par\xE1grafo especificado","translationModeUrl.translation.title":"Modo de apenas tradu\xE7\xE3o do URL","error.proTokenInvalid":"Se voc\xEA \xE9 um usu\xE1rio Pro, fa\xE7a login antes de usar o servi\xE7o de tradu\xE7\xE3o Pro.",enableSentryReport:"Quando ocorre um erro de extens\xE3o, use o Sentry para enviar feedback.",translationFont:"Definir fonte",videoSubtitlePreTranslationOn:"As legendas de v\xEDdeo usar\xE3o tradu\xE7\xE3o imersiva como prioridade.","error.reloadPageOfSetting":"Ap\xF3s a configura\xE7\xE3o, atualize a p\xE1gina para traduzir novamente.","translationModeLang.translation.description":"Quando a l\xEDngua da p\xE1gina \xE9 uma das seguintes, o modo de tradu\xE7\xE3o apenas ser\xE1 usado automaticamente.","error.502":"O servi\xE7o retornou um erro, o servi\xE7o est\xE1 fora do tempo, por favor tente novamente mais tarde.","error.googleLimitIp":"O servi\xE7o retorna um erro, o servi\xE7o Google j\xE1 limitou este endere\xE7o IP, \xE9 recomendado que voc\xEA mude o n\xF3 da rede.","error.403":"O servi\xE7o retorna um erro, temporariamente sem permiss\xE3o para acessar esse servi\xE7o.","error.400":"O servi\xE7o retorna um erro, o par\xE2metro de solicita\xE7\xE3o est\xE1 errado, por favor, verifique a configura\xE7\xE3o correspondente.","error.proUpgrade":"Ap\xF3s a atualiza\xE7\xE3o, atualize a p\xE1gina e traduza novamente.",videoSubtitlePreTranslationOff:"As legendas do v\xEDdeo dar\xE3o prioridade \xE0s legendas traduzidas automaticamente inclu\xEDdas no v\xEDdeo original.","error.429":"O servi\xE7o retornou um erro, indicando que a solicita\xE7\xE3o \xE9 muito frequente ou excede o limite, tente novamente mais tarde.","error.gemini.429":"O servi\xE7o Gemini atual atingiu sua capacidade m\xE1xima, por favor, tente novamente mais tarde ou mude para outro servi\xE7o de tradu\xE7\xE3o.","error.openAIExceededQuota":"O servi\xE7o retorna um erro: o saldo da sua conta OpenAI atual \xE9 insuficiente, por favor recarregue ou vincule um cart\xE3o de cr\xE9dito no back-end oficial da OpenAI.","translationFont.notSupportErrorMessage":"Por favor, verifique se o nome da fonte que voc\xEA inseriu est\xE1 correto, ou confirme se essa fonte j\xE1 est\xE1 instalada em seu dispositivo.","translationModeUrl.translation.description":"Quando o site \xE9 para os seguintes dom\xEDnios, o modo de apenas tradu\xE7\xE3o \xE9 usado automaticamente.","desc.toggleVideoSubtitlePreTranslation":"Ao pressionar, as legendas em dois idiomas do v\xEDdeo usar\xE3o preferencialmente as configura\xE7\xF5es de tradu\xE7\xE3o imersiva, ao pressionar novamente, as legendas autom\xE1ticas do v\xEDdeo original ser\xE3o priorizadas. Aten\xE7\xE3o: este atalho modifica as configura\xE7\xF5es globais.","error.openAIFreeLimit":"O servi\xE7o retorna um erro, a frequ\xEAncia atual de solicita\xE7\xF5es de tradu\xE7\xE3o atingiu o limite m\xE1ximo de 3 vezes por minuto, tente novamente mais tarde. (Esta \xE9 a restri\xE7\xE3o oficial da OpenAI para a chave API gratuita, para remover essa restri\xE7\xE3o, vincule um cart\xE3o de cr\xE9dito no backend da OpenAI.)","error.serveUnavailable":"O servi\xE7o [{serverName}] que voc\xEA est\xE1 usando atualmente n\xE3o pode ser acessado temporariamente devido a problemas de conex\xE3o de rede ou do provedor de servi\xE7os. Sugerimos que voc\xEA tente atualizar a p\xE1gina ou alterar para outro servi\xE7o de tradu\xE7\xE3o atrav\xE9s das <1>configura\xE7\xF5es. Se voc\xEA \xE9 um membro <2>Pro, pode optar por usar os servi\xE7os de tradu\xE7\xE3o mais est\xE1veis da DeepL ou OpenAI (<3>clique aqui para experimentar gratuitamente). Al\xE9m disso, voc\xEA pode precisar verificar suas configura\xE7\xF5es de rede ou proxy.","tagsInput.add":"+ Adicionar","floatBall.iKnow":"Eu sei.",pickAll:"Selecionar tudo",goLogin:"V\xE1 fazer login",notLogin:"N\xE3o conectado","error.retry":"Tentar novamente",shortcutSettingsTitle:"Configura\xE7\xF5es de atalho","error.reason":"Raz\xE3o do erro","subtitle.hideQuickButton":"N\xE3o mostrar mais este atalho",errorReason:"Raz\xE3o do erro: {message}","widget.instruction":"Instru\xE7\xF5es de uso","multipleClick.2":"Clique duplo","multipleClick.3":"Tr\xEDplice golpe","widget.translateFile":"PDF/ePub","floatBallOptions.fixedPositionLeft":"lado esquerdo","floatBallOptions.fixedPosition":"Posi\xE7\xE3o fixa",buildSnapshots:"Gerar instant\xE2neo da p\xE1gina da web","intro.floatBallTitle":"Bola flutuante de tradu\xE7\xE3o r\xE1pida",neverTranslateThisSite:"Nunca traduza este site",mouseHoverCustomKeyTitle:"Personalizar atalhos de mouse hover","subtitle.autoDisableSubtitle":"N\xE3o ative automaticamente as legendas bilingues","browser.translateWithGoogle":"Usar o Google Tradutor temporariamente para a p\xE1gina atual","error.subscriptionExpiredTitle":"A associa\xE7\xE3o expirou","floatBallOptions.fixedPositionRight":"lado direito",loggedIn:"Conectado","subtitle.bilingual":"Legendas bil\xEDngues","slide.right":"Deslize para a esquerda",networkError:"O servi\xE7o de tradu\xE7\xE3o ou a rede est\xE1 com problemas",contact:"Entre em contato conosco","intro.subtitleTitle":"Exibi\xE7\xE3o de legendas bilingues em v\xEDdeos online","browser.translateWithTransmart":"Usar temporariamente o Tencent para traduzir a p\xE1gina atual",alwaysTranslateThisSite:"Sempre traduza este site",temprarilyChangeTranslationTo_gemini:"Est\xE1 a usar o Gemini para traduzir a p\xE1gina atual","multipleClick.4":"Qu\xE1druplo golpe","intro.hoverTitle":"Passe o mouse para traduzir o par\xE1grafo atual",temprarilyChangeTranslationTo_google:"Est\xE1 a usar o Google Tradutor para traduzir a p\xE1gina atual","shortcutGroup.touch":"Gestos espec\xEDficos para tela sens\xEDvel ao toque",notLoginPro:"Ainda n\xE3o iniciou sess\xE3o na sua conta de membro.",paragraphMinTextCountField:"N\xFAmero m\xEDnimo de caracteres necess\xE1rios para traduzir um par\xE1grafo",temprarilyChangeTranslationTo_openai:"Est\xE1 a usar o OpenAI para traduzir a p\xE1gina atual",translationOnlyMode:"Apenas modo de tradu\xE7\xE3o",viewWithImmersiveTranslate:"Vers\xE3o bil\xEDngue (tradu\xE7\xE3o imersiva)","translationServices.gemini":"G\xEAmeos","browser.toggleMouseHoverTranslateDirectly":"Ativar ou desativar temporariamente a tradu\xE7\xE3o direta do mouse hover na p\xE1gina",shortcutSettings:"Atalho","browser.translateWithOpenAI":"Usar temporariamente o OpenAI para traduzir a p\xE1gina atual",touchShortcutsToggleTranslateTouchElement:"Configurar gestos de toque na tela para traduzir par\xE1grafos espec\xEDficos","widget.instructionTooltip":"Consulte as instru\xE7\xF5es de uso","shortcutGroup.mouse":"Configura\xE7\xE3o de atalhos de teclado para hover do mouse",temprarilyChangeTranslationTo_deepl:"Est\xE1 a usar o DeepL para traduzir a p\xE1gina atual.","floatBall.longPress":"Pressione e segure para abrir rapidamente o painel de configura\xE7\xF5es.","widget.videoSubtitle":"legendas de v\xEDdeo",upgradeToProErrorTitle:"Por favor, atualize para o membro Pro antes de usar este servi\xE7o de tradu\xE7\xE3o.","floatBallOptions.fixedPositionDesc":"A bola flutuante est\xE1 \xE0 esquerda ou \xE0 direita da janela?","shortcutGroup.shortcutsForTranslationServices":"Servi\xE7os de tradu\xE7\xE3o atalhos relacionados",temprarilyChangeTranslationTo_transmart:"Est\xE1 a usar o Tencent para traduzir a p\xE1gina atual.",touchShortcutsOff:"fechar","browser.translateWithBing":"Usar temporariamente o Microsoft Translate para traduzir a p\xE1gina atual","browser.toggleVideoSubtitlePreTranslation":"Alternar legendas bil\xEDngues prefere usar configura\xE7\xF5es de tradu\xE7\xE3o imersiva","proQuotaExceededError.resetTime":"3. Tempo de redefini\xE7\xE3o do limite: {resetTime}","widget.videoSubtitleTooltip":"Suporta Youtube e outros {count}+ sites de v\xEDdeo","desc.touchShortcutsToggleTranslateTouchElement":"Personalize um gesto e voc\xEA poder\xE1 traduzir qualquer par\xE1grafo em que estiver.","subtitle.showQuickButton":"No leitor, exibir legendas em dois idiomas \xE9 um atalho","shortcutGroup.others":"Mais atalhos de fun\xE7\xF5es personalizadas",touchShortcutsToggleTranslationMask:"Configurar gestos de toque na tela para mostrar a m\xE1scara de tradu\xE7\xE3o / mostrar o texto original",temprarilyChangeTranslationTo_bing:"Est\xE1 a usar o Microsoft Translator para traduzir a p\xE1gina atual.","browser.translateWithGemini":"Use temporariamente o Gemini para traduzir a p\xE1gina atual","error.subscriptionExpired":"A sua associa\xE7\xE3o pode ter expirado, por favor verifique o estado da sua associa\xE7\xE3o.","browser.translateInputBox":"Traduzir o conte\xFAdo da caixa de entrada atual",touchShortcutsToggleTranslatePage:"Defina gestos de toque na tela para traduzir p\xE1ginas da web / mostrar o texto original","widget.translateFileTooltip":"Traduzir documentos PDF, EPUB, SRT, ASS, HTML e TXT","description.baiduField":"Os campos suportados s\xE3o vistos <1>aqui, se estiver vazio, significa que nenhum campo \xE9 especificado.","browser.translateWithDeepL":"Use temporariamente o DeepL para traduzir a p\xE1gina atual","desc.interfaceLanguage":"A configura\xE7\xE3o do idioma da interface afeta o idioma de exibi\xE7\xE3o do painel de controle e n\xE3o est\xE1 relacionada ao idioma de destino da tradu\xE7\xE3o.","neverTranslateText.title":`Por favor, traduza diretamente para o portugu\xEAs (evite explicar o texto original): Mantenha as seguintes palavras no original, n\xE3o traduza.`,"shortcutGroup.main":"Atalhos de fun\xE7\xF5es comuns",confirmResetToDefaultSettings:"Confirma que deseja restaurar este servi\xE7o de tradu\xE7\xE3o para as configura\xE7\xF5es padr\xE3o? (Apenas redefinir as configura\xE7\xF5es deste servi\xE7o de tradu\xE7\xE3o)","subtitle.showQuickButtonDescription":"No canto inferior direito do player de v\xEDdeo, fornece um atalho para ativar legendas bil\xEDngues.","slide.left":"Deslize para a direita","contact.description":"Se voc\xEA tiver alguma d\xFAvida ou sugest\xE3o, sinta-se \xE0 vontade para preencher o formul\xE1rio abaixo para nos contatar, ou envie um e-mail para {email}, responderemos o mais r\xE1pido poss\xEDvel.",paragraphMinTextCountDesc:"Aten\xE7\xE3o, aqui refere-se ao comprimento do caractere, por exemplo: hello tem 5 caracteres, definir um valor maior pode reduzir a tradu\xE7\xE3o desnecess\xE1ria de pequenos par\xE1grafos.","desc.toggleTranslateTheMainPage":"Traduza apenas a \xE1rea principal da p\xE1gina, quando voc\xEA ativou a tradu\xE7\xE3o de toda a \xE1rea da p\xE1gina nas configura\xE7\xF5es avan\xE7adas, voc\xEA pode usar este atalho para traduzir especificamente a \xE1rea principal da p\xE1gina.",mouseHoverCustomKeyDescription:"Voc\xEA pode personalizar um atalho de combina\xE7\xE3o de mouse sobre, como: Alt+Z, Ctrl+E, Cmd+Alt+E ou diretamente Cmd, por favor, insira manualmente.","desc.toggleMouseHoverTranslateDirectly":"Depois de pressionar esta tecla de atalho, na p\xE1gina, sempre que o mouse apontar para qualquer texto, ele ser\xE1 traduzido automaticamente. Pressione a tecla de atalho novamente para desativar este recurso de tradu\xE7\xE3o autom\xE1tica.","desc.mouseHoverHoldKey":"Quando o mouse \xE9 colocado sobre um par\xE1grafo, pressionando a tecla de atalho \xE0 direita ao mesmo tempo, voc\xEA pode traduzir diretamente esse par\xE1grafo.","floatBall.guideClickToTranslate":"Clique na bola flutuante de tradu\xE7\xE3o imersiva para traduzir rapidamente",translationOnlyModeDescription:"O modo de tradu\xE7\xE3o apenas se refere a mostrar apenas a tradu\xE7\xE3o, n\xE3o o modo bil\xEDngue padr\xE3o. Aten\xE7\xE3o: devido a limita\xE7\xF5es t\xE9cnicas, os hiperlinks do texto original ser\xE3o desativados no modo de tradu\xE7\xE3o apenas.","desc.touchShortcutsToggleTranslatePage":"Ap\xF3s a configura\xE7\xE3o, ao usar um dispositivo m\xF3vel, \xE9 poss\xEDvel tocar na tela com X dedos, deslizar para a esquerda e para a direita ou tocar continuamente para acionar a tradu\xE7\xE3o da p\xE1gina / exibir o texto original.","desc.touchShortcutsToggleTranslationMask":"A m\xE1scara de tradu\xE7\xE3o refere-se ao efeito de desfoque no estilo de tradu\xE7\xE3o (modo de aprendizado), que, quando ativado, usa temporariamente o efeito de desfoque na tradu\xE7\xE3o, facilitando o aprendizado.","intro.floatBallDescription":"Depois de ativado, um bot\xE3o de tradu\xE7\xE3o r\xE1pida ser\xE1 exibido no lado direito da p\xE1gina. Clique para traduzir e clique novamente para voltar ao texto original. No dispositivo m\xF3vel, pressione e segure a bola flutuante para abrir o painel de configura\xE7\xF5es r\xE1pidas.","proQuotaExceededError.trial":'\uFF0Cvoc\xEA pode escolher as seguintes maneiras de resolver:

1. Mude para {anotherService} ou outro servi\xE7o de tradu\xE7\xE3o
2. Atualize imediatamente para um membro oficial',"desc.toggleTranslateTheWholePage":"Traduzir toda a \xE1rea da p\xE1gina, por padr\xE3o, traduziremos a \xE1rea principal da p\xE1gina, voc\xEA pode usar este atalho para traduzir especificamente toda a \xE1rea da p\xE1gina.","subtitle.supportedSites":"J\xE1 \xE9 suportado o uso de legendas bil\xEDngues nestes sites (aten\xE7\xE3o: devido a limita\xE7\xF5es t\xE9cnicas, alguns sites podem precisar ser atualizados ap\xF3s a ativa\xE7\xE3o inicial das legendas, ou pode ser necess\xE1rio esperar a tradu\xE7\xE3o ser conclu\xEDda para exibir as legendas bil\xEDngues):",shortcutDisableTooltip:"Por favor, configure na p\xE1gina de gerenciamento de atalhos de extens\xE3o fornecida pelo navegador. Para mais orienta\xE7\xF5es, consulte as instru\xE7\xF5es na parte superior desta p\xE1gina.","proQuotaExceededError.onetime7day":'\uFF0Cvoc\xEA pode escolher as seguintes maneiras de resolver:

1. Mude para {anotherService} ou outro servi\xE7o de tradu\xE7\xE3o
2. Atualize para membro mensal/anual',"proQuotaExceededError.nonTrial":'\uFF0Cvoc\xEA pode escolher as seguintes maneiras de resolver:

1. Mude para {anotherService} ou outro servi\xE7o de tradu\xE7\xE3o
2. Compre um pacote de tr\xE1fego extra {translationService} ',"neverTranslateText.description":"Devido a algumas m\xE1quinas de tradu\xE7\xE3o n\xE3o reconhecerem adequadamente os nomes pr\xF3prios, voc\xEA pode adicionar palavras aqui para garantir que elas n\xE3o sejam convertidas durante o processo de tradu\xE7\xE3o. Por favor, note que esta fun\xE7\xE3o distingue mai\xFAsculas de min\xFAsculas e suporta apenas idiomas com palavras separadas por espa\xE7os (como ingl\xEAs, franc\xEAs), n\xE3o sendo adequada para idiomas como japon\xEAs, coreano, etc.","intro.hoverDescription":"A tradu\xE7\xE3o do mouse hover \xE9 uma fun\xE7\xE3o muito importante na tradu\xE7\xE3o imersiva, basta colocar o mouse sobre o par\xE1grafo e pressionar a tecla de atalho definida para traduzir automaticamente o par\xE1grafo atual (nota: n\xE3o est\xE1 ativado por padr\xE3o, por favor configure abaixo), esta intera\xE7\xE3o \xE9 usada para substituir melhor a tradu\xE7\xE3o de palavras selecionadas, al\xE9m disso, esta fun\xE7\xE3o tamb\xE9m \xE9 amplamente utilizada em \xE1reas de tradu\xE7\xE3o que n\xE3o podem ser reconhecidas, voc\xEA pode usar esta fun\xE7\xE3o para for\xE7ar a tradu\xE7\xE3o de qualquer par\xE1grafo.","intro.subtitleDescription":"Ap\xF3s ativar este recurso, as legendas bil\xEDngues ser\xE3o exibidas automaticamente durante a reprodu\xE7\xE3o do v\xEDdeo. Se n\xE3o estiver ativado, voc\xEA precisar\xE1 clicar manualmente no bot\xE3o de tradu\xE7\xE3o na p\xE1gina para exibir as legendas. Por favor, note que, devido a limita\xE7\xF5es t\xE9cnicas, alguns sites podem precisar atualizar a p\xE1gina ou esperar a tradu\xE7\xE3o ser conclu\xEDda antes de poderem exibir as legendas bil\xEDngues. (Al\xE9m disso, voc\xEA tamb\xE9m pode ativar/desativar o painel de atalhos de tradu\xE7\xE3o imersiva no canto superior direito ap\xF3s abrir o site do v\xEDdeo)

Atualmente, suportamos o uso de legendas bil\xEDngues nestes sites:",geminiWarning:"Aten\xE7\xE3o: O servi\xE7o gratuito Gemini fornecido pelo Google tem restri\xE7\xF5es rigorosas, pode ser considerado pelo Google que o usu\xE1rio est\xE1 usando v\xE1rias chaves para evitar suas restri\xE7\xF5es de cota gratuita, n\xE3o \xE9 recomendado usar, \xE9 aconselh\xE1vel esperar pelo Google para abrir a interface de pagamento Gemini no futuro para uso.","floatBall.setting":"Configura\xE7\xE3o","floatBall.translateToLanguage":"Clique para traduzir para {language}","floatBall.file":`Traduzir PDF, EPUB, SRT, ASS, HTML, arquivos TXT`,changeToOnlyTempTranslationMode:"Alternar para apresentar apenas tradu\xE7\xF5es",changeToDualTempTranslationMode:"Mudar para tradu\xE7\xE3o bilingue","transitionMode.dual":"Bilingue comparativo","options.navbar.translateFile":"Traduzir documento","options.navbar.installApp":"Instalar o aplicativo para celular","transitionMode.translation":"Apenas texto traduzido.","subtitle.transitionModeDescription":"Defina as legendas do v\xEDdeo para compara\xE7\xE3o bilingue ou apenas modo de tradu\xE7\xE3o","subtitle.transitionMode":"Legendas de v\xEDdeo bil\xEDngue / configura\xE7\xE3o apenas de tradu\xE7\xE3o","transitionMode.inherit":"Mantenha consist\xEAncia com o modo de exibi\xE7\xE3o de tradu\xE7\xE3o padr\xE3o do sistema.",translateFileTooltip:`Traduzir PDF, ePub, srt, @@ -5160,12 +5160,12 @@ ass, HTML, arquivos TXT`,"description.subtitlePrompt":`Em cen\xE1rios de legenda - id: 1 {env.imt_trans_field}: tradu\xE7\xE3o - id: 2 - {env.imt_trans_field}: tradu\xE7\xE3o`,"subtitle.quickButton.green":"verde","subtitle.quickButton.magenta":"Magenta","translationServices.claude":"Claude","subtitle.quickButton.white":"branco","subtitle.quickButton.translationTextColor":"Cor da fonte da tradu\xE7\xE3o","subtitle.quickButton.backgroundOpacity":"opacidade de fundo","subtitle.quickButton.sourceFontSize":"Tamanho original da fonte","subtitle.quickButton.backgroundColor":"cor de fundo","subtitle.quickButton.setting":"configura\xE7\xE3o","subtitle.quickButton.blue":"azul","subtitle.quickButton.translationPositionBottom":"\u539F\u6587\u4E0B\u65B9","subtitle.quickButton.yellow":"Amarelo","subtitle.quickButton.translationPositionTop":"Acima do texto original","subtitle.quickButton.sourceTextColor":"Cor original da fonte","subtitle.quickButton.red":"vermelho","subtitle.quickButton.translationPosition":"Posi\xE7\xE3o de tradu\xE7\xE3o","subtitle.quickButton.cyan":"Azul","subtitle.quickButton.black":"preto","subtitle.quickButton.translationFontSize":"Tamanho da fonte do texto traduzido",attachSubtitleTranslating:"Usando {service} para traduzir...","error.claude.403":"Sem permiss\xE3o para acessar o servi\xE7o, pode estar relacionado com as restri\xE7\xF5es de \xE1rea de Claude, voc\xEA pode tentar alterar o seu endere\xE7o IP, ou usar outros servi\xE7os de tradu\xE7\xE3o.","browser.brandDescriptionForSafari":"\u3010Tradu\xE7\xE3o imersiva\u3011Um plugin de tradu\xE7\xE3o de p\xE1ginas da web bilingue (original/tradu\xE7\xE3o) gratuito, que suporta a tradu\xE7\xE3o de PDF e EPUB e mant\xE9m a formata\xE7\xE3o original do documento, a tradu\xE7\xE3o de legendas bilingues de v\xEDdeos online como Youtube/Netflix, e suporta servi\xE7os de tradu\xE7\xE3o mainstream como Deepl/Google;","browser.PdfProFile":"AI impulsionado pela tradu\xE7\xE3o do PDF Pro","browser.textTranslate":"Tradu\xE7\xE3o de texto"};var Ul=[{code:"zh-CN",messages:El},{code:"zh-TW",messages:Cl},{code:"en",messages:_l},{code:"ja",messages:Pl},{code:"ar",messages:Ll},{code:"de",messages:Il},{code:"es",messages:Bl},{code:"fa",messages:Fl},{code:"fr",messages:zl},{code:"hi",messages:Ol},{code:"it",messages:Ml},{code:"ru",messages:Rl},{code:"ko",messages:Nl},{code:"pt",messages:ql}];var _t={};for(let t of Ul)_t[t.code]=t.messages;var nr="Immersive Translate",Se="immersive-translate",Kl="pdf/index.html";var W="immersiveTranslate",$a="759003177173-mfm15s5nd77vfmo6e7lanof1emnanf0e.apps.googleusercontent.com",Dr=W+"GoogleAccessToken",Wl=W+"AuthFlow",Qa="immersive-translate-config-latest.json",BA=W+"AuthState",FA=W+"IframeMessage",zA=W+"WaitForRateLimit",Hl=W+"DocumentMessageAsk",OA=W+"DocumentMessageTellThirdParty",MA=W+"showError",RA=W+"DocumentMessageThirdPartyTell",NA=W+"DocumentMessageEventUpload",zg=W+"DocumentMessageHandler",qA=`${W}Share`,UA=`${W}ToggleMouseHoverTranslateDirectly`,jA=`${W}ReqDraft`,KA=`${W}ResDraft`,WA=`${W}Container`,HA=`${W}SpecifiedContainer`,Ya="buildinConfig",ea="localConfig",_i="openOptionsPage";var Pi="translateLocalPdfFile",Gl="donateContext",Li="openEbookViewer",Ii="openEbookBuilder",Vl="openSubtitleBuilder",GA=`${W}PageTranslatedStatus`,VA=`${W}PageUrlChanged`,$A=`${W}ReceiveCommand`,QA=W+"LastUseMouseHoverTime",YA=W+"LastUseInputTime",$l=W+"LastUseManualTranslatePageTime",XA=`${W}PopupReceiveMessage`,Og="immersivetranslate.com",Mg="config.immersivetranslate.com",ZA=`https://${Og}/`,JA=`https://${Mg}/default_config.json`,eD=`${W}Mark`,tD=`${W}Root`,rD=`${W}Walked`,aD=`data-${Se}-walked`,nD=`${W}Paragraph`,iD=`data-${Se}-paragraph`,oD=`data-${Se}-translation-element-mark`,sD=`${W}TranslationElementMark`,lD=`${W}TranslatedMark`,uD=`${W}LoadingId`,cD=`data-${Se}-loading-id`,dD=`${W}ErrorId`,pD=`data-${Se}-error-id`,mD=`${W}AtomicBlockMark`,gD=`${W}ExcludeMark`,hD=`data-${Se}-exclude-mark`,fD=`${W}StayOriginalMark`,bD=`${W}PreWhitespaceMark`,TD=`${W}InlineMark`,vD=`${W}BlockMark`,yD=`${W}Left`,SD=`${W}Right`,wD=`${W}Width`,xD=`${W}Height`,AD=`${W}Top`,DD=`${W}FontSize`;var kD=`${W}GlobalStyleMark`,Rg=["@","#"];var ED=`${Se}-target-wrapper`,CD=`${Se}-pdf-target-container`,_D=`${Se}-target-inner`,PD=`${Se}-source-wrapper`,LD=`${Se}-target-translation-block-wrapper`,ID=`${Se}-root-translation-theme`,BD=`${W}RootTranslationTheme`,FD=`${Se}-target-translation-vertical-block-wrapper`,zD=`${Se}-target-translation-pdf-block-wrapper`,OD=`${Se}-target-translation-pre-whitespace`,MD=`${Se}-target-translation-inline-wrapper`;var ta=["auto","zh-CN","zh-TW","en","ja","ko","es","de","fr","pt","pt-br","ru","ar","it","ms","id","vi","af","th","ur","yue","zh-CN-NE","bo","wyw","am","az","be","bg","bn","bs","ca","ceb","co","cs","cy","da","el","eo","et","eu","fa","fi","fil","fj","fy","ga","gd","gl","gu","ha","haw","he","hi","hmn","hr","ht","hu","hy","ig","is","jw","ka","kk","km","kn","ku","ky","la","lb","lo","lt","lv","mg","mi","mk","ml","mn","mr","mt","mww","my","ne","nl","no","ny","otq","pa","pl","ps","ro","sa","sd","si","sk","sl","sm","sn","so","sq","sr","sr-Cyrl","sr-Latn","st","su","sv","sw","ta","te","tg","tlh","tlh-Qaak","to","tr","ty","ug","uk","uz","xh","yi","yo","yua","zu"];var ft="zh-CN";var jl=[{type:"select",name:"codename",labelKey:"field.translationEngine",default:"youdao",required:!1,options:[{label:"translationServices.google",value:"google"},{label:"translationServices.deepl",value:"deepl"},{label:"translationServices.youdao",value:"youdao"},{label:"translationServices.tencent",value:"tencent"},{label:"translationServices.aliyun",value:"aliyun"},{label:"translationServices.baidu",value:"baidu"},{label:"translationServices.caiyun",value:"caiyun"},{label:"translationServices.wechat",value:"wechat"},{label:"translationServices.ibm",value:"ibm"},{label:"translationServices.azure",value:"azure"},{label:"translationServices.aws",value:"aws"}]}];var Ng={bing:{name:"\u5FAE\u8F6F\u7FFB\u8BD1",homepage:"https://www.bing.com/translator"},google:{name:"Google",homepage:"https://translate.google.com/"},deepl:{name:"DeepL",homepage:"https://www.deepl.com/translator",docUrl:"https://immersivetranslate.com/docs/services/deepL/",providers:[{name:"pro",nameKey:"deepLProName",descriptionKey:"deepLProDescription",descriptionKeyForNormal:"deeplProDescriptionForNormal",descriptionLink1:"https://immersivetranslate.com/pricing"},{name:"custom",nameKey:"deepLCustomName",descriptionKey:"deepLCustomDescription",descriptionLink1:"https://www.deepl.com/translator",descriptionLink2:"https://immersivetranslate.com/docs/services/deepL/"}],allProps:[{name:"authKey",providers:["custom"],label:"Auth Key",required:!0,type:"password"}]},openai:{name:"Open AI",homepage:"https://openai.com/api/",docUrl:"https://immersivetranslate.com/docs/services/openai/",providers:[{name:"pro",nameKey:"openaiProName",descriptionKey:"openaiProDescription",descriptionKeyForNormal:"openaiProDescriptionForNormal",descriptionLink1:"https://immersivetranslate.com/pricing"},{name:"custom",nameKey:"openaiCustomName",descriptionKey:"openaiCustomDescription",descriptionLink1:"https://immersivetranslate.com/docs/services/openai/"}],allProps:[{name:"APIKEY",providers:["custom"],required:!0,type:"password"},{name:"model",labelKey:"field.model",descriptionKey:"description.model",required:!1,type:"model-select",default:"gpt-3.5-turbo-1106",providers:["custom"],options:[{providers:["custom","pro"],label:"gpt-3.5-turbo",value:"gpt-3.5-turbo"},{providers:["custom"],label:"gpt-3.5-turbo-0125",value:"gpt-3.5-turbo-0125"},{providers:["custom","pro"],label:"gpt-3.5-turbo-1106",value:"gpt-3.5-turbo-1106"},{providers:["custom","pro"],label:"gpt-3.5-turbo-0613",value:"gpt-3.5-turbo-0613"},{providers:["custom"],label:"gpt-4-1106-preview",value:"gpt-4-1106-preview"},{providers:["custom"],label:"gpt-4-0125-preview",value:"gpt-4-0125-preview"},{providers:["custom"],label:"gpt-4",value:"gpt-4"}]},{name:"limit",required:!1,labelKey:"field.limitPerSecond",descriptionKey:"description.limitPerSecond",descriptionLink1:"https://immersivetranslate.com/docs/services/openai/",type:"number",default:10,providers:["custom"]},{name:"maxTextLengthPerRequest",required:!1,labelKey:"field.maxTextLengthPerRequest",descriptionKey:"description.maxTextLengthPerRequest",type:"number",default:1200,optional:!0},{name:"maxTextGroupLengthPerRequest",required:!1,labelKey:"field.maxTextGroupLengthPerRequest",descriptionKey:"description.maxTextGroupLengthPerRequest",type:"number",default:1,optional:!0},{name:"apiUrl",labelKey:"field.apiUrl",required:!1,type:"text",default:"https://api.openai.com/v1/chat/completions",descriptionKey:"description.apiUrl",descriptionLink1:"https://immersivetranslate.com/docs/services/openai/",optional:!0,providers:["custom"]},{name:"systemPrompt",label:"System Prompt",required:!1,descriptionKey:"description.systemPrompt",type:"textarea",optional:!0,default:"You are a translation engine, you can only translate text and cannot interpret it, and do not explain."},{name:"prompt",label:"Prompt",required:!1,descriptionKey:"description.prompt",type:"textarea",default:`Translate the text to {{to}}, please do not explain any sentences, just translate or leave them as they are.: + {env.imt_trans_field}: tradu\xE7\xE3o`,"subtitle.quickButton.green":"verde","subtitle.quickButton.magenta":"Magenta","translationServices.claude":"Claude","subtitle.quickButton.white":"branco","subtitle.quickButton.translationTextColor":"Cor da fonte da tradu\xE7\xE3o","subtitle.quickButton.backgroundOpacity":"opacidade de fundo","subtitle.quickButton.sourceFontSize":"Tamanho original da fonte","subtitle.quickButton.backgroundColor":"cor de fundo","subtitle.quickButton.setting":"configura\xE7\xE3o","subtitle.quickButton.blue":"azul","subtitle.quickButton.translationPositionBottom":"\u539F\u6587\u4E0B\u65B9","subtitle.quickButton.yellow":"Amarelo","subtitle.quickButton.translationPositionTop":"Acima do texto original","subtitle.quickButton.sourceTextColor":"Cor original da fonte","subtitle.quickButton.red":"vermelho","subtitle.quickButton.translationPosition":"Posi\xE7\xE3o de tradu\xE7\xE3o","subtitle.quickButton.cyan":"Azul","subtitle.quickButton.black":"preto","subtitle.quickButton.translationFontSize":"Tamanho da fonte do texto traduzido",attachSubtitleTranslating:"Usando {service} para traduzir...","error.claude.403":"Sem permiss\xE3o para acessar o servi\xE7o, pode estar relacionado com as restri\xE7\xF5es de \xE1rea de Claude, voc\xEA pode tentar alterar o seu endere\xE7o IP, ou usar outros servi\xE7os de tradu\xE7\xE3o.","browser.brandDescriptionForSafari":"\u3010Tradu\xE7\xE3o imersiva\u3011Um plugin de tradu\xE7\xE3o de p\xE1ginas da web bilingue (original/tradu\xE7\xE3o) gratuito, que suporta a tradu\xE7\xE3o de PDF e EPUB e mant\xE9m a formata\xE7\xE3o original do documento, a tradu\xE7\xE3o de legendas bilingues de v\xEDdeos online como Youtube/Netflix, e suporta servi\xE7os de tradu\xE7\xE3o mainstream como Deepl/Google;","browser.PdfProFile":"AI impulsionado pela tradu\xE7\xE3o do PDF Pro","browser.textTranslate":"Tradu\xE7\xE3o de texto"};var Ul=[{code:"zh-CN",messages:El},{code:"zh-TW",messages:Cl},{code:"en",messages:_l},{code:"ja",messages:Pl},{code:"ar",messages:Ll},{code:"de",messages:Bl},{code:"es",messages:Il},{code:"fa",messages:Fl},{code:"fr",messages:zl},{code:"hi",messages:Ol},{code:"it",messages:Ml},{code:"ru",messages:Rl},{code:"ko",messages:Nl},{code:"pt",messages:ql}];var _t={};for(let t of Ul)_t[t.code]=t.messages;var nr="Immersive Translate",Se="immersive-translate",Kl="pdf/index.html";var W="immersiveTranslate",$a="759003177173-mfm15s5nd77vfmo6e7lanof1emnanf0e.apps.googleusercontent.com",Dr=W+"GoogleAccessToken",Wl=W+"AuthFlow",Qa="immersive-translate-config-latest.json",IA=W+"AuthState",FA=W+"IframeMessage",zA=W+"WaitForRateLimit",Hl=W+"DocumentMessageAsk",OA=W+"DocumentMessageTellThirdParty",MA=W+"showError",RA=W+"DocumentMessageThirdPartyTell",NA=W+"DocumentMessageEventUpload",zg=W+"DocumentMessageHandler",qA=`${W}Share`,UA=`${W}ToggleMouseHoverTranslateDirectly`,jA=`${W}ReqDraft`,KA=`${W}ResDraft`,WA=`${W}Container`,HA=`${W}SpecifiedContainer`,Ya="buildinConfig",ea="localConfig",_i="openOptionsPage";var Pi="translateLocalPdfFile",Gl="donateContext",Li="openEbookViewer",Bi="openEbookBuilder",Vl="openSubtitleBuilder",GA=`${W}PageTranslatedStatus`,VA=`${W}PageUrlChanged`,$A=`${W}ReceiveCommand`,QA=W+"LastUseMouseHoverTime",YA=W+"LastUseInputTime",$l=W+"LastUseManualTranslatePageTime",XA=`${W}PopupReceiveMessage`,Og="immersivetranslate.com",Mg="config.immersivetranslate.com",ZA=`https://${Og}/`,JA=`https://${Mg}/default_config.json`,eD=`${W}Mark`,tD=`${W}Root`,rD=`${W}Walked`,aD=`data-${Se}-walked`,nD=`${W}Paragraph`,iD=`data-${Se}-paragraph`,oD=`data-${Se}-translation-element-mark`,sD=`${W}TranslationElementMark`,lD=`${W}TranslatedMark`,uD=`${W}LoadingId`,cD=`data-${Se}-loading-id`,dD=`${W}ErrorId`,pD=`data-${Se}-error-id`,mD=`${W}AtomicBlockMark`,gD=`${W}ExcludeMark`,hD=`data-${Se}-exclude-mark`,fD=`${W}StayOriginalMark`,bD=`${W}PreWhitespaceMark`,TD=`${W}InlineMark`,vD=`${W}BlockMark`,yD=`${W}Left`,SD=`${W}Right`,wD=`${W}Width`,xD=`${W}Height`,AD=`${W}Top`,DD=`${W}FontSize`;var kD=`${W}GlobalStyleMark`,Rg=["@","#"];var ED=`${Se}-target-wrapper`,CD=`${Se}-pdf-target-container`,_D=`${Se}-target-inner`,PD=`${Se}-source-wrapper`,LD=`${Se}-target-translation-block-wrapper`,BD=`${Se}-root-translation-theme`,ID=`${W}RootTranslationTheme`,FD=`${Se}-target-translation-vertical-block-wrapper`,zD=`${Se}-target-translation-pdf-block-wrapper`,OD=`${Se}-target-translation-pre-whitespace`,MD=`${Se}-target-translation-inline-wrapper`;var ta=["auto","zh-CN","zh-TW","en","ja","ko","es","de","fr","pt","pt-br","ru","ar","it","ms","id","vi","af","th","ur","yue","zh-CN-NE","bo","wyw","am","az","be","bg","bn","bs","ca","ceb","co","cs","cy","da","el","eo","et","eu","fa","fi","fil","fj","fy","ga","gd","gl","gu","ha","haw","he","hi","hmn","hr","ht","hu","hy","ig","is","jw","ka","kk","km","kn","ku","ky","la","lb","lo","lt","lv","mg","mi","mk","ml","mn","mr","mt","mww","my","ne","nl","no","ny","otq","pa","pl","ps","ro","sa","sd","si","sk","sl","sm","sn","so","sq","sr","sr-Cyrl","sr-Latn","st","su","sv","sw","ta","te","tg","tlh","tlh-Qaak","to","tr","ty","ug","uk","uz","xh","yi","yo","yua","zu"];var ft="zh-CN";var jl=[{type:"select",name:"codename",labelKey:"field.translationEngine",default:"youdao",required:!1,options:[{label:"translationServices.google",value:"google"},{label:"translationServices.deepl",value:"deepl"},{label:"translationServices.youdao",value:"youdao"},{label:"translationServices.tencent",value:"tencent"},{label:"translationServices.aliyun",value:"aliyun"},{label:"translationServices.baidu",value:"baidu"},{label:"translationServices.caiyun",value:"caiyun"},{label:"translationServices.wechat",value:"wechat"},{label:"translationServices.ibm",value:"ibm"},{label:"translationServices.azure",value:"azure"},{label:"translationServices.aws",value:"aws"}]}];var Ng={bing:{name:"\u5FAE\u8F6F\u7FFB\u8BD1",homepage:"https://www.bing.com/translator"},google:{name:"Google",homepage:"https://translate.google.com/"},deepl:{name:"DeepL",homepage:"https://www.deepl.com/translator",docUrl:"https://immersivetranslate.com/docs/services/deepL/",providers:[{name:"pro",nameKey:"deepLProName",descriptionKey:"deepLProDescription",descriptionKeyForNormal:"deeplProDescriptionForNormal",descriptionLink1:"https://immersivetranslate.com/pricing"},{name:"custom",nameKey:"deepLCustomName",descriptionKey:"deepLCustomDescription",descriptionLink1:"https://www.deepl.com/translator",descriptionLink2:"https://immersivetranslate.com/docs/services/deepL/"}],allProps:[{name:"authKey",providers:["custom"],label:"Auth Key",required:!0,type:"password"}]},openai:{name:"Open AI",homepage:"https://openai.com/api/",docUrl:"https://immersivetranslate.com/docs/services/openai/",providers:[{name:"pro",nameKey:"openaiProName",descriptionKey:"openaiProDescription",descriptionKeyForNormal:"openaiProDescriptionForNormal",descriptionLink1:"https://immersivetranslate.com/pricing"},{name:"custom",nameKey:"openaiCustomName",descriptionKey:"openaiCustomDescription",descriptionLink1:"https://immersivetranslate.com/docs/services/openai/"}],allProps:[{name:"APIKEY",providers:["custom"],required:!0,type:"password"},{name:"model",labelKey:"field.model",descriptionKey:"description.model",required:!1,type:"model-select",default:"gpt-3.5-turbo-1106",providers:["custom"],options:[{providers:["custom","pro"],label:"gpt-3.5-turbo",value:"gpt-3.5-turbo"},{providers:["custom"],label:"gpt-3.5-turbo-0125",value:"gpt-3.5-turbo-0125"},{providers:["custom","pro"],label:"gpt-3.5-turbo-1106",value:"gpt-3.5-turbo-1106"},{providers:["custom","pro"],label:"gpt-3.5-turbo-0613",value:"gpt-3.5-turbo-0613"},{providers:["custom"],label:"gpt-4-1106-preview",value:"gpt-4-1106-preview"},{providers:["custom"],label:"gpt-4-0125-preview",value:"gpt-4-0125-preview"},{providers:["custom"],label:"gpt-4",value:"gpt-4"}]},{name:"limit",required:!1,labelKey:"field.limitPerSecond",descriptionKey:"description.limitPerSecond",descriptionLink1:"https://immersivetranslate.com/docs/services/openai/",type:"number",default:10,providers:["custom"]},{name:"maxTextLengthPerRequest",required:!1,labelKey:"field.maxTextLengthPerRequest",descriptionKey:"description.maxTextLengthPerRequest",type:"number",default:1200,optional:!0},{name:"maxTextGroupLengthPerRequest",required:!1,labelKey:"field.maxTextGroupLengthPerRequest",descriptionKey:"description.maxTextGroupLengthPerRequest",type:"number",default:1,optional:!0},{name:"apiUrl",labelKey:"field.apiUrl",required:!1,type:"text",default:"https://api.openai.com/v1/chat/completions",descriptionKey:"description.apiUrl",descriptionLink1:"https://immersivetranslate.com/docs/services/openai/",optional:!0,providers:["custom"]},{name:"systemPrompt",label:"System Prompt",required:!1,descriptionKey:"description.systemPrompt",type:"textarea",optional:!0,default:"You are a translation engine, you can only translate text and cannot interpret it, and do not explain."},{name:"prompt",label:"Prompt",required:!1,descriptionKey:"description.prompt",type:"textarea",default:`Translate the text to {{to}}, please do not explain any sentences, just translate or leave them as they are.: -{{text}}`,optional:!0},{name:"multiplePrompt",label:"Multiple Prompt",required:!1,descriptionKey:"description.multiplePrompt",type:"textarea",default:"",optional:!0},{name:"subtitlePrompt",label:"Subtitle Prompt",required:!1,descriptionKey:"description.subtitlePrompt",type:"textarea",default:"",optional:!0}]},yandex:{name:"Yandex",homepage:"https://translate.yandex.com/"},gemini:{name:"Gemini",homepage:"https://makersuite.google.com/",docUrl:"https://immersivetranslate.com/docs/services/gemini/",beta:!0,allProps:[{name:"APIKEY",providers:["custom"],required:!0,type:"password"},{name:"model",labelKey:"field.model",descriptionKey:"description.model",optional:!0,required:!1,type:"model-select",options:[{label:"gemini-1.0-pro-latest",value:"gemini-1.0-pro-latest"}]},{name:"limit",required:!1,optional:!0,labelKey:"field.limitPerSecond",descriptionKey:"description.generalLimitPerSecond",descriptionLink1:"https://immersivetranslate.com/docs/services/openai/",type:"number",default:1},{name:"maxTextLengthPerRequest",required:!1,labelKey:"field.maxTextLengthPerRequest",descriptionKey:"description.maxTextLengthPerRequest",type:"number",default:1200,optional:!0},{name:"maxTextGroupLengthPerRequest",required:!1,labelKey:"field.maxTextGroupLengthPerRequest",descriptionKey:"description.maxTextGroupLengthPerRequest",type:"number",default:3,optional:!0},{name:"apiUrl",labelKey:"field.apiUrl",required:!1,type:"text",default:"https://generativelanguage.googleapis.com/v1beta/models/{model}:generateContent?key={key}",descriptionKey:"description.apiUrl",descriptionLink1:"https://immersivetranslate.com/docs/services/gemini/",optional:!0},{name:"prompt",label:"Prompt",required:!1,descriptionKey:"description.prompt",type:"textarea",default:"",optional:!0},{name:"multiplePrompt",label:"Multiple Prompt",required:!1,descriptionKey:"description.multiplePrompt",type:"textarea",default:"",optional:!0},{name:"subtitlePrompt",label:"Subtitle Prompt",required:!1,descriptionKey:"description.subtitlePrompt",type:"textarea",default:"",optional:!0}]},claude:{name:"Claude",homepage:"https://www.anthropic.com/",docUrl:"https://immersivetranslate.com/docs/services/claude/",allProps:[{name:"APIKEY",providers:["custom"],required:!0,type:"password"},{name:"model",labelKey:"field.model",descriptionKey:"description.model",optional:!0,required:!1,type:"model-select",default:"claude-3-haiku-20240307",options:[{label:"claude-3-haiku-20240307",value:"claude-3-haiku-20240307"},{label:"claude-3-sonnet-20240229",value:"claude-3-sonnet-20240229"},{label:"claude-3-opus-20240229",value:"claude-3-opus-20240229"},{label:"claude-2.1",value:"claude-2.1"}]},{name:"limit",required:!1,optional:!0,labelKey:"field.limitPerSecond",descriptionKey:"description.generalLimitPerSecond",descriptionLink1:"https://immersivetranslate.com/docs/services/openai/",type:"number",default:1},{name:"maxTextLengthPerRequest",required:!1,labelKey:"field.maxTextLengthPerRequest",descriptionKey:"description.maxTextLengthPerRequest",type:"number",default:1200,optional:!0},{name:"maxTextGroupLengthPerRequest",required:!1,labelKey:"field.maxTextGroupLengthPerRequest",descriptionKey:"description.maxTextGroupLengthPerRequest",type:"number",default:10,optional:!0},{name:"apiUrl",labelKey:"field.apiUrl",required:!1,type:"text",default:"https://api.anthropic.com/v1/messages",descriptionKey:"description.apiUrl",descriptionLink1:"https://immersivetranslate.com/docs/services/claude/",optional:!0},{name:"prompt",label:"Prompt",required:!1,descriptionKey:"description.prompt",type:"textarea",default:"",optional:!0},{name:"multiplePrompt",label:"Multiple Prompt",required:!1,descriptionKey:"description.multiplePrompt",type:"textarea",default:"",optional:!0},{name:"subtitlePrompt",label:"Subtitle Prompt",required:!1,descriptionKey:"description.subtitlePrompt",type:"textarea",default:"",optional:!0}]},transmart:{name:"Transmart",homepage:"https://transmart.qq.com/"},youdao:{name:"Youdao",homepage:"https://youdao.com/",docUrl:"https://immersivetranslate.com/docs/services/youdao/",allProps:[{name:"appId",required:!0,type:"text"},{name:"appSecret",required:!0,type:"password"},{name:"limit",required:!1,labelKey:"field.limitPerSecond",descriptionKey:"description.generalLimitPerSecond",type:"number",default:5,optional:!0},{name:"maxTextLengthPerRequest",required:!1,labelKey:"field.maxTextLengthPerRequest",descriptionKey:"description.maxTextLengthPerRequest",type:"number",default:1200,optional:!0},{name:"maxTextGroupLengthPerRequest",required:!1,labelKey:"field.maxTextGroupLengthPerRequest",descriptionKey:"description.maxTextGroupLengthPerRequest",type:"number",default:200,optional:!0},{name:"domain",required:!1,labelKey:"field.domain",descriptionKey:"description.domain",descriptionLink1:"https://fanyi.youdao.com/openapi/",type:"text",default:"general",optional:!0},{name:"vocabId",required:!1,labelKey:"field.vocabId",descriptionKey:"description.vocabId",type:"text",default:"",optional:!0}]},tencent:{name:"Tencent",homepage:"https://fanyi.qq.com/",docUrl:"https://immersivetranslate.com/docs/services/tencent/",allProps:[{name:"secretId",required:!0,type:"text"},{name:"secretKey",required:!0,type:"password"}]},aliyun:{name:"Aliyun",homepage:"https://translate.alibaba.com/",docUrl:"https://immersivetranslate.com/docs/services/aliyun/",allProps:[{name:"AccessKeyID",required:!0,type:"text"},{name:"AccessKeySecret",required:!0,type:"password"},{name:"scene",labelKey:"field.scene",descriptionKey:"description.scene",descriptionLink1:"https://help.aliyun.com/document_detail/158267.html",required:!1,optional:!0,type:"text",default:"general"}]},azure:{name:"azure",homepage:"https://learn.microsoft.com/en-us/azure/cognitive-services/translator/text-translation-overview",docUrl:"https://immersivetranslate.com/docs/services/azure/",allProps:[{name:"region",required:!1,default:"eastasia",type:"text"},{name:"APIKEY",required:!0,type:"password"},{name:"apiUrl",labelKey:"field.apiUrl",required:!1,type:"text",default:"https://api.cognitive.microsofttranslator.com/",descriptionKey:"description.azureApiUrl",optional:!0}]},papago:{name:"Papago",homepage:"https://translate.google.com/",canary:!0},baidu:{name:"Baidu",homepage:"https://fanyi.baidu.com/",docUrl:"https://immersivetranslate.com/docs/services/baidu/",allProps:[{name:"appid",required:!0,type:"text"},{name:"key",required:!0,type:"password"},{name:"limit",required:!1,labelKey:"field.limitPerSecond",descriptionKey:"description.generalLimitPerSecond",type:"number",default:1,optional:!0},{name:"maxTextLengthPerRequest",required:!1,labelKey:"field.maxTextLengthPerRequest",descriptionKey:"description.maxTextLengthPerRequest",type:"number",default:1800,optional:!0},{name:"maxTextGroupLengthPerRequest",required:!1,labelKey:"field.maxTextGroupLengthPerRequest",descriptionKey:"description.maxTextGroupLengthPerRequest",type:"number",default:8,optional:!0},{name:"action",required:!1,labelKey:"field.action",descriptionKey:"description.action",descriptionLink1:"https://fanyi-api.baidu.com/doc/21",type:"boolean",default:!1,optional:!0},{name:"domain",required:!1,labelKey:"field.domain",descriptionKey:"description.baiduField",descriptionLink1:"https://fanyi-api.baidu.com/doc/22",type:"text",default:"",optional:!0}]},volc:{name:"Volc",homepage:"https://www.volcengine.com/",docUrl:"https://immersivetranslate.com/docs/services/volcano/",allProps:[{name:"accessKeyId",required:!0,type:"text"},{name:"secretAccessKey",required:!0,type:"password"},{name:"limit",required:!1,labelKey:"field.limitPerSecond",descriptionKey:"description.generalLimitPerSecond",type:"number",default:5,optional:!0},{name:"maxTextLengthPerRequest",required:!1,labelKey:"field.maxTextLengthPerRequest",descriptionKey:"description.maxTextLengthPerRequest",type:"number",default:1800,optional:!0},{name:"maxTextGroupLengthPerRequest",required:!1,labelKey:"field.maxTextGroupLengthPerRequest",descriptionKey:"description.maxTextGroupLengthPerRequest",type:"number",default:8,optional:!0}]},caiyun:{name:"Caiyun",homepage:"https://fanyi.caiyunapp.com/",docUrl:"https://immersivetranslate.com/docs/services/caiyun/",allProps:[{name:"token",required:!0,type:"password"}]},cai:{name:"Cai",homepage:"https://fanyi.caiyunapp.com/",alpha:!0},custom:{name:"Custom",beta:!0,homepage:"https://immersivetranslate.com/docs/services/custom/",titleKey:"description.custom",allProps:[{name:"url",label:"API URL",required:!0,type:"text"},{name:"langs",required:!1,labelKey:"field.langs",type:"textarea",default:"zh-CN,en",optional:!0},{name:"placeholderDelimiters",required:!1,labelKey:"field.placeholderDelimiters",type:"text",default:Rg,optional:!0},{name:"limit",required:!1,labelKey:"field.limitPerSecond",descriptionKey:"description.generalLimitPerSecond",type:"number",default:5,optional:!0},{name:"maxTextLengthPerRequest",required:!1,labelKey:"field.maxTextLengthPerRequest",descriptionKey:"description.maxTextLengthPerRequest",type:"number",default:1200,optional:!0},{name:"maxTextGroupLengthPerRequest",required:!1,labelKey:"field.maxTextGroupLengthPerRequest",descriptionKey:"description.maxTextGroupLengthPerRequest",type:"number",default:1,optional:!0}]},mock:{name:"Mock",homepage:"https://www.google.com"},mock2:{name:"Mock2",homepage:"https://www.google.com"},tenAlpha:{name:"TenAlpha",homepage:"https://fanyi.qq.com/",alpha:!0},you:{name:"You",alpha:!0,homepage:"https://youdao.com/"},openl:{name:"Openl",homepage:"https://openl.club/",docUrl:"https://immersivetranslate.com/docs/services/openL/",allProps:[...jl,{type:"password",name:"apikey",required:!0}],props:jl},volcAlpha:{name:"Volc Alpha",alpha:!0,homepage:"https://www.volcengine.com/"},d:{name:"D () ",canary:!0,homepage:"https://www.deepl.com/translator"},dpro:{name:"DPro (Canary) ",canary:!0,homepage:"https://www.deepl.com/translator"},deeplx:{name:"DeepLX (Beta)",beta:!0,homepage:"https://www.deepl.com/translator",allProps:[{name:"url",label:"API URL",required:!0,type:"text"},{name:"limit",required:!1,labelKey:"field.limitPerSecond",descriptionKey:"description.generalLimitPerSecond",type:"number",default:5,optional:!0},{name:"maxTextLengthPerRequest",required:!1,labelKey:"field.maxTextLengthPerRequest",descriptionKey:"description.maxTextLengthPerRequest",type:"number",default:1200,optional:!0},{name:"maxTextGroupLengthPerRequest",required:!1,labelKey:"field.maxTextGroupLengthPerRequest",descriptionKey:"description.maxTextGroupLengthPerRequest",type:"number",default:1,optional:!0}]},niu:{name:"niutrans",homepage:"https://niutrans.com/",docUrl:"https://immersivetranslate.com/docs/services/niu",allProps:[{name:"APIKEY",required:!0,type:"password"}]}},RD={type:W+"ChildFrameToRootFrameIdentifier"};var ND=ut()?"https://dash.immersivetranslate.com/#general":"http://localhost:8000/dist/userscript/options/#general";var ir="user_info",qD=ut()||jt()?"https://api2.immersivetranslate.com":"https://test-api2.immersivetranslate.com",Ql=ut()||jt()?"https://immersivetranslate.com/accounts/login?from=plugin":"https://test.immersivetranslate.com/accounts/login?from=plugin",UD=Ql+"&utm_source=extension&utm_medium=extension&utm_campaign=error_modal",jD=Ql+"&utm_source=extension&utm_medium=extension&utm_campaign=popup_more",qg=ut()||jt()?"https://immersivetranslate.com/profile":"https://test.immersivetranslate.com/profile",Bi=ut()||jt()?"https://immersivetranslate.com/pricing":"https://test.immersivetranslate.com/pricing",Ug=ut()||jt()?"https://immersivetranslate.com/download/":"https://test.immersivetranslate.com/download/",jg=ut()||jt()?"https://immersivetranslate.com/topup?type=open_ai&":"https://test.immersivetranslate.com/topup?type=open_ai&",Kg=ut()||jt()?"https://immersivetranslate.com/topup?type=deepl&":"https://test.immersivetranslate.com/topup?type=deepl&",KD=Bi+"?utm_source=extension&utm_medium=extension&utm_campaign=popup_more",WD=Ug+"?utm_source=extension&utm_medium=extension&utm_campaign=options_nav",HD=Bi+"?utm_source=extension&utm_medium=extension&utm_campaign=popup_footer",Yl=Bi+"?utm_source=extension&utm_medium=extension&utm_campaign=error_modal",Xl=jg+"utm_source=extension&utm_medium=extension&utm_campaign=error_modal",Zl=Kg+"utm_source=extension&utm_medium=extension&utm_campaign=error_modal",Jl=qg+"?utm_source=extension&utm_medium=extension&utm_campaign=error_modal&upgradeFromTrial=true";var eu=pe().TRANSLATE_FILE_URL,GD=eu+"?utm_source=extension&utm_medium=extension&utm_campaign=options_nav",VD=eu+"?utm_source=extension&utm_medium=extension&utm_campaign=float_ball";var kr=console,Fi=class{#e=performance.now();reset(){this.#e=performance.now()}stop(e){let r=performance.now(),a=Math.round(r-this.#e),n=Xe.green;a>1e4?n=Xe.red:a>1e3&&(n=Xe.yellow),kr.debug(Xe.dim(nr+" TIMING:"),e,"in",n(a+"ms")),this.#e=r}},ra=class{#e=1;get level(){return this.#e}setLevel(e){switch(e){case"debug":this.#e=0;break;case"info":this.#e=1;break;case"warn":this.#e=2;break;case"error":this.#e=3;break;case"fatal":this.#e=4;break}}debug(...e){this.#e<=0&&kr.log(Xe.dim(nr+" DEBUG:"),...e)}v(...e){this.#e<=0}info(...e){this.#e<=1&&kr.log(Xe.green(nr+" INFO:"),...e)}l(...e){this.#e<=1}warn(...e){this.#e<=2&&kr.warn(Xe.yellow(nr+" WARN:"),...e)}error(...e){this.#e<=3&&kr.error(Xe.red(nr+" ERROR:"),...e)}fatal(...e){this.#e<=4&&kr.error(Xe.red(nr+" FATAL:"),...e)}timing(){return this.level===0?new Fi:{reset:()=>{},stop:()=>{}}}},q=new ra;function Kt(t){if(typeof t!="string")return"auto";let e=t.toLowerCase();if(e==="und")return"auto";if(e==="zh"||e.startsWith("zh-hans"))return"zh-CN";if(e.startsWith("zh-hant")||e.startsWith("zh-hk")||e.startsWith("zh-tw"))return"zh-TW";if(e.startsWith("zh-"))return"zh-CN";if(e==="iw")return"he";if(e==="jv")return"jw";let r=ta.map(n=>n.toLowerCase()),a=r.indexOf(e);if(a===-1)if(e.indexOf("-")>=0){e=e.split("-")[0];let n=r.indexOf(e);return n===-1?"auto":ta[n]}else return"auto";else return ta[a]}function zi(t){return!!(t&&t.subscription&&t.subscription.subscriptionStatus==="active")}var Oi="DENO",Xa="CHROME",Za="FIREFOX";function tu(t){let e=Xa;try{let r=navigator?.userAgent||"";/firefox/i.test(r)||typeof InstallTrigger<"u"?e=Za:/deno/i.test(r)&&(e=Oi)}catch{}return t===Xa&&e===Xa||t===Za&&e===Za||t===Oi&&e===Oi}function Mi(){return tu(Xa)}function ru(){return typeof Deno<"u"}function aa(){return tu(Za)}function au(){return Ut()?"monkey":Mi()?"chrome":aa()?"firefox":Ct()?"safari":null}var nu={addListener:()=>{},removeListener:()=>{},hasListener:()=>{}},iu={permissions:{contains:()=>{},request:()=>{}},runtime:{onMessage:nu,openOptionsPage:()=>{},lastError:{message:""}},storage:{sync:{get:()=>{},set:()=>{}}},tabs:{onUpdated:nu,query:()=>{},sendMessage:()=>{}}};var T;ru()?T=iu:T=globalThis.immersiveTranslateBrowserAPI;var ou=W+"SyncStoreKey_";function Pt(t,e){let r=ou+t;return T.storage.sync.get(r).then(a=>a[r]===void 0?e:a[r])}function Wt(t,e){let r=ou+t;return T.storage.sync.set({[r]:e})}var Wg=W+"StoreKey_";function na(t,e){let r=Wg+t;return T.storage.local.get(r).then(a=>a[r]===void 0?e:a[r])}var or=W+"CacheKey_";function Hg(t,e){let r=or+t;return T.storage.local.get(r).then(a=>a[r]===void 0?e:a[r])}function Gg(){let t=T.storage.local.refresh;t&&t()}function Vg(t,e){let r=or+t;return T.storage.local.get(r).then(a=>{if(a[r]===void 0)return e;let{value:n,expired:i}=a[r];return i&&ia.startsWith(or)).filter(a=>a!==or+ir);if(r.length>0)return T.storage.local.remove(r)}}var ia={get:Hg,set:Qg,getExpired:Vg,setExpired:$g,remove:Yg,clear:Xg,refresh:Gg};function Zg(t,e){let r=t;return e&&Object.keys(e).forEach(a=>{let n=e[a];if(n===void 0)return;let i=Jg(a);if(typeof n=="object"||i){let o=n;i&&typeof o=="string"&&(o={tag:"a",href:o,target:"_blank",class:"immersive-translate-link"});let l=`<${a}>`,s=r.indexOf(l);if(s!==-1){let u=o.tag||"a",c=r.indexOf(``);if(c!==-1){let d=r.substring(s+l.length,c),h=Object.keys(o).filter(b=>b!=="tag").map(b=>`${b}="${o[b]}"`).join(" ");r=r.replace(`${l}${d}`,`<${u} ${h}>${d}`)}}}else if(n){let o=new RegExp("{"+a+"}","gm");r=r.replace(o,n.toString())}}),r}function su(t,e,r){let a=t[e];if(!a)return r;if(!r)return"";let n=r.split("."),i="";do{i+=n.shift();let o=a[i];o!==void 0&&(typeof o=="object"||!n.length)?(a=o,i=""):n.length?i+=".":a=r}while(n.length);return a}function Ri(t,e,r,a,n){if(!t.hasOwnProperty(r))return e;let i=su(t,r,e);return i===e&&r!==a&&(i=su(t,a,e)),Zg(i,n)}function Jg(t){if(typeof t=="number")return!0;if(t){let e=parseInt(t);return!isNaN(e)}else return!1}function Ht(t,e,r){return Ri(_t,e,t.config.interfaceLanguage,"en",r)}function lu(t,e){let r=new Date(t),a=r.getFullYear().toString(),n=(r.getMonth()+1).toString().padStart(2,"0"),i=r.getDate().toString().padStart(2,"0"),o=r.getHours().toString().padStart(2,"0"),l=r.getMinutes().toString().padStart(2,"0"),s=r.getSeconds().toString().padStart(2,"0");return e.replace("YYYY",a).replace("MM",n).replace("DD",i).replace("HH",o).replace("mm",l).replace("ss",s)}function uu(t){return new Date(t).getTime()}var Gt=class extends Error{status;constructor(e,r){if(e&&r){super(r),this.name=e;return}super(e)}initNetWork(e){return e&&(this.status=e),this}initStack(e){return e&&(this.stack=e),this}initData(e){return this.data=e,this}data;uiConfig(e){if(!this.message)return{};let r=null;if(r=this.handleProQuota(e)||this.handleUnavailableError(e)||this.handleProUser(e)||this.handleServiceMissingConfig(e)||this.handleNetwork(e)||this.handleFetchError(e),!r){let a=Ht.bind(null,e),n=this.getErrorMsg();r={type:"error",title:a("networkError"),errMsg:a("error.serveUnavailable",{serverName:a("translationServices."+e.translationService),1:"https://dash.immersivetranslate.com/#general",2:"https://immersivetranslate.com/pricing/?utm_source=extension&utm_medium=webpage&utm_campaign=service_error",3:"https://immersivetranslate.com/pricing/?utm_source=extension&utm_medium=webpage&utm_campaign=service_error"})+"

"+a("errorReason",{message:n}),action:"changeService"}}return r}getErrorMsg(){return this.status?this.status<0?this.message:`${this.status}: ${this.message}`:this.message}handleUnavailableError(e){let r=Ht.bind(null,e),a=this.message.startsWith("bingAuth"),n=this.data?.translationService==="transmart"&&this.message.startsWith("Server is busy now");if(a||n)return this.message=this.message.replace("bingAuth:",""),{type:"network",title:r("networkError"),errMsg:r("error.serveUnavailable",{serverName:r("translationServices."+e.translationService),1:"https://dash.immersivetranslate.com/#general",2:"https://immersivetranslate.com/pricing/?utm_source=extension&utm_medium=webpage&utm_campaign=service_error",3:"https://immersivetranslate.com/pricing/?utm_source=extension&utm_medium=webpage&utm_campaign=service_error"})+"

"+r("errorReason",{message:this.message}),action:"changeService"}}handleServiceMissingConfig(e){let r=Ht.bind(null,e);if(this.message.endsWith(" are required")||this.message.includes("You didn't provide an API key"))return{type:"configError",title:r("error.serveConfigError"),errMsg:this.getErrorMsg()+"

"+r("error.reloadPageOfSetting"),action:"setting"}}handleNetwork(e){let r=Ht.bind(null,e),a="retry",n="network",i=r("networkError");if(!this.status||this.status<0)return;let o=this.getErrorMsg();return this.status===429?this.data?.translationService=="google"?o=`${r("error.googleLimitIp")}

${o}`:this.data?.translationService=="openai"&&(this.message.indexOf("Limit: 3 / min")>=0||this.message.includes("rate_limit_exceeded")&&this.message.includes("Limit 3"))?o=`${r("error.openAIFreeLimit")}

+{{text}}`,optional:!0},{name:"multiplePrompt",label:"Multiple Prompt",required:!1,descriptionKey:"description.multiplePrompt",type:"textarea",default:"",optional:!0},{name:"subtitlePrompt",label:"Subtitle Prompt",required:!1,descriptionKey:"description.subtitlePrompt",type:"textarea",default:"",optional:!0}]},yandex:{name:"Yandex",homepage:"https://translate.yandex.com/"},gemini:{name:"Gemini",homepage:"https://makersuite.google.com/",docUrl:"https://immersivetranslate.com/docs/services/gemini/",beta:!0,allProps:[{name:"APIKEY",providers:["custom"],required:!0,type:"password"},{name:"model",labelKey:"field.model",descriptionKey:"description.model",optional:!0,required:!1,type:"model-select",options:[{label:"gemini-1.0-pro-latest",value:"gemini-1.0-pro-latest"}]},{name:"limit",required:!1,optional:!0,labelKey:"field.limitPerSecond",descriptionKey:"description.generalLimitPerSecond",descriptionLink1:"https://immersivetranslate.com/docs/services/openai/",type:"number",default:1},{name:"maxTextLengthPerRequest",required:!1,labelKey:"field.maxTextLengthPerRequest",descriptionKey:"description.maxTextLengthPerRequest",type:"number",default:1200,optional:!0},{name:"maxTextGroupLengthPerRequest",required:!1,labelKey:"field.maxTextGroupLengthPerRequest",descriptionKey:"description.maxTextGroupLengthPerRequest",type:"number",default:3,optional:!0},{name:"apiUrl",labelKey:"field.apiUrl",required:!1,type:"text",default:"https://generativelanguage.googleapis.com/v1beta/models/{model}:generateContent?key={key}",descriptionKey:"description.apiUrl",descriptionLink1:"https://immersivetranslate.com/docs/services/gemini/",optional:!0},{name:"prompt",label:"Prompt",required:!1,descriptionKey:"description.prompt",type:"textarea",default:"",optional:!0},{name:"multiplePrompt",label:"Multiple Prompt",required:!1,descriptionKey:"description.multiplePrompt",type:"textarea",default:"",optional:!0},{name:"subtitlePrompt",label:"Subtitle Prompt",required:!1,descriptionKey:"description.subtitlePrompt",type:"textarea",default:"",optional:!0}]},claude:{name:"Claude",homepage:"https://www.anthropic.com/",docUrl:"https://immersivetranslate.com/docs/services/claude/",allProps:[{name:"APIKEY",providers:["custom"],required:!0,type:"password"},{name:"model",labelKey:"field.model",descriptionKey:"description.model",optional:!0,required:!1,type:"model-select",default:"claude-3-haiku-20240307",options:[{label:"claude-3-haiku-20240307",value:"claude-3-haiku-20240307"},{label:"claude-3-sonnet-20240229",value:"claude-3-sonnet-20240229"},{label:"claude-3-opus-20240229",value:"claude-3-opus-20240229"},{label:"claude-2.1",value:"claude-2.1"}]},{name:"limit",required:!1,optional:!0,labelKey:"field.limitPerSecond",descriptionKey:"description.generalLimitPerSecond",descriptionLink1:"https://immersivetranslate.com/docs/services/openai/",type:"number",default:1},{name:"maxTextLengthPerRequest",required:!1,labelKey:"field.maxTextLengthPerRequest",descriptionKey:"description.maxTextLengthPerRequest",type:"number",default:1200,optional:!0},{name:"maxTextGroupLengthPerRequest",required:!1,labelKey:"field.maxTextGroupLengthPerRequest",descriptionKey:"description.maxTextGroupLengthPerRequest",type:"number",default:10,optional:!0},{name:"apiUrl",labelKey:"field.apiUrl",required:!1,type:"text",default:"https://api.anthropic.com/v1/messages",descriptionKey:"description.apiUrl",descriptionLink1:"https://immersivetranslate.com/docs/services/claude/",optional:!0},{name:"systemPrompt",label:"System Prompt",required:!1,descriptionKey:"description.systemPrompt",type:"textarea",optional:!0,default:"You are a translation engine, you can only translate text and cannot interpret it, and do not explain."},{name:"prompt",label:"Prompt",required:!1,descriptionKey:"description.prompt",type:"textarea",default:"",optional:!0},{name:"multiplePrompt",label:"Multiple Prompt",required:!1,descriptionKey:"description.multiplePrompt",type:"textarea",default:"",optional:!0},{name:"subtitlePrompt",label:"Subtitle Prompt",required:!1,descriptionKey:"description.subtitlePrompt",type:"textarea",default:"",optional:!0}]},transmart:{name:"Transmart",homepage:"https://transmart.qq.com/"},youdao:{name:"Youdao",homepage:"https://youdao.com/",docUrl:"https://immersivetranslate.com/docs/services/youdao/",allProps:[{name:"appId",required:!0,type:"text"},{name:"appSecret",required:!0,type:"password"},{name:"limit",required:!1,labelKey:"field.limitPerSecond",descriptionKey:"description.generalLimitPerSecond",type:"number",default:5,optional:!0},{name:"maxTextLengthPerRequest",required:!1,labelKey:"field.maxTextLengthPerRequest",descriptionKey:"description.maxTextLengthPerRequest",type:"number",default:1200,optional:!0},{name:"maxTextGroupLengthPerRequest",required:!1,labelKey:"field.maxTextGroupLengthPerRequest",descriptionKey:"description.maxTextGroupLengthPerRequest",type:"number",default:200,optional:!0},{name:"domain",required:!1,labelKey:"field.domain",descriptionKey:"description.domain",descriptionLink1:"https://fanyi.youdao.com/openapi/",type:"text",default:"general",optional:!0},{name:"vocabId",required:!1,labelKey:"field.vocabId",descriptionKey:"description.vocabId",type:"text",default:"",optional:!0}]},tencent:{name:"Tencent",homepage:"https://fanyi.qq.com/",docUrl:"https://immersivetranslate.com/docs/services/tencent/",allProps:[{name:"secretId",required:!0,type:"text"},{name:"secretKey",required:!0,type:"password"}]},aliyun:{name:"Aliyun",homepage:"https://translate.alibaba.com/",docUrl:"https://immersivetranslate.com/docs/services/aliyun/",allProps:[{name:"AccessKeyID",required:!0,type:"text"},{name:"AccessKeySecret",required:!0,type:"password"},{name:"scene",labelKey:"field.scene",descriptionKey:"description.scene",descriptionLink1:"https://help.aliyun.com/document_detail/158267.html",required:!1,optional:!0,type:"text",default:"general"}]},azure:{name:"azure",homepage:"https://learn.microsoft.com/en-us/azure/cognitive-services/translator/text-translation-overview",docUrl:"https://immersivetranslate.com/docs/services/azure/",allProps:[{name:"region",required:!1,default:"eastasia",type:"text"},{name:"APIKEY",required:!0,type:"password"},{name:"apiUrl",labelKey:"field.apiUrl",required:!1,type:"text",default:"https://api.cognitive.microsofttranslator.com/",descriptionKey:"description.azureApiUrl",optional:!0}]},papago:{name:"Papago",homepage:"https://translate.google.com/",canary:!0},baidu:{name:"Baidu",homepage:"https://fanyi.baidu.com/",docUrl:"https://immersivetranslate.com/docs/services/baidu/",allProps:[{name:"appid",required:!0,type:"text"},{name:"key",required:!0,type:"password"},{name:"limit",required:!1,labelKey:"field.limitPerSecond",descriptionKey:"description.generalLimitPerSecond",type:"number",default:1,optional:!0},{name:"maxTextLengthPerRequest",required:!1,labelKey:"field.maxTextLengthPerRequest",descriptionKey:"description.maxTextLengthPerRequest",type:"number",default:1800,optional:!0},{name:"maxTextGroupLengthPerRequest",required:!1,labelKey:"field.maxTextGroupLengthPerRequest",descriptionKey:"description.maxTextGroupLengthPerRequest",type:"number",default:8,optional:!0},{name:"action",required:!1,labelKey:"field.action",descriptionKey:"description.action",descriptionLink1:"https://fanyi-api.baidu.com/doc/21",type:"boolean",default:!1,optional:!0},{name:"domain",required:!1,labelKey:"field.domain",descriptionKey:"description.baiduField",descriptionLink1:"https://fanyi-api.baidu.com/doc/22",type:"text",default:"",optional:!0}]},volc:{name:"Volc",homepage:"https://www.volcengine.com/",docUrl:"https://immersivetranslate.com/docs/services/volcano/",allProps:[{name:"accessKeyId",required:!0,type:"text"},{name:"secretAccessKey",required:!0,type:"password"},{name:"limit",required:!1,labelKey:"field.limitPerSecond",descriptionKey:"description.generalLimitPerSecond",type:"number",default:5,optional:!0},{name:"maxTextLengthPerRequest",required:!1,labelKey:"field.maxTextLengthPerRequest",descriptionKey:"description.maxTextLengthPerRequest",type:"number",default:1800,optional:!0},{name:"maxTextGroupLengthPerRequest",required:!1,labelKey:"field.maxTextGroupLengthPerRequest",descriptionKey:"description.maxTextGroupLengthPerRequest",type:"number",default:8,optional:!0}]},caiyun:{name:"Caiyun",homepage:"https://fanyi.caiyunapp.com/",docUrl:"https://immersivetranslate.com/docs/services/caiyun/",allProps:[{name:"token",required:!0,type:"password"}]},cai:{name:"Cai",homepage:"https://fanyi.caiyunapp.com/",alpha:!0},custom:{name:"Custom",beta:!0,homepage:"https://immersivetranslate.com/docs/services/custom/",titleKey:"description.custom",allProps:[{name:"url",label:"API URL",required:!0,type:"text"},{name:"langs",required:!1,labelKey:"field.langs",type:"textarea",default:"zh-CN,en",optional:!0},{name:"placeholderDelimiters",required:!1,labelKey:"field.placeholderDelimiters",type:"text",default:Rg,optional:!0},{name:"limit",required:!1,labelKey:"field.limitPerSecond",descriptionKey:"description.generalLimitPerSecond",type:"number",default:5,optional:!0},{name:"maxTextLengthPerRequest",required:!1,labelKey:"field.maxTextLengthPerRequest",descriptionKey:"description.maxTextLengthPerRequest",type:"number",default:1200,optional:!0},{name:"maxTextGroupLengthPerRequest",required:!1,labelKey:"field.maxTextGroupLengthPerRequest",descriptionKey:"description.maxTextGroupLengthPerRequest",type:"number",default:1,optional:!0}]},mock:{name:"Mock",homepage:"https://www.google.com"},mock2:{name:"Mock2",homepage:"https://www.google.com"},tenAlpha:{name:"TenAlpha",homepage:"https://fanyi.qq.com/",alpha:!0},you:{name:"You",alpha:!0,homepage:"https://youdao.com/"},openl:{name:"Openl",homepage:"https://openl.club/",docUrl:"https://immersivetranslate.com/docs/services/openL/",allProps:[...jl,{type:"password",name:"apikey",required:!0}],props:jl},volcAlpha:{name:"Volc Alpha",alpha:!0,homepage:"https://www.volcengine.com/"},d:{name:"D () ",canary:!0,homepage:"https://www.deepl.com/translator"},dpro:{name:"DPro (Canary) ",canary:!0,homepage:"https://www.deepl.com/translator"},deeplx:{name:"DeepLX (Beta)",beta:!0,homepage:"https://www.deepl.com/translator",allProps:[{name:"url",label:"API URL",required:!0,type:"text"},{name:"limit",required:!1,labelKey:"field.limitPerSecond",descriptionKey:"description.generalLimitPerSecond",type:"number",default:5,optional:!0},{name:"maxTextLengthPerRequest",required:!1,labelKey:"field.maxTextLengthPerRequest",descriptionKey:"description.maxTextLengthPerRequest",type:"number",default:1200,optional:!0},{name:"maxTextGroupLengthPerRequest",required:!1,labelKey:"field.maxTextGroupLengthPerRequest",descriptionKey:"description.maxTextGroupLengthPerRequest",type:"number",default:1,optional:!0}]},niu:{name:"niutrans",homepage:"https://niutrans.com/",docUrl:"https://immersivetranslate.com/docs/services/niu",allProps:[{name:"APIKEY",required:!0,type:"password"}]}},RD={type:W+"ChildFrameToRootFrameIdentifier"};var ND=ut()?"https://dash.immersivetranslate.com/#general":"http://localhost:8000/dist/userscript/options/#general";var ir="user_info",qD=ut()||jt()?"https://api2.immersivetranslate.com":"https://test-api2.immersivetranslate.com",Ql=ut()||jt()?"https://immersivetranslate.com/accounts/login?from=plugin":"https://test.immersivetranslate.com/accounts/login?from=plugin",UD=Ql+"&utm_source=extension&utm_medium=extension&utm_campaign=error_modal",jD=Ql+"&utm_source=extension&utm_medium=extension&utm_campaign=popup_more",qg=ut()||jt()?"https://immersivetranslate.com/profile":"https://test.immersivetranslate.com/profile",Ii=ut()||jt()?"https://immersivetranslate.com/pricing":"https://test.immersivetranslate.com/pricing",Ug=ut()||jt()?"https://immersivetranslate.com/download/":"https://test.immersivetranslate.com/download/",jg=ut()||jt()?"https://immersivetranslate.com/topup?type=open_ai&":"https://test.immersivetranslate.com/topup?type=open_ai&",Kg=ut()||jt()?"https://immersivetranslate.com/topup?type=deepl&":"https://test.immersivetranslate.com/topup?type=deepl&",KD=Ii+"?utm_source=extension&utm_medium=extension&utm_campaign=popup_more",WD=Ug+"?utm_source=extension&utm_medium=extension&utm_campaign=options_nav",HD=Ii+"?utm_source=extension&utm_medium=extension&utm_campaign=popup_footer",Yl=Ii+"?utm_source=extension&utm_medium=extension&utm_campaign=error_modal",Xl=jg+"utm_source=extension&utm_medium=extension&utm_campaign=error_modal",Zl=Kg+"utm_source=extension&utm_medium=extension&utm_campaign=error_modal",Jl=qg+"?utm_source=extension&utm_medium=extension&utm_campaign=error_modal&upgradeFromTrial=true";var eu=pe().TRANSLATE_FILE_URL,GD=eu+"?utm_source=extension&utm_medium=extension&utm_campaign=options_nav",VD=eu+"?utm_source=extension&utm_medium=extension&utm_campaign=float_ball";var kr=console,Fi=class{#e=performance.now();reset(){this.#e=performance.now()}stop(e){let r=performance.now(),a=Math.round(r-this.#e),n=Xe.green;a>1e4?n=Xe.red:a>1e3&&(n=Xe.yellow),kr.debug(Xe.dim(nr+" TIMING:"),e,"in",n(a+"ms")),this.#e=r}},ra=class{#e=1;get level(){return this.#e}setLevel(e){switch(e){case"debug":this.#e=0;break;case"info":this.#e=1;break;case"warn":this.#e=2;break;case"error":this.#e=3;break;case"fatal":this.#e=4;break}}debug(...e){this.#e<=0&&kr.log(Xe.dim(nr+" DEBUG:"),...e)}v(...e){this.#e<=0}info(...e){this.#e<=1&&kr.log(Xe.green(nr+" INFO:"),...e)}l(...e){this.#e<=1}warn(...e){this.#e<=2&&kr.warn(Xe.yellow(nr+" WARN:"),...e)}error(...e){this.#e<=3&&kr.error(Xe.red(nr+" ERROR:"),...e)}fatal(...e){this.#e<=4&&kr.error(Xe.red(nr+" FATAL:"),...e)}timing(){return this.level===0?new Fi:{reset:()=>{},stop:()=>{}}}},q=new ra;function Kt(t){if(typeof t!="string")return"auto";let e=t.toLowerCase();if(e==="und")return"auto";if(e==="zh"||e.startsWith("zh-hans"))return"zh-CN";if(e.startsWith("zh-hant")||e.startsWith("zh-hk")||e.startsWith("zh-tw"))return"zh-TW";if(e.startsWith("zh-"))return"zh-CN";if(e==="iw")return"he";if(e==="jv")return"jw";let r=ta.map(n=>n.toLowerCase()),a=r.indexOf(e);if(a===-1)if(e.indexOf("-")>=0){e=e.split("-")[0];let n=r.indexOf(e);return n===-1?"auto":ta[n]}else return"auto";else return ta[a]}function zi(t){return!!(t&&t.subscription&&t.subscription.subscriptionStatus==="active")}var Oi="DENO",Xa="CHROME",Za="FIREFOX";function tu(t){let e=Xa;try{let r=navigator?.userAgent||"";/firefox/i.test(r)||typeof InstallTrigger<"u"?e=Za:/deno/i.test(r)&&(e=Oi)}catch{}return t===Xa&&e===Xa||t===Za&&e===Za||t===Oi&&e===Oi}function Mi(){return tu(Xa)}function ru(){return typeof Deno<"u"}function aa(){return tu(Za)}function au(){return Ut()?"monkey":Mi()?"chrome":aa()?"firefox":Ct()?"safari":null}var nu={addListener:()=>{},removeListener:()=>{},hasListener:()=>{}},iu={permissions:{contains:()=>{},request:()=>{}},runtime:{onMessage:nu,openOptionsPage:()=>{},lastError:{message:""}},storage:{sync:{get:()=>{},set:()=>{}}},tabs:{onUpdated:nu,query:()=>{},sendMessage:()=>{}}};var T;ru()?T=iu:T=globalThis.immersiveTranslateBrowserAPI;var ou=W+"SyncStoreKey_";function Pt(t,e){let r=ou+t;return T.storage.sync.get(r).then(a=>a[r]===void 0?e:a[r])}function Wt(t,e){let r=ou+t;return T.storage.sync.set({[r]:e})}var Wg=W+"StoreKey_";function na(t,e){let r=Wg+t;return T.storage.local.get(r).then(a=>a[r]===void 0?e:a[r])}var or=W+"CacheKey_";function Hg(t,e){let r=or+t;return T.storage.local.get(r).then(a=>a[r]===void 0?e:a[r])}function Gg(){let t=T.storage.local.refresh;t&&t()}function Vg(t,e){let r=or+t;return T.storage.local.get(r).then(a=>{if(a[r]===void 0)return e;let{value:n,expired:i}=a[r];return i&&ia.startsWith(or)).filter(a=>a!==or+ir);if(r.length>0)return T.storage.local.remove(r)}}var ia={get:Hg,set:Qg,getExpired:Vg,setExpired:$g,remove:Yg,clear:Xg,refresh:Gg};function Zg(t,e){let r=t;return e&&Object.keys(e).forEach(a=>{let n=e[a];if(n===void 0)return;let i=Jg(a);if(typeof n=="object"||i){let o=n;i&&typeof o=="string"&&(o={tag:"a",href:o,target:"_blank",class:"immersive-translate-link"});let l=`<${a}>`,s=r.indexOf(l);if(s!==-1){let u=o.tag||"a",c=r.indexOf(``);if(c!==-1){let d=r.substring(s+l.length,c),h=Object.keys(o).filter(b=>b!=="tag").map(b=>`${b}="${o[b]}"`).join(" ");r=r.replace(`${l}${d}`,`<${u} ${h}>${d}`)}}}else if(n){let o=new RegExp("{"+a+"}","gm");r=r.replace(o,n.toString())}}),r}function su(t,e,r){let a=t[e];if(!a)return r;if(!r)return"";let n=r.split("."),i="";do{i+=n.shift();let o=a[i];o!==void 0&&(typeof o=="object"||!n.length)?(a=o,i=""):n.length?i+=".":a=r}while(n.length);return a}function Ri(t,e,r,a,n){if(!t.hasOwnProperty(r))return e;let i=su(t,r,e);return i===e&&r!==a&&(i=su(t,a,e)),Zg(i,n)}function Jg(t){if(typeof t=="number")return!0;if(t){let e=parseInt(t);return!isNaN(e)}else return!1}function Ht(t,e,r){return Ri(_t,e,t.config.interfaceLanguage,"en",r)}function lu(t,e){let r=new Date(t),a=r.getFullYear().toString(),n=(r.getMonth()+1).toString().padStart(2,"0"),i=r.getDate().toString().padStart(2,"0"),o=r.getHours().toString().padStart(2,"0"),l=r.getMinutes().toString().padStart(2,"0"),s=r.getSeconds().toString().padStart(2,"0");return e.replace("YYYY",a).replace("MM",n).replace("DD",i).replace("HH",o).replace("mm",l).replace("ss",s)}function uu(t){return new Date(t).getTime()}var Gt=class extends Error{status;constructor(e,r){if(e&&r){super(r),this.name=e;return}super(e)}initNetWork(e){return e&&(this.status=e),this}initStack(e){return e&&(this.stack=e),this}initData(e){return this.data=e,this}data;uiConfig(e){if(!this.message)return{};let r=null;if(r=this.handleProQuota(e)||this.handleUnavailableError(e)||this.handleProUser(e)||this.handleServiceMissingConfig(e)||this.handleNetwork(e)||this.handleFetchError(e),!r){let a=Ht.bind(null,e),n=this.getErrorMsg();r={type:"error",title:a("networkError"),errMsg:a("error.serveUnavailable",{serverName:a("translationServices."+e.translationService),1:"https://dash.immersivetranslate.com/#general",2:"https://immersivetranslate.com/pricing/?utm_source=extension&utm_medium=webpage&utm_campaign=service_error",3:"https://immersivetranslate.com/pricing/?utm_source=extension&utm_medium=webpage&utm_campaign=service_error"})+"

"+a("errorReason",{message:n}),action:"changeService"}}return r}getErrorMsg(){return this.status?this.status<0?this.message:`${this.status}: ${this.message}`:this.message}handleUnavailableError(e){let r=Ht.bind(null,e),a=this.message.startsWith("bingAuth"),n=this.data?.translationService==="transmart"&&this.message.startsWith("Server is busy now");if(a||n)return this.message=this.message.replace("bingAuth:",""),{type:"network",title:r("networkError"),errMsg:r("error.serveUnavailable",{serverName:r("translationServices."+e.translationService),1:"https://dash.immersivetranslate.com/#general",2:"https://immersivetranslate.com/pricing/?utm_source=extension&utm_medium=webpage&utm_campaign=service_error",3:"https://immersivetranslate.com/pricing/?utm_source=extension&utm_medium=webpage&utm_campaign=service_error"})+"

"+r("errorReason",{message:this.message}),action:"changeService"}}handleServiceMissingConfig(e){let r=Ht.bind(null,e);if(this.message.endsWith(" are required")||this.message.includes("You didn't provide an API key"))return{type:"configError",title:r("error.serveConfigError"),errMsg:this.getErrorMsg()+"

"+r("error.reloadPageOfSetting"),action:"setting"}}handleNetwork(e){let r=Ht.bind(null,e),a="retry",n="network",i=r("networkError");if(!this.status||this.status<0)return;let o=this.getErrorMsg();return this.status===429?this.data?.translationService=="google"?o=`${r("error.googleLimitIp")}

${o}`:this.data?.translationService=="openai"&&(this.message.indexOf("Limit: 3 / min")>=0||this.message.includes("rate_limit_exceeded")&&this.message.includes("Limit 3"))?o=`${r("error.openAIFreeLimit")}

${o}`:this.data?.translationService=="openai"&&this.message.includes("You exceeded your current quota")?o=`${r("error.openAIExceededQuota")}

${o}`:this.data?.translationService=="gemini"&&this.message.includes("RESOURCE_EXHAUSTED")?o=`${r("error.gemini.429")}

${o}`:o=`${r("error.429")}

${o}`:this.status===403?this.data?.translationService=="claude"?o=`${r("error.claude.403")}

${o}`:o=`${r("error.403")}

${o}`:this.status===400?o=`${r("error.400")}

${o}`:this.status===502?o=`${r("error.502")}

${o}`:this.status===404&&o.includes("User subscription not found")&&(o=`${r("error.subscriptionExpired")}

${o}`,a="setting",n="configError",i=r("error.subscriptionExpiredTitle")),{type:n,title:i,errMsg:o,action:a}}handleFetchError(e){let r=Ht.bind(null,e);if(this.status!==-999)return;let a=this.getErrorMsg();return{type:"network",title:"",errMsg:r("error.serveUnavailable",{serverName:r("translationServices."+e.translationService),1:"https://dash.immersivetranslate.com/#general",2:"https://immersivetranslate.com/pricing/?utm_source=extension&utm_medium=webpage&utm_campaign=service_error",3:"https://immersivetranslate.com/pricing/?utm_source=extension&utm_medium=webpage&utm_campaign=service_error"})+"

"+r("errorReason",{message:a}),action:"changeService"}}handleProUser(e){let r=Ht.bind(null,e);if(!(this.data?.translationService!=="openai"&&this.data?.translationService!=="deepl")){if(this.message.indexOf("token invalid")>=0||this.message.indexOf("Login required")>=0)return{type:"notLogin",title:r("notLoginPro"),errMsg:r("error.proTokenInvalid"),action:"login"};if(this.message.indexOf("activate Pro")>=0)return e.user?{type:"upgrade",title:r("upgradeToProErrorTitle"),errMsg:r("error.proUpgrade"),action:"upgrade"}:{type:"notLogin",title:r("notLoginPro"),errMsg:r("error.proTokenInvalid"),action:"login"}}}handleProQuota(e){if(!this.message.startsWith("ProQuota:")||!e.user?.subscription)return;let r=Ht.bind(null,e);this.message=this.message.replace("ProQuota:","");let a=this.message;try{a=JSON.parse(this.message).error}catch{}let n=e.user.subscription,{subscriptionType:i,isTrial:o,openAITokenUsedCountResetTime:l,subscriptionTo:s}=n;return{type:"ProQuotaExceeded",title:"",errMsg:c.call(this),action:"retry"};function c(){let d=this.data?.translationService=="deepl"?"OpenAI":"Deepl",h=this.data?.translationService=="deepl"?"Deepl":"OpenAI",b=r("errorReason",{message:a});if(i=="onetime_7day")b+=r("proQuotaExceededError.onetime7day",{anotherService:d,brandId:Se,href:Yl});else{let E="";h=="OpenAI"?E=Xl:E=Zl,o?b+=r("proQuotaExceededError.trial",{anotherService:d,brandId:Se,href:Jl}):b+=r("proQuotaExceededError.nonTrial",{anotherService:d,brandId:Se,href:E,translationService:h}),!o&&(n.cancelAtPeriodEnd==="false"||uu(s)>l)&&(b+=r("proQuotaExceededError.resetTime",{resetTime:lu(l,"YYYY-MM-DD HH:mm:ss")}))}return b}}};async function Ja(t){let e;if(t&&t.retry&&t.retry>0)try{e=await vn(cu.bind(null,t),{multiplier:2,maxAttempts:t.retry})}catch(r){throw r&&r.name==="RetryError"&&r.cause?r.cause:r}else e=await cu(t);return e}async function cu(t){t.body;let{url:e,responseType:r,...a}=t;r||(r="json"),a={mode:"cors",...a};let n=!0;t.fetchPolyfill&&(n=!1);let i=t.fetchPolyfill||fetch,o=3e4;if(t.timeout&&(o=t.timeout),n){let s=new AbortController,u=s.signal;setTimeout(()=>{s.abort()},o),a.signal=u}let l;try{l=await i(e,a)}catch(s){q.debug("fetch error",e,s);let u=s.message||"Unknown Error";throw new Gt("fetchError",u).initNetWork(-999).initStack(s.stack)}if(l.ok&&l.status>=200&&l.status<400){if(r==="json")return await l.json();if(r==="text")return await l.text();if(r==="raw"){let s=await l.text(),u=Object.fromEntries([...l.headers.entries()]),c=l.url;return c||(l.headers.get("X-Final-URL")?c=l.headers.get("X-Final-URL"):c=e),{body:s,headers:u,status:l.status,statusText:l.statusText,url:c}}else if(r==="stream"){let s="",u;if(l.body&&l.body instanceof ReadableStream)for await(let c of eh(l.body)){let d=new TextDecoder().decode(c);s+=d;let h;for(;(h=s.indexOf(` -`))>=0;){let b=s.slice(0,h).trim();if(s=s.slice(h+1),b.startsWith("event:")||b==="")continue;let E="";if(b.startsWith("data:")&&(E=b.slice(5).trim()),E==="[DONE]")break;let ne;try{ne=JSON.parse(E??"")}catch(V){q.debug("json error",V);continue}u=ne}}return u}}else{let s;try{s=await l.text()}catch(b){q.error("parse response failed",b)}s&&q.error("fail response",s);let u="";s&&(u=s.slice(0,500));let c=u,h=new URL(e).hostname.endsWith(".immersivetranslate.com");throw e.endsWith("edge.microsoft.com/translate/auth")&&(c="bingAuth:"+u),h&&u.includes("quota exceeded")&&(c="ProQuota:"+u),new Gt("fetchError",c).initNetWork(l.status)}}async function*eh(t){let e=t.getReader();try{for(;;){let{done:r,value:a}=await e.read();if(r)return;yield a}}finally{e.releaseLock()}}var th=new Map;function du(t){let e=rh(64),r=new CustomEvent(Hl,{detail:JSON.stringify({...t,type:"ask",id:e})});return document.dispatchEvent(r),new Promise((a,n)=>{th.set(e,(i,o)=>{i?n(i):a(o)})})}function rh(t){let e="",r="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789",a=r.length,n=0;for(;n","file:///*","*://*/*"],js:["content_script.js"],run_at:"document_end",all_frames:!0},{matches:["","file:///*","*://*/*"],js:["content_start.js"],run_at:"document_start",all_frames:!0}],commands:{toggleTranslatePage:{suggested_key:{default:"Alt+A"},description:"__MSG_toggleTranslatePage__"},toggleTranslateTheWholePage:{suggested_key:{default:"Alt+W"},description:"__MSG_toggleTranslateTheWholePage__"},toggleOnlyTransation:{description:"__MSG_toggleOnlyTransation__"},toggleTranslateToThePageEndImmediately:{description:"__MSG_toggleTranslateToThePageEndImmediately__"},toggleTranslateTheMainPage:{description:"__MSG_toggleTranslateTheMainPage__"},toggleTranslationMask:{description:"__MSG_toggleTranslationMask__"},shareToDraft:{description:"__MSG_shareToDraft__"},toggleMouseHoverTranslateDirectly:{description:"__MSG_toggleMouseHoverTranslateDirectly__"},translateWithOpenAI:{description:"__MSG_translateWithOpenAI__"},translateWithDeepL:{description:"__MSG_translateWithDeepL__"},translateWithGoogle:{description:"__MSG_translateWithGoogle__"},translateWithTransmart:{description:"__MSG_translateWithTransmart__"},translateWithGemini:{description:"__MSG_translateWithGemini__"},translateWithBing:{description:"__MSG_translateWithBing__"},translateInputBox:{description:"__MSG_translateInputBox__"},toggleVideoSubtitlePreTranslation:{description:"__MSG_toggleVideoSubtitlePreTranslation__"}},options_page:"options.html",options_ui:{page:"options.html",open_in_tab:!0,browser_style:!1},permissions:["storage","activeTab","contextMenus","webRequest","webRequestBlocking","declarativeNetRequestWithHostAccess","declarativeNetRequestFeedback","declarativeNetRequest"],host_permissions:[""],declarative_net_request:{rule_resources:[{id:"ruleset_1",enabled:!0,path:"rules/request_modifier_rule.json"}]},action:{default_popup:"popup.html",default_icon:{"32":"icons/32.png","48":"icons/48.png","64":"icons/64.png","128":"icons/128.png","256":"icons/256.png"}},browser_action:{default_icon:"icons/32.png",default_popup:"popup.html",theme_icons:[{dark:"icons/32.png",light:"icons/dark-32.png",size:32},{dark:"icons/48.png",light:"icons/dark-48.png",size:48},{dark:"icons/64.png",light:"icons/dark-64.png",size:64},{dark:"icons/128.png",light:"icons/dark-128.png",size:128},{dark:"icons/256.png",light:"icons/dark-256.png",size:256}]},icons:{"32":"icons/32.png","48":"icons/48.png","64":"icons/64.png","128":"icons/128.png","256":"icons/256.png"},browser_specific_settings:{gecko:{id:"{5efceaa7-f3a2-4e59-a54b-85319448e305}",strict_min_version:"63.0"},gecko_android:{strict_min_version:"113.0"}},key:"MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA7JPn78UfqI3xIIOPPLPS74UTzLfJL1gQM8hlk/deKWvFP/WqUBnPJPdhQeF45sFpI1OjO70nFqdATT4/RwYAiZK7G/E6m27MDVnhHjszfzReOuoAEn9J3RnE2xEx5pFhRFcelhnwTTLrrn90aaPcaMtNsgXtZA1Ggz/SnX9I4ZygqpJYjx3Ql2t6SyNK222oRQiKMT93Rrjgyc8RFA7FKXsWglG0TvseRjbmG5Jk5gDx+2/YTcWGqCDotQnWnkPj/dBO23UAX7IpyJK3FGYdkvWFih6OVClHIIWY8mfCjjwSGbXNQNesaa9F2hrzBZ5MRTj4m7yj76mGxuPHPIE8mwIDAQAB"};var nh="";function Er(){return nh||pu.version}function mu(){try{let t=[pe().EBOOK_BUILDER_URL,pe().EBOOK_VIEWER_URL,pe().SUBTITLE_BUILDER_URL,pe().HTML_VIEWER_URL,pe().PDF_VIEWER_URL].filter(n=>!!n),e=["app.immersivetranslate.com"];ut()||e.push("localhost:38001");let r=globalThis.location.pathname;return t.find(n=>{let i=new URL(n);return r.startsWith(i.pathname)&&e.includes(i.host)})?!1:globalThis.self!==globalThis.top}catch{return!0}}var oa=new Map,sr=class{fromType;logger;constructor(e,r=!1){this.logger=new ra,r&&this.logger.setLevel("debug"),this.fromType=e,oa.has(e)||(oa.set(e,new Map),T.runtime.onMessage.addListener((a,n,i)=>{let o=a.from,l=a.to,s,u,c;n.tab&&n.tab.id&&(s=n.tab.id,o=`${o}:${s}`,u=n.tab.url,c=n.tab.active),this.logger.debug(`${a.to} received message [${a.payload.method}] from ${a.from}`,a.payload.data?a.payload.data:" ");let d=qi(l),{type:h,name:b}=d;if(h!==e)return!1;let E=qi(o),V=oa.get(h).get(b);if(!V)return this.logger.debug(`no message handler for ${h}:${l}, but it's ok`),!1;let{messageHandler:f,sync:me}=V,z={type:e,name:E.name,id:s,url:u,active:c};if(me){try{let J=f(a.payload,z);i({ok:!0,data:J})}catch(J){i({ok:!1,errorName:J.name,errorMessage:J.message,errorDetails:J.details,errorStatus:J.status})}return!1}else return f(a.payload,z).then(J=>{i({ok:!0,data:J})}).catch(J=>{i({ok:!1,errorName:J.name,errorMessage:J.message,errorDetails:J.message,errorStatus:J.status})}),!0}))}getConnection(e,r,a){let n=!1;a&&a.sync&&(n=!0);let i=this.fromType,o=oa.get(i);if(o.has(e))return o.get(e).connectionInstance;{let l=new Ni(`${i}:${e}`,this.logger);return oa.get(i).set(e,{messageHandler:r,sync:n,connectionInstance:l}),l}}},Ni=class{from;logger;constructor(e,r){this.from=e,this.logger=r}async sendMessage(e,r){let a=qi(e),{type:n,id:i}=a;if(n!=="content_script"){let o={to:e,from:this.from,payload:r};this.logger.debug(`${o.from} send message [${o.payload.method}] to ${o.to}`,o.payload.data?o.payload.data:" ");try{let l=await T.runtime.sendMessage(o);return gu(o,l,this.logger)}catch(l){if(n==="popup"){let s=`popup ${e} is not active, so the message does not send, ignore this error, ${JSON.stringify(r)}`;return this.logger.debug(s,r,e,l),Promise.resolve({message:s})}else throw l}}else{let o={from:this.from,to:e,payload:r};this.logger.debug(`${o.from} send message [${o.payload.method}] to ${o.to}`,o.payload.data?o.payload.data:" ");let l=await T.tabs.sendMessage(i,o);return gu(o,l,this.logger)}}};function gu(t,e,r){if(e){if(e.ok)return r.debug(`${t.from} received response from ${t.to}:`,e.data?e.data:" "),e.data;throw new Gt(e.errorName||"UnknownError",e.errorMessage||"Unknown error").initNetWork(e.errorStatus)}else throw new Gt("noResponse","Unknown error")}function qi(t){let e=t.split(":");if(e.length<2)throw new Error("not a valid to string");let r={type:e[0],name:e[1]};if(e[0]==="content_script"){let a=parseInt(e[2]);if(!isNaN(a))r.id=a;else throw new Error("tab id not a valid number")}return r}var ih="";function Ui(){return ih||globalThis.navigator.userAgent}function hu(){return Ui().includes("ImtFxiOS")}function oh(){return Ui().includes("ImtFxAndroid")}function ji(){let t=Ui();if(hu()||oh()){let e=t.match(/Imt[\w/.]+/);if(e){let r=e[0].split("/"),a=r[0];return r[2]&&(a+="_"+r[2]),{name:a,version:r[1]}}}return null}var en;function sh(){return en||(en=new sr("content_script",!1).getConnection("pure_main",()=>{}),en)}var fu="G-MKMD9LWFTR";async function Tu(t){try{let e=pe(),r=e.INSTALL_FROM==="firefox_store";if(ji()?.name?.startsWith("ImtFx")&&(r=!1),r)return;let n=Ut(),i=mu(),o=e.PROD==="1",l="sitc4WmvShWYwfU0dANM3Q",s=await Pt("fakeUserId","");s||(s=await na("fakeUserId",""),s&&await Wt("fakeUserId",s));let u=Er(),c=new Date,d=await Pt("installedAt","");d||(d=await na("installedAt",""),d&&await Wt("installedAt",d)),s?d||(d=new Date(0).toISOString(),await Wt("installedAt",d)):(s=lh(32),await Wt("fakeUserId",s)),d||(d=c.toISOString(),await Wt("installedAt",d));let h=new Date(d),b=bu(h),E=bu(c),ne=b===E,V=c.getTime()-h.getTime()<7*24*60*60*1e3,f=`https://www.google-analytics.com/mp/collect?measurement_id=${fu}&api_secret=${l}`;o||(f=`https://www.google-analytics.com/debug/mp/collect?measurement_id=${fu}&api_secret=${l}`);let me="";typeof navigator<"u"&&(me=window.navigator.userAgent);let z=ya.parse(me),J=t.map(C=>{let g=C.params||{};if(z.os&&(g.os_name=z.os.name||"unknown",g.os_version=z.os.version||"unknown",g.os_version_name=z.os.versionName||"unknown"),z.browser){g.browser_name=z.browser.name||"unknown",g.browser_version=z.browser.version||"unknown";let S=ji();S&&(g.browser_name=S.name,g.browser_version=S.version)}return z.platform&&(g.platform_type=z.platform.type||"unknown"),z.engine&&(g.engine_name=z.engine.name||"unknown",g.engine_version=z.engine.version||"unknown"),u&&(g.version=u),e.INSTALL_FROM&&(g.install_from=e.INSTALL_FROM),b&&(g.install_day=uh(h)),g.userscript=n.toString(),ne?g.is_new_user_today="1":g.is_new_user_today="0",V?g.is_new_user_this_week="1":g.is_new_user_this_week="0",i?g.main_frame=0:g.main_frame=1,{...C,params:g}}),ue=await dh({responseType:"text",url:f,method:"POST",body:JSON.stringify({client_id:s,user_id:s,events:J})})}catch{}}function lh(t){let e="",r="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789",a=r.length,n=0;for(;n",""],limit:5},custom:{placeholderDelimiters:["{","}"]},bing:{maxTextLengthPerRequest:1800,requestTimeout:1e4,retry:1,placeholderDelimiters:["","","b"]},yandex:{maxTextLengthPerRequest:1e3,requestTimeout:1e4,retry:1,placeholderDelimiters:["","","b"]},deeplx:{limit:3,placeholderDelimiters:["@","#"]},d:{immediateTranslationTextCount:0,placeholderDelimiters:["@","#"]},papago:{placeholderDelimiters:["{","}"]},dpro:{apiUrl:"https://api.deepl.com/jsonrpc"},ai:{env:{imt_source_field:"text",imt_trans_field:"text",imt_sub_source_field:"source",imt_sub_trans_field:"translation",imt_yaml_item:`- id: {{id}} +`))>=0;){let b=s.slice(0,h).trim();if(s=s.slice(h+1),b.startsWith("event:")||b==="")continue;let E="";if(b.startsWith("data:")&&(E=b.slice(5).trim()),E==="[DONE]")break;let ne;try{ne=JSON.parse(E??"")}catch(V){q.debug("json error",V);continue}u=ne}}return u}}else{let s;try{s=await l.text()}catch(b){q.error("parse response failed",b)}s&&q.error("fail response",s);let u="";s&&(u=s.slice(0,500));let c=u,h=new URL(e).hostname.endsWith(".immersivetranslate.com");throw e.endsWith("edge.microsoft.com/translate/auth")&&(c="bingAuth:"+u),h&&u.includes("quota exceeded")&&(c="ProQuota:"+u),new Gt("fetchError",c).initNetWork(l.status)}}async function*eh(t){let e=t.getReader();try{for(;;){let{done:r,value:a}=await e.read();if(r)return;yield a}}finally{e.releaseLock()}}var th=new Map;function du(t){let e=rh(64),r=new CustomEvent(Hl,{detail:JSON.stringify({...t,type:"ask",id:e})});return document.dispatchEvent(r),new Promise((a,n)=>{th.set(e,(i,o)=>{i?n(i):a(o)})})}function rh(t){let e="",r="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789",a=r.length,n=0;for(;n","file:///*","*://*/*"],js:["content_script.js"],run_at:"document_end",all_frames:!0},{matches:["","file:///*","*://*/*"],js:["content_start.js"],run_at:"document_start",all_frames:!0}],commands:{toggleTranslatePage:{suggested_key:{default:"Alt+A"},description:"__MSG_toggleTranslatePage__"},toggleTranslateTheWholePage:{suggested_key:{default:"Alt+W"},description:"__MSG_toggleTranslateTheWholePage__"},toggleOnlyTransation:{description:"__MSG_toggleOnlyTransation__"},toggleTranslateToThePageEndImmediately:{description:"__MSG_toggleTranslateToThePageEndImmediately__"},toggleTranslateTheMainPage:{description:"__MSG_toggleTranslateTheMainPage__"},toggleTranslationMask:{description:"__MSG_toggleTranslationMask__"},shareToDraft:{description:"__MSG_shareToDraft__"},toggleMouseHoverTranslateDirectly:{description:"__MSG_toggleMouseHoverTranslateDirectly__"},translateWithOpenAI:{description:"__MSG_translateWithOpenAI__"},translateWithDeepL:{description:"__MSG_translateWithDeepL__"},translateWithGoogle:{description:"__MSG_translateWithGoogle__"},translateWithTransmart:{description:"__MSG_translateWithTransmart__"},translateWithGemini:{description:"__MSG_translateWithGemini__"},translateWithBing:{description:"__MSG_translateWithBing__"},translateInputBox:{description:"__MSG_translateInputBox__"},toggleVideoSubtitlePreTranslation:{description:"__MSG_toggleVideoSubtitlePreTranslation__"}},options_page:"options.html",options_ui:{page:"options.html",open_in_tab:!0,browser_style:!1},permissions:["storage","activeTab","contextMenus","webRequest","webRequestBlocking","declarativeNetRequestWithHostAccess","declarativeNetRequestFeedback","declarativeNetRequest"],host_permissions:[""],declarative_net_request:{rule_resources:[{id:"ruleset_1",enabled:!0,path:"rules/request_modifier_rule.json"}]},action:{default_popup:"popup.html",default_icon:{"32":"icons/32.png","48":"icons/48.png","64":"icons/64.png","128":"icons/128.png","256":"icons/256.png"}},browser_action:{default_icon:"icons/32.png",default_popup:"popup.html",theme_icons:[{dark:"icons/32.png",light:"icons/dark-32.png",size:32},{dark:"icons/48.png",light:"icons/dark-48.png",size:48},{dark:"icons/64.png",light:"icons/dark-64.png",size:64},{dark:"icons/128.png",light:"icons/dark-128.png",size:128},{dark:"icons/256.png",light:"icons/dark-256.png",size:256}]},icons:{"32":"icons/32.png","48":"icons/48.png","64":"icons/64.png","128":"icons/128.png","256":"icons/256.png"},browser_specific_settings:{gecko:{id:"{5efceaa7-f3a2-4e59-a54b-85319448e305}",strict_min_version:"63.0"},gecko_android:{strict_min_version:"113.0"}},key:"MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA7JPn78UfqI3xIIOPPLPS74UTzLfJL1gQM8hlk/deKWvFP/WqUBnPJPdhQeF45sFpI1OjO70nFqdATT4/RwYAiZK7G/E6m27MDVnhHjszfzReOuoAEn9J3RnE2xEx5pFhRFcelhnwTTLrrn90aaPcaMtNsgXtZA1Ggz/SnX9I4ZygqpJYjx3Ql2t6SyNK222oRQiKMT93Rrjgyc8RFA7FKXsWglG0TvseRjbmG5Jk5gDx+2/YTcWGqCDotQnWnkPj/dBO23UAX7IpyJK3FGYdkvWFih6OVClHIIWY8mfCjjwSGbXNQNesaa9F2hrzBZ5MRTj4m7yj76mGxuPHPIE8mwIDAQAB"};var nh="";function Er(){return nh||pu.version}function mu(){try{let t=[pe().EBOOK_BUILDER_URL,pe().EBOOK_VIEWER_URL,pe().SUBTITLE_BUILDER_URL,pe().HTML_VIEWER_URL,pe().PDF_VIEWER_URL].filter(n=>!!n),e=["app.immersivetranslate.com"];ut()||e.push("localhost:38001");let r=globalThis.location.pathname;return t.find(n=>{let i=new URL(n);return r.startsWith(i.pathname)&&e.includes(i.host)})?!1:globalThis.self!==globalThis.top}catch{return!0}}var oa=new Map,sr=class{fromType;logger;constructor(e,r=!1){this.logger=new ra,r&&this.logger.setLevel("debug"),this.fromType=e,oa.has(e)||(oa.set(e,new Map),T.runtime.onMessage.addListener((a,n,i)=>{let o=a.from,l=a.to,s,u,c;n.tab&&n.tab.id&&(s=n.tab.id,o=`${o}:${s}`,u=n.tab.url,c=n.tab.active),this.logger.debug(`${a.to} received message [${a.payload.method}] from ${a.from}`,a.payload.data?a.payload.data:" ");let d=qi(l),{type:h,name:b}=d;if(h!==e)return!1;let E=qi(o),V=oa.get(h).get(b);if(!V)return this.logger.debug(`no message handler for ${h}:${l}, but it's ok`),!1;let{messageHandler:f,sync:me}=V,z={type:e,name:E.name,id:s,url:u,active:c};if(me){try{let J=f(a.payload,z);i({ok:!0,data:J})}catch(J){i({ok:!1,errorName:J.name,errorMessage:J.message,errorDetails:J.details,errorStatus:J.status})}return!1}else return f(a.payload,z).then(J=>{i({ok:!0,data:J})}).catch(J=>{i({ok:!1,errorName:J.name,errorMessage:J.message,errorDetails:J.message,errorStatus:J.status})}),!0}))}getConnection(e,r,a){let n=!1;a&&a.sync&&(n=!0);let i=this.fromType,o=oa.get(i);if(o.has(e))return o.get(e).connectionInstance;{let l=new Ni(`${i}:${e}`,this.logger);return oa.get(i).set(e,{messageHandler:r,sync:n,connectionInstance:l}),l}}},Ni=class{from;logger;constructor(e,r){this.from=e,this.logger=r}async sendMessage(e,r){let a=qi(e),{type:n,id:i}=a;if(n!=="content_script"){let o={to:e,from:this.from,payload:r};this.logger.debug(`${o.from} send message [${o.payload.method}] to ${o.to}`,o.payload.data?o.payload.data:" ");try{let l=await T.runtime.sendMessage(o);return gu(o,l,this.logger)}catch(l){if(n==="popup"){let s=`popup ${e} is not active, so the message does not send, ignore this error, ${JSON.stringify(r)}`;return this.logger.debug(s,r,e,l),Promise.resolve({message:s})}else throw l}}else{let o={from:this.from,to:e,payload:r};this.logger.debug(`${o.from} send message [${o.payload.method}] to ${o.to}`,o.payload.data?o.payload.data:" ");let l=await T.tabs.sendMessage(i,o);return gu(o,l,this.logger)}}};function gu(t,e,r){if(e){if(e.ok)return r.debug(`${t.from} received response from ${t.to}:`,e.data?e.data:" "),e.data;throw new Gt(e.errorName||"UnknownError",e.errorMessage||"Unknown error").initNetWork(e.errorStatus)}else throw new Gt("noResponse","Unknown error")}function qi(t){let e=t.split(":");if(e.length<2)throw new Error("not a valid to string");let r={type:e[0],name:e[1]};if(e[0]==="content_script"){let a=parseInt(e[2]);if(!isNaN(a))r.id=a;else throw new Error("tab id not a valid number")}return r}var ih="";function Ui(){return ih||globalThis.navigator.userAgent}function hu(){return Ui().includes("ImtFxiOS")}function oh(){return Ui().includes("ImtFxAndroid")}function ji(){let t=Ui();if(hu()||oh()){let e=t.match(/Imt[\w/.]+/);if(e){let r=e[0].split("/"),a=r[0];return r[2]&&(a+="_"+r[2]),{name:a,version:r[1]}}}return null}var en;function sh(){return en||(en=new sr("content_script",!1).getConnection("pure_main",()=>{}),en)}var fu="G-MKMD9LWFTR";async function Tu(t){try{let e=pe(),r=e.INSTALL_FROM==="firefox_store";if(ji()?.name?.startsWith("ImtFx")&&(r=!1),r)return;let n=Ut(),i=mu(),o=e.PROD==="1",l="sitc4WmvShWYwfU0dANM3Q",s=await Pt("fakeUserId","");s||(s=await na("fakeUserId",""),s&&await Wt("fakeUserId",s));let u=Er(),c=new Date,d=await Pt("installedAt","");d||(d=await na("installedAt",""),d&&await Wt("installedAt",d)),s?d||(d=new Date(0).toISOString(),await Wt("installedAt",d)):(s=lh(32),await Wt("fakeUserId",s)),d||(d=c.toISOString(),await Wt("installedAt",d));let h=new Date(d),b=bu(h),E=bu(c),ne=b===E,V=c.getTime()-h.getTime()<7*24*60*60*1e3,f=`https://www.google-analytics.com/mp/collect?measurement_id=${fu}&api_secret=${l}`;o||(f=`https://www.google-analytics.com/debug/mp/collect?measurement_id=${fu}&api_secret=${l}`);let me="";typeof navigator<"u"&&(me=window.navigator.userAgent);let z=ya.parse(me),J=t.map(C=>{let g=C.params||{};if(z.os&&(g.os_name=z.os.name||"unknown",g.os_version=z.os.version||"unknown",g.os_version_name=z.os.versionName||"unknown"),z.browser){g.browser_name=z.browser.name||"unknown",g.browser_version=z.browser.version||"unknown";let S=ji();S&&(g.browser_name=S.name,g.browser_version=S.version)}return z.platform&&(g.platform_type=z.platform.type||"unknown"),z.engine&&(g.engine_name=z.engine.name||"unknown",g.engine_version=z.engine.version||"unknown"),u&&(g.version=u),e.INSTALL_FROM&&(g.install_from=e.INSTALL_FROM),b&&(g.install_day=uh(h)),g.userscript=n.toString(),ne?g.is_new_user_today="1":g.is_new_user_today="0",V?g.is_new_user_this_week="1":g.is_new_user_this_week="0",i?g.main_frame=0:g.main_frame=1,{...C,params:g}}),ue=await dh({responseType:"text",url:f,method:"POST",body:JSON.stringify({client_id:s,user_id:s,events:J})})}catch{}}function lh(t){let e="",r="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789",a=r.length,n=0;for(;n",""],limit:5},custom:{placeholderDelimiters:["{","}"]},bing:{maxTextLengthPerRequest:1800,requestTimeout:1e4,retry:1,placeholderDelimiters:["","","b"]},yandex:{maxTextLengthPerRequest:1e3,requestTimeout:1e4,retry:1,placeholderDelimiters:["","","b"]},deeplx:{limit:3,placeholderDelimiters:["@","#"]},d:{immediateTranslationTextCount:0,placeholderDelimiters:["@","#"]},papago:{placeholderDelimiters:["{","}"]},dpro:{apiUrl:"https://api.deepl.com/jsonrpc"},ai:{env:{imt_source_field:"text",imt_trans_field:"text",imt_sub_source_field:"source",imt_sub_trans_field:"translation",imt_yaml_item:`- id: {{id}} {{imt_source_field}}: {{text}}`,imt_subtitle_yaml_item:`- id: {{id}} {{imt_sub_source_field}}: {{text}}`,normal_result_yaml_example:`Example request: - id: 1 @@ -5317,11 +5317,11 @@ Translate the content to {{to}} Language: ? ?-\\|\\d+\\|- ? -?`]},azure:{placeholderDelimiters:["@","#"]},you:{placeholderDelimiters:["@","#"]},openl:{placeholderDelimiters:["@","#"]},niu:{placeholderDelimiters:["@","#"]}},shortcuts:{toggleTranslatePage:"Alt+A",toggleTranslateTheWholePage:"Alt+W",toggleOnlyTransation:"",toggleTranslateToThePageEndImmediately:"",toggleTranslationMask:"",shareToDraft:"",toggleMouseHoverTranslateDirectly:""},tempTranslateDomainMinutes:0,translationParagraphLanguagePattern:{matches:["onboarding.immersivetranslate.com","www.reddit.com","old.reddit.com","twitter.com","www.tumblr.com","*.twitter.com","medium.com","*.medium.com","github.com","gist.github.com","www.facebook.com","www.youtube.com","m.youtube.com","read.readwise.io","www.inoreader.com","mail.google.com","google.com","discord.com","*.instagram.com","instagram.com","web.telegram.org","web.whatsapp.com","*.slack.com","*.indeed.com","outlook.live.com","https://bsky.app","store.steampowered.com","test-app.immersivetranslate.com","app.immersivetranslate.com"],excludeMatches:[],selectorMatches:["meta[property='al:ios:url'][content^='medium://']"],selectorExcludeMatches:[]},sourceLanguageUrlPattern:{},selectTranslationFont:"",translationFonts:["Microsoft YaHei","SimSun","NSimSun","SimHei","Microsoft JhengHei","KaiTi","FangSong","PingFang SC","STHeiti","STKaiti","STSong","STFangsong","STZhongsong","STHupo","STXinwei","STLiti","STXingkai","Hiragino Sans GB","Lantinghei SC","Hanzipen SC","Hannotate SC","Songti SC","Wawati SC","Weibei SC","Xingkai SC","Yapi SC","Yuanti SC","Arial Unicode MS","MingLiU-ExtB","Malgun Gothic","Arial","Calibri","Cambria","Candara","Consolas","Constantia","Corbel","Courier New","Georgia","Lucida Console","MingLiU","PMingLiU","MingLiU_HKSCS","Meiryo","MS Gothic","MS PGothic","MS UI Gothic","MS Mincho","MS PMincho","Segoe UI","Segoe UI Symbol","Tahoma","Times New Roman","Trebuchet MS","Verdana","Gulim","Dotum","Batang","Gungsuh","San Francisco","Helvetica Neue","Hiragino Mincho ProN","Hiragino Kaku Gothic ProN","Yu Gothic","Yu Mincho","Geeza Pro","Al Nile","Tehran","Devanagari MT","Kohinoor Devanagari","Apple SD Gothic Neo","Nanum Gothic"],generalRule:{_comment:"",isTranslateWhenServiceChanged:!0,glossaries:[{k:"LLM",v:""},{k:"LLMs",v:""}],excludeRegexps:["(<\\\\/?[a-zA-Z0-9]+(?:[^>]*?)>)","(
||||||||||
|
)"],detectionServiceOrder:["google","bing","transmart"],detectParagraphLanguage:!1,paragraphFirstLetterFontSize:35,toastErrorMinTimes:20,enableSubtitle:!1,"subtitle.autoEnableSubtitle":!1,disableNewTextTranslate:!1,skipEditableCheck:!1,mutationObserverLimitTargetSelectors:[],condition:{},normalizeBody:"",inputExecCommandDeleteEnable:!1,inputConfig:{clearContentEnable:!0,execCommandDeleteEnable:!1},mutationExcludeSelectors:["span.highlighter--highlighted","span.highlighter-ext","mark","msreadoutspan","rw-highlight","web-highlight","font.immersive-translate-target-wrapper *","pre",".uacc-clickable"],mutationExcludeContainsSelectors:["msreadoutspan","[class*='rgh-seen-']","[isInvalidTag]","mh","body","relin-hc"],atomicBlockSelectors:["relin-hc"],shareConfig:{injectCss:!0,removeSelectors:["noscript","script"]},mutationConfig:{consumeTimeout:100,buildTimeout:100,checkSelfUpdate:!0},useIframePostMessage:!1,searchEnhancementConfig:[],injectedCss:[],isOnBoardingPage:!1,isEbook:!1,isEbookBuilder:!1,ignoreZhCNandZhTW:!1,showSponsorOnSafari:!1,noTranslateRegexp:["^\\d+.+ago$","^\\d+\\s+MIN\\s+READ$"],waitForSelectors:[],isInjectOptionsUrl:!1,isInjectVersion:!1,isInjectMeta:!1,waitForSelectorsTimeout:3e3,pairs:{},aiRule:{},subtitleRule:{isInject:!0,autoEnableSubtitle:!1,preTranslation:!1,humanPreferred:!0,disabled:!1,hookType:"xhr",showQuickButton:!0,backgroundColor:"#080808",backgroundOpacity:"75",sourceTextColor:"#FFFFFF",translationTextColor:"#FFFFFF",sourceFontSize:"100",translationMode:"dual",translationPosition:"bottom",translationFontSize:"100",translateGroupCount:5,velocityGroup:[1,3,20]},bodyRule:{enable:!0,maxBodyScreenLength:25,articleChildTags:["P"],articleChildTagsNum:4,bodyIsRoot:!1,humanPreferred:!0,preTranslation:!0,xpathRule:["name:P"]},isSubtitleBuilder:!1,minZIndex:0,initTranslationServiceAsSoonAsPossible:!0,targetWrapperTag:"font",additionalInjectedCss:[],isTranslateTitle:!0,enableSearchEnhancement:!1,searchEnhancementSelector:"#rhs",languageDetectMinTextCount:50,wrapperPrefix:"smart",wrapperSuffix:"smart",isPdf:!1,pdfUrlExtractRule:{},isTransformPreTagNewLine:!1,urlChangeDelay:50,mutationChangeDelay:10,mainFrameMinTextCount:50,mainFrameMinWordCount:5,visibleDelay:0,additionalStayOriginalSelectors:["span.katex","span.notranslate",".MathJax_Preview",".MathJax",".MathJax_SVG",'[aria-labelledby^="MathJax-SVG"]',".mwe-math-element","span[translate=no]","em[translate=no]","code[translate=no]","span.math.inline","span.math.display",".ltx_Math",".mathjax-block",".MathJax_CHTML","kbd","span.pretex-inline","span.math-inline",".reference-citations"],translationBlockStyle:"",isShowUserscriptPagePopup:!0,observeUrlChange:!1,paragraphMinTextCount:4,paragraphMinWordCount:2,shadowRootSelectors:[],blockMinTextCount:24,blockMinWordCount:4,asideMaxTextCount:1e3,asideMaxWordCount:200,asideMaxTextCountPerParagraph:67,asideMaxWordCountPerParagraph:12,lineBreakMaxTextCount:0,globalAttributes:{},inputTutorialsText:"",inputTutorialsSelectors:[],globalMeta:{},globalStyles:{},initialGlobalAttributes:{},initialSelectorGlobalAttributes:{header:{translate:"no"},"footer:last-of-type":{translate:"no"},"nav:last-of-type":{translate:"no"},nav:{translate:"no"}},selectors:[],preWhitespaceDetectedTags:["DIV","SPAN"],stayOriginalSelectors:[],additionalSelectors:["h1","section h2","section h3","section h4","main h2","main h3","main h4",".article-title",".article-subtitle",".article_title",".article_subtitle",".article__title",".articleTitle",".Article__content",".titleLink",".summary",".headline",".page-content","aside.note","aside.article-comments","aside.onebox"],atomicBlockTags:[],excludeSelectors:[],additionalExcludeSelectors:['[contenteditable="true"]',".uacc-clickable","#monica-content-root","#immersive-translate-popup",".social-share",".breadcrumbs",".post__footer",".btn",".share-nav",".o-share","[data-toolbar=share]","rp","rt",".prism-code",".rc-CodeBlock","[role=code]","#omni-extension",".omni-item","div[data-paste-markdown-skip]","table.highlight","div[class^=codeBlockContent]","div[class^=codeBlockLines]","div[class^=token-line]","#liuchan-window > .liuchan-container > *",".material-icons","i.fa","i[class^=fa-]",".notranslate","[translate=no]",".navmenu-container",".google-symbols","h1 br","h2 br","h3 br","h4 br","table thead"],translationClasses:[],excludeTags:["TITLE","LINK","SCRIPT","STYLE","TEXTAREA","SVG","svg","G","NOSCRIPT","BUTTON","BASE","HR","PRE","KBD","WBR","RT","RP","META","MATH","TTS-SENTENCE","AIO-CODE","RELIN-TARGET"],bodyTranslateTags:["FOOTER","ASIDE","BUTTON","NAV"],forceTranslateTags:[],metaTags:["META","SCRIPT","STYLE","NOSCRIPT"],additionalExcludeTags:[],stayOriginalTags:["CODE","TT","IMG","SUP","SUB","SAMP","math","semantics","mrow","mo","mfrac","msup","mi","mn","msqrt","d-math"],additionalStayOriginalTags:[],inlineTags:["A","ABBR","FONT","ACRONYM","B","INS","DEL","RUBY","RP","RB","BDO","MARK","BIG","RT","NOBR","CITE","DFN","EM","I","LABEL","Q","S","SMALL","SPAN","STRONG","SUB","SUP","U","KBD","TT","VAR","IMG","CODE","SCRIPT","STYLE","LINK","TIME","META","WBR","RELIN-HC","RELIN-HIGHLIGHT","RELIN-ORIGIN","RELIN-TARGET","XQDD_HIGHLIGHT_NEW_WORD","NOBR","RW-HIGHLIGHT","HYPOTHESIS-HIGHLIGHT"],additionalInlineTags:[],extraInlineSelectors:["p > a span","p > span a span"],additionalInlineSelectors:[".MathJax_Preview",".MathJax",".highlighter--highlighted",".rw-highlight","ruby *"],extraBlockSelectors:["turbo-frame","readme-toc","#hs_cos_wrapper_post_body","#hs_cos_wrapper_post_body","option","ul > li"],allBlockTags:["BODY","HGROUP","CONTENT","ADDRESS","ARTICLE","ASIDE","DETAILS","BLOCKQUOTE","SELECT","OPTION","CANVAS","DD","DL","DT","FIELDSET","FIGCAPTION","FIGURE","FOOTER","HEADER","FORM","HR","MAIN","SUMMARY","NAV","NOSCRIPT","PRE","SECTION","TABLE","TFOOT","UL","VIDEO","P","DIV","H1","H2","H3","H4","H5","H6","UL","LI","OL","BR","PICTURE","TBODY","TR","TD","TH","SOURCE","C-WIZ","BUTTON","TURBO-FRAME","README-TOC"],mutationObserverContainerSelectors:[],pdfNewParagraphLineHeight:2.4,pdfNewParagraphIndent:1.2,pdfNewParagraphIndentRightIndentPx:130,fingerCountToToggleTranslagePageWhenTouching:4,fingerCountToToggleTranslationMaskWhenTouching:0,fingerCountToToggleTranslagePageOnlyTranslationWhenTouching:0,touchShortcutsToggleTranslatePage:"fingers.4",touchShortcutsToggleTranslationMask:"touchShortcutsOff",touchShortcutsToggleTranslatePageOnlyTranslation:"touchShortcutsOff",touchShortcutsToggleTranslateTouchElement:"touchShortcutsOff",touchShortcutsToggleTranslateTouchElementPreferenceKey:"slide.left",mouseHoverHoldKey:"Off",mouseHoverPreferenceKey:"Ctrl"},rules:[{id:"isSubtitleBuilder",isSubtitleBuilder:!0,pageType:"subtitleBuilder",selectorMatches:["meta[name='immersive-translate-subtitle-builder'][content='true']"],pairs:{".source-text":".target-text"},paragraphMinTextCount:4,paragraphMinWordCount:2,isTranslateTitle:!1,wrapperPrefix:"",wrapperSuffix:"","bodyRule.add":{enable:!1}},{id:"isEbook",isEbook:!0,pageType:"ebookReader",isTranslateTitle:!1,urlChangeDelay:200,selectorMatches:["meta[name='immersive-translate-ebook-viewer'][content='true']"],injectedCss:[".immersive-translate-target-translation-block-wrapper {display:block;}"],excludeSelectors:["#drop-target","#drop-target h1","#side-bar","h1#side-bar-title"],extraInlineSelectors:["span.dropcaps"],"bodyRule.add":{enable:!1},paragraphMinTextCount:4,paragraphMinWordCount:2,blockMinTextCount:1,blockMinWordCount:1,containerMinTextCount:1,wrapperPrefix:"
",targetWrapperTag:"span"},{id:"pdf",isPdf:!0,isTranslateTitle:!1,pageType:"pdfReader",selectorMatches:["meta[name='immersive-translate-pdf-viewer'][content='true']"],matches:["https://app.immersivetranslate.com/pdf","https://app.immersivetranslate.com/pdf/","https://app.immersivetranslate.com/pdf/*","http://localhost:38001/pdf*"],"additionalExcludeSelectors.remove":['[contenteditable="true"]'],isTranslateWhenServiceChanged:!1,translationMode:"translation",skipEditableCheck:!0,selectors:["p"],"bodyRule.add":{enable:!1},injectedCss:[".immersive-translate-target-wrapper {display: contents!important;position:absolute;}",".immersive-translate-target-wrapper br {display: none;!important;}",".immersive-translate-target-wrapper span {position: relative;!important;}",".immersive-translate-error-wrapper {padding:0px !important;margin:0px !important;}","font {line-height: 0!important;}"],globalAttributes:{"[class='textLayer']":{translate:"no"}},mutationExcludeContainsSelectors:["font.immersive-translate-target-wrapper"],"shareConfig.add":{removeSelectors:["noscript","script",".toolbar","#sidebarContainer",'[class="page"]',".editorParamsToolbar",".image-mode",".im_db",".im_cb"]},wrapperPrefix:"",isInjectVersion:!0},{id:"sci-hub.pdfWebPage",matches:["sci-hub.*"],waitForSelectorsTimeout:1,pdfUrlExtractRule:{selector:"#pdf",attribute:"src"}},{id:"common.pdfWebPage",waitForSelectorsTimeout:1,selectorMatches:["embed[type='application/pdf']"]},{id:"isEbookBuilder",matches:["https://app.immersivetranslate.com/ebook/make/","http://localhost:38001/ebook/make/"],isEbookBuilder:!0,pageType:"ebookBuilder",toastErrorMinTimes:500,isTranslateWhenServiceChanged:!1,isTranslateTitle:!1,targetWrapperTag:"span",selectorMatches:["meta[name='immersive-translate-ebook-builder'][content='true']"],injectedCss:[".immersive-translate-target-translation-block-wrapper {display:block;}"],globalMeta:{},excludeSelectors:["h1.notranslate","#drop-target","#drop-target h1","#side-bar","h1#side-bar-title","#tool",".Code"],"bodyRule.add":{enable:!1},isInjectMeta:!0,paragraphMinTextCount:4,paragraphMinWordCount:2,blockMinTextCount:1,blockMinWordCount:1,containerMinTextCount:1,wrapperPrefix:"
"},{id:"immersiveTranslateIosOnBoarding",selectorMatches:["meta[name=immersiveTranslateIosOnBoarding]"],initialGlobalAttributes:{"input#immersiveTranslateDetectedSlot":{value:"true"}},isInjectOptionsUrl:!0,isInjectVersion:!0,isInjectMeta:!0},{id:"immersiveTranslateIosOnBoardingStep1",selectorMatches:["meta[name=immersiveTranslateIosOnBoardingStep1]"],isOnBoardingPage:!0,isInjectOptionsUrl:!0,isInjectVersion:!0,isInjectMeta:!0},{id:"immersivePreview",matches:["https://immersivetranslate.com/preview*","https://test.immersivetranslate.com/preview*","https://immersivetranslate.com/drafts*","https://test.immersivetranslate.com/drafts*"],isInjectVersion:!0,isInjectMeta:!0,waitForSelectorsTimeout:1},{id:"pro-pdf",matches:["https://*.immersivetranslate.com/pdf-pro*"],pageType:"pdfProReader","excludeSelectors.add":["table"],isInjectVersion:!0,isInjectMeta:!0,waitForSelectorsTimeout:1},{id:"immersive",matches:["https://immersivetranslate.com","https://test.immersivetranslate.com","https://onboarding.immersivetranslate.com","https://app.immersivetranslate.com","https://test-app.immersivetranslate.com","http://localhost:38001"],isInjectVersion:!0,isInjectMeta:!0,waitForSelectorsTimeout:1},{id:"simpread",selectorMatches:"div.simpread-read-root.simpread-read-root-show > sr-read",mainFrameSelector:"div.simpread-read-root.simpread-read-root-show > sr-read"},{id:"txt",matches:["*://*/*.txt","file://*/*.txt"],selectorMatches:["body > pre"],"mutationExcludeSelectors.add":["body"],isTransformPreTagNewLine:!0,"excludeTags.remove":["PRE"]},{id:"hangejp",matches:["arad.hange.jp","arad.nexon.co.jp","oapi.dingtalk.com","login.dingtalk.com"],useIframePostMessage:!1},{id:"preSites",matches:["mail.jabber.org","antirez.com","patchwork.kernel.org","lists.apache.org","manned.org","bugs.webkit.org","bugzilla.mozilla.org","lwn.net/Articles/*","docs.haproxy.org","man.freebsd.org","www.oreilly.com/openbook/opensources/book/*","gamefaqs.gamespot.com"],isTransformPreTagNewLine:!0},{id:"wikipedia",matches:"*.wikipedia.org",paragraphMinWordCount:2,paragraphMinTextCount:4,injectedCss:[".immersive-translate-target-translation-block-wrapper { display: block; }"],excludeSelectors:[".mw-editsection",".mw-cite-backlink","#p-lang-btn","#right-navigation","#p-associated-pages",".vector-header"],stayOriginalSelectors:[".chemf",".mwe-math-element","[role=math]",".nowrap"],extraInlineSelectors:[".chemf",".mwe-math-element","[role=math]",".nowrap"],"bodyRule.add":{bodySelector:"#content",articleSelector:"#bodyContent"}},{id:"twitter",matches:["twitter.com","mobile.twitter.com","tweetdeck.twitter.com","pro.twitter.com","https://platform.twitter.com/embed*"],additionalStayOriginalSelectors:['[data-testid="tweetText"] a',"[data-testid='UserDescription'] a","[data-testid='HoverCard'] a","[data-testid='UserCell'] a","[data-testid='birdwatch-pivot'] a"],blockMinTextCount:0,blockMinWordCount:0,excludeSelectors:["[aria-describedby][role=button]","header","[data-testid='radioGroupplayback_rate'] div","[data-testid='userFollowIndicator']","[class='css-901oao r-14j79pv r-37j5jr r-n6v787 r-16dba41 r-1cwl3u0 r-bcqeeo r-qvutc0']","[class='css-175oi2r r-1wbh5a2 r-dnmrzs']"],extraBlockSelectors:['[data-testid="tweetText"] div.r-6koalj'],extraInlineSelectors:['[data-testid="tweetText"] div.r-xoduu5','[data-testid="tweetText"] span','[data-testid="UserDescription"] div',"[data-testid='HoverCard'] div[dir=auto] div","[data-testid='HoverCard'] span[dir=auto] div"],globalStyles:{"[data-testid='card.layoutLarge.detail'] > div:nth-child(2)":"-webkit-line-clamp: unset;","[data-testid='card.layoutSmall.detail'] > div:nth-child(2)":"-webkit-line-clamp: unset;","[data-testid='tweetText']":"-webkit-line-clamp: unset;"},ignoreZhCNandZhTW:!0,isTranslateTitle:!1,useIframePostMessage:!1,observeUrlChange:!1,paragraphMinTextCount:2,paragraphMinWordCount:1,selectors:['[data-testid="tweetText"]',".tweet-text",".js-quoted-tweet-text","[data-testid='card.layoutSmall.detail'] > div:nth-child(2)","[data-testid='developerBuiltCardContainer'] > div:nth-child(2)","[data-testid='card.layoutLarge.detail'] > div:nth-child(2)","[data-testid='cellInnerDiv'] div[data-testid='UserCell'] > div> div:nth-child(2)","[data-testid='UserDescription']","[data-testid='HoverCard'] div[dir=auto]","[data-testid='HoverCard'] span[dir=auto]","[data-testid='HoverCard'] [role='dialog'] div[dir=ltr]","[data-testid='birdwatch-pivot'] div[dir=ltr]"],"subtitleRule.add":{type:"live",isInject:!1,injectedCss:["#layers[style='z-index: 1;'] [style='height: 100px;'] { height: 400px !important; }"],liveSubtitleRule:{containerSelector:".css-175oi2r.r-13awgt0.r-1pi2tsx.r-13qz1uu > [role='listbox']",reportSelector:".css-175oi2r.r-1awozwy.r-173mn98.r-1mf7evn.r-7e3msg",textSelectors:[".css-1rynq56.r-bcqeeo.r-qvutc0.r-37j5jr.r-a023e6.r-16dba41.r-dhbnww.r-1pb70le"],mutationChangeDelay:1e3}},"subtitleRule.add_v.[1.2.1]":{type:"twitter",videoPlayerSelector:"video",loadingStyle:"bottom: unset; top: 5%;",injectedCss:["#layers[style='z-index: 1;'] [style='height: 100px;'] { height: 400px !important; }","video::cue {white-space: pre-line;}"]}},{id:"threads",matches:"www.threads.net",selectors:["p",".x1npkx4u.x1exu5d8",".xw7yly9",".xgkxs2y",".x1xdureb.xqti54a.x13vxnyz",".xqti54a.x13vxnyz.x49hn82.xcrlgei.x889kno"],stayOriginalSelectors:[".x1rg5ohu",".xat24cr.xdj266r a"],"excludeSelectors.add":[".x6s0dn4.x78zum5",".xpvyfi4.x1npkx4u.x1ms6mhf"],globalStyles:{span:"max-height:unset;-webkit-line-clamp:unset;height:unset;white-space:unset;"}},{id:"stackoverflow",matches:["stackoverflow.com","*.stackexchange.com","superuser.com","askubuntu.com","serverfault.com"],extraBlockSelectors:["span.comment-copy"],globalStyles:{".s-post-summary--content-excerpt":"-webkit-line-clamp:unset;"},"excludeSelectors.add":[".votecell","header","#footer","#question-header + div","div.postcell div.mb0","div[id^=comments-link-]","#answers-header",".new-post-login",".form-submit","a[href='/questions/ask']","#left-sidebar","a.comment-user","span.comment-date","div.s-prose.js-post-body + div",".bottom-notice","div[data-campaign-name=stk]",".s-post-summary--stats",".s-post-summary--meta"],paragraphMinTextCount:4,paragraphMinWordCount:2},{id:"appleDeveloper",matches:"developer.apple.com/documentation/*",selectors:[".container","h3.title","div.content"]},{id:"hackerNews",matches:"news.ycombinator.com",selectors:[".titleline > a",".comment > .commtext",".toptext","a.hn-item-title",".hn-comment-text",".hn-story-title"],excludeSelectors:[".reply"]},{id:"quora",matches:["*.quora.com","quora.com"],excludeSelectors:[".dom_annotate_multifeed_bundle_AskQuestionPromptBundle",".dom_annotate_feed_switcher","[class='q-box qu-py--small qu-color--gray_light']","[class='q-box spacing_log_answer_header']","[class='q-box qu-flex--auto']","[class='q-text qu-dynamicFontSize--small qu-mt--small qu-color--gray_light qu-passColorToLinks']",".AnswerFooter___StyledFlex-sc-2xbo88-0","[class='q-box qu-mb--small']"],globalStyles:{".qu-truncateLines--3":"-webkit-line-clamp: unset;"}},{id:"oldReddit",matches:["old.reddit.com/*/.compact","old.reddit.com/.compact","www.reddit.com/*/.compact","www.reddit.com/.compact"],selectors:[".title > a",".usertext-body"],detectParagraphLanguage:!0},{id:"otherOldReddit",matches:"old.reddit.com",selectors:["p.title > a","[role=main] .md-container"],detectParagraphLanguage:!0},{id:"redditList",matches:["https://www.reddit.com/r/*/comments/*/*","https://www.reddit.com/","https://www.reddit.com/hot/","https://www.reddit.com/new/","https://www.reddit.com/top/"],excludeMatches:["https://www.reddit.com/r/*/wiki/*"],observeUrlChange:!0,selectors:["h1",".PostHeader__post-title-line","[data-click-id=body] h3","[data-click-id=background] h3","[data-testid=comment]","[data-adclicklocation='title'] h3","[data-adclicklocation=media]","[data-testid='post-title-text']",".PostContent",".post-content",".Comment__body","faceplate-batch .md","[slot=comment]",".RichTextJSON-root","[slot=title]","[slot=text-body]","p.title > a","[role=main] .md-container"],detectParagraphLanguage:!0,globalStyles:{"div.XPromoBottomBar":"display:none","[class*='line-clamp']":"-webkit-line-clamp: unset"},waitForSelectors:["[data-testid=post_author_link]"],"inputConfig.add":{clearContentEnable:!1}},{id:"reddit",matches:"www.reddit.com",selectors:["#search-results-tab-slot","h1",".PostHeader__post-title-line","[data-click-id=body] h3","[data-click-id=background] h3","[data-testid=comment]","[data-adclicklocation='title'] h3","[data-testid='post-title-text']","[slot=comment]","[data-adclicklocation=media]",".PostContent",".post-content",".Comment__body","faceplate-batch .md","[slot=text-body]","p.title > a","[role=main] .md-container","#-post-rtjson-content",".RichTextJSON-root","[slot='title']"],excludeSelectors:[".text-neutral-content-weak"],paragraphMinTextCount:5,paragraphMinWordCount:2,excludeMatches:["https://www.reddit.com/r/*/wiki/*","https://www.reddit.com/settings/*"],detectParagraphLanguage:!0,globalStyles:{"div.XPromoBottomBar":"display:none","[class*='line-clamp']":"-webkit-line-clamp: unset"}},{id:"reuters",matches:"www.reuters.com",excludeSelectors:["[promotext]","[data-testid=Leaderboard]","[data-testid=HomeTickerV2]","[data-testid=SiteFooter]","[class^=refinitiv-promo-bar__container]","[data-testid=ResponsiveAdSlot]","[data-testid=SiteHeader]","[data-testid=HomeTickerV2]"]},{id:"npmjs",matches:"https://www.npmjs.com/package/*",selectors:["#tabpanel-readme > div:first-child"]},{id:"github",matches:"github.com",useIframePostMessage:!1,excludeMatches:["https://github.com/*/*/settings","https://github.com/settings/*","https://github.com/sponsors/*","https://github.com/readme/*","https://github.com/readme/","https://github.com/features/*","https://github.com/customer-stories/*"],mutationExcludeSelectors:[".react-blob-sticky-header *"],selectors:["h1","[aria-label=Issues] .markdown-title","[aria-labelledby=discussions-list] .markdown-title","h3 .markdown-title",".markdown-body",".Layout-sidebar p","div > span.search-match","li.repo-list-item p","#responsive-meta-container p","article p","div.repo-description p","[itemprop=description]",".integrations-auth-wrapper",".new-feed-onboarding-notice","article section[aria-label='card content'] > div > div > div > div:nth-child(2)",".TimelineItem-body .Link--primary",'[role="navigation"] p'],atomicBlockSelectors:["[itemprop=description]"],excludeSelectors:[".css-truncate","[data-test-selector='commit-tease-commit-message']","[data-test-selector='create-branch.developmentForm']","div.Box-header.position-relative","div.blob-wrapper-embedded","div.Box.Box--condensed.my-2","div.jp-CodeCell",'[aria-label="Account"] .markdown-title',".js-repos-container .markdown-title","a.anchor","div.file-navigation + div.Box"],extraBlockSelectors:[],extraInlineSelectors:["g-emoji","a.anchor"],stayOriginalTags:["CODE","TT","G-EMOJI","IMG","SUP","SUB"],detectParagraphLanguage:!0,globalStyles:{".TimelineItem-body .Link--primary":"-webkit-line-clamp: unset;"}},{id:"github-blog",matches:["github.blog"],injectedCss:["font {word-break: break-all !important;}"]},{id:"githubNotebook",matches:"notebooks.githubusercontent.com",useIframePostMessage:!1,excludeSelectors:["div.jp-CodeCell"]},{id:"facebook",matches:"www.facebook.com",excludeMatches:["https://www.facebook.com/business/*","https://www.facebook.com/help*"],selectors:["div[dir=auto][style]","div[dir=auto][class]","span[lang]"],atomicBlockSelectors:["div[dir=auto][style]","div[dir=auto][class]","span[lang]"],insertPosition:"afterend",preWhitespaceDetectedTags:["DIV","SPAN"],extraBlockSelectors:["span.x1vvkbs"],excludeSelectors:["[role=button]"],translationClasses:["immersive-translate-text"],detectParagraphLanguage:!0},{id:"youtubeMobile",matches:"m.youtube.com",selectors:[".comment-text","#content-text",".media-item-headline",".slim-video-information-title",".yt-spec-button-view-model",".yt-core-attributed-string > span",".title"],shareConfig:{injectCss:!1,removeSelectors:["iron-iconset-svg","iframe","ytd-watch-next-secondary-results-renderer","noscript","script"]},"mutationConfig.add":{checkSelfUpdate:!1},"excludeTags.remove":["BUTTON"],additionalExcludeSelectors:[".ytp-caption-window-container","text"],"subtitleRule.add":{type:"youtube",subtitleUrlRegExp:"(/api/timedtext|videoplayback\\?expire.*text)",translateSelectors:[".caption-window",".caption-visual-line"],videoPlayerSelector:".html5-video-player.playing-mode,.html5-video-player.paused-mode",loadingContainerSelector:".ytp-caption-window-container",videoADSelector:".ytp-ad-player-overlay",injectedCss:["#player-shorts-container .ytp-caption-window-bottom {top: 40px; bottom: unset!important;}"],videoSelector:".html5-video-player.playing-mode video,.html5-video-player.paused-mode video",translationOnlyPattern:["m.youtube.com/watch*","m.youtube.com/embed*","m.youtube.com/shorts*"],attachRule:{appendSelector:".html5-video-player.playing-mode,.html5-video-player.paused-mode",injectedCSS:[".imt-caption-container {z-index:40;}"],injectedGlobalCSS:[".caption-window {display: none;} ","shorts-video #immersive-translate-caption-window { height: 150px;}"]}},wrapperPrefix:"",wrapperSuffix:"",observeUrlChange:!0,atomicBlockSelectors:[".comment-text"],globalStyles:{".comment-text":"max-height:unset;",".media-item-headline":"max-height:unset;-webkit-line-clamp:unset;"},injectedCss:[".immersive-translate-target-wrapper img { width: 16px; height: 16px }"],extraBlockSelectors:[".caption-visual-line"]},{id:"youtube",matches:"www.youtube.com",blockMinTextCount:0,blockMinWordCount:0,detectParagraphLanguage:!0,lineBreakMaxTextCount:0,shareConfig:{injectCss:!1,removeSelectors:["iron-iconset-svg","iframe","ytd-watch-next-secondary-results-renderer","noscript","script"]},"additionalExcludeSelectors.add":[".ytp-caption-window-container","text"],globalStyles:{"#video-title":"-webkit-line-clamp: unset;max-height: unset;","h1.ytd-watch-metadata":"-webkit-line-clamp: unset;max-height: unset;","yt-formatted-string#video-title":"-webkit-line-clamp: unset;max-height: unset;","ytd-expander.ytd-comment-renderer":"--ytd-expander-max-lines: 1000;"},injectedCss:[".immersive-translate-target-wrapper img { width: 16px; height: 16px }",".metadata-snippet-container {max-height: unset !important;}",".immersive-translate-target-wrapper {text-align: left;}",".immersive-translate-target-wrapper[dir=rtl] {text-align: right;}"],isTranslateTitle:!1,observeUrlChange:!0,selectors:["yt-formatted-string[slot=content].ytd-comment-renderer","yt-formatted-string.ytd-video-renderer","yt-formatted-string#content-text","h1","yt-formatted-string#video-title","yt-formatted-string.span","span#video-title","a#video-title","yt-formatted-string.ytd-transcript-segment-renderer","#description-inline-expander > yt-attributed-string > span","yt-attributed-string > span","ytd-notification-renderer .message","#message",".yt_to_text_transcript_text"],extraBlockSelectors:["yt-formatted-string.ytd-transcript-segment-renderer",".caption-visual-line"],"subtitleRule.add":{type:"youtube",subtitleUrlRegExp:"(/api/timedtext|videoplayback\\?expire.*text)",translateSelectors:[".caption-window",".caption-visual-line"],videoPlayerSelector:".html5-video-player.playing-mode,.html5-video-player.paused-mode",loadingContainerSelector:".ytp-caption-window-container",videoADSelector:".ytp-ad-player-overlay",translationOnlyPattern:["www.youtube.com/watch*","www.youtube.com/embed*","www.youtube.com/shorts*"],subtitleButtonSelector:".html5-video-player.playing-mode .ytp-subtitles-button,.html5-video-player.paused-mode .ytp-subtitles-button",languageSelector:".ytp-menuitem-label",injectedCss:["#shorts-player .ytp-caption-window-bottom {top: 2%; bottom: unset!important;} #immersive-translate-quick-button-container {font-size: 12px;z-index:1001;}"],quickButtonRule:{appendSelector:".ytp-chrome-controls",insertBeforeSelector:".ytp-right-controls"},videoSelector:".html5-video-player.playing-mode video,.html5-video-player.paused-mode video",attachRule:{appendSelector:".html5-video-player.playing-mode,.html5-video-player.paused-mode",injectedCSS:[".imt-caption-container {z-index:40;}",".imt-caption-window {margin-bottom: 2%}"],injectedGlobalCSS:[".caption-window {display: none;} ","#shorts-player #immersive-translate-caption-window { height: 20%;}",".html5-video-player:not(.ytp-autohide) #immersive-translate-caption-window {bottom: 60px;}"]}},urlChangeDelay:2e3,wrapperPrefix:"
",wrapperSuffix:""},{id:"tvYoutube",matches:"tv.youtube.com","subtitleRule.add":{type:"youtube",preTranslation:!0,humanPreferred:!1,subtitleUrlRegExp:"(/api/timedtext|videoplayback\\?expire.*text)",translateSelectors:[".caption-window",".caption-visual-line"],videoPlayerSelector:".html5-video-player.playing-mode,.html5-video-player.paused-mode",loadingContainerSelector:".ytp-caption-window-container",videoADSelector:".ytp-ad-player-overlay",translationOnlyPattern:["tv.youtube.com/watch*"],subtitleButtonSelector:".ytp-subtitles-button",languageSelector:".ytp-menuitem-label",injectedCss:["#shorts-player .ytp-caption-window-bottom {top: 2%; bottom: unset!important;} #immersive-translate-quick-button-container {font-size: 12px;z-index:1001;}"],quickButtonRule:{appendSelector:".ypcs-control-buttons-right",insertBeforeSelector:".ypcs-control-buttons-right .ypcs-volume-control-slot"},videoSelector:".html5-video-player.playing-mode video,.html5-video-player.paused-mode video",attachRule:{appendSelector:".html5-video-player.playing-mode,.html5-video-player.paused-mode",injectedCSS:[".imt-caption-container {z-index:40;}",".imt-caption-window {margin-bottom: 2%;}"],injectedGlobalCSS:[".caption-window {display: none;} ","#shorts-player #immersive-translate-caption-window { height: 20%;}",".html5-video-player:not(.ytp-autohide) #immersive-translate-caption-window {bottom: 60px;}"]}}},{id:"youtube-subtitle",matches:["www.youtube-nocookie.com","music.youtube.com"],extraBlockSelectors:[".caption-visual-line"],mainFrameMinTextCount:0,"excludeSelectors.add":[".captions-text",".ytp-caption-segment"],"subtitleRule.add":{type:"youtube",subtitleUrlRegExp:"/api/timedtext",translateSelectors:[".caption-window",".caption-visual-line"],videoPlayerSelector:".html5-video-player",loadingContainerSelector:".ytp-caption-window-container",videoADSelector:".ytp-ad-player-overlay",translationOnlyPattern:["www.youtube-nocookie.com/embed*","music.youtube.com/watch*"],subtitleButtonSelector:".ytp-subtitles-button",languageSelector:".ytp-menuitem-label",injectedCss:["#shorts-player .ytp-caption-window-bottom {top: 2%; bottom: unset!important;}"],quickButtonRule:{appendSelector:".ytp-chrome-controls",insertBeforeSelector:".ytp-right-controls"},videoSelector:".html5-video-player video",attachRule:{appendSelector:".html5-video-player",injectedCSS:[".imt-caption-container {z-index:40;}",".imt-caption-window {margin-bottom: 2%;}"],injectedGlobalCSS:[".caption-window {display: none;} ","#shorts-player #immersive-translate-caption-window { height: 20%;}",".html5-video-player:not(.ytp-autohide) #immersive-translate-caption-window {bottom: 60px;}"]}}},{id:"instagramMessage",matches:["https://www.instagram.com/direct/*"],wrapperPrefix:"
",selectors:["div[dir=auto].html-div"]},{id:"instagramPost",matches:["https://www.instagram.com/p/*","https://www.instagram.com/reels/*"],blockMinTextCount:1,paragraphMinTextCount:2,excludeSelectors:["hr+div span[dir=auto][style] > span"],selectors:["h1","ul li h3+div span[dir=auto]","hr+div span[dir=auto][style]","div > div[dir=auto]","div:not([class]) > div > div:nth-child(2)"],wrapperPrefix:"
"},{id:"otherInstagram",blockMinWordCount:1,matches:"https://www.instagram.com/*",paragraphMinTextCount:2,selectors:["h1","article span[dir=auto] > span[dir=auto]","._ab1y","ul li h3+div span[dir=auto]","hr+div span[dir=auto][style]","span[dir=auto] > div > span","div > h1[dir=auto]"],wrapperSuffix:""},{id:"1paragraph",matches:"1paragraph.app",selectors:["#book"]},{id:"poeditor",matches:"https://poeditor.com/projects/*",selectors:[".comment-body",".reference_language .source-string"]},{id:"substack",matches:["*.substack.com","newsletter.rootsofprogress.org"],selectorMatches:["link[href^='https://substackcdn.com/bundle/'][rel=preload]"],excludeSelectors:["[style^=top]",".publication-footer",".subscribe-footer",".main-menu",".navbar-title-link","[data-testid='navbar']",".navbar-title",".captioned-button-wrap",".subscription-widget-wrap",".tweet-header",".tweet-link-bottom",".expanded-link",".meta-subheader",".comment-meta",".comment-actions"],globalStyles:{".reader2-clamp-lines":"max-height: unset; -webkit-line-clamp: unset;","[class*='clamp-']":"max-height: unset; -webkit-line-clamp:unset;",".blurb-text":"max-height: unset;",".comment-body":"max-height: unset;"},extraBlockSelectors:[".reader2-post-title",".tweet-link-top",".tweet-link-bottom",".expanded-link"]},{id:"seekingalpha",matches:["seekingalpha.com/article/*","seekingalpha.com/news/*"],selectors:["[data-test-id=card-container]","[data-test-id=comments-section]"],excludeSelectors:["[data-test-id=post-page-meta]","header > div:first-child"]},{id:"hnAlgolia",matches:"hn.algolia.com",selectors:[".Story_title > a:first-child",".Story_comment > span"]},{id:"readwise",matches:"read.readwise.io",selectors:["div[class^='_titleRow_']","#document-text-content"],detectParagraphLanguage:!0},{id:"inoreader",matches:["www.inoreader.com","*.inoreader.com"],selectors:[".article_header_title",".article_title_link",".article_content",".article_magazine_title_link",".blog-post-page","#welcome_center",".gad_overview_articles_wrapper",".library_article_text h4",".header_name"],excludeMatches:["https://www.inoreader.com/features/"],observeUrlChange:!1,globalStyles:{".article_title_link,.library_article_text h4,.gadget_overview_article_title,.article_magazine_title_link,.reader_pane_view_style_2 .column_view_title":"-webkit-line-clamp: unset;max-height: unset;",".article_tile_content_wraper,div.article_tile":"overflow:auto",".article_header_title":"white-space:normal"}},{id:"aha",matches:"*.ideas.aha.io",excludeSelectors:[".comment-header",".vote-status",".idea-meta",".filters-title",".ideas-showing-count",".my-ideas-filters-wrapper",".statuses-filters-wrapper",".categories-filters-wrapper","[class^='attachment']","span[class^='attachment-name']"]},{id:"googleScholar",matches:["scholar.google.*/*","scholar.google.com.*/*","scholar.google.co.*/*"],wrapperPrefix:` -`,selectors:["h3 a[data-clk]","div.gs_rs","td a.gsc_a_at","td div.gs_gray:last-of-type","div.gsc_oci_value","#gs_opinion"],extraInlineSelectors:["br"],atomicBlockSelectors:["h3 a[data-clk]"]},{id:"googleMail",matches:"mail.google.com",detectParagraphLanguage:!0,selectors:["h2[data-thread-perm-id]","span[data-thread-id]","div[data-message-id] div[class='']",".messageBody","#views"],globalStyles:{"[role='listitem'] > div":"height:auto!important;white-space:unset!important;"}},{id:"googleNews",matches:"news.google.com",blockMinTextCount:26,blockMinWordCount:5,globalStyles:{".MCAGUe":"height: auto;",".To2ZZb.DbQnIe":"height: unset;",".cp7Yvc > h2":"display: block;",".oovtQ":"height: auto;",h4:"-webkit-line-clamp: unset;"},excludeSelectors:[".EyERq",".AOl7G.eejsDc","[aria-label='Home']","[aria-label='For you']","[aria-label='Following']","[aria-label='World']","[aria-label='Local']",".gb_Fc",".wBQf7b",".yPI8Rb",".jKHa4e",".u43Gd",".Zgjpyb","[role='button']","[jsname='rymPhb']",".cbz1ld",".VfPpkd-P5QLlc",".XvhY1d"]},{id:"outlook",matches:"outlook.live.com",excludeSelectors:[".jHAG3.XG5Jd",".OZZZK",".lDdSm"]},{id:"producthunt",matches:"www.producthunt.com",excludeMatches:"https://www.producthunt.com/stories/*",selectors:["h2","div[class^='styles_htmlText__']","[class^='styles_tagline']","a[href^='/discussions/'].fontWeight-600","button[class^='styles_textButton'] > div > span","h5 + p","div[data-test=product-item-name] + div",".noOfLines-1,.noOfLines-2,.noOfLines-3",".fontWeight-600","[class*='styles_dropdown']","[class*='styles_aboutText']"],globalStyles:{"h5 + p":"height:unset;",".noOfLines-1,.noOfLines-2,.noOfLines-3":"-webkit-line-clamp:unset;"},"excludeTags.remove":["PRE"]},{id:"codeforces",matches:"https://codeforces.com/*","stayOriginalTags.add":["[class^='MathJax']"]},{id:"discord",matches:"https://discord.com/channels/*",isTranslateTitle:!1,selectors:["li[id^=chat-messages] div[id^=message-content]","div[class^=headerText]","section[aria-label='Search Results'] div[id^=message-content]"],extraBlockSelectors:["[class^='embedFieldValue']","li[class^='card'] div[class^='message']","[data-list-item-id^='forum-channel-list'] div[class^='headerText']"],globalStyles:{"div[class^=headerText]":"max-height: unset;","div[class^=message]":"max-height: unset;","div[class^=text]":"max-height: unset;","h3[data-text-variant='heading-lg/semibold']":"-webkit-line-clamp: none;"},detectParagraphLanguage:!0,wrapperPrefix:"
",wrapperSuffix:"",paragraphMinTextCount:4,paragraphMinWordCount:2},{id:"telegram",matches:["web.telegram.org/z/*","web.telegram.org/a/*"],isTranslateTitle:!1,selectors:[".text-content",".message",".reply-markup-button-text",".bot-commands-list-element-description"],"extraBlockSelectors.add":[".message.spoilers-container em",".message.spoilers-container strong"],excludeSelectors:[".time",".peer-title",".document-wrapper",".message.spoilers-container custom-emoji-element"],detectParagraphLanguage:!0},{id:"telegramK",matches:["web.telegram.org/k/*","web.telegram.org/k/"],selectors:[".message",".reply-markup-button-text",".bot-commands-list-element-description"],"extraBlockSelectors.add":[".message.spoilers-container em",".message.spoilers-container strong"],excludeSelectors:[".time",".peer-title",".document-wrapper",".message.spoilers-container custom-emoji-element"],detectParagraphLanguage:!0},{id:"githubGist",matches:"gist.github.com",selectors:[".markdown-body",".readme"],detectParagraphLanguage:!0},{id:"lobste",matches:"lobste.rs",excludeMatches:["https://lobste.rs/about","https://lobste.rs/chat"],selectors:[".u-repost-of",".comment_text",".story_text"]},{id:"slack",matches:"*.slack.com",selectors:[".p-rich_text_block",".p-message_pane__foreword",".c-alert__message","[data-qa=message_attachment_text]"],additionalStayOriginalSelectors:["[data-qa=emoji]"],detectParagraphLanguage:!0},{id:"artstationArtwork",matches:"www.artstation.com/artwork/*",excludeSelectors:".project-description a",selectors:[".project-description","div.project-comment-text"],detectParagraphLanguage:!0},{id:"artstationLearning",matches:"www.artstation.com/learning/courses/*",additionalSelectors:["footer.learning-course-description.ng-star-inserted > span"],excludeSelectors:[".learning-card-meta",".vjs-text-track-display"],"mutationExcludeSelectors.add":[".vjs-text-track-display *"],"subtitleRule.add":{type:"webvtt",subtitleUrlRegExp:"/subtitles/.*\\.(vtt|webvtt)$",loadingContainerSelector:".vjs-text-track-display",quickButtonRule:{appendSelector:".vjs-control-bar",insertBeforeSelector:".vjs-playback-rate",injectCSS:".imt-quick-subtitle-button { font-size: 12px;} .logo,.logo svg { height: 18px !important; width: 18px !important;} .imt-quick-subtitle-pop-content {bottom: 38px !important;}"},videoSelector:"video",attachRule:{appendSelector:".video-js",injectedGlobalCSS:[".vjs-text-track-display {display: none;}",".captions-text: {margin-bottom: 10%;}"]}}},{id:"artstationBlog",matches:["https://www.artstation.com/blogs","https://www.artstation.com/blogs/*"],detectParagraphLanguage:!0,additionalSelectors:[".comment-item-body"],atomicBlockSelectors:[".author-headline",".author-location"],excludeSelectors:["blog-card-thumbnail","blog-card-header",".blog-card-author",".blog-card-meta",".blog-view-header",".blog-grid-title",".post-meta-header"]},{id:"figmaCommunity",matches:"www.figma.com/community/*",normalizeBody:"div.ql-editor[contenteditable='false']",excludeSelectors:["div[class*='metadataRight']","div[class*='commentMetaAndOptions']"],globalStyles:{"div[class*='mini_cardBottomRowSizing']":"height: 3em;"},additionalSelectors:["div[class*='mini_cardBottomRow_Metadata']"],stayOriginalSelectors:["[data-tooltip='tooltip-user-info']"]},{id:"googleIndex",matches:["https://www.google.com/","https://www.google.com.hk/"],excludeSelectors:["#gb","#SIvCob"],inputTutorialsText:"\u8BD5\u8BD5\u8F93\u5165\u4E2D\u6587\u540E\u5FEB\u901F\u8FDE\u51FB 3 \u6B21\u7A7A\u683C\u952E\u7FFB\u8BD1\uFF08\u4EC5\u63D0\u793A\u4E00\u6B21\uFF09",inputTutorialsSelectors:["textarea#APjFqb"],"inputConfig.add":{tutorialsText:"\u8BD5\u8BD5\u8F93\u5165\u4E2D\u6587\u540E\u5FEB\u901F\u8FDE\u51FB 3 \u6B21\u7A7A\u683C\u952E\u7FFB\u8BD1\uFF08\u4EC5\u63D0\u793A\u4E00\u6B21\uFF09",tutorialsSelectors:["textarea#APjFqb"]}},{id:"googleSearch",matches:"www.google.*/search*",blockMinTextCount:32,blockMinWordCount:3,wrapperSuffix:"",detectParagraphLanguage:!0,excludeSelectors:["a h3 + div","div#sfooter","a[role=presentation] > div > div:first-child",".b5ZQcf",".CEMjEf",".MgUUmf.NUnG9d","#result-stats","[role=navigation]","div.sCuL3","div.eFM0qc.BCF2pd","div.WZ8Tjf","div.adDDi","#headerSection","#rateChatDiv","[id=bres]",".title-D5Lgyj","[data-attrid='VisualDigestVideoResult']",".search-enhance-WDIEkP h4",".SPZz6b h2",".CtCigf",".VLkRKc",".EbH0bb",".Wr0c6d",".jleFbf","#searchform",".yg51vc",".CbAZb"],extraBlockSelectors:[".MUFPAc"],"additionalExcludeSelectors.add":["[jscontroller='UsftYd']"],globalStyles:{".V82bz":"-webkit-line-clamp: unset;max-height: unset;margin-bottom:30px",".pe7FNb":"-webkit-line-clamp: unset;",".promotion-3PDMAb":"display: none;",".uAKcGb":"-webkit-line-clamp: unset;max-height: unset;margin-bottom:30px","div[data-content-feature='1'] > div":"-webkit-line-clamp: unset;max-height: unset;","div[style='-webkit-line-clamp:2']":"-webkit-line-clamp: unset;max-height: unset;","div[style='-webkit-line-clamp:3']":"-webkit-line-clamp: unset;max-height: unset;","div[style='-webkit-line-clamp:4']":"-webkit-line-clamp: unset;max-height: unset;",".Pw4Ldf.RsCEN":"height:unset;",".related-question-pair":"overflow:auto;"},ignoreZhCNandZhTW:!0,isTranslateTitle:!1,searchEnhancementConfig:[{id:"google",urlMatch:"https://www\\.google\\..+/search",style:{source:"font-size:12px; margin-bottom: 6px;",enTitle:"margin-top:6px;font-size:14px;",searchTitle:"margin-top:6px;position:relative;padding-right:24px;",more:"color:#1a0dab;margin-top:8px;",enTitleClassName:"immersive-translate-search-enhancement-en-title"},keyword:{value:"[0]$1",matches:[{source:"url",matchRegex:"q=(.+?)&"}]},showCount:5}]},{id:"lowendtalk",matches:"lowendtalk.com",selectors:["[role=heading]","h1",".userContent"]},{id:"linkedinJobs",matches:"www.linkedin.com/jobs/*",selectors:["#job-details > span",".decorated-job-posting__details"]},{id:"linkedinFeed",matches:"https://linkedin.com/feed/*",selectors:["h1",".feed-shared-update-v2__description-wrapper"]},{id:"indiehackers",matches:"www.indiehackers.com",selectors:[".content","h1","h3.story__title",".feed-item__title-link",".article-body",".interview-body"]},{id:"libreddit",matches:"libreddit.de",selectors:["h2.post_title",".comment_body > .md"]},{id:"notionSite",matches:["notion.site","*.notion.site"],normalizeBody:"body",selectors:["div[data-block-id]"]},{id:"notion_so",matches:["www.notion.so"],injectedCss:["[aria-label='Templates'] font br {display:none;}"]},{id:"newyorker",matches:"www.newyorker.com",additionalSelectors:["h1","[data-testid=SummaryItemHed]"],excludeSelectors:["[data-testid=PersistentTop]","[data-testid=StackedNavigationHeader]"],urlChangeDelay:2e3},{id:"startme",matches:"start.me",selectors:[".rss-article__title",".rss-articles-list__article-link",".rss-showcase__title",".rss-showcase__text"]},{id:"scmp",matches:"www.scmp.com",additionalSelectors:[".info__subHeadline",".section-content h2"],globalStyles:{".topic__article-list":"height: unset;",".adverisers__adveriser":"height: unset;",".advertiser__content":"height: unset;",".content-title__link":"display:unset;overflow:unset;-webkit-line-clamp:unset;",".title__text":"max-height:unset; -webkit-line-clamp:unset;",".news-list-item__news-title":"max-height:unset; -webkit-line-clamp:unset;","a[class*='link'] > .link__headline":"max-height:unset; -webkit-line-clamp:unset;"},"bodyRule.add":{bodySelector:"[data-qa='ArticleList-Item']",articleSelector:"[data-qa='GenericArticle-Content']",xpathRule:["datatype:p"]}},{id:"lesswrong",matches:"www.lesswrong.com",extraBlockSelectors:["span.commentOnSelection"]},{id:"mastodon",matches:["mastodon.social","mastodon.online","kolektiva.social","indieweb.social","mastodon.world","infosec.exchange"],isTranslateTitle:!1,selectorMatches:["div#mastodon"],selectors:["div.status__content__text",".about__section__body",".content",".form-container",".account__header__extra"],globalAttributes:{"[class='notranslate app-holder']":{class:"app-holder"}},detectLanguage:!0},{id:"cnbc",matches:"www.cnbc.com",urlChangeDelay:1e3,globalStyles:{"div.Card-titleContainer > div":"-webkit-line-clamp: unset;max-height: unset;"},"excludeSelectors.add":["#GlobalNavigation","#GlobalFooter",".LiveBlogHeader-timestampAndShareBarContainer",".LiveBlogHeader-liveUpdatesPill"]},{id:"dailyDev",matches:"app.daily.dev",selectors:["h1",".typo-body","article h3","[class^=markdown_markdown]"],globalStyles:{".line-clamp-3":"-webkit-line-clamp: unset"}},{id:"pornhub",matches:["*.pornhub.com","pornhub.com"],excludeMatches:["*.pornhub.com/insights/*","pornhub.com/insights/*"],extraBlockSelectors:[".trendingNow",".searchItem",".tagcloud > a"],detectParagraphLanguage:!0,wrapperPrefix:"
",wrapperSuffix:` +?`]},azure:{placeholderDelimiters:["@","#"]},you:{placeholderDelimiters:["@","#"]},openl:{placeholderDelimiters:["@","#"]},niu:{placeholderDelimiters:["@","#"]}},shortcuts:{toggleTranslatePage:"Alt+A",toggleTranslateTheWholePage:"Alt+W",toggleOnlyTransation:"",toggleTranslateToThePageEndImmediately:"",toggleTranslationMask:"",shareToDraft:"",toggleMouseHoverTranslateDirectly:""},tempTranslateDomainMinutes:0,translationParagraphLanguagePattern:{matches:["onboarding.immersivetranslate.com","www.reddit.com","old.reddit.com","twitter.com","www.tumblr.com","*.twitter.com","medium.com","*.medium.com","github.com","gist.github.com","www.facebook.com","www.youtube.com","m.youtube.com","read.readwise.io","www.inoreader.com","mail.google.com","google.com","discord.com","*.instagram.com","instagram.com","web.telegram.org","web.whatsapp.com","*.slack.com","*.indeed.com","outlook.live.com","https://bsky.app","store.steampowered.com","test-app.immersivetranslate.com","app.immersivetranslate.com"],excludeMatches:[],selectorMatches:["meta[property='al:ios:url'][content^='medium://']"],selectorExcludeMatches:[]},sourceLanguageUrlPattern:{},selectTranslationFont:"",translationFonts:["Microsoft YaHei","SimSun","NSimSun","SimHei","Microsoft JhengHei","KaiTi","FangSong","PingFang SC","STHeiti","STKaiti","STSong","STFangsong","STZhongsong","STHupo","STXinwei","STLiti","STXingkai","Hiragino Sans GB","Lantinghei SC","Hanzipen SC","Hannotate SC","Songti SC","Wawati SC","Weibei SC","Xingkai SC","Yapi SC","Yuanti SC","Arial Unicode MS","MingLiU-ExtB","Malgun Gothic","Arial","Calibri","Cambria","Candara","Consolas","Constantia","Corbel","Courier New","Georgia","Lucida Console","MingLiU","PMingLiU","MingLiU_HKSCS","Meiryo","MS Gothic","MS PGothic","MS UI Gothic","MS Mincho","MS PMincho","Segoe UI","Segoe UI Symbol","Tahoma","Times New Roman","Trebuchet MS","Verdana","Gulim","Dotum","Batang","Gungsuh","San Francisco","Helvetica Neue","Hiragino Mincho ProN","Hiragino Kaku Gothic ProN","Yu Gothic","Yu Mincho","Geeza Pro","Al Nile","Tehran","Devanagari MT","Kohinoor Devanagari","Apple SD Gothic Neo","Nanum Gothic"],generalRule:{_comment:"",isTranslateWhenServiceChanged:!0,glossaries:[{k:"LLM",v:""},{k:"LLMs",v:""}],excludeRegexps:["(<\\\\/?[a-zA-Z0-9]+(?:[^>]*?)>)","(||||||||||
|
)"],detectionServiceOrder:["google","bing","transmart"],detectParagraphLanguage:!1,paragraphFirstLetterFontSize:35,toastErrorMinTimes:20,enableSubtitle:!1,"subtitle.autoEnableSubtitle":!1,disableNewTextTranslate:!1,skipEditableCheck:!1,mutationObserverLimitTargetSelectors:[],condition:{},normalizeBody:"",inputExecCommandDeleteEnable:!1,inputConfig:{clearContentEnable:!0,execCommandDeleteEnable:!1},mutationExcludeSelectors:["span.highlighter--highlighted","span.highlighter-ext","mark","msreadoutspan","rw-highlight","web-highlight","font.immersive-translate-target-wrapper *","pre",".uacc-clickable"],mutationExcludeContainsSelectors:["msreadoutspan","[class*='rgh-seen-']","[isInvalidTag]","mh","body","relin-hc"],atomicBlockSelectors:["relin-hc"],shareConfig:{injectCss:!0,removeSelectors:["noscript","script"]},mutationConfig:{consumeTimeout:100,buildTimeout:100,checkSelfUpdate:!0},useIframePostMessage:!1,searchEnhancementConfig:[],injectedCss:[],isOnBoardingPage:!1,isEbook:!1,isEbookBuilder:!1,ignoreZhCNandZhTW:!1,showSponsorOnSafari:!1,noTranslateRegexp:["^\\d+.+ago$","^\\d+\\s+MIN\\s+READ$"],waitForSelectors:[],isInjectOptionsUrl:!1,isInjectVersion:!1,isInjectMeta:!1,waitForSelectorsTimeout:3e3,pairs:{},aiRule:{},subtitleRule:{isInject:!0,autoEnableSubtitle:!1,preTranslation:!1,humanPreferred:!0,disabled:!1,hookType:"xhr",showQuickButton:!0,backgroundColor:"#080808",backgroundOpacity:"75",sourceTextColor:"#FFFFFF",translationTextColor:"#FFFFFF",sourceFontSize:"100",translationMode:"dual",translationPosition:"bottom",translationFontSize:"100",translateGroupCount:5,velocityGroup:[1,3,20]},bodyRule:{enable:!0,maxBodyScreenLength:25,articleChildTags:["P"],articleChildTagsNum:4,bodyIsRoot:!1,humanPreferred:!0,preTranslation:!0,xpathRule:["name:P"]},isSubtitleBuilder:!1,minZIndex:0,initTranslationServiceAsSoonAsPossible:!0,targetWrapperTag:"font",additionalInjectedCss:[],isTranslateTitle:!0,enableSearchEnhancement:!1,searchEnhancementSelector:"#rhs",languageDetectMinTextCount:50,wrapperPrefix:"smart",wrapperSuffix:"smart",isPdf:!1,pdfUrlExtractRule:{},isTransformPreTagNewLine:!1,urlChangeDelay:50,mutationChangeDelay:10,mainFrameMinTextCount:50,mainFrameMinWordCount:5,visibleDelay:0,additionalStayOriginalSelectors:["span.katex","span.notranslate",".MathJax_Preview",".MathJax",".MathJax_SVG",'[aria-labelledby^="MathJax-SVG"]',".mwe-math-element","span[translate=no]","em[translate=no]","code[translate=no]","span.math.inline","span.math.display",".ltx_Math",".mathjax-block",".MathJax_CHTML","kbd","span.pretex-inline","span.math-inline",".reference-citations"],translationBlockStyle:"",isShowUserscriptPagePopup:!0,observeUrlChange:!1,paragraphMinTextCount:4,paragraphMinWordCount:2,shadowRootSelectors:[],blockMinTextCount:24,blockMinWordCount:4,asideMaxTextCount:1e3,asideMaxWordCount:200,asideMaxTextCountPerParagraph:67,asideMaxWordCountPerParagraph:12,lineBreakMaxTextCount:0,globalAttributes:{},inputTutorialsText:"",inputTutorialsSelectors:[],globalMeta:{},globalStyles:{},initialGlobalAttributes:{},initialSelectorGlobalAttributes:{header:{translate:"no"},"footer:last-of-type":{translate:"no"},"nav:last-of-type":{translate:"no"},nav:{translate:"no"}},selectors:[],preWhitespaceDetectedTags:["DIV","SPAN"],stayOriginalSelectors:[],additionalSelectors:["h1","section h2","section h3","section h4","main h2","main h3","main h4",".article-title",".article-subtitle",".article_title",".article_subtitle",".article__title",".articleTitle",".Article__content",".titleLink",".summary",".headline",".page-content","aside.note","aside.article-comments","aside.onebox"],atomicBlockTags:[],excludeSelectors:[],additionalExcludeSelectors:['[contenteditable="true"]',".uacc-clickable","#monica-content-root","#immersive-translate-popup",".social-share",".breadcrumbs",".post__footer",".btn",".share-nav",".o-share","[data-toolbar=share]","rp","rt",".prism-code",".rc-CodeBlock","[role=code]","#omni-extension",".omni-item","div[data-paste-markdown-skip]","table.highlight","div[class^=codeBlockContent]","div[class^=codeBlockLines]","div[class^=token-line]","#liuchan-window > .liuchan-container > *",".material-icons","i.fa","i[class^=fa-]",".notranslate","[translate=no]",".navmenu-container",".google-symbols","h1 br","h2 br","h3 br","h4 br","table thead"],translationClasses:[],excludeTags:["TITLE","LINK","SCRIPT","STYLE","TEXTAREA","SVG","svg","G","NOSCRIPT","BUTTON","BASE","HR","PRE","KBD","WBR","RT","RP","META","MATH","TTS-SENTENCE","AIO-CODE","RELIN-TARGET"],bodyTranslateTags:["FOOTER","ASIDE","BUTTON","NAV"],forceTranslateTags:[],metaTags:["META","SCRIPT","STYLE","NOSCRIPT"],additionalExcludeTags:[],stayOriginalTags:["CODE","TT","IMG","SUP","SUB","SAMP","math","semantics","mrow","mo","mfrac","msup","mi","mn","msqrt","d-math"],additionalStayOriginalTags:[],inlineTags:["A","ABBR","FONT","ACRONYM","B","INS","DEL","RUBY","RP","RB","BDO","MARK","BIG","RT","NOBR","CITE","DFN","EM","I","LABEL","Q","S","SMALL","SPAN","STRONG","SUB","SUP","U","KBD","TT","VAR","IMG","CODE","SCRIPT","STYLE","LINK","TIME","META","WBR","RELIN-HC","RELIN-HIGHLIGHT","RELIN-ORIGIN","RELIN-TARGET","XQDD_HIGHLIGHT_NEW_WORD","NOBR","RW-HIGHLIGHT","HYPOTHESIS-HIGHLIGHT"],additionalInlineTags:[],extraInlineSelectors:["p > a span","p > span a span"],additionalInlineSelectors:[".MathJax_Preview",".MathJax",".highlighter--highlighted",".rw-highlight","ruby *"],extraBlockSelectors:["turbo-frame","readme-toc","#hs_cos_wrapper_post_body","#hs_cos_wrapper_post_body","option","ul > li"],allBlockTags:["BODY","HGROUP","CONTENT","ADDRESS","ARTICLE","ASIDE","DETAILS","BLOCKQUOTE","SELECT","OPTION","CANVAS","DD","DL","DT","FIELDSET","FIGCAPTION","FIGURE","FOOTER","HEADER","FORM","HR","MAIN","SUMMARY","NAV","NOSCRIPT","PRE","SECTION","TABLE","TFOOT","UL","VIDEO","P","DIV","H1","H2","H3","H4","H5","H6","UL","LI","OL","BR","PICTURE","TBODY","TR","TD","TH","SOURCE","C-WIZ","BUTTON","TURBO-FRAME","README-TOC"],mutationObserverContainerSelectors:[],pdfNewParagraphLineHeight:2.4,pdfNewParagraphIndent:1.2,pdfNewParagraphIndentRightIndentPx:130,fingerCountToToggleTranslagePageWhenTouching:4,fingerCountToToggleTranslationMaskWhenTouching:0,fingerCountToToggleTranslagePageOnlyTranslationWhenTouching:0,touchShortcutsToggleTranslatePage:"fingers.4",touchShortcutsToggleTranslationMask:"touchShortcutsOff",touchShortcutsToggleTranslatePageOnlyTranslation:"touchShortcutsOff",touchShortcutsToggleTranslateTouchElement:"touchShortcutsOff",touchShortcutsToggleTranslateTouchElementPreferenceKey:"slide.left",mouseHoverHoldKey:"Off",mouseHoverPreferenceKey:"Ctrl"},rules:[{id:"isSubtitleBuilder",isSubtitleBuilder:!0,pageType:"subtitleBuilder",selectorMatches:["meta[name='immersive-translate-subtitle-builder'][content='true']"],pairs:{".source-text":".target-text"},paragraphMinTextCount:4,paragraphMinWordCount:2,isTranslateTitle:!1,wrapperPrefix:"",wrapperSuffix:"","bodyRule.add":{enable:!1}},{id:"isEbook",isEbook:!0,pageType:"ebookReader",isTranslateTitle:!1,urlChangeDelay:200,selectorMatches:["meta[name='immersive-translate-ebook-viewer'][content='true']"],injectedCss:[".immersive-translate-target-translation-block-wrapper {display:block;}"],excludeSelectors:["#drop-target","#drop-target h1","#side-bar","h1#side-bar-title"],extraInlineSelectors:["span.dropcaps"],"bodyRule.add":{enable:!1},paragraphMinTextCount:4,paragraphMinWordCount:2,blockMinTextCount:1,blockMinWordCount:1,containerMinTextCount:1,wrapperPrefix:"
",targetWrapperTag:"span"},{id:"pdf",isPdf:!0,isTranslateTitle:!1,pageType:"pdfReader",selectorMatches:["meta[name='immersive-translate-pdf-viewer'][content='true']"],matches:["https://app.immersivetranslate.com/pdf","https://app.immersivetranslate.com/pdf/","https://app.immersivetranslate.com/pdf/*","http://localhost:38001/pdf*"],"additionalExcludeSelectors.remove":['[contenteditable="true"]'],isTranslateWhenServiceChanged:!1,translationMode:"translation",skipEditableCheck:!0,selectors:["p"],"bodyRule.add":{enable:!1},injectedCss:[".immersive-translate-target-wrapper {display: contents!important;position:absolute;}",".immersive-translate-target-wrapper br {display: none;!important;}",".immersive-translate-target-wrapper span {position: relative;!important;}",".immersive-translate-error-wrapper {padding:0px !important;margin:0px !important;}","font {line-height: 0!important;}"],globalAttributes:{"[class='textLayer']":{translate:"no"}},mutationExcludeContainsSelectors:["font.immersive-translate-target-wrapper"],"shareConfig.add":{removeSelectors:["noscript","script",".toolbar","#sidebarContainer",'[class="page"]',".editorParamsToolbar",".image-mode",".im_db",".im_cb"]},wrapperPrefix:"",isInjectVersion:!0},{id:"sci-hub.pdfWebPage",matches:["sci-hub.*"],waitForSelectorsTimeout:1,pdfUrlExtractRule:{selector:"#pdf",attribute:"src"}},{id:"common.pdfWebPage",waitForSelectorsTimeout:1,selectorMatches:["embed[type='application/pdf']"]},{id:"isEbookBuilder",matches:["https://app.immersivetranslate.com/ebook/make/","http://localhost:38001/ebook/make/"],isEbookBuilder:!0,pageType:"ebookBuilder",toastErrorMinTimes:500,isTranslateWhenServiceChanged:!1,isTranslateTitle:!1,targetWrapperTag:"span",selectorMatches:["meta[name='immersive-translate-ebook-builder'][content='true']"],injectedCss:[".immersive-translate-target-translation-block-wrapper {display:block;}"],globalMeta:{},excludeSelectors:["h1.notranslate","#drop-target","#drop-target h1","#side-bar","h1#side-bar-title","#tool",".Code"],"bodyRule.add":{enable:!1},isInjectMeta:!0,paragraphMinTextCount:4,paragraphMinWordCount:2,blockMinTextCount:1,blockMinWordCount:1,containerMinTextCount:1,wrapperPrefix:"
"},{id:"immersiveTranslateIosOnBoarding",selectorMatches:["meta[name=immersiveTranslateIosOnBoarding]"],initialGlobalAttributes:{"input#immersiveTranslateDetectedSlot":{value:"true"}},isInjectOptionsUrl:!0,isInjectVersion:!0,isInjectMeta:!0},{id:"immersiveTranslateIosOnBoardingStep1",selectorMatches:["meta[name=immersiveTranslateIosOnBoardingStep1]"],isOnBoardingPage:!0,isInjectOptionsUrl:!0,isInjectVersion:!0,isInjectMeta:!0},{id:"immersivePreview",matches:["https://immersivetranslate.com/preview*","https://test.immersivetranslate.com/preview*","https://immersivetranslate.com/drafts*","https://test.immersivetranslate.com/drafts*"],isInjectVersion:!0,isInjectMeta:!0,waitForSelectorsTimeout:1},{id:"pro-pdf",matches:["https://*.immersivetranslate.com/pdf-pro*"],pageType:"pdfProReader","excludeSelectors.add":["table"],isInjectVersion:!0,isInjectMeta:!0,waitForSelectorsTimeout:1},{id:"immersive",matches:["https://immersivetranslate.com","https://test.immersivetranslate.com","https://onboarding.immersivetranslate.com","https://app.immersivetranslate.com","https://test-app.immersivetranslate.com","http://localhost:38001"],isInjectVersion:!0,isInjectMeta:!0,waitForSelectorsTimeout:1},{id:"simpread",selectorMatches:"div.simpread-read-root.simpread-read-root-show > sr-read",mainFrameSelector:"div.simpread-read-root.simpread-read-root-show > sr-read"},{id:"txt",matches:["*://*/*.txt","file://*/*.txt"],selectorMatches:["body > pre"],"mutationExcludeSelectors.add":["body"],isTransformPreTagNewLine:!0,"excludeTags.remove":["PRE"]},{id:"hangejp",matches:["arad.hange.jp","arad.nexon.co.jp","oapi.dingtalk.com","login.dingtalk.com"],useIframePostMessage:!1},{id:"preSites",matches:["mail.jabber.org","antirez.com","patchwork.kernel.org","lists.apache.org","manned.org","bugs.webkit.org","bugzilla.mozilla.org","lwn.net/Articles/*","docs.haproxy.org","man.freebsd.org","www.oreilly.com/openbook/opensources/book/*","gamefaqs.gamespot.com"],isTransformPreTagNewLine:!0},{id:"wikipedia",matches:"*.wikipedia.org",paragraphMinWordCount:2,paragraphMinTextCount:4,injectedCss:[".immersive-translate-target-translation-block-wrapper { display: block; }"],excludeSelectors:[".mw-editsection",".mw-cite-backlink","#p-lang-btn","#right-navigation","#p-associated-pages",".vector-header"],stayOriginalSelectors:[".chemf",".mwe-math-element","[role=math]",".nowrap"],extraInlineSelectors:[".chemf",".mwe-math-element","[role=math]",".nowrap"],"bodyRule.add":{bodySelector:"#content",articleSelector:"#bodyContent"}},{id:"twitter",matches:["twitter.com","mobile.twitter.com","tweetdeck.twitter.com","pro.twitter.com","https://platform.twitter.com/embed*"],additionalStayOriginalSelectors:['[data-testid="tweetText"] a',"[data-testid='UserDescription'] a","[data-testid='HoverCard'] a","[data-testid='UserCell'] a","[data-testid='birdwatch-pivot'] a"],blockMinTextCount:0,blockMinWordCount:0,excludeSelectors:["[aria-describedby][role=button]","header","[data-testid='radioGroupplayback_rate'] div","[data-testid='userFollowIndicator']","[class='css-901oao r-14j79pv r-37j5jr r-n6v787 r-16dba41 r-1cwl3u0 r-bcqeeo r-qvutc0']","[class='css-175oi2r r-1wbh5a2 r-dnmrzs']"],extraBlockSelectors:['[data-testid="tweetText"] div.r-6koalj'],extraInlineSelectors:['[data-testid="tweetText"] div.r-xoduu5','[data-testid="tweetText"] span','[data-testid="UserDescription"] div',"[data-testid='HoverCard'] div[dir=auto] div","[data-testid='HoverCard'] span[dir=auto] div"],globalStyles:{"[data-testid='card.layoutLarge.detail'] > div:nth-child(2)":"-webkit-line-clamp: unset;","[data-testid='card.layoutSmall.detail'] > div:nth-child(2)":"-webkit-line-clamp: unset;","[data-testid='tweetText']":"-webkit-line-clamp: unset;"},ignoreZhCNandZhTW:!0,isTranslateTitle:!1,useIframePostMessage:!1,observeUrlChange:!1,paragraphMinTextCount:2,paragraphMinWordCount:1,selectors:['[data-testid="tweetText"]',".tweet-text",".js-quoted-tweet-text","[data-testid='card.layoutSmall.detail'] > div:nth-child(2)","[data-testid='developerBuiltCardContainer'] > div:nth-child(2)","[data-testid='card.layoutLarge.detail'] > div:nth-child(2)","[data-testid='cellInnerDiv'] div[data-testid='UserCell'] > div> div:nth-child(2)","[data-testid='UserDescription']","[data-testid='HoverCard'] div[dir=auto]","[data-testid='HoverCard'] span[dir=auto]","[data-testid='HoverCard'] [role='dialog'] div[dir=ltr]","[data-testid='birdwatch-pivot'] div[dir=ltr]"],"subtitleRule.add":{type:"live",isInject:!1,injectedCss:["#layers[style='z-index: 1;'] [style='height: 100px;'] { height: 400px !important; }"],liveSubtitleRule:{containerSelector:".css-175oi2r.r-13awgt0.r-1pi2tsx.r-13qz1uu > [role='listbox']",reportSelector:".css-175oi2r.r-1awozwy.r-173mn98.r-1mf7evn.r-7e3msg",textSelectors:[".css-1rynq56.r-bcqeeo.r-qvutc0.r-37j5jr.r-a023e6.r-16dba41.r-dhbnww.r-1pb70le"],mutationChangeDelay:1e3}},"subtitleRule.add_v.[1.2.1]":{type:"twitter",videoPlayerSelector:"video",loadingStyle:"bottom: unset; top: 5%;",injectedCss:["#layers[style='z-index: 1;'] [style='height: 100px;'] { height: 400px !important; }","video::cue {white-space: pre-line;}"]}},{id:"threads",matches:"www.threads.net",selectors:["p",".x1npkx4u.x1exu5d8",".xw7yly9",".xgkxs2y",".x1xdureb.xqti54a.x13vxnyz",".xqti54a.x13vxnyz.x49hn82.xcrlgei.x889kno"],stayOriginalSelectors:[".x1rg5ohu",".xat24cr.xdj266r a"],"excludeSelectors.add":[".x6s0dn4.x78zum5",".xpvyfi4.x1npkx4u.x1ms6mhf"],globalStyles:{span:"max-height:unset;-webkit-line-clamp:unset;height:unset;white-space:unset;"}},{id:"stackoverflow",matches:["stackoverflow.com","*.stackexchange.com","superuser.com","askubuntu.com","serverfault.com"],extraBlockSelectors:["span.comment-copy"],globalStyles:{".s-post-summary--content-excerpt":"-webkit-line-clamp:unset;"},"excludeSelectors.add":[".votecell","header","#footer","#question-header + div","div.postcell div.mb0","div[id^=comments-link-]","#answers-header",".new-post-login",".form-submit","a[href='/questions/ask']","#left-sidebar","a.comment-user","span.comment-date","div.s-prose.js-post-body + div",".bottom-notice","div[data-campaign-name=stk]",".s-post-summary--stats",".s-post-summary--meta"],paragraphMinTextCount:4,paragraphMinWordCount:2},{id:"appleDeveloper",matches:"developer.apple.com/documentation/*",selectors:[".container","h3.title","div.content"]},{id:"hackerNews",matches:"news.ycombinator.com",selectors:[".titleline > a",".comment > .commtext",".toptext","a.hn-item-title",".hn-comment-text",".hn-story-title"],excludeSelectors:[".reply"]},{id:"quora",matches:["*.quora.com","quora.com"],excludeSelectors:[".dom_annotate_multifeed_bundle_AskQuestionPromptBundle",".dom_annotate_feed_switcher","[class='q-box qu-py--small qu-color--gray_light']","[class='q-box spacing_log_answer_header']","[class='q-box qu-flex--auto']","[class='q-text qu-dynamicFontSize--small qu-mt--small qu-color--gray_light qu-passColorToLinks']",".AnswerFooter___StyledFlex-sc-2xbo88-0","[class='q-box qu-mb--small']"],globalStyles:{".qu-truncateLines--3":"-webkit-line-clamp: unset;"}},{id:"oldReddit",matches:["old.reddit.com/*/.compact","old.reddit.com/.compact","www.reddit.com/*/.compact","www.reddit.com/.compact"],selectors:[".title > a",".usertext-body"],detectParagraphLanguage:!0},{id:"otherOldReddit",matches:"old.reddit.com",selectors:["p.title > a","[role=main] .md-container"],detectParagraphLanguage:!0},{id:"redditList",matches:["https://www.reddit.com/r/*/comments/*/*","https://www.reddit.com/","https://www.reddit.com/hot/","https://www.reddit.com/new/","https://www.reddit.com/top/"],excludeMatches:["https://www.reddit.com/r/*/wiki/*"],observeUrlChange:!0,selectors:["h1",".PostHeader__post-title-line","[data-click-id=body] h3","[data-click-id=background] h3","[data-testid=comment]","[data-adclicklocation='title'] h3","[data-adclicklocation=media]","[data-testid='post-title-text']",".PostContent",".post-content",".Comment__body","faceplate-batch .md","[slot=comment]",".RichTextJSON-root","[slot=title]","[slot=text-body]","p.title > a","[role=main] .md-container"],detectParagraphLanguage:!0,globalStyles:{"div.XPromoBottomBar":"display:none","[class*='line-clamp']":"-webkit-line-clamp: unset"},waitForSelectors:["[data-testid=post_author_link]"],"inputConfig.add":{clearContentEnable:!1}},{id:"reddit",matches:"www.reddit.com",selectors:["#search-results-tab-slot","h1",".PostHeader__post-title-line","[data-click-id=body] h3","[data-click-id=background] h3","[data-testid=comment]","[data-adclicklocation='title'] h3","[data-testid='post-title-text']","[slot=comment]","[data-adclicklocation=media]",".PostContent",".post-content",".Comment__body","faceplate-batch .md","[slot=text-body]","p.title > a","[role=main] .md-container","#-post-rtjson-content",".RichTextJSON-root","[slot='title']"],excludeSelectors:[".text-neutral-content-weak"],paragraphMinTextCount:5,paragraphMinWordCount:2,excludeMatches:["https://www.reddit.com/r/*/wiki/*","https://www.reddit.com/settings/*"],detectParagraphLanguage:!0,globalStyles:{"div.XPromoBottomBar":"display:none","[class*='line-clamp']":"-webkit-line-clamp: unset"}},{id:"reuters",matches:"www.reuters.com",excludeSelectors:["[promotext]","[data-testid=Leaderboard]","[data-testid=HomeTickerV2]","[data-testid=SiteFooter]","[class^=refinitiv-promo-bar__container]","[data-testid=ResponsiveAdSlot]","[data-testid=SiteHeader]","[data-testid=HomeTickerV2]"]},{id:"npmjs",matches:"https://www.npmjs.com/package/*",selectors:["#tabpanel-readme > div:first-child"]},{id:"github",matches:"github.com",useIframePostMessage:!1,excludeMatches:["https://github.com/*/*/settings","https://github.com/settings/*","https://github.com/sponsors/*","https://github.com/readme/*","https://github.com/readme/","https://github.com/features/*","https://github.com/customer-stories/*"],mutationExcludeSelectors:[".react-blob-sticky-header *"],selectors:["h1","[aria-label=Issues] .markdown-title","[aria-labelledby=discussions-list] .markdown-title","h3 .markdown-title",".markdown-body",".Layout-sidebar p","div > span.search-match","li.repo-list-item p","#responsive-meta-container p","article p","div.repo-description p","[itemprop=description]",".integrations-auth-wrapper",".new-feed-onboarding-notice","article section[aria-label='card content'] > div > div > div > div:nth-child(2)",".TimelineItem-body .Link--primary",'[role="navigation"] p','[data-testid="commit-row-item"] h4'],atomicBlockSelectors:["[itemprop=description]"],excludeSelectors:[".css-truncate","[data-test-selector='commit-tease-commit-message']","[data-test-selector='create-branch.developmentForm']","div.Box-header.position-relative","div.blob-wrapper-embedded","div.Box.Box--condensed.my-2","div.jp-CodeCell",'[aria-label="Account"] .markdown-title',".js-repos-container .markdown-title","a.anchor","div.file-navigation + div.Box"],extraBlockSelectors:[],extraInlineSelectors:["g-emoji","a.anchor"],stayOriginalTags:["CODE","TT","G-EMOJI","IMG","SUP","SUB"],"stayOriginalSelectors.add":[".issue-link"],detectParagraphLanguage:!0,globalStyles:{".TimelineItem-body .Link--primary":"-webkit-line-clamp: unset;"}},{id:"github-blog",matches:["github.blog"],injectedCss:["font {word-break: break-all !important;}"]},{id:"githubNotebook",matches:"notebooks.githubusercontent.com",useIframePostMessage:!1,excludeSelectors:["div.jp-CodeCell"]},{id:"facebook",matches:"www.facebook.com",excludeMatches:["https://www.facebook.com/business/*","https://www.facebook.com/help*"],selectors:["div[dir=auto][style]","div[dir=auto][class]","span[lang]"],atomicBlockSelectors:["div[dir=auto][style]","div[dir=auto][class]","span[lang]"],insertPosition:"afterend",preWhitespaceDetectedTags:["DIV","SPAN"],extraBlockSelectors:["span.x1vvkbs"],excludeSelectors:["[role=button]"],translationClasses:["immersive-translate-text"],detectParagraphLanguage:!0},{id:"youtubeMobile",matches:"m.youtube.com",selectors:[".comment-text","#content-text",".media-item-headline",".slim-video-information-title",".yt-spec-button-view-model",".yt-core-attributed-string > span",".title"],shareConfig:{injectCss:!1,removeSelectors:["iron-iconset-svg","iframe","ytd-watch-next-secondary-results-renderer","noscript","script"]},"mutationConfig.add":{checkSelfUpdate:!1},"excludeTags.remove":["BUTTON"],additionalExcludeSelectors:[".ytp-caption-window-container","text"],"subtitleRule.add":{type:"youtube",subtitleUrlRegExp:"(/api/timedtext|videoplayback\\?expire.*text)",translateSelectors:[".caption-window",".caption-visual-line"],videoPlayerSelector:".html5-video-player.playing-mode,.html5-video-player.paused-mode",loadingContainerSelector:".ytp-caption-window-container",videoADSelector:".ytp-ad-player-overlay",injectedCss:["#player-shorts-container .ytp-caption-window-bottom {top: 40px; bottom: unset!important;}"],videoSelector:".html5-video-player.playing-mode video,.html5-video-player.paused-mode video",translationOnlyPattern:["m.youtube.com/watch*","m.youtube.com/embed*","m.youtube.com/shorts*"],attachRule:{appendSelector:".html5-video-player.playing-mode,.html5-video-player.paused-mode",injectedCSS:[".imt-caption-container {z-index:40;}"],injectedGlobalCSS:[".caption-window {display: none;} ","shorts-video #immersive-translate-caption-window { height: 150px;}"]}},wrapperPrefix:"",wrapperSuffix:"",observeUrlChange:!0,atomicBlockSelectors:[".comment-text"],globalStyles:{".comment-text":"max-height:unset;",".media-item-headline":"max-height:unset;-webkit-line-clamp:unset;"},injectedCss:[".immersive-translate-target-wrapper img { width: 16px; height: 16px }"],extraBlockSelectors:[".caption-visual-line"]},{id:"youtube",matches:"www.youtube.com",blockMinTextCount:0,blockMinWordCount:0,detectParagraphLanguage:!0,lineBreakMaxTextCount:0,shareConfig:{injectCss:!1,removeSelectors:["iron-iconset-svg","iframe","ytd-watch-next-secondary-results-renderer","noscript","script"]},"additionalExcludeSelectors.add":[".ytp-caption-window-container","text"],globalStyles:{"#video-title":"-webkit-line-clamp: unset;max-height: unset;","h1.ytd-watch-metadata":"-webkit-line-clamp: unset;max-height: unset;","yt-formatted-string#video-title":"-webkit-line-clamp: unset;max-height: unset;","ytd-expander.ytd-comment-renderer":"--ytd-expander-max-lines: 1000;"},injectedCss:[".immersive-translate-target-wrapper img { width: 16px; height: 16px }",".metadata-snippet-container {max-height: unset !important;}",".immersive-translate-target-wrapper {text-align: left;}",".immersive-translate-target-wrapper[dir=rtl] {text-align: right;}"],isTranslateTitle:!1,observeUrlChange:!0,selectors:["yt-formatted-string[slot=content].ytd-comment-renderer","yt-formatted-string.ytd-video-renderer","yt-formatted-string#content-text","h1","yt-formatted-string#video-title","yt-formatted-string.span","span#video-title","a#video-title","yt-formatted-string.ytd-transcript-segment-renderer","#description-inline-expander > yt-attributed-string > span","yt-attributed-string > span","ytd-notification-renderer .message","#message",".yt_to_text_transcript_text"],extraBlockSelectors:["yt-formatted-string.ytd-transcript-segment-renderer",".caption-visual-line"],"subtitleRule.add":{type:"youtube",subtitleUrlRegExp:"(/api/timedtext|videoplayback\\?expire.*text)",translateSelectors:[".caption-window",".caption-visual-line"],videoPlayerSelector:".html5-video-player.playing-mode,.html5-video-player.paused-mode",loadingContainerSelector:".ytp-caption-window-container",videoADSelector:".ytp-ad-player-overlay",translationOnlyPattern:["www.youtube.com/watch*","www.youtube.com/embed*","www.youtube.com/shorts*"],subtitleButtonSelector:".html5-video-player.playing-mode .ytp-subtitles-button,.html5-video-player.paused-mode .ytp-subtitles-button",languageSelector:".ytp-menuitem-label",injectedCss:["#shorts-player .ytp-caption-window-bottom {top: 2%; bottom: unset!important;} #immersive-translate-quick-button-container {font-size: 12px;z-index:1001;}"],quickButtonRule:{appendSelector:".ytp-chrome-controls",insertBeforeSelector:".ytp-right-controls"},videoSelector:".html5-video-player.playing-mode video,.html5-video-player.paused-mode video",attachRule:{appendSelector:".html5-video-player.playing-mode,.html5-video-player.paused-mode",injectedCSS:[".imt-caption-container {z-index:40;}",".imt-caption-window {margin-bottom: 2%}"],injectedGlobalCSS:[".caption-window {display: none;} ","#shorts-player #immersive-translate-caption-window { height: 20%;}",".html5-video-player:not(.ytp-autohide) #immersive-translate-caption-window {bottom: 60px;}"]}},urlChangeDelay:2e3,wrapperPrefix:"
",wrapperSuffix:""},{id:"tvYoutube",matches:"tv.youtube.com","subtitleRule.add":{type:"youtube",preTranslation:!0,humanPreferred:!1,subtitleUrlRegExp:"(/api/timedtext|videoplayback\\?expire.*text)",translateSelectors:[".caption-window",".caption-visual-line"],videoPlayerSelector:".html5-video-player.playing-mode,.html5-video-player.paused-mode",loadingContainerSelector:".ytp-caption-window-container",videoADSelector:".ytp-ad-player-overlay",translationOnlyPattern:["tv.youtube.com/watch*"],subtitleButtonSelector:".ytp-subtitles-button",languageSelector:".ytp-menuitem-label",injectedCss:["#shorts-player .ytp-caption-window-bottom {top: 2%; bottom: unset!important;} #immersive-translate-quick-button-container {font-size: 12px;z-index:1001;}"],quickButtonRule:{appendSelector:".ypcs-control-buttons-right",insertBeforeSelector:".ypcs-control-buttons-right .ypcs-volume-control-slot"},videoSelector:".html5-video-player.playing-mode video,.html5-video-player.paused-mode video",attachRule:{appendSelector:".html5-video-player.playing-mode,.html5-video-player.paused-mode",injectedCSS:[".imt-caption-container {z-index:40;}",".imt-caption-window {margin-bottom: 2%;}"],injectedGlobalCSS:[".caption-window {display: none;} ","#shorts-player #immersive-translate-caption-window { height: 20%;}",".html5-video-player:not(.ytp-autohide) #immersive-translate-caption-window {bottom: 60px;}"]}}},{id:"youtube-subtitle",matches:["www.youtube-nocookie.com","music.youtube.com"],extraBlockSelectors:[".caption-visual-line"],mainFrameMinTextCount:0,"excludeSelectors.add":[".captions-text",".ytp-caption-segment"],"subtitleRule.add":{type:"youtube",subtitleUrlRegExp:"/api/timedtext",translateSelectors:[".caption-window",".caption-visual-line"],videoPlayerSelector:".html5-video-player",loadingContainerSelector:".ytp-caption-window-container",videoADSelector:".ytp-ad-player-overlay",translationOnlyPattern:["www.youtube-nocookie.com/embed*","music.youtube.com/watch*"],subtitleButtonSelector:".ytp-subtitles-button",languageSelector:".ytp-menuitem-label",injectedCss:["#shorts-player .ytp-caption-window-bottom {top: 2%; bottom: unset!important;}"],quickButtonRule:{appendSelector:".ytp-chrome-controls",insertBeforeSelector:".ytp-right-controls"},videoSelector:".html5-video-player video",attachRule:{appendSelector:".html5-video-player",injectedCSS:[".imt-caption-container {z-index:40;}",".imt-caption-window {margin-bottom: 2%;}"],injectedGlobalCSS:[".caption-window {display: none;} ","#shorts-player #immersive-translate-caption-window { height: 20%;}",".html5-video-player:not(.ytp-autohide) #immersive-translate-caption-window {bottom: 60px;}"]}}},{id:"instagramMessage",matches:["https://www.instagram.com/direct/*"],wrapperPrefix:"
",selectors:["div[dir=auto].html-div"]},{id:"instagramPost",matches:["https://www.instagram.com/p/*","https://www.instagram.com/reels/*"],blockMinTextCount:1,paragraphMinTextCount:2,excludeSelectors:["hr+div span[dir=auto][style] > span"],selectors:["h1","ul li h3+div span[dir=auto]","hr+div span[dir=auto][style]","div > div[dir=auto]","div:not([class]) > div > div:nth-child(2)"],wrapperPrefix:"
"},{id:"otherInstagram",blockMinWordCount:1,matches:"https://www.instagram.com/*",paragraphMinTextCount:2,selectors:["h1","article span[dir=auto] > span[dir=auto]","._ab1y","ul li h3+div span[dir=auto]","hr+div span[dir=auto][style]","span[dir=auto] > div > span","div > h1[dir=auto]"],wrapperSuffix:""},{id:"1paragraph",matches:"1paragraph.app",selectors:["#book"]},{id:"poeditor",matches:"https://poeditor.com/projects/*",selectors:[".comment-body",".reference_language .source-string"]},{id:"substack",matches:["*.substack.com","newsletter.rootsofprogress.org"],selectorMatches:["link[href^='https://substackcdn.com/bundle/'][rel=preload]"],excludeSelectors:["[style^=top]",".publication-footer",".subscribe-footer",".main-menu",".navbar-title-link","[data-testid='navbar']",".navbar-title",".captioned-button-wrap",".subscription-widget-wrap",".tweet-header",".tweet-link-bottom",".expanded-link",".meta-subheader",".comment-meta",".comment-actions"],globalStyles:{".reader2-clamp-lines":"max-height: unset; -webkit-line-clamp: unset;","[class*='clamp-']":"max-height: unset; -webkit-line-clamp:unset;",".blurb-text":"max-height: unset;",".comment-body":"max-height: unset;"},extraBlockSelectors:[".reader2-post-title",".tweet-link-top",".tweet-link-bottom",".expanded-link"]},{id:"seekingalpha",matches:["seekingalpha.com/article/*","seekingalpha.com/news/*"],selectors:["[data-test-id=card-container]","[data-test-id=comments-section]"],excludeSelectors:["[data-test-id=post-page-meta]","header > div:first-child"]},{id:"hnAlgolia",matches:"hn.algolia.com",selectors:[".Story_title > a:first-child",".Story_comment > span"]},{id:"readwise",matches:"read.readwise.io",selectors:["div[class^='_titleRow_']","#document-text-content"],detectParagraphLanguage:!0},{id:"inoreader",matches:["www.inoreader.com","*.inoreader.com"],selectors:[".article_header_title",".article_title_link",".article_content",".article_magazine_title_link",".blog-post-page","#welcome_center",".gad_overview_articles_wrapper",".library_article_text h4",".header_name"],excludeMatches:["https://www.inoreader.com/features/"],observeUrlChange:!1,globalStyles:{".article_title_link,.library_article_text h4,.gadget_overview_article_title,.article_magazine_title_link,.reader_pane_view_style_2 .column_view_title":"-webkit-line-clamp: unset;max-height: unset;",".article_tile_content_wraper,div.article_tile":"overflow:auto",".article_header_title":"white-space:normal"}},{id:"aha",matches:"*.ideas.aha.io",excludeSelectors:[".comment-header",".vote-status",".idea-meta",".filters-title",".ideas-showing-count",".my-ideas-filters-wrapper",".statuses-filters-wrapper",".categories-filters-wrapper","[class^='attachment']","span[class^='attachment-name']"]},{id:"googleScholar",matches:["scholar.google.*/*","scholar.google.com.*/*","scholar.google.co.*/*"],wrapperPrefix:` +`,selectors:["h3 a[data-clk]","div.gs_rs","td a.gsc_a_at","td div.gs_gray:last-of-type","div.gsc_oci_value","#gs_opinion"],extraInlineSelectors:["br"],atomicBlockSelectors:["h3 a[data-clk]"]},{id:"googleMail",matches:"mail.google.com",detectParagraphLanguage:!0,selectors:["h2[data-thread-perm-id]","span[data-thread-id]","div[data-message-id] div[class='']",".messageBody","#views"],globalStyles:{"[role='listitem'] > div":"height:auto!important;white-space:unset!important;"}},{id:"googleNews",matches:"news.google.com",blockMinTextCount:26,blockMinWordCount:5,globalStyles:{".MCAGUe":"height: auto;",".To2ZZb.DbQnIe":"height: unset;",".cp7Yvc > h2":"display: block;",".oovtQ":"height: auto;",h4:"-webkit-line-clamp: unset;"},excludeSelectors:[".EyERq",".AOl7G.eejsDc","[aria-label='Home']","[aria-label='For you']","[aria-label='Following']","[aria-label='World']","[aria-label='Local']",".gb_Fc",".wBQf7b",".yPI8Rb",".jKHa4e",".u43Gd",".Zgjpyb","[role='button']","[jsname='rymPhb']",".cbz1ld",".VfPpkd-P5QLlc",".XvhY1d"]},{id:"outlook",matches:"outlook.live.com",excludeSelectors:[".jHAG3.XG5Jd",".OZZZK",".lDdSm"]},{id:"producthunt",matches:"www.producthunt.com",excludeMatches:"https://www.producthunt.com/stories/*",selectors:["h2","div[class^='styles_htmlText__']","[class^='styles_tagline']","a[href^='/discussions/'].fontWeight-600","button[class^='styles_textButton'] > div > span","h5 + p","div[data-test=product-item-name] + div",".noOfLines-1,.noOfLines-2,.noOfLines-3",".fontWeight-600","[class*='styles_dropdown']","[class*='styles_aboutText']","[class*='styles_titleContainer']","[class*='styles_header'] h1"],globalStyles:{"h5 + p":"height:unset;",".noOfLines-1,.noOfLines-2,.noOfLines-3":"-webkit-line-clamp:unset;"},"excludeTags.remove":["PRE"]},{id:"codeforces",matches:"https://codeforces.com/*","stayOriginalTags.add":["[class^='MathJax']"]},{id:"discord",matches:"https://discord.com/channels/*",isTranslateTitle:!1,selectors:["li[id^=chat-messages] div[id^=message-content]","div[class^=headerText]","section[aria-label='Search Results'] div[id^=message-content]"],extraBlockSelectors:["[class^='embedFieldValue']","li[class^='card'] div[class^='message']","[data-list-item-id^='forum-channel-list'] div[class^='headerText']"],globalStyles:{"div[class^=headerText]":"max-height: unset;","div[class^=message]":"max-height: unset;","div[class^=text]":"max-height: unset;","h3[data-text-variant='heading-lg/semibold']":"-webkit-line-clamp: none;"},detectParagraphLanguage:!0,wrapperPrefix:"
",wrapperSuffix:"",paragraphMinTextCount:4,paragraphMinWordCount:2},{id:"telegram",matches:["web.telegram.org/z/*","web.telegram.org/a/*"],isTranslateTitle:!1,selectors:[".text-content",".message",".reply-markup-button-text",".bot-commands-list-element-description"],"extraBlockSelectors.add":[".message.spoilers-container em",".message.spoilers-container strong"],excludeSelectors:[".time",".peer-title",".document-wrapper",".message.spoilers-container custom-emoji-element"],detectParagraphLanguage:!0},{id:"telegramK",matches:["web.telegram.org/k/*","web.telegram.org/k/"],selectors:[".message",".reply-markup-button-text",".bot-commands-list-element-description"],"extraBlockSelectors.add":[".message.spoilers-container em",".message.spoilers-container strong"],excludeSelectors:[".time",".peer-title",".document-wrapper",".message.spoilers-container custom-emoji-element"],detectParagraphLanguage:!0},{id:"githubGist",matches:"gist.github.com",selectors:[".markdown-body",".readme"],detectParagraphLanguage:!0},{id:"lobste",matches:"lobste.rs",excludeMatches:["https://lobste.rs/about","https://lobste.rs/chat"],selectors:[".u-repost-of",".comment_text",".story_text"]},{id:"slack",matches:"*.slack.com",selectors:[".p-rich_text_block",".p-message_pane__foreword",".c-alert__message","[data-qa=message_attachment_text]"],additionalStayOriginalSelectors:["[data-qa=emoji]"],detectParagraphLanguage:!0},{id:"artstationArtwork",matches:"www.artstation.com/artwork/*",excludeSelectors:".project-description a",selectors:[".project-description","div.project-comment-text"],detectParagraphLanguage:!0},{id:"artstationLearning",matches:"www.artstation.com/learning/courses/*",additionalSelectors:["footer.learning-course-description.ng-star-inserted > span"],excludeSelectors:[".learning-card-meta",".vjs-text-track-display"],"mutationExcludeSelectors.add":[".vjs-text-track-display *"],"subtitleRule.add":{type:"webvtt",subtitleUrlRegExp:"/subtitles/.*\\.(vtt|webvtt)$",loadingContainerSelector:".vjs-text-track-display",quickButtonRule:{appendSelector:".vjs-control-bar",insertBeforeSelector:".vjs-playback-rate",injectCSS:".imt-quick-subtitle-button { font-size: 12px;} .logo,.logo svg { height: 18px !important; width: 18px !important;} .imt-quick-subtitle-pop-content {bottom: 38px !important;}"},videoSelector:"video",attachRule:{appendSelector:".video-js",injectedGlobalCSS:[".vjs-text-track-display {display: none;}",".captions-text: {margin-bottom: 10%;}"]}}},{id:"artstationBlog",matches:["https://www.artstation.com/blogs","https://www.artstation.com/blogs/*"],detectParagraphLanguage:!0,additionalSelectors:[".comment-item-body"],atomicBlockSelectors:[".author-headline",".author-location"],excludeSelectors:["blog-card-thumbnail","blog-card-header",".blog-card-author",".blog-card-meta",".blog-view-header",".blog-grid-title",".post-meta-header"]},{id:"figmaCommunity",matches:"www.figma.com/community/*",normalizeBody:"div.ql-editor[contenteditable='false']",excludeSelectors:["div[class*='metadataRight']","div[class*='commentMetaAndOptions']"],globalStyles:{"div[class*='mini_cardBottomRowSizing']":"height: 3em;"},additionalSelectors:["div[class*='mini_cardBottomRow_Metadata']"],stayOriginalSelectors:["[data-tooltip='tooltip-user-info']"]},{id:"googleIndex",matches:["https://www.google.com/","https://www.google.com.hk/"],excludeSelectors:["#gb","#SIvCob"],inputTutorialsText:"\u8BD5\u8BD5\u8F93\u5165\u4E2D\u6587\u540E\u5FEB\u901F\u8FDE\u51FB 3 \u6B21\u7A7A\u683C\u952E\u7FFB\u8BD1\uFF08\u4EC5\u63D0\u793A\u4E00\u6B21\uFF09",inputTutorialsSelectors:["textarea#APjFqb"],"inputConfig.add":{tutorialsText:"\u8BD5\u8BD5\u8F93\u5165\u4E2D\u6587\u540E\u5FEB\u901F\u8FDE\u51FB 3 \u6B21\u7A7A\u683C\u952E\u7FFB\u8BD1\uFF08\u4EC5\u63D0\u793A\u4E00\u6B21\uFF09",tutorialsSelectors:["textarea#APjFqb"]}},{id:"googleSearch",matches:"www.google.*/search*",blockMinTextCount:32,blockMinWordCount:3,wrapperSuffix:"",detectParagraphLanguage:!0,excludeSelectors:["a h3 + div","div#sfooter","a[role=presentation] > div > div:first-child",".b5ZQcf",".CEMjEf",".MgUUmf.NUnG9d","#result-stats","[role=navigation]","div.sCuL3","div.eFM0qc.BCF2pd","div.WZ8Tjf","div.adDDi","#headerSection","#rateChatDiv","[id=bres]",".title-D5Lgyj","[data-attrid='VisualDigestVideoResult']",".search-enhance-WDIEkP h4",".SPZz6b h2",".CtCigf",".VLkRKc",".EbH0bb",".Wr0c6d",".jleFbf","#searchform",".yg51vc",".CbAZb"],extraBlockSelectors:[".MUFPAc"],"additionalExcludeSelectors.add":["[jscontroller='UsftYd']"],globalStyles:{".V82bz":"-webkit-line-clamp: unset;max-height: unset;margin-bottom:30px",".pe7FNb":"-webkit-line-clamp: unset;",".promotion-3PDMAb":"display: none;",".uAKcGb":"-webkit-line-clamp: unset;max-height: unset;margin-bottom:30px","div[data-content-feature='1'] > div":"-webkit-line-clamp: unset;max-height: unset;","div[style='-webkit-line-clamp:2']":"-webkit-line-clamp: unset;max-height: unset;","div[style='-webkit-line-clamp:3']":"-webkit-line-clamp: unset;max-height: unset;","div[style='-webkit-line-clamp:4']":"-webkit-line-clamp: unset;max-height: unset;",".Pw4Ldf.RsCEN":"height:unset;",".related-question-pair":"overflow:auto;"},ignoreZhCNandZhTW:!0,isTranslateTitle:!1,searchEnhancementConfig:[{id:"google",urlMatch:"https://www\\.google\\..+/search",style:{source:"font-size:12px; margin-bottom: 6px;",enTitle:"margin-top:6px;font-size:14px;",searchTitle:"margin-top:6px;position:relative;padding-right:24px;",more:"color:#1a0dab;margin-top:8px;",enTitleClassName:"immersive-translate-search-enhancement-en-title"},keyword:{value:"[0]$1",matches:[{source:"url",matchRegex:"q=(.+?)&"}]},showCount:5}]},{id:"lowendtalk",matches:"lowendtalk.com",selectors:["[role=heading]","h1",".userContent"]},{id:"linkedinJobs",matches:"www.linkedin.com/jobs/*",selectors:["#job-details > span",".decorated-job-posting__details"]},{id:"linkedinFeed",matches:"https://linkedin.com/feed/*",selectors:["h1",".feed-shared-update-v2__description-wrapper"]},{id:"indiehackers",matches:"www.indiehackers.com",selectors:[".content","h1","h3.story__title",".feed-item__title-link",".article-body",".interview-body"]},{id:"libreddit",matches:"libreddit.de",selectors:["h2.post_title",".comment_body > .md"]},{id:"notionSite",matches:["notion.site","*.notion.site"],normalizeBody:"body",selectors:["div[data-block-id]"]},{id:"notion_so",matches:["www.notion.so"],injectedCss:["[aria-label='Templates'] font br {display:none;}"]},{id:"newyorker",matches:"www.newyorker.com",additionalSelectors:["h1","[data-testid=SummaryItemHed]"],excludeSelectors:["[data-testid=PersistentTop]","[data-testid=StackedNavigationHeader]"],urlChangeDelay:2e3},{id:"startme",matches:"start.me",selectors:[".rss-article__title",".rss-articles-list__article-link",".rss-showcase__title",".rss-showcase__text"]},{id:"scmp",matches:"www.scmp.com",additionalSelectors:[".info__subHeadline",".section-content h2"],globalStyles:{".topic__article-list":"height: unset;",".adverisers__adveriser":"height: unset;",".advertiser__content":"height: unset;",".content-title__link":"display:unset;overflow:unset;-webkit-line-clamp:unset;",".title__text":"max-height:unset; -webkit-line-clamp:unset;",".news-list-item__news-title":"max-height:unset; -webkit-line-clamp:unset;","a[class*='link'] > .link__headline":"max-height:unset; -webkit-line-clamp:unset;"},"bodyRule.add":{bodySelector:"[data-qa='ArticleList-Item']",articleSelector:"[data-qa='GenericArticle-Content']",xpathRule:["datatype:p"]}},{id:"lesswrong",matches:"www.lesswrong.com",extraBlockSelectors:["span.commentOnSelection"]},{id:"mastodon",matches:["mastodon.social","mastodon.online","kolektiva.social","indieweb.social","mastodon.world","infosec.exchange"],isTranslateTitle:!1,selectorMatches:["div#mastodon"],selectors:["div.status__content__text",".about__section__body",".content",".form-container",".account__header__extra"],globalAttributes:{"[class='notranslate app-holder']":{class:"app-holder"}},detectLanguage:!0},{id:"cnbc",matches:"www.cnbc.com",urlChangeDelay:1e3,globalStyles:{"div.Card-titleContainer > div":"-webkit-line-clamp: unset;max-height: unset;"},"excludeSelectors.add":["#GlobalNavigation","#GlobalFooter",".LiveBlogHeader-timestampAndShareBarContainer",".LiveBlogHeader-liveUpdatesPill"]},{id:"dailyDev",matches:"app.daily.dev",selectors:["h1",".typo-body","article h3","[class^=markdown_markdown]"],globalStyles:{".line-clamp-3":"-webkit-line-clamp: unset"}},{id:"pornhub",matches:["*.pornhub.com","pornhub.com"],excludeMatches:["*.pornhub.com/insights/*","pornhub.com/insights/*"],extraBlockSelectors:[".trendingNow",".searchItem",".tagcloud > a"],detectParagraphLanguage:!0,wrapperPrefix:"
",wrapperSuffix:` `,globalStyles:{"span.title":"height:unset; max-height:unset;",".detailedInfo":"max-height:unset;",".pcVideoListItem":"max-height:unset;",".wrap":"height:unset;",".entry-header":"height:unset;",".entry-title > a":"height:unset;-webkit-line-clamp:unset;"}},{id:"yourporn",matches:"https://www.youporn.com/*",extraBlockSelectors:[".button"],globalStyles:{".video-box":"max-height:unset;",".video-box-title":"white-space:unset;"}},{id:"modelhub",matches:"https://www.modelhub.com/*",globalStyles:{".videoTitle":"height:unset;",a:"height:unset;"}},{id:"xvideos",matches:"https://www.xvideos.com/*",globalStyles:{".title":"-webkit-line-clamp:unset;max-height:unset;",".mozaique":"display:flex; flex-wrap:wrap;"},excludeSelectors:[".video-hd-mark"]},{id:"missav",matches:"https://missav.com/*",globalStyles:{".truncate":"white-space:unset;",".overflow-y-hidden":"max-height:unset;overflow-y:unset;"},"subtitleRule.add":{type:"av",avSerial:{type:"url",regexStr:".+/([a-z0-9-]+)$"},videoSelector:".plyr__video-wrapper video",attachRule:{appendSelector:".plyr--video",injectedGlobalCSS:""},quickButtonRule:{appendSelector:".plyr__controls",insertBeforeSelector:'[data-plyr="captions"]'}}},{id:"javbus",matches:"https://www.javbus.com/*",globalStyles:{".photo-info":"height:unset;"},excludeSelectors:[".item-tag","date"]},{id:"spankbang",matches:"https://spankbang.com/*",globalStyles:{".video-item > a":"white-space:unset;"},excludeSelectors:[".stats",".thumb"],extraBlockSelectors:[".searches > a",".tag > a",".extra > a",".positions > li"]},{id:"javdb",matches:"https://javdb*.com/*",globalStyles:{".video-title":"white-space:unset;"},excludeSelectors:[".video-number",".score",".has-addons"]},{id:"jable",matches:"https://jable.tv/*",globalStyles:{".title":"white-space:unset;max-height:unset;",".img-box > a":"position:relative;"}},{id:"netflav.player",matches:["https://netflavns1.com","https://embedrise.com"],mainFrameMinTextCount:0,"subtitleRule.add":{type:"av",avSerial:{type:"url",regexStr:"code=([a-z0-9-]+)"},videoSelector:"#vplayer video",attachRule:{appendSelector:"#vplayer"},quickButtonRule:{appendSelector:"#vplayer .jw-button-container",insertBeforeSelector:"#vplayer .jw-button-container .jw-icon-cc"}}},{id:"netflav",matches:["https://netflav*.com/*"],globalStyles:{".grid_title":"max-height:unset;"},extraBlockSelectors:[".genre_filter_item","button"],"subtitleRule.add":{type:"av",avSerial:{type:"selector",selector:".videodetail_2_field_values",serialAttachIframe:"#iframe-block"}}},{id:"czechvideo",matches:"https://czechvideo.co/*",globalStyles:{".short-story":"height:unset;",".short-title":"height:unset;"},globalAttributes:{header:{translate:"unset;"}}},{id:"weibo",matches:["weibo.com","*.weibo.*"],selectors:["div[class^='detail_wbtext']",".weibo-text"],"stayOriginalSelectors.add":[".expand"]},{id:"medium",matches:["medium.com","*.medium.com"],selectorMatches:["meta[property='al:ios:url'][content^='medium://']"],urlChangeDelay:20,"additionalExcludeSelectors.remove":["i.fa","i[class^=fa-]",".navmenu-container",".google-symbols"],selectors:["h1","h2","h3","article section","[aria-hidden='false'] pre","article p",".postMetaInline","a .u-fontSize24"],excludeSelectors:["[aria-label='Post Preview Reading Time']",".al.b.bl.ag.bp",".al.b.bl.ag.ai",".hx.hy.hz.ia.ib.ab",".qb.ab",".ai.bn.n.mj",".speechify-ignore"],globalStyles:{"h2,h3":"-webkit-line-clamp: unset;max-height:unset;","article p":"-webkit-line-clamp: unset;max-height:unset;"},injectedCss:[".u-lineClamp4,.u-lineClamp3,.u-lineClamp2 {-webkit-line-clamp:unset!important;max-height:unset!important;}"]},{id:"nitter",selectorMatches:["meta[property='og:site_name'][content='Nitter']"],selectors:[".tweet-content",".quote-text"]},{id:"economist",matches:"www.economist.com",extraInlineSelectors:["span[data-caps='initial']"],excludeSelectors:["footer.ds-footer"],injectedCss:["a::before {position:relative!important;}"]},{id:"healthline",matches:"www.healthline.com",excludeSelectors:[".icon-hl-trusted-source-after"]},{id:"ebay",matches:"www.ebay.com",excludeSelectors:["headers","[itemprop=offers]",".dne-itemtile-original-price"],paragraphMinTextCount:4,paragraphMinWordCount:2,globalStyles:{"[itemprop=name]":"-webkit-line-clamp: unset;max-height: unset;",".merch-item-title":"-webkit-line-clamp: unset;max-height: unset;"}},{id:"skinstore",matches:"www.skinstore.com",excludeSelectors:[".responsiveFlyoutMenu_levelOneLink"],paragraphMinTextCount:4,paragraphMinWordCount:2},{id:"tripadvisor",matches:"www.tripadvisor.com",paragraphMinTextCount:4,paragraphMinWordCount:2},{id:"primevideo",matches:["www.primevideo.com","https://*.amazon.co.*/*video*","https://*.amazon.com/*video*"],"excludeSelectors.add":["#dv-web-player"],"mutationExcludeSelectors.add":["#dv-web-player *"],"subtitleRule.add":{type:"ebutt",hookType:"xhr",subtitleUrlRegExp:"\\.ttml2$",loadingContainerSelector:"#dv-web-player"}},{id:"amazon",matches:"www.amazon.com",paragraphMinTextCount:4,paragraphMinWordCount:2,extraBlockSelectors:[".a-size-small.a-link-normal.page-banner-link.a-nowrap"],globalStyles:{".a-carousel-viewport":"height:unset;","[class*='clamp']":"max-height: unset;-webkit-line-clamp: unset;","[data-rows]":"max-height: unset;-webkit-line-clamp: unset;","[data-a-expander-name='review_text_read_more']":" max-height: unset;"},excludeSelectors:["#navFooter","#navbar-main",".s-price-instructions-style","[class*='-star ']","[data-hook='acr-average-stars-rating-text']",".a-color-price"]},{id:"visualstudioMarketplace",matches:"marketplace.visualstudio.com",additionalExcludeSelectors:[".core-info-second-row",".core-info-third-row",".meta-data-list",".item-title",".breadcrumb",".itemDetails-right",".ux-user-name",".ux-updated-date",".ux-item-second-row-wrapper",".stats-and-offer",".header-container"],atomicBlockSelectors:[".core-info-cell > div.name"],globalStyles:{".item-details-control-root.ux-item-shortdesc":"height: unset; overflow: visible; max-height:unset;"}},{id:"bloomberg",matches:"www.bloomberg.com",urlChangeDelay:2e3,excludeSelectors:[".ticker-bar","nav","[aria-label=Banner]","aside","[data-component=ticker-bar]","footer.bb-global-footer",".vjs-text-track-display"],"bodyRule.add":{bodySelector:"main article",articleSelector:".body-content"},"subtitleRule.add":{type:"webvtt",subtitleUrlRegExp:"webvtt$",loadingContainerSelector:".vjs-text-track-display",quickButtonRule:{appendSelector:".vjs-control-bar",insertBeforeSelector:".vjs-playback-rate"}}},{id:"baiduXueshu",matches:"xueshu.baidu.com",globalStyles:{".abstract_wr":"height: unset; overflow: visible; max-height:unset;"}},{id:"sciencedirect",matches:"www.sciencedirect.com",urlChangeDelay:2e3,stayOriginalSelectors:["span.display","span.math"],extraBlockSelectors:["span.captions","span[id^=cap]"],globalAttributes:{"#abspara0010 br":{style:"display:none;"}}},{id:"thehighestofthemountains",matches:"www.thehighestofthemountains.com",extraBlockSelectors:"div"},{id:"telegraph1",matches:"te.legra.ph",normalizeBody:"div.ql-editor[contenteditable='false']",urlChangeDelay:500},{id:"telegraph2",matches:["telegra.ph"],normalizeBody:"div.ql-editor[contenteditable='false']",wrapperPrefix:` `},{id:"annasArchive",matches:["*.annas-archive.org","annas-archive.org"],selectors:[],globalStyles:{"div[id^='link-index-']":"height: unset; max-height: unset;","main div[class*='h-[125]']":"height:auto"},normalizeBody:"body",extraBlockSelectors:["a.custom-a"]},{id:"explainshell",matches:["explainshell.com"],selectors:["[class='help-box']"]},{id:"apnews",matches:["apnews.com"],urlChangeDelay:2e3},{id:"googlePlay",matches:"play.google.com",excludeSelectors:[".vlGucd",".ubGTjb"],globalStyles:{".Epkrse":"-webkit-line-clamp:unset;"}},{id:"tumblr",matches:["www.tumblr.com"],selectors:["article h1","article > header + div","[data-testid=notes-root] p","div.k31gt","p","article ul","article h2","article h3","article h4","article h5","article h6","article blockquote","article ol"],excludeSelectors:["div.fAAi8","div.wvu3V"],preWhitespaceDetectedTags:["DIV","SPAN","P"]},{id:"tinytask",matches:"https://www.tinytask.net",globalStyles:{"table > tbody > tr > td > center > table > tbody > tr > td > ul > li":"height: 100%"}},{id:"foxnews",matches:"www.foxnews.com",shadowRootSelectors:["[data-spot-im-module-default-area='conversation'] > div"],"excludeTags.add":["TEXT","IMG","SUB","SUP","CODE","TT","ASIDE"],excludeSelectors:[".site-footer",".components-MessageDetails-index__message-details-wrapper","div[class^=SlideDown__container]",".components-MessageActions-index__messageActionsWrapper","span[data-openweb-allow-amp]","div.spcv_typing-users"]},{id:"afreecatv",matches:"www.afreecatv.com",globalStyles:{"a.title":"max-height:unset;-webkit-line-clamp:unset;"}},{id:"opennet",matches:"opennet.ru","excludeTags.add":["LABEL","IMG","SUB","SUP","CODE","TT"],"excludeTags.remove":["LINK","G","MATH","TTS-SENTENCE","AIO-CODE"]},{id:"construct",matches:["www.construct.net"],excludeMatches:["preview.construct.net","editor.construct.net"],additionalSelectors:["aside","div.manualContent"],atomicBlockSelectors:[],stayOriginalSelectors:["a.usernameReference"],additionalInlineSelectors:["a.forumLink"],additionalExcludeSelectors:["div.topNav","div.usernameLink","ul.authorDetails","ul.tagViewer","ul.breadCrumbNav","ul.subForumForums","ul.postTools","li.comment ul.controls","div.forumTopNavWrap","div.downloadWrap","div.articleLeftMenu","div.usernameTextWrap","div.favouriteWrap","div.bannerWrapper","div.viewAddonRightMenu","div.extendedMenu.addonsSubMenu","#BottomLinks.bottomLinks","div#LeftSide.leftSide","div#BottomWrap.bottomWrap","div.courseListWrap div.overview","div.conversationControls","div.contentWrapper h1","div.conversationControls","td.location a#LocationLink","#TopLevelComments .topBar","#TopLevelComments .controls",".tagViewWrap",".changeCount",".otherStats",".FilterMenu",".mobileTopicStats",".forumControlsWrapper",".forumsBottomNavWrap",".breadCrumbNav",".favouriteWrap",".usernameLink",".followWrapper",".blogPostStats",".manualContent dl dt"],globalStyles:{"td.location a#LocationLink":"padding-top: 4px;","div.articleMain .tutCourseWrap":"align-items: flex-start;"}},{id:"getpocket",matches:"getpocket.com",selectors:["h2","div.excerpt p","article","h1"],globalStyles:{"h2.title":"max-height:unset;-webkit-line-clamp:unset;","div.excerpt p":"max-height:unset;-webkit-line-clamp:unset;"}},{id:"fandom",matches:"*.fandom.com",urlChangeDelay:800,normalizeBody:"#mw-content-text",globalStyles:{"#mw-content-text > div > div:nth-child(1)":"height:100%;"},additionalExcludeSelectors:["header.fandom-community-header","div.ph-registration-buttons"]},{id:"huggingface",matches:"huggingface.co",globalStyles:{".line-clamp-2":"-webkit-line-clamp:unset;max-height:unset;"}},{id:"statista",matches:"www.statista.com",globalStyles:{".itemContent__text":"height:unset;max-height:unset;",".itemContent__subline":"height:unset;max-height:unset;"}},{id:"epubReader",matches:"epub-reader.online",globalStyles:{"span.slide-contents-item-label":"overflow:visible;max-height:unset;white-space:normal;"},atomicBlockSelectors:["div.slide-contents-item"]},{id:"you",matches:"https://you.com/search",globalStyles:{h3:"max-height:unset;-webkit-line-clamp:unset;",".caKYaC":"max-height:unset;-webkit-line-clamp:unset;",".dDwDsu":"max-height:unset;-webkit-line-clamp:unset;"},excludeSelectors:["div.hpIWZO"]},{id:"auth0Openai",matches:"auth0.openai.com",excludeSelectors:["form","header > h1"]},{id:"chatOpenai",matches:"chat.openai.com",excludeSelectors:["div.absolute.bottom-0.left-0.w-full","h1","div#headlessui-portal-root","nav","ul[aria-multiselectable]",".markdown *","div[class='flex flex-col items-start']","div[class='flex items-center justify-center gap-1 border-b border-black/10 bg-gray-50 p-3 text-gray-500 dark:border-gray-900/50 dark:bg-gray-700 dark:text-gray-300']"],"excludeTags.remove":["BUTTON"],isTranslateTitle:!1,wrapperPrefix:"",globalStyles:{"[class*='line-clamp']":"max-height:unset;-webkit-line-clamp:unset;height:unset;white-space:unset;"},aiRule:{streamingSelector:".result-streaming.markdown",messageWrapperSelector:".markdown",streamingChange:!0,streamingDeepChild:!0,streamingDelayTime:1e3}},{id:"poe",matches:["https://poe.com/*"],excludeSelectors:[".Markdown_markdownContainer__Tz3HQ *",".MarkdownLink_linkifiedLink__KxC9G","menu","aside"],aiRule:{streamingSelector:".ChatStopMessageButton_stopButton__LWNj6",messageWrapperSelector:".Markdown_markdownContainer__Tz3HQ",streamingChange:!1,streamingDeepChild:!0,streamingDelayTime:1e3}},{id:"glasp",matches:"glasp.co",excludeSelectors:[".home_overview_list_content_wrapper"]},{id:"developerChrome",matches:"developer.chrome.com",excludeSelectors:["web-tabs","ul.code-sections--summary"]},{id:"android",matches:["developer.android.google.cn","developer.android.com"],observeUrlChange:!0,additionalSelectors:["aside","google-codelab-step"]},{id:"ft",matches:"www.ft.com",excludeSelectors:["header","[aria-labelledby=cookie-banner-aria-label]","footer","[aria-label='Primary navigation']"]},{id:"microsoft",matches:"https://apps.microsoft.com/store/detail/*",additionalSelectors:["pre"],globalStyles:{".line-clamp":"-webkit-line-clamp:unset;max-height:unset;"},isTransformPreTagNewLine:!0},{id:"gitlab",matches:"gitlab.com",excludeSelectors:[".tree-content-holder","nav",".home-panel-metadata","div[data-testid=project_topic_list]",".commit"]},{id:"tiktok",matches:"https://www.tiktok.com/*/video/*",selectors:["[data-e2e^=comment-level]","[data-e2e=browse-video-desc] > span"]},{id:"rfcEditor",matches:["www.rfc-editor.org","docs.haproxy.org"],isTransformPreTagNewLine:!0,"excludeTags.add":["IMG","SUB","SUP","CODE","TT","ASIDE","FOOTER"],"excludeTags.remove":["LINK","G","PRE","TTS-SENTENCE","AIO-CODE"]},{id:"steamcommunity",matches:"steamcommunity.com",globalStyles:{".forum_topic,.rightbox_list_option":"height:auto;",".forum_topic_name":"white-space:normal;line-height: 1.25rem; padding: 6px 20px 0 0;",".forum_topic_op":"clear: left; padding: 0 0 6px 2rem;"},excludeSelectors:[".forum_paging",".forum_topic_reply_count",".forum_topic_lastpost",".forum_topic_award_count",".discussion_search_pagingcontrols"]},{id:"steampoweredApp",matches:"store.steampowered.com/app/*",selectors:[".game_description_snippet",".game_area_description","#earlyAccessHeader","[id^='ReviewContent'] .content",".ModalOverlayContent"],excludeSelectors:["#global_actions","#store_controls","#foryou_tab","[class*=persona]","[class*=game_title_area]","a.btn_medium",".persona_name",".hours.ellipsis",".checkcol",".postedDate",".dev_row .summary",".already_in_library",".game_header_image_ctn .grid_content",".ds_flag.ds_wishlist_flag",".early_access_review.tooltip",".communitylink_achievement_images",".user_reviews_summary_row.summary",".review_award_ctn",".add_to_wishlist_area",".next_in_queue_content",".glance_tags.popular_tags",".game_purchase_action",".vote_button_ctn","#VoteUpDownBtnCtn","#footer","#ViewAllReviewssummary"],atomicBlockSelectors:[".game_area_sys_req_leftCol",".game_area_sys_req_rightCol"],extraInlineSelectors:[".pulldown"],additionalSelectors:[".game_page_autocollapse_ctn iframe"],globalStyles:{".game_description_snippet":"max-height:unset; overflow: scroll;",".game_purchase_area_friends_want":"height: auto; padding-bottom: 6px;",".div.early_access_banner":"height: 84px",".franchise_notice > *":"height: 84px"},detectParagraphLanguage:!0},{id:"steampowered",matches:"store.steampowered.com",detectParagraphLanguage:!0},{id:"nature",matches:"https://www.nature.com/articles/*",excludeSelectors:[".c-header",".c-recommendations-header",".c-recommendations-list-container",".c-article-references__links",".c-article-identifiers",".c-article-author-list",".c-article-metrics-bar__wrapper",".c-article__pill-button","#author-information-content","#article-info-section"]},{id:"webofscience",matches:"https://www.webofscience.com/*",globalStyles:{".abstract":"height:auto !important;",".show-more-lines":"height:unset !important;"},excludeSelectors:[".summary-left-panel",".authors","app-full-record-keywords mark"],mutationObserverContainerSelectors:["[data-ta='summary-record-title-link']","#FullRTa-fullRecordtitle-0"],extraBlockSelectors:["app-summary-authors + div","app-full-record-keywords span span"],observeUrlChange:!0,urlChangeDelay:600,mutationChangeDelay:600},{id:"appleinsider",matches:["appleinsider.com"],excludeSelectors:["#topic-nav"]},{id:"jetbrains",matches:"https://www.jetbrains.com/help/*",extraBlockSelectors:["[data-test=prompt]"]},{id:"crates",matches:["https://crates.io/search*"],selectors:["div[class^=_description-box] div[class^=_description]"]},{id:"theverge",matches:"www.theverge.com",shadowRootSelectors:["div#coral_thread > div"]},{id:"simp",matches:"https://beta.simp.red/trans*",mainFrameSelector:".simpread-read-root"},{id:"lookintobitcoin",matches:"https://www.lookintobitcoin.com/charts/*",excludeSelectors:["svg"]},{id:"openaiAccount",matches:"https://platform.openai.com/account/api-keys*",urlChangeDelay:1500},{id:"openaiDocs",matches:"https://platform.openai.com/docs*","excludeSelectors.add":[".pheader"]},{id:"pkgStd",matches:"https://pkg.go.dev/std",selectors:["td.UnitDirectories-desktopSynopsis"]},{id:"pkg",matches:"https://pkg.go.dev/*",selectors:["div.UnitDetails p"]},{id:"explainpaper",matches:["https://www.explainpaper.com/reader*"],isTranslateTitle:!1,selectors:[".leading-relaxed",".chat-messages p",".text-sm"]},{id:"colab",matches:"https://colab.research.google.com/*",excludeSelectors:["code","view-line"]},{id:"gatesnotes",matches:"www.gatesnotes.com",minZIndex:-1},{id:"kakao",matches:"page.kakao.com",shadowRootSelectors:["div[style^='visibility: visible'"]},{id:"coinmarketcap",matches:"coinmarketcap.com",extraBlockSelectors:["div[class='sc-3502f6cd-0 JxHqg']"]},{id:"wandb",matches:"wandb.ai",additionalSelectors:[".report-page-top"],additionalStayOriginalSelectors:["span[data-slate-inline=true]"],extraInlineSelectors:[]},{id:"paulgraham",matches:"paulgraham.com",additionalSelectors:["font[face=verdana]"],extraBlockSelectors:"font[face=verdana]"},{id:"zendesk",matches:"https://*.zendesk.com/agent/*",selectors:["[data-test-id*=subject]",".zd-comment",".title"]},{id:"migadu",matches:"webmail.migadu.com",selectors:[".bodyText"]},{id:"thehackernews",matches:"thehackernews.com",excludeSelectors:["span#blog-pager-older-link","span.h-datetime"],additionalSelectors:[".pop-title"]},{id:"brown",matches:"cs.brown.edu",excludeSelectors:[".SCodeFlow"]},{id:"tass",matches:"tass.ru",globalStyles:{"#__next":"font-size: 19px;line-height:28px;"}},{id:"chatGoogle",matches:"chat.google.com",selectors:["[jsname=bgckF]"]},{id:"fiverr",matches:"https://www.fiverr.com/inbox/*",selectors:[".message-body"]},{id:"fiverr-main",matches:"*.fiverr.com",globalStyles:{"h3 > a":"-webkit-line-clamp:unset;overflow:unset;",h3:"-webkit-line-clamp:unset;overflow:unset;",h5:"-webkit-line-clamp:unset;overflow:unset;",p:"-webkit-line-clamp:unset;overflow:unset;",".YLycza2.u9KHmsf":"height:unset;max-height:unset;",".lt2ar2q.EhHcMiw":"height:unset; max-height: unset;"},excludeSelectors:[".popular"]},{id:"jira",matches:["jira.*.com/browse/*","jira.*.com/projects/*"],selectors:["[id=descriptionmodule]","[id=summary-val]","div.action-body","td.stsummary"]},{id:"ahaIo",matches:["*.aha.io"],selectors:["[tabindex='0']","div.user-content","div.comments__body","span.name"]},{id:"thehill",matches:"thehill.com",injectedCss:[".most-popular-item { max-height: unset !important; }",".most-popular-item__link { -webkit-line-clamp: unset !important; }"],excludeSelectors:["div.featured-cards__byline","div.list-item__meta",".tags__item","div.extended-scroll__header",".submitted-by",".site-header--has-alert-banner",".homepage__container__opinion__item__byline",".homepage__container__header",".archive__item__meta"]},{id:"ubuntu",matches:"manpages.ubuntu.com",selectors:["pre"],atomicBlockTags:["pre"]},{id:"spiedigitallibrary",matches:"www.spiedigitallibrary.org","excludeTags.add":["IMG","SUB","SUP","CODE","TT","ASIDE","FOOTER"],"excludeTags.remove":["LINK"]},{id:"promptingguide",matches:"www.promptingguide.ai",selectors:["article","li"]},{id:"ground",matches:"ground.news",globalStyles:{".line-clamp-3":"-webkit-line-clamp: unset !important;"}},{id:"ietf",matches:"*.ietf.org/doc/html/*",additionalSelectors:["pre"],isTransformPreTagNewLine:!0,preWhitespaceDetectedTags:["DIV","SPAN","PRE"]},{id:"newsminimalist",matches:"https://www.newsminimalist.com/",extraBlockSelectors:[".inline-flex"],"excludeTags.remove":["BUTTON"]},{id:"yandexIndex",matches:"https://yandex.com/",selectors:[".tabs__item-text"]},{id:"yandexSearch",matches:"https://yandex.com/search/*",excludeSelectors:[".KeyValue-Row",".EntityFeedbackFooter",".Organic-Subtitle",".SerpFooter-Content",".serp-user",".Pager"],globalStyles:{".ExtendedText-Toggle":"white-space:normal;"}},{id:"yandex",matches:"https://yandex.com/video/*",selectors:[".serp-item__title",".serp-item__text",".Keypoints-ItemTitle",".bes-epmjnzm-idtktyj",".OrganicTitle-LinkText","h1.VideoTitle"],globalStyles:{".serp-item__title":"-webkit-line-clamp: unset;max-height:unset;",".serp-item__text":"-webkit-line-clamp: unset;max-height:unset;",".OrganicTitle-LinkText":"-webkit-line-clamp: unset;max-height:unset;","h1.VideoTitle":"-webkit-line-clamp: unset;max-height:unset;",".link .serp-item__keypoints":"bottom:2px;",".OrganicTitle":"max-height:unset;"}},{id:"perplexity",matches:"https://www.perplexity.ai",globalStyles:{".line-clamp-1":"-webkit-line-clamp: unset !important;",".line-clamp-2":"-webkit-line-clamp: unset !important;"},"mutationConfig.add":{buildTimeout:1e3,consumeTimeout:1e3},additionalStayOriginalSelectors:["a.citation"],selectors:[".prose",".my-md",".line-clamp-2",".line-clamp-1"]},{id:"allmyfaves",matches:"https://allmyfaves.com/",selectors:["p"],paragraphMinTextCount:2,paragraphMinWordCount:1},{id:"man7",matches:"man7.org",isTransformPreTagNewLine:!0,globalStyles:{pre:"white-space: inherit;"}},{id:"kadaza",matches:"https://www.kadaza.com/",selectors:[".header span.title",".custom-content-footer"],containerMinTextCount:2,containerMinWordCount:1,paragraphMinTextCount:2,paragraphMinWordCount:1},{id:"urlChangeDelay",matches:["https://babelnovel.com/books/*","https://www.webnovel.com/book/*","https://platform.openai.com/docs/*","docs.oracle.com","docs-cortex.paloaltonetworks.com","forum.m5stack.com/topic/*","community.m5stack.com/topic/*"],urlChangeDelay:0,_comment:"\u89E3\u51B3url\u53D8\u5316\u91CD\u590D\u7FFB\u8BD1\u95EE\u9898"},{id:"genuine",matches:"blog.genuine.com",excludeSelectors:["div.enlighter"]},{id:"chinadaily",matches:"www.chinadaily.com.cn",injectedCss:["a { height: unset !important; }","li { height: unset !important; }","div { height: unset !important; }",".immersive-translate-target-inner {color:black;}"],excludeSelectors:[".topNav",".topNav2_art > span",".topNav_art2 > .dropdown",".dibu-three",".topBar"]},{id:"braynzarsoft",matches:"www.braynzarsoft.net",selectors:["div#view-question-desc"]},{globalAttributes:{"#stimulus":{translate:"off",class:"stimulus"},"#stem":{translate:"off",class:"stem"}},id:"lawhub",matches:"https://lawhub.lsac.org/question/*"},{id:"yuque",matches:"https://www.yuque.com/*",excludeSelectors:[".lark-virtual-tree"]},{id:"bearblog",matches:"https://bearblog.dev/discover/*",excludeTags:["small"]},{id:"researchgate",matches:"www.researchgate.net",excludeSelectors:[".nova-legacy-v-publication-item__meta-data",".nova-legacy-v-publication-item__person-list",".js-authors-list"]},{id:"theatlantic",matches:["www.theatlantic.com","https://mashable.com/*"],"excludeSelectors.add":["footer:last-of-type","nav","header div.subtitle-2.w-full"],initialSelectorGlobalAttributes:{"footer:last-of-type":{translate:"no"},"nav:last-of-type":{translate:"no"},nav:{translate:"no"}}},{id:"youtrackJetbrains",matches:"youtrack.jetbrains.com/articles/*",selectors:["[role=presentation]","[data-test=article-content]"],excludeSelectors:[".toolbar__ee8"]},{id:"dw",matches:"www.dw.com",initialSelectorGlobalAttributes:{"footer:last-of-type":{translate:"no"},"nav:last-of-type":{translate:"no"},nav:{translate:"no"}},excludeSelectors:[".focus-menu-shown"]},{id:"sentry",matches:"docs.sentry.io",initialSelectorGlobalAttributes:{"footer:last-of-type":{translate:"no"},".navbar":{translate:"no"}},"extraInlineSelectors.add":[".term-wrapper","span.description"]},{id:"openai-blog",matches:"https://openai.com/blog/*","stayOriginalTags.remove":["CODE"]},{id:"urlComment",selectorMatches:["meta[name='generator'][content^='Discourse']"],urlChangeDelay:0,_comment:"\u89E3\u51B3url\u53D8\u5316\u4F46\u662F\u9875\u9762\u4E0D\u53D8\u7684\u95EE\u9898"},{id:"feedly",matches:"feedly.com",globalStyles:{".TitleOnlyLayout":"height:unset !important;",".EntrySummary--u4":"-webkit-line-clamp: unset;max-height:unset;",".EntrySummary--u5":"-webkit-line-clamp: unset;max-height:unset;"},excludeSelectors:[".Leftnav"]},{id:"bardGoogle",matches:"bard.google.com",excludeSelectors:["mat-sidenav","div.capabilities-disclaimer","#cdk-overlay-6","message-actions button",".mdc-button__label .ng-star-inserted",".mdc-list-item__primary-text"],isTranslateTitle:!1,"excludeTags.add":["mat-tooltip-component"],"excludeTags.remove":["BUTTON"]},{id:"whatsapp",matches:"web.whatsapp.com",selectors:[".copyable-text > span"],wrapperPrefix:` -`,wrapperSuffix:"
"},{id:"bing",matches:"https://*.bing.com/search*",extraInlineSelectors:["a","i"],globalStyles:{"[class*='lineclamp'],.b_title":"-webkit-line-clamp:unset;"}},{id:"yahoo",matches:"*.yahoo.*",excludeSelectors:["._ys_jiqava","#ybar-inner-wrap","#Col2-5-Rmp-Proxy"],extraBlockSelectors:[".SIPGg",".sc-kzMCTH.pSZXj"],globalStyles:{"#atomic .Mt\\(20px\\)":"margin-top: 100px;","[class*='LineClamp']":"-webkit-line-clamp:unset;max-height:unset;","a[class*='js-content-viewer']> div[class*='Td\\(n\\)']":"overflow: scroll;","[class*='_ys_24482e']":"-webkit-line-clamp:unset;","#Aside > :first-child":"overflow:scroll;"}},{id:"wsj",matches:"www.wsj.com",excludeSelectors:["header","footer","nav","[aria-label='Markets summary']"]},{id:"businessinsider",matches:"www.businessinsider.com",excludeSelectors:["header","nav","section.live-updates-module "]},{id:"goodreads",matches:"www.goodreads.com",excludeSelectors:[".badgeYear",".gr-mediaBox__desc",".bookVotedRow",".minirating","div[itemprop='aggregateRating']",".wtrButtonContainer",".RatingsHistogram__labelTitle",".FollowButton",".siteHeader__topLevelLink","#books > thead","td[class*='rating']","td[class*='shelves']","td[class*='date_read']","td[class*='date_added']","td[class*='actions']"]},{id:"feeder",matches:"https://feeder.co/*",globalStyles:{".item-summary":"-webkit-line-clamp:unset;"}},{id:"elektrotechnik",matches:"https://www.elektrotechnik.rwth-aachen.de/*",globalAttributes:{"[class='notranslate']":{class:""}}},{id:"nytimes",matches:"www.nytimes.com",excludeSelectors:["#app > div > div > header","#app > div > div > div > div > header","#in-story-masthead"],injectedCss:["a::after {position:relative!important;}"]},{id:"bugsKde",matches:"bugs.kde.org","excludeTags.remove":["svg","PRE"],additionalExcludeSelectors:[".bz_first_comment_head",".bz_comment_head",".related_actions"]},{id:"eastmoney",matches:"guba.eastmoney.com",searchEnhancementConfig:[{id:"eastmoney",urlMatch:"guba.eastmoney.com/news,us\\w+,\\w+.html",delayTime:0,selector:".moneyFlowContainer",selectorAction:"insertBefore",style:{container:"background:white;border:none;border-radius: 4px;box-shadow: 0 2px 4px hsla(216,5%,62%,.14);",source:"font-size:12px; margin-bottom: 0px;",keyword:"color:#294688",title:"font-size:14px;color:#294688;",enTitle:"margin-top:4px;font-size:12px;",searchTitle:"margin:4px 0 16px;position:relative;padding-right:24px;font-size: 16px;",time:"margin: 0px 0 16px;",more:"color:#294688;margin-top:8px;"},keyword:{value:"[0]$1 stock",matches:[{source:"url",matchRegex:"guba.eastmoney.com/news,us(\\w+?),\\S+.html"}]},showCount:8},{id:"eastmoney",urlMatch:"guba.eastmoney.com/list,us\\w+.*.html",delayTime:0,selector:".qualityContentContainer",selectorAction:"insertBefore",style:{container:"background:white;border:none;border-radius: 4px;box-shadow: 0 2px 4px hsla(216,5%,62%,.14);",source:"font-size:12px; margin-bottom: 0px;",keyword:"color:#294688",title:"font-size:14px;color:#294688;",enTitle:"margin-top:4px;font-size:12px;",searchTitle:"margin:4px 0 16px;position:relative;padding-right:24px;font-size: 16px;",time:"margin:0px 0 16px;",more:"color:#294688;margin-top:8px;"},keyword:{value:"[0]$1:[0]$2",matches:[{source:{type:"selector",attribute:"href"},matchRegex:"code=(\\w+)_(\\w+)",match:"a[href*='rank/stock?code=']"}]},showCount:8}]},{id:"xueqiu",matches:"xueqiu.com",searchEnhancementConfig:[{id:"xueqiu",urlMatch:"xueqiu.com/S/[a-zA-Z]+/?$",delayTime:0,selector:".container-side-sm.float-right.stock__side",selectorAction:"appendChild",style:{container:"background:white;border:none;border-radius: 4px;padding:0;",source:"font-size:12px; margin-bottom: 0px;",keyword:"color:#06c",title:"font-size:14px;color:#06c;",enTitle:"margin-top:4px;font-size:12px;",searchTitle:"margin:4px 0 16px;position:relative;padding-right:24px;font-size: 16px;font-weight: bold;",time:"margin:0px 0 16px;",more:"color:#06c;margin-top:8px;"},showCount:8,keyword:{value:"[0]$1",matches:[{source:{type:"selector",attribute:"text"},matchRegex:"\\((.+)\\)",match:".stock-name"}]}}]},{id:"laohu8",matches:"www.laohu8.com",searchEnhancementConfig:[{id:"laohu8",urlMatch:"www.laohu8.com/stock/[a-zA-Z]+/?$",delayTime:0,selector:".hot-stocks-root",selectorAction:"insertBefore",style:{container:"background:white;border:none;border-radius: 4px;box-shadow: 0 2px 4px hsla(216,5%,62%,.14);",source:"font-size:12px; margin-bottom: 0px;",title:"font-size:14px;color: #007bff;",enTitle:"margin-top:4px;color: #4d5156;font-size:12px;",searchTitle:"margin:4px 0 16px;position:relative;padding-right:24px;font-size: 16px;",time:"margin: 0px 0 16px;"},keyword:{value:"[0]$1 stock",matches:[{source:"url",matchRegex:"stock/([a-zA-Z]+)"}]},showCount:8}]},{id:"futunn",matches:"www.futunn.com",searchEnhancementConfig:[{id:"futunn",urlMatch:"www.futunn.com/stock/\\w+-US",delayTime:0,selector:".right",selectorAction:"appendChild",style:{container:"background:white;border:none;border-radius: 4px;box-shadow: 0 2px 4px hsla(216,5%,62%,.14);",source:"font-size:12px; margin-bottom: 4px;",title:"font-size:14px;color: #007bff;",enTitle:"margin-top:4px;color: #4d5156;font-size:12px;",searchTitle:"margin:4px 0 16px;position:relative;padding-right:24px;font-size: 16px;",time:"margin: 4px 0 20px;"},keyword:{value:"[0]$1 stock",matches:[{source:"url",matchRegex:"stock/([a-zA-Z]+)-US"}]},showCount:8}]},{id:"bmvrMarseille",matches:"www.bmvr.marseille.fr",globalStyles:{"a > div":"display:block;","[style*='358px;']":"width: 33.3333%; height: auto; padding: 0px; position: relative; margin: 0px;"},globalAttributes:{"#app":{class:""}}},{id:"piAi",matches:"pi.ai/talk",globalStyles:{"[class*='text-brand-green']":"flex-direction:column;"}},{id:"claudeAi",matches:"claude.ai",excludeSelectors:[".contents *"],"excludeTags.remove":["PRE"],injectedCss:"[data-testid='chat-menu-trigger'] br {display:none;}",aiRule:{messageWrapperSelector:".contents",messageContainerSelector:".ReactMarkdown",messageStreamEndSelector:".contents > button",streamingChange:!0,streamingDeepChild:!1,streamingDelayTime:1e3}},{id:"feishu",matches:["*.feishu.cn","*.larkoffice.com","*.larksuite.com"],"additionalExcludeSelectors.remove":[".notranslate","[translate=no]"],mutationObserverLimitTargetSelectors:[".maindocbody","div[class*='render']","div[class*='block']"],"excludeSelectors.add":[".catalogue__list"]},{id:"gitbook",selectorMatches:[".gitbook-root"],"additionalExcludeSelectors.remove":[".notranslate","[translate=no]"],"additionalExcludeSelectors.add":["[spellcheck='false']"]},{id:"mitre",matches:"cwe.mitre.org",globalStyles:{"span.list_entry":"height: unset;"}},{id:"kaggle",matches:"www.kaggle.com",excludeTags:["i","button"]},{id:"ieee",matches:"spectrum.ieee.org",extraBlockSelectors:["small"]},{id:"ieeexplore",matches:"ieeexplore.ieee.org",stayOriginalSelectors:["a[ref-type]",".inline-formula",".display-formula"]},{id:"cnn",matches:"*.cnn.com","excludeSelectors.add":[".ad-slot-header__wrapper","#pageFooter"],"bodyRule.add":{bodySelector:".layout__content-wrapper",articleSelector:".article__content-container"}},{id:"marginalrevolution",matches:"marginalrevolution.com",globalAttributes:{header:{translate:"unset;"}}},{id:"highfrequencyelectronics",matches:"www.highfrequencyelectronics.com",globalStyles:{"#main-content":"overflow:unset;"}},{id:"githubBlog",matches:"github.blog",globalStyles:{".font-mktg":"word-break:normal;"}},{id:"semanticscholar",matches:"www.semanticscholar.org",selectors:[".cl-paper-title",".cl-paper-abstract",".tldr-abstract-replacement",".text-truncator",".paper-detail-title"]},{id:"uni-trier",matches:"dblp.uni-trier.de",selectors:["h1","h2",".title",".external","dd p"],excludeSelectors:[".side-column"]},{id:"bilibili",matches:"www.bilibili.com","excludeSelectors.add":[".bpx-player-subtitle-panel-text"],"subtitleRule.add":{type:"bilibili",subtitleUrlRegExp:"aisubtitle.hdslb.com/bfs",loadingContainerSelector:".bpx-player-subtitle-panel"}},{id:"time",matches:"time.com",excludeSelectors:[".date-and-duration"],globalStyles:{".headline":"-webkit-line-clamp:unset;overflow:unset;height:unset;",h3:"-webkit-line-clamp:unset;overflow:unset;",p:"-webkit-line-clamp:unset;overflow:unset;"}},{id:"docs-swift",matches:"docs.swift.org",selectors:[".content","#menu"]},{id:"uzh",matches:"www.uzh.ch",injectedCss:[".TextImage--inner {overflow:auto !important;}"]},{id:"mail-yandex",matches:"mail.yandex.com",selectors:["article",".Text_color_primary",".mail-MessageSnippet-Item_subject"],globalStyles:{".mail-MessageSnippet":"height: unset; line-height:unset;",".immersive-translate-target-translation-block-wrapper":"margin:unset;"}},{id:"forums.zotero",matches:"forums.zotero.org",selectors:[".page-sidebar",".page-content"]},{id:"pubmed.ncbi.nlm.nih.gov",matches:"pubmed.ncbi.nlm.nih.gov",urlChangeDelay:0,excludeSelectors:[".docsum-journal-citation",".citation-part",".docsum-authors",".top-wrapper",".article-source",".citation-doi",".identifiers",".cite",".share",".arrow-link"],globalAttributes:{"#Scholarscope_HighlightContent":{class:""},"#Scholarscope_HighlightOrigin":{class:"Scholarscope_HighlightContents"}},mutationExcludeContainsSelectors:["#Scholarscope_HighlightContent highlight"],mutationExcludeSelectors:["#Scholarscope_HighlightContent","#Scholarscope_HighlightContent span"],injectedCss:["#Scholarscope_HighlightOrigin > p font,#Scholarscope_HighlightContent > p font {display: inline!important;}","#Scholarscope_HighlightOrigin > p font br,#Scholarscope_HighlightContent > p font br {display: none!important;}"]},{id:"chosun",matches:"www.chosun.com",injectedCss:"body {word-break: unset!important;}"},{id:"yna",matches:"*.yna*",injectedCss:["font > br {display:none}"],globalStyles:{"a,strong":"max-height:unset;-webkit-line-clamp:unset;height:unset;white-space:unset;","div,p,li,.item-box01,.news-con":"height:unset;max-height:unset;-webkit-line-clamp:unset;"},"additionalExcludeSelectors.remove":[".notranslate","[translate=no]"]},{id:"cnet",matches:"www.cnet.com",globalStyles:{"h3,div,span,p":"max-height:unset;-webkit-line-clamp:unset;height:unset;white-space:unset;"}},{id:"dolmods",matches:"dolmods.net",globalStyles:{"[class*='max-h']":"max-height:unset!important;"}},{id:"digitimes",matches:"www.digitimes.com",globalStyles:{"a,.title,.abstract,.display-5,.top":"max-height:unset;-webkit-line-clamp:unset;height:unset;white-space:unset;"},"excludeSelectors.add":[".main-nav-frame",".sub-header-wrapper",".footer",".date"],"additionalExcludeSelectors.remove":[".notranslate","[translate=no]"]},{id:"vdi-nachrichten",matches:"www.vdi-nachrichten.com","excludeSelectors.add":[".header-menu__item > a",".linkbar__item",".header__button-group"]},{id:"htdp",matches:"htdp.org",excludeTags:["blockquote"],stayOriginalSelectors:[".RktIn"]},{id:"newsletterss",matches:"newsletterss.com",initialGlobalAttributes:{iframe:{scrolling:"auto"}}},{id:"docusaurus",selectorMatches:["#__docusaurus"],"excludeSelectors.add":["aside",".DocSearch-Modal"]},{id:"mercari",matches:"*.mercari.com","excludeTags.remove":["PRE"]},{id:"qqMail",matches:"mail.qq.com",useIframePostMessage:!1},{id:"nikkei",matches:"www.nikkei.com",globalStyles:{"h3,div,span,p":"max-height:unset;-webkit-line-clamp:unset;height:unset;white-space:unset;"}},{id:"pubs.rsc.org",matches:"pubs.rsc.org",excludeSelectors:[".eqn"]},{id:"indeed",matches:"*.indeed.com",globalStyles:{"span,.css-19rjr9w.e1wnkr790":"max-height:unset;-webkit-line-clamp:unset;height:unset;white-space:unset;"},"excludeTags.remove":["BUTTON"]},{id:"brutalist",matches:"brutalist.report",selectors:["li > a:first-child","aside","nav > a","h1 > a","h3 > a","h2 >a"],"additionalExcludeSelectors.remove":[".notranslate","[translate=no]"]},{id:"maxroll",matches:["maxroll.gg"],extraInlineSelectors:[".d4t-sprite-icon",".d4t-icon"],injectedCss:["font {font-family: sans-serif !important;}"]},{id:"microsoftTeams",matches:["teams.live.com"],"stayOriginalSelectors.add":["span[title][style='min-width: 20px; height: 20px;']"]},{id:"gradioappdocs",matches:"www.gradio.app/docs/*",selectors:["div.obj"],excludeSelectors:["div#examples"]},{id:"arca",matches:"arca.live","excludeTags.remove":["PRE"]},{id:"chatpdf",matches:["www.chatpdf.com"],"additionalExcludeSelectors.remove":[".notranslate"],excludeSelectors:[".chat-message-row.ai *",".pdf-viewer"],aiRule:{streamingSelector:"",messageWrapperSelector:".chat-message-row.ai",streamingChange:!1,streamingDeepChild:!0,streamingDelayTime:1e3}},{id:"inciteful",matches:["inciteful.xyz"],"excludeTags.remove":["BUTTON"]},{id:"app.element.io",matches:["app.element.io"],"additionalExcludeSelectors.remove":[".notranslate"],"excludeSelectors.add":[".mx_DisambiguatedProfile",".mx_ReplyChain_wrapper",".mx_ThreadSummary_replies_amount"]},{id:"fastapi.tiangolo.com",matches:"fastapi.tiangolo.com",selectors:["article"]},{id:"termynal",selectorMatches:["link[href*='termynal.css']"],"stayOriginalSelectors.add":[".termy"]},{id:"cpb-nl",matches:["www.cpb.nl"],"bodyRule.add":{enable:!1}},{id:"hub.logseq",matches:["hub.logseq.com"],globalStyles:{"[class*=':h-[']":"height:unset;"}},{id:"chat.zalo",matches:["chat.zalo.me"],"additionalExcludeSelectors.remove":[".notranslate"],inputExecCommandDeleteEnable:!0,"inputConfig.add":{execCommandDeleteEnable:!0}},{id:"epam",matches:"*.epam.com",globalStyles:{"[class*='ContentAnchorLinkList']":"word-break:unset;"},"excludeSelectors.add":["#blog-page-sidebar-wrapper"],"excludeTags.remove":["BUTTON"]},{id:"discussions.apple",matches:"discussions.apple.com","excludeSelectors.add":[".page-number"]},{id:"www.sixthtone.com",matches:["www.sixthtone.com"],"excludeSelectors.add":["#footer","[class^=index_time]","[class^=index_anthorList]","[class^=index_node]","[class^=index_popupWrapper]"]},{id:"forum.unity",matches:["forum.unity.com"],"excludeSelectors.add":[".bbCodeCode"]},{id:"wattpad",matches:["www.wattpad.com"],"excludeTags.remove":["PRE"],globalAttributes:{header:{translate:"unset;"}},globalStyles:{".story-info .item-description":"overflow: scroll;"}},{id:"netflix",matches:["www.netflix.com"],"excludeSelectors.add":[".player-timedtext"],"mutationExcludeSelectors.add":[".player-timedtext *"],"subtitleRule.add":{type:"netflix",loadingContainerSelector:".watch-video",subtitleUrlRegExp:"^https://.+?.oca.nflxvideo.net/\\?([ovet]=[^=]+){4}$",loadingStyle:"bottom: 15%;",quickButtonRule:{appendSelector:'[data-uia="control-next"]',insertBeforeSelector:'[data-uia="control-next"]',injectCSS:".imt-quick-subtitle-button {height: 60%; margin-right: 50px; font-size: 20px; } .logo,.logo svg { height: 36px; width: 36px} .label { display: none; } .imt-quick-subtitle-pop-content {transform: translateX(50%); right: 0}"},videoSelector:"video",attachRule:{appendSelector:".watch-video",injectedCSS:[".imt-caption-window {margin-bottom: 0px; bottom: 10vw;}"],injectedGlobalCSS:[".player-timedtext {display: none !important; }"]}}},{id:"udemy",matches:["www.udemy.com"],"excludeSelectors.add":["[data-purpose='captions-cue-text']",".shaka-text-container"],"mutationExcludeSelectors.add":["[data-purpose='captions-cue-text'] *",".shaka-text-container *"],"subtitleRule.add":{type:"udemy",subtitleUrlRegExp:"^https://vtt.*\\.udemycdn\\.com/.*\\.vtt",videoPlayerSelector:"video.shaka-video",humanTrust:85,loadingContainerSelector:".shaka-video-container",loadingStyle:"bottom: 15%;",injectedCss:["[class^='well--text'] {white-space: pre;}"],quickButtonRule:{appendSelector:'[data-purpose="video-controls"]'}},"subtitleRule.add_v.[1.4.1]":{hookType:"fetch|xhr"}},{id:"iview",matches:"iview.abc.net.au",excludeSelectors:[".jwplayer"],"mutationExcludeSelectors.add":[".jwplayer *"],"subtitleRule.add":{type:"webvtt",subtitleUrlRegExp:"/cc/.*\\.(vtt|webvtt)$",loadingContainerSelector:".jwplayer",quickButtonRule:{appendSelector:".jw-reset.jw-button-container",insertBeforeSelector:".jw-settings-submenu-button",injectCSS:".imt-quick-subtitle-pop-content {z-index: 999999;}"}}},{id:"nmaart",matches:"www.nma.art",excludeSelectors:[".video-container"],"mutationExcludeSelectors.add":[".video-container *"],"subtitleRule.add":{type:"webvtt",subtitleUrlRegExp:"/texttrack/.*\\.(vtt|webvtt)",loadingContainerSelector:".video-container",quickButtonRule:{appendSelector:".vjs-control-bar",insertBeforeSelector:".vjs-playback-rate"}}},{id:"apple",matches:"developer.apple.com",excludeSelectors:[".developer-video-player"],"mutationExcludeSelectors.add":[".developer-video-player *"],"subtitleRule.add":{type:"webvtt",subtitleUrlRegExp:"\\.(vtt|webvtt)"}},{id:"khanacademy",matches:["www.khanacademy.org"],"subtitleRule.add":{type:"khanacademy",subtitleUrlRegExp:"GetSubtitles",hookType:"fetch"},"stayOriginalSelectors.add":[".mathjax-wrapper"]},{id:"nebula",matches:["nebula.tv"],"excludeSelectors.add":["[data-subtitles-container='true']"],"mutationExcludeSelectors.add":["[data-subtitles-container='true'] *"],"subtitleRule.add":{type:"webvtt",subtitleUrlRegExp:"\\.vtt$",loadingContainerSelector:".video-poster",quickButtonRule:{appendSelector:".icon-spacing.css-4yh7a0",insertBeforeSelector:"#subtitles-toggle-button",ccEnableSelector:"#subtitles-toggle-button"}}},{id:"frontendmasters",matches:["frontendmasters.com"],"excludeSelectors.add":[".vjs-text-track-display"],"mutationExcludeSelectors.add":[".vjs-text-track-display *"],"subtitleRule.add":{type:"webvtt",subtitleUrlRegExp:".vtt$",loadingContainerSelector:".vjs-text-track-display",injectedCss:["#immersive-translate-quick-button-container {order: 2} .imt-quick-subtitle-pop-content {z-index: 2147483647}"],quickButtonRule:{appendSelector:".vjs-control-bar"},videoSelector:".PromoPlayer video",attachRule:{appendSelector:".video-js",injectedGlobalCSS:".vjs-text-track-display {display: none;}"}}},{id:"udacity",matches:["*.udacity.com"],"excludeSelectors.add":[".vjs-text-track-display"],"mutationExcludeSelectors.add":[".vjs-text-track-display *"],"subtitleRule.add":{type:"webvtt",subtitleUrlRegExp:".vtt$",loadingContainerSelector:".vjs-text-track-display"}},{id:"skillshare",matches:["www.skillshare.com"],"excludeSelectors.add":[".vjs-text-track-display"],"mutationExcludeSelectors.add":[".vjs-text-track-display *"],"subtitleRule.add":{type:"webvtt",subtitleUrlRegExp:"\\.vtt\\?",loadingContainerSelector:".vjs-text-track-display",injectedCss:["#immersive-translate-quick-button-container {order: 13}"],quickButtonRule:{appendSelector:".vjs-control-bar",insertBeforeSelector:".vjs-volume-panel",injectCSS:" .label { display: none; } .imt-quick-subtitle-pop-content {transform: translateX(43%); right: 0; z-index: 2147483647 } "}}},{id:"domestika",matches:["www.domestika.org"],"excludeSelectors.add":[".vjs-text-track-display"],"mutationExcludeSelectors.add":[".vjs-text-track-display *"],"subtitleRule.add":{type:"webvtt",subtitleUrlRegExp:".*subtitles.*\\.vtt",quickButtonRule:{appendSelector:".controlBar-wrapper .right-wrapper",insertBeforeSelector:".vjs-volume-panel"}}},{id:"hbomax",matches:["play.max.com","play.hbomax.com"],"excludeSelectors.add":["[data-testid='playerContainer']","[data-testid='CueBoxContainer']"],"mutationExcludeSelectors.add":["[data-testid='playerContainer'] *","[data-testid='CueBoxContainer'] *"],"subtitleRule.add":{type:"webvtt",subtitleUrlRegExp:"\\.vtt$",loadingContainerSelector:"[data-testid='playerContainer']"}},{id:"mindvalley",matches:["home.mindvalley.com"],"excludeSelectors.add":[".vjs-text-track-display"],"mutationExcludeSelectors.add":[".vjs-text-track-display *"],"subtitleRule.add":{type:"webvtt",subtitleUrlRegExp:"\\.webvtt$",loadingContainerSelector:".vjs-text-track-display",injectedCss:["#immersive-translate-quick-button-container {order: 6}"],quickButtonRule:{appendSelector:'[data-testid="video-section"] .vjs-control-bar',insertBeforeSelector:'[data-testid="video-section"] .vjs-volume-panel',injectCSS:".imt-quick-subtitle-pop-content {z-index: 999999;}"}}},{id:"masterclass",matches:["www.masterclass.com","learn.microsoft.com"],"excludeSelectors.add":[".vjs-text-track-display"],"mutationExcludeSelectors.add":[".vjs-text-track-display *"],"subtitleRule.add":{type:"webvtt",subtitleUrlRegExp:"\\.vtt",loadingContainerSelector:".vjs-text-track-display",quickButtonRule:{appendSelector:".vjs-control-bar",insertBeforeSelector:".vjs-playback-rate"}}},{id:"viu",matches:["www.viu.com"],"excludeSelectors.add":[".bmpui-ui-viu-subtitle-overlay"],"mutationExcludeSelectors.add":[".bmpui-ui-viu-subtitle-overlay *"],"subtitleRule.add":{type:"webvtt",hookType:"xhr",subtitleUrlRegExp:"https?://[^/]+\\.cloudfront\\.net/[^/]+/[^/]+$",loadingContainerSelector:".bmpui-container-wrapper",loadingStyle:"bottom: 20%;",injectedCss:[".bmpui-controls-hidden #immersive-translate-quick-button-container {display: none;}"],quickButtonRule:{appendSelector:".bmpui-ui-container.bmpui-ui-viu-subtitle > .bmpui-container-wrapper",injectCSS:".imt-quick-subtitle-button {margin-bottom: 8px}"}}},{id:"linkin",matches:"*.linkedin.com","excludeSelectors.add":[".vjs-text-track-display"],"mutationExcludeSelectors.add":[".vjs-text-track-display *"],"subtitleRule.add":{type:"webvtt",subtitleUrlRegExp:".*ambry/\\?x-li-ambry-ep=.*",hookType:"xhr",loadingContainerSelector:".video-player-container",quickButtonRule:{appendSelector:".vjs-control-bar",insertBeforeSelector:".vjs-captions-toggle"}}},{id:"kanopy",matches:"*.kanopy.com","excludeSelectors.add":[".vjs-text-track-display"],"mutationExcludeSelectors.add":[".vjs-text-track-display *"],"subtitleRule.add":{type:"webvtt",subtitleUrlRegExp:".*captioncache/webvtt.*",hookType:"xhr",loadingContainerSelector:".video-player-container",injectedCss:["#immersive-translate-quick-button-container{height: 40px;display: flex;align-items: center;align-self: flex-end;}"],quickButtonRule:{appendSelector:".vjs-control-bar",insertBeforeSelector:".vjs-caption-control"}}},{id:"iflix",matches:["www.iflix.com","wetv.vip"],"excludeSelectors.add":[".text-track"],"mutationExcludeSelectors.add":[".player-wrapper *"],"subtitleRule.add":{type:"webvtt",subtitleUrlRegExp:"\\.vtt",hookType:"xhr",loadingContainerSelector:"#player-wrapper",loadingStyle:"bottom: 18%;",quickButtonRule:{appendSelector:'[data-role="wetv-ctrlbar-right"]',insertBeforeSelector:'[data-role="wetv-player-definition"]'}}},{id:"imdb",matches:"www.imdb.com","excludeSelectors.add":[".jw-text-track-container"],"mutationExcludeSelectors.add":[".jw-text-track-container *"],"subtitleRule.add":{type:"webvtt",subtitleUrlRegExp:"\\.srt$",loadingContainerSelector:"#imdbnext-vp-jw-single",quickButtonRule:{appendSelector:".jw-reset.jw-button-container",insertBeforeSelector:'[button="ttt-button"]'}}},{id:"itv",matches:["www.itv.com"],"subtitleRule.add":{type:"text_track",videoPlayerSelector:".genie-video",loadingContainerSelector:".genie-container",loadingStyle:"bottom: unset; top: 5%;",quickButtonRule:{appendSelector:".control-bar_right-child-container",insertBeforeSelector:".controls-toggle_button--fullscreen"}}},{id:"egghead",matches:["egghead.io"],"subtitleRule.add":{type:"text_track",videoPlayerSelector:".cueplayer-react-video",loadingContainerSelector:".cueplayer-react-video-holder",loadingStyle:"bottom: unset; top: 5%;",quickButtonRule:{appendSelector:".cueplayer-react-control-bar-right-part",insertBeforeSelector:".cueplayer-react-closed-caption"}}},{id:"coursera",matches:["www.coursera.org"],"subtitleRule.add":{type:"text_track",videoPlayerSelector:".vjs-tech",loadingContainerSelector:".rc-VideoControlsContainer",loadingStyle:"bottom: unset; top: 5%;",quickButtonRule:{appendSelector:'[role="presentation"] > .rc-ControlBar > .icon-container'}}},{id:"ocrtraining",matches:["ocrtraining.cit.nih.gov","videocast.nih.gov"],"excludeSelectors.add":["#videocastPlayer"],"mutationExcludeSelectors.add":["#videocastPlayer *"],"subtitleRule.add":{type:"webvtt",subtitleUrlRegExp:"\\.srt$",loadingContainerSelector:"#videocastPlayer"}},{id:"espn",matches:["*.espn.com"],mainFrameMinTextCount:0,"excludeSelectors.add":["#fittPageContainer"],"mutationExcludeSelectors.add":["#fittPageContainer *"],"subtitleRule.add":{type:"webvtt",subtitleUrlRegExp:"\\.vtt$",injectedCss:["#immersive-translate-quick-button-container{margin-top:16px;}",".vjs-text-track-display > div >div {font:unset!important;}"],quickButtonRule:{appendSelector:".vjs-control-bar",insertBeforeSelector:".vjs-captions-button"}}},{id:"fmoviesz",matches:["fmoviesz.to","vidplay.online","c8365730d4.nl"],"excludeSelectors.add":["#player"],"mutationExcludeSelectors.add":["#player *"],"subtitleRule.add":{type:"multi_attach_vtt",subtitleUrlRegExp:"subtitle/.*\\.vtt$",quickButtonRule:{appendSelector:".jw-button-container",insertBeforeSelector:".jw-icon-cc"},activeLangSelector:"#jw-player-settings-submenu-captions .jw-settings-submenu-items .jw-settings-item-active",videoSelector:"video",attachRule:{appendSelector:"#player",injectedGlobalCSS:[".jw-text-track-container {display: none;}","@media (min-width: 576px) { video::cue {opacity: 0} }"]}}},{id:"aniwatch",matches:["megacloud.tv","aniwatch.to"],"excludeSelectors.add":[".jw-wrapper"],"mutationExcludeSelectors.add":[".jw-wrapper *"],"subtitleRule.add":{type:"multi_attach_vtt",subtitleUrlRegExp:"^(?!.*sprite\\.vtt$).*\\.vtt$",quickButtonRule:{appendSelector:".jw-button-container",insertBeforeSelector:".jw-icon-cc"},activeLangSelector:"#jw-player-settings-submenu-captions .jw-settings-submenu-items .jw-settings-item-active",videoSelector:"video",attachRule:{appendSelector:".jw-wrapper",injectedGlobalCSS:[".jw-text-track-container {display: none;}","@media (min-width: 576px) { video::cue {opacity: 0} }"]}}},{id:"rottentomatoes",matches:["*.rottentomatoes.com"],"excludeSelectors.add":[".jw-wrapper"],"mutationExcludeSelectors.add":[".jw-wrapper *"],"subtitleRule.add":{type:"webvtt",subtitleUrlRegExp:"\\.vtt$",quickButtonRule:{appendSelector:".jw-button-container",insertBeforeSelector:".jw-icon-cc"}}},{id:"dailymotion",matches:["*.dailymotion.com"],"excludeSelectors.add":[".player"],"mutationExcludeSelectors.add":[".player *"],mainFrameMinTextCount:0,"subtitleRule.add":{type:"subsrt",subsrtFormat:"srt",loadingContainerSelector:".player",subtitleUrlRegExp:"/video/.*\\.srt",quickButtonRule:{appendSelector:".controls_bottom_right",insertBeforeSelector:".subtitles_toggle_button"}}},{id:"movie-web",matches:["movie-web.app/media*"],"excludeSelectors.add":["#root"],"mutationExcludeSelectors.add":["#root *"],"subtitleRule.add":{type:"subsrt",hookType:"fetch",subsrtFormat:"vtt",loadingContainerSelector:".relative.h-screen.overflow-hidden",subtitleUrlRegExp:".*\\.vtt",quickButtonRule:{appendSelector:".hidden.justify-between .flex.items-center.space-x-3"}}},{id:"deeplearning",matches:["learn.deeplearning.ai"],"excludeSelectors.add":['[data-layout="video"]'],"mutationExcludeSelectors.add":['[data-layout="video"] *'],"subtitleRule.add":{type:"subsrt",subsrtFormat:"vtt",loadingContainerSelector:'[data-layout="video"]',subtitleUrlRegExp:".*\\.vtt",quickButtonRule:{appendSelector:".vds-controls-group:last-child",insertBeforeSelector:".vds-caption-button"}}},{id:"paramountplus",matches:["*.paramountplus.com"],"excludeSelectors.add":[".aa-player-skin"],"mutationExcludeSelectors.add":[".aa-player-skin *"],"subtitleRule.add":{type:"text_track_dynamic",injectedCss:[".tt-container {white-space: pre-line;}",".timed-text-css-box-inner {display: none!important;}",".timed-text-css-box-inner:last-child {display: block!important;}"],videoPlayerSelector:"video",quickButtonRule:{appendSelector:".top-menu-container"}}},{id:"pluto",matches:["pluto.tv"],"excludeSelectors.add":[".video-player-layout"],"mutationExcludeSelectors.add":[".video-player-layout *"],"subtitleRule.add":{type:"text_track_dynamic",videoPlayerSelector:"video",quickButtonRule:{appendSelector:".endControls-0-2-85"}}},{id:"vimeo",matches:["vimeo.com"],"excludeSelectors.add":[".vp-captions"],"mutationExcludeSelectors.add":[".vp-captions *"],"subtitleRule.add":{type:"text_track",videoPlayerSelector:"video",loadingContainerSelector:".player_container",loadingStyle:"bottom: unset; top: 5%;",injectedCss:["#immersive-translateQuickButton {visibility: inherit!important;}"],quickButtonRule:{appendSelector:'[data-control-bar="true"] > div',insertBeforeSelector:'[data-volume-control-container="true"]',ccEnableSelector:'[data-cc-button="true"]',injectCSS:".imt-quick-subtitle-button {margin-right: 0px; font-size: 12px;} .logo,.logo svg { height: 18px !important; width: 18px !important;} .imt-quick-subtitle-pop-content {bottom: 28px !important;}"}}},{id:"ted",matches:["www.ted.com"],"excludeSelectors.add":["#video"],"mutationExcludeSelectors.add":["#video *"],"subtitleRule.add":{type:"webvtt",hookType:"fetch",subtitleUrlRegExp:"\\.vtt",videoPlayerSelector:"video",loadingContainerSelector:"media-controller",quickButtonRule:{appendSelector:".pointer-events-none #media-control-bar",insertBeforeSelector:".pointer-events-none .media-volume-wrapper"}}},{id:"player.vimeo",matches:["https://player.vimeo.com/video/*","laracasts.com"],selectorMatches:["iframe[src*='player.vimeo.com']"],extraBlockSelectors:["span.vp-captions-line","span[class^=CaptionsRenderer_]"],"excludeSelectors.add":[".vp-captions-line"],"mutationExcludeSelectors.add":[".vp-captions *",".vp-captions-line *"],"subtitleRule.add":{type:"text_track",videoPlayerSelector:"video",loadingContainerSelector:".vp-telecine",loadingStyle:"bottom: unset; top: 5%; font-size: 12px;",injectedCss:["#immersive-translateQuickButton {visibility: inherit!important;}"],quickButtonRule:{appendSelector:'[data-control-bar="true"] > div',insertBeforeSelector:'[data-volume-control-container="true"]',ccEnableSelector:'[data-cc-button="true"]',injectCSS:".imt-quick-subtitle-button {margin-right: 0px; font-size: 12px;} .logo,.logo svg { height: 18px !important; width: 18px !important;} .imt-quick-subtitle-pop-content {bottom: 28px !important;}"}}},{id:"tv.adobe",matches:"https://*.tv.adobe.com","excludeSelectors.add":[".mpc-player"],"mutationExcludeSelectors.add":[".mpc-player *"],"subtitleRule.add":{type:"text_track",videoPlayerSelector:"video",loadingContainerSelector:".mpc-player",quickButtonRule:{appendSelector:".mpc-controls__container"}}},{id:"threejs-journey",matches:"threejs-journey.com","excludeSelectors.add":[".video-area"],"mutationExcludeSelectors.add":[".video-area *"],"subtitleRule.add":{type:"text_track",videoPlayerSelector:"video",loadingContainerSelector:".video-area",injectedCss:[".js-tracks-text.tracks-text {white-space: pre;}"],quickButtonRule:{appendSelector:".js-controls .right",insertBeforeSelector:".js-subtitles",injectCSS:".imt-quick-subtitle-button { font-size: 12px;} .logo,.logo svg { height: 18px !important; width: 18px !important;} .imt-quick-subtitle-pop-content {bottom: 38px !important;}"}}},{id:"codewithchris",matches:["learn.codewithchris.com","*.rachelsenglishacademy.com","www.unrealsenseiacademy.com"],"excludeSelectors.add":[".w-captions",".w-captions-line > div > span"],"mutationExcludeSelectors.add":[".w-captions *"],"subtitleRule.add":{type:"general",subtitleUrlRegExp:"/embed/captions/",loadingContainerSelector:".w-ui-container",hookType:"fetch",generalSetting:{captionsPath:"captions",itemsPath:"hash.lines",textKey:"text"}}},{id:"panopto",matches:["southampton.cloud.panopto.eu"],"excludeSelectors.add":[".primaryPlayer"],"mutationExcludeSelectors.add":[".primaryPlayer *"],"subtitleRule.add":{type:"general",subtitleUrlRegExp:"DeliveryInfo.aspx",disableSubsCache:!0,loadingContainerSelector:"#primaryPlayer",hookType:"fetch",generalSetting:{textKey:"Caption"},quickButtonRule:{appendSelector:"#transportControls",insertBeforeSelector:"#captionsButton"}}},{id:"edx",matches:["*.edx.org"],"excludeSelectors.add":[".closed-captions",".subtitles-menu"],mainFrameMinTextCount:0,"subtitleRule.add":{type:"general",subtitleUrlRegExp:"/transcript/translation/",loadingContainerSelector:".tc-wrapper",generalSetting:{itemsPath:"text"},injectedCss:[".subtitles-menu span,.closed-captions {white-space: pre-line;}","#immersive-translate-quick-button-container {display: inline-block; vertical-align: middle;}"],quickButtonRule:{appendSelector:".secondary-controls",insertBeforeSelector:".speeds.menu-container"}}},{id:"ardmediathek",matches:["www.ardmediathek.*"],"excludeSelectors.add":[".ardplayer-viewport-addon-overlays"],"mutationExcludeSelectors.add":[".ardplayer-viewport-addon-overlays *"],"subtitleRule.add":{type:"ebutt",hookType:"fetch",subtitleUrlRegExp:"subtitle/ebutt",loadingContainerSelector:".ardplayer-viewport-addon-overlays",quickButtonRule:{appendSelector:".ardplayer-footer .ardplayer-addons-container",insertBeforeSelector:".ardplayer-footer .ardplayer-button-sharing",injectCSS:".imt-quick-subtitle-button {font-size: 20px; } .logo,.logo svg { height: 36px !important; width: 36px !important;} .imt-quick-subtitle-pop-content {z-index: 2147483647;} "}}},{id:"bbc-iplayer",matches:["https://www.bbc.*/iplayer*"],"excludeSelectors.add":[".player"],"mutationExcludeSelectors.add":[".player *"],"subtitleRule.add":{type:"ebutt",hookType:"fetch",subtitleUrlRegExp:"iplayer/subtitles/.*.xml",loadingContainerSelector:".player__container"}},{id:"bbc",matches:["*.bbc.*"],"excludeSelectors.add":["section.module--languages",".drop-capped",".smp-toucan-player","smp-subtitles","#subtitle_subtitle2"],"mutationExcludeSelectors.add":["[data-testid='media-player-container-landscape'] *"],"subtitleRule.add":{type:"ebutt",hookType:"fetch",subtitleUrlRegExp:"iplayer/subtitles/.*.xml",loadingContainerSelector:".smp-toucan-player"}},{id:"zdf.de",matches:["www.zdf.de"],"excludeSelectors.add":[".zdfplayer-cue-region"],"subtitleRule.add":{type:"ebutt",subtitleUrlRegExp:"mtt/.*.xml",loadingContainerSelector:".zdfplayer-video-container",responseType:"document",injectedCss:["#immersive-translate-quick-button-container {display:inline-block;vertical-align:middle;margin-right:-16px;}"],quickButtonRule:{appendSelector:".right-controls-1FfJUp.svelte-inzdbf",insertBeforeSelector:".right-controls-1FfJUp.svelte-inzdbf button"}}},{id:"piped.video",matches:"piped.video","subtitleRule.add":{type:"ebutt",hookType:"fetch",subtitleUrlRegExp:"api/timedtext",loadingContainerSelector:".shaka-video-container",responseType:"document",quickButtonRule:{appendSelector:".shaka-controls-button-panel",insertBeforeSelector:".shaka-mute-button"}}},{id:"disneyplus",matches:["www.disneyplus.com"],"excludeSelectors.add":[".dss-hls-subtitle-overlay"],"mutationExcludeSelectors.add":[".dss-hls-subtitle-overlay *"],"subtitleRule.add":{type:"disneyplus",subtitleUrlRegExp:"\\.vtt$"}},{id:"mubi",matches:["https://mubi.com","https://mubi.de"],"subtitleRule.add":{type:"fmp4.xml",subtitleUrlRegExp:"textstream",hookType:"fetch",quickButtonRule:{appendSelector:".css-1k6yql2.e1b63bld4",insertBeforeSelector:".css-1ce7rqp.e7f2hfl0"}}},{id:"hulu",matches:"https://*.hulu.com","subtitleRule.add":{type:"hulu",hookType:"fetch",injectedCss:[".ClosedCaption {display:none!important;}"],videoSelector:"#content-video-player",subtitleUrlRegExp:"play.hulu.com/.*/playlist",loadingContainerSelector:"#web-player-app",quickButtonRule:{appendSelector:".PlayerSettingsGroup",insertBeforeSelector:".PlayerSettingsGroup .PlayerControlsButton"}}},{id:"youku.tv",matches:"www.youku.tv","excludeSelectors.add":["#subtitle"],"mutationExcludeSelectors.add":["#subtitle *"],"subtitleRule.add":{type:"subsrt",hookType:"fetch",injectedCss:["#immersive-translate-quick-button-container {display: inline-block; vertical-align: middle;}"],subtitleUrlRegExp:"\\.ass$",subsrtFormat:"ass",loadingContainerSelector:"#youku-dashboard",loadingStyle:"bottom: 10%;",quickButtonRule:{appendSelector:".kui-dashboard-dashboard-panel .kui-dashboard-rear-ctn",insertBeforeSelector:".kui-rate-control-0"}}},{id:"starz",matches:"www.starz.com","excludeSelectors.add":["starz-player"],"mutationExcludeSelectors.add":["starz-player *"],"subtitleRule.add":{type:"subsrt",subsrtFormat:"vtt",subtitleUrlRegExp:"\\.vtt$",loadingContainerSelector:"starz-player",loadingStyle:"bottom: 10%;",injectedCss:["#immersive-translate-quick-button-container {display: inline-block;}"],quickButtonRule:{appendSelector:"starz-player .button-group",insertBeforeSelector:"starz-player .button-group .video-player-icon-md"}}},{id:"www.iq.com",matches:"www.iq.com","excludeSelectors.add":[".iqp-subtitle"],"mutationExcludeSelectors.add":[".iqp-subtitle *"],"subtitleRule.add":{type:"xml",subtitleUrlRegExp:"\\.xml\\?",loadingContainerSelector:".intl-video-area",xmlTextSelector:"sub",loadingStyle:"bottom: 10%;",injectedCss:["#immersive-translate-quick-button-container {float: right; height: 100%;}"],quickButtonRule:{appendSelector:".iqp-contrls-right"}}},{id:"archiveToday",matches:["archive.today","archive.ph","archive.is","archive.md"],"excludeSelectors.add":["#HEADER"]},{id:"arxiv-vanity.com",matches:["www.arxiv-vanity.com"],"excludeSelectors.add":[".arxiv-vanity-wrapper"]},{id:"fibery",matches:["the.fibery.io"],"additionalExcludeSelectors.remove":["[translate=no]"],"additionalStayOriginalSelectors.add":[".entity-node-view-container"]},{id:"makersuite.google",matches:"makersuite.google.com","excludeSelectors.add":[".material-symbols-outlined"]},{id:"etymonline",matches:"www.etymonline.com",globalAttributes:{".crossreference.notranslate":{class:"crossreference"},".foreign.notranslate":{class:"foreign"}}},{id:"https://browse.arxiv.org/",matches:["https://browse.arxiv.org","https://arxiv.org/html/*"],"excludeSelectors.add":[".desktop_header","[class*='ltx_lst_language_']","div.package-alerts"]},{id:"jstor",matches:"www.jstor.org","excludeSelectors.add":[".audio-duration","[data-qa='card-item-count']"],globalStyles:{".card__heading":"-webkit-line-clamp:unset;","search-results-vue-pharos-image-card,search-ui-pharos-image-card":"display:flex;","search-results-vue-pharos-link":"display:inline;"}},{id:"tandfonline",matches:"*.tandfonline.com","extraInlineSelectors.add":["span.off-screen"]},{id:"boringreport",matches:["www.boringreport.org"],"excludeTags.remove":["BUTTON"]},{id:"bsky.app",matches:"https://bsky.app",selectors:["[data-testid=postText]"],isTranslateTitle:!1},{id:"peacocktv",matches:["*.peacocktv.com"],injectedCss:[".video-player__subtitles__line > font,.video-player__subtitles__line:only-child{display:block;}"]},{id:"noTranslate",matches:["*.tiktok.com","altis.world","*.newthingsunderthesun.com","*.gumroad.com","edstem.org","actions.tldrnewsletter.com","community.linkingyourthinking.com","doc.qt.io","winaero.com"],"additionalExcludeSelectors.remove":[".notranslate","[translate=no]"]},{id:"jmir",matches:["*.jmir.org"],"additionalInlineSelectors.add":[".tooltiptext"]},{id:"smzdm",matches:["www.smzdm.com"],"excludeSelectors.add":[".z-highlight",".feed-block-info",".z-feed-foot",".feed-block-descripe","#J_column_tab_box",".crumbs"],globalStyles:{".feed-block-title":"height:unset"}},{id:"xiaohongshu.com",matches:["www.xiaohongshu.com"],"excludeSelectors.add":[".author-wrapper",".info",".side-bar"],globalStyles:{"a.title":"-webkit-line-clamp:3"}},{id:"learnopengl",matches:["learnopengl.com"],globalStyles:{function:"position:relative;z-index:1000;"}},{id:"notateslaapp",matches:["www.notateslaapp.com"],"extraBlockSelectors.add":[".nav > *"]},{id:"eightfold",matches:["*.eightfold.ai"],injectedCss:[".flexbox{width:100%}"]},{id:"deno",matches:["deno.com"],injectedCss:[":root {font-feature-settings:unset}"]},{id:"soundcloud",matches:"soundcloud.com",injectedCss:[".compactTrackListItem {height: unset !important;}"],"excludeSelectors.add":[".searchTitle__textContent",".searchOptions__container",".compactTrackListItem__additional",".soundTitle__tagContainer",".searchResultGroupHeading",".sc-ministats-group",".compactTrackList__moreLink",".sound__soundActions"]},{id:"section.blog.naver.com",matches:"section.blog.naver.com",globalStyles:{".text,.title_post,.text_post,p,strong,div":"-webkit-line-clamp:unset;max-height:unset;height:unset;"},"extraBlockSelectors.add":[".item",".heading a",".info_find a"],"excludeSelectors.add":[".comments",".time"]},{id:"gradio-app",selectorMatches:"gradio-app","excludeTags.remove":["BUTTON"],"excludeSelectors.add":['[data-testid="block-label"]'],"mutationConfig.add":{buildTimeout:1e3,consumeTimeout:1e3}}]};function vu(t,e){let r=t.split(".").reverse(),a=e.split(".").reverse(),n=0,i=0,o=1;for(let l=0;l<3;l++)n+=o*Number(a[l]||"0"),i+=o*Number(r[l]||"0"),o*=100;return i>=n}function tn(t){return Array.isArray(t)?t:t?[t]:[]}function wu(t,e){let r={...t};return Au(r,e),mh(r,e),r}function xu(t,e,r){let a={...e};return lr({rule:a,valueIsArray:n=>Array.isArray(t[n]),getMergedValue:n=>t[n],onMergedResult:(n,i)=>a[n]=i}),lr({rule:r,valueIsArray:n=>Array.isArray(t[n]),getMergedValue:n=>a[n],onMergedResult:(n,i)=>a[n]=i}),a}function mh(t,e){if(!e.condition)return;let r=e.condition.enableSubtitle?.true||{},a=e.condition.enableSubtitle?.false||{},n=t.enableSubtitle?r:a;Au(t,n)}function lr({rule:t,getMergedValue:e,valueIsArray:r,onMergedResult:a}){Object.keys(t).sort().forEach(n=>{let[i,o,l]=gh(n);if(!i||t[n]===void 0)return;let s=t[n];r(i)&&(s=tn(t[n]));let u=e(i);if(u==null){a(i,s);return}let c;if(o=="add_v"){if(!yu(l))return;c=Wi(u,s)}else if(o=="remove_v"){if(!yu(l))return;c=Su(u,s)}else o==="add"?c=Wi(u,s):o=="remove"&&(c=Su(u,s));if(c){a(i,c);return}Array.isArray(t[i])&&i.startsWith("additional")?c=Wi(u,s):c=s,a(i,c)})}function Au(t,e){return lr({rule:e,valueIsArray:r=>Array.isArray(t[r]),getMergedValue:r=>t[r],onMergedResult:(r,a)=>{t[r]=a}}),t}function Wi(t,e){let r;if(Array.isArray(t)){let a=tn(e);r=[...t,...a],r=Array.from(new Set(r))}else typeof t=="object"&&typeof e=="object"?r={...t,...e}:r=e;return r}function gh(t){let e=t.lastIndexOf("["),r="",a=t;return e>0&&(r=t.slice(e+1,t.length-1),a=t.slice(0,e-1)),[...a.split("."),r]}function yu(t){let e=Er();return t&&vu(e,t)}function Su(t,e){if(Array.isArray(t)){let r=tn(e);return t=t.filter(a=>!r.includes(a)),Array.from(new Set(t))}else if(typeof t=="object"&&typeof e=="object")Object.keys(e).forEach(r=>{delete t[r]});else return e;return t}function hh(){if(te.PROD==="1")return{};let t={};if(te.IMMERSIVE_TRANSLATE_SECRET_TENCENT_SECRET_ID&&te.IMMERSIVE_TRANSLATE_SECRET_TENCENT_SECRET_KEY){let r={secretId:te.IMMERSIVE_TRANSLATE_SECRET_TENCENT_SECRET_ID,secretKey:te.IMMERSIVE_TRANSLATE_SECRET_TENCENT_SECRET_KEY};t.translationServices={},t.translationServices.tencent=r}if(te.IMMERSIVE_TRANSLATE_SECRET_BAIDU_APPID&&te.IMMERSIVE_TRANSLATE_SECRET_BAIDU_KEY){let r={appid:te.IMMERSIVE_TRANSLATE_SECRET_BAIDU_APPID,key:te.IMMERSIVE_TRANSLATE_SECRET_BAIDU_KEY};t.translationServices||(t.translationServices={}),t.translationServices.baidu=r}if(te.IMMERSIVE_TRANSLATE_SECRET_CAIYUN_TOKEN){let r={token:te.IMMERSIVE_TRANSLATE_SECRET_CAIYUN_TOKEN};t.translationServices||(t.translationServices={}),t.translationServices.caiyun=r}if(te.IMMERSIVE_TRANSLATE_SECRET_OPENL_APIKEY){let r={apikey:te.IMMERSIVE_TRANSLATE_SECRET_OPENL_APIKEY};t.translationServices||(t.translationServices={}),t.translationServices.openl=r}if(te.IMMERSIVE_TRANSLATE_SECRET_YOUDAO_APP_ID&&te.IMMERSIVE_TRANSLATE_SECRET_YOUDAO_APP_SECRET){let r={appId:te.IMMERSIVE_TRANSLATE_SECRET_YOUDAO_APP_ID,appSecret:te.IMMERSIVE_TRANSLATE_SECRET_YOUDAO_APP_SECRET};t.translationServices||(t.translationServices={}),t.translationServices.youdao=r}if(te.IMMERSIVE_TRANSLATE_SECRET_VOLC_ACCESS_KEY_ID&&te.IMMERSIVE_TRANSLATE_SECRET_VOLC_SECRET_ACCESS_KEY){let r={accessKeyId:te.IMMERSIVE_TRANSLATE_SECRET_VOLC_ACCESS_KEY_ID,secretAccessKey:te.IMMERSIVE_TRANSLATE_SECRET_VOLC_SECRET_ACCESS_KEY};t.translationServices||(t.translationServices={}),t.translationServices.volc=r}if(te.IMMERSIVE_TRANSLATE_SECRET_DEEPL_AUTH_KEY){let r={authKey:te.IMMERSIVE_TRANSLATE_SECRET_DEEPL_AUTH_KEY};t.translationServices||(t.translationServices={}),t.translationServices.deepl=r}if(te.DEEPL_PROXY_ENDPOINT&&(t.translationServices||(t.translationServices={}),t.translationServices.deepl||(t.translationServices.deepl={}),t.translationServices.deepl.immersiveTranslateApiUrl=te.DEEPL_PROXY_ENDPOINT),te.IMMERSIVE_TRANSLATE_DEEPL_ENDPOINT&&(t.translationServices||(t.translationServices={}),t.translationServices.deepl||(t.translationServices.deepl={}),t.translationServices.deepl.immersiveTranslateDeeplTokenUrl=te.IMMERSIVE_TRANSLATE_DEEPL_ENDPOINT),te.IMMERSIVE_TRANSLATE_SECRET_OPENAI_API_KEY){let r={APIKEY:te.IMMERSIVE_TRANSLATE_SECRET_OPENAI_API_KEY};t.translationServices||(t.translationServices={}),t.translationServices.openai=r}te.IMMERSIVE_TRANSLATE_SERVICE&&(t.translationService=te.IMMERSIVE_TRANSLATE_SERVICE);let e={};return te.DEBUG==="1"&&(e.debug=!0,e.cache=!1),te.MOCK==="1"&&(e.translationService="mock"),e}async function sa(){let t=await T.storage.local.get(ea);if(t[ea]){let e=t[ea],r=e.tempTranslationUrlMatches||[],a=r.filter(o=>o.expiredAt>Date.now()),n=!1;a.length!==r.length&&(r=a,n=!0);let i={...e,tempTranslationUrlMatches:[...r]};return n&&await Cr(i),i}else return{}}async function Cr(t){await T.storage.local.set({[ea]:t})}async function Vt(){let t=await T.storage.local.get(Ya),e={...Ki,buildinConfigUpdatedAt:te.BUILD_TIME};if(t[Ya]){let I=t[Ya];if(I&&I.buildinConfigUpdatedAt){let k=new Date(I.buildinConfigUpdatedAt),ye=new Date(e.buildinConfigUpdatedAt);k>ye&&(e=I)}}let r=await vh(e);e.targetLanguage=r;let a=await ia.get(ir,null),n={};if(!Ut()&&T.commands&&T.commands.getAll){let I=await T.commands.getAll();for(let k of I)k.name&&k.shortcut&&(n[k.name]=k.shortcut)}let i=await bh(),o=hh(),l=await la(),s=globalThis.IMMERSIVE_TRANSLATE_CONFIG||{},u=await sa(),c=new Date,d=Object.assign({},s,o,l);if(!d.interfaceLanguage){let I=await fh();d.interfaceLanguage=I}let h=d.interfaceLanguage==="en",b=d.targetLanguage==="en",E=e&&e.translationLanguagePattern&&e.translationLanguagePattern.matches&&e.translationLanguagePattern.matches.length===0,ne=["bing","google","transmart","mock"].includes(d.translationService)||!d.translationService;!h&&!b&&!E&&ne?e.translationLanguagePattern||(e.translationLanguagePattern={matches:["en"],excludeMatches:[]}):e.translationLanguagePattern={matches:[],excludeMatches:[]};let V=e&&e.enableDefaultAlwaysTranslatedUrls;d.enableDefaultAlwaysTranslatedUrls===!1&&(V=!1);let f=d&&d.isChangedAlwaysTranslatedUrls,me=[];d.translationUrlPattern&&d.translationUrlPattern.matches&&(me=d.translationUrlPattern.matches||[]);let z=!1;f===void 0&&(me.length>0?f=!0:f=!1,d.isChangedAlwaysTranslatedUrls=f,l.isChangedAlwaysTranslatedUrls=f,z=!0);let J=(d?.translationLanguagePattern?.matches?.length||0)>0,ue=await Pt("installedAt",""),C=Number(await na("translage_page_daily",0)),g=Number(await Pt($l,0)),S;g>0&&(Date.now()-g0&&(Date.now()-C0){let I=u.tempTranslationUrlMatches.filter(k=>new Date(k.expiredAt)>c);if(I.length>0){let k=d.translationUrlPattern?d.translationUrlPattern?.matches||[]:[],ye=Array.isArray(k)?k:[k],ie=Array.from(new Set(ye.concat(I.map(v=>v.match))));d.translationUrlPattern={...d.translationUrlPattern,matches:ie}}}let D=Object.assign(i,e);lr({rule:e,valueIsArray:I=>Array.isArray(i[I]),getMergedValue:I=>i[I],onMergedResult:(I,k)=>{I!="generalRule"&&(D[I]=k)}});let F=zi(a),K={};d.translationServices&&d.translationServices.deepl&&(K=d.translationServices.deepl);let O={};d.translationServices&&d.translationServices.openai&&(O=d.translationServices.openai),!F&&K.authKey&&!K.provider?(D.translationServices.deepl||(D.translationServices.deepl={}),D.translationServices.deepl.provider="custom"):K&&K.provider||(D.translationServices.deepl||(D.translationServices.deepl={}),D.translationServices.deepl.provider="pro"),!F&&O.APIKEY&&!O.provider?(D.translationServices.openai||(D.translationServices.openai={}),D.translationServices.openai.provider="custom"):O&&O.provider||(D.translationServices.openai||(D.translationServices.openai={}),D.translationServices.openai.provider="pro");let ge=Object.keys(D),we=["translationUrlPattern","translationLanguagePattern","immediateTranslationPattern","translationBodyAreaPattern","translationParagraphLanguagePattern","translationThemePatterns","translationGeneralConfig","shortcuts","inputTranslationUrlPattern","inputLanguageCodeAlias"];for(let I of ge){let k=I;if(k==="generalRule")typeof d[k]=="object"&&(D[k]=wu(i[k],d[k]));else if(k==="translationServices")yh(d,D);else if(typeof d[k]!="string"&&typeof d[k]!="boolean"&&typeof d[k]!="number"&&we.includes(k))d[k]&&(D[k]=Object.assign(D[k],d[k])),k==="shortcuts"&&(Ut()||Ct()?D[k]={...D[k],...n}:D[k]={...n});else if(k==="rules"){if(Array.isArray(d[k])){let ye=D.rules||[],ie={};for(let x of ye)x.id&&(ie[x.id]=x);let v=d[k].map(x=>x.id&&ie[x.id]?xu(e.generalRule,ie[x.id],x):x);D[k]=[...v,...D[k]]}if(te.PROD==="0"&&te.DEV_RULES){let ye=JSON.parse(te.DEV_RULES);D[k]=[...ye,...D[k]]}}else d[k]!==void 0&&(D[k]=d[k])}return D.donateUrl=e.donateUrl,D.minVersion=e.minVersion,D.feedbackUrl=e.feedbackUrl,D.rawUserConfig=l,D}async function la(){return(await T.storage.sync.get("userConfig")||{}).userConfig||{}}async function ur(t){await T.storage.sync.set({userConfig:t})}async function Hi(t,e){await T.storage.local.set({[t]:e})}async function Du(t){return(await T.storage.local.get(t))[t]||""}var fh=async()=>{let t=["zh-CN"];try{t=await T.i18n.getAcceptLanguages()}catch(a){q.warn("get browser language error:",a)}let r=t.map(a=>Kt(a)).find(a=>_t[a]);return r||"en"},bh=async()=>{let t={...Ki,buildinConfigUpdatedAt:te.BUILD_TIME};return{...t,targetLanguage:ft,interfaceLanguage:"en",translationMode:"dual",debug:!1,alpha:!1,translationUrlPattern:{matches:[],excludeMatches:[]},translationLanguagePattern:{matches:[],excludeMatches:[]},translationThemePatterns:{},translationParagraphLanguagePattern:{matches:[],excludeMatches:[],selectorMatches:[],excludeSelectorMatches:[]},translationBodyAreaPattern:{matches:[],excludeMatches:[],selectorMatches:[],excludeSelectorMatches:[]},translationTheme:"none",translationService:"bing",inputTranslationService:"inherit",mouseHoverTranslationService:"inherit",subtitleTranslateService:"inherit",translationArea:"main",translationStartMode:"dynamic",translationServices:{},monkeyH5FloatBall:{...t.monkeyH5FloatBall},pcFloatBall:{...t.pcFloatBall},generalRule:{...t.generalRule},translationGeneralConfig:{engine:"bing",_systemExcludeWordRegex:"\\b({word})\\b"},rules:[]}};function Th(t,e){return t=t||[],e=e||[],t.length!==e.length?!0:e.filter(a=>!t.includes(a)).length>0}async function vh(t){try{let e=t?.autoSelectTargetLanguageAfterInstalledAt;if(!e)return ft;let r=await Pt("installedAt","");if(r&&new Date(r){let u=n[s],c=n[u.extends];!c||u.extends==s||(n[s]={...c,...n[s]})}),lr({rule:{...n},valueIsArray:s=>Array.isArray(n[s]),getMergedValue:s=>n[s],onMergedResult:(s,u)=>{n[s]={...n[s],...u}}}),lr({rule:{...a},valueIsArray:s=>Array.isArray(n[s]),getMergedValue:s=>n[s],onMergedResult:(s,u)=>{n[s]={...n[s],...u}}}),new Date(t.updatedAt)<=new Date("2024.4.2")&&Object.keys(a).forEach(s=>{["openai","gemini"].includes(s)&&a[s].prompt!=null&&(a[s].maxTextGroupLengthPerRequest==null&&(n[s].maxTextGroupLengthPerRequest=1),a[s].multiplePrompt==null&&(n[s].multiplePrompt=a[s].prompt))});let o=["imt_source_field","imt_trans_field","imt_sub_source_field","imt_sub_trans_field"],l=(s,u)=>{!s||!s[u]||!s?.env||(s[u]=s[u].replace(/{{(.+?)}}/g,(c,d)=>o.includes(d)?c:s?.env[d]||c))};Object.values(n).forEach(s=>{l(s,"prompt"),l(s,"multiplePrompt"),l(s,"subtitlePrompt")})}function rn(t){let e=T.runtime.getURL(Kl),r=new URL(e);return t&&(t.startsWith("http")||!aa())&&r.searchParams.set("file",t),r.href}function ku(){return pe().PDF_VIEWER_URL}function Eu(t){return new URL(t)?.pathname.toLowerCase().endsWith(".pdf")}var Cu=["*://*/*","*","*://*"],Pu="immersive-translate-wildcard-placeholder.com";function Sh(t,e){try{let r=[];if(!e||(e&&!Array.isArray(e)?r=[e]:r=e,r.length===0))return null;if(r.some(l=>Cu.includes(l)))return t;let a=new URL(t);a.hash="",a.search="";let n=a.href,i=a.hostname,o=a.port;if(r&&r.length>0){let l=r.find(s=>{if(!s)return!1;if(s===i)return!0;if(Cu.includes(s))return!0;if(!s.includes("*")&&s.includes("://")){try{let u=new URL(s);if(u.pathname==="/"&&!s.endsWith("/")){let c=u.hostname===i,d=u.port===o;return u.port?c&&d:c}else return xh(n,s)}catch{}return!1}else{let u,c=s;if(s.includes("://")){let V=s.split("://");u=V[0],u==="*"&&V.length>1&&(u="*",s="https://"+V[1])}else u="*",s="https://"+s;let d=s.replace(/\*/g,Pu),h;try{h=new URL(d)}catch{return q.debug("invalid match pattern",d,"raw match value:",c),!1}let b=h.host,E=h.pathname;E==="/"&&(c.replace("://","").includes("/")||(E="/*"));let ne=wh(u+":",_u(b),_u(E));if(ne){let V=new URL(n);return ne.test(V.href)}else return!1}});if(l)return l}return null}catch{return null}}function _u(t){return t.replaceAll(Pu,"*")}function wh(t,e,r){let a="^";return t==="*:"?a+="(http:|https:|file:)":a+=t,a+="//",e&&(t==="file:"||(e==="*"?a+="[^/]+?":(e.match(/^\*\./)&&(a+="[^/]*?",e=e.substring(1)),a+=e.replace(/\./g,"\\.").replace(/\*/g,"[^/]*")))),r?r==="*"||r==="/*"?a+="(/.*)?":r.includes("*")?(a+=r.replace(/\*/g,".*?"),a+="/?"):a+=r.replace(/[-[\]{}()*+?.,\\^$|#\s]/g,"\\$&"):a+="/?",a+="$",new RegExp(a)}function Lu(t,e){return Sh(t,e)!==null}function xh(t,e){let r=new URL(t),a=new URL(e);return r.hostname===a.hostname&&r.pathname===a.pathname&&r.protocol===a.protocol&&r.port===a.port}var an=class{accessToken;constructor(e){this.accessToken=e}async listAll(){let e=[],r="";do{let{nextPageToken:a,files:n}=await this.list(r).catch(i=>{throw i});e.push(...n),r=a||""}while(r);return e}async getConfig(e){try{return await(await fetch(`https://www.googleapis.com/drive/v3/files/${e}?alt=media`,{headers:{Authorization:`Bearer ${this.accessToken}`}})).json()}catch(r){return q.error("get config error, use default",r),{}}}async delete(e){await fetch(`https://www.googleapis.com/drive/v3/files/${e}`,{method:"DELETE",headers:{Authorization:`Bearer ${this.accessToken}`}})}findByName(e){return this.list(void 0,`name = '${e}'`)}uploadConfig(e,r=Qa){let a=new Blob([JSON.stringify(e,null,2)],{type:"application/json"});return this.upload({name:r,parents:["appDataFolder"],mimeType:"application/json"},a)}updateConfig(e,r){let a=new Blob([JSON.stringify(r,null,2)],{type:"application/json"});return this.updateContent(e,a)}async upload(e,r){let a=new FormData;a.append("metadata",new Blob([JSON.stringify(e)],{type:"application/json; charset=UTF-8"})),a.append("file",r);let n=await fetch("https://www.googleapis.com/upload/drive/v3/files?uploadType=multipart",{method:"POST",headers:{Authorization:`Bearer ${this.accessToken}`},body:a});return n.ok?await n.json():Promise.reject(n.text())}async list(e,r){let a=new URL("https://www.googleapis.com/drive/v3/files");e&&a.searchParams.append("pageToken",e),r&&a.searchParams.append("q",r),a.searchParams.append("spaces","appDataFolder"),a.searchParams.append("fields","files(id,name,createdTime,modifiedTime,size)"),a.searchParams.append("pageSize","100"),a.searchParams.append("orderBy","createdTime desc");try{return q.debug("list api:",a.toString(),this.accessToken),await(await fetch(a.toString(),{headers:{Authorization:`Bearer ${this.accessToken}`}})).json()}catch(n){throw q.error("fetch google ip error",n),n}}async updateContent(e,r){return await(await fetch(`https://www.googleapis.com/upload/drive/v3/files/${e}?uploadType=media`,{method:"PATCH",headers:{Authorization:`Bearer ${this.accessToken}`},body:r})).text()}};function Iu(t,e){let r=["https://www.googleapis.com/auth/drive.appdata"];return`https://accounts.google.com/o/oauth2/v2/auth?client_id=${$a}&response_type=token&redirect_uri=${encodeURIComponent(e)}&scope=${encodeURIComponent(r.join(" "))}&state=${encodeURIComponent(JSON.stringify(t))}`}function Bu(t){let e=t.match(/[#?](.*)/);return!e||e.length<1?null:{access_token:new URLSearchParams(e[1].split("#")[0]).get("access_token")}}async function Fu(t,e,r,a,n,i,o){if(q.debug(`autoSyncStrategy accessToken: ${t}`),e===null){q.debug("autoSyncStrategy settings is null");return}let l=new an(t);try{let s=(await l.findByName(Qa)).files;q.debug("files",s);let u=s[0]?.id,c=null;if(u&&(c=await l.getConfig(u).then(d=>({fileId:u,config:d}))),c){let{config:d,fileId:h}=c,b=d.updatedAt?new Date(d.updatedAt):new Date(0),E=e.updatedAt?new Date(e.updatedAt):new Date(0);if(q.debug("remoteUpdatedAt",b,"localUpdatedAt",E),b>E)q.debug("remote is newer, update local config",d),r(d),i&&i(!0);else if(b.getTime()===E.getTime())q.debug("remote and local are the same, do nothing"),i&&i(!1);else if(b(await t.removeAuthInfo(),Ci()&&globalThis.location.reload(),a))}static async getAuthInfo(){let e=await T.storage.local.get(Dr);if(e[Dr])return e[Dr]}static async removeAuthInfo(){return await T.storage.local.remove(Dr)}static setAuthInfo(e){return T.storage.local.set({[Dr]:e})}async auth(e=!1){let r=await t.getAuthInfo();if(q.debug(this.CLASSNAME,"token from cache:",r),r&&r.access_token&&await zu(r.access_token).then(i=>!0).catch(i=>!1))return Promise.resolve(r);let a=Iu(this._state,this._redirectUrl);return q.debug(this.CLASSNAME,"auth url: "+a),Ci()?this.userscriptAuthWorkflow(a,e):this.extensionAuthWorkflow(a).then(n=>(t.setAuthInfo(n),n))}async userscriptAuthWorkflow(e,r){return r&&await T.storage.local.set({[Wl]:!0}),globalThis.open(e,"_self"),Promise.resolve({})}extensionAuthWorkflow(e){let r,a=!1;return new Promise((n,i)=>{let o=()=>{T.tabs.onUpdated.removeListener(l),T.tabs.onRemoved.removeListener(s)},l=(h,b,E)=>{if(q.debug(this.CLASSNAME,"create tab onUpdated: "+E.url),r===h){let ne=new URL(E.url||""),V=Bu(E.url);ne.pathname.startsWith("/auth-done")&&V?.access_token&&(q.debug(this.CLASSNAME,"auth done: "+E.url),n({access_token:V.access_token}),a=!0,T.tabs.remove(h),o())}},s=(h,b)=>{q.debug(this.CLASSNAME,"create tab onRemoved: "+h),(h===r||!a)&&(o(),i(new Error("auth failed")))},u=Math.min(500,screen.availWidth),c=Math.min(650,screen.availHeight),d;T.windows===void 0?d=T.tabs.create({url:e}).then(h=>{r=h.id}):d=T.windows.create({url:e,type:"popup",width:u,height:c,left:Math.round((screen.width-u)/2),top:Math.round((screen.height-c)/2)}).then(h=>{r=h.tabs[0].id}),d.then(()=>{T.tabs.onUpdated.addListener(l),T.tabs.onRemoved.addListener(s)}).catch(h=>{q.debug(this.CLASSNAME,"create tab failed: "+h),i(h)})})}};var Dh="https://www.googleapis.com/oauth2/v3/tokeninfo",kh=$a,Eh=pe().REDIRECT_URL;function zu(t){if(!t)throw"Authorization failure";let e=`${Dh}?access_token=${t}`,r=new Request(e,{method:"GET"});function a(n){return new Promise((i,o)=>{n.status!=200&&o("Token validation error"),n.json().then(l=>{l.aud&&l.aud===kh?i(t):o("Token validation error")})})}return fetch(r).then(a)}function Ou(t,e=!1){let r=Eh;if(typeof window<"u"&&window.location.protocol.startsWith("http")){let n=window.location.hostname,i=window.location.port;r=`${window.location.protocol}//${n}${i?`:${i}`:""}/auth-done/`}return new nn(t,r).auth(e)}async function Mu(){}function Ru(t,e){let r=new Map;for(let i of e)r.set(i.header.toLowerCase(),i);let a=[],n=t.filter(i=>{let o=r.get(i.name.toLowerCase());if(o){if(o.operation==="remove")return!1;if(o.operation==="set")return!1}return!0});for(let i of e)i.operation==="set"&&a.push({name:i.header,value:i.value||""});return n.concat(a)}var on=[{id:1,priority:1,action:{type:"modifyHeaders",requestHeaders:[{header:"Referer",operation:"set",value:"https://httpstat.us/429"},{header:"origin",operation:"set",value:"https://httpstat.us/429"},{header:"DNT",operation:"set",value:"1"}]},condition:{urlFilter:"https://httpstat.us/429",resourceTypes:["xmlhttprequest"],domainType:"thirdParty",initiatorDomains:["cfhamdkdjgoelclgllcoikbckcfpaklj","bpoadfkcbjbfhfodiogcnhhhpibjhbnh"]}},{id:2,priority:1,action:{type:"modifyHeaders",requestHeaders:[{header:"Referer",operation:"set",value:"https://www.deepl.com/"},{header:"origin",operation:"set",value:"https://www.deepl.com"},{header:"DNT",operation:"set",value:"1"},{header:"cookie",operation:"remove"}]},condition:{urlFilter:"https://www2.deepl.com/jsonrpc*",resourceTypes:["xmlhttprequest"],domainType:"thirdParty",initiatorDomains:["cfhamdkdjgoelclgllcoikbckcfpaklj","bpoadfkcbjbfhfodiogcnhhhpibjhbnh"]}},{id:200,priority:1,action:{type:"modifyHeaders",requestHeaders:[{header:"Referer",operation:"set",value:"https://www.deepl.com/"},{header:"origin",operation:"set",value:"chrome-extension://cofdbpoegempjloogbagkncekinflcnj"},{header:"DNT",operation:"set",value:"1"}]},condition:{urlFilter:"https://api.deepl.com/jsonrpc*",resourceTypes:["xmlhttprequest"],domainType:"thirdParty",initiatorDomains:["cfhamdkdjgoelclgllcoikbckcfpaklj","bpoadfkcbjbfhfodiogcnhhhpibjhbnh"]}},{id:201,priority:1,action:{type:"modifyHeaders",requestHeaders:[{header:"Referer",operation:"set",value:"https://www.deepl.com/"},{header:"origin",operation:"set",value:"chrome-extension://cofdbpoegempjloogbagkncekinflcnj"}]},condition:{urlFilter:"https://w.deepl.com/oidc/token",resourceTypes:["xmlhttprequest"],domainType:"thirdParty",initiatorDomains:["cfhamdkdjgoelclgllcoikbckcfpaklj","bpoadfkcbjbfhfodiogcnhhhpibjhbnh"]}},{id:3,priority:1,action:{type:"modifyHeaders",requestHeaders:[{header:"origin",operation:"set",value:"chrome-extension://lkjkfecdnfjopaeaibboihfkmhdjmanm"}]},condition:{urlFilter:"https://transmart.qq.com/api/imt",resourceTypes:["xmlhttprequest"],domainType:"thirdParty",initiatorDomains:["cfhamdkdjgoelclgllcoikbckcfpaklj","bpoadfkcbjbfhfodiogcnhhhpibjhbnh"]}},{id:4,priority:1,action:{type:"modifyHeaders",requestHeaders:[{header:"origin",operation:"set",value:"chrome-extension://lkjkfecdnfjopaeaibboihfkmhdjmanm"}]},condition:{urlFilter:"https://translate.volcengine.com/crx/translate/v1/",resourceTypes:["xmlhttprequest"],domainType:"thirdParty",initiatorDomains:["cfhamdkdjgoelclgllcoikbckcfpaklj","bpoadfkcbjbfhfodiogcnhhhpibjhbnh"]}},{id:5,priority:1,action:{type:"modifyHeaders",requestHeaders:[{header:"User-Agent",operation:"set",value:"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36 Edg/120.0.0.0"}]},condition:{urlFilter:"https://edge.microsoft.com/translate/auth",resourceTypes:["xmlhttprequest"],domainType:"thirdParty",initiatorDomains:["cfhamdkdjgoelclgllcoikbckcfpaklj","bpoadfkcbjbfhfodiogcnhhhpibjhbnh"]}},{id:6,priority:1,action:{type:"modifyHeaders",requestHeaders:[{header:"User-Agent",operation:"set",value:"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36 Edg/120.0.0.0"}]},condition:{urlFilter:"https://api-edge.cognitive.microsofttranslator.com/translate",resourceTypes:["xmlhttprequest"],domainType:"thirdParty",initiatorDomains:["cfhamdkdjgoelclgllcoikbckcfpaklj","bpoadfkcbjbfhfodiogcnhhhpibjhbnh"]}}];function $t(t,e){var r=(t&65535)+(e&65535),a=(t>>16)+(e>>16)+(r>>16);return a<<16|r&65535}function _h(t,e){return t<>>32-e}function ln(t,e,r,a,n,i){return $t(_h($t($t(e,t),$t(a,i)),n),r)}function Oe(t,e,r,a,n,i,o){return ln(e&r|~e&a,t,e,n,i,o)}function Me(t,e,r,a,n,i,o){return ln(e&a|r&~a,t,e,n,i,o)}function Re(t,e,r,a,n,i,o){return ln(e^r^a,t,e,n,i,o)}function Ne(t,e,r,a,n,i,o){return ln(r^(e|~a),t,e,n,i,o)}function sn(t,e){t[e>>5]|=128<>>9<<4)+14]=e;var r,a,n,i,o,l=1732584193,s=-271733879,u=-1732584194,c=271733878;for(r=0;r>5]>>>e%32&255);return r}function Gi(t){var e,r=[];for(r[(t.length>>2)-1]=void 0,e=0;e>5]|=(t.charCodeAt(e/8)&255)<16&&(a=sn(a,t.length*8)),r=0;r<16;r+=1)n[r]=a[r]^909522486,i[r]=a[r]^1549556828;return o=sn(n.concat(Gi(e)),512+e.length*8),Nu(sn(i.concat(o),512+128))}function qu(t){var e="0123456789abcdef",r="",a,n;for(n=0;n>>4&15)+e.charAt(a&15);return r}function Vi(t){return unescape(encodeURIComponent(t))}function Uu(t){return Ph(Vi(t))}function Ih(t){return qu(Uu(t))}function ju(t,e){return Lh(Vi(t),Vi(e))}function Bh(t,e){return qu(ju(t,e))}function Ku(t,e,r){return e?r?ju(e,t):Bh(e,t):r?Uu(t):Ih(t)}function $i(t){if(Math.abs(t)<1024)return t+" Byte";let r=["KB","MB","GB","TB","PB","EB","ZB","YB"],a=-1;do t/=1024,++a;while(Math.abs(t)>=1024&&a{let n=t,i=1,o=indexedDB.open(n,i);o.onsuccess=l=>{r(o.result)},o.onerror=l=>{a()},o.onupgradeneeded=l=>{let s=o.result,u=e||"cache";s.createObjectStore(u,{keyPath:"key"})}})}async function Wu(t){let e=`${Se}-${t.service}@${t.from}->${t.to}`;return await zh(e,t)}async function Hu(t){let e=Ku(t.originalText),r=`${Se}-${t.service}@${t.from}->${t.to}`;return await Fh(r,e)}async function Fh(t,e){let r=await ua(t);return await new Promise((a,n)=>{if(!r)return n();let i="cache",l=r.transaction([i],"readonly").objectStore(i).get(e);l.onsuccess=s=>{r.close();let u=l.result;a(u)},l.onerror=s=>{r.close(),n()}})}async function zh(t,e){let r=await ua(t);return(await Gu()).includes(t)||await Oh(t),await new Promise(n=>{if(!r)return n(!1);let i="cache",l=r.transaction([i],"readwrite").objectStore(i).put(e);l.onsuccess=s=>{r.close(),n(!0)},l.onerror=s=>{r.close(),n(!1)}})}async function Oh(t){let e="cache_list",r=await ua(Se+"-cacheList",e),n=r.transaction([e],"readwrite").objectStore(e).put({key:t});n.onsuccess=i=>{r.close(),_r.push(t)},n.onerror=i=>{r.close()}}async function Gu(){if(_r&&_r.length>0)return _r;let t=await ua(Se+"-cacheList","cache_list");return _r=await new Promise(e=>{let r="cache_list",n=t.transaction([r],"readonly").objectStore(r).getAllKeys();n.onsuccess=i=>{t.close(),e(n.result)},n.onerror=i=>{t.close(),e([])}}),_r}async function Vu(){try{let t=[];(await Gu()).forEach(a=>{t.push(Mh(a))});let r=await Promise.all(t);return $i(r.reduce((a,n)=>a+n,0))}catch{return $i(0)}}async function Mh(t){let e=await ua(t),a=[...e.objectStoreNames].reduce((o,l)=>{let s=Rh(e,l);return o.push(s),o},[]),n=await Promise.all(a);return e.close(),n.reduce((o,l)=>o+l,0)}async function Rh(t,e){return await new Promise((r,a)=>{if(t==null)return a();let n=0,i=t.transaction([e]).objectStore(e).openCursor();i.onsuccess=o=>{let l=i.result;if(l){let s=l.value,u=JSON.stringify(s);n+=u.length,l.continue()}else r(n)},i.onerror=o=>a("error in "+e+": "+o)})}function Nh(t,e){return Math.floor(Math.random()*(e-t+1))+t}var qh=30,Qi="RATE_LIMITER_TICKS",un=class t{static strictTicks={};static clearStrictTicks(){Hi(Qi,"{}")}static async getStrictTicks(e,r){if(r)return this.strictTicks[e]||[];try{let a=await Du(Qi);a&&(this.strictTicks=JSON.parse(a)||{})}catch(a){q.debug("Error setting rate limiter ticks",a),this.strictTicks[e]=[]}finally{return this.strictTicks[e]||[]}}static wait(e,r){return new Promise((a,n)=>{t.getDelay(e,r).then(i=>{setTimeout(()=>{a(i)},i)})})}static async setStrictTicks(e,r,a){try{if(this.strictTicks[e]=r,a)return;await Hi(Qi,JSON.stringify(this.strictTicks))}catch(n){q.debug("Error setting rate limiter ticks",n)}}static async getDelay(e,r,a=!1){if(!a){let u=Nh(4,qh);await Ir(u)}let n=await this.getStrictTicks(e,a)||[],{limit:i,interval:o}=r,l=Date.now();if(n.length=s?(n.push(l),await this.setStrictTicks(e,n,a),0):(n.push(s),await this.setStrictTicks(e,n,a),s-l)}};var cn,Uh=async function(t,e){let{method:r,data:a}=t;if(q.debug("background received message",r,a||" "),r==="mock")await Ir(150);else{if(r==="queryParagraphCache")return Hu(a);if(r==="setParagraphCache")return Wu(a);if(r==="calculateSize")return Vu();if(r==="fetch")return Ja(a);if(r==="getConfig")return Vt();if(r==="getLocalConfig")return sa();if(r==="openOptionsPage"){let n="";a&&a.pageRoute&&(n=a.pageRoute);let i=T.runtime.getURL("options.html");T.tabs.create({url:i+n})}else if(r==="openAboutPage")T.tabs.create({url:T.runtime.getURL("options.html#about")});else if(r==="openInTab")a&&T.tabs.create({url:a});else if(r==="openEbookViewerPage"){let i=pe().EBOOK_VIEWER_URL;T.tabs.create({url:i})}else if(r==="openSubtitleBuilderPage"){let i=pe().SUBTITLE_BUILDER_URL;T.tabs.create({url:i})}else if(r==="openEbookBuilderPage"){let i=pe().EBOOK_BUILDER_URL;T.tabs.create({url:i})}else if(r==="openHtmlViewerPage"){let i=pe().HTML_VIEWER_URL;T.tabs.create({url:i})}else if(r==="openPdfViewerPage"){let n=a?.url,i=rn(n);(Ct()||!n)&&(i=pe().PDF_VIEWER_URL),T.tabs.create({url:i})}else{if(r==="setLocalConfig")return Cr(a);if(r=="getUserConfig")return la();if(r=="setUserConfig")return ur(a);if(r==="detectLanguage"){let{text:n,pageLangs:i}=a;if(T.i18n&&T.i18n.detectLanguage)try{let o=await $u(T.i18n.detectLanguage(n),1500,{isReliable:!1,languages:[]});if(o.languages.length>0){if(o.isReliable)return Kt(o.languages[0].language);for(let l of o.languages){let s=Kt(l.language);if(i.includes(s)&&l.percentage>50)return s}}return"auto"}catch(o){return q.debug("detect language error",o),"auto"}else return"auto"}else if(r==="detectTabLanguage")try{let n=await $u(T.tabs.detectLanguage(e.id),1500,"auto");return Kt(n)}catch(n){return q.debug("detect tab language error, use auto ",n),"auto"}else if(r==="autoSyncLatestConfig"){try{await Mu()}catch(n){q.debug("auto sync latest config error",n)}return""}else if(r!=="updateCommands"){if(r==="setBadge"){let n=e.id,i=a&&a.text?a.text:"";n&&jh(n,i)}else if(r=="getDelay"){let{key:n,options:i}=a||{};return un.getDelay(n,i,!0)}}}}};function Qu(){Yi();let t=T.runtime.getManifest();if(t.manifest_version>2,t.manifest_version===2&&T.webRequest&&T.webRequest.onBeforeSendHeaders){let e=on.map(a=>a.condition.urlFilter),r=on.reduce((a,n)=>(n.condition.resourceTypes.forEach(i=>{a.includes(i)||a.push(i)}),a),[]);T.webRequest.onBeforeSendHeaders.addListener(function(a){if(!(a.originUrl&&a.originUrl.startsWith("http"))&&a.originUrl&&a.requestHeaders)for(let n=0;n{let i=setTimeout(()=>{a(r)},e);t.then(o=>{clearTimeout(i),a(o)}).catch(o=>{clearTimeout(i),n(o)})})}function Yu(){typeof T.commands<"u"&&T.commands.onCommand.addListener(async t=>{if(q.debug(`received command: ${t}`),["toggleTranslatePage"].includes(t)){let e=await T.tabs.query({active:!0,currentWindow:!0});if(e.length===0||typeof e[0].id>"u")return;let a=e[0].url;if(Eu(a)){T.tabs.create({url:rn(a)});return}}await Xi({method:t,data:{trigger:"shortcut"}})})}async function Xi(t){let r=(await T.tabs.query({currentWindow:!0,active:!0}))[0].id;Yi().sendMessage(`content_script:main:${r}`,t).catch(n=>{q.error("send content message request failed",t,n)})}var Xu={"zh-CN":{"languages.en":"\u82F1\u8BED","languages.ja":"\u65E5\u8BED","languages.ko":"\u97E9\u8BED","languages.es":"\u897F\u73ED\u7259\u8BED","languages.fr":"\u6CD5\u8BED","languages.de":"\u5FB7\u8BED","languages.it":"\u610F\u5927\u5229\u8BED","languages.pt":"\u8461\u8404\u7259\u8BED","languages.ru":"\u4FC4\u8BED","languages.wyw":"\u6587\u8A00\u6587","languages.":"\u5168\u90E8"},"zh-TW":{"languages.en":"\u82F1\u8A9E","languages.ja":"\u65E5\u8A9E","languages.ko":"\u97D3\u8A9E","languages.es":"\u897F\u73ED\u7259\u8A9E","languages.fr":"\u6CD5\u8A9E","languages.de":"\u5FB7\u8A9E","languages.it":"\u610F\u5927\u5229\u8A9E","languages.pt":"\u8461\u8404\u7259\u8A9E","languages.ru":"\u4FC4\u8A9E","languages.wyw":"\u6587\u8A00\u6587","languages.":"\u5168\u90E8"}},Wh={..._t,"zh-CN":{...Xu["zh-CN"],..._t["zh-CN"]},"zh-TW":{...Xu["zh-TW"],..._t["zh-TW"]}};function Zu(t,e,r){return Ri(Wh,t,e,ft,r)}var ca=Mi()?["action"]:["browser_action","page_action"],Ju=[{id:"toggleTranslatePage",contexts:["page","frame","selection",...ca]},{id:_i,contexts:ca},{id:Li,contexts:ca},{id:Ii,contexts:ca},{id:Pi,contexts:ca}];async function Zi(t){q.debug("createContextMenu",Ju);for(let e of Ju){let r=!0;t.isShowContextMenu===!1&&e.id==="toggleTranslatePage"&&(r=!1);try{T.contextMenus.create({id:e.id,title:Zu(`browser.${e.id}`,t.interfaceLanguage),contexts:e.contexts,visible:r},()=>T.runtime.lastError)}catch(a){q.debug("create context menu error, it's ok!!",a,`menu id: ${e.id}`)}}}function ec(){T.contextMenus.onClicked.addListener(t=>{if(t.menuItemId===_i)T.runtime.openOptionsPage();else if(t.menuItemId===Pi){let e=ku();T.tabs.create({url:e})}else if(t.menuItemId===Ii){let r=pe().EBOOK_BUILDER_URL;T.tabs.create({url:r})}else if(t.menuItemId===Li){let r=pe().EBOOK_VIEWER_URL;T.tabs.create({url:r})}else if(t.menuItemId===Vl){let r=pe().SUBTITLE_BUILDER_URL;T.tabs.create({url:r})}else t.menuItemId===Gl?T.tabs.create({url:"https://immersivetranslate.com/docs/donate/"}):Xi({method:t.menuItemId,data:{trigger:"right_menu"}})})}function Ji(){Vt().then(t=>{t.uninstallUrl&&T.runtime.setUninstallURL&&T.runtime.setUninstallURL(t.uninstallUrl),eo(t)}).catch(t=>{q.error("create menu error",t)})}function eo(t){t?Zi(t):Vt().then(e=>{Zi(e)}).catch(e=>{q.error("create menu error",e)})}function tc(){T.runtime.onInstalled.addListener(t=>{q.debug(`onInstalled reason: ${t.reason}`),q.debug(t),t.reason=="install"?(async()=>{let e="https://onboarding.immersivetranslate.com/",a=T.runtime.getURL("").startsWith("safari"),n=!1,i=!1;try{let l=await T.runtime.getPlatformInfo();a?l.os==="mac"?n=!0:l.os==="ios"&&(i=!0):l.os==="android"&&(e="https://onboarding.immersivetranslate.com/mobile/")}catch{}n?e="https://onboarding.immersivetranslate.com/mac-safari/":i&&(e="https://onboarding.immersivetranslate.com/ios/step-2/");let o=await Pt("onboardingDisplayTime","");a?o||(await Wt("onboardingDisplayTime",new Date().toISOString()),T.tabs.create({url:e})):T.tabs.create({url:e}),Ji()})():(t.reason=="update"&&T.runtime.getManifest().version!=t.previousVersion,Ji())})}var Hh="https://f0e3be2cce5fcdc92a25c723cd7fcbbc@sentry.immersivetranslate.com/4506813369548800",ro=!1;function rc(t){try{if(!t||!t.enable||ro||aa())return;ro=!0;let e=Er(),r=au();if(t.ignoreVersions?.find(u=>u===e)||t.ignoreBuildPlatforms?.find(u=>u===r))return;let i=globalThis.navigator.userAgent;if(t.ignoreUserAgents?.find(u=>i.match(new RegExp(u))))return;let{initOptions:l}=t,s={dsn:Hh,environment:pe().PROD==="1"?"production":"develop",...t.initOptions};l?.ignoreErrors&&(s.ignoreErrors=to(l.ignoreErrors)),l?.denyUrls&&(s.denyUrls=to(l.denyUrls)),l?.allowUrls&&(s.allowUrls=to(l.allowUrls)),s.release=`${r}@${e}`,Jr.init(s),Gh()}catch{}}async function Gh(){try{let t=await ia.get(ir,null);if(!ro||!t)return;Jr.setUser({id:t.id,username:t.userName,nickname:t.nickName,email:t.email})}catch{}}function to(t){return t.map(e=>new RegExp(e))}Qu();tc();Yu();T.contextMenus&&ec();async function Vh(){T.contextMenus&&eo();let t=await Vt();t.enableSentryReport&&(rc(t.sentryConfig),t.debug&&q.setLevel("debug"))}Vh().catch(t=>{});})(); +`,wrapperSuffix:"
"},{id:"bing",matches:"https://*.bing.com/search*",extraInlineSelectors:["a","i"],globalStyles:{"[class*='lineclamp'],.b_title":"-webkit-line-clamp:unset;"}},{id:"yahoo",matches:"*.yahoo.*",excludeSelectors:["._ys_jiqava","#ybar-inner-wrap","#Col2-5-Rmp-Proxy"],extraBlockSelectors:[".SIPGg",".sc-kzMCTH.pSZXj"],globalStyles:{"#atomic .Mt\\(20px\\)":"margin-top: 100px;","[class*='LineClamp']":"-webkit-line-clamp:unset;max-height:unset;","a[class*='js-content-viewer']> div[class*='Td\\(n\\)']":"overflow: scroll;","[class*='_ys_24482e']":"-webkit-line-clamp:unset;","#Aside > :first-child":"overflow:scroll;"}},{id:"wsj",matches:"www.wsj.com",excludeSelectors:["header","footer","nav","[aria-label='Markets summary']"]},{id:"businessinsider",matches:"www.businessinsider.com",excludeSelectors:["header","nav","section.live-updates-module "]},{id:"goodreads",matches:"www.goodreads.com",excludeSelectors:[".badgeYear",".gr-mediaBox__desc",".bookVotedRow",".minirating","div[itemprop='aggregateRating']",".wtrButtonContainer",".RatingsHistogram__labelTitle",".FollowButton",".siteHeader__topLevelLink","#books > thead","td[class*='rating']","td[class*='shelves']","td[class*='date_read']","td[class*='date_added']","td[class*='actions']"]},{id:"feeder",matches:"https://feeder.co/*",globalStyles:{".item-summary":"-webkit-line-clamp:unset;"}},{id:"elektrotechnik",matches:"https://www.elektrotechnik.rwth-aachen.de/*",globalAttributes:{"[class='notranslate']":{class:""}}},{id:"nytimes",matches:"www.nytimes.com",excludeSelectors:["#app > div > div > header","#app > div > div > div > div > header","#in-story-masthead"],injectedCss:["a::after {position:relative!important;}"]},{id:"bugsKde",matches:"bugs.kde.org","excludeTags.remove":["svg","PRE"],additionalExcludeSelectors:[".bz_first_comment_head",".bz_comment_head",".related_actions"]},{id:"eastmoney",matches:"guba.eastmoney.com",searchEnhancementConfig:[{id:"eastmoney",urlMatch:"guba.eastmoney.com/news,us\\w+,\\w+.html",delayTime:0,selector:".moneyFlowContainer",selectorAction:"insertBefore",style:{container:"background:white;border:none;border-radius: 4px;box-shadow: 0 2px 4px hsla(216,5%,62%,.14);",source:"font-size:12px; margin-bottom: 0px;",keyword:"color:#294688",title:"font-size:14px;color:#294688;",enTitle:"margin-top:4px;font-size:12px;",searchTitle:"margin:4px 0 16px;position:relative;padding-right:24px;font-size: 16px;",time:"margin: 0px 0 16px;",more:"color:#294688;margin-top:8px;"},keyword:{value:"[0]$1 stock",matches:[{source:"url",matchRegex:"guba.eastmoney.com/news,us(\\w+?),\\S+.html"}]},showCount:8},{id:"eastmoney",urlMatch:"guba.eastmoney.com/list,us\\w+.*.html",delayTime:0,selector:".qualityContentContainer",selectorAction:"insertBefore",style:{container:"background:white;border:none;border-radius: 4px;box-shadow: 0 2px 4px hsla(216,5%,62%,.14);",source:"font-size:12px; margin-bottom: 0px;",keyword:"color:#294688",title:"font-size:14px;color:#294688;",enTitle:"margin-top:4px;font-size:12px;",searchTitle:"margin:4px 0 16px;position:relative;padding-right:24px;font-size: 16px;",time:"margin:0px 0 16px;",more:"color:#294688;margin-top:8px;"},keyword:{value:"[0]$1:[0]$2",matches:[{source:{type:"selector",attribute:"href"},matchRegex:"code=(\\w+)_(\\w+)",match:"a[href*='rank/stock?code=']"}]},showCount:8}]},{id:"xueqiu",matches:"xueqiu.com",searchEnhancementConfig:[{id:"xueqiu",urlMatch:"xueqiu.com/S/[a-zA-Z]+/?$",delayTime:0,selector:".container-side-sm.float-right.stock__side",selectorAction:"appendChild",style:{container:"background:white;border:none;border-radius: 4px;padding:0;",source:"font-size:12px; margin-bottom: 0px;",keyword:"color:#06c",title:"font-size:14px;color:#06c;",enTitle:"margin-top:4px;font-size:12px;",searchTitle:"margin:4px 0 16px;position:relative;padding-right:24px;font-size: 16px;font-weight: bold;",time:"margin:0px 0 16px;",more:"color:#06c;margin-top:8px;"},showCount:8,keyword:{value:"[0]$1",matches:[{source:{type:"selector",attribute:"text"},matchRegex:"\\((.+)\\)",match:".stock-name"}]}}]},{id:"laohu8",matches:"www.laohu8.com",searchEnhancementConfig:[{id:"laohu8",urlMatch:"www.laohu8.com/stock/[a-zA-Z]+/?$",delayTime:0,selector:".hot-stocks-root",selectorAction:"insertBefore",style:{container:"background:white;border:none;border-radius: 4px;box-shadow: 0 2px 4px hsla(216,5%,62%,.14);",source:"font-size:12px; margin-bottom: 0px;",title:"font-size:14px;color: #007bff;",enTitle:"margin-top:4px;color: #4d5156;font-size:12px;",searchTitle:"margin:4px 0 16px;position:relative;padding-right:24px;font-size: 16px;",time:"margin: 0px 0 16px;"},keyword:{value:"[0]$1 stock",matches:[{source:"url",matchRegex:"stock/([a-zA-Z]+)"}]},showCount:8}]},{id:"futunn",matches:"www.futunn.com",searchEnhancementConfig:[{id:"futunn",urlMatch:"www.futunn.com/stock/\\w+-US",delayTime:0,selector:".right",selectorAction:"appendChild",style:{container:"background:white;border:none;border-radius: 4px;box-shadow: 0 2px 4px hsla(216,5%,62%,.14);",source:"font-size:12px; margin-bottom: 4px;",title:"font-size:14px;color: #007bff;",enTitle:"margin-top:4px;color: #4d5156;font-size:12px;",searchTitle:"margin:4px 0 16px;position:relative;padding-right:24px;font-size: 16px;",time:"margin: 4px 0 20px;"},keyword:{value:"[0]$1 stock",matches:[{source:"url",matchRegex:"stock/([a-zA-Z]+)-US"}]},showCount:8}]},{id:"bmvrMarseille",matches:"www.bmvr.marseille.fr",globalStyles:{"a > div":"display:block;","[style*='358px;']":"width: 33.3333%; height: auto; padding: 0px; position: relative; margin: 0px;"},globalAttributes:{"#app":{class:""}}},{id:"piAi",matches:"pi.ai/talk",globalStyles:{"[class*='text-brand-green']":"flex-direction:column;"}},{id:"claudeAi",matches:"claude.ai",excludeSelectors:[".contents *"],"excludeTags.remove":["PRE"],injectedCss:"[data-testid='chat-menu-trigger'] br {display:none;}",aiRule:{messageWrapperSelector:".contents",messageContainerSelector:".ReactMarkdown",messageStreamEndSelector:".contents > button",streamingChange:!0,streamingDeepChild:!1,streamingDelayTime:1e3}},{id:"feishu",matches:["*.feishu.cn","*.larkoffice.com","*.larksuite.com"],"additionalExcludeSelectors.remove":[".notranslate","[translate=no]"],mutationObserverLimitTargetSelectors:[".maindocbody","div[class*='render']","div[class*='block']"],"excludeSelectors.add":[".catalogue__list"]},{id:"gitbook",selectorMatches:[".gitbook-root"],"additionalExcludeSelectors.remove":[".notranslate","[translate=no]"],"additionalExcludeSelectors.add":["[spellcheck='false']"]},{id:"mitre",matches:"cwe.mitre.org",globalStyles:{"span.list_entry":"height: unset;"}},{id:"kaggle",matches:"www.kaggle.com",excludeTags:["i","button"]},{id:"ieee",matches:"spectrum.ieee.org",extraBlockSelectors:["small"]},{id:"ieeexplore",matches:"ieeexplore.ieee.org",stayOriginalSelectors:["a[ref-type]",".inline-formula",".display-formula"]},{id:"cnn",matches:"*.cnn.com","excludeSelectors.add":[".ad-slot-header__wrapper","#pageFooter"],"bodyRule.add":{bodySelector:".layout__content-wrapper",articleSelector:".article__content-container"}},{id:"marginalrevolution",matches:"marginalrevolution.com",globalAttributes:{header:{translate:"unset;"}}},{id:"highfrequencyelectronics",matches:"www.highfrequencyelectronics.com",globalStyles:{"#main-content":"overflow:unset;"}},{id:"githubBlog",matches:"github.blog",globalStyles:{".font-mktg":"word-break:normal;"}},{id:"semanticscholar",matches:"www.semanticscholar.org",selectors:[".cl-paper-title",".cl-paper-abstract",".tldr-abstract-replacement",".text-truncator",".paper-detail-title"]},{id:"uni-trier",matches:"dblp.uni-trier.de",selectors:["h1","h2",".title",".external","dd p"],excludeSelectors:[".side-column"]},{id:"bilibili",matches:"www.bilibili.com","excludeSelectors.add":[".bpx-player-subtitle-panel-text"],"subtitleRule.add":{type:"bilibili",subtitleUrlRegExp:"aisubtitle.hdslb.com/bfs",loadingContainerSelector:".bpx-player-subtitle-panel"}},{id:"time",matches:"time.com",excludeSelectors:[".date-and-duration"],globalStyles:{".headline":"-webkit-line-clamp:unset;overflow:unset;height:unset;",h3:"-webkit-line-clamp:unset;overflow:unset;",p:"-webkit-line-clamp:unset;overflow:unset;"}},{id:"docs-swift",matches:"docs.swift.org",selectors:[".content","#menu"]},{id:"uzh",matches:"www.uzh.ch",injectedCss:[".TextImage--inner {overflow:auto !important;}"]},{id:"mail-yandex",matches:"mail.yandex.com",selectors:["article",".Text_color_primary",".mail-MessageSnippet-Item_subject"],globalStyles:{".mail-MessageSnippet":"height: unset; line-height:unset;",".immersive-translate-target-translation-block-wrapper":"margin:unset;"}},{id:"forums.zotero",matches:"forums.zotero.org",selectors:[".page-sidebar",".page-content"]},{id:"pubmed.ncbi.nlm.nih.gov",matches:"pubmed.ncbi.nlm.nih.gov",urlChangeDelay:0,excludeSelectors:[".docsum-journal-citation",".citation-part",".docsum-authors",".top-wrapper",".article-source",".citation-doi",".identifiers",".cite",".share",".arrow-link"],globalAttributes:{"#Scholarscope_HighlightContent":{class:""},"#Scholarscope_HighlightOrigin":{class:"Scholarscope_HighlightContents"}},mutationExcludeContainsSelectors:["#Scholarscope_HighlightContent highlight"],mutationExcludeSelectors:["#Scholarscope_HighlightContent","#Scholarscope_HighlightContent span"],injectedCss:["#Scholarscope_HighlightOrigin > p font,#Scholarscope_HighlightContent > p font {display: inline!important;}","#Scholarscope_HighlightOrigin > p font br,#Scholarscope_HighlightContent > p font br {display: none!important;}"]},{id:"chosun",matches:"www.chosun.com",injectedCss:"body {word-break: unset!important;}"},{id:"yna",matches:"*.yna*",injectedCss:["font > br {display:none}"],globalStyles:{"a,strong":"max-height:unset;-webkit-line-clamp:unset;height:unset;white-space:unset;","div,p,li,.item-box01,.news-con":"height:unset;max-height:unset;-webkit-line-clamp:unset;"},"additionalExcludeSelectors.remove":[".notranslate","[translate=no]"]},{id:"cnet",matches:"www.cnet.com",globalStyles:{"h3,div,span,p":"max-height:unset;-webkit-line-clamp:unset;height:unset;white-space:unset;"}},{id:"dolmods",matches:"dolmods.net",globalStyles:{"[class*='max-h']":"max-height:unset!important;"}},{id:"digitimes",matches:"www.digitimes.com",globalStyles:{"a,.title,.abstract,.display-5,.top":"max-height:unset;-webkit-line-clamp:unset;height:unset;white-space:unset;"},"excludeSelectors.add":[".main-nav-frame",".sub-header-wrapper",".footer",".date"],"additionalExcludeSelectors.remove":[".notranslate","[translate=no]"]},{id:"vdi-nachrichten",matches:"www.vdi-nachrichten.com","excludeSelectors.add":[".header-menu__item > a",".linkbar__item",".header__button-group"]},{id:"htdp",matches:"htdp.org",excludeTags:["blockquote"],stayOriginalSelectors:[".RktIn"]},{id:"newsletterss",matches:"newsletterss.com",initialGlobalAttributes:{iframe:{scrolling:"auto"}}},{id:"docusaurus",selectorMatches:["#__docusaurus"],"excludeSelectors.add":["aside",".DocSearch-Modal"]},{id:"mercari",matches:"*.mercari.com","excludeTags.remove":["PRE"]},{id:"qqMail",matches:"mail.qq.com",useIframePostMessage:!1},{id:"nikkei",matches:"www.nikkei.com",globalStyles:{"h3,div,span,p":"max-height:unset;-webkit-line-clamp:unset;height:unset;white-space:unset;"}},{id:"pubs.rsc.org",matches:"pubs.rsc.org",excludeSelectors:[".eqn"]},{id:"indeed",matches:"*.indeed.com",globalStyles:{"span,.css-19rjr9w.e1wnkr790":"max-height:unset;-webkit-line-clamp:unset;height:unset;white-space:unset;"},"excludeTags.remove":["BUTTON"]},{id:"brutalist",matches:"brutalist.report",selectors:["li > a:first-child","aside","nav > a","h1 > a","h3 > a","h2 >a"],"additionalExcludeSelectors.remove":[".notranslate","[translate=no]"]},{id:"maxroll",matches:["maxroll.gg"],extraInlineSelectors:[".d4t-sprite-icon",".d4t-icon"],injectedCss:["font {font-family: sans-serif !important;}"]},{id:"microsoftTeams",matches:["teams.live.com"],"stayOriginalSelectors.add":["span[title][style='min-width: 20px; height: 20px;']"]},{id:"gradioappdocs",matches:"www.gradio.app/docs/*",selectors:["div.obj"],excludeSelectors:["div#examples"]},{id:"arca",matches:"arca.live","excludeTags.remove":["PRE"]},{id:"chatpdf",matches:["www.chatpdf.com"],"additionalExcludeSelectors.remove":[".notranslate"],excludeSelectors:[".chat-message-row.ai *",".pdf-viewer"],aiRule:{streamingSelector:"",messageWrapperSelector:".chat-message-row.ai",streamingChange:!1,streamingDeepChild:!0,streamingDelayTime:1e3}},{id:"inciteful",matches:["inciteful.xyz"],"excludeTags.remove":["BUTTON"]},{id:"app.element.io",matches:["app.element.io"],"additionalExcludeSelectors.remove":[".notranslate"],"excludeSelectors.add":[".mx_DisambiguatedProfile",".mx_ReplyChain_wrapper",".mx_ThreadSummary_replies_amount"]},{id:"fastapi.tiangolo.com",matches:"fastapi.tiangolo.com",selectors:["article"]},{id:"termynal",selectorMatches:["link[href*='termynal.css']"],"stayOriginalSelectors.add":[".termy"]},{id:"cpb-nl",matches:["www.cpb.nl"],"bodyRule.add":{enable:!1}},{id:"hub.logseq",matches:["hub.logseq.com"],globalStyles:{"[class*=':h-[']":"height:unset;"}},{id:"chat.zalo",matches:["chat.zalo.me"],"additionalExcludeSelectors.remove":[".notranslate"],inputExecCommandDeleteEnable:!0,"inputConfig.add":{execCommandDeleteEnable:!0}},{id:"epam",matches:"*.epam.com",globalStyles:{"[class*='ContentAnchorLinkList']":"word-break:unset;"},"excludeSelectors.add":["#blog-page-sidebar-wrapper"],"excludeTags.remove":["BUTTON"]},{id:"discussions.apple",matches:"discussions.apple.com","excludeSelectors.add":[".page-number"]},{id:"www.sixthtone.com",matches:["www.sixthtone.com"],"excludeSelectors.add":["#footer","[class^=index_time]","[class^=index_anthorList]","[class^=index_node]","[class^=index_popupWrapper]"]},{id:"forum.unity",matches:["forum.unity.com"],"excludeSelectors.add":[".bbCodeCode"]},{id:"wattpad",matches:["www.wattpad.com"],"excludeTags.remove":["PRE"],globalAttributes:{header:{translate:"unset;"}},globalStyles:{".story-info .item-description":"overflow: scroll;"}},{id:"netflix",matches:["www.netflix.com"],"excludeSelectors.add":[".player-timedtext"],"mutationExcludeSelectors.add":[".player-timedtext *"],"subtitleRule.add":{type:"netflix",loadingContainerSelector:".watch-video",subtitleUrlRegExp:"^https://.+?.oca.nflxvideo.net/\\?([ovet]=[^=]+){4}$",loadingStyle:"bottom: 15%;",quickButtonRule:{appendSelector:'[data-uia="control-next"]',insertBeforeSelector:'[data-uia="control-next"]',injectCSS:".imt-quick-subtitle-button {height: 60%; margin-right: 50px; font-size: 20px; } .logo,.logo svg { height: 36px; width: 36px} .label { display: none; } .imt-quick-subtitle-pop-content {transform: translateX(50%); right: 0}"},videoSelector:"video",attachRule:{appendSelector:".watch-video",injectedCSS:[".imt-caption-window {margin-bottom: 0px; bottom: 10vw;}"],injectedGlobalCSS:[".player-timedtext {display: none !important; }"]}}},{id:"udemy",matches:["www.udemy.com"],"excludeSelectors.add":["[data-purpose='captions-cue-text']",".shaka-text-container"],"mutationExcludeSelectors.add":["[data-purpose='captions-cue-text'] *",".shaka-text-container *"],"subtitleRule.add":{type:"udemy",subtitleUrlRegExp:"^https://vtt.*\\.udemycdn\\.com/.*\\.vtt",videoPlayerSelector:"video.shaka-video",humanTrust:85,loadingContainerSelector:".shaka-video-container",loadingStyle:"bottom: 15%;",injectedCss:["[class^='well--text'] {white-space: pre;}"],quickButtonRule:{appendSelector:'[data-purpose="video-controls"]'}},"subtitleRule.add_v.[1.4.1]":{hookType:"fetch|xhr"}},{id:"iview",matches:"iview.abc.net.au",excludeSelectors:[".jwplayer"],"mutationExcludeSelectors.add":[".jwplayer *"],"subtitleRule.add":{type:"webvtt",subtitleUrlRegExp:"/cc/.*\\.(vtt|webvtt)$",loadingContainerSelector:".jwplayer",quickButtonRule:{appendSelector:".jw-reset.jw-button-container",insertBeforeSelector:".jw-settings-submenu-button",injectCSS:".imt-quick-subtitle-pop-content {z-index: 999999;}"}}},{id:"nmaart",matches:"www.nma.art",excludeSelectors:[".video-container"],"mutationExcludeSelectors.add":[".video-container *"],"subtitleRule.add":{type:"webvtt",subtitleUrlRegExp:"/texttrack/.*\\.(vtt|webvtt)",loadingContainerSelector:".video-container",quickButtonRule:{appendSelector:".vjs-control-bar",insertBeforeSelector:".vjs-playback-rate"}}},{id:"apple",matches:"developer.apple.com",excludeSelectors:[".developer-video-player"],"mutationExcludeSelectors.add":[".developer-video-player *"],"subtitleRule.add":{type:"webvtt",subtitleUrlRegExp:"\\.(vtt|webvtt)"}},{id:"khanacademy",matches:["www.khanacademy.org"],"subtitleRule.add":{type:"khanacademy",subtitleUrlRegExp:"GetSubtitles",hookType:"fetch"},"stayOriginalSelectors.add":[".mathjax-wrapper"]},{id:"nebula",matches:["nebula.tv"],"excludeSelectors.add":["[data-subtitles-container='true']"],"mutationExcludeSelectors.add":["[data-subtitles-container='true'] *"],"subtitleRule.add":{type:"webvtt",subtitleUrlRegExp:"\\.vtt$",loadingContainerSelector:".video-poster",quickButtonRule:{appendSelector:".icon-spacing.css-4yh7a0",insertBeforeSelector:"#subtitles-toggle-button",ccEnableSelector:"#subtitles-toggle-button"}}},{id:"frontendmasters",matches:["frontendmasters.com"],"excludeSelectors.add":[".vjs-text-track-display"],"mutationExcludeSelectors.add":[".vjs-text-track-display *"],"subtitleRule.add":{type:"webvtt",subtitleUrlRegExp:".vtt$",loadingContainerSelector:".vjs-text-track-display",injectedCss:["#immersive-translate-quick-button-container {order: 2} .imt-quick-subtitle-pop-content {z-index: 2147483647}"],quickButtonRule:{appendSelector:".vjs-control-bar"},videoSelector:".PromoPlayer video",attachRule:{appendSelector:".video-js",injectedGlobalCSS:".vjs-text-track-display {display: none;}"}}},{id:"udacity",matches:["*.udacity.com"],"excludeSelectors.add":[".vjs-text-track-display"],"mutationExcludeSelectors.add":[".vjs-text-track-display *"],"subtitleRule.add":{type:"webvtt",subtitleUrlRegExp:".vtt$",loadingContainerSelector:".vjs-text-track-display"}},{id:"skillshare",matches:["www.skillshare.com"],"excludeSelectors.add":[".vjs-text-track-display"],"mutationExcludeSelectors.add":[".vjs-text-track-display *"],"subtitleRule.add":{type:"webvtt",subtitleUrlRegExp:"\\.vtt\\?",loadingContainerSelector:".vjs-text-track-display",injectedCss:["#immersive-translate-quick-button-container {order: 13}"],quickButtonRule:{appendSelector:".vjs-control-bar",insertBeforeSelector:".vjs-volume-panel",injectCSS:" .label { display: none; } .imt-quick-subtitle-pop-content {transform: translateX(43%); right: 0; z-index: 2147483647 } "}}},{id:"domestika",matches:["www.domestika.org"],"excludeSelectors.add":[".vjs-text-track-display"],"mutationExcludeSelectors.add":[".vjs-text-track-display *"],"subtitleRule.add":{type:"webvtt",subtitleUrlRegExp:".*subtitles.*\\.vtt",quickButtonRule:{appendSelector:".controlBar-wrapper .right-wrapper",insertBeforeSelector:".vjs-volume-panel"}}},{id:"hbomax",matches:["play.max.com","play.hbomax.com"],"excludeSelectors.add":["[data-testid='playerContainer']","[data-testid='CueBoxContainer']"],"mutationExcludeSelectors.add":["[data-testid='playerContainer'] *","[data-testid='CueBoxContainer'] *"],"subtitleRule.add":{type:"webvtt",subtitleUrlRegExp:"\\.vtt$",loadingContainerSelector:"[data-testid='playerContainer']"}},{id:"mindvalley",matches:["home.mindvalley.com"],"excludeSelectors.add":[".vjs-text-track-display"],"mutationExcludeSelectors.add":[".vjs-text-track-display *"],"subtitleRule.add":{type:"webvtt",subtitleUrlRegExp:"\\.webvtt$",loadingContainerSelector:".vjs-text-track-display",injectedCss:["#immersive-translate-quick-button-container {order: 6}"],quickButtonRule:{appendSelector:'[data-testid="video-section"] .vjs-control-bar',insertBeforeSelector:'[data-testid="video-section"] .vjs-volume-panel',injectCSS:".imt-quick-subtitle-pop-content {z-index: 999999;}"}}},{id:"masterclass",matches:["www.masterclass.com","learn.microsoft.com"],"excludeSelectors.add":[".vjs-text-track-display"],"mutationExcludeSelectors.add":[".vjs-text-track-display *"],"subtitleRule.add":{type:"webvtt",subtitleUrlRegExp:"\\.vtt",loadingContainerSelector:".vjs-text-track-display",quickButtonRule:{appendSelector:".vjs-control-bar",insertBeforeSelector:".vjs-playback-rate"}}},{id:"viu",matches:["www.viu.com"],"excludeSelectors.add":[".bmpui-ui-viu-subtitle-overlay"],"mutationExcludeSelectors.add":[".bmpui-ui-viu-subtitle-overlay *"],"subtitleRule.add":{type:"webvtt",hookType:"xhr",subtitleUrlRegExp:"https?://[^/]+\\.cloudfront\\.net/[^/]+/[^/]+$",loadingContainerSelector:".bmpui-container-wrapper",loadingStyle:"bottom: 20%;",injectedCss:[".bmpui-controls-hidden #immersive-translate-quick-button-container {display: none;}"],quickButtonRule:{appendSelector:".bmpui-ui-container.bmpui-ui-viu-subtitle > .bmpui-container-wrapper",injectCSS:".imt-quick-subtitle-button {margin-bottom: 8px}"}}},{id:"linkin",matches:"*.linkedin.com","excludeSelectors.add":[".vjs-text-track-display"],"mutationExcludeSelectors.add":[".vjs-text-track-display *"],"subtitleRule.add":{type:"webvtt",subtitleUrlRegExp:".*ambry/\\?x-li-ambry-ep=.*",hookType:"xhr",loadingContainerSelector:".video-player-container",quickButtonRule:{appendSelector:".vjs-control-bar",insertBeforeSelector:".vjs-captions-toggle"}}},{id:"kanopy",matches:"*.kanopy.com","excludeSelectors.add":[".vjs-text-track-display"],"mutationExcludeSelectors.add":[".vjs-text-track-display *"],"subtitleRule.add":{type:"webvtt",subtitleUrlRegExp:".*captioncache/webvtt.*",hookType:"xhr",loadingContainerSelector:".video-player-container",injectedCss:["#immersive-translate-quick-button-container{height: 40px;display: flex;align-items: center;align-self: flex-end;}"],quickButtonRule:{appendSelector:".vjs-control-bar",insertBeforeSelector:".vjs-caption-control"}}},{id:"iflix",matches:["www.iflix.com","wetv.vip"],"excludeSelectors.add":[".text-track"],"mutationExcludeSelectors.add":[".player-wrapper *"],"subtitleRule.add":{type:"webvtt",subtitleUrlRegExp:"\\.vtt",hookType:"xhr",loadingContainerSelector:"#player-wrapper",loadingStyle:"bottom: 18%;",quickButtonRule:{appendSelector:'[data-role="wetv-ctrlbar-right"]',insertBeforeSelector:'[data-role="wetv-player-definition"]'}}},{id:"imdb",matches:"www.imdb.com","excludeSelectors.add":[".jw-text-track-container"],"mutationExcludeSelectors.add":[".jw-text-track-container *"],"subtitleRule.add":{type:"webvtt",subtitleUrlRegExp:"\\.srt$",loadingContainerSelector:"#imdbnext-vp-jw-single",quickButtonRule:{appendSelector:".jw-reset.jw-button-container",insertBeforeSelector:'[button="ttt-button"]'}}},{id:"itv",matches:["www.itv.com"],"subtitleRule.add":{type:"text_track",videoPlayerSelector:".genie-video",loadingContainerSelector:".genie-container",loadingStyle:"bottom: unset; top: 5%;",quickButtonRule:{appendSelector:".control-bar_right-child-container",insertBeforeSelector:".controls-toggle_button--fullscreen"}}},{id:"egghead",matches:["egghead.io"],"subtitleRule.add":{type:"text_track",videoPlayerSelector:".cueplayer-react-video",loadingContainerSelector:".cueplayer-react-video-holder",loadingStyle:"bottom: unset; top: 5%;",quickButtonRule:{appendSelector:".cueplayer-react-control-bar-right-part",insertBeforeSelector:".cueplayer-react-closed-caption"}}},{id:"coursera",matches:["www.coursera.org"],"subtitleRule.add":{type:"text_track",videoPlayerSelector:".vjs-tech",loadingContainerSelector:".rc-VideoControlsContainer",loadingStyle:"bottom: unset; top: 5%;",quickButtonRule:{appendSelector:'[role="presentation"] > .rc-ControlBar > .icon-container'}}},{id:"ocrtraining",matches:["ocrtraining.cit.nih.gov","videocast.nih.gov"],"excludeSelectors.add":["#videocastPlayer"],"mutationExcludeSelectors.add":["#videocastPlayer *"],"subtitleRule.add":{type:"webvtt",subtitleUrlRegExp:"\\.srt$",loadingContainerSelector:"#videocastPlayer"}},{id:"espn",matches:["*.espn.com"],mainFrameMinTextCount:0,"excludeSelectors.add":["#fittPageContainer"],"mutationExcludeSelectors.add":["#fittPageContainer *"],"subtitleRule.add":{type:"webvtt",subtitleUrlRegExp:"\\.vtt$",injectedCss:["#immersive-translate-quick-button-container{margin-top:16px;}",".vjs-text-track-display > div >div {font:unset!important;}"],quickButtonRule:{appendSelector:".vjs-control-bar",insertBeforeSelector:".vjs-captions-button"}}},{id:"fmoviesz",matches:["fmoviesz.to","vidplay.online","c8365730d4.nl"],"excludeSelectors.add":["#player"],"mutationExcludeSelectors.add":["#player *"],"subtitleRule.add":{type:"multi_attach_vtt",subtitleUrlRegExp:"subtitle/.*\\.vtt$",quickButtonRule:{appendSelector:".jw-button-container",insertBeforeSelector:".jw-icon-cc"},activeLangSelector:"#jw-player-settings-submenu-captions .jw-settings-submenu-items .jw-settings-item-active",videoSelector:"video",attachRule:{appendSelector:"#player",injectedGlobalCSS:[".jw-text-track-container {display: none;}","@media (min-width: 576px) { video::cue {opacity: 0} }"]}}},{id:"aniwatch",matches:["megacloud.tv","aniwatch.to"],"excludeSelectors.add":[".jw-wrapper"],"mutationExcludeSelectors.add":[".jw-wrapper *"],"subtitleRule.add":{type:"multi_attach_vtt",subtitleUrlRegExp:"^(?!.*sprite\\.vtt$).*\\.vtt$",quickButtonRule:{appendSelector:".jw-button-container",insertBeforeSelector:".jw-icon-cc"},activeLangSelector:"#jw-player-settings-submenu-captions .jw-settings-submenu-items .jw-settings-item-active",videoSelector:"video",attachRule:{appendSelector:".jw-wrapper",injectedGlobalCSS:[".jw-text-track-container {display: none;}","@media (min-width: 576px) { video::cue {opacity: 0} }"]}}},{id:"rottentomatoes",matches:["*.rottentomatoes.com"],"excludeSelectors.add":[".jw-wrapper"],"mutationExcludeSelectors.add":[".jw-wrapper *"],"subtitleRule.add":{type:"webvtt",subtitleUrlRegExp:"\\.vtt$",quickButtonRule:{appendSelector:".jw-button-container",insertBeforeSelector:".jw-icon-cc"}}},{id:"dailymotion",matches:["*.dailymotion.com"],"excludeSelectors.add":[".player"],"mutationExcludeSelectors.add":[".player *"],mainFrameMinTextCount:0,"subtitleRule.add":{type:"subsrt",subsrtFormat:"srt",loadingContainerSelector:".player",subtitleUrlRegExp:"/video/.*\\.srt",quickButtonRule:{appendSelector:".controls_bottom_right",insertBeforeSelector:".subtitles_toggle_button"}}},{id:"movie-web",matches:["movie-web.app/media*"],"excludeSelectors.add":["#root"],"mutationExcludeSelectors.add":["#root *"],"subtitleRule.add":{type:"subsrt",hookType:"fetch",subsrtFormat:"vtt",loadingContainerSelector:".relative.h-screen.overflow-hidden",subtitleUrlRegExp:".*\\.vtt",quickButtonRule:{appendSelector:".hidden.justify-between .flex.items-center.space-x-3"}}},{id:"deeplearning",matches:["learn.deeplearning.ai"],"excludeSelectors.add":['[data-layout="video"]'],"mutationExcludeSelectors.add":['[data-layout="video"] *'],"subtitleRule.add":{type:"subsrt",subsrtFormat:"vtt",loadingContainerSelector:'[data-layout="video"]',subtitleUrlRegExp:".*\\.vtt",quickButtonRule:{appendSelector:".vds-controls-group:last-child",insertBeforeSelector:".vds-caption-button"}}},{id:"paramountplus",matches:["*.paramountplus.com"],"excludeSelectors.add":[".aa-player-skin"],"mutationExcludeSelectors.add":[".aa-player-skin *"],"subtitleRule.add":{type:"text_track_dynamic",injectedCss:[".tt-container {white-space: pre-line;}",".timed-text-css-box-inner {display: none!important;}",".timed-text-css-box-inner:last-child {display: block!important;}"],videoPlayerSelector:"video",quickButtonRule:{appendSelector:".top-menu-container"}}},{id:"pluto",matches:["pluto.tv"],"excludeSelectors.add":[".video-player-layout"],"mutationExcludeSelectors.add":[".video-player-layout *"],"subtitleRule.add":{type:"text_track_dynamic",videoPlayerSelector:"video",quickButtonRule:{appendSelector:".endControls-0-2-85"}}},{id:"vimeo",matches:["vimeo.com"],"excludeSelectors.add":[".vp-captions"],"mutationExcludeSelectors.add":[".vp-captions *"],"subtitleRule.add":{type:"text_track",videoPlayerSelector:"video",loadingContainerSelector:".player_container",loadingStyle:"bottom: unset; top: 5%;",injectedCss:["#immersive-translateQuickButton {visibility: inherit!important;}"],quickButtonRule:{appendSelector:'[data-control-bar="true"] > div',insertBeforeSelector:'[data-volume-control-container="true"]',ccEnableSelector:'[data-cc-button="true"]',injectCSS:".imt-quick-subtitle-button {margin-right: 0px; font-size: 12px;} .logo,.logo svg { height: 18px !important; width: 18px !important;} .imt-quick-subtitle-pop-content {bottom: 28px !important;}"}}},{id:"ted",matches:["www.ted.com"],"excludeSelectors.add":["#video"],"mutationExcludeSelectors.add":["#video *"],"subtitleRule.add":{type:"webvtt",hookType:"fetch",subtitleUrlRegExp:"\\.vtt",videoPlayerSelector:"video",loadingContainerSelector:"media-controller",quickButtonRule:{appendSelector:".pointer-events-none #media-control-bar",insertBeforeSelector:".pointer-events-none .media-volume-wrapper"}}},{id:"player.vimeo",matches:["https://player.vimeo.com/video/*","laracasts.com"],selectorMatches:["iframe[src*='player.vimeo.com']"],extraBlockSelectors:["span.vp-captions-line","span[class^=CaptionsRenderer_]"],"excludeSelectors.add":[".vp-captions-line"],"mutationExcludeSelectors.add":[".vp-captions *",".vp-captions-line *"],"subtitleRule.add":{type:"text_track",videoPlayerSelector:"video",loadingContainerSelector:".vp-telecine",loadingStyle:"bottom: unset; top: 5%; font-size: 12px;",injectedCss:["#immersive-translateQuickButton {visibility: inherit!important;}"],quickButtonRule:{appendSelector:'[data-control-bar="true"] > div',insertBeforeSelector:'[data-volume-control-container="true"]',ccEnableSelector:'[data-cc-button="true"]',injectCSS:".imt-quick-subtitle-button {margin-right: 0px; font-size: 12px;} .logo,.logo svg { height: 18px !important; width: 18px !important;} .imt-quick-subtitle-pop-content {bottom: 28px !important;}"}}},{id:"tv.adobe",matches:"https://*.tv.adobe.com","excludeSelectors.add":[".mpc-player"],"mutationExcludeSelectors.add":[".mpc-player *"],"subtitleRule.add":{type:"text_track",videoPlayerSelector:"video",loadingContainerSelector:".mpc-player",quickButtonRule:{appendSelector:".mpc-controls__container"}}},{id:"threejs-journey",matches:"threejs-journey.com","excludeSelectors.add":[".video-area"],"mutationExcludeSelectors.add":[".video-area *"],"subtitleRule.add":{type:"text_track",videoPlayerSelector:"video",loadingContainerSelector:".video-area",injectedCss:[".js-tracks-text.tracks-text {white-space: pre;}"],quickButtonRule:{appendSelector:".js-controls .right",insertBeforeSelector:".js-subtitles",injectCSS:".imt-quick-subtitle-button { font-size: 12px;} .logo,.logo svg { height: 18px !important; width: 18px !important;} .imt-quick-subtitle-pop-content {bottom: 38px !important;}"}}},{id:"codewithchris",matches:["learn.codewithchris.com","*.rachelsenglishacademy.com","www.unrealsenseiacademy.com"],"excludeSelectors.add":[".w-captions",".w-captions-line > div > span"],"mutationExcludeSelectors.add":[".w-captions *"],"subtitleRule.add":{type:"general",subtitleUrlRegExp:"/embed/captions/",loadingContainerSelector:".w-ui-container",hookType:"fetch",generalSetting:{captionsPath:"captions",itemsPath:"hash.lines",textKey:"text"}}},{id:"panopto",matches:["southampton.cloud.panopto.eu"],"excludeSelectors.add":[".primaryPlayer"],"mutationExcludeSelectors.add":[".primaryPlayer *"],"subtitleRule.add":{type:"general",subtitleUrlRegExp:"DeliveryInfo.aspx",disableSubsCache:!0,loadingContainerSelector:"#primaryPlayer",hookType:"fetch",generalSetting:{textKey:"Caption"},quickButtonRule:{appendSelector:"#transportControls",insertBeforeSelector:"#captionsButton"}}},{id:"edx",matches:["*.edx.org"],"excludeSelectors.add":[".closed-captions",".subtitles-menu"],mainFrameMinTextCount:0,"subtitleRule.add":{type:"general",subtitleUrlRegExp:"/transcript/translation/",loadingContainerSelector:".tc-wrapper",generalSetting:{itemsPath:"text"},injectedCss:[".subtitles-menu span,.closed-captions {white-space: pre-line;}","#immersive-translate-quick-button-container {display: inline-block; vertical-align: middle;}"],quickButtonRule:{appendSelector:".secondary-controls",insertBeforeSelector:".speeds.menu-container"}}},{id:"ardmediathek",matches:["www.ardmediathek.*"],"excludeSelectors.add":[".ardplayer-viewport-addon-overlays"],"mutationExcludeSelectors.add":[".ardplayer-viewport-addon-overlays *"],"subtitleRule.add":{type:"ebutt",hookType:"fetch",subtitleUrlRegExp:"subtitle/ebutt",loadingContainerSelector:".ardplayer-viewport-addon-overlays",quickButtonRule:{appendSelector:".ardplayer-footer .ardplayer-addons-container",insertBeforeSelector:".ardplayer-footer .ardplayer-button-sharing",injectCSS:".imt-quick-subtitle-button {font-size: 20px; } .logo,.logo svg { height: 36px !important; width: 36px !important;} .imt-quick-subtitle-pop-content {z-index: 2147483647;} "}}},{id:"bbc-iplayer",matches:["https://www.bbc.*/iplayer*"],"excludeSelectors.add":[".player"],"mutationExcludeSelectors.add":[".player *"],"subtitleRule.add":{type:"ebutt",hookType:"fetch",subtitleUrlRegExp:"iplayer/subtitles/.*.xml",loadingContainerSelector:".player__container"}},{id:"bbc",matches:["*.bbc.*"],"excludeSelectors.add":["section.module--languages",".drop-capped",".smp-toucan-player","smp-subtitles","#subtitle_subtitle2"],"mutationExcludeSelectors.add":["[data-testid='media-player-container-landscape'] *"],"subtitleRule.add":{type:"ebutt",hookType:"fetch",subtitleUrlRegExp:"iplayer/subtitles/.*.xml",loadingContainerSelector:".smp-toucan-player"}},{id:"zdf.de",matches:["www.zdf.de"],"excludeSelectors.add":[".zdfplayer-cue-region"],"subtitleRule.add":{type:"ebutt",subtitleUrlRegExp:"mtt/.*.xml",loadingContainerSelector:".zdfplayer-video-container",responseType:"document",injectedCss:["#immersive-translate-quick-button-container {display:inline-block;vertical-align:middle;margin-right:-16px;}"],quickButtonRule:{appendSelector:".right-controls-1FfJUp.svelte-inzdbf",insertBeforeSelector:".right-controls-1FfJUp.svelte-inzdbf button"}}},{id:"piped.video",matches:"piped.video","subtitleRule.add":{type:"ebutt",hookType:"fetch",subtitleUrlRegExp:"api/timedtext",loadingContainerSelector:".shaka-video-container",responseType:"document",quickButtonRule:{appendSelector:".shaka-controls-button-panel",insertBeforeSelector:".shaka-mute-button"}}},{id:"disneyplus",matches:["www.disneyplus.com"],"excludeSelectors.add":[".dss-hls-subtitle-overlay"],"mutationExcludeSelectors.add":[".dss-hls-subtitle-overlay *"],"subtitleRule.add":{type:"disneyplus",subtitleUrlRegExp:"\\.vtt$"}},{id:"mubi",matches:["https://mubi.com","https://mubi.de"],"subtitleRule.add":{type:"fmp4.xml",subtitleUrlRegExp:"textstream",hookType:"fetch",quickButtonRule:{appendSelector:".css-1k6yql2.e1b63bld4",insertBeforeSelector:".css-1ce7rqp.e7f2hfl0"}}},{id:"hulu",matches:"https://*.hulu.com","subtitleRule.add":{type:"hulu",hookType:"fetch",injectedCss:[".ClosedCaption {display:none!important;}"],videoSelector:"#content-video-player",subtitleUrlRegExp:"play.hulu.com/.*/playlist",loadingContainerSelector:"#web-player-app",quickButtonRule:{appendSelector:".PlayerSettingsGroup",insertBeforeSelector:".PlayerSettingsGroup .PlayerControlsButton"}}},{id:"youku.tv",matches:"www.youku.tv","excludeSelectors.add":["#subtitle"],"mutationExcludeSelectors.add":["#subtitle *"],"subtitleRule.add":{type:"subsrt",hookType:"fetch",injectedCss:["#immersive-translate-quick-button-container {display: inline-block; vertical-align: middle;}"],subtitleUrlRegExp:"\\.ass$",subsrtFormat:"ass",loadingContainerSelector:"#youku-dashboard",loadingStyle:"bottom: 10%;",quickButtonRule:{appendSelector:".kui-dashboard-dashboard-panel .kui-dashboard-rear-ctn",insertBeforeSelector:".kui-rate-control-0"}}},{id:"starz",matches:"www.starz.com","excludeSelectors.add":["starz-player"],"mutationExcludeSelectors.add":["starz-player *"],"subtitleRule.add":{type:"subsrt",subsrtFormat:"vtt",subtitleUrlRegExp:"\\.vtt$",loadingContainerSelector:"starz-player",loadingStyle:"bottom: 10%;",injectedCss:["#immersive-translate-quick-button-container {display: inline-block;}"],quickButtonRule:{appendSelector:"starz-player .button-group",insertBeforeSelector:"starz-player .button-group .video-player-icon-md"}}},{id:"www.iq.com",matches:"www.iq.com","excludeSelectors.add":[".iqp-subtitle"],"mutationExcludeSelectors.add":[".iqp-subtitle *"],"subtitleRule.add":{type:"xml",subtitleUrlRegExp:"\\.xml\\?",loadingContainerSelector:".intl-video-area",xmlTextSelector:"sub",loadingStyle:"bottom: 10%;",injectedCss:["#immersive-translate-quick-button-container {float: right; height: 100%;}"],quickButtonRule:{appendSelector:".iqp-contrls-right"}}},{id:"archiveToday",matches:["archive.today","archive.ph","archive.is","archive.md"],"excludeSelectors.add":["#HEADER"]},{id:"arxiv-vanity.com",matches:["www.arxiv-vanity.com"],"excludeSelectors.add":[".arxiv-vanity-wrapper"]},{id:"fibery",matches:["the.fibery.io"],"additionalExcludeSelectors.remove":["[translate=no]"],"additionalStayOriginalSelectors.add":[".entity-node-view-container"]},{id:"makersuite.google",matches:"makersuite.google.com","excludeSelectors.add":[".material-symbols-outlined"]},{id:"etymonline",matches:"www.etymonline.com",globalAttributes:{".crossreference.notranslate":{class:"crossreference"},".foreign.notranslate":{class:"foreign"}}},{id:"https://browse.arxiv.org/",matches:["https://browse.arxiv.org","https://arxiv.org/html/*"],"excludeSelectors.add":[".desktop_header","[class*='ltx_lst_language_']","div.package-alerts"]},{id:"jstor",matches:"www.jstor.org","excludeSelectors.add":[".audio-duration","[data-qa='card-item-count']"],globalStyles:{".card__heading":"-webkit-line-clamp:unset;","search-results-vue-pharos-image-card,search-ui-pharos-image-card":"display:flex;","search-results-vue-pharos-link":"display:inline;"}},{id:"tandfonline",matches:"*.tandfonline.com","extraInlineSelectors.add":["span.off-screen"]},{id:"boringreport",matches:["www.boringreport.org"],"excludeTags.remove":["BUTTON"]},{id:"bsky.app",matches:"https://bsky.app",selectors:["[data-testid=postText]"],isTranslateTitle:!1},{id:"peacocktv",matches:["*.peacocktv.com"],injectedCss:[".video-player__subtitles__line > font,.video-player__subtitles__line:only-child{display:block;}"]},{id:"noTranslate",matches:["*.tiktok.com","altis.world","*.newthingsunderthesun.com","*.gumroad.com","edstem.org","actions.tldrnewsletter.com","community.linkingyourthinking.com","doc.qt.io","winaero.com"],"additionalExcludeSelectors.remove":[".notranslate","[translate=no]"]},{id:"jmir",matches:["*.jmir.org"],"additionalInlineSelectors.add":[".tooltiptext"]},{id:"smzdm",matches:["www.smzdm.com"],"excludeSelectors.add":[".z-highlight",".feed-block-info",".z-feed-foot",".feed-block-descripe","#J_column_tab_box",".crumbs"],globalStyles:{".feed-block-title":"height:unset"}},{id:"xiaohongshu.com",matches:["www.xiaohongshu.com"],"excludeSelectors.add":[".author-wrapper",".info",".side-bar"],globalStyles:{"a.title":"-webkit-line-clamp:3"}},{id:"learnopengl",matches:["learnopengl.com"],globalStyles:{function:"position:relative;z-index:1000;"}},{id:"notateslaapp",matches:["www.notateslaapp.com"],"extraBlockSelectors.add":[".nav > *"]},{id:"eightfold",matches:["*.eightfold.ai"],injectedCss:[".flexbox{width:100%}"]},{id:"deno",matches:["deno.com"],injectedCss:[":root {font-feature-settings:unset}"]},{id:"soundcloud",matches:"soundcloud.com",injectedCss:[".compactTrackListItem {height: unset !important;}"],"excludeSelectors.add":[".searchTitle__textContent",".searchOptions__container",".compactTrackListItem__additional",".soundTitle__tagContainer",".searchResultGroupHeading",".sc-ministats-group",".compactTrackList__moreLink",".sound__soundActions"]},{id:"section.blog.naver.com",matches:"section.blog.naver.com",globalStyles:{".text,.title_post,.text_post,p,strong,div":"-webkit-line-clamp:unset;max-height:unset;height:unset;"},"extraBlockSelectors.add":[".item",".heading a",".info_find a"],"excludeSelectors.add":[".comments",".time"]},{id:"gradio-app",selectorMatches:"gradio-app","excludeTags.remove":["BUTTON"],"excludeSelectors.add":['[data-testid="block-label"]'],"mutationConfig.add":{buildTimeout:1e3,consumeTimeout:1e3}}]};function vu(t,e){let r=t.split(".").reverse(),a=e.split(".").reverse(),n=0,i=0,o=1;for(let l=0;l<3;l++)n+=o*Number(a[l]||"0"),i+=o*Number(r[l]||"0"),o*=100;return i>=n}function tn(t){return Array.isArray(t)?t:t?[t]:[]}function wu(t,e){let r={...t};return Au(r,e),mh(r,e),r}function xu(t,e,r){let a={...e};return lr({rule:a,valueIsArray:n=>Array.isArray(t[n]),getMergedValue:n=>t[n],onMergedResult:(n,i)=>a[n]=i}),lr({rule:r,valueIsArray:n=>Array.isArray(t[n]),getMergedValue:n=>a[n],onMergedResult:(n,i)=>a[n]=i}),a}function mh(t,e){if(!e.condition)return;let r=e.condition.enableSubtitle?.true||{},a=e.condition.enableSubtitle?.false||{},n=t.enableSubtitle?r:a;Au(t,n)}function lr({rule:t,getMergedValue:e,valueIsArray:r,onMergedResult:a}){Object.keys(t).sort().forEach(n=>{let[i,o,l]=gh(n);if(!i||t[n]===void 0)return;let s=t[n];r(i)&&(s=tn(t[n]));let u=e(i);if(u==null){a(i,s);return}let c;if(o=="add_v"){if(!yu(l))return;c=Wi(u,s)}else if(o=="remove_v"){if(!yu(l))return;c=Su(u,s)}else o==="add"?c=Wi(u,s):o=="remove"&&(c=Su(u,s));if(c){a(i,c);return}Array.isArray(t[i])&&i.startsWith("additional")?c=Wi(u,s):c=s,a(i,c)})}function Au(t,e){return lr({rule:e,valueIsArray:r=>Array.isArray(t[r]),getMergedValue:r=>t[r],onMergedResult:(r,a)=>{t[r]=a}}),t}function Wi(t,e){let r;if(Array.isArray(t)){let a=tn(e);r=[...t,...a],r=Array.from(new Set(r))}else typeof t=="object"&&typeof e=="object"?r={...t,...e}:r=e;return r}function gh(t){let e=t.lastIndexOf("["),r="",a=t;return e>0&&(r=t.slice(e+1,t.length-1),a=t.slice(0,e-1)),[...a.split("."),r]}function yu(t){let e=Er();return t&&vu(e,t)}function Su(t,e){if(Array.isArray(t)){let r=tn(e);return t=t.filter(a=>!r.includes(a)),Array.from(new Set(t))}else if(typeof t=="object"&&typeof e=="object")Object.keys(e).forEach(r=>{delete t[r]});else return e;return t}function hh(){if(te.PROD==="1")return{};let t={};if(te.IMMERSIVE_TRANSLATE_SECRET_TENCENT_SECRET_ID&&te.IMMERSIVE_TRANSLATE_SECRET_TENCENT_SECRET_KEY){let r={secretId:te.IMMERSIVE_TRANSLATE_SECRET_TENCENT_SECRET_ID,secretKey:te.IMMERSIVE_TRANSLATE_SECRET_TENCENT_SECRET_KEY};t.translationServices={},t.translationServices.tencent=r}if(te.IMMERSIVE_TRANSLATE_SECRET_BAIDU_APPID&&te.IMMERSIVE_TRANSLATE_SECRET_BAIDU_KEY){let r={appid:te.IMMERSIVE_TRANSLATE_SECRET_BAIDU_APPID,key:te.IMMERSIVE_TRANSLATE_SECRET_BAIDU_KEY};t.translationServices||(t.translationServices={}),t.translationServices.baidu=r}if(te.IMMERSIVE_TRANSLATE_SECRET_CAIYUN_TOKEN){let r={token:te.IMMERSIVE_TRANSLATE_SECRET_CAIYUN_TOKEN};t.translationServices||(t.translationServices={}),t.translationServices.caiyun=r}if(te.IMMERSIVE_TRANSLATE_SECRET_OPENL_APIKEY){let r={apikey:te.IMMERSIVE_TRANSLATE_SECRET_OPENL_APIKEY};t.translationServices||(t.translationServices={}),t.translationServices.openl=r}if(te.IMMERSIVE_TRANSLATE_SECRET_YOUDAO_APP_ID&&te.IMMERSIVE_TRANSLATE_SECRET_YOUDAO_APP_SECRET){let r={appId:te.IMMERSIVE_TRANSLATE_SECRET_YOUDAO_APP_ID,appSecret:te.IMMERSIVE_TRANSLATE_SECRET_YOUDAO_APP_SECRET};t.translationServices||(t.translationServices={}),t.translationServices.youdao=r}if(te.IMMERSIVE_TRANSLATE_SECRET_VOLC_ACCESS_KEY_ID&&te.IMMERSIVE_TRANSLATE_SECRET_VOLC_SECRET_ACCESS_KEY){let r={accessKeyId:te.IMMERSIVE_TRANSLATE_SECRET_VOLC_ACCESS_KEY_ID,secretAccessKey:te.IMMERSIVE_TRANSLATE_SECRET_VOLC_SECRET_ACCESS_KEY};t.translationServices||(t.translationServices={}),t.translationServices.volc=r}if(te.IMMERSIVE_TRANSLATE_SECRET_DEEPL_AUTH_KEY){let r={authKey:te.IMMERSIVE_TRANSLATE_SECRET_DEEPL_AUTH_KEY};t.translationServices||(t.translationServices={}),t.translationServices.deepl=r}if(te.DEEPL_PROXY_ENDPOINT&&(t.translationServices||(t.translationServices={}),t.translationServices.deepl||(t.translationServices.deepl={}),t.translationServices.deepl.immersiveTranslateApiUrl=te.DEEPL_PROXY_ENDPOINT),te.IMMERSIVE_TRANSLATE_DEEPL_ENDPOINT&&(t.translationServices||(t.translationServices={}),t.translationServices.deepl||(t.translationServices.deepl={}),t.translationServices.deepl.immersiveTranslateDeeplTokenUrl=te.IMMERSIVE_TRANSLATE_DEEPL_ENDPOINT),te.IMMERSIVE_TRANSLATE_SECRET_OPENAI_API_KEY){let r={APIKEY:te.IMMERSIVE_TRANSLATE_SECRET_OPENAI_API_KEY};t.translationServices||(t.translationServices={}),t.translationServices.openai=r}te.IMMERSIVE_TRANSLATE_SERVICE&&(t.translationService=te.IMMERSIVE_TRANSLATE_SERVICE);let e={};return te.DEBUG==="1"&&(e.debug=!0,e.cache=!1),te.MOCK==="1"&&(e.translationService="mock"),e}async function sa(){let t=await T.storage.local.get(ea);if(t[ea]){let e=t[ea],r=e.tempTranslationUrlMatches||[],a=r.filter(o=>o.expiredAt>Date.now()),n=!1;a.length!==r.length&&(r=a,n=!0);let i={...e,tempTranslationUrlMatches:[...r]};return n&&await Cr(i),i}else return{}}async function Cr(t){await T.storage.local.set({[ea]:t})}async function Vt(){let t=await T.storage.local.get(Ya),e={...Ki,buildinConfigUpdatedAt:te.BUILD_TIME};if(t[Ya]){let B=t[Ya];if(B&&B.buildinConfigUpdatedAt){let k=new Date(B.buildinConfigUpdatedAt),ye=new Date(e.buildinConfigUpdatedAt);k>ye&&(e=B)}}let r=await vh(e);e.targetLanguage=r;let a=await ia.get(ir,null),n={};if(!Ut()&&T.commands&&T.commands.getAll){let B=await T.commands.getAll();for(let k of B)k.name&&k.shortcut&&(n[k.name]=k.shortcut)}let i=await bh(),o=hh(),l=await la(),s=globalThis.IMMERSIVE_TRANSLATE_CONFIG||{},u=await sa(),c=new Date,d=Object.assign({},s,o,l);if(!d.interfaceLanguage){let B=await fh();d.interfaceLanguage=B}let h=d.interfaceLanguage==="en",b=d.targetLanguage==="en",E=e&&e.translationLanguagePattern&&e.translationLanguagePattern.matches&&e.translationLanguagePattern.matches.length===0,ne=["bing","google","transmart","mock"].includes(d.translationService)||!d.translationService;!h&&!b&&!E&&ne?e.translationLanguagePattern||(e.translationLanguagePattern={matches:["en"],excludeMatches:[]}):e.translationLanguagePattern={matches:[],excludeMatches:[]};let V=e&&e.enableDefaultAlwaysTranslatedUrls;d.enableDefaultAlwaysTranslatedUrls===!1&&(V=!1);let f=d&&d.isChangedAlwaysTranslatedUrls,me=[];d.translationUrlPattern&&d.translationUrlPattern.matches&&(me=d.translationUrlPattern.matches||[]);let z=!1;f===void 0&&(me.length>0?f=!0:f=!1,d.isChangedAlwaysTranslatedUrls=f,l.isChangedAlwaysTranslatedUrls=f,z=!0);let J=(d?.translationLanguagePattern?.matches?.length||0)>0,ue=await Pt("installedAt",""),C=Number(await na("translage_page_daily",0)),g=Number(await Pt($l,0)),S;g>0&&(Date.now()-g0&&(Date.now()-C0){let B=u.tempTranslationUrlMatches.filter(k=>new Date(k.expiredAt)>c);if(B.length>0){let k=d.translationUrlPattern?d.translationUrlPattern?.matches||[]:[],ye=Array.isArray(k)?k:[k],ie=Array.from(new Set(ye.concat(B.map(v=>v.match))));d.translationUrlPattern={...d.translationUrlPattern,matches:ie}}}let D=Object.assign(i,e);lr({rule:e,valueIsArray:B=>Array.isArray(i[B]),getMergedValue:B=>i[B],onMergedResult:(B,k)=>{B!="generalRule"&&(D[B]=k)}});let F=zi(a),K={};d.translationServices&&d.translationServices.deepl&&(K=d.translationServices.deepl);let O={};d.translationServices&&d.translationServices.openai&&(O=d.translationServices.openai),!F&&K.authKey&&!K.provider?(D.translationServices.deepl||(D.translationServices.deepl={}),D.translationServices.deepl.provider="custom"):K&&K.provider||(D.translationServices.deepl||(D.translationServices.deepl={}),D.translationServices.deepl.provider="pro"),!F&&O.APIKEY&&!O.provider?(D.translationServices.openai||(D.translationServices.openai={}),D.translationServices.openai.provider="custom"):O&&O.provider||(D.translationServices.openai||(D.translationServices.openai={}),D.translationServices.openai.provider="pro");let ge=Object.keys(D),we=["translationUrlPattern","translationLanguagePattern","immediateTranslationPattern","translationBodyAreaPattern","translationParagraphLanguagePattern","translationThemePatterns","translationGeneralConfig","shortcuts","inputTranslationUrlPattern","inputLanguageCodeAlias"];for(let B of ge){let k=B;if(k==="generalRule")typeof d[k]=="object"&&(D[k]=wu(i[k],d[k]));else if(k==="translationServices")yh(d,D);else if(typeof d[k]!="string"&&typeof d[k]!="boolean"&&typeof d[k]!="number"&&we.includes(k))d[k]&&(D[k]=Object.assign(D[k],d[k])),k==="shortcuts"&&(Ut()||Ct()?D[k]={...D[k],...n}:D[k]={...n});else if(k==="rules"){if(Array.isArray(d[k])){let ye=D.rules||[],ie={};for(let x of ye)x.id&&(ie[x.id]=x);let v=d[k].map(x=>x.id&&ie[x.id]?xu(e.generalRule,ie[x.id],x):x);D[k]=[...v,...D[k]]}if(te.PROD==="0"&&te.DEV_RULES){let ye=JSON.parse(te.DEV_RULES);D[k]=[...ye,...D[k]]}}else d[k]!==void 0&&(D[k]=d[k])}return D.donateUrl=e.donateUrl,D.minVersion=e.minVersion,D.feedbackUrl=e.feedbackUrl,D.rawUserConfig=l,D}async function la(){return(await T.storage.sync.get("userConfig")||{}).userConfig||{}}async function ur(t){await T.storage.sync.set({userConfig:t})}async function Hi(t,e){await T.storage.local.set({[t]:e})}async function Du(t){return(await T.storage.local.get(t))[t]||""}var fh=async()=>{let t=["zh-CN"];try{t=await T.i18n.getAcceptLanguages()}catch(a){q.warn("get browser language error:",a)}let r=t.map(a=>Kt(a)).find(a=>_t[a]);return r||"en"},bh=async()=>{let t={...Ki,buildinConfigUpdatedAt:te.BUILD_TIME};return{...t,targetLanguage:ft,interfaceLanguage:"en",translationMode:"dual",debug:!1,alpha:!1,translationUrlPattern:{matches:[],excludeMatches:[]},translationLanguagePattern:{matches:[],excludeMatches:[]},translationThemePatterns:{},translationParagraphLanguagePattern:{matches:[],excludeMatches:[],selectorMatches:[],excludeSelectorMatches:[]},translationBodyAreaPattern:{matches:[],excludeMatches:[],selectorMatches:[],excludeSelectorMatches:[]},translationTheme:"none",translationService:"bing",inputTranslationService:"inherit",mouseHoverTranslationService:"inherit",subtitleTranslateService:"inherit",translationArea:"main",translationStartMode:"dynamic",translationServices:{},monkeyH5FloatBall:{...t.monkeyH5FloatBall},pcFloatBall:{...t.pcFloatBall},generalRule:{...t.generalRule},translationGeneralConfig:{engine:"bing",_systemExcludeWordRegex:"\\b({word})\\b"},rules:[]}};function Th(t,e){return t=t||[],e=e||[],t.length!==e.length?!0:e.filter(a=>!t.includes(a)).length>0}async function vh(t){try{let e=t?.autoSelectTargetLanguageAfterInstalledAt;if(!e)return ft;let r=await Pt("installedAt","");if(r&&new Date(r){let u=n[s],c=n[u.extends];!c||u.extends==s||(n[s]={...c,...n[s]})}),lr({rule:{...n},valueIsArray:s=>Array.isArray(n[s]),getMergedValue:s=>n[s],onMergedResult:(s,u)=>{n[s]={...n[s],...u}}}),lr({rule:{...a},valueIsArray:s=>Array.isArray(n[s]),getMergedValue:s=>n[s],onMergedResult:(s,u)=>{let c=n[s].env||{},d=u.env||{};c={...c,...d},n[s]={...n[s],...u,env:c}}}),new Date(t.updatedAt)<=new Date("2024.4.2")&&Object.keys(a).forEach(s=>{["openai","gemini"].includes(s)&&a[s].prompt!=null&&(a[s].maxTextGroupLengthPerRequest==null&&(n[s].maxTextGroupLengthPerRequest=1),a[s].multiplePrompt==null&&(n[s].multiplePrompt=a[s].prompt))});let o=["imt_source_field","imt_trans_field","imt_sub_source_field","imt_sub_trans_field"],l=(s,u)=>{!s||!s[u]||!s?.env||(s[u]=s[u].replace(/{{(.+?)}}/g,(c,d)=>o.includes(d)?c:s?.env[d]||c))};Object.values(n).forEach(s=>{l(s,"prompt"),l(s,"multiplePrompt"),l(s,"subtitlePrompt")})}function rn(t){let e=T.runtime.getURL(Kl),r=new URL(e);return t&&(t.startsWith("http")||!aa())&&r.searchParams.set("file",t),r.href}function ku(){return pe().PDF_VIEWER_URL}function Eu(t){return new URL(t)?.pathname.toLowerCase().endsWith(".pdf")}var Cu=["*://*/*","*","*://*"],Pu="immersive-translate-wildcard-placeholder.com";function Sh(t,e){try{let r=[];if(!e||(e&&!Array.isArray(e)?r=[e]:r=e,r.length===0))return null;if(r.some(l=>Cu.includes(l)))return t;let a=new URL(t);a.hash="",a.search="";let n=a.href,i=a.hostname,o=a.port;if(r&&r.length>0){let l=r.find(s=>{if(!s)return!1;if(s===i)return!0;if(Cu.includes(s))return!0;if(!s.includes("*")&&s.includes("://")){try{let u=new URL(s);if(u.pathname==="/"&&!s.endsWith("/")){let c=u.hostname===i,d=u.port===o;return u.port?c&&d:c}else return xh(n,s)}catch{}return!1}else{let u,c=s;if(s.includes("://")){let V=s.split("://");u=V[0],u==="*"&&V.length>1&&(u="*",s="https://"+V[1])}else u="*",s="https://"+s;let d=s.replace(/\*/g,Pu),h;try{h=new URL(d)}catch{return q.debug("invalid match pattern",d,"raw match value:",c),!1}let b=h.host,E=h.pathname;E==="/"&&(c.replace("://","").includes("/")||(E="/*"));let ne=wh(u+":",_u(b),_u(E));if(ne){let V=new URL(n);return ne.test(V.href)}else return!1}});if(l)return l}return null}catch{return null}}function _u(t){return t.replaceAll(Pu,"*")}function wh(t,e,r){let a="^";return t==="*:"?a+="(http:|https:|file:)":a+=t,a+="//",e&&(t==="file:"||(e==="*"?a+="[^/]+?":(e.match(/^\*\./)&&(a+="[^/]*?",e=e.substring(1)),a+=e.replace(/\./g,"\\.").replace(/\*/g,"[^/]*")))),r?r==="*"||r==="/*"?a+="(/.*)?":r.includes("*")?(a+=r.replace(/\*/g,".*?"),a+="/?"):a+=r.replace(/[-[\]{}()*+?.,\\^$|#\s]/g,"\\$&"):a+="/?",a+="$",new RegExp(a)}function Lu(t,e){return Sh(t,e)!==null}function xh(t,e){let r=new URL(t),a=new URL(e);return r.hostname===a.hostname&&r.pathname===a.pathname&&r.protocol===a.protocol&&r.port===a.port}var an=class{accessToken;constructor(e){this.accessToken=e}async listAll(){let e=[],r="";do{let{nextPageToken:a,files:n}=await this.list(r).catch(i=>{throw i});e.push(...n),r=a||""}while(r);return e}async getConfig(e){try{return await(await fetch(`https://www.googleapis.com/drive/v3/files/${e}?alt=media`,{headers:{Authorization:`Bearer ${this.accessToken}`}})).json()}catch(r){return q.error("get config error, use default",r),{}}}async delete(e){await fetch(`https://www.googleapis.com/drive/v3/files/${e}`,{method:"DELETE",headers:{Authorization:`Bearer ${this.accessToken}`}})}findByName(e){return this.list(void 0,`name = '${e}'`)}uploadConfig(e,r=Qa){let a=new Blob([JSON.stringify(e,null,2)],{type:"application/json"});return this.upload({name:r,parents:["appDataFolder"],mimeType:"application/json"},a)}updateConfig(e,r){let a=new Blob([JSON.stringify(r,null,2)],{type:"application/json"});return this.updateContent(e,a)}async upload(e,r){let a=new FormData;a.append("metadata",new Blob([JSON.stringify(e)],{type:"application/json; charset=UTF-8"})),a.append("file",r);let n=await fetch("https://www.googleapis.com/upload/drive/v3/files?uploadType=multipart",{method:"POST",headers:{Authorization:`Bearer ${this.accessToken}`},body:a});return n.ok?await n.json():Promise.reject(n.text())}async list(e,r){let a=new URL("https://www.googleapis.com/drive/v3/files");e&&a.searchParams.append("pageToken",e),r&&a.searchParams.append("q",r),a.searchParams.append("spaces","appDataFolder"),a.searchParams.append("fields","files(id,name,createdTime,modifiedTime,size)"),a.searchParams.append("pageSize","100"),a.searchParams.append("orderBy","createdTime desc");try{return q.debug("list api:",a.toString(),this.accessToken),await(await fetch(a.toString(),{headers:{Authorization:`Bearer ${this.accessToken}`}})).json()}catch(n){throw q.error("fetch google ip error",n),n}}async updateContent(e,r){return await(await fetch(`https://www.googleapis.com/upload/drive/v3/files/${e}?uploadType=media`,{method:"PATCH",headers:{Authorization:`Bearer ${this.accessToken}`},body:r})).text()}};function Bu(t,e){let r=["https://www.googleapis.com/auth/drive.appdata"];return`https://accounts.google.com/o/oauth2/v2/auth?client_id=${$a}&response_type=token&redirect_uri=${encodeURIComponent(e)}&scope=${encodeURIComponent(r.join(" "))}&state=${encodeURIComponent(JSON.stringify(t))}`}function Iu(t){let e=t.match(/[#?](.*)/);return!e||e.length<1?null:{access_token:new URLSearchParams(e[1].split("#")[0]).get("access_token")}}async function Fu(t,e,r,a,n,i,o){if(q.debug(`autoSyncStrategy accessToken: ${t}`),e===null){q.debug("autoSyncStrategy settings is null");return}let l=new an(t);try{let s=(await l.findByName(Qa)).files;q.debug("files",s);let u=s[0]?.id,c=null;if(u&&(c=await l.getConfig(u).then(d=>({fileId:u,config:d}))),c){let{config:d,fileId:h}=c,b=d.updatedAt?new Date(d.updatedAt):new Date(0),E=e.updatedAt?new Date(e.updatedAt):new Date(0);if(q.debug("remoteUpdatedAt",b,"localUpdatedAt",E),b>E)q.debug("remote is newer, update local config",d),r(d),i&&i(!0);else if(b.getTime()===E.getTime())q.debug("remote and local are the same, do nothing"),i&&i(!1);else if(b(await t.removeAuthInfo(),Ci()&&globalThis.location.reload(),a))}static async getAuthInfo(){let e=await T.storage.local.get(Dr);if(e[Dr])return e[Dr]}static async removeAuthInfo(){return await T.storage.local.remove(Dr)}static setAuthInfo(e){return T.storage.local.set({[Dr]:e})}async auth(e=!1){let r=await t.getAuthInfo();if(q.debug(this.CLASSNAME,"token from cache:",r),r&&r.access_token&&await zu(r.access_token).then(i=>!0).catch(i=>!1))return Promise.resolve(r);let a=Bu(this._state,this._redirectUrl);return q.debug(this.CLASSNAME,"auth url: "+a),Ci()?this.userscriptAuthWorkflow(a,e):this.extensionAuthWorkflow(a).then(n=>(t.setAuthInfo(n),n))}async userscriptAuthWorkflow(e,r){return r&&await T.storage.local.set({[Wl]:!0}),globalThis.open(e,"_self"),Promise.resolve({})}extensionAuthWorkflow(e){let r,a=!1;return new Promise((n,i)=>{let o=()=>{T.tabs.onUpdated.removeListener(l),T.tabs.onRemoved.removeListener(s)},l=(h,b,E)=>{if(q.debug(this.CLASSNAME,"create tab onUpdated: "+E.url),r===h){let ne=new URL(E.url||""),V=Iu(E.url);ne.pathname.startsWith("/auth-done")&&V?.access_token&&(q.debug(this.CLASSNAME,"auth done: "+E.url),n({access_token:V.access_token}),a=!0,T.tabs.remove(h),o())}},s=(h,b)=>{q.debug(this.CLASSNAME,"create tab onRemoved: "+h),(h===r||!a)&&(o(),i(new Error("auth failed")))},u=Math.min(500,screen.availWidth),c=Math.min(650,screen.availHeight),d;T.windows===void 0?d=T.tabs.create({url:e}).then(h=>{r=h.id}):d=T.windows.create({url:e,type:"popup",width:u,height:c,left:Math.round((screen.width-u)/2),top:Math.round((screen.height-c)/2)}).then(h=>{r=h.tabs[0].id}),d.then(()=>{T.tabs.onUpdated.addListener(l),T.tabs.onRemoved.addListener(s)}).catch(h=>{q.debug(this.CLASSNAME,"create tab failed: "+h),i(h)})})}};var Dh="https://www.googleapis.com/oauth2/v3/tokeninfo",kh=$a,Eh=pe().REDIRECT_URL;function zu(t){if(!t)throw"Authorization failure";let e=`${Dh}?access_token=${t}`,r=new Request(e,{method:"GET"});function a(n){return new Promise((i,o)=>{n.status!=200&&o("Token validation error"),n.json().then(l=>{l.aud&&l.aud===kh?i(t):o("Token validation error")})})}return fetch(r).then(a)}function Ou(t,e=!1){let r=Eh;if(typeof window<"u"&&window.location.protocol.startsWith("http")){let n=window.location.hostname,i=window.location.port;r=`${window.location.protocol}//${n}${i?`:${i}`:""}/auth-done/`}return new nn(t,r).auth(e)}async function Mu(){}function Ru(t,e){let r=new Map;for(let i of e)r.set(i.header.toLowerCase(),i);let a=[],n=t.filter(i=>{let o=r.get(i.name.toLowerCase());if(o){if(o.operation==="remove")return!1;if(o.operation==="set")return!1}return!0});for(let i of e)i.operation==="set"&&a.push({name:i.header,value:i.value||""});return n.concat(a)}var on=[{id:1,priority:1,action:{type:"modifyHeaders",requestHeaders:[{header:"Referer",operation:"set",value:"https://httpstat.us/429"},{header:"origin",operation:"set",value:"https://httpstat.us/429"},{header:"DNT",operation:"set",value:"1"}]},condition:{urlFilter:"https://httpstat.us/429",resourceTypes:["xmlhttprequest"],domainType:"thirdParty",initiatorDomains:["cfhamdkdjgoelclgllcoikbckcfpaklj","bpoadfkcbjbfhfodiogcnhhhpibjhbnh"]}},{id:2,priority:1,action:{type:"modifyHeaders",requestHeaders:[{header:"Referer",operation:"set",value:"https://www.deepl.com/"},{header:"origin",operation:"set",value:"https://www.deepl.com"},{header:"DNT",operation:"set",value:"1"},{header:"cookie",operation:"remove"}]},condition:{urlFilter:"https://www2.deepl.com/jsonrpc*",resourceTypes:["xmlhttprequest"],domainType:"thirdParty",initiatorDomains:["cfhamdkdjgoelclgllcoikbckcfpaklj","bpoadfkcbjbfhfodiogcnhhhpibjhbnh"]}},{id:200,priority:1,action:{type:"modifyHeaders",requestHeaders:[{header:"Referer",operation:"set",value:"https://www.deepl.com/"},{header:"origin",operation:"set",value:"chrome-extension://cofdbpoegempjloogbagkncekinflcnj"},{header:"DNT",operation:"set",value:"1"}]},condition:{urlFilter:"https://api.deepl.com/jsonrpc*",resourceTypes:["xmlhttprequest"],domainType:"thirdParty",initiatorDomains:["cfhamdkdjgoelclgllcoikbckcfpaklj","bpoadfkcbjbfhfodiogcnhhhpibjhbnh"]}},{id:201,priority:1,action:{type:"modifyHeaders",requestHeaders:[{header:"Referer",operation:"set",value:"https://www.deepl.com/"},{header:"origin",operation:"set",value:"chrome-extension://cofdbpoegempjloogbagkncekinflcnj"}]},condition:{urlFilter:"https://w.deepl.com/oidc/token",resourceTypes:["xmlhttprequest"],domainType:"thirdParty",initiatorDomains:["cfhamdkdjgoelclgllcoikbckcfpaklj","bpoadfkcbjbfhfodiogcnhhhpibjhbnh"]}},{id:3,priority:1,action:{type:"modifyHeaders",requestHeaders:[{header:"origin",operation:"set",value:"chrome-extension://lkjkfecdnfjopaeaibboihfkmhdjmanm"}]},condition:{urlFilter:"https://transmart.qq.com/api/imt",resourceTypes:["xmlhttprequest"],domainType:"thirdParty",initiatorDomains:["cfhamdkdjgoelclgllcoikbckcfpaklj","bpoadfkcbjbfhfodiogcnhhhpibjhbnh"]}},{id:4,priority:1,action:{type:"modifyHeaders",requestHeaders:[{header:"origin",operation:"set",value:"chrome-extension://lkjkfecdnfjopaeaibboihfkmhdjmanm"}]},condition:{urlFilter:"https://translate.volcengine.com/crx/translate/v1/",resourceTypes:["xmlhttprequest"],domainType:"thirdParty",initiatorDomains:["cfhamdkdjgoelclgllcoikbckcfpaklj","bpoadfkcbjbfhfodiogcnhhhpibjhbnh"]}},{id:5,priority:1,action:{type:"modifyHeaders",requestHeaders:[{header:"User-Agent",operation:"set",value:"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36 Edg/120.0.0.0"}]},condition:{urlFilter:"https://edge.microsoft.com/translate/auth",resourceTypes:["xmlhttprequest"],domainType:"thirdParty",initiatorDomains:["cfhamdkdjgoelclgllcoikbckcfpaklj","bpoadfkcbjbfhfodiogcnhhhpibjhbnh"]}},{id:6,priority:1,action:{type:"modifyHeaders",requestHeaders:[{header:"User-Agent",operation:"set",value:"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36 Edg/120.0.0.0"}]},condition:{urlFilter:"https://api-edge.cognitive.microsofttranslator.com/translate",resourceTypes:["xmlhttprequest"],domainType:"thirdParty",initiatorDomains:["cfhamdkdjgoelclgllcoikbckcfpaklj","bpoadfkcbjbfhfodiogcnhhhpibjhbnh"]}}];function $t(t,e){var r=(t&65535)+(e&65535),a=(t>>16)+(e>>16)+(r>>16);return a<<16|r&65535}function _h(t,e){return t<>>32-e}function ln(t,e,r,a,n,i){return $t(_h($t($t(e,t),$t(a,i)),n),r)}function Oe(t,e,r,a,n,i,o){return ln(e&r|~e&a,t,e,n,i,o)}function Me(t,e,r,a,n,i,o){return ln(e&a|r&~a,t,e,n,i,o)}function Re(t,e,r,a,n,i,o){return ln(e^r^a,t,e,n,i,o)}function Ne(t,e,r,a,n,i,o){return ln(r^(e|~a),t,e,n,i,o)}function sn(t,e){t[e>>5]|=128<>>9<<4)+14]=e;var r,a,n,i,o,l=1732584193,s=-271733879,u=-1732584194,c=271733878;for(r=0;r>5]>>>e%32&255);return r}function Gi(t){var e,r=[];for(r[(t.length>>2)-1]=void 0,e=0;e>5]|=(t.charCodeAt(e/8)&255)<16&&(a=sn(a,t.length*8)),r=0;r<16;r+=1)n[r]=a[r]^909522486,i[r]=a[r]^1549556828;return o=sn(n.concat(Gi(e)),512+e.length*8),Nu(sn(i.concat(o),512+128))}function qu(t){var e="0123456789abcdef",r="",a,n;for(n=0;n>>4&15)+e.charAt(a&15);return r}function Vi(t){return unescape(encodeURIComponent(t))}function Uu(t){return Ph(Vi(t))}function Bh(t){return qu(Uu(t))}function ju(t,e){return Lh(Vi(t),Vi(e))}function Ih(t,e){return qu(ju(t,e))}function Ku(t,e,r){return e?r?ju(e,t):Ih(e,t):r?Uu(t):Bh(t)}function $i(t){if(Math.abs(t)<1024)return t+" Byte";let r=["KB","MB","GB","TB","PB","EB","ZB","YB"],a=-1;do t/=1024,++a;while(Math.abs(t)>=1024&&a{let n=t,i=1,o=indexedDB.open(n,i);o.onsuccess=l=>{r(o.result)},o.onerror=l=>{a()},o.onupgradeneeded=l=>{let s=o.result,u=e||"cache";s.createObjectStore(u,{keyPath:"key"})}})}async function Wu(t){let e=`${Se}-${t.service}@${t.from}->${t.to}`;return await zh(e,t)}async function Hu(t){let e=Ku(t.originalText),r=`${Se}-${t.service}@${t.from}->${t.to}`;return await Fh(r,e)}async function Fh(t,e){let r=await ua(t);return await new Promise((a,n)=>{if(!r)return n();let i="cache",l=r.transaction([i],"readonly").objectStore(i).get(e);l.onsuccess=s=>{r.close();let u=l.result;a(u)},l.onerror=s=>{r.close(),n()}})}async function zh(t,e){let r=await ua(t);return(await Gu()).includes(t)||await Oh(t),await new Promise(n=>{if(!r)return n(!1);let i="cache",l=r.transaction([i],"readwrite").objectStore(i).put(e);l.onsuccess=s=>{r.close(),n(!0)},l.onerror=s=>{r.close(),n(!1)}})}async function Oh(t){let e="cache_list",r=await ua(Se+"-cacheList",e),n=r.transaction([e],"readwrite").objectStore(e).put({key:t});n.onsuccess=i=>{r.close(),_r.push(t)},n.onerror=i=>{r.close()}}async function Gu(){if(_r&&_r.length>0)return _r;let t=await ua(Se+"-cacheList","cache_list");return _r=await new Promise(e=>{let r="cache_list",n=t.transaction([r],"readonly").objectStore(r).getAllKeys();n.onsuccess=i=>{t.close(),e(n.result)},n.onerror=i=>{t.close(),e([])}}),_r}async function Vu(){try{let t=[];(await Gu()).forEach(a=>{t.push(Mh(a))});let r=await Promise.all(t);return $i(r.reduce((a,n)=>a+n,0))}catch{return $i(0)}}async function Mh(t){let e=await ua(t),a=[...e.objectStoreNames].reduce((o,l)=>{let s=Rh(e,l);return o.push(s),o},[]),n=await Promise.all(a);return e.close(),n.reduce((o,l)=>o+l,0)}async function Rh(t,e){return await new Promise((r,a)=>{if(t==null)return a();let n=0,i=t.transaction([e]).objectStore(e).openCursor();i.onsuccess=o=>{let l=i.result;if(l){let s=l.value,u=JSON.stringify(s);n+=u.length,l.continue()}else r(n)},i.onerror=o=>a("error in "+e+": "+o)})}function Nh(t,e){return Math.floor(Math.random()*(e-t+1))+t}var qh=30,Qi="RATE_LIMITER_TICKS",un=class t{static strictTicks={};static clearStrictTicks(){Hi(Qi,"{}")}static async getStrictTicks(e,r){if(r)return this.strictTicks[e]||[];try{let a=await Du(Qi);a&&(this.strictTicks=JSON.parse(a)||{})}catch(a){q.debug("Error setting rate limiter ticks",a),this.strictTicks[e]=[]}finally{return this.strictTicks[e]||[]}}static wait(e,r){return new Promise((a,n)=>{t.getDelay(e,r).then(i=>{setTimeout(()=>{a(i)},i)})})}static async setStrictTicks(e,r,a){try{if(this.strictTicks[e]=r,a)return;await Hi(Qi,JSON.stringify(this.strictTicks))}catch(n){q.debug("Error setting rate limiter ticks",n)}}static async getDelay(e,r,a=!1){if(!a){let u=Nh(4,qh);await Br(u)}let n=await this.getStrictTicks(e,a)||[],{limit:i,interval:o}=r,l=Date.now();if(n.length=s?(n.push(l),await this.setStrictTicks(e,n,a),0):(n.push(s),await this.setStrictTicks(e,n,a),s-l)}};var cn,Uh=async function(t,e){let{method:r,data:a}=t;if(q.debug("background received message",r,a||" "),r==="mock")await Br(150);else{if(r==="queryParagraphCache")return Hu(a);if(r==="setParagraphCache")return Wu(a);if(r==="calculateSize")return Vu();if(r==="fetch")return Ja(a);if(r==="getConfig")return Vt();if(r==="getLocalConfig")return sa();if(r==="openOptionsPage"){let n="";a&&a.pageRoute&&(n=a.pageRoute);let i=T.runtime.getURL("options.html");T.tabs.create({url:i+n})}else if(r==="openAboutPage")T.tabs.create({url:T.runtime.getURL("options.html#about")});else if(r==="openInTab")a&&T.tabs.create({url:a});else if(r==="openEbookViewerPage"){let i=pe().EBOOK_VIEWER_URL;T.tabs.create({url:i})}else if(r==="openSubtitleBuilderPage"){let i=pe().SUBTITLE_BUILDER_URL;T.tabs.create({url:i})}else if(r==="openEbookBuilderPage"){let i=pe().EBOOK_BUILDER_URL;T.tabs.create({url:i})}else if(r==="openHtmlViewerPage"){let i=pe().HTML_VIEWER_URL;T.tabs.create({url:i})}else if(r==="openPdfViewerPage"){let n=a?.url,i=rn(n);(Ct()||!n)&&(i=pe().PDF_VIEWER_URL),T.tabs.create({url:i})}else{if(r==="setLocalConfig")return Cr(a);if(r=="getUserConfig")return la();if(r=="setUserConfig")return ur(a);if(r==="detectLanguage"){let{text:n,pageLangs:i}=a;if(T.i18n&&T.i18n.detectLanguage)try{let o=await $u(T.i18n.detectLanguage(n),1500,{isReliable:!1,languages:[]});if(o.languages.length>0){if(o.isReliable)return Kt(o.languages[0].language);for(let l of o.languages){let s=Kt(l.language);if(i.includes(s)&&l.percentage>50)return s}}return"auto"}catch(o){return q.debug("detect language error",o),"auto"}else return"auto"}else if(r==="detectTabLanguage")try{let n=await $u(T.tabs.detectLanguage(e.id),1500,"auto");return Kt(n)}catch(n){return q.debug("detect tab language error, use auto ",n),"auto"}else if(r==="autoSyncLatestConfig"){try{await Mu()}catch(n){q.debug("auto sync latest config error",n)}return""}else if(r!=="updateCommands"){if(r==="setBadge"){let n=e.id,i=a&&a.text?a.text:"";n&&jh(n,i)}else if(r=="getDelay"){let{key:n,options:i}=a||{};return un.getDelay(n,i,!0)}}}}};function Qu(){Yi();let t=T.runtime.getManifest();if(t.manifest_version>2,t.manifest_version===2&&T.webRequest&&T.webRequest.onBeforeSendHeaders){let e=on.map(a=>a.condition.urlFilter),r=on.reduce((a,n)=>(n.condition.resourceTypes.forEach(i=>{a.includes(i)||a.push(i)}),a),[]);T.webRequest.onBeforeSendHeaders.addListener(function(a){if(!(a.originUrl&&a.originUrl.startsWith("http"))&&a.originUrl&&a.requestHeaders)for(let n=0;n{let i=setTimeout(()=>{a(r)},e);t.then(o=>{clearTimeout(i),a(o)}).catch(o=>{clearTimeout(i),n(o)})})}function Yu(){typeof T.commands<"u"&&T.commands.onCommand.addListener(async t=>{if(q.debug(`received command: ${t}`),["toggleTranslatePage"].includes(t)){let e=await T.tabs.query({active:!0,currentWindow:!0});if(e.length===0||typeof e[0].id>"u")return;let a=e[0].url;if(Eu(a)){T.tabs.create({url:rn(a)});return}}await Xi({method:t,data:{trigger:"shortcut"}})})}async function Xi(t){let r=(await T.tabs.query({currentWindow:!0,active:!0}))[0].id;Yi().sendMessage(`content_script:main:${r}`,t).catch(n=>{q.error("send content message request failed",t,n)})}var Xu={"zh-CN":{"languages.en":"\u82F1\u8BED","languages.ja":"\u65E5\u8BED","languages.ko":"\u97E9\u8BED","languages.es":"\u897F\u73ED\u7259\u8BED","languages.fr":"\u6CD5\u8BED","languages.de":"\u5FB7\u8BED","languages.it":"\u610F\u5927\u5229\u8BED","languages.pt":"\u8461\u8404\u7259\u8BED","languages.ru":"\u4FC4\u8BED","languages.wyw":"\u6587\u8A00\u6587","languages.":"\u5168\u90E8"},"zh-TW":{"languages.en":"\u82F1\u8A9E","languages.ja":"\u65E5\u8A9E","languages.ko":"\u97D3\u8A9E","languages.es":"\u897F\u73ED\u7259\u8A9E","languages.fr":"\u6CD5\u8A9E","languages.de":"\u5FB7\u8A9E","languages.it":"\u610F\u5927\u5229\u8A9E","languages.pt":"\u8461\u8404\u7259\u8A9E","languages.ru":"\u4FC4\u8A9E","languages.wyw":"\u6587\u8A00\u6587","languages.":"\u5168\u90E8"}},Wh={..._t,"zh-CN":{...Xu["zh-CN"],..._t["zh-CN"]},"zh-TW":{...Xu["zh-TW"],..._t["zh-TW"]}};function Zu(t,e,r){return Ri(Wh,t,e,ft,r)}var ca=Mi()?["action"]:["browser_action","page_action"],Ju=[{id:"toggleTranslatePage",contexts:["page","frame","selection",...ca]},{id:_i,contexts:ca},{id:Li,contexts:ca},{id:Bi,contexts:ca},{id:Pi,contexts:ca}];async function Zi(t){q.debug("createContextMenu",Ju);for(let e of Ju){let r=!0;t.isShowContextMenu===!1&&e.id==="toggleTranslatePage"&&(r=!1);try{T.contextMenus.create({id:e.id,title:Zu(`browser.${e.id}`,t.interfaceLanguage),contexts:e.contexts,visible:r},()=>T.runtime.lastError)}catch(a){q.debug("create context menu error, it's ok!!",a,`menu id: ${e.id}`)}}}function ec(){T.contextMenus.onClicked.addListener(t=>{if(t.menuItemId===_i)T.runtime.openOptionsPage();else if(t.menuItemId===Pi){let e=ku();T.tabs.create({url:e})}else if(t.menuItemId===Bi){let r=pe().EBOOK_BUILDER_URL;T.tabs.create({url:r})}else if(t.menuItemId===Li){let r=pe().EBOOK_VIEWER_URL;T.tabs.create({url:r})}else if(t.menuItemId===Vl){let r=pe().SUBTITLE_BUILDER_URL;T.tabs.create({url:r})}else t.menuItemId===Gl?T.tabs.create({url:"https://immersivetranslate.com/docs/donate/"}):Xi({method:t.menuItemId,data:{trigger:"right_menu"}})})}function Ji(){Vt().then(t=>{t.uninstallUrl&&T.runtime.setUninstallURL&&T.runtime.setUninstallURL(t.uninstallUrl),eo(t)}).catch(t=>{q.error("create menu error",t)})}function eo(t){t?Zi(t):Vt().then(e=>{Zi(e)}).catch(e=>{q.error("create menu error",e)})}function tc(){T.runtime.onInstalled.addListener(t=>{q.debug(`onInstalled reason: ${t.reason}`),q.debug(t),t.reason=="install"?(async()=>{let e="https://onboarding.immersivetranslate.com/",a=T.runtime.getURL("").startsWith("safari"),n=!1,i=!1;try{let l=await T.runtime.getPlatformInfo();a?l.os==="mac"?n=!0:l.os==="ios"&&(i=!0):l.os==="android"&&(e="https://onboarding.immersivetranslate.com/mobile/")}catch{}n?e="https://onboarding.immersivetranslate.com/mac-safari/":i&&(e="https://onboarding.immersivetranslate.com/ios/step-2/");let o=await Pt("onboardingDisplayTime","");a?o||(await Wt("onboardingDisplayTime",new Date().toISOString()),T.tabs.create({url:e})):T.tabs.create({url:e}),Ji()})():(t.reason=="update"&&T.runtime.getManifest().version!=t.previousVersion,Ji())})}var Hh="https://f0e3be2cce5fcdc92a25c723cd7fcbbc@sentry.immersivetranslate.com/4506813369548800",ro=!1;function rc(t){try{if(!t||!t.enable||ro||aa())return;ro=!0;let e=Er(),r=au();if(t.ignoreVersions?.find(u=>u===e)||t.ignoreBuildPlatforms?.find(u=>u===r))return;let i=globalThis.navigator.userAgent;if(t.ignoreUserAgents?.find(u=>i.match(new RegExp(u))))return;let{initOptions:l}=t,s={dsn:Hh,environment:pe().PROD==="1"?"production":"develop",...t.initOptions};l?.ignoreErrors&&(s.ignoreErrors=to(l.ignoreErrors)),l?.denyUrls&&(s.denyUrls=to(l.denyUrls)),l?.allowUrls&&(s.allowUrls=to(l.allowUrls)),s.release=`${r}@${e}`,Jr.init(s),Gh()}catch{}}async function Gh(){try{let t=await ia.get(ir,null);if(!ro||!t)return;Jr.setUser({id:t.id,username:t.userName,nickname:t.nickName,email:t.email})}catch{}}function to(t){return t.map(e=>new RegExp(e))}Qu();tc();Yu();T.contextMenus&&ec();async function Vh(){T.contextMenus&&eo();let t=await Vt();t.enableSentryReport&&(rc(t.sentryConfig),t.debug&&q.setLevel("debug"))}Vh().catch(t=>{});})(); /*! Bundled license information: bowser/src/bowser.js: diff --git a/dist/chrome/content_script.js b/dist/chrome/content_script.js index 27ae752..3580667 100644 --- a/dist/chrome/content_script.js +++ b/dist/chrome/content_script.js @@ -1,4 +1,4 @@ -(()=>{var e6=Object.create;var pd=Object.defineProperty;var t6=Object.getOwnPropertyDescriptor;var n6=Object.getOwnPropertyNames;var r6=Object.getPrototypeOf,a6=Object.prototype.hasOwnProperty;var i6=(t,e)=>()=>(t&&(e=t(t=0)),e);var o6=(t,e)=>()=>(e||t((e={exports:{}}).exports,e),e.exports),eu=(t,e)=>{for(var n in e)pd(t,n,{get:e[n],enumerable:!0})},s6=(t,e,n,r)=>{if(e&&typeof e=="object"||typeof e=="function")for(let a of n6(e))!a6.call(t,a)&&a!==n&&pd(t,a,{get:()=>e[a],enumerable:!(r=t6(e,a))||r.enumerable});return t};var u6=(t,e,n)=>(n=t!=null?e6(r6(t)):{},s6(e||!t||!t.__esModule?pd(n,"default",{value:t,enumerable:!0}):n,t));var x,d=i6(()=>{x={BUILD_TIME:"2024-04-03T14:28:35.000Z",VERSION:"1.4.5",PROD:"1",REDIRECT_URL:"https://dash.immersivetranslate.com/auth-done/",PROD_API:"1",BETA:"0",IMMERSIVE_TRANSLATE_INJECTED_CSS:`:root { +(()=>{var e6=Object.create;var pd=Object.defineProperty;var t6=Object.getOwnPropertyDescriptor;var n6=Object.getOwnPropertyNames;var r6=Object.getPrototypeOf,a6=Object.prototype.hasOwnProperty;var i6=(t,e)=>()=>(t&&(e=t(t=0)),e);var o6=(t,e)=>()=>(e||t((e={exports:{}}).exports,e),e.exports),eu=(t,e)=>{for(var n in e)pd(t,n,{get:e[n],enumerable:!0})},s6=(t,e,n,r)=>{if(e&&typeof e=="object"||typeof e=="function")for(let a of n6(e))!a6.call(t,a)&&a!==n&&pd(t,a,{get:()=>e[a],enumerable:!(r=t6(e,a))||r.enumerable});return t};var u6=(t,e,n)=>(n=t!=null?e6(r6(t)):{},s6(e||!t||!t.__esModule?pd(n,"default",{value:t,enumerable:!0}):n,t));var x,d=i6(()=>{x={BUILD_TIME:"2024-04-04T07:37:00.000Z",VERSION:"1.4.6",PROD:"1",REDIRECT_URL:"https://dash.immersivetranslate.com/auth-done/",PROD_API:"1",BETA:"0",IMMERSIVE_TRANSLATE_INJECTED_CSS:`:root { --immersive-translate-theme-underline-borderColor: #72ece9; --immersive-translate-theme-nativeUnderline-borderColor: #72ece9; --immersive-translate-theme-nativeDashed-borderColor: #72ece9; @@ -4936,7 +4936,7 @@ select.text-gray-6 {
-`,IMMERSIVE_TRANSLATE_VIDEO_SUBTITLE_INJECT:'(()=>{var u="imt-subtitle-inject",f=class{from;to;constructor(t,n){this.from=t,this.to=n}sendMessages(t){globalThis.postMessage({type:u,to:this.to,from:this.from,action:t.action,data:t.data,id:t.id||new Date().getTime(),isAsync:!1})}getRandomId(){return(new Date().getTime()+Math.random())*Math.random()}sendAsyncMessages({action:t,data:n}){return new Promise(e=>{let r=this.getRandomId();globalThis.postMessage({type:u,to:this.to,from:this.from,action:t,data:n,id:r,isAsync:!0});let a=({data:o})=>{u===o.type&&o.id===r&&o.to===this.from&&(e(o.data),globalThis.removeEventListener("message",a))};globalThis.addEventListener("message",a)})}handleMessageOnce(t){return new Promise(n=>{let e=({data:r})=>{u===r.type&&r.action===t&&r.to===this.from&&(n(r.data),globalThis.removeEventListener("message",e))};globalThis.addEventListener("message",e)})}handleMessage(t,n){let e=({data:r})=>{u===r.type&&r.action===t&&r.to===this.from&&n(r)};return globalThis.addEventListener("message",e),()=>{globalThis.removeEventListener("message",e)}}handleMessages(t){let n=({data:e})=>{u===e.type&&e.to===this.from&&t(e)};return globalThis.addEventListener("message",n),()=>{globalThis.removeEventListener("message",n)}}},R=new f("content-script","inject"),l=new f("inject","content-script"),S={get(s,t,n){return t in s?(...e)=>{let r=s[t];return typeof r=="function"?r.apply(s,e):Reflect.get(s,t,n)}:e=>s.sendAsyncMessages({action:t,data:e})}},x=new Proxy(l,S),L=new Proxy(R,S);function T(s){if(!s)return null;try{let t=s;return s.startsWith("//")?t=globalThis.location.protocol+s:s.startsWith("/")?t=`${globalThis.location.protocol}//${globalThis.location.host}${s}`:s.startsWith("http")||(t=`${globalThis.location.protocol}//${s}`),new URL(t).toString()}catch(t){return console.error(t),s}}var i=class{content=x;config;constructor(t){this.config=t,l.handleMessages(async({action:n,id:e,data:r})=>{let a=this[n];if(!a)return;let o=a.apply(this,[r]);o instanceof Promise&&(o=await o),l.sendMessages({id:e,data:o})})}triggerSubtitle(t){}async translateSubtitle(t){let n=await this.content.requestSubtitle({url:T(t._url)});if(n){if(this.config.responseType=="document"){let r=new DOMParser().parseFromString(n,"text/xml");Object.defineProperty(t,"responseXML",{value:r,writable:!1}),Object.defineProperty(t,"response",{value:r,writable:!1});return}let e=n;(t.responseType=="arraybuffer"||this.config.responseType=="arraybuffer")&&typeof n=="string"&&(e=new TextEncoder().encode(n).buffer),Object.defineProperty(t,"responseText",{value:e,writable:!1}),Object.defineProperty(t,"response",{value:e,writable:!1})}}async translateSubtitleWithFetch(t,n){let e={...n},r;return typeof t=="string"?r={url:t,method:"GET",headers:{}}:r=await v(t),e?.body&&(e.body=M(e.body)),this.content.requestSubtitle({fetchInfo:JSON.stringify({input:r,options:e})})}async getVideoMeta(t){}isSubtitleRequest(t){return!this.config||!this.config.subtitleUrlRegExp||!t?!1:new RegExp(this.config.subtitleUrlRegExp).test(t||"")}};function v(s){if(s instanceof URL)return{url:s.href,method:"GET",headers:{}};let t=s.clone(),n={url:s.url,method:s.method,headers:Object.fromEntries(s.headers.entries())};if(t.body){let e=M(t.body);if(t.body!==e)return t.text().then(r=>(n.body=r,n));n.body=e}return Promise.resolve(n)}function M(s){if(!s)return s;if(s instanceof FormData||s instanceof URLSearchParams){let t={};for(let[n,e]of s.entries())t[n]=e;return t._formatBodyType="FormData",t}return s}var d=class extends i{timer=null;triggerSubtitle({force:t}){setTimeout(()=>{if(this.config?.subtitleButtonSelector){let n=document.querySelector(this.config.subtitleButtonSelector);if(n){let e=n.getAttribute("aria-pressed")==="true";e&&t?(n.click(),setTimeout(()=>{n.click()},100)):e||n.click();return}}if(this.config?.videoPlayerSelector){let n=document.querySelector(this.config.videoPlayerSelector);n?.toggleSubtitles(),setTimeout(()=>{n?.toggleSubtitles()},100)}},1e3)}async getVideoMeta(){if(!this.config.videoPlayerSelector)return null;try{return await this.sleep(100),document.querySelector(this.config.videoPlayerSelector)?.getPlayerResponse()}catch{return null}}sleep(t){return new Promise(n=>{setTimeout(()=>{n(null)},t)})}};var m=class extends i{timer=null;videoMeta={};lastVideoMeta=null;constructor(t){super(t),this.hookJSON()}hookJSON(){let t=JSON.parse;JSON.parse=n=>{let e=t(n);try{e&&e.result&&e.result.timedtexttracks&&e.result.movieId&&(this.videoMeta[e.result.movieId]=e.result,this.lastVideoMeta=e.result)}catch(r){console.log(r)}return e}}getVideoMeta(t){return this.lastVideoMeta}};var p=class extends i{timer=null;videoMeta={};constructor(t){super(t),this.hookJSON()}hookJSON(){let t=JSON.parse;JSON.parse=n=>{let e=t(n);try{e?.asset?.captions?.length?this.videoMeta[e.id]=e?.asset:e?.previews&&e?.course&&e?.previews?.forEach(r=>{this.videoMeta[r.id]=r})}catch(r){console.error(r)}return e}}getVideoMeta(t){return this.videoMeta[t]}};var g=class extends i{timer=null;videoMeta={};constructor(t){super(t),this.hookJSON()}hookJSON(){let t=JSON.parse;JSON.parse=n=>{let e=t(n);try{if(e?.stream?.sources?.length&&e?.stream?.sources[0]?.complete?.url){let r=window.location.pathname.split("/");r.length>2&&r[r.length-2]==="video"&&(this.videoMeta[r[r.length-1]]=e.stream.sources[0].complete.url)}}catch(r){console.error(r)}return e}}getVideoMeta(t){return this.videoMeta[t]}};var h=class extends i{constructor(t){super(t)}async translateSubtitleWithFetch(t,n){this.main(t,n)}async main(t,n){let e=globalThis.__originalFetch;if(!e)return;let r=t;t instanceof Request&&(r=t.clone());let a=await e(r,n);if(!a.ok)return;let o=await a.json();o.transcripts_urls&&this.requestSubtitle(o.transcripts_urls)}async requestSubtitle(t){await c(),await this.content.requestSubtitle(t)}};async function w(){let s=await l.sendAsyncMessages({action:"getConfig"});if(!s)return;let n={youtube:d,netflix:m,webvtt:i,khanacademy:i,bilibili:i,udemy:p,general:i,ebutt:i,hulu:h,disneyplus:g,"fmp4.xml":i,multi_attach_vtt:i,twitter:i,subsrt:i,xml:i,text_track_dynamic:i,av:i}[s.type||""];if(!n)return;let e=new n(s);I(e,s)}c();w();function I(s,t){if(t.hookType.includes("xhr")){let n=XMLHttpRequest.prototype.open,e=XMLHttpRequest.prototype.send,r=function(){return this._url=arguments[1],n.apply(this,arguments)},a=async function(){return s.isSubtitleRequest(this._url)?(await c(),await s.translateSubtitle(this),e.apply(this,arguments)):e.apply(this,arguments)};Object.defineProperty(XMLHttpRequest.prototype,"open",{value:r,writable:!0}),Object.defineProperty(XMLHttpRequest.prototype,"send",{value:a,writable:!0})}if(t.hookType.includes("fetch")){let n=globalThis.fetch;globalThis.__originalFetch=n,globalThis.fetch=async function(e,r){let a=typeof e=="string"?e:e.url||e.href;if(!s.isSubtitleRequest(a))return n(e,r);await c();let y=await s.translateSubtitleWithFetch(e,r);return y?new Response(y):n(e,r)}}}var b=!1;async function c(){return b||(await l.handleMessageOnce("contentReady"),b=!0),b}})();\n',OPTIONS_URL:"https://dash.immersivetranslate.com/",SHARE_DRAFT_URL:"https://immersivetranslate.com/preview",ASSETS_BASE_URL:"https://app.immersivetranslate.com/global-assets/",EBOOK_VIEWER_URL:"https://app.immersivetranslate.com/ebook/",EBOOK_BUILDER_URL:"https://app.immersivetranslate.com/ebook/make/",SUBTITLE_BUILDER_URL:"https://app.immersivetranslate.com/subtitle/",HTML_VIEWER_URL:"https://app.immersivetranslate.com/html/",PDF_VIEWER_URL:"https://app.immersivetranslate.com/pdf/",PDF_PRO_URL:"https://app.immersivetranslate.com/pdf-pro/",TEXT_TRANSLATE_URL:"https://app.immersivetranslate.com/text/",TRANSLATE_FILE_URL:"https://app.immersivetranslate.com/",MOCK:"0",DEBUG:"0",INSTALL_FROM:"chrome_zip"}});var F2=o6((ec,ks)=>{d();(function(){var t;function e(f){var T,b,h="",E=-1,D;if(f&&f.length)for(D=f.length;(E+=1)>>6&31,128|T&63):T<=65535?h+=String.fromCharCode(224|T>>>12&15,128|T>>>6&63,128|T&63):T<=2097151&&(h+=String.fromCharCode(240|T>>>18&7,128|T>>>12&63,128|T>>>6&63,128|T&63));return h}function n(f){var T,b,h,E,D,M=[],I;if(T=b=h=E=D=0,f&&f.length)for(I=f.length,f+="";T191&&h<224?(E=f.charCodeAt(T+1),M[b]=String.fromCharCode((h&31)<<6|E&63),T+=2):(E=f.charCodeAt(T+1),D=f.charCodeAt(T+2),M[b]=String.fromCharCode((h&15)<<12|(E&63)<<6|D&63),T+=3);return M.join("")}function r(f,T){var b=(f&65535)+(T&65535),h=(f>>16)+(T>>16)+(b>>16);return h<<16|b&65535}function a(f,T){return f<>>32-T}function i(f,T){for(var b=T?"0123456789ABCDEF":"0123456789abcdef",h="",E,D=0,M=f.length;D>>4&15)+b.charAt(E&15);return h}function o(f){var T,b=f.length,h="";for(T=0;T>>8&255);return h}function s(f){var T,b=f.length,h="";for(T=0;T>>8&255,f.charCodeAt(T)&255);return h}function u(f){var T,b=f.length*32,h="";for(T=0;T>5]>>>24-T%32&255);return h}function l(f){var T,b=f.length*32,h="";for(T=0;T>5]>>>T%32&255);return h}function c(f){var T,b=f.length*8,h=Array(f.length>>2),E=h.length;for(T=0;T>5]|=(f.charCodeAt(T/8)&255)<>2),E=h.length;for(T=0;T>5]|=(f.charCodeAt(T/8)&255)<<24-T%32;return h}function m(f,T){var b=T.length,h=Array(),E,D,M,I,S,y,L,A;for(y=Array(Math.ceil(f.length/2)),I=y.length,E=0;E0;){for(S=Array(),M=0,E=0;E0||D>0)&&(S[S.length]=D);h[h.length]=M,y=S}for(L="",E=h.length-1;E>=0;E--)L+=T.charAt(h[E]);for(A=Math.ceil(f.length*8/(Math.log(T.length)/Math.log(2))),E=L.length;Ef.length*8?h+=T:h+=b.charAt(I>>>6*(3-M)&63);return h}t={VERSION:"1.0.6",Base64:function(){var f="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/",T="=",b=!1,h=!0;this.encode=function(E){var D,M,I,S="";for(T=T||"=",E=h?e(E):E,len=E.length,D=0;Dlen*8?S+=T:S+=f.charAt(I>>>6*(3-M)&63);return S},this.decode=function(E){var D,M,I,S,y,L,A,v,O,_,k="",N=[];if(!E)return E;D=_=0,E=E.replace(new RegExp("\\"+T,"gi"),"");do y=f.indexOf(E.charAt(D++)),L=f.indexOf(E.charAt(D++)),A=f.indexOf(E.charAt(D++)),v=f.indexOf(E.charAt(D++)),O=y<<18|L<<12|A<<6|v,M=O>>16&255,I=O>>8&255,S=O&255,_+=1,A===64?N[_]=String.fromCharCode(M):v===64?N[_]=String.fromCharCode(M,I):N[_]=String.fromCharCode(M,I,S);while(D>>8^b;return(T^-1)>>>0},MD5:function(f){var T=f&&typeof f.uppercase=="boolean"?f.uppercase:!1,b=f&&typeof f.pad=="string"?f.pad:"=",h=f&&typeof f.utf8=="boolean"?f.utf8:!0;this.hex=function(v){return i(E(v,h),T)},this.b64=function(v){return g(E(v),b)},this.any=function(v,O){return m(E(v,h),O)},this.raw=function(v){return E(v,h)},this.hex_hmac=function(v,O){return i(D(v,O),T)},this.b64_hmac=function(v,O){return g(D(v,O),b)},this.any_hmac=function(v,O,_){return m(D(v,O),_)},this.vm_test=function(){return hex("abc").toLowerCase()==="900150983cd24fb0d6963f7d28e17f72"},this.setUpperCase=function(v){return typeof v=="boolean"&&(T=v),this},this.setPad=function(v){return b=v||b,this},this.setUTF8=function(v){return typeof v=="boolean"&&(h=v),this};function E(v){return v=h?e(v):v,l(M(c(v),v.length*8))}function D(v,O){var _,k,N,z,q;for(v=h?e(v):v,O=h?e(O):O,_=c(v),_.length>16&&(_=M(_,v.length*8)),k=Array(16),N=Array(16),q=0;q<16;q+=1)k[q]=_[q]^909522486,N[q]=_[q]^1549556828;return z=M(k.concat(c(O)),512+O.length*8),l(M(N.concat(z),512+128))}function M(v,O){var _,k,N,z,q,F=1732584193,C=-271733879,P=-1732584194,U=271733878;for(v[O>>5]|=128<>>9<<4)+14]=O,_=0;_16&&(A=M(A,y.length*8)),v=Array(16),O=Array(16),_=0;_<16;_+=1)v[_]=A[_]^909522486,O[_]=A[_]^1549556828;return k=M(v.concat(p(L)),512+L.length*8),u(M(O.concat(k),512+160))}function M(y,L){var A,v,O,_,k,N,z,q,F=Array(80),C=1732584193,P=-271733879,U=-1732584194,H=271733878,j=-1009589776;for(y[L>>5]|=128<<24-L%32,y[(L+64>>9<<4)+15]=L,A=0;A16&&(j=F(j,C.length*8));H<16;H+=1)W[H]=j[H]^909522486,$[H]=j[H]^1549556828;return U=F(W.concat(p(P)),512+P.length*8),u(F($.concat(U),512+256))}function I(C,P){return C>>>P|C<<32-P}function S(C,P){return C>>>P}function y(C,P,U){return C&P^~C&U}function L(C,P,U){return C&P^C&U^P&U}function A(C){return I(C,2)^I(C,13)^I(C,22)}function v(C){return I(C,6)^I(C,11)^I(C,25)}function O(C){return I(C,7)^I(C,18)^S(C,3)}function _(C){return I(C,17)^I(C,19)^S(C,10)}function k(C){return I(C,28)^I(C,34)^I(C,39)}function N(C){return I(C,14)^I(C,18)^I(C,41)}function z(C){return I(C,1)^I(C,8)^S(C,7)}function q(C){return I(C,19)^I(C,61)^S(C,6)}E=[1116352408,1899447441,-1245643825,-373957723,961987163,1508970993,-1841331548,-1424204075,-670586216,310598401,607225278,1426881987,1925078388,-2132889090,-1680079193,-1046744716,-459576895,-272742522,264347078,604807628,770255983,1249150122,1555081692,1996064986,-1740746414,-1473132947,-1341970488,-1084653625,-958395405,-710438585,113926993,338241895,666307205,773529912,1294757372,1396182291,1695183700,1986661051,-2117940946,-1838011259,-1564481375,-1474664885,-1035236496,-949202525,-778901479,-694614492,-200395387,275423344,430227734,506948616,659060556,883997877,958139571,1322822218,1537002063,1747873779,1955562222,2024104815,-2067236844,-1933114872,-1866530822,-1538233109,-1090935817,-965641998];function F(C,P){var U=[1779033703,-1150833019,1013904242,-1521486534,1359893119,-1694144372,528734635,1541459225],H=new Array(64),j,W,$,ue,ae,J,ie,ge,ee,Y,Te,ne;for(C[P>>5]|=128<<24-P%32,C[(P+64>>9<<4)+15]=P,ee=0;ee32&&(C=I(C,N.length*8));F<32;F+=1)P[F]=C[F]^909522486,U[F]=C[F]^1549556828;return q=I(P.concat(p(z)),1024+z.length*8),u(I(U.concat(q),1024+512))}function I(N,z){var q,F,C,P=new Array(80),U=new Array(16),H=[new S(1779033703,-205731576),new S(-1150833019,-2067093701),new S(1013904242,-23791573),new S(-1521486534,1595750129),new S(1359893119,-1377402159),new S(-1694144372,725511199),new S(528734635,-79577749),new S(1541459225,327033209)],j=new S(0,0),W=new S(0,0),$=new S(0,0),ue=new S(0,0),ae=new S(0,0),J=new S(0,0),ie=new S(0,0),ge=new S(0,0),ee=new S(0,0),Y=new S(0,0),Te=new S(0,0),ne=new S(0,0),re=new S(0,0),xe=new S(0,0),ze=new S(0,0),_e=new S(0,0),de=new S(0,0);for(E===void 0&&(E=[new S(1116352408,-685199838),new S(1899447441,602891725),new S(-1245643825,-330482897),new S(-373957723,-2121671748),new S(961987163,-213338824),new S(1508970993,-1241133031),new S(-1841331548,-1357295717),new S(-1424204075,-630357736),new S(-670586216,-1560083902),new S(310598401,1164996542),new S(607225278,1323610764),new S(1426881987,-704662302),new S(1925078388,-226784913),new S(-2132889090,991336113),new S(-1680079193,633803317),new S(-1046744716,-815192428),new S(-459576895,-1628353838),new S(-272742522,944711139),new S(264347078,-1953704523),new S(604807628,2007800933),new S(770255983,1495990901),new S(1249150122,1856431235),new S(1555081692,-1119749164),new S(1996064986,-2096016459),new S(-1740746414,-295247957),new S(-1473132947,766784016),new S(-1341970488,-1728372417),new S(-1084653625,-1091629340),new S(-958395405,1034457026),new S(-710438585,-1828018395),new S(113926993,-536640913),new S(338241895,168717936),new S(666307205,1188179964),new S(773529912,1546045734),new S(1294757372,1522805485),new S(1396182291,-1651133473),new S(1695183700,-1951439906),new S(1986661051,1014477480),new S(-2117940946,1206759142),new S(-1838011259,344077627),new S(-1564481375,1290863460),new S(-1474664885,-1136513023),new S(-1035236496,-789014639),new S(-949202525,106217008),new S(-778901479,-688958952),new S(-694614492,1432725776),new S(-200395387,1467031594),new S(275423344,851169720),new S(430227734,-1194143544),new S(506948616,1363258195),new S(659060556,-544281703),new S(883997877,-509917016),new S(958139571,-976659869),new S(1322822218,-482243893),new S(1537002063,2003034995),new S(1747873779,-692930397),new S(1955562222,1575990012),new S(2024104815,1125592928),new S(-2067236844,-1578062990),new S(-1933114872,442776044),new S(-1866530822,593698344),new S(-1538233109,-561857047),new S(-1090935817,-1295615723),new S(-965641998,-479046869),new S(-903397682,-366583396),new S(-779700025,566280711),new S(-354779690,-840897762),new S(-176337025,-294727304),new S(116418474,1914138554),new S(174292421,-1563912026),new S(289380356,-1090974290),new S(460393269,320620315),new S(685471733,587496836),new S(852142971,1086792851),new S(1017036298,365543100),new S(1126000580,-1676669620),new S(1288033470,-885112138),new S(1501505948,-60457430),new S(1607167915,987167468),new S(1816402316,1246189591)]),F=0;F<80;F+=1)P[F]=new S(0,0);for(N[z>>5]|=128<<24-(z&31),N[(z+128>>10<<5)+31]=z,C=N.length,F=0;F>>q|z.h<<32-q,N.h=z.h>>>q|z.l<<32-q}function A(N,z,q){N.l=z.h>>>q|z.l<<32-q,N.h=z.l>>>q|z.h<<32-q}function v(N,z,q){N.l=z.l>>>q|z.h<<32-q,N.h=z.h>>>q}function O(N,z,q){var F=(z.l&65535)+(q.l&65535),C=(z.l>>>16)+(q.l>>>16)+(F>>>16),P=(z.h&65535)+(q.h&65535)+(C>>>16),U=(z.h>>>16)+(q.h>>>16)+(P>>>16);N.l=F&65535|C<<16,N.h=P&65535|U<<16}function _(N,z,q,F,C){var P=(z.l&65535)+(q.l&65535)+(F.l&65535)+(C.l&65535),U=(z.l>>>16)+(q.l>>>16)+(F.l>>>16)+(C.l>>>16)+(P>>>16),H=(z.h&65535)+(q.h&65535)+(F.h&65535)+(C.h&65535)+(U>>>16),j=(z.h>>>16)+(q.h>>>16)+(F.h>>>16)+(C.h>>>16)+(H>>>16);N.l=P&65535|U<<16,N.h=H&65535|j<<16}function k(N,z,q,F,C,P){var U=(z.l&65535)+(q.l&65535)+(F.l&65535)+(C.l&65535)+(P.l&65535),H=(z.l>>>16)+(q.l>>>16)+(F.l>>>16)+(C.l>>>16)+(P.l>>>16)+(U>>>16),j=(z.h&65535)+(q.h&65535)+(F.h&65535)+(C.h&65535)+(P.h&65535)+(H>>>16),W=(z.h>>>16)+(q.h>>>16)+(F.h>>>16)+(C.h>>>16)+(P.h>>>16)+(j>>>16);N.l=U&65535|H<<16,N.h=j&65535|W<<16}},RMD160:function(f){var T=f&&typeof f.uppercase=="boolean"?f.uppercase:!1,b=f&&typeof f.pad=="string"?f.pa:"=",h=f&&typeof f.utf8=="boolean"?f.utf8:!0,E=[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,7,4,13,1,10,6,15,3,12,0,9,5,2,14,11,8,3,10,14,4,9,15,8,1,2,7,0,6,13,11,5,12,1,9,11,10,0,8,12,4,13,3,7,15,14,5,6,2,4,0,5,9,7,12,2,10,14,1,3,8,11,6,15,13],D=[5,14,7,0,9,2,11,4,13,6,15,8,1,10,3,12,6,11,3,7,0,13,5,10,14,15,8,12,4,9,1,2,15,5,1,3,7,14,6,9,11,8,12,2,10,0,4,13,8,6,4,1,3,11,15,0,5,12,2,13,9,7,10,14,12,15,10,4,1,5,8,7,6,2,13,14,0,3,9,11],M=[11,14,15,12,5,8,7,9,11,13,14,15,6,7,9,8,7,6,8,13,11,9,7,15,7,12,15,9,11,7,13,12,11,13,6,7,14,9,13,15,14,8,13,6,5,12,7,5,11,12,14,15,14,15,9,8,9,14,5,6,8,6,5,12,9,15,5,11,6,8,13,12,5,12,13,14,11,8,5,6],I=[8,9,9,11,13,15,15,5,7,7,8,11,14,14,12,6,9,13,15,7,12,8,9,11,7,7,12,7,6,15,13,11,9,7,15,11,8,6,6,14,12,13,5,14,13,13,7,5,15,5,8,11,14,14,6,14,6,9,12,9,12,5,15,8,8,5,12,9,12,5,14,6,8,13,6,5,15,13,11,11];this.hex=function(k){return i(S(k,h))},this.b64=function(k){return g(S(k,h),b)},this.any=function(k,N){return m(S(k,h),N)},this.raw=function(k){return S(k,h)},this.hex_hmac=function(k,N){return i(y(k,N))},this.b64_hmac=function(k,N){return g(y(k,N),b)},this.any_hmac=function(k,N,z){return m(y(k,N),z)},this.vm_test=function(){return hex("abc").toLowerCase()==="900150983cd24fb0d6963f7d28e17f72"},this.setUpperCase=function(k){return typeof k=="boolean"&&(T=k),this},this.setPad=function(k){return typeof k<"u"&&(b=k),this},this.setUTF8=function(k){return typeof k=="boolean"&&(h=k),this};function S(k){return k=h?e(k):k,L(A(c(k),k.length*8))}function y(k,N){k=h?e(k):k,N=h?e(N):N;var z,q,F=c(k),C=Array(16),P=Array(16);for(F.length>16&&(F=A(F,k.length*8)),z=0;z<16;z+=1)C[z]=F[z]^909522486,P[z]=F[z]^1549556828;return q=A(C.concat(c(N)),512+N.length*8),L(A(P.concat(q),512+160))}function L(k){var N,z="",q=k.length*32;for(N=0;N>5]>>>N%32&255);return z}function A(k,N){var z,q,F,C,P=1732584193,U=4023233417,H=2562383102,j=271733878,W=3285377520,$,ue,ae,J,ie,ge,ee,Y,Te,ne;for(k[N>>5]|=128<>>9<<4)+14]=N,C=k.length,F=0;Ffunction(){return e||(0,t[Tf(t)[0]])((e={exports:{}}).exports,e),e.exports},f6=(t,e)=>{for(var n in e)md(t,n,{get:e[n],enumerable:!0})},gd=(t,e,n,r)=>{if(e&&typeof e=="object"||typeof e=="function")for(let a of Tf(e))!g6.call(t,a)&&a!==n&&md(t,a,{get:()=>e[a],enumerable:!(r=d6(e,a))||r.enumerable});return t},h6=(t,e,n)=>(gd(t,e,"default"),n&&gd(n,e,"default")),yf=(t,e,n)=>(n=t!=null?c6(p6(t)):{},gd(e||!t||!t.__esModule?md(n,"default",{value:t,enumerable:!0}):n,t)),vf=m6({"../esmd/npm/webextension-polyfill@0.10.0/node_modules/webextension-polyfill/dist/browser-polyfill.js"(t,e){(function(n,r){if(typeof define=="function"&&define.amd)define("webextension-polyfill",["module"],r);else if(typeof t<"u")r(e);else{var a={exports:{}};r(a),n.browser=a.exports}})(typeof globalThis<"u"?globalThis:typeof self<"u"?self:t,function(n){"use strict";if(!globalThis.chrome?.runtime?.id)throw new Error("This script should only be loaded in a browser extension.");if(typeof globalThis.browser>"u"||Object.getPrototypeOf(globalThis.browser)!==Object.prototype){let r="The message port closed before a response was received.",a=i=>{let o={alarms:{clear:{minArgs:0,maxArgs:1},clearAll:{minArgs:0,maxArgs:0},get:{minArgs:0,maxArgs:1},getAll:{minArgs:0,maxArgs:0}},bookmarks:{create:{minArgs:1,maxArgs:1},get:{minArgs:1,maxArgs:1},getChildren:{minArgs:1,maxArgs:1},getRecent:{minArgs:1,maxArgs:1},getSubTree:{minArgs:1,maxArgs:1},getTree:{minArgs:0,maxArgs:0},move:{minArgs:2,maxArgs:2},remove:{minArgs:1,maxArgs:1},removeTree:{minArgs:1,maxArgs:1},search:{minArgs:1,maxArgs:1},update:{minArgs:2,maxArgs:2}},browserAction:{disable:{minArgs:0,maxArgs:1,fallbackToNoCallback:!0},enable:{minArgs:0,maxArgs:1,fallbackToNoCallback:!0},getBadgeBackgroundColor:{minArgs:1,maxArgs:1},getBadgeText:{minArgs:1,maxArgs:1},getPopup:{minArgs:1,maxArgs:1},getTitle:{minArgs:1,maxArgs:1},openPopup:{minArgs:0,maxArgs:0},setBadgeBackgroundColor:{minArgs:1,maxArgs:1,fallbackToNoCallback:!0},setBadgeText:{minArgs:1,maxArgs:1,fallbackToNoCallback:!0},setIcon:{minArgs:1,maxArgs:1},setPopup:{minArgs:1,maxArgs:1,fallbackToNoCallback:!0},setTitle:{minArgs:1,maxArgs:1,fallbackToNoCallback:!0}},browsingData:{remove:{minArgs:2,maxArgs:2},removeCache:{minArgs:1,maxArgs:1},removeCookies:{minArgs:1,maxArgs:1},removeDownloads:{minArgs:1,maxArgs:1},removeFormData:{minArgs:1,maxArgs:1},removeHistory:{minArgs:1,maxArgs:1},removeLocalStorage:{minArgs:1,maxArgs:1},removePasswords:{minArgs:1,maxArgs:1},removePluginData:{minArgs:1,maxArgs:1},settings:{minArgs:0,maxArgs:0}},commands:{getAll:{minArgs:0,maxArgs:0}},contextMenus:{remove:{minArgs:1,maxArgs:1},removeAll:{minArgs:0,maxArgs:0},update:{minArgs:2,maxArgs:2}},cookies:{get:{minArgs:1,maxArgs:1},getAll:{minArgs:1,maxArgs:1},getAllCookieStores:{minArgs:0,maxArgs:0},remove:{minArgs:1,maxArgs:1},set:{minArgs:1,maxArgs:1}},devtools:{inspectedWindow:{eval:{minArgs:1,maxArgs:2,singleCallbackArg:!1}},panels:{create:{minArgs:3,maxArgs:3,singleCallbackArg:!0},elements:{createSidebarPane:{minArgs:1,maxArgs:1}}}},downloads:{cancel:{minArgs:1,maxArgs:1},download:{minArgs:1,maxArgs:1},erase:{minArgs:1,maxArgs:1},getFileIcon:{minArgs:1,maxArgs:2},open:{minArgs:1,maxArgs:1,fallbackToNoCallback:!0},pause:{minArgs:1,maxArgs:1},removeFile:{minArgs:1,maxArgs:1},resume:{minArgs:1,maxArgs:1},search:{minArgs:1,maxArgs:1},show:{minArgs:1,maxArgs:1,fallbackToNoCallback:!0}},extension:{isAllowedFileSchemeAccess:{minArgs:0,maxArgs:0},isAllowedIncognitoAccess:{minArgs:0,maxArgs:0}},history:{addUrl:{minArgs:1,maxArgs:1},deleteAll:{minArgs:0,maxArgs:0},deleteRange:{minArgs:1,maxArgs:1},deleteUrl:{minArgs:1,maxArgs:1},getVisits:{minArgs:1,maxArgs:1},search:{minArgs:1,maxArgs:1}},i18n:{detectLanguage:{minArgs:1,maxArgs:1},getAcceptLanguages:{minArgs:0,maxArgs:0}},identity:{launchWebAuthFlow:{minArgs:1,maxArgs:1}},idle:{queryState:{minArgs:1,maxArgs:1}},management:{get:{minArgs:1,maxArgs:1},getAll:{minArgs:0,maxArgs:0},getSelf:{minArgs:0,maxArgs:0},setEnabled:{minArgs:2,maxArgs:2},uninstallSelf:{minArgs:0,maxArgs:1}},notifications:{clear:{minArgs:1,maxArgs:1},create:{minArgs:1,maxArgs:2},getAll:{minArgs:0,maxArgs:0},getPermissionLevel:{minArgs:0,maxArgs:0},update:{minArgs:2,maxArgs:2}},pageAction:{getPopup:{minArgs:1,maxArgs:1},getTitle:{minArgs:1,maxArgs:1},hide:{minArgs:1,maxArgs:1,fallbackToNoCallback:!0},setIcon:{minArgs:1,maxArgs:1},setPopup:{minArgs:1,maxArgs:1,fallbackToNoCallback:!0},setTitle:{minArgs:1,maxArgs:1,fallbackToNoCallback:!0},show:{minArgs:1,maxArgs:1,fallbackToNoCallback:!0}},permissions:{contains:{minArgs:1,maxArgs:1},getAll:{minArgs:0,maxArgs:0},remove:{minArgs:1,maxArgs:1},request:{minArgs:1,maxArgs:1}},runtime:{getBackgroundPage:{minArgs:0,maxArgs:0},getPlatformInfo:{minArgs:0,maxArgs:0},openOptionsPage:{minArgs:0,maxArgs:0},requestUpdateCheck:{minArgs:0,maxArgs:0},sendMessage:{minArgs:1,maxArgs:3},sendNativeMessage:{minArgs:2,maxArgs:2},setUninstallURL:{minArgs:1,maxArgs:1}},sessions:{getDevices:{minArgs:0,maxArgs:1},getRecentlyClosed:{minArgs:0,maxArgs:1},restore:{minArgs:0,maxArgs:1}},storage:{local:{clear:{minArgs:0,maxArgs:0},get:{minArgs:0,maxArgs:1},getBytesInUse:{minArgs:0,maxArgs:1},remove:{minArgs:1,maxArgs:1},set:{minArgs:1,maxArgs:1}},managed:{get:{minArgs:0,maxArgs:1},getBytesInUse:{minArgs:0,maxArgs:1}},sync:{clear:{minArgs:0,maxArgs:0},get:{minArgs:0,maxArgs:1},getBytesInUse:{minArgs:0,maxArgs:1},remove:{minArgs:1,maxArgs:1},set:{minArgs:1,maxArgs:1}}},tabs:{captureVisibleTab:{minArgs:0,maxArgs:2},create:{minArgs:1,maxArgs:1},detectLanguage:{minArgs:0,maxArgs:1},discard:{minArgs:0,maxArgs:1},duplicate:{minArgs:1,maxArgs:1},executeScript:{minArgs:1,maxArgs:2},get:{minArgs:1,maxArgs:1},getCurrent:{minArgs:0,maxArgs:0},getZoom:{minArgs:0,maxArgs:1},getZoomSettings:{minArgs:0,maxArgs:1},goBack:{minArgs:0,maxArgs:1},goForward:{minArgs:0,maxArgs:1},highlight:{minArgs:1,maxArgs:1},insertCSS:{minArgs:1,maxArgs:2},move:{minArgs:2,maxArgs:2},query:{minArgs:1,maxArgs:1},reload:{minArgs:0,maxArgs:2},remove:{minArgs:1,maxArgs:1},removeCSS:{minArgs:1,maxArgs:2},sendMessage:{minArgs:2,maxArgs:3},setZoom:{minArgs:1,maxArgs:2},setZoomSettings:{minArgs:1,maxArgs:2},update:{minArgs:1,maxArgs:2}},topSites:{get:{minArgs:0,maxArgs:0}},webNavigation:{getAllFrames:{minArgs:1,maxArgs:1},getFrame:{minArgs:1,maxArgs:1}},webRequest:{handlerBehaviorChanged:{minArgs:0,maxArgs:0}},windows:{create:{minArgs:0,maxArgs:1},get:{minArgs:1,maxArgs:2},getAll:{minArgs:0,maxArgs:1},getCurrent:{minArgs:0,maxArgs:1},getLastFocused:{minArgs:0,maxArgs:1},remove:{minArgs:1,maxArgs:1},update:{minArgs:2,maxArgs:2}}};if(Object.keys(o).length===0)throw new Error("api-metadata.json has not been included in browser-polyfill");class s extends WeakMap{constructor(y,L=void 0){super(L),this.createItem=y}get(y){return this.has(y)||this.set(y,this.createItem(y)),super.get(y)}}let u=S=>S&&typeof S=="object"&&typeof S.then=="function",l=(S,y)=>(...L)=>{i.runtime.lastError?S.reject(new Error(i.runtime.lastError.message)):y.singleCallbackArg||L.length<=1&&y.singleCallbackArg!==!1?S.resolve(L[0]):S.resolve(L)},c=S=>S==1?"argument":"arguments",p=(S,y)=>function(A,...v){if(v.lengthy.maxArgs)throw new Error(`Expected at most ${y.maxArgs} ${c(y.maxArgs)} for ${S}(), got ${v.length}`);return new Promise((O,_)=>{if(y.fallbackToNoCallback)try{A[S](...v,l({resolve:O,reject:_},y))}catch{A[S](...v),y.fallbackToNoCallback=!1,y.noCallback=!0,O()}else y.noCallback?(A[S](...v),O()):A[S](...v,l({resolve:O,reject:_},y))})},m=(S,y,L)=>new Proxy(y,{apply(A,v,O){return L.call(v,S,...O)}}),g=Function.call.bind(Object.prototype.hasOwnProperty),f=(S,y={},L={})=>{let A=Object.create(null),v={has(_,k){return k in S||k in A},get(_,k,N){if(k in A)return A[k];if(!(k in S))return;let z=S[k];if(typeof z=="function")if(typeof y[k]=="function")z=m(S,S[k],y[k]);else if(g(L,k)){let q=p(k,L[k]);z=m(S,S[k],q)}else z=z.bind(S);else if(typeof z=="object"&&z!==null&&(g(y,k)||g(L,k)))z=f(z,y[k],L[k]);else if(g(L,"*"))z=f(z,y[k],L["*"]);else return Object.defineProperty(A,k,{configurable:!0,enumerable:!0,get(){return S[k]},set(q){S[k]=q}}),z;return A[k]=z,z},set(_,k,N,z){return k in A?A[k]=N:S[k]=N,!0},defineProperty(_,k,N){return Reflect.defineProperty(A,k,N)},deleteProperty(_,k){return Reflect.deleteProperty(A,k)}},O=Object.create(S);return new Proxy(O,v)},T=S=>({addListener(y,L,...A){y.addListener(S.get(L),...A)},hasListener(y,L){return y.hasListener(S.get(L))},removeListener(y,L){y.removeListener(S.get(L))}}),b=new s(S=>typeof S!="function"?S:function(L){let A=f(L,{},{getContent:{minArgs:0,maxArgs:0}});S(A)}),h=new s(S=>typeof S!="function"?S:function(L,A,v){let O=!1,_,k=new Promise(F=>{_=function(C){O=!0,F(C)}}),N;try{N=S(L,A,_)}catch(F){N=Promise.reject(F)}let z=N!==!0&&u(N);if(N!==!0&&!z&&!O)return!1;let q=F=>{F.then(C=>{v(C)},C=>{let P;C&&(C instanceof Error||typeof C.message=="string")?P=C.message:P="An unexpected error occurred",v({__mozWebExtensionPolyfillReject__:!0,message:P})}).catch(C=>{})};return q(z?N:k),!0}),E=({reject:S,resolve:y},L)=>{i.runtime.lastError?i.runtime.lastError.message===r?y():S(new Error(i.runtime.lastError.message)):L&&L.__mozWebExtensionPolyfillReject__?S(new Error(L.message)):y(L)},D=(S,y,L,...A)=>{if(A.lengthy.maxArgs)throw new Error(`Expected at most ${y.maxArgs} ${c(y.maxArgs)} for ${S}(), got ${A.length}`);return new Promise((v,O)=>{let _=E.bind(null,{resolve:v,reject:O});A.push(_),L.sendMessage(...A)})},M={devtools:{network:{onRequestFinished:T(b)}},runtime:{onMessage:T(h),onMessageExternal:T(h),sendMessage:D.bind(null,"sendMessage",{minArgs:1,maxArgs:3})},tabs:{sendMessage:D.bind(null,"sendMessage",{minArgs:2,maxArgs:3})}},I={clear:{minArgs:1,maxArgs:1},get:{minArgs:1,maxArgs:1},set:{minArgs:1,maxArgs:1}};return o.privacy={network:{"*":I},services:{"*":I},websites:{"*":I}},f(i,M,o)};n.exports=a(chrome)}else n.exports=globalThis.browser})}}),Sf={};f6(Sf,{default:()=>tu});var b6=yf(vf());h6(Sf,yf(vf()));var{default:bf,...T6}=b6,tu=bf!==void 0?bf:T6;globalThis.immersiveTranslateBrowserAPI=tu;d();d();d();d();var y6=` +`,IMMERSIVE_TRANSLATE_VIDEO_SUBTITLE_INJECT:'(()=>{var u="imt-subtitle-inject",f=class{from;to;constructor(t,n){this.from=t,this.to=n}sendMessages(t){globalThis.postMessage({type:u,to:this.to,from:this.from,action:t.action,data:t.data,id:t.id||new Date().getTime(),isAsync:!1})}getRandomId(){return(new Date().getTime()+Math.random())*Math.random()}sendAsyncMessages({action:t,data:n}){return new Promise(e=>{let r=this.getRandomId();globalThis.postMessage({type:u,to:this.to,from:this.from,action:t,data:n,id:r,isAsync:!0});let a=({data:o})=>{u===o.type&&o.id===r&&o.to===this.from&&(e(o.data),globalThis.removeEventListener("message",a))};globalThis.addEventListener("message",a)})}handleMessageOnce(t){return new Promise(n=>{let e=({data:r})=>{u===r.type&&r.action===t&&r.to===this.from&&(n(r.data),globalThis.removeEventListener("message",e))};globalThis.addEventListener("message",e)})}handleMessage(t,n){let e=({data:r})=>{u===r.type&&r.action===t&&r.to===this.from&&n(r)};return globalThis.addEventListener("message",e),()=>{globalThis.removeEventListener("message",e)}}handleMessages(t){let n=({data:e})=>{u===e.type&&e.to===this.from&&t(e)};return globalThis.addEventListener("message",n),()=>{globalThis.removeEventListener("message",n)}}},R=new f("content-script","inject"),l=new f("inject","content-script"),S={get(s,t,n){return t in s?(...e)=>{let r=s[t];return typeof r=="function"?r.apply(s,e):Reflect.get(s,t,n)}:e=>s.sendAsyncMessages({action:t,data:e})}},x=new Proxy(l,S),L=new Proxy(R,S);function T(s){if(!s)return null;try{let t=s;return s.startsWith("//")?t=globalThis.location.protocol+s:s.startsWith("/")?t=`${globalThis.location.protocol}//${globalThis.location.host}${s}`:s.startsWith("http")||(t=`${globalThis.location.protocol}//${s}`),new URL(t).toString()}catch(t){return console.error(t),s}}var i=class{content=x;config;constructor(t){this.config=t,l.handleMessages(async({action:n,id:e,data:r})=>{let a=this[n];if(!a)return;let o=a.apply(this,[r]);o instanceof Promise&&(o=await o),l.sendMessages({id:e,data:o})})}triggerSubtitle(t){}async translateSubtitle(t){let n=await this.content.requestSubtitle({url:T(t._url)});if(n){if(this.config.responseType=="document"){let r=new DOMParser().parseFromString(n,"text/xml");Object.defineProperty(t,"responseXML",{value:r,writable:!1}),Object.defineProperty(t,"response",{value:r,writable:!1});return}let e=n;(t.responseType=="arraybuffer"||this.config.responseType=="arraybuffer")&&typeof n=="string"&&(e=new TextEncoder().encode(n).buffer),Object.defineProperty(t,"responseText",{value:e,writable:!1}),Object.defineProperty(t,"response",{value:e,writable:!1})}}async translateSubtitleWithFetch(t,n){let e={...n},r;return typeof t=="string"?r={url:t,method:"GET",headers:{}}:r=await v(t),e?.body&&(e.body=M(e.body)),this.content.requestSubtitle({fetchInfo:JSON.stringify({input:r,options:e})})}async getVideoMeta(t){}isSubtitleRequest(t){return!this.config||!this.config.subtitleUrlRegExp||!t?!1:new RegExp(this.config.subtitleUrlRegExp).test(t||"")}};function v(s){if(s instanceof URL)return{url:s.href,method:"GET",headers:{}};let t=s.clone(),n={url:s.url,method:s.method,headers:Object.fromEntries(s.headers.entries())};if(t.body){let e=M(t.body);if(t.body!==e)return t.text().then(r=>(n.body=r,n));n.body=e}return Promise.resolve(n)}function M(s){if(!s)return s;if(s instanceof FormData||s instanceof URLSearchParams){let t={};for(let[n,e]of s.entries())t[n]=e;return t._formatBodyType="FormData",t}return s}var d=class extends i{timer=null;triggerSubtitle({force:t}){setTimeout(()=>{if(this.config?.subtitleButtonSelector){let n=document.querySelector(this.config.subtitleButtonSelector);if(n){let e=n.getAttribute("aria-pressed")==="true";e&&t?(n.click(),setTimeout(()=>{n.click()},100)):e||n.click();return}}if(this.config?.videoPlayerSelector){let n=document.querySelector(this.config.videoPlayerSelector);n?.toggleSubtitles(),setTimeout(()=>{n?.toggleSubtitles()},100)}},1e3)}async getVideoMeta(){if(!this.config.videoPlayerSelector)return null;try{return await this.sleep(100),document.querySelector(this.config.videoPlayerSelector)?.getPlayerResponse()}catch{return null}}sleep(t){return new Promise(n=>{setTimeout(()=>{n(null)},t)})}};var m=class extends i{timer=null;videoMeta={};lastVideoMeta=null;constructor(t){super(t),this.hookJSON()}hookJSON(){let t=JSON.parse;JSON.parse=n=>{let e=t(n);try{e&&e.result&&e.result.timedtexttracks&&e.result.movieId&&(this.videoMeta[e.result.movieId]=e.result,this.lastVideoMeta=e.result)}catch(r){console.log(r)}return e}}getVideoMeta(t){return this.lastVideoMeta}};var p=class extends i{timer=null;videoMeta={};constructor(t){super(t),this.hookJSON()}hookJSON(){let t=JSON.parse;JSON.parse=n=>{let e=t(n);try{e?.asset?.captions?.length?this.videoMeta[e.id]=e?.asset:e?.previews&&e?.course&&e?.previews?.forEach(r=>{this.videoMeta[r.id]=r})}catch(r){console.error(r)}return e}}getVideoMeta(t){return this.videoMeta[t]}};var g=class extends i{timer=null;videoMeta={};constructor(t){super(t),this.hookJSON()}hookJSON(){let t=JSON.parse;JSON.parse=n=>{let e=t(n);try{if(e?.stream?.sources?.length&&e?.stream?.sources[0]?.complete?.url){let r=window.location.pathname.split("/");r.length>2&&r[r.length-2]==="video"&&(this.videoMeta[r[r.length-1]]=e.stream.sources[0].complete.url)}}catch(r){console.error(r)}return e}}getVideoMeta(t){return this.videoMeta[t]}};var h=class extends i{constructor(t){super(t)}async translateSubtitleWithFetch(t,n){this.main(t,n)}async main(t,n){let e=globalThis.__originalFetch;if(!e)return;let r=t;t instanceof Request&&(r=t.clone());let a=await e(r,n);if(!a.ok)return;let o=await a.json();o.transcripts_urls&&this.requestSubtitle(o.transcripts_urls)}async requestSubtitle(t){await c(),await this.content.requestSubtitle(t)}};async function w(){let s=await l.sendAsyncMessages({action:"getConfig"});if(!s)return;let n={youtube:d,netflix:m,webvtt:i,khanacademy:i,bilibili:i,udemy:p,general:i,ebutt:i,hulu:h,disneyplus:g,"fmp4.xml":i,multi_attach_vtt:i,twitter:i,subsrt:i,xml:i,text_track_dynamic:i,av:i}[s.type||""];if(!n)return;let e=new n(s);I(e,s)}c();w();function I(s,t){if(t.hookType.includes("xhr")){let n=XMLHttpRequest.prototype.open,e=XMLHttpRequest.prototype.send,r=function(){return this._url=arguments[1],n.apply(this,arguments)},a=async function(){return s.isSubtitleRequest(this._url)?(await c(),await s.translateSubtitle(this),e.apply(this,arguments)):e.apply(this,arguments)};Object.defineProperty(XMLHttpRequest.prototype,"open",{value:r,writable:!0}),Object.defineProperty(XMLHttpRequest.prototype,"send",{value:a,writable:!0})}if(t.hookType.includes("fetch")){let n=globalThis.fetch;globalThis.__originalFetch=n,globalThis.fetch=async function(e,r){let a=typeof e=="string"?e:e.url||e.href;if(!s.isSubtitleRequest(a))return n(e,r);await c();let y=await s.translateSubtitleWithFetch(e,r);return y?new Response(y):n(e,r)}}}var b=!1;async function c(){return b||(await l.handleMessageOnce("contentReady"),b=!0),b}})();\n',OPTIONS_URL:"https://dash.immersivetranslate.com/",SHARE_DRAFT_URL:"https://immersivetranslate.com/preview",ASSETS_BASE_URL:"https://app.immersivetranslate.com/global-assets/",EBOOK_VIEWER_URL:"https://app.immersivetranslate.com/ebook/",EBOOK_BUILDER_URL:"https://app.immersivetranslate.com/ebook/make/",SUBTITLE_BUILDER_URL:"https://app.immersivetranslate.com/subtitle/",HTML_VIEWER_URL:"https://app.immersivetranslate.com/html/",PDF_VIEWER_URL:"https://app.immersivetranslate.com/pdf/",PDF_PRO_URL:"https://app.immersivetranslate.com/pdf-pro/",TEXT_TRANSLATE_URL:"https://app.immersivetranslate.com/text/",TRANSLATE_FILE_URL:"https://app.immersivetranslate.com/",MOCK:"0",DEBUG:"0",INSTALL_FROM:"chrome_zip"}});var F2=o6((ec,ks)=>{d();(function(){var t;function e(f){var T,b,h="",E=-1,D;if(f&&f.length)for(D=f.length;(E+=1)>>6&31,128|T&63):T<=65535?h+=String.fromCharCode(224|T>>>12&15,128|T>>>6&63,128|T&63):T<=2097151&&(h+=String.fromCharCode(240|T>>>18&7,128|T>>>12&63,128|T>>>6&63,128|T&63));return h}function n(f){var T,b,h,E,D,M=[],I;if(T=b=h=E=D=0,f&&f.length)for(I=f.length,f+="";T191&&h<224?(E=f.charCodeAt(T+1),M[b]=String.fromCharCode((h&31)<<6|E&63),T+=2):(E=f.charCodeAt(T+1),D=f.charCodeAt(T+2),M[b]=String.fromCharCode((h&15)<<12|(E&63)<<6|D&63),T+=3);return M.join("")}function r(f,T){var b=(f&65535)+(T&65535),h=(f>>16)+(T>>16)+(b>>16);return h<<16|b&65535}function a(f,T){return f<>>32-T}function i(f,T){for(var b=T?"0123456789ABCDEF":"0123456789abcdef",h="",E,D=0,M=f.length;D>>4&15)+b.charAt(E&15);return h}function o(f){var T,b=f.length,h="";for(T=0;T>>8&255);return h}function s(f){var T,b=f.length,h="";for(T=0;T>>8&255,f.charCodeAt(T)&255);return h}function u(f){var T,b=f.length*32,h="";for(T=0;T>5]>>>24-T%32&255);return h}function l(f){var T,b=f.length*32,h="";for(T=0;T>5]>>>T%32&255);return h}function c(f){var T,b=f.length*8,h=Array(f.length>>2),E=h.length;for(T=0;T>5]|=(f.charCodeAt(T/8)&255)<>2),E=h.length;for(T=0;T>5]|=(f.charCodeAt(T/8)&255)<<24-T%32;return h}function m(f,T){var b=T.length,h=Array(),E,D,M,I,S,v,k,A;for(v=Array(Math.ceil(f.length/2)),I=v.length,E=0;E0;){for(S=Array(),M=0,E=0;E0||D>0)&&(S[S.length]=D);h[h.length]=M,v=S}for(k="",E=h.length-1;E>=0;E--)k+=T.charAt(h[E]);for(A=Math.ceil(f.length*8/(Math.log(T.length)/Math.log(2))),E=k.length;Ef.length*8?h+=T:h+=b.charAt(I>>>6*(3-M)&63);return h}t={VERSION:"1.0.6",Base64:function(){var f="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/",T="=",b=!1,h=!0;this.encode=function(E){var D,M,I,S="";for(T=T||"=",E=h?e(E):E,len=E.length,D=0;Dlen*8?S+=T:S+=f.charAt(I>>>6*(3-M)&63);return S},this.decode=function(E){var D,M,I,S,v,k,A,y,R,_,P="",N=[];if(!E)return E;D=_=0,E=E.replace(new RegExp("\\"+T,"gi"),"");do v=f.indexOf(E.charAt(D++)),k=f.indexOf(E.charAt(D++)),A=f.indexOf(E.charAt(D++)),y=f.indexOf(E.charAt(D++)),R=v<<18|k<<12|A<<6|y,M=R>>16&255,I=R>>8&255,S=R&255,_+=1,A===64?N[_]=String.fromCharCode(M):y===64?N[_]=String.fromCharCode(M,I):N[_]=String.fromCharCode(M,I,S);while(D>>8^b;return(T^-1)>>>0},MD5:function(f){var T=f&&typeof f.uppercase=="boolean"?f.uppercase:!1,b=f&&typeof f.pad=="string"?f.pad:"=",h=f&&typeof f.utf8=="boolean"?f.utf8:!0;this.hex=function(y){return i(E(y,h),T)},this.b64=function(y){return g(E(y),b)},this.any=function(y,R){return m(E(y,h),R)},this.raw=function(y){return E(y,h)},this.hex_hmac=function(y,R){return i(D(y,R),T)},this.b64_hmac=function(y,R){return g(D(y,R),b)},this.any_hmac=function(y,R,_){return m(D(y,R),_)},this.vm_test=function(){return hex("abc").toLowerCase()==="900150983cd24fb0d6963f7d28e17f72"},this.setUpperCase=function(y){return typeof y=="boolean"&&(T=y),this},this.setPad=function(y){return b=y||b,this},this.setUTF8=function(y){return typeof y=="boolean"&&(h=y),this};function E(y){return y=h?e(y):y,l(M(c(y),y.length*8))}function D(y,R){var _,P,N,z,q;for(y=h?e(y):y,R=h?e(R):R,_=c(y),_.length>16&&(_=M(_,y.length*8)),P=Array(16),N=Array(16),q=0;q<16;q+=1)P[q]=_[q]^909522486,N[q]=_[q]^1549556828;return z=M(P.concat(c(R)),512+R.length*8),l(M(N.concat(z),512+128))}function M(y,R){var _,P,N,z,q,F=1732584193,C=-271733879,L=-1732584194,U=271733878;for(y[R>>5]|=128<>>9<<4)+14]=R,_=0;_16&&(A=M(A,v.length*8)),y=Array(16),R=Array(16),_=0;_<16;_+=1)y[_]=A[_]^909522486,R[_]=A[_]^1549556828;return P=M(y.concat(p(k)),512+k.length*8),u(M(R.concat(P),512+160))}function M(v,k){var A,y,R,_,P,N,z,q,F=Array(80),C=1732584193,L=-271733879,U=-1732584194,H=271733878,j=-1009589776;for(v[k>>5]|=128<<24-k%32,v[(k+64>>9<<4)+15]=k,A=0;A16&&(j=F(j,C.length*8));H<16;H+=1)W[H]=j[H]^909522486,$[H]=j[H]^1549556828;return U=F(W.concat(p(L)),512+L.length*8),u(F($.concat(U),512+256))}function I(C,L){return C>>>L|C<<32-L}function S(C,L){return C>>>L}function v(C,L,U){return C&L^~C&U}function k(C,L,U){return C&L^C&U^L&U}function A(C){return I(C,2)^I(C,13)^I(C,22)}function y(C){return I(C,6)^I(C,11)^I(C,25)}function R(C){return I(C,7)^I(C,18)^S(C,3)}function _(C){return I(C,17)^I(C,19)^S(C,10)}function P(C){return I(C,28)^I(C,34)^I(C,39)}function N(C){return I(C,14)^I(C,18)^I(C,41)}function z(C){return I(C,1)^I(C,8)^S(C,7)}function q(C){return I(C,19)^I(C,61)^S(C,6)}E=[1116352408,1899447441,-1245643825,-373957723,961987163,1508970993,-1841331548,-1424204075,-670586216,310598401,607225278,1426881987,1925078388,-2132889090,-1680079193,-1046744716,-459576895,-272742522,264347078,604807628,770255983,1249150122,1555081692,1996064986,-1740746414,-1473132947,-1341970488,-1084653625,-958395405,-710438585,113926993,338241895,666307205,773529912,1294757372,1396182291,1695183700,1986661051,-2117940946,-1838011259,-1564481375,-1474664885,-1035236496,-949202525,-778901479,-694614492,-200395387,275423344,430227734,506948616,659060556,883997877,958139571,1322822218,1537002063,1747873779,1955562222,2024104815,-2067236844,-1933114872,-1866530822,-1538233109,-1090935817,-965641998];function F(C,L){var U=[1779033703,-1150833019,1013904242,-1521486534,1359893119,-1694144372,528734635,1541459225],H=new Array(64),j,W,$,ue,ae,J,ie,ge,ee,Y,Te,ne;for(C[L>>5]|=128<<24-L%32,C[(L+64>>9<<4)+15]=L,ee=0;ee32&&(C=I(C,N.length*8));F<32;F+=1)L[F]=C[F]^909522486,U[F]=C[F]^1549556828;return q=I(L.concat(p(z)),1024+z.length*8),u(I(U.concat(q),1024+512))}function I(N,z){var q,F,C,L=new Array(80),U=new Array(16),H=[new S(1779033703,-205731576),new S(-1150833019,-2067093701),new S(1013904242,-23791573),new S(-1521486534,1595750129),new S(1359893119,-1377402159),new S(-1694144372,725511199),new S(528734635,-79577749),new S(1541459225,327033209)],j=new S(0,0),W=new S(0,0),$=new S(0,0),ue=new S(0,0),ae=new S(0,0),J=new S(0,0),ie=new S(0,0),ge=new S(0,0),ee=new S(0,0),Y=new S(0,0),Te=new S(0,0),ne=new S(0,0),re=new S(0,0),xe=new S(0,0),ze=new S(0,0),_e=new S(0,0),de=new S(0,0);for(E===void 0&&(E=[new S(1116352408,-685199838),new S(1899447441,602891725),new S(-1245643825,-330482897),new S(-373957723,-2121671748),new S(961987163,-213338824),new S(1508970993,-1241133031),new S(-1841331548,-1357295717),new S(-1424204075,-630357736),new S(-670586216,-1560083902),new S(310598401,1164996542),new S(607225278,1323610764),new S(1426881987,-704662302),new S(1925078388,-226784913),new S(-2132889090,991336113),new S(-1680079193,633803317),new S(-1046744716,-815192428),new S(-459576895,-1628353838),new S(-272742522,944711139),new S(264347078,-1953704523),new S(604807628,2007800933),new S(770255983,1495990901),new S(1249150122,1856431235),new S(1555081692,-1119749164),new S(1996064986,-2096016459),new S(-1740746414,-295247957),new S(-1473132947,766784016),new S(-1341970488,-1728372417),new S(-1084653625,-1091629340),new S(-958395405,1034457026),new S(-710438585,-1828018395),new S(113926993,-536640913),new S(338241895,168717936),new S(666307205,1188179964),new S(773529912,1546045734),new S(1294757372,1522805485),new S(1396182291,-1651133473),new S(1695183700,-1951439906),new S(1986661051,1014477480),new S(-2117940946,1206759142),new S(-1838011259,344077627),new S(-1564481375,1290863460),new S(-1474664885,-1136513023),new S(-1035236496,-789014639),new S(-949202525,106217008),new S(-778901479,-688958952),new S(-694614492,1432725776),new S(-200395387,1467031594),new S(275423344,851169720),new S(430227734,-1194143544),new S(506948616,1363258195),new S(659060556,-544281703),new S(883997877,-509917016),new S(958139571,-976659869),new S(1322822218,-482243893),new S(1537002063,2003034995),new S(1747873779,-692930397),new S(1955562222,1575990012),new S(2024104815,1125592928),new S(-2067236844,-1578062990),new S(-1933114872,442776044),new S(-1866530822,593698344),new S(-1538233109,-561857047),new S(-1090935817,-1295615723),new S(-965641998,-479046869),new S(-903397682,-366583396),new S(-779700025,566280711),new S(-354779690,-840897762),new S(-176337025,-294727304),new S(116418474,1914138554),new S(174292421,-1563912026),new S(289380356,-1090974290),new S(460393269,320620315),new S(685471733,587496836),new S(852142971,1086792851),new S(1017036298,365543100),new S(1126000580,-1676669620),new S(1288033470,-885112138),new S(1501505948,-60457430),new S(1607167915,987167468),new S(1816402316,1246189591)]),F=0;F<80;F+=1)L[F]=new S(0,0);for(N[z>>5]|=128<<24-(z&31),N[(z+128>>10<<5)+31]=z,C=N.length,F=0;F>>q|z.h<<32-q,N.h=z.h>>>q|z.l<<32-q}function A(N,z,q){N.l=z.h>>>q|z.l<<32-q,N.h=z.l>>>q|z.h<<32-q}function y(N,z,q){N.l=z.l>>>q|z.h<<32-q,N.h=z.h>>>q}function R(N,z,q){var F=(z.l&65535)+(q.l&65535),C=(z.l>>>16)+(q.l>>>16)+(F>>>16),L=(z.h&65535)+(q.h&65535)+(C>>>16),U=(z.h>>>16)+(q.h>>>16)+(L>>>16);N.l=F&65535|C<<16,N.h=L&65535|U<<16}function _(N,z,q,F,C){var L=(z.l&65535)+(q.l&65535)+(F.l&65535)+(C.l&65535),U=(z.l>>>16)+(q.l>>>16)+(F.l>>>16)+(C.l>>>16)+(L>>>16),H=(z.h&65535)+(q.h&65535)+(F.h&65535)+(C.h&65535)+(U>>>16),j=(z.h>>>16)+(q.h>>>16)+(F.h>>>16)+(C.h>>>16)+(H>>>16);N.l=L&65535|U<<16,N.h=H&65535|j<<16}function P(N,z,q,F,C,L){var U=(z.l&65535)+(q.l&65535)+(F.l&65535)+(C.l&65535)+(L.l&65535),H=(z.l>>>16)+(q.l>>>16)+(F.l>>>16)+(C.l>>>16)+(L.l>>>16)+(U>>>16),j=(z.h&65535)+(q.h&65535)+(F.h&65535)+(C.h&65535)+(L.h&65535)+(H>>>16),W=(z.h>>>16)+(q.h>>>16)+(F.h>>>16)+(C.h>>>16)+(L.h>>>16)+(j>>>16);N.l=U&65535|H<<16,N.h=j&65535|W<<16}},RMD160:function(f){var T=f&&typeof f.uppercase=="boolean"?f.uppercase:!1,b=f&&typeof f.pad=="string"?f.pa:"=",h=f&&typeof f.utf8=="boolean"?f.utf8:!0,E=[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,7,4,13,1,10,6,15,3,12,0,9,5,2,14,11,8,3,10,14,4,9,15,8,1,2,7,0,6,13,11,5,12,1,9,11,10,0,8,12,4,13,3,7,15,14,5,6,2,4,0,5,9,7,12,2,10,14,1,3,8,11,6,15,13],D=[5,14,7,0,9,2,11,4,13,6,15,8,1,10,3,12,6,11,3,7,0,13,5,10,14,15,8,12,4,9,1,2,15,5,1,3,7,14,6,9,11,8,12,2,10,0,4,13,8,6,4,1,3,11,15,0,5,12,2,13,9,7,10,14,12,15,10,4,1,5,8,7,6,2,13,14,0,3,9,11],M=[11,14,15,12,5,8,7,9,11,13,14,15,6,7,9,8,7,6,8,13,11,9,7,15,7,12,15,9,11,7,13,12,11,13,6,7,14,9,13,15,14,8,13,6,5,12,7,5,11,12,14,15,14,15,9,8,9,14,5,6,8,6,5,12,9,15,5,11,6,8,13,12,5,12,13,14,11,8,5,6],I=[8,9,9,11,13,15,15,5,7,7,8,11,14,14,12,6,9,13,15,7,12,8,9,11,7,7,12,7,6,15,13,11,9,7,15,11,8,6,6,14,12,13,5,14,13,13,7,5,15,5,8,11,14,14,6,14,6,9,12,9,12,5,15,8,8,5,12,9,12,5,14,6,8,13,6,5,15,13,11,11];this.hex=function(P){return i(S(P,h))},this.b64=function(P){return g(S(P,h),b)},this.any=function(P,N){return m(S(P,h),N)},this.raw=function(P){return S(P,h)},this.hex_hmac=function(P,N){return i(v(P,N))},this.b64_hmac=function(P,N){return g(v(P,N),b)},this.any_hmac=function(P,N,z){return m(v(P,N),z)},this.vm_test=function(){return hex("abc").toLowerCase()==="900150983cd24fb0d6963f7d28e17f72"},this.setUpperCase=function(P){return typeof P=="boolean"&&(T=P),this},this.setPad=function(P){return typeof P<"u"&&(b=P),this},this.setUTF8=function(P){return typeof P=="boolean"&&(h=P),this};function S(P){return P=h?e(P):P,k(A(c(P),P.length*8))}function v(P,N){P=h?e(P):P,N=h?e(N):N;var z,q,F=c(P),C=Array(16),L=Array(16);for(F.length>16&&(F=A(F,P.length*8)),z=0;z<16;z+=1)C[z]=F[z]^909522486,L[z]=F[z]^1549556828;return q=A(C.concat(c(N)),512+N.length*8),k(A(L.concat(q),512+160))}function k(P){var N,z="",q=P.length*32;for(N=0;N>5]>>>N%32&255);return z}function A(P,N){var z,q,F,C,L=1732584193,U=4023233417,H=2562383102,j=271733878,W=3285377520,$,ue,ae,J,ie,ge,ee,Y,Te,ne;for(P[N>>5]|=128<>>9<<4)+14]=N,C=P.length,F=0;Ffunction(){return e||(0,t[Tf(t)[0]])((e={exports:{}}).exports,e),e.exports},f6=(t,e)=>{for(var n in e)md(t,n,{get:e[n],enumerable:!0})},gd=(t,e,n,r)=>{if(e&&typeof e=="object"||typeof e=="function")for(let a of Tf(e))!g6.call(t,a)&&a!==n&&md(t,a,{get:()=>e[a],enumerable:!(r=d6(e,a))||r.enumerable});return t},h6=(t,e,n)=>(gd(t,e,"default"),n&&gd(n,e,"default")),yf=(t,e,n)=>(n=t!=null?c6(p6(t)):{},gd(e||!t||!t.__esModule?md(n,"default",{value:t,enumerable:!0}):n,t)),vf=m6({"../esmd/npm/webextension-polyfill@0.10.0/node_modules/webextension-polyfill/dist/browser-polyfill.js"(t,e){(function(n,r){if(typeof define=="function"&&define.amd)define("webextension-polyfill",["module"],r);else if(typeof t<"u")r(e);else{var a={exports:{}};r(a),n.browser=a.exports}})(typeof globalThis<"u"?globalThis:typeof self<"u"?self:t,function(n){"use strict";if(!globalThis.chrome?.runtime?.id)throw new Error("This script should only be loaded in a browser extension.");if(typeof globalThis.browser>"u"||Object.getPrototypeOf(globalThis.browser)!==Object.prototype){let r="The message port closed before a response was received.",a=i=>{let o={alarms:{clear:{minArgs:0,maxArgs:1},clearAll:{minArgs:0,maxArgs:0},get:{minArgs:0,maxArgs:1},getAll:{minArgs:0,maxArgs:0}},bookmarks:{create:{minArgs:1,maxArgs:1},get:{minArgs:1,maxArgs:1},getChildren:{minArgs:1,maxArgs:1},getRecent:{minArgs:1,maxArgs:1},getSubTree:{minArgs:1,maxArgs:1},getTree:{minArgs:0,maxArgs:0},move:{minArgs:2,maxArgs:2},remove:{minArgs:1,maxArgs:1},removeTree:{minArgs:1,maxArgs:1},search:{minArgs:1,maxArgs:1},update:{minArgs:2,maxArgs:2}},browserAction:{disable:{minArgs:0,maxArgs:1,fallbackToNoCallback:!0},enable:{minArgs:0,maxArgs:1,fallbackToNoCallback:!0},getBadgeBackgroundColor:{minArgs:1,maxArgs:1},getBadgeText:{minArgs:1,maxArgs:1},getPopup:{minArgs:1,maxArgs:1},getTitle:{minArgs:1,maxArgs:1},openPopup:{minArgs:0,maxArgs:0},setBadgeBackgroundColor:{minArgs:1,maxArgs:1,fallbackToNoCallback:!0},setBadgeText:{minArgs:1,maxArgs:1,fallbackToNoCallback:!0},setIcon:{minArgs:1,maxArgs:1},setPopup:{minArgs:1,maxArgs:1,fallbackToNoCallback:!0},setTitle:{minArgs:1,maxArgs:1,fallbackToNoCallback:!0}},browsingData:{remove:{minArgs:2,maxArgs:2},removeCache:{minArgs:1,maxArgs:1},removeCookies:{minArgs:1,maxArgs:1},removeDownloads:{minArgs:1,maxArgs:1},removeFormData:{minArgs:1,maxArgs:1},removeHistory:{minArgs:1,maxArgs:1},removeLocalStorage:{minArgs:1,maxArgs:1},removePasswords:{minArgs:1,maxArgs:1},removePluginData:{minArgs:1,maxArgs:1},settings:{minArgs:0,maxArgs:0}},commands:{getAll:{minArgs:0,maxArgs:0}},contextMenus:{remove:{minArgs:1,maxArgs:1},removeAll:{minArgs:0,maxArgs:0},update:{minArgs:2,maxArgs:2}},cookies:{get:{minArgs:1,maxArgs:1},getAll:{minArgs:1,maxArgs:1},getAllCookieStores:{minArgs:0,maxArgs:0},remove:{minArgs:1,maxArgs:1},set:{minArgs:1,maxArgs:1}},devtools:{inspectedWindow:{eval:{minArgs:1,maxArgs:2,singleCallbackArg:!1}},panels:{create:{minArgs:3,maxArgs:3,singleCallbackArg:!0},elements:{createSidebarPane:{minArgs:1,maxArgs:1}}}},downloads:{cancel:{minArgs:1,maxArgs:1},download:{minArgs:1,maxArgs:1},erase:{minArgs:1,maxArgs:1},getFileIcon:{minArgs:1,maxArgs:2},open:{minArgs:1,maxArgs:1,fallbackToNoCallback:!0},pause:{minArgs:1,maxArgs:1},removeFile:{minArgs:1,maxArgs:1},resume:{minArgs:1,maxArgs:1},search:{minArgs:1,maxArgs:1},show:{minArgs:1,maxArgs:1,fallbackToNoCallback:!0}},extension:{isAllowedFileSchemeAccess:{minArgs:0,maxArgs:0},isAllowedIncognitoAccess:{minArgs:0,maxArgs:0}},history:{addUrl:{minArgs:1,maxArgs:1},deleteAll:{minArgs:0,maxArgs:0},deleteRange:{minArgs:1,maxArgs:1},deleteUrl:{minArgs:1,maxArgs:1},getVisits:{minArgs:1,maxArgs:1},search:{minArgs:1,maxArgs:1}},i18n:{detectLanguage:{minArgs:1,maxArgs:1},getAcceptLanguages:{minArgs:0,maxArgs:0}},identity:{launchWebAuthFlow:{minArgs:1,maxArgs:1}},idle:{queryState:{minArgs:1,maxArgs:1}},management:{get:{minArgs:1,maxArgs:1},getAll:{minArgs:0,maxArgs:0},getSelf:{minArgs:0,maxArgs:0},setEnabled:{minArgs:2,maxArgs:2},uninstallSelf:{minArgs:0,maxArgs:1}},notifications:{clear:{minArgs:1,maxArgs:1},create:{minArgs:1,maxArgs:2},getAll:{minArgs:0,maxArgs:0},getPermissionLevel:{minArgs:0,maxArgs:0},update:{minArgs:2,maxArgs:2}},pageAction:{getPopup:{minArgs:1,maxArgs:1},getTitle:{minArgs:1,maxArgs:1},hide:{minArgs:1,maxArgs:1,fallbackToNoCallback:!0},setIcon:{minArgs:1,maxArgs:1},setPopup:{minArgs:1,maxArgs:1,fallbackToNoCallback:!0},setTitle:{minArgs:1,maxArgs:1,fallbackToNoCallback:!0},show:{minArgs:1,maxArgs:1,fallbackToNoCallback:!0}},permissions:{contains:{minArgs:1,maxArgs:1},getAll:{minArgs:0,maxArgs:0},remove:{minArgs:1,maxArgs:1},request:{minArgs:1,maxArgs:1}},runtime:{getBackgroundPage:{minArgs:0,maxArgs:0},getPlatformInfo:{minArgs:0,maxArgs:0},openOptionsPage:{minArgs:0,maxArgs:0},requestUpdateCheck:{minArgs:0,maxArgs:0},sendMessage:{minArgs:1,maxArgs:3},sendNativeMessage:{minArgs:2,maxArgs:2},setUninstallURL:{minArgs:1,maxArgs:1}},sessions:{getDevices:{minArgs:0,maxArgs:1},getRecentlyClosed:{minArgs:0,maxArgs:1},restore:{minArgs:0,maxArgs:1}},storage:{local:{clear:{minArgs:0,maxArgs:0},get:{minArgs:0,maxArgs:1},getBytesInUse:{minArgs:0,maxArgs:1},remove:{minArgs:1,maxArgs:1},set:{minArgs:1,maxArgs:1}},managed:{get:{minArgs:0,maxArgs:1},getBytesInUse:{minArgs:0,maxArgs:1}},sync:{clear:{minArgs:0,maxArgs:0},get:{minArgs:0,maxArgs:1},getBytesInUse:{minArgs:0,maxArgs:1},remove:{minArgs:1,maxArgs:1},set:{minArgs:1,maxArgs:1}}},tabs:{captureVisibleTab:{minArgs:0,maxArgs:2},create:{minArgs:1,maxArgs:1},detectLanguage:{minArgs:0,maxArgs:1},discard:{minArgs:0,maxArgs:1},duplicate:{minArgs:1,maxArgs:1},executeScript:{minArgs:1,maxArgs:2},get:{minArgs:1,maxArgs:1},getCurrent:{minArgs:0,maxArgs:0},getZoom:{minArgs:0,maxArgs:1},getZoomSettings:{minArgs:0,maxArgs:1},goBack:{minArgs:0,maxArgs:1},goForward:{minArgs:0,maxArgs:1},highlight:{minArgs:1,maxArgs:1},insertCSS:{minArgs:1,maxArgs:2},move:{minArgs:2,maxArgs:2},query:{minArgs:1,maxArgs:1},reload:{minArgs:0,maxArgs:2},remove:{minArgs:1,maxArgs:1},removeCSS:{minArgs:1,maxArgs:2},sendMessage:{minArgs:2,maxArgs:3},setZoom:{minArgs:1,maxArgs:2},setZoomSettings:{minArgs:1,maxArgs:2},update:{minArgs:1,maxArgs:2}},topSites:{get:{minArgs:0,maxArgs:0}},webNavigation:{getAllFrames:{minArgs:1,maxArgs:1},getFrame:{minArgs:1,maxArgs:1}},webRequest:{handlerBehaviorChanged:{minArgs:0,maxArgs:0}},windows:{create:{minArgs:0,maxArgs:1},get:{minArgs:1,maxArgs:2},getAll:{minArgs:0,maxArgs:1},getCurrent:{minArgs:0,maxArgs:1},getLastFocused:{minArgs:0,maxArgs:1},remove:{minArgs:1,maxArgs:1},update:{minArgs:2,maxArgs:2}}};if(Object.keys(o).length===0)throw new Error("api-metadata.json has not been included in browser-polyfill");class s extends WeakMap{constructor(v,k=void 0){super(k),this.createItem=v}get(v){return this.has(v)||this.set(v,this.createItem(v)),super.get(v)}}let u=S=>S&&typeof S=="object"&&typeof S.then=="function",l=(S,v)=>(...k)=>{i.runtime.lastError?S.reject(new Error(i.runtime.lastError.message)):v.singleCallbackArg||k.length<=1&&v.singleCallbackArg!==!1?S.resolve(k[0]):S.resolve(k)},c=S=>S==1?"argument":"arguments",p=(S,v)=>function(A,...y){if(y.lengthv.maxArgs)throw new Error(`Expected at most ${v.maxArgs} ${c(v.maxArgs)} for ${S}(), got ${y.length}`);return new Promise((R,_)=>{if(v.fallbackToNoCallback)try{A[S](...y,l({resolve:R,reject:_},v))}catch{A[S](...y),v.fallbackToNoCallback=!1,v.noCallback=!0,R()}else v.noCallback?(A[S](...y),R()):A[S](...y,l({resolve:R,reject:_},v))})},m=(S,v,k)=>new Proxy(v,{apply(A,y,R){return k.call(y,S,...R)}}),g=Function.call.bind(Object.prototype.hasOwnProperty),f=(S,v={},k={})=>{let A=Object.create(null),y={has(_,P){return P in S||P in A},get(_,P,N){if(P in A)return A[P];if(!(P in S))return;let z=S[P];if(typeof z=="function")if(typeof v[P]=="function")z=m(S,S[P],v[P]);else if(g(k,P)){let q=p(P,k[P]);z=m(S,S[P],q)}else z=z.bind(S);else if(typeof z=="object"&&z!==null&&(g(v,P)||g(k,P)))z=f(z,v[P],k[P]);else if(g(k,"*"))z=f(z,v[P],k["*"]);else return Object.defineProperty(A,P,{configurable:!0,enumerable:!0,get(){return S[P]},set(q){S[P]=q}}),z;return A[P]=z,z},set(_,P,N,z){return P in A?A[P]=N:S[P]=N,!0},defineProperty(_,P,N){return Reflect.defineProperty(A,P,N)},deleteProperty(_,P){return Reflect.deleteProperty(A,P)}},R=Object.create(S);return new Proxy(R,y)},T=S=>({addListener(v,k,...A){v.addListener(S.get(k),...A)},hasListener(v,k){return v.hasListener(S.get(k))},removeListener(v,k){v.removeListener(S.get(k))}}),b=new s(S=>typeof S!="function"?S:function(k){let A=f(k,{},{getContent:{minArgs:0,maxArgs:0}});S(A)}),h=new s(S=>typeof S!="function"?S:function(k,A,y){let R=!1,_,P=new Promise(F=>{_=function(C){R=!0,F(C)}}),N;try{N=S(k,A,_)}catch(F){N=Promise.reject(F)}let z=N!==!0&&u(N);if(N!==!0&&!z&&!R)return!1;let q=F=>{F.then(C=>{y(C)},C=>{let L;C&&(C instanceof Error||typeof C.message=="string")?L=C.message:L="An unexpected error occurred",y({__mozWebExtensionPolyfillReject__:!0,message:L})}).catch(C=>{})};return q(z?N:P),!0}),E=({reject:S,resolve:v},k)=>{i.runtime.lastError?i.runtime.lastError.message===r?v():S(new Error(i.runtime.lastError.message)):k&&k.__mozWebExtensionPolyfillReject__?S(new Error(k.message)):v(k)},D=(S,v,k,...A)=>{if(A.lengthv.maxArgs)throw new Error(`Expected at most ${v.maxArgs} ${c(v.maxArgs)} for ${S}(), got ${A.length}`);return new Promise((y,R)=>{let _=E.bind(null,{resolve:y,reject:R});A.push(_),k.sendMessage(...A)})},M={devtools:{network:{onRequestFinished:T(b)}},runtime:{onMessage:T(h),onMessageExternal:T(h),sendMessage:D.bind(null,"sendMessage",{minArgs:1,maxArgs:3})},tabs:{sendMessage:D.bind(null,"sendMessage",{minArgs:2,maxArgs:3})}},I={clear:{minArgs:1,maxArgs:1},get:{minArgs:1,maxArgs:1},set:{minArgs:1,maxArgs:1}};return o.privacy={network:{"*":I},services:{"*":I},websites:{"*":I}},f(i,M,o)};n.exports=a(chrome)}else n.exports=globalThis.browser})}}),Sf={};f6(Sf,{default:()=>tu});var b6=yf(vf());h6(Sf,yf(vf()));var{default:bf,...T6}=b6,tu=bf!==void 0?bf:T6;globalThis.immersiveTranslateBrowserAPI=tu;d();d();d();d();var y6=` .toastify { padding: 12px 20px; color: #ffffff; @@ -5032,9 +5032,9 @@ select.text-gray-6 { `+T+"}"}}return r.pop(),a=T,E}function m(f){if(f.length===0)return c(f,!0);let T=String.fromCodePoint(f.codePointAt(0));if(!Et.isIdStartChar(T))return c(f,!0);for(let b=T.length;b=0)throw TypeError("Converting circular structure to JSON5");r.push(f);let T=a;a=a+s;let b=[];for(let E=0;E()=>(e||t((e={exports:{}}).exports,e),e.exports),BS=(t,e)=>{for(var n in e)Pd(t,n,{get:e[n],enumerable:!0})},kd=(t,e,n,r)=>{if(e&&typeof e=="object"||typeof e=="function")for(let a of LS(e))!FS.call(t,a)&&a!==n&&Pd(t,a,{get:()=>e[a],enumerable:!(r=PS(e,a))||r.enumerable});return t},IS=(t,e,n)=>(kd(t,e,"default"),n&&kd(n,e,"default")),Lf=(t,e,n)=>(n=t!=null?kS(_S(t)):{},kd(e||!t||!t.__esModule?Pd(n,"default",{value:t,enumerable:!0}):n,t)),_f=MS((t,e)=>{var n="Expected a function",r=NaN,a="[object Symbol]",i=/^\s+|\s+$/g,o=/^[-+]0x[0-9a-f]+$/i,s=/^0b[01]+$/i,u=/^0o[0-7]+$/i,l=parseInt,c=typeof lu=="object"&&lu&&lu.Object===Object&&lu,p=typeof self=="object"&&self&&self.Object===Object&&self,m=c||p||Function("return this")(),g=Object.prototype,f=g.toString,T=Math.max,b=Math.min,h=function(){return m.Date.now()};function E(L,A,v){var O,_,k,N,z,q,F=0,C=!1,P=!1,U=!0;if(typeof L!="function")throw new TypeError(n);A=y(A)||0,M(v)&&(C=!!v.leading,P="maxWait"in v,k=P?T(y(v.maxWait)||0,A):k,U="trailing"in v?!!v.trailing:U);function H(ee){var Y=O,Te=_;return O=_=void 0,F=ee,N=L.apply(Te,Y),N}function j(ee){return F=ee,z=setTimeout(ue,A),C?H(ee):N}function W(ee){var Y=ee-q,Te=ee-F,ne=A-Y;return P?b(ne,k-Te):ne}function $(ee){var Y=ee-q,Te=ee-F;return q===void 0||Y>=A||Y<0||P&&Te>=k}function ue(){var ee=h();if($(ee))return ae(ee);z=setTimeout(ue,W(ee))}function ae(ee){return z=void 0,U&&O?H(ee):(O=_=void 0,N)}function J(){z!==void 0&&clearTimeout(z),F=0,O=q=_=z=void 0}function ie(){return z===void 0?N:ae(h())}function ge(){var ee=h(),Y=$(ee);if(O=arguments,_=this,q=ee,Y){if(z===void 0)return j(q);if(P)return z=setTimeout(ue,A),H(q)}return z===void 0&&(z=setTimeout(ue,A)),N}return ge.cancel=J,ge.flush=ie,ge}function D(L,A,v){var O=!0,_=!0;if(typeof L!="function")throw new TypeError(n);return M(v)&&(O="leading"in v?!!v.leading:O,_="trailing"in v?!!v.trailing:_),E(L,A,{leading:O,maxWait:A,trailing:_})}function M(L){var A=typeof L;return!!L&&(A=="object"||A=="function")}function I(L){return!!L&&typeof L=="object"}function S(L){return typeof L=="symbol"||I(L)&&f.call(L)==a}function y(L){if(typeof L=="number")return L;if(S(L))return r;if(M(L)){var A=typeof L.valueOf=="function"?L.valueOf():L;L=M(A)?A+"":A}if(typeof L!="string")return L===0?L:+L;L=L.replace(i,"");var v=s.test(L);return v||u.test(L)?l(L.slice(2),v?2:8):o.test(L)?r:+L}e.exports=D}),Ff={};BS(Ff,{default:()=>Kn});var RS=Lf(_f());IS(Ff,Lf(_f()));var{default:Pf,...OS}=RS,Kn=Pf!==void 0?Pf:OS;d();d();var cu=globalThis||(typeof window<"u"?window:self),zS=Object.create,_d=Object.defineProperty,NS=Object.getOwnPropertyDescriptor,US=Object.getOwnPropertyNames,qS=Object.getPrototypeOf,jS=Object.prototype.hasOwnProperty,HS=(t,e)=>()=>(e||t((e={exports:{}}).exports,e),e.exports),WS=(t,e)=>{for(var n in e)_d(t,n,{get:e[n],enumerable:!0})},Ld=(t,e,n,r)=>{if(e&&typeof e=="object"||typeof e=="function")for(let a of US(e))!jS.call(t,a)&&a!==n&&_d(t,a,{get:()=>e[a],enumerable:!(r=NS(e,a))||r.enumerable});return t},KS=(t,e,n)=>(Ld(t,e,"default"),n&&Ld(n,e,"default")),Bf=(t,e,n)=>(n=t!=null?zS(qS(t)):{},Ld(e||!t||!t.__esModule?_d(n,"default",{value:t,enumerable:!0}):n,t)),If=HS((t,e)=>{var n="Expected a function",r=NaN,a="[object Symbol]",i=/^\s+|\s+$/g,o=/^[-+]0x[0-9a-f]+$/i,s=/^0b[01]+$/i,u=/^0o[0-7]+$/i,l=parseInt,c=typeof cu=="object"&&cu&&cu.Object===Object&&cu,p=typeof self=="object"&&self&&self.Object===Object&&self,m=c||p||Function("return this")(),g=Object.prototype,f=g.toString,T=Math.max,b=Math.min,h=function(){return m.Date.now()};function E(y,L,A){var v,O,_,k,N,z,q=0,F=!1,C=!1,P=!0;if(typeof y!="function")throw new TypeError(n);L=S(L)||0,D(A)&&(F=!!A.leading,C="maxWait"in A,_=C?T(S(A.maxWait)||0,L):_,P="trailing"in A?!!A.trailing:P);function U(ge){var ee=v,Y=O;return v=O=void 0,q=ge,k=y.apply(Y,ee),k}function H(ge){return q=ge,N=setTimeout($,L),F?U(ge):k}function j(ge){var ee=ge-z,Y=ge-q,Te=L-ee;return C?b(Te,_-Y):Te}function W(ge){var ee=ge-z,Y=ge-q;return z===void 0||ee>=L||ee<0||C&&Y>=_}function $(){var ge=h();if(W(ge))return ue(ge);N=setTimeout($,j(ge))}function ue(ge){return N=void 0,P&&v?U(ge):(v=O=void 0,k)}function ae(){N!==void 0&&clearTimeout(N),q=0,v=z=O=N=void 0}function J(){return N===void 0?k:ue(h())}function ie(){var ge=h(),ee=W(ge);if(v=arguments,O=this,z=ge,ee){if(N===void 0)return H(z);if(C)return N=setTimeout($,L),U(z)}return N===void 0&&(N=setTimeout($,L)),k}return ie.cancel=ae,ie.flush=J,ie}function D(y){var L=typeof y;return!!y&&(L=="object"||L=="function")}function M(y){return!!y&&typeof y=="object"}function I(y){return typeof y=="symbol"||M(y)&&f.call(y)==a}function S(y){if(typeof y=="number")return y;if(I(y))return r;if(D(y)){var L=typeof y.valueOf=="function"?y.valueOf():y;y=D(L)?L+"":L}if(typeof y!="string")return y===0?y:+y;y=y.replace(i,"");var A=s.test(y);return A||u.test(y)?l(y.slice(2),A?2:8):o.test(y)?r:+y}e.exports=E}),Rf={};WS(Rf,{default:()=>Po});var GS=Bf(If());KS(Rf,Bf(If()));var{default:Mf,...$S}=GS,Po=Mf!==void 0?Mf:$S;d();d();var VS=Object.create,Md=Object.defineProperty,YS=Object.getOwnPropertyDescriptor,QS=Object.getOwnPropertyNames,JS=Object.getPrototypeOf,ZS=Object.prototype.hasOwnProperty,XS=(t,e)=>()=>(e||t((e={exports:{}}).exports,e),e.exports),ex=(t,e)=>{for(var n in e)Md(t,n,{get:e[n],enumerable:!0})},Fd=(t,e,n,r)=>{if(e&&typeof e=="object"||typeof e=="function")for(let a of QS(e))!ZS.call(t,a)&&a!==n&&Md(t,a,{get:()=>e[a],enumerable:!(r=YS(e,a))||r.enumerable});return t},tx=(t,e,n)=>(Fd(t,e,"default"),n&&Fd(n,e,"default")),zf=(t,e,n)=>(n=t!=null?VS(JS(t)):{},Fd(e||!t||!t.__esModule?Md(n,"default",{value:t,enumerable:!0}):n,t)),Nf=XS((t,e)=>{(function(n,r){typeof t=="object"&&typeof e=="object"?e.exports=r():typeof define=="function"&&define.amd?define([],r):typeof t=="object"?t.notie=r():n.notie=r()})(t,function(){return function(n){function r(i){if(a[i])return a[i].exports;var o=a[i]={i,l:!1,exports:{}};return n[i].call(o.exports,o,o.exports,r),o.l=!0,o.exports}var a={};return r.m=n,r.c=a,r.i=function(i){return i},r.d=function(i,o,s){r.o(i,o)||Object.defineProperty(i,o,{configurable:!1,enumerable:!0,get:s})},r.n=function(i){var o=i&&i.__esModule?function(){return i.default}:function(){return i};return r.d(o,"a",o),o},r.o=function(i,o){return Object.prototype.hasOwnProperty.call(i,o)},r.p="",r(r.s=1)}([function(n,r){n.exports=function(a){return a.webpackPolyfill||(a.deprecate=function(){},a.paths=[],a.children||(a.children=[]),Object.defineProperty(a,"loaded",{enumerable:!0,get:function(){return a.l}}),Object.defineProperty(a,"id",{enumerable:!0,get:function(){return a.i}}),a.webpackPolyfill=1),a}},function(n,r,a){"use strict";(function(i){var o,s,u,l=typeof Symbol=="function"&&typeof Symbol.iterator=="symbol"?function(c){return typeof c}:function(c){return c&&typeof Symbol=="function"&&c.constructor===Symbol&&c!==Symbol.prototype?"symbol":typeof c};(function(c,p){l(r)==="object"&&l(i)==="object"?i.exports=p():(s=[],o=p,u=typeof o=="function"?o.apply(r,s):o,u!==void 0&&(i.exports=u))})(void 0,function(){return function(c){function p(g){if(m[g])return m[g].exports;var f=m[g]={i:g,l:!1,exports:{}};return c[g].call(f.exports,f,f.exports,p),f.l=!0,f.exports}var m={};return p.m=c,p.c=m,p.i=function(g){return g},p.d=function(g,f,T){p.o(g,f)||Object.defineProperty(g,f,{configurable:!1,enumerable:!0,get:T})},p.n=function(g){var f=g&&g.__esModule?function(){return g.default}:function(){return g};return p.d(f,"a",f),f},p.o=function(g,f){return Object.prototype.hasOwnProperty.call(g,f)},p.p="",p(p.s=0)}([function(c,p,m){function g(j,W){var $={};for(var ue in j)W.indexOf(ue)>=0||Object.prototype.hasOwnProperty.call(j,ue)&&($[ue]=j[ue]);return $}Object.defineProperty(p,"__esModule",{value:!0});var f=typeof Symbol=="function"&&l(Symbol.iterator)==="symbol"?function(j){return typeof j>"u"?"undefined":l(j)}:function(j){return j&&typeof Symbol=="function"&&j.constructor===Symbol&&j!==Symbol.prototype?"symbol":typeof j>"u"?"undefined":l(j)},T=Object.assign||function(j){for(var W=1;W'+ue+"",Te.onclick=function(){return _(ne,Y)},Te.listener=function(re){(A(re)||v(re))&&z()},O(Te,Y),J&&J<1&&(J=1),!ge&&J&&M(J).then(function(){return _(ne,Y)})},F=p.force=function(j,W){var $=j.type,ue=$===void 0?5:$,ae=j.text,J=j.buttonText,ie=J===void 0?"OK":J,ge=j.callback,ee=j.position,Y=ee===void 0?h.positions.force||Y.top:ee;I(),z();var Te=document.createElement("div"),ne=S();Te.id=ne;var re=document.createElement("div");re.classList.add(h.classes.textbox),re.classList.add(h.classes.backgroundInfo),re.innerHTML='
'+ae+"
";var xe=document.createElement("div");xe.classList.add(h.classes.button),xe.classList.add(y[ue]),xe.innerHTML=ie,xe.onclick=function(){_(ne,Y),N(),ge?ge():W&&W()},Te.appendChild(re),Te.appendChild(xe),Te.listener=function(ze){A(ze)&&xe.click()},O(Te,Y),k()},C=p.confirm=function(j,W,$){var ue=j.text,ae=j.submitText,J=ae===void 0?"Yes":ae,ie=j.cancelText,ge=ie===void 0?"Cancel":ie,ee=j.submitCallback,Y=j.cancelCallback,Te=j.position,ne=Te===void 0?h.positions.confirm||ne.top:Te;I(),z();var re=document.createElement("div"),xe=S();re.id=xe;var ze=document.createElement("div");ze.classList.add(h.classes.textbox),ze.classList.add(h.classes.backgroundInfo),ze.innerHTML='
'+ue+"
";var _e=document.createElement("div");_e.classList.add(h.classes.button),_e.classList.add(h.classes.elementHalf),_e.classList.add(h.classes.backgroundSuccess),_e.innerHTML=J,_e.onclick=function(){_(xe,ne),N(),ee?ee():W&&W()};var de=document.createElement("div");de.classList.add(h.classes.button),de.classList.add(h.classes.elementHalf),de.classList.add(h.classes.backgroundError),de.innerHTML=ge,de.onclick=function(){_(xe,ne),N(),Y?Y():$&&$()},re.appendChild(ze),re.appendChild(_e),re.appendChild(de),re.listener=function(gt){A(gt)?_e.click():v(gt)&&de.click()},O(re,ne),k(re,ne)},P=function(j,W,$){var ue=j.text,ae=j.submitText,J=ae===void 0?"Submit":ae,ie=j.cancelText,ge=ie===void 0?"Cancel":ie,ee=j.submitCallback,Y=j.cancelCallback,Te=j.position,ne=Te===void 0?h.positions.input||ne.top:Te,re=g(j,["text","submitText","cancelText","submitCallback","cancelCallback","position"]);I(),z();var xe=document.createElement("div"),ze=S();xe.id=ze;var _e=document.createElement("div");_e.classList.add(h.classes.textbox),_e.classList.add(h.classes.backgroundInfo),_e.innerHTML='
'+ue+"
";var de=document.createElement("input");de.classList.add(h.classes.inputField),de.setAttribute("autocapitalize",re.autocapitalize||"none"),de.setAttribute("autocomplete",re.autocomplete||"off"),de.setAttribute("autocorrect",re.autocorrect||"off"),de.setAttribute("autofocus",re.autofocus||"true"),de.setAttribute("inputmode",re.inputmode||"verbatim"),de.setAttribute("max",re.max||""),de.setAttribute("maxlength",re.maxlength||""),de.setAttribute("min",re.min||""),de.setAttribute("minlength",re.minlength||""),de.setAttribute("placeholder",re.placeholder||""),de.setAttribute("spellcheck",re.spellcheck||"default"),de.setAttribute("step",re.step||"any"),de.setAttribute("type",re.type||"text"),de.value=re.value||"",re.allowed&&(de.oninput=function(){var bt=void 0;if(Array.isArray(re.allowed)){for(var xt="",sn=re.allowed,In=0;In'+$+"",Y.appendChild(ne),ie.forEach(function(xe,ze){var _e=xe.type,de=_e===void 0?1:_e,gt=xe.text,Pt=xe.handler,bt=document.createElement("div");bt.classList.add(y[de]),bt.classList.add(h.classes.button),bt.classList.add(h.classes.selectChoice);var xt=ie[ze+1];xt&&!xt.type&&(xt.type=1),xt&&xt.type===de&&bt.classList.add(h.classes.selectChoiceRepeated),bt.innerHTML=gt,bt.onclick=function(){_(Te,ee),N(),Pt()},Y.appendChild(bt)});var re=document.createElement("div");re.classList.add(h.classes.backgroundNeutral),re.classList.add(h.classes.button),re.innerHTML=ae,re.onclick=function(){_(Te,ee),N(),J?J():W&&W()},Y.appendChild(re),Y.listener=function(xe){v(xe)&&re.click()},O(Y,ee),k(Y,ee)},H=p.date=function(j,W,$){var ue=j.value,ae=ue===void 0?new Date:ue,J=j.submitText,ie=J===void 0?"OK":J,ge=j.cancelText,ee=ge===void 0?"Cancel":ge,Y=j.submitCallback,Te=j.cancelCallback,ne=j.position,re=ne===void 0?h.positions.date||re.top:ne;I(),z();var xe="▾",ze=document.createElement("div"),_e=document.createElement("div"),de=document.createElement("div"),gt=function(mt){ze.innerHTML=h.dateMonths[mt.getMonth()],_e.innerHTML=mt.getDate(),de.innerHTML=mt.getFullYear()},Pt=function(mt){var Xe=new Date(ae.getFullYear(),ae.getMonth()+1,0).getDate(),Dn=mt.target.textContent.replace(/^0+/,"").replace(/[^\d]/g,"").slice(0,2);Number(Dn)>Xe&&(Dn=Xe.toString()),mt.target.textContent=Dn,Number(Dn)<1&&(Dn="1"),ae.setDate(Number(Dn))},bt=function(mt){var Xe=mt.target.textContent.replace(/^0+/,"").replace(/[^\d]/g,"").slice(0,4);mt.target.textContent=Xe,ae.setFullYear(Number(Xe))},xt=function(mt){gt(ae)},sn=function(mt){var Xe=new Date(ae.getFullYear(),ae.getMonth()+mt+1,0).getDate();ae.getDate()>Xe&&ae.setDate(Xe),ae.setMonth(ae.getMonth()+mt),gt(ae)},In=function(mt){ae.setDate(ae.getDate()+mt),gt(ae)},wo=function(mt){var Xe=ae.getFullYear()+mt;Xe<0?ae.setFullYear(0):ae.setFullYear(ae.getFullYear()+mt),gt(ae)},ir=document.createElement("div"),ka=S();ir.id=ka;var ui=document.createElement("div");ui.classList.add(h.classes.backgroundInfo);var Vt=document.createElement("div");Vt.classList.add(h.classes.dateSelectorInner);var Hn=document.createElement("div");Hn.classList.add(h.classes.button),Hn.classList.add(h.classes.elementThird),Hn.classList.add(h.classes.dateSelectorUp),Hn.innerHTML=xe;var Yt=document.createElement("div");Yt.classList.add(h.classes.button),Yt.classList.add(h.classes.elementThird),Yt.classList.add(h.classes.dateSelectorUp),Yt.innerHTML=xe;var wn=document.createElement("div");wn.classList.add(h.classes.button),wn.classList.add(h.classes.elementThird),wn.classList.add(h.classes.dateSelectorUp),wn.innerHTML=xe,ze.classList.add(h.classes.element),ze.classList.add(h.classes.elementThird),ze.innerHTML=h.dateMonths[ae.getMonth()],_e.classList.add(h.classes.element),_e.classList.add(h.classes.elementThird),_e.setAttribute("contentEditable",!0),_e.addEventListener("input",Pt),_e.addEventListener("blur",xt),_e.innerHTML=ae.getDate(),de.classList.add(h.classes.element),de.classList.add(h.classes.elementThird),de.setAttribute("contentEditable",!0),de.addEventListener("input",bt),de.addEventListener("blur",xt),de.innerHTML=ae.getFullYear();var hr=document.createElement("div");hr.classList.add(h.classes.button),hr.classList.add(h.classes.elementThird),hr.innerHTML=xe;var br=document.createElement("div");br.classList.add(h.classes.button),br.classList.add(h.classes.elementThird),br.innerHTML=xe;var Pa=document.createElement("div");Pa.classList.add(h.classes.button),Pa.classList.add(h.classes.elementThird),Pa.innerHTML=xe,Hn.onclick=function(){return sn(1)},Yt.onclick=function(){return In(1)},wn.onclick=function(){return wo(1)},hr.onclick=function(){return sn(-1)},br.onclick=function(){return In(-1)},Pa.onclick=function(){return wo(-1)};var un=document.createElement("div");un.classList.add(h.classes.button),un.classList.add(h.classes.elementHalf),un.classList.add(h.classes.backgroundSuccess),un.innerHTML=ie,un.onclick=function(){_(ka,re),N(),Y?Y(ae):W&&W(ae)};var Tr=document.createElement("div");Tr.classList.add(h.classes.button),Tr.classList.add(h.classes.elementHalf),Tr.classList.add(h.classes.backgroundError),Tr.innerHTML=ee,Tr.onclick=function(){_(ka,re),N(),Te?Te(ae):$&&$(ae)},Vt.appendChild(Hn),Vt.appendChild(Yt),Vt.appendChild(wn),Vt.appendChild(ze),Vt.appendChild(_e),Vt.appendChild(de),Vt.appendChild(hr),Vt.appendChild(br),Vt.appendChild(Pa),ui.appendChild(Vt),ir.appendChild(ui),ir.appendChild(un),ir.appendChild(Tr),ir.listener=function(mt){A(mt)?un.click():v(mt)&&Tr.click()},O(ir,re),k(ir,re)};p.default={alert:q,force:F,confirm:C,input:P,select:U,date:H,setOptions:E,hideAlerts:z}}])})}).call(r,a(0)(n))}])})}),Uf={};ex(Uf,{default:()=>du});var nx=zf(Nf());tx(Uf,zf(Nf()));var{default:Of,...rx}=nx,du=Of!==void 0?Of:rx;d();d();var pu=typeof navigator<"u"?navigator.userAgent.toLowerCase().indexOf("firefox")>0:!1;function Lo(t,e,n,r){t.addEventListener?t.addEventListener(e,n,r):t.attachEvent&&t.attachEvent(`on${e}`,()=>{n(window.event)})}function Bd(t,e){let n=e.slice(0,e.length-1);for(let r=0;r=0;)e[n-1]+=",",e.splice(n,1),n=e.lastIndexOf("");return e}function qf(t,e){let n=t.length>=e.length?t:e,r=t.length>=e.length?e:t,a=!0;for(let i=0;igi[t.toLowerCase()]||Gn[t.toLowerCase()]||t.toUpperCase().charCodeAt(0),ax=t=>Object.keys(gi).find(e=>gi[e]===t),ix=t=>Object.keys(Gn).find(e=>Gn[e]===t);function $f(t){Kf=t||"all"}function _o(){return Kf||"all"}function ox(){return rt.slice(0)}function sx(){return rt.map(t=>ax(t)||ix(t)||String.fromCharCode(t))}function ux(){let t=[];return Object.keys(ft).forEach(e=>{ft[e].forEach(({key:n,scope:r,mods:a,shortcut:i})=>{t.push({scope:r,shortcut:i,mods:a,keys:n.split("+").map(o=>Fo(o))})})}),t}function lx(t){let e=t.target||t.srcElement,{tagName:n}=e,r=!0;return(e.isContentEditable||(n==="INPUT"||n==="TEXTAREA"||n==="SELECT")&&!e.readOnly)&&(r=!1),r}function cx(t){return typeof t=="string"&&(t=Fo(t)),rt.indexOf(t)!==-1}function dx(t,e){let n,r;t||(t=_o());for(let a in ft)if(Object.prototype.hasOwnProperty.call(ft,a))for(n=ft[a],r=0;r=0&&rt.splice(n,1),t.key&&t.key.toLowerCase()==="meta"&&rt.splice(0,rt.length),(e===93||e===224)&&(e=91),e in zt){zt[e]=!1;for(let r in Gn)Gn[r]===e&&(wr[r]=!1)}}function Vf(t,...e){if(typeof t>"u")Object.keys(ft).forEach(n=>delete ft[n]);else if(Array.isArray(t))t.forEach(n=>{n.key&&Rd(n)});else if(typeof t=="object")t.key&&Rd(t);else if(typeof t=="string"){let[n,r]=e;typeof n=="function"&&(r=n,n=""),Rd({key:t,scope:n,method:r,splitKey:"+"})}}var Rd=({key:t,scope:e,method:n,splitKey:r="+"})=>{Id(t).forEach(i=>{let o=i.split(r),s=o.length,u=o[s-1],l=u==="*"?"*":Fo(u);if(!ft[l])return;e||(e=_o());let c=s>1?Bd(Gn,o):[];ft[l]=ft[l].filter(p=>!((n?p.method===n:!0)&&p.scope===e&&qf(p.mods,c)))})};function Hf(t,e,n,r){if(e.element!==r)return;let a;if(e.scope===n||e.scope==="all"){a=e.mods.length>0;for(let i in zt)Object.prototype.hasOwnProperty.call(zt,i)&&(!zt[i]&&e.mods.indexOf(+i)>-1||zt[i]&&e.mods.indexOf(+i)===-1)&&(a=!1);(e.mods.length===0&&!zt[16]&&!zt[18]&&!zt[17]&&!zt[91]||a||e.shortcut==="*")&&(e.keys=[],e.keys=e.keys.concat(rt),e.method(t,e)===!1&&(t.preventDefault?t.preventDefault():t.returnValue=!1,t.stopPropagation&&t.stopPropagation(),t.cancelBubble&&(t.cancelBubble=!0)))}}function Wf(t,e){let n=ft["*"],r=t.keyCode||t.which||t.charCode;if(!wr.filter.call(this,t))return;if((r===93||r===224)&&(r=91),rt.indexOf(r)===-1&&r!==229&&rt.push(r),["ctrlKey","altKey","shiftKey","metaKey"].forEach(i=>{let o=gu[i];t[i]&&rt.indexOf(o)===-1?rt.push(o):!t[i]&&rt.indexOf(o)>-1?rt.splice(rt.indexOf(o),1):i==="metaKey"&&t[i]&&rt.length===3&&(t.ctrlKey||t.shiftKey||t.altKey||(rt=rt.slice(rt.indexOf(o))))}),r in zt){zt[r]=!0;for(let i in Gn)Gn[i]===r&&(wr[i]=!0);if(!n)return}for(let i in zt)Object.prototype.hasOwnProperty.call(zt,i)&&(zt[i]=t[gu[i]]);t.getModifierState&&!(t.altKey&&!t.ctrlKey)&&t.getModifierState("AltGraph")&&(rt.indexOf(17)===-1&&rt.push(17),rt.indexOf(18)===-1&&rt.push(18),zt[17]=!0,zt[18]=!0);let a=_o();if(n)for(let i=0;i-1}function wr(t,e,n){rt=[];let r=Id(t),a=[],i="all",o=document,s=0,u=!1,l=!0,c="+",p=!1,m=!1;for(n===void 0&&typeof e=="function"&&(n=e),Object.prototype.toString.call(e)==="[object Object]"&&(e.scope&&(i=e.scope),e.element&&(o=e.element),e.keyup&&(u=e.keyup),e.keydown!==void 0&&(l=e.keydown),e.capture!==void 0&&(p=e.capture),typeof e.splitKey=="string"&&(c=e.splitKey),e.single===!0&&(m=!0)),typeof e=="string"&&(i=e),m&&Vf(t,i);s1&&(a=Bd(Gn,t)),t=t[t.length-1],t=t==="*"?"*":Fo(t),t in ft||(ft[t]=[]),ft[t].push({keyup:u,keydown:l,scope:i,mods:a,shortcut:r[s],method:n,key:r[s],splitKey:c,element:o});typeof o<"u"&&!gx(o)&&window&&(Gf.push(o),Lo(o,"keydown",g=>{Wf(g,o)},p),jf||(jf=!0,Lo(window,"focus",()=>{rt=[]},p),Lo(window,"click",()=>{rt=[]},!1)),Lo(o,"keyup",g=>{Wf(g,o),px(g)},p))}function mx(t,e="all"){Object.keys(ft).forEach(n=>{ft[n].filter(a=>a.scope===e&&a.shortcut===t).forEach(a=>{a&&a.method&&a.method()})})}var Od={getPressedKeyString:sx,setScope:$f,getScope:_o,deleteScope:dx,getPressedKeyCodes:ox,getAllKeyCodes:ux,isPressed:cx,filter:lx,trigger:mx,unbind:Vf,keyMap:gi,modifier:Gn,modifierMap:gu};for(let t in Od)Object.prototype.hasOwnProperty.call(Od,t)&&(wr[t]=Od[t]);if(typeof window<"u"){let t=window.hotkeys;wr.noConflict=e=>(e&&window.hotkeys===wr&&(window.hotkeys=t),wr),window.hotkeys=wr}var vn=wr;d();d();var fx={"Amazon Silk":"amazon_silk","Android Browser":"android",Bada:"bada",BlackBerry:"blackberry",Chrome:"chrome",Chromium:"chromium",Electron:"electron",Epiphany:"epiphany",Firefox:"firefox",Focus:"focus",Generic:"generic","Google Search":"google_search",Googlebot:"googlebot","Internet Explorer":"ie","K-Meleon":"k_meleon",Maxthon:"maxthon","Microsoft Edge":"edge","MZ Browser":"mz","NAVER Whale Browser":"naver",Opera:"opera","Opera Coast":"opera_coast",PhantomJS:"phantomjs",Puffin:"puffin",QupZilla:"qupzilla",QQ:"qq",QQLite:"qqlite",Safari:"safari",Sailfish:"sailfish","Samsung Internet for Android":"samsung_internet",SeaMonkey:"seamonkey",Sleipnir:"sleipnir",Swing:"swing",Tizen:"tizen","UC Browser":"uc",Vivaldi:"vivaldi","WebOS Browser":"webos",WeChat:"wechat","Yandex Browser":"yandex",Roku:"roku"},Qf={amazon_silk:"Amazon Silk",android:"Android Browser",bada:"Bada",blackberry:"BlackBerry",chrome:"Chrome",chromium:"Chromium",electron:"Electron",epiphany:"Epiphany",firefox:"Firefox",focus:"Focus",generic:"Generic",googlebot:"Googlebot",google_search:"Google Search",ie:"Internet Explorer",k_meleon:"K-Meleon",maxthon:"Maxthon",edge:"Microsoft Edge",mz:"MZ Browser",naver:"NAVER Whale Browser",opera:"Opera",opera_coast:"Opera Coast",phantomjs:"PhantomJS",puffin:"Puffin",qupzilla:"QupZilla",qq:"QQ Browser",qqlite:"QQ Browser Lite",safari:"Safari",sailfish:"Sailfish",samsung_internet:"Samsung Internet for Android",seamonkey:"SeaMonkey",sleipnir:"Sleipnir",swing:"Swing",tizen:"Tizen",uc:"UC Browser",vivaldi:"Vivaldi",webos:"WebOS Browser",wechat:"WeChat",yandex:"Yandex Browser"},Ct={tablet:"tablet",mobile:"mobile",desktop:"desktop",tv:"tv"},dn={WindowsPhone:"Windows Phone",Windows:"Windows",MacOS:"macOS",iOS:"iOS",Android:"Android",WebOS:"WebOS",BlackBerry:"BlackBerry",Bada:"Bada",Tizen:"Tizen",Linux:"Linux",ChromeOS:"Chrome OS",PlayStation4:"PlayStation 4",Roku:"Roku"},Kr={EdgeHTML:"EdgeHTML",Blink:"Blink",Trident:"Trident",Presto:"Presto",Gecko:"Gecko",WebKit:"WebKit"},G=class{static getFirstMatch(t,e){let n=e.match(t);return n&&n.length>0&&n[1]||""}static getSecondMatch(t,e){let n=e.match(t);return n&&n.length>1&&n[2]||""}static matchAndReturnConst(t,e,n){if(t.test(e))return n}static getWindowsVersionName(t){switch(t){case"NT":return"NT";case"XP":return"XP";case"NT 5.0":return"2000";case"NT 5.1":return"XP";case"NT 5.2":return"2003";case"NT 6.0":return"Vista";case"NT 6.1":return"7";case"NT 6.2":return"8";case"NT 6.3":return"8.1";case"NT 10.0":return"10";default:return}}static getMacOSVersionName(t){let e=t.split(".").splice(0,2).map(n=>parseInt(n,10)||0);if(e.push(0),e[0]===10)switch(e[1]){case 5:return"Leopard";case 6:return"Snow Leopard";case 7:return"Lion";case 8:return"Mountain Lion";case 9:return"Mavericks";case 10:return"Yosemite";case 11:return"El Capitan";case 12:return"Sierra";case 13:return"High Sierra";case 14:return"Mojave";case 15:return"Catalina";default:return}}static getAndroidVersionName(t){let e=t.split(".").splice(0,2).map(n=>parseInt(n,10)||0);if(e.push(0),!(e[0]===1&&e[1]<5)){if(e[0]===1&&e[1]<6)return"Cupcake";if(e[0]===1&&e[1]>=6)return"Donut";if(e[0]===2&&e[1]<2)return"Eclair";if(e[0]===2&&e[1]===2)return"Froyo";if(e[0]===2&&e[1]>2)return"Gingerbread";if(e[0]===3)return"Honeycomb";if(e[0]===4&&e[1]<1)return"Ice Cream Sandwich";if(e[0]===4&&e[1]<4)return"Jelly Bean";if(e[0]===4&&e[1]>=4)return"KitKat";if(e[0]===5)return"Lollipop";if(e[0]===6)return"Marshmallow";if(e[0]===7)return"Nougat";if(e[0]===8)return"Oreo";if(e[0]===9)return"Pie"}}static getVersionPrecision(t){return t.split(".").length}static compareVersions(t,e,n=!1){let r=G.getVersionPrecision(t),a=G.getVersionPrecision(e),i=Math.max(r,a),o=0,s=G.map([t,e],u=>{let l=i-G.getVersionPrecision(u),c=u+new Array(l+1).join(".0");return G.map(c.split("."),p=>new Array(20-p.length).join("0")+p).reverse()});for(n&&(o=i-Math.min(r,a)),i-=1;i>=o;){if(s[0][i]>s[1][i])return 1;if(s[0][i]===s[1][i]){if(i===o)return 0;i-=1}else if(s[0][i]{n[o]=i[o]})}return t}static getBrowserAlias(t){return fx[t]}static getBrowserTypeByAlias(t){return Qf[t]||""}},at=/version\/(\d+(\.?_?\d+)+)/i,hx=[{test:[/googlebot/i],describe(t){let e={name:"Googlebot"},n=G.getFirstMatch(/googlebot\/(\d+(\.\d+))/i,t)||G.getFirstMatch(at,t);return n&&(e.version=n),e}},{test:[/opera/i],describe(t){let e={name:"Opera"},n=G.getFirstMatch(at,t)||G.getFirstMatch(/(?:opera)[\s/](\d+(\.?_?\d+)+)/i,t);return n&&(e.version=n),e}},{test:[/opr\/|opios/i],describe(t){let e={name:"Opera"},n=G.getFirstMatch(/(?:opr|opios)[\s/](\S+)/i,t)||G.getFirstMatch(at,t);return n&&(e.version=n),e}},{test:[/SamsungBrowser/i],describe(t){let e={name:"Samsung Internet for Android"},n=G.getFirstMatch(at,t)||G.getFirstMatch(/(?:SamsungBrowser)[\s/](\d+(\.?_?\d+)+)/i,t);return n&&(e.version=n),e}},{test:[/Whale/i],describe(t){let e={name:"NAVER Whale Browser"},n=G.getFirstMatch(at,t)||G.getFirstMatch(/(?:whale)[\s/](\d+(?:\.\d+)+)/i,t);return n&&(e.version=n),e}},{test:[/MZBrowser/i],describe(t){let e={name:"MZ Browser"},n=G.getFirstMatch(/(?:MZBrowser)[\s/](\d+(?:\.\d+)+)/i,t)||G.getFirstMatch(at,t);return n&&(e.version=n),e}},{test:[/focus/i],describe(t){let e={name:"Focus"},n=G.getFirstMatch(/(?:focus)[\s/](\d+(?:\.\d+)+)/i,t)||G.getFirstMatch(at,t);return n&&(e.version=n),e}},{test:[/swing/i],describe(t){let e={name:"Swing"},n=G.getFirstMatch(/(?:swing)[\s/](\d+(?:\.\d+)+)/i,t)||G.getFirstMatch(at,t);return n&&(e.version=n),e}},{test:[/coast/i],describe(t){let e={name:"Opera Coast"},n=G.getFirstMatch(at,t)||G.getFirstMatch(/(?:coast)[\s/](\d+(\.?_?\d+)+)/i,t);return n&&(e.version=n),e}},{test:[/opt\/\d+(?:.?_?\d+)+/i],describe(t){let e={name:"Opera Touch"},n=G.getFirstMatch(/(?:opt)[\s/](\d+(\.?_?\d+)+)/i,t)||G.getFirstMatch(at,t);return n&&(e.version=n),e}},{test:[/yabrowser/i],describe(t){let e={name:"Yandex Browser"},n=G.getFirstMatch(/(?:yabrowser)[\s/](\d+(\.?_?\d+)+)/i,t)||G.getFirstMatch(at,t);return n&&(e.version=n),e}},{test:[/ucbrowser/i],describe(t){let e={name:"UC Browser"},n=G.getFirstMatch(at,t)||G.getFirstMatch(/(?:ucbrowser)[\s/](\d+(\.?_?\d+)+)/i,t);return n&&(e.version=n),e}},{test:[/Maxthon|mxios/i],describe(t){let e={name:"Maxthon"},n=G.getFirstMatch(at,t)||G.getFirstMatch(/(?:Maxthon|mxios)[\s/](\d+(\.?_?\d+)+)/i,t);return n&&(e.version=n),e}},{test:[/epiphany/i],describe(t){let e={name:"Epiphany"},n=G.getFirstMatch(at,t)||G.getFirstMatch(/(?:epiphany)[\s/](\d+(\.?_?\d+)+)/i,t);return n&&(e.version=n),e}},{test:[/puffin/i],describe(t){let e={name:"Puffin"},n=G.getFirstMatch(at,t)||G.getFirstMatch(/(?:puffin)[\s/](\d+(\.?_?\d+)+)/i,t);return n&&(e.version=n),e}},{test:[/sleipnir/i],describe(t){let e={name:"Sleipnir"},n=G.getFirstMatch(at,t)||G.getFirstMatch(/(?:sleipnir)[\s/](\d+(\.?_?\d+)+)/i,t);return n&&(e.version=n),e}},{test:[/k-meleon/i],describe(t){let e={name:"K-Meleon"},n=G.getFirstMatch(at,t)||G.getFirstMatch(/(?:k-meleon)[\s/](\d+(\.?_?\d+)+)/i,t);return n&&(e.version=n),e}},{test:[/micromessenger/i],describe(t){let e={name:"WeChat"},n=G.getFirstMatch(/(?:micromessenger)[\s/](\d+(\.?_?\d+)+)/i,t)||G.getFirstMatch(at,t);return n&&(e.version=n),e}},{test:[/qqbrowser/i],describe(t){let e={name:/qqbrowserlite/i.test(t)?"QQ Browser Lite":"QQ Browser"},n=G.getFirstMatch(/(?:qqbrowserlite|qqbrowser)[/](\d+(\.?_?\d+)+)/i,t)||G.getFirstMatch(at,t);return n&&(e.version=n),e}},{test:[/msie|trident/i],describe(t){let e={name:"Internet Explorer"},n=G.getFirstMatch(/(?:msie |rv:)(\d+(\.?_?\d+)+)/i,t);return n&&(e.version=n),e}},{test:[/\sedg\//i],describe(t){let e={name:"Microsoft Edge"},n=G.getFirstMatch(/\sedg\/(\d+(\.?_?\d+)+)/i,t);return n&&(e.version=n),e}},{test:[/edg([ea]|ios)/i],describe(t){let e={name:"Microsoft Edge"},n=G.getSecondMatch(/edg([ea]|ios)\/(\d+(\.?_?\d+)+)/i,t);return n&&(e.version=n),e}},{test:[/vivaldi/i],describe(t){let e={name:"Vivaldi"},n=G.getFirstMatch(/vivaldi\/(\d+(\.?_?\d+)+)/i,t);return n&&(e.version=n),e}},{test:[/seamonkey/i],describe(t){let e={name:"SeaMonkey"},n=G.getFirstMatch(/seamonkey\/(\d+(\.?_?\d+)+)/i,t);return n&&(e.version=n),e}},{test:[/sailfish/i],describe(t){let e={name:"Sailfish"},n=G.getFirstMatch(/sailfish\s?browser\/(\d+(\.\d+)?)/i,t);return n&&(e.version=n),e}},{test:[/silk/i],describe(t){let e={name:"Amazon Silk"},n=G.getFirstMatch(/silk\/(\d+(\.?_?\d+)+)/i,t);return n&&(e.version=n),e}},{test:[/phantom/i],describe(t){let e={name:"PhantomJS"},n=G.getFirstMatch(/phantomjs\/(\d+(\.?_?\d+)+)/i,t);return n&&(e.version=n),e}},{test:[/slimerjs/i],describe(t){let e={name:"SlimerJS"},n=G.getFirstMatch(/slimerjs\/(\d+(\.?_?\d+)+)/i,t);return n&&(e.version=n),e}},{test:[/blackberry|\bbb\d+/i,/rim\stablet/i],describe(t){let e={name:"BlackBerry"},n=G.getFirstMatch(at,t)||G.getFirstMatch(/blackberry[\d]+\/(\d+(\.?_?\d+)+)/i,t);return n&&(e.version=n),e}},{test:[/(web|hpw)[o0]s/i],describe(t){let e={name:"WebOS Browser"},n=G.getFirstMatch(at,t)||G.getFirstMatch(/w(?:eb)?[o0]sbrowser\/(\d+(\.?_?\d+)+)/i,t);return n&&(e.version=n),e}},{test:[/bada/i],describe(t){let e={name:"Bada"},n=G.getFirstMatch(/dolfin\/(\d+(\.?_?\d+)+)/i,t);return n&&(e.version=n),e}},{test:[/tizen/i],describe(t){let e={name:"Tizen"},n=G.getFirstMatch(/(?:tizen\s?)?browser\/(\d+(\.?_?\d+)+)/i,t)||G.getFirstMatch(at,t);return n&&(e.version=n),e}},{test:[/qupzilla/i],describe(t){let e={name:"QupZilla"},n=G.getFirstMatch(/(?:qupzilla)[\s/](\d+(\.?_?\d+)+)/i,t)||G.getFirstMatch(at,t);return n&&(e.version=n),e}},{test:[/firefox|iceweasel|fxios/i],describe(t){let e={name:"Firefox"},n=G.getFirstMatch(/(?:firefox|iceweasel|fxios)[\s/](\d+(\.?_?\d+)+)/i,t);return n&&(e.version=n),e}},{test:[/electron/i],describe(t){let e={name:"Electron"},n=G.getFirstMatch(/(?:electron)\/(\d+(\.?_?\d+)+)/i,t);return n&&(e.version=n),e}},{test:[/MiuiBrowser/i],describe(t){let e={name:"Miui"},n=G.getFirstMatch(/(?:MiuiBrowser)[\s/](\d+(\.?_?\d+)+)/i,t);return n&&(e.version=n),e}},{test:[/chromium/i],describe(t){let e={name:"Chromium"},n=G.getFirstMatch(/(?:chromium)[\s/](\d+(\.?_?\d+)+)/i,t)||G.getFirstMatch(at,t);return n&&(e.version=n),e}},{test:[/chrome|crios|crmo/i],describe(t){let e={name:"Chrome"},n=G.getFirstMatch(/(?:chrome|crios|crmo)\/(\d+(\.?_?\d+)+)/i,t);return n&&(e.version=n),e}},{test:[/GSA/i],describe(t){let e={name:"Google Search"},n=G.getFirstMatch(/(?:GSA)\/(\d+(\.?_?\d+)+)/i,t);return n&&(e.version=n),e}},{test(t){let e=!t.test(/like android/i),n=t.test(/android/i);return e&&n},describe(t){let e={name:"Android Browser"},n=G.getFirstMatch(at,t);return n&&(e.version=n),e}},{test:[/playstation 4/i],describe(t){let e={name:"PlayStation 4"},n=G.getFirstMatch(at,t);return n&&(e.version=n),e}},{test:[/safari|applewebkit/i],describe(t){let e={name:"Safari"},n=G.getFirstMatch(at,t);return n&&(e.version=n),e}},{test:[/.*/i],describe(t){let e=/^(.*)\/(.*) /,n=/^(.*)\/(.*)[ \t]\((.*)/,r=t.search("\\(")!==-1?n:e;return{name:G.getFirstMatch(r,t),version:G.getSecondMatch(r,t)}}}],bx=hx,Tx=[{test:[/Roku\/DVP/],describe(t){let e=G.getFirstMatch(/Roku\/DVP-(\d+\.\d+)/i,t);return{name:dn.Roku,version:e}}},{test:[/windows phone/i],describe(t){let e=G.getFirstMatch(/windows phone (?:os)?\s?(\d+(\.\d+)*)/i,t);return{name:dn.WindowsPhone,version:e}}},{test:[/windows /i],describe(t){let e=G.getFirstMatch(/Windows ((NT|XP)( \d\d?.\d)?)/i,t),n=G.getWindowsVersionName(e);return{name:dn.Windows,version:e,versionName:n}}},{test:[/Macintosh(.*?) FxiOS(.*?)\//],describe(t){let e={name:dn.iOS},n=G.getSecondMatch(/(Version\/)(\d[\d.]+)/,t);return n&&(e.version=n),e}},{test:[/macintosh/i],describe(t){let e=G.getFirstMatch(/mac os x (\d+(\.?_?\d+)+)/i,t).replace(/[_\s]/g,"."),n=G.getMacOSVersionName(e),r={name:dn.MacOS,version:e};return n&&(r.versionName=n),r}},{test:[/(ipod|iphone|ipad)/i],describe(t){let e=G.getFirstMatch(/os (\d+([_\s]\d+)*) like mac os x/i,t).replace(/[_\s]/g,".");return{name:dn.iOS,version:e}}},{test(t){let e=!t.test(/like android/i),n=t.test(/android/i);return e&&n},describe(t){let e=G.getFirstMatch(/android[\s/-](\d+(\.\d+)*)/i,t),n=G.getAndroidVersionName(e),r={name:dn.Android,version:e};return n&&(r.versionName=n),r}},{test:[/(web|hpw)[o0]s/i],describe(t){let e=G.getFirstMatch(/(?:web|hpw)[o0]s\/(\d+(\.\d+)*)/i,t),n={name:dn.WebOS};return e&&e.length&&(n.version=e),n}},{test:[/blackberry|\bbb\d+/i,/rim\stablet/i],describe(t){let e=G.getFirstMatch(/rim\stablet\sos\s(\d+(\.\d+)*)/i,t)||G.getFirstMatch(/blackberry\d+\/(\d+([_\s]\d+)*)/i,t)||G.getFirstMatch(/\bbb(\d+)/i,t);return{name:dn.BlackBerry,version:e}}},{test:[/bada/i],describe(t){let e=G.getFirstMatch(/bada\/(\d+(\.\d+)*)/i,t);return{name:dn.Bada,version:e}}},{test:[/tizen/i],describe(t){let e=G.getFirstMatch(/tizen[/\s](\d+(\.\d+)*)/i,t);return{name:dn.Tizen,version:e}}},{test:[/linux/i],describe(){return{name:dn.Linux}}},{test:[/CrOS/],describe(){return{name:dn.ChromeOS}}},{test:[/PlayStation 4/],describe(t){let e=G.getFirstMatch(/PlayStation 4[/\s](\d+(\.\d+)*)/i,t);return{name:dn.PlayStation4,version:e}}}],yx=[{test:[/googlebot/i],describe(){return{type:"bot",vendor:"Google"}}},{test:[/huawei/i],describe(t){let e=G.getFirstMatch(/(can-l01)/i,t)&&"Nova",n={type:Ct.mobile,vendor:"Huawei"};return e&&(n.model=e),n}},{test:[/nexus\s*(?:7|8|9|10).*/i],describe(){return{type:Ct.tablet,vendor:"Nexus"}}},{test:[/ipad/i],describe(){return{type:Ct.tablet,vendor:"Apple",model:"iPad"}}},{test:[/Macintosh(.*?) FxiOS(.*?)\//],describe(){return{type:Ct.tablet,vendor:"Apple",model:"iPad"}}},{test:[/kftt build/i],describe(){return{type:Ct.tablet,vendor:"Amazon",model:"Kindle Fire HD 7"}}},{test:[/silk/i],describe(){return{type:Ct.tablet,vendor:"Amazon"}}},{test:[/tablet(?! pc)/i],describe(){return{type:Ct.tablet}}},{test(t){let e=t.test(/ipod|iphone/i),n=t.test(/like (ipod|iphone)/i);return e&&!n},describe(t){let e=G.getFirstMatch(/(ipod|iphone)/i,t);return{type:Ct.mobile,vendor:"Apple",model:e}}},{test:[/nexus\s*[0-6].*/i,/galaxy nexus/i],describe(){return{type:Ct.mobile,vendor:"Nexus"}}},{test:[/[^-]mobi/i],describe(){return{type:Ct.mobile}}},{test(t){return t.getBrowserName(!0)==="blackberry"},describe(){return{type:Ct.mobile,vendor:"BlackBerry"}}},{test(t){return t.getBrowserName(!0)==="bada"},describe(){return{type:Ct.mobile}}},{test(t){return t.getBrowserName()==="windows phone"},describe(){return{type:Ct.mobile,vendor:"Microsoft"}}},{test(t){let e=Number(String(t.getOSVersion()).split(".")[0]);return t.getOSName(!0)==="android"&&e>=3},describe(){return{type:Ct.tablet}}},{test(t){return t.getOSName(!0)==="android"},describe(){return{type:Ct.mobile}}},{test(t){return t.getOSName(!0)==="macos"},describe(){return{type:Ct.desktop,vendor:"Apple"}}},{test(t){return t.getOSName(!0)==="windows"},describe(){return{type:Ct.desktop}}},{test(t){return t.getOSName(!0)==="linux"},describe(){return{type:Ct.desktop}}},{test(t){return t.getOSName(!0)==="playstation 4"},describe(){return{type:Ct.tv}}},{test(t){return t.getOSName(!0)==="roku"},describe(){return{type:Ct.tv}}}],vx=[{test(t){return t.getBrowserName(!0)==="microsoft edge"},describe(t){if(/\sedg\//i.test(t))return{name:Kr.Blink};let e=G.getFirstMatch(/edge\/(\d+(\.?_?\d+)+)/i,t);return{name:Kr.EdgeHTML,version:e}}},{test:[/trident/i],describe(t){let e={name:Kr.Trident},n=G.getFirstMatch(/trident\/(\d+(\.?_?\d+)+)/i,t);return n&&(e.version=n),e}},{test(t){return t.test(/presto/i)},describe(t){let e={name:Kr.Presto},n=G.getFirstMatch(/presto\/(\d+(\.?_?\d+)+)/i,t);return n&&(e.version=n),e}},{test(t){let e=t.test(/gecko/i),n=t.test(/like gecko/i);return e&&!n},describe(t){let e={name:Kr.Gecko},n=G.getFirstMatch(/gecko\/(\d+(\.?_?\d+)+)/i,t);return n&&(e.version=n),e}},{test:[/(apple)?webkit\/537\.36/i],describe(){return{name:Kr.Blink}}},{test:[/(apple)?webkit/i],describe(t){let e={name:Kr.WebKit},n=G.getFirstMatch(/webkit\/(\d+(\.?_?\d+)+)/i,t);return n&&(e.version=n),e}}],Sx=class{constructor(t,e=!1){if(t==null||t==="")throw new Error("UserAgent parameter can't be empty");this._ua=t,this.parsedResult={},e!==!0&&this.parse()}getUA(){return this._ua}test(t){return t.test(this._ua)}parseBrowser(){this.parsedResult.browser={};let t=G.find(bx,e=>{if(typeof e.test=="function")return e.test(this);if(e.test instanceof Array)return e.test.some(n=>this.test(n));throw new Error("Browser's test function is not valid")});return t&&(this.parsedResult.browser=t.describe(this.getUA())),this.parsedResult.browser}getBrowser(){return this.parsedResult.browser?this.parsedResult.browser:this.parseBrowser()}getBrowserName(t){return t?String(this.getBrowser().name).toLowerCase()||"":this.getBrowser().name||""}getBrowserVersion(){return this.getBrowser().version}getOS(){return this.parsedResult.os?this.parsedResult.os:this.parseOS()}parseOS(){this.parsedResult.os={};let t=G.find(Tx,e=>{if(typeof e.test=="function")return e.test(this);if(e.test instanceof Array)return e.test.some(n=>this.test(n));throw new Error("Browser's test function is not valid")});return t&&(this.parsedResult.os=t.describe(this.getUA())),this.parsedResult.os}getOSName(t){let{name:e}=this.getOS();return t?String(e).toLowerCase()||"":e||""}getOSVersion(){return this.getOS().version}getPlatform(){return this.parsedResult.platform?this.parsedResult.platform:this.parsePlatform()}getPlatformType(t=!1){let{type:e}=this.getPlatform();return t?String(e).toLowerCase()||"":e||""}parsePlatform(){this.parsedResult.platform={};let t=G.find(yx,e=>{if(typeof e.test=="function")return e.test(this);if(e.test instanceof Array)return e.test.some(n=>this.test(n));throw new Error("Browser's test function is not valid")});return t&&(this.parsedResult.platform=t.describe(this.getUA())),this.parsedResult.platform}getEngine(){return this.parsedResult.engine?this.parsedResult.engine:this.parseEngine()}getEngineName(t){return t?String(this.getEngine().name).toLowerCase()||"":this.getEngine().name||""}parseEngine(){this.parsedResult.engine={};let t=G.find(vx,e=>{if(typeof e.test=="function")return e.test(this);if(e.test instanceof Array)return e.test.some(n=>this.test(n));throw new Error("Browser's test function is not valid")});return t&&(this.parsedResult.engine=t.describe(this.getUA())),this.parsedResult.engine}parse(){return this.parseBrowser(),this.parseOS(),this.parsePlatform(),this.parseEngine(),this}getResult(){return G.assign({},this.parsedResult)}satisfies(t){let e={},n=0,r={},a=0;if(Object.keys(t).forEach(i=>{let o=t[i];typeof o=="string"?(r[i]=o,a+=1):typeof o=="object"&&(e[i]=o,n+=1)}),n>0){let i=Object.keys(e),o=G.find(i,u=>this.isOS(u));if(o){let u=this.satisfies(e[o]);if(u!==void 0)return u}let s=G.find(i,u=>this.isPlatform(u));if(s){let u=this.satisfies(e[s]);if(u!==void 0)return u}}if(a>0){let i=Object.keys(r),o=G.find(i,s=>this.isBrowser(s,!0));if(o!==void 0)return this.compareVersion(r[o])}}isBrowser(t,e=!1){let n=this.getBrowserName().toLowerCase(),r=t.toLowerCase(),a=G.getBrowserTypeByAlias(r);return e&&a&&(r=a.toLowerCase()),r===n}compareVersion(t){let e=[0],n=t,r=!1,a=this.getBrowserVersion();if(typeof a=="string")return t[0]===">"||t[0]==="<"?(n=t.substr(1),t[1]==="="?(r=!0,n=t.substr(2)):e=[],t[0]===">"?e.push(1):e.push(-1)):t[0]==="="?n=t.substr(1):t[0]==="~"&&(r=!0,n=t.substr(1)),e.indexOf(G.compareVersions(a,n,r))>-1}isOS(t){return this.getOSName(!0)===String(t).toLowerCase()}isPlatform(t){return this.getPlatformType(!0)===String(t).toLowerCase()}isEngine(t){return this.getEngineName(!0)===String(t).toLowerCase()}is(t,e=!1){return this.isBrowser(t,e)||this.isOS(t)||this.isPlatform(t)}some(t=[]){return t.some(e=>this.is(e))}},Yf=Sx,xx=class{static getParser(t,e=!1){if(typeof t!="string")throw new Error("UserAgent should be a string");return new Yf(t,e)}static parse(t){return new Yf(t).getResult()}static get BROWSER_MAP(){return Qf}static get ENGINE_MAP(){return Kr}static get OS_MAP(){return dn}static get PLATFORMS_MAP(){return Ct}},mi=xx;d();d();var{entries:ah,setPrototypeOf:Jf,isFrozen:Ex,getPrototypeOf:Cx,getOwnPropertyDescriptor:wx}=Object,{freeze:pn,seal:Vn,create:Dx}=Object,{apply:Hd,construct:Wd}=typeof Reflect<"u"&&Reflect;Hd||(Hd=function(t,e,n){return t.apply(e,n)});pn||(pn=function(t){return t});Vn||(Vn=function(t){return t});Wd||(Wd=function(t,e){return new t(...e)});var Ax=zn(Array.prototype.forEach),Zf=zn(Array.prototype.pop),Mo=zn(Array.prototype.push),hu=zn(String.prototype.toLowerCase),zd=zn(String.prototype.toString),kx=zn(String.prototype.match),$n=zn(String.prototype.replace),Px=zn(String.prototype.indexOf),Lx=zn(String.prototype.trim),An=zn(RegExp.prototype.test),Bo=_x(TypeError);function zn(t){return function(e){for(var n=arguments.length,r=new Array(n>1?n-1:0),a=1;a/gm),Rx=Vn(/\${[\w\W]*}/gm),Ox=Vn(/^data-[\-\w.\u00B7-\uFFFF]/),zx=Vn(/^aria-[\-\w]+$/),ih=Vn(/^(?:(?:(?:f|ht)tps?|mailto|tel|callto|sms|cid|xmpp):|[^a-z]|[a-z+.\-]+(?:[^a-z+.\-:]|$))/i),Nx=Vn(/^(?:\w+script|data):/i),Ux=Vn(/[\u0000-\u0020\u00A0\u1680\u180E\u2000-\u2029\u205F\u3000]/g),oh=Vn(/^html$/i),rh=Object.freeze({__proto__:null,MUSTACHE_EXPR:Bx,ERB_EXPR:Ix,TMPLIT_EXPR:Rx,DATA_ATTR:Ox,ARIA_ATTR:zx,IS_ALLOWED_URI:ih,IS_SCRIPT_OR_DATA:Nx,ATTR_WHITESPACE:Ux,DOCTYPE_NAME:oh}),qx=()=>typeof window>"u"?null:window,jx=function(t,e){if(typeof t!="object"||typeof t.createPolicy!="function")return null;let n=null,r="data-tt-policy-suffix";e&&e.hasAttribute(r)&&(n=e.getAttribute(r));let a="dompurify"+(n?"#"+n:"");try{return t.createPolicy(a,{createHTML(i){return i},createScriptURL(i){return i}})}catch{return null}};function sh(){let t=arguments.length>0&&arguments[0]!==void 0?arguments[0]:qx(),e=R=>sh(R);if(e.version="3.0.3",e.removed=[],!t||!t.document||t.document.nodeType!==9)return e.isSupported=!1,e;let n=t.document,r=n.currentScript,{document:a}=t,{DocumentFragment:i,HTMLTemplateElement:o,Node:s,Element:u,NodeFilter:l,NamedNodeMap:c=t.NamedNodeMap||t.MozNamedAttrMap,HTMLFormElement:p,DOMParser:m,trustedTypes:g}=t,f=u.prototype,T=mu(f,"cloneNode"),b=mu(f,"nextSibling"),h=mu(f,"childNodes"),E=mu(f,"parentNode");if(typeof o=="function"){let R=a.createElement("template");R.content&&R.content.ownerDocument&&(a=R.content.ownerDocument)}let D,M="",{implementation:I,createNodeIterator:S,createDocumentFragment:y,getElementsByTagName:L}=a,{importNode:A}=n,v={};e.isSupported=typeof ah=="function"&&typeof E=="function"&&I&&I.createHTMLDocument!==void 0;let{MUSTACHE_EXPR:O,ERB_EXPR:_,TMPLIT_EXPR:k,DATA_ATTR:N,ARIA_ATTR:z,IS_SCRIPT_OR_DATA:q,ATTR_WHITESPACE:F}=rh,{IS_ALLOWED_URI:C}=rh,P=null,U=Oe({},[...Xf,...Nd,...Ud,...qd,...eh]),H=null,j=Oe({},[...th,...jd,...nh,...fu]),W=Object.seal(Object.create(null,{tagNameCheck:{writable:!0,configurable:!1,enumerable:!0,value:null},attributeNameCheck:{writable:!0,configurable:!1,enumerable:!0,value:null},allowCustomizedBuiltInElements:{writable:!0,configurable:!1,enumerable:!0,value:!1}})),$=null,ue=null,ae=!0,J=!0,ie=!1,ge=!0,ee=!1,Y=!1,Te=!1,ne=!1,re=!1,xe=!1,ze=!1,_e=!0,de=!1,gt="user-content-",Pt=!0,bt=!1,xt={},sn=null,In=Oe({},["annotation-xml","audio","colgroup","desc","foreignobject","head","iframe","math","mi","mn","mo","ms","mtext","noembed","noframes","noscript","plaintext","script","style","svg","template","thead","title","video","xmp"]),wo=null,ir=Oe({},["audio","video","img","source","image","track"]),ka=null,ui=Oe({},["alt","class","for","id","label","name","pattern","placeholder","role","summary","title","value","style","xmlns"]),Vt="http://www.w3.org/1998/Math/MathML",Hn="http://www.w3.org/2000/svg",Yt="http://www.w3.org/1999/xhtml",wn=Yt,hr=!1,br=null,Pa=Oe({},[Vt,Hn,Yt],zd),un,Tr=["application/xhtml+xml","text/html"],mt="text/html",Xe,Dn=null,Y9=a.createElement("form"),sf=function(R){return R instanceof RegExp||R instanceof Function},ld=function(R){if(!(Dn&&Dn===R)){if((!R||typeof R!="object")&&(R={}),R=fi(R),un=Tr.indexOf(R.PARSER_MEDIA_TYPE)===-1?un=mt:un=R.PARSER_MEDIA_TYPE,Xe=un==="application/xhtml+xml"?zd:hu,P="ALLOWED_TAGS"in R?Oe({},R.ALLOWED_TAGS,Xe):U,H="ALLOWED_ATTR"in R?Oe({},R.ALLOWED_ATTR,Xe):j,br="ALLOWED_NAMESPACES"in R?Oe({},R.ALLOWED_NAMESPACES,zd):Pa,ka="ADD_URI_SAFE_ATTR"in R?Oe(fi(ui),R.ADD_URI_SAFE_ATTR,Xe):ui,wo="ADD_DATA_URI_TAGS"in R?Oe(fi(ir),R.ADD_DATA_URI_TAGS,Xe):ir,sn="FORBID_CONTENTS"in R?Oe({},R.FORBID_CONTENTS,Xe):In,$="FORBID_TAGS"in R?Oe({},R.FORBID_TAGS,Xe):{},ue="FORBID_ATTR"in R?Oe({},R.FORBID_ATTR,Xe):{},xt="USE_PROFILES"in R?R.USE_PROFILES:!1,ae=R.ALLOW_ARIA_ATTR!==!1,J=R.ALLOW_DATA_ATTR!==!1,ie=R.ALLOW_UNKNOWN_PROTOCOLS||!1,ge=R.ALLOW_SELF_CLOSE_IN_ATTR!==!1,ee=R.SAFE_FOR_TEMPLATES||!1,Y=R.WHOLE_DOCUMENT||!1,re=R.RETURN_DOM||!1,xe=R.RETURN_DOM_FRAGMENT||!1,ze=R.RETURN_TRUSTED_TYPE||!1,ne=R.FORCE_BODY||!1,_e=R.SANITIZE_DOM!==!1,de=R.SANITIZE_NAMED_PROPS||!1,Pt=R.KEEP_CONTENT!==!1,bt=R.IN_PLACE||!1,C=R.ALLOWED_URI_REGEXP||ih,wn=R.NAMESPACE||Yt,W=R.CUSTOM_ELEMENT_HANDLING||{},R.CUSTOM_ELEMENT_HANDLING&&sf(R.CUSTOM_ELEMENT_HANDLING.tagNameCheck)&&(W.tagNameCheck=R.CUSTOM_ELEMENT_HANDLING.tagNameCheck),R.CUSTOM_ELEMENT_HANDLING&&sf(R.CUSTOM_ELEMENT_HANDLING.attributeNameCheck)&&(W.attributeNameCheck=R.CUSTOM_ELEMENT_HANDLING.attributeNameCheck),R.CUSTOM_ELEMENT_HANDLING&&typeof R.CUSTOM_ELEMENT_HANDLING.allowCustomizedBuiltInElements=="boolean"&&(W.allowCustomizedBuiltInElements=R.CUSTOM_ELEMENT_HANDLING.allowCustomizedBuiltInElements),ee&&(J=!1),xe&&(re=!0),xt&&(P=Oe({},[...eh]),H=[],xt.html===!0&&(Oe(P,Xf),Oe(H,th)),xt.svg===!0&&(Oe(P,Nd),Oe(H,jd),Oe(H,fu)),xt.svgFilters===!0&&(Oe(P,Ud),Oe(H,jd),Oe(H,fu)),xt.mathMl===!0&&(Oe(P,qd),Oe(H,nh),Oe(H,fu))),R.ADD_TAGS&&(P===U&&(P=fi(P)),Oe(P,R.ADD_TAGS,Xe)),R.ADD_ATTR&&(H===j&&(H=fi(H)),Oe(H,R.ADD_ATTR,Xe)),R.ADD_URI_SAFE_ATTR&&Oe(ka,R.ADD_URI_SAFE_ATTR,Xe),R.FORBID_CONTENTS&&(sn===In&&(sn=fi(sn)),Oe(sn,R.FORBID_CONTENTS,Xe)),Pt&&(P["#text"]=!0),Y&&Oe(P,["html","head","body"]),P.table&&(Oe(P,["tbody"]),delete $.tbody),R.TRUSTED_TYPES_POLICY){if(typeof R.TRUSTED_TYPES_POLICY.createHTML!="function")throw Bo('TRUSTED_TYPES_POLICY configuration option must provide a "createHTML" hook.');if(typeof R.TRUSTED_TYPES_POLICY.createScriptURL!="function")throw Bo('TRUSTED_TYPES_POLICY configuration option must provide a "createScriptURL" hook.');D=R.TRUSTED_TYPES_POLICY,M=D.createHTML("")}else D===void 0&&(D=jx(g,r)),D!==null&&typeof M=="string"&&(M=D.createHTML(""));pn&&pn(R),Dn=R}},uf=Oe({},["mi","mo","mn","ms","mtext"]),lf=Oe({},["foreignobject","desc","title","annotation-xml"]),Q9=Oe({},["title","style","font","a","script"]),Zs=Oe({},Nd);Oe(Zs,Ud),Oe(Zs,Fx);let cd=Oe({},qd);Oe(cd,Mx);let J9=function(R){let le=E(R);(!le||!le.tagName)&&(le={namespaceURI:wn,tagName:"template"});let Z=hu(R.tagName),Ge=hu(le.tagName);return br[R.namespaceURI]?R.namespaceURI===Hn?le.namespaceURI===Yt?Z==="svg":le.namespaceURI===Vt?Z==="svg"&&(Ge==="annotation-xml"||uf[Ge]):!!Zs[Z]:R.namespaceURI===Vt?le.namespaceURI===Yt?Z==="math":le.namespaceURI===Hn?Z==="math"&&lf[Ge]:!!cd[Z]:R.namespaceURI===Yt?le.namespaceURI===Hn&&!lf[Ge]||le.namespaceURI===Vt&&!uf[Ge]?!1:!cd[Z]&&(Q9[Z]||!Zs[Z]):!!(un==="application/xhtml+xml"&&br[R.namespaceURI]):!1},li=function(R){Mo(e.removed,{element:R});try{R.parentNode.removeChild(R)}catch{R.remove()}},dd=function(R,le){try{Mo(e.removed,{attribute:le.getAttributeNode(R),from:le})}catch{Mo(e.removed,{attribute:null,from:le})}if(le.removeAttribute(R),R==="is"&&!H[R])if(re||xe)try{li(le)}catch{}else try{le.setAttribute(R,"")}catch{}},cf=function(R){let le,Z;if(ne)R=""+R;else{let ln=kx(R,/^[\r\n\t ]+/);Z=ln&&ln[0]}un==="application/xhtml+xml"&&wn===Yt&&(R=''+R+"");let Ge=D?D.createHTML(R):R;if(wn===Yt)try{le=new m().parseFromString(Ge,un)}catch{}if(!le||!le.documentElement){le=I.createDocument(wn,"template",null);try{le.documentElement.innerHTML=hr?M:Ge}catch{}}let Lt=le.body||le.documentElement;return R&&Z&&Lt.insertBefore(a.createTextNode(Z),Lt.childNodes[0]||null),wn===Yt?L.call(le,Y?"html":"body")[0]:Y?le.documentElement:Lt},df=function(R){return S.call(R.ownerDocument||R,R,l.SHOW_ELEMENT|l.SHOW_COMMENT|l.SHOW_TEXT,null,!1)},Z9=function(R){return R instanceof p&&(typeof R.nodeName!="string"||typeof R.textContent!="string"||typeof R.removeChild!="function"||!(R.attributes instanceof c)||typeof R.removeAttribute!="function"||typeof R.setAttribute!="function"||typeof R.namespaceURI!="string"||typeof R.insertBefore!="function"||typeof R.hasChildNodes!="function")},Xs=function(R){return typeof s=="object"?R instanceof s:R&&typeof R=="object"&&typeof R.nodeType=="number"&&typeof R.nodeName=="string"},yr=function(R,le,Z){v[R]&&Ax(v[R],Ge=>{Ge.call(e,le,Z,Dn)})},pf=function(R){let le;if(yr("beforeSanitizeElements",R,null),Z9(R))return li(R),!0;let Z=Xe(R.nodeName);if(yr("uponSanitizeElement",R,{tagName:Z,allowedTags:P}),R.hasChildNodes()&&!Xs(R.firstElementChild)&&(!Xs(R.content)||!Xs(R.content.firstElementChild))&&An(/<[/\w]/g,R.innerHTML)&&An(/<[/\w]/g,R.textContent))return li(R),!0;if(!P[Z]||$[Z]){if(!$[Z]&&mf(Z)&&(W.tagNameCheck instanceof RegExp&&An(W.tagNameCheck,Z)||W.tagNameCheck instanceof Function&&W.tagNameCheck(Z)))return!1;if(Pt&&!sn[Z]){let Ge=E(R)||R.parentNode,Lt=h(R)||R.childNodes;if(Lt&&Ge){let ln=Lt.length;for(let yn=ln-1;yn>=0;--yn)Ge.insertBefore(T(Lt[yn],!0),b(R))}}return li(R),!0}return R instanceof u&&!J9(R)||(Z==="noscript"||Z==="noembed")&&An(/<\/no(script|embed)/i,R.innerHTML)?(li(R),!0):(ee&&R.nodeType===3&&(le=R.textContent,le=$n(le,O," "),le=$n(le,_," "),le=$n(le,k," "),R.textContent!==le&&(Mo(e.removed,{element:R.cloneNode()}),R.textContent=le)),yr("afterSanitizeElements",R,null),!1)},gf=function(R,le,Z){if(_e&&(le==="id"||le==="name")&&(Z in a||Z in Y9))return!1;if(!(J&&!ue[le]&&An(N,le))&&!(ae&&An(z,le))){if(!H[le]||ue[le]){if(!(mf(R)&&(W.tagNameCheck instanceof RegExp&&An(W.tagNameCheck,R)||W.tagNameCheck instanceof Function&&W.tagNameCheck(R))&&(W.attributeNameCheck instanceof RegExp&&An(W.attributeNameCheck,le)||W.attributeNameCheck instanceof Function&&W.attributeNameCheck(le))||le==="is"&&W.allowCustomizedBuiltInElements&&(W.tagNameCheck instanceof RegExp&&An(W.tagNameCheck,Z)||W.tagNameCheck instanceof Function&&W.tagNameCheck(Z))))return!1}else if(!ka[le]&&!An(C,$n(Z,F,""))&&!((le==="src"||le==="xlink:href"||le==="href")&&R!=="script"&&Px(Z,"data:")===0&&wo[R])&&!(ie&&!An(q,$n(Z,F,"")))&&Z)return!1}return!0},mf=function(R){return R.indexOf("-")>0},ff=function(R){let le,Z,Ge,Lt;yr("beforeSanitizeAttributes",R,null);let{attributes:ln}=R;if(!ln)return;let yn={attrName:"",attrValue:"",keepAttr:!0,allowedAttributes:H};for(Lt=ln.length;Lt--;){le=ln[Lt];let{name:Rt,namespaceURI:ci}=le;if(Z=Rt==="value"?le.value:Lx(le.value),Ge=Xe(Rt),yn.attrName=Ge,yn.attrValue=Z,yn.keepAttr=!0,yn.forceKeepAttr=void 0,yr("uponSanitizeAttribute",R,yn),Z=yn.attrValue,yn.forceKeepAttr||(dd(Rt,R),!yn.keepAttr))continue;if(!ge&&An(/\/>/i,Z)){dd(Rt,R);continue}ee&&(Z=$n(Z,O," "),Z=$n(Z,_," "),Z=$n(Z,k," "));let hf=Xe(R.nodeName);if(gf(hf,Ge,Z)){if(de&&(Ge==="id"||Ge==="name")&&(dd(Rt,R),Z=gt+Z),D&&typeof g=="object"&&typeof g.getAttributeType=="function"&&!ci)switch(g.getAttributeType(hf,Ge)){case"TrustedHTML":{Z=D.createHTML(Z);break}case"TrustedScriptURL":{Z=D.createScriptURL(Z);break}}try{ci?R.setAttributeNS(ci,Rt,Z):R.setAttribute(Rt,Z),Zf(e.removed)}catch{}}}yr("afterSanitizeAttributes",R,null)},X9=function R(le){let Z,Ge=df(le);for(yr("beforeSanitizeShadowDOM",le,null);Z=Ge.nextNode();)yr("uponSanitizeShadowNode",Z,null),!pf(Z)&&(Z.content instanceof i&&R(Z.content),ff(Z));yr("afterSanitizeShadowDOM",le,null)};return e.sanitize=function(R){let le=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{},Z,Ge,Lt,ln;if(hr=!R,hr&&(R=""),typeof R!="string"&&!Xs(R))if(typeof R.toString=="function"){if(R=R.toString(),typeof R!="string")throw Bo("dirty is not a string, aborting")}else throw Bo("toString is not a function");if(!e.isSupported)return R;if(Te||ld(le),e.removed=[],typeof R=="string"&&(bt=!1),bt){if(R.nodeName){let ci=Xe(R.nodeName);if(!P[ci]||$[ci])throw Bo("root node is forbidden and cannot be sanitized in-place")}}else if(R instanceof s)Z=cf(""),Ge=Z.ownerDocument.importNode(R,!0),Ge.nodeType===1&&Ge.nodeName==="BODY"||Ge.nodeName==="HTML"?Z=Ge:Z.appendChild(Ge);else{if(!re&&!ee&&!Y&&R.indexOf("<")===-1)return D&&ze?D.createHTML(R):R;if(Z=cf(R),!Z)return re?null:ze?M:""}Z&&ne&&li(Z.firstChild);let yn=df(bt?R:Z);for(;Lt=yn.nextNode();)pf(Lt)||(Lt.content instanceof i&&X9(Lt.content),ff(Lt));if(bt)return R;if(re){if(xe)for(ln=y.call(Z.ownerDocument);Z.firstChild;)ln.appendChild(Z.firstChild);else ln=Z;return(H.shadowroot||H.shadowrootmod)&&(ln=A.call(n,ln,!0)),ln}let Rt=Y?Z.outerHTML:Z.innerHTML;return Y&&P["!doctype"]&&Z.ownerDocument&&Z.ownerDocument.doctype&&Z.ownerDocument.doctype.name&&An(oh,Z.ownerDocument.doctype.name)&&(Rt=" -`+Rt),ee&&(Rt=$n(Rt,O," "),Rt=$n(Rt,_," "),Rt=$n(Rt,k," ")),D&&ze?D.createHTML(Rt):Rt},e.setConfig=function(R){ld(R),Te=!0},e.clearConfig=function(){Dn=null,Te=!1},e.isValidAttribute=function(R,le,Z){Dn||ld({});let Ge=Xe(R),Lt=Xe(le);return gf(Ge,Lt,Z)},e.addHook=function(R,le){typeof le=="function"&&(v[R]=v[R]||[],Mo(v[R],le))},e.removeHook=function(R){if(v[R])return Zf(v[R])},e.removeHooks=function(R){v[R]&&(v[R]=[])},e.removeAllHooks=function(){v={}},e}var Ye=sh();d();d();var Hx=Object.create,Gd=Object.defineProperty,Wx=Object.getOwnPropertyDescriptor,Kx=Object.getOwnPropertyNames,Gx=Object.getPrototypeOf,$x=Object.prototype.hasOwnProperty,$d=(t,e)=>()=>(e||t((e={exports:{}}).exports,e),e.exports),Vx=(t,e)=>{for(var n in e)Gd(t,n,{get:e[n],enumerable:!0})},Kd=(t,e,n,r)=>{if(e&&typeof e=="object"||typeof e=="function")for(let a of Kx(e))!$x.call(t,a)&&a!==n&&Gd(t,a,{get:()=>e[a],enumerable:!(r=Wx(e,a))||r.enumerable});return t},Yx=(t,e,n)=>(Kd(t,e,"default"),n&&Kd(n,e,"default")),lh=(t,e,n)=>(n=t!=null?Hx(Gx(t)):{},Kd(e||!t||!t.__esModule?Gd(n,"default",{value:t,enumerable:!0}):n,t)),Qx=$d((t,e)=>{function n(r,a){if(a&&a.documentElement)r=a,a=arguments[2];else if(!r||!r.documentElement)throw new Error("First argument to Readability constructor should be a document object.");if(a=a||{},this._doc=r,this._docJSDOMParser=this._doc.firstChild.__JSDOMParser__,this._articleTitle=null,this._articleByline=null,this._articleDir=null,this._articleSiteName=null,this._attempts=[],this._debug=!!a.debug,this._maxElemsToParse=a.maxElemsToParse||this.DEFAULT_MAX_ELEMS_TO_PARSE,this._nbTopCandidates=a.nbTopCandidates||this.DEFAULT_N_TOP_CANDIDATES,this._charThreshold=a.charThreshold||this.DEFAULT_CHAR_THRESHOLD,this._classesToPreserve=this.CLASSES_TO_PRESERVE.concat(a.classesToPreserve||[]),this._keepClasses=!!a.keepClasses,this._serializer=a.serializer||function(i){return i.innerHTML},this._disableJSONLD=!!a.disableJSONLD,this._allowedVideoRegex=a.allowedVideoRegex||this.REGEXPS.videos,this._flags=this.FLAG_STRIP_UNLIKELYS|this.FLAG_WEIGHT_CLASSES|this.FLAG_CLEAN_CONDITIONALLY,this._debug){let i=function(o){if(o.nodeType==o.TEXT_NODE)return`${o.nodeName} ("${o.textContent}")`;let s=Array.from(o.attributes||[],function(u){return`${u.name}="${u.value}"`}).join(" ");return`<${o.localName} ${s}>`};this.log=function(){if(typeof console<"u")Array.from(arguments,u=>u&&u.nodeType==this.ELEMENT_NODE?i(u):u).unshift("Reader: (Readability)");else if(typeof dump<"u"){var o=Array.prototype.map.call(arguments,function(s){return s&&s.nodeName?i(s):s}).join(" ");dump("Reader: (Readability) "+o+` -`)}}}else this.log=function(){}}n.prototype={FLAG_STRIP_UNLIKELYS:1,FLAG_WEIGHT_CLASSES:2,FLAG_CLEAN_CONDITIONALLY:4,ELEMENT_NODE:1,TEXT_NODE:3,DEFAULT_MAX_ELEMS_TO_PARSE:0,DEFAULT_N_TOP_CANDIDATES:5,DEFAULT_TAGS_TO_SCORE:"section,h2,h3,h4,h5,h6,p,td,pre".toUpperCase().split(","),DEFAULT_CHAR_THRESHOLD:500,REGEXPS:{unlikelyCandidates:/-ad-|ai2html|banner|breadcrumbs|combx|comment|community|cover-wrap|disqus|extra|footer|gdpr|header|legends|menu|related|remark|replies|rss|shoutbox|sidebar|skyscraper|social|sponsor|supplemental|ad-break|agegate|pagination|pager|popup|yom-remote/i,okMaybeItsACandidate:/and|article|body|column|content|main|shadow/i,positive:/article|body|content|entry|hentry|h-entry|main|page|pagination|post|text|blog|story/i,negative:/-ad-|hidden|^hid$| hid$| hid |^hid |banner|combx|comment|com-|contact|foot|footer|footnote|gdpr|masthead|media|meta|outbrain|promo|related|scroll|share|shoutbox|sidebar|skyscraper|sponsor|shopping|tags|tool|widget/i,extraneous:/print|archive|comment|discuss|e[\-]?mail|share|reply|all|login|sign|single|utility/i,byline:/byline|author|dateline|writtenby|p-author/i,replaceFonts:/<(\/?)font[^>]*>/gi,normalize:/\s{2,}/g,videos:/\/\/(www\.)?((dailymotion|youtube|youtube-nocookie|player\.vimeo|v\.qq)\.com|(archive|upload\.wikimedia)\.org|player\.twitch\.tv)/i,shareElements:/(\b|_)(share|sharedaddy)(\b|_)/i,nextLink:/(next|weiter|continue|>([^\|]|$)|»([^\|]|$))/i,prevLink:/(prev|earl|old|new|<|«)/i,tokenize:/\W+/g,whitespace:/^\s*$/,hasContent:/\S$/,hashUrl:/^#.+/,srcsetUrl:/(\S+)(\s+[\d.]+[xw])?(\s*(?:,|$))/g,b64DataUrl:/^data:\s*([^\s;,]+)\s*;\s*base64\s*,/i,jsonLdArticleTypes:/^Article|AdvertiserContentArticle|NewsArticle|AnalysisNewsArticle|AskPublicNewsArticle|BackgroundNewsArticle|OpinionNewsArticle|ReportageNewsArticle|ReviewNewsArticle|Report|SatiricalArticle|ScholarlyArticle|MedicalScholarlyArticle|SocialMediaPosting|BlogPosting|LiveBlogPosting|DiscussionForumPosting|TechArticle|APIReference$/},UNLIKELY_ROLES:["menu","menubar","complementary","navigation","alert","alertdialog","dialog"],DIV_TO_P_ELEMS:new Set(["BLOCKQUOTE","DL","DIV","IMG","OL","P","PRE","TABLE","UL"]),ALTER_TO_DIV_EXCEPTIONS:["DIV","ARTICLE","SECTION","P"],PRESENTATIONAL_ATTRIBUTES:["align","background","bgcolor","border","cellpadding","cellspacing","frame","hspace","rules","style","valign","vspace"],DEPRECATED_SIZE_ATTRIBUTE_ELEMS:["TABLE","TH","TD","HR","PRE"],PHRASING_ELEMS:["ABBR","AUDIO","B","BDO","BR","BUTTON","CITE","CODE","DATA","DATALIST","DFN","EM","EMBED","I","IMG","INPUT","KBD","LABEL","MARK","MATH","METER","NOSCRIPT","OBJECT","OUTPUT","PROGRESS","Q","RUBY","SAMP","SCRIPT","SELECT","SMALL","SPAN","STRONG","SUB","SUP","TEXTAREA","TIME","VAR","WBR"],CLASSES_TO_PRESERVE:["page"],HTML_ESCAPE_MAP:{lt:"<",gt:">",amp:"&",quot:'"',apos:"'"},_postProcessContent:function(r){this._fixRelativeUris(r),this._simplifyNestedElements(r),this._keepClasses||this._cleanClasses(r)},_removeNodes:function(r,a){if(this._docJSDOMParser&&r._isLiveNodeList)throw new Error("Do not pass live node lists to _removeNodes");for(var i=r.length-1;i>=0;i--){var o=r[i],s=o.parentNode;s&&(!a||a.call(this,o,i,r))&&s.removeChild(o)}},_replaceNodeTags:function(r,a){if(this._docJSDOMParser&&r._isLiveNodeList)throw new Error("Do not pass live node lists to _replaceNodeTags");for(let i of r)this._setNodeTag(i,a)},_forEachNode:function(r,a){Array.prototype.forEach.call(r,a,this)},_findNode:function(r,a){return Array.prototype.find.call(r,a,this)},_someNode:function(r,a){return Array.prototype.some.call(r,a,this)},_everyNode:function(r,a){return Array.prototype.every.call(r,a,this)},_concatNodeLists:function(){var r=Array.prototype.slice,a=r.call(arguments),i=a.map(function(o){return r.call(o)});return Array.prototype.concat.apply([],i)},_getAllNodesWithTag:function(r,a){return r.querySelectorAll?r.querySelectorAll(a.join(",")):[].concat.apply([],a.map(function(i){var o=r.getElementsByTagName(i);return Array.isArray(o)?o:Array.from(o)}))},_cleanClasses:function(r){var a=this._classesToPreserve,i=(r.getAttribute("class")||"").split(/\s+/).filter(function(o){return a.indexOf(o)!=-1}).join(" ");for(i?r.setAttribute("class",i):r.removeAttribute("class"),r=r.firstElementChild;r;r=r.nextElementSibling)this._cleanClasses(r)},_fixRelativeUris:function(r){var a=this._doc.baseURI,i=this._doc.documentURI;function o(l){if(a==i&&l.charAt(0)=="#")return l;try{return new URL(l,a).href}catch{}return l}var s=this._getAllNodesWithTag(r,["a"]);this._forEachNode(s,function(l){var c=l.getAttribute("href");if(c)if(c.indexOf("javascript:")===0)if(l.childNodes.length===1&&l.childNodes[0].nodeType===this.TEXT_NODE){var p=this._doc.createTextNode(l.textContent);l.parentNode.replaceChild(p,l)}else{for(var m=this._doc.createElement("span");l.firstChild;)m.appendChild(l.firstChild);l.parentNode.replaceChild(m,l)}else l.setAttribute("href",o(c))});var u=this._getAllNodesWithTag(r,["img","picture","figure","video","audio","source"]);this._forEachNode(u,function(l){var c=l.getAttribute("src"),p=l.getAttribute("poster"),m=l.getAttribute("srcset");if(c&&l.setAttribute("src",o(c)),p&&l.setAttribute("poster",o(p)),m){var g=m.replace(this.REGEXPS.srcsetUrl,function(f,T,b,h){return o(T)+(b||"")+h});l.setAttribute("srcset",g)}})},_simplifyNestedElements:function(r){for(var a=r;a;){if(a.parentNode&&["DIV","SECTION"].includes(a.tagName)&&!(a.id&&a.id.startsWith("readability"))){if(this._isElementWithoutContent(a)){a=this._removeAndGetNext(a);continue}else if(this._hasSingleTagInsideElement(a,"DIV")||this._hasSingleTagInsideElement(a,"SECTION")){for(var i=a.children[0],o=0;o»] /.test(a))o=/ [\\\/>»] /.test(a),a=i.replace(/(.*)[\|\-\\\/>»] .*/gi,"$1"),s(a)<3&&(a=i.replace(/[^\|\-\\\/>»]*[\|\-\\\/>»](.*)/gi,"$1"));else if(a.indexOf(": ")!==-1){var u=this._concatNodeLists(r.getElementsByTagName("h1"),r.getElementsByTagName("h2")),l=a.trim(),c=this._someNode(u,function(g){return g.textContent.trim()===l});c||(a=i.substring(i.lastIndexOf(":")+1),s(a)<3?a=i.substring(i.indexOf(":")+1):s(i.substr(0,i.indexOf(":")))>5&&(a=i))}else if(a.length>150||a.length<15){var p=r.getElementsByTagName("h1");p.length===1&&(a=this._getInnerText(p[0]))}a=a.trim().replace(this.REGEXPS.normalize," ");var m=s(a);return m<=4&&(!o||m!=s(i.replace(/[\|\-\\\/>»]+/g,""))-1)&&(a=i),a},_prepDocument:function(){var r=this._doc;this._removeNodes(this._getAllNodesWithTag(r,["style"])),r.body&&this._replaceBrs(r.body),this._replaceNodeTags(this._getAllNodesWithTag(r,["font"]),"SPAN")},_nextNode:function(r){for(var a=r;a&&a.nodeType!=this.ELEMENT_NODE&&this.REGEXPS.whitespace.test(a.textContent);)a=a.nextSibling;return a},_replaceBrs:function(r){this._forEachNode(this._getAllNodesWithTag(r,["br"]),function(a){for(var i=a.nextSibling,o=!1;(i=this._nextNode(i))&&i.tagName=="BR";){o=!0;var s=i.nextSibling;i.parentNode.removeChild(i),i=s}if(o){var u=this._doc.createElement("p");for(a.parentNode.replaceChild(u,a),i=u.nextSibling;i;){if(i.tagName=="BR"){var l=this._nextNode(i.nextSibling);if(l&&l.tagName=="BR")break}if(!this._isPhrasingContent(i))break;var c=i.nextSibling;u.appendChild(i),i=c}for(;u.lastChild&&this._isWhitespace(u.lastChild);)u.removeChild(u.lastChild);u.parentNode.tagName==="P"&&this._setNodeTag(u.parentNode,"DIV")}})},_setNodeTag:function(r,a){if(this.log("_setNodeTag",r,a),this._docJSDOMParser)return r.localName=a.toLowerCase(),r.tagName=a.toUpperCase(),r;for(var i=r.ownerDocument.createElement(a);r.firstChild;)i.appendChild(r.firstChild);r.parentNode.replaceChild(i,r),r.readability&&(i.readability=r.readability);for(var o=0;o!i.includes(l)),u=s.join(" ").length/o.join(" ").length;return 1-u},_checkByline:function(r,a){if(this._articleByline)return!1;if(r.getAttribute!==void 0)var i=r.getAttribute("rel"),o=r.getAttribute("itemprop");return(i==="author"||o&&o.indexOf("author")!==-1||this.REGEXPS.byline.test(a))&&this._isValidByline(r.textContent)?(this._articleByline=r.textContent.trim(),!0):!1},_getNodeAncestors:function(r,a){a=a||0;for(var i=0,o=[];r.parentNode&&(o.push(r.parentNode),!(a&&++i===a));)r=r.parentNode;return o},_grabArticle:function(r){this.log("**** grabArticle ****");var a=this._doc,i=r!==null;if(r=r||this._doc.body,!r)return this.log("No body found in document. Abort."),null;for(var o=r.innerHTML;;){this.log("Starting grabArticle loop");var s=this._flagIsActive(this.FLAG_STRIP_UNLIKELYS),u=[],l=this._doc.documentElement;let ne=!0;for(;l;){l.tagName==="HTML"&&(this._articleLang=l.getAttribute("lang"));var c=l.className+" "+l.id;if(!this._isProbablyVisible(l)){this.log("Removing hidden node - "+c),l=this._removeAndGetNext(l);continue}if(l.getAttribute("aria-modal")=="true"&&l.getAttribute("role")=="dialog"){l=this._removeAndGetNext(l);continue}if(this._checkByline(l,c)){l=this._removeAndGetNext(l);continue}if(ne&&this._headerDuplicatesTitle(l)){this.log("Removing header: ",l.textContent.trim(),this._articleTitle.trim()),ne=!1,l=this._removeAndGetNext(l);continue}if(s){if(this.REGEXPS.unlikelyCandidates.test(c)&&!this.REGEXPS.okMaybeItsACandidate.test(c)&&!this._hasAncestorTag(l,"table")&&!this._hasAncestorTag(l,"code")&&l.tagName!=="BODY"&&l.tagName!=="A"){this.log("Removing unlikely candidate - "+c),l=this._removeAndGetNext(l);continue}if(this.UNLIKELY_ROLES.includes(l.getAttribute("role"))){this.log("Removing content with role "+l.getAttribute("role")+" - "+c),l=this._removeAndGetNext(l);continue}}if((l.tagName==="DIV"||l.tagName==="SECTION"||l.tagName==="HEADER"||l.tagName==="H1"||l.tagName==="H2"||l.tagName==="H3"||l.tagName==="H4"||l.tagName==="H5"||l.tagName==="H6")&&this._isElementWithoutContent(l)){l=this._removeAndGetNext(l);continue}if(this.DEFAULT_TAGS_TO_SCORE.indexOf(l.tagName)!==-1&&u.push(l),l.tagName==="DIV"){for(var p=null,m=l.firstChild;m;){var g=m.nextSibling;if(this._isPhrasingContent(m))p!==null?p.appendChild(m):this._isWhitespace(m)||(p=a.createElement("p"),l.replaceChild(p,m),p.appendChild(m));else if(p!==null){for(;p.lastChild&&this._isWhitespace(p.lastChild);)p.removeChild(p.lastChild);p=null}m=g}if(this._hasSingleTagInsideElement(l,"P")&&this._getLinkDensity(l)<.25){var f=l.children[0];l.parentNode.replaceChild(f,l),l=f,u.push(l)}else this._hasChildBlockElement(l)||(l=this._setNodeTag(l,"P"),u.push(l))}l=this._getNextNode(l)}var T=[];this._forEachNode(u,function(re){if(!(!re.parentNode||typeof re.parentNode.tagName>"u")){var xe=this._getInnerText(re);if(!(xe.length<25)){var ze=this._getNodeAncestors(re,5);if(ze.length!==0){var _e=0;_e+=1,_e+=xe.split(",").length,_e+=Math.min(Math.floor(xe.length/100),3),this._forEachNode(ze,function(de,gt){if(!(!de.tagName||!de.parentNode||typeof de.parentNode.tagName>"u")){if(typeof de.readability>"u"&&(this._initializeNode(de),T.push(de)),gt===0)var Pt=1;else gt===1?Pt=2:Pt=gt*3;de.readability.contentScore+=_e/Pt}})}}}});for(var b=[],h=0,E=T.length;hS.readability.contentScore){b.splice(I,0,D),b.length>this._nbTopCandidates&&b.pop();break}}}var y=b[0]||null,L=!1,A;if(y===null||y.tagName==="BODY"){for(y=a.createElement("DIV"),L=!0;r.firstChild;)this.log("Moving child out:",r.firstChild),y.appendChild(r.firstChild);r.appendChild(y),this._initializeNode(y)}else if(y){for(var v=[],O=1;O=.75&&v.push(this._getNodeAncestors(b[O]));var _=3;if(v.length>=_)for(A=y.parentNode;A.tagName!=="BODY";){for(var k=0,N=0;N=_){y=A;break}A=A.parentNode}y.readability||this._initializeNode(y),A=y.parentNode;for(var z=y.readability.contentScore,q=z/3;A.tagName!=="BODY";){if(!A.readability){A=A.parentNode;continue}var F=A.readability.contentScore;if(Fz){y=A;break}z=A.readability.contentScore,A=A.parentNode}for(A=y.parentNode;A.tagName!="BODY"&&A.children.length==1;)y=A,A=y.parentNode;y.readability||this._initializeNode(y)}var C=a.createElement("DIV");i&&(C.id="readability-content");var P=Math.max(10,y.readability.contentScore*.2);A=y.parentNode;for(var U=A.children,H=0,j=U.length;H=P)$=!0;else if(W.nodeName==="P"){var ae=this._getLinkDensity(W),J=this._getInnerText(W),ie=J.length;(ie>80&&ae<.25||ie<80&&ie>0&&ae===0&&J.search(/\.( |$)/)!==-1)&&($=!0)}}$&&(this.log("Appending node:",W),this.ALTER_TO_DIV_EXCEPTIONS.indexOf(W.nodeName)===-1&&(this.log("Altering sibling:",W,"to div."),W=this._setNodeTag(W,"DIV")),C.appendChild(W),U=A.children,H-=1,j-=1)}if(this._debug&&this.log("Article content pre-prep: "+C.innerHTML),this._prepArticle(C),this._debug&&this.log("Article content post-prep: "+C.innerHTML),L)y.id="readability-page-1",y.className="page";else{var ge=a.createElement("DIV");for(ge.id="readability-page-1",ge.className="page";C.firstChild;)ge.appendChild(C.firstChild);C.appendChild(ge)}this._debug&&this.log("Article content after paging: "+C.innerHTML);var ee=!0,Y=this._getInnerText(C,!0).length;if(Y0&&r.length<100):!1},_unescapeHtmlEntities:function(r){if(!r)return r;var a=this.HTML_ESCAPE_MAP;return r.replace(/&(quot|amp|apos|lt|gt);/g,function(i,o){return a[o]}).replace(/&#(?:x([0-9a-z]{1,4})|([0-9]{1,4}));/gi,function(i,o,s){var u=parseInt(o||s,o?16:10);return String.fromCharCode(u)})},_getJSONLD:function(r){var a=this._getAllNodesWithTag(r,["script"]),i;return this._forEachNode(a,function(o){if(!i&&o.getAttribute("type")==="application/ld+json")try{var s=o.textContent.replace(/^\s*\s*$/g,""),u=JSON.parse(s);if(!u["@context"]||!u["@context"].match(/^https?\:\/\/schema\.org$/)||(!u["@type"]&&Array.isArray(u["@graph"])&&(u=u["@graph"].find(function(m){return(m["@type"]||"").match(this.REGEXPS.jsonLdArticleTypes)})),!u||!u["@type"]||!u["@type"].match(this.REGEXPS.jsonLdArticleTypes)))return;if(i={},typeof u.name=="string"&&typeof u.headline=="string"&&u.name!==u.headline){var l=this._getArticleTitle(),c=this._textSimilarity(u.name,l)>.75,p=this._textSimilarity(u.headline,l)>.75;p&&!c?i.title=u.headline:i.title=u.name}else typeof u.name=="string"?i.title=u.name.trim():typeof u.headline=="string"&&(i.title=u.headline.trim());u.author&&(typeof u.author.name=="string"?i.byline=u.author.name.trim():Array.isArray(u.author)&&u.author[0]&&typeof u.author[0].name=="string"&&(i.byline=u.author.filter(function(m){return m&&typeof m.name=="string"}).map(function(m){return m.name.trim()}).join(", "))),typeof u.description=="string"&&(i.excerpt=u.description.trim()),u.publisher&&typeof u.publisher.name=="string"&&(i.siteName=u.publisher.name.trim());return}catch(m){this.log(m.message)}}),i||{}},_getArticleMetadata:function(r){var a={},i={},o=this._doc.getElementsByTagName("meta"),s=/\s*(dc|dcterm|og|twitter)\s*:\s*(author|creator|description|title|site_name)\s*/gi,u=/^\s*(?:(dc|dcterm|og|twitter|weibo:(article|webpage))\s*[\.:]\s*)?(author|creator|description|title|site_name)\s*$/i;return this._forEachNode(o,function(l){var c=l.getAttribute("name"),p=l.getAttribute("property"),m=l.getAttribute("content");if(m){var g=null,f=null;p&&(g=p.match(s),g&&(f=g[0].toLowerCase().replace(/\s/g,""),i[f]=m.trim())),!g&&c&&u.test(c)&&(f=c,m&&(f=f.toLowerCase().replace(/\s/g,"").replace(/\./g,":"),i[f]=m.trim()))}}),a.title=r.title||i["dc:title"]||i["dcterm:title"]||i["og:title"]||i["weibo:article:title"]||i["weibo:webpage:title"]||i.title||i["twitter:title"],a.title||(a.title=this._getArticleTitle()),a.byline=r.byline||i["dc:creator"]||i["dcterm:creator"]||i.author,a.excerpt=r.excerpt||i["dc:description"]||i["dcterm:description"]||i["og:description"]||i["weibo:article:description"]||i["weibo:webpage:description"]||i.description||i["twitter:description"],a.siteName=r.siteName||i["og:site_name"],a.title=this._unescapeHtmlEntities(a.title),a.byline=this._unescapeHtmlEntities(a.byline),a.excerpt=this._unescapeHtmlEntities(a.excerpt),a.siteName=this._unescapeHtmlEntities(a.siteName),a},_isSingleImage:function(r){return r.tagName==="IMG"?!0:r.children.length!==1||r.textContent.trim()!==""?!1:this._isSingleImage(r.children[0])},_unwrapNoscriptImages:function(r){var a=Array.from(r.getElementsByTagName("img"));this._forEachNode(a,function(o){for(var s=0;s"u"?!0:a;var i=r.textContent.trim();return a?i.replace(this.REGEXPS.normalize," "):i},_getCharCount:function(r,a){return a=a||",",this._getInnerText(r).split(a).length-1},_cleanStyles:function(r){if(!(!r||r.tagName.toLowerCase()==="svg")){for(var a=0;a0&&s>i)return!1;if(r.parentNode.tagName===a&&(!o||o(r.parentNode)))return!0;r=r.parentNode,s++}return!1},_getRowAndColumnCount:function(r){for(var a=0,i=0,o=r.getElementsByTagName("tr"),s=0;s0){o._readabilityDataTable=!0;continue}var p=["col","colgroup","tfoot","thead","th"],m=function(f){return!!o.getElementsByTagName(f)[0]};if(p.some(m)){this.log("Data table because found data-y descendant"),o._readabilityDataTable=!0;continue}if(o.getElementsByTagName("table")[0]){o._readabilityDataTable=!1;continue}var g=this._getRowAndColumnCount(o);if(g.rows>=10||g.columns>4){o._readabilityDataTable=!0;continue}o._readabilityDataTable=g.rows*g.columns>10}},_fixLazyImages:function(r){this._forEachNode(this._getAllNodesWithTag(r,["img","picture","figure"]),function(a){if(a.src&&this.REGEXPS.b64DataUrl.test(a.src)){var i=this.REGEXPS.b64DataUrl.exec(a.src);if(i[1]==="image/svg+xml")return;for(var o=!1,s=0;so+=this._getInnerText(u,!0).length),o/i},_cleanConditionally:function(r,a){this._flagIsActive(this.FLAG_CLEAN_CONDITIONALLY)&&this._removeNodes(this._getAllNodesWithTag(r,[a]),function(i){var o=function(A){return A._readabilityDataTable},s=a==="ul"||a==="ol";if(!s){var u=0,l=this._getAllNodesWithTag(i,["ul","ol"]);this._forEachNode(l,A=>u+=this._getInnerText(A).length),s=u/this._getInnerText(i).length>.9}if(a==="table"&&o(i)||this._hasAncestorTag(i,"table",-1,o)||this._hasAncestorTag(i,"code"))return!1;var c=this._getClassWeight(i);this.log("Cleaning Conditionally",i);var p=0;if(c+p<0)return!0;if(this._getCharCount(i,",")<10){for(var m=i.getElementsByTagName("p").length,g=i.getElementsByTagName("img").length,f=i.getElementsByTagName("li").length-100,T=i.getElementsByTagName("input").length,b=this._getTextDensity(i,["h1","h2","h3","h4","h5","h6"]),h=0,E=this._getAllNodesWithTag(i,["object","embed","iframe"]),D=0;D1&&m/g<.5&&!this._hasAncestorTag(i,"figure")||!s&&f>m||T>Math.floor(m/3)||!s&&b<.9&&S<25&&(g===0||g>2)&&!this._hasAncestorTag(i,"figure")||!s&&c<25&&I>.2||c>=25&&I>.5||h===1&&S<75||h>1;if(s&&y){for(var L=0;L1)return y;let A=i.getElementsByTagName("li").length;if(g==A)return!1}return y}return!1})},_cleanMatchedNodes:function(r,a){for(var i=this._getNextNode(r,!0),o=this._getNextNode(r);o&&o!=i;)a.call(this,o,o.className+" "+o.id)?o=this._removeAndGetNext(o):o=this._getNextNode(o)},_cleanHeaders:function(r){let a=this._getAllNodesWithTag(r,["h1","h2"]);this._removeNodes(a,function(i){let o=this._getClassWeight(i)<0;return o&&this.log("Removing header with low class weight:",i),o})},_headerDuplicatesTitle:function(r){if(r.tagName!="H1"&&r.tagName!="H2")return!1;var a=this._getInnerText(r,!1);return this.log("Evaluating similarity of header:",a,this._articleTitle),this._textSimilarity(this._articleTitle,a)>.75},_flagIsActive:function(r){return(this._flags&r)>0},_removeFlag:function(r){this._flags=this._flags&~r},_isProbablyVisible:function(r){return(!r.style||r.style.display!="none")&&!r.hasAttribute("hidden")&&(!r.hasAttribute("aria-hidden")||r.getAttribute("aria-hidden")!="true"||r.className&&r.className.indexOf&&r.className.indexOf("fallback-image")!==-1)},parse:function(){if(this._maxElemsToParse>0){var r=this._doc.getElementsByTagName("*").length;if(r>this._maxElemsToParse)throw new Error("Aborting parsing document; "+r+" elements found")}this._unwrapNoscriptImages(this._doc);var a=this._disableJSONLD?{}:this._getJSONLD(this._doc);this._removeScripts(this._doc),this._prepDocument();var i=this._getArticleMetadata(a);this._articleTitle=i.title;var o=this._grabArticle();if(!o)return null;if(this.log("Grabbed: "+o.innerHTML),this._postProcessContent(o),!i.excerpt){var s=o.getElementsByTagName("p");s.length>0&&(i.excerpt=s[0].textContent.trim())}var u=o.textContent;return{title:this._articleTitle,byline:i.byline||this._articleByline,dir:this._articleDir,lang:this._articleLang,content:this._serializer(o),textContent:u,length:u.length,excerpt:i.excerpt,siteName:i.siteName||this._articleSiteName}}},typeof e=="object"&&(e.exports=n)}),Jx=$d((t,e)=>{var n={unlikelyCandidates:/-ad-|ai2html|banner|breadcrumbs|combx|comment|community|cover-wrap|disqus|extra|footer|gdpr|header|legends|menu|related|remark|replies|rss|shoutbox|sidebar|skyscraper|social|sponsor|supplemental|ad-break|agegate|pagination|pager|popup|yom-remote/i,okMaybeItsACandidate:/and|article|body|column|content|main|shadow/i};function r(i){return(!i.style||i.style.display!="none")&&!i.hasAttribute("hidden")&&(!i.hasAttribute("aria-hidden")||i.getAttribute("aria-hidden")!="true"||i.className&&i.className.indexOf&&i.className.indexOf("fallback-image")!==-1)}function a(i,o={}){typeof o=="function"&&(o={visibilityChecker:o});var s={minScore:20,minContentLength:140,visibilityChecker:r};o=Object.assign(s,o);var u=i.querySelectorAll("p, pre, article"),l=i.querySelectorAll("div > br");if(l.length){var c=new Set(u);[].forEach.call(l,function(m){c.add(m.parentNode)}),u=Array.from(c)}var p=0;return[].some.call(u,function(m){if(!o.visibilityChecker(m))return!1;var g=m.className+" "+m.id;if(n.unlikelyCandidates.test(g)&&!n.okMaybeItsACandidate.test(g)||m.matches("li p"))return!1;var f=m.textContent.trim().length;return fo.minScore)})}typeof e=="object"&&(e.exports=a)}),ch=$d((t,e)=>{var n=Qx(),r=Jx();e.exports={Readability:n,isProbablyReaderable:r}}),dh={};Vx(dh,{Readability:()=>bu,default:()=>mh,isProbablyReaderable:()=>gh});var ph=lh(ch());Yx(dh,lh(ch()));var{Readability:bu,isProbablyReaderable:gh}=ph,{default:uh,...Zx}=ph,mh=uh!==void 0?uh:Zx;var Na={};eu(Na,{Breadcrumbs:()=>Vr,BrowserClient:()=>Ci,Dedupe:()=>Zr,FunctionToString:()=>Ra,GlobalHandlers:()=>cr,HttpContext:()=>Jr,Hub:()=>_r,InboundFilters:()=>Oa,Integrations:()=>FC,LinkedErrors:()=>Qr,SDK_VERSION:()=>Ei,Scope:()=>Nn,TryCatch:()=>Yr,addBreadcrumb:()=>Pu,addGlobalEventProcessor:()=>lr,captureEvent:()=>Au,captureException:()=>Si,captureMessage:()=>Du,chromeStackLineParser:()=>w0,close:()=>D4,configureScope:()=>ku,createTransport:()=>$o,defaultIntegrations:()=>F0,defaultStackLineParsers:()=>k0,defaultStackParser:()=>qu,flush:()=>w4,forceLoad:()=>E4,geckoStackLineParser:()=>D0,getCurrentHub:()=>Le,getHubFromCarrier:()=>Un,init:()=>v4,lastEventId:()=>x4,makeFetchTransport:()=>Vo,makeMain:()=>vi,onLoad:()=>C4,opera10StackLineParser:()=>o4,opera11StackLineParser:()=>s4,setContext:()=>Lu,setExtra:()=>Fu,setExtras:()=>_u,setTag:()=>Bu,setTags:()=>Mu,setUser:()=>Iu,showReportDialog:()=>S4,startTransaction:()=>Ru,winjsStackLineParser:()=>A0,withScope:()=>xi,wrap:()=>A4});d();d();d();d();d();d();d();d();d();var fh=Object.prototype.toString;function Tu(t){switch(fh.call(t)){case"[object Error]":case"[object Exception]":case"[object DOMException]":return!0;default:return or(t,Error)}}function Io(t,e){return fh.call(t)===`[object ${e}]`}function yu(t){return Io(t,"ErrorEvent")}function hh(t){return Io(t,"DOMException")}function Dr(t){return Io(t,"String")}function Ro(t){return t===null||typeof t!="object"&&typeof t!="function"}function Yn(t){return Io(t,"Object")}function Oo(t){return typeof Event<"u"&&or(t,Event)}function bh(t){return!1}function Th(t){return Io(t,"RegExp")}function hi(t){return!!(t&&t.then&&typeof t.then=="function")}function yh(t){return Yn(t)&&"nativeEvent"in t&&"preventDefault"in t&&"stopPropagation"in t}function vh(t){return typeof t=="number"&&t!==t}function or(t,e){try{return t instanceof e}catch{return!1}}function zo(t,e){try{let n=t,r=5,a=80,i=[],o=0,s=0,u=" > ",l=u.length,c;for(;n&&o++1&&s+i.length*l+c.length>=a));)i.push(c),s+=c.length,n=n.parentNode;return i.reverse().join(u)}catch{return""}}function Xx(t,e){let n=t,r=[],a,i,o,s,u;if(!n||!n.tagName)return"";r.push(n.tagName.toLowerCase());let l=e&&e.length?e.filter(p=>n.getAttribute(p)).map(p=>[p,n.getAttribute(p)]):null;if(l&&l.length)l.forEach(p=>{r.push(`[${p[0]}="${p[1]}"]`)});else if(n.id&&r.push(`#${n.id}`),a=n.className,a&&Dr(a))for(i=a.split(/\s+/),u=0;u1&&(u=c.slice(0,-1).join("/"),l=c.pop()),l){let p=l.match(/^\d+/);p&&(l=p[0])}return xh({host:i,pass:a,path:u,projectId:l,port:o,protocol:n,publicKey:r})}function xh(t){return{protocol:t.protocol,publicKey:t.publicKey||"",pass:t.pass||"",host:t.host,port:t.port||"",path:t.path||"",projectId:t.projectId}}function rE(t){if(!!1)return;let{port:e,projectId:n,protocol:r}=t;if(["protocol","publicKey","host","projectId"].forEach(i=>{if(!t[i])throw new Tt(`Invalid Sentry Dsn: ${String(i)} missing`)}),!n.match(/^\d+$/))throw new Tt(`Invalid Sentry Dsn: Invalid projectId ${n}`);if(!tE(r))throw new Tt(`Invalid Sentry Dsn: Invalid protocol ${r}`);if(e&&isNaN(parseInt(e,10)))throw new Tt(`Invalid Sentry Dsn: Invalid port ${e}`);return!0}function vu(t){let e=typeof t=="string"?nE(t):xh(t);return rE(e),e}d();var aE={};function it(){return typeof window<"u"?window:typeof self<"u"?self:aE}function bi(t,e,n){let r=n||it(),a=r.__SENTRY__=r.__SENTRY__||{};return a[t]||(a[t]=e())}d();d();var No=["debug","info","warn","error","log","assert","trace"];function Vd(t){if(!("console"in it()))return t();let n=console,r={};No.forEach(a=>{let i=n[a]&&n[a].__sentry_original__;a in console&&i&&(r[a]=n[a],n[a]=i)});try{return t()}finally{Object.keys(r).forEach(a=>{n[a]=r[a]})}}function Eh(){let t=!1,e={enable:()=>{t=!0},disable:()=>{t=!1}};return!1?No.forEach(n=>{e[n]=(...r)=>{t&&Vd(()=>{})}}):No.forEach(n=>{e[n]=()=>{}}),e}var Se;!1?Se=bi("logger",Eh):Se=Eh();d();d();function Ma(t,e=0){return typeof t!="string"||e===0||t.length<=e?t:`${t.substr(0,e)}...`}function Yd(t,e){if(!Array.isArray(t))return"";let n=[];for(let r=0;r`${encodeURIComponent(e)}=${encodeURIComponent(t[e])}`).join("&")}function Zd(t){if(Tu(t))return{message:t.message,name:t.name,stack:t.stack,...wh(t)};if(Oo(t)){let e={type:t.type,target:Ch(t.target),currentTarget:Ch(t.currentTarget),...wh(t)};return typeof CustomEvent<"u"&&or(t,CustomEvent)&&(e.detail=t.detail),e}else return t}function Ch(t){try{return bh(t)?zo(t):Object.prototype.toString.call(t)}catch{return""}}function wh(t){if(typeof t=="object"&&t!==null){let e={};for(let n in t)Object.prototype.hasOwnProperty.call(t,n)&&(e[n]=t[n]);return e}else return{}}function Ah(t,e=40){let n=Object.keys(Zd(t));if(n.sort(),!n.length)return"[object has no keys]";if(n[0].length>=e)return Ma(n[0],e);for(let r=n.length;r>0;r--){let a=n.slice(0,r).join(", ");if(!(a.length>e))return r===n.length?a:Ma(a,e)}return""}function Ba(t){return Qd(t,new Map)}function Qd(t,e){if(Yn(t)){let n=e.get(t);if(n!==void 0)return n;let r={};e.set(t,r);for(let a of Object.keys(t))typeof t[a]<"u"&&(r[a]=Qd(t[a],e));return r}if(Array.isArray(t)){let n=e.get(t);if(n!==void 0)return n;let r=[];return e.set(t,r),t.forEach(a=>{r.push(Qd(a,e))}),r}return t}d();var iE=50;function e0(...t){let e=t.sort((n,r)=>n[0]-r[0]).map(n=>n[1]);return(n,r=0)=>{let a=[];for(let i of n.split(` +`+T+"]"}return r.pop(),a=T,h}},wS={parse:TS,stringify:CS},DS=wS,uu=DS;d();d();var iL=Number.isNaN||function(t){return typeof t=="number"&&t!==t};d();d();var lu=globalThis||(typeof window<"u"?window:self),kS=Object.create,Pd=Object.defineProperty,PS=Object.getOwnPropertyDescriptor,LS=Object.getOwnPropertyNames,_S=Object.getPrototypeOf,FS=Object.prototype.hasOwnProperty,MS=(t,e)=>()=>(e||t((e={exports:{}}).exports,e),e.exports),BS=(t,e)=>{for(var n in e)Pd(t,n,{get:e[n],enumerable:!0})},kd=(t,e,n,r)=>{if(e&&typeof e=="object"||typeof e=="function")for(let a of LS(e))!FS.call(t,a)&&a!==n&&Pd(t,a,{get:()=>e[a],enumerable:!(r=PS(e,a))||r.enumerable});return t},IS=(t,e,n)=>(kd(t,e,"default"),n&&kd(n,e,"default")),Lf=(t,e,n)=>(n=t!=null?kS(_S(t)):{},kd(e||!t||!t.__esModule?Pd(n,"default",{value:t,enumerable:!0}):n,t)),_f=MS((t,e)=>{var n="Expected a function",r=NaN,a="[object Symbol]",i=/^\s+|\s+$/g,o=/^[-+]0x[0-9a-f]+$/i,s=/^0b[01]+$/i,u=/^0o[0-7]+$/i,l=parseInt,c=typeof lu=="object"&&lu&&lu.Object===Object&&lu,p=typeof self=="object"&&self&&self.Object===Object&&self,m=c||p||Function("return this")(),g=Object.prototype,f=g.toString,T=Math.max,b=Math.min,h=function(){return m.Date.now()};function E(k,A,y){var R,_,P,N,z,q,F=0,C=!1,L=!1,U=!0;if(typeof k!="function")throw new TypeError(n);A=v(A)||0,M(y)&&(C=!!y.leading,L="maxWait"in y,P=L?T(v(y.maxWait)||0,A):P,U="trailing"in y?!!y.trailing:U);function H(ee){var Y=R,Te=_;return R=_=void 0,F=ee,N=k.apply(Te,Y),N}function j(ee){return F=ee,z=setTimeout(ue,A),C?H(ee):N}function W(ee){var Y=ee-q,Te=ee-F,ne=A-Y;return L?b(ne,P-Te):ne}function $(ee){var Y=ee-q,Te=ee-F;return q===void 0||Y>=A||Y<0||L&&Te>=P}function ue(){var ee=h();if($(ee))return ae(ee);z=setTimeout(ue,W(ee))}function ae(ee){return z=void 0,U&&R?H(ee):(R=_=void 0,N)}function J(){z!==void 0&&clearTimeout(z),F=0,R=q=_=z=void 0}function ie(){return z===void 0?N:ae(h())}function ge(){var ee=h(),Y=$(ee);if(R=arguments,_=this,q=ee,Y){if(z===void 0)return j(q);if(L)return z=setTimeout(ue,A),H(q)}return z===void 0&&(z=setTimeout(ue,A)),N}return ge.cancel=J,ge.flush=ie,ge}function D(k,A,y){var R=!0,_=!0;if(typeof k!="function")throw new TypeError(n);return M(y)&&(R="leading"in y?!!y.leading:R,_="trailing"in y?!!y.trailing:_),E(k,A,{leading:R,maxWait:A,trailing:_})}function M(k){var A=typeof k;return!!k&&(A=="object"||A=="function")}function I(k){return!!k&&typeof k=="object"}function S(k){return typeof k=="symbol"||I(k)&&f.call(k)==a}function v(k){if(typeof k=="number")return k;if(S(k))return r;if(M(k)){var A=typeof k.valueOf=="function"?k.valueOf():k;k=M(A)?A+"":A}if(typeof k!="string")return k===0?k:+k;k=k.replace(i,"");var y=s.test(k);return y||u.test(k)?l(k.slice(2),y?2:8):o.test(k)?r:+k}e.exports=D}),Ff={};BS(Ff,{default:()=>Kn});var RS=Lf(_f());IS(Ff,Lf(_f()));var{default:Pf,...OS}=RS,Kn=Pf!==void 0?Pf:OS;d();d();var cu=globalThis||(typeof window<"u"?window:self),zS=Object.create,_d=Object.defineProperty,NS=Object.getOwnPropertyDescriptor,US=Object.getOwnPropertyNames,qS=Object.getPrototypeOf,jS=Object.prototype.hasOwnProperty,HS=(t,e)=>()=>(e||t((e={exports:{}}).exports,e),e.exports),WS=(t,e)=>{for(var n in e)_d(t,n,{get:e[n],enumerable:!0})},Ld=(t,e,n,r)=>{if(e&&typeof e=="object"||typeof e=="function")for(let a of US(e))!jS.call(t,a)&&a!==n&&_d(t,a,{get:()=>e[a],enumerable:!(r=NS(e,a))||r.enumerable});return t},KS=(t,e,n)=>(Ld(t,e,"default"),n&&Ld(n,e,"default")),Bf=(t,e,n)=>(n=t!=null?zS(qS(t)):{},Ld(e||!t||!t.__esModule?_d(n,"default",{value:t,enumerable:!0}):n,t)),If=HS((t,e)=>{var n="Expected a function",r=NaN,a="[object Symbol]",i=/^\s+|\s+$/g,o=/^[-+]0x[0-9a-f]+$/i,s=/^0b[01]+$/i,u=/^0o[0-7]+$/i,l=parseInt,c=typeof cu=="object"&&cu&&cu.Object===Object&&cu,p=typeof self=="object"&&self&&self.Object===Object&&self,m=c||p||Function("return this")(),g=Object.prototype,f=g.toString,T=Math.max,b=Math.min,h=function(){return m.Date.now()};function E(v,k,A){var y,R,_,P,N,z,q=0,F=!1,C=!1,L=!0;if(typeof v!="function")throw new TypeError(n);k=S(k)||0,D(A)&&(F=!!A.leading,C="maxWait"in A,_=C?T(S(A.maxWait)||0,k):_,L="trailing"in A?!!A.trailing:L);function U(ge){var ee=y,Y=R;return y=R=void 0,q=ge,P=v.apply(Y,ee),P}function H(ge){return q=ge,N=setTimeout($,k),F?U(ge):P}function j(ge){var ee=ge-z,Y=ge-q,Te=k-ee;return C?b(Te,_-Y):Te}function W(ge){var ee=ge-z,Y=ge-q;return z===void 0||ee>=k||ee<0||C&&Y>=_}function $(){var ge=h();if(W(ge))return ue(ge);N=setTimeout($,j(ge))}function ue(ge){return N=void 0,L&&y?U(ge):(y=R=void 0,P)}function ae(){N!==void 0&&clearTimeout(N),q=0,y=z=R=N=void 0}function J(){return N===void 0?P:ue(h())}function ie(){var ge=h(),ee=W(ge);if(y=arguments,R=this,z=ge,ee){if(N===void 0)return H(z);if(C)return N=setTimeout($,k),U(z)}return N===void 0&&(N=setTimeout($,k)),P}return ie.cancel=ae,ie.flush=J,ie}function D(v){var k=typeof v;return!!v&&(k=="object"||k=="function")}function M(v){return!!v&&typeof v=="object"}function I(v){return typeof v=="symbol"||M(v)&&f.call(v)==a}function S(v){if(typeof v=="number")return v;if(I(v))return r;if(D(v)){var k=typeof v.valueOf=="function"?v.valueOf():v;v=D(k)?k+"":k}if(typeof v!="string")return v===0?v:+v;v=v.replace(i,"");var A=s.test(v);return A||u.test(v)?l(v.slice(2),A?2:8):o.test(v)?r:+v}e.exports=E}),Rf={};WS(Rf,{default:()=>Po});var GS=Bf(If());KS(Rf,Bf(If()));var{default:Mf,...$S}=GS,Po=Mf!==void 0?Mf:$S;d();d();var VS=Object.create,Md=Object.defineProperty,YS=Object.getOwnPropertyDescriptor,QS=Object.getOwnPropertyNames,JS=Object.getPrototypeOf,ZS=Object.prototype.hasOwnProperty,XS=(t,e)=>()=>(e||t((e={exports:{}}).exports,e),e.exports),ex=(t,e)=>{for(var n in e)Md(t,n,{get:e[n],enumerable:!0})},Fd=(t,e,n,r)=>{if(e&&typeof e=="object"||typeof e=="function")for(let a of QS(e))!ZS.call(t,a)&&a!==n&&Md(t,a,{get:()=>e[a],enumerable:!(r=YS(e,a))||r.enumerable});return t},tx=(t,e,n)=>(Fd(t,e,"default"),n&&Fd(n,e,"default")),zf=(t,e,n)=>(n=t!=null?VS(JS(t)):{},Fd(e||!t||!t.__esModule?Md(n,"default",{value:t,enumerable:!0}):n,t)),Nf=XS((t,e)=>{(function(n,r){typeof t=="object"&&typeof e=="object"?e.exports=r():typeof define=="function"&&define.amd?define([],r):typeof t=="object"?t.notie=r():n.notie=r()})(t,function(){return function(n){function r(i){if(a[i])return a[i].exports;var o=a[i]={i,l:!1,exports:{}};return n[i].call(o.exports,o,o.exports,r),o.l=!0,o.exports}var a={};return r.m=n,r.c=a,r.i=function(i){return i},r.d=function(i,o,s){r.o(i,o)||Object.defineProperty(i,o,{configurable:!1,enumerable:!0,get:s})},r.n=function(i){var o=i&&i.__esModule?function(){return i.default}:function(){return i};return r.d(o,"a",o),o},r.o=function(i,o){return Object.prototype.hasOwnProperty.call(i,o)},r.p="",r(r.s=1)}([function(n,r){n.exports=function(a){return a.webpackPolyfill||(a.deprecate=function(){},a.paths=[],a.children||(a.children=[]),Object.defineProperty(a,"loaded",{enumerable:!0,get:function(){return a.l}}),Object.defineProperty(a,"id",{enumerable:!0,get:function(){return a.i}}),a.webpackPolyfill=1),a}},function(n,r,a){"use strict";(function(i){var o,s,u,l=typeof Symbol=="function"&&typeof Symbol.iterator=="symbol"?function(c){return typeof c}:function(c){return c&&typeof Symbol=="function"&&c.constructor===Symbol&&c!==Symbol.prototype?"symbol":typeof c};(function(c,p){l(r)==="object"&&l(i)==="object"?i.exports=p():(s=[],o=p,u=typeof o=="function"?o.apply(r,s):o,u!==void 0&&(i.exports=u))})(void 0,function(){return function(c){function p(g){if(m[g])return m[g].exports;var f=m[g]={i:g,l:!1,exports:{}};return c[g].call(f.exports,f,f.exports,p),f.l=!0,f.exports}var m={};return p.m=c,p.c=m,p.i=function(g){return g},p.d=function(g,f,T){p.o(g,f)||Object.defineProperty(g,f,{configurable:!1,enumerable:!0,get:T})},p.n=function(g){var f=g&&g.__esModule?function(){return g.default}:function(){return g};return p.d(f,"a",f),f},p.o=function(g,f){return Object.prototype.hasOwnProperty.call(g,f)},p.p="",p(p.s=0)}([function(c,p,m){function g(j,W){var $={};for(var ue in j)W.indexOf(ue)>=0||Object.prototype.hasOwnProperty.call(j,ue)&&($[ue]=j[ue]);return $}Object.defineProperty(p,"__esModule",{value:!0});var f=typeof Symbol=="function"&&l(Symbol.iterator)==="symbol"?function(j){return typeof j>"u"?"undefined":l(j)}:function(j){return j&&typeof Symbol=="function"&&j.constructor===Symbol&&j!==Symbol.prototype?"symbol":typeof j>"u"?"undefined":l(j)},T=Object.assign||function(j){for(var W=1;W'+ue+"",Te.onclick=function(){return _(ne,Y)},Te.listener=function(re){(A(re)||y(re))&&z()},R(Te,Y),J&&J<1&&(J=1),!ge&&J&&M(J).then(function(){return _(ne,Y)})},F=p.force=function(j,W){var $=j.type,ue=$===void 0?5:$,ae=j.text,J=j.buttonText,ie=J===void 0?"OK":J,ge=j.callback,ee=j.position,Y=ee===void 0?h.positions.force||Y.top:ee;I(),z();var Te=document.createElement("div"),ne=S();Te.id=ne;var re=document.createElement("div");re.classList.add(h.classes.textbox),re.classList.add(h.classes.backgroundInfo),re.innerHTML='
'+ae+"
";var xe=document.createElement("div");xe.classList.add(h.classes.button),xe.classList.add(v[ue]),xe.innerHTML=ie,xe.onclick=function(){_(ne,Y),N(),ge?ge():W&&W()},Te.appendChild(re),Te.appendChild(xe),Te.listener=function(ze){A(ze)&&xe.click()},R(Te,Y),P()},C=p.confirm=function(j,W,$){var ue=j.text,ae=j.submitText,J=ae===void 0?"Yes":ae,ie=j.cancelText,ge=ie===void 0?"Cancel":ie,ee=j.submitCallback,Y=j.cancelCallback,Te=j.position,ne=Te===void 0?h.positions.confirm||ne.top:Te;I(),z();var re=document.createElement("div"),xe=S();re.id=xe;var ze=document.createElement("div");ze.classList.add(h.classes.textbox),ze.classList.add(h.classes.backgroundInfo),ze.innerHTML='
'+ue+"
";var _e=document.createElement("div");_e.classList.add(h.classes.button),_e.classList.add(h.classes.elementHalf),_e.classList.add(h.classes.backgroundSuccess),_e.innerHTML=J,_e.onclick=function(){_(xe,ne),N(),ee?ee():W&&W()};var de=document.createElement("div");de.classList.add(h.classes.button),de.classList.add(h.classes.elementHalf),de.classList.add(h.classes.backgroundError),de.innerHTML=ge,de.onclick=function(){_(xe,ne),N(),Y?Y():$&&$()},re.appendChild(ze),re.appendChild(_e),re.appendChild(de),re.listener=function(gt){A(gt)?_e.click():y(gt)&&de.click()},R(re,ne),P(re,ne)},L=function(j,W,$){var ue=j.text,ae=j.submitText,J=ae===void 0?"Submit":ae,ie=j.cancelText,ge=ie===void 0?"Cancel":ie,ee=j.submitCallback,Y=j.cancelCallback,Te=j.position,ne=Te===void 0?h.positions.input||ne.top:Te,re=g(j,["text","submitText","cancelText","submitCallback","cancelCallback","position"]);I(),z();var xe=document.createElement("div"),ze=S();xe.id=ze;var _e=document.createElement("div");_e.classList.add(h.classes.textbox),_e.classList.add(h.classes.backgroundInfo),_e.innerHTML='
'+ue+"
";var de=document.createElement("input");de.classList.add(h.classes.inputField),de.setAttribute("autocapitalize",re.autocapitalize||"none"),de.setAttribute("autocomplete",re.autocomplete||"off"),de.setAttribute("autocorrect",re.autocorrect||"off"),de.setAttribute("autofocus",re.autofocus||"true"),de.setAttribute("inputmode",re.inputmode||"verbatim"),de.setAttribute("max",re.max||""),de.setAttribute("maxlength",re.maxlength||""),de.setAttribute("min",re.min||""),de.setAttribute("minlength",re.minlength||""),de.setAttribute("placeholder",re.placeholder||""),de.setAttribute("spellcheck",re.spellcheck||"default"),de.setAttribute("step",re.step||"any"),de.setAttribute("type",re.type||"text"),de.value=re.value||"",re.allowed&&(de.oninput=function(){var bt=void 0;if(Array.isArray(re.allowed)){for(var xt="",sn=re.allowed,In=0;In'+$+"",Y.appendChild(ne),ie.forEach(function(xe,ze){var _e=xe.type,de=_e===void 0?1:_e,gt=xe.text,Pt=xe.handler,bt=document.createElement("div");bt.classList.add(v[de]),bt.classList.add(h.classes.button),bt.classList.add(h.classes.selectChoice);var xt=ie[ze+1];xt&&!xt.type&&(xt.type=1),xt&&xt.type===de&&bt.classList.add(h.classes.selectChoiceRepeated),bt.innerHTML=gt,bt.onclick=function(){_(Te,ee),N(),Pt()},Y.appendChild(bt)});var re=document.createElement("div");re.classList.add(h.classes.backgroundNeutral),re.classList.add(h.classes.button),re.innerHTML=ae,re.onclick=function(){_(Te,ee),N(),J?J():W&&W()},Y.appendChild(re),Y.listener=function(xe){y(xe)&&re.click()},R(Y,ee),P(Y,ee)},H=p.date=function(j,W,$){var ue=j.value,ae=ue===void 0?new Date:ue,J=j.submitText,ie=J===void 0?"OK":J,ge=j.cancelText,ee=ge===void 0?"Cancel":ge,Y=j.submitCallback,Te=j.cancelCallback,ne=j.position,re=ne===void 0?h.positions.date||re.top:ne;I(),z();var xe="▾",ze=document.createElement("div"),_e=document.createElement("div"),de=document.createElement("div"),gt=function(mt){ze.innerHTML=h.dateMonths[mt.getMonth()],_e.innerHTML=mt.getDate(),de.innerHTML=mt.getFullYear()},Pt=function(mt){var Xe=new Date(ae.getFullYear(),ae.getMonth()+1,0).getDate(),Dn=mt.target.textContent.replace(/^0+/,"").replace(/[^\d]/g,"").slice(0,2);Number(Dn)>Xe&&(Dn=Xe.toString()),mt.target.textContent=Dn,Number(Dn)<1&&(Dn="1"),ae.setDate(Number(Dn))},bt=function(mt){var Xe=mt.target.textContent.replace(/^0+/,"").replace(/[^\d]/g,"").slice(0,4);mt.target.textContent=Xe,ae.setFullYear(Number(Xe))},xt=function(mt){gt(ae)},sn=function(mt){var Xe=new Date(ae.getFullYear(),ae.getMonth()+mt+1,0).getDate();ae.getDate()>Xe&&ae.setDate(Xe),ae.setMonth(ae.getMonth()+mt),gt(ae)},In=function(mt){ae.setDate(ae.getDate()+mt),gt(ae)},wo=function(mt){var Xe=ae.getFullYear()+mt;Xe<0?ae.setFullYear(0):ae.setFullYear(ae.getFullYear()+mt),gt(ae)},ir=document.createElement("div"),ka=S();ir.id=ka;var ui=document.createElement("div");ui.classList.add(h.classes.backgroundInfo);var Vt=document.createElement("div");Vt.classList.add(h.classes.dateSelectorInner);var Hn=document.createElement("div");Hn.classList.add(h.classes.button),Hn.classList.add(h.classes.elementThird),Hn.classList.add(h.classes.dateSelectorUp),Hn.innerHTML=xe;var Yt=document.createElement("div");Yt.classList.add(h.classes.button),Yt.classList.add(h.classes.elementThird),Yt.classList.add(h.classes.dateSelectorUp),Yt.innerHTML=xe;var wn=document.createElement("div");wn.classList.add(h.classes.button),wn.classList.add(h.classes.elementThird),wn.classList.add(h.classes.dateSelectorUp),wn.innerHTML=xe,ze.classList.add(h.classes.element),ze.classList.add(h.classes.elementThird),ze.innerHTML=h.dateMonths[ae.getMonth()],_e.classList.add(h.classes.element),_e.classList.add(h.classes.elementThird),_e.setAttribute("contentEditable",!0),_e.addEventListener("input",Pt),_e.addEventListener("blur",xt),_e.innerHTML=ae.getDate(),de.classList.add(h.classes.element),de.classList.add(h.classes.elementThird),de.setAttribute("contentEditable",!0),de.addEventListener("input",bt),de.addEventListener("blur",xt),de.innerHTML=ae.getFullYear();var hr=document.createElement("div");hr.classList.add(h.classes.button),hr.classList.add(h.classes.elementThird),hr.innerHTML=xe;var br=document.createElement("div");br.classList.add(h.classes.button),br.classList.add(h.classes.elementThird),br.innerHTML=xe;var Pa=document.createElement("div");Pa.classList.add(h.classes.button),Pa.classList.add(h.classes.elementThird),Pa.innerHTML=xe,Hn.onclick=function(){return sn(1)},Yt.onclick=function(){return In(1)},wn.onclick=function(){return wo(1)},hr.onclick=function(){return sn(-1)},br.onclick=function(){return In(-1)},Pa.onclick=function(){return wo(-1)};var un=document.createElement("div");un.classList.add(h.classes.button),un.classList.add(h.classes.elementHalf),un.classList.add(h.classes.backgroundSuccess),un.innerHTML=ie,un.onclick=function(){_(ka,re),N(),Y?Y(ae):W&&W(ae)};var Tr=document.createElement("div");Tr.classList.add(h.classes.button),Tr.classList.add(h.classes.elementHalf),Tr.classList.add(h.classes.backgroundError),Tr.innerHTML=ee,Tr.onclick=function(){_(ka,re),N(),Te?Te(ae):$&&$(ae)},Vt.appendChild(Hn),Vt.appendChild(Yt),Vt.appendChild(wn),Vt.appendChild(ze),Vt.appendChild(_e),Vt.appendChild(de),Vt.appendChild(hr),Vt.appendChild(br),Vt.appendChild(Pa),ui.appendChild(Vt),ir.appendChild(ui),ir.appendChild(un),ir.appendChild(Tr),ir.listener=function(mt){A(mt)?un.click():y(mt)&&Tr.click()},R(ir,re),P(ir,re)};p.default={alert:q,force:F,confirm:C,input:L,select:U,date:H,setOptions:E,hideAlerts:z}}])})}).call(r,a(0)(n))}])})}),Uf={};ex(Uf,{default:()=>du});var nx=zf(Nf());tx(Uf,zf(Nf()));var{default:Of,...rx}=nx,du=Of!==void 0?Of:rx;d();d();var pu=typeof navigator<"u"?navigator.userAgent.toLowerCase().indexOf("firefox")>0:!1;function Lo(t,e,n,r){t.addEventListener?t.addEventListener(e,n,r):t.attachEvent&&t.attachEvent(`on${e}`,()=>{n(window.event)})}function Bd(t,e){let n=e.slice(0,e.length-1);for(let r=0;r=0;)e[n-1]+=",",e.splice(n,1),n=e.lastIndexOf("");return e}function qf(t,e){let n=t.length>=e.length?t:e,r=t.length>=e.length?e:t,a=!0;for(let i=0;igi[t.toLowerCase()]||Gn[t.toLowerCase()]||t.toUpperCase().charCodeAt(0),ax=t=>Object.keys(gi).find(e=>gi[e]===t),ix=t=>Object.keys(Gn).find(e=>Gn[e]===t);function $f(t){Kf=t||"all"}function _o(){return Kf||"all"}function ox(){return rt.slice(0)}function sx(){return rt.map(t=>ax(t)||ix(t)||String.fromCharCode(t))}function ux(){let t=[];return Object.keys(ft).forEach(e=>{ft[e].forEach(({key:n,scope:r,mods:a,shortcut:i})=>{t.push({scope:r,shortcut:i,mods:a,keys:n.split("+").map(o=>Fo(o))})})}),t}function lx(t){let e=t.target||t.srcElement,{tagName:n}=e,r=!0;return(e.isContentEditable||(n==="INPUT"||n==="TEXTAREA"||n==="SELECT")&&!e.readOnly)&&(r=!1),r}function cx(t){return typeof t=="string"&&(t=Fo(t)),rt.indexOf(t)!==-1}function dx(t,e){let n,r;t||(t=_o());for(let a in ft)if(Object.prototype.hasOwnProperty.call(ft,a))for(n=ft[a],r=0;r=0&&rt.splice(n,1),t.key&&t.key.toLowerCase()==="meta"&&rt.splice(0,rt.length),(e===93||e===224)&&(e=91),e in zt){zt[e]=!1;for(let r in Gn)Gn[r]===e&&(wr[r]=!1)}}function Vf(t,...e){if(typeof t>"u")Object.keys(ft).forEach(n=>delete ft[n]);else if(Array.isArray(t))t.forEach(n=>{n.key&&Rd(n)});else if(typeof t=="object")t.key&&Rd(t);else if(typeof t=="string"){let[n,r]=e;typeof n=="function"&&(r=n,n=""),Rd({key:t,scope:n,method:r,splitKey:"+"})}}var Rd=({key:t,scope:e,method:n,splitKey:r="+"})=>{Id(t).forEach(i=>{let o=i.split(r),s=o.length,u=o[s-1],l=u==="*"?"*":Fo(u);if(!ft[l])return;e||(e=_o());let c=s>1?Bd(Gn,o):[];ft[l]=ft[l].filter(p=>!((n?p.method===n:!0)&&p.scope===e&&qf(p.mods,c)))})};function Hf(t,e,n,r){if(e.element!==r)return;let a;if(e.scope===n||e.scope==="all"){a=e.mods.length>0;for(let i in zt)Object.prototype.hasOwnProperty.call(zt,i)&&(!zt[i]&&e.mods.indexOf(+i)>-1||zt[i]&&e.mods.indexOf(+i)===-1)&&(a=!1);(e.mods.length===0&&!zt[16]&&!zt[18]&&!zt[17]&&!zt[91]||a||e.shortcut==="*")&&(e.keys=[],e.keys=e.keys.concat(rt),e.method(t,e)===!1&&(t.preventDefault?t.preventDefault():t.returnValue=!1,t.stopPropagation&&t.stopPropagation(),t.cancelBubble&&(t.cancelBubble=!0)))}}function Wf(t,e){let n=ft["*"],r=t.keyCode||t.which||t.charCode;if(!wr.filter.call(this,t))return;if((r===93||r===224)&&(r=91),rt.indexOf(r)===-1&&r!==229&&rt.push(r),["ctrlKey","altKey","shiftKey","metaKey"].forEach(i=>{let o=gu[i];t[i]&&rt.indexOf(o)===-1?rt.push(o):!t[i]&&rt.indexOf(o)>-1?rt.splice(rt.indexOf(o),1):i==="metaKey"&&t[i]&&rt.length===3&&(t.ctrlKey||t.shiftKey||t.altKey||(rt=rt.slice(rt.indexOf(o))))}),r in zt){zt[r]=!0;for(let i in Gn)Gn[i]===r&&(wr[i]=!0);if(!n)return}for(let i in zt)Object.prototype.hasOwnProperty.call(zt,i)&&(zt[i]=t[gu[i]]);t.getModifierState&&!(t.altKey&&!t.ctrlKey)&&t.getModifierState("AltGraph")&&(rt.indexOf(17)===-1&&rt.push(17),rt.indexOf(18)===-1&&rt.push(18),zt[17]=!0,zt[18]=!0);let a=_o();if(n)for(let i=0;i-1}function wr(t,e,n){rt=[];let r=Id(t),a=[],i="all",o=document,s=0,u=!1,l=!0,c="+",p=!1,m=!1;for(n===void 0&&typeof e=="function"&&(n=e),Object.prototype.toString.call(e)==="[object Object]"&&(e.scope&&(i=e.scope),e.element&&(o=e.element),e.keyup&&(u=e.keyup),e.keydown!==void 0&&(l=e.keydown),e.capture!==void 0&&(p=e.capture),typeof e.splitKey=="string"&&(c=e.splitKey),e.single===!0&&(m=!0)),typeof e=="string"&&(i=e),m&&Vf(t,i);s1&&(a=Bd(Gn,t)),t=t[t.length-1],t=t==="*"?"*":Fo(t),t in ft||(ft[t]=[]),ft[t].push({keyup:u,keydown:l,scope:i,mods:a,shortcut:r[s],method:n,key:r[s],splitKey:c,element:o});typeof o<"u"&&!gx(o)&&window&&(Gf.push(o),Lo(o,"keydown",g=>{Wf(g,o)},p),jf||(jf=!0,Lo(window,"focus",()=>{rt=[]},p),Lo(window,"click",()=>{rt=[]},!1)),Lo(o,"keyup",g=>{Wf(g,o),px(g)},p))}function mx(t,e="all"){Object.keys(ft).forEach(n=>{ft[n].filter(a=>a.scope===e&&a.shortcut===t).forEach(a=>{a&&a.method&&a.method()})})}var Od={getPressedKeyString:sx,setScope:$f,getScope:_o,deleteScope:dx,getPressedKeyCodes:ox,getAllKeyCodes:ux,isPressed:cx,filter:lx,trigger:mx,unbind:Vf,keyMap:gi,modifier:Gn,modifierMap:gu};for(let t in Od)Object.prototype.hasOwnProperty.call(Od,t)&&(wr[t]=Od[t]);if(typeof window<"u"){let t=window.hotkeys;wr.noConflict=e=>(e&&window.hotkeys===wr&&(window.hotkeys=t),wr),window.hotkeys=wr}var vn=wr;d();d();var fx={"Amazon Silk":"amazon_silk","Android Browser":"android",Bada:"bada",BlackBerry:"blackberry",Chrome:"chrome",Chromium:"chromium",Electron:"electron",Epiphany:"epiphany",Firefox:"firefox",Focus:"focus",Generic:"generic","Google Search":"google_search",Googlebot:"googlebot","Internet Explorer":"ie","K-Meleon":"k_meleon",Maxthon:"maxthon","Microsoft Edge":"edge","MZ Browser":"mz","NAVER Whale Browser":"naver",Opera:"opera","Opera Coast":"opera_coast",PhantomJS:"phantomjs",Puffin:"puffin",QupZilla:"qupzilla",QQ:"qq",QQLite:"qqlite",Safari:"safari",Sailfish:"sailfish","Samsung Internet for Android":"samsung_internet",SeaMonkey:"seamonkey",Sleipnir:"sleipnir",Swing:"swing",Tizen:"tizen","UC Browser":"uc",Vivaldi:"vivaldi","WebOS Browser":"webos",WeChat:"wechat","Yandex Browser":"yandex",Roku:"roku"},Qf={amazon_silk:"Amazon Silk",android:"Android Browser",bada:"Bada",blackberry:"BlackBerry",chrome:"Chrome",chromium:"Chromium",electron:"Electron",epiphany:"Epiphany",firefox:"Firefox",focus:"Focus",generic:"Generic",googlebot:"Googlebot",google_search:"Google Search",ie:"Internet Explorer",k_meleon:"K-Meleon",maxthon:"Maxthon",edge:"Microsoft Edge",mz:"MZ Browser",naver:"NAVER Whale Browser",opera:"Opera",opera_coast:"Opera Coast",phantomjs:"PhantomJS",puffin:"Puffin",qupzilla:"QupZilla",qq:"QQ Browser",qqlite:"QQ Browser Lite",safari:"Safari",sailfish:"Sailfish",samsung_internet:"Samsung Internet for Android",seamonkey:"SeaMonkey",sleipnir:"Sleipnir",swing:"Swing",tizen:"Tizen",uc:"UC Browser",vivaldi:"Vivaldi",webos:"WebOS Browser",wechat:"WeChat",yandex:"Yandex Browser"},Ct={tablet:"tablet",mobile:"mobile",desktop:"desktop",tv:"tv"},dn={WindowsPhone:"Windows Phone",Windows:"Windows",MacOS:"macOS",iOS:"iOS",Android:"Android",WebOS:"WebOS",BlackBerry:"BlackBerry",Bada:"Bada",Tizen:"Tizen",Linux:"Linux",ChromeOS:"Chrome OS",PlayStation4:"PlayStation 4",Roku:"Roku"},Kr={EdgeHTML:"EdgeHTML",Blink:"Blink",Trident:"Trident",Presto:"Presto",Gecko:"Gecko",WebKit:"WebKit"},G=class{static getFirstMatch(t,e){let n=e.match(t);return n&&n.length>0&&n[1]||""}static getSecondMatch(t,e){let n=e.match(t);return n&&n.length>1&&n[2]||""}static matchAndReturnConst(t,e,n){if(t.test(e))return n}static getWindowsVersionName(t){switch(t){case"NT":return"NT";case"XP":return"XP";case"NT 5.0":return"2000";case"NT 5.1":return"XP";case"NT 5.2":return"2003";case"NT 6.0":return"Vista";case"NT 6.1":return"7";case"NT 6.2":return"8";case"NT 6.3":return"8.1";case"NT 10.0":return"10";default:return}}static getMacOSVersionName(t){let e=t.split(".").splice(0,2).map(n=>parseInt(n,10)||0);if(e.push(0),e[0]===10)switch(e[1]){case 5:return"Leopard";case 6:return"Snow Leopard";case 7:return"Lion";case 8:return"Mountain Lion";case 9:return"Mavericks";case 10:return"Yosemite";case 11:return"El Capitan";case 12:return"Sierra";case 13:return"High Sierra";case 14:return"Mojave";case 15:return"Catalina";default:return}}static getAndroidVersionName(t){let e=t.split(".").splice(0,2).map(n=>parseInt(n,10)||0);if(e.push(0),!(e[0]===1&&e[1]<5)){if(e[0]===1&&e[1]<6)return"Cupcake";if(e[0]===1&&e[1]>=6)return"Donut";if(e[0]===2&&e[1]<2)return"Eclair";if(e[0]===2&&e[1]===2)return"Froyo";if(e[0]===2&&e[1]>2)return"Gingerbread";if(e[0]===3)return"Honeycomb";if(e[0]===4&&e[1]<1)return"Ice Cream Sandwich";if(e[0]===4&&e[1]<4)return"Jelly Bean";if(e[0]===4&&e[1]>=4)return"KitKat";if(e[0]===5)return"Lollipop";if(e[0]===6)return"Marshmallow";if(e[0]===7)return"Nougat";if(e[0]===8)return"Oreo";if(e[0]===9)return"Pie"}}static getVersionPrecision(t){return t.split(".").length}static compareVersions(t,e,n=!1){let r=G.getVersionPrecision(t),a=G.getVersionPrecision(e),i=Math.max(r,a),o=0,s=G.map([t,e],u=>{let l=i-G.getVersionPrecision(u),c=u+new Array(l+1).join(".0");return G.map(c.split("."),p=>new Array(20-p.length).join("0")+p).reverse()});for(n&&(o=i-Math.min(r,a)),i-=1;i>=o;){if(s[0][i]>s[1][i])return 1;if(s[0][i]===s[1][i]){if(i===o)return 0;i-=1}else if(s[0][i]{n[o]=i[o]})}return t}static getBrowserAlias(t){return fx[t]}static getBrowserTypeByAlias(t){return Qf[t]||""}},at=/version\/(\d+(\.?_?\d+)+)/i,hx=[{test:[/googlebot/i],describe(t){let e={name:"Googlebot"},n=G.getFirstMatch(/googlebot\/(\d+(\.\d+))/i,t)||G.getFirstMatch(at,t);return n&&(e.version=n),e}},{test:[/opera/i],describe(t){let e={name:"Opera"},n=G.getFirstMatch(at,t)||G.getFirstMatch(/(?:opera)[\s/](\d+(\.?_?\d+)+)/i,t);return n&&(e.version=n),e}},{test:[/opr\/|opios/i],describe(t){let e={name:"Opera"},n=G.getFirstMatch(/(?:opr|opios)[\s/](\S+)/i,t)||G.getFirstMatch(at,t);return n&&(e.version=n),e}},{test:[/SamsungBrowser/i],describe(t){let e={name:"Samsung Internet for Android"},n=G.getFirstMatch(at,t)||G.getFirstMatch(/(?:SamsungBrowser)[\s/](\d+(\.?_?\d+)+)/i,t);return n&&(e.version=n),e}},{test:[/Whale/i],describe(t){let e={name:"NAVER Whale Browser"},n=G.getFirstMatch(at,t)||G.getFirstMatch(/(?:whale)[\s/](\d+(?:\.\d+)+)/i,t);return n&&(e.version=n),e}},{test:[/MZBrowser/i],describe(t){let e={name:"MZ Browser"},n=G.getFirstMatch(/(?:MZBrowser)[\s/](\d+(?:\.\d+)+)/i,t)||G.getFirstMatch(at,t);return n&&(e.version=n),e}},{test:[/focus/i],describe(t){let e={name:"Focus"},n=G.getFirstMatch(/(?:focus)[\s/](\d+(?:\.\d+)+)/i,t)||G.getFirstMatch(at,t);return n&&(e.version=n),e}},{test:[/swing/i],describe(t){let e={name:"Swing"},n=G.getFirstMatch(/(?:swing)[\s/](\d+(?:\.\d+)+)/i,t)||G.getFirstMatch(at,t);return n&&(e.version=n),e}},{test:[/coast/i],describe(t){let e={name:"Opera Coast"},n=G.getFirstMatch(at,t)||G.getFirstMatch(/(?:coast)[\s/](\d+(\.?_?\d+)+)/i,t);return n&&(e.version=n),e}},{test:[/opt\/\d+(?:.?_?\d+)+/i],describe(t){let e={name:"Opera Touch"},n=G.getFirstMatch(/(?:opt)[\s/](\d+(\.?_?\d+)+)/i,t)||G.getFirstMatch(at,t);return n&&(e.version=n),e}},{test:[/yabrowser/i],describe(t){let e={name:"Yandex Browser"},n=G.getFirstMatch(/(?:yabrowser)[\s/](\d+(\.?_?\d+)+)/i,t)||G.getFirstMatch(at,t);return n&&(e.version=n),e}},{test:[/ucbrowser/i],describe(t){let e={name:"UC Browser"},n=G.getFirstMatch(at,t)||G.getFirstMatch(/(?:ucbrowser)[\s/](\d+(\.?_?\d+)+)/i,t);return n&&(e.version=n),e}},{test:[/Maxthon|mxios/i],describe(t){let e={name:"Maxthon"},n=G.getFirstMatch(at,t)||G.getFirstMatch(/(?:Maxthon|mxios)[\s/](\d+(\.?_?\d+)+)/i,t);return n&&(e.version=n),e}},{test:[/epiphany/i],describe(t){let e={name:"Epiphany"},n=G.getFirstMatch(at,t)||G.getFirstMatch(/(?:epiphany)[\s/](\d+(\.?_?\d+)+)/i,t);return n&&(e.version=n),e}},{test:[/puffin/i],describe(t){let e={name:"Puffin"},n=G.getFirstMatch(at,t)||G.getFirstMatch(/(?:puffin)[\s/](\d+(\.?_?\d+)+)/i,t);return n&&(e.version=n),e}},{test:[/sleipnir/i],describe(t){let e={name:"Sleipnir"},n=G.getFirstMatch(at,t)||G.getFirstMatch(/(?:sleipnir)[\s/](\d+(\.?_?\d+)+)/i,t);return n&&(e.version=n),e}},{test:[/k-meleon/i],describe(t){let e={name:"K-Meleon"},n=G.getFirstMatch(at,t)||G.getFirstMatch(/(?:k-meleon)[\s/](\d+(\.?_?\d+)+)/i,t);return n&&(e.version=n),e}},{test:[/micromessenger/i],describe(t){let e={name:"WeChat"},n=G.getFirstMatch(/(?:micromessenger)[\s/](\d+(\.?_?\d+)+)/i,t)||G.getFirstMatch(at,t);return n&&(e.version=n),e}},{test:[/qqbrowser/i],describe(t){let e={name:/qqbrowserlite/i.test(t)?"QQ Browser Lite":"QQ Browser"},n=G.getFirstMatch(/(?:qqbrowserlite|qqbrowser)[/](\d+(\.?_?\d+)+)/i,t)||G.getFirstMatch(at,t);return n&&(e.version=n),e}},{test:[/msie|trident/i],describe(t){let e={name:"Internet Explorer"},n=G.getFirstMatch(/(?:msie |rv:)(\d+(\.?_?\d+)+)/i,t);return n&&(e.version=n),e}},{test:[/\sedg\//i],describe(t){let e={name:"Microsoft Edge"},n=G.getFirstMatch(/\sedg\/(\d+(\.?_?\d+)+)/i,t);return n&&(e.version=n),e}},{test:[/edg([ea]|ios)/i],describe(t){let e={name:"Microsoft Edge"},n=G.getSecondMatch(/edg([ea]|ios)\/(\d+(\.?_?\d+)+)/i,t);return n&&(e.version=n),e}},{test:[/vivaldi/i],describe(t){let e={name:"Vivaldi"},n=G.getFirstMatch(/vivaldi\/(\d+(\.?_?\d+)+)/i,t);return n&&(e.version=n),e}},{test:[/seamonkey/i],describe(t){let e={name:"SeaMonkey"},n=G.getFirstMatch(/seamonkey\/(\d+(\.?_?\d+)+)/i,t);return n&&(e.version=n),e}},{test:[/sailfish/i],describe(t){let e={name:"Sailfish"},n=G.getFirstMatch(/sailfish\s?browser\/(\d+(\.\d+)?)/i,t);return n&&(e.version=n),e}},{test:[/silk/i],describe(t){let e={name:"Amazon Silk"},n=G.getFirstMatch(/silk\/(\d+(\.?_?\d+)+)/i,t);return n&&(e.version=n),e}},{test:[/phantom/i],describe(t){let e={name:"PhantomJS"},n=G.getFirstMatch(/phantomjs\/(\d+(\.?_?\d+)+)/i,t);return n&&(e.version=n),e}},{test:[/slimerjs/i],describe(t){let e={name:"SlimerJS"},n=G.getFirstMatch(/slimerjs\/(\d+(\.?_?\d+)+)/i,t);return n&&(e.version=n),e}},{test:[/blackberry|\bbb\d+/i,/rim\stablet/i],describe(t){let e={name:"BlackBerry"},n=G.getFirstMatch(at,t)||G.getFirstMatch(/blackberry[\d]+\/(\d+(\.?_?\d+)+)/i,t);return n&&(e.version=n),e}},{test:[/(web|hpw)[o0]s/i],describe(t){let e={name:"WebOS Browser"},n=G.getFirstMatch(at,t)||G.getFirstMatch(/w(?:eb)?[o0]sbrowser\/(\d+(\.?_?\d+)+)/i,t);return n&&(e.version=n),e}},{test:[/bada/i],describe(t){let e={name:"Bada"},n=G.getFirstMatch(/dolfin\/(\d+(\.?_?\d+)+)/i,t);return n&&(e.version=n),e}},{test:[/tizen/i],describe(t){let e={name:"Tizen"},n=G.getFirstMatch(/(?:tizen\s?)?browser\/(\d+(\.?_?\d+)+)/i,t)||G.getFirstMatch(at,t);return n&&(e.version=n),e}},{test:[/qupzilla/i],describe(t){let e={name:"QupZilla"},n=G.getFirstMatch(/(?:qupzilla)[\s/](\d+(\.?_?\d+)+)/i,t)||G.getFirstMatch(at,t);return n&&(e.version=n),e}},{test:[/firefox|iceweasel|fxios/i],describe(t){let e={name:"Firefox"},n=G.getFirstMatch(/(?:firefox|iceweasel|fxios)[\s/](\d+(\.?_?\d+)+)/i,t);return n&&(e.version=n),e}},{test:[/electron/i],describe(t){let e={name:"Electron"},n=G.getFirstMatch(/(?:electron)\/(\d+(\.?_?\d+)+)/i,t);return n&&(e.version=n),e}},{test:[/MiuiBrowser/i],describe(t){let e={name:"Miui"},n=G.getFirstMatch(/(?:MiuiBrowser)[\s/](\d+(\.?_?\d+)+)/i,t);return n&&(e.version=n),e}},{test:[/chromium/i],describe(t){let e={name:"Chromium"},n=G.getFirstMatch(/(?:chromium)[\s/](\d+(\.?_?\d+)+)/i,t)||G.getFirstMatch(at,t);return n&&(e.version=n),e}},{test:[/chrome|crios|crmo/i],describe(t){let e={name:"Chrome"},n=G.getFirstMatch(/(?:chrome|crios|crmo)\/(\d+(\.?_?\d+)+)/i,t);return n&&(e.version=n),e}},{test:[/GSA/i],describe(t){let e={name:"Google Search"},n=G.getFirstMatch(/(?:GSA)\/(\d+(\.?_?\d+)+)/i,t);return n&&(e.version=n),e}},{test(t){let e=!t.test(/like android/i),n=t.test(/android/i);return e&&n},describe(t){let e={name:"Android Browser"},n=G.getFirstMatch(at,t);return n&&(e.version=n),e}},{test:[/playstation 4/i],describe(t){let e={name:"PlayStation 4"},n=G.getFirstMatch(at,t);return n&&(e.version=n),e}},{test:[/safari|applewebkit/i],describe(t){let e={name:"Safari"},n=G.getFirstMatch(at,t);return n&&(e.version=n),e}},{test:[/.*/i],describe(t){let e=/^(.*)\/(.*) /,n=/^(.*)\/(.*)[ \t]\((.*)/,r=t.search("\\(")!==-1?n:e;return{name:G.getFirstMatch(r,t),version:G.getSecondMatch(r,t)}}}],bx=hx,Tx=[{test:[/Roku\/DVP/],describe(t){let e=G.getFirstMatch(/Roku\/DVP-(\d+\.\d+)/i,t);return{name:dn.Roku,version:e}}},{test:[/windows phone/i],describe(t){let e=G.getFirstMatch(/windows phone (?:os)?\s?(\d+(\.\d+)*)/i,t);return{name:dn.WindowsPhone,version:e}}},{test:[/windows /i],describe(t){let e=G.getFirstMatch(/Windows ((NT|XP)( \d\d?.\d)?)/i,t),n=G.getWindowsVersionName(e);return{name:dn.Windows,version:e,versionName:n}}},{test:[/Macintosh(.*?) FxiOS(.*?)\//],describe(t){let e={name:dn.iOS},n=G.getSecondMatch(/(Version\/)(\d[\d.]+)/,t);return n&&(e.version=n),e}},{test:[/macintosh/i],describe(t){let e=G.getFirstMatch(/mac os x (\d+(\.?_?\d+)+)/i,t).replace(/[_\s]/g,"."),n=G.getMacOSVersionName(e),r={name:dn.MacOS,version:e};return n&&(r.versionName=n),r}},{test:[/(ipod|iphone|ipad)/i],describe(t){let e=G.getFirstMatch(/os (\d+([_\s]\d+)*) like mac os x/i,t).replace(/[_\s]/g,".");return{name:dn.iOS,version:e}}},{test(t){let e=!t.test(/like android/i),n=t.test(/android/i);return e&&n},describe(t){let e=G.getFirstMatch(/android[\s/-](\d+(\.\d+)*)/i,t),n=G.getAndroidVersionName(e),r={name:dn.Android,version:e};return n&&(r.versionName=n),r}},{test:[/(web|hpw)[o0]s/i],describe(t){let e=G.getFirstMatch(/(?:web|hpw)[o0]s\/(\d+(\.\d+)*)/i,t),n={name:dn.WebOS};return e&&e.length&&(n.version=e),n}},{test:[/blackberry|\bbb\d+/i,/rim\stablet/i],describe(t){let e=G.getFirstMatch(/rim\stablet\sos\s(\d+(\.\d+)*)/i,t)||G.getFirstMatch(/blackberry\d+\/(\d+([_\s]\d+)*)/i,t)||G.getFirstMatch(/\bbb(\d+)/i,t);return{name:dn.BlackBerry,version:e}}},{test:[/bada/i],describe(t){let e=G.getFirstMatch(/bada\/(\d+(\.\d+)*)/i,t);return{name:dn.Bada,version:e}}},{test:[/tizen/i],describe(t){let e=G.getFirstMatch(/tizen[/\s](\d+(\.\d+)*)/i,t);return{name:dn.Tizen,version:e}}},{test:[/linux/i],describe(){return{name:dn.Linux}}},{test:[/CrOS/],describe(){return{name:dn.ChromeOS}}},{test:[/PlayStation 4/],describe(t){let e=G.getFirstMatch(/PlayStation 4[/\s](\d+(\.\d+)*)/i,t);return{name:dn.PlayStation4,version:e}}}],yx=[{test:[/googlebot/i],describe(){return{type:"bot",vendor:"Google"}}},{test:[/huawei/i],describe(t){let e=G.getFirstMatch(/(can-l01)/i,t)&&"Nova",n={type:Ct.mobile,vendor:"Huawei"};return e&&(n.model=e),n}},{test:[/nexus\s*(?:7|8|9|10).*/i],describe(){return{type:Ct.tablet,vendor:"Nexus"}}},{test:[/ipad/i],describe(){return{type:Ct.tablet,vendor:"Apple",model:"iPad"}}},{test:[/Macintosh(.*?) FxiOS(.*?)\//],describe(){return{type:Ct.tablet,vendor:"Apple",model:"iPad"}}},{test:[/kftt build/i],describe(){return{type:Ct.tablet,vendor:"Amazon",model:"Kindle Fire HD 7"}}},{test:[/silk/i],describe(){return{type:Ct.tablet,vendor:"Amazon"}}},{test:[/tablet(?! pc)/i],describe(){return{type:Ct.tablet}}},{test(t){let e=t.test(/ipod|iphone/i),n=t.test(/like (ipod|iphone)/i);return e&&!n},describe(t){let e=G.getFirstMatch(/(ipod|iphone)/i,t);return{type:Ct.mobile,vendor:"Apple",model:e}}},{test:[/nexus\s*[0-6].*/i,/galaxy nexus/i],describe(){return{type:Ct.mobile,vendor:"Nexus"}}},{test:[/[^-]mobi/i],describe(){return{type:Ct.mobile}}},{test(t){return t.getBrowserName(!0)==="blackberry"},describe(){return{type:Ct.mobile,vendor:"BlackBerry"}}},{test(t){return t.getBrowserName(!0)==="bada"},describe(){return{type:Ct.mobile}}},{test(t){return t.getBrowserName()==="windows phone"},describe(){return{type:Ct.mobile,vendor:"Microsoft"}}},{test(t){let e=Number(String(t.getOSVersion()).split(".")[0]);return t.getOSName(!0)==="android"&&e>=3},describe(){return{type:Ct.tablet}}},{test(t){return t.getOSName(!0)==="android"},describe(){return{type:Ct.mobile}}},{test(t){return t.getOSName(!0)==="macos"},describe(){return{type:Ct.desktop,vendor:"Apple"}}},{test(t){return t.getOSName(!0)==="windows"},describe(){return{type:Ct.desktop}}},{test(t){return t.getOSName(!0)==="linux"},describe(){return{type:Ct.desktop}}},{test(t){return t.getOSName(!0)==="playstation 4"},describe(){return{type:Ct.tv}}},{test(t){return t.getOSName(!0)==="roku"},describe(){return{type:Ct.tv}}}],vx=[{test(t){return t.getBrowserName(!0)==="microsoft edge"},describe(t){if(/\sedg\//i.test(t))return{name:Kr.Blink};let e=G.getFirstMatch(/edge\/(\d+(\.?_?\d+)+)/i,t);return{name:Kr.EdgeHTML,version:e}}},{test:[/trident/i],describe(t){let e={name:Kr.Trident},n=G.getFirstMatch(/trident\/(\d+(\.?_?\d+)+)/i,t);return n&&(e.version=n),e}},{test(t){return t.test(/presto/i)},describe(t){let e={name:Kr.Presto},n=G.getFirstMatch(/presto\/(\d+(\.?_?\d+)+)/i,t);return n&&(e.version=n),e}},{test(t){let e=t.test(/gecko/i),n=t.test(/like gecko/i);return e&&!n},describe(t){let e={name:Kr.Gecko},n=G.getFirstMatch(/gecko\/(\d+(\.?_?\d+)+)/i,t);return n&&(e.version=n),e}},{test:[/(apple)?webkit\/537\.36/i],describe(){return{name:Kr.Blink}}},{test:[/(apple)?webkit/i],describe(t){let e={name:Kr.WebKit},n=G.getFirstMatch(/webkit\/(\d+(\.?_?\d+)+)/i,t);return n&&(e.version=n),e}}],Sx=class{constructor(t,e=!1){if(t==null||t==="")throw new Error("UserAgent parameter can't be empty");this._ua=t,this.parsedResult={},e!==!0&&this.parse()}getUA(){return this._ua}test(t){return t.test(this._ua)}parseBrowser(){this.parsedResult.browser={};let t=G.find(bx,e=>{if(typeof e.test=="function")return e.test(this);if(e.test instanceof Array)return e.test.some(n=>this.test(n));throw new Error("Browser's test function is not valid")});return t&&(this.parsedResult.browser=t.describe(this.getUA())),this.parsedResult.browser}getBrowser(){return this.parsedResult.browser?this.parsedResult.browser:this.parseBrowser()}getBrowserName(t){return t?String(this.getBrowser().name).toLowerCase()||"":this.getBrowser().name||""}getBrowserVersion(){return this.getBrowser().version}getOS(){return this.parsedResult.os?this.parsedResult.os:this.parseOS()}parseOS(){this.parsedResult.os={};let t=G.find(Tx,e=>{if(typeof e.test=="function")return e.test(this);if(e.test instanceof Array)return e.test.some(n=>this.test(n));throw new Error("Browser's test function is not valid")});return t&&(this.parsedResult.os=t.describe(this.getUA())),this.parsedResult.os}getOSName(t){let{name:e}=this.getOS();return t?String(e).toLowerCase()||"":e||""}getOSVersion(){return this.getOS().version}getPlatform(){return this.parsedResult.platform?this.parsedResult.platform:this.parsePlatform()}getPlatformType(t=!1){let{type:e}=this.getPlatform();return t?String(e).toLowerCase()||"":e||""}parsePlatform(){this.parsedResult.platform={};let t=G.find(yx,e=>{if(typeof e.test=="function")return e.test(this);if(e.test instanceof Array)return e.test.some(n=>this.test(n));throw new Error("Browser's test function is not valid")});return t&&(this.parsedResult.platform=t.describe(this.getUA())),this.parsedResult.platform}getEngine(){return this.parsedResult.engine?this.parsedResult.engine:this.parseEngine()}getEngineName(t){return t?String(this.getEngine().name).toLowerCase()||"":this.getEngine().name||""}parseEngine(){this.parsedResult.engine={};let t=G.find(vx,e=>{if(typeof e.test=="function")return e.test(this);if(e.test instanceof Array)return e.test.some(n=>this.test(n));throw new Error("Browser's test function is not valid")});return t&&(this.parsedResult.engine=t.describe(this.getUA())),this.parsedResult.engine}parse(){return this.parseBrowser(),this.parseOS(),this.parsePlatform(),this.parseEngine(),this}getResult(){return G.assign({},this.parsedResult)}satisfies(t){let e={},n=0,r={},a=0;if(Object.keys(t).forEach(i=>{let o=t[i];typeof o=="string"?(r[i]=o,a+=1):typeof o=="object"&&(e[i]=o,n+=1)}),n>0){let i=Object.keys(e),o=G.find(i,u=>this.isOS(u));if(o){let u=this.satisfies(e[o]);if(u!==void 0)return u}let s=G.find(i,u=>this.isPlatform(u));if(s){let u=this.satisfies(e[s]);if(u!==void 0)return u}}if(a>0){let i=Object.keys(r),o=G.find(i,s=>this.isBrowser(s,!0));if(o!==void 0)return this.compareVersion(r[o])}}isBrowser(t,e=!1){let n=this.getBrowserName().toLowerCase(),r=t.toLowerCase(),a=G.getBrowserTypeByAlias(r);return e&&a&&(r=a.toLowerCase()),r===n}compareVersion(t){let e=[0],n=t,r=!1,a=this.getBrowserVersion();if(typeof a=="string")return t[0]===">"||t[0]==="<"?(n=t.substr(1),t[1]==="="?(r=!0,n=t.substr(2)):e=[],t[0]===">"?e.push(1):e.push(-1)):t[0]==="="?n=t.substr(1):t[0]==="~"&&(r=!0,n=t.substr(1)),e.indexOf(G.compareVersions(a,n,r))>-1}isOS(t){return this.getOSName(!0)===String(t).toLowerCase()}isPlatform(t){return this.getPlatformType(!0)===String(t).toLowerCase()}isEngine(t){return this.getEngineName(!0)===String(t).toLowerCase()}is(t,e=!1){return this.isBrowser(t,e)||this.isOS(t)||this.isPlatform(t)}some(t=[]){return t.some(e=>this.is(e))}},Yf=Sx,xx=class{static getParser(t,e=!1){if(typeof t!="string")throw new Error("UserAgent should be a string");return new Yf(t,e)}static parse(t){return new Yf(t).getResult()}static get BROWSER_MAP(){return Qf}static get ENGINE_MAP(){return Kr}static get OS_MAP(){return dn}static get PLATFORMS_MAP(){return Ct}},mi=xx;d();d();var{entries:ah,setPrototypeOf:Jf,isFrozen:Ex,getPrototypeOf:Cx,getOwnPropertyDescriptor:wx}=Object,{freeze:pn,seal:Vn,create:Dx}=Object,{apply:Hd,construct:Wd}=typeof Reflect<"u"&&Reflect;Hd||(Hd=function(t,e,n){return t.apply(e,n)});pn||(pn=function(t){return t});Vn||(Vn=function(t){return t});Wd||(Wd=function(t,e){return new t(...e)});var Ax=zn(Array.prototype.forEach),Zf=zn(Array.prototype.pop),Mo=zn(Array.prototype.push),hu=zn(String.prototype.toLowerCase),zd=zn(String.prototype.toString),kx=zn(String.prototype.match),$n=zn(String.prototype.replace),Px=zn(String.prototype.indexOf),Lx=zn(String.prototype.trim),An=zn(RegExp.prototype.test),Bo=_x(TypeError);function zn(t){return function(e){for(var n=arguments.length,r=new Array(n>1?n-1:0),a=1;a/gm),Rx=Vn(/\${[\w\W]*}/gm),Ox=Vn(/^data-[\-\w.\u00B7-\uFFFF]/),zx=Vn(/^aria-[\-\w]+$/),ih=Vn(/^(?:(?:(?:f|ht)tps?|mailto|tel|callto|sms|cid|xmpp):|[^a-z]|[a-z+.\-]+(?:[^a-z+.\-:]|$))/i),Nx=Vn(/^(?:\w+script|data):/i),Ux=Vn(/[\u0000-\u0020\u00A0\u1680\u180E\u2000-\u2029\u205F\u3000]/g),oh=Vn(/^html$/i),rh=Object.freeze({__proto__:null,MUSTACHE_EXPR:Bx,ERB_EXPR:Ix,TMPLIT_EXPR:Rx,DATA_ATTR:Ox,ARIA_ATTR:zx,IS_ALLOWED_URI:ih,IS_SCRIPT_OR_DATA:Nx,ATTR_WHITESPACE:Ux,DOCTYPE_NAME:oh}),qx=()=>typeof window>"u"?null:window,jx=function(t,e){if(typeof t!="object"||typeof t.createPolicy!="function")return null;let n=null,r="data-tt-policy-suffix";e&&e.hasAttribute(r)&&(n=e.getAttribute(r));let a="dompurify"+(n?"#"+n:"");try{return t.createPolicy(a,{createHTML(i){return i},createScriptURL(i){return i}})}catch{return null}};function sh(){let t=arguments.length>0&&arguments[0]!==void 0?arguments[0]:qx(),e=O=>sh(O);if(e.version="3.0.3",e.removed=[],!t||!t.document||t.document.nodeType!==9)return e.isSupported=!1,e;let n=t.document,r=n.currentScript,{document:a}=t,{DocumentFragment:i,HTMLTemplateElement:o,Node:s,Element:u,NodeFilter:l,NamedNodeMap:c=t.NamedNodeMap||t.MozNamedAttrMap,HTMLFormElement:p,DOMParser:m,trustedTypes:g}=t,f=u.prototype,T=mu(f,"cloneNode"),b=mu(f,"nextSibling"),h=mu(f,"childNodes"),E=mu(f,"parentNode");if(typeof o=="function"){let O=a.createElement("template");O.content&&O.content.ownerDocument&&(a=O.content.ownerDocument)}let D,M="",{implementation:I,createNodeIterator:S,createDocumentFragment:v,getElementsByTagName:k}=a,{importNode:A}=n,y={};e.isSupported=typeof ah=="function"&&typeof E=="function"&&I&&I.createHTMLDocument!==void 0;let{MUSTACHE_EXPR:R,ERB_EXPR:_,TMPLIT_EXPR:P,DATA_ATTR:N,ARIA_ATTR:z,IS_SCRIPT_OR_DATA:q,ATTR_WHITESPACE:F}=rh,{IS_ALLOWED_URI:C}=rh,L=null,U=Oe({},[...Xf,...Nd,...Ud,...qd,...eh]),H=null,j=Oe({},[...th,...jd,...nh,...fu]),W=Object.seal(Object.create(null,{tagNameCheck:{writable:!0,configurable:!1,enumerable:!0,value:null},attributeNameCheck:{writable:!0,configurable:!1,enumerable:!0,value:null},allowCustomizedBuiltInElements:{writable:!0,configurable:!1,enumerable:!0,value:!1}})),$=null,ue=null,ae=!0,J=!0,ie=!1,ge=!0,ee=!1,Y=!1,Te=!1,ne=!1,re=!1,xe=!1,ze=!1,_e=!0,de=!1,gt="user-content-",Pt=!0,bt=!1,xt={},sn=null,In=Oe({},["annotation-xml","audio","colgroup","desc","foreignobject","head","iframe","math","mi","mn","mo","ms","mtext","noembed","noframes","noscript","plaintext","script","style","svg","template","thead","title","video","xmp"]),wo=null,ir=Oe({},["audio","video","img","source","image","track"]),ka=null,ui=Oe({},["alt","class","for","id","label","name","pattern","placeholder","role","summary","title","value","style","xmlns"]),Vt="http://www.w3.org/1998/Math/MathML",Hn="http://www.w3.org/2000/svg",Yt="http://www.w3.org/1999/xhtml",wn=Yt,hr=!1,br=null,Pa=Oe({},[Vt,Hn,Yt],zd),un,Tr=["application/xhtml+xml","text/html"],mt="text/html",Xe,Dn=null,Y9=a.createElement("form"),sf=function(O){return O instanceof RegExp||O instanceof Function},ld=function(O){if(!(Dn&&Dn===O)){if((!O||typeof O!="object")&&(O={}),O=fi(O),un=Tr.indexOf(O.PARSER_MEDIA_TYPE)===-1?un=mt:un=O.PARSER_MEDIA_TYPE,Xe=un==="application/xhtml+xml"?zd:hu,L="ALLOWED_TAGS"in O?Oe({},O.ALLOWED_TAGS,Xe):U,H="ALLOWED_ATTR"in O?Oe({},O.ALLOWED_ATTR,Xe):j,br="ALLOWED_NAMESPACES"in O?Oe({},O.ALLOWED_NAMESPACES,zd):Pa,ka="ADD_URI_SAFE_ATTR"in O?Oe(fi(ui),O.ADD_URI_SAFE_ATTR,Xe):ui,wo="ADD_DATA_URI_TAGS"in O?Oe(fi(ir),O.ADD_DATA_URI_TAGS,Xe):ir,sn="FORBID_CONTENTS"in O?Oe({},O.FORBID_CONTENTS,Xe):In,$="FORBID_TAGS"in O?Oe({},O.FORBID_TAGS,Xe):{},ue="FORBID_ATTR"in O?Oe({},O.FORBID_ATTR,Xe):{},xt="USE_PROFILES"in O?O.USE_PROFILES:!1,ae=O.ALLOW_ARIA_ATTR!==!1,J=O.ALLOW_DATA_ATTR!==!1,ie=O.ALLOW_UNKNOWN_PROTOCOLS||!1,ge=O.ALLOW_SELF_CLOSE_IN_ATTR!==!1,ee=O.SAFE_FOR_TEMPLATES||!1,Y=O.WHOLE_DOCUMENT||!1,re=O.RETURN_DOM||!1,xe=O.RETURN_DOM_FRAGMENT||!1,ze=O.RETURN_TRUSTED_TYPE||!1,ne=O.FORCE_BODY||!1,_e=O.SANITIZE_DOM!==!1,de=O.SANITIZE_NAMED_PROPS||!1,Pt=O.KEEP_CONTENT!==!1,bt=O.IN_PLACE||!1,C=O.ALLOWED_URI_REGEXP||ih,wn=O.NAMESPACE||Yt,W=O.CUSTOM_ELEMENT_HANDLING||{},O.CUSTOM_ELEMENT_HANDLING&&sf(O.CUSTOM_ELEMENT_HANDLING.tagNameCheck)&&(W.tagNameCheck=O.CUSTOM_ELEMENT_HANDLING.tagNameCheck),O.CUSTOM_ELEMENT_HANDLING&&sf(O.CUSTOM_ELEMENT_HANDLING.attributeNameCheck)&&(W.attributeNameCheck=O.CUSTOM_ELEMENT_HANDLING.attributeNameCheck),O.CUSTOM_ELEMENT_HANDLING&&typeof O.CUSTOM_ELEMENT_HANDLING.allowCustomizedBuiltInElements=="boolean"&&(W.allowCustomizedBuiltInElements=O.CUSTOM_ELEMENT_HANDLING.allowCustomizedBuiltInElements),ee&&(J=!1),xe&&(re=!0),xt&&(L=Oe({},[...eh]),H=[],xt.html===!0&&(Oe(L,Xf),Oe(H,th)),xt.svg===!0&&(Oe(L,Nd),Oe(H,jd),Oe(H,fu)),xt.svgFilters===!0&&(Oe(L,Ud),Oe(H,jd),Oe(H,fu)),xt.mathMl===!0&&(Oe(L,qd),Oe(H,nh),Oe(H,fu))),O.ADD_TAGS&&(L===U&&(L=fi(L)),Oe(L,O.ADD_TAGS,Xe)),O.ADD_ATTR&&(H===j&&(H=fi(H)),Oe(H,O.ADD_ATTR,Xe)),O.ADD_URI_SAFE_ATTR&&Oe(ka,O.ADD_URI_SAFE_ATTR,Xe),O.FORBID_CONTENTS&&(sn===In&&(sn=fi(sn)),Oe(sn,O.FORBID_CONTENTS,Xe)),Pt&&(L["#text"]=!0),Y&&Oe(L,["html","head","body"]),L.table&&(Oe(L,["tbody"]),delete $.tbody),O.TRUSTED_TYPES_POLICY){if(typeof O.TRUSTED_TYPES_POLICY.createHTML!="function")throw Bo('TRUSTED_TYPES_POLICY configuration option must provide a "createHTML" hook.');if(typeof O.TRUSTED_TYPES_POLICY.createScriptURL!="function")throw Bo('TRUSTED_TYPES_POLICY configuration option must provide a "createScriptURL" hook.');D=O.TRUSTED_TYPES_POLICY,M=D.createHTML("")}else D===void 0&&(D=jx(g,r)),D!==null&&typeof M=="string"&&(M=D.createHTML(""));pn&&pn(O),Dn=O}},uf=Oe({},["mi","mo","mn","ms","mtext"]),lf=Oe({},["foreignobject","desc","title","annotation-xml"]),Q9=Oe({},["title","style","font","a","script"]),Zs=Oe({},Nd);Oe(Zs,Ud),Oe(Zs,Fx);let cd=Oe({},qd);Oe(cd,Mx);let J9=function(O){let le=E(O);(!le||!le.tagName)&&(le={namespaceURI:wn,tagName:"template"});let Z=hu(O.tagName),Ge=hu(le.tagName);return br[O.namespaceURI]?O.namespaceURI===Hn?le.namespaceURI===Yt?Z==="svg":le.namespaceURI===Vt?Z==="svg"&&(Ge==="annotation-xml"||uf[Ge]):!!Zs[Z]:O.namespaceURI===Vt?le.namespaceURI===Yt?Z==="math":le.namespaceURI===Hn?Z==="math"&&lf[Ge]:!!cd[Z]:O.namespaceURI===Yt?le.namespaceURI===Hn&&!lf[Ge]||le.namespaceURI===Vt&&!uf[Ge]?!1:!cd[Z]&&(Q9[Z]||!Zs[Z]):!!(un==="application/xhtml+xml"&&br[O.namespaceURI]):!1},li=function(O){Mo(e.removed,{element:O});try{O.parentNode.removeChild(O)}catch{O.remove()}},dd=function(O,le){try{Mo(e.removed,{attribute:le.getAttributeNode(O),from:le})}catch{Mo(e.removed,{attribute:null,from:le})}if(le.removeAttribute(O),O==="is"&&!H[O])if(re||xe)try{li(le)}catch{}else try{le.setAttribute(O,"")}catch{}},cf=function(O){let le,Z;if(ne)O=""+O;else{let ln=kx(O,/^[\r\n\t ]+/);Z=ln&&ln[0]}un==="application/xhtml+xml"&&wn===Yt&&(O=''+O+"");let Ge=D?D.createHTML(O):O;if(wn===Yt)try{le=new m().parseFromString(Ge,un)}catch{}if(!le||!le.documentElement){le=I.createDocument(wn,"template",null);try{le.documentElement.innerHTML=hr?M:Ge}catch{}}let Lt=le.body||le.documentElement;return O&&Z&&Lt.insertBefore(a.createTextNode(Z),Lt.childNodes[0]||null),wn===Yt?k.call(le,Y?"html":"body")[0]:Y?le.documentElement:Lt},df=function(O){return S.call(O.ownerDocument||O,O,l.SHOW_ELEMENT|l.SHOW_COMMENT|l.SHOW_TEXT,null,!1)},Z9=function(O){return O instanceof p&&(typeof O.nodeName!="string"||typeof O.textContent!="string"||typeof O.removeChild!="function"||!(O.attributes instanceof c)||typeof O.removeAttribute!="function"||typeof O.setAttribute!="function"||typeof O.namespaceURI!="string"||typeof O.insertBefore!="function"||typeof O.hasChildNodes!="function")},Xs=function(O){return typeof s=="object"?O instanceof s:O&&typeof O=="object"&&typeof O.nodeType=="number"&&typeof O.nodeName=="string"},yr=function(O,le,Z){y[O]&&Ax(y[O],Ge=>{Ge.call(e,le,Z,Dn)})},pf=function(O){let le;if(yr("beforeSanitizeElements",O,null),Z9(O))return li(O),!0;let Z=Xe(O.nodeName);if(yr("uponSanitizeElement",O,{tagName:Z,allowedTags:L}),O.hasChildNodes()&&!Xs(O.firstElementChild)&&(!Xs(O.content)||!Xs(O.content.firstElementChild))&&An(/<[/\w]/g,O.innerHTML)&&An(/<[/\w]/g,O.textContent))return li(O),!0;if(!L[Z]||$[Z]){if(!$[Z]&&mf(Z)&&(W.tagNameCheck instanceof RegExp&&An(W.tagNameCheck,Z)||W.tagNameCheck instanceof Function&&W.tagNameCheck(Z)))return!1;if(Pt&&!sn[Z]){let Ge=E(O)||O.parentNode,Lt=h(O)||O.childNodes;if(Lt&&Ge){let ln=Lt.length;for(let yn=ln-1;yn>=0;--yn)Ge.insertBefore(T(Lt[yn],!0),b(O))}}return li(O),!0}return O instanceof u&&!J9(O)||(Z==="noscript"||Z==="noembed")&&An(/<\/no(script|embed)/i,O.innerHTML)?(li(O),!0):(ee&&O.nodeType===3&&(le=O.textContent,le=$n(le,R," "),le=$n(le,_," "),le=$n(le,P," "),O.textContent!==le&&(Mo(e.removed,{element:O.cloneNode()}),O.textContent=le)),yr("afterSanitizeElements",O,null),!1)},gf=function(O,le,Z){if(_e&&(le==="id"||le==="name")&&(Z in a||Z in Y9))return!1;if(!(J&&!ue[le]&&An(N,le))&&!(ae&&An(z,le))){if(!H[le]||ue[le]){if(!(mf(O)&&(W.tagNameCheck instanceof RegExp&&An(W.tagNameCheck,O)||W.tagNameCheck instanceof Function&&W.tagNameCheck(O))&&(W.attributeNameCheck instanceof RegExp&&An(W.attributeNameCheck,le)||W.attributeNameCheck instanceof Function&&W.attributeNameCheck(le))||le==="is"&&W.allowCustomizedBuiltInElements&&(W.tagNameCheck instanceof RegExp&&An(W.tagNameCheck,Z)||W.tagNameCheck instanceof Function&&W.tagNameCheck(Z))))return!1}else if(!ka[le]&&!An(C,$n(Z,F,""))&&!((le==="src"||le==="xlink:href"||le==="href")&&O!=="script"&&Px(Z,"data:")===0&&wo[O])&&!(ie&&!An(q,$n(Z,F,"")))&&Z)return!1}return!0},mf=function(O){return O.indexOf("-")>0},ff=function(O){let le,Z,Ge,Lt;yr("beforeSanitizeAttributes",O,null);let{attributes:ln}=O;if(!ln)return;let yn={attrName:"",attrValue:"",keepAttr:!0,allowedAttributes:H};for(Lt=ln.length;Lt--;){le=ln[Lt];let{name:Rt,namespaceURI:ci}=le;if(Z=Rt==="value"?le.value:Lx(le.value),Ge=Xe(Rt),yn.attrName=Ge,yn.attrValue=Z,yn.keepAttr=!0,yn.forceKeepAttr=void 0,yr("uponSanitizeAttribute",O,yn),Z=yn.attrValue,yn.forceKeepAttr||(dd(Rt,O),!yn.keepAttr))continue;if(!ge&&An(/\/>/i,Z)){dd(Rt,O);continue}ee&&(Z=$n(Z,R," "),Z=$n(Z,_," "),Z=$n(Z,P," "));let hf=Xe(O.nodeName);if(gf(hf,Ge,Z)){if(de&&(Ge==="id"||Ge==="name")&&(dd(Rt,O),Z=gt+Z),D&&typeof g=="object"&&typeof g.getAttributeType=="function"&&!ci)switch(g.getAttributeType(hf,Ge)){case"TrustedHTML":{Z=D.createHTML(Z);break}case"TrustedScriptURL":{Z=D.createScriptURL(Z);break}}try{ci?O.setAttributeNS(ci,Rt,Z):O.setAttribute(Rt,Z),Zf(e.removed)}catch{}}}yr("afterSanitizeAttributes",O,null)},X9=function O(le){let Z,Ge=df(le);for(yr("beforeSanitizeShadowDOM",le,null);Z=Ge.nextNode();)yr("uponSanitizeShadowNode",Z,null),!pf(Z)&&(Z.content instanceof i&&O(Z.content),ff(Z));yr("afterSanitizeShadowDOM",le,null)};return e.sanitize=function(O){let le=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{},Z,Ge,Lt,ln;if(hr=!O,hr&&(O=""),typeof O!="string"&&!Xs(O))if(typeof O.toString=="function"){if(O=O.toString(),typeof O!="string")throw Bo("dirty is not a string, aborting")}else throw Bo("toString is not a function");if(!e.isSupported)return O;if(Te||ld(le),e.removed=[],typeof O=="string"&&(bt=!1),bt){if(O.nodeName){let ci=Xe(O.nodeName);if(!L[ci]||$[ci])throw Bo("root node is forbidden and cannot be sanitized in-place")}}else if(O instanceof s)Z=cf(""),Ge=Z.ownerDocument.importNode(O,!0),Ge.nodeType===1&&Ge.nodeName==="BODY"||Ge.nodeName==="HTML"?Z=Ge:Z.appendChild(Ge);else{if(!re&&!ee&&!Y&&O.indexOf("<")===-1)return D&&ze?D.createHTML(O):O;if(Z=cf(O),!Z)return re?null:ze?M:""}Z&&ne&&li(Z.firstChild);let yn=df(bt?O:Z);for(;Lt=yn.nextNode();)pf(Lt)||(Lt.content instanceof i&&X9(Lt.content),ff(Lt));if(bt)return O;if(re){if(xe)for(ln=v.call(Z.ownerDocument);Z.firstChild;)ln.appendChild(Z.firstChild);else ln=Z;return(H.shadowroot||H.shadowrootmod)&&(ln=A.call(n,ln,!0)),ln}let Rt=Y?Z.outerHTML:Z.innerHTML;return Y&&L["!doctype"]&&Z.ownerDocument&&Z.ownerDocument.doctype&&Z.ownerDocument.doctype.name&&An(oh,Z.ownerDocument.doctype.name)&&(Rt=" +`+Rt),ee&&(Rt=$n(Rt,R," "),Rt=$n(Rt,_," "),Rt=$n(Rt,P," ")),D&&ze?D.createHTML(Rt):Rt},e.setConfig=function(O){ld(O),Te=!0},e.clearConfig=function(){Dn=null,Te=!1},e.isValidAttribute=function(O,le,Z){Dn||ld({});let Ge=Xe(O),Lt=Xe(le);return gf(Ge,Lt,Z)},e.addHook=function(O,le){typeof le=="function"&&(y[O]=y[O]||[],Mo(y[O],le))},e.removeHook=function(O){if(y[O])return Zf(y[O])},e.removeHooks=function(O){y[O]&&(y[O]=[])},e.removeAllHooks=function(){y={}},e}var Ye=sh();d();d();var Hx=Object.create,Gd=Object.defineProperty,Wx=Object.getOwnPropertyDescriptor,Kx=Object.getOwnPropertyNames,Gx=Object.getPrototypeOf,$x=Object.prototype.hasOwnProperty,$d=(t,e)=>()=>(e||t((e={exports:{}}).exports,e),e.exports),Vx=(t,e)=>{for(var n in e)Gd(t,n,{get:e[n],enumerable:!0})},Kd=(t,e,n,r)=>{if(e&&typeof e=="object"||typeof e=="function")for(let a of Kx(e))!$x.call(t,a)&&a!==n&&Gd(t,a,{get:()=>e[a],enumerable:!(r=Wx(e,a))||r.enumerable});return t},Yx=(t,e,n)=>(Kd(t,e,"default"),n&&Kd(n,e,"default")),lh=(t,e,n)=>(n=t!=null?Hx(Gx(t)):{},Kd(e||!t||!t.__esModule?Gd(n,"default",{value:t,enumerable:!0}):n,t)),Qx=$d((t,e)=>{function n(r,a){if(a&&a.documentElement)r=a,a=arguments[2];else if(!r||!r.documentElement)throw new Error("First argument to Readability constructor should be a document object.");if(a=a||{},this._doc=r,this._docJSDOMParser=this._doc.firstChild.__JSDOMParser__,this._articleTitle=null,this._articleByline=null,this._articleDir=null,this._articleSiteName=null,this._attempts=[],this._debug=!!a.debug,this._maxElemsToParse=a.maxElemsToParse||this.DEFAULT_MAX_ELEMS_TO_PARSE,this._nbTopCandidates=a.nbTopCandidates||this.DEFAULT_N_TOP_CANDIDATES,this._charThreshold=a.charThreshold||this.DEFAULT_CHAR_THRESHOLD,this._classesToPreserve=this.CLASSES_TO_PRESERVE.concat(a.classesToPreserve||[]),this._keepClasses=!!a.keepClasses,this._serializer=a.serializer||function(i){return i.innerHTML},this._disableJSONLD=!!a.disableJSONLD,this._allowedVideoRegex=a.allowedVideoRegex||this.REGEXPS.videos,this._flags=this.FLAG_STRIP_UNLIKELYS|this.FLAG_WEIGHT_CLASSES|this.FLAG_CLEAN_CONDITIONALLY,this._debug){let i=function(o){if(o.nodeType==o.TEXT_NODE)return`${o.nodeName} ("${o.textContent}")`;let s=Array.from(o.attributes||[],function(u){return`${u.name}="${u.value}"`}).join(" ");return`<${o.localName} ${s}>`};this.log=function(){if(typeof console<"u")Array.from(arguments,u=>u&&u.nodeType==this.ELEMENT_NODE?i(u):u).unshift("Reader: (Readability)");else if(typeof dump<"u"){var o=Array.prototype.map.call(arguments,function(s){return s&&s.nodeName?i(s):s}).join(" ");dump("Reader: (Readability) "+o+` +`)}}}else this.log=function(){}}n.prototype={FLAG_STRIP_UNLIKELYS:1,FLAG_WEIGHT_CLASSES:2,FLAG_CLEAN_CONDITIONALLY:4,ELEMENT_NODE:1,TEXT_NODE:3,DEFAULT_MAX_ELEMS_TO_PARSE:0,DEFAULT_N_TOP_CANDIDATES:5,DEFAULT_TAGS_TO_SCORE:"section,h2,h3,h4,h5,h6,p,td,pre".toUpperCase().split(","),DEFAULT_CHAR_THRESHOLD:500,REGEXPS:{unlikelyCandidates:/-ad-|ai2html|banner|breadcrumbs|combx|comment|community|cover-wrap|disqus|extra|footer|gdpr|header|legends|menu|related|remark|replies|rss|shoutbox|sidebar|skyscraper|social|sponsor|supplemental|ad-break|agegate|pagination|pager|popup|yom-remote/i,okMaybeItsACandidate:/and|article|body|column|content|main|shadow/i,positive:/article|body|content|entry|hentry|h-entry|main|page|pagination|post|text|blog|story/i,negative:/-ad-|hidden|^hid$| hid$| hid |^hid |banner|combx|comment|com-|contact|foot|footer|footnote|gdpr|masthead|media|meta|outbrain|promo|related|scroll|share|shoutbox|sidebar|skyscraper|sponsor|shopping|tags|tool|widget/i,extraneous:/print|archive|comment|discuss|e[\-]?mail|share|reply|all|login|sign|single|utility/i,byline:/byline|author|dateline|writtenby|p-author/i,replaceFonts:/<(\/?)font[^>]*>/gi,normalize:/\s{2,}/g,videos:/\/\/(www\.)?((dailymotion|youtube|youtube-nocookie|player\.vimeo|v\.qq)\.com|(archive|upload\.wikimedia)\.org|player\.twitch\.tv)/i,shareElements:/(\b|_)(share|sharedaddy)(\b|_)/i,nextLink:/(next|weiter|continue|>([^\|]|$)|»([^\|]|$))/i,prevLink:/(prev|earl|old|new|<|«)/i,tokenize:/\W+/g,whitespace:/^\s*$/,hasContent:/\S$/,hashUrl:/^#.+/,srcsetUrl:/(\S+)(\s+[\d.]+[xw])?(\s*(?:,|$))/g,b64DataUrl:/^data:\s*([^\s;,]+)\s*;\s*base64\s*,/i,jsonLdArticleTypes:/^Article|AdvertiserContentArticle|NewsArticle|AnalysisNewsArticle|AskPublicNewsArticle|BackgroundNewsArticle|OpinionNewsArticle|ReportageNewsArticle|ReviewNewsArticle|Report|SatiricalArticle|ScholarlyArticle|MedicalScholarlyArticle|SocialMediaPosting|BlogPosting|LiveBlogPosting|DiscussionForumPosting|TechArticle|APIReference$/},UNLIKELY_ROLES:["menu","menubar","complementary","navigation","alert","alertdialog","dialog"],DIV_TO_P_ELEMS:new Set(["BLOCKQUOTE","DL","DIV","IMG","OL","P","PRE","TABLE","UL"]),ALTER_TO_DIV_EXCEPTIONS:["DIV","ARTICLE","SECTION","P"],PRESENTATIONAL_ATTRIBUTES:["align","background","bgcolor","border","cellpadding","cellspacing","frame","hspace","rules","style","valign","vspace"],DEPRECATED_SIZE_ATTRIBUTE_ELEMS:["TABLE","TH","TD","HR","PRE"],PHRASING_ELEMS:["ABBR","AUDIO","B","BDO","BR","BUTTON","CITE","CODE","DATA","DATALIST","DFN","EM","EMBED","I","IMG","INPUT","KBD","LABEL","MARK","MATH","METER","NOSCRIPT","OBJECT","OUTPUT","PROGRESS","Q","RUBY","SAMP","SCRIPT","SELECT","SMALL","SPAN","STRONG","SUB","SUP","TEXTAREA","TIME","VAR","WBR"],CLASSES_TO_PRESERVE:["page"],HTML_ESCAPE_MAP:{lt:"<",gt:">",amp:"&",quot:'"',apos:"'"},_postProcessContent:function(r){this._fixRelativeUris(r),this._simplifyNestedElements(r),this._keepClasses||this._cleanClasses(r)},_removeNodes:function(r,a){if(this._docJSDOMParser&&r._isLiveNodeList)throw new Error("Do not pass live node lists to _removeNodes");for(var i=r.length-1;i>=0;i--){var o=r[i],s=o.parentNode;s&&(!a||a.call(this,o,i,r))&&s.removeChild(o)}},_replaceNodeTags:function(r,a){if(this._docJSDOMParser&&r._isLiveNodeList)throw new Error("Do not pass live node lists to _replaceNodeTags");for(let i of r)this._setNodeTag(i,a)},_forEachNode:function(r,a){Array.prototype.forEach.call(r,a,this)},_findNode:function(r,a){return Array.prototype.find.call(r,a,this)},_someNode:function(r,a){return Array.prototype.some.call(r,a,this)},_everyNode:function(r,a){return Array.prototype.every.call(r,a,this)},_concatNodeLists:function(){var r=Array.prototype.slice,a=r.call(arguments),i=a.map(function(o){return r.call(o)});return Array.prototype.concat.apply([],i)},_getAllNodesWithTag:function(r,a){return r.querySelectorAll?r.querySelectorAll(a.join(",")):[].concat.apply([],a.map(function(i){var o=r.getElementsByTagName(i);return Array.isArray(o)?o:Array.from(o)}))},_cleanClasses:function(r){var a=this._classesToPreserve,i=(r.getAttribute("class")||"").split(/\s+/).filter(function(o){return a.indexOf(o)!=-1}).join(" ");for(i?r.setAttribute("class",i):r.removeAttribute("class"),r=r.firstElementChild;r;r=r.nextElementSibling)this._cleanClasses(r)},_fixRelativeUris:function(r){var a=this._doc.baseURI,i=this._doc.documentURI;function o(l){if(a==i&&l.charAt(0)=="#")return l;try{return new URL(l,a).href}catch{}return l}var s=this._getAllNodesWithTag(r,["a"]);this._forEachNode(s,function(l){var c=l.getAttribute("href");if(c)if(c.indexOf("javascript:")===0)if(l.childNodes.length===1&&l.childNodes[0].nodeType===this.TEXT_NODE){var p=this._doc.createTextNode(l.textContent);l.parentNode.replaceChild(p,l)}else{for(var m=this._doc.createElement("span");l.firstChild;)m.appendChild(l.firstChild);l.parentNode.replaceChild(m,l)}else l.setAttribute("href",o(c))});var u=this._getAllNodesWithTag(r,["img","picture","figure","video","audio","source"]);this._forEachNode(u,function(l){var c=l.getAttribute("src"),p=l.getAttribute("poster"),m=l.getAttribute("srcset");if(c&&l.setAttribute("src",o(c)),p&&l.setAttribute("poster",o(p)),m){var g=m.replace(this.REGEXPS.srcsetUrl,function(f,T,b,h){return o(T)+(b||"")+h});l.setAttribute("srcset",g)}})},_simplifyNestedElements:function(r){for(var a=r;a;){if(a.parentNode&&["DIV","SECTION"].includes(a.tagName)&&!(a.id&&a.id.startsWith("readability"))){if(this._isElementWithoutContent(a)){a=this._removeAndGetNext(a);continue}else if(this._hasSingleTagInsideElement(a,"DIV")||this._hasSingleTagInsideElement(a,"SECTION")){for(var i=a.children[0],o=0;o»] /.test(a))o=/ [\\\/>»] /.test(a),a=i.replace(/(.*)[\|\-\\\/>»] .*/gi,"$1"),s(a)<3&&(a=i.replace(/[^\|\-\\\/>»]*[\|\-\\\/>»](.*)/gi,"$1"));else if(a.indexOf(": ")!==-1){var u=this._concatNodeLists(r.getElementsByTagName("h1"),r.getElementsByTagName("h2")),l=a.trim(),c=this._someNode(u,function(g){return g.textContent.trim()===l});c||(a=i.substring(i.lastIndexOf(":")+1),s(a)<3?a=i.substring(i.indexOf(":")+1):s(i.substr(0,i.indexOf(":")))>5&&(a=i))}else if(a.length>150||a.length<15){var p=r.getElementsByTagName("h1");p.length===1&&(a=this._getInnerText(p[0]))}a=a.trim().replace(this.REGEXPS.normalize," ");var m=s(a);return m<=4&&(!o||m!=s(i.replace(/[\|\-\\\/>»]+/g,""))-1)&&(a=i),a},_prepDocument:function(){var r=this._doc;this._removeNodes(this._getAllNodesWithTag(r,["style"])),r.body&&this._replaceBrs(r.body),this._replaceNodeTags(this._getAllNodesWithTag(r,["font"]),"SPAN")},_nextNode:function(r){for(var a=r;a&&a.nodeType!=this.ELEMENT_NODE&&this.REGEXPS.whitespace.test(a.textContent);)a=a.nextSibling;return a},_replaceBrs:function(r){this._forEachNode(this._getAllNodesWithTag(r,["br"]),function(a){for(var i=a.nextSibling,o=!1;(i=this._nextNode(i))&&i.tagName=="BR";){o=!0;var s=i.nextSibling;i.parentNode.removeChild(i),i=s}if(o){var u=this._doc.createElement("p");for(a.parentNode.replaceChild(u,a),i=u.nextSibling;i;){if(i.tagName=="BR"){var l=this._nextNode(i.nextSibling);if(l&&l.tagName=="BR")break}if(!this._isPhrasingContent(i))break;var c=i.nextSibling;u.appendChild(i),i=c}for(;u.lastChild&&this._isWhitespace(u.lastChild);)u.removeChild(u.lastChild);u.parentNode.tagName==="P"&&this._setNodeTag(u.parentNode,"DIV")}})},_setNodeTag:function(r,a){if(this.log("_setNodeTag",r,a),this._docJSDOMParser)return r.localName=a.toLowerCase(),r.tagName=a.toUpperCase(),r;for(var i=r.ownerDocument.createElement(a);r.firstChild;)i.appendChild(r.firstChild);r.parentNode.replaceChild(i,r),r.readability&&(i.readability=r.readability);for(var o=0;o!i.includes(l)),u=s.join(" ").length/o.join(" ").length;return 1-u},_checkByline:function(r,a){if(this._articleByline)return!1;if(r.getAttribute!==void 0)var i=r.getAttribute("rel"),o=r.getAttribute("itemprop");return(i==="author"||o&&o.indexOf("author")!==-1||this.REGEXPS.byline.test(a))&&this._isValidByline(r.textContent)?(this._articleByline=r.textContent.trim(),!0):!1},_getNodeAncestors:function(r,a){a=a||0;for(var i=0,o=[];r.parentNode&&(o.push(r.parentNode),!(a&&++i===a));)r=r.parentNode;return o},_grabArticle:function(r){this.log("**** grabArticle ****");var a=this._doc,i=r!==null;if(r=r||this._doc.body,!r)return this.log("No body found in document. Abort."),null;for(var o=r.innerHTML;;){this.log("Starting grabArticle loop");var s=this._flagIsActive(this.FLAG_STRIP_UNLIKELYS),u=[],l=this._doc.documentElement;let ne=!0;for(;l;){l.tagName==="HTML"&&(this._articleLang=l.getAttribute("lang"));var c=l.className+" "+l.id;if(!this._isProbablyVisible(l)){this.log("Removing hidden node - "+c),l=this._removeAndGetNext(l);continue}if(l.getAttribute("aria-modal")=="true"&&l.getAttribute("role")=="dialog"){l=this._removeAndGetNext(l);continue}if(this._checkByline(l,c)){l=this._removeAndGetNext(l);continue}if(ne&&this._headerDuplicatesTitle(l)){this.log("Removing header: ",l.textContent.trim(),this._articleTitle.trim()),ne=!1,l=this._removeAndGetNext(l);continue}if(s){if(this.REGEXPS.unlikelyCandidates.test(c)&&!this.REGEXPS.okMaybeItsACandidate.test(c)&&!this._hasAncestorTag(l,"table")&&!this._hasAncestorTag(l,"code")&&l.tagName!=="BODY"&&l.tagName!=="A"){this.log("Removing unlikely candidate - "+c),l=this._removeAndGetNext(l);continue}if(this.UNLIKELY_ROLES.includes(l.getAttribute("role"))){this.log("Removing content with role "+l.getAttribute("role")+" - "+c),l=this._removeAndGetNext(l);continue}}if((l.tagName==="DIV"||l.tagName==="SECTION"||l.tagName==="HEADER"||l.tagName==="H1"||l.tagName==="H2"||l.tagName==="H3"||l.tagName==="H4"||l.tagName==="H5"||l.tagName==="H6")&&this._isElementWithoutContent(l)){l=this._removeAndGetNext(l);continue}if(this.DEFAULT_TAGS_TO_SCORE.indexOf(l.tagName)!==-1&&u.push(l),l.tagName==="DIV"){for(var p=null,m=l.firstChild;m;){var g=m.nextSibling;if(this._isPhrasingContent(m))p!==null?p.appendChild(m):this._isWhitespace(m)||(p=a.createElement("p"),l.replaceChild(p,m),p.appendChild(m));else if(p!==null){for(;p.lastChild&&this._isWhitespace(p.lastChild);)p.removeChild(p.lastChild);p=null}m=g}if(this._hasSingleTagInsideElement(l,"P")&&this._getLinkDensity(l)<.25){var f=l.children[0];l.parentNode.replaceChild(f,l),l=f,u.push(l)}else this._hasChildBlockElement(l)||(l=this._setNodeTag(l,"P"),u.push(l))}l=this._getNextNode(l)}var T=[];this._forEachNode(u,function(re){if(!(!re.parentNode||typeof re.parentNode.tagName>"u")){var xe=this._getInnerText(re);if(!(xe.length<25)){var ze=this._getNodeAncestors(re,5);if(ze.length!==0){var _e=0;_e+=1,_e+=xe.split(",").length,_e+=Math.min(Math.floor(xe.length/100),3),this._forEachNode(ze,function(de,gt){if(!(!de.tagName||!de.parentNode||typeof de.parentNode.tagName>"u")){if(typeof de.readability>"u"&&(this._initializeNode(de),T.push(de)),gt===0)var Pt=1;else gt===1?Pt=2:Pt=gt*3;de.readability.contentScore+=_e/Pt}})}}}});for(var b=[],h=0,E=T.length;hS.readability.contentScore){b.splice(I,0,D),b.length>this._nbTopCandidates&&b.pop();break}}}var v=b[0]||null,k=!1,A;if(v===null||v.tagName==="BODY"){for(v=a.createElement("DIV"),k=!0;r.firstChild;)this.log("Moving child out:",r.firstChild),v.appendChild(r.firstChild);r.appendChild(v),this._initializeNode(v)}else if(v){for(var y=[],R=1;R=.75&&y.push(this._getNodeAncestors(b[R]));var _=3;if(y.length>=_)for(A=v.parentNode;A.tagName!=="BODY";){for(var P=0,N=0;N=_){v=A;break}A=A.parentNode}v.readability||this._initializeNode(v),A=v.parentNode;for(var z=v.readability.contentScore,q=z/3;A.tagName!=="BODY";){if(!A.readability){A=A.parentNode;continue}var F=A.readability.contentScore;if(Fz){v=A;break}z=A.readability.contentScore,A=A.parentNode}for(A=v.parentNode;A.tagName!="BODY"&&A.children.length==1;)v=A,A=v.parentNode;v.readability||this._initializeNode(v)}var C=a.createElement("DIV");i&&(C.id="readability-content");var L=Math.max(10,v.readability.contentScore*.2);A=v.parentNode;for(var U=A.children,H=0,j=U.length;H=L)$=!0;else if(W.nodeName==="P"){var ae=this._getLinkDensity(W),J=this._getInnerText(W),ie=J.length;(ie>80&&ae<.25||ie<80&&ie>0&&ae===0&&J.search(/\.( |$)/)!==-1)&&($=!0)}}$&&(this.log("Appending node:",W),this.ALTER_TO_DIV_EXCEPTIONS.indexOf(W.nodeName)===-1&&(this.log("Altering sibling:",W,"to div."),W=this._setNodeTag(W,"DIV")),C.appendChild(W),U=A.children,H-=1,j-=1)}if(this._debug&&this.log("Article content pre-prep: "+C.innerHTML),this._prepArticle(C),this._debug&&this.log("Article content post-prep: "+C.innerHTML),k)v.id="readability-page-1",v.className="page";else{var ge=a.createElement("DIV");for(ge.id="readability-page-1",ge.className="page";C.firstChild;)ge.appendChild(C.firstChild);C.appendChild(ge)}this._debug&&this.log("Article content after paging: "+C.innerHTML);var ee=!0,Y=this._getInnerText(C,!0).length;if(Y0&&r.length<100):!1},_unescapeHtmlEntities:function(r){if(!r)return r;var a=this.HTML_ESCAPE_MAP;return r.replace(/&(quot|amp|apos|lt|gt);/g,function(i,o){return a[o]}).replace(/&#(?:x([0-9a-z]{1,4})|([0-9]{1,4}));/gi,function(i,o,s){var u=parseInt(o||s,o?16:10);return String.fromCharCode(u)})},_getJSONLD:function(r){var a=this._getAllNodesWithTag(r,["script"]),i;return this._forEachNode(a,function(o){if(!i&&o.getAttribute("type")==="application/ld+json")try{var s=o.textContent.replace(/^\s*\s*$/g,""),u=JSON.parse(s);if(!u["@context"]||!u["@context"].match(/^https?\:\/\/schema\.org$/)||(!u["@type"]&&Array.isArray(u["@graph"])&&(u=u["@graph"].find(function(m){return(m["@type"]||"").match(this.REGEXPS.jsonLdArticleTypes)})),!u||!u["@type"]||!u["@type"].match(this.REGEXPS.jsonLdArticleTypes)))return;if(i={},typeof u.name=="string"&&typeof u.headline=="string"&&u.name!==u.headline){var l=this._getArticleTitle(),c=this._textSimilarity(u.name,l)>.75,p=this._textSimilarity(u.headline,l)>.75;p&&!c?i.title=u.headline:i.title=u.name}else typeof u.name=="string"?i.title=u.name.trim():typeof u.headline=="string"&&(i.title=u.headline.trim());u.author&&(typeof u.author.name=="string"?i.byline=u.author.name.trim():Array.isArray(u.author)&&u.author[0]&&typeof u.author[0].name=="string"&&(i.byline=u.author.filter(function(m){return m&&typeof m.name=="string"}).map(function(m){return m.name.trim()}).join(", "))),typeof u.description=="string"&&(i.excerpt=u.description.trim()),u.publisher&&typeof u.publisher.name=="string"&&(i.siteName=u.publisher.name.trim());return}catch(m){this.log(m.message)}}),i||{}},_getArticleMetadata:function(r){var a={},i={},o=this._doc.getElementsByTagName("meta"),s=/\s*(dc|dcterm|og|twitter)\s*:\s*(author|creator|description|title|site_name)\s*/gi,u=/^\s*(?:(dc|dcterm|og|twitter|weibo:(article|webpage))\s*[\.:]\s*)?(author|creator|description|title|site_name)\s*$/i;return this._forEachNode(o,function(l){var c=l.getAttribute("name"),p=l.getAttribute("property"),m=l.getAttribute("content");if(m){var g=null,f=null;p&&(g=p.match(s),g&&(f=g[0].toLowerCase().replace(/\s/g,""),i[f]=m.trim())),!g&&c&&u.test(c)&&(f=c,m&&(f=f.toLowerCase().replace(/\s/g,"").replace(/\./g,":"),i[f]=m.trim()))}}),a.title=r.title||i["dc:title"]||i["dcterm:title"]||i["og:title"]||i["weibo:article:title"]||i["weibo:webpage:title"]||i.title||i["twitter:title"],a.title||(a.title=this._getArticleTitle()),a.byline=r.byline||i["dc:creator"]||i["dcterm:creator"]||i.author,a.excerpt=r.excerpt||i["dc:description"]||i["dcterm:description"]||i["og:description"]||i["weibo:article:description"]||i["weibo:webpage:description"]||i.description||i["twitter:description"],a.siteName=r.siteName||i["og:site_name"],a.title=this._unescapeHtmlEntities(a.title),a.byline=this._unescapeHtmlEntities(a.byline),a.excerpt=this._unescapeHtmlEntities(a.excerpt),a.siteName=this._unescapeHtmlEntities(a.siteName),a},_isSingleImage:function(r){return r.tagName==="IMG"?!0:r.children.length!==1||r.textContent.trim()!==""?!1:this._isSingleImage(r.children[0])},_unwrapNoscriptImages:function(r){var a=Array.from(r.getElementsByTagName("img"));this._forEachNode(a,function(o){for(var s=0;s"u"?!0:a;var i=r.textContent.trim();return a?i.replace(this.REGEXPS.normalize," "):i},_getCharCount:function(r,a){return a=a||",",this._getInnerText(r).split(a).length-1},_cleanStyles:function(r){if(!(!r||r.tagName.toLowerCase()==="svg")){for(var a=0;a0&&s>i)return!1;if(r.parentNode.tagName===a&&(!o||o(r.parentNode)))return!0;r=r.parentNode,s++}return!1},_getRowAndColumnCount:function(r){for(var a=0,i=0,o=r.getElementsByTagName("tr"),s=0;s0){o._readabilityDataTable=!0;continue}var p=["col","colgroup","tfoot","thead","th"],m=function(f){return!!o.getElementsByTagName(f)[0]};if(p.some(m)){this.log("Data table because found data-y descendant"),o._readabilityDataTable=!0;continue}if(o.getElementsByTagName("table")[0]){o._readabilityDataTable=!1;continue}var g=this._getRowAndColumnCount(o);if(g.rows>=10||g.columns>4){o._readabilityDataTable=!0;continue}o._readabilityDataTable=g.rows*g.columns>10}},_fixLazyImages:function(r){this._forEachNode(this._getAllNodesWithTag(r,["img","picture","figure"]),function(a){if(a.src&&this.REGEXPS.b64DataUrl.test(a.src)){var i=this.REGEXPS.b64DataUrl.exec(a.src);if(i[1]==="image/svg+xml")return;for(var o=!1,s=0;so+=this._getInnerText(u,!0).length),o/i},_cleanConditionally:function(r,a){this._flagIsActive(this.FLAG_CLEAN_CONDITIONALLY)&&this._removeNodes(this._getAllNodesWithTag(r,[a]),function(i){var o=function(A){return A._readabilityDataTable},s=a==="ul"||a==="ol";if(!s){var u=0,l=this._getAllNodesWithTag(i,["ul","ol"]);this._forEachNode(l,A=>u+=this._getInnerText(A).length),s=u/this._getInnerText(i).length>.9}if(a==="table"&&o(i)||this._hasAncestorTag(i,"table",-1,o)||this._hasAncestorTag(i,"code"))return!1;var c=this._getClassWeight(i);this.log("Cleaning Conditionally",i);var p=0;if(c+p<0)return!0;if(this._getCharCount(i,",")<10){for(var m=i.getElementsByTagName("p").length,g=i.getElementsByTagName("img").length,f=i.getElementsByTagName("li").length-100,T=i.getElementsByTagName("input").length,b=this._getTextDensity(i,["h1","h2","h3","h4","h5","h6"]),h=0,E=this._getAllNodesWithTag(i,["object","embed","iframe"]),D=0;D1&&m/g<.5&&!this._hasAncestorTag(i,"figure")||!s&&f>m||T>Math.floor(m/3)||!s&&b<.9&&S<25&&(g===0||g>2)&&!this._hasAncestorTag(i,"figure")||!s&&c<25&&I>.2||c>=25&&I>.5||h===1&&S<75||h>1;if(s&&v){for(var k=0;k1)return v;let A=i.getElementsByTagName("li").length;if(g==A)return!1}return v}return!1})},_cleanMatchedNodes:function(r,a){for(var i=this._getNextNode(r,!0),o=this._getNextNode(r);o&&o!=i;)a.call(this,o,o.className+" "+o.id)?o=this._removeAndGetNext(o):o=this._getNextNode(o)},_cleanHeaders:function(r){let a=this._getAllNodesWithTag(r,["h1","h2"]);this._removeNodes(a,function(i){let o=this._getClassWeight(i)<0;return o&&this.log("Removing header with low class weight:",i),o})},_headerDuplicatesTitle:function(r){if(r.tagName!="H1"&&r.tagName!="H2")return!1;var a=this._getInnerText(r,!1);return this.log("Evaluating similarity of header:",a,this._articleTitle),this._textSimilarity(this._articleTitle,a)>.75},_flagIsActive:function(r){return(this._flags&r)>0},_removeFlag:function(r){this._flags=this._flags&~r},_isProbablyVisible:function(r){return(!r.style||r.style.display!="none")&&!r.hasAttribute("hidden")&&(!r.hasAttribute("aria-hidden")||r.getAttribute("aria-hidden")!="true"||r.className&&r.className.indexOf&&r.className.indexOf("fallback-image")!==-1)},parse:function(){if(this._maxElemsToParse>0){var r=this._doc.getElementsByTagName("*").length;if(r>this._maxElemsToParse)throw new Error("Aborting parsing document; "+r+" elements found")}this._unwrapNoscriptImages(this._doc);var a=this._disableJSONLD?{}:this._getJSONLD(this._doc);this._removeScripts(this._doc),this._prepDocument();var i=this._getArticleMetadata(a);this._articleTitle=i.title;var o=this._grabArticle();if(!o)return null;if(this.log("Grabbed: "+o.innerHTML),this._postProcessContent(o),!i.excerpt){var s=o.getElementsByTagName("p");s.length>0&&(i.excerpt=s[0].textContent.trim())}var u=o.textContent;return{title:this._articleTitle,byline:i.byline||this._articleByline,dir:this._articleDir,lang:this._articleLang,content:this._serializer(o),textContent:u,length:u.length,excerpt:i.excerpt,siteName:i.siteName||this._articleSiteName}}},typeof e=="object"&&(e.exports=n)}),Jx=$d((t,e)=>{var n={unlikelyCandidates:/-ad-|ai2html|banner|breadcrumbs|combx|comment|community|cover-wrap|disqus|extra|footer|gdpr|header|legends|menu|related|remark|replies|rss|shoutbox|sidebar|skyscraper|social|sponsor|supplemental|ad-break|agegate|pagination|pager|popup|yom-remote/i,okMaybeItsACandidate:/and|article|body|column|content|main|shadow/i};function r(i){return(!i.style||i.style.display!="none")&&!i.hasAttribute("hidden")&&(!i.hasAttribute("aria-hidden")||i.getAttribute("aria-hidden")!="true"||i.className&&i.className.indexOf&&i.className.indexOf("fallback-image")!==-1)}function a(i,o={}){typeof o=="function"&&(o={visibilityChecker:o});var s={minScore:20,minContentLength:140,visibilityChecker:r};o=Object.assign(s,o);var u=i.querySelectorAll("p, pre, article"),l=i.querySelectorAll("div > br");if(l.length){var c=new Set(u);[].forEach.call(l,function(m){c.add(m.parentNode)}),u=Array.from(c)}var p=0;return[].some.call(u,function(m){if(!o.visibilityChecker(m))return!1;var g=m.className+" "+m.id;if(n.unlikelyCandidates.test(g)&&!n.okMaybeItsACandidate.test(g)||m.matches("li p"))return!1;var f=m.textContent.trim().length;return fo.minScore)})}typeof e=="object"&&(e.exports=a)}),ch=$d((t,e)=>{var n=Qx(),r=Jx();e.exports={Readability:n,isProbablyReaderable:r}}),dh={};Vx(dh,{Readability:()=>bu,default:()=>mh,isProbablyReaderable:()=>gh});var ph=lh(ch());Yx(dh,lh(ch()));var{Readability:bu,isProbablyReaderable:gh}=ph,{default:uh,...Zx}=ph,mh=uh!==void 0?uh:Zx;var Na={};eu(Na,{Breadcrumbs:()=>Vr,BrowserClient:()=>Ci,Dedupe:()=>Zr,FunctionToString:()=>Ra,GlobalHandlers:()=>cr,HttpContext:()=>Jr,Hub:()=>_r,InboundFilters:()=>Oa,Integrations:()=>FC,LinkedErrors:()=>Qr,SDK_VERSION:()=>Ei,Scope:()=>Nn,TryCatch:()=>Yr,addBreadcrumb:()=>Pu,addGlobalEventProcessor:()=>lr,captureEvent:()=>Au,captureException:()=>Si,captureMessage:()=>Du,chromeStackLineParser:()=>w0,close:()=>D4,configureScope:()=>ku,createTransport:()=>$o,defaultIntegrations:()=>F0,defaultStackLineParsers:()=>k0,defaultStackParser:()=>qu,flush:()=>w4,forceLoad:()=>E4,geckoStackLineParser:()=>D0,getCurrentHub:()=>Le,getHubFromCarrier:()=>Un,init:()=>v4,lastEventId:()=>x4,makeFetchTransport:()=>Vo,makeMain:()=>vi,onLoad:()=>C4,opera10StackLineParser:()=>o4,opera11StackLineParser:()=>s4,setContext:()=>Lu,setExtra:()=>Fu,setExtras:()=>_u,setTag:()=>Bu,setTags:()=>Mu,setUser:()=>Iu,showReportDialog:()=>S4,startTransaction:()=>Ru,winjsStackLineParser:()=>A0,withScope:()=>xi,wrap:()=>A4});d();d();d();d();d();d();d();d();d();var fh=Object.prototype.toString;function Tu(t){switch(fh.call(t)){case"[object Error]":case"[object Exception]":case"[object DOMException]":return!0;default:return or(t,Error)}}function Io(t,e){return fh.call(t)===`[object ${e}]`}function yu(t){return Io(t,"ErrorEvent")}function hh(t){return Io(t,"DOMException")}function Dr(t){return Io(t,"String")}function Ro(t){return t===null||typeof t!="object"&&typeof t!="function"}function Yn(t){return Io(t,"Object")}function Oo(t){return typeof Event<"u"&&or(t,Event)}function bh(t){return!1}function Th(t){return Io(t,"RegExp")}function hi(t){return!!(t&&t.then&&typeof t.then=="function")}function yh(t){return Yn(t)&&"nativeEvent"in t&&"preventDefault"in t&&"stopPropagation"in t}function vh(t){return typeof t=="number"&&t!==t}function or(t,e){try{return t instanceof e}catch{return!1}}function zo(t,e){try{let n=t,r=5,a=80,i=[],o=0,s=0,u=" > ",l=u.length,c;for(;n&&o++1&&s+i.length*l+c.length>=a));)i.push(c),s+=c.length,n=n.parentNode;return i.reverse().join(u)}catch{return""}}function Xx(t,e){let n=t,r=[],a,i,o,s,u;if(!n||!n.tagName)return"";r.push(n.tagName.toLowerCase());let l=e&&e.length?e.filter(p=>n.getAttribute(p)).map(p=>[p,n.getAttribute(p)]):null;if(l&&l.length)l.forEach(p=>{r.push(`[${p[0]}="${p[1]}"]`)});else if(n.id&&r.push(`#${n.id}`),a=n.className,a&&Dr(a))for(i=a.split(/\s+/),u=0;u1&&(u=c.slice(0,-1).join("/"),l=c.pop()),l){let p=l.match(/^\d+/);p&&(l=p[0])}return xh({host:i,pass:a,path:u,projectId:l,port:o,protocol:n,publicKey:r})}function xh(t){return{protocol:t.protocol,publicKey:t.publicKey||"",pass:t.pass||"",host:t.host,port:t.port||"",path:t.path||"",projectId:t.projectId}}function rE(t){if(!!1)return;let{port:e,projectId:n,protocol:r}=t;if(["protocol","publicKey","host","projectId"].forEach(i=>{if(!t[i])throw new Tt(`Invalid Sentry Dsn: ${String(i)} missing`)}),!n.match(/^\d+$/))throw new Tt(`Invalid Sentry Dsn: Invalid projectId ${n}`);if(!tE(r))throw new Tt(`Invalid Sentry Dsn: Invalid protocol ${r}`);if(e&&isNaN(parseInt(e,10)))throw new Tt(`Invalid Sentry Dsn: Invalid port ${e}`);return!0}function vu(t){let e=typeof t=="string"?nE(t):xh(t);return rE(e),e}d();var aE={};function it(){return typeof window<"u"?window:typeof self<"u"?self:aE}function bi(t,e,n){let r=n||it(),a=r.__SENTRY__=r.__SENTRY__||{};return a[t]||(a[t]=e())}d();d();var No=["debug","info","warn","error","log","assert","trace"];function Vd(t){if(!("console"in it()))return t();let n=console,r={};No.forEach(a=>{let i=n[a]&&n[a].__sentry_original__;a in console&&i&&(r[a]=n[a],n[a]=i)});try{return t()}finally{Object.keys(r).forEach(a=>{n[a]=r[a]})}}function Eh(){let t=!1,e={enable:()=>{t=!0},disable:()=>{t=!1}};return!1?No.forEach(n=>{e[n]=(...r)=>{t&&Vd(()=>{})}}):No.forEach(n=>{e[n]=()=>{}}),e}var Se;!1?Se=bi("logger",Eh):Se=Eh();d();d();function Ma(t,e=0){return typeof t!="string"||e===0||t.length<=e?t:`${t.substr(0,e)}...`}function Yd(t,e){if(!Array.isArray(t))return"";let n=[];for(let r=0;r`${encodeURIComponent(e)}=${encodeURIComponent(t[e])}`).join("&")}function Zd(t){if(Tu(t))return{message:t.message,name:t.name,stack:t.stack,...wh(t)};if(Oo(t)){let e={type:t.type,target:Ch(t.target),currentTarget:Ch(t.currentTarget),...wh(t)};return typeof CustomEvent<"u"&&or(t,CustomEvent)&&(e.detail=t.detail),e}else return t}function Ch(t){try{return bh(t)?zo(t):Object.prototype.toString.call(t)}catch{return""}}function wh(t){if(typeof t=="object"&&t!==null){let e={};for(let n in t)Object.prototype.hasOwnProperty.call(t,n)&&(e[n]=t[n]);return e}else return{}}function Ah(t,e=40){let n=Object.keys(Zd(t));if(n.sort(),!n.length)return"[object has no keys]";if(n[0].length>=e)return Ma(n[0],e);for(let r=n.length;r>0;r--){let a=n.slice(0,r).join(", ");if(!(a.length>e))return r===n.length?a:Ma(a,e)}return""}function Ba(t){return Qd(t,new Map)}function Qd(t,e){if(Yn(t)){let n=e.get(t);if(n!==void 0)return n;let r={};e.set(t,r);for(let a of Object.keys(t))typeof t[a]<"u"&&(r[a]=Qd(t[a],e));return r}if(Array.isArray(t)){let n=e.get(t);if(n!==void 0)return n;let r=[];return e.set(t,r),t.forEach(a=>{r.push(Qd(a,e))}),r}return t}d();var iE=50;function e0(...t){let e=t.sort((n,r)=>n[0]-r[0]).map(n=>n[1]);return(n,r=0)=>{let a=[];for(let i of n.split(` `).slice(r))for(let o of e){let s=o(i);if(s){a.push(s);break}}return oE(a)}}function kh(t){return Array.isArray(t)?e0(...t):t}function oE(t){if(!t.length)return[];let e=t,n=e[0].function||"",r=e[e.length-1].function||"";return(n.indexOf("captureMessage")!==-1||n.indexOf("captureException")!==-1)&&(e=e.slice(1)),r.indexOf("sentryWrapped")!==-1&&(e=e.slice(0,-1)),e.slice(0,iE).map(a=>({...a,filename:a.filename||e[0].filename,function:a.function||"?"})).reverse()}var Xd="";function Jn(t){try{return!t||typeof t!="function"?Xd:t.name||Xd}catch{return Xd}}d();function Ph(){if(!("fetch"in it()))return!1;try{return new Headers,new Request("http://www.example.com"),new Response,!0}catch{return!1}}function Lh(t){return t&&/^function fetch\(\)\s+\{\s+\[native code\]\s+\}$/.test(t.toString())}function _h(){return!0}var Ar=it(),qo={},Fh={};function sE(t){if(!Fh[t])switch(Fh[t]=!0,t){case"console":uE();break;case"fetch":lE();break;case"error":pE();break;case"unhandledrejection":gE();break;default:!1&&Se.warn("unknown instrumentation type:",t);return}}function Zn(t,e){qo[t]=qo[t]||[],qo[t].push(e),sE(t)}function yi(t,e){if(!(!t||!qo[t]))for(let n of qo[t]||[])try{n(e)}catch(r){!1&&Se.error(`Error while triggering instrumentation handler. Type: ${t} Name: ${Jn(n)} @@ -5063,7 +5063,7 @@ ass\u3001HTML\u3001TXT\u6587\u4EF6`,"subtitle.quickButton.setting":"\u8BBE\u7F6E {env.imt_sub_trans_field}: \u8BD1\u6587 - id: 2 {env.imt_sub_source_field}: Source - {env.imt_sub_trans_field}: \u8BD1\u6587`,"browser.PdfProFile":"AI \u9A71\u52A8\u7684 PDF Pro \u7FFB\u8BD1","browser.textTranslate":"\u6587\u672C\u7FFB\u8BD1"};var L4={nologin:"\u672A\u767B\u9304",loginForSafari:"\u767B\u5165\u6216\u8A3B\u518A",login:"\u767B\u9304",goLogin:"\u53BB\u767B\u9304",manageAccount:"\u7BA1\u7406\u8CEC\u6236",openPremium:"\u958B\u901A\u6703\u54E1",logout:"\u9000\u51FA",curentPlan:"\u7576\u524D\u5957\u9910",endAt:"\u5230\u671F",endAuto:"\u81EA\u52D5\u7E8C\u671F",lineBreakMaxTextCount:"\u63DB\u884C\u5F8C\uFF0C\u6BCF\u53E5\u8A71\u5141\u8A31\u7684\u6700\u5927\u5B57\u5143\u6578\u91CF","translate-pdf":"\u9EDE\u9078\u7FFB\u8B6F PDF","noSupportTranslate-pdf":"\u8173\u672C\u4E0D\u652F\u63F4\uFF0C\u8ACB\u4F7F\u7528\u64F4\u5145\u5957\u4EF6","translate-firefox-local-pdf":"\u9EDE\u64CA\u53BB\u5C0E\u5165PDF",enableLineBreak:"\u958B\u555F\u9577\u6BB5\u843D\u81EA\u52D5\u63DB\u884C",sponsorLabel:"$1 \u8D77\u8D0A\u52A9\u958B\u767C\u8005 (\u6708\u4ED8\u6216\u50C5\u8D0A\u52A9\u4E00\u6B21\u5747\u53EF)",help:"\u8AAA\u660E",enableLineBreakDescription:"\u555F\u7528\u5F8C\uFF0C\u5C07\u6703\u5728\u9577\u6BB5\u843D\u4E2D\u6BCF\u53E5\u8A71\u7D50\u675F\u63D2\u5165\u63DB\u884C\u5B57\u5143\uFF0C\u4EE5\u4FBF\u65BC\u95B1\u8B80","browser.shortBrandName":"\u6C89\u6D78\u5F0F\u7FFB\u8B6F","browser.brandName":"\u6C88\u6D78\u5F0F\u7FFB\u8B6F - \u7DB2\u9801\u7FFB\u8B6F\u64F4\u5145 | PDF\u7FFB\u8B6F | \u514D\u8CBB","browser.brandDescription":"\u3010\u6C88\u6D78\u5F0F\u7FFB\u8B6F\u3011\u4E00\u6B3E\u514D\u8CBB\u7684\uFF08\u539F\u6587/\u8B6F\u6587\uFF09\u96D9\u8A9E\u5C0D\u7167\u7DB2\u9801\u7FFB\u8B6F\u64F4\u5145\uFF0C\u540C\u6642\u652F\u6301PDF\u7FFB\u8B6F\uFF08\u4FDD\u7559\u539F\u6587\u6A94\u6392\u7248\uFF09\uFF0C\u8996\u983B\u96D9\u8A9E\u5B57\u5E55\u7FFB\u8B6F\uFF08Youtube, Netflix\u7B49\uFF09\uFF0CEPUB\u96FB\u5B50\u66F8\u7FFB\u8B6F\u7B49\uFF1B\u652F\u6301\u8ABF\u7528\u4EBA\u5DE5\u667A\u80FDAI\u7FFB\u8B6F\u5927\u6A21\u578B\uFF08OpenAI (ChatGPT)\u3001DeepL\u3001Gemini(Bard) \u7B49 \uFF09\u5C0D\u4EE5\u4E0A\u5167\u5BB9\u9032\u884C\u66F4\u6E96\u78BA\u7684\u7FFB\u8B6F\uFF1B","browser.toggleTranslatePage":"\u7FFB\u8B6F\u7DB2\u9801/\u986F\u793A\u539F\u6587","browser.toggleTranslateTheWholePage":"\u7FFB\u8B6F\u9801\u9762\u5168\u90E8\u5340\u57DF/\u986F\u793A\u539F\u6587","browser.toggleTranslateToThePageEndImmediately":"\u7ACB\u5373\u7FFB\u8B6F\u5230\u9801\u9762\u5E95\u90E8/\u986F\u793A\u539F\u6587","browser.toggleTranslateTheMainPage":"\u7FFB\u8B6F\u9801\u9762\u4E3B\u8981\u5340\u57DF/\u986F\u793A\u539F\u6587","browser.shareToDraft":"\u751F\u6210\u7DB2\u9801\u5FEB\u7167","browser.openOptionsPage":"\u958B\u555F\u8A2D\u5B9A\u9801\u9762","browser.translateLocalPdfFile":"\u7FFB\u8B6F\u672C\u6A5F PDF \u6A94\u6848","browser.openEbookViewer":"\u95B1\u8B80\u672C\u6A5F\u96FB\u5B50\u66F8","browser.openEbookBuilder":"\u88FD\u4F5C\u96D9\u8A9E EPUB \u96FB\u5B50\u66F8","browser.translateLocalHtmlFile":"\u7FFB\u8B6F HTML/txt \u6A94\u6848","browser.donateContext":"\u4E86\u89E3\u8D0A\u52A9\u798F\u5229","browser.translateLocalSubtitleFile":"\u7FFB\u8B6F\u5B57\u5E55\u6A94\u6848",confirmResetConfig:"\u4F60\u78BA\u5B9A\u8981\u91CD\u8A2D\u8A2D\u5B9A\u55CE\uFF1F",translationLineBreakSettingTitle:"\u8B6F\u6587\u63DB\u884C\u8A2D\u5B9A",smartLineBreak:"\u667A\u6167\u63DB\u884C",alwaysLineBreak:"\u7E3D\u662F\u63DB\u884C",isShowContextMenu:"\u5C07\u7DB2\u9801\u7FFB\u8B6F\u529F\u80FD\u52A0\u5165\u53F3\u9375\u9078\u55AE",toggleBeta:"\u958B\u555F Beta \u6E2C\u8A66\u529F\u80FD",betaDescription:"\u555F\u7528\u4ECD\u5728\u5BE6\u9A57\u7684\u529F\u80FD\u4EE5\u53CA\u6E2C\u8A66\u4E2D\u7684\u7FFB\u8B6F\u670D\u52D9\u3002\u52A0\u5165 <1>Telegram \u7FA4\u7D44\u4E86\u89E3\u66F4\u591A\u3002",translationLineBreakSettingDescription:"\u7E3D\u662F\u63DB\u884C\u9069\u7528\u65BC\u8F03\u5C11\u5167\u5BB9\u7684\u7248\u9762\uFF0C\u66F4\u6574\u9F4A\u3002(\u5728\u5167\u5BB9\u8F03\u591A\u7684\u9577\u6BB5\u843D(\u8D85\u904E {count} \u500B\u5B57\u5143) \u4F7F\u7528\u667A\u6167\u63DB\u884C\u6703\u66F4\u7701\u7A7A\u9593)",tempTranslateDomainTitle:"\u81E8\u6642\u958B\u555F\u7DB2\u7AD9\u7FFB\u8B6F\u7684\u6642\u9577",tempTranslateDomainDescription:"\u7576\u624B\u52D5\u7FFB\u8B6F\u67D0\u500B\u7DB2\u9801\u7684\u6642\u5019\uFF0C\u81E8\u6642\u958B\u555F\u8A72\u7DB2\u7AD9\u70BA\u81EA\u52D5\u7FFB\u8B6F",xMinutes:"{count} \u5206\u9418",disabled:"\u505C\u7528",changelog:"\u66F4\u65B0\u8A18\u9304",toggleTranslatePageWhenThreeFingersOnTheScreen:"\u591A\u6307\u540C\u6642\u89F8\u6478\u87A2\u5E55\u5247\u7FFB\u8B6F\u7DB2\u9801/\u986F\u793A\u539F\u6587",toggleTranslationMaskWhenThreeFingersOnTheScreen:"\u591A\u6307\u540C\u6642\u89F8\u6478\u5247\u986F\u793A/\u96B1\u85CF\u8B6F\u6587\u6A21\u7CCA\u6548\u679C",addUrlDescription:"\u53EF\u4EE5\u70BA\u7DB2\u57DF\u540D\u7A31\uFF0C\u540C\u6642\u652F\u63F4\u842C\u7528\u5B57\u5143\uFF0C\u5982\uFF1A*.google.com, google.com/mail/*, https://www.google.com/*",general:"\u57FA\u672C\u8A2D\u5B9A",clickToExpandConfig:"\u5C55\u958B\u76EE\u524D\u8A2D\u5B9A",import:"\u5F9E\u6A94\u6848\u532F\u5165",export:"\u532F\u51FA\u70BA\u6A94\u6848",toggleDebug:"\u5728\u4E3B\u63A7\u53F0\u986F\u793A\u5075\u932F\u8A18\u9304","fingers.0":"\u95DC\u9589",mouseHoldKey:"+ {key} \u7FFB\u8B6F/\u9084\u539F\u8A72\u6BB5",mouseHoldKeyAuto:"\u76F4\u63A5\u7FFB\u8B6F\u8A72\u6BB5",mouseHoldKeyOff:"\u4E0D\u505A\u4EFB\u4F55\u4E8B\u60C5",mouseHoldKeyOther:"\u81EA\u5B9A\u7FA9\u5FEB\u6377\u9375(\u6253\u958B\u8A2D\u7F6E)",mouseHoldKeyCustomKey:"{key} \u7FFB\u8B6F/\u9084\u539F\u8A72\u6BB5","mouse-translate":"\u9F20\u6A19\u6ED1\u904E",document:"\u8AAA\u660E\u6587\u4EF6",resetSuccess:"\u91CD\u8A2D\u6240\u6709\u8A2D\u5B9A\u6210\u529F",resetThisSuccess:"\u91CD\u8A2D\u6210\u529F",saved:"\u5132\u5B58\u6210\u529F",successImportConfig:"\u6210\u529F\u532F\u5165\u8A2D\u5B9A",goAdvancedSettings:"\u524D\u5F80\u9032\u968E\u8A2D\u5B9A\u9801\u9762",goAdvancedInterfaceSettings:"\u524D\u5F80\u81EA\u8A02\u8A2D\u5B9A\u9801\u9762",advanced:"\u9032\u968E\u8A2D\u5B9A",advancedDescription:"\u6B63\u5E38\u60C5\u6CC1\u7121\u9700\u8A2D\u5B9A\uFF0C\u4FDD\u6301\u9810\u8A2D\u5373\u53EF\u3002\u50C5\u91DD\u5C0D\u66F4\u5C08\u696D\u7684\u4F7F\u7528\u8005\uFF0C\u63D0\u4F9B\u66F4\u500B\u4EBA\u5316\u7684\u8A2D\u5B9A\u9805\u76EE\u3002",developer:"\u958B\u767C\u8005\u8A2D\u5B9A",donateCafe:"\u50F9\u683C","translate to the bottom of the page":"\u9032\u5165\u7DB2\u9801\u5F8C\uFF0C\u662F\u5426\u7ACB\u5373\u7FFB\u8B6F\u5230\u9801\u9762\u5E95\u90E8\uFF1F",feedback:"\u554F\u984C\u56DE\u5831",toggleTranslatePage:"\u7FFB\u8B6F\u7DB2\u9801/\u986F\u793A\u539F\u6587",translateToThePageEndImmediatelyDescription:"\u555F\u7528\u5F8C\uFF0C\u9032\u5165\u7DB2\u9801\u5C07\u7ACB\u5373\u7FFB\u8B6F\u5F9E\u9802\u90E8\u5230\u5E95\u90E8\u7684\u5167\u5BB9\u3002\u95DC\u9589\u5247\u908A\u770B\u908A\u8B6F\u3002\uFF08\u4E0D\u63A8\u85A6\u958B\u555F\uFF09","translate all areas of the page":"\u662F\u5426\u7FFB\u8B6F\u7DB2\u9801\u6240\u6709\u5340\u57DF",translationAreaDescription:"\u555F\u7528\u5F8C\uFF0C\u7DB2\u9801\u7684\u6240\u6709\u5340\u57DF\u90FD\u6703\u88AB\u7FFB\u8B6F\u3002\u95DC\u9589\u5247\u4F7F\u7528\u9810\u8A2D\u7684\u667A\u6167\u8FA8\u8B58\uFF0C\u50C5\u7FFB\u8B6F\u4E3B\u8981\u5340\u57DF\u3002(\u4E0D\u63A8\u85A6\u958B\u555F)","the number of characters to be translated first":"\u76F4\u63A5\u7FFB\u8B6F\u9801\u9762\u524D\u591A\u5C11\u500B\u5B57\u5143\uFF0C\u800C\u7121\u9700\u7B49\u5F85\u6372\u52D5\u81F3\u53EF\u898B\u5340\u57DF","interface language":"\u4ECB\u9762\u8A9E\u8A00","display both the original text and the translation":"\u540C\u6642\u986F\u793A\u539F\u6587\u548C\u8B6F\u6587","keyboard shortcuts":"\u9375\u76E4\u5FEB\u901F\u9375",modify:"\u8B8A\u66F4\u5FEB\u901F\u9375",reset:"\u91CD\u8A2D",close:"\u95DC\u9589",homepage:"\u9996\u9801",more:"\u66F4\u591A",moreOptions:"\u5C55\u958B\u66F4\u591A\u81EA\u8A02\u9078\u9805",translateTheWholePage:"\u7FFB\u8B6F\u9801\u9762\u5168\u90E8\u5340\u57DF\uFF08\u5340\u5206\u65BC\u53EA\u7FFB\u8B6F\u4E3B\u8981\u5340\u57DF\uFF09",changeToTranslateTheWholePage:"\u5207\u63DB\u70BA\u7FFB\u8B6F\u6240\u6709\u5340\u57DF",changeToTranslateTheMainPage:"\u5207\u63DB\u70BA\u7FFB\u8B6F\u4E3B\u8981\u5340\u57DF",translateToThePageEndImmediately:"\u7ACB\u5373\u7FFB\u8B6F\u5230\u5E95\u90E8\uFF08\u5340\u5206\u65BC\u770B\u54EA\u8B6F\u54EA\uFF09",translateTheMainPage:"\u667A\u6167\u7FFB\u8B6F\u4E3B\u8981\u5340\u57DF","The local rules are up to date":"\u672C\u6A5F\u898F\u5247\u5DF2\u70BA\u6700\u65B0\uFF1A","Successfully synchronized with the latest official rules:":"\u6210\u529F\u540C\u6B65\u6700\u65B0\u5B98\u65B9\u898F\u5247\uFF1A","Checking for updates":"\u6B63\u5728\u6AA2\u67E5\u66F4\u65B0","Rules are being synchronized":"\u6B63\u5728\u540C\u6B65\u5B98\u65B9\u898F\u5247",localVersionIsTooOld:"\u672C\u6A5F\u5957\u4EF6\u7248\u672C\u904E\u820A\uFF0C\u8ACB\u5347\u7D1A\u5957\u4EF6\u81F3 {minVersion} \u6216\u66F4\u65B0\u7684\u7248\u672C\u518D\u5617\u8A66\u540C\u6B65",badUserscriptBrowser:"\u76EE\u524D\u700F\u89BD\u5668\u7121\u6CD5\u6B63\u78BA\u5BE6\u73FE\u6CB9\u7334\u5957\u4EF6\u7684\u4ECB\u9762\uFF0C\u8ACB\u4F7F\u7528\u5176\u4ED6<1>\u652F\u63F4\u6CB9\u7334\u5957\u4EF6\u7684\u700F\u89BD\u5668\u5982(Firefox Nightly \u7248\u672C)",foundNewVersion:"\u6709\u65B0\u7248\u672C\u53EF\u7528",theLocalExtensionIsUpToUpdate:"\u76EE\u524D\u5957\u4EF6\u5DF2\u662F\u6700\u65B0\u7248\u672C",failToSyncRules:"\u540C\u6B65\u6700\u65B0\u5B98\u65B9\u898F\u5247\u5931\u6557",retry:"\u9EDE\u6B64\u91CD\u8A66",failedReason:"\u5931\u6557\u539F\u56E0",currentRuleVersion:"\u76EE\u524D\u898F\u5247\u7248\u672C",calculating:"\u6B63\u5728\u8A08\u7B97",unknownError:"\u672A\u77E5\u7684\u932F\u8AA4",canNotFetchRemoteRule:"\u7121\u6CD5\u53D6\u5F97\u9060\u7AEF\u898F\u5247",enableAlphaSuccess:"\u5DF2\u555F\u7528 Alpha \u529F\u80FD",disableAlphaSuccess:"\u5DF2\u505C\u7528 Alpha \u529F\u80FD",cacheSize:"\u5FEB\u53D6\u5927\u5C0F\uFF1A",cleaning:"\u6B63\u5728\u6E05\u7406",cleanCache:"\u6E05\u9664\u5FEB\u53D6",options:"\u9078\u9805",about:"\u95DC\u65BC",service:"\u7FFB\u8B6F\u670D\u52D9",needAction:"(\u524D\u5F80\u8A2D\u5B9A)",goSettings:"\u524D\u5F80\u8A2D\u5B9A",needActionForOptions:"(\u9700\u8A2D\u5B9A)",translationEngine:"\u5F15\u64CE\u9078\u9805",sourceLanguage:"\u539F\u6587\u8A9E\u8A00",target:"\u76EE\u6A19\u8A9E\u8A00",popupSourceLanguage:"\u539F\u6587\u8A9E\u8A00",popupTarget:"\u76EE\u6A19\u8A9E\u8A00",popupService:"\u7FFB\u8B6F\u670D\u52D9",forThisSite:"\u7576\u524D\u7DB2\u7AD9",autoEnableSubtitle:"\u81EA\u52D5\u958B\u555F\u96D9\u8A9E\u5B57\u5E55",alwaysTranslate:"\u7E3D\u662F\u7FFB\u8B6F",neverTranslate:"\u6C38\u4E0D\u7FFB\u8B6F",neverTranslateSomeLanguage:"\u6C38\u4E0D\u7FFB\u8B6F {language}",alwaysTranslateSomeSite:"\u7E3D\u662F\u7FFB\u8B6F {hostname}",neverTranslateSomeSite:"\u6C38\u4E0D\u7FFB\u8B6F {hostname}",alwaysTranslateSomeSiteOrWildSite:"\u7E3D\u662F\u7FFB\u8B6F\u7DB2\u7AD9",alwaysTranslateSomePage:"\u7E3D\u662F\u7FFB\u8B6F\u8A72\u7DB2\u9801",add:"\u65B0\u589E",default:"\u9810\u8A2D",forThisLanguage:"\u91DD\u5C0D\u8A72\u8A9E\u8A00\uFF1A","add url":"\u8F38\u5165 URL",edit:"\u7DE8\u8F2F",pickAll:"\u5168\u9078","translate other languages into specific language":"\u5C07\u5176\u5B83\u8A9E\u8A00\u7FFB\u8B6F\u70BA\u4F60\u8A2D\u5B9A\u7684\u8A9E\u8A00","select translation service":"\u9078\u64C7\u4F60\u60F3\u7528\u7684\u7FFB\u8B6F\u670D\u52D9",language:"\u8A9E\u8A00","show-original":"\u986F\u793A\u539F\u6587",translate:"\u7FFB\u8B6F",Translated:"\u5DF2\u7FFB\u8B6F",Translating:"\u6B63\u5728\u7FFB\u8B6F",Error:"\u932F\u8AA4",allowCacheTranslations:"\u555F\u7528\u672C\u6A5F\u7FFB\u8B6F\u5FEB\u53D6\uFF08\u6E1B\u5C11\u91CD\u8907\u6BB5\u843D\u7684\u7FFB\u8B6F\u8981\u6C42\uFF09","translation display":"\u8B6F\u6587\u986F\u793A\u6A23\u5F0F","select diplay style":"\u5340\u5206\u8B6F\u6587\u7684\u6A23\u5F0F\uFF0C\u5177\u9AD4\u53EF\u53C3\u8003\u4E0B\u5217\u7BC4\u4F8B",interface:"\u4ECB\u9762\u8A2D\u5B9A",import_export:"\u532F\u5165/\u532F\u51FA",import_export_title:"\u532F\u5165/\u532F\u51FA\u8A2D\u5B9A",syncToGoogleDrive:"\u7ACB\u5373\u8207 Google Drive \u540C\u6B65","floatBallOptions.enable":"\u555F\u7528\u61F8\u6D6E\u7403","floatBallOptions.blockUrls":"\u7981\u7528\u7DB2\u7AD9","floatBallOptions.add":"\u6DFB\u52A0","floatBallOptions.blockUrlDesc":"\u7576\u9047\u5230\u4EE5\u4E0B\u7DB2\u7AD9\u6642\u4E0D\u986F\u793A\u61F8\u6D6E\u7403","floatBallOptions.clickType":"\u9EDE\u64CA\u884C\u70BA","floatBallOptions.clickTypeDesc":"\u61F8\u6D6E\u7403\u5716\u6A19\u9EDE\u64CA\u6642\u7684\u884C\u70BA","floatBallOptions.clickPopup":"\u986F\u793A\u7FFB\u8B6F\u9762\u677F","floatBallOptions.clickTranslate":"\u7FFB\u8B6F/\u986F\u793A\u539F\u6587","floatBallOptions.fixedPosition":"\u56FA\u5B9A\u4F4D\u7F6E","floatBallOptions.fixedPositionDesc":"\u61F8\u6D6E\u7403\u5728\u7A97\u53E3\u5DE6\u5074\u9084\u662F\u53F3\u5074","floatBallOptions.fixedPositionLeft":"\u5DE6\u5074","floatBallOptions.fixedPositionRight":"\u53F3\u5074",previewAllThemes:"\u9810\u89BD\u5168\u90E8\u6A23\u5F0F","translationTheme.none":"\u7121","translationTheme.grey":"\u9ED1\u7070\u8272","translationTheme.dashed":"\u7834\u6298\u865F\u5E95\u7DDA","translationTheme.dotted":"\u9EDE\u72C0\u5E95\u7DDA","translationTheme.dashedBorder":"\u865B\u7DDA\u6846\u7DDA","translationTheme.solidBorder":"\u5BE6\u7DDA\u6846\u7DDA","translationTheme.underline":"\u76F4\u7DDA\u5E95\u7DDA","translationTheme.mask":"\u6A21\u7CCA\u6548\u679C\uFF08\u5B78\u7FD2\u6A21\u5F0F\uFF09","translationTheme.opacity":"\u900F\u660E\u6548\u679C","translationTheme.paper":"\u767D\u7D19\u9670\u5F71\u6548\u679C","translationTheme.dividingLine":"\u5206\u9694\u7DDA","translationTheme.highlight":"\u9192\u76EE\u63D0\u793A","translationTheme.marker":"\u99AC\u514B\u7B46","translationTheme.marker2":"\u99AC\u514B\u7B462","translationTheme.blockquote":"\u5F15\u7528\u6A23\u5F0F","translationTheme.weakening":"\u5F31\u5316","translationTheme.italic":"\u659C\u9AD4","translationTheme.bold":"\u7C97\u9AD4","translationTheme.thinDashed":"\u7D30\u7834\u6298\u865F\u5E95\u7DDA","translationTheme.nativeDashed":"\u7CFB\u7D71\u5167\u5EFA\u7834\u6298\u865F\u5E95\u7DDA","translationTheme.nativeDotted":"\u7CFB\u7D71\u5167\u5EFA\u9EDE\u72C0\u5E95\u7DDA","translationTheme.nativeUnderline":"\u7CFB\u7D71\u5167\u5EFA\u76F4\u7DDA\u5E95\u7DDA","translationTheme.wavy":"\u6CE2\u5F62\u66F2\u7DDA","translationServices.custom":"\u81EA\u5B9A\u7FA9API","translationServices.tencent":"\u9A30\u8A0A\u7FFB\u8B6F\u541B","translationServices.tenAlpha":"\u9A30\u8A0A\u7FFB\u8B6F\u541B(Alpha)","translationServices.google":"Google \u7FFB\u8B6F","translationServices.bai":"\u767E\u5EA6(Alpha)","translationServices.baidu":"\u767E\u5EA6\u7FFB\u8B6F","translationServices.aliyun":"\u963F\u91CC\u96F2\u7FFB\u8B6F","translationServices.volc":"\u706B\u5C71\u7FFB\u8B6F","translationServices.deeplx":"DeepLX(Beta)","translationServices.bing":"\u5FAE\u8F6F\u7FFB\u8B6F","translationServices.deepl":"DeepL","translationServices.wechat":"\u5FAE\u4FE1\u7FFB\u8B6F","translationServices.azure":"Azure \u7FFB\u8B6F","translationServices.ibm":"IBM Watson","translationServices.aws":"\u4E9E\u99AC\u905C\u7FFB\u8B6F","translationServices.mock":"\u6A21\u64EC\u7FFB\u8B6F","translationServices.mock2":"\u6A21\u64EC\u7FFB\u8B6F2","translationServices.caiyun":"\u5F69\u96F2\u5C0F\u8B6F","translationServices.cai":"\u5F69\u96F2\u5C0F\u8B6F (Alpha)","translationServices.volcAlpha":"\u706B\u5C71\u7FFB\u8B6F(Alpha)","translationServices.openl":"OpenL","translationServices.youdao":"\u6709\u9053\u7FFB\u8B6F","translationServices.you":"\u6709\u9053\u7FFB\u8B6F (Alpha)","translationServices.transmart":"\u9A30\u8A0A\u4EA4\u4E92\u7FFB\u8B6F","translationServices.niu":"\u5C0F\u725B\u7FFB\u8B6F","translationServices.papago":"Papago \u7FFB\u8B6F","translationServices.d":"Deepl(Alpha)","translationServices.dpro":"D Pro (Canary)","translationServices.openai":"OpenAI","translationServices.yandex":"Yandex","translationServices.chatgpt":"ChatGPT Web(3.5 mobile)","translate title":"\u7FFB\u8B6F\u9801\u9762\u6A19\u984C","always languages":"\u7E3D\u662F\u7FFB\u8B6F\u7684\u8A9E\u8A00",neverTranslateLanguagesLabel:"\u6C38\u4E0D\u7FFB\u8B6F\u7684\u8A9E\u8A00",neverTranslateTheFollowingLanguagesDescription:"\u7576\u9801\u9762\u4E2D\u67D0\u4E00\u6BB5\u843D\u7684\u8A9E\u8A00\u70BA\u4E0B\u5217\u8A9E\u8A00\u6642\uFF0C\u5C07\u8DF3\u904E\u7FFB\u8B6F",enableUserscriptPagePopup:"\u5728\u9801\u9762\u4E0A\u986F\u793A\u61F8\u6D6E\u7403",enableUserscriptPagePopupDescription:"\u95DC\u9589\u61F8\u6D6E\u7403\u5F8C\uFF0C\u53EF\u4EE5\u7528\u5FEB\u901F\u9375/{touch}\u518D\u6B21\u986F\u793A\u3002\u70BA\u9632\u6B62\u4E0D\u614E\u95DC\u9589\u8A72\u9078\u9805\u5F8C\u627E\u4E0D\u5230\u61F8\u6D6E\u7403\uFF0C\u5EFA\u8B70\u5C07\u672C\u8A2D\u5B9A\u9801\u9762\u52A0\u5165\u81F3\u6211\u7684\u6700\u611B","always translate the following languages":"\u7576\u9801\u9762\u8A9E\u8A00\u70BA\u4E0B\u5217\u8A9E\u8A00\u6642\uFF0C\u6703\u81EA\u52D5\u7FFB\u8B6F\u70BA\u76EE\u6A19\u8A9E\u8A00","always sites":"\u7E3D\u662F\u7FFB\u8B6F\u7684\u7DB2\u5740","always translate the following sites":"\u7576\u7DB2\u7AD9\u70BA\u4E0B\u5217\u7DB2\u57DF\u540D\u7A31\u6642\uFF0C\u6703\u81EA\u52D5\u7FFB\u8B6F\u70BA\u76EE\u6A19\u8A9E\u8A00","never sites":"\u6C38\u4E0D\u7FFB\u8B6F\u7684\u7DB2\u5740","never translate the following sites":"\u7576\u7DB2\u7AD9\u70BA\u4E0B\u5217\u7DB2\u57DF\u540D\u7A31\u6642\uFF0C\u5C07\u4E0D\u6703\u9032\u884C\u7FFB\u8B6F","please refer to":"\u9700\u8981\u586B\u5BEB\u91D1\u9470\u5F8C\u624D\u53EF\u4F7F\u7528\uFF0C\u8A73\u7D30\u8CC7\u8A0A\u8ACB\u53C3\u8003",KeyAndConfigurationTutorial:"\u300A\u91D1\u9470\u7533\u8ACB\u548C\u8A2D\u5B9A\u6559\u5B78\u300B",useAboveStyleForTheseSites:"\u7576\u7DB2\u7AD9\u70BA\u4E0B\u5217\u7DB2\u57DF\u540D\u7A31\u6642\uFF0C\u7E3D\u662F\u4F7F\u7528 \u2308{theme}\u230B \u8B6F\u6587\u6A23\u5F0F",currentUrl:"\u76EE\u524D\u7DB2\u5740",confirm:"\u5132\u5B58",cancel:"\u53D6\u6D88",delete:"\u522A\u9664","languages.auto":"\u81EA\u52D5\u5075\u6E2C",syncToCloud:"\u540C\u6B65\u81F3\u96F2\u7AEF",syncToCloudDescription:"\u4E0A\u50B3\u81F3\u96F2\u7AEF\u5F8C\uFF0C\u53EF\u4EE5\u5728\u4E0D\u540C\u7684\u700F\u89BD\u5668/\u6CB9\u7334\u8173\u672C\u4E4B\u9593\u540C\u6B65\u8A2D\u5B9A\uFF0C\u4EE5\u6700\u5F8C\u8B8A\u66F4\u6642\u9593\u70BA\u6E96\u3002",syncToAccount:"\u540C\u6B65\u5230\u8CEC\u6236",syncToAccountButton:"\u7ACB\u5373\u8207\u96F2\u7AEF\u540C\u6B65",syncToAccountDescription:"\u4E0A\u50B3\u5230\u5DF2\u767B\u9304\u8CEC\u6236\uFF0C\u53EF\u4EE5\u5728\u4E0D\u540C\u7684\u8A2D\u5099\u4E4B\u9593\u540C\u6B65\u914D\u7F6E\uFF0C\u4EE5\u6700\u5F8C\u4FEE\u6539\u6642\u9593\u70BA\u6E96\u3002",successSyncConfigInAccount:"\u6210\u529F\u8207\u8CEC\u6236\u4FDD\u6301\u540C\u6B65",successSyncConfigToAccount:"\u6210\u529F\u540C\u6B65\u5230\u8CEC\u6236",syncConfigNoUpdate:"\u5DF2\u7D93\u662F\u6700\u65B0\u7684\u4E86",authFail:"\u6388\u6B0A\u5931\u6557",syncTitle:"\u624B\u52D5\u5099\u4EFD\u7BA1\u7406",import_hint:"\u532F\u5165",upload:"\u4E0A\u50B3",revokeAuth:"\u64A4\u92B7\u6388\u6B0A",uploadFail:"\u4E0A\u50B3\u5931\u6557",download:"\u4E0B\u8F09",importSuccess:"\u532F\u5165\u6210\u529F",importFail:"\u532F\u5165\u5931\u6557",deleteFail:"\u522A\u9664\u5931\u6557",backupToCloud:"\u624B\u52D5\u7BA1\u7406\u5099\u4EFD\u6A94\u6848",create_new_backup:"\u65B0\u589E\u5099\u4EFD\u7BC0\u9EDE",maxBackupFiles:"\u6700\u591A\u53EF\u4EE5\u5099\u4EFD{count}\u500B\u4E0D\u540C\u7684\u7BC0\u9EDE\uFF0C\u8ACB\u522A\u9664\u4E0D\u9700\u8981\u7684\u7BC0\u9EDE",backupToCloudDescription:"\u624B\u52D5\u4E0A\u50B3\u6216\u9084\u539F\u5099\u4EFD\u6A94\u6848\uFF0C\u6700\u591A\u5141\u8A31 3 \u500B\u4E0D\u540C\u7684\u5099\u4EFD",successSyncConfig:"\u6210\u529F\u8207\u96F2\u7AEF\u4FDD\u6301\u540C\u6B65",syncFail:"\u540C\u6B65\u5931\u6557",updatedAt:"\u66F4\u65B0\u65BC {date}",lastSyncedAt:"\u4E0A\u6B21\u6AA2\u67E5\u65BC {date}",downloadFail:"\u4E0B\u8F09\u5931\u6557",clickToDownload:"\u9EDE\u9078\u4E0B\u8F09",aboutLabel:"\u95DC\u65BC - \u554F\u984C\u56DE\u5831","browser.openAboutPage":"\u95DC\u65BC/\u554F\u984C\u56DE\u5831",aboutLabelWithoutSponsor:"\u95DC\u65BC - \u554F\u984C\u56DE\u5831",aboutIntro:"\u5E0C\u671B\u6211\u5011\u90FD\u80FD\u66F4\u52A0\u5BB9\u6613\u4E14\u6109\u6085\u5730\u7372\u53D6\u7DB2\u969B\u7DB2\u8DEF\u4E0A\u66F4\u591A\u7684\u5916\u8A9E\u8CC7\u8A0A \u2764\uFE0F \u4F60\u53EF\u4EE5\u9078\u64C7\u958B\u901A <6>Pro\u6703\u54E1 \u4F86\u4F7F\u7528\u958B\u7BB1\u5373\u7528\u7684 DeepL \u548C OpenAI \u7FFB\u8B6F\u3002

\u4F60\u53EF\u4EE5\u95DC\u6CE8\u6211\u4EEC\u7684<3>Twitter\uFF0C<4>Telegram \u983B\u9053\u4EE5\u53CA\u4E0B\u65B9\u7684<5>\u90F5\u4EF6\u8A02\u95B1\u8FFD\u8E64\u66F4\u65B0\u3002
<7>Pro \u6703\u54E1 \u53EF\u4EE5\u901A\u904E\u5FEB\u901F\u5BA2\u670D\u90F5\u7BB1 <8>support@immersivetranslate.com \u548C\u6211\u5011\u53D6\u5F97\u806F\u7E6B\u3002",aboutIntroWithoutSponsor:"\u5E0C\u671B\u6211\u5011\u90FD\u80FD\u66F4\u52A0\u5BB9\u6613\u4E14\u6109\u6085\u5730\u7372\u53D6\u7DB2\u969B\u7DB2\u8DEF\u4E0A\u66F4\u591A\u7684\u5916\u8A9E\u8CC7\u8A0A \u2764\uFE0F ",projectHomepage:"\u5C08\u6848\u9996\u9801",joinTelegramGroup:"\u52A0\u5165\u7528\u6237\u4EA4\u6D41\u7FA4\u7D44\u53C3\u8207\u529F\u80FD\u8A0E\u8AD6",wechatPublicAccount:"\u5FAE\u4FE1\u516C\u773E\u865F",wechatCommunities:"\u5FAE\u4FE1\u4EA4\u6D41\u7FA4",qqCommunities:"QQ \u4EA4\u6D41\u983B\u9053",joinTelegramChannel:"\u95DC\u6CE8 Telegram \u983B\u9053\u77AD\u89E3\u66F4\u65B0\u8CC7\u8A0A",feedbackAndJoin:"\u554F\u984C\u56DE\u5831/\u52A0\u5165\u7FA4\u7D44",autoSync:"\u81EA\u52D5\u5B9A\u6642\u540C\u6B65",loadingThemeTitle:"Loading \u6A23\u5F0F",loadingThemeDescription:"\u8A2D\u5B9A\u7B49\u5F85\u8B6F\u6587\u8F09\u5165\u6642\u7684\u6A23\u5F0F","loadingTheme.spinner":"\u8F49\u5708\u52D5\u756B","loadingTheme.text":"\u975C\u614B\u6587\u5B57 ... ","loadingTheme.none":"\u4E0D\u986F\u793A",developerDescription:"\u53EF\u4EE5\u9EDE\u9078<1>\u6B64\u8655\u6AA2\u8996\u9032\u968E\u81EA\u8A02\u529F\u80FD\u76F8\u95DC\u7684\u8AAA\u660E\u6587\u4EF6","edit border color":"\u8B8A\u66F4\u908A\u6846\u8272\u5F69",successSyncButNoChange:"\u76EE\u524D\u8A2D\u5B9A\u8207\u96F2\u7AEF\u4E00\u81F4",customTheme:"\u81EA\u8A02\u8272\u5F69\u548C\u5927\u5C0F","customThemeLabel.borderColor":"\u908A\u6846\u8272\u5F69","customThemeLabel.borderRadius":"\u908A\u6846\u5713\u89D2","customThemeLabel.textColor":"\u6587\u5B57\u8272\u5F69","customThemeLabel.backgroundColor":"\u80CC\u666F\u8272\u5F69","customThemeLabel.zoom":"\u5B57\u578B\u7E2E\u653E\u6BD4\u4F8B (%)","customThemeLabel.opacity":"\u6587\u5B57\u4E0D\u900F\u660E\u5EA6(%)",resetToDefaultColor:"\u9084\u539F\u70BA\u9810\u8A2D\u8272\u5F69",resetToDefaultSettings:"\u9084\u539F\u70BA\u9810\u8A2D\u8A2D\u5B9A",isTranslateTitle:"\u555F\u7528\u7DB2\u9801\u6A19\u984C\u7FFB\u8B6F",isTranslateTitleDescription:"\u555F\u7528\u5F8C\uFF0C\u7DB2\u9801\u7684\u6A19\u984C\u6703\u88AB\u7FFB\u8B6F",enableSearchEnhancement:"\u958B\u555F\u641C\u7D22\u589E\u5F37",enableSearchEnhancementDescription:"\u4E2D\u6587\u641C\u7D22\u8C37\u6B4C\u6703\u5728\u53F3\u908A\u51FA\u73FE\u82F1\u6587\u7248\u8C37\u6B4C\u65B0\u805E",verifyService:"\u9EDE\u6B64\u6E2C\u8A66\u670D\u52D9",verified:"\u9A57\u8B49\u6210\u529F","field.langs":"\u652F\u63F4\u7684\u8A9E\u8A00\u4EE3\u78BC","field.model":"\u6A21\u578B","field.translationEngine":"\u7FFB\u8B6F\u5F15\u64CE","field.limitPerMinute":"\u6BCF\u5206\u9418\u6700\u5927\u8981\u6C42\u6578","field.limitPerSecond":"\u6BCF\u79D2\u6700\u5927\u8981\u6C42\u6578","field.maxTextLengthPerRequest":"\u6BCF\u6B21\u8981\u6C42\u7684\u6700\u5927\u6587\u5B57\u9577\u5EA6","field.maxTextGroupLengthPerRequest":"\u6BCF\u6B21\u8981\u6C42\u6700\u5927\u6BB5\u843D\u6578","field.apiUrl":"\u81EA\u8A02 API \u4F4D\u5740","field.placeholderDelimiters":"\u4FDD\u7559\u7684\u4F54\u4F4D\u7B26","description.custom":"\u81EA\u5B9A\u7FA9\u63A5\u53E3\u63A5\u5165 \u9700\u8981\u53C3\u8003\u6587\u6A94","description.limitPerMinute":"\u8981\u6C42\u6578\u8D85\u904E\u8A72\u9650\u5236\u6642\u6703\u88AB\u66AB\u6642\u505C\u7528\uFF0C\u76F4\u81F3\u4E0B\u4E00\u5206\u9418\u958B\u59CB\u3002\u7531\u4E8EOpenAI\u76EE\u524D\u670D\u52A1\u7684\u5404\u79CD\u9650\u5236\uFF0C\u8BF7\u70B9\u51FB<1>\u8FD9\u91CC\u67E5\u770B\u6700\u65B0\u5EFA\u8BAE\u7684\u6570\u503C","description.limitPerSecond":"\u8981\u6C42\u6578\u8D85\u904E\u8A72\u9650\u5236\u6642\u6703\u88AB\u66AB\u6642\u505C\u7528\uFF0C\u76F4\u81F3\u4E0B\u4E00\u79D2\u9418\u958B\u59CB\u3002\u7531\u4E8EOpenAI\u76EE\u524D\u670D\u52A1\u7684\u5404\u79CD\u9650\u5236\uFF0C\u8BF7\u70B9\u51FB<1>\u8FD9\u91CC\u67E5\u770B\u6700\u65B0\u5EFA\u8BAE\u7684\u6570\u503C","description.generalLimitPerSecond":"\u8ACB\u6C42\u6578\u8D85\u904E\u8A72\u9650\u5236\u6642\u6703\u9032\u5165\u6392\u968A\u72C0\u614B\uFF0C\u76F4\u5230\u4E0B\u4E00\u79D2\u9418\u958B\u59CB\u3002","description.prompt":"\u4EE5\u7528\u6236\u8EAB\u4EFD\u767C\u9001\u7D66 {service} \u7684\u5C0D\u8A71\uFF0C\u5176\u4E2D {{text}} \u8868\u793A\u6BB5\u843D\u7684\u6587\u672C\u5167\u5BB9\uFF0C{{from}} \u8868\u793A\u6BB5\u843D\u7684\u8A9E\u8A00\uFF0C{{to}} \u8868\u793A\u76EE\u6A19\u8A9E\u8A00","description.maxTextLengthPerRequest":"\u9810\u8A2D\u6703\u5408\u4F75\u591A\u500B\u6BB5\u843D\uFF0C\u4EE5\u6E1B\u5C11\u8ACB\u8981\u6C42\u6578\uFF0C\u4F46\u662F\u5982\u679C\u6BB5\u843D\u7E3D\u9577\u5EA6\u904E\u9577\uFF0C\u4E5F\u53EF\u80FD\u6703\u5C0E\u81F4 API \u7684\u56DE\u61C9\u6642\u9593\u589E\u52A0\uFF0C\u56E0\u6B64\u53EF\u4EE5\u5617\u8A66\u8ABF\u6574\u8A72\u9078\u9805\u4F86\u63D0\u5347\u901F\u5EA6","description.systemPrompt":"\u4EE5\u7CFB\u7D71\u50B3\u9001\u767C\u9001\u7D66 OpenAI \u7684\u5C0D\u8A71\uFF0C\u5176\u4E2D {{text}} \u8868\u793A\u6BB5\u843D\u7684\u6587\u5B57\u5167\u5BB9\uFF0C{{from}} \u8868\u793A\u6BB5\u843D\u7684\u8A9E\u8A00\uFF0C{{to}} \u8868\u793A\u76EE\u6A19\u8A9E\u8A00","field.domain":"\u9818\u57DF","description.domain":"\u9ED8\u8A8D\u70BA\uFF1Ageneral\u3002\u50C5\u5728\u6709\u9053API\u63A7\u5236\u53F0\u958B\u901A\u9818\u57DF\u5316\u7FFB\u8B6F\u7684\u60C5\u6CC1\u4E0B\u53EF\u8A2D\u7F6E\uFF0C\u652F\u6301\u9818\u57DF\u898B<1>\u9019\u88E1","field.scene":"\u5834\u666F","description.scene":"\u9ED8\u8A8D\u70BA\uFF1Ageneral\u3002\u50C5\u5728\u963F\u91CC\u96F2API\u63A7\u5236\u53F0\u958B\u901A\u6A5F\u5668\u7FFB\u8B6F\u5C08\u696D\u7248\u7684\u60C5\u6CC1\u4E0B\u53EF\u8A2D\u7F6E\uFF0C\u652F\u6301\u5834\u666F\u898B<1>\u9019\u88E1","field.vocabId":"\u4F7F\u7528\u8005\u8A5E\u5178ID","description.vocabId":"\u6307\u5B9A\u7684\u5B57\u5178out_id\uFF0C\u76EE\u524D\u652F\u63F4\u82F1\u8B6F\u4E2D","description.model":"OpenAI \u7684\u6A21\u578B\uFF0C\u53EF\u4EE5\u70BA gpt-3.5-turbo, gpt-4 \u7B49","description.maxTextGroupLengthPerRequest":"\u6BCF\u6B21\u50B3\u9001\u7D66\u7FFB\u8B6F\u670D\u52D9\u7684\u6BB5\u843D\u6578\u91CF\uFF0C\u5982\u679C\u6BB5\u843D\u6578\u91CF\u904E\u591A\uFF0C\u53EF\u80FD\u6703\u5C0E\u81F4\u56DE\u61C9\u901F\u5EA6\u8B8A\u6162","description.apiUrl":"\u8ACB\u52A0\u5165\u5177\u9AD4\u5305\u542B\u8DEF\u5F91\u7684\u7DB2\u5740",enabledExtension:"\u555F\u7528\u5957\u4EF6",clickToDisableExtension:"\u9EDE\u9078\u505C\u7528\u5957\u4EF6",clickToEnableExtension:"\u9EDE\u9078\u555F\u7528\u5957\u4EF6",hasBeenDisabled:"\u5DF2\u505C\u7528","show password":"\u986F\u793A\u5BC6\u78BC",customContent:"\u8F38\u5165\u81EA\u5B9A\u7FA9\u6A21\u578B",inputOptions:"\u8F38\u5165\u6846\u589E\u5F37",mouseHoverOptions:"\u9F20\u6A19\u6ED1\u904E",modifyMouseHoverKey:"\u4FEE\u6539\u6ED1\u9F20\u61F8\u505C\u5FEB\u6377\u9375",enableInputTranslation:"\u662F\u5426\u555F\u7528\u8F38\u5165\u6846\u589E\u5F37",enableInputTranslationDescription:"\u555F\u7528\u5F8C\uFF0C\u8F38\u5165\u6846\u76F4\u63A5\u8F38\u5165 {startingKey}{startingKey} \u4F60\u597D\uFF0C\u7136\u5F8C\u5FEB\u901F\u9023\u64CA{inputTrailingTriggerKeyRepeatTimes}\u6B21{trailingKey}\uFF0C\u5373\u53EF\u7FFB\u8B6F\u70BA {inputTargetLanguage}",enableInputTranslationDescriptionForNoneKey:"\u555F\u7528\u5F8C\uFF0C\u8F38\u5165\u6846\u76F4\u63A5\u8F38\u5165\uFF1A\u4F60\u597D\u4E16\u754C\uFF0C\u7136\u5F8C\u5FEB\u901F\u9023\u64CA{inputTrailingTriggerKeyRepeatTimes}\u6B21{trailingKey}\uFF0C\u5373\u53EF\u7FFB\u8B6F\u70BA\u9810\u8A2D\u76EE\u6A19\u8A9E\u8A00",inputTargetLanguage:"\u8A2D\u5B9A\u8F38\u5165\u6846\u7684\u9810\u8A2D\u76EE\u6A19\u8A9E\u8A00",inputTargetLanguageDescription:"\u8F38\u5165\u6846\u7FFB\u8B6F\u7684\u9810\u8A2D\u76EE\u6A19\u8A9E\u8A00\uFF0C\u4E5F\u5C31\u662F {startingKey}{startingKey} \u4F5C\u70BA\u89F8\u767C\u8A5E\u7684\u9810\u8A2D\u8A9E\u8A00",inputTargetLanguageDescriptionForNoneKey:"\u8F38\u5165\u6846\u7FFB\u8B6F\u7684\u9810\u8A2D\u76EE\u6A19\u8A9E\u8A00",inputStartingTriggerKeyTitle:"\u8A2D\u5B9A\u8F38\u5165\u6846\u90E8\u5206\u7FFB\u8B6F\u7684\u5206\u5272\u5B57\u7B26",inputStartingTriggerKeyDescription:"\u7576\u4F60\u4E0D\u9700\u8981\u7FFB\u8B6F\u6574\u500B\u8F38\u5165\u6846\u7684\u6642\u5019\uFF0C\u5206\u5272\u7B26\u5141\u8A31\u4F60\u53EA\u7FFB\u8B6F {startingKey}{startingKey} \u5230\u8F38\u5165\u6846\u672B\u5C3E\u7684\u90E8\u5206\uFF0C\u4E5F\u53EF\u4EE5\u6307\u5B9A\u8A9E\u8A00\u4EE3\u78BC\uFF0C\u4F8B\u5982\uFF1A{startingKey}ja \u8868\u793A\u53EA\u7FFB\u8B6F {startingKey}ja \u5230\u8F38\u5165\u6846\u672B\u5C3E\u7684\u90E8\u5206",inputStartingTriggerKeyDescriptionForNoneKey:"\u76EE\u524D\u8A2D\u5B9A\u70BA\u7121\u9700\u524D\u7DB4\uFF0C\u66AB\u7121\u6CD5\u4F7F\u7528\u8F38\u5165\u6846\u7684\u90E8\u5206\u6587\u5B57\u7FFB\u8B6F\u529F\u80FD",inputTrailingTriggerKeyTitle:"\u9078\u64C7\u4E00\u500B\u8F38\u5165\u7D50\u675F\u7684\u89F8\u767C\u5B57\u7B26",inputTrailingTriggerKeyDescription:"\u5FEB\u901F\u9023\u64CA3 \u6B21{trailingKey} \u5C07\u6703\u958B\u59CB\u7FFB\u8B6F",inputTrailingTriggerKeyTimeout:"\u8F38\u5165\u7D50\u675F\u9023\u64CA\u89F8\u767C\u7684\u9593\u9694\u6642\u9593",inputTrailingTriggerKeyTimeoutDescription:"\u8A2D\u7F6E\u8F38\u5165\u7D50\u675F\u9023\u64CA\u89F8\u767C\u7684\u9593\u9694\u6642\u9593\uFF08\u6BEB\u79D2\uFF09",spaceKey:"<\u7A7A\u683C\u9375>",noneKey:"\u7121\u9700\u524D\u7DB4\uFF0C\u76F4\u63A5\u7FFB\u8B6F\u6574\u500B\u6587\u5B57\u6846",inputTranslationBlockUrlsTitle:"\u5207\u52FF\u5728\u4EE5\u4E0B\u7DB2\u5740\u4E2D\u555F\u7528\u8F38\u5165\u6846\u589E\u5F37",inputTranslationBlockUrlsDescription:"\u5728\u4EE5\u4E0B\u7DB2\u5740\u4E2D\uFF0C\u8F38\u5165\u6846\u589E\u5F37\u5C07\u4E0D\u6703\u751F\u6548",inputHelperInfo:"\u8AAA\u660E\uFF1A\u6211\u5011\u7279\u5225\u91DD\u5C0D\u5728\u4E2D\u6587\u8F38\u5165\u6CD5\u4E0B\u90E8\u5206\u89F8\u767C\u5B57\u7B26\u6703\u8B8A\u6210\u4E2D\u6587\u6A19\u9EDE\u7B26\u865F\u9019\u4EF6\u4E8B\u505A\u4E86\u512A\u5316\uFF0C\u6BD4\u5982\u641C\u72D7\u8F38\u5165\u6CD5\u4E0B / \u6703\u8B8A\u6210\u9813\u865F \u3001\uFF0C\u6C89\u6D78\u5F0F\u7FFB\u8B6F\u652F\u6301\u6240\u6709\u89F8\u767C\u7B26\u5C0D\u61C9\u7684\u4E2D\u6587\u7B26\u865F\uFF0C\u4E5F\u5C31\u662F\u8AAA // \u3001\u3001 \u90FD\u6703\u88AB\u8B58\u5225\u70BA\u89F8\u767C\u5B57\u7B26\u3002

\u540C\u6642\u6211\u5011\u4E5F\u652F\u6301\u8A9E\u8A00\u4EE3\u78BC\u7684\u4E2D\u6587\u5225\u540D\u4F5C\u70BA\u547D\u4EE4\uFF0C\u6BD4\u5982 /\u65E5\u6587 \u4F60\u597D\u4E16\u754C \u6703\u88AB\u7FFB\u8B6F\u70BA\u65E5\u6587\uFF0C<1>\u9EDE\u6B64\u67E5\u770B\u6240\u6709\u652F\u63F4\u7684\u8A9E\u8A00\u4EE3\u78BC\u3002",reloadCurrentPage:"\u8ACB\u5148\u5237\u65B0\u76EE\u524D\u9801\u9762\uFF0C\u518D\u958B\u59CB\u7FFB\u8B6F",noLocalFilePermissionForPDF:"\u66AB\u7121\u6B0A\u9650\u8B80\u53D6\u672C\u6A5F\u6587\u4EF6\uFF0C\u8ACB\u9EDE\u9078\u4E0A\u65B9\u6309\u9215\uFF0C\u7136\u5F8C\u532F\u5165\u672C\u6A5F\u6587\u4EF6",noPermissionForThisPage:"\u26A0\uFE0F \u66AB\u7121\u6B0A\u9650\u7FFB\u8B6F\u76EE\u524D\u9801\u9762","error.retry":"\u91CD\u8A66","error.reason":"\u932F\u8AA4\u539F\u56E0",retryAllParagraphs:"\u91CD\u8A66\u5168\u90E8\u932F\u8AA4\u6BB5\u843D",retryAllButton:"\u91CD\u8A66\u5168\u90E8\u932F\u8AA4\u6BB5\u843D",errorTooltipTitle:"\u9EDE\u64CA\u770B\u932F\u8AA4\u539F\u56E0",errorModalTitle:"\u7FFB\u8B6F\u670D\u52D9\u6216\u7DB2\u8DEF\u4F3C\u4E4E\u51FA\u4E86\u9EDE\u554F\u984C...",disableConfirm:"\u7981\u7528\u78BA\u8A8D",disableOnce:"\u7981\u7528\u4E00\u6B21",disableGlobal:"\u5168\u5C40\u7981\u7528",disableTint:"* \u60A8\u53EF\u4EE5\u5728 {option} \u4E2D\u91CD\u65B0\u555F\u7528\u3002",searchEnhancementNotes:"\u6211\u5011\u767C\u73FE\uFF0C\u4E2D\u6587\u95DC\u9375\u8A5E\u548C\u82F1\u6587\u95DC\u9375\u8A5E\u7684\u65B0\u805E\u7D50\u679C\u6709\u975E\u5E38\u5927\u7684\u4E0D\u540C\uFF0C\u5728\u555F\u7528\u6C89\u6D78\u5F0F\u7FFB\u8B6F\u96D9\u8A9E\u4FE1\u606F\u589E\u5F37\u529F\u80FD\u5F8C\uFF0C\u6211\u5011\u6703\u5728\u652F\u6301\u7684\u7DB2\u7AD9\uFF08\u8C37\u6B4C\u65B0\u805E\uFF0C\u8C37\u6B4C\u641C\u7D22\uFF08\u90E8\u5206\u95DC\u9375\u8A5E\uFF09\uFF0C\u96EA\u7403\uFF0C\u6771\u65B9\u8CA1\u5BCC\u7DB2\uFF0C\u5BCC\u9014\uFF0C\u8001\u864E\uFF09\u81EA\u52D5\u7528\u82F1\u6587\u70BA\u4F60\u641C\u7D22\u540C\u6A23\u7684\u95DC\u9375\u8A5E\u4E26\u5C55\u793A\u5728\u53F3\u5074\u3002\u5982\u679C\u4F60\u4E0D\u9700\u8981\u8A72\u529F\u80FD\u7684\u8A71\uFF0C\u53EF\u4EE5\u9078\u64C7\u7981\u7528\u5B83\u3002",option:"\u9078\u9805",saveSettings:"\u5132\u5B58\u8A2D\u5B9A",closeModal:"\u95DC\u9589\u8996\u7A97",enableInputTranslationWithoutTriggerKeyTitle:"\u555F\u7528\u5FEB\u901F\u9023\u64CA3 \u6B21{trailingKey}\uFF0C\u76F4\u63A5\u7FFB\u8B6F\u6574\u500B\u8F38\u5165\u6846\u70BA{inputTargetLanguage}",enableInputTranslationWithoutTriggerKeyDescription:"\u5982\u9700\u6307\u5B9A\u76EE\u6A19\u8A9E\u8A00\uFF0C\u8ACB\u5728\u524D\u9762\u52A0\u4E0A\u8A9E\u8A00\u7A0B\u5F0F\u78BC\uFF0C\u5982\uFF1Aja \u4F60\u597D\u4E16\u754C",deepLProName:"\u6C89\u6D78\u5F0F\u7FFB\u8B6FPro \u6703\u54E1(\u63A8\u85A6)",deepLProDescription:"\u76EE\u524D\u5957\u9910\u53EF\u4EE5\u76F4\u63A5\u4F7F\u7528",deeplProDescriptionForNormal:"\u7121\u9700\u4EFB\u4F55\u8A2D\u7F6E\uFF0C\u6703\u54E1\u767B\u5165\u5F8C\u5373\u53EF\u4F7F\u7528\uFF0C<1>\u9EDE\u6B64\u5347\u7D1A\u70BA\u6703\u54E1",deepLCustomDescription:"\u9700\u8981\u570B\u5916\u4FE1\u7528\u5361\uFF0C\u5728<1>DeepL\u5B98\u65B9\u958B\u901A\uFF0C\u9EDE\u9078\u67E5\u770B<2>\u6587\u6A94",deepLCustomName:"\u81EA\u8A02Auth Key",chooseProviderLabel:"\u9078\u64C7\u4E00\u500B\u670D\u52D9\u63D0\u4F9B\u8005",openaiProName:"\u6C89\u6D78\u5F0F\u7FFB\u8B6FPro \u6703\u54E1(\u63A8\u85A6)",openaiProDescription:"\u76EE\u524D\u5957\u9910\u53EF\u4EE5\u76F4\u63A5\u4F7F\u7528",openaiProDescriptionForNormal:"\u7121\u9700\u4EFB\u4F55\u8A2D\u7F6E\uFF0C\u6703\u54E1\u767B\u5165\u5F8C\u5373\u53EF\u4F7F\u7528\uFF0C<1>\u9EDE\u6B64\u5347\u7D1A\u70BA\u6703\u54E1",openaiCustomDescription:"\u53EF\u5728OpenAI, Azure OpenAI, \u6216\u5176\u4ED6\u7B2C\u4E09\u65B9\u670D\u52D9\u7372\u53D6\uFF0C<1>\u9EDE\u6B64\u67E5\u770B\u6587\u6A94",openaiCustomName:"\u81EA\u8A02API Key",needLoginAction:"(\u958B\u901A\u6703\u54E1\u6216\u81EA\u8A02)",goLoginOrAction:"(\u958B\u901A\u6703\u54E1\u6216\u53BB\u8A2D\u5B9A)",yearly:"\u5E74\u5EA6\u7E8C\u8A02",quarterly:"\u5B63\u5EA6\u7E8C\u8A02",monthly:"\u6BCF\u6708\u7E8C\u8A02",yearlyForOnce:"\u4E00\u6B21\u6027\u5E74\u5EA6\u5957\u9910",monthlyForOnce:"\u4E00\u6B21\u6027\u6708\u5EA6\u5957\u9910",daily:"\u6BCF\u65E5\u7E8C\u8A02",year:"\u5E74\u5EA6\u7E8C\u8A02",quarter:"\u5B63\u5EA6\u7E8C\u8A02",month:"\u6BCF\u6708\u7E8C\u8A02",day:"\u6BCF\u65E5\u7E8C\u8A02",onetime_7day:"7 \u5929\u9AD4\u9A57\u5305",currentPlanDescriptionForFree:"\u76EE\u524D\u5957\u9910\uFF1A\u514D\u8CBB",currentPlanDescriptionForContinuous:"\u76EE\u524D\u5957\u9910\uFF1A{plan}\uFF0C\u5C07\u65BC {endAt} \u81EA\u52D5\u7E8C\u8CBB",currentPlanDescriptionForAutoRenewCaceling:"\u76EE\u524D\u5957\u9910\uFF1A{plan}\uFF0C\u5C07\u65BC {endAt} \u5230\u671F\uFF0C\u5230\u671F\u5F8C\u5C07\u4E0D\u6703\u81EA\u52D5\u7E8C\u7D04",currentYearlyPlanDescriptionForAutoRenewCacelingWithRealPaiedUser:"\u76EE\u524D\u5957\u9910\uFF1A{plan}\uFF0C\u5C07\u65BC {endAt} \u5230\u671F\uFF0C\u5230\u671F\u5F8C\u5C07\u4E0D\u6703\u81EA\u52D5\u7E8C\u7D04\u3002
<1>\u9EDE\u6B64\u7BA1\u7406\u7E8C\u8CBB\u65B9\u6848",currentYearlyPlanDescriptionForAutoRenewCacelingWithAdmin:"\u76EE\u524D\u5957\u9910\uFF1A{plan}\uFF0C\u5C07\u65BC {endAt} \u5230\u671F\uFF0C\u5230\u671F\u5F8C\u5C07\u4E0D\u6703\u81EA\u52D5\u7E8C\u7D04\u3002
<1>\u9EDE\u6B64\u555F\u7528\u9023\u7E8C\u5305\u5E74",currentPlanDescriptionForOneTime:"\u76EE\u524D\u5957\u9910\uFF1A{plan}\uFF0C\u5C07\u65BC {endAt} \u5230\u671F\uFF0C<1>\u9EDE\u6B64\u5347\u7D1A\u70BA\u5E74\u8CBB\u6216<2>\u6708\u8CBB\u6703\u54E1",upgradePlan:"\u9EDE\u6B64\u5347\u7D1A\u70BAPro \u6703\u54E1",upgradeToPro:"\u5347\u7D1A\u70BA Pro \u6703\u54E1","popup.openPro":"\u5347\u7D1A\u70BA Pro \u6703\u54E1\u5F8C\u53EF\u4EE5\u66A2\u4EAB DeepL \u548C OpenAI \u7FFB\u8B6F\uFF0C\u9EDE\u6B64\u5347\u7D1A","popup.openProForPro":"\u60A8\u662F Pro \u6703\u54E1\uFF0C\u53EF\u76F4\u63A5\u4F7F\u7528 DeepL \u548C OpenAI \u7FFB\u8B6F",currentAccount:"\u7576\u524D\u8CEC\u6236",enableAutoSyncUserSettings:"\u555F\u7528\u591A\u8A2D\u5099\u81EA\u52D5\u96F2\u7AEF\u540C\u6B65",modalEnableInputTranslationTitle:"\u6C89\u6D78\u5F0F\u7FFB\u8B6F\u8F38\u5165\u6846\u7FFB\u8B6F\u63D0\u793A",modalEnableInputTranslationDesc:"\u60A8\u525B\u525B\u900F\u904E\u5FEB\u901F\u9023\u64CA3 \u6B21\u7A7A\u767D\u9375\u89F8\u767C\u4E86\u6C89\u6D78\u5F0F\u7FFB\u8B6F\u7684\u8F38\u5165\u6846\u7FFB\u8B6F\uFF0C\u8F38\u5165\u6846\u7684\u5167\u5BB9\u5C07\u7FFB\u8B6F\u70BA\u9810\u8A2D\u7684\u76EE\u6A19\u8A9E\u8A00\u3002\u900F\u904ECtrl+Z \u53EF\u4EE5\u64A4\u92B7\u7FFB\u8B6F\u3002

\u5982\u679C\u9019\u662F\u4E00\u500B\u5931\u8AA4\uFF0C\u4E0D\u7528\u64D4\u5FC3\uFF0C\u60A8\u53EF\u4EE5\u9078\u64C7\u672C\u6B21\u505C\u7528\uFF0C\u6216\u6C38\u4E45\u505C\u7528\u8F38\u5165\u6846\u7FFB\u8B6F\u3002",saveAndNotShowAgain:"\u5132\u5B58\u4E14\u4E0D\u518D\u63D0\u793A",disableInputTranslationTips:"* \u4F60\u4E5F\u53EF\u4EE5\u5728 {option} \u4E2D\u8A2D\u5B9A\u5176\u4ED6\u5FEB\u6377\u9375\u4F86\u89F8\u767C\uFF0C{learnMore}\u3002",learnMore:"\u9EDE\u6B64\u4E86\u89E3\u66F4\u591A",continueEnalbeInputTranslation:"\u7E7C\u7E8C\u555F\u7528\u8F38\u5165\u6846\u7FFB\u8B6F",autoRenewTrialSuffix:'\uFF08\u8A66\u7528\u4E2D\uFF0C\u7ACB\u523B\u5347\u7D1A\u70BA\u6B63\u5F0F\u6703\u54E1\uFF09',upgradeFromTrialTitle:"\u5347\u7D1A\u70BA\u6B63\u5F0F\u6703\u54E1",subtitle:"\u5F71\u7247\u5B57\u5E55",youtubeService:"\u6C89\u6D78\u5F0F\u7FFB\u8B6F\u5F71\u7247\u5B57\u5E55\u670D\u52D9","subtitle.disabledSubtitle":"\u6C38\u4E45\u7981\u7528\u8996\u983B\u5B57\u5E55\u529F\u80FD","subtitle.disabledSubtitleDescription":"\u5982\u679C\u6C89\u6D78\u5F0F\u7FFB\u8B6F\u7684\u8996\u983B\u5B57\u5E55\u548C\u5176\u4ED6\u64F4\u5C55\u6709\u885D\u7A81\uFF0C\u4F60\u53EF\u4EE5\u9078\u64C7\u6C38\u4E45\u7981\u7528\u6C89\u6D78\u5F0F\u7FFB\u8B6F\u7684\u8996\u983B\u5B57\u5E55\u529F\u80FD\u6216\u8005\u5378\u8F09\u5176\u4ED6\u885D\u7A81\u7684\u64F4\u5C55","subtitle.autoEnableSubtitleDescription":"\u555F\u7528\u5F8C\uFF0C\u7576\u5F71\u7247\u64AD\u653E\u7684\u6642\u5019\uFF0C\u6703\u81EA\u52D5\u986F\u793A\u96D9\u8A9E\u5B57\u5E55\uFF0C\u5426\u5247\u9700\u8981\u9EDE\u64CA\u7FFB\u8B6F\u6309\u9215\u624D\u6703\u986F\u793A\u3002","subtitle.preTranslation":"\u512A\u5148\u4F7F\u7528\u6C89\u6D78\u5F0F\u7FFB\u8B6F\u5B57\u5E55","subtitle.preTranslationDescription":"\u555F\u7528\u5F8C\u6703\u512A\u5148\u7528\u4E0B\u9762\u7684\u7FFB\u8B6F\u670D\u52D9\u63D0\u524D\u7FFB\u8B6F\u6574\u500B\u5B57\u5E55\uFF0C1 \u5C0F\u6642\u7684\u8996\u8A0A\u5927\u6982\u6D88\u8017 5\u842C Tokens \u6216 \u5B57\u7B26\uFF0C\u8ACB\u914C\u60C5\u4F7F\u7528\uFF1B\u95DC\u9589\u5F8C\u5247\u512A\u5148\u4F7F\u7528\u539F\u5F71\u7247\u81EA\u5E36\u7684\u6A5F\u7FFB\u5B57\u5E55","subtitle.humanSubtitlesPreferred":"\u512A\u5148\u4F7F\u7528\u4EBA\u5DE5\u5B57\u5E55","subtitle.humanSubtitlesPreferredDescription":"\u7576\u5F71\u7247\u6709\u76EE\u6A19\u8A9E\u8A00\u4EBA\u5DE5\u5B57\u5E55\u6642\uFF0C\u512A\u5148\u4F7F\u7528\u4EBA\u5DE5\u5B57\u5E55\uFF08\u63A8\u85A6\uFF09","subtitle.bilingual":"\u96D9\u8A9E\u5B57\u5E55","subtitle.autoDisableSubtitle":"\u4E0D\u81EA\u52D5\u555F\u7528\u96D9\u8A9E\u5B57\u5E55","subtitle.hideQuickButton":"\u4E0D\u518D\u986F\u793A\u8A72\u5FEB\u6377\u65B9\u5F0F","subtitle.showQuickButton":"\u986F\u793A\u96D9\u8A9E\u5B57\u5E55\u5FEB\u6377\u65B9\u5F0F","subtitle.showQuickButtonDescription":"\u5728\u8996\u983B\u64AD\u653E\u5668\u53F3\u4E0B\u89D2\u63D0\u4F9B\u555F\u7528\u96D9\u8A9E\u5B57\u5E55\u7684\u5FEB\u6377\u65B9\u5F0F",videoSubtitleTranslationDescription:"\u70BA\u5F71\u7247\u5B57\u5E55\u55AE\u7368\u6307\u5B9A\u4E00\u500B\u7FFB\u8B6F\u670D\u52D9",subtitleTranslating:"\u6B63\u5728\u4F7F\u7528 {service} \u670D\u52D9\u7FFB\u8B6F\u5B57\u5E55\u4E2D\uFF0C\u8ACB\u7A0D\u7B49...\uFF08\u6C89\u6D78\u5F0F\u7FFB\u8B6F\uFF09",subtitleLoading:"\u6B63\u5728\u8F09\u5165\u5B57\u5E55...",bilingual:"\u96D9\u8A9E","field.action":"\u662F\u5426\u555F\u7528\u767E\u5EA6\u8853\u8A9E","description.action":"\u555F\u7528\u5F8C\u6703\u5728\u8ACB\u6C42\u4E2D\u52A0\u5165 action=1 \u7684\u53C3\u6578\uFF0C\u4EE5\u4FBF\u544A\u77E5\u767E\u5EA6\u555F\u7528\u8853\u8A9E\uFF0C<1>\u66F4\u591A\u8AAA\u660E\u8ACB\u53C3\u8003\u5B98\u65B9\u6587\u6A94",closeQuickTranslation:"\u95DC\u9589\u61F8\u6D6E\u7403","closeQuickTranslation.untilNext":"\u672C\u6B21\u95DC\u9589\u76F4\u5230\u4E0B\u6B21\u8A2A\u554F","closeQuickTranslation.currentWebsite":"\u7576\u524D\u7DB2\u7AD9\u7981\u7528","closeQuickTranslation.alwaysClose":"\u6C38\u4E45\u7981\u7528","closeQuickTranslation.settingOpen":"\uFF08\u53EF\u5728<1>\u8A2D\u5B9A\u9801\u958B\u555F\uFF09","closeQuickTranslation.cancel":"\u53D6\u6D88","closeQuickTranslation.confirm":"\u78BA\u5B9A","floatBall.popup":"\u6253\u958B\u5FEB\u6377\u8A2D\u5B9A\u9762\u677F","floatBall.translate":"\u9EDE\u64CA\u7FFB\u8B6F\u8A72\u9801\u9762","floatBall.showOriginal":"\u9EDE\u64CA\u5207\u63DB\u5230\u539F\u6587","floatBall.close":"\u95DC\u9589\u61F8\u6D6E\u7403","floatBallOptions.enableDescPc":"\u555F\u7528\u9801\u9762\u61F8\u6D6E\u7403\u5F8C\uFF0C\u6703\u5728\u9801\u9762\u53F3\u5074\u986F\u793A\u4E00\u500B\u5FEB\u6377\u7FFB\u8B6F\u6309\u9215\uFF0C\u9EDE\u64CA\u5373\u53EF\u7FFB\u8B6F","floatBallOptions.enableDesc":"\u95DC\u9589\u61F8\u6D6E\u7403\u5F8C\uFF0C\u53EF\u4EE5\u7528{touch}\u559A\u8D77\u3002\u70BA\u9632\u6B62\u4E0D\u614E\u95DC\u9589\u8A72\u9078\u9805\u5F8C\u627E\u4E0D\u5230\u61F8\u6D6E\u7403\uFF0C\u5F37\u70C8\u5EFA\u8B70\u6536\u85CF\u672C\u8A2D\u5B9A\u9801","description.azureApiUrl":"\u586B\u5165\u81EA\u8A02\u7684API\u4F4D\u5740",shareBtnTitle:"\u9EDE\u64CA\u751F\u6210\u7DB2\u9801\u5FEB\u7167","floatBall.share":"\u751F\u6210\u7DB2\u9801\u5FEB\u7167","floatBall.guideClickToTranslate":`\u9EDE\u64CA\u6C89\u6D78\u5F0F\u7FFB\u8B6F\u61F8\u6D6E\u7403 + {env.imt_sub_trans_field}: \u8BD1\u6587`,"browser.PdfProFile":"AI \u9A71\u52A8\u7684 PDF Pro \u7FFB\u8BD1","browser.textTranslate":"\u6587\u672C\u7FFB\u8BD1"};var L4={nologin:"\u672A\u767B\u9304",loginForSafari:"\u767B\u5165\u6216\u8A3B\u518A",login:"\u767B\u9304",goLogin:"\u53BB\u767B\u9304",manageAccount:"\u7BA1\u7406\u8CEC\u6236",openPremium:"\u958B\u901A\u6703\u54E1",logout:"\u9000\u51FA",curentPlan:"\u7576\u524D\u5957\u9910",endAt:"\u5230\u671F",endAuto:"\u81EA\u52D5\u7E8C\u671F",lineBreakMaxTextCount:"\u63DB\u884C\u5F8C\uFF0C\u6BCF\u53E5\u8A71\u5141\u8A31\u7684\u6700\u5927\u5B57\u5143\u6578\u91CF","translate-pdf":"\u9EDE\u9078\u7FFB\u8B6F PDF","noSupportTranslate-pdf":"\u8173\u672C\u4E0D\u652F\u63F4\uFF0C\u8ACB\u4F7F\u7528\u64F4\u5145\u5957\u4EF6","translate-firefox-local-pdf":"\u9EDE\u64CA\u53BB\u5C0E\u5165PDF",enableLineBreak:"\u958B\u555F\u9577\u6BB5\u843D\u81EA\u52D5\u63DB\u884C",sponsorLabel:"$1 \u8D77\u8D0A\u52A9\u958B\u767C\u8005 (\u6708\u4ED8\u6216\u50C5\u8D0A\u52A9\u4E00\u6B21\u5747\u53EF)",help:"\u8AAA\u660E",enableLineBreakDescription:"\u555F\u7528\u5F8C\uFF0C\u5C07\u6703\u5728\u9577\u6BB5\u843D\u4E2D\u6BCF\u53E5\u8A71\u7D50\u675F\u63D2\u5165\u63DB\u884C\u5B57\u5143\uFF0C\u4EE5\u4FBF\u65BC\u95B1\u8B80","browser.shortBrandName":"\u6C89\u6D78\u5F0F\u7FFB\u8B6F","browser.brandName":"\u6C88\u6D78\u5F0F\u7FFB\u8B6F - \u7DB2\u9801\u7FFB\u8B6F\u64F4\u5145 | PDF\u7FFB\u8B6F | \u514D\u8CBB","browser.brandDescription":"\u3010\u6C88\u6D78\u5F0F\u7FFB\u8B6F\u3011\u4E00\u6B3E\u514D\u8CBB\u7684\uFF08\u539F\u6587/\u8B6F\u6587\uFF09\u96D9\u8A9E\u5C0D\u7167\u7DB2\u9801\u7FFB\u8B6F\u64F4\u5145\uFF0C\u540C\u6642\u652F\u6301PDF\u7FFB\u8B6F\uFF08\u4FDD\u7559\u539F\u6587\u6A94\u6392\u7248\uFF09\uFF0C\u8996\u983B\u96D9\u8A9E\u5B57\u5E55\u7FFB\u8B6F\uFF08Youtube, Netflix\u7B49\uFF09\uFF0CEPUB\u96FB\u5B50\u66F8\u7FFB\u8B6F\u7B49\uFF1B\u652F\u6301\u8ABF\u7528\u4EBA\u5DE5\u667A\u80FDAI\u7FFB\u8B6F\u5927\u6A21\u578B\uFF08OpenAI (ChatGPT)\u3001DeepL\u3001Gemini(Bard) \u7B49 \uFF09\u5C0D\u4EE5\u4E0A\u5167\u5BB9\u9032\u884C\u66F4\u6E96\u78BA\u7684\u7FFB\u8B6F\uFF1B","browser.toggleTranslatePage":"\u7FFB\u8B6F\u7DB2\u9801/\u986F\u793A\u539F\u6587","browser.toggleTranslateTheWholePage":"\u7FFB\u8B6F\u9801\u9762\u5168\u90E8\u5340\u57DF/\u986F\u793A\u539F\u6587","browser.toggleTranslateToThePageEndImmediately":"\u7ACB\u5373\u7FFB\u8B6F\u5230\u9801\u9762\u5E95\u90E8/\u986F\u793A\u539F\u6587","browser.toggleTranslateTheMainPage":"\u7FFB\u8B6F\u9801\u9762\u4E3B\u8981\u5340\u57DF/\u986F\u793A\u539F\u6587","browser.shareToDraft":"\u751F\u6210\u7DB2\u9801\u5FEB\u7167","browser.openOptionsPage":"\u958B\u555F\u8A2D\u5B9A\u9801\u9762","browser.translateLocalPdfFile":"\u7FFB\u8B6F\u672C\u6A5F PDF \u6A94\u6848","browser.openEbookViewer":"\u95B1\u8B80\u672C\u6A5F\u96FB\u5B50\u66F8","browser.openEbookBuilder":"\u88FD\u4F5C\u96D9\u8A9E EPUB \u96FB\u5B50\u66F8","browser.translateLocalHtmlFile":"\u7FFB\u8B6F HTML/txt \u6A94\u6848","browser.donateContext":"\u4E86\u89E3\u8D0A\u52A9\u798F\u5229","browser.translateLocalSubtitleFile":"\u7FFB\u8B6F\u5B57\u5E55\u6A94\u6848",confirmResetConfig:"\u4F60\u78BA\u5B9A\u8981\u91CD\u8A2D\u8A2D\u5B9A\u55CE\uFF1F",translationLineBreakSettingTitle:"\u8B6F\u6587\u63DB\u884C\u8A2D\u5B9A",smartLineBreak:"\u667A\u6167\u63DB\u884C",alwaysLineBreak:"\u7E3D\u662F\u63DB\u884C",isShowContextMenu:"\u5C07\u7DB2\u9801\u7FFB\u8B6F\u529F\u80FD\u52A0\u5165\u53F3\u9375\u9078\u55AE",toggleBeta:"\u958B\u555F Beta \u6E2C\u8A66\u529F\u80FD",betaDescription:"\u555F\u7528\u4ECD\u5728\u5BE6\u9A57\u7684\u529F\u80FD\u4EE5\u53CA\u6E2C\u8A66\u4E2D\u7684\u7FFB\u8B6F\u670D\u52D9\u3002\u52A0\u5165 <1>Telegram \u7FA4\u7D44\u4E86\u89E3\u66F4\u591A\u3002",translationLineBreakSettingDescription:"\u7E3D\u662F\u63DB\u884C\u9069\u7528\u65BC\u8F03\u5C11\u5167\u5BB9\u7684\u7248\u9762\uFF0C\u66F4\u6574\u9F4A\u3002(\u5728\u5167\u5BB9\u8F03\u591A\u7684\u9577\u6BB5\u843D(\u8D85\u904E {count} \u500B\u5B57\u5143) \u4F7F\u7528\u667A\u6167\u63DB\u884C\u6703\u66F4\u7701\u7A7A\u9593)",tempTranslateDomainTitle:"\u81E8\u6642\u958B\u555F\u7DB2\u7AD9\u7FFB\u8B6F\u7684\u6642\u9577",tempTranslateDomainDescription:"\u7576\u624B\u52D5\u7FFB\u8B6F\u67D0\u500B\u7DB2\u9801\u7684\u6642\u5019\uFF0C\u81E8\u6642\u958B\u555F\u8A72\u7DB2\u7AD9\u70BA\u81EA\u52D5\u7FFB\u8B6F",xMinutes:"{count} \u5206\u9418",disabled:"\u505C\u7528",changelog:"\u66F4\u65B0\u8A18\u9304",toggleTranslatePageWhenThreeFingersOnTheScreen:"\u591A\u6307\u540C\u6642\u89F8\u6478\u87A2\u5E55\u5247\u7FFB\u8B6F\u7DB2\u9801/\u986F\u793A\u539F\u6587",toggleTranslationMaskWhenThreeFingersOnTheScreen:"\u591A\u6307\u540C\u6642\u89F8\u6478\u5247\u986F\u793A/\u96B1\u85CF\u8B6F\u6587\u6A21\u7CCA\u6548\u679C",addUrlDescription:"\u53EF\u4EE5\u70BA\u7DB2\u57DF\u540D\u7A31\uFF0C\u540C\u6642\u652F\u63F4\u842C\u7528\u5B57\u5143\uFF0C\u5982\uFF1A*.google.com, google.com/mail/*, https://www.google.com/*",general:"\u57FA\u672C\u8A2D\u5B9A",clickToExpandConfig:"\u5C55\u958B\u76EE\u524D\u8A2D\u5B9A",import:"\u5F9E\u6A94\u6848\u532F\u5165",export:"\u532F\u51FA\u70BA\u6A94\u6848",toggleDebug:"\u5728\u4E3B\u63A7\u53F0\u986F\u793A\u5075\u932F\u8A18\u9304","fingers.0":"\u95DC\u9589",mouseHoldKey:"+ {key} \u7FFB\u8B6F/\u9084\u539F\u8A72\u6BB5",mouseHoldKeyAuto:"\u76F4\u63A5\u7FFB\u8B6F\u8A72\u6BB5",mouseHoldKeyOff:"\u4E0D\u505A\u4EFB\u4F55\u4E8B\u60C5",mouseHoldKeyOther:"\u81EA\u5B9A\u7FA9\u5FEB\u6377\u9375(\u6253\u958B\u8A2D\u7F6E)",mouseHoldKeyCustomKey:"{key} \u7FFB\u8B6F/\u9084\u539F\u8A72\u6BB5","mouse-translate":"\u9F20\u6A19\u6ED1\u904E",document:"\u8AAA\u660E\u6587\u4EF6",resetSuccess:"\u91CD\u8A2D\u6240\u6709\u8A2D\u5B9A\u6210\u529F",resetThisSuccess:"\u91CD\u8A2D\u6210\u529F",saved:"\u5132\u5B58\u6210\u529F",successImportConfig:"\u6210\u529F\u532F\u5165\u8A2D\u5B9A",goAdvancedSettings:"\u524D\u5F80\u9032\u968E\u8A2D\u5B9A\u9801\u9762",goAdvancedInterfaceSettings:"\u524D\u5F80\u81EA\u8A02\u8A2D\u5B9A\u9801\u9762",advanced:"\u9032\u968E\u8A2D\u5B9A",advancedDescription:"\u6B63\u5E38\u60C5\u6CC1\u7121\u9700\u8A2D\u5B9A\uFF0C\u4FDD\u6301\u9810\u8A2D\u5373\u53EF\u3002\u50C5\u91DD\u5C0D\u66F4\u5C08\u696D\u7684\u4F7F\u7528\u8005\uFF0C\u63D0\u4F9B\u66F4\u500B\u4EBA\u5316\u7684\u8A2D\u5B9A\u9805\u76EE\u3002",developer:"\u958B\u767C\u8005\u8A2D\u5B9A",donateCafe:"\u50F9\u683C","translate to the bottom of the page":"\u9032\u5165\u7DB2\u9801\u5F8C\uFF0C\u662F\u5426\u7ACB\u5373\u7FFB\u8B6F\u5230\u9801\u9762\u5E95\u90E8\uFF1F",feedback:"\u554F\u984C\u56DE\u5831",toggleTranslatePage:"\u7FFB\u8B6F\u7DB2\u9801/\u986F\u793A\u539F\u6587",translateToThePageEndImmediatelyDescription:"\u555F\u7528\u5F8C\uFF0C\u9032\u5165\u7DB2\u9801\u5C07\u7ACB\u5373\u7FFB\u8B6F\u5F9E\u9802\u90E8\u5230\u5E95\u90E8\u7684\u5167\u5BB9\u3002\u95DC\u9589\u5247\u908A\u770B\u908A\u8B6F\u3002\uFF08\u4E0D\u63A8\u85A6\u958B\u555F\uFF09","translate all areas of the page":"\u662F\u5426\u7FFB\u8B6F\u7DB2\u9801\u6240\u6709\u5340\u57DF",translationAreaDescription:"\u555F\u7528\u5F8C\uFF0C\u7DB2\u9801\u7684\u6240\u6709\u5340\u57DF\u90FD\u6703\u88AB\u7FFB\u8B6F\u3002\u95DC\u9589\u5247\u4F7F\u7528\u9810\u8A2D\u7684\u667A\u6167\u8FA8\u8B58\uFF0C\u50C5\u7FFB\u8B6F\u4E3B\u8981\u5340\u57DF\u3002(\u4E0D\u63A8\u85A6\u958B\u555F)","the number of characters to be translated first":"\u76F4\u63A5\u7FFB\u8B6F\u9801\u9762\u524D\u591A\u5C11\u500B\u5B57\u5143\uFF0C\u800C\u7121\u9700\u7B49\u5F85\u6372\u52D5\u81F3\u53EF\u898B\u5340\u57DF","interface language":"\u4ECB\u9762\u8A9E\u8A00","display both the original text and the translation":"\u540C\u6642\u986F\u793A\u539F\u6587\u548C\u8B6F\u6587","keyboard shortcuts":"\u9375\u76E4\u5FEB\u901F\u9375",modify:"\u8B8A\u66F4\u5FEB\u901F\u9375",reset:"\u91CD\u8A2D",close:"\u95DC\u9589",homepage:"\u9996\u9801",more:"\u66F4\u591A",moreOptions:"\u5C55\u958B\u66F4\u591A\u81EA\u8A02\u9078\u9805",translateTheWholePage:"\u7FFB\u8B6F\u9801\u9762\u5168\u90E8\u5340\u57DF\uFF08\u5340\u5206\u65BC\u53EA\u7FFB\u8B6F\u4E3B\u8981\u5340\u57DF\uFF09",changeToTranslateTheWholePage:"\u5207\u63DB\u70BA\u7FFB\u8B6F\u6240\u6709\u5340\u57DF",changeToTranslateTheMainPage:"\u5207\u63DB\u70BA\u7FFB\u8B6F\u4E3B\u8981\u5340\u57DF",translateToThePageEndImmediately:"\u7ACB\u5373\u7FFB\u8B6F\u5230\u5E95\u90E8\uFF08\u5340\u5206\u65BC\u770B\u54EA\u8B6F\u54EA\uFF09",translateTheMainPage:"\u667A\u6167\u7FFB\u8B6F\u4E3B\u8981\u5340\u57DF","The local rules are up to date":"\u672C\u6A5F\u898F\u5247\u5DF2\u70BA\u6700\u65B0\uFF1A","Successfully synchronized with the latest official rules:":"\u6210\u529F\u540C\u6B65\u6700\u65B0\u5B98\u65B9\u898F\u5247\uFF1A","Checking for updates":"\u6B63\u5728\u6AA2\u67E5\u66F4\u65B0","Rules are being synchronized":"\u6B63\u5728\u540C\u6B65\u5B98\u65B9\u898F\u5247",localVersionIsTooOld:"\u672C\u6A5F\u5957\u4EF6\u7248\u672C\u904E\u820A\uFF0C\u8ACB\u5347\u7D1A\u5957\u4EF6\u81F3 {minVersion} \u6216\u66F4\u65B0\u7684\u7248\u672C\u518D\u5617\u8A66\u540C\u6B65",badUserscriptBrowser:"\u76EE\u524D\u700F\u89BD\u5668\u7121\u6CD5\u6B63\u78BA\u5BE6\u73FE\u6CB9\u7334\u5957\u4EF6\u7684\u4ECB\u9762\uFF0C\u8ACB\u4F7F\u7528\u5176\u4ED6<1>\u652F\u63F4\u6CB9\u7334\u5957\u4EF6\u7684\u700F\u89BD\u5668\u5982(Firefox Nightly \u7248\u672C)",foundNewVersion:"\u6709\u65B0\u7248\u672C\u53EF\u7528",theLocalExtensionIsUpToUpdate:"\u76EE\u524D\u5957\u4EF6\u5DF2\u662F\u6700\u65B0\u7248\u672C",failToSyncRules:"\u540C\u6B65\u6700\u65B0\u5B98\u65B9\u898F\u5247\u5931\u6557",retry:"\u9EDE\u6B64\u91CD\u8A66",failedReason:"\u5931\u6557\u539F\u56E0",currentRuleVersion:"\u76EE\u524D\u898F\u5247\u7248\u672C",calculating:"\u6B63\u5728\u8A08\u7B97",unknownError:"\u672A\u77E5\u7684\u932F\u8AA4",canNotFetchRemoteRule:"\u7121\u6CD5\u53D6\u5F97\u9060\u7AEF\u898F\u5247",enableAlphaSuccess:"\u5DF2\u555F\u7528 Alpha \u529F\u80FD",disableAlphaSuccess:"\u5DF2\u505C\u7528 Alpha \u529F\u80FD",cacheSize:"\u5FEB\u53D6\u5927\u5C0F\uFF1A",cleaning:"\u6B63\u5728\u6E05\u7406",cleanCache:"\u6E05\u9664\u5FEB\u53D6",options:"\u9078\u9805",about:"\u95DC\u65BC",service:"\u7FFB\u8B6F\u670D\u52D9",needAction:"(\u524D\u5F80\u8A2D\u5B9A)",goSettings:"\u524D\u5F80\u8A2D\u5B9A",needActionForOptions:"(\u9700\u8A2D\u5B9A)",translationEngine:"\u5F15\u64CE\u9078\u9805",sourceLanguage:"\u539F\u6587\u8A9E\u8A00",target:"\u76EE\u6A19\u8A9E\u8A00",popupSourceLanguage:"\u539F\u6587\u8A9E\u8A00",popupTarget:"\u76EE\u6A19\u8A9E\u8A00",popupService:"\u7FFB\u8B6F\u670D\u52D9",forThisSite:"\u7576\u524D\u7DB2\u7AD9",autoEnableSubtitle:"\u81EA\u52D5\u958B\u555F\u96D9\u8A9E\u5B57\u5E55",alwaysTranslate:"\u7E3D\u662F\u7FFB\u8B6F",neverTranslate:"\u6C38\u4E0D\u7FFB\u8B6F",neverTranslateSomeLanguage:"\u6C38\u4E0D\u7FFB\u8B6F {language}",alwaysTranslateSomeSite:"\u7E3D\u662F\u7FFB\u8B6F {hostname}",neverTranslateSomeSite:"\u6C38\u4E0D\u7FFB\u8B6F {hostname}",alwaysTranslateSomeSiteOrWildSite:"\u7E3D\u662F\u7FFB\u8B6F\u7DB2\u7AD9",alwaysTranslateSomePage:"\u7E3D\u662F\u7FFB\u8B6F\u8A72\u7DB2\u9801",add:"\u65B0\u589E",default:"\u9810\u8A2D",forThisLanguage:"\u91DD\u5C0D\u8A72\u8A9E\u8A00\uFF1A","add url":"\u8F38\u5165 URL",edit:"\u7DE8\u8F2F",pickAll:"\u5168\u9078","translate other languages into specific language":"\u5C07\u5176\u5B83\u8A9E\u8A00\u7FFB\u8B6F\u70BA\u4F60\u8A2D\u5B9A\u7684\u8A9E\u8A00","select translation service":"\u9078\u64C7\u4F60\u60F3\u7528\u7684\u7FFB\u8B6F\u670D\u52D9",language:"\u8A9E\u8A00","show-original":"\u986F\u793A\u539F\u6587",translate:"\u7FFB\u8B6F",Translated:"\u5DF2\u7FFB\u8B6F",Translating:"\u6B63\u5728\u7FFB\u8B6F",Error:"\u932F\u8AA4",allowCacheTranslations:"\u555F\u7528\u672C\u6A5F\u7FFB\u8B6F\u5FEB\u53D6\uFF08\u6E1B\u5C11\u91CD\u8907\u6BB5\u843D\u7684\u7FFB\u8B6F\u8981\u6C42\uFF09","translation display":"\u8B6F\u6587\u986F\u793A\u6A23\u5F0F","select diplay style":"\u5340\u5206\u8B6F\u6587\u7684\u6A23\u5F0F\uFF0C\u5177\u9AD4\u53EF\u53C3\u8003\u4E0B\u5217\u7BC4\u4F8B",interface:"\u4ECB\u9762\u8A2D\u5B9A",import_export:"\u532F\u5165/\u532F\u51FA",import_export_title:"\u532F\u5165/\u532F\u51FA\u8A2D\u5B9A",syncToGoogleDrive:"\u7ACB\u5373\u8207 Google Drive \u540C\u6B65","floatBallOptions.enable":"\u555F\u7528\u61F8\u6D6E\u7403","floatBallOptions.blockUrls":"\u7981\u7528\u7DB2\u7AD9","floatBallOptions.add":"\u6DFB\u52A0","floatBallOptions.blockUrlDesc":"\u7576\u9047\u5230\u4EE5\u4E0B\u7DB2\u7AD9\u6642\u4E0D\u986F\u793A\u61F8\u6D6E\u7403","floatBallOptions.clickType":"\u9EDE\u64CA\u884C\u70BA","floatBallOptions.clickTypeDesc":"\u61F8\u6D6E\u7403\u5716\u6A19\u9EDE\u64CA\u6642\u7684\u884C\u70BA","floatBallOptions.clickPopup":"\u986F\u793A\u7FFB\u8B6F\u9762\u677F","floatBallOptions.clickTranslate":"\u7FFB\u8B6F/\u986F\u793A\u539F\u6587","floatBallOptions.fixedPosition":"\u56FA\u5B9A\u4F4D\u7F6E","floatBallOptions.fixedPositionDesc":"\u61F8\u6D6E\u7403\u5728\u7A97\u53E3\u5DE6\u5074\u9084\u662F\u53F3\u5074","floatBallOptions.fixedPositionLeft":"\u5DE6\u5074","floatBallOptions.fixedPositionRight":"\u53F3\u5074",previewAllThemes:"\u9810\u89BD\u5168\u90E8\u6A23\u5F0F","translationTheme.none":"\u7121","translationTheme.grey":"\u9ED1\u7070\u8272","translationTheme.dashed":"\u7834\u6298\u865F\u5E95\u7DDA","translationTheme.dotted":"\u9EDE\u72C0\u5E95\u7DDA","translationTheme.dashedBorder":"\u865B\u7DDA\u6846\u7DDA","translationTheme.solidBorder":"\u5BE6\u7DDA\u6846\u7DDA","translationTheme.underline":"\u76F4\u7DDA\u5E95\u7DDA","translationTheme.mask":"\u6A21\u7CCA\u6548\u679C\uFF08\u5B78\u7FD2\u6A21\u5F0F\uFF09","translationTheme.opacity":"\u900F\u660E\u6548\u679C","translationTheme.paper":"\u767D\u7D19\u9670\u5F71\u6548\u679C","translationTheme.dividingLine":"\u5206\u9694\u7DDA","translationTheme.highlight":"\u9192\u76EE\u63D0\u793A","translationTheme.marker":"\u99AC\u514B\u7B46","translationTheme.marker2":"\u99AC\u514B\u7B462","translationTheme.blockquote":"\u5F15\u7528\u6A23\u5F0F","translationTheme.weakening":"\u5F31\u5316","translationTheme.italic":"\u659C\u9AD4","translationTheme.bold":"\u7C97\u9AD4","translationTheme.thinDashed":"\u7D30\u7834\u6298\u865F\u5E95\u7DDA","translationTheme.nativeDashed":"\u7CFB\u7D71\u5167\u5EFA\u7834\u6298\u865F\u5E95\u7DDA","translationTheme.nativeDotted":"\u7CFB\u7D71\u5167\u5EFA\u9EDE\u72C0\u5E95\u7DDA","translationTheme.nativeUnderline":"\u7CFB\u7D71\u5167\u5EFA\u76F4\u7DDA\u5E95\u7DDA","translationTheme.wavy":"\u6CE2\u5F62\u66F2\u7DDA","translationServices.custom":"\u81EA\u5B9A\u7FA9API","translationServices.tencent":"\u9A30\u8A0A\u7FFB\u8B6F\u541B","translationServices.tenAlpha":"\u9A30\u8A0A\u7FFB\u8B6F\u541B(Alpha)","translationServices.google":"Google \u7FFB\u8B6F","translationServices.bai":"\u767E\u5EA6(Alpha)","translationServices.baidu":"\u767E\u5EA6\u7FFB\u8B6F","translationServices.aliyun":"\u963F\u91CC\u96F2\u7FFB\u8B6F","translationServices.volc":"\u706B\u5C71\u7FFB\u8B6F","translationServices.deeplx":"DeepLX(Beta)","translationServices.bing":"\u5FAE\u8F6F\u7FFB\u8B6F","translationServices.deepl":"DeepL","translationServices.wechat":"\u5FAE\u4FE1\u7FFB\u8B6F","translationServices.azure":"Azure \u7FFB\u8B6F","translationServices.ibm":"IBM Watson","translationServices.aws":"\u4E9E\u99AC\u905C\u7FFB\u8B6F","translationServices.mock":"\u6A21\u64EC\u7FFB\u8B6F","translationServices.mock2":"\u6A21\u64EC\u7FFB\u8B6F2","translationServices.caiyun":"\u5F69\u96F2\u5C0F\u8B6F","translationServices.cai":"\u5F69\u96F2\u5C0F\u8B6F (Alpha)","translationServices.volcAlpha":"\u706B\u5C71\u7FFB\u8B6F(Alpha)","translationServices.openl":"OpenL","translationServices.youdao":"\u6709\u9053\u7FFB\u8B6F","translationServices.you":"\u6709\u9053\u7FFB\u8B6F (Alpha)","translationServices.transmart":"\u9A30\u8A0A\u4EA4\u4E92\u7FFB\u8B6F","translationServices.niu":"\u5C0F\u725B\u7FFB\u8B6F","translationServices.papago":"Papago \u7FFB\u8B6F","translationServices.d":"Deepl(Alpha)","translationServices.dpro":"D Pro (Canary)","translationServices.openai":"OpenAI","translationServices.yandex":"Yandex","translationServices.chatgpt":"ChatGPT Web(3.5 mobile)","translate title":"\u7FFB\u8B6F\u9801\u9762\u6A19\u984C","always languages":"\u7E3D\u662F\u7FFB\u8B6F\u7684\u8A9E\u8A00",neverTranslateLanguagesLabel:"\u6C38\u4E0D\u7FFB\u8B6F\u7684\u8A9E\u8A00",neverTranslateTheFollowingLanguagesDescription:"\u7576\u9801\u9762\u4E2D\u67D0\u4E00\u6BB5\u843D\u7684\u8A9E\u8A00\u70BA\u4E0B\u5217\u8A9E\u8A00\u6642\uFF0C\u5C07\u8DF3\u904E\u7FFB\u8B6F",enableUserscriptPagePopup:"\u5728\u9801\u9762\u4E0A\u986F\u793A\u61F8\u6D6E\u7403",enableUserscriptPagePopupDescription:"\u95DC\u9589\u61F8\u6D6E\u7403\u5F8C\uFF0C\u53EF\u4EE5\u7528\u5FEB\u901F\u9375/{touch}\u518D\u6B21\u986F\u793A\u3002\u70BA\u9632\u6B62\u4E0D\u614E\u95DC\u9589\u8A72\u9078\u9805\u5F8C\u627E\u4E0D\u5230\u61F8\u6D6E\u7403\uFF0C\u5EFA\u8B70\u5C07\u672C\u8A2D\u5B9A\u9801\u9762\u52A0\u5165\u81F3\u6211\u7684\u6700\u611B","always translate the following languages":"\u7576\u9801\u9762\u8A9E\u8A00\u70BA\u4E0B\u5217\u8A9E\u8A00\u6642\uFF0C\u6703\u81EA\u52D5\u7FFB\u8B6F\u70BA\u76EE\u6A19\u8A9E\u8A00","always sites":"\u7E3D\u662F\u7FFB\u8B6F\u7684\u7DB2\u5740","always translate the following sites":"\u7576\u7DB2\u7AD9\u70BA\u4E0B\u5217\u7DB2\u57DF\u540D\u7A31\u6642\uFF0C\u6703\u81EA\u52D5\u7FFB\u8B6F\u70BA\u76EE\u6A19\u8A9E\u8A00","never sites":"\u6C38\u4E0D\u7FFB\u8B6F\u7684\u7DB2\u5740","never translate the following sites":"\u7576\u7DB2\u7AD9\u70BA\u4E0B\u5217\u7DB2\u57DF\u540D\u7A31\u6642\uFF0C\u5C07\u4E0D\u6703\u9032\u884C\u7FFB\u8B6F","please refer to":"\u9700\u8981\u586B\u5BEB\u91D1\u9470\u5F8C\u624D\u53EF\u4F7F\u7528\uFF0C\u8A73\u7D30\u8CC7\u8A0A\u8ACB\u53C3\u8003",KeyAndConfigurationTutorial:"\u300A\u91D1\u9470\u7533\u8ACB\u548C\u8A2D\u5B9A\u6559\u5B78\u300B",useAboveStyleForTheseSites:"\u7576\u7DB2\u7AD9\u70BA\u4E0B\u5217\u7DB2\u57DF\u540D\u7A31\u6642\uFF0C\u7E3D\u662F\u4F7F\u7528 \u2308{theme}\u230B \u8B6F\u6587\u6A23\u5F0F",currentUrl:"\u76EE\u524D\u7DB2\u5740",confirm:"\u5132\u5B58",cancel:"\u53D6\u6D88",delete:"\u522A\u9664","languages.auto":"\u81EA\u52D5\u5075\u6E2C",syncToCloud:"\u540C\u6B65\u81F3\u96F2\u7AEF",syncToCloudDescription:"\u4E0A\u50B3\u81F3\u96F2\u7AEF\u5F8C\uFF0C\u53EF\u4EE5\u5728\u4E0D\u540C\u7684\u700F\u89BD\u5668/\u6CB9\u7334\u8173\u672C\u4E4B\u9593\u540C\u6B65\u8A2D\u5B9A\uFF0C\u4EE5\u6700\u5F8C\u8B8A\u66F4\u6642\u9593\u70BA\u6E96\u3002",syncToAccount:"\u540C\u6B65\u5230\u8CEC\u6236",syncToAccountButton:"\u7ACB\u5373\u8207\u96F2\u7AEF\u540C\u6B65",syncToAccountDescription:"\u4E0A\u50B3\u5230\u5DF2\u767B\u9304\u8CEC\u6236\uFF0C\u53EF\u4EE5\u5728\u4E0D\u540C\u7684\u8A2D\u5099\u4E4B\u9593\u540C\u6B65\u914D\u7F6E\uFF0C\u4EE5\u6700\u5F8C\u4FEE\u6539\u6642\u9593\u70BA\u6E96\u3002",successSyncConfigInAccount:"\u6210\u529F\u8207\u8CEC\u6236\u4FDD\u6301\u540C\u6B65",successSyncConfigToAccount:"\u6210\u529F\u540C\u6B65\u5230\u8CEC\u6236",syncConfigNoUpdate:"\u5DF2\u7D93\u662F\u6700\u65B0\u7684\u4E86",authFail:"\u6388\u6B0A\u5931\u6557",syncTitle:"\u624B\u52D5\u5099\u4EFD\u7BA1\u7406",import_hint:"\u532F\u5165",upload:"\u4E0A\u50B3",revokeAuth:"\u64A4\u92B7\u6388\u6B0A",uploadFail:"\u4E0A\u50B3\u5931\u6557",download:"\u4E0B\u8F09",importSuccess:"\u532F\u5165\u6210\u529F",importFail:"\u532F\u5165\u5931\u6557",deleteFail:"\u522A\u9664\u5931\u6557",backupToCloud:"\u624B\u52D5\u7BA1\u7406\u5099\u4EFD\u6A94\u6848",create_new_backup:"\u65B0\u589E\u5099\u4EFD\u7BC0\u9EDE",maxBackupFiles:"\u6700\u591A\u53EF\u4EE5\u5099\u4EFD{count}\u500B\u4E0D\u540C\u7684\u7BC0\u9EDE\uFF0C\u8ACB\u522A\u9664\u4E0D\u9700\u8981\u7684\u7BC0\u9EDE",backupToCloudDescription:"\u624B\u52D5\u4E0A\u50B3\u6216\u9084\u539F\u5099\u4EFD\u6A94\u6848\uFF0C\u6700\u591A\u5141\u8A31 3 \u500B\u4E0D\u540C\u7684\u5099\u4EFD",successSyncConfig:"\u6210\u529F\u8207\u96F2\u7AEF\u4FDD\u6301\u540C\u6B65",syncFail:"\u540C\u6B65\u5931\u6557",updatedAt:"\u66F4\u65B0\u65BC {date}",lastSyncedAt:"\u4E0A\u6B21\u6AA2\u67E5\u65BC {date}",downloadFail:"\u4E0B\u8F09\u5931\u6557",clickToDownload:"\u9EDE\u9078\u4E0B\u8F09",aboutLabel:"\u95DC\u65BC - \u554F\u984C\u56DE\u5831","browser.openAboutPage":"\u95DC\u65BC/\u554F\u984C\u56DE\u5831",aboutLabelWithoutSponsor:"\u95DC\u65BC - \u554F\u984C\u56DE\u5831",aboutIntro:"\u5E0C\u671B\u6211\u5011\u90FD\u80FD\u66F4\u52A0\u5BB9\u6613\u4E14\u6109\u6085\u5730\u7372\u53D6\u7DB2\u969B\u7DB2\u8DEF\u4E0A\u66F4\u591A\u7684\u5916\u8A9E\u8CC7\u8A0A \u2764\uFE0F \u4F60\u53EF\u4EE5\u9078\u64C7\u958B\u901A <6>Pro\u6703\u54E1 \u4F86\u4F7F\u7528\u958B\u7BB1\u5373\u7528\u7684 DeepL \u548C OpenAI \u7FFB\u8B6F\u3002

\u4F60\u53EF\u4EE5\u95DC\u6CE8\u6211\u4EEC\u7684<3>Twitter\uFF0C<4>Telegram \u983B\u9053\u4EE5\u53CA\u4E0B\u65B9\u7684<5>\u90F5\u4EF6\u8A02\u95B1\u8FFD\u8E64\u66F4\u65B0\u3002
<7>Pro \u6703\u54E1 \u53EF\u4EE5\u901A\u904E\u5FEB\u901F\u5BA2\u670D\u90F5\u7BB1 <8>support@immersivetranslate.com \u548C\u6211\u5011\u53D6\u5F97\u806F\u7E6B\u3002",aboutIntroWithoutSponsor:"\u5E0C\u671B\u6211\u5011\u90FD\u80FD\u66F4\u52A0\u5BB9\u6613\u4E14\u6109\u6085\u5730\u7372\u53D6\u7DB2\u969B\u7DB2\u8DEF\u4E0A\u66F4\u591A\u7684\u5916\u8A9E\u8CC7\u8A0A \u2764\uFE0F ",projectHomepage:"\u5C08\u6848\u9996\u9801",joinTelegramGroup:"\u52A0\u5165\u7528\u6237\u4EA4\u6D41\u7FA4\u7D44\u53C3\u8207\u529F\u80FD\u8A0E\u8AD6",wechatPublicAccount:"\u5FAE\u4FE1\u516C\u773E\u865F",wechatCommunities:"\u5FAE\u4FE1\u4EA4\u6D41\u7FA4",qqCommunities:"QQ \u4EA4\u6D41\u983B\u9053",joinTelegramChannel:"\u95DC\u6CE8 Telegram \u983B\u9053\u77AD\u89E3\u66F4\u65B0\u8CC7\u8A0A",feedbackAndJoin:"\u554F\u984C\u56DE\u5831/\u52A0\u5165\u7FA4\u7D44",autoSync:"\u81EA\u52D5\u5B9A\u6642\u540C\u6B65",loadingThemeTitle:"Loading \u6A23\u5F0F",loadingThemeDescription:"\u8A2D\u5B9A\u7B49\u5F85\u8B6F\u6587\u8F09\u5165\u6642\u7684\u6A23\u5F0F","loadingTheme.spinner":"\u8F49\u5708\u52D5\u756B","loadingTheme.text":"\u975C\u614B\u6587\u5B57 ... ","loadingTheme.none":"\u4E0D\u986F\u793A",developerDescription:"\u53EF\u4EE5\u9EDE\u9078<1>\u6B64\u8655\u6AA2\u8996\u9032\u968E\u81EA\u8A02\u529F\u80FD\u76F8\u95DC\u7684\u8AAA\u660E\u6587\u4EF6","edit border color":"\u8B8A\u66F4\u908A\u6846\u8272\u5F69",successSyncButNoChange:"\u76EE\u524D\u8A2D\u5B9A\u8207\u96F2\u7AEF\u4E00\u81F4",customTheme:"\u81EA\u8A02\u8272\u5F69\u548C\u5927\u5C0F","customThemeLabel.borderColor":"\u908A\u6846\u8272\u5F69","customThemeLabel.borderRadius":"\u908A\u6846\u5713\u89D2","customThemeLabel.textColor":"\u6587\u5B57\u8272\u5F69","customThemeLabel.backgroundColor":"\u80CC\u666F\u8272\u5F69","customThemeLabel.zoom":"\u5B57\u578B\u7E2E\u653E\u6BD4\u4F8B (%)","customThemeLabel.opacity":"\u6587\u5B57\u4E0D\u900F\u660E\u5EA6(%)",resetToDefaultColor:"\u9084\u539F\u70BA\u9810\u8A2D\u8272\u5F69",resetToDefaultSettings:"\u9084\u539F\u70BA\u9810\u8A2D\u8A2D\u5B9A",isTranslateTitle:"\u555F\u7528\u7DB2\u9801\u6A19\u984C\u7FFB\u8B6F",isTranslateTitleDescription:"\u555F\u7528\u5F8C\uFF0C\u7DB2\u9801\u7684\u6A19\u984C\u6703\u88AB\u7FFB\u8B6F",enableSearchEnhancement:"\u958B\u555F\u641C\u7D22\u589E\u5F37",enableSearchEnhancementDescription:"\u4E2D\u6587\u641C\u7D22\u8C37\u6B4C\u6703\u5728\u53F3\u908A\u51FA\u73FE\u82F1\u6587\u7248\u8C37\u6B4C\u65B0\u805E",verifyService:"\u9EDE\u6B64\u6E2C\u8A66\u670D\u52D9",verified:"\u9A57\u8B49\u6210\u529F","field.langs":"\u652F\u63F4\u7684\u8A9E\u8A00\u4EE3\u78BC","field.model":"\u6A21\u578B","field.translationEngine":"\u7FFB\u8B6F\u5F15\u64CE","field.limitPerMinute":"\u6BCF\u5206\u9418\u6700\u5927\u8981\u6C42\u6578","field.limitPerSecond":"\u6BCF\u79D2\u6700\u5927\u8981\u6C42\u6578","field.maxTextLengthPerRequest":"\u6BCF\u6B21\u8981\u6C42\u7684\u6700\u5927\u6587\u5B57\u9577\u5EA6","field.maxTextGroupLengthPerRequest":"\u6BCF\u6B21\u8981\u6C42\u6700\u5927\u6BB5\u843D\u6578","field.apiUrl":"\u81EA\u8A02 API \u4F4D\u5740","field.placeholderDelimiters":"\u4FDD\u7559\u7684\u4F54\u4F4D\u7B26","description.custom":"\u81EA\u5B9A\u7FA9\u63A5\u53E3\u63A5\u5165 \u9700\u8981\u53C3\u8003\u6587\u6A94","description.limitPerMinute":"\u8981\u6C42\u6578\u8D85\u904E\u8A72\u9650\u5236\u6642\u6703\u88AB\u66AB\u6642\u505C\u7528\uFF0C\u76F4\u81F3\u4E0B\u4E00\u5206\u9418\u958B\u59CB\u3002\u7531\u4E8EOpenAI\u76EE\u524D\u670D\u52A1\u7684\u5404\u79CD\u9650\u5236\uFF0C\u8BF7\u70B9\u51FB<1>\u8FD9\u91CC\u67E5\u770B\u6700\u65B0\u5EFA\u8BAE\u7684\u6570\u503C","description.limitPerSecond":"\u8981\u6C42\u6578\u8D85\u904E\u8A72\u9650\u5236\u6642\u6703\u88AB\u66AB\u6642\u505C\u7528\uFF0C\u76F4\u81F3\u4E0B\u4E00\u79D2\u9418\u958B\u59CB\u3002\u7531\u4E8EOpenAI\u76EE\u524D\u670D\u52A1\u7684\u5404\u79CD\u9650\u5236\uFF0C\u8BF7\u70B9\u51FB<1>\u8FD9\u91CC\u67E5\u770B\u6700\u65B0\u5EFA\u8BAE\u7684\u6570\u503C","description.generalLimitPerSecond":"\u8ACB\u6C42\u6578\u8D85\u904E\u8A72\u9650\u5236\u6642\u6703\u9032\u5165\u6392\u968A\u72C0\u614B\uFF0C\u76F4\u5230\u4E0B\u4E00\u79D2\u9418\u958B\u59CB\u3002","description.prompt":"\u4EE5\u7528\u6236\u8EAB\u4EFD\u767C\u9001\u7D66 {service} \u7684\u5C0D\u8A71\uFF0C\u5176\u4E2D {{text}} \u8868\u793A\u6BB5\u843D\u7684\u6587\u672C\u5167\u5BB9\uFF0C{{from}} \u8868\u793A\u6BB5\u843D\u7684\u8A9E\u8A00\uFF0C{{to}} \u8868\u793A\u76EE\u6A19\u8A9E\u8A00","description.maxTextLengthPerRequest":"\u9810\u8A2D\u6703\u5408\u4F75\u591A\u500B\u6BB5\u843D\uFF0C\u4EE5\u6E1B\u5C11\u8ACB\u8981\u6C42\u6578\uFF0C\u4F46\u662F\u5982\u679C\u6BB5\u843D\u7E3D\u9577\u5EA6\u904E\u9577\uFF0C\u4E5F\u53EF\u80FD\u6703\u5C0E\u81F4 API \u7684\u56DE\u61C9\u6642\u9593\u589E\u52A0\uFF0C\u56E0\u6B64\u53EF\u4EE5\u5617\u8A66\u8ABF\u6574\u8A72\u9078\u9805\u4F86\u63D0\u5347\u901F\u5EA6","description.systemPrompt":"\u4EE5\u7CFB\u7D71\u8EAB\u4EFD\u767C\u9001\u7D66 {service} \u7684\u5C0D\u8A71\uFF0C\u5176\u4E2D {{text}} \u8868\u793A\u6BB5\u843D\u7684\u6587\u672C\u5167\u5BB9\uFF0C{{from}} \u8868\u793A\u6BB5\u843D\u7684\u8A9E\u8A00\uFF0C{{to}} \u8868\u793A\u76EE\u6A19\u8A9E\u8A00","field.domain":"\u9818\u57DF","description.domain":"\u9ED8\u8A8D\u70BA\uFF1Ageneral\u3002\u50C5\u5728\u6709\u9053API\u63A7\u5236\u53F0\u958B\u901A\u9818\u57DF\u5316\u7FFB\u8B6F\u7684\u60C5\u6CC1\u4E0B\u53EF\u8A2D\u7F6E\uFF0C\u652F\u6301\u9818\u57DF\u898B<1>\u9019\u88E1","field.scene":"\u5834\u666F","description.scene":"\u9ED8\u8A8D\u70BA\uFF1Ageneral\u3002\u50C5\u5728\u963F\u91CC\u96F2API\u63A7\u5236\u53F0\u958B\u901A\u6A5F\u5668\u7FFB\u8B6F\u5C08\u696D\u7248\u7684\u60C5\u6CC1\u4E0B\u53EF\u8A2D\u7F6E\uFF0C\u652F\u6301\u5834\u666F\u898B<1>\u9019\u88E1","field.vocabId":"\u4F7F\u7528\u8005\u8A5E\u5178ID","description.vocabId":"\u6307\u5B9A\u7684\u5B57\u5178out_id\uFF0C\u76EE\u524D\u652F\u63F4\u82F1\u8B6F\u4E2D","description.model":"OpenAI \u7684\u6A21\u578B\uFF0C\u53EF\u4EE5\u70BA gpt-3.5-turbo, gpt-4 \u7B49","description.maxTextGroupLengthPerRequest":"\u6BCF\u6B21\u50B3\u9001\u7D66\u7FFB\u8B6F\u670D\u52D9\u7684\u6BB5\u843D\u6578\u91CF\uFF0C\u5982\u679C\u6BB5\u843D\u6578\u91CF\u904E\u591A\uFF0C\u53EF\u80FD\u6703\u5C0E\u81F4\u56DE\u61C9\u901F\u5EA6\u8B8A\u6162","description.apiUrl":"\u8ACB\u52A0\u5165\u5177\u9AD4\u5305\u542B\u8DEF\u5F91\u7684\u7DB2\u5740",enabledExtension:"\u555F\u7528\u5957\u4EF6",clickToDisableExtension:"\u9EDE\u9078\u505C\u7528\u5957\u4EF6",clickToEnableExtension:"\u9EDE\u9078\u555F\u7528\u5957\u4EF6",hasBeenDisabled:"\u5DF2\u505C\u7528","show password":"\u986F\u793A\u5BC6\u78BC",customContent:"\u8F38\u5165\u81EA\u5B9A\u7FA9\u6A21\u578B",inputOptions:"\u8F38\u5165\u6846\u589E\u5F37",mouseHoverOptions:"\u9F20\u6A19\u6ED1\u904E",modifyMouseHoverKey:"\u4FEE\u6539\u6ED1\u9F20\u61F8\u505C\u5FEB\u6377\u9375",enableInputTranslation:"\u662F\u5426\u555F\u7528\u8F38\u5165\u6846\u589E\u5F37",enableInputTranslationDescription:"\u555F\u7528\u5F8C\uFF0C\u8F38\u5165\u6846\u76F4\u63A5\u8F38\u5165 {startingKey}{startingKey} \u4F60\u597D\uFF0C\u7136\u5F8C\u5FEB\u901F\u9023\u64CA{inputTrailingTriggerKeyRepeatTimes}\u6B21{trailingKey}\uFF0C\u5373\u53EF\u7FFB\u8B6F\u70BA {inputTargetLanguage}",enableInputTranslationDescriptionForNoneKey:"\u555F\u7528\u5F8C\uFF0C\u8F38\u5165\u6846\u76F4\u63A5\u8F38\u5165\uFF1A\u4F60\u597D\u4E16\u754C\uFF0C\u7136\u5F8C\u5FEB\u901F\u9023\u64CA{inputTrailingTriggerKeyRepeatTimes}\u6B21{trailingKey}\uFF0C\u5373\u53EF\u7FFB\u8B6F\u70BA\u9810\u8A2D\u76EE\u6A19\u8A9E\u8A00",inputTargetLanguage:"\u8A2D\u5B9A\u8F38\u5165\u6846\u7684\u9810\u8A2D\u76EE\u6A19\u8A9E\u8A00",inputTargetLanguageDescription:"\u8F38\u5165\u6846\u7FFB\u8B6F\u7684\u9810\u8A2D\u76EE\u6A19\u8A9E\u8A00\uFF0C\u4E5F\u5C31\u662F {startingKey}{startingKey} \u4F5C\u70BA\u89F8\u767C\u8A5E\u7684\u9810\u8A2D\u8A9E\u8A00",inputTargetLanguageDescriptionForNoneKey:"\u8F38\u5165\u6846\u7FFB\u8B6F\u7684\u9810\u8A2D\u76EE\u6A19\u8A9E\u8A00",inputStartingTriggerKeyTitle:"\u8A2D\u5B9A\u8F38\u5165\u6846\u90E8\u5206\u7FFB\u8B6F\u7684\u5206\u5272\u5B57\u7B26",inputStartingTriggerKeyDescription:"\u7576\u4F60\u4E0D\u9700\u8981\u7FFB\u8B6F\u6574\u500B\u8F38\u5165\u6846\u7684\u6642\u5019\uFF0C\u5206\u5272\u7B26\u5141\u8A31\u4F60\u53EA\u7FFB\u8B6F {startingKey}{startingKey} \u5230\u8F38\u5165\u6846\u672B\u5C3E\u7684\u90E8\u5206\uFF0C\u4E5F\u53EF\u4EE5\u6307\u5B9A\u8A9E\u8A00\u4EE3\u78BC\uFF0C\u4F8B\u5982\uFF1A{startingKey}ja \u8868\u793A\u53EA\u7FFB\u8B6F {startingKey}ja \u5230\u8F38\u5165\u6846\u672B\u5C3E\u7684\u90E8\u5206",inputStartingTriggerKeyDescriptionForNoneKey:"\u76EE\u524D\u8A2D\u5B9A\u70BA\u7121\u9700\u524D\u7DB4\uFF0C\u66AB\u7121\u6CD5\u4F7F\u7528\u8F38\u5165\u6846\u7684\u90E8\u5206\u6587\u5B57\u7FFB\u8B6F\u529F\u80FD",inputTrailingTriggerKeyTitle:"\u9078\u64C7\u4E00\u500B\u8F38\u5165\u7D50\u675F\u7684\u89F8\u767C\u5B57\u7B26",inputTrailingTriggerKeyDescription:"\u5FEB\u901F\u9023\u64CA3 \u6B21{trailingKey} \u5C07\u6703\u958B\u59CB\u7FFB\u8B6F",inputTrailingTriggerKeyTimeout:"\u8F38\u5165\u7D50\u675F\u9023\u64CA\u89F8\u767C\u7684\u9593\u9694\u6642\u9593",inputTrailingTriggerKeyTimeoutDescription:"\u8A2D\u7F6E\u8F38\u5165\u7D50\u675F\u9023\u64CA\u89F8\u767C\u7684\u9593\u9694\u6642\u9593\uFF08\u6BEB\u79D2\uFF09",spaceKey:"<\u7A7A\u683C\u9375>",noneKey:"\u7121\u9700\u524D\u7DB4\uFF0C\u76F4\u63A5\u7FFB\u8B6F\u6574\u500B\u6587\u5B57\u6846",inputTranslationBlockUrlsTitle:"\u5207\u52FF\u5728\u4EE5\u4E0B\u7DB2\u5740\u4E2D\u555F\u7528\u8F38\u5165\u6846\u589E\u5F37",inputTranslationBlockUrlsDescription:"\u5728\u4EE5\u4E0B\u7DB2\u5740\u4E2D\uFF0C\u8F38\u5165\u6846\u589E\u5F37\u5C07\u4E0D\u6703\u751F\u6548",inputHelperInfo:"\u8AAA\u660E\uFF1A\u6211\u5011\u7279\u5225\u91DD\u5C0D\u5728\u4E2D\u6587\u8F38\u5165\u6CD5\u4E0B\u90E8\u5206\u89F8\u767C\u5B57\u7B26\u6703\u8B8A\u6210\u4E2D\u6587\u6A19\u9EDE\u7B26\u865F\u9019\u4EF6\u4E8B\u505A\u4E86\u512A\u5316\uFF0C\u6BD4\u5982\u641C\u72D7\u8F38\u5165\u6CD5\u4E0B / \u6703\u8B8A\u6210\u9813\u865F \u3001\uFF0C\u6C89\u6D78\u5F0F\u7FFB\u8B6F\u652F\u6301\u6240\u6709\u89F8\u767C\u7B26\u5C0D\u61C9\u7684\u4E2D\u6587\u7B26\u865F\uFF0C\u4E5F\u5C31\u662F\u8AAA // \u3001\u3001 \u90FD\u6703\u88AB\u8B58\u5225\u70BA\u89F8\u767C\u5B57\u7B26\u3002

\u540C\u6642\u6211\u5011\u4E5F\u652F\u6301\u8A9E\u8A00\u4EE3\u78BC\u7684\u4E2D\u6587\u5225\u540D\u4F5C\u70BA\u547D\u4EE4\uFF0C\u6BD4\u5982 /\u65E5\u6587 \u4F60\u597D\u4E16\u754C \u6703\u88AB\u7FFB\u8B6F\u70BA\u65E5\u6587\uFF0C<1>\u9EDE\u6B64\u67E5\u770B\u6240\u6709\u652F\u63F4\u7684\u8A9E\u8A00\u4EE3\u78BC\u3002",reloadCurrentPage:"\u8ACB\u5148\u5237\u65B0\u76EE\u524D\u9801\u9762\uFF0C\u518D\u958B\u59CB\u7FFB\u8B6F",noLocalFilePermissionForPDF:"\u66AB\u7121\u6B0A\u9650\u8B80\u53D6\u672C\u6A5F\u6587\u4EF6\uFF0C\u8ACB\u9EDE\u9078\u4E0A\u65B9\u6309\u9215\uFF0C\u7136\u5F8C\u532F\u5165\u672C\u6A5F\u6587\u4EF6",noPermissionForThisPage:"\u26A0\uFE0F \u66AB\u7121\u6B0A\u9650\u7FFB\u8B6F\u76EE\u524D\u9801\u9762","error.retry":"\u91CD\u8A66","error.reason":"\u932F\u8AA4\u539F\u56E0",retryAllParagraphs:"\u91CD\u8A66\u5168\u90E8\u932F\u8AA4\u6BB5\u843D",retryAllButton:"\u91CD\u8A66\u5168\u90E8\u932F\u8AA4\u6BB5\u843D",errorTooltipTitle:"\u9EDE\u64CA\u770B\u932F\u8AA4\u539F\u56E0",errorModalTitle:"\u7FFB\u8B6F\u670D\u52D9\u6216\u7DB2\u8DEF\u4F3C\u4E4E\u51FA\u4E86\u9EDE\u554F\u984C...",disableConfirm:"\u7981\u7528\u78BA\u8A8D",disableOnce:"\u7981\u7528\u4E00\u6B21",disableGlobal:"\u5168\u5C40\u7981\u7528",disableTint:"* \u60A8\u53EF\u4EE5\u5728 {option} \u4E2D\u91CD\u65B0\u555F\u7528\u3002",searchEnhancementNotes:"\u6211\u5011\u767C\u73FE\uFF0C\u4E2D\u6587\u95DC\u9375\u8A5E\u548C\u82F1\u6587\u95DC\u9375\u8A5E\u7684\u65B0\u805E\u7D50\u679C\u6709\u975E\u5E38\u5927\u7684\u4E0D\u540C\uFF0C\u5728\u555F\u7528\u6C89\u6D78\u5F0F\u7FFB\u8B6F\u96D9\u8A9E\u4FE1\u606F\u589E\u5F37\u529F\u80FD\u5F8C\uFF0C\u6211\u5011\u6703\u5728\u652F\u6301\u7684\u7DB2\u7AD9\uFF08\u8C37\u6B4C\u65B0\u805E\uFF0C\u8C37\u6B4C\u641C\u7D22\uFF08\u90E8\u5206\u95DC\u9375\u8A5E\uFF09\uFF0C\u96EA\u7403\uFF0C\u6771\u65B9\u8CA1\u5BCC\u7DB2\uFF0C\u5BCC\u9014\uFF0C\u8001\u864E\uFF09\u81EA\u52D5\u7528\u82F1\u6587\u70BA\u4F60\u641C\u7D22\u540C\u6A23\u7684\u95DC\u9375\u8A5E\u4E26\u5C55\u793A\u5728\u53F3\u5074\u3002\u5982\u679C\u4F60\u4E0D\u9700\u8981\u8A72\u529F\u80FD\u7684\u8A71\uFF0C\u53EF\u4EE5\u9078\u64C7\u7981\u7528\u5B83\u3002",option:"\u9078\u9805",saveSettings:"\u5132\u5B58\u8A2D\u5B9A",closeModal:"\u95DC\u9589\u8996\u7A97",enableInputTranslationWithoutTriggerKeyTitle:"\u555F\u7528\u5FEB\u901F\u9023\u64CA3 \u6B21{trailingKey}\uFF0C\u76F4\u63A5\u7FFB\u8B6F\u6574\u500B\u8F38\u5165\u6846\u70BA{inputTargetLanguage}",enableInputTranslationWithoutTriggerKeyDescription:"\u5982\u9700\u6307\u5B9A\u76EE\u6A19\u8A9E\u8A00\uFF0C\u8ACB\u5728\u524D\u9762\u52A0\u4E0A\u8A9E\u8A00\u7A0B\u5F0F\u78BC\uFF0C\u5982\uFF1Aja \u4F60\u597D\u4E16\u754C",deepLProName:"\u6C89\u6D78\u5F0F\u7FFB\u8B6FPro \u6703\u54E1(\u63A8\u85A6)",deepLProDescription:"\u76EE\u524D\u5957\u9910\u53EF\u4EE5\u76F4\u63A5\u4F7F\u7528",deeplProDescriptionForNormal:"\u7121\u9700\u4EFB\u4F55\u8A2D\u7F6E\uFF0C\u6703\u54E1\u767B\u5165\u5F8C\u5373\u53EF\u4F7F\u7528\uFF0C<1>\u9EDE\u6B64\u5347\u7D1A\u70BA\u6703\u54E1",deepLCustomDescription:"\u9700\u8981\u570B\u5916\u4FE1\u7528\u5361\uFF0C\u5728<1>DeepL\u5B98\u65B9\u958B\u901A\uFF0C\u9EDE\u9078\u67E5\u770B<2>\u6587\u6A94",deepLCustomName:"\u81EA\u8A02Auth Key",chooseProviderLabel:"\u9078\u64C7\u4E00\u500B\u670D\u52D9\u63D0\u4F9B\u8005",openaiProName:"\u6C89\u6D78\u5F0F\u7FFB\u8B6FPro \u6703\u54E1(\u63A8\u85A6)",openaiProDescription:"\u76EE\u524D\u5957\u9910\u53EF\u4EE5\u76F4\u63A5\u4F7F\u7528",openaiProDescriptionForNormal:"\u7121\u9700\u4EFB\u4F55\u8A2D\u7F6E\uFF0C\u6703\u54E1\u767B\u5165\u5F8C\u5373\u53EF\u4F7F\u7528\uFF0C<1>\u9EDE\u6B64\u5347\u7D1A\u70BA\u6703\u54E1",openaiCustomDescription:"\u53EF\u5728OpenAI, Azure OpenAI, \u6216\u5176\u4ED6\u7B2C\u4E09\u65B9\u670D\u52D9\u7372\u53D6\uFF0C<1>\u9EDE\u6B64\u67E5\u770B\u6587\u6A94",openaiCustomName:"\u81EA\u8A02API Key",needLoginAction:"(\u958B\u901A\u6703\u54E1\u6216\u81EA\u8A02)",goLoginOrAction:"(\u958B\u901A\u6703\u54E1\u6216\u53BB\u8A2D\u5B9A)",yearly:"\u5E74\u5EA6\u7E8C\u8A02",quarterly:"\u5B63\u5EA6\u7E8C\u8A02",monthly:"\u6BCF\u6708\u7E8C\u8A02",yearlyForOnce:"\u4E00\u6B21\u6027\u5E74\u5EA6\u5957\u9910",monthlyForOnce:"\u4E00\u6B21\u6027\u6708\u5EA6\u5957\u9910",daily:"\u6BCF\u65E5\u7E8C\u8A02",year:"\u5E74\u5EA6\u7E8C\u8A02",quarter:"\u5B63\u5EA6\u7E8C\u8A02",month:"\u6BCF\u6708\u7E8C\u8A02",day:"\u6BCF\u65E5\u7E8C\u8A02",onetime_7day:"7 \u5929\u9AD4\u9A57\u5305",currentPlanDescriptionForFree:"\u76EE\u524D\u5957\u9910\uFF1A\u514D\u8CBB",currentPlanDescriptionForContinuous:"\u76EE\u524D\u5957\u9910\uFF1A{plan}\uFF0C\u5C07\u65BC {endAt} \u81EA\u52D5\u7E8C\u8CBB",currentPlanDescriptionForAutoRenewCaceling:"\u76EE\u524D\u5957\u9910\uFF1A{plan}\uFF0C\u5C07\u65BC {endAt} \u5230\u671F\uFF0C\u5230\u671F\u5F8C\u5C07\u4E0D\u6703\u81EA\u52D5\u7E8C\u7D04",currentYearlyPlanDescriptionForAutoRenewCacelingWithRealPaiedUser:"\u76EE\u524D\u5957\u9910\uFF1A{plan}\uFF0C\u5C07\u65BC {endAt} \u5230\u671F\uFF0C\u5230\u671F\u5F8C\u5C07\u4E0D\u6703\u81EA\u52D5\u7E8C\u7D04\u3002
<1>\u9EDE\u6B64\u7BA1\u7406\u7E8C\u8CBB\u65B9\u6848",currentYearlyPlanDescriptionForAutoRenewCacelingWithAdmin:"\u76EE\u524D\u5957\u9910\uFF1A{plan}\uFF0C\u5C07\u65BC {endAt} \u5230\u671F\uFF0C\u5230\u671F\u5F8C\u5C07\u4E0D\u6703\u81EA\u52D5\u7E8C\u7D04\u3002
<1>\u9EDE\u6B64\u555F\u7528\u9023\u7E8C\u5305\u5E74",currentPlanDescriptionForOneTime:"\u76EE\u524D\u5957\u9910\uFF1A{plan}\uFF0C\u5C07\u65BC {endAt} \u5230\u671F\uFF0C<1>\u9EDE\u6B64\u5347\u7D1A\u70BA\u5E74\u8CBB\u6216<2>\u6708\u8CBB\u6703\u54E1",upgradePlan:"\u9EDE\u6B64\u5347\u7D1A\u70BAPro \u6703\u54E1",upgradeToPro:"\u5347\u7D1A\u70BA Pro \u6703\u54E1","popup.openPro":"\u5347\u7D1A\u70BA Pro \u6703\u54E1\u5F8C\u53EF\u4EE5\u66A2\u4EAB DeepL \u548C OpenAI \u7FFB\u8B6F\uFF0C\u9EDE\u6B64\u5347\u7D1A","popup.openProForPro":"\u60A8\u662F Pro \u6703\u54E1\uFF0C\u53EF\u76F4\u63A5\u4F7F\u7528 DeepL \u548C OpenAI \u7FFB\u8B6F",currentAccount:"\u7576\u524D\u8CEC\u6236",enableAutoSyncUserSettings:"\u555F\u7528\u591A\u8A2D\u5099\u81EA\u52D5\u96F2\u7AEF\u540C\u6B65",modalEnableInputTranslationTitle:"\u6C89\u6D78\u5F0F\u7FFB\u8B6F\u8F38\u5165\u6846\u7FFB\u8B6F\u63D0\u793A",modalEnableInputTranslationDesc:"\u60A8\u525B\u525B\u900F\u904E\u5FEB\u901F\u9023\u64CA3 \u6B21\u7A7A\u767D\u9375\u89F8\u767C\u4E86\u6C89\u6D78\u5F0F\u7FFB\u8B6F\u7684\u8F38\u5165\u6846\u7FFB\u8B6F\uFF0C\u8F38\u5165\u6846\u7684\u5167\u5BB9\u5C07\u7FFB\u8B6F\u70BA\u9810\u8A2D\u7684\u76EE\u6A19\u8A9E\u8A00\u3002\u900F\u904ECtrl+Z \u53EF\u4EE5\u64A4\u92B7\u7FFB\u8B6F\u3002

\u5982\u679C\u9019\u662F\u4E00\u500B\u5931\u8AA4\uFF0C\u4E0D\u7528\u64D4\u5FC3\uFF0C\u60A8\u53EF\u4EE5\u9078\u64C7\u672C\u6B21\u505C\u7528\uFF0C\u6216\u6C38\u4E45\u505C\u7528\u8F38\u5165\u6846\u7FFB\u8B6F\u3002",saveAndNotShowAgain:"\u5132\u5B58\u4E14\u4E0D\u518D\u63D0\u793A",disableInputTranslationTips:"* \u4F60\u4E5F\u53EF\u4EE5\u5728 {option} \u4E2D\u8A2D\u5B9A\u5176\u4ED6\u5FEB\u6377\u9375\u4F86\u89F8\u767C\uFF0C{learnMore}\u3002",learnMore:"\u9EDE\u6B64\u4E86\u89E3\u66F4\u591A",continueEnalbeInputTranslation:"\u7E7C\u7E8C\u555F\u7528\u8F38\u5165\u6846\u7FFB\u8B6F",autoRenewTrialSuffix:'\uFF08\u8A66\u7528\u4E2D\uFF0C\u7ACB\u523B\u5347\u7D1A\u70BA\u6B63\u5F0F\u6703\u54E1\uFF09',upgradeFromTrialTitle:"\u5347\u7D1A\u70BA\u6B63\u5F0F\u6703\u54E1",subtitle:"\u5F71\u7247\u5B57\u5E55",youtubeService:"\u6C89\u6D78\u5F0F\u7FFB\u8B6F\u5F71\u7247\u5B57\u5E55\u670D\u52D9","subtitle.disabledSubtitle":"\u6C38\u4E45\u7981\u7528\u8996\u983B\u5B57\u5E55\u529F\u80FD","subtitle.disabledSubtitleDescription":"\u5982\u679C\u6C89\u6D78\u5F0F\u7FFB\u8B6F\u7684\u8996\u983B\u5B57\u5E55\u548C\u5176\u4ED6\u64F4\u5C55\u6709\u885D\u7A81\uFF0C\u4F60\u53EF\u4EE5\u9078\u64C7\u6C38\u4E45\u7981\u7528\u6C89\u6D78\u5F0F\u7FFB\u8B6F\u7684\u8996\u983B\u5B57\u5E55\u529F\u80FD\u6216\u8005\u5378\u8F09\u5176\u4ED6\u885D\u7A81\u7684\u64F4\u5C55","subtitle.autoEnableSubtitleDescription":"\u555F\u7528\u5F8C\uFF0C\u7576\u5F71\u7247\u64AD\u653E\u7684\u6642\u5019\uFF0C\u6703\u81EA\u52D5\u986F\u793A\u96D9\u8A9E\u5B57\u5E55\uFF0C\u5426\u5247\u9700\u8981\u9EDE\u64CA\u7FFB\u8B6F\u6309\u9215\u624D\u6703\u986F\u793A\u3002","subtitle.preTranslation":"\u512A\u5148\u4F7F\u7528\u6C89\u6D78\u5F0F\u7FFB\u8B6F\u5B57\u5E55","subtitle.preTranslationDescription":"\u555F\u7528\u5F8C\u6703\u512A\u5148\u7528\u4E0B\u9762\u7684\u7FFB\u8B6F\u670D\u52D9\u63D0\u524D\u7FFB\u8B6F\u6574\u500B\u5B57\u5E55\uFF0C1 \u5C0F\u6642\u7684\u8996\u8A0A\u5927\u6982\u6D88\u8017 5\u842C Tokens \u6216 \u5B57\u7B26\uFF0C\u8ACB\u914C\u60C5\u4F7F\u7528\uFF1B\u95DC\u9589\u5F8C\u5247\u512A\u5148\u4F7F\u7528\u539F\u5F71\u7247\u81EA\u5E36\u7684\u6A5F\u7FFB\u5B57\u5E55","subtitle.humanSubtitlesPreferred":"\u512A\u5148\u4F7F\u7528\u4EBA\u5DE5\u5B57\u5E55","subtitle.humanSubtitlesPreferredDescription":"\u7576\u5F71\u7247\u6709\u76EE\u6A19\u8A9E\u8A00\u4EBA\u5DE5\u5B57\u5E55\u6642\uFF0C\u512A\u5148\u4F7F\u7528\u4EBA\u5DE5\u5B57\u5E55\uFF08\u63A8\u85A6\uFF09","subtitle.bilingual":"\u96D9\u8A9E\u5B57\u5E55","subtitle.autoDisableSubtitle":"\u4E0D\u81EA\u52D5\u555F\u7528\u96D9\u8A9E\u5B57\u5E55","subtitle.hideQuickButton":"\u4E0D\u518D\u986F\u793A\u8A72\u5FEB\u6377\u65B9\u5F0F","subtitle.showQuickButton":"\u986F\u793A\u96D9\u8A9E\u5B57\u5E55\u5FEB\u6377\u65B9\u5F0F","subtitle.showQuickButtonDescription":"\u5728\u8996\u983B\u64AD\u653E\u5668\u53F3\u4E0B\u89D2\u63D0\u4F9B\u555F\u7528\u96D9\u8A9E\u5B57\u5E55\u7684\u5FEB\u6377\u65B9\u5F0F",videoSubtitleTranslationDescription:"\u70BA\u5F71\u7247\u5B57\u5E55\u55AE\u7368\u6307\u5B9A\u4E00\u500B\u7FFB\u8B6F\u670D\u52D9",subtitleTranslating:"\u6B63\u5728\u4F7F\u7528 {service} \u670D\u52D9\u7FFB\u8B6F\u5B57\u5E55\u4E2D\uFF0C\u8ACB\u7A0D\u7B49...\uFF08\u6C89\u6D78\u5F0F\u7FFB\u8B6F\uFF09",subtitleLoading:"\u6B63\u5728\u8F09\u5165\u5B57\u5E55...",bilingual:"\u96D9\u8A9E","field.action":"\u662F\u5426\u555F\u7528\u767E\u5EA6\u8853\u8A9E","description.action":"\u555F\u7528\u5F8C\u6703\u5728\u8ACB\u6C42\u4E2D\u52A0\u5165 action=1 \u7684\u53C3\u6578\uFF0C\u4EE5\u4FBF\u544A\u77E5\u767E\u5EA6\u555F\u7528\u8853\u8A9E\uFF0C<1>\u66F4\u591A\u8AAA\u660E\u8ACB\u53C3\u8003\u5B98\u65B9\u6587\u6A94",closeQuickTranslation:"\u95DC\u9589\u61F8\u6D6E\u7403","closeQuickTranslation.untilNext":"\u672C\u6B21\u95DC\u9589\u76F4\u5230\u4E0B\u6B21\u8A2A\u554F","closeQuickTranslation.currentWebsite":"\u7576\u524D\u7DB2\u7AD9\u7981\u7528","closeQuickTranslation.alwaysClose":"\u6C38\u4E45\u7981\u7528","closeQuickTranslation.settingOpen":"\uFF08\u53EF\u5728<1>\u8A2D\u5B9A\u9801\u958B\u555F\uFF09","closeQuickTranslation.cancel":"\u53D6\u6D88","closeQuickTranslation.confirm":"\u78BA\u5B9A","floatBall.popup":"\u6253\u958B\u5FEB\u6377\u8A2D\u5B9A\u9762\u677F","floatBall.translate":"\u9EDE\u64CA\u7FFB\u8B6F\u8A72\u9801\u9762","floatBall.showOriginal":"\u9EDE\u64CA\u5207\u63DB\u5230\u539F\u6587","floatBall.close":"\u95DC\u9589\u61F8\u6D6E\u7403","floatBallOptions.enableDescPc":"\u555F\u7528\u9801\u9762\u61F8\u6D6E\u7403\u5F8C\uFF0C\u6703\u5728\u9801\u9762\u53F3\u5074\u986F\u793A\u4E00\u500B\u5FEB\u6377\u7FFB\u8B6F\u6309\u9215\uFF0C\u9EDE\u64CA\u5373\u53EF\u7FFB\u8B6F","floatBallOptions.enableDesc":"\u95DC\u9589\u61F8\u6D6E\u7403\u5F8C\uFF0C\u53EF\u4EE5\u7528{touch}\u559A\u8D77\u3002\u70BA\u9632\u6B62\u4E0D\u614E\u95DC\u9589\u8A72\u9078\u9805\u5F8C\u627E\u4E0D\u5230\u61F8\u6D6E\u7403\uFF0C\u5F37\u70C8\u5EFA\u8B70\u6536\u85CF\u672C\u8A2D\u5B9A\u9801","description.azureApiUrl":"\u586B\u5165\u81EA\u8A02\u7684API\u4F4D\u5740",shareBtnTitle:"\u9EDE\u64CA\u751F\u6210\u7DB2\u9801\u5FEB\u7167","floatBall.share":"\u751F\u6210\u7DB2\u9801\u5FEB\u7167","floatBall.guideClickToTranslate":`\u9EDE\u64CA\u6C89\u6D78\u5F0F\u7FFB\u8B6F\u61F8\u6D6E\u7403 \u5373\u53EF\u5FEB\u901F\u7FFB\u8B6F`,"floatBall.iKnow":"\u6211\u77E5\u9053\u4E86",confirmSupportMouse:"\u5F37\u5236\u555F\u7528\u6ED1\u9F20\u652F\u63F4",confirmSupportMouseDescription:"\u6AA2\u6E2C\u5230\u7576\u524D\u700F\u89BD\u5668\u4E0D\u652F\u63F4\u6ED1\u9F20\u529F\u80FD\uFF0C\u662F\u5426\u5F37\u5236\u555F\u7528\u6ED1\u9F20\u652F\u63F4\uFF1F",sampleTargetText:"\u9577\u591C\u5C07\u81F3\uFF0C\u6211\u5F9E\u4ECA\u958B\u59CB\u5B88\u671B\uFF0C\u81F3\u6B7B\u65B9\u4F11\u3002 \u6211\u5C07\u4E0D\u5A36\u59BB\u3001\u4E0D\u5C01\u5730\u3001\u4E0D\u751F\u5B50\u3002 \u6211\u5C07\u4E0D\u6234\u5BF6\u51A0\uFF0C\u4E0D\u722D\u69AE\u5BF5\u3002 \u6211\u5C07\u76E1\u5FE0\u8077\u5B88\uFF0C\u751F\u6B7B\u65BC\u65AF\u3002",sampleSourceText:"Night gathers, and now my watch begins. It shall not end until my death. I shall take no wife, hold no lands, father no children. I shall wear no crowns and win no glory. I shall live and die at my post.","subtitle.supportedSites":"\u5DF2\u652F\u63F4\u5728\u9019\u4E9B\u7DB2\u7AD9\u4F7F\u7528\u96D9\u8A9E\u5B57\u5E55\uFF08\u6CE8\u610F\uFF1A\u7531\u65BC\u6280\u8853\u9650\u5236\uFF0C\u90E8\u5206\u7DB2\u7AD9\u5728\u9996\u6B21\u958B\u555F\u5B57\u5E55\u5F8C\u9700\u8981\u91CD\u65B0\u5237\u65B0\u9801\u9762\uFF0C\u6216\u8005\u9700\u7B49\u5F85\u7FFB\u8B6F\u5B8C\u6210\u4EE5\u986F\u793A\u96D9\u8A9E\u5B57\u5E55\uFF09\uFF1A",viewWithImmersiveTranslate:"\u53CC\u8BED\u7248\u672C(\u6C89\u6D78\u5F0F\u7FFB\u8BD1)",errorReason:"\u932F\u8AA4\u539F\u56E0\uFF1A{message}","proQuotaExceededError.onetime7day":'\uFF0C\u60A8\u53EF\u4EE5\u9078\u64C7\u4EE5\u4E0B\u65B9\u5F0F\u89E3\u6C7A\uFF1A

1. \u5207\u63DB\u5230 {anotherService} \u6216\u5176\u4ED6\u7FFB\u8B6F\u670D\u52D9
2. \u5347\u7D1A\u70BA\u6708\u5EA6/\u5E74\u5EA6\u6703\u54E1',"proQuotaExceededError.trial":'\uFF0C\u60A8\u53EF\u4EE5\u9078\u64C7\u4EE5\u4E0B\u65B9\u5F0F\u89E3\u6C7A\uFF1A

1. \u5207\u63DB\u5230 {anotherService} \u6216\u5176\u4ED6\u7FFB\u8B6F\u670D\u52D9
2. \u7ACB\u5373\u5347\u7D1A\u70BA\u6B63\u5F0F\u6703\u54E1',"proQuotaExceededError.nonTrial":'\uFF0C\u60A8\u53EF\u4EE5\u9078\u64C7\u4EE5\u4E0B\u65B9\u5F0F\u89E3\u6C7A\uFF1A

1. \u5207\u63DB\u5230 {anotherService} \u6216\u5176\u4ED6\u7FFB\u8B6F\u670D\u52D9
2. \u8CFC\u8CB7 {translationService} \u984D\u5916\u6D41\u91CF\u5305',"proQuotaExceededError.resetTime":"
3. \u984D\u5EA6\u91CD\u7F6E\u6642\u9593\uFF1A{resetTime}",paragraphMinTextCountField:"\u7FFB\u8B6F\u6BB5\u843D\u6240\u9700\u7684\u6700\u5C11\u5B57\u7B26\u6578",paragraphMinTextCountDesc:"\u6CE8\u610F\uFF0C\u9019\u88E1\u6307\u7684\u5B57\u7B26\u9577\u5EA6\uFF0C\u6BD4\u5982\uFF1Ahello \u662F 5 \u500B\u5B57\u7B26\uFF0C\u8A2D\u5B9A\u70BA\u66F4\u5927\u7684\u503C\u53EF\u4EE5\u6E1B\u5C11\u4E0D\u5FC5\u8981\u7684\u5C0F\u6BB5\u843D\u7FFB\u8B6F",networkError:"\u7FFB\u8B6F\u670D\u52D9\u6216\u7DB2\u8DEF\u51FA\u73FE\u554F\u984C",notLogin:"\u672A\u767B\u9304","browser.toggleMouseHoverTranslateDirectly":"\u5728\u9801\u9762\u4E0A\u81E8\u6642\u555F\u7528\u6216\u95DC\u9589\u6ED1\u9F20\u61F8\u505C\u76F4\u63A5\u7FFB\u8B6F","browser.translateWithOpenAI":"\u81E8\u6642\u4F7F\u7528 OpenAI \u7FFB\u8B6F\u7576\u524D\u9801\u9762","browser.translateWithDeepL":"\u81E8\u6642\u4F7F\u7528 DeepL \u7FFB\u8B6F\u7576\u524D\u9801\u9762","browser.translateWithGoogle":"\u81E8\u6642\u4F7F\u7528 Google \u7FFB\u8B6F\u7576\u524D\u9801\u9762","browser.translateWithBing":"\u81E8\u6642\u4F7F\u7528\u5FAE\u8EDF\u7FFB\u8B6F\u7576\u524D\u9801\u9762","browser.translateWithGemini":"\u81E8\u6642\u4F7F\u7528 Gemini \u7FFB\u8B6F\u7576\u524D\u9801\u9762","browser.translateWithTransmart":"\u81E8\u6642\u4F7F\u7528\u9A30\u8A0A\u7FFB\u8B6F\u7576\u524D\u9801\u9762","browser.translateInputBox":"\u7FFB\u8B6F\u7576\u524D\u8F38\u5165\u6846\u5167\u5BB9",shortcutSettings:"\u5FEB\u6377\u9375",shortcutSettingsTitle:"\u5FEB\u6377\u9375\u8A2D\u7F6E",confirmResetToDefaultSettings:"\u78BA\u8A8D\u8981\u6062\u5FA9\u8A72\u7FFB\u8B6F\u670D\u52D9\u70BA\u9ED8\u8A8D\u8A2D\u7F6E\u55CE\uFF1F\uFF08\u50C5\u91CD\u7F6E\u7576\u524D\u7FFB\u8B6F\u670D\u52D9\u7684\u8A2D\u7F6E\uFF09","intro.hoverTitle":"\u6ED1\u9F20\u61F8\u505C\u7FFB\u8B6F\u7576\u524D\u6BB5\u843D","intro.hoverDescription":"\u6ED1\u9F20\u61F8\u505C\u7FFB\u8B6F\u662F\u6C89\u6D78\u5F0F\u7FFB\u8B6F\u88E1\u975E\u5E38\u91CD\u8981\u7684\u529F\u80FD\uFF0C\u53EA\u9700\u5C07\u6ED1\u9F20\u653E\u5728\u6BB5\u843D\u4E0A\uFF0C\u540C\u6642\u6309\u4E0B\u8A2D\u5B9A\u7684\u5FEB\u6377\u9375\uFF0C\u5373\u53EF\u81EA\u52D5\u7FFB\u8B6F\u7576\u524D\u6BB5\u843D\uFF08\u6CE8\u610F\uFF1A\u9810\u8A2D\u6C92\u6709\u555F\u7528\u54E6\uFF0C\u8ACB \u5728\u4E0B\u65B9\u8A2D\u5B9A\uFF09\uFF0C\u8A72\u4E92\u52D5\u7528\u65BC\u66F4\u597D\u7684\u66FF\u4EE3\u5283\u8A5E\u7FFB\u8B6F\uFF0C\u53E6\u5916\uFF0C\u6B64\u529F\u80FD\u4E5F\u5EE3\u6CDB\u61C9\u7528\u65BC\u90A3\u4E9B\u7121\u6CD5\u88AB\u8B58\u5225\u7684\u7FFB\u8B6F\u5340\u57DF\uFF0C\u4F60\u53EF\u4EE5\u5229\u7528\u8A72\u529F\u80FD\uFF0C\u5F37\u5236\u7FFB\u8B6F\u4EFB\u4F55\u6BB5\u843D\u3002","intro.floatBallTitle":"\u5FEB\u6377\u7FFB\u8B6F\u61F8\u6D6E\u7403","intro.floatBallDescription":"\u555F\u7528\u5F8C\uFF0C\u6703\u5728\u9801\u9762\u53F3\u5074\u986F\u793A\u4E00\u500B\u5FEB\u6377\u7FFB\u8B6F\u6309\u9215\uFF0C\u9EDE\u64CA\u5373\u53EF\u7FFB\u8B6F\uFF0C\u518D\u6B21\u9EDE\u64CA\u5373\u53EF\u5207\u63DB\u56DE\u539F\u6587\u3002\u5728\u79FB\u52D5\u7AEF\uFF0C\u9577\u6309\u61F8\u6D6E\u7403\uFF0C\u53EF\u4EE5\u6253\u958B\u5FEB\u6377\u8A2D\u7F6E\u9762\u677F\u3002","intro.subtitleTitle":"\u5728\u7DDA\u8996\u983B\u96D9\u8A9E\u5B57\u5E55\u986F\u793A","intro.subtitleDescription":"\u958B\u555F\u6B64\u529F\u80FD\u5F8C\uFF0C\u5F71\u7247\u64AD\u653E\u6642\u5C07\u81EA\u52D5\u5C55\u793A\u96D9\u8A9E\u5B57\u5E55\u3002 \u5982\u679C\u672A\u555F\u7528\uFF0C\u60A8\u9700\u5728\u9801\u9762\u4E0A\u624B\u52D5\u9EDE\u9078\u7FFB\u8B6F\u6309\u9215\u4EE5\u986F\u793A\u5B57\u5E55\u3002 \u8ACB\u6CE8\u610F\uFF0C\u7531\u65BC\u6280\u8853\u9650\u5236\uFF0C\u67D0\u4E9B\u7DB2\u7AD9\u5728\u9996\u6B21\u555F\u52D5\u5B57\u5E55\u6642\u53EF\u80FD\u9700\u8981\u91CD\u65B0\u6574\u7406\u9801\u9762\u6216\u7B49\u5F85\u7FFB\u8B6F\u5B8C\u6210\u5F8C\uFF0C\u624D\u80FD\u986F\u793A\u96D9\u8A9E\u5B57\u5E55\u3002 \uFF08\u6B64\u5916\uFF0C\u4F60\u9084\u53EF\u4EE5\u5728\u958B\u555F\u5F71\u7247\u7DB2\u7AD9\u5F8C\uFF0C\u53F3\u4E0A\u89D2\u958B\u555F\u6C89\u6D78\u5F0F\u7FFB\u8B6F\u7684\u5FEB\u6377\u9762\u677F\u555F\u7528/\u95DC\u9589\uFF09

\u76EE\u524D\u5DF2\u652F\u63F4\u5728\u9019\u4E9B\u7DB2\u7AD9\u4F7F\u7528\u96D9\u8A9E\u5B57\u5E55\uFF1A","desc.toggleMouseHoverTranslateDirectly":"\u6309\u4E0B\u9019\u500B\u5FEB\u6377\u9375\u5F8C\uFF0C\u5728\u9801\u9762\u4E0A\uFF0C\u53EA\u8981\u6ED1\u9F20\u6307\u5411\u4EFB\u4F55\u4E00\u6BB5\u6587\u5B57\uFF0C\u5C31\u6703\u81EA\u52D5\u7FFB\u8B6F\u9019\u6BB5\u6587\u5B57\u3002\u518D\u6309\u4E00\u6B21\u5FEB\u6377\u9375\uFF0C\u5C31\u53EF\u4EE5\u95DC\u9589\u9019\u500B\u81EA\u52D5\u7FFB\u8B6F\u529F\u80FD\u3002","shortcutGroup.main":"\u5E38\u7528\u529F\u80FD\u5FEB\u6377\u9375","shortcutGroup.others":"\u66F4\u591A\u81EA\u5B9A\u7FA9\u529F\u80FD\u5FEB\u6377\u9375","shortcutGroup.shortcutsForTranslationServices":"\u7FFB\u8B6F\u670D\u52D9\u76F8\u95DC\u5FEB\u6377\u9375",browserShortcutsSucks:"\u7531\u65BC\u700F\u89BD\u5668\u5C0D\u8F38\u5165\u6846\u7684\u5FEB\u6377\u9375\u8B58\u5225\u4E0D\u6E96\u78BA\uFF0C\u6240\u4EE5\u8ACB\u624B\u52D5\u8F38\u5165\u5FEB\u6377\u9375\u7684\u540D\u5B57\uFF0C\u8F38\u5165\u5F8C\uFF0C\u9EDE\u64CA\u7A7A\u767D\u8655\u5373\u53EF\u81EA\u52D5\u4FDD\u5B58\u3002\uFF08macOS \u88E1\u9762 Alt \u548C Option \u662F\u540C\u6A23\u7684\u9375\uFF0C\u5EFA\u8B70\u7D71\u4E00\u8F38\u5165 Alt\uFF09\u3002\u6BD4\u5982\uFF1A","shortcutGroup.touch":"\u89F8\u5C4F\u5C08\u7528\u624B\u52E2","shortcutGroup.mouse":"\u6ED1\u9F20\u61F8\u505C\u5FEB\u6377\u9375\u914D\u7F6E",fingerCountToToggleTranslagePageWhenTouching:"\u591A\u6307\u540C\u6642\u89F8\u6478\u5C4F\u5E55\u5247\u7FFB\u8B6F\u7DB2\u9801/\u986F\u793A\u539F\u6587","desc.fingerCountToToggleTranslagePageWhenTouching":"\u8A2D\u7F6E\u5F8C\uFF0C\u5728\u79FB\u52D5\u8A2D\u5099\u6642\uFF0C\u53EF\u4EE5\u540C\u6642\u7528 X \u500B\u624B\u6307\u89F8\u6478\u5C4F\u5E55\uFF0C\u5373\u53EF\u7FFB\u8B6F\u7DB2\u9801/\u986F\u793A\u539F\u6587",fingerCountToToggleTranslationMaskWhenTouching:"\u591A\u6307\u540C\u6642\u89F8\u6478\u5C4F\u5E55\u5247\u986F\u793A\u7FFB\u8B6F\u906E\u7F69/\u986F\u793A\u539F\u6587","desc.fingerCountToToggleTranslationMaskWhenTouching":"\u7FFB\u8B6F\u906E\u7F69\u662F\u6307\u8B6F\u6587\u6A23\u5F0F\u88E1\u7684\u6A21\u7CCA\u6548\u679C\uFF08\u5B78\u7FD2\u6A21\u5F0F\uFF09\uFF0C\u958B\u555F\u5F8C\u81E8\u6642\u5C0D\u8B6F\u6587\u4F7F\u7528\u6A21\u7CCA\u6548\u679C\uFF0C\u65B9\u4FBF\u5B78\u7FD2",fingerCountToToggleTranslagePageOnlyTranslationWhenTouching:"\u591A\u6307\u540C\u6642\u89F8\u5C4F\uFF0C\u4F7F\u7528\u50C5\u8B6F\u6587\u6A21\u5F0F\u9032\u884C\u7FFB\u8B6F/\u986F\u793A\u539F\u6587","desc.fingerCountToToggleTranslagePageOnlyTranslationWhenTouching":"\u50C5\u8B6F\u6587\u6307\u7684\u662F\u53EA\u986F\u793A\u8B6F\u6587\uFF0C\u800C\u4E0D\u662F\u9ED8\u8A8D\u7684\u96D9\u8A9E\u6A21\u5F0F","neverTranslateText.title":"\u4EE5\u4E0B\u55AE\u8A5E\u4FDD\u6301\u539F\u6587\uFF0C\u4E0D\u8981\u7FFB\u8B6F","neverTranslateText.description":"\u7531\u65BC\u67D0\u4E9B\u7FFB\u8B6F\u5F15\u64CE\u5C0D\u5C08\u6709\u540D\u8A5E\u8B58\u5225\u4E0D\u7406\u60F3\uFF0C\u4F60\u53EF\u4EE5\u5728\u6B64\u8655\u6DFB\u52A0\u55AE\u8A5E\uFF0C\u78BA\u4FDD\u5B83\u5011\u5728\u7FFB\u8B6F\u904E\u7A0B\u4E2D\u4E0D\u88AB\u8F49\u63DB\u3002\u8ACB\u6CE8\u610F\uFF0C\u6B64\u529F\u80FD\u5340\u5206\u5927\u5C0F\u5BEB\uFF0C\u4E26\u50C5\u652F\u6301\u4EE5\u7A7A\u683C\u5206\u9694\u7684\u55AE\u8A5E\u8A9E\u8A00\uFF08\u5982\u82F1\u8A9E\u3001\u6CD5\u8A9E\uFF09\uFF0C\u4E0D\u9069\u7528\u65BC\u65E5\u8A9E\u3001\u97D3\u8A9E\u7B49\u8A9E\u8A00","tagsInput.add":"+ \u6DFB\u52A0","desc.mouseHoverHoldKey":"\u7576\u6ED1\u9F20\u61F8\u505C\u5728\u67D0\u500B\u6BB5\u843D\u4E0A\u6642\uFF0C\u540C\u6642\u6309\u4E0B\u53F3\u5074\u7684\u5FEB\u6377\u9375\uFF0C\u5373\u53EF\u76F4\u63A5\u7FFB\u8B6F\u8A72\u6BB5\u843D",mouseHoverCustomKeyTitle:"\u81EA\u5B9A\u7FA9\u6ED1\u9F20\u61F8\u505C\u5FEB\u6377\u9375",mouseHoverCustomKeyDescription:"\u4F60\u53EF\u4EE5\u81EA\u5B9A\u7FA9\u4E00\u500B\u6ED1\u9F20\u61F8\u505C\u7684\u7D44\u5408\u5FEB\u6377\u9375\uFF0C\u6BD4\u5982\uFF1A Alt+Z, Ctrl+E, Cmd+Alt+E \u6216\u8005\u76F4\u63A5 Cmd\uFF0C \u8ACB\u624B\u52D5\u8F38\u5165",mouseHoverShortcutPlaceholder:"\u8ACB\u624B\u52D5\u8F38\u5165",browserShortcutsNoteForFirefox:"Firefox \u700F\u89BD\u5668\u4FEE\u6539\u5FEB\u6377\u9375\u9700\u8981\u6253\u958B\u64F4\u5C55\u7BA1\u7406\u9801\u9762 `about:addons`\uFF0C\u7136\u5F8C\u9EDE\u64CA\u300C\u8A2D\u7F6E\u300D-> \u300C\u7BA1\u7406\u5FEB\u6377\u9375\u300D",browserShortcutsNoteForChrome:"\u8ACB\u6CE8\u610F\uFF1A\u8981\u5728\u57FA\u65BCChrome\u5167\u6838\u7684\u700F\u89BD\u5668\u4E2D\u4FEE\u6539\u5FEB\u6377\u9375\uFF0C\u8ACB\u8A2A\u554F[\u64F4\u5C55\u7BA1\u7406\u9801\u9762] -> [\u7BA1\u7406\u5FEB\u6377\u9375]","desc.toggleTranslateTheMainPage":"\u50C5\u7FFB\u8B6F\u9801\u9762\u4E3B\u8981\u5340\u57DF\uFF0C\u7576\u4F60\u5728\u9032\u968E\u8A2D\u7F6E\u88E1\u555F\u7528\u4E86\u7FFB\u8B6F\u9801\u9762\u5168\u90E8\u5340\u57DF\u5F8C\uFF0C\u4F60\u53EF\u4EE5\u4F7F\u7528\u9019\u500B\u5FEB\u6377\u9375\u4F86\u5C08\u9580\u7FFB\u8B6F\u9801\u9762\u7684\u4E3B\u8981\u5340\u57DF","desc.toggleTranslateTheWholePage":"\u7FFB\u8B6F\u9801\u9762\u5168\u90E8\u5340\u57DF\uFF0C\u9810\u8A2D\u60C5\u6CC1\u4E0B\uFF0C\u6211\u5011\u6703\u7FFB\u8B6F\u9801\u9762\u7684\u4E3B\u8981\u5340\u57DF\uFF0C\u4F60\u53EF\u4EE5\u4F7F\u7528\u9019\u500B\u5FEB\u6377\u9375\u4F86\u5C08\u9580\u7FFB\u8B6F\u9801\u9762\u7684\u5168\u90E8\u5340\u57DF","browser.toggleOnlyTransation":"\u5207\u63DB\u96D9\u8A9E/\u50C5\u8B6F\u6587\u6A21\u5F0F","desc.toggleOnlyTransation":"\u50C5\u8B6F\u6587\u6A21\u5F0F\u6307\u7684\u662F\u53EA\u986F\u793A\u8B6F\u6587\uFF0C\u5982\u679C\u7DB2\u9801\u9084\u6C92\u6709\u7FFB\u8B6F\u7684\u8A71\uFF0C\u5C07\u6703\u5207\u63DB\u6A21\u5F0F\u4E26\u7FFB\u8B6F\u3002","browser.toggleTranslationMask":"\u5207\u63DB\u7576\u524D\u9801\u9762\u8B6F\u6587\u70BA\u6A21\u7CCA\u6548\u679C\uFF08\u5B78\u7FD2\u6A21\u5F0F\uFF09","desc.interfaceLanguage":"\u4ECB\u9762\u8A9E\u8A00\u8A2D\u7F6E\u5F71\u97FF\u63A7\u5236\u9762\u677F\u7684\u986F\u793A\u8A9E\u8A00\uFF0C\u548C\u7FFB\u8B6F\u7684\u76EE\u6A19\u8A9E\u8A00\u7121\u95DC",mouseHoverHoldKey:"\u61F8\u505C\u7FFB\u8B6F\u89F8\u767C\u9375",clickToSeeQuickDemo:"30 \u79D2\u5FEB\u901F\u6559\u5B78\u8996\u983B",shortcutDisableTooltip:"\u8ACB\u5728\u700F\u89BD\u5668\u63D0\u4F9B\u7684\u64F4\u5C55\u5FEB\u6377\u9375\u7BA1\u7406\u9801\u9762\u9032\u884C\u8A2D\u7F6E\uFF0C\u66F4\u591A\u6307\u5F15\u8ACB\u67E5\u770B\u672C\u9801\u9762\u6700\u4E0A\u65B9\u7684\u8AAA\u660E",floatBallOptions:"\u61F8\u6D6E\u7403","subtitle.autoEnableSubtitle":"\u81EA\u52D5\u958B\u555F\u96D9\u8A9E\u5B57\u5E55","floatBall.longPress":"\u9577\u6309\u53EF\u5FEB\u901F\u6253\u958B\u8A2D\u7F6E\u9762\u677F\u54E6",notLoginPro:"\u60A8\u9084\u672A\u767B\u9304\u60A8\u7684\u6703\u54E1\u8CEC\u6236",upgradeToProErrorTitle:"\u8ACB\u5347\u7D1A\u70BA Pro \u6703\u54E1\u518D\u4F7F\u7528\u8A72\u7FFB\u8B6F\u670D\u52D9",translationOnlyMode:"\u50C5\u8B6F\u6587\u6A21\u5F0F",translationOnlyModeDescription:"\u50C5\u8B6F\u6587\u6A21\u5F0F\u6307\u7684\u662F\u53EA\u986F\u793A\u8B6F\u6587\uFF0C\u800C\u4E0D\u662F\u9ED8\u8A8D\u7684\u96D9\u8A9E\u6A21\u5F0F\u3002\u6CE8\u610F\uFF1A\u7531\u65BC\u6280\u8853\u7684\u9650\u5236\u554F\u984C\uFF0C\u5728\u50C5\u8B6F\u6587\u6A21\u5F0F\u4E0B\uFF0C\u539F\u6587\u7684\u8D85\u9023\u7D50\u5C07\u6703\u5931\u6548","description.baiduField":"\u652F\u6301\u7684\u9818\u57DF\u898B<1>\u9019\u88E1\uFF0C\u70BA\u7A7A\u5247\u8868\u793A\u4E0D\u6307\u5B9A\u9818\u57DF",temprarilyChangeTranslationTo_openai:"\u6B63\u5728\u4F7F\u7528 OpenAI \u7FFB\u8B6F\u7576\u524D\u9801\u9762",temprarilyChangeTranslationTo_google:"\u6B63\u5728\u4F7F\u7528 Google \u7FFB\u8B6F\u7576\u524D\u9801\u9762",temprarilyChangeTranslationTo_bing:"\u6B63\u5728\u4F7F\u7528\u5FAE\u8EDF\u7FFB\u8B6F\u7576\u524D\u9801\u9762",temprarilyChangeTranslationTo_gemini:"\u6B63\u5728\u4F7F\u7528 Gemini \u7FFB\u8B6F\u7576\u524D\u9801\u9762",temprarilyChangeTranslationTo_transmart:"\u6B63\u5728\u4F7F\u7528\u9A30\u8A0A\u7FFB\u8B6F\u7576\u524D\u9801\u9762",temprarilyChangeTranslationTo_deepl:"\u6B63\u5728\u4F7F\u7528 DeepL \u7FFB\u8B6F\u7576\u524D\u9801\u9762","widget.videoSubtitle":"\u5F71\u7247\u5B57\u5E55","widget.instruction":"\u4F7F\u7528\u8AAA\u660E","widget.translateFile":"PDF/ePub",buildSnapshots:"\u751F\u6210\u7DB2\u9801\u5FEB\u7167","widget.translateFileTooltip":"\u7FFB\u8B6F PDF\u3001EPUB\u3001SRT\u3001ASS\u3001HTML \u548C TXT \u6587\u4EF6","widget.videoSubtitleTooltip":"\u652F\u63F4 Youtube \u7B49 {count}+ \u5F71\u7247\u7DB2\u7AD9","widget.instructionTooltip":"\u67E5\u770B\u4F7F\u7528\u8AAA\u660E",alwaysTranslateSomeLanguage:"\u7E3D\u662F\u7FFB\u8B6F{language}\u9801\u9762",alwaysTranslateThisSite:"\u7E3D\u662F\u7FFB\u8B6F\u8A72\u7DB2\u7AD9",neverTranslateThisSite:"\u6C38\u4E0D\u7FFB\u8B6F\u8A72\u7DB2\u7AD9",loggedIn:"\u5DF2\u767B\u5165",touchShortcutsToggleTranslatePage:"\u8A2D\u7F6E\u89F8\u5C4F\u624B\u52E2\u4F86\u7FFB\u8B6F\u7DB2\u9801/\u986F\u793A\u539F\u6587","desc.touchShortcutsToggleTranslatePage":"\u8A2D\u7F6E\u5F8C\uFF0C\u5728\u79FB\u52D5\u8A2D\u5099\u6642\uFF0C\u53EF\u4EE5\u540C\u6642\u7528 X \u500B\u624B\u6307\u89F8\u6478\u5C4F\u5E55\u3001\u5DE6\u53F3\u6ED1\u52D5\u6216\u9023\u7E8C\u9EDE\u64CA\uFF0C\u89F8\u767C\u7FFB\u8B6F\u7DB2\u9801/\u986F\u793A\u539F\u6587",touchShortcutsToggleTranslationMask:"\u8A2D\u7F6E\u89F8\u5C4F\u624B\u52E2\u986F\u793A\u7FFB\u8B6F\u906E\u7F69/\u986F\u793A\u539F\u6587","desc.touchShortcutsToggleTranslationMask":"\u7FFB\u8B6F\u906E\u7F69\u662F\u6307\u8B6F\u6587\u6A23\u5F0F\u88E1\u7684\u6A21\u7CCA\u6548\u679C\uFF08\u5B78\u7FD2\u6A21\u5F0F\uFF09\uFF0C\u958B\u555F\u5F8C\u81E8\u6642\u5C0D\u8B6F\u6587\u4F7F\u7528\u6A21\u7CCA\u6548\u679C\uFF0C\u65B9\u4FBF\u5B78\u7FD2",touchShortcutsToggleTranslatePageOnlyTranslation:"\u8A2D\u7F6E\u89F8\u5C4F\u624B\u52E2\u5207\u63DB\u96D9\u8A9E/\u50C5\u8B6F\u6587\u6A21\u5F0F","desc.touchShortcutsToggleTranslatePageOnlyTranslation":"\u53EA\u986F\u793A\u8B6F\u6587\u662F\u6307\u50C5\u986F\u793A\u8B6F\u6587\uFF0C\u5982\u679C\u7DB2\u9801\u9084\u6C92\u6709\u7FFB\u8B6F\u7684\u8A71\uFF0C\u5C07\u6703\u5207\u63DB\u6A21\u5F0F\u4E26\u7FFB\u8B6F\u3002",touchShortcutsToggleTranslateTouchElement:"\u8A2D\u7F6E\u89F8\u5C4F\u624B\u52E2\u7FFB\u8B6F\u6307\u5B9A\u6BB5\u843D","desc.touchShortcutsToggleTranslateTouchElement":"\u81EA\u5B9A\u7FA9\u4E00\u500B\u624B\u52E2\uFF0C\u5373\u53EF\u7FFB\u8B6F\u60A8\u6240\u5728\u7684\u4EFB\u4F55\u6BB5\u843D",touchShortcutsOff:"\u95DC\u9589","fingers.2":"\u96D9\u6307\u89F8\u6478","fingers.3":"\u4E09\u6307\u89F8\u6478","fingers.4":"\u56DB\u6307\u89F8\u6478","fingers.5":"\u4E94\u6307\u89F8\u6478","multipleClick.2":"\u96D9\u64CA","multipleClick.3":"\u4E09\u9023\u64CA","multipleClick.4":"\u56DB\u9023\u64CA","slide.left":"\u5411\u53F3\u6ED1\u52D5","slide.right":"\u5411\u5DE6\u6ED1\u52D5",contact:"\u806F\u7D61\u6211\u5011","contact.description":"\u5982\u679C\u60A8\u6709\u4EFB\u4F55\u554F\u984C\u6216\u5EFA\u8B70\uFF0C\u6B61\u8FCE\u586B\u5BEB\u4E0B\u65B9\u8868\u55AE\u806F\u7D61\u6211\u5011\uFF0C\u6216\u8005\u767C\u9001\u90F5\u4EF6\u81F3 {email}\uFF0C\u6211\u5011\u6703\u76E1\u5FEB\u56DE\u8986\u60A8\u3002","font.none":"\u7121","font.Microsoft YaHei":"\u5FAE\u8EDF\u96C5\u9ED1","font.SimSun":"\u5B8B\u9AD4","font.NSimSun":"\u65B0\u5B8B\u9AD4","font.Microsoft JhengHei":"\u5FAE\u8EDF\u6B63\u9ED1\u9AD4","font.KaiTi":"\u6977\u9AD4","font.FangSong":"\u4EFF\u5B8B","font.PingFang SC":"\u860B\u65B9","font.STHeiti":"\u83EF\u6587\u9ED1\u9AD4","font.STKaiti":"\u83EF\u6587\u6977\u9AD4","font.STSong":"\u83EF\u6587\u5B8B\u9AD4","font.STFangsong":"\u83EF\u6587\u4EFF\u5B8B","font.STZhongsong":"\u83EF\u6587\u4E2D\u5B8B","font.STHupo":"\u83EF\u6587\u7425\u73C0","font.STXinwei":"\u83EF\u6587\u65B0\u9B4F","font.STLiti":"\u83EF\u6587\u96B8\u66F8","font.STXingkai":"\u83EF\u6587\u884C\u6977","font.Hiragino Sans GB":"\u51AC\u9752\u9ED1\u9AD4","font.Lantinghei SC":"\u862D\u4EAD\u9ED1","font.Hanzipen SC":"\u6F22\u5100\u7FE9\u7FE9\u9AD4","font.Hannotate SC":"\u6F22\u5100\u6CE8\u9ED1","font.Songti SC":"\u5B8B\u9AD4","font.Wawati SC":"\u5A03\u5A03\u9AD4","font.Weibei SC":"\u9B4F\u7891","font.Xingkai SC":"\u884C\u6977","font.Yapi SC":"\u96C5\u75DE","font.Yuanti SC":"\u5713\u9AD4","browser.toggleVideoSubtitlePreTranslation":"\u5207\u63DB\u96D9\u8A9E\u5B57\u5E55\u512A\u5148\u4F7F\u7528\u6C89\u6D78\u5F0F\u7FFB\u8B6F\u8A2D\u7F6E","desc.toggleVideoSubtitlePreTranslation":"\u6309\u4E0B\u5F8C\uFF0C\u8996\u983B\u96D9\u8A9E\u5B57\u5E55\u6703\u512A\u5148\u4F7F\u7528\u6C89\u6D78\u5F0F\u7FFB\u8B6F\u7684\u8A2D\u7F6E\uFF0C\u518D\u6B21\u6309\u4E0B\u6703\u512A\u5148\u4F7F\u7528\u539F\u8996\u983B\u81EA\u5E36\u7684\u6A5F\u7FFB\u5B57\u5E55\uFF0C\u6CE8\u610F\uFF1A\u8A72\u5FEB\u6377\u65B9\u5F0F\u4FEE\u6539\u7684\u662F\u5168\u5C40\u8A2D\u7F6E",videoSubtitlePreTranslationOn:"\u8996\u983B\u5B57\u5E55\u5C07\u512A\u5148\u4F7F\u7528\u6C89\u6D78\u5F0F\u7FFB\u8B6F",videoSubtitlePreTranslationOff:"\u8996\u983B\u5B57\u5E55\u5C07\u512A\u5148\u4F7F\u7528\u539F\u8996\u983B\u81EA\u5E36\u7684\u6A5F\u7FFB\u5B57\u5E55",translationFont:"\u8A2D\u7F6E\u5B57\u9AD4","translationFont.custom":"\u8F38\u5165\u81EA\u5B9A\u7FA9\u5B57\u9AD4","translationFont.customPlaceholder":"\u5B57\u9AD4","translationFont.notSupportErrorMessage":"\u8ACB\u6AA2\u67E5\u60A8\u8F38\u5165\u7684\u5B57\u9AD4\u540D\u7A31\u662F\u5426\u6B63\u78BA\uFF0C\u6216\u78BA\u8A8D\u8A72\u5B57\u9AD4\u5DF2\u5728\u60A8\u7684\u8A2D\u5099\u4E0A\u5B89\u88DD\u3002","touch.mouse-translate":"\u7FFB\u8B6F\u6307\u5B9A\u6BB5\u843D","error.serveConfigError":"\u670D\u52D9\u914D\u7F6E\u932F\u8AA4","error.reloadPageOfSetting":"\u914D\u7F6E\u5F8C\uFF0C\u8ACB\u5237\u65B0\u9801\u9762\u518D\u6B21\u7FFB\u8B6F\u3002","error.googleLimitIp":"\u670D\u52D9\u8FD4\u56DE\u932F\u8AA4\uFF0C\u8C37\u6B4C\u670D\u52D9\u5DF2\u5C0D\u8A72IP\u5730\u5740\u9032\u884C\u9650\u6D41\uFF0C\u5EFA\u8B70\u60A8\u66F4\u63DB\u7DB2\u7D61\u7BC0\u9EDE\u3002","error.openAIFreeLimit":"\u670D\u52D9\u8FD4\u56DE\u932F\u8AA4\uFF0C\u7576\u524D\u7684\u7FFB\u8B6F\u8ACB\u6C42\u983B\u7387\u5DF2\u9054\u5230\u6BCF\u5206\u9418\u6700\u591A 3 \u6B21\u7684\u4E0A\u9650\uFF0C\u8ACB\u7A0D\u5F8C\u518D\u8A66\u3002\uFF08\u9019\u662F OpenAI \u5B98\u65B9\u5C0D\u514D\u8CBB API Key \u7684\u9650\u5236\uFF0C\u82E5\u8981\u89E3\u9664\u6B64\u9650\u5236\uFF0C\u8ACB\u5728 OpenAI \u5F8C\u53F0\u7D81\u5B9A\u4FE1\u7528\u5361\u3002\uFF09","error.openAIExceededQuota":"\u670D\u52D9\u8FD4\u56DE\u932F\u8AA4\uFF1A\u4F60\u7576\u524D\u7684 OpenAI \u8CEC\u6236\u9918\u984D\u4E0D\u8DB3\uFF0C\u8ACB\u5728 OpenAI \u5B98\u65B9\u5F8C\u53F0\u9032\u884C\u5145\u503C\u6216\u8005\u7D81\u5B9A\u4FE1\u7528\u5361\u3002","error.429":"\u670D\u52D9\u8FD4\u56DE\u932F\u8AA4\uFF0C\u8AAA\u660E\u8ACB\u6C42\u904E\u65BC\u983B\u7E41\u6216\u8D85\u51FA\u984D\u5EA6\u9650\u5236\uFF0C\u8ACB\u7A0D\u5F8C\u518D\u8A66\u3002","error.403":"\u670D\u52D9\u8FD4\u56DE\u932F\u8AA4\uFF0C \u66AB\u6642\u6C92\u6709\u6B0A\u9650\u8A2A\u554F\u8A72\u670D\u52D9\u3002","error.400":"\u670D\u52D9\u8FD4\u56DE\u932F\u8AA4\uFF0C \u8ACB\u6C42\u53C3\u6578\u932F\u8AA4\uFF0C\u8ACB\u6AA2\u67E5\u76F8\u61C9\u914D\u7F6E\u3002","error.502":"\u670D\u52D9\u8FD4\u56DE\u932F\u8AA4\uFF0C \u670D\u52D9\u8D85\u6642\uFF0C\u8ACB\u7A0D\u5F8C\u518D\u8A66\u3002","error.proTokenInvalid":"\u82E5\u60A8\u662FPro\u7528\u6236\uFF0C\u8ACB\u767B\u9678\u5F8C\u518D\u4F7F\u7528Pro\u7FFB\u8B6F\u670D\u52D9","error.proUpgrade":"\u5347\u7D1A\u5F8C\uFF0C\u8ACB\u5237\u65B0\u9801\u9762\u518D\u6B21\u7FFB\u8B6F\u3002","error.configError":"\u914D\u7F6E\u6578\u64DA\u7570\u5E38","error.goReset":"\u524D\u5F80\u91CD\u7F6E",batchEdit:"\u6279\u6B21\u64CD\u4F5C","translationServices.inherit":"\u8DDF\u96A8\u4E3B\u7FFB\u8B6F\u670D\u52D9","translationModeLang.translation.title":"\u50C5\u8B6F\u6587\u6A21\u5F0F\u7684\u8A9E\u8A00","translationModeLang.translation.description":"\u7576\u9801\u9762\u8A9E\u8A00\u70BA\u4E0B\u5217\u8A9E\u8A00\u6642\uFF0C\u6703\u81EA\u52D5\u4F7F\u7528\u50C5\u8B6F\u6587\u6A21\u5F0F","translationModeUrl.translation.title":"\u50C5\u8B6F\u6587\u6A21\u5F0F\u7684\u7DB2\u5740","translationModeUrl.translation.description":"\u7576\u7DB2\u7AD9\u70BA\u4E0B\u5217\u57DF\u540D\u6642\uFF0C\u6703\u81EA\u52D5\u4F7F\u7528\u50C5\u8B6F\u6587\u6A21\u5F0F",download_started:"\u4E0B\u8F09\u5DF2\u7D93\u958B\u59CB\uFF0C\u5982\u679C\u6C92\u6709\u81EA\u52D5\u4E0B\u8F09\uFF0C\u8ACB\u624B\u52D5\u9EDE\u64CA",here:"\u9019\u88E1","error.serveUnavailable":"\u60A8\u76EE\u524D\u6240\u4F7F\u7528\u7684 [{serverName}] \u670D\u52D9\u56E0\u7DB2\u8DEF\u9023\u7DDA\u6216\u670D\u52D9\u63D0\u4F9B\u5546\u7684\u554F\u984C\u66AB\u6642\u7121\u6CD5\u8A2A\u554F\u3002\u5EFA\u8B70\u60A8\u5617\u8A66\u5237\u65B0\u9801\u9762\u6216\u900F\u904E<1>\u8A2D\u5B9A\u66F4\u63DB\u5176\u4ED6\u7FFB\u8B6F\u670D\u52D9\u3002\u82E5\u60A8\u662F<2>Pro\u6703\u54E1\uFF0C\u53EF\u4EE5\u9078\u64C7\u4F7F\u7528\u66F4\u70BA\u7A69\u5B9A\u7684 DeepL \u6216 OpenAI \u7FFB\u8B6F\u670D\u52D9\uFF08<3>\u9EDE\u6B64\u514D\u8CBB\u9AD4\u9A57\uFF09\u3002 \u53E6\u5916\uFF0C\u60A8\u4E5F\u53EF\u80FD\u9700\u8981\u6AA2\u67E5\u60A8\u7684\u7DB2\u8DEF\u6216\u4EE3\u7406\u8A2D\u5B9A\u3002",detectServiceLoading:"\u6B63\u5728\u6AA2\u6E2C\u53EF\u7528\u7684\u7FFB\u8B6F\u670D\u52D9...",toggleToService:"\u5207\u63DB\u5230{service}\u4E26\u91CD\u8A66","error.gemini.429":"\u7576\u524D Gemini \u670D\u52D9\u7576\u524D\u627F\u8F09\u80FD\u529B\u5DF2\u9054\u4E0A\u9650\uFF0C\u8ACB\u60A8\u7A0D\u5F8C\u518D\u8A66\uFF0C\u6216\u8005\u5207\u63DB\u5230\u5176\u4ED6\u7FFB\u8B6F\u670D\u52D9",enableSentryReport:"\u7576\u64F4\u5C55\u767C\u751F\u932F\u8AA4\u6642\uFF0C\u4F7F\u7528 Sentry \u63D0\u4EA4\u53CD\u994B","translationServices.gemini":"\u96D9\u5B50\u5EA7","error.subscriptionExpiredTitle":"\u6703\u54E1\u5DF2\u904E\u671F","error.subscriptionExpired":"\u60A8\u7684\u6703\u54E1\u53EF\u80FD\u5DF2\u904E\u671F\uFF0C\u8ACB\u6AA2\u67E5\u60A8\u7684\u6703\u54E1\u72C0\u614B",geminiWarning:"\u6CE8\u610F\uFF1AGoogle \u63D0\u4F9B\u7684 Gemini \u7684\u514D\u8CBB\u670D\u52D9\u9650\u5236\u56B4\u683C\uFF0C\u53EF\u80FD\u6703\u88AB Google \u5224\u5B9A\u70BA\u7528\u6236\u5728\u4F7F\u7528\u591A\u500B Key \u4F86\u898F\u907F\u4ED6\u5011\u7684\u514D\u8CBB\u914D\u984D\u9650\u5236\uFF0C\u4E0D\u5EFA\u8B70\u4F7F\u7528\uFF0C\u5EFA\u8B70\u7B49\u5F85 Google \u672A\u4F86\u958B\u653E Gemini \u4ED8\u8CBB\u63A5\u53E3\u5F8C\u518D\u4F7F\u7528\u3002","floatBall.setting":"\u8A2D\u7F6E","floatBall.translateToLanguage":"\u9EDE\u64CA\u7FFB\u8B6F\u70BA{language}","floatBall.file":`\u7FFB\u8B6FPDF\u3001EPUB\u3001SRT\u3001 ASS\u3001HTML\u3001TXT\u6587\u4EF6`,changeToDualTranslationMode:"\u5207\u63DB\u9810\u8A2D\u8B6F\u6587\u6A21\u5F0F\u70BA\u96D9\u8A9E\u5C0D\u7167",changeToOnlyTempTranslationMode:`\u7576\u524D\u70BA\u96D9\u8A9E\u5C0D\u7167 \u9EDE\u64CA\u5207\u63DB\u70BA\u50C5\u8B6F\u6587`,changeToOnlyTranslationMode:"\u5207\u63DB\u9810\u8A2D\u7FFB\u8B6F\u6A21\u5F0F\u70BA\u50C5\u986F\u793A\u8B6F\u6587",changeToDualTempTranslationMode:`\u7576\u524D\u70BA\u50C5\u8B6F\u6587 @@ -5080,7 +5080,7 @@ ass\u3001HTML\u3001TXT\u6A94\u6848`,"description.multiplePrompt":`\u7576\u6BB5\u {env.imt_sub_trans_field}: \u8B6F\u6587 - id: 2 {env.imt_sub_source_field}: Source - {env.imt_sub_trans_field}: \u8B6F\u6587`,"subtitle.quickButton.translationPosition":"\u8B6F\u6587\u4F4D\u7F6E","subtitle.quickButton.cyan":"\u9752\u8272","subtitle.quickButton.translationPositionTop":"\u539F\u6587\u4E0A\u65B9","subtitle.quickButton.translationPositionBottom":"\u539F\u6587\u4E0B\u65B9","subtitle.quickButton.yellow":"\u9EC3\u8272","subtitle.quickButton.black":"\u9ED1\u8272","subtitle.quickButton.white":"\u767D\u8272","subtitle.quickButton.setting":"\u8A2D\u7F6E","subtitle.quickButton.blue":"\u85CD\u8272","subtitle.quickButton.backgroundColor":"\u80CC\u666F\u984F\u8272","subtitle.quickButton.sourceFontSize":"\u539F\u59CB\u5B57\u9AD4\u5927\u5C0F","subtitle.quickButton.translationFontSize":"\u7FFB\u8B6F\u6587\u5B57\u9AD4\u5927\u5C0F","translationServices.claude":"\u514B\u52DE\u5FB7","subtitle.quickButton.sourceTextColor":"\u539F\u59CB\u5B57\u9AD4\u984F\u8272","subtitle.quickButton.red":"\u7D05\u8272","subtitle.quickButton.translationTextColor":"\u7FFB\u8B6F\u6587\u5B57\u9AD4\u984F\u8272","subtitle.quickButton.magenta":"\u6D0B\u7D05\u8272","subtitle.quickButton.green":"\u7DA0\u8272","subtitle.quickButton.backgroundOpacity":"\u80CC\u666F\u4E0D\u900F\u660E\u5EA6",attachSubtitleTranslating:"\u6B63\u5728\u4F7F\u7528 {service} \u7FFB\u8B6F\u4E2D...","error.claude.403":"\u66AB\u7121\u6B0A\u9650\u8A2A\u554F\u670D\u52D9\uFF0C\u53EF\u80FD\u8207 Claude \u7684\u5730\u5340\u9650\u5236\u6709\u95DC\uFF0C\u60A8\u53EF\u4EE5\u5617\u8A66\u5207\u63DB\u60A8\u7684 IP \u5730\u5740\uFF0C\u6216\u8005\u4F7F\u7528\u5176\u4ED6\u7FFB\u8B6F\u670D\u52D9\u3002","browser.brandDescriptionForSafari":"\u3010\u6C89\u6D78\u5F0F\u7FFB\u8B6F\u3011\u4E00\u6B3E\u514D\u8CBB\u7684\uFF08\u539F\u6587/\u8B6F\u6587\uFF09\u96D9\u8A9E\u5C0D\u7167\u7DB2\u9801\u7FFB\u8B6F\u63D2\u4EF6\uFF0C\u540C\u6642\u652F\u6301PDF\u7FFB\u8B6F\u548CEPUB\u96FB\u5B50\u66F8\u7FFB\u8B6F\u4E14\u4FDD\u7559\u539F\u6587\u6A94\u6392\u7248\uFF0CYoutube/Netflix\u7B49\u5728\u7DDA\u8996\u983B\u96D9\u8A9E\u5B57\u5E55\u7FFB\u8B6F\uFF0C\u652F\u6301Deepl/Google\u7B49\u4E3B\u6D41\u7FFB\u8B6F\u670D\u52D9;","browser.PdfProFile":"AI \u9A45\u52D5\u7684 PDF Pro \u7FFB\u8B6F","browser.textTranslate":"\u6587\u672C\u7FFB\u8B6F\uFF08\u5C0D\u6BD4\u591A\u500B\u7FFB\u8B6F\u670D\u52D9\uFF09"};var _4={nologin:"Not logged in",loginForSafari:"Sign In or Sign Up",login:"Log In",goLogin:"Sign In",manageAccount:"Manage Account",openPremium:"Upgrade to Pro",logout:"Logout",curentPlan:"Current Plan",endAt:"Expires",endAuto:"Auto Renew",lineBreakMaxTextCount:"Maximum characters per sentence after line break","translate-pdf":"Translate PDF","noSupportTranslate-pdf":"This script is not supported. Please use a plugin.","translate-firefox-local-pdf":"Go to upload PDF",enableLineBreak:"Enable automatic line wrapping for long paragraphs",sponsorLabel:"Sponsor developers from $1 (monthly or one-time)",help:"Help",enableLineBreakDescription:"After activating, insert line breaks at the end of each sentence in lengthy paragraphs for improved readability.","browser.shortBrandName":"Immersive Translate","browser.brandName":"Immersive Translate - Translate Website & PDF","browser.brandDescription":"Free Translate Website, Translate PDF & Epub eBook, Translate Video Subtitles in Bilingual","browser.toggleTranslatePage":"Translate webpage/Display original text","browser.toggleTranslateTheWholePage":"Translate entire page/Display original text","browser.toggleTranslateToThePageEndImmediately":"Translate instantly to the bottom of the page/Display original text","browser.toggleTranslateTheMainPage":"Translate main page /Display original text","browser.shareToDraft":"Share Bilingual Page","browser.openOptionsPage":"Open Settings Page","browser.translateLocalPdfFile":"Translate local PDF File","browser.openEbookViewer":"Read local e-books","browser.openEbookBuilder":"Create Bilingual EPUB E-books","browser.translateLocalHtmlFile":"Translate HTML/txt File","browser.donateContext":"Explore Sponsorship Benefits","browser.translateLocalSubtitleFile":"Translate Local Subtitle File",confirmResetConfig:"Are you sure you want to reset settings?",translationLineBreakSettingTitle:"Line break setting",smartLineBreak:"Smart Wrap",alwaysLineBreak:"Always Wrap",isShowContextMenu:"Add Translation to Right-Click Menu",toggleBeta:"Enable Beta Testing Features",betaDescription:"Enable experimental features and test translation services. Join the <1>Telegram group for more information.",translationLineBreakSettingDescription:"Always Wrap is suitable for layouts with less content, providing a neater appearance. (For longer paragraphs with over {count} characters, use Smart Wrap for a more space-efficient display.)",tempTranslateDomainTitle:"Temporarily Activate Website Translation Time",tempTranslateDomainDescription:"When manually translating a webpage, temporarily enable automatic translation for the site. You can set a temporary duration.",xMinutes:"{count} minutes",disabled:"Disable",changelog:"Change Log",toggleTranslatePageWhenThreeFingersOnTheScreen:"Touch screen with multiple fingers to translate webpage/display original text",toggleTranslationMaskWhenThreeFingersOnTheScreen:"Touch screen with multiple fingers to show/hide the blurry effect of the translated text",addUrlDescription:"You can specify domain names, and also use wildcard characters, such as: *.google.com, google.com/mail/*, https://www.google.com/*",general:"General",clickToExpandConfig:"Expand current configuration",import:"Import from file",export:"Export to file",toggleDebug:"Print debug logs to console","fingers.0":"Close",mouseHoldKey:"+ {key} translate/restore this paragraph",mouseHoldKeyAuto:"immediately translate this paragraph",mouseHoldKeyOff:"Do nothing",mouseHoldKeyOther:"Custom shortcut key (open settings)",mouseHoldKeyCustomKey:"{key} translate/restore this paragraph","mouse-translate":"Hover",document:"Document",resetSuccess:"Reset all settings successful",resetThisSuccess:"Reset successful",saved:"Saved successfully",successImportConfig:"Configuration imported successfully",goAdvancedSettings:"Go to Advanced Settings Page",goAdvancedInterfaceSettings:"Go to Advanced Custom Settings Page",advanced:"Advanced Settings",advancedDescription:"Generally, there's no need to adjust; keep the default settings. These options are provided for more advanced users seeking a more personalized experience.",developer:"Developer settings",donateCafe:"Pricing","translate to the bottom of the page":"After opening a webpage, do you want to translate to the bottom of the page immediately?",feedback:"Feedback",toggleTranslatePage:"Translate webpage/Show original text",translateToThePageEndImmediatelyDescription:"Once enabled, upon entering a webpage, it will immediately translate the content from the top to the bottom. If disabled, it will translate as you read. (Not recommended to enable)","translate all areas of the page":"Should all areas of the webpage be translated?",translationAreaDescription:"Once enabled, all areas of the entire webpage will be translated. If disabled, the default smart recognition will be used to translate only the main areas. (Not recommended to enable)","the number of characters to be translated first":"Translate the first few characters of the page directly, without waiting to scroll to the visible area.","interface language":"Interface language","display both the original text and the translation":"Display both the original text and the translation","keyboard shortcuts":"Keyboard shortcuts",modify:"Edit",reset:"Reset",close:"Close",homepage:"Home Page",more:"More",moreOptions:"Expand for more custom settings",translateTheWholePage:"Translate entire page",changeToTranslateTheWholePage:"Translate the Whole Page",changeToTranslateTheMainPage:"Translate the Main Content",changeToOnlyTranslationMode:"Show Translation only",changeToDualTranslationMode:"Show Bilingual Translation",translateToThePageEndImmediately:"Immediately translate to the bottom ",translateTheMainPage:"smart translate the main areas","The local rules are up to date":"Local rules are up to date:","Successfully synchronized with the latest official rules:":"Successfully synced latest official rules:","Checking for updates":"Checking for update","Rules are being synchronized":"Syncing official rules",localVersionIsTooOld:"The local extension version is too old, please upgrade the extension to {minVersion} or a newer version and try to sync again.",badUserscriptBrowser:"The current browser does not correctly support the interface of the Tampermonkey extension (such as obtaining version information of Tampermonkey scripts). Please use another <1>browser that supports Tampermonkey extensions, such as Firefox.",foundNewVersion:"New version available",theLocalExtensionIsUpToUpdate:"The current extension version is up to date.",failToSyncRules:"Failed to sync latest adaptive rules",retry:"Retry",failedReason:"Failure reason",currentRuleVersion:"Current Rule Version",calculating:"Calculating",unknownError:"Unknown Error",canNotFetchRemoteRule:"Unable to fetch remote rule",enableAlphaSuccess:"Alpha feature enabled successfully",disableAlphaSuccess:"Alpha feature has been disabled",cacheSize:"Cache size:",cleaning:"Cleaning",cleanCache:"Clear cache",options:"Options",about:"About",service:"Translation Service",needAction:"(go to settings)",goSettings:"go to settings",needActionForOptions:"(requires setting)",translationEngine:"Engine Options",sourceLanguage:"Original language",target:"Target Language",popupSourceLanguage:"Source",popupTarget:"Target",popupService:"Service",forThisSite:"Site",autoEnableSubtitle:"Auto-enable bilingual captions",alwaysTranslate:"Always translate",neverTranslate:"Never translate",neverTranslateSomeLanguage:"Never translate {language}",alwaysTranslateSomeSite:"Always translate {hostname}",neverTranslateSomeSite:"Never translate {hostname}",alwaysTranslateSomeSiteOrWildSite:"Always translate this site",alwaysTranslateSomePage:"Always translate this page",add:"Add",default:"Default",forThisLanguage:"For This Language:","add url":"Add URL",edit:"Edit",pickAll:"Select All","translate other languages into specific language":"Translate other languages into the language you set","select translation service":"Select a translation service",language:"Language","show-original":"Show Original",translate:"Translate",Translated:"Translated",Translating:"Translating",Error:"Error",allowCacheTranslations:"Enable local translation caching (reduce translation requests for repeated paragraphs)","translation display":"Translation display style","select diplay style":"See below for examples of different translation styles",interface:"Interface Settings",import_export:"Import/Export",import_export_title:"Import/Export Configuration",syncToGoogleDrive:"Sync Now with Google Drive",floatBallOptions:"Floating Button","floatBallOptions.enable":"Enable Floating Ball","floatBallOptions.blockUrls":"Blocked Websites","floatBallOptions.add":"Add","floatBallOptions.blockUrlDesc":"Don\u2019t show the floating ball on these websites","floatBallOptions.clickType":"Click Behavior","floatBallOptions.clickTypeDesc":"What happens when you click the floating ball icon","floatBallOptions.clickPopup":"Display Translation Panel","floatBallOptions.clickTranslate":"Translate/Show Original Text","floatBallOptions.fixedPosition":"Fixed Position","floatBallOptions.fixedPositionDesc":"Whether the float ball is on the left or right of the window","floatBallOptions.fixedPositionLeft":"Left","floatBallOptions.fixedPositionRight":"Right",previewAllThemes:"Preview all themes","translationTheme.none":"None","translationTheme.grey":"Black Gray","translationTheme.dashed":"Dotted lines","translationTheme.dotted":"Dotted lines","translationTheme.dashedBorder":"Dotted Border","translationTheme.solidBorder":"Solid Border","translationTheme.underline":"Straight line","translationTheme.mask":"Blur effect (learning mode)","translationTheme.opacity":"Transparency effect","translationTheme.paper":"White paper shadow effect","translationTheme.dividingLine":"Dividing line","translationTheme.highlight":"Highlight","translationTheme.marker":"Marker","translationTheme.marker2":"Maker2","translationTheme.blockquote":"quote style","translationTheme.weakening":"Weaken","translationTheme.italic":"Italic","translationTheme.bold":"Bold","translationTheme.thinDashed":"Thin dotted lines","translationTheme.nativeDashed":"System built-in dotted lines","translationTheme.nativeDotted":"System built-in dotted lines","translationTheme.nativeUnderline":"System built-in straight lines","translationTheme.wavy":"wavy lines","translationServices.custom":"Custom API","translationServices.tencent":"Tencent Translator","translationServices.tenAlpha":"Tencent Translator (Alpha)","translationServices.google":"Google Translate","translationServices.bai":"Baidu (Alpha)","translationServices.baidu":"Baidu translation","translationServices.aliyun":"Aliyun Translator","translationServices.volc":"Volcano Translation","translationServices.deeplx":"DeepLX (Alpha)","translationServices.bing":"Microsoft Translator","translationServices.deepl":"DeepL","translationServices.wechat":"Wechat translation","translationServices.azure":"Azure Translator","translationServices.ibm":"IBM Watson","translationServices.aws":"Amazon Translate","translationServices.mock":"Mock translation","translationServices.mock2":"Mock Translation2","translationServices.caiyun":"Caiyun Translation","translationServices.cai":"Caiyun Translation (Alpha)","translationServices.volcAlpha":"Volcano Translation (Alpha)","translationServices.openl":"OpenL","translationServices.youdao":"Youdao Translation","translationServices.you":"Youdao Translation (Alpha)","translationServices.transmart":"Tencent Smart Translation","translationServices.niu":"Niu Translation","translationServices.papago":"Papago Translation","translationServices.d":"DeeplX (Alpha)","translationServices.dpro":"D Pro (Canary)","translationServices.openai":"OpenAI","translationServices.yandex":"Yandex","translationServices.gemini":"Gemini","translationServices.chatgpt":"ChatGPT Web(3.5 mobile)","translate title":"Translate page title","always languages":"Always translate the following languages",neverTranslateLanguagesLabel:"Never Translated Languages",neverTranslateTheFollowingLanguagesDescription:"When a paragraph on a page is in one of the following languages, the translation will be skipped",enableUserscriptPagePopup:"Always show Popup windows on the page",enableUserscriptPagePopupDescription:"After closing the floating ball, you can use the shortcut key /{touch} to summon it. To prevent accidentally losing the floating ball after turning off this option, it is strongly recommended to bookmark this settings page.","always translate the following languages":"The following languages will always be translated","always sites":"Always translate the following sites","always translate the following sites":"The following sites will always be translated","never sites":"Never translate the following sites","never translate the following sites":"The following sites will never be translated","please refer to":"It can only be used after filling in the key. For details, please refer to",KeyAndConfigurationTutorial:"Key Application and Configuration Tutorial",useAboveStyleForTheseSites:"Sites that always use the {theme} translation style",currentUrl:"Current URL",confirm:"Save",cancel:"Cancel",delete:"Delete",syncToCloud:"Sync to cloud",syncToCloudDescription:"Upload the configuration to the cloud server, and you can synchronize the configuration between different browsers or Tampermonkey scripts, based on the last modification time.",syncToAccount:"Sync to account",syncToAccountButton:"Sync to account now",syncToAccountDescription:"Uploaded to the logged-in account, the configuration can be synchronized between different devices, and the last modification time shall prevail.",successSyncConfigInAccount:"Successfully synced with account",successSyncConfigToAccount:"Successfully synchronized to account",syncConfigNoUpdate:"Already up to date",authFail:"Authorization Failed",syncTitle:"Manual Backup Management",import_hint:"Import",upload:"Upload",revokeAuth:"Revoke Authorization",uploadFail:"Upload Failed",download:"Download",importSuccess:"Upload Success",importFail:"Import Failed",deleteFail:"Delete Failed",backupToCloud:"Manage backup files manually",create_new_backup:"Add backup node",maxBackupFiles:"Up to{count}different nodes can be backed up. Please delete unneeded nodes",backupToCloudDescription:"Upload or restore backup files manually, up to 3 different backups",successSyncConfig:"Successfully synced with cloud",syncFail:"Synchronization failed",updatedAt:"Updated at {date}",lastSyncedAt:"Last checked at {date}",downloadFail:"Download failed",clickToDownload:"Click to download",aboutLabel:"About - Feedback ","browser.openAboutPage":"About / Feedback/Sponsor",aboutLabelWithoutSponsor:"About - Feedback",aboutIntro:"We hope that all users will easily and pleasantly access to the enormous amount of foreign language information available on the Internet \u2764\uFE0F. You can choose to subscribe to <6>Pro membership to use the out-of-the-box DeepL and OpenAI translation.

Follow us on<3>Twitter, <4>Telegram Channel, WeChat public account, WeChat community group, or subscribe to updates via <5>email below.
<7>Pro members can contact us through the quick customer service email <8>support@immersivetranslate.com.",aboutIntroWithoutSponsor:"The extension is completely free. We hope that everyone can easily and joyfully access the vast foreign language information on the Internet \u2764\uFE0F.

Follow us on <3>Twitter, <4>Telegram channel, WeChat public account, WeChat community group, or subscribe to updates via <5>email below.",projectHomepage:"Project Homepage",joinTelegramGroup:"Join our communities for feature discussion",wechatPublicAccount:"Wechat Official Account",wechatCommunities:"Wechat Group",qqCommunities:"QQ Channel",joinTelegramChannel:"Subscribe to our Telegram channel to get the latest updates",feedbackAndJoin:"Feedback",autoSync:"Auto-Time Sync",loadingThemeTitle:"Loading Style",loadingThemeDescription:"Set the style of waiting for the translation to load","loadingTheme.spinner":"Spinning icon","loadingTheme.text":"Static Text... ","loadingTheme.none":"Disabled",developerDescription:"You can click <1>here to see the documentation related to advanced customization","edit border color":"Edit border color",successSyncButNoChange:"The current configuration is consistent with that in the cloud server",customTheme:"Customize colors and sizes","customThemeLabel.borderColor":"Border color","customThemeLabel.borderRadius":"Border Round Corner","customThemeLabel.textColor":"Text color","customThemeLabel.backgroundColor":"Background color","customThemeLabel.zoom":"Font scale (%)","customThemeLabel.opacity":"Text opacity (%)",resetToDefaultColor:"Reset to default colors",resetToDefaultSettings:"Reset to default settings",isTranslateTitle:"Enable translate page title",isTranslateTitleDescription:"When enabled, the webpage title will be translated",enableSearchEnhancement:"Enable Search Enhancement",enableSearchEnhancementDescription:"After activation, the right sidebar will automatically display 'Google News' search results for the corresponding English keywords on supported websites (Google News, Google Search (for certain keywords), Xueqiu, East Money, Futu, Tiger Community).",verifyService:"Verify service",verified:"Successful","field.langs":"Supported Language Code","field.model":"Model","field.translationEngine":"Translation engine","field.limitPerMinute":"Max requests per minute","field.limitPerSecond":"Max requests per second","field.maxTextLengthPerRequest":"Maximum text length per request","field.maxTextGroupLengthPerRequest":"Maximum number of paragraphs per request","field.apiUrl":"Custom API interface address","field.placeholderDelimiters":"Reserved placeholders","description.custom":"Custom interface access requires reference documents","description.limitPerMinute":"When the number of requests exceeds this limit, it will be temporarily suspended until the beginning of the next minute. Due to various limitations of OpenAI's current services, please click <1>here to view the latest suggested values","description.limitPerSecond":"When the number of requests exceeds this limit, it will be temporarily suspended until the beginning of the next second. Due to various limitations of OpenAI's current services, please click <1>here to view the latest suggested values","description.generalLimitPerSecond":"When the number of requests exceeds the limit, it will enter a queue state until the beginning of the next second.","description.prompt":"The dialogue sent to {service} as a user, where {{text}} represents the text content of the paragraph, {{from}} represents the language of the paragraph, and {{to}} represents the target language.","description.maxTextLengthPerRequest":"By default multiple paragraphs will be merged to reduce the number of requests, but if the total length of the paragraphs is too long, it may also cause the interface to respond slowly, so you can try to adjust this option to optimize speed","description.systemPrompt":"Send the conversation to OpenAI as a system, where {{text}} represents the text content of the paragraph, {{from}} represents the original language of the paragraph, and {{to}} represents the target language.","field.domain":"Domain","description.domain":"The default is: general. It can only be set when domain translation is activated in the Youdao API console, and the supported domains can be seen <1>Here ","field.scene":"Scenarios","description.scene":"The default is: general. It can be set only if the Alibaba Cloud API console has the Machine Translation Professional Edition enabled. Supported scenes can be found <1>here.","field.vocabId":"User dictionary ID","description.vocabId":"Specified dictionary out_id, currently supported in English translation","description.model":"OpenAI's models, such as gpt-3.5-turbo, gpt-4, etc","description.maxTextGroupLengthPerRequest":"The number of paragraphs sent to translation service each time. Sending too many paragraphs to OpenAI at once can slow down the interface.","description.apiUrl":"Please add a specific URL with a path, <1>more instructions",enabledExtension:"Enable extensions",clickToDisableExtension:"Click to disable extension",clickToEnableExtension:"Click to enable the extension",hasBeenDisabled:"Disabled","show password":"Show password",customContent:"Enter the name of the custom model",inputOptions:"Enhanced input box",mouseHoverOptions:"Mouse Hover",modifyMouseHoverKey:"Modify mouse hover shortcuts",enableInputTranslation:"enhanced input box?",enableInputTranslationDescription:"When enabled, enter {startingKey}{startingKey} direct in the input box and hit{inputTrailingTriggerKeyRepeatTimes}times{trailingKey}, translated into {inputTargetLanguage}",enableInputTranslationDescriptionForNoneKey:'When enabled, simply enter "Hello World" in the input box, then quickly press {inputTrailingTriggerKeyRepeatTimes} times on {trailingKey}, and it will be translated into the default target language.',inputTargetLanguage:"Set the default target language for the input box",inputTargetLanguageDescription:"The default target language for the translation input box, which is {startingKey}{startingKey} as the default language for triggering words.",inputTargetLanguageDescriptionForNoneKey:"Default target language for translation input box",inputStartingTriggerKeyTitle:"Set the delimiter character for partial translation of the input box",inputStartingTriggerKeyDescription:"When you don\u2019t need to translate the entire input box, the delimiter allows you to only translate the part from {startingKey}{startingKey} to the end of the input box. You can also specify a language code, for example: {startingKey}ja means to only translate the part from {startingKey}ja to the end of the input box",inputStartingTriggerKeyDescriptionForNoneKey:"The current setting does not require a prefix, so the partial text translation function of the input box cannot be used temporarily",inputTrailingTriggerKeyTitle:"Select a trigger character to indicate the end of input.",inputTrailingTriggerKeyDescription:"Quickly hitting {trailingKey} 3 times will start the translation",inputTrailingTriggerKeyTimeout:"Enter the interval time to end the trailing trigger",inputTrailingTriggerKeyTimeoutDescription:"Set the interval time for the end of input combo trigger (milliseconds)",spaceKey:"",noneKey:"No prefix needed, translate the entire text box directly",inputTranslationBlockUrlsTitle:"Do not enable input box enhancement on the following URLs",inputTranslationBlockUrlsDescription:"The input box enhancement will not work in the following URL",inputHelperInfo:`Note: We have optimized the system to address an issue where certain characters in Chinese input methods were being converted into Chinese punctuation marks. For instance, when using Sogou Input Method, "/" would be changed to "\u3001". We now recognizes all corresponding Chinese symbols as triggering characters, including "//" and "\u3001\u3001". + {env.imt_sub_trans_field}: \u8B6F\u6587`,"subtitle.quickButton.translationPosition":"\u8B6F\u6587\u4F4D\u7F6E","subtitle.quickButton.cyan":"\u9752\u8272","subtitle.quickButton.translationPositionTop":"\u539F\u6587\u4E0A\u65B9","subtitle.quickButton.translationPositionBottom":"\u539F\u6587\u4E0B\u65B9","subtitle.quickButton.yellow":"\u9EC3\u8272","subtitle.quickButton.black":"\u9ED1\u8272","subtitle.quickButton.white":"\u767D\u8272","subtitle.quickButton.setting":"\u8A2D\u7F6E","subtitle.quickButton.blue":"\u85CD\u8272","subtitle.quickButton.backgroundColor":"\u80CC\u666F\u984F\u8272","subtitle.quickButton.sourceFontSize":"\u539F\u59CB\u5B57\u9AD4\u5927\u5C0F","subtitle.quickButton.translationFontSize":"\u7FFB\u8B6F\u6587\u5B57\u9AD4\u5927\u5C0F","translationServices.claude":"\u514B\u52DE\u5FB7","subtitle.quickButton.sourceTextColor":"\u539F\u59CB\u5B57\u9AD4\u984F\u8272","subtitle.quickButton.red":"\u7D05\u8272","subtitle.quickButton.translationTextColor":"\u7FFB\u8B6F\u6587\u5B57\u9AD4\u984F\u8272","subtitle.quickButton.magenta":"\u6D0B\u7D05\u8272","subtitle.quickButton.green":"\u7DA0\u8272","subtitle.quickButton.backgroundOpacity":"\u80CC\u666F\u4E0D\u900F\u660E\u5EA6",attachSubtitleTranslating:"\u6B63\u5728\u4F7F\u7528 {service} \u7FFB\u8B6F\u4E2D...","error.claude.403":"\u66AB\u7121\u6B0A\u9650\u8A2A\u554F\u670D\u52D9\uFF0C\u53EF\u80FD\u8207 Claude \u7684\u5730\u5340\u9650\u5236\u6709\u95DC\uFF0C\u60A8\u53EF\u4EE5\u5617\u8A66\u5207\u63DB\u60A8\u7684 IP \u5730\u5740\uFF0C\u6216\u8005\u4F7F\u7528\u5176\u4ED6\u7FFB\u8B6F\u670D\u52D9\u3002","browser.brandDescriptionForSafari":"\u3010\u6C89\u6D78\u5F0F\u7FFB\u8B6F\u3011\u4E00\u6B3E\u514D\u8CBB\u7684\uFF08\u539F\u6587/\u8B6F\u6587\uFF09\u96D9\u8A9E\u5C0D\u7167\u7DB2\u9801\u7FFB\u8B6F\u63D2\u4EF6\uFF0C\u540C\u6642\u652F\u6301PDF\u7FFB\u8B6F\u548CEPUB\u96FB\u5B50\u66F8\u7FFB\u8B6F\u4E14\u4FDD\u7559\u539F\u6587\u6A94\u6392\u7248\uFF0CYoutube/Netflix\u7B49\u5728\u7DDA\u8996\u983B\u96D9\u8A9E\u5B57\u5E55\u7FFB\u8B6F\uFF0C\u652F\u6301Deepl/Google\u7B49\u4E3B\u6D41\u7FFB\u8B6F\u670D\u52D9;","browser.PdfProFile":"AI \u9A45\u52D5\u7684 PDF Pro \u7FFB\u8B6F","browser.textTranslate":"\u6587\u672C\u7FFB\u8B6F\uFF08\u5C0D\u6BD4\u591A\u500B\u7FFB\u8B6F\u670D\u52D9\uFF09"};var _4={nologin:"Not logged in",loginForSafari:"Sign In or Sign Up",login:"Log In",goLogin:"Sign In",manageAccount:"Manage Account",openPremium:"Upgrade to Pro",logout:"Logout",curentPlan:"Current Plan",endAt:"Expires",endAuto:"Auto Renew",lineBreakMaxTextCount:"Maximum characters per sentence after line break","translate-pdf":"Translate PDF","noSupportTranslate-pdf":"This script is not supported. Please use a plugin.","translate-firefox-local-pdf":"Go to upload PDF",enableLineBreak:"Enable automatic line wrapping for long paragraphs",sponsorLabel:"Sponsor developers from $1 (monthly or one-time)",help:"Help",enableLineBreakDescription:"After activating, insert line breaks at the end of each sentence in lengthy paragraphs for improved readability.","browser.shortBrandName":"Immersive Translate","browser.brandName":"Immersive Translate - Translate Website & PDF","browser.brandDescription":"Free Translate Website, Translate PDF & Epub eBook, Translate Video Subtitles in Bilingual","browser.toggleTranslatePage":"Translate webpage/Display original text","browser.toggleTranslateTheWholePage":"Translate entire page/Display original text","browser.toggleTranslateToThePageEndImmediately":"Translate instantly to the bottom of the page/Display original text","browser.toggleTranslateTheMainPage":"Translate main page /Display original text","browser.shareToDraft":"Share Bilingual Page","browser.openOptionsPage":"Open Settings Page","browser.translateLocalPdfFile":"Translate local PDF File","browser.openEbookViewer":"Read local e-books","browser.openEbookBuilder":"Create Bilingual EPUB E-books","browser.translateLocalHtmlFile":"Translate HTML/txt File","browser.donateContext":"Explore Sponsorship Benefits","browser.translateLocalSubtitleFile":"Translate Local Subtitle File",confirmResetConfig:"Are you sure you want to reset settings?",translationLineBreakSettingTitle:"Line break setting",smartLineBreak:"Smart Wrap",alwaysLineBreak:"Always Wrap",isShowContextMenu:"Add Translation to Right-Click Menu",toggleBeta:"Enable Beta Testing Features",betaDescription:"Enable experimental features and test translation services. Join the <1>Telegram group for more information.",translationLineBreakSettingDescription:"Always Wrap is suitable for layouts with less content, providing a neater appearance. (For longer paragraphs with over {count} characters, use Smart Wrap for a more space-efficient display.)",tempTranslateDomainTitle:"Temporarily Activate Website Translation Time",tempTranslateDomainDescription:"When manually translating a webpage, temporarily enable automatic translation for the site. You can set a temporary duration.",xMinutes:"{count} minutes",disabled:"Disable",changelog:"Change Log",toggleTranslatePageWhenThreeFingersOnTheScreen:"Touch screen with multiple fingers to translate webpage/display original text",toggleTranslationMaskWhenThreeFingersOnTheScreen:"Touch screen with multiple fingers to show/hide the blurry effect of the translated text",addUrlDescription:"You can specify domain names, and also use wildcard characters, such as: *.google.com, google.com/mail/*, https://www.google.com/*",general:"General",clickToExpandConfig:"Expand current configuration",import:"Import from file",export:"Export to file",toggleDebug:"Print debug logs to console","fingers.0":"Close",mouseHoldKey:"+ {key} translate/restore this paragraph",mouseHoldKeyAuto:"immediately translate this paragraph",mouseHoldKeyOff:"Do nothing",mouseHoldKeyOther:"Custom shortcut key (open settings)",mouseHoldKeyCustomKey:"{key} translate/restore this paragraph","mouse-translate":"Hover",document:"Document",resetSuccess:"Reset all settings successful",resetThisSuccess:"Reset successful",saved:"Saved successfully",successImportConfig:"Configuration imported successfully",goAdvancedSettings:"Go to Advanced Settings Page",goAdvancedInterfaceSettings:"Go to Advanced Custom Settings Page",advanced:"Advanced Settings",advancedDescription:"Generally, there's no need to adjust; keep the default settings. These options are provided for more advanced users seeking a more personalized experience.",developer:"Developer settings",donateCafe:"Pricing","translate to the bottom of the page":"After opening a webpage, do you want to translate to the bottom of the page immediately?",feedback:"Feedback",toggleTranslatePage:"Translate webpage/Show original text",translateToThePageEndImmediatelyDescription:"Once enabled, upon entering a webpage, it will immediately translate the content from the top to the bottom. If disabled, it will translate as you read. (Not recommended to enable)","translate all areas of the page":"Should all areas of the webpage be translated?",translationAreaDescription:"Once enabled, all areas of the entire webpage will be translated. If disabled, the default smart recognition will be used to translate only the main areas. (Not recommended to enable)","the number of characters to be translated first":"Translate the first few characters of the page directly, without waiting to scroll to the visible area.","interface language":"Interface language","display both the original text and the translation":"Display both the original text and the translation","keyboard shortcuts":"Keyboard shortcuts",modify:"Edit",reset:"Reset",close:"Close",homepage:"Home Page",more:"More",moreOptions:"Expand for more custom settings",translateTheWholePage:"Translate entire page",changeToTranslateTheWholePage:"Translate the Whole Page",changeToTranslateTheMainPage:"Translate the Main Content",changeToOnlyTranslationMode:"Show Translation only",changeToDualTranslationMode:"Show Bilingual Translation",translateToThePageEndImmediately:"Immediately translate to the bottom ",translateTheMainPage:"smart translate the main areas","The local rules are up to date":"Local rules are up to date:","Successfully synchronized with the latest official rules:":"Successfully synced latest official rules:","Checking for updates":"Checking for update","Rules are being synchronized":"Syncing official rules",localVersionIsTooOld:"The local extension version is too old, please upgrade the extension to {minVersion} or a newer version and try to sync again.",badUserscriptBrowser:"The current browser does not correctly support the interface of the Tampermonkey extension (such as obtaining version information of Tampermonkey scripts). Please use another <1>browser that supports Tampermonkey extensions, such as Firefox.",foundNewVersion:"New version available",theLocalExtensionIsUpToUpdate:"The current extension version is up to date.",failToSyncRules:"Failed to sync latest adaptive rules",retry:"Retry",failedReason:"Failure reason",currentRuleVersion:"Current Rule Version",calculating:"Calculating",unknownError:"Unknown Error",canNotFetchRemoteRule:"Unable to fetch remote rule",enableAlphaSuccess:"Alpha feature enabled successfully",disableAlphaSuccess:"Alpha feature has been disabled",cacheSize:"Cache size:",cleaning:"Cleaning",cleanCache:"Clear cache",options:"Options",about:"About",service:"Translation Service",needAction:"(go to settings)",goSettings:"go to settings",needActionForOptions:"(requires setting)",translationEngine:"Engine Options",sourceLanguage:"Original language",target:"Target Language",popupSourceLanguage:"Source",popupTarget:"Target",popupService:"Service",forThisSite:"Site",autoEnableSubtitle:"Auto-enable bilingual captions",alwaysTranslate:"Always translate",neverTranslate:"Never translate",neverTranslateSomeLanguage:"Never translate {language}",alwaysTranslateSomeSite:"Always translate {hostname}",neverTranslateSomeSite:"Never translate {hostname}",alwaysTranslateSomeSiteOrWildSite:"Always translate this site",alwaysTranslateSomePage:"Always translate this page",add:"Add",default:"Default",forThisLanguage:"For This Language:","add url":"Add URL",edit:"Edit",pickAll:"Select All","translate other languages into specific language":"Translate other languages into the language you set","select translation service":"Select a translation service",language:"Language","show-original":"Show Original",translate:"Translate",Translated:"Translated",Translating:"Translating",Error:"Error",allowCacheTranslations:"Enable local translation caching (reduce translation requests for repeated paragraphs)","translation display":"Translation display style","select diplay style":"See below for examples of different translation styles",interface:"Interface Settings",import_export:"Import/Export",import_export_title:"Import/Export Configuration",syncToGoogleDrive:"Sync Now with Google Drive",floatBallOptions:"Floating Button","floatBallOptions.enable":"Enable Floating Ball","floatBallOptions.blockUrls":"Blocked Websites","floatBallOptions.add":"Add","floatBallOptions.blockUrlDesc":"Don\u2019t show the floating ball on these websites","floatBallOptions.clickType":"Click Behavior","floatBallOptions.clickTypeDesc":"What happens when you click the floating ball icon","floatBallOptions.clickPopup":"Display Translation Panel","floatBallOptions.clickTranslate":"Translate/Show Original Text","floatBallOptions.fixedPosition":"Fixed Position","floatBallOptions.fixedPositionDesc":"Whether the float ball is on the left or right of the window","floatBallOptions.fixedPositionLeft":"Left","floatBallOptions.fixedPositionRight":"Right",previewAllThemes:"Preview all themes","translationTheme.none":"None","translationTheme.grey":"Black Gray","translationTheme.dashed":"Dotted lines","translationTheme.dotted":"Dotted lines","translationTheme.dashedBorder":"Dotted Border","translationTheme.solidBorder":"Solid Border","translationTheme.underline":"Straight line","translationTheme.mask":"Blur effect (learning mode)","translationTheme.opacity":"Transparency effect","translationTheme.paper":"White paper shadow effect","translationTheme.dividingLine":"Dividing line","translationTheme.highlight":"Highlight","translationTheme.marker":"Marker","translationTheme.marker2":"Maker2","translationTheme.blockquote":"quote style","translationTheme.weakening":"Weaken","translationTheme.italic":"Italic","translationTheme.bold":"Bold","translationTheme.thinDashed":"Thin dotted lines","translationTheme.nativeDashed":"System built-in dotted lines","translationTheme.nativeDotted":"System built-in dotted lines","translationTheme.nativeUnderline":"System built-in straight lines","translationTheme.wavy":"wavy lines","translationServices.custom":"Custom API","translationServices.tencent":"Tencent Translator","translationServices.tenAlpha":"Tencent Translator (Alpha)","translationServices.google":"Google Translate","translationServices.bai":"Baidu (Alpha)","translationServices.baidu":"Baidu translation","translationServices.aliyun":"Aliyun Translator","translationServices.volc":"Volcano Translation","translationServices.deeplx":"DeepLX (Alpha)","translationServices.bing":"Microsoft Translator","translationServices.deepl":"DeepL","translationServices.wechat":"Wechat translation","translationServices.azure":"Azure Translator","translationServices.ibm":"IBM Watson","translationServices.aws":"Amazon Translate","translationServices.mock":"Mock translation","translationServices.mock2":"Mock Translation2","translationServices.caiyun":"Caiyun Translation","translationServices.cai":"Caiyun Translation (Alpha)","translationServices.volcAlpha":"Volcano Translation (Alpha)","translationServices.openl":"OpenL","translationServices.youdao":"Youdao Translation","translationServices.you":"Youdao Translation (Alpha)","translationServices.transmart":"Tencent Smart Translation","translationServices.niu":"Niu Translation","translationServices.papago":"Papago Translation","translationServices.d":"DeeplX (Alpha)","translationServices.dpro":"D Pro (Canary)","translationServices.openai":"OpenAI","translationServices.yandex":"Yandex","translationServices.gemini":"Gemini","translationServices.chatgpt":"ChatGPT Web(3.5 mobile)","translate title":"Translate page title","always languages":"Always translate the following languages",neverTranslateLanguagesLabel:"Never Translated Languages",neverTranslateTheFollowingLanguagesDescription:"When a paragraph on a page is in one of the following languages, the translation will be skipped",enableUserscriptPagePopup:"Always show Popup windows on the page",enableUserscriptPagePopupDescription:"After closing the floating ball, you can use the shortcut key /{touch} to summon it. To prevent accidentally losing the floating ball after turning off this option, it is strongly recommended to bookmark this settings page.","always translate the following languages":"The following languages will always be translated","always sites":"Always translate the following sites","always translate the following sites":"The following sites will always be translated","never sites":"Never translate the following sites","never translate the following sites":"The following sites will never be translated","please refer to":"It can only be used after filling in the key. For details, please refer to",KeyAndConfigurationTutorial:"Key Application and Configuration Tutorial",useAboveStyleForTheseSites:"Sites that always use the {theme} translation style",currentUrl:"Current URL",confirm:"Save",cancel:"Cancel",delete:"Delete",syncToCloud:"Sync to cloud",syncToCloudDescription:"Upload the configuration to the cloud server, and you can synchronize the configuration between different browsers or Tampermonkey scripts, based on the last modification time.",syncToAccount:"Sync to account",syncToAccountButton:"Sync to account now",syncToAccountDescription:"Uploaded to the logged-in account, the configuration can be synchronized between different devices, and the last modification time shall prevail.",successSyncConfigInAccount:"Successfully synced with account",successSyncConfigToAccount:"Successfully synchronized to account",syncConfigNoUpdate:"Already up to date",authFail:"Authorization Failed",syncTitle:"Manual Backup Management",import_hint:"Import",upload:"Upload",revokeAuth:"Revoke Authorization",uploadFail:"Upload Failed",download:"Download",importSuccess:"Upload Success",importFail:"Import Failed",deleteFail:"Delete Failed",backupToCloud:"Manage backup files manually",create_new_backup:"Add backup node",maxBackupFiles:"Up to{count}different nodes can be backed up. Please delete unneeded nodes",backupToCloudDescription:"Upload or restore backup files manually, up to 3 different backups",successSyncConfig:"Successfully synced with cloud",syncFail:"Synchronization failed",updatedAt:"Updated at {date}",lastSyncedAt:"Last checked at {date}",downloadFail:"Download failed",clickToDownload:"Click to download",aboutLabel:"About - Feedback ","browser.openAboutPage":"About / Feedback/Sponsor",aboutLabelWithoutSponsor:"About - Feedback",aboutIntro:"We hope that all users will easily and pleasantly access to the enormous amount of foreign language information available on the Internet \u2764\uFE0F. You can choose to subscribe to <6>Pro membership to use the out-of-the-box DeepL and OpenAI translation.

Follow us on<3>Twitter, <4>Telegram Channel, WeChat public account, WeChat community group, or subscribe to updates via <5>email below.
<7>Pro members can contact us through the quick customer service email <8>support@immersivetranslate.com.",aboutIntroWithoutSponsor:"The extension is completely free. We hope that everyone can easily and joyfully access the vast foreign language information on the Internet \u2764\uFE0F.

Follow us on <3>Twitter, <4>Telegram channel, WeChat public account, WeChat community group, or subscribe to updates via <5>email below.",projectHomepage:"Project Homepage",joinTelegramGroup:"Join our communities for feature discussion",wechatPublicAccount:"Wechat Official Account",wechatCommunities:"Wechat Group",qqCommunities:"QQ Channel",joinTelegramChannel:"Subscribe to our Telegram channel to get the latest updates",feedbackAndJoin:"Feedback",autoSync:"Auto-Time Sync",loadingThemeTitle:"Loading Style",loadingThemeDescription:"Set the style of waiting for the translation to load","loadingTheme.spinner":"Spinning icon","loadingTheme.text":"Static Text... ","loadingTheme.none":"Disabled",developerDescription:"You can click <1>here to see the documentation related to advanced customization","edit border color":"Edit border color",successSyncButNoChange:"The current configuration is consistent with that in the cloud server",customTheme:"Customize colors and sizes","customThemeLabel.borderColor":"Border color","customThemeLabel.borderRadius":"Border Round Corner","customThemeLabel.textColor":"Text color","customThemeLabel.backgroundColor":"Background color","customThemeLabel.zoom":"Font scale (%)","customThemeLabel.opacity":"Text opacity (%)",resetToDefaultColor:"Reset to default colors",resetToDefaultSettings:"Reset to default settings",isTranslateTitle:"Enable translate page title",isTranslateTitleDescription:"When enabled, the webpage title will be translated",enableSearchEnhancement:"Enable Search Enhancement",enableSearchEnhancementDescription:"After activation, the right sidebar will automatically display 'Google News' search results for the corresponding English keywords on supported websites (Google News, Google Search (for certain keywords), Xueqiu, East Money, Futu, Tiger Community).",verifyService:"Verify service",verified:"Successful","field.langs":"Supported Language Code","field.model":"Model","field.translationEngine":"Translation engine","field.limitPerMinute":"Max requests per minute","field.limitPerSecond":"Max requests per second","field.maxTextLengthPerRequest":"Maximum text length per request","field.maxTextGroupLengthPerRequest":"Maximum number of paragraphs per request","field.apiUrl":"Custom API interface address","field.placeholderDelimiters":"Reserved placeholders","description.custom":"Custom interface access requires reference documents","description.limitPerMinute":"When the number of requests exceeds this limit, it will be temporarily suspended until the beginning of the next minute. Due to various limitations of OpenAI's current services, please click <1>here to view the latest suggested values","description.limitPerSecond":"When the number of requests exceeds this limit, it will be temporarily suspended until the beginning of the next second. Due to various limitations of OpenAI's current services, please click <1>here to view the latest suggested values","description.generalLimitPerSecond":"When the number of requests exceeds the limit, it will enter a queue state until the beginning of the next second.","description.prompt":"The dialogue sent to {service} as a user, where {{text}} represents the text content of the paragraph, {{from}} represents the language of the paragraph, and {{to}} represents the target language.","description.maxTextLengthPerRequest":"By default multiple paragraphs will be merged to reduce the number of requests, but if the total length of the paragraphs is too long, it may also cause the interface to respond slowly, so you can try to adjust this option to optimize speed","description.systemPrompt":"The dialogue sent to {service} as a system, where {{text}} represents the text content of the paragraph, {{from}} represents the language of the paragraph, and {{to}} represents the target language.","field.domain":"Domain","description.domain":"The default is: general. It can only be set when domain translation is activated in the Youdao API console, and the supported domains can be seen <1>Here ","field.scene":"Scenarios","description.scene":"The default is: general. It can be set only if the Alibaba Cloud API console has the Machine Translation Professional Edition enabled. Supported scenes can be found <1>here.","field.vocabId":"User dictionary ID","description.vocabId":"Specified dictionary out_id, currently supported in English translation","description.model":"OpenAI's models, such as gpt-3.5-turbo, gpt-4, etc","description.maxTextGroupLengthPerRequest":"The number of paragraphs sent to translation service each time. Sending too many paragraphs to OpenAI at once can slow down the interface.","description.apiUrl":"Please add a specific URL with a path, <1>more instructions",enabledExtension:"Enable extensions",clickToDisableExtension:"Click to disable extension",clickToEnableExtension:"Click to enable the extension",hasBeenDisabled:"Disabled","show password":"Show password",customContent:"Enter the name of the custom model",inputOptions:"Enhanced input box",mouseHoverOptions:"Mouse Hover",modifyMouseHoverKey:"Modify mouse hover shortcuts",enableInputTranslation:"enhanced input box?",enableInputTranslationDescription:"When enabled, enter {startingKey}{startingKey} direct in the input box and hit{inputTrailingTriggerKeyRepeatTimes}times{trailingKey}, translated into {inputTargetLanguage}",enableInputTranslationDescriptionForNoneKey:'When enabled, simply enter "Hello World" in the input box, then quickly press {inputTrailingTriggerKeyRepeatTimes} times on {trailingKey}, and it will be translated into the default target language.',inputTargetLanguage:"Set the default target language for the input box",inputTargetLanguageDescription:"The default target language for the translation input box, which is {startingKey}{startingKey} as the default language for triggering words.",inputTargetLanguageDescriptionForNoneKey:"Default target language for translation input box",inputStartingTriggerKeyTitle:"Set the delimiter character for partial translation of the input box",inputStartingTriggerKeyDescription:"When you don\u2019t need to translate the entire input box, the delimiter allows you to only translate the part from {startingKey}{startingKey} to the end of the input box. You can also specify a language code, for example: {startingKey}ja means to only translate the part from {startingKey}ja to the end of the input box",inputStartingTriggerKeyDescriptionForNoneKey:"The current setting does not require a prefix, so the partial text translation function of the input box cannot be used temporarily",inputTrailingTriggerKeyTitle:"Select a trigger character to indicate the end of input.",inputTrailingTriggerKeyDescription:"Quickly hitting {trailingKey} 3 times will start the translation",inputTrailingTriggerKeyTimeout:"Enter the interval time to end the trailing trigger",inputTrailingTriggerKeyTimeoutDescription:"Set the interval time for the end of input combo trigger (milliseconds)",spaceKey:"",noneKey:"No prefix needed, translate the entire text box directly",inputTranslationBlockUrlsTitle:"Do not enable input box enhancement on the following URLs",inputTranslationBlockUrlsDescription:"The input box enhancement will not work in the following URL",inputHelperInfo:`Note: We have optimized the system to address an issue where certain characters in Chinese input methods were being converted into Chinese punctuation marks. For instance, when using Sogou Input Method, "/" would be changed to "\u3001". We now recognizes all corresponding Chinese symbols as triggering characters, including "//" and "\u3001\u3001". Additionally, we support using Chinese aliases of language codes as commands. For example, entering "/Japanense Hello World" will translate the text into Japanese. You can click here to see a list of all supported language codes.`,reloadCurrentPage:"Please refresh the current page before starting translation",noLocalFilePermissionForPDF:"No permission to read local files temporarily, please click the button above and then import local files",noPermissionForThisPage:"\u26A0\uFE0F No permission to translate the current page","error.retry":"Retry","error.reason":"Reason",retryAllParagraphs:"Retry all error paragraphs",retryAllButton:"Retry All",errorTooltipTitle:"Click to get the error details",errorModalTitle:"Oops, something went wrong",disableConfirm:"Bilingual information enhancement settings",disableOnce:"Disable Once",disableGlobal:"Disable Forever",disableTint:"* You can re-enable it in {option}.",searchEnhancementNotes:"We found that the news results of Chinese keywords and English keywords are very different. After enabling the immersive translate bilingual information enhancement function, we will automatically search for the same keywords in English on supported websites (Google News, Google Search (for certain keywords), Xueqiu, East Money, Futu, Tiger) and display them on the right side. If you don\u2019t need this feature, you can choose to disable it",option:"Settings",saveSettings:"Save",closeModal:"Close",enableInputTranslationWithoutTriggerKeyTitle:"\u201CEnable quick hit 3 times {trailingKey}, directly translate the entire input box into {inputTargetLanguage}",enableInputTranslationWithoutTriggerKeyDescription:"To specify the target language, please add a language code at the beginning, such as: ja Hello world",deepLProName:"Premium Membership (Recommended)",deepLProDescription:"You can directly use this service",deeplProDescriptionForNormal:"No setup required, available for premium members after login, <1>Upgrade",deepLCustomDescription:"Requires an international credit card, activate at <1>DeepL official site, click to see <2>documentation",deepLCustomName:"Custom Auth Key",chooseProviderLabel:"Choose a service provider",openaiProName:"Premium Membership (Recommended)",openaiProDescription:"The current plan can be used directly",openaiProDescriptionForNormal:"No setup required, available for premium members after login, <1>Upgrade",openaiCustomDescription:"Can be obtained from OpenAI, Azure OpenAI, or other third-party services, <1>Click here to view documentation",openaiCustomName:"Custom API Key",needLoginAction:"(Premium or custom)",goLoginOrAction:"(Premium or go to setting)",yearly:"Annual Renewal",quarterly:"Quarterly Renewal",monthly:"Monthly Renewal",yearlyForOnce:"One-time Annual",monthlyForOnce:"One-time Monthly",daily:"Daily Renewal",year:"Annual Renewal",quarter:"Quarterly Renewal",month:"Monthly Renewal",day:"Daily Renewal",onetime_7day:"7-day Trial Pack",currentPlanDescriptionForFree:"Current plan: Free",currentPlanDescriptionForContinuous:"Current plan: {plan}, will auto-renew on {endAt}",currentPlanDescriptionForAutoRenewCaceling:"Current plan: {plan}, will expire on {endAt}. After expiration, it will not be automatically renewed",currentYearlyPlanDescriptionForAutoRenewCacelingWithRealPaiedUser:"Current plan: {plan}, will expire on {endAt}, will not be auto-renewed after expiration
<1>Manage the renewal plan",currentYearlyPlanDescriptionForAutoRenewCacelingWithAdmin:"The current plan: {plan}, will expire on {endAt}. After expiration, it will not be automatically renewed.
<1>Click here to enable continuous annual renewal",currentPlanDescriptionForOneTime:"Current plan: {plan}, expiring on {endAt}. <1>Upgrade to annual or <2>monthly or pro membership",upgradePlan:"Click here to upgrade to Pro membership",upgradeToPro:"Upgrade to Pro","popup.openPro":"Enjoy unrestricted access to DeepL and OpenAI translations after upgrading to Pro Membership. Click here to upgrade","popup.openProForPro":"You are a Pro member, you can directly use DeepL and OpenAI translations",currentAccount:"Account",enableAutoSyncUserSettings:"Enable auto-sync user settings",modalEnableInputTranslationTitle:"Writing Settings",modalEnableInputTranslationDesc:"You just triggered the translation of the immersive translate input box by quickly tapping the space bar 3 times. The content of the input box will be translated into the default target language. You can undo the translation with Ctrl+Z.

If this was a mistake, don't worry, you can choose to disable it this time, or permanently disable input box translation.",saveAndNotShowAgain:"Save and don't show prompt again",disableInputTranslationTips:"* You can also set other shortcuts in {option}, {learnMore}.",learnMore:"Click here to learn more",continueEnalbeInputTranslation:"Continue to enable input translation",autoRenewTrialSuffix:'(In trial, Upgrade to paid Pro now)',upgradeFromTrialTitle:"Upgrade to Pro membership",subtitle:"Video Subtitles",youtubeService:"Video Subtitle Translation Service","subtitle.disabledSubtitle":"Disable Video Subtitle Feature Permanently ","subtitle.disabledSubtitleDescription":"If the video subtitles of immersive translate conflict with other extensions, you can choose to permanently disable the video subtitle function of immersive translation or uninstall other conflicting extensions","subtitle.autoEnableSubtitleDescription":"Once enabled, bilingual subtitles will automatically appear when the video is playing, otherwise, you need to click the translation button to display them.","subtitle.preTranslation":"Use immersive translate to translate subtitles","subtitle.preTranslationDescription":"After enabling, the specified translation service below will be used to translate the entire subtitle in advance. A 1-hour video will consume approximately 50,000 Tokens or characters. Please use it judiciously. If disabled, the machine-translated subtitles that come with the original video will be used preferentially","subtitle.humanSubtitlesPreferred":"Use manual subtitles first","subtitle.humanSubtitlesPreferredDescription":"When the video has manual subtitles in the target language, prioritize using manual subtitles (recommended)","subtitle.bilingual":"Bilingual","subtitle.autoDisableSubtitle":"Disable Auto Bilingual","subtitle.hideQuickButton":"Hide This Shortcut","subtitle.showQuickButton":"Display bilingual subtitles shortcut","subtitle.showQuickButtonDescription":"Provide a shortcut to enable bilingual subtitles in the lower right corner of the video player.",videoSubtitleTranslationDescription:"Specify a separate translation service for video subtitles.",subtitleTranslating:"Immersive Translate is using {service} to translate subtitles...",subtitleLoading:"Loading subtitles...",bilingual:"Bilingual","field.action":"Enable Baidu terminology?","description.action":"After enabling, an action=1 parameter will be added to the request to inform Baidu to enable terminology. <1>For more explanation, please refer to the [official documentation]",closeQuickTranslation:"Close Floating Button","closeQuickTranslation.untilNext":"Close this time until the next visit","closeQuickTranslation.currentWebsite":"Disable the current website","closeQuickTranslation.alwaysClose":"Permanently disable","closeQuickTranslation.settingOpen":"(Can be activated in <1>Settings Page)","closeQuickTranslation.cancel":"Cancel","closeQuickTranslation.confirm":"confirm","floatBall.popup":"Open quick settings panel","floatBall.translate":"Click to translate this page","floatBall.showOriginal":"Click to switch back to the original text","floatBall.close":"Close Floating Button","floatBallOptions.enableDescPc":"When you enable the floating button, a translation button appears on the right. Click it to translate","floatBallOptions.enableDesc":"After you turn off the floating button, you can bring it back with {touch}. To avoid losing the floating button by accidentally turning it off, it is highly recommended you bookmark this settings page.","description.azureApiUrl":"Enter the custom API interface address","floatBall.guideClickToTranslate":`Click the floating ball to translate quickly`,"floatBall.iKnow":"Got it",confirmSupportMouse:"Force Enable Mouse Support",confirmSupportMouseDescription:"The current browser does not support mouse functions, do you want to forcibly enable mouse support?",sampleTargetText:"Night is coming, I will start watching from now on until death. I will not marry, not seal the land, not have children. I will not wear a crown, not fight for glory. I will be loyal to my duty, life and death.",sampleSourceText:"\u957F\u591C\u5C06\u81F3\uFF0C\u6211\u4ECE\u4ECA\u5F00\u59CB\u5B88\u671B\uFF0C\u81F3\u6B7B\u65B9\u4F11\u3002\u6211\u5C06\u4E0D\u5A36\u59BB\u3001\u4E0D\u5C01\u5730\u3001\u4E0D\u751F\u5B50\u3002\u6211\u5C06\u4E0D\u6234\u5B9D\u51A0\uFF0C\u4E0D\u4E89\u8363\u5BA0\u3002\u6211\u5C06\u5C3D\u5FE0\u804C\u5B88\uFF0C\u751F\u6B7B\u4E8E\u65AF\u3002","subtitle.supportedSites":"Bilingual subtitles are now supported on these websites (Note: Due to technical limitations, some websites need to be refreshed after the subtitles are turned on for the first time, or wait for the translation to complete to display bilingual subtitles)",viewWithImmersiveTranslate:"Bilingual version (Immersive Translate)",errorReason:"Error reason: {message}","proQuotaExceededError.onetime7day":'You can resolve this issue by choosing one of the following options:

1. Switch to {anotherService} or another translation service
2. Upgrade to Monthly/Annual membership',"proQuotaExceededError.trial":'You can resolve this issue by choosing one of the following options:

1. Switch to {anotherService} or another translation service
2. Upgrade to paid Pro now',"proQuotaExceededError.nonTrial":'You can resolve this issue by choosing one of the following options:

1. Switch to {anotherService} or another translation service
2. Purchase Data Package for {translationService}',"proQuotaExceededError.resetTime":"
3. Quota reset time: {resetTime}",paragraphMinTextCountField:"Minimum character count for paragraph translation",paragraphMinTextCountDesc:"Note, this refers to the character length, for example: 'hello' is 5 characters, setting a higher value can reduce unnecessary translations of small paragraphs",networkError:"Translation service or network problem",notLogin:"Not Logged In","browser.toggleMouseHoverTranslateDirectly":"Temporarily enable or disable direct translation by mouse hover on the page","browser.translateWithOpenAI":"Temporarily translate the current page with OpenAI","browser.translateWithDeepL":"Temporarily translate the current page with DeepL","browser.translateWithGoogle":"Temporarily translate the current page with Google","browser.translateWithBing":"Temporarily translate the current page with Microsoft Translator","browser.translateWithGemini":"Temporarily translate the current page with Gemini","browser.translateWithTransmart":"Temporarily translate the current page with Tencent Translator","browser.translateInputBox":"Translate the content of the current input box",shortcutSettings:"Shortcuts",shortcutSettingsTitle:"Shortcut Settings",confirmResetToDefaultSettings:"Confirm to reset this translation service to default settings? (Only resets settings for the current translation service)","intro.hoverTitle":"Mouse Hover Translation of the Current Paragraph","intro.hoverDescription":"Mouse hover translation is an important and easy-to-use feature in immersive translation. Simply hover the mouse over a paragraph and press the set shortcut to automatically translate it (not enabled by default, please set below). This interaction is a better alternative to word-selection translation, as it's more intuitive and convenient. Additionally, this function is widely used in areas we can't recognize, allowing you to force-translate any paragraph.","intro.floatBallTitle":"Quick Translation Floating Button","intro.floatBallDescription":"Once enabled, a quick translation button appears on the right side of the page. Click to translate, and click again to switch back to the original text. On mobile, long-press the floating button to open the quick settings panel.","intro.subtitleTitle":"Bilingual Subtitles for Online Videos","intro.subtitleDescription":"When enabled, bilingual subtitles will automatically appear when a video starts playing. Otherwise, manually click the translate button on the page to display them. (Due to technical limitations, some sites may require a page refresh or wait for the translation to complete to display bilingual subtitles.)

Currently supported on these sites:","desc.toggleMouseHoverTranslateDirectly":"Press this shortcut to automatically translate any text under the mouse pointer on the page. Press again to turn off this auto-translation feature.","shortcutGroup.main":"Common Function Shortcuts","shortcutGroup.others":"More Custom Function Shortcuts","shortcutGroup.shortcutsForTranslationServices":"Shortcuts for Translation Services",browserShortcutsSucks:"Due to browsers' inaccurate recognition of shortcuts in input boxes, please manually enter the name of the shortcut. After entering, click on a blank space to auto-save. (In macOS, Alt and Option are the same key, so it's recommended to enter Alt). For example:","shortcutGroup.touch":"Touch Screen Specific Gestures","shortcutGroup.mouse":"Mouse Hover Shortcut Configuration",fingerCountToToggleTranslagePageWhenTouching:"Multiple fingers touching the screen to translate the page/show original text","desc.fingerCountToToggleTranslagePageWhenTouching":"Once set, you can touch the screen with X number of fingers on a mobile device to translate the page/show original text",fingerCountToToggleTranslationMaskWhenTouching:"Multiple fingers touching the screen to display translation mask/show original text","desc.fingerCountToToggleTranslationMaskWhenTouching":"Translation mask refers to the blur effect on the translated text (learning mode). When enabled, it temporarily applies a blur effect to the translation, facilitating learning",fingerCountToToggleTranslagePageOnlyTranslationWhenTouching:"Touch the screen with multiple fingers to translate in translation-only mode/show original text","desc.fingerCountToToggleTranslagePageOnlyTranslationWhenTouching":"Translation-only mode refers to displaying only the translated text, as opposed to the default bilingual mode","neverTranslateText.title":"Keep the following words untranslated","neverTranslateText.description":"Due to some translation engines' poor recognition of proper nouns, you can add words here to ensure they remain untranslated during the process. Please note, this feature is case-sensitive and only supports space-separated word languages (like English, French), not suitable for languages like Japanese, Korean, etc.","tagsInput.add":"+ Add","desc.mouseHoverHoldKey":"While hovering the mouse over a paragraph, press the shortcut key on the right to directly translate it",mouseHoverCustomKeyTitle:"Customize Mouse Hover Shortcut Key",mouseHoverCustomKeyDescription:"You can customize a combination shortcut key for mouse hover, like: Alt+Z, Ctrl+E, Cmd+Alt+E or just Cmd. Please enter manually",mouseHoverShortcutPlaceholder:"Please enter manually",browserShortcutsNoteForFirefox:"For Firefox, modify shortcuts by opening the extensions management page `about:addons`, then click 'Settings' -> 'Manage Shortcuts'",browserShortcutsNoteForChrome:"Note: To modify shortcuts in Chrome-based browsers, visit [Extensions Management Page] -> [Manage Shortcuts]","desc.toggleTranslateTheMainPage":"Translate only the main area of the page. If you have enabled translating all areas in advanced settings, use this shortcut to specifically translate the main area","desc.toggleTranslateTheWholePage":"Translate the entire page area. By default, we translate the main area of the page, use this shortcut to specifically translate the entire area","browser.toggleOnlyTransation":"Switch to bilingual/translation-only mode","desc.toggleOnlyTransation":'"Only translation mode" refers to only displaying the translation. If the webpage has not been translated yet, it will switch modes and translate.',"browser.toggleTranslationMask":"Toggle blur effect on translated text (learning mode) for the current page","desc.interfaceLanguage":"The interface language setting affects the language of the control panel display and is unrelated to the target language of the translation",mouseHoverHoldKey:"Mouse Hover Translation Trigger Key",clickToSeeQuickDemo:"30-second Quick Tutorial Video",shortcutDisableTooltip:"Please set in the browser's extension shortcut key management page, for more guidance, see the instructions at the top of this page","subtitle.autoEnableSubtitle":"Enable Bilingual","floatBall.longPress":"Long press to quickly open the settings panel",notLoginPro:"You have not logged in to your member account",upgradeToProErrorTitle:"Please upgrade to Pro member before using this translation service",translationOnlyMode:"Translation Only Mode",translationOnlyModeDescription:"Translation only mode refers to displaying only the translation, instead of the default bilingual mode. Note: Due to technical limitations, hyperlinks in the original text will be ineffective in translation only mode","description.baiduField":"See supported fields <1>here; if empty, it means no specific field is designated",temprarilyChangeTranslationTo_openai:"Currently using OpenAI to translate this page",temprarilyChangeTranslationTo_google:"Currently using Google to translate this page",temprarilyChangeTranslationTo_bing:"Currently using Microsoft Translate to translate this page",temprarilyChangeTranslationTo_gemini:"Currently using Gemini to translate this page",temprarilyChangeTranslationTo_transmart:"Currently using Tencent Translate to translate this page",temprarilyChangeTranslationTo_deepl:"Currently using DeepL to translate this page","widget.videoSubtitle":"Subtitle","widget.instruction":"Usage",buildSnapshots:"Snapshot","widget.translateFileTooltip":"Translate PDF, EPUB, SRT, ASS, HTML, and TXT documents","widget.videoSubtitleTooltip":"Youtube and {count}+ video websites","widget.instructionTooltip":"View instructions for use",alwaysTranslateSomeLanguage:"Always translate {language} pages",alwaysTranslateThisSite:"Always translate this site",neverTranslateThisSite:"Never translate this site",loggedIn:"Logged in","widget.translateFile":"PDF/ePub",touchShortcutsToggleTranslatePage:"Set touch gestures to translate web pages/show original text","desc.touchShortcutsToggleTranslatePage":"Once set, on mobile devices, you can touch the screen with X fingers, swipe left and right or tap continuously to trigger translation of web pages/show original text",touchShortcutsToggleTranslationMask:"Set touch gestures to display translation mask/show original text","desc.touchShortcutsToggleTranslationMask":"Translation mask refers to the blur effect in the translation style (learning mode). When activated, it temporarily applies a blur effect to the translated text, facilitating learning",touchShortcutsToggleTranslatePageOnlyTranslation:"Set touch screen gesture to switch between bilingual/translation-only mode.","desc.touchShortcutsToggleTranslatePageOnlyTranslation":'"Only translation" means that only the translated text will be displayed. If the webpage has not been translated yet, the mode will be switched and it will be translated.',touchShortcutsToggleTranslateTouchElement:"Set touch gestures to translate a specified paragraph","desc.touchShortcutsToggleTranslateTouchElement":"Customize a gesture to translate any paragraph you're on",touchShortcutsOff:"Off","fingers.2":"Two-finger touch","fingers.3":"Three-finger touch","fingers.4":"Four-finger touch","fingers.5":"Five-finger touch","font.none":"Unset","multipleClick.2":"Double click","multipleClick.3":"Triple click","multipleClick.4":"Quadruple click","slide.left":"Slide right","slide.right":"Slide left","browser.toggleVideoSubtitlePreTranslation":"Switch Video Subtitles with Immersive Translation Feature",contact:"Contact","contact.description":"If you have any questions or suggestions, please contact us via filling out the form below or sending an email to {email}","desc.toggleVideoSubtitlePreTranslation":"After pressing, video bilingual subtitles will prioritize immersive translation settings. Pressing again will prioritize the auto-translated subtitles originally provided with the video. Note: This shortcut modifies the global settings",videoSubtitlePreTranslationOn:"Video subtitles will prioritize immersive translation",videoSubtitlePreTranslationOff:"Video subtitles will prioritize the auto-translated subtitles originally provided with the video",translationFont:"Set Font","translationFont.custom":"Enter Custom Font","translationFont.customPlaceholder":"Font","translationFont.notSupportErrorMessage":"Please check if the font name you entered is correct, or confirm that the font is installed on your device.","touch.mouse-translate":"Translate Paragraph","error.serveConfigError":"Service configuration error","error.reloadPageOfSetting":"After configuring, please refresh the page to translate again.","error.googleLimitIp":"Service returned an error, Google services have limited the flow for this IP address, it is recommended to change the network node.","error.openAIFreeLimit":"Service returned an error, the current translation request frequency has reached the maximum of 3 times per minute, please try again later. (This is the limit imposed by OpenAI official on free API Keys, to remove this limit, please bind a credit card in the OpenAI backend.)","error.openAIExceededQuota":"Service returned an error: your current OpenAI account balance is insufficient, please recharge or bind a credit card in the OpenAI official backend.","error.429":"Service returned an error, indicating too frequent requests or exceeding the quota limit, please try again later.","error.403":"Service returned an error, temporarily no permission to access the service.","error.400":"Service returned an error, request parameter error, please check the corresponding configuration.","error.502":"Service returned an error, service timeout, please try again later.","error.proTokenInvalid":"If you are a Pro user, please log in before using the Pro translation service","error.proUpgrade":"After upgrading, please refresh the page to translate again.","error.configError":"Configuration data anomaly","error.goReset":"Go to Reset",batchEdit:"Batch Edit","translationServices.inherit":"Inherit","translationModeLang.translation.title":"Language for Translation-Only Mode","translationModeLang.translation.description":"Translation-only mode will be automatically used when the page language is one of the following","translationModeUrl.translation.title":"URLs for Translation-Only Mode","translationModeUrl.translation.description":"Translation-only mode will be automatically used for websites with the following domains",download_started:"The download has begun, if it does not start automatically, please click manually.",here:"Here","error.serveUnavailable":"The [{serverName}] service you are currently using is temporarily unavailable due to network connection or service provider issues. It is suggested that you try refreshing the page or switch to another translation service through <1>Settings. If you are a <2>Pro member, you can choose to use the more stable DeepL or OpenAI translation services (<3>click here for a free trial). Additionally, you may need to check your network or proxy settings.",detectServiceLoading:"Detecting available translation services...",toggleToService:"Change to {service}","error.gemini.429":"The current Gemini service has reached its capacity limit. Please try again later, or switch to another translation service.",enableSentryReport:"When an extension encounters an error, submit feedback using Sentry","error.subscriptionExpired":"Your membership may have expired, please check your membership status.","error.subscriptionExpiredTitle":"Membership has expired.","languages.auto":"Auto Detect",geminiWarning:"Note: The free service provided by Google for Gemini is strictly limited and may be judged by Google as users using multiple Keys to evade their free quota restrictions. It is not recommended to use it. It is suggested to wait for Google to open the paid interface of Gemini in the future before using it.","floatBall.setting":"Settings","floatBall.translateToLanguage":"Click to translate into {language}","floatBall.file":"Translate PDF, EPUB, SRT, ASS, HTML, TXT files.",changeToOnlyTempTranslationMode:"Show Translation only",changeToDualTempTranslationMode:"Show Bilingual Translation","transitionMode.translation":"Only the translation","options.navbar.installApp":"Install mobile APP","options.navbar.translateFile":"Translate Document","subtitle.transitionMode":"Bilingual Video Subtitles/Translation Only Settings","transitionMode.dual":"Bilingual Comparison","transitionMode.inherit":"Maintain consistency with the system's default translation display mode.","subtitle.transitionModeDescription":"Set the video subtitles to bilingual comparison or translation-only mode.",translateFileTooltip:`Translate PDF, ePub, srt, @@ -5096,7 +5096,7 @@ ass, HTML, TXT files.`,"description.multiplePrompt":`When the number of paragrap {env.imt_sub_trans_field}: Translation - id: 2 {env.imt_sub_source_field}: Source - {env.imt_sub_trans_field}: Translation`,"subtitle.quickButton.black":"Black","subtitle.quickButton.cyan":"Blue","translationServices.claude":"Claude","subtitle.quickButton.backgroundColor":"Background color","subtitle.quickButton.green":"Green","subtitle.quickButton.blue":"Blue","subtitle.quickButton.white":"White","subtitle.quickButton.setting":"Settings","subtitle.quickButton.translationPosition":"Translation location","subtitle.quickButton.backgroundOpacity":"Background Opacity","subtitle.quickButton.sourceFontSize":"Original font size","subtitle.quickButton.sourceTextColor":"Original font color","subtitle.quickButton.yellow":"Yellow","subtitle.quickButton.translationFontSize":"Translation font size","subtitle.quickButton.translationPositionBottom":"Below the original text","subtitle.quickButton.red":"Red","subtitle.quickButton.translationPositionTop":"Above the original text","subtitle.quickButton.translationTextColor":"Translation font color","subtitle.quickButton.magenta":"Magenta",attachSubtitleTranslating:"Translating using {service}...","error.claude.403":"Access to the service is temporarily unavailable, possibly due to regional restrictions related to Claude. You can try changing your IP address, or use other translation services.","browser.brandDescriptionForSafari":"Free Translate Website, Translate PDF & Epub eBook, Translate Video Subtitles in Bilingual","browser.PdfProFile":"AI-Driven PDF Pro Translation","browser.textTranslate":"Text Translation"};var F4={nologin:"\u30ED\u30B0\u30A4\u30F3\u3057\u3066\u3044\u306A\u3044",loginForSafari:"\u30ED\u30B0\u30A4\u30F3\u307E\u305F\u306F\u767B\u9332",login:"\u30ED\u30B0\u30A4\u30F3\u3057\u3066\u4F1A\u54E1\u767B\u9332",manageAccount:"\u30DE\u30CD\u30FC\u30B8\u30C9\u30FB\u30A2\u30AB\u30A6\u30F3\u30C8",openPremium:"\u30AA\u30FC\u30D7\u30F3\u30FB\u30E1\u30F3\u30D0\u30FC",logout:"\u30A2\u30DC\u30FC\u30C8",curentPlan:"\u73FE\u5728\u306E\u30D1\u30C3\u30B1\u30FC\u30B8",endAt:"\u7D76\u606F",endAuto:"\u81EA\u52D5\u66F4\u65B0",lineBreakMaxTextCount:"\u6539\u884C\u5F8C\u306E1\u6587\u306B\u8A31\u3055\u308C\u308B\u6700\u5927\u6587\u5B57\u6570","translate-pdf":"\u30AF\u30EA\u30C3\u30AF\u3057\u3066PDF\u3092\u7FFB\u8A33\u3059\u308B","noSupportTranslate-pdf":"\u30B9\u30AF\u30EA\u30D7\u30C8\u306F\u30B5\u30DD\u30FC\u30C8\u3055\u308C\u3066\u3044\u307E\u305B\u3093\u3002","translate-firefox-local-pdf":"\u30AF\u30EA\u30C3\u30AF\u3057\u3066PDF\u3092\u30A4\u30F3\u30DD\u30FC\u30C8\u3059\u308B",enableLineBreak:"\u9577\u3044\u6BB5\u843D\u306E\u81EA\u52D5\u6539\u884C\u3092\u6709\u52B9\u306B\u3059\u308B",sponsorLabel:"\u30B9\u30DD\u30F3\u30B5\u30FC\u4ED8\u304D\u958B\u767A\u8005",help:"\u624B",browserShortcutsNoteForFirefox:"Firefox\u3067\u30B7\u30E7\u30FC\u30C8\u30AB\u30C3\u30C8\u3092\u5909\u66F4\u3059\u308B\u306B\u306F\u3001\u62E1\u5F35\u6A5F\u80FD\u306E\u7BA1\u7406\u30DA\u30FC\u30B8`about:addons`\u3092\u958B\u304D\u3001`Settings`\u3092\u30AF\u30EA\u30C3\u30AF\u3057\u3001`Manage Shortcuts`\u3092\u30AF\u30EA\u30C3\u30AF\u3057\u3066\u30B7\u30E7\u30FC\u30C8\u30AB\u30C3\u30C8\u3092\u8A2D\u5B9A\u3059\u308B\u5FC5\u8981\u304C\u3042\u308B\u3002",browserShortcutsNoteForChrome:"Chrome\u3067\u30B7\u30E7\u30FC\u30C8\u30AB\u30C3\u30C8\u3092\u5909\u66F4\u3059\u308B\u306B\u306F\u3001\u62E1\u5F35\u6A5F\u80FD\u306E\u7BA1\u7406\u30DA\u30FC\u30B8\u3092\u958B\u304D\u3001`\u30B7\u30E7\u30FC\u30C8\u30AB\u30C3\u30C8\u306E\u7BA1\u7406`\u30D1\u30CD\u30EB\uFF08`chrome://extensions/shortcuts`\uFF09\u3067\u30B7\u30E7\u30FC\u30C8\u30AB\u30C3\u30C8\u3092\u8A2D\u5B9A\u3057\u3001\u4E0B\u306E\u30DC\u30BF\u30F3\u3092\u30AF\u30EA\u30C3\u30AF\u3057\u3066\u30B7\u30E7\u30FC\u30C8\u30AB\u30C3\u30C8\u306E\u7BA1\u7406\u30DA\u30FC\u30B8\u306B\u30B8\u30E3\u30F3\u30D7\u3059\u308B\u5FC5\u8981\u304C\u3042\u308A\u307E\u3059\u3002",browserShortcutsSucks:"\u30AB\u30B9\u30BF\u30DE\u30A4\u30BA\u3055\u308C\u305F\u30B7\u30E7\u30FC\u30C8\u30AB\u30C3\u30C8\u306E\u66F8\u5F0F\u306F\u6B21\u306E\u3068\u304A\u308A\u3067\u3059\uFF08\u81EA\u52D5\u8A8D\u8B58\u306F\u884C\u308F\u308C\u307E\u305B\u3093\u306E\u3067\u3001\u76F4\u63A5\u5165\u529B\u3057\u3066\u304F\u3060\u3055\u3044\uFF09\uFF1A",enableLineBreakDescription:"\u30AA\u30F3\u306B\u3059\u308B\u3068\u3001\u9577\u3044\u6BB5\u843D\u306E\u6587\u672B\u306B\u6539\u884C\u304C\u5165\u308A\u3001\u8AAD\u307F\u3084\u3059\u304F\u306A\u308A\u307E\u3059\u3002","browser.shortBrandName":"\u30A4\u30DE\u30FC\u30B8\u30E7\u30F3\u7FFB\u8A33","browser.brandName":"\u30A4\u30DE\u30FC\u30B8\u30E7\u30F3\u7FFB\u8A33: \u4E8C\u30F6\u56FD\u8A9E\u30A6\u30A7\u30D6\u30DA\u30FC\u30B8\u7FFB\u8A33 & PDF\u6587\u66F8\u7FFB\u8A33","browser.brandDescription":"Deepl\u3001Google\u3001YouDao\u3001Tencent Translate\u306A\u3069\u3001\u8907\u6570\u306E\u7FFB\u8A33\u30B5\u30FC\u30D3\u30B9\u3092\u30B5\u30DD\u30FC\u30C8\u3057\u3066\u3044\u307E\u3059\u3002","browser.toggleTranslatePage":"\u30DA\u30FC\u30B8\u3092\u7FFB\u8A33\u3059\u308B\uFF0F\u539F\u6587\u3092\u8868\u793A\u3059\u308B","browser.toggleTranslateTheWholePage":"\u30DA\u30FC\u30B8\u306E\u5168\u9818\u57DF\u3092\u7FFB\u8A33\u3059\u308B\uFF0F\u539F\u6587\u3092\u8868\u793A\u3059\u308B","browser.toggleOnlyTransation":"\u30D0\u30A4\u30EA\u30F3\u30AC\u30EB/\u7FFB\u8A33\u30C6\u30AD\u30B9\u30C8\u306E\u307F\u30E2\u30FC\u30C9\u306B\u5207\u308A\u66FF\u3048\u3066\u304F\u3060\u3055\u3044","browser.toggleTranslateToThePageEndImmediately":"\u30DA\u30FC\u30B8\u4E0B\u90E8\u3078\u306E\u5373\u6642\u7FFB\u8A33\uFF0F\u539F\u6587\u306E\u8868\u793A","browser.toggleTranslateTheMainPage":"\u30DA\u30FC\u30B8\u306E\u30E1\u30A4\u30F3\u30A8\u30EA\u30A2\u3092\u7FFB\u8A33\u3059\u308B\uFF0F\u539F\u6587\u3092\u8868\u793A\u3059\u308B","browser.shareToDraft":"\u30D0\u30A4\u30EA\u30F3\u30AC\u30EB\u30DA\u30FC\u30B8\u3092\u5171\u6709\u3059\u308B","browser.openOptionsPage":"\u8A2D\u5B9A\u30DA\u30FC\u30B8\u3092\u958B\u304F","browser.toggleTranslationMask":"\u4E26\u9032\u30D6\u30E9\u30FC\u52B9\u679C\u306E\u8868\u793A\uFF0F\u975E\u8868\u793A","browser.translateLocalPdfFile":"\u30ED\u30FC\u30AB\u30EB\u306EPDF\u30D5\u30A1\u30A4\u30EB\u3092\u7FFB\u8A33\u3059\u308B","browser.openEbookViewer":"\u5730\u5143\u306E\u96FB\u5B50\u66F8\u7C4D\u3092\u8AAD\u3080","browser.openEbookBuilder":"\u30D0\u30A4\u30EA\u30F3\u30AC\u30EBEPUB\u96FB\u5B50\u66F8\u7C4D\u306E\u5236\u4F5C","browser.translateLocalHtmlFile":"HTML/\u30C6\u30AD\u30B9\u30C8\u30D5\u30A1\u30A4\u30EB\u3092\u7FFB\u8A33\u3059\u308B","browser.donateContext":"\u30B9\u30DD\u30F3\u30B5\u30FC\u7279\u5178\u306B\u3064\u3044\u3066","browser.translateLocalSubtitleFile":"\u30ED\u30FC\u30AB\u30EB\u5B57\u5E55\u30D5\u30A1\u30A4\u30EB\u3092\u7FFB\u8A33\u3059\u308B",confirmResetConfig:"\u672C\u5F53\u306B\u8A2D\u5B9A\u3092\u30EA\u30BB\u30C3\u30C8\u3057\u307E\u3059\u304B\uFF1F",translationLineBreakSettingTitle:"\u7FFB\u8A33\u306E\u6539\u884C\u8A2D\u5B9A",smartLineBreak:"\u30B9\u30DE\u30FC\u30C8\u30E9\u30A4\u30F3\u30D5\u30A3\u30FC\u30C9",alwaysLineBreak:"\u5E38\u306B\u6539\u884C",isShowContextMenu:"\u53F3\u30AF\u30EA\u30C3\u30AF\u30E1\u30CB\u30E5\u30FC\u306B\u7FFB\u8A33\u30DA\u30FC\u30B8\u3092\u8FFD\u52A0",toggleBeta:"\u30D9\u30FC\u30BF\u30C6\u30B9\u30C8\u6A5F\u80FD\u306E\u6709\u52B9\u5316",betaDescription:"\u307E\u3060\u5B9F\u9A13\u6BB5\u968E\u3067\u3042\u308B\u6A5F\u80FD\u3084\u3001\u30D9\u30FC\u30BF\u7248\u306E\u7FFB\u8A33\u30B5\u30FC\u30D3\u30B9\u3092\u6709\u52B9\u306B\u3059\u308B\u3002\u8A73\u3057\u304F\u306F <1>Telegram\u30B0\u30EB\u30FC\u30D7\u306B\u3054\u53C2\u52A0\u304F\u3060\u3055\u3044\u3002",translationLineBreakSettingDescription:"\u30B3\u30F3\u30C6\u30F3\u30C4\u304C\u5C11\u306A\u3044\u30DA\u30FC\u30B8\u3067\u306F\u3001\u5E38\u306B\u304D\u3061\u3093\u3068\u6539\u884C\u3059\u308B\u3002(\u5185\u5BB9\u306E\u591A\u3044\u9577\u3044\u6BB5\u843D({count}\u6587\u5B57\u4EE5\u4E0A)\u3067\u306F\u3001\u30B9\u30DA\u30FC\u30B9\u3092\u7BC0\u7D04\u3059\u308B\u305F\u3081\u306B\u6539\u884C\u3092\u30B9\u30DE\u30FC\u30C8\u306B\u4F7F\u3044\u307E\u3057\u3087\u3046)\u3002",tempTranslateDomainTitle:"\u30A6\u30A7\u30D6\u30B5\u30A4\u30C8\u7FFB\u8A33\u306E\u4E00\u6642\u7684\u306A\u5207\u308A\u66FF\u3048\u671F\u9593",tempTranslateDomainDescription:"\u624B\u52D5\u3067\u30A6\u30A7\u30D6\u30DA\u30FC\u30B8\u3092\u7FFB\u8A33\u3059\u308B\u5834\u5408\u306F\u3001\u4E00\u6642\u7684\u306B\u81EA\u52D5\u7FFB\u8A33\u7528\u306EWeb\u30B5\u30A4\u30C8\u3092\u30AA\u30F3\u306B\u3057\u3001\u4E00\u6642\u7684\u306A\u671F\u9593\u3092\u8A2D\u5B9A\u3059\u308B\u3053\u3068\u304C\u3067\u304D\u307E\u3059\u3002",xMinutes:"{count} \u8B70\u4E8B\u9332",disabled:"\u7269\u306E\u4F7F\u7528\u3092\u7981\u6B62\u3059\u308B\u3002",changelog:"\u66F4\u65B0\u30ED\u30B0",toggleTranslatePageWhenThreeFingersOnTheScreen:"\u8907\u6570\u306E\u6307\u304C\u540C\u6642\u306B\u753B\u9762\u306B\u89E6\u308C\u308B\u3068\u3001\u30A6\u30A7\u30D6\u30DA\u30FC\u30B8\u3092\u7FFB\u8A33\u3057\u305F\u308A\u3001\u539F\u6587\u3092\u8868\u793A\u3057\u305F\u308A\u3059\u308B\u3002",toggleTranslationMaskWhenThreeFingersOnTheScreen:"\u30DE\u30EB\u30C1\u30D5\u30A3\u30F3\u30AC\u30FC\u30BF\u30C3\u30C1\u3067\u307C\u304B\u3057\u52B9\u679C\u3092\u8868\u793A/\u975E\u8868\u793A\u3002",fingerCountToToggleTranslagePageOnlyTranslationWhenTouching:"\u8907\u6570\u306E\u6307\u304C\u540C\u6642\u306B\u753B\u9762\u306B\u89E6\u308C\u308B\u3053\u3068\u3067\u3001\u30A6\u30A7\u30D6\u30DA\u30FC\u30B8\u3092\u7FFB\u8A33\uFF08\u7FFB\u8A33\u306E\u307F\uFF09\uFF0F\u539F\u6587\u3092\u8868\u793A\u3002",addUrlDescription:"\u30C9\u30E1\u30A4\u30F3\u540D\u3092\u6307\u5B9A\u3067\u304D\u3001\u30EF\u30A4\u30EB\u30C9\u30AB\u30FC\u30C9\u3082\u30B5\u30DD\u30FC\u30C8\u3002\u4F8B\uFF1A\uFF1A*.google.com\u3001google.com/mail/*\u3001https://www.google.com/*\u3002",general:"\u57FA\u672C\u8A2D\u5B9A",clickToExpandConfig:"\u73FE\u5728\u306E\u30B3\u30F3\u30D5\u30A3\u30AE\u30E5\u30EC\u30FC\u30B7\u30E7\u30F3\u3092\u62E1\u5927\u3059\u308B",import:"\u30D5\u30A1\u30A4\u30EB\u304B\u3089\u306E\u30A4\u30F3\u30DD\u30FC\u30C8",export:"\u30D5\u30A1\u30A4\u30EB\u3078\u306E\u30A8\u30AF\u30B9\u30DD\u30FC\u30C8",toggleDebug:"\u30B3\u30F3\u30BD\u30FC\u30EB\u306B\u30C7\u30D0\u30C3\u30B0\u30ED\u30B0\u3092\u8868\u793A\u3059\u308B","fingers.0":"\u51DD\u56FA","fingers.2":"\u30C4\u30FC\u30D5\u30A3\u30F3\u30AC\u30FC\u30BF\u30C3\u30C1","fingers.3":"\u30B9\u30EA\u30FC\u30D5\u30A3\u30F3\u30AC\u30FC\u30BF\u30C3\u30C1","fingers.4":"\u30D5\u30A9\u30FC\u30D5\u30A3\u30F3\u30AC\u30FC\u30BF\u30C3\u30C1","fingers.5":"5\u672C\u6307\u30BF\u30C3\u30C1",mouseHoldKey:"+ {key} \u7FFB\u8A33/\u6BB5\u843D\u3092\u5143\u306B\u623B\u3059",mouseHoldKeyAuto:"\u30D1\u30E9\u30B0\u30E9\u30D5\u306E\u76F4\u8A33",mouseHoldKeyOff:"\u4F55\u3082\u3059\u308B\u306A\u3002",mouseHoldKeyOther:"\u30B7\u30E7\u30FC\u30C8\u30AB\u30C3\u30C8\u306E\u30AB\u30B9\u30BF\u30DE\u30A4\u30BA\uFF08\u8A2D\u5B9A\u3092\u958B\u304F\uFF09",mouseHoldKeyCustomKey:"{key} \u30D1\u30E9\u30B0\u30E9\u30D5\u306E\u7FFB\u8A33\uFF0F\u7E2E\u5C0F",mouseHoverHoldKey:"\u30B7\u30E7\u30FC\u30C8\u30AB\u30C3\u30C8\u30AD\u30FC\u3092\u62BC\u3057\u306A\u304C\u3089\u30DE\u30A6\u30B9\u3092\u52D5\u304B\u3059\u3068\u6BB5\u843D\u304C\u7FFB\u8A33\u3055\u308C\u308B","mouse-translate":"\u30DE\u30A6\u30B9\u30DB\u30D0\u30FC",document:"(\u3055\u3093\u3077",resetSuccess:"\u3059\u3079\u3066\u306E\u8A2D\u5B9A\u306E\u30EA\u30BB\u30C3\u30C8\u306B\u6210\u529F",resetThisSuccess:"\u30EA\u30BB\u30C3\u30C8\u6210\u529F",saved:"\u30BB\u30FC\u30D6\u30FB\u30B5\u30AF\u30BB\u30B9",successImportConfig:"\u8A2D\u5B9A\u306E\u30A4\u30F3\u30DD\u30FC\u30C8\u306B\u6210\u529F",goAdvancedSettings:"\u8A73\u7D30\u8A2D\u5B9A\u30DA\u30FC\u30B8\u306B\u79FB\u52D5\u3059\u308B",goAdvancedInterfaceSettings:"\u8A73\u7D30\u30AB\u30B9\u30BF\u30DE\u30A4\u30BA\u8A2D\u5B9A\u30DA\u30FC\u30B8\u306B\u79FB\u52D5\u3059\u308B",advanced:"\u8A73\u7D30\u8A2D\u5B9A",advancedDescription:"\u901A\u5E38\u3001\u8A2D\u5B9A\u306F\u5FC5\u8981\u306A\u304F\u3001\u30C7\u30D5\u30A9\u30EB\u30C8\u306E\u307E\u307E\u3067\u3088\u3044\u3002\u3088\u308A\u5C02\u9580\u7684\u306A\u30E6\u30FC\u30B6\u30FC\u306E\u307F\u3001\u3088\u308A\u30D1\u30FC\u30BD\u30CA\u30E9\u30A4\u30BA\u3055\u308C\u305F\u8A2D\u5B9A\u304C\u53EF\u80FD\u3067\u3059\u3002",developer:"\u30C7\u30D9\u30ED\u30C3\u30D1\u30FC\u8A2D\u5B9A",donateCafe:"\u7269\u4FA1","translate to the bottom of the page":"\u30DA\u30FC\u30B8\u4E0B\u90E8\u3078\u306E\u7FFB\u8A33\u306F\u3001\u30DA\u30FC\u30B8\u306B\u5165\u3063\u3066\u3059\u3050\u306B\u884C\u308F\u308C\u308B\u306E\u3067\u3059\u304B\uFF1F",feedback:"\u554F\u984C\u306B\u95A2\u3059\u308B\u30D5\u30A3\u30FC\u30C9\u30D0\u30C3\u30AF",toggleTranslatePage:"\u30DA\u30FC\u30B8\u3092\u7FFB\u8A33\u3059\u308B\uFF0F\u539F\u6587\u3092\u8868\u793A\u3059\u308B",translateToThePageEndImmediatelyDescription:"\u3053\u306E\u6A5F\u80FD\u3092\u30AA\u30F3\u306B\u3059\u308B\u3068\u3001\u30DA\u30FC\u30B8\u306E\u4E0A\u304B\u3089\u4E0B\u306B\u5165\u529B\u3057\u305F\u5185\u5BB9\u304C\u5373\u5EA7\u306B\u7FFB\u8A33\u3055\u308C\u307E\u3059\u3002\u30AA\u30D5\u306B\u3059\u308B\u3068\u3001\u8AAD\u307F\u306A\u304C\u3089\u7FFB\u8A33\u3055\u308C\u307E\u3059\u3002(\u304A\u52E7\u3081\u3057\u307E\u305B\u3093\uFF09","translate all areas of the page":"\u30DA\u30FC\u30B8\u306E\u5168\u9818\u57DF\u3092\u7FFB\u8A33\u3059\u308B\u304B\u3069\u3046\u304B",translationAreaDescription:"\u30AA\u30F3\u306B\u3059\u308B\u3068\u3001\u30A6\u30A7\u30D6\u30DA\u30FC\u30B8\u5168\u4F53\u306E\u3059\u3079\u3066\u306E\u9818\u57DF\u304C\u7FFB\u8A33\u3055\u308C\u307E\u3059\u3002\u30AA\u30D5\u306B\u3059\u308B\u3068\u3001\u30C7\u30D5\u30A9\u30EB\u30C8\u306E\u30B9\u30DE\u30FC\u30C8\u8A8D\u8B58\u304C\u4F7F\u7528\u3055\u308C\u3001\u4E3B\u8981\u306A\u9818\u57DF\u306E\u307F\u304C\u7FFB\u8A33\u3055\u308C\u307E\u3059\u3002(\u30AA\u30F3\u306B\u3059\u308B\u3053\u3068\u306F\u304A\u52E7\u3081\u3057\u307E\u305B\u3093)","the number of characters to be translated first":"\u8868\u793A\u9818\u57DF\u307E\u3067\u30B9\u30AF\u30ED\u30FC\u30EB\u3059\u308B\u3053\u3068\u306A\u304F\u3001\u30DA\u30FC\u30B8\u306E\u6700\u521D\u306E\u6570\u6587\u5B57\u3092\u76F4\u63A5\u7FFB\u8A33\u3059\u308B\u3002","interface language":"\u30A4\u30F3\u30BF\u30FC\u30D5\u30A7\u30FC\u30B9\u8A00\u8A9E","display both the original text and the translation":"\u539F\u6587\u3068\u8A33\u6587\u306E\u540C\u6642\u8868\u793A","keyboard shortcuts":"\u30AD\u30FC\u30DC\u30FC\u30C9\u30B7\u30E7\u30FC\u30C8\u30AB\u30C3\u30C8",modify:"\u30B7\u30E7\u30FC\u30C8\u30AB\u30C3\u30C8\u30AD\u30FC\u306E\u5909\u66F4",reset:"\u30EA\u30D3\u30B8\u30E7\u30F3",close:"\u51DD\u56FA",homepage:"\u30DB\u30FC\u30E0\u30DA\u30FC\u30B8",more:"\u3082\u3063\u3068\u898B\u308B",moreOptions:"\u30AB\u30B9\u30BF\u30DE\u30A4\u30BA\u30FB\u30AA\u30D7\u30B7\u30E7\u30F3\u306E\u62E1\u5927",translateTheWholePage:"\u30DA\u30FC\u30B8\u306E\u5168\u9818\u57DF\u3092\u7FFB\u8A33\u3059\u308B\uFF08\u4E3B\u8981\u306A\u9818\u57DF\u3092\u30A4\u30F3\u30C6\u30EA\u30B8\u30A7\u30F3\u30C8\u306B\u8A8D\u8B58\u3059\u308B\u306E\u3068\u306F\u5BFE\u7167\u7684\uFF09\u3002",changeToTranslateTheWholePage:"\u5168\u5730\u57DF\u306E\u7FFB\u8A33\u306B\u5207\u308A\u66FF\u3048\u308B",changeToTranslateTheMainPage:"\u30E1\u30A4\u30F3\u30A8\u30EA\u30A2\u306E\u7FFB\u8A33\u306B\u5207\u308A\u66FF\u3048\u308B",changeToOnlyTranslationMode:"\u7FFB\u8A33\u306E\u307F\u3092\u8868\u793A\u3059\u308B\u3088\u3046\u306B\u5207\u308A\u66FF\u3048\u308B",changeToDualTranslationMode:"\u5BFE\u8A33\u3078\u306E\u5207\u308A\u66FF\u3048",translateToThePageEndImmediately:"\u30DA\u30FC\u30B8\u4E0B\u90E8\u3078\u306E\u5373\u6642\u7FFB\u8A33",translateTheMainPage:"\u30A4\u30F3\u30C6\u30EA\u30B8\u30A7\u30F3\u30C8\u7FFB\u8A33 \u4E3B\u8981\u5730\u57DF","The local rules are up to date":"\u5730\u5143\u306E\u9069\u5FDC\u898F\u5B9A\u306F\u6700\u65B0\u306E\u3082\u306E\u3060\u3002","Successfully synchronized with the latest official rules:":"\u6700\u65B0\u306E\u516C\u5F0F\u7AF6\u6280\u898F\u5247\u3068\u306E\u540C\u671F\u306B\u6210\u529F\u3002","Checking for updates":"\u30A2\u30C3\u30D7\u30C7\u30FC\u30C8\u306E\u30C1\u30A7\u30C3\u30AF","Rules are being synchronized":"\u9069\u5FDC\u30EB\u30FC\u30EB\u306E\u540C\u671F\u5316",localVersionIsTooOld:"\u30ED\u30FC\u30AB\u30EB\u306E\u62E1\u5F35\u6A5F\u80FD\u306E\u30D0\u30FC\u30B8\u30E7\u30F3\u304C\u53E4\u3059\u304E\u307E\u3059\u3002\u540C\u671F\u3092\u8A66\u307F\u308B\u524D\u306B\u3001\u62E1\u5F35\u6A5F\u80FD\u3092 {minVersion} \u4EE5\u964D\u306B\u30A2\u30C3\u30D7\u30B0\u30EC\u30FC\u30C9\u3057\u3066\u304F\u3060\u3055\u3044\u3002",badUserscriptBrowser:"\u73FE\u5728\u306E\u30D6\u30E9\u30A6\u30B6\u306F\u30B0\u30EA\u30FC\u30B9\u30E2\u30F3\u30AD\u30FC\u62E1\u5F35\u30A4\u30F3\u30BF\u30FC\u30D5\u30A7\u30A4\u30B9\u3092\u6B63\u3057\u304F\u5B9F\u88C5\u3057\u3066\u3044\u307E\u305B\u3093\uFF08\u4F8B\u3048\u3070\u3001\u30B0\u30EA\u30FC\u30B9\u30E2\u30F3\u30AD\u30FC\u30FB\u30B9\u30AF\u30EA\u30D7\u30C8\u81EA\u4F53\u306E\u30D0\u30FC\u30B8\u30E7\u30F3\u756A\u53F7\u306B\u95A2\u3059\u308B\u60C5\u5831\u3092\u53D6\u5F97\u3059\u308B\u5834\u5408\u306A\u3069\uFF09\u306E\u3067\u3001Firefox\u306A\u3069<1>\u30B0\u30EA\u30FC\u30B9\u30E2\u30F3\u30AD\u30FC\u62E1\u5F35\u3092\u30B5\u30DD\u30FC\u30C8\u3059\u308B\u4ED6\u306E\u30D6\u30E9\u30A6\u30B6\u3092\u3054\u5229\u7528\u304F\u3060\u3055\u3044\u3002",foundNewVersion:"\u65B0\u30D0\u30FC\u30B8\u30E7\u30F3\u3092\u898B\u308B",theLocalExtensionIsUpToUpdate:"\u73FE\u5728\u306E\u30A8\u30AF\u30B9\u30C6\u30F3\u30B7\u30E7\u30F3\u306F\u6700\u65B0\u3060\u3002",failToSyncRules:"\u6700\u65B0\u306E\u9069\u5FDC\u30EB\u30FC\u30EB\u306E\u540C\u671F\u306B\u5931\u6557",retry:"\u30EA\u30C8\u30E9\u30A4\u3059\u308B\u306B\u306F\u3053\u3053\u3092\u30AF\u30EA\u30C3\u30AF",failedReason:"\u5931\u6557\u306E\u7406\u7531",currentRuleVersion:"\u73FE\u5728\u306E\u30EB\u30FC\u30EB\u30FB\u30D0\u30FC\u30B8\u30E7\u30F3",calculating:"\u8A08\u7B97",unknownError:"\u672A\u77E5\u306E\u30A8\u30E9\u30FC",canNotFetchRemoteRule:"\u30EA\u30E2\u30FC\u30C8\u30EB\u30FC\u30EB\u304C\u53D6\u5F97\u3067\u304D\u306A\u3044",enableAlphaSuccess:"\u30A2\u30EB\u30D5\u30A1\u5BFE\u5FDC",disableAlphaSuccess:"\u30A2\u30EB\u30D5\u30A1\u6A5F\u80FD\u306F\u30AA\u30D5",cacheSize:"\u30AD\u30E3\u30C3\u30B7\u30E5\u30FB\u30B5\u30A4\u30BA\uFF1A",cleaning:"\u6E05\u7B97\u4E2D",cleanCache:"\u30AD\u30E3\u30C3\u30B7\u30E5\u3092\u6D88\u53BB\u3059\u308B",options:"\u30BB\u30C3\u30C8\u30A2\u30C3\u30D7",about:"\u306B\u5BFE\u3057\u3066",service:"\u901A\u8A33\u30B5\u30FC\u30D3\u30B9",needAction:"(\u8A2D\u5B9A\u3078\uFF09",goSettings:"\u8A2D\u5B9A\u3059\u308B",needActionForOptions:"(\u8A2D\u5B9A\u4E88\u5B9A\uFF09",translationEngine:"\u30A8\u30F3\u30B8\u30F3\u30FB\u30AA\u30D7\u30B7\u30E7\u30F3",sourceLanguage:"\u539F\u8A9E",target:"\u76EE\u6A19\u8A00\u8A9E",popupSourceLanguage:"\u539F\u8A9E",popupTarget:"\u76EE\u6A19\u8A00\u8A9E",popupService:"\u901A\u8A33\u30B5\u30FC\u30D3\u30B9",forThisSite:"\u73FE\u5728\u306E\u30A6\u30A7\u30D6\u30B5\u30A4\u30C8",autoEnableSubtitle:"\u4E8C\u30AB\u56FD\u8A9E\u5B57\u5E55\u3092\u81EA\u52D5\u7684\u306B\u30AA\u30F3\u306B\u3059\u308B",alwaysTranslate:"\u5E38\u306B\u7FFB\u8A33\u3059\u308B",neverTranslate:"\u6C7A\u3057\u3066\u7FFB\u8A33\u3057\u306A\u3044",alwaysTranslateSomeLanguage:"\u5E38\u306B\u7FFB\u8A33\u3059\u308B {language}",neverTranslateSomeLanguage:"\u6C7A\u3057\u3066\u7FFB\u8A33\u3057\u306A\u3044 {language}",alwaysTranslateSomeSite:"\u5E38\u306B\u7FFB\u8A33\u3059\u308B {hostname}",neverTranslateSomeSite:"\u6C7A\u3057\u3066\u7FFB\u8A33\u3057\u306A\u3044 {hostname}",alwaysTranslateSomeSiteOrWildSite:"\u5E38\u306B\u30B5\u30A4\u30C8\u3092\u7FFB\u8A33\u3059\u308B",alwaysTranslateSomePage:"\u5E38\u306B\u30DA\u30FC\u30B8\u3092\u7FFB\u8A33\u3059\u308B",add:"\u5897\u52A0",default:"\u30C7\u30D5\u30A9\u30EB\u30C8",forThisLanguage:"\u3053\u306E\u8A00\u8A9E\u306E\u5834\u5408\uFF1A","add url":"URL\u3092\u5165\u529B",edit:"\u30B3\u30F3\u30D1\u30A4\u30E9","translate other languages into specific language":"\u4ED6\u306E\u8A00\u8A9E\u3092\u8A2D\u5B9A\u3057\u305F\u8A00\u8A9E\u306B\u7FFB\u8A33\u3059\u308B","select translation service":"\u7FFB\u8A33\u30B5\u30FC\u30D3\u30B9\u306E\u9078\u629E",language:"\u591A\u8A00\u8A9E\u4E3B\u7FA9","show-original":"\u539F\u6587\u3092\u8868\u793A",translate:"\u30EC\u30F3\u30C0\u30EA\u30F3\u30B0",Translated:"\u7FFB\u8A33",Translating:"\u7FFB\u8A33\u4E2D",Error:"\u4E0D\u6B63\u78BA",allowCacheTranslations:"\u30ED\u30FC\u30AB\u30EB\u7FFB\u8A33\u30AD\u30E3\u30C3\u30B7\u30E5\u3092\u6709\u52B9\u306B\u3059\u308B\uFF08\u91CD\u8907\u3057\u305F\u7B87\u6240\u306E\u7FFB\u8A33\u30EA\u30AF\u30A8\u30B9\u30C8\u3092\u6E1B\u3089\u3059\uFF09","translation display":"\u7FFB\u8A33\u8868\u793A\u30B9\u30BF\u30A4\u30EB","select diplay style":"\u4EE5\u4E0B\u306E\u4F8B\u3092\u5177\u4F53\u7684\u306B\u53C2\u7167\u3057\u306A\u304C\u3089\u3001\u7FFB\u8A33\u306E\u30B9\u30BF\u30A4\u30EB\u3092\u533A\u5225\u3059\u308B\u3002",interface:"\u30A4\u30F3\u30BF\u30FC\u30D5\u30A7\u30FC\u30B9\u8A2D\u5B9A",import_export:"\u30A4\u30F3\u30DD\u30FC\u30C8/\u30A8\u30AF\u30B9\u30DD\u30FC\u30C8",import_export_title:"\u30A4\u30F3\u30DD\u30FC\u30C8/\u30A8\u30AF\u30B9\u30DD\u30FC\u30C8\u8A2D\u5B9A",syncToGoogleDrive:"Google\u30C9\u30E9\u30A4\u30D6\u3068\u540C\u671F",floatBallOptions:"\u30DB\u30D0\u30FC\u30DC\u30FC\u30EB\u306E\u8A2D\u5B9A","floatBallOptions.enable":"\u30DB\u30D0\u30FC\u30DC\u30FC\u30EB\u3092\u4F7F\u7528\u53EF\u80FD\u306B\u3059\u308B","floatBallOptions.blockUrls":"\u30A6\u30A7\u30D6\u30B5\u30A4\u30C8\u3092\u7121\u52B9\u306B\u3059\u308B","floatBallOptions.add":"\u5897\u52A0","floatBallOptions.blockUrlDesc":"\u4EE5\u4E0B\u306E\u30B5\u30A4\u30C8\u3067\u306F\u30DB\u30D0\u30FC\u30DC\u30FC\u30EB\u304C\u8868\u793A\u3055\u308C\u307E\u305B\u3093\u3002","floatBallOptions.clickType":"\u30AF\u30EA\u30C3\u30AF\u884C\u52D5","floatBallOptions.clickTypeDesc":"\u30AF\u30EA\u30C3\u30AF\u3057\u305F\u3068\u304D\u306E\u30DB\u30D0\u30FC\u30DC\u30FC\u30EB\u30FB\u30A2\u30A4\u30B3\u30F3\u306E\u52D5\u4F5C","floatBallOptions.clickPopup":"\u7FFB\u8A33\u30D1\u30CD\u30EB\u306E\u8868\u793A","floatBallOptions.clickTranslate":"\u539F\u6587\u306E\u7FFB\u8A33\uFF0F\u8868\u793A","floatBallOptions.fixedPosition":"\u56FA\u5B9A\u4F4D\u7F6E","floatBallOptions.fixedPositionDesc":"\u60AC\u6D6E\u7403\u5728\u7A97\u53E3\u5DE6\u4FA7\u8FD8\u662F\u53F3\u4FA7","floatBallOptions.fixedPositionLeft":"\u5DE6\u4FA7","floatBallOptions.fixedPositionRight":"\u53F3\u4FA7",previewAllThemes:"\u3059\u3079\u3066\u306E\u30B9\u30BF\u30A4\u30EB\u3092\u30D7\u30EC\u30D3\u30E5\u30FC\u3059\u308B","translationTheme.none":"\u306A\u3044","translationTheme.grey":"\u30C0\u30FC\u30AF\u30B0\u30EC\u30FC","translationTheme.dashed":"\u70B9\u7DDA\u4E0B\u7DDA","translationTheme.dotted":"\u70B9\u7DDA\u30A2\u30F3\u30C0\u30FC\u30B9\u30B3\u30A2","translationTheme.dashedBorder":"\u70B9\u7DDA","translationTheme.solidBorder":"\u30BD\u30EA\u30C3\u30C9\u30DC\u30FC\u30C0\u30FC","translationTheme.underline":"\u76F4\u7DDA\u306B\u4E0B\u7DDA\u3092\u5F15\u304F","translationTheme.mask":"\u30D5\u30A1\u30B8\u30FC\u52B9\u679C\uFF08\u5B66\u7FD2\u30E2\u30FC\u30C9\uFF09","translationTheme.opacity":"\u900F\u660E\u52B9\u679C","translationTheme.paper":"\u767D\u3044\u7D19\u306E\u5F71\u306E\u52B9\u679C","translationTheme.dividingLine":"\u308F\u3051\u3081","translationTheme.highlight":"\u9AD8\u8F1D\u5EA6","translationTheme.marker":"\u30DE\u30FC\u30AB\u30FC","translationTheme.marker2":"\u30DE\u30FC\u30AB\u30FC2","translationTheme.blockquote":"\u53C2\u7167\u30B9\u30BF\u30A4\u30EB","translationTheme.weakening":"\u5F31\u4F53\u5316","translationTheme.italic":"\u659C\u4F53","translationTheme.bold":"\u6FC3\u5316","translationTheme.thinDashed":"\u7D30\u70B9\u7DDA\u30A2\u30F3\u30C0\u30FC\u30E9\u30A4\u30F3","translationTheme.nativeDashed":"\u30B7\u30B9\u30C6\u30E0\u306F\u70B9\u7DDA\u306E\u30A2\u30F3\u30C0\u30FC\u30E9\u30A4\u30F3\u4ED8\u304D","translationTheme.nativeDotted":"\u30B7\u30B9\u30C6\u30E0\u306F\u70B9\u7DDA\u306E\u30A2\u30F3\u30C0\u30FC\u30E9\u30A4\u30F3\u4ED8\u304D","translationTheme.nativeUnderline":"\u30B7\u30B9\u30C6\u30E0\u306B\u306F\u76F4\u7DDA\u306E\u30A2\u30F3\u30C0\u30FC\u30E9\u30A4\u30F3\u304C\u4ED8\u5C5E\u3057\u3066\u3044\u308B","translationTheme.wavy":"\u6CE2\u7DDA","translationServices.custom":"\u30AB\u30B9\u30BF\u30E0API","translationServices.tencent":"\u30C6\u30F3\u30BB\u30F3\u30C8\u7FFB\u8A33\u8005","translationServices.tenAlpha":"\u30C6\u30F3\u30BB\u30F3\u30C8\u30FB\u30C8\u30E9\u30F3\u30B9\u30EC\u30FC\u30BF\u30FC\uFF08\u30A2\u30EB\u30D5\u30A1\uFF09","translationServices.google":"\u30B0\u30FC\u30B0\u30EB\u7FFB\u8A33","translationServices.bai":"\u30D0\u30A4\u30C9\u30A5\uFF08\u30A2\u30EB\u30D5\u30A1\uFF09","translationServices.baidu":"\u767E\u5EA6\u306E\u7FFB\u8A33","translationServices.aliyun":"\u30A2\u30EA\u30AF\u30E9\u30A6\u30C9\u7FFB\u8A33","translationServices.volc":"\u706B\u5C71\u7FFB\u8A33","translationServices.deeplx":"DeepLX (\u30D9\u30FC\u30BF)","translationServices.bing":"\u30DE\u30A4\u30AF\u30ED\u30BD\u30D5\u30C8\u7FFB\u8A33","translationServices.deepl":"\u30C7\u30A3\u30FC\u30D7\u30A8\u30EB","translationServices.wechat":"WeChat\u7FFB\u8A33","translationServices.azure":"\u30A2\u30B8\u30E5\u30FC\u30EB\u7FFB\u8A33","translationServices.ibm":"IBM\u30EF\u30C8\u30BD\u30F3","translationServices.aws":"\u30A2\u30DE\u30BE\u30F3\u7FFB\u8A33","translationServices.mock":"\u6A21\u64EC\u7FFB\u8A33","translationServices.mock2":"\u6A21\u64EC\u7FFB\u8A332","translationServices.caiyun":"\u30AB\u30E9\u30D5\u30EB\u306A\u96F2\u3068\u5C0F\u3055\u306A\u7FFB\u8A33","translationServices.cai":"\u30AB\u30E9\u30D5\u30EB\u306A\u96F2\uFF08\u30A2\u30EB\u30D5\u30A1\uFF09","translationServices.volcAlpha":"\u30DC\u30EB\u30B1\u30FC\u30CE\uFF08\u30A2\u30EB\u30D5\u30A1\uFF09","translationServices.openl":"\u30AA\u30FC\u30D7\u30F3L","translationServices.youdao":"Youtube\u7FFB\u8A33","translationServices.you":"Youdao \u7FFB\u8A33\u8005\uFF08\u30A2\u30EB\u30D5\u30A1\uFF09","translationServices.transmart":"\u9A30\u8A0A\u30A4\u30F3\u30BF\u30E9\u30AF\u30C6\u30A3\u30D6\u7FFB\u8A33","translationServices.niu":"\u30DE\u30FC\u30D9\u30EA\u30C3\u30AF\u7FFB\u8A33\u8005","translationServices.papago":"\u30D1\u30D1\u30B4\u7FFB\u8A33","translationServices.d":"D\uFF08\u30A2\u30EB\u30D5\u30A1\uFF09","translationServices.dpro":"D\u30D7\u30ED\uFF08\u30AB\u30CA\u30EA\u30A2\uFF09","translationServices.openai":"\u30AA\u30FC\u30D7\u30F3AI","translationServices.chatgpt":"ChatGPT Web(3.5 mobile)","translate title":"\u30DA\u30FC\u30B8\u30BF\u30A4\u30C8\u30EB\u3092\u7FFB\u8A33\u3059\u308B","always languages":"\u5E38\u306B\u8A00\u8A9E\u3092\u7FFB\u8A33\u3059\u308B",neverTranslateLanguagesLabel:"\u7FFB\u8A33\u3055\u308C\u308B\u3053\u3068\u306E\u306A\u3044\u8A00\u8A9E",neverTranslateTheFollowingLanguagesDescription:"\u30DA\u30FC\u30B8\u4E0A\u306E\u6BB5\u843D\u304C\u4EE5\u4E0B\u306E\u8A00\u8A9E\u306E\u3044\u305A\u308C\u304B\u3067\u3042\u308B\u5834\u5408\u3001\u7FFB\u8A33\u306F\u30B9\u30AD\u30C3\u30D7\u3055\u308C\u307E\u3059\u3002",enableUserscriptPagePopup:"\u30DA\u30FC\u30B8\u306B\u30DB\u30D0\u30FC\u30DC\u30FC\u30EB\u3092\u8868\u793A",enableUserscriptPagePopupDescription:"\u30DB\u30D0\u30FC\u30DC\u30FC\u30EB\u3092\u30AA\u30D5\u306B\u3057\u305F\u5F8C\u306F\u3001\u30B7\u30E7\u30FC\u30C8\u30AB\u30C3\u30C8 /{touch}\u3067\u547C\u3073\u51FA\u3059\u3053\u3068\u304C\u3067\u304D\u307E\u3059\u3002\u3046\u3063\u304B\u308A\u3053\u306E\u30AA\u30D7\u30B7\u30E7\u30F3\u3092\u30AA\u30D5\u306B\u3057\u305F\u5F8C\u3001\u30DB\u30D0\u30FC\u30DC\u30FC\u30EB\u3092\u898B\u3064\u3051\u3089\u308C\u306A\u304F\u306A\u308B\u306E\u3092\u9632\u3050\u305F\u3081\u3001\u3053\u306E\u8A2D\u5B9A\u30DA\u30FC\u30B8\u3092\u30D6\u30C3\u30AF\u30DE\u30FC\u30AF\u3057\u3066\u304A\u304F\u3053\u3068\u3092\u5F37\u304F\u304A\u52E7\u3081\u3057\u307E\u3059\uFF01","always translate the following languages":"\u30DA\u30FC\u30B8\u304C\u6B21\u306E\u8A00\u8A9E\u306E1\u3064\u3067\u3042\u308B\u3068\u304D\u81EA\u52D5\u7684\u306B\u30BF\u30FC\u30B2\u30C3\u30C8\u8A00\u8A9E\u306B\u7FFB\u8A33\u3059\u308B","always sites":"\u5E38\u306B\u7FFB\u8A33\u3055\u308C\u305F\u30A6\u30A7\u30D6\u30B5\u30A4\u30C8","always translate the following sites":"\u306E\u30C9\u30E1\u30A4\u30F3\u540D\u3067\u3042\u308C\u3070\u3001\u30A6\u30A7\u30D6\u30B5\u30A4\u30C8\u306F\u81EA\u52D5\u7684\u306B\u30BF\u30FC\u30B2\u30C3\u30C8\u8A00\u8A9E\u306B\u7FFB\u8A33\u3055\u308C\u308B\u3002","never sites":"\u672A\u7FFB\u8A33\u30B5\u30A4\u30C8","never translate the following sites":"\u4EE5\u4E0B\u306E\u30C9\u30E1\u30A4\u30F3\u306E\u30B5\u30A4\u30C8\u3067\u306F\u3001\u7FFB\u8A33\u306F\u884C\u308F\u308C\u307E\u305B\u3093\u3002","please refer to":"\u4F7F\u7528\u3059\u308B\u524D\u306B\u30AD\u30FC\u3092\u5165\u529B\u3059\u308B\u5FC5\u8981\u304C\u3042\u308A\u307E\u3059\u3002",KeyAndConfigurationTutorial:"\u30AD\u30FC\u30FB\u30A2\u30D7\u30EA\u30B1\u30FC\u30B7\u30E7\u30F3\u3068\u30B3\u30F3\u30D5\u30A3\u30AE\u30E5\u30EC\u30FC\u30B7\u30E7\u30F3\u30FB\u30C1\u30E5\u30FC\u30C8\u30EA\u30A2\u30EB",useAboveStyleForTheseSites:"\u4EE5\u4E0B\u306E\u30C9\u30E1\u30A4\u30F3\u306E\u30B5\u30A4\u30C8\u3067\u306F\u3001\u5E38\u306B \u2308{theme}\u230B \u7FFB\u8A33\u30B9\u30BF\u30A4\u30EB\u3092\u4F7F\u7528\u3057\u307E\u3059\u3002",currentUrl:"\u73FE\u5728\u306EURL",confirm:"\u30BB\u30FC\u30D6",cancel:"\u30AD\u30E3\u30F3\u30BB\u30EB",delete:"\u9664\u53BB","languages.auto":"\u81EA\u52D5\u691C\u51FA",syncToCloud:"\u30B0\u30FC\u30B0\u30EB\u30C9\u30E9\u30A4\u30D6\u306B\u540C\u671F",syncToCloudDescription:"\u30AF\u30E9\u30A6\u30C9\u306B\u30A2\u30C3\u30D7\u30ED\u30FC\u30C9\u3055\u308C\u305F\u30B3\u30F3\u30D5\u30A3\u30AE\u30E5\u30EC\u30FC\u30B7\u30E7\u30F3\u306F\u3001\u7570\u306A\u308B\u30D6\u30E9\u30A6\u30B6\u30FC\uFF0F\u30B0\u30EA\u30FC\u30B9\u30E2\u30F3\u30AD\u30FC\u30FB\u30B9\u30AF\u30EA\u30D7\u30C8\u9593\u3067\u540C\u671F\u3055\u305B\u308B\u3053\u3068\u304C\u3067\u304D\u308B\u3002",syncToAccount:"\u30A4\u30DE\u30FC\u30B7\u30D6\u7FFB\u8A33\u30AF\u30E9\u30A6\u30C9\u3078\u306E\u540C\u671F",syncToAccountButton:"\u30AF\u30E9\u30A6\u30C9\u3068\u306E\u5373\u6642\u540C\u671F",syncToAccountDescription:"\u7570\u306A\u308B\u30C7\u30D0\u30A4\u30B9\u9593\u3067\u3001\u6700\u5F8C\u306B\u5909\u66F4\u3055\u308C\u305F\u65B9\u306E\u8A2D\u5B9A\u3092\u81EA\u52D5\u7684\u306B\u540C\u671F\u3057\u307E\u3059\u3002",successSyncConfigInAccount:"\u30AF\u30E9\u30A6\u30C9\u3068\u306E\u540C\u671F\u306B\u6210\u529F",successSyncConfigToAccount:"\u30AF\u30E9\u30A6\u30C9\u3078\u306E\u540C\u671F\u306B\u6210\u529F",syncConfigNoUpdate:"\u3082\u3046\u6700\u65B0\u306E\u3082\u306E\u3060\u3002",authFail:"\u8A8D\u8A3C\u5931\u6557",syncTitle:"\u624B\u52D5\u30D0\u30C3\u30AF\u30A2\u30C3\u30D7\u7BA1\u7406",import_hint:"\u30A4\u30F3\u30DD\u30FC\u30C8",upload:"\u30A2\u30C3\u30D7\u30ED\u30FC\u30C9",revokeAuth:"\u8A8D\u53EF\u306E\u53D6\u308A\u6D88\u3057",uploadFail:"\u30A2\u30C3\u30D7\u30ED\u30FC\u30C9\u5931\u6557",download:"\u30C0\u30A6\u30F3\u30ED\u30FC\u30C9",importSuccess:"\u8F38\u5165\u306B\u6210\u529F",importFail:"\u30A4\u30F3\u30DD\u30FC\u30C8\u5931\u6557",deleteFail:"\u524A\u9664\u306B\u5931\u6557\u3057\u307E\u3057\u305F",backupToCloud:"\u30D0\u30C3\u30AF\u30A2\u30C3\u30D7\u30D5\u30A1\u30A4\u30EB\u306E\u624B\u52D5\u7BA1\u7406",create_new_backup:"\u65B0\u3057\u3044\u30D0\u30C3\u30AF\u30A2\u30C3\u30D7\u30CE\u30FC\u30C9\u3092\u8FFD\u52A0\u3059\u308B",maxBackupFiles:"\u6700\u5927{count}\u7570\u306A\u308B\u30CE\u30FC\u30C9\u3092\u30D0\u30C3\u30AF\u30A2\u30C3\u30D7\u3067\u304D\u307E\u3059\u3002\u4E0D\u8981\u306A\u30CE\u30FC\u30C9\u306F\u524A\u9664\u3057\u3066\u304F\u3060\u3055\u3044\u3002",backupToCloudDescription:"\u30D0\u30C3\u30AF\u30A2\u30C3\u30D7\u30D5\u30A1\u30A4\u30EB\u3092\u624B\u52D5\u3067\u30A2\u30C3\u30D7\u30ED\u30FC\u30C9\u307E\u305F\u306F\u30EA\u30B9\u30C8\u30A2\u3002",successSyncConfig:"\u30AF\u30E9\u30A6\u30C9\u3068\u306E\u540C\u671F\u306B\u6210\u529F",syncFail:"\u540C\u671F\u5931\u6557",updatedAt:"{date}\u3088\u308A\u66F4\u65B0",lastSyncedAt:"\u6700\u7D42\u78BA\u8A8D\uFF1A {date}",downloadFail:"\u30C0\u30A6\u30F3\u30ED\u30FC\u30C9\u306B\u5931\u6557\u3057\u307E\u3057\u305F",clickToDownload:"\u30AF\u30EA\u30C3\u30AF\u3057\u3066\u30C0\u30A6\u30F3\u30ED\u30FC\u30C9",aboutLabel:"\u30D5\u30A3\u30FC\u30C9\u30D0\u30C3\u30AF","browser.openAboutPage":"\u3054\u610F\u898B\u30FB\u3054\u611F\u60F3",aboutLabelWithoutSponsor:"\u30D5\u30A3\u30FC\u30C9\u30D0\u30C3\u30AF",aboutIntro:"\u30A4\u30F3\u30BF\u30FC\u30CD\u30C3\u30C8\u4E0A\u306E\u81A8\u5927\u306A\u5916\u56FD\u8A9E\u60C5\u5831\u3078\u306E\u30A2\u30AF\u30BB\u30B9\u304C\u3088\u308A\u7C21\u5358\u3067\u697D\u3057\u3044\u3082\u306E\u306B\u306A\u308A\u307E\u3059\u3088\u3046\u306B \u2764\uFE0F <6>\u30D7\u30ED\u30E1\u30F3\u30D0\u30FC\u30B7\u30C3\u30D7\u3092 \u6709\u52B9\u306B\u3057\u3066\u3001\u3059\u3050\u306B\u4F7F\u3048\u308BDeepL\u3068OpenAI\u306E\u7FFB\u8A33\u3092\u3054\u5229\u7528\u304F\u3060\u3055\u3044\u3002

<3>Twitter\u3001<4>Telegram\u3001Weibo\u3001WeChat\u3067\u79C1\u305F\u3061\u3092\u30D5\u30A9\u30ED\u30FC\u3059\u308B\u304B\u3001\u4EE5\u4E0B\u306E<5>\u30E1\u30FC\u30EA\u30F3\u30B0\u30EA\u30B9\u30C8\u306B\u767B\u9332\u3057\u3066\u66F4\u65B0\u3092\u8FFD\u8DE1\u3059\u308B\u3053\u3068\u304C\u3067\u304D\u307E\u3059\u3002
<7>\u30D7\u30ED\u4F1A\u54E1\u306E \u65B9\u306F\u3001 <8>support@immersivetranslate.com \u307E\u3067\u3054\u9023\u7D61\u3044\u305F\u3060\u3051\u308C\u3070\u3001\u8FC5\u901F\u306A\u30AB\u30B9\u30BF\u30DE\u30FC\u30B5\u30FC\u30D3\u30B9\u3092\u3054\u63D0\u4F9B\u3044\u305F\u3057\u307E\u3059\u3002",aboutIntroWithoutSponsor:"\u2764\uFE0F

<3>\u30C4\u30A4\u30C3\u30BF\u30FC\u3001<4>\u30C6\u30EC\u30B0\u30E9\u30E0\u30FB\u30C1\u30E3\u30F3\u30CD\u30EB\u3001WeChat\u3001WeChat Exchange\u3067\u30D5\u30A9\u30ED\u30FC\u3057\u3066\u3044\u305F\u3060\u304F\u304B\u3001\u4EE5\u4E0B\u306E<5>E\u30E1\u30FC\u30EB\u3067\u66F4\u65B0\u60C5\u5831\u3092<5>\u8CFC\u8AAD\u3057\u3066\u304F\u3060\u3055\u3044\u3002",projectHomepage:"\u30D7\u30ED\u30B8\u30A7\u30AF\u30C8\u30FB\u30DB\u30FC\u30E0",joinTelegramGroup:"\u30E6\u30FC\u30B6\u30FC\u30B0\u30EB\u30FC\u30D7\u306B\u53C2\u52A0\u3057\u3066\u3001\u6A5F\u80FD\u306B\u95A2\u3059\u308B\u30C7\u30A3\u30B9\u30AB\u30C3\u30B7\u30E7\u30F3\u306B\u53C2\u52A0",wechatPublicAccount:"WeChat\u30D1\u30D6\u30EA\u30C3\u30AF",wechatCommunities:"WeChat\u4EA4\u6D41\u30B0\u30EB\u30FC\u30D7",qqCommunities:"QQ\u30B3\u30DF\u30E5\u30CB\u30B1\u30FC\u30B7\u30E7\u30F3\u30C1\u30E3\u30F3\u30CD\u30EB",joinTelegramChannel:"\u6700\u65B0\u60C5\u5831\u306FTelegram\u30C1\u30E3\u30F3\u30CD\u30EB\u3092\u30D5\u30A9\u30ED\u30FC",feedbackAndJoin:"\u8CEA\u554F \u30D5\u30A3\u30FC\u30C9\u30D0\u30C3\u30AF / \u30B0\u30EB\u30FC\u30D7\u8FFD\u52A0",autoSync:"\u81EA\u52D5\u6642\u523B\u540C\u671F",loadingThemeTitle:"\u30ED\u30FC\u30C7\u30A3\u30F3\u30B0\u30FB\u30B9\u30BF\u30A4\u30EB",loadingThemeDescription:"\u7FFB\u8A33\u30ED\u30FC\u30C9\u5F85\u3061\u6642\u9593\u306E\u30B9\u30BF\u30A4\u30EB\u8A2D\u5B9A","loadingTheme.spinner":"\u56DE\u8EE2\u30A2\u30CB\u30E1\u30FC\u30B7\u30E7\u30F3","loadingTheme.text":"\u9759\u7684\u30C6\u30AD\u30B9\u30C8 ","loadingTheme.none":"\u8868\u793A\u306A\u3057",developerDescription:"\u9AD8\u5EA6\u306A\u30AB\u30B9\u30BF\u30DE\u30A4\u30BA\u306B\u95A2\u3059\u308B\u30C9\u30AD\u30E5\u30E1\u30F3\u30C8\u306F<1>\u3053\u3061\u3089\u3092\u3054\u89A7\u304F\u3060\u3055\u3044\u3002","edit border color":"\u30DC\u30FC\u30C0\u30FC\u30AB\u30E9\u30FC\u306E\u5909\u66F4",successSyncButNoChange:"\u73FE\u5728\u306E\u30B3\u30F3\u30D5\u30A3\u30AE\u30E5\u30EC\u30FC\u30B7\u30E7\u30F3\u306F\u30AF\u30E9\u30A6\u30C9\u3068\u4E00\u81F4\u3057\u3066\u3044\u308B",customTheme:"\u30AB\u30B9\u30BF\u30E0\u30AB\u30E9\u30FC\u3068\u30B5\u30A4\u30BA","customThemeLabel.borderColor":"\u30DC\u30FC\u30C0\u30FC\u30AB\u30E9\u30FC","customThemeLabel.borderRadius":"\u4E38\u307F\u3092\u5E2F\u3073\u305F\u30A8\u30C3\u30B8","customThemeLabel.textColor":"\u30C6\u30AD\u30B9\u30C8\u30AB\u30E9\u30FC","customThemeLabel.backgroundColor":"\u80CC\u666F\u8272","customThemeLabel.zoom":"\u30D5\u30A9\u30F3\u30C8\u30FB\u30B9\u30B1\u30FC\u30EA\u30F3\u30B0 (%)","customThemeLabel.opacity":"\u30C6\u30AD\u30B9\u30C8\u306E\u4E0D\u900F\u660E\u5EA6 (%)",resetToDefaultColor:"\u30C7\u30D5\u30A9\u30EB\u30C8\u30AB\u30E9\u30FC\u306B\u623B\u3059",resetToDefaultSettings:"\u30C7\u30D5\u30A9\u30EB\u30C8\u8A2D\u5B9A\u306B\u623B\u3059",isTranslateTitle:"\u30DA\u30FC\u30B8\u30BF\u30A4\u30C8\u30EB\u306E\u7FFB\u8A33\u3092\u6709\u52B9\u306B\u3059\u308B",isTranslateTitleDescription:"\u30AA\u30F3\u306B\u3059\u308B\u3068\u3001\u30DA\u30FC\u30B8\u30BF\u30A4\u30C8\u30EB\u304C\u7FFB\u8A33\u3055\u308C\u307E\u3059",enableSearchEnhancement:"\u30D0\u30A4\u30EA\u30F3\u30AC\u30EB\u30E1\u30C3\u30BB\u30FC\u30B8\u3092\u6709\u52B9\u306B\u3059\u308B",enableSearchEnhancementDescription:"\u6709\u52B9\u306B\u3059\u308B\u3068\u3001\u5BFE\u5FDC\u30B5\u30A4\u30C8\uFF08Google News\u3001Google Search\uFF08\u4E00\u90E8\u30AD\u30FC\u30EF\u30FC\u30C9\uFF09\u3001Snowball\u3001Oriental Fortune\u3001Futura\u3001Tiger Community\uFF09\u306E\u53F3\u30AB\u30E9\u30E0\u306B\u3001\u8A72\u5F53\u3059\u308B\u82F1\u8A9E\u30AD\u30FC\u30EF\u30FC\u30C9\u3067\u300CGoogle News\u300D\u306E\u691C\u7D22\u7D50\u679C\u304C\u81EA\u52D5\u7684\u306B\u8868\u793A\u3055\u308C\u308B\u3088\u3046\u306B\u306A\u308A\u307E\u3059\u3002",verifyService:"\u30B5\u30FC\u30D3\u30B9\u306E\u30C6\u30B9\u30C8\u306F\u3053\u3061\u3089",verified:"\u6210\u529F\u306E\u78BA\u8A8D","field.langs":"\u5BFE\u5FDC\u8A00\u8A9E\u30B3\u30FC\u30C9","field.model":"\u30E2\u30C7\u30EA\u30F3\u30B0","field.translationEngine":"\u7FFB\u8A33\u30A8\u30F3\u30B8\u30F3","field.limitPerMinute":"1\u5206\u3042\u305F\u308A\u306E\u6700\u5927\u30EA\u30AF\u30A8\u30B9\u30C8\u6570","field.limitPerSecond":"1\u79D2\u3042\u305F\u308A\u306E\u6700\u5927\u30EA\u30AF\u30A8\u30B9\u30C8\u6570","field.maxTextLengthPerRequest":"\u30EA\u30AF\u30A8\u30B9\u30C8\u3054\u3068\u306E\u6700\u5927\u30C6\u30AD\u30B9\u30C8\u9577","field.maxTextGroupLengthPerRequest":"\u30EA\u30AF\u30A8\u30B9\u30C8\u3054\u3068\u306E\u6700\u5927\u6BB5\u843D\u6570","field.apiUrl":"\u30AB\u30B9\u30BF\u30E0API\u30A4\u30F3\u30BF\u30FC\u30D5\u30A7\u30FC\u30B9\u306E\u30A2\u30C9\u30EC\u30B9","field.placeholderDelimiters":"\u4E88\u7D04\u30D7\u30EC\u30FC\u30B9\u30DB\u30EB\u30C0","description.custom":"\u30AB\u30B9\u30BF\u30E0\u30A4\u30F3\u30BF\u30FC\u30D5\u30A7\u30FC\u30B9\u30A2\u30AF\u30BB\u30B9 \u8981\u30C9\u30AD\u30E5\u30E1\u30F3\u30C6\u30FC\u30B7\u30E7\u30F3","description.limitPerMinute":"\u3053\u306E\u5236\u9650\u3092\u8D85\u3048\u305F\u30EA\u30AF\u30A8\u30B9\u30C8\u306F\u3001\u6B21\u306E\u5206\u304C\u59CB\u307E\u308B\u307E\u3067\u30AD\u30E5\u30FC\u306B\u5165\u308A\u307E\u3059\u3002OpenAI\u306E\u73FE\u5728\u306E\u30B5\u30FC\u30D3\u30B9\u306B\u306F\u3055\u307E\u3056\u307E\u306A\u5236\u9650\u304C\u3042\u308B\u305F\u3081\u3001\u6700\u65B0\u306E\u63A8\u5968\u5024\u306F<1>\u3053\u3061\u3089\u3092\u3054\u89A7\u304F\u3060\u3055\u3044\u3002","description.limitPerSecond":"\u3053\u306E\u5236\u9650\u3092\u8D85\u3048\u305F\u30EA\u30AF\u30A8\u30B9\u30C8\u306F\u3001\u6B21\u306E\u79D2\u304C\u59CB\u307E\u308B\u307E\u3067\u30AD\u30E5\u30FC\u306B\u5165\u308A\u307E\u3059\u3002OpenAI\u306E\u73FE\u5728\u306E\u30B5\u30FC\u30D3\u30B9\u306B\u306F\u3055\u307E\u3056\u307E\u306A\u5236\u9650\u304C\u3042\u308B\u305F\u3081\u3001\u6700\u65B0\u306E\u63A8\u5968\u5024\u306F<1>\u3053\u3061\u3089\u3092\u3054\u89A7\u304F\u3060\u3055\u3044\u3002","description.generalLimitPerSecond":"\u3053\u306E\u5236\u9650\u3092\u8D85\u3048\u305F\u30EA\u30AF\u30A8\u30B9\u30C8\u306F\u3001\u6B21\u306E\u79D2\u304C\u59CB\u307E\u308B\u307E\u3067\u30AD\u30E5\u30FC\u306B\u5165\u308B\u3002","description.prompt":"\u30E6\u30FC\u30B6\u30FC\u3068\u3057\u3066 {service} \u306B\u9001\u4FE1\u3055\u308C\u308B\u5BFE\u8A71\u3067\u3001{{text}} \u306F\u6BB5\u843D\u306E\u30C6\u30AD\u30B9\u30C8\u5185\u5BB9\u3092\u793A\u3057\u3001{{from}} \u306F\u6BB5\u843D\u306E\u8A00\u8A9E\u3092\u793A\u3057\u3001{{to}} \u306F\u76EE\u6A19\u8A00\u8A9E\u3092\u793A\u3057\u307E\u3059\u3002","description.maxTextLengthPerRequest":"\u30EA\u30AF\u30A8\u30B9\u30C8\u3042\u305F\u308A\u306E\u6700\u5927\u6587\u5B57\u6570\u304C\u5927\u304D\u3059\u304E\u308B\u3068\u3001\u30A4\u30F3\u30BF\u30FC\u30D5\u30A7\u30FC\u30B9\u306E\u5FDC\u7B54\u304C\u9045\u304F\u306A\u308B\u306E\u3067\u3001\u3053\u306E\u30AA\u30D7\u30B7\u30E7\u30F3\u3092\u8ABF\u6574\u3057\u3066\u901F\u5EA6\u3092\u6700\u9069\u5316\u3057\u3066\u304F\u3060\u3055\u3044\u3002","description.systemPrompt":"\u30B7\u30B9\u30C6\u30E0\u3068\u3057\u3066OpenAI\u306B\u9001\u3089\u308C\u308B\u30C0\u30A4\u30A2\u30ED\u30B0\u3002 {{text}} \u306F\u6BB5\u843D\u306E\u30C6\u30AD\u30B9\u30C8\u5185\u5BB9\u3001{{from}} \u306F\u6BB5\u843D\u306E\u8A00\u8A9E\u3001{{to}} \u306F\u30BF\u30FC\u30B2\u30C3\u30C8\u8A00\u8A9E\u3092\u793A\u3059\u3002","field.domain":"\u30EC\u30A2\u30EB","description.domain":"\u30C7\u30D5\u30A9\u30EB\u30C8\u306F\uFF1Ageneral \u3067\u3059\u3002Arima API \u30B3\u30F3\u30BD\u30FC\u30EB\u3067\u30C9\u30E1\u30A4\u30F3\u5909\u63DB\u304C\u6709\u52B9\u306B\u306A\u3063\u3066\u3044\u308B\u5834\u5408\u306E\u307F\u8A2D\u5B9A\u3067\u304D\u307E\u3059\u3002","field.scene":"\u53D6\u308B","description.scene":"\u30C7\u30D5\u30A9\u30EB\u30C8\u306F\uFF1A\u4E00\u822C\u3067\u3059\u3002AliCloud API\u30B3\u30F3\u30BD\u30FC\u30EB\u3067Machine Translation Pro\u3092\u958B\u3044\u305F\u5834\u5408\u306E\u307F\u8A2D\u5B9A\u3067\u304D\u307E\u3059\u3002","field.vocabId":"\u30E6\u30FC\u30B6\u30FC\u8F9E\u66F8ID","description.vocabId":"\u6307\u5B9A\u3055\u308C\u305F\u8F9E\u66F8out_id\u306F\u3001\u73FE\u5728\u3001\u82F1\u8A9E\u304B\u3089\u4E2D\u56FD\u8A9E\u3078\u306E\u7FFB\u8A33\u3092\u30B5\u30DD\u30FC\u30C8\u3057\u3066\u3044\u308B\u3002","description.model":"OpenAI\u306E\u30E2\u30C7\u30EB\u306F\u3001gpt-3.5-turbo\u3001gpt-4\u306A\u3069\u3002","description.maxTextGroupLengthPerRequest":"\u4E00\u5EA6\u306B\u7FFB\u8A33\u30B5\u30FC\u30D3\u30B9\u306B\u9001\u4FE1\u3055\u308C\u308B\u6BB5\u843D\u6570\u3002\u6BB5\u843D\u6570\u304C\u591A\u3059\u304E\u308B\u3068\u3001\u30A4\u30F3\u30BF\u30FC\u30D5\u30A7\u30FC\u30B9\u306E\u5FDC\u7B54\u304C\u9045\u304F\u306A\u308B\u3053\u3068\u304C\u3042\u308A\u307E\u3059\u3002","description.apiUrl":"\u5177\u4F53\u7684\u306AURL\u3068\u30D1\u30B9\u3001<1>\u3088\u308A\u8A73\u3057\u3044\u8AAC\u660E\u3092\u8FFD\u52A0\u3057\u3066\u304F\u3060\u3055\u3044\u3002",enabledExtension:"\u30A8\u30AF\u30B9\u30C6\u30F3\u30B7\u30E7\u30F3\u306E\u6709\u52B9\u5316",clickToDisableExtension:"\u30AF\u30EA\u30C3\u30AF\u3057\u3066\u62E1\u5F35\u6A5F\u80FD\u3092\u7121\u52B9\u306B\u3059\u308B",clickToEnableExtension:"\u30AF\u30EA\u30C3\u30AF\u3057\u3066\u62E1\u5F35\u6A5F\u80FD\u3092\u6709\u52B9\u306B\u3059\u308B",hasBeenDisabled:"\u4F7F\u7528\u4E0D\u80FD","show password":"\u30D1\u30B9\u30EF\u30FC\u30C9\u3092\u8868\u793A\u3059\u308B",customContent:"\u30AB\u30B9\u30BF\u30E0\u30E2\u30C7\u30EB\u540D\u3092\u5165\u529B",inputOptions:"\u5165\u529B\u30DC\u30C3\u30AF\u30B9\u306E\u5F37\u5316",mouseHoverOptions:"\u30DE\u30A6\u30B9\u30DB\u30D0\u30FC",modifyMouseHoverKey:"\u30DE\u30A6\u30B9\u30DB\u30D0\u30FC\u30B7\u30E7\u30FC\u30C8\u30AB\u30C3\u30C8\u306E\u5909\u66F4",enableInputTranslation:"\u5165\u529B\u30DC\u30C3\u30AF\u30B9\u306E\u62E1\u5F35\u3092\u6709\u52B9\u306B\u3059\u308B\u304B\u3069\u3046\u304B",enableInputTranslationDescription:"\u6709\u52B9\u5316\u3057\u305F\u3089\u3001 {startingKey}{startingKey} hello \u3068\u5165\u529B\u30DC\u30C3\u30AF\u30B9\u306B\u76F4\u63A5\u5165\u529B\u3057\u3001{inputTrailingTriggerKeyRepeatTimes}times{trailingKey}\u3092\u7D20\u65E9\u304F\u62BC\u3057\u3066\u3001 {inputTargetLanguage}\u306B\u5909\u63DB\u3059\u308B\u3002",enableInputTranslationDescriptionForNoneKey:"\u6709\u52B9\u306B\u3057\u305F\u3089\u3001\uFF1AHello World\u3068\u5165\u529B\u30DC\u30C3\u30AF\u30B9\u306B\u76F4\u63A5\u5165\u529B\u3057\u3001{inputTrailingTriggerKeyRepeatTimes}{trailingKey}\u3092\u7D20\u65E9\u304F\u62BC\u3057\u3066\u3001\u30C7\u30D5\u30A9\u30EB\u30C8\u306E\u30BF\u30FC\u30B2\u30C3\u30C8\u8A00\u8A9E\u306B\u7FFB\u8A33\u3059\u308B\u3002",inputTargetLanguage:"\u5165\u529B\u30DC\u30C3\u30AF\u30B9\u306E\u30C7\u30D5\u30A9\u30EB\u30C8\u30BF\u30FC\u30B2\u30C3\u30C8\u8A00\u8A9E\u306E\u8A2D\u5B9A",inputTargetLanguageDescription:"\u5165\u529B\u30DC\u30C3\u30AF\u30B9\u7FFB\u8A33\u306E\u30C7\u30D5\u30A9\u30EB\u30C8\u30BF\u30FC\u30B2\u30C3\u30C8\u8A00\u8A9E\u3001\u3059\u306A\u308F\u3061\u3001\u30C8\u30EA\u30AC\u30FC\u30EF\u30FC\u30C9\u306E\u30C7\u30D5\u30A9\u30EB\u30C8\u8A00\u8A9E\u3068\u3057\u3066 {startingKey}{startingKey}",inputTargetLanguageDescriptionForNoneKey:"\u5165\u529B\u30DC\u30C3\u30AF\u30B9\u7FFB\u8A33\u306E\u30C7\u30D5\u30A9\u30EB\u30C8\u30BF\u30FC\u30B2\u30C3\u30C8\u8A00\u8A9E",inputStartingTriggerKeyTitle:"\u5165\u529B\u30DC\u30C3\u30AF\u30B9\u306E\u90E8\u5206\u7FFB\u8A33\u306E\u305F\u3081\u306E\u5206\u5272\u6587\u5B57\u306E\u8A2D\u5B9A",inputStartingTriggerKeyDescription:"\u5165\u529B\u30DC\u30C3\u30AF\u30B9\u5168\u4F53\u3092\u7FFB\u8A33\u3059\u308B\u5FC5\u8981\u304C\u306A\u3044\u5834\u5408\u3001\u30B9\u30D7\u30EA\u30C3\u30BF\u30FC\u306F {startingKey}{startingKey} \u304B\u3089\u5165\u529B\u30DC\u30C3\u30AF\u30B9\u306E\u6700\u5F8C\u307E\u3067\u306E\u90E8\u5206\u3060\u3051\u3092\u7FFB\u8A33\u3059\u308B\u3053\u3068\u304C\u3067\u304D\u307E\u3059\u3002\u307E\u305F\u3001\u8A00\u8A9E\u30B3\u30FC\u30C9\u3092\u6307\u5B9A\u3059\u308B\u3053\u3068\u3082\u3067\u304D\u307E\u3059\u3002\u4F8B\u3048\u3070\u3001\uFF1A{startingKey}ja \u306F {startingKey}ja \u304B\u3089\u5165\u529B\u30DC\u30C3\u30AF\u30B9\u306E\u6700\u5F8C\u307E\u3067\u306E\u90E8\u5206\u3060\u3051\u3092\u7FFB\u8A33\u3059\u308B\u3053\u3068\u3092\u610F\u5473\u3057\u307E\u3059\u3002",inputStartingTriggerKeyDescriptionForNoneKey:"\u73FE\u5728\u306E\u63A5\u982D\u8F9E\u306A\u3057\u306E\u8A2D\u5B9A\u306F\u4E0D\u8981\u3067\u3042\u308A\u3001\u5165\u529B\u30DC\u30C3\u30AF\u30B9\u306E\u4E00\u90E8\u306E\u30C6\u30AD\u30B9\u30C8\u306E\u7FFB\u8A33\u6A5F\u80FD\u306F\u73FE\u6642\u70B9\u3067\u306F\u5229\u7528\u3067\u304D\u306A\u3044\u3002",inputTrailingTriggerKeyTitle:"\u5165\u529B\u7D42\u4E86\u30C8\u30EA\u30AC\u30FC\u6587\u5B57\u3092\u9078\u629E\u3059\u308B",inputTrailingTriggerKeyDescription:"3 quick hits{trailingKey} \u7FFB\u8A33\u3092\u958B\u59CB\u3057\u307E\u3059\uFF01",inputTrailingTriggerKeyTimeout:"\u6226\u95D8\u7D42\u4E86\u30C8\u30EA\u30AC\u30FC\u307E\u3067\u306E\u6642\u9593\u3092\u5165\u529B\u3059\u308B\u3002",inputTrailingTriggerKeyTimeoutDescription:"\u5165\u529B\u7D42\u4E86\u30B3\u30F3\u30DC\u306E\u30C8\u30EA\u30AC\u30FC\u307E\u3067\u306E\u6642\u9593\uFF08\u30DF\u30EA\u79D2\uFF09\u3092\u8A2D\u5B9A\u3059\u308B\u3002",spaceKey:"<\u7A7A\u683C\u952E>",noneKey:"\u63A5\u982D\u8F9E\u306A\u3057\u306E\u30C6\u30AD\u30B9\u30C8\u30DC\u30C3\u30AF\u30B9\u5168\u4F53\u306E\u76F4\u63A5\u7FFB\u8A33",inputTranslationBlockUrlsTitle:"\u4EE5\u4E0B\u306EURL\u3067\u306F\u3001\u5165\u529B\u30DC\u30C3\u30AF\u30B9\u306E\u62E1\u5F35\u6A5F\u80FD\u3092\u6709\u52B9\u306B\u3057\u306A\u3044\u3067\u304F\u3060\u3055\u3044\u3002",inputTranslationBlockUrlsDescription:"\u5165\u529B\u30DC\u30C3\u30AF\u30B9\u306E\u6A5F\u80FD\u62E1\u5F35\u306F\u3001\u4EE5\u4E0B\u306EURL\u3067\u306F\u6A5F\u80FD\u3057\u307E\u305B\u3093\u3002",clickToSeeQuickDemo:"\u30AF\u30EA\u30C3\u30AF\u3057\u306630\u79D2\u306E\u30C1\u30E5\u30FC\u30C8\u30EA\u30A2\u30EB\u30D3\u30C7\u30AA\u3092\u62E1\u5927",inputHelperInfo:"\u8AAC\u660E\uFF1A\u4E2D\u56FD\u8A9E\u306E\u5165\u529B\u30E1\u30BD\u30C3\u30C9\u3067\u306F\u3001\u3044\u304F\u3064\u304B\u306E\u30C8\u30EA\u30AC\u30FC\u6587\u5B57\u304C\u4E2D\u56FD\u8A9E\u306E\u53E5\u8AAD\u70B9\u306B\u5909\u308F\u308B\u3068\u3044\u3046\u4E8B\u5B9F\u306B\u6700\u9069\u5316\u3057\u307E\u3057\u305F\u3002\u4F8B\u3048\u3070\u3001/ \u306F Sogou \u5165\u529B\u30E1\u30BD\u30C3\u30C9\u3067\u306F\u3001\u30C0\u30F3\u8A18\u53F7\u306B\u5909\u308F\u308A\u307E\u3059\u3002

\u307E\u305F\u3001\u8A00\u8A9E<1>\u30B3\u30FC\u30C9\u306E\u4E2D\u56FD\u8A9E\u30A8\u30A4\u30EA\u30A2\u30B9\u3082\u30B3\u30DE\u30F3\u30C9\u3068\u3057\u3066\u30B5\u30DD\u30FC\u30C8\u3057\u3066\u304A\u308A\u3001\u4F8B\u3048\u3070 /Japanese Hello World \u306F\u65E5\u672C\u8A9E\u306B\u7FFB\u8A33\u3055\u308C\u307E\u3059\u3002",reloadCurrentPage:"\u7FFB\u8A33\u3092\u958B\u59CB\u3059\u308B\u524D\u306B\u3001\u73FE\u5728\u306E\u30DA\u30FC\u30B8\u3092\u66F4\u65B0\u3057\u3066\u304F\u3060\u3055\u3044\u3002",noLocalFilePermissionForPDF:"\u30ED\u30FC\u30AB\u30EB\u30D5\u30A1\u30A4\u30EB\u3092\u8AAD\u307F\u8FBC\u3080\u6A29\u9650\u304C\u3042\u308A\u307E\u305B\u3093\u3002\u4E0A\u306E\u30DC\u30BF\u30F3\u3092\u30AF\u30EA\u30C3\u30AF\u3057\u3066\u3001\u30ED\u30FC\u30AB\u30EB\u30D5\u30A1\u30A4\u30EB\u3092\u30A4\u30F3\u30DD\u30FC\u30C8\u3057\u3066\u304F\u3060\u3055\u3044\u3002",noPermissionForThisPage:"\u26A0\uFE0F \u73FE\u5728\u306E\u30DA\u30FC\u30B8\u3092\u7FFB\u8A33\u3059\u308B\u6A29\u9650\u304C\u306A\u3044",retryAllParagraphs:"\u3059\u3079\u3066\u306E\u30A8\u30E9\u30FC\u30D1\u30C3\u30BB\u30FC\u30B8\u3092\u518D\u8A66\u884C\u3059\u308B",retryAllButton:"\u3059\u3079\u3066\u306E\u30A8\u30E9\u30FC\u30D1\u30C3\u30BB\u30FC\u30B8\u3092\u518D\u8A66\u884C\u3059\u308B",errorTooltipTitle:"\u30AF\u30EA\u30C3\u30AF\u3057\u3066\u30A8\u30E9\u30FC\u306E\u539F\u56E0\u3092\u898B\u308B",errorModalTitle:"\u7FFB\u8A33\u30B5\u30FC\u30D3\u30B9\u304B\u30CD\u30C3\u30C8\u30EF\u30FC\u30AF\u306B\u4F55\u304B\u554F\u984C\u304C\u3042\u308B\u3088\u3046\u3060...\u3002",disableConfirm:"\u30D0\u30A4\u30EA\u30F3\u30AC\u30EB\u60C5\u5831\u5F37\u5316\u8A2D\u5B9A",disableOnce:"\u3053\u306E\u969C\u5BB3",disableGlobal:"\u6C38\u4E45\u306B\u7121\u52B9\u306B\u3059\u308B",disableTint:"* {option}\u3002",searchEnhancementNotes:"\u4E2D\u56FD\u8A9E\u30AD\u30FC\u30EF\u30FC\u30C9\u3068\u82F1\u8A9E\u30AD\u30FC\u30EF\u30FC\u30C9\u3067\u306F\u3001\u30CB\u30E5\u30FC\u30B9\u306E\u691C\u7D22\u7D50\u679C\u304C\u5927\u304D\u304F\u7570\u306A\u308B\u3053\u3068\u304C\u308F\u304B\u308A\u307E\u3057\u305F\u3002 \u30A4\u30DE\u30FC\u30B7\u30D6\u7FFB\u8A33\u30D0\u30A4\u30EA\u30F3\u30AC\u30EB\u60C5\u5831\u5F37\u5316\u6A5F\u80FD\u3092\u6709\u52B9\u306B\u3059\u308B\u3068\u3001\u5BFE\u5FDC\u30B5\u30A4\u30C8\uFF08Google\u30CB\u30E5\u30FC\u30B9\u3001Google\u691C\u7D22\uFF08\u4E00\u90E8\u30AD\u30FC\u30EF\u30FC\u30C9\uFF09\u3001Snowball\u3001Oriental Wealth\u3001Futura\u3001Tiger\uFF09\u3067\u540C\u3058\u30AD\u30FC\u30EF\u30FC\u30C9\u3092\u82F1\u8A9E\u3067\u81EA\u52D5\u7684\u306B\u691C\u7D22\u3057\u3001\u53F3\u5074\u306B\u8868\u793A\u3057\u307E\u3059\u3002\u3053\u306E\u6A5F\u80FD\u304C\u4E0D\u8981\u306A\u5834\u5408\u306F\u3001\u7121\u52B9\u306B\u3059\u308B\u3053\u3068\u3082\u3067\u304D\u307E\u3059\u3002",option:"\u30BB\u30C3\u30C8\u30A2\u30C3\u30D7",saveSettings:"\u8A2D\u5B9A\u306E\u4FDD\u5B58",closeModal:"\u30A6\u30A3\u30F3\u30C9\u30A6\u3092\u9589\u3058\u308B",enableInputTranslationWithoutTriggerKeyTitle:"{trailingKey}\u3001\u5165\u529B\u30DC\u30C3\u30AF\u30B9\u5168\u4F53\u3092\u76F4\u63A5{inputTargetLanguage}\u3002",enableInputTranslationWithoutTriggerKeyDescription:"\u4F8B\u3048\u3070\u3001\uFF1Aja Hello World \u306E\u3088\u3046\u306B\u3002",mouseHoverShortcutPlaceholder:"\u4F8B\uFF1A\uFF1A\u30B7\u30D5\u30C8",deepLProName:"\u6CA1\u5165\u578B\u7FFB\u8A33\u30D7\u30ED\u30E1\u30F3\u30D0\u30FC\uFF08\u63A8\u5968\uFF09",deepLProDescription:"\u73FE\u5728\u306E\u30D1\u30C3\u30B1\u30FC\u30B8\u306F\u76F4\u63A5\u4F7F\u7528\u3067\u304D\u308B",deeplProDescriptionForNormal:"\u30BB\u30C3\u30C8\u30A2\u30C3\u30D7\u4E0D\u8981\u3001\u4F1A\u54E1\u306E\u65B9\u306F\u30ED\u30B0\u30A4\u30F3\u5F8C\u5229\u7528\u53EF\u80FD\u3001<1>\u4F1A\u54E1\u3078\u306E\u30A2\u30C3\u30D7\u30B0\u30EC\u30FC\u30C9\u306F\u3053\u3061\u3089",deepLCustomDescription:"\u6D77\u5916\u767A\u884C\u306E\u30AF\u30EC\u30B8\u30C3\u30C8\u30AB\u30FC\u30C9\u304C\u5FC5\u8981 <1>\u3002",deepLCustomName:"\u30AB\u30B9\u30BF\u30E0\u8A8D\u8A3C\u30AD\u30FC",chooseProviderLabel:"\u30B5\u30FC\u30D3\u30B9\u30FB\u30D7\u30ED\u30D0\u30A4\u30C0\u30FC\u306E\u9078\u629E",openaiProName:"\u6CA1\u5165\u578B\u7FFB\u8A33\u30D7\u30ED\u30E1\u30F3\u30D0\u30FC\uFF08\u63A8\u5968\uFF09",openaiProDescription:"\u73FE\u5728\u306E\u30D1\u30C3\u30B1\u30FC\u30B8\u306F\u76F4\u63A5\u4F7F\u7528\u3067\u304D\u308B",openaiProDescriptionForNormal:"\u30BB\u30C3\u30C8\u30A2\u30C3\u30D7\u4E0D\u8981\u3001\u4F1A\u54E1\u306E\u65B9\u306F\u30ED\u30B0\u30A4\u30F3\u5F8C\u5229\u7528\u53EF\u80FD\u3001<1>\u4F1A\u54E1\u3078\u306E\u30A2\u30C3\u30D7\u30B0\u30EC\u30FC\u30C9\u306F\u3053\u3061\u3089",openaiCustomDescription:"OpenAI\u3001Azure OpenAI\u3001\u307E\u305F\u306F\u305D\u306E\u4ED6\u306E\u30B5\u30FC\u30C9\u30D1\u30FC\u30C6\u30A3\u30B5\u30FC\u30D3\u30B9\u3067\u5229\u7528\u53EF\u80FD\u3067\u3059<1>\u3002",openaiCustomName:"\u30AB\u30B9\u30BF\u30E0API\u30AD\u30FC",needLoginAction:"(\u30AA\u30FC\u30D7\u30F3\u30FB\u30E1\u30F3\u30D0\u30FC\u307E\u305F\u306F\u30AB\u30B9\u30BF\u30DE\u30A4\u30BA\uFF09",goLoginOrAction:"(\u30E1\u30F3\u30D0\u30FC\u30B7\u30C3\u30D7\u3092\u958B\u304F\u304B\u3001\u8A2D\u5B9A\u306B\u9032\u3080)",yearly:"\u9023\u7D9A\u5E74\u6255\u3044\u3092\u3059\u308B",quarterly:"\u9806\u6B21\u5305\u88C5",monthly:"\u30DE\u30F3\u30B9\u30EA\u30FC\u30FB\u30B5\u30D6\u30B9\u30AF\u30EA\u30D7\u30B7\u30E7\u30F3",yearlyForOnce:"\u5E74\u9593\u30D1\u30C3\u30B1\u30FC\u30B8",monthlyForOnce:"\u67081\u56DE\u30D1\u30C3\u30B1\u30FC\u30B8",daily:"\u9023\u7D9A\u30D1\u30B1\u30C3\u30C8\u65E5",year:"\u9023\u7D9A\u5E74\u6255\u3044\u3092\u3059\u308B",quarter:"\u9806\u6B21\u5305\u88C5",month:"\u30DE\u30F3\u30B9\u30EA\u30FC\u30FB\u30B5\u30D6\u30B9\u30AF\u30EA\u30D7\u30B7\u30E7\u30F3",day:"\u9023\u7D9A\u30D1\u30B1\u30C3\u30C8\u65E5",onetime_7day:"7\u65E5\u9593\u4F53\u9A13\u30D1\u30C3\u30AF",currentPlanDescriptionForFree:"\u73FE\u5728\u306E\u30D1\u30C3\u30B1\u30FC\u30B8\uFF1A\u7121\u6599",currentPlanDescriptionForContinuous:"\u73FE\u5728\u306E\u30D1\u30C3\u30B1\u30FC\u30B8\uFF1A{plan}\u306F {endAt} \u306B\u81EA\u52D5\u66F4\u65B0\u3055\u308C\u307E\u3059\u3002",currentPlanDescriptionForAutoRenewCaceling:"\u73FE\u5728\u306E\u30D1\u30C3\u30B1\u30FC\u30B8\uFF1A{plan}\u306E\u6709\u52B9\u671F\u9650\u306F {endAt} \u3068\u306A\u308A\u3001\u6709\u52B9\u671F\u9650\u5207\u308C\u306B\u3088\u308B\u81EA\u52D5\u66F4\u65B0\u306F\u884C\u308F\u308C\u307E\u305B\u3093\u3002",currentYearlyPlanDescriptionForAutoRenewCacelingWithRealPaiedUser:"\u73FE\u5728\u306E\u30D1\u30C3\u30B1\u30FC\u30B8\u3001\uFF1A{plan}\u306F\u3001 {endAt} \u306B\u671F\u9650\u5207\u308C\u3068\u306A\u308A\u3001\u671F\u9650\u5207\u308C\u306B\u3088\u308B\u81EA\u52D5\u66F4\u65B0\u306F\u884C\u308F\u308C\u307E\u305B\u3093\u3002
<1>\u66F4\u65B0\u30D7\u30E9\u30F3\u306E\u7BA1\u7406\u306F\u3053\u3061\u3089",currentYearlyPlanDescriptionForAutoRenewCacelingWithAdmin:"\u73FE\u5728\u306E\u30D1\u30C3\u30B1\u30FC\u30B8\u3001\uFF1A{plan}\u306F\u3001 {endAt} \u306B\u671F\u9650\u5207\u308C\u3068\u306A\u308A\u3001\u671F\u9650\u5207\u308C\u306B\u3088\u308B\u81EA\u52D5\u66F4\u65B0\u306F\u884C\u308F\u308C\u307E\u305B\u3093\u3002
<1>\u7D99\u7D9A\u7684\u306A\u5E74\u9593\u8CFC\u8AAD\u3092\u6709\u52B9\u306B\u3059\u308B\u306B\u306F\u3001\u3053\u3053\u3092\u30AF\u30EA\u30C3\u30AF\u3057\u3066\u304F\u3060\u3055\u3044\u3002",currentPlanDescriptionForOneTime:"\u73FE\u5728\u306E\u8CFC\u8AAD\uFF1A{plan}\u306F {endAt} \u3067\u671F\u9650\u5207\u308C\u3068\u306A\u308A\u307E\u3059\u3002<1>\u5E74\u4F1A\u8CBB\u307E\u305F\u306F<2>\u6708\u4F1A\u8CBB<1>\u3078\u306E\u30A2\u30C3\u30D7\u30B0\u30EC\u30FC\u30C9\u306F\u3053\u3061\u3089\u3092\u30AF\u30EA\u30C3\u30AF\u3057\u3066\u304F\u3060\u3055\u3044\u3002",upgradePlan:"\u30D7\u30ED\u4F1A\u54E1\u3078\u306E\u30A2\u30C3\u30D7\u30B0\u30EC\u30FC\u30C9\u306F\u3053\u3061\u3089",upgradeToPro:"\u30D7\u30ED\u4F1A\u54E1\u3078\u306E\u30A2\u30C3\u30D7\u30B0\u30EC\u30FC\u30C9","popup.openPro":"DeepL\u3068OpenAI\u306E\u7FFB\u8A33\u3092\u304A\u697D\u3057\u307F\u3044\u305F\u3060\u304F\u306B\u306F\u3001Pro\u30E1\u30F3\u30D0\u30FC\u30B7\u30C3\u30D7\u306B\u30A2\u30C3\u30D7\u30B0\u30EC\u30FC\u30C9\u3057\u3066\u304F\u3060\u3055\u3044\uFF01","popup.openProForPro":"\u3042\u306A\u305F\u306F\u3001DeepL\u3068OpenAI\u306E\u7FFB\u8A33\u306B\u76F4\u63A5\u30A2\u30AF\u30BB\u30B9\u3067\u304D\u308B\u30D7\u30ED\u30E1\u30F3\u30D0\u30FC\u3067\u3059\uFF01",currentAccount:"\u5F53\u5EA7\u9810\u91D1",enableAutoSyncUserSettings:"\u8907\u6570\u306E\u30C7\u30D0\u30A4\u30B9\u9593\u3067\u81EA\u52D5\u30AF\u30E9\u30A6\u30C9\u540C\u671F\u304C\u53EF\u80FD",modalEnableInputTranslationTitle:"\u6CA1\u5165\u578B\u7FFB\u8A33\u5165\u529B\u30DC\u30C3\u30AF\u30B9 \u7FFB\u8A33\u30A2\u30E9\u30FC\u30C8",modalEnableInputTranslationDesc:"\u30B9\u30DA\u30FC\u30B9\u30D0\u30FC\u30923\u56DE\u9023\u6253\u3059\u308B\u3053\u3068\u3067\u3001Immersive Translation\u306E\u5165\u529B\u30DC\u30C3\u30AF\u30B9\u7FFB\u8A33\u304C\u958B\u59CB\u3055\u308C\u3001\u5165\u529B\u30DC\u30C3\u30AF\u30B9\u306E\u5185\u5BB9\u304C\u30C7\u30D5\u30A9\u30EB\u30C8\u306E\u30BF\u30FC\u30B2\u30C3\u30C8\u8A00\u8A9E\u306B\u7FFB\u8A33\u3055\u308C\u307E\u3059\u3002\u7FFB\u8A33\u306FCtrl+Z\u3067\u53D6\u308A\u6D88\u3059\u3053\u3068\u304C\u3067\u304D\u307E\u3059\u3002

\u3082\u3057\u3053\u308C\u304C\u9593\u9055\u3044\u3067\u3042\u3063\u305F\u3068\u3057\u3066\u3082\u3001\u4ECA\u56DE\u306F\u7121\u52B9\u306B\u3059\u308B\u304B\u3001\u6C38\u4E45\u306B\u5165\u529B\u30DC\u30C3\u30AF\u30B9\u306E\u7FFB\u8A33\u3092\u7121\u52B9\u306B\u3059\u308B\u304B\u3092\u9078\u629E\u3067\u304D\u307E\u3059\u306E\u3067\u3001\u3054\u5B89\u5FC3\u304F\u3060\u3055\u3044\u3002",saveAndNotShowAgain:"\u4FDD\u5B58\u3057\u3066\u30D7\u30ED\u30F3\u30D7\u30C8\u3092\u6B62\u3081\u308B",disableInputTranslationTips:"* {option} ,{learnMore}\u3067\u30C8\u30EA\u30AC\u30FC\u3059\u308B\u4ED6\u306E\u30B7\u30E7\u30FC\u30C8\u30AB\u30C3\u30C8\u3082\u8A2D\u5B9A\u3067\u304D\u308B\u3002",learnMore:"\u8A73\u7D30\u306F\u3053\u3061\u3089",continueEnalbeInputTranslation:"\u5F15\u304D\u7D9A\u304D\u5165\u529B\u30DC\u30C3\u30AF\u30B9\u306E\u7FFB\u8A33\u3092\u6709\u52B9\u306B\u3059\u308B",autoRenewTrialSuffix:'(\u30C8\u30E9\u30A4\u30A2\u30EB\u306E\u5834\u5408\u3001\u3059\u3050\u306B\u6B63\u4F1A\u54E1\u306B\u30A2\u30C3\u30D7\u30B0\u30EC\u30FC\u30C9)',upgradeFromTrialTitle:"\u6B63\u4F1A\u54E1\u3078\u306E\u30A2\u30C3\u30D7\u30B0\u30EC\u30FC\u30C9",subtitle:"\u30D3\u30C7\u30AA\u30AD\u30E3\u30D7\u30B7\u30E7\u30F3",youtubeService:"\u6620\u50CF\u5B57\u5E55\u7FFB\u8A33\u30B5\u30FC\u30D3\u30B9","subtitle.disabledSubtitle":"\u30D3\u30C7\u30AA\u5B57\u5E55\u6A5F\u80FD\u3092\u6C38\u4E45\u306B\u7121\u52B9\u306B\u3059\u308B","subtitle.disabledSubtitleDescription":"Immersive Translator\u306EVideo Subtitles\u304C\u4ED6\u306E\u62E1\u5F35\u6A5F\u80FD\u3068\u7AF6\u5408\u3059\u308B\u5834\u5408\u3001Immersive Translator\u306EVideo Subtitles\u306E\u6A5F\u80FD\u3092\u6C38\u4E45\u7684\u306B\u7121\u52B9\u306B\u3059\u308B\u304B\u3001\u7AF6\u5408\u3059\u308B\u4ED6\u306E\u62E1\u5F35\u6A5F\u80FD\u3092\u30A2\u30F3\u30A4\u30F3\u30B9\u30C8\u30FC\u30EB\u3059\u308B\u3053\u3068\u304C\u3067\u304D\u307E\u3059\u3002","subtitle.autoEnableSubtitle":"\u30D0\u30A4\u30EA\u30F3\u30AC\u30EB\u5B57\u5E55\u306E\u81EA\u52D5\u4F7F\u7528","subtitle.autoEnableSubtitleDescription":"\u6709\u52B9\u306B\u3057\u305F\u5F8C\u3001\u30D3\u30C7\u30AA\u304C\u518D\u751F\u3055\u308C\u308B\u3068\u304D\u306F\u3001\u81EA\u52D5\u7684\u306B\u4E8C\u304B\u56FD\u8A9E\u306E\u5B57\u5E55\u304C\u8868\u793A\u3055\u308C\u307E\u3059\u3002\u305D\u308C\u4EE5\u5916\u306E\u5834\u5408\u306F\u3001\u7FFB\u8A33\u30DC\u30BF\u30F3\u3092\u30AF\u30EA\u30C3\u30AF\u3059\u308B\u5FC5\u8981\u304C\u3042\u308A\u307E\u3059\u3002","subtitle.preTranslation":"\u6CA1\u5165\u578B\u7FFB\u8A33\u3067\u5B57\u5E55\u3092\u7FFB\u8A33","subtitle.preTranslationDescription":"\u6709\u52B9\u306E\u5834\u5408\u3001\u5B57\u5E55\u5168\u4F53\u304C\u4EE5\u4E0B\u306B\u6307\u5B9A\u3059\u308B\u7FFB\u8A33\u30B5\u30FC\u30D3\u30B9\u3092\u4F7F\u3063\u3066\u4E8B\u524D\u306B\u7FFB\u8A33\u3055\u308C\u30011\u6642\u9593\u306E\u52D5\u753B\u3067\u7D0450,000\u30C8\u30FC\u30AF\u30F3\uFF08\u6587\u5B57\u6570\uFF09\u3092\u6D88\u8CBB\u3057\u307E\u3059\u306E\u3067\u3001\u3054\u81EA\u8EAB\u306E\u5224\u65AD\u3067\u3054\u5229\u7528\u304F\u3060\u3055\u3044\u3002\u7121\u52B9\u306E\u5834\u5408\u3001\u30AA\u30EA\u30B8\u30CA\u30EB\u306E\u5B57\u5E55\u304C\u6700\u521D\u306B\u4F7F\u7528\u3055\u308C\u307E\u3059\u3002","subtitle.humanSubtitlesPreferred":"\u30D2\u30E5\u30FC\u30DE\u30F3\u30FB\u30AD\u30E3\u30D7\u30B7\u30E7\u30F3\u306E\u512A\u5148\u4F7F\u7528","subtitle.humanSubtitlesPreferredDescription":"\u30D3\u30C7\u30AA\u306B\u30BF\u30FC\u30B2\u30C3\u30C8\u8A00\u8A9E\u306E\u5B57\u5E55\u304C\u3042\u308B\u5834\u5408\u3001\u4EBA\u9593\u306E\u5B57\u5E55\u3092\u512A\u5148\u7684\u306B\u4F7F\u7528\u3059\u308B\uFF08\u63A8\u5968\uFF09",videoSubtitleTranslationDescription:"\u30D3\u30C7\u30AA\u5B57\u5E55\u7528\u306B\u5225\u306E\u7FFB\u8A33\u30B5\u30FC\u30D3\u30B9\u3092\u5272\u308A\u5F53\u3066\u308B",subtitleTranslating:"{service} \u3001\u5B57\u5E55\u3092\u7FFB\u8A33\u3057\u3066\u3044\u307E\u3059\u3002(\u30A4\u30DE\u30FC\u30B8\u30E7\u30F3\u7FFB\u8A33)",subtitleLoading:"\u5B57\u5E55\u3092\u8AAD\u307F\u8FBC\u3093\u3067\u3044\u307E\u3059...",bilingual:"\u30D0\u30A4\u30EA\u30F3\u30AC\u30EA\u30BA\u30E0","field.action":"\u767E\u5EA6\u7528\u8A9E\u3092\u6709\u52B9\u306B\u3059\u308B\u304B\u3069\u3046\u304B","description.action":"\u6709\u52B9\u5316\u3055\u308C\u308B\u3068\u3001\u30EA\u30AF\u30A8\u30B9\u30C8\u306Baction=1\u30D1\u30E9\u30E1\u30FC\u30BF\u304C\u8FFD\u52A0\u3055\u308C\u3001\u6709\u52B9\u5316\u3055\u308C\u305F\u7528\u8A9E\u3092Baidu\u306B\u901A\u77E5\u3059\u308B<1>\u3002",closeQuickTranslation:"\u30AF\u30ED\u30FC\u30BA\u30FB\u30DB\u30D0\u30FC\u30DC\u30FC\u30EB","closeQuickTranslation.untilNext":"\u4ECA\u56DE\u306F\u6B21\u56DE\u307E\u3067\u304A\u4F11\u307F","closeQuickTranslation.currentWebsite":"\u73FE\u5728\u306E\u30B5\u30A4\u30C8\u306F\u4F7F\u7528\u4E0D\u53EF","closeQuickTranslation.alwaysClose":"\u6C38\u4E45\u306B\u7121\u52B9\u306B\u3059\u308B","closeQuickTranslation.settingOpen":"<1>(\u8A2D\u5B9A\u30DA\u30FC\u30B8\u3067\u30AA\u30F3\u306B\u3067\u304D\u308B\uFF09","closeQuickTranslation.cancel":"\u30AD\u30E3\u30F3\u30BB\u30EB","closeQuickTranslation.confirm":"\u5B9A\u7FA9\u3059\u308B","floatBall.popup":"\u30AF\u30A4\u30C3\u30AF\u8A2D\u5B9A\u30D1\u30CD\u30EB\u3092\u958B\u304F","floatBall.translate":"\u30AF\u30EA\u30C3\u30AF\u3057\u3066\u30DA\u30FC\u30B8\u3092\u7FFB\u8A33\u3059\u308B","floatBall.showOriginal":"\u30AF\u30EA\u30C3\u30AF\u3057\u3066\u5143\u306E\u8A18\u4E8B\u306B\u623B\u308B","floatBall.close":"\u30AF\u30ED\u30FC\u30BA\u30FB\u30DB\u30D0\u30FC\u30DC\u30FC\u30EB","floatBallOptions.enableDescPc":"\u30DA\u30FC\u30B8\u306E\u30DB\u30D0\u30FC\u30DC\u30FC\u30EB\u3092\u6709\u52B9\u306B\u3059\u308B\u3068\u3001\u30DA\u30FC\u30B8\u306E\u53F3\u5074\u306B\u30AF\u30A4\u30C3\u30AF\u7FFB\u8A33\u30DC\u30BF\u30F3\u304C\u8868\u793A\u3055\u308C\u307E\u3059\uFF01","floatBallOptions.enableDesc":"\u30DB\u30D0\u30FC\u30DC\u30FC\u30EB\u3092\u30AA\u30D5\u306B\u3057\u305F\u5F8C\u3001{touch}\u3002\u3046\u3063\u304B\u308A\u3053\u306E\u30AA\u30D7\u30B7\u30E7\u30F3\u3092\u30AA\u30D5\u306B\u3057\u305F\u5F8C\u3001\u30DB\u30D0\u30FC\u30DC\u30FC\u30EB\u304C\u898B\u3064\u304B\u3089\u306A\u3044\u5834\u5408\u306B\u5099\u3048\u3066\u3001\u3053\u306E\u8A2D\u5B9A\u30DA\u30FC\u30B8\u3092\u30D6\u30C3\u30AF\u30DE\u30FC\u30AF\u3057\u3066\u304A\u304F\u3053\u3068\u3092\u5F37\u304F\u304A\u52E7\u3081\u3057\u307E\u3059\uFF01","description.azureApiUrl":"\u30AB\u30B9\u30BF\u30E0API\u30A4\u30F3\u30BF\u30FC\u30D5\u30A7\u30FC\u30B9\u306E\u30A2\u30C9\u30EC\u30B9\u3092\u8A18\u5165\u3059\u308B\u3002",confirmSupportMouse:"\u30DE\u30A6\u30B9\u30B5\u30DD\u30FC\u30C8\u3092\u5F37\u5236\u7684\u306B\u6709\u52B9\u306B\u3059\u308B",confirmSupportMouseDescription:"\u73FE\u5728\u306E\u30D6\u30E9\u30A6\u30B6\u304C\u30DE\u30A6\u30B9\u6A5F\u80FD\u3092\u30B5\u30DD\u30FC\u30C8\u3057\u3066\u3044\u306A\u3044\u3053\u3068\u3092\u691C\u51FA\u3057\u307E\u3057\u305F\u3002",sampleTargetText:"\u9577\u3044\u591C\u304C\u8A2A\u308C\u3001\u79C1\u306F\u3053\u306E\u65E5\u304B\u3089\u6B7B\u306C\u307E\u3067\u898B\u5F35\u308A\u7D9A\u3051\u308B\u3002\u79C1\u306F\u59BB\u3092\u5A36\u3089\u305A\u3001\u9818\u5730\u3092\u4F5C\u3089\u305A\u3001\u5B50\u3092\u3082\u3046\u3051\u306A\u3044\u3002\u79C1\u306F\u738B\u51A0\u3092\u304B\u3076\u3089\u305A\u3001\u540D\u8A89\u306E\u305F\u3081\u306B\u52AA\u529B\u3057\u306A\u3044\u3002\u79C1\u306F\u81EA\u5206\u306E\u7FA9\u52D9\u3092\u679C\u305F\u3057\u3001\u751F\u304D\u3066\u6B7B\u306C\u3002",sampleSourceText:"Night gathers, and now my watch begins. It shall not end until my death. I shall take no wife, hold no lands, father no children. I shall wear no crowns and win no glory. I shall live and die at my post.","subtitle.supportedSites":"\u5DF2\u652F\u6301\u5728\u8FD9\u4E9B\u7F51\u7AD9\u4F7F\u7528\u53CC\u8BED\u5B57\u5E55\uFF08\u6CE8\u610F\uFF1A\u7531\u4E8E\u6280\u672F\u9650\u5236\uFF0C\u90E8\u5206\u7F51\u7AD9\u5728\u9996\u6B21\u5F00\u542F\u5B57\u5E55\u540E\u9700\u8981\u91CD\u65B0\u5237\u65B0\u9875\u9762\uFF0C\u6216\u8005\u9700\u7B49\u5F85\u7FFB\u8BD1\u5B8C\u6210\u4EE5\u663E\u793A\u53CC\u8BED\u5B57\u5E55\uFF09\uFF1A",viewWithImmersiveTranslate:"\u53CC\u8BED\u7248\u672C(\u6C89\u6D78\u5F0F\u7FFB\u8BD1)",errorReason:"\u9519\u8BEF\u539F\u56E0\uFF1A{message}","proQuotaExceededError.onetime7day":'\uFF0C\u60A8\u53EF\u4EE5\u9009\u62E9\u4EE5\u4E0B\u65B9\u5F0F\u89E3\u51B3\uFF1A

1. \u5207\u6362\u5230 {anotherService} \u6216\u5176\u4ED6\u7FFB\u8BD1\u670D\u52A1
2. \u5347\u7EA7\u4E3A\u6708\u5EA6/\u5E74\u5EA6\u4F1A\u5458',"proQuotaExceededError.trial":'\uFF0C\u60A8\u53EF\u4EE5\u9009\u62E9\u4EE5\u4E0B\u65B9\u5F0F\u89E3\u51B3\uFF1A

1. \u5207\u6362\u5230 {anotherService} \u6216\u5176\u4ED6\u7FFB\u8BD1\u670D\u52A1
2. \u7ACB\u523B\u5347\u7EA7\u4E3A\u6B63\u5F0F\u4F1A\u5458',"proQuotaExceededError.nonTrial":'\uFF0C\u60A8\u53EF\u4EE5\u9009\u62E9\u4EE5\u4E0B\u65B9\u5F0F\u89E3\u51B3\uFF1A

1. \u5207\u6362\u5230 {anotherService} \u6216\u5176\u4ED6\u7FFB\u8BD1\u670D\u52A1
2. \u8D2D\u4E70 {translationService} \u989D\u5916\u6D41\u91CF\u5305',"proQuotaExceededError.resetTime":"
3. \u989D\u5EA6\u91CD\u7F6E\u65F6\u95F4\uFF1A{resetTime}","desc.touchShortcutsToggleTranslatePageOnlyTranslation":"\u300C\u8A33\u6587\u306E\u307F\u300D\u306F\u3001\u8A33\u6587\u306E\u307F\u3092\u8868\u793A\u3059\u308B\u3053\u3068\u3092\u610F\u5473\u3057\u3001\u30DA\u30FC\u30B8\u304C\u307E\u3060\u7FFB\u8A33\u3055\u308C\u3066\u3044\u306A\u3044\u5834\u5408\u306F\u3001\u30E2\u30FC\u30C9\u3092\u5207\u308A\u66FF\u3048\u3066\u7FFB\u8A33\u3057\u307E\u3059\u3002","desc.toggleOnlyTransation":"\u300C\u8A33\u6587\u306E\u307F\u30E2\u30FC\u30C9\u300D\u3068\u306F\u3001\u8A33\u6587\u306E\u307F\u3092\u8868\u793A\u3059\u308B\u3053\u3068\u3092\u6307\u3057\u3001\u30DA\u30FC\u30B8\u304C\u307E\u3060\u7FFB\u8A33\u3055\u308C\u3066\u3044\u306A\u3044\u5834\u5408\u306F\u3001\u30E2\u30FC\u30C9\u3092\u5207\u308A\u66FF\u3048\u3066\u7FFB\u8A33\u3057\u307E\u3059\u3002",touchShortcutsToggleTranslatePageOnlyTranslation:"\u30BF\u30C3\u30C1\u30B9\u30AF\u30EA\u30FC\u30F3\u30B8\u30A7\u30B9\u30C1\u30E3\u30FC\u3092\u8A2D\u5B9A\u3057\u3066\u3001\u30D0\u30A4\u30EA\u30F3\u30AC\u30EB/\u7FFB\u8A33\u30C6\u30AD\u30B9\u30C8\u306E\u307F\u306E\u30E2\u30FC\u30C9\u3092\u5207\u308A\u66FF\u3048\u307E\u3059",download_started:"\u30C0\u30A6\u30F3\u30ED\u30FC\u30C9\u304C\u958B\u59CB\u3055\u308C\u307E\u3057\u305F\u3002\u81EA\u52D5\u7684\u306B\u30C0\u30A6\u30F3\u30ED\u30FC\u30C9\u3055\u308C\u306A\u3044\u5834\u5408\u306F\u3001\u624B\u52D5\u3067\u30AF\u30EA\u30C3\u30AF\u3057\u3066\u304F\u3060\u3055\u3044\u3002",here:"\u3053\u3053","desc.toggleVideoSubtitlePreTranslation":"\u62BC\u3059\u3068\u3001\u30D3\u30C7\u30AA\u306E\u4E8C\u8A00\u8A9E\u5B57\u5E55\u306F\u3001\u307E\u305A\u6CA1\u5165\u578B\u7FFB\u8A33\u306E\u8A2D\u5B9A\u3092\u512A\u5148\u7684\u306B\u4F7F\u7528\u3057\u307E\u3059\u3002\u518D\u5EA6\u62BC\u3059\u3068\u3001\u5143\u306E\u30D3\u30C7\u30AA\u306B\u7D44\u307F\u8FBC\u307E\u308C\u305F\u6A5F\u68B0\u7FFB\u8A33\u5B57\u5E55\u3092\u512A\u5148\u7684\u306B\u4F7F\u7528\u3057\u307E\u3059\u3002\u6CE8\u610F\uFF1A\u3053\u306E\u30B7\u30E7\u30FC\u30C8\u30AB\u30C3\u30C8\u3067\u5909\u66F4\u3055\u308C\u308B\u306E\u306F\u5168\u4F53\u306E\u8A2D\u5B9A\u3067\u3059\u3002",videoSubtitlePreTranslationOn:"\u30D3\u30C7\u30AA\u306E\u5B57\u5E55\u306F\u3001\u512A\u5148\u7684\u306B\u6CA1\u5165\u578B\u306E\u7FFB\u8A33\u3092\u4F7F\u7528\u3057\u307E\u3059",videoSubtitlePreTranslationOff:"\u30D3\u30C7\u30AA\u306E\u5B57\u5E55\u306F\u3001\u5143\u306E\u30D3\u30C7\u30AA\u306B\u4ED8\u5C5E\u306E\u6A5F\u68B0\u7FFB\u8A33\u5B57\u5E55\u3092\u512A\u5148\u7684\u306B\u4F7F\u7528\u3057\u307E\u3059\u3002",translationFont:"\u30D5\u30A9\u30F3\u30C8\u3092\u8A2D\u5B9A\u3059\u308B","translationFont.custom":"\u30AB\u30B9\u30BF\u30E0\u30D5\u30A9\u30F3\u30C8\u3092\u5165\u529B\u3057\u3066\u304F\u3060\u3055\u3044","translationFont.customPlaceholder":"\u30D5\u30A9\u30F3\u30C8","translationFont.notSupportErrorMessage":"\u3042\u306A\u305F\u304C\u5165\u529B\u3057\u305F\u30D5\u30A9\u30F3\u30C8\u540D\u304C\u6B63\u3057\u3044\u304B\u78BA\u8A8D\u3059\u308B\u304B\u3001\u305D\u306E\u30D5\u30A9\u30F3\u30C8\u304C\u3042\u306A\u305F\u306E\u30C7\u30D0\u30A4\u30B9\u306B\u30A4\u30F3\u30B9\u30C8\u30FC\u30EB\u3055\u308C\u3066\u3044\u308B\u3053\u3068\u3092\u78BA\u8A8D\u3057\u3066\u304F\u3060\u3055\u3044\u3002","touch.mouse-translate":"\u6307\u5B9A\u3055\u308C\u305F\u6BB5\u843D\u3092\u7FFB\u8A33\u3057\u3066\u304F\u3060\u3055\u3044","translationServices.inherit":"\u4E3B\u306A\u7FFB\u8A33\u30B5\u30FC\u30D3\u30B9\u306B\u5F93\u3063\u3066\u304F\u3060\u3055\u3044\u3002","error.serveConfigError":"\u30B5\u30FC\u30D3\u30B9\u8A2D\u5B9A\u30A8\u30E9\u30FC","error.reloadPageOfSetting":"\u8A2D\u5B9A\u5F8C\u3001\u30DA\u30FC\u30B8\u3092\u30EA\u30D5\u30EC\u30C3\u30B7\u30E5\u3057\u3066\u518D\u5EA6\u7FFB\u8A33\u3057\u3066\u304F\u3060\u3055\u3044\u3002","error.googleLimitIp":"\u30B5\u30FC\u30D3\u30B9\u304C\u30A8\u30E9\u30FC\u3092\u8FD4\u3057\u307E\u3057\u305F\u3002Google\u30B5\u30FC\u30D3\u30B9\u306F\u3053\u306EIP\u30A2\u30C9\u30EC\u30B9\u306B\u5BFE\u3057\u3066\u6D41\u91CF\u5236\u9650\u3092\u884C\u3063\u3066\u3044\u307E\u3059\u3002\u30CD\u30C3\u30C8\u30EF\u30FC\u30AF\u30CE\u30FC\u30C9\u306E\u5909\u66F4\u3092\u304A\u52E7\u3081\u3057\u307E\u3059\u3002","error.openAIFreeLimit":"\u30B5\u30FC\u30D3\u30B9\u304C\u30A8\u30E9\u30FC\u3092\u8FD4\u3057\u307E\u3057\u305F\u3002\u73FE\u5728\u306E\u7FFB\u8A33\u30EA\u30AF\u30A8\u30B9\u30C8\u306E\u983B\u5EA6\u306F\u30011\u5206\u3042\u305F\u308A\u6700\u59273\u56DE\u306E\u4E0A\u9650\u306B\u9054\u3057\u3066\u3044\u307E\u3059\u3002\u5F8C\u307B\u3069\u518D\u5EA6\u304A\u8A66\u3057\u304F\u3060\u3055\u3044\u3002\uFF08\u3053\u308C\u306FOpenAI\u516C\u5F0F\u304C\u7121\u6599\u306EAPI Key\u306B\u5BFE\u3059\u308B\u5236\u9650\u3067\u3001\u3053\u306E\u5236\u9650\u3092\u89E3\u9664\u3059\u308B\u306B\u306F\u3001OpenAI\u306E\u30D0\u30C3\u30AF\u30A8\u30F3\u30C9\u3067\u30AF\u30EC\u30B8\u30C3\u30C8\u30AB\u30FC\u30C9\u3092\u767B\u9332\u3057\u3066\u304F\u3060\u3055\u3044\u3002\uFF09","error.openAIExceededQuota":"\u30B5\u30FC\u30D3\u30B9\u30A8\u30E9\u30FC\u304C\u8FD4\u3055\u308C\u307E\u3057\u305F\uFF1A\u73FE\u5728\u306EOpenAI\u30A2\u30AB\u30A6\u30F3\u30C8\u306E\u6B8B\u9AD8\u304C\u4E0D\u8DB3\u3057\u3066\u3044\u307E\u3059\u3002OpenAI\u306E\u516C\u5F0F\u30D0\u30C3\u30AF\u30A8\u30F3\u30C9\u3067\u30C1\u30E3\u30FC\u30B8\u3059\u308B\u304B\u3001\u30AF\u30EC\u30B8\u30C3\u30C8\u30AB\u30FC\u30C9\u3092\u767B\u9332\u3057\u3066\u304F\u3060\u3055\u3044\u3002","error.429":"\u30B5\u30FC\u30D3\u30B9\u304C\u30A8\u30E9\u30FC\u3092\u8FD4\u3057\u307E\u3057\u305F\u3002\u3053\u308C\u306F\u3001\u30EA\u30AF\u30A8\u30B9\u30C8\u304C\u983B\u7E41\u3059\u304E\u308B\u304B\u3001\u5236\u9650\u3092\u8D85\u3048\u3066\u3044\u308B\u3053\u3068\u3092\u793A\u3057\u3066\u3044\u307E\u3059\u3002\u5F8C\u3067\u3082\u3046\u4E00\u5EA6\u304A\u8A66\u3057\u304F\u3060\u3055\u3044\u3002","error.403":"\u30B5\u30FC\u30D3\u30B9\u304C\u30A8\u30E9\u30FC\u3092\u8FD4\u3057\u307E\u3057\u305F\u3001\u73FE\u5728\u305D\u306E\u30B5\u30FC\u30D3\u30B9\u306B\u30A2\u30AF\u30BB\u30B9\u3059\u308B\u6A29\u9650\u304C\u3042\u308A\u307E\u305B\u3093\u3002","error.400":"\u30B5\u30FC\u30D3\u30B9\u304C\u30A8\u30E9\u30FC\u3092\u8FD4\u3057\u307E\u3057\u305F\u3001\u30EA\u30AF\u30A8\u30B9\u30C8\u30D1\u30E9\u30E1\u30FC\u30BF\u304C\u9593\u9055\u3063\u3066\u3044\u307E\u3059\u3001\u5BFE\u5FDC\u3059\u308B\u8A2D\u5B9A\u3092\u78BA\u8A8D\u3057\u3066\u304F\u3060\u3055\u3044\u3002","error.502":"\u30B5\u30FC\u30D3\u30B9\u304C\u30A8\u30E9\u30FC\u3092\u8FD4\u3057\u307E\u3057\u305F\u3001\u30B5\u30FC\u30D3\u30B9\u304C\u30BF\u30A4\u30E0\u30A2\u30A6\u30C8\u3057\u307E\u3057\u305F\u3001\u5F8C\u3067\u3082\u3046\u4E00\u5EA6\u304A\u8A66\u3057\u304F\u3060\u3055\u3044\u3002","error.proTokenInvalid":"\u3082\u3057\u3042\u306A\u305F\u304CPro\u30E6\u30FC\u30B6\u30FC\u3067\u3042\u308C\u3070\u3001\u30ED\u30B0\u30A4\u30F3\u5F8C\u306BPro\u7FFB\u8A33\u30B5\u30FC\u30D3\u30B9\u3092\u3054\u5229\u7528\u304F\u3060\u3055\u3044\u3002","error.proUpgrade":"\u30A2\u30C3\u30D7\u30B0\u30EC\u30FC\u30C9\u5F8C\u3001\u30DA\u30FC\u30B8\u3092\u66F4\u65B0\u3057\u3066\u518D\u5EA6\u7FFB\u8A33\u3057\u3066\u304F\u3060\u3055\u3044\u3002","error.configError":"\u8A2D\u5B9A\u30C7\u30FC\u30BF\u304C\u7570\u5E38\u3067\u3059","error.goReset":"\u30EA\u30BB\u30C3\u30C8\u306B\u884C\u304F",batchEdit:"\u4E00\u62EC\u64CD\u4F5C","translationModeLang.translation.title":"\u7FFB\u8A33\u306E\u307F\u30E2\u30FC\u30C9\u306E\u8A00\u8A9E","translationModeLang.translation.description":"\u30DA\u30FC\u30B8\u306E\u8A00\u8A9E\u304C\u4EE5\u4E0B\u306E\u8A00\u8A9E\u306E\u5834\u5408\u3001\u81EA\u52D5\u7684\u306B\u7FFB\u8A33\u6587\u306E\u307F\u306E\u30E2\u30FC\u30C9\u3092\u4F7F\u7528\u3057\u307E\u3059\u3002","translationModeUrl.translation.title":"\u7FFB\u8A33\u306E\u307F\u30E2\u30FC\u30C9\u306E\u30A6\u30A7\u30D6\u30B5\u30A4\u30C8","translationModeUrl.translation.description":"\u4EE5\u4E0B\u306E\u30C9\u30E1\u30A4\u30F3\u306E\u30A6\u30A7\u30D6\u30B5\u30A4\u30C8\u3067\u306F\u3001\u81EA\u52D5\u7684\u306B\u7FFB\u8A33\u30C6\u30AD\u30B9\u30C8\u306E\u307F\u306E\u30E2\u30FC\u30C9\u304C\u4F7F\u7528\u3055\u308C\u307E\u3059\u3002","error.serveUnavailable":"\u3042\u306A\u305F\u304C\u73FE\u5728\u4F7F\u7528\u3057\u3066\u3044\u308B[{serverName}]\u30B5\u30FC\u30D3\u30B9\u306F\u3001\u30CD\u30C3\u30C8\u30EF\u30FC\u30AF\u63A5\u7D9A\u3084\u30B5\u30FC\u30D3\u30B9\u30D7\u30ED\u30D0\u30A4\u30C0\u306E\u554F\u984C\u306B\u3088\u308A\u4E00\u6642\u7684\u306B\u30A2\u30AF\u30BB\u30B9\u3067\u304D\u307E\u305B\u3093\u3002\u30DA\u30FC\u30B8\u3092\u30EA\u30D5\u30EC\u30C3\u30B7\u30E5\u3059\u308B\u304B\u3001<1>\u8A2D\u5B9A\u304B\u3089\u4ED6\u306E\u7FFB\u8A33\u30B5\u30FC\u30D3\u30B9\u306B\u5207\u308A\u66FF\u3048\u308B\u3053\u3068\u3092\u304A\u52E7\u3081\u3057\u307E\u3059\u3002\u3082\u3057<2>Pro\u4F1A\u54E1\u3067\u3042\u308C\u3070\u3001\u3088\u308A\u5B89\u5B9A\u3057\u305FDeepL\u307E\u305F\u306FOpenAI\u306E\u7FFB\u8A33\u30B5\u30FC\u30D3\u30B9\u3092\u9078\u629E\u3059\u308B\u3053\u3068\u304C\u3067\u304D\u307E\u3059\uFF08<3>\u3053\u3053\u3092\u30AF\u30EA\u30C3\u30AF\u3057\u3066\u7121\u6599\u4F53\u9A13\uFF09\u3002\u307E\u305F\u3001\u30CD\u30C3\u30C8\u30EF\u30FC\u30AF\u3084\u30D7\u30ED\u30AD\u30B7\u8A2D\u5B9A\u3092\u78BA\u8A8D\u3059\u308B\u5FC5\u8981\u304C\u3042\u308B\u304B\u3082\u3057\u308C\u307E\u305B\u3093\u3002",detectServiceLoading:"\u5229\u7528\u53EF\u80FD\u306A\u7FFB\u8A33\u30B5\u30FC\u30D3\u30B9\u3092\u691C\u51FA\u4E2D...",toggleToService:"{service}\u306B\u5207\u308A\u66FF\u3048\u3066\u518D\u8A66\u884C\u3057\u3066\u304F\u3060\u3055\u3044\u3002","error.gemini.429":"\u73FE\u5728\u306EGemini\u30B5\u30FC\u30D3\u30B9\u306E\u73FE\u5728\u306E\u8CA0\u8377\u80FD\u529B\u304C\u4E0A\u9650\u306B\u9054\u3057\u3066\u3044\u307E\u3059\u306E\u3067\u3001\u5F8C\u307B\u3069\u518D\u5EA6\u304A\u8A66\u3057\u3044\u305F\u3060\u304F\u304B\u3001\u4ED6\u306E\u7FFB\u8A33\u30B5\u30FC\u30D3\u30B9\u306B\u5207\u308A\u66FF\u3048\u3066\u304F\u3060\u3055\u3044\u3002",enableSentryReport:"\u62E1\u5F35\u304C\u30A8\u30E9\u30FC\u3092\u8D77\u3053\u3057\u305F\u3068\u304D\u3001Sentry\u3092\u4F7F\u7528\u3057\u3066\u30D5\u30A3\u30FC\u30C9\u30D0\u30C3\u30AF\u3092\u63D0\u51FA\u3057\u3066\u304F\u3060\u3055\u3044\u3002",goLogin:"\u30ED\u30B0\u30A4\u30F3\u3057\u3066\u304F\u3060\u3055\u3044","translationServices.gemini":"\u30B8\u30A7\u30DF\u30CB","error.reason":"\u30A8\u30E9\u30FC\u306E\u539F\u56E0","widget.translateFile":"PDF/ePub",touchShortcutsOff:"\u9589\u3058\u308B","error.retry":"\u518D\u8A66\u884C","multipleClick.4":"\u56DB\u9023\u6483",shortcutSettings:"\u30B7\u30E7\u30FC\u30C8\u30AB\u30C3\u30C8\u30AD\u30FC","multipleClick.3":"\u30C8\u30EA\u30D7\u30EB\u30B9\u30C8\u30E9\u30A4\u30AF",notLogin:"\u30ED\u30B0\u30A4\u30F3\u3057\u3066\u3044\u307E\u305B\u3093","slide.right":"\u5DE6\u306B\u30B9\u30EF\u30A4\u30D7\u3057\u3066\u304F\u3060\u3055\u3044",translationOnlyMode:"\u8A33\u6587\u306E\u307F\u30E2\u30FC\u30C9","widget.videoSubtitle":"\u30D3\u30C7\u30AA\u5B57\u5E55",paragraphMinTextCountField:"\u7FFB\u8A33\u6BB5\u843D\u306B\u5FC5\u8981\u306A\u6700\u5C0F\u6587\u5B57\u6570","subtitle.hideQuickButton":"\u3053\u306E\u30B7\u30E7\u30FC\u30C8\u30AB\u30C3\u30C8\u3092\u8868\u793A\u3057\u306A\u3044","floatBall.iKnow":"\u308F\u304B\u308A\u307E\u3057\u305F",contact:"\u79C1\u305F\u3061\u306B\u9023\u7D61\u3057\u3066\u304F\u3060\u3055\u3044","widget.instructionTooltip":"\u4F7F\u7528\u8AAC\u660E\u3092\u78BA\u8A8D\u3057\u3066\u304F\u3060\u3055\u3044","tagsInput.add":"+ \u8FFD\u52A0",loggedIn:"\u30ED\u30B0\u30A4\u30F3\u6E08\u307F","intro.floatBallTitle":"\u30AF\u30A4\u30C3\u30AF\u7FFB\u8A33\u30D5\u30ED\u30FC\u30C8\u30DC\u30FC\u30EB",pickAll:"\u3059\u3079\u3066\u9078\u629E","error.subscriptionExpiredTitle":"\u4F1A\u54E1\u304C\u671F\u9650\u5207\u308C\u306B\u306A\u308A\u307E\u3057\u305F","widget.instruction":"\u4F7F\u7528\u8AAC\u660E","shortcutGroup.main":"\u4E00\u822C\u7684\u306A\u6A5F\u80FD\u306E\u30B7\u30E7\u30FC\u30C8\u30AB\u30C3\u30C8\u30AD\u30FC","subtitle.bilingual":"\u30D0\u30A4\u30EA\u30F3\u30AC\u30EB\u5B57\u5E55",alwaysTranslateThisSite:"\u5E38\u306B\u3053\u306E\u30A6\u30A7\u30D6\u30B5\u30A4\u30C8\u3092\u7FFB\u8A33\u3057\u3066\u304F\u3060\u3055\u3044\u3002",mouseHoverCustomKeyTitle:"\u30AB\u30B9\u30BF\u30E0\u30DE\u30A6\u30B9\u30DB\u30D0\u30FC\u30B7\u30E7\u30FC\u30C8\u30AB\u30C3\u30C8","shortcutGroup.mouse":"\u30DE\u30A6\u30B9\u30DB\u30D0\u30FC\u30B7\u30E7\u30FC\u30C8\u30AB\u30C3\u30C8\u8A2D\u5B9A","browser.translateWithGemini":"\u73FE\u5728\u306E\u30DA\u30FC\u30B8\u3092\u4E00\u6642\u7684\u306BGemini\u3067\u7FFB\u8A33\u3057\u3066\u304F\u3060\u3055\u3044",shortcutSettingsTitle:"\u30B7\u30E7\u30FC\u30C8\u30AB\u30C3\u30C8\u30AD\u30FC\u306E\u8A2D\u5B9A","subtitle.showQuickButton":"\u30D7\u30EC\u30FC\u30E4\u30FC\u306B\u4E8C\u8A00\u8A9E\u5B57\u5E55\u306E\u30B7\u30E7\u30FC\u30C8\u30AB\u30C3\u30C8\u3092\u8868\u793A\u3059\u308B","browser.translateWithOpenAI":"\u4E00\u6642\u7684\u306BOpenAI\u3092\u4F7F\u3063\u3066\u73FE\u5728\u306E\u30DA\u30FC\u30B8\u3092\u7FFB\u8A33\u3057\u3066\u304F\u3060\u3055\u3044","browser.translateInputBox":"\u73FE\u5728\u306E\u5165\u529B\u30DC\u30C3\u30AF\u30B9\u306E\u5185\u5BB9\u3092\u7FFB\u8A33\u3057\u3066\u304F\u3060\u3055\u3044\u3002","browser.translateWithDeepL":"\u73FE\u5728\u306E\u30DA\u30FC\u30B8\u3092\u4E00\u6642\u7684\u306BDeepL\u3067\u7FFB\u8A33\u3057\u3066\u304F\u3060\u3055\u3044\u3002","browser.translateWithGoogle":"\u4E00\u6642\u7684\u306BGoogle\u7FFB\u8A33\u3067\u73FE\u5728\u306E\u30DA\u30FC\u30B8\u3092\u7FFB\u8A33\u3057\u3066\u304F\u3060\u3055\u3044\u3002",temprarilyChangeTranslationTo_openai:"\u73FE\u5728\u3001OpenAI\u3092\u4F7F\u7528\u3057\u3066\u73FE\u5728\u306E\u30DA\u30FC\u30B8\u3092\u7FFB\u8A33\u3057\u3066\u3044\u307E\u3059",temprarilyChangeTranslationTo_deepl:"\u73FE\u5728\u3001DeepL\u3092\u4F7F\u7528\u3057\u3066\u73FE\u5728\u306E\u30DA\u30FC\u30B8\u3092\u7FFB\u8A33\u3057\u3066\u3044\u307E\u3059","intro.subtitleTitle":"\u30AA\u30F3\u30E9\u30A4\u30F3\u30D3\u30C7\u30AA\u306E\u30D0\u30A4\u30EA\u30F3\u30AC\u30EB\u5B57\u5E55\u8868\u793A","shortcutGroup.touch":"\u30BF\u30C3\u30C1\u30B9\u30AF\u30EA\u30FC\u30F3\u5C02\u7528\u30B8\u30A7\u30B9\u30C1\u30E3\u30FC",temprarilyChangeTranslationTo_gemini:"\u73FE\u5728\u3001Gemini\u3092\u4F7F\u7528\u3057\u3066\u73FE\u5728\u306E\u30DA\u30FC\u30B8\u3092\u7FFB\u8A33\u3057\u3066\u3044\u307E\u3059",neverTranslateThisSite:"\u3053\u306E\u30A6\u30A7\u30D6\u30B5\u30A4\u30C8\u3092\u6C38\u9060\u306B\u7FFB\u8A33\u3057\u306A\u3044\u3067\u304F\u3060\u3055\u3044",temprarilyChangeTranslationTo_transmart:"\u73FE\u5728\u3001\u30C6\u30F3\u30BB\u30F3\u30C8\u7FFB\u8A33\u3092\u4F7F\u7528\u3057\u3066\u73FE\u5728\u306E\u30DA\u30FC\u30B8\u3092\u7FFB\u8A33\u3057\u3066\u3044\u307E\u3059","browser.translateWithTransmart":"\u4E00\u6642\u7684\u306B\u30C6\u30F3\u30BB\u30F3\u30C8\u7FFB\u8A33\u3067\u73FE\u5728\u306E\u30DA\u30FC\u30B8\u3092\u7FFB\u8A33\u3057\u3066\u304F\u3060\u3055\u3044",notLoginPro:"\u3042\u306A\u305F\u306E\u4F1A\u54E1\u30A2\u30AB\u30A6\u30F3\u30C8\u306B\u307E\u3060\u30ED\u30B0\u30A4\u30F3\u3057\u3066\u3044\u307E\u305B\u3093",networkError:"\u7FFB\u8A33\u30B5\u30FC\u30D3\u30B9\u307E\u305F\u306F\u30CD\u30C3\u30C8\u30EF\u30FC\u30AF\u306B\u554F\u984C\u304C\u767A\u751F\u3057\u3066\u3044\u307E\u3059","widget.videoSubtitleTooltip":"Youtube \u7B49 {count}+ \u306E\u30D3\u30C7\u30AA\u30B5\u30A4\u30C8\u3092\u30B5\u30DD\u30FC\u30C8\u3057\u3066\u3044\u307E\u3059","subtitle.autoDisableSubtitle":"\u81EA\u52D5\u7684\u306B\u4E8C\u304B\u56FD\u8A9E\u306E\u5B57\u5E55\u3092\u6709\u52B9\u306B\u3057\u306A\u3044","intro.hoverTitle":"\u30DE\u30A6\u30B9\u3092\u73FE\u5728\u306E\u6BB5\u843D\u306B\u30DB\u30D0\u30FC\u3057\u3066\u7FFB\u8A33\u3057\u3066\u304F\u3060\u3055\u3044","shortcutGroup.others":"\u3088\u308A\u591A\u304F\u306E\u30AB\u30B9\u30BF\u30E0\u6A5F\u80FD\u306E\u30B7\u30E7\u30FC\u30C8\u30AB\u30C3\u30C8",upgradeToProErrorTitle:"\u3053\u306E\u7FFB\u8A33\u30B5\u30FC\u30D3\u30B9\u3092\u4F7F\u7528\u3059\u308B\u306B\u306F\u3001Pro\u30E1\u30F3\u30D0\u30FC\u306B\u30A2\u30C3\u30D7\u30B0\u30EC\u30FC\u30C9\u3057\u3066\u304F\u3060\u3055\u3044\u3002",temprarilyChangeTranslationTo_google:"\u73FE\u5728\u3001Google\u7FFB\u8A33\u3092\u4F7F\u7528\u3057\u3066\u73FE\u5728\u306E\u30DA\u30FC\u30B8\u3092\u7FFB\u8A33\u3057\u3066\u3044\u307E\u3059",touchShortcutsToggleTranslationMask:"\u30BF\u30C3\u30C1\u30B9\u30AF\u30EA\u30FC\u30F3\u30B8\u30A7\u30B9\u30C1\u30E3\u30FC\u3092\u8A2D\u5B9A\u3057\u3066\u3001\u7FFB\u8A33\u30DE\u30B9\u30AF\u3092\u8868\u793A/\u539F\u6587\u3092\u8868\u793A","shortcutGroup.shortcutsForTranslationServices":"\u7FFB\u8A33\u30B5\u30FC\u30D3\u30B9\u95A2\u9023\u306E\u30B7\u30E7\u30FC\u30C8\u30AB\u30C3\u30C8\u30AD\u30FC","neverTranslateText.title":"\u4EE5\u4E0B\u306E\u5358\u8A9E\u306F\u539F\u6587\u306E\u307E\u307E\u306B\u3057\u3066\u304F\u3060\u3055\u3044\u3001\u7FFB\u8A33\u3057\u306A\u3044\u3067\u304F\u3060\u3055\u3044\u3002","widget.translateFileTooltip":"PDF\u3001EPUB\u3001SRT\u3001ASS\u3001HTML\u3001TXT \u30C9\u30AD\u30E5\u30E1\u30F3\u30C8\u3092\u7FFB\u8A33\u3057\u3066\u304F\u3060\u3055\u3044","floatBall.longPress":"\u9577\u62BC\u3057\u3059\u308B\u3068\u3001\u8A2D\u5B9A\u30D1\u30CD\u30EB\u3092\u7D20\u65E9\u304F\u958B\u304F\u3053\u3068\u304C\u3067\u304D\u307E\u3059\u3088","floatBall.guideClickToTranslate":`\u30AF\u30EA\u30C3\u30AF\u3057\u3066\u6CA1\u5165\u578B\u7FFB\u8A33\u30D5\u30ED\u30FC\u30C8\u30DC\u30FC\u30EB\u3092 + {env.imt_sub_trans_field}: Translation`,"subtitle.quickButton.black":"Black","subtitle.quickButton.cyan":"Blue","translationServices.claude":"Claude","subtitle.quickButton.backgroundColor":"Background color","subtitle.quickButton.green":"Green","subtitle.quickButton.blue":"Blue","subtitle.quickButton.white":"White","subtitle.quickButton.setting":"Settings","subtitle.quickButton.translationPosition":"Translation location","subtitle.quickButton.backgroundOpacity":"Background Opacity","subtitle.quickButton.sourceFontSize":"Original font size","subtitle.quickButton.sourceTextColor":"Original font color","subtitle.quickButton.yellow":"Yellow","subtitle.quickButton.translationFontSize":"Translation font size","subtitle.quickButton.translationPositionBottom":"Below the original text","subtitle.quickButton.red":"Red","subtitle.quickButton.translationPositionTop":"Above the original text","subtitle.quickButton.translationTextColor":"Translation font color","subtitle.quickButton.magenta":"Magenta",attachSubtitleTranslating:"Translating using {service}...","error.claude.403":"Access to the service is temporarily unavailable, possibly due to regional restrictions related to Claude. You can try changing your IP address, or use other translation services.","browser.brandDescriptionForSafari":"Free Translate Website, Translate PDF & Epub eBook, Translate Video Subtitles in Bilingual","browser.PdfProFile":"AI-Driven PDF Pro Translation","browser.textTranslate":"Text Translation"};var F4={nologin:"\u30ED\u30B0\u30A4\u30F3\u3057\u3066\u3044\u306A\u3044",loginForSafari:"\u30ED\u30B0\u30A4\u30F3\u307E\u305F\u306F\u767B\u9332",login:"\u30ED\u30B0\u30A4\u30F3\u3057\u3066\u4F1A\u54E1\u767B\u9332",manageAccount:"\u30DE\u30CD\u30FC\u30B8\u30C9\u30FB\u30A2\u30AB\u30A6\u30F3\u30C8",openPremium:"\u30AA\u30FC\u30D7\u30F3\u30FB\u30E1\u30F3\u30D0\u30FC",logout:"\u30A2\u30DC\u30FC\u30C8",curentPlan:"\u73FE\u5728\u306E\u30D1\u30C3\u30B1\u30FC\u30B8",endAt:"\u7D76\u606F",endAuto:"\u81EA\u52D5\u66F4\u65B0",lineBreakMaxTextCount:"\u6539\u884C\u5F8C\u306E1\u6587\u306B\u8A31\u3055\u308C\u308B\u6700\u5927\u6587\u5B57\u6570","translate-pdf":"\u30AF\u30EA\u30C3\u30AF\u3057\u3066PDF\u3092\u7FFB\u8A33\u3059\u308B","noSupportTranslate-pdf":"\u30B9\u30AF\u30EA\u30D7\u30C8\u306F\u30B5\u30DD\u30FC\u30C8\u3055\u308C\u3066\u3044\u307E\u305B\u3093\u3002","translate-firefox-local-pdf":"\u30AF\u30EA\u30C3\u30AF\u3057\u3066PDF\u3092\u30A4\u30F3\u30DD\u30FC\u30C8\u3059\u308B",enableLineBreak:"\u9577\u3044\u6BB5\u843D\u306E\u81EA\u52D5\u6539\u884C\u3092\u6709\u52B9\u306B\u3059\u308B",sponsorLabel:"\u30B9\u30DD\u30F3\u30B5\u30FC\u4ED8\u304D\u958B\u767A\u8005",help:"\u624B",browserShortcutsNoteForFirefox:"Firefox\u3067\u30B7\u30E7\u30FC\u30C8\u30AB\u30C3\u30C8\u3092\u5909\u66F4\u3059\u308B\u306B\u306F\u3001\u62E1\u5F35\u6A5F\u80FD\u306E\u7BA1\u7406\u30DA\u30FC\u30B8`about:addons`\u3092\u958B\u304D\u3001`Settings`\u3092\u30AF\u30EA\u30C3\u30AF\u3057\u3001`Manage Shortcuts`\u3092\u30AF\u30EA\u30C3\u30AF\u3057\u3066\u30B7\u30E7\u30FC\u30C8\u30AB\u30C3\u30C8\u3092\u8A2D\u5B9A\u3059\u308B\u5FC5\u8981\u304C\u3042\u308B\u3002",browserShortcutsNoteForChrome:"Chrome\u3067\u30B7\u30E7\u30FC\u30C8\u30AB\u30C3\u30C8\u3092\u5909\u66F4\u3059\u308B\u306B\u306F\u3001\u62E1\u5F35\u6A5F\u80FD\u306E\u7BA1\u7406\u30DA\u30FC\u30B8\u3092\u958B\u304D\u3001`\u30B7\u30E7\u30FC\u30C8\u30AB\u30C3\u30C8\u306E\u7BA1\u7406`\u30D1\u30CD\u30EB\uFF08`chrome://extensions/shortcuts`\uFF09\u3067\u30B7\u30E7\u30FC\u30C8\u30AB\u30C3\u30C8\u3092\u8A2D\u5B9A\u3057\u3001\u4E0B\u306E\u30DC\u30BF\u30F3\u3092\u30AF\u30EA\u30C3\u30AF\u3057\u3066\u30B7\u30E7\u30FC\u30C8\u30AB\u30C3\u30C8\u306E\u7BA1\u7406\u30DA\u30FC\u30B8\u306B\u30B8\u30E3\u30F3\u30D7\u3059\u308B\u5FC5\u8981\u304C\u3042\u308A\u307E\u3059\u3002",browserShortcutsSucks:"\u30AB\u30B9\u30BF\u30DE\u30A4\u30BA\u3055\u308C\u305F\u30B7\u30E7\u30FC\u30C8\u30AB\u30C3\u30C8\u306E\u66F8\u5F0F\u306F\u6B21\u306E\u3068\u304A\u308A\u3067\u3059\uFF08\u81EA\u52D5\u8A8D\u8B58\u306F\u884C\u308F\u308C\u307E\u305B\u3093\u306E\u3067\u3001\u76F4\u63A5\u5165\u529B\u3057\u3066\u304F\u3060\u3055\u3044\uFF09\uFF1A",enableLineBreakDescription:"\u30AA\u30F3\u306B\u3059\u308B\u3068\u3001\u9577\u3044\u6BB5\u843D\u306E\u6587\u672B\u306B\u6539\u884C\u304C\u5165\u308A\u3001\u8AAD\u307F\u3084\u3059\u304F\u306A\u308A\u307E\u3059\u3002","browser.shortBrandName":"\u30A4\u30DE\u30FC\u30B8\u30E7\u30F3\u7FFB\u8A33","browser.brandName":"\u30A4\u30DE\u30FC\u30B8\u30E7\u30F3\u7FFB\u8A33: \u4E8C\u30F6\u56FD\u8A9E\u30A6\u30A7\u30D6\u30DA\u30FC\u30B8\u7FFB\u8A33 & PDF\u6587\u66F8\u7FFB\u8A33","browser.brandDescription":"Deepl\u3001Google\u3001YouDao\u3001Tencent Translate\u306A\u3069\u3001\u8907\u6570\u306E\u7FFB\u8A33\u30B5\u30FC\u30D3\u30B9\u3092\u30B5\u30DD\u30FC\u30C8\u3057\u3066\u3044\u307E\u3059\u3002","browser.toggleTranslatePage":"\u30DA\u30FC\u30B8\u3092\u7FFB\u8A33\u3059\u308B\uFF0F\u539F\u6587\u3092\u8868\u793A\u3059\u308B","browser.toggleTranslateTheWholePage":"\u30DA\u30FC\u30B8\u306E\u5168\u9818\u57DF\u3092\u7FFB\u8A33\u3059\u308B\uFF0F\u539F\u6587\u3092\u8868\u793A\u3059\u308B","browser.toggleOnlyTransation":"\u30D0\u30A4\u30EA\u30F3\u30AC\u30EB/\u7FFB\u8A33\u30C6\u30AD\u30B9\u30C8\u306E\u307F\u30E2\u30FC\u30C9\u306B\u5207\u308A\u66FF\u3048\u3066\u304F\u3060\u3055\u3044","browser.toggleTranslateToThePageEndImmediately":"\u30DA\u30FC\u30B8\u4E0B\u90E8\u3078\u306E\u5373\u6642\u7FFB\u8A33\uFF0F\u539F\u6587\u306E\u8868\u793A","browser.toggleTranslateTheMainPage":"\u30DA\u30FC\u30B8\u306E\u30E1\u30A4\u30F3\u30A8\u30EA\u30A2\u3092\u7FFB\u8A33\u3059\u308B\uFF0F\u539F\u6587\u3092\u8868\u793A\u3059\u308B","browser.shareToDraft":"\u30D0\u30A4\u30EA\u30F3\u30AC\u30EB\u30DA\u30FC\u30B8\u3092\u5171\u6709\u3059\u308B","browser.openOptionsPage":"\u8A2D\u5B9A\u30DA\u30FC\u30B8\u3092\u958B\u304F","browser.toggleTranslationMask":"\u4E26\u9032\u30D6\u30E9\u30FC\u52B9\u679C\u306E\u8868\u793A\uFF0F\u975E\u8868\u793A","browser.translateLocalPdfFile":"\u30ED\u30FC\u30AB\u30EB\u306EPDF\u30D5\u30A1\u30A4\u30EB\u3092\u7FFB\u8A33\u3059\u308B","browser.openEbookViewer":"\u5730\u5143\u306E\u96FB\u5B50\u66F8\u7C4D\u3092\u8AAD\u3080","browser.openEbookBuilder":"\u30D0\u30A4\u30EA\u30F3\u30AC\u30EBEPUB\u96FB\u5B50\u66F8\u7C4D\u306E\u5236\u4F5C","browser.translateLocalHtmlFile":"HTML/\u30C6\u30AD\u30B9\u30C8\u30D5\u30A1\u30A4\u30EB\u3092\u7FFB\u8A33\u3059\u308B","browser.donateContext":"\u30B9\u30DD\u30F3\u30B5\u30FC\u7279\u5178\u306B\u3064\u3044\u3066","browser.translateLocalSubtitleFile":"\u30ED\u30FC\u30AB\u30EB\u5B57\u5E55\u30D5\u30A1\u30A4\u30EB\u3092\u7FFB\u8A33\u3059\u308B",confirmResetConfig:"\u672C\u5F53\u306B\u8A2D\u5B9A\u3092\u30EA\u30BB\u30C3\u30C8\u3057\u307E\u3059\u304B\uFF1F",translationLineBreakSettingTitle:"\u7FFB\u8A33\u306E\u6539\u884C\u8A2D\u5B9A",smartLineBreak:"\u30B9\u30DE\u30FC\u30C8\u30E9\u30A4\u30F3\u30D5\u30A3\u30FC\u30C9",alwaysLineBreak:"\u5E38\u306B\u6539\u884C",isShowContextMenu:"\u53F3\u30AF\u30EA\u30C3\u30AF\u30E1\u30CB\u30E5\u30FC\u306B\u7FFB\u8A33\u30DA\u30FC\u30B8\u3092\u8FFD\u52A0",toggleBeta:"\u30D9\u30FC\u30BF\u30C6\u30B9\u30C8\u6A5F\u80FD\u306E\u6709\u52B9\u5316",betaDescription:"\u307E\u3060\u5B9F\u9A13\u6BB5\u968E\u3067\u3042\u308B\u6A5F\u80FD\u3084\u3001\u30D9\u30FC\u30BF\u7248\u306E\u7FFB\u8A33\u30B5\u30FC\u30D3\u30B9\u3092\u6709\u52B9\u306B\u3059\u308B\u3002\u8A73\u3057\u304F\u306F <1>Telegram\u30B0\u30EB\u30FC\u30D7\u306B\u3054\u53C2\u52A0\u304F\u3060\u3055\u3044\u3002",translationLineBreakSettingDescription:"\u30B3\u30F3\u30C6\u30F3\u30C4\u304C\u5C11\u306A\u3044\u30DA\u30FC\u30B8\u3067\u306F\u3001\u5E38\u306B\u304D\u3061\u3093\u3068\u6539\u884C\u3059\u308B\u3002(\u5185\u5BB9\u306E\u591A\u3044\u9577\u3044\u6BB5\u843D({count}\u6587\u5B57\u4EE5\u4E0A)\u3067\u306F\u3001\u30B9\u30DA\u30FC\u30B9\u3092\u7BC0\u7D04\u3059\u308B\u305F\u3081\u306B\u6539\u884C\u3092\u30B9\u30DE\u30FC\u30C8\u306B\u4F7F\u3044\u307E\u3057\u3087\u3046)\u3002",tempTranslateDomainTitle:"\u30A6\u30A7\u30D6\u30B5\u30A4\u30C8\u7FFB\u8A33\u306E\u4E00\u6642\u7684\u306A\u5207\u308A\u66FF\u3048\u671F\u9593",tempTranslateDomainDescription:"\u624B\u52D5\u3067\u30A6\u30A7\u30D6\u30DA\u30FC\u30B8\u3092\u7FFB\u8A33\u3059\u308B\u5834\u5408\u306F\u3001\u4E00\u6642\u7684\u306B\u81EA\u52D5\u7FFB\u8A33\u7528\u306EWeb\u30B5\u30A4\u30C8\u3092\u30AA\u30F3\u306B\u3057\u3001\u4E00\u6642\u7684\u306A\u671F\u9593\u3092\u8A2D\u5B9A\u3059\u308B\u3053\u3068\u304C\u3067\u304D\u307E\u3059\u3002",xMinutes:"{count} \u8B70\u4E8B\u9332",disabled:"\u7269\u306E\u4F7F\u7528\u3092\u7981\u6B62\u3059\u308B\u3002",changelog:"\u66F4\u65B0\u30ED\u30B0",toggleTranslatePageWhenThreeFingersOnTheScreen:"\u8907\u6570\u306E\u6307\u304C\u540C\u6642\u306B\u753B\u9762\u306B\u89E6\u308C\u308B\u3068\u3001\u30A6\u30A7\u30D6\u30DA\u30FC\u30B8\u3092\u7FFB\u8A33\u3057\u305F\u308A\u3001\u539F\u6587\u3092\u8868\u793A\u3057\u305F\u308A\u3059\u308B\u3002",toggleTranslationMaskWhenThreeFingersOnTheScreen:"\u30DE\u30EB\u30C1\u30D5\u30A3\u30F3\u30AC\u30FC\u30BF\u30C3\u30C1\u3067\u307C\u304B\u3057\u52B9\u679C\u3092\u8868\u793A/\u975E\u8868\u793A\u3002",fingerCountToToggleTranslagePageOnlyTranslationWhenTouching:"\u8907\u6570\u306E\u6307\u304C\u540C\u6642\u306B\u753B\u9762\u306B\u89E6\u308C\u308B\u3053\u3068\u3067\u3001\u30A6\u30A7\u30D6\u30DA\u30FC\u30B8\u3092\u7FFB\u8A33\uFF08\u7FFB\u8A33\u306E\u307F\uFF09\uFF0F\u539F\u6587\u3092\u8868\u793A\u3002",addUrlDescription:"\u30C9\u30E1\u30A4\u30F3\u540D\u3092\u6307\u5B9A\u3067\u304D\u3001\u30EF\u30A4\u30EB\u30C9\u30AB\u30FC\u30C9\u3082\u30B5\u30DD\u30FC\u30C8\u3002\u4F8B\uFF1A\uFF1A*.google.com\u3001google.com/mail/*\u3001https://www.google.com/*\u3002",general:"\u57FA\u672C\u8A2D\u5B9A",clickToExpandConfig:"\u73FE\u5728\u306E\u30B3\u30F3\u30D5\u30A3\u30AE\u30E5\u30EC\u30FC\u30B7\u30E7\u30F3\u3092\u62E1\u5927\u3059\u308B",import:"\u30D5\u30A1\u30A4\u30EB\u304B\u3089\u306E\u30A4\u30F3\u30DD\u30FC\u30C8",export:"\u30D5\u30A1\u30A4\u30EB\u3078\u306E\u30A8\u30AF\u30B9\u30DD\u30FC\u30C8",toggleDebug:"\u30B3\u30F3\u30BD\u30FC\u30EB\u306B\u30C7\u30D0\u30C3\u30B0\u30ED\u30B0\u3092\u8868\u793A\u3059\u308B","fingers.0":"\u51DD\u56FA","fingers.2":"\u30C4\u30FC\u30D5\u30A3\u30F3\u30AC\u30FC\u30BF\u30C3\u30C1","fingers.3":"\u30B9\u30EA\u30FC\u30D5\u30A3\u30F3\u30AC\u30FC\u30BF\u30C3\u30C1","fingers.4":"\u30D5\u30A9\u30FC\u30D5\u30A3\u30F3\u30AC\u30FC\u30BF\u30C3\u30C1","fingers.5":"5\u672C\u6307\u30BF\u30C3\u30C1",mouseHoldKey:"+ {key} \u7FFB\u8A33/\u6BB5\u843D\u3092\u5143\u306B\u623B\u3059",mouseHoldKeyAuto:"\u30D1\u30E9\u30B0\u30E9\u30D5\u306E\u76F4\u8A33",mouseHoldKeyOff:"\u4F55\u3082\u3059\u308B\u306A\u3002",mouseHoldKeyOther:"\u30B7\u30E7\u30FC\u30C8\u30AB\u30C3\u30C8\u306E\u30AB\u30B9\u30BF\u30DE\u30A4\u30BA\uFF08\u8A2D\u5B9A\u3092\u958B\u304F\uFF09",mouseHoldKeyCustomKey:"{key} \u30D1\u30E9\u30B0\u30E9\u30D5\u306E\u7FFB\u8A33\uFF0F\u7E2E\u5C0F",mouseHoverHoldKey:"\u30B7\u30E7\u30FC\u30C8\u30AB\u30C3\u30C8\u30AD\u30FC\u3092\u62BC\u3057\u306A\u304C\u3089\u30DE\u30A6\u30B9\u3092\u52D5\u304B\u3059\u3068\u6BB5\u843D\u304C\u7FFB\u8A33\u3055\u308C\u308B","mouse-translate":"\u30DE\u30A6\u30B9\u30DB\u30D0\u30FC",document:"(\u3055\u3093\u3077",resetSuccess:"\u3059\u3079\u3066\u306E\u8A2D\u5B9A\u306E\u30EA\u30BB\u30C3\u30C8\u306B\u6210\u529F",resetThisSuccess:"\u30EA\u30BB\u30C3\u30C8\u6210\u529F",saved:"\u30BB\u30FC\u30D6\u30FB\u30B5\u30AF\u30BB\u30B9",successImportConfig:"\u8A2D\u5B9A\u306E\u30A4\u30F3\u30DD\u30FC\u30C8\u306B\u6210\u529F",goAdvancedSettings:"\u8A73\u7D30\u8A2D\u5B9A\u30DA\u30FC\u30B8\u306B\u79FB\u52D5\u3059\u308B",goAdvancedInterfaceSettings:"\u8A73\u7D30\u30AB\u30B9\u30BF\u30DE\u30A4\u30BA\u8A2D\u5B9A\u30DA\u30FC\u30B8\u306B\u79FB\u52D5\u3059\u308B",advanced:"\u8A73\u7D30\u8A2D\u5B9A",advancedDescription:"\u901A\u5E38\u3001\u8A2D\u5B9A\u306F\u5FC5\u8981\u306A\u304F\u3001\u30C7\u30D5\u30A9\u30EB\u30C8\u306E\u307E\u307E\u3067\u3088\u3044\u3002\u3088\u308A\u5C02\u9580\u7684\u306A\u30E6\u30FC\u30B6\u30FC\u306E\u307F\u3001\u3088\u308A\u30D1\u30FC\u30BD\u30CA\u30E9\u30A4\u30BA\u3055\u308C\u305F\u8A2D\u5B9A\u304C\u53EF\u80FD\u3067\u3059\u3002",developer:"\u30C7\u30D9\u30ED\u30C3\u30D1\u30FC\u8A2D\u5B9A",donateCafe:"\u7269\u4FA1","translate to the bottom of the page":"\u30DA\u30FC\u30B8\u4E0B\u90E8\u3078\u306E\u7FFB\u8A33\u306F\u3001\u30DA\u30FC\u30B8\u306B\u5165\u3063\u3066\u3059\u3050\u306B\u884C\u308F\u308C\u308B\u306E\u3067\u3059\u304B\uFF1F",feedback:"\u554F\u984C\u306B\u95A2\u3059\u308B\u30D5\u30A3\u30FC\u30C9\u30D0\u30C3\u30AF",toggleTranslatePage:"\u30DA\u30FC\u30B8\u3092\u7FFB\u8A33\u3059\u308B\uFF0F\u539F\u6587\u3092\u8868\u793A\u3059\u308B",translateToThePageEndImmediatelyDescription:"\u3053\u306E\u6A5F\u80FD\u3092\u30AA\u30F3\u306B\u3059\u308B\u3068\u3001\u30DA\u30FC\u30B8\u306E\u4E0A\u304B\u3089\u4E0B\u306B\u5165\u529B\u3057\u305F\u5185\u5BB9\u304C\u5373\u5EA7\u306B\u7FFB\u8A33\u3055\u308C\u307E\u3059\u3002\u30AA\u30D5\u306B\u3059\u308B\u3068\u3001\u8AAD\u307F\u306A\u304C\u3089\u7FFB\u8A33\u3055\u308C\u307E\u3059\u3002(\u304A\u52E7\u3081\u3057\u307E\u305B\u3093\uFF09","translate all areas of the page":"\u30DA\u30FC\u30B8\u306E\u5168\u9818\u57DF\u3092\u7FFB\u8A33\u3059\u308B\u304B\u3069\u3046\u304B",translationAreaDescription:"\u30AA\u30F3\u306B\u3059\u308B\u3068\u3001\u30A6\u30A7\u30D6\u30DA\u30FC\u30B8\u5168\u4F53\u306E\u3059\u3079\u3066\u306E\u9818\u57DF\u304C\u7FFB\u8A33\u3055\u308C\u307E\u3059\u3002\u30AA\u30D5\u306B\u3059\u308B\u3068\u3001\u30C7\u30D5\u30A9\u30EB\u30C8\u306E\u30B9\u30DE\u30FC\u30C8\u8A8D\u8B58\u304C\u4F7F\u7528\u3055\u308C\u3001\u4E3B\u8981\u306A\u9818\u57DF\u306E\u307F\u304C\u7FFB\u8A33\u3055\u308C\u307E\u3059\u3002(\u30AA\u30F3\u306B\u3059\u308B\u3053\u3068\u306F\u304A\u52E7\u3081\u3057\u307E\u305B\u3093)","the number of characters to be translated first":"\u8868\u793A\u9818\u57DF\u307E\u3067\u30B9\u30AF\u30ED\u30FC\u30EB\u3059\u308B\u3053\u3068\u306A\u304F\u3001\u30DA\u30FC\u30B8\u306E\u6700\u521D\u306E\u6570\u6587\u5B57\u3092\u76F4\u63A5\u7FFB\u8A33\u3059\u308B\u3002","interface language":"\u30A4\u30F3\u30BF\u30FC\u30D5\u30A7\u30FC\u30B9\u8A00\u8A9E","display both the original text and the translation":"\u539F\u6587\u3068\u8A33\u6587\u306E\u540C\u6642\u8868\u793A","keyboard shortcuts":"\u30AD\u30FC\u30DC\u30FC\u30C9\u30B7\u30E7\u30FC\u30C8\u30AB\u30C3\u30C8",modify:"\u30B7\u30E7\u30FC\u30C8\u30AB\u30C3\u30C8\u30AD\u30FC\u306E\u5909\u66F4",reset:"\u30EA\u30D3\u30B8\u30E7\u30F3",close:"\u51DD\u56FA",homepage:"\u30DB\u30FC\u30E0\u30DA\u30FC\u30B8",more:"\u3082\u3063\u3068\u898B\u308B",moreOptions:"\u30AB\u30B9\u30BF\u30DE\u30A4\u30BA\u30FB\u30AA\u30D7\u30B7\u30E7\u30F3\u306E\u62E1\u5927",translateTheWholePage:"\u30DA\u30FC\u30B8\u306E\u5168\u9818\u57DF\u3092\u7FFB\u8A33\u3059\u308B\uFF08\u4E3B\u8981\u306A\u9818\u57DF\u3092\u30A4\u30F3\u30C6\u30EA\u30B8\u30A7\u30F3\u30C8\u306B\u8A8D\u8B58\u3059\u308B\u306E\u3068\u306F\u5BFE\u7167\u7684\uFF09\u3002",changeToTranslateTheWholePage:"\u5168\u5730\u57DF\u306E\u7FFB\u8A33\u306B\u5207\u308A\u66FF\u3048\u308B",changeToTranslateTheMainPage:"\u30E1\u30A4\u30F3\u30A8\u30EA\u30A2\u306E\u7FFB\u8A33\u306B\u5207\u308A\u66FF\u3048\u308B",changeToOnlyTranslationMode:"\u7FFB\u8A33\u306E\u307F\u3092\u8868\u793A\u3059\u308B\u3088\u3046\u306B\u5207\u308A\u66FF\u3048\u308B",changeToDualTranslationMode:"\u5BFE\u8A33\u3078\u306E\u5207\u308A\u66FF\u3048",translateToThePageEndImmediately:"\u30DA\u30FC\u30B8\u4E0B\u90E8\u3078\u306E\u5373\u6642\u7FFB\u8A33",translateTheMainPage:"\u30A4\u30F3\u30C6\u30EA\u30B8\u30A7\u30F3\u30C8\u7FFB\u8A33 \u4E3B\u8981\u5730\u57DF","The local rules are up to date":"\u5730\u5143\u306E\u9069\u5FDC\u898F\u5B9A\u306F\u6700\u65B0\u306E\u3082\u306E\u3060\u3002","Successfully synchronized with the latest official rules:":"\u6700\u65B0\u306E\u516C\u5F0F\u7AF6\u6280\u898F\u5247\u3068\u306E\u540C\u671F\u306B\u6210\u529F\u3002","Checking for updates":"\u30A2\u30C3\u30D7\u30C7\u30FC\u30C8\u306E\u30C1\u30A7\u30C3\u30AF","Rules are being synchronized":"\u9069\u5FDC\u30EB\u30FC\u30EB\u306E\u540C\u671F\u5316",localVersionIsTooOld:"\u30ED\u30FC\u30AB\u30EB\u306E\u62E1\u5F35\u6A5F\u80FD\u306E\u30D0\u30FC\u30B8\u30E7\u30F3\u304C\u53E4\u3059\u304E\u307E\u3059\u3002\u540C\u671F\u3092\u8A66\u307F\u308B\u524D\u306B\u3001\u62E1\u5F35\u6A5F\u80FD\u3092 {minVersion} \u4EE5\u964D\u306B\u30A2\u30C3\u30D7\u30B0\u30EC\u30FC\u30C9\u3057\u3066\u304F\u3060\u3055\u3044\u3002",badUserscriptBrowser:"\u73FE\u5728\u306E\u30D6\u30E9\u30A6\u30B6\u306F\u30B0\u30EA\u30FC\u30B9\u30E2\u30F3\u30AD\u30FC\u62E1\u5F35\u30A4\u30F3\u30BF\u30FC\u30D5\u30A7\u30A4\u30B9\u3092\u6B63\u3057\u304F\u5B9F\u88C5\u3057\u3066\u3044\u307E\u305B\u3093\uFF08\u4F8B\u3048\u3070\u3001\u30B0\u30EA\u30FC\u30B9\u30E2\u30F3\u30AD\u30FC\u30FB\u30B9\u30AF\u30EA\u30D7\u30C8\u81EA\u4F53\u306E\u30D0\u30FC\u30B8\u30E7\u30F3\u756A\u53F7\u306B\u95A2\u3059\u308B\u60C5\u5831\u3092\u53D6\u5F97\u3059\u308B\u5834\u5408\u306A\u3069\uFF09\u306E\u3067\u3001Firefox\u306A\u3069<1>\u30B0\u30EA\u30FC\u30B9\u30E2\u30F3\u30AD\u30FC\u62E1\u5F35\u3092\u30B5\u30DD\u30FC\u30C8\u3059\u308B\u4ED6\u306E\u30D6\u30E9\u30A6\u30B6\u3092\u3054\u5229\u7528\u304F\u3060\u3055\u3044\u3002",foundNewVersion:"\u65B0\u30D0\u30FC\u30B8\u30E7\u30F3\u3092\u898B\u308B",theLocalExtensionIsUpToUpdate:"\u73FE\u5728\u306E\u30A8\u30AF\u30B9\u30C6\u30F3\u30B7\u30E7\u30F3\u306F\u6700\u65B0\u3060\u3002",failToSyncRules:"\u6700\u65B0\u306E\u9069\u5FDC\u30EB\u30FC\u30EB\u306E\u540C\u671F\u306B\u5931\u6557",retry:"\u30EA\u30C8\u30E9\u30A4\u3059\u308B\u306B\u306F\u3053\u3053\u3092\u30AF\u30EA\u30C3\u30AF",failedReason:"\u5931\u6557\u306E\u7406\u7531",currentRuleVersion:"\u73FE\u5728\u306E\u30EB\u30FC\u30EB\u30FB\u30D0\u30FC\u30B8\u30E7\u30F3",calculating:"\u8A08\u7B97",unknownError:"\u672A\u77E5\u306E\u30A8\u30E9\u30FC",canNotFetchRemoteRule:"\u30EA\u30E2\u30FC\u30C8\u30EB\u30FC\u30EB\u304C\u53D6\u5F97\u3067\u304D\u306A\u3044",enableAlphaSuccess:"\u30A2\u30EB\u30D5\u30A1\u5BFE\u5FDC",disableAlphaSuccess:"\u30A2\u30EB\u30D5\u30A1\u6A5F\u80FD\u306F\u30AA\u30D5",cacheSize:"\u30AD\u30E3\u30C3\u30B7\u30E5\u30FB\u30B5\u30A4\u30BA\uFF1A",cleaning:"\u6E05\u7B97\u4E2D",cleanCache:"\u30AD\u30E3\u30C3\u30B7\u30E5\u3092\u6D88\u53BB\u3059\u308B",options:"\u30BB\u30C3\u30C8\u30A2\u30C3\u30D7",about:"\u306B\u5BFE\u3057\u3066",service:"\u901A\u8A33\u30B5\u30FC\u30D3\u30B9",needAction:"(\u8A2D\u5B9A\u3078\uFF09",goSettings:"\u8A2D\u5B9A\u3059\u308B",needActionForOptions:"(\u8A2D\u5B9A\u4E88\u5B9A\uFF09",translationEngine:"\u30A8\u30F3\u30B8\u30F3\u30FB\u30AA\u30D7\u30B7\u30E7\u30F3",sourceLanguage:"\u539F\u8A9E",target:"\u76EE\u6A19\u8A00\u8A9E",popupSourceLanguage:"\u539F\u8A9E",popupTarget:"\u76EE\u6A19\u8A00\u8A9E",popupService:"\u901A\u8A33\u30B5\u30FC\u30D3\u30B9",forThisSite:"\u73FE\u5728\u306E\u30A6\u30A7\u30D6\u30B5\u30A4\u30C8",autoEnableSubtitle:"\u4E8C\u30AB\u56FD\u8A9E\u5B57\u5E55\u3092\u81EA\u52D5\u7684\u306B\u30AA\u30F3\u306B\u3059\u308B",alwaysTranslate:"\u5E38\u306B\u7FFB\u8A33\u3059\u308B",neverTranslate:"\u6C7A\u3057\u3066\u7FFB\u8A33\u3057\u306A\u3044",alwaysTranslateSomeLanguage:"\u5E38\u306B\u7FFB\u8A33\u3059\u308B {language}",neverTranslateSomeLanguage:"\u6C7A\u3057\u3066\u7FFB\u8A33\u3057\u306A\u3044 {language}",alwaysTranslateSomeSite:"\u5E38\u306B\u7FFB\u8A33\u3059\u308B {hostname}",neverTranslateSomeSite:"\u6C7A\u3057\u3066\u7FFB\u8A33\u3057\u306A\u3044 {hostname}",alwaysTranslateSomeSiteOrWildSite:"\u5E38\u306B\u30B5\u30A4\u30C8\u3092\u7FFB\u8A33\u3059\u308B",alwaysTranslateSomePage:"\u5E38\u306B\u30DA\u30FC\u30B8\u3092\u7FFB\u8A33\u3059\u308B",add:"\u5897\u52A0",default:"\u30C7\u30D5\u30A9\u30EB\u30C8",forThisLanguage:"\u3053\u306E\u8A00\u8A9E\u306E\u5834\u5408\uFF1A","add url":"URL\u3092\u5165\u529B",edit:"\u30B3\u30F3\u30D1\u30A4\u30E9","translate other languages into specific language":"\u4ED6\u306E\u8A00\u8A9E\u3092\u8A2D\u5B9A\u3057\u305F\u8A00\u8A9E\u306B\u7FFB\u8A33\u3059\u308B","select translation service":"\u7FFB\u8A33\u30B5\u30FC\u30D3\u30B9\u306E\u9078\u629E",language:"\u591A\u8A00\u8A9E\u4E3B\u7FA9","show-original":"\u539F\u6587\u3092\u8868\u793A",translate:"\u30EC\u30F3\u30C0\u30EA\u30F3\u30B0",Translated:"\u7FFB\u8A33",Translating:"\u7FFB\u8A33\u4E2D",Error:"\u4E0D\u6B63\u78BA",allowCacheTranslations:"\u30ED\u30FC\u30AB\u30EB\u7FFB\u8A33\u30AD\u30E3\u30C3\u30B7\u30E5\u3092\u6709\u52B9\u306B\u3059\u308B\uFF08\u91CD\u8907\u3057\u305F\u7B87\u6240\u306E\u7FFB\u8A33\u30EA\u30AF\u30A8\u30B9\u30C8\u3092\u6E1B\u3089\u3059\uFF09","translation display":"\u7FFB\u8A33\u8868\u793A\u30B9\u30BF\u30A4\u30EB","select diplay style":"\u4EE5\u4E0B\u306E\u4F8B\u3092\u5177\u4F53\u7684\u306B\u53C2\u7167\u3057\u306A\u304C\u3089\u3001\u7FFB\u8A33\u306E\u30B9\u30BF\u30A4\u30EB\u3092\u533A\u5225\u3059\u308B\u3002",interface:"\u30A4\u30F3\u30BF\u30FC\u30D5\u30A7\u30FC\u30B9\u8A2D\u5B9A",import_export:"\u30A4\u30F3\u30DD\u30FC\u30C8/\u30A8\u30AF\u30B9\u30DD\u30FC\u30C8",import_export_title:"\u30A4\u30F3\u30DD\u30FC\u30C8/\u30A8\u30AF\u30B9\u30DD\u30FC\u30C8\u8A2D\u5B9A",syncToGoogleDrive:"Google\u30C9\u30E9\u30A4\u30D6\u3068\u540C\u671F",floatBallOptions:"\u30DB\u30D0\u30FC\u30DC\u30FC\u30EB\u306E\u8A2D\u5B9A","floatBallOptions.enable":"\u30DB\u30D0\u30FC\u30DC\u30FC\u30EB\u3092\u4F7F\u7528\u53EF\u80FD\u306B\u3059\u308B","floatBallOptions.blockUrls":"\u30A6\u30A7\u30D6\u30B5\u30A4\u30C8\u3092\u7121\u52B9\u306B\u3059\u308B","floatBallOptions.add":"\u5897\u52A0","floatBallOptions.blockUrlDesc":"\u4EE5\u4E0B\u306E\u30B5\u30A4\u30C8\u3067\u306F\u30DB\u30D0\u30FC\u30DC\u30FC\u30EB\u304C\u8868\u793A\u3055\u308C\u307E\u305B\u3093\u3002","floatBallOptions.clickType":"\u30AF\u30EA\u30C3\u30AF\u884C\u52D5","floatBallOptions.clickTypeDesc":"\u30AF\u30EA\u30C3\u30AF\u3057\u305F\u3068\u304D\u306E\u30DB\u30D0\u30FC\u30DC\u30FC\u30EB\u30FB\u30A2\u30A4\u30B3\u30F3\u306E\u52D5\u4F5C","floatBallOptions.clickPopup":"\u7FFB\u8A33\u30D1\u30CD\u30EB\u306E\u8868\u793A","floatBallOptions.clickTranslate":"\u539F\u6587\u306E\u7FFB\u8A33\uFF0F\u8868\u793A","floatBallOptions.fixedPosition":"\u56FA\u5B9A\u4F4D\u7F6E","floatBallOptions.fixedPositionDesc":"\u60AC\u6D6E\u7403\u5728\u7A97\u53E3\u5DE6\u4FA7\u8FD8\u662F\u53F3\u4FA7","floatBallOptions.fixedPositionLeft":"\u5DE6\u4FA7","floatBallOptions.fixedPositionRight":"\u53F3\u4FA7",previewAllThemes:"\u3059\u3079\u3066\u306E\u30B9\u30BF\u30A4\u30EB\u3092\u30D7\u30EC\u30D3\u30E5\u30FC\u3059\u308B","translationTheme.none":"\u306A\u3044","translationTheme.grey":"\u30C0\u30FC\u30AF\u30B0\u30EC\u30FC","translationTheme.dashed":"\u70B9\u7DDA\u4E0B\u7DDA","translationTheme.dotted":"\u70B9\u7DDA\u30A2\u30F3\u30C0\u30FC\u30B9\u30B3\u30A2","translationTheme.dashedBorder":"\u70B9\u7DDA","translationTheme.solidBorder":"\u30BD\u30EA\u30C3\u30C9\u30DC\u30FC\u30C0\u30FC","translationTheme.underline":"\u76F4\u7DDA\u306B\u4E0B\u7DDA\u3092\u5F15\u304F","translationTheme.mask":"\u30D5\u30A1\u30B8\u30FC\u52B9\u679C\uFF08\u5B66\u7FD2\u30E2\u30FC\u30C9\uFF09","translationTheme.opacity":"\u900F\u660E\u52B9\u679C","translationTheme.paper":"\u767D\u3044\u7D19\u306E\u5F71\u306E\u52B9\u679C","translationTheme.dividingLine":"\u308F\u3051\u3081","translationTheme.highlight":"\u9AD8\u8F1D\u5EA6","translationTheme.marker":"\u30DE\u30FC\u30AB\u30FC","translationTheme.marker2":"\u30DE\u30FC\u30AB\u30FC2","translationTheme.blockquote":"\u53C2\u7167\u30B9\u30BF\u30A4\u30EB","translationTheme.weakening":"\u5F31\u4F53\u5316","translationTheme.italic":"\u659C\u4F53","translationTheme.bold":"\u6FC3\u5316","translationTheme.thinDashed":"\u7D30\u70B9\u7DDA\u30A2\u30F3\u30C0\u30FC\u30E9\u30A4\u30F3","translationTheme.nativeDashed":"\u30B7\u30B9\u30C6\u30E0\u306F\u70B9\u7DDA\u306E\u30A2\u30F3\u30C0\u30FC\u30E9\u30A4\u30F3\u4ED8\u304D","translationTheme.nativeDotted":"\u30B7\u30B9\u30C6\u30E0\u306F\u70B9\u7DDA\u306E\u30A2\u30F3\u30C0\u30FC\u30E9\u30A4\u30F3\u4ED8\u304D","translationTheme.nativeUnderline":"\u30B7\u30B9\u30C6\u30E0\u306B\u306F\u76F4\u7DDA\u306E\u30A2\u30F3\u30C0\u30FC\u30E9\u30A4\u30F3\u304C\u4ED8\u5C5E\u3057\u3066\u3044\u308B","translationTheme.wavy":"\u6CE2\u7DDA","translationServices.custom":"\u30AB\u30B9\u30BF\u30E0API","translationServices.tencent":"\u30C6\u30F3\u30BB\u30F3\u30C8\u7FFB\u8A33\u8005","translationServices.tenAlpha":"\u30C6\u30F3\u30BB\u30F3\u30C8\u30FB\u30C8\u30E9\u30F3\u30B9\u30EC\u30FC\u30BF\u30FC\uFF08\u30A2\u30EB\u30D5\u30A1\uFF09","translationServices.google":"\u30B0\u30FC\u30B0\u30EB\u7FFB\u8A33","translationServices.bai":"\u30D0\u30A4\u30C9\u30A5\uFF08\u30A2\u30EB\u30D5\u30A1\uFF09","translationServices.baidu":"\u767E\u5EA6\u306E\u7FFB\u8A33","translationServices.aliyun":"\u30A2\u30EA\u30AF\u30E9\u30A6\u30C9\u7FFB\u8A33","translationServices.volc":"\u706B\u5C71\u7FFB\u8A33","translationServices.deeplx":"DeepLX (\u30D9\u30FC\u30BF)","translationServices.bing":"\u30DE\u30A4\u30AF\u30ED\u30BD\u30D5\u30C8\u7FFB\u8A33","translationServices.deepl":"\u30C7\u30A3\u30FC\u30D7\u30A8\u30EB","translationServices.wechat":"WeChat\u7FFB\u8A33","translationServices.azure":"\u30A2\u30B8\u30E5\u30FC\u30EB\u7FFB\u8A33","translationServices.ibm":"IBM\u30EF\u30C8\u30BD\u30F3","translationServices.aws":"\u30A2\u30DE\u30BE\u30F3\u7FFB\u8A33","translationServices.mock":"\u6A21\u64EC\u7FFB\u8A33","translationServices.mock2":"\u6A21\u64EC\u7FFB\u8A332","translationServices.caiyun":"\u30AB\u30E9\u30D5\u30EB\u306A\u96F2\u3068\u5C0F\u3055\u306A\u7FFB\u8A33","translationServices.cai":"\u30AB\u30E9\u30D5\u30EB\u306A\u96F2\uFF08\u30A2\u30EB\u30D5\u30A1\uFF09","translationServices.volcAlpha":"\u30DC\u30EB\u30B1\u30FC\u30CE\uFF08\u30A2\u30EB\u30D5\u30A1\uFF09","translationServices.openl":"\u30AA\u30FC\u30D7\u30F3L","translationServices.youdao":"Youtube\u7FFB\u8A33","translationServices.you":"Youdao \u7FFB\u8A33\u8005\uFF08\u30A2\u30EB\u30D5\u30A1\uFF09","translationServices.transmart":"\u9A30\u8A0A\u30A4\u30F3\u30BF\u30E9\u30AF\u30C6\u30A3\u30D6\u7FFB\u8A33","translationServices.niu":"\u30DE\u30FC\u30D9\u30EA\u30C3\u30AF\u7FFB\u8A33\u8005","translationServices.papago":"\u30D1\u30D1\u30B4\u7FFB\u8A33","translationServices.d":"D\uFF08\u30A2\u30EB\u30D5\u30A1\uFF09","translationServices.dpro":"D\u30D7\u30ED\uFF08\u30AB\u30CA\u30EA\u30A2\uFF09","translationServices.openai":"\u30AA\u30FC\u30D7\u30F3AI","translationServices.chatgpt":"ChatGPT Web(3.5 mobile)","translate title":"\u30DA\u30FC\u30B8\u30BF\u30A4\u30C8\u30EB\u3092\u7FFB\u8A33\u3059\u308B","always languages":"\u5E38\u306B\u8A00\u8A9E\u3092\u7FFB\u8A33\u3059\u308B",neverTranslateLanguagesLabel:"\u7FFB\u8A33\u3055\u308C\u308B\u3053\u3068\u306E\u306A\u3044\u8A00\u8A9E",neverTranslateTheFollowingLanguagesDescription:"\u30DA\u30FC\u30B8\u4E0A\u306E\u6BB5\u843D\u304C\u4EE5\u4E0B\u306E\u8A00\u8A9E\u306E\u3044\u305A\u308C\u304B\u3067\u3042\u308B\u5834\u5408\u3001\u7FFB\u8A33\u306F\u30B9\u30AD\u30C3\u30D7\u3055\u308C\u307E\u3059\u3002",enableUserscriptPagePopup:"\u30DA\u30FC\u30B8\u306B\u30DB\u30D0\u30FC\u30DC\u30FC\u30EB\u3092\u8868\u793A",enableUserscriptPagePopupDescription:"\u30DB\u30D0\u30FC\u30DC\u30FC\u30EB\u3092\u30AA\u30D5\u306B\u3057\u305F\u5F8C\u306F\u3001\u30B7\u30E7\u30FC\u30C8\u30AB\u30C3\u30C8 /{touch}\u3067\u547C\u3073\u51FA\u3059\u3053\u3068\u304C\u3067\u304D\u307E\u3059\u3002\u3046\u3063\u304B\u308A\u3053\u306E\u30AA\u30D7\u30B7\u30E7\u30F3\u3092\u30AA\u30D5\u306B\u3057\u305F\u5F8C\u3001\u30DB\u30D0\u30FC\u30DC\u30FC\u30EB\u3092\u898B\u3064\u3051\u3089\u308C\u306A\u304F\u306A\u308B\u306E\u3092\u9632\u3050\u305F\u3081\u3001\u3053\u306E\u8A2D\u5B9A\u30DA\u30FC\u30B8\u3092\u30D6\u30C3\u30AF\u30DE\u30FC\u30AF\u3057\u3066\u304A\u304F\u3053\u3068\u3092\u5F37\u304F\u304A\u52E7\u3081\u3057\u307E\u3059\uFF01","always translate the following languages":"\u30DA\u30FC\u30B8\u304C\u6B21\u306E\u8A00\u8A9E\u306E1\u3064\u3067\u3042\u308B\u3068\u304D\u81EA\u52D5\u7684\u306B\u30BF\u30FC\u30B2\u30C3\u30C8\u8A00\u8A9E\u306B\u7FFB\u8A33\u3059\u308B","always sites":"\u5E38\u306B\u7FFB\u8A33\u3055\u308C\u305F\u30A6\u30A7\u30D6\u30B5\u30A4\u30C8","always translate the following sites":"\u306E\u30C9\u30E1\u30A4\u30F3\u540D\u3067\u3042\u308C\u3070\u3001\u30A6\u30A7\u30D6\u30B5\u30A4\u30C8\u306F\u81EA\u52D5\u7684\u306B\u30BF\u30FC\u30B2\u30C3\u30C8\u8A00\u8A9E\u306B\u7FFB\u8A33\u3055\u308C\u308B\u3002","never sites":"\u672A\u7FFB\u8A33\u30B5\u30A4\u30C8","never translate the following sites":"\u4EE5\u4E0B\u306E\u30C9\u30E1\u30A4\u30F3\u306E\u30B5\u30A4\u30C8\u3067\u306F\u3001\u7FFB\u8A33\u306F\u884C\u308F\u308C\u307E\u305B\u3093\u3002","please refer to":"\u4F7F\u7528\u3059\u308B\u524D\u306B\u30AD\u30FC\u3092\u5165\u529B\u3059\u308B\u5FC5\u8981\u304C\u3042\u308A\u307E\u3059\u3002",KeyAndConfigurationTutorial:"\u30AD\u30FC\u30FB\u30A2\u30D7\u30EA\u30B1\u30FC\u30B7\u30E7\u30F3\u3068\u30B3\u30F3\u30D5\u30A3\u30AE\u30E5\u30EC\u30FC\u30B7\u30E7\u30F3\u30FB\u30C1\u30E5\u30FC\u30C8\u30EA\u30A2\u30EB",useAboveStyleForTheseSites:"\u4EE5\u4E0B\u306E\u30C9\u30E1\u30A4\u30F3\u306E\u30B5\u30A4\u30C8\u3067\u306F\u3001\u5E38\u306B \u2308{theme}\u230B \u7FFB\u8A33\u30B9\u30BF\u30A4\u30EB\u3092\u4F7F\u7528\u3057\u307E\u3059\u3002",currentUrl:"\u73FE\u5728\u306EURL",confirm:"\u30BB\u30FC\u30D6",cancel:"\u30AD\u30E3\u30F3\u30BB\u30EB",delete:"\u9664\u53BB","languages.auto":"\u81EA\u52D5\u691C\u51FA",syncToCloud:"\u30B0\u30FC\u30B0\u30EB\u30C9\u30E9\u30A4\u30D6\u306B\u540C\u671F",syncToCloudDescription:"\u30AF\u30E9\u30A6\u30C9\u306B\u30A2\u30C3\u30D7\u30ED\u30FC\u30C9\u3055\u308C\u305F\u30B3\u30F3\u30D5\u30A3\u30AE\u30E5\u30EC\u30FC\u30B7\u30E7\u30F3\u306F\u3001\u7570\u306A\u308B\u30D6\u30E9\u30A6\u30B6\u30FC\uFF0F\u30B0\u30EA\u30FC\u30B9\u30E2\u30F3\u30AD\u30FC\u30FB\u30B9\u30AF\u30EA\u30D7\u30C8\u9593\u3067\u540C\u671F\u3055\u305B\u308B\u3053\u3068\u304C\u3067\u304D\u308B\u3002",syncToAccount:"\u30A4\u30DE\u30FC\u30B7\u30D6\u7FFB\u8A33\u30AF\u30E9\u30A6\u30C9\u3078\u306E\u540C\u671F",syncToAccountButton:"\u30AF\u30E9\u30A6\u30C9\u3068\u306E\u5373\u6642\u540C\u671F",syncToAccountDescription:"\u7570\u306A\u308B\u30C7\u30D0\u30A4\u30B9\u9593\u3067\u3001\u6700\u5F8C\u306B\u5909\u66F4\u3055\u308C\u305F\u65B9\u306E\u8A2D\u5B9A\u3092\u81EA\u52D5\u7684\u306B\u540C\u671F\u3057\u307E\u3059\u3002",successSyncConfigInAccount:"\u30AF\u30E9\u30A6\u30C9\u3068\u306E\u540C\u671F\u306B\u6210\u529F",successSyncConfigToAccount:"\u30AF\u30E9\u30A6\u30C9\u3078\u306E\u540C\u671F\u306B\u6210\u529F",syncConfigNoUpdate:"\u3082\u3046\u6700\u65B0\u306E\u3082\u306E\u3060\u3002",authFail:"\u8A8D\u8A3C\u5931\u6557",syncTitle:"\u624B\u52D5\u30D0\u30C3\u30AF\u30A2\u30C3\u30D7\u7BA1\u7406",import_hint:"\u30A4\u30F3\u30DD\u30FC\u30C8",upload:"\u30A2\u30C3\u30D7\u30ED\u30FC\u30C9",revokeAuth:"\u8A8D\u53EF\u306E\u53D6\u308A\u6D88\u3057",uploadFail:"\u30A2\u30C3\u30D7\u30ED\u30FC\u30C9\u5931\u6557",download:"\u30C0\u30A6\u30F3\u30ED\u30FC\u30C9",importSuccess:"\u8F38\u5165\u306B\u6210\u529F",importFail:"\u30A4\u30F3\u30DD\u30FC\u30C8\u5931\u6557",deleteFail:"\u524A\u9664\u306B\u5931\u6557\u3057\u307E\u3057\u305F",backupToCloud:"\u30D0\u30C3\u30AF\u30A2\u30C3\u30D7\u30D5\u30A1\u30A4\u30EB\u306E\u624B\u52D5\u7BA1\u7406",create_new_backup:"\u65B0\u3057\u3044\u30D0\u30C3\u30AF\u30A2\u30C3\u30D7\u30CE\u30FC\u30C9\u3092\u8FFD\u52A0\u3059\u308B",maxBackupFiles:"\u6700\u5927{count}\u7570\u306A\u308B\u30CE\u30FC\u30C9\u3092\u30D0\u30C3\u30AF\u30A2\u30C3\u30D7\u3067\u304D\u307E\u3059\u3002\u4E0D\u8981\u306A\u30CE\u30FC\u30C9\u306F\u524A\u9664\u3057\u3066\u304F\u3060\u3055\u3044\u3002",backupToCloudDescription:"\u30D0\u30C3\u30AF\u30A2\u30C3\u30D7\u30D5\u30A1\u30A4\u30EB\u3092\u624B\u52D5\u3067\u30A2\u30C3\u30D7\u30ED\u30FC\u30C9\u307E\u305F\u306F\u30EA\u30B9\u30C8\u30A2\u3002",successSyncConfig:"\u30AF\u30E9\u30A6\u30C9\u3068\u306E\u540C\u671F\u306B\u6210\u529F",syncFail:"\u540C\u671F\u5931\u6557",updatedAt:"{date}\u3088\u308A\u66F4\u65B0",lastSyncedAt:"\u6700\u7D42\u78BA\u8A8D\uFF1A {date}",downloadFail:"\u30C0\u30A6\u30F3\u30ED\u30FC\u30C9\u306B\u5931\u6557\u3057\u307E\u3057\u305F",clickToDownload:"\u30AF\u30EA\u30C3\u30AF\u3057\u3066\u30C0\u30A6\u30F3\u30ED\u30FC\u30C9",aboutLabel:"\u30D5\u30A3\u30FC\u30C9\u30D0\u30C3\u30AF","browser.openAboutPage":"\u3054\u610F\u898B\u30FB\u3054\u611F\u60F3",aboutLabelWithoutSponsor:"\u30D5\u30A3\u30FC\u30C9\u30D0\u30C3\u30AF",aboutIntro:"\u30A4\u30F3\u30BF\u30FC\u30CD\u30C3\u30C8\u4E0A\u306E\u81A8\u5927\u306A\u5916\u56FD\u8A9E\u60C5\u5831\u3078\u306E\u30A2\u30AF\u30BB\u30B9\u304C\u3088\u308A\u7C21\u5358\u3067\u697D\u3057\u3044\u3082\u306E\u306B\u306A\u308A\u307E\u3059\u3088\u3046\u306B \u2764\uFE0F <6>\u30D7\u30ED\u30E1\u30F3\u30D0\u30FC\u30B7\u30C3\u30D7\u3092 \u6709\u52B9\u306B\u3057\u3066\u3001\u3059\u3050\u306B\u4F7F\u3048\u308BDeepL\u3068OpenAI\u306E\u7FFB\u8A33\u3092\u3054\u5229\u7528\u304F\u3060\u3055\u3044\u3002

<3>Twitter\u3001<4>Telegram\u3001Weibo\u3001WeChat\u3067\u79C1\u305F\u3061\u3092\u30D5\u30A9\u30ED\u30FC\u3059\u308B\u304B\u3001\u4EE5\u4E0B\u306E<5>\u30E1\u30FC\u30EA\u30F3\u30B0\u30EA\u30B9\u30C8\u306B\u767B\u9332\u3057\u3066\u66F4\u65B0\u3092\u8FFD\u8DE1\u3059\u308B\u3053\u3068\u304C\u3067\u304D\u307E\u3059\u3002
<7>\u30D7\u30ED\u4F1A\u54E1\u306E \u65B9\u306F\u3001 <8>support@immersivetranslate.com \u307E\u3067\u3054\u9023\u7D61\u3044\u305F\u3060\u3051\u308C\u3070\u3001\u8FC5\u901F\u306A\u30AB\u30B9\u30BF\u30DE\u30FC\u30B5\u30FC\u30D3\u30B9\u3092\u3054\u63D0\u4F9B\u3044\u305F\u3057\u307E\u3059\u3002",aboutIntroWithoutSponsor:"\u2764\uFE0F

<3>\u30C4\u30A4\u30C3\u30BF\u30FC\u3001<4>\u30C6\u30EC\u30B0\u30E9\u30E0\u30FB\u30C1\u30E3\u30F3\u30CD\u30EB\u3001WeChat\u3001WeChat Exchange\u3067\u30D5\u30A9\u30ED\u30FC\u3057\u3066\u3044\u305F\u3060\u304F\u304B\u3001\u4EE5\u4E0B\u306E<5>E\u30E1\u30FC\u30EB\u3067\u66F4\u65B0\u60C5\u5831\u3092<5>\u8CFC\u8AAD\u3057\u3066\u304F\u3060\u3055\u3044\u3002",projectHomepage:"\u30D7\u30ED\u30B8\u30A7\u30AF\u30C8\u30FB\u30DB\u30FC\u30E0",joinTelegramGroup:"\u30E6\u30FC\u30B6\u30FC\u30B0\u30EB\u30FC\u30D7\u306B\u53C2\u52A0\u3057\u3066\u3001\u6A5F\u80FD\u306B\u95A2\u3059\u308B\u30C7\u30A3\u30B9\u30AB\u30C3\u30B7\u30E7\u30F3\u306B\u53C2\u52A0",wechatPublicAccount:"WeChat\u30D1\u30D6\u30EA\u30C3\u30AF",wechatCommunities:"WeChat\u4EA4\u6D41\u30B0\u30EB\u30FC\u30D7",qqCommunities:"QQ\u30B3\u30DF\u30E5\u30CB\u30B1\u30FC\u30B7\u30E7\u30F3\u30C1\u30E3\u30F3\u30CD\u30EB",joinTelegramChannel:"\u6700\u65B0\u60C5\u5831\u306FTelegram\u30C1\u30E3\u30F3\u30CD\u30EB\u3092\u30D5\u30A9\u30ED\u30FC",feedbackAndJoin:"\u8CEA\u554F \u30D5\u30A3\u30FC\u30C9\u30D0\u30C3\u30AF / \u30B0\u30EB\u30FC\u30D7\u8FFD\u52A0",autoSync:"\u81EA\u52D5\u6642\u523B\u540C\u671F",loadingThemeTitle:"\u30ED\u30FC\u30C7\u30A3\u30F3\u30B0\u30FB\u30B9\u30BF\u30A4\u30EB",loadingThemeDescription:"\u7FFB\u8A33\u30ED\u30FC\u30C9\u5F85\u3061\u6642\u9593\u306E\u30B9\u30BF\u30A4\u30EB\u8A2D\u5B9A","loadingTheme.spinner":"\u56DE\u8EE2\u30A2\u30CB\u30E1\u30FC\u30B7\u30E7\u30F3","loadingTheme.text":"\u9759\u7684\u30C6\u30AD\u30B9\u30C8 ","loadingTheme.none":"\u8868\u793A\u306A\u3057",developerDescription:"\u9AD8\u5EA6\u306A\u30AB\u30B9\u30BF\u30DE\u30A4\u30BA\u306B\u95A2\u3059\u308B\u30C9\u30AD\u30E5\u30E1\u30F3\u30C8\u306F<1>\u3053\u3061\u3089\u3092\u3054\u89A7\u304F\u3060\u3055\u3044\u3002","edit border color":"\u30DC\u30FC\u30C0\u30FC\u30AB\u30E9\u30FC\u306E\u5909\u66F4",successSyncButNoChange:"\u73FE\u5728\u306E\u30B3\u30F3\u30D5\u30A3\u30AE\u30E5\u30EC\u30FC\u30B7\u30E7\u30F3\u306F\u30AF\u30E9\u30A6\u30C9\u3068\u4E00\u81F4\u3057\u3066\u3044\u308B",customTheme:"\u30AB\u30B9\u30BF\u30E0\u30AB\u30E9\u30FC\u3068\u30B5\u30A4\u30BA","customThemeLabel.borderColor":"\u30DC\u30FC\u30C0\u30FC\u30AB\u30E9\u30FC","customThemeLabel.borderRadius":"\u4E38\u307F\u3092\u5E2F\u3073\u305F\u30A8\u30C3\u30B8","customThemeLabel.textColor":"\u30C6\u30AD\u30B9\u30C8\u30AB\u30E9\u30FC","customThemeLabel.backgroundColor":"\u80CC\u666F\u8272","customThemeLabel.zoom":"\u30D5\u30A9\u30F3\u30C8\u30FB\u30B9\u30B1\u30FC\u30EA\u30F3\u30B0 (%)","customThemeLabel.opacity":"\u30C6\u30AD\u30B9\u30C8\u306E\u4E0D\u900F\u660E\u5EA6 (%)",resetToDefaultColor:"\u30C7\u30D5\u30A9\u30EB\u30C8\u30AB\u30E9\u30FC\u306B\u623B\u3059",resetToDefaultSettings:"\u30C7\u30D5\u30A9\u30EB\u30C8\u8A2D\u5B9A\u306B\u623B\u3059",isTranslateTitle:"\u30DA\u30FC\u30B8\u30BF\u30A4\u30C8\u30EB\u306E\u7FFB\u8A33\u3092\u6709\u52B9\u306B\u3059\u308B",isTranslateTitleDescription:"\u30AA\u30F3\u306B\u3059\u308B\u3068\u3001\u30DA\u30FC\u30B8\u30BF\u30A4\u30C8\u30EB\u304C\u7FFB\u8A33\u3055\u308C\u307E\u3059",enableSearchEnhancement:"\u30D0\u30A4\u30EA\u30F3\u30AC\u30EB\u30E1\u30C3\u30BB\u30FC\u30B8\u3092\u6709\u52B9\u306B\u3059\u308B",enableSearchEnhancementDescription:"\u6709\u52B9\u306B\u3059\u308B\u3068\u3001\u5BFE\u5FDC\u30B5\u30A4\u30C8\uFF08Google News\u3001Google Search\uFF08\u4E00\u90E8\u30AD\u30FC\u30EF\u30FC\u30C9\uFF09\u3001Snowball\u3001Oriental Fortune\u3001Futura\u3001Tiger Community\uFF09\u306E\u53F3\u30AB\u30E9\u30E0\u306B\u3001\u8A72\u5F53\u3059\u308B\u82F1\u8A9E\u30AD\u30FC\u30EF\u30FC\u30C9\u3067\u300CGoogle News\u300D\u306E\u691C\u7D22\u7D50\u679C\u304C\u81EA\u52D5\u7684\u306B\u8868\u793A\u3055\u308C\u308B\u3088\u3046\u306B\u306A\u308A\u307E\u3059\u3002",verifyService:"\u30B5\u30FC\u30D3\u30B9\u306E\u30C6\u30B9\u30C8\u306F\u3053\u3061\u3089",verified:"\u6210\u529F\u306E\u78BA\u8A8D","field.langs":"\u5BFE\u5FDC\u8A00\u8A9E\u30B3\u30FC\u30C9","field.model":"\u30E2\u30C7\u30EA\u30F3\u30B0","field.translationEngine":"\u7FFB\u8A33\u30A8\u30F3\u30B8\u30F3","field.limitPerMinute":"1\u5206\u3042\u305F\u308A\u306E\u6700\u5927\u30EA\u30AF\u30A8\u30B9\u30C8\u6570","field.limitPerSecond":"1\u79D2\u3042\u305F\u308A\u306E\u6700\u5927\u30EA\u30AF\u30A8\u30B9\u30C8\u6570","field.maxTextLengthPerRequest":"\u30EA\u30AF\u30A8\u30B9\u30C8\u3054\u3068\u306E\u6700\u5927\u30C6\u30AD\u30B9\u30C8\u9577","field.maxTextGroupLengthPerRequest":"\u30EA\u30AF\u30A8\u30B9\u30C8\u3054\u3068\u306E\u6700\u5927\u6BB5\u843D\u6570","field.apiUrl":"\u30AB\u30B9\u30BF\u30E0API\u30A4\u30F3\u30BF\u30FC\u30D5\u30A7\u30FC\u30B9\u306E\u30A2\u30C9\u30EC\u30B9","field.placeholderDelimiters":"\u4E88\u7D04\u30D7\u30EC\u30FC\u30B9\u30DB\u30EB\u30C0","description.custom":"\u30AB\u30B9\u30BF\u30E0\u30A4\u30F3\u30BF\u30FC\u30D5\u30A7\u30FC\u30B9\u30A2\u30AF\u30BB\u30B9 \u8981\u30C9\u30AD\u30E5\u30E1\u30F3\u30C6\u30FC\u30B7\u30E7\u30F3","description.limitPerMinute":"\u3053\u306E\u5236\u9650\u3092\u8D85\u3048\u305F\u30EA\u30AF\u30A8\u30B9\u30C8\u306F\u3001\u6B21\u306E\u5206\u304C\u59CB\u307E\u308B\u307E\u3067\u30AD\u30E5\u30FC\u306B\u5165\u308A\u307E\u3059\u3002OpenAI\u306E\u73FE\u5728\u306E\u30B5\u30FC\u30D3\u30B9\u306B\u306F\u3055\u307E\u3056\u307E\u306A\u5236\u9650\u304C\u3042\u308B\u305F\u3081\u3001\u6700\u65B0\u306E\u63A8\u5968\u5024\u306F<1>\u3053\u3061\u3089\u3092\u3054\u89A7\u304F\u3060\u3055\u3044\u3002","description.limitPerSecond":"\u3053\u306E\u5236\u9650\u3092\u8D85\u3048\u305F\u30EA\u30AF\u30A8\u30B9\u30C8\u306F\u3001\u6B21\u306E\u79D2\u304C\u59CB\u307E\u308B\u307E\u3067\u30AD\u30E5\u30FC\u306B\u5165\u308A\u307E\u3059\u3002OpenAI\u306E\u73FE\u5728\u306E\u30B5\u30FC\u30D3\u30B9\u306B\u306F\u3055\u307E\u3056\u307E\u306A\u5236\u9650\u304C\u3042\u308B\u305F\u3081\u3001\u6700\u65B0\u306E\u63A8\u5968\u5024\u306F<1>\u3053\u3061\u3089\u3092\u3054\u89A7\u304F\u3060\u3055\u3044\u3002","description.generalLimitPerSecond":"\u3053\u306E\u5236\u9650\u3092\u8D85\u3048\u305F\u30EA\u30AF\u30A8\u30B9\u30C8\u306F\u3001\u6B21\u306E\u79D2\u304C\u59CB\u307E\u308B\u307E\u3067\u30AD\u30E5\u30FC\u306B\u5165\u308B\u3002","description.prompt":"\u30E6\u30FC\u30B6\u30FC\u3068\u3057\u3066 {service} \u306B\u9001\u4FE1\u3055\u308C\u308B\u5BFE\u8A71\u3067\u3001{{text}} \u306F\u6BB5\u843D\u306E\u30C6\u30AD\u30B9\u30C8\u5185\u5BB9\u3092\u793A\u3057\u3001{{from}} \u306F\u6BB5\u843D\u306E\u8A00\u8A9E\u3092\u793A\u3057\u3001{{to}} \u306F\u76EE\u6A19\u8A00\u8A9E\u3092\u793A\u3057\u307E\u3059\u3002","description.maxTextLengthPerRequest":"\u30EA\u30AF\u30A8\u30B9\u30C8\u3042\u305F\u308A\u306E\u6700\u5927\u6587\u5B57\u6570\u304C\u5927\u304D\u3059\u304E\u308B\u3068\u3001\u30A4\u30F3\u30BF\u30FC\u30D5\u30A7\u30FC\u30B9\u306E\u5FDC\u7B54\u304C\u9045\u304F\u306A\u308B\u306E\u3067\u3001\u3053\u306E\u30AA\u30D7\u30B7\u30E7\u30F3\u3092\u8ABF\u6574\u3057\u3066\u901F\u5EA6\u3092\u6700\u9069\u5316\u3057\u3066\u304F\u3060\u3055\u3044\u3002","description.systemPrompt":"\u30B7\u30B9\u30C6\u30E0\u3068\u3057\u3066 {service} \u306B\u9001\u4FE1\u3055\u308C\u308B\u5BFE\u8A71\u3067\u3001{{text}} \u306F\u6BB5\u843D\u306E\u30C6\u30AD\u30B9\u30C8\u5185\u5BB9\u3092\u793A\u3057\u3001{{from}} \u306F\u6BB5\u843D\u306E\u8A00\u8A9E\u3092\u793A\u3057\u3001{{to}} \u306F\u76EE\u6A19\u8A00\u8A9E\u3092\u793A\u3057\u307E\u3059\u3002","field.domain":"\u30EC\u30A2\u30EB","description.domain":"\u30C7\u30D5\u30A9\u30EB\u30C8\u306F\uFF1Ageneral \u3067\u3059\u3002Arima API \u30B3\u30F3\u30BD\u30FC\u30EB\u3067\u30C9\u30E1\u30A4\u30F3\u5909\u63DB\u304C\u6709\u52B9\u306B\u306A\u3063\u3066\u3044\u308B\u5834\u5408\u306E\u307F\u8A2D\u5B9A\u3067\u304D\u307E\u3059\u3002","field.scene":"\u53D6\u308B","description.scene":"\u30C7\u30D5\u30A9\u30EB\u30C8\u306F\uFF1A\u4E00\u822C\u3067\u3059\u3002AliCloud API\u30B3\u30F3\u30BD\u30FC\u30EB\u3067Machine Translation Pro\u3092\u958B\u3044\u305F\u5834\u5408\u306E\u307F\u8A2D\u5B9A\u3067\u304D\u307E\u3059\u3002","field.vocabId":"\u30E6\u30FC\u30B6\u30FC\u8F9E\u66F8ID","description.vocabId":"\u6307\u5B9A\u3055\u308C\u305F\u8F9E\u66F8out_id\u306F\u3001\u73FE\u5728\u3001\u82F1\u8A9E\u304B\u3089\u4E2D\u56FD\u8A9E\u3078\u306E\u7FFB\u8A33\u3092\u30B5\u30DD\u30FC\u30C8\u3057\u3066\u3044\u308B\u3002","description.model":"OpenAI\u306E\u30E2\u30C7\u30EB\u306F\u3001gpt-3.5-turbo\u3001gpt-4\u306A\u3069\u3002","description.maxTextGroupLengthPerRequest":"\u4E00\u5EA6\u306B\u7FFB\u8A33\u30B5\u30FC\u30D3\u30B9\u306B\u9001\u4FE1\u3055\u308C\u308B\u6BB5\u843D\u6570\u3002\u6BB5\u843D\u6570\u304C\u591A\u3059\u304E\u308B\u3068\u3001\u30A4\u30F3\u30BF\u30FC\u30D5\u30A7\u30FC\u30B9\u306E\u5FDC\u7B54\u304C\u9045\u304F\u306A\u308B\u3053\u3068\u304C\u3042\u308A\u307E\u3059\u3002","description.apiUrl":"\u5177\u4F53\u7684\u306AURL\u3068\u30D1\u30B9\u3001<1>\u3088\u308A\u8A73\u3057\u3044\u8AAC\u660E\u3092\u8FFD\u52A0\u3057\u3066\u304F\u3060\u3055\u3044\u3002",enabledExtension:"\u30A8\u30AF\u30B9\u30C6\u30F3\u30B7\u30E7\u30F3\u306E\u6709\u52B9\u5316",clickToDisableExtension:"\u30AF\u30EA\u30C3\u30AF\u3057\u3066\u62E1\u5F35\u6A5F\u80FD\u3092\u7121\u52B9\u306B\u3059\u308B",clickToEnableExtension:"\u30AF\u30EA\u30C3\u30AF\u3057\u3066\u62E1\u5F35\u6A5F\u80FD\u3092\u6709\u52B9\u306B\u3059\u308B",hasBeenDisabled:"\u4F7F\u7528\u4E0D\u80FD","show password":"\u30D1\u30B9\u30EF\u30FC\u30C9\u3092\u8868\u793A\u3059\u308B",customContent:"\u30AB\u30B9\u30BF\u30E0\u30E2\u30C7\u30EB\u540D\u3092\u5165\u529B",inputOptions:"\u5165\u529B\u30DC\u30C3\u30AF\u30B9\u306E\u5F37\u5316",mouseHoverOptions:"\u30DE\u30A6\u30B9\u30DB\u30D0\u30FC",modifyMouseHoverKey:"\u30DE\u30A6\u30B9\u30DB\u30D0\u30FC\u30B7\u30E7\u30FC\u30C8\u30AB\u30C3\u30C8\u306E\u5909\u66F4",enableInputTranslation:"\u5165\u529B\u30DC\u30C3\u30AF\u30B9\u306E\u62E1\u5F35\u3092\u6709\u52B9\u306B\u3059\u308B\u304B\u3069\u3046\u304B",enableInputTranslationDescription:"\u6709\u52B9\u5316\u3057\u305F\u3089\u3001 {startingKey}{startingKey} hello \u3068\u5165\u529B\u30DC\u30C3\u30AF\u30B9\u306B\u76F4\u63A5\u5165\u529B\u3057\u3001{inputTrailingTriggerKeyRepeatTimes}times{trailingKey}\u3092\u7D20\u65E9\u304F\u62BC\u3057\u3066\u3001 {inputTargetLanguage}\u306B\u5909\u63DB\u3059\u308B\u3002",enableInputTranslationDescriptionForNoneKey:"\u6709\u52B9\u306B\u3057\u305F\u3089\u3001\uFF1AHello World\u3068\u5165\u529B\u30DC\u30C3\u30AF\u30B9\u306B\u76F4\u63A5\u5165\u529B\u3057\u3001{inputTrailingTriggerKeyRepeatTimes}{trailingKey}\u3092\u7D20\u65E9\u304F\u62BC\u3057\u3066\u3001\u30C7\u30D5\u30A9\u30EB\u30C8\u306E\u30BF\u30FC\u30B2\u30C3\u30C8\u8A00\u8A9E\u306B\u7FFB\u8A33\u3059\u308B\u3002",inputTargetLanguage:"\u5165\u529B\u30DC\u30C3\u30AF\u30B9\u306E\u30C7\u30D5\u30A9\u30EB\u30C8\u30BF\u30FC\u30B2\u30C3\u30C8\u8A00\u8A9E\u306E\u8A2D\u5B9A",inputTargetLanguageDescription:"\u5165\u529B\u30DC\u30C3\u30AF\u30B9\u7FFB\u8A33\u306E\u30C7\u30D5\u30A9\u30EB\u30C8\u30BF\u30FC\u30B2\u30C3\u30C8\u8A00\u8A9E\u3001\u3059\u306A\u308F\u3061\u3001\u30C8\u30EA\u30AC\u30FC\u30EF\u30FC\u30C9\u306E\u30C7\u30D5\u30A9\u30EB\u30C8\u8A00\u8A9E\u3068\u3057\u3066 {startingKey}{startingKey}",inputTargetLanguageDescriptionForNoneKey:"\u5165\u529B\u30DC\u30C3\u30AF\u30B9\u7FFB\u8A33\u306E\u30C7\u30D5\u30A9\u30EB\u30C8\u30BF\u30FC\u30B2\u30C3\u30C8\u8A00\u8A9E",inputStartingTriggerKeyTitle:"\u5165\u529B\u30DC\u30C3\u30AF\u30B9\u306E\u90E8\u5206\u7FFB\u8A33\u306E\u305F\u3081\u306E\u5206\u5272\u6587\u5B57\u306E\u8A2D\u5B9A",inputStartingTriggerKeyDescription:"\u5165\u529B\u30DC\u30C3\u30AF\u30B9\u5168\u4F53\u3092\u7FFB\u8A33\u3059\u308B\u5FC5\u8981\u304C\u306A\u3044\u5834\u5408\u3001\u30B9\u30D7\u30EA\u30C3\u30BF\u30FC\u306F {startingKey}{startingKey} \u304B\u3089\u5165\u529B\u30DC\u30C3\u30AF\u30B9\u306E\u6700\u5F8C\u307E\u3067\u306E\u90E8\u5206\u3060\u3051\u3092\u7FFB\u8A33\u3059\u308B\u3053\u3068\u304C\u3067\u304D\u307E\u3059\u3002\u307E\u305F\u3001\u8A00\u8A9E\u30B3\u30FC\u30C9\u3092\u6307\u5B9A\u3059\u308B\u3053\u3068\u3082\u3067\u304D\u307E\u3059\u3002\u4F8B\u3048\u3070\u3001\uFF1A{startingKey}ja \u306F {startingKey}ja \u304B\u3089\u5165\u529B\u30DC\u30C3\u30AF\u30B9\u306E\u6700\u5F8C\u307E\u3067\u306E\u90E8\u5206\u3060\u3051\u3092\u7FFB\u8A33\u3059\u308B\u3053\u3068\u3092\u610F\u5473\u3057\u307E\u3059\u3002",inputStartingTriggerKeyDescriptionForNoneKey:"\u73FE\u5728\u306E\u63A5\u982D\u8F9E\u306A\u3057\u306E\u8A2D\u5B9A\u306F\u4E0D\u8981\u3067\u3042\u308A\u3001\u5165\u529B\u30DC\u30C3\u30AF\u30B9\u306E\u4E00\u90E8\u306E\u30C6\u30AD\u30B9\u30C8\u306E\u7FFB\u8A33\u6A5F\u80FD\u306F\u73FE\u6642\u70B9\u3067\u306F\u5229\u7528\u3067\u304D\u306A\u3044\u3002",inputTrailingTriggerKeyTitle:"\u5165\u529B\u7D42\u4E86\u30C8\u30EA\u30AC\u30FC\u6587\u5B57\u3092\u9078\u629E\u3059\u308B",inputTrailingTriggerKeyDescription:"3 quick hits{trailingKey} \u7FFB\u8A33\u3092\u958B\u59CB\u3057\u307E\u3059\uFF01",inputTrailingTriggerKeyTimeout:"\u6226\u95D8\u7D42\u4E86\u30C8\u30EA\u30AC\u30FC\u307E\u3067\u306E\u6642\u9593\u3092\u5165\u529B\u3059\u308B\u3002",inputTrailingTriggerKeyTimeoutDescription:"\u5165\u529B\u7D42\u4E86\u30B3\u30F3\u30DC\u306E\u30C8\u30EA\u30AC\u30FC\u307E\u3067\u306E\u6642\u9593\uFF08\u30DF\u30EA\u79D2\uFF09\u3092\u8A2D\u5B9A\u3059\u308B\u3002",spaceKey:"<\u7A7A\u683C\u952E>",noneKey:"\u63A5\u982D\u8F9E\u306A\u3057\u306E\u30C6\u30AD\u30B9\u30C8\u30DC\u30C3\u30AF\u30B9\u5168\u4F53\u306E\u76F4\u63A5\u7FFB\u8A33",inputTranslationBlockUrlsTitle:"\u4EE5\u4E0B\u306EURL\u3067\u306F\u3001\u5165\u529B\u30DC\u30C3\u30AF\u30B9\u306E\u62E1\u5F35\u6A5F\u80FD\u3092\u6709\u52B9\u306B\u3057\u306A\u3044\u3067\u304F\u3060\u3055\u3044\u3002",inputTranslationBlockUrlsDescription:"\u5165\u529B\u30DC\u30C3\u30AF\u30B9\u306E\u6A5F\u80FD\u62E1\u5F35\u306F\u3001\u4EE5\u4E0B\u306EURL\u3067\u306F\u6A5F\u80FD\u3057\u307E\u305B\u3093\u3002",clickToSeeQuickDemo:"\u30AF\u30EA\u30C3\u30AF\u3057\u306630\u79D2\u306E\u30C1\u30E5\u30FC\u30C8\u30EA\u30A2\u30EB\u30D3\u30C7\u30AA\u3092\u62E1\u5927",inputHelperInfo:"\u8AAC\u660E\uFF1A\u4E2D\u56FD\u8A9E\u306E\u5165\u529B\u30E1\u30BD\u30C3\u30C9\u3067\u306F\u3001\u3044\u304F\u3064\u304B\u306E\u30C8\u30EA\u30AC\u30FC\u6587\u5B57\u304C\u4E2D\u56FD\u8A9E\u306E\u53E5\u8AAD\u70B9\u306B\u5909\u308F\u308B\u3068\u3044\u3046\u4E8B\u5B9F\u306B\u6700\u9069\u5316\u3057\u307E\u3057\u305F\u3002\u4F8B\u3048\u3070\u3001/ \u306F Sogou \u5165\u529B\u30E1\u30BD\u30C3\u30C9\u3067\u306F\u3001\u30C0\u30F3\u8A18\u53F7\u306B\u5909\u308F\u308A\u307E\u3059\u3002

\u307E\u305F\u3001\u8A00\u8A9E<1>\u30B3\u30FC\u30C9\u306E\u4E2D\u56FD\u8A9E\u30A8\u30A4\u30EA\u30A2\u30B9\u3082\u30B3\u30DE\u30F3\u30C9\u3068\u3057\u3066\u30B5\u30DD\u30FC\u30C8\u3057\u3066\u304A\u308A\u3001\u4F8B\u3048\u3070 /Japanese Hello World \u306F\u65E5\u672C\u8A9E\u306B\u7FFB\u8A33\u3055\u308C\u307E\u3059\u3002",reloadCurrentPage:"\u7FFB\u8A33\u3092\u958B\u59CB\u3059\u308B\u524D\u306B\u3001\u73FE\u5728\u306E\u30DA\u30FC\u30B8\u3092\u66F4\u65B0\u3057\u3066\u304F\u3060\u3055\u3044\u3002",noLocalFilePermissionForPDF:"\u30ED\u30FC\u30AB\u30EB\u30D5\u30A1\u30A4\u30EB\u3092\u8AAD\u307F\u8FBC\u3080\u6A29\u9650\u304C\u3042\u308A\u307E\u305B\u3093\u3002\u4E0A\u306E\u30DC\u30BF\u30F3\u3092\u30AF\u30EA\u30C3\u30AF\u3057\u3066\u3001\u30ED\u30FC\u30AB\u30EB\u30D5\u30A1\u30A4\u30EB\u3092\u30A4\u30F3\u30DD\u30FC\u30C8\u3057\u3066\u304F\u3060\u3055\u3044\u3002",noPermissionForThisPage:"\u26A0\uFE0F \u73FE\u5728\u306E\u30DA\u30FC\u30B8\u3092\u7FFB\u8A33\u3059\u308B\u6A29\u9650\u304C\u306A\u3044",retryAllParagraphs:"\u3059\u3079\u3066\u306E\u30A8\u30E9\u30FC\u30D1\u30C3\u30BB\u30FC\u30B8\u3092\u518D\u8A66\u884C\u3059\u308B",retryAllButton:"\u3059\u3079\u3066\u306E\u30A8\u30E9\u30FC\u30D1\u30C3\u30BB\u30FC\u30B8\u3092\u518D\u8A66\u884C\u3059\u308B",errorTooltipTitle:"\u30AF\u30EA\u30C3\u30AF\u3057\u3066\u30A8\u30E9\u30FC\u306E\u539F\u56E0\u3092\u898B\u308B",errorModalTitle:"\u7FFB\u8A33\u30B5\u30FC\u30D3\u30B9\u304B\u30CD\u30C3\u30C8\u30EF\u30FC\u30AF\u306B\u4F55\u304B\u554F\u984C\u304C\u3042\u308B\u3088\u3046\u3060...\u3002",disableConfirm:"\u30D0\u30A4\u30EA\u30F3\u30AC\u30EB\u60C5\u5831\u5F37\u5316\u8A2D\u5B9A",disableOnce:"\u3053\u306E\u969C\u5BB3",disableGlobal:"\u6C38\u4E45\u306B\u7121\u52B9\u306B\u3059\u308B",disableTint:"* {option}\u3002",searchEnhancementNotes:"\u4E2D\u56FD\u8A9E\u30AD\u30FC\u30EF\u30FC\u30C9\u3068\u82F1\u8A9E\u30AD\u30FC\u30EF\u30FC\u30C9\u3067\u306F\u3001\u30CB\u30E5\u30FC\u30B9\u306E\u691C\u7D22\u7D50\u679C\u304C\u5927\u304D\u304F\u7570\u306A\u308B\u3053\u3068\u304C\u308F\u304B\u308A\u307E\u3057\u305F\u3002 \u30A4\u30DE\u30FC\u30B7\u30D6\u7FFB\u8A33\u30D0\u30A4\u30EA\u30F3\u30AC\u30EB\u60C5\u5831\u5F37\u5316\u6A5F\u80FD\u3092\u6709\u52B9\u306B\u3059\u308B\u3068\u3001\u5BFE\u5FDC\u30B5\u30A4\u30C8\uFF08Google\u30CB\u30E5\u30FC\u30B9\u3001Google\u691C\u7D22\uFF08\u4E00\u90E8\u30AD\u30FC\u30EF\u30FC\u30C9\uFF09\u3001Snowball\u3001Oriental Wealth\u3001Futura\u3001Tiger\uFF09\u3067\u540C\u3058\u30AD\u30FC\u30EF\u30FC\u30C9\u3092\u82F1\u8A9E\u3067\u81EA\u52D5\u7684\u306B\u691C\u7D22\u3057\u3001\u53F3\u5074\u306B\u8868\u793A\u3057\u307E\u3059\u3002\u3053\u306E\u6A5F\u80FD\u304C\u4E0D\u8981\u306A\u5834\u5408\u306F\u3001\u7121\u52B9\u306B\u3059\u308B\u3053\u3068\u3082\u3067\u304D\u307E\u3059\u3002",option:"\u30BB\u30C3\u30C8\u30A2\u30C3\u30D7",saveSettings:"\u8A2D\u5B9A\u306E\u4FDD\u5B58",closeModal:"\u30A6\u30A3\u30F3\u30C9\u30A6\u3092\u9589\u3058\u308B",enableInputTranslationWithoutTriggerKeyTitle:"{trailingKey}\u3001\u5165\u529B\u30DC\u30C3\u30AF\u30B9\u5168\u4F53\u3092\u76F4\u63A5{inputTargetLanguage}\u3002",enableInputTranslationWithoutTriggerKeyDescription:"\u4F8B\u3048\u3070\u3001\uFF1Aja Hello World \u306E\u3088\u3046\u306B\u3002",mouseHoverShortcutPlaceholder:"\u4F8B\uFF1A\uFF1A\u30B7\u30D5\u30C8",deepLProName:"\u6CA1\u5165\u578B\u7FFB\u8A33\u30D7\u30ED\u30E1\u30F3\u30D0\u30FC\uFF08\u63A8\u5968\uFF09",deepLProDescription:"\u73FE\u5728\u306E\u30D1\u30C3\u30B1\u30FC\u30B8\u306F\u76F4\u63A5\u4F7F\u7528\u3067\u304D\u308B",deeplProDescriptionForNormal:"\u30BB\u30C3\u30C8\u30A2\u30C3\u30D7\u4E0D\u8981\u3001\u4F1A\u54E1\u306E\u65B9\u306F\u30ED\u30B0\u30A4\u30F3\u5F8C\u5229\u7528\u53EF\u80FD\u3001<1>\u4F1A\u54E1\u3078\u306E\u30A2\u30C3\u30D7\u30B0\u30EC\u30FC\u30C9\u306F\u3053\u3061\u3089",deepLCustomDescription:"\u6D77\u5916\u767A\u884C\u306E\u30AF\u30EC\u30B8\u30C3\u30C8\u30AB\u30FC\u30C9\u304C\u5FC5\u8981 <1>\u3002",deepLCustomName:"\u30AB\u30B9\u30BF\u30E0\u8A8D\u8A3C\u30AD\u30FC",chooseProviderLabel:"\u30B5\u30FC\u30D3\u30B9\u30FB\u30D7\u30ED\u30D0\u30A4\u30C0\u30FC\u306E\u9078\u629E",openaiProName:"\u6CA1\u5165\u578B\u7FFB\u8A33\u30D7\u30ED\u30E1\u30F3\u30D0\u30FC\uFF08\u63A8\u5968\uFF09",openaiProDescription:"\u73FE\u5728\u306E\u30D1\u30C3\u30B1\u30FC\u30B8\u306F\u76F4\u63A5\u4F7F\u7528\u3067\u304D\u308B",openaiProDescriptionForNormal:"\u30BB\u30C3\u30C8\u30A2\u30C3\u30D7\u4E0D\u8981\u3001\u4F1A\u54E1\u306E\u65B9\u306F\u30ED\u30B0\u30A4\u30F3\u5F8C\u5229\u7528\u53EF\u80FD\u3001<1>\u4F1A\u54E1\u3078\u306E\u30A2\u30C3\u30D7\u30B0\u30EC\u30FC\u30C9\u306F\u3053\u3061\u3089",openaiCustomDescription:"OpenAI\u3001Azure OpenAI\u3001\u307E\u305F\u306F\u305D\u306E\u4ED6\u306E\u30B5\u30FC\u30C9\u30D1\u30FC\u30C6\u30A3\u30B5\u30FC\u30D3\u30B9\u3067\u5229\u7528\u53EF\u80FD\u3067\u3059<1>\u3002",openaiCustomName:"\u30AB\u30B9\u30BF\u30E0API\u30AD\u30FC",needLoginAction:"(\u30AA\u30FC\u30D7\u30F3\u30FB\u30E1\u30F3\u30D0\u30FC\u307E\u305F\u306F\u30AB\u30B9\u30BF\u30DE\u30A4\u30BA\uFF09",goLoginOrAction:"(\u30E1\u30F3\u30D0\u30FC\u30B7\u30C3\u30D7\u3092\u958B\u304F\u304B\u3001\u8A2D\u5B9A\u306B\u9032\u3080)",yearly:"\u9023\u7D9A\u5E74\u6255\u3044\u3092\u3059\u308B",quarterly:"\u9806\u6B21\u5305\u88C5",monthly:"\u30DE\u30F3\u30B9\u30EA\u30FC\u30FB\u30B5\u30D6\u30B9\u30AF\u30EA\u30D7\u30B7\u30E7\u30F3",yearlyForOnce:"\u5E74\u9593\u30D1\u30C3\u30B1\u30FC\u30B8",monthlyForOnce:"\u67081\u56DE\u30D1\u30C3\u30B1\u30FC\u30B8",daily:"\u9023\u7D9A\u30D1\u30B1\u30C3\u30C8\u65E5",year:"\u9023\u7D9A\u5E74\u6255\u3044\u3092\u3059\u308B",quarter:"\u9806\u6B21\u5305\u88C5",month:"\u30DE\u30F3\u30B9\u30EA\u30FC\u30FB\u30B5\u30D6\u30B9\u30AF\u30EA\u30D7\u30B7\u30E7\u30F3",day:"\u9023\u7D9A\u30D1\u30B1\u30C3\u30C8\u65E5",onetime_7day:"7\u65E5\u9593\u4F53\u9A13\u30D1\u30C3\u30AF",currentPlanDescriptionForFree:"\u73FE\u5728\u306E\u30D1\u30C3\u30B1\u30FC\u30B8\uFF1A\u7121\u6599",currentPlanDescriptionForContinuous:"\u73FE\u5728\u306E\u30D1\u30C3\u30B1\u30FC\u30B8\uFF1A{plan}\u306F {endAt} \u306B\u81EA\u52D5\u66F4\u65B0\u3055\u308C\u307E\u3059\u3002",currentPlanDescriptionForAutoRenewCaceling:"\u73FE\u5728\u306E\u30D1\u30C3\u30B1\u30FC\u30B8\uFF1A{plan}\u306E\u6709\u52B9\u671F\u9650\u306F {endAt} \u3068\u306A\u308A\u3001\u6709\u52B9\u671F\u9650\u5207\u308C\u306B\u3088\u308B\u81EA\u52D5\u66F4\u65B0\u306F\u884C\u308F\u308C\u307E\u305B\u3093\u3002",currentYearlyPlanDescriptionForAutoRenewCacelingWithRealPaiedUser:"\u73FE\u5728\u306E\u30D1\u30C3\u30B1\u30FC\u30B8\u3001\uFF1A{plan}\u306F\u3001 {endAt} \u306B\u671F\u9650\u5207\u308C\u3068\u306A\u308A\u3001\u671F\u9650\u5207\u308C\u306B\u3088\u308B\u81EA\u52D5\u66F4\u65B0\u306F\u884C\u308F\u308C\u307E\u305B\u3093\u3002
<1>\u66F4\u65B0\u30D7\u30E9\u30F3\u306E\u7BA1\u7406\u306F\u3053\u3061\u3089",currentYearlyPlanDescriptionForAutoRenewCacelingWithAdmin:"\u73FE\u5728\u306E\u30D1\u30C3\u30B1\u30FC\u30B8\u3001\uFF1A{plan}\u306F\u3001 {endAt} \u306B\u671F\u9650\u5207\u308C\u3068\u306A\u308A\u3001\u671F\u9650\u5207\u308C\u306B\u3088\u308B\u81EA\u52D5\u66F4\u65B0\u306F\u884C\u308F\u308C\u307E\u305B\u3093\u3002
<1>\u7D99\u7D9A\u7684\u306A\u5E74\u9593\u8CFC\u8AAD\u3092\u6709\u52B9\u306B\u3059\u308B\u306B\u306F\u3001\u3053\u3053\u3092\u30AF\u30EA\u30C3\u30AF\u3057\u3066\u304F\u3060\u3055\u3044\u3002",currentPlanDescriptionForOneTime:"\u73FE\u5728\u306E\u8CFC\u8AAD\uFF1A{plan}\u306F {endAt} \u3067\u671F\u9650\u5207\u308C\u3068\u306A\u308A\u307E\u3059\u3002<1>\u5E74\u4F1A\u8CBB\u307E\u305F\u306F<2>\u6708\u4F1A\u8CBB<1>\u3078\u306E\u30A2\u30C3\u30D7\u30B0\u30EC\u30FC\u30C9\u306F\u3053\u3061\u3089\u3092\u30AF\u30EA\u30C3\u30AF\u3057\u3066\u304F\u3060\u3055\u3044\u3002",upgradePlan:"\u30D7\u30ED\u4F1A\u54E1\u3078\u306E\u30A2\u30C3\u30D7\u30B0\u30EC\u30FC\u30C9\u306F\u3053\u3061\u3089",upgradeToPro:"\u30D7\u30ED\u4F1A\u54E1\u3078\u306E\u30A2\u30C3\u30D7\u30B0\u30EC\u30FC\u30C9","popup.openPro":"DeepL\u3068OpenAI\u306E\u7FFB\u8A33\u3092\u304A\u697D\u3057\u307F\u3044\u305F\u3060\u304F\u306B\u306F\u3001Pro\u30E1\u30F3\u30D0\u30FC\u30B7\u30C3\u30D7\u306B\u30A2\u30C3\u30D7\u30B0\u30EC\u30FC\u30C9\u3057\u3066\u304F\u3060\u3055\u3044\uFF01","popup.openProForPro":"\u3042\u306A\u305F\u306F\u3001DeepL\u3068OpenAI\u306E\u7FFB\u8A33\u306B\u76F4\u63A5\u30A2\u30AF\u30BB\u30B9\u3067\u304D\u308B\u30D7\u30ED\u30E1\u30F3\u30D0\u30FC\u3067\u3059\uFF01",currentAccount:"\u5F53\u5EA7\u9810\u91D1",enableAutoSyncUserSettings:"\u8907\u6570\u306E\u30C7\u30D0\u30A4\u30B9\u9593\u3067\u81EA\u52D5\u30AF\u30E9\u30A6\u30C9\u540C\u671F\u304C\u53EF\u80FD",modalEnableInputTranslationTitle:"\u6CA1\u5165\u578B\u7FFB\u8A33\u5165\u529B\u30DC\u30C3\u30AF\u30B9 \u7FFB\u8A33\u30A2\u30E9\u30FC\u30C8",modalEnableInputTranslationDesc:"\u30B9\u30DA\u30FC\u30B9\u30D0\u30FC\u30923\u56DE\u9023\u6253\u3059\u308B\u3053\u3068\u3067\u3001Immersive Translation\u306E\u5165\u529B\u30DC\u30C3\u30AF\u30B9\u7FFB\u8A33\u304C\u958B\u59CB\u3055\u308C\u3001\u5165\u529B\u30DC\u30C3\u30AF\u30B9\u306E\u5185\u5BB9\u304C\u30C7\u30D5\u30A9\u30EB\u30C8\u306E\u30BF\u30FC\u30B2\u30C3\u30C8\u8A00\u8A9E\u306B\u7FFB\u8A33\u3055\u308C\u307E\u3059\u3002\u7FFB\u8A33\u306FCtrl+Z\u3067\u53D6\u308A\u6D88\u3059\u3053\u3068\u304C\u3067\u304D\u307E\u3059\u3002

\u3082\u3057\u3053\u308C\u304C\u9593\u9055\u3044\u3067\u3042\u3063\u305F\u3068\u3057\u3066\u3082\u3001\u4ECA\u56DE\u306F\u7121\u52B9\u306B\u3059\u308B\u304B\u3001\u6C38\u4E45\u306B\u5165\u529B\u30DC\u30C3\u30AF\u30B9\u306E\u7FFB\u8A33\u3092\u7121\u52B9\u306B\u3059\u308B\u304B\u3092\u9078\u629E\u3067\u304D\u307E\u3059\u306E\u3067\u3001\u3054\u5B89\u5FC3\u304F\u3060\u3055\u3044\u3002",saveAndNotShowAgain:"\u4FDD\u5B58\u3057\u3066\u30D7\u30ED\u30F3\u30D7\u30C8\u3092\u6B62\u3081\u308B",disableInputTranslationTips:"* {option} ,{learnMore}\u3067\u30C8\u30EA\u30AC\u30FC\u3059\u308B\u4ED6\u306E\u30B7\u30E7\u30FC\u30C8\u30AB\u30C3\u30C8\u3082\u8A2D\u5B9A\u3067\u304D\u308B\u3002",learnMore:"\u8A73\u7D30\u306F\u3053\u3061\u3089",continueEnalbeInputTranslation:"\u5F15\u304D\u7D9A\u304D\u5165\u529B\u30DC\u30C3\u30AF\u30B9\u306E\u7FFB\u8A33\u3092\u6709\u52B9\u306B\u3059\u308B",autoRenewTrialSuffix:'(\u30C8\u30E9\u30A4\u30A2\u30EB\u306E\u5834\u5408\u3001\u3059\u3050\u306B\u6B63\u4F1A\u54E1\u306B\u30A2\u30C3\u30D7\u30B0\u30EC\u30FC\u30C9)',upgradeFromTrialTitle:"\u6B63\u4F1A\u54E1\u3078\u306E\u30A2\u30C3\u30D7\u30B0\u30EC\u30FC\u30C9",subtitle:"\u30D3\u30C7\u30AA\u30AD\u30E3\u30D7\u30B7\u30E7\u30F3",youtubeService:"\u6620\u50CF\u5B57\u5E55\u7FFB\u8A33\u30B5\u30FC\u30D3\u30B9","subtitle.disabledSubtitle":"\u30D3\u30C7\u30AA\u5B57\u5E55\u6A5F\u80FD\u3092\u6C38\u4E45\u306B\u7121\u52B9\u306B\u3059\u308B","subtitle.disabledSubtitleDescription":"Immersive Translator\u306EVideo Subtitles\u304C\u4ED6\u306E\u62E1\u5F35\u6A5F\u80FD\u3068\u7AF6\u5408\u3059\u308B\u5834\u5408\u3001Immersive Translator\u306EVideo Subtitles\u306E\u6A5F\u80FD\u3092\u6C38\u4E45\u7684\u306B\u7121\u52B9\u306B\u3059\u308B\u304B\u3001\u7AF6\u5408\u3059\u308B\u4ED6\u306E\u62E1\u5F35\u6A5F\u80FD\u3092\u30A2\u30F3\u30A4\u30F3\u30B9\u30C8\u30FC\u30EB\u3059\u308B\u3053\u3068\u304C\u3067\u304D\u307E\u3059\u3002","subtitle.autoEnableSubtitle":"\u30D0\u30A4\u30EA\u30F3\u30AC\u30EB\u5B57\u5E55\u306E\u81EA\u52D5\u4F7F\u7528","subtitle.autoEnableSubtitleDescription":"\u6709\u52B9\u306B\u3057\u305F\u5F8C\u3001\u30D3\u30C7\u30AA\u304C\u518D\u751F\u3055\u308C\u308B\u3068\u304D\u306F\u3001\u81EA\u52D5\u7684\u306B\u4E8C\u304B\u56FD\u8A9E\u306E\u5B57\u5E55\u304C\u8868\u793A\u3055\u308C\u307E\u3059\u3002\u305D\u308C\u4EE5\u5916\u306E\u5834\u5408\u306F\u3001\u7FFB\u8A33\u30DC\u30BF\u30F3\u3092\u30AF\u30EA\u30C3\u30AF\u3059\u308B\u5FC5\u8981\u304C\u3042\u308A\u307E\u3059\u3002","subtitle.preTranslation":"\u6CA1\u5165\u578B\u7FFB\u8A33\u3067\u5B57\u5E55\u3092\u7FFB\u8A33","subtitle.preTranslationDescription":"\u6709\u52B9\u306E\u5834\u5408\u3001\u5B57\u5E55\u5168\u4F53\u304C\u4EE5\u4E0B\u306B\u6307\u5B9A\u3059\u308B\u7FFB\u8A33\u30B5\u30FC\u30D3\u30B9\u3092\u4F7F\u3063\u3066\u4E8B\u524D\u306B\u7FFB\u8A33\u3055\u308C\u30011\u6642\u9593\u306E\u52D5\u753B\u3067\u7D0450,000\u30C8\u30FC\u30AF\u30F3\uFF08\u6587\u5B57\u6570\uFF09\u3092\u6D88\u8CBB\u3057\u307E\u3059\u306E\u3067\u3001\u3054\u81EA\u8EAB\u306E\u5224\u65AD\u3067\u3054\u5229\u7528\u304F\u3060\u3055\u3044\u3002\u7121\u52B9\u306E\u5834\u5408\u3001\u30AA\u30EA\u30B8\u30CA\u30EB\u306E\u5B57\u5E55\u304C\u6700\u521D\u306B\u4F7F\u7528\u3055\u308C\u307E\u3059\u3002","subtitle.humanSubtitlesPreferred":"\u30D2\u30E5\u30FC\u30DE\u30F3\u30FB\u30AD\u30E3\u30D7\u30B7\u30E7\u30F3\u306E\u512A\u5148\u4F7F\u7528","subtitle.humanSubtitlesPreferredDescription":"\u30D3\u30C7\u30AA\u306B\u30BF\u30FC\u30B2\u30C3\u30C8\u8A00\u8A9E\u306E\u5B57\u5E55\u304C\u3042\u308B\u5834\u5408\u3001\u4EBA\u9593\u306E\u5B57\u5E55\u3092\u512A\u5148\u7684\u306B\u4F7F\u7528\u3059\u308B\uFF08\u63A8\u5968\uFF09",videoSubtitleTranslationDescription:"\u30D3\u30C7\u30AA\u5B57\u5E55\u7528\u306B\u5225\u306E\u7FFB\u8A33\u30B5\u30FC\u30D3\u30B9\u3092\u5272\u308A\u5F53\u3066\u308B",subtitleTranslating:"{service} \u3001\u5B57\u5E55\u3092\u7FFB\u8A33\u3057\u3066\u3044\u307E\u3059\u3002(\u30A4\u30DE\u30FC\u30B8\u30E7\u30F3\u7FFB\u8A33)",subtitleLoading:"\u5B57\u5E55\u3092\u8AAD\u307F\u8FBC\u3093\u3067\u3044\u307E\u3059...",bilingual:"\u30D0\u30A4\u30EA\u30F3\u30AC\u30EA\u30BA\u30E0","field.action":"\u767E\u5EA6\u7528\u8A9E\u3092\u6709\u52B9\u306B\u3059\u308B\u304B\u3069\u3046\u304B","description.action":"\u6709\u52B9\u5316\u3055\u308C\u308B\u3068\u3001\u30EA\u30AF\u30A8\u30B9\u30C8\u306Baction=1\u30D1\u30E9\u30E1\u30FC\u30BF\u304C\u8FFD\u52A0\u3055\u308C\u3001\u6709\u52B9\u5316\u3055\u308C\u305F\u7528\u8A9E\u3092Baidu\u306B\u901A\u77E5\u3059\u308B<1>\u3002",closeQuickTranslation:"\u30AF\u30ED\u30FC\u30BA\u30FB\u30DB\u30D0\u30FC\u30DC\u30FC\u30EB","closeQuickTranslation.untilNext":"\u4ECA\u56DE\u306F\u6B21\u56DE\u307E\u3067\u304A\u4F11\u307F","closeQuickTranslation.currentWebsite":"\u73FE\u5728\u306E\u30B5\u30A4\u30C8\u306F\u4F7F\u7528\u4E0D\u53EF","closeQuickTranslation.alwaysClose":"\u6C38\u4E45\u306B\u7121\u52B9\u306B\u3059\u308B","closeQuickTranslation.settingOpen":"<1>(\u8A2D\u5B9A\u30DA\u30FC\u30B8\u3067\u30AA\u30F3\u306B\u3067\u304D\u308B\uFF09","closeQuickTranslation.cancel":"\u30AD\u30E3\u30F3\u30BB\u30EB","closeQuickTranslation.confirm":"\u5B9A\u7FA9\u3059\u308B","floatBall.popup":"\u30AF\u30A4\u30C3\u30AF\u8A2D\u5B9A\u30D1\u30CD\u30EB\u3092\u958B\u304F","floatBall.translate":"\u30AF\u30EA\u30C3\u30AF\u3057\u3066\u30DA\u30FC\u30B8\u3092\u7FFB\u8A33\u3059\u308B","floatBall.showOriginal":"\u30AF\u30EA\u30C3\u30AF\u3057\u3066\u5143\u306E\u8A18\u4E8B\u306B\u623B\u308B","floatBall.close":"\u30AF\u30ED\u30FC\u30BA\u30FB\u30DB\u30D0\u30FC\u30DC\u30FC\u30EB","floatBallOptions.enableDescPc":"\u30DA\u30FC\u30B8\u306E\u30DB\u30D0\u30FC\u30DC\u30FC\u30EB\u3092\u6709\u52B9\u306B\u3059\u308B\u3068\u3001\u30DA\u30FC\u30B8\u306E\u53F3\u5074\u306B\u30AF\u30A4\u30C3\u30AF\u7FFB\u8A33\u30DC\u30BF\u30F3\u304C\u8868\u793A\u3055\u308C\u307E\u3059\uFF01","floatBallOptions.enableDesc":"\u30DB\u30D0\u30FC\u30DC\u30FC\u30EB\u3092\u30AA\u30D5\u306B\u3057\u305F\u5F8C\u3001{touch}\u3002\u3046\u3063\u304B\u308A\u3053\u306E\u30AA\u30D7\u30B7\u30E7\u30F3\u3092\u30AA\u30D5\u306B\u3057\u305F\u5F8C\u3001\u30DB\u30D0\u30FC\u30DC\u30FC\u30EB\u304C\u898B\u3064\u304B\u3089\u306A\u3044\u5834\u5408\u306B\u5099\u3048\u3066\u3001\u3053\u306E\u8A2D\u5B9A\u30DA\u30FC\u30B8\u3092\u30D6\u30C3\u30AF\u30DE\u30FC\u30AF\u3057\u3066\u304A\u304F\u3053\u3068\u3092\u5F37\u304F\u304A\u52E7\u3081\u3057\u307E\u3059\uFF01","description.azureApiUrl":"\u30AB\u30B9\u30BF\u30E0API\u30A4\u30F3\u30BF\u30FC\u30D5\u30A7\u30FC\u30B9\u306E\u30A2\u30C9\u30EC\u30B9\u3092\u8A18\u5165\u3059\u308B\u3002",confirmSupportMouse:"\u30DE\u30A6\u30B9\u30B5\u30DD\u30FC\u30C8\u3092\u5F37\u5236\u7684\u306B\u6709\u52B9\u306B\u3059\u308B",confirmSupportMouseDescription:"\u73FE\u5728\u306E\u30D6\u30E9\u30A6\u30B6\u304C\u30DE\u30A6\u30B9\u6A5F\u80FD\u3092\u30B5\u30DD\u30FC\u30C8\u3057\u3066\u3044\u306A\u3044\u3053\u3068\u3092\u691C\u51FA\u3057\u307E\u3057\u305F\u3002",sampleTargetText:"\u9577\u3044\u591C\u304C\u8A2A\u308C\u3001\u79C1\u306F\u3053\u306E\u65E5\u304B\u3089\u6B7B\u306C\u307E\u3067\u898B\u5F35\u308A\u7D9A\u3051\u308B\u3002\u79C1\u306F\u59BB\u3092\u5A36\u3089\u305A\u3001\u9818\u5730\u3092\u4F5C\u3089\u305A\u3001\u5B50\u3092\u3082\u3046\u3051\u306A\u3044\u3002\u79C1\u306F\u738B\u51A0\u3092\u304B\u3076\u3089\u305A\u3001\u540D\u8A89\u306E\u305F\u3081\u306B\u52AA\u529B\u3057\u306A\u3044\u3002\u79C1\u306F\u81EA\u5206\u306E\u7FA9\u52D9\u3092\u679C\u305F\u3057\u3001\u751F\u304D\u3066\u6B7B\u306C\u3002",sampleSourceText:"Night gathers, and now my watch begins. It shall not end until my death. I shall take no wife, hold no lands, father no children. I shall wear no crowns and win no glory. I shall live and die at my post.","subtitle.supportedSites":"\u5DF2\u652F\u6301\u5728\u8FD9\u4E9B\u7F51\u7AD9\u4F7F\u7528\u53CC\u8BED\u5B57\u5E55\uFF08\u6CE8\u610F\uFF1A\u7531\u4E8E\u6280\u672F\u9650\u5236\uFF0C\u90E8\u5206\u7F51\u7AD9\u5728\u9996\u6B21\u5F00\u542F\u5B57\u5E55\u540E\u9700\u8981\u91CD\u65B0\u5237\u65B0\u9875\u9762\uFF0C\u6216\u8005\u9700\u7B49\u5F85\u7FFB\u8BD1\u5B8C\u6210\u4EE5\u663E\u793A\u53CC\u8BED\u5B57\u5E55\uFF09\uFF1A",viewWithImmersiveTranslate:"\u53CC\u8BED\u7248\u672C(\u6C89\u6D78\u5F0F\u7FFB\u8BD1)",errorReason:"\u9519\u8BEF\u539F\u56E0\uFF1A{message}","proQuotaExceededError.onetime7day":'\uFF0C\u60A8\u53EF\u4EE5\u9009\u62E9\u4EE5\u4E0B\u65B9\u5F0F\u89E3\u51B3\uFF1A

1. \u5207\u6362\u5230 {anotherService} \u6216\u5176\u4ED6\u7FFB\u8BD1\u670D\u52A1
2. \u5347\u7EA7\u4E3A\u6708\u5EA6/\u5E74\u5EA6\u4F1A\u5458',"proQuotaExceededError.trial":'\uFF0C\u60A8\u53EF\u4EE5\u9009\u62E9\u4EE5\u4E0B\u65B9\u5F0F\u89E3\u51B3\uFF1A

1. \u5207\u6362\u5230 {anotherService} \u6216\u5176\u4ED6\u7FFB\u8BD1\u670D\u52A1
2. \u7ACB\u523B\u5347\u7EA7\u4E3A\u6B63\u5F0F\u4F1A\u5458',"proQuotaExceededError.nonTrial":'\uFF0C\u60A8\u53EF\u4EE5\u9009\u62E9\u4EE5\u4E0B\u65B9\u5F0F\u89E3\u51B3\uFF1A

1. \u5207\u6362\u5230 {anotherService} \u6216\u5176\u4ED6\u7FFB\u8BD1\u670D\u52A1
2. \u8D2D\u4E70 {translationService} \u989D\u5916\u6D41\u91CF\u5305',"proQuotaExceededError.resetTime":"
3. \u989D\u5EA6\u91CD\u7F6E\u65F6\u95F4\uFF1A{resetTime}","desc.touchShortcutsToggleTranslatePageOnlyTranslation":"\u300C\u8A33\u6587\u306E\u307F\u300D\u306F\u3001\u8A33\u6587\u306E\u307F\u3092\u8868\u793A\u3059\u308B\u3053\u3068\u3092\u610F\u5473\u3057\u3001\u30DA\u30FC\u30B8\u304C\u307E\u3060\u7FFB\u8A33\u3055\u308C\u3066\u3044\u306A\u3044\u5834\u5408\u306F\u3001\u30E2\u30FC\u30C9\u3092\u5207\u308A\u66FF\u3048\u3066\u7FFB\u8A33\u3057\u307E\u3059\u3002","desc.toggleOnlyTransation":"\u300C\u8A33\u6587\u306E\u307F\u30E2\u30FC\u30C9\u300D\u3068\u306F\u3001\u8A33\u6587\u306E\u307F\u3092\u8868\u793A\u3059\u308B\u3053\u3068\u3092\u6307\u3057\u3001\u30DA\u30FC\u30B8\u304C\u307E\u3060\u7FFB\u8A33\u3055\u308C\u3066\u3044\u306A\u3044\u5834\u5408\u306F\u3001\u30E2\u30FC\u30C9\u3092\u5207\u308A\u66FF\u3048\u3066\u7FFB\u8A33\u3057\u307E\u3059\u3002",touchShortcutsToggleTranslatePageOnlyTranslation:"\u30BF\u30C3\u30C1\u30B9\u30AF\u30EA\u30FC\u30F3\u30B8\u30A7\u30B9\u30C1\u30E3\u30FC\u3092\u8A2D\u5B9A\u3057\u3066\u3001\u30D0\u30A4\u30EA\u30F3\u30AC\u30EB/\u7FFB\u8A33\u30C6\u30AD\u30B9\u30C8\u306E\u307F\u306E\u30E2\u30FC\u30C9\u3092\u5207\u308A\u66FF\u3048\u307E\u3059",download_started:"\u30C0\u30A6\u30F3\u30ED\u30FC\u30C9\u304C\u958B\u59CB\u3055\u308C\u307E\u3057\u305F\u3002\u81EA\u52D5\u7684\u306B\u30C0\u30A6\u30F3\u30ED\u30FC\u30C9\u3055\u308C\u306A\u3044\u5834\u5408\u306F\u3001\u624B\u52D5\u3067\u30AF\u30EA\u30C3\u30AF\u3057\u3066\u304F\u3060\u3055\u3044\u3002",here:"\u3053\u3053","desc.toggleVideoSubtitlePreTranslation":"\u62BC\u3059\u3068\u3001\u30D3\u30C7\u30AA\u306E\u4E8C\u8A00\u8A9E\u5B57\u5E55\u306F\u3001\u307E\u305A\u6CA1\u5165\u578B\u7FFB\u8A33\u306E\u8A2D\u5B9A\u3092\u512A\u5148\u7684\u306B\u4F7F\u7528\u3057\u307E\u3059\u3002\u518D\u5EA6\u62BC\u3059\u3068\u3001\u5143\u306E\u30D3\u30C7\u30AA\u306B\u7D44\u307F\u8FBC\u307E\u308C\u305F\u6A5F\u68B0\u7FFB\u8A33\u5B57\u5E55\u3092\u512A\u5148\u7684\u306B\u4F7F\u7528\u3057\u307E\u3059\u3002\u6CE8\u610F\uFF1A\u3053\u306E\u30B7\u30E7\u30FC\u30C8\u30AB\u30C3\u30C8\u3067\u5909\u66F4\u3055\u308C\u308B\u306E\u306F\u5168\u4F53\u306E\u8A2D\u5B9A\u3067\u3059\u3002",videoSubtitlePreTranslationOn:"\u30D3\u30C7\u30AA\u306E\u5B57\u5E55\u306F\u3001\u512A\u5148\u7684\u306B\u6CA1\u5165\u578B\u306E\u7FFB\u8A33\u3092\u4F7F\u7528\u3057\u307E\u3059",videoSubtitlePreTranslationOff:"\u30D3\u30C7\u30AA\u306E\u5B57\u5E55\u306F\u3001\u5143\u306E\u30D3\u30C7\u30AA\u306B\u4ED8\u5C5E\u306E\u6A5F\u68B0\u7FFB\u8A33\u5B57\u5E55\u3092\u512A\u5148\u7684\u306B\u4F7F\u7528\u3057\u307E\u3059\u3002",translationFont:"\u30D5\u30A9\u30F3\u30C8\u3092\u8A2D\u5B9A\u3059\u308B","translationFont.custom":"\u30AB\u30B9\u30BF\u30E0\u30D5\u30A9\u30F3\u30C8\u3092\u5165\u529B\u3057\u3066\u304F\u3060\u3055\u3044","translationFont.customPlaceholder":"\u30D5\u30A9\u30F3\u30C8","translationFont.notSupportErrorMessage":"\u3042\u306A\u305F\u304C\u5165\u529B\u3057\u305F\u30D5\u30A9\u30F3\u30C8\u540D\u304C\u6B63\u3057\u3044\u304B\u78BA\u8A8D\u3059\u308B\u304B\u3001\u305D\u306E\u30D5\u30A9\u30F3\u30C8\u304C\u3042\u306A\u305F\u306E\u30C7\u30D0\u30A4\u30B9\u306B\u30A4\u30F3\u30B9\u30C8\u30FC\u30EB\u3055\u308C\u3066\u3044\u308B\u3053\u3068\u3092\u78BA\u8A8D\u3057\u3066\u304F\u3060\u3055\u3044\u3002","touch.mouse-translate":"\u6307\u5B9A\u3055\u308C\u305F\u6BB5\u843D\u3092\u7FFB\u8A33\u3057\u3066\u304F\u3060\u3055\u3044","translationServices.inherit":"\u4E3B\u306A\u7FFB\u8A33\u30B5\u30FC\u30D3\u30B9\u306B\u5F93\u3063\u3066\u304F\u3060\u3055\u3044\u3002","error.serveConfigError":"\u30B5\u30FC\u30D3\u30B9\u8A2D\u5B9A\u30A8\u30E9\u30FC","error.reloadPageOfSetting":"\u8A2D\u5B9A\u5F8C\u3001\u30DA\u30FC\u30B8\u3092\u30EA\u30D5\u30EC\u30C3\u30B7\u30E5\u3057\u3066\u518D\u5EA6\u7FFB\u8A33\u3057\u3066\u304F\u3060\u3055\u3044\u3002","error.googleLimitIp":"\u30B5\u30FC\u30D3\u30B9\u304C\u30A8\u30E9\u30FC\u3092\u8FD4\u3057\u307E\u3057\u305F\u3002Google\u30B5\u30FC\u30D3\u30B9\u306F\u3053\u306EIP\u30A2\u30C9\u30EC\u30B9\u306B\u5BFE\u3057\u3066\u6D41\u91CF\u5236\u9650\u3092\u884C\u3063\u3066\u3044\u307E\u3059\u3002\u30CD\u30C3\u30C8\u30EF\u30FC\u30AF\u30CE\u30FC\u30C9\u306E\u5909\u66F4\u3092\u304A\u52E7\u3081\u3057\u307E\u3059\u3002","error.openAIFreeLimit":"\u30B5\u30FC\u30D3\u30B9\u304C\u30A8\u30E9\u30FC\u3092\u8FD4\u3057\u307E\u3057\u305F\u3002\u73FE\u5728\u306E\u7FFB\u8A33\u30EA\u30AF\u30A8\u30B9\u30C8\u306E\u983B\u5EA6\u306F\u30011\u5206\u3042\u305F\u308A\u6700\u59273\u56DE\u306E\u4E0A\u9650\u306B\u9054\u3057\u3066\u3044\u307E\u3059\u3002\u5F8C\u307B\u3069\u518D\u5EA6\u304A\u8A66\u3057\u304F\u3060\u3055\u3044\u3002\uFF08\u3053\u308C\u306FOpenAI\u516C\u5F0F\u304C\u7121\u6599\u306EAPI Key\u306B\u5BFE\u3059\u308B\u5236\u9650\u3067\u3001\u3053\u306E\u5236\u9650\u3092\u89E3\u9664\u3059\u308B\u306B\u306F\u3001OpenAI\u306E\u30D0\u30C3\u30AF\u30A8\u30F3\u30C9\u3067\u30AF\u30EC\u30B8\u30C3\u30C8\u30AB\u30FC\u30C9\u3092\u767B\u9332\u3057\u3066\u304F\u3060\u3055\u3044\u3002\uFF09","error.openAIExceededQuota":"\u30B5\u30FC\u30D3\u30B9\u30A8\u30E9\u30FC\u304C\u8FD4\u3055\u308C\u307E\u3057\u305F\uFF1A\u73FE\u5728\u306EOpenAI\u30A2\u30AB\u30A6\u30F3\u30C8\u306E\u6B8B\u9AD8\u304C\u4E0D\u8DB3\u3057\u3066\u3044\u307E\u3059\u3002OpenAI\u306E\u516C\u5F0F\u30D0\u30C3\u30AF\u30A8\u30F3\u30C9\u3067\u30C1\u30E3\u30FC\u30B8\u3059\u308B\u304B\u3001\u30AF\u30EC\u30B8\u30C3\u30C8\u30AB\u30FC\u30C9\u3092\u767B\u9332\u3057\u3066\u304F\u3060\u3055\u3044\u3002","error.429":"\u30B5\u30FC\u30D3\u30B9\u304C\u30A8\u30E9\u30FC\u3092\u8FD4\u3057\u307E\u3057\u305F\u3002\u3053\u308C\u306F\u3001\u30EA\u30AF\u30A8\u30B9\u30C8\u304C\u983B\u7E41\u3059\u304E\u308B\u304B\u3001\u5236\u9650\u3092\u8D85\u3048\u3066\u3044\u308B\u3053\u3068\u3092\u793A\u3057\u3066\u3044\u307E\u3059\u3002\u5F8C\u3067\u3082\u3046\u4E00\u5EA6\u304A\u8A66\u3057\u304F\u3060\u3055\u3044\u3002","error.403":"\u30B5\u30FC\u30D3\u30B9\u304C\u30A8\u30E9\u30FC\u3092\u8FD4\u3057\u307E\u3057\u305F\u3001\u73FE\u5728\u305D\u306E\u30B5\u30FC\u30D3\u30B9\u306B\u30A2\u30AF\u30BB\u30B9\u3059\u308B\u6A29\u9650\u304C\u3042\u308A\u307E\u305B\u3093\u3002","error.400":"\u30B5\u30FC\u30D3\u30B9\u304C\u30A8\u30E9\u30FC\u3092\u8FD4\u3057\u307E\u3057\u305F\u3001\u30EA\u30AF\u30A8\u30B9\u30C8\u30D1\u30E9\u30E1\u30FC\u30BF\u304C\u9593\u9055\u3063\u3066\u3044\u307E\u3059\u3001\u5BFE\u5FDC\u3059\u308B\u8A2D\u5B9A\u3092\u78BA\u8A8D\u3057\u3066\u304F\u3060\u3055\u3044\u3002","error.502":"\u30B5\u30FC\u30D3\u30B9\u304C\u30A8\u30E9\u30FC\u3092\u8FD4\u3057\u307E\u3057\u305F\u3001\u30B5\u30FC\u30D3\u30B9\u304C\u30BF\u30A4\u30E0\u30A2\u30A6\u30C8\u3057\u307E\u3057\u305F\u3001\u5F8C\u3067\u3082\u3046\u4E00\u5EA6\u304A\u8A66\u3057\u304F\u3060\u3055\u3044\u3002","error.proTokenInvalid":"\u3082\u3057\u3042\u306A\u305F\u304CPro\u30E6\u30FC\u30B6\u30FC\u3067\u3042\u308C\u3070\u3001\u30ED\u30B0\u30A4\u30F3\u5F8C\u306BPro\u7FFB\u8A33\u30B5\u30FC\u30D3\u30B9\u3092\u3054\u5229\u7528\u304F\u3060\u3055\u3044\u3002","error.proUpgrade":"\u30A2\u30C3\u30D7\u30B0\u30EC\u30FC\u30C9\u5F8C\u3001\u30DA\u30FC\u30B8\u3092\u66F4\u65B0\u3057\u3066\u518D\u5EA6\u7FFB\u8A33\u3057\u3066\u304F\u3060\u3055\u3044\u3002","error.configError":"\u8A2D\u5B9A\u30C7\u30FC\u30BF\u304C\u7570\u5E38\u3067\u3059","error.goReset":"\u30EA\u30BB\u30C3\u30C8\u306B\u884C\u304F",batchEdit:"\u4E00\u62EC\u64CD\u4F5C","translationModeLang.translation.title":"\u7FFB\u8A33\u306E\u307F\u30E2\u30FC\u30C9\u306E\u8A00\u8A9E","translationModeLang.translation.description":"\u30DA\u30FC\u30B8\u306E\u8A00\u8A9E\u304C\u4EE5\u4E0B\u306E\u8A00\u8A9E\u306E\u5834\u5408\u3001\u81EA\u52D5\u7684\u306B\u7FFB\u8A33\u6587\u306E\u307F\u306E\u30E2\u30FC\u30C9\u3092\u4F7F\u7528\u3057\u307E\u3059\u3002","translationModeUrl.translation.title":"\u7FFB\u8A33\u306E\u307F\u30E2\u30FC\u30C9\u306E\u30A6\u30A7\u30D6\u30B5\u30A4\u30C8","translationModeUrl.translation.description":"\u4EE5\u4E0B\u306E\u30C9\u30E1\u30A4\u30F3\u306E\u30A6\u30A7\u30D6\u30B5\u30A4\u30C8\u3067\u306F\u3001\u81EA\u52D5\u7684\u306B\u7FFB\u8A33\u30C6\u30AD\u30B9\u30C8\u306E\u307F\u306E\u30E2\u30FC\u30C9\u304C\u4F7F\u7528\u3055\u308C\u307E\u3059\u3002","error.serveUnavailable":"\u3042\u306A\u305F\u304C\u73FE\u5728\u4F7F\u7528\u3057\u3066\u3044\u308B[{serverName}]\u30B5\u30FC\u30D3\u30B9\u306F\u3001\u30CD\u30C3\u30C8\u30EF\u30FC\u30AF\u63A5\u7D9A\u3084\u30B5\u30FC\u30D3\u30B9\u30D7\u30ED\u30D0\u30A4\u30C0\u306E\u554F\u984C\u306B\u3088\u308A\u4E00\u6642\u7684\u306B\u30A2\u30AF\u30BB\u30B9\u3067\u304D\u307E\u305B\u3093\u3002\u30DA\u30FC\u30B8\u3092\u30EA\u30D5\u30EC\u30C3\u30B7\u30E5\u3059\u308B\u304B\u3001<1>\u8A2D\u5B9A\u304B\u3089\u4ED6\u306E\u7FFB\u8A33\u30B5\u30FC\u30D3\u30B9\u306B\u5207\u308A\u66FF\u3048\u308B\u3053\u3068\u3092\u304A\u52E7\u3081\u3057\u307E\u3059\u3002\u3082\u3057<2>Pro\u4F1A\u54E1\u3067\u3042\u308C\u3070\u3001\u3088\u308A\u5B89\u5B9A\u3057\u305FDeepL\u307E\u305F\u306FOpenAI\u306E\u7FFB\u8A33\u30B5\u30FC\u30D3\u30B9\u3092\u9078\u629E\u3059\u308B\u3053\u3068\u304C\u3067\u304D\u307E\u3059\uFF08<3>\u3053\u3053\u3092\u30AF\u30EA\u30C3\u30AF\u3057\u3066\u7121\u6599\u4F53\u9A13\uFF09\u3002\u307E\u305F\u3001\u30CD\u30C3\u30C8\u30EF\u30FC\u30AF\u3084\u30D7\u30ED\u30AD\u30B7\u8A2D\u5B9A\u3092\u78BA\u8A8D\u3059\u308B\u5FC5\u8981\u304C\u3042\u308B\u304B\u3082\u3057\u308C\u307E\u305B\u3093\u3002",detectServiceLoading:"\u5229\u7528\u53EF\u80FD\u306A\u7FFB\u8A33\u30B5\u30FC\u30D3\u30B9\u3092\u691C\u51FA\u4E2D...",toggleToService:"{service}\u306B\u5207\u308A\u66FF\u3048\u3066\u518D\u8A66\u884C\u3057\u3066\u304F\u3060\u3055\u3044\u3002","error.gemini.429":"\u73FE\u5728\u306EGemini\u30B5\u30FC\u30D3\u30B9\u306E\u73FE\u5728\u306E\u8CA0\u8377\u80FD\u529B\u304C\u4E0A\u9650\u306B\u9054\u3057\u3066\u3044\u307E\u3059\u306E\u3067\u3001\u5F8C\u307B\u3069\u518D\u5EA6\u304A\u8A66\u3057\u3044\u305F\u3060\u304F\u304B\u3001\u4ED6\u306E\u7FFB\u8A33\u30B5\u30FC\u30D3\u30B9\u306B\u5207\u308A\u66FF\u3048\u3066\u304F\u3060\u3055\u3044\u3002",enableSentryReport:"\u62E1\u5F35\u304C\u30A8\u30E9\u30FC\u3092\u8D77\u3053\u3057\u305F\u3068\u304D\u3001Sentry\u3092\u4F7F\u7528\u3057\u3066\u30D5\u30A3\u30FC\u30C9\u30D0\u30C3\u30AF\u3092\u63D0\u51FA\u3057\u3066\u304F\u3060\u3055\u3044\u3002",goLogin:"\u30ED\u30B0\u30A4\u30F3\u3057\u3066\u304F\u3060\u3055\u3044","translationServices.gemini":"\u30B8\u30A7\u30DF\u30CB","error.reason":"\u30A8\u30E9\u30FC\u306E\u539F\u56E0","widget.translateFile":"PDF/ePub",touchShortcutsOff:"\u9589\u3058\u308B","error.retry":"\u518D\u8A66\u884C","multipleClick.4":"\u56DB\u9023\u6483",shortcutSettings:"\u30B7\u30E7\u30FC\u30C8\u30AB\u30C3\u30C8\u30AD\u30FC","multipleClick.3":"\u30C8\u30EA\u30D7\u30EB\u30B9\u30C8\u30E9\u30A4\u30AF",notLogin:"\u30ED\u30B0\u30A4\u30F3\u3057\u3066\u3044\u307E\u305B\u3093","slide.right":"\u5DE6\u306B\u30B9\u30EF\u30A4\u30D7\u3057\u3066\u304F\u3060\u3055\u3044",translationOnlyMode:"\u8A33\u6587\u306E\u307F\u30E2\u30FC\u30C9","widget.videoSubtitle":"\u30D3\u30C7\u30AA\u5B57\u5E55",paragraphMinTextCountField:"\u7FFB\u8A33\u6BB5\u843D\u306B\u5FC5\u8981\u306A\u6700\u5C0F\u6587\u5B57\u6570","subtitle.hideQuickButton":"\u3053\u306E\u30B7\u30E7\u30FC\u30C8\u30AB\u30C3\u30C8\u3092\u8868\u793A\u3057\u306A\u3044","floatBall.iKnow":"\u308F\u304B\u308A\u307E\u3057\u305F",contact:"\u79C1\u305F\u3061\u306B\u9023\u7D61\u3057\u3066\u304F\u3060\u3055\u3044","widget.instructionTooltip":"\u4F7F\u7528\u8AAC\u660E\u3092\u78BA\u8A8D\u3057\u3066\u304F\u3060\u3055\u3044","tagsInput.add":"+ \u8FFD\u52A0",loggedIn:"\u30ED\u30B0\u30A4\u30F3\u6E08\u307F","intro.floatBallTitle":"\u30AF\u30A4\u30C3\u30AF\u7FFB\u8A33\u30D5\u30ED\u30FC\u30C8\u30DC\u30FC\u30EB",pickAll:"\u3059\u3079\u3066\u9078\u629E","error.subscriptionExpiredTitle":"\u4F1A\u54E1\u304C\u671F\u9650\u5207\u308C\u306B\u306A\u308A\u307E\u3057\u305F","widget.instruction":"\u4F7F\u7528\u8AAC\u660E","shortcutGroup.main":"\u4E00\u822C\u7684\u306A\u6A5F\u80FD\u306E\u30B7\u30E7\u30FC\u30C8\u30AB\u30C3\u30C8\u30AD\u30FC","subtitle.bilingual":"\u30D0\u30A4\u30EA\u30F3\u30AC\u30EB\u5B57\u5E55",alwaysTranslateThisSite:"\u5E38\u306B\u3053\u306E\u30A6\u30A7\u30D6\u30B5\u30A4\u30C8\u3092\u7FFB\u8A33\u3057\u3066\u304F\u3060\u3055\u3044\u3002",mouseHoverCustomKeyTitle:"\u30AB\u30B9\u30BF\u30E0\u30DE\u30A6\u30B9\u30DB\u30D0\u30FC\u30B7\u30E7\u30FC\u30C8\u30AB\u30C3\u30C8","shortcutGroup.mouse":"\u30DE\u30A6\u30B9\u30DB\u30D0\u30FC\u30B7\u30E7\u30FC\u30C8\u30AB\u30C3\u30C8\u8A2D\u5B9A","browser.translateWithGemini":"\u73FE\u5728\u306E\u30DA\u30FC\u30B8\u3092\u4E00\u6642\u7684\u306BGemini\u3067\u7FFB\u8A33\u3057\u3066\u304F\u3060\u3055\u3044",shortcutSettingsTitle:"\u30B7\u30E7\u30FC\u30C8\u30AB\u30C3\u30C8\u30AD\u30FC\u306E\u8A2D\u5B9A","subtitle.showQuickButton":"\u30D7\u30EC\u30FC\u30E4\u30FC\u306B\u4E8C\u8A00\u8A9E\u5B57\u5E55\u306E\u30B7\u30E7\u30FC\u30C8\u30AB\u30C3\u30C8\u3092\u8868\u793A\u3059\u308B","browser.translateWithOpenAI":"\u4E00\u6642\u7684\u306BOpenAI\u3092\u4F7F\u3063\u3066\u73FE\u5728\u306E\u30DA\u30FC\u30B8\u3092\u7FFB\u8A33\u3057\u3066\u304F\u3060\u3055\u3044","browser.translateInputBox":"\u73FE\u5728\u306E\u5165\u529B\u30DC\u30C3\u30AF\u30B9\u306E\u5185\u5BB9\u3092\u7FFB\u8A33\u3057\u3066\u304F\u3060\u3055\u3044\u3002","browser.translateWithDeepL":"\u73FE\u5728\u306E\u30DA\u30FC\u30B8\u3092\u4E00\u6642\u7684\u306BDeepL\u3067\u7FFB\u8A33\u3057\u3066\u304F\u3060\u3055\u3044\u3002","browser.translateWithGoogle":"\u4E00\u6642\u7684\u306BGoogle\u7FFB\u8A33\u3067\u73FE\u5728\u306E\u30DA\u30FC\u30B8\u3092\u7FFB\u8A33\u3057\u3066\u304F\u3060\u3055\u3044\u3002",temprarilyChangeTranslationTo_openai:"\u73FE\u5728\u3001OpenAI\u3092\u4F7F\u7528\u3057\u3066\u73FE\u5728\u306E\u30DA\u30FC\u30B8\u3092\u7FFB\u8A33\u3057\u3066\u3044\u307E\u3059",temprarilyChangeTranslationTo_deepl:"\u73FE\u5728\u3001DeepL\u3092\u4F7F\u7528\u3057\u3066\u73FE\u5728\u306E\u30DA\u30FC\u30B8\u3092\u7FFB\u8A33\u3057\u3066\u3044\u307E\u3059","intro.subtitleTitle":"\u30AA\u30F3\u30E9\u30A4\u30F3\u30D3\u30C7\u30AA\u306E\u30D0\u30A4\u30EA\u30F3\u30AC\u30EB\u5B57\u5E55\u8868\u793A","shortcutGroup.touch":"\u30BF\u30C3\u30C1\u30B9\u30AF\u30EA\u30FC\u30F3\u5C02\u7528\u30B8\u30A7\u30B9\u30C1\u30E3\u30FC",temprarilyChangeTranslationTo_gemini:"\u73FE\u5728\u3001Gemini\u3092\u4F7F\u7528\u3057\u3066\u73FE\u5728\u306E\u30DA\u30FC\u30B8\u3092\u7FFB\u8A33\u3057\u3066\u3044\u307E\u3059",neverTranslateThisSite:"\u3053\u306E\u30A6\u30A7\u30D6\u30B5\u30A4\u30C8\u3092\u6C38\u9060\u306B\u7FFB\u8A33\u3057\u306A\u3044\u3067\u304F\u3060\u3055\u3044",temprarilyChangeTranslationTo_transmart:"\u73FE\u5728\u3001\u30C6\u30F3\u30BB\u30F3\u30C8\u7FFB\u8A33\u3092\u4F7F\u7528\u3057\u3066\u73FE\u5728\u306E\u30DA\u30FC\u30B8\u3092\u7FFB\u8A33\u3057\u3066\u3044\u307E\u3059","browser.translateWithTransmart":"\u4E00\u6642\u7684\u306B\u30C6\u30F3\u30BB\u30F3\u30C8\u7FFB\u8A33\u3067\u73FE\u5728\u306E\u30DA\u30FC\u30B8\u3092\u7FFB\u8A33\u3057\u3066\u304F\u3060\u3055\u3044",notLoginPro:"\u3042\u306A\u305F\u306E\u4F1A\u54E1\u30A2\u30AB\u30A6\u30F3\u30C8\u306B\u307E\u3060\u30ED\u30B0\u30A4\u30F3\u3057\u3066\u3044\u307E\u305B\u3093",networkError:"\u7FFB\u8A33\u30B5\u30FC\u30D3\u30B9\u307E\u305F\u306F\u30CD\u30C3\u30C8\u30EF\u30FC\u30AF\u306B\u554F\u984C\u304C\u767A\u751F\u3057\u3066\u3044\u307E\u3059","widget.videoSubtitleTooltip":"Youtube \u7B49 {count}+ \u306E\u30D3\u30C7\u30AA\u30B5\u30A4\u30C8\u3092\u30B5\u30DD\u30FC\u30C8\u3057\u3066\u3044\u307E\u3059","subtitle.autoDisableSubtitle":"\u81EA\u52D5\u7684\u306B\u4E8C\u304B\u56FD\u8A9E\u306E\u5B57\u5E55\u3092\u6709\u52B9\u306B\u3057\u306A\u3044","intro.hoverTitle":"\u30DE\u30A6\u30B9\u3092\u73FE\u5728\u306E\u6BB5\u843D\u306B\u30DB\u30D0\u30FC\u3057\u3066\u7FFB\u8A33\u3057\u3066\u304F\u3060\u3055\u3044","shortcutGroup.others":"\u3088\u308A\u591A\u304F\u306E\u30AB\u30B9\u30BF\u30E0\u6A5F\u80FD\u306E\u30B7\u30E7\u30FC\u30C8\u30AB\u30C3\u30C8",upgradeToProErrorTitle:"\u3053\u306E\u7FFB\u8A33\u30B5\u30FC\u30D3\u30B9\u3092\u4F7F\u7528\u3059\u308B\u306B\u306F\u3001Pro\u30E1\u30F3\u30D0\u30FC\u306B\u30A2\u30C3\u30D7\u30B0\u30EC\u30FC\u30C9\u3057\u3066\u304F\u3060\u3055\u3044\u3002",temprarilyChangeTranslationTo_google:"\u73FE\u5728\u3001Google\u7FFB\u8A33\u3092\u4F7F\u7528\u3057\u3066\u73FE\u5728\u306E\u30DA\u30FC\u30B8\u3092\u7FFB\u8A33\u3057\u3066\u3044\u307E\u3059",touchShortcutsToggleTranslationMask:"\u30BF\u30C3\u30C1\u30B9\u30AF\u30EA\u30FC\u30F3\u30B8\u30A7\u30B9\u30C1\u30E3\u30FC\u3092\u8A2D\u5B9A\u3057\u3066\u3001\u7FFB\u8A33\u30DE\u30B9\u30AF\u3092\u8868\u793A/\u539F\u6587\u3092\u8868\u793A","shortcutGroup.shortcutsForTranslationServices":"\u7FFB\u8A33\u30B5\u30FC\u30D3\u30B9\u95A2\u9023\u306E\u30B7\u30E7\u30FC\u30C8\u30AB\u30C3\u30C8\u30AD\u30FC","neverTranslateText.title":"\u4EE5\u4E0B\u306E\u5358\u8A9E\u306F\u539F\u6587\u306E\u307E\u307E\u306B\u3057\u3066\u304F\u3060\u3055\u3044\u3001\u7FFB\u8A33\u3057\u306A\u3044\u3067\u304F\u3060\u3055\u3044\u3002","widget.translateFileTooltip":"PDF\u3001EPUB\u3001SRT\u3001ASS\u3001HTML\u3001TXT \u30C9\u30AD\u30E5\u30E1\u30F3\u30C8\u3092\u7FFB\u8A33\u3057\u3066\u304F\u3060\u3055\u3044","floatBall.longPress":"\u9577\u62BC\u3057\u3059\u308B\u3068\u3001\u8A2D\u5B9A\u30D1\u30CD\u30EB\u3092\u7D20\u65E9\u304F\u958B\u304F\u3053\u3068\u304C\u3067\u304D\u307E\u3059\u3088","floatBall.guideClickToTranslate":`\u30AF\u30EA\u30C3\u30AF\u3057\u3066\u6CA1\u5165\u578B\u7FFB\u8A33\u30D5\u30ED\u30FC\u30C8\u30DC\u30FC\u30EB\u3092 \u3059\u3050\u306B\u7FFB\u8A33\u3067\u304D\u307E\u3059`,"browser.translateWithBing":"\u4E00\u6642\u7684\u306B\u30DE\u30A4\u30AF\u30ED\u30BD\u30D5\u30C8\u7FFB\u8A33\u3092\u4F7F\u7528\u3057\u3066\u73FE\u5728\u306E\u30DA\u30FC\u30B8\u3092\u7FFB\u8A33\u3057\u3066\u304F\u3060\u3055\u3044\u3002","browser.toggleMouseHoverTranslateDirectly":"\u30DA\u30FC\u30B8\u4E0A\u3067\u4E00\u6642\u7684\u306B\u30DE\u30A6\u30B9\u30DB\u30D0\u30FC\u306B\u3088\u308B\u76F4\u63A5\u7FFB\u8A33\u3092\u6709\u52B9\u306B\u3059\u308B\u304B\u7121\u52B9\u306B\u3059\u308B","browser.toggleVideoSubtitlePreTranslation":"\u30D0\u30A4\u30EA\u30F3\u30AC\u30EB\u5B57\u5E55\u3092\u5207\u308A\u66FF\u3048\u3066\u3001\u6CA1\u5165\u578B\u7FFB\u8A33\u8A2D\u5B9A\u3092\u512A\u5148\u7684\u306B\u4F7F\u7528\u3057\u3066\u304F\u3060\u3055\u3044\u3002",touchShortcutsToggleTranslateTouchElement:"\u6307\u5B9A\u306E\u6BB5\u843D\u3092\u7FFB\u8A33\u3059\u308B\u305F\u3081\u306E\u30BF\u30C3\u30C1\u30B9\u30AF\u30EA\u30FC\u30F3\u30B8\u30A7\u30B9\u30C1\u30E3\u30FC\u3092\u8A2D\u5B9A\u3057\u3066\u304F\u3060\u3055\u3044",touchShortcutsToggleTranslatePage:"\u30A6\u30A7\u30D6\u30DA\u30FC\u30B8\u3092\u7FFB\u8A33/\u539F\u6587\u3092\u8868\u793A\u3059\u308B\u305F\u3081\u306E\u30BF\u30C3\u30C1\u30B9\u30AF\u30EA\u30FC\u30F3\u30B8\u30A7\u30B9\u30C1\u30E3\u30FC\u3092\u8A2D\u5B9A\u3057\u3066\u304F\u3060\u3055\u3044\u3002","contact.description":"\u4F55\u304B\u3054\u8CEA\u554F\u3084\u63D0\u6848\u304C\u3054\u3056\u3044\u307E\u3057\u305F\u3089\u3001\u4E0B\u8A18\u306E\u30D5\u30A9\u30FC\u30E0\u306B\u8A18\u5165\u3057\u3066\u3054\u9023\u7D61\u3044\u305F\u3060\u304F\u304B\u3001{email}\u307E\u3067\u30E1\u30FC\u30EB\u3092\u304A\u9001\u308A\u304F\u3060\u3055\u3044\u3002\u65E9\u6025\u306B\u3054\u8FD4\u4FE1\u3044\u305F\u3057\u307E\u3059\u3002","desc.mouseHoverHoldKey":"\u30DE\u30A6\u30B9\u3092\u7279\u5B9A\u306E\u6BB5\u843D\u306B\u30DB\u30D0\u30FC\u3055\u305B\u3001\u540C\u6642\u306B\u53F3\u5074\u306E\u30B7\u30E7\u30FC\u30C8\u30AB\u30C3\u30C8\u30AD\u30FC\u3092\u62BC\u3059\u3068\u3001\u305D\u306E\u6BB5\u843D\u3092\u76F4\u63A5\u7FFB\u8A33\u3067\u304D\u307E\u3059\u3002","desc.touchShortcutsToggleTranslateTouchElement":"\u3042\u306A\u305F\u306E\u3044\u308B\u4EFB\u610F\u306E\u6BB5\u843D\u3092\u7FFB\u8A33\u3059\u308B\u305F\u3081\u306E\u30B8\u30A7\u30B9\u30C1\u30E3\u30FC\u3092\u30AB\u30B9\u30BF\u30DE\u30A4\u30BA\u3057\u3066\u304F\u3060\u3055\u3044\u3002",paragraphMinTextCountDesc:"\u6CE8\u610F\u3001\u3053\u3053\u3067\u6307\u3059\u306E\u306F\u6587\u5B57\u306E\u9577\u3055\u3067\u3001\u4F8B\u3048\u3070\uFF1Ahello\u306F5\u6587\u5B57\u3067\u3059\u3001\u3088\u308A\u5927\u304D\u306A\u5024\u3092\u8A2D\u5B9A\u3059\u308B\u3068\u4E0D\u5FC5\u8981\u306A\u5C0F\u3055\u306A\u6BB5\u843D\u306E\u7FFB\u8A33\u3092\u6E1B\u3089\u3059\u3053\u3068\u304C\u3067\u304D\u307E\u3059\u3002","description.baiduField":"\u30B5\u30DD\u30FC\u30C8\u3055\u308C\u3066\u3044\u308B\u30D5\u30A3\u30FC\u30EB\u30C9\u306F<1>\u3053\u3053\u3092\u53C2\u7167\u3057\u3066\u304F\u3060\u3055\u3044\u3002\u7A7A\u306E\u5834\u5408\u306F\u3001\u30D5\u30A3\u30FC\u30EB\u30C9\u304C\u6307\u5B9A\u3055\u308C\u3066\u3044\u306A\u3044\u3053\u3068\u3092\u610F\u5473\u3057\u307E\u3059\u3002","error.subscriptionExpired":"\u3042\u306A\u305F\u306E\u4F1A\u54E1\u8CC7\u683C\u306F\u3059\u3067\u306B\u671F\u9650\u5207\u308C\u304B\u3082\u3057\u308C\u307E\u305B\u3093\u3001\u3042\u306A\u305F\u306E\u4F1A\u54E1\u30B9\u30C6\u30FC\u30BF\u30B9\u3092\u78BA\u8A8D\u3057\u3066\u304F\u3060\u3055\u3044\u3002",temprarilyChangeTranslationTo_bing:"\u73FE\u5728\u3001\u30DE\u30A4\u30AF\u30ED\u30BD\u30D5\u30C8\u7FFB\u8A33\u3092\u4F7F\u7528\u3057\u3066\u73FE\u5728\u306E\u30DA\u30FC\u30B8\u3092\u7FFB\u8A33\u3057\u3066\u3044\u307E\u3059","desc.touchShortcutsToggleTranslatePage":"\u8A2D\u5B9A\u5F8C\u3001\u79FB\u52D5\u30C7\u30D0\u30A4\u30B9\u6642\u306B\u306F\u3001X\u672C\u306E\u6307\u3067\u753B\u9762\u3092\u540C\u6642\u306B\u30BF\u30C3\u30C1\u3057\u305F\u308A\u3001\u5DE6\u53F3\u306B\u30B9\u30EF\u30A4\u30D7\u3057\u305F\u308A\u3001\u9023\u7D9A\u3057\u3066\u30BF\u30C3\u30D7\u3057\u305F\u308A\u3057\u3066\u3001\u7FFB\u8A33\u30DA\u30FC\u30B8/\u539F\u6587\u3092\u8868\u793A\u3059\u308B\u3053\u3068\u304C\u3067\u304D\u307E\u3059\u3002",confirmResetToDefaultSettings:"\u3053\u306E\u7FFB\u8A33\u30B5\u30FC\u30D3\u30B9\u3092\u30C7\u30D5\u30A9\u30EB\u30C8\u8A2D\u5B9A\u306B\u623B\u3057\u307E\u3059\u304B\uFF1F\uFF08\u73FE\u5728\u306E\u7FFB\u8A33\u30B5\u30FC\u30D3\u30B9\u306E\u8A2D\u5B9A\u306E\u307F\u30EA\u30BB\u30C3\u30C8\uFF09","desc.toggleMouseHoverTranslateDirectly":"\u3053\u306E\u30B7\u30E7\u30FC\u30C8\u30AB\u30C3\u30C8\u30AD\u30FC\u3092\u62BC\u3059\u3068\u3001\u30DA\u30FC\u30B8\u4E0A\u3067\u30DE\u30A6\u30B9\u304C\u4EFB\u610F\u306E\u30C6\u30AD\u30B9\u30C8\u3092\u6307\u3059\u3068\u3001\u305D\u306E\u30C6\u30AD\u30B9\u30C8\u304C\u81EA\u52D5\u7684\u306B\u7FFB\u8A33\u3055\u308C\u307E\u3059\u3002\u30B7\u30E7\u30FC\u30C8\u30AB\u30C3\u30C8\u30AD\u30FC\u3092\u3082\u3046\u4E00\u5EA6\u62BC\u3059\u3068\u3001\u3053\u306E\u81EA\u52D5\u7FFB\u8A33\u6A5F\u80FD\u3092\u9589\u3058\u308B\u3053\u3068\u304C\u3067\u304D\u307E\u3059\u3002","slide.left":"\u53F3\u306B\u30B9\u30E9\u30A4\u30C9\u3057\u3066\u304F\u3060\u3055\u3044","subtitle.showQuickButtonDescription":"\u30D3\u30C7\u30AA\u30D7\u30EC\u30FC\u30E4\u30FC\u306E\u53F3\u4E0B\u9685\u306B\u4E8C\u8A00\u8A9E\u5B57\u5E55\u3092\u6709\u52B9\u306B\u3059\u308B\u30B7\u30E7\u30FC\u30C8\u30AB\u30C3\u30C8\u304C\u63D0\u4F9B\u3055\u308C\u3066\u3044\u307E\u3059",mouseHoverCustomKeyDescription:"\u3042\u306A\u305F\u306F\u30DE\u30A6\u30B9\u306E\u30DB\u30D0\u30FC\u306B\u30AB\u30B9\u30BF\u30E0\u30B7\u30E7\u30FC\u30C8\u30AB\u30C3\u30C8\u30AD\u30FC\u3092\u8A2D\u5B9A\u3059\u308B\u3053\u3068\u304C\u3067\u304D\u307E\u3059\u3002\u4F8B\u3048\u3070\uFF1AAlt+Z\u3001Ctrl+E\u3001Cmd+Alt+E\u3001\u307E\u305F\u306F\u76F4\u63A5Cmd\u3001\u624B\u52D5\u3067\u5165\u529B\u3057\u3066\u304F\u3060\u3055\u3044\u3002",buildSnapshots:"\u30A6\u30A7\u30D6\u30DA\u30FC\u30B8\u306E\u30B9\u30CA\u30C3\u30D7\u30B7\u30E7\u30C3\u30C8\u3092\u751F\u6210\u3059\u308B",shortcutDisableTooltip:"\u30D6\u30E9\u30A6\u30B6\u304C\u63D0\u4F9B\u3059\u308B\u62E1\u5F35\u30B7\u30E7\u30FC\u30C8\u30AB\u30C3\u30C8\u30AD\u30FC\u7BA1\u7406\u30DA\u30FC\u30B8\u3067\u8A2D\u5B9A\u3092\u884C\u3063\u3066\u304F\u3060\u3055\u3044\u3002\u8A73\u3057\u3044\u30AC\u30A4\u30C9\u306F\u3001\u3053\u306E\u30DA\u30FC\u30B8\u306E\u4E00\u756A\u4E0A\u306E\u8AAC\u660E\u3092\u3054\u89A7\u304F\u3060\u3055\u3044\u3002","desc.toggleTranslateTheMainPage":"\u30DA\u30FC\u30B8\u306E\u4E3B\u8981\u306A\u30A8\u30EA\u30A2\u306E\u307F\u3092\u7FFB\u8A33\u3057\u3066\u304F\u3060\u3055\u3044\u3002\u30DA\u30FC\u30B8\u5168\u4F53\u306E\u30A8\u30EA\u30A2\u3092\u7FFB\u8A33\u3059\u308B\u8A2D\u5B9A\u3092\u6709\u52B9\u306B\u3057\u305F\u5F8C\u3001\u3053\u306E\u30B7\u30E7\u30FC\u30C8\u30AB\u30C3\u30C8\u30AD\u30FC\u3092\u4F7F\u7528\u3057\u3066\u30DA\u30FC\u30B8\u306E\u4E3B\u8981\u306A\u30A8\u30EA\u30A2\u306E\u307F\u3092\u7279\u5225\u306B\u7FFB\u8A33\u3059\u308B\u3053\u3068\u304C\u3067\u304D\u307E\u3059\u3002","multipleClick.2":"\u30C0\u30D6\u30EB\u30AF\u30EA\u30C3\u30AF","desc.touchShortcutsToggleTranslationMask":"\u7FFB\u8A33\u30DE\u30B9\u30AF\u306F\u3001\u7FFB\u8A33\u30B9\u30BF\u30A4\u30EB\u306E\u307C\u304B\u3057\u52B9\u679C\uFF08\u5B66\u7FD2\u30E2\u30FC\u30C9\uFF09\u3092\u6307\u3057\u3001\u958B\u59CB\u3059\u308B\u3068\u4E00\u6642\u7684\u306B\u7FFB\u8A33\u6587\u306B\u307C\u304B\u3057\u52B9\u679C\u3092\u4F7F\u7528\u3057\u3001\u5B66\u7FD2\u306B\u4FBF\u5229\u3067\u3059\u3002","desc.toggleTranslateTheWholePage":"\u30DA\u30FC\u30B8\u5168\u4F53\u3092\u7FFB\u8A33\u3057\u307E\u3059\u3002\u30C7\u30D5\u30A9\u30EB\u30C8\u3067\u306F\u3001\u79C1\u305F\u3061\u306F\u30DA\u30FC\u30B8\u306E\u4E3B\u8981\u306A\u90E8\u5206\u3092\u7FFB\u8A33\u3057\u307E\u3059\u304C\u3001\u3053\u306E\u30B7\u30E7\u30FC\u30C8\u30AB\u30C3\u30C8\u30AD\u30FC\u3092\u4F7F\u7528\u3057\u3066\u30DA\u30FC\u30B8\u5168\u4F53\u3092\u7279\u5225\u306B\u7FFB\u8A33\u3059\u308B\u3053\u3068\u304C\u3067\u304D\u307E\u3059\u3002","desc.interfaceLanguage":"\u30A4\u30F3\u30BF\u30FC\u30D5\u30A7\u30FC\u30B9\u306E\u8A00\u8A9E\u8A2D\u5B9A\u306F\u30B3\u30F3\u30C8\u30ED\u30FC\u30EB\u30D1\u30CD\u30EB\u306E\u8868\u793A\u8A00\u8A9E\u306B\u5F71\u97FF\u3092\u4E0E\u3048\u3001\u7FFB\u8A33\u306E\u76EE\u6A19\u8A00\u8A9E\u3068\u306F\u95A2\u4FC2\u3042\u308A\u307E\u305B\u3093\u3002","intro.floatBallDescription":"\u6709\u52B9\u306B\u3059\u308B\u3068\u3001\u30DA\u30FC\u30B8\u306E\u53F3\u5074\u306B\u7FFB\u8A33\u30DC\u30BF\u30F3\u304C\u8868\u793A\u3055\u308C\u3001\u30AF\u30EA\u30C3\u30AF\u3059\u308B\u3068\u3059\u3050\u306B\u7FFB\u8A33\u3067\u304D\u3001\u518D\u5EA6\u30AF\u30EA\u30C3\u30AF\u3059\u308B\u3068\u5143\u306E\u30C6\u30AD\u30B9\u30C8\u306B\u5207\u308A\u66FF\u3048\u308B\u3053\u3068\u304C\u3067\u304D\u307E\u3059\u3002\u30E2\u30D0\u30A4\u30EB\u7AEF\u672B\u3067\u306F\u3001\u30D5\u30ED\u30FC\u30C6\u30A3\u30F3\u30B0\u30DC\u30FC\u30EB\u3092\u9577\u62BC\u3057\u3059\u308B\u3068\u3001\u30B7\u30E7\u30FC\u30C8\u30AB\u30C3\u30C8\u8A2D\u5B9A\u30D1\u30CD\u30EB\u3092\u958B\u304F\u3053\u3068\u304C\u3067\u304D\u307E\u3059\u3002","neverTranslateText.description":"\u4E00\u90E8\u306E\u7FFB\u8A33\u30A8\u30F3\u30B8\u30F3\u306F\u5C02\u6709\u540D\u8A5E\u306E\u8A8D\u8B58\u304C\u7406\u60F3\u7684\u3067\u306F\u306A\u3044\u305F\u3081\u3001\u3053\u3053\u306B\u5358\u8A9E\u3092\u8FFD\u52A0\u3057\u3066\u3001\u7FFB\u8A33\u30D7\u30ED\u30BB\u30B9\u4E2D\u306B\u305D\u308C\u3089\u304C\u5909\u63DB\u3055\u308C\u306A\u3044\u3088\u3046\u306B\u3059\u308B\u3053\u3068\u304C\u3067\u304D\u307E\u3059\u3002\u3053\u306E\u6A5F\u80FD\u306F\u5927\u6587\u5B57\u3068\u5C0F\u6587\u5B57\u3092\u533A\u5225\u3057\u3001\u30B9\u30DA\u30FC\u30B9\u3067\u533A\u5207\u3089\u308C\u305F\u5358\u8A9E\u8A00\u8A9E\uFF08\u82F1\u8A9E\u3001\u30D5\u30E9\u30F3\u30B9\u8A9E\u306A\u3069\uFF09\u306E\u307F\u3092\u30B5\u30DD\u30FC\u30C8\u3057\u3066\u304A\u308A\u3001\u65E5\u672C\u8A9E\u3084\u97D3\u56FD\u8A9E\u306A\u3069\u306E\u8A00\u8A9E\u306B\u306F\u9069\u7528\u3055\u308C\u307E\u305B\u3093\u3002","intro.subtitleDescription":"\u3053\u306E\u6A5F\u80FD\u3092\u6709\u52B9\u306B\u3059\u308B\u3068\u3001\u30D3\u30C7\u30AA\u306E\u518D\u751F\u6642\u306B\u81EA\u52D5\u7684\u306B\u4E8C\u8A00\u8A9E\u5B57\u5E55\u304C\u8868\u793A\u3055\u308C\u307E\u3059\u3002\u6709\u52B9\u306B\u3057\u3066\u3044\u306A\u3044\u5834\u5408\u306F\u3001\u30DA\u30FC\u30B8\u4E0A\u3067\u624B\u52D5\u3067\u7FFB\u8A33\u30DC\u30BF\u30F3\u3092\u30AF\u30EA\u30C3\u30AF\u3057\u3066\u5B57\u5E55\u3092\u8868\u793A\u3059\u308B\u5FC5\u8981\u304C\u3042\u308A\u307E\u3059\u3002\u6280\u8853\u7684\u306A\u5236\u9650\u306E\u305F\u3081\u3001\u4E00\u90E8\u306E\u30A6\u30A7\u30D6\u30B5\u30A4\u30C8\u3067\u306F\u3001\u5B57\u5E55\u3092\u521D\u3081\u3066\u6709\u52B9\u306B\u3059\u308B\u3068\u304D\u306B\u30DA\u30FC\u30B8\u3092\u66F4\u65B0\u3059\u308B\u304B\u3001\u7FFB\u8A33\u304C\u5B8C\u4E86\u3059\u308B\u306E\u3092\u5F85\u3064\u5FC5\u8981\u304C\u3042\u308B\u304B\u3082\u3057\u308C\u307E\u305B\u3093\u3002\u307E\u305F\u3001\u30D3\u30C7\u30AA\u30B5\u30A4\u30C8\u3092\u958B\u3044\u305F\u5F8C\u3001\u53F3\u4E0A\u306E\u89D2\u3067\u6CA1\u5165\u578B\u7FFB\u8A33\u306E\u30B7\u30E7\u30FC\u30C8\u30AB\u30C3\u30C8\u30D1\u30CD\u30EB\u3092\u958B\u304F/\u9589\u3058\u308B\u3053\u3068\u3082\u3067\u304D\u307E\u3059\u3002

\u73FE\u5728\u3001\u4EE5\u4E0B\u306E\u30A6\u30A7\u30D6\u30B5\u30A4\u30C8\u3067\u4E8C\u8A00\u8A9E\u5B57\u5E55\u3092\u4F7F\u7528\u3059\u308B\u3053\u3068\u304C\u3067\u304D\u307E\u3059\uFF1A","intro.hoverDescription":"\u30DE\u30A6\u30B9\u30DB\u30D0\u30FC\u7FFB\u8A33\u306F\u3001\u6CA1\u5165\u578B\u7FFB\u8A33\u306B\u304A\u3044\u3066\u975E\u5E38\u306B\u91CD\u8981\u306A\u6A5F\u80FD\u3067\u3001\u30D1\u30E9\u30B0\u30E9\u30D5\u306E\u4E0A\u306B\u30DE\u30A6\u30B9\u3092\u7F6E\u304D\u3001\u8A2D\u5B9A\u3057\u305F\u30B7\u30E7\u30FC\u30C8\u30AB\u30C3\u30C8\u30AD\u30FC\u3092\u540C\u6642\u306B\u62BC\u3059\u3060\u3051\u3067\u3001\u73FE\u5728\u306E\u30D1\u30E9\u30B0\u30E9\u30D5\u3092\u81EA\u52D5\u7684\u306B\u7FFB\u8A33\u3057\u307E\u3059\uFF08\u6CE8\u610F\uFF1A\u30C7\u30D5\u30A9\u30EB\u30C8\u3067\u306F\u6709\u52B9\u306B\u306A\u3063\u3066\u3044\u307E\u305B\u3093\u306E\u3067\u3001\u4E0B\u306E\u8A2D\u5B9A\u3067\u6709\u52B9\u306B\u3057\u3066\u304F\u3060\u3055\u3044\uFF09\u3002\u3053\u306E\u30A4\u30F3\u30BF\u30E9\u30AF\u30B7\u30E7\u30F3\u306F\u3001\u5358\u8A9E\u306E\u9078\u629E\u7FFB\u8A33\u3092\u3088\u308A\u826F\u304F\u4EE3\u66FF\u3059\u308B\u305F\u3081\u306B\u4F7F\u7528\u3055\u308C\u307E\u3059\u3002\u307E\u305F\u3001\u3053\u306E\u6A5F\u80FD\u306F\u3001\u8A8D\u8B58\u3067\u304D\u306A\u3044\u7FFB\u8A33\u30A8\u30EA\u30A2\u306B\u3082\u5E83\u304F\u9069\u7528\u3055\u308C\u3066\u3044\u307E\u3059\u3002\u3053\u306E\u6A5F\u80FD\u3092\u5229\u7528\u3057\u3066\u3001\u4EFB\u610F\u306E\u30D1\u30E9\u30B0\u30E9\u30D5\u3092\u5F37\u5236\u7684\u306B\u7FFB\u8A33\u3059\u308B\u3053\u3068\u304C\u3067\u304D\u307E\u3059\u3002",translationOnlyModeDescription:"\u300C\u8A33\u6587\u306E\u307F\u300D\u30E2\u30FC\u30C9\u3068\u306F\u3001\u30C7\u30D5\u30A9\u30EB\u30C8\u306E\u30D0\u30A4\u30EA\u30F3\u30AC\u30EB\u30E2\u30FC\u30C9\u3067\u306F\u306A\u304F\u3001\u8A33\u6587\u306E\u307F\u3092\u8868\u793A\u3059\u308B\u3053\u3068\u3092\u6307\u3057\u307E\u3059\u3002\u6CE8\u610F\uFF1A\u6280\u8853\u7684\u306A\u5236\u9650\u306E\u305F\u3081\u3001\u300C\u8A33\u6587\u306E\u307F\u300D\u30E2\u30FC\u30C9\u3067\u306F\u3001\u539F\u6587\u306E\u30CF\u30A4\u30D1\u30FC\u30EA\u30F3\u30AF\u304C\u7121\u52B9\u306B\u306A\u308A\u307E\u3059\u3002",geminiWarning:"\u6CE8\u610F\uFF1AGoogle\u304C\u63D0\u4F9B\u3059\u308BGemini\u306E\u7121\u6599\u30B5\u30FC\u30D3\u30B9\u306E\u5236\u9650\u306F\u53B3\u3057\u304F\u3001\u30E6\u30FC\u30B6\u30FC\u304C\u8907\u6570\u306EKey\u3092\u4F7F\u7528\u3057\u3066\u5F7C\u3089\u306E\u7121\u6599\u914D\u5F53\u5236\u9650\u3092\u56DE\u907F\u3057\u3066\u3044\u308B\u3068Google\u306B\u5224\u65AD\u3055\u308C\u308B\u53EF\u80FD\u6027\u304C\u3042\u308A\u307E\u3059\u3002\u4F7F\u7528\u3059\u308B\u3053\u3068\u306F\u304A\u52E7\u3081\u3057\u307E\u305B\u3093\u3001Google\u304C\u5C06\u6765Gemini\u306E\u6709\u6599\u30A4\u30F3\u30BF\u30FC\u30D5\u30A7\u30FC\u30B9\u3092\u958B\u653E\u3059\u308B\u306E\u3092\u5F85\u3064\u3053\u3068\u3092\u304A\u52E7\u3081\u3057\u307E\u3059\u3002","floatBall.setting":"\u8A2D\u5B9A","floatBall.translateToLanguage":"{language}\u306B\u7FFB\u8A33\u3059\u308B\u3092\u30AF\u30EA\u30C3\u30AF\u3057\u3066\u304F\u3060\u3055\u3044","floatBall.file":`PDF\u3001EPUB\u3001SRT\u3001 ASS\u3001HTML\u3001TXT\u30D5\u30A1\u30A4\u30EB\u3092\u7FFB\u8A33\u3057\u307E\u3059`,changeToOnlyTempTranslationMode:"\u7FFB\u8A33\u306E\u307F\u3092\u8868\u793A\u3059\u308B\u3088\u3046\u306B\u5207\u308A\u66FF\u3048\u308B",changeToDualTempTranslationMode:"\u5BFE\u8A33\u3078\u306E\u5207\u308A\u66FF\u3048","options.navbar.translateFile":"\u7FFB\u8A33\u6587\u66F8","translationServices.yandex":"\u30E4\u30F3\u30C7\u30C3\u30AF\u30B9","options.navbar.installApp":"\u643A\u5E2F\u96FB\u8A71\u306E\u30A2\u30D7\u30EA\u3092\u30A4\u30F3\u30B9\u30C8\u30FC\u30EB\u3059\u308B","transitionMode.translation":"\u305F\u3060\u8A33\u6587","subtitle.transitionMode":"\u30D3\u30C7\u30AA\u5B57\u5E55\u306E\u4E8C\u8A00\u8A9E/\u7FFB\u8A33\u30C6\u30AD\u30B9\u30C8\u306E\u307F\u306E\u8A2D\u5B9A","transitionMode.dual":"\u30D0\u30A4\u30EA\u30F3\u30AC\u30EB\u5BFE\u7167","subtitle.transitionModeDescription":"\u30D3\u30C7\u30AA\u5B57\u5E55\u3092\u4E8C\u8A00\u8A9E\u5BFE\u7167\u307E\u305F\u306F\u7FFB\u8A33\u6587\u306E\u307F\u306E\u30E2\u30FC\u30C9\u306B\u8A2D\u5B9A\u3057\u3066\u304F\u3060\u3055\u3044","transitionMode.inherit":"\u30B7\u30B9\u30C6\u30E0\u306E\u30C7\u30D5\u30A9\u30EB\u30C8\u306E\u7FFB\u8A33\u8868\u793A\u30E2\u30FC\u30C9\u3068\u4E00\u81F4\u3057\u3066\u304F\u3060\u3055\u3044\u3002",translateFileTooltip:`PDF\u3001ePub\u3001srt\u3001 ass\u3001HTML\u3001TXT\u30D5\u30A1\u30A4\u30EB\u3092\u7FFB\u8A33\u3057\u3066\u304F\u3060\u3055\u3044`,"description.subtitlePrompt":`\u5B57\u5E55\u30B7\u30FC\u30F3\u3067\u8907\u6570\u306E\u30D1\u30E9\u30B0\u30E9\u30D5\u3092\u9001\u4FE1\u3059\u308B\u5834\u5408\u3001\u30E6\u30FC\u30B6\u30FC\u3068\u3057\u3066{service}\u306B\u5BFE\u8A71\u3092\u9001\u4FE1\u3057\u307E\u3059\u3002\u3053\u3053\u3067\u3001{{from}}\u306F\u30D1\u30E9\u30B0\u30E9\u30D5\u306E\u8A00\u8A9E\u3092\u3001{{to}}\u306F\u76EE\u6A19\u8A00\u8A9E\u3092\u8868\u3057\u3001{{yaml}}\u306Fyaml\u5F62\u5F0F\u3067\u5305\u88C5\u3057\u305F\u30D1\u30E9\u30B0\u30E9\u30D5\u306E\u5185\u5BB9\u3067\u3059\u3002\u30AB\u30B9\u30BF\u30E0Prompt\u304C\u5FC5\u8981\u306A\u5834\u5408\u3001AI\u306E\u5FDC\u7B54\u3068\u3057\u3066\u306EYAML\u7D50\u679C\u306E\u5404\u9805\u76EE\u304C{env.imt_sub_trans_field}\u30D5\u30A3\u30FC\u30EB\u30C9\u3092\u542B\u3080\u3053\u3068\u3092\u78BA\u8A8D\u3059\u308B\u5FC5\u8981\u304C\u3042\u308A\u307E\u3059\u3002{{imt_sub_trans_field}}\u306F\u3001AI\u306E\u5FDC\u7B54\u3068\u3057\u3066\u671F\u5F85\u3059\u308B\u7FFB\u8A33\u30D5\u30A3\u30FC\u30EB\u30C9\u540D\u3067\u3001\u30C7\u30D5\u30A9\u30EB\u30C8\u306F{env.imt_sub_trans_field}\u3067\u3059\u3002{{imt_sub_source_field}}\u306F\u3001AI\u306B\u6E21\u3059\u539F\u6587\u30D5\u30A3\u30FC\u30EB\u30C9\u540D\u3067\u3001\u30C7\u30D5\u30A9\u30EB\u30C8\u306F{env.imt_sub_source_field}\u3067\u3059\u3002\u7D50\u679C\u306E\u4F8B\u306F\u4EE5\u4E0B\u306E\u901A\u308A\u3067\u3059\uFF1A @@ -5111,7 +5111,7 @@ ass\u3001HTML\u3001TXT\u30D5\u30A1\u30A4\u30EB\u3092\u7FFB\u8A33\u3057\u3066\u30 - id: 1 {env.imt_trans_field}: \u7FFB\u8A33\u6587 - id: 2 - {env.imt_trans_field}: \u7FFB\u8A33\u6587`,"subtitle.quickButton.white":"\u767D\u8272","subtitle.quickButton.black":"\u9ED2\u8272","subtitle.quickButton.setting":"\u8A2D\u5B9A","subtitle.quickButton.blue":"\u9752\u8272","subtitle.quickButton.backgroundOpacity":"\u80CC\u666F\u306E\u4E0D\u900F\u660E\u5EA6","subtitle.quickButton.cyan":"\u9752\u8272","subtitle.quickButton.translationPositionBottom":"\u539F\u6587\u306E\u4E0B\u65B9","subtitle.quickButton.sourceFontSize":"\u5143\u306E\u30D5\u30A9\u30F3\u30C8\u30B5\u30A4\u30BA","subtitle.quickButton.backgroundColor":"\u80CC\u666F\u8272","subtitle.quickButton.magenta":"\u30DE\u30BC\u30F3\u30BF\u8272","subtitle.quickButton.red":"\u8D64\u8272","subtitle.quickButton.green":"\u7DD1\u8272","subtitle.quickButton.translationPositionTop":"\u539F\u6587\u306E\u4E0A\u306B","translationServices.claude":"\u30AF\u30ED\u30FC\u30C9","subtitle.quickButton.sourceTextColor":"\u539F\u6587\u306E\u30D5\u30A9\u30F3\u30C8\u306E\u8272","subtitle.quickButton.yellow":"\u9EC4\u8272","subtitle.quickButton.translationFontSize":"\u7FFB\u8A33\u6587\u5B57\u306E\u30D5\u30A9\u30F3\u30C8\u30B5\u30A4\u30BA","subtitle.quickButton.translationTextColor":"\u7FFB\u8A33\u6587\u5B57\u306E\u8272","subtitle.quickButton.translationPosition":"\u7FFB\u8A33\u4F4D\u7F6E",attachSubtitleTranslating:"{service} \u3092\u4F7F\u7528\u3057\u3066\u7FFB\u8A33\u4E2D...","error.claude.403":"\u4E00\u6642\u7684\u306B\u30B5\u30FC\u30D3\u30B9\u3078\u306E\u30A2\u30AF\u30BB\u30B9\u6A29\u9650\u304C\u3042\u308A\u307E\u305B\u3093\u3002\u3053\u308C\u306FClaude\u306E\u5730\u57DF\u5236\u9650\u306B\u95A2\u9023\u3057\u3066\u3044\u308B\u53EF\u80FD\u6027\u304C\u3042\u308A\u307E\u3059\u3002IP\u30A2\u30C9\u30EC\u30B9\u3092\u5207\u308A\u66FF\u3048\u308B\u304B\u3001\u4ED6\u306E\u7FFB\u8A33\u30B5\u30FC\u30D3\u30B9\u3092\u4F7F\u7528\u3057\u3066\u307F\u3066\u304F\u3060\u3055\u3044\u3002","browser.brandDescriptionForSafari":"\u3010\u6CA1\u5165\u578B\u7FFB\u8A33\u3011\u7121\u6599\u306E\uFF08\u539F\u6587/\u8A33\u6587\uFF09\u30D0\u30A4\u30EA\u30F3\u30AC\u30EB\u5BFE\u7167\u30A6\u30A7\u30D6\u30DA\u30FC\u30B8\u7FFB\u8A33\u30D7\u30E9\u30B0\u30A4\u30F3\u3067\u3001PDF\u7FFB\u8A33\u3068EPUB\u96FB\u5B50\u66F8\u7C4D\u7FFB\u8A33\u3092\u540C\u6642\u306B\u30B5\u30DD\u30FC\u30C8\u3057\u3001\u539F\u6587\u306E\u30EC\u30A4\u30A2\u30A6\u30C8\u3092\u4FDD\u6301\u3057\u307E\u3059\u3002Youtube/Netflix\u306A\u3069\u306E\u30AA\u30F3\u30E9\u30A4\u30F3\u30D3\u30C7\u30AA\u306E\u30D0\u30A4\u30EA\u30F3\u30AC\u30EB\u5B57\u5E55\u7FFB\u8A33\u3082\u30B5\u30DD\u30FC\u30C8\u3057\u3001Deepl/Google\u306A\u3069\u306E\u4E3B\u6D41\u7FFB\u8A33\u30B5\u30FC\u30D3\u30B9\u306B\u5BFE\u5FDC\u3057\u3066\u3044\u307E\u3059\u3002","browser.PdfProFile":"AI \u99C6\u52D5\u306E PDF Pro \u7FFB\u8A33","browser.textTranslate":"\u30C6\u30AD\u30B9\u30C8\u7FFB\u8A33"};var M4={nologin:"\u0644\u0645 \u062A\u0642\u0645 \u0628\u062A\u0633\u062C\u064A\u0644 \u0627\u0644\u062F\u062E\u0648\u0644",loginForSafari:"\u062A\u0633\u062C\u064A\u0644 \u0627\u0644\u062F\u062E\u0648\u0644 \u0623\u0648 \u0627\u0644\u062A\u0633\u062C\u064A\u0644",login:"\u064A\u0645\u0643\u0646\u0643 \u062A\u0641\u0639\u064A\u0644 \u0627\u0644\u0639\u0636\u0648\u064A\u0629 \u0628\u0639\u062F \u062A\u0633\u062C\u064A\u0644 \u0627\u0644\u062F\u062E\u0648\u0644",manageAccount:"\u0625\u062F\u0627\u0631\u0629 \u0627\u0644\u062D\u0633\u0627\u0628",openPremium:"\u0627\u0644\u0627\u0646\u0636\u0645\u0627\u0645 \u0625\u0644\u0649 \u0627\u0644\u0639\u0636\u0648\u064A\u0629",logout:"\u064A\u062A\u0631\u0643",curentPlan:"\u0627\u0644\u0631\u0632\u0645\u0629 \u0627\u0644\u062D\u0627\u0644\u064A\u0629",endAt:"\u0646\u0636\u062C",endAuto:"\u062A\u062C\u062F\u064A\u062F \u062A\u0644\u0642\u0627\u0626\u064A",lineBreakMaxTextCount:"\u0627\u0644\u062D\u062F \u0627\u0644\u0623\u0642\u0635\u0649 \u0644\u0639\u062F\u062F \u0627\u0644\u0623\u062D\u0631\u0641 \u0627\u0644\u0645\u0633\u0645\u0648\u062D \u0628\u0647 \u0644\u0643\u0644 \u062C\u0645\u0644\u0629 \u0628\u0639\u062F \u0641\u0648\u0627\u0635\u0644 \u0627\u0644\u0623\u0633\u0637\u0631","translate-pdf":"\u0627\u0646\u0642\u0631 \u0644\u062A\u0631\u062C\u0645\u0629 PDF","noSupportTranslate-pdf":"\u0627\u0644\u0628\u0631\u0646\u0627\u0645\u062C \u0627\u0644\u0646\u0635\u064A \u063A\u064A\u0631 \u0645\u062F\u0639\u0648\u0645\u060C \u064A\u0631\u062C\u0649 \u0627\u0633\u062A\u062E\u062F\u0627\u0645 \u0627\u0644\u0628\u0631\u0646\u0627\u0645\u062C \u0627\u0644\u0625\u0636\u0627\u0641\u064A","translate-firefox-local-pdf":"\u0627\u0646\u0642\u0631 \u0644\u0627\u0633\u062A\u064A\u0631\u0627\u062F PDF",enableLineBreak:"\u0642\u0645 \u0628\u062A\u0634\u063A\u064A\u0644 \u0627\u0644\u062A\u0641\u0627\u0641 \u0627\u0644\u0643\u0644\u0645\u0627\u062A \u0627\u0644\u062A\u0644\u0642\u0627\u0626\u064A \u0644\u0644\u0641\u0642\u0631\u0627\u062A \u0627\u0644\u0637\u0648\u064A\u0644\u0629",sponsorLabel:"\u0627\u062F\u0639\u0645 \u0645\u0637\u0648\u0631\u064B\u0627 \u0628\u062F\u0621\u064B\u0627 \u0645\u0646 1 \u062F\u0648\u0644\u0627\u0631",help:"\u064A\u0633\u0627\u0639\u062F",browserShortcutsNoteForFirefox:'\u0644\u062A\u0639\u062F\u064A\u0644 \u0645\u0641\u0627\u062A\u064A\u062D \u0627\u0644\u0627\u062E\u062A\u0635\u0627\u0631 \u0641\u064A \u0645\u062A\u0635\u0641\u062D Firefox\u060C \u062A\u062D\u062A\u0627\u062C \u0625\u0644\u0649 \u0641\u062A\u062D \u0635\u0641\u062D\u0629 \u0625\u062F\u0627\u0631\u0629 \u0627\u0644\u0627\u0645\u062A\u062F\u0627\u062F\u0627\u062A `about:addons`\u060C \u062B\u0645 \u0627\u0644\u0646\u0642\u0631 \u0641\u0648\u0642 "\u0627\u0644\u0625\u0639\u062F\u0627\u062F\u0627\u062A"\u060C \u062B\u0645 \u0627\u0644\u0646\u0642\u0631 \u0641\u0648\u0642 "\u0625\u062F\u0627\u0631\u0629 \u0645\u0641\u0627\u062A\u064A\u062D \u0627\u0644\u0627\u062E\u062A\u0635\u0627\u0631" \u0644\u062A\u0639\u064A\u064A\u0646\u0647\u0627.',browserShortcutsNoteForChrome:"\u0644\u062A\u0639\u062F\u064A\u0644 \u0645\u0641\u0627\u062A\u064A\u062D \u0627\u0644\u0627\u062E\u062A\u0635\u0627\u0631 \u0641\u064A \u0645\u062A\u0635\u0641\u062D \u064A\u0634\u0628\u0647 Chrome\u060C \u062A\u062D\u062A\u0627\u062C \u0625\u0644\u0649 \u0641\u062A\u062D \u0635\u0641\u062D\u0629 \u0625\u062F\u0627\u0631\u0629 \u0627\u0644\u0625\u0636\u0627\u0641\u0627\u062A\u060C \u0648\u062A\u0639\u064A\u064A\u0646\u0647\u0627 \u0641\u064A \u0644\u0648\u062D\u0629 `\u0625\u062F\u0627\u0631\u0629 \u0627\u0644\u0627\u062E\u062A\u0635\u0627\u0631\u0627\u062A` (`chrome://extensions/shortcuts`)\u060C \u062B\u0645 \u0627\u0644\u0646\u0642\u0631 \u0641\u0648\u0642 \u0627\u0644\u0632\u0631 \u0623\u062F\u0646\u0627\u0647 \u0644\u0644\u0627\u0646\u062A\u0642\u0627\u0644 \u0625\u0644\u0649 \u0635\u0641\u062D\u0629 \u0625\u062F\u0627\u0631\u0629 \u0645\u0641\u062A\u0627\u062D \u0627\u0644\u0627\u062E\u062A\u0635\u0627\u0631.",browserShortcutsSucks:"\u062A\u0646\u0633\u064A\u0642 \u0645\u0641\u062A\u0627\u062D \u0627\u0644\u0627\u062E\u062A\u0635\u0627\u0631 \u0627\u0644\u0645\u062E\u0635\u0635 \u0647\u0648 (\u0644\u0627 \u064A\u0648\u062C\u062F \u0627\u0644\u062A\u0639\u0631\u0641 \u0627\u0644\u062A\u0644\u0642\u0627\u0626\u064A\u060C \u064A\u0631\u062C\u0649 \u0627\u0644\u062F\u062E\u0648\u0644 \u0645\u0628\u0627\u0634\u0631\u0629)\uFF1A",enableLineBreakDescription:"\u0639\u0646\u062F \u062A\u0634\u063A\u064A\u0644\u0647\u060C \u0633\u064A\u062A\u0645 \u0625\u062F\u0631\u0627\u062C \u0641\u0648\u0627\u0635\u0644 \u0627\u0644\u0623\u0633\u0637\u0631 \u0641\u064A \u0646\u0647\u0627\u064A\u0629 \u0643\u0644 \u062C\u0645\u0644\u0629 \u0641\u064A \u0641\u0642\u0631\u0627\u062A \u0637\u0648\u064A\u0644\u0629 \u0644\u062A\u0633\u0647\u064A\u0644 \u0627\u0644\u0642\u0631\u0627\u0621\u0629.","browser.shortBrandName":"\u062A\u0631\u062C\u0645\u0629 \u063A\u0627\u0645\u0631\u0629","browser.brandName":"\u062A\u0631\u062C\u0645\u0629 \u063A\u0627\u0645\u0631\u0629: \u062A\u0631\u062C\u0645\u0629 \u0635\u0641\u062D\u0627\u062A \u0627\u0644\u0648\u064A\u0628 \u062B\u0646\u0627\u0626\u064A\u0629 \u0627\u0644\u0644\u063A\u0629 \u0648\u062A\u0631\u062C\u0645\u0629 \u0645\u0633\u062A\u0646\u062F\u0627\u062A PDF","browser.brandDescription":"Bilingual web page translation, also supports PDF translation, bilingual Epub eBook translation, free to use.","browser.toggleTranslatePage":"\u062A\u0631\u062C\u0645\u0629 \u0635\u0641\u062D\u0629 \u0627\u0644\u0648\u064A\u0628/\u0625\u0638\u0647\u0627\u0631 \u0627\u0644\u0646\u0635 \u0627\u0644\u0623\u0635\u0644\u064A","browser.toggleTranslateTheWholePage":"\u062A\u0631\u062C\u0645\u0629 \u062C\u0645\u064A\u0639 \u0645\u0646\u0627\u0637\u0642 \u0627\u0644\u0635\u0641\u062D\u0629/\u0639\u0631\u0636 \u0627\u0644\u0646\u0635 \u0627\u0644\u0623\u0635\u0644\u064A","browser.toggleOnlyTransation":"\u062A\u0628\u062F\u064A\u0644 \u0627\u0644\u0648\u0636\u0639 \u062B\u0646\u0627\u0626\u064A \u0627\u0644\u0644\u063A\u0629 / \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0641\u0642\u0637","browser.toggleTranslateToThePageEndImmediately":"\u062A\u0631\u062C\u0645\u0629 \u0641\u0648\u0631\u064A\u0629 \u0625\u0644\u0649 \u0623\u0633\u0641\u0644 \u0627\u0644\u0635\u0641\u062D\u0629/\u0625\u0638\u0647\u0627\u0631 \u0627\u0644\u0646\u0635 \u0627\u0644\u0623\u0635\u0644\u064A","browser.toggleTranslateTheMainPage":"\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0645\u0646\u0637\u0642\u0629 \u0627\u0644\u0631\u0626\u064A\u0633\u064A\u0629 \u0644\u0644\u0635\u0641\u062D\u0629/\u0639\u0631\u0636 \u0627\u0644\u0646\u0635 \u0627\u0644\u0623\u0635\u0644\u064A","browser.shareToDraft":"\u0645\u0634\u0627\u0631\u0643\u0629 \u0627\u0644\u0635\u0641\u062D\u0627\u062A \u062B\u0646\u0627\u0626\u064A\u0629 \u0627\u0644\u0644\u063A\u0629","browser.openOptionsPage":"\u0627\u0641\u062A\u062D \u0635\u0641\u062D\u0629 \u0627\u0644\u0625\u0639\u062F\u0627\u062F\u0627\u062A","browser.toggleTranslationMask":"\u0625\u0638\u0647\u0627\u0631/\u0625\u062E\u0641\u0627\u0621 \u062A\u0623\u062B\u064A\u0631 \u0637\u0645\u0633 \u0627\u0644\u062A\u0631\u062C\u0645\u0629","browser.translateLocalPdfFile":"\u062A\u0631\u062C\u0645\u0629 \u0645\u0644\u0641\u0627\u062A PDF \u0627\u0644\u0645\u062D\u0644\u064A\u0629","browser.openEbookViewer":"\u0642\u0631\u0627\u0621\u0629 \u0627\u0644\u0643\u062A\u0628 \u0627\u0644\u0625\u0644\u0643\u062A\u0631\u0648\u0646\u064A\u0629 \u0627\u0644\u0645\u062D\u0644\u064A\u0629","browser.openEbookBuilder":"\u0625\u0646\u0634\u0627\u0621 \u0643\u062A\u0628 \u0625\u0644\u0643\u062A\u0631\u0648\u0646\u064A\u0629 EPUB \u062B\u0646\u0627\u0626\u064A\u0629 \u0627\u0644\u0644\u063A\u0629","browser.translateLocalHtmlFile":"\u062A\u0631\u062C\u0645\u0629 \u0645\u0644\u0641\u0627\u062A HTML/txt","browser.donateContext":"\u062A\u0639\u0631\u0641 \u0639\u0644\u0649 \u0641\u0648\u0627\u0626\u062F \u0627\u0644\u0631\u0639\u0627\u064A\u0629","browser.translateLocalSubtitleFile":"\u062A\u0631\u062C\u0645\u0629 \u0645\u0644\u0641\u0627\u062A \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0645\u062D\u0644\u064A\u0629",confirmResetConfig:"\u0647\u0644 \u0623\u0646\u062A \u0645\u062A\u0623\u0643\u062F \u0623\u0646\u0643 \u062A\u0631\u064A\u062F \u0625\u0639\u0627\u062F\u0629 \u0636\u0628\u0637 \u0625\u0639\u062F\u0627\u062F\u0627\u062A\u0643\u061F",translationLineBreakSettingTitle:"\u0625\u0639\u062F\u0627\u062F\u0627\u062A \u0627\u0644\u062A\u0641\u0627\u0641 \u0633\u0637\u0631 \u0627\u0644\u062A\u0631\u062C\u0645\u0629",smartLineBreak:"\u062A\u063A\u0644\u064A\u0641 \u0627\u0644\u062E\u0637 \u0627\u0644\u0630\u0643\u064A",alwaysLineBreak:"\u0627\u0644\u062A\u0641\u0627\u0641 \u062F\u0627\u0626\u0645\u0627",isShowContextMenu:"\u0623\u0636\u0641 \u0635\u0641\u062D\u0629 \u0627\u0644\u0648\u064A\u0628 \u0627\u0644\u0645\u062A\u0631\u062C\u0645\u0629 \u0625\u0644\u0649 \u0639\u0646\u0635\u0631 \u0642\u0627\u0626\u0645\u0629 \u0627\u0644\u0646\u0642\u0631 \u0628\u0632\u0631 \u0627\u0644\u0645\u0627\u0648\u0633 \u0627\u0644\u0623\u064A\u0645\u0646",toggleBeta:"\u062A\u0641\u0639\u064A\u0644 \u0645\u064A\u0632\u0627\u062A \u0627\u0644\u0627\u062E\u062A\u0628\u0627\u0631 \u0627\u0644\u062A\u062C\u0631\u064A\u0628\u064A",betaDescription:"\u062A\u0645\u0643\u064A\u0646 \u0627\u0644\u0645\u064A\u0632\u0627\u062A \u0627\u0644\u062A\u064A \u0644\u0627 \u062A\u0632\u0627\u0644 \u062A\u062C\u0631\u064A\u0628\u064A\u0629\u060C \u0628\u0627\u0644\u0625\u0636\u0627\u0641\u0629 \u0625\u0644\u0649 \u062E\u062F\u0645\u0627\u062A \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0642\u064A\u062F \u0627\u0644\u0627\u062E\u062A\u0628\u0627\u0631. \u0627\u0646\u0636\u0645 \u0625\u0644\u0649<1>\u0645\u062C\u0645\u0648\u0639\u0629 \u0627\u0644\u062A\u0644\u064A\u062C\u0631\u0627\u0645 \u064A\u062A\u0639\u0644\u0645 \u0623\u0643\u062B\u0631.",translationLineBreakSettingDescription:"\u064A\u064F\u0639\u062F \u0627\u0644\u0627\u0644\u062A\u0641\u0627\u0641 \u062F\u0627\u0626\u0645\u064B\u0627 \u0645\u0646\u0627\u0633\u0628\u064B\u0627 \u0644\u0644\u062A\u062E\u0637\u064A\u0637\u0627\u062A \u0630\u0627\u062A \u0627\u0644\u0645\u062D\u062A\u0648\u0649 \u0627\u0644\u0623\u0642\u0644 \u0648\u0627\u0644\u0623\u0643\u062B\u0631 \u062A\u0631\u062A\u064A\u0628\u064B\u0627. (\u0627\u0633\u062A\u062E\u062F\u0645 \u0641\u0648\u0627\u0635\u0644 \u0627\u0644\u0623\u0633\u0637\u0631 \u0627\u0644\u0630\u0643\u064A\u0629 \u0641\u064A \u0627\u0644\u0641\u0642\u0631\u0627\u062A \u0627\u0644\u0637\u0648\u064A\u0644\u0629 \u0627\u0644\u062A\u064A \u062A\u062D\u062A\u0648\u064A \u0639\u0644\u0649 \u0627\u0644\u0643\u062B\u064A\u0631 \u0645\u0646 \u0627\u0644\u0645\u062D\u062A\u0648\u0649 (\u0623\u0643\u062B\u0631 \u0645\u0646{count}\u062D\u0631\u0641) \u0644\u062A\u0648\u0641\u064A\u0631 \u0627\u0644\u0645\u0633\u0627\u062D\u0629)",tempTranslateDomainTitle:"\u0643\u0645 \u0645\u0646 \u0627\u0644\u0648\u0642\u062A \u0644\u062A\u0645\u0643\u064A\u0646 \u062A\u0631\u062C\u0645\u0629 \u0645\u0648\u0642\u0639 \u0627\u0644\u0648\u064A\u0628 \u0645\u0624\u0642\u062A\u064B\u0627",tempTranslateDomainDescription:"\u0639\u0646\u062F \u062A\u0631\u062C\u0645\u0629 \u0635\u0641\u062D\u0629 \u0648\u064A\u0628 \u064A\u062F\u0648\u064A\u064B\u0627\u060C \u0642\u0645 \u0628\u062A\u0634\u063A\u064A\u0644 \u0645\u0648\u0642\u0639 \u0627\u0644\u0648\u064A\u0628 \u0645\u0624\u0642\u062A\u064B\u0627 \u0644\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u062A\u0644\u0642\u0627\u0626\u064A\u0629\u060C \u0648\u064A\u0645\u0643\u0646\u0643 \u0636\u0628\u0637 \u0627\u0644\u0645\u062F\u0629 \u0627\u0644\u0645\u0624\u0642\u062A\u0629.",xMinutes:"{count} \u062F\u0642\u064A\u0642\u0629",disabled:"\u0625\u0628\u0637\u0627\u0644",changelog:"\u062A\u063A\u064A\u064A\u0631 \u0627\u0644\u0633\u062C\u0644",toggleTranslatePageWhenThreeFingersOnTheScreen:"\u0627\u0644\u0645\u0633 \u0627\u0644\u0634\u0627\u0634\u0629 \u0628\u0623\u0635\u0627\u0628\u0639 \u0645\u062A\u0639\u062F\u062F\u0629 \u0641\u064A \u0646\u0641\u0633 \u0627\u0644\u0648\u0642\u062A \u0644\u062A\u0631\u062C\u0645\u0629 \u0635\u0641\u062D\u0629 \u0627\u0644\u0648\u064A\u0628/\u0639\u0631\u0636 \u0627\u0644\u0646\u0635 \u0627\u0644\u0623\u0635\u0644\u064A",toggleTranslationMaskWhenThreeFingersOnTheScreen:"\u0627\u0644\u0645\u0633 \u0639\u062F\u0629 \u0623\u0635\u0627\u0628\u0639 \u0641\u064A \u0646\u0641\u0633 \u0627\u0644\u0648\u0642\u062A \u0644\u0625\u0638\u0647\u0627\u0631/\u0625\u062E\u0641\u0627\u0621 \u062A\u0623\u062B\u064A\u0631 \u0637\u0645\u0633 \u0627\u0644\u062A\u0631\u062C\u0645\u0629",fingerCountToToggleTranslagePageOnlyTranslationWhenTouching:"\u0627\u0644\u0645\u0633 \u0627\u0644\u0634\u0627\u0634\u0629 \u0628\u0623\u0635\u0627\u0628\u0639 \u0645\u062A\u0639\u062F\u062F\u0629 \u0641\u064A \u0646\u0641\u0633 \u0627\u0644\u0648\u0642\u062A \u0644\u062A\u0631\u062C\u0645\u0629 \u0635\u0641\u062D\u0629 \u0627\u0644\u0648\u064A\u0628 (\u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0641\u0642\u0637)/\u0639\u0631\u0636 \u0627\u0644\u0646\u0635 \u0627\u0644\u0623\u0635\u0644\u064A",addUrlDescription:"\u064A\u0645\u0643\u0646 \u0623\u0646 \u064A\u0643\u0648\u0646 \u0627\u0633\u0645 \u0646\u0637\u0627\u0642 \u0648\u064A\u062F\u0639\u0645 \u0623\u062D\u0631\u0641 \u0627\u0644\u0628\u062F\u0644\u060C \u0645\u062B\u0644\uFF1A*.google.com\u060C google.com/mail/*\u060C https://www.google.com/*",general:"\u0627\u0644\u0625\u0639\u062F\u0627\u062F\u0627\u062A \u0627\u0644\u0623\u0633\u0627\u0633\u064A\u0629",clickToExpandConfig:"\u0642\u0645 \u0628\u062A\u0648\u0633\u064A\u0639 \u0627\u0644\u062A\u0643\u0648\u064A\u0646 \u0627\u0644\u062D\u0627\u0644\u064A",import:"\u0627\u0633\u062A\u064A\u0631\u0627\u062F \u0645\u0646 \u0645\u0644\u0641",export:"\u062A\u0635\u062F\u064A\u0631 \u0625\u0644\u0649 \u0645\u0644\u0641",toggleDebug:"\u0637\u0628\u0627\u0639\u0629 \u0633\u062C\u0644\u0627\u062A \u0627\u0644\u062A\u0635\u062D\u064A\u062D \u0639\u0644\u0649 \u0648\u062D\u062F\u0629 \u0627\u0644\u062A\u062D\u0643\u0645","fingers.0":"\u0625\u0646\u0647\u0627\u0621","fingers.2":"\u0644\u0645\u0633\u0629 \u0628\u0625\u0635\u0628\u0639\u064A\u0646","fingers.3":"\u0644\u0645\u0633\u0629 \u0628\u062B\u0644\u0627\u062B\u0629 \u0623\u0635\u0627\u0628\u0639","fingers.4":"\u0644\u0645\u0633\u0629 \u0628\u0623\u0631\u0628\u0639\u0629 \u0623\u0635\u0627\u0628\u0639","fingers.5":"\u0644\u0645\u0633\u0629 \u062E\u0645\u0633\u0629 \u0623\u0635\u0627\u0628\u0639",mouseHoldKey:"+ {key} \u062A\u0631\u062C\u0645\u0629/\u0627\u0633\u062A\u0639\u0627\u062F\u0629 \u0647\u0630\u0647 \u0627\u0644\u0641\u0642\u0631\u0629",mouseHoldKeyAuto:"\u062A\u0631\u062C\u0645\u0629 \u0647\u0630\u0647 \u0627\u0644\u0641\u0642\u0631\u0629 \u0645\u0628\u0627\u0634\u0631\u0629",mouseHoldKeyOff:"\u0644\u0627 \u062A\u0641\u0639\u0644 \u0623\u064A \u0634\u064A\u0621",mouseHoldKeyOther:"\u0645\u0641\u0627\u062A\u064A\u062D \u0627\u0644\u0627\u062E\u062A\u0635\u0627\u0631 \u0627\u0644\u0645\u062E\u0635\u0635\u0629 (\u0627\u0644\u0625\u0639\u062F\u0627\u062F\u0627\u062A \u0627\u0644\u0645\u0641\u062A\u0648\u062D\u0629)",mouseHoldKeyCustomKey:"{key} / \u0627\u0633\u062A\u0639\u0627\u062F\u0629 \u0647\u0630\u0647 \u0627\u0644\u0641\u0642\u0631\u0629",mouseHoverHoldKey:"\u062D\u0631\u0643 \u0627\u0644\u0645\u0627\u0648\u0633 \u0648\u0627\u0636\u063A\u0637 \u0639\u0644\u0649 \u0645\u0641\u062A\u0627\u062D \u0627\u0644\u0627\u062E\u062A\u0635\u0627\u0631 \u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0641\u0642\u0631\u0629","mouse-translate":"\u062A\u0645\u0631\u064A\u0631 \u0627\u0644\u0645\u0627\u0648\u0633",document:"\u0648\u062B\u064A\u0642\u0629",resetSuccess:"\u0625\u0639\u0627\u062F\u0629 \u0636\u0628\u0637 \u062C\u0645\u064A\u0639 \u0627\u0644\u0625\u0639\u062F\u0627\u062F\u0627\u062A \u0628\u0646\u062C\u0627\u062D",resetThisSuccess:"\u062A\u0645\u062A \u0625\u0639\u0627\u062F\u0629 \u0627\u0644\u0636\u0628\u0637 \u0628\u0646\u062C\u0627\u062D",saved:"\u062D\u0641\u0638 \u0628\u0646\u062C\u0627\u062D",successImportConfig:"\u062A\u0645 \u0627\u0633\u062A\u064A\u0631\u0627\u062F \u0627\u0644\u062A\u0643\u0648\u064A\u0646 \u0628\u0646\u062C\u0627\u062D",goAdvancedSettings:"\u0627\u0646\u062A\u0642\u0644 \u0625\u0644\u0649 \u0635\u0641\u062D\u0629 \u0627\u0644\u0625\u0639\u062F\u0627\u062F\u0627\u062A \u0627\u0644\u0645\u062A\u0642\u062F\u0645\u0629",goAdvancedInterfaceSettings:"\u0627\u0646\u062A\u0642\u0644 \u0625\u0644\u0649 \u0635\u0641\u062D\u0629 \u0625\u0639\u062F\u0627\u062F\u0627\u062A \u0627\u0644\u062A\u062E\u0635\u064A\u0635 \u0627\u0644\u0645\u062A\u0642\u062F\u0645\u0629",advanced:"\u0625\u0639\u062F\u0627\u062F\u0627\u062A \u0645\u062A\u0642\u062F\u0645\u0629",advancedDescription:"\u0628\u0634\u0643\u0644 \u0639\u0627\u0645\u060C \u0644\u0627 \u064A\u0644\u0632\u0645 \u0623\u064A \u0625\u0639\u062F\u0627\u062F\u060C \u0641\u0642\u0637 \u0627\u062D\u062A\u0641\u0638 \u0628\u0627\u0644\u0625\u0639\u062F\u0627\u062F \u0627\u0644\u0627\u0641\u062A\u0631\u0627\u0636\u064A. \u0641\u0642\u0637 \u0644\u0644\u0645\u0633\u062A\u062E\u062F\u0645\u064A\u0646 \u0627\u0644\u0623\u0643\u062B\u0631 \u0627\u062D\u062A\u0631\u0627\u0641\u064B\u0627\u060C \u064A\u062A\u0645 \u062A\u0648\u0641\u064A\u0631 \u0625\u0639\u062F\u0627\u062F\u0627\u062A \u0623\u0643\u062B\u0631 \u062A\u062E\u0635\u064A\u0635\u064B\u0627.",developer:"\u0625\u0639\u062F\u0627\u062F\u0627\u062A \u0627\u0644\u0645\u0637\u0648\u0631",donateCafe:"\u0633\u0639\u0631","translate to the bottom of the page":"\u0628\u0639\u062F \u0627\u0644\u062F\u062E\u0648\u0644 \u0625\u0644\u0649 \u0635\u0641\u062D\u0629 \u0627\u0644\u0648\u064A\u0628 \u0647\u0644 \u064A\u062A\u0645 \u062A\u0631\u062C\u0645\u062A\u0647\u0627 \u0645\u0628\u0627\u0634\u0631\u0629 \u0625\u0644\u0649 \u0623\u0633\u0641\u0644 \u0627\u0644\u0635\u0641\u062D\u0629\u061F",feedback:"\u062A\u0639\u0644\u064A\u0642",toggleTranslatePage:"\u062A\u0631\u062C\u0645\u0629 \u0635\u0641\u062D\u0629 \u0627\u0644\u0648\u064A\u0628/\u0625\u0638\u0647\u0627\u0631 \u0627\u0644\u0646\u0635 \u0627\u0644\u0623\u0635\u0644\u064A",translateToThePageEndImmediatelyDescription:"\u0639\u0646\u062F \u062A\u0634\u063A\u064A\u0644\u0647\u060C \u0633\u064A\u0624\u062F\u064A \u0627\u0644\u062F\u062E\u0648\u0644 \u0625\u0644\u0649 \u0635\u0641\u062D\u0629 \u0648\u064A\u0628 \u0625\u0644\u0649 \u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0645\u062D\u062A\u0648\u0649 \u0639\u0644\u0649 \u0627\u0644\u0641\u0648\u0631 \u0645\u0646 \u0623\u0639\u0644\u0649 \u0625\u0644\u0649 \u0623\u0633\u0641\u0644. \u0625\u0630\u0627 \u062A\u0645 \u0625\u064A\u0642\u0627\u0641\u0647\u060C \u064A\u0645\u0643\u0646\u0643 \u0627\u0644\u0642\u0631\u0627\u0621\u0629 \u0648\u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0641\u064A \u0646\u0641\u0633 \u0627\u0644\u0648\u0642\u062A. (\u0644\u0627 \u064A\u0646\u0635\u062D \u0628\u062A\u0634\u063A\u064A\u0644\u0647)","translate all areas of the page":"\u0645\u0627 \u0625\u0630\u0627 \u0643\u0627\u0646 \u0633\u064A\u062A\u0645 \u062A\u0631\u062C\u0645\u0629 \u062C\u0645\u064A\u0639 \u0645\u0646\u0627\u0637\u0642 \u0635\u0641\u062D\u0629 \u0627\u0644\u0648\u064A\u0628",translationAreaDescription:"\u0639\u0646\u062F \u062A\u0634\u063A\u064A\u0644\u0647\u060C \u0633\u062A\u062A\u0645 \u062A\u0631\u062C\u0645\u0629 \u062C\u0645\u064A\u0639 \u0645\u0646\u0627\u0637\u0642 \u0635\u0641\u062D\u0629 \u0627\u0644\u0648\u064A\u0628 \u0628\u0623\u0643\u0645\u0644\u0647\u0627. \u0625\u0630\u0627 \u062A\u0645 \u0625\u064A\u0642\u0627\u0641 \u062A\u0634\u063A\u064A\u0644\u0647\u060C \u0641\u0633\u064A\u062A\u0645 \u0627\u0633\u062A\u062E\u062F\u0627\u0645 \u0627\u0644\u062A\u0639\u0631\u0641 \u0627\u0644\u0630\u0643\u064A \u0627\u0644\u0627\u0641\u062A\u0631\u0627\u0636\u064A \u0648\u0633\u062A\u062A\u0645 \u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0645\u0646\u0637\u0642\u0629 \u0627\u0644\u0631\u0626\u064A\u0633\u064A\u0629 \u0641\u0642\u0637. (\u0644\u0627 \u064A\u0646\u0635\u062D \u0628\u062A\u0634\u063A\u064A\u0644\u0647)","the number of characters to be translated first":"\u0642\u0645 \u0628\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0623\u062D\u0631\u0641 \u0627\u0644\u0642\u0644\u064A\u0644\u0629 \u0627\u0644\u0623\u0648\u0644\u0649 \u0645\u0646 \u0627\u0644\u0635\u0641\u062D\u0629 \u0645\u0628\u0627\u0634\u0631\u0629 \u062F\u0648\u0646 \u0627\u0646\u062A\u0638\u0627\u0631 \u0627\u0644\u062A\u0645\u0631\u064A\u0631 \u0625\u0644\u0649 \u0627\u0644\u0645\u0646\u0637\u0642\u0629 \u0627\u0644\u0645\u0631\u0626\u064A\u0629","interface language":"\u0644\u063A\u0629 \u0627\u0644\u0648\u0627\u062C\u0647\u0629","display both the original text and the translation":"\u0639\u0631\u0636 \u0627\u0644\u0646\u0635 \u0627\u0644\u0623\u0635\u0644\u064A \u0648\u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0641\u064A \u0648\u0642\u062A \u0648\u0627\u062D\u062F","keyboard shortcuts":"\u0627\u062E\u062A\u0635\u0627\u0631\u0627\u062A \u0644\u0648\u062D\u0629 \u0627\u0644\u0645\u0641\u0627\u062A\u064A\u062D",modify:"\u062A\u0639\u062F\u064A\u0644 \u0645\u0641\u0627\u062A\u064A\u062D \u0627\u0644\u0627\u062E\u062A\u0635\u0627\u0631",reset:"\u0625\u0639\u0627\u062F\u0629 \u0636\u0628\u0637",close:"\u0625\u0646\u0647\u0627\u0621",homepage:"\u0627\u0644\u0635\u0641\u062D\u0629 \u0627\u0644\u0631\u0626\u064A\u0633\u064A\u0629",more:"\u0623\u0643\u062B\u0631",moreOptions:"\u0642\u0645 \u0628\u062A\u0648\u0633\u064A\u0639 \u0627\u0644\u0645\u0632\u064A\u062F \u0645\u0646 \u062E\u064A\u0627\u0631\u0627\u062A \u0627\u0644\u062A\u062E\u0635\u064A\u0635",translateTheWholePage:"\u062A\u0631\u062C\u0645\u0629 \u062C\u0645\u064A\u0639 \u0645\u0646\u0627\u0637\u0642 \u0627\u0644\u0635\u0641\u062D\u0629 (\u062A\u062E\u062A\u0644\u0641 \u0639\u0646 \u0627\u0644\u0645\u0646\u0627\u0637\u0642 \u0627\u0644\u0631\u0626\u064A\u0633\u064A\u0629 \u0644\u0644\u062A\u0639\u0631\u0641 \u0627\u0644\u0630\u0643\u064A)",changeToTranslateTheWholePage:"\u0627\u0644\u062A\u0628\u062F\u064A\u0644 \u0644\u062A\u0631\u062C\u0645\u0629 \u0643\u0627\u0641\u0629 \u0627\u0644\u0645\u062C\u0627\u0644\u0627\u062A",changeToTranslateTheMainPage:"\u0642\u0645 \u0628\u0627\u0644\u062A\u0628\u062F\u064A\u0644 \u0625\u0644\u0649 \u0645\u0646\u0637\u0642\u0629 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0631\u0626\u064A\u0633\u064A\u0629",changeToOnlyTranslationMode:"\u0642\u0645 \u0628\u0627\u0644\u062A\u0628\u062F\u064A\u0644 \u0625\u0644\u0649 \u0625\u0638\u0647\u0627\u0631 \u0627\u0644\u062A\u0631\u062C\u0645\u0627\u062A \u0641\u0642\u0637",changeToDualTranslationMode:"\u0627\u0644\u062A\u0628\u062F\u064A\u0644 \u0625\u0644\u0649 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u062B\u0646\u0627\u0626\u064A\u0629 \u0627\u0644\u0644\u063A\u0629",translateToThePageEndImmediately:"\u062A\u0631\u062C\u0645 \u0639\u0644\u0649 \u0627\u0644\u0641\u0648\u0631 \u0625\u0644\u0649 \u0623\u0633\u0641\u0644 \u0627\u0644\u0635\u0641\u062D\u0629",translateTheMainPage:"\u0627\u0644\u0645\u062C\u0627\u0644\u0627\u062A \u0627\u0644\u0631\u0626\u064A\u0633\u064A\u0629 \u0644\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0630\u0643\u064A\u0629","The local rules are up to date":"\u0642\u0648\u0627\u0639\u062F \u0627\u0644\u062A\u0643\u064A\u0641 \u0627\u0644\u0645\u062D\u0644\u064A\u0629 \u0645\u062D\u062F\u062B\u0629:","Successfully synchronized with the latest official rules:":"\u062A\u0645\u062A \u0645\u0632\u0627\u0645\u0646\u0629 \u0623\u062D\u062F\u062B \u0642\u0648\u0627\u0639\u062F \u0627\u0644\u062A\u0643\u064A\u0641 \u0627\u0644\u0631\u0633\u0645\u064A\u0629 \u0628\u0646\u062C\u0627\u062D:","Checking for updates":"\u0627\u0644\u0628\u062D\u062B \u0639\u0646 \u062A\u062D\u062F\u064A\u062B\u0627\u062A","Rules are being synchronized":"\u0645\u0632\u0627\u0645\u0646\u0629 \u0642\u0648\u0627\u0639\u062F \u0627\u0644\u062A\u0643\u064A\u0641",localVersionIsTooOld:"\u0625\u0635\u062F\u0627\u0631 \u0627\u0644\u0645\u0644\u062D\u0642 \u0627\u0644\u0645\u062D\u0644\u064A \u0642\u062F\u064A\u0645 \u062C\u062F\u064B\u0627. \u064A\u0631\u062C\u0649 \u0627\u0644\u062A\u0631\u0642\u064A\u0629 \u0625\u0644\u0649 \u0627\u0644\u0645\u0644\u062D\u0642 {minVersion} \u0623\u0648 \u0625\u0635\u062F\u0627\u0631 \u0623\u062D\u062F\u062B \u0648\u0645\u062D\u0627\u0648\u0644\u0629 \u0627\u0644\u0645\u0632\u0627\u0645\u0646\u0629 \u0645\u0631\u0629 \u0623\u062E\u0631\u0649.",badUserscriptBrowser:"\u0627\u0644\u0645\u062A\u0635\u0641\u062D \u0627\u0644\u062D\u0627\u0644\u064A \u0644\u0627 \u064A\u0637\u0628\u0642 \u0648\u0627\u062C\u0647\u0629 \u0645\u0644\u062D\u0642 Grease Monkey \u0628\u0634\u0643\u0644 \u0635\u062D\u064A\u062D (\u0645\u062B\u0644 \u0627\u0644\u062D\u0635\u0648\u0644 \u0639\u0644\u0649 \u0645\u0639\u0644\u0648\u0645\u0627\u062A \u0631\u0642\u0645 \u0627\u0644\u0625\u0635\u062F\u0627\u0631 \u0644\u0644\u0628\u0631\u0646\u0627\u0645\u062C \u0627\u0644\u0646\u0635\u064A Grease Monkey \u0646\u0641\u0633\u0647)\u060C \u064A\u0631\u062C\u0649 \u0627\u0633\u062A\u062E\u062F\u0627\u0645 \u0645\u0644\u062D\u0642\u0627\u062A \u062F\u0639\u0645 \u0623\u062E\u0631\u0649 <1> Grease Monkey \u0645\u062A\u0635\u0641\u062D\u0627\u062A \u0645\u062B\u0644 \u0641\u0627\u064A\u0631\u0641\u0648\u0643\u0633",foundNewVersion:"\u062A\u0645 \u0627\u0644\u0639\u062B\u0648\u0631 \u0639\u0644\u0649 \u0646\u0633\u062E\u0629 \u062C\u062F\u064A\u062F\u0629",theLocalExtensionIsUpToUpdate:"\u0627\u0644\u0627\u0645\u062A\u062F\u0627\u062F \u0627\u0644\u062D\u0627\u0644\u064A \u0647\u0648 \u0623\u062D\u062F\u062B \u0625\u0635\u062F\u0627\u0631.",failToSyncRules:"\u0641\u0634\u0644\u062A \u0645\u0632\u0627\u0645\u0646\u0629 \u0623\u062D\u062F\u062B \u0642\u0648\u0627\u0639\u062F \u0627\u0644\u062A\u0643\u064A\u0641",retry:"\u0627\u0636\u063A\u0637 \u0647\u0646\u0627 \u0644\u0644\u0645\u062D\u0627\u0648\u0644\u0629 \u0645\u0631\u0629 \u0623\u062E\u0631\u0649",failedReason:"\u0633\u0628\u0628 \u0627\u0644\u0641\u0634\u0644",currentRuleVersion:"\u0646\u0633\u062E\u0629 \u0627\u0644\u0642\u0627\u0639\u062F\u0629 \u0627\u0644\u062D\u0627\u0644\u064A\u0629",calculating:"\u062D\u0633\u0627\u0628",unknownError:"\u062E\u0637\u0623 \u063A\u064A\u0631 \u0645\u0639\u0631\u0648\u0641",canNotFetchRemoteRule:"\u063A\u064A\u0631 \u0642\u0627\u062F\u0631 \u0639\u0644\u0649 \u0627\u0644\u062D\u0635\u0648\u0644 \u0639\u0644\u0649 \u0627\u0644\u0642\u0648\u0627\u0639\u062F \u0627\u0644\u0628\u0639\u064A\u062F\u0629",enableAlphaSuccess:"\u062A\u0645 \u062A\u0634\u063A\u064A\u0644 \u0648\u0638\u064A\u0641\u0629 \u0623\u0644\u0641\u0627",disableAlphaSuccess:"\u062A\u0645 \u0625\u064A\u0642\u0627\u0641 \u0645\u064A\u0632\u0629 \u0623\u0644\u0641\u0627",cacheSize:"\u062D\u062C\u0645 \u0630\u0627\u0643\u0631\u0629 \u0627\u0644\u062A\u062E\u0632\u064A\u0646 \u0627\u0644\u0645\u0624\u0642\u062A\uFF1A",cleaning:"\u062A\u0646\u0638\u064A\u0641",cleanCache:"\u0645\u0633\u062D \u0630\u0627\u0643\u0631\u0629 \u0627\u0644\u062A\u062E\u0632\u064A\u0646 \u0627\u0644\u0645\u0624\u0642\u062A",options:"\u064A\u062B\u0628\u062A",about:"\u0639\u0646",service:"\u062E\u062F\u0645\u0629 \u0627\u0644\u062A\u0631\u062C\u0645\u0629",needAction:"(\u0627\u0630\u0647\u0628 \u0644\u0644\u0627\u0639\u062F\u0627\u062F\u0627\u062A)",goSettings:"\u0627\u0630\u0647\u0628 \u0644\u0644\u0627\u0639\u062F\u0627\u062F\u0627\u062A",needActionForOptions:"(\u062A\u062D\u062A\u0627\u062C \u0625\u0644\u0649 \u062A\u0639\u064A\u064A\u0646)",translationEngine:"\u062E\u064A\u0627\u0631\u0627\u062A \u0627\u0644\u0645\u062D\u0631\u0643",sourceLanguage:"\u0627\u0644\u0644\u063A\u0629 \u0627\u0644\u0623\u0635\u0644\u064A\u0629",target:"\u0627\u0644\u0644\u063A\u0629 \u0627\u0644\u0645\u0633\u062A\u0647\u062F\u0641\u0629",popupSourceLanguage:"\u0627\u0644\u0644\u063A\u0629 \u0627\u0644\u0623\u0635\u0644\u064A\u0629",popupTarget:"\u0627\u0644\u0644\u063A\u0629 \u0627\u0644\u0645\u0633\u062A\u0647\u062F\u0641\u0629",popupService:"\u062E\u062F\u0645\u0629 \u0627\u0644\u062A\u0631\u062C\u0645\u0629",forThisSite:"\u0627\u0644\u0645\u0648\u0642\u0639 \u0627\u0644\u062D\u0627\u0644\u064A",autoEnableSubtitle:"\u0642\u0645 \u0628\u062A\u0634\u063A\u064A\u0644 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u062B\u0646\u0627\u0626\u064A\u0629 \u0627\u0644\u0644\u063A\u0629 \u062A\u0644\u0642\u0627\u0626\u064A\u064B\u0627",alwaysTranslate:"\u062A\u0631\u062C\u0645 \u062F\u0627\u0626\u0645\u0627 ",neverTranslate:"\u0644\u0627 \u062A\u062A\u0631\u062C\u0645 \u0623\u0628\u062F\u064B\u0627 ",alwaysTranslateSomeLanguage:"\u062A\u0631\u062C\u0645 \u062F\u0627\u0626\u0645\u0627 {language}",neverTranslateSomeLanguage:"\u0644\u0627 \u062A\u062A\u0631\u062C\u0645 \u0623\u0628\u062F\u064B\u0627 {language}",alwaysTranslateSomeSite:"\u062A\u0631\u062C\u0645 \u062F\u0627\u0626\u0645\u0627 {hostname}",neverTranslateSomeSite:"\u0644\u0627 \u062A\u062A\u0631\u062C\u0645 \u0623\u0628\u062F\u064B\u0627 {hostname}",alwaysTranslateSomeSiteOrWildSite:"\u0642\u0645 \u0628\u062A\u0631\u062C\u0645\u0629 \u0647\u0630\u0627 \u0627\u0644\u0645\u0648\u0642\u0639 \u062F\u0627\u0626\u0645\u064B\u0627",alwaysTranslateSomePage:"\u0642\u0645 \u0628\u062A\u0631\u062C\u0645\u0629 \u0647\u0630\u0647 \u0627\u0644\u0635\u0641\u062D\u0629 \u062F\u0627\u0626\u0645\u064B\u0627",add:"\u0627\u0636\u0641 \u0625\u0644\u064A\u0647",default:"\u062A\u0642\u0635\u064A\u0631",forThisLanguage:"\u0644\u0647\u0630\u0647 \u0627\u0644\u0644\u063A\u0629\uFF1A","add url":"\u0625\u062F\u062E\u0627\u0644 \u0639\u0646\u0648\u0627\u0646 \u0627\u0644\u0645\u0648\u0642\u0639",edit:"\u064A\u062D\u0631\u0631","translate other languages into specific language":"\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0644\u063A\u0627\u062A \u0627\u0644\u0623\u062E\u0631\u0649 \u0625\u0644\u0649 \u0627\u0644\u0644\u063A\u0629 \u0627\u0644\u062A\u064A \u062A\u062D\u062F\u062F\u0647\u0627","select translation service":"\u0627\u062E\u062A\u0631 \u062E\u062F\u0645\u0629 \u0627\u0644\u062A\u0631\u062C\u0645\u0629",language:"\u0644\u063A\u0629","show-original":"\u0625\u0638\u0647\u0627\u0631 \u0627\u0644\u0646\u0635 \u0627\u0644\u0623\u0635\u0644\u064A",translate:"\u064A\u062A\u0631\u062C\u0645",Translated:"\u0645\u062A\u0631\u062C\u0645",Translating:"\u062C\u0627\u0631 \u0627\u0644\u062A\u0631\u062C\u0645\u0629",Error:"\u062E\u0637\u0623",allowCacheTranslations:"\u062A\u0645\u0643\u064A\u0646 \u0627\u0644\u062A\u062E\u0632\u064A\u0646 \u0627\u0644\u0645\u0624\u0642\u062A \u0644\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0645\u062D\u0644\u064A\u0629 (\u0644\u062A\u0642\u0644\u064A\u0644 \u0637\u0644\u0628\u0627\u062A \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0644\u0644\u0641\u0642\u0631\u0627\u062A \u0627\u0644\u0645\u0643\u0631\u0631\u0629)","translation display":"\u0623\u0633\u0644\u0648\u0628 \u0639\u0631\u0636 \u0627\u0644\u062A\u0631\u062C\u0645\u0629","select diplay style":"\u062A\u0645\u064A\u064A\u0632 \u0623\u0633\u0644\u0648\u0628 \u0627\u0644\u062A\u0631\u062C\u0645\u0629\u060C \u064A\u0631\u062C\u0649 \u0627\u0644\u0631\u062C\u0648\u0639 \u0625\u0644\u0649 \u0627\u0644\u0623\u0645\u062B\u0644\u0629 \u0627\u0644\u062A\u0627\u0644\u064A\u0629 \u0644\u0645\u0632\u064A\u062F \u0645\u0646 \u0627\u0644\u062A\u0641\u0627\u0635\u064A\u0644:",interface:"\u0625\u0639\u062F\u0627\u062F\u0627\u062A \u0627\u0644\u0648\u0627\u062C\u0647\u0629",import_export:"\u0627\u0633\u062A\u064A\u0631\u0627\u062F \u0648\u062A\u0635\u062F\u064A\u0631",import_export_title:"\u062A\u0643\u0648\u064A\u0646 \u0627\u0644\u0627\u0633\u062A\u064A\u0631\u0627\u062F/\u0627\u0644\u062A\u0635\u062F\u064A\u0631",syncToGoogleDrive:"\u0627\u0644\u0645\u0632\u0627\u0645\u0646\u0629 \u0645\u0639 Google Drive \u0627\u0644\u0622\u0646",floatBallOptions:"\u0625\u0639\u062F\u0627\u062F\u0627\u062A \u0627\u0644\u0643\u0631\u0629 \u0627\u0644\u0645\u0639\u0644\u0642\u0629","floatBallOptions.enable":"\u062A\u0645\u0643\u064A\u0646 \u0627\u0644\u0643\u0631\u0629 \u0627\u0644\u0639\u0627\u0626\u0645\u0629","floatBallOptions.blockUrls":"\u062A\u0639\u0637\u064A\u0644 \u0645\u0648\u0642\u0639 \u0627\u0644\u0648\u064A\u0628","floatBallOptions.add":"\u0627\u0636\u0641 \u0625\u0644\u064A\u0647","floatBallOptions.blockUrlDesc":"\u0644\u0646 \u064A\u062A\u0645 \u0639\u0631\u0636 \u0627\u0644\u0643\u0631\u0629 \u0627\u0644\u0639\u0627\u0626\u0645\u0629 \u0639\u0646\u062F \u0645\u0648\u0627\u062C\u0647\u0629 \u0627\u0644\u0645\u0648\u0627\u0642\u0639 \u0627\u0644\u062A\u0627\u0644\u064A\u0629","floatBallOptions.clickType":"\u0627\u0646\u0642\u0631 \u0641\u0648\u0642 \u0627\u0644\u0633\u0644\u0648\u0643","floatBallOptions.clickTypeDesc":"\u0633\u0644\u0648\u0643 \u0623\u064A\u0642\u0648\u0646\u0629 \u0627\u0644\u0643\u0631\u0629 \u0627\u0644\u0639\u0627\u0626\u0645\u0629 \u0639\u0646\u062F \u0627\u0644\u0646\u0642\u0631 \u0639\u0644\u064A\u0647\u0627","floatBallOptions.clickPopup":"\u0625\u0638\u0647\u0627\u0631 \u0644\u0648\u062D\u0629 \u0627\u0644\u062A\u0631\u062C\u0645\u0629","floatBallOptions.clickTranslate":"\u062A\u0631\u062C\u0645\u0629/\u0625\u0638\u0647\u0627\u0631 \u0627\u0644\u0646\u0635 \u0627\u0644\u0623\u0635\u0644\u064A","floatBallOptions.fixedPosition":"\u56FA\u5B9A\u4F4D\u7F6E","floatBallOptions.fixedPositionDesc":"\u60AC\u6D6E\u7403\u5728\u7A97\u53E3\u5DE6\u4FA7\u8FD8\u662F\u53F3\u4FA7","floatBallOptions.fixedPositionLeft":"\u5DE6\u4FA7","floatBallOptions.fixedPositionRight":"\u53F3\u4FA7",previewAllThemes:"\u0645\u0639\u0627\u064A\u0646\u0629 \u0643\u0627\u0641\u0629 \u0627\u0644\u0623\u0646\u0645\u0627\u0637","translationTheme.none":"\u0644\u0627 \u0623\u062D\u062F","translationTheme.grey":"\u0627\u0644\u0631\u0645\u0627\u062F\u064A \u0627\u0644\u062F\u0627\u0643\u0646","translationTheme.dashed":"\u062A\u0633\u0637\u064A\u0631 \u0645\u062A\u0642\u0637\u0639","translationTheme.dotted":"\u062A\u0633\u0637\u064A\u0631 \u0645\u0646\u0642\u0637","translationTheme.dashedBorder":"\u0627\u0644\u062D\u062F\u0648\u062F \u0627\u0644\u0645\u062A\u0642\u0637\u0639\u0629","translationTheme.solidBorder":"\u0627\u0644\u062D\u062F\u0648\u062F \u0627\u0644\u0635\u0644\u0628\u0629","translationTheme.underline":"\u062A\u0633\u0637\u064A\u0631 \u0645\u0633\u062A\u0642\u064A\u0645","translationTheme.mask":"\u062A\u0623\u062B\u064A\u0631 \u0637\u0645\u0633 (\u0648\u0636\u0639 \u0627\u0644\u062A\u0639\u0644\u0645)","translationTheme.opacity":"\u062A\u0623\u062B\u064A\u0631 \u0627\u0644\u0634\u0641\u0627\u0641\u064A\u0629","translationTheme.paper":"\u062A\u0623\u062B\u064A\u0631 \u0627\u0644\u0638\u0644 \u0648\u0631\u0642\u0629 \u0628\u064A\u0636\u0627\u0621","translationTheme.dividingLine":"\u062E\u0637 \u0627\u0644\u062A\u0642\u0633\u064A\u0645","translationTheme.highlight":"\u062A\u0633\u0644\u064A\u0637 \u0627\u0644\u0636\u0648\u0621","translationTheme.marker":"\u0639\u0644\u0627\u0645\u0629","translationTheme.marker2":"\u0639\u0644\u0627\u0645\u0629 2","translationTheme.blockquote":"\u0627\u0644\u0646\u0645\u0637 \u0627\u0644\u0645\u0631\u062C\u0639\u064A","translationTheme.weakening":"\u064A\u0636\u0639\u0641","translationTheme.italic":"\u0645\u0627\u0626\u0644","translationTheme.bold":"\u0639\u0631\u064A\u0636","translationTheme.thinDashed":"\u062A\u0633\u0637\u064A\u0631 \u0645\u062A\u0642\u0637\u0639 \u0631\u0641\u064A\u0639","translationTheme.nativeDashed":"\u064A\u0623\u062A\u064A \u0627\u0644\u0646\u0638\u0627\u0645 \u0645\u0639 \u062A\u0633\u0637\u064A\u0631 \u0645\u0646\u0642\u0637","translationTheme.nativeDotted":"\u064A\u0623\u062A\u064A \u0627\u0644\u0646\u0638\u0627\u0645 \u0645\u0639 \u062A\u0633\u0637\u064A\u0631 \u0645\u0646\u0642\u0637","translationTheme.nativeUnderline":"\u0627\u0644\u0646\u0638\u0627\u0645 \u064A\u0623\u062A\u064A \u0645\u0639 \u062A\u0633\u0637\u064A\u0631 \u0645\u0633\u062A\u0642\u064A\u0645","translationTheme.wavy":"\u062E\u0637\u0648\u0637 \u0645\u062A\u0645\u0648\u062C\u0629","translationServices.custom":"\u0648\u0627\u062C\u0647\u0629 \u0628\u0631\u0645\u062C\u0629 \u0627\u0644\u062A\u0637\u0628\u064A\u0642\u0627\u062A \u0627\u0644\u0645\u062E\u0635\u0635\u0629","translationServices.tencent":"\u0645\u062A\u0631\u062C\u0645 \u062A\u064A\u0646\u0633\u0646\u062A","translationServices.tenAlpha":"\u0645\u062A\u0631\u062C\u0645 \u062A\u064A\u0646\u0633\u0646\u062A (\u0623\u0644\u0641\u0627)","translationServices.google":"\u062C\u0648\u062C\u0644 \u0627\u0644\u0645\u062A\u0631\u062C\u0645","translationServices.bai":"\u0628\u0627\u064A\u062F\u0648 (\u0623\u0644\u0641\u0627)","translationServices.baidu":"\u0645\u062A\u0631\u062C\u0645 \u0628\u0627\u064A\u062F\u0648","translationServices.aliyun":"\u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0633\u062D\u0627\u0628\u064A\u0629 \u0639\u0644\u0649 \u0628\u0627\u0628\u0627","translationServices.volc":"\u062A\u0631\u062C\u0645\u0629 \u0628\u0631\u0643\u0627\u0646","translationServices.deeplx":"DeepLX (\u0628\u064A\u062A\u0627)","translationServices.bing":"\u0645\u062A\u0631\u062C\u0645 \u0645\u0627\u064A\u0643\u0631\u0648\u0633\u0648\u0641\u062A","translationServices.deepl":"\u062F\u064A\u0628 \u0625\u0644","translationServices.wechat":"\u062A\u0631\u062C\u0645\u0629 \u0648\u064A \u0634\u0627\u062A","translationServices.azure":"\u062A\u0631\u062C\u0645\u0629 \u0623\u0632\u0648\u0631","translationServices.ibm":"\u0622\u064A \u0628\u064A \u0625\u0645 \u0648\u0627\u062A\u0633\u0648\u0646","translationServices.aws":"\u062A\u0631\u062C\u0645\u0629 \u0623\u0645\u0627\u0632\u0648\u0646","translationServices.mock":"\u062A\u0631\u062C\u0645\u0629 \u0645\u062D\u0627\u0643\u0627\u0629","translationServices.mock2":"\u062A\u0631\u062C\u0645\u0629 \u0645\u062D\u0627\u0643\u0627\u0629 2","translationServices.caiyun":"\u0643\u0627\u064A\u0648\u0646 \u0634\u064A\u0627\u0648\u064A\u0649","translationServices.cai":"\u0643\u0627\u064A\u0648\u0646 \u0634\u064A\u0627\u0648\u064A\u0649 (\u0623\u0644\u0641\u0627)","translationServices.volcAlpha":"\u0628\u0631\u0643\u0627\u0646 (\u0623\u0644\u0641\u0627)","translationServices.openl":"\u0623\u0648\u0628\u0646 \u0625\u0644","translationServices.youdao":"\u062A\u0631\u062C\u0645\u0629 \u064A\u0648\u062F\u0627\u0648","translationServices.you":"\u062A\u0631\u062C\u0645\u0629 \u064A\u0648\u062F\u0627\u0648 (\u0623\u0644\u0641\u0627)","translationServices.transmart":"\u062A\u064A\u0646\u0633\u0646\u062A \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u062A\u0641\u0627\u0639\u0644\u064A\u0629","translationServices.niu":"\u062A\u0631\u062C\u0645\u0629 \u0645\u0627\u0641\u0631\u064A\u0643\u0633","translationServices.papago":"\u062A\u0631\u062C\u0645\u0629 \u0628\u0627\u0628\u0627\u062C\u0648","translationServices.d":"\u062F (\u0623\u0644\u0641\u0627)","translationServices.dpro":"\u062F\u064A \u0628\u0631\u0648 (\u0643\u0646\u0627\u0631\u064A)","translationServices.openai":"OpenAI","translationServices.yandex":"Yandex","translationServices.chatgpt":"ChatGPT Web (3.5 \u062C\u0648\u0627\u0644)","translate title":"\u062A\u0631\u062C\u0645\u0629 \u0639\u0646\u0648\u0627\u0646 \u0627\u0644\u0635\u0641\u062D\u0629","always languages":"\u0627\u0644\u0644\u063A\u0629 \u0627\u0644\u0645\u062A\u0631\u062C\u0645\u0629 \u062F\u0627\u0626\u0645\u0627",neverTranslateLanguagesLabel:"\u0627\u0644\u0644\u063A\u0627\u062A \u0627\u0644\u062A\u064A \u0644\u0627 \u062A\u062A\u0631\u062C\u0645 \u0623\u0628\u062F\u0627",neverTranslateTheFollowingLanguagesDescription:"\u0633\u064A\u062A\u0645 \u062A\u062E\u0637\u064A \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0639\u0646\u062F\u0645\u0627 \u062A\u0643\u0648\u0646 \u0641\u0642\u0631\u0629 \u0641\u064A \u0627\u0644\u0635\u0641\u062D\u0629 \u0628\u0627\u0644\u0644\u063A\u0627\u062A \u0627\u0644\u062A\u0627\u0644\u064A\u0629",enableUserscriptPagePopup:"\u0625\u0638\u0647\u0627\u0631 \u0627\u0644\u0643\u0631\u0629 \u0627\u0644\u0639\u0627\u0626\u0645\u0629 \u0639\u0644\u0649 \u0627\u0644\u0635\u0641\u062D\u0629",enableUserscriptPagePopupDescription:"\u0628\u0639\u062F \u0625\u063A\u0644\u0627\u0642 \u0627\u0644\u0643\u0631\u0629 \u0627\u0644\u0639\u0627\u0626\u0645\u0629\u060C \u064A\u0645\u0643\u0646\u0643 \u0627\u0633\u062A\u062E\u062F\u0627\u0645 \u0645\u0641\u062A\u0627\u062D \u0627\u0644\u0627\u062E\u062A\u0635\u0627\u0631 /{touch}\u0644\u0625\u064A\u0642\u0627\u0638\u0647\u0627. \u0644\u0645\u0646\u0639 \u0627\u0644\u0639\u062B\u0648\u0631 \u0639\u0644\u0649 \u0627\u0644\u0643\u0631\u0629 \u0627\u0644\u0639\u0627\u0626\u0645\u0629 \u0628\u0639\u062F \u0625\u064A\u0642\u0627\u0641 \u062A\u0634\u063A\u064A\u0644 \u0647\u0630\u0627 \u0627\u0644\u062E\u064A\u0627\u0631 \u0639\u0646 \u0637\u0631\u064A\u0642 \u0627\u0644\u062E\u0637\u0623\u060C \u064A\u0648\u0635\u0649 \u0628\u0634\u062F\u0629 \u0628\u0648\u0636\u0639 \u0625\u0634\u0627\u0631\u0629 \u0645\u0631\u062C\u0639\u064A\u0629 \u0639\u0644\u0649 \u0635\u0641\u062D\u0629 \u0627\u0644\u0625\u0639\u062F\u0627\u062F\u0627\u062A \u0647\u0630\u0647.","always translate the following languages":"\u0639\u0646\u062F\u0645\u0627 \u062A\u0643\u0648\u0646 \u0644\u063A\u0629 \u0627\u0644\u0635\u0641\u062D\u0629 \u0628\u0627\u0644\u0644\u063A\u0627\u062A \u0627\u0644\u062A\u0627\u0644\u064A\u0629\u060C \u0633\u062A\u062A\u0645 \u062A\u0631\u062C\u0645\u062A\u0647\u0627 \u062A\u0644\u0642\u0627\u0626\u064A\u064B\u0627 \u0625\u0644\u0649 \u0627\u0644\u0644\u063A\u0629 \u0627\u0644\u0645\u0633\u062A\u0647\u062F\u0641\u0629","always sites":"\u0639\u0646\u0627\u0648\u064A\u0646 URL \u0627\u0644\u0645\u062A\u0631\u062C\u0645\u0629 \u062F\u0627\u0626\u0645\u064B\u0627","always translate the following sites":"\u0639\u0646\u062F\u0645\u0627 \u064A\u0643\u0648\u0646 \u0645\u0648\u0642\u0639 \u0627\u0644\u0648\u064A\u0628 \u0628\u0627\u0633\u0645 \u0627\u0644\u0646\u0637\u0627\u0642 \u0627\u0644\u062A\u0627\u0644\u064A\u060C \u0633\u062A\u062A\u0645 \u062A\u0631\u062C\u0645\u062A\u0647 \u062A\u0644\u0642\u0627\u0626\u064A\u064B\u0627 \u0625\u0644\u0649 \u0627\u0644\u0644\u063A\u0629 \u0627\u0644\u0647\u062F\u0641","never sites":"\u0639\u0646\u0627\u0648\u064A\u0646 URL \u0627\u0644\u062A\u064A \u0644\u0646 \u062A\u062A\u0645 \u062A\u0631\u062C\u0645\u062A\u0647\u0627 \u0623\u0628\u062F\u064B\u0627","never translate the following sites":"\u0644\u0646 \u064A\u062A\u0645 \u062A\u0646\u0641\u064A\u0630 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0639\u0646\u062F\u0645\u0627 \u064A\u0643\u0648\u0646 \u0645\u0648\u0642\u0639 \u0627\u0644\u0648\u064A\u0628 \u064A\u062D\u0645\u0644 \u0627\u0633\u0645 \u0627\u0644\u0646\u0637\u0627\u0642 \u0627\u0644\u062A\u0627\u0644\u064A","please refer to":"\u064A\u062C\u0628 \u0639\u0644\u064A\u0643 \u062A\u0639\u0628\u0626\u0629 \u0627\u0644\u0645\u0641\u062A\u0627\u062D \u0642\u0628\u0644 \u0627\u0633\u062A\u062E\u062F\u0627\u0645\u0647\u060C \u0644\u0645\u0632\u064A\u062F \u0645\u0646 \u0627\u0644\u062A\u0641\u0627\u0635\u064A\u0644 \u064A\u0631\u062C\u0649 \u0627\u0644\u0631\u062C\u0648\u0639 \u0625\u0644\u0649",KeyAndConfigurationTutorial:'"\u0627\u0644\u0628\u0631\u0646\u0627\u0645\u062C \u0627\u0644\u062A\u0639\u0644\u064A\u0645\u064A \u0644\u0644\u062A\u0637\u0628\u064A\u0642 \u0648\u0627\u0644\u062A\u0643\u0648\u064A\u0646 \u0627\u0644\u0631\u0626\u064A\u0633\u064A"',useAboveStyleForTheseSites:"\u0639\u0646\u062F\u0645\u0627 \u064A\u0643\u0648\u0646 \u0645\u0648\u0642\u0639 \u0627\u0644\u0648\u064A\u0628 \u0647\u0648 \u0627\u0633\u0645 \u0627\u0644\u0646\u0637\u0627\u0642 \u0627\u0644\u062A\u0627\u0644\u064A\u060C \u0627\u0633\u062A\u062E\u062F\u0645 \u062F\u0627\u0626\u0645\u064B\u0627 \u0646\u0645\u0637 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u2308{theme}\u230B",currentUrl:"\u0639\u0646\u0648\u0627\u0646 URL \u0627\u0644\u062D\u0627\u0644\u064A",confirm:"\u064A\u062D\u0641\u0638",cancel:"\u064A\u0644\u063A\u064A",delete:"\u064A\u0645\u0633\u062D","languages.auto":"\u0627\u0644\u0643\u0634\u0641 \u0627\u0644\u062A\u0644\u0642\u0627\u0626\u064A",syncToCloud:"\u0627\u0644\u0645\u0632\u0627\u0645\u0646\u0629 \u0645\u0639 \u062C\u0648\u062C\u0644 \u062F\u0631\u0627\u064A\u0641",syncToCloudDescription:"\u0642\u0645 \u0628\u0627\u0644\u062A\u062D\u0645\u064A\u0644 \u0625\u0644\u0649 \u0627\u0644\u0633\u062D\u0627\u0628\u0629\u060C \u0648\u064A\u0645\u0643\u0646 \u0645\u0632\u0627\u0645\u0646\u0629 \u0627\u0644\u062A\u0643\u0648\u064A\u0646 \u0628\u064A\u0646 \u0627\u0644\u0645\u062A\u0635\u0641\u062D\u0627\u062A \u0627\u0644\u0645\u062E\u062A\u0644\u0641\u0629/\u0627\u0644\u0646\u0635\u0648\u0635 \u0627\u0644\u0628\u0631\u0645\u062C\u064A\u0629 \u0644\u0642\u0631\u062F \u0627\u0644\u0632\u064A\u062A\u060C \u0645\u0639 \u0645\u0631\u0627\u0639\u0627\u0629 \u0648\u0642\u062A \u0627\u0644\u062A\u0639\u062F\u064A\u0644 \u0627\u0644\u0623\u062E\u064A\u0631.",syncToAccount:"\u0627\u0644\u0645\u0632\u0627\u0645\u0646\u0629 \u0645\u0639 \u0633\u062D\u0627\u0628\u0629 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0634\u0627\u0645\u0644\u0629",syncToAccountButton:"\u0645\u0632\u0627\u0645\u0646\u0629 \u0645\u0639 \u0627\u0644\u0633\u062D\u0627\u0628\u0629 \u0639\u0644\u0649 \u0627\u0644\u0641\u0648\u0631",syncToAccountDescription:"\u0645\u0632\u0627\u0645\u0646\u0629 \u0627\u0644\u062A\u0643\u0648\u064A\u0646\u0627\u062A \u062A\u0644\u0642\u0627\u0626\u064A\u064B\u0627 \u0628\u064A\u0646 \u0627\u0644\u0623\u062C\u0647\u0632\u0629 \u0627\u0644\u0645\u062E\u062A\u0644\u0641\u0629\u060C \u0628\u0646\u0627\u0621\u064B \u0639\u0644\u0649 \u0648\u0642\u062A \u0627\u0644\u062A\u0639\u062F\u064A\u0644 \u0627\u0644\u0623\u062E\u064A\u0631.",successSyncConfigInAccount:"\u0627\u0644\u0628\u0642\u0627\u0621 \u0645\u062A\u0632\u0627\u0645\u0646\u064B\u0627 \u0645\u0639 \u0627\u0644\u0633\u062D\u0627\u0628\u0629 \u0628\u0646\u062C\u0627\u062D",successSyncConfigToAccount:"\u062A\u0645\u062A \u0627\u0644\u0645\u0632\u0627\u0645\u0646\u0629 \u0628\u0646\u062C\u0627\u062D \u0645\u0639 \u0627\u0644\u0633\u062D\u0627\u0628\u0629",syncConfigNoUpdate:"\u0628\u0627\u0644\u0641\u0639\u0644 \u0627\u0644\u0623\u062D\u062F\u062B",authFail:"\u0641\u0634\u0644 \u0627\u0644\u062A\u0641\u0648\u064A\u0636",syncTitle:"\u0625\u062F\u0627\u0631\u0629 \u0627\u0644\u0646\u0633\u062E \u0627\u0644\u0627\u062D\u062A\u064A\u0627\u0637\u064A \u0627\u0644\u064A\u062F\u0648\u064A",import_hint:"\u064A\u0633\u062A\u0648\u0631\u062F",upload:"\u0631\u0641\u0639",revokeAuth:"\u0625\u0644\u063A\u0627\u0621 \u0627\u0644\u062A\u0631\u062E\u064A\u0635",uploadFail:"\u0627\u0644\u062A\u062D\u0645\u064A\u0644 \u0641\u0634\u0644",download:"\u062A\u062D\u0645\u064A\u0644",importSuccess:"\u062A\u0645 \u0627\u0644\u0627\u0633\u062A\u064A\u0631\u0627\u062F \u0628\u0646\u062C\u0627\u062D",importFail:"\u0641\u0634\u0644 \u0627\u0644\u0627\u0633\u062A\u064A\u0631\u0627\u062F",deleteFail:"\u0641\u0634\u0644 \u0641\u064A \u0627\u0644\u062D\u0630\u0641",backupToCloud:"\u0625\u062F\u0627\u0631\u0629 \u0645\u0644\u0641\u0627\u062A \u0627\u0644\u0646\u0633\u062E \u0627\u0644\u0627\u062D\u062A\u064A\u0627\u0637\u064A \u064A\u062F\u0648\u064A\u0627",create_new_backup:"\u0625\u0636\u0627\u0641\u0629 \u0639\u0642\u062F\u0629 \u0627\u062D\u062A\u064A\u0627\u0637\u064A\u0629",maxBackupFiles:"\u064A\u0645\u0643\u0646 \u0639\u0645\u0644 \u0646\u0633\u062E\u0629 \u0627\u062D\u062A\u064A\u0627\u0637\u064A\u0629 \u0644\u0645\u0627 \u064A\u0635\u0644 \u0625\u0644\u0649{count}\u0639\u0642\u062F \u0645\u062E\u062A\u0644\u0641\u0629\u060C \u064A\u0631\u062C\u0649 \u062D\u0630\u0641 \u0627\u0644\u0639\u0642\u062F \u063A\u064A\u0631 \u0627\u0644\u0636\u0631\u0648\u0631\u064A\u0629",backupToCloudDescription:"\u062A\u062D\u0645\u064A\u0644 \u0645\u0644\u0641\u0627\u062A \u0627\u0644\u0646\u0633\u062E \u0627\u0644\u0627\u062D\u062A\u064A\u0627\u0637\u064A \u0623\u0648 \u0627\u0633\u062A\u0639\u0627\u062F\u062A\u0647\u0627 \u064A\u062F\u0648\u064A\u064B\u0627\u060C \u0645\u0645\u0627 \u064A\u0633\u0645\u062D \u0628\u0645\u0627 \u064A\u0635\u0644 \u0625\u0644\u0649 3 \u0646\u0633\u062E \u0627\u062D\u062A\u064A\u0627\u0637\u064A\u0629 \u0645\u062E\u062A\u0644\u0641\u0629",successSyncConfig:"\u0627\u0644\u0628\u0642\u0627\u0621 \u0645\u062A\u0632\u0627\u0645\u0646\u064B\u0627 \u0645\u0639 \u0627\u0644\u0633\u062D\u0627\u0628\u0629 \u0628\u0646\u062C\u0627\u062D",syncFail:"\u0641\u0634\u0644\u062A \u0627\u0644\u0645\u0632\u0627\u0645\u0646\u0629",updatedAt:"\u062A\u0645 \u0627\u0644\u062A\u062D\u062F\u064A\u062B \u0639\u0646\u062F {date}",lastSyncedAt:"\u0622\u062E\u0631 \u0641\u062D\u0635 \u0643\u0627\u0646 \u0639\u0646\u062F {date}",downloadFail:"\u0627\u0644\u062A\u062D\u0645\u064A\u0644 \u0641\u0634\u0644",clickToDownload:"\u0627\u0636\u063A\u0637 \u0644\u0644\u062A\u062D\u0645\u064A\u0644",aboutLabel:"\u062D\u0648\u0644 - \u0631\u062F\u0648\u062F \u0627\u0644\u0641\u0639\u0644","browser.openAboutPage":"\u062D\u0648\u0644/\u0631\u062F\u0648\u062F \u0627\u0644\u0641\u0639\u0644",aboutLabelWithoutSponsor:"\u062D\u0648\u0644 - \u0631\u062F\u0648\u062F \u0627\u0644\u0641\u0639\u0644",aboutIntro:"\u0623\u062A\u0645\u0646\u0649 \u0623\u0646 \u0646\u062A\u0645\u0643\u0646 \u062C\u0645\u064A\u0639\u064B\u0627 \u0645\u0646 \u0627\u0644\u0648\u0635\u0648\u0644 \u0625\u0644\u0649 \u0627\u0644\u0645\u0639\u0644\u0648\u0645\u0627\u062A \u0627\u0644\u0636\u062E\u0645\u0629 \u0627\u0644\u0645\u062A\u0639\u0644\u0642\u0629 \u0628\u0627\u0644\u0644\u063A\u0627\u062A \u0627\u0644\u0623\u062C\u0646\u0628\u064A\u0629 \u0639\u0644\u0649 \u0627\u0644\u0625\u0646\u062A\u0631\u0646\u062A \u0628\u0633\u0647\u0648\u0644\u0629 \u0648\u0633\u0639\u0627\u062F\u0629 \u0623\u0643\u0628\u0631. \u064A\u0645\u0643\u0646\u0643 \u0627\u062E\u062A\u064A\u0627\u0631 \u0641\u062A\u062D \u0639\u0636\u0648\u064A\u0629 <6> Pro \u0644\u0627\u0633\u062A\u062E\u062F\u0627\u0645 \u062A\u0631\u062C\u0645\u0627\u062A DeepL \u0648OpenAI \u062E\u0627\u0631\u062C \u0627\u0644\u0635\u0646\u062F\u0648\u0642.

\u064A\u0645\u0643\u0646\u0643\u0645 \u0645\u062A\u0627\u0628\u0639\u062A\u0646\u0627 \u0639\u0644\u0649 <3>\u062A\u0648\u064A\u062A\u0631 ,<4>\u0642\u0646\u0627\u0629 \u0627\u0644\u062A\u0644\u064A\u062C\u0631\u0627\u0645 \u0623\u0648 \u062D\u0633\u0627\u0628 WeChat \u0627\u0644\u0639\u0627\u0645 \u0623\u0648 \u0645\u062C\u0645\u0648\u0639\u0629 \u0627\u062A\u0635\u0627\u0644\u0627\u062A WeChat \u0623\u0648 <5> \u0627\u0634\u062A\u0631\u0627\u0643 \u0627\u0644\u0628\u0631\u064A\u062F \u0627\u0644\u0625\u0644\u0643\u062A\u0631\u0648\u0646\u064A \u0623\u062F\u0646\u0627\u0647 \u062A\u062A\u0628\u0639 \u0627\u0644\u062A\u062D\u062F\u064A\u062B\u0627\u062A.
<7>\u0639\u0636\u0648 \u0645\u062D\u062A\u0631\u0641 \u064A\u0645\u0643\u0646\u0643 \u0627\u0644\u0627\u062A\u0635\u0627\u0644 \u0628\u0627\u0644\u0628\u0631\u064A\u062F \u0627\u0644\u0625\u0644\u0643\u062A\u0631\u0648\u0646\u064A \u0627\u0644\u0633\u0631\u064A\u0639 \u0644\u062E\u062F\u0645\u0629 \u0627\u0644\u0639\u0645\u0644\u0627\u0621 <8> support@immersivetranslate.com \u0627\u0628\u0642 \u0639\u0644\u0649 \u062A\u0648\u0627\u0635\u0644 \u0645\u0639\u0646\u0627.",aboutIntroWithoutSponsor:"\u0623\u062A\u0645\u0646\u0649 \u0623\u0646 \u0646\u062A\u0645\u0643\u0646 \u062C\u0645\u064A\u0639\u064B\u0627 \u0645\u0646 \u0627\u0644\u0648\u0635\u0648\u0644 \u0628\u0634\u0643\u0644 \u0623\u0633\u0647\u0644 \u0648\u0623\u0643\u062B\u0631 \u0645\u062A\u0639\u0629 \u0625\u0644\u0649 \u0627\u0644\u0643\u0645 \u0627\u0644\u0647\u0627\u0626\u0644 \u0645\u0646 \u0627\u0644\u0645\u0639\u0644\u0648\u0645\u0627\u062A \u0628\u0627\u0644\u0644\u063A\u0629 \u0627\u0644\u0623\u062C\u0646\u0628\u064A\u0629 \u0639\u0644\u0649 \u0627\u0644\u0625\u0646\u062A\u0631\u0646\u062A \u2764\uFE0F

\u064A\u0645\u0643\u0646\u0643 \u0645\u062A\u0627\u0628\u0639\u062A\u0646\u0627 \u0639\u0644\u0649 Twitter <3> ,<4>\u0642\u0646\u0627\u0629 \u0627\u0644\u062A\u0644\u064A\u062C\u0631\u0627\u0645 \u0623\u0648 \u062D\u0633\u0627\u0628 WeChat \u0627\u0644\u0639\u0627\u0645 \u0623\u0648 \u0645\u062C\u0645\u0648\u0639\u0629 \u0627\u062A\u0635\u0627\u0644\u0627\u062A WeChat \u0623\u0648 <5> \u0627\u0634\u062A\u0631\u0627\u0643 \u0627\u0644\u0628\u0631\u064A\u062F \u0627\u0644\u0625\u0644\u0643\u062A\u0631\u0648\u0646\u064A \u0623\u062F\u0646\u0627\u0647 \u062A\u062A\u0628\u0639 \u0627\u0644\u062A\u062D\u062F\u064A\u062B\u0627\u062A.",projectHomepage:"\u0627\u0644\u0635\u0641\u062D\u0629 \u0627\u0644\u0631\u0626\u064A\u0633\u064A\u0629 \u0644\u0644\u0645\u0634\u0631\u0648\u0639",joinTelegramGroup:"\u0627\u0646\u0636\u0645 \u0625\u0644\u0649 \u0645\u062C\u0645\u0648\u0639\u0629 \u0627\u062A\u0635\u0627\u0644\u0627\u062A \u0627\u0644\u0645\u0633\u062A\u062E\u062F\u0645\u064A\u0646 \u0644\u0644\u0645\u0634\u0627\u0631\u0643\u0629 \u0641\u064A \u0627\u0644\u0645\u0646\u0627\u0642\u0634\u0627\u062A \u0627\u0644\u0648\u0638\u064A\u0641\u064A\u0629",wechatPublicAccount:"\u062D\u0633\u0627\u0628 \u0648\u064A \u0634\u0627\u062A \u0627\u0644\u0639\u0627\u0645",wechatCommunities:"\u0645\u062C\u0645\u0648\u0639\u0629 \u0627\u0644\u0627\u062A\u0635\u0627\u0644\u0627\u062A WeChat",qqCommunities:"\u0642\u0646\u0627\u0629 \u0627\u062A\u0635\u0627\u0644 QQ",joinTelegramChannel:"\u062A\u0627\u0628\u0639\u0648\u0627 \u0642\u0646\u0627\u0629 \u0627\u0644\u062A\u0644\u064A\u062C\u0631\u0627\u0645 \u0644\u0645\u0639\u0631\u0641\u0629 \u0622\u062E\u0631 \u0627\u0644\u062A\u062D\u062F\u064A\u062B\u0627\u062A",feedbackAndJoin:"\u0631\u062F\u0648\u062F \u0627\u0644\u0641\u0639\u0644 \u0627\u0644\u0645\u0634\u0643\u0644\u0629 / \u0627\u0644\u0627\u0646\u0636\u0645\u0627\u0645 \u0625\u0644\u0649 \u0627\u0644\u0645\u062C\u0645\u0648\u0639\u0629",autoSync:"\u0627\u0644\u0645\u0632\u0627\u0645\u0646\u0629 \u0627\u0644\u0645\u062C\u062F\u0648\u0644\u0629 \u0627\u0644\u062A\u0644\u0642\u0627\u0626\u064A\u0629",loadingThemeTitle:"\u0623\u0633\u0644\u0648\u0628 \u0627\u0644\u062A\u062D\u0645\u064A\u0644",loadingThemeDescription:"\u0627\u0636\u0628\u0637 \u0627\u0644\u0646\u0645\u0637 \u0623\u062B\u0646\u0627\u0621 \u0627\u0646\u062A\u0638\u0627\u0631 \u062A\u062D\u0645\u064A\u0644 \u0627\u0644\u062A\u0631\u062C\u0645\u0629","loadingTheme.spinner":"\u0627\u0644\u0631\u0633\u0648\u0645 \u0627\u0644\u0645\u062A\u062D\u0631\u0643\u0629 \u0627\u0644\u062F\u0627\u0626\u0631\u0629","loadingTheme.text":"\u0646\u0635 \u062B\u0627\u0628\u062A... ","loadingTheme.none":"\u0644\u0627 \u062A\u0638\u0647\u0631",developerDescription:"\u064A\u0645\u0643\u0646\u0643 \u0627\u0644\u0646\u0642\u0631 \u0641\u0648\u0642 <1> \u0647\u0646\u0627 \u0639\u0631\u0636 \u0627\u0644\u0648\u062B\u0627\u0626\u0642 \u0627\u0644\u0645\u062A\u0639\u0644\u0642\u0629 \u0628\u0627\u0644\u062A\u062E\u0635\u064A\u0635 \u0627\u0644\u0645\u062A\u0642\u062F\u0645","edit border color":"\u062A\u0639\u062F\u064A\u0644 \u0644\u0648\u0646 \u0627\u0644\u062D\u062F\u0648\u062F",successSyncButNoChange:"\u0627\u0644\u062A\u0643\u0648\u064A\u0646 \u0627\u0644\u062D\u0627\u0644\u064A \u0645\u062A\u0648\u0627\u0641\u0642 \u0645\u0639 \u0627\u0644\u0633\u062D\u0627\u0628\u0629",customTheme:"\u0627\u0644\u0623\u0644\u0648\u0627\u0646 \u0648\u0627\u0644\u0623\u062D\u062C\u0627\u0645 \u0627\u0644\u0645\u062E\u0635\u0635\u0629","customThemeLabel.borderColor":"\u0644\u0648\u0646 \u0627\u0644\u062D\u062F\u0648\u062F","customThemeLabel.borderRadius":"\u062D\u062F\u0648\u062F \u0645\u0633\u062A\u062F\u064A\u0631\u0629 \u0627\u0644\u0632\u0648\u0627\u064A\u0627","customThemeLabel.textColor":"\u0644\u0648\u0646 \u0627\u0644\u062E\u0637","customThemeLabel.backgroundColor":"\u0644\u0648\u0646 \u0627\u0644\u062E\u0644\u0641\u064A\u0629","customThemeLabel.zoom":"\u062A\u062D\u062C\u064A\u0645 \u0627\u0644\u062E\u0637 (%)","customThemeLabel.opacity":"\u0639\u062A\u0627\u0645\u0629 \u0627\u0644\u0646\u0635 (%)",resetToDefaultColor:"\u0627\u0644\u0639\u0648\u062F\u0629 \u0625\u0644\u0649 \u0627\u0644\u0644\u0648\u0646 \u0627\u0644\u0627\u0641\u062A\u0631\u0627\u0636\u064A",resetToDefaultSettings:"\u0627\u0644\u0639\u0648\u062F\u0629 \u0625\u0644\u0649 \u0627\u0644\u0625\u0639\u062F\u0627\u062F\u0627\u062A \u0627\u0644\u0627\u0641\u062A\u0631\u0627\u0636\u064A\u0629",isTranslateTitle:"\u0642\u0645 \u0628\u062A\u0634\u063A\u064A\u0644 \u0639\u0646\u0627\u0648\u064A\u0646 \u0635\u0641\u062D\u0627\u062A \u0627\u0644\u0648\u064A\u0628 \u0627\u0644\u0645\u062A\u0631\u062C\u0645\u0629",isTranslateTitleDescription:"\u0639\u0646\u062F \u062A\u0634\u063A\u064A\u0644\u0647\u060C \u0633\u064A\u062A\u0645 \u062A\u0631\u062C\u0645\u0629 \u0639\u0646\u0648\u0627\u0646 \u0635\u0641\u062D\u0629 \u0627\u0644\u0648\u064A\u0628",enableSearchEnhancement:"\u062A\u0645\u0643\u064A\u0646 \u062A\u0639\u0632\u064A\u0632 \u0627\u0644\u0645\u0639\u0644\u0648\u0645\u0627\u062A \u062B\u0646\u0627\u0626\u064A\u0629 \u0627\u0644\u0644\u063A\u0629",enableSearchEnhancementDescription:'\u0628\u0639\u062F \u062A\u0634\u063A\u064A\u0644\u0647\u0627\u060C \u0633\u064A\u062A\u0645 \u0639\u0631\u0636 \u0646\u062A\u0627\u0626\u062C \u0628\u062D\u062B "\u0623\u062E\u0628\u0627\u0631 Google" \u0627\u0644\u0645\u0642\u0627\u0628\u0644\u0629 \u0644\u0644\u0643\u0644\u0645\u0627\u062A \u0627\u0644\u0631\u0626\u064A\u0633\u064A\u0629 \u0628\u0627\u0644\u0644\u063A\u0629 \u0627\u0644\u0625\u0646\u062C\u0644\u064A\u0632\u064A\u0629 \u062A\u0644\u0642\u0627\u0626\u064A\u064B\u0627 \u0641\u064A \u0627\u0644\u0639\u0645\u0648\u062F \u0627\u0644\u0623\u064A\u0645\u0646 \u0644\u0645\u0648\u0627\u0642\u0639 \u0627\u0644\u0648\u064A\u0628 \u0627\u0644\u0645\u062F\u0639\u0648\u0645\u0629 (\u0623\u062E\u0628\u0627\u0631 Google\u060C \u0628\u062D\u062B Google (\u0628\u0639\u0636 \u0627\u0644\u0643\u0644\u0645\u0627\u062A \u0627\u0644\u0631\u0626\u064A\u0633\u064A\u0629)\u060C Snowball\u060C Oriental Fortune\u060C Futu\u060C Tiger Community).',verifyService:"\u0627\u0646\u0642\u0631 \u0647\u0646\u0627 \u0644\u0627\u062E\u062A\u0628\u0627\u0631 \u0627\u0644\u062E\u062F\u0645\u0629",verified:"\u062A\u0645 \u0627\u0644\u062A\u062D\u0642\u0642 \u0628\u0646\u062C\u0627\u062D","field.langs":"\u0631\u0645\u0648\u0632 \u0627\u0644\u0644\u063A\u0629 \u0627\u0644\u0645\u062F\u0639\u0648\u0645\u0629","field.model":"\u0646\u0645\u0648\u0630\u062C","field.translationEngine":"\u0645\u062D\u0631\u0643 \u0627\u0644\u062A\u0631\u062C\u0645\u0629","field.limitPerMinute":"\u0627\u0644\u062D\u062F \u0627\u0644\u0623\u0642\u0635\u0649 \u0644\u0639\u062F\u062F \u0627\u0644\u0637\u0644\u0628\u0627\u062A \u0641\u064A \u0627\u0644\u062F\u0642\u064A\u0642\u0629","field.limitPerSecond":"\u0627\u0644\u062D\u062F \u0627\u0644\u0623\u0642\u0635\u0649 \u0644\u0639\u062F\u062F \u0627\u0644\u0637\u0644\u0628\u0627\u062A \u0641\u064A \u0627\u0644\u062B\u0627\u0646\u064A\u0629","field.maxTextLengthPerRequest":"\u0627\u0644\u062D\u062F \u0627\u0644\u0623\u0642\u0635\u0649 \u0644\u0637\u0648\u0644 \u0627\u0644\u0646\u0635 \u0644\u0643\u0644 \u0637\u0644\u0628","field.maxTextGroupLengthPerRequest":"\u0627\u0644\u062D\u062F \u0627\u0644\u0623\u0642\u0635\u0649 \u0644\u0639\u062F\u062F \u0627\u0644\u0641\u0642\u0631\u0627\u062A \u0644\u0643\u0644 \u0637\u0644\u0628","field.apiUrl":"\u0639\u0646\u0648\u0627\u0646 \u0648\u0627\u062C\u0647\u0629 API \u0627\u0644\u0645\u062E\u0635\u0635\u0629","field.placeholderDelimiters":"\u0627\u0644\u0639\u0646\u0627\u0635\u0631 \u0627\u0644\u0646\u0627\u0626\u0628\u0629 \u0627\u0644\u0645\u062D\u062C\u0648\u0632\u0629","description.custom":"\u0627\u0644\u0648\u0635\u0648\u0644 \u0625\u0644\u0649 \u0627\u0644\u0648\u0627\u062C\u0647\u0629 \u0627\u0644\u0645\u062E\u0635\u0635\u0629 \u064A\u062A\u0637\u0644\u0628 \u0648\u062B\u0627\u0626\u0642 \u0645\u0631\u062C\u0639\u064A\u0629","description.limitPerMinute":"\u0648\u0639\u0646\u062F\u0645\u0627 \u064A\u062A\u062C\u0627\u0648\u0632 \u0639\u062F\u062F \u0627\u0644\u0637\u0644\u0628\u0627\u062A \u0647\u0630\u0627 \u0627\u0644\u062D\u062F\u060C \u0641\u0625\u0646\u0647 \u0633\u064A\u062F\u062E\u0644 \u0641\u064A \u062D\u0627\u0644\u0629 \u0627\u0644\u0627\u0646\u062A\u0638\u0627\u0631 \u062D\u062A\u0649 \u0628\u062F\u0627\u064A\u0629 \u0627\u0644\u062F\u0642\u064A\u0642\u0629 \u0627\u0644\u062A\u0627\u0644\u064A\u0629. \u0646\u0638\u0631\u064B\u0627 \u0644\u0644\u0642\u064A\u0648\u062F \u0627\u0644\u0645\u062E\u062A\u0644\u0641\u0629 \u0644\u062E\u062F\u0645\u0629 OpenAI \u0627\u0644\u062D\u0627\u0644\u064A\u0629\u060C \u064A\u0631\u062C\u0649 \u0627\u0644\u0646\u0642\u0631 \u0641\u0648\u0642 <1> \u0647\u0646\u0627 \u0639\u0631\u0636 \u0623\u062D\u062F\u062B \u0627\u0644\u0642\u064A\u0645 \u0627\u0644\u0645\u0648\u0635\u0649 \u0628\u0647\u0627","description.limitPerSecond":"\u0648\u0639\u0646\u062F\u0645\u0627 \u064A\u062A\u062C\u0627\u0648\u0632 \u0639\u062F\u062F \u0627\u0644\u0637\u0644\u0628\u0627\u062A \u0647\u0630\u0627 \u0627\u0644\u062D\u062F\u060C \u0641\u0625\u0646\u0647 \u0633\u064A\u062F\u062E\u0644 \u0641\u064A \u062D\u0627\u0644\u0629 \u0627\u0644\u0627\u0646\u062A\u0638\u0627\u0631 \u062D\u062A\u0649 \u0628\u062F\u0627\u064A\u0629 \u0627\u0644\u062B\u0627\u0646\u064A\u0629 \u0627\u0644\u062A\u0627\u0644\u064A\u0629. \u0646\u0638\u0631\u064B\u0627 \u0644\u0644\u0642\u064A\u0648\u062F \u0627\u0644\u0645\u062E\u062A\u0644\u0641\u0629 \u0644\u062E\u062F\u0645\u0629 OpenAI \u0627\u0644\u062D\u0627\u0644\u064A\u0629\u060C \u064A\u0631\u062C\u0649 \u0627\u0644\u0646\u0642\u0631 \u0641\u0648\u0642 <1> \u0647\u0646\u0627 \u0639\u0631\u0636 \u0623\u062D\u062F\u062B \u0627\u0644\u0642\u064A\u0645 \u0627\u0644\u0645\u0648\u0635\u0649 \u0628\u0647\u0627","description.generalLimitPerSecond":"\u0648\u0639\u0646\u062F\u0645\u0627 \u064A\u062A\u062C\u0627\u0648\u0632 \u0639\u062F\u062F \u0627\u0644\u0637\u0644\u0628\u0627\u062A \u0647\u0630\u0627 \u0627\u0644\u062D\u062F\u060C \u0641\u0625\u0646\u0647 \u0633\u064A\u062F\u062E\u0644 \u0641\u064A \u062D\u0627\u0644\u0629 \u0627\u0644\u0627\u0646\u062A\u0638\u0627\u0631 \u062D\u062A\u0649 \u0628\u062F\u0627\u064A\u0629 \u0627\u0644\u062B\u0627\u0646\u064A\u0629 \u0627\u0644\u062A\u0627\u0644\u064A\u0629.","description.prompt":"\u062A\u0631\u0633\u0644 \u0627\u0644\u0645\u062D\u0627\u062F\u062B\u0629 \u0625\u0644\u0649 {service} \u0628\u0635\u0641\u0629 \u0627\u0644\u0645\u0633\u062A\u062E\u062F\u0645\u060C \u062D\u064A\u062B \u064A\u0645\u062B\u0644 {{text}} \u0646\u0635 \u0627\u0644\u0641\u0642\u0631\u0629\u060C \u0648\u064A\u0645\u062B\u0644 {{from}} \u0644\u063A\u0629 \u0627\u0644\u0641\u0642\u0631\u0629\u060C \u0648\u064A\u0645\u062B\u0644 {{to}} \u0627\u0644\u0644\u063A\u0629 \u0627\u0644\u0645\u0633\u062A\u0647\u062F\u0641\u0629.","description.maxTextLengthPerRequest":"\u0627\u0644\u062D\u062F \u0627\u0644\u0623\u0642\u0635\u0649 \u0644\u0639\u062F\u062F \u0627\u0644\u0623\u062D\u0631\u0641 \u0644\u0643\u0644 \u0637\u0644\u0628. \u0625\u0630\u0627 \u0643\u0627\u0646 \u0643\u0628\u064A\u0631\u064B\u0627 \u062C\u062F\u064B\u0627\u060C \u0641\u0633\u062A\u062A\u0628\u0627\u0637\u0623 \u0627\u0633\u062A\u062C\u0627\u0628\u0629 \u0627\u0644\u0648\u0627\u062C\u0647\u0629\u060C \u0644\u0630\u0627 \u064A\u0645\u0643\u0646\u0643 \u0645\u062D\u0627\u0648\u0644\u0629 \u0636\u0628\u0637 \u0647\u0630\u0627 \u0627\u0644\u062E\u064A\u0627\u0631 \u0644\u062A\u062D\u0633\u064A\u0646 \u0627\u0644\u0633\u0631\u0639\u0629.","description.systemPrompt":"\u064A\u062A\u0645 \u0625\u0631\u0633\u0627\u0644 \u0627\u0644\u0645\u062D\u0627\u062F\u062B\u0629 \u0625\u0644\u0649 OpenAI \u0643\u0646\u0638\u0627\u0645\u060C \u062D\u064A\u062B \u064A\u0645\u062B\u0644 {{text}} \u0645\u062D\u062A\u0648\u0649 \u0646\u0635 \u0627\u0644\u0641\u0642\u0631\u0629\u060C \u0648\u064A\u0645\u062B\u0644{{from}} \u0644\u063A\u0629 \u0627\u0644\u0641\u0642\u0631\u0629\u060C \u0648\u064A\u0645\u062B\u0644{{to}} \u0627\u0644\u0644\u063A\u0629 \u0627\u0644\u0645\u0633\u062A\u0647\u062F\u0641\u0629","field.domain":"\u0645\u062C\u0627\u0644","description.domain":"\u0627\u0644\u0627\u0641\u062A\u0631\u0627\u0636\u064A \u0647\u0648\uFF1A\u0639\u0627\u0645. \u0644\u0627 \u064A\u0645\u0643\u0646 \u0636\u0628\u0637\u0647 \u0625\u0644\u0627 \u0639\u0646\u062F \u062A\u0645\u0643\u064A\u0646 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0645\u0633\u062A\u0646\u062F\u0629 \u0625\u0644\u0649 \u0627\u0644\u0645\u062C\u0627\u0644 \u0641\u064A \u0648\u062D\u062F\u0629 \u062A\u062D\u0643\u0645 Youdao API. \u0644\u0644\u062D\u0635\u0648\u0644 \u0639\u0644\u0649 \u0627\u0644\u062D\u0642\u0648\u0644 \u0627\u0644\u0645\u062F\u0639\u0648\u0645\u0629\u060C \u064A\u0631\u062C\u0649 \u0627\u0644\u0627\u0637\u0644\u0627\u0639 \u0639\u0644\u0649 <1> \u0647\u0646\u0627.","field.scene":"\u0645\u0634\u0627\u0647\u062F","description.scene":"\u0627\u0644\u0627\u0641\u062A\u0631\u0627\u0636\u064A \u0647\u0648\uFF1A\u0639\u0627\u0645. \u0644\u0627 \u064A\u0645\u0643\u0646 \u0636\u0628\u0637\u0647 \u0625\u0644\u0627 \u0639\u0646\u062F \u062A\u0646\u0634\u064A\u0637 \u0627\u0644\u0625\u0635\u062F\u0627\u0631 \u0627\u0644\u0627\u062D\u062A\u0631\u0627\u0641\u064A \u0644\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0622\u0644\u064A\u0629 \u0641\u064A \u0648\u062D\u062F\u0629 \u062A\u062D\u0643\u0645 Alibaba Cloud API. \u0631\u0627\u062C\u0639 <1> \u0647\u0646\u0627 \u0644\u0644\u062D\u0635\u0648\u0644 \u0639\u0644\u0649 \u0627\u0644\u0633\u064A\u0646\u0627\u0631\u064A\u0648\u0647\u0627\u062A \u0627\u0644\u0645\u062F\u0639\u0648\u0645\u0629.","field.vocabId":"\u0645\u0639\u0631\u0641 \u0642\u0627\u0645\u0648\u0633 \u0627\u0644\u0645\u0633\u062A\u062E\u062F\u0645","description.vocabId":"\u064A\u062F\u0639\u0645 \u0627\u0644\u0642\u0627\u0645\u0648\u0633 \u0627\u0644\u0645\u062D\u062F\u062F out_id \u062D\u0627\u0644\u064A\u064B\u0627 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0625\u0646\u062C\u0644\u064A\u0632\u064A\u0629 \u0627\u0644\u0635\u064A\u0646\u064A\u0629.","description.model":"\u064A\u0645\u0643\u0646 \u0623\u0646 \u064A\u0643\u0648\u0646 \u0646\u0645\u0648\u0630\u062C OpenAI \u0647\u0648 gpt-3.5-turbo \u0623\u0648 gpt-4 \u0648\u0645\u0627 \u0625\u0644\u0649 \u0630\u0644\u0643.","description.maxTextGroupLengthPerRequest":"\u0639\u062F\u062F \u0627\u0644\u0641\u0642\u0631\u0627\u062A \u0627\u0644\u0645\u0631\u0633\u0644\u0629 \u0625\u0644\u0649 \u062E\u062F\u0645\u0629 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0641\u064A \u0643\u0644 \u0645\u0631\u0629. \u0625\u0630\u0627 \u0643\u0627\u0646 \u0647\u0646\u0627\u0643 \u0639\u062F\u062F \u0643\u0628\u064A\u0631 \u062C\u062F\u064B\u0627 \u0645\u0646 \u0627\u0644\u0641\u0642\u0631\u0627\u062A\u060C \u0641\u0642\u062F \u062A\u062A\u0628\u0627\u0637\u0623 \u0627\u0633\u062A\u062C\u0627\u0628\u0629 \u0627\u0644\u0648\u0627\u062C\u0647\u0629.","description.apiUrl":"\u0627\u0644\u0631\u062C\u0627\u0621 \u0625\u0636\u0627\u0641\u0629 \u0639\u0646\u0648\u0627\u0646 URL \u0645\u062D\u062F\u062F \u0645\u0639 \u0627\u0644\u0645\u0633\u0627\u0631\u060C <1> \u0627\u0644\u0645\u0632\u064A\u062F \u0645\u0646 \u0627\u0644\u062A\u0639\u0644\u064A\u0645\u0627\u062A",enabledExtension:"\u062A\u0645\u0643\u064A\u0646 \u0627\u0644\u062A\u0645\u062F\u064A\u062F",clickToDisableExtension:"\u0627\u0646\u0642\u0631 \u0644\u062A\u0639\u0637\u064A\u0644 \u0627\u0644\u062A\u0645\u062F\u064A\u062F",clickToEnableExtension:"\u0627\u0646\u0642\u0631 \u0644\u062A\u0645\u0643\u064A\u0646 \u0627\u0644\u062A\u0645\u062F\u064A\u062F",hasBeenDisabled:"\u0639\u0627\u062C\u0632","show password":"\u0639\u0631\u0636 \u0643\u0644\u0645\u0629 \u0627\u0644\u0645\u0631\u0648\u0631",customContent:"\u0623\u062F\u062E\u0644 \u0627\u0633\u0645 \u0627\u0644\u0646\u0645\u0648\u0630\u062C \u0627\u0644\u0645\u062E\u0635\u0635",inputOptions:"\u062A\u062D\u0633\u064A\u0646 \u0635\u0646\u062F\u0648\u0642 \u0627\u0644\u0625\u062F\u062E\u0627\u0644",mouseHoverOptions:"\u062A\u0645\u0631\u064A\u0631 \u0627\u0644\u0645\u0627\u0648\u0633",modifyMouseHoverKey:"\u062A\u0639\u062F\u064A\u0644 \u0645\u0641\u0627\u062A\u064A\u062D \u0627\u0644\u0627\u062E\u062A\u0635\u0627\u0631 \u0627\u0644\u062E\u0627\u0635\u0629 \u0628\u0627\u0644\u0645\u0627\u0648\u0633",enableInputTranslation:"\u0645\u0627 \u0625\u0630\u0627 \u0643\u0627\u0646 \u0633\u064A\u062A\u0645 \u062A\u0645\u0643\u064A\u0646 \u062A\u062D\u0633\u064A\u0646 \u0645\u0631\u0628\u0639 \u0627\u0644\u0625\u062F\u062E\u0627\u0644",enableInputTranslationDescription:"\u0628\u0639\u062F{trailingKey}\u060C \u0623\u062F\u062E\u0644 \u0645\u0628\u0627\u0634\u0631\u0629 {startingKey}{startingKey} hello \u0641\u064A \u0645\u0631\u0628\u0639 \u0627\u0644\u0625\u062F\u062E\u0627\u0644\u060C \u062B\u0645 \u0627\u0646\u0642\u0631 \u0633\u0631\u064A\u0639\u064B\u0627 \u0641\u0648\u0642{inputTrailingTriggerKeyRepeatTimes}\u0645\u0631\u062A\u064A\u0646 \u0644\u062A\u0631\u062C\u0645\u062A\u0647 \u0625\u0644\u0649 {inputTargetLanguage}",enableInputTranslationDescriptionForNoneKey:"{trailingKey}\u062A\u0645\u0643\u064A\u0646\u0647\u060C \u0623\u062F\u062E\u0644 \u0645\u0628\u0627\u0634\u0631\u0629\uFF1Ahelloworld \u0641\u064A \u0645\u0631\u0628\u0639 \u0627\u0644\u0625\u062F\u062E\u0627\u0644\u060C \u062B\u0645 \u0627\u0646\u0642\u0631 \u0628\u0633\u0631\u0639\u0629{inputTrailingTriggerKeyRepeatTimes}\u0644\u0644\u062A\u0631\u062C\u0645\u0629 \u0625\u0644\u0649 \u0627\u0644\u0644\u063A\u0629 \u0627\u0644\u0645\u0633\u062A\u0647\u062F\u0641\u0629 \u0627\u0644\u0627\u0641\u062A\u0631\u0627\u0636\u064A\u0629.",inputTargetLanguage:"\u0642\u0645 \u0628\u062A\u0639\u064A\u064A\u0646 \u0627\u0644\u0644\u063A\u0629 \u0627\u0644\u0647\u062F\u0641 \u0627\u0644\u0627\u0641\u062A\u0631\u0627\u0636\u064A\u0629 \u0644\u0645\u0631\u0628\u0639 \u0627\u0644\u0625\u062F\u062E\u0627\u0644",inputTargetLanguageDescription:"\u0627\u0644\u0644\u063A\u0629 \u0627\u0644\u0647\u062F\u0641 \u0627\u0644\u0627\u0641\u062A\u0631\u0627\u0636\u064A\u0629 \u0644\u062A\u0631\u062C\u0645\u0629 \u0645\u0631\u0628\u0639 \u0627\u0644\u0625\u062F\u062E\u0627\u0644\u060C \u0648\u0647\u064A {startingKey}{startingKey} \u0643\u0644\u063A\u0629 \u0627\u0641\u062A\u0631\u0627\u0636\u064A\u0629 \u0644\u0643\u0644\u0645\u0627\u062A \u0627\u0644\u062A\u0634\u063A\u064A\u0644",inputTargetLanguageDescriptionForNoneKey:"\u0627\u0644\u0644\u063A\u0629 \u0627\u0644\u0647\u062F\u0641 \u0627\u0644\u0627\u0641\u062A\u0631\u0627\u0636\u064A\u0629 \u0644\u062A\u0631\u062C\u0645\u0627\u062A \u0645\u0631\u0628\u0639 \u0627\u0644\u0625\u062F\u062E\u0627\u0644",inputStartingTriggerKeyTitle:"\u0642\u0645 \u0628\u062A\u0639\u064A\u064A\u0646 \u0627\u0644\u0623\u062D\u0631\u0641 \u0627\u0644\u0645\u0642\u0633\u0645\u0629 \u0644\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u062C\u0632\u0626\u064A\u0629 \u0644\u0645\u0631\u0628\u0639 \u0627\u0644\u0625\u062F\u062E\u0627\u0644",inputStartingTriggerKeyDescription:"\u0639\u0646\u062F\u0645\u0627 \u0644\u0627 \u062A\u062D\u062A\u0627\u062C \u0625\u0644\u0649 \u062A\u0631\u062C\u0645\u0629 \u0645\u0631\u0628\u0639 \u0627\u0644\u0625\u062F\u062E\u0627\u0644 \u0628\u0623\u0643\u0645\u0644\u0647\u060C \u064A\u062A\u064A\u062D \u0644\u0643 \u0627\u0644\u0645\u062D\u062F\u062F \u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u062C\u0632\u0621 \u0641\u0642\u0637 {startingKey}{startingKey} \u0625\u0644\u0649 \u0646\u0647\u0627\u064A\u0629 \u0645\u0631\u0628\u0639 \u0627\u0644\u0625\u062F\u062E\u0627\u0644\u060C \u0623\u0648 \u064A\u0645\u0643\u0646\u0643 \u062A\u062D\u062F\u064A\u062F \u0631\u0645\u0632 \u0627\u0644\u0644\u063A\u0629\u060C \u0639\u0644\u0649 \u0633\u0628\u064A\u0644 \u0627\u0644\u0645\u062B\u0627\u0644\u060C\uFF1A{startingKey}ja \u062A\u0639\u0646\u064A \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0641\u0642\u0637 \u0627\u0644\u062C\u0632\u0621 \u0645\u0646 {startingKey}\u062C\u0627 \u0625\u0644\u0649 \u0646\u0647\u0627\u064A\u0629 \u0645\u0631\u0628\u0639 \u0627\u0644\u0625\u062F\u062E\u0627\u0644.",inputStartingTriggerKeyDescriptionForNoneKey:"\u062A\u0645 \u0636\u0628\u0637\u0647 \u062D\u0627\u0644\u064A\u064B\u0627 \u0628\u062D\u064A\u062B \u0644\u0627 \u064A\u062A\u0637\u0644\u0628 \u0623\u064A \u0628\u0627\u062F\u0626\u0629\u060C \u0648\u0628\u0639\u0636 \u0648\u0638\u0627\u0626\u0641 \u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0646\u0635 \u0641\u064A \u0645\u0631\u0628\u0639 \u0627\u0644\u0625\u062F\u062E\u0627\u0644 \u063A\u064A\u0631 \u0645\u062A\u0627\u062D\u0629 \u0645\u0624\u0642\u062A\u064B\u0627.",inputTrailingTriggerKeyTitle:"\u062D\u062F\u062F \u062D\u0631\u0641 \u0627\u0644\u0645\u0634\u063A\u0644 \u0627\u0644\u0630\u064A \u064A\u0646\u0647\u064A \u0627\u0644\u0625\u062F\u062E\u0627\u0644",inputTrailingTriggerKeyDescription:"\u0633\u064A\u0624\u062F\u064A \u0627\u0644\u0636\u063A\u0637 \u0639\u0644\u0649{trailingKey} 3 \u0645\u0631\u0627\u062A \u0641\u064A \u062A\u062A\u0627\u0628\u0639 \u0633\u0631\u064A\u0639 \u0625\u0644\u0649 \u0628\u062F\u0621 \u0627\u0644\u062A\u0631\u062C\u0645\u0629",inputTrailingTriggerKeyTimeout:"\u0623\u062F\u062E\u0644 \u0627\u0644\u0641\u0627\u0635\u0644 \u0627\u0644\u0632\u0645\u0646\u064A \u0628\u064A\u0646 \u0627\u0644\u0645\u0634\u063A\u0644\u0627\u062A \u0644\u0625\u0646\u0647\u0627\u0621 \u0627\u0644\u062A\u062D\u0631\u064A\u0631 \u0648\u0627\u0644\u0633\u0631\u062F.",inputTrailingTriggerKeyTimeoutDescription:"\u0642\u0645 \u0628\u062A\u0639\u064A\u064A\u0646 \u0627\u0644\u0641\u0627\u0635\u0644 \u0627\u0644\u0632\u0645\u0646\u064A (\u0645\u0644\u064A \u062B\u0627\u0646\u064A\u0629) \u0644\u0644\u0625\u062F\u062E\u0627\u0644 \u0644\u0625\u0646\u0647\u0627\u0621 \u0645\u0634\u063A\u0644 \u0627\u0644\u062A\u062D\u0631\u064A\u0631 \u0648\u0627\u0644\u0633\u0631\u062F",spaceKey:"<\u0645\u0633\u0627\u0641\u0629>",noneKey:"\u0644\u0627 \u062A\u0648\u062C\u062F \u062D\u0627\u062C\u0629 \u0625\u0644\u0649 \u0628\u0627\u062F\u0626\u0629\u060C \u0642\u0645 \u0628\u062A\u0631\u062C\u0645\u0629 \u0645\u0631\u0628\u0639 \u0627\u0644\u0646\u0635 \u0628\u0627\u0644\u0643\u0627\u0645\u0644 \u0645\u0628\u0627\u0634\u0631\u0629\u064B",inputTranslationBlockUrlsTitle:"\u0644\u0627 \u062A\u0642\u0645 \u0645\u0637\u0644\u0642\u064B\u0627 \u0628\u062A\u0645\u0643\u064A\u0646 \u062A\u062D\u0633\u064A\u0646\u0627\u062A \u062D\u0642\u0644 \u0627\u0644\u0625\u062F\u062E\u0627\u0644 \u0641\u064A \u0639\u0646\u0627\u0648\u064A\u0646 URL",inputTranslationBlockUrlsDescription:"\u0641\u064A \u0639\u0646\u0627\u0648\u064A\u0646 URL \u0627\u0644\u062A\u0627\u0644\u064A\u0629\u060C \u0644\u0646 \u064A\u0635\u0628\u062D \u062A\u062D\u0633\u064A\u0646 \u0645\u0631\u0628\u0639 \u0627\u0644\u0625\u062F\u062E\u0627\u0644 \u0633\u0627\u0631\u064A \u0627\u0644\u0645\u0641\u0639\u0648\u0644",clickToSeeQuickDemo:"\u0627\u0646\u0642\u0631 \u0644\u062A\u0648\u0633\u064A\u0639 \u0641\u064A\u062F\u064A\u0648 \u0627\u0644\u062A\u0639\u0644\u064A\u0645\u0627\u062A \u0627\u0644\u0633\u0631\u064A\u0639\u0629 \u0644\u0645\u062F\u0629 30 \u062B\u0627\u0646\u064A\u0629",inputHelperInfo:"\u0645\u0644\u0627\u062D\u0638\u0629\uFF1A: \u0644\u0642\u062F \u0642\u0645\u0646\u0627 \u0628\u062A\u062D\u0633\u064A\u0646 \u0627\u0644\u0645\u0634\u0643\u0644\u0629 \u0639\u0644\u0649 \u0648\u062C\u0647 \u0627\u0644\u062A\u062D\u062F\u064A\u062F \u062D\u064A\u062B \u062A\u062A\u062D\u0648\u0644 \u0628\u0639\u0636 \u0623\u062D\u0631\u0641 \u0627\u0644\u062A\u0634\u063A\u064A\u0644 \u0625\u0644\u0649 \u0639\u0644\u0627\u0645\u0627\u062A \u062A\u0631\u0642\u064A\u0645 \u0635\u064A\u0646\u064A\u0629 \u0636\u0645\u0646 \u0637\u0631\u064A\u0642\u0629 \u0627\u0644\u0625\u062F\u062E\u0627\u0644 \u0627\u0644\u0635\u064A\u0646\u064A\u0629. \u0639\u0644\u0649 \u0633\u0628\u064A\u0644 \u0627\u0644\u0645\u062B\u0627\u0644\u060C \u0636\u0645\u0646 \u0637\u0631\u064A\u0642\u0629 \u0627\u0644\u0625\u062F\u062E\u0627\u0644 Sogou\u060C / \u0633\u0648\u0641 \u062A\u062A\u062D\u0648\u0644 \u0625\u0644\u0649 \u062A\u0648\u0642\u0641 \u0645\u0624\u0642\u062A\u060C \u0648\u062A\u062F\u0639\u0645 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u063A\u0627\u0645\u0631\u0629 \u062C\u0645\u064A\u0639 \u0627\u0644\u0631\u0645\u0648\u0632 \u0627\u0644\u0635\u064A\u0646\u064A\u0629 \u0627\u0644\u0645\u0642\u0627\u0628\u0644\u0629 \u0644\u0640 \u0633\u064A\u062A\u0645 \u0627\u0644\u062A\u0639\u0631\u0641 \u0639\u0644\u0649 \u0623\u062D\u0631\u0641 \u0627\u0644\u062A\u0634\u063A\u064A\u0644\u060C \u0623\u064A //\u060C \u0639\u0644\u0649 \u0623\u0646\u0647\u0627 \u0623\u062D\u0631\u0641 \u062A\u0634\u063A\u064A\u0644.

\u0641\u064A \u0627\u0644\u0648\u0642\u062A \u0646\u0641\u0633\u0647\u060C \u0646\u062F\u0639\u0645 \u0623\u064A\u0636\u064B\u0627 \u0627\u0644\u0623\u0633\u0645\u0627\u0621 \u0627\u0644\u0635\u064A\u0646\u064A\u0629 \u0627\u0644\u0645\u0633\u062A\u0639\u0627\u0631\u0629 \u0644\u0631\u0645\u0648\u0632 \u0627\u0644\u0644\u063A\u0629 \u0643\u0623\u0648\u0627\u0645\u0631. \u0639\u0644\u0649 \u0633\u0628\u064A\u0644 \u0627\u0644\u0645\u062B\u0627\u0644\u060C \u0633\u062A\u062A\u0645 \u062A\u0631\u062C\u0645\u0629 /Japanese Hello World \u0625\u0644\u0649 \u0627\u0644\u064A\u0627\u0628\u0627\u0646\u064A\u0629. <1> \u0627\u0646\u0642\u0631 \u0647\u0646\u0627 \u0644\u0639\u0631\u0636 \u0643\u0627\u0641\u0629 \u0631\u0645\u0648\u0632 \u0627\u0644\u0644\u063A\u0627\u062A \u0627\u0644\u0645\u062F\u0639\u0648\u0645\u0629. .",reloadCurrentPage:"\u064A\u0631\u062C\u0649 \u062A\u062D\u062F\u064A\u062B \u0627\u0644\u0635\u0641\u062D\u0629 \u0627\u0644\u062D\u0627\u0644\u064A\u0629 \u0642\u0628\u0644 \u0628\u062F\u0621 \u0627\u0644\u062A\u0631\u062C\u0645\u0629",noLocalFilePermissionForPDF:"\u0644\u064A\u0633 \u0644\u062F\u064A\u0646\u0627 \u062D\u0627\u0644\u064A\u064B\u0627 \u0625\u0630\u0646 \u0628\u0642\u0631\u0627\u0621\u0629 \u0627\u0644\u0645\u0644\u0641\u0627\u062A \u0627\u0644\u0645\u062D\u0644\u064A\u0629. \u0627\u0644\u0631\u062C\u0627\u0621 \u0627\u0644\u0646\u0642\u0631 \u0641\u0648\u0642 \u0627\u0644\u0632\u0631 \u0623\u0639\u0644\u0627\u0647 \u0648\u0627\u0633\u062A\u064A\u0631\u0627\u062F \u0627\u0644\u0645\u0644\u0641\u0627\u062A \u0627\u0644\u0645\u062D\u0644\u064A\u0629.",noPermissionForThisPage:"\u26A0\uFE0F \u0644\u0627 \u064A\u0648\u062C\u062F \u0625\u0630\u0646 \u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0635\u0641\u062D\u0629 \u0627\u0644\u062D\u0627\u0644\u064A\u0629",retryAllParagraphs:"\u0623\u0639\u062F \u0645\u062D\u0627\u0648\u0644\u0629 \u0643\u0627\u0641\u0629 \u0641\u0642\u0631\u0627\u062A \u0627\u0644\u062E\u0637\u0623",retryAllButton:"\u0623\u0639\u062F \u0645\u062D\u0627\u0648\u0644\u0629 \u0643\u0627\u0641\u0629 \u0641\u0642\u0631\u0627\u062A \u0627\u0644\u062E\u0637\u0623",errorTooltipTitle:"\u0627\u0646\u0642\u0631 \u0644\u0639\u0631\u0636 \u0633\u0628\u0628 \u0627\u0644\u062E\u0637\u0623",errorModalTitle:"\u064A\u0628\u062F\u0648 \u0623\u0646 \u0647\u0646\u0627\u0643 \u062E\u0637\u0623 \u0645\u0627 \u0641\u064A \u062E\u062F\u0645\u0629 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0623\u0648 \u0627\u0644\u0634\u0628\u0643\u0629...",disableConfirm:"\u0625\u0639\u062F\u0627\u062F\u0627\u062A \u062A\u0639\u0632\u064A\u0632 \u0627\u0644\u0645\u0639\u0644\u0648\u0645\u0627\u062A \u062B\u0646\u0627\u0626\u064A\u0629 \u0627\u0644\u0644\u063A\u0629",disableOnce:"\u0645\u0639\u0637\u0644\u0629 \u0647\u0630\u0647 \u0627\u0644\u0645\u0631\u0629",disableGlobal:"\u062A\u0639\u0637\u064A\u0644 \u062F\u0627\u0626\u0645",disableTint:"* \u064A\u0645\u0643\u0646\u0643 \u0625\u0639\u0627\u062F\u0629 \u062A\u0645\u0643\u064A\u0646\u0647 \u0641\u064A {option}.",searchEnhancementNotes:"\u0644\u0642\u062F \u0648\u062C\u062F\u0646\u0627 \u0623\u0646 \u0646\u062A\u0627\u0626\u062C \u0627\u0644\u0623\u062E\u0628\u0627\u0631 \u0644\u0644\u0643\u0644\u0645\u0627\u062A \u0627\u0644\u0631\u0626\u064A\u0633\u064A\u0629 \u0627\u0644\u0635\u064A\u0646\u064A\u0629 \u0648\u0627\u0644\u0643\u0644\u0645\u0627\u062A \u0627\u0644\u0631\u0626\u064A\u0633\u064A\u0629 \u0627\u0644\u0625\u0646\u062C\u0644\u064A\u0632\u064A\u0629 \u0645\u062E\u062A\u0644\u0641\u0629 \u062A\u0645\u0627\u0645\u064B\u0627. \u0628\u0639\u062F \u062A\u0645\u0643\u064A\u0646 \u0648\u0638\u064A\u0641\u0629 \u062A\u062D\u0633\u064A\u0646 \u0627\u0644\u0645\u0639\u0644\u0648\u0645\u0627\u062A \u062B\u0646\u0627\u0626\u064A\u0629 \u0627\u0644\u0644\u063A\u0629 \u0644\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u063A\u0627\u0645\u0631\u0629\u060C \u0633\u0646\u0628\u062D\u062B \u0641\u064A \u0645\u0648\u0627\u0642\u0639 \u0627\u0644\u0648\u064A\u0628 \u0627\u0644\u0645\u062F\u0639\u0648\u0645\u0629 (\u0623\u062E\u0628\u0627\u0631 Google\u060C \u0628\u062D\u062B Google (\u0628\u0639\u0636 \u0627\u0644\u0643\u0644\u0645\u0627\u062A \u0627\u0644\u0631\u0626\u064A\u0633\u064A\u0629)\u060C Snowball\u060C Oriental Fortune Network\u060C Futu \u060C Tiger) \u064A\u0628\u062D\u062B \u062A\u0644\u0642\u0627\u0626\u064A\u064B\u0627 \u0639\u0646 \u0646\u0641\u0633 \u0627\u0644\u0643\u0644\u0645\u0627\u062A \u0627\u0644\u0631\u0626\u064A\u0633\u064A\u0629 \u0628\u0627\u0644\u0644\u063A\u0629 \u0627\u0644\u0625\u0646\u062C\u0644\u064A\u0632\u064A\u0629 \u0648\u064A\u0639\u0631\u0636\u0647\u0627 \u0639\u0644\u0649 \u0627\u0644\u064A\u0645\u064A\u0646. \u0625\u0630\u0627 \u0644\u0645 \u062A\u0643\u0646 \u0628\u062D\u0627\u062C\u0629 \u0625\u0644\u0649 \u0647\u0630\u0647 \u0627\u0644\u0645\u064A\u0632\u0629\u060C \u0641\u064A\u0645\u0643\u0646\u0643 \u0627\u062E\u062A\u064A\u0627\u0631 \u062A\u0639\u0637\u064A\u0644\u0647\u0627.",option:"\u064A\u062B\u0628\u062A",saveSettings:"\u0627\u062D\u0641\u0638 \u0627\u0644\u062A\u063A\u064A\u064A\u0631\u0627\u062A",closeModal:"\u0623\u063A\u0644\u0642 \u0627\u0644\u0646\u0627\u0641\u0630\u0629",enableInputTranslationWithoutTriggerKeyTitle:"\u062A\u0645\u0643\u064A\u0646 \u0627\u0644\u062A\u062D\u0631\u064A\u0631 \u0648\u0627\u0644\u0633\u0631\u062F \u0627\u0644\u0633\u0631\u064A\u0639 3 \u0645\u0631\u0627\u062A{trailingKey}\u060C \u0648\u062A\u0631\u062C\u0645\u0629 \u0645\u0631\u0628\u0639 \u0627\u0644\u0625\u062F\u062E\u0627\u0644 \u0628\u0623\u0643\u0645\u0644\u0647 \u0645\u0628\u0627\u0634\u0631\u0629 \u0625\u0644\u0649{inputTargetLanguage}",enableInputTranslationWithoutTriggerKeyDescription:"\u0625\u0630\u0627 \u0643\u0646\u062A \u0628\u062D\u0627\u062C\u0629 \u0625\u0644\u0649 \u062A\u062D\u062F\u064A\u062F \u0627\u0644\u0644\u063A\u0629 \u0627\u0644\u0645\u0633\u062A\u0647\u062F\u0641\u0629\u060C \u0641\u064A\u0631\u062C\u0649 \u0625\u0636\u0627\u0641\u0629 \u0631\u0645\u0632 \u0627\u0644\u0644\u063A\u0629 \u0641\u064A \u0627\u0644\u0645\u0642\u062F\u0645\u0629\u060C \u0645\u062B\u0644\uFF1Aja Hello World",mouseHoverShortcutPlaceholder:"\u0645\u062B\u0644\uFF1A\u0627\u0644\u062A\u062D\u0648\u0644",deepLProName:"\u0639\u0636\u0648 \u0645\u062D\u062A\u0631\u0641 \u0641\u064A \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0634\u0627\u0645\u0644\u0629 (\u0645\u0633\u062A\u062D\u0633\u0646)",deepLProDescription:"\u064A\u0645\u0643\u0646 \u0627\u0633\u062A\u062E\u062F\u0627\u0645 \u0627\u0644\u062D\u0632\u0645\u0629 \u0627\u0644\u062D\u0627\u0644\u064A\u0629 \u0645\u0628\u0627\u0634\u0631\u0629",deeplProDescriptionForNormal:"\u0644\u0627 \u062A\u0648\u062C\u062F \u0625\u0639\u062F\u0627\u062F\u0627\u062A \u0645\u0637\u0644\u0648\u0628\u0629. \u064A\u0645\u0643\u0646\u0643 \u0627\u0633\u062A\u062E\u062F\u0627\u0645\u0647\u0627 \u0628\u0639\u062F \u062A\u0633\u062C\u064A\u0644 \u0627\u0644\u062F\u062E\u0648\u0644 \u0643\u0639\u0636\u0648. <1> \u0627\u0646\u0642\u0631 \u0647\u0646\u0627 \u0644\u0644\u062A\u0631\u0642\u064A\u0629 \u0625\u0644\u0649 \u0639\u0636\u0648.",deepLCustomDescription:"\u0623\u0646\u062A \u0628\u062D\u0627\u062C\u0629 \u0625\u0644\u0649 \u0628\u0637\u0627\u0642\u0629 \u0627\u0626\u062A\u0645\u0627\u0646 \u0623\u062C\u0646\u0628\u064A\u0629\u060C \u0627\u0646\u062A\u0642\u0644 \u0625\u0644\u0649 <1>DeepL \u062A\u0645 \u0641\u062A\u062D\u0647 \u0631\u0633\u0645\u064A\u064B\u0627\u060C \u0627\u0646\u0642\u0631 \u0644\u0639\u0631\u0636 \u0627\u0644\u0645\u0633\u062A\u0646\u062F\u0627\u062A <2>",deepLCustomName:"\u0645\u0641\u062A\u0627\u062D \u0627\u0644\u0645\u0635\u0627\u062F\u0642\u0629 \u0627\u0644\u0645\u062E\u0635\u0635",chooseProviderLabel:"\u0627\u062E\u062A\u0631 \u0645\u0632\u0648\u062F \u0627\u0644\u062E\u062F\u0645\u0629",openaiProName:"\u0639\u0636\u0648 \u0645\u062D\u062A\u0631\u0641 \u0641\u064A \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0634\u0627\u0645\u0644\u0629 (\u0645\u0633\u062A\u062D\u0633\u0646)",openaiProDescription:"\u064A\u0645\u0643\u0646 \u0627\u0633\u062A\u062E\u062F\u0627\u0645 \u0627\u0644\u062D\u0632\u0645\u0629 \u0627\u0644\u062D\u0627\u0644\u064A\u0629 \u0645\u0628\u0627\u0634\u0631\u0629",openaiProDescriptionForNormal:"\u0644\u0627 \u062A\u0648\u062C\u062F \u0625\u0639\u062F\u0627\u062F\u0627\u062A \u0645\u0637\u0644\u0648\u0628\u0629. \u064A\u0645\u0643\u0646\u0643 \u0627\u0633\u062A\u062E\u062F\u0627\u0645\u0647\u0627 \u0628\u0639\u062F \u062A\u0633\u062C\u064A\u0644 \u0627\u0644\u062F\u062E\u0648\u0644 \u0643\u0639\u0636\u0648. <1> \u0627\u0646\u0642\u0631 \u0647\u0646\u0627 \u0644\u0644\u062A\u0631\u0642\u064A\u0629 \u0625\u0644\u0649 \u0639\u0636\u0648.",openaiCustomDescription:"\u064A\u0645\u0643\u0646 \u0627\u0644\u062D\u0635\u0648\u0644 \u0639\u0644\u064A\u0647 \u0645\u0646 OpenAI \u0623\u0648 Azure OpenAI \u0623\u0648 \u062E\u062F\u0645\u0627\u062A \u0623\u062E\u0631\u0649 \u062A\u0627\u0628\u0639\u0629 \u0644\u062C\u0647\u0627\u062A \u062E\u0627\u0631\u062C\u064A\u0629.<1> \u0627\u0646\u0642\u0631 \u0647\u0646\u0627 \u0644\u0639\u0631\u0636 \u0627\u0644\u0645\u0633\u062A\u0646\u062F.",openaiCustomName:"\u0645\u0641\u062A\u0627\u062D \u0648\u0627\u062C\u0647\u0629 \u0628\u0631\u0645\u062C\u0629 \u0627\u0644\u062A\u0637\u0628\u064A\u0642\u0627\u062A \u0627\u0644\u0645\u062E\u0635\u0635",needLoginAction:"(\u0623\u062F\u062E\u0644 \u0627\u0644\u0639\u0636\u0648\u064A\u0629 \u0623\u0648 \u0627\u0644\u062A\u062E\u0635\u064A\u0635)",goLoginOrAction:"(\u0623\u062F\u062E\u0644 \u0627\u0644\u0639\u0636\u0648\u064A\u0629 \u0623\u0648 \u0627\u0630\u0647\u0628 \u0625\u0644\u0649 \u0627\u0644\u0625\u0639\u062F\u0627\u062F\u0627\u062A)",yearly:"\u0627\u0644\u0627\u0634\u062A\u0631\u0627\u0643 \u0627\u0644\u0633\u0646\u0648\u064A \u0627\u0644\u0645\u0633\u062A\u0645\u0631",quarterly:"\u0645\u0648\u0627\u0633\u0645 \u0645\u062A\u062A\u0627\u0644\u064A\u0629",monthly:"\u0627\u0634\u062A\u0631\u0627\u0643 \u0634\u0647\u0631\u064A \u0645\u0633\u062A\u0645\u0631",yearlyForOnce:"\u0627\u0644\u0628\u0627\u0642\u0629 \u0627\u0644\u0633\u0646\u0648\u064A\u0629 \u0644\u0645\u0631\u0629 \u0648\u0627\u062D\u062F\u0629",monthlyForOnce:"\u0628\u0627\u0642\u0629 \u0634\u0647\u0631\u064A\u0629 \u0644\u0645\u0631\u0629 \u0648\u0627\u062D\u062F\u0629",daily:"\u0623\u064A\u0627\u0645 \u0645\u062A\u062A\u0627\u0644\u064A\u0629",year:"\u0627\u0644\u0627\u0634\u062A\u0631\u0627\u0643 \u0627\u0644\u0633\u0646\u0648\u064A \u0627\u0644\u0645\u0633\u062A\u0645\u0631",quarter:"\u0645\u0648\u0627\u0633\u0645 \u0645\u062A\u062A\u0627\u0644\u064A\u0629",month:"\u0627\u0634\u062A\u0631\u0627\u0643 \u0634\u0647\u0631\u064A \u0645\u0633\u062A\u0645\u0631",day:"\u0623\u064A\u0627\u0645 \u0645\u062A\u062A\u0627\u0644\u064A\u0629",onetime_7day:"\u062D\u0632\u0645\u0629 \u062A\u062C\u0631\u064A\u0628\u064A\u0629 \u0644\u0645\u062F\u0629 7 \u0623\u064A\u0627\u0645",currentPlanDescriptionForFree:"\u0627\u0644\u062D\u0632\u0645\u0629 \u0627\u0644\u062D\u0627\u0644\u064A\u0629\uFF1A\u0645\u062C\u0627\u0646\u064A\u0629",currentPlanDescriptionForContinuous:"\u0627\u0644\u0628\u0627\u0642\u0629 \u0627\u0644\u062D\u0627\u0644\u064A\u0629\uFF1A{plan}\u062A\u062C\u062F\u064A\u062F\u0647\u0627 \u062A\u0644\u0642\u0627\u0626\u064A\u0627 \u0641\u064A {endAt}",currentPlanDescriptionForAutoRenewCaceling:"\u0627\u0644\u0628\u0627\u0642\u0629 \u0627\u0644\u062D\u0627\u0644\u064A\u0629\uFF1A{plan}\u0648\u0633\u062A\u0646\u062A\u0647\u064A \u0641\u064A {endAt} \u0648\u0644\u0646 \u064A\u062A\u0645 \u062A\u062C\u062F\u064A\u062F\u0647\u0627 \u062A\u0644\u0642\u0627\u0626\u064A\u064B\u0627 \u0628\u0639\u062F \u0627\u0646\u062A\u0647\u0627\u0621 \u0627\u0644\u0635\u0644\u0627\u062D\u064A\u0629.",currentYearlyPlanDescriptionForAutoRenewCacelingWithRealPaiedUser:"\u0633\u062A\u0646\u062A\u0647\u064A \u0635\u0644\u0627\u062D\u064A\u0629 \u0627\u0644\u062D\u0632\u0645\u0629 \u0627\u0644\u062D\u0627\u0644\u064A\u0629\uFF1A{plan}\u0641\u064A {endAt} \u0648\u0644\u0646 \u064A\u062A\u0645 \u062A\u062C\u062F\u064A\u062F\u0647\u0627 \u062A\u0644\u0642\u0627\u0626\u064A\u064B\u0627 \u0628\u0639\u062F \u0627\u0646\u062A\u0647\u0627\u0621 \u0627\u0644\u0635\u0644\u0627\u062D\u064A\u0629.
<1>\u0627\u0646\u0642\u0631 \u0647\u0646\u0627 \u0644\u0625\u062F\u0627\u0631\u0629 \u062E\u0637\u0637 \u0627\u0644\u062A\u062C\u062F\u064A\u062F",currentYearlyPlanDescriptionForAutoRenewCacelingWithAdmin:"\u0633\u062A\u0646\u062A\u0647\u064A \u0635\u0644\u0627\u062D\u064A\u0629 \u0627\u0644\u062D\u0632\u0645\u0629 \u0627\u0644\u062D\u0627\u0644\u064A\u0629\uFF1A{plan}\u0641\u064A {endAt} \u0648\u0644\u0646 \u064A\u062A\u0645 \u062A\u062C\u062F\u064A\u062F\u0647\u0627 \u062A\u0644\u0642\u0627\u0626\u064A\u064B\u0627 \u0628\u0639\u062F \u0627\u0646\u062A\u0647\u0627\u0621 \u0627\u0644\u0635\u0644\u0627\u062D\u064A\u0629.
<1>\u0627\u0636\u063A\u0637 \u0647\u0646\u0627 \u0644\u062A\u0641\u0639\u064A\u0644 \u0627\u0644\u0627\u0634\u062A\u0631\u0627\u0643 \u0627\u0644\u0633\u0646\u0648\u064A \u0627\u0644\u0645\u0633\u062A\u0645\u0631",currentPlanDescriptionForOneTime:"\u0627\u0644\u062D\u0632\u0645\u0629 \u0627\u0644\u062D\u0627\u0644\u064A\u0629\uFF1A{plan}\u0648\u0633\u062A\u0646\u062A\u0647\u064A \u0641\u064A {endAt} <1> \u0627\u0646\u0642\u0631 \u0647\u0646\u0627 \u0644\u0644\u062A\u0631\u0642\u064A\u0629 \u0625\u0644\u0649 \u0627\u0644\u0631\u0633\u0648\u0645 \u0627\u0644\u0633\u0646\u0648\u064A\u0629 \u0623\u0648 <2> \u0631\u0633\u0648\u0645 \u0634\u0647\u0631\u064A\u0629 \u0639\u0636\u0648",upgradePlan:"\u0627\u0646\u0642\u0631 \u0647\u0646\u0627 \u0644\u0644\u062A\u0631\u0642\u064A\u0629 \u0625\u0644\u0649 \u0639\u0636\u0648\u064A\u0629 Pro",upgradeToPro:"\u0627\u0644\u062A\u0631\u0642\u064A\u0629 \u0625\u0644\u0649 \u0639\u0636\u0648\u064A\u0629 \u0628\u0631\u0648","popup.openPro":"\u0628\u0639\u062F \u0627\u0644\u062A\u0631\u0642\u064A\u0629 \u0625\u0644\u0649 \u0639\u0636\u0648\u064A\u0629 Pro\u060C \u064A\u0645\u0643\u0646\u0643 \u0627\u0644\u0627\u0633\u062A\u0645\u062A\u0627\u0639 \u0628\u062A\u0631\u062C\u0645\u0629 DeepL \u0648OpenAI\u060C \u0627\u0646\u0642\u0631 \u0647\u0646\u0627 \u0644\u0644\u062A\u0631\u0642\u064A\u0629","popup.openProForPro":"\u0623\u0646\u062A \u0639\u0636\u0648 \u0645\u062D\u062A\u0631\u0641 \u0648\u064A\u0645\u0643\u0646\u0643 \u0627\u0633\u062A\u062E\u062F\u0627\u0645 \u062A\u0631\u062C\u0645\u0629 DeepL \u0648OpenAI \u0645\u0628\u0627\u0634\u0631\u0629",currentAccount:"\u0627\u0644\u062D\u0633\u0627\u0628 \u0627\u0644\u062D\u0627\u0644\u064A",enableAutoSyncUserSettings:"\u062A\u0645\u0643\u064A\u0646 \u0627\u0644\u0645\u0632\u0627\u0645\u0646\u0629 \u0627\u0644\u0633\u062D\u0627\u0628\u064A\u0629 \u0627\u0644\u062A\u0644\u0642\u0627\u0626\u064A\u0629 \u0639\u0628\u0631 \u0623\u062C\u0647\u0632\u0629 \u0645\u062A\u0639\u062F\u062F\u0629",modalEnableInputTranslationTitle:"\u0646\u0635\u0627\u0626\u062D \u062A\u0631\u062C\u0645\u0629 \u0645\u0631\u0628\u0639 \u0625\u062F\u062E\u0627\u0644 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u063A\u0627\u0645\u0631\u0629",modalEnableInputTranslationDesc:"\u0644\u0642\u062F \u0642\u0645\u062A \u0644\u0644\u062A\u0648 \u0628\u062A\u0634\u063A\u064A\u0644 \u062A\u0631\u062C\u0645\u0629 \u0645\u0631\u0628\u0639 \u0627\u0644\u0625\u062F\u062E\u0627\u0644 \u0644\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0634\u0627\u0645\u0644\u0629 \u0639\u0646 \u0637\u0631\u064A\u0642 \u0627\u0644\u0636\u063A\u0637 \u0639\u0644\u0649 \u0634\u0631\u064A\u0637 \u0627\u0644\u0645\u0633\u0627\u0641\u0629 \u062B\u0644\u0627\u062B \u0645\u0631\u0627\u062A \u0641\u064A \u062A\u062A\u0627\u0628\u0639 \u0633\u0631\u064A\u0639\u060C \u0648\u0633\u064A\u062A\u0645 \u062A\u0631\u062C\u0645\u0629 \u0645\u062D\u062A\u0648\u0649 \u0645\u0631\u0628\u0639 \u0627\u0644\u0625\u062F\u062E\u0627\u0644 \u0625\u0644\u0649 \u0627\u0644\u0644\u063A\u0629 \u0627\u0644\u0647\u062F\u0641 \u0627\u0644\u0627\u0641\u062A\u0631\u0627\u0636\u064A\u0629. \u064A\u0645\u0643\u0646 \u0627\u0644\u062A\u0631\u0627\u062C\u0639 \u0639\u0646 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0639\u0628\u0631 Ctrl+Z.

\u0625\u0630\u0627 \u0643\u0627\u0646 \u0647\u0630\u0627 \u062E\u0637\u0623\u060C \u0641\u0644\u0627 \u062A\u0642\u0644\u0642\u060C \u064A\u0645\u0643\u0646\u0643 \u0627\u062E\u062A\u064A\u0627\u0631 \u062A\u0639\u0637\u064A\u0644\u0647 \u0647\u0630\u0647 \u0627\u0644\u0645\u0631\u0629\u060C \u0623\u0648 \u062A\u0639\u0637\u064A\u0644 \u062A\u0631\u062C\u0645\u0629 \u0645\u0631\u0628\u0639 \u0627\u0644\u0625\u062F\u062E\u0627\u0644 \u0628\u0634\u0643\u0644 \u062F\u0627\u0626\u0645.",saveAndNotShowAgain:"\u0627\u062D\u0641\u0638 \u0648\u0644\u0627 \u062A\u0637\u0627\u0644\u0628 \u0645\u0631\u0629 \u0623\u062E\u0631\u0649",disableInputTranslationTips:"* \u064A\u0645\u0643\u0646\u0643 \u0623\u064A\u0636\u064B\u0627 \u0636\u0628\u0637 \u0645\u0641\u0627\u062A\u064A\u062D \u0627\u0644\u0627\u062E\u062A\u0635\u0627\u0631 \u0627\u0644\u0623\u062E\u0631\u0649 \u0644\u062A\u0634\u063A\u064A\u0644\u0647\u0627 \u0641\u064A {option} \u060C{learnMore}.",learnMore:"\u0627\u0646\u0642\u0631 \u0647\u0646\u0627 \u0644\u0645\u0639\u0631\u0641\u0629 \u0627\u0644\u0645\u0632\u064A\u062F",continueEnalbeInputTranslation:"\u0627\u0633\u062A\u0645\u0631 \u0641\u064A \u062A\u0645\u0643\u064A\u0646 \u062A\u0631\u062C\u0645\u0629 \u0645\u0631\u0628\u0639 \u0627\u0644\u0625\u062F\u062E\u0627\u0644",autoRenewTrialSuffix:'(\u0623\u062B\u0646\u0627\u0621 \u0627\u0644\u0641\u062A\u0631\u0629 \u0627\u0644\u062A\u062C\u0631\u064A\u0628\u064A\u0629\u060C \u0633\u064A\u062A\u0645 \u062A\u0631\u0642\u064A\u0629\u0639\u0644\u0649 \u0627\u0644\u0641\u0648\u0631 \u0625\u0644\u0649\u0631\u0633\u0645\u064A1 )',upgradeFromTrialTitle:"\u0627\u0644\u062A\u0631\u0642\u064A\u0629 \u0625\u0644\u0649 \u0639\u0636\u0648 \u0631\u0633\u0645\u064A",subtitle:"\u062A\u0631\u062C\u0645\u0627\u062A \u0627\u0644\u0641\u064A\u062F\u064A\u0648",youtubeService:"\u062E\u062F\u0645\u0629 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u063A\u0627\u0645\u0631\u0629 \u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0641\u064A\u062F\u064A\u0648","subtitle.disabledSubtitle":"\u062A\u0639\u0637\u064A\u0644 \u062A\u0631\u062C\u0645\u0627\u062A \u0627\u0644\u0641\u064A\u062F\u064A\u0648 \u0628\u0634\u0643\u0644 \u062F\u0627\u0626\u0645","subtitle.disabledSubtitleDescription":"\u0625\u0630\u0627 \u0643\u0627\u0646\u062A \u062A\u0631\u062C\u0645\u0627\u062A \u0627\u0644\u0641\u064A\u062F\u064A\u0648 \u0627\u0644\u062E\u0627\u0635\u0629 \u0628\u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0634\u0627\u0645\u0644\u0629 \u062A\u062A\u0639\u0627\u0631\u0636 \u0645\u0639 \u0645\u0644\u062D\u0642\u0627\u062A \u0623\u062E\u0631\u0649\u060C \u0641\u064A\u0645\u0643\u0646\u0643 \u0627\u062E\u062A\u064A\u0627\u0631 \u062A\u0639\u0637\u064A\u0644 \u0648\u0638\u064A\u0641\u0629 \u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0641\u064A\u062F\u064A\u0648 \u0627\u0644\u062E\u0627\u0635\u0629 \u0628\u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0634\u0627\u0645\u0644\u0629 \u0628\u0634\u0643\u0644 \u062F\u0627\u0626\u0645 \u0623\u0648 \u0625\u0644\u063A\u0627\u0621 \u062A\u062B\u0628\u064A\u062A \u0627\u0644\u0645\u0644\u062D\u0642\u0627\u062A \u0627\u0644\u0645\u062A\u0639\u0627\u0631\u0636\u0629 \u0627\u0644\u0623\u062E\u0631\u0649.","subtitle.autoEnableSubtitle":"\u0627\u0633\u062A\u062E\u062F\u0645 \u0627\u0644\u062A\u0631\u062C\u0645\u0627\u062A \u062B\u0646\u0627\u0626\u064A\u0629 \u0627\u0644\u0644\u063A\u0629 \u062A\u0644\u0642\u0627\u0626\u064A\u064B\u0627","subtitle.autoEnableSubtitleDescription":"\u0628\u0639\u062F \u0627\u0644\u062A\u0641\u0639\u064A\u0644\u060C \u0639\u0646\u062F \u062A\u0634\u063A\u064A\u0644 \u0627\u0644\u0641\u064A\u062F\u064A\u0648\u060C \u0633\u064A\u062A\u0645 \u0639\u0631\u0636 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u062B\u0646\u0627\u0626\u064A\u0629 \u062A\u0644\u0642\u0627\u0626\u064A\u064B\u0627\u060C \u0648\u0625\u0644\u0627 \u0633\u064A\u062A\u0639\u064A\u0646 \u0627\u0644\u0646\u0642\u0631 \u0639\u0644\u0649 \u0632\u0631 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0644\u0644\u0639\u0631\u0636.","subtitle.preTranslation":"\u0627\u0633\u062A\u062E\u062F\u0645 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0634\u0627\u0645\u0644\u0629 \u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u062A\u0631\u062C\u0645\u0627\u062A","subtitle.preTranslationDescription":"\u0628\u0639\u062F \u062A\u0641\u0639\u064A\u0644\u0647\u0627\u060C \u0633\u062A\u0639\u0637\u0649 \u0627\u0644\u0623\u0648\u0644\u0648\u064A\u0629 \u0644\u0627\u0633\u062A\u062E\u062F\u0627\u0645 \u062E\u062F\u0645\u0629 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0645\u062D\u062F\u062F\u0629 \u0623\u062F\u0646\u0627\u0647 \u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0628\u0627\u0644\u0643\u0627\u0645\u0644 \u0645\u0642\u062F\u0645\u064B\u0627. \u064A\u0633\u062A\u0647\u0644\u0643 \u0645\u0642\u0637\u0639 \u0641\u064A\u062F\u064A\u0648 \u0645\u062F\u062A\u0647 \u0633\u0627\u0639\u0629 \u0648\u0627\u062D\u062F\u0629 \u0645\u0627 \u064A\u0642\u0631\u0628 \u0645\u0646 50000 \u0631\u0645\u0632\u064B\u0627 \u0623\u0648 \u062D\u0631\u0641\u064B\u0627\u060C \u0644\u0630\u0627 \u064A\u0631\u062C\u0649 \u0627\u0633\u062A\u062E\u062F\u0627\u0645\u0647\u0627 \u0628\u0627\u0644\u0634\u0643\u0644 \u0627\u0644\u0645\u0646\u0627\u0633\u0628\u061B \u0628\u0639\u062F \u0627\u0644\u062A\u0639\u0637\u064A\u0644\u060C \u0633\u062A\u0639\u0637\u0649 \u0627\u0644\u0623\u0648\u0644\u0648\u064A\u0629 \u0644\u0627\u0633\u062A\u062E\u062F\u0627\u0645 \u0627\u0644\u062A\u0631\u062C\u0645\u0627\u062A \u0627\u0644\u0645\u062A\u0631\u062C\u0645\u0629 \u0622\u0644\u064A\u064B\u0627 \u0648\u0627\u0644\u062A\u064A \u062A\u0623\u062A\u064A \u0645\u0639 \u0627\u0644\u0641\u064A\u062F\u064A\u0648 \u0627\u0644\u0623\u0635\u0644\u064A.","subtitle.humanSubtitlesPreferred":"\u0625\u0639\u0637\u0627\u0621 \u0627\u0644\u0623\u0648\u0644\u0648\u064A\u0629 \u0644\u0627\u0633\u062A\u062E\u062F\u0627\u0645 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0628\u0634\u0631\u064A\u0629","subtitle.humanSubtitlesPreferredDescription":"\u0639\u0646\u062F\u0645\u0627 \u064A\u062D\u062A\u0648\u064A \u0645\u0642\u0637\u0639 \u0641\u064A\u062F\u064A\u0648 \u0639\u0644\u0649 \u062A\u0631\u062C\u0645\u0627\u062A \u064A\u062F\u0648\u064A\u0629 \u0628\u0627\u0644\u0644\u063A\u0629 \u0627\u0644\u0647\u062F\u0641\u060C \u0627\u0633\u062A\u062E\u062F\u0645 \u0627\u0644\u062A\u0631\u062C\u0645\u0627\u062A \u0627\u0644\u064A\u062F\u0648\u064A\u0629 \u0623\u0648\u0644\u0627\u064B (\u0645\u0648\u0635\u0649 \u0628\u0647)",videoSubtitleTranslationDescription:"\u062A\u062E\u0635\u064A\u0635 \u062E\u062F\u0645\u0629 \u062A\u0631\u062C\u0645\u0629 \u0645\u0646\u0641\u0635\u0644\u0629 \u0644\u062A\u0631\u062C\u0645\u0627\u062A \u0627\u0644\u0641\u064A\u062F\u064A\u0648",subtitleTranslating:"\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u062A\u0631\u062C\u0645\u0627\u062A \u0628\u0627\u0633\u062A\u062E\u062F\u0627\u0645 {service} \u062E\u062F\u0645\u0629\u060C \u064A\u0631\u062C\u0649 \u0627\u0644\u0627\u0646\u062A\u0638\u0627\u0631... (\u062A\u0631\u062C\u0645\u0629 \u063A\u0627\u0645\u0631\u0629)",subtitleLoading:"\u062C\u0627\u0631\u064D \u062A\u062D\u0645\u064A\u0644 \u0627\u0644\u062A\u0631\u062C\u0645\u0629...",bilingual:"\u062B\u0646\u0627\u0626\u064A \u0627\u0644\u0644\u063A\u0629","field.action":"\u0645\u0627 \u0625\u0630\u0627 \u0643\u0627\u0646 \u0633\u064A\u062A\u0645 \u062A\u0645\u0643\u064A\u0646 \u0645\u0635\u0637\u0644\u062D\u0627\u062A \u0628\u0627\u064A\u062F\u0648","description.action":"\u0628\u0639\u062F \u0627\u0644\u062A\u0645\u0643\u064A\u0646\u060C \u0633\u062A\u062A\u0645 \u0625\u0636\u0627\u0641\u0629 \u0627\u0644\u0625\u062C\u0631\u0627\u0621 \u0627\u0644\u0645\u0639\u0644\u0645\u0629 = 1 \u0625\u0644\u0649 \u0637\u0644\u0628 \u0625\u0628\u0644\u0627\u063A Baidu \u0644\u062A\u0645\u0643\u064A\u0646 \u0627\u0644\u0645\u0635\u0637\u0644\u062D.<1> \u064A\u0631\u062C\u0649 \u0627\u0644\u0631\u062C\u0648\u0639 \u0625\u0644\u0649 \u0627\u0644\u0648\u062B\u0627\u0626\u0642 \u0627\u0644\u0631\u0633\u0645\u064A\u0629 \u0644\u0645\u0632\u064A\u062F \u0645\u0646 \u0627\u0644\u062A\u0639\u0644\u064A\u0645\u0627\u062A.",closeQuickTranslation:"\u0623\u063A\u0644\u0642 \u0627\u0644\u0643\u0631\u0629 \u0627\u0644\u0639\u0627\u0626\u0645\u0629","closeQuickTranslation.untilNext":"\u0645\u063A\u0644\u0642 \u062D\u062A\u0649 \u0627\u0644\u0632\u064A\u0627\u0631\u0629 \u0627\u0644\u0642\u0627\u062F\u0645\u0629","closeQuickTranslation.currentWebsite":"\u0627\u0644\u0645\u0648\u0642\u0639 \u0627\u0644\u062D\u0627\u0644\u064A \u0645\u0639\u0637\u0644","closeQuickTranslation.alwaysClose":"\u062A\u0639\u0637\u064A\u0644 \u062F\u0627\u0626\u0645","closeQuickTranslation.settingOpen":"(\u064A\u0645\u0643\u0646 \u0627\u0644\u0639\u062B\u0648\u0631 \u0639\u0644\u064A\u0647 \u0641\u064A \u0635\u0641\u062D\u0629 \u0627\u0644\u0625\u0639\u062F\u0627\u062F <1> \u0634\u063A\u0644\u0647)","closeQuickTranslation.cancel":"\u064A\u0644\u063A\u064A","closeQuickTranslation.confirm":"\u0628\u0627\u0644\u062A\u0623\u0643\u064A\u062F","floatBall.popup":"\u0627\u0641\u062A\u062D \u0644\u0648\u062D\u0629 \u0627\u0644\u0625\u0639\u062F\u0627\u062F\u0627\u062A \u0627\u0644\u0633\u0631\u064A\u0639\u0629","floatBall.translate":"\u0627\u0646\u0642\u0631 \u0644\u062A\u0631\u062C\u0645\u0629 \u0647\u0630\u0647 \u0627\u0644\u0635\u0641\u062D\u0629","floatBall.showOriginal":"\u0627\u0646\u0642\u0631 \u0644\u0644\u062A\u0628\u062F\u064A\u0644 \u0645\u0631\u0629 \u0623\u062E\u0631\u0649 \u0625\u0644\u0649 \u0627\u0644\u0646\u0635 \u0627\u0644\u0623\u0635\u0644\u064A","floatBall.close":"\u0623\u063A\u0644\u0642 \u0627\u0644\u0643\u0631\u0629 \u0627\u0644\u0639\u0627\u0626\u0645\u0629","floatBallOptions.enableDescPc":"\u0628\u0639\u062F \u062A\u0641\u0639\u064A\u0644 \u0627\u0644\u0643\u0631\u0629 \u0627\u0644\u0639\u0627\u0626\u0645\u0629 \u0644\u0644\u0635\u0641\u062D\u0629\u060C \u0633\u064A\u062A\u0645 \u0639\u0631\u0636 \u0632\u0631 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0633\u0631\u064A\u0639\u0629 \u0639\u0644\u0649 \u0627\u0644\u062C\u0627\u0646\u0628 \u0627\u0644\u0623\u064A\u0645\u0646 \u0645\u0646 \u0627\u0644\u0635\u0641\u062D\u0629\u060C \u0627\u0646\u0642\u0631 \u0644\u0644\u062A\u0631\u062C\u0645\u0629.","floatBallOptions.enableDesc":"\u0628\u0639\u062F \u0625\u063A\u0644\u0627\u0642 \u0627\u0644\u0643\u0631\u0629 \u0627\u0644\u0639\u0627\u0626\u0645\u0629\u060C \u064A\u0645\u0643\u0646 \u0625\u064A\u0642\u0627\u0638\u0647\u0627 \u0628\u0640{touch}. \u0644\u0645\u0646\u0639 \u0627\u0644\u0639\u062B\u0648\u0631 \u0639\u0644\u0649 \u0627\u0644\u0643\u0631\u0629 \u0627\u0644\u0639\u0627\u0626\u0645\u0629 \u0628\u0639\u062F \u0625\u064A\u0642\u0627\u0641 \u062A\u0634\u063A\u064A\u0644 \u0647\u0630\u0627 \u0627\u0644\u062E\u064A\u0627\u0631 \u0639\u0646 \u0637\u0631\u064A\u0642 \u0627\u0644\u062E\u0637\u0623\u060C \u064A\u0648\u0635\u0649 \u0628\u0634\u062F\u0629 \u0628\u0648\u0636\u0639 \u0625\u0634\u0627\u0631\u0629 \u0645\u0631\u062C\u0639\u064A\u0629 \u0639\u0644\u0649 \u0635\u0641\u062D\u0629 \u0627\u0644\u0625\u0639\u062F\u0627\u062F\u0627\u062A \u0647\u0630\u0647.","description.azureApiUrl":"\u0627\u0645\u0644\u0623 \u0639\u0646\u0648\u0627\u0646 \u0648\u0627\u062C\u0647\u0629 API \u0627\u0644\u0645\u062E\u0635\u0635\u0629",confirmSupportMouse:"\u0641\u0631\u0636 \u062F\u0639\u0645 \u0627\u0644\u0645\u0627\u0648\u0633 \u0644\u064A\u062A\u0645 \u062A\u0645\u0643\u064A\u0646\u0647",confirmSupportMouseDescription:"\u062A\u0645 \u0627\u0643\u062A\u0634\u0627\u0641 \u0623\u0646 \u0627\u0644\u0645\u062A\u0635\u0641\u062D \u0627\u0644\u062D\u0627\u0644\u064A \u0644\u0627 \u064A\u062F\u0639\u0645 \u0648\u0638\u064A\u0641\u0629 \u0627\u0644\u0645\u0627\u0648\u0633. \u0647\u0644 \u062A\u0631\u064A\u062F \u0641\u0631\u0636 \u062A\u0645\u0643\u064A\u0646 \u062F\u0639\u0645 \u0627\u0644\u0645\u0627\u0648\u0633\u061F",sampleTargetText:"\u0627\u0644\u0644\u064A\u0644 \u0627\u0644\u0637\u0648\u064A\u0644 \u0642\u0627\u062F\u0645\u060C \u0648\u0633\u0623\u0638\u0644 \u0633\u0627\u0647\u0631\u064B\u0627 \u0645\u0646 \u0627\u0644\u0622\u0646 \u0641\u0635\u0627\u0639\u062F\u064B\u0627 \u062D\u062A\u0649 \u0623\u0645\u0648\u062A. \u0644\u0646 \u0623\u062A\u062E\u0630 \u0632\u0648\u062C\u0629\u060C \u0648\u0644\u0627 \u0625\u0642\u0637\u0627\u0639\u064A\u0629\u060C \u0648\u0644\u0627 \u0623\u0637\u0641\u0627\u0644\u0627\u064B. \u0644\u0646 \u0623\u0631\u062A\u062F\u064A \u0627\u0644\u062A\u0627\u062C \u0623\u0648 \u0623\u062A\u0646\u0627\u0641\u0633 \u0639\u0644\u0649 \u0627\u0644\u0623\u0648\u0633\u0645\u0629. \u0633\u0623\u0642\u0648\u0645 \u0628\u0648\u0627\u062C\u0628\u064A \u0628\u0625\u062E\u0644\u0627\u0635\u060C \u0648\u0623\u0639\u064A\u0634 \u0648\u0623\u0645\u0648\u062A.",sampleSourceText:"Night gathers, and now my watch begins. It shall not end until my death. I shall take no wife, hold no lands, father no children. I shall wear no crowns and win no glory. I shall live and die at my post.","subtitle.supportedSites":"\u5DF2\u652F\u6301\u5728\u8FD9\u4E9B\u7F51\u7AD9\u4F7F\u7528\u53CC\u8BED\u5B57\u5E55\uFF08\u6CE8\u610F\uFF1A\u7531\u4E8E\u6280\u672F\u9650\u5236\uFF0C\u90E8\u5206\u7F51\u7AD9\u5728\u9996\u6B21\u5F00\u542F\u5B57\u5E55\u540E\u9700\u8981\u91CD\u65B0\u5237\u65B0\u9875\u9762\uFF0C\u6216\u8005\u9700\u7B49\u5F85\u7FFB\u8BD1\u5B8C\u6210\u4EE5\u663E\u793A\u53CC\u8BED\u5B57\u5E55\uFF09\uFF1A",viewWithImmersiveTranslate:"\u53CC\u8BED\u7248\u672C(\u6C89\u6D78\u5F0F\u7FFB\u8BD1)",errorReason:"\u9519\u8BEF\u539F\u56E0\uFF1A{message}","proQuotaExceededError.onetime7day":'\uFF0C\u60A8\u53EF\u4EE5\u9009\u62E9\u4EE5\u4E0B\u65B9\u5F0F\u89E3\u51B3\uFF1A

1. \u5207\u6362\u5230 {anotherService} \u6216\u5176\u4ED6\u7FFB\u8BD1\u670D\u52A1
2. \u5347\u7EA7\u4E3A\u6708\u5EA6/\u5E74\u5EA6\u4F1A\u5458',"proQuotaExceededError.trial":'\uFF0C\u60A8\u53EF\u4EE5\u9009\u62E9\u4EE5\u4E0B\u65B9\u5F0F\u89E3\u51B3\uFF1A

1. \u5207\u6362\u5230 {anotherService} \u6216\u5176\u4ED6\u7FFB\u8BD1\u670D\u52A1
2. \u7ACB\u523B\u5347\u7EA7\u4E3A\u6B63\u5F0F\u4F1A\u5458',"proQuotaExceededError.nonTrial":'\uFF0C\u60A8\u53EF\u4EE5\u9009\u62E9\u4EE5\u4E0B\u65B9\u5F0F\u89E3\u51B3\uFF1A

1. \u5207\u6362\u5230 {anotherService} \u6216\u5176\u4ED6\u7FFB\u8BD1\u670D\u52A1
2. \u8D2D\u4E70 {translationService} \u989D\u5916\u6D41\u91CF\u5305',"proQuotaExceededError.resetTime":"
3. \u989D\u5EA6\u91CD\u7F6E\u65F6\u95F4\uFF1A{resetTime}","desc.touchShortcutsToggleTranslatePageOnlyTranslation":'\u062A\u0634\u064A\u0631 "\u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0641\u0642\u0637" \u0625\u0644\u0649 \u0639\u0631\u0636 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0641\u0642\u0637\u060C \u0625\u0630\u0627 \u0644\u0645 \u064A\u062A\u0645 \u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0635\u0641\u062D\u0629 \u0627\u0644\u0625\u0644\u0643\u062A\u0631\u0648\u0646\u064A\u0629 \u0628\u0639\u062F\u060C \u0633\u064A\u062A\u0645 \u062A\u063A\u064A\u064A\u0631 \u0627\u0644\u0648\u0636\u0639 \u0648\u062A\u0631\u062C\u0645\u062A\u0647\u0627.',"desc.toggleOnlyTransation":"\u062A\u0634\u064A\u0631 \u0648\u0636\u0639\u064A\u0629 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0641\u0642\u0637 \u0625\u0644\u0649 \u0639\u0631\u0636 \u0627\u0644\u0646\u0635 \u0627\u0644\u0645\u062A\u0631\u062C\u0645 \u0641\u0642\u0637\u060C \u0625\u0630\u0627 \u0644\u0645 \u064A\u062A\u0645 \u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0635\u0641\u062D\u0629 \u0627\u0644\u0625\u0644\u0643\u062A\u0631\u0648\u0646\u064A\u0629 \u0628\u0639\u062F\u060C \u0633\u064A\u062A\u0645 \u062A\u063A\u064A\u064A\u0631 \u0627\u0644\u0648\u0636\u0639 \u0648\u062A\u0631\u062C\u0645\u062A\u0647\u0627.",touchShortcutsToggleTranslatePageOnlyTranslation:"\u062A\u0639\u064A\u064A\u0646 \u0627\u0644\u0625\u064A\u0645\u0627\u0621\u0627\u062A \u0639\u0644\u0649 \u0627\u0644\u0634\u0627\u0634\u0629 \u0644\u0644\u062A\u0628\u062F\u064A\u0644 \u0628\u064A\u0646 \u0627\u0644\u0648\u0636\u0639 \u0627\u0644\u0645\u0632\u062F\u0648\u062C / \u0627\u0644\u0648\u0636\u0639 \u0627\u0644\u0646\u0635\u064A \u0641\u0642\u0637",download_started:"\u0628\u062F\u0623 \u0627\u0644\u062A\u0646\u0632\u064A\u0644 \u0628\u0627\u0644\u0641\u0639\u0644\u060C \u0625\u0630\u0627 \u0644\u0645 \u064A\u062A\u0645 \u0627\u0644\u062A\u0646\u0632\u064A\u0644 \u062A\u0644\u0642\u0627\u0626\u064A\u064B\u0627\u060C \u064A\u0631\u062C\u0649 \u0627\u0644\u0646\u0642\u0631 \u064A\u062F\u0648\u064A\u064B\u0627",here:"\u0647\u0646\u0627","desc.toggleVideoSubtitlePreTranslation":"\u0628\u0639\u062F \u0627\u0644\u0636\u063A\u0637\u060C \u0633\u062A\u0633\u062A\u062E\u062F\u0645 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u063A\u0627\u0645\u0631\u0629 \u0644\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u062B\u0646\u0627\u0626\u064A\u0629 \u0644\u0644\u0641\u064A\u062F\u064A\u0648 \u0628\u0634\u0643\u0644 \u0623\u0648\u0644\u0648\u064A\u060C \u0648\u0628\u0627\u0644\u0636\u063A\u0637 \u0645\u0631\u0629 \u0623\u062E\u0631\u0649\u060C \u0633\u062A\u0633\u062A\u062E\u062F\u0645 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0622\u0644\u064A\u0629 \u0627\u0644\u0645\u0631\u0641\u0642\u0629 \u0628\u0627\u0644\u0641\u064A\u062F\u064A\u0648 \u0627\u0644\u0623\u0635\u0644\u064A \u0628\u0634\u0643\u0644 \u0623\u0648\u0644\u0648\u064A. \u064A\u0631\u062C\u0649 \u0645\u0644\u0627\u062D\u0638\u0629: \u0647\u0630\u0627 \u0627\u0644\u0627\u062E\u062A\u0635\u0627\u0631 \u064A\u0639\u062F\u0644 \u0627\u0644\u0625\u0639\u062F\u0627\u062F\u0627\u062A \u0627\u0644\u0639\u0627\u0645\u0629.",videoSubtitlePreTranslationOn:"\u0633\u064A\u062A\u0645 \u0627\u0633\u062A\u062E\u062F\u0627\u0645 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u063A\u0627\u0645\u0631\u0629 \u0628\u0634\u0643\u0644 \u0623\u0648\u0644\u0648\u064A \u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u062A\u0631\u062C\u0645\u0627\u062A \u0627\u0644\u0645\u0631\u0626\u064A\u0629",videoSubtitlePreTranslationOff:"\u0633\u064A\u062A\u0645 \u0627\u0633\u062A\u062E\u062F\u0627\u0645 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0622\u0644\u064A\u0629 \u0644\u0644\u062A\u0631\u062C\u0645\u0629 \u0641\u064A \u0627\u0644\u0641\u064A\u062F\u064A\u0648 \u0628\u0634\u0643\u0644 \u0623\u0648\u0644\u0648\u064A",translationFont:"\u062A\u0639\u064A\u064A\u0646 \u0627\u0644\u062E\u0637","translationFont.custom":"\u0623\u062F\u062E\u0644 \u0627\u0644\u062E\u0637 \u0627\u0644\u0645\u062E\u0635\u0635","translationFont.customPlaceholder":"\u062E\u0637 \u0627\u0644\u0643\u062A\u0627\u0628\u0629","translationFont.notSupportErrorMessage":"\u064A\u0631\u062C\u0649 \u0627\u0644\u062A\u062D\u0642\u0642 \u0645\u0646 \u0635\u062D\u0629 \u0627\u0633\u0645 \u0627\u0644\u062E\u0637 \u0627\u0644\u0630\u064A \u0623\u062F\u062E\u0644\u062A\u0647 \u060C \u0623\u0648 \u0627\u0644\u062A\u0623\u0643\u062F \u0645\u0646 \u0623\u0646 \u0627\u0644\u062E\u0637 \u0642\u062F \u062A\u0645 \u062A\u062B\u0628\u064A\u062A\u0647 \u0628\u0627\u0644\u0641\u0639\u0644 \u0639\u0644\u0649 \u062C\u0647\u0627\u0632\u0643.","touch.mouse-translate":"\u062A\u0631\u062C\u0645 \u0627\u0644\u0641\u0642\u0631\u0629 \u0627\u0644\u0645\u062D\u062F\u062F\u0629","translationServices.inherit":"\u0627\u062A\u0628\u0639 \u0627\u0644\u062E\u062F\u0645\u0629 \u0627\u0644\u0631\u0626\u064A\u0633\u064A\u0629 \u0644\u0644\u062A\u0631\u062C\u0645\u0629","error.serveConfigError":"\u062E\u0637\u0623 \u0641\u064A \u062A\u0643\u0648\u064A\u0646 \u0627\u0644\u062E\u062F\u0645\u0629","error.reloadPageOfSetting":"\u0628\u0639\u062F \u0627\u0644\u062A\u0643\u0648\u064A\u0646\u060C \u064A\u0631\u062C\u0649 \u062A\u062D\u062F\u064A\u062B \u0627\u0644\u0635\u0641\u062D\u0629 \u0648\u062A\u0631\u062C\u0645\u062A\u0647\u0627 \u0645\u0631\u0629 \u0623\u062E\u0631\u0649.","error.googleLimitIp":"\u062A\u0645 \u0625\u0631\u062C\u0627\u0639 \u062E\u0637\u0623 \u0645\u0646 \u0627\u0644\u062E\u062F\u0645\u0629 \u060C \u062E\u062F\u0645\u0629 Google \u0642\u062F \u0642\u0627\u0645\u062A \u0628\u062A\u0642\u064A\u064A\u062F \u0627\u0644\u0646\u0637\u0627\u0642 \u0627\u0644\u062E\u0627\u0635 \u0628\u0639\u0646\u0648\u0627\u0646 IP \u0647\u0630\u0627 \u060C \u0646\u0646\u0635\u062D\u0643 \u0628\u062A\u063A\u064A\u064A\u0631 \u0646\u0642\u0637\u0629 \u0627\u0644\u0634\u0628\u0643\u0629.","error.openAIFreeLimit":"\u062A\u0645 \u0625\u0631\u062C\u0627\u0639 \u062E\u0637\u0623 \u0645\u0646 \u0627\u0644\u062E\u062F\u0645\u0629\u060C \u0648\u0642\u062F \u0648\u0635\u0644\u062A \u062A\u0631\u062F\u062F \u0637\u0644\u0628\u0627\u062A \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u062D\u0627\u0644\u064A\u0629 \u0625\u0644\u0649 \u0627\u0644\u062D\u062F \u0627\u0644\u0623\u0642\u0635\u0649 \u0627\u0644\u0628\u0627\u0644\u063A 3 \u0645\u0631\u0627\u062A \u0641\u064A \u0627\u0644\u062F\u0642\u064A\u0642\u0629\u060C \u064A\u0631\u062C\u0649 \u0627\u0644\u0645\u062D\u0627\u0648\u0644\u0629 \u0645\u0631\u0629 \u0623\u062E\u0631\u0649 \u0644\u0627\u062D\u0642\u064B\u0627. (\u0647\u0630\u0627 \u0647\u0648 \u0627\u0644\u0642\u064A\u062F \u0627\u0644\u0631\u0633\u0645\u064A \u0645\u0646 OpenAI \u0644\u0645\u0641\u062A\u0627\u062D API \u0627\u0644\u0645\u062C\u0627\u0646\u064A\u060C \u0644\u0631\u0641\u0639 \u0647\u0630\u0627 \u0627\u0644\u0642\u064A\u062F\u060C \u064A\u0631\u062C\u0649 \u0631\u0628\u0637 \u0628\u0637\u0627\u0642\u0629 \u0627\u0644\u0627\u0626\u062A\u0645\u0627\u0646 \u0641\u064A \u0644\u0648\u062D\u0629 \u0627\u0644\u062A\u062D\u0643\u0645 \u0627\u0644\u062E\u0644\u0641\u064A\u0629 \u0644\u0640 OpenAI.)","error.openAIExceededQuota":"\u062A\u0645 \u0625\u0631\u062C\u0627\u0639 \u0627\u0644\u062E\u062F\u0645\u0629 \u0628\u062E\u0637\u0623: \u0631\u0635\u064A\u062F \u062D\u0633\u0627\u0628 OpenAI \u0627\u0644\u062D\u0627\u0644\u064A \u063A\u064A\u0631 \u0643\u0627\u0641\u064D \u060C \u064A\u0631\u062C\u0649 \u0625\u0639\u0627\u062F\u0629 \u0627\u0644\u0634\u062D\u0646 \u0623\u0648 \u0631\u0628\u0637 \u0628\u0637\u0627\u0642\u0629 \u0627\u0644\u0627\u0626\u062A\u0645\u0627\u0646 \u0641\u064A \u0627\u0644\u062E\u0644\u0641\u064A\u0629 \u0627\u0644\u0631\u0633\u0645\u064A\u0629 \u0644\u0640 OpenAI.","error.429":"\u062A\u0645 \u0625\u0631\u062C\u0627\u0639 \u0627\u0644\u062E\u062F\u0645\u0629 \u0628\u062E\u0637\u0623\u060C \u0645\u0645\u0627 \u064A\u0634\u064A\u0631 \u0625\u0644\u0649 \u0623\u0646 \u0627\u0644\u0637\u0644\u0628\u0627\u062A \u0643\u062B\u064A\u0631\u0629 \u062C\u062F\u064B\u0627 \u0623\u0648 \u062A\u062C\u0627\u0648\u0632\u062A \u0627\u0644\u062D\u062F \u0627\u0644\u0645\u062D\u062F\u062F\u060C \u064A\u0631\u062C\u0649 \u0627\u0644\u0645\u062D\u0627\u0648\u0644\u0629 \u0645\u0631\u0629 \u0623\u062E\u0631\u0649 \u0644\u0627\u062D\u0642\u064B\u0627.","error.403":"\u062A\u0645 \u0625\u0631\u062C\u0627\u0639 \u0627\u0644\u062E\u062F\u0645\u0629 \u0628\u062E\u0637\u0623\u060C \u0644\u064A\u0633 \u0644\u062F\u064A\u0643 \u0627\u0644\u0635\u0644\u0627\u062D\u064A\u0629 \u0627\u0644\u0645\u0624\u0642\u062A\u0629 \u0644\u0644\u0648\u0635\u0648\u0644 \u0625\u0644\u0649 \u0647\u0630\u0647 \u0627\u0644\u062E\u062F\u0645\u0629.","error.400":"\u062A\u0645 \u0625\u0631\u062C\u0627\u0639 \u062E\u0637\u0623 \u0641\u064A \u0627\u0644\u062E\u062F\u0645\u0629 \u060C \u062E\u0637\u0623 \u0641\u064A \u0645\u0639\u0644\u0645\u0627\u062A \u0627\u0644\u0637\u0644\u0628 \u060C \u064A\u0631\u062C\u0649 \u0627\u0644\u062A\u062D\u0642\u0642 \u0645\u0646 \u0627\u0644\u062A\u0643\u0648\u064A\u0646 \u0627\u0644\u0645\u0646\u0627\u0633\u0628.","error.502":"\u062A\u0645 \u0625\u0631\u062C\u0627\u0639 \u062E\u0637\u0623 \u0645\u0646 \u0627\u0644\u062E\u062F\u0645\u0629 \u060C \u062A\u062C\u0627\u0648\u0632 \u0627\u0644\u062E\u062F\u0645\u0629 \u0627\u0644\u0648\u0642\u062A \u0627\u0644\u0645\u062D\u062F\u062F \u060C \u064A\u0631\u062C\u0649 \u0627\u0644\u0645\u062D\u0627\u0648\u0644\u0629 \u0645\u0631\u0629 \u0623\u062E\u0631\u0649 \u0641\u064A \u0648\u0642\u062A \u0644\u0627\u062D\u0642.","error.proTokenInvalid":"\u0625\u0630\u0627 \u0643\u0646\u062A \u0645\u0633\u062A\u062E\u062F\u0645\u064B\u0627 \u0645\u062D\u062A\u0631\u0641\u064B\u0627 \u060C \u064A\u0631\u062C\u0649 \u062A\u0633\u062C\u064A\u0644 \u0627\u0644\u062F\u062E\u0648\u0644 \u0642\u0628\u0644 \u0627\u0633\u062A\u062E\u062F\u0627\u0645 \u062E\u062F\u0645\u0629 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0645\u062D\u062A\u0631\u0641\u0629","error.proUpgrade":"\u0628\u0639\u062F \u0627\u0644\u062A\u0631\u0642\u064A\u0629 \u060C \u064A\u0631\u062C\u0649 \u062A\u062D\u062F\u064A\u062B \u0627\u0644\u0635\u0641\u062D\u0629 \u0648\u062A\u0631\u062C\u0645\u062A\u0647\u0627 \u0645\u0631\u0629 \u0623\u062E\u0631\u0649.","error.configError":"\u062A\u0643\u0648\u064A\u0646 \u0627\u0644\u0628\u064A\u0627\u0646\u0627\u062A \u063A\u064A\u0631 \u0637\u0628\u064A\u0639\u064A","error.goReset":"\u0625\u0639\u0627\u062F\u0629 \u0627\u0644\u062A\u0639\u064A\u064A\u0646",batchEdit:"\u0627\u0644\u0639\u0645\u0644\u064A\u0627\u062A \u0627\u0644\u062C\u0645\u0627\u0639\u064A\u0629","translationModeLang.translation.title":"\u0646\u0645\u0637 \u0627\u0644\u0644\u063A\u0629 \u0627\u0644\u0646\u0635\u064A \u0641\u0642\u0637","translationModeLang.translation.description":"\u0639\u0646\u062F\u0645\u0627 \u064A\u0643\u0648\u0646 \u0644\u063A\u0629 \u0627\u0644\u0635\u0641\u062D\u0629 \u0628\u0627\u0644\u0644\u063A\u0627\u062A \u0627\u0644\u062A\u0627\u0644\u064A\u0629\u060C \u0633\u064A\u062A\u0645 \u0627\u0633\u062A\u062E\u062F\u0627\u0645 \u0648\u0636\u0639 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0641\u0642\u0637 \u062A\u0644\u0642\u0627\u0626\u064A\u064B\u0627.","translationModeUrl.translation.title":"\u0631\u0627\u0628\u0637 \u0627\u0644\u0648\u0636\u0639 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0641\u0642\u0637","translationModeUrl.translation.description":"\u0639\u0646\u062F\u0645\u0627 \u064A\u0643\u0648\u0646 \u0627\u0644\u0645\u0648\u0642\u0639 \u0627\u0644\u0625\u0644\u0643\u062A\u0631\u0648\u0646\u064A \u0644\u0644\u0646\u0637\u0627\u0642\u0627\u062A \u0627\u0644\u062A\u0627\u0644\u064A\u0629\u060C \u0633\u064A\u062A\u0645 \u0627\u0633\u062A\u062E\u062F\u0627\u0645 \u0648\u0636\u0639 \u0627\u0644\u0646\u0635 \u0627\u0644\u0645\u062A\u0631\u062C\u0645 \u0641\u0642\u0637 \u062A\u0644\u0642\u0627\u0626\u064A\u064B\u0627.","error.serveUnavailable":"\u0627\u0644\u062E\u062F\u0645\u0629 [{serverName}] \u0627\u0644\u062A\u064A \u062A\u0633\u062A\u062E\u062F\u0645\u0647\u0627 \u062D\u0627\u0644\u064A\u064B\u0627 \u063A\u064A\u0631 \u0642\u0627\u0628\u0644\u0629 \u0644\u0644\u0648\u0635\u0648\u0644 \u0645\u0624\u0642\u062A\u064B\u0627 \u0628\u0633\u0628\u0628 \u0645\u0634\u0643\u0644\u0629 \u0641\u064A \u0627\u0644\u0627\u062A\u0635\u0627\u0644 \u0628\u0627\u0644\u0634\u0628\u0643\u0629 \u0623\u0648 \u0645\u0632\u0648\u062F \u0627\u0644\u062E\u062F\u0645\u0629. \u0646\u0642\u062A\u0631\u062D \u0639\u0644\u064A\u0643 \u062A\u062D\u062F\u064A\u062B \u0627\u0644\u0635\u0641\u062D\u0629 \u0623\u0648 \u062A\u063A\u064A\u064A\u0631 \u062E\u062F\u0645\u0629 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0623\u062E\u0631\u0649 \u0645\u0646 \u062E\u0644\u0627\u0644 <1>\u0627\u0644\u0625\u0639\u062F\u0627\u062F\u0627\u062A. \u0625\u0630\u0627 \u0643\u0646\u062A \u0639\u0636\u0648\u064B\u0627 \u0641\u064A <2>Pro\u060C \u064A\u0645\u0643\u0646\u0643 \u0627\u062E\u062A\u064A\u0627\u0631 \u0627\u0633\u062A\u062E\u062F\u0627\u0645 \u062E\u062F\u0645\u0629 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 DeepL \u0623\u0648 OpenAI \u0627\u0644\u0623\u0643\u062B\u0631 \u0627\u0633\u062A\u0642\u0631\u0627\u0631\u064B\u0627 (<3>\u0627\u0646\u0642\u0631 \u0647\u0646\u0627 \u0644\u062A\u062C\u0631\u0628\u0629 \u0645\u062C\u0627\u0646\u064A\u0629). \u0628\u0627\u0644\u0625\u0636\u0627\u0641\u0629 \u0625\u0644\u0649 \u0630\u0644\u0643\u060C \u0642\u062F \u062A\u062D\u062A\u0627\u062C \u0623\u064A\u0636\u064B\u0627 \u0625\u0644\u0649 \u0627\u0644\u062A\u062D\u0642\u0642 \u0645\u0646 \u0625\u0639\u062F\u0627\u062F\u0627\u062A \u0627\u0644\u0634\u0628\u0643\u0629 \u0623\u0648 \u0627\u0644\u0648\u0643\u064A\u0644 \u0627\u0644\u062E\u0627\u0635\u0629 \u0628\u0643.",detectServiceLoading:"\u062C\u0627\u0631\u064D \u0627\u0644\u062A\u062D\u0642\u0642 \u0645\u0646 \u0627\u0644\u062E\u062F\u0645\u0627\u062A \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0645\u062A\u0627\u062D\u0629...",toggleToService:"\u0627\u0644\u062A\u0628\u062F\u064A\u0644 \u0625\u0644\u0649 {service} \u0648\u0625\u0639\u0627\u062F\u0629 \u0627\u0644\u0645\u062D\u0627\u0648\u0644\u0629","error.gemini.429":"\u0627\u0644\u062E\u062F\u0645\u0629 Gemini \u0627\u0644\u062D\u0627\u0644\u064A\u0629 \u0642\u062F \u0648\u0635\u0644\u062A \u0625\u0644\u0649 \u0627\u0644\u062D\u062F \u0627\u0644\u0623\u0642\u0635\u0649 \u0644\u0644\u0642\u062F\u0631\u0629 \u0639\u0644\u0649 \u0627\u0644\u062A\u062D\u0645\u0644\u060C \u064A\u0631\u062C\u0649 \u0627\u0644\u0645\u062D\u0627\u0648\u0644\u0629 \u0645\u0631\u0629 \u0623\u062E\u0631\u0649 \u0641\u064A \u0648\u0642\u062A \u0644\u0627\u062D\u0642\u060C \u0623\u0648 \u0627\u0644\u062A\u0628\u062F\u064A\u0644 \u0625\u0644\u0649 \u062E\u062F\u0645\u0629 \u062A\u0631\u062C\u0645\u0629 \u0623\u062E\u0631\u0649.",enableSentryReport:"\u0639\u0646\u062F \u062D\u062F\u0648\u062B \u062E\u0637\u0623 \u0641\u064A \u0627\u0644\u062A\u0648\u0633\u064A\u0639 \u060C \u0627\u0633\u062A\u062E\u062F\u0645 Sentry \u0644\u062A\u0642\u062F\u064A\u0645 \u0627\u0644\u0645\u0644\u0627\u062D\u0638\u0627\u062A","widget.translateFile":"PDF/ePub",pickAll:"\u062D\u062F\u062F \u0627\u0644\u0643\u0644",contact:"\u0627\u062A\u0635\u0644 \u0628\u0646\u0627","translationServices.gemini":"\u0627\u0644\u062C\u0645\u0646\u0627\u0632","tagsInput.add":"+ \u0625\u0636\u0627\u0641\u0629",touchShortcutsOff:"\u0625\u063A\u0644\u0627\u0642","error.retry":"\u0623\u0639\u062F \u0627\u0644\u0645\u062D\u0627\u0648\u0644\u0629","slide.left":"\u0627\u0646\u0632\u0644\u0642 \u0625\u0644\u0649 \u0627\u0644\u064A\u0645\u064A\u0646",translationOnlyMode:"\u0648\u0636\u0639 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0641\u0642\u0637",goLogin:"\u062A\u0633\u062C\u064A\u0644 \u0627\u0644\u062F\u062E\u0648\u0644","slide.right":"\u0627\u0646\u0632\u0644\u0642 \u0625\u0644\u0649 \u0627\u0644\u064A\u0633\u0627\u0631","multipleClick.4":"\u0631\u0628\u0627\u0639\u064A \u0645\u062A\u062A\u0627\u0644\u064A",shortcutSettingsTitle:"\u0625\u0639\u062F\u0627\u062F\u0627\u062A \u0627\u0644\u0627\u062E\u062A\u0635\u0627\u0631\u0627\u062A",loggedIn:"\u062A\u0645 \u062A\u0633\u062C\u064A\u0644 \u0627\u0644\u062F\u062E\u0648\u0644",shortcutSettings:"\u0627\u062E\u062A\u0635\u0627\u0631\u0627\u062A \u0627\u0644\u0645\u0641\u0627\u062A\u064A\u062D","multipleClick.2":"\u0627\u0646\u0642\u0631 \u0645\u0631\u062A\u064A\u0646","shortcutGroup.others":"\u0627\u0644\u0645\u0632\u064A\u062F \u0645\u0646 \u0627\u0644\u0627\u062E\u062A\u0635\u0627\u0631\u0627\u062A \u0627\u0644\u0645\u062E\u0635\u0635\u0629","widget.videoSubtitle":"\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0641\u064A\u062F\u064A\u0648","intro.floatBallTitle":"\u0643\u0631\u0629 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0633\u0631\u064A\u0639\u0629",notLogin:"\u0644\u0645 \u064A\u062A\u0645 \u062A\u0633\u062C\u064A\u0644 \u0627\u0644\u062F\u062E\u0648\u0644","widget.instruction":"\u062A\u0639\u0644\u064A\u0645\u0627\u062A \u0627\u0644\u0627\u0633\u062A\u062E\u062F\u0627\u0645",alwaysTranslateThisSite:"\u062F\u0627\u0626\u0645\u0627 \u062A\u0631\u062C\u0645 \u0647\u0630\u0627 \u0627\u0644\u0645\u0648\u0642\u0639","error.subscriptionExpiredTitle":"\u0627\u0646\u062A\u0647\u062A \u0635\u0644\u0627\u062D\u064A\u0629 \u0627\u0644\u0639\u0636\u0648\u064A\u0629","shortcutGroup.shortcutsForTranslationServices":"\u062E\u062F\u0645\u0627\u062A \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0645\u0641\u0627\u062A\u064A\u062D \u0627\u0644\u0633\u0631\u064A\u0639\u0629","widget.instructionTooltip":"\u0631\u0627\u062C\u0639 \u062A\u0639\u0644\u064A\u0645\u0627\u062A \u0627\u0644\u0627\u0633\u062A\u062E\u062F\u0627\u0645",temprarilyChangeTranslationTo_gemini:"\u064A\u062A\u0645 \u0627\u0633\u062A\u062E\u062F\u0627\u0645 Gemini \u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0635\u0641\u062D\u0629 \u0627\u0644\u062D\u0627\u0644\u064A\u0629","subtitle.hideQuickButton":"\u0644\u0627 \u062A\u0638\u0647\u0631 \u0647\u0630\u0627 \u0627\u0644\u0627\u062E\u062A\u0635\u0627\u0631 \u0645\u0631\u0629 \u0623\u062E\u0631\u0649",temprarilyChangeTranslationTo_google:"\u064A\u062A\u0645 \u0627\u0633\u062A\u062E\u062F\u0627\u0645 \u062A\u0631\u062C\u0645\u0629 Google \u0644\u0644\u0635\u0641\u062D\u0629 \u0627\u0644\u062D\u0627\u0644\u064A\u0629","subtitle.bilingual":"\u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u062B\u0646\u0627\u0626\u064A\u0629 \u0627\u0644\u0644\u063A\u0629",mouseHoverCustomKeyTitle:"\u062A\u0639\u0631\u064A\u0641 \u0627\u062E\u062A\u0635\u0627\u0631\u0627\u062A \u0627\u0644\u0645\u0627\u0648\u0633 \u0627\u0644\u0645\u0639\u0644\u0642\u0629","browser.translateInputBox":"\u062A\u0631\u062C\u0645 \u0645\u062D\u062A\u0648\u0649 \u0645\u0631\u0628\u0639 \u0627\u0644\u0625\u062F\u062E\u0627\u0644 \u0627\u0644\u062D\u0627\u0644\u064A","shortcutGroup.touch":"\u0627\u0644\u0625\u064A\u0645\u0627\u0621\u0627\u062A \u0627\u0644\u0645\u062E\u0635\u0635\u0629 \u0644\u0644\u0634\u0627\u0634\u0627\u062A \u0627\u0644\u0644\u0645\u0633\u064A\u0629",neverTranslateThisSite:"\u0644\u0627 \u062A\u062A\u0631\u062C\u0645 \u0647\u0630\u0627 \u0627\u0644\u0645\u0648\u0642\u0639 \u0623\u0628\u062F\u0627",temprarilyChangeTranslationTo_deepl:"\u064A\u062A\u0645 \u0627\u0633\u062A\u062E\u062F\u0627\u0645 DeepL \u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0635\u0641\u062D\u0629 \u0627\u0644\u062D\u0627\u0644\u064A\u0629","browser.translateWithDeepL":"\u0627\u0633\u062A\u062E\u062F\u0645 DeepL \u0645\u0624\u0642\u062A\u064B\u0627 \u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0635\u0641\u062D\u0629 \u0627\u0644\u062D\u0627\u0644\u064A\u0629","multipleClick.3":"\u062B\u0644\u0627\u062B\u0629 \u0636\u0631\u0628\u0627\u062A \u0645\u062A\u062A\u0627\u0644\u064A\u0629","widget.translateFileTooltip":"\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0645\u0633\u062A\u0646\u062F\u0627\u062A PDF\u060C EPUB\u060C SRT\u060C ASS\u060C HTML \u0648 TXT","neverTranslateText.title":"\u0627\u0644\u0643\u0644\u0645\u0627\u062A \u0627\u0644\u062A\u0627\u0644\u064A\u0629 \u062A\u0628\u0642\u0649 \u0643\u0645\u0627 \u0647\u064A\u060C \u0644\u0627 \u062A\u062A\u0631\u062C\u0645","subtitle.autoDisableSubtitle":"\u0644\u0627 \u062A\u0642\u0645 \u0628\u062A\u0634\u063A\u064A\u0644 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u062B\u0646\u0627\u0626\u064A\u0629 \u062A\u0644\u0642\u0627\u0626\u064A\u064B\u0627","browser.translateWithGoogle":"\u0627\u0633\u062A\u062E\u062F\u0645 Google Translate \u0645\u0624\u0642\u062A\u064B\u0627 \u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0635\u0641\u062D\u0629 \u0627\u0644\u062D\u0627\u0644\u064A\u0629","shortcutGroup.main":"\u0627\u062E\u062A\u0635\u0627\u0631\u0627\u062A \u0627\u0644\u0648\u0638\u0627\u0626\u0641 \u0627\u0644\u0634\u0627\u0626\u0639\u0629",paragraphMinTextCountField:"\u0627\u0644\u062D\u062F \u0627\u0644\u0623\u062F\u0646\u0649 \u0644\u0639\u062F\u062F \u0627\u0644\u0623\u062D\u0631\u0641 \u0627\u0644\u0645\u0637\u0644\u0648\u0628\u0629 \u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0641\u0642\u0631\u0629","widget.videoSubtitleTooltip":"\u062F\u0639\u0645 Youtube \u0648\u063A\u064A\u0631\u0647\u0627 \u0645\u0646 \u0645\u0648\u0627\u0642\u0639 \u0627\u0644\u0641\u064A\u062F\u064A\u0648 {count}+",upgradeToProErrorTitle:"\u064A\u0631\u062C\u0649 \u0627\u0644\u062A\u0631\u0642\u064A\u0629 \u0625\u0644\u0649 \u0639\u0636\u0648\u064A\u0629 Pro \u0642\u0628\u0644 \u0627\u0633\u062A\u062E\u062F\u0627\u0645 \u0647\u0630\u0647 \u0627\u0644\u062E\u062F\u0645\u0629 \u0627\u0644\u062A\u0631\u062C\u0645\u0629","subtitle.showQuickButton":"\u0641\u064A \u0639\u0631\u0636 \u0627\u0644\u0646\u0635\u0648\u0635 \u0627\u0644\u0645\u062A\u0631\u062C\u0645\u0629 \u0628\u0634\u0643\u0644 \u0645\u0632\u062F\u0648\u062C \u0641\u064A \u0627\u0644\u0645\u0634\u063A\u0644 \u0628\u0637\u0631\u064A\u0642\u0629 \u0633\u0631\u064A\u0639\u0629",temprarilyChangeTranslationTo_transmart:"\u064A\u062A\u0645 \u0627\u0633\u062A\u062E\u062F\u0627\u0645 \u062A\u0631\u062C\u0645\u0629 \u062A\u064A\u0646\u0633\u0646\u062A \u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0635\u0641\u062D\u0629 \u0627\u0644\u062D\u0627\u0644\u064A\u0629",notLoginPro:"\u0644\u0645 \u062A\u0642\u0645 \u0628\u062A\u0633\u062C\u064A\u0644 \u0627\u0644\u062F\u062E\u0648\u0644 \u0625\u0644\u0649 \u062D\u0633\u0627\u0628 \u0627\u0644\u0639\u0636\u0648\u064A\u0629 \u0627\u0644\u062E\u0627\u0635 \u0628\u0643 \u0628\u0639\u062F","floatBall.iKnow":"\u0623\u0646\u0627 \u0623\u0639\u0631\u0641","intro.hoverTitle":"\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0641\u0642\u0631\u0629 \u0627\u0644\u062D\u0627\u0644\u064A\u0629 \u0639\u0646\u062F \u062A\u062D\u0631\u064A\u0643 \u0627\u0644\u0645\u0627\u0648\u0633 \u0641\u0648\u0642\u0647\u0627",temprarilyChangeTranslationTo_bing:"\u064A\u062A\u0645 \u0627\u0633\u062A\u062E\u062F\u0627\u0645 \u0645\u062A\u0631\u062C\u0645 \u0645\u0627\u064A\u0643\u0631\u0648\u0633\u0648\u0641\u062A \u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0635\u0641\u062D\u0629 \u0627\u0644\u062D\u0627\u0644\u064A\u0629",temprarilyChangeTranslationTo_openai:"\u064A\u062A\u0645 \u0627\u0633\u062A\u062E\u062F\u0627\u0645 OpenAI \u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0635\u0641\u062D\u0629 \u0627\u0644\u062D\u0627\u0644\u064A\u0629","browser.translateWithOpenAI":"\u0627\u0633\u062A\u062E\u062F\u0645 OpenAI \u0645\u0624\u0642\u062A\u064B\u0627 \u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0635\u0641\u062D\u0629 \u0627\u0644\u062D\u0627\u0644\u064A\u0629",networkError:"\u062A\u0648\u0627\u062C\u0647 \u062E\u062F\u0645\u0629 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0623\u0648 \u0627\u0644\u0634\u0628\u0643\u0629 \u0645\u0634\u0643\u0644\u0629",buildSnapshots:"\u0625\u0646\u0634\u0627\u0621 \u0644\u0642\u0637\u0629 \u0633\u0631\u064A\u0639\u0629 \u0644\u0644\u0635\u0641\u062D\u0629 \u0627\u0644\u0625\u0644\u0643\u062A\u0631\u0648\u0646\u064A\u0629","shortcutGroup.mouse":"\u062A\u0643\u0648\u064A\u0646 \u0627\u062E\u062A\u0635\u0627\u0631\u0627\u062A \u0627\u0644\u0645\u0627\u0648\u0633 \u0627\u0644\u0645\u0639\u0644\u0642\u0629","intro.subtitleTitle":"\u0639\u0631\u0636 \u0627\u0644\u062A\u0631\u062C\u0645\u0627\u062A \u0627\u0644\u0645\u0632\u062F\u0648\u062C\u0629 \u0644\u0644\u0641\u064A\u062F\u064A\u0648 \u0639\u0628\u0631 \u0627\u0644\u0625\u0646\u062A\u0631\u0646\u062A","floatBall.longPress":"\u0627\u0636\u063A\u0637 \u0645\u0639 \u0627\u0644\u0627\u0633\u062A\u0645\u0631\u0627\u0631 \u0644\u0641\u062A\u062D \u0644\u0648\u062D\u0629 \u0627\u0644\u0625\u0639\u062F\u0627\u062F\u0627\u062A \u0628\u0633\u0631\u0639\u0629",touchShortcutsToggleTranslateTouchElement:"\u062A\u0639\u064A\u064A\u0646 \u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0641\u0642\u0631\u0629 \u0627\u0644\u0645\u062D\u062F\u062F\u0629 \u0628\u0648\u0627\u0633\u0637\u0629 \u0627\u0644\u0625\u064A\u0645\u0627\u0621\u0627\u062A \u0639\u0644\u0649 \u0627\u0644\u0634\u0627\u0634\u0629 \u0627\u0644\u062A\u064A \u062A\u0639\u0645\u0644 \u0628\u0627\u0644\u0644\u0645\u0633","browser.translateWithBing":"\u0627\u0633\u062A\u062E\u062F\u0645 \u062A\u0631\u062C\u0645\u0629 \u0645\u0627\u064A\u0643\u0631\u0648\u0633\u0648\u0641\u062A \u0645\u0624\u0642\u062A\u064B\u0627 \u0644\u0644\u0635\u0641\u062D\u0629 \u0627\u0644\u062D\u0627\u0644\u064A\u0629","error.subscriptionExpired":"\u0642\u062F \u064A\u0643\u0648\u0646 \u0639\u0636\u0648\u064A\u062A\u0643 \u0642\u062F \u0627\u0646\u062A\u0647\u062A \u060C \u064A\u0631\u062C\u0649 \u0627\u0644\u062A\u062D\u0642\u0642 \u0645\u0646 \u062D\u0627\u0644\u0629 \u0639\u0636\u0648\u064A\u062A\u0643","browser.translateWithGemini":"\u0627\u0633\u062A\u062E\u062F\u0645 Gemini \u0645\u0624\u0642\u062A\u064B\u0627 \u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0635\u0641\u062D\u0629 \u0627\u0644\u062D\u0627\u0644\u064A\u0629","desc.touchShortcutsToggleTranslateTouchElement":"\u0642\u0645 \u0628\u062A\u062E\u0635\u064A\u0635 \u0625\u0634\u0627\u0631\u0629 \u0628\u064A\u062F\u0643\u060C \u0648\u064A\u0645\u0643\u0646\u0643 \u062A\u0631\u062C\u0645\u0629 \u0623\u064A \u0641\u0642\u0631\u0629 \u062A\u0648\u0627\u062C\u062F \u0641\u064A\u0647\u0627.","browser.translateWithTransmart":"\u0627\u0633\u062A\u062E\u062F\u0645 \u062A\u0631\u062C\u0645\u0629 \u062A\u064A\u0646\u0633\u0646\u062A \u0645\u0624\u0642\u062A\u064B\u0627 \u0644\u0644\u0635\u0641\u062D\u0629 \u0627\u0644\u062D\u0627\u0644\u064A\u0629","desc.interfaceLanguage":"\u062A\u0624\u062B\u0631 \u0625\u0639\u062F\u0627\u062F\u0627\u062A \u0644\u063A\u0629 \u0627\u0644\u0648\u0627\u062C\u0647\u0629 \u0639\u0644\u0649 \u0644\u063A\u0629 \u0639\u0631\u0636 \u0644\u0648\u062D\u0629 \u0627\u0644\u062A\u062D\u0643\u0645\u060C \u0648\u0644\u0627 \u062A\u062A\u0639\u0644\u0642 \u0628\u0644\u063A\u0629 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0645\u0633\u062A\u0647\u062F\u0641\u0629.",touchShortcutsToggleTranslationMask:"\u062A\u0639\u064A\u064A\u0646 \u0625\u064A\u0645\u0627\u0621\u0627\u062A \u0627\u0644\u0634\u0627\u0634\u0629 \u0627\u0644\u062A\u064A \u062A\u0639\u0645\u0644 \u0628\u0627\u0644\u0644\u0645\u0633 \u0644\u0639\u0631\u0636 \u0642\u0646\u0627\u0639 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 / \u0639\u0631\u0636 \u0627\u0644\u0646\u0635 \u0627\u0644\u0623\u0635\u0644\u064A","browser.toggleMouseHoverTranslateDirectly":"\u062A\u0645\u0643\u064A\u0646 \u0623\u0648 \u062A\u0639\u0637\u064A\u0644 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0645\u0628\u0627\u0634\u0631\u0629 \u0639\u0646\u062F \u062A\u0645\u0631\u064A\u0631 \u0627\u0644\u0645\u0627\u0648\u0633 \u0645\u0624\u0642\u062A\u064B\u0627 \u0639\u0644\u0649 \u0627\u0644\u0635\u0641\u062D\u0629","floatBall.guideClickToTranslate":`\u0627\u0646\u0642\u0631 \u0639\u0644\u0649 \u0643\u0631\u0629 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0639\u0627\u0626\u0645\u0629 \u0627\u0644\u063A\u0627\u0645\u0631\u0629 + {env.imt_trans_field}: \u7FFB\u8A33\u6587`,"subtitle.quickButton.white":"\u767D\u8272","subtitle.quickButton.black":"\u9ED2\u8272","subtitle.quickButton.setting":"\u8A2D\u5B9A","subtitle.quickButton.blue":"\u9752\u8272","subtitle.quickButton.backgroundOpacity":"\u80CC\u666F\u306E\u4E0D\u900F\u660E\u5EA6","subtitle.quickButton.cyan":"\u9752\u8272","subtitle.quickButton.translationPositionBottom":"\u539F\u6587\u306E\u4E0B\u65B9","subtitle.quickButton.sourceFontSize":"\u5143\u306E\u30D5\u30A9\u30F3\u30C8\u30B5\u30A4\u30BA","subtitle.quickButton.backgroundColor":"\u80CC\u666F\u8272","subtitle.quickButton.magenta":"\u30DE\u30BC\u30F3\u30BF\u8272","subtitle.quickButton.red":"\u8D64\u8272","subtitle.quickButton.green":"\u7DD1\u8272","subtitle.quickButton.translationPositionTop":"\u539F\u6587\u306E\u4E0A\u306B","translationServices.claude":"\u30AF\u30ED\u30FC\u30C9","subtitle.quickButton.sourceTextColor":"\u539F\u6587\u306E\u30D5\u30A9\u30F3\u30C8\u306E\u8272","subtitle.quickButton.yellow":"\u9EC4\u8272","subtitle.quickButton.translationFontSize":"\u7FFB\u8A33\u6587\u5B57\u306E\u30D5\u30A9\u30F3\u30C8\u30B5\u30A4\u30BA","subtitle.quickButton.translationTextColor":"\u7FFB\u8A33\u6587\u5B57\u306E\u8272","subtitle.quickButton.translationPosition":"\u7FFB\u8A33\u4F4D\u7F6E",attachSubtitleTranslating:"{service} \u3092\u4F7F\u7528\u3057\u3066\u7FFB\u8A33\u4E2D...","error.claude.403":"\u4E00\u6642\u7684\u306B\u30B5\u30FC\u30D3\u30B9\u3078\u306E\u30A2\u30AF\u30BB\u30B9\u6A29\u9650\u304C\u3042\u308A\u307E\u305B\u3093\u3002\u3053\u308C\u306FClaude\u306E\u5730\u57DF\u5236\u9650\u306B\u95A2\u9023\u3057\u3066\u3044\u308B\u53EF\u80FD\u6027\u304C\u3042\u308A\u307E\u3059\u3002IP\u30A2\u30C9\u30EC\u30B9\u3092\u5207\u308A\u66FF\u3048\u308B\u304B\u3001\u4ED6\u306E\u7FFB\u8A33\u30B5\u30FC\u30D3\u30B9\u3092\u4F7F\u7528\u3057\u3066\u307F\u3066\u304F\u3060\u3055\u3044\u3002","browser.brandDescriptionForSafari":"\u3010\u6CA1\u5165\u578B\u7FFB\u8A33\u3011\u7121\u6599\u306E\uFF08\u539F\u6587/\u8A33\u6587\uFF09\u30D0\u30A4\u30EA\u30F3\u30AC\u30EB\u5BFE\u7167\u30A6\u30A7\u30D6\u30DA\u30FC\u30B8\u7FFB\u8A33\u30D7\u30E9\u30B0\u30A4\u30F3\u3067\u3001PDF\u7FFB\u8A33\u3068EPUB\u96FB\u5B50\u66F8\u7C4D\u7FFB\u8A33\u3092\u540C\u6642\u306B\u30B5\u30DD\u30FC\u30C8\u3057\u3001\u539F\u6587\u306E\u30EC\u30A4\u30A2\u30A6\u30C8\u3092\u4FDD\u6301\u3057\u307E\u3059\u3002Youtube/Netflix\u306A\u3069\u306E\u30AA\u30F3\u30E9\u30A4\u30F3\u30D3\u30C7\u30AA\u306E\u30D0\u30A4\u30EA\u30F3\u30AC\u30EB\u5B57\u5E55\u7FFB\u8A33\u3082\u30B5\u30DD\u30FC\u30C8\u3057\u3001Deepl/Google\u306A\u3069\u306E\u4E3B\u6D41\u7FFB\u8A33\u30B5\u30FC\u30D3\u30B9\u306B\u5BFE\u5FDC\u3057\u3066\u3044\u307E\u3059\u3002","browser.PdfProFile":"AI \u99C6\u52D5\u306E PDF Pro \u7FFB\u8A33","browser.textTranslate":"\u30C6\u30AD\u30B9\u30C8\u7FFB\u8A33"};var M4={nologin:"\u0644\u0645 \u062A\u0642\u0645 \u0628\u062A\u0633\u062C\u064A\u0644 \u0627\u0644\u062F\u062E\u0648\u0644",loginForSafari:"\u062A\u0633\u062C\u064A\u0644 \u0627\u0644\u062F\u062E\u0648\u0644 \u0623\u0648 \u0627\u0644\u062A\u0633\u062C\u064A\u0644",login:"\u064A\u0645\u0643\u0646\u0643 \u062A\u0641\u0639\u064A\u0644 \u0627\u0644\u0639\u0636\u0648\u064A\u0629 \u0628\u0639\u062F \u062A\u0633\u062C\u064A\u0644 \u0627\u0644\u062F\u062E\u0648\u0644",manageAccount:"\u0625\u062F\u0627\u0631\u0629 \u0627\u0644\u062D\u0633\u0627\u0628",openPremium:"\u0627\u0644\u0627\u0646\u0636\u0645\u0627\u0645 \u0625\u0644\u0649 \u0627\u0644\u0639\u0636\u0648\u064A\u0629",logout:"\u064A\u062A\u0631\u0643",curentPlan:"\u0627\u0644\u0631\u0632\u0645\u0629 \u0627\u0644\u062D\u0627\u0644\u064A\u0629",endAt:"\u0646\u0636\u062C",endAuto:"\u062A\u062C\u062F\u064A\u062F \u062A\u0644\u0642\u0627\u0626\u064A",lineBreakMaxTextCount:"\u0627\u0644\u062D\u062F \u0627\u0644\u0623\u0642\u0635\u0649 \u0644\u0639\u062F\u062F \u0627\u0644\u0623\u062D\u0631\u0641 \u0627\u0644\u0645\u0633\u0645\u0648\u062D \u0628\u0647 \u0644\u0643\u0644 \u062C\u0645\u0644\u0629 \u0628\u0639\u062F \u0641\u0648\u0627\u0635\u0644 \u0627\u0644\u0623\u0633\u0637\u0631","translate-pdf":"\u0627\u0646\u0642\u0631 \u0644\u062A\u0631\u062C\u0645\u0629 PDF","noSupportTranslate-pdf":"\u0627\u0644\u0628\u0631\u0646\u0627\u0645\u062C \u0627\u0644\u0646\u0635\u064A \u063A\u064A\u0631 \u0645\u062F\u0639\u0648\u0645\u060C \u064A\u0631\u062C\u0649 \u0627\u0633\u062A\u062E\u062F\u0627\u0645 \u0627\u0644\u0628\u0631\u0646\u0627\u0645\u062C \u0627\u0644\u0625\u0636\u0627\u0641\u064A","translate-firefox-local-pdf":"\u0627\u0646\u0642\u0631 \u0644\u0627\u0633\u062A\u064A\u0631\u0627\u062F PDF",enableLineBreak:"\u0642\u0645 \u0628\u062A\u0634\u063A\u064A\u0644 \u0627\u0644\u062A\u0641\u0627\u0641 \u0627\u0644\u0643\u0644\u0645\u0627\u062A \u0627\u0644\u062A\u0644\u0642\u0627\u0626\u064A \u0644\u0644\u0641\u0642\u0631\u0627\u062A \u0627\u0644\u0637\u0648\u064A\u0644\u0629",sponsorLabel:"\u0627\u062F\u0639\u0645 \u0645\u0637\u0648\u0631\u064B\u0627 \u0628\u062F\u0621\u064B\u0627 \u0645\u0646 1 \u062F\u0648\u0644\u0627\u0631",help:"\u064A\u0633\u0627\u0639\u062F",browserShortcutsNoteForFirefox:'\u0644\u062A\u0639\u062F\u064A\u0644 \u0645\u0641\u0627\u062A\u064A\u062D \u0627\u0644\u0627\u062E\u062A\u0635\u0627\u0631 \u0641\u064A \u0645\u062A\u0635\u0641\u062D Firefox\u060C \u062A\u062D\u062A\u0627\u062C \u0625\u0644\u0649 \u0641\u062A\u062D \u0635\u0641\u062D\u0629 \u0625\u062F\u0627\u0631\u0629 \u0627\u0644\u0627\u0645\u062A\u062F\u0627\u062F\u0627\u062A `about:addons`\u060C \u062B\u0645 \u0627\u0644\u0646\u0642\u0631 \u0641\u0648\u0642 "\u0627\u0644\u0625\u0639\u062F\u0627\u062F\u0627\u062A"\u060C \u062B\u0645 \u0627\u0644\u0646\u0642\u0631 \u0641\u0648\u0642 "\u0625\u062F\u0627\u0631\u0629 \u0645\u0641\u0627\u062A\u064A\u062D \u0627\u0644\u0627\u062E\u062A\u0635\u0627\u0631" \u0644\u062A\u0639\u064A\u064A\u0646\u0647\u0627.',browserShortcutsNoteForChrome:"\u0644\u062A\u0639\u062F\u064A\u0644 \u0645\u0641\u0627\u062A\u064A\u062D \u0627\u0644\u0627\u062E\u062A\u0635\u0627\u0631 \u0641\u064A \u0645\u062A\u0635\u0641\u062D \u064A\u0634\u0628\u0647 Chrome\u060C \u062A\u062D\u062A\u0627\u062C \u0625\u0644\u0649 \u0641\u062A\u062D \u0635\u0641\u062D\u0629 \u0625\u062F\u0627\u0631\u0629 \u0627\u0644\u0625\u0636\u0627\u0641\u0627\u062A\u060C \u0648\u062A\u0639\u064A\u064A\u0646\u0647\u0627 \u0641\u064A \u0644\u0648\u062D\u0629 `\u0625\u062F\u0627\u0631\u0629 \u0627\u0644\u0627\u062E\u062A\u0635\u0627\u0631\u0627\u062A` (`chrome://extensions/shortcuts`)\u060C \u062B\u0645 \u0627\u0644\u0646\u0642\u0631 \u0641\u0648\u0642 \u0627\u0644\u0632\u0631 \u0623\u062F\u0646\u0627\u0647 \u0644\u0644\u0627\u0646\u062A\u0642\u0627\u0644 \u0625\u0644\u0649 \u0635\u0641\u062D\u0629 \u0625\u062F\u0627\u0631\u0629 \u0645\u0641\u062A\u0627\u062D \u0627\u0644\u0627\u062E\u062A\u0635\u0627\u0631.",browserShortcutsSucks:"\u062A\u0646\u0633\u064A\u0642 \u0645\u0641\u062A\u0627\u062D \u0627\u0644\u0627\u062E\u062A\u0635\u0627\u0631 \u0627\u0644\u0645\u062E\u0635\u0635 \u0647\u0648 (\u0644\u0627 \u064A\u0648\u062C\u062F \u0627\u0644\u062A\u0639\u0631\u0641 \u0627\u0644\u062A\u0644\u0642\u0627\u0626\u064A\u060C \u064A\u0631\u062C\u0649 \u0627\u0644\u062F\u062E\u0648\u0644 \u0645\u0628\u0627\u0634\u0631\u0629)\uFF1A",enableLineBreakDescription:"\u0639\u0646\u062F \u062A\u0634\u063A\u064A\u0644\u0647\u060C \u0633\u064A\u062A\u0645 \u0625\u062F\u0631\u0627\u062C \u0641\u0648\u0627\u0635\u0644 \u0627\u0644\u0623\u0633\u0637\u0631 \u0641\u064A \u0646\u0647\u0627\u064A\u0629 \u0643\u0644 \u062C\u0645\u0644\u0629 \u0641\u064A \u0641\u0642\u0631\u0627\u062A \u0637\u0648\u064A\u0644\u0629 \u0644\u062A\u0633\u0647\u064A\u0644 \u0627\u0644\u0642\u0631\u0627\u0621\u0629.","browser.shortBrandName":"\u062A\u0631\u062C\u0645\u0629 \u063A\u0627\u0645\u0631\u0629","browser.brandName":"\u062A\u0631\u062C\u0645\u0629 \u063A\u0627\u0645\u0631\u0629: \u062A\u0631\u062C\u0645\u0629 \u0635\u0641\u062D\u0627\u062A \u0627\u0644\u0648\u064A\u0628 \u062B\u0646\u0627\u0626\u064A\u0629 \u0627\u0644\u0644\u063A\u0629 \u0648\u062A\u0631\u062C\u0645\u0629 \u0645\u0633\u062A\u0646\u062F\u0627\u062A PDF","browser.brandDescription":"Bilingual web page translation, also supports PDF translation, bilingual Epub eBook translation, free to use.","browser.toggleTranslatePage":"\u062A\u0631\u062C\u0645\u0629 \u0635\u0641\u062D\u0629 \u0627\u0644\u0648\u064A\u0628/\u0625\u0638\u0647\u0627\u0631 \u0627\u0644\u0646\u0635 \u0627\u0644\u0623\u0635\u0644\u064A","browser.toggleTranslateTheWholePage":"\u062A\u0631\u062C\u0645\u0629 \u062C\u0645\u064A\u0639 \u0645\u0646\u0627\u0637\u0642 \u0627\u0644\u0635\u0641\u062D\u0629/\u0639\u0631\u0636 \u0627\u0644\u0646\u0635 \u0627\u0644\u0623\u0635\u0644\u064A","browser.toggleOnlyTransation":"\u062A\u0628\u062F\u064A\u0644 \u0627\u0644\u0648\u0636\u0639 \u062B\u0646\u0627\u0626\u064A \u0627\u0644\u0644\u063A\u0629 / \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0641\u0642\u0637","browser.toggleTranslateToThePageEndImmediately":"\u062A\u0631\u062C\u0645\u0629 \u0641\u0648\u0631\u064A\u0629 \u0625\u0644\u0649 \u0623\u0633\u0641\u0644 \u0627\u0644\u0635\u0641\u062D\u0629/\u0625\u0638\u0647\u0627\u0631 \u0627\u0644\u0646\u0635 \u0627\u0644\u0623\u0635\u0644\u064A","browser.toggleTranslateTheMainPage":"\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0645\u0646\u0637\u0642\u0629 \u0627\u0644\u0631\u0626\u064A\u0633\u064A\u0629 \u0644\u0644\u0635\u0641\u062D\u0629/\u0639\u0631\u0636 \u0627\u0644\u0646\u0635 \u0627\u0644\u0623\u0635\u0644\u064A","browser.shareToDraft":"\u0645\u0634\u0627\u0631\u0643\u0629 \u0627\u0644\u0635\u0641\u062D\u0627\u062A \u062B\u0646\u0627\u0626\u064A\u0629 \u0627\u0644\u0644\u063A\u0629","browser.openOptionsPage":"\u0627\u0641\u062A\u062D \u0635\u0641\u062D\u0629 \u0627\u0644\u0625\u0639\u062F\u0627\u062F\u0627\u062A","browser.toggleTranslationMask":"\u0625\u0638\u0647\u0627\u0631/\u0625\u062E\u0641\u0627\u0621 \u062A\u0623\u062B\u064A\u0631 \u0637\u0645\u0633 \u0627\u0644\u062A\u0631\u062C\u0645\u0629","browser.translateLocalPdfFile":"\u062A\u0631\u062C\u0645\u0629 \u0645\u0644\u0641\u0627\u062A PDF \u0627\u0644\u0645\u062D\u0644\u064A\u0629","browser.openEbookViewer":"\u0642\u0631\u0627\u0621\u0629 \u0627\u0644\u0643\u062A\u0628 \u0627\u0644\u0625\u0644\u0643\u062A\u0631\u0648\u0646\u064A\u0629 \u0627\u0644\u0645\u062D\u0644\u064A\u0629","browser.openEbookBuilder":"\u0625\u0646\u0634\u0627\u0621 \u0643\u062A\u0628 \u0625\u0644\u0643\u062A\u0631\u0648\u0646\u064A\u0629 EPUB \u062B\u0646\u0627\u0626\u064A\u0629 \u0627\u0644\u0644\u063A\u0629","browser.translateLocalHtmlFile":"\u062A\u0631\u062C\u0645\u0629 \u0645\u0644\u0641\u0627\u062A HTML/txt","browser.donateContext":"\u062A\u0639\u0631\u0641 \u0639\u0644\u0649 \u0641\u0648\u0627\u0626\u062F \u0627\u0644\u0631\u0639\u0627\u064A\u0629","browser.translateLocalSubtitleFile":"\u062A\u0631\u062C\u0645\u0629 \u0645\u0644\u0641\u0627\u062A \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0645\u062D\u0644\u064A\u0629",confirmResetConfig:"\u0647\u0644 \u0623\u0646\u062A \u0645\u062A\u0623\u0643\u062F \u0623\u0646\u0643 \u062A\u0631\u064A\u062F \u0625\u0639\u0627\u062F\u0629 \u0636\u0628\u0637 \u0625\u0639\u062F\u0627\u062F\u0627\u062A\u0643\u061F",translationLineBreakSettingTitle:"\u0625\u0639\u062F\u0627\u062F\u0627\u062A \u0627\u0644\u062A\u0641\u0627\u0641 \u0633\u0637\u0631 \u0627\u0644\u062A\u0631\u062C\u0645\u0629",smartLineBreak:"\u062A\u063A\u0644\u064A\u0641 \u0627\u0644\u062E\u0637 \u0627\u0644\u0630\u0643\u064A",alwaysLineBreak:"\u0627\u0644\u062A\u0641\u0627\u0641 \u062F\u0627\u0626\u0645\u0627",isShowContextMenu:"\u0623\u0636\u0641 \u0635\u0641\u062D\u0629 \u0627\u0644\u0648\u064A\u0628 \u0627\u0644\u0645\u062A\u0631\u062C\u0645\u0629 \u0625\u0644\u0649 \u0639\u0646\u0635\u0631 \u0642\u0627\u0626\u0645\u0629 \u0627\u0644\u0646\u0642\u0631 \u0628\u0632\u0631 \u0627\u0644\u0645\u0627\u0648\u0633 \u0627\u0644\u0623\u064A\u0645\u0646",toggleBeta:"\u062A\u0641\u0639\u064A\u0644 \u0645\u064A\u0632\u0627\u062A \u0627\u0644\u0627\u062E\u062A\u0628\u0627\u0631 \u0627\u0644\u062A\u062C\u0631\u064A\u0628\u064A",betaDescription:"\u062A\u0645\u0643\u064A\u0646 \u0627\u0644\u0645\u064A\u0632\u0627\u062A \u0627\u0644\u062A\u064A \u0644\u0627 \u062A\u0632\u0627\u0644 \u062A\u062C\u0631\u064A\u0628\u064A\u0629\u060C \u0628\u0627\u0644\u0625\u0636\u0627\u0641\u0629 \u0625\u0644\u0649 \u062E\u062F\u0645\u0627\u062A \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0642\u064A\u062F \u0627\u0644\u0627\u062E\u062A\u0628\u0627\u0631. \u0627\u0646\u0636\u0645 \u0625\u0644\u0649<1>\u0645\u062C\u0645\u0648\u0639\u0629 \u0627\u0644\u062A\u0644\u064A\u062C\u0631\u0627\u0645 \u064A\u062A\u0639\u0644\u0645 \u0623\u0643\u062B\u0631.",translationLineBreakSettingDescription:"\u064A\u064F\u0639\u062F \u0627\u0644\u0627\u0644\u062A\u0641\u0627\u0641 \u062F\u0627\u0626\u0645\u064B\u0627 \u0645\u0646\u0627\u0633\u0628\u064B\u0627 \u0644\u0644\u062A\u062E\u0637\u064A\u0637\u0627\u062A \u0630\u0627\u062A \u0627\u0644\u0645\u062D\u062A\u0648\u0649 \u0627\u0644\u0623\u0642\u0644 \u0648\u0627\u0644\u0623\u0643\u062B\u0631 \u062A\u0631\u062A\u064A\u0628\u064B\u0627. (\u0627\u0633\u062A\u062E\u062F\u0645 \u0641\u0648\u0627\u0635\u0644 \u0627\u0644\u0623\u0633\u0637\u0631 \u0627\u0644\u0630\u0643\u064A\u0629 \u0641\u064A \u0627\u0644\u0641\u0642\u0631\u0627\u062A \u0627\u0644\u0637\u0648\u064A\u0644\u0629 \u0627\u0644\u062A\u064A \u062A\u062D\u062A\u0648\u064A \u0639\u0644\u0649 \u0627\u0644\u0643\u062B\u064A\u0631 \u0645\u0646 \u0627\u0644\u0645\u062D\u062A\u0648\u0649 (\u0623\u0643\u062B\u0631 \u0645\u0646{count}\u062D\u0631\u0641) \u0644\u062A\u0648\u0641\u064A\u0631 \u0627\u0644\u0645\u0633\u0627\u062D\u0629)",tempTranslateDomainTitle:"\u0643\u0645 \u0645\u0646 \u0627\u0644\u0648\u0642\u062A \u0644\u062A\u0645\u0643\u064A\u0646 \u062A\u0631\u062C\u0645\u0629 \u0645\u0648\u0642\u0639 \u0627\u0644\u0648\u064A\u0628 \u0645\u0624\u0642\u062A\u064B\u0627",tempTranslateDomainDescription:"\u0639\u0646\u062F \u062A\u0631\u062C\u0645\u0629 \u0635\u0641\u062D\u0629 \u0648\u064A\u0628 \u064A\u062F\u0648\u064A\u064B\u0627\u060C \u0642\u0645 \u0628\u062A\u0634\u063A\u064A\u0644 \u0645\u0648\u0642\u0639 \u0627\u0644\u0648\u064A\u0628 \u0645\u0624\u0642\u062A\u064B\u0627 \u0644\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u062A\u0644\u0642\u0627\u0626\u064A\u0629\u060C \u0648\u064A\u0645\u0643\u0646\u0643 \u0636\u0628\u0637 \u0627\u0644\u0645\u062F\u0629 \u0627\u0644\u0645\u0624\u0642\u062A\u0629.",xMinutes:"{count} \u062F\u0642\u064A\u0642\u0629",disabled:"\u0625\u0628\u0637\u0627\u0644",changelog:"\u062A\u063A\u064A\u064A\u0631 \u0627\u0644\u0633\u062C\u0644",toggleTranslatePageWhenThreeFingersOnTheScreen:"\u0627\u0644\u0645\u0633 \u0627\u0644\u0634\u0627\u0634\u0629 \u0628\u0623\u0635\u0627\u0628\u0639 \u0645\u062A\u0639\u062F\u062F\u0629 \u0641\u064A \u0646\u0641\u0633 \u0627\u0644\u0648\u0642\u062A \u0644\u062A\u0631\u062C\u0645\u0629 \u0635\u0641\u062D\u0629 \u0627\u0644\u0648\u064A\u0628/\u0639\u0631\u0636 \u0627\u0644\u0646\u0635 \u0627\u0644\u0623\u0635\u0644\u064A",toggleTranslationMaskWhenThreeFingersOnTheScreen:"\u0627\u0644\u0645\u0633 \u0639\u062F\u0629 \u0623\u0635\u0627\u0628\u0639 \u0641\u064A \u0646\u0641\u0633 \u0627\u0644\u0648\u0642\u062A \u0644\u0625\u0638\u0647\u0627\u0631/\u0625\u062E\u0641\u0627\u0621 \u062A\u0623\u062B\u064A\u0631 \u0637\u0645\u0633 \u0627\u0644\u062A\u0631\u062C\u0645\u0629",fingerCountToToggleTranslagePageOnlyTranslationWhenTouching:"\u0627\u0644\u0645\u0633 \u0627\u0644\u0634\u0627\u0634\u0629 \u0628\u0623\u0635\u0627\u0628\u0639 \u0645\u062A\u0639\u062F\u062F\u0629 \u0641\u064A \u0646\u0641\u0633 \u0627\u0644\u0648\u0642\u062A \u0644\u062A\u0631\u062C\u0645\u0629 \u0635\u0641\u062D\u0629 \u0627\u0644\u0648\u064A\u0628 (\u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0641\u0642\u0637)/\u0639\u0631\u0636 \u0627\u0644\u0646\u0635 \u0627\u0644\u0623\u0635\u0644\u064A",addUrlDescription:"\u064A\u0645\u0643\u0646 \u0623\u0646 \u064A\u0643\u0648\u0646 \u0627\u0633\u0645 \u0646\u0637\u0627\u0642 \u0648\u064A\u062F\u0639\u0645 \u0623\u062D\u0631\u0641 \u0627\u0644\u0628\u062F\u0644\u060C \u0645\u062B\u0644\uFF1A*.google.com\u060C google.com/mail/*\u060C https://www.google.com/*",general:"\u0627\u0644\u0625\u0639\u062F\u0627\u062F\u0627\u062A \u0627\u0644\u0623\u0633\u0627\u0633\u064A\u0629",clickToExpandConfig:"\u0642\u0645 \u0628\u062A\u0648\u0633\u064A\u0639 \u0627\u0644\u062A\u0643\u0648\u064A\u0646 \u0627\u0644\u062D\u0627\u0644\u064A",import:"\u0627\u0633\u062A\u064A\u0631\u0627\u062F \u0645\u0646 \u0645\u0644\u0641",export:"\u062A\u0635\u062F\u064A\u0631 \u0625\u0644\u0649 \u0645\u0644\u0641",toggleDebug:"\u0637\u0628\u0627\u0639\u0629 \u0633\u062C\u0644\u0627\u062A \u0627\u0644\u062A\u0635\u062D\u064A\u062D \u0639\u0644\u0649 \u0648\u062D\u062F\u0629 \u0627\u0644\u062A\u062D\u0643\u0645","fingers.0":"\u0625\u0646\u0647\u0627\u0621","fingers.2":"\u0644\u0645\u0633\u0629 \u0628\u0625\u0635\u0628\u0639\u064A\u0646","fingers.3":"\u0644\u0645\u0633\u0629 \u0628\u062B\u0644\u0627\u062B\u0629 \u0623\u0635\u0627\u0628\u0639","fingers.4":"\u0644\u0645\u0633\u0629 \u0628\u0623\u0631\u0628\u0639\u0629 \u0623\u0635\u0627\u0628\u0639","fingers.5":"\u0644\u0645\u0633\u0629 \u062E\u0645\u0633\u0629 \u0623\u0635\u0627\u0628\u0639",mouseHoldKey:"+ {key} \u062A\u0631\u062C\u0645\u0629/\u0627\u0633\u062A\u0639\u0627\u062F\u0629 \u0647\u0630\u0647 \u0627\u0644\u0641\u0642\u0631\u0629",mouseHoldKeyAuto:"\u062A\u0631\u062C\u0645\u0629 \u0647\u0630\u0647 \u0627\u0644\u0641\u0642\u0631\u0629 \u0645\u0628\u0627\u0634\u0631\u0629",mouseHoldKeyOff:"\u0644\u0627 \u062A\u0641\u0639\u0644 \u0623\u064A \u0634\u064A\u0621",mouseHoldKeyOther:"\u0645\u0641\u0627\u062A\u064A\u062D \u0627\u0644\u0627\u062E\u062A\u0635\u0627\u0631 \u0627\u0644\u0645\u062E\u0635\u0635\u0629 (\u0627\u0644\u0625\u0639\u062F\u0627\u062F\u0627\u062A \u0627\u0644\u0645\u0641\u062A\u0648\u062D\u0629)",mouseHoldKeyCustomKey:"{key} / \u0627\u0633\u062A\u0639\u0627\u062F\u0629 \u0647\u0630\u0647 \u0627\u0644\u0641\u0642\u0631\u0629",mouseHoverHoldKey:"\u062D\u0631\u0643 \u0627\u0644\u0645\u0627\u0648\u0633 \u0648\u0627\u0636\u063A\u0637 \u0639\u0644\u0649 \u0645\u0641\u062A\u0627\u062D \u0627\u0644\u0627\u062E\u062A\u0635\u0627\u0631 \u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0641\u0642\u0631\u0629","mouse-translate":"\u062A\u0645\u0631\u064A\u0631 \u0627\u0644\u0645\u0627\u0648\u0633",document:"\u0648\u062B\u064A\u0642\u0629",resetSuccess:"\u0625\u0639\u0627\u062F\u0629 \u0636\u0628\u0637 \u062C\u0645\u064A\u0639 \u0627\u0644\u0625\u0639\u062F\u0627\u062F\u0627\u062A \u0628\u0646\u062C\u0627\u062D",resetThisSuccess:"\u062A\u0645\u062A \u0625\u0639\u0627\u062F\u0629 \u0627\u0644\u0636\u0628\u0637 \u0628\u0646\u062C\u0627\u062D",saved:"\u062D\u0641\u0638 \u0628\u0646\u062C\u0627\u062D",successImportConfig:"\u062A\u0645 \u0627\u0633\u062A\u064A\u0631\u0627\u062F \u0627\u0644\u062A\u0643\u0648\u064A\u0646 \u0628\u0646\u062C\u0627\u062D",goAdvancedSettings:"\u0627\u0646\u062A\u0642\u0644 \u0625\u0644\u0649 \u0635\u0641\u062D\u0629 \u0627\u0644\u0625\u0639\u062F\u0627\u062F\u0627\u062A \u0627\u0644\u0645\u062A\u0642\u062F\u0645\u0629",goAdvancedInterfaceSettings:"\u0627\u0646\u062A\u0642\u0644 \u0625\u0644\u0649 \u0635\u0641\u062D\u0629 \u0625\u0639\u062F\u0627\u062F\u0627\u062A \u0627\u0644\u062A\u062E\u0635\u064A\u0635 \u0627\u0644\u0645\u062A\u0642\u062F\u0645\u0629",advanced:"\u0625\u0639\u062F\u0627\u062F\u0627\u062A \u0645\u062A\u0642\u062F\u0645\u0629",advancedDescription:"\u0628\u0634\u0643\u0644 \u0639\u0627\u0645\u060C \u0644\u0627 \u064A\u0644\u0632\u0645 \u0623\u064A \u0625\u0639\u062F\u0627\u062F\u060C \u0641\u0642\u0637 \u0627\u062D\u062A\u0641\u0638 \u0628\u0627\u0644\u0625\u0639\u062F\u0627\u062F \u0627\u0644\u0627\u0641\u062A\u0631\u0627\u0636\u064A. \u0641\u0642\u0637 \u0644\u0644\u0645\u0633\u062A\u062E\u062F\u0645\u064A\u0646 \u0627\u0644\u0623\u0643\u062B\u0631 \u0627\u062D\u062A\u0631\u0627\u0641\u064B\u0627\u060C \u064A\u062A\u0645 \u062A\u0648\u0641\u064A\u0631 \u0625\u0639\u062F\u0627\u062F\u0627\u062A \u0623\u0643\u062B\u0631 \u062A\u062E\u0635\u064A\u0635\u064B\u0627.",developer:"\u0625\u0639\u062F\u0627\u062F\u0627\u062A \u0627\u0644\u0645\u0637\u0648\u0631",donateCafe:"\u0633\u0639\u0631","translate to the bottom of the page":"\u0628\u0639\u062F \u0627\u0644\u062F\u062E\u0648\u0644 \u0625\u0644\u0649 \u0635\u0641\u062D\u0629 \u0627\u0644\u0648\u064A\u0628 \u0647\u0644 \u064A\u062A\u0645 \u062A\u0631\u062C\u0645\u062A\u0647\u0627 \u0645\u0628\u0627\u0634\u0631\u0629 \u0625\u0644\u0649 \u0623\u0633\u0641\u0644 \u0627\u0644\u0635\u0641\u062D\u0629\u061F",feedback:"\u062A\u0639\u0644\u064A\u0642",toggleTranslatePage:"\u062A\u0631\u062C\u0645\u0629 \u0635\u0641\u062D\u0629 \u0627\u0644\u0648\u064A\u0628/\u0625\u0638\u0647\u0627\u0631 \u0627\u0644\u0646\u0635 \u0627\u0644\u0623\u0635\u0644\u064A",translateToThePageEndImmediatelyDescription:"\u0639\u0646\u062F \u062A\u0634\u063A\u064A\u0644\u0647\u060C \u0633\u064A\u0624\u062F\u064A \u0627\u0644\u062F\u062E\u0648\u0644 \u0625\u0644\u0649 \u0635\u0641\u062D\u0629 \u0648\u064A\u0628 \u0625\u0644\u0649 \u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0645\u062D\u062A\u0648\u0649 \u0639\u0644\u0649 \u0627\u0644\u0641\u0648\u0631 \u0645\u0646 \u0623\u0639\u0644\u0649 \u0625\u0644\u0649 \u0623\u0633\u0641\u0644. \u0625\u0630\u0627 \u062A\u0645 \u0625\u064A\u0642\u0627\u0641\u0647\u060C \u064A\u0645\u0643\u0646\u0643 \u0627\u0644\u0642\u0631\u0627\u0621\u0629 \u0648\u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0641\u064A \u0646\u0641\u0633 \u0627\u0644\u0648\u0642\u062A. (\u0644\u0627 \u064A\u0646\u0635\u062D \u0628\u062A\u0634\u063A\u064A\u0644\u0647)","translate all areas of the page":"\u0645\u0627 \u0625\u0630\u0627 \u0643\u0627\u0646 \u0633\u064A\u062A\u0645 \u062A\u0631\u062C\u0645\u0629 \u062C\u0645\u064A\u0639 \u0645\u0646\u0627\u0637\u0642 \u0635\u0641\u062D\u0629 \u0627\u0644\u0648\u064A\u0628",translationAreaDescription:"\u0639\u0646\u062F \u062A\u0634\u063A\u064A\u0644\u0647\u060C \u0633\u062A\u062A\u0645 \u062A\u0631\u062C\u0645\u0629 \u062C\u0645\u064A\u0639 \u0645\u0646\u0627\u0637\u0642 \u0635\u0641\u062D\u0629 \u0627\u0644\u0648\u064A\u0628 \u0628\u0623\u0643\u0645\u0644\u0647\u0627. \u0625\u0630\u0627 \u062A\u0645 \u0625\u064A\u0642\u0627\u0641 \u062A\u0634\u063A\u064A\u0644\u0647\u060C \u0641\u0633\u064A\u062A\u0645 \u0627\u0633\u062A\u062E\u062F\u0627\u0645 \u0627\u0644\u062A\u0639\u0631\u0641 \u0627\u0644\u0630\u0643\u064A \u0627\u0644\u0627\u0641\u062A\u0631\u0627\u0636\u064A \u0648\u0633\u062A\u062A\u0645 \u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0645\u0646\u0637\u0642\u0629 \u0627\u0644\u0631\u0626\u064A\u0633\u064A\u0629 \u0641\u0642\u0637. (\u0644\u0627 \u064A\u0646\u0635\u062D \u0628\u062A\u0634\u063A\u064A\u0644\u0647)","the number of characters to be translated first":"\u0642\u0645 \u0628\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0623\u062D\u0631\u0641 \u0627\u0644\u0642\u0644\u064A\u0644\u0629 \u0627\u0644\u0623\u0648\u0644\u0649 \u0645\u0646 \u0627\u0644\u0635\u0641\u062D\u0629 \u0645\u0628\u0627\u0634\u0631\u0629 \u062F\u0648\u0646 \u0627\u0646\u062A\u0638\u0627\u0631 \u0627\u0644\u062A\u0645\u0631\u064A\u0631 \u0625\u0644\u0649 \u0627\u0644\u0645\u0646\u0637\u0642\u0629 \u0627\u0644\u0645\u0631\u0626\u064A\u0629","interface language":"\u0644\u063A\u0629 \u0627\u0644\u0648\u0627\u062C\u0647\u0629","display both the original text and the translation":"\u0639\u0631\u0636 \u0627\u0644\u0646\u0635 \u0627\u0644\u0623\u0635\u0644\u064A \u0648\u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0641\u064A \u0648\u0642\u062A \u0648\u0627\u062D\u062F","keyboard shortcuts":"\u0627\u062E\u062A\u0635\u0627\u0631\u0627\u062A \u0644\u0648\u062D\u0629 \u0627\u0644\u0645\u0641\u0627\u062A\u064A\u062D",modify:"\u062A\u0639\u062F\u064A\u0644 \u0645\u0641\u0627\u062A\u064A\u062D \u0627\u0644\u0627\u062E\u062A\u0635\u0627\u0631",reset:"\u0625\u0639\u0627\u062F\u0629 \u0636\u0628\u0637",close:"\u0625\u0646\u0647\u0627\u0621",homepage:"\u0627\u0644\u0635\u0641\u062D\u0629 \u0627\u0644\u0631\u0626\u064A\u0633\u064A\u0629",more:"\u0623\u0643\u062B\u0631",moreOptions:"\u0642\u0645 \u0628\u062A\u0648\u0633\u064A\u0639 \u0627\u0644\u0645\u0632\u064A\u062F \u0645\u0646 \u062E\u064A\u0627\u0631\u0627\u062A \u0627\u0644\u062A\u062E\u0635\u064A\u0635",translateTheWholePage:"\u062A\u0631\u062C\u0645\u0629 \u062C\u0645\u064A\u0639 \u0645\u0646\u0627\u0637\u0642 \u0627\u0644\u0635\u0641\u062D\u0629 (\u062A\u062E\u062A\u0644\u0641 \u0639\u0646 \u0627\u0644\u0645\u0646\u0627\u0637\u0642 \u0627\u0644\u0631\u0626\u064A\u0633\u064A\u0629 \u0644\u0644\u062A\u0639\u0631\u0641 \u0627\u0644\u0630\u0643\u064A)",changeToTranslateTheWholePage:"\u0627\u0644\u062A\u0628\u062F\u064A\u0644 \u0644\u062A\u0631\u062C\u0645\u0629 \u0643\u0627\u0641\u0629 \u0627\u0644\u0645\u062C\u0627\u0644\u0627\u062A",changeToTranslateTheMainPage:"\u0642\u0645 \u0628\u0627\u0644\u062A\u0628\u062F\u064A\u0644 \u0625\u0644\u0649 \u0645\u0646\u0637\u0642\u0629 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0631\u0626\u064A\u0633\u064A\u0629",changeToOnlyTranslationMode:"\u0642\u0645 \u0628\u0627\u0644\u062A\u0628\u062F\u064A\u0644 \u0625\u0644\u0649 \u0625\u0638\u0647\u0627\u0631 \u0627\u0644\u062A\u0631\u062C\u0645\u0627\u062A \u0641\u0642\u0637",changeToDualTranslationMode:"\u0627\u0644\u062A\u0628\u062F\u064A\u0644 \u0625\u0644\u0649 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u062B\u0646\u0627\u0626\u064A\u0629 \u0627\u0644\u0644\u063A\u0629",translateToThePageEndImmediately:"\u062A\u0631\u062C\u0645 \u0639\u0644\u0649 \u0627\u0644\u0641\u0648\u0631 \u0625\u0644\u0649 \u0623\u0633\u0641\u0644 \u0627\u0644\u0635\u0641\u062D\u0629",translateTheMainPage:"\u0627\u0644\u0645\u062C\u0627\u0644\u0627\u062A \u0627\u0644\u0631\u0626\u064A\u0633\u064A\u0629 \u0644\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0630\u0643\u064A\u0629","The local rules are up to date":"\u0642\u0648\u0627\u0639\u062F \u0627\u0644\u062A\u0643\u064A\u0641 \u0627\u0644\u0645\u062D\u0644\u064A\u0629 \u0645\u062D\u062F\u062B\u0629:","Successfully synchronized with the latest official rules:":"\u062A\u0645\u062A \u0645\u0632\u0627\u0645\u0646\u0629 \u0623\u062D\u062F\u062B \u0642\u0648\u0627\u0639\u062F \u0627\u0644\u062A\u0643\u064A\u0641 \u0627\u0644\u0631\u0633\u0645\u064A\u0629 \u0628\u0646\u062C\u0627\u062D:","Checking for updates":"\u0627\u0644\u0628\u062D\u062B \u0639\u0646 \u062A\u062D\u062F\u064A\u062B\u0627\u062A","Rules are being synchronized":"\u0645\u0632\u0627\u0645\u0646\u0629 \u0642\u0648\u0627\u0639\u062F \u0627\u0644\u062A\u0643\u064A\u0641",localVersionIsTooOld:"\u0625\u0635\u062F\u0627\u0631 \u0627\u0644\u0645\u0644\u062D\u0642 \u0627\u0644\u0645\u062D\u0644\u064A \u0642\u062F\u064A\u0645 \u062C\u062F\u064B\u0627. \u064A\u0631\u062C\u0649 \u0627\u0644\u062A\u0631\u0642\u064A\u0629 \u0625\u0644\u0649 \u0627\u0644\u0645\u0644\u062D\u0642 {minVersion} \u0623\u0648 \u0625\u0635\u062F\u0627\u0631 \u0623\u062D\u062F\u062B \u0648\u0645\u062D\u0627\u0648\u0644\u0629 \u0627\u0644\u0645\u0632\u0627\u0645\u0646\u0629 \u0645\u0631\u0629 \u0623\u062E\u0631\u0649.",badUserscriptBrowser:"\u0627\u0644\u0645\u062A\u0635\u0641\u062D \u0627\u0644\u062D\u0627\u0644\u064A \u0644\u0627 \u064A\u0637\u0628\u0642 \u0648\u0627\u062C\u0647\u0629 \u0645\u0644\u062D\u0642 Grease Monkey \u0628\u0634\u0643\u0644 \u0635\u062D\u064A\u062D (\u0645\u062B\u0644 \u0627\u0644\u062D\u0635\u0648\u0644 \u0639\u0644\u0649 \u0645\u0639\u0644\u0648\u0645\u0627\u062A \u0631\u0642\u0645 \u0627\u0644\u0625\u0635\u062F\u0627\u0631 \u0644\u0644\u0628\u0631\u0646\u0627\u0645\u062C \u0627\u0644\u0646\u0635\u064A Grease Monkey \u0646\u0641\u0633\u0647)\u060C \u064A\u0631\u062C\u0649 \u0627\u0633\u062A\u062E\u062F\u0627\u0645 \u0645\u0644\u062D\u0642\u0627\u062A \u062F\u0639\u0645 \u0623\u062E\u0631\u0649 <1> Grease Monkey \u0645\u062A\u0635\u0641\u062D\u0627\u062A \u0645\u062B\u0644 \u0641\u0627\u064A\u0631\u0641\u0648\u0643\u0633",foundNewVersion:"\u062A\u0645 \u0627\u0644\u0639\u062B\u0648\u0631 \u0639\u0644\u0649 \u0646\u0633\u062E\u0629 \u062C\u062F\u064A\u062F\u0629",theLocalExtensionIsUpToUpdate:"\u0627\u0644\u0627\u0645\u062A\u062F\u0627\u062F \u0627\u0644\u062D\u0627\u0644\u064A \u0647\u0648 \u0623\u062D\u062F\u062B \u0625\u0635\u062F\u0627\u0631.",failToSyncRules:"\u0641\u0634\u0644\u062A \u0645\u0632\u0627\u0645\u0646\u0629 \u0623\u062D\u062F\u062B \u0642\u0648\u0627\u0639\u062F \u0627\u0644\u062A\u0643\u064A\u0641",retry:"\u0627\u0636\u063A\u0637 \u0647\u0646\u0627 \u0644\u0644\u0645\u062D\u0627\u0648\u0644\u0629 \u0645\u0631\u0629 \u0623\u062E\u0631\u0649",failedReason:"\u0633\u0628\u0628 \u0627\u0644\u0641\u0634\u0644",currentRuleVersion:"\u0646\u0633\u062E\u0629 \u0627\u0644\u0642\u0627\u0639\u062F\u0629 \u0627\u0644\u062D\u0627\u0644\u064A\u0629",calculating:"\u062D\u0633\u0627\u0628",unknownError:"\u062E\u0637\u0623 \u063A\u064A\u0631 \u0645\u0639\u0631\u0648\u0641",canNotFetchRemoteRule:"\u063A\u064A\u0631 \u0642\u0627\u062F\u0631 \u0639\u0644\u0649 \u0627\u0644\u062D\u0635\u0648\u0644 \u0639\u0644\u0649 \u0627\u0644\u0642\u0648\u0627\u0639\u062F \u0627\u0644\u0628\u0639\u064A\u062F\u0629",enableAlphaSuccess:"\u062A\u0645 \u062A\u0634\u063A\u064A\u0644 \u0648\u0638\u064A\u0641\u0629 \u0623\u0644\u0641\u0627",disableAlphaSuccess:"\u062A\u0645 \u0625\u064A\u0642\u0627\u0641 \u0645\u064A\u0632\u0629 \u0623\u0644\u0641\u0627",cacheSize:"\u062D\u062C\u0645 \u0630\u0627\u0643\u0631\u0629 \u0627\u0644\u062A\u062E\u0632\u064A\u0646 \u0627\u0644\u0645\u0624\u0642\u062A\uFF1A",cleaning:"\u062A\u0646\u0638\u064A\u0641",cleanCache:"\u0645\u0633\u062D \u0630\u0627\u0643\u0631\u0629 \u0627\u0644\u062A\u062E\u0632\u064A\u0646 \u0627\u0644\u0645\u0624\u0642\u062A",options:"\u064A\u062B\u0628\u062A",about:"\u0639\u0646",service:"\u062E\u062F\u0645\u0629 \u0627\u0644\u062A\u0631\u062C\u0645\u0629",needAction:"(\u0627\u0630\u0647\u0628 \u0644\u0644\u0627\u0639\u062F\u0627\u062F\u0627\u062A)",goSettings:"\u0627\u0630\u0647\u0628 \u0644\u0644\u0627\u0639\u062F\u0627\u062F\u0627\u062A",needActionForOptions:"(\u062A\u062D\u062A\u0627\u062C \u0625\u0644\u0649 \u062A\u0639\u064A\u064A\u0646)",translationEngine:"\u062E\u064A\u0627\u0631\u0627\u062A \u0627\u0644\u0645\u062D\u0631\u0643",sourceLanguage:"\u0627\u0644\u0644\u063A\u0629 \u0627\u0644\u0623\u0635\u0644\u064A\u0629",target:"\u0627\u0644\u0644\u063A\u0629 \u0627\u0644\u0645\u0633\u062A\u0647\u062F\u0641\u0629",popupSourceLanguage:"\u0627\u0644\u0644\u063A\u0629 \u0627\u0644\u0623\u0635\u0644\u064A\u0629",popupTarget:"\u0627\u0644\u0644\u063A\u0629 \u0627\u0644\u0645\u0633\u062A\u0647\u062F\u0641\u0629",popupService:"\u062E\u062F\u0645\u0629 \u0627\u0644\u062A\u0631\u062C\u0645\u0629",forThisSite:"\u0627\u0644\u0645\u0648\u0642\u0639 \u0627\u0644\u062D\u0627\u0644\u064A",autoEnableSubtitle:"\u0642\u0645 \u0628\u062A\u0634\u063A\u064A\u0644 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u062B\u0646\u0627\u0626\u064A\u0629 \u0627\u0644\u0644\u063A\u0629 \u062A\u0644\u0642\u0627\u0626\u064A\u064B\u0627",alwaysTranslate:"\u062A\u0631\u062C\u0645 \u062F\u0627\u0626\u0645\u0627 ",neverTranslate:"\u0644\u0627 \u062A\u062A\u0631\u062C\u0645 \u0623\u0628\u062F\u064B\u0627 ",alwaysTranslateSomeLanguage:"\u062A\u0631\u062C\u0645 \u062F\u0627\u0626\u0645\u0627 {language}",neverTranslateSomeLanguage:"\u0644\u0627 \u062A\u062A\u0631\u062C\u0645 \u0623\u0628\u062F\u064B\u0627 {language}",alwaysTranslateSomeSite:"\u062A\u0631\u062C\u0645 \u062F\u0627\u0626\u0645\u0627 {hostname}",neverTranslateSomeSite:"\u0644\u0627 \u062A\u062A\u0631\u062C\u0645 \u0623\u0628\u062F\u064B\u0627 {hostname}",alwaysTranslateSomeSiteOrWildSite:"\u0642\u0645 \u0628\u062A\u0631\u062C\u0645\u0629 \u0647\u0630\u0627 \u0627\u0644\u0645\u0648\u0642\u0639 \u062F\u0627\u0626\u0645\u064B\u0627",alwaysTranslateSomePage:"\u0642\u0645 \u0628\u062A\u0631\u062C\u0645\u0629 \u0647\u0630\u0647 \u0627\u0644\u0635\u0641\u062D\u0629 \u062F\u0627\u0626\u0645\u064B\u0627",add:"\u0627\u0636\u0641 \u0625\u0644\u064A\u0647",default:"\u062A\u0642\u0635\u064A\u0631",forThisLanguage:"\u0644\u0647\u0630\u0647 \u0627\u0644\u0644\u063A\u0629\uFF1A","add url":"\u0625\u062F\u062E\u0627\u0644 \u0639\u0646\u0648\u0627\u0646 \u0627\u0644\u0645\u0648\u0642\u0639",edit:"\u064A\u062D\u0631\u0631","translate other languages into specific language":"\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0644\u063A\u0627\u062A \u0627\u0644\u0623\u062E\u0631\u0649 \u0625\u0644\u0649 \u0627\u0644\u0644\u063A\u0629 \u0627\u0644\u062A\u064A \u062A\u062D\u062F\u062F\u0647\u0627","select translation service":"\u0627\u062E\u062A\u0631 \u062E\u062F\u0645\u0629 \u0627\u0644\u062A\u0631\u062C\u0645\u0629",language:"\u0644\u063A\u0629","show-original":"\u0625\u0638\u0647\u0627\u0631 \u0627\u0644\u0646\u0635 \u0627\u0644\u0623\u0635\u0644\u064A",translate:"\u064A\u062A\u0631\u062C\u0645",Translated:"\u0645\u062A\u0631\u062C\u0645",Translating:"\u062C\u0627\u0631 \u0627\u0644\u062A\u0631\u062C\u0645\u0629",Error:"\u062E\u0637\u0623",allowCacheTranslations:"\u062A\u0645\u0643\u064A\u0646 \u0627\u0644\u062A\u062E\u0632\u064A\u0646 \u0627\u0644\u0645\u0624\u0642\u062A \u0644\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0645\u062D\u0644\u064A\u0629 (\u0644\u062A\u0642\u0644\u064A\u0644 \u0637\u0644\u0628\u0627\u062A \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0644\u0644\u0641\u0642\u0631\u0627\u062A \u0627\u0644\u0645\u0643\u0631\u0631\u0629)","translation display":"\u0623\u0633\u0644\u0648\u0628 \u0639\u0631\u0636 \u0627\u0644\u062A\u0631\u062C\u0645\u0629","select diplay style":"\u062A\u0645\u064A\u064A\u0632 \u0623\u0633\u0644\u0648\u0628 \u0627\u0644\u062A\u0631\u062C\u0645\u0629\u060C \u064A\u0631\u062C\u0649 \u0627\u0644\u0631\u062C\u0648\u0639 \u0625\u0644\u0649 \u0627\u0644\u0623\u0645\u062B\u0644\u0629 \u0627\u0644\u062A\u0627\u0644\u064A\u0629 \u0644\u0645\u0632\u064A\u062F \u0645\u0646 \u0627\u0644\u062A\u0641\u0627\u0635\u064A\u0644:",interface:"\u0625\u0639\u062F\u0627\u062F\u0627\u062A \u0627\u0644\u0648\u0627\u062C\u0647\u0629",import_export:"\u0627\u0633\u062A\u064A\u0631\u0627\u062F \u0648\u062A\u0635\u062F\u064A\u0631",import_export_title:"\u062A\u0643\u0648\u064A\u0646 \u0627\u0644\u0627\u0633\u062A\u064A\u0631\u0627\u062F/\u0627\u0644\u062A\u0635\u062F\u064A\u0631",syncToGoogleDrive:"\u0627\u0644\u0645\u0632\u0627\u0645\u0646\u0629 \u0645\u0639 Google Drive \u0627\u0644\u0622\u0646",floatBallOptions:"\u0625\u0639\u062F\u0627\u062F\u0627\u062A \u0627\u0644\u0643\u0631\u0629 \u0627\u0644\u0645\u0639\u0644\u0642\u0629","floatBallOptions.enable":"\u062A\u0645\u0643\u064A\u0646 \u0627\u0644\u0643\u0631\u0629 \u0627\u0644\u0639\u0627\u0626\u0645\u0629","floatBallOptions.blockUrls":"\u062A\u0639\u0637\u064A\u0644 \u0645\u0648\u0642\u0639 \u0627\u0644\u0648\u064A\u0628","floatBallOptions.add":"\u0627\u0636\u0641 \u0625\u0644\u064A\u0647","floatBallOptions.blockUrlDesc":"\u0644\u0646 \u064A\u062A\u0645 \u0639\u0631\u0636 \u0627\u0644\u0643\u0631\u0629 \u0627\u0644\u0639\u0627\u0626\u0645\u0629 \u0639\u0646\u062F \u0645\u0648\u0627\u062C\u0647\u0629 \u0627\u0644\u0645\u0648\u0627\u0642\u0639 \u0627\u0644\u062A\u0627\u0644\u064A\u0629","floatBallOptions.clickType":"\u0627\u0646\u0642\u0631 \u0641\u0648\u0642 \u0627\u0644\u0633\u0644\u0648\u0643","floatBallOptions.clickTypeDesc":"\u0633\u0644\u0648\u0643 \u0623\u064A\u0642\u0648\u0646\u0629 \u0627\u0644\u0643\u0631\u0629 \u0627\u0644\u0639\u0627\u0626\u0645\u0629 \u0639\u0646\u062F \u0627\u0644\u0646\u0642\u0631 \u0639\u0644\u064A\u0647\u0627","floatBallOptions.clickPopup":"\u0625\u0638\u0647\u0627\u0631 \u0644\u0648\u062D\u0629 \u0627\u0644\u062A\u0631\u062C\u0645\u0629","floatBallOptions.clickTranslate":"\u062A\u0631\u062C\u0645\u0629/\u0625\u0638\u0647\u0627\u0631 \u0627\u0644\u0646\u0635 \u0627\u0644\u0623\u0635\u0644\u064A","floatBallOptions.fixedPosition":"\u56FA\u5B9A\u4F4D\u7F6E","floatBallOptions.fixedPositionDesc":"\u60AC\u6D6E\u7403\u5728\u7A97\u53E3\u5DE6\u4FA7\u8FD8\u662F\u53F3\u4FA7","floatBallOptions.fixedPositionLeft":"\u5DE6\u4FA7","floatBallOptions.fixedPositionRight":"\u53F3\u4FA7",previewAllThemes:"\u0645\u0639\u0627\u064A\u0646\u0629 \u0643\u0627\u0641\u0629 \u0627\u0644\u0623\u0646\u0645\u0627\u0637","translationTheme.none":"\u0644\u0627 \u0623\u062D\u062F","translationTheme.grey":"\u0627\u0644\u0631\u0645\u0627\u062F\u064A \u0627\u0644\u062F\u0627\u0643\u0646","translationTheme.dashed":"\u062A\u0633\u0637\u064A\u0631 \u0645\u062A\u0642\u0637\u0639","translationTheme.dotted":"\u062A\u0633\u0637\u064A\u0631 \u0645\u0646\u0642\u0637","translationTheme.dashedBorder":"\u0627\u0644\u062D\u062F\u0648\u062F \u0627\u0644\u0645\u062A\u0642\u0637\u0639\u0629","translationTheme.solidBorder":"\u0627\u0644\u062D\u062F\u0648\u062F \u0627\u0644\u0635\u0644\u0628\u0629","translationTheme.underline":"\u062A\u0633\u0637\u064A\u0631 \u0645\u0633\u062A\u0642\u064A\u0645","translationTheme.mask":"\u062A\u0623\u062B\u064A\u0631 \u0637\u0645\u0633 (\u0648\u0636\u0639 \u0627\u0644\u062A\u0639\u0644\u0645)","translationTheme.opacity":"\u062A\u0623\u062B\u064A\u0631 \u0627\u0644\u0634\u0641\u0627\u0641\u064A\u0629","translationTheme.paper":"\u062A\u0623\u062B\u064A\u0631 \u0627\u0644\u0638\u0644 \u0648\u0631\u0642\u0629 \u0628\u064A\u0636\u0627\u0621","translationTheme.dividingLine":"\u062E\u0637 \u0627\u0644\u062A\u0642\u0633\u064A\u0645","translationTheme.highlight":"\u062A\u0633\u0644\u064A\u0637 \u0627\u0644\u0636\u0648\u0621","translationTheme.marker":"\u0639\u0644\u0627\u0645\u0629","translationTheme.marker2":"\u0639\u0644\u0627\u0645\u0629 2","translationTheme.blockquote":"\u0627\u0644\u0646\u0645\u0637 \u0627\u0644\u0645\u0631\u062C\u0639\u064A","translationTheme.weakening":"\u064A\u0636\u0639\u0641","translationTheme.italic":"\u0645\u0627\u0626\u0644","translationTheme.bold":"\u0639\u0631\u064A\u0636","translationTheme.thinDashed":"\u062A\u0633\u0637\u064A\u0631 \u0645\u062A\u0642\u0637\u0639 \u0631\u0641\u064A\u0639","translationTheme.nativeDashed":"\u064A\u0623\u062A\u064A \u0627\u0644\u0646\u0638\u0627\u0645 \u0645\u0639 \u062A\u0633\u0637\u064A\u0631 \u0645\u0646\u0642\u0637","translationTheme.nativeDotted":"\u064A\u0623\u062A\u064A \u0627\u0644\u0646\u0638\u0627\u0645 \u0645\u0639 \u062A\u0633\u0637\u064A\u0631 \u0645\u0646\u0642\u0637","translationTheme.nativeUnderline":"\u0627\u0644\u0646\u0638\u0627\u0645 \u064A\u0623\u062A\u064A \u0645\u0639 \u062A\u0633\u0637\u064A\u0631 \u0645\u0633\u062A\u0642\u064A\u0645","translationTheme.wavy":"\u062E\u0637\u0648\u0637 \u0645\u062A\u0645\u0648\u062C\u0629","translationServices.custom":"\u0648\u0627\u062C\u0647\u0629 \u0628\u0631\u0645\u062C\u0629 \u0627\u0644\u062A\u0637\u0628\u064A\u0642\u0627\u062A \u0627\u0644\u0645\u062E\u0635\u0635\u0629","translationServices.tencent":"\u0645\u062A\u0631\u062C\u0645 \u062A\u064A\u0646\u0633\u0646\u062A","translationServices.tenAlpha":"\u0645\u062A\u0631\u062C\u0645 \u062A\u064A\u0646\u0633\u0646\u062A (\u0623\u0644\u0641\u0627)","translationServices.google":"\u062C\u0648\u062C\u0644 \u0627\u0644\u0645\u062A\u0631\u062C\u0645","translationServices.bai":"\u0628\u0627\u064A\u062F\u0648 (\u0623\u0644\u0641\u0627)","translationServices.baidu":"\u0645\u062A\u0631\u062C\u0645 \u0628\u0627\u064A\u062F\u0648","translationServices.aliyun":"\u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0633\u062D\u0627\u0628\u064A\u0629 \u0639\u0644\u0649 \u0628\u0627\u0628\u0627","translationServices.volc":"\u062A\u0631\u062C\u0645\u0629 \u0628\u0631\u0643\u0627\u0646","translationServices.deeplx":"DeepLX (\u0628\u064A\u062A\u0627)","translationServices.bing":"\u0645\u062A\u0631\u062C\u0645 \u0645\u0627\u064A\u0643\u0631\u0648\u0633\u0648\u0641\u062A","translationServices.deepl":"\u062F\u064A\u0628 \u0625\u0644","translationServices.wechat":"\u062A\u0631\u062C\u0645\u0629 \u0648\u064A \u0634\u0627\u062A","translationServices.azure":"\u062A\u0631\u062C\u0645\u0629 \u0623\u0632\u0648\u0631","translationServices.ibm":"\u0622\u064A \u0628\u064A \u0625\u0645 \u0648\u0627\u062A\u0633\u0648\u0646","translationServices.aws":"\u062A\u0631\u062C\u0645\u0629 \u0623\u0645\u0627\u0632\u0648\u0646","translationServices.mock":"\u062A\u0631\u062C\u0645\u0629 \u0645\u062D\u0627\u0643\u0627\u0629","translationServices.mock2":"\u062A\u0631\u062C\u0645\u0629 \u0645\u062D\u0627\u0643\u0627\u0629 2","translationServices.caiyun":"\u0643\u0627\u064A\u0648\u0646 \u0634\u064A\u0627\u0648\u064A\u0649","translationServices.cai":"\u0643\u0627\u064A\u0648\u0646 \u0634\u064A\u0627\u0648\u064A\u0649 (\u0623\u0644\u0641\u0627)","translationServices.volcAlpha":"\u0628\u0631\u0643\u0627\u0646 (\u0623\u0644\u0641\u0627)","translationServices.openl":"\u0623\u0648\u0628\u0646 \u0625\u0644","translationServices.youdao":"\u062A\u0631\u062C\u0645\u0629 \u064A\u0648\u062F\u0627\u0648","translationServices.you":"\u062A\u0631\u062C\u0645\u0629 \u064A\u0648\u062F\u0627\u0648 (\u0623\u0644\u0641\u0627)","translationServices.transmart":"\u062A\u064A\u0646\u0633\u0646\u062A \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u062A\u0641\u0627\u0639\u0644\u064A\u0629","translationServices.niu":"\u062A\u0631\u062C\u0645\u0629 \u0645\u0627\u0641\u0631\u064A\u0643\u0633","translationServices.papago":"\u062A\u0631\u062C\u0645\u0629 \u0628\u0627\u0628\u0627\u062C\u0648","translationServices.d":"\u062F (\u0623\u0644\u0641\u0627)","translationServices.dpro":"\u062F\u064A \u0628\u0631\u0648 (\u0643\u0646\u0627\u0631\u064A)","translationServices.openai":"OpenAI","translationServices.yandex":"Yandex","translationServices.chatgpt":"ChatGPT Web (3.5 \u062C\u0648\u0627\u0644)","translate title":"\u062A\u0631\u062C\u0645\u0629 \u0639\u0646\u0648\u0627\u0646 \u0627\u0644\u0635\u0641\u062D\u0629","always languages":"\u0627\u0644\u0644\u063A\u0629 \u0627\u0644\u0645\u062A\u0631\u062C\u0645\u0629 \u062F\u0627\u0626\u0645\u0627",neverTranslateLanguagesLabel:"\u0627\u0644\u0644\u063A\u0627\u062A \u0627\u0644\u062A\u064A \u0644\u0627 \u062A\u062A\u0631\u062C\u0645 \u0623\u0628\u062F\u0627",neverTranslateTheFollowingLanguagesDescription:"\u0633\u064A\u062A\u0645 \u062A\u062E\u0637\u064A \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0639\u0646\u062F\u0645\u0627 \u062A\u0643\u0648\u0646 \u0641\u0642\u0631\u0629 \u0641\u064A \u0627\u0644\u0635\u0641\u062D\u0629 \u0628\u0627\u0644\u0644\u063A\u0627\u062A \u0627\u0644\u062A\u0627\u0644\u064A\u0629",enableUserscriptPagePopup:"\u0625\u0638\u0647\u0627\u0631 \u0627\u0644\u0643\u0631\u0629 \u0627\u0644\u0639\u0627\u0626\u0645\u0629 \u0639\u0644\u0649 \u0627\u0644\u0635\u0641\u062D\u0629",enableUserscriptPagePopupDescription:"\u0628\u0639\u062F \u0625\u063A\u0644\u0627\u0642 \u0627\u0644\u0643\u0631\u0629 \u0627\u0644\u0639\u0627\u0626\u0645\u0629\u060C \u064A\u0645\u0643\u0646\u0643 \u0627\u0633\u062A\u062E\u062F\u0627\u0645 \u0645\u0641\u062A\u0627\u062D \u0627\u0644\u0627\u062E\u062A\u0635\u0627\u0631 /{touch}\u0644\u0625\u064A\u0642\u0627\u0638\u0647\u0627. \u0644\u0645\u0646\u0639 \u0627\u0644\u0639\u062B\u0648\u0631 \u0639\u0644\u0649 \u0627\u0644\u0643\u0631\u0629 \u0627\u0644\u0639\u0627\u0626\u0645\u0629 \u0628\u0639\u062F \u0625\u064A\u0642\u0627\u0641 \u062A\u0634\u063A\u064A\u0644 \u0647\u0630\u0627 \u0627\u0644\u062E\u064A\u0627\u0631 \u0639\u0646 \u0637\u0631\u064A\u0642 \u0627\u0644\u062E\u0637\u0623\u060C \u064A\u0648\u0635\u0649 \u0628\u0634\u062F\u0629 \u0628\u0648\u0636\u0639 \u0625\u0634\u0627\u0631\u0629 \u0645\u0631\u062C\u0639\u064A\u0629 \u0639\u0644\u0649 \u0635\u0641\u062D\u0629 \u0627\u0644\u0625\u0639\u062F\u0627\u062F\u0627\u062A \u0647\u0630\u0647.","always translate the following languages":"\u0639\u0646\u062F\u0645\u0627 \u062A\u0643\u0648\u0646 \u0644\u063A\u0629 \u0627\u0644\u0635\u0641\u062D\u0629 \u0628\u0627\u0644\u0644\u063A\u0627\u062A \u0627\u0644\u062A\u0627\u0644\u064A\u0629\u060C \u0633\u062A\u062A\u0645 \u062A\u0631\u062C\u0645\u062A\u0647\u0627 \u062A\u0644\u0642\u0627\u0626\u064A\u064B\u0627 \u0625\u0644\u0649 \u0627\u0644\u0644\u063A\u0629 \u0627\u0644\u0645\u0633\u062A\u0647\u062F\u0641\u0629","always sites":"\u0639\u0646\u0627\u0648\u064A\u0646 URL \u0627\u0644\u0645\u062A\u0631\u062C\u0645\u0629 \u062F\u0627\u0626\u0645\u064B\u0627","always translate the following sites":"\u0639\u0646\u062F\u0645\u0627 \u064A\u0643\u0648\u0646 \u0645\u0648\u0642\u0639 \u0627\u0644\u0648\u064A\u0628 \u0628\u0627\u0633\u0645 \u0627\u0644\u0646\u0637\u0627\u0642 \u0627\u0644\u062A\u0627\u0644\u064A\u060C \u0633\u062A\u062A\u0645 \u062A\u0631\u062C\u0645\u062A\u0647 \u062A\u0644\u0642\u0627\u0626\u064A\u064B\u0627 \u0625\u0644\u0649 \u0627\u0644\u0644\u063A\u0629 \u0627\u0644\u0647\u062F\u0641","never sites":"\u0639\u0646\u0627\u0648\u064A\u0646 URL \u0627\u0644\u062A\u064A \u0644\u0646 \u062A\u062A\u0645 \u062A\u0631\u062C\u0645\u062A\u0647\u0627 \u0623\u0628\u062F\u064B\u0627","never translate the following sites":"\u0644\u0646 \u064A\u062A\u0645 \u062A\u0646\u0641\u064A\u0630 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0639\u0646\u062F\u0645\u0627 \u064A\u0643\u0648\u0646 \u0645\u0648\u0642\u0639 \u0627\u0644\u0648\u064A\u0628 \u064A\u062D\u0645\u0644 \u0627\u0633\u0645 \u0627\u0644\u0646\u0637\u0627\u0642 \u0627\u0644\u062A\u0627\u0644\u064A","please refer to":"\u064A\u062C\u0628 \u0639\u0644\u064A\u0643 \u062A\u0639\u0628\u0626\u0629 \u0627\u0644\u0645\u0641\u062A\u0627\u062D \u0642\u0628\u0644 \u0627\u0633\u062A\u062E\u062F\u0627\u0645\u0647\u060C \u0644\u0645\u0632\u064A\u062F \u0645\u0646 \u0627\u0644\u062A\u0641\u0627\u0635\u064A\u0644 \u064A\u0631\u062C\u0649 \u0627\u0644\u0631\u062C\u0648\u0639 \u0625\u0644\u0649",KeyAndConfigurationTutorial:'"\u0627\u0644\u0628\u0631\u0646\u0627\u0645\u062C \u0627\u0644\u062A\u0639\u0644\u064A\u0645\u064A \u0644\u0644\u062A\u0637\u0628\u064A\u0642 \u0648\u0627\u0644\u062A\u0643\u0648\u064A\u0646 \u0627\u0644\u0631\u0626\u064A\u0633\u064A"',useAboveStyleForTheseSites:"\u0639\u0646\u062F\u0645\u0627 \u064A\u0643\u0648\u0646 \u0645\u0648\u0642\u0639 \u0627\u0644\u0648\u064A\u0628 \u0647\u0648 \u0627\u0633\u0645 \u0627\u0644\u0646\u0637\u0627\u0642 \u0627\u0644\u062A\u0627\u0644\u064A\u060C \u0627\u0633\u062A\u062E\u062F\u0645 \u062F\u0627\u0626\u0645\u064B\u0627 \u0646\u0645\u0637 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u2308{theme}\u230B",currentUrl:"\u0639\u0646\u0648\u0627\u0646 URL \u0627\u0644\u062D\u0627\u0644\u064A",confirm:"\u064A\u062D\u0641\u0638",cancel:"\u064A\u0644\u063A\u064A",delete:"\u064A\u0645\u0633\u062D","languages.auto":"\u0627\u0644\u0643\u0634\u0641 \u0627\u0644\u062A\u0644\u0642\u0627\u0626\u064A",syncToCloud:"\u0627\u0644\u0645\u0632\u0627\u0645\u0646\u0629 \u0645\u0639 \u062C\u0648\u062C\u0644 \u062F\u0631\u0627\u064A\u0641",syncToCloudDescription:"\u0642\u0645 \u0628\u0627\u0644\u062A\u062D\u0645\u064A\u0644 \u0625\u0644\u0649 \u0627\u0644\u0633\u062D\u0627\u0628\u0629\u060C \u0648\u064A\u0645\u0643\u0646 \u0645\u0632\u0627\u0645\u0646\u0629 \u0627\u0644\u062A\u0643\u0648\u064A\u0646 \u0628\u064A\u0646 \u0627\u0644\u0645\u062A\u0635\u0641\u062D\u0627\u062A \u0627\u0644\u0645\u062E\u062A\u0644\u0641\u0629/\u0627\u0644\u0646\u0635\u0648\u0635 \u0627\u0644\u0628\u0631\u0645\u062C\u064A\u0629 \u0644\u0642\u0631\u062F \u0627\u0644\u0632\u064A\u062A\u060C \u0645\u0639 \u0645\u0631\u0627\u0639\u0627\u0629 \u0648\u0642\u062A \u0627\u0644\u062A\u0639\u062F\u064A\u0644 \u0627\u0644\u0623\u062E\u064A\u0631.",syncToAccount:"\u0627\u0644\u0645\u0632\u0627\u0645\u0646\u0629 \u0645\u0639 \u0633\u062D\u0627\u0628\u0629 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0634\u0627\u0645\u0644\u0629",syncToAccountButton:"\u0645\u0632\u0627\u0645\u0646\u0629 \u0645\u0639 \u0627\u0644\u0633\u062D\u0627\u0628\u0629 \u0639\u0644\u0649 \u0627\u0644\u0641\u0648\u0631",syncToAccountDescription:"\u0645\u0632\u0627\u0645\u0646\u0629 \u0627\u0644\u062A\u0643\u0648\u064A\u0646\u0627\u062A \u062A\u0644\u0642\u0627\u0626\u064A\u064B\u0627 \u0628\u064A\u0646 \u0627\u0644\u0623\u062C\u0647\u0632\u0629 \u0627\u0644\u0645\u062E\u062A\u0644\u0641\u0629\u060C \u0628\u0646\u0627\u0621\u064B \u0639\u0644\u0649 \u0648\u0642\u062A \u0627\u0644\u062A\u0639\u062F\u064A\u0644 \u0627\u0644\u0623\u062E\u064A\u0631.",successSyncConfigInAccount:"\u0627\u0644\u0628\u0642\u0627\u0621 \u0645\u062A\u0632\u0627\u0645\u0646\u064B\u0627 \u0645\u0639 \u0627\u0644\u0633\u062D\u0627\u0628\u0629 \u0628\u0646\u062C\u0627\u062D",successSyncConfigToAccount:"\u062A\u0645\u062A \u0627\u0644\u0645\u0632\u0627\u0645\u0646\u0629 \u0628\u0646\u062C\u0627\u062D \u0645\u0639 \u0627\u0644\u0633\u062D\u0627\u0628\u0629",syncConfigNoUpdate:"\u0628\u0627\u0644\u0641\u0639\u0644 \u0627\u0644\u0623\u062D\u062F\u062B",authFail:"\u0641\u0634\u0644 \u0627\u0644\u062A\u0641\u0648\u064A\u0636",syncTitle:"\u0625\u062F\u0627\u0631\u0629 \u0627\u0644\u0646\u0633\u062E \u0627\u0644\u0627\u062D\u062A\u064A\u0627\u0637\u064A \u0627\u0644\u064A\u062F\u0648\u064A",import_hint:"\u064A\u0633\u062A\u0648\u0631\u062F",upload:"\u0631\u0641\u0639",revokeAuth:"\u0625\u0644\u063A\u0627\u0621 \u0627\u0644\u062A\u0631\u062E\u064A\u0635",uploadFail:"\u0627\u0644\u062A\u062D\u0645\u064A\u0644 \u0641\u0634\u0644",download:"\u062A\u062D\u0645\u064A\u0644",importSuccess:"\u062A\u0645 \u0627\u0644\u0627\u0633\u062A\u064A\u0631\u0627\u062F \u0628\u0646\u062C\u0627\u062D",importFail:"\u0641\u0634\u0644 \u0627\u0644\u0627\u0633\u062A\u064A\u0631\u0627\u062F",deleteFail:"\u0641\u0634\u0644 \u0641\u064A \u0627\u0644\u062D\u0630\u0641",backupToCloud:"\u0625\u062F\u0627\u0631\u0629 \u0645\u0644\u0641\u0627\u062A \u0627\u0644\u0646\u0633\u062E \u0627\u0644\u0627\u062D\u062A\u064A\u0627\u0637\u064A \u064A\u062F\u0648\u064A\u0627",create_new_backup:"\u0625\u0636\u0627\u0641\u0629 \u0639\u0642\u062F\u0629 \u0627\u062D\u062A\u064A\u0627\u0637\u064A\u0629",maxBackupFiles:"\u064A\u0645\u0643\u0646 \u0639\u0645\u0644 \u0646\u0633\u062E\u0629 \u0627\u062D\u062A\u064A\u0627\u0637\u064A\u0629 \u0644\u0645\u0627 \u064A\u0635\u0644 \u0625\u0644\u0649{count}\u0639\u0642\u062F \u0645\u062E\u062A\u0644\u0641\u0629\u060C \u064A\u0631\u062C\u0649 \u062D\u0630\u0641 \u0627\u0644\u0639\u0642\u062F \u063A\u064A\u0631 \u0627\u0644\u0636\u0631\u0648\u0631\u064A\u0629",backupToCloudDescription:"\u062A\u062D\u0645\u064A\u0644 \u0645\u0644\u0641\u0627\u062A \u0627\u0644\u0646\u0633\u062E \u0627\u0644\u0627\u062D\u062A\u064A\u0627\u0637\u064A \u0623\u0648 \u0627\u0633\u062A\u0639\u0627\u062F\u062A\u0647\u0627 \u064A\u062F\u0648\u064A\u064B\u0627\u060C \u0645\u0645\u0627 \u064A\u0633\u0645\u062D \u0628\u0645\u0627 \u064A\u0635\u0644 \u0625\u0644\u0649 3 \u0646\u0633\u062E \u0627\u062D\u062A\u064A\u0627\u0637\u064A\u0629 \u0645\u062E\u062A\u0644\u0641\u0629",successSyncConfig:"\u0627\u0644\u0628\u0642\u0627\u0621 \u0645\u062A\u0632\u0627\u0645\u0646\u064B\u0627 \u0645\u0639 \u0627\u0644\u0633\u062D\u0627\u0628\u0629 \u0628\u0646\u062C\u0627\u062D",syncFail:"\u0641\u0634\u0644\u062A \u0627\u0644\u0645\u0632\u0627\u0645\u0646\u0629",updatedAt:"\u062A\u0645 \u0627\u0644\u062A\u062D\u062F\u064A\u062B \u0639\u0646\u062F {date}",lastSyncedAt:"\u0622\u062E\u0631 \u0641\u062D\u0635 \u0643\u0627\u0646 \u0639\u0646\u062F {date}",downloadFail:"\u0627\u0644\u062A\u062D\u0645\u064A\u0644 \u0641\u0634\u0644",clickToDownload:"\u0627\u0636\u063A\u0637 \u0644\u0644\u062A\u062D\u0645\u064A\u0644",aboutLabel:"\u062D\u0648\u0644 - \u0631\u062F\u0648\u062F \u0627\u0644\u0641\u0639\u0644","browser.openAboutPage":"\u062D\u0648\u0644/\u0631\u062F\u0648\u062F \u0627\u0644\u0641\u0639\u0644",aboutLabelWithoutSponsor:"\u062D\u0648\u0644 - \u0631\u062F\u0648\u062F \u0627\u0644\u0641\u0639\u0644",aboutIntro:"\u0623\u062A\u0645\u0646\u0649 \u0623\u0646 \u0646\u062A\u0645\u0643\u0646 \u062C\u0645\u064A\u0639\u064B\u0627 \u0645\u0646 \u0627\u0644\u0648\u0635\u0648\u0644 \u0625\u0644\u0649 \u0627\u0644\u0645\u0639\u0644\u0648\u0645\u0627\u062A \u0627\u0644\u0636\u062E\u0645\u0629 \u0627\u0644\u0645\u062A\u0639\u0644\u0642\u0629 \u0628\u0627\u0644\u0644\u063A\u0627\u062A \u0627\u0644\u0623\u062C\u0646\u0628\u064A\u0629 \u0639\u0644\u0649 \u0627\u0644\u0625\u0646\u062A\u0631\u0646\u062A \u0628\u0633\u0647\u0648\u0644\u0629 \u0648\u0633\u0639\u0627\u062F\u0629 \u0623\u0643\u0628\u0631. \u064A\u0645\u0643\u0646\u0643 \u0627\u062E\u062A\u064A\u0627\u0631 \u0641\u062A\u062D \u0639\u0636\u0648\u064A\u0629 <6> Pro \u0644\u0627\u0633\u062A\u062E\u062F\u0627\u0645 \u062A\u0631\u062C\u0645\u0627\u062A DeepL \u0648OpenAI \u062E\u0627\u0631\u062C \u0627\u0644\u0635\u0646\u062F\u0648\u0642.

\u064A\u0645\u0643\u0646\u0643\u0645 \u0645\u062A\u0627\u0628\u0639\u062A\u0646\u0627 \u0639\u0644\u0649 <3>\u062A\u0648\u064A\u062A\u0631 ,<4>\u0642\u0646\u0627\u0629 \u0627\u0644\u062A\u0644\u064A\u062C\u0631\u0627\u0645 \u0623\u0648 \u062D\u0633\u0627\u0628 WeChat \u0627\u0644\u0639\u0627\u0645 \u0623\u0648 \u0645\u062C\u0645\u0648\u0639\u0629 \u0627\u062A\u0635\u0627\u0644\u0627\u062A WeChat \u0623\u0648 <5> \u0627\u0634\u062A\u0631\u0627\u0643 \u0627\u0644\u0628\u0631\u064A\u062F \u0627\u0644\u0625\u0644\u0643\u062A\u0631\u0648\u0646\u064A \u0623\u062F\u0646\u0627\u0647 \u062A\u062A\u0628\u0639 \u0627\u0644\u062A\u062D\u062F\u064A\u062B\u0627\u062A.
<7>\u0639\u0636\u0648 \u0645\u062D\u062A\u0631\u0641 \u064A\u0645\u0643\u0646\u0643 \u0627\u0644\u0627\u062A\u0635\u0627\u0644 \u0628\u0627\u0644\u0628\u0631\u064A\u062F \u0627\u0644\u0625\u0644\u0643\u062A\u0631\u0648\u0646\u064A \u0627\u0644\u0633\u0631\u064A\u0639 \u0644\u062E\u062F\u0645\u0629 \u0627\u0644\u0639\u0645\u0644\u0627\u0621 <8> support@immersivetranslate.com \u0627\u0628\u0642 \u0639\u0644\u0649 \u062A\u0648\u0627\u0635\u0644 \u0645\u0639\u0646\u0627.",aboutIntroWithoutSponsor:"\u0623\u062A\u0645\u0646\u0649 \u0623\u0646 \u0646\u062A\u0645\u0643\u0646 \u062C\u0645\u064A\u0639\u064B\u0627 \u0645\u0646 \u0627\u0644\u0648\u0635\u0648\u0644 \u0628\u0634\u0643\u0644 \u0623\u0633\u0647\u0644 \u0648\u0623\u0643\u062B\u0631 \u0645\u062A\u0639\u0629 \u0625\u0644\u0649 \u0627\u0644\u0643\u0645 \u0627\u0644\u0647\u0627\u0626\u0644 \u0645\u0646 \u0627\u0644\u0645\u0639\u0644\u0648\u0645\u0627\u062A \u0628\u0627\u0644\u0644\u063A\u0629 \u0627\u0644\u0623\u062C\u0646\u0628\u064A\u0629 \u0639\u0644\u0649 \u0627\u0644\u0625\u0646\u062A\u0631\u0646\u062A \u2764\uFE0F

\u064A\u0645\u0643\u0646\u0643 \u0645\u062A\u0627\u0628\u0639\u062A\u0646\u0627 \u0639\u0644\u0649 Twitter <3> ,<4>\u0642\u0646\u0627\u0629 \u0627\u0644\u062A\u0644\u064A\u062C\u0631\u0627\u0645 \u0623\u0648 \u062D\u0633\u0627\u0628 WeChat \u0627\u0644\u0639\u0627\u0645 \u0623\u0648 \u0645\u062C\u0645\u0648\u0639\u0629 \u0627\u062A\u0635\u0627\u0644\u0627\u062A WeChat \u0623\u0648 <5> \u0627\u0634\u062A\u0631\u0627\u0643 \u0627\u0644\u0628\u0631\u064A\u062F \u0627\u0644\u0625\u0644\u0643\u062A\u0631\u0648\u0646\u064A \u0623\u062F\u0646\u0627\u0647 \u062A\u062A\u0628\u0639 \u0627\u0644\u062A\u062D\u062F\u064A\u062B\u0627\u062A.",projectHomepage:"\u0627\u0644\u0635\u0641\u062D\u0629 \u0627\u0644\u0631\u0626\u064A\u0633\u064A\u0629 \u0644\u0644\u0645\u0634\u0631\u0648\u0639",joinTelegramGroup:"\u0627\u0646\u0636\u0645 \u0625\u0644\u0649 \u0645\u062C\u0645\u0648\u0639\u0629 \u0627\u062A\u0635\u0627\u0644\u0627\u062A \u0627\u0644\u0645\u0633\u062A\u062E\u062F\u0645\u064A\u0646 \u0644\u0644\u0645\u0634\u0627\u0631\u0643\u0629 \u0641\u064A \u0627\u0644\u0645\u0646\u0627\u0642\u0634\u0627\u062A \u0627\u0644\u0648\u0638\u064A\u0641\u064A\u0629",wechatPublicAccount:"\u062D\u0633\u0627\u0628 \u0648\u064A \u0634\u0627\u062A \u0627\u0644\u0639\u0627\u0645",wechatCommunities:"\u0645\u062C\u0645\u0648\u0639\u0629 \u0627\u0644\u0627\u062A\u0635\u0627\u0644\u0627\u062A WeChat",qqCommunities:"\u0642\u0646\u0627\u0629 \u0627\u062A\u0635\u0627\u0644 QQ",joinTelegramChannel:"\u062A\u0627\u0628\u0639\u0648\u0627 \u0642\u0646\u0627\u0629 \u0627\u0644\u062A\u0644\u064A\u062C\u0631\u0627\u0645 \u0644\u0645\u0639\u0631\u0641\u0629 \u0622\u062E\u0631 \u0627\u0644\u062A\u062D\u062F\u064A\u062B\u0627\u062A",feedbackAndJoin:"\u0631\u062F\u0648\u062F \u0627\u0644\u0641\u0639\u0644 \u0627\u0644\u0645\u0634\u0643\u0644\u0629 / \u0627\u0644\u0627\u0646\u0636\u0645\u0627\u0645 \u0625\u0644\u0649 \u0627\u0644\u0645\u062C\u0645\u0648\u0639\u0629",autoSync:"\u0627\u0644\u0645\u0632\u0627\u0645\u0646\u0629 \u0627\u0644\u0645\u062C\u062F\u0648\u0644\u0629 \u0627\u0644\u062A\u0644\u0642\u0627\u0626\u064A\u0629",loadingThemeTitle:"\u0623\u0633\u0644\u0648\u0628 \u0627\u0644\u062A\u062D\u0645\u064A\u0644",loadingThemeDescription:"\u0627\u0636\u0628\u0637 \u0627\u0644\u0646\u0645\u0637 \u0623\u062B\u0646\u0627\u0621 \u0627\u0646\u062A\u0638\u0627\u0631 \u062A\u062D\u0645\u064A\u0644 \u0627\u0644\u062A\u0631\u062C\u0645\u0629","loadingTheme.spinner":"\u0627\u0644\u0631\u0633\u0648\u0645 \u0627\u0644\u0645\u062A\u062D\u0631\u0643\u0629 \u0627\u0644\u062F\u0627\u0626\u0631\u0629","loadingTheme.text":"\u0646\u0635 \u062B\u0627\u0628\u062A... ","loadingTheme.none":"\u0644\u0627 \u062A\u0638\u0647\u0631",developerDescription:"\u064A\u0645\u0643\u0646\u0643 \u0627\u0644\u0646\u0642\u0631 \u0641\u0648\u0642 <1> \u0647\u0646\u0627 \u0639\u0631\u0636 \u0627\u0644\u0648\u062B\u0627\u0626\u0642 \u0627\u0644\u0645\u062A\u0639\u0644\u0642\u0629 \u0628\u0627\u0644\u062A\u062E\u0635\u064A\u0635 \u0627\u0644\u0645\u062A\u0642\u062F\u0645","edit border color":"\u062A\u0639\u062F\u064A\u0644 \u0644\u0648\u0646 \u0627\u0644\u062D\u062F\u0648\u062F",successSyncButNoChange:"\u0627\u0644\u062A\u0643\u0648\u064A\u0646 \u0627\u0644\u062D\u0627\u0644\u064A \u0645\u062A\u0648\u0627\u0641\u0642 \u0645\u0639 \u0627\u0644\u0633\u062D\u0627\u0628\u0629",customTheme:"\u0627\u0644\u0623\u0644\u0648\u0627\u0646 \u0648\u0627\u0644\u0623\u062D\u062C\u0627\u0645 \u0627\u0644\u0645\u062E\u0635\u0635\u0629","customThemeLabel.borderColor":"\u0644\u0648\u0646 \u0627\u0644\u062D\u062F\u0648\u062F","customThemeLabel.borderRadius":"\u062D\u062F\u0648\u062F \u0645\u0633\u062A\u062F\u064A\u0631\u0629 \u0627\u0644\u0632\u0648\u0627\u064A\u0627","customThemeLabel.textColor":"\u0644\u0648\u0646 \u0627\u0644\u062E\u0637","customThemeLabel.backgroundColor":"\u0644\u0648\u0646 \u0627\u0644\u062E\u0644\u0641\u064A\u0629","customThemeLabel.zoom":"\u062A\u062D\u062C\u064A\u0645 \u0627\u0644\u062E\u0637 (%)","customThemeLabel.opacity":"\u0639\u062A\u0627\u0645\u0629 \u0627\u0644\u0646\u0635 (%)",resetToDefaultColor:"\u0627\u0644\u0639\u0648\u062F\u0629 \u0625\u0644\u0649 \u0627\u0644\u0644\u0648\u0646 \u0627\u0644\u0627\u0641\u062A\u0631\u0627\u0636\u064A",resetToDefaultSettings:"\u0627\u0644\u0639\u0648\u062F\u0629 \u0625\u0644\u0649 \u0627\u0644\u0625\u0639\u062F\u0627\u062F\u0627\u062A \u0627\u0644\u0627\u0641\u062A\u0631\u0627\u0636\u064A\u0629",isTranslateTitle:"\u0642\u0645 \u0628\u062A\u0634\u063A\u064A\u0644 \u0639\u0646\u0627\u0648\u064A\u0646 \u0635\u0641\u062D\u0627\u062A \u0627\u0644\u0648\u064A\u0628 \u0627\u0644\u0645\u062A\u0631\u062C\u0645\u0629",isTranslateTitleDescription:"\u0639\u0646\u062F \u062A\u0634\u063A\u064A\u0644\u0647\u060C \u0633\u064A\u062A\u0645 \u062A\u0631\u062C\u0645\u0629 \u0639\u0646\u0648\u0627\u0646 \u0635\u0641\u062D\u0629 \u0627\u0644\u0648\u064A\u0628",enableSearchEnhancement:"\u062A\u0645\u0643\u064A\u0646 \u062A\u0639\u0632\u064A\u0632 \u0627\u0644\u0645\u0639\u0644\u0648\u0645\u0627\u062A \u062B\u0646\u0627\u0626\u064A\u0629 \u0627\u0644\u0644\u063A\u0629",enableSearchEnhancementDescription:'\u0628\u0639\u062F \u062A\u0634\u063A\u064A\u0644\u0647\u0627\u060C \u0633\u064A\u062A\u0645 \u0639\u0631\u0636 \u0646\u062A\u0627\u0626\u062C \u0628\u062D\u062B "\u0623\u062E\u0628\u0627\u0631 Google" \u0627\u0644\u0645\u0642\u0627\u0628\u0644\u0629 \u0644\u0644\u0643\u0644\u0645\u0627\u062A \u0627\u0644\u0631\u0626\u064A\u0633\u064A\u0629 \u0628\u0627\u0644\u0644\u063A\u0629 \u0627\u0644\u0625\u0646\u062C\u0644\u064A\u0632\u064A\u0629 \u062A\u0644\u0642\u0627\u0626\u064A\u064B\u0627 \u0641\u064A \u0627\u0644\u0639\u0645\u0648\u062F \u0627\u0644\u0623\u064A\u0645\u0646 \u0644\u0645\u0648\u0627\u0642\u0639 \u0627\u0644\u0648\u064A\u0628 \u0627\u0644\u0645\u062F\u0639\u0648\u0645\u0629 (\u0623\u062E\u0628\u0627\u0631 Google\u060C \u0628\u062D\u062B Google (\u0628\u0639\u0636 \u0627\u0644\u0643\u0644\u0645\u0627\u062A \u0627\u0644\u0631\u0626\u064A\u0633\u064A\u0629)\u060C Snowball\u060C Oriental Fortune\u060C Futu\u060C Tiger Community).',verifyService:"\u0627\u0646\u0642\u0631 \u0647\u0646\u0627 \u0644\u0627\u062E\u062A\u0628\u0627\u0631 \u0627\u0644\u062E\u062F\u0645\u0629",verified:"\u062A\u0645 \u0627\u0644\u062A\u062D\u0642\u0642 \u0628\u0646\u062C\u0627\u062D","field.langs":"\u0631\u0645\u0648\u0632 \u0627\u0644\u0644\u063A\u0629 \u0627\u0644\u0645\u062F\u0639\u0648\u0645\u0629","field.model":"\u0646\u0645\u0648\u0630\u062C","field.translationEngine":"\u0645\u062D\u0631\u0643 \u0627\u0644\u062A\u0631\u062C\u0645\u0629","field.limitPerMinute":"\u0627\u0644\u062D\u062F \u0627\u0644\u0623\u0642\u0635\u0649 \u0644\u0639\u062F\u062F \u0627\u0644\u0637\u0644\u0628\u0627\u062A \u0641\u064A \u0627\u0644\u062F\u0642\u064A\u0642\u0629","field.limitPerSecond":"\u0627\u0644\u062D\u062F \u0627\u0644\u0623\u0642\u0635\u0649 \u0644\u0639\u062F\u062F \u0627\u0644\u0637\u0644\u0628\u0627\u062A \u0641\u064A \u0627\u0644\u062B\u0627\u0646\u064A\u0629","field.maxTextLengthPerRequest":"\u0627\u0644\u062D\u062F \u0627\u0644\u0623\u0642\u0635\u0649 \u0644\u0637\u0648\u0644 \u0627\u0644\u0646\u0635 \u0644\u0643\u0644 \u0637\u0644\u0628","field.maxTextGroupLengthPerRequest":"\u0627\u0644\u062D\u062F \u0627\u0644\u0623\u0642\u0635\u0649 \u0644\u0639\u062F\u062F \u0627\u0644\u0641\u0642\u0631\u0627\u062A \u0644\u0643\u0644 \u0637\u0644\u0628","field.apiUrl":"\u0639\u0646\u0648\u0627\u0646 \u0648\u0627\u062C\u0647\u0629 API \u0627\u0644\u0645\u062E\u0635\u0635\u0629","field.placeholderDelimiters":"\u0627\u0644\u0639\u0646\u0627\u0635\u0631 \u0627\u0644\u0646\u0627\u0626\u0628\u0629 \u0627\u0644\u0645\u062D\u062C\u0648\u0632\u0629","description.custom":"\u0627\u0644\u0648\u0635\u0648\u0644 \u0625\u0644\u0649 \u0627\u0644\u0648\u0627\u062C\u0647\u0629 \u0627\u0644\u0645\u062E\u0635\u0635\u0629 \u064A\u062A\u0637\u0644\u0628 \u0648\u062B\u0627\u0626\u0642 \u0645\u0631\u062C\u0639\u064A\u0629","description.limitPerMinute":"\u0648\u0639\u0646\u062F\u0645\u0627 \u064A\u062A\u062C\u0627\u0648\u0632 \u0639\u062F\u062F \u0627\u0644\u0637\u0644\u0628\u0627\u062A \u0647\u0630\u0627 \u0627\u0644\u062D\u062F\u060C \u0641\u0625\u0646\u0647 \u0633\u064A\u062F\u062E\u0644 \u0641\u064A \u062D\u0627\u0644\u0629 \u0627\u0644\u0627\u0646\u062A\u0638\u0627\u0631 \u062D\u062A\u0649 \u0628\u062F\u0627\u064A\u0629 \u0627\u0644\u062F\u0642\u064A\u0642\u0629 \u0627\u0644\u062A\u0627\u0644\u064A\u0629. \u0646\u0638\u0631\u064B\u0627 \u0644\u0644\u0642\u064A\u0648\u062F \u0627\u0644\u0645\u062E\u062A\u0644\u0641\u0629 \u0644\u062E\u062F\u0645\u0629 OpenAI \u0627\u0644\u062D\u0627\u0644\u064A\u0629\u060C \u064A\u0631\u062C\u0649 \u0627\u0644\u0646\u0642\u0631 \u0641\u0648\u0642 <1> \u0647\u0646\u0627 \u0639\u0631\u0636 \u0623\u062D\u062F\u062B \u0627\u0644\u0642\u064A\u0645 \u0627\u0644\u0645\u0648\u0635\u0649 \u0628\u0647\u0627","description.limitPerSecond":"\u0648\u0639\u0646\u062F\u0645\u0627 \u064A\u062A\u062C\u0627\u0648\u0632 \u0639\u062F\u062F \u0627\u0644\u0637\u0644\u0628\u0627\u062A \u0647\u0630\u0627 \u0627\u0644\u062D\u062F\u060C \u0641\u0625\u0646\u0647 \u0633\u064A\u062F\u062E\u0644 \u0641\u064A \u062D\u0627\u0644\u0629 \u0627\u0644\u0627\u0646\u062A\u0638\u0627\u0631 \u062D\u062A\u0649 \u0628\u062F\u0627\u064A\u0629 \u0627\u0644\u062B\u0627\u0646\u064A\u0629 \u0627\u0644\u062A\u0627\u0644\u064A\u0629. \u0646\u0638\u0631\u064B\u0627 \u0644\u0644\u0642\u064A\u0648\u062F \u0627\u0644\u0645\u062E\u062A\u0644\u0641\u0629 \u0644\u062E\u062F\u0645\u0629 OpenAI \u0627\u0644\u062D\u0627\u0644\u064A\u0629\u060C \u064A\u0631\u062C\u0649 \u0627\u0644\u0646\u0642\u0631 \u0641\u0648\u0642 <1> \u0647\u0646\u0627 \u0639\u0631\u0636 \u0623\u062D\u062F\u062B \u0627\u0644\u0642\u064A\u0645 \u0627\u0644\u0645\u0648\u0635\u0649 \u0628\u0647\u0627","description.generalLimitPerSecond":"\u0648\u0639\u0646\u062F\u0645\u0627 \u064A\u062A\u062C\u0627\u0648\u0632 \u0639\u062F\u062F \u0627\u0644\u0637\u0644\u0628\u0627\u062A \u0647\u0630\u0627 \u0627\u0644\u062D\u062F\u060C \u0641\u0625\u0646\u0647 \u0633\u064A\u062F\u062E\u0644 \u0641\u064A \u062D\u0627\u0644\u0629 \u0627\u0644\u0627\u0646\u062A\u0638\u0627\u0631 \u062D\u062A\u0649 \u0628\u062F\u0627\u064A\u0629 \u0627\u0644\u062B\u0627\u0646\u064A\u0629 \u0627\u0644\u062A\u0627\u0644\u064A\u0629.","description.prompt":"\u062A\u0631\u0633\u0644 \u0627\u0644\u0645\u062D\u0627\u062F\u062B\u0629 \u0625\u0644\u0649 {service} \u0628\u0635\u0641\u0629 \u0627\u0644\u0645\u0633\u062A\u062E\u062F\u0645\u060C \u062D\u064A\u062B \u064A\u0645\u062B\u0644 {{text}} \u0646\u0635 \u0627\u0644\u0641\u0642\u0631\u0629\u060C \u0648\u064A\u0645\u062B\u0644 {{from}} \u0644\u063A\u0629 \u0627\u0644\u0641\u0642\u0631\u0629\u060C \u0648\u064A\u0645\u062B\u0644 {{to}} \u0627\u0644\u0644\u063A\u0629 \u0627\u0644\u0645\u0633\u062A\u0647\u062F\u0641\u0629.","description.maxTextLengthPerRequest":"\u0627\u0644\u062D\u062F \u0627\u0644\u0623\u0642\u0635\u0649 \u0644\u0639\u062F\u062F \u0627\u0644\u0623\u062D\u0631\u0641 \u0644\u0643\u0644 \u0637\u0644\u0628. \u0625\u0630\u0627 \u0643\u0627\u0646 \u0643\u0628\u064A\u0631\u064B\u0627 \u062C\u062F\u064B\u0627\u060C \u0641\u0633\u062A\u062A\u0628\u0627\u0637\u0623 \u0627\u0633\u062A\u062C\u0627\u0628\u0629 \u0627\u0644\u0648\u0627\u062C\u0647\u0629\u060C \u0644\u0630\u0627 \u064A\u0645\u0643\u0646\u0643 \u0645\u062D\u0627\u0648\u0644\u0629 \u0636\u0628\u0637 \u0647\u0630\u0627 \u0627\u0644\u062E\u064A\u0627\u0631 \u0644\u062A\u062D\u0633\u064A\u0646 \u0627\u0644\u0633\u0631\u0639\u0629.","description.systemPrompt":"\u062A\u0645 \u0625\u0631\u0633\u0627\u0644 \u0627\u0644\u062D\u0648\u0627\u0631 \u0625\u0644\u0649 {service} \u0628\u0627\u0633\u0645 \u0627\u0644\u0646\u0638\u0627\u0645\u060C \u062D\u064A\u062B \u064A\u0645\u062B\u0644 {{text}} \u0646\u0635 \u0627\u0644\u0641\u0642\u0631\u0629\u060C \u0648\u064A\u0645\u062B\u0644 {{from}} \u0644\u063A\u0629 \u0627\u0644\u0641\u0642\u0631\u0629\u060C \u0648\u064A\u0645\u062B\u0644 {{to}} \u0627\u0644\u0644\u063A\u0629 \u0627\u0644\u0645\u0633\u062A\u0647\u062F\u0641\u0629.","field.domain":"\u0645\u062C\u0627\u0644","description.domain":"\u0627\u0644\u0627\u0641\u062A\u0631\u0627\u0636\u064A \u0647\u0648\uFF1A\u0639\u0627\u0645. \u0644\u0627 \u064A\u0645\u0643\u0646 \u0636\u0628\u0637\u0647 \u0625\u0644\u0627 \u0639\u0646\u062F \u062A\u0645\u0643\u064A\u0646 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0645\u0633\u062A\u0646\u062F\u0629 \u0625\u0644\u0649 \u0627\u0644\u0645\u062C\u0627\u0644 \u0641\u064A \u0648\u062D\u062F\u0629 \u062A\u062D\u0643\u0645 Youdao API. \u0644\u0644\u062D\u0635\u0648\u0644 \u0639\u0644\u0649 \u0627\u0644\u062D\u0642\u0648\u0644 \u0627\u0644\u0645\u062F\u0639\u0648\u0645\u0629\u060C \u064A\u0631\u062C\u0649 \u0627\u0644\u0627\u0637\u0644\u0627\u0639 \u0639\u0644\u0649 <1> \u0647\u0646\u0627.","field.scene":"\u0645\u0634\u0627\u0647\u062F","description.scene":"\u0627\u0644\u0627\u0641\u062A\u0631\u0627\u0636\u064A \u0647\u0648\uFF1A\u0639\u0627\u0645. \u0644\u0627 \u064A\u0645\u0643\u0646 \u0636\u0628\u0637\u0647 \u0625\u0644\u0627 \u0639\u0646\u062F \u062A\u0646\u0634\u064A\u0637 \u0627\u0644\u0625\u0635\u062F\u0627\u0631 \u0627\u0644\u0627\u062D\u062A\u0631\u0627\u0641\u064A \u0644\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0622\u0644\u064A\u0629 \u0641\u064A \u0648\u062D\u062F\u0629 \u062A\u062D\u0643\u0645 Alibaba Cloud API. \u0631\u0627\u062C\u0639 <1> \u0647\u0646\u0627 \u0644\u0644\u062D\u0635\u0648\u0644 \u0639\u0644\u0649 \u0627\u0644\u0633\u064A\u0646\u0627\u0631\u064A\u0648\u0647\u0627\u062A \u0627\u0644\u0645\u062F\u0639\u0648\u0645\u0629.","field.vocabId":"\u0645\u0639\u0631\u0641 \u0642\u0627\u0645\u0648\u0633 \u0627\u0644\u0645\u0633\u062A\u062E\u062F\u0645","description.vocabId":"\u064A\u062F\u0639\u0645 \u0627\u0644\u0642\u0627\u0645\u0648\u0633 \u0627\u0644\u0645\u062D\u062F\u062F out_id \u062D\u0627\u0644\u064A\u064B\u0627 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0625\u0646\u062C\u0644\u064A\u0632\u064A\u0629 \u0627\u0644\u0635\u064A\u0646\u064A\u0629.","description.model":"\u064A\u0645\u0643\u0646 \u0623\u0646 \u064A\u0643\u0648\u0646 \u0646\u0645\u0648\u0630\u062C OpenAI \u0647\u0648 gpt-3.5-turbo \u0623\u0648 gpt-4 \u0648\u0645\u0627 \u0625\u0644\u0649 \u0630\u0644\u0643.","description.maxTextGroupLengthPerRequest":"\u0639\u062F\u062F \u0627\u0644\u0641\u0642\u0631\u0627\u062A \u0627\u0644\u0645\u0631\u0633\u0644\u0629 \u0625\u0644\u0649 \u062E\u062F\u0645\u0629 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0641\u064A \u0643\u0644 \u0645\u0631\u0629. \u0625\u0630\u0627 \u0643\u0627\u0646 \u0647\u0646\u0627\u0643 \u0639\u062F\u062F \u0643\u0628\u064A\u0631 \u062C\u062F\u064B\u0627 \u0645\u0646 \u0627\u0644\u0641\u0642\u0631\u0627\u062A\u060C \u0641\u0642\u062F \u062A\u062A\u0628\u0627\u0637\u0623 \u0627\u0633\u062A\u062C\u0627\u0628\u0629 \u0627\u0644\u0648\u0627\u062C\u0647\u0629.","description.apiUrl":"\u0627\u0644\u0631\u062C\u0627\u0621 \u0625\u0636\u0627\u0641\u0629 \u0639\u0646\u0648\u0627\u0646 URL \u0645\u062D\u062F\u062F \u0645\u0639 \u0627\u0644\u0645\u0633\u0627\u0631\u060C <1> \u0627\u0644\u0645\u0632\u064A\u062F \u0645\u0646 \u0627\u0644\u062A\u0639\u0644\u064A\u0645\u0627\u062A",enabledExtension:"\u062A\u0645\u0643\u064A\u0646 \u0627\u0644\u062A\u0645\u062F\u064A\u062F",clickToDisableExtension:"\u0627\u0646\u0642\u0631 \u0644\u062A\u0639\u0637\u064A\u0644 \u0627\u0644\u062A\u0645\u062F\u064A\u062F",clickToEnableExtension:"\u0627\u0646\u0642\u0631 \u0644\u062A\u0645\u0643\u064A\u0646 \u0627\u0644\u062A\u0645\u062F\u064A\u062F",hasBeenDisabled:"\u0639\u0627\u062C\u0632","show password":"\u0639\u0631\u0636 \u0643\u0644\u0645\u0629 \u0627\u0644\u0645\u0631\u0648\u0631",customContent:"\u0623\u062F\u062E\u0644 \u0627\u0633\u0645 \u0627\u0644\u0646\u0645\u0648\u0630\u062C \u0627\u0644\u0645\u062E\u0635\u0635",inputOptions:"\u062A\u062D\u0633\u064A\u0646 \u0635\u0646\u062F\u0648\u0642 \u0627\u0644\u0625\u062F\u062E\u0627\u0644",mouseHoverOptions:"\u062A\u0645\u0631\u064A\u0631 \u0627\u0644\u0645\u0627\u0648\u0633",modifyMouseHoverKey:"\u062A\u0639\u062F\u064A\u0644 \u0645\u0641\u0627\u062A\u064A\u062D \u0627\u0644\u0627\u062E\u062A\u0635\u0627\u0631 \u0627\u0644\u062E\u0627\u0635\u0629 \u0628\u0627\u0644\u0645\u0627\u0648\u0633",enableInputTranslation:"\u0645\u0627 \u0625\u0630\u0627 \u0643\u0627\u0646 \u0633\u064A\u062A\u0645 \u062A\u0645\u0643\u064A\u0646 \u062A\u062D\u0633\u064A\u0646 \u0645\u0631\u0628\u0639 \u0627\u0644\u0625\u062F\u062E\u0627\u0644",enableInputTranslationDescription:"\u0628\u0639\u062F{trailingKey}\u060C \u0623\u062F\u062E\u0644 \u0645\u0628\u0627\u0634\u0631\u0629 {startingKey}{startingKey} hello \u0641\u064A \u0645\u0631\u0628\u0639 \u0627\u0644\u0625\u062F\u062E\u0627\u0644\u060C \u062B\u0645 \u0627\u0646\u0642\u0631 \u0633\u0631\u064A\u0639\u064B\u0627 \u0641\u0648\u0642{inputTrailingTriggerKeyRepeatTimes}\u0645\u0631\u062A\u064A\u0646 \u0644\u062A\u0631\u062C\u0645\u062A\u0647 \u0625\u0644\u0649 {inputTargetLanguage}",enableInputTranslationDescriptionForNoneKey:"{trailingKey}\u062A\u0645\u0643\u064A\u0646\u0647\u060C \u0623\u062F\u062E\u0644 \u0645\u0628\u0627\u0634\u0631\u0629\uFF1Ahelloworld \u0641\u064A \u0645\u0631\u0628\u0639 \u0627\u0644\u0625\u062F\u062E\u0627\u0644\u060C \u062B\u0645 \u0627\u0646\u0642\u0631 \u0628\u0633\u0631\u0639\u0629{inputTrailingTriggerKeyRepeatTimes}\u0644\u0644\u062A\u0631\u062C\u0645\u0629 \u0625\u0644\u0649 \u0627\u0644\u0644\u063A\u0629 \u0627\u0644\u0645\u0633\u062A\u0647\u062F\u0641\u0629 \u0627\u0644\u0627\u0641\u062A\u0631\u0627\u0636\u064A\u0629.",inputTargetLanguage:"\u0642\u0645 \u0628\u062A\u0639\u064A\u064A\u0646 \u0627\u0644\u0644\u063A\u0629 \u0627\u0644\u0647\u062F\u0641 \u0627\u0644\u0627\u0641\u062A\u0631\u0627\u0636\u064A\u0629 \u0644\u0645\u0631\u0628\u0639 \u0627\u0644\u0625\u062F\u062E\u0627\u0644",inputTargetLanguageDescription:"\u0627\u0644\u0644\u063A\u0629 \u0627\u0644\u0647\u062F\u0641 \u0627\u0644\u0627\u0641\u062A\u0631\u0627\u0636\u064A\u0629 \u0644\u062A\u0631\u062C\u0645\u0629 \u0645\u0631\u0628\u0639 \u0627\u0644\u0625\u062F\u062E\u0627\u0644\u060C \u0648\u0647\u064A {startingKey}{startingKey} \u0643\u0644\u063A\u0629 \u0627\u0641\u062A\u0631\u0627\u0636\u064A\u0629 \u0644\u0643\u0644\u0645\u0627\u062A \u0627\u0644\u062A\u0634\u063A\u064A\u0644",inputTargetLanguageDescriptionForNoneKey:"\u0627\u0644\u0644\u063A\u0629 \u0627\u0644\u0647\u062F\u0641 \u0627\u0644\u0627\u0641\u062A\u0631\u0627\u0636\u064A\u0629 \u0644\u062A\u0631\u062C\u0645\u0627\u062A \u0645\u0631\u0628\u0639 \u0627\u0644\u0625\u062F\u062E\u0627\u0644",inputStartingTriggerKeyTitle:"\u0642\u0645 \u0628\u062A\u0639\u064A\u064A\u0646 \u0627\u0644\u0623\u062D\u0631\u0641 \u0627\u0644\u0645\u0642\u0633\u0645\u0629 \u0644\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u062C\u0632\u0626\u064A\u0629 \u0644\u0645\u0631\u0628\u0639 \u0627\u0644\u0625\u062F\u062E\u0627\u0644",inputStartingTriggerKeyDescription:"\u0639\u0646\u062F\u0645\u0627 \u0644\u0627 \u062A\u062D\u062A\u0627\u062C \u0625\u0644\u0649 \u062A\u0631\u062C\u0645\u0629 \u0645\u0631\u0628\u0639 \u0627\u0644\u0625\u062F\u062E\u0627\u0644 \u0628\u0623\u0643\u0645\u0644\u0647\u060C \u064A\u062A\u064A\u062D \u0644\u0643 \u0627\u0644\u0645\u062D\u062F\u062F \u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u062C\u0632\u0621 \u0641\u0642\u0637 {startingKey}{startingKey} \u0625\u0644\u0649 \u0646\u0647\u0627\u064A\u0629 \u0645\u0631\u0628\u0639 \u0627\u0644\u0625\u062F\u062E\u0627\u0644\u060C \u0623\u0648 \u064A\u0645\u0643\u0646\u0643 \u062A\u062D\u062F\u064A\u062F \u0631\u0645\u0632 \u0627\u0644\u0644\u063A\u0629\u060C \u0639\u0644\u0649 \u0633\u0628\u064A\u0644 \u0627\u0644\u0645\u062B\u0627\u0644\u060C\uFF1A{startingKey}ja \u062A\u0639\u0646\u064A \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0641\u0642\u0637 \u0627\u0644\u062C\u0632\u0621 \u0645\u0646 {startingKey}\u062C\u0627 \u0625\u0644\u0649 \u0646\u0647\u0627\u064A\u0629 \u0645\u0631\u0628\u0639 \u0627\u0644\u0625\u062F\u062E\u0627\u0644.",inputStartingTriggerKeyDescriptionForNoneKey:"\u062A\u0645 \u0636\u0628\u0637\u0647 \u062D\u0627\u0644\u064A\u064B\u0627 \u0628\u062D\u064A\u062B \u0644\u0627 \u064A\u062A\u0637\u0644\u0628 \u0623\u064A \u0628\u0627\u062F\u0626\u0629\u060C \u0648\u0628\u0639\u0636 \u0648\u0638\u0627\u0626\u0641 \u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0646\u0635 \u0641\u064A \u0645\u0631\u0628\u0639 \u0627\u0644\u0625\u062F\u062E\u0627\u0644 \u063A\u064A\u0631 \u0645\u062A\u0627\u062D\u0629 \u0645\u0624\u0642\u062A\u064B\u0627.",inputTrailingTriggerKeyTitle:"\u062D\u062F\u062F \u062D\u0631\u0641 \u0627\u0644\u0645\u0634\u063A\u0644 \u0627\u0644\u0630\u064A \u064A\u0646\u0647\u064A \u0627\u0644\u0625\u062F\u062E\u0627\u0644",inputTrailingTriggerKeyDescription:"\u0633\u064A\u0624\u062F\u064A \u0627\u0644\u0636\u063A\u0637 \u0639\u0644\u0649{trailingKey} 3 \u0645\u0631\u0627\u062A \u0641\u064A \u062A\u062A\u0627\u0628\u0639 \u0633\u0631\u064A\u0639 \u0625\u0644\u0649 \u0628\u062F\u0621 \u0627\u0644\u062A\u0631\u062C\u0645\u0629",inputTrailingTriggerKeyTimeout:"\u0623\u062F\u062E\u0644 \u0627\u0644\u0641\u0627\u0635\u0644 \u0627\u0644\u0632\u0645\u0646\u064A \u0628\u064A\u0646 \u0627\u0644\u0645\u0634\u063A\u0644\u0627\u062A \u0644\u0625\u0646\u0647\u0627\u0621 \u0627\u0644\u062A\u062D\u0631\u064A\u0631 \u0648\u0627\u0644\u0633\u0631\u062F.",inputTrailingTriggerKeyTimeoutDescription:"\u0642\u0645 \u0628\u062A\u0639\u064A\u064A\u0646 \u0627\u0644\u0641\u0627\u0635\u0644 \u0627\u0644\u0632\u0645\u0646\u064A (\u0645\u0644\u064A \u062B\u0627\u0646\u064A\u0629) \u0644\u0644\u0625\u062F\u062E\u0627\u0644 \u0644\u0625\u0646\u0647\u0627\u0621 \u0645\u0634\u063A\u0644 \u0627\u0644\u062A\u062D\u0631\u064A\u0631 \u0648\u0627\u0644\u0633\u0631\u062F",spaceKey:"<\u0645\u0633\u0627\u0641\u0629>",noneKey:"\u0644\u0627 \u062A\u0648\u062C\u062F \u062D\u0627\u062C\u0629 \u0625\u0644\u0649 \u0628\u0627\u062F\u0626\u0629\u060C \u0642\u0645 \u0628\u062A\u0631\u062C\u0645\u0629 \u0645\u0631\u0628\u0639 \u0627\u0644\u0646\u0635 \u0628\u0627\u0644\u0643\u0627\u0645\u0644 \u0645\u0628\u0627\u0634\u0631\u0629\u064B",inputTranslationBlockUrlsTitle:"\u0644\u0627 \u062A\u0642\u0645 \u0645\u0637\u0644\u0642\u064B\u0627 \u0628\u062A\u0645\u0643\u064A\u0646 \u062A\u062D\u0633\u064A\u0646\u0627\u062A \u062D\u0642\u0644 \u0627\u0644\u0625\u062F\u062E\u0627\u0644 \u0641\u064A \u0639\u0646\u0627\u0648\u064A\u0646 URL",inputTranslationBlockUrlsDescription:"\u0641\u064A \u0639\u0646\u0627\u0648\u064A\u0646 URL \u0627\u0644\u062A\u0627\u0644\u064A\u0629\u060C \u0644\u0646 \u064A\u0635\u0628\u062D \u062A\u062D\u0633\u064A\u0646 \u0645\u0631\u0628\u0639 \u0627\u0644\u0625\u062F\u062E\u0627\u0644 \u0633\u0627\u0631\u064A \u0627\u0644\u0645\u0641\u0639\u0648\u0644",clickToSeeQuickDemo:"\u0627\u0646\u0642\u0631 \u0644\u062A\u0648\u0633\u064A\u0639 \u0641\u064A\u062F\u064A\u0648 \u0627\u0644\u062A\u0639\u0644\u064A\u0645\u0627\u062A \u0627\u0644\u0633\u0631\u064A\u0639\u0629 \u0644\u0645\u062F\u0629 30 \u062B\u0627\u0646\u064A\u0629",inputHelperInfo:"\u0645\u0644\u0627\u062D\u0638\u0629\uFF1A: \u0644\u0642\u062F \u0642\u0645\u0646\u0627 \u0628\u062A\u062D\u0633\u064A\u0646 \u0627\u0644\u0645\u0634\u0643\u0644\u0629 \u0639\u0644\u0649 \u0648\u062C\u0647 \u0627\u0644\u062A\u062D\u062F\u064A\u062F \u062D\u064A\u062B \u062A\u062A\u062D\u0648\u0644 \u0628\u0639\u0636 \u0623\u062D\u0631\u0641 \u0627\u0644\u062A\u0634\u063A\u064A\u0644 \u0625\u0644\u0649 \u0639\u0644\u0627\u0645\u0627\u062A \u062A\u0631\u0642\u064A\u0645 \u0635\u064A\u0646\u064A\u0629 \u0636\u0645\u0646 \u0637\u0631\u064A\u0642\u0629 \u0627\u0644\u0625\u062F\u062E\u0627\u0644 \u0627\u0644\u0635\u064A\u0646\u064A\u0629. \u0639\u0644\u0649 \u0633\u0628\u064A\u0644 \u0627\u0644\u0645\u062B\u0627\u0644\u060C \u0636\u0645\u0646 \u0637\u0631\u064A\u0642\u0629 \u0627\u0644\u0625\u062F\u062E\u0627\u0644 Sogou\u060C / \u0633\u0648\u0641 \u062A\u062A\u062D\u0648\u0644 \u0625\u0644\u0649 \u062A\u0648\u0642\u0641 \u0645\u0624\u0642\u062A\u060C \u0648\u062A\u062F\u0639\u0645 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u063A\u0627\u0645\u0631\u0629 \u062C\u0645\u064A\u0639 \u0627\u0644\u0631\u0645\u0648\u0632 \u0627\u0644\u0635\u064A\u0646\u064A\u0629 \u0627\u0644\u0645\u0642\u0627\u0628\u0644\u0629 \u0644\u0640 \u0633\u064A\u062A\u0645 \u0627\u0644\u062A\u0639\u0631\u0641 \u0639\u0644\u0649 \u0623\u062D\u0631\u0641 \u0627\u0644\u062A\u0634\u063A\u064A\u0644\u060C \u0623\u064A //\u060C \u0639\u0644\u0649 \u0623\u0646\u0647\u0627 \u0623\u062D\u0631\u0641 \u062A\u0634\u063A\u064A\u0644.

\u0641\u064A \u0627\u0644\u0648\u0642\u062A \u0646\u0641\u0633\u0647\u060C \u0646\u062F\u0639\u0645 \u0623\u064A\u0636\u064B\u0627 \u0627\u0644\u0623\u0633\u0645\u0627\u0621 \u0627\u0644\u0635\u064A\u0646\u064A\u0629 \u0627\u0644\u0645\u0633\u062A\u0639\u0627\u0631\u0629 \u0644\u0631\u0645\u0648\u0632 \u0627\u0644\u0644\u063A\u0629 \u0643\u0623\u0648\u0627\u0645\u0631. \u0639\u0644\u0649 \u0633\u0628\u064A\u0644 \u0627\u0644\u0645\u062B\u0627\u0644\u060C \u0633\u062A\u062A\u0645 \u062A\u0631\u062C\u0645\u0629 /Japanese Hello World \u0625\u0644\u0649 \u0627\u0644\u064A\u0627\u0628\u0627\u0646\u064A\u0629. <1> \u0627\u0646\u0642\u0631 \u0647\u0646\u0627 \u0644\u0639\u0631\u0636 \u0643\u0627\u0641\u0629 \u0631\u0645\u0648\u0632 \u0627\u0644\u0644\u063A\u0627\u062A \u0627\u0644\u0645\u062F\u0639\u0648\u0645\u0629. .",reloadCurrentPage:"\u064A\u0631\u062C\u0649 \u062A\u062D\u062F\u064A\u062B \u0627\u0644\u0635\u0641\u062D\u0629 \u0627\u0644\u062D\u0627\u0644\u064A\u0629 \u0642\u0628\u0644 \u0628\u062F\u0621 \u0627\u0644\u062A\u0631\u062C\u0645\u0629",noLocalFilePermissionForPDF:"\u0644\u064A\u0633 \u0644\u062F\u064A\u0646\u0627 \u062D\u0627\u0644\u064A\u064B\u0627 \u0625\u0630\u0646 \u0628\u0642\u0631\u0627\u0621\u0629 \u0627\u0644\u0645\u0644\u0641\u0627\u062A \u0627\u0644\u0645\u062D\u0644\u064A\u0629. \u0627\u0644\u0631\u062C\u0627\u0621 \u0627\u0644\u0646\u0642\u0631 \u0641\u0648\u0642 \u0627\u0644\u0632\u0631 \u0623\u0639\u0644\u0627\u0647 \u0648\u0627\u0633\u062A\u064A\u0631\u0627\u062F \u0627\u0644\u0645\u0644\u0641\u0627\u062A \u0627\u0644\u0645\u062D\u0644\u064A\u0629.",noPermissionForThisPage:"\u26A0\uFE0F \u0644\u0627 \u064A\u0648\u062C\u062F \u0625\u0630\u0646 \u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0635\u0641\u062D\u0629 \u0627\u0644\u062D\u0627\u0644\u064A\u0629",retryAllParagraphs:"\u0623\u0639\u062F \u0645\u062D\u0627\u0648\u0644\u0629 \u0643\u0627\u0641\u0629 \u0641\u0642\u0631\u0627\u062A \u0627\u0644\u062E\u0637\u0623",retryAllButton:"\u0623\u0639\u062F \u0645\u062D\u0627\u0648\u0644\u0629 \u0643\u0627\u0641\u0629 \u0641\u0642\u0631\u0627\u062A \u0627\u0644\u062E\u0637\u0623",errorTooltipTitle:"\u0627\u0646\u0642\u0631 \u0644\u0639\u0631\u0636 \u0633\u0628\u0628 \u0627\u0644\u062E\u0637\u0623",errorModalTitle:"\u064A\u0628\u062F\u0648 \u0623\u0646 \u0647\u0646\u0627\u0643 \u062E\u0637\u0623 \u0645\u0627 \u0641\u064A \u062E\u062F\u0645\u0629 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0623\u0648 \u0627\u0644\u0634\u0628\u0643\u0629...",disableConfirm:"\u0625\u0639\u062F\u0627\u062F\u0627\u062A \u062A\u0639\u0632\u064A\u0632 \u0627\u0644\u0645\u0639\u0644\u0648\u0645\u0627\u062A \u062B\u0646\u0627\u0626\u064A\u0629 \u0627\u0644\u0644\u063A\u0629",disableOnce:"\u0645\u0639\u0637\u0644\u0629 \u0647\u0630\u0647 \u0627\u0644\u0645\u0631\u0629",disableGlobal:"\u062A\u0639\u0637\u064A\u0644 \u062F\u0627\u0626\u0645",disableTint:"* \u064A\u0645\u0643\u0646\u0643 \u0625\u0639\u0627\u062F\u0629 \u062A\u0645\u0643\u064A\u0646\u0647 \u0641\u064A {option}.",searchEnhancementNotes:"\u0644\u0642\u062F \u0648\u062C\u062F\u0646\u0627 \u0623\u0646 \u0646\u062A\u0627\u0626\u062C \u0627\u0644\u0623\u062E\u0628\u0627\u0631 \u0644\u0644\u0643\u0644\u0645\u0627\u062A \u0627\u0644\u0631\u0626\u064A\u0633\u064A\u0629 \u0627\u0644\u0635\u064A\u0646\u064A\u0629 \u0648\u0627\u0644\u0643\u0644\u0645\u0627\u062A \u0627\u0644\u0631\u0626\u064A\u0633\u064A\u0629 \u0627\u0644\u0625\u0646\u062C\u0644\u064A\u0632\u064A\u0629 \u0645\u062E\u062A\u0644\u0641\u0629 \u062A\u0645\u0627\u0645\u064B\u0627. \u0628\u0639\u062F \u062A\u0645\u0643\u064A\u0646 \u0648\u0638\u064A\u0641\u0629 \u062A\u062D\u0633\u064A\u0646 \u0627\u0644\u0645\u0639\u0644\u0648\u0645\u0627\u062A \u062B\u0646\u0627\u0626\u064A\u0629 \u0627\u0644\u0644\u063A\u0629 \u0644\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u063A\u0627\u0645\u0631\u0629\u060C \u0633\u0646\u0628\u062D\u062B \u0641\u064A \u0645\u0648\u0627\u0642\u0639 \u0627\u0644\u0648\u064A\u0628 \u0627\u0644\u0645\u062F\u0639\u0648\u0645\u0629 (\u0623\u062E\u0628\u0627\u0631 Google\u060C \u0628\u062D\u062B Google (\u0628\u0639\u0636 \u0627\u0644\u0643\u0644\u0645\u0627\u062A \u0627\u0644\u0631\u0626\u064A\u0633\u064A\u0629)\u060C Snowball\u060C Oriental Fortune Network\u060C Futu \u060C Tiger) \u064A\u0628\u062D\u062B \u062A\u0644\u0642\u0627\u0626\u064A\u064B\u0627 \u0639\u0646 \u0646\u0641\u0633 \u0627\u0644\u0643\u0644\u0645\u0627\u062A \u0627\u0644\u0631\u0626\u064A\u0633\u064A\u0629 \u0628\u0627\u0644\u0644\u063A\u0629 \u0627\u0644\u0625\u0646\u062C\u0644\u064A\u0632\u064A\u0629 \u0648\u064A\u0639\u0631\u0636\u0647\u0627 \u0639\u0644\u0649 \u0627\u0644\u064A\u0645\u064A\u0646. \u0625\u0630\u0627 \u0644\u0645 \u062A\u0643\u0646 \u0628\u062D\u0627\u062C\u0629 \u0625\u0644\u0649 \u0647\u0630\u0647 \u0627\u0644\u0645\u064A\u0632\u0629\u060C \u0641\u064A\u0645\u0643\u0646\u0643 \u0627\u062E\u062A\u064A\u0627\u0631 \u062A\u0639\u0637\u064A\u0644\u0647\u0627.",option:"\u064A\u062B\u0628\u062A",saveSettings:"\u0627\u062D\u0641\u0638 \u0627\u0644\u062A\u063A\u064A\u064A\u0631\u0627\u062A",closeModal:"\u0623\u063A\u0644\u0642 \u0627\u0644\u0646\u0627\u0641\u0630\u0629",enableInputTranslationWithoutTriggerKeyTitle:"\u062A\u0645\u0643\u064A\u0646 \u0627\u0644\u062A\u062D\u0631\u064A\u0631 \u0648\u0627\u0644\u0633\u0631\u062F \u0627\u0644\u0633\u0631\u064A\u0639 3 \u0645\u0631\u0627\u062A{trailingKey}\u060C \u0648\u062A\u0631\u062C\u0645\u0629 \u0645\u0631\u0628\u0639 \u0627\u0644\u0625\u062F\u062E\u0627\u0644 \u0628\u0623\u0643\u0645\u0644\u0647 \u0645\u0628\u0627\u0634\u0631\u0629 \u0625\u0644\u0649{inputTargetLanguage}",enableInputTranslationWithoutTriggerKeyDescription:"\u0625\u0630\u0627 \u0643\u0646\u062A \u0628\u062D\u0627\u062C\u0629 \u0625\u0644\u0649 \u062A\u062D\u062F\u064A\u062F \u0627\u0644\u0644\u063A\u0629 \u0627\u0644\u0645\u0633\u062A\u0647\u062F\u0641\u0629\u060C \u0641\u064A\u0631\u062C\u0649 \u0625\u0636\u0627\u0641\u0629 \u0631\u0645\u0632 \u0627\u0644\u0644\u063A\u0629 \u0641\u064A \u0627\u0644\u0645\u0642\u062F\u0645\u0629\u060C \u0645\u062B\u0644\uFF1Aja Hello World",mouseHoverShortcutPlaceholder:"\u0645\u062B\u0644\uFF1A\u0627\u0644\u062A\u062D\u0648\u0644",deepLProName:"\u0639\u0636\u0648 \u0645\u062D\u062A\u0631\u0641 \u0641\u064A \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0634\u0627\u0645\u0644\u0629 (\u0645\u0633\u062A\u062D\u0633\u0646)",deepLProDescription:"\u064A\u0645\u0643\u0646 \u0627\u0633\u062A\u062E\u062F\u0627\u0645 \u0627\u0644\u062D\u0632\u0645\u0629 \u0627\u0644\u062D\u0627\u0644\u064A\u0629 \u0645\u0628\u0627\u0634\u0631\u0629",deeplProDescriptionForNormal:"\u0644\u0627 \u062A\u0648\u062C\u062F \u0625\u0639\u062F\u0627\u062F\u0627\u062A \u0645\u0637\u0644\u0648\u0628\u0629. \u064A\u0645\u0643\u0646\u0643 \u0627\u0633\u062A\u062E\u062F\u0627\u0645\u0647\u0627 \u0628\u0639\u062F \u062A\u0633\u062C\u064A\u0644 \u0627\u0644\u062F\u062E\u0648\u0644 \u0643\u0639\u0636\u0648. <1> \u0627\u0646\u0642\u0631 \u0647\u0646\u0627 \u0644\u0644\u062A\u0631\u0642\u064A\u0629 \u0625\u0644\u0649 \u0639\u0636\u0648.",deepLCustomDescription:"\u0623\u0646\u062A \u0628\u062D\u0627\u062C\u0629 \u0625\u0644\u0649 \u0628\u0637\u0627\u0642\u0629 \u0627\u0626\u062A\u0645\u0627\u0646 \u0623\u062C\u0646\u0628\u064A\u0629\u060C \u0627\u0646\u062A\u0642\u0644 \u0625\u0644\u0649 <1>DeepL \u062A\u0645 \u0641\u062A\u062D\u0647 \u0631\u0633\u0645\u064A\u064B\u0627\u060C \u0627\u0646\u0642\u0631 \u0644\u0639\u0631\u0636 \u0627\u0644\u0645\u0633\u062A\u0646\u062F\u0627\u062A <2>",deepLCustomName:"\u0645\u0641\u062A\u0627\u062D \u0627\u0644\u0645\u0635\u0627\u062F\u0642\u0629 \u0627\u0644\u0645\u062E\u0635\u0635",chooseProviderLabel:"\u0627\u062E\u062A\u0631 \u0645\u0632\u0648\u062F \u0627\u0644\u062E\u062F\u0645\u0629",openaiProName:"\u0639\u0636\u0648 \u0645\u062D\u062A\u0631\u0641 \u0641\u064A \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0634\u0627\u0645\u0644\u0629 (\u0645\u0633\u062A\u062D\u0633\u0646)",openaiProDescription:"\u064A\u0645\u0643\u0646 \u0627\u0633\u062A\u062E\u062F\u0627\u0645 \u0627\u0644\u062D\u0632\u0645\u0629 \u0627\u0644\u062D\u0627\u0644\u064A\u0629 \u0645\u0628\u0627\u0634\u0631\u0629",openaiProDescriptionForNormal:"\u0644\u0627 \u062A\u0648\u062C\u062F \u0625\u0639\u062F\u0627\u062F\u0627\u062A \u0645\u0637\u0644\u0648\u0628\u0629. \u064A\u0645\u0643\u0646\u0643 \u0627\u0633\u062A\u062E\u062F\u0627\u0645\u0647\u0627 \u0628\u0639\u062F \u062A\u0633\u062C\u064A\u0644 \u0627\u0644\u062F\u062E\u0648\u0644 \u0643\u0639\u0636\u0648. <1> \u0627\u0646\u0642\u0631 \u0647\u0646\u0627 \u0644\u0644\u062A\u0631\u0642\u064A\u0629 \u0625\u0644\u0649 \u0639\u0636\u0648.",openaiCustomDescription:"\u064A\u0645\u0643\u0646 \u0627\u0644\u062D\u0635\u0648\u0644 \u0639\u0644\u064A\u0647 \u0645\u0646 OpenAI \u0623\u0648 Azure OpenAI \u0623\u0648 \u062E\u062F\u0645\u0627\u062A \u0623\u062E\u0631\u0649 \u062A\u0627\u0628\u0639\u0629 \u0644\u062C\u0647\u0627\u062A \u062E\u0627\u0631\u062C\u064A\u0629.<1> \u0627\u0646\u0642\u0631 \u0647\u0646\u0627 \u0644\u0639\u0631\u0636 \u0627\u0644\u0645\u0633\u062A\u0646\u062F.",openaiCustomName:"\u0645\u0641\u062A\u0627\u062D \u0648\u0627\u062C\u0647\u0629 \u0628\u0631\u0645\u062C\u0629 \u0627\u0644\u062A\u0637\u0628\u064A\u0642\u0627\u062A \u0627\u0644\u0645\u062E\u0635\u0635",needLoginAction:"(\u0623\u062F\u062E\u0644 \u0627\u0644\u0639\u0636\u0648\u064A\u0629 \u0623\u0648 \u0627\u0644\u062A\u062E\u0635\u064A\u0635)",goLoginOrAction:"(\u0623\u062F\u062E\u0644 \u0627\u0644\u0639\u0636\u0648\u064A\u0629 \u0623\u0648 \u0627\u0630\u0647\u0628 \u0625\u0644\u0649 \u0627\u0644\u0625\u0639\u062F\u0627\u062F\u0627\u062A)",yearly:"\u0627\u0644\u0627\u0634\u062A\u0631\u0627\u0643 \u0627\u0644\u0633\u0646\u0648\u064A \u0627\u0644\u0645\u0633\u062A\u0645\u0631",quarterly:"\u0645\u0648\u0627\u0633\u0645 \u0645\u062A\u062A\u0627\u0644\u064A\u0629",monthly:"\u0627\u0634\u062A\u0631\u0627\u0643 \u0634\u0647\u0631\u064A \u0645\u0633\u062A\u0645\u0631",yearlyForOnce:"\u0627\u0644\u0628\u0627\u0642\u0629 \u0627\u0644\u0633\u0646\u0648\u064A\u0629 \u0644\u0645\u0631\u0629 \u0648\u0627\u062D\u062F\u0629",monthlyForOnce:"\u0628\u0627\u0642\u0629 \u0634\u0647\u0631\u064A\u0629 \u0644\u0645\u0631\u0629 \u0648\u0627\u062D\u062F\u0629",daily:"\u0623\u064A\u0627\u0645 \u0645\u062A\u062A\u0627\u0644\u064A\u0629",year:"\u0627\u0644\u0627\u0634\u062A\u0631\u0627\u0643 \u0627\u0644\u0633\u0646\u0648\u064A \u0627\u0644\u0645\u0633\u062A\u0645\u0631",quarter:"\u0645\u0648\u0627\u0633\u0645 \u0645\u062A\u062A\u0627\u0644\u064A\u0629",month:"\u0627\u0634\u062A\u0631\u0627\u0643 \u0634\u0647\u0631\u064A \u0645\u0633\u062A\u0645\u0631",day:"\u0623\u064A\u0627\u0645 \u0645\u062A\u062A\u0627\u0644\u064A\u0629",onetime_7day:"\u062D\u0632\u0645\u0629 \u062A\u062C\u0631\u064A\u0628\u064A\u0629 \u0644\u0645\u062F\u0629 7 \u0623\u064A\u0627\u0645",currentPlanDescriptionForFree:"\u0627\u0644\u062D\u0632\u0645\u0629 \u0627\u0644\u062D\u0627\u0644\u064A\u0629\uFF1A\u0645\u062C\u0627\u0646\u064A\u0629",currentPlanDescriptionForContinuous:"\u0627\u0644\u0628\u0627\u0642\u0629 \u0627\u0644\u062D\u0627\u0644\u064A\u0629\uFF1A{plan}\u062A\u062C\u062F\u064A\u062F\u0647\u0627 \u062A\u0644\u0642\u0627\u0626\u064A\u0627 \u0641\u064A {endAt}",currentPlanDescriptionForAutoRenewCaceling:"\u0627\u0644\u0628\u0627\u0642\u0629 \u0627\u0644\u062D\u0627\u0644\u064A\u0629\uFF1A{plan}\u0648\u0633\u062A\u0646\u062A\u0647\u064A \u0641\u064A {endAt} \u0648\u0644\u0646 \u064A\u062A\u0645 \u062A\u062C\u062F\u064A\u062F\u0647\u0627 \u062A\u0644\u0642\u0627\u0626\u064A\u064B\u0627 \u0628\u0639\u062F \u0627\u0646\u062A\u0647\u0627\u0621 \u0627\u0644\u0635\u0644\u0627\u062D\u064A\u0629.",currentYearlyPlanDescriptionForAutoRenewCacelingWithRealPaiedUser:"\u0633\u062A\u0646\u062A\u0647\u064A \u0635\u0644\u0627\u062D\u064A\u0629 \u0627\u0644\u062D\u0632\u0645\u0629 \u0627\u0644\u062D\u0627\u0644\u064A\u0629\uFF1A{plan}\u0641\u064A {endAt} \u0648\u0644\u0646 \u064A\u062A\u0645 \u062A\u062C\u062F\u064A\u062F\u0647\u0627 \u062A\u0644\u0642\u0627\u0626\u064A\u064B\u0627 \u0628\u0639\u062F \u0627\u0646\u062A\u0647\u0627\u0621 \u0627\u0644\u0635\u0644\u0627\u062D\u064A\u0629.
<1>\u0627\u0646\u0642\u0631 \u0647\u0646\u0627 \u0644\u0625\u062F\u0627\u0631\u0629 \u062E\u0637\u0637 \u0627\u0644\u062A\u062C\u062F\u064A\u062F",currentYearlyPlanDescriptionForAutoRenewCacelingWithAdmin:"\u0633\u062A\u0646\u062A\u0647\u064A \u0635\u0644\u0627\u062D\u064A\u0629 \u0627\u0644\u062D\u0632\u0645\u0629 \u0627\u0644\u062D\u0627\u0644\u064A\u0629\uFF1A{plan}\u0641\u064A {endAt} \u0648\u0644\u0646 \u064A\u062A\u0645 \u062A\u062C\u062F\u064A\u062F\u0647\u0627 \u062A\u0644\u0642\u0627\u0626\u064A\u064B\u0627 \u0628\u0639\u062F \u0627\u0646\u062A\u0647\u0627\u0621 \u0627\u0644\u0635\u0644\u0627\u062D\u064A\u0629.
<1>\u0627\u0636\u063A\u0637 \u0647\u0646\u0627 \u0644\u062A\u0641\u0639\u064A\u0644 \u0627\u0644\u0627\u0634\u062A\u0631\u0627\u0643 \u0627\u0644\u0633\u0646\u0648\u064A \u0627\u0644\u0645\u0633\u062A\u0645\u0631",currentPlanDescriptionForOneTime:"\u0627\u0644\u062D\u0632\u0645\u0629 \u0627\u0644\u062D\u0627\u0644\u064A\u0629\uFF1A{plan}\u0648\u0633\u062A\u0646\u062A\u0647\u064A \u0641\u064A {endAt} <1> \u0627\u0646\u0642\u0631 \u0647\u0646\u0627 \u0644\u0644\u062A\u0631\u0642\u064A\u0629 \u0625\u0644\u0649 \u0627\u0644\u0631\u0633\u0648\u0645 \u0627\u0644\u0633\u0646\u0648\u064A\u0629 \u0623\u0648 <2> \u0631\u0633\u0648\u0645 \u0634\u0647\u0631\u064A\u0629 \u0639\u0636\u0648",upgradePlan:"\u0627\u0646\u0642\u0631 \u0647\u0646\u0627 \u0644\u0644\u062A\u0631\u0642\u064A\u0629 \u0625\u0644\u0649 \u0639\u0636\u0648\u064A\u0629 Pro",upgradeToPro:"\u0627\u0644\u062A\u0631\u0642\u064A\u0629 \u0625\u0644\u0649 \u0639\u0636\u0648\u064A\u0629 \u0628\u0631\u0648","popup.openPro":"\u0628\u0639\u062F \u0627\u0644\u062A\u0631\u0642\u064A\u0629 \u0625\u0644\u0649 \u0639\u0636\u0648\u064A\u0629 Pro\u060C \u064A\u0645\u0643\u0646\u0643 \u0627\u0644\u0627\u0633\u062A\u0645\u062A\u0627\u0639 \u0628\u062A\u0631\u062C\u0645\u0629 DeepL \u0648OpenAI\u060C \u0627\u0646\u0642\u0631 \u0647\u0646\u0627 \u0644\u0644\u062A\u0631\u0642\u064A\u0629","popup.openProForPro":"\u0623\u0646\u062A \u0639\u0636\u0648 \u0645\u062D\u062A\u0631\u0641 \u0648\u064A\u0645\u0643\u0646\u0643 \u0627\u0633\u062A\u062E\u062F\u0627\u0645 \u062A\u0631\u062C\u0645\u0629 DeepL \u0648OpenAI \u0645\u0628\u0627\u0634\u0631\u0629",currentAccount:"\u0627\u0644\u062D\u0633\u0627\u0628 \u0627\u0644\u062D\u0627\u0644\u064A",enableAutoSyncUserSettings:"\u062A\u0645\u0643\u064A\u0646 \u0627\u0644\u0645\u0632\u0627\u0645\u0646\u0629 \u0627\u0644\u0633\u062D\u0627\u0628\u064A\u0629 \u0627\u0644\u062A\u0644\u0642\u0627\u0626\u064A\u0629 \u0639\u0628\u0631 \u0623\u062C\u0647\u0632\u0629 \u0645\u062A\u0639\u062F\u062F\u0629",modalEnableInputTranslationTitle:"\u0646\u0635\u0627\u0626\u062D \u062A\u0631\u062C\u0645\u0629 \u0645\u0631\u0628\u0639 \u0625\u062F\u062E\u0627\u0644 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u063A\u0627\u0645\u0631\u0629",modalEnableInputTranslationDesc:"\u0644\u0642\u062F \u0642\u0645\u062A \u0644\u0644\u062A\u0648 \u0628\u062A\u0634\u063A\u064A\u0644 \u062A\u0631\u062C\u0645\u0629 \u0645\u0631\u0628\u0639 \u0627\u0644\u0625\u062F\u062E\u0627\u0644 \u0644\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0634\u0627\u0645\u0644\u0629 \u0639\u0646 \u0637\u0631\u064A\u0642 \u0627\u0644\u0636\u063A\u0637 \u0639\u0644\u0649 \u0634\u0631\u064A\u0637 \u0627\u0644\u0645\u0633\u0627\u0641\u0629 \u062B\u0644\u0627\u062B \u0645\u0631\u0627\u062A \u0641\u064A \u062A\u062A\u0627\u0628\u0639 \u0633\u0631\u064A\u0639\u060C \u0648\u0633\u064A\u062A\u0645 \u062A\u0631\u062C\u0645\u0629 \u0645\u062D\u062A\u0648\u0649 \u0645\u0631\u0628\u0639 \u0627\u0644\u0625\u062F\u062E\u0627\u0644 \u0625\u0644\u0649 \u0627\u0644\u0644\u063A\u0629 \u0627\u0644\u0647\u062F\u0641 \u0627\u0644\u0627\u0641\u062A\u0631\u0627\u0636\u064A\u0629. \u064A\u0645\u0643\u0646 \u0627\u0644\u062A\u0631\u0627\u062C\u0639 \u0639\u0646 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0639\u0628\u0631 Ctrl+Z.

\u0625\u0630\u0627 \u0643\u0627\u0646 \u0647\u0630\u0627 \u062E\u0637\u0623\u060C \u0641\u0644\u0627 \u062A\u0642\u0644\u0642\u060C \u064A\u0645\u0643\u0646\u0643 \u0627\u062E\u062A\u064A\u0627\u0631 \u062A\u0639\u0637\u064A\u0644\u0647 \u0647\u0630\u0647 \u0627\u0644\u0645\u0631\u0629\u060C \u0623\u0648 \u062A\u0639\u0637\u064A\u0644 \u062A\u0631\u062C\u0645\u0629 \u0645\u0631\u0628\u0639 \u0627\u0644\u0625\u062F\u062E\u0627\u0644 \u0628\u0634\u0643\u0644 \u062F\u0627\u0626\u0645.",saveAndNotShowAgain:"\u0627\u062D\u0641\u0638 \u0648\u0644\u0627 \u062A\u0637\u0627\u0644\u0628 \u0645\u0631\u0629 \u0623\u062E\u0631\u0649",disableInputTranslationTips:"* \u064A\u0645\u0643\u0646\u0643 \u0623\u064A\u0636\u064B\u0627 \u0636\u0628\u0637 \u0645\u0641\u0627\u062A\u064A\u062D \u0627\u0644\u0627\u062E\u062A\u0635\u0627\u0631 \u0627\u0644\u0623\u062E\u0631\u0649 \u0644\u062A\u0634\u063A\u064A\u0644\u0647\u0627 \u0641\u064A {option} \u060C{learnMore}.",learnMore:"\u0627\u0646\u0642\u0631 \u0647\u0646\u0627 \u0644\u0645\u0639\u0631\u0641\u0629 \u0627\u0644\u0645\u0632\u064A\u062F",continueEnalbeInputTranslation:"\u0627\u0633\u062A\u0645\u0631 \u0641\u064A \u062A\u0645\u0643\u064A\u0646 \u062A\u0631\u062C\u0645\u0629 \u0645\u0631\u0628\u0639 \u0627\u0644\u0625\u062F\u062E\u0627\u0644",autoRenewTrialSuffix:'(\u0623\u062B\u0646\u0627\u0621 \u0627\u0644\u0641\u062A\u0631\u0629 \u0627\u0644\u062A\u062C\u0631\u064A\u0628\u064A\u0629\u060C \u0633\u064A\u062A\u0645 \u062A\u0631\u0642\u064A\u0629\u0639\u0644\u0649 \u0627\u0644\u0641\u0648\u0631 \u0625\u0644\u0649\u0631\u0633\u0645\u064A1 )',upgradeFromTrialTitle:"\u0627\u0644\u062A\u0631\u0642\u064A\u0629 \u0625\u0644\u0649 \u0639\u0636\u0648 \u0631\u0633\u0645\u064A",subtitle:"\u062A\u0631\u062C\u0645\u0627\u062A \u0627\u0644\u0641\u064A\u062F\u064A\u0648",youtubeService:"\u062E\u062F\u0645\u0629 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u063A\u0627\u0645\u0631\u0629 \u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0641\u064A\u062F\u064A\u0648","subtitle.disabledSubtitle":"\u062A\u0639\u0637\u064A\u0644 \u062A\u0631\u062C\u0645\u0627\u062A \u0627\u0644\u0641\u064A\u062F\u064A\u0648 \u0628\u0634\u0643\u0644 \u062F\u0627\u0626\u0645","subtitle.disabledSubtitleDescription":"\u0625\u0630\u0627 \u0643\u0627\u0646\u062A \u062A\u0631\u062C\u0645\u0627\u062A \u0627\u0644\u0641\u064A\u062F\u064A\u0648 \u0627\u0644\u062E\u0627\u0635\u0629 \u0628\u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0634\u0627\u0645\u0644\u0629 \u062A\u062A\u0639\u0627\u0631\u0636 \u0645\u0639 \u0645\u0644\u062D\u0642\u0627\u062A \u0623\u062E\u0631\u0649\u060C \u0641\u064A\u0645\u0643\u0646\u0643 \u0627\u062E\u062A\u064A\u0627\u0631 \u062A\u0639\u0637\u064A\u0644 \u0648\u0638\u064A\u0641\u0629 \u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0641\u064A\u062F\u064A\u0648 \u0627\u0644\u062E\u0627\u0635\u0629 \u0628\u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0634\u0627\u0645\u0644\u0629 \u0628\u0634\u0643\u0644 \u062F\u0627\u0626\u0645 \u0623\u0648 \u0625\u0644\u063A\u0627\u0621 \u062A\u062B\u0628\u064A\u062A \u0627\u0644\u0645\u0644\u062D\u0642\u0627\u062A \u0627\u0644\u0645\u062A\u0639\u0627\u0631\u0636\u0629 \u0627\u0644\u0623\u062E\u0631\u0649.","subtitle.autoEnableSubtitle":"\u0627\u0633\u062A\u062E\u062F\u0645 \u0627\u0644\u062A\u0631\u062C\u0645\u0627\u062A \u062B\u0646\u0627\u0626\u064A\u0629 \u0627\u0644\u0644\u063A\u0629 \u062A\u0644\u0642\u0627\u0626\u064A\u064B\u0627","subtitle.autoEnableSubtitleDescription":"\u0628\u0639\u062F \u0627\u0644\u062A\u0641\u0639\u064A\u0644\u060C \u0639\u0646\u062F \u062A\u0634\u063A\u064A\u0644 \u0627\u0644\u0641\u064A\u062F\u064A\u0648\u060C \u0633\u064A\u062A\u0645 \u0639\u0631\u0636 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u062B\u0646\u0627\u0626\u064A\u0629 \u062A\u0644\u0642\u0627\u0626\u064A\u064B\u0627\u060C \u0648\u0625\u0644\u0627 \u0633\u064A\u062A\u0639\u064A\u0646 \u0627\u0644\u0646\u0642\u0631 \u0639\u0644\u0649 \u0632\u0631 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0644\u0644\u0639\u0631\u0636.","subtitle.preTranslation":"\u0627\u0633\u062A\u062E\u062F\u0645 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0634\u0627\u0645\u0644\u0629 \u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u062A\u0631\u062C\u0645\u0627\u062A","subtitle.preTranslationDescription":"\u0628\u0639\u062F \u062A\u0641\u0639\u064A\u0644\u0647\u0627\u060C \u0633\u062A\u0639\u0637\u0649 \u0627\u0644\u0623\u0648\u0644\u0648\u064A\u0629 \u0644\u0627\u0633\u062A\u062E\u062F\u0627\u0645 \u062E\u062F\u0645\u0629 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0645\u062D\u062F\u062F\u0629 \u0623\u062F\u0646\u0627\u0647 \u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0628\u0627\u0644\u0643\u0627\u0645\u0644 \u0645\u0642\u062F\u0645\u064B\u0627. \u064A\u0633\u062A\u0647\u0644\u0643 \u0645\u0642\u0637\u0639 \u0641\u064A\u062F\u064A\u0648 \u0645\u062F\u062A\u0647 \u0633\u0627\u0639\u0629 \u0648\u0627\u062D\u062F\u0629 \u0645\u0627 \u064A\u0642\u0631\u0628 \u0645\u0646 50000 \u0631\u0645\u0632\u064B\u0627 \u0623\u0648 \u062D\u0631\u0641\u064B\u0627\u060C \u0644\u0630\u0627 \u064A\u0631\u062C\u0649 \u0627\u0633\u062A\u062E\u062F\u0627\u0645\u0647\u0627 \u0628\u0627\u0644\u0634\u0643\u0644 \u0627\u0644\u0645\u0646\u0627\u0633\u0628\u061B \u0628\u0639\u062F \u0627\u0644\u062A\u0639\u0637\u064A\u0644\u060C \u0633\u062A\u0639\u0637\u0649 \u0627\u0644\u0623\u0648\u0644\u0648\u064A\u0629 \u0644\u0627\u0633\u062A\u062E\u062F\u0627\u0645 \u0627\u0644\u062A\u0631\u062C\u0645\u0627\u062A \u0627\u0644\u0645\u062A\u0631\u062C\u0645\u0629 \u0622\u0644\u064A\u064B\u0627 \u0648\u0627\u0644\u062A\u064A \u062A\u0623\u062A\u064A \u0645\u0639 \u0627\u0644\u0641\u064A\u062F\u064A\u0648 \u0627\u0644\u0623\u0635\u0644\u064A.","subtitle.humanSubtitlesPreferred":"\u0625\u0639\u0637\u0627\u0621 \u0627\u0644\u0623\u0648\u0644\u0648\u064A\u0629 \u0644\u0627\u0633\u062A\u062E\u062F\u0627\u0645 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0628\u0634\u0631\u064A\u0629","subtitle.humanSubtitlesPreferredDescription":"\u0639\u0646\u062F\u0645\u0627 \u064A\u062D\u062A\u0648\u064A \u0645\u0642\u0637\u0639 \u0641\u064A\u062F\u064A\u0648 \u0639\u0644\u0649 \u062A\u0631\u062C\u0645\u0627\u062A \u064A\u062F\u0648\u064A\u0629 \u0628\u0627\u0644\u0644\u063A\u0629 \u0627\u0644\u0647\u062F\u0641\u060C \u0627\u0633\u062A\u062E\u062F\u0645 \u0627\u0644\u062A\u0631\u062C\u0645\u0627\u062A \u0627\u0644\u064A\u062F\u0648\u064A\u0629 \u0623\u0648\u0644\u0627\u064B (\u0645\u0648\u0635\u0649 \u0628\u0647)",videoSubtitleTranslationDescription:"\u062A\u062E\u0635\u064A\u0635 \u062E\u062F\u0645\u0629 \u062A\u0631\u062C\u0645\u0629 \u0645\u0646\u0641\u0635\u0644\u0629 \u0644\u062A\u0631\u062C\u0645\u0627\u062A \u0627\u0644\u0641\u064A\u062F\u064A\u0648",subtitleTranslating:"\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u062A\u0631\u062C\u0645\u0627\u062A \u0628\u0627\u0633\u062A\u062E\u062F\u0627\u0645 {service} \u062E\u062F\u0645\u0629\u060C \u064A\u0631\u062C\u0649 \u0627\u0644\u0627\u0646\u062A\u0638\u0627\u0631... (\u062A\u0631\u062C\u0645\u0629 \u063A\u0627\u0645\u0631\u0629)",subtitleLoading:"\u062C\u0627\u0631\u064D \u062A\u062D\u0645\u064A\u0644 \u0627\u0644\u062A\u0631\u062C\u0645\u0629...",bilingual:"\u062B\u0646\u0627\u0626\u064A \u0627\u0644\u0644\u063A\u0629","field.action":"\u0645\u0627 \u0625\u0630\u0627 \u0643\u0627\u0646 \u0633\u064A\u062A\u0645 \u062A\u0645\u0643\u064A\u0646 \u0645\u0635\u0637\u0644\u062D\u0627\u062A \u0628\u0627\u064A\u062F\u0648","description.action":"\u0628\u0639\u062F \u0627\u0644\u062A\u0645\u0643\u064A\u0646\u060C \u0633\u062A\u062A\u0645 \u0625\u0636\u0627\u0641\u0629 \u0627\u0644\u0625\u062C\u0631\u0627\u0621 \u0627\u0644\u0645\u0639\u0644\u0645\u0629 = 1 \u0625\u0644\u0649 \u0637\u0644\u0628 \u0625\u0628\u0644\u0627\u063A Baidu \u0644\u062A\u0645\u0643\u064A\u0646 \u0627\u0644\u0645\u0635\u0637\u0644\u062D.<1> \u064A\u0631\u062C\u0649 \u0627\u0644\u0631\u062C\u0648\u0639 \u0625\u0644\u0649 \u0627\u0644\u0648\u062B\u0627\u0626\u0642 \u0627\u0644\u0631\u0633\u0645\u064A\u0629 \u0644\u0645\u0632\u064A\u062F \u0645\u0646 \u0627\u0644\u062A\u0639\u0644\u064A\u0645\u0627\u062A.",closeQuickTranslation:"\u0623\u063A\u0644\u0642 \u0627\u0644\u0643\u0631\u0629 \u0627\u0644\u0639\u0627\u0626\u0645\u0629","closeQuickTranslation.untilNext":"\u0645\u063A\u0644\u0642 \u062D\u062A\u0649 \u0627\u0644\u0632\u064A\u0627\u0631\u0629 \u0627\u0644\u0642\u0627\u062F\u0645\u0629","closeQuickTranslation.currentWebsite":"\u0627\u0644\u0645\u0648\u0642\u0639 \u0627\u0644\u062D\u0627\u0644\u064A \u0645\u0639\u0637\u0644","closeQuickTranslation.alwaysClose":"\u062A\u0639\u0637\u064A\u0644 \u062F\u0627\u0626\u0645","closeQuickTranslation.settingOpen":"(\u064A\u0645\u0643\u0646 \u0627\u0644\u0639\u062B\u0648\u0631 \u0639\u0644\u064A\u0647 \u0641\u064A \u0635\u0641\u062D\u0629 \u0627\u0644\u0625\u0639\u062F\u0627\u062F <1> \u0634\u063A\u0644\u0647)","closeQuickTranslation.cancel":"\u064A\u0644\u063A\u064A","closeQuickTranslation.confirm":"\u0628\u0627\u0644\u062A\u0623\u0643\u064A\u062F","floatBall.popup":"\u0627\u0641\u062A\u062D \u0644\u0648\u062D\u0629 \u0627\u0644\u0625\u0639\u062F\u0627\u062F\u0627\u062A \u0627\u0644\u0633\u0631\u064A\u0639\u0629","floatBall.translate":"\u0627\u0646\u0642\u0631 \u0644\u062A\u0631\u062C\u0645\u0629 \u0647\u0630\u0647 \u0627\u0644\u0635\u0641\u062D\u0629","floatBall.showOriginal":"\u0627\u0646\u0642\u0631 \u0644\u0644\u062A\u0628\u062F\u064A\u0644 \u0645\u0631\u0629 \u0623\u062E\u0631\u0649 \u0625\u0644\u0649 \u0627\u0644\u0646\u0635 \u0627\u0644\u0623\u0635\u0644\u064A","floatBall.close":"\u0623\u063A\u0644\u0642 \u0627\u0644\u0643\u0631\u0629 \u0627\u0644\u0639\u0627\u0626\u0645\u0629","floatBallOptions.enableDescPc":"\u0628\u0639\u062F \u062A\u0641\u0639\u064A\u0644 \u0627\u0644\u0643\u0631\u0629 \u0627\u0644\u0639\u0627\u0626\u0645\u0629 \u0644\u0644\u0635\u0641\u062D\u0629\u060C \u0633\u064A\u062A\u0645 \u0639\u0631\u0636 \u0632\u0631 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0633\u0631\u064A\u0639\u0629 \u0639\u0644\u0649 \u0627\u0644\u062C\u0627\u0646\u0628 \u0627\u0644\u0623\u064A\u0645\u0646 \u0645\u0646 \u0627\u0644\u0635\u0641\u062D\u0629\u060C \u0627\u0646\u0642\u0631 \u0644\u0644\u062A\u0631\u062C\u0645\u0629.","floatBallOptions.enableDesc":"\u0628\u0639\u062F \u0625\u063A\u0644\u0627\u0642 \u0627\u0644\u0643\u0631\u0629 \u0627\u0644\u0639\u0627\u0626\u0645\u0629\u060C \u064A\u0645\u0643\u0646 \u0625\u064A\u0642\u0627\u0638\u0647\u0627 \u0628\u0640{touch}. \u0644\u0645\u0646\u0639 \u0627\u0644\u0639\u062B\u0648\u0631 \u0639\u0644\u0649 \u0627\u0644\u0643\u0631\u0629 \u0627\u0644\u0639\u0627\u0626\u0645\u0629 \u0628\u0639\u062F \u0625\u064A\u0642\u0627\u0641 \u062A\u0634\u063A\u064A\u0644 \u0647\u0630\u0627 \u0627\u0644\u062E\u064A\u0627\u0631 \u0639\u0646 \u0637\u0631\u064A\u0642 \u0627\u0644\u062E\u0637\u0623\u060C \u064A\u0648\u0635\u0649 \u0628\u0634\u062F\u0629 \u0628\u0648\u0636\u0639 \u0625\u0634\u0627\u0631\u0629 \u0645\u0631\u062C\u0639\u064A\u0629 \u0639\u0644\u0649 \u0635\u0641\u062D\u0629 \u0627\u0644\u0625\u0639\u062F\u0627\u062F\u0627\u062A \u0647\u0630\u0647.","description.azureApiUrl":"\u0627\u0645\u0644\u0623 \u0639\u0646\u0648\u0627\u0646 \u0648\u0627\u062C\u0647\u0629 API \u0627\u0644\u0645\u062E\u0635\u0635\u0629",confirmSupportMouse:"\u0641\u0631\u0636 \u062F\u0639\u0645 \u0627\u0644\u0645\u0627\u0648\u0633 \u0644\u064A\u062A\u0645 \u062A\u0645\u0643\u064A\u0646\u0647",confirmSupportMouseDescription:"\u062A\u0645 \u0627\u0643\u062A\u0634\u0627\u0641 \u0623\u0646 \u0627\u0644\u0645\u062A\u0635\u0641\u062D \u0627\u0644\u062D\u0627\u0644\u064A \u0644\u0627 \u064A\u062F\u0639\u0645 \u0648\u0638\u064A\u0641\u0629 \u0627\u0644\u0645\u0627\u0648\u0633. \u0647\u0644 \u062A\u0631\u064A\u062F \u0641\u0631\u0636 \u062A\u0645\u0643\u064A\u0646 \u062F\u0639\u0645 \u0627\u0644\u0645\u0627\u0648\u0633\u061F",sampleTargetText:"\u0627\u0644\u0644\u064A\u0644 \u0627\u0644\u0637\u0648\u064A\u0644 \u0642\u0627\u062F\u0645\u060C \u0648\u0633\u0623\u0638\u0644 \u0633\u0627\u0647\u0631\u064B\u0627 \u0645\u0646 \u0627\u0644\u0622\u0646 \u0641\u0635\u0627\u0639\u062F\u064B\u0627 \u062D\u062A\u0649 \u0623\u0645\u0648\u062A. \u0644\u0646 \u0623\u062A\u062E\u0630 \u0632\u0648\u062C\u0629\u060C \u0648\u0644\u0627 \u0625\u0642\u0637\u0627\u0639\u064A\u0629\u060C \u0648\u0644\u0627 \u0623\u0637\u0641\u0627\u0644\u0627\u064B. \u0644\u0646 \u0623\u0631\u062A\u062F\u064A \u0627\u0644\u062A\u0627\u062C \u0623\u0648 \u0623\u062A\u0646\u0627\u0641\u0633 \u0639\u0644\u0649 \u0627\u0644\u0623\u0648\u0633\u0645\u0629. \u0633\u0623\u0642\u0648\u0645 \u0628\u0648\u0627\u062C\u0628\u064A \u0628\u0625\u062E\u0644\u0627\u0635\u060C \u0648\u0623\u0639\u064A\u0634 \u0648\u0623\u0645\u0648\u062A.",sampleSourceText:"Night gathers, and now my watch begins. It shall not end until my death. I shall take no wife, hold no lands, father no children. I shall wear no crowns and win no glory. I shall live and die at my post.","subtitle.supportedSites":"\u5DF2\u652F\u6301\u5728\u8FD9\u4E9B\u7F51\u7AD9\u4F7F\u7528\u53CC\u8BED\u5B57\u5E55\uFF08\u6CE8\u610F\uFF1A\u7531\u4E8E\u6280\u672F\u9650\u5236\uFF0C\u90E8\u5206\u7F51\u7AD9\u5728\u9996\u6B21\u5F00\u542F\u5B57\u5E55\u540E\u9700\u8981\u91CD\u65B0\u5237\u65B0\u9875\u9762\uFF0C\u6216\u8005\u9700\u7B49\u5F85\u7FFB\u8BD1\u5B8C\u6210\u4EE5\u663E\u793A\u53CC\u8BED\u5B57\u5E55\uFF09\uFF1A",viewWithImmersiveTranslate:"\u53CC\u8BED\u7248\u672C(\u6C89\u6D78\u5F0F\u7FFB\u8BD1)",errorReason:"\u9519\u8BEF\u539F\u56E0\uFF1A{message}","proQuotaExceededError.onetime7day":'\uFF0C\u60A8\u53EF\u4EE5\u9009\u62E9\u4EE5\u4E0B\u65B9\u5F0F\u89E3\u51B3\uFF1A

1. \u5207\u6362\u5230 {anotherService} \u6216\u5176\u4ED6\u7FFB\u8BD1\u670D\u52A1
2. \u5347\u7EA7\u4E3A\u6708\u5EA6/\u5E74\u5EA6\u4F1A\u5458',"proQuotaExceededError.trial":'\uFF0C\u60A8\u53EF\u4EE5\u9009\u62E9\u4EE5\u4E0B\u65B9\u5F0F\u89E3\u51B3\uFF1A

1. \u5207\u6362\u5230 {anotherService} \u6216\u5176\u4ED6\u7FFB\u8BD1\u670D\u52A1
2. \u7ACB\u523B\u5347\u7EA7\u4E3A\u6B63\u5F0F\u4F1A\u5458',"proQuotaExceededError.nonTrial":'\uFF0C\u60A8\u53EF\u4EE5\u9009\u62E9\u4EE5\u4E0B\u65B9\u5F0F\u89E3\u51B3\uFF1A

1. \u5207\u6362\u5230 {anotherService} \u6216\u5176\u4ED6\u7FFB\u8BD1\u670D\u52A1
2. \u8D2D\u4E70 {translationService} \u989D\u5916\u6D41\u91CF\u5305',"proQuotaExceededError.resetTime":"
3. \u989D\u5EA6\u91CD\u7F6E\u65F6\u95F4\uFF1A{resetTime}","desc.touchShortcutsToggleTranslatePageOnlyTranslation":'\u062A\u0634\u064A\u0631 "\u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0641\u0642\u0637" \u0625\u0644\u0649 \u0639\u0631\u0636 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0641\u0642\u0637\u060C \u0625\u0630\u0627 \u0644\u0645 \u064A\u062A\u0645 \u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0635\u0641\u062D\u0629 \u0627\u0644\u0625\u0644\u0643\u062A\u0631\u0648\u0646\u064A\u0629 \u0628\u0639\u062F\u060C \u0633\u064A\u062A\u0645 \u062A\u063A\u064A\u064A\u0631 \u0627\u0644\u0648\u0636\u0639 \u0648\u062A\u0631\u062C\u0645\u062A\u0647\u0627.',"desc.toggleOnlyTransation":"\u062A\u0634\u064A\u0631 \u0648\u0636\u0639\u064A\u0629 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0641\u0642\u0637 \u0625\u0644\u0649 \u0639\u0631\u0636 \u0627\u0644\u0646\u0635 \u0627\u0644\u0645\u062A\u0631\u062C\u0645 \u0641\u0642\u0637\u060C \u0625\u0630\u0627 \u0644\u0645 \u064A\u062A\u0645 \u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0635\u0641\u062D\u0629 \u0627\u0644\u0625\u0644\u0643\u062A\u0631\u0648\u0646\u064A\u0629 \u0628\u0639\u062F\u060C \u0633\u064A\u062A\u0645 \u062A\u063A\u064A\u064A\u0631 \u0627\u0644\u0648\u0636\u0639 \u0648\u062A\u0631\u062C\u0645\u062A\u0647\u0627.",touchShortcutsToggleTranslatePageOnlyTranslation:"\u062A\u0639\u064A\u064A\u0646 \u0627\u0644\u0625\u064A\u0645\u0627\u0621\u0627\u062A \u0639\u0644\u0649 \u0627\u0644\u0634\u0627\u0634\u0629 \u0644\u0644\u062A\u0628\u062F\u064A\u0644 \u0628\u064A\u0646 \u0627\u0644\u0648\u0636\u0639 \u0627\u0644\u0645\u0632\u062F\u0648\u062C / \u0627\u0644\u0648\u0636\u0639 \u0627\u0644\u0646\u0635\u064A \u0641\u0642\u0637",download_started:"\u0628\u062F\u0623 \u0627\u0644\u062A\u0646\u0632\u064A\u0644 \u0628\u0627\u0644\u0641\u0639\u0644\u060C \u0625\u0630\u0627 \u0644\u0645 \u064A\u062A\u0645 \u0627\u0644\u062A\u0646\u0632\u064A\u0644 \u062A\u0644\u0642\u0627\u0626\u064A\u064B\u0627\u060C \u064A\u0631\u062C\u0649 \u0627\u0644\u0646\u0642\u0631 \u064A\u062F\u0648\u064A\u064B\u0627",here:"\u0647\u0646\u0627","desc.toggleVideoSubtitlePreTranslation":"\u0628\u0639\u062F \u0627\u0644\u0636\u063A\u0637\u060C \u0633\u062A\u0633\u062A\u062E\u062F\u0645 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u063A\u0627\u0645\u0631\u0629 \u0644\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u062B\u0646\u0627\u0626\u064A\u0629 \u0644\u0644\u0641\u064A\u062F\u064A\u0648 \u0628\u0634\u0643\u0644 \u0623\u0648\u0644\u0648\u064A\u060C \u0648\u0628\u0627\u0644\u0636\u063A\u0637 \u0645\u0631\u0629 \u0623\u062E\u0631\u0649\u060C \u0633\u062A\u0633\u062A\u062E\u062F\u0645 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0622\u0644\u064A\u0629 \u0627\u0644\u0645\u0631\u0641\u0642\u0629 \u0628\u0627\u0644\u0641\u064A\u062F\u064A\u0648 \u0627\u0644\u0623\u0635\u0644\u064A \u0628\u0634\u0643\u0644 \u0623\u0648\u0644\u0648\u064A. \u064A\u0631\u062C\u0649 \u0645\u0644\u0627\u062D\u0638\u0629: \u0647\u0630\u0627 \u0627\u0644\u0627\u062E\u062A\u0635\u0627\u0631 \u064A\u0639\u062F\u0644 \u0627\u0644\u0625\u0639\u062F\u0627\u062F\u0627\u062A \u0627\u0644\u0639\u0627\u0645\u0629.",videoSubtitlePreTranslationOn:"\u0633\u064A\u062A\u0645 \u0627\u0633\u062A\u062E\u062F\u0627\u0645 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u063A\u0627\u0645\u0631\u0629 \u0628\u0634\u0643\u0644 \u0623\u0648\u0644\u0648\u064A \u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u062A\u0631\u062C\u0645\u0627\u062A \u0627\u0644\u0645\u0631\u0626\u064A\u0629",videoSubtitlePreTranslationOff:"\u0633\u064A\u062A\u0645 \u0627\u0633\u062A\u062E\u062F\u0627\u0645 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0622\u0644\u064A\u0629 \u0644\u0644\u062A\u0631\u062C\u0645\u0629 \u0641\u064A \u0627\u0644\u0641\u064A\u062F\u064A\u0648 \u0628\u0634\u0643\u0644 \u0623\u0648\u0644\u0648\u064A",translationFont:"\u062A\u0639\u064A\u064A\u0646 \u0627\u0644\u062E\u0637","translationFont.custom":"\u0623\u062F\u062E\u0644 \u0627\u0644\u062E\u0637 \u0627\u0644\u0645\u062E\u0635\u0635","translationFont.customPlaceholder":"\u062E\u0637 \u0627\u0644\u0643\u062A\u0627\u0628\u0629","translationFont.notSupportErrorMessage":"\u064A\u0631\u062C\u0649 \u0627\u0644\u062A\u062D\u0642\u0642 \u0645\u0646 \u0635\u062D\u0629 \u0627\u0633\u0645 \u0627\u0644\u062E\u0637 \u0627\u0644\u0630\u064A \u0623\u062F\u062E\u0644\u062A\u0647 \u060C \u0623\u0648 \u0627\u0644\u062A\u0623\u0643\u062F \u0645\u0646 \u0623\u0646 \u0627\u0644\u062E\u0637 \u0642\u062F \u062A\u0645 \u062A\u062B\u0628\u064A\u062A\u0647 \u0628\u0627\u0644\u0641\u0639\u0644 \u0639\u0644\u0649 \u062C\u0647\u0627\u0632\u0643.","touch.mouse-translate":"\u062A\u0631\u062C\u0645 \u0627\u0644\u0641\u0642\u0631\u0629 \u0627\u0644\u0645\u062D\u062F\u062F\u0629","translationServices.inherit":"\u0627\u062A\u0628\u0639 \u0627\u0644\u062E\u062F\u0645\u0629 \u0627\u0644\u0631\u0626\u064A\u0633\u064A\u0629 \u0644\u0644\u062A\u0631\u062C\u0645\u0629","error.serveConfigError":"\u062E\u0637\u0623 \u0641\u064A \u062A\u0643\u0648\u064A\u0646 \u0627\u0644\u062E\u062F\u0645\u0629","error.reloadPageOfSetting":"\u0628\u0639\u062F \u0627\u0644\u062A\u0643\u0648\u064A\u0646\u060C \u064A\u0631\u062C\u0649 \u062A\u062D\u062F\u064A\u062B \u0627\u0644\u0635\u0641\u062D\u0629 \u0648\u062A\u0631\u062C\u0645\u062A\u0647\u0627 \u0645\u0631\u0629 \u0623\u062E\u0631\u0649.","error.googleLimitIp":"\u062A\u0645 \u0625\u0631\u062C\u0627\u0639 \u062E\u0637\u0623 \u0645\u0646 \u0627\u0644\u062E\u062F\u0645\u0629 \u060C \u062E\u062F\u0645\u0629 Google \u0642\u062F \u0642\u0627\u0645\u062A \u0628\u062A\u0642\u064A\u064A\u062F \u0627\u0644\u0646\u0637\u0627\u0642 \u0627\u0644\u062E\u0627\u0635 \u0628\u0639\u0646\u0648\u0627\u0646 IP \u0647\u0630\u0627 \u060C \u0646\u0646\u0635\u062D\u0643 \u0628\u062A\u063A\u064A\u064A\u0631 \u0646\u0642\u0637\u0629 \u0627\u0644\u0634\u0628\u0643\u0629.","error.openAIFreeLimit":"\u062A\u0645 \u0625\u0631\u062C\u0627\u0639 \u062E\u0637\u0623 \u0645\u0646 \u0627\u0644\u062E\u062F\u0645\u0629\u060C \u0648\u0642\u062F \u0648\u0635\u0644\u062A \u062A\u0631\u062F\u062F \u0637\u0644\u0628\u0627\u062A \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u062D\u0627\u0644\u064A\u0629 \u0625\u0644\u0649 \u0627\u0644\u062D\u062F \u0627\u0644\u0623\u0642\u0635\u0649 \u0627\u0644\u0628\u0627\u0644\u063A 3 \u0645\u0631\u0627\u062A \u0641\u064A \u0627\u0644\u062F\u0642\u064A\u0642\u0629\u060C \u064A\u0631\u062C\u0649 \u0627\u0644\u0645\u062D\u0627\u0648\u0644\u0629 \u0645\u0631\u0629 \u0623\u062E\u0631\u0649 \u0644\u0627\u062D\u0642\u064B\u0627. (\u0647\u0630\u0627 \u0647\u0648 \u0627\u0644\u0642\u064A\u062F \u0627\u0644\u0631\u0633\u0645\u064A \u0645\u0646 OpenAI \u0644\u0645\u0641\u062A\u0627\u062D API \u0627\u0644\u0645\u062C\u0627\u0646\u064A\u060C \u0644\u0631\u0641\u0639 \u0647\u0630\u0627 \u0627\u0644\u0642\u064A\u062F\u060C \u064A\u0631\u062C\u0649 \u0631\u0628\u0637 \u0628\u0637\u0627\u0642\u0629 \u0627\u0644\u0627\u0626\u062A\u0645\u0627\u0646 \u0641\u064A \u0644\u0648\u062D\u0629 \u0627\u0644\u062A\u062D\u0643\u0645 \u0627\u0644\u062E\u0644\u0641\u064A\u0629 \u0644\u0640 OpenAI.)","error.openAIExceededQuota":"\u062A\u0645 \u0625\u0631\u062C\u0627\u0639 \u0627\u0644\u062E\u062F\u0645\u0629 \u0628\u062E\u0637\u0623: \u0631\u0635\u064A\u062F \u062D\u0633\u0627\u0628 OpenAI \u0627\u0644\u062D\u0627\u0644\u064A \u063A\u064A\u0631 \u0643\u0627\u0641\u064D \u060C \u064A\u0631\u062C\u0649 \u0625\u0639\u0627\u062F\u0629 \u0627\u0644\u0634\u062D\u0646 \u0623\u0648 \u0631\u0628\u0637 \u0628\u0637\u0627\u0642\u0629 \u0627\u0644\u0627\u0626\u062A\u0645\u0627\u0646 \u0641\u064A \u0627\u0644\u062E\u0644\u0641\u064A\u0629 \u0627\u0644\u0631\u0633\u0645\u064A\u0629 \u0644\u0640 OpenAI.","error.429":"\u062A\u0645 \u0625\u0631\u062C\u0627\u0639 \u0627\u0644\u062E\u062F\u0645\u0629 \u0628\u062E\u0637\u0623\u060C \u0645\u0645\u0627 \u064A\u0634\u064A\u0631 \u0625\u0644\u0649 \u0623\u0646 \u0627\u0644\u0637\u0644\u0628\u0627\u062A \u0643\u062B\u064A\u0631\u0629 \u062C\u062F\u064B\u0627 \u0623\u0648 \u062A\u062C\u0627\u0648\u0632\u062A \u0627\u0644\u062D\u062F \u0627\u0644\u0645\u062D\u062F\u062F\u060C \u064A\u0631\u062C\u0649 \u0627\u0644\u0645\u062D\u0627\u0648\u0644\u0629 \u0645\u0631\u0629 \u0623\u062E\u0631\u0649 \u0644\u0627\u062D\u0642\u064B\u0627.","error.403":"\u062A\u0645 \u0625\u0631\u062C\u0627\u0639 \u0627\u0644\u062E\u062F\u0645\u0629 \u0628\u062E\u0637\u0623\u060C \u0644\u064A\u0633 \u0644\u062F\u064A\u0643 \u0627\u0644\u0635\u0644\u0627\u062D\u064A\u0629 \u0627\u0644\u0645\u0624\u0642\u062A\u0629 \u0644\u0644\u0648\u0635\u0648\u0644 \u0625\u0644\u0649 \u0647\u0630\u0647 \u0627\u0644\u062E\u062F\u0645\u0629.","error.400":"\u062A\u0645 \u0625\u0631\u062C\u0627\u0639 \u062E\u0637\u0623 \u0641\u064A \u0627\u0644\u062E\u062F\u0645\u0629 \u060C \u062E\u0637\u0623 \u0641\u064A \u0645\u0639\u0644\u0645\u0627\u062A \u0627\u0644\u0637\u0644\u0628 \u060C \u064A\u0631\u062C\u0649 \u0627\u0644\u062A\u062D\u0642\u0642 \u0645\u0646 \u0627\u0644\u062A\u0643\u0648\u064A\u0646 \u0627\u0644\u0645\u0646\u0627\u0633\u0628.","error.502":"\u062A\u0645 \u0625\u0631\u062C\u0627\u0639 \u062E\u0637\u0623 \u0645\u0646 \u0627\u0644\u062E\u062F\u0645\u0629 \u060C \u062A\u062C\u0627\u0648\u0632 \u0627\u0644\u062E\u062F\u0645\u0629 \u0627\u0644\u0648\u0642\u062A \u0627\u0644\u0645\u062D\u062F\u062F \u060C \u064A\u0631\u062C\u0649 \u0627\u0644\u0645\u062D\u0627\u0648\u0644\u0629 \u0645\u0631\u0629 \u0623\u062E\u0631\u0649 \u0641\u064A \u0648\u0642\u062A \u0644\u0627\u062D\u0642.","error.proTokenInvalid":"\u0625\u0630\u0627 \u0643\u0646\u062A \u0645\u0633\u062A\u062E\u062F\u0645\u064B\u0627 \u0645\u062D\u062A\u0631\u0641\u064B\u0627 \u060C \u064A\u0631\u062C\u0649 \u062A\u0633\u062C\u064A\u0644 \u0627\u0644\u062F\u062E\u0648\u0644 \u0642\u0628\u0644 \u0627\u0633\u062A\u062E\u062F\u0627\u0645 \u062E\u062F\u0645\u0629 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0645\u062D\u062A\u0631\u0641\u0629","error.proUpgrade":"\u0628\u0639\u062F \u0627\u0644\u062A\u0631\u0642\u064A\u0629 \u060C \u064A\u0631\u062C\u0649 \u062A\u062D\u062F\u064A\u062B \u0627\u0644\u0635\u0641\u062D\u0629 \u0648\u062A\u0631\u062C\u0645\u062A\u0647\u0627 \u0645\u0631\u0629 \u0623\u062E\u0631\u0649.","error.configError":"\u062A\u0643\u0648\u064A\u0646 \u0627\u0644\u0628\u064A\u0627\u0646\u0627\u062A \u063A\u064A\u0631 \u0637\u0628\u064A\u0639\u064A","error.goReset":"\u0625\u0639\u0627\u062F\u0629 \u0627\u0644\u062A\u0639\u064A\u064A\u0646",batchEdit:"\u0627\u0644\u0639\u0645\u0644\u064A\u0627\u062A \u0627\u0644\u062C\u0645\u0627\u0639\u064A\u0629","translationModeLang.translation.title":"\u0646\u0645\u0637 \u0627\u0644\u0644\u063A\u0629 \u0627\u0644\u0646\u0635\u064A \u0641\u0642\u0637","translationModeLang.translation.description":"\u0639\u0646\u062F\u0645\u0627 \u064A\u0643\u0648\u0646 \u0644\u063A\u0629 \u0627\u0644\u0635\u0641\u062D\u0629 \u0628\u0627\u0644\u0644\u063A\u0627\u062A \u0627\u0644\u062A\u0627\u0644\u064A\u0629\u060C \u0633\u064A\u062A\u0645 \u0627\u0633\u062A\u062E\u062F\u0627\u0645 \u0648\u0636\u0639 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0641\u0642\u0637 \u062A\u0644\u0642\u0627\u0626\u064A\u064B\u0627.","translationModeUrl.translation.title":"\u0631\u0627\u0628\u0637 \u0627\u0644\u0648\u0636\u0639 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0641\u0642\u0637","translationModeUrl.translation.description":"\u0639\u0646\u062F\u0645\u0627 \u064A\u0643\u0648\u0646 \u0627\u0644\u0645\u0648\u0642\u0639 \u0627\u0644\u0625\u0644\u0643\u062A\u0631\u0648\u0646\u064A \u0644\u0644\u0646\u0637\u0627\u0642\u0627\u062A \u0627\u0644\u062A\u0627\u0644\u064A\u0629\u060C \u0633\u064A\u062A\u0645 \u0627\u0633\u062A\u062E\u062F\u0627\u0645 \u0648\u0636\u0639 \u0627\u0644\u0646\u0635 \u0627\u0644\u0645\u062A\u0631\u062C\u0645 \u0641\u0642\u0637 \u062A\u0644\u0642\u0627\u0626\u064A\u064B\u0627.","error.serveUnavailable":"\u0627\u0644\u062E\u062F\u0645\u0629 [{serverName}] \u0627\u0644\u062A\u064A \u062A\u0633\u062A\u062E\u062F\u0645\u0647\u0627 \u062D\u0627\u0644\u064A\u064B\u0627 \u063A\u064A\u0631 \u0642\u0627\u0628\u0644\u0629 \u0644\u0644\u0648\u0635\u0648\u0644 \u0645\u0624\u0642\u062A\u064B\u0627 \u0628\u0633\u0628\u0628 \u0645\u0634\u0643\u0644\u0629 \u0641\u064A \u0627\u0644\u0627\u062A\u0635\u0627\u0644 \u0628\u0627\u0644\u0634\u0628\u0643\u0629 \u0623\u0648 \u0645\u0632\u0648\u062F \u0627\u0644\u062E\u062F\u0645\u0629. \u0646\u0642\u062A\u0631\u062D \u0639\u0644\u064A\u0643 \u062A\u062D\u062F\u064A\u062B \u0627\u0644\u0635\u0641\u062D\u0629 \u0623\u0648 \u062A\u063A\u064A\u064A\u0631 \u062E\u062F\u0645\u0629 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0623\u062E\u0631\u0649 \u0645\u0646 \u062E\u0644\u0627\u0644 <1>\u0627\u0644\u0625\u0639\u062F\u0627\u062F\u0627\u062A. \u0625\u0630\u0627 \u0643\u0646\u062A \u0639\u0636\u0648\u064B\u0627 \u0641\u064A <2>Pro\u060C \u064A\u0645\u0643\u0646\u0643 \u0627\u062E\u062A\u064A\u0627\u0631 \u0627\u0633\u062A\u062E\u062F\u0627\u0645 \u062E\u062F\u0645\u0629 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 DeepL \u0623\u0648 OpenAI \u0627\u0644\u0623\u0643\u062B\u0631 \u0627\u0633\u062A\u0642\u0631\u0627\u0631\u064B\u0627 (<3>\u0627\u0646\u0642\u0631 \u0647\u0646\u0627 \u0644\u062A\u062C\u0631\u0628\u0629 \u0645\u062C\u0627\u0646\u064A\u0629). \u0628\u0627\u0644\u0625\u0636\u0627\u0641\u0629 \u0625\u0644\u0649 \u0630\u0644\u0643\u060C \u0642\u062F \u062A\u062D\u062A\u0627\u062C \u0623\u064A\u0636\u064B\u0627 \u0625\u0644\u0649 \u0627\u0644\u062A\u062D\u0642\u0642 \u0645\u0646 \u0625\u0639\u062F\u0627\u062F\u0627\u062A \u0627\u0644\u0634\u0628\u0643\u0629 \u0623\u0648 \u0627\u0644\u0648\u0643\u064A\u0644 \u0627\u0644\u062E\u0627\u0635\u0629 \u0628\u0643.",detectServiceLoading:"\u062C\u0627\u0631\u064D \u0627\u0644\u062A\u062D\u0642\u0642 \u0645\u0646 \u0627\u0644\u062E\u062F\u0645\u0627\u062A \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0645\u062A\u0627\u062D\u0629...",toggleToService:"\u0627\u0644\u062A\u0628\u062F\u064A\u0644 \u0625\u0644\u0649 {service} \u0648\u0625\u0639\u0627\u062F\u0629 \u0627\u0644\u0645\u062D\u0627\u0648\u0644\u0629","error.gemini.429":"\u0627\u0644\u062E\u062F\u0645\u0629 Gemini \u0627\u0644\u062D\u0627\u0644\u064A\u0629 \u0642\u062F \u0648\u0635\u0644\u062A \u0625\u0644\u0649 \u0627\u0644\u062D\u062F \u0627\u0644\u0623\u0642\u0635\u0649 \u0644\u0644\u0642\u062F\u0631\u0629 \u0639\u0644\u0649 \u0627\u0644\u062A\u062D\u0645\u0644\u060C \u064A\u0631\u062C\u0649 \u0627\u0644\u0645\u062D\u0627\u0648\u0644\u0629 \u0645\u0631\u0629 \u0623\u062E\u0631\u0649 \u0641\u064A \u0648\u0642\u062A \u0644\u0627\u062D\u0642\u060C \u0623\u0648 \u0627\u0644\u062A\u0628\u062F\u064A\u0644 \u0625\u0644\u0649 \u062E\u062F\u0645\u0629 \u062A\u0631\u062C\u0645\u0629 \u0623\u062E\u0631\u0649.",enableSentryReport:"\u0639\u0646\u062F \u062D\u062F\u0648\u062B \u062E\u0637\u0623 \u0641\u064A \u0627\u0644\u062A\u0648\u0633\u064A\u0639 \u060C \u0627\u0633\u062A\u062E\u062F\u0645 Sentry \u0644\u062A\u0642\u062F\u064A\u0645 \u0627\u0644\u0645\u0644\u0627\u062D\u0638\u0627\u062A","widget.translateFile":"PDF/ePub",pickAll:"\u062D\u062F\u062F \u0627\u0644\u0643\u0644",contact:"\u0627\u062A\u0635\u0644 \u0628\u0646\u0627","translationServices.gemini":"\u0627\u0644\u062C\u0645\u0646\u0627\u0632","tagsInput.add":"+ \u0625\u0636\u0627\u0641\u0629",touchShortcutsOff:"\u0625\u063A\u0644\u0627\u0642","error.retry":"\u0623\u0639\u062F \u0627\u0644\u0645\u062D\u0627\u0648\u0644\u0629","slide.left":"\u0627\u0646\u0632\u0644\u0642 \u0625\u0644\u0649 \u0627\u0644\u064A\u0645\u064A\u0646",translationOnlyMode:"\u0648\u0636\u0639 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0641\u0642\u0637",goLogin:"\u062A\u0633\u062C\u064A\u0644 \u0627\u0644\u062F\u062E\u0648\u0644","slide.right":"\u0627\u0646\u0632\u0644\u0642 \u0625\u0644\u0649 \u0627\u0644\u064A\u0633\u0627\u0631","multipleClick.4":"\u0631\u0628\u0627\u0639\u064A \u0645\u062A\u062A\u0627\u0644\u064A",shortcutSettingsTitle:"\u0625\u0639\u062F\u0627\u062F\u0627\u062A \u0627\u0644\u0627\u062E\u062A\u0635\u0627\u0631\u0627\u062A",loggedIn:"\u062A\u0645 \u062A\u0633\u062C\u064A\u0644 \u0627\u0644\u062F\u062E\u0648\u0644",shortcutSettings:"\u0627\u062E\u062A\u0635\u0627\u0631\u0627\u062A \u0627\u0644\u0645\u0641\u0627\u062A\u064A\u062D","multipleClick.2":"\u0627\u0646\u0642\u0631 \u0645\u0631\u062A\u064A\u0646","shortcutGroup.others":"\u0627\u0644\u0645\u0632\u064A\u062F \u0645\u0646 \u0627\u0644\u0627\u062E\u062A\u0635\u0627\u0631\u0627\u062A \u0627\u0644\u0645\u062E\u0635\u0635\u0629","widget.videoSubtitle":"\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0641\u064A\u062F\u064A\u0648","intro.floatBallTitle":"\u0643\u0631\u0629 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0633\u0631\u064A\u0639\u0629",notLogin:"\u0644\u0645 \u064A\u062A\u0645 \u062A\u0633\u062C\u064A\u0644 \u0627\u0644\u062F\u062E\u0648\u0644","widget.instruction":"\u062A\u0639\u0644\u064A\u0645\u0627\u062A \u0627\u0644\u0627\u0633\u062A\u062E\u062F\u0627\u0645",alwaysTranslateThisSite:"\u062F\u0627\u0626\u0645\u0627 \u062A\u0631\u062C\u0645 \u0647\u0630\u0627 \u0627\u0644\u0645\u0648\u0642\u0639","error.subscriptionExpiredTitle":"\u0627\u0646\u062A\u0647\u062A \u0635\u0644\u0627\u062D\u064A\u0629 \u0627\u0644\u0639\u0636\u0648\u064A\u0629","shortcutGroup.shortcutsForTranslationServices":"\u062E\u062F\u0645\u0627\u062A \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0645\u0641\u0627\u062A\u064A\u062D \u0627\u0644\u0633\u0631\u064A\u0639\u0629","widget.instructionTooltip":"\u0631\u0627\u062C\u0639 \u062A\u0639\u0644\u064A\u0645\u0627\u062A \u0627\u0644\u0627\u0633\u062A\u062E\u062F\u0627\u0645",temprarilyChangeTranslationTo_gemini:"\u064A\u062A\u0645 \u0627\u0633\u062A\u062E\u062F\u0627\u0645 Gemini \u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0635\u0641\u062D\u0629 \u0627\u0644\u062D\u0627\u0644\u064A\u0629","subtitle.hideQuickButton":"\u0644\u0627 \u062A\u0638\u0647\u0631 \u0647\u0630\u0627 \u0627\u0644\u0627\u062E\u062A\u0635\u0627\u0631 \u0645\u0631\u0629 \u0623\u062E\u0631\u0649",temprarilyChangeTranslationTo_google:"\u064A\u062A\u0645 \u0627\u0633\u062A\u062E\u062F\u0627\u0645 \u062A\u0631\u062C\u0645\u0629 Google \u0644\u0644\u0635\u0641\u062D\u0629 \u0627\u0644\u062D\u0627\u0644\u064A\u0629","subtitle.bilingual":"\u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u062B\u0646\u0627\u0626\u064A\u0629 \u0627\u0644\u0644\u063A\u0629",mouseHoverCustomKeyTitle:"\u062A\u0639\u0631\u064A\u0641 \u0627\u062E\u062A\u0635\u0627\u0631\u0627\u062A \u0627\u0644\u0645\u0627\u0648\u0633 \u0627\u0644\u0645\u0639\u0644\u0642\u0629","browser.translateInputBox":"\u062A\u0631\u062C\u0645 \u0645\u062D\u062A\u0648\u0649 \u0645\u0631\u0628\u0639 \u0627\u0644\u0625\u062F\u062E\u0627\u0644 \u0627\u0644\u062D\u0627\u0644\u064A","shortcutGroup.touch":"\u0627\u0644\u0625\u064A\u0645\u0627\u0621\u0627\u062A \u0627\u0644\u0645\u062E\u0635\u0635\u0629 \u0644\u0644\u0634\u0627\u0634\u0627\u062A \u0627\u0644\u0644\u0645\u0633\u064A\u0629",neverTranslateThisSite:"\u0644\u0627 \u062A\u062A\u0631\u062C\u0645 \u0647\u0630\u0627 \u0627\u0644\u0645\u0648\u0642\u0639 \u0623\u0628\u062F\u0627",temprarilyChangeTranslationTo_deepl:"\u064A\u062A\u0645 \u0627\u0633\u062A\u062E\u062F\u0627\u0645 DeepL \u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0635\u0641\u062D\u0629 \u0627\u0644\u062D\u0627\u0644\u064A\u0629","browser.translateWithDeepL":"\u0627\u0633\u062A\u062E\u062F\u0645 DeepL \u0645\u0624\u0642\u062A\u064B\u0627 \u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0635\u0641\u062D\u0629 \u0627\u0644\u062D\u0627\u0644\u064A\u0629","multipleClick.3":"\u062B\u0644\u0627\u062B\u0629 \u0636\u0631\u0628\u0627\u062A \u0645\u062A\u062A\u0627\u0644\u064A\u0629","widget.translateFileTooltip":"\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0645\u0633\u062A\u0646\u062F\u0627\u062A PDF\u060C EPUB\u060C SRT\u060C ASS\u060C HTML \u0648 TXT","neverTranslateText.title":"\u0627\u0644\u0643\u0644\u0645\u0627\u062A \u0627\u0644\u062A\u0627\u0644\u064A\u0629 \u062A\u0628\u0642\u0649 \u0643\u0645\u0627 \u0647\u064A\u060C \u0644\u0627 \u062A\u062A\u0631\u062C\u0645","subtitle.autoDisableSubtitle":"\u0644\u0627 \u062A\u0642\u0645 \u0628\u062A\u0634\u063A\u064A\u0644 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u062B\u0646\u0627\u0626\u064A\u0629 \u062A\u0644\u0642\u0627\u0626\u064A\u064B\u0627","browser.translateWithGoogle":"\u0627\u0633\u062A\u062E\u062F\u0645 Google Translate \u0645\u0624\u0642\u062A\u064B\u0627 \u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0635\u0641\u062D\u0629 \u0627\u0644\u062D\u0627\u0644\u064A\u0629","shortcutGroup.main":"\u0627\u062E\u062A\u0635\u0627\u0631\u0627\u062A \u0627\u0644\u0648\u0638\u0627\u0626\u0641 \u0627\u0644\u0634\u0627\u0626\u0639\u0629",paragraphMinTextCountField:"\u0627\u0644\u062D\u062F \u0627\u0644\u0623\u062F\u0646\u0649 \u0644\u0639\u062F\u062F \u0627\u0644\u0623\u062D\u0631\u0641 \u0627\u0644\u0645\u0637\u0644\u0648\u0628\u0629 \u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0641\u0642\u0631\u0629","widget.videoSubtitleTooltip":"\u062F\u0639\u0645 Youtube \u0648\u063A\u064A\u0631\u0647\u0627 \u0645\u0646 \u0645\u0648\u0627\u0642\u0639 \u0627\u0644\u0641\u064A\u062F\u064A\u0648 {count}+",upgradeToProErrorTitle:"\u064A\u0631\u062C\u0649 \u0627\u0644\u062A\u0631\u0642\u064A\u0629 \u0625\u0644\u0649 \u0639\u0636\u0648\u064A\u0629 Pro \u0642\u0628\u0644 \u0627\u0633\u062A\u062E\u062F\u0627\u0645 \u0647\u0630\u0647 \u0627\u0644\u062E\u062F\u0645\u0629 \u0627\u0644\u062A\u0631\u062C\u0645\u0629","subtitle.showQuickButton":"\u0641\u064A \u0639\u0631\u0636 \u0627\u0644\u0646\u0635\u0648\u0635 \u0627\u0644\u0645\u062A\u0631\u062C\u0645\u0629 \u0628\u0634\u0643\u0644 \u0645\u0632\u062F\u0648\u062C \u0641\u064A \u0627\u0644\u0645\u0634\u063A\u0644 \u0628\u0637\u0631\u064A\u0642\u0629 \u0633\u0631\u064A\u0639\u0629",temprarilyChangeTranslationTo_transmart:"\u064A\u062A\u0645 \u0627\u0633\u062A\u062E\u062F\u0627\u0645 \u062A\u0631\u062C\u0645\u0629 \u062A\u064A\u0646\u0633\u0646\u062A \u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0635\u0641\u062D\u0629 \u0627\u0644\u062D\u0627\u0644\u064A\u0629",notLoginPro:"\u0644\u0645 \u062A\u0642\u0645 \u0628\u062A\u0633\u062C\u064A\u0644 \u0627\u0644\u062F\u062E\u0648\u0644 \u0625\u0644\u0649 \u062D\u0633\u0627\u0628 \u0627\u0644\u0639\u0636\u0648\u064A\u0629 \u0627\u0644\u062E\u0627\u0635 \u0628\u0643 \u0628\u0639\u062F","floatBall.iKnow":"\u0623\u0646\u0627 \u0623\u0639\u0631\u0641","intro.hoverTitle":"\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0641\u0642\u0631\u0629 \u0627\u0644\u062D\u0627\u0644\u064A\u0629 \u0639\u0646\u062F \u062A\u062D\u0631\u064A\u0643 \u0627\u0644\u0645\u0627\u0648\u0633 \u0641\u0648\u0642\u0647\u0627",temprarilyChangeTranslationTo_bing:"\u064A\u062A\u0645 \u0627\u0633\u062A\u062E\u062F\u0627\u0645 \u0645\u062A\u0631\u062C\u0645 \u0645\u0627\u064A\u0643\u0631\u0648\u0633\u0648\u0641\u062A \u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0635\u0641\u062D\u0629 \u0627\u0644\u062D\u0627\u0644\u064A\u0629",temprarilyChangeTranslationTo_openai:"\u064A\u062A\u0645 \u0627\u0633\u062A\u062E\u062F\u0627\u0645 OpenAI \u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0635\u0641\u062D\u0629 \u0627\u0644\u062D\u0627\u0644\u064A\u0629","browser.translateWithOpenAI":"\u0627\u0633\u062A\u062E\u062F\u0645 OpenAI \u0645\u0624\u0642\u062A\u064B\u0627 \u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0635\u0641\u062D\u0629 \u0627\u0644\u062D\u0627\u0644\u064A\u0629",networkError:"\u062A\u0648\u0627\u062C\u0647 \u062E\u062F\u0645\u0629 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0623\u0648 \u0627\u0644\u0634\u0628\u0643\u0629 \u0645\u0634\u0643\u0644\u0629",buildSnapshots:"\u0625\u0646\u0634\u0627\u0621 \u0644\u0642\u0637\u0629 \u0633\u0631\u064A\u0639\u0629 \u0644\u0644\u0635\u0641\u062D\u0629 \u0627\u0644\u0625\u0644\u0643\u062A\u0631\u0648\u0646\u064A\u0629","shortcutGroup.mouse":"\u062A\u0643\u0648\u064A\u0646 \u0627\u062E\u062A\u0635\u0627\u0631\u0627\u062A \u0627\u0644\u0645\u0627\u0648\u0633 \u0627\u0644\u0645\u0639\u0644\u0642\u0629","intro.subtitleTitle":"\u0639\u0631\u0636 \u0627\u0644\u062A\u0631\u062C\u0645\u0627\u062A \u0627\u0644\u0645\u0632\u062F\u0648\u062C\u0629 \u0644\u0644\u0641\u064A\u062F\u064A\u0648 \u0639\u0628\u0631 \u0627\u0644\u0625\u0646\u062A\u0631\u0646\u062A","floatBall.longPress":"\u0627\u0636\u063A\u0637 \u0645\u0639 \u0627\u0644\u0627\u0633\u062A\u0645\u0631\u0627\u0631 \u0644\u0641\u062A\u062D \u0644\u0648\u062D\u0629 \u0627\u0644\u0625\u0639\u062F\u0627\u062F\u0627\u062A \u0628\u0633\u0631\u0639\u0629",touchShortcutsToggleTranslateTouchElement:"\u062A\u0639\u064A\u064A\u0646 \u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0641\u0642\u0631\u0629 \u0627\u0644\u0645\u062D\u062F\u062F\u0629 \u0628\u0648\u0627\u0633\u0637\u0629 \u0627\u0644\u0625\u064A\u0645\u0627\u0621\u0627\u062A \u0639\u0644\u0649 \u0627\u0644\u0634\u0627\u0634\u0629 \u0627\u0644\u062A\u064A \u062A\u0639\u0645\u0644 \u0628\u0627\u0644\u0644\u0645\u0633","browser.translateWithBing":"\u0627\u0633\u062A\u062E\u062F\u0645 \u062A\u0631\u062C\u0645\u0629 \u0645\u0627\u064A\u0643\u0631\u0648\u0633\u0648\u0641\u062A \u0645\u0624\u0642\u062A\u064B\u0627 \u0644\u0644\u0635\u0641\u062D\u0629 \u0627\u0644\u062D\u0627\u0644\u064A\u0629","error.subscriptionExpired":"\u0642\u062F \u064A\u0643\u0648\u0646 \u0639\u0636\u0648\u064A\u062A\u0643 \u0642\u062F \u0627\u0646\u062A\u0647\u062A \u060C \u064A\u0631\u062C\u0649 \u0627\u0644\u062A\u062D\u0642\u0642 \u0645\u0646 \u062D\u0627\u0644\u0629 \u0639\u0636\u0648\u064A\u062A\u0643","browser.translateWithGemini":"\u0627\u0633\u062A\u062E\u062F\u0645 Gemini \u0645\u0624\u0642\u062A\u064B\u0627 \u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0635\u0641\u062D\u0629 \u0627\u0644\u062D\u0627\u0644\u064A\u0629","desc.touchShortcutsToggleTranslateTouchElement":"\u0642\u0645 \u0628\u062A\u062E\u0635\u064A\u0635 \u0625\u0634\u0627\u0631\u0629 \u0628\u064A\u062F\u0643\u060C \u0648\u064A\u0645\u0643\u0646\u0643 \u062A\u0631\u062C\u0645\u0629 \u0623\u064A \u0641\u0642\u0631\u0629 \u062A\u0648\u0627\u062C\u062F \u0641\u064A\u0647\u0627.","browser.translateWithTransmart":"\u0627\u0633\u062A\u062E\u062F\u0645 \u062A\u0631\u062C\u0645\u0629 \u062A\u064A\u0646\u0633\u0646\u062A \u0645\u0624\u0642\u062A\u064B\u0627 \u0644\u0644\u0635\u0641\u062D\u0629 \u0627\u0644\u062D\u0627\u0644\u064A\u0629","desc.interfaceLanguage":"\u062A\u0624\u062B\u0631 \u0625\u0639\u062F\u0627\u062F\u0627\u062A \u0644\u063A\u0629 \u0627\u0644\u0648\u0627\u062C\u0647\u0629 \u0639\u0644\u0649 \u0644\u063A\u0629 \u0639\u0631\u0636 \u0644\u0648\u062D\u0629 \u0627\u0644\u062A\u062D\u0643\u0645\u060C \u0648\u0644\u0627 \u062A\u062A\u0639\u0644\u0642 \u0628\u0644\u063A\u0629 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0645\u0633\u062A\u0647\u062F\u0641\u0629.",touchShortcutsToggleTranslationMask:"\u062A\u0639\u064A\u064A\u0646 \u0625\u064A\u0645\u0627\u0621\u0627\u062A \u0627\u0644\u0634\u0627\u0634\u0629 \u0627\u0644\u062A\u064A \u062A\u0639\u0645\u0644 \u0628\u0627\u0644\u0644\u0645\u0633 \u0644\u0639\u0631\u0636 \u0642\u0646\u0627\u0639 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 / \u0639\u0631\u0636 \u0627\u0644\u0646\u0635 \u0627\u0644\u0623\u0635\u0644\u064A","browser.toggleMouseHoverTranslateDirectly":"\u062A\u0645\u0643\u064A\u0646 \u0623\u0648 \u062A\u0639\u0637\u064A\u0644 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0645\u0628\u0627\u0634\u0631\u0629 \u0639\u0646\u062F \u062A\u0645\u0631\u064A\u0631 \u0627\u0644\u0645\u0627\u0648\u0633 \u0645\u0624\u0642\u062A\u064B\u0627 \u0639\u0644\u0649 \u0627\u0644\u0635\u0641\u062D\u0629","floatBall.guideClickToTranslate":`\u0627\u0646\u0642\u0631 \u0639\u0644\u0649 \u0643\u0631\u0629 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0639\u0627\u0626\u0645\u0629 \u0627\u0644\u063A\u0627\u0645\u0631\u0629 \u0644\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0633\u0631\u064A\u0639\u0629`,"description.baiduField":"\u062A\u0631\u0649 \u0627\u0644\u0645\u062C\u0627\u0644\u0627\u062A \u0627\u0644\u0645\u062F\u0639\u0648\u0645\u0629 <1> \u0647\u0646\u0627 \u060C \u0625\u0630\u0627 \u0643\u0627\u0646\u062A \u0641\u0627\u0631\u063A\u0629 \u060C \u0641\u0647\u0630\u0627 \u064A\u0639\u0646\u064A \u0623\u0646 \u0627\u0644\u0645\u062C\u0627\u0644 \u063A\u064A\u0631 \u0645\u062D\u062F\u062F","error.reason":"\u0633\u0628\u0628 \u0627\u0644\u062E\u0637\u0623","browser.toggleVideoSubtitlePreTranslation":"\u062A\u0628\u062F\u064A\u0644 \u0625\u0644\u0649 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u063A\u0627\u0645\u0631\u0629 \u0627\u0644\u0645\u0641\u0636\u0644\u0629 \u0644\u0644\u062A\u0631\u062C\u0645\u0627\u062A \u0627\u0644\u062B\u0646\u0627\u0626\u064A\u0629 \u0627\u0644\u0644\u063A\u0629",touchShortcutsToggleTranslatePage:"\u0642\u0645 \u0628\u062A\u0639\u064A\u064A\u0646 \u0627\u0644\u0625\u064A\u0645\u0627\u0621\u0627\u062A \u0639\u0644\u0649 \u0627\u0644\u0634\u0627\u0634\u0629 \u0627\u0644\u062A\u064A \u062A\u0639\u0645\u0644 \u0628\u0627\u0644\u0644\u0645\u0633 \u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0635\u0641\u062D\u0627\u062A \u0627\u0644\u0625\u0644\u0643\u062A\u0631\u0648\u0646\u064A\u0629 / \u0639\u0631\u0636 \u0627\u0644\u0646\u0635 \u0627\u0644\u0623\u0635\u0644\u064A","subtitle.showQuickButtonDescription":"\u062A\u0648\u0641\u0631 \u0645\u0634\u063A\u0644 \u0627\u0644\u0641\u064A\u062F\u064A\u0648 \u0637\u0631\u064A\u0642\u0629 \u0645\u062E\u062A\u0635\u0631\u0629 \u0644\u062A\u0645\u0643\u064A\u0646 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u062B\u0646\u0627\u0626\u064A\u0629 \u0641\u064A \u0627\u0644\u0632\u0627\u0648\u064A\u0629 \u0627\u0644\u064A\u0645\u0646\u0649 \u0627\u0644\u0633\u0641\u0644\u0649",mouseHoverCustomKeyDescription:"\u064A\u0645\u0643\u0646\u0643 \u062A\u062E\u0635\u064A\u0635 \u0645\u062C\u0645\u0648\u0639\u0629 \u0645\u0641\u0627\u062A\u064A\u062D \u0627\u062E\u062A\u0635\u0627\u0631 \u0644\u062A\u0645\u0631\u064A\u0631 \u0627\u0644\u0645\u0627\u0648\u0633\u060C \u0645\u062B\u0644: Alt+Z\u060C Ctrl+E\u060C Cmd+Alt+E \u0623\u0648 \u0645\u0628\u0627\u0634\u0631\u0629 Cmd\u060C \u0627\u0644\u0631\u062C\u0627\u0621 \u0627\u0644\u0625\u062F\u062E\u0627\u0644 \u064A\u062F\u0648\u064A\u0627","desc.toggleTranslateTheMainPage":"\u062A\u0631\u062C\u0645 \u0641\u0642\u0637 \u0627\u0644\u0645\u0646\u0627\u0637\u0642 \u0627\u0644\u0631\u0626\u064A\u0633\u064A\u0629 \u0644\u0644\u0635\u0641\u062D\u0629 \u060C \u0639\u0646\u062F \u062A\u0645\u0643\u064A\u0646\u0643 \u0644\u062A\u0631\u062C\u0645\u0629 \u062C\u0645\u064A\u0639 \u0645\u0646\u0627\u0637\u0642 \u0627\u0644\u0635\u0641\u062D\u0629 \u0641\u064A \u0627\u0644\u0625\u0639\u062F\u0627\u062F\u0627\u062A \u0627\u0644\u0645\u062A\u0642\u062F\u0645\u0629 \u060C \u064A\u0645\u0643\u0646\u0643 \u0627\u0633\u062A\u062E\u062F\u0627\u0645 \u0647\u0630\u0627 \u0627\u0644\u0627\u062E\u062A\u0635\u0627\u0631 \u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0645\u0646\u0627\u0637\u0642 \u0627\u0644\u0631\u0626\u064A\u0633\u064A\u0629 \u0644\u0644\u0635\u0641\u062D\u0629 \u0641\u0642\u0637.","contact.description":"\u0625\u0630\u0627 \u0643\u0627\u0646 \u0644\u062F\u064A\u0643 \u0623\u064A \u0623\u0633\u0626\u0644\u0629 \u0623\u0648 \u0627\u0642\u062A\u0631\u0627\u062D\u0627\u062A\u060C \u0641\u0646\u062D\u0646 \u0646\u0631\u062D\u0628 \u0628\u0643 \u0644\u0645\u0644\u0621 \u0627\u0644\u0646\u0645\u0648\u0630\u062C \u0623\u062F\u0646\u0627\u0647 \u0644\u0644\u0627\u062A\u0635\u0627\u0644 \u0628\u0646\u0627\u060C \u0623\u0648 \u0625\u0631\u0633\u0627\u0644 \u0628\u0631\u064A\u062F \u0625\u0644\u0643\u062A\u0631\u0648\u0646\u064A \u0625\u0644\u0649 {email}\u060C \u0648\u0633\u0646\u0631\u062F \u0639\u0644\u064A\u0643 \u0641\u064A \u0623\u0642\u0631\u0628 \u0648\u0642\u062A \u0645\u0645\u0643\u0646.","desc.toggleTranslateTheWholePage":"\u062A\u0631\u062C\u0645\u0629 \u062C\u0645\u064A\u0639 \u0627\u0644\u0645\u0646\u0627\u0637\u0642 \u0641\u064A \u0627\u0644\u0635\u0641\u062D\u0629\u060C \u0628\u0634\u0643\u0644 \u0627\u0641\u062A\u0631\u0627\u0636\u064A\u060C \u0633\u0646\u062A\u0631\u062C\u0645 \u0627\u0644\u0645\u0646\u0627\u0637\u0642 \u0627\u0644\u0631\u0626\u064A\u0633\u064A\u0629 \u0641\u064A \u0627\u0644\u0635\u0641\u062D\u0629\u060C \u064A\u0645\u0643\u0646\u0643 \u0627\u0633\u062A\u062E\u062F\u0627\u0645 \u0647\u0630\u0627 \u0627\u0644\u0627\u062E\u062A\u0635\u0627\u0631 \u0644\u062A\u0631\u062C\u0645\u0629 \u062C\u0645\u064A\u0639 \u0627\u0644\u0645\u0646\u0627\u0637\u0642 \u0641\u064A \u0627\u0644\u0635\u0641\u062D\u0629 \u0628\u0634\u0643\u0644 \u062E\u0627\u0635.",confirmResetToDefaultSettings:"\u0647\u0644 \u062A\u0631\u064A\u062F \u0628\u0627\u0644\u062A\u0623\u0643\u064A\u062F \u0627\u0633\u062A\u0639\u0627\u062F\u0629 \u0647\u0630\u0647 \u0627\u0644\u062E\u062F\u0645\u0629 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0625\u0644\u0649 \u0627\u0644\u0625\u0639\u062F\u0627\u062F\u0627\u062A \u0627\u0644\u0627\u0641\u062A\u0631\u0627\u0636\u064A\u0629\u061F (\u0625\u0639\u0627\u062F\u0629 \u062A\u0639\u064A\u064A\u0646 \u0625\u0639\u062F\u0627\u062F\u0627\u062A \u062E\u062F\u0645\u0629 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u062D\u0627\u0644\u064A\u0629 \u0641\u0642\u0637)",shortcutDisableTooltip:"\u064A\u0631\u062C\u0649 \u0627\u0644\u0642\u064A\u0627\u0645 \u0628\u0627\u0644\u0625\u0639\u062F\u0627\u062F\u0627\u062A \u0641\u064A \u0635\u0641\u062D\u0629 \u0625\u062F\u0627\u0631\u0629 \u0627\u062E\u062A\u0635\u0627\u0631\u0627\u062A \u0627\u0644\u0645\u062A\u0635\u0641\u062D \u0627\u0644\u0645\u0642\u062F\u0645\u0629 \u060C \u0644\u0644\u0645\u0632\u064A\u062F \u0645\u0646 \u0627\u0644\u0625\u0631\u0634\u0627\u062F\u0627\u062A \u060C \u064A\u0631\u062C\u0649 \u0627\u0644\u0627\u0637\u0644\u0627\u0639 \u0639\u0644\u0649 \u0627\u0644\u062A\u0639\u0644\u064A\u0645\u0627\u062A \u0641\u064A \u0623\u0639\u0644\u0649 \u0647\u0630\u0647 \u0627\u0644\u0635\u0641\u062D\u0629.","desc.toggleMouseHoverTranslateDirectly":"\u0628\u0639\u062F \u0627\u0644\u0636\u063A\u0637 \u0639\u0644\u0649 \u0647\u0630\u0627 \u0627\u0644\u0645\u0641\u062A\u0627\u062D \u0627\u0644\u0633\u0631\u064A\u0639 \u060C \u0639\u0644\u0649 \u0627\u0644\u0635\u0641\u062D\u0629 \u060C \u0637\u0627\u0644\u0645\u0627 \u0623\u0634\u0627\u0631 \u0627\u0644\u0645\u0627\u0648\u0633 \u0625\u0644\u0649 \u0623\u064A \u0646\u0635 \u060C \u0633\u064A\u062A\u0645 \u062A\u0631\u062C\u0645\u0629 \u0647\u0630\u0627 \u0627\u0644\u0646\u0635 \u062A\u0644\u0642\u0627\u0626\u064A\u064B\u0627. \u0627\u0636\u063A\u0637 \u0639\u0644\u0649 \u0627\u0644\u0645\u0641\u062A\u0627\u062D \u0627\u0644\u0633\u0631\u064A\u0639 \u0645\u0631\u0629 \u0623\u062E\u0631\u0649 \u060C \u0648\u0633\u064A\u062A\u0645 \u0625\u063A\u0644\u0627\u0642 \u0647\u0630\u0647 \u0627\u0644\u0648\u0638\u064A\u0641\u0629 \u0627\u0644\u062A\u0644\u0642\u0627\u0626\u064A\u0629 \u0644\u0644\u062A\u0631\u062C\u0645\u0629.","desc.mouseHoverHoldKey":"\u0639\u0646\u062F \u062A\u0645\u0631\u064A\u0631 \u0627\u0644\u0645\u0627\u0648\u0633 \u0641\u0648\u0642 \u0641\u0642\u0631\u0629 \u0645\u0639\u064A\u0646\u0629 \u0648\u0627\u0644\u0636\u063A\u0637 \u0639\u0644\u0649 \u0627\u0644\u0645\u0641\u062A\u0627\u062D \u0627\u0644\u0633\u0631\u064A\u0639 \u0639\u0644\u0649 \u0627\u0644\u062C\u0627\u0646\u0628 \u0627\u0644\u0623\u064A\u0645\u0646 \u0641\u064A \u0627\u0644\u0648\u0642\u062A \u0646\u0641\u0633\u0647\u060C \u064A\u0645\u0643\u0646\u0643 \u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0641\u0642\u0631\u0629 \u0645\u0628\u0627\u0634\u0631\u0629.",paragraphMinTextCountDesc:"\u064A\u0631\u062C\u0649 \u0627\u0644\u0627\u0646\u062A\u0628\u0627\u0647 \u060C \u0647\u0646\u0627 \u064A\u062A\u0645 \u0627\u0644\u0625\u0634\u0627\u0631\u0629 \u0625\u0644\u0649 \u0637\u0648\u0644 \u0627\u0644\u062D\u0631\u0641 \u060C \u0639\u0644\u0649 \u0633\u0628\u064A\u0644 \u0627\u0644\u0645\u062B\u0627\u0644: hello \u0647\u0648 5 \u0623\u062D\u0631\u0641 \u060C \u0648\u062A\u0639\u064A\u064A\u0646 \u0642\u064A\u0645\u0629 \u0623\u0643\u0628\u0631 \u064A\u0645\u0643\u0646 \u0623\u0646 \u064A\u0642\u0644\u0644 \u0645\u0646 \u0627\u0644\u062A\u0631\u062C\u0645\u0627\u062A \u063A\u064A\u0631 \u0627\u0644\u0636\u0631\u0648\u0631\u064A\u0629 \u0644\u0644\u0641\u0642\u0631\u0627\u062A \u0627\u0644\u0635\u063A\u064A\u0631\u0629.","desc.touchShortcutsToggleTranslationMask":"\u062A\u0634\u064A\u0631 \u0642\u0646\u0627\u0639 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0625\u0644\u0649 \u062A\u0623\u062B\u064A\u0631 \u0627\u0644\u0636\u0628\u0627\u0628\u064A\u0629 \u0641\u064A \u0646\u0645\u0637 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 (\u0648\u0636\u0639 \u0627\u0644\u062A\u0639\u0644\u0645) \u060C \u0648\u0628\u0639\u062F \u0627\u0644\u062A\u0634\u063A\u064A\u0644 \u060C \u064A\u062A\u0645 \u0627\u0633\u062A\u062E\u062F\u0627\u0645 \u062A\u0623\u062B\u064A\u0631 \u0627\u0644\u0636\u0628\u0627\u0628\u064A\u0629 \u0645\u0624\u0642\u062A\u064B\u0627 \u0639\u0644\u0649 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u060C \u0645\u0645\u0627 \u064A\u0633\u0647\u0644 \u0627\u0644\u062A\u0639\u0644\u0645.","intro.floatBallDescription":"\u0628\u0639\u062F \u0627\u0644\u062A\u0641\u0639\u064A\u0644\u060C \u0633\u064A\u0638\u0647\u0631 \u0632\u0631 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0633\u0631\u064A\u0639\u0629 \u0639\u0644\u0649 \u0627\u0644\u062C\u0627\u0646\u0628 \u0627\u0644\u0623\u064A\u0645\u0646 \u0645\u0646 \u0627\u0644\u0635\u0641\u062D\u0629\u060C \u0627\u0646\u0642\u0631 \u0639\u0644\u064A\u0647 \u0644\u0644\u062A\u0631\u062C\u0645\u0629\u060C \u0648\u0627\u0646\u0642\u0631 \u0645\u0631\u0629 \u0623\u062E\u0631\u0649 \u0644\u0644\u0639\u0648\u062F\u0629 \u0625\u0644\u0649 \u0627\u0644\u0646\u0635 \u0627\u0644\u0623\u0635\u0644\u064A. \u0639\u0644\u0649 \u0627\u0644\u0623\u062C\u0647\u0632\u0629 \u0627\u0644\u0645\u062D\u0645\u0648\u0644\u0629\u060C \u0627\u0636\u063A\u0637 \u0645\u0639 \u0627\u0644\u0627\u0633\u062A\u0645\u0631\u0627\u0631 \u0639\u0644\u0649 \u0627\u0644\u0643\u0631\u0629 \u0627\u0644\u0645\u0639\u0644\u0642\u0629 \u0644\u0641\u062A\u062D \u0644\u0648\u062D\u0629 \u0627\u0644\u0625\u0639\u062F\u0627\u062F\u0627\u062A \u0627\u0644\u0633\u0631\u064A\u0639\u0629.","desc.touchShortcutsToggleTranslatePage":"\u0628\u0639\u062F \u0627\u0644\u0625\u0639\u062F\u0627\u062F \u060C \u0639\u0646\u062F \u0627\u0644\u062A\u0646\u0642\u0644 \u0628\u0627\u0644\u062C\u0647\u0627\u0632 \u0627\u0644\u0645\u062D\u0645\u0648\u0644 \u060C \u064A\u0645\u0643\u0646\u0643 \u0627\u0633\u062A\u062E\u062F\u0627\u0645 X \u0623\u0635\u0627\u0628\u0639 \u0644\u0644\u0645\u0633 \u0627\u0644\u0634\u0627\u0634\u0629 \u0641\u064A \u0646\u0641\u0633 \u0627\u0644\u0648\u0642\u062A \u060C \u0623\u0648 \u0627\u0644\u062A\u0645\u0631\u064A\u0631 \u0644\u0644\u064A\u0645\u064A\u0646 \u0648\u0627\u0644\u064A\u0633\u0627\u0631 \u060C \u0623\u0648 \u0627\u0644\u0646\u0642\u0631 \u0627\u0644\u0645\u062A\u0648\u0627\u0635\u0644 \u060C \u0644\u062A\u0641\u0639\u064A\u0644 \u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0635\u0641\u062D\u0629 / \u0639\u0631\u0636 \u0627\u0644\u0646\u0635 \u0627\u0644\u0623\u0635\u0644\u064A.",translationOnlyModeDescription:"\u062A\u0634\u064A\u0631 \u0648\u0636\u0639\u064A\u0629 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0641\u0642\u0637 \u0625\u0644\u0649 \u0639\u0631\u0636 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0641\u0642\u0637\u060C \u0648\u0644\u064A\u0633 \u0627\u0644\u0648\u0636\u0639 \u0627\u0644\u062B\u0646\u0627\u0626\u064A \u0627\u0644\u0644\u063A\u0629 \u0627\u0644\u0627\u0641\u062A\u0631\u0627\u0636\u064A. \u0627\u0644\u0631\u062C\u0627\u0621 \u0645\u0644\u0627\u062D\u0638\u0629: \u0628\u0633\u0628\u0628 \u0645\u0634\u0643\u0644\u0627\u062A \u0627\u0644\u062A\u0642\u0646\u064A\u0629\u060C \u0633\u062A\u0635\u0628\u062D \u0627\u0644\u0631\u0648\u0627\u0628\u0637 \u0627\u0644\u0641\u0627\u0626\u0642\u0629 \u0641\u064A \u0627\u0644\u0646\u0635 \u0627\u0644\u0623\u0635\u0644\u064A \u063A\u064A\u0631 \u0641\u0639\u0627\u0644\u0629 \u0641\u064A \u0648\u0636\u0639\u064A\u0629 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0641\u0642\u0637.","intro.hoverDescription":"\u062A\u0639\u062F \u0648\u0638\u064A\u0641\u0629 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0639\u0646\u062F \u062A\u0645\u0631\u064A\u0631 \u0627\u0644\u0645\u0624\u0634\u0631 \u0641\u0648\u0642 \u0627\u0644\u0646\u0635 \u062C\u0632\u0621\u064B\u0627 \u0645\u0647\u0645\u064B\u0627 \u062C\u062F\u064B\u0627 \u0645\u0646 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u063A\u0627\u0645\u0631\u0629\u060C \u0641\u0642\u0637 \u0636\u0639 \u0627\u0644\u0645\u0624\u0634\u0631 \u0639\u0644\u0649 \u0627\u0644\u0641\u0642\u0631\u0629 \u0648\u0627\u0636\u063A\u0637 \u0639\u0644\u0649 \u0627\u0644\u0645\u0641\u062A\u0627\u062D \u0627\u0644\u0633\u0631\u064A\u0639 \u0627\u0644\u0645\u062D\u062F\u062F \u0641\u064A \u0646\u0641\u0633 \u0627\u0644\u0648\u0642\u062A\u060C \u0648\u0633\u064A\u062A\u0645 \u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0641\u0642\u0631\u0629 \u0627\u0644\u062D\u0627\u0644\u064A\u0629 \u062A\u0644\u0642\u0627\u0626\u064A\u064B\u0627 (\u0645\u0644\u0627\u062D\u0638\u0629: \u0627\u0644\u0625\u0639\u062F\u0627\u062F \u0627\u0644\u0627\u0641\u062A\u0631\u0627\u0636\u064A \u0644\u064A\u0633 \u0645\u0641\u0639\u0644\u0627\u064B\u060C \u064A\u0631\u062C\u0649 \u0627\u0644\u0625\u0639\u062F\u0627\u062F \u0623\u062F\u0646\u0627\u0647)\u060C \u064A\u062A\u0645 \u0627\u0633\u062A\u062E\u062F\u0627\u0645 \u0647\u0630\u0627 \u0627\u0644\u062A\u0641\u0627\u0639\u0644 \u0644\u0627\u0633\u062A\u0628\u062F\u0627\u0644 \u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0643\u0644\u0645\u0627\u062A \u0627\u0644\u0645\u062D\u062F\u062F\u0629 \u0628\u0634\u0643\u0644 \u0623\u0641\u0636\u0644\u060C \u0628\u0627\u0644\u0625\u0636\u0627\u0641\u0629 \u0625\u0644\u0649 \u0630\u0644\u0643\u060C \u064A\u062A\u0645 \u0627\u0633\u062A\u062E\u062F\u0627\u0645 \u0647\u0630\u0647 \u0627\u0644\u0648\u0638\u064A\u0641\u0629 \u0639\u0644\u0649 \u0646\u0637\u0627\u0642 \u0648\u0627\u0633\u0639 \u0641\u064A \u062A\u0644\u0643 \u0627\u0644\u0645\u0646\u0627\u0637\u0642 \u0627\u0644\u062A\u064A \u0644\u0627 \u064A\u0645\u0643\u0646 \u0627\u0644\u062A\u0639\u0631\u0641 \u0639\u0644\u064A\u0647\u0627 \u0644\u0644\u062A\u0631\u062C\u0645\u0629\u060C \u064A\u0645\u0643\u0646\u0643 \u0627\u0633\u062A\u062E\u062F\u0627\u0645 \u0647\u0630\u0647 \u0627\u0644\u0648\u0638\u064A\u0641\u0629 \u0644\u062A\u0631\u062C\u0645\u0629 \u0623\u064A \u0641\u0642\u0631\u0629 \u0628\u0627\u0644\u0642\u0648\u0629.","neverTranslateText.description":"\u0628\u0633\u0628\u0628 \u0623\u0646 \u0628\u0639\u0636 \u0645\u062D\u0631\u0643\u0627\u062A \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0644\u0627 \u062A\u062A\u0639\u0631\u0641 \u0628\u0634\u0643\u0644 \u0645\u062B\u0627\u0644\u064A \u0639\u0644\u0649 \u0627\u0644\u0623\u0633\u0645\u0627\u0621 \u0627\u0644\u062E\u0627\u0635\u0629\u060C \u064A\u0645\u0643\u0646\u0643 \u0625\u0636\u0627\u0641\u0629 \u0643\u0644\u0645\u0627\u062A \u0647\u0646\u0627 \u0644\u0644\u062A\u0623\u0643\u062F \u0645\u0646 \u0623\u0646\u0647\u0627 \u0644\u0646 \u062A\u062A\u063A\u064A\u0631 \u0623\u062B\u0646\u0627\u0621 \u0639\u0645\u0644\u064A\u0629 \u0627\u0644\u062A\u0631\u062C\u0645\u0629. \u064A\u0631\u062C\u0649 \u0645\u0644\u0627\u062D\u0638\u0629 \u0623\u0646 \u0647\u0630\u0647 \u0627\u0644\u0648\u0638\u064A\u0641\u0629 \u062A\u0639\u062A\u0645\u062F \u0639\u0644\u0649 \u062D\u062C\u0645 \u0627\u0644\u062D\u0631\u0648\u0641\u060C \u0648\u062A\u062F\u0639\u0645 \u0641\u0642\u0637 \u0627\u0644\u0644\u063A\u0627\u062A \u0627\u0644\u062A\u064A \u062A\u0641\u0635\u0644 \u0627\u0644\u0643\u0644\u0645\u0627\u062A \u0628\u0645\u0633\u0627\u0641\u0627\u062A (\u0645\u062B\u0644 \u0627\u0644\u0625\u0646\u062C\u0644\u064A\u0632\u064A\u0629 \u0648\u0627\u0644\u0641\u0631\u0646\u0633\u064A\u0629)\u060C \u0648\u0644\u0627 \u062A\u0646\u0637\u0628\u0642 \u0639\u0644\u0649 \u0627\u0644\u0644\u063A\u0627\u062A \u0645\u062B\u0644 \u0627\u0644\u064A\u0627\u0628\u0627\u0646\u064A\u0629 \u0648\u0627\u0644\u0643\u0648\u0631\u064A\u0629.","intro.subtitleDescription":"\u0628\u0639\u062F \u062A\u0641\u0639\u064A\u0644 \u0647\u0630\u0647 \u0627\u0644\u0648\u0638\u064A\u0641\u0629\u060C \u0633\u064A\u062A\u0645 \u0639\u0631\u0636 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u062B\u0646\u0627\u0626\u064A\u0629 \u062A\u0644\u0642\u0627\u0626\u064A\u064B\u0627 \u0623\u062B\u0646\u0627\u0621 \u062A\u0634\u063A\u064A\u0644 \u0627\u0644\u0641\u064A\u062F\u064A\u0648. \u0625\u0630\u0627 \u0644\u0645 \u064A\u062A\u0645 \u0627\u0644\u062A\u0641\u0639\u064A\u0644\u060C \u0633\u062A\u062D\u062A\u0627\u062C \u0625\u0644\u0649 \u0627\u0644\u0646\u0642\u0631 \u064A\u062F\u0648\u064A\u064B\u0627 \u0639\u0644\u0649 \u0632\u0631 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0639\u0644\u0649 \u0627\u0644\u0635\u0641\u062D\u0629 \u0644\u0639\u0631\u0636 \u0627\u0644\u062A\u0631\u062C\u0645\u0629. \u064A\u0631\u062C\u0649 \u0645\u0644\u0627\u062D\u0638\u0629 \u0623\u0646 \u0628\u0639\u0636 \u0627\u0644\u0645\u0648\u0627\u0642\u0639 \u0642\u062F \u062A\u062D\u062A\u0627\u062C \u0625\u0644\u0649 \u062A\u062D\u062F\u064A\u062B \u0627\u0644\u0635\u0641\u062D\u0629 \u0623\u0648 \u0627\u0644\u0627\u0646\u062A\u0638\u0627\u0631 \u062D\u062A\u0649 \u064A\u062A\u0645 \u0627\u0644\u0627\u0646\u062A\u0647\u0627\u0621 \u0645\u0646 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0639\u0646\u062F \u062A\u0641\u0639\u064A\u0644 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0644\u0623\u0648\u0644 \u0645\u0631\u0629 \u0644\u0639\u0631\u0636 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u062B\u0646\u0627\u0626\u064A\u0629. (\u0628\u0627\u0644\u0625\u0636\u0627\u0641\u0629 \u0625\u0644\u0649 \u0630\u0644\u0643\u060C \u064A\u0645\u0643\u0646\u0643 \u0623\u064A\u0636\u064B\u0627 \u062A\u0641\u0639\u064A\u0644 / \u0625\u0644\u063A\u0627\u0621 \u062A\u0641\u0639\u064A\u0644 \u0644\u0648\u062D\u0629 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u063A\u0627\u0645\u0631\u0629 \u0645\u0646 \u0627\u0644\u0632\u0627\u0648\u064A\u0629 \u0627\u0644\u0639\u0644\u0648\u064A\u0629 \u0627\u0644\u064A\u0645\u0646\u0649 \u0628\u0639\u062F \u0641\u062A\u062D \u0645\u0648\u0642\u0639 \u0627\u0644\u0641\u064A\u062F\u064A\u0648)

\u064A\u062A\u0645 \u0627\u0644\u0622\u0646 \u062F\u0639\u0645 \u0627\u0633\u062A\u062E\u062F\u0627\u0645 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u062B\u0646\u0627\u0626\u064A\u0629 \u0639\u0644\u0649 \u0647\u0630\u0647 \u0627\u0644\u0645\u0648\u0627\u0642\u0639:",geminiWarning:"\u062A\u0646\u0628\u064A\u0647: \u0627\u0644\u062E\u062F\u0645\u0629 \u0627\u0644\u0645\u062C\u0627\u0646\u064A\u0629 \u0644\u0640 Gemini \u0627\u0644\u062A\u064A \u062A\u0642\u062F\u0645\u0647\u0627 Google \u0644\u0647\u0627 \u0642\u064A\u0648\u062F \u0635\u0627\u0631\u0645\u0629\u060C \u0642\u062F \u064A\u062D\u0643\u0645 Google \u0623\u0646 \u0627\u0644\u0645\u0633\u062A\u062E\u062F\u0645 \u064A\u0633\u062A\u062E\u062F\u0645 \u0645\u0641\u0627\u062A\u064A\u062D \u0645\u062A\u0639\u062F\u062F\u0629 \u0644\u062A\u062C\u0646\u0628 \u0642\u064A\u0648\u062F \u0627\u0644\u062D\u0635\u0629 \u0627\u0644\u0645\u062C\u0627\u0646\u064A\u0629 \u0627\u0644\u062E\u0627\u0635\u0629 \u0628\u0647\u0645\u060C \u0644\u0630\u0627 \u0644\u0627 \u064A\u064F\u0646\u0635\u062D \u0628\u0627\u0633\u062A\u062E\u062F\u0627\u0645\u0647\u0627\u060C \u064A\u064F\u0641\u0636\u0644 \u0627\u0644\u0627\u0646\u062A\u0638\u0627\u0631 \u062D\u062A\u0649 \u062A\u0641\u062A\u062D Google \u0648\u0627\u062C\u0647\u0629 \u0628\u0631\u0645\u062C\u0629 \u0627\u0644\u062A\u0637\u0628\u064A\u0642\u0627\u062A \u0627\u0644\u0645\u062F\u0641\u0648\u0639\u0629 \u0644\u0640 Gemini \u0641\u064A \u0627\u0644\u0645\u0633\u062A\u0642\u0628\u0644 \u0644\u0627\u0633\u062A\u062E\u062F\u0627\u0645\u0647\u0627.","floatBall.setting":"\u0625\u0639\u062F\u0627\u062F\u0627\u062A","floatBall.file":`\u062A\u0631\u062C\u0645\u0629 \u0645\u0644\u0641\u0627\u062A PDF\u060C EPUB\u060C SRT\u060C ASS\u060C HTML\u060C TXT`,"floatBall.translateToLanguage":"\u0627\u0646\u0642\u0631 \u0644\u0644\u062A\u0631\u062C\u0645\u0629 \u0625\u0644\u0649 {language}",changeToOnlyTempTranslationMode:"\u0642\u0645 \u0628\u0627\u0644\u062A\u0628\u062F\u064A\u0644 \u0625\u0644\u0649 \u0625\u0638\u0647\u0627\u0631 \u0627\u0644\u062A\u0631\u062C\u0645\u0627\u062A \u0641\u0642\u0637",changeToDualTempTranslationMode:"\u0627\u0644\u062A\u0628\u062F\u064A\u0644 \u0625\u0644\u0649 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u062B\u0646\u0627\u0626\u064A\u0629 \u0627\u0644\u0644\u063A\u0629","transitionMode.translation":"\u0641\u0642\u0637 \u0627\u0644\u0646\u0635 \u0627\u0644\u0645\u062A\u0631\u062C\u0645","options.navbar.translateFile":"\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0648\u062B\u0627\u0626\u0642","transitionMode.dual":"\u0645\u0642\u0627\u0628\u0644\u0629 \u062B\u0646\u0627\u0626\u064A\u0629 \u0627\u0644\u0644\u063A\u0629","options.navbar.installApp":"\u062A\u062B\u0628\u064A\u062A \u062A\u0637\u0628\u064A\u0642 \u0627\u0644\u0647\u0627\u062A\u0641 \u0627\u0644\u0645\u062D\u0645\u0648\u0644","transitionMode.inherit":"\u0645\u0639 \u0627\u0644\u062D\u0641\u0627\u0638 \u0639\u0644\u0649 \u0627\u0644\u062A\u0646\u0627\u0633\u0642 \u0645\u0639 \u0648\u0636\u0639 \u0639\u0631\u0636 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0627\u0641\u062A\u0631\u0627\u0636\u064A \u0644\u0644\u0646\u0638\u0627\u0645","subtitle.transitionMode":"\u0625\u0639\u062F\u0627\u062F\u0627\u062A \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0641\u0642\u0637 / \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u062B\u0646\u0627\u0626\u064A\u0629 \u0644\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0641\u064A\u062F\u064A\u0648","subtitle.transitionModeDescription":"\u0642\u0645 \u0628\u062A\u0639\u064A\u064A\u0646 \u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0641\u064A\u062F\u064A\u0648 \u0625\u0644\u0649 \u0627\u0644\u0646\u0635 \u0627\u0644\u0645\u062A\u0631\u062C\u0645 \u0641\u0642\u0637 \u0623\u0648 \u0645\u0642\u0627\u0631\u0646\u0629 \u0627\u0644\u0644\u063A\u062A\u064A\u0646",translateFileTooltip:`\u062A\u0631\u062C\u0645\u0629 \u0645\u0644\u0641\u0627\u062A PDF\u060C ePub\u060C srt\u060C ass\u060C HTML\u060C TXT`,"description.subtitlePrompt":`\u0641\u064A \u0633\u064A\u0627\u0642 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u062A\u062D\u062A \u0627\u0644\u0634\u0627\u0634\u0629 \u0639\u0646\u062F \u0625\u0631\u0633\u0627\u0644 \u0639\u062F\u0629 \u0641\u0642\u0631\u0627\u062A\u060C \u064A\u062A\u0645 \u0625\u0631\u0633\u0627\u0644 \u0627\u0644\u062D\u0648\u0627\u0631 \u0625\u0644\u0649 {service} \u0628\u0627\u0633\u0645 \u0627\u0644\u0645\u0633\u062A\u062E\u062F\u0645\u060C \u062D\u064A\u062B {{from}} \u064A\u0645\u062B\u0644 \u0644\u063A\u0629 \u0627\u0644\u0641\u0642\u0631\u0629\u060C \u0648{{to}} \u064A\u0645\u062B\u0644 \u0627\u0644\u0644\u063A\u0629 \u0627\u0644\u0645\u0633\u062A\u0647\u062F\u0641\u0629\u060C \u0648{{yaml}} \u0647\u0648 \u0645\u062D\u062A\u0648\u0649 \u0627\u0644\u0641\u0642\u0631\u0629 \u0627\u0644\u0630\u064A \u0646\u0642\u0648\u0645 \u0628\u062A\u063A\u0644\u064A\u0641\u0647 \u0628\u062A\u0646\u0633\u064A\u0642 yaml\u060C \u0625\u0630\u0627 \u0643\u0627\u0646 \u0644\u062F\u064A\u0643 \u062D\u0627\u062C\u0629 \u0644\u062A\u062E\u0635\u064A\u0635 Prompt\u060C \u064A\u062C\u0628 \u0623\u0646 \u062A\u0636\u0645\u0646 \u0623\u0646 \u0643\u0644 \u0639\u0646\u0635\u0631 \u0641\u064A \u0646\u062A\u0627\u0626\u062C YAML \u0627\u0644\u062A\u064A \u064A\u0631\u062F \u0639\u0644\u064A\u0647\u0627 \u0627\u0644\u0630\u0643\u0627\u0621 \u0627\u0644\u0627\u0635\u0637\u0646\u0627\u0639\u064A \u064A\u062D\u062A\u0648\u064A \u0639\u0644\u0649 \u062D\u0642\u0644 {env.imt_sub_trans_field}\u060C {{imt_sub_trans_field}} \u0647\u0648 \u0627\u0633\u0645 \u0627\u0644\u062D\u0642\u0644 \u0627\u0644\u0630\u064A \u0646\u0631\u063A\u0628 \u0641\u064A \u0623\u0646 \u064A\u0631\u062F \u0639\u0644\u064A\u0647 \u0627\u0644\u0630\u0643\u0627\u0621 \u0627\u0644\u0627\u0635\u0637\u0646\u0627\u0639\u064A \u0628\u0627\u0644\u062A\u0631\u062C\u0645\u0629\u060C \u0627\u0644\u0627\u0641\u062A\u0631\u0627\u0636\u064A \u0647\u0648: {env.imt_sub_trans_field}\u060C {{imt_sub_source_field}} \u0647\u0648 \u0627\u0633\u0645 \u0627\u0644\u062D\u0642\u0644 \u0627\u0644\u0623\u0635\u0644\u064A \u0627\u0644\u0630\u064A \u0646\u0642\u062F\u0645\u0647 \u0644\u0644\u0630\u0643\u0627\u0621 \u0627\u0644\u0627\u0635\u0637\u0646\u0627\u0639\u064A\u060C \u0627\u0644\u0627\u0641\u062A\u0631\u0627\u0636\u064A \u0647\u0648: {env.imt_sub_source_field}\u060C \u0646\u062A\u064A\u062C\u0629 \u0627\u0644\u0639\u064A\u0646\u0629: @@ -5126,7 +5126,7 @@ ass\u060C HTML\u060C TXT`,"description.subtitlePrompt":`\u0641\u064A \u0633\u064 - id: 1 {env.imt_trans_field}: \u0627\u0644\u062A\u0631\u062C\u0645\u0629 - id: 2 - {env.imt_trans_field}: \u0627\u0644\u062A\u0631\u062C\u0645\u0629`,"translationServices.claude":"\u0643\u0644\u0648\u062F","subtitle.quickButton.setting":"\u0625\u0639\u062F\u0627\u062F\u0627\u062A","subtitle.quickButton.white":"\u0623\u0628\u064A\u0636","subtitle.quickButton.black":"\u0627\u0644\u0644\u0648\u0646 \u0627\u0644\u0623\u0633\u0648\u062F","subtitle.quickButton.yellow":"\u0627\u0644\u0644\u0648\u0646 \u0627\u0644\u0623\u0635\u0641\u0631","subtitle.quickButton.backgroundOpacity":"\u0634\u0641\u0627\u0641\u064A\u0629 \u0627\u0644\u062E\u0644\u0641\u064A\u0629","subtitle.quickButton.translationPositionBottom":"\u0623\u0633\u0641\u0644 \u0627\u0644\u0646\u0635 \u0627\u0644\u0623\u0635\u0644\u064A","subtitle.quickButton.backgroundColor":"\u0644\u0648\u0646 \u0627\u0644\u062E\u0644\u0641\u064A\u0629","subtitle.quickButton.cyan":"\u0627\u0644\u0644\u0648\u0646 \u0627\u0644\u0623\u0632\u0631\u0642","subtitle.quickButton.translationPosition":"\u0645\u0648\u0642\u0639 \u0627\u0644\u062A\u0631\u062C\u0645\u0629","subtitle.quickButton.magenta":"\u0627\u0644\u0644\u0648\u0646 \u0627\u0644\u0642\u0631\u0645\u0632\u064A","subtitle.quickButton.translationTextColor":"\u0644\u0648\u0646 \u062E\u0637 \u0627\u0644\u0646\u0635","subtitle.quickButton.red":"\u0627\u0644\u0644\u0648\u0646 \u0627\u0644\u0623\u062D\u0645\u0631","subtitle.quickButton.translationPositionTop":"\u0641\u064A \u0627\u0644\u062C\u0632\u0621 \u0627\u0644\u0639\u0644\u0648\u064A \u0645\u0646 \u0627\u0644\u0646\u0635 \u0627\u0644\u0623\u0635\u0644\u064A","subtitle.quickButton.sourceTextColor":"\u0644\u0648\u0646 \u0627\u0644\u062E\u0637 \u0627\u0644\u0623\u0635\u0644\u064A","subtitle.quickButton.green":"\u0627\u0644\u0644\u0648\u0646 \u0627\u0644\u0623\u062E\u0636\u0631","subtitle.quickButton.sourceFontSize":"\u062D\u062C\u0645 \u0627\u0644\u062E\u0637 \u0627\u0644\u0623\u0635\u0644\u064A","subtitle.quickButton.blue":"\u0627\u0644\u0644\u0648\u0646 \u0627\u0644\u0623\u0632\u0631\u0642","subtitle.quickButton.translationFontSize":"\u062D\u062C\u0645 \u062E\u0637 \u0627\u0644\u0646\u0635 \u0627\u0644\u0645\u062A\u0631\u062C\u0645",attachSubtitleTranslating:"\u0627\u0633\u062A\u062E\u062F\u0645 {service} \u0644\u0644\u062A\u0631\u062C\u0645\u0629...","error.claude.403":"\u0644\u0627 \u062A\u0648\u062C\u062F \u0635\u0644\u0627\u062D\u064A\u0629 \u0645\u0624\u0642\u062A\u0629 \u0644\u0644\u0648\u0635\u0648\u0644 \u0625\u0644\u0649 \u0627\u0644\u062E\u062F\u0645\u0629\u060C \u0642\u062F \u064A\u0643\u0648\u0646 \u0630\u0644\u0643 \u0645\u0631\u062A\u0628\u0637\u064B\u0627 \u0628\u0627\u0644\u0642\u064A\u0648\u062F \u0627\u0644\u062C\u063A\u0631\u0627\u0641\u064A\u0629 \u0644\u0640 Claude \u060C \u064A\u0645\u0643\u0646\u0643 \u0645\u062D\u0627\u0648\u0644\u0629 \u062A\u063A\u064A\u064A\u0631 \u0639\u0646\u0648\u0627\u0646 IP \u0627\u0644\u062E\u0627\u0635 \u0628\u0643 \u060C \u0623\u0648 \u0627\u0633\u062A\u062E\u062F\u0627\u0645 \u062E\u062F\u0645\u0627\u062A \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0623\u062E\u0631\u0649.","browser.brandDescriptionForSafari":"\u3010\u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u063A\u0627\u0645\u0631\u0629\u3011 \u0625\u0636\u0627\u0641\u0629 \u0645\u062C\u0627\u0646\u064A\u0629 \u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0635\u0641\u062D\u0627\u062A \u0627\u0644\u062B\u0646\u0627\u0626\u064A\u0629 \u0627\u0644\u0644\u063A\u0629 (\u0627\u0644\u0646\u0635 \u0627\u0644\u0623\u0635\u0644\u064A / \u0627\u0644\u062A\u0631\u062C\u0645\u0629)\u060C \u062A\u062F\u0639\u0645 \u0641\u064A \u0627\u0644\u0648\u0642\u062A \u0646\u0641\u0633\u0647 \u062A\u0631\u062C\u0645\u0629 PDF \u0648\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0643\u062A\u0628 \u0627\u0644\u0625\u0644\u0643\u062A\u0631\u0648\u0646\u064A\u0629 EPUB \u0645\u0639 \u0627\u0644\u062D\u0641\u0627\u0638 \u0639\u0644\u0649 \u062A\u0646\u0633\u064A\u0642 \u0627\u0644\u0648\u062B\u064A\u0642\u0629 \u0627\u0644\u0623\u0635\u0644\u064A\u0629\u060C \u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u062A\u0631\u062C\u0645\u0627\u062A \u0627\u0644\u062B\u0646\u0627\u0626\u064A\u0629 \u0627\u0644\u0644\u063A\u0629 \u0644\u0644\u0641\u064A\u062F\u064A\u0648\u0647\u0627\u062A \u0639\u0644\u0649 \u0627\u0644\u0625\u0646\u062A\u0631\u0646\u062A \u0645\u062B\u0644 Youtube/Netflix\u060C \u062A\u062F\u0639\u0645 \u062E\u062F\u0645\u0627\u062A \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0631\u0626\u064A\u0633\u064A\u0629 \u0645\u062B\u0644 Deepl/Google\u061B","browser.PdfProFile":"\u062A\u0631\u062C\u0645\u0629 PDF Pro \u0628\u062F\u0639\u0645 \u0645\u0646 \u0627\u0644\u0630\u0643\u0627\u0621 \u0627\u0644\u0627\u0635\u0637\u0646\u0627\u0639\u064A","browser.textTranslate":"\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0646\u0635"};var B4={nologin:"nicht eingeloggt",loginForSafari:"Anmelden oder Registrieren",login:"Anmelden, um eine Mitgliedschaft zu er\xF6ffnen",manageAccount:"Verwaltete Konten",openPremium:"Offene Mitgliedschaft",logout:"Abbrechen",curentPlan:"Aktuelle Pakete",endAt:"Verfallsdatum",endAuto:"automatische Erneuerung",lineBreakMaxTextCount:"Maximal zul\xE4ssige Anzahl von Zeichen pro Satz nach Zeilenumbr\xFCchen","translate-pdf":"Zum \xDCbersetzen PDF anklicken","noSupportTranslate-pdf":"Script nicht unterst\xFCtzt, bitte Plugin verwenden","translate-firefox-local-pdf":"Klicken Sie, um zu PDF importieren zu gelangen",enableLineBreak:"Automatischen Zeilenvorschub f\xFCr lange Abs\xE4tze aktivieren",sponsorLabel:"$1 Gesponserte Entwickler",help:"Hand",browserShortcutsNoteForFirefox:'Um die Verkn\xFCpfungen in Firefox zu \xE4ndern, m\xFCssen Sie die Seite f\xFCr die Verwaltung der Erweiterungen "about:addons" \xF6ffnen, dann auf "Einstellungen" und dann auf "Verkn\xFCpfungen verwalten" klicken, um die Verkn\xFCpfungen festzulegen.',browserShortcutsNoteForChrome:'Um Verkn\xFCpfungen in Chrome zu \xE4ndern, m\xFCssen Sie die Seite f\xFCr die Verwaltung von Erweiterungen \xF6ffnen, sie im Bereich "Verkn\xFCpfungen verwalten" festlegen (chrome://extensions/shortcuts) und auf die Schaltfl\xE4che unten klicken, um zur Seite f\xFCr die Verwaltung von Verkn\xFCpfungen zu gelangen.',browserShortcutsSucks:"Benutzerdefinierte Tastenkombinationen werden wie folgt formatiert (es erfolgt keine automatische Erkennung, bitte direkt eingeben)\uFF1A",enableLineBreakDescription:"Wenn diese Funktion aktiviert ist, werden in langen Abs\xE4tzen am Ende jedes Satzes Zeilenumbr\xFCche eingef\xFCgt, um die Lesbarkeit zu verbessern.","browser.shortBrandName":"Immersions\xFCbersetzung","browser.brandName":"Immersion Translation: Bilinguale Webseiten & PDF \xDCbersetzung","browser.brandDescription":"Bilingual web page translation, also supports PDF translation, bilingual Epub eBook translation, free to use.","browser.toggleTranslatePage":"Seite \xFCbersetzen/ Originaltext anzeigen","browser.toggleTranslateTheWholePage":"Alle Bereiche der Seite \xFCbersetzen/den Originaltext anzeigen","browser.toggleOnlyTransation":"Wechseln Sie in den Zweisprachen-/Nur-\xDCbersetzungsmodus","browser.toggleTranslateToThePageEndImmediately":"Sofortige \xDCbersetzung am Ende der Seite/Anzeige des Originaltextes","browser.toggleTranslateTheMainPage":"Den Hauptbereich der Seite \xFCbersetzen/den Originaltext anzeigen","browser.shareToDraft":"Zweisprachige Seiten teilen","browser.openOptionsPage":"\xD6ffnen Sie die Einstellungsseite","browser.toggleTranslationMask":"Translationsunsch\xE4rfe-Effekt ein-/ausblenden","browser.translateLocalPdfFile":"Lokale PDF-Dateien \xFCbersetzen","browser.openEbookViewer":"Lokale eBooks lesen","browser.openEbookBuilder":"Zweisprachige EPUB eBooks erstellen","browser.translateLocalHtmlFile":"HTML/Txt-Dateien \xFCbersetzen","browser.donateContext":"Erfahren Sie mehr \xFCber die Vorteile eines Sponsors","browser.translateLocalSubtitleFile":"Lokale Untertiteldateien \xFCbersetzen",confirmResetConfig:"Sind Sie sicher, dass Sie die Einstellungen zur\xFCcksetzen wollen?",translationLineBreakSettingTitle:"\xDCbersetzung Zeilenvorschubeinstellung",smartLineBreak:"Smart Line Feed (Berechnung)",alwaysLineBreak:"Immer Zeilenvorschub",isShowContextMenu:"Hinzuf\xFCgen \xFCbersetzter Seiten zu Rechtsklick-Men\xFCpunkten",toggleBeta:"Aktivieren von Beta-Testfunktionen",betaDescription:"Aktivieren Sie Funktionen, die noch experimentell sind, sowie einen \xDCbersetzungsdienst in der Beta-Phase. Treten Sie der <1>Telegram-Gruppe bei, um mehr zu erfahren.",translationLineBreakSettingDescription:"Bei Seiten mit wenig Inhalt sind die Zeilenumbr\xFCche immer ordentlich und \xFCbersichtlich. (Verwenden Sie intelligente Zeilenumbr\xFCche in langen, inhaltsreichen Abs\xE4tzen (mehr als{count}Zeichen), um Platz zu sparen).",tempTranslateDomainTitle:"Dauer des vor\xFCbergehenden Einschaltens der Website-\xDCbersetzung",tempTranslateDomainDescription:"Wenn Sie eine Webseite manuell \xFCbersetzen, schalten Sie die Website vor\xFCbergehend f\xFCr die automatische \xDCbersetzung ein, und Sie k\xF6nnen die vor\xFCbergehende Dauer festlegen.",xMinutes:"{count} Minuten",disabled:"die Verwendung von etw. untersagen",changelog:"Protokoll aktualisieren",toggleTranslatePageWhenThreeFingersOnTheScreen:"Gleichzeitiges Ber\xFChren des Bildschirms mit mehreren Fingern \xFCbersetzt Webseiten/zeigt den Originaltext an",toggleTranslationMaskWhenThreeFingersOnTheScreen:"Durch Ber\xFChren mit mehreren Fingern wird der Unsch\xE4rfeeffekt ein- und ausgeblendet.",fingerCountToToggleTranslagePageOnlyTranslationWhenTouching:"Wenn Sie mit mehreren Fingern gleichzeitig den Bildschirm ber\xFChren, wird die Webseite \xFCbersetzt (nur \xDCbersetzung) bzw. der Originaltext angezeigt.",addUrlDescription:"Kann ein Dom\xE4nenname sein und unterst\xFCtzt auch Wildcards, z. B.\uFF1A*.google.com, google.com/mail/*, https://www.google.com/*",general:"Grundeinstellungen",clickToExpandConfig:"Aktuelle Konfiguration erweitern",import:"Aus Datei importieren",export:"In Datei exportieren",toggleDebug:"Das Debug-Protokoll auf der Konsole ausgeben","fingers.0":"Klageschrift","fingers.2":"Zwei-Finger-Ber\xFChrung","fingers.3":"Drei-Finger-Ber\xFChrung","fingers.4":"Vier-Finger-Ber\xFChrung","fingers.5":"F\xFCnf-Finger-Ber\xFChrung",mouseHoldKey:"+ {key} \xDCbersetzen/Wiederherstellen des Absatzes",mouseHoldKeyAuto:"Direkte \xDCbersetzung des Absatzes",mouseHoldKeyOff:"Tun Sie nichts.",mouseHoldKeyOther:"Benutzerdefinierte Tastenkombinationen (Einstellungen \xF6ffnen)",mouseHoldKeyCustomKey:"{key} \xDCbersetzung/K\xFCrzung des Absatzes",mouseHoverHoldKey:"\xDCbersetzen Sie Abs\xE4tze, indem Sie die Tastenkombination dr\xFCcken, w\xE4hrend Sie mit der Maus dar\xFCber fahren.","mouse-translate":"Mauszeiger",document:"(Computer-)Datei",resetSuccess:"Alle Einstellungen erfolgreich zur\xFCcksetzen",resetThisSuccess:"Zur\xFCcksetzen erfolgreich",saved:"Erfolgreich speichern",successImportConfig:"Erfolgreich importierte Konfiguration",goAdvancedSettings:"Gehen Sie zur Seite Erweiterte Einstellungen",goAdvancedInterfaceSettings:"Gehen Sie zur Seite Erweiterte Anpassungseinstellungen",advanced:"Erweiterte Einstellungen",advancedDescription:"In der Regel sind keine Einstellungen erforderlich, belassen Sie es bei der Standardeinstellung. Nur f\xFCr spezialisiertere Benutzer sind mehr personalisierte Einstellungen verf\xFCgbar.",developer:"Einstellungen f\xFCr Entwickler",donateCafe:"Preise","translate to the bottom of the page":"Wird sie unmittelbar nach dem Betreten der Seite an das Ende der Seite \xFCbersetzt?",feedback:"Frage Feedback",toggleTranslatePage:"Seite \xFCbersetzen/ Originaltext anzeigen",translateToThePageEndImmediatelyDescription:"Wenn Sie die Funktion einschalten, wird der Inhalt sofort bei der Eingabe vom oberen zum unteren Rand der Seite \xFCbersetzt. Wenn Sie die Funktion ausschalten, wird der Inhalt w\xE4hrend des Lesens \xFCbersetzt. (Nicht empfohlen)","translate all areas of the page":"Ob alle Bereiche der Seite \xFCbersetzt werden sollen",translationAreaDescription:"Ist die Option aktiviert, werden alle Bereiche der gesamten Webseite \xFCbersetzt. Wenn Sie die Option ausschalten, wird die standardm\xE4\xDFige intelligente Erkennung verwendet und nur die Hauptbereiche werden \xFCbersetzt. (Es wird nicht empfohlen, diese Funktion einzuschalten)","the number of characters to be translated first":"\xDCbersetzen Sie direkt die ersten Zeichen der Seite, ohne zu warten, bis der Anzeigebereich angezeigt wird.","interface language":"Interface-Sprache","display both the original text and the translation":"Gleichzeitige Anzeige von Original und \xDCbersetzung","keyboard shortcuts":"Tastaturkurzbefehle",modify:"Tastenkombinationen \xE4ndern",reset:"reprovision",close:"Klageschrift",homepage:"Homepage",more:"mehr",moreOptions:"Erweitern Sie Ihre Anpassungsoptionen",translateTheWholePage:"Alle Bereiche der Seite \xFCbersetzen (im Gegensatz zu einer intelligenten Erkennung der Hauptbereiche)",changeToTranslateTheWholePage:"Umschalten auf die \xDCbersetzung aller Regionen",changeToTranslateTheMainPage:"Zum Hauptbereich \xDCbersetzen wechseln",changeToOnlyTranslationMode:"Umschalten, um nur \xDCbersetzungen anzuzeigen",changeToDualTranslationMode:"Umschalten auf zweisprachige \xDCbersetzung",translateToThePageEndImmediately:"Sofortige \xDCbersetzung an das Ende der Seite",translateTheMainPage:"Intelligente \xDCbersetzung Schl\xFCsselregionen","The local rules are up to date":"Die \xF6rtlichen Anpassungsvorschriften sind auf dem neuesten Stand.","Successfully synchronized with the latest official rules:":"Erfolgreich synchronisiert mit den neuesten offiziellen Anpassungsregeln.","Checking for updates":"Pr\xFCfen auf Aktualisierungen","Rules are being synchronized":"Anpassungsregeln werden synchronisiert",localVersionIsTooOld:"Die Version der lokalen Erweiterung ist zu alt. Bitte aktualisieren Sie die Erweiterung auf {minVersion} oder eine neuere Version, bevor Sie versuchen zu synchronisieren.",badUserscriptBrowser:"Der aktuelle Browser implementiert die Schnittstelle der Grease Monkey-Erweiterung nicht korrekt (z. B. um Informationen \xFCber die Versionsnummer des Grease Monkey-Skripts selbst zu erhalten). Bitte verwenden Sie andere Browser, die die <1>Grease Monkey-Erweiterung unterst\xFCtzen, wie z. B. Firefox.",foundNewVersion:"Entdecken Sie die neue Version",theLocalExtensionIsUpToUpdate:"Die aktuelle Erweiterung ist auf dem neuesten Stand.",failToSyncRules:"Fehlende Synchronisierung der neuesten Anpassungsregeln",retry:"Klicken Sie hier, um es erneut zu versuchen",failedReason:"Gr\xFCnde f\xFCr das Scheitern",currentRuleVersion:"Aktuelle Regelversion",calculating:"Berechnungen",unknownError:"unbekannter Fehler",canNotFetchRemoteRule:"Remote-Regeln k\xF6nnen nicht abgerufen werden",enableAlphaSuccess:"Alpha aktiviert",disableAlphaSuccess:"Die Alpha-Funktion wurde ausgeschaltet.",cacheSize:"Cache-Gr\xF6\xDFe\uFF1A",cleaning:"in Liquidation befindlich",cleanCache:"den Cache l\xF6schen",options:"aufstellen",about:"in Bezug auf",service:"Dolmetscherdienst",needAction:"(Gehe zu Einstellungen)",goSettings:"loslegen und einrichten",needActionForOptions:"(noch einzurichten)",translationEngine:"Motor Optionen",sourceLanguage:"Originalsprache",target:"Zielsprache",popupSourceLanguage:"Originalsprache",popupTarget:"Zielsprache",popupService:"Dolmetscherdienst",forThisSite:"Aktuelle Website",autoEnableSubtitle:"Automatisches \xD6ffnen von zweisprachigen Untertiteln",alwaysTranslate:"\xDCbersetzen Sie immer",neverTranslate:"Niemals \xFCbersetzen",alwaysTranslateSomeLanguage:"\xDCbersetzen Sie immer {language}",neverTranslateSomeLanguage:"Niemals \xFCbersetzen {language}",alwaysTranslateSomeSite:"\xDCbersetzen Sie immer {hostname}",neverTranslateSomeSite:"Niemals \xFCbersetzen {hostname}",alwaysTranslateSomeSiteOrWildSite:"\xDCbersetzen Sie immer die Website",alwaysTranslateSomePage:"\xDCbersetzen Sie die Seite immer",add:"erh\xF6hen.",default:"Standard (Einstellung)",forThisLanguage:"F\xFCr diese Sprache\uFF1A","add url":"URL eingeben",edit:"Compiler","translate other languages into specific language":"\xDCbersetzen Sie andere Sprachen in Ihre eingestellte Sprache","select translation service":"W\xE4hlen Sie einen \xDCbersetzungsdienst",language:"Mehrsprachigkeit","show-original":"Originaltext anzeigen",translate:"Rendering",Translated:"\xFCbersetzt",Translating:"in \xDCbersetzung",Error:"falsch",allowCacheTranslations:"Aktivieren Sie das lokale \xDCbersetzungscaching (um \xDCbersetzungsanfragen f\xFCr doppelte Passagen zu reduzieren)","translation display":"Anzeigestil der \xDCbersetzung","select diplay style":"Unterscheiden Sie die verschiedenen \xDCbersetzungsstile anhand der folgenden Beispiele",interface:"Interface-Einstellungen",import_export:"Import/Export",import_export_title:"Konfiguration importieren/exportieren",syncToGoogleDrive:"Jetzt mit Google Drive synchronisieren",floatBallOptions:"Hoverball-Einstellungen","floatBallOptions.enable":"Hoverball freischalten","floatBallOptions.blockUrls":"Website deaktivieren","floatBallOptions.add":"erh\xF6hen.","floatBallOptions.blockUrlDesc":"Schwebeb\xE4lle werden nicht angezeigt, wenn die folgenden Websites aufgerufen werden","floatBallOptions.clickType":"Klickverhalten","floatBallOptions.clickTypeDesc":"Verhalten des Hoverball-Symbols beim Anklicken","floatBallOptions.clickPopup":"\xDCbersetzungspanel anzeigen","floatBallOptions.clickTranslate":"\xDCbersetzung/Anzeige des Originaltextes","floatBallOptions.fixedPosition":"\u56FA\u5B9A\u4F4D\u7F6E","floatBallOptions.fixedPositionDesc":"\u60AC\u6D6E\u7403\u5728\u7A97\u53E3\u5DE6\u4FA7\u8FD8\u662F\u53F3\u4FA7","floatBallOptions.fixedPositionLeft":"\u5DE6\u4FA7","floatBallOptions.fixedPositionRight":"\u53F3\u4FA7",previewAllThemes:"Vorschau aller Stile","translationTheme.none":"nicht haben","translationTheme.grey":"dunkelgrau","translationTheme.dashed":"gepunktete Unterstreichung","translationTheme.dotted":"gepunkteter Unterstrich","translationTheme.dashedBorder":"gepunkteter Rand","translationTheme.solidBorder":"feste Umrandung","translationTheme.underline":"Unterstreichen Sie gerade Linien","translationTheme.mask":"Fuzzy-Effekte (Lernmodi)","translationTheme.opacity":"Transparenz-Effekt","translationTheme.paper":"Wei\xDFes Papier Schatteneffekt","translationTheme.dividingLine":"Trennungslinie","translationTheme.highlight":"hohe Helligkeit","translationTheme.marker":"Markierung (Lehnwort)","translationTheme.marker2":"Markierung 2","translationTheme.blockquote":"Referenzierungsstile","translationTheme.weakening":"Schw\xE4chung","translationTheme.italic":"Schr\xE4gschrift","translationTheme.bold":"eindicken","translationTheme.thinDashed":"d\xFCnne gepunktete Linie, Unterstrich","translationTheme.nativeDashed":"Das System ist mit einem gepunkteten Unterstrich versehen","translationTheme.nativeDotted":"System kommt mit gepunktetem Unterstrich","translationTheme.nativeUnderline":"Das System wird mit einer geraden Linie unterstrichen","translationTheme.wavy":"gewellte Linie","translationServices.custom":"Benutzerdefinierte API","translationServices.tencent":"Tencent \xDCbersetzer","translationServices.tenAlpha":"Tencent \xDCbersetzer (Alpha)","translationServices.google":"Google \xDCbersetzen","translationServices.bai":"Baidu (Alpha)","translationServices.baidu":"Baidu's \xDCbersetzung","translationServices.aliyun":"AliCloud \xDCbersetzung","translationServices.volc":"Vulkan\xFCbersetzung","translationServices.deeplx":"DeepLX (Beta)","translationServices.bing":"Microsoft \xDCbersetzen","translationServices.deepl":"DeepL","translationServices.wechat":"WeChat \xDCbersetzung","translationServices.azure":"Azure-\xDCbersetzung","translationServices.ibm":"IBM Watson","translationServices.aws":"Amazonas-\xDCbersetzung","translationServices.mock":"Simulierte \xDCbersetzung","translationServices.mock2":"Simulierte \xDCbersetzung 2","translationServices.caiyun":"lit. bunte Wolken und kleine \xDCbersetzungen","translationServices.cai":"Bunte Wolken (Alpha)","translationServices.volcAlpha":"Vulkan (Alpha)","translationServices.openl":"OpenL","translationServices.youdao":"Youtube-\xDCbersetzung","translationServices.you":"Youdao \xDCbersetzer (Alpha)","translationServices.transmart":"Tencent Interactive \xDCbersetzung","translationServices.niu":"Maverick Translator","translationServices.papago":"Papago \xDCbersetzung","translationServices.d":"D (Alpha)","translationServices.dpro":"D Pro (Kanarienvogel)","translationServices.openai":"OpenAI","translationServices.yandex":"Yandex","translationServices.chatgpt":"ChatGPT Web(3.5 mobil)","translate title":"Seitentitel \xFCbersetzen","always languages":"\xDCbersetzen Sie immer die Sprache",neverTranslateLanguagesLabel:"Die Sprache, die nie \xFCbersetzt werden wird",neverTranslateTheFollowingLanguagesDescription:"\xDCbersetzungen werden \xFCbersprungen, wenn ein Absatz auf der Seite in einer der folgenden Sprachen vorliegt",enableUserscriptPagePopup:"Schwebeball auf der Seite anzeigen",enableUserscriptPagePopupDescription:"Nachdem Sie den Hoverball ausgeschaltet haben, k\xF6nnen Sie ihn mit dem Shortcut /{touch}wieder aufrufen. Es wird dringend empfohlen, diese Einstellungsseite als Lesezeichen zu speichern, um zu verhindern, dass der Hoverball nach dem versehentlichen Ausschalten dieser Option nicht mehr gefunden wird!","always translate the following languages":"\xDCbersetzt automatisch in die Zielsprache, wenn die Seite in einer der folgenden Sprachen vorliegt","always sites":"Immer \xFCbersetzte Websites","always translate the following sites":"Websites werden automatisch in die Zielsprache \xFCbersetzt, wenn es sich um die Domainnamen von","never sites":"Nie \xFCbersetzte Website","never translate the following sites":"\xDCbersetzungen werden nicht durchgef\xFChrt, wenn die Website f\xFCr die folgenden Domains bestimmt ist","please refer to":"Sie m\xFCssen den Schl\xFCssel ausf\xFCllen, bevor Sie ihn verwenden k\xF6nnen.",KeyAndConfigurationTutorial:"Tutorial zur Anwendung und Konfiguration von Schl\xFCsseln",useAboveStyleForTheseSites:"Verwenden Sie immer den \xDCbersetzungsstil \u2308{theme}\u230B, wenn die Website f\xFCr die folgenden Domains bestimmt ist",currentUrl:"Aktuelle URL",confirm:"Speichern (einer Datei usw.) (Informatik)",cancel:"Stornierungen",delete:"entfernen","languages.auto":"automatische Erkennung",syncToCloud:"Mit Google Drive synchronisieren",syncToCloudDescription:"Die in die Cloud hochgeladene Konfiguration kann zwischen verschiedenen Browsern bzw. Grease-Monkey-Skripten synchronisiert werden, je nachdem, was zuletzt ge\xE4ndert wurde.",syncToAccount:"Synchronisierung mit der Immersive Translation Cloud",syncToAccountButton:"Sofortige Synchronisierung mit der Cloud",syncToAccountDescription:"Automatische Synchronisierung von Konfigurationen zwischen verschiedenen Ger\xE4ten, je nachdem, was zuletzt ge\xE4ndert wurde.",successSyncConfigInAccount:"Erfolgreiche Synchronisierung mit der Cloud",successSyncConfigToAccount:"Erfolgreiche Synchronisierung mit der Cloud",syncConfigNoUpdate:"Sie ist bereits auf dem neuesten Stand.",authFail:"Autorisierungsfehler",syncTitle:"Manuelles Backup-Management",import_hint:"importieren (Daten)",upload:"hochladen",revokeAuth:"eine Zulassung widerrufen",uploadFail:"Upload fehlgeschlagen",download:"Herunterladen von",importSuccess:"Erfolgreich importiert",importFail:"Importfehler",deleteFail:"L\xF6schen fehlgeschlagen",backupToCloud:"Manuelle Verwaltung von Sicherungsdateien",create_new_backup:"Einen neuen Sicherungsknoten hinzuf\xFCgen",maxBackupFiles:"Es k\xF6nnen bis zu{count}verschiedene Nodes gesichert werden, bitte l\xF6schen Sie die Nodes, die Sie nicht ben\xF6tigen.",backupToCloudDescription:"Manuelles Hochladen oder Wiederherstellen von Sicherungsdateien, wobei bis zu 3 verschiedene Sicherungen m\xF6glich sind",successSyncConfig:"Erfolgreiche Synchronisierung mit der Cloud",syncFail:"Synchronisationsfehler",updatedAt:"Aktualisiert von {date}",lastSyncedAt:"Zuletzt gepr\xFCft unter {date}",downloadFail:"Download fehlgeschlagen",clickToDownload:"Klicken Sie zum Herunterladen",aboutLabel:"\xDCber - Feedback","browser.openAboutPage":"\xDCber/Feedback",aboutLabelWithoutSponsor:"\xDCber - Feedback",aboutIntro:"M\xF6gen wir alle einen einfacheren und angenehmeren Zugang zu der riesigen Menge fremdsprachiger Informationen im Internet haben \u2764\uFE0F Sie k\xF6nnen Ihre <6>Pro-Mitgliedschaft aktivieren, um die sofort einsetzbaren DeepL und OpenAI-\xDCbersetzungen zu nutzen.

Sie k\xF6nnen uns auf <3>Twitter, <4>Telegram, Weibo, WeChat folgen oder <5>sich in unsere Mailingliste eintragen, um Updates zu erhalten.
<7>Pro-Mitglieder k\xF6nnen uns unter <8>support@immersivetranslate.com kontaktieren, um schnellen Kundenservice zu erhalten.",aboutIntroWithoutSponsor:"M\xF6gen wir alle einen leichteren und angenehmeren Zugang zu der enormen Menge an fremdsprachlichen Informationen haben, die im Internet zur Verf\xFCgung stehen \u2764\uFE0F

Sie k\xF6nnen uns auf <3>Twitter, im <4>Telegram-Kanal, auf WeChat und WeChat Exchange folgen oder <5>sich unten per <5>E-Mail f\xFCr Updates <5>anmelden.",projectHomepage:"Projekt Heimat",joinTelegramGroup:"Treten Sie der Benutzergruppe bei, um an Diskussionen \xFCber Funktionen teilzunehmen.",wechatPublicAccount:"WeChat \xD6ffentlich",wechatCommunities:"WeChat Austauschgruppe",qqCommunities:"QQ Kommunikationskanal",joinTelegramChannel:"Folgen Sie dem Telegram-Kanal f\xFCr aktuelle Updates",feedbackAndJoin:"Frage Feedback / Gruppe hinzuf\xFCgen",autoSync:"automatische Zeitsynchronisation",loadingThemeTitle:"Stil laden",loadingThemeDescription:"Einstellen des Stils beim Warten auf das Laden der \xDCbersetzung","loadingTheme.spinner":"Animation zum Drehen","loadingTheme.text":"etw. in statischer Schrift ","loadingTheme.none":"nicht gezeigt",developerDescription:"Die Dokumentation zur erweiterten Anpassung finden Sie <1>hier","edit border color":"\xC4ndern Sie die Farbe des Rahmens",successSyncButNoChange:"Die aktuelle Konfiguration ist mit der Cloud konsistent",customTheme:"Individuelle Farben und Gr\xF6\xDFen","customThemeLabel.borderColor":"Farbe der Umrandung","customThemeLabel.borderRadius":"Abgerundete Kanten","customThemeLabel.textColor":"Textfarbe","customThemeLabel.backgroundColor":"Hintergrundfarbe","customThemeLabel.zoom":"Skalierung der Schrift (%)","customThemeLabel.opacity":"Text-Opazit\xE4t (%)",resetToDefaultColor:"Wiederherstellung der Standardfarben",resetToDefaultSettings:"Wiederherstellen der Standardeinstellungen",isTranslateTitle:"\xDCbersetzung der Seitentitel aktivieren",isTranslateTitleDescription:"Beim \xD6ffnen wird der Seitentitel \xFCbersetzt",enableSearchEnhancement:"Erm\xF6glichung der zweisprachigen Erweiterung von Nachrichten",enableSearchEnhancementDescription:'Sobald diese Funktion aktiviert ist, werden die Suchergebnisse von "Google News" automatisch in der rechten Spalte der unterst\xFCtzten Websites (Google News, Google Search (einige Suchbegriffe), Snowball, Oriental Fortune, Futura, Tiger Community) f\xFCr die entsprechenden englischen Suchbegriffe angezeigt.',verifyService:"Klicken Sie hier, um den Dienst zu testen",verified:"Erfolg \xFCberpr\xFCfen","field.langs":"Unterst\xFCtzte Sprachcodes","field.model":"Modellierung","field.translationEngine":"\xDCbersetzungsmotor","field.limitPerMinute":"Maximale Anfragen pro Minute","field.limitPerSecond":"Maximale Anzahl von Anfragen pro Sekunde","field.maxTextLengthPerRequest":"Maximale Textl\xE4nge pro Anfrage","field.maxTextGroupLengthPerRequest":"Maximale Anzahl von Abs\xE4tzen pro Anfrage","field.apiUrl":"Adresse der benutzerdefinierten API-Schnittstelle","field.placeholderDelimiters":"reservierter Platzhalter","description.custom":"Benutzerdefinierte Schnittstelle Zugriff Dokumentation erforderlich","description.limitPerMinute":"Anfragen, die diese Grenze \xFCberschreiten, werden bis zum Beginn der n\xE4chsten Minute in eine Warteschlange gestellt. Aufgrund der verschiedenen Einschr\xE4nkungen von OpenAIs aktuellem Service, klicken Sie bitte <1>hier f\xFCr die neuesten vorgeschlagenen Werte","description.limitPerSecond":"Anfragen, die diese Grenze \xFCberschreiten, werden bis zum Beginn der n\xE4chsten Sekunde in eine Warteschlange gestellt. Aufgrund der verschiedenen Einschr\xE4nkungen von OpenAIs aktuellem Service, klicken Sie bitte <1>hier f\xFCr die neuesten vorgeschlagenen Werte","description.generalLimitPerSecond":"Anfragen, die diese Grenze \xFCberschreiten, werden bis zum Beginn der n\xE4chsten Sekunde in eine Warteschlange gestellt.","description.prompt":"Gespr\xE4che, die im Namen des Benutzers an {service} gesendet werden, wobei {{text}} den Textinhalt des Absatzes darstellt, {{from}} die Sprache des Absatzes und {{to}} die Zielsprache.","description.maxTextLengthPerRequest":"Die maximale Anzahl von Zeichen pro Anfrage ist zu gro\xDF, so dass die Schnittstelle langsam reagiert. Versuchen Sie daher, diese Option anzupassen, um die Geschwindigkeit zu optimieren.","description.systemPrompt":"Ein Dialog, der an OpenAI als System gesendet wird, wobei {{text}} den Textinhalt des Absatzes,{{from}} die Sprache des Absatzes und{{to}} die Zielsprache angibt.","field.domain":"Bereich","description.domain":"Der Standardwert ist\uFF1Ageneral. Kann nur gesetzt werden, wenn die Dom\xE4nen\xFCbersetzung in der Arima API-Konsole aktiviert ist, siehe <1>hier f\xFCr unterst\xFCtzte Dom\xE4nen","field.scene":"Nehmen Sie","description.scene":"Der Standardwert ist\uFF1Ageneral. Kann nur eingestellt werden, wenn die AliCloud-API-Konsole Machine Translation Pro \xF6ffnet, siehe <1>hier f\xFCr unterst\xFCtzte Szenarien","field.vocabId":"Benutzerw\xF6rterbuch-ID","description.vocabId":"Das angegebene W\xF6rterbuch out_id unterst\xFCtzt derzeit die \xDCbersetzung Englisch-Chinesisch.","description.model":"OpenAI-Modelle, z.B. gpt-3.5-turbo, gpt-4, etc.","description.maxTextGroupLengthPerRequest":"Die Anzahl der Abs\xE4tze, die gleichzeitig an den \xDCbersetzungsdienst gesendet werden. Wenn es zu viele Abs\xE4tze sind, kann dies dazu f\xFChren, dass die Schnittstelle langsamer reagiert.","description.apiUrl":"Bitte f\xFCgen Sie spezifische URLs mit Pfaden, <1>mehr Beschreibung",enabledExtension:"Aktivieren von Erweiterungen",clickToDisableExtension:"Klicken Sie hier, um Erweiterungen zu deaktivieren",clickToEnableExtension:"Klicken Sie, um Erweiterungen zu aktivieren",hasBeenDisabled:"deaktiviert","show password":"Passwort anzeigen",customContent:"Eingabe eines benutzerdefinierten Modellnamens",inputOptions:"Erweiterung des Eingabefeldes",mouseHoverOptions:"Mauszeiger",modifyMouseHoverKey:"Mauszeiger-Kurzbefehl \xE4ndern",enableInputTranslation:"Ob die Erweiterung des Eingabefeldes aktiviert werden soll",enableInputTranslationDescription:"Nach der Aktivierung geben Sie {startingKey}{startingKey} hallo direkt in das Eingabefeld ein und dr\xFCcken dann schnell{inputTrailingTriggerKeyRepeatTimes}mal{trailingKey}, um in {inputTargetLanguage}zu \xFCbersetzen.",enableInputTranslationDescriptionForNoneKey:"Nach der Aktivierung geben Sie\uFF1AHello World direkt in das Eingabefeld ein und dr\xFCcken dann schnell{inputTrailingTriggerKeyRepeatTimes}{trailingKey}, um in die Standardzielsprache zu \xFCbersetzen.",inputTargetLanguage:"Einstellung der Standard-Zielsprache f\xFCr Eingabefelder",inputTargetLanguageDescription:"Standard-Zielsprache f\xFCr die \xDCbersetzung von Eingabefeldern, d.h. {startingKey}{startingKey} als Standardsprache f\xFCr Triggerw\xF6rter",inputTargetLanguageDescriptionForNoneKey:"Standard-Zielsprache f\xFCr die \xDCbersetzung des Eingabefeldes",inputStartingTriggerKeyTitle:"Einstellung des Trennzeichens f\xFCr die Teil\xFCbersetzung des Eingabefeldes",inputStartingTriggerKeyDescription:"Wenn Sie nicht das gesamte Eingabefeld \xFCbersetzen m\xFCssen, k\xF6nnen Sie mit dem Splitter nur den Teil von {startingKey}{startingKey} bis zum Ende des Eingabefelds \xFCbersetzen, oder Sie k\xF6nnen den Sprachcode angeben, z. B.\uFF1A{startingKey}ja bedeutet, dass nur der Teil von {startingKey}ja bis zum Ende des Eingabefelds \xFCbersetzt wird.",inputStartingTriggerKeyDescriptionForNoneKey:'Die derzeitige Einstellung "kein Pr\xE4fix" wird nicht ben\xF6tigt, und die \xDCbersetzungsfunktion f\xFCr einige Texte im Eingabefeld ist derzeit nicht verf\xFCgbar.',inputTrailingTriggerKeyTitle:"W\xE4hlen Sie ein Ausl\xF6sezeichen f\xFCr das Ende eines Eintrags",inputTrailingTriggerKeyDescription:"3 schnelle Treffer{trailingKey} wird mit der \xDCbersetzung beginnen!",inputTrailingTriggerKeyTimeout:"Geben Sie die Zeit zwischen den Ausl\xF6sern f\xFCr das Ende des Kampfes ein.",inputTrailingTriggerKeyTimeoutDescription:"Legt die Zeit (in Millisekunden) zwischen den Combo-Triggern f\xFCr das Eingangsende fest",spaceKey:"<\u7A7A\u683C\u952E>",noneKey:"Direkte \xDCbersetzung des gesamten Textfeldes ohne Pr\xE4fixe",inputTranslationBlockUrlsTitle:"Aktivieren Sie die Eingabefelderweiterung in den folgenden URLs nicht",inputTranslationBlockUrlsDescription:"Die Erweiterungen der Eingabefelder funktionieren nicht bei den folgenden URLs",clickToSeeQuickDemo:"Klicken Sie hier, um das 30-Sekunden-Kurzanleitung-Video zu erweitern",inputHelperInfo:"Beschreibung\uFF1AWir haben die Tatsache optimiert, dass einige ausl\xF6sende Zeichen bei chinesischen Eingabemethoden zu chinesischen Satzzeichen werden, z. B. wird / bei der Sogou-Eingabemethode zu einem Dun-Zeichen, und Immersive Translator unterst\xFCtzt alle chinesischen Symbole, die den ausl\xF6senden Zeichen entsprechen, d. h. //,,, wird als ausl\xF6sendes Zeichen erkannt.

Wir unterst\xFCtzen auch chinesische Aliase f\xFCr Sprachcodes als Befehle, z.B. /Japanese Hello World wird ins Japanische \xFCbersetzt, <1>klicken Sie hier, um alle unterst\xFCtzten Sprachcodes zu sehen.",reloadCurrentPage:"Bitte aktualisieren Sie die aktuelle Seite, bevor Sie die \xDCbersetzung starten.",noLocalFilePermissionForPDF:"Sie haben keine Berechtigung, lokale Dateien zu lesen. Bitte klicken Sie auf die Schaltfl\xE4che oben und importieren Sie dann lokale Dateien.",noPermissionForThisPage:"\u26A0\uFE0F Keine Berechtigung zur \xDCbersetzung der aktuellen Seite",retryAllParagraphs:"Alle Fehlerpassagen erneut versuchen",retryAllButton:"Alle Fehlerpassagen erneut versuchen",errorTooltipTitle:"Klicken Sie, um die Ursache des Fehlers zu sehen",errorModalTitle:"Irgendetwas scheint mit dem \xDCbersetzungsdienst oder dem Netzwerk nicht in Ordnung zu sein...",disableConfirm:"Zweisprachige Information Enhancement Setting",disableOnce:"Diese Invalidit\xE4t",disableGlobal:"dauerhaft deaktivieren",disableTint:"* Sie k\xF6nnen sie unter {option} wieder aktivieren.",searchEnhancementNotes:'Wir haben festgestellt, dass die Nachrichtenergebnisse f\xFCr chinesische und englische Schl\xFCsselw\xF6rter sehr unterschiedlich sind. Nach der Aktivierung der Funktion "Immersive Translation Bilingual Information Enhancement" suchen wir f\xFCr Sie automatisch auf den unterst\xFCtzten Websites (Google News, Google Search (einige Schl\xFCsselw\xF6rter), Snowball, Oriental Wealth, Futura, Tiger) nach denselben Schl\xFCsselw\xF6rtern auf Englisch und zeigen sie auf der rechten Seite an. Sie k\xF6nnen diese Funktion deaktivieren, wenn Sie sie nicht ben\xF6tigen.',option:"aufstellen",saveSettings:"Einstellungen speichern",closeModal:"Fenster schlie\xDFen",enableInputTranslationWithoutTriggerKeyTitle:"Aktivieren Sie 3 Schnellzugriffe auf{trailingKey}, um das gesamte Eingabefeld direkt in{inputTargetLanguage}zu \xFCbersetzen.",enableInputTranslationWithoutTriggerKeyDescription:"Um die Zielsprache anzugeben, stellen Sie ihr den Sprachcode voran, z. B.\uFF1Aja Hello World",mouseHoverShortcutPlaceholder:"z.B.\uFF1AVerschiebung",deepLProName:"Immersive Translation Pro Mitglied (empfohlen)",deepLProDescription:"Das aktuelle Paket kann direkt verwendet werden",deeplProDescriptionForNormal:"Keine Einrichtung erforderlich, Mitglieder k\xF6nnen es nach der Anmeldung nutzen, <1>klicken Sie hier, um Mitglied zu werden",deepLCustomDescription:"Ausl\xE4ndische Kreditkarte erforderlich, offiziell er\xF6ffnet unter <1>DeepL, klicken Sie f\xFCr die <2>Dokumentation",deepLCustomName:"Benutzerdefinierter Authentifizierungsschl\xFCssel",chooseProviderLabel:"W\xE4hlen Sie einen Dienstanbieter",openaiProName:"Immersive Translation Pro Mitglied (empfohlen)",openaiProDescription:"Das aktuelle Paket kann direkt verwendet werden",openaiProDescriptionForNormal:"Keine Einrichtung erforderlich, Mitglieder k\xF6nnen es nach der Anmeldung nutzen, <1>klicken Sie hier, um Mitglied zu werden",openaiCustomDescription:"Verf\xFCgbar auf OpenAI, Azure OpenAI oder anderen Diensten von Drittanbietern, <1>klicken Sie hier f\xFCr die Dokumentation",openaiCustomName:"Benutzerdefinierter API-Schl\xFCssel",needLoginAction:"(Offene Mitgliedschaft oder Anpassung)",goLoginOrAction:"(\xD6ffnen Sie eine Mitgliedschaft oder gehen Sie zu den Einstellungen)",yearly:"eine fortlaufende j\xE4hrliche Zahlung leisten",quarterly:"sequenzieller Umschlag",monthly:"Monatsabonnement",yearlyForOnce:"Einmaliges Jahrespaket",monthlyForOnce:"Einmaliges Monatspaket",daily:"aufeinanderfolgende Pakettage",year:"eine fortlaufende j\xE4hrliche Zahlung leisten",quarter:"sequenzieller Umschlag",month:"Monatsabonnement",day:"aufeinanderfolgende Pakettage",onetime_7day:"7-Tage-Erlebnispaket",currentPlanDescriptionForFree:"Aktuelle Pakete\uFF1AKostenlos",currentPlanDescriptionForContinuous:"Das aktuelle Paket\uFF1A{plan}wird automatisch auf {endAt} verl\xE4ngert.",currentPlanDescriptionForAutoRenewCaceling:"Das aktuelle Paket\uFF1A{plan}l\xE4uft auf {endAt} aus und wird nach Ablauf nicht automatisch verl\xE4ngert.",currentYearlyPlanDescriptionForAutoRenewCacelingWithRealPaiedUser:"Das aktuelle Paket,\uFF1A{plan}, l\xE4uft am {endAt} aus und wird nach Ablauf nicht automatisch verl\xE4ngert.
<1>Klicken Sie hier, um Ihren Verl\xE4ngerungsplan zu verwalten",currentYearlyPlanDescriptionForAutoRenewCacelingWithAdmin:"Das aktuelle Paket\uFF1A{plan}l\xE4uft auf {endAt} aus und wird nach Ablauf nicht automatisch verl\xE4ngert.
<1>Klicken Sie hier, um ein fortlaufendes Jahresabonnement zu aktivieren",currentPlanDescriptionForOneTime:"Das aktuelle Abonnement\uFF1A{plan}l\xE4uft auf {endAt} aus. <1>Klicken Sie hier, um eine j\xE4hrliche oder <2>monatliche Mitgliedschaft zu <1>erwerben.",upgradePlan:"Klicken Sie hier f\xFCr ein Upgrade auf die Pro-Mitgliedschaft",upgradeToPro:"Upgrade auf Pro-Mitgliedschaft","popup.openPro":"Upgraden Sie auf die Pro-Mitgliedschaft, um DeepL und OpenAI-\xDCbersetzung zu genie\xDFen. Klicken Sie hier, um upzugraden!","popup.openProForPro":"Sie sind ein Pro-Mitglied mit direktem Zugang zu DeepL und OpenAI \xDCbersetzungen!",currentAccount:"laufendes Konto",enableAutoSyncUserSettings:"Aktivieren Sie die automatische Cloud-Synchronisierung \xFCber mehrere Ger\xE4te hinweg",modalEnableInputTranslationTitle:"Immersive Translation Eingabefeld Translation Alerts",modalEnableInputTranslationDesc:"Sie haben soeben die \xDCbersetzung des Eingabefeldes von Immersive Translation ausgel\xF6st, indem Sie dreimal kurz hintereinander die Leertaste gedr\xFCckt haben, und der Inhalt des Eingabefeldes wird in die Standardzielsprache \xFCbersetzt. Die \xDCbersetzung kann mit Strg+Z r\xFCckg\xE4ngig gemacht werden.

Sollte dies ein Fehler gewesen sein, k\xF6nnen Sie die \xDCbersetzung des Eingabefeldes entweder deaktivieren oder dauerhaft abschalten.",saveAndNotShowAgain:"Speichern und Beenden der Eingabeaufforderung",disableInputTranslationTips:"* Sie k\xF6nnen auch andere Tastenkombinationen f\xFCr die Ausl\xF6sung in {option} ,{learnMore}festlegen.",learnMore:"Klicken Sie hier, um mehr zu erfahren",continueEnalbeInputTranslation:"Fortfahren, um die \xDCbersetzung von Eingabefeldern zu aktivieren",autoRenewTrialSuffix:'(Aufwird die Testversion sofort zur Vollmitgliedschaft aufgewertet)',upgradeFromTrialTitle:"Upgrade zum Vollmitglied",subtitle:"Video-Untertitelung",youtubeService:"Immersions\xFCbersetzung Videountertitelung \xDCbersetzungsdienste","subtitle.disabledSubtitle":"Dauerhaftes Deaktivieren der Video-Untertitelfunktion","subtitle.disabledSubtitleDescription":"Wenn Immersive Translator's Video Subtitles mit anderen Erweiterungen in Konflikt steht, k\xF6nnen Sie die Funktion von Immersive Translator's Video Subtitles dauerhaft deaktivieren oder andere in Konflikt stehende Erweiterungen deinstallieren","subtitle.autoEnableSubtitle":"Automatische Verwendung von zweisprachigen Untertiteln","subtitle.autoEnableSubtitleDescription":"Nach der Aktivierung werden beim Abspielen eines Videos automatisch zweisprachige Untertitel angezeigt, sonst m\xFCssen Sie auf die \xDCbersetzungsschaltfl\xE4che klicken, um sie anzuzeigen.","subtitle.preTranslation":"\xDCbersetzen von Untertiteln mit immersiver \xDCbersetzung","subtitle.preTranslationDescription":"Wenn diese Option aktiviert ist, wird der gesamte Untertitel mit Hilfe des unten angegebenen \xDCbersetzungsdienstes vor\xFCbersetzt. F\xFCr ein einst\xFCndiges Video werden etwa 50.000 Token oder Zeichen ben\xF6tigt, die Sie bitte nach eigenem Ermessen verwenden.","subtitle.humanSubtitlesPreferred":"Vorrangige Verwendung von Untertiteln f\xFCr Menschen","subtitle.humanSubtitlesPreferredDescription":"Bevorzugen Sie die Verwendung von menschlichen Untertiteln, wenn das Video menschliche Untertitel in der Zielsprache hat (empfohlen)",videoSubtitleTranslationDescription:"Beauftragen Sie einen separaten \xDCbersetzungsdienst f\xFCr Videountertitel",subtitleTranslating:"Bitte warten Sie, w\xE4hrend die Untertitel \xFCber den Dienst {service} \xFCbersetzt werden... (Immersions\xFCbersetzung)",subtitleLoading:"Laden von Untertiteln...",bilingual:"Zweisprachigkeit","field.action":"Ob Baidu-Terminologie aktiviert werden soll","description.action":"Wenn diese Funktion aktiviert ist, wird der Anfrage ein Parameter action=1 hinzugef\xFCgt, um Baidu \xFCber den aktivierten Begriff zu informieren. <1>Weitere Informationen finden Sie in der offiziellen Dokumentation.",closeQuickTranslation:"Hoverball schlie\xDFen","closeQuickTranslation.untilNext":"Diesmal geschlossen bis zum n\xE4chsten Besuch","closeQuickTranslation.currentWebsite":"Aktuelle Seite deaktiviert","closeQuickTranslation.alwaysClose":"dauerhaft deaktivieren","closeQuickTranslation.settingOpen":"(kann auf der <1>Einstellungsseite aktiviert werden)","closeQuickTranslation.cancel":"Stornierungen","closeQuickTranslation.confirm":"definieren.","floatBall.popup":"\xD6ffnen Sie das Panel Schnelleinstellungen","floatBall.translate":"Klicken Sie, um die Seite zu \xFCbersetzen","floatBall.showOriginal":"Klicken Sie, um zum Originalartikel zur\xFCckzukehren","floatBall.close":"Hoverball schlie\xDFen","floatBallOptions.enableDescPc":"Nach dem Aktivieren des Hoverballs wird auf der rechten Seite der Seite eine Schaltfl\xE4che f\xFCr die Schnell\xFCbersetzung angezeigt. Klicken Sie darauf, um zu \xFCbersetzen!","floatBallOptions.enableDesc":"Nachdem Sie den Hoverball ausgeschaltet haben, k\xF6nnen Sie ihn mit{touch}wieder aufrufen. Es wird dringend empfohlen, diese Einstellungsseite als Lesezeichen zu speichern, falls Sie den Hoverball nicht mehr finden k\xF6nnen, nachdem Sie diese Option versehentlich ausgeschaltet haben!","description.azureApiUrl":"Geben Sie die Adresse der benutzerdefinierten API-Schnittstelle ein",confirmSupportMouse:"Aktivierung der Mausunterst\xFCtzung erzwingen",confirmSupportMouseDescription:"Es wurde festgestellt, dass der aktuelle Browser die Mausfunktion nicht unterst\xFCtzt. Ist es notwendig, die Mausunterst\xFCtzung zu aktivieren?",sampleTargetText:"Die lange Nacht wird kommen, und ich werde von heute an bis zu meinem Tod Wache halten. Ich werde keine Frau nehmen, ich werde kein Lehen machen, ich werde keine Kinder haben. Ich werde keine Krone tragen, ich werde nicht nach Ehre streben. Ich werde meine Pflicht tun und leben und sterben.",sampleSourceText:"Night gathers, and now my watch begins. It shall not end until my death. I shall take no wife, hold no lands, father no children. I shall wear no crowns and win no glory. I shall live and die at my post.","subtitle.supportedSites":"\u5DF2\u652F\u6301\u5728\u8FD9\u4E9B\u7F51\u7AD9\u4F7F\u7528\u53CC\u8BED\u5B57\u5E55\uFF08\u6CE8\u610F\uFF1A\u7531\u4E8E\u6280\u672F\u9650\u5236\uFF0C\u90E8\u5206\u7F51\u7AD9\u5728\u9996\u6B21\u5F00\u542F\u5B57\u5E55\u540E\u9700\u8981\u91CD\u65B0\u5237\u65B0\u9875\u9762\uFF0C\u6216\u8005\u9700\u7B49\u5F85\u7FFB\u8BD1\u5B8C\u6210\u4EE5\u663E\u793A\u53CC\u8BED\u5B57\u5E55\uFF09\uFF1A",viewWithImmersiveTranslate:"\u53CC\u8BED\u7248\u672C(\u6C89\u6D78\u5F0F\u7FFB\u8BD1)",errorReason:"\u9519\u8BEF\u539F\u56E0\uFF1A{message}","proQuotaExceededError.onetime7day":'\uFF0C\u60A8\u53EF\u4EE5\u9009\u62E9\u4EE5\u4E0B\u65B9\u5F0F\u89E3\u51B3\uFF1A

1. \u5207\u6362\u5230 {anotherService} \u6216\u5176\u4ED6\u7FFB\u8BD1\u670D\u52A1
2. \u5347\u7EA7\u4E3A\u6708\u5EA6/\u5E74\u5EA6\u4F1A\u5458',"proQuotaExceededError.trial":'\uFF0C\u60A8\u53EF\u4EE5\u9009\u62E9\u4EE5\u4E0B\u65B9\u5F0F\u89E3\u51B3\uFF1A

1. \u5207\u6362\u5230 {anotherService} \u6216\u5176\u4ED6\u7FFB\u8BD1\u670D\u52A1
2. \u7ACB\u523B\u5347\u7EA7\u4E3A\u6B63\u5F0F\u4F1A\u5458',"proQuotaExceededError.nonTrial":'\uFF0C\u60A8\u53EF\u4EE5\u9009\u62E9\u4EE5\u4E0B\u65B9\u5F0F\u89E3\u51B3\uFF1A

1. \u5207\u6362\u5230 {anotherService} \u6216\u5176\u4ED6\u7FFB\u8BD1\u670D\u52A1
2. \u8D2D\u4E70 {translationService} \u989D\u5916\u6D41\u91CF\u5305',"proQuotaExceededError.resetTime":"
3. \u989D\u5EA6\u91CD\u7F6E\u65F6\u95F4\uFF1A{resetTime}","desc.touchShortcutsToggleTranslatePageOnlyTranslation":'"Nur \xDCbersetzung" bedeutet, dass nur die \xDCbersetzung angezeigt wird. Wenn eine Webseite noch nicht \xFCbersetzt wurde, wird der Modus gewechselt und \xFCbersetzt.',"desc.toggleOnlyTransation":'"Nur \xDCbersetzungsmodus" bedeutet, dass nur die \xDCbersetzung angezeigt wird. Wenn eine Webseite noch nicht \xFCbersetzt wurde, wird der Modus gewechselt und \xFCbersetzt.',touchShortcutsToggleTranslatePageOnlyTranslation:"Einstellen von Touchscreen-Gesten zum Wechseln zwischen Zweisprachig/Nur \xDCbersetzung Modus",download_started:"Der Download hat bereits begonnen, wenn er nicht automatisch heruntergeladen wird, klicken Sie bitte manuell.",here:"Hier","desc.toggleVideoSubtitlePreTranslation":"Nach dem Dr\xFCcken werden die zweisprachigen Untertitel des Videos vorrangig mit den Einstellungen der immersiven \xDCbersetzung verwendet. Wenn Sie erneut dr\xFCcken, werden vorrangig die maschinell \xFCbersetzten Untertitel des Originalvideos verwendet. Bitte beachten Sie: Diese Verkn\xFCpfung \xE4ndert die globalen Einstellungen.",videoSubtitlePreTranslationOn:"Videountertitel werden vorrangig mit immersiver \xDCbersetzung verwendet.",videoSubtitlePreTranslationOff:"Videounteritel werden vorrangig die maschinell \xFCbersetzten Untertitel des Originalvideos verwenden.",translationFont:"Schriftart einstellen","translationFont.custom":"Geben Sie benutzerdefinierte Schriftarten ein","translationFont.customPlaceholder":"Schriftart","translationFont.notSupportErrorMessage":"Bitte \xFCberpr\xFCfen Sie, ob der von Ihnen eingegebene Schriftartname korrekt ist, oder best\xE4tigen Sie, dass diese Schriftart bereits auf Ihrem Ger\xE4t installiert ist.","touch.mouse-translate":"\xDCbersetzen Sie den angegebenen Absatz.","translationServices.inherit":"Folgen Sie dem Haupt\xFCbersetzungsdienst","error.serveConfigError":"Dienstkonfigurationsfehler","error.reloadPageOfSetting":"Nach der Konfiguration, bitte aktualisieren Sie die Seite und \xFCbersetzen Sie erneut.","error.googleLimitIp":"Der Service gibt einen Fehler zur\xFCck, Google-Dienste haben die IP-Adresse gedrosselt, es wird empfohlen, den Netzwerkknoten zu wechseln.","error.openAIFreeLimit":"Der Service gibt einen Fehler zur\xFCck, die aktuelle \xDCbersetzungsanforderungsrate hat das Limit von maximal 3 Mal pro Minute erreicht, bitte versuchen Sie es sp\xE4ter erneut. (Dies ist eine Beschr\xE4nkung von OpenAI f\xFCr kostenlose API-Schl\xFCssel. Um diese Beschr\xE4nkung aufzuheben, binden Sie bitte eine Kreditkarte im OpenAI-Backend.)","error.openAIExceededQuota":"Dienst gibt Fehler zur\xFCck: Ihr aktuelles OpenAI-Konto hat nicht gen\xFCgend Guthaben. Bitte laden Sie Ihr Konto auf oder verkn\xFCpfen Sie eine Kreditkarte im offiziellen OpenAI-Backend.","error.429":"Der Service gibt einen Fehler zur\xFCck, was darauf hinweist, dass die Anfragen zu h\xE4ufig sind oder das Limit \xFCberschritten wurde. Bitte versuchen Sie es sp\xE4ter erneut.","error.403":"Der Service gibt einen Fehler zur\xFCck, vor\xFCbergehend besteht keine Berechtigung zum Zugriff auf diesen Service.","error.400":"Der Service gibt einen Fehler zur\xFCck, die Anforderungsparameter sind falsch, bitte \xFCberpr\xFCfen Sie die entsprechende Konfiguration.","error.502":"Der Service gibt einen Fehler zur\xFCck, der Service ist zeitlich \xFCberschritten, bitte versuchen Sie es sp\xE4ter erneut.","error.proTokenInvalid":"Wenn Sie ein Pro-Benutzer sind, melden Sie sich bitte an, bevor Sie den Pro-\xDCbersetzungsdienst nutzen.","error.proUpgrade":"Nach dem Upgrade, bitte aktualisieren Sie die Seite und \xFCbersetzen Sie erneut.","error.configError":"Konfigurationsdaten sind abnormal","error.goReset":"Zur\xFCcksetzen",batchEdit:"Massenoperation","translationModeLang.translation.title":"Nur \xDCbersetzungsmodus Sprache","translationModeLang.translation.description":"Wenn die Seitensprache eine der folgenden Sprachen ist, wird automatisch nur der \xDCbersetzungsmodus verwendet.","translationModeUrl.translation.title":"Nur \xDCbersetzungsmodus-Webadresse","translationModeUrl.translation.description":"Wenn die Website die folgenden Domains hat, wird automatisch nur der \xDCbersetzungsmodus verwendet.","error.serveUnavailable":"Der von Ihnen derzeit verwendete [{serverName}] Dienst ist aufgrund von Netzwerkverbindungsproblemen oder Problemen mit dem Dienstanbieter vor\xFCbergehend nicht erreichbar. Wir empfehlen Ihnen, die Seite zu aktualisieren oder \xFCber <1>Einstellungen einen anderen \xDCbersetzungsdienst auszuw\xE4hlen. Wenn Sie ein <2>Pro-Mitglied sind, k\xF6nnen Sie den stabileren DeepL oder OpenAI \xDCbersetzungsdienst nutzen (<3>klicken Sie hier, um es kostenlos auszuprobieren). Dar\xFCber hinaus sollten Sie m\xF6glicherweise Ihre Netzwerk- oder Proxy-Einstellungen \xFCberpr\xFCfen.",detectServiceLoading:"\xDCberpr\xFCfung der verf\xFCgbaren \xDCbersetzungsdienste...",toggleToService:"Wechseln Sie zu {service} und versuchen Sie es erneut.","error.gemini.429":"Der aktuelle Gemini-Dienst hat seine maximale Kapazit\xE4t erreicht. Bitte versuchen Sie es sp\xE4ter erneut oder wechseln Sie zu einem anderen \xDCbersetzungsdienst.",enableSentryReport:"Wenn ein Fehler bei der Erweiterung auftritt, senden Sie Feedback mit Sentry.","translationServices.gemini":"Zwillinge","widget.translateFile":"PDF/ePub","error.reason":"Fehlergrund","floatBall.iKnow":"Ich wei\xDF.",goLogin:"Anmelden gehen","error.retry":"Wiederholen",touchShortcutsOff:"schlie\xDFen",pickAll:"Alles ausw\xE4hlen",notLogin:"Nicht angemeldet","slide.left":"Nach rechts wischen",loggedIn:"Eingeloggt","slide.right":"Nach links wischen",shortcutSettingsTitle:"Tastenkombination Einstellungen","tagsInput.add":"+ Hinzuf\xFCgen","subtitle.bilingual":"Zweisprachige Untertitel","multipleClick.2":"Doppelklick","shortcutGroup.touch":"Gesten speziell f\xFCr Touchscreens",alwaysTranslateThisSite:"Immer diese Website \xFCbersetzen",buildSnapshots:"Erstellen Sie ein Webseiten-Snapshot",networkError:"\xDCbersetzungsdienst oder Netzwerk hat ein Problem",neverTranslateThisSite:"\xDCbersetzen Sie diese Website niemals",translationOnlyMode:"Nur \xDCbersetzungsmodus","subtitle.hideQuickButton":"Nicht mehr diese Verkn\xFCpfung anzeigen","subtitle.showQuickButton":"Im Player werden Untertitel in zwei Sprachen angezeigt.","multipleClick.3":"Dreifachschlag","intro.subtitleTitle":"Online-Video-Zweisprachige Untertitelanzeige","shortcutGroup.main":"H\xE4ufig verwendete Funktionstastenkombinationen",temprarilyChangeTranslationTo_openai:"Verwendet OpenAI zum \xDCbersetzen der aktuellen Seite",shortcutSettings:"Tastenkombination","shortcutGroup.others":"Mehr benutzerdefinierte Funktionstastenkombinationen","intro.floatBallTitle":"Schnelle \xDCbersetzung Schwebekugel","widget.videoSubtitle":"Videountertitel",contact:"Kontaktieren Sie uns",mouseHoverCustomKeyTitle:"Benutzerdefinierte Maus-Hover-Tastenkombination",temprarilyChangeTranslationTo_gemini:"Verwenden von Gemini, um die aktuelle Seite zu \xFCbersetzen","browser.translateInputBox":"\xDCbersetzen Sie den aktuellen Inhalt des Eingabefelds.","multipleClick.4":"Vierfachschlag","browser.translateWithDeepL":"Vor\xFCbergehende Verwendung von DeepL zur \xDCbersetzung der aktuellen Seite",notLoginPro:"Sie haben sich noch nicht in Ihr Mitgliedskonto eingeloggt.",touchShortcutsToggleTranslateTouchElement:"Einstellen von Touchscreen-Gesten zum \xDCbersetzen bestimmter Abs\xE4tze","widget.instructionTooltip":"Anleitung anzeigen","browser.translateWithTransmart":"Verwenden Sie vor\xFCbergehend Tencent, um die aktuelle Seite zu \xFCbersetzen.",temprarilyChangeTranslationTo_google:"Verwenden Sie Google \xDCbersetzer, um diese Seite zu \xFCbersetzen.","shortcutGroup.shortcutsForTranslationServices":"\xDCbersetzungsdienst verwandte Tastenkombinationen",temprarilyChangeTranslationTo_deepl:"Verwenden von DeepL, um die aktuelle Seite zu \xFCbersetzen.","widget.instruction":"Gebrauchsanweisung","browser.translateWithOpenAI":"Vor\xFCbergehende Verwendung von OpenAI zum \xDCbersetzen der aktuellen Seite","intro.hoverTitle":"\xDCbersetzen Sie den aktuellen Absatz, indem Sie die Maus dar\xFCber schweben lassen.","browser.toggleMouseHoverTranslateDirectly":"Auf der Seite das direkte \xDCbersetzen durch Mouseover tempor\xE4r aktivieren oder deaktivieren","floatBall.longPress":"Durch langes Dr\xFCcken k\xF6nnen Sie das Einstellungsmen\xFC schnell \xF6ffnen.",temprarilyChangeTranslationTo_transmart:"Verwendet gerade Tencent \xDCbersetzung f\xFCr die aktuelle Seite.","floatBall.guideClickToTranslate":`Klicken Sie auf die immersive \xDCbersetzungsschwebekugel + {env.imt_trans_field}: \u0627\u0644\u062A\u0631\u062C\u0645\u0629`,"translationServices.claude":"\u0643\u0644\u0648\u062F","subtitle.quickButton.setting":"\u0625\u0639\u062F\u0627\u062F\u0627\u062A","subtitle.quickButton.white":"\u0623\u0628\u064A\u0636","subtitle.quickButton.black":"\u0627\u0644\u0644\u0648\u0646 \u0627\u0644\u0623\u0633\u0648\u062F","subtitle.quickButton.yellow":"\u0627\u0644\u0644\u0648\u0646 \u0627\u0644\u0623\u0635\u0641\u0631","subtitle.quickButton.backgroundOpacity":"\u0634\u0641\u0627\u0641\u064A\u0629 \u0627\u0644\u062E\u0644\u0641\u064A\u0629","subtitle.quickButton.translationPositionBottom":"\u0623\u0633\u0641\u0644 \u0627\u0644\u0646\u0635 \u0627\u0644\u0623\u0635\u0644\u064A","subtitle.quickButton.backgroundColor":"\u0644\u0648\u0646 \u0627\u0644\u062E\u0644\u0641\u064A\u0629","subtitle.quickButton.cyan":"\u0627\u0644\u0644\u0648\u0646 \u0627\u0644\u0623\u0632\u0631\u0642","subtitle.quickButton.translationPosition":"\u0645\u0648\u0642\u0639 \u0627\u0644\u062A\u0631\u062C\u0645\u0629","subtitle.quickButton.magenta":"\u0627\u0644\u0644\u0648\u0646 \u0627\u0644\u0642\u0631\u0645\u0632\u064A","subtitle.quickButton.translationTextColor":"\u0644\u0648\u0646 \u062E\u0637 \u0627\u0644\u0646\u0635","subtitle.quickButton.red":"\u0627\u0644\u0644\u0648\u0646 \u0627\u0644\u0623\u062D\u0645\u0631","subtitle.quickButton.translationPositionTop":"\u0641\u064A \u0627\u0644\u062C\u0632\u0621 \u0627\u0644\u0639\u0644\u0648\u064A \u0645\u0646 \u0627\u0644\u0646\u0635 \u0627\u0644\u0623\u0635\u0644\u064A","subtitle.quickButton.sourceTextColor":"\u0644\u0648\u0646 \u0627\u0644\u062E\u0637 \u0627\u0644\u0623\u0635\u0644\u064A","subtitle.quickButton.green":"\u0627\u0644\u0644\u0648\u0646 \u0627\u0644\u0623\u062E\u0636\u0631","subtitle.quickButton.sourceFontSize":"\u062D\u062C\u0645 \u0627\u0644\u062E\u0637 \u0627\u0644\u0623\u0635\u0644\u064A","subtitle.quickButton.blue":"\u0627\u0644\u0644\u0648\u0646 \u0627\u0644\u0623\u0632\u0631\u0642","subtitle.quickButton.translationFontSize":"\u062D\u062C\u0645 \u062E\u0637 \u0627\u0644\u0646\u0635 \u0627\u0644\u0645\u062A\u0631\u062C\u0645",attachSubtitleTranslating:"\u0627\u0633\u062A\u062E\u062F\u0645 {service} \u0644\u0644\u062A\u0631\u062C\u0645\u0629...","error.claude.403":"\u0644\u0627 \u062A\u0648\u062C\u062F \u0635\u0644\u0627\u062D\u064A\u0629 \u0645\u0624\u0642\u062A\u0629 \u0644\u0644\u0648\u0635\u0648\u0644 \u0625\u0644\u0649 \u0627\u0644\u062E\u062F\u0645\u0629\u060C \u0642\u062F \u064A\u0643\u0648\u0646 \u0630\u0644\u0643 \u0645\u0631\u062A\u0628\u0637\u064B\u0627 \u0628\u0627\u0644\u0642\u064A\u0648\u062F \u0627\u0644\u062C\u063A\u0631\u0627\u0641\u064A\u0629 \u0644\u0640 Claude \u060C \u064A\u0645\u0643\u0646\u0643 \u0645\u062D\u0627\u0648\u0644\u0629 \u062A\u063A\u064A\u064A\u0631 \u0639\u0646\u0648\u0627\u0646 IP \u0627\u0644\u062E\u0627\u0635 \u0628\u0643 \u060C \u0623\u0648 \u0627\u0633\u062A\u062E\u062F\u0627\u0645 \u062E\u062F\u0645\u0627\u062A \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0623\u062E\u0631\u0649.","browser.brandDescriptionForSafari":"\u3010\u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u063A\u0627\u0645\u0631\u0629\u3011 \u0625\u0636\u0627\u0641\u0629 \u0645\u062C\u0627\u0646\u064A\u0629 \u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0635\u0641\u062D\u0627\u062A \u0627\u0644\u062B\u0646\u0627\u0626\u064A\u0629 \u0627\u0644\u0644\u063A\u0629 (\u0627\u0644\u0646\u0635 \u0627\u0644\u0623\u0635\u0644\u064A / \u0627\u0644\u062A\u0631\u062C\u0645\u0629)\u060C \u062A\u062F\u0639\u0645 \u0641\u064A \u0627\u0644\u0648\u0642\u062A \u0646\u0641\u0633\u0647 \u062A\u0631\u062C\u0645\u0629 PDF \u0648\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0643\u062A\u0628 \u0627\u0644\u0625\u0644\u0643\u062A\u0631\u0648\u0646\u064A\u0629 EPUB \u0645\u0639 \u0627\u0644\u062D\u0641\u0627\u0638 \u0639\u0644\u0649 \u062A\u0646\u0633\u064A\u0642 \u0627\u0644\u0648\u062B\u064A\u0642\u0629 \u0627\u0644\u0623\u0635\u0644\u064A\u0629\u060C \u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u062A\u0631\u062C\u0645\u0627\u062A \u0627\u0644\u062B\u0646\u0627\u0626\u064A\u0629 \u0627\u0644\u0644\u063A\u0629 \u0644\u0644\u0641\u064A\u062F\u064A\u0648\u0647\u0627\u062A \u0639\u0644\u0649 \u0627\u0644\u0625\u0646\u062A\u0631\u0646\u062A \u0645\u062B\u0644 Youtube/Netflix\u060C \u062A\u062F\u0639\u0645 \u062E\u062F\u0645\u0627\u062A \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0631\u0626\u064A\u0633\u064A\u0629 \u0645\u062B\u0644 Deepl/Google\u061B","browser.PdfProFile":"\u062A\u0631\u062C\u0645\u0629 PDF Pro \u0628\u062F\u0639\u0645 \u0645\u0646 \u0627\u0644\u0630\u0643\u0627\u0621 \u0627\u0644\u0627\u0635\u0637\u0646\u0627\u0639\u064A","browser.textTranslate":"\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0646\u0635"};var B4={nologin:"nicht eingeloggt",loginForSafari:"Anmelden oder Registrieren",login:"Anmelden, um eine Mitgliedschaft zu er\xF6ffnen",manageAccount:"Verwaltete Konten",openPremium:"Offene Mitgliedschaft",logout:"Abbrechen",curentPlan:"Aktuelle Pakete",endAt:"Verfallsdatum",endAuto:"automatische Erneuerung",lineBreakMaxTextCount:"Maximal zul\xE4ssige Anzahl von Zeichen pro Satz nach Zeilenumbr\xFCchen","translate-pdf":"Zum \xDCbersetzen PDF anklicken","noSupportTranslate-pdf":"Script nicht unterst\xFCtzt, bitte Plugin verwenden","translate-firefox-local-pdf":"Klicken Sie, um zu PDF importieren zu gelangen",enableLineBreak:"Automatischen Zeilenvorschub f\xFCr lange Abs\xE4tze aktivieren",sponsorLabel:"$1 Gesponserte Entwickler",help:"Hand",browserShortcutsNoteForFirefox:'Um die Verkn\xFCpfungen in Firefox zu \xE4ndern, m\xFCssen Sie die Seite f\xFCr die Verwaltung der Erweiterungen "about:addons" \xF6ffnen, dann auf "Einstellungen" und dann auf "Verkn\xFCpfungen verwalten" klicken, um die Verkn\xFCpfungen festzulegen.',browserShortcutsNoteForChrome:'Um Verkn\xFCpfungen in Chrome zu \xE4ndern, m\xFCssen Sie die Seite f\xFCr die Verwaltung von Erweiterungen \xF6ffnen, sie im Bereich "Verkn\xFCpfungen verwalten" festlegen (chrome://extensions/shortcuts) und auf die Schaltfl\xE4che unten klicken, um zur Seite f\xFCr die Verwaltung von Verkn\xFCpfungen zu gelangen.',browserShortcutsSucks:"Benutzerdefinierte Tastenkombinationen werden wie folgt formatiert (es erfolgt keine automatische Erkennung, bitte direkt eingeben)\uFF1A",enableLineBreakDescription:"Wenn diese Funktion aktiviert ist, werden in langen Abs\xE4tzen am Ende jedes Satzes Zeilenumbr\xFCche eingef\xFCgt, um die Lesbarkeit zu verbessern.","browser.shortBrandName":"Immersions\xFCbersetzung","browser.brandName":"Immersion Translation: Bilinguale Webseiten & PDF \xDCbersetzung","browser.brandDescription":"Bilingual web page translation, also supports PDF translation, bilingual Epub eBook translation, free to use.","browser.toggleTranslatePage":"Seite \xFCbersetzen/ Originaltext anzeigen","browser.toggleTranslateTheWholePage":"Alle Bereiche der Seite \xFCbersetzen/den Originaltext anzeigen","browser.toggleOnlyTransation":"Wechseln Sie in den Zweisprachen-/Nur-\xDCbersetzungsmodus","browser.toggleTranslateToThePageEndImmediately":"Sofortige \xDCbersetzung am Ende der Seite/Anzeige des Originaltextes","browser.toggleTranslateTheMainPage":"Den Hauptbereich der Seite \xFCbersetzen/den Originaltext anzeigen","browser.shareToDraft":"Zweisprachige Seiten teilen","browser.openOptionsPage":"\xD6ffnen Sie die Einstellungsseite","browser.toggleTranslationMask":"Translationsunsch\xE4rfe-Effekt ein-/ausblenden","browser.translateLocalPdfFile":"Lokale PDF-Dateien \xFCbersetzen","browser.openEbookViewer":"Lokale eBooks lesen","browser.openEbookBuilder":"Zweisprachige EPUB eBooks erstellen","browser.translateLocalHtmlFile":"HTML/Txt-Dateien \xFCbersetzen","browser.donateContext":"Erfahren Sie mehr \xFCber die Vorteile eines Sponsors","browser.translateLocalSubtitleFile":"Lokale Untertiteldateien \xFCbersetzen",confirmResetConfig:"Sind Sie sicher, dass Sie die Einstellungen zur\xFCcksetzen wollen?",translationLineBreakSettingTitle:"\xDCbersetzung Zeilenvorschubeinstellung",smartLineBreak:"Smart Line Feed (Berechnung)",alwaysLineBreak:"Immer Zeilenvorschub",isShowContextMenu:"Hinzuf\xFCgen \xFCbersetzter Seiten zu Rechtsklick-Men\xFCpunkten",toggleBeta:"Aktivieren von Beta-Testfunktionen",betaDescription:"Aktivieren Sie Funktionen, die noch experimentell sind, sowie einen \xDCbersetzungsdienst in der Beta-Phase. Treten Sie der <1>Telegram-Gruppe bei, um mehr zu erfahren.",translationLineBreakSettingDescription:"Bei Seiten mit wenig Inhalt sind die Zeilenumbr\xFCche immer ordentlich und \xFCbersichtlich. (Verwenden Sie intelligente Zeilenumbr\xFCche in langen, inhaltsreichen Abs\xE4tzen (mehr als{count}Zeichen), um Platz zu sparen).",tempTranslateDomainTitle:"Dauer des vor\xFCbergehenden Einschaltens der Website-\xDCbersetzung",tempTranslateDomainDescription:"Wenn Sie eine Webseite manuell \xFCbersetzen, schalten Sie die Website vor\xFCbergehend f\xFCr die automatische \xDCbersetzung ein, und Sie k\xF6nnen die vor\xFCbergehende Dauer festlegen.",xMinutes:"{count} Minuten",disabled:"die Verwendung von etw. untersagen",changelog:"Protokoll aktualisieren",toggleTranslatePageWhenThreeFingersOnTheScreen:"Gleichzeitiges Ber\xFChren des Bildschirms mit mehreren Fingern \xFCbersetzt Webseiten/zeigt den Originaltext an",toggleTranslationMaskWhenThreeFingersOnTheScreen:"Durch Ber\xFChren mit mehreren Fingern wird der Unsch\xE4rfeeffekt ein- und ausgeblendet.",fingerCountToToggleTranslagePageOnlyTranslationWhenTouching:"Wenn Sie mit mehreren Fingern gleichzeitig den Bildschirm ber\xFChren, wird die Webseite \xFCbersetzt (nur \xDCbersetzung) bzw. der Originaltext angezeigt.",addUrlDescription:"Kann ein Dom\xE4nenname sein und unterst\xFCtzt auch Wildcards, z. B.\uFF1A*.google.com, google.com/mail/*, https://www.google.com/*",general:"Grundeinstellungen",clickToExpandConfig:"Aktuelle Konfiguration erweitern",import:"Aus Datei importieren",export:"In Datei exportieren",toggleDebug:"Das Debug-Protokoll auf der Konsole ausgeben","fingers.0":"Klageschrift","fingers.2":"Zwei-Finger-Ber\xFChrung","fingers.3":"Drei-Finger-Ber\xFChrung","fingers.4":"Vier-Finger-Ber\xFChrung","fingers.5":"F\xFCnf-Finger-Ber\xFChrung",mouseHoldKey:"+ {key} \xDCbersetzen/Wiederherstellen des Absatzes",mouseHoldKeyAuto:"Direkte \xDCbersetzung des Absatzes",mouseHoldKeyOff:"Tun Sie nichts.",mouseHoldKeyOther:"Benutzerdefinierte Tastenkombinationen (Einstellungen \xF6ffnen)",mouseHoldKeyCustomKey:"{key} \xDCbersetzung/K\xFCrzung des Absatzes",mouseHoverHoldKey:"\xDCbersetzen Sie Abs\xE4tze, indem Sie die Tastenkombination dr\xFCcken, w\xE4hrend Sie mit der Maus dar\xFCber fahren.","mouse-translate":"Mauszeiger",document:"(Computer-)Datei",resetSuccess:"Alle Einstellungen erfolgreich zur\xFCcksetzen",resetThisSuccess:"Zur\xFCcksetzen erfolgreich",saved:"Erfolgreich speichern",successImportConfig:"Erfolgreich importierte Konfiguration",goAdvancedSettings:"Gehen Sie zur Seite Erweiterte Einstellungen",goAdvancedInterfaceSettings:"Gehen Sie zur Seite Erweiterte Anpassungseinstellungen",advanced:"Erweiterte Einstellungen",advancedDescription:"In der Regel sind keine Einstellungen erforderlich, belassen Sie es bei der Standardeinstellung. Nur f\xFCr spezialisiertere Benutzer sind mehr personalisierte Einstellungen verf\xFCgbar.",developer:"Einstellungen f\xFCr Entwickler",donateCafe:"Preise","translate to the bottom of the page":"Wird sie unmittelbar nach dem Betreten der Seite an das Ende der Seite \xFCbersetzt?",feedback:"Frage Feedback",toggleTranslatePage:"Seite \xFCbersetzen/ Originaltext anzeigen",translateToThePageEndImmediatelyDescription:"Wenn Sie die Funktion einschalten, wird der Inhalt sofort bei der Eingabe vom oberen zum unteren Rand der Seite \xFCbersetzt. Wenn Sie die Funktion ausschalten, wird der Inhalt w\xE4hrend des Lesens \xFCbersetzt. (Nicht empfohlen)","translate all areas of the page":"Ob alle Bereiche der Seite \xFCbersetzt werden sollen",translationAreaDescription:"Ist die Option aktiviert, werden alle Bereiche der gesamten Webseite \xFCbersetzt. Wenn Sie die Option ausschalten, wird die standardm\xE4\xDFige intelligente Erkennung verwendet und nur die Hauptbereiche werden \xFCbersetzt. (Es wird nicht empfohlen, diese Funktion einzuschalten)","the number of characters to be translated first":"\xDCbersetzen Sie direkt die ersten Zeichen der Seite, ohne zu warten, bis der Anzeigebereich angezeigt wird.","interface language":"Interface-Sprache","display both the original text and the translation":"Gleichzeitige Anzeige von Original und \xDCbersetzung","keyboard shortcuts":"Tastaturkurzbefehle",modify:"Tastenkombinationen \xE4ndern",reset:"reprovision",close:"Klageschrift",homepage:"Homepage",more:"mehr",moreOptions:"Erweitern Sie Ihre Anpassungsoptionen",translateTheWholePage:"Alle Bereiche der Seite \xFCbersetzen (im Gegensatz zu einer intelligenten Erkennung der Hauptbereiche)",changeToTranslateTheWholePage:"Umschalten auf die \xDCbersetzung aller Regionen",changeToTranslateTheMainPage:"Zum Hauptbereich \xDCbersetzen wechseln",changeToOnlyTranslationMode:"Umschalten, um nur \xDCbersetzungen anzuzeigen",changeToDualTranslationMode:"Umschalten auf zweisprachige \xDCbersetzung",translateToThePageEndImmediately:"Sofortige \xDCbersetzung an das Ende der Seite",translateTheMainPage:"Intelligente \xDCbersetzung Schl\xFCsselregionen","The local rules are up to date":"Die \xF6rtlichen Anpassungsvorschriften sind auf dem neuesten Stand.","Successfully synchronized with the latest official rules:":"Erfolgreich synchronisiert mit den neuesten offiziellen Anpassungsregeln.","Checking for updates":"Pr\xFCfen auf Aktualisierungen","Rules are being synchronized":"Anpassungsregeln werden synchronisiert",localVersionIsTooOld:"Die Version der lokalen Erweiterung ist zu alt. Bitte aktualisieren Sie die Erweiterung auf {minVersion} oder eine neuere Version, bevor Sie versuchen zu synchronisieren.",badUserscriptBrowser:"Der aktuelle Browser implementiert die Schnittstelle der Grease Monkey-Erweiterung nicht korrekt (z. B. um Informationen \xFCber die Versionsnummer des Grease Monkey-Skripts selbst zu erhalten). Bitte verwenden Sie andere Browser, die die <1>Grease Monkey-Erweiterung unterst\xFCtzen, wie z. B. Firefox.",foundNewVersion:"Entdecken Sie die neue Version",theLocalExtensionIsUpToUpdate:"Die aktuelle Erweiterung ist auf dem neuesten Stand.",failToSyncRules:"Fehlende Synchronisierung der neuesten Anpassungsregeln",retry:"Klicken Sie hier, um es erneut zu versuchen",failedReason:"Gr\xFCnde f\xFCr das Scheitern",currentRuleVersion:"Aktuelle Regelversion",calculating:"Berechnungen",unknownError:"unbekannter Fehler",canNotFetchRemoteRule:"Remote-Regeln k\xF6nnen nicht abgerufen werden",enableAlphaSuccess:"Alpha aktiviert",disableAlphaSuccess:"Die Alpha-Funktion wurde ausgeschaltet.",cacheSize:"Cache-Gr\xF6\xDFe\uFF1A",cleaning:"in Liquidation befindlich",cleanCache:"den Cache l\xF6schen",options:"aufstellen",about:"in Bezug auf",service:"Dolmetscherdienst",needAction:"(Gehe zu Einstellungen)",goSettings:"loslegen und einrichten",needActionForOptions:"(noch einzurichten)",translationEngine:"Motor Optionen",sourceLanguage:"Originalsprache",target:"Zielsprache",popupSourceLanguage:"Originalsprache",popupTarget:"Zielsprache",popupService:"Dolmetscherdienst",forThisSite:"Aktuelle Website",autoEnableSubtitle:"Automatisches \xD6ffnen von zweisprachigen Untertiteln",alwaysTranslate:"\xDCbersetzen Sie immer",neverTranslate:"Niemals \xFCbersetzen",alwaysTranslateSomeLanguage:"\xDCbersetzen Sie immer {language}",neverTranslateSomeLanguage:"Niemals \xFCbersetzen {language}",alwaysTranslateSomeSite:"\xDCbersetzen Sie immer {hostname}",neverTranslateSomeSite:"Niemals \xFCbersetzen {hostname}",alwaysTranslateSomeSiteOrWildSite:"\xDCbersetzen Sie immer die Website",alwaysTranslateSomePage:"\xDCbersetzen Sie die Seite immer",add:"erh\xF6hen.",default:"Standard (Einstellung)",forThisLanguage:"F\xFCr diese Sprache\uFF1A","add url":"URL eingeben",edit:"Compiler","translate other languages into specific language":"\xDCbersetzen Sie andere Sprachen in Ihre eingestellte Sprache","select translation service":"W\xE4hlen Sie einen \xDCbersetzungsdienst",language:"Mehrsprachigkeit","show-original":"Originaltext anzeigen",translate:"Rendering",Translated:"\xFCbersetzt",Translating:"in \xDCbersetzung",Error:"falsch",allowCacheTranslations:"Aktivieren Sie das lokale \xDCbersetzungscaching (um \xDCbersetzungsanfragen f\xFCr doppelte Passagen zu reduzieren)","translation display":"Anzeigestil der \xDCbersetzung","select diplay style":"Unterscheiden Sie die verschiedenen \xDCbersetzungsstile anhand der folgenden Beispiele",interface:"Interface-Einstellungen",import_export:"Import/Export",import_export_title:"Konfiguration importieren/exportieren",syncToGoogleDrive:"Jetzt mit Google Drive synchronisieren",floatBallOptions:"Hoverball-Einstellungen","floatBallOptions.enable":"Hoverball freischalten","floatBallOptions.blockUrls":"Website deaktivieren","floatBallOptions.add":"erh\xF6hen.","floatBallOptions.blockUrlDesc":"Schwebeb\xE4lle werden nicht angezeigt, wenn die folgenden Websites aufgerufen werden","floatBallOptions.clickType":"Klickverhalten","floatBallOptions.clickTypeDesc":"Verhalten des Hoverball-Symbols beim Anklicken","floatBallOptions.clickPopup":"\xDCbersetzungspanel anzeigen","floatBallOptions.clickTranslate":"\xDCbersetzung/Anzeige des Originaltextes","floatBallOptions.fixedPosition":"\u56FA\u5B9A\u4F4D\u7F6E","floatBallOptions.fixedPositionDesc":"\u60AC\u6D6E\u7403\u5728\u7A97\u53E3\u5DE6\u4FA7\u8FD8\u662F\u53F3\u4FA7","floatBallOptions.fixedPositionLeft":"\u5DE6\u4FA7","floatBallOptions.fixedPositionRight":"\u53F3\u4FA7",previewAllThemes:"Vorschau aller Stile","translationTheme.none":"nicht haben","translationTheme.grey":"dunkelgrau","translationTheme.dashed":"gepunktete Unterstreichung","translationTheme.dotted":"gepunkteter Unterstrich","translationTheme.dashedBorder":"gepunkteter Rand","translationTheme.solidBorder":"feste Umrandung","translationTheme.underline":"Unterstreichen Sie gerade Linien","translationTheme.mask":"Fuzzy-Effekte (Lernmodi)","translationTheme.opacity":"Transparenz-Effekt","translationTheme.paper":"Wei\xDFes Papier Schatteneffekt","translationTheme.dividingLine":"Trennungslinie","translationTheme.highlight":"hohe Helligkeit","translationTheme.marker":"Markierung (Lehnwort)","translationTheme.marker2":"Markierung 2","translationTheme.blockquote":"Referenzierungsstile","translationTheme.weakening":"Schw\xE4chung","translationTheme.italic":"Schr\xE4gschrift","translationTheme.bold":"eindicken","translationTheme.thinDashed":"d\xFCnne gepunktete Linie, Unterstrich","translationTheme.nativeDashed":"Das System ist mit einem gepunkteten Unterstrich versehen","translationTheme.nativeDotted":"System kommt mit gepunktetem Unterstrich","translationTheme.nativeUnderline":"Das System wird mit einer geraden Linie unterstrichen","translationTheme.wavy":"gewellte Linie","translationServices.custom":"Benutzerdefinierte API","translationServices.tencent":"Tencent \xDCbersetzer","translationServices.tenAlpha":"Tencent \xDCbersetzer (Alpha)","translationServices.google":"Google \xDCbersetzen","translationServices.bai":"Baidu (Alpha)","translationServices.baidu":"Baidu's \xDCbersetzung","translationServices.aliyun":"AliCloud \xDCbersetzung","translationServices.volc":"Vulkan\xFCbersetzung","translationServices.deeplx":"DeepLX (Beta)","translationServices.bing":"Microsoft \xDCbersetzen","translationServices.deepl":"DeepL","translationServices.wechat":"WeChat \xDCbersetzung","translationServices.azure":"Azure-\xDCbersetzung","translationServices.ibm":"IBM Watson","translationServices.aws":"Amazonas-\xDCbersetzung","translationServices.mock":"Simulierte \xDCbersetzung","translationServices.mock2":"Simulierte \xDCbersetzung 2","translationServices.caiyun":"lit. bunte Wolken und kleine \xDCbersetzungen","translationServices.cai":"Bunte Wolken (Alpha)","translationServices.volcAlpha":"Vulkan (Alpha)","translationServices.openl":"OpenL","translationServices.youdao":"Youtube-\xDCbersetzung","translationServices.you":"Youdao \xDCbersetzer (Alpha)","translationServices.transmart":"Tencent Interactive \xDCbersetzung","translationServices.niu":"Maverick Translator","translationServices.papago":"Papago \xDCbersetzung","translationServices.d":"D (Alpha)","translationServices.dpro":"D Pro (Kanarienvogel)","translationServices.openai":"OpenAI","translationServices.yandex":"Yandex","translationServices.chatgpt":"ChatGPT Web(3.5 mobil)","translate title":"Seitentitel \xFCbersetzen","always languages":"\xDCbersetzen Sie immer die Sprache",neverTranslateLanguagesLabel:"Die Sprache, die nie \xFCbersetzt werden wird",neverTranslateTheFollowingLanguagesDescription:"\xDCbersetzungen werden \xFCbersprungen, wenn ein Absatz auf der Seite in einer der folgenden Sprachen vorliegt",enableUserscriptPagePopup:"Schwebeball auf der Seite anzeigen",enableUserscriptPagePopupDescription:"Nachdem Sie den Hoverball ausgeschaltet haben, k\xF6nnen Sie ihn mit dem Shortcut /{touch}wieder aufrufen. Es wird dringend empfohlen, diese Einstellungsseite als Lesezeichen zu speichern, um zu verhindern, dass der Hoverball nach dem versehentlichen Ausschalten dieser Option nicht mehr gefunden wird!","always translate the following languages":"\xDCbersetzt automatisch in die Zielsprache, wenn die Seite in einer der folgenden Sprachen vorliegt","always sites":"Immer \xFCbersetzte Websites","always translate the following sites":"Websites werden automatisch in die Zielsprache \xFCbersetzt, wenn es sich um die Domainnamen von","never sites":"Nie \xFCbersetzte Website","never translate the following sites":"\xDCbersetzungen werden nicht durchgef\xFChrt, wenn die Website f\xFCr die folgenden Domains bestimmt ist","please refer to":"Sie m\xFCssen den Schl\xFCssel ausf\xFCllen, bevor Sie ihn verwenden k\xF6nnen.",KeyAndConfigurationTutorial:"Tutorial zur Anwendung und Konfiguration von Schl\xFCsseln",useAboveStyleForTheseSites:"Verwenden Sie immer den \xDCbersetzungsstil \u2308{theme}\u230B, wenn die Website f\xFCr die folgenden Domains bestimmt ist",currentUrl:"Aktuelle URL",confirm:"Speichern (einer Datei usw.) (Informatik)",cancel:"Stornierungen",delete:"entfernen","languages.auto":"automatische Erkennung",syncToCloud:"Mit Google Drive synchronisieren",syncToCloudDescription:"Die in die Cloud hochgeladene Konfiguration kann zwischen verschiedenen Browsern bzw. Grease-Monkey-Skripten synchronisiert werden, je nachdem, was zuletzt ge\xE4ndert wurde.",syncToAccount:"Synchronisierung mit der Immersive Translation Cloud",syncToAccountButton:"Sofortige Synchronisierung mit der Cloud",syncToAccountDescription:"Automatische Synchronisierung von Konfigurationen zwischen verschiedenen Ger\xE4ten, je nachdem, was zuletzt ge\xE4ndert wurde.",successSyncConfigInAccount:"Erfolgreiche Synchronisierung mit der Cloud",successSyncConfigToAccount:"Erfolgreiche Synchronisierung mit der Cloud",syncConfigNoUpdate:"Sie ist bereits auf dem neuesten Stand.",authFail:"Autorisierungsfehler",syncTitle:"Manuelles Backup-Management",import_hint:"importieren (Daten)",upload:"hochladen",revokeAuth:"eine Zulassung widerrufen",uploadFail:"Upload fehlgeschlagen",download:"Herunterladen von",importSuccess:"Erfolgreich importiert",importFail:"Importfehler",deleteFail:"L\xF6schen fehlgeschlagen",backupToCloud:"Manuelle Verwaltung von Sicherungsdateien",create_new_backup:"Einen neuen Sicherungsknoten hinzuf\xFCgen",maxBackupFiles:"Es k\xF6nnen bis zu{count}verschiedene Nodes gesichert werden, bitte l\xF6schen Sie die Nodes, die Sie nicht ben\xF6tigen.",backupToCloudDescription:"Manuelles Hochladen oder Wiederherstellen von Sicherungsdateien, wobei bis zu 3 verschiedene Sicherungen m\xF6glich sind",successSyncConfig:"Erfolgreiche Synchronisierung mit der Cloud",syncFail:"Synchronisationsfehler",updatedAt:"Aktualisiert von {date}",lastSyncedAt:"Zuletzt gepr\xFCft unter {date}",downloadFail:"Download fehlgeschlagen",clickToDownload:"Klicken Sie zum Herunterladen",aboutLabel:"\xDCber - Feedback","browser.openAboutPage":"\xDCber/Feedback",aboutLabelWithoutSponsor:"\xDCber - Feedback",aboutIntro:"M\xF6gen wir alle einen einfacheren und angenehmeren Zugang zu der riesigen Menge fremdsprachiger Informationen im Internet haben \u2764\uFE0F Sie k\xF6nnen Ihre <6>Pro-Mitgliedschaft aktivieren, um die sofort einsetzbaren DeepL und OpenAI-\xDCbersetzungen zu nutzen.

Sie k\xF6nnen uns auf <3>Twitter, <4>Telegram, Weibo, WeChat folgen oder <5>sich in unsere Mailingliste eintragen, um Updates zu erhalten.
<7>Pro-Mitglieder k\xF6nnen uns unter <8>support@immersivetranslate.com kontaktieren, um schnellen Kundenservice zu erhalten.",aboutIntroWithoutSponsor:"M\xF6gen wir alle einen leichteren und angenehmeren Zugang zu der enormen Menge an fremdsprachlichen Informationen haben, die im Internet zur Verf\xFCgung stehen \u2764\uFE0F

Sie k\xF6nnen uns auf <3>Twitter, im <4>Telegram-Kanal, auf WeChat und WeChat Exchange folgen oder <5>sich unten per <5>E-Mail f\xFCr Updates <5>anmelden.",projectHomepage:"Projekt Heimat",joinTelegramGroup:"Treten Sie der Benutzergruppe bei, um an Diskussionen \xFCber Funktionen teilzunehmen.",wechatPublicAccount:"WeChat \xD6ffentlich",wechatCommunities:"WeChat Austauschgruppe",qqCommunities:"QQ Kommunikationskanal",joinTelegramChannel:"Folgen Sie dem Telegram-Kanal f\xFCr aktuelle Updates",feedbackAndJoin:"Frage Feedback / Gruppe hinzuf\xFCgen",autoSync:"automatische Zeitsynchronisation",loadingThemeTitle:"Stil laden",loadingThemeDescription:"Einstellen des Stils beim Warten auf das Laden der \xDCbersetzung","loadingTheme.spinner":"Animation zum Drehen","loadingTheme.text":"etw. in statischer Schrift ","loadingTheme.none":"nicht gezeigt",developerDescription:"Die Dokumentation zur erweiterten Anpassung finden Sie <1>hier","edit border color":"\xC4ndern Sie die Farbe des Rahmens",successSyncButNoChange:"Die aktuelle Konfiguration ist mit der Cloud konsistent",customTheme:"Individuelle Farben und Gr\xF6\xDFen","customThemeLabel.borderColor":"Farbe der Umrandung","customThemeLabel.borderRadius":"Abgerundete Kanten","customThemeLabel.textColor":"Textfarbe","customThemeLabel.backgroundColor":"Hintergrundfarbe","customThemeLabel.zoom":"Skalierung der Schrift (%)","customThemeLabel.opacity":"Text-Opazit\xE4t (%)",resetToDefaultColor:"Wiederherstellung der Standardfarben",resetToDefaultSettings:"Wiederherstellen der Standardeinstellungen",isTranslateTitle:"\xDCbersetzung der Seitentitel aktivieren",isTranslateTitleDescription:"Beim \xD6ffnen wird der Seitentitel \xFCbersetzt",enableSearchEnhancement:"Erm\xF6glichung der zweisprachigen Erweiterung von Nachrichten",enableSearchEnhancementDescription:'Sobald diese Funktion aktiviert ist, werden die Suchergebnisse von "Google News" automatisch in der rechten Spalte der unterst\xFCtzten Websites (Google News, Google Search (einige Suchbegriffe), Snowball, Oriental Fortune, Futura, Tiger Community) f\xFCr die entsprechenden englischen Suchbegriffe angezeigt.',verifyService:"Klicken Sie hier, um den Dienst zu testen",verified:"Erfolg \xFCberpr\xFCfen","field.langs":"Unterst\xFCtzte Sprachcodes","field.model":"Modellierung","field.translationEngine":"\xDCbersetzungsmotor","field.limitPerMinute":"Maximale Anfragen pro Minute","field.limitPerSecond":"Maximale Anzahl von Anfragen pro Sekunde","field.maxTextLengthPerRequest":"Maximale Textl\xE4nge pro Anfrage","field.maxTextGroupLengthPerRequest":"Maximale Anzahl von Abs\xE4tzen pro Anfrage","field.apiUrl":"Adresse der benutzerdefinierten API-Schnittstelle","field.placeholderDelimiters":"reservierter Platzhalter","description.custom":"Benutzerdefinierte Schnittstelle Zugriff Dokumentation erforderlich","description.limitPerMinute":"Anfragen, die diese Grenze \xFCberschreiten, werden bis zum Beginn der n\xE4chsten Minute in eine Warteschlange gestellt. Aufgrund der verschiedenen Einschr\xE4nkungen von OpenAIs aktuellem Service, klicken Sie bitte <1>hier f\xFCr die neuesten vorgeschlagenen Werte","description.limitPerSecond":"Anfragen, die diese Grenze \xFCberschreiten, werden bis zum Beginn der n\xE4chsten Sekunde in eine Warteschlange gestellt. Aufgrund der verschiedenen Einschr\xE4nkungen von OpenAIs aktuellem Service, klicken Sie bitte <1>hier f\xFCr die neuesten vorgeschlagenen Werte","description.generalLimitPerSecond":"Anfragen, die diese Grenze \xFCberschreiten, werden bis zum Beginn der n\xE4chsten Sekunde in eine Warteschlange gestellt.","description.prompt":"Gespr\xE4che, die im Namen des Benutzers an {service} gesendet werden, wobei {{text}} den Textinhalt des Absatzes darstellt, {{from}} die Sprache des Absatzes und {{to}} die Zielsprache.","description.maxTextLengthPerRequest":"Die maximale Anzahl von Zeichen pro Anfrage ist zu gro\xDF, so dass die Schnittstelle langsam reagiert. Versuchen Sie daher, diese Option anzupassen, um die Geschwindigkeit zu optimieren.","description.systemPrompt":"Gespr\xE4che, die im Namen des Systems an {service} gesendet werden, wobei {{text}} den Textinhalt des Absatzes darstellt, {{from}} die Sprache des Absatzes und {{to}} die Zielsprache.","field.domain":"Bereich","description.domain":"Der Standardwert ist\uFF1Ageneral. Kann nur gesetzt werden, wenn die Dom\xE4nen\xFCbersetzung in der Arima API-Konsole aktiviert ist, siehe <1>hier f\xFCr unterst\xFCtzte Dom\xE4nen","field.scene":"Nehmen Sie","description.scene":"Der Standardwert ist\uFF1Ageneral. Kann nur eingestellt werden, wenn die AliCloud-API-Konsole Machine Translation Pro \xF6ffnet, siehe <1>hier f\xFCr unterst\xFCtzte Szenarien","field.vocabId":"Benutzerw\xF6rterbuch-ID","description.vocabId":"Das angegebene W\xF6rterbuch out_id unterst\xFCtzt derzeit die \xDCbersetzung Englisch-Chinesisch.","description.model":"OpenAI-Modelle, z.B. gpt-3.5-turbo, gpt-4, etc.","description.maxTextGroupLengthPerRequest":"Die Anzahl der Abs\xE4tze, die gleichzeitig an den \xDCbersetzungsdienst gesendet werden. Wenn es zu viele Abs\xE4tze sind, kann dies dazu f\xFChren, dass die Schnittstelle langsamer reagiert.","description.apiUrl":"Bitte f\xFCgen Sie spezifische URLs mit Pfaden, <1>mehr Beschreibung",enabledExtension:"Aktivieren von Erweiterungen",clickToDisableExtension:"Klicken Sie hier, um Erweiterungen zu deaktivieren",clickToEnableExtension:"Klicken Sie, um Erweiterungen zu aktivieren",hasBeenDisabled:"deaktiviert","show password":"Passwort anzeigen",customContent:"Eingabe eines benutzerdefinierten Modellnamens",inputOptions:"Erweiterung des Eingabefeldes",mouseHoverOptions:"Mauszeiger",modifyMouseHoverKey:"Mauszeiger-Kurzbefehl \xE4ndern",enableInputTranslation:"Ob die Erweiterung des Eingabefeldes aktiviert werden soll",enableInputTranslationDescription:"Nach der Aktivierung geben Sie {startingKey}{startingKey} hallo direkt in das Eingabefeld ein und dr\xFCcken dann schnell{inputTrailingTriggerKeyRepeatTimes}mal{trailingKey}, um in {inputTargetLanguage}zu \xFCbersetzen.",enableInputTranslationDescriptionForNoneKey:"Nach der Aktivierung geben Sie\uFF1AHello World direkt in das Eingabefeld ein und dr\xFCcken dann schnell{inputTrailingTriggerKeyRepeatTimes}{trailingKey}, um in die Standardzielsprache zu \xFCbersetzen.",inputTargetLanguage:"Einstellung der Standard-Zielsprache f\xFCr Eingabefelder",inputTargetLanguageDescription:"Standard-Zielsprache f\xFCr die \xDCbersetzung von Eingabefeldern, d.h. {startingKey}{startingKey} als Standardsprache f\xFCr Triggerw\xF6rter",inputTargetLanguageDescriptionForNoneKey:"Standard-Zielsprache f\xFCr die \xDCbersetzung des Eingabefeldes",inputStartingTriggerKeyTitle:"Einstellung des Trennzeichens f\xFCr die Teil\xFCbersetzung des Eingabefeldes",inputStartingTriggerKeyDescription:"Wenn Sie nicht das gesamte Eingabefeld \xFCbersetzen m\xFCssen, k\xF6nnen Sie mit dem Splitter nur den Teil von {startingKey}{startingKey} bis zum Ende des Eingabefelds \xFCbersetzen, oder Sie k\xF6nnen den Sprachcode angeben, z. B.\uFF1A{startingKey}ja bedeutet, dass nur der Teil von {startingKey}ja bis zum Ende des Eingabefelds \xFCbersetzt wird.",inputStartingTriggerKeyDescriptionForNoneKey:'Die derzeitige Einstellung "kein Pr\xE4fix" wird nicht ben\xF6tigt, und die \xDCbersetzungsfunktion f\xFCr einige Texte im Eingabefeld ist derzeit nicht verf\xFCgbar.',inputTrailingTriggerKeyTitle:"W\xE4hlen Sie ein Ausl\xF6sezeichen f\xFCr das Ende eines Eintrags",inputTrailingTriggerKeyDescription:"3 schnelle Treffer{trailingKey} wird mit der \xDCbersetzung beginnen!",inputTrailingTriggerKeyTimeout:"Geben Sie die Zeit zwischen den Ausl\xF6sern f\xFCr das Ende des Kampfes ein.",inputTrailingTriggerKeyTimeoutDescription:"Legt die Zeit (in Millisekunden) zwischen den Combo-Triggern f\xFCr das Eingangsende fest",spaceKey:"<\u7A7A\u683C\u952E>",noneKey:"Direkte \xDCbersetzung des gesamten Textfeldes ohne Pr\xE4fixe",inputTranslationBlockUrlsTitle:"Aktivieren Sie die Eingabefelderweiterung in den folgenden URLs nicht",inputTranslationBlockUrlsDescription:"Die Erweiterungen der Eingabefelder funktionieren nicht bei den folgenden URLs",clickToSeeQuickDemo:"Klicken Sie hier, um das 30-Sekunden-Kurzanleitung-Video zu erweitern",inputHelperInfo:"Beschreibung\uFF1AWir haben die Tatsache optimiert, dass einige ausl\xF6sende Zeichen bei chinesischen Eingabemethoden zu chinesischen Satzzeichen werden, z. B. wird / bei der Sogou-Eingabemethode zu einem Dun-Zeichen, und Immersive Translator unterst\xFCtzt alle chinesischen Symbole, die den ausl\xF6senden Zeichen entsprechen, d. h. //,,, wird als ausl\xF6sendes Zeichen erkannt.

Wir unterst\xFCtzen auch chinesische Aliase f\xFCr Sprachcodes als Befehle, z.B. /Japanese Hello World wird ins Japanische \xFCbersetzt, <1>klicken Sie hier, um alle unterst\xFCtzten Sprachcodes zu sehen.",reloadCurrentPage:"Bitte aktualisieren Sie die aktuelle Seite, bevor Sie die \xDCbersetzung starten.",noLocalFilePermissionForPDF:"Sie haben keine Berechtigung, lokale Dateien zu lesen. Bitte klicken Sie auf die Schaltfl\xE4che oben und importieren Sie dann lokale Dateien.",noPermissionForThisPage:"\u26A0\uFE0F Keine Berechtigung zur \xDCbersetzung der aktuellen Seite",retryAllParagraphs:"Alle Fehlerpassagen erneut versuchen",retryAllButton:"Alle Fehlerpassagen erneut versuchen",errorTooltipTitle:"Klicken Sie, um die Ursache des Fehlers zu sehen",errorModalTitle:"Irgendetwas scheint mit dem \xDCbersetzungsdienst oder dem Netzwerk nicht in Ordnung zu sein...",disableConfirm:"Zweisprachige Information Enhancement Setting",disableOnce:"Diese Invalidit\xE4t",disableGlobal:"dauerhaft deaktivieren",disableTint:"* Sie k\xF6nnen sie unter {option} wieder aktivieren.",searchEnhancementNotes:'Wir haben festgestellt, dass die Nachrichtenergebnisse f\xFCr chinesische und englische Schl\xFCsselw\xF6rter sehr unterschiedlich sind. Nach der Aktivierung der Funktion "Immersive Translation Bilingual Information Enhancement" suchen wir f\xFCr Sie automatisch auf den unterst\xFCtzten Websites (Google News, Google Search (einige Schl\xFCsselw\xF6rter), Snowball, Oriental Wealth, Futura, Tiger) nach denselben Schl\xFCsselw\xF6rtern auf Englisch und zeigen sie auf der rechten Seite an. Sie k\xF6nnen diese Funktion deaktivieren, wenn Sie sie nicht ben\xF6tigen.',option:"aufstellen",saveSettings:"Einstellungen speichern",closeModal:"Fenster schlie\xDFen",enableInputTranslationWithoutTriggerKeyTitle:"Aktivieren Sie 3 Schnellzugriffe auf{trailingKey}, um das gesamte Eingabefeld direkt in{inputTargetLanguage}zu \xFCbersetzen.",enableInputTranslationWithoutTriggerKeyDescription:"Um die Zielsprache anzugeben, stellen Sie ihr den Sprachcode voran, z. B.\uFF1Aja Hello World",mouseHoverShortcutPlaceholder:"z.B.\uFF1AVerschiebung",deepLProName:"Immersive Translation Pro Mitglied (empfohlen)",deepLProDescription:"Das aktuelle Paket kann direkt verwendet werden",deeplProDescriptionForNormal:"Keine Einrichtung erforderlich, Mitglieder k\xF6nnen es nach der Anmeldung nutzen, <1>klicken Sie hier, um Mitglied zu werden",deepLCustomDescription:"Ausl\xE4ndische Kreditkarte erforderlich, offiziell er\xF6ffnet unter <1>DeepL, klicken Sie f\xFCr die <2>Dokumentation",deepLCustomName:"Benutzerdefinierter Authentifizierungsschl\xFCssel",chooseProviderLabel:"W\xE4hlen Sie einen Dienstanbieter",openaiProName:"Immersive Translation Pro Mitglied (empfohlen)",openaiProDescription:"Das aktuelle Paket kann direkt verwendet werden",openaiProDescriptionForNormal:"Keine Einrichtung erforderlich, Mitglieder k\xF6nnen es nach der Anmeldung nutzen, <1>klicken Sie hier, um Mitglied zu werden",openaiCustomDescription:"Verf\xFCgbar auf OpenAI, Azure OpenAI oder anderen Diensten von Drittanbietern, <1>klicken Sie hier f\xFCr die Dokumentation",openaiCustomName:"Benutzerdefinierter API-Schl\xFCssel",needLoginAction:"(Offene Mitgliedschaft oder Anpassung)",goLoginOrAction:"(\xD6ffnen Sie eine Mitgliedschaft oder gehen Sie zu den Einstellungen)",yearly:"eine fortlaufende j\xE4hrliche Zahlung leisten",quarterly:"sequenzieller Umschlag",monthly:"Monatsabonnement",yearlyForOnce:"Einmaliges Jahrespaket",monthlyForOnce:"Einmaliges Monatspaket",daily:"aufeinanderfolgende Pakettage",year:"eine fortlaufende j\xE4hrliche Zahlung leisten",quarter:"sequenzieller Umschlag",month:"Monatsabonnement",day:"aufeinanderfolgende Pakettage",onetime_7day:"7-Tage-Erlebnispaket",currentPlanDescriptionForFree:"Aktuelle Pakete\uFF1AKostenlos",currentPlanDescriptionForContinuous:"Das aktuelle Paket\uFF1A{plan}wird automatisch auf {endAt} verl\xE4ngert.",currentPlanDescriptionForAutoRenewCaceling:"Das aktuelle Paket\uFF1A{plan}l\xE4uft auf {endAt} aus und wird nach Ablauf nicht automatisch verl\xE4ngert.",currentYearlyPlanDescriptionForAutoRenewCacelingWithRealPaiedUser:"Das aktuelle Paket,\uFF1A{plan}, l\xE4uft am {endAt} aus und wird nach Ablauf nicht automatisch verl\xE4ngert.
<1>Klicken Sie hier, um Ihren Verl\xE4ngerungsplan zu verwalten",currentYearlyPlanDescriptionForAutoRenewCacelingWithAdmin:"Das aktuelle Paket\uFF1A{plan}l\xE4uft auf {endAt} aus und wird nach Ablauf nicht automatisch verl\xE4ngert.
<1>Klicken Sie hier, um ein fortlaufendes Jahresabonnement zu aktivieren",currentPlanDescriptionForOneTime:"Das aktuelle Abonnement\uFF1A{plan}l\xE4uft auf {endAt} aus. <1>Klicken Sie hier, um eine j\xE4hrliche oder <2>monatliche Mitgliedschaft zu <1>erwerben.",upgradePlan:"Klicken Sie hier f\xFCr ein Upgrade auf die Pro-Mitgliedschaft",upgradeToPro:"Upgrade auf Pro-Mitgliedschaft","popup.openPro":"Upgraden Sie auf die Pro-Mitgliedschaft, um DeepL und OpenAI-\xDCbersetzung zu genie\xDFen. Klicken Sie hier, um upzugraden!","popup.openProForPro":"Sie sind ein Pro-Mitglied mit direktem Zugang zu DeepL und OpenAI \xDCbersetzungen!",currentAccount:"laufendes Konto",enableAutoSyncUserSettings:"Aktivieren Sie die automatische Cloud-Synchronisierung \xFCber mehrere Ger\xE4te hinweg",modalEnableInputTranslationTitle:"Immersive Translation Eingabefeld Translation Alerts",modalEnableInputTranslationDesc:"Sie haben soeben die \xDCbersetzung des Eingabefeldes von Immersive Translation ausgel\xF6st, indem Sie dreimal kurz hintereinander die Leertaste gedr\xFCckt haben, und der Inhalt des Eingabefeldes wird in die Standardzielsprache \xFCbersetzt. Die \xDCbersetzung kann mit Strg+Z r\xFCckg\xE4ngig gemacht werden.

Sollte dies ein Fehler gewesen sein, k\xF6nnen Sie die \xDCbersetzung des Eingabefeldes entweder deaktivieren oder dauerhaft abschalten.",saveAndNotShowAgain:"Speichern und Beenden der Eingabeaufforderung",disableInputTranslationTips:"* Sie k\xF6nnen auch andere Tastenkombinationen f\xFCr die Ausl\xF6sung in {option} ,{learnMore}festlegen.",learnMore:"Klicken Sie hier, um mehr zu erfahren",continueEnalbeInputTranslation:"Fortfahren, um die \xDCbersetzung von Eingabefeldern zu aktivieren",autoRenewTrialSuffix:'(Aufwird die Testversion sofort zur Vollmitgliedschaft aufgewertet)',upgradeFromTrialTitle:"Upgrade zum Vollmitglied",subtitle:"Video-Untertitelung",youtubeService:"Immersions\xFCbersetzung Videountertitelung \xDCbersetzungsdienste","subtitle.disabledSubtitle":"Dauerhaftes Deaktivieren der Video-Untertitelfunktion","subtitle.disabledSubtitleDescription":"Wenn Immersive Translator's Video Subtitles mit anderen Erweiterungen in Konflikt steht, k\xF6nnen Sie die Funktion von Immersive Translator's Video Subtitles dauerhaft deaktivieren oder andere in Konflikt stehende Erweiterungen deinstallieren","subtitle.autoEnableSubtitle":"Automatische Verwendung von zweisprachigen Untertiteln","subtitle.autoEnableSubtitleDescription":"Nach der Aktivierung werden beim Abspielen eines Videos automatisch zweisprachige Untertitel angezeigt, sonst m\xFCssen Sie auf die \xDCbersetzungsschaltfl\xE4che klicken, um sie anzuzeigen.","subtitle.preTranslation":"\xDCbersetzen von Untertiteln mit immersiver \xDCbersetzung","subtitle.preTranslationDescription":"Wenn diese Option aktiviert ist, wird der gesamte Untertitel mit Hilfe des unten angegebenen \xDCbersetzungsdienstes vor\xFCbersetzt. F\xFCr ein einst\xFCndiges Video werden etwa 50.000 Token oder Zeichen ben\xF6tigt, die Sie bitte nach eigenem Ermessen verwenden.","subtitle.humanSubtitlesPreferred":"Vorrangige Verwendung von Untertiteln f\xFCr Menschen","subtitle.humanSubtitlesPreferredDescription":"Bevorzugen Sie die Verwendung von menschlichen Untertiteln, wenn das Video menschliche Untertitel in der Zielsprache hat (empfohlen)",videoSubtitleTranslationDescription:"Beauftragen Sie einen separaten \xDCbersetzungsdienst f\xFCr Videountertitel",subtitleTranslating:"Bitte warten Sie, w\xE4hrend die Untertitel \xFCber den Dienst {service} \xFCbersetzt werden... (Immersions\xFCbersetzung)",subtitleLoading:"Laden von Untertiteln...",bilingual:"Zweisprachigkeit","field.action":"Ob Baidu-Terminologie aktiviert werden soll","description.action":"Wenn diese Funktion aktiviert ist, wird der Anfrage ein Parameter action=1 hinzugef\xFCgt, um Baidu \xFCber den aktivierten Begriff zu informieren. <1>Weitere Informationen finden Sie in der offiziellen Dokumentation.",closeQuickTranslation:"Hoverball schlie\xDFen","closeQuickTranslation.untilNext":"Diesmal geschlossen bis zum n\xE4chsten Besuch","closeQuickTranslation.currentWebsite":"Aktuelle Seite deaktiviert","closeQuickTranslation.alwaysClose":"dauerhaft deaktivieren","closeQuickTranslation.settingOpen":"(kann auf der <1>Einstellungsseite aktiviert werden)","closeQuickTranslation.cancel":"Stornierungen","closeQuickTranslation.confirm":"definieren.","floatBall.popup":"\xD6ffnen Sie das Panel Schnelleinstellungen","floatBall.translate":"Klicken Sie, um die Seite zu \xFCbersetzen","floatBall.showOriginal":"Klicken Sie, um zum Originalartikel zur\xFCckzukehren","floatBall.close":"Hoverball schlie\xDFen","floatBallOptions.enableDescPc":"Nach dem Aktivieren des Hoverballs wird auf der rechten Seite der Seite eine Schaltfl\xE4che f\xFCr die Schnell\xFCbersetzung angezeigt. Klicken Sie darauf, um zu \xFCbersetzen!","floatBallOptions.enableDesc":"Nachdem Sie den Hoverball ausgeschaltet haben, k\xF6nnen Sie ihn mit{touch}wieder aufrufen. Es wird dringend empfohlen, diese Einstellungsseite als Lesezeichen zu speichern, falls Sie den Hoverball nicht mehr finden k\xF6nnen, nachdem Sie diese Option versehentlich ausgeschaltet haben!","description.azureApiUrl":"Geben Sie die Adresse der benutzerdefinierten API-Schnittstelle ein",confirmSupportMouse:"Aktivierung der Mausunterst\xFCtzung erzwingen",confirmSupportMouseDescription:"Es wurde festgestellt, dass der aktuelle Browser die Mausfunktion nicht unterst\xFCtzt. Ist es notwendig, die Mausunterst\xFCtzung zu aktivieren?",sampleTargetText:"Die lange Nacht wird kommen, und ich werde von heute an bis zu meinem Tod Wache halten. Ich werde keine Frau nehmen, ich werde kein Lehen machen, ich werde keine Kinder haben. Ich werde keine Krone tragen, ich werde nicht nach Ehre streben. Ich werde meine Pflicht tun und leben und sterben.",sampleSourceText:"Night gathers, and now my watch begins. It shall not end until my death. I shall take no wife, hold no lands, father no children. I shall wear no crowns and win no glory. I shall live and die at my post.","subtitle.supportedSites":"\u5DF2\u652F\u6301\u5728\u8FD9\u4E9B\u7F51\u7AD9\u4F7F\u7528\u53CC\u8BED\u5B57\u5E55\uFF08\u6CE8\u610F\uFF1A\u7531\u4E8E\u6280\u672F\u9650\u5236\uFF0C\u90E8\u5206\u7F51\u7AD9\u5728\u9996\u6B21\u5F00\u542F\u5B57\u5E55\u540E\u9700\u8981\u91CD\u65B0\u5237\u65B0\u9875\u9762\uFF0C\u6216\u8005\u9700\u7B49\u5F85\u7FFB\u8BD1\u5B8C\u6210\u4EE5\u663E\u793A\u53CC\u8BED\u5B57\u5E55\uFF09\uFF1A",viewWithImmersiveTranslate:"\u53CC\u8BED\u7248\u672C(\u6C89\u6D78\u5F0F\u7FFB\u8BD1)",errorReason:"\u9519\u8BEF\u539F\u56E0\uFF1A{message}","proQuotaExceededError.onetime7day":'\uFF0C\u60A8\u53EF\u4EE5\u9009\u62E9\u4EE5\u4E0B\u65B9\u5F0F\u89E3\u51B3\uFF1A

1. \u5207\u6362\u5230 {anotherService} \u6216\u5176\u4ED6\u7FFB\u8BD1\u670D\u52A1
2. \u5347\u7EA7\u4E3A\u6708\u5EA6/\u5E74\u5EA6\u4F1A\u5458',"proQuotaExceededError.trial":'\uFF0C\u60A8\u53EF\u4EE5\u9009\u62E9\u4EE5\u4E0B\u65B9\u5F0F\u89E3\u51B3\uFF1A

1. \u5207\u6362\u5230 {anotherService} \u6216\u5176\u4ED6\u7FFB\u8BD1\u670D\u52A1
2. \u7ACB\u523B\u5347\u7EA7\u4E3A\u6B63\u5F0F\u4F1A\u5458',"proQuotaExceededError.nonTrial":'\uFF0C\u60A8\u53EF\u4EE5\u9009\u62E9\u4EE5\u4E0B\u65B9\u5F0F\u89E3\u51B3\uFF1A

1. \u5207\u6362\u5230 {anotherService} \u6216\u5176\u4ED6\u7FFB\u8BD1\u670D\u52A1
2. \u8D2D\u4E70 {translationService} \u989D\u5916\u6D41\u91CF\u5305',"proQuotaExceededError.resetTime":"
3. \u989D\u5EA6\u91CD\u7F6E\u65F6\u95F4\uFF1A{resetTime}","desc.touchShortcutsToggleTranslatePageOnlyTranslation":'"Nur \xDCbersetzung" bedeutet, dass nur die \xDCbersetzung angezeigt wird. Wenn eine Webseite noch nicht \xFCbersetzt wurde, wird der Modus gewechselt und \xFCbersetzt.',"desc.toggleOnlyTransation":'"Nur \xDCbersetzungsmodus" bedeutet, dass nur die \xDCbersetzung angezeigt wird. Wenn eine Webseite noch nicht \xFCbersetzt wurde, wird der Modus gewechselt und \xFCbersetzt.',touchShortcutsToggleTranslatePageOnlyTranslation:"Einstellen von Touchscreen-Gesten zum Wechseln zwischen Zweisprachig/Nur \xDCbersetzung Modus",download_started:"Der Download hat bereits begonnen, wenn er nicht automatisch heruntergeladen wird, klicken Sie bitte manuell.",here:"Hier","desc.toggleVideoSubtitlePreTranslation":"Nach dem Dr\xFCcken werden die zweisprachigen Untertitel des Videos vorrangig mit den Einstellungen der immersiven \xDCbersetzung verwendet. Wenn Sie erneut dr\xFCcken, werden vorrangig die maschinell \xFCbersetzten Untertitel des Originalvideos verwendet. Bitte beachten Sie: Diese Verkn\xFCpfung \xE4ndert die globalen Einstellungen.",videoSubtitlePreTranslationOn:"Videountertitel werden vorrangig mit immersiver \xDCbersetzung verwendet.",videoSubtitlePreTranslationOff:"Videounteritel werden vorrangig die maschinell \xFCbersetzten Untertitel des Originalvideos verwenden.",translationFont:"Schriftart einstellen","translationFont.custom":"Geben Sie benutzerdefinierte Schriftarten ein","translationFont.customPlaceholder":"Schriftart","translationFont.notSupportErrorMessage":"Bitte \xFCberpr\xFCfen Sie, ob der von Ihnen eingegebene Schriftartname korrekt ist, oder best\xE4tigen Sie, dass diese Schriftart bereits auf Ihrem Ger\xE4t installiert ist.","touch.mouse-translate":"\xDCbersetzen Sie den angegebenen Absatz.","translationServices.inherit":"Folgen Sie dem Haupt\xFCbersetzungsdienst","error.serveConfigError":"Dienstkonfigurationsfehler","error.reloadPageOfSetting":"Nach der Konfiguration, bitte aktualisieren Sie die Seite und \xFCbersetzen Sie erneut.","error.googleLimitIp":"Der Service gibt einen Fehler zur\xFCck, Google-Dienste haben die IP-Adresse gedrosselt, es wird empfohlen, den Netzwerkknoten zu wechseln.","error.openAIFreeLimit":"Der Service gibt einen Fehler zur\xFCck, die aktuelle \xDCbersetzungsanforderungsrate hat das Limit von maximal 3 Mal pro Minute erreicht, bitte versuchen Sie es sp\xE4ter erneut. (Dies ist eine Beschr\xE4nkung von OpenAI f\xFCr kostenlose API-Schl\xFCssel. Um diese Beschr\xE4nkung aufzuheben, binden Sie bitte eine Kreditkarte im OpenAI-Backend.)","error.openAIExceededQuota":"Dienst gibt Fehler zur\xFCck: Ihr aktuelles OpenAI-Konto hat nicht gen\xFCgend Guthaben. Bitte laden Sie Ihr Konto auf oder verkn\xFCpfen Sie eine Kreditkarte im offiziellen OpenAI-Backend.","error.429":"Der Service gibt einen Fehler zur\xFCck, was darauf hinweist, dass die Anfragen zu h\xE4ufig sind oder das Limit \xFCberschritten wurde. Bitte versuchen Sie es sp\xE4ter erneut.","error.403":"Der Service gibt einen Fehler zur\xFCck, vor\xFCbergehend besteht keine Berechtigung zum Zugriff auf diesen Service.","error.400":"Der Service gibt einen Fehler zur\xFCck, die Anforderungsparameter sind falsch, bitte \xFCberpr\xFCfen Sie die entsprechende Konfiguration.","error.502":"Der Service gibt einen Fehler zur\xFCck, der Service ist zeitlich \xFCberschritten, bitte versuchen Sie es sp\xE4ter erneut.","error.proTokenInvalid":"Wenn Sie ein Pro-Benutzer sind, melden Sie sich bitte an, bevor Sie den Pro-\xDCbersetzungsdienst nutzen.","error.proUpgrade":"Nach dem Upgrade, bitte aktualisieren Sie die Seite und \xFCbersetzen Sie erneut.","error.configError":"Konfigurationsdaten sind abnormal","error.goReset":"Zur\xFCcksetzen",batchEdit:"Massenoperation","translationModeLang.translation.title":"Nur \xDCbersetzungsmodus Sprache","translationModeLang.translation.description":"Wenn die Seitensprache eine der folgenden Sprachen ist, wird automatisch nur der \xDCbersetzungsmodus verwendet.","translationModeUrl.translation.title":"Nur \xDCbersetzungsmodus-Webadresse","translationModeUrl.translation.description":"Wenn die Website die folgenden Domains hat, wird automatisch nur der \xDCbersetzungsmodus verwendet.","error.serveUnavailable":"Der von Ihnen derzeit verwendete [{serverName}] Dienst ist aufgrund von Netzwerkverbindungsproblemen oder Problemen mit dem Dienstanbieter vor\xFCbergehend nicht erreichbar. Wir empfehlen Ihnen, die Seite zu aktualisieren oder \xFCber <1>Einstellungen einen anderen \xDCbersetzungsdienst auszuw\xE4hlen. Wenn Sie ein <2>Pro-Mitglied sind, k\xF6nnen Sie den stabileren DeepL oder OpenAI \xDCbersetzungsdienst nutzen (<3>klicken Sie hier, um es kostenlos auszuprobieren). Dar\xFCber hinaus sollten Sie m\xF6glicherweise Ihre Netzwerk- oder Proxy-Einstellungen \xFCberpr\xFCfen.",detectServiceLoading:"\xDCberpr\xFCfung der verf\xFCgbaren \xDCbersetzungsdienste...",toggleToService:"Wechseln Sie zu {service} und versuchen Sie es erneut.","error.gemini.429":"Der aktuelle Gemini-Dienst hat seine maximale Kapazit\xE4t erreicht. Bitte versuchen Sie es sp\xE4ter erneut oder wechseln Sie zu einem anderen \xDCbersetzungsdienst.",enableSentryReport:"Wenn ein Fehler bei der Erweiterung auftritt, senden Sie Feedback mit Sentry.","translationServices.gemini":"Zwillinge","widget.translateFile":"PDF/ePub","error.reason":"Fehlergrund","floatBall.iKnow":"Ich wei\xDF.",goLogin:"Anmelden gehen","error.retry":"Wiederholen",touchShortcutsOff:"schlie\xDFen",pickAll:"Alles ausw\xE4hlen",notLogin:"Nicht angemeldet","slide.left":"Nach rechts wischen",loggedIn:"Eingeloggt","slide.right":"Nach links wischen",shortcutSettingsTitle:"Tastenkombination Einstellungen","tagsInput.add":"+ Hinzuf\xFCgen","subtitle.bilingual":"Zweisprachige Untertitel","multipleClick.2":"Doppelklick","shortcutGroup.touch":"Gesten speziell f\xFCr Touchscreens",alwaysTranslateThisSite:"Immer diese Website \xFCbersetzen",buildSnapshots:"Erstellen Sie ein Webseiten-Snapshot",networkError:"\xDCbersetzungsdienst oder Netzwerk hat ein Problem",neverTranslateThisSite:"\xDCbersetzen Sie diese Website niemals",translationOnlyMode:"Nur \xDCbersetzungsmodus","subtitle.hideQuickButton":"Nicht mehr diese Verkn\xFCpfung anzeigen","subtitle.showQuickButton":"Im Player werden Untertitel in zwei Sprachen angezeigt.","multipleClick.3":"Dreifachschlag","intro.subtitleTitle":"Online-Video-Zweisprachige Untertitelanzeige","shortcutGroup.main":"H\xE4ufig verwendete Funktionstastenkombinationen",temprarilyChangeTranslationTo_openai:"Verwendet OpenAI zum \xDCbersetzen der aktuellen Seite",shortcutSettings:"Tastenkombination","shortcutGroup.others":"Mehr benutzerdefinierte Funktionstastenkombinationen","intro.floatBallTitle":"Schnelle \xDCbersetzung Schwebekugel","widget.videoSubtitle":"Videountertitel",contact:"Kontaktieren Sie uns",mouseHoverCustomKeyTitle:"Benutzerdefinierte Maus-Hover-Tastenkombination",temprarilyChangeTranslationTo_gemini:"Verwenden von Gemini, um die aktuelle Seite zu \xFCbersetzen","browser.translateInputBox":"\xDCbersetzen Sie den aktuellen Inhalt des Eingabefelds.","multipleClick.4":"Vierfachschlag","browser.translateWithDeepL":"Vor\xFCbergehende Verwendung von DeepL zur \xDCbersetzung der aktuellen Seite",notLoginPro:"Sie haben sich noch nicht in Ihr Mitgliedskonto eingeloggt.",touchShortcutsToggleTranslateTouchElement:"Einstellen von Touchscreen-Gesten zum \xDCbersetzen bestimmter Abs\xE4tze","widget.instructionTooltip":"Anleitung anzeigen","browser.translateWithTransmart":"Verwenden Sie vor\xFCbergehend Tencent, um die aktuelle Seite zu \xFCbersetzen.",temprarilyChangeTranslationTo_google:"Verwenden Sie Google \xDCbersetzer, um diese Seite zu \xFCbersetzen.","shortcutGroup.shortcutsForTranslationServices":"\xDCbersetzungsdienst verwandte Tastenkombinationen",temprarilyChangeTranslationTo_deepl:"Verwenden von DeepL, um die aktuelle Seite zu \xFCbersetzen.","widget.instruction":"Gebrauchsanweisung","browser.translateWithOpenAI":"Vor\xFCbergehende Verwendung von OpenAI zum \xDCbersetzen der aktuellen Seite","intro.hoverTitle":"\xDCbersetzen Sie den aktuellen Absatz, indem Sie die Maus dar\xFCber schweben lassen.","browser.toggleMouseHoverTranslateDirectly":"Auf der Seite das direkte \xDCbersetzen durch Mouseover tempor\xE4r aktivieren oder deaktivieren","floatBall.longPress":"Durch langes Dr\xFCcken k\xF6nnen Sie das Einstellungsmen\xFC schnell \xF6ffnen.",temprarilyChangeTranslationTo_transmart:"Verwendet gerade Tencent \xDCbersetzung f\xFCr die aktuelle Seite.","floatBall.guideClickToTranslate":`Klicken Sie auf die immersive \xDCbersetzungsschwebekugel f\xFCr eine schnelle \xDCbersetzung`,"subtitle.autoDisableSubtitle":"Nicht automatische Aktivierung von zweisprachigen Untertiteln",touchShortcutsToggleTranslationMask:"Einstellen von Touchscreen-Gesten zum Anzeigen der \xDCbersetzungsabdeckung / Anzeigen des Originaltexts","widget.translateFileTooltip":"\xDCbersetzen Sie PDF, EPUB, SRT, ASS, HTML und TXT Dokumente",touchShortcutsToggleTranslatePage:"Stellen Sie Touchscreen-Gesten ein, um Webseiten zu \xFCbersetzen / den Originaltext anzuzeigen.","shortcutGroup.mouse":"Mauszeiger Hover Tastenkombination Konfiguration","browser.translateWithBing":"Verwenden Sie vor\xFCbergehend Microsoft Translate, um die aktuelle Seite zu \xFCbersetzen.","browser.translateWithGoogle":"Vor\xFCbergehende Verwendung von Google \xDCbersetzer f\xFCr die aktuelle Seite","widget.videoSubtitleTooltip":"Unterst\xFCtzt Youtube und {count}+ weitere Videowebsites",paragraphMinTextCountField:"Die Mindestanzahl an Zeichen, die f\xFCr die \xDCbersetzung eines Absatzes ben\xF6tigt wird","neverTranslateText.title":"Die folgenden W\xF6rter bleiben im Originaltext und werden nicht \xFCbersetzt.","browser.toggleVideoSubtitlePreTranslation":"Wechseln Sie zu zweisprachigen Untertiteln und verwenden Sie vorzugsweise immersive \xDCbersetzungseinstellungen.","error.subscriptionExpiredTitle":"Die Mitgliedschaft ist abgelaufen.",temprarilyChangeTranslationTo_bing:"Verwendet gerade Microsoft \xDCbersetzer, um die aktuelle Seite zu \xFCbersetzen.","description.baiduField":"Unterst\xFCtzte Bereiche siehe <1>hier, wenn leer bedeutet dies, dass kein Bereich angegeben ist.","error.subscriptionExpired":"Ihr Mitgliedschaft k\xF6nnte abgelaufen sein, bitte \xFCberpr\xFCfen Sie Ihren Mitgliedsstatus.","desc.mouseHoverHoldKey":"Wenn die Maus \xFCber einem Absatz schwebt und gleichzeitig die rechte Shortcut-Taste gedr\xFCckt wird, kann der Absatz direkt \xFCbersetzt werden.",upgradeToProErrorTitle:"Bitte aktualisieren Sie auf Pro-Mitgliedschaft, um diesen \xDCbersetzungsdienst zu nutzen.","browser.translateWithGemini":"Verwenden Sie vor\xFCbergehend Gemini, um die aktuelle Seite zu \xFCbersetzen.",confirmResetToDefaultSettings:"M\xF6chten Sie diesen \xDCbersetzungsdienst wirklich auf die Standardeinstellungen zur\xFCcksetzen? (Nur die Einstellungen des aktuellen \xDCbersetzungsdienstes werden zur\xFCckgesetzt)","desc.touchShortcutsToggleTranslateTouchElement":"Definieren Sie eine Geste und Sie k\xF6nnen jeden Abschnitt \xFCbersetzen, in dem Sie sich befinden.",shortcutDisableTooltip:"Bitte stellen Sie dies auf der Erweiterungs-Shortcut-Verwaltungsseite Ihres Browsers ein. Weitere Anleitungen finden Sie in den Anweisungen oben auf dieser Seite.",paragraphMinTextCountDesc:"Achtung, hier ist die Zeichenl\xE4nge gemeint, zum Beispiel: hello hat 5 Zeichen, das Einstellen eines gr\xF6\xDFeren Werts kann unn\xF6tige \xDCbersetzungen kleiner Abschnitte reduzieren.","desc.touchShortcutsToggleTranslationMask":"\xDCbersetzungsmaske bezieht sich auf den unscharfen Effekt im \xDCbersetzungsstil (Lernmodus). Nach der Aktivierung wird der unscharfe Effekt vor\xFCbergehend auf die \xDCbersetzung angewendet, was das Lernen erleichtert.","desc.interfaceLanguage":"Die Einstellung der Benutzeroberfl\xE4chensprache beeinflusst die Anzeigesprache des Bedienfelds und hat nichts mit der Zielsprache der \xDCbersetzung zu tun.","subtitle.showQuickButtonDescription":"Im unteren rechten Eck des Videoplayers wird eine Verkn\xFCpfung zum Aktivieren von zweisprachigen Untertiteln bereitgestellt.","desc.toggleTranslateTheWholePage":"\xDCbersetzen Sie den gesamten Bereich der Seite. Standardm\xE4\xDFig \xFCbersetzen wir den Hauptbereich der Seite. Sie k\xF6nnen diese Tastenkombination verwenden, um speziell den gesamten Bereich der Seite zu \xFCbersetzen.",mouseHoverCustomKeyDescription:"Sie k\xF6nnen eine benutzerdefinierte Kombination von Tastenk\xFCrzeln f\xFCr die Mauszeiger-Hover erstellen, wie zum Beispiel: Alt+Z, Ctrl+E, Cmd+Alt+E oder direkt Cmd, bitte geben Sie manuell ein.","contact.description":"Wenn Sie Fragen oder Vorschl\xE4ge haben, f\xFCllen Sie bitte das untenstehende Formular aus, um uns zu kontaktieren, oder senden Sie eine E-Mail an {email}. Wir werden Ihnen so schnell wie m\xF6glich antworten.","desc.toggleTranslateTheMainPage":"\xDCbersetzen Sie nur den Hauptbereich der Seite. Wenn Sie in den erweiterten Einstellungen die \xDCbersetzung des gesamten Seitenbereichs aktiviert haben, k\xF6nnen Sie diese Tastenkombination verwenden, um speziell den Hauptbereich der Seite zu \xFCbersetzen.","desc.toggleMouseHoverTranslateDirectly":"Nach dem Dr\xFCcken dieser Tastenkombination wird auf der Seite jeder Textabschnitt, auf den die Maus zeigt, automatisch \xFCbersetzt. Dr\xFCcken Sie die Tastenkombination erneut, um diese automatische \xDCbersetzungsfunktion zu deaktivieren.",translationOnlyModeDescription:'"\xDCbersetzungsmodus" bedeutet, dass nur die \xDCbersetzung angezeigt wird, nicht der Standard-Zweisprachenmodus. Bitte beachten Sie: Aufgrund technischer Einschr\xE4nkungen werden Hyperlinks im Originaltext im \xDCbersetzungsmodus deaktiviert.',"intro.floatBallDescription":"Nach der Aktivierung wird auf der rechten Seite der Seite eine Schnell\xFCbersetzungsschaltfl\xE4che angezeigt. Klicken Sie darauf, um zu \xFCbersetzen, und klicken Sie erneut, um zum Originaltext zur\xFCckzukehren. Auf dem Mobilger\xE4t k\xF6nnen Sie durch langes Dr\xFCcken auf den schwebenden Ball das Schnelleinstellungsfenster \xF6ffnen.","desc.touchShortcutsToggleTranslatePage":"Nach der Einstellung k\xF6nnen Sie beim Bewegen des Ger\xE4ts gleichzeitig mit X Fingern auf den Bildschirm tippen, nach links oder rechts wischen oder kontinuierlich tippen, um die \xDCbersetzung der Webseite / Anzeige des Originaltexts auszul\xF6sen.","intro.hoverDescription":"Die \xDCbersetzung beim \xDCberfahren mit der Maus ist eine sehr wichtige Funktion in der immersiven \xDCbersetzung. Sie m\xFCssen nur die Maus auf den Absatz legen und gleichzeitig die festgelegte Tastenkombination dr\xFCcken, um den aktuellen Absatz automatisch zu \xFCbersetzen (Hinweis: Standardm\xE4\xDFig ist dies nicht aktiviert, bitte stellen Sie es unten ein). Diese Interaktion dient als bessere Alternative zur Wortmarkierungs\xFCbersetzung. Dar\xFCber hinaus wird diese Funktion auch h\xE4ufig in Bereichen eingesetzt, die nicht erkannt werden k\xF6nnen. Sie k\xF6nnen diese Funktion nutzen, um jeden Absatz zu \xFCbersetzen.","neverTranslateText.description":"Aufgrund der unzureichenden Erkennung von Eigennamen durch einige \xDCbersetzungsmaschinen k\xF6nnen Sie hier W\xF6rter hinzuf\xFCgen, um sicherzustellen, dass sie w\xE4hrend des \xDCbersetzungsprozesses nicht konvertiert werden. Bitte beachten Sie, dass diese Funktion Gro\xDF- und Kleinschreibung unterscheidet und nur Sprachen mit durch Leerzeichen getrennten W\xF6rtern (wie Englisch, Franz\xF6sisch) unterst\xFCtzt, nicht jedoch f\xFCr Sprachen wie Japanisch, Koreanisch usw. geeignet ist.","intro.subtitleDescription":"Nach Aktivierung dieser Funktion werden beim Abspielen von Videos automatisch zweisprachige Untertitel angezeigt. Wenn diese Funktion nicht aktiviert ist, m\xFCssen Sie auf der Seite manuell auf die \xDCbersetzungsschaltfl\xE4che klicken, um Untertitel anzuzeigen. Bitte beachten Sie, dass aufgrund technischer Einschr\xE4nkungen einige Websites m\xF6glicherweise die Seite aktualisieren oder auf die Fertigstellung der \xDCbersetzung warten m\xFCssen, bevor zweisprachige Untertitel angezeigt werden k\xF6nnen. (Dar\xFCber hinaus k\xF6nnen Sie auch das Schnellzugriffsfeld f\xFCr immersive \xDCbersetzungen in der oberen rechten Ecke \xF6ffnen/schlie\xDFen, nachdem Sie die Videowebsite ge\xF6ffnet haben.)

Derzeit wird die Verwendung von zweisprachigen Untertiteln auf diesen Websites unterst\xFCtzt:",geminiWarning:"Achtung: Der kostenlose Service von Google Gemini ist streng begrenzt und Google k\xF6nnte feststellen, dass Benutzer mehrere Schl\xFCssel verwenden, um ihre kostenlose Kontingentbeschr\xE4nkung zu umgehen. Es wird nicht empfohlen, ihn zu verwenden. Es wird empfohlen, auf die zuk\xFCnftige \xD6ffnung der kostenpflichtigen Gemini-Schnittstelle von Google zu warten.","floatBall.setting":"Einstellung","floatBall.file":"\xDCbersetzen Sie PDF, EPUB, SRT, ASS, HTML, TXT-Dateien","floatBall.translateToLanguage":"Klicken Sie auf \xDCbersetzen in {language}",changeToOnlyTempTranslationMode:"Umschalten, um nur \xDCbersetzungen anzuzeigen",changeToDualTempTranslationMode:"Umschalten auf zweisprachige \xDCbersetzung","options.navbar.translateFile":"\xDCbersetzen Sie das Dokument","options.navbar.installApp":"Installieren Sie die Handy-App","transitionMode.dual":"Zweisprachiger Vergleich","transitionMode.inherit":"Bleiben Sie konsistent mit dem Standardanzeigemodus des Systems.","subtitle.transitionModeDescription":"Stellen Sie die Video-Untertitel auf zweisprachigen Vergleich oder nur \xDCbersetzungsmodus ein.","subtitle.transitionMode":"Videounteritel zweisprachig / Nur \xDCbersetzungseinstellungen","transitionMode.translation":"Nur \xDCbersetzung",translateFileTooltip:`\xDCbersetzen Sie PDF, ePub, srt, ass, HTML, TXT-Dateien`,"description.subtitlePrompt":`In Untertitelszenarien, wenn mehrere Abs\xE4tze gesendet werden, wird die Konversation im Namen des Benutzers an {service} gesendet, wobei {{from}} die Sprache des Absatzes darstellt, {{to}} die Zielsprache darstellt, {{yaml}} ist der Absatzinhalt, den wir im yaml-Format verpackt haben. Wenn Sie eine benutzerdefinierte Aufforderung ben\xF6tigen, m\xFCssen Sie sicherstellen, dass jeder Artikel in den YAML-Ergebnissen der AI-Antwort das Feld {env.imt_sub_trans_field} enth\xE4lt. {{imt_sub_trans_field}} ist der Name des \xDCbersetzungsfeldes, das wir von der AI-Antwort erwarten, der Standard ist: {env.imt_sub_trans_field}, {{imt_sub_source_field}} ist der Name des Originaltextfeldes, das wir an die AI \xFCbergeben, der Standard ist: {env.imt_sub_source_field}, Beispiel Ergebnis: @@ -5140,7 +5140,7 @@ ass, HTML, TXT-Dateien`,"description.subtitlePrompt":`In Untertitelszenarien, we - id: 1 {env.imt_trans_field}: \xDCbersetzung - id: 2 - {env.imt_trans_field}: \xDCbersetzung`,"subtitle.quickButton.red":"Rot","subtitle.quickButton.blue":"Blau","subtitle.quickButton.magenta":"Magenta","translationServices.claude":"Claude","subtitle.quickButton.white":"Wei\xDF","subtitle.quickButton.translationPositionBottom":"\u539Ftext unten","subtitle.quickButton.yellow":"Gelb","subtitle.quickButton.cyan":"Blau","subtitle.quickButton.green":"Gr\xFCn","subtitle.quickButton.backgroundOpacity":"Hintergrundunsch\xE4rfe","subtitle.quickButton.translationPosition":"\xDCbersetzungsposition","subtitle.quickButton.translationTextColor":"\xDCbersetzungsschriftfarbe","subtitle.quickButton.sourceFontSize":"Originalschriftgr\xF6\xDFe","subtitle.quickButton.translationFontSize":"\xDCbersetzungs-Schriftgr\xF6\xDFe","subtitle.quickButton.sourceTextColor":"Urspr\xFCngliche Schriftfarbe","subtitle.quickButton.black":"Schwarz","subtitle.quickButton.backgroundColor":"Hintergrundfarbe","subtitle.quickButton.setting":"Einstellung","subtitle.quickButton.translationPositionTop":"Oben im Originaltext",attachSubtitleTranslating:"Verwenden Sie {service} zur \xDCbersetzung...","error.claude.403":"Keine Berechtigung zum Zugriff auf den Dienst, m\xF6glicherweise im Zusammenhang mit den regionalen Einschr\xE4nkungen von Claude. Sie k\xF6nnen versuchen, Ihre IP-Adresse zu wechseln, oder andere \xDCbersetzungsdienste nutzen.","browser.brandDescriptionForSafari":"\u3010Immersive \xDCbersetzung\u3011Ein kostenloses zweisprachiges Webseiten-\xDCbersetzungs-Plugin (Originaltext/\xDCbersetzung), das gleichzeitig PDF-\xDCbersetzung und EPUB-E-Book-\xDCbersetzung unterst\xFCtzt und das Originaldokumentenlayout beibeh\xE4lt, Youtube/Netflix und andere Online-Video-Zweisprachen-Untertitel-\xDCbersetzung, Unterst\xFCtzung f\xFCr Deepl/Google und andere Mainstream-\xDCbersetzungsdienste;","browser.textTranslate":"Text\xFCbersetzung","browser.PdfProFile":"Von KI angetriebene PDF Pro \xDCbersetzung"};var I4={nologin:"no conectado",loginForSafari:"Iniciar sesi\xF3n o registrarse",login:"Iniciar sesi\xF3n para abrir una cuenta",manageAccount:"Cuentas gestionadas",openPremium:"Afiliaci\xF3n abierta",logout:"abortar",curentPlan:"Paquetes actuales",endAt:"caducidad",endAuto:"renovaci\xF3n autom\xE1tica",lineBreakMaxTextCount:"N\xFAmero m\xE1ximo de caracteres permitidos por frase despu\xE9s de los saltos de l\xEDnea","translate-pdf":"Haga clic para traducir PDF","noSupportTranslate-pdf":"Script no soportado por favor use plugin","translate-firefox-local-pdf":"Haga clic para ir a Importar PDF",enableLineBreak:"Activar el salto de l\xEDnea autom\xE1tico para p\xE1rrafos largos",sponsorLabel:"1 $ Desarrolladores patrocinados",help:"mano",browserShortcutsNoteForFirefox:"Para cambiar los accesos directos en Firefox, tienes que abrir la p\xE1gina de gesti\xF3n de extensiones `about:addons`, luego hacer clic en `Settings`, y despu\xE9s en `Manage Shortcuts` para configurar los accesos directos.",browserShortcutsNoteForChrome:"Para modificar los accesos directos en Chrome, tienes que abrir la p\xE1gina de gesti\xF3n de extensiones, establecerlos en el panel `Manage Shortcuts` (`chrome://extensions/shortcuts`), y hacer clic en el bot\xF3n de abajo para saltar a la p\xE1gina de gesti\xF3n de accesos directos.",browserShortcutsSucks:"Los accesos directos personalizados tienen el siguiente formato (no se reconoce autom\xE1ticamente, introd\xFAzcalo directamente)\uFF1A",enableLineBreakDescription:"Si est\xE1 activada, se insertar\xE1n saltos de l\xEDnea al final de cada frase en los p\xE1rrafos largos para facilitar su lectura.","browser.shortBrandName":"Traducci\xF3n por inmersi\xF3n","browser.brandName":"Immersion Translation: Traducci\xF3n biling\xFCe de p\xE1ginas web y documentos PDF","browser.brandDescription":"Bilingual web page translation, also supports PDF translation, bilingual Epub eBook translation, free to use.","browser.toggleTranslatePage":"Traducir p\xE1gina/visualizar texto original","browser.toggleTranslateTheWholePage":"Traducir todas las \xE1reas de la p\xE1gina/visualizar el texto original","browser.toggleOnlyTransation":"Cambiar al modo biling\xFCe/solo texto traducido","browser.toggleTranslateToThePageEndImmediately":"Traducci\xF3n inmediata al final de la p\xE1gina/visualizaci\xF3n del texto original","browser.toggleTranslateTheMainPage":"Traducir el \xE1rea principal de la p\xE1gina/visualizar el texto original","browser.shareToDraft":"Compartir p\xE1ginas biling\xFCes","browser.openOptionsPage":"Abrir la p\xE1gina de configuraci\xF3n","browser.toggleTranslationMask":"Mostrar/ocultar el efecto de desenfoque de traslaci\xF3n","browser.translateLocalPdfFile":"Traducir archivos PDF locales","browser.openEbookViewer":"Leer libros electr\xF3nicos locales","browser.openEbookBuilder":"Creaci\xF3n de eBooks EPUB biling\xFCes","browser.translateLocalHtmlFile":"Traducir archivos HTML/txt","browser.donateContext":"M\xE1s informaci\xF3n sobre las ventajas del patrocinio","browser.translateLocalSubtitleFile":"Traducir archivos de subt\xEDtulos locales",confirmResetConfig:"\xBFEst\xE1s seguro de que quieres restablecer la configuraci\xF3n?",translationLineBreakSettingTitle:"Ajuste del salto de l\xEDnea de traducci\xF3n",smartLineBreak:"alimentaci\xF3n de l\xEDnea inteligente (inform\xE1tica)",alwaysLineBreak:"Siempre avance de l\xEDnea",isShowContextMenu:"A\xF1adir p\xE1ginas traducidas a los elementos del men\xFA contextual",toggleBeta:"Activaci\xF3n de las funciones de prueba beta",betaDescription:"Habilita funciones que a\xFAn son experimentales, as\xED como un servicio de traducci\xF3n en beta. \xDAnete al <1>grupo de Telegram para obtener m\xE1s informaci\xF3n.",translationLineBreakSettingDescription:"Los saltos de l\xEDnea siempre son ordenados para las p\xE1ginas con menos contenido. (Utilice saltos de l\xEDnea inteligentes en p\xE1rrafos largos con mucho contenido (m\xE1s de{count}caracteres) para ahorrar espacio).",tempTranslateDomainTitle:"Duraci\xF3n de la conexi\xF3n temporal de la traducci\xF3n del sitio web",tempTranslateDomainDescription:"Al traducir manualmente una p\xE1gina web, active temporalmente el sitio web para la traducci\xF3n autom\xE1tica, y puede establecer la duraci\xF3n temporal.",xMinutes:"{count} minutos",disabled:"prohibir el uso de algo",changelog:"Registro de actualizaci\xF3n",toggleTranslatePageWhenThreeFingersOnTheScreen:"Tocar la pantalla con varios dedos simult\xE1neamente traduce p\xE1ginas web/visualiza el texto original",toggleTranslationMaskWhenThreeFingersOnTheScreen:"El toque con varios dedos muestra/oculta el efecto de desenfoque.",fingerCountToToggleTranslagePageOnlyTranslationWhenTouching:"Varios dedos tocando la pantalla al mismo tiempo traducen la p\xE1gina web (s\xF3lo traducci\xF3n)/visualizan el texto original.",addUrlDescription:"Puede ser un nombre de dominio y tambi\xE9n admite comodines, por ejemplo\uFF1A*.google.com, google.com/mail/*, https://www.google.com/*",general:"Ajustes b\xE1sicos",clickToExpandConfig:"Ampliar la configuraci\xF3n actual",import:"Importar desde archivo",export:"Exportar a archivo",toggleDebug:"Imprime el registro de depuraci\xF3n en la consola","fingers.0":"coagulaci\xF3n","fingers.2":"toque con dos dedos","fingers.3":"toque con tres dedos","fingers.4":"toque con cuatro dedos","fingers.5":"toque con cinco dedos",mouseHoldKey:"+ {key} traducir/restaurar el p\xE1rrafo",mouseHoldKeyAuto:"Traducci\xF3n directa del p\xE1rrafo",mouseHoldKeyOff:"No hagas nada.",mouseHoldKeyOther:"Atajos personalizados (abrir ajustes)",mouseHoldKeyCustomKey:"{key} Traducci\xF3n/reducci\xF3n del p\xE1rrafo",mouseHoverHoldKey:"Traduce p\xE1rrafos pulsando la tecla de acceso directo mientras pasas el rat\xF3n por encima.","mouse-translate":"al pasar el rat\xF3n",document:"Archivo (inform\xE1tico)",resetSuccess:"Restablecer todos los ajustes correctamente",resetThisSuccess:"Restablecimiento correcto",saved:"Salvar con \xE9xito",successImportConfig:"Configuraci\xF3n importada correctamente",goAdvancedSettings:"Vaya a la p\xE1gina de configuraci\xF3n avanzada",goAdvancedInterfaceSettings:"Vaya a la p\xE1gina Configuraci\xF3n avanzada de personalizaci\xF3n",advanced:"Ajustes avanzados",advancedDescription:"Por lo general, no es necesario realizar ning\xFAn ajuste, basta con dejarlo por defecto. S\xF3lo para usuarios m\xE1s especializados, hay disponibles ajustes m\xE1s personalizados.",developer:"Ajustes de desarrollador",donateCafe:"precios","translate to the bottom of the page":"\xBFSe traslada al final de la p\xE1gina inmediatamente despu\xE9s de entrar en ella?",feedback:"Preguntas",toggleTranslatePage:"Traducir p\xE1gina/visualizar texto original",translateToThePageEndImmediatelyDescription:"Si la activas, el contenido se traducir\xE1 inmediatamente desde la parte superior a la inferior de la p\xE1gina a medida que entras en ella. Si lo desactiva, se traducir\xE1 a medida que lea. (No recomendado)","translate all areas of the page":"Traducir o no todas las \xE1reas de la p\xE1gina",translationAreaDescription:"Activado, se traducen todas las \xE1reas de toda la p\xE1gina web. Si se desactiva, se utiliza el reconocimiento inteligente predeterminado y s\xF3lo se traducen las \xE1reas principales. (No se recomienda activarlo)","the number of characters to be translated first":"Traduzca directamente los primeros caracteres de la p\xE1gina sin esperar a desplazarse hasta el \xE1rea de visualizaci\xF3n","interface language":"lenguaje de interfaz","display both the original text and the translation":"Visualizaci\xF3n simult\xE1nea del original y la traducci\xF3n","keyboard shortcuts":"Atajos de teclado",modify:"Modificar las teclas de acceso directo",reset:"revisi\xF3n",close:"coagulaci\xF3n",homepage:"p\xE1gina de inicio",more:"m\xE1s",moreOptions:"M\xE1s opciones de personalizaci\xF3n",translateTheWholePage:"Traducir todas las \xE1reas de la p\xE1gina (a diferencia de reconocer inteligentemente las \xE1reas principales)",changeToTranslateTheWholePage:"Cambiar para traducir todas las regiones",changeToTranslateTheMainPage:"Cambiar al \xE1rea principal de traducci\xF3n",changeToOnlyTranslationMode:"Mostrar s\xF3lo traducciones",changeToDualTranslationMode:"Cambiar a traducci\xF3n biling\xFCe",translateToThePageEndImmediately:"Traducci\xF3n inmediata al final de la p\xE1gina",translateTheMainPage:"Traducci\xF3n inteligente Regiones clave","The local rules are up to date":"Las normas locales de adaptaci\xF3n est\xE1n actualizadas.","Successfully synchronized with the latest official rules:":"Sincronizado con \xE9xito con las \xFAltimas normas oficiales de adaptaci\xF3n.","Checking for updates":"Comprobaci\xF3n de actualizaciones","Rules are being synchronized":"Sincronizaci\xF3n de las normas de adaptaci\xF3n",localVersionIsTooOld:"La versi\xF3n de la extensi\xF3n local es demasiado antigua, por favor actualice la extensi\xF3n a {minVersion} o m\xE1s reciente antes de intentar sincronizar.",badUserscriptBrowser:"El navegador actual no implementa correctamente la interfaz de la <1>extensi\xF3n Grease Mon key (por ejemplo, para obtener informaci\xF3n sobre el n\xFAmero de versi\xF3n del propio script Grease Monkey), por favor, utilice otros navegadores <1>compatibles con la extensi\xF3n Grease Monkey, como Firefox.",foundNewVersion:"Descubra la nueva versi\xF3n",theLocalExtensionIsUpToUpdate:"La extensi\xF3n actual est\xE1 al d\xEDa.",failToSyncRules:"No sincronizaci\xF3n de las \xFAltimas normas de adaptaci\xF3n",retry:"Pulse aqu\xED para volver a intentarlo",failedReason:"Razones del fracaso",currentRuleVersion:"Versi\xF3n actual de la norma",calculating:"c\xE1lculos",unknownError:"error desconocido",canNotFetchRemoteRule:"No se pueden obtener reglas remotas",enableAlphaSuccess:"Alfa activado",disableAlphaSuccess:"Se ha desactivado la funci\xF3n Alfa",cacheSize:"Tama\xF1o de la cach\xE9\uFF1A",cleaning:"en proceso de liquidaci\xF3n",cleanCache:"borrar la cach\xE9",options:"establecer",about:"con respecto a",service:"servicio de interpretaci\xF3n",needAction:"(Ir a Ajustes)",goSettings:"seguir adelante y configurar",needActionForOptions:"(por establecer)",translationEngine:"Opciones de motor",sourceLanguage:"Idioma original",target:"lengua de llegada",popupSourceLanguage:"Idioma original",popupTarget:"lengua de llegada",popupService:"servicio de interpretaci\xF3n",forThisSite:"P\xE1gina web actual",autoEnableSubtitle:"Activa autom\xE1ticamente los subt\xEDtulos biling\xFCes",alwaysTranslate:"Traduzca siempre",neverTranslate:"Nunca traduzca",alwaysTranslateSomeLanguage:"Traduzca siempre {language}",neverTranslateSomeLanguage:"Nunca traduzca {language}",alwaysTranslateSomeSite:"Traduzca siempre {hostname}",neverTranslateSomeSite:"Nunca traduzca {hostname}",alwaysTranslateSomeSiteOrWildSite:"Traduzca siempre el sitio",alwaysTranslateSomePage:"Traducir siempre la p\xE1gina",add:"aumentar",default:"por defecto (ajuste)",forThisLanguage:"Para este idioma\uFF1A","add url":"Introducir URL",edit:"compilador","translate other languages into specific language":"Traduce otros idiomas a tu idioma","select translation service":"Seleccione un servicio de traducci\xF3n",language:"multiling\xFCismo","show-original":"Mostrar texto original",translate:"renderizaci\xF3n",Translated:"traducido",Translating:"en traducci\xF3n",Error:"incorrecto",allowCacheTranslations:"Activar la cach\xE9 de traducci\xF3n local (para reducir las solicitudes de traducci\xF3n de pasajes duplicados)","translation display":"Estilo de visualizaci\xF3n de la traducci\xF3n","select diplay style":"Distinguir entre los estilos de traducci\xF3n, con referencia espec\xEDfica a los siguientes ejemplos",interface:"Ajustes de interfaz",import_export:"Importaci\xF3n y exportaci\xF3n",import_export_title:"Configuraci\xF3n de importaci\xF3n/exportaci\xF3n",syncToGoogleDrive:"Sincronizar con Google Drive ahora",floatBallOptions:"Ajustes de la Hoverball","floatBallOptions.enable":"Habilitar Hoverball","floatBallOptions.blockUrls":"Desactivar el sitio web","floatBallOptions.add":"aumentar","floatBallOptions.blockUrlDesc":"Las Hoverballs no se muestran cuando se encuentran los siguientes sitios web","floatBallOptions.clickType":"comportamiento al hacer clic","floatBallOptions.clickTypeDesc":"Comportamiento del icono Hoverball al hacer clic","floatBallOptions.clickPopup":"Mostrar panel de traducci\xF3n","floatBallOptions.clickTranslate":"Traducci\xF3n/visualizaci\xF3n del texto original","floatBallOptions.fixedPosition":"\u56FA\u5B9A\u4F4D\u7F6E","floatBallOptions.fixedPositionDesc":"\u60AC\u6D6E\u7403\u5728\u7A97\u53E3\u5DE6\u4FA7\u8FD8\u662F\u53F3\u4FA7","floatBallOptions.fixedPositionLeft":"\u5DE6\u4FA7","floatBallOptions.fixedPositionRight":"\u53F3\u4FA7",previewAllThemes:"Vista previa de todos los estilos","translationTheme.none":"no tener","translationTheme.grey":"gris oscuro","translationTheme.dashed":"subrayado punteado","translationTheme.dotted":"gui\xF3n bajo punteado","translationTheme.dashedBorder":"borde punteado","translationTheme.solidBorder":"borde s\xF3lido","translationTheme.underline":"Subrayar l\xEDneas rectas","translationTheme.mask":"Efectos difusos (modos de aprendizaje)","translationTheme.opacity":"efecto de transparencia","translationTheme.paper":"Efecto sombra de papel blanco","translationTheme.dividingLine":"l\xEDnea divisoria","translationTheme.highlight":"alto brillo","translationTheme.marker":"marcador (palabra de pr\xE9stamo)","translationTheme.marker2":"Marcador 2","translationTheme.blockquote":"Estilos de referencia","translationTheme.weakening":"debilitamiento","translationTheme.italic":"tipo de letra inclinado","translationTheme.bold":"espesar","translationTheme.thinDashed":"subrayado de l\xEDnea discontinua fina","translationTheme.nativeDashed":"El sistema viene con un subrayado de puntos","translationTheme.nativeDotted":"El sistema viene con subrayado de puntos","translationTheme.nativeUnderline":"El sistema viene con un subrayado recto","translationTheme.wavy":"l\xEDnea ondulada","translationServices.custom":"API personalizada","translationServices.tencent":"Tencent Traductor","translationServices.tenAlpha":"Tencent Translator (Alfa)","translationServices.google":"Google Translate","translationServices.bai":"Baidu (Alfa)","translationServices.baidu":"Traducci\xF3n de Baidu","translationServices.aliyun":"Traducci\xF3n AliCloud","translationServices.volc":"traducci\xF3n del volc\xE1n","translationServices.deeplx":"DeepLX (Beta)","translationServices.bing":"Microsoft Translate","translationServices.deepl":"DeepL","translationServices.wechat":"Traducci\xF3n de WeChat","translationServices.azure":"Traducci\xF3n Azure","translationServices.ibm":"IBM Watson","translationServices.aws":"Traducci\xF3n Amazon","translationServices.mock":"Traducci\xF3n simulada","translationServices.mock2":"Traducci\xF3n simulada 2","translationServices.caiyun":"lit. nubes de colores y peque\xF1as traducciones","translationServices.cai":"Nubes de colores (Alfa)","translationServices.volcAlpha":"Volc\xE1n (Alfa)","translationServices.openl":"OpenL","translationServices.youdao":"Traducci\xF3n Youtube","translationServices.you":"Youdao Traductor (Alfa)","translationServices.transmart":"Tencent Interactive Traducci\xF3n","translationServices.niu":"Traductor Maverick","translationServices.papago":"Traducci\xF3n de Papago","translationServices.d":"D (Alfa)","translationServices.dpro":"D Pro (Canarias)","translationServices.openai":"OpenAI","translationServices.yandex":"Yandex","translationServices.chatgpt":"ChatGPT Web(3.5 m\xF3vil)","translate title":"Traducir t\xEDtulos de p\xE1ginas","always languages":"Traduzca siempre el idioma",neverTranslateLanguagesLabel:"La lengua que nunca se traducir\xE1",neverTranslateTheFollowingLanguagesDescription:"Las traducciones se omiten cuando un p\xE1rrafo de la p\xE1gina est\xE1 en uno de los siguientes idiomas",enableUserscriptPagePopup:"Mostrar hoverball en la p\xE1gina",enableUserscriptPagePopupDescription:"Despu\xE9s de desactivar el hoverball, se puede recuperar con el acceso directo /{touch}. Se recomienda encarecidamente marcar esta p\xE1gina de configuraci\xF3n para evitar no poder encontrar el hoverball despu\xE9s de desactivar esta opci\xF3n por error.","always translate the following languages":"Traduce autom\xE1ticamente al idioma de destino cuando la p\xE1gina est\xE1 en uno de los siguientes idiomas","always sites":"Sitios web siempre traducidos","always translate the following sites":"Los sitios web se traducen autom\xE1ticamente a la lengua de destino cuando son los nombres de dominio de","never sites":"Sitio nunca traducido","never translate the following sites":"No se realizar\xE1n traducciones cuando el sitio web corresponda a los siguientes dominios","please refer to":"Tienes que rellenar la clave antes de poder utilizarla.",KeyAndConfigurationTutorial:"Tutorial de aplicaci\xF3n y configuraci\xF3n de llaves",useAboveStyleForTheseSites:"Utilice siempre el estilo de traducci\xF3n \u2308{theme}\u230B cuando el sitio sea para los siguientes dominios",currentUrl:"URL actual",confirm:"guardar (un archivo, etc.) (inform\xE1tica)",cancel:"anulaciones",delete:"eliminar","languages.auto":"detecci\xF3n autom\xE1tica",syncToCloud:"Sincronizaci\xF3n con Google Drive",syncToCloudDescription:"Subida a la nube, la configuraci\xF3n se puede sincronizar entre distintos navegadores/scripts de mono de grasa, sea cual sea la \xFAltima modificaci\xF3n.",syncToAccount:"Sincronizaci\xF3n con la nube de traducci\xF3n inmersiva",syncToAccountButton:"Sincronizaci\xF3n instant\xE1nea con la nube",syncToAccountDescription:"Sincroniza autom\xE1ticamente las configuraciones entre distintos dispositivos, sea cual sea el \xFAltimo en modificarse.",successSyncConfigInAccount:"Sincronizaci\xF3n satisfactoria con la nube",successSyncConfigToAccount:"Sincronizaci\xF3n satisfactoria con la nube",syncConfigNoUpdate:"Ya est\xE1 actualizado.",authFail:"Fallo de autorizaci\xF3n",syncTitle:"Gesti\xF3n manual de copias de seguridad",import_hint:"importar (datos)",upload:"cargar",revokeAuth:"revocar una autorizaci\xF3n",uploadFail:"Carga fallida",download:"descargando",importSuccess:"Importado con \xE9xito",importFail:"fallo de importaci\xF3n",deleteFail:"Error al borrar",backupToCloud:"Gesti\xF3n manual de los archivos de copia de seguridad",create_new_backup:"A\xF1adir un nuevo nodo de copia de seguridad",maxBackupFiles:"Se pueden hacer copias de seguridad de hasta{count}nodos diferentes, por favor, elimine los nodos que no necesite.",backupToCloudDescription:"Cargar o restaurar manualmente archivos de copia de seguridad, permitiendo hasta 3 copias de seguridad diferentes.",successSyncConfig:"Sincronizaci\xF3n satisfactoria con la nube",syncFail:"fallo de sincronizaci\xF3n",updatedAt:"Actualizado desde {date}",lastSyncedAt:"\xDAltima consulta en {date}",downloadFail:"Error de descarga",clickToDownload:"Haga clic para descargar",aboutLabel:"Acerca de - Comentarios","browser.openAboutPage":"Acerca de/Feedback",aboutLabelWithoutSponsor:"Acerca de - Comentarios",aboutIntro:"Que todos tengamos un acceso m\xE1s f\xE1cil y agradable a la enorme cantidad de informaci\xF3n en idiomas extranjeros que hay en Internet \u2764\uFE0F Puedes optar por activar tu <6>suscripci\xF3n Pro para utilizar las traducciones listas para usar de DeepL y OpenAI.

Puedes seguirnos en <3>Twitter, <4>Telegram, Weibo, WeChat, o <5>suscribirte a nuestra lista de correo para estar al tanto de las actualizaciones.
<7>Los miembros Pro pueden ponerse en contacto con nosotros en <8>support@immersivetranslate.com para un r\xE1pido servicio de atenci\xF3n al cliente.",aboutIntroWithoutSponsor:"Ojal\xE1 todos tengamos un acceso m\xE1s f\xE1cil y agradable a la enorme cantidad de informaci\xF3n en idiomas extranjeros disponible en Internet \u2764\uFE0F

Puedes seguirnos en <3>Twitter, el <4>canal de Telegram, WeChat, WeChat Exchange, o <5>suscribirte para seguir las actualizaciones por <5>correo electr\xF3nico a continuaci\xF3n.",projectHomepage:"Inicio del proyecto",joinTelegramGroup:"\xDAnase al grupo de usuarios para participar en los debates",wechatPublicAccount:"WeChat P\xFAblico",wechatCommunities:"Grupo de intercambio WeChat",qqCommunities:"Canal de comunicaci\xF3n QQ",joinTelegramChannel:"Siga el canal de Telegram para las \xFAltimas actualizaciones",feedbackAndJoin:"Pregunta Feedback / A\xF1adir Grupo",autoSync:"sincronizaci\xF3n horaria autom\xE1tica",loadingThemeTitle:"Estilo de carga",loadingThemeDescription:"Establecer el estilo mientras se espera a que se cargue la traducci\xF3n","loadingTheme.spinner":"Animaci\xF3n giratoria","loadingTheme.text":"texto est\xE1tico algo ","loadingTheme.none":"no se muestra",developerDescription:"La documentaci\xF3n sobre personalizaci\xF3n avanzada se encuentra <1>aqu\xED","edit border color":"Modificar el color del borde",successSyncButNoChange:"La configuraci\xF3n actual es coherente con la nube",customTheme:"Colores y tama\xF1os personalizados","customThemeLabel.borderColor":"Color del borde","customThemeLabel.borderRadius":"Bordes redondeados","customThemeLabel.textColor":"color del texto","customThemeLabel.backgroundColor":"color de fondo","customThemeLabel.zoom":"Escalado de fuentes (%)","customThemeLabel.opacity":"Opacidad del texto (%)",resetToDefaultColor:"Restablecer los colores por defecto",resetToDefaultSettings:"Restablecer la configuraci\xF3n predeterminada",isTranslateTitle:"Activar la traducci\xF3n de los t\xEDtulos de las p\xE1ginas",isTranslateTitleDescription:"Si est\xE1 activada, se traducen los t\xEDtulos de las p\xE1ginas",enableSearchEnhancement:"Activar la mejora de mensajes biling\xFCes",enableSearchEnhancementDescription:'Una vez activada, los resultados de b\xFAsqueda de "Google News" se mostrar\xE1n autom\xE1ticamente en la columna derecha de los sitios web compatibles (Google News, Google Search (algunas palabras clave), Snowball, Oriental Fortune, Futura, Tiger Community) para las correspondientes palabras clave en ingl\xE9s.',verifyService:"Haga clic aqu\xED para probar el servicio",verified:"Verificar el \xE9xito","field.langs":"C\xF3digos de idioma admitidos","field.model":"modelizaci\xF3n","field.translationEngine":"motor de traducci\xF3n","field.limitPerMinute":"Peticiones m\xE1ximas por minuto","field.limitPerSecond":"N\xFAmero m\xE1ximo de solicitudes por segundo","field.maxTextLengthPerRequest":"Longitud m\xE1xima del texto por solicitud","field.maxTextGroupLengthPerRequest":"N\xFAmero m\xE1ximo de apartados por solicitud","field.apiUrl":"Direcci\xF3n de interfaz API personalizada","field.placeholderDelimiters":"marcador de posici\xF3n reservado","description.custom":"Interfaz personalizada Acceso Documentaci\xF3n necesaria","description.limitPerMinute":"Las solicitudes que superan este l\xEDmite pasan a una cola hasta el inicio del siguiente minuto. Debido a las diversas limitaciones del servicio actual de OpenAI, haz clic <1>aqu\xED para consultar los \xFAltimos valores sugeridos.","description.limitPerSecond":"Las solicitudes que superan este l\xEDmite pasan a una cola hasta el inicio del siguiente segundo. Debido a las diversas limitaciones del servicio actual de OpenAI, haz clic <1>aqu\xED para consultar los \xFAltimos valores sugeridos.","description.generalLimitPerSecond":"Las solicitudes que superan este l\xEDmite pasan a una cola hasta el inicio del segundo siguiente.","description.prompt":"Enviar la conversaci\xF3n a {service} como usuario, donde {{text}} representa el contenido del texto del p\xE1rrafo, {{from}} representa el idioma del p\xE1rrafo y {{to}} representa el idioma objetivo.","description.maxTextLengthPerRequest":"El n\xFAmero m\xE1ximo de caracteres por petici\xF3n es demasiado grande para que la interfaz responda con lentitud, as\xED que pruebe a ajustar esta opci\xF3n para optimizar la velocidad","description.systemPrompt":"Un di\xE1logo enviado a OpenAI como sistema, donde {{text}} indica el contenido textual del p\xE1rrafo,{{from}} indica el idioma del p\xE1rrafo y{{to}} indica el idioma de destino.","field.domain":"reino","description.domain":"El valor predeterminado es\uFF1Ageneral. S\xF3lo puede establecerse si la traducci\xF3n de dominios est\xE1 activada en la consola de la API Arima; consulte <1>aqu\xED los dominios admitidos.","field.scene":"toma","description.scene":"Por defecto\uFF1Ageneral. S\xF3lo se puede establecer si la consola API AliCloud est\xE1 habilitado para Machine Translation Pro, ver <1>aqu\xED para los escenarios compatibles","field.vocabId":"ID del diccionario del usuario","description.vocabId":"El diccionario out_id especificado admite actualmente la traducci\xF3n del ingl\xE9s al chino.","description.model":"Modelos OpenAI, pueden ser gpt-3.5-turbo, gpt-4, etc.","description.maxTextGroupLengthPerRequest":"El n\xFAmero de p\xE1rrafos enviados al servicio de traducci\xF3n a la vez, si hay demasiados p\xE1rrafos, puede hacer que la interfaz responda m\xE1s lentamente.","description.apiUrl":"Por favor, a\xF1ada URLs espec\xEDficas con rutas, <1>m\xE1s descripci\xF3n",enabledExtension:"Habilitar extensiones",clickToDisableExtension:"Haga clic para desactivar las extensiones",clickToEnableExtension:"Haga clic para activar las extensiones",hasBeenDisabled:"desactivado","show password":"Mostrar contrase\xF1a",customContent:"Introduzca un nombre de modelo personalizado",inputOptions:"Mejora del cuadro de entrada",mouseHoverOptions:"al pasar el rat\xF3n",modifyMouseHoverKey:"Modificar el acceso directo del rat\xF3n",enableInputTranslation:"Activar o no la mejora del cuadro de entrada",enableInputTranslationDescription:"Una vez activado, escriba {startingKey}{startingKey} hola directamente en el cuadro de entrada, luego pulse r\xE1pidamente{inputTrailingTriggerKeyRepeatTimes}veces{trailingKey}para traducir a {inputTargetLanguage}",enableInputTranslationDescriptionForNoneKey:"Una vez activado, escriba\uFF1AHello World directamente en el cuadro de entrada y, a continuaci\xF3n, pulse r\xE1pidamente{inputTrailingTriggerKeyRepeatTimes}{trailingKey}veces para traducir al idioma de destino predeterminado.",inputTargetLanguage:"Establecer el idioma de destino por defecto para los cuadros de entrada",inputTargetLanguageDescription:"Idioma de destino por defecto para la traducci\xF3n del cuadro de entrada, es decir, {startingKey}{startingKey} como idioma por defecto para las palabras desencadenantes.",inputTargetLanguageDescriptionForNoneKey:"Idioma de destino predeterminado para la traducci\xF3n del cuadro de entrada",inputStartingTriggerKeyTitle:"Configuraci\xF3n del car\xE1cter de divisi\xF3n para la traducci\xF3n parcial del cuadro de entrada",inputStartingTriggerKeyDescription:"Cuando no necesite traducir todo el cuadro de entrada, el divisor le permite traducir s\xF3lo la parte desde {startingKey}{startingKey} hasta el final del cuadro de entrada, o puede especificar el c\xF3digo de idioma, por ejemplo\uFF1A{startingKey}ja significa traducir s\xF3lo la parte desde {startingKey}ja hasta el final del cuadro de entrada.",inputStartingTriggerKeyDescriptionForNoneKey:"La configuraci\xF3n actual de sin prefijo no es necesaria, y la funci\xF3n de traducci\xF3n de algunos textos en el cuadro de entrada no est\xE1 disponible por el momento.",inputTrailingTriggerKeyTitle:"Seleccione un car\xE1cter de activaci\xF3n de fin de entrada",inputTrailingTriggerKeyDescription:"\xA13 golpes r\xE1pidos{trailingKey} comenzar\xE1 a traducir!",inputTrailingTriggerKeyTimeout:"Introduce el tiempo entre disparos de fin de combate",inputTrailingTriggerKeyTimeoutDescription:"Establece el tiempo (en milisegundos) entre disparos de combo de fin de entrada.",spaceKey:"<\u7A7A\u683C\u952E>",noneKey:"Traducci\xF3n directa de todo el cuadro de texto sin prefijos",inputTranslationBlockUrlsTitle:"No active la mejora del cuadro de entrada en las siguientes URL",inputTranslationBlockUrlsDescription:"Las mejoras del cuadro de entrada no funcionar\xE1n en las siguientes URL",clickToSeeQuickDemo:"Haga clic para ampliar el v\xEDdeo tutorial r\xE1pido de 30 segundos",inputHelperInfo:"Descripci\xF3n\uFF1AHemos optimizado el hecho de que algunos caracteres desencadenantes se convertir\xE1n en signos de puntuaci\xF3n chinos bajo m\xE9todos de entrada chinos, por ejemplo, / se convertir\xE1 en un signo dun , bajo el m\xE9todo de entrada Sogou, e Immersive Translator soporta todos los s\xEDmbolos chinos correspondientes a los caracteres desencadenantes, es decir, //,,, ser\xE1n reconocidos como caracteres desencadenantes.

Tambi\xE9n soportamos alias Chinos para c\xF3digos de lenguaje como comandos, por ejemplo /Japanese Hello World ser\xE1 traducido al Japon\xE9s, <1>haga clic aqu\xED para ver todos los c\xF3digos de lenguaje soportados.",reloadCurrentPage:"Actualice la p\xE1gina actual antes de iniciar la traducci\xF3n.",noLocalFilePermissionForPDF:"Usted no tiene permiso para leer archivos locales, por favor haga clic en el bot\xF3n de arriba y luego importar archivos locales.",noPermissionForThisPage:"\u26A0\uFE0F No hay permiso para traducir la p\xE1gina actual",retryAllParagraphs:"Reintentar todos los pasajes de error",retryAllButton:"Reintentar todos los pasajes de error",errorTooltipTitle:"Haga clic para ver la causa del error",errorModalTitle:"Parece que algo va mal con el servicio de traducci\xF3n o la red...",disableConfirm:"Entorno biling\xFCe de mejora de la informaci\xF3n",disableOnce:"Esta inhabilitaci\xF3n",disableGlobal:"desactivar permanentemente",disableTint:"* Puede volver a activarlo en {option} .",searchEnhancementNotes:"Tras activar la funci\xF3n de mejora de la informaci\xF3n biling\xFCe con traducci\xF3n inmersiva, buscaremos autom\xE1ticamente las mismas palabras clave en ingl\xE9s en los sitios web compatibles (Google News, Google Search (algunas palabras clave), Snowball, Oriental Wealth, Futura, Tiger) y las mostraremos a la derecha. Si no necesitas esta funci\xF3n, puedes desactivarla.",option:"establecer",saveSettings:"Guardar configuraci\xF3n",closeModal:"Cerrar ventana",enableInputTranslationWithoutTriggerKeyTitle:"Habilite 3 pulsaciones r\xE1pidas en{trailingKey}para traducir directamente todo el cuadro de entrada a{inputTargetLanguage}",enableInputTranslationWithoutTriggerKeyDescription:"Para especificar el idioma de destino, antep\xF3ngale el c\xF3digo del idioma, por ejemplo:\uFF1Aja Hola Mundo",mouseHoverShortcutPlaceholder:"p. ej.\uFF1ATurno",deepLProName:"Miembro de Immersive Translation Pro (Recomendado)",deepLProDescription:"El paquete actual puede utilizarse directamente",deeplProDescriptionForNormal:"No requiere instalaci\xF3n, los miembros pueden utilizarlo despu\xE9s de iniciar sesi\xF3n, <1>haga clic aqu\xED para actualizar a miembro",deepLCustomDescription:"Se requiere tarjeta de cr\xE9dito extranjera, abierta oficialmente en <1>DeepL, haga clic para ver <2>la documentaci\xF3n",deepLCustomName:"Clave de autenticaci\xF3n personalizada",chooseProviderLabel:"Seleccione un proveedor de servicios",openaiProName:"Miembro de Immersive Translation Pro (Recomendado)",openaiProDescription:"El paquete actual puede utilizarse directamente",openaiProDescriptionForNormal:"No requiere instalaci\xF3n, los miembros pueden utilizarlo despu\xE9s de iniciar sesi\xF3n, <1>haga clic aqu\xED para actualizar a miembro",openaiCustomDescription:"Disponible en OpenAI, Azure OpenAI u otros servicios de terceros. <1>Haga clic aqu\xED para consultar la documentaci\xF3n.",openaiCustomName:"Clave API personalizada",needLoginAction:"(Afiliaci\xF3n abierta o personalizaci\xF3n)",goLoginOrAction:"(Abra una cuenta o vaya a la configuraci\xF3n)",yearly:"efectuar un pago anual consecutivo",quarterly:"embalaje secuencial",monthly:"suscripci\xF3n mensual",yearlyForOnce:"Paquete anual \xFAnico",monthlyForOnce:"Paquete mensual \xFAnico",daily:"d\xEDas consecutivos de paquetes",year:"efectuar un pago anual consecutivo",quarter:"embalaje secuencial",month:"suscripci\xF3n mensual",day:"d\xEDas consecutivos de paquetes",onetime_7day:"Pack Experiencia 7 d\xEDas",currentPlanDescriptionForFree:"Paquetes actuales\uFF1AGratis",currentPlanDescriptionForContinuous:"El paquete actual\uFF1A{plan}se renovar\xE1 autom\xE1ticamente en {endAt} .",currentPlanDescriptionForAutoRenewCaceling:"El paquete actual\uFF1A{plan}expirar\xE1 en {endAt} y no se renovar\xE1 autom\xE1ticamente a su vencimiento.",currentYearlyPlanDescriptionForAutoRenewCacelingWithRealPaiedUser:"El paquete actual,\uFF1A{plan}, caducar\xE1 en {endAt} y no se renovar\xE1 autom\xE1ticamente a su vencimiento.
<1>Haga clic aqu\xED para gestionar su plan de renovaci\xF3n",currentYearlyPlanDescriptionForAutoRenewCacelingWithAdmin:"El paquete actual,\uFF1A{plan}, caducar\xE1 en {endAt} y no se renovar\xE1 autom\xE1ticamente a su vencimiento.
<1>Haga clic aqu\xED para activar la suscripci\xF3n anual continua",currentPlanDescriptionForOneTime:"La suscripci\xF3n actual\uFF1A{plan}expirar\xE1 en {endAt} , <1>haga clic aqu\xED para cambiar a una suscripci\xF3n <1>anual o <2>mensual.",upgradePlan:"Haga clic aqu\xED para pasar a Pro",upgradeToPro:"Actualizar a miembro Pro","popup.openPro":"Actualice su suscripci\xF3n a Pro para disfrutar de DeepL y de la traducci\xF3n OpenAI, \xA1haga clic aqu\xED para actualizar!","popup.openProForPro":"Eres un miembro Pro con acceso directo a DeepL y a las traducciones de OpenAI.",currentAccount:"cuenta corriente",enableAutoSyncUserSettings:"Sincronizaci\xF3n autom\xE1tica en la nube de varios dispositivos",modalEnableInputTranslationTitle:"Traducci\xF3n inmersiva Cuadro de entrada Alertas de traducci\xF3n",modalEnableInputTranslationDesc:"Acaba de activar la traducci\xF3n del cuadro de entrada de Immersive Translation pulsando la barra espaciadora 3 veces en r\xE1pida sucesi\xF3n, y el contenido del cuadro de entrada se traducir\xE1 al idioma de destino predeterminado. La traducci\xF3n puede deshacerse con Ctrl+Z.

Si ha sido un error, no se preocupe, puede elegir desactivarla esta vez, o desactivar permanentemente la traducci\xF3n del cuadro de entrada.",saveAndNotShowAgain:"Guardar y dejar de preguntar",disableInputTranslationTips:"* Tambi\xE9n puedes configurar otros atajos para que se activen en {option} ,{learnMore}.",learnMore:"M\xE1s informaci\xF3n",continueEnalbeInputTranslation:"Seguir activando la traducci\xF3n del cuadro de entrada",autoRenewTrialSuffix:'(En la versi\xF3n de prueba,pas\xF3 inmediatamente a ser miembro de pleno derecho)',upgradeFromTrialTitle:"Pasar a Miembro de pleno derecho",subtitle:"subtitulado de v\xEDdeo",youtubeService:"Traducci\xF3n por inmersi\xF3n Servicios de traducci\xF3n de subt\xEDtulos de v\xEDdeo","subtitle.disabledSubtitle":"Desactivar permanentemente la funci\xF3n de subt\xEDtulos de v\xEDdeo","subtitle.disabledSubtitleDescription":"Si Immersive Translator's Video Subtitles entra en conflicto con otras extensiones, puedes optar por desactivar permanentemente la funcionalidad de Immersive Translator's Video Subtitles o desinstalar otras extensiones conflictivas.","subtitle.autoEnableSubtitle":"Uso autom\xE1tico de subt\xEDtulos biling\xFCes","subtitle.autoEnableSubtitleDescription":"Una vez activado, se mostrar\xE1n autom\xE1ticamente subt\xEDtulos biling\xFCes cuando se reproduzca el video, de lo contrario, necesitar\xE1 hacer clic en el bot\xF3n de traducci\xF3n para que se muestren.","subtitle.preTranslation":"Traducir subt\xEDtulos mediante traducci\xF3n inmersiva","subtitle.preTranslationDescription":"Cuando est\xE1 activada, se pretraducir\xE1 todo el subt\xEDtulo utilizando el servicio de traducci\xF3n especificado m\xE1s abajo, y un v\xEDdeo de 1 hora consumir\xE1 unos 50.000 tokens o caracteres, as\xED que util\xEDzalos seg\xFAn tu criterio; cuando est\xE1 desactivada, se utilizar\xE1n primero los subt\xEDtulos originales.","subtitle.humanSubtitlesPreferred":"Uso prioritario del subtitulado humano","subtitle.humanSubtitlesPreferredDescription":"Priorizar el uso de subt\xEDtulos humanos cuando el v\xEDdeo disponga de subt\xEDtulos humanos en la lengua de llegada (recomendado)",videoSubtitleTranslationDescription:"Asignar un servicio de traducci\xF3n independiente para los subt\xEDtulos de v\xEDdeo",subtitleTranslating:"Por favor, espere mientras se traducen los subt\xEDtulos mediante el servicio {service} ... (traducci\xF3n por inmersi\xF3n)",subtitleLoading:"Cargando subt\xEDtulos...",bilingual:"biling\xFCismo","field.action":"Activar o no la terminolog\xEDa Baidu","description.action":"Cuando est\xE9 activado, se a\xF1adir\xE1 un par\xE1metro action=1 a la solicitud para informar a Baidu del t\xE9rmino activado; <1>consulte la documentaci\xF3n oficial para obtener m\xE1s informaci\xF3n.",closeQuickTranslation:"Cerrar Hoverball","closeQuickTranslation.untilNext":"Esta vez cerrado hasta la pr\xF3xima visita","closeQuickTranslation.currentWebsite":"Sitio actual desactivado","closeQuickTranslation.alwaysClose":"desactivar permanentemente","closeQuickTranslation.settingOpen":"(puede activarse en la <1>p\xE1gina de configuraci\xF3n )","closeQuickTranslation.cancel":"anulaciones","closeQuickTranslation.confirm":"defina","floatBall.popup":"Abrir el panel de ajustes r\xE1pidos","floatBall.translate":"Haga clic para traducir la p\xE1gina","floatBall.showOriginal":"Haga clic para volver al art\xEDculo original","floatBall.close":"Cerrar Hoverball","floatBallOptions.enableDescPc":"Despu\xE9s de activar el hoverball de la p\xE1gina, aparecer\xE1 un bot\xF3n de traducci\xF3n r\xE1pida en la parte derecha de la p\xE1gina, \xA1haz clic en \xE9l para traducir!","floatBallOptions.enableDesc":"Despu\xE9s de apagar el hoverball, puedes recuperarlo con{touch}. Se recomienda encarecidamente marcar esta p\xE1gina de configuraci\xF3n para evitar no poder encontrar el hoverball despu\xE9s de desactivar esta opci\xF3n por error.","description.azureApiUrl":"Introduzca la direcci\xF3n de la interfaz API personalizada",confirmSupportMouse:"Forzar la activaci\xF3n del soporte de rat\xF3n",confirmSupportMouseDescription:"Detectado que el navegador actual no soporta la funci\xF3n de rat\xF3n, \xBFse fuerza a habilitar el soporte de rat\xF3n?",sampleTargetText:"Llegar\xE1 la larga noche, y velar\xE9 desde hoy hasta que muera. No tomar\xE9 esposa, no har\xE9 feudo, no tendr\xE9 hijos. No llevar\xE9 corona, no luchar\xE9 por el honor. Cumplir\xE9 con mi deber, vivir\xE9 y morir\xE9.",sampleSourceText:"Night gathers, and now my watch begins. It shall not end until my death. I shall take no wife, hold no lands, father no children. I shall wear no crowns and win no glory. I shall live and die at my post.","subtitle.supportedSites":"\u5DF2\u652F\u6301\u5728\u8FD9\u4E9B\u7F51\u7AD9\u4F7F\u7528\u53CC\u8BED\u5B57\u5E55\uFF08\u6CE8\u610F\uFF1A\u7531\u4E8E\u6280\u672F\u9650\u5236\uFF0C\u90E8\u5206\u7F51\u7AD9\u5728\u9996\u6B21\u5F00\u542F\u5B57\u5E55\u540E\u9700\u8981\u91CD\u65B0\u5237\u65B0\u9875\u9762\uFF0C\u6216\u8005\u9700\u7B49\u5F85\u7FFB\u8BD1\u5B8C\u6210\u4EE5\u663E\u793A\u53CC\u8BED\u5B57\u5E55\uFF09\uFF1A",viewWithImmersiveTranslate:"\u53CC\u8BED\u7248\u672C(\u6C89\u6D78\u5F0F\u7FFB\u8BD1)",errorReason:"\u9519\u8BEF\u539F\u56E0\uFF1A{message}","proQuotaExceededError.onetime7day":'\uFF0C\u60A8\u53EF\u4EE5\u9009\u62E9\u4EE5\u4E0B\u65B9\u5F0F\u89E3\u51B3\uFF1A

1. \u5207\u6362\u5230 {anotherService} \u6216\u5176\u4ED6\u7FFB\u8BD1\u670D\u52A1
2. \u5347\u7EA7\u4E3A\u6708\u5EA6/\u5E74\u5EA6\u4F1A\u5458',"proQuotaExceededError.trial":'\uFF0C\u60A8\u53EF\u4EE5\u9009\u62E9\u4EE5\u4E0B\u65B9\u5F0F\u89E3\u51B3\uFF1A

1. \u5207\u6362\u5230 {anotherService} \u6216\u5176\u4ED6\u7FFB\u8BD1\u670D\u52A1
2. \u7ACB\u523B\u5347\u7EA7\u4E3A\u6B63\u5F0F\u4F1A\u5458',"proQuotaExceededError.nonTrial":'\uFF0C\u60A8\u53EF\u4EE5\u9009\u62E9\u4EE5\u4E0B\u65B9\u5F0F\u89E3\u51B3\uFF1A

1. \u5207\u6362\u5230 {anotherService} \u6216\u5176\u4ED6\u7FFB\u8BD1\u670D\u52A1
2. \u8D2D\u4E70 {translationService} \u989D\u5916\u6D41\u91CF\u5305',"proQuotaExceededError.resetTime":"
3. \u989D\u5EA6\u91CD\u7F6E\u65F6\u95F4\uFF1A{resetTime}","desc.touchShortcutsToggleTranslatePageOnlyTranslation":"Solo se muestra la traducci\xF3n se refiere a que solo se mostrar\xE1 la traducci\xF3n, si la p\xE1gina web a\xFAn no se ha traducido, cambiar\xE1 el modo y traducir\xE1.","desc.toggleOnlyTransation":"El modo de solo traducci\xF3n se refiere a mostrar solo el texto traducido, si la p\xE1gina web a\xFAn no se ha traducido, cambiar\xE1 el modo y traducir\xE1.",touchShortcutsToggleTranslatePageOnlyTranslation:"Configurar gestos de pantalla t\xE1ctil para cambiar entre modo biling\xFCe/solo texto traducido",download_started:"La descarga ya ha comenzado, si no se descarga autom\xE1ticamente, haga clic manualmente.",here:"aqu\xED","desc.toggleVideoSubtitlePreTranslation":"Al presionar, los subt\xEDtulos biling\xFCes del video usar\xE1n preferentemente la configuraci\xF3n de traducci\xF3n inmersiva, al presionar nuevamente, se dar\xE1 prioridad a los subt\xEDtulos de traducci\xF3n autom\xE1tica incluidos en el video original. Nota: este atajo modifica la configuraci\xF3n global.",videoSubtitlePreTranslationOn:"Los subt\xEDtulos del video tendr\xE1n prioridad para usar la traducci\xF3n inmersiva.",videoSubtitlePreTranslationOff:"Los subt\xEDtulos del video dar\xE1n prioridad a los subt\xEDtulos de traducci\xF3n autom\xE1tica incluidos en el video original.",translationFont:"Establecer fuente","translationFont.custom":"Ingrese fuente personalizada","translationFont.customPlaceholder":"fuente","translationFont.notSupportErrorMessage":"Por favor, verifique si el nombre de la fuente que ingres\xF3 es correcto, o confirme si esta fuente ya est\xE1 instalada en su dispositivo.","touch.mouse-translate":"Traducir el p\xE1rrafo especificado.","translationServices.inherit":"Siga el servicio de traducci\xF3n principal","error.serveConfigError":"Error de configuraci\xF3n del servicio","error.reloadPageOfSetting":"Despu\xE9s de configurar, por favor refresca la p\xE1gina para traducir de nuevo.","error.googleLimitIp":"El servicio devuelve un error, el servicio de Google ha limitado la direcci\xF3n IP, se recomienda que cambie el nodo de red.","error.openAIFreeLimit":"El servicio devuelve un error, la frecuencia actual de solicitudes de traducci\xF3n ha alcanzado el l\xEDmite m\xE1ximo de 3 veces por minuto, por favor intente de nuevo m\xE1s tarde. (Esta es una restricci\xF3n de OpenAI oficial para la API Key gratuita, para eliminar esta restricci\xF3n, por favor vincule una tarjeta de cr\xE9dito en el backend de OpenAI.)","error.openAIExceededQuota":"El servicio devuelve un error: el saldo de tu cuenta de OpenAI es insuficiente, por favor recarga o vincula una tarjeta de cr\xE9dito en el panel de control oficial de OpenAI.","error.429":"El servicio devuelve un error, lo que indica que la solicitud es demasiado frecuente o excede el l\xEDmite de cuota, por favor intente de nuevo m\xE1s tarde.","error.403":"El servicio devuelve un error, no tiene permiso temporal para acceder a este servicio.","error.400":"El servicio devuelve un error, el par\xE1metro de solicitud es incorrecto, por favor verifica la configuraci\xF3n correspondiente.","error.502":"El servicio devuelve un error, el servicio se ha agotado, por favor intente de nuevo m\xE1s tarde.","error.proTokenInvalid":"Si usted es un usuario Pro, por favor inicie sesi\xF3n para usar el servicio de traducci\xF3n Pro.","error.proUpgrade":"Despu\xE9s de la actualizaci\xF3n, por favor refresca la p\xE1gina y traduce de nuevo.","error.configError":"Los datos de configuraci\xF3n son anormales.","error.goReset":"Ir a restablecer",batchEdit:"Operaci\xF3n en masa","translationModeLang.translation.title":"Solo modo de traducci\xF3n de idioma","translationModeLang.translation.description":"Cuando el idioma de la p\xE1gina es uno de los siguientes, se utilizar\xE1 autom\xE1ticamente solo el modo de traducci\xF3n.","translationModeUrl.translation.title":"Solo el modo de direcci\xF3n web de traducci\xF3n","translationModeUrl.translation.description":"Cuando el sitio web tiene los siguientes dominios, se utilizar\xE1 autom\xE1ticamente el modo de solo traducci\xF3n.","error.serveUnavailable":"El servicio [{serverName}] que est\xE1 utilizando actualmente no est\xE1 disponible temporalmente debido a problemas con la conexi\xF3n a la red o el proveedor del servicio. Le sugerimos que intente actualizar la p\xE1gina o cambiar a otro servicio de traducci\xF3n a trav\xE9s de <1>Configuraci\xF3n. Si usted es un miembro <2>Pro, puede optar por utilizar los servicios de traducci\xF3n m\xE1s estables de DeepL o OpenAI (<3>haga clic aqu\xED para probarlo gratis). Adem\xE1s, es posible que necesite revisar su configuraci\xF3n de red o proxy.",detectServiceLoading:"Detectando servicios de traducci\xF3n disponibles...",toggleToService:"Cambie a {service} e intente de nuevo.","error.gemini.429":"El servicio actual de Gemini ha alcanzado su capacidad m\xE1xima, por favor intente m\xE1s tarde o cambie a otro servicio de traducci\xF3n.",enableSentryReport:"Cuando ocurre un error de expansi\xF3n, usa Sentry para enviar comentarios.",notLogin:"No registrado",goLogin:"Iniciar sesi\xF3n",touchShortcutsOff:"Cerrar",shortcutSettings:"Atajo de teclado","tagsInput.add":"+ A\xF1adir",translationOnlyMode:"Solo modo de traducci\xF3n","multipleClick.2":"Haz doble clic",contact:"Cont\xE1ctanos","widget.translateFile":"PDF/ePub","subtitle.hideQuickButton":"Ya no mostrar este atajo","translationServices.gemini":"G\xE9minis","widget.instructionTooltip":"Consultar las instrucciones de uso","subtitle.bilingual":"Subt\xEDtulos biling\xFCes","error.retry":"Reintentar","multipleClick.4":"Cu\xE1druple golpe",buildSnapshots:"Generar captura de p\xE1gina web","error.subscriptionExpiredTitle":"La membres\xEDa ha expirado","slide.left":"Desliza a la derecha","widget.videoSubtitle":"subt\xEDtulos de video","browser.translateWithDeepL":"Uso temporal de DeepL para traducir la p\xE1gina actual","subtitle.autoDisableSubtitle":"No activar autom\xE1ticamente los subt\xEDtulos biling\xFCes","browser.translateWithBing":"Uso temporal de Microsoft para traducir la p\xE1gina actual","error.reason":"Raz\xF3n del error","browser.translateWithTransmart":"Uso temporal de Tencent para traducir la p\xE1gina actual",pickAll:"Seleccionar todo","browser.translateInputBox":"Traducir el contenido actual del cuadro de entrada.","floatBall.iKnow":"Ya lo s\xE9.",temprarilyChangeTranslationTo_deepl:"Estoy usando DeepL para traducir la p\xE1gina actual.","multipleClick.3":"Triple golpe","intro.hoverTitle":"Pase el mouse para traducir el p\xE1rrafo actual",temprarilyChangeTranslationTo_transmart:"Est\xE1 utilizando Tencent para traducir la p\xE1gina actual.","intro.floatBallTitle":"Bola flotante de traducci\xF3n r\xE1pida",paragraphMinTextCountField:"El n\xFAmero m\xEDnimo de caracteres necesarios para traducir un p\xE1rrafo","shortcutGroup.touch":"Gestos espec\xEDficos para pantallas t\xE1ctiles",temprarilyChangeTranslationTo_gemini:"Estoy usando Gemini para traducir la p\xE1gina actual.",temprarilyChangeTranslationTo_bing:"Est\xE1 utilizando Microsoft para traducir la p\xE1gina actual.","shortcutGroup.main":"Atajos de teclado de funciones comunes",mouseHoverCustomKeyTitle:"Personalizar el atajo de teclado para el rat\xF3n en suspensi\xF3n","shortcutGroup.shortcutsForTranslationServices":"Atajos de teclado relacionados con el servicio de traducci\xF3n",touchShortcutsToggleTranslateTouchElement:"Configurar gestos t\xE1ctiles para traducir p\xE1rrafos espec\xEDficos",notLoginPro:"Todav\xEDa no has iniciado sesi\xF3n en tu cuenta de miembro.","intro.subtitleTitle":"Visualizaci\xF3n de subt\xEDtulos biling\xFCes en videos en l\xEDnea","subtitle.showQuickButton":"En el reproductor se muestra el atajo de subt\xEDtulos biling\xFCes",temprarilyChangeTranslationTo_google:"Est\xE1 utilizando Google Traductor para traducir la p\xE1gina actual.",upgradeToProErrorTitle:"Por favor, actualice a miembro Pro para utilizar este servicio de traducci\xF3n.","widget.instruction":"Instrucciones de uso","slide.right":"Desliza a la izquierda","browser.translateWithOpenAI":"Uso temporal de OpenAI para traducir la p\xE1gina actual","shortcutGroup.others":"M\xE1s atajos de teclado personalizados","browser.toggleMouseHoverTranslateDirectly":"Habilitar o deshabilitar temporalmente la traducci\xF3n directa al pasar el mouse en la p\xE1gina",alwaysTranslateThisSite:"Siempre traduce este sitio web",neverTranslateThisSite:"Nunca traduzca este sitio web","shortcutGroup.mouse":"Configuraci\xF3n de atajos de teclado para el rat\xF3n en suspensi\xF3n","widget.translateFileTooltip":"Traducir documentos PDF, EPUB, SRT, ASS, HTML y TXT","browser.translateWithGemini":"Usa temporalmente Gemini para traducir la p\xE1gina actual","browser.toggleVideoSubtitlePreTranslation":"Cambie a subt\xEDtulos biling\xFCes y priorice la configuraci\xF3n de traducci\xF3n inmersiva.",networkError:"El servicio de traducci\xF3n o la red tienen problemas.",loggedIn:"Conectado","widget.videoSubtitleTooltip":"Apoya Youtube y otros {count}+ sitios web de videos",touchShortcutsToggleTranslationMask:"Configurar gestos t\xE1ctiles para mostrar la m\xE1scara de traducci\xF3n / mostrar el texto original","floatBall.guideClickToTranslate":"Haz clic en la bola flotante de traducci\xF3n inmersiva para traducir r\xE1pidamente","desc.touchShortcutsToggleTranslateTouchElement":"Personalice un gesto y podr\xE1 traducir cualquier p\xE1rrafo en el que se encuentre.","floatBall.longPress":"Mant\xE9n presionado para abrir r\xE1pidamente el panel de configuraci\xF3n.","error.subscriptionExpired":"Es posible que su membres\xEDa haya expirado, por favor verifique el estado de su membres\xEDa.",shortcutSettingsTitle:"Configuraci\xF3n de atajos de teclado",temprarilyChangeTranslationTo_openai:"Estoy usando OpenAI para traducir la p\xE1gina actual.","browser.translateWithGoogle":"Uso temporal de Google Traductor para traducir la p\xE1gina actual","desc.interfaceLanguage":"La configuraci\xF3n del idioma de la interfaz afecta el idioma de visualizaci\xF3n del panel de control y no tiene relaci\xF3n con el idioma objetivo de la traducci\xF3n.","description.baiduField":"Las \xE1reas de apoyo se ven <1>aqu\xED, si est\xE1 vac\xEDo significa que no se especifica el \xE1rea.","contact.description":"Si tiene alguna pregunta o sugerencia, no dude en completar el formulario a continuaci\xF3n para contactarnos, o env\xEDe un correo electr\xF3nico a {email}, le responderemos lo antes posible.","neverTranslateText.title":`Por favor, traduce directamente al espa\xF1ol (evita explicar el texto original): + {env.imt_trans_field}: \xDCbersetzung`,"subtitle.quickButton.red":"Rot","subtitle.quickButton.blue":"Blau","subtitle.quickButton.magenta":"Magenta","translationServices.claude":"Claude","subtitle.quickButton.white":"Wei\xDF","subtitle.quickButton.translationPositionBottom":"\u539Ftext unten","subtitle.quickButton.yellow":"Gelb","subtitle.quickButton.cyan":"Blau","subtitle.quickButton.green":"Gr\xFCn","subtitle.quickButton.backgroundOpacity":"Hintergrundunsch\xE4rfe","subtitle.quickButton.translationPosition":"\xDCbersetzungsposition","subtitle.quickButton.translationTextColor":"\xDCbersetzungsschriftfarbe","subtitle.quickButton.sourceFontSize":"Originalschriftgr\xF6\xDFe","subtitle.quickButton.translationFontSize":"\xDCbersetzungs-Schriftgr\xF6\xDFe","subtitle.quickButton.sourceTextColor":"Urspr\xFCngliche Schriftfarbe","subtitle.quickButton.black":"Schwarz","subtitle.quickButton.backgroundColor":"Hintergrundfarbe","subtitle.quickButton.setting":"Einstellung","subtitle.quickButton.translationPositionTop":"Oben im Originaltext",attachSubtitleTranslating:"Verwenden Sie {service} zur \xDCbersetzung...","error.claude.403":"Keine Berechtigung zum Zugriff auf den Dienst, m\xF6glicherweise im Zusammenhang mit den regionalen Einschr\xE4nkungen von Claude. Sie k\xF6nnen versuchen, Ihre IP-Adresse zu wechseln, oder andere \xDCbersetzungsdienste nutzen.","browser.brandDescriptionForSafari":"\u3010Immersive \xDCbersetzung\u3011Ein kostenloses zweisprachiges Webseiten-\xDCbersetzungs-Plugin (Originaltext/\xDCbersetzung), das gleichzeitig PDF-\xDCbersetzung und EPUB-E-Book-\xDCbersetzung unterst\xFCtzt und das Originaldokumentenlayout beibeh\xE4lt, Youtube/Netflix und andere Online-Video-Zweisprachen-Untertitel-\xDCbersetzung, Unterst\xFCtzung f\xFCr Deepl/Google und andere Mainstream-\xDCbersetzungsdienste;","browser.textTranslate":"Text\xFCbersetzung","browser.PdfProFile":"Von KI angetriebene PDF Pro \xDCbersetzung"};var I4={nologin:"no conectado",loginForSafari:"Iniciar sesi\xF3n o registrarse",login:"Iniciar sesi\xF3n para abrir una cuenta",manageAccount:"Cuentas gestionadas",openPremium:"Afiliaci\xF3n abierta",logout:"abortar",curentPlan:"Paquetes actuales",endAt:"caducidad",endAuto:"renovaci\xF3n autom\xE1tica",lineBreakMaxTextCount:"N\xFAmero m\xE1ximo de caracteres permitidos por frase despu\xE9s de los saltos de l\xEDnea","translate-pdf":"Haga clic para traducir PDF","noSupportTranslate-pdf":"Script no soportado por favor use plugin","translate-firefox-local-pdf":"Haga clic para ir a Importar PDF",enableLineBreak:"Activar el salto de l\xEDnea autom\xE1tico para p\xE1rrafos largos",sponsorLabel:"1 $ Desarrolladores patrocinados",help:"mano",browserShortcutsNoteForFirefox:"Para cambiar los accesos directos en Firefox, tienes que abrir la p\xE1gina de gesti\xF3n de extensiones `about:addons`, luego hacer clic en `Settings`, y despu\xE9s en `Manage Shortcuts` para configurar los accesos directos.",browserShortcutsNoteForChrome:"Para modificar los accesos directos en Chrome, tienes que abrir la p\xE1gina de gesti\xF3n de extensiones, establecerlos en el panel `Manage Shortcuts` (`chrome://extensions/shortcuts`), y hacer clic en el bot\xF3n de abajo para saltar a la p\xE1gina de gesti\xF3n de accesos directos.",browserShortcutsSucks:"Los accesos directos personalizados tienen el siguiente formato (no se reconoce autom\xE1ticamente, introd\xFAzcalo directamente)\uFF1A",enableLineBreakDescription:"Si est\xE1 activada, se insertar\xE1n saltos de l\xEDnea al final de cada frase en los p\xE1rrafos largos para facilitar su lectura.","browser.shortBrandName":"Traducci\xF3n por inmersi\xF3n","browser.brandName":"Immersion Translation: Traducci\xF3n biling\xFCe de p\xE1ginas web y documentos PDF","browser.brandDescription":"Bilingual web page translation, also supports PDF translation, bilingual Epub eBook translation, free to use.","browser.toggleTranslatePage":"Traducir p\xE1gina/visualizar texto original","browser.toggleTranslateTheWholePage":"Traducir todas las \xE1reas de la p\xE1gina/visualizar el texto original","browser.toggleOnlyTransation":"Cambiar al modo biling\xFCe/solo texto traducido","browser.toggleTranslateToThePageEndImmediately":"Traducci\xF3n inmediata al final de la p\xE1gina/visualizaci\xF3n del texto original","browser.toggleTranslateTheMainPage":"Traducir el \xE1rea principal de la p\xE1gina/visualizar el texto original","browser.shareToDraft":"Compartir p\xE1ginas biling\xFCes","browser.openOptionsPage":"Abrir la p\xE1gina de configuraci\xF3n","browser.toggleTranslationMask":"Mostrar/ocultar el efecto de desenfoque de traslaci\xF3n","browser.translateLocalPdfFile":"Traducir archivos PDF locales","browser.openEbookViewer":"Leer libros electr\xF3nicos locales","browser.openEbookBuilder":"Creaci\xF3n de eBooks EPUB biling\xFCes","browser.translateLocalHtmlFile":"Traducir archivos HTML/txt","browser.donateContext":"M\xE1s informaci\xF3n sobre las ventajas del patrocinio","browser.translateLocalSubtitleFile":"Traducir archivos de subt\xEDtulos locales",confirmResetConfig:"\xBFEst\xE1s seguro de que quieres restablecer la configuraci\xF3n?",translationLineBreakSettingTitle:"Ajuste del salto de l\xEDnea de traducci\xF3n",smartLineBreak:"alimentaci\xF3n de l\xEDnea inteligente (inform\xE1tica)",alwaysLineBreak:"Siempre avance de l\xEDnea",isShowContextMenu:"A\xF1adir p\xE1ginas traducidas a los elementos del men\xFA contextual",toggleBeta:"Activaci\xF3n de las funciones de prueba beta",betaDescription:"Habilita funciones que a\xFAn son experimentales, as\xED como un servicio de traducci\xF3n en beta. \xDAnete al <1>grupo de Telegram para obtener m\xE1s informaci\xF3n.",translationLineBreakSettingDescription:"Los saltos de l\xEDnea siempre son ordenados para las p\xE1ginas con menos contenido. (Utilice saltos de l\xEDnea inteligentes en p\xE1rrafos largos con mucho contenido (m\xE1s de{count}caracteres) para ahorrar espacio).",tempTranslateDomainTitle:"Duraci\xF3n de la conexi\xF3n temporal de la traducci\xF3n del sitio web",tempTranslateDomainDescription:"Al traducir manualmente una p\xE1gina web, active temporalmente el sitio web para la traducci\xF3n autom\xE1tica, y puede establecer la duraci\xF3n temporal.",xMinutes:"{count} minutos",disabled:"prohibir el uso de algo",changelog:"Registro de actualizaci\xF3n",toggleTranslatePageWhenThreeFingersOnTheScreen:"Tocar la pantalla con varios dedos simult\xE1neamente traduce p\xE1ginas web/visualiza el texto original",toggleTranslationMaskWhenThreeFingersOnTheScreen:"El toque con varios dedos muestra/oculta el efecto de desenfoque.",fingerCountToToggleTranslagePageOnlyTranslationWhenTouching:"Varios dedos tocando la pantalla al mismo tiempo traducen la p\xE1gina web (s\xF3lo traducci\xF3n)/visualizan el texto original.",addUrlDescription:"Puede ser un nombre de dominio y tambi\xE9n admite comodines, por ejemplo\uFF1A*.google.com, google.com/mail/*, https://www.google.com/*",general:"Ajustes b\xE1sicos",clickToExpandConfig:"Ampliar la configuraci\xF3n actual",import:"Importar desde archivo",export:"Exportar a archivo",toggleDebug:"Imprime el registro de depuraci\xF3n en la consola","fingers.0":"coagulaci\xF3n","fingers.2":"toque con dos dedos","fingers.3":"toque con tres dedos","fingers.4":"toque con cuatro dedos","fingers.5":"toque con cinco dedos",mouseHoldKey:"+ {key} traducir/restaurar el p\xE1rrafo",mouseHoldKeyAuto:"Traducci\xF3n directa del p\xE1rrafo",mouseHoldKeyOff:"No hagas nada.",mouseHoldKeyOther:"Atajos personalizados (abrir ajustes)",mouseHoldKeyCustomKey:"{key} Traducci\xF3n/reducci\xF3n del p\xE1rrafo",mouseHoverHoldKey:"Traduce p\xE1rrafos pulsando la tecla de acceso directo mientras pasas el rat\xF3n por encima.","mouse-translate":"al pasar el rat\xF3n",document:"Archivo (inform\xE1tico)",resetSuccess:"Restablecer todos los ajustes correctamente",resetThisSuccess:"Restablecimiento correcto",saved:"Salvar con \xE9xito",successImportConfig:"Configuraci\xF3n importada correctamente",goAdvancedSettings:"Vaya a la p\xE1gina de configuraci\xF3n avanzada",goAdvancedInterfaceSettings:"Vaya a la p\xE1gina Configuraci\xF3n avanzada de personalizaci\xF3n",advanced:"Ajustes avanzados",advancedDescription:"Por lo general, no es necesario realizar ning\xFAn ajuste, basta con dejarlo por defecto. S\xF3lo para usuarios m\xE1s especializados, hay disponibles ajustes m\xE1s personalizados.",developer:"Ajustes de desarrollador",donateCafe:"precios","translate to the bottom of the page":"\xBFSe traslada al final de la p\xE1gina inmediatamente despu\xE9s de entrar en ella?",feedback:"Preguntas",toggleTranslatePage:"Traducir p\xE1gina/visualizar texto original",translateToThePageEndImmediatelyDescription:"Si la activas, el contenido se traducir\xE1 inmediatamente desde la parte superior a la inferior de la p\xE1gina a medida que entras en ella. Si lo desactiva, se traducir\xE1 a medida que lea. (No recomendado)","translate all areas of the page":"Traducir o no todas las \xE1reas de la p\xE1gina",translationAreaDescription:"Activado, se traducen todas las \xE1reas de toda la p\xE1gina web. Si se desactiva, se utiliza el reconocimiento inteligente predeterminado y s\xF3lo se traducen las \xE1reas principales. (No se recomienda activarlo)","the number of characters to be translated first":"Traduzca directamente los primeros caracteres de la p\xE1gina sin esperar a desplazarse hasta el \xE1rea de visualizaci\xF3n","interface language":"lenguaje de interfaz","display both the original text and the translation":"Visualizaci\xF3n simult\xE1nea del original y la traducci\xF3n","keyboard shortcuts":"Atajos de teclado",modify:"Modificar las teclas de acceso directo",reset:"revisi\xF3n",close:"coagulaci\xF3n",homepage:"p\xE1gina de inicio",more:"m\xE1s",moreOptions:"M\xE1s opciones de personalizaci\xF3n",translateTheWholePage:"Traducir todas las \xE1reas de la p\xE1gina (a diferencia de reconocer inteligentemente las \xE1reas principales)",changeToTranslateTheWholePage:"Cambiar para traducir todas las regiones",changeToTranslateTheMainPage:"Cambiar al \xE1rea principal de traducci\xF3n",changeToOnlyTranslationMode:"Mostrar s\xF3lo traducciones",changeToDualTranslationMode:"Cambiar a traducci\xF3n biling\xFCe",translateToThePageEndImmediately:"Traducci\xF3n inmediata al final de la p\xE1gina",translateTheMainPage:"Traducci\xF3n inteligente Regiones clave","The local rules are up to date":"Las normas locales de adaptaci\xF3n est\xE1n actualizadas.","Successfully synchronized with the latest official rules:":"Sincronizado con \xE9xito con las \xFAltimas normas oficiales de adaptaci\xF3n.","Checking for updates":"Comprobaci\xF3n de actualizaciones","Rules are being synchronized":"Sincronizaci\xF3n de las normas de adaptaci\xF3n",localVersionIsTooOld:"La versi\xF3n de la extensi\xF3n local es demasiado antigua, por favor actualice la extensi\xF3n a {minVersion} o m\xE1s reciente antes de intentar sincronizar.",badUserscriptBrowser:"El navegador actual no implementa correctamente la interfaz de la <1>extensi\xF3n Grease Mon key (por ejemplo, para obtener informaci\xF3n sobre el n\xFAmero de versi\xF3n del propio script Grease Monkey), por favor, utilice otros navegadores <1>compatibles con la extensi\xF3n Grease Monkey, como Firefox.",foundNewVersion:"Descubra la nueva versi\xF3n",theLocalExtensionIsUpToUpdate:"La extensi\xF3n actual est\xE1 al d\xEDa.",failToSyncRules:"No sincronizaci\xF3n de las \xFAltimas normas de adaptaci\xF3n",retry:"Pulse aqu\xED para volver a intentarlo",failedReason:"Razones del fracaso",currentRuleVersion:"Versi\xF3n actual de la norma",calculating:"c\xE1lculos",unknownError:"error desconocido",canNotFetchRemoteRule:"No se pueden obtener reglas remotas",enableAlphaSuccess:"Alfa activado",disableAlphaSuccess:"Se ha desactivado la funci\xF3n Alfa",cacheSize:"Tama\xF1o de la cach\xE9\uFF1A",cleaning:"en proceso de liquidaci\xF3n",cleanCache:"borrar la cach\xE9",options:"establecer",about:"con respecto a",service:"servicio de interpretaci\xF3n",needAction:"(Ir a Ajustes)",goSettings:"seguir adelante y configurar",needActionForOptions:"(por establecer)",translationEngine:"Opciones de motor",sourceLanguage:"Idioma original",target:"lengua de llegada",popupSourceLanguage:"Idioma original",popupTarget:"lengua de llegada",popupService:"servicio de interpretaci\xF3n",forThisSite:"P\xE1gina web actual",autoEnableSubtitle:"Activa autom\xE1ticamente los subt\xEDtulos biling\xFCes",alwaysTranslate:"Traduzca siempre",neverTranslate:"Nunca traduzca",alwaysTranslateSomeLanguage:"Traduzca siempre {language}",neverTranslateSomeLanguage:"Nunca traduzca {language}",alwaysTranslateSomeSite:"Traduzca siempre {hostname}",neverTranslateSomeSite:"Nunca traduzca {hostname}",alwaysTranslateSomeSiteOrWildSite:"Traduzca siempre el sitio",alwaysTranslateSomePage:"Traducir siempre la p\xE1gina",add:"aumentar",default:"por defecto (ajuste)",forThisLanguage:"Para este idioma\uFF1A","add url":"Introducir URL",edit:"compilador","translate other languages into specific language":"Traduce otros idiomas a tu idioma","select translation service":"Seleccione un servicio de traducci\xF3n",language:"multiling\xFCismo","show-original":"Mostrar texto original",translate:"renderizaci\xF3n",Translated:"traducido",Translating:"en traducci\xF3n",Error:"incorrecto",allowCacheTranslations:"Activar la cach\xE9 de traducci\xF3n local (para reducir las solicitudes de traducci\xF3n de pasajes duplicados)","translation display":"Estilo de visualizaci\xF3n de la traducci\xF3n","select diplay style":"Distinguir entre los estilos de traducci\xF3n, con referencia espec\xEDfica a los siguientes ejemplos",interface:"Ajustes de interfaz",import_export:"Importaci\xF3n y exportaci\xF3n",import_export_title:"Configuraci\xF3n de importaci\xF3n/exportaci\xF3n",syncToGoogleDrive:"Sincronizar con Google Drive ahora",floatBallOptions:"Ajustes de la Hoverball","floatBallOptions.enable":"Habilitar Hoverball","floatBallOptions.blockUrls":"Desactivar el sitio web","floatBallOptions.add":"aumentar","floatBallOptions.blockUrlDesc":"Las Hoverballs no se muestran cuando se encuentran los siguientes sitios web","floatBallOptions.clickType":"comportamiento al hacer clic","floatBallOptions.clickTypeDesc":"Comportamiento del icono Hoverball al hacer clic","floatBallOptions.clickPopup":"Mostrar panel de traducci\xF3n","floatBallOptions.clickTranslate":"Traducci\xF3n/visualizaci\xF3n del texto original","floatBallOptions.fixedPosition":"\u56FA\u5B9A\u4F4D\u7F6E","floatBallOptions.fixedPositionDesc":"\u60AC\u6D6E\u7403\u5728\u7A97\u53E3\u5DE6\u4FA7\u8FD8\u662F\u53F3\u4FA7","floatBallOptions.fixedPositionLeft":"\u5DE6\u4FA7","floatBallOptions.fixedPositionRight":"\u53F3\u4FA7",previewAllThemes:"Vista previa de todos los estilos","translationTheme.none":"no tener","translationTheme.grey":"gris oscuro","translationTheme.dashed":"subrayado punteado","translationTheme.dotted":"gui\xF3n bajo punteado","translationTheme.dashedBorder":"borde punteado","translationTheme.solidBorder":"borde s\xF3lido","translationTheme.underline":"Subrayar l\xEDneas rectas","translationTheme.mask":"Efectos difusos (modos de aprendizaje)","translationTheme.opacity":"efecto de transparencia","translationTheme.paper":"Efecto sombra de papel blanco","translationTheme.dividingLine":"l\xEDnea divisoria","translationTheme.highlight":"alto brillo","translationTheme.marker":"marcador (palabra de pr\xE9stamo)","translationTheme.marker2":"Marcador 2","translationTheme.blockquote":"Estilos de referencia","translationTheme.weakening":"debilitamiento","translationTheme.italic":"tipo de letra inclinado","translationTheme.bold":"espesar","translationTheme.thinDashed":"subrayado de l\xEDnea discontinua fina","translationTheme.nativeDashed":"El sistema viene con un subrayado de puntos","translationTheme.nativeDotted":"El sistema viene con subrayado de puntos","translationTheme.nativeUnderline":"El sistema viene con un subrayado recto","translationTheme.wavy":"l\xEDnea ondulada","translationServices.custom":"API personalizada","translationServices.tencent":"Tencent Traductor","translationServices.tenAlpha":"Tencent Translator (Alfa)","translationServices.google":"Google Translate","translationServices.bai":"Baidu (Alfa)","translationServices.baidu":"Traducci\xF3n de Baidu","translationServices.aliyun":"Traducci\xF3n AliCloud","translationServices.volc":"traducci\xF3n del volc\xE1n","translationServices.deeplx":"DeepLX (Beta)","translationServices.bing":"Microsoft Translate","translationServices.deepl":"DeepL","translationServices.wechat":"Traducci\xF3n de WeChat","translationServices.azure":"Traducci\xF3n Azure","translationServices.ibm":"IBM Watson","translationServices.aws":"Traducci\xF3n Amazon","translationServices.mock":"Traducci\xF3n simulada","translationServices.mock2":"Traducci\xF3n simulada 2","translationServices.caiyun":"lit. nubes de colores y peque\xF1as traducciones","translationServices.cai":"Nubes de colores (Alfa)","translationServices.volcAlpha":"Volc\xE1n (Alfa)","translationServices.openl":"OpenL","translationServices.youdao":"Traducci\xF3n Youtube","translationServices.you":"Youdao Traductor (Alfa)","translationServices.transmart":"Tencent Interactive Traducci\xF3n","translationServices.niu":"Traductor Maverick","translationServices.papago":"Traducci\xF3n de Papago","translationServices.d":"D (Alfa)","translationServices.dpro":"D Pro (Canarias)","translationServices.openai":"OpenAI","translationServices.yandex":"Yandex","translationServices.chatgpt":"ChatGPT Web(3.5 m\xF3vil)","translate title":"Traducir t\xEDtulos de p\xE1ginas","always languages":"Traduzca siempre el idioma",neverTranslateLanguagesLabel:"La lengua que nunca se traducir\xE1",neverTranslateTheFollowingLanguagesDescription:"Las traducciones se omiten cuando un p\xE1rrafo de la p\xE1gina est\xE1 en uno de los siguientes idiomas",enableUserscriptPagePopup:"Mostrar hoverball en la p\xE1gina",enableUserscriptPagePopupDescription:"Despu\xE9s de desactivar el hoverball, se puede recuperar con el acceso directo /{touch}. Se recomienda encarecidamente marcar esta p\xE1gina de configuraci\xF3n para evitar no poder encontrar el hoverball despu\xE9s de desactivar esta opci\xF3n por error.","always translate the following languages":"Traduce autom\xE1ticamente al idioma de destino cuando la p\xE1gina est\xE1 en uno de los siguientes idiomas","always sites":"Sitios web siempre traducidos","always translate the following sites":"Los sitios web se traducen autom\xE1ticamente a la lengua de destino cuando son los nombres de dominio de","never sites":"Sitio nunca traducido","never translate the following sites":"No se realizar\xE1n traducciones cuando el sitio web corresponda a los siguientes dominios","please refer to":"Tienes que rellenar la clave antes de poder utilizarla.",KeyAndConfigurationTutorial:"Tutorial de aplicaci\xF3n y configuraci\xF3n de llaves",useAboveStyleForTheseSites:"Utilice siempre el estilo de traducci\xF3n \u2308{theme}\u230B cuando el sitio sea para los siguientes dominios",currentUrl:"URL actual",confirm:"guardar (un archivo, etc.) (inform\xE1tica)",cancel:"anulaciones",delete:"eliminar","languages.auto":"detecci\xF3n autom\xE1tica",syncToCloud:"Sincronizaci\xF3n con Google Drive",syncToCloudDescription:"Subida a la nube, la configuraci\xF3n se puede sincronizar entre distintos navegadores/scripts de mono de grasa, sea cual sea la \xFAltima modificaci\xF3n.",syncToAccount:"Sincronizaci\xF3n con la nube de traducci\xF3n inmersiva",syncToAccountButton:"Sincronizaci\xF3n instant\xE1nea con la nube",syncToAccountDescription:"Sincroniza autom\xE1ticamente las configuraciones entre distintos dispositivos, sea cual sea el \xFAltimo en modificarse.",successSyncConfigInAccount:"Sincronizaci\xF3n satisfactoria con la nube",successSyncConfigToAccount:"Sincronizaci\xF3n satisfactoria con la nube",syncConfigNoUpdate:"Ya est\xE1 actualizado.",authFail:"Fallo de autorizaci\xF3n",syncTitle:"Gesti\xF3n manual de copias de seguridad",import_hint:"importar (datos)",upload:"cargar",revokeAuth:"revocar una autorizaci\xF3n",uploadFail:"Carga fallida",download:"descargando",importSuccess:"Importado con \xE9xito",importFail:"fallo de importaci\xF3n",deleteFail:"Error al borrar",backupToCloud:"Gesti\xF3n manual de los archivos de copia de seguridad",create_new_backup:"A\xF1adir un nuevo nodo de copia de seguridad",maxBackupFiles:"Se pueden hacer copias de seguridad de hasta{count}nodos diferentes, por favor, elimine los nodos que no necesite.",backupToCloudDescription:"Cargar o restaurar manualmente archivos de copia de seguridad, permitiendo hasta 3 copias de seguridad diferentes.",successSyncConfig:"Sincronizaci\xF3n satisfactoria con la nube",syncFail:"fallo de sincronizaci\xF3n",updatedAt:"Actualizado desde {date}",lastSyncedAt:"\xDAltima consulta en {date}",downloadFail:"Error de descarga",clickToDownload:"Haga clic para descargar",aboutLabel:"Acerca de - Comentarios","browser.openAboutPage":"Acerca de/Feedback",aboutLabelWithoutSponsor:"Acerca de - Comentarios",aboutIntro:"Que todos tengamos un acceso m\xE1s f\xE1cil y agradable a la enorme cantidad de informaci\xF3n en idiomas extranjeros que hay en Internet \u2764\uFE0F Puedes optar por activar tu <6>suscripci\xF3n Pro para utilizar las traducciones listas para usar de DeepL y OpenAI.

Puedes seguirnos en <3>Twitter, <4>Telegram, Weibo, WeChat, o <5>suscribirte a nuestra lista de correo para estar al tanto de las actualizaciones.
<7>Los miembros Pro pueden ponerse en contacto con nosotros en <8>support@immersivetranslate.com para un r\xE1pido servicio de atenci\xF3n al cliente.",aboutIntroWithoutSponsor:"Ojal\xE1 todos tengamos un acceso m\xE1s f\xE1cil y agradable a la enorme cantidad de informaci\xF3n en idiomas extranjeros disponible en Internet \u2764\uFE0F

Puedes seguirnos en <3>Twitter, el <4>canal de Telegram, WeChat, WeChat Exchange, o <5>suscribirte para seguir las actualizaciones por <5>correo electr\xF3nico a continuaci\xF3n.",projectHomepage:"Inicio del proyecto",joinTelegramGroup:"\xDAnase al grupo de usuarios para participar en los debates",wechatPublicAccount:"WeChat P\xFAblico",wechatCommunities:"Grupo de intercambio WeChat",qqCommunities:"Canal de comunicaci\xF3n QQ",joinTelegramChannel:"Siga el canal de Telegram para las \xFAltimas actualizaciones",feedbackAndJoin:"Pregunta Feedback / A\xF1adir Grupo",autoSync:"sincronizaci\xF3n horaria autom\xE1tica",loadingThemeTitle:"Estilo de carga",loadingThemeDescription:"Establecer el estilo mientras se espera a que se cargue la traducci\xF3n","loadingTheme.spinner":"Animaci\xF3n giratoria","loadingTheme.text":"texto est\xE1tico algo ","loadingTheme.none":"no se muestra",developerDescription:"La documentaci\xF3n sobre personalizaci\xF3n avanzada se encuentra <1>aqu\xED","edit border color":"Modificar el color del borde",successSyncButNoChange:"La configuraci\xF3n actual es coherente con la nube",customTheme:"Colores y tama\xF1os personalizados","customThemeLabel.borderColor":"Color del borde","customThemeLabel.borderRadius":"Bordes redondeados","customThemeLabel.textColor":"color del texto","customThemeLabel.backgroundColor":"color de fondo","customThemeLabel.zoom":"Escalado de fuentes (%)","customThemeLabel.opacity":"Opacidad del texto (%)",resetToDefaultColor:"Restablecer los colores por defecto",resetToDefaultSettings:"Restablecer la configuraci\xF3n predeterminada",isTranslateTitle:"Activar la traducci\xF3n de los t\xEDtulos de las p\xE1ginas",isTranslateTitleDescription:"Si est\xE1 activada, se traducen los t\xEDtulos de las p\xE1ginas",enableSearchEnhancement:"Activar la mejora de mensajes biling\xFCes",enableSearchEnhancementDescription:'Una vez activada, los resultados de b\xFAsqueda de "Google News" se mostrar\xE1n autom\xE1ticamente en la columna derecha de los sitios web compatibles (Google News, Google Search (algunas palabras clave), Snowball, Oriental Fortune, Futura, Tiger Community) para las correspondientes palabras clave en ingl\xE9s.',verifyService:"Haga clic aqu\xED para probar el servicio",verified:"Verificar el \xE9xito","field.langs":"C\xF3digos de idioma admitidos","field.model":"modelizaci\xF3n","field.translationEngine":"motor de traducci\xF3n","field.limitPerMinute":"Peticiones m\xE1ximas por minuto","field.limitPerSecond":"N\xFAmero m\xE1ximo de solicitudes por segundo","field.maxTextLengthPerRequest":"Longitud m\xE1xima del texto por solicitud","field.maxTextGroupLengthPerRequest":"N\xFAmero m\xE1ximo de apartados por solicitud","field.apiUrl":"Direcci\xF3n de interfaz API personalizada","field.placeholderDelimiters":"marcador de posici\xF3n reservado","description.custom":"Interfaz personalizada Acceso Documentaci\xF3n necesaria","description.limitPerMinute":"Las solicitudes que superan este l\xEDmite pasan a una cola hasta el inicio del siguiente minuto. Debido a las diversas limitaciones del servicio actual de OpenAI, haz clic <1>aqu\xED para consultar los \xFAltimos valores sugeridos.","description.limitPerSecond":"Las solicitudes que superan este l\xEDmite pasan a una cola hasta el inicio del siguiente segundo. Debido a las diversas limitaciones del servicio actual de OpenAI, haz clic <1>aqu\xED para consultar los \xFAltimos valores sugeridos.","description.generalLimitPerSecond":"Las solicitudes que superan este l\xEDmite pasan a una cola hasta el inicio del segundo siguiente.","description.prompt":"Enviar la conversaci\xF3n a {service} como usuario, donde {{text}} representa el contenido del texto del p\xE1rrafo, {{from}} representa el idioma del p\xE1rrafo y {{to}} representa el idioma objetivo.","description.maxTextLengthPerRequest":"El n\xFAmero m\xE1ximo de caracteres por petici\xF3n es demasiado grande para que la interfaz responda con lentitud, as\xED que pruebe a ajustar esta opci\xF3n para optimizar la velocidad","description.systemPrompt":"Enviar di\xE1logo al {service} como sistema, donde {{text}} representa el contenido del texto del p\xE1rrafo, {{from}} representa el idioma del p\xE1rrafo, {{to}} representa el idioma objetivo.","field.domain":"reino","description.domain":"El valor predeterminado es\uFF1Ageneral. S\xF3lo puede establecerse si la traducci\xF3n de dominios est\xE1 activada en la consola de la API Arima; consulte <1>aqu\xED los dominios admitidos.","field.scene":"toma","description.scene":"Por defecto\uFF1Ageneral. S\xF3lo se puede establecer si la consola API AliCloud est\xE1 habilitado para Machine Translation Pro, ver <1>aqu\xED para los escenarios compatibles","field.vocabId":"ID del diccionario del usuario","description.vocabId":"El diccionario out_id especificado admite actualmente la traducci\xF3n del ingl\xE9s al chino.","description.model":"Modelos OpenAI, pueden ser gpt-3.5-turbo, gpt-4, etc.","description.maxTextGroupLengthPerRequest":"El n\xFAmero de p\xE1rrafos enviados al servicio de traducci\xF3n a la vez, si hay demasiados p\xE1rrafos, puede hacer que la interfaz responda m\xE1s lentamente.","description.apiUrl":"Por favor, a\xF1ada URLs espec\xEDficas con rutas, <1>m\xE1s descripci\xF3n",enabledExtension:"Habilitar extensiones",clickToDisableExtension:"Haga clic para desactivar las extensiones",clickToEnableExtension:"Haga clic para activar las extensiones",hasBeenDisabled:"desactivado","show password":"Mostrar contrase\xF1a",customContent:"Introduzca un nombre de modelo personalizado",inputOptions:"Mejora del cuadro de entrada",mouseHoverOptions:"al pasar el rat\xF3n",modifyMouseHoverKey:"Modificar el acceso directo del rat\xF3n",enableInputTranslation:"Activar o no la mejora del cuadro de entrada",enableInputTranslationDescription:"Una vez activado, escriba {startingKey}{startingKey} hola directamente en el cuadro de entrada, luego pulse r\xE1pidamente{inputTrailingTriggerKeyRepeatTimes}veces{trailingKey}para traducir a {inputTargetLanguage}",enableInputTranslationDescriptionForNoneKey:"Una vez activado, escriba\uFF1AHello World directamente en el cuadro de entrada y, a continuaci\xF3n, pulse r\xE1pidamente{inputTrailingTriggerKeyRepeatTimes}{trailingKey}veces para traducir al idioma de destino predeterminado.",inputTargetLanguage:"Establecer el idioma de destino por defecto para los cuadros de entrada",inputTargetLanguageDescription:"Idioma de destino por defecto para la traducci\xF3n del cuadro de entrada, es decir, {startingKey}{startingKey} como idioma por defecto para las palabras desencadenantes.",inputTargetLanguageDescriptionForNoneKey:"Idioma de destino predeterminado para la traducci\xF3n del cuadro de entrada",inputStartingTriggerKeyTitle:"Configuraci\xF3n del car\xE1cter de divisi\xF3n para la traducci\xF3n parcial del cuadro de entrada",inputStartingTriggerKeyDescription:"Cuando no necesite traducir todo el cuadro de entrada, el divisor le permite traducir s\xF3lo la parte desde {startingKey}{startingKey} hasta el final del cuadro de entrada, o puede especificar el c\xF3digo de idioma, por ejemplo\uFF1A{startingKey}ja significa traducir s\xF3lo la parte desde {startingKey}ja hasta el final del cuadro de entrada.",inputStartingTriggerKeyDescriptionForNoneKey:"La configuraci\xF3n actual de sin prefijo no es necesaria, y la funci\xF3n de traducci\xF3n de algunos textos en el cuadro de entrada no est\xE1 disponible por el momento.",inputTrailingTriggerKeyTitle:"Seleccione un car\xE1cter de activaci\xF3n de fin de entrada",inputTrailingTriggerKeyDescription:"\xA13 golpes r\xE1pidos{trailingKey} comenzar\xE1 a traducir!",inputTrailingTriggerKeyTimeout:"Introduce el tiempo entre disparos de fin de combate",inputTrailingTriggerKeyTimeoutDescription:"Establece el tiempo (en milisegundos) entre disparos de combo de fin de entrada.",spaceKey:"<\u7A7A\u683C\u952E>",noneKey:"Traducci\xF3n directa de todo el cuadro de texto sin prefijos",inputTranslationBlockUrlsTitle:"No active la mejora del cuadro de entrada en las siguientes URL",inputTranslationBlockUrlsDescription:"Las mejoras del cuadro de entrada no funcionar\xE1n en las siguientes URL",clickToSeeQuickDemo:"Haga clic para ampliar el v\xEDdeo tutorial r\xE1pido de 30 segundos",inputHelperInfo:"Descripci\xF3n\uFF1AHemos optimizado el hecho de que algunos caracteres desencadenantes se convertir\xE1n en signos de puntuaci\xF3n chinos bajo m\xE9todos de entrada chinos, por ejemplo, / se convertir\xE1 en un signo dun , bajo el m\xE9todo de entrada Sogou, e Immersive Translator soporta todos los s\xEDmbolos chinos correspondientes a los caracteres desencadenantes, es decir, //,,, ser\xE1n reconocidos como caracteres desencadenantes.

Tambi\xE9n soportamos alias Chinos para c\xF3digos de lenguaje como comandos, por ejemplo /Japanese Hello World ser\xE1 traducido al Japon\xE9s, <1>haga clic aqu\xED para ver todos los c\xF3digos de lenguaje soportados.",reloadCurrentPage:"Actualice la p\xE1gina actual antes de iniciar la traducci\xF3n.",noLocalFilePermissionForPDF:"Usted no tiene permiso para leer archivos locales, por favor haga clic en el bot\xF3n de arriba y luego importar archivos locales.",noPermissionForThisPage:"\u26A0\uFE0F No hay permiso para traducir la p\xE1gina actual",retryAllParagraphs:"Reintentar todos los pasajes de error",retryAllButton:"Reintentar todos los pasajes de error",errorTooltipTitle:"Haga clic para ver la causa del error",errorModalTitle:"Parece que algo va mal con el servicio de traducci\xF3n o la red...",disableConfirm:"Entorno biling\xFCe de mejora de la informaci\xF3n",disableOnce:"Esta inhabilitaci\xF3n",disableGlobal:"desactivar permanentemente",disableTint:"* Puede volver a activarlo en {option} .",searchEnhancementNotes:"Tras activar la funci\xF3n de mejora de la informaci\xF3n biling\xFCe con traducci\xF3n inmersiva, buscaremos autom\xE1ticamente las mismas palabras clave en ingl\xE9s en los sitios web compatibles (Google News, Google Search (algunas palabras clave), Snowball, Oriental Wealth, Futura, Tiger) y las mostraremos a la derecha. Si no necesitas esta funci\xF3n, puedes desactivarla.",option:"establecer",saveSettings:"Guardar configuraci\xF3n",closeModal:"Cerrar ventana",enableInputTranslationWithoutTriggerKeyTitle:"Habilite 3 pulsaciones r\xE1pidas en{trailingKey}para traducir directamente todo el cuadro de entrada a{inputTargetLanguage}",enableInputTranslationWithoutTriggerKeyDescription:"Para especificar el idioma de destino, antep\xF3ngale el c\xF3digo del idioma, por ejemplo:\uFF1Aja Hola Mundo",mouseHoverShortcutPlaceholder:"p. ej.\uFF1ATurno",deepLProName:"Miembro de Immersive Translation Pro (Recomendado)",deepLProDescription:"El paquete actual puede utilizarse directamente",deeplProDescriptionForNormal:"No requiere instalaci\xF3n, los miembros pueden utilizarlo despu\xE9s de iniciar sesi\xF3n, <1>haga clic aqu\xED para actualizar a miembro",deepLCustomDescription:"Se requiere tarjeta de cr\xE9dito extranjera, abierta oficialmente en <1>DeepL, haga clic para ver <2>la documentaci\xF3n",deepLCustomName:"Clave de autenticaci\xF3n personalizada",chooseProviderLabel:"Seleccione un proveedor de servicios",openaiProName:"Miembro de Immersive Translation Pro (Recomendado)",openaiProDescription:"El paquete actual puede utilizarse directamente",openaiProDescriptionForNormal:"No requiere instalaci\xF3n, los miembros pueden utilizarlo despu\xE9s de iniciar sesi\xF3n, <1>haga clic aqu\xED para actualizar a miembro",openaiCustomDescription:"Disponible en OpenAI, Azure OpenAI u otros servicios de terceros. <1>Haga clic aqu\xED para consultar la documentaci\xF3n.",openaiCustomName:"Clave API personalizada",needLoginAction:"(Afiliaci\xF3n abierta o personalizaci\xF3n)",goLoginOrAction:"(Abra una cuenta o vaya a la configuraci\xF3n)",yearly:"efectuar un pago anual consecutivo",quarterly:"embalaje secuencial",monthly:"suscripci\xF3n mensual",yearlyForOnce:"Paquete anual \xFAnico",monthlyForOnce:"Paquete mensual \xFAnico",daily:"d\xEDas consecutivos de paquetes",year:"efectuar un pago anual consecutivo",quarter:"embalaje secuencial",month:"suscripci\xF3n mensual",day:"d\xEDas consecutivos de paquetes",onetime_7day:"Pack Experiencia 7 d\xEDas",currentPlanDescriptionForFree:"Paquetes actuales\uFF1AGratis",currentPlanDescriptionForContinuous:"El paquete actual\uFF1A{plan}se renovar\xE1 autom\xE1ticamente en {endAt} .",currentPlanDescriptionForAutoRenewCaceling:"El paquete actual\uFF1A{plan}expirar\xE1 en {endAt} y no se renovar\xE1 autom\xE1ticamente a su vencimiento.",currentYearlyPlanDescriptionForAutoRenewCacelingWithRealPaiedUser:"El paquete actual,\uFF1A{plan}, caducar\xE1 en {endAt} y no se renovar\xE1 autom\xE1ticamente a su vencimiento.
<1>Haga clic aqu\xED para gestionar su plan de renovaci\xF3n",currentYearlyPlanDescriptionForAutoRenewCacelingWithAdmin:"El paquete actual,\uFF1A{plan}, caducar\xE1 en {endAt} y no se renovar\xE1 autom\xE1ticamente a su vencimiento.
<1>Haga clic aqu\xED para activar la suscripci\xF3n anual continua",currentPlanDescriptionForOneTime:"La suscripci\xF3n actual\uFF1A{plan}expirar\xE1 en {endAt} , <1>haga clic aqu\xED para cambiar a una suscripci\xF3n <1>anual o <2>mensual.",upgradePlan:"Haga clic aqu\xED para pasar a Pro",upgradeToPro:"Actualizar a miembro Pro","popup.openPro":"Actualice su suscripci\xF3n a Pro para disfrutar de DeepL y de la traducci\xF3n OpenAI, \xA1haga clic aqu\xED para actualizar!","popup.openProForPro":"Eres un miembro Pro con acceso directo a DeepL y a las traducciones de OpenAI.",currentAccount:"cuenta corriente",enableAutoSyncUserSettings:"Sincronizaci\xF3n autom\xE1tica en la nube de varios dispositivos",modalEnableInputTranslationTitle:"Traducci\xF3n inmersiva Cuadro de entrada Alertas de traducci\xF3n",modalEnableInputTranslationDesc:"Acaba de activar la traducci\xF3n del cuadro de entrada de Immersive Translation pulsando la barra espaciadora 3 veces en r\xE1pida sucesi\xF3n, y el contenido del cuadro de entrada se traducir\xE1 al idioma de destino predeterminado. La traducci\xF3n puede deshacerse con Ctrl+Z.

Si ha sido un error, no se preocupe, puede elegir desactivarla esta vez, o desactivar permanentemente la traducci\xF3n del cuadro de entrada.",saveAndNotShowAgain:"Guardar y dejar de preguntar",disableInputTranslationTips:"* Tambi\xE9n puedes configurar otros atajos para que se activen en {option} ,{learnMore}.",learnMore:"M\xE1s informaci\xF3n",continueEnalbeInputTranslation:"Seguir activando la traducci\xF3n del cuadro de entrada",autoRenewTrialSuffix:'(En la versi\xF3n de prueba,pas\xF3 inmediatamente a ser miembro de pleno derecho)',upgradeFromTrialTitle:"Pasar a Miembro de pleno derecho",subtitle:"subtitulado de v\xEDdeo",youtubeService:"Traducci\xF3n por inmersi\xF3n Servicios de traducci\xF3n de subt\xEDtulos de v\xEDdeo","subtitle.disabledSubtitle":"Desactivar permanentemente la funci\xF3n de subt\xEDtulos de v\xEDdeo","subtitle.disabledSubtitleDescription":"Si Immersive Translator's Video Subtitles entra en conflicto con otras extensiones, puedes optar por desactivar permanentemente la funcionalidad de Immersive Translator's Video Subtitles o desinstalar otras extensiones conflictivas.","subtitle.autoEnableSubtitle":"Uso autom\xE1tico de subt\xEDtulos biling\xFCes","subtitle.autoEnableSubtitleDescription":"Una vez activado, se mostrar\xE1n autom\xE1ticamente subt\xEDtulos biling\xFCes cuando se reproduzca el video, de lo contrario, necesitar\xE1 hacer clic en el bot\xF3n de traducci\xF3n para que se muestren.","subtitle.preTranslation":"Traducir subt\xEDtulos mediante traducci\xF3n inmersiva","subtitle.preTranslationDescription":"Cuando est\xE1 activada, se pretraducir\xE1 todo el subt\xEDtulo utilizando el servicio de traducci\xF3n especificado m\xE1s abajo, y un v\xEDdeo de 1 hora consumir\xE1 unos 50.000 tokens o caracteres, as\xED que util\xEDzalos seg\xFAn tu criterio; cuando est\xE1 desactivada, se utilizar\xE1n primero los subt\xEDtulos originales.","subtitle.humanSubtitlesPreferred":"Uso prioritario del subtitulado humano","subtitle.humanSubtitlesPreferredDescription":"Priorizar el uso de subt\xEDtulos humanos cuando el v\xEDdeo disponga de subt\xEDtulos humanos en la lengua de llegada (recomendado)",videoSubtitleTranslationDescription:"Asignar un servicio de traducci\xF3n independiente para los subt\xEDtulos de v\xEDdeo",subtitleTranslating:"Por favor, espere mientras se traducen los subt\xEDtulos mediante el servicio {service} ... (traducci\xF3n por inmersi\xF3n)",subtitleLoading:"Cargando subt\xEDtulos...",bilingual:"biling\xFCismo","field.action":"Activar o no la terminolog\xEDa Baidu","description.action":"Cuando est\xE9 activado, se a\xF1adir\xE1 un par\xE1metro action=1 a la solicitud para informar a Baidu del t\xE9rmino activado; <1>consulte la documentaci\xF3n oficial para obtener m\xE1s informaci\xF3n.",closeQuickTranslation:"Cerrar Hoverball","closeQuickTranslation.untilNext":"Esta vez cerrado hasta la pr\xF3xima visita","closeQuickTranslation.currentWebsite":"Sitio actual desactivado","closeQuickTranslation.alwaysClose":"desactivar permanentemente","closeQuickTranslation.settingOpen":"(puede activarse en la <1>p\xE1gina de configuraci\xF3n )","closeQuickTranslation.cancel":"anulaciones","closeQuickTranslation.confirm":"defina","floatBall.popup":"Abrir el panel de ajustes r\xE1pidos","floatBall.translate":"Haga clic para traducir la p\xE1gina","floatBall.showOriginal":"Haga clic para volver al art\xEDculo original","floatBall.close":"Cerrar Hoverball","floatBallOptions.enableDescPc":"Despu\xE9s de activar el hoverball de la p\xE1gina, aparecer\xE1 un bot\xF3n de traducci\xF3n r\xE1pida en la parte derecha de la p\xE1gina, \xA1haz clic en \xE9l para traducir!","floatBallOptions.enableDesc":"Despu\xE9s de apagar el hoverball, puedes recuperarlo con{touch}. Se recomienda encarecidamente marcar esta p\xE1gina de configuraci\xF3n para evitar no poder encontrar el hoverball despu\xE9s de desactivar esta opci\xF3n por error.","description.azureApiUrl":"Introduzca la direcci\xF3n de la interfaz API personalizada",confirmSupportMouse:"Forzar la activaci\xF3n del soporte de rat\xF3n",confirmSupportMouseDescription:"Detectado que el navegador actual no soporta la funci\xF3n de rat\xF3n, \xBFse fuerza a habilitar el soporte de rat\xF3n?",sampleTargetText:"Llegar\xE1 la larga noche, y velar\xE9 desde hoy hasta que muera. No tomar\xE9 esposa, no har\xE9 feudo, no tendr\xE9 hijos. No llevar\xE9 corona, no luchar\xE9 por el honor. Cumplir\xE9 con mi deber, vivir\xE9 y morir\xE9.",sampleSourceText:"Night gathers, and now my watch begins. It shall not end until my death. I shall take no wife, hold no lands, father no children. I shall wear no crowns and win no glory. I shall live and die at my post.","subtitle.supportedSites":"\u5DF2\u652F\u6301\u5728\u8FD9\u4E9B\u7F51\u7AD9\u4F7F\u7528\u53CC\u8BED\u5B57\u5E55\uFF08\u6CE8\u610F\uFF1A\u7531\u4E8E\u6280\u672F\u9650\u5236\uFF0C\u90E8\u5206\u7F51\u7AD9\u5728\u9996\u6B21\u5F00\u542F\u5B57\u5E55\u540E\u9700\u8981\u91CD\u65B0\u5237\u65B0\u9875\u9762\uFF0C\u6216\u8005\u9700\u7B49\u5F85\u7FFB\u8BD1\u5B8C\u6210\u4EE5\u663E\u793A\u53CC\u8BED\u5B57\u5E55\uFF09\uFF1A",viewWithImmersiveTranslate:"\u53CC\u8BED\u7248\u672C(\u6C89\u6D78\u5F0F\u7FFB\u8BD1)",errorReason:"\u9519\u8BEF\u539F\u56E0\uFF1A{message}","proQuotaExceededError.onetime7day":'\uFF0C\u60A8\u53EF\u4EE5\u9009\u62E9\u4EE5\u4E0B\u65B9\u5F0F\u89E3\u51B3\uFF1A

1. \u5207\u6362\u5230 {anotherService} \u6216\u5176\u4ED6\u7FFB\u8BD1\u670D\u52A1
2. \u5347\u7EA7\u4E3A\u6708\u5EA6/\u5E74\u5EA6\u4F1A\u5458',"proQuotaExceededError.trial":'\uFF0C\u60A8\u53EF\u4EE5\u9009\u62E9\u4EE5\u4E0B\u65B9\u5F0F\u89E3\u51B3\uFF1A

1. \u5207\u6362\u5230 {anotherService} \u6216\u5176\u4ED6\u7FFB\u8BD1\u670D\u52A1
2. \u7ACB\u523B\u5347\u7EA7\u4E3A\u6B63\u5F0F\u4F1A\u5458',"proQuotaExceededError.nonTrial":'\uFF0C\u60A8\u53EF\u4EE5\u9009\u62E9\u4EE5\u4E0B\u65B9\u5F0F\u89E3\u51B3\uFF1A

1. \u5207\u6362\u5230 {anotherService} \u6216\u5176\u4ED6\u7FFB\u8BD1\u670D\u52A1
2. \u8D2D\u4E70 {translationService} \u989D\u5916\u6D41\u91CF\u5305',"proQuotaExceededError.resetTime":"
3. \u989D\u5EA6\u91CD\u7F6E\u65F6\u95F4\uFF1A{resetTime}","desc.touchShortcutsToggleTranslatePageOnlyTranslation":"Solo se muestra la traducci\xF3n se refiere a que solo se mostrar\xE1 la traducci\xF3n, si la p\xE1gina web a\xFAn no se ha traducido, cambiar\xE1 el modo y traducir\xE1.","desc.toggleOnlyTransation":"El modo de solo traducci\xF3n se refiere a mostrar solo el texto traducido, si la p\xE1gina web a\xFAn no se ha traducido, cambiar\xE1 el modo y traducir\xE1.",touchShortcutsToggleTranslatePageOnlyTranslation:"Configurar gestos de pantalla t\xE1ctil para cambiar entre modo biling\xFCe/solo texto traducido",download_started:"La descarga ya ha comenzado, si no se descarga autom\xE1ticamente, haga clic manualmente.",here:"aqu\xED","desc.toggleVideoSubtitlePreTranslation":"Al presionar, los subt\xEDtulos biling\xFCes del video usar\xE1n preferentemente la configuraci\xF3n de traducci\xF3n inmersiva, al presionar nuevamente, se dar\xE1 prioridad a los subt\xEDtulos de traducci\xF3n autom\xE1tica incluidos en el video original. Nota: este atajo modifica la configuraci\xF3n global.",videoSubtitlePreTranslationOn:"Los subt\xEDtulos del video tendr\xE1n prioridad para usar la traducci\xF3n inmersiva.",videoSubtitlePreTranslationOff:"Los subt\xEDtulos del video dar\xE1n prioridad a los subt\xEDtulos de traducci\xF3n autom\xE1tica incluidos en el video original.",translationFont:"Establecer fuente","translationFont.custom":"Ingrese fuente personalizada","translationFont.customPlaceholder":"fuente","translationFont.notSupportErrorMessage":"Por favor, verifique si el nombre de la fuente que ingres\xF3 es correcto, o confirme si esta fuente ya est\xE1 instalada en su dispositivo.","touch.mouse-translate":"Traducir el p\xE1rrafo especificado.","translationServices.inherit":"Siga el servicio de traducci\xF3n principal","error.serveConfigError":"Error de configuraci\xF3n del servicio","error.reloadPageOfSetting":"Despu\xE9s de configurar, por favor refresca la p\xE1gina para traducir de nuevo.","error.googleLimitIp":"El servicio devuelve un error, el servicio de Google ha limitado la direcci\xF3n IP, se recomienda que cambie el nodo de red.","error.openAIFreeLimit":"El servicio devuelve un error, la frecuencia actual de solicitudes de traducci\xF3n ha alcanzado el l\xEDmite m\xE1ximo de 3 veces por minuto, por favor intente de nuevo m\xE1s tarde. (Esta es una restricci\xF3n de OpenAI oficial para la API Key gratuita, para eliminar esta restricci\xF3n, por favor vincule una tarjeta de cr\xE9dito en el backend de OpenAI.)","error.openAIExceededQuota":"El servicio devuelve un error: el saldo de tu cuenta de OpenAI es insuficiente, por favor recarga o vincula una tarjeta de cr\xE9dito en el panel de control oficial de OpenAI.","error.429":"El servicio devuelve un error, lo que indica que la solicitud es demasiado frecuente o excede el l\xEDmite de cuota, por favor intente de nuevo m\xE1s tarde.","error.403":"El servicio devuelve un error, no tiene permiso temporal para acceder a este servicio.","error.400":"El servicio devuelve un error, el par\xE1metro de solicitud es incorrecto, por favor verifica la configuraci\xF3n correspondiente.","error.502":"El servicio devuelve un error, el servicio se ha agotado, por favor intente de nuevo m\xE1s tarde.","error.proTokenInvalid":"Si usted es un usuario Pro, por favor inicie sesi\xF3n para usar el servicio de traducci\xF3n Pro.","error.proUpgrade":"Despu\xE9s de la actualizaci\xF3n, por favor refresca la p\xE1gina y traduce de nuevo.","error.configError":"Los datos de configuraci\xF3n son anormales.","error.goReset":"Ir a restablecer",batchEdit:"Operaci\xF3n en masa","translationModeLang.translation.title":"Solo modo de traducci\xF3n de idioma","translationModeLang.translation.description":"Cuando el idioma de la p\xE1gina es uno de los siguientes, se utilizar\xE1 autom\xE1ticamente solo el modo de traducci\xF3n.","translationModeUrl.translation.title":"Solo el modo de direcci\xF3n web de traducci\xF3n","translationModeUrl.translation.description":"Cuando el sitio web tiene los siguientes dominios, se utilizar\xE1 autom\xE1ticamente el modo de solo traducci\xF3n.","error.serveUnavailable":"El servicio [{serverName}] que est\xE1 utilizando actualmente no est\xE1 disponible temporalmente debido a problemas con la conexi\xF3n a la red o el proveedor del servicio. Le sugerimos que intente actualizar la p\xE1gina o cambiar a otro servicio de traducci\xF3n a trav\xE9s de <1>Configuraci\xF3n. Si usted es un miembro <2>Pro, puede optar por utilizar los servicios de traducci\xF3n m\xE1s estables de DeepL o OpenAI (<3>haga clic aqu\xED para probarlo gratis). Adem\xE1s, es posible que necesite revisar su configuraci\xF3n de red o proxy.",detectServiceLoading:"Detectando servicios de traducci\xF3n disponibles...",toggleToService:"Cambie a {service} e intente de nuevo.","error.gemini.429":"El servicio actual de Gemini ha alcanzado su capacidad m\xE1xima, por favor intente m\xE1s tarde o cambie a otro servicio de traducci\xF3n.",enableSentryReport:"Cuando ocurre un error de expansi\xF3n, usa Sentry para enviar comentarios.",notLogin:"No registrado",goLogin:"Iniciar sesi\xF3n",touchShortcutsOff:"Cerrar",shortcutSettings:"Atajo de teclado","tagsInput.add":"+ A\xF1adir",translationOnlyMode:"Solo modo de traducci\xF3n","multipleClick.2":"Haz doble clic",contact:"Cont\xE1ctanos","widget.translateFile":"PDF/ePub","subtitle.hideQuickButton":"Ya no mostrar este atajo","translationServices.gemini":"G\xE9minis","widget.instructionTooltip":"Consultar las instrucciones de uso","subtitle.bilingual":"Subt\xEDtulos biling\xFCes","error.retry":"Reintentar","multipleClick.4":"Cu\xE1druple golpe",buildSnapshots:"Generar captura de p\xE1gina web","error.subscriptionExpiredTitle":"La membres\xEDa ha expirado","slide.left":"Desliza a la derecha","widget.videoSubtitle":"subt\xEDtulos de video","browser.translateWithDeepL":"Uso temporal de DeepL para traducir la p\xE1gina actual","subtitle.autoDisableSubtitle":"No activar autom\xE1ticamente los subt\xEDtulos biling\xFCes","browser.translateWithBing":"Uso temporal de Microsoft para traducir la p\xE1gina actual","error.reason":"Raz\xF3n del error","browser.translateWithTransmart":"Uso temporal de Tencent para traducir la p\xE1gina actual",pickAll:"Seleccionar todo","browser.translateInputBox":"Traducir el contenido actual del cuadro de entrada.","floatBall.iKnow":"Ya lo s\xE9.",temprarilyChangeTranslationTo_deepl:"Estoy usando DeepL para traducir la p\xE1gina actual.","multipleClick.3":"Triple golpe","intro.hoverTitle":"Pase el mouse para traducir el p\xE1rrafo actual",temprarilyChangeTranslationTo_transmart:"Est\xE1 utilizando Tencent para traducir la p\xE1gina actual.","intro.floatBallTitle":"Bola flotante de traducci\xF3n r\xE1pida",paragraphMinTextCountField:"El n\xFAmero m\xEDnimo de caracteres necesarios para traducir un p\xE1rrafo","shortcutGroup.touch":"Gestos espec\xEDficos para pantallas t\xE1ctiles",temprarilyChangeTranslationTo_gemini:"Estoy usando Gemini para traducir la p\xE1gina actual.",temprarilyChangeTranslationTo_bing:"Est\xE1 utilizando Microsoft para traducir la p\xE1gina actual.","shortcutGroup.main":"Atajos de teclado de funciones comunes",mouseHoverCustomKeyTitle:"Personalizar el atajo de teclado para el rat\xF3n en suspensi\xF3n","shortcutGroup.shortcutsForTranslationServices":"Atajos de teclado relacionados con el servicio de traducci\xF3n",touchShortcutsToggleTranslateTouchElement:"Configurar gestos t\xE1ctiles para traducir p\xE1rrafos espec\xEDficos",notLoginPro:"Todav\xEDa no has iniciado sesi\xF3n en tu cuenta de miembro.","intro.subtitleTitle":"Visualizaci\xF3n de subt\xEDtulos biling\xFCes en videos en l\xEDnea","subtitle.showQuickButton":"En el reproductor se muestra el atajo de subt\xEDtulos biling\xFCes",temprarilyChangeTranslationTo_google:"Est\xE1 utilizando Google Traductor para traducir la p\xE1gina actual.",upgradeToProErrorTitle:"Por favor, actualice a miembro Pro para utilizar este servicio de traducci\xF3n.","widget.instruction":"Instrucciones de uso","slide.right":"Desliza a la izquierda","browser.translateWithOpenAI":"Uso temporal de OpenAI para traducir la p\xE1gina actual","shortcutGroup.others":"M\xE1s atajos de teclado personalizados","browser.toggleMouseHoverTranslateDirectly":"Habilitar o deshabilitar temporalmente la traducci\xF3n directa al pasar el mouse en la p\xE1gina",alwaysTranslateThisSite:"Siempre traduce este sitio web",neverTranslateThisSite:"Nunca traduzca este sitio web","shortcutGroup.mouse":"Configuraci\xF3n de atajos de teclado para el rat\xF3n en suspensi\xF3n","widget.translateFileTooltip":"Traducir documentos PDF, EPUB, SRT, ASS, HTML y TXT","browser.translateWithGemini":"Usa temporalmente Gemini para traducir la p\xE1gina actual","browser.toggleVideoSubtitlePreTranslation":"Cambie a subt\xEDtulos biling\xFCes y priorice la configuraci\xF3n de traducci\xF3n inmersiva.",networkError:"El servicio de traducci\xF3n o la red tienen problemas.",loggedIn:"Conectado","widget.videoSubtitleTooltip":"Apoya Youtube y otros {count}+ sitios web de videos",touchShortcutsToggleTranslationMask:"Configurar gestos t\xE1ctiles para mostrar la m\xE1scara de traducci\xF3n / mostrar el texto original","floatBall.guideClickToTranslate":"Haz clic en la bola flotante de traducci\xF3n inmersiva para traducir r\xE1pidamente","desc.touchShortcutsToggleTranslateTouchElement":"Personalice un gesto y podr\xE1 traducir cualquier p\xE1rrafo en el que se encuentre.","floatBall.longPress":"Mant\xE9n presionado para abrir r\xE1pidamente el panel de configuraci\xF3n.","error.subscriptionExpired":"Es posible que su membres\xEDa haya expirado, por favor verifique el estado de su membres\xEDa.",shortcutSettingsTitle:"Configuraci\xF3n de atajos de teclado",temprarilyChangeTranslationTo_openai:"Estoy usando OpenAI para traducir la p\xE1gina actual.","browser.translateWithGoogle":"Uso temporal de Google Traductor para traducir la p\xE1gina actual","desc.interfaceLanguage":"La configuraci\xF3n del idioma de la interfaz afecta el idioma de visualizaci\xF3n del panel de control y no tiene relaci\xF3n con el idioma objetivo de la traducci\xF3n.","description.baiduField":"Las \xE1reas de apoyo se ven <1>aqu\xED, si est\xE1 vac\xEDo significa que no se especifica el \xE1rea.","contact.description":"Si tiene alguna pregunta o sugerencia, no dude en completar el formulario a continuaci\xF3n para contactarnos, o env\xEDe un correo electr\xF3nico a {email}, le responderemos lo antes posible.","neverTranslateText.title":`Por favor, traduce directamente al espa\xF1ol (evita explicar el texto original): Mant\xE9n las siguientes palabras en su idioma original, no las traduzcas.`,confirmResetToDefaultSettings:"\xBFEst\xE1 seguro de que desea restaurar este servicio de traducci\xF3n a la configuraci\xF3n predeterminada? (Solo restablece la configuraci\xF3n del servicio de traducci\xF3n actual)","desc.toggleTranslateTheWholePage":"Traducir toda el \xE1rea de la p\xE1gina, por defecto, traduciremos el \xE1rea principal de la p\xE1gina, puedes usar este atajo para traducir espec\xEDficamente toda el \xE1rea de la p\xE1gina.",shortcutDisableTooltip:"Realice la configuraci\xF3n en la p\xE1gina de administraci\xF3n de atajos de extensi\xF3n proporcionada por el navegador, para m\xE1s orientaci\xF3n consulte las instrucciones en la parte superior de esta p\xE1gina.",touchShortcutsToggleTranslatePage:"Configura gestos t\xE1ctiles para traducir p\xE1ginas web/mostrar el texto original","desc.toggleTranslateTheMainPage":"Solo traduce el \xE1rea principal de la p\xE1gina, cuando has habilitado la traducci\xF3n de todo el \xE1rea de la p\xE1gina en la configuraci\xF3n avanzada, puedes usar este atajo para traducir espec\xEDficamente el \xE1rea principal de la p\xE1gina.","desc.touchShortcutsToggleTranslatePage":"Una vez configurado, al mover el dispositivo m\xF3vil, se puede tocar la pantalla con X dedos, deslizar hacia la izquierda o hacia la derecha o hacer clic continuamente para activar la traducci\xF3n de la p\xE1gina web/mostrar el texto original.",paragraphMinTextCountDesc:"Tenga en cuenta, aqu\xED se refiere a la longitud del car\xE1cter, por ejemplo: hola es 5 caracteres, establecer un valor m\xE1s grande puede reducir la traducci\xF3n de p\xE1rrafos peque\xF1os innecesarios.","desc.mouseHoverHoldKey":"Cuando el mouse se coloca sobre un p\xE1rrafo, al presionar la tecla de acceso r\xE1pido en el lado derecho, se puede traducir directamente ese p\xE1rrafo.",mouseHoverCustomKeyDescription:"Puedes personalizar una combinaci\xF3n de teclas de acceso r\xE1pido para cuando el mouse se posicione encima, como: Alt+Z, Ctrl+E, Cmd+Alt+E o directamente Cmd, por favor ingresa manualmente.","intro.floatBallDescription":"Una vez activado, se mostrar\xE1 un bot\xF3n de traducci\xF3n r\xE1pida en el lado derecho de la p\xE1gina, haga clic para traducir, haga clic nuevamente para volver al texto original. En dispositivos m\xF3viles, mantenga presionada la bola flotante para abrir el panel de configuraci\xF3n r\xE1pida.","desc.touchShortcutsToggleTranslationMask":"La m\xE1scara de traducci\xF3n se refiere al efecto borroso en el estilo de la traducci\xF3n (modo de aprendizaje), que se activa temporalmente para usar el efecto borroso en la traducci\xF3n, lo que facilita el aprendizaje.",translationOnlyModeDescription:"El modo de solo traducci\xF3n se refiere a mostrar solo el texto traducido, en lugar del modo biling\xFCe predeterminado. Nota: debido a limitaciones t\xE9cnicas, los hiperv\xEDnculos del texto original se desactivar\xE1n en el modo de solo traducci\xF3n.","neverTranslateText.description":"Debido a que algunos motores de traducci\xF3n no reconocen adecuadamente los nombres propios, puedes agregar palabras aqu\xED para asegurarte de que no se conviertan durante el proceso de traducci\xF3n. Ten en cuenta que esta funci\xF3n distingue entre may\xFAsculas y min\xFAsculas, y solo admite idiomas con palabras separadas por espacios (como ingl\xE9s, franc\xE9s), no es aplicable a idiomas como japon\xE9s, coreano, etc.","desc.toggleMouseHoverTranslateDirectly":"Despu\xE9s de presionar esta tecla de acceso r\xE1pido, en la p\xE1gina, siempre que el mouse apunte a cualquier texto, se traducir\xE1 autom\xE1ticamente ese texto. Presione la tecla de acceso r\xE1pido nuevamente para desactivar esta funci\xF3n de traducci\xF3n autom\xE1tica.","intro.subtitleDescription":"Despu\xE9s de activar esta funci\xF3n, los subt\xEDtulos biling\xFCes se mostrar\xE1n autom\xE1ticamente durante la reproducci\xF3n del video. Si no est\xE1 habilitado, deber\xE1 hacer clic manualmente en el bot\xF3n de traducci\xF3n en la p\xE1gina para mostrar los subt\xEDtulos. Tenga en cuenta que, debido a las limitaciones t\xE9cnicas, algunos sitios web pueden necesitar refrescar la p\xE1gina o esperar a que se complete la traducci\xF3n para mostrar los subt\xEDtulos biling\xFCes. (Adem\xE1s, tambi\xE9n puede habilitar/deshabilitar el panel de acceso r\xE1pido de traducci\xF3n inmersiva en la esquina superior derecha despu\xE9s de abrir el sitio web de video).

Actualmente se admite el uso de subt\xEDtulos biling\xFCes en estos sitios web:","intro.hoverDescription":"La traducci\xF3n al pasar el rat\xF3n es una funci\xF3n muy importante en la traducci\xF3n inmersiva, solo necesitas colocar el rat\xF3n sobre el p\xE1rrafo y presionar la tecla de acceso r\xE1pido establecida para traducir autom\xE1ticamente el p\xE1rrafo actual (nota: no est\xE1 habilitado por defecto, config\xFAralo a continuaci\xF3n). Esta interacci\xF3n se utiliza para reemplazar mejor la traducci\xF3n de palabras seleccionadas. Adem\xE1s, esta funci\xF3n se utiliza ampliamente en \xE1reas de traducci\xF3n que no se pueden reconocer, puedes utilizar esta funci\xF3n para forzar la traducci\xF3n de cualquier p\xE1rrafo.","subtitle.showQuickButtonDescription":"Proporciona un atajo para activar los subt\xEDtulos biling\xFCes en la esquina inferior derecha del reproductor de video.",geminiWarning:"Atenci\xF3n: El servicio gratuito de Gemini proporcionado por Google tiene restricciones estrictas, Google puede determinar que el usuario est\xE1 utilizando m\xFAltiples Keys para eludir sus l\xEDmites de cuota gratuita, no se recomienda su uso, se sugiere esperar hasta que Google abra la interfaz de pago de Gemini en el futuro para su uso.","floatBall.setting":"Configuraci\xF3n","floatBall.file":"Traducir PDF, EPUB, SRT, ASS, HTML, archivos TXT","floatBall.translateToLanguage":"Haga clic para traducir a {language}",changeToOnlyTempTranslationMode:"Mostrar s\xF3lo traducciones",changeToDualTempTranslationMode:"Cambiar a traducci\xF3n biling\xFCe","options.navbar.translateFile":"Traducir documento","transitionMode.translation":"Solo texto traducido.","options.navbar.installApp":"Instalar la aplicaci\xF3n m\xF3vil","transitionMode.dual":"Contraste biling\xFCe","subtitle.transitionModeDescription":"Establecer subt\xEDtulos de video en modo de comparaci\xF3n biling\xFCe o solo en modo de traducci\xF3n","subtitle.transitionMode":"Subt\xEDtulos de video biling\xFCes / Configuraci\xF3n solo de texto traducido","transitionMode.inherit":"Mant\xE9ngase consistente con el modo de visualizaci\xF3n de traducci\xF3n predeterminado del sistema.",translateFileTooltip:`Traducir PDF, ePub, srt, ass, HTML, archivos TXT`,"description.multiplePrompt":`Cuando el n\xFAmero de p\xE1rrafos es mayor a 1, se env\xEDa la conversaci\xF3n a {service} como usuario, donde {{from}} indica el idioma del p\xE1rrafo, {{to}} indica el idioma objetivo, {{yaml}} es el contenido del p\xE1rrafo que hemos envuelto en formato yaml, si tienes la necesidad de personalizar Prompt, necesitas asegurarte de que cada elemento en el resultado YAML de la respuesta de AI contenga el campo {env.imt_trans_field}, {{imt_trans_field}} es el nombre del campo de la traducci\xF3n que esperamos de la respuesta de AI, por defecto es {env.imt_trans_field}, {{imt_source_field}} es el nombre del campo del texto original que pasamos a AI, por defecto es {env.imt_source_field}, ejemplo de resultado: @@ -5155,7 +5155,7 @@ ass, HTML, archivos TXT`,"description.multiplePrompt":`Cuando el n\xFAmero de p\ {env.imt_sub_trans_field}: Traducci\xF3n - id: 2 {env.imt_sub_source_field}: Fuente - {env.imt_sub_trans_field}: Traducci\xF3n`,"subtitle.quickButton.cyan":"Azul","subtitle.quickButton.backgroundColor":"color de fondo","subtitle.quickButton.blue":"azul","subtitle.quickButton.translationTextColor":"Color de fuente de traducci\xF3n","subtitle.quickButton.translationPosition":"Posici\xF3n de traducci\xF3n","subtitle.quickButton.translationFontSize":"Tama\xF1o de fuente de traducci\xF3n","subtitle.quickButton.translationPositionBottom":"Debajo del texto original","subtitle.quickButton.sourceFontSize":"Tama\xF1o original de la fuente","subtitle.quickButton.green":"Verde","subtitle.quickButton.white":"blanco","subtitle.quickButton.red":"Rojo","subtitle.quickButton.magenta":"Magenta","translationServices.claude":"Claude","subtitle.quickButton.setting":"Configuraci\xF3n","subtitle.quickButton.yellow":"amarillo","subtitle.quickButton.backgroundOpacity":"Opacidad de fondo","subtitle.quickButton.black":"negro","subtitle.quickButton.sourceTextColor":"Color original de la fuente","subtitle.quickButton.translationPositionTop":"En la parte superior del texto original",attachSubtitleTranslating:"Usando {service} para traducir...","error.claude.403":"No tiene permiso para acceder al servicio, puede estar relacionado con las restricciones de \xE1rea de Claude, puede intentar cambiar su direcci\xF3n IP o usar otros servicios de traducci\xF3n.","browser.brandDescriptionForSafari":"\u3010Traducci\xF3n inmersiva\u3011Un complemento de traducci\xF3n de p\xE1ginas web biling\xFCe (original/traducci\xF3n) gratuito que tambi\xE9n soporta la traducci\xF3n de PDF y libros electr\xF3nicos EPUB manteniendo el formato original del documento, la traducci\xF3n de subt\xEDtulos biling\xFCes de videos en l\xEDnea como Youtube/Netflix, y soporta servicios de traducci\xF3n principales como Deepl/Google;","browser.PdfProFile":"AI impulsado por PDF Pro traducci\xF3n","browser.textTranslate":"Traducci\xF3n de texto"};var R4={nologin:"\u0648\u0627\u0631\u062F \u0646\u0634\u062F\u0647 \u0627\u06CC\u062F",loginForSafari:"\u0648\u0627\u0631\u062F \u0634\u0648\u06CC\u062F \u06CC\u0627 \u062B\u0628\u062A \u0646\u0627\u0645 \u06A9\u0646\u06CC\u062F",login:"\u767B\u5F55",manageAccount:"\u0645\u062F\u06CC\u0631\u06CC\u062A \u062D\u0633\u0627\u0628",openPremium:"\u0639\u0636\u0648\u06CC\u062A",logout:"\u062A\u0631\u06A9 \u06A9\u0631\u062F\u0646",curentPlan:"\u0628\u0633\u062A\u0647 \u0641\u0639\u0644\u06CC",endAt:"\u0628\u0644\u0648\u063A",endAuto:"\u062A\u0645\u062F\u06CC\u062F \u062E\u0648\u062F\u06A9\u0627\u0631",lineBreakMaxTextCount:"\u062D\u062F\u0627\u06A9\u062B\u0631 \u062A\u0639\u062F\u0627\u062F \u06A9\u0627\u0631\u0627\u06A9\u062A\u0631\u0647\u0627\u06CC \u0645\u062C\u0627\u0632 \u062F\u0631 \u0647\u0631 \u062C\u0645\u0644\u0647 \u067E\u0633 \u0627\u0632 \u0634\u06A9\u0633\u062A \u062E\u0637","translate-pdf":"\u0628\u0631\u0627\u06CC \u062A\u0631\u062C\u0645\u0647 PDF \u06A9\u0644\u06CC\u06A9 \u06A9\u0646\u06CC\u062F","noSupportTranslate-pdf":"\u0627\u0633\u06A9\u0631\u06CC\u067E\u062A \u067E\u0634\u062A\u06CC\u0628\u0627\u0646\u06CC \u0646\u0645\u06CC \u0634\u0648\u062F\u060C \u0644\u0637\u0641\u0627 \u0627\u0632 \u0627\u0641\u0632\u0648\u0646\u0647 \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u06A9\u0646\u06CC\u062F","translate-firefox-local-pdf":"\u0628\u0631\u0627\u06CC \u0628\u0627\u0631\u06AF\u06CC\u0631\u06CC PDF \u06A9\u0644\u06CC\u06A9 \u06A9\u0646\u06CC\u062F",enableLineBreak:"\u0641\u0639\u0627\u0644 \u06A9\u0631\u062F\u0646 \u0634\u06A9\u0633\u062A \u062E\u0637 \u062E\u0648\u062F\u06A9\u0627\u0631 \u0628\u0646\u062F \u0628\u0644\u0646\u062F",sponsorLabel:"\u062D\u0627\u0645\u06CC\u0627\u0646 \u062A\u0648\u0633\u0639\u0647\u200C\u062F\u0647\u0646\u062F\u06AF\u0627\u0646 \u0628\u0627 \u0634\u0631\u0648\u0639 \u0627\u0632 1 \u062F\u0644\u0627\u0631",help:"\u06A9\u0645\u06A9",browserShortcutsNoteForFirefox:"\u0628\u0631\u0627\u06CC \u062A\u063A\u06CC\u06CC\u0631 \u06A9\u0644\u06CC\u062F\u0647\u0627\u06CC \u0645\u06CC\u0627\u0646\u0628\u0631 \u062F\u0631 \u0645\u0631\u0648\u0631\u06AF\u0631 \u0641\u0627\u06CC\u0631\u0641\u0627\u06A9\u0633\u060C \u0628\u0627\u06CC\u062F \u0628\u0631\u06AF\u0647 \u0645\u062F\u06CC\u0631\u06CC\u062A \u0627\u0641\u0632\u0648\u0646\u0647\u200C\u0647\u0627 (about:addons) \u0631\u0627 \u0628\u0627\u0632 \u06A9\u0646\u06CC\u062F\u060C \u0633\u067E\u0633 \u0631\u0648\u06CC \xAB\u062A\u0646\u0638\u06CC\u0645\u0627\u062A\xBB \u06A9\u0644\u06CC\u06A9 \u06A9\u0646\u06CC\u062F \u0648 \u0633\u067E\u0633 \u0628\u0631\u0627\u06CC \u062A\u0646\u0638\u06CC\u0645 \u0631\u0648\u06CC \xAB\u0645\u062F\u06CC\u0631\u06CC\u062A \u06A9\u0644\u06CC\u062F\u0647\u0627\u06CC \u0645\u06CC\u0627\u0646\u0628\u0631\xBB \u06A9\u0644\u06CC\u06A9 \u06A9\u0646\u06CC\u062F",browserShortcutsNoteForChrome:"\u0628\u0631\u0627\u06CC \u0645\u0631\u0648\u0631\u06AF\u0631\u0647\u0627\u06CC Chrome \u0645\u0627\u0646\u0646\u062F\u060C \u0628\u0627\u06CC\u062F \u0628\u0631\u06AF\u0647 \u0645\u062F\u06CC\u0631\u06CC\u062A \u0627\u0641\u0632\u0648\u0646\u0647\u200C\u0647\u0627 \u0631\u0627 \u0628\u0631\u0627\u06CC \u062A\u063A\u06CC\u06CC\u0631 \u06A9\u0644\u06CC\u062F\u0647\u0627\u06CC \u0645\u06CC\u0627\u0646\u0628\u0631 \u0628\u0627\u0632 \u06A9\u0646\u06CC\u062F\u060C \u0622\u0646 \u0631\u0627 \u062F\u0631 \u062F\u0631\u06AF\u0627\u0647 \xAB\u0645\u062F\u06CC\u0631\u06CC\u062A \u06A9\u0644\u06CC\u062F\u0647\u0627\u06CC \u0645\u06CC\u0627\u0646\u0628\u0631\xBB (chrome://extensions/shortcuts) \u062A\u0646\u0638\u06CC\u0645 \u06A9\u0646\u06CC\u062F. \u0631\u0648\u06CC \u062F\u06A9\u0645\u0647 \u0632\u06CC\u0631 \u06A9\u0644\u06CC\u06A9 \u06A9\u0646\u06CC\u062F \u062A\u0627 \u0628\u0647 \u0628\u0631\u06AF\u0647 \u0645\u062F\u06CC\u0631\u06CC\u062A \u06A9\u0644\u06CC\u062F \u0645\u06CC\u0627\u0646\u0628\u0631 \u0628\u0631\u0648\u06CC\u062F.",browserShortcutsSucks:"\u0641\u0631\u0645\u062A \u06A9\u0644\u06CC\u062F \u0645\u06CC\u0627\u0646\u0628\u0631 \u0633\u0641\u0627\u0631\u0634\u06CC (\u0628\u062F\u0648\u0646 \u062A\u0634\u062E\u06CC\u0635 \u062E\u0648\u062F\u06A9\u0627\u0631\u060C \u0644\u0637\u0641\u0627 \u0645\u0633\u062A\u0642\u06CC\u0645\u0627 \u0648\u0627\u0631\u062F \u06A9\u0646\u06CC\u062F)\uFF1A\u0627\u0633\u062A",enableLineBreakDescription:"\u0648\u0642\u062A\u06CC \u0641\u0639\u0627\u0644 \u0628\u0627\u0634\u062F\u060C \u06CC\u06A9 \u0634\u06A9\u0633\u062A \u062E\u0637 \u062F\u0631 \u067E\u0627\u06CC\u0627\u0646 \u0647\u0631 \u062C\u0645\u0644\u0647 \u062F\u0631 \u06CC\u06A9 \u0628\u0646\u062F \u0628\u0644\u0646\u062F \u0628\u0631\u0627\u06CC \u062A\u0633\u0647\u06CC\u0644 \u062E\u0648\u0627\u0646\u062F\u0646 \u0627\u0639\u0645\u0627\u0644 \u0645\u06CC \u0634\u0648\u062F","browser.shortBrandName":"\u062A\u0631\u062C\u0645\u0647 \u0647\u0645\u0647\u062C\u0627\u0646\u0628\u0647","browser.brandName":"\u062A\u0631\u062C\u0645\u0647 \u0647\u0645\u0647\u200C\u062C\u0627\u0646\u0628\u0647","browser.brandDescription":"Web bilingual translation, completely free to use, supports Deepl/Google/Bing/Tencent/Youdao, etc.","browser.toggleTranslatePage":"\u062A\u0631\u062C\u0645\u0647 \u062A\u0627\u0631\u0646\u0645\u0627/\u0646\u0645\u0627\u06CC\u0634 \u0645\u062A\u0646 \u0627\u0635\u0644\u06CC","browser.toggleTranslateTheWholePage":"\u062A\u0631\u062C\u0645\u0647 \u062A\u0645\u0627\u0645 \u0628\u0631\u06AF\u0647/\u0646\u0645\u0627\u06CC\u0634 \u0645\u062A\u0646 \u0627\u0635\u0644\u06CC","browser.toggleOnlyTransation":"\u062A\u063A\u06CC\u06CC\u0631 \u0628\u0647 \u062D\u0627\u0644\u062A \u062F\u0648\u0632\u0628\u0627\u0646\u0647 / \u0641\u0642\u0637 \u0645\u062A\u0646 \u062A\u0631\u062C\u0645\u0647 \u0634\u062F\u0647","browser.toggleTranslateToThePageEndImmediately":"\u0627\u0632 \u0627\u0646\u062A\u0647\u0627\u06CC \u0628\u0631\u06AF\u0647 \u062A\u0631\u062C\u0645\u0647 \u06A9\u0646\u06CC\u062F/\u0646\u0645\u0627\u06CC\u0634 \u0645\u062A\u0646 \u0627\u0635\u0644\u06CC","browser.toggleTranslateTheMainPage":"\u062A\u0631\u062C\u0645\u0647 \u0642\u0633\u0645\u062A\u200C\u0647\u0627\u06CC \u0627\u0635\u0644\u06CC \u0628\u0631\u06AF\u0647/\u0646\u0645\u0627\u06CC\u0634 \u0645\u062A\u0646 \u0627\u0635\u0644\u06CC","browser.shareToDraft":"\u0627\u0634\u062A\u0631\u0627\u06A9\u200C\u06AF\u0630\u0627\u0631\u06CC \u0635\u0641\u062D\u0647 \u062F\u0648\u0632\u0628\u0627\u0646\u0647","browser.openOptionsPage":"\u0628\u0631\u06AF\u0647 \u062A\u0646\u0638\u06CC\u0645\u0627\u062A \u0631\u0627 \u0628\u0627\u0632 \u06A9\u0646\u06CC\u062F","browser.toggleTranslationMask":"\u0646\u0645\u0627\u06CC\u0634/\u067E\u0646\u0647\u0627\u0646 \u06A9\u0631\u062F\u0646 \u062C\u0644\u0648\u0647 \u062A\u0627\u0631\u06CC \u062A\u0631\u062C\u0645\u0647","browser.translateLocalPdfFile":"\u062A\u0631\u062C\u0645\u0647 \u067E\u0631\u0648\u0646\u062F\u0647 PDF \u0645\u062D\u0644\u06CC","browser.openEbookViewer":"\u06A9\u062A\u0627\u0628 \u0647\u0627\u06CC \u0627\u0644\u06A9\u062A\u0631\u0648\u0646\u06CC\u06A9\u06CC \u0645\u062D\u0644\u06CC \u0631\u0627 \u0628\u062E\u0648\u0627\u0646\u06CC\u062F","browser.openEbookBuilder":"\u06A9\u062A\u0627\u0628 \u0647\u0627\u06CC \u0627\u0644\u06A9\u062A\u0631\u0648\u0646\u06CC\u06A9\u06CC \u062F\u0648 \u0632\u0628\u0627\u0646\u0647 EPUB \u0627\u06CC\u062C\u0627\u062F \u06A9\u0646\u06CC\u062F","browser.translateLocalHtmlFile":"\u7FFB\u8BD1\u672C\u5730 HTML \u6587\u4EF6","browser.donateContext":"\u0628\u0627 \u0645\u0632\u0627\u06CC\u0627\u06CC \u062D\u0645\u0627\u06CC\u062A \u0645\u0627\u0644\u06CC \u0622\u0634\u0646\u0627 \u0634\u0648\u06CC\u062F","browser.translateLocalSubtitleFile":"\u0641\u0627\u06CC\u0644 \u0647\u0627\u06CC \u0632\u06CC\u0631\u0646\u0648\u06CC\u0633 \u0645\u062D\u0644\u06CC \u0631\u0627 \u062A\u0631\u062C\u0645\u0647 \u06A9\u0646\u06CC\u062F",confirmResetConfig:"\u0622\u06CC\u0627 \u0645\u0637\u0645\u0626\u0646 \u0647\u0633\u062A\u06CC\u062F \u06A9\u0647 \u0645\u06CC\u200C\u062E\u0648\u0627\u0647\u06CC\u062F \u062A\u0646\u0638\u06CC\u0645\u0627\u062A \u0631\u0627 \u0628\u0627\u0632\u0646\u0634\u0627\u0646\u06CC \u06A9\u0646\u06CC\u062F\u061F",translationLineBreakSettingTitle:"\u062A\u0646\u0638\u06CC\u0645\u0627\u062A \u0628\u0633\u062A\u0647 \u0628\u0646\u062F\u06CC \u062E\u0637 \u062A\u0631\u062C\u0645\u0647",smartLineBreak:"\u0628\u0633\u062A\u0647 \u0628\u0646\u062F\u06CC \u062E\u0637 \u0647\u0648\u0634\u0645\u0646\u062F",alwaysLineBreak:"\u0647\u0645\u06CC\u0634\u0647 \u0628\u067E\u06CC\u0686\u06CC\u062F",isShowContextMenu:"\u521B\u5EFA\u53F3\u952E\u83DC\u5355",toggleBeta:"\u0648\u06CC\u0698\u06AF\u06CC \u0647\u0627\u06CC \u0622\u0632\u0645\u0627\u06CC\u0634 \u0628\u062A\u0627 \u0631\u0627 \u0641\u0639\u0627\u0644 \u06A9\u0646\u06CC\u062F",betaDescription:"\u0648\u06CC\u0698\u06AF\u06CC\u200C\u0647\u0627\u06CC\u06CC \u0631\u0627 \u06A9\u0647 \u0647\u0646\u0648\u0632 \u0622\u0632\u0645\u0627\u06CC\u0634\u06CC \u0647\u0633\u062A\u0646\u062F \u0648 \u0647\u0645\u0686\u0646\u06CC\u0646 \u062E\u062F\u0645\u0627\u062A \u062A\u0631\u062C\u0645\u0647 \u0631\u0627 \u062F\u0631 \u0622\u0632\u0645\u0627\u06CC\u0634 \u0641\u0639\u0627\u0644 \u06A9\u0646\u06CC\u062F. \u0639\u0636\u0648<1>\u06AF\u0631\u0648\u0647 \u062A\u0644\u06AF\u0631\u0627\u0645 \u0634\u0648\u06CC\u062F \u0628\u06CC\u0634\u062A\u0631 \u0628\u062F\u0627\u0646\u06CC\u062F.",translationLineBreakSettingDescription:"\u5BF9\u4E8E\u8BD1\u6587\u7684\u4F4D\u7F6E\uFF1A\u603B\u662F\u6362\u884C/\u667A\u80FD\u6362\u884C\uFF08\u5F53\u6BB5\u843D\u591A\u4E8E{count}\u4E2A\u5B57\u7B26\u624D\u6362\u884C\u663E\u793A\u8BD1\u6587\uFF09",tempTranslateDomainTitle:"\u0686\u0647 \u0645\u062F\u062A \u0628\u0631\u0627\u06CC \u0641\u0639\u0627\u0644 \u06A9\u0631\u062F\u0646 \u0645\u0648\u0642\u062A \u062A\u0631\u062C\u0645\u0647 \u0648\u0628 \u0633\u0627\u06CC\u062A",tempTranslateDomainDescription:"\u5F53\u624B\u52A8\u7FFB\u8BD1\u67D0\u4E2A\u7F51\u9875\u7684\u65F6\u5019\uFF0C\u4E34\u65F6\u5F00\u542F\u8BE5\u7F51\u7AD9\u4E3A\u81EA\u52A8\u7FFB\u8BD1",xMinutes:"{count} \u062F\u0642\u06CC\u0642\u0647",disabled:"\u063A\u06CC\u0631 \u0641\u0639\u0627\u0644 \u06A9\u0631\u062F\u0646",changelog:"\u062A\u063A\u06CC\u06CC\u0631 \u06AF\u0632\u0627\u0631\u0634",toggleTranslatePageWhenThreeFingersOnTheScreen:"\u0628\u0631\u0627\u06CC \u062A\u0631\u062C\u0645\u0647 \u0635\u0641\u062D\u0647 \u0648\u0628/\u0646\u0645\u0627\u06CC\u0634 \u0645\u062A\u0646 \u0627\u0635\u0644\u06CC\u060C \u0647\u0645\u0632\u0645\u0627\u0646 \u0628\u0627 \u0686\u0646\u062F\u06CC\u0646 \u0627\u0646\u06AF\u0634\u062A \u0635\u0641\u062D\u0647 \u0631\u0627 \u0644\u0645\u0633 \u06A9\u0646\u06CC\u062F",toggleTranslationMaskWhenThreeFingersOnTheScreen:"\u0686\u0646\u062F\u06CC\u0646 \u0627\u0646\u06AF\u0634\u062A \u0631\u0627 \u0628\u0647 \u0637\u0648\u0631 \u0647\u0645\u0632\u0645\u0627\u0646 \u0644\u0645\u0633 \u06A9\u0646\u06CC\u062F \u062A\u0627 \u062C\u0644\u0648\u0647 \u062A\u0627\u0631\u06CC \u062A\u0631\u062C\u0645\u0647 \u0646\u0634\u0627\u0646 \u062F\u0627\u062F\u0647 \u06CC\u0627 \u067E\u0646\u0647\u0627\u0646 \u0634\u0648\u062F",fingerCountToToggleTranslagePageOnlyTranslationWhenTouching:"\u0628\u0631\u0627\u06CC \u062A\u0631\u062C\u0645\u0647 \u0635\u0641\u062D\u0647 \u0648\u0628 (\u0641\u0642\u0637 \u062A\u0631\u062C\u0645\u0647)/\u0646\u0645\u0627\u06CC\u0634 \u0645\u062A\u0646 \u0627\u0635\u0644\u06CC \u0628\u0627 \u0686\u0646\u062F\u06CC\u0646 \u0627\u0646\u06AF\u0634\u062A \u0647\u0645\u0632\u0645\u0627\u0646 \u0635\u0641\u062D\u0647 \u0631\u0627 \u0644\u0645\u0633 \u06A9\u0646\u06CC\u062F",addUrlDescription:"\u0627\u06CC\u0646 \u0645\u06CC \u062A\u0648\u0627\u0646\u062F \u06CC\u06A9 \u0646\u0627\u0645 \u062F\u0627\u0645\u0646\u0647 \u0628\u0627\u0634\u062F \u0648 \u0627\u0632 \u062D\u0631\u0648\u0641 \u0639\u0627\u0645 \u067E\u0634\u062A\u06CC\u0628\u0627\u0646\u06CC \u0645\u06CC \u06A9\u0646\u062F\u060C \u0645\u0627\u0646\u0646\u062F\uFF1A*.google.com\u060C google.com/mail/*\u060C https://www.google.com/*",general:"\u062A\u0646\u0638\u06CC\u0645\u0627\u062A \u067E\u0627\u06CC\u0647",clickToExpandConfig:"\u06AF\u0633\u062A\u0631\u0634 \u067E\u06CC\u06A9\u0631\u0628\u0646\u062F\u06CC \u0641\u0639\u0644\u06CC",import:"\u4ECE\u6587\u4EF6\u5BFC\u5165\u914D\u7F6E",export:"\u0635\u0627\u062F\u0631\u0627\u062A \u0628\u0647 \u0641\u0627\u06CC\u0644",toggleDebug:"\u06AF\u0632\u0627\u0631\u0634 \u0647\u0627\u06CC \u0627\u0634\u06A9\u0627\u0644 \u0632\u062F\u0627\u06CC\u06CC \u0631\u0627 \u0631\u0648\u06CC \u06A9\u0646\u0633\u0648\u0644 \u0686\u0627\u067E \u06A9\u0646\u06CC\u062F","fingers.0":"\u0628\u0633\u062A\u0647","fingers.2":"\u0644\u0645\u0633 \u062F\u0648 \u0627\u0646\u06AF\u0634\u062A\u06CC","fingers.3":"\u0644\u0645\u0633 \u0633\u0647 \u0627\u0646\u06AF\u0634\u062A","fingers.4":"\u0644\u0645\u0633 \u0686\u0647\u0627\u0631 \u0627\u0646\u06AF\u0634\u062A","fingers.5":"\u0644\u0645\u0633 \u067E\u0646\u062C \u0627\u0646\u06AF\u0634\u062A",mouseHoldKey:"+ {key} \u0627\u06CC\u0646 \u067E\u0627\u0631\u0627\u06AF\u0631\u0627\u0641 \u0631\u0627 \u062A\u0631\u062C\u0645\u0647/\u0628\u0627\u0632\u06CC\u0627\u0628\u06CC \u06A9\u0646\u06CC\u062F",mouseHoldKeyAuto:"\u0627\u06CC\u0646 \u067E\u0627\u0631\u0627\u06AF\u0631\u0627\u0641 \u0631\u0627 \u0645\u0633\u062A\u0642\u06CC\u0645\u0627\u064B \u062A\u0631\u062C\u0645\u0647 \u06A9\u0646\u06CC\u062F",mouseHoldKeyOff:"\u0647\u06CC\u0686 \u06A9\u0627\u0631\u06CC \u0646\u06A9\u0646",mouseHoldKeyOther:"\u06A9\u0644\u06CC\u062F\u0647\u0627\u06CC \u0645\u06CC\u0627\u0646\u0628\u0631 \u0633\u0641\u0627\u0631\u0634\u06CC (\u062A\u0646\u0638\u06CC\u0645\u0627\u062A \u0628\u0627\u0632)",mouseHoldKeyCustomKey:"0 \u0627\u06CC\u0646 \u067E\u0627\u0631\u0627\u06AF\u0631\u0627\u0641 \u0631\u0627 {key} / \u0628\u0627\u0632\u06CC\u0627\u0628\u06CC \u06A9\u0646\u06CC\u062F",mouseHoverHoldKey:"\u0645\u0627\u0648\u0633 \u0631\u0627 \u0646\u06AF\u0647 \u062F\u0627\u0631\u06CC\u062F \u0648 \u06A9\u0644\u06CC\u062F \u0645\u06CC\u0627\u0646\u0628\u0631 \u0631\u0627 \u0641\u0634\u0627\u0631 \u062F\u0647\u06CC\u062F \u062A\u0627 \u067E\u0627\u0631\u0627\u06AF\u0631\u0627\u0641 \u062A\u0631\u062C\u0645\u0647 \u0634\u0648\u062F","mouse-translate":"MouseTranslateWhen",document:"\u0633\u0646\u062F",resetSuccess:"\u0647\u0645\u0647 \u062A\u0646\u0638\u06CC\u0645\u0627\u062A \u0628\u0627 \u0645\u0648\u0641\u0642\u06CC\u062A \u0628\u0627\u0632\u0646\u0634\u0627\u0646\u06CC \u0634\u062F",resetThisSuccess:"\u0628\u0627\u0632\u0646\u0634\u0627\u0646\u06CC \u0628\u0627 \u0645\u0648\u0641\u0642\u06CC\u062A \u0627\u0646\u062C\u0627\u0645 \u0634\u062F",saved:"\u0628\u0627 \u0645\u0648\u0641\u0642\u06CC\u062A \u0630\u062E\u06CC\u0631\u0647 \u0634\u062F",successImportConfig:"\u067E\u06CC\u06A9\u0631\u0628\u0646\u062F\u06CC \u0628\u0627 \u0645\u0648\u0641\u0642\u06CC\u062A \u0648\u0627\u0631\u062F \u0634\u062F",goAdvancedSettings:"\u0628\u0647 \u0635\u0641\u062D\u0647 \u062A\u0646\u0638\u06CC\u0645\u0627\u062A \u067E\u06CC\u0634\u0631\u0641\u062A\u0647 \u0628\u0631\u0648\u06CC\u062F",goAdvancedInterfaceSettings:"\u0628\u0647 \u0635\u0641\u062D\u0647 \u062A\u0646\u0638\u06CC\u0645\u0627\u062A \u0633\u0641\u0627\u0631\u0634\u06CC \u0633\u0627\u0632\u06CC \u067E\u06CC\u0634\u0631\u0641\u062A\u0647 \u0628\u0631\u0648\u06CC\u062F",advanced:"\u062A\u0646\u0638\u06CC\u0645\u0627\u062A \u067E\u06CC\u0634\u0631\u0641\u062A\u0647",advancedDescription:"\u0628\u0647 \u0637\u0648\u0631 \u06A9\u0644\u06CC\u060C \u0647\u06CC\u0686 \u062A\u0646\u0638\u06CC\u0645\u06CC \u0644\u0627\u0632\u0645 \u0646\u06CC\u0633\u062A\u060C \u0641\u0642\u0637 \u067E\u06CC\u0634 \u0641\u0631\u0636 \u0631\u0627 \u062D\u0641\u0638 \u06A9\u0646\u06CC\u062F. \u0641\u0642\u0637 \u0628\u0631\u0627\u06CC \u06A9\u0627\u0631\u0628\u0631\u0627\u0646 \u062D\u0631\u0641\u0647 \u0627\u06CC \u062A\u0631\u060C \u062A\u0646\u0638\u06CC\u0645\u0627\u062A \u0634\u062E\u0635\u06CC \u062A\u0631 \u0627\u0631\u0627\u0626\u0647 \u0634\u062F\u0647 \u0627\u0633\u062A.",developer:"\u062A\u0646\u0638\u06CC\u0645\u0627\u062A \u0628\u0631\u0646\u0627\u0645\u0647 \u0646\u0648\u06CC\u0633",donateCafe:"\u8BF7\u5F00\u53D1\u8005\u559D\u676F\u5496\u5561","translate to the bottom of the page":"\u6253\u5F00\u7F51\u9875\u540E\uFF0C\u662F\u5426\u7ACB\u5373\u7FFB\u8BD1\u5230\u9875\u9762\u5E95\u90E8\uFF1F",feedback:"\u0628\u0627\u0632\u062E\u0648\u0631\u062F",toggleTranslatePage:"\u062A\u0631\u062C\u0645\u0647 \u0635\u0641\u062D\u0647 \u0648\u0628/\u0646\u0645\u0627\u06CC\u0634 \u0645\u062A\u0646 \u0627\u0635\u0644\u06CC",translateToThePageEndImmediatelyDescription:"\u5F00\u542F\u540E\uFF0C\u5C06\u4F1A\u7ACB\u5373\u7FFB\u8BD1\u7F51\u9875\u4ECE\u9876\u90E8\u5230\u5E95\u90E8\u7684\u5185\u5BB9\uFF0C\u800C\u4E0D\u662F\u8FB9\u770B\u8FB9\u8BD1\u3002\uFF08\u4E0D\u63A8\u8350\u5F00\u542F\uFF09","translate all areas of the page":"\u0622\u06CC\u0627 \u0628\u0631\u0627\u06CC \u062A\u0631\u062C\u0645\u0647 \u0647\u0645\u0647 \u0642\u0633\u0645\u062A \u0647\u0627\u06CC \u0635\u0641\u062D\u0647 \u0648\u0628",translationAreaDescription:"\u5F00\u542F\u540E\uFF0C\u6574\u4E2A\u7F51\u9875\u7684\u533A\u57DF\u90FD\u4F1A\u88AB\u7FFB\u8BD1\uFF0C\u800C\u4E0D\u662F\u9ED8\u8BA4\u7684\u667A\u80FD\u8BC6\u522B\u4E3B\u8981\u533A\u57DF\u53BB\u7FFB\u8BD1\uFF08\u4E0D\u63A8\u8350\u5F00\u542F\uFF09","the number of characters to be translated first":"\u524D\u591A\u5C11\u4E2A\u5B57\u7B26\u65E0\u9700\u7B49\u5F85\u6EDA\u52A8\u5230\u53EF\u89C6\u533A\u57DF\uFF0C\u76F4\u63A5\u7FFB\u8BD1\uFF1F","interface language":"\u0632\u0628\u0627\u0646 \u0631\u0627\u0628\u0637","display both the original text and the translation":"\u0646\u0645\u0627\u06CC\u0634 \u0645\u062A\u0646 \u0627\u0635\u0644\u06CC \u0648 \u062A\u0631\u062C\u0645\u0647 \u0628\u0647 \u0637\u0648\u0631 \u0647\u0645\u0632\u0645\u0627\u0646","keyboard shortcuts":"\u0645\u06CC\u0627\u0646\u0628\u0631\u0647\u0627\u06CC \u0635\u0641\u062D\u0647 \u06A9\u0644\u06CC\u062F",modify:"\u06A9\u0644\u06CC\u062F\u0647\u0627\u06CC \u0645\u06CC\u0627\u0646\u0628\u0631 \u0631\u0627 \u062A\u063A\u06CC\u06CC\u0631 \u062F\u0647\u06CC\u062F",reset:"\u062A\u0646\u0638\u06CC\u0645 \u0645\u062C\u062F\u062F",close:"\u0628\u0633\u062A\u0647",homepage:"\u0635\u0641\u062D\u0647 \u0646\u062E\u0633\u062A",more:"\u0628\u06CC\u0634\u062A\u0631",moreOptions:"\u06AF\u0632\u06CC\u0646\u0647 \u0647\u0627\u06CC \u0633\u0641\u0627\u0631\u0634\u06CC \u0633\u0627\u0632\u06CC \u0628\u06CC\u0634\u062A\u0631\u06CC \u0631\u0627 \u06AF\u0633\u062A\u0631\u0634 \u062F\u0647\u06CC\u062F",translateTheWholePage:"\u062A\u0631\u062C\u0645\u0647 \u062A\u0645\u0627\u0645 \u0642\u0633\u0645\u062A\u200C\u0647\u0627\u06CC \u0635\u0641\u062D\u0647 (\u0645\u062A\u0641\u0627\u0648\u062A \u0627\u0632 \u0642\u0633\u0645\u062A\u200C\u0647\u0627\u06CC \u0627\u0635\u0644\u06CC \u062A\u0634\u062E\u06CC\u0635 \u0647\u0648\u0634\u0645\u0646\u062F)",changeToTranslateTheWholePage:"\u5207\u6362\u4E3A\u7FFB\u8BD1\u9875\u9762\u6240\u6709\u533A\u57DF",changeToTranslateTheMainPage:"\u5207\u6362\u4E3A\u667A\u80FD\u7FFB\u8BD1\u4E3B\u8981\u533A\u57DF",changeToOnlyTranslationMode:"\u0628\u0647 \u0646\u0645\u0627\u06CC\u0634 \u0641\u0642\u0637 \u062A\u0631\u062C\u0645\u0647 \u0647\u0627 \u0628\u0631\u0648\u06CC\u062F",changeToDualTranslationMode:"\u0628\u0647 \u062A\u0631\u062C\u0645\u0647 \u062F\u0648 \u0632\u0628\u0627\u0646\u0647 \u0628\u0631\u0648\u06CC\u062F",translateToThePageEndImmediately:"\u7ACB\u5373\u7FFB\u8BD1\u5230\u9875\u9762\u5E95\u90E8\uFF08\u533A\u522B\u4E8E\u6EDA\u52A8\u7FFB\u8BD1\uFF09",translateTheMainPage:"\u0632\u0645\u06CC\u0646\u0647 \u0647\u0627\u06CC \u0627\u0635\u0644\u06CC \u062A\u0631\u062C\u0645\u0647 \u0647\u0648\u0634\u0645\u0646\u062F","The local rules are up to date":"\u0642\u0648\u0627\u0646\u06CC\u0646 \u0633\u0627\u0632\u06AF\u0627\u0631\u06CC \u0645\u062D\u0644\u06CC \u0628\u0647 \u0631\u0648\u0632 \u0647\u0633\u062A\u0646\u062F:","Successfully synchronized with the latest official rules:":"\u0622\u062E\u0631\u06CC\u0646 \u0642\u0648\u0627\u0646\u06CC\u0646 \u0627\u0646\u0637\u0628\u0627\u0642 \u0631\u0633\u0645\u06CC \u0628\u0627 \u0645\u0648\u0641\u0642\u06CC\u062A \u0647\u0645\u06AF\u0627\u0645 \u0633\u0627\u0632\u06CC \u0634\u062F:","Checking for updates":"\u0628\u0631\u0631\u0633\u06CC \u0628\u0647 \u0631\u0648\u0632 \u0631\u0633\u0627\u0646\u06CC","Rules are being synchronized":"\u0647\u0645\u06AF\u0627\u0645 \u0633\u0627\u0632\u06CC \u0642\u0648\u0627\u0646\u06CC\u0646 \u0633\u0627\u0632\u06AF\u0627\u0631\u06CC",localVersionIsTooOld:"\u672C\u5730\u6269\u5C55\u7248\u672C\u8FC7\u65E7\uFF0C\u8BF7\u5347\u7EA7\u6269\u5C55\u5230 {minVersion} \u6216\u4E4B\u540E\u7684\u7248\u672C\u518D\u5C1D\u8BD5\u540C\u6B65",badUserscriptBrowser:"\u8BE5\u6D4F\u89C8\u5668\u672A\u6B63\u786E\u5B9E\u73B0\u6CB9\u7334\u7684\u63A5\u53E3\uFF0C\u8BF7\u4F7F\u7528\u5176\u4ED6<1>\u652F\u6301\u6CB9\u7334\u7684\u6D4F\u89C8\u5668\u5982(Firefox Nightly \u7248\u672C)",foundNewVersion:"\u0646\u0633\u062E\u0647 \u062C\u062F\u06CC\u062F \u067E\u06CC\u062F\u0627 \u0634\u062F",theLocalExtensionIsUpToUpdate:"\u0627\u0641\u0632\u0648\u0646\u0647 \u0641\u0639\u0644\u06CC \u0622\u062E\u0631\u06CC\u0646 \u0646\u0633\u062E\u0647 \u0627\u0633\u062A.",failToSyncRules:"\u0647\u0645\u06AF\u0627\u0645 \u0633\u0627\u0632\u06CC \u0622\u062E\u0631\u06CC\u0646 \u0642\u0648\u0627\u0646\u06CC\u0646 \u0627\u0646\u0637\u0628\u0627\u0642 \u0627\u0646\u062C\u0627\u0645 \u0646\u0634\u062F",retry:"\u062C\u0647\u062A \u062A\u0644\u0627\u0634 \u062F\u0648\u0628\u0627\u0631\u0647 \u0627\u06CC\u0646\u062C\u0627 \u06A9\u0644\u06CC\u06A9 \u06A9\u0646\u06CC\u062F",failedReason:"\u062F\u0644\u06CC\u0644 \u0634\u06A9\u0633\u062A",currentRuleVersion:"\u0646\u0633\u062E\u0647 \u0642\u0627\u0646\u0648\u0646 \u0641\u0639\u0644\u06CC",calculating:"\u062F\u0631 \u062D\u0627\u0644 \u0645\u062D\u0627\u0633\u0628\u0647",unknownError:"\u0627\u0634\u062A\u0628\u0627\u0647 \u0646\u0627\u0634\u0646\u0627\u062E\u062A\u0647",canNotFetchRemoteRule:"\u0646\u0645\u06CC \u062A\u0648\u0627\u0646 \u0642\u0648\u0627\u0646\u06CC\u0646 \u0631\u0627\u0647 \u062F\u0648\u0631 \u0631\u0627 \u062F\u0631\u06CC\u0627\u0641\u062A \u06A9\u0631\u062F",enableAlphaSuccess:"\u062A\u0627\u0628\u0639 \u0622\u0644\u0641\u0627 \u0631\u0648\u0634\u0646 \u0634\u062F",disableAlphaSuccess:"\u0648\u06CC\u0698\u06AF\u06CC \u0622\u0644\u0641\u0627 \u062E\u0627\u0645\u0648\u0634 \u0634\u062F",cacheSize:"\u0627\u0646\u062F\u0627\u0632\u0647 \u06A9\u0634\uFF1A",cleaning:"\u062A\u0645\u06CC\u0632 \u06A9\u0631\u062F\u0646",cleanCache:"\u067E\u0627\u06A9 \u06A9\u0631\u062F\u0646 \u062D\u0627\u0641\u0638\u0647 \u067E\u0646\u0647\u0627\u0646",options:"\u0628\u0631\u067E\u0627\u06CC\u06CC",about:"\u062F\u0631 \u0628\u0627\u0631\u0647",service:"\u062E\u062F\u0645\u0627\u062A \u062A\u0631\u062C\u0645\u0647",needAction:"(\u0628\u0647 \u062A\u0646\u0638\u06CC\u0645\u0627\u062A \u0628\u0631\u0648\u06CC\u062F)",goSettings:"\u0628\u0647 \u062A\u0646\u0638\u06CC\u0645\u0627\u062A \u0628\u0631\u0648\u06CC\u062F",needActionForOptions:"(\u0646\u06CC\u0627\u0632 \u0628\u0647 \u062A\u0646\u0638\u06CC\u0645)",translationEngine:"\u06AF\u0632\u06CC\u0646\u0647 \u0647\u0627\u06CC \u0645\u0648\u062A\u0648\u0631",sourceLanguage:"\u0632\u0628\u0627\u0646 \u0627\u0635\u0644\u06CC",target:"\u0632\u0628\u0627\u0646 \u0645\u0642\u0635\u062F",popupSourceLanguage:"\u0632\u0628\u0627\u0646 \u0627\u0635\u0644\u06CC",popupTarget:"\u0632\u0628\u0627\u0646 \u0645\u0642\u0635\u062F",popupService:"\u062E\u062F\u0645\u0627\u062A \u062A\u0631\u062C\u0645\u0647",forThisSite:"\u0648\u0628 \u0633\u0627\u06CC\u062A \u0641\u0639\u0644\u06CC",autoEnableSubtitle:"\u0632\u06CC\u0631\u0646\u0648\u06CC\u0633\u200C\u0647\u0627\u06CC \u062F\u0648\u0632\u0628\u0627\u0646\u0647 \u0631\u0627 \u0628\u0647\u200C\u0637\u0648\u0631 \u062E\u0648\u062F\u06A9\u0627\u0631 \u0631\u0648\u0634\u0646 \u06A9\u0646\u06CC\u062F",alwaysTranslateSomeLanguage:"\u603B\u662F\u7FFB\u8BD1{language}",neverTranslateSomeLanguage:"\u6C38\u4E0D\u7FFB\u8BD1{language}",alwaysTranslateSomeSite:"\u0647\u0645\u06CC\u0634\u0647 {hostname}\u0631\u0627 \u062A\u0631\u062C\u0645\u0647 \u06A9\u0646\u06CC\u062F",neverTranslateSomeSite:"\u0647\u0631\u06AF\u0632 {hostname}\u0631\u0627 \u062A\u0631\u062C\u0645\u0647 \u0646\u06A9\u0646\u06CC\u062F",alwaysTranslateSomeSiteOrWildSite:"\u0647\u0645\u06CC\u0634\u0647 \u0627\u06CC\u0646 \u0633\u0627\u06CC\u062A \u0631\u0627 \u062A\u0631\u062C\u0645\u0647 \u06A9\u0646\u06CC\u062F",alwaysTranslateSomePage:"\u0647\u0645\u06CC\u0634\u0647 \u0627\u06CC\u0646 \u0635\u0641\u062D\u0647 \u0631\u0627 \u062A\u0631\u062C\u0645\u0647 \u06A9\u0646\u06CC\u062F",add:"\u0627\u0636\u0627\u0641\u0647 \u06A9\u0631\u062F\u0646 \u0628\u0647",default:"\u067E\u06CC\u0634 \u0641\u0631\u0636",forThisLanguage:"\u0628\u0631\u0627\u06CC \u0627\u06CC\u0646 \u0632\u0628\u0627\u0646\uFF1A","add url":"\u0622\u062F\u0631\u0633 \u0627\u06CC\u0646\u062A\u0631\u0646\u062A\u06CC \u0631\u0627 \u0648\u0627\u0631\u062F \u06A9\u0646\u06CC\u062F",edit:"\u0648\u06CC\u0631\u0627\u06CC\u0634 \u06A9\u0646\u06CC\u062F","translate other languages into specific language":"\u0632\u0628\u0627\u0646 \u0647\u0627\u06CC \u062F\u06CC\u06AF\u0631 \u0631\u0627 \u0628\u0647 \u0632\u0628\u0627\u0646\u06CC \u06A9\u0647 \u062A\u0646\u0638\u06CC\u0645 \u06A9\u0631\u062F\u0647 \u0627\u06CC\u062F \u062A\u0631\u062C\u0645\u0647 \u06A9\u0646\u06CC\u062F","select translation service":"\u062E\u062F\u0645\u0627\u062A \u062A\u0631\u062C\u0645\u0647 \u0631\u0627 \u0627\u0646\u062A\u062E\u0627\u0628 \u06A9\u0646\u06CC\u062F",language:"\u0632\u0628\u0627\u0646","show-original":"\u0646\u0645\u0627\u06CC\u0634 \u0645\u062A\u0646 \u0627\u0635\u0644\u06CC",translate:"\u062A\u0631\u062C\u0645\u0647 \u06A9\u0631\u062F\u0646",Translated:"\u062A\u0631\u062C\u0645\u0647 \u0634\u062F\u0647",Translating:"\u062F\u0631 \u062D\u0627\u0644 \u062A\u0631\u062C\u0645\u0647",Error:"\u0627\u0634\u062A\u0628\u0627\u0647",allowCacheTranslations:"\u0641\u0639\u0627\u0644 \u06A9\u0631\u062F\u0646 \u062D\u0627\u0641\u0638\u0647 \u067E\u0646\u0647\u0627\u0646 \u062A\u0631\u062C\u0645\u0647 \u0645\u062D\u0644\u06CC (\u0628\u0631\u0627\u06CC \u06A9\u0627\u0647\u0634 \u062F\u0631\u062E\u0648\u0627\u0633\u062A \u0647\u0627\u06CC \u062A\u0631\u062C\u0645\u0647 \u0628\u0631\u0627\u06CC \u067E\u0627\u0631\u0627\u06AF\u0631\u0627\u0641 \u0647\u0627\u06CC \u062A\u06A9\u0631\u0627\u0631\u06CC)","translation display":"\u0633\u0628\u06A9 \u0646\u0645\u0627\u06CC\u0634 \u062A\u0631\u062C\u0645\u0647","select diplay style":"\u0633\u0628\u06A9 \u062A\u0631\u062C\u0645\u0647 \u0631\u0627 \u0645\u062A\u0645\u0627\u06CC\u0632 \u06A9\u0646\u06CC\u062F. \u0644\u0637\u0641\u0627\u064B \u0628\u0631\u0627\u06CC \u062C\u0632\u0626\u06CC\u0627\u062A \u0628\u06CC\u0634\u062A\u0631 \u0628\u0647 \u0645\u062B\u0627\u0644 \u0647\u0627\u06CC \u0632\u06CC\u0631 \u0645\u0631\u0627\u062C\u0639\u0647 \u06A9\u0646\u06CC\u062F:",interface:"\u062A\u0646\u0638\u06CC\u0645\u0627\u062A \u0631\u0627\u0628\u0637",import_export:"\u0648\u0627\u0631\u062F\u0627\u062A \u0648 \u0635\u0627\u062F\u0631\u0627\u062A",import_export_title:"\u067E\u06CC\u06A9\u0631\u0628\u0646\u062F\u06CC \u0648\u0627\u0631\u062F\u0627\u062A/\u0635\u0627\u062F\u0631\u0627\u062A",syncToGoogleDrive:"\u0627\u06A9\u0646\u0648\u0646 \u0628\u0627 Google Drive \u0647\u0645\u06AF\u0627\u0645 \u0633\u0627\u0632\u06CC \u06A9\u0646\u06CC\u062F",floatBallOptions:"\u062A\u0646\u0638\u06CC\u0645\u0627\u062A \u062A\u0648\u067E \u0645\u0639\u0644\u0642","floatBallOptions.enable":"\u062A\u0648\u067E \u0634\u0646\u0627\u0648\u0631 \u0631\u0627 \u0641\u0639\u0627\u0644 \u06A9\u0646\u06CC\u062F","floatBallOptions.blockUrls":"\u0648\u0628 \u0633\u0627\u06CC\u062A \u0631\u0627 \u063A\u06CC\u0631 \u0641\u0639\u0627\u0644 \u06A9\u0646\u06CC\u062F","floatBallOptions.add":"\u0627\u0636\u0627\u0641\u0647 \u06A9\u0631\u062F\u0646 \u0628\u0647","floatBallOptions.blockUrlDesc":"\u062A\u0648\u067E \u0634\u0646\u0627\u0648\u0631 \u0647\u0646\u06AF\u0627\u0645 \u0628\u0631\u062E\u0648\u0631\u062F \u0628\u0627 \u0648\u0628 \u0633\u0627\u06CC\u062A \u0647\u0627\u06CC \u0632\u06CC\u0631 \u0646\u0645\u0627\u06CC\u0634 \u062F\u0627\u062F\u0647 \u0646\u0645\u06CC \u0634\u0648\u062F","floatBallOptions.clickType":"\u0631\u0641\u062A\u0627\u0631 \u06A9\u0644\u06CC\u06A9\u06CC","floatBallOptions.clickTypeDesc":"\u0631\u0641\u062A\u0627\u0631 \u0646\u0645\u0627\u062F \u062A\u0648\u067E \u0634\u0646\u0627\u0648\u0631 \u0647\u0646\u06AF\u0627\u0645 \u06A9\u0644\u06CC\u06A9 \u06A9\u0631\u062F\u0646","floatBallOptions.clickPopup":"\u0646\u0645\u0627\u06CC\u0634 \u067E\u0627\u0646\u0644 \u062A\u0631\u062C\u0645\u0647","floatBallOptions.clickTranslate":"\u062A\u0631\u062C\u0645\u0647/\u0646\u0645\u0627\u06CC\u0634 \u0645\u062A\u0646 \u0627\u0635\u0644\u06CC","floatBallOptions.fixedPosition":"\u56FA\u5B9A\u4F4D\u7F6E","floatBallOptions.fixedPositionDesc":"\u60AC\u6D6E\u7403\u5728\u7A97\u53E3\u5DE6\u4FA7\u8FD8\u662F\u53F3\u4FA7","floatBallOptions.fixedPositionLeft":"\u5DE6\u4FA7","floatBallOptions.fixedPositionRight":"\u53F3\u4FA7",previewAllThemes:"\u067E\u06CC\u0634 \u0646\u0645\u0627\u06CC\u0634 \u0647\u0645\u0647 \u0633\u0628\u06A9 \u0647\u0627","translationTheme.none":"\u0647\u06CC\u0686 \u06CC\u06A9","translationTheme.grey":"\u062E\u0627\u06A9\u0633\u062A\u0631\u06CC \u062A\u06CC\u0631\u0647","translationTheme.dashed":"\u0632\u06CC\u0631 \u062E\u0637 \u0686\u06CC\u0646","translationTheme.dotted":"\u0632\u06CC\u0631 \u062E\u0637 \u0646\u0642\u0637\u0647 \u062F\u0627\u0631","translationTheme.dashedBorder":"\u0645\u0631\u0632 \u0634\u06A9\u0633\u062A\u0647","translationTheme.solidBorder":"\u0645\u0631\u0632 \u062C\u0627\u0645\u062F","translationTheme.underline":"\u0632\u06CC\u0631 \u062E\u0637 \u0645\u0633\u062A\u0642\u06CC\u0645","translationTheme.mask":"\u062C\u0644\u0648\u0647 \u062A\u0627\u0631\u06CC (\u062D\u0627\u0644\u062A \u06CC\u0627\u062F\u06AF\u06CC\u0631\u06CC)","translationTheme.opacity":"\u0627\u062B\u0631 \u0634\u0641\u0627\u0641\u06CC\u062A","translationTheme.paper":"\u0627\u0641\u06A9\u062A \u0633\u0627\u06CC\u0647 \u06A9\u0627\u063A\u0630 \u0633\u0641\u06CC\u062F","translationTheme.dividingLine":"\u062E\u0637 \u062A\u0642\u0633\u06CC\u0645","translationTheme.highlight":"\u0628\u0631\u062C\u0633\u062A\u0647","translationTheme.marker":"\u0646\u0634\u0627\u0646\u06AF\u0631","translationTheme.marker2":"\u0646\u0634\u0627\u0646\u06AF\u0631 2","translationTheme.blockquote":"\u0633\u0628\u06A9 \u0645\u0631\u062C\u0639","translationTheme.weakening":"\u062A\u0636\u0639\u06CC\u0641 \u0634\u0648\u062F","translationTheme.italic":"\u0645\u0648\u0631\u0628","translationTheme.bold":"\u067E\u0631\u0631\u0646\u06AF","translationTheme.thinDashed":"\u0632\u06CC\u0631 \u062E\u0637 \u0686\u06CC\u0646 \u0646\u0627\u0632\u06A9","translationTheme.nativeDashed":"\u0627\u06CC\u0646 \u0633\u06CC\u0633\u062A\u0645 \u062F\u0627\u0631\u0627\u06CC \u062E\u0637 \u0632\u06CC\u0631 \u0646\u0642\u0637\u0647\u200C\u062F\u0627\u0631 \u0627\u0633\u062A","translationTheme.nativeDotted":"\u0627\u06CC\u0646 \u0633\u06CC\u0633\u062A\u0645 \u062F\u0627\u0631\u0627\u06CC \u062E\u0637 \u0632\u06CC\u0631 \u0646\u0642\u0637\u0647\u200C\u062F\u0627\u0631 \u0627\u0633\u062A","translationTheme.nativeUnderline":"\u0627\u06CC\u0646 \u0633\u06CC\u0633\u062A\u0645 \u062F\u0627\u0631\u0627\u06CC \u062E\u0637 \u0645\u0633\u062A\u0642\u06CC\u0645 \u0627\u0633\u062A","translationTheme.wavy":"\u062E\u0637\u0648\u0637 \u0645\u0648\u0627\u062C","translationServices.custom":"API \u0633\u0641\u0627\u0631\u0634\u06CC","translationServices.tencent":"\u0645\u062A\u0631\u062C\u0645 \u062A\u0646\u0633\u0646\u062A","translationServices.tenAlpha":"\u0645\u062A\u0631\u062C\u0645 \u062A\u0646\u0633\u0646\u062A (\u0622\u0644\u0641\u0627)","translationServices.google":"\u0645\u062A\u0631\u062C\u0645 \u06AF\u0648\u06AF\u0644","translationServices.bai":"\u0628\u0627\u06CC\u062F\u0648 (\u0622\u0644\u0641\u0627)","translationServices.baidu":"\u0645\u062A\u0631\u062C\u0645 \u0628\u0627\u06CC\u062F\u0648","translationServices.aliyun":"\u062A\u0631\u062C\u0645\u0647 \u0627\u0628\u0631\u06CC \u0639\u0644\u06CC \u0628\u0627\u0628\u0627","translationServices.volc":"\u062A\u0631\u062C\u0645\u0647 \u0622\u062A\u0634\u0641\u0634\u0627\u0646","translationServices.deeplx":"DeepLX(Alpha)","translationServices.bing":"\u5FC5\u5E94\u7FFB\u8BD1","translationServices.deepl":"DeepL","translationServices.wechat":"\u062A\u0631\u062C\u0645\u0647 \u0648\u06CC \u0686\u062A","translationServices.azure":"\u5FAE\u8F6F\u7FFB\u8BD1","translationServices.ibm":"\u0622\u06CC \u0628\u06CC \u0627\u0645 \u0648\u0627\u062A\u0633\u0648\u0646","translationServices.aws":"\u062A\u0631\u062C\u0645\u0647 \u0622\u0645\u0627\u0632\u0648\u0646","translationServices.mock":"\u6A21\u62DF\u7FFB\u8BD11","translationServices.mock2":"\u062A\u0631\u062C\u0645\u0647 \u0634\u0628\u06CC\u0647 \u0633\u0627\u0632\u06CC \u0634\u062F\u0647 2","translationServices.caiyun":"\u06A9\u0627\u06CC\u0648\u0646 \u0634\u06CC\u0627\u0626\u0648\u06CC","translationServices.cai":"\u5F69\u4E91\u5C0F\u8BD1","translationServices.volcAlpha":"\u706B\u5C71\u7FFB\u8BD1(Alpha)","translationServices.openl":"OpenL","translationServices.youdao":"\u062A\u0631\u062C\u0645\u0647 \u06CC\u0648\u062F\u0627\u0626\u0648","translationServices.you":"\u062A\u0631\u062C\u0645\u0647 \u06CC\u0648\u062F\u0627\u0626\u0648 (\u0622\u0644\u0641\u0627)","translationServices.transmart":"\u062A\u0631\u062C\u0645\u0647 \u062A\u0639\u0627\u0645\u0644\u06CC Tencent","translationServices.niu":"\u062A\u0631\u062C\u0645\u0647 \u0645\u0627\u0648\u0631\u06CC\u06A9\u0633","translationServices.papago":"Papago\u7FFB\u8BD1","translationServices.d":"Deepl(Alpha)","translationServices.dpro":"\u062F\u06CC \u067E\u0631\u0648 (\u0642\u0646\u0627\u0631\u06CC)","translationServices.openai":"OpenAI","translationServices.yandex":"Yandex","translationServices.chatgpt":"ChatGPT Web (\u0645\u0648\u0628\u0627\u06CC\u0644 3.5)","translate title":"\u0639\u0646\u0648\u0627\u0646 \u0635\u0641\u062D\u0647 \u0631\u0627 \u062A\u0631\u062C\u0645\u0647 \u06A9\u0646\u06CC\u062F","always languages":"\u0647\u0645\u06CC\u0634\u0647 \u0632\u0628\u0627\u0646 \u062A\u0631\u062C\u0645\u0647 \u0634\u062F\u0647",neverTranslateLanguagesLabel:"\u0632\u0628\u0627\u0646 \u0647\u0627\u06CC\u06CC \u06A9\u0647 \u0647\u0631\u06AF\u0632 \u062A\u0631\u062C\u0645\u0647 \u0646\u0645\u06CC \u0634\u0648\u0646\u062F",neverTranslateTheFollowingLanguagesDescription:"\u5F53\u9875\u9762\u4E2D\u67D0\u4E00\u6BB5\u843D\u7684\u8BED\u8A00\u4E3A\u4E0B\u5217\u8BED\u8A00\u65F6\uFF0C\u4F1A\u81EA\u52A8\u8DF3\u8FC7\u7FFB\u8BD1\u8BE5\u6BB5\u843D",enableUserscriptPagePopup:"\u603B\u662F\u5728\u9875\u9762\u4E0A\u5C55\u793A Popup \u6D6E\u7A97",enableUserscriptPagePopupDescription:"\u5173\u95ED\u6D6E\u7A97\u540E\uFF0C\u53EF\u4EE5\u7528\u5FEB\u6377\u952E/{touch}\u5524\u8D77\u3002\u4E3A\u9632\u6B62\u4E0D\u614E\u5173\u95ED\u8BE5\u9009\u9879\u540E\u627E\u4E0D\u5230\u6D6E\u7A97\uFF0C\u5F3A\u70C8\u5EFA\u8BAE\u6536\u85CF\u672C\u8BBE\u7F6E\u9875","always translate the following languages":"\u0647\u0646\u06AF\u0627\u0645\u06CC \u06A9\u0647 \u0632\u0628\u0627\u0646 \u0635\u0641\u062D\u0647 \u0628\u0647 \u0632\u0628\u0627\u0646 \u0647\u0627\u06CC \u0632\u06CC\u0631 \u0628\u0627\u0634\u062F\u060C \u0628\u0647 \u0637\u0648\u0631 \u062E\u0648\u062F\u06A9\u0627\u0631 \u0628\u0647 \u0632\u0628\u0627\u0646 \u0645\u0642\u0635\u062F \u062A\u0631\u062C\u0645\u0647 \u0645\u06CC \u0634\u0648\u062F","always sites":"URL \u0647\u0627\u06CC \u0647\u0645\u06CC\u0634\u0647 \u062A\u0631\u062C\u0645\u0647 \u0634\u062F\u0647","always translate the following sites":"\u0647\u0646\u06AF\u0627\u0645\u06CC \u06A9\u0647 \u0648\u0628 \u0633\u0627\u06CC\u062A \u0628\u0627 \u0646\u0627\u0645 \u062F\u0627\u0645\u0646\u0647 \u0632\u06CC\u0631 \u0628\u0627\u0634\u062F\u060C \u0628\u0647 \u0637\u0648\u0631 \u062E\u0648\u062F\u06A9\u0627\u0631 \u0628\u0647 \u0632\u0628\u0627\u0646 \u0645\u0642\u0635\u062F \u062A\u0631\u062C\u0645\u0647 \u0645\u06CC \u0634\u0648\u062F","never sites":"URL \u0647\u0627\u06CC\u06CC \u06A9\u0647 \u0647\u0631\u06AF\u0632 \u062A\u0631\u062C\u0645\u0647 \u0646\u0645\u06CC \u0634\u0648\u0646\u062F","never translate the following sites":"\u0647\u0646\u06AF\u0627\u0645\u06CC \u06A9\u0647 \u0648\u0628 \u0633\u0627\u06CC\u062A \u062F\u0627\u0631\u0627\u06CC \u0646\u0627\u0645 \u062F\u0627\u0645\u0646\u0647 \u0632\u06CC\u0631 \u0628\u0627\u0634\u062F\u060C \u062A\u0631\u062C\u0645\u0647 \u0627\u0646\u062C\u0627\u0645 \u0646\u062E\u0648\u0627\u0647\u062F \u0634\u062F","please refer to":"\u0642\u0628\u0644 \u0627\u0632 \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u0628\u0627\u06CC\u062F \u06A9\u0644\u06CC\u062F \u0631\u0627 \u067E\u0631 \u06A9\u0646\u06CC\u062F. \u0628\u0631\u0627\u06CC \u062C\u0632\u0626\u06CC\u0627\u062A \u0644\u0637\u0641\u0627\u064B \u0628\u0647",KeyAndConfigurationTutorial:'"\u0622\u0645\u0648\u0632\u0634 \u0628\u0631\u0646\u0627\u0645\u0647 \u06A9\u0627\u0631\u0628\u0631\u062F\u06CC \u0648 \u067E\u06CC\u06A9\u0631\u0628\u0646\u062F\u06CC \u06A9\u0644\u06CC\u062F"',useAboveStyleForTheseSites:"\u603B\u662F\u4F7F\u7528 {theme} \u8BD1\u6587\u6837\u5F0F\u7684\u7F51\u7AD9",currentUrl:"URL \u0641\u0639\u0644\u06CC",confirm:"\u0635\u0631\u0641\u0647 \u062C\u0648\u06CC\u06CC",cancel:"\u0644\u063A\u0648 \u06A9\u0646\u06CC\u062F",delete:"\u062D\u0630\u0641","languages.auto":"\u062A\u0634\u062E\u06CC\u0635 \u062E\u0648\u062F\u06A9\u0627\u0631",syncToCloud:"\u540C\u6B65\u5230\u4E91\u7AEF",syncToCloudDescription:"\u5F00\u542F\u540E\u53EF\u4EE5\u5728\u4E0D\u540C\u7684\u6D4F\u89C8\u5668/\u6CB9\u7334\u811A\u672C\u4E4B\u95F4\u540C\u6B65\u914D\u7F6E,\u4EE5\u6700\u540E\u4FEE\u6539\u65F6\u95F4\u4E3A\u51C6\u3002",syncToAccount:"\u0647\u0645\u06AF\u0627\u0645 \u0633\u0627\u0632\u06CC \u0628\u0627 Immersive Translation Cloud",syncToAccountButton:"\u0641\u0648\u0631\u0627\u064B \u0628\u0627 \u0627\u0628\u0631 \u0647\u0645\u06AF\u0627\u0645 \u0633\u0627\u0632\u06CC \u06A9\u0646\u06CC\u062F",syncToAccountDescription:"\u0628\u0647 \u0637\u0648\u0631 \u062E\u0648\u062F\u06A9\u0627\u0631 \u067E\u06CC\u06A9\u0631\u0628\u0646\u062F\u06CC \u0647\u0627 \u0631\u0627 \u0628\u06CC\u0646 \u062F\u0633\u062A\u06AF\u0627\u0647 \u0647\u0627\u06CC \u0645\u062E\u062A\u0644\u0641 \u0628\u0631 \u0627\u0633\u0627\u0633 \u0622\u062E\u0631\u06CC\u0646 \u0632\u0645\u0627\u0646 \u062A\u063A\u06CC\u06CC\u0631 \u0647\u0645\u06AF\u0627\u0645 \u0633\u0627\u0632\u06CC \u06A9\u0646\u06CC\u062F.",successSyncConfigInAccount:"\u0628\u0627 \u0645\u0648\u0641\u0642\u06CC\u062A \u0628\u0627 \u0627\u0628\u0631 \u0647\u0645\u06AF\u0627\u0645 \u0628\u0645\u0627\u0646\u06CC\u062F",successSyncConfigToAccount:"\u0628\u0627 \u0645\u0648\u0641\u0642\u06CC\u062A \u0628\u0627 \u0627\u0628\u0631 \u0647\u0645\u06AF\u0627\u0645\u200C\u0633\u0627\u0632\u06CC \u0634\u062F",syncConfigNoUpdate:"\u062F\u0631 \u062D\u0627\u0644 \u062D\u0627\u0636\u0631 \u062C\u062F\u06CC\u062F\u062A\u0631\u06CC\u0646",authFail:"\u0645\u062C\u0648\u0632 \u0627\u0646\u062C\u0627\u0645 \u0646\u0634\u062F",syncTitle:"\u0645\u062F\u06CC\u0631\u06CC\u062A \u067E\u0634\u062A\u06CC\u0628\u0627\u0646 \u06AF\u06CC\u0631\u06CC \u062F\u0633\u062A\u06CC",import_hint:"\u0648\u0627\u0631\u062F \u0643\u0631\u062F\u0646",upload:"\u0628\u0627\u0631\u06AF\u0630\u0627\u0631\u06CC",revokeAuth:"\u0644\u063A\u0648 \u0645\u062C\u0648\u0632",uploadFail:"\u0622\u067E\u0644\u0648\u062F \u0627\u0646\u062C\u0627\u0645 \u0646\u0634\u062F",download:"\u062F\u0627\u0646\u0644\u0648\u062F",importSuccess:"\u0648\u0627\u0631\u062F\u0627\u062A \u0628\u0627 \u0645\u0648\u0641\u0642\u06CC\u062A \u0627\u0646\u062C\u0627\u0645 \u0634\u062F",importFail:"\u0648\u0627\u0631\u062F\u0627\u062A \u0627\u0646\u062C\u0627\u0645 \u0646\u0634\u062F",deleteFail:"\u062D\u0630\u0641 \u0646\u0634\u062F",backupToCloud:"\u0641\u0627\u06CC\u0644 \u0647\u0627\u06CC \u067E\u0634\u062A\u06CC\u0628\u0627\u0646 \u0631\u0627 \u0628\u0647 \u0635\u0648\u0631\u062A \u062F\u0633\u062A\u06CC \u0645\u062F\u06CC\u0631\u06CC\u062A \u06A9\u0646\u06CC\u062F",create_new_backup:"\u0627\u0636\u0627\u0641\u0647 \u06A9\u0631\u062F\u0646 \u06AF\u0631\u0647 \u067E\u0634\u062A\u06CC\u0628\u0627\u0646",maxBackupFiles:"\u062A\u0627{count}\u06AF\u0631\u0647 \u0645\u062E\u062A\u0644\u0641 \u0631\u0627 \u0645\u06CC \u062A\u0648\u0627\u0646 \u067E\u0634\u062A\u06CC\u0628\u0627\u0646 \u06AF\u06CC\u0631\u06CC \u06A9\u0631\u062F\u060C \u0644\u0637\u0641\u0627 \u06AF\u0631\u0647 \u0647\u0627\u06CC \u063A\u06CC\u0631 \u0636\u0631\u0648\u0631\u06CC \u0631\u0627 \u062D\u0630\u0641 \u06A9\u0646\u06CC\u062F",backupToCloudDescription:"\u0641\u0627\u06CC\u0644 \u0647\u0627\u06CC \u067E\u0634\u062A\u06CC\u0628\u0627\u0646 \u0631\u0627 \u0628\u0647 \u0635\u0648\u0631\u062A \u062F\u0633\u062A\u06CC \u0622\u067E\u0644\u0648\u062F \u06CC\u0627 \u0628\u0627\u0632\u06CC\u0627\u0628\u06CC \u06A9\u0646\u06CC\u062F\u060C \u062A\u0627 \u062D\u062F\u0627\u06A9\u062B\u0631 3 \u0646\u0633\u062E\u0647 \u067E\u0634\u062A\u06CC\u0628\u0627\u0646 \u062A\u0647\u06CC\u0647 \u06A9\u0646\u06CC\u062F",successSyncConfig:"\u0628\u0627 \u0645\u0648\u0641\u0642\u06CC\u062A \u0628\u0627 \u0627\u0628\u0631 \u0647\u0645\u06AF\u0627\u0645 \u0628\u0645\u0627\u0646\u06CC\u062F",syncFail:"\u0647\u0645\u06AF\u0627\u0645 \u0633\u0627\u0632\u06CC \u0627\u0646\u062C\u0627\u0645 \u0646\u0634\u062F",updatedAt:"\u0628\u0647 \u0631\u0648\u0632 \u0634\u062F\u0647 \u062F\u0631 {date}",lastSyncedAt:"\u0622\u062E\u0631\u06CC\u0646 \u0628\u0631\u0631\u0633\u06CC \u062F\u0631 {date}",downloadFail:"\u062F\u0627\u0646\u0644\u0648\u062F \u0646\u0634\u062F",clickToDownload:"\u0628\u0631\u0627\u06CC \u062F\u0627\u0646\u0644\u0648\u062F \u06A9\u0644\u06CC\u06A9 \u06A9\u0646\u06CC\u062F",aboutLabel:"\u062F\u0631\u0628\u0627\u0631\u0647 - \u0628\u0627\u0632\u062E\u0648\u0631\u062F","browser.openAboutPage":"\u5173\u4E8E/\u53CD\u9988/\u8D5E\u52A9",aboutLabelWithoutSponsor:"\u062F\u0631\u0628\u0627\u0631\u0647 - \u0628\u0627\u0632\u062E\u0648\u0631\u062F",aboutIntro:"\u8BE5\u6269\u5C55\u514D\u8D39\u4F7F\u7528\uFF0C\u5E0C\u671B\u6211\u4EEC\u90FD\u80FD\u66F4\u52A0\u5BB9\u6613\u4E14\u6109\u60A6\u5730\u83B7\u53D6\u4E92\u8054\u7F51\u4E0A\u5DE8\u5927\u7684\u5916\u8BED\u4FE1\u606F \u2764\uFE0F

\u611F\u8C22\u8FD9\u4E9B<1>\u8D5E\u52A9\u8005\u4EEC, \u7531\u4E8E\u4ED6/\u5979\u4EEC\u7684\u652F\u6301\uFF0C\u66F4\u591A\u7684\u4EBA\u53EF\u4EE5\u514D\u8D39\u5730\u4F7F\u7528\u8FD9\u4E2A\u5DE5\u5177\u3002\u5982\u679C\u6709\u4F59\u529B\uFF0C\u4F60\u53EF\u4EE5<2>\u70B9\u51FB\u8FD9\u91CC\u8D5E\u52A9\u6211\u7684\u5DE5\u4F5C\uFF0C\u4F60\u8FD8\u53EF\u4EE5\u5173\u6CE8\u6211\u7684<3>\u63A8\u7279\uFF0C<4>Telegram \u9891\u9053\u4EE5\u53CA\u4E0B\u65B9\u7684<5>\u90AE\u4EF6\u8BA2\u9605\u8FFD\u8E2A\u66F4\u65B0\u3002",aboutIntroWithoutSponsor:"\u8BE5\u6269\u5C55\u514D\u8D39\u4F7F\u7528\uFF0C\u5E0C\u671B\u6211\u4EEC\u90FD\u80FD\u66F4\u52A0\u5BB9\u6613\u4E14\u6109\u60A6\u5730\u83B7\u53D6\u4E92\u8054\u7F51\u4E0A\u5DE8\u5927\u7684\u5916\u8BED\u4FE1\u606F \u2764\uFE0F ",projectHomepage:"\u0635\u0641\u062D\u0647 \u0627\u0635\u0644\u06CC \u067E\u0631\u0648\u0698\u0647",joinTelegramGroup:"\u52A0\u5165 Telegram \u7FA4\u53C2\u4E0E\u529F\u80FD\u8BA8\u8BBA",wechatPublicAccount:"\u062D\u0633\u0627\u0628 \u0639\u0645\u0648\u0645\u06CC \u0648\u06CC \u0686\u062A",wechatCommunities:"\u06AF\u0631\u0648\u0647 \u0627\u0631\u062A\u0628\u0627\u0637\u06CC \u0648\u06CC \u0686\u062A",qqCommunities:"\u06A9\u0627\u0646\u0627\u0644 \u0627\u0631\u062A\u0628\u0627\u0637\u06CC QQ",joinTelegramChannel:"\u0628\u0631\u0627\u06CC \u0627\u0637\u0644\u0627\u0639 \u0627\u0632 \u0622\u062E\u0631\u06CC\u0646 \u0627\u062E\u0628\u0627\u0631 \u06A9\u0627\u0646\u0627\u0644 \u062A\u0644\u06AF\u0631\u0627\u0645 \u0631\u0627 \u062F\u0646\u0628\u0627\u0644 \u06A9\u0646\u06CC\u062F",feedbackAndJoin:"\u0628\u0627\u0632\u062E\u0648\u0631\u062F \u0645\u0634\u06A9\u0644/\u0628\u0647 \u06AF\u0631\u0648\u0647 \u0628\u067E\u06CC\u0648\u0646\u062F\u06CC\u062F",autoSync:"\u0647\u0645\u06AF\u0627\u0645 \u0633\u0627\u0632\u06CC \u0628\u0631\u0646\u0627\u0645\u0647 \u0631\u06CC\u0632\u06CC \u0634\u062F\u0647 \u062E\u0648\u062F\u06A9\u0627\u0631",loadingThemeTitle:"\u0633\u0628\u06A9 \u0628\u0627\u0631\u06AF\u06CC\u0631\u06CC",loadingThemeDescription:"\u0647\u0646\u06AF\u0627\u0645 \u0627\u0646\u062A\u0638\u0627\u0631 \u0628\u0631\u0627\u06CC \u0628\u0627\u0631\u06AF\u06CC\u0631\u06CC \u062A\u0631\u062C\u0645\u0647\u060C \u0633\u0628\u06A9 \u0631\u0627 \u062A\u0646\u0638\u06CC\u0645 \u06A9\u0646\u06CC\u062F","loadingTheme.spinner":"\u8F6C\u5708\u52A8\u753B Spinner","loadingTheme.text":"\u0645\u062A\u0646 \u0627\u06CC\u0633\u062A\u0627... ","loadingTheme.none":"\u0646\u0634\u0627\u0646 \u0646\u062F\u0647",developerDescription:"\u0627\u06CC\u0646\u062C\u0627 \u0645\u06CC \u062A\u0648\u0627\u0646\u06CC\u062F <1> \u0631\u0627 \u06A9\u0644\u06CC\u06A9 \u06A9\u0646\u06CC\u062F \u0645\u0634\u0627\u0647\u062F\u0647 \u0627\u0633\u0646\u0627\u062F \u0645\u0631\u0628\u0648\u0637 \u0628\u0647 \u0633\u0641\u0627\u0631\u0634\u06CC \u0633\u0627\u0632\u06CC \u067E\u06CC\u0634\u0631\u0641\u062A\u0647","edit border color":"\u0631\u0646\u06AF \u062D\u0627\u0634\u06CC\u0647 \u0631\u0627 \u062A\u063A\u06CC\u06CC\u0631 \u062F\u0647\u06CC\u062F",successSyncButNoChange:"\u067E\u06CC\u06A9\u0631\u0628\u0646\u062F\u06CC \u0641\u0639\u0644\u06CC \u0628\u0627 \u0627\u0628\u0631 \u0633\u0627\u0632\u06AF\u0627\u0631 \u0627\u0633\u062A",customTheme:"\u0631\u0646\u06AF \u0647\u0627 \u0648 \u0627\u0646\u062F\u0627\u0632\u0647 \u0647\u0627\u06CC \u0633\u0641\u0627\u0631\u0634\u06CC","customThemeLabel.borderColor":"\u0631\u0646\u06AF \u0644\u0628\u0647","customThemeLabel.borderRadius":"\u06AF\u0648\u0634\u0647 \u0647\u0627\u06CC \u06AF\u0631\u062F \u062D\u0627\u0634\u06CC\u0647","customThemeLabel.textColor":"\u0631\u0646\u06AF \u0645\u062A\u0646","customThemeLabel.backgroundColor":"\u0631\u0646\u06AF \u067E\u0633 \u0632\u0645\u06CC\u0646\u0647","customThemeLabel.zoom":"\u0645\u0642\u06CC\u0627\u0633 \u0628\u0646\u062F\u06CC \u0642\u0644\u0645 (%)","customThemeLabel.opacity":"\u06A9\u062F\u0648\u0631\u062A \u0645\u062A\u0646 (%)",resetToDefaultColor:"\u0628\u0647 \u0631\u0646\u06AF \u067E\u06CC\u0634 \u0641\u0631\u0636 \u0628\u0631\u06AF\u0631\u062F\u06CC\u062F",resetToDefaultSettings:"\u0628\u0647 \u062A\u0646\u0638\u06CC\u0645\u0627\u062A \u067E\u06CC\u0634 \u0641\u0631\u0636 \u0628\u0631\u06AF\u0631\u062F\u06CC\u062F",isTranslateTitle:"\u0639\u0646\u0627\u0648\u06CC\u0646 \u0635\u0641\u062D\u0627\u062A \u0648\u0628 \u062A\u0631\u062C\u0645\u0647 \u0634\u062F\u0647 \u0631\u0627 \u0631\u0648\u0634\u0646 \u06A9\u0646\u06CC\u062F",isTranslateTitleDescription:"\u0648\u0642\u062A\u06CC \u0631\u0648\u0634\u0646 \u0634\u062F\u060C \u0639\u0646\u0648\u0627\u0646 \u0635\u0641\u062D\u0647 \u0648\u0628 \u062A\u0631\u062C\u0645\u0647 \u062E\u0648\u0627\u0647\u062F \u0634\u062F",enableSearchEnhancement:"\u0628\u0647\u0628\u0648\u062F \u0627\u0637\u0644\u0627\u0639\u0627\u062A \u062F\u0648 \u0632\u0628\u0627\u0646\u0647 \u0631\u0627 \u0641\u0639\u0627\u0644 \u06A9\u0646\u06CC\u062F",enableSearchEnhancementDescription:"\u067E\u0633 \u0627\u0632 \u0631\u0648\u0634\u0646 \u0634\u062F\u0646\u060C \u0646\u062A\u0627\u06CC\u062C \u062C\u0633\u062A\u062C\u0648\u06CC \xABGoogle News\xBB \u0645\u0631\u0628\u0648\u0637 \u0628\u0647 \u06A9\u0644\u06CC\u062F\u0648\u0627\u0698\u0647\u200C\u0647\u0627\u06CC \u0627\u0646\u06AF\u0644\u06CC\u0633\u06CC \u0628\u0647\u200C\u0637\u0648\u0631 \u062E\u0648\u062F\u06A9\u0627\u0631 \u062F\u0631 \u0633\u062A\u0648\u0646 \u0633\u0645\u062A \u0631\u0627\u0633\u062A \u0648\u0628\u200C\u0633\u0627\u06CC\u062A\u200C\u0647\u0627\u06CC \u067E\u0634\u062A\u06CC\u0628\u0627\u0646\u06CC\u200C\u0634\u062F\u0647 (Google News\u060C Google Search (\u0628\u0631\u062E\u06CC \u06A9\u0644\u0645\u0627\u062A \u06A9\u0644\u06CC\u062F\u06CC)\u060C Snowball\u060C Oriental Fortune\u060C Futu\u060C \u0627\u0646\u062C\u0645\u0646 \u0628\u0628\u0631) \u0646\u0645\u0627\u06CC\u0634 \u062F\u0627\u062F\u0647 \u0645\u06CC\u200C\u0634\u0648\u0646\u062F.",verifyService:"\u0628\u0631\u0627\u06CC \u062A\u0633\u062A \u0633\u0631\u0648\u06CC\u0633 \u0627\u06CC\u0646\u062C\u0627 \u06A9\u0644\u06CC\u06A9 \u06A9\u0646\u06CC\u062F",verified:"\u062A\u0623\u06CC\u06CC\u062F \u0628\u0627 \u0645\u0648\u0641\u0642\u06CC\u062A \u0627\u0646\u062C\u0627\u0645 \u0634\u062F","field.langs":"\u06A9\u062F\u0647\u0627\u06CC \u0632\u0628\u0627\u0646 \u067E\u0634\u062A\u06CC\u0628\u0627\u0646\u06CC \u0634\u062F\u0647","field.model":"\u0645\u062F\u0644","field.translationEngine":"\u0645\u0648\u062A\u0648\u0631 \u062A\u0631\u062C\u0645\u0647","field.limitPerMinute":"\u062D\u062F\u0627\u06A9\u062B\u0631 \u062A\u0639\u062F\u0627\u062F \u062F\u0631\u062E\u0648\u0627\u0633\u062A \u062F\u0631 \u062F\u0642\u06CC\u0642\u0647","field.limitPerSecond":"\u062D\u062F\u0627\u06A9\u062B\u0631 \u062A\u0639\u062F\u0627\u062F \u062F\u0631\u062E\u0648\u0627\u0633\u062A \u062F\u0631 \u062B\u0627\u0646\u06CC\u0647","field.maxTextLengthPerRequest":"\u062D\u062F\u0627\u06A9\u062B\u0631 \u0637\u0648\u0644 \u0645\u062A\u0646 \u062F\u0631 \u0647\u0631 \u062F\u0631\u062E\u0648\u0627\u0633\u062A","field.maxTextGroupLengthPerRequest":"\u062D\u062F\u0627\u06A9\u062B\u0631 \u062A\u0639\u062F\u0627\u062F \u067E\u0627\u0631\u0627\u06AF\u0631\u0627\u0641 \u062F\u0631 \u0647\u0631 \u062F\u0631\u062E\u0648\u0627\u0633\u062A","field.apiUrl":"\u0622\u062F\u0631\u0633 \u0631\u0627\u0628\u0637 API \u0633\u0641\u0627\u0631\u0634\u06CC","field.placeholderDelimiters":"\u0645\u062A\u063A\u06CC\u0631\u0647\u0627\u06CC \u0631\u0632\u0631\u0648 \u0634\u062F\u0647","description.custom":"\u062F\u0633\u062A\u0631\u0633\u06CC \u0628\u0647 \u0631\u0627\u0628\u0637 \u0633\u0641\u0627\u0631\u0634\u06CC \u0628\u0647 \u0627\u0633\u0646\u0627\u062F \u0645\u0631\u062C\u0639 \u0646\u06CC\u0627\u0632 \u062F\u0627\u0631\u062F","description.limitPerMinute":"\u8BF7\u6C42\u6570\u8D85\u8FC7\u8BE5\u9650\u5236\u65F6\u4F1A\u88AB\u6682\u65F6\u7981\u7528\uFF0C\u76F4\u5230\u4E0B\u4E00\u5206\u949F\u5F00\u59CB\uFF0C\u9ED8\u8BA4\u8BBE\u7F6E\u4E3A OpenAI \u8BD5\u7528\u7248\u7684\u8BF7\u6C42\u9650\u5236","description.limitPerSecond":"\u0648\u0642\u062A\u06CC \u062A\u0639\u062F\u0627\u062F \u062F\u0631\u062E\u0648\u0627\u0633\u062A \u0647\u0627 \u0627\u0632 \u0627\u06CC\u0646 \u062D\u062F \u0628\u06CC\u0634\u062A\u0631 \u0634\u0648\u062F\u060C \u062A\u0627 \u0627\u0628\u062A\u062F\u0627\u06CC \u062B\u0627\u0646\u06CC\u0647 \u0628\u0639\u062F \u0648\u0627\u0631\u062F \u062D\u0627\u0644\u062A \u0635\u0641 \u0645\u06CC \u0634\u0648\u062F. \u0628\u0627 \u062A\u0648\u062C\u0647 \u0628\u0647 \u0645\u062D\u062F\u0648\u062F\u06CC\u062A\u200C\u0647\u0627\u06CC \u0645\u062E\u062A\u0644\u0641 \u0633\u0631\u0648\u06CC\u0633 \u0641\u0639\u0644\u06CC OpenAI\u060C \u0644\u0637\u0641\u0627\u064B <1> \u0631\u0627 \u0627\u06CC\u0646\u062C\u0627 \u06A9\u0644\u06CC\u06A9 \u06A9\u0646\u06CC\u062F \u0622\u062E\u0631\u06CC\u0646 \u0645\u0642\u0627\u062F\u06CC\u0631 \u062A\u0648\u0635\u06CC\u0647 \u0634\u062F\u0647 \u0631\u0627 \u0645\u0634\u0627\u0647\u062F\u0647 \u06A9\u0646\u06CC\u062F","description.generalLimitPerSecond":"\u0648\u0642\u062A\u06CC \u062A\u0639\u062F\u0627\u062F \u062F\u0631\u062E\u0648\u0627\u0633\u062A \u0647\u0627 \u0627\u0632 \u0627\u06CC\u0646 \u062D\u062F \u0628\u06CC\u0634\u062A\u0631 \u0634\u0648\u062F\u060C \u062A\u0627 \u0627\u0628\u062A\u062F\u0627\u06CC \u062B\u0627\u0646\u06CC\u0647 \u0628\u0639\u062F \u0648\u0627\u0631\u062F \u062D\u0627\u0644\u062A \u0635\u0641 \u0645\u06CC \u0634\u0648\u062F.","description.prompt":"\u0628\u0647 \u0639\u0646\u0648\u0627\u0646 \u06A9\u0627\u0631\u0628\u0631\u060C \u06AF\u0641\u062A\u06AF\u0648 \u0631\u0627 \u0628\u0647 {service} \u0627\u0631\u0633\u0627\u0644 \u06A9\u0646\u06CC\u062F\u060C \u06A9\u0647 \u062F\u0631 \u0622\u0646 {{text}} \u0645\u062D\u062A\u0648\u0627\u06CC \u0645\u062A\u0646 \u067E\u0627\u0631\u0627\u06AF\u0631\u0627\u0641\u060C {{from}} \u0632\u0628\u0627\u0646 \u067E\u0627\u0631\u0627\u06AF\u0631\u0627\u0641 \u0648 {{to}} \u0632\u0628\u0627\u0646 \u0645\u0642\u0635\u062F \u0631\u0627 \u0646\u0634\u0627\u0646 \u0645\u06CC \u062F\u0647\u062F.","description.maxTextLengthPerRequest":"\u9ED8\u8BA4\u4F1A\u5408\u5E76\u591A\u4E2A\u6BB5\u843D\uFF0C\u4EE5\u51CF\u5C11\u8BF7\u6C42\u6B21\u6570\uFF0C\u4F46\u662F\u5982\u679C\u6BB5\u843D\u603B\u957F\u5EA6\u8FC7\u957F\uFF0C\u4E5F\u53EF\u80FD\u4F1A\u5BFC\u81F4\u63A5\u53E3\u7684\u54CD\u5E94\u53D8\u6162\uFF0C\u56E0\u6B64\u53EF\u4EE5\u5C1D\u8BD5\u8C03\u6574\u8BE5\u9009\u9879\u6765\u4F18\u5316\u901F\u5EA6","description.systemPrompt":"\u0645\u06A9\u0627\u0644\u0645\u0647 \u0628\u0647 \u0639\u0646\u0648\u0627\u0646 \u0633\u06CC\u0633\u062A\u0645 \u0628\u0647 OpenAI \u0627\u0631\u0633\u0627\u0644 \u0645\u06CC \u0634\u0648\u062F\u060C \u06A9\u0647 \u062F\u0631 \u0622\u0646 {{text}} \u0646\u0634\u0627\u0646 \u062F\u0647\u0646\u062F\u0647 \u0645\u062D\u062A\u0648\u0627\u06CC \u0645\u062A\u0646 \u067E\u0627\u0631\u0627\u06AF\u0631\u0627\u0641\u060C{{from}} \u0646\u0634\u0627\u0646 \u062F\u0647\u0646\u062F\u0647 \u0632\u0628\u0627\u0646 \u067E\u0627\u0631\u0627\u06AF\u0631\u0627\u0641\u060C \u0648{{to}} \u0646\u0634\u0627\u0646 \u062F\u0647\u0646\u062F\u0647 \u0632\u0628\u0627\u0646 \u0645\u0642\u0635\u062F \u0627\u0633\u062A.","field.domain":"\u0631\u0634\u062A\u0647","description.domain":"\u067E\u06CC\u0634 \u0641\u0631\u0636\uFF1A\u0639\u0645\u0648\u0645\u06CC \u0627\u0633\u062A. \u0641\u0642\u0637 \u0632\u0645\u0627\u0646\u06CC \u0645\u06CC\u200C\u062A\u0648\u0627\u0646 \u0622\u0646 \u0631\u0627 \u062A\u0646\u0638\u06CC\u0645 \u06A9\u0631\u062F \u06A9\u0647 \u062A\u0631\u062C\u0645\u0647 \u0645\u0628\u062A\u0646\u06CC \u0628\u0631 \u062F\u0627\u0645\u0646\u0647 \u062F\u0631 \u06A9\u0646\u0633\u0648\u0644 Youdao API \u0641\u0639\u0627\u0644 \u0628\u0627\u0634\u062F. \u0628\u0631\u0627\u06CC \u0642\u0633\u0645\u062A\u200C\u0647\u0627\u06CC \u067E\u0634\u062A\u06CC\u0628\u0627\u0646\u06CC\u200C\u0634\u062F\u0647\u060C \u0644\u0637\u0641\u0627\u064B <1> \u0631\u0627 \u0627\u06CC\u0646\u062C\u0627 \u0628\u0628\u06CC\u0646\u06CC\u062F.","field.scene":"\u0635\u062D\u0646\u0647 \u0647\u0627\u06CC","description.scene":"\u067E\u06CC\u0634 \u0641\u0631\u0636\uFF1A\u0639\u0645\u0648\u0645\u06CC \u0627\u0633\u062A. \u062A\u0646\u0647\u0627 \u0632\u0645\u0627\u0646\u06CC \u0645\u06CC\u200C\u062A\u0648\u0627\u0646 \u0622\u0646 \u0631\u0627 \u062A\u0646\u0638\u06CC\u0645 \u06A9\u0631\u062F \u06A9\u0647 \u0646\u0633\u062E\u0647 \u062D\u0631\u0641\u0647\u200C\u0627\u06CC \u062A\u0631\u062C\u0645\u0647 \u0645\u0627\u0634\u06CC\u0646\u06CC \u062F\u0631 \u06A9\u0646\u0633\u0648\u0644 Alibaba Cloud API \u0641\u0639\u0627\u0644 \u0634\u0648\u062F. \u0628\u0631\u0627\u06CC \u0633\u0646\u0627\u0631\u06CC\u0648\u0647\u0627\u06CC \u067E\u0634\u062A\u06CC\u0628\u0627\u0646\u06CC \u0634\u062F\u0647 \u0628\u0647 <1> \u0627\u06CC\u0646\u062C\u0627 \u0645\u0631\u0627\u062C\u0639\u0647 \u06A9\u0646\u06CC\u062F.","field.vocabId":"\u0634\u0646\u0627\u0633\u0647 \u0641\u0631\u0647\u0646\u06AF \u0644\u063A\u062A \u06A9\u0627\u0631\u0628\u0631","description.vocabId":"\u0641\u0631\u0647\u0646\u06AF \u0644\u063A\u062A \u0645\u0634\u062E\u0635 \u0634\u062F\u0647 out_id \u062F\u0631 \u062D\u0627\u0644 \u062D\u0627\u0636\u0631 \u0627\u0632 \u062A\u0631\u062C\u0645\u0647 \u0627\u0646\u06AF\u0644\u06CC\u0633\u06CC \u0628\u0647 \u0686\u06CC\u0646\u06CC \u067E\u0634\u062A\u06CC\u0628\u0627\u0646\u06CC \u0645\u06CC \u06A9\u0646\u062F.","description.model":"\u0645\u062F\u0644 OpenAI \u0645\u06CC \u062A\u0648\u0627\u0646\u062F gpt-3.5-turbo\u060C gpt-4 \u0648 \u063A\u06CC\u0631\u0647 \u0628\u0627\u0634\u062F.","description.maxTextGroupLengthPerRequest":"\u062A\u0639\u062F\u0627\u062F \u067E\u0627\u0631\u0627\u06AF\u0631\u0627\u0641\u200C\u0647\u0627\u06CC\u06CC \u06A9\u0647 \u0647\u0631 \u0628\u0627\u0631 \u0628\u0647 \u0633\u0631\u0648\u06CC\u0633 \u062A\u0631\u062C\u0645\u0647 \u0627\u0631\u0633\u0627\u0644 \u0645\u06CC\u200C\u0634\u0648\u0646\u062F. \u0627\u06AF\u0631 \u062A\u0639\u062F\u0627\u062F \u067E\u0627\u0631\u0627\u06AF\u0631\u0627\u0641\u200C\u0647\u0627 \u0628\u06CC\u0634 \u0627\u0632 \u062D\u062F \u0628\u0627\u0634\u062F\u060C \u067E\u0627\u0633\u062E \u0631\u0627\u0628\u0637 \u0645\u0645\u06A9\u0646 \u0627\u0633\u062A \u06A9\u0646\u062F \u0634\u0648\u062F.","description.apiUrl":"\u8BF7\u6DFB\u52A0\u5177\u4F53\u5E26\u6709\u8DEF\u5F84\u7684\u7F51\u5740",enabledExtension:"\u0627\u0641\u0632\u0648\u0646\u0647 \u0631\u0627 \u0641\u0639\u0627\u0644 \u06A9\u0646\u06CC\u062F",clickToDisableExtension:"\u0628\u0631\u0627\u06CC \u063A\u06CC\u0631\u0641\u0639\u0627\u0644 \u06A9\u0631\u062F\u0646 \u0627\u0641\u0632\u0648\u0646\u0647 \u06A9\u0644\u06CC\u06A9 \u06A9\u0646\u06CC\u062F",clickToEnableExtension:"\u0628\u0631\u0627\u06CC \u0641\u0639\u0627\u0644 \u06A9\u0631\u062F\u0646 \u0628\u0631\u0646\u0627\u0645\u0647 \u0627\u0641\u0632\u0648\u062F\u0646\u06CC \u06A9\u0644\u06CC\u06A9 \u06A9\u0646\u06CC\u062F",hasBeenDisabled:"\u0645\u0639\u0644\u0648\u0644","show password":"\u0646\u0645\u0627\u06CC\u0634 \u0631\u0645\u0632 \u0639\u0628\u0648\u0631",customContent:"\u8F93\u5165\u81EA\u5B9A\u4E49\u5185\u5BB9",inputOptions:"\u0628\u0647\u0628\u0648\u062F \u062C\u0639\u0628\u0647 \u0648\u0631\u0648\u062F\u06CC",mouseHoverOptions:"\u0645\u0627\u0648\u0633 \u0628\u0631",modifyMouseHoverKey:"\u06A9\u0644\u06CC\u062F\u0647\u0627\u06CC \u0645\u06CC\u0627\u0646\u0628\u0631 \u0645\u0627\u0648\u0633 \u0631\u0627 \u062A\u063A\u06CC\u06CC\u0631 \u062F\u0647\u06CC\u062F",enableInputTranslation:"\u0641\u0639\u0627\u0644 \u06A9\u0631\u062F\u0646 \u0628\u0647\u0628\u0648\u062F \u062C\u0639\u0628\u0647 \u0648\u0631\u0648\u062F\u06CC",enableInputTranslationDescription:"\u067E\u0633 \u0627\u0632 \u0641\u0639\u0627\u0644 \u06A9\u0631\u062F\u0646{trailingKey}\u060C \u0645\u0633\u062A\u0642\u06CC\u0645\u0627\u064B {startingKey}{startingKey} hello \u0631\u0627 \u062F\u0631 \u06A9\u0627\u062F\u0631 \u0648\u0631\u0648\u062F\u06CC \u0648\u0627\u0631\u062F \u06A9\u0646\u06CC\u062F \u0648 \u0633\u067E\u0633 \u0628\u0647 \u0633\u0631\u0639\u062A \u0631\u0648\u06CC{inputTrailingTriggerKeyRepeatTimes}\u062F\u0648 \u0628\u0627\u0631 \u06A9\u0644\u06CC\u06A9 \u06A9\u0646\u06CC\u062F \u062A\u0627 \u0622\u0646 \u0631\u0627 \u0628\u0647 {inputTargetLanguage}\u062A\u0628\u062F\u06CC\u0644 \u06A9\u0646\u06CC\u062F.",enableInputTranslationDescriptionForNoneKey:"{trailingKey}\u0641\u0639\u0627\u0644 \u06A9\u0631\u062F\u0646 \u0622\u0646\u060C \u0645\u0633\u062A\u0642\u06CC\u0645\u0627\u064B\uFF1Ahello world \u0631\u0627 \u062F\u0631 \u06A9\u0627\u062F\u0631 \u0648\u0631\u0648\u062F\u06CC \u0648\u0627\u0631\u062F \u06A9\u0646\u06CC\u062F \u0648 \u0633\u067E\u0633 \u0628\u0647 \u0633\u0631\u0639\u062A{inputTrailingTriggerKeyRepeatTimes}\u0628\u0627\u0631 \u06A9\u0644\u06CC\u06A9 \u06A9\u0646\u06CC\u062F \u062A\u0627 \u0628\u0647 \u0632\u0628\u0627\u0646 \u0645\u0642\u0635\u062F \u067E\u06CC\u0634 \u0641\u0631\u0636 \u062A\u0631\u062C\u0645\u0647 \u0634\u0648\u062F.",inputTargetLanguage:"\u0632\u0628\u0627\u0646 \u0645\u0642\u0635\u062F \u067E\u06CC\u0634 \u0641\u0631\u0636 \u06A9\u0627\u062F\u0631 \u0648\u0631\u0648\u062F\u06CC \u0631\u0627 \u062A\u0646\u0638\u06CC\u0645 \u06A9\u0646\u06CC\u062F",inputTargetLanguageDescription:"\u0632\u0628\u0627\u0646 \u0645\u0642\u0635\u062F \u067E\u06CC\u0634\u200C\u0641\u0631\u0636 \u0628\u0631\u0627\u06CC \u062A\u0631\u062C\u0645\u0647 \u062C\u0639\u0628\u0647 \u0648\u0631\u0648\u062F\u06CC\u060C \u06A9\u0647 {startingKey}{startingKey} \u0628\u0647 \u0639\u0646\u0648\u0627\u0646 \u0632\u0628\u0627\u0646 \u067E\u06CC\u0634\u200C\u0641\u0631\u0636 \u0628\u0631\u0627\u06CC \u06A9\u0644\u0645\u0627\u062A \u0631\u0627\u0647\u200C\u0627\u0646\u062F\u0627\u0632 \u0627\u0633\u062A",inputTargetLanguageDescriptionForNoneKey:"\u0632\u0628\u0627\u0646 \u0645\u0642\u0635\u062F \u067E\u06CC\u0634\u200C\u0641\u0631\u0636 \u0628\u0631\u0627\u06CC \u062A\u0631\u062C\u0645\u0647\u200C\u0647\u0627\u06CC \u062C\u0639\u0628\u0647 \u0648\u0631\u0648\u062F\u06CC",inputStartingTriggerKeyTitle:"\u06A9\u0627\u0631\u0627\u06A9\u062A\u0631\u0647\u0627\u06CC \u062A\u0642\u0633\u06CC\u0645 \u0631\u0627 \u0628\u0631\u0627\u06CC \u062A\u0631\u062C\u0645\u0647 \u062C\u0632\u0626\u06CC \u06A9\u0627\u062F\u0631 \u0648\u0631\u0648\u062F\u06CC \u062A\u0646\u0638\u06CC\u0645 \u06A9\u0646\u06CC\u062F",inputStartingTriggerKeyDescription:"\u0647\u0646\u06AF\u0627\u0645\u06CC \u06A9\u0647 \u0646\u06CC\u0627\u0632\u06CC \u0628\u0647 \u062A\u0631\u062C\u0645\u0647 \u06A9\u0644 \u06A9\u0627\u062F\u0631 \u0648\u0631\u0648\u062F\u06CC \u0646\u062F\u0627\u0631\u06CC\u062F\u060C \u062C\u062F\u0627\u06A9\u0646\u0646\u062F\u0647 \u0628\u0647 \u0634\u0645\u0627 \u0627\u062C\u0627\u0632\u0647 \u0645\u06CC \u062F\u0647\u062F \u0641\u0642\u0637 \u0642\u0633\u0645\u062A \u0631\u0627 {startingKey}{startingKey} \u0628\u0647 \u0627\u0646\u062A\u0647\u0627\u06CC \u06A9\u0627\u062F\u0631 \u0648\u0631\u0648\u062F\u06CC \u062A\u0631\u062C\u0645\u0647 \u06A9\u0646\u06CC\u062F\u060C \u06CC\u0627 \u0645\u06CC \u062A\u0648\u0627\u0646\u06CC\u062F \u06A9\u062F \u0632\u0628\u0627\u0646 \u0631\u0627 \u0645\u0634\u062E\u0635 \u06A9\u0646\u06CC\u062F\u060C \u0628\u0647 \u0639\u0646\u0648\u0627\u0646 \u0645\u062B\u0627\u0644\u060C\uFF1A{startingKey}ja \u0628\u0647 \u0645\u0639\u0646\u0627\u06CC \u0641\u0642\u0637 \u062A\u0631\u062C\u0645\u0647 \u0627\u0633\u062A. \u0642\u0633\u0645\u062A \u0627\u0632 {startingKey}ja \u062A\u0627 \u0627\u0646\u062A\u0647\u0627\u06CC \u062C\u0639\u0628\u0647 \u0648\u0631\u0648\u062F\u06CC.",inputStartingTriggerKeyDescriptionForNoneKey:"\u062F\u0631 \u062D\u0627\u0644 \u062D\u0627\u0636\u0631 \u0628\u062F\u0648\u0646 \u0646\u06CC\u0627\u0632 \u0628\u0647 \u067E\u06CC\u0634\u0648\u0646\u062F \u062A\u0646\u0638\u06CC\u0645 \u0634\u062F\u0647 \u0627\u0633\u062A \u0648 \u0628\u0631\u062E\u06CC \u0627\u0632 \u0639\u0645\u0644\u06A9\u0631\u062F\u0647\u0627\u06CC \u062A\u0631\u062C\u0645\u0647 \u0645\u062A\u0646 \u062C\u0639\u0628\u0647 \u0648\u0631\u0648\u062F\u06CC \u0645\u0648\u0642\u062A\u0627\u064B \u062F\u0631 \u062F\u0633\u062A\u0631\u0633 \u0646\u06CC\u0633\u062A\u0646\u062F.",inputTrailingTriggerKeyTitle:"\u06CC\u06A9 \u06A9\u0627\u0631\u0627\u06A9\u062A\u0631 \u0645\u0627\u0634\u0647 \u0627\u06CC \u0631\u0627 \u0627\u0646\u062A\u062E\u0627\u0628 \u06A9\u0646\u06CC\u062F \u06A9\u0647 \u0628\u0647 \u0648\u0631\u0648\u062F\u06CC \u067E\u0627\u06CC\u0627\u0646 \u0645\u06CC \u062F\u0647\u062F",inputTrailingTriggerKeyDescription:"\u0628\u0627 \u0632\u062F\u0646{trailingKey} 3 \u0628\u0627\u0631 \u0645\u062A\u0648\u0627\u0644\u06CC\u060C \u062A\u0631\u062C\u0645\u0647 \u0634\u0631\u0648\u0639 \u0645\u06CC \u0634\u0648\u062F",inputTrailingTriggerKeyTimeout:"\u0641\u0627\u0635\u0644\u0647 \u0628\u06CC\u0646 \u0645\u0627\u0634\u0647 \u0647\u0627 \u0631\u0627 \u0628\u0631\u0627\u06CC \u067E\u0627\u06CC\u0627\u0646 \u062F\u0627\u062F\u0646 \u0628\u0647 \u062A\u0631\u06A9\u06CC\u0628 \u0648\u0627\u0631\u062F \u06A9\u0646\u06CC\u062F.",inputTrailingTriggerKeyTimeoutDescription:"\u0632\u0645\u0627\u0646 \u0641\u0627\u0635\u0644\u0647 (\u0645\u06CC\u0644\u06CC \u062B\u0627\u0646\u06CC\u0647) \u0631\u0627 \u0628\u0631\u0627\u06CC \u0648\u0631\u0648\u062F\u06CC \u0628\u0631\u0627\u06CC \u067E\u0627\u06CC\u0627\u0646 \u062F\u0627\u062F\u0646 \u0628\u0647 \u0645\u062D\u0631\u06A9 \u062A\u0631\u06A9\u06CC\u0628\u06CC \u062A\u0646\u0638\u06CC\u0645 \u06A9\u0646\u06CC\u062F",spaceKey:"",noneKey:"\u0628\u062F\u0648\u0646 \u0646\u06CC\u0627\u0632 \u0628\u0647 \u067E\u06CC\u0634\u0648\u0646\u062F\u060C \u0628\u0647 \u0637\u0648\u0631 \u0645\u0633\u062A\u0642\u06CC\u0645 \u06A9\u0644 \u062C\u0639\u0628\u0647 \u0645\u062A\u0646 \u0631\u0627 \u062A\u0631\u062C\u0645\u0647 \u06A9\u0646\u06CC\u062F",inputTranslationBlockUrlsTitle:"\u0647\u0631\u06AF\u0632 \u067E\u06CC\u0634\u0631\u0641\u062A \u0647\u0627\u06CC \u0641\u06CC\u0644\u062F \u0648\u0631\u0648\u062F\u06CC \u0631\u0627 \u062F\u0631 URL \u0647\u0627 \u0641\u0639\u0627\u0644 \u0646\u06A9\u0646\u06CC\u062F",inputTranslationBlockUrlsDescription:"\u062F\u0631 \u0622\u062F\u0631\u0633\u200C\u0647\u0627\u06CC \u0627\u06CC\u0646\u062A\u0631\u0646\u062A\u06CC \u0632\u06CC\u0631\u060C \u0628\u0647\u0628\u0648\u062F \u06A9\u0627\u062F\u0631 \u0648\u0631\u0648\u062F\u06CC \u0627\u062B\u0631\u06CC \u0646\u062E\u0648\u0627\u0647\u062F \u062F\u0627\u0634\u062A",clickToSeeQuickDemo:"\u0628\u0631\u0627\u06CC \u06AF\u0633\u062A\u0631\u0634 \u0648\u06CC\u062F\u06CC\u0648\u06CC \u0622\u0645\u0648\u0632\u0634 \u0633\u0631\u06CC\u0639 30 \u062B\u0627\u0646\u06CC\u0647 \u0627\u06CC \u06A9\u0644\u06CC\u06A9 \u06A9\u0646\u06CC\u062F",inputHelperInfo:"\u0646\u06A9\u062A\u0647\uFF1A: \u0645\u0627 \u0628\u0647 \u0637\u0648\u0631 \u062E\u0627\u0635 \u0627\u06CC\u0646 \u0645\u0648\u0636\u0648\u0639 \u0631\u0627 \u0628\u0647\u06CC\u0646\u0647 \u0633\u0627\u0632\u06CC \u06A9\u0631\u062F\u0647 \u0627\u06CC\u0645 \u06A9\u0647 \u062F\u0631 \u0622\u0646 \u0628\u0631\u062E\u06CC \u0627\u0632 \u06A9\u0627\u0631\u0627\u06A9\u062A\u0631\u0647\u0627\u06CC \u0645\u0627\u0634\u0647 \u0628\u0647 \u0639\u0644\u0627\u0626\u0645 \u0646\u06AF\u0627\u0631\u0634\u06CC \u0686\u06CC\u0646\u06CC \u062F\u0631 \u0631\u0648\u0634 \u0648\u0631\u0648\u062F\u06CC \u0686\u06CC\u0646\u06CC \u062A\u0628\u062F\u06CC\u0644 \u0645\u06CC \u0634\u0648\u0646\u062F. \u0628\u0647 \u0639\u0646\u0648\u0627\u0646 \u0645\u062B\u0627\u0644\u060C \u062F\u0631 \u0631\u0648\u0634 \u0648\u0631\u0648\u062F\u06CC Sogou\u060C / \u0628\u0647 \u0645\u06A9\u062B \u062A\u0628\u062F\u06CC\u0644 \u0645\u06CC \u0634\u0648\u062F\u060C \u0648 \u062A\u0631\u062C\u0645\u0647 \u0647\u0645\u0647 \u062C\u0627\u0646\u0628\u0647 \u0627\u0632 \u0647\u0645\u0647 \u0646\u0645\u0627\u062F\u0647\u0627\u06CC \u0686\u06CC\u0646\u06CC \u0645\u0631\u0628\u0648\u0637 \u0628\u0647 \u067E\u0634\u062A\u06CC\u0628\u0627\u0646\u06CC \u0645\u06CC \u06A9\u0646\u062F. \u06A9\u0627\u0631\u0627\u06A9\u062A\u0631\u0647\u0627\u06CC \u0645\u0627\u0634\u0647\u060C \u06CC\u0639\u0646\u06CC //\u060C\u060C \u0647\u0645\u0647 \u0628\u0647 \u0639\u0646\u0648\u0627\u0646 \u06A9\u0627\u0631\u0627\u06A9\u062A\u0631\u0647\u0627\u06CC \u0645\u0627\u0634\u0647 \u0634\u0646\u0627\u062E\u062A\u0647 \u0645\u06CC \u0634\u0648\u0646\u062F.

\u062F\u0631 \u0639\u06CC\u0646 \u062D\u0627\u0644\u060C \u0645\u0627 \u0647\u0645\u0686\u0646\u06CC\u0646 \u0627\u0632 \u0646\u0627\u0645 \u0645\u0633\u062A\u0639\u0627\u0631 \u0686\u06CC\u0646\u06CC \u06A9\u062F\u0647\u0627\u06CC \u0632\u0628\u0627\u0646 \u0628\u0647 \u0639\u0646\u0648\u0627\u0646 \u062F\u0633\u062A\u0648\u0631\u0627\u062A \u067E\u0634\u062A\u06CC\u0628\u0627\u0646\u06CC \u0645\u06CC \u06A9\u0646\u06CC\u0645. \u0628\u0647 \u0639\u0646\u0648\u0627\u0646 \u0645\u062B\u0627\u0644\u060C /Japanese Hello World \u0628\u0647 \u0698\u0627\u067E\u0646\u06CC \u062A\u0631\u062C\u0645\u0647 \u0645\u06CC \u0634\u0648\u062F. <1> \u0628\u0631\u0627\u06CC \u0645\u0634\u0627\u0647\u062F\u0647 \u0647\u0645\u0647 \u06A9\u062F\u0647\u0627\u06CC \u0632\u0628\u0627\u0646 \u067E\u0634\u062A\u06CC\u0628\u0627\u0646\u06CC \u0634\u062F\u0647 \u0627\u06CC\u0646\u062C\u0627 \u0631\u0627 \u06A9\u0644\u06CC\u06A9 \u06A9\u0646\u06CC\u062F. .",reloadCurrentPage:"\u0644\u0637\u0641\u0627\u064B \u0642\u0628\u0644 \u0627\u0632 \u0634\u0631\u0648\u0639 \u062A\u0631\u062C\u0645\u0647 \u0635\u0641\u062D\u0647 \u0641\u0639\u0644\u06CC \u0631\u0627 \u0628\u0627\u0632\u062E\u0648\u0627\u0646\u06CC \u06A9\u0646\u06CC\u062F",noLocalFilePermissionForPDF:"\u0645\u0627 \u062F\u0631 \u062D\u0627\u0644 \u062D\u0627\u0636\u0631 \u0645\u062C\u0648\u0632 \u062E\u0648\u0627\u0646\u062F\u0646 \u0641\u0627\u06CC\u0644 \u0647\u0627\u06CC \u0645\u062D\u0644\u06CC \u0631\u0627 \u0646\u062F\u0627\u0631\u06CC\u0645. \u0644\u0637\u0641\u0627 \u0631\u0648\u06CC \u062F\u06A9\u0645\u0647 \u0628\u0627\u0644\u0627 \u06A9\u0644\u06CC\u06A9 \u06A9\u0646\u06CC\u062F \u0648 \u0641\u0627\u06CC\u0644 \u0647\u0627\u06CC \u0645\u062D\u0644\u06CC \u0631\u0627 \u0648\u0627\u0631\u062F \u06A9\u0646\u06CC\u062F.",noPermissionForThisPage:"\u26A0\uFE0F \u0627\u062C\u0627\u0632\u0647 \u062A\u0631\u062C\u0645\u0647 \u0635\u0641\u062D\u0647 \u0641\u0639\u0644\u06CC \u0648\u062C\u0648\u062F \u0646\u062F\u0627\u0631\u062F",retryAllParagraphs:"\u0647\u0645\u0647 \u067E\u0627\u0631\u0627\u06AF\u0631\u0627\u0641 \u0647\u0627\u06CC \u062E\u0637\u0627 \u0631\u0627 \u062F\u0648\u0628\u0627\u0631\u0647 \u0627\u0645\u062A\u062D\u0627\u0646 \u06A9\u0646\u06CC\u062F",retryAllButton:"\u0647\u0645\u0647 \u067E\u0627\u0631\u0627\u06AF\u0631\u0627\u0641 \u0647\u0627\u06CC \u062E\u0637\u0627 \u0631\u0627 \u062F\u0648\u0628\u0627\u0631\u0647 \u0627\u0645\u062A\u062D\u0627\u0646 \u06A9\u0646\u06CC\u062F",errorTooltipTitle:"\u0628\u0631\u0627\u06CC \u0645\u0634\u0627\u0647\u062F\u0647 \u062F\u0644\u06CC\u0644 \u062E\u0637\u0627 \u06A9\u0644\u06CC\u06A9 \u06A9\u0646\u06CC\u062F",errorModalTitle:"\u0628\u0647 \u0646\u0638\u0631 \u0645\u06CC \u0631\u0633\u062F \u0645\u0634\u06A9\u0644\u06CC \u062F\u0631 \u062E\u062F\u0645\u0627\u062A \u062A\u0631\u062C\u0645\u0647 \u06CC\u0627 \u0634\u0628\u06A9\u0647 \u0648\u062C\u0648\u062F \u062F\u0627\u0631\u062F ...",disableConfirm:"\u062A\u0646\u0638\u06CC\u0645\u0627\u062A \u0627\u0641\u0632\u0627\u06CC\u0634 \u0627\u0637\u0644\u0627\u0639\u0627\u062A \u062F\u0648 \u0632\u0628\u0627\u0646\u0647",disableOnce:"\u0627\u06CC\u0646 \u0628\u0627\u0631 \u063A\u06CC\u0631 \u0641\u0639\u0627\u0644 \u0634\u062F\u0647",disableGlobal:"\u0628\u0631\u0627\u06CC \u0647\u0645\u06CC\u0634\u0647 \u0627\u0632 \u06A9\u0627\u0631 \u0627\u0641\u062A\u0627\u062F\u0647 \u0627\u0633\u062A",disableTint:"* \u0645\u06CC \u062A\u0648\u0627\u0646\u06CC\u062F \u0622\u0646 \u0631\u0627 \u0645\u062C\u062F\u062F\u0627\u064B \u062F\u0631 {option} \u0641\u0639\u0627\u0644 \u06A9\u0646\u06CC\u062F.",searchEnhancementNotes:"\u062F\u0631\u06CC\u0627\u0641\u062A\u06CC\u0645 \u06A9\u0647 \u0646\u062A\u0627\u06CC\u062C \u0627\u062E\u0628\u0627\u0631 \u0628\u0631\u0627\u06CC \u06A9\u0644\u0645\u0627\u062A \u06A9\u0644\u06CC\u062F\u06CC \u0686\u06CC\u0646\u06CC \u0648 \u06A9\u0644\u0645\u0627\u062A \u06A9\u0644\u06CC\u062F\u06CC \u0627\u0646\u06AF\u0644\u06CC\u0633\u06CC \u0628\u0633\u06CC\u0627\u0631 \u0645\u062A\u0641\u0627\u0648\u062A \u0627\u0633\u062A. \u067E\u0633 \u0627\u0632 \u0641\u0639\u0627\u0644 \u06A9\u0631\u062F\u0646 \u0639\u0645\u0644\u06A9\u0631\u062F \u0628\u0647\u0628\u0648\u062F \u0627\u0637\u0644\u0627\u0639\u0627\u062A \u062F\u0648\u0632\u0628\u0627\u0646\u0647 \u062A\u0631\u062C\u0645\u0647 \u0647\u0645\u0647\u062C\u0627\u0646\u0628\u0647\u060C \u062F\u0631 \u0648\u0628 \u0633\u0627\u06CC\u062A \u0647\u0627\u06CC \u067E\u0634\u062A\u06CC\u0628\u0627\u0646\u06CC \u0634\u062F\u0647 (Google News\u060C \u062C\u0633\u062A\u062C\u0648\u06CC Google (\u0628\u0631\u062E\u06CC \u0627\u0632 \u06A9\u0644\u0645\u0627\u062A \u06A9\u0644\u06CC\u062F\u06CC)\u060C Snowball\u060C Oriental Fortune Network\u060C Futu \u062C\u0633\u062A\u062C\u0648 \u062E\u0648\u0627\u0647\u06CC\u0645 \u06A9\u0631\u062F. , Tiger) \u0628\u0647 \u0637\u0648\u0631 \u062E\u0648\u062F\u06A9\u0627\u0631 \u0647\u0645\u0627\u0646 \u06A9\u0644\u0645\u0627\u062A \u06A9\u0644\u06CC\u062F\u06CC \u0631\u0627 \u0628\u0647 \u0632\u0628\u0627\u0646 \u0627\u0646\u06AF\u0644\u06CC\u0633\u06CC \u0628\u0631\u0627\u06CC \u0634\u0645\u0627 \u062C\u0633\u062A\u062C\u0648 \u0645\u06CC \u06A9\u0646\u062F \u0648 \u062F\u0631 \u0633\u0645\u062A \u0631\u0627\u0633\u062A \u0646\u0645\u0627\u06CC\u0634 \u0645\u06CC \u062F\u0647\u062F. \u0627\u06AF\u0631 \u0628\u0647 \u0627\u06CC\u0646 \u0648\u06CC\u0698\u06AF\u06CC \u0646\u06CC\u0627\u0632 \u0646\u062F\u0627\u0631\u06CC\u062F\u060C \u0645\u06CC \u062A\u0648\u0627\u0646\u06CC\u062F \u0622\u0646 \u0631\u0627 \u063A\u06CC\u0631\u0641\u0639\u0627\u0644 \u06A9\u0646\u06CC\u062F.",option:"\u0628\u0631\u067E\u0627\u06CC\u06CC",saveSettings:"\u062A\u0646\u0638\u06CC\u0645\u0627\u062A \u0631\u0627 \u0630\u062E\u06CC\u0631\u0647 \u06A9\u0646",closeModal:"\u067E\u0646\u062C\u0631\u0647 \u0631\u0627 \u0628\u0628\u0646\u062F",enableInputTranslationWithoutTriggerKeyTitle:"\u062A\u0631\u06A9\u06CC\u0628 \u0633\u0631\u06CC\u0639 \u0631\u0627 3 \u0628\u0627\u0631{trailingKey}\u0641\u0639\u0627\u0644 \u06A9\u0646\u06CC\u062F\u060C \u062A\u0645\u0627\u0645 \u06A9\u0627\u062F\u0631 \u0648\u0631\u0648\u062F\u06CC \u0631\u0627 \u0645\u0633\u062A\u0642\u06CC\u0645\u0627\u064B \u0628\u0647{inputTargetLanguage}\u062A\u0631\u062C\u0645\u0647 \u06A9\u0646\u06CC\u062F",enableInputTranslationWithoutTriggerKeyDescription:"\u0627\u06AF\u0631 \u0645\u06CC\u200C\u062E\u0648\u0627\u0647\u06CC\u062F \u0632\u0628\u0627\u0646 \u0645\u0642\u0635\u062F \u0631\u0627 \u0645\u0634\u062E\u0635 \u06A9\u0646\u06CC\u062F\u060C \u0644\u0637\u0641\u0627\u064B \u06A9\u062F \u0632\u0628\u0627\u0646 \u0645\u0642\u0627\u0628\u0644 \u0631\u0627 \u0627\u0636\u0627\u0641\u0647 \u06A9\u0646\u06CC\u062F\u060C \u0645\u0627\u0646\u0646\u062F\uFF1A\u06CC\u0627 Hello World",mouseHoverShortcutPlaceholder:"\u0645\u0627\u0646\u0646\u062F\uFF1AShift",deepLProName:"\u0639\u0636\u0648 \u062D\u0631\u0641\u0647 \u0627\u06CC \u062A\u0631\u062C\u0645\u0647 Immersive (\u062A\u0648\u0635\u06CC\u0647 \u0645\u06CC \u0634\u0648\u062F)",deepLProDescription:"\u0628\u0633\u062A\u0647 \u0641\u0639\u0644\u06CC \u0631\u0627 \u0645\u06CC \u062A\u0648\u0627\u0646 \u0628\u0647 \u0637\u0648\u0631 \u0645\u0633\u062A\u0642\u06CC\u0645 \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u06A9\u0631\u062F",deeplProDescriptionForNormal:"\u0647\u06CC\u0686 \u062A\u0646\u0638\u06CC\u0645\u0627\u062A\u06CC \u0644\u0627\u0632\u0645 \u0646\u06CC\u0633\u062A. \u0645\u06CC \u062A\u0648\u0627\u0646\u06CC\u062F \u067E\u0633 \u0627\u0632 \u0648\u0631\u0648\u062F \u0628\u0647 \u0639\u0646\u0648\u0627\u0646 \u0639\u0636\u0648 \u0627\u0632 \u0622\u0646 \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u06A9\u0646\u06CC\u062F. <1> \u0628\u0631\u0627\u06CC \u0627\u0631\u062A\u0642\u0627 \u0628\u0647 \u0639\u0636\u0648 \u0627\u06CC\u0646\u062C\u0627 \u0631\u0627 \u06A9\u0644\u06CC\u06A9 \u06A9\u0646\u06CC\u062F.",deepLCustomDescription:"\u0634\u0645\u0627 \u0628\u0647 \u06CC\u06A9 \u06A9\u0627\u0631\u062A \u0627\u0639\u062A\u0628\u0627\u0631\u06CC \u062E\u0627\u0631\u062C\u06CC \u0646\u06CC\u0627\u0632 \u062F\u0627\u0631\u06CC\u062F\u060C \u0628\u0647 <1>DeepL \u0628\u0631\u0648\u06CC\u062F \u0628\u0647 \u0637\u0648\u0631 \u0631\u0633\u0645\u06CC \u0628\u0627\u0632 \u0634\u062F\u060C \u0628\u0631\u0627\u06CC \u0645\u0634\u0627\u0647\u062F\u0647 \u0627\u0633\u0646\u0627\u062F <2> \u06A9\u0644\u06CC\u06A9 \u06A9\u0646\u06CC\u062F",deepLCustomName:"\u06A9\u0644\u06CC\u062F \u062A\u0623\u06CC\u06CC\u062F \u0633\u0641\u0627\u0631\u0634\u06CC",chooseProviderLabel:"\u0627\u0631\u0627\u0626\u0647 \u062F\u0647\u0646\u062F\u0647 \u062E\u062F\u0645\u0627\u062A \u0631\u0627 \u0627\u0646\u062A\u062E\u0627\u0628 \u06A9\u0646\u06CC\u062F",openaiProName:"\u0639\u0636\u0648 \u062D\u0631\u0641\u0647 \u0627\u06CC \u062A\u0631\u062C\u0645\u0647 Immersive (\u062A\u0648\u0635\u06CC\u0647 \u0645\u06CC \u0634\u0648\u062F)",openaiProDescription:"\u0628\u0633\u062A\u0647 \u0641\u0639\u0644\u06CC \u0631\u0627 \u0645\u06CC \u062A\u0648\u0627\u0646 \u0628\u0647 \u0637\u0648\u0631 \u0645\u0633\u062A\u0642\u06CC\u0645 \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u06A9\u0631\u062F",openaiProDescriptionForNormal:"\u0647\u06CC\u0686 \u062A\u0646\u0638\u06CC\u0645\u0627\u062A\u06CC \u0644\u0627\u0632\u0645 \u0646\u06CC\u0633\u062A. \u0645\u06CC \u062A\u0648\u0627\u0646\u06CC\u062F \u067E\u0633 \u0627\u0632 \u0648\u0631\u0648\u062F \u0628\u0647 \u0639\u0646\u0648\u0627\u0646 \u0639\u0636\u0648 \u0627\u0632 \u0622\u0646 \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u06A9\u0646\u06CC\u062F. <1> \u0628\u0631\u0627\u06CC \u0627\u0631\u062A\u0642\u0627 \u0628\u0647 \u0639\u0636\u0648 \u0627\u06CC\u0646\u062C\u0627 \u0631\u0627 \u06A9\u0644\u06CC\u06A9 \u06A9\u0646\u06CC\u062F.",openaiCustomDescription:"\u0645\u06CC \u062A\u0648\u0627\u0646 \u0622\u0646 \u0631\u0627 \u0627\u0632 OpenAI\u060C Azure OpenAI \u06CC\u0627 \u0633\u0627\u06CC\u0631 \u062E\u062F\u0645\u0627\u062A \u0634\u062E\u0635 \u062B\u0627\u0644\u062B \u062F\u0631\u06CC\u0627\u0641\u062A \u06A9\u0631\u062F. <1> \u0628\u0631\u0627\u06CC \u0645\u0634\u0627\u0647\u062F\u0647 \u0633\u0646\u062F \u0627\u06CC\u0646\u062C\u0627 \u0631\u0627 \u06A9\u0644\u06CC\u06A9 \u06A9\u0646\u06CC\u062F.",openaiCustomName:"\u06A9\u0644\u06CC\u062F API \u0633\u0641\u0627\u0631\u0634\u06CC",needLoginAction:"(\u0639\u0636\u0648\u06CC\u062A \u0631\u0627 \u0648\u0627\u0631\u062F \u06A9\u0646\u06CC\u062F \u06CC\u0627 \u0633\u0641\u0627\u0631\u0634\u06CC \u06A9\u0646\u06CC\u062F)",goLoginOrAction:"(\u0648\u0627\u0631\u062F \u0639\u0636\u0648\u06CC\u062A \u0634\u0648\u06CC\u062F \u06CC\u0627 \u0628\u0647 \u062A\u0646\u0638\u06CC\u0645\u0627\u062A \u0628\u0631\u0648\u06CC\u062F)",yearly:"\u0627\u0634\u062A\u0631\u0627\u06A9 \u0633\u0627\u0644\u0627\u0646\u0647 \u0645\u0633\u062A\u0645\u0631",quarterly:"\u0641\u0635\u0644 \u0647\u0627\u06CC \u0645\u062A\u0648\u0627\u0644\u06CC",monthly:"\u0627\u0634\u062A\u0631\u0627\u06A9 \u0645\u0627\u0647\u0627\u0646\u0647 \u0645\u0633\u062A\u0645\u0631",yearlyForOnce:"\u0628\u0633\u062A\u0647 \u0633\u0627\u0644\u0627\u0646\u0647 \u06CC\u06A9\u0628\u0627\u0631 \u0645\u0635\u0631\u0641",monthlyForOnce:"\u0628\u0633\u062A\u0647 \u06CC\u06A9\u0628\u0627\u0631\u0647 \u0645\u0627\u0647\u0627\u0646\u0647",daily:"\u0631\u0648\u0632\u0647\u0627\u06CC \u0645\u062A\u0648\u0627\u0644\u06CC",year:"\u0627\u0634\u062A\u0631\u0627\u06A9 \u0633\u0627\u0644\u0627\u0646\u0647 \u0645\u0633\u062A\u0645\u0631",quarter:"\u0641\u0635\u0644 \u0647\u0627\u06CC \u0645\u062A\u0648\u0627\u0644\u06CC",month:"\u0627\u0634\u062A\u0631\u0627\u06A9 \u0645\u0627\u0647\u0627\u0646\u0647 \u0645\u0633\u062A\u0645\u0631",day:"\u0631\u0648\u0632\u0647\u0627\u06CC \u0645\u062A\u0648\u0627\u0644\u06CC",onetime_7day:"\u0628\u0633\u062A\u0647 \u0622\u0632\u0645\u0627\u06CC\u0634\u06CC 7 \u0631\u0648\u0632\u0647",currentPlanDescriptionForFree:"\u0628\u0633\u062A\u0647 \u0641\u0639\u0644\u06CC\uFF1A\u0631\u0627\u06CC\u06AF\u0627\u0646 \u0627\u0633\u062A",currentPlanDescriptionForContinuous:"\u0628\u0633\u062A\u0647 \u0641\u0639\u0644\u06CC 0{plan}\uFF1A\u0648 \u0628\u0647 \u0637\u0648\u0631 \u062E\u0648\u062F\u06A9\u0627\u0631 \u062F\u0631 {endAt} \u062A\u0645\u062F\u06CC\u062F \u0645\u06CC \u0634\u0648\u062F",currentPlanDescriptionForAutoRenewCaceling:"\u0628\u0633\u062A\u0647 \u0641\u0639\u0644\u06CC\uFF1A{plan}\u0627\u0633\u062A \u0648 \u062F\u0631 {endAt} \u0645\u0646\u0642\u0636\u06CC \u0645\u06CC \u0634\u0648\u062F. \u067E\u0633 \u0627\u0632 \u0627\u0646\u0642\u0636\u0627 \u0628\u0647 \u0637\u0648\u0631 \u062E\u0648\u062F\u06A9\u0627\u0631 \u062A\u0645\u062F\u06CC\u062F \u0646\u0645\u06CC \u0634\u0648\u062F.",currentYearlyPlanDescriptionForAutoRenewCacelingWithRealPaiedUser:"\u0628\u0633\u062A\u0647 \u0641\u0639\u0644\u06CC\uFF1A{plan}\u062F\u0631 \u062A\u0627\u0631\u06CC\u062E {endAt} \u0645\u0646\u0642\u0636\u06CC \u0645\u06CC \u0634\u0648\u062F \u0648 \u067E\u0633 \u0627\u0632 \u0627\u0646\u0642\u0636\u0627 \u0628\u0647 \u0637\u0648\u0631 \u062E\u0648\u062F\u06A9\u0627\u0631 \u062A\u0645\u062F\u06CC\u062F \u0646\u0645\u06CC \u0634\u0648\u062F.
<1> \u0628\u0631\u0627\u06CC \u0645\u062F\u06CC\u0631\u06CC\u062A \u0628\u0631\u0646\u0627\u0645\u0647 \u0647\u0627\u06CC \u062A\u0645\u062F\u06CC\u062F \u0627\u06CC\u0646\u062C\u0627 \u0631\u0627 \u06A9\u0644\u06CC\u06A9 \u06A9\u0646\u06CC\u062F",currentYearlyPlanDescriptionForAutoRenewCacelingWithAdmin:"\u0628\u0633\u062A\u0647 \u0641\u0639\u0644\u06CC\uFF1A{plan}\u062F\u0631 \u062A\u0627\u0631\u06CC\u062E {endAt} \u0645\u0646\u0642\u0636\u06CC \u0645\u06CC \u0634\u0648\u062F \u0648 \u067E\u0633 \u0627\u0632 \u0627\u0646\u0642\u0636\u0627 \u0628\u0647 \u0637\u0648\u0631 \u062E\u0648\u062F\u06A9\u0627\u0631 \u062A\u0645\u062F\u06CC\u062F \u0646\u0645\u06CC \u0634\u0648\u062F.
<1>\u0628\u0631\u0627\u06CC \u0641\u0639\u0627\u0644 \u06A9\u0631\u062F\u0646 \u0627\u0634\u062A\u0631\u0627\u06A9 \u0633\u0627\u0644\u0627\u0646\u0647 \u0645\u0633\u062A\u0645\u0631 \u0627\u06CC\u0646\u062C\u0627 \u0631\u0627 \u06A9\u0644\u06CC\u06A9 \u06A9\u0646\u06CC\u062F",currentPlanDescriptionForOneTime:"\u0628\u0633\u062A\u0647 \u0641\u0639\u0644\u06CC\uFF1A{plan}\u0627\u0633\u062A \u0648 \u062F\u0631 {endAt} \u0645\u0646\u0642\u0636\u06CC \u0645\u06CC \u0634\u0648\u062F. <1> \u0628\u0631\u0627\u06CC \u0627\u0631\u062A\u0642\u0627\u0621 \u0628\u0647 \u0647\u0632\u06CC\u0646\u0647 \u0633\u0627\u0644\u0627\u0646\u0647 \u0627\u06CC\u0646\u062C\u0627 \u0631\u0627 \u06A9\u0644\u06CC\u06A9 \u06A9\u0646\u06CC\u062F \u06CC\u0627 <2> \u0647\u0632\u06CC\u0646\u0647 \u0645\u0627\u0647\u0627\u0646\u0647 \u0639\u0636\u0648",upgradePlan:"\u0628\u0631\u0627\u06CC \u0627\u0631\u062A\u0642\u0627\u0621 \u0628\u0647 \u0639\u0636\u0648\u06CC\u062A Pro \u0627\u06CC\u0646\u062C\u0627 \u0631\u0627 \u06A9\u0644\u06CC\u06A9 \u06A9\u0646\u06CC\u062F",upgradeToPro:"\u0628\u0647 \u0639\u0636\u0648\u06CC\u062A Pro \u0627\u0631\u062A\u0642\u0627 \u062F\u0647\u06CC\u062F","popup.openPro":"\u5F00\u901A\u4F1A\u5458\u540E\u53EF\u4EE5\u7545\u4EAB DeepL \u548C OpenAI \u7FFB\u8BD1","popup.openProForPro":"\u0634\u0645\u0627 \u06CC\u06A9 \u0639\u0636\u0648 \u062D\u0631\u0641\u0647 \u0627\u06CC \u0647\u0633\u062A\u06CC\u062F \u0648 \u0645\u06CC \u062A\u0648\u0627\u0646\u06CC\u062F \u0645\u0633\u062A\u0642\u06CC\u0645\u0627\u064B \u0627\u0632 \u062A\u0631\u062C\u0645\u0647 DeepL \u0648 OpenAI \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u06A9\u0646\u06CC\u062F",currentAccount:"\u062D\u0633\u0627\u0628 \u062C\u0627\u0631\u06CC",enableAutoSyncUserSettings:"\u0647\u0645\u06AF\u0627\u0645 \u0633\u0627\u0632\u06CC \u0627\u0628\u0631\u06CC \u062E\u0648\u062F\u06A9\u0627\u0631 \u0631\u0627 \u062F\u0631 \u0686\u0646\u062F\u06CC\u0646 \u062F\u0633\u062A\u06AF\u0627\u0647 \u0641\u0639\u0627\u0644 \u06A9\u0646\u06CC\u062F",modalEnableInputTranslationTitle:"\u0646\u06A9\u0627\u062A \u062A\u0631\u062C\u0645\u0647 \u0647\u0645\u0647\u062C\u0627\u0646\u0628\u0647 \u062C\u0639\u0628\u0647 \u0648\u0631\u0648\u062F\u06CC \u062A\u0631\u062C\u0645\u0647",modalEnableInputTranslationDesc:"\u0634\u0645\u0627 \u0628\u0647 \u062A\u0627\u0632\u06AF\u06CC \u062A\u0631\u062C\u0645\u0647 \u062C\u0639\u0628\u0647 \u0648\u0631\u0648\u062F\u06CC Immersive Translation \u0631\u0627 \u0628\u0627 \u0641\u0634\u0627\u0631 \u062F\u0627\u062F\u0646 \u06A9\u0644\u06CC\u062F \u0641\u0627\u0635\u0644\u0647 \u0633\u0647 \u0628\u0627\u0631 \u067E\u0634\u062A \u0633\u0631 \u0647\u0645 \u0641\u0639\u0627\u0644 \u06A9\u0631\u062F\u0647 \u0627\u06CC\u062F \u0648 \u0645\u062D\u062A\u0648\u0627\u06CC \u062C\u0639\u0628\u0647 \u0648\u0631\u0648\u062F\u06CC \u0628\u0647 \u0632\u0628\u0627\u0646 \u0645\u0642\u0635\u062F \u067E\u06CC\u0634 \u0641\u0631\u0636 \u062A\u0631\u062C\u0645\u0647 \u0645\u06CC \u0634\u0648\u062F. \u062A\u0631\u062C\u0645\u0647 \u0631\u0627 \u0645\u06CC \u062A\u0648\u0627\u0646 \u0628\u0627 Ctrl+Z \u0644\u063A\u0648 \u06A9\u0631\u062F.

\u0627\u06AF\u0631 \u0627\u06CC\u0646 \u06CC\u06A9 \u0627\u0634\u062A\u0628\u0627\u0647 \u0627\u0633\u062A\u060C \u0646\u06AF\u0631\u0627\u0646 \u0646\u0628\u0627\u0634\u06CC\u062F\u060C \u0645\u06CC\u200C\u062A\u0648\u0627\u0646\u06CC\u062F \u0627\u06CC\u0646 \u0628\u0627\u0631 \u0622\u0646 \u0631\u0627 \u063A\u06CC\u0631\u0641\u0639\u0627\u0644 \u06A9\u0646\u06CC\u062F \u06CC\u0627 \u062A\u0631\u062C\u0645\u0647 \u062C\u0639\u0628\u0647 \u0648\u0631\u0648\u062F\u06CC \u0631\u0627 \u0628\u0631\u0627\u06CC \u0647\u0645\u06CC\u0634\u0647 \u063A\u06CC\u0631\u0641\u0639\u0627\u0644 \u06A9\u0646\u06CC\u062F.",saveAndNotShowAgain:"\u0630\u062E\u06CC\u0631\u0647 \u06A9\u0646\u06CC\u062F \u0648 \u062F\u0648\u0628\u0627\u0631\u0647 \u062F\u0631\u062E\u0648\u0627\u0633\u062A \u0646\u06A9\u0646\u06CC\u062F",disableInputTranslationTips:"* \u0647\u0645\u0686\u0646\u06CC\u0646 \u0645\u06CC \u062A\u0648\u0627\u0646\u06CC\u062F \u0633\u0627\u06CC\u0631 \u06A9\u0644\u06CC\u062F\u0647\u0627\u06CC \u0645\u06CC\u0627\u0646\u0628\u0631 \u0631\u0627 \u0628\u0631\u0627\u06CC \u0641\u0639\u0627\u0644 \u06A9\u0631\u062F\u0646 {option} \u060C{learnMore}\u062A\u0646\u0638\u06CC\u0645 \u06A9\u0646\u06CC\u062F.",learnMore:"\u0628\u0631\u0627\u06CC \u0627\u0637\u0644\u0627\u0639\u0627\u062A \u0628\u06CC\u0634\u062A\u0631 \u0627\u06CC\u0646\u062C\u0627 \u06A9\u0644\u06CC\u06A9 \u06A9\u0646\u06CC\u062F",continueEnalbeInputTranslation:"\u0628\u0647 \u0641\u0639\u0627\u0644 \u06A9\u0631\u062F\u0646 \u062A\u0631\u062C\u0645\u0647 \u062C\u0639\u0628\u0647 \u0648\u0631\u0648\u062F\u06CC \u0627\u062F\u0627\u0645\u0647 \u062F\u0647\u06CC\u062F",autoRenewTrialSuffix:'(\u062F\u0631 \u0637\u0648\u0644 \u062F\u0648\u0631\u0647 \u0622\u0632\u0645\u0627\u06CC\u0634\u06CC\u060C\u0628\u0644\u0627\u0641\u0627\u0635\u0644\u0647 \u0628\u0647 \u06CC\u06A9\u0631\u0633\u0645\u06CC \u0627\u0631\u062A\u0642\u0627 \u062E\u0648\u0627\u0647\u062F \u06CC\u0627\u0641\u062A.',upgradeFromTrialTitle:"\u0627\u0631\u062A\u0642\u0627 \u0628\u0647 \u0639\u0636\u0648 \u0631\u0633\u0645\u06CC",subtitle:"\u0632\u06CC\u0631\u0646\u0648\u06CC\u0633 \u0648\u06CC\u062F\u06CC\u0648",youtubeService:"\u062E\u062F\u0645\u0627\u062A \u062A\u0631\u062C\u0645\u0647 \u0632\u06CC\u0631\u0646\u0648\u06CC\u0633 \u0648\u06CC\u062F\u06CC\u0648\u06CC\u06CC \u0647\u0645\u0647\u062C\u0627\u0646\u0628\u0647","subtitle.disabledSubtitle":"\u0632\u06CC\u0631\u0646\u0648\u06CC\u0633 \u0648\u06CC\u062F\u06CC\u0648 \u0631\u0627 \u0628\u0631\u0627\u06CC \u0647\u0645\u06CC\u0634\u0647 \u063A\u06CC\u0631\u0641\u0639\u0627\u0644 \u06A9\u0646\u06CC\u062F","subtitle.disabledSubtitleDescription":"\u0627\u06AF\u0631 \u0632\u06CC\u0631\u0646\u0648\u06CC\u0633\u200C\u0647\u0627\u06CC \u0648\u06CC\u062F\u06CC\u0648\u06CC \xAB\u062A\u0631\u062C\u0645\u0647 Immersive\xBB \u0628\u0627 \u0628\u0631\u0646\u0627\u0645\u0647\u200C\u0647\u0627\u06CC \u0627\u0641\u0632\u0648\u062F\u0646\u06CC \u062F\u06CC\u06AF\u0631 \u062A\u062F\u0627\u062E\u0644 \u062F\u0627\u0631\u0646\u062F\u060C \u0645\u06CC\u200C\u062A\u0648\u0627\u0646\u06CC\u062F \u0627\u0646\u062A\u062E\u0627\u0628 \u06A9\u0646\u06CC\u062F \u06A9\u0647 \u0639\u0645\u0644\u06A9\u0631\u062F \u0632\u06CC\u0631\u0646\u0648\u06CC\u0633\u200C\u0647\u0627\u06CC \u0648\u06CC\u062F\u06CC\u0648\u06CC\u06CC \u062A\u0631\u062C\u0645\u0647 Immersive \u0631\u0627 \u0628\u0631\u0627\u06CC \u0647\u0645\u06CC\u0634\u0647 \u063A\u06CC\u0631\u0641\u0639\u0627\u0644 \u06A9\u0646\u06CC\u062F \u06CC\u0627 \u0633\u0627\u06CC\u0631 \u0628\u0631\u0646\u0627\u0645\u0647\u200C\u0647\u0627\u06CC \u0627\u0641\u0632\u0648\u062F\u0646\u06CC \u0645\u062A\u0646\u0627\u0642\u0636 \u0631\u0627 \u062D\u0630\u0641 \u0646\u0635\u0628 \u06A9\u0646\u06CC\u062F.","subtitle.autoEnableSubtitle":"\u5F00\u542F\u5B57\u5E55\u7FFB\u8BD1","subtitle.autoEnableSubtitleDescription":"\u067E\u0633 \u0627\u0632 \u0641\u0639\u0627\u0644 \u0633\u0627\u0632\u06CC\u060C \u0647\u0646\u06AF\u0627\u0645 \u067E\u062E\u0634 \u0648\u06CC\u062F\u06CC\u0648\u060C \u0632\u06CC\u0631\u0646\u0648\u06CC\u0633 \u062F\u0648\u0632\u0628\u0627\u0646\u0647 \u0628\u0647 \u0635\u0648\u0631\u062A \u062E\u0648\u062F\u06A9\u0627\u0631 \u0646\u0645\u0627\u06CC\u0634 \u062F\u0627\u062F\u0647 \u0645\u06CC \u0634\u0648\u062F\u060C \u062F\u0631 \u063A\u06CC\u0631 \u0627\u06CC\u0646 \u0635\u0648\u0631\u062A \u0628\u0627\u06CC\u062F \u0631\u0648\u06CC \u062F\u06A9\u0645\u0647 \u062A\u0631\u062C\u0645\u0647 \u06A9\u0644\u06CC\u06A9 \u06A9\u0646\u06CC\u062F \u062A\u0627 \u0646\u0645\u0627\u06CC\u0634 \u062F\u0627\u062F\u0647 \u0634\u0648\u062F.","subtitle.preTranslation":"\u0628\u0631\u0627\u06CC \u062A\u0631\u062C\u0645\u0647 \u0632\u06CC\u0631\u0646\u0648\u06CC\u0633 \u0647\u0627 \u0627\u0632 \u062A\u0631\u062C\u0645\u0647 \u0647\u0645\u0647 \u062C\u0627\u0646\u0628\u0647 \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u06A9\u0646\u06CC\u062F","subtitle.preTranslationDescription":"\u067E\u0633 \u0627\u0632 \u0641\u0639\u0627\u0644 \u06A9\u0631\u062F\u0646 \u0622\u0646\u060C \u0627\u0648\u0644\u0648\u06CC\u062A \u0628\u0627 \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u0627\u0632 \u062E\u062F\u0645\u0627\u062A \u062A\u0631\u062C\u0645\u0647 \u0645\u0634\u062E\u0635 \u0634\u062F\u0647 \u062F\u0631 \u0632\u06CC\u0631 \u0628\u0631\u0627\u06CC \u062A\u0631\u062C\u0645\u0647 \u06A9\u0644 \u0632\u06CC\u0631\u0646\u0648\u06CC\u0633 \u0627\u0632 \u0642\u0628\u0644 \u062E\u0648\u0627\u0647\u062F \u0628\u0648\u062F. \u06CC\u06A9 \u0648\u06CC\u062F\u06CC\u0648\u06CC \u06CC\u06A9 \u0633\u0627\u0639\u062A\u0647 \u062A\u0642\u0631\u06CC\u0628\u0627\u064B 50000 \u062A\u0648\u06A9\u0646 \u06CC\u0627 \u06A9\u0627\u0631\u0627\u06A9\u062A\u0631 \u0645\u0635\u0631\u0641 \u0645\u06CC \u06A9\u0646\u062F\u060C \u0628\u0646\u0627\u0628\u0631\u0627\u06CC\u0646 \u0644\u0637\u0641\u0627\u064B \u0627\u0632 \u0622\u0646 \u062F\u0631 \u0635\u0648\u0631\u062A \u0644\u0632\u0648\u0645 \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u06A9\u0646\u06CC\u062F\u061B \u067E\u0633 \u0627\u0632 \u063A\u06CC\u0631\u0641\u0639\u0627\u0644 \u0634\u062F\u0646\u060C \u0627\u0648\u0644\u0648\u06CC\u062A \u062F\u0627\u062F\u0647 \u0645\u06CC \u0634\u0648\u062F. \u0628\u0631\u0627\u06CC \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u0627\u0632 \u0632\u06CC\u0631\u0646\u0648\u06CC\u0633\u200C\u0647\u0627\u06CC \u062A\u0631\u062C\u0645\u0647\u200C\u0634\u062F\u0647 \u0645\u0627\u0634\u06CC\u0646\u06CC \u0647\u0645\u0631\u0627\u0647 \u0628\u0627 \u0648\u06CC\u062F\u06CC\u0648\u06CC \u0627\u0635\u0644\u06CC.","subtitle.humanSubtitlesPreferred":"\u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u0627\u0632 \u0632\u06CC\u0631\u0646\u0648\u06CC\u0633 \u0647\u0627\u06CC \u0627\u0646\u0633\u0627\u0646\u06CC \u0631\u0627 \u062F\u0631 \u0627\u0648\u0644\u0648\u06CC\u062A \u0642\u0631\u0627\u0631 \u062F\u0647\u06CC\u062F","subtitle.humanSubtitlesPreferredDescription":"\u0648\u0642\u062A\u06CC \u0648\u06CC\u062F\u06CC\u0648\u06CC\u06CC \u062F\u0627\u0631\u0627\u06CC \u0632\u06CC\u0631\u0646\u0648\u06CC\u0633 \u062F\u0633\u062A\u06CC \u0628\u0647 \u0632\u0628\u0627\u0646 \u0645\u0642\u0635\u062F \u0627\u0633\u062A\u060C \u0627\u0628\u062A\u062F\u0627 \u0627\u0632 \u0632\u06CC\u0631\u0646\u0648\u06CC\u0633 \u062F\u0633\u062A\u06CC \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u06A9\u0646\u06CC\u062F (\u062A\u0648\u0635\u06CC\u0647 \u0645\u06CC\u200C\u0634\u0648\u062F)",videoSubtitleTranslationDescription:"\u06CC\u06A9 \u0633\u0631\u0648\u06CC\u0633 \u062A\u0631\u062C\u0645\u0647 \u062C\u062F\u0627\u06AF\u0627\u0646\u0647 \u0628\u0631\u0627\u06CC \u0632\u06CC\u0631\u0646\u0648\u06CC\u0633 \u0648\u06CC\u062F\u06CC\u0648\u0647\u0627 \u062A\u0639\u06CC\u06CC\u0646 \u06A9\u0646\u06CC\u062F",subtitleTranslating:"\u062A\u0631\u062C\u0645\u0647 \u0632\u06CC\u0631\u0646\u0648\u06CC\u0633 \u0628\u0627 \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u0627\u0632 \u0633\u0631\u0648\u06CC\u0633 {service} \u060C \u0644\u0637\u0641\u0627 \u0635\u0628\u0631 \u06A9\u0646\u06CC\u062F... (\u062A\u0631\u062C\u0645\u0647 \u0647\u0645\u0647 \u062C\u0627\u0646\u0628\u0647)",subtitleLoading:"\u062F\u0631 \u062D\u0627\u0644 \u0628\u0627\u0631\u06AF\u06CC\u0631\u06CC \u0632\u06CC\u0631\u0646\u0648\u06CC\u0633...",bilingual:"\u062F\u0648 \u0632\u0628\u0627\u0646\u0647","field.action":"\u0627\u06CC\u0646\u06A9\u0647 \u0622\u06CC\u0627 \u0627\u0635\u0637\u0644\u0627\u062D\u0627\u062A Baidu \u0631\u0627 \u0641\u0639\u0627\u0644 \u06A9\u0646\u06CC\u062F","description.action":"\u067E\u0633 \u0627\u0632 \u0641\u0639\u0627\u0644 \u06A9\u0631\u062F\u0646\u060C \u067E\u0627\u0631\u0627\u0645\u062A\u0631 action=1 \u0628\u0647 \u062F\u0631\u062E\u0648\u0627\u0633\u062A \u0627\u0636\u0627\u0641\u0647 \u0645\u06CC\u200C\u0634\u0648\u062F \u062A\u0627 \u0628\u0647 Baidu \u0627\u0637\u0644\u0627\u0639 \u062F\u0627\u062F\u0647 \u0634\u0648\u062F \u062A\u0627 \u0627\u0635\u0637\u0644\u0627\u062D \u0641\u0639\u0627\u0644 \u0634\u0648\u062F. <1> \u0644\u0637\u0641\u0627\u064B \u0628\u0631\u0627\u06CC \u062F\u0633\u062A\u0648\u0631\u0627\u0644\u0639\u0645\u0644\u200C\u0647\u0627\u06CC \u0628\u06CC\u0634\u062A\u0631 \u0628\u0647 \u0645\u0633\u062A\u0646\u062F\u0627\u062A \u0631\u0633\u0645\u06CC \u0645\u0631\u0627\u062C\u0639\u0647 \u06A9\u0646\u06CC\u062F.",closeQuickTranslation:"\u062A\u0648\u067E \u0634\u0646\u0627\u0648\u0631 \u0631\u0627 \u0628\u0628\u0646\u062F\u06CC\u062F","closeQuickTranslation.untilNext":"\u062A\u0627 \u0628\u0627\u0632\u062F\u06CC\u062F \u0628\u0639\u062F\u06CC \u062A\u0639\u0637\u06CC\u0644 \u0627\u0633\u062A","closeQuickTranslation.currentWebsite":"\u0648\u0628 \u0633\u0627\u06CC\u062A \u0641\u0639\u0644\u06CC \u063A\u06CC\u0631\u0641\u0639\u0627\u0644 \u0627\u0633\u062A","closeQuickTranslation.alwaysClose":"\u0628\u0631\u0627\u06CC \u0647\u0645\u06CC\u0634\u0647 \u0627\u0632 \u06A9\u0627\u0631 \u0627\u0641\u062A\u0627\u062F\u0647 \u0627\u0633\u062A","closeQuickTranslation.settingOpen":"(\u062F\u0631 \u0635\u0641\u062D\u0647 \u062A\u0646\u0638\u06CC\u0645\u0627\u062A <1> \u0642\u0627\u0628\u0644 \u0645\u0634\u0627\u0647\u062F\u0647 \u0627\u0633\u062A \u0631\u0648\u0634\u0646 \u06A9\u0646)","closeQuickTranslation.cancel":"\u0644\u063A\u0648 \u06A9\u0646\u06CC\u062F","closeQuickTranslation.confirm":"\u0645\u0637\u0645\u0626\u0646","floatBall.popup":"\u067E\u0627\u0646\u0644 \u062A\u0646\u0638\u06CC\u0645\u0627\u062A \u0633\u0631\u06CC\u0639 \u0631\u0627 \u0628\u0627\u0632 \u06A9\u0646\u06CC\u062F","floatBall.translate":"\u0628\u0631\u0627\u06CC \u062A\u0631\u062C\u0645\u0647 \u0627\u06CC\u0646 \u0635\u0641\u062D\u0647 \u06A9\u0644\u06CC\u06A9 \u06A9\u0646\u06CC\u062F","floatBall.showOriginal":"\u0628\u0631\u0627\u06CC \u0628\u0627\u0632\u06AF\u0634\u062A \u0628\u0647 \u0645\u062A\u0646 \u0627\u0635\u0644\u06CC \u06A9\u0644\u06CC\u06A9 \u06A9\u0646\u06CC\u062F","floatBall.close":"\u062A\u0648\u067E \u0634\u0646\u0627\u0648\u0631 \u0631\u0627 \u0628\u0628\u0646\u062F\u06CC\u062F","floatBallOptions.enableDescPc":"\u067E\u0633 \u0627\u0632 \u0641\u0639\u0627\u0644 \u0634\u062F\u0646 \u062A\u0648\u067E \u0634\u0646\u0627\u0648\u0631 \u0635\u0641\u062D\u0647\u060C \u062F\u06A9\u0645\u0647 \u062A\u0631\u062C\u0645\u0647 \u0633\u0631\u06CC\u0639 \u062F\u0631 \u0633\u0645\u062A \u0631\u0627\u0633\u062A \u0635\u0641\u062D\u0647 \u0646\u0645\u0627\u06CC\u0634 \u062F\u0627\u062F\u0647 \u0645\u06CC \u0634\u0648\u062F.\u0628\u0631\u0627\u06CC \u062A\u0631\u062C\u0645\u0647 \u06A9\u0644\u06CC\u06A9 \u06A9\u0646\u06CC\u062F.","floatBallOptions.enableDesc":"\u5173\u95ED\u60AC\u6D6E\u7403\u540E\uFF0C\u53EF\u4EE5\u7528\u5FEB\u6377\u952E/{touch}\u5524\u8D77\u3002\u4E3A\u9632\u6B62\u4E0D\u614E\u5173\u95ED\u8BE5\u9009\u9879\u540E\u627E\u4E0D\u5230\u60AC\u6D6E\u7403\uFF0C\u5F3A\u70C8\u5EFA\u8BAE\u6536\u85CF\u672C\u8BBE\u7F6E\u9875","description.azureApiUrl":"\u0622\u062F\u0631\u0633 \u0631\u0627\u0628\u0637 API \u0633\u0641\u0627\u0631\u0634\u06CC \u0631\u0627 \u067E\u0631 \u06A9\u0646\u06CC\u062F",confirmSupportMouse:"\u786E\u8BA4\u5F53\u524D\u6D4F\u89C8\u5668\u652F\u6301\u9F20\u6807",confirmSupportMouseDescription:"\u062A\u0634\u062E\u06CC\u0635 \u062F\u0627\u062F\u0647 \u0634\u062F\u0647 \u0627\u0633\u062A \u06A9\u0647 \u0645\u0631\u0648\u0631\u06AF\u0631 \u0641\u0639\u0644\u06CC \u0627\u0632 \u0639\u0645\u0644\u06A9\u0631\u062F \u0645\u0627\u0648\u0633 \u067E\u0634\u062A\u06CC\u0628\u0627\u0646\u06CC \u0646\u0645\u06CC \u06A9\u0646\u062F. \u0622\u06CC\u0627 \u0645\u06CC \u062E\u0648\u0627\u0647\u06CC\u062F \u067E\u0634\u062A\u06CC\u0628\u0627\u0646\u06CC \u0627\u0632 \u0645\u0627\u0648\u0633 \u0631\u0627 \u0628\u0647 \u0627\u062C\u0628\u0627\u0631 \u0641\u0639\u0627\u0644 \u06A9\u0646\u06CC\u062F\u061F",sampleTargetText:"\u0634\u0628 \u0637\u0648\u0644\u0627\u0646\u06CC \u062F\u0631 \u0631\u0627\u0647 \u0627\u0633\u062A \u0648 \u0645\u0646 \u0627\u0632 \u0627\u06CC\u0646 \u0628\u0647 \u0628\u0639\u062F \u062A\u0627 \u0632\u0645\u0627\u0646\u06CC \u06A9\u0647 \u0628\u0645\u06CC\u0631\u0645 \u0645\u0631\u0627\u0642\u0628 \u062E\u0648\u0627\u0647\u0645 \u0628\u0648\u062F. \u0645\u0646 \u0646\u0647 \u0632\u0646 \u0645\u06CC\u06AF\u06CC\u0631\u0645\u060C \u0646\u0647 \u0634\u0627\u0647\u06CC\u060C \u0646\u0647 \u0641\u0631\u0632\u0646\u062F\u06CC. \u062A\u0627\u062C \u0628\u0631 \u0633\u0631 \u0646\u062E\u0648\u0627\u0647\u0645 \u06AF\u0630\u0627\u0634\u062A \u0648 \u0628\u0631\u0627\u06CC \u0627\u0641\u062A\u062E\u0627\u0631\u0627\u062A \u0645\u0633\u0627\u0628\u0642\u0647 \u0646\u0645\u06CC \u062F\u0647\u0645. \u0645\u0646 \u0648\u0638\u06CC\u0641\u0647 \u0627\u0645 \u0631\u0627 \u0635\u0627\u062F\u0642\u0627\u0646\u0647 \u0627\u0646\u062C\u0627\u0645 \u062E\u0648\u0627\u0647\u0645 \u062F\u0627\u062F\u060C \u0632\u0646\u062F\u0647 \u0645\u06CC \u0634\u0648\u0645 \u0648 \u0645\u06CC \u0645\u06CC\u0631\u0645.",sampleSourceText:"Night gathers, and now my watch begins. It shall not end until my death. I shall take no wife, hold no lands, father no children. I shall wear no crowns and win no glory. I shall live and die at my post.","subtitle.supportedSites":"\u5DF2\u652F\u6301\u5728\u8FD9\u4E9B\u7F51\u7AD9\u4F7F\u7528\u53CC\u8BED\u5B57\u5E55\uFF08\u6CE8\u610F\uFF1A\u7531\u4E8E\u6280\u672F\u9650\u5236\uFF0C\u90E8\u5206\u7F51\u7AD9\u5728\u9996\u6B21\u5F00\u542F\u5B57\u5E55\u540E\u9700\u8981\u91CD\u65B0\u5237\u65B0\u9875\u9762\uFF0C\u6216\u8005\u9700\u7B49\u5F85\u7FFB\u8BD1\u5B8C\u6210\u4EE5\u663E\u793A\u53CC\u8BED\u5B57\u5E55\uFF09\uFF1A",viewWithImmersiveTranslate:"\u53CC\u8BED\u7248\u672C(\u6C89\u6D78\u5F0F\u7FFB\u8BD1)",errorReason:"\u9519\u8BEF\u539F\u56E0\uFF1A{message}","proQuotaExceededError.onetime7day":'\uFF0C\u60A8\u53EF\u4EE5\u9009\u62E9\u4EE5\u4E0B\u65B9\u5F0F\u89E3\u51B3\uFF1A

1. \u5207\u6362\u5230 {anotherService} \u6216\u5176\u4ED6\u7FFB\u8BD1\u670D\u52A1
2. \u5347\u7EA7\u4E3A\u6708\u5EA6/\u5E74\u5EA6\u4F1A\u5458',"proQuotaExceededError.trial":'\uFF0C\u60A8\u53EF\u4EE5\u9009\u62E9\u4EE5\u4E0B\u65B9\u5F0F\u89E3\u51B3\uFF1A

1. \u5207\u6362\u5230 {anotherService} \u6216\u5176\u4ED6\u7FFB\u8BD1\u670D\u52A1
2. \u7ACB\u523B\u5347\u7EA7\u4E3A\u6B63\u5F0F\u4F1A\u5458',"proQuotaExceededError.nonTrial":'\uFF0C\u60A8\u53EF\u4EE5\u9009\u62E9\u4EE5\u4E0B\u65B9\u5F0F\u89E3\u51B3\uFF1A

1. \u5207\u6362\u5230 {anotherService} \u6216\u5176\u4ED6\u7FFB\u8BD1\u670D\u52A1
2. \u8D2D\u4E70 {translationService} \u989D\u5916\u6D41\u91CF\u5305',"proQuotaExceededError.resetTime":"
3. \u989D\u5EA6\u91CD\u7F6E\u65F6\u95F4\uFF1A{resetTime}","desc.touchShortcutsToggleTranslatePageOnlyTranslation":"\u0641\u0642\u0637 \u0645\u062A\u0646 \u062A\u0631\u062C\u0645\u0647 \u0628\u0647 \u0645\u0639\u0646\u06CC \u0627\u0633\u062A \u06A9\u0647 \u0641\u0642\u0637 \u0645\u062A\u0646 \u062A\u0631\u062C\u0645\u0647 \u0646\u0645\u0627\u06CC\u0634 \u062F\u0627\u062F\u0647 \u0645\u06CC \u0634\u0648\u062F\u060C \u0627\u06AF\u0631 \u0635\u0641\u062D\u0647 \u0648\u0628 \u0647\u0646\u0648\u0632 \u062A\u0631\u062C\u0645\u0647 \u0646\u0634\u062F\u0647 \u0627\u0633\u062A\u060C \u062D\u0627\u0644\u062A \u062A\u063A\u06CC\u06CC\u0631 \u062E\u0648\u0627\u0647\u062F \u06A9\u0631\u062F \u0648 \u062A\u0631\u062C\u0645\u0647 \u062E\u0648\u0627\u0647\u062F \u0634\u062F.","desc.toggleOnlyTransation":"\u062D\u0627\u0644\u062A \u0641\u0642\u0637 \u062A\u0631\u062C\u0645\u0647 \u0628\u0647 \u0627\u06CC\u0646 \u0645\u0639\u0646\u06CC \u0627\u0633\u062A \u06A9\u0647 \u0641\u0642\u0637 \u0645\u062A\u0646 \u062A\u0631\u062C\u0645\u0647 \u0634\u062F\u0647 \u0646\u0645\u0627\u06CC\u0634 \u062F\u0627\u062F\u0647 \u0645\u06CC \u0634\u0648\u062F\u060C \u0627\u06AF\u0631 \u0635\u0641\u062D\u0647 \u0648\u0628 \u0647\u0646\u0648\u0632 \u062A\u0631\u062C\u0645\u0647 \u0646\u0634\u062F\u0647 \u0628\u0627\u0634\u062F\u060C \u062D\u0627\u0644\u062A \u062A\u063A\u06CC\u06CC\u0631 \u062E\u0648\u0627\u0647\u062F \u06A9\u0631\u062F \u0648 \u062A\u0631\u062C\u0645\u0647 \u062E\u0648\u0627\u0647\u062F \u0634\u062F.",touchShortcutsToggleTranslatePageOnlyTranslation:"\u062A\u0646\u0638\u06CC\u0645 \u062D\u0631\u06A9\u062A \u0644\u0645\u0633\u06CC \u0635\u0641\u062D\u0647 \u0646\u0645\u0627\u06CC\u0634 \u0628\u0631\u0627\u06CC \u062A\u063A\u06CC\u06CC\u0631 \u0628\u06CC\u0646 \u062D\u0627\u0644\u062A \u062F\u0648\u0632\u0628\u0627\u0646\u0647 / \u0641\u0642\u0637 \u0645\u062A\u0646 \u062A\u0631\u062C\u0645\u0647 \u0634\u062F\u0647",download_started:"\u062F\u0627\u0646\u0644\u0648\u062F \u0634\u0631\u0648\u0639 \u0634\u062F\u0647 \u0627\u0633\u062A \u060C \u0627\u06AF\u0631 \u0628\u0647 \u0637\u0648\u0631 \u062E\u0648\u062F\u06A9\u0627\u0631 \u062F\u0627\u0646\u0644\u0648\u062F \u0646\u0634\u062F \u060C \u0644\u0637\u0641\u0627\u064B \u0628\u0647 \u0635\u0648\u0631\u062A \u062F\u0633\u062A\u06CC \u062F\u0627\u0646\u0644\u0648\u062F \u06A9\u0646\u06CC\u062F.",here:"\u0627\u06CC\u0646\u062C\u0627","translationFont.customPlaceholder":"\u0641\u0648\u0646\u062A",translationFont:"\u062A\u0646\u0638\u06CC\u0645 \u0641\u0648\u0646\u062A",batchEdit:"\u0639\u0645\u0644\u06CC\u0627\u062A \u062F\u0633\u062A\u0647 \u062C\u0645\u0639\u06CC","translationModeLang.translation.title":"\u0641\u0642\u0637 \u062D\u0627\u0644\u062A \u062A\u0631\u062C\u0645\u0647 \u0632\u0628\u0627\u0646","error.goReset":"\u0628\u0627\u0632\u0646\u0634\u0627\u0646\u06CC \u06A9\u0646\u06CC\u062F","translationFont.custom":"\u0648\u0631\u0648\u062F \u0641\u0648\u0646\u062A \u0633\u0641\u0627\u0631\u0634\u06CC","error.serveConfigError":"\u062E\u0637\u0627\u06CC \u067E\u06CC\u06A9\u0631\u0628\u0646\u062F\u06CC \u0633\u0631\u0648\u06CC\u0633",detectServiceLoading:"\u062F\u0631 \u062D\u0627\u0644 \u0628\u0631\u0631\u0633\u06CC \u062E\u062F\u0645\u0627\u062A \u062A\u0631\u062C\u0645\u0647 \u0645\u0648\u062C\u0648\u062F...","touch.mouse-translate":"\u062A\u0631\u062C\u0645\u0647 \u067E\u0627\u0631\u0627\u06AF\u0631\u0627\u0641 \u0645\u0634\u062E\u0635","translationModeUrl.translation.title":"\u0622\u062F\u0631\u0633 \u0627\u06CC\u0646\u062A\u0631\u0646\u062A\u06CC \u062D\u0627\u0644\u062A \u0641\u0642\u0637 \u062A\u0631\u062C\u0645\u0647","translationServices.inherit":"\u0628\u0627 \u062E\u062F\u0645\u0627\u062A \u062A\u0631\u062C\u0645\u0647 \u0627\u0635\u0644\u06CC \u062F\u0646\u0628\u0627\u0644 \u06A9\u0646\u06CC\u062F","error.reloadPageOfSetting":"\u067E\u0633 \u0627\u0632 \u067E\u06CC\u06A9\u0631\u0628\u0646\u062F\u06CC\u060C \u0644\u0637\u0641\u0627 \u0635\u0641\u062D\u0647 \u0631\u0627 \u062F\u0648\u0628\u0627\u0631\u0647 \u062A\u0627\u0632\u0647 \u06A9\u0646\u06CC\u062F \u0648 \u062F\u0648\u0628\u0627\u0631\u0647 \u062A\u0631\u062C\u0645\u0647 \u06A9\u0646\u06CC\u062F.","error.configError":"\u0627\u0637\u0644\u0627\u0639\u0627\u062A \u067E\u06CC\u06A9\u0631\u0628\u0646\u062F\u06CC \u063A\u06CC\u0631 \u0645\u0639\u0645\u0648\u0644\u06CC \u0627\u0633\u062A","error.proTokenInvalid":"\u0627\u06AF\u0631 \u06A9\u0627\u0631\u0628\u0631 Pro \u0647\u0633\u062A\u06CC\u062F\u060C \u0644\u0637\u0641\u0627\u064B \u067E\u0633 \u0627\u0632 \u0648\u0631\u0648\u062F \u0627\u0632 \u062E\u062F\u0645\u0627\u062A \u062A\u0631\u062C\u0645\u0647 Pro \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u06A9\u0646\u06CC\u062F.",videoSubtitlePreTranslationOff:"\u0632\u06CC\u0631\u0646\u0648\u06CC\u0633 \u0648\u06CC\u062F\u06CC\u0648 \u0627\u0648\u0644\u0648\u06CC\u062A \u062E\u0648\u0627\u0647\u062F \u062F\u0627\u062F \u0628\u0647 \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u0627\u0632 \u0632\u06CC\u0631\u0646\u0648\u06CC\u0633 \u0645\u0627\u0634\u06CC\u0646\u06CC \u0645\u0648\u062C\u0648\u062F \u062F\u0631 \u0648\u06CC\u062F\u06CC\u0648 \u0627\u0635\u0644\u06CC",toggleToService:"\u0628\u0647 {service} \u062A\u063A\u06CC\u06CC\u0631 \u062F\u0647\u06CC\u062F \u0648 \u062F\u0648\u0628\u0627\u0631\u0647 \u0627\u0645\u062A\u062D\u0627\u0646 \u06A9\u0646\u06CC\u062F","error.proUpgrade":"\u067E\u0633 \u0627\u0632 \u0627\u0631\u062A\u0642\u0627\u060C \u0644\u0637\u0641\u0627 \u0635\u0641\u062D\u0647 \u0631\u0627 \u062F\u0648\u0628\u0627\u0631\u0647 \u062A\u0631\u062C\u0645\u0647 \u06A9\u0646\u06CC\u062F.",enableSentryReport:"\u0648\u0642\u062A\u06CC \u062E\u0637\u0627\u06CC \u06AF\u0633\u062A\u0631\u0634 \u0631\u062E \u0645\u06CC \u062F\u0647\u062F\u060C \u0628\u0627 \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u0627\u0632 Sentry \u0628\u0631\u0627\u06CC \u0627\u0631\u0633\u0627\u0644 \u0628\u0627\u0632\u062E\u0648\u0631\u062F \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u06A9\u0646\u06CC\u062F.","error.403":"\u062E\u062F\u0645\u062A \u062E\u0637\u0627\u06CC \u0628\u0631\u06AF\u0634\u062A \u062F\u0627\u062F\u0647 \u0627\u0633\u062A\u060C \u0645\u0648\u0642\u062A\u0627\u064B \u0627\u062C\u0627\u0632\u0647 \u062F\u0633\u062A\u0631\u0633\u06CC \u0628\u0647 \u0627\u06CC\u0646 \u062E\u062F\u0645\u062A \u0631\u0627 \u0646\u062F\u0627\u0631\u06CC\u062F.",videoSubtitlePreTranslationOn:"\u0632\u06CC\u0631\u0646\u0648\u06CC\u0633 \u0647\u0627\u06CC \u0648\u06CC\u062F\u06CC\u0648 \u0628\u0647 \u0637\u0648\u0631 \u0627\u0648\u0644\u0648\u06CC\u062A\u06CC \u0627\u0632 \u062A\u0631\u062C\u0645\u0647 \u0641\u0631\u0648 \u0631\u0641\u062A\u06AF\u06CC \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u062E\u0648\u0627\u0647\u062F \u06A9\u0631\u062F.","translationModeUrl.translation.description":"\u0648\u0642\u062A\u06CC \u0648\u0628 \u0633\u0627\u06CC\u062A \u0628\u0631\u0627\u06CC \u062F\u0627\u0645\u0646\u0647 \u0647\u0627\u06CC \u0632\u06CC\u0631 \u0627\u0633\u062A\u060C \u0628\u0647 \u0637\u0648\u0631 \u062E\u0648\u062F\u06A9\u0627\u0631 \u0627\u0632 \u062D\u0627\u0644\u062A \u0641\u0642\u0637 \u0645\u062A\u0646 \u062A\u0631\u062C\u0645\u0647 \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u0645\u06CC \u06A9\u0646\u062F.","error.502":"\u062E\u062F\u0645\u062A \u062E\u0637\u0627 \u062F\u0627\u062F\u0647 \u0627\u0633\u062A\u060C \u062E\u062F\u0645\u062A \u0628\u0647 \u062A\u0627\u062E\u06CC\u0631 \u0627\u0641\u062A\u0627\u062F\u0647 \u0627\u0633\u062A\u060C \u0644\u0637\u0641\u0627 \u0628\u0639\u062F\u0627 \u062F\u0648\u0628\u0627\u0631\u0647 \u0627\u0645\u062A\u062D\u0627\u0646 \u06A9\u0646\u06CC\u062F.","error.openAIExceededQuota":"\u062E\u0637\u0627\u06CC \u0628\u0627\u0632\u06AF\u0634\u062A \u0633\u0631\u0648\u06CC\u0633: \u0645\u0648\u062C\u0648\u062F\u06CC \u062D\u0633\u0627\u0628 OpenAI \u0634\u0645\u0627 \u06A9\u0627\u0641\u06CC \u0646\u06CC\u0633\u062A\u060C \u0644\u0637\u0641\u0627\u064B \u0627\u0632 \u0637\u0631\u06CC\u0642 \u067E\u0646\u0644 \u0645\u062F\u06CC\u0631\u06CC\u062A\u06CC \u0631\u0633\u0645\u06CC OpenAI \u0634\u0627\u0631\u0698 \u06A9\u0646\u06CC\u062F \u06CC\u0627 \u06A9\u0627\u0631\u062A \u0627\u0639\u062A\u0628\u0627\u0631\u06CC \u062E\u0648\u062F \u0631\u0627 \u0645\u062A\u0635\u0644 \u06A9\u0646\u06CC\u062F.","translationModeLang.translation.description":"\u0648\u0642\u062A\u06CC \u0632\u0628\u0627\u0646 \u0635\u0641\u062D\u0647 \u0628\u0647 \u0632\u0628\u0627\u0646\u0647\u0627\u06CC \u0632\u06CC\u0631 \u0627\u0633\u062A\u060C \u0628\u0647 \u0637\u0648\u0631 \u062E\u0648\u062F\u06A9\u0627\u0631 \u0627\u0632 \u062D\u0627\u0644\u062A \u062A\u0631\u062C\u0645\u0647 \u0641\u0642\u0637 \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u0645\u06CC \u0634\u0648\u062F","error.429":"\u062E\u062F\u0645\u062A \u062E\u0637\u0627 \u0631\u0627 \u0628\u0631\u0645\u06CC \u06AF\u0631\u062F\u0627\u0646\u062F\u060C \u06A9\u0647 \u0646\u0634\u0627\u0646 \u0645\u06CC \u062F\u0647\u062F \u062F\u0631\u062E\u0648\u0627\u0633\u062A \u0628\u06CC\u0634 \u0627\u0632 \u062D\u062F \u0645\u06A9\u0631\u0631 \u06CC\u0627 \u0628\u06CC\u0634 \u0627\u0632 \u062D\u062F \u0645\u062D\u062F\u0648\u062F\u06CC\u062A \u0627\u0633\u062A\u060C \u0644\u0637\u0641\u0627 \u0628\u0639\u062F\u0627 \u062F\u0648\u0628\u0627\u0631\u0647 \u0627\u0645\u062A\u062D\u0627\u0646 \u06A9\u0646\u06CC\u062F.","error.400":"\u062E\u0637\u0627\u06CC\u06CC \u062F\u0631 \u0628\u0627\u0632\u06AF\u0634\u062A \u062E\u062F\u0645\u0627\u062A \u0631\u062E \u062F\u0627\u062F\u0647 \u0627\u0633\u062A \u060C \u067E\u0627\u0631\u0627\u0645\u062A\u0631 \u062F\u0631\u062E\u0648\u0627\u0633\u062A \u0627\u0634\u062A\u0628\u0627\u0647 \u0627\u0633\u062A \u060C \u0644\u0637\u0641\u0627\u064B \u067E\u06CC\u06A9\u0631\u0628\u0646\u062F\u06CC \u0645\u0631\u0628\u0648\u0637\u0647 \u0631\u0627 \u0628\u0631\u0631\u0633\u06CC \u06A9\u0646\u06CC\u062F.","error.googleLimitIp":"\u062E\u062F\u0645\u062A \u062E\u0637\u0627 \u0631\u0627 \u0628\u0631\u0645\u06CC \u06AF\u0631\u062F\u0627\u0646\u062F \u060C \u062E\u062F\u0645\u0627\u062A \u06AF\u0648\u06AF\u0644 \u0628\u0631\u0627\u06CC \u0627\u06CC\u0646 \u0622\u062F\u0631\u0633 IP \u0645\u062D\u062F\u0648\u062F \u0634\u062F\u0647 \u0627\u0633\u062A \u060C \u067E\u06CC\u0634\u0646\u0647\u0627\u062F \u0645\u06CC \u06A9\u0646\u06CC\u0645 \u0634\u0645\u0627 \u0646\u0648\u062F \u0634\u0628\u06A9\u0647 \u0631\u0627 \u062A\u063A\u06CC\u06CC\u0631 \u062F\u0647\u06CC\u062F.","translationFont.notSupportErrorMessage":"\u0644\u0637\u0641\u0627\u064B \u0646\u0627\u0645 \u0641\u0648\u0646\u062A\u06CC \u06A9\u0647 \u0648\u0627\u0631\u062F \u06A9\u0631\u062F\u0647 \u0627\u06CC\u062F \u0631\u0627 \u0628\u0631\u0631\u0633\u06CC \u06A9\u0646\u06CC\u062F \u062A\u0627 \u0645\u0637\u0645\u0626\u0646 \u0634\u0648\u06CC\u062F \u06A9\u0647 \u062F\u0631\u0633\u062A \u0627\u0633\u062A\u060C \u06CC\u0627 \u062A\u0623\u06CC\u06CC\u062F \u06A9\u0646\u06CC\u062F \u06A9\u0647 \u0627\u06CC\u0646 \u0641\u0648\u0646\u062A \u0628\u0631 \u0631\u0648\u06CC \u062F\u0633\u062A\u06AF\u0627\u0647 \u0634\u0645\u0627 \u0646\u0635\u0628 \u0634\u062F\u0647 \u0627\u0633\u062A.","error.gemini.429":"\u062E\u062F\u0645\u062A Gemini \u062F\u0631 \u062D\u0627\u0644 \u062D\u0627\u0636\u0631 \u0628\u0647 \u0638\u0631\u0641\u06CC\u062A \u062D\u062F\u0627\u06A9\u062B\u0631\u06CC \u062E\u0648\u062F \u0631\u0633\u06CC\u062F\u0647 \u0627\u0633\u062A\u060C \u0644\u0637\u0641\u0627\u064B \u0628\u0639\u062F\u0627\u064B \u062F\u0648\u0628\u0627\u0631\u0647 \u0627\u0645\u062A\u062D\u0627\u0646 \u06A9\u0646\u06CC\u062F \u06CC\u0627 \u0628\u0647 \u0633\u0631\u0648\u06CC\u0633 \u062A\u0631\u062C\u0645\u0647 \u062F\u06CC\u06AF\u0631\u06CC \u062A\u063A\u06CC\u06CC\u0631 \u062F\u0647\u06CC\u062F.","desc.toggleVideoSubtitlePreTranslation":"\u0628\u0639\u062F \u0641\u0634\u0627\u0631\u060C \u0632\u06CC\u0631\u0646\u0648\u06CC\u0633 \u062F\u0648\u0632\u0628\u0627\u0646\u0647 \u0648\u06CC\u062F\u06CC\u0648 \u0627\u0648\u0644\u0648\u06CC\u062A \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u0627\u0632 \u062A\u0646\u0638\u06CC\u0645\u0627\u062A \u062A\u0631\u062C\u0645\u0647 \u063A\u0648\u0637\u0647 \u0648\u0631 \u062E\u0648\u0627\u0647\u062F \u062F\u0627\u0634\u062A\u060C \u0628\u0627 \u0641\u0634\u0627\u0631 \u062F\u0648\u0628\u0627\u0631\u0647\u060C \u0627\u0648\u0644\u0648\u06CC\u062A \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u0627\u0632 \u0632\u06CC\u0631\u0646\u0648\u06CC\u0633 \u0645\u0627\u0634\u06CC\u0646\u06CC \u0627\u0635\u0644\u06CC \u0648\u06CC\u062F\u06CC\u0648 \u062E\u0648\u0627\u0647\u062F \u0628\u0648\u062F\u060C \u062A\u0648\u062C\u0647 \u062F\u0627\u0634\u062A\u0647 \u0628\u0627\u0634\u06CC\u062F: \u0627\u06CC\u0646 \u0645\u06CC\u0627\u0646\u0628\u0631 \u062A\u0646\u0638\u06CC\u0645\u0627\u062A \u062C\u0647\u0627\u0646\u06CC \u0631\u0627 \u062A\u063A\u06CC\u06CC\u0631 \u0645\u06CC \u062F\u0647\u062F.","error.openAIFreeLimit":"\u062E\u062F\u0645\u062A \u062E\u0637\u0627 \u0631\u0627 \u0628\u0631\u0645\u06CC \u06AF\u0631\u062F\u0627\u0646\u062F\u060C \u0641\u0631\u06A9\u0627\u0646\u0633 \u062F\u0631\u062E\u0648\u0627\u0633\u062A \u062A\u0631\u062C\u0645\u0647 \u0641\u0639\u0644\u06CC \u0628\u0647 \u062D\u062F\u0627\u06A9\u062B\u0631 3 \u0628\u0627\u0631 \u062F\u0631 \u062F\u0642\u06CC\u0642\u0647 \u0631\u0633\u06CC\u062F\u0647 \u0627\u0633\u062A\u060C \u0644\u0637\u0641\u0627\u064B \u0628\u0639\u062F\u0627\u064B \u062F\u0648\u0628\u0627\u0631\u0647 \u0627\u0645\u062A\u062D\u0627\u0646 \u06A9\u0646\u06CC\u062F. (\u0627\u06CC\u0646 \u0645\u062D\u062F\u0648\u062F\u06CC\u062A \u0631\u0633\u0645\u06CC OpenAI \u0628\u0631\u0627\u06CC API Key \u0631\u0627\u06CC\u06AF\u0627\u0646 \u0627\u0633\u062A\u060C \u0628\u0631\u0627\u06CC \u0631\u0641\u0639 \u0627\u06CC\u0646 \u0645\u062D\u062F\u0648\u062F\u06CC\u062A\u060C \u0644\u0637\u0641\u0627\u064B \u06A9\u0627\u0631\u062A \u0627\u0639\u062A\u0628\u0627\u0631\u06CC \u062E\u0648\u062F \u0631\u0627 \u062F\u0631 \u067E\u0646\u0644 OpenAI \u0645\u062A\u0635\u0644 \u06A9\u0646\u06CC\u062F.)","error.serveUnavailable":"\u062E\u062F\u0645\u062A [{serverName}] \u06A9\u0647 \u062F\u0631 \u062D\u0627\u0644 \u062D\u0627\u0636\u0631 \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u0645\u06CC \u06A9\u0646\u06CC\u062F \u0628\u0647 \u062F\u0644\u06CC\u0644 \u0645\u0634\u06A9\u0644\u0627\u062A \u0627\u062A\u0635\u0627\u0644 \u0628\u0647 \u0634\u0628\u06A9\u0647 \u06CC\u0627 \u0645\u0634\u06A9\u0644\u0627\u062A \u0627\u0631\u0627\u0626\u0647 \u062F\u0647\u0646\u062F\u0647 \u062E\u062F\u0645\u0627\u062A \u0645\u0648\u0642\u062A\u0627\u064B \u0642\u0627\u0628\u0644 \u062F\u0633\u062A\u0631\u0633\u06CC \u0646\u06CC\u0633\u062A. \u067E\u06CC\u0634\u0646\u0647\u0627\u062F \u0645\u06CC \u06A9\u0646\u06CC\u0645 \u0635\u0641\u062D\u0647 \u0631\u0627 \u062A\u0627\u0632\u0647 \u06A9\u0646\u06CC\u062F \u06CC\u0627 \u0627\u0632 \u0637\u0631\u06CC\u0642 <1>\u062A\u0646\u0638\u06CC\u0645\u0627\u062A \u0628\u0647 \u062E\u062F\u0645\u0627\u062A \u062A\u0631\u062C\u0645\u0647 \u062F\u06CC\u06AF\u0631\u06CC \u062A\u063A\u06CC\u06CC\u0631 \u062F\u0647\u06CC\u062F. \u0627\u06AF\u0631 \u0634\u0645\u0627 \u0639\u0636\u0648 <2>Pro \u0647\u0633\u062A\u06CC\u062F\u060C \u0645\u06CC \u062A\u0648\u0627\u0646\u06CC\u062F \u0627\u0632 \u062E\u062F\u0645\u0627\u062A \u062A\u0631\u062C\u0645\u0647 \u067E\u0627\u06CC\u062F\u0627\u0631\u062A\u0631 DeepL \u06CC\u0627 OpenAI \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u06A9\u0646\u06CC\u062F (<3>\u0627\u06CC\u0646\u062C\u0627 \u0631\u0627 \u0628\u0631\u0627\u06CC \u062A\u062C\u0631\u0628\u0647 \u0631\u0627\u06CC\u06AF\u0627\u0646 \u06A9\u0644\u06CC\u06A9 \u06A9\u0646\u06CC\u062F). \u0639\u0644\u0627\u0648\u0647 \u0628\u0631 \u0627\u06CC\u0646\u060C \u0645\u0645\u06A9\u0646 \u0627\u0633\u062A \u0646\u06CC\u0627\u0632 \u0628\u0627\u0634\u062F \u062A\u0646\u0638\u06CC\u0645\u0627\u062A \u0634\u0628\u06A9\u0647 \u06CC\u0627 \u067E\u0631\u0648\u06A9\u0633\u06CC \u062E\u0648\u062F \u0631\u0627 \u0628\u0631\u0631\u0633\u06CC \u06A9\u0646\u06CC\u062F.","widget.translateFile":"PDF/ePub",goLogin:"\u0648\u0631\u0648\u062F \u06A9\u0646\u06CC\u062F",notLogin:"\u0648\u0631\u0648\u062F \u0646\u0634\u062F\u0647 \u0627\u0633\u062A","error.reason":"\u062F\u0644\u06CC\u0644 \u062E\u0637\u0627",shortcutSettings:"\u0645\u06CC\u0627\u0646\u0628\u0631",alwaysTranslate:"\u0647\u0645\u06CC\u0634\u0647 \u062A\u0631\u062C\u0645\u0647 \u06A9\u0646\u06CC\u062F","translationServices.gemini":"\u062C\u0645\u0646\u06CC","slide.left":"\u0628\u0647 \u0631\u0627\u0633\u062A \u0628\u06A9\u0634\u06CC\u062F",loggedIn:"\u0648\u0627\u0631\u062F \u0634\u062F\u0647 \u0627\u06CC\u062F","floatBall.iKnow":"\u0645\u0646 \u0645\u06CC \u062F\u0627\u0646\u0645","intro.floatBallTitle":"\u062A\u0631\u062C\u0645\u0647 \u0633\u0631\u06CC\u0639 \u0628\u0627\u0644 \u0634\u0646\u0627\u0648\u0631","shortcutGroup.touch":"\u0698\u0633\u062A \u0647\u0627\u06CC \u062E\u0627\u0635 \u0635\u0641\u062D\u0647 \u0644\u0645\u0633\u06CC","tagsInput.add":"+ \u0627\u0636\u0627\u0641\u0647 \u06A9\u0631\u062F\u0646",shortcutSettingsTitle:"\u062A\u0646\u0638\u06CC\u0645\u0627\u062A \u0645\u06CC\u0627\u0646\u0628\u0631","widget.instruction":"\u062F\u0633\u062A\u0648\u0631\u0627\u0644\u0639\u0645\u0644 \u0627\u0633\u062A\u0641\u0627\u062F\u0647",touchShortcutsOff:"\u0628\u0633\u062A\u0647 \u0634\u062F\u0646","shortcutGroup.others":"\u06A9\u0644\u06CC\u062F\u0647\u0627\u06CC \u0645\u06CC\u0627\u0646\u0628\u0631 \u0633\u0641\u0627\u0631\u0634\u06CC \u0628\u06CC\u0634\u062A\u0631","error.subscriptionExpiredTitle":"\u0639\u0636\u0648\u06CC\u062A \u0645\u0646\u0642\u0636\u06CC \u0634\u062F\u0647 \u0627\u0633\u062A","error.retry":"\u062A\u0644\u0627\u0634 \u0645\u062C\u062F\u062F",neverTranslate:"\u0647\u0631\u06AF\u0632 \u062A\u0631\u062C\u0645\u0647 \u0646\u0645\u06CC \u06A9\u0646\u0645",networkError:"\u062E\u062F\u0645\u0627\u062A \u062A\u0631\u062C\u0645\u0647 \u06CC\u0627 \u0634\u0628\u06A9\u0647 \u0645\u0634\u06A9\u0644 \u062F\u0627\u0631\u062F","widget.translateFileTooltip":"\u062A\u0631\u062C\u0645\u0647 \u0627\u0633\u0646\u0627\u062F PDF\u060C EPUB\u060C SRT\u060C ASS\u060C HTML \u0648 TXT","slide.right":"\u0628\u0647 \u0686\u067E \u0628\u06A9\u0634\u06CC\u062F","multipleClick.3":"\u0633\u0647 \u0636\u0631\u0628\u0647 \u0645\u062A\u0648\u0627\u0644\u06CC","multipleClick.4":"\u0686\u0647\u0627\u0631 \u0636\u0631\u0628\u0647 \u0645\u062A\u0648\u0627\u0644\u06CC",pickAll:"\u0627\u0646\u062A\u062E\u0627\u0628 \u0647\u0645\u0647",contact:"\u0628\u0627 \u0645\u0627 \u062A\u0645\u0627\u0633 \u0628\u06AF\u06CC\u0631\u06CC\u062F","subtitle.bilingual":"\u0632\u06CC\u0631\u0646\u0648\u06CC\u0633 \u062F\u0648\u0632\u0628\u0627\u0646\u0647","shortcutGroup.shortcutsForTranslationServices":"\u06A9\u0644\u06CC\u062F\u0647\u0627\u06CC \u0645\u06CC\u0627\u0646\u0628\u0631 \u0645\u0631\u0628\u0648\u0637 \u0628\u0647 \u062E\u062F\u0645\u0627\u062A \u062A\u0631\u062C\u0645\u0647",buildSnapshots:"\u0627\u06CC\u062C\u0627\u062F \u0639\u06A9\u0633 \u0641\u0648\u0631\u06CC \u0627\u0632 \u0635\u0641\u062D\u0647 \u0648\u0628","widget.instructionTooltip":"\u062F\u0633\u062A\u0648\u0631\u0627\u0644\u0639\u0645\u0644 \u0631\u0627 \u0628\u0631\u0631\u0633\u06CC \u06A9\u0646\u06CC\u062F","widget.videoSubtitle":"\u0632\u06CC\u0631\u0646\u0648\u06CC\u0633 \u0648\u06CC\u062F\u06CC\u0648","multipleClick.2":"\u062F\u0648\u0628\u0627\u0631 \u06A9\u0644\u06CC\u06A9 \u06A9\u0646\u06CC\u062F","subtitle.autoDisableSubtitle":"\u0632\u06CC\u0631\u0646\u0648\u06CC\u0633 \u062F\u0648\u0632\u0628\u0627\u0646\u0647 \u0628\u0647 \u0635\u0648\u0631\u062A \u062E\u0648\u062F\u06A9\u0627\u0631 \u0641\u0639\u0627\u0644 \u0646\u0645\u06CC \u0634\u0648\u062F",mouseHoverCustomKeyTitle:"\u0633\u0641\u0627\u0631\u0634\u06CC \u06A9\u0631\u062F\u0646 \u0645\u06CC\u0627\u0646\u0628\u0631 \u0645\u0648\u0633 \u062F\u0631 \u062D\u0627\u0644\u062A \u0634\u0646\u0627\u0648\u0631","browser.translateWithOpenAI":"\u0627\u0632 OpenAI \u0628\u0631\u0627\u06CC \u062A\u0631\u062C\u0645\u0647 \u0645\u0648\u0642\u062A\u06CC \u0635\u0641\u062D\u0647 \u0641\u0639\u0644\u06CC \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u06A9\u0646\u06CC\u062F",neverTranslateThisSite:"\u0647\u0631\u06AF\u0632 \u0627\u06CC\u0646 \u0648\u0628\u0633\u0627\u06CC\u062A \u0631\u0627 \u062A\u0631\u062C\u0645\u0647 \u0646\u06A9\u0646\u06CC\u062F","browser.translateInputBox":"\u062A\u0631\u062C\u0645\u0647 \u0645\u062D\u062A\u0648\u0627\u06CC \u062C\u0639\u0628\u0647 \u0648\u0631\u0648\u062F\u06CC \u0641\u0639\u0644\u06CC","subtitle.hideQuickButton":"\u062F\u06CC\u06AF\u0631 \u0627\u06CC\u0646 \u0645\u06CC\u0627\u0646\u0628\u0631 \u0631\u0627 \u0646\u0634\u0627\u0646 \u0646\u062F\u0647","subtitle.showQuickButton":"\u062F\u0631 \u067E\u062E\u0634 \u06A9\u0646\u0646\u062F\u0647\u060C \u0645\u06CC\u0627\u0646\u0628\u0631 \u0632\u06CC\u0631\u0646\u0648\u06CC\u0633 \u062F\u0648\u0632\u0628\u0627\u0646\u0647 \u0646\u0645\u0627\u06CC\u0634 \u062F\u0627\u062F\u0647 \u0634\u0648\u062F","browser.translateWithTransmart":"\u0627\u0632 \u062A\u0631\u062C\u0645\u0647 \u0645\u0648\u0642\u062A\u06CC \u062A\u0646\u0633\u0646\u062A \u0628\u0631\u0627\u06CC \u0635\u0641\u062D\u0647 \u0641\u0639\u0644\u06CC \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u06A9\u0646\u06CC\u062F","intro.hoverTitle":"\u0645\u0648\u0634\u0648\u0627\u0631\u0647 \u0631\u0627 \u0628\u0631 \u0631\u0648\u06CC \u067E\u0627\u0631\u0627\u06AF\u0631\u0627\u0641 \u0641\u0639\u0644\u06CC \u0628\u06AF\u0630\u0627\u0631\u06CC\u062F \u062A\u0627 \u062A\u0631\u062C\u0645\u0647 \u0634\u0648\u062F","shortcutGroup.mouse":"\u062A\u0646\u0638\u06CC\u0645\u0627\u062A \u0645\u06CC\u0627\u0646\u0628\u0631 \u0645\u0648\u0633 \u062F\u0631 \u062D\u0627\u0644\u062A \u0634\u0646\u0627\u0648\u0631",temprarilyChangeTranslationTo_openai:"\u062F\u0631 \u062D\u0627\u0644 \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u0627\u0632 OpenAI \u0628\u0631\u0627\u06CC \u062A\u0631\u062C\u0645\u0647 \u0635\u0641\u062D\u0647 \u0641\u0639\u0644\u06CC \u0647\u0633\u062A\u0645","browser.translateWithDeepL":"\u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u0645\u0648\u0642\u062A \u0627\u0632 DeepL \u0628\u0631\u0627\u06CC \u062A\u0631\u062C\u0645\u0647 \u0635\u0641\u062D\u0647 \u0641\u0639\u0644\u06CC",translationOnlyMode:"\u0641\u0642\u0637 \u062D\u0627\u0644\u062A \u062A\u0631\u062C\u0645\u0647","widget.videoSubtitleTooltip":"\u067E\u0634\u062A\u06CC\u0628\u0627\u0646\u06CC \u0627\u0632 Youtube \u0648 {count}+ \u0633\u0627\u06CC\u062A \u0648\u06CC\u062F\u06CC\u0648\u06CC\u06CC \u062F\u06CC\u06AF\u0631",paragraphMinTextCountField:"\u062A\u0639\u062F\u0627\u062F \u06A9\u0645\u062A\u0631\u06CC\u0646 \u06A9\u0627\u0631\u0627\u06A9\u062A\u0631\u0647\u0627\u06CC \u0645\u0648\u0631\u062F \u0646\u06CC\u0627\u0632 \u0628\u0631\u0627\u06CC \u062A\u0631\u062C\u0645\u0647 \u067E\u0627\u0631\u0627\u06AF\u0631\u0627\u0641",temprarilyChangeTranslationTo_gemini:"\u062F\u0631 \u062D\u0627\u0644 \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u0627\u0632 Gemini \u0628\u0631\u0627\u06CC \u062A\u0631\u062C\u0645\u0647 \u0635\u0641\u062D\u0647 \u0641\u0639\u0644\u06CC \u0647\u0633\u062A\u0645","shortcutGroup.main":"\u0645\u06CC\u0627\u0646\u0628\u0631\u0647\u0627\u06CC \u06A9\u0644\u06CC\u062F\u06CC \u0639\u0645\u0644\u06A9\u0631\u062F \u0631\u0627\u06CC\u062C",temprarilyChangeTranslationTo_deepl:"\u062F\u0631 \u062D\u0627\u0644 \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u0627\u0632 \u062A\u0631\u062C\u0645\u0647 DeepL \u0628\u0631\u0627\u06CC \u0635\u0641\u062D\u0647 \u0641\u0639\u0644\u06CC",temprarilyChangeTranslationTo_transmart:"\u062F\u0631 \u062D\u0627\u0644 \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u0627\u0632 \u062A\u0631\u062C\u0645\u0647 \u062A\u0646\u0633\u0646\u062A \u0628\u0631\u0627\u06CC \u0635\u0641\u062D\u0647 \u0641\u0639\u0644\u06CC",alwaysTranslateThisSite:"\u0647\u0645\u06CC\u0634\u0647 \u0627\u06CC\u0646 \u0648\u0628\u0633\u0627\u06CC\u062A \u0631\u0627 \u062A\u0631\u062C\u0645\u0647 \u06A9\u0646\u06CC\u062F","browser.translateWithBing":"\u0627\u0632 \u062A\u0631\u062C\u0645\u0647 \u0645\u0627\u06CC\u06A9\u0631\u0648\u0633\u0627\u0641\u062A \u0628\u0631\u0627\u06CC \u062A\u0631\u062C\u0645\u0647 \u0645\u0648\u0642\u062A\u06CC \u0635\u0641\u062D\u0647 \u0641\u0639\u0644\u06CC \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u06A9\u0646\u06CC\u062F",upgradeToProErrorTitle:"\u0644\u0637\u0641\u0627\u064B \u0628\u0647 \u0639\u0636\u0648\u06CC\u062A Pro \u0627\u0631\u062A\u0642\u0627 \u062F\u0647\u06CC\u062F \u0648 \u0633\u067E\u0633 \u0627\u0632 \u0627\u06CC\u0646 \u062E\u062F\u0645\u062A \u062A\u0631\u062C\u0645\u0647 \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u06A9\u0646\u06CC\u062F","intro.subtitleTitle":"\u0646\u0645\u0627\u06CC\u0634 \u0632\u06CC\u0631\u0646\u0648\u06CC\u0633 \u062F\u0648\u0632\u0628\u0627\u0646\u0647 \u0648\u06CC\u062F\u06CC\u0648\u06CC \u0622\u0646\u0644\u0627\u06CC\u0646",temprarilyChangeTranslationTo_bing:"\u062F\u0631 \u062D\u0627\u0644 \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u0627\u0632 \u062A\u0631\u062C\u0645\u0647 \u0645\u0627\u06CC\u06A9\u0631\u0648\u0633\u0627\u0641\u062A \u0628\u0631\u0627\u06CC \u0635\u0641\u062D\u0647 \u0641\u0639\u0644\u06CC \u0647\u0633\u062A\u0645",touchShortcutsToggleTranslationMask:"\u062A\u0646\u0638\u06CC\u0645 \u0646\u0645\u0627\u06CC\u0634 \u0698\u0633\u062A \u0644\u0645\u0633\u06CC \u0628\u0631\u0627\u06CC \u0646\u0645\u0627\u06CC\u0634 \u0645\u062A\u0646 \u062A\u0631\u062C\u0645\u0647 / \u0646\u0645\u0627\u06CC\u0634 \u0645\u062A\u0646 \u0627\u0635\u0644\u06CC","browser.translateWithGemini":"\u0628\u0647 \u0637\u0648\u0631 \u0645\u0648\u0642\u062A \u0627\u0632 Gemini \u0628\u0631\u0627\u06CC \u062A\u0631\u062C\u0645\u0647 \u0635\u0641\u062D\u0647 \u0641\u0639\u0644\u06CC \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u06A9\u0646\u06CC\u062F","browser.toggleVideoSubtitlePreTranslation":"\u062A\u063A\u06CC\u06CC\u0631 \u0632\u06CC\u0631\u0646\u0648\u06CC\u0633 \u062F\u0648\u0632\u0628\u0627\u0646\u0647 \u0628\u0627 \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u0627\u0632 \u062A\u0646\u0638\u06CC\u0645\u0627\u062A \u062A\u0631\u062C\u0645\u0647 \u0641\u0631\u0648 \u0631\u0641\u062A\u0647 \u0627\u0648\u0644\u0648\u06CC\u062A \u062F\u0627\u0631\u062F",notLoginPro:"\u0634\u0645\u0627 \u0647\u0646\u0648\u0632 \u0628\u0647 \u062D\u0633\u0627\u0628 \u06A9\u0627\u0631\u0628\u0631\u06CC \u062E\u0648\u062F \u0648\u0627\u0631\u062F \u0646\u0634\u062F\u0647 \u0627\u06CC\u062F",touchShortcutsToggleTranslatePage:"\u0628\u0631\u0627\u06CC \u062A\u0631\u062C\u0645\u0647 \u0635\u0641\u062D\u0627\u062A \u0648\u0628 / \u0646\u0645\u0627\u06CC\u0634 \u0645\u062A\u0646 \u0627\u0635\u0644\u06CC \u060C \u062D\u0631\u06A9\u062A \u0647\u0627\u06CC \u0644\u0645\u0633\u06CC \u0631\u0627 \u062A\u0646\u0638\u06CC\u0645 \u06A9\u0646\u06CC\u062F",temprarilyChangeTranslationTo_google:"\u062F\u0631 \u062D\u0627\u0644 \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u0627\u0632 \u062A\u0631\u062C\u0645\u0647 \u06AF\u0648\u06AF\u0644 \u0628\u0631\u0627\u06CC \u0635\u0641\u062D\u0647 \u0641\u0639\u0644\u06CC \u0647\u0633\u062A\u0645","neverTranslateText.title":"\u0644\u0637\u0641\u0627\u064B \u06A9\u0644\u0645\u0627\u062A \u0632\u06CC\u0631 \u0631\u0627 \u0628\u0647 \u0635\u0648\u0631\u062A \u0627\u0635\u0644\u06CC \u062D\u0641\u0638 \u06A9\u0646\u06CC\u062F\u060C \u062A\u0631\u062C\u0645\u0647 \u0646\u06A9\u0646\u06CC\u062F.",touchShortcutsToggleTranslateTouchElement:"\u062A\u0646\u0638\u06CC\u0645 \u062D\u0631\u06A9\u062A \u0644\u0645\u0633\u06CC \u0635\u0641\u062D\u0647 \u0646\u0645\u0627\u06CC\u0634 \u0628\u0631\u0627\u06CC \u062A\u0631\u062C\u0645\u0647 \u067E\u0627\u0631\u0627\u06AF\u0631\u0627\u0641 \u0645\u0634\u062E\u0635","description.baiduField":"\u062D\u0648\u0632\u0647 \u0647\u0627\u06CC \u067E\u0634\u062A\u06CC\u0628\u0627\u0646\u06CC \u0634\u062F\u0647 \u0631\u0627 \u062F\u0631 <1>\u0627\u06CC\u0646\u062C\u0627 \u0628\u0628\u06CC\u0646\u06CC\u062F \u060C \u0627\u06AF\u0631 \u062E\u0627\u0644\u06CC \u0628\u0627\u0634\u062F \u0628\u0647 \u0645\u0639\u0646\u06CC \u0627\u06CC\u0646 \u0627\u0633\u062A \u06A9\u0647 \u062D\u0648\u0632\u0647 \u0627\u06CC \u0645\u0634\u062E\u0635 \u0646\u0634\u062F\u0647 \u0627\u0633\u062A",mouseHoverCustomKeyDescription:"\u0634\u0645\u0627 \u0645\u06CC \u062A\u0648\u0627\u0646\u06CC\u062F \u06CC\u06A9 \u0645\u06CC\u0627\u0646\u0628\u0631 \u062A\u0631\u06A9\u06CC\u0628\u06CC \u0633\u0641\u0627\u0631\u0634\u06CC \u0628\u0631\u0627\u06CC \u0645\u0648\u0633 \u0631\u0627 \u062A\u0639\u0631\u06CC\u0641 \u06A9\u0646\u06CC\u062F\u060C \u0645\u0627\u0646\u0646\u062F: Alt+Z\u060C Ctrl+E\u060C Cmd+Alt+E \u06CC\u0627 \u0641\u0642\u0637 Cmd\u060C \u0644\u0637\u0641\u0627 \u0628\u0647 \u0635\u0648\u0631\u062A \u062F\u0633\u062A\u06CC \u062F\u0627\u062E\u0644 \u06A9\u0646\u06CC\u062F.","floatBall.guideClickToTranslate":`\u0628\u0627 \u06A9\u0644\u06CC\u06A9 \u06A9\u0631\u062F\u0646 \u0628\u0631 \u0631\u0648\u06CC \u062A\u0648\u067E \u0634\u0646\u0627\u0648\u0631 \u062A\u0631\u062C\u0645\u0647 \u0641\u0648\u0631\u06CC + {env.imt_sub_trans_field}: Traducci\xF3n`,"subtitle.quickButton.cyan":"Azul","subtitle.quickButton.backgroundColor":"color de fondo","subtitle.quickButton.blue":"azul","subtitle.quickButton.translationTextColor":"Color de fuente de traducci\xF3n","subtitle.quickButton.translationPosition":"Posici\xF3n de traducci\xF3n","subtitle.quickButton.translationFontSize":"Tama\xF1o de fuente de traducci\xF3n","subtitle.quickButton.translationPositionBottom":"Debajo del texto original","subtitle.quickButton.sourceFontSize":"Tama\xF1o original de la fuente","subtitle.quickButton.green":"Verde","subtitle.quickButton.white":"blanco","subtitle.quickButton.red":"Rojo","subtitle.quickButton.magenta":"Magenta","translationServices.claude":"Claude","subtitle.quickButton.setting":"Configuraci\xF3n","subtitle.quickButton.yellow":"amarillo","subtitle.quickButton.backgroundOpacity":"Opacidad de fondo","subtitle.quickButton.black":"negro","subtitle.quickButton.sourceTextColor":"Color original de la fuente","subtitle.quickButton.translationPositionTop":"En la parte superior del texto original",attachSubtitleTranslating:"Usando {service} para traducir...","error.claude.403":"No tiene permiso para acceder al servicio, puede estar relacionado con las restricciones de \xE1rea de Claude, puede intentar cambiar su direcci\xF3n IP o usar otros servicios de traducci\xF3n.","browser.brandDescriptionForSafari":"\u3010Traducci\xF3n inmersiva\u3011Un complemento de traducci\xF3n de p\xE1ginas web biling\xFCe (original/traducci\xF3n) gratuito que tambi\xE9n soporta la traducci\xF3n de PDF y libros electr\xF3nicos EPUB manteniendo el formato original del documento, la traducci\xF3n de subt\xEDtulos biling\xFCes de videos en l\xEDnea como Youtube/Netflix, y soporta servicios de traducci\xF3n principales como Deepl/Google;","browser.PdfProFile":"AI impulsado por PDF Pro traducci\xF3n","browser.textTranslate":"Traducci\xF3n de texto"};var R4={nologin:"\u0648\u0627\u0631\u062F \u0646\u0634\u062F\u0647 \u0627\u06CC\u062F",loginForSafari:"\u0648\u0627\u0631\u062F \u0634\u0648\u06CC\u062F \u06CC\u0627 \u062B\u0628\u062A \u0646\u0627\u0645 \u06A9\u0646\u06CC\u062F",login:"\u767B\u5F55",manageAccount:"\u0645\u062F\u06CC\u0631\u06CC\u062A \u062D\u0633\u0627\u0628",openPremium:"\u0639\u0636\u0648\u06CC\u062A",logout:"\u062A\u0631\u06A9 \u06A9\u0631\u062F\u0646",curentPlan:"\u0628\u0633\u062A\u0647 \u0641\u0639\u0644\u06CC",endAt:"\u0628\u0644\u0648\u063A",endAuto:"\u062A\u0645\u062F\u06CC\u062F \u062E\u0648\u062F\u06A9\u0627\u0631",lineBreakMaxTextCount:"\u062D\u062F\u0627\u06A9\u062B\u0631 \u062A\u0639\u062F\u0627\u062F \u06A9\u0627\u0631\u0627\u06A9\u062A\u0631\u0647\u0627\u06CC \u0645\u062C\u0627\u0632 \u062F\u0631 \u0647\u0631 \u062C\u0645\u0644\u0647 \u067E\u0633 \u0627\u0632 \u0634\u06A9\u0633\u062A \u062E\u0637","translate-pdf":"\u0628\u0631\u0627\u06CC \u062A\u0631\u062C\u0645\u0647 PDF \u06A9\u0644\u06CC\u06A9 \u06A9\u0646\u06CC\u062F","noSupportTranslate-pdf":"\u0627\u0633\u06A9\u0631\u06CC\u067E\u062A \u067E\u0634\u062A\u06CC\u0628\u0627\u0646\u06CC \u0646\u0645\u06CC \u0634\u0648\u062F\u060C \u0644\u0637\u0641\u0627 \u0627\u0632 \u0627\u0641\u0632\u0648\u0646\u0647 \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u06A9\u0646\u06CC\u062F","translate-firefox-local-pdf":"\u0628\u0631\u0627\u06CC \u0628\u0627\u0631\u06AF\u06CC\u0631\u06CC PDF \u06A9\u0644\u06CC\u06A9 \u06A9\u0646\u06CC\u062F",enableLineBreak:"\u0641\u0639\u0627\u0644 \u06A9\u0631\u062F\u0646 \u0634\u06A9\u0633\u062A \u062E\u0637 \u062E\u0648\u062F\u06A9\u0627\u0631 \u0628\u0646\u062F \u0628\u0644\u0646\u062F",sponsorLabel:"\u062D\u0627\u0645\u06CC\u0627\u0646 \u062A\u0648\u0633\u0639\u0647\u200C\u062F\u0647\u0646\u062F\u06AF\u0627\u0646 \u0628\u0627 \u0634\u0631\u0648\u0639 \u0627\u0632 1 \u062F\u0644\u0627\u0631",help:"\u06A9\u0645\u06A9",browserShortcutsNoteForFirefox:"\u0628\u0631\u0627\u06CC \u062A\u063A\u06CC\u06CC\u0631 \u06A9\u0644\u06CC\u062F\u0647\u0627\u06CC \u0645\u06CC\u0627\u0646\u0628\u0631 \u062F\u0631 \u0645\u0631\u0648\u0631\u06AF\u0631 \u0641\u0627\u06CC\u0631\u0641\u0627\u06A9\u0633\u060C \u0628\u0627\u06CC\u062F \u0628\u0631\u06AF\u0647 \u0645\u062F\u06CC\u0631\u06CC\u062A \u0627\u0641\u0632\u0648\u0646\u0647\u200C\u0647\u0627 (about:addons) \u0631\u0627 \u0628\u0627\u0632 \u06A9\u0646\u06CC\u062F\u060C \u0633\u067E\u0633 \u0631\u0648\u06CC \xAB\u062A\u0646\u0638\u06CC\u0645\u0627\u062A\xBB \u06A9\u0644\u06CC\u06A9 \u06A9\u0646\u06CC\u062F \u0648 \u0633\u067E\u0633 \u0628\u0631\u0627\u06CC \u062A\u0646\u0638\u06CC\u0645 \u0631\u0648\u06CC \xAB\u0645\u062F\u06CC\u0631\u06CC\u062A \u06A9\u0644\u06CC\u062F\u0647\u0627\u06CC \u0645\u06CC\u0627\u0646\u0628\u0631\xBB \u06A9\u0644\u06CC\u06A9 \u06A9\u0646\u06CC\u062F",browserShortcutsNoteForChrome:"\u0628\u0631\u0627\u06CC \u0645\u0631\u0648\u0631\u06AF\u0631\u0647\u0627\u06CC Chrome \u0645\u0627\u0646\u0646\u062F\u060C \u0628\u0627\u06CC\u062F \u0628\u0631\u06AF\u0647 \u0645\u062F\u06CC\u0631\u06CC\u062A \u0627\u0641\u0632\u0648\u0646\u0647\u200C\u0647\u0627 \u0631\u0627 \u0628\u0631\u0627\u06CC \u062A\u063A\u06CC\u06CC\u0631 \u06A9\u0644\u06CC\u062F\u0647\u0627\u06CC \u0645\u06CC\u0627\u0646\u0628\u0631 \u0628\u0627\u0632 \u06A9\u0646\u06CC\u062F\u060C \u0622\u0646 \u0631\u0627 \u062F\u0631 \u062F\u0631\u06AF\u0627\u0647 \xAB\u0645\u062F\u06CC\u0631\u06CC\u062A \u06A9\u0644\u06CC\u062F\u0647\u0627\u06CC \u0645\u06CC\u0627\u0646\u0628\u0631\xBB (chrome://extensions/shortcuts) \u062A\u0646\u0638\u06CC\u0645 \u06A9\u0646\u06CC\u062F. \u0631\u0648\u06CC \u062F\u06A9\u0645\u0647 \u0632\u06CC\u0631 \u06A9\u0644\u06CC\u06A9 \u06A9\u0646\u06CC\u062F \u062A\u0627 \u0628\u0647 \u0628\u0631\u06AF\u0647 \u0645\u062F\u06CC\u0631\u06CC\u062A \u06A9\u0644\u06CC\u062F \u0645\u06CC\u0627\u0646\u0628\u0631 \u0628\u0631\u0648\u06CC\u062F.",browserShortcutsSucks:"\u0641\u0631\u0645\u062A \u06A9\u0644\u06CC\u062F \u0645\u06CC\u0627\u0646\u0628\u0631 \u0633\u0641\u0627\u0631\u0634\u06CC (\u0628\u062F\u0648\u0646 \u062A\u0634\u062E\u06CC\u0635 \u062E\u0648\u062F\u06A9\u0627\u0631\u060C \u0644\u0637\u0641\u0627 \u0645\u0633\u062A\u0642\u06CC\u0645\u0627 \u0648\u0627\u0631\u062F \u06A9\u0646\u06CC\u062F)\uFF1A\u0627\u0633\u062A",enableLineBreakDescription:"\u0648\u0642\u062A\u06CC \u0641\u0639\u0627\u0644 \u0628\u0627\u0634\u062F\u060C \u06CC\u06A9 \u0634\u06A9\u0633\u062A \u062E\u0637 \u062F\u0631 \u067E\u0627\u06CC\u0627\u0646 \u0647\u0631 \u062C\u0645\u0644\u0647 \u062F\u0631 \u06CC\u06A9 \u0628\u0646\u062F \u0628\u0644\u0646\u062F \u0628\u0631\u0627\u06CC \u062A\u0633\u0647\u06CC\u0644 \u062E\u0648\u0627\u0646\u062F\u0646 \u0627\u0639\u0645\u0627\u0644 \u0645\u06CC \u0634\u0648\u062F","browser.shortBrandName":"\u062A\u0631\u062C\u0645\u0647 \u0647\u0645\u0647\u062C\u0627\u0646\u0628\u0647","browser.brandName":"\u062A\u0631\u062C\u0645\u0647 \u0647\u0645\u0647\u200C\u062C\u0627\u0646\u0628\u0647","browser.brandDescription":"Web bilingual translation, completely free to use, supports Deepl/Google/Bing/Tencent/Youdao, etc.","browser.toggleTranslatePage":"\u062A\u0631\u062C\u0645\u0647 \u062A\u0627\u0631\u0646\u0645\u0627/\u0646\u0645\u0627\u06CC\u0634 \u0645\u062A\u0646 \u0627\u0635\u0644\u06CC","browser.toggleTranslateTheWholePage":"\u062A\u0631\u062C\u0645\u0647 \u062A\u0645\u0627\u0645 \u0628\u0631\u06AF\u0647/\u0646\u0645\u0627\u06CC\u0634 \u0645\u062A\u0646 \u0627\u0635\u0644\u06CC","browser.toggleOnlyTransation":"\u062A\u063A\u06CC\u06CC\u0631 \u0628\u0647 \u062D\u0627\u0644\u062A \u062F\u0648\u0632\u0628\u0627\u0646\u0647 / \u0641\u0642\u0637 \u0645\u062A\u0646 \u062A\u0631\u062C\u0645\u0647 \u0634\u062F\u0647","browser.toggleTranslateToThePageEndImmediately":"\u0627\u0632 \u0627\u0646\u062A\u0647\u0627\u06CC \u0628\u0631\u06AF\u0647 \u062A\u0631\u062C\u0645\u0647 \u06A9\u0646\u06CC\u062F/\u0646\u0645\u0627\u06CC\u0634 \u0645\u062A\u0646 \u0627\u0635\u0644\u06CC","browser.toggleTranslateTheMainPage":"\u062A\u0631\u062C\u0645\u0647 \u0642\u0633\u0645\u062A\u200C\u0647\u0627\u06CC \u0627\u0635\u0644\u06CC \u0628\u0631\u06AF\u0647/\u0646\u0645\u0627\u06CC\u0634 \u0645\u062A\u0646 \u0627\u0635\u0644\u06CC","browser.shareToDraft":"\u0627\u0634\u062A\u0631\u0627\u06A9\u200C\u06AF\u0630\u0627\u0631\u06CC \u0635\u0641\u062D\u0647 \u062F\u0648\u0632\u0628\u0627\u0646\u0647","browser.openOptionsPage":"\u0628\u0631\u06AF\u0647 \u062A\u0646\u0638\u06CC\u0645\u0627\u062A \u0631\u0627 \u0628\u0627\u0632 \u06A9\u0646\u06CC\u062F","browser.toggleTranslationMask":"\u0646\u0645\u0627\u06CC\u0634/\u067E\u0646\u0647\u0627\u0646 \u06A9\u0631\u062F\u0646 \u062C\u0644\u0648\u0647 \u062A\u0627\u0631\u06CC \u062A\u0631\u062C\u0645\u0647","browser.translateLocalPdfFile":"\u062A\u0631\u062C\u0645\u0647 \u067E\u0631\u0648\u0646\u062F\u0647 PDF \u0645\u062D\u0644\u06CC","browser.openEbookViewer":"\u06A9\u062A\u0627\u0628 \u0647\u0627\u06CC \u0627\u0644\u06A9\u062A\u0631\u0648\u0646\u06CC\u06A9\u06CC \u0645\u062D\u0644\u06CC \u0631\u0627 \u0628\u062E\u0648\u0627\u0646\u06CC\u062F","browser.openEbookBuilder":"\u06A9\u062A\u0627\u0628 \u0647\u0627\u06CC \u0627\u0644\u06A9\u062A\u0631\u0648\u0646\u06CC\u06A9\u06CC \u062F\u0648 \u0632\u0628\u0627\u0646\u0647 EPUB \u0627\u06CC\u062C\u0627\u062F \u06A9\u0646\u06CC\u062F","browser.translateLocalHtmlFile":"\u7FFB\u8BD1\u672C\u5730 HTML \u6587\u4EF6","browser.donateContext":"\u0628\u0627 \u0645\u0632\u0627\u06CC\u0627\u06CC \u062D\u0645\u0627\u06CC\u062A \u0645\u0627\u0644\u06CC \u0622\u0634\u0646\u0627 \u0634\u0648\u06CC\u062F","browser.translateLocalSubtitleFile":"\u0641\u0627\u06CC\u0644 \u0647\u0627\u06CC \u0632\u06CC\u0631\u0646\u0648\u06CC\u0633 \u0645\u062D\u0644\u06CC \u0631\u0627 \u062A\u0631\u062C\u0645\u0647 \u06A9\u0646\u06CC\u062F",confirmResetConfig:"\u0622\u06CC\u0627 \u0645\u0637\u0645\u0626\u0646 \u0647\u0633\u062A\u06CC\u062F \u06A9\u0647 \u0645\u06CC\u200C\u062E\u0648\u0627\u0647\u06CC\u062F \u062A\u0646\u0638\u06CC\u0645\u0627\u062A \u0631\u0627 \u0628\u0627\u0632\u0646\u0634\u0627\u0646\u06CC \u06A9\u0646\u06CC\u062F\u061F",translationLineBreakSettingTitle:"\u062A\u0646\u0638\u06CC\u0645\u0627\u062A \u0628\u0633\u062A\u0647 \u0628\u0646\u062F\u06CC \u062E\u0637 \u062A\u0631\u062C\u0645\u0647",smartLineBreak:"\u0628\u0633\u062A\u0647 \u0628\u0646\u062F\u06CC \u062E\u0637 \u0647\u0648\u0634\u0645\u0646\u062F",alwaysLineBreak:"\u0647\u0645\u06CC\u0634\u0647 \u0628\u067E\u06CC\u0686\u06CC\u062F",isShowContextMenu:"\u521B\u5EFA\u53F3\u952E\u83DC\u5355",toggleBeta:"\u0648\u06CC\u0698\u06AF\u06CC \u0647\u0627\u06CC \u0622\u0632\u0645\u0627\u06CC\u0634 \u0628\u062A\u0627 \u0631\u0627 \u0641\u0639\u0627\u0644 \u06A9\u0646\u06CC\u062F",betaDescription:"\u0648\u06CC\u0698\u06AF\u06CC\u200C\u0647\u0627\u06CC\u06CC \u0631\u0627 \u06A9\u0647 \u0647\u0646\u0648\u0632 \u0622\u0632\u0645\u0627\u06CC\u0634\u06CC \u0647\u0633\u062A\u0646\u062F \u0648 \u0647\u0645\u0686\u0646\u06CC\u0646 \u062E\u062F\u0645\u0627\u062A \u062A\u0631\u062C\u0645\u0647 \u0631\u0627 \u062F\u0631 \u0622\u0632\u0645\u0627\u06CC\u0634 \u0641\u0639\u0627\u0644 \u06A9\u0646\u06CC\u062F. \u0639\u0636\u0648<1>\u06AF\u0631\u0648\u0647 \u062A\u0644\u06AF\u0631\u0627\u0645 \u0634\u0648\u06CC\u062F \u0628\u06CC\u0634\u062A\u0631 \u0628\u062F\u0627\u0646\u06CC\u062F.",translationLineBreakSettingDescription:"\u5BF9\u4E8E\u8BD1\u6587\u7684\u4F4D\u7F6E\uFF1A\u603B\u662F\u6362\u884C/\u667A\u80FD\u6362\u884C\uFF08\u5F53\u6BB5\u843D\u591A\u4E8E{count}\u4E2A\u5B57\u7B26\u624D\u6362\u884C\u663E\u793A\u8BD1\u6587\uFF09",tempTranslateDomainTitle:"\u0686\u0647 \u0645\u062F\u062A \u0628\u0631\u0627\u06CC \u0641\u0639\u0627\u0644 \u06A9\u0631\u062F\u0646 \u0645\u0648\u0642\u062A \u062A\u0631\u062C\u0645\u0647 \u0648\u0628 \u0633\u0627\u06CC\u062A",tempTranslateDomainDescription:"\u5F53\u624B\u52A8\u7FFB\u8BD1\u67D0\u4E2A\u7F51\u9875\u7684\u65F6\u5019\uFF0C\u4E34\u65F6\u5F00\u542F\u8BE5\u7F51\u7AD9\u4E3A\u81EA\u52A8\u7FFB\u8BD1",xMinutes:"{count} \u062F\u0642\u06CC\u0642\u0647",disabled:"\u063A\u06CC\u0631 \u0641\u0639\u0627\u0644 \u06A9\u0631\u062F\u0646",changelog:"\u062A\u063A\u06CC\u06CC\u0631 \u06AF\u0632\u0627\u0631\u0634",toggleTranslatePageWhenThreeFingersOnTheScreen:"\u0628\u0631\u0627\u06CC \u062A\u0631\u062C\u0645\u0647 \u0635\u0641\u062D\u0647 \u0648\u0628/\u0646\u0645\u0627\u06CC\u0634 \u0645\u062A\u0646 \u0627\u0635\u0644\u06CC\u060C \u0647\u0645\u0632\u0645\u0627\u0646 \u0628\u0627 \u0686\u0646\u062F\u06CC\u0646 \u0627\u0646\u06AF\u0634\u062A \u0635\u0641\u062D\u0647 \u0631\u0627 \u0644\u0645\u0633 \u06A9\u0646\u06CC\u062F",toggleTranslationMaskWhenThreeFingersOnTheScreen:"\u0686\u0646\u062F\u06CC\u0646 \u0627\u0646\u06AF\u0634\u062A \u0631\u0627 \u0628\u0647 \u0637\u0648\u0631 \u0647\u0645\u0632\u0645\u0627\u0646 \u0644\u0645\u0633 \u06A9\u0646\u06CC\u062F \u062A\u0627 \u062C\u0644\u0648\u0647 \u062A\u0627\u0631\u06CC \u062A\u0631\u062C\u0645\u0647 \u0646\u0634\u0627\u0646 \u062F\u0627\u062F\u0647 \u06CC\u0627 \u067E\u0646\u0647\u0627\u0646 \u0634\u0648\u062F",fingerCountToToggleTranslagePageOnlyTranslationWhenTouching:"\u0628\u0631\u0627\u06CC \u062A\u0631\u062C\u0645\u0647 \u0635\u0641\u062D\u0647 \u0648\u0628 (\u0641\u0642\u0637 \u062A\u0631\u062C\u0645\u0647)/\u0646\u0645\u0627\u06CC\u0634 \u0645\u062A\u0646 \u0627\u0635\u0644\u06CC \u0628\u0627 \u0686\u0646\u062F\u06CC\u0646 \u0627\u0646\u06AF\u0634\u062A \u0647\u0645\u0632\u0645\u0627\u0646 \u0635\u0641\u062D\u0647 \u0631\u0627 \u0644\u0645\u0633 \u06A9\u0646\u06CC\u062F",addUrlDescription:"\u0627\u06CC\u0646 \u0645\u06CC \u062A\u0648\u0627\u0646\u062F \u06CC\u06A9 \u0646\u0627\u0645 \u062F\u0627\u0645\u0646\u0647 \u0628\u0627\u0634\u062F \u0648 \u0627\u0632 \u062D\u0631\u0648\u0641 \u0639\u0627\u0645 \u067E\u0634\u062A\u06CC\u0628\u0627\u0646\u06CC \u0645\u06CC \u06A9\u0646\u062F\u060C \u0645\u0627\u0646\u0646\u062F\uFF1A*.google.com\u060C google.com/mail/*\u060C https://www.google.com/*",general:"\u062A\u0646\u0638\u06CC\u0645\u0627\u062A \u067E\u0627\u06CC\u0647",clickToExpandConfig:"\u06AF\u0633\u062A\u0631\u0634 \u067E\u06CC\u06A9\u0631\u0628\u0646\u062F\u06CC \u0641\u0639\u0644\u06CC",import:"\u4ECE\u6587\u4EF6\u5BFC\u5165\u914D\u7F6E",export:"\u0635\u0627\u062F\u0631\u0627\u062A \u0628\u0647 \u0641\u0627\u06CC\u0644",toggleDebug:"\u06AF\u0632\u0627\u0631\u0634 \u0647\u0627\u06CC \u0627\u0634\u06A9\u0627\u0644 \u0632\u062F\u0627\u06CC\u06CC \u0631\u0627 \u0631\u0648\u06CC \u06A9\u0646\u0633\u0648\u0644 \u0686\u0627\u067E \u06A9\u0646\u06CC\u062F","fingers.0":"\u0628\u0633\u062A\u0647","fingers.2":"\u0644\u0645\u0633 \u062F\u0648 \u0627\u0646\u06AF\u0634\u062A\u06CC","fingers.3":"\u0644\u0645\u0633 \u0633\u0647 \u0627\u0646\u06AF\u0634\u062A","fingers.4":"\u0644\u0645\u0633 \u0686\u0647\u0627\u0631 \u0627\u0646\u06AF\u0634\u062A","fingers.5":"\u0644\u0645\u0633 \u067E\u0646\u062C \u0627\u0646\u06AF\u0634\u062A",mouseHoldKey:"+ {key} \u0627\u06CC\u0646 \u067E\u0627\u0631\u0627\u06AF\u0631\u0627\u0641 \u0631\u0627 \u062A\u0631\u062C\u0645\u0647/\u0628\u0627\u0632\u06CC\u0627\u0628\u06CC \u06A9\u0646\u06CC\u062F",mouseHoldKeyAuto:"\u0627\u06CC\u0646 \u067E\u0627\u0631\u0627\u06AF\u0631\u0627\u0641 \u0631\u0627 \u0645\u0633\u062A\u0642\u06CC\u0645\u0627\u064B \u062A\u0631\u062C\u0645\u0647 \u06A9\u0646\u06CC\u062F",mouseHoldKeyOff:"\u0647\u06CC\u0686 \u06A9\u0627\u0631\u06CC \u0646\u06A9\u0646",mouseHoldKeyOther:"\u06A9\u0644\u06CC\u062F\u0647\u0627\u06CC \u0645\u06CC\u0627\u0646\u0628\u0631 \u0633\u0641\u0627\u0631\u0634\u06CC (\u062A\u0646\u0638\u06CC\u0645\u0627\u062A \u0628\u0627\u0632)",mouseHoldKeyCustomKey:"0 \u0627\u06CC\u0646 \u067E\u0627\u0631\u0627\u06AF\u0631\u0627\u0641 \u0631\u0627 {key} / \u0628\u0627\u0632\u06CC\u0627\u0628\u06CC \u06A9\u0646\u06CC\u062F",mouseHoverHoldKey:"\u0645\u0627\u0648\u0633 \u0631\u0627 \u0646\u06AF\u0647 \u062F\u0627\u0631\u06CC\u062F \u0648 \u06A9\u0644\u06CC\u062F \u0645\u06CC\u0627\u0646\u0628\u0631 \u0631\u0627 \u0641\u0634\u0627\u0631 \u062F\u0647\u06CC\u062F \u062A\u0627 \u067E\u0627\u0631\u0627\u06AF\u0631\u0627\u0641 \u062A\u0631\u062C\u0645\u0647 \u0634\u0648\u062F","mouse-translate":"MouseTranslateWhen",document:"\u0633\u0646\u062F",resetSuccess:"\u0647\u0645\u0647 \u062A\u0646\u0638\u06CC\u0645\u0627\u062A \u0628\u0627 \u0645\u0648\u0641\u0642\u06CC\u062A \u0628\u0627\u0632\u0646\u0634\u0627\u0646\u06CC \u0634\u062F",resetThisSuccess:"\u0628\u0627\u0632\u0646\u0634\u0627\u0646\u06CC \u0628\u0627 \u0645\u0648\u0641\u0642\u06CC\u062A \u0627\u0646\u062C\u0627\u0645 \u0634\u062F",saved:"\u0628\u0627 \u0645\u0648\u0641\u0642\u06CC\u062A \u0630\u062E\u06CC\u0631\u0647 \u0634\u062F",successImportConfig:"\u067E\u06CC\u06A9\u0631\u0628\u0646\u062F\u06CC \u0628\u0627 \u0645\u0648\u0641\u0642\u06CC\u062A \u0648\u0627\u0631\u062F \u0634\u062F",goAdvancedSettings:"\u0628\u0647 \u0635\u0641\u062D\u0647 \u062A\u0646\u0638\u06CC\u0645\u0627\u062A \u067E\u06CC\u0634\u0631\u0641\u062A\u0647 \u0628\u0631\u0648\u06CC\u062F",goAdvancedInterfaceSettings:"\u0628\u0647 \u0635\u0641\u062D\u0647 \u062A\u0646\u0638\u06CC\u0645\u0627\u062A \u0633\u0641\u0627\u0631\u0634\u06CC \u0633\u0627\u0632\u06CC \u067E\u06CC\u0634\u0631\u0641\u062A\u0647 \u0628\u0631\u0648\u06CC\u062F",advanced:"\u062A\u0646\u0638\u06CC\u0645\u0627\u062A \u067E\u06CC\u0634\u0631\u0641\u062A\u0647",advancedDescription:"\u0628\u0647 \u0637\u0648\u0631 \u06A9\u0644\u06CC\u060C \u0647\u06CC\u0686 \u062A\u0646\u0638\u06CC\u0645\u06CC \u0644\u0627\u0632\u0645 \u0646\u06CC\u0633\u062A\u060C \u0641\u0642\u0637 \u067E\u06CC\u0634 \u0641\u0631\u0636 \u0631\u0627 \u062D\u0641\u0638 \u06A9\u0646\u06CC\u062F. \u0641\u0642\u0637 \u0628\u0631\u0627\u06CC \u06A9\u0627\u0631\u0628\u0631\u0627\u0646 \u062D\u0631\u0641\u0647 \u0627\u06CC \u062A\u0631\u060C \u062A\u0646\u0638\u06CC\u0645\u0627\u062A \u0634\u062E\u0635\u06CC \u062A\u0631 \u0627\u0631\u0627\u0626\u0647 \u0634\u062F\u0647 \u0627\u0633\u062A.",developer:"\u062A\u0646\u0638\u06CC\u0645\u0627\u062A \u0628\u0631\u0646\u0627\u0645\u0647 \u0646\u0648\u06CC\u0633",donateCafe:"\u8BF7\u5F00\u53D1\u8005\u559D\u676F\u5496\u5561","translate to the bottom of the page":"\u6253\u5F00\u7F51\u9875\u540E\uFF0C\u662F\u5426\u7ACB\u5373\u7FFB\u8BD1\u5230\u9875\u9762\u5E95\u90E8\uFF1F",feedback:"\u0628\u0627\u0632\u062E\u0648\u0631\u062F",toggleTranslatePage:"\u062A\u0631\u062C\u0645\u0647 \u0635\u0641\u062D\u0647 \u0648\u0628/\u0646\u0645\u0627\u06CC\u0634 \u0645\u062A\u0646 \u0627\u0635\u0644\u06CC",translateToThePageEndImmediatelyDescription:"\u5F00\u542F\u540E\uFF0C\u5C06\u4F1A\u7ACB\u5373\u7FFB\u8BD1\u7F51\u9875\u4ECE\u9876\u90E8\u5230\u5E95\u90E8\u7684\u5185\u5BB9\uFF0C\u800C\u4E0D\u662F\u8FB9\u770B\u8FB9\u8BD1\u3002\uFF08\u4E0D\u63A8\u8350\u5F00\u542F\uFF09","translate all areas of the page":"\u0622\u06CC\u0627 \u0628\u0631\u0627\u06CC \u062A\u0631\u062C\u0645\u0647 \u0647\u0645\u0647 \u0642\u0633\u0645\u062A \u0647\u0627\u06CC \u0635\u0641\u062D\u0647 \u0648\u0628",translationAreaDescription:"\u5F00\u542F\u540E\uFF0C\u6574\u4E2A\u7F51\u9875\u7684\u533A\u57DF\u90FD\u4F1A\u88AB\u7FFB\u8BD1\uFF0C\u800C\u4E0D\u662F\u9ED8\u8BA4\u7684\u667A\u80FD\u8BC6\u522B\u4E3B\u8981\u533A\u57DF\u53BB\u7FFB\u8BD1\uFF08\u4E0D\u63A8\u8350\u5F00\u542F\uFF09","the number of characters to be translated first":"\u524D\u591A\u5C11\u4E2A\u5B57\u7B26\u65E0\u9700\u7B49\u5F85\u6EDA\u52A8\u5230\u53EF\u89C6\u533A\u57DF\uFF0C\u76F4\u63A5\u7FFB\u8BD1\uFF1F","interface language":"\u0632\u0628\u0627\u0646 \u0631\u0627\u0628\u0637","display both the original text and the translation":"\u0646\u0645\u0627\u06CC\u0634 \u0645\u062A\u0646 \u0627\u0635\u0644\u06CC \u0648 \u062A\u0631\u062C\u0645\u0647 \u0628\u0647 \u0637\u0648\u0631 \u0647\u0645\u0632\u0645\u0627\u0646","keyboard shortcuts":"\u0645\u06CC\u0627\u0646\u0628\u0631\u0647\u0627\u06CC \u0635\u0641\u062D\u0647 \u06A9\u0644\u06CC\u062F",modify:"\u06A9\u0644\u06CC\u062F\u0647\u0627\u06CC \u0645\u06CC\u0627\u0646\u0628\u0631 \u0631\u0627 \u062A\u063A\u06CC\u06CC\u0631 \u062F\u0647\u06CC\u062F",reset:"\u062A\u0646\u0638\u06CC\u0645 \u0645\u062C\u062F\u062F",close:"\u0628\u0633\u062A\u0647",homepage:"\u0635\u0641\u062D\u0647 \u0646\u062E\u0633\u062A",more:"\u0628\u06CC\u0634\u062A\u0631",moreOptions:"\u06AF\u0632\u06CC\u0646\u0647 \u0647\u0627\u06CC \u0633\u0641\u0627\u0631\u0634\u06CC \u0633\u0627\u0632\u06CC \u0628\u06CC\u0634\u062A\u0631\u06CC \u0631\u0627 \u06AF\u0633\u062A\u0631\u0634 \u062F\u0647\u06CC\u062F",translateTheWholePage:"\u062A\u0631\u062C\u0645\u0647 \u062A\u0645\u0627\u0645 \u0642\u0633\u0645\u062A\u200C\u0647\u0627\u06CC \u0635\u0641\u062D\u0647 (\u0645\u062A\u0641\u0627\u0648\u062A \u0627\u0632 \u0642\u0633\u0645\u062A\u200C\u0647\u0627\u06CC \u0627\u0635\u0644\u06CC \u062A\u0634\u062E\u06CC\u0635 \u0647\u0648\u0634\u0645\u0646\u062F)",changeToTranslateTheWholePage:"\u5207\u6362\u4E3A\u7FFB\u8BD1\u9875\u9762\u6240\u6709\u533A\u57DF",changeToTranslateTheMainPage:"\u5207\u6362\u4E3A\u667A\u80FD\u7FFB\u8BD1\u4E3B\u8981\u533A\u57DF",changeToOnlyTranslationMode:"\u0628\u0647 \u0646\u0645\u0627\u06CC\u0634 \u0641\u0642\u0637 \u062A\u0631\u062C\u0645\u0647 \u0647\u0627 \u0628\u0631\u0648\u06CC\u062F",changeToDualTranslationMode:"\u0628\u0647 \u062A\u0631\u062C\u0645\u0647 \u062F\u0648 \u0632\u0628\u0627\u0646\u0647 \u0628\u0631\u0648\u06CC\u062F",translateToThePageEndImmediately:"\u7ACB\u5373\u7FFB\u8BD1\u5230\u9875\u9762\u5E95\u90E8\uFF08\u533A\u522B\u4E8E\u6EDA\u52A8\u7FFB\u8BD1\uFF09",translateTheMainPage:"\u0632\u0645\u06CC\u0646\u0647 \u0647\u0627\u06CC \u0627\u0635\u0644\u06CC \u062A\u0631\u062C\u0645\u0647 \u0647\u0648\u0634\u0645\u0646\u062F","The local rules are up to date":"\u0642\u0648\u0627\u0646\u06CC\u0646 \u0633\u0627\u0632\u06AF\u0627\u0631\u06CC \u0645\u062D\u0644\u06CC \u0628\u0647 \u0631\u0648\u0632 \u0647\u0633\u062A\u0646\u062F:","Successfully synchronized with the latest official rules:":"\u0622\u062E\u0631\u06CC\u0646 \u0642\u0648\u0627\u0646\u06CC\u0646 \u0627\u0646\u0637\u0628\u0627\u0642 \u0631\u0633\u0645\u06CC \u0628\u0627 \u0645\u0648\u0641\u0642\u06CC\u062A \u0647\u0645\u06AF\u0627\u0645 \u0633\u0627\u0632\u06CC \u0634\u062F:","Checking for updates":"\u0628\u0631\u0631\u0633\u06CC \u0628\u0647 \u0631\u0648\u0632 \u0631\u0633\u0627\u0646\u06CC","Rules are being synchronized":"\u0647\u0645\u06AF\u0627\u0645 \u0633\u0627\u0632\u06CC \u0642\u0648\u0627\u0646\u06CC\u0646 \u0633\u0627\u0632\u06AF\u0627\u0631\u06CC",localVersionIsTooOld:"\u672C\u5730\u6269\u5C55\u7248\u672C\u8FC7\u65E7\uFF0C\u8BF7\u5347\u7EA7\u6269\u5C55\u5230 {minVersion} \u6216\u4E4B\u540E\u7684\u7248\u672C\u518D\u5C1D\u8BD5\u540C\u6B65",badUserscriptBrowser:"\u8BE5\u6D4F\u89C8\u5668\u672A\u6B63\u786E\u5B9E\u73B0\u6CB9\u7334\u7684\u63A5\u53E3\uFF0C\u8BF7\u4F7F\u7528\u5176\u4ED6<1>\u652F\u6301\u6CB9\u7334\u7684\u6D4F\u89C8\u5668\u5982(Firefox Nightly \u7248\u672C)",foundNewVersion:"\u0646\u0633\u062E\u0647 \u062C\u062F\u06CC\u062F \u067E\u06CC\u062F\u0627 \u0634\u062F",theLocalExtensionIsUpToUpdate:"\u0627\u0641\u0632\u0648\u0646\u0647 \u0641\u0639\u0644\u06CC \u0622\u062E\u0631\u06CC\u0646 \u0646\u0633\u062E\u0647 \u0627\u0633\u062A.",failToSyncRules:"\u0647\u0645\u06AF\u0627\u0645 \u0633\u0627\u0632\u06CC \u0622\u062E\u0631\u06CC\u0646 \u0642\u0648\u0627\u0646\u06CC\u0646 \u0627\u0646\u0637\u0628\u0627\u0642 \u0627\u0646\u062C\u0627\u0645 \u0646\u0634\u062F",retry:"\u062C\u0647\u062A \u062A\u0644\u0627\u0634 \u062F\u0648\u0628\u0627\u0631\u0647 \u0627\u06CC\u0646\u062C\u0627 \u06A9\u0644\u06CC\u06A9 \u06A9\u0646\u06CC\u062F",failedReason:"\u062F\u0644\u06CC\u0644 \u0634\u06A9\u0633\u062A",currentRuleVersion:"\u0646\u0633\u062E\u0647 \u0642\u0627\u0646\u0648\u0646 \u0641\u0639\u0644\u06CC",calculating:"\u062F\u0631 \u062D\u0627\u0644 \u0645\u062D\u0627\u0633\u0628\u0647",unknownError:"\u0627\u0634\u062A\u0628\u0627\u0647 \u0646\u0627\u0634\u0646\u0627\u062E\u062A\u0647",canNotFetchRemoteRule:"\u0646\u0645\u06CC \u062A\u0648\u0627\u0646 \u0642\u0648\u0627\u0646\u06CC\u0646 \u0631\u0627\u0647 \u062F\u0648\u0631 \u0631\u0627 \u062F\u0631\u06CC\u0627\u0641\u062A \u06A9\u0631\u062F",enableAlphaSuccess:"\u062A\u0627\u0628\u0639 \u0622\u0644\u0641\u0627 \u0631\u0648\u0634\u0646 \u0634\u062F",disableAlphaSuccess:"\u0648\u06CC\u0698\u06AF\u06CC \u0622\u0644\u0641\u0627 \u062E\u0627\u0645\u0648\u0634 \u0634\u062F",cacheSize:"\u0627\u0646\u062F\u0627\u0632\u0647 \u06A9\u0634\uFF1A",cleaning:"\u062A\u0645\u06CC\u0632 \u06A9\u0631\u062F\u0646",cleanCache:"\u067E\u0627\u06A9 \u06A9\u0631\u062F\u0646 \u062D\u0627\u0641\u0638\u0647 \u067E\u0646\u0647\u0627\u0646",options:"\u0628\u0631\u067E\u0627\u06CC\u06CC",about:"\u062F\u0631 \u0628\u0627\u0631\u0647",service:"\u062E\u062F\u0645\u0627\u062A \u062A\u0631\u062C\u0645\u0647",needAction:"(\u0628\u0647 \u062A\u0646\u0638\u06CC\u0645\u0627\u062A \u0628\u0631\u0648\u06CC\u062F)",goSettings:"\u0628\u0647 \u062A\u0646\u0638\u06CC\u0645\u0627\u062A \u0628\u0631\u0648\u06CC\u062F",needActionForOptions:"(\u0646\u06CC\u0627\u0632 \u0628\u0647 \u062A\u0646\u0638\u06CC\u0645)",translationEngine:"\u06AF\u0632\u06CC\u0646\u0647 \u0647\u0627\u06CC \u0645\u0648\u062A\u0648\u0631",sourceLanguage:"\u0632\u0628\u0627\u0646 \u0627\u0635\u0644\u06CC",target:"\u0632\u0628\u0627\u0646 \u0645\u0642\u0635\u062F",popupSourceLanguage:"\u0632\u0628\u0627\u0646 \u0627\u0635\u0644\u06CC",popupTarget:"\u0632\u0628\u0627\u0646 \u0645\u0642\u0635\u062F",popupService:"\u062E\u062F\u0645\u0627\u062A \u062A\u0631\u062C\u0645\u0647",forThisSite:"\u0648\u0628 \u0633\u0627\u06CC\u062A \u0641\u0639\u0644\u06CC",autoEnableSubtitle:"\u0632\u06CC\u0631\u0646\u0648\u06CC\u0633\u200C\u0647\u0627\u06CC \u062F\u0648\u0632\u0628\u0627\u0646\u0647 \u0631\u0627 \u0628\u0647\u200C\u0637\u0648\u0631 \u062E\u0648\u062F\u06A9\u0627\u0631 \u0631\u0648\u0634\u0646 \u06A9\u0646\u06CC\u062F",alwaysTranslateSomeLanguage:"\u603B\u662F\u7FFB\u8BD1{language}",neverTranslateSomeLanguage:"\u6C38\u4E0D\u7FFB\u8BD1{language}",alwaysTranslateSomeSite:"\u0647\u0645\u06CC\u0634\u0647 {hostname}\u0631\u0627 \u062A\u0631\u062C\u0645\u0647 \u06A9\u0646\u06CC\u062F",neverTranslateSomeSite:"\u0647\u0631\u06AF\u0632 {hostname}\u0631\u0627 \u062A\u0631\u062C\u0645\u0647 \u0646\u06A9\u0646\u06CC\u062F",alwaysTranslateSomeSiteOrWildSite:"\u0647\u0645\u06CC\u0634\u0647 \u0627\u06CC\u0646 \u0633\u0627\u06CC\u062A \u0631\u0627 \u062A\u0631\u062C\u0645\u0647 \u06A9\u0646\u06CC\u062F",alwaysTranslateSomePage:"\u0647\u0645\u06CC\u0634\u0647 \u0627\u06CC\u0646 \u0635\u0641\u062D\u0647 \u0631\u0627 \u062A\u0631\u062C\u0645\u0647 \u06A9\u0646\u06CC\u062F",add:"\u0627\u0636\u0627\u0641\u0647 \u06A9\u0631\u062F\u0646 \u0628\u0647",default:"\u067E\u06CC\u0634 \u0641\u0631\u0636",forThisLanguage:"\u0628\u0631\u0627\u06CC \u0627\u06CC\u0646 \u0632\u0628\u0627\u0646\uFF1A","add url":"\u0622\u062F\u0631\u0633 \u0627\u06CC\u0646\u062A\u0631\u0646\u062A\u06CC \u0631\u0627 \u0648\u0627\u0631\u062F \u06A9\u0646\u06CC\u062F",edit:"\u0648\u06CC\u0631\u0627\u06CC\u0634 \u06A9\u0646\u06CC\u062F","translate other languages into specific language":"\u0632\u0628\u0627\u0646 \u0647\u0627\u06CC \u062F\u06CC\u06AF\u0631 \u0631\u0627 \u0628\u0647 \u0632\u0628\u0627\u0646\u06CC \u06A9\u0647 \u062A\u0646\u0638\u06CC\u0645 \u06A9\u0631\u062F\u0647 \u0627\u06CC\u062F \u062A\u0631\u062C\u0645\u0647 \u06A9\u0646\u06CC\u062F","select translation service":"\u062E\u062F\u0645\u0627\u062A \u062A\u0631\u062C\u0645\u0647 \u0631\u0627 \u0627\u0646\u062A\u062E\u0627\u0628 \u06A9\u0646\u06CC\u062F",language:"\u0632\u0628\u0627\u0646","show-original":"\u0646\u0645\u0627\u06CC\u0634 \u0645\u062A\u0646 \u0627\u0635\u0644\u06CC",translate:"\u062A\u0631\u062C\u0645\u0647 \u06A9\u0631\u062F\u0646",Translated:"\u062A\u0631\u062C\u0645\u0647 \u0634\u062F\u0647",Translating:"\u062F\u0631 \u062D\u0627\u0644 \u062A\u0631\u062C\u0645\u0647",Error:"\u0627\u0634\u062A\u0628\u0627\u0647",allowCacheTranslations:"\u0641\u0639\u0627\u0644 \u06A9\u0631\u062F\u0646 \u062D\u0627\u0641\u0638\u0647 \u067E\u0646\u0647\u0627\u0646 \u062A\u0631\u062C\u0645\u0647 \u0645\u062D\u0644\u06CC (\u0628\u0631\u0627\u06CC \u06A9\u0627\u0647\u0634 \u062F\u0631\u062E\u0648\u0627\u0633\u062A \u0647\u0627\u06CC \u062A\u0631\u062C\u0645\u0647 \u0628\u0631\u0627\u06CC \u067E\u0627\u0631\u0627\u06AF\u0631\u0627\u0641 \u0647\u0627\u06CC \u062A\u06A9\u0631\u0627\u0631\u06CC)","translation display":"\u0633\u0628\u06A9 \u0646\u0645\u0627\u06CC\u0634 \u062A\u0631\u062C\u0645\u0647","select diplay style":"\u0633\u0628\u06A9 \u062A\u0631\u062C\u0645\u0647 \u0631\u0627 \u0645\u062A\u0645\u0627\u06CC\u0632 \u06A9\u0646\u06CC\u062F. \u0644\u0637\u0641\u0627\u064B \u0628\u0631\u0627\u06CC \u062C\u0632\u0626\u06CC\u0627\u062A \u0628\u06CC\u0634\u062A\u0631 \u0628\u0647 \u0645\u062B\u0627\u0644 \u0647\u0627\u06CC \u0632\u06CC\u0631 \u0645\u0631\u0627\u062C\u0639\u0647 \u06A9\u0646\u06CC\u062F:",interface:"\u062A\u0646\u0638\u06CC\u0645\u0627\u062A \u0631\u0627\u0628\u0637",import_export:"\u0648\u0627\u0631\u062F\u0627\u062A \u0648 \u0635\u0627\u062F\u0631\u0627\u062A",import_export_title:"\u067E\u06CC\u06A9\u0631\u0628\u0646\u062F\u06CC \u0648\u0627\u0631\u062F\u0627\u062A/\u0635\u0627\u062F\u0631\u0627\u062A",syncToGoogleDrive:"\u0627\u06A9\u0646\u0648\u0646 \u0628\u0627 Google Drive \u0647\u0645\u06AF\u0627\u0645 \u0633\u0627\u0632\u06CC \u06A9\u0646\u06CC\u062F",floatBallOptions:"\u062A\u0646\u0638\u06CC\u0645\u0627\u062A \u062A\u0648\u067E \u0645\u0639\u0644\u0642","floatBallOptions.enable":"\u062A\u0648\u067E \u0634\u0646\u0627\u0648\u0631 \u0631\u0627 \u0641\u0639\u0627\u0644 \u06A9\u0646\u06CC\u062F","floatBallOptions.blockUrls":"\u0648\u0628 \u0633\u0627\u06CC\u062A \u0631\u0627 \u063A\u06CC\u0631 \u0641\u0639\u0627\u0644 \u06A9\u0646\u06CC\u062F","floatBallOptions.add":"\u0627\u0636\u0627\u0641\u0647 \u06A9\u0631\u062F\u0646 \u0628\u0647","floatBallOptions.blockUrlDesc":"\u062A\u0648\u067E \u0634\u0646\u0627\u0648\u0631 \u0647\u0646\u06AF\u0627\u0645 \u0628\u0631\u062E\u0648\u0631\u062F \u0628\u0627 \u0648\u0628 \u0633\u0627\u06CC\u062A \u0647\u0627\u06CC \u0632\u06CC\u0631 \u0646\u0645\u0627\u06CC\u0634 \u062F\u0627\u062F\u0647 \u0646\u0645\u06CC \u0634\u0648\u062F","floatBallOptions.clickType":"\u0631\u0641\u062A\u0627\u0631 \u06A9\u0644\u06CC\u06A9\u06CC","floatBallOptions.clickTypeDesc":"\u0631\u0641\u062A\u0627\u0631 \u0646\u0645\u0627\u062F \u062A\u0648\u067E \u0634\u0646\u0627\u0648\u0631 \u0647\u0646\u06AF\u0627\u0645 \u06A9\u0644\u06CC\u06A9 \u06A9\u0631\u062F\u0646","floatBallOptions.clickPopup":"\u0646\u0645\u0627\u06CC\u0634 \u067E\u0627\u0646\u0644 \u062A\u0631\u062C\u0645\u0647","floatBallOptions.clickTranslate":"\u062A\u0631\u062C\u0645\u0647/\u0646\u0645\u0627\u06CC\u0634 \u0645\u062A\u0646 \u0627\u0635\u0644\u06CC","floatBallOptions.fixedPosition":"\u56FA\u5B9A\u4F4D\u7F6E","floatBallOptions.fixedPositionDesc":"\u60AC\u6D6E\u7403\u5728\u7A97\u53E3\u5DE6\u4FA7\u8FD8\u662F\u53F3\u4FA7","floatBallOptions.fixedPositionLeft":"\u5DE6\u4FA7","floatBallOptions.fixedPositionRight":"\u53F3\u4FA7",previewAllThemes:"\u067E\u06CC\u0634 \u0646\u0645\u0627\u06CC\u0634 \u0647\u0645\u0647 \u0633\u0628\u06A9 \u0647\u0627","translationTheme.none":"\u0647\u06CC\u0686 \u06CC\u06A9","translationTheme.grey":"\u062E\u0627\u06A9\u0633\u062A\u0631\u06CC \u062A\u06CC\u0631\u0647","translationTheme.dashed":"\u0632\u06CC\u0631 \u062E\u0637 \u0686\u06CC\u0646","translationTheme.dotted":"\u0632\u06CC\u0631 \u062E\u0637 \u0646\u0642\u0637\u0647 \u062F\u0627\u0631","translationTheme.dashedBorder":"\u0645\u0631\u0632 \u0634\u06A9\u0633\u062A\u0647","translationTheme.solidBorder":"\u0645\u0631\u0632 \u062C\u0627\u0645\u062F","translationTheme.underline":"\u0632\u06CC\u0631 \u062E\u0637 \u0645\u0633\u062A\u0642\u06CC\u0645","translationTheme.mask":"\u062C\u0644\u0648\u0647 \u062A\u0627\u0631\u06CC (\u062D\u0627\u0644\u062A \u06CC\u0627\u062F\u06AF\u06CC\u0631\u06CC)","translationTheme.opacity":"\u0627\u062B\u0631 \u0634\u0641\u0627\u0641\u06CC\u062A","translationTheme.paper":"\u0627\u0641\u06A9\u062A \u0633\u0627\u06CC\u0647 \u06A9\u0627\u063A\u0630 \u0633\u0641\u06CC\u062F","translationTheme.dividingLine":"\u062E\u0637 \u062A\u0642\u0633\u06CC\u0645","translationTheme.highlight":"\u0628\u0631\u062C\u0633\u062A\u0647","translationTheme.marker":"\u0646\u0634\u0627\u0646\u06AF\u0631","translationTheme.marker2":"\u0646\u0634\u0627\u0646\u06AF\u0631 2","translationTheme.blockquote":"\u0633\u0628\u06A9 \u0645\u0631\u062C\u0639","translationTheme.weakening":"\u062A\u0636\u0639\u06CC\u0641 \u0634\u0648\u062F","translationTheme.italic":"\u0645\u0648\u0631\u0628","translationTheme.bold":"\u067E\u0631\u0631\u0646\u06AF","translationTheme.thinDashed":"\u0632\u06CC\u0631 \u062E\u0637 \u0686\u06CC\u0646 \u0646\u0627\u0632\u06A9","translationTheme.nativeDashed":"\u0627\u06CC\u0646 \u0633\u06CC\u0633\u062A\u0645 \u062F\u0627\u0631\u0627\u06CC \u062E\u0637 \u0632\u06CC\u0631 \u0646\u0642\u0637\u0647\u200C\u062F\u0627\u0631 \u0627\u0633\u062A","translationTheme.nativeDotted":"\u0627\u06CC\u0646 \u0633\u06CC\u0633\u062A\u0645 \u062F\u0627\u0631\u0627\u06CC \u062E\u0637 \u0632\u06CC\u0631 \u0646\u0642\u0637\u0647\u200C\u062F\u0627\u0631 \u0627\u0633\u062A","translationTheme.nativeUnderline":"\u0627\u06CC\u0646 \u0633\u06CC\u0633\u062A\u0645 \u062F\u0627\u0631\u0627\u06CC \u062E\u0637 \u0645\u0633\u062A\u0642\u06CC\u0645 \u0627\u0633\u062A","translationTheme.wavy":"\u062E\u0637\u0648\u0637 \u0645\u0648\u0627\u062C","translationServices.custom":"API \u0633\u0641\u0627\u0631\u0634\u06CC","translationServices.tencent":"\u0645\u062A\u0631\u062C\u0645 \u062A\u0646\u0633\u0646\u062A","translationServices.tenAlpha":"\u0645\u062A\u0631\u062C\u0645 \u062A\u0646\u0633\u0646\u062A (\u0622\u0644\u0641\u0627)","translationServices.google":"\u0645\u062A\u0631\u062C\u0645 \u06AF\u0648\u06AF\u0644","translationServices.bai":"\u0628\u0627\u06CC\u062F\u0648 (\u0622\u0644\u0641\u0627)","translationServices.baidu":"\u0645\u062A\u0631\u062C\u0645 \u0628\u0627\u06CC\u062F\u0648","translationServices.aliyun":"\u062A\u0631\u062C\u0645\u0647 \u0627\u0628\u0631\u06CC \u0639\u0644\u06CC \u0628\u0627\u0628\u0627","translationServices.volc":"\u062A\u0631\u062C\u0645\u0647 \u0622\u062A\u0634\u0641\u0634\u0627\u0646","translationServices.deeplx":"DeepLX(Alpha)","translationServices.bing":"\u5FC5\u5E94\u7FFB\u8BD1","translationServices.deepl":"DeepL","translationServices.wechat":"\u062A\u0631\u062C\u0645\u0647 \u0648\u06CC \u0686\u062A","translationServices.azure":"\u5FAE\u8F6F\u7FFB\u8BD1","translationServices.ibm":"\u0622\u06CC \u0628\u06CC \u0627\u0645 \u0648\u0627\u062A\u0633\u0648\u0646","translationServices.aws":"\u062A\u0631\u062C\u0645\u0647 \u0622\u0645\u0627\u0632\u0648\u0646","translationServices.mock":"\u6A21\u62DF\u7FFB\u8BD11","translationServices.mock2":"\u062A\u0631\u062C\u0645\u0647 \u0634\u0628\u06CC\u0647 \u0633\u0627\u0632\u06CC \u0634\u062F\u0647 2","translationServices.caiyun":"\u06A9\u0627\u06CC\u0648\u0646 \u0634\u06CC\u0627\u0626\u0648\u06CC","translationServices.cai":"\u5F69\u4E91\u5C0F\u8BD1","translationServices.volcAlpha":"\u706B\u5C71\u7FFB\u8BD1(Alpha)","translationServices.openl":"OpenL","translationServices.youdao":"\u062A\u0631\u062C\u0645\u0647 \u06CC\u0648\u062F\u0627\u0626\u0648","translationServices.you":"\u062A\u0631\u062C\u0645\u0647 \u06CC\u0648\u062F\u0627\u0626\u0648 (\u0622\u0644\u0641\u0627)","translationServices.transmart":"\u062A\u0631\u062C\u0645\u0647 \u062A\u0639\u0627\u0645\u0644\u06CC Tencent","translationServices.niu":"\u062A\u0631\u062C\u0645\u0647 \u0645\u0627\u0648\u0631\u06CC\u06A9\u0633","translationServices.papago":"Papago\u7FFB\u8BD1","translationServices.d":"Deepl(Alpha)","translationServices.dpro":"\u062F\u06CC \u067E\u0631\u0648 (\u0642\u0646\u0627\u0631\u06CC)","translationServices.openai":"OpenAI","translationServices.yandex":"Yandex","translationServices.chatgpt":"ChatGPT Web (\u0645\u0648\u0628\u0627\u06CC\u0644 3.5)","translate title":"\u0639\u0646\u0648\u0627\u0646 \u0635\u0641\u062D\u0647 \u0631\u0627 \u062A\u0631\u062C\u0645\u0647 \u06A9\u0646\u06CC\u062F","always languages":"\u0647\u0645\u06CC\u0634\u0647 \u0632\u0628\u0627\u0646 \u062A\u0631\u062C\u0645\u0647 \u0634\u062F\u0647",neverTranslateLanguagesLabel:"\u0632\u0628\u0627\u0646 \u0647\u0627\u06CC\u06CC \u06A9\u0647 \u0647\u0631\u06AF\u0632 \u062A\u0631\u062C\u0645\u0647 \u0646\u0645\u06CC \u0634\u0648\u0646\u062F",neverTranslateTheFollowingLanguagesDescription:"\u5F53\u9875\u9762\u4E2D\u67D0\u4E00\u6BB5\u843D\u7684\u8BED\u8A00\u4E3A\u4E0B\u5217\u8BED\u8A00\u65F6\uFF0C\u4F1A\u81EA\u52A8\u8DF3\u8FC7\u7FFB\u8BD1\u8BE5\u6BB5\u843D",enableUserscriptPagePopup:"\u603B\u662F\u5728\u9875\u9762\u4E0A\u5C55\u793A Popup \u6D6E\u7A97",enableUserscriptPagePopupDescription:"\u5173\u95ED\u6D6E\u7A97\u540E\uFF0C\u53EF\u4EE5\u7528\u5FEB\u6377\u952E/{touch}\u5524\u8D77\u3002\u4E3A\u9632\u6B62\u4E0D\u614E\u5173\u95ED\u8BE5\u9009\u9879\u540E\u627E\u4E0D\u5230\u6D6E\u7A97\uFF0C\u5F3A\u70C8\u5EFA\u8BAE\u6536\u85CF\u672C\u8BBE\u7F6E\u9875","always translate the following languages":"\u0647\u0646\u06AF\u0627\u0645\u06CC \u06A9\u0647 \u0632\u0628\u0627\u0646 \u0635\u0641\u062D\u0647 \u0628\u0647 \u0632\u0628\u0627\u0646 \u0647\u0627\u06CC \u0632\u06CC\u0631 \u0628\u0627\u0634\u062F\u060C \u0628\u0647 \u0637\u0648\u0631 \u062E\u0648\u062F\u06A9\u0627\u0631 \u0628\u0647 \u0632\u0628\u0627\u0646 \u0645\u0642\u0635\u062F \u062A\u0631\u062C\u0645\u0647 \u0645\u06CC \u0634\u0648\u062F","always sites":"URL \u0647\u0627\u06CC \u0647\u0645\u06CC\u0634\u0647 \u062A\u0631\u062C\u0645\u0647 \u0634\u062F\u0647","always translate the following sites":"\u0647\u0646\u06AF\u0627\u0645\u06CC \u06A9\u0647 \u0648\u0628 \u0633\u0627\u06CC\u062A \u0628\u0627 \u0646\u0627\u0645 \u062F\u0627\u0645\u0646\u0647 \u0632\u06CC\u0631 \u0628\u0627\u0634\u062F\u060C \u0628\u0647 \u0637\u0648\u0631 \u062E\u0648\u062F\u06A9\u0627\u0631 \u0628\u0647 \u0632\u0628\u0627\u0646 \u0645\u0642\u0635\u062F \u062A\u0631\u062C\u0645\u0647 \u0645\u06CC \u0634\u0648\u062F","never sites":"URL \u0647\u0627\u06CC\u06CC \u06A9\u0647 \u0647\u0631\u06AF\u0632 \u062A\u0631\u062C\u0645\u0647 \u0646\u0645\u06CC \u0634\u0648\u0646\u062F","never translate the following sites":"\u0647\u0646\u06AF\u0627\u0645\u06CC \u06A9\u0647 \u0648\u0628 \u0633\u0627\u06CC\u062A \u062F\u0627\u0631\u0627\u06CC \u0646\u0627\u0645 \u062F\u0627\u0645\u0646\u0647 \u0632\u06CC\u0631 \u0628\u0627\u0634\u062F\u060C \u062A\u0631\u062C\u0645\u0647 \u0627\u0646\u062C\u0627\u0645 \u0646\u062E\u0648\u0627\u0647\u062F \u0634\u062F","please refer to":"\u0642\u0628\u0644 \u0627\u0632 \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u0628\u0627\u06CC\u062F \u06A9\u0644\u06CC\u062F \u0631\u0627 \u067E\u0631 \u06A9\u0646\u06CC\u062F. \u0628\u0631\u0627\u06CC \u062C\u0632\u0626\u06CC\u0627\u062A \u0644\u0637\u0641\u0627\u064B \u0628\u0647",KeyAndConfigurationTutorial:'"\u0622\u0645\u0648\u0632\u0634 \u0628\u0631\u0646\u0627\u0645\u0647 \u06A9\u0627\u0631\u0628\u0631\u062F\u06CC \u0648 \u067E\u06CC\u06A9\u0631\u0628\u0646\u062F\u06CC \u06A9\u0644\u06CC\u062F"',useAboveStyleForTheseSites:"\u603B\u662F\u4F7F\u7528 {theme} \u8BD1\u6587\u6837\u5F0F\u7684\u7F51\u7AD9",currentUrl:"URL \u0641\u0639\u0644\u06CC",confirm:"\u0635\u0631\u0641\u0647 \u062C\u0648\u06CC\u06CC",cancel:"\u0644\u063A\u0648 \u06A9\u0646\u06CC\u062F",delete:"\u062D\u0630\u0641","languages.auto":"\u062A\u0634\u062E\u06CC\u0635 \u062E\u0648\u062F\u06A9\u0627\u0631",syncToCloud:"\u540C\u6B65\u5230\u4E91\u7AEF",syncToCloudDescription:"\u5F00\u542F\u540E\u53EF\u4EE5\u5728\u4E0D\u540C\u7684\u6D4F\u89C8\u5668/\u6CB9\u7334\u811A\u672C\u4E4B\u95F4\u540C\u6B65\u914D\u7F6E,\u4EE5\u6700\u540E\u4FEE\u6539\u65F6\u95F4\u4E3A\u51C6\u3002",syncToAccount:"\u0647\u0645\u06AF\u0627\u0645 \u0633\u0627\u0632\u06CC \u0628\u0627 Immersive Translation Cloud",syncToAccountButton:"\u0641\u0648\u0631\u0627\u064B \u0628\u0627 \u0627\u0628\u0631 \u0647\u0645\u06AF\u0627\u0645 \u0633\u0627\u0632\u06CC \u06A9\u0646\u06CC\u062F",syncToAccountDescription:"\u0628\u0647 \u0637\u0648\u0631 \u062E\u0648\u062F\u06A9\u0627\u0631 \u067E\u06CC\u06A9\u0631\u0628\u0646\u062F\u06CC \u0647\u0627 \u0631\u0627 \u0628\u06CC\u0646 \u062F\u0633\u062A\u06AF\u0627\u0647 \u0647\u0627\u06CC \u0645\u062E\u062A\u0644\u0641 \u0628\u0631 \u0627\u0633\u0627\u0633 \u0622\u062E\u0631\u06CC\u0646 \u0632\u0645\u0627\u0646 \u062A\u063A\u06CC\u06CC\u0631 \u0647\u0645\u06AF\u0627\u0645 \u0633\u0627\u0632\u06CC \u06A9\u0646\u06CC\u062F.",successSyncConfigInAccount:"\u0628\u0627 \u0645\u0648\u0641\u0642\u06CC\u062A \u0628\u0627 \u0627\u0628\u0631 \u0647\u0645\u06AF\u0627\u0645 \u0628\u0645\u0627\u0646\u06CC\u062F",successSyncConfigToAccount:"\u0628\u0627 \u0645\u0648\u0641\u0642\u06CC\u062A \u0628\u0627 \u0627\u0628\u0631 \u0647\u0645\u06AF\u0627\u0645\u200C\u0633\u0627\u0632\u06CC \u0634\u062F",syncConfigNoUpdate:"\u062F\u0631 \u062D\u0627\u0644 \u062D\u0627\u0636\u0631 \u062C\u062F\u06CC\u062F\u062A\u0631\u06CC\u0646",authFail:"\u0645\u062C\u0648\u0632 \u0627\u0646\u062C\u0627\u0645 \u0646\u0634\u062F",syncTitle:"\u0645\u062F\u06CC\u0631\u06CC\u062A \u067E\u0634\u062A\u06CC\u0628\u0627\u0646 \u06AF\u06CC\u0631\u06CC \u062F\u0633\u062A\u06CC",import_hint:"\u0648\u0627\u0631\u062F \u0643\u0631\u062F\u0646",upload:"\u0628\u0627\u0631\u06AF\u0630\u0627\u0631\u06CC",revokeAuth:"\u0644\u063A\u0648 \u0645\u062C\u0648\u0632",uploadFail:"\u0622\u067E\u0644\u0648\u062F \u0627\u0646\u062C\u0627\u0645 \u0646\u0634\u062F",download:"\u062F\u0627\u0646\u0644\u0648\u062F",importSuccess:"\u0648\u0627\u0631\u062F\u0627\u062A \u0628\u0627 \u0645\u0648\u0641\u0642\u06CC\u062A \u0627\u0646\u062C\u0627\u0645 \u0634\u062F",importFail:"\u0648\u0627\u0631\u062F\u0627\u062A \u0627\u0646\u062C\u0627\u0645 \u0646\u0634\u062F",deleteFail:"\u062D\u0630\u0641 \u0646\u0634\u062F",backupToCloud:"\u0641\u0627\u06CC\u0644 \u0647\u0627\u06CC \u067E\u0634\u062A\u06CC\u0628\u0627\u0646 \u0631\u0627 \u0628\u0647 \u0635\u0648\u0631\u062A \u062F\u0633\u062A\u06CC \u0645\u062F\u06CC\u0631\u06CC\u062A \u06A9\u0646\u06CC\u062F",create_new_backup:"\u0627\u0636\u0627\u0641\u0647 \u06A9\u0631\u062F\u0646 \u06AF\u0631\u0647 \u067E\u0634\u062A\u06CC\u0628\u0627\u0646",maxBackupFiles:"\u062A\u0627{count}\u06AF\u0631\u0647 \u0645\u062E\u062A\u0644\u0641 \u0631\u0627 \u0645\u06CC \u062A\u0648\u0627\u0646 \u067E\u0634\u062A\u06CC\u0628\u0627\u0646 \u06AF\u06CC\u0631\u06CC \u06A9\u0631\u062F\u060C \u0644\u0637\u0641\u0627 \u06AF\u0631\u0647 \u0647\u0627\u06CC \u063A\u06CC\u0631 \u0636\u0631\u0648\u0631\u06CC \u0631\u0627 \u062D\u0630\u0641 \u06A9\u0646\u06CC\u062F",backupToCloudDescription:"\u0641\u0627\u06CC\u0644 \u0647\u0627\u06CC \u067E\u0634\u062A\u06CC\u0628\u0627\u0646 \u0631\u0627 \u0628\u0647 \u0635\u0648\u0631\u062A \u062F\u0633\u062A\u06CC \u0622\u067E\u0644\u0648\u062F \u06CC\u0627 \u0628\u0627\u0632\u06CC\u0627\u0628\u06CC \u06A9\u0646\u06CC\u062F\u060C \u062A\u0627 \u062D\u062F\u0627\u06A9\u062B\u0631 3 \u0646\u0633\u062E\u0647 \u067E\u0634\u062A\u06CC\u0628\u0627\u0646 \u062A\u0647\u06CC\u0647 \u06A9\u0646\u06CC\u062F",successSyncConfig:"\u0628\u0627 \u0645\u0648\u0641\u0642\u06CC\u062A \u0628\u0627 \u0627\u0628\u0631 \u0647\u0645\u06AF\u0627\u0645 \u0628\u0645\u0627\u0646\u06CC\u062F",syncFail:"\u0647\u0645\u06AF\u0627\u0645 \u0633\u0627\u0632\u06CC \u0627\u0646\u062C\u0627\u0645 \u0646\u0634\u062F",updatedAt:"\u0628\u0647 \u0631\u0648\u0632 \u0634\u062F\u0647 \u062F\u0631 {date}",lastSyncedAt:"\u0622\u062E\u0631\u06CC\u0646 \u0628\u0631\u0631\u0633\u06CC \u062F\u0631 {date}",downloadFail:"\u062F\u0627\u0646\u0644\u0648\u062F \u0646\u0634\u062F",clickToDownload:"\u0628\u0631\u0627\u06CC \u062F\u0627\u0646\u0644\u0648\u062F \u06A9\u0644\u06CC\u06A9 \u06A9\u0646\u06CC\u062F",aboutLabel:"\u062F\u0631\u0628\u0627\u0631\u0647 - \u0628\u0627\u0632\u062E\u0648\u0631\u062F","browser.openAboutPage":"\u5173\u4E8E/\u53CD\u9988/\u8D5E\u52A9",aboutLabelWithoutSponsor:"\u062F\u0631\u0628\u0627\u0631\u0647 - \u0628\u0627\u0632\u062E\u0648\u0631\u062F",aboutIntro:"\u8BE5\u6269\u5C55\u514D\u8D39\u4F7F\u7528\uFF0C\u5E0C\u671B\u6211\u4EEC\u90FD\u80FD\u66F4\u52A0\u5BB9\u6613\u4E14\u6109\u60A6\u5730\u83B7\u53D6\u4E92\u8054\u7F51\u4E0A\u5DE8\u5927\u7684\u5916\u8BED\u4FE1\u606F \u2764\uFE0F

\u611F\u8C22\u8FD9\u4E9B<1>\u8D5E\u52A9\u8005\u4EEC, \u7531\u4E8E\u4ED6/\u5979\u4EEC\u7684\u652F\u6301\uFF0C\u66F4\u591A\u7684\u4EBA\u53EF\u4EE5\u514D\u8D39\u5730\u4F7F\u7528\u8FD9\u4E2A\u5DE5\u5177\u3002\u5982\u679C\u6709\u4F59\u529B\uFF0C\u4F60\u53EF\u4EE5<2>\u70B9\u51FB\u8FD9\u91CC\u8D5E\u52A9\u6211\u7684\u5DE5\u4F5C\uFF0C\u4F60\u8FD8\u53EF\u4EE5\u5173\u6CE8\u6211\u7684<3>\u63A8\u7279\uFF0C<4>Telegram \u9891\u9053\u4EE5\u53CA\u4E0B\u65B9\u7684<5>\u90AE\u4EF6\u8BA2\u9605\u8FFD\u8E2A\u66F4\u65B0\u3002",aboutIntroWithoutSponsor:"\u8BE5\u6269\u5C55\u514D\u8D39\u4F7F\u7528\uFF0C\u5E0C\u671B\u6211\u4EEC\u90FD\u80FD\u66F4\u52A0\u5BB9\u6613\u4E14\u6109\u60A6\u5730\u83B7\u53D6\u4E92\u8054\u7F51\u4E0A\u5DE8\u5927\u7684\u5916\u8BED\u4FE1\u606F \u2764\uFE0F ",projectHomepage:"\u0635\u0641\u062D\u0647 \u0627\u0635\u0644\u06CC \u067E\u0631\u0648\u0698\u0647",joinTelegramGroup:"\u52A0\u5165 Telegram \u7FA4\u53C2\u4E0E\u529F\u80FD\u8BA8\u8BBA",wechatPublicAccount:"\u062D\u0633\u0627\u0628 \u0639\u0645\u0648\u0645\u06CC \u0648\u06CC \u0686\u062A",wechatCommunities:"\u06AF\u0631\u0648\u0647 \u0627\u0631\u062A\u0628\u0627\u0637\u06CC \u0648\u06CC \u0686\u062A",qqCommunities:"\u06A9\u0627\u0646\u0627\u0644 \u0627\u0631\u062A\u0628\u0627\u0637\u06CC QQ",joinTelegramChannel:"\u0628\u0631\u0627\u06CC \u0627\u0637\u0644\u0627\u0639 \u0627\u0632 \u0622\u062E\u0631\u06CC\u0646 \u0627\u062E\u0628\u0627\u0631 \u06A9\u0627\u0646\u0627\u0644 \u062A\u0644\u06AF\u0631\u0627\u0645 \u0631\u0627 \u062F\u0646\u0628\u0627\u0644 \u06A9\u0646\u06CC\u062F",feedbackAndJoin:"\u0628\u0627\u0632\u062E\u0648\u0631\u062F \u0645\u0634\u06A9\u0644/\u0628\u0647 \u06AF\u0631\u0648\u0647 \u0628\u067E\u06CC\u0648\u0646\u062F\u06CC\u062F",autoSync:"\u0647\u0645\u06AF\u0627\u0645 \u0633\u0627\u0632\u06CC \u0628\u0631\u0646\u0627\u0645\u0647 \u0631\u06CC\u0632\u06CC \u0634\u062F\u0647 \u062E\u0648\u062F\u06A9\u0627\u0631",loadingThemeTitle:"\u0633\u0628\u06A9 \u0628\u0627\u0631\u06AF\u06CC\u0631\u06CC",loadingThemeDescription:"\u0647\u0646\u06AF\u0627\u0645 \u0627\u0646\u062A\u0638\u0627\u0631 \u0628\u0631\u0627\u06CC \u0628\u0627\u0631\u06AF\u06CC\u0631\u06CC \u062A\u0631\u062C\u0645\u0647\u060C \u0633\u0628\u06A9 \u0631\u0627 \u062A\u0646\u0638\u06CC\u0645 \u06A9\u0646\u06CC\u062F","loadingTheme.spinner":"\u8F6C\u5708\u52A8\u753B Spinner","loadingTheme.text":"\u0645\u062A\u0646 \u0627\u06CC\u0633\u062A\u0627... ","loadingTheme.none":"\u0646\u0634\u0627\u0646 \u0646\u062F\u0647",developerDescription:"\u0627\u06CC\u0646\u062C\u0627 \u0645\u06CC \u062A\u0648\u0627\u0646\u06CC\u062F <1> \u0631\u0627 \u06A9\u0644\u06CC\u06A9 \u06A9\u0646\u06CC\u062F \u0645\u0634\u0627\u0647\u062F\u0647 \u0627\u0633\u0646\u0627\u062F \u0645\u0631\u0628\u0648\u0637 \u0628\u0647 \u0633\u0641\u0627\u0631\u0634\u06CC \u0633\u0627\u0632\u06CC \u067E\u06CC\u0634\u0631\u0641\u062A\u0647","edit border color":"\u0631\u0646\u06AF \u062D\u0627\u0634\u06CC\u0647 \u0631\u0627 \u062A\u063A\u06CC\u06CC\u0631 \u062F\u0647\u06CC\u062F",successSyncButNoChange:"\u067E\u06CC\u06A9\u0631\u0628\u0646\u062F\u06CC \u0641\u0639\u0644\u06CC \u0628\u0627 \u0627\u0628\u0631 \u0633\u0627\u0632\u06AF\u0627\u0631 \u0627\u0633\u062A",customTheme:"\u0631\u0646\u06AF \u0647\u0627 \u0648 \u0627\u0646\u062F\u0627\u0632\u0647 \u0647\u0627\u06CC \u0633\u0641\u0627\u0631\u0634\u06CC","customThemeLabel.borderColor":"\u0631\u0646\u06AF \u0644\u0628\u0647","customThemeLabel.borderRadius":"\u06AF\u0648\u0634\u0647 \u0647\u0627\u06CC \u06AF\u0631\u062F \u062D\u0627\u0634\u06CC\u0647","customThemeLabel.textColor":"\u0631\u0646\u06AF \u0645\u062A\u0646","customThemeLabel.backgroundColor":"\u0631\u0646\u06AF \u067E\u0633 \u0632\u0645\u06CC\u0646\u0647","customThemeLabel.zoom":"\u0645\u0642\u06CC\u0627\u0633 \u0628\u0646\u062F\u06CC \u0642\u0644\u0645 (%)","customThemeLabel.opacity":"\u06A9\u062F\u0648\u0631\u062A \u0645\u062A\u0646 (%)",resetToDefaultColor:"\u0628\u0647 \u0631\u0646\u06AF \u067E\u06CC\u0634 \u0641\u0631\u0636 \u0628\u0631\u06AF\u0631\u062F\u06CC\u062F",resetToDefaultSettings:"\u0628\u0647 \u062A\u0646\u0638\u06CC\u0645\u0627\u062A \u067E\u06CC\u0634 \u0641\u0631\u0636 \u0628\u0631\u06AF\u0631\u062F\u06CC\u062F",isTranslateTitle:"\u0639\u0646\u0627\u0648\u06CC\u0646 \u0635\u0641\u062D\u0627\u062A \u0648\u0628 \u062A\u0631\u062C\u0645\u0647 \u0634\u062F\u0647 \u0631\u0627 \u0631\u0648\u0634\u0646 \u06A9\u0646\u06CC\u062F",isTranslateTitleDescription:"\u0648\u0642\u062A\u06CC \u0631\u0648\u0634\u0646 \u0634\u062F\u060C \u0639\u0646\u0648\u0627\u0646 \u0635\u0641\u062D\u0647 \u0648\u0628 \u062A\u0631\u062C\u0645\u0647 \u062E\u0648\u0627\u0647\u062F \u0634\u062F",enableSearchEnhancement:"\u0628\u0647\u0628\u0648\u062F \u0627\u0637\u0644\u0627\u0639\u0627\u062A \u062F\u0648 \u0632\u0628\u0627\u0646\u0647 \u0631\u0627 \u0641\u0639\u0627\u0644 \u06A9\u0646\u06CC\u062F",enableSearchEnhancementDescription:"\u067E\u0633 \u0627\u0632 \u0631\u0648\u0634\u0646 \u0634\u062F\u0646\u060C \u0646\u062A\u0627\u06CC\u062C \u062C\u0633\u062A\u062C\u0648\u06CC \xABGoogle News\xBB \u0645\u0631\u0628\u0648\u0637 \u0628\u0647 \u06A9\u0644\u06CC\u062F\u0648\u0627\u0698\u0647\u200C\u0647\u0627\u06CC \u0627\u0646\u06AF\u0644\u06CC\u0633\u06CC \u0628\u0647\u200C\u0637\u0648\u0631 \u062E\u0648\u062F\u06A9\u0627\u0631 \u062F\u0631 \u0633\u062A\u0648\u0646 \u0633\u0645\u062A \u0631\u0627\u0633\u062A \u0648\u0628\u200C\u0633\u0627\u06CC\u062A\u200C\u0647\u0627\u06CC \u067E\u0634\u062A\u06CC\u0628\u0627\u0646\u06CC\u200C\u0634\u062F\u0647 (Google News\u060C Google Search (\u0628\u0631\u062E\u06CC \u06A9\u0644\u0645\u0627\u062A \u06A9\u0644\u06CC\u062F\u06CC)\u060C Snowball\u060C Oriental Fortune\u060C Futu\u060C \u0627\u0646\u062C\u0645\u0646 \u0628\u0628\u0631) \u0646\u0645\u0627\u06CC\u0634 \u062F\u0627\u062F\u0647 \u0645\u06CC\u200C\u0634\u0648\u0646\u062F.",verifyService:"\u0628\u0631\u0627\u06CC \u062A\u0633\u062A \u0633\u0631\u0648\u06CC\u0633 \u0627\u06CC\u0646\u062C\u0627 \u06A9\u0644\u06CC\u06A9 \u06A9\u0646\u06CC\u062F",verified:"\u062A\u0623\u06CC\u06CC\u062F \u0628\u0627 \u0645\u0648\u0641\u0642\u06CC\u062A \u0627\u0646\u062C\u0627\u0645 \u0634\u062F","field.langs":"\u06A9\u062F\u0647\u0627\u06CC \u0632\u0628\u0627\u0646 \u067E\u0634\u062A\u06CC\u0628\u0627\u0646\u06CC \u0634\u062F\u0647","field.model":"\u0645\u062F\u0644","field.translationEngine":"\u0645\u0648\u062A\u0648\u0631 \u062A\u0631\u062C\u0645\u0647","field.limitPerMinute":"\u062D\u062F\u0627\u06A9\u062B\u0631 \u062A\u0639\u062F\u0627\u062F \u062F\u0631\u062E\u0648\u0627\u0633\u062A \u062F\u0631 \u062F\u0642\u06CC\u0642\u0647","field.limitPerSecond":"\u062D\u062F\u0627\u06A9\u062B\u0631 \u062A\u0639\u062F\u0627\u062F \u062F\u0631\u062E\u0648\u0627\u0633\u062A \u062F\u0631 \u062B\u0627\u0646\u06CC\u0647","field.maxTextLengthPerRequest":"\u062D\u062F\u0627\u06A9\u062B\u0631 \u0637\u0648\u0644 \u0645\u062A\u0646 \u062F\u0631 \u0647\u0631 \u062F\u0631\u062E\u0648\u0627\u0633\u062A","field.maxTextGroupLengthPerRequest":"\u062D\u062F\u0627\u06A9\u062B\u0631 \u062A\u0639\u062F\u0627\u062F \u067E\u0627\u0631\u0627\u06AF\u0631\u0627\u0641 \u062F\u0631 \u0647\u0631 \u062F\u0631\u062E\u0648\u0627\u0633\u062A","field.apiUrl":"\u0622\u062F\u0631\u0633 \u0631\u0627\u0628\u0637 API \u0633\u0641\u0627\u0631\u0634\u06CC","field.placeholderDelimiters":"\u0645\u062A\u063A\u06CC\u0631\u0647\u0627\u06CC \u0631\u0632\u0631\u0648 \u0634\u062F\u0647","description.custom":"\u062F\u0633\u062A\u0631\u0633\u06CC \u0628\u0647 \u0631\u0627\u0628\u0637 \u0633\u0641\u0627\u0631\u0634\u06CC \u0628\u0647 \u0627\u0633\u0646\u0627\u062F \u0645\u0631\u062C\u0639 \u0646\u06CC\u0627\u0632 \u062F\u0627\u0631\u062F","description.limitPerMinute":"\u8BF7\u6C42\u6570\u8D85\u8FC7\u8BE5\u9650\u5236\u65F6\u4F1A\u88AB\u6682\u65F6\u7981\u7528\uFF0C\u76F4\u5230\u4E0B\u4E00\u5206\u949F\u5F00\u59CB\uFF0C\u9ED8\u8BA4\u8BBE\u7F6E\u4E3A OpenAI \u8BD5\u7528\u7248\u7684\u8BF7\u6C42\u9650\u5236","description.limitPerSecond":"\u0648\u0642\u062A\u06CC \u062A\u0639\u062F\u0627\u062F \u062F\u0631\u062E\u0648\u0627\u0633\u062A \u0647\u0627 \u0627\u0632 \u0627\u06CC\u0646 \u062D\u062F \u0628\u06CC\u0634\u062A\u0631 \u0634\u0648\u062F\u060C \u062A\u0627 \u0627\u0628\u062A\u062F\u0627\u06CC \u062B\u0627\u0646\u06CC\u0647 \u0628\u0639\u062F \u0648\u0627\u0631\u062F \u062D\u0627\u0644\u062A \u0635\u0641 \u0645\u06CC \u0634\u0648\u062F. \u0628\u0627 \u062A\u0648\u062C\u0647 \u0628\u0647 \u0645\u062D\u062F\u0648\u062F\u06CC\u062A\u200C\u0647\u0627\u06CC \u0645\u062E\u062A\u0644\u0641 \u0633\u0631\u0648\u06CC\u0633 \u0641\u0639\u0644\u06CC OpenAI\u060C \u0644\u0637\u0641\u0627\u064B <1> \u0631\u0627 \u0627\u06CC\u0646\u062C\u0627 \u06A9\u0644\u06CC\u06A9 \u06A9\u0646\u06CC\u062F \u0622\u062E\u0631\u06CC\u0646 \u0645\u0642\u0627\u062F\u06CC\u0631 \u062A\u0648\u0635\u06CC\u0647 \u0634\u062F\u0647 \u0631\u0627 \u0645\u0634\u0627\u0647\u062F\u0647 \u06A9\u0646\u06CC\u062F","description.generalLimitPerSecond":"\u0648\u0642\u062A\u06CC \u062A\u0639\u062F\u0627\u062F \u062F\u0631\u062E\u0648\u0627\u0633\u062A \u0647\u0627 \u0627\u0632 \u0627\u06CC\u0646 \u062D\u062F \u0628\u06CC\u0634\u062A\u0631 \u0634\u0648\u062F\u060C \u062A\u0627 \u0627\u0628\u062A\u062F\u0627\u06CC \u062B\u0627\u0646\u06CC\u0647 \u0628\u0639\u062F \u0648\u0627\u0631\u062F \u062D\u0627\u0644\u062A \u0635\u0641 \u0645\u06CC \u0634\u0648\u062F.","description.prompt":"\u0628\u0647 \u0639\u0646\u0648\u0627\u0646 \u06A9\u0627\u0631\u0628\u0631\u060C \u06AF\u0641\u062A\u06AF\u0648 \u0631\u0627 \u0628\u0647 {service} \u0627\u0631\u0633\u0627\u0644 \u06A9\u0646\u06CC\u062F\u060C \u06A9\u0647 \u062F\u0631 \u0622\u0646 {{text}} \u0645\u062D\u062A\u0648\u0627\u06CC \u0645\u062A\u0646 \u067E\u0627\u0631\u0627\u06AF\u0631\u0627\u0641\u060C {{from}} \u0632\u0628\u0627\u0646 \u067E\u0627\u0631\u0627\u06AF\u0631\u0627\u0641 \u0648 {{to}} \u0632\u0628\u0627\u0646 \u0645\u0642\u0635\u062F \u0631\u0627 \u0646\u0634\u0627\u0646 \u0645\u06CC \u062F\u0647\u062F.","description.maxTextLengthPerRequest":"\u9ED8\u8BA4\u4F1A\u5408\u5E76\u591A\u4E2A\u6BB5\u843D\uFF0C\u4EE5\u51CF\u5C11\u8BF7\u6C42\u6B21\u6570\uFF0C\u4F46\u662F\u5982\u679C\u6BB5\u843D\u603B\u957F\u5EA6\u8FC7\u957F\uFF0C\u4E5F\u53EF\u80FD\u4F1A\u5BFC\u81F4\u63A5\u53E3\u7684\u54CD\u5E94\u53D8\u6162\uFF0C\u56E0\u6B64\u53EF\u4EE5\u5C1D\u8BD5\u8C03\u6574\u8BE5\u9009\u9879\u6765\u4F18\u5316\u901F\u5EA6","description.systemPrompt":"\u0628\u0647 \u0639\u0646\u0648\u0627\u0646 \u0633\u06CC\u0633\u062A\u0645\u060C \u06AF\u0641\u062A\u06AF\u0648\u06CC\u06CC \u0631\u0627 \u0628\u0647 {service} \u0627\u0631\u0633\u0627\u0644 \u06A9\u0646\u06CC\u062F\u060C \u06A9\u0647 \u062F\u0631 \u0622\u0646 {{text}} \u0645\u062D\u062A\u0648\u0627\u06CC \u0645\u062A\u0646 \u067E\u0627\u0631\u0627\u06AF\u0631\u0627\u0641\u060C {{from}} \u0632\u0628\u0627\u0646 \u067E\u0627\u0631\u0627\u06AF\u0631\u0627\u0641 \u0648 {{to}} \u0632\u0628\u0627\u0646 \u0647\u062F\u0641 \u0631\u0627 \u0646\u0634\u0627\u0646 \u0645\u06CC \u062F\u0647\u062F.","field.domain":"\u0631\u0634\u062A\u0647","description.domain":"\u067E\u06CC\u0634 \u0641\u0631\u0636\uFF1A\u0639\u0645\u0648\u0645\u06CC \u0627\u0633\u062A. \u0641\u0642\u0637 \u0632\u0645\u0627\u0646\u06CC \u0645\u06CC\u200C\u062A\u0648\u0627\u0646 \u0622\u0646 \u0631\u0627 \u062A\u0646\u0638\u06CC\u0645 \u06A9\u0631\u062F \u06A9\u0647 \u062A\u0631\u062C\u0645\u0647 \u0645\u0628\u062A\u0646\u06CC \u0628\u0631 \u062F\u0627\u0645\u0646\u0647 \u062F\u0631 \u06A9\u0646\u0633\u0648\u0644 Youdao API \u0641\u0639\u0627\u0644 \u0628\u0627\u0634\u062F. \u0628\u0631\u0627\u06CC \u0642\u0633\u0645\u062A\u200C\u0647\u0627\u06CC \u067E\u0634\u062A\u06CC\u0628\u0627\u0646\u06CC\u200C\u0634\u062F\u0647\u060C \u0644\u0637\u0641\u0627\u064B <1> \u0631\u0627 \u0627\u06CC\u0646\u062C\u0627 \u0628\u0628\u06CC\u0646\u06CC\u062F.","field.scene":"\u0635\u062D\u0646\u0647 \u0647\u0627\u06CC","description.scene":"\u067E\u06CC\u0634 \u0641\u0631\u0636\uFF1A\u0639\u0645\u0648\u0645\u06CC \u0627\u0633\u062A. \u062A\u0646\u0647\u0627 \u0632\u0645\u0627\u0646\u06CC \u0645\u06CC\u200C\u062A\u0648\u0627\u0646 \u0622\u0646 \u0631\u0627 \u062A\u0646\u0638\u06CC\u0645 \u06A9\u0631\u062F \u06A9\u0647 \u0646\u0633\u062E\u0647 \u062D\u0631\u0641\u0647\u200C\u0627\u06CC \u062A\u0631\u062C\u0645\u0647 \u0645\u0627\u0634\u06CC\u0646\u06CC \u062F\u0631 \u06A9\u0646\u0633\u0648\u0644 Alibaba Cloud API \u0641\u0639\u0627\u0644 \u0634\u0648\u062F. \u0628\u0631\u0627\u06CC \u0633\u0646\u0627\u0631\u06CC\u0648\u0647\u0627\u06CC \u067E\u0634\u062A\u06CC\u0628\u0627\u0646\u06CC \u0634\u062F\u0647 \u0628\u0647 <1> \u0627\u06CC\u0646\u062C\u0627 \u0645\u0631\u0627\u062C\u0639\u0647 \u06A9\u0646\u06CC\u062F.","field.vocabId":"\u0634\u0646\u0627\u0633\u0647 \u0641\u0631\u0647\u0646\u06AF \u0644\u063A\u062A \u06A9\u0627\u0631\u0628\u0631","description.vocabId":"\u0641\u0631\u0647\u0646\u06AF \u0644\u063A\u062A \u0645\u0634\u062E\u0635 \u0634\u062F\u0647 out_id \u062F\u0631 \u062D\u0627\u0644 \u062D\u0627\u0636\u0631 \u0627\u0632 \u062A\u0631\u062C\u0645\u0647 \u0627\u0646\u06AF\u0644\u06CC\u0633\u06CC \u0628\u0647 \u0686\u06CC\u0646\u06CC \u067E\u0634\u062A\u06CC\u0628\u0627\u0646\u06CC \u0645\u06CC \u06A9\u0646\u062F.","description.model":"\u0645\u062F\u0644 OpenAI \u0645\u06CC \u062A\u0648\u0627\u0646\u062F gpt-3.5-turbo\u060C gpt-4 \u0648 \u063A\u06CC\u0631\u0647 \u0628\u0627\u0634\u062F.","description.maxTextGroupLengthPerRequest":"\u062A\u0639\u062F\u0627\u062F \u067E\u0627\u0631\u0627\u06AF\u0631\u0627\u0641\u200C\u0647\u0627\u06CC\u06CC \u06A9\u0647 \u0647\u0631 \u0628\u0627\u0631 \u0628\u0647 \u0633\u0631\u0648\u06CC\u0633 \u062A\u0631\u062C\u0645\u0647 \u0627\u0631\u0633\u0627\u0644 \u0645\u06CC\u200C\u0634\u0648\u0646\u062F. \u0627\u06AF\u0631 \u062A\u0639\u062F\u0627\u062F \u067E\u0627\u0631\u0627\u06AF\u0631\u0627\u0641\u200C\u0647\u0627 \u0628\u06CC\u0634 \u0627\u0632 \u062D\u062F \u0628\u0627\u0634\u062F\u060C \u067E\u0627\u0633\u062E \u0631\u0627\u0628\u0637 \u0645\u0645\u06A9\u0646 \u0627\u0633\u062A \u06A9\u0646\u062F \u0634\u0648\u062F.","description.apiUrl":"\u8BF7\u6DFB\u52A0\u5177\u4F53\u5E26\u6709\u8DEF\u5F84\u7684\u7F51\u5740",enabledExtension:"\u0627\u0641\u0632\u0648\u0646\u0647 \u0631\u0627 \u0641\u0639\u0627\u0644 \u06A9\u0646\u06CC\u062F",clickToDisableExtension:"\u0628\u0631\u0627\u06CC \u063A\u06CC\u0631\u0641\u0639\u0627\u0644 \u06A9\u0631\u062F\u0646 \u0627\u0641\u0632\u0648\u0646\u0647 \u06A9\u0644\u06CC\u06A9 \u06A9\u0646\u06CC\u062F",clickToEnableExtension:"\u0628\u0631\u0627\u06CC \u0641\u0639\u0627\u0644 \u06A9\u0631\u062F\u0646 \u0628\u0631\u0646\u0627\u0645\u0647 \u0627\u0641\u0632\u0648\u062F\u0646\u06CC \u06A9\u0644\u06CC\u06A9 \u06A9\u0646\u06CC\u062F",hasBeenDisabled:"\u0645\u0639\u0644\u0648\u0644","show password":"\u0646\u0645\u0627\u06CC\u0634 \u0631\u0645\u0632 \u0639\u0628\u0648\u0631",customContent:"\u8F93\u5165\u81EA\u5B9A\u4E49\u5185\u5BB9",inputOptions:"\u0628\u0647\u0628\u0648\u062F \u062C\u0639\u0628\u0647 \u0648\u0631\u0648\u062F\u06CC",mouseHoverOptions:"\u0645\u0627\u0648\u0633 \u0628\u0631",modifyMouseHoverKey:"\u06A9\u0644\u06CC\u062F\u0647\u0627\u06CC \u0645\u06CC\u0627\u0646\u0628\u0631 \u0645\u0627\u0648\u0633 \u0631\u0627 \u062A\u063A\u06CC\u06CC\u0631 \u062F\u0647\u06CC\u062F",enableInputTranslation:"\u0641\u0639\u0627\u0644 \u06A9\u0631\u062F\u0646 \u0628\u0647\u0628\u0648\u062F \u062C\u0639\u0628\u0647 \u0648\u0631\u0648\u062F\u06CC",enableInputTranslationDescription:"\u067E\u0633 \u0627\u0632 \u0641\u0639\u0627\u0644 \u06A9\u0631\u062F\u0646{trailingKey}\u060C \u0645\u0633\u062A\u0642\u06CC\u0645\u0627\u064B {startingKey}{startingKey} hello \u0631\u0627 \u062F\u0631 \u06A9\u0627\u062F\u0631 \u0648\u0631\u0648\u062F\u06CC \u0648\u0627\u0631\u062F \u06A9\u0646\u06CC\u062F \u0648 \u0633\u067E\u0633 \u0628\u0647 \u0633\u0631\u0639\u062A \u0631\u0648\u06CC{inputTrailingTriggerKeyRepeatTimes}\u062F\u0648 \u0628\u0627\u0631 \u06A9\u0644\u06CC\u06A9 \u06A9\u0646\u06CC\u062F \u062A\u0627 \u0622\u0646 \u0631\u0627 \u0628\u0647 {inputTargetLanguage}\u062A\u0628\u062F\u06CC\u0644 \u06A9\u0646\u06CC\u062F.",enableInputTranslationDescriptionForNoneKey:"{trailingKey}\u0641\u0639\u0627\u0644 \u06A9\u0631\u062F\u0646 \u0622\u0646\u060C \u0645\u0633\u062A\u0642\u06CC\u0645\u0627\u064B\uFF1Ahello world \u0631\u0627 \u062F\u0631 \u06A9\u0627\u062F\u0631 \u0648\u0631\u0648\u062F\u06CC \u0648\u0627\u0631\u062F \u06A9\u0646\u06CC\u062F \u0648 \u0633\u067E\u0633 \u0628\u0647 \u0633\u0631\u0639\u062A{inputTrailingTriggerKeyRepeatTimes}\u0628\u0627\u0631 \u06A9\u0644\u06CC\u06A9 \u06A9\u0646\u06CC\u062F \u062A\u0627 \u0628\u0647 \u0632\u0628\u0627\u0646 \u0645\u0642\u0635\u062F \u067E\u06CC\u0634 \u0641\u0631\u0636 \u062A\u0631\u062C\u0645\u0647 \u0634\u0648\u062F.",inputTargetLanguage:"\u0632\u0628\u0627\u0646 \u0645\u0642\u0635\u062F \u067E\u06CC\u0634 \u0641\u0631\u0636 \u06A9\u0627\u062F\u0631 \u0648\u0631\u0648\u062F\u06CC \u0631\u0627 \u062A\u0646\u0638\u06CC\u0645 \u06A9\u0646\u06CC\u062F",inputTargetLanguageDescription:"\u0632\u0628\u0627\u0646 \u0645\u0642\u0635\u062F \u067E\u06CC\u0634\u200C\u0641\u0631\u0636 \u0628\u0631\u0627\u06CC \u062A\u0631\u062C\u0645\u0647 \u062C\u0639\u0628\u0647 \u0648\u0631\u0648\u062F\u06CC\u060C \u06A9\u0647 {startingKey}{startingKey} \u0628\u0647 \u0639\u0646\u0648\u0627\u0646 \u0632\u0628\u0627\u0646 \u067E\u06CC\u0634\u200C\u0641\u0631\u0636 \u0628\u0631\u0627\u06CC \u06A9\u0644\u0645\u0627\u062A \u0631\u0627\u0647\u200C\u0627\u0646\u062F\u0627\u0632 \u0627\u0633\u062A",inputTargetLanguageDescriptionForNoneKey:"\u0632\u0628\u0627\u0646 \u0645\u0642\u0635\u062F \u067E\u06CC\u0634\u200C\u0641\u0631\u0636 \u0628\u0631\u0627\u06CC \u062A\u0631\u062C\u0645\u0647\u200C\u0647\u0627\u06CC \u062C\u0639\u0628\u0647 \u0648\u0631\u0648\u062F\u06CC",inputStartingTriggerKeyTitle:"\u06A9\u0627\u0631\u0627\u06A9\u062A\u0631\u0647\u0627\u06CC \u062A\u0642\u0633\u06CC\u0645 \u0631\u0627 \u0628\u0631\u0627\u06CC \u062A\u0631\u062C\u0645\u0647 \u062C\u0632\u0626\u06CC \u06A9\u0627\u062F\u0631 \u0648\u0631\u0648\u062F\u06CC \u062A\u0646\u0638\u06CC\u0645 \u06A9\u0646\u06CC\u062F",inputStartingTriggerKeyDescription:"\u0647\u0646\u06AF\u0627\u0645\u06CC \u06A9\u0647 \u0646\u06CC\u0627\u0632\u06CC \u0628\u0647 \u062A\u0631\u062C\u0645\u0647 \u06A9\u0644 \u06A9\u0627\u062F\u0631 \u0648\u0631\u0648\u062F\u06CC \u0646\u062F\u0627\u0631\u06CC\u062F\u060C \u062C\u062F\u0627\u06A9\u0646\u0646\u062F\u0647 \u0628\u0647 \u0634\u0645\u0627 \u0627\u062C\u0627\u0632\u0647 \u0645\u06CC \u062F\u0647\u062F \u0641\u0642\u0637 \u0642\u0633\u0645\u062A \u0631\u0627 {startingKey}{startingKey} \u0628\u0647 \u0627\u0646\u062A\u0647\u0627\u06CC \u06A9\u0627\u062F\u0631 \u0648\u0631\u0648\u062F\u06CC \u062A\u0631\u062C\u0645\u0647 \u06A9\u0646\u06CC\u062F\u060C \u06CC\u0627 \u0645\u06CC \u062A\u0648\u0627\u0646\u06CC\u062F \u06A9\u062F \u0632\u0628\u0627\u0646 \u0631\u0627 \u0645\u0634\u062E\u0635 \u06A9\u0646\u06CC\u062F\u060C \u0628\u0647 \u0639\u0646\u0648\u0627\u0646 \u0645\u062B\u0627\u0644\u060C\uFF1A{startingKey}ja \u0628\u0647 \u0645\u0639\u0646\u0627\u06CC \u0641\u0642\u0637 \u062A\u0631\u062C\u0645\u0647 \u0627\u0633\u062A. \u0642\u0633\u0645\u062A \u0627\u0632 {startingKey}ja \u062A\u0627 \u0627\u0646\u062A\u0647\u0627\u06CC \u062C\u0639\u0628\u0647 \u0648\u0631\u0648\u062F\u06CC.",inputStartingTriggerKeyDescriptionForNoneKey:"\u062F\u0631 \u062D\u0627\u0644 \u062D\u0627\u0636\u0631 \u0628\u062F\u0648\u0646 \u0646\u06CC\u0627\u0632 \u0628\u0647 \u067E\u06CC\u0634\u0648\u0646\u062F \u062A\u0646\u0638\u06CC\u0645 \u0634\u062F\u0647 \u0627\u0633\u062A \u0648 \u0628\u0631\u062E\u06CC \u0627\u0632 \u0639\u0645\u0644\u06A9\u0631\u062F\u0647\u0627\u06CC \u062A\u0631\u062C\u0645\u0647 \u0645\u062A\u0646 \u062C\u0639\u0628\u0647 \u0648\u0631\u0648\u062F\u06CC \u0645\u0648\u0642\u062A\u0627\u064B \u062F\u0631 \u062F\u0633\u062A\u0631\u0633 \u0646\u06CC\u0633\u062A\u0646\u062F.",inputTrailingTriggerKeyTitle:"\u06CC\u06A9 \u06A9\u0627\u0631\u0627\u06A9\u062A\u0631 \u0645\u0627\u0634\u0647 \u0627\u06CC \u0631\u0627 \u0627\u0646\u062A\u062E\u0627\u0628 \u06A9\u0646\u06CC\u062F \u06A9\u0647 \u0628\u0647 \u0648\u0631\u0648\u062F\u06CC \u067E\u0627\u06CC\u0627\u0646 \u0645\u06CC \u062F\u0647\u062F",inputTrailingTriggerKeyDescription:"\u0628\u0627 \u0632\u062F\u0646{trailingKey} 3 \u0628\u0627\u0631 \u0645\u062A\u0648\u0627\u0644\u06CC\u060C \u062A\u0631\u062C\u0645\u0647 \u0634\u0631\u0648\u0639 \u0645\u06CC \u0634\u0648\u062F",inputTrailingTriggerKeyTimeout:"\u0641\u0627\u0635\u0644\u0647 \u0628\u06CC\u0646 \u0645\u0627\u0634\u0647 \u0647\u0627 \u0631\u0627 \u0628\u0631\u0627\u06CC \u067E\u0627\u06CC\u0627\u0646 \u062F\u0627\u062F\u0646 \u0628\u0647 \u062A\u0631\u06A9\u06CC\u0628 \u0648\u0627\u0631\u062F \u06A9\u0646\u06CC\u062F.",inputTrailingTriggerKeyTimeoutDescription:"\u0632\u0645\u0627\u0646 \u0641\u0627\u0635\u0644\u0647 (\u0645\u06CC\u0644\u06CC \u062B\u0627\u0646\u06CC\u0647) \u0631\u0627 \u0628\u0631\u0627\u06CC \u0648\u0631\u0648\u062F\u06CC \u0628\u0631\u0627\u06CC \u067E\u0627\u06CC\u0627\u0646 \u062F\u0627\u062F\u0646 \u0628\u0647 \u0645\u062D\u0631\u06A9 \u062A\u0631\u06A9\u06CC\u0628\u06CC \u062A\u0646\u0638\u06CC\u0645 \u06A9\u0646\u06CC\u062F",spaceKey:"",noneKey:"\u0628\u062F\u0648\u0646 \u0646\u06CC\u0627\u0632 \u0628\u0647 \u067E\u06CC\u0634\u0648\u0646\u062F\u060C \u0628\u0647 \u0637\u0648\u0631 \u0645\u0633\u062A\u0642\u06CC\u0645 \u06A9\u0644 \u062C\u0639\u0628\u0647 \u0645\u062A\u0646 \u0631\u0627 \u062A\u0631\u062C\u0645\u0647 \u06A9\u0646\u06CC\u062F",inputTranslationBlockUrlsTitle:"\u0647\u0631\u06AF\u0632 \u067E\u06CC\u0634\u0631\u0641\u062A \u0647\u0627\u06CC \u0641\u06CC\u0644\u062F \u0648\u0631\u0648\u062F\u06CC \u0631\u0627 \u062F\u0631 URL \u0647\u0627 \u0641\u0639\u0627\u0644 \u0646\u06A9\u0646\u06CC\u062F",inputTranslationBlockUrlsDescription:"\u062F\u0631 \u0622\u062F\u0631\u0633\u200C\u0647\u0627\u06CC \u0627\u06CC\u0646\u062A\u0631\u0646\u062A\u06CC \u0632\u06CC\u0631\u060C \u0628\u0647\u0628\u0648\u062F \u06A9\u0627\u062F\u0631 \u0648\u0631\u0648\u062F\u06CC \u0627\u062B\u0631\u06CC \u0646\u062E\u0648\u0627\u0647\u062F \u062F\u0627\u0634\u062A",clickToSeeQuickDemo:"\u0628\u0631\u0627\u06CC \u06AF\u0633\u062A\u0631\u0634 \u0648\u06CC\u062F\u06CC\u0648\u06CC \u0622\u0645\u0648\u0632\u0634 \u0633\u0631\u06CC\u0639 30 \u062B\u0627\u0646\u06CC\u0647 \u0627\u06CC \u06A9\u0644\u06CC\u06A9 \u06A9\u0646\u06CC\u062F",inputHelperInfo:"\u0646\u06A9\u062A\u0647\uFF1A: \u0645\u0627 \u0628\u0647 \u0637\u0648\u0631 \u062E\u0627\u0635 \u0627\u06CC\u0646 \u0645\u0648\u0636\u0648\u0639 \u0631\u0627 \u0628\u0647\u06CC\u0646\u0647 \u0633\u0627\u0632\u06CC \u06A9\u0631\u062F\u0647 \u0627\u06CC\u0645 \u06A9\u0647 \u062F\u0631 \u0622\u0646 \u0628\u0631\u062E\u06CC \u0627\u0632 \u06A9\u0627\u0631\u0627\u06A9\u062A\u0631\u0647\u0627\u06CC \u0645\u0627\u0634\u0647 \u0628\u0647 \u0639\u0644\u0627\u0626\u0645 \u0646\u06AF\u0627\u0631\u0634\u06CC \u0686\u06CC\u0646\u06CC \u062F\u0631 \u0631\u0648\u0634 \u0648\u0631\u0648\u062F\u06CC \u0686\u06CC\u0646\u06CC \u062A\u0628\u062F\u06CC\u0644 \u0645\u06CC \u0634\u0648\u0646\u062F. \u0628\u0647 \u0639\u0646\u0648\u0627\u0646 \u0645\u062B\u0627\u0644\u060C \u062F\u0631 \u0631\u0648\u0634 \u0648\u0631\u0648\u062F\u06CC Sogou\u060C / \u0628\u0647 \u0645\u06A9\u062B \u062A\u0628\u062F\u06CC\u0644 \u0645\u06CC \u0634\u0648\u062F\u060C \u0648 \u062A\u0631\u062C\u0645\u0647 \u0647\u0645\u0647 \u062C\u0627\u0646\u0628\u0647 \u0627\u0632 \u0647\u0645\u0647 \u0646\u0645\u0627\u062F\u0647\u0627\u06CC \u0686\u06CC\u0646\u06CC \u0645\u0631\u0628\u0648\u0637 \u0628\u0647 \u067E\u0634\u062A\u06CC\u0628\u0627\u0646\u06CC \u0645\u06CC \u06A9\u0646\u062F. \u06A9\u0627\u0631\u0627\u06A9\u062A\u0631\u0647\u0627\u06CC \u0645\u0627\u0634\u0647\u060C \u06CC\u0639\u0646\u06CC //\u060C\u060C \u0647\u0645\u0647 \u0628\u0647 \u0639\u0646\u0648\u0627\u0646 \u06A9\u0627\u0631\u0627\u06A9\u062A\u0631\u0647\u0627\u06CC \u0645\u0627\u0634\u0647 \u0634\u0646\u0627\u062E\u062A\u0647 \u0645\u06CC \u0634\u0648\u0646\u062F.

\u062F\u0631 \u0639\u06CC\u0646 \u062D\u0627\u0644\u060C \u0645\u0627 \u0647\u0645\u0686\u0646\u06CC\u0646 \u0627\u0632 \u0646\u0627\u0645 \u0645\u0633\u062A\u0639\u0627\u0631 \u0686\u06CC\u0646\u06CC \u06A9\u062F\u0647\u0627\u06CC \u0632\u0628\u0627\u0646 \u0628\u0647 \u0639\u0646\u0648\u0627\u0646 \u062F\u0633\u062A\u0648\u0631\u0627\u062A \u067E\u0634\u062A\u06CC\u0628\u0627\u0646\u06CC \u0645\u06CC \u06A9\u0646\u06CC\u0645. \u0628\u0647 \u0639\u0646\u0648\u0627\u0646 \u0645\u062B\u0627\u0644\u060C /Japanese Hello World \u0628\u0647 \u0698\u0627\u067E\u0646\u06CC \u062A\u0631\u062C\u0645\u0647 \u0645\u06CC \u0634\u0648\u062F. <1> \u0628\u0631\u0627\u06CC \u0645\u0634\u0627\u0647\u062F\u0647 \u0647\u0645\u0647 \u06A9\u062F\u0647\u0627\u06CC \u0632\u0628\u0627\u0646 \u067E\u0634\u062A\u06CC\u0628\u0627\u0646\u06CC \u0634\u062F\u0647 \u0627\u06CC\u0646\u062C\u0627 \u0631\u0627 \u06A9\u0644\u06CC\u06A9 \u06A9\u0646\u06CC\u062F. .",reloadCurrentPage:"\u0644\u0637\u0641\u0627\u064B \u0642\u0628\u0644 \u0627\u0632 \u0634\u0631\u0648\u0639 \u062A\u0631\u062C\u0645\u0647 \u0635\u0641\u062D\u0647 \u0641\u0639\u0644\u06CC \u0631\u0627 \u0628\u0627\u0632\u062E\u0648\u0627\u0646\u06CC \u06A9\u0646\u06CC\u062F",noLocalFilePermissionForPDF:"\u0645\u0627 \u062F\u0631 \u062D\u0627\u0644 \u062D\u0627\u0636\u0631 \u0645\u062C\u0648\u0632 \u062E\u0648\u0627\u0646\u062F\u0646 \u0641\u0627\u06CC\u0644 \u0647\u0627\u06CC \u0645\u062D\u0644\u06CC \u0631\u0627 \u0646\u062F\u0627\u0631\u06CC\u0645. \u0644\u0637\u0641\u0627 \u0631\u0648\u06CC \u062F\u06A9\u0645\u0647 \u0628\u0627\u0644\u0627 \u06A9\u0644\u06CC\u06A9 \u06A9\u0646\u06CC\u062F \u0648 \u0641\u0627\u06CC\u0644 \u0647\u0627\u06CC \u0645\u062D\u0644\u06CC \u0631\u0627 \u0648\u0627\u0631\u062F \u06A9\u0646\u06CC\u062F.",noPermissionForThisPage:"\u26A0\uFE0F \u0627\u062C\u0627\u0632\u0647 \u062A\u0631\u062C\u0645\u0647 \u0635\u0641\u062D\u0647 \u0641\u0639\u0644\u06CC \u0648\u062C\u0648\u062F \u0646\u062F\u0627\u0631\u062F",retryAllParagraphs:"\u0647\u0645\u0647 \u067E\u0627\u0631\u0627\u06AF\u0631\u0627\u0641 \u0647\u0627\u06CC \u062E\u0637\u0627 \u0631\u0627 \u062F\u0648\u0628\u0627\u0631\u0647 \u0627\u0645\u062A\u062D\u0627\u0646 \u06A9\u0646\u06CC\u062F",retryAllButton:"\u0647\u0645\u0647 \u067E\u0627\u0631\u0627\u06AF\u0631\u0627\u0641 \u0647\u0627\u06CC \u062E\u0637\u0627 \u0631\u0627 \u062F\u0648\u0628\u0627\u0631\u0647 \u0627\u0645\u062A\u062D\u0627\u0646 \u06A9\u0646\u06CC\u062F",errorTooltipTitle:"\u0628\u0631\u0627\u06CC \u0645\u0634\u0627\u0647\u062F\u0647 \u062F\u0644\u06CC\u0644 \u062E\u0637\u0627 \u06A9\u0644\u06CC\u06A9 \u06A9\u0646\u06CC\u062F",errorModalTitle:"\u0628\u0647 \u0646\u0638\u0631 \u0645\u06CC \u0631\u0633\u062F \u0645\u0634\u06A9\u0644\u06CC \u062F\u0631 \u062E\u062F\u0645\u0627\u062A \u062A\u0631\u062C\u0645\u0647 \u06CC\u0627 \u0634\u0628\u06A9\u0647 \u0648\u062C\u0648\u062F \u062F\u0627\u0631\u062F ...",disableConfirm:"\u062A\u0646\u0638\u06CC\u0645\u0627\u062A \u0627\u0641\u0632\u0627\u06CC\u0634 \u0627\u0637\u0644\u0627\u0639\u0627\u062A \u062F\u0648 \u0632\u0628\u0627\u0646\u0647",disableOnce:"\u0627\u06CC\u0646 \u0628\u0627\u0631 \u063A\u06CC\u0631 \u0641\u0639\u0627\u0644 \u0634\u062F\u0647",disableGlobal:"\u0628\u0631\u0627\u06CC \u0647\u0645\u06CC\u0634\u0647 \u0627\u0632 \u06A9\u0627\u0631 \u0627\u0641\u062A\u0627\u062F\u0647 \u0627\u0633\u062A",disableTint:"* \u0645\u06CC \u062A\u0648\u0627\u0646\u06CC\u062F \u0622\u0646 \u0631\u0627 \u0645\u062C\u062F\u062F\u0627\u064B \u062F\u0631 {option} \u0641\u0639\u0627\u0644 \u06A9\u0646\u06CC\u062F.",searchEnhancementNotes:"\u062F\u0631\u06CC\u0627\u0641\u062A\u06CC\u0645 \u06A9\u0647 \u0646\u062A\u0627\u06CC\u062C \u0627\u062E\u0628\u0627\u0631 \u0628\u0631\u0627\u06CC \u06A9\u0644\u0645\u0627\u062A \u06A9\u0644\u06CC\u062F\u06CC \u0686\u06CC\u0646\u06CC \u0648 \u06A9\u0644\u0645\u0627\u062A \u06A9\u0644\u06CC\u062F\u06CC \u0627\u0646\u06AF\u0644\u06CC\u0633\u06CC \u0628\u0633\u06CC\u0627\u0631 \u0645\u062A\u0641\u0627\u0648\u062A \u0627\u0633\u062A. \u067E\u0633 \u0627\u0632 \u0641\u0639\u0627\u0644 \u06A9\u0631\u062F\u0646 \u0639\u0645\u0644\u06A9\u0631\u062F \u0628\u0647\u0628\u0648\u062F \u0627\u0637\u0644\u0627\u0639\u0627\u062A \u062F\u0648\u0632\u0628\u0627\u0646\u0647 \u062A\u0631\u062C\u0645\u0647 \u0647\u0645\u0647\u062C\u0627\u0646\u0628\u0647\u060C \u062F\u0631 \u0648\u0628 \u0633\u0627\u06CC\u062A \u0647\u0627\u06CC \u067E\u0634\u062A\u06CC\u0628\u0627\u0646\u06CC \u0634\u062F\u0647 (Google News\u060C \u062C\u0633\u062A\u062C\u0648\u06CC Google (\u0628\u0631\u062E\u06CC \u0627\u0632 \u06A9\u0644\u0645\u0627\u062A \u06A9\u0644\u06CC\u062F\u06CC)\u060C Snowball\u060C Oriental Fortune Network\u060C Futu \u062C\u0633\u062A\u062C\u0648 \u062E\u0648\u0627\u0647\u06CC\u0645 \u06A9\u0631\u062F. , Tiger) \u0628\u0647 \u0637\u0648\u0631 \u062E\u0648\u062F\u06A9\u0627\u0631 \u0647\u0645\u0627\u0646 \u06A9\u0644\u0645\u0627\u062A \u06A9\u0644\u06CC\u062F\u06CC \u0631\u0627 \u0628\u0647 \u0632\u0628\u0627\u0646 \u0627\u0646\u06AF\u0644\u06CC\u0633\u06CC \u0628\u0631\u0627\u06CC \u0634\u0645\u0627 \u062C\u0633\u062A\u062C\u0648 \u0645\u06CC \u06A9\u0646\u062F \u0648 \u062F\u0631 \u0633\u0645\u062A \u0631\u0627\u0633\u062A \u0646\u0645\u0627\u06CC\u0634 \u0645\u06CC \u062F\u0647\u062F. \u0627\u06AF\u0631 \u0628\u0647 \u0627\u06CC\u0646 \u0648\u06CC\u0698\u06AF\u06CC \u0646\u06CC\u0627\u0632 \u0646\u062F\u0627\u0631\u06CC\u062F\u060C \u0645\u06CC \u062A\u0648\u0627\u0646\u06CC\u062F \u0622\u0646 \u0631\u0627 \u063A\u06CC\u0631\u0641\u0639\u0627\u0644 \u06A9\u0646\u06CC\u062F.",option:"\u0628\u0631\u067E\u0627\u06CC\u06CC",saveSettings:"\u062A\u0646\u0638\u06CC\u0645\u0627\u062A \u0631\u0627 \u0630\u062E\u06CC\u0631\u0647 \u06A9\u0646",closeModal:"\u067E\u0646\u062C\u0631\u0647 \u0631\u0627 \u0628\u0628\u0646\u062F",enableInputTranslationWithoutTriggerKeyTitle:"\u062A\u0631\u06A9\u06CC\u0628 \u0633\u0631\u06CC\u0639 \u0631\u0627 3 \u0628\u0627\u0631{trailingKey}\u0641\u0639\u0627\u0644 \u06A9\u0646\u06CC\u062F\u060C \u062A\u0645\u0627\u0645 \u06A9\u0627\u062F\u0631 \u0648\u0631\u0648\u062F\u06CC \u0631\u0627 \u0645\u0633\u062A\u0642\u06CC\u0645\u0627\u064B \u0628\u0647{inputTargetLanguage}\u062A\u0631\u062C\u0645\u0647 \u06A9\u0646\u06CC\u062F",enableInputTranslationWithoutTriggerKeyDescription:"\u0627\u06AF\u0631 \u0645\u06CC\u200C\u062E\u0648\u0627\u0647\u06CC\u062F \u0632\u0628\u0627\u0646 \u0645\u0642\u0635\u062F \u0631\u0627 \u0645\u0634\u062E\u0635 \u06A9\u0646\u06CC\u062F\u060C \u0644\u0637\u0641\u0627\u064B \u06A9\u062F \u0632\u0628\u0627\u0646 \u0645\u0642\u0627\u0628\u0644 \u0631\u0627 \u0627\u0636\u0627\u0641\u0647 \u06A9\u0646\u06CC\u062F\u060C \u0645\u0627\u0646\u0646\u062F\uFF1A\u06CC\u0627 Hello World",mouseHoverShortcutPlaceholder:"\u0645\u0627\u0646\u0646\u062F\uFF1AShift",deepLProName:"\u0639\u0636\u0648 \u062D\u0631\u0641\u0647 \u0627\u06CC \u062A\u0631\u062C\u0645\u0647 Immersive (\u062A\u0648\u0635\u06CC\u0647 \u0645\u06CC \u0634\u0648\u062F)",deepLProDescription:"\u0628\u0633\u062A\u0647 \u0641\u0639\u0644\u06CC \u0631\u0627 \u0645\u06CC \u062A\u0648\u0627\u0646 \u0628\u0647 \u0637\u0648\u0631 \u0645\u0633\u062A\u0642\u06CC\u0645 \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u06A9\u0631\u062F",deeplProDescriptionForNormal:"\u0647\u06CC\u0686 \u062A\u0646\u0638\u06CC\u0645\u0627\u062A\u06CC \u0644\u0627\u0632\u0645 \u0646\u06CC\u0633\u062A. \u0645\u06CC \u062A\u0648\u0627\u0646\u06CC\u062F \u067E\u0633 \u0627\u0632 \u0648\u0631\u0648\u062F \u0628\u0647 \u0639\u0646\u0648\u0627\u0646 \u0639\u0636\u0648 \u0627\u0632 \u0622\u0646 \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u06A9\u0646\u06CC\u062F. <1> \u0628\u0631\u0627\u06CC \u0627\u0631\u062A\u0642\u0627 \u0628\u0647 \u0639\u0636\u0648 \u0627\u06CC\u0646\u062C\u0627 \u0631\u0627 \u06A9\u0644\u06CC\u06A9 \u06A9\u0646\u06CC\u062F.",deepLCustomDescription:"\u0634\u0645\u0627 \u0628\u0647 \u06CC\u06A9 \u06A9\u0627\u0631\u062A \u0627\u0639\u062A\u0628\u0627\u0631\u06CC \u062E\u0627\u0631\u062C\u06CC \u0646\u06CC\u0627\u0632 \u062F\u0627\u0631\u06CC\u062F\u060C \u0628\u0647 <1>DeepL \u0628\u0631\u0648\u06CC\u062F \u0628\u0647 \u0637\u0648\u0631 \u0631\u0633\u0645\u06CC \u0628\u0627\u0632 \u0634\u062F\u060C \u0628\u0631\u0627\u06CC \u0645\u0634\u0627\u0647\u062F\u0647 \u0627\u0633\u0646\u0627\u062F <2> \u06A9\u0644\u06CC\u06A9 \u06A9\u0646\u06CC\u062F",deepLCustomName:"\u06A9\u0644\u06CC\u062F \u062A\u0623\u06CC\u06CC\u062F \u0633\u0641\u0627\u0631\u0634\u06CC",chooseProviderLabel:"\u0627\u0631\u0627\u0626\u0647 \u062F\u0647\u0646\u062F\u0647 \u062E\u062F\u0645\u0627\u062A \u0631\u0627 \u0627\u0646\u062A\u062E\u0627\u0628 \u06A9\u0646\u06CC\u062F",openaiProName:"\u0639\u0636\u0648 \u062D\u0631\u0641\u0647 \u0627\u06CC \u062A\u0631\u062C\u0645\u0647 Immersive (\u062A\u0648\u0635\u06CC\u0647 \u0645\u06CC \u0634\u0648\u062F)",openaiProDescription:"\u0628\u0633\u062A\u0647 \u0641\u0639\u0644\u06CC \u0631\u0627 \u0645\u06CC \u062A\u0648\u0627\u0646 \u0628\u0647 \u0637\u0648\u0631 \u0645\u0633\u062A\u0642\u06CC\u0645 \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u06A9\u0631\u062F",openaiProDescriptionForNormal:"\u0647\u06CC\u0686 \u062A\u0646\u0638\u06CC\u0645\u0627\u062A\u06CC \u0644\u0627\u0632\u0645 \u0646\u06CC\u0633\u062A. \u0645\u06CC \u062A\u0648\u0627\u0646\u06CC\u062F \u067E\u0633 \u0627\u0632 \u0648\u0631\u0648\u062F \u0628\u0647 \u0639\u0646\u0648\u0627\u0646 \u0639\u0636\u0648 \u0627\u0632 \u0622\u0646 \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u06A9\u0646\u06CC\u062F. <1> \u0628\u0631\u0627\u06CC \u0627\u0631\u062A\u0642\u0627 \u0628\u0647 \u0639\u0636\u0648 \u0627\u06CC\u0646\u062C\u0627 \u0631\u0627 \u06A9\u0644\u06CC\u06A9 \u06A9\u0646\u06CC\u062F.",openaiCustomDescription:"\u0645\u06CC \u062A\u0648\u0627\u0646 \u0622\u0646 \u0631\u0627 \u0627\u0632 OpenAI\u060C Azure OpenAI \u06CC\u0627 \u0633\u0627\u06CC\u0631 \u062E\u062F\u0645\u0627\u062A \u0634\u062E\u0635 \u062B\u0627\u0644\u062B \u062F\u0631\u06CC\u0627\u0641\u062A \u06A9\u0631\u062F. <1> \u0628\u0631\u0627\u06CC \u0645\u0634\u0627\u0647\u062F\u0647 \u0633\u0646\u062F \u0627\u06CC\u0646\u062C\u0627 \u0631\u0627 \u06A9\u0644\u06CC\u06A9 \u06A9\u0646\u06CC\u062F.",openaiCustomName:"\u06A9\u0644\u06CC\u062F API \u0633\u0641\u0627\u0631\u0634\u06CC",needLoginAction:"(\u0639\u0636\u0648\u06CC\u062A \u0631\u0627 \u0648\u0627\u0631\u062F \u06A9\u0646\u06CC\u062F \u06CC\u0627 \u0633\u0641\u0627\u0631\u0634\u06CC \u06A9\u0646\u06CC\u062F)",goLoginOrAction:"(\u0648\u0627\u0631\u062F \u0639\u0636\u0648\u06CC\u062A \u0634\u0648\u06CC\u062F \u06CC\u0627 \u0628\u0647 \u062A\u0646\u0638\u06CC\u0645\u0627\u062A \u0628\u0631\u0648\u06CC\u062F)",yearly:"\u0627\u0634\u062A\u0631\u0627\u06A9 \u0633\u0627\u0644\u0627\u0646\u0647 \u0645\u0633\u062A\u0645\u0631",quarterly:"\u0641\u0635\u0644 \u0647\u0627\u06CC \u0645\u062A\u0648\u0627\u0644\u06CC",monthly:"\u0627\u0634\u062A\u0631\u0627\u06A9 \u0645\u0627\u0647\u0627\u0646\u0647 \u0645\u0633\u062A\u0645\u0631",yearlyForOnce:"\u0628\u0633\u062A\u0647 \u0633\u0627\u0644\u0627\u0646\u0647 \u06CC\u06A9\u0628\u0627\u0631 \u0645\u0635\u0631\u0641",monthlyForOnce:"\u0628\u0633\u062A\u0647 \u06CC\u06A9\u0628\u0627\u0631\u0647 \u0645\u0627\u0647\u0627\u0646\u0647",daily:"\u0631\u0648\u0632\u0647\u0627\u06CC \u0645\u062A\u0648\u0627\u0644\u06CC",year:"\u0627\u0634\u062A\u0631\u0627\u06A9 \u0633\u0627\u0644\u0627\u0646\u0647 \u0645\u0633\u062A\u0645\u0631",quarter:"\u0641\u0635\u0644 \u0647\u0627\u06CC \u0645\u062A\u0648\u0627\u0644\u06CC",month:"\u0627\u0634\u062A\u0631\u0627\u06A9 \u0645\u0627\u0647\u0627\u0646\u0647 \u0645\u0633\u062A\u0645\u0631",day:"\u0631\u0648\u0632\u0647\u0627\u06CC \u0645\u062A\u0648\u0627\u0644\u06CC",onetime_7day:"\u0628\u0633\u062A\u0647 \u0622\u0632\u0645\u0627\u06CC\u0634\u06CC 7 \u0631\u0648\u0632\u0647",currentPlanDescriptionForFree:"\u0628\u0633\u062A\u0647 \u0641\u0639\u0644\u06CC\uFF1A\u0631\u0627\u06CC\u06AF\u0627\u0646 \u0627\u0633\u062A",currentPlanDescriptionForContinuous:"\u0628\u0633\u062A\u0647 \u0641\u0639\u0644\u06CC 0{plan}\uFF1A\u0648 \u0628\u0647 \u0637\u0648\u0631 \u062E\u0648\u062F\u06A9\u0627\u0631 \u062F\u0631 {endAt} \u062A\u0645\u062F\u06CC\u062F \u0645\u06CC \u0634\u0648\u062F",currentPlanDescriptionForAutoRenewCaceling:"\u0628\u0633\u062A\u0647 \u0641\u0639\u0644\u06CC\uFF1A{plan}\u0627\u0633\u062A \u0648 \u062F\u0631 {endAt} \u0645\u0646\u0642\u0636\u06CC \u0645\u06CC \u0634\u0648\u062F. \u067E\u0633 \u0627\u0632 \u0627\u0646\u0642\u0636\u0627 \u0628\u0647 \u0637\u0648\u0631 \u062E\u0648\u062F\u06A9\u0627\u0631 \u062A\u0645\u062F\u06CC\u062F \u0646\u0645\u06CC \u0634\u0648\u062F.",currentYearlyPlanDescriptionForAutoRenewCacelingWithRealPaiedUser:"\u0628\u0633\u062A\u0647 \u0641\u0639\u0644\u06CC\uFF1A{plan}\u062F\u0631 \u062A\u0627\u0631\u06CC\u062E {endAt} \u0645\u0646\u0642\u0636\u06CC \u0645\u06CC \u0634\u0648\u062F \u0648 \u067E\u0633 \u0627\u0632 \u0627\u0646\u0642\u0636\u0627 \u0628\u0647 \u0637\u0648\u0631 \u062E\u0648\u062F\u06A9\u0627\u0631 \u062A\u0645\u062F\u06CC\u062F \u0646\u0645\u06CC \u0634\u0648\u062F.
<1> \u0628\u0631\u0627\u06CC \u0645\u062F\u06CC\u0631\u06CC\u062A \u0628\u0631\u0646\u0627\u0645\u0647 \u0647\u0627\u06CC \u062A\u0645\u062F\u06CC\u062F \u0627\u06CC\u0646\u062C\u0627 \u0631\u0627 \u06A9\u0644\u06CC\u06A9 \u06A9\u0646\u06CC\u062F",currentYearlyPlanDescriptionForAutoRenewCacelingWithAdmin:"\u0628\u0633\u062A\u0647 \u0641\u0639\u0644\u06CC\uFF1A{plan}\u062F\u0631 \u062A\u0627\u0631\u06CC\u062E {endAt} \u0645\u0646\u0642\u0636\u06CC \u0645\u06CC \u0634\u0648\u062F \u0648 \u067E\u0633 \u0627\u0632 \u0627\u0646\u0642\u0636\u0627 \u0628\u0647 \u0637\u0648\u0631 \u062E\u0648\u062F\u06A9\u0627\u0631 \u062A\u0645\u062F\u06CC\u062F \u0646\u0645\u06CC \u0634\u0648\u062F.
<1>\u0628\u0631\u0627\u06CC \u0641\u0639\u0627\u0644 \u06A9\u0631\u062F\u0646 \u0627\u0634\u062A\u0631\u0627\u06A9 \u0633\u0627\u0644\u0627\u0646\u0647 \u0645\u0633\u062A\u0645\u0631 \u0627\u06CC\u0646\u062C\u0627 \u0631\u0627 \u06A9\u0644\u06CC\u06A9 \u06A9\u0646\u06CC\u062F",currentPlanDescriptionForOneTime:"\u0628\u0633\u062A\u0647 \u0641\u0639\u0644\u06CC\uFF1A{plan}\u0627\u0633\u062A \u0648 \u062F\u0631 {endAt} \u0645\u0646\u0642\u0636\u06CC \u0645\u06CC \u0634\u0648\u062F. <1> \u0628\u0631\u0627\u06CC \u0627\u0631\u062A\u0642\u0627\u0621 \u0628\u0647 \u0647\u0632\u06CC\u0646\u0647 \u0633\u0627\u0644\u0627\u0646\u0647 \u0627\u06CC\u0646\u062C\u0627 \u0631\u0627 \u06A9\u0644\u06CC\u06A9 \u06A9\u0646\u06CC\u062F \u06CC\u0627 <2> \u0647\u0632\u06CC\u0646\u0647 \u0645\u0627\u0647\u0627\u0646\u0647 \u0639\u0636\u0648",upgradePlan:"\u0628\u0631\u0627\u06CC \u0627\u0631\u062A\u0642\u0627\u0621 \u0628\u0647 \u0639\u0636\u0648\u06CC\u062A Pro \u0627\u06CC\u0646\u062C\u0627 \u0631\u0627 \u06A9\u0644\u06CC\u06A9 \u06A9\u0646\u06CC\u062F",upgradeToPro:"\u0628\u0647 \u0639\u0636\u0648\u06CC\u062A Pro \u0627\u0631\u062A\u0642\u0627 \u062F\u0647\u06CC\u062F","popup.openPro":"\u5F00\u901A\u4F1A\u5458\u540E\u53EF\u4EE5\u7545\u4EAB DeepL \u548C OpenAI \u7FFB\u8BD1","popup.openProForPro":"\u0634\u0645\u0627 \u06CC\u06A9 \u0639\u0636\u0648 \u062D\u0631\u0641\u0647 \u0627\u06CC \u0647\u0633\u062A\u06CC\u062F \u0648 \u0645\u06CC \u062A\u0648\u0627\u0646\u06CC\u062F \u0645\u0633\u062A\u0642\u06CC\u0645\u0627\u064B \u0627\u0632 \u062A\u0631\u062C\u0645\u0647 DeepL \u0648 OpenAI \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u06A9\u0646\u06CC\u062F",currentAccount:"\u062D\u0633\u0627\u0628 \u062C\u0627\u0631\u06CC",enableAutoSyncUserSettings:"\u0647\u0645\u06AF\u0627\u0645 \u0633\u0627\u0632\u06CC \u0627\u0628\u0631\u06CC \u062E\u0648\u062F\u06A9\u0627\u0631 \u0631\u0627 \u062F\u0631 \u0686\u0646\u062F\u06CC\u0646 \u062F\u0633\u062A\u06AF\u0627\u0647 \u0641\u0639\u0627\u0644 \u06A9\u0646\u06CC\u062F",modalEnableInputTranslationTitle:"\u0646\u06A9\u0627\u062A \u062A\u0631\u062C\u0645\u0647 \u0647\u0645\u0647\u062C\u0627\u0646\u0628\u0647 \u062C\u0639\u0628\u0647 \u0648\u0631\u0648\u062F\u06CC \u062A\u0631\u062C\u0645\u0647",modalEnableInputTranslationDesc:"\u0634\u0645\u0627 \u0628\u0647 \u062A\u0627\u0632\u06AF\u06CC \u062A\u0631\u062C\u0645\u0647 \u062C\u0639\u0628\u0647 \u0648\u0631\u0648\u062F\u06CC Immersive Translation \u0631\u0627 \u0628\u0627 \u0641\u0634\u0627\u0631 \u062F\u0627\u062F\u0646 \u06A9\u0644\u06CC\u062F \u0641\u0627\u0635\u0644\u0647 \u0633\u0647 \u0628\u0627\u0631 \u067E\u0634\u062A \u0633\u0631 \u0647\u0645 \u0641\u0639\u0627\u0644 \u06A9\u0631\u062F\u0647 \u0627\u06CC\u062F \u0648 \u0645\u062D\u062A\u0648\u0627\u06CC \u062C\u0639\u0628\u0647 \u0648\u0631\u0648\u062F\u06CC \u0628\u0647 \u0632\u0628\u0627\u0646 \u0645\u0642\u0635\u062F \u067E\u06CC\u0634 \u0641\u0631\u0636 \u062A\u0631\u062C\u0645\u0647 \u0645\u06CC \u0634\u0648\u062F. \u062A\u0631\u062C\u0645\u0647 \u0631\u0627 \u0645\u06CC \u062A\u0648\u0627\u0646 \u0628\u0627 Ctrl+Z \u0644\u063A\u0648 \u06A9\u0631\u062F.

\u0627\u06AF\u0631 \u0627\u06CC\u0646 \u06CC\u06A9 \u0627\u0634\u062A\u0628\u0627\u0647 \u0627\u0633\u062A\u060C \u0646\u06AF\u0631\u0627\u0646 \u0646\u0628\u0627\u0634\u06CC\u062F\u060C \u0645\u06CC\u200C\u062A\u0648\u0627\u0646\u06CC\u062F \u0627\u06CC\u0646 \u0628\u0627\u0631 \u0622\u0646 \u0631\u0627 \u063A\u06CC\u0631\u0641\u0639\u0627\u0644 \u06A9\u0646\u06CC\u062F \u06CC\u0627 \u062A\u0631\u062C\u0645\u0647 \u062C\u0639\u0628\u0647 \u0648\u0631\u0648\u062F\u06CC \u0631\u0627 \u0628\u0631\u0627\u06CC \u0647\u0645\u06CC\u0634\u0647 \u063A\u06CC\u0631\u0641\u0639\u0627\u0644 \u06A9\u0646\u06CC\u062F.",saveAndNotShowAgain:"\u0630\u062E\u06CC\u0631\u0647 \u06A9\u0646\u06CC\u062F \u0648 \u062F\u0648\u0628\u0627\u0631\u0647 \u062F\u0631\u062E\u0648\u0627\u0633\u062A \u0646\u06A9\u0646\u06CC\u062F",disableInputTranslationTips:"* \u0647\u0645\u0686\u0646\u06CC\u0646 \u0645\u06CC \u062A\u0648\u0627\u0646\u06CC\u062F \u0633\u0627\u06CC\u0631 \u06A9\u0644\u06CC\u062F\u0647\u0627\u06CC \u0645\u06CC\u0627\u0646\u0628\u0631 \u0631\u0627 \u0628\u0631\u0627\u06CC \u0641\u0639\u0627\u0644 \u06A9\u0631\u062F\u0646 {option} \u060C{learnMore}\u062A\u0646\u0638\u06CC\u0645 \u06A9\u0646\u06CC\u062F.",learnMore:"\u0628\u0631\u0627\u06CC \u0627\u0637\u0644\u0627\u0639\u0627\u062A \u0628\u06CC\u0634\u062A\u0631 \u0627\u06CC\u0646\u062C\u0627 \u06A9\u0644\u06CC\u06A9 \u06A9\u0646\u06CC\u062F",continueEnalbeInputTranslation:"\u0628\u0647 \u0641\u0639\u0627\u0644 \u06A9\u0631\u062F\u0646 \u062A\u0631\u062C\u0645\u0647 \u062C\u0639\u0628\u0647 \u0648\u0631\u0648\u062F\u06CC \u0627\u062F\u0627\u0645\u0647 \u062F\u0647\u06CC\u062F",autoRenewTrialSuffix:'(\u062F\u0631 \u0637\u0648\u0644 \u062F\u0648\u0631\u0647 \u0622\u0632\u0645\u0627\u06CC\u0634\u06CC\u060C\u0628\u0644\u0627\u0641\u0627\u0635\u0644\u0647 \u0628\u0647 \u06CC\u06A9\u0631\u0633\u0645\u06CC \u0627\u0631\u062A\u0642\u0627 \u062E\u0648\u0627\u0647\u062F \u06CC\u0627\u0641\u062A.',upgradeFromTrialTitle:"\u0627\u0631\u062A\u0642\u0627 \u0628\u0647 \u0639\u0636\u0648 \u0631\u0633\u0645\u06CC",subtitle:"\u0632\u06CC\u0631\u0646\u0648\u06CC\u0633 \u0648\u06CC\u062F\u06CC\u0648",youtubeService:"\u062E\u062F\u0645\u0627\u062A \u062A\u0631\u062C\u0645\u0647 \u0632\u06CC\u0631\u0646\u0648\u06CC\u0633 \u0648\u06CC\u062F\u06CC\u0648\u06CC\u06CC \u0647\u0645\u0647\u062C\u0627\u0646\u0628\u0647","subtitle.disabledSubtitle":"\u0632\u06CC\u0631\u0646\u0648\u06CC\u0633 \u0648\u06CC\u062F\u06CC\u0648 \u0631\u0627 \u0628\u0631\u0627\u06CC \u0647\u0645\u06CC\u0634\u0647 \u063A\u06CC\u0631\u0641\u0639\u0627\u0644 \u06A9\u0646\u06CC\u062F","subtitle.disabledSubtitleDescription":"\u0627\u06AF\u0631 \u0632\u06CC\u0631\u0646\u0648\u06CC\u0633\u200C\u0647\u0627\u06CC \u0648\u06CC\u062F\u06CC\u0648\u06CC \xAB\u062A\u0631\u062C\u0645\u0647 Immersive\xBB \u0628\u0627 \u0628\u0631\u0646\u0627\u0645\u0647\u200C\u0647\u0627\u06CC \u0627\u0641\u0632\u0648\u062F\u0646\u06CC \u062F\u06CC\u06AF\u0631 \u062A\u062F\u0627\u062E\u0644 \u062F\u0627\u0631\u0646\u062F\u060C \u0645\u06CC\u200C\u062A\u0648\u0627\u0646\u06CC\u062F \u0627\u0646\u062A\u062E\u0627\u0628 \u06A9\u0646\u06CC\u062F \u06A9\u0647 \u0639\u0645\u0644\u06A9\u0631\u062F \u0632\u06CC\u0631\u0646\u0648\u06CC\u0633\u200C\u0647\u0627\u06CC \u0648\u06CC\u062F\u06CC\u0648\u06CC\u06CC \u062A\u0631\u062C\u0645\u0647 Immersive \u0631\u0627 \u0628\u0631\u0627\u06CC \u0647\u0645\u06CC\u0634\u0647 \u063A\u06CC\u0631\u0641\u0639\u0627\u0644 \u06A9\u0646\u06CC\u062F \u06CC\u0627 \u0633\u0627\u06CC\u0631 \u0628\u0631\u0646\u0627\u0645\u0647\u200C\u0647\u0627\u06CC \u0627\u0641\u0632\u0648\u062F\u0646\u06CC \u0645\u062A\u0646\u0627\u0642\u0636 \u0631\u0627 \u062D\u0630\u0641 \u0646\u0635\u0628 \u06A9\u0646\u06CC\u062F.","subtitle.autoEnableSubtitle":"\u5F00\u542F\u5B57\u5E55\u7FFB\u8BD1","subtitle.autoEnableSubtitleDescription":"\u067E\u0633 \u0627\u0632 \u0641\u0639\u0627\u0644 \u0633\u0627\u0632\u06CC\u060C \u0647\u0646\u06AF\u0627\u0645 \u067E\u062E\u0634 \u0648\u06CC\u062F\u06CC\u0648\u060C \u0632\u06CC\u0631\u0646\u0648\u06CC\u0633 \u062F\u0648\u0632\u0628\u0627\u0646\u0647 \u0628\u0647 \u0635\u0648\u0631\u062A \u062E\u0648\u062F\u06A9\u0627\u0631 \u0646\u0645\u0627\u06CC\u0634 \u062F\u0627\u062F\u0647 \u0645\u06CC \u0634\u0648\u062F\u060C \u062F\u0631 \u063A\u06CC\u0631 \u0627\u06CC\u0646 \u0635\u0648\u0631\u062A \u0628\u0627\u06CC\u062F \u0631\u0648\u06CC \u062F\u06A9\u0645\u0647 \u062A\u0631\u062C\u0645\u0647 \u06A9\u0644\u06CC\u06A9 \u06A9\u0646\u06CC\u062F \u062A\u0627 \u0646\u0645\u0627\u06CC\u0634 \u062F\u0627\u062F\u0647 \u0634\u0648\u062F.","subtitle.preTranslation":"\u0628\u0631\u0627\u06CC \u062A\u0631\u062C\u0645\u0647 \u0632\u06CC\u0631\u0646\u0648\u06CC\u0633 \u0647\u0627 \u0627\u0632 \u062A\u0631\u062C\u0645\u0647 \u0647\u0645\u0647 \u062C\u0627\u0646\u0628\u0647 \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u06A9\u0646\u06CC\u062F","subtitle.preTranslationDescription":"\u067E\u0633 \u0627\u0632 \u0641\u0639\u0627\u0644 \u06A9\u0631\u062F\u0646 \u0622\u0646\u060C \u0627\u0648\u0644\u0648\u06CC\u062A \u0628\u0627 \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u0627\u0632 \u062E\u062F\u0645\u0627\u062A \u062A\u0631\u062C\u0645\u0647 \u0645\u0634\u062E\u0635 \u0634\u062F\u0647 \u062F\u0631 \u0632\u06CC\u0631 \u0628\u0631\u0627\u06CC \u062A\u0631\u062C\u0645\u0647 \u06A9\u0644 \u0632\u06CC\u0631\u0646\u0648\u06CC\u0633 \u0627\u0632 \u0642\u0628\u0644 \u062E\u0648\u0627\u0647\u062F \u0628\u0648\u062F. \u06CC\u06A9 \u0648\u06CC\u062F\u06CC\u0648\u06CC \u06CC\u06A9 \u0633\u0627\u0639\u062A\u0647 \u062A\u0642\u0631\u06CC\u0628\u0627\u064B 50000 \u062A\u0648\u06A9\u0646 \u06CC\u0627 \u06A9\u0627\u0631\u0627\u06A9\u062A\u0631 \u0645\u0635\u0631\u0641 \u0645\u06CC \u06A9\u0646\u062F\u060C \u0628\u0646\u0627\u0628\u0631\u0627\u06CC\u0646 \u0644\u0637\u0641\u0627\u064B \u0627\u0632 \u0622\u0646 \u062F\u0631 \u0635\u0648\u0631\u062A \u0644\u0632\u0648\u0645 \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u06A9\u0646\u06CC\u062F\u061B \u067E\u0633 \u0627\u0632 \u063A\u06CC\u0631\u0641\u0639\u0627\u0644 \u0634\u062F\u0646\u060C \u0627\u0648\u0644\u0648\u06CC\u062A \u062F\u0627\u062F\u0647 \u0645\u06CC \u0634\u0648\u062F. \u0628\u0631\u0627\u06CC \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u0627\u0632 \u0632\u06CC\u0631\u0646\u0648\u06CC\u0633\u200C\u0647\u0627\u06CC \u062A\u0631\u062C\u0645\u0647\u200C\u0634\u062F\u0647 \u0645\u0627\u0634\u06CC\u0646\u06CC \u0647\u0645\u0631\u0627\u0647 \u0628\u0627 \u0648\u06CC\u062F\u06CC\u0648\u06CC \u0627\u0635\u0644\u06CC.","subtitle.humanSubtitlesPreferred":"\u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u0627\u0632 \u0632\u06CC\u0631\u0646\u0648\u06CC\u0633 \u0647\u0627\u06CC \u0627\u0646\u0633\u0627\u0646\u06CC \u0631\u0627 \u062F\u0631 \u0627\u0648\u0644\u0648\u06CC\u062A \u0642\u0631\u0627\u0631 \u062F\u0647\u06CC\u062F","subtitle.humanSubtitlesPreferredDescription":"\u0648\u0642\u062A\u06CC \u0648\u06CC\u062F\u06CC\u0648\u06CC\u06CC \u062F\u0627\u0631\u0627\u06CC \u0632\u06CC\u0631\u0646\u0648\u06CC\u0633 \u062F\u0633\u062A\u06CC \u0628\u0647 \u0632\u0628\u0627\u0646 \u0645\u0642\u0635\u062F \u0627\u0633\u062A\u060C \u0627\u0628\u062A\u062F\u0627 \u0627\u0632 \u0632\u06CC\u0631\u0646\u0648\u06CC\u0633 \u062F\u0633\u062A\u06CC \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u06A9\u0646\u06CC\u062F (\u062A\u0648\u0635\u06CC\u0647 \u0645\u06CC\u200C\u0634\u0648\u062F)",videoSubtitleTranslationDescription:"\u06CC\u06A9 \u0633\u0631\u0648\u06CC\u0633 \u062A\u0631\u062C\u0645\u0647 \u062C\u062F\u0627\u06AF\u0627\u0646\u0647 \u0628\u0631\u0627\u06CC \u0632\u06CC\u0631\u0646\u0648\u06CC\u0633 \u0648\u06CC\u062F\u06CC\u0648\u0647\u0627 \u062A\u0639\u06CC\u06CC\u0646 \u06A9\u0646\u06CC\u062F",subtitleTranslating:"\u062A\u0631\u062C\u0645\u0647 \u0632\u06CC\u0631\u0646\u0648\u06CC\u0633 \u0628\u0627 \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u0627\u0632 \u0633\u0631\u0648\u06CC\u0633 {service} \u060C \u0644\u0637\u0641\u0627 \u0635\u0628\u0631 \u06A9\u0646\u06CC\u062F... (\u062A\u0631\u062C\u0645\u0647 \u0647\u0645\u0647 \u062C\u0627\u0646\u0628\u0647)",subtitleLoading:"\u062F\u0631 \u062D\u0627\u0644 \u0628\u0627\u0631\u06AF\u06CC\u0631\u06CC \u0632\u06CC\u0631\u0646\u0648\u06CC\u0633...",bilingual:"\u062F\u0648 \u0632\u0628\u0627\u0646\u0647","field.action":"\u0627\u06CC\u0646\u06A9\u0647 \u0622\u06CC\u0627 \u0627\u0635\u0637\u0644\u0627\u062D\u0627\u062A Baidu \u0631\u0627 \u0641\u0639\u0627\u0644 \u06A9\u0646\u06CC\u062F","description.action":"\u067E\u0633 \u0627\u0632 \u0641\u0639\u0627\u0644 \u06A9\u0631\u062F\u0646\u060C \u067E\u0627\u0631\u0627\u0645\u062A\u0631 action=1 \u0628\u0647 \u062F\u0631\u062E\u0648\u0627\u0633\u062A \u0627\u0636\u0627\u0641\u0647 \u0645\u06CC\u200C\u0634\u0648\u062F \u062A\u0627 \u0628\u0647 Baidu \u0627\u0637\u0644\u0627\u0639 \u062F\u0627\u062F\u0647 \u0634\u0648\u062F \u062A\u0627 \u0627\u0635\u0637\u0644\u0627\u062D \u0641\u0639\u0627\u0644 \u0634\u0648\u062F. <1> \u0644\u0637\u0641\u0627\u064B \u0628\u0631\u0627\u06CC \u062F\u0633\u062A\u0648\u0631\u0627\u0644\u0639\u0645\u0644\u200C\u0647\u0627\u06CC \u0628\u06CC\u0634\u062A\u0631 \u0628\u0647 \u0645\u0633\u062A\u0646\u062F\u0627\u062A \u0631\u0633\u0645\u06CC \u0645\u0631\u0627\u062C\u0639\u0647 \u06A9\u0646\u06CC\u062F.",closeQuickTranslation:"\u062A\u0648\u067E \u0634\u0646\u0627\u0648\u0631 \u0631\u0627 \u0628\u0628\u0646\u062F\u06CC\u062F","closeQuickTranslation.untilNext":"\u062A\u0627 \u0628\u0627\u0632\u062F\u06CC\u062F \u0628\u0639\u062F\u06CC \u062A\u0639\u0637\u06CC\u0644 \u0627\u0633\u062A","closeQuickTranslation.currentWebsite":"\u0648\u0628 \u0633\u0627\u06CC\u062A \u0641\u0639\u0644\u06CC \u063A\u06CC\u0631\u0641\u0639\u0627\u0644 \u0627\u0633\u062A","closeQuickTranslation.alwaysClose":"\u0628\u0631\u0627\u06CC \u0647\u0645\u06CC\u0634\u0647 \u0627\u0632 \u06A9\u0627\u0631 \u0627\u0641\u062A\u0627\u062F\u0647 \u0627\u0633\u062A","closeQuickTranslation.settingOpen":"(\u062F\u0631 \u0635\u0641\u062D\u0647 \u062A\u0646\u0638\u06CC\u0645\u0627\u062A <1> \u0642\u0627\u0628\u0644 \u0645\u0634\u0627\u0647\u062F\u0647 \u0627\u0633\u062A \u0631\u0648\u0634\u0646 \u06A9\u0646)","closeQuickTranslation.cancel":"\u0644\u063A\u0648 \u06A9\u0646\u06CC\u062F","closeQuickTranslation.confirm":"\u0645\u0637\u0645\u0626\u0646","floatBall.popup":"\u067E\u0627\u0646\u0644 \u062A\u0646\u0638\u06CC\u0645\u0627\u062A \u0633\u0631\u06CC\u0639 \u0631\u0627 \u0628\u0627\u0632 \u06A9\u0646\u06CC\u062F","floatBall.translate":"\u0628\u0631\u0627\u06CC \u062A\u0631\u062C\u0645\u0647 \u0627\u06CC\u0646 \u0635\u0641\u062D\u0647 \u06A9\u0644\u06CC\u06A9 \u06A9\u0646\u06CC\u062F","floatBall.showOriginal":"\u0628\u0631\u0627\u06CC \u0628\u0627\u0632\u06AF\u0634\u062A \u0628\u0647 \u0645\u062A\u0646 \u0627\u0635\u0644\u06CC \u06A9\u0644\u06CC\u06A9 \u06A9\u0646\u06CC\u062F","floatBall.close":"\u062A\u0648\u067E \u0634\u0646\u0627\u0648\u0631 \u0631\u0627 \u0628\u0628\u0646\u062F\u06CC\u062F","floatBallOptions.enableDescPc":"\u067E\u0633 \u0627\u0632 \u0641\u0639\u0627\u0644 \u0634\u062F\u0646 \u062A\u0648\u067E \u0634\u0646\u0627\u0648\u0631 \u0635\u0641\u062D\u0647\u060C \u062F\u06A9\u0645\u0647 \u062A\u0631\u062C\u0645\u0647 \u0633\u0631\u06CC\u0639 \u062F\u0631 \u0633\u0645\u062A \u0631\u0627\u0633\u062A \u0635\u0641\u062D\u0647 \u0646\u0645\u0627\u06CC\u0634 \u062F\u0627\u062F\u0647 \u0645\u06CC \u0634\u0648\u062F.\u0628\u0631\u0627\u06CC \u062A\u0631\u062C\u0645\u0647 \u06A9\u0644\u06CC\u06A9 \u06A9\u0646\u06CC\u062F.","floatBallOptions.enableDesc":"\u5173\u95ED\u60AC\u6D6E\u7403\u540E\uFF0C\u53EF\u4EE5\u7528\u5FEB\u6377\u952E/{touch}\u5524\u8D77\u3002\u4E3A\u9632\u6B62\u4E0D\u614E\u5173\u95ED\u8BE5\u9009\u9879\u540E\u627E\u4E0D\u5230\u60AC\u6D6E\u7403\uFF0C\u5F3A\u70C8\u5EFA\u8BAE\u6536\u85CF\u672C\u8BBE\u7F6E\u9875","description.azureApiUrl":"\u0622\u062F\u0631\u0633 \u0631\u0627\u0628\u0637 API \u0633\u0641\u0627\u0631\u0634\u06CC \u0631\u0627 \u067E\u0631 \u06A9\u0646\u06CC\u062F",confirmSupportMouse:"\u786E\u8BA4\u5F53\u524D\u6D4F\u89C8\u5668\u652F\u6301\u9F20\u6807",confirmSupportMouseDescription:"\u062A\u0634\u062E\u06CC\u0635 \u062F\u0627\u062F\u0647 \u0634\u062F\u0647 \u0627\u0633\u062A \u06A9\u0647 \u0645\u0631\u0648\u0631\u06AF\u0631 \u0641\u0639\u0644\u06CC \u0627\u0632 \u0639\u0645\u0644\u06A9\u0631\u062F \u0645\u0627\u0648\u0633 \u067E\u0634\u062A\u06CC\u0628\u0627\u0646\u06CC \u0646\u0645\u06CC \u06A9\u0646\u062F. \u0622\u06CC\u0627 \u0645\u06CC \u062E\u0648\u0627\u0647\u06CC\u062F \u067E\u0634\u062A\u06CC\u0628\u0627\u0646\u06CC \u0627\u0632 \u0645\u0627\u0648\u0633 \u0631\u0627 \u0628\u0647 \u0627\u062C\u0628\u0627\u0631 \u0641\u0639\u0627\u0644 \u06A9\u0646\u06CC\u062F\u061F",sampleTargetText:"\u0634\u0628 \u0637\u0648\u0644\u0627\u0646\u06CC \u062F\u0631 \u0631\u0627\u0647 \u0627\u0633\u062A \u0648 \u0645\u0646 \u0627\u0632 \u0627\u06CC\u0646 \u0628\u0647 \u0628\u0639\u062F \u062A\u0627 \u0632\u0645\u0627\u0646\u06CC \u06A9\u0647 \u0628\u0645\u06CC\u0631\u0645 \u0645\u0631\u0627\u0642\u0628 \u062E\u0648\u0627\u0647\u0645 \u0628\u0648\u062F. \u0645\u0646 \u0646\u0647 \u0632\u0646 \u0645\u06CC\u06AF\u06CC\u0631\u0645\u060C \u0646\u0647 \u0634\u0627\u0647\u06CC\u060C \u0646\u0647 \u0641\u0631\u0632\u0646\u062F\u06CC. \u062A\u0627\u062C \u0628\u0631 \u0633\u0631 \u0646\u062E\u0648\u0627\u0647\u0645 \u06AF\u0630\u0627\u0634\u062A \u0648 \u0628\u0631\u0627\u06CC \u0627\u0641\u062A\u062E\u0627\u0631\u0627\u062A \u0645\u0633\u0627\u0628\u0642\u0647 \u0646\u0645\u06CC \u062F\u0647\u0645. \u0645\u0646 \u0648\u0638\u06CC\u0641\u0647 \u0627\u0645 \u0631\u0627 \u0635\u0627\u062F\u0642\u0627\u0646\u0647 \u0627\u0646\u062C\u0627\u0645 \u062E\u0648\u0627\u0647\u0645 \u062F\u0627\u062F\u060C \u0632\u0646\u062F\u0647 \u0645\u06CC \u0634\u0648\u0645 \u0648 \u0645\u06CC \u0645\u06CC\u0631\u0645.",sampleSourceText:"Night gathers, and now my watch begins. It shall not end until my death. I shall take no wife, hold no lands, father no children. I shall wear no crowns and win no glory. I shall live and die at my post.","subtitle.supportedSites":"\u5DF2\u652F\u6301\u5728\u8FD9\u4E9B\u7F51\u7AD9\u4F7F\u7528\u53CC\u8BED\u5B57\u5E55\uFF08\u6CE8\u610F\uFF1A\u7531\u4E8E\u6280\u672F\u9650\u5236\uFF0C\u90E8\u5206\u7F51\u7AD9\u5728\u9996\u6B21\u5F00\u542F\u5B57\u5E55\u540E\u9700\u8981\u91CD\u65B0\u5237\u65B0\u9875\u9762\uFF0C\u6216\u8005\u9700\u7B49\u5F85\u7FFB\u8BD1\u5B8C\u6210\u4EE5\u663E\u793A\u53CC\u8BED\u5B57\u5E55\uFF09\uFF1A",viewWithImmersiveTranslate:"\u53CC\u8BED\u7248\u672C(\u6C89\u6D78\u5F0F\u7FFB\u8BD1)",errorReason:"\u9519\u8BEF\u539F\u56E0\uFF1A{message}","proQuotaExceededError.onetime7day":'\uFF0C\u60A8\u53EF\u4EE5\u9009\u62E9\u4EE5\u4E0B\u65B9\u5F0F\u89E3\u51B3\uFF1A

1. \u5207\u6362\u5230 {anotherService} \u6216\u5176\u4ED6\u7FFB\u8BD1\u670D\u52A1
2. \u5347\u7EA7\u4E3A\u6708\u5EA6/\u5E74\u5EA6\u4F1A\u5458',"proQuotaExceededError.trial":'\uFF0C\u60A8\u53EF\u4EE5\u9009\u62E9\u4EE5\u4E0B\u65B9\u5F0F\u89E3\u51B3\uFF1A

1. \u5207\u6362\u5230 {anotherService} \u6216\u5176\u4ED6\u7FFB\u8BD1\u670D\u52A1
2. \u7ACB\u523B\u5347\u7EA7\u4E3A\u6B63\u5F0F\u4F1A\u5458',"proQuotaExceededError.nonTrial":'\uFF0C\u60A8\u53EF\u4EE5\u9009\u62E9\u4EE5\u4E0B\u65B9\u5F0F\u89E3\u51B3\uFF1A

1. \u5207\u6362\u5230 {anotherService} \u6216\u5176\u4ED6\u7FFB\u8BD1\u670D\u52A1
2. \u8D2D\u4E70 {translationService} \u989D\u5916\u6D41\u91CF\u5305',"proQuotaExceededError.resetTime":"
3. \u989D\u5EA6\u91CD\u7F6E\u65F6\u95F4\uFF1A{resetTime}","desc.touchShortcutsToggleTranslatePageOnlyTranslation":"\u0641\u0642\u0637 \u0645\u062A\u0646 \u062A\u0631\u062C\u0645\u0647 \u0628\u0647 \u0645\u0639\u0646\u06CC \u0627\u0633\u062A \u06A9\u0647 \u0641\u0642\u0637 \u0645\u062A\u0646 \u062A\u0631\u062C\u0645\u0647 \u0646\u0645\u0627\u06CC\u0634 \u062F\u0627\u062F\u0647 \u0645\u06CC \u0634\u0648\u062F\u060C \u0627\u06AF\u0631 \u0635\u0641\u062D\u0647 \u0648\u0628 \u0647\u0646\u0648\u0632 \u062A\u0631\u062C\u0645\u0647 \u0646\u0634\u062F\u0647 \u0627\u0633\u062A\u060C \u062D\u0627\u0644\u062A \u062A\u063A\u06CC\u06CC\u0631 \u062E\u0648\u0627\u0647\u062F \u06A9\u0631\u062F \u0648 \u062A\u0631\u062C\u0645\u0647 \u062E\u0648\u0627\u0647\u062F \u0634\u062F.","desc.toggleOnlyTransation":"\u062D\u0627\u0644\u062A \u0641\u0642\u0637 \u062A\u0631\u062C\u0645\u0647 \u0628\u0647 \u0627\u06CC\u0646 \u0645\u0639\u0646\u06CC \u0627\u0633\u062A \u06A9\u0647 \u0641\u0642\u0637 \u0645\u062A\u0646 \u062A\u0631\u062C\u0645\u0647 \u0634\u062F\u0647 \u0646\u0645\u0627\u06CC\u0634 \u062F\u0627\u062F\u0647 \u0645\u06CC \u0634\u0648\u062F\u060C \u0627\u06AF\u0631 \u0635\u0641\u062D\u0647 \u0648\u0628 \u0647\u0646\u0648\u0632 \u062A\u0631\u062C\u0645\u0647 \u0646\u0634\u062F\u0647 \u0628\u0627\u0634\u062F\u060C \u062D\u0627\u0644\u062A \u062A\u063A\u06CC\u06CC\u0631 \u062E\u0648\u0627\u0647\u062F \u06A9\u0631\u062F \u0648 \u062A\u0631\u062C\u0645\u0647 \u062E\u0648\u0627\u0647\u062F \u0634\u062F.",touchShortcutsToggleTranslatePageOnlyTranslation:"\u062A\u0646\u0638\u06CC\u0645 \u062D\u0631\u06A9\u062A \u0644\u0645\u0633\u06CC \u0635\u0641\u062D\u0647 \u0646\u0645\u0627\u06CC\u0634 \u0628\u0631\u0627\u06CC \u062A\u063A\u06CC\u06CC\u0631 \u0628\u06CC\u0646 \u062D\u0627\u0644\u062A \u062F\u0648\u0632\u0628\u0627\u0646\u0647 / \u0641\u0642\u0637 \u0645\u062A\u0646 \u062A\u0631\u062C\u0645\u0647 \u0634\u062F\u0647",download_started:"\u062F\u0627\u0646\u0644\u0648\u062F \u0634\u0631\u0648\u0639 \u0634\u062F\u0647 \u0627\u0633\u062A \u060C \u0627\u06AF\u0631 \u0628\u0647 \u0637\u0648\u0631 \u062E\u0648\u062F\u06A9\u0627\u0631 \u062F\u0627\u0646\u0644\u0648\u062F \u0646\u0634\u062F \u060C \u0644\u0637\u0641\u0627\u064B \u0628\u0647 \u0635\u0648\u0631\u062A \u062F\u0633\u062A\u06CC \u062F\u0627\u0646\u0644\u0648\u062F \u06A9\u0646\u06CC\u062F.",here:"\u0627\u06CC\u0646\u062C\u0627","translationFont.customPlaceholder":"\u0641\u0648\u0646\u062A",translationFont:"\u062A\u0646\u0638\u06CC\u0645 \u0641\u0648\u0646\u062A",batchEdit:"\u0639\u0645\u0644\u06CC\u0627\u062A \u062F\u0633\u062A\u0647 \u062C\u0645\u0639\u06CC","translationModeLang.translation.title":"\u0641\u0642\u0637 \u062D\u0627\u0644\u062A \u062A\u0631\u062C\u0645\u0647 \u0632\u0628\u0627\u0646","error.goReset":"\u0628\u0627\u0632\u0646\u0634\u0627\u0646\u06CC \u06A9\u0646\u06CC\u062F","translationFont.custom":"\u0648\u0631\u0648\u062F \u0641\u0648\u0646\u062A \u0633\u0641\u0627\u0631\u0634\u06CC","error.serveConfigError":"\u062E\u0637\u0627\u06CC \u067E\u06CC\u06A9\u0631\u0628\u0646\u062F\u06CC \u0633\u0631\u0648\u06CC\u0633",detectServiceLoading:"\u062F\u0631 \u062D\u0627\u0644 \u0628\u0631\u0631\u0633\u06CC \u062E\u062F\u0645\u0627\u062A \u062A\u0631\u062C\u0645\u0647 \u0645\u0648\u062C\u0648\u062F...","touch.mouse-translate":"\u062A\u0631\u062C\u0645\u0647 \u067E\u0627\u0631\u0627\u06AF\u0631\u0627\u0641 \u0645\u0634\u062E\u0635","translationModeUrl.translation.title":"\u0622\u062F\u0631\u0633 \u0627\u06CC\u0646\u062A\u0631\u0646\u062A\u06CC \u062D\u0627\u0644\u062A \u0641\u0642\u0637 \u062A\u0631\u062C\u0645\u0647","translationServices.inherit":"\u0628\u0627 \u062E\u062F\u0645\u0627\u062A \u062A\u0631\u062C\u0645\u0647 \u0627\u0635\u0644\u06CC \u062F\u0646\u0628\u0627\u0644 \u06A9\u0646\u06CC\u062F","error.reloadPageOfSetting":"\u067E\u0633 \u0627\u0632 \u067E\u06CC\u06A9\u0631\u0628\u0646\u062F\u06CC\u060C \u0644\u0637\u0641\u0627 \u0635\u0641\u062D\u0647 \u0631\u0627 \u062F\u0648\u0628\u0627\u0631\u0647 \u062A\u0627\u0632\u0647 \u06A9\u0646\u06CC\u062F \u0648 \u062F\u0648\u0628\u0627\u0631\u0647 \u062A\u0631\u062C\u0645\u0647 \u06A9\u0646\u06CC\u062F.","error.configError":"\u0627\u0637\u0644\u0627\u0639\u0627\u062A \u067E\u06CC\u06A9\u0631\u0628\u0646\u062F\u06CC \u063A\u06CC\u0631 \u0645\u0639\u0645\u0648\u0644\u06CC \u0627\u0633\u062A","error.proTokenInvalid":"\u0627\u06AF\u0631 \u06A9\u0627\u0631\u0628\u0631 Pro \u0647\u0633\u062A\u06CC\u062F\u060C \u0644\u0637\u0641\u0627\u064B \u067E\u0633 \u0627\u0632 \u0648\u0631\u0648\u062F \u0627\u0632 \u062E\u062F\u0645\u0627\u062A \u062A\u0631\u062C\u0645\u0647 Pro \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u06A9\u0646\u06CC\u062F.",videoSubtitlePreTranslationOff:"\u0632\u06CC\u0631\u0646\u0648\u06CC\u0633 \u0648\u06CC\u062F\u06CC\u0648 \u0627\u0648\u0644\u0648\u06CC\u062A \u062E\u0648\u0627\u0647\u062F \u062F\u0627\u062F \u0628\u0647 \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u0627\u0632 \u0632\u06CC\u0631\u0646\u0648\u06CC\u0633 \u0645\u0627\u0634\u06CC\u0646\u06CC \u0645\u0648\u062C\u0648\u062F \u062F\u0631 \u0648\u06CC\u062F\u06CC\u0648 \u0627\u0635\u0644\u06CC",toggleToService:"\u0628\u0647 {service} \u062A\u063A\u06CC\u06CC\u0631 \u062F\u0647\u06CC\u062F \u0648 \u062F\u0648\u0628\u0627\u0631\u0647 \u0627\u0645\u062A\u062D\u0627\u0646 \u06A9\u0646\u06CC\u062F","error.proUpgrade":"\u067E\u0633 \u0627\u0632 \u0627\u0631\u062A\u0642\u0627\u060C \u0644\u0637\u0641\u0627 \u0635\u0641\u062D\u0647 \u0631\u0627 \u062F\u0648\u0628\u0627\u0631\u0647 \u062A\u0631\u062C\u0645\u0647 \u06A9\u0646\u06CC\u062F.",enableSentryReport:"\u0648\u0642\u062A\u06CC \u062E\u0637\u0627\u06CC \u06AF\u0633\u062A\u0631\u0634 \u0631\u062E \u0645\u06CC \u062F\u0647\u062F\u060C \u0628\u0627 \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u0627\u0632 Sentry \u0628\u0631\u0627\u06CC \u0627\u0631\u0633\u0627\u0644 \u0628\u0627\u0632\u062E\u0648\u0631\u062F \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u06A9\u0646\u06CC\u062F.","error.403":"\u062E\u062F\u0645\u062A \u062E\u0637\u0627\u06CC \u0628\u0631\u06AF\u0634\u062A \u062F\u0627\u062F\u0647 \u0627\u0633\u062A\u060C \u0645\u0648\u0642\u062A\u0627\u064B \u0627\u062C\u0627\u0632\u0647 \u062F\u0633\u062A\u0631\u0633\u06CC \u0628\u0647 \u0627\u06CC\u0646 \u062E\u062F\u0645\u062A \u0631\u0627 \u0646\u062F\u0627\u0631\u06CC\u062F.",videoSubtitlePreTranslationOn:"\u0632\u06CC\u0631\u0646\u0648\u06CC\u0633 \u0647\u0627\u06CC \u0648\u06CC\u062F\u06CC\u0648 \u0628\u0647 \u0637\u0648\u0631 \u0627\u0648\u0644\u0648\u06CC\u062A\u06CC \u0627\u0632 \u062A\u0631\u062C\u0645\u0647 \u0641\u0631\u0648 \u0631\u0641\u062A\u06AF\u06CC \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u062E\u0648\u0627\u0647\u062F \u06A9\u0631\u062F.","translationModeUrl.translation.description":"\u0648\u0642\u062A\u06CC \u0648\u0628 \u0633\u0627\u06CC\u062A \u0628\u0631\u0627\u06CC \u062F\u0627\u0645\u0646\u0647 \u0647\u0627\u06CC \u0632\u06CC\u0631 \u0627\u0633\u062A\u060C \u0628\u0647 \u0637\u0648\u0631 \u062E\u0648\u062F\u06A9\u0627\u0631 \u0627\u0632 \u062D\u0627\u0644\u062A \u0641\u0642\u0637 \u0645\u062A\u0646 \u062A\u0631\u062C\u0645\u0647 \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u0645\u06CC \u06A9\u0646\u062F.","error.502":"\u062E\u062F\u0645\u062A \u062E\u0637\u0627 \u062F\u0627\u062F\u0647 \u0627\u0633\u062A\u060C \u062E\u062F\u0645\u062A \u0628\u0647 \u062A\u0627\u062E\u06CC\u0631 \u0627\u0641\u062A\u0627\u062F\u0647 \u0627\u0633\u062A\u060C \u0644\u0637\u0641\u0627 \u0628\u0639\u062F\u0627 \u062F\u0648\u0628\u0627\u0631\u0647 \u0627\u0645\u062A\u062D\u0627\u0646 \u06A9\u0646\u06CC\u062F.","error.openAIExceededQuota":"\u062E\u0637\u0627\u06CC \u0628\u0627\u0632\u06AF\u0634\u062A \u0633\u0631\u0648\u06CC\u0633: \u0645\u0648\u062C\u0648\u062F\u06CC \u062D\u0633\u0627\u0628 OpenAI \u0634\u0645\u0627 \u06A9\u0627\u0641\u06CC \u0646\u06CC\u0633\u062A\u060C \u0644\u0637\u0641\u0627\u064B \u0627\u0632 \u0637\u0631\u06CC\u0642 \u067E\u0646\u0644 \u0645\u062F\u06CC\u0631\u06CC\u062A\u06CC \u0631\u0633\u0645\u06CC OpenAI \u0634\u0627\u0631\u0698 \u06A9\u0646\u06CC\u062F \u06CC\u0627 \u06A9\u0627\u0631\u062A \u0627\u0639\u062A\u0628\u0627\u0631\u06CC \u062E\u0648\u062F \u0631\u0627 \u0645\u062A\u0635\u0644 \u06A9\u0646\u06CC\u062F.","translationModeLang.translation.description":"\u0648\u0642\u062A\u06CC \u0632\u0628\u0627\u0646 \u0635\u0641\u062D\u0647 \u0628\u0647 \u0632\u0628\u0627\u0646\u0647\u0627\u06CC \u0632\u06CC\u0631 \u0627\u0633\u062A\u060C \u0628\u0647 \u0637\u0648\u0631 \u062E\u0648\u062F\u06A9\u0627\u0631 \u0627\u0632 \u062D\u0627\u0644\u062A \u062A\u0631\u062C\u0645\u0647 \u0641\u0642\u0637 \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u0645\u06CC \u0634\u0648\u062F","error.429":"\u062E\u062F\u0645\u062A \u062E\u0637\u0627 \u0631\u0627 \u0628\u0631\u0645\u06CC \u06AF\u0631\u062F\u0627\u0646\u062F\u060C \u06A9\u0647 \u0646\u0634\u0627\u0646 \u0645\u06CC \u062F\u0647\u062F \u062F\u0631\u062E\u0648\u0627\u0633\u062A \u0628\u06CC\u0634 \u0627\u0632 \u062D\u062F \u0645\u06A9\u0631\u0631 \u06CC\u0627 \u0628\u06CC\u0634 \u0627\u0632 \u062D\u062F \u0645\u062D\u062F\u0648\u062F\u06CC\u062A \u0627\u0633\u062A\u060C \u0644\u0637\u0641\u0627 \u0628\u0639\u062F\u0627 \u062F\u0648\u0628\u0627\u0631\u0647 \u0627\u0645\u062A\u062D\u0627\u0646 \u06A9\u0646\u06CC\u062F.","error.400":"\u062E\u0637\u0627\u06CC\u06CC \u062F\u0631 \u0628\u0627\u0632\u06AF\u0634\u062A \u062E\u062F\u0645\u0627\u062A \u0631\u062E \u062F\u0627\u062F\u0647 \u0627\u0633\u062A \u060C \u067E\u0627\u0631\u0627\u0645\u062A\u0631 \u062F\u0631\u062E\u0648\u0627\u0633\u062A \u0627\u0634\u062A\u0628\u0627\u0647 \u0627\u0633\u062A \u060C \u0644\u0637\u0641\u0627\u064B \u067E\u06CC\u06A9\u0631\u0628\u0646\u062F\u06CC \u0645\u0631\u0628\u0648\u0637\u0647 \u0631\u0627 \u0628\u0631\u0631\u0633\u06CC \u06A9\u0646\u06CC\u062F.","error.googleLimitIp":"\u062E\u062F\u0645\u062A \u062E\u0637\u0627 \u0631\u0627 \u0628\u0631\u0645\u06CC \u06AF\u0631\u062F\u0627\u0646\u062F \u060C \u062E\u062F\u0645\u0627\u062A \u06AF\u0648\u06AF\u0644 \u0628\u0631\u0627\u06CC \u0627\u06CC\u0646 \u0622\u062F\u0631\u0633 IP \u0645\u062D\u062F\u0648\u062F \u0634\u062F\u0647 \u0627\u0633\u062A \u060C \u067E\u06CC\u0634\u0646\u0647\u0627\u062F \u0645\u06CC \u06A9\u0646\u06CC\u0645 \u0634\u0645\u0627 \u0646\u0648\u062F \u0634\u0628\u06A9\u0647 \u0631\u0627 \u062A\u063A\u06CC\u06CC\u0631 \u062F\u0647\u06CC\u062F.","translationFont.notSupportErrorMessage":"\u0644\u0637\u0641\u0627\u064B \u0646\u0627\u0645 \u0641\u0648\u0646\u062A\u06CC \u06A9\u0647 \u0648\u0627\u0631\u062F \u06A9\u0631\u062F\u0647 \u0627\u06CC\u062F \u0631\u0627 \u0628\u0631\u0631\u0633\u06CC \u06A9\u0646\u06CC\u062F \u062A\u0627 \u0645\u0637\u0645\u0626\u0646 \u0634\u0648\u06CC\u062F \u06A9\u0647 \u062F\u0631\u0633\u062A \u0627\u0633\u062A\u060C \u06CC\u0627 \u062A\u0623\u06CC\u06CC\u062F \u06A9\u0646\u06CC\u062F \u06A9\u0647 \u0627\u06CC\u0646 \u0641\u0648\u0646\u062A \u0628\u0631 \u0631\u0648\u06CC \u062F\u0633\u062A\u06AF\u0627\u0647 \u0634\u0645\u0627 \u0646\u0635\u0628 \u0634\u062F\u0647 \u0627\u0633\u062A.","error.gemini.429":"\u062E\u062F\u0645\u062A Gemini \u062F\u0631 \u062D\u0627\u0644 \u062D\u0627\u0636\u0631 \u0628\u0647 \u0638\u0631\u0641\u06CC\u062A \u062D\u062F\u0627\u06A9\u062B\u0631\u06CC \u062E\u0648\u062F \u0631\u0633\u06CC\u062F\u0647 \u0627\u0633\u062A\u060C \u0644\u0637\u0641\u0627\u064B \u0628\u0639\u062F\u0627\u064B \u062F\u0648\u0628\u0627\u0631\u0647 \u0627\u0645\u062A\u062D\u0627\u0646 \u06A9\u0646\u06CC\u062F \u06CC\u0627 \u0628\u0647 \u0633\u0631\u0648\u06CC\u0633 \u062A\u0631\u062C\u0645\u0647 \u062F\u06CC\u06AF\u0631\u06CC \u062A\u063A\u06CC\u06CC\u0631 \u062F\u0647\u06CC\u062F.","desc.toggleVideoSubtitlePreTranslation":"\u0628\u0639\u062F \u0641\u0634\u0627\u0631\u060C \u0632\u06CC\u0631\u0646\u0648\u06CC\u0633 \u062F\u0648\u0632\u0628\u0627\u0646\u0647 \u0648\u06CC\u062F\u06CC\u0648 \u0627\u0648\u0644\u0648\u06CC\u062A \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u0627\u0632 \u062A\u0646\u0638\u06CC\u0645\u0627\u062A \u062A\u0631\u062C\u0645\u0647 \u063A\u0648\u0637\u0647 \u0648\u0631 \u062E\u0648\u0627\u0647\u062F \u062F\u0627\u0634\u062A\u060C \u0628\u0627 \u0641\u0634\u0627\u0631 \u062F\u0648\u0628\u0627\u0631\u0647\u060C \u0627\u0648\u0644\u0648\u06CC\u062A \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u0627\u0632 \u0632\u06CC\u0631\u0646\u0648\u06CC\u0633 \u0645\u0627\u0634\u06CC\u0646\u06CC \u0627\u0635\u0644\u06CC \u0648\u06CC\u062F\u06CC\u0648 \u062E\u0648\u0627\u0647\u062F \u0628\u0648\u062F\u060C \u062A\u0648\u062C\u0647 \u062F\u0627\u0634\u062A\u0647 \u0628\u0627\u0634\u06CC\u062F: \u0627\u06CC\u0646 \u0645\u06CC\u0627\u0646\u0628\u0631 \u062A\u0646\u0638\u06CC\u0645\u0627\u062A \u062C\u0647\u0627\u0646\u06CC \u0631\u0627 \u062A\u063A\u06CC\u06CC\u0631 \u0645\u06CC \u062F\u0647\u062F.","error.openAIFreeLimit":"\u062E\u062F\u0645\u062A \u062E\u0637\u0627 \u0631\u0627 \u0628\u0631\u0645\u06CC \u06AF\u0631\u062F\u0627\u0646\u062F\u060C \u0641\u0631\u06A9\u0627\u0646\u0633 \u062F\u0631\u062E\u0648\u0627\u0633\u062A \u062A\u0631\u062C\u0645\u0647 \u0641\u0639\u0644\u06CC \u0628\u0647 \u062D\u062F\u0627\u06A9\u062B\u0631 3 \u0628\u0627\u0631 \u062F\u0631 \u062F\u0642\u06CC\u0642\u0647 \u0631\u0633\u06CC\u062F\u0647 \u0627\u0633\u062A\u060C \u0644\u0637\u0641\u0627\u064B \u0628\u0639\u062F\u0627\u064B \u062F\u0648\u0628\u0627\u0631\u0647 \u0627\u0645\u062A\u062D\u0627\u0646 \u06A9\u0646\u06CC\u062F. (\u0627\u06CC\u0646 \u0645\u062D\u062F\u0648\u062F\u06CC\u062A \u0631\u0633\u0645\u06CC OpenAI \u0628\u0631\u0627\u06CC API Key \u0631\u0627\u06CC\u06AF\u0627\u0646 \u0627\u0633\u062A\u060C \u0628\u0631\u0627\u06CC \u0631\u0641\u0639 \u0627\u06CC\u0646 \u0645\u062D\u062F\u0648\u062F\u06CC\u062A\u060C \u0644\u0637\u0641\u0627\u064B \u06A9\u0627\u0631\u062A \u0627\u0639\u062A\u0628\u0627\u0631\u06CC \u062E\u0648\u062F \u0631\u0627 \u062F\u0631 \u067E\u0646\u0644 OpenAI \u0645\u062A\u0635\u0644 \u06A9\u0646\u06CC\u062F.)","error.serveUnavailable":"\u062E\u062F\u0645\u062A [{serverName}] \u06A9\u0647 \u062F\u0631 \u062D\u0627\u0644 \u062D\u0627\u0636\u0631 \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u0645\u06CC \u06A9\u0646\u06CC\u062F \u0628\u0647 \u062F\u0644\u06CC\u0644 \u0645\u0634\u06A9\u0644\u0627\u062A \u0627\u062A\u0635\u0627\u0644 \u0628\u0647 \u0634\u0628\u06A9\u0647 \u06CC\u0627 \u0645\u0634\u06A9\u0644\u0627\u062A \u0627\u0631\u0627\u0626\u0647 \u062F\u0647\u0646\u062F\u0647 \u062E\u062F\u0645\u0627\u062A \u0645\u0648\u0642\u062A\u0627\u064B \u0642\u0627\u0628\u0644 \u062F\u0633\u062A\u0631\u0633\u06CC \u0646\u06CC\u0633\u062A. \u067E\u06CC\u0634\u0646\u0647\u0627\u062F \u0645\u06CC \u06A9\u0646\u06CC\u0645 \u0635\u0641\u062D\u0647 \u0631\u0627 \u062A\u0627\u0632\u0647 \u06A9\u0646\u06CC\u062F \u06CC\u0627 \u0627\u0632 \u0637\u0631\u06CC\u0642 <1>\u062A\u0646\u0638\u06CC\u0645\u0627\u062A \u0628\u0647 \u062E\u062F\u0645\u0627\u062A \u062A\u0631\u062C\u0645\u0647 \u062F\u06CC\u06AF\u0631\u06CC \u062A\u063A\u06CC\u06CC\u0631 \u062F\u0647\u06CC\u062F. \u0627\u06AF\u0631 \u0634\u0645\u0627 \u0639\u0636\u0648 <2>Pro \u0647\u0633\u062A\u06CC\u062F\u060C \u0645\u06CC \u062A\u0648\u0627\u0646\u06CC\u062F \u0627\u0632 \u062E\u062F\u0645\u0627\u062A \u062A\u0631\u062C\u0645\u0647 \u067E\u0627\u06CC\u062F\u0627\u0631\u062A\u0631 DeepL \u06CC\u0627 OpenAI \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u06A9\u0646\u06CC\u062F (<3>\u0627\u06CC\u0646\u062C\u0627 \u0631\u0627 \u0628\u0631\u0627\u06CC \u062A\u062C\u0631\u0628\u0647 \u0631\u0627\u06CC\u06AF\u0627\u0646 \u06A9\u0644\u06CC\u06A9 \u06A9\u0646\u06CC\u062F). \u0639\u0644\u0627\u0648\u0647 \u0628\u0631 \u0627\u06CC\u0646\u060C \u0645\u0645\u06A9\u0646 \u0627\u0633\u062A \u0646\u06CC\u0627\u0632 \u0628\u0627\u0634\u062F \u062A\u0646\u0638\u06CC\u0645\u0627\u062A \u0634\u0628\u06A9\u0647 \u06CC\u0627 \u067E\u0631\u0648\u06A9\u0633\u06CC \u062E\u0648\u062F \u0631\u0627 \u0628\u0631\u0631\u0633\u06CC \u06A9\u0646\u06CC\u062F.","widget.translateFile":"PDF/ePub",goLogin:"\u0648\u0631\u0648\u062F \u06A9\u0646\u06CC\u062F",notLogin:"\u0648\u0631\u0648\u062F \u0646\u0634\u062F\u0647 \u0627\u0633\u062A","error.reason":"\u062F\u0644\u06CC\u0644 \u062E\u0637\u0627",shortcutSettings:"\u0645\u06CC\u0627\u0646\u0628\u0631",alwaysTranslate:"\u0647\u0645\u06CC\u0634\u0647 \u062A\u0631\u062C\u0645\u0647 \u06A9\u0646\u06CC\u062F","translationServices.gemini":"\u062C\u0645\u0646\u06CC","slide.left":"\u0628\u0647 \u0631\u0627\u0633\u062A \u0628\u06A9\u0634\u06CC\u062F",loggedIn:"\u0648\u0627\u0631\u062F \u0634\u062F\u0647 \u0627\u06CC\u062F","floatBall.iKnow":"\u0645\u0646 \u0645\u06CC \u062F\u0627\u0646\u0645","intro.floatBallTitle":"\u062A\u0631\u062C\u0645\u0647 \u0633\u0631\u06CC\u0639 \u0628\u0627\u0644 \u0634\u0646\u0627\u0648\u0631","shortcutGroup.touch":"\u0698\u0633\u062A \u0647\u0627\u06CC \u062E\u0627\u0635 \u0635\u0641\u062D\u0647 \u0644\u0645\u0633\u06CC","tagsInput.add":"+ \u0627\u0636\u0627\u0641\u0647 \u06A9\u0631\u062F\u0646",shortcutSettingsTitle:"\u062A\u0646\u0638\u06CC\u0645\u0627\u062A \u0645\u06CC\u0627\u0646\u0628\u0631","widget.instruction":"\u062F\u0633\u062A\u0648\u0631\u0627\u0644\u0639\u0645\u0644 \u0627\u0633\u062A\u0641\u0627\u062F\u0647",touchShortcutsOff:"\u0628\u0633\u062A\u0647 \u0634\u062F\u0646","shortcutGroup.others":"\u06A9\u0644\u06CC\u062F\u0647\u0627\u06CC \u0645\u06CC\u0627\u0646\u0628\u0631 \u0633\u0641\u0627\u0631\u0634\u06CC \u0628\u06CC\u0634\u062A\u0631","error.subscriptionExpiredTitle":"\u0639\u0636\u0648\u06CC\u062A \u0645\u0646\u0642\u0636\u06CC \u0634\u062F\u0647 \u0627\u0633\u062A","error.retry":"\u062A\u0644\u0627\u0634 \u0645\u062C\u062F\u062F",neverTranslate:"\u0647\u0631\u06AF\u0632 \u062A\u0631\u062C\u0645\u0647 \u0646\u0645\u06CC \u06A9\u0646\u0645",networkError:"\u062E\u062F\u0645\u0627\u062A \u062A\u0631\u062C\u0645\u0647 \u06CC\u0627 \u0634\u0628\u06A9\u0647 \u0645\u0634\u06A9\u0644 \u062F\u0627\u0631\u062F","widget.translateFileTooltip":"\u062A\u0631\u062C\u0645\u0647 \u0627\u0633\u0646\u0627\u062F PDF\u060C EPUB\u060C SRT\u060C ASS\u060C HTML \u0648 TXT","slide.right":"\u0628\u0647 \u0686\u067E \u0628\u06A9\u0634\u06CC\u062F","multipleClick.3":"\u0633\u0647 \u0636\u0631\u0628\u0647 \u0645\u062A\u0648\u0627\u0644\u06CC","multipleClick.4":"\u0686\u0647\u0627\u0631 \u0636\u0631\u0628\u0647 \u0645\u062A\u0648\u0627\u0644\u06CC",pickAll:"\u0627\u0646\u062A\u062E\u0627\u0628 \u0647\u0645\u0647",contact:"\u0628\u0627 \u0645\u0627 \u062A\u0645\u0627\u0633 \u0628\u06AF\u06CC\u0631\u06CC\u062F","subtitle.bilingual":"\u0632\u06CC\u0631\u0646\u0648\u06CC\u0633 \u062F\u0648\u0632\u0628\u0627\u0646\u0647","shortcutGroup.shortcutsForTranslationServices":"\u06A9\u0644\u06CC\u062F\u0647\u0627\u06CC \u0645\u06CC\u0627\u0646\u0628\u0631 \u0645\u0631\u0628\u0648\u0637 \u0628\u0647 \u062E\u062F\u0645\u0627\u062A \u062A\u0631\u062C\u0645\u0647",buildSnapshots:"\u0627\u06CC\u062C\u0627\u062F \u0639\u06A9\u0633 \u0641\u0648\u0631\u06CC \u0627\u0632 \u0635\u0641\u062D\u0647 \u0648\u0628","widget.instructionTooltip":"\u062F\u0633\u062A\u0648\u0631\u0627\u0644\u0639\u0645\u0644 \u0631\u0627 \u0628\u0631\u0631\u0633\u06CC \u06A9\u0646\u06CC\u062F","widget.videoSubtitle":"\u0632\u06CC\u0631\u0646\u0648\u06CC\u0633 \u0648\u06CC\u062F\u06CC\u0648","multipleClick.2":"\u062F\u0648\u0628\u0627\u0631 \u06A9\u0644\u06CC\u06A9 \u06A9\u0646\u06CC\u062F","subtitle.autoDisableSubtitle":"\u0632\u06CC\u0631\u0646\u0648\u06CC\u0633 \u062F\u0648\u0632\u0628\u0627\u0646\u0647 \u0628\u0647 \u0635\u0648\u0631\u062A \u062E\u0648\u062F\u06A9\u0627\u0631 \u0641\u0639\u0627\u0644 \u0646\u0645\u06CC \u0634\u0648\u062F",mouseHoverCustomKeyTitle:"\u0633\u0641\u0627\u0631\u0634\u06CC \u06A9\u0631\u062F\u0646 \u0645\u06CC\u0627\u0646\u0628\u0631 \u0645\u0648\u0633 \u062F\u0631 \u062D\u0627\u0644\u062A \u0634\u0646\u0627\u0648\u0631","browser.translateWithOpenAI":"\u0627\u0632 OpenAI \u0628\u0631\u0627\u06CC \u062A\u0631\u062C\u0645\u0647 \u0645\u0648\u0642\u062A\u06CC \u0635\u0641\u062D\u0647 \u0641\u0639\u0644\u06CC \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u06A9\u0646\u06CC\u062F",neverTranslateThisSite:"\u0647\u0631\u06AF\u0632 \u0627\u06CC\u0646 \u0648\u0628\u0633\u0627\u06CC\u062A \u0631\u0627 \u062A\u0631\u062C\u0645\u0647 \u0646\u06A9\u0646\u06CC\u062F","browser.translateInputBox":"\u062A\u0631\u062C\u0645\u0647 \u0645\u062D\u062A\u0648\u0627\u06CC \u062C\u0639\u0628\u0647 \u0648\u0631\u0648\u062F\u06CC \u0641\u0639\u0644\u06CC","subtitle.hideQuickButton":"\u062F\u06CC\u06AF\u0631 \u0627\u06CC\u0646 \u0645\u06CC\u0627\u0646\u0628\u0631 \u0631\u0627 \u0646\u0634\u0627\u0646 \u0646\u062F\u0647","subtitle.showQuickButton":"\u062F\u0631 \u067E\u062E\u0634 \u06A9\u0646\u0646\u062F\u0647\u060C \u0645\u06CC\u0627\u0646\u0628\u0631 \u0632\u06CC\u0631\u0646\u0648\u06CC\u0633 \u062F\u0648\u0632\u0628\u0627\u0646\u0647 \u0646\u0645\u0627\u06CC\u0634 \u062F\u0627\u062F\u0647 \u0634\u0648\u062F","browser.translateWithTransmart":"\u0627\u0632 \u062A\u0631\u062C\u0645\u0647 \u0645\u0648\u0642\u062A\u06CC \u062A\u0646\u0633\u0646\u062A \u0628\u0631\u0627\u06CC \u0635\u0641\u062D\u0647 \u0641\u0639\u0644\u06CC \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u06A9\u0646\u06CC\u062F","intro.hoverTitle":"\u0645\u0648\u0634\u0648\u0627\u0631\u0647 \u0631\u0627 \u0628\u0631 \u0631\u0648\u06CC \u067E\u0627\u0631\u0627\u06AF\u0631\u0627\u0641 \u0641\u0639\u0644\u06CC \u0628\u06AF\u0630\u0627\u0631\u06CC\u062F \u062A\u0627 \u062A\u0631\u062C\u0645\u0647 \u0634\u0648\u062F","shortcutGroup.mouse":"\u062A\u0646\u0638\u06CC\u0645\u0627\u062A \u0645\u06CC\u0627\u0646\u0628\u0631 \u0645\u0648\u0633 \u062F\u0631 \u062D\u0627\u0644\u062A \u0634\u0646\u0627\u0648\u0631",temprarilyChangeTranslationTo_openai:"\u062F\u0631 \u062D\u0627\u0644 \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u0627\u0632 OpenAI \u0628\u0631\u0627\u06CC \u062A\u0631\u062C\u0645\u0647 \u0635\u0641\u062D\u0647 \u0641\u0639\u0644\u06CC \u0647\u0633\u062A\u0645","browser.translateWithDeepL":"\u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u0645\u0648\u0642\u062A \u0627\u0632 DeepL \u0628\u0631\u0627\u06CC \u062A\u0631\u062C\u0645\u0647 \u0635\u0641\u062D\u0647 \u0641\u0639\u0644\u06CC",translationOnlyMode:"\u0641\u0642\u0637 \u062D\u0627\u0644\u062A \u062A\u0631\u062C\u0645\u0647","widget.videoSubtitleTooltip":"\u067E\u0634\u062A\u06CC\u0628\u0627\u0646\u06CC \u0627\u0632 Youtube \u0648 {count}+ \u0633\u0627\u06CC\u062A \u0648\u06CC\u062F\u06CC\u0648\u06CC\u06CC \u062F\u06CC\u06AF\u0631",paragraphMinTextCountField:"\u062A\u0639\u062F\u0627\u062F \u06A9\u0645\u062A\u0631\u06CC\u0646 \u06A9\u0627\u0631\u0627\u06A9\u062A\u0631\u0647\u0627\u06CC \u0645\u0648\u0631\u062F \u0646\u06CC\u0627\u0632 \u0628\u0631\u0627\u06CC \u062A\u0631\u062C\u0645\u0647 \u067E\u0627\u0631\u0627\u06AF\u0631\u0627\u0641",temprarilyChangeTranslationTo_gemini:"\u062F\u0631 \u062D\u0627\u0644 \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u0627\u0632 Gemini \u0628\u0631\u0627\u06CC \u062A\u0631\u062C\u0645\u0647 \u0635\u0641\u062D\u0647 \u0641\u0639\u0644\u06CC \u0647\u0633\u062A\u0645","shortcutGroup.main":"\u0645\u06CC\u0627\u0646\u0628\u0631\u0647\u0627\u06CC \u06A9\u0644\u06CC\u062F\u06CC \u0639\u0645\u0644\u06A9\u0631\u062F \u0631\u0627\u06CC\u062C",temprarilyChangeTranslationTo_deepl:"\u062F\u0631 \u062D\u0627\u0644 \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u0627\u0632 \u062A\u0631\u062C\u0645\u0647 DeepL \u0628\u0631\u0627\u06CC \u0635\u0641\u062D\u0647 \u0641\u0639\u0644\u06CC",temprarilyChangeTranslationTo_transmart:"\u062F\u0631 \u062D\u0627\u0644 \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u0627\u0632 \u062A\u0631\u062C\u0645\u0647 \u062A\u0646\u0633\u0646\u062A \u0628\u0631\u0627\u06CC \u0635\u0641\u062D\u0647 \u0641\u0639\u0644\u06CC",alwaysTranslateThisSite:"\u0647\u0645\u06CC\u0634\u0647 \u0627\u06CC\u0646 \u0648\u0628\u0633\u0627\u06CC\u062A \u0631\u0627 \u062A\u0631\u062C\u0645\u0647 \u06A9\u0646\u06CC\u062F","browser.translateWithBing":"\u0627\u0632 \u062A\u0631\u062C\u0645\u0647 \u0645\u0627\u06CC\u06A9\u0631\u0648\u0633\u0627\u0641\u062A \u0628\u0631\u0627\u06CC \u062A\u0631\u062C\u0645\u0647 \u0645\u0648\u0642\u062A\u06CC \u0635\u0641\u062D\u0647 \u0641\u0639\u0644\u06CC \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u06A9\u0646\u06CC\u062F",upgradeToProErrorTitle:"\u0644\u0637\u0641\u0627\u064B \u0628\u0647 \u0639\u0636\u0648\u06CC\u062A Pro \u0627\u0631\u062A\u0642\u0627 \u062F\u0647\u06CC\u062F \u0648 \u0633\u067E\u0633 \u0627\u0632 \u0627\u06CC\u0646 \u062E\u062F\u0645\u062A \u062A\u0631\u062C\u0645\u0647 \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u06A9\u0646\u06CC\u062F","intro.subtitleTitle":"\u0646\u0645\u0627\u06CC\u0634 \u0632\u06CC\u0631\u0646\u0648\u06CC\u0633 \u062F\u0648\u0632\u0628\u0627\u0646\u0647 \u0648\u06CC\u062F\u06CC\u0648\u06CC \u0622\u0646\u0644\u0627\u06CC\u0646",temprarilyChangeTranslationTo_bing:"\u062F\u0631 \u062D\u0627\u0644 \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u0627\u0632 \u062A\u0631\u062C\u0645\u0647 \u0645\u0627\u06CC\u06A9\u0631\u0648\u0633\u0627\u0641\u062A \u0628\u0631\u0627\u06CC \u0635\u0641\u062D\u0647 \u0641\u0639\u0644\u06CC \u0647\u0633\u062A\u0645",touchShortcutsToggleTranslationMask:"\u062A\u0646\u0638\u06CC\u0645 \u0646\u0645\u0627\u06CC\u0634 \u0698\u0633\u062A \u0644\u0645\u0633\u06CC \u0628\u0631\u0627\u06CC \u0646\u0645\u0627\u06CC\u0634 \u0645\u062A\u0646 \u062A\u0631\u062C\u0645\u0647 / \u0646\u0645\u0627\u06CC\u0634 \u0645\u062A\u0646 \u0627\u0635\u0644\u06CC","browser.translateWithGemini":"\u0628\u0647 \u0637\u0648\u0631 \u0645\u0648\u0642\u062A \u0627\u0632 Gemini \u0628\u0631\u0627\u06CC \u062A\u0631\u062C\u0645\u0647 \u0635\u0641\u062D\u0647 \u0641\u0639\u0644\u06CC \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u06A9\u0646\u06CC\u062F","browser.toggleVideoSubtitlePreTranslation":"\u062A\u063A\u06CC\u06CC\u0631 \u0632\u06CC\u0631\u0646\u0648\u06CC\u0633 \u062F\u0648\u0632\u0628\u0627\u0646\u0647 \u0628\u0627 \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u0627\u0632 \u062A\u0646\u0638\u06CC\u0645\u0627\u062A \u062A\u0631\u062C\u0645\u0647 \u0641\u0631\u0648 \u0631\u0641\u062A\u0647 \u0627\u0648\u0644\u0648\u06CC\u062A \u062F\u0627\u0631\u062F",notLoginPro:"\u0634\u0645\u0627 \u0647\u0646\u0648\u0632 \u0628\u0647 \u062D\u0633\u0627\u0628 \u06A9\u0627\u0631\u0628\u0631\u06CC \u062E\u0648\u062F \u0648\u0627\u0631\u062F \u0646\u0634\u062F\u0647 \u0627\u06CC\u062F",touchShortcutsToggleTranslatePage:"\u0628\u0631\u0627\u06CC \u062A\u0631\u062C\u0645\u0647 \u0635\u0641\u062D\u0627\u062A \u0648\u0628 / \u0646\u0645\u0627\u06CC\u0634 \u0645\u062A\u0646 \u0627\u0635\u0644\u06CC \u060C \u062D\u0631\u06A9\u062A \u0647\u0627\u06CC \u0644\u0645\u0633\u06CC \u0631\u0627 \u062A\u0646\u0638\u06CC\u0645 \u06A9\u0646\u06CC\u062F",temprarilyChangeTranslationTo_google:"\u062F\u0631 \u062D\u0627\u0644 \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u0627\u0632 \u062A\u0631\u062C\u0645\u0647 \u06AF\u0648\u06AF\u0644 \u0628\u0631\u0627\u06CC \u0635\u0641\u062D\u0647 \u0641\u0639\u0644\u06CC \u0647\u0633\u062A\u0645","neverTranslateText.title":"\u0644\u0637\u0641\u0627\u064B \u06A9\u0644\u0645\u0627\u062A \u0632\u06CC\u0631 \u0631\u0627 \u0628\u0647 \u0635\u0648\u0631\u062A \u0627\u0635\u0644\u06CC \u062D\u0641\u0638 \u06A9\u0646\u06CC\u062F\u060C \u062A\u0631\u062C\u0645\u0647 \u0646\u06A9\u0646\u06CC\u062F.",touchShortcutsToggleTranslateTouchElement:"\u062A\u0646\u0638\u06CC\u0645 \u062D\u0631\u06A9\u062A \u0644\u0645\u0633\u06CC \u0635\u0641\u062D\u0647 \u0646\u0645\u0627\u06CC\u0634 \u0628\u0631\u0627\u06CC \u062A\u0631\u062C\u0645\u0647 \u067E\u0627\u0631\u0627\u06AF\u0631\u0627\u0641 \u0645\u0634\u062E\u0635","description.baiduField":"\u062D\u0648\u0632\u0647 \u0647\u0627\u06CC \u067E\u0634\u062A\u06CC\u0628\u0627\u0646\u06CC \u0634\u062F\u0647 \u0631\u0627 \u062F\u0631 <1>\u0627\u06CC\u0646\u062C\u0627 \u0628\u0628\u06CC\u0646\u06CC\u062F \u060C \u0627\u06AF\u0631 \u062E\u0627\u0644\u06CC \u0628\u0627\u0634\u062F \u0628\u0647 \u0645\u0639\u0646\u06CC \u0627\u06CC\u0646 \u0627\u0633\u062A \u06A9\u0647 \u062D\u0648\u0632\u0647 \u0627\u06CC \u0645\u0634\u062E\u0635 \u0646\u0634\u062F\u0647 \u0627\u0633\u062A",mouseHoverCustomKeyDescription:"\u0634\u0645\u0627 \u0645\u06CC \u062A\u0648\u0627\u0646\u06CC\u062F \u06CC\u06A9 \u0645\u06CC\u0627\u0646\u0628\u0631 \u062A\u0631\u06A9\u06CC\u0628\u06CC \u0633\u0641\u0627\u0631\u0634\u06CC \u0628\u0631\u0627\u06CC \u0645\u0648\u0633 \u0631\u0627 \u062A\u0639\u0631\u06CC\u0641 \u06A9\u0646\u06CC\u062F\u060C \u0645\u0627\u0646\u0646\u062F: Alt+Z\u060C Ctrl+E\u060C Cmd+Alt+E \u06CC\u0627 \u0641\u0642\u0637 Cmd\u060C \u0644\u0637\u0641\u0627 \u0628\u0647 \u0635\u0648\u0631\u062A \u062F\u0633\u062A\u06CC \u062F\u0627\u062E\u0644 \u06A9\u0646\u06CC\u062F.","floatBall.guideClickToTranslate":`\u0628\u0627 \u06A9\u0644\u06CC\u06A9 \u06A9\u0631\u062F\u0646 \u0628\u0631 \u0631\u0648\u06CC \u062A\u0648\u067E \u0634\u0646\u0627\u0648\u0631 \u062A\u0631\u062C\u0645\u0647 \u0641\u0648\u0631\u06CC \u0645\u06CC \u062A\u0648\u0627\u0646\u06CC\u062F \u0633\u0631\u06CC\u0639\u0627 \u062A\u0631\u062C\u0645\u0647 \u06A9\u0646\u06CC\u062F`,"browser.toggleMouseHoverTranslateDirectly":"\u062F\u0631 \u0635\u0641\u062D\u0647\u060C \u0628\u0647 \u0637\u0648\u0631 \u0645\u0648\u0642\u062A \u0641\u0639\u0627\u0644 \u06CC\u0627 \u063A\u06CC\u0631\u0641\u0639\u0627\u0644 \u06A9\u0631\u062F\u0646 \u062A\u0631\u062C\u0645\u0647 \u0645\u0633\u062A\u0642\u06CC\u0645 \u0645\u0648\u0633 \u0647\u0646\u06AF\u0627\u0645 \u0627\u0634\u0627\u0631\u0647","desc.toggleTranslateTheWholePage":"\u062A\u0631\u062C\u0645\u0647 \u06A9\u0644 \u0635\u0641\u062D\u0647\u060C \u0628\u0647 \u0637\u0648\u0631 \u067E\u06CC\u0634 \u0641\u0631\u0636\u060C \u0645\u0627 \u0642\u0633\u0645\u062A \u0627\u0635\u0644\u06CC \u0635\u0641\u062D\u0647 \u0631\u0627 \u062A\u0631\u062C\u0645\u0647 \u0645\u06CC \u06A9\u0646\u06CC\u0645\u060C \u0634\u0645\u0627 \u0645\u06CC \u062A\u0648\u0627\u0646\u06CC\u062F \u0627\u0632 \u0627\u06CC\u0646 \u0645\u06CC\u0627\u0646\u0628\u0631 \u0628\u0631\u0627\u06CC \u062A\u0631\u062C\u0645\u0647 \u062E\u0627\u0635 \u06A9\u0644 \u0635\u0641\u062D\u0647 \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u06A9\u0646\u06CC\u062F","floatBall.longPress":"\u0628\u0627 \u0641\u0634\u0627\u0631 \u0637\u0648\u0644\u0627\u0646\u06CC \u0645\u06CC \u062A\u0648\u0627\u0646\u06CC\u062F \u0628\u0647 \u0633\u0631\u0639\u062A \u067E\u0646\u0644 \u062A\u0646\u0638\u06CC\u0645\u0627\u062A \u0631\u0627 \u0628\u0627\u0632 \u06A9\u0646\u06CC\u062F","desc.touchShortcutsToggleTranslateTouchElement":"\u06CC\u06A9 \u062D\u0631\u06A9\u062A \u062F\u0633\u062A \u0633\u0641\u0627\u0631\u0634\u06CC \u062A\u0639\u0631\u06CC\u0641 \u06A9\u0646\u06CC\u062F\u060C \u062A\u0627 \u0628\u062A\u0648\u0627\u0646\u06CC\u062F \u0647\u0631 \u067E\u0627\u0631\u0627\u06AF\u0631\u0627\u0641\u06CC \u0631\u0627 \u062F\u0631 \u0645\u062D\u0644 \u062E\u0648\u062F \u062A\u0631\u062C\u0645\u0647 \u06A9\u0646\u06CC\u062F","desc.interfaceLanguage":"\u062A\u0646\u0638\u06CC\u0645 \u0632\u0628\u0627\u0646 \u0631\u0627\u0628\u0637 \u062A\u0623\u062B\u06CC\u0631 \u0628\u0631 \u0632\u0628\u0627\u0646 \u0646\u0645\u0627\u06CC\u0634 \u067E\u0646\u0644 \u06A9\u0646\u062A\u0631\u0644 \u062F\u0627\u0631\u062F \u0648 \u0628\u0627 \u0632\u0628\u0627\u0646 \u0647\u062F\u0641 \u062A\u0631\u062C\u0645\u0647 \u0627\u0631\u062A\u0628\u0627\u0637\u06CC \u0646\u062F\u0627\u0631\u062F.","error.subscriptionExpired":"\u0639\u0636\u0648\u06CC\u062A \u0634\u0645\u0627 \u0645\u0645\u06A9\u0646 \u0627\u0633\u062A \u0645\u0646\u0642\u0636\u06CC \u0634\u062F\u0647 \u0628\u0627\u0634\u062F\u060C \u0644\u0637\u0641\u0627 \u0648\u0636\u0639\u06CC\u062A \u0639\u0636\u0648\u06CC\u062A \u062E\u0648\u062F \u0631\u0627 \u0628\u0631\u0631\u0633\u06CC \u06A9\u0646\u06CC\u062F.",shortcutDisableTooltip:"\u0644\u0637\u0641\u0627\u064B \u062F\u0631 \u0635\u0641\u062D\u0647 \u0645\u062F\u06CC\u0631\u06CC\u062A \u0645\u06CC\u0627\u0646\u0628\u0631\u0647\u0627\u06CC \u0627\u0641\u0632\u0648\u0646\u0647 \u0645\u0631\u0648\u0631\u06AF\u0631 \u062A\u0646\u0638\u06CC\u0645\u0627\u062A \u0631\u0627 \u0627\u0646\u062C\u0627\u0645 \u062F\u0647\u06CC\u062F\u060C \u0628\u0631\u0627\u06CC \u0631\u0627\u0647\u0646\u0645\u0627\u06CC\u06CC \u0628\u06CC\u0634\u062A\u0631 \u0628\u0647 \u062A\u0648\u0636\u06CC\u062D\u0627\u062A \u0628\u0627\u0644\u0627\u06CC \u0627\u06CC\u0646 \u0635\u0641\u062D\u0647 \u0645\u0631\u0627\u062C\u0639\u0647 \u06A9\u0646\u06CC\u062F.",paragraphMinTextCountDesc:"\u062A\u0648\u062C\u0647 \u062F\u0627\u0634\u062A\u0647 \u0628\u0627\u0634\u06CC\u062F\u060C \u0627\u06CC\u0646\u062C\u0627 \u0628\u0647 \u0637\u0648\u0644 \u06A9\u0627\u0631\u0627\u06A9\u062A\u0631 \u0627\u0634\u0627\u0631\u0647 \u0645\u06CC \u0634\u0648\u062F\u060C \u0628\u0631\u0627\u06CC \u0645\u062B\u0627\u0644: hello 5 \u06A9\u0627\u0631\u0627\u06A9\u062A\u0631 \u0627\u0633\u062A\u060C \u062A\u0646\u0638\u06CC\u0645 \u0628\u0631 \u0631\u0648\u06CC \u0645\u0642\u062F\u0627\u0631 \u0628\u0632\u0631\u06AF\u062A\u0631 \u0645\u06CC \u062A\u0648\u0627\u0646\u062F \u062A\u0631\u062C\u0645\u0647 \u067E\u0627\u0631\u0627\u06AF\u0631\u0627\u0641 \u0647\u0627\u06CC \u06A9\u0648\u0686\u06A9 \u063A\u06CC\u0631 \u0636\u0631\u0648\u0631\u06CC \u0631\u0627 \u06A9\u0627\u0647\u0634 \u062F\u0647\u062F.","desc.mouseHoverHoldKey":"\u0648\u0642\u062A\u06CC \u0645\u0648\u0634\u0648\u0627\u0631\u0647 \u0628\u0631 \u0631\u0648\u06CC \u06CC\u06A9 \u067E\u0627\u0631\u0627\u06AF\u0631\u0627\u0641 \u0642\u0631\u0627\u0631 \u0645\u06CC \u06AF\u06CC\u0631\u062F\u060C \u0628\u0627 \u0641\u0634\u0627\u0631 \u062F\u0627\u062F\u0646 \u062F\u06A9\u0645\u0647 \u0647\u0627\u06CC \u0645\u06CC\u0627\u0646\u0628\u0631 \u062F\u0631 \u0633\u0645\u062A \u0631\u0627\u0633\u062A\u060C \u0645\u06CC \u062A\u0648\u0627\u0646\u06CC\u062F \u0645\u0633\u062A\u0642\u06CC\u0645\u0627\u064B \u0622\u0646 \u067E\u0627\u0631\u0627\u06AF\u0631\u0627\u0641 \u0631\u0627 \u062A\u0631\u062C\u0645\u0647 \u06A9\u0646\u06CC\u062F.","desc.toggleMouseHoverTranslateDirectly":"\u0628\u0639\u062F \u0641\u0634\u0627\u0631\u062F\u0647\u0646 \u0627\u06CC\u0646 \u06A9\u0644\u06CC\u062F \u0645\u06CC\u0627\u0646\u0628\u0631\u060C \u062F\u0631 \u0635\u0641\u062D\u0647\u060C \u0641\u0642\u0637 \u06A9\u0627\u0641\u06CC \u0627\u0633\u062A \u0645\u0648\u0633 \u0631\u0627 \u0628\u0631 \u0631\u0648\u06CC \u0647\u0631 \u0628\u062E\u0634\u06CC \u0627\u0632 \u0645\u062A\u0646 \u0642\u0631\u0627\u0631 \u062F\u0647\u06CC\u062F\u060C \u0645\u062A\u0646 \u0628\u0647 \u0635\u0648\u0631\u062A \u062E\u0648\u062F\u06A9\u0627\u0631 \u062A\u0631\u062C\u0645\u0647 \u0645\u06CC \u0634\u0648\u062F. \u0628\u0627 \u0641\u0634\u0627\u0631 \u062F\u0627\u062F\u0646 \u062F\u0648\u0628\u0627\u0631\u0647 \u06A9\u0644\u06CC\u062F \u0645\u06CC\u0627\u0646\u0628\u0631\u060C \u0645\u06CC \u062A\u0648\u0627\u0646\u06CC\u062F \u0627\u06CC\u0646 \u0648\u06CC\u0698\u06AF\u06CC \u062A\u0631\u062C\u0645\u0647 \u062E\u0648\u062F\u06A9\u0627\u0631 \u0631\u0627 \u062E\u0627\u0645\u0648\u0634 \u06A9\u0646\u06CC\u062F.","desc.touchShortcutsToggleTranslatePage":"\u067E\u0633 \u0627\u0632 \u062A\u0646\u0638\u06CC\u0645\u060C \u0647\u0646\u06AF\u0627\u0645 \u062D\u0631\u06A9\u062A \u062F\u0633\u062A\u06AF\u0627\u0647\u060C \u0645\u06CC \u062A\u0648\u0627\u0646\u06CC\u062F \u0647\u0645\u0632\u0645\u0627\u0646 \u0628\u0627 X \u0627\u0646\u06AF\u0634\u062A \u0635\u0641\u062D\u0647 \u0646\u0645\u0627\u06CC\u0634 \u0631\u0627 \u0644\u0645\u0633 \u06A9\u0646\u06CC\u062F\u060C \u0628\u0647 \u0686\u067E \u0648 \u0631\u0627\u0633\u062A \u0628\u06A9\u0634\u06CC\u062F \u06CC\u0627 \u0628\u0647 \u0637\u0648\u0631 \u0645\u062F\u0627\u0648\u0645 \u06A9\u0644\u06CC\u06A9 \u06A9\u0646\u06CC\u062F\u060C \u0628\u0631\u0627\u06CC \u0641\u0639\u0627\u0644 \u06A9\u0631\u062F\u0646 \u062A\u0631\u062C\u0645\u0647 \u0635\u0641\u062D\u0647 \u0648\u0628 / \u0646\u0645\u0627\u06CC\u0634 \u0645\u062A\u0646 \u0627\u0635\u0644\u06CC.","desc.touchShortcutsToggleTranslationMask":"\u062A\u0631\u062C\u0645\u0647 \u0645\u0627\u0633\u06A9 \u0628\u0647 \u0627\u06CC\u0646 \u0645\u0639\u0646\u06CC \u0627\u0633\u062A \u06A9\u0647 \u062F\u0631 \u0633\u0628\u06A9 \u062A\u0631\u062C\u0645\u0647 \u0627\u062B\u0631 \u0645\u0628\u0647\u0645 \u0627\u0633\u062A (\u062D\u0627\u0644\u062A \u06CC\u0627\u062F\u06AF\u06CC\u0631\u06CC)\u060C \u067E\u0633 \u0627\u0632 \u0641\u0639\u0627\u0644 \u06A9\u0631\u062F\u0646\u060C \u0645\u0648\u0642\u062A\u0627\u064B \u0627\u0632 \u0627\u062B\u0631 \u0645\u0628\u0647\u0645 \u0628\u0631\u0627\u06CC \u062A\u0631\u062C\u0645\u0647 \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u0645\u06CC \u0634\u0648\u062F\u060C \u06A9\u0647 \u0628\u0631\u0627\u06CC \u06CC\u0627\u062F\u06AF\u06CC\u0631\u06CC \u0645\u0646\u0627\u0633\u0628 \u0627\u0633\u062A.","desc.toggleTranslateTheMainPage":"\u0641\u0642\u0637 \u0628\u062E\u0634 \u0627\u0635\u0644\u06CC \u0635\u0641\u062D\u0647 \u0631\u0627 \u062A\u0631\u062C\u0645\u0647 \u06A9\u0646\u06CC\u062F\u060C \u0632\u0645\u0627\u0646\u06CC \u06A9\u0647 \u062F\u0631 \u062A\u0646\u0638\u06CC\u0645\u0627\u062A \u067E\u06CC\u0634\u0631\u0641\u062A\u0647 \u062A\u0631\u062C\u0645\u0647 \u06A9\u0644 \u0635\u0641\u062D\u0647 \u0631\u0627 \u0641\u0639\u0627\u0644 \u06A9\u0631\u062F\u06CC\u062F\u060C \u0645\u06CC \u062A\u0648\u0627\u0646\u06CC\u062F \u0627\u0632 \u0627\u06CC\u0646 \u06A9\u0644\u06CC\u062F \u0645\u06CC\u0627\u0646\u0628\u0631 \u0628\u0631\u0627\u06CC \u062A\u0631\u062C\u0645\u0647 \u062E\u0627\u0635 \u0628\u062E\u0634 \u0627\u0635\u0644\u06CC \u0635\u0641\u062D\u0647 \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u06A9\u0646\u06CC\u062F.",confirmResetToDefaultSettings:"\u0622\u06CC\u0627 \u0645\u0637\u0645\u0626\u0646 \u0647\u0633\u062A\u06CC\u062F \u06A9\u0647 \u0645\u06CC \u062E\u0648\u0627\u0647\u06CC\u062F \u0627\u06CC\u0646 \u0633\u0631\u0648\u06CC\u0633 \u062A\u0631\u062C\u0645\u0647 \u0631\u0627 \u0628\u0647 \u062A\u0646\u0638\u06CC\u0645\u0627\u062A \u067E\u06CC\u0634 \u0641\u0631\u0636 \u0628\u0627\u0632\u06AF\u0631\u062F\u0627\u0646\u06CC\u062F\u061F (\u0641\u0642\u0637 \u062A\u0646\u0638\u06CC\u0645\u0627\u062A \u0633\u0631\u0648\u06CC\u0633 \u062A\u0631\u062C\u0645\u0647 \u0641\u0639\u0644\u06CC \u0631\u0627 \u0628\u0627\u0632\u0646\u0634\u0627\u0646\u06CC \u0645\u06CC \u06A9\u0646\u062F)","contact.description":"\u0627\u06AF\u0631 \u0633\u0648\u0627\u0644 \u06CC\u0627 \u067E\u06CC\u0634\u0646\u0647\u0627\u062F\u06CC \u062F\u0627\u0631\u06CC\u062F\u060C \u062E\u0648\u0634 \u0622\u0645\u062F\u06CC\u062F \u0641\u0631\u0645 \u0632\u06CC\u0631 \u0631\u0627 \u067E\u0631 \u06A9\u0646\u06CC\u062F \u062A\u0627 \u0628\u0627 \u0645\u0627 \u062A\u0645\u0627\u0633 \u0628\u06AF\u06CC\u0631\u06CC\u062F\u060C \u06CC\u0627 \u0627\u06CC\u0645\u06CC\u0644 \u0628\u0641\u0631\u0633\u062A\u06CC\u062F \u0628\u0647 {email}\u060C \u0645\u0627 \u0633\u0631\u06CC\u0639\u0627 \u0628\u0647 \u0634\u0645\u0627 \u067E\u0627\u0633\u062E \u062E\u0648\u0627\u0647\u06CC\u0645 \u062F\u0627\u062F.","subtitle.showQuickButtonDescription":"\u062F\u0631 \u06AF\u0648\u0634\u0647 \u067E\u0627\u06CC\u06CC\u0646 \u0633\u0645\u062A \u0631\u0627\u0633\u062A \u067E\u062E\u0634 \u06A9\u0646\u0646\u062F\u0647 \u0648\u06CC\u062F\u06CC\u0648\u060C \u0631\u0627\u0647\u06A9\u0627\u0631\u06CC \u0633\u0631\u06CC\u0639 \u0628\u0631\u0627\u06CC \u0641\u0639\u0627\u0644 \u06A9\u0631\u062F\u0646 \u0632\u06CC\u0631\u0646\u0648\u06CC\u0633 \u062F\u0648\u0632\u0628\u0627\u0646\u0647 \u0627\u0631\u0627\u0626\u0647 \u0645\u06CC \u062F\u0647\u062F.","browser.translateWithGoogle":"\u0627\u0632 \u062A\u0631\u062C\u0645\u0647 \u06AF\u0648\u06AF\u0644 \u0628\u0631\u0627\u06CC \u0635\u0641\u062D\u0647 \u0641\u0639\u0644\u06CC \u0628\u0647 \u0637\u0648\u0631 \u0645\u0648\u0642\u062A \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u06A9\u0646\u06CC\u062F",translationOnlyModeDescription:"\u062D\u0627\u0644\u062A \u062A\u0631\u062C\u0645\u0647 \u0641\u0642\u0637 \u0628\u0647 \u0627\u06CC\u0646 \u0645\u0639\u0646\u06CC \u0627\u0633\u062A \u06A9\u0647 \u0641\u0642\u0637 \u0645\u062A\u0646 \u062A\u0631\u062C\u0645\u0647 \u0634\u062F\u0647 \u0631\u0627 \u0646\u0634\u0627\u0646 \u0645\u06CC \u062F\u0647\u062F\u060C \u0646\u0647 \u062D\u0627\u0644\u062A \u062F\u0648\u0632\u0628\u0627\u0646\u0647 \u067E\u06CC\u0634 \u0641\u0631\u0636. \u062A\u0648\u062C\u0647: \u0628\u0647 \u062F\u0644\u06CC\u0644 \u0645\u062D\u062F\u0648\u062F\u06CC\u062A \u0647\u0627\u06CC \u0641\u0646\u0627\u0648\u0631\u06CC\u060C \u062F\u0631 \u062D\u0627\u0644\u062A \u062A\u0631\u062C\u0645\u0647 \u0641\u0642\u0637\u060C \u067E\u06CC\u0648\u0646\u062F\u0647\u0627\u06CC \u0641\u0648\u0642 \u0627\u0644\u0639\u0627\u062F\u0647 \u0645\u062A\u0646 \u0627\u0635\u0644\u06CC \u063A\u06CC\u0631\u0641\u0639\u0627\u0644 \u062E\u0648\u0627\u0647\u0646\u062F \u0634\u062F.","intro.floatBallDescription":"\u067E\u0633 \u0627\u0632 \u0641\u0639\u0627\u0644 \u0633\u0627\u0632\u06CC\u060C \u06CC\u06A9 \u062F\u06A9\u0645\u0647 \u062A\u0631\u062C\u0645\u0647 \u0633\u0631\u06CC\u0639 \u062F\u0631 \u0633\u0645\u062A \u0631\u0627\u0633\u062A \u0635\u0641\u062D\u0647 \u0646\u0645\u0627\u06CC\u0634 \u062F\u0627\u062F\u0647 \u0645\u06CC \u0634\u0648\u062F\u060C \u06A9\u0647 \u0628\u0627 \u06A9\u0644\u06CC\u06A9 \u06A9\u0631\u062F\u0646 \u0645\u06CC \u062A\u0648\u0627\u0646\u06CC\u062F \u062A\u0631\u062C\u0645\u0647 \u06A9\u0646\u06CC\u062F\u060C \u0648 \u0628\u0627 \u06A9\u0644\u06CC\u06A9 \u062F\u0648\u0628\u0627\u0631\u0647 \u0645\u06CC \u062A\u0648\u0627\u0646\u06CC\u062F \u0628\u0647 \u0645\u062A\u0646 \u0627\u0635\u0644\u06CC \u0628\u0631\u06AF\u0631\u062F\u06CC\u062F. \u062F\u0631 \u062F\u0633\u062A\u06AF\u0627\u0647 \u0647\u0627\u06CC \u062A\u0644\u0641\u0646 \u0647\u0645\u0631\u0627\u0647\u060C \u0628\u0627 \u0641\u0634\u0627\u0631 \u0637\u0648\u0644\u0627\u0646\u06CC \u0628\u0631 \u0631\u0648\u06CC \u062A\u0648\u067E \u0634\u0646\u0627\u0648\u0631\u060C \u0645\u06CC \u062A\u0648\u0627\u0646\u06CC\u062F \u067E\u0646\u0644 \u062A\u0646\u0638\u06CC\u0645\u0627\u062A \u0633\u0631\u06CC\u0639 \u0631\u0627 \u0628\u0627\u0632 \u06A9\u0646\u06CC\u062F.","intro.hoverDescription":"\u062A\u0631\u062C\u0645\u0647 \u0645\u0633\u062A\u0642\u06CC\u0645 \u0628\u0627 \u0627\u0634\u0627\u0631\u0647 \u0645\u0648\u0633 \u06CC\u06A9\u06CC \u0627\u0632 \u0648\u06CC\u0698\u06AF\u06CC \u0647\u0627\u06CC \u0628\u0633\u06CC\u0627\u0631 \u0645\u0647\u0645 \u062F\u0631 \u062A\u0631\u062C\u0645\u0647 \u0641\u0631\u0648 \u0631\u0641\u062A\u0647 \u0627\u0633\u062A\u060C \u06A9\u0627\u0641\u06CC \u0627\u0633\u062A \u0645\u0648\u0633 \u0631\u0627 \u0631\u0648\u06CC \u067E\u0627\u0631\u0627\u06AF\u0631\u0627\u0641 \u0642\u0631\u0627\u0631 \u062F\u0647\u06CC\u062F \u0648 \u062F\u0631 \u0639\u06CC\u0646 \u062D\u0627\u0644 \u06A9\u0644\u06CC\u062F \u0645\u06CC\u0627\u0646\u0628\u0631 \u062A\u0639\u06CC\u06CC\u0646 \u0634\u062F\u0647 \u0631\u0627 \u0641\u0634\u0627\u0631 \u062F\u0647\u06CC\u062F\u060C \u062A\u0627 \u067E\u0627\u0631\u0627\u06AF\u0631\u0627\u0641 \u0641\u0639\u0644\u06CC \u0628\u0647 \u0635\u0648\u0631\u062A \u062E\u0648\u062F\u06A9\u0627\u0631 \u062A\u0631\u062C\u0645\u0647 \u0634\u0648\u062F (\u062A\u0648\u062C\u0647: \u0628\u0647 \u0637\u0648\u0631 \u067E\u06CC\u0634 \u0641\u0631\u0636 \u0641\u0639\u0627\u0644 \u0646\u06CC\u0633\u062A\u060C \u0644\u0637\u0641\u0627 \u062F\u0631 \u0632\u06CC\u0631 \u062A\u0646\u0638\u06CC\u0645 \u06A9\u0646\u06CC\u062F)\u060C \u0627\u06CC\u0646 \u062A\u0639\u0627\u0645\u0644 \u0628\u0631\u0627\u06CC \u062C\u0627\u06CC\u06AF\u0632\u06CC\u0646\u06CC \u0628\u0647\u062A\u0631 \u062A\u0631\u062C\u0645\u0647 \u06A9\u0644\u0645\u0627\u062A \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u0645\u06CC \u0634\u0648\u062F\u060C \u0639\u0644\u0627\u0648\u0647 \u0628\u0631 \u0627\u06CC\u0646\u060C \u0627\u06CC\u0646 \u0648\u06CC\u0698\u06AF\u06CC \u0628\u0631\u0627\u06CC \u0622\u0646\u0647\u0627\u06CC\u06CC \u06A9\u0647 \u0646\u0645\u06CC \u062A\u0648\u0627\u0646\u0646\u062F \u0645\u0646\u0637\u0642\u0647 \u062A\u0631\u062C\u0645\u0647 \u0631\u0627 \u062A\u0634\u062E\u06CC\u0635 \u062F\u0647\u0646\u062F\u060C \u0628\u0633\u06CC\u0627\u0631 \u0645\u0641\u06CC\u062F \u0627\u0633\u062A\u060C \u0634\u0645\u0627 \u0645\u06CC \u062A\u0648\u0627\u0646\u06CC\u062F \u0627\u0632 \u0627\u06CC\u0646 \u0648\u06CC\u0698\u06AF\u06CC \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u06A9\u0646\u06CC\u062F \u0648 \u0647\u0631 \u067E\u0627\u0631\u0627\u06AF\u0631\u0627\u0641\u06CC \u0631\u0627 \u062A\u0631\u062C\u0645\u0647 \u06A9\u0646\u06CC\u062F.","neverTranslateText.description":"\u0628\u0647 \u062F\u0644\u06CC\u0644 \u0639\u062F\u0645 \u0634\u0646\u0627\u0633\u0627\u06CC\u06CC \u0645\u0646\u0627\u0633\u0628 \u0627\u0635\u0637\u0644\u0627\u062D\u0627\u062A \u062A\u062E\u0635\u0635\u06CC \u062A\u0648\u0633\u0637 \u0628\u0631\u062E\u06CC \u0627\u0632 \u0645\u0648\u062A\u0648\u0631\u0647\u0627\u06CC \u062A\u0631\u062C\u0645\u0647\u060C \u0634\u0645\u0627 \u0645\u06CC \u062A\u0648\u0627\u0646\u06CC\u062F \u062F\u0631 \u0627\u06CC\u0646\u062C\u0627 \u06A9\u0644\u0645\u0627\u062A \u0631\u0627 \u0627\u0636\u0627\u0641\u0647 \u06A9\u0646\u06CC\u062F \u062A\u0627 \u0627\u0637\u0645\u06CC\u0646\u0627\u0646 \u062D\u0627\u0635\u0644 \u06A9\u0646\u06CC\u062F \u06A9\u0647 \u0622\u0646\u0647\u0627 \u062F\u0631 \u0637\u06CC \u0641\u0631\u0622\u06CC\u0646\u062F \u062A\u0631\u062C\u0645\u0647 \u062A\u063A\u06CC\u06CC\u0631 \u0646\u0645\u06CC \u06A9\u0646\u0646\u062F. \u0644\u0637\u0641\u0627\u064B \u062A\u0648\u062C\u0647 \u062F\u0627\u0634\u062A\u0647 \u0628\u0627\u0634\u06CC\u062F \u06A9\u0647 \u0627\u06CC\u0646 \u0648\u06CC\u0698\u06AF\u06CC \u0628\u0647 \u062D\u0631\u0648\u0641 \u0628\u0632\u0631\u06AF \u0648 \u06A9\u0648\u0686\u06A9 \u062D\u0633\u0627\u0633 \u0627\u0633\u062A \u0648 \u0641\u0642\u0637 \u0632\u0628\u0627\u0646 \u0647\u0627\u06CC\u06CC \u0631\u0627 \u067E\u0634\u062A\u06CC\u0628\u0627\u0646\u06CC \u0645\u06CC \u06A9\u0646\u062F \u06A9\u0647 \u06A9\u0644\u0645\u0627\u062A \u0622\u0646\u0647\u0627 \u0628\u0627 \u0641\u0627\u0635\u0644\u0647 \u062C\u062F\u0627 \u0634\u062F\u0647 \u0627\u0646\u062F (\u0645\u0627\u0646\u0646\u062F \u0627\u0646\u06AF\u0644\u06CC\u0633\u06CC\u060C \u0641\u0631\u0627\u0646\u0633\u0648\u06CC) \u0648 \u0628\u0631\u0627\u06CC \u0632\u0628\u0627\u0646 \u0647\u0627\u06CC\u06CC \u0645\u0627\u0646\u0646\u062F \u0698\u0627\u067E\u0646\u06CC\u060C \u06A9\u0631\u0647 \u0627\u06CC \u0648 \u063A\u06CC\u0631\u0647 \u0645\u0646\u0627\u0633\u0628 \u0646\u06CC\u0633\u062A.","intro.subtitleDescription":"\u0628\u0627 \u0641\u0639\u0627\u0644 \u06A9\u0631\u062F\u0646 \u0627\u06CC\u0646 \u0648\u06CC\u0698\u06AF\u06CC\u060C \u0632\u06CC\u0631\u0646\u0648\u06CC\u0633 \u062F\u0648\u0632\u0628\u0627\u0646\u0647 \u0628\u0647 \u0635\u0648\u0631\u062A \u062E\u0648\u062F\u06A9\u0627\u0631 \u0647\u0646\u06AF\u0627\u0645 \u067E\u062E\u0634 \u0648\u06CC\u062F\u06CC\u0648 \u0646\u0645\u0627\u06CC\u0634 \u062F\u0627\u062F\u0647 \u0645\u06CC \u0634\u0648\u062F. \u0627\u06AF\u0631 \u0641\u0639\u0627\u0644 \u0646\u0634\u062F\u0647 \u0627\u0633\u062A\u060C \u0628\u0627\u06CC\u062F \u0628\u0631 \u0631\u0648\u06CC \u062F\u06A9\u0645\u0647 \u062A\u0631\u062C\u0645\u0647 \u062F\u0631 \u0635\u0641\u062D\u0647 \u06A9\u0644\u06CC\u06A9 \u06A9\u0646\u06CC\u062F \u062A\u0627 \u0632\u06CC\u0631\u0646\u0648\u06CC\u0633 \u0646\u0645\u0627\u06CC\u0634 \u062F\u0627\u062F\u0647 \u0634\u0648\u062F. \u0644\u0637\u0641\u0627\u064B \u062A\u0648\u062C\u0647 \u062F\u0627\u0634\u062A\u0647 \u0628\u0627\u0634\u06CC\u062F \u06A9\u0647 \u0628\u0647 \u062F\u0644\u06CC\u0644 \u0645\u062D\u062F\u0648\u062F\u06CC\u062A \u0647\u0627\u06CC \u0641\u0646\u06CC\u060C \u0628\u0631\u062E\u06CC \u0627\u0632 \u0648\u0628 \u0633\u0627\u06CC\u062A \u0647\u0627 \u0645\u0645\u06A9\u0646 \u0627\u0633\u062A \u0646\u06CC\u0627\u0632 \u0628\u0647 \u062A\u0627\u0632\u0647 \u06A9\u0631\u062F\u0646 \u0635\u0641\u062D\u0647 \u06CC\u0627 \u0627\u0646\u062A\u0638\u0627\u0631 \u0628\u0631\u0627\u06CC \u062A\u06A9\u0645\u06CC\u0644 \u062A\u0631\u062C\u0645\u0647 \u062F\u0631 \u0627\u0648\u0644\u06CC\u0646 \u0628\u0627\u0631 \u0641\u0639\u0627\u0644 \u06A9\u0631\u062F\u0646 \u0632\u06CC\u0631\u0646\u0648\u06CC\u0633 \u062F\u0627\u0634\u062A\u0647 \u0628\u0627\u0634\u0646\u062F \u062A\u0627 \u0628\u062A\u0648\u0627\u0646\u0646\u062F \u0632\u06CC\u0631\u0646\u0648\u06CC\u0633 \u062F\u0648\u0632\u0628\u0627\u0646\u0647 \u0631\u0627 \u0646\u0645\u0627\u06CC\u0634 \u062F\u0647\u0646\u062F. (\u0639\u0644\u0627\u0648\u0647 \u0628\u0631 \u0627\u06CC\u0646\u060C \u0634\u0645\u0627 \u0647\u0645\u0686\u0646\u06CC\u0646 \u0645\u06CC \u062A\u0648\u0627\u0646\u06CC\u062F \u067E\u0633 \u0627\u0632 \u0628\u0627\u0632 \u06A9\u0631\u062F\u0646 \u0648\u0628 \u0633\u0627\u06CC\u062A \u0648\u06CC\u062F\u06CC\u0648\u060C \u067E\u0646\u0644 \u0645\u06CC\u0627\u0646\u0628\u0631 \u062A\u0631\u062C\u0645\u0647 \u0641\u0631\u0648 \u0631\u0641\u062A\u0647 \u0631\u0627 \u0627\u0632 \u06AF\u0648\u0634\u0647 \u0628\u0627\u0644\u0627 \u0633\u0645\u062A \u0631\u0627\u0633\u062A \u0641\u0639\u0627\u0644 / \u063A\u06CC\u0631\u0641\u0639\u0627\u0644 \u06A9\u0646\u06CC\u062F)

\u062F\u0631 \u062D\u0627\u0644 \u062D\u0627\u0636\u0631 \u067E\u0634\u062A\u06CC\u0628\u0627\u0646\u06CC \u0627\u0632 \u0632\u06CC\u0631\u0646\u0648\u06CC\u0633 \u062F\u0648\u0632\u0628\u0627\u0646\u0647 \u062F\u0631 \u0627\u06CC\u0646 \u0648\u0628 \u0633\u0627\u06CC\u062A \u0647\u0627 \u0645\u0645\u06A9\u0646 \u0627\u0633\u062A:",geminiWarning:"\u062A\u0648\u062C\u0647: \u062E\u062F\u0645\u0627\u062A \u0631\u0627\u06CC\u06AF\u0627\u0646 Gemini \u06A9\u0647 \u062A\u0648\u0633\u0637 Google \u0627\u0631\u0627\u0626\u0647 \u0645\u06CC \u0634\u0648\u062F\u060C \u0645\u062D\u062F\u0648\u062F\u06CC\u062A \u0647\u0627\u06CC \u0633\u062E\u062A\u06AF\u06CC\u0631\u0627\u0646\u0647 \u0627\u06CC \u062F\u0627\u0631\u062F \u0648 \u0645\u0645\u06A9\u0646 \u0627\u0633\u062A Google \u062A\u0635\u0645\u06CC\u0645 \u0628\u06AF\u06CC\u0631\u062F \u06A9\u0647 \u06A9\u0627\u0631\u0628\u0631 \u0627\u0632 \u0686\u0646\u062F\u06CC\u0646 Key \u0628\u0631\u0627\u06CC \u062F\u0648\u0631 \u0632\u062F\u0646 \u0645\u062D\u062F\u0648\u062F\u06CC\u062A \u0647\u0627\u06CC \u0633\u0647\u0645\u06CC\u0647 \u0631\u0627\u06CC\u06AF\u0627\u0646 \u0622\u0646\u0647\u0627 \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u0645\u06CC \u06A9\u0646\u062F\u060C \u067E\u06CC\u0634\u0646\u0647\u0627\u062F \u0646\u0645\u06CC \u0634\u0648\u062F\u060C \u067E\u06CC\u0634\u0646\u0647\u0627\u062F \u0645\u06CC \u0634\u0648\u062F \u0645\u0646\u062A\u0638\u0631 \u0628\u0627\u0634\u06CC\u062F \u062A\u0627 Google \u062F\u0631 \u0622\u06CC\u0646\u062F\u0647 \u0631\u0627\u0628\u0637 \u067E\u0631\u062F\u0627\u062E\u062A Gemini \u0631\u0627 \u0628\u0627\u0632 \u06A9\u0646\u062F \u0648 \u0633\u067E\u0633 \u0627\u0632 \u0622\u0646 \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u06A9\u0646\u06CC\u062F.","floatBall.setting":"\u062A\u0646\u0638\u06CC\u0645\u0627\u062A","floatBall.translateToLanguage":"\u0628\u0631\u0627\u06CC \u062A\u0631\u062C\u0645\u0647 \u0628\u0647 {language} \u06A9\u0644\u06CC\u06A9 \u06A9\u0646\u06CC\u062F","floatBall.file":`\u062A\u0631\u062C\u0645\u0647 PDF\u060C EPUB\u060C SRT\u060C ASS\u060C HTML\u060C TXT \u0641\u0627\u06CC\u0644`,changeToOnlyTempTranslationMode:"\u0628\u0647 \u0646\u0645\u0627\u06CC\u0634 \u0641\u0642\u0637 \u062A\u0631\u062C\u0645\u0647 \u0647\u0627 \u0628\u0631\u0648\u06CC\u062F",changeToDualTempTranslationMode:"\u0628\u0647 \u062A\u0631\u062C\u0645\u0647 \u062F\u0648 \u0632\u0628\u0627\u0646\u0647 \u0628\u0631\u0648\u06CC\u062F","transitionMode.translation":"\u0641\u0642\u0637 \u0645\u062A\u0646 \u062A\u0631\u062C\u0645\u0647","options.navbar.translateFile":"\u062A\u0631\u062C\u0645\u0647 \u0627\u0633\u0646\u0627\u062F","transitionMode.dual":"\u062F\u0648\u0632\u0628\u0627\u0646\u0647 \u0645\u0642\u0627\u06CC\u0633\u0647","options.navbar.installApp":"\u0646\u0635\u0628 \u0628\u0631\u0646\u0627\u0645\u0647 \u062A\u0644\u0641\u0646 \u0647\u0645\u0631\u0627\u0647","transitionMode.inherit":"\u0628\u0627 \u062D\u0627\u0644\u062A \u0646\u0645\u0627\u06CC\u0634 \u067E\u06CC\u0634 \u0641\u0631\u0636 \u0633\u06CC\u0633\u062A\u0645 \u0647\u0645\u0627\u0647\u0646\u06AF \u0628\u0645\u0627\u0646\u06CC\u062F","subtitle.transitionMode":"\u062A\u0646\u0638\u06CC\u0645\u0627\u062A \u0632\u06CC\u0631\u0646\u0648\u06CC\u0633 \u0641\u06CC\u0644\u0645 \u062F\u0648\u0632\u0628\u0627\u0646\u0647 / \u0641\u0642\u0637 \u0645\u062A\u0646 \u062A\u0631\u062C\u0645\u0647","subtitle.transitionModeDescription":"\u062A\u0646\u0638\u06CC\u0645 \u0632\u06CC\u0631\u0646\u0648\u06CC\u0633 \u0648\u06CC\u062F\u06CC\u0648 \u0628\u0647 \u062D\u0627\u0644\u062A \u0645\u0642\u0627\u0628\u0644\u0647 \u062F\u0648\u0632\u0628\u0627\u0646\u0647 \u06CC\u0627 \u0641\u0642\u0637 \u062D\u0627\u0644\u062A \u062A\u0631\u062C\u0645\u0647",translateFileTooltip:`\u062A\u0631\u062C\u0645\u0647 PDF\u060C ePub\u060C srt\u060C ass\u060C HTML\u060C TXT \u0641\u0627\u06CC\u0644`,"description.multiplePrompt":`\u0648\u0642\u062A\u06CC \u062A\u0639\u062F\u0627\u062F \u067E\u0627\u0631\u0627\u06AF\u0631\u0627\u0641\u200C\u0647\u0627 \u0628\u06CC\u0634\u062A\u0631 \u0627\u0632 1 \u0627\u0633\u062A\u060C \u06AF\u0641\u062A\u06AF\u0648\u06CC\u06CC \u06A9\u0647 \u0628\u0627 \u0647\u0648\u06CC\u062A \u06A9\u0627\u0631\u0628\u0631 \u0628\u0647 {service} \u0627\u0631\u0633\u0627\u0644 \u0645\u06CC\u200C\u0634\u0648\u062F\u060C \u06A9\u0647 \u062F\u0631 \u0622\u0646 {{from}} \u0632\u0628\u0627\u0646 \u067E\u0627\u0631\u0627\u06AF\u0631\u0627\u0641 \u0631\u0627 \u0646\u0634\u0627\u0646 \u0645\u06CC\u200C\u062F\u0647\u062F\u060C {{to}} \u0632\u0628\u0627\u0646 \u0645\u0642\u0635\u062F \u0631\u0627 \u0646\u0634\u0627\u0646 \u0645\u06CC\u200C\u062F\u0647\u062F\u060C {{yaml}} \u0645\u062D\u062A\u0648\u0627\u06CC \u067E\u0627\u0631\u0627\u06AF\u0631\u0627\u0641\u06CC \u0627\u0633\u062A \u06A9\u0647 \u0628\u0627 \u0641\u0631\u0645\u062A yaml \u0628\u0633\u062A\u0647\u200C\u0628\u0646\u062F\u06CC \u0634\u062F\u0647 \u0627\u0633\u062A\u060C \u0627\u06AF\u0631 \u0646\u06CC\u0627\u0632 \u0628\u0647 \u0633\u0641\u0627\u0631\u0634\u06CC\u200C\u0633\u0627\u0632\u06CC Prompt \u062F\u0627\u0631\u06CC\u062F\u060C \u0628\u0627\u06CC\u062F \u0645\u0637\u0645\u0626\u0646 \u0634\u0648\u06CC\u062F \u06A9\u0647 \u0647\u0631 \u0645\u0648\u0631\u062F \u062F\u0631 \u0646\u062A\u06CC\u062C\u0647 YAML \u067E\u0627\u0633\u062E AI \u0634\u0627\u0645\u0644 \u0641\u06CC\u0644\u062F {env.imt_trans_field} \u0628\u0627\u0634\u062F\u060C {{imt_trans_field}} \u0646\u0627\u0645 \u0641\u06CC\u0644\u062F \u062A\u0631\u062C\u0645\u0647\u200C\u0627\u06CC \u0627\u0633\u062A \u06A9\u0647 \u0645\u0627 \u0627\u0645\u06CC\u062F\u0648\u0627\u0631\u06CC\u0645 AI \u0628\u0647 \u0639\u0646\u0648\u0627\u0646 \u067E\u0627\u0633\u062E \u0627\u0631\u0627\u0626\u0647 \u062F\u0647\u062F\u060C \u0628\u0647 \u0637\u0648\u0631 \u067E\u06CC\u0634 \u0641\u0631\u0636 {env.imt_trans_field} \u0627\u0633\u062A\u060C {{imt_source_field}} \u0646\u0627\u0645 \u0641\u06CC\u0644\u062F \u0645\u062A\u0646 \u0627\u0635\u0644\u06CC \u0627\u0633\u062A \u06A9\u0647 \u0645\u0627 \u0628\u0647 AI \u0627\u0631\u0627\u0626\u0647 \u0645\u06CC\u200C\u062F\u0647\u06CC\u0645\u060C \u0628\u0647 \u0637\u0648\u0631 \u067E\u06CC\u0634 \u0641\u0631\u0636 {env.imt_source_field} \u0627\u0633\u062A\u060C \u0646\u0645\u0648\u0646\u0647 \u0646\u062A\u06CC\u062C\u0647: @@ -5170,7 +5170,7 @@ ass\u060C HTML\u060C TXT \u0641\u0627\u06CC\u0644`,"description.multiplePrompt": {env.imt_sub_trans_field}: \u062A\u0631\u062C\u0645\u0647 - id: 2 {env.imt_sub_source_field}: \u0645\u0646\u0628\u0639 - {env.imt_sub_trans_field}: \u062A\u0631\u062C\u0645\u0647`,"subtitle.quickButton.red":"\u0633\u0631\u062E","subtitle.quickButton.cyan":"\u0622\u0628\u06CC","subtitle.quickButton.white":"\u0633\u0641\u06CC\u062F","subtitle.quickButton.yellow":"\u0632\u0631\u062F","subtitle.quickButton.setting":"\u062A\u0646\u0638\u06CC\u0645\u0627\u062A","translationServices.claude":"\u06A9\u0644\u0648\u062F","subtitle.quickButton.backgroundColor":"\u0631\u0646\u06AF \u067E\u0633 \u0632\u0645\u06CC\u0646\u0647","subtitle.quickButton.translationPositionTop":"\u0628\u0627\u0644\u0627\u06CC \u0645\u062A\u0646 \u0627\u0635\u0644\u06CC","subtitle.quickButton.black":"\u0633\u06CC\u0627\u0647","subtitle.quickButton.blue":"\u0622\u0628\u06CC","subtitle.quickButton.green":"\u0633\u0628\u0632","subtitle.quickButton.translationFontSize":"\u0627\u0646\u062F\u0627\u0632\u0647 \u0641\u0648\u0646\u062A \u0645\u062A\u0646 \u062A\u0631\u062C\u0645\u0647","subtitle.quickButton.sourceTextColor":"\u0631\u0646\u06AF \u0641\u0648\u0646\u062A \u0645\u062A\u0646 \u0627\u0635\u0644\u06CC","subtitle.quickButton.magenta":"\u0631\u0646\u06AF \u0628\u0646\u0641\u0634","subtitle.quickButton.translationTextColor":"\u0631\u0646\u06AF \u0641\u0648\u0646\u062A \u0645\u062A\u0646 \u062A\u0631\u062C\u0645\u0647 \u0634\u062F\u0647","subtitle.quickButton.backgroundOpacity":"\u067E\u0633 \u0632\u0645\u06CC\u0646\u0647 \u0646\u06CC\u0645\u0647 \u0634\u0641\u0627\u0641","subtitle.quickButton.sourceFontSize":"\u0627\u0646\u062F\u0627\u0632\u0647 \u0641\u0648\u0646\u062A \u0645\u062A\u0646 \u0627\u0635\u0644\u06CC","subtitle.quickButton.translationPositionBottom":"\u0645\u062A\u0646 \u0627\u0635\u0644\u06CC \u062F\u0631 \u0632\u06CC\u0631 \u0627\u0633\u062A","subtitle.quickButton.translationPosition":"\u0645\u06A9\u0627\u0646 \u062A\u0631\u062C\u0645\u0647",attachSubtitleTranslating:"\u062F\u0631 \u062D\u0627\u0644 \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u0627\u0632 {service} \u0628\u0631\u0627\u06CC \u062A\u0631\u062C\u0645\u0647...","error.claude.403":"\u062F\u0633\u062A\u0631\u0633\u06CC \u0645\u0648\u0642\u062A\u0627 \u0628\u0647 \u0633\u0631\u0648\u06CC\u0633 \u0645\u0645\u06A9\u0646 \u0627\u0633\u062A \u0645\u062D\u062F\u0648\u062F \u0634\u062F\u0647 \u0628\u0627\u0634\u062F\u060C \u0627\u06CC\u0646 \u0645\u0645\u06A9\u0646 \u0627\u0633\u062A \u0628\u0647 \u0645\u062D\u062F\u0648\u062F\u06CC\u062A \u0645\u0646\u0637\u0642\u0647 \u0627\u06CC Claude \u0645\u0631\u062A\u0628\u0637 \u0628\u0627\u0634\u062F\u060C \u0634\u0645\u0627 \u0645\u06CC \u062A\u0648\u0627\u0646\u06CC\u062F \u0633\u0639\u06CC \u06A9\u0646\u06CC\u062F \u0622\u062F\u0631\u0633 IP \u062E\u0648\u062F \u0631\u0627 \u062A\u063A\u06CC\u06CC\u0631 \u062F\u0647\u06CC\u062F\u060C \u06CC\u0627 \u0627\u0632 \u0633\u0631\u0648\u06CC\u0633 \u0647\u0627\u06CC \u062A\u0631\u062C\u0645\u0647 \u062F\u06CC\u06AF\u0631 \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u06A9\u0646\u06CC\u062F.","browser.brandDescriptionForSafari":"\u3010\u062A\u0631\u062C\u0645\u0647 \u0641\u0631\u0648 \u0631\u0641\u062A\u0647\u3011 \u06CC\u06A9 \u0627\u0641\u0632\u0648\u0646\u0647 \u062A\u0631\u062C\u0645\u0647 \u0635\u0641\u062D\u0647 \u0648\u0628 \u062F\u0648\u0632\u0628\u0627\u0646\u0647 \u0631\u0627\u06CC\u06AF\u0627\u0646 (\u0645\u062A\u0646 \u0627\u0635\u0644\u06CC / \u062A\u0631\u062C\u0645\u0647) \u060C \u062F\u0631 \u0639\u06CC\u0646 \u062D\u0627\u0644 \u067E\u0634\u062A\u06CC\u0628\u0627\u0646\u06CC \u0627\u0632 \u062A\u0631\u062C\u0645\u0647 PDF \u0648 \u062A\u0631\u062C\u0645\u0647 \u06A9\u062A\u0627\u0628 \u0627\u0644\u06A9\u062A\u0631\u0648\u0646\u06CC\u06A9\u06CC EPUB \u0628\u0627 \u062D\u0641\u0638 \u0637\u0631\u062D \u0628\u0646\u062F\u06CC \u0627\u0635\u0644\u06CC \u0633\u0646\u062F \u060C \u062A\u0631\u062C\u0645\u0647 \u0632\u06CC\u0631\u0646\u0648\u06CC\u0633 \u062F\u0648\u0632\u0628\u0627\u0646\u0647 \u0648\u06CC\u062F\u0626\u0648\u06CC \u0622\u0646\u0644\u0627\u06CC\u0646 Youtube / Netflix \u060C \u067E\u0634\u062A\u06CC\u0628\u0627\u0646\u06CC \u0627\u0632 \u062E\u062F\u0645\u0627\u062A \u062A\u0631\u062C\u0645\u0647 \u0627\u0635\u0644\u06CC Deepl / Google\u061B","browser.PdfProFile":"\u062A\u0631\u062C\u0645\u0647 PDF Pro \u0645\u062D\u0631\u06A9 \u0647\u0648\u0634 \u0645\u0635\u0646\u0648\u0639\u06CC","browser.textTranslate":"\u062A\u0631\u062C\u0645\u0647 \u0645\u062A\u0646"};var O4={nologin:"non connect\xE9",loginForSafari:"Se connecter ou s'inscrire",login:"Se connecter pour ouvrir une adh\xE9sion",manageAccount:"Comptes g\xE9r\xE9s",openPremium:"Adh\xE9sion ouverte",logout:"annuler",curentPlan:"Paquets actuels",endAt:"expiration",endAuto:"renouvellement automatique",lineBreakMaxTextCount:"Nombre maximal de caract\xE8res autoris\xE9s par phrase apr\xE8s les retours \xE0 la ligne","translate-pdf":"Cliquez pour traduire le PDF","noSupportTranslate-pdf":"Script non support\xE9, veuillez utiliser le plugin","translate-firefox-local-pdf":"Cliquez pour aller \xE0 Importer le PDF",enableLineBreak:"Activer le saut de ligne automatique pour les longs paragraphes",sponsorLabel:"1 $ D\xE9veloppeurs sponsoris\xE9s",help:"main",browserShortcutsNoteForFirefox:"Pour modifier les raccourcis dans Firefox, vous devez ouvrir la page de gestion des extensions `about:addons`, puis cliquer sur `Settings`, et enfin sur `Manage Shortcuts` pour d\xE9finir les raccourcis.",browserShortcutsNoteForChrome:'Pour modifier les raccourcis dans Chrome, vous devez ouvrir la page de gestion des extensions, les d\xE9finir dans le panneau "Gestion des raccourcis" (`chrome://extensions/shortcuts`), et cliquer sur le bouton ci-dessous pour acc\xE9der \xE0 la page de gestion des raccourcis.',browserShortcutsSucks:"Les raccourcis personnalis\xE9s sont format\xE9s comme suit (pas de reconnaissance automatique, veuillez entrer directement) :\uFF1A",enableLineBreakDescription:"Lorsque cette option est activ\xE9e, des sauts de ligne sont ins\xE9r\xE9s \xE0 la fin de chaque phrase dans les longs paragraphes afin d'en faciliter la lecture.","browser.shortBrandName":"Traduction en immersion","browser.brandName":"Traduction en immersion : pages Web et PDF bilingues","browser.brandDescription":"Bilingual web page translation, also supports PDF translation, bilingual Epub eBook translation, free to use.","browser.toggleTranslatePage":"Traduire la page/afficher le texte original","browser.toggleTranslateTheWholePage":"Traduire toutes les zones de la page/afficher le texte original","browser.toggleOnlyTransation":"Basculer en mode bilingue / mode traduction uniquement","browser.toggleTranslateToThePageEndImmediately":"Traduction imm\xE9diate en bas de page/affichage du texte original","browser.toggleTranslateTheMainPage":"Traduire la zone principale de la page/afficher le texte original","browser.shareToDraft":"Partager les pages bilingues","browser.openOptionsPage":"Ouvrir la page des param\xE8tres","browser.toggleTranslationMask":"Afficher/masquer l'effet de flou de translation","browser.translateLocalPdfFile":"Traduire des fichiers PDF locaux","browser.openEbookViewer":"Lire les livres \xE9lectroniques locaux","browser.openEbookBuilder":"Cr\xE9er des livres bilingues EPUB","browser.translateLocalHtmlFile":"Traduire des fichiers HTML/txt","browser.donateContext":"En savoir plus sur les avantages du parrainage","browser.translateLocalSubtitleFile":"Traduire les fichiers de sous-titres locaux",confirmResetConfig:"\xCAtes-vous s\xFBr de vouloir r\xE9initialiser les param\xE8tres ?",translationLineBreakSettingTitle:"R\xE9glage du saut de ligne de la traduction",smartLineBreak:"smart line feed (informatique)",alwaysLineBreak:"Toujours un saut de ligne",isShowContextMenu:"Ajouter des pages traduites aux \xE9l\xE9ments de menu \xE0 cliquer avec le bouton droit de la souris",toggleBeta:"Activation des fonctionnalit\xE9s de test b\xEAta",betaDescription:"Permet d'activer des fonctionnalit\xE9s encore exp\xE9rimentales, ainsi qu'un service de traduction en version b\xEAta. Rejoignez le <1>groupe Telegram pour en savoir plus.",translationLineBreakSettingDescription:"Les sauts de ligne sont toujours nets et ordonn\xE9s pour les pages \xE0 faible contenu. (Pour gagner de la place, utilisez des sauts de ligne intelligents dans les longs paragraphes \xE0 fort contenu (plus de{count}caract\xE8res)).",tempTranslateDomainTitle:"Dur\xE9e de l'activation temporaire de la traduction du site web",tempTranslateDomainDescription:"Lors de la traduction manuelle d'une page web, vous pouvez activer temporairement le site web pour la traduction automatique et vous pouvez d\xE9finir la dur\xE9e temporaire.",xMinutes:"{count} minutes",disabled:"interdire l'utilisation de qqch.",changelog:"Journal des mises \xE0 jour",toggleTranslatePageWhenThreeFingersOnTheScreen:"L'effleurement simultan\xE9 de l'\xE9cran par plusieurs doigts traduit les pages web/affiche le texte original",toggleTranslationMaskWhenThreeFingersOnTheScreen:"Le toucher \xE0 plusieurs doigts permet d'afficher/masquer l'effet de flou.",fingerCountToToggleTranslagePageOnlyTranslationWhenTouching:"Plusieurs doigts touchant l'\xE9cran en m\xEAme temps traduisent la page web (traduction uniquement)/affichent le texte original.",addUrlDescription:"Peut \xEAtre un nom de domaine et prend \xE9galement en charge les caract\xE8res g\xE9n\xE9riques, par exemple\uFF1A*.google.com, google.com/mail/*, https://www.google.com/*.",general:"Param\xE8tres de base",clickToExpandConfig:"\xC9tendre la configuration actuelle",import:"Importation d'un fichier",export:"Exporter vers un fichier",toggleDebug:"Imprimer le journal de d\xE9bogage sur la console","fingers.0":"coagulation","fingers.2":"touche \xE0 deux doigts","fingers.3":"touche \xE0 trois doigts","fingers.4":"touche \xE0 quatre doigts","fingers.5":"touche \xE0 cinq doigts",mouseHoldKey:"+ {key} traduire/restaurer le paragraphe",mouseHoldKeyAuto:"Traduction directe du paragraphe",mouseHoldKeyOff:"Ne faites rien.",mouseHoldKeyOther:"Raccourcis personnalis\xE9s (ouvrir les param\xE8tres)",mouseHoldKeyCustomKey:"{key} Traduction/r\xE9duction du paragraphe",mouseHoverHoldKey:"Traduire des paragraphes en appuyant sur la touche de raccourci tout en survolant la souris.","mouse-translate":"survol de la souris",document:"fichier (informatique)",resetSuccess:"R\xE9initialisation de tous les param\xE8tres r\xE9ussie",resetThisSuccess:"R\xE9initialisation r\xE9ussie",saved:"Sauvegarder le succ\xE8s",successImportConfig:"Importation r\xE9ussie de la configuration",goAdvancedSettings:"Acc\xE9der \xE0 la page des param\xE8tres avanc\xE9s",goAdvancedInterfaceSettings:"Acc\xE9der \xE0 la page Param\xE8tres de personnalisation avanc\xE9s",advanced:"Param\xE8tres avanc\xE9s",advancedDescription:"En g\xE9n\xE9ral, aucun r\xE9glage n'est n\xE9cessaire, il suffit de laisser la valeur par d\xE9faut. Pour les utilisateurs plus sp\xE9cialis\xE9s uniquement, des param\xE8tres plus personnalis\xE9s sont disponibles.",developer:"Param\xE8tres du d\xE9veloppeur",donateCafe:"prix","translate to the bottom of the page":"La traduction se fait-elle vers le bas de la page imm\xE9diatement apr\xE8s l'entr\xE9e dans la page ?",feedback:"Question Feedback",toggleTranslatePage:"Traduire la page/afficher le texte original",translateToThePageEndImmediatelyDescription:"Si vous l'activez, le contenu sera imm\xE9diatement traduit du haut vers le bas de la page au fur et \xE0 mesure que vous y acc\xE9dez. Si vous la d\xE9sactivez, la traduction se fait au fur et \xE0 mesure de la lecture. (Non recommand\xE9)","translate all areas of the page":"Traduire ou non toutes les zones de la page",translationAreaDescription:"Si cette option est activ\xE9e, toutes les zones de la page web sont traduites. Si l'option est d\xE9sactiv\xE9e, la reconnaissance intelligente par d\xE9faut est utilis\xE9e et seules les parties principales sont traduites. (Il n'est pas recommand\xE9 de l'activer)","the number of characters to be translated first":"Traduire directement les premiers caract\xE8res de la page sans attendre le d\xE9filement de la zone de visualisation","interface language":"langue de l'interface","display both the original text and the translation":"Affichage simultan\xE9 de l'original et de la traduction","keyboard shortcuts":"Raccourcis clavier",modify:"Modifier les touches de raccourci",reset:"reprovision",close:"coagulation",homepage:"page d'accueil",more:"plus",moreOptions:"\xC9largir les options de personnalisation",translateTheWholePage:"Traduire toutes les zones de la page (au lieu de reconna\xEEtre intelligemment les zones principales)",changeToTranslateTheWholePage:"Passer \xE0 la traduction de toutes les r\xE9gions",changeToTranslateTheMainPage:"Passer \xE0 la zone principale de traduction",changeToOnlyTranslationMode:"Afficher uniquement les traductions",changeToDualTranslationMode:"Passer \xE0 la traduction bilingue",translateToThePageEndImmediately:"Traduction imm\xE9diate en bas de page",translateTheMainPage:"R\xE9gions cl\xE9s de la traduction intelligente","The local rules are up to date":"Les r\xE8gles d'adaptation locales sont \xE0 jour.","Successfully synchronized with the latest official rules:":"Synchronisation r\xE9ussie avec les derni\xE8res r\xE8gles d'adaptation officielles.","Checking for updates":"V\xE9rification des mises \xE0 jour","Rules are being synchronized":"Synchronisation des r\xE8gles d'adaptation",localVersionIsTooOld:"La version de l'extension locale est trop ancienne, veuillez mettre \xE0 jour l'extension vers {minVersion} ou une version plus r\xE9cente avant d'essayer de synchroniser.",badUserscriptBrowser:"Le navigateur actuel n'impl\xE9mente pas correctement l'interface de l'extension Grease Monkey (par exemple, pour obtenir des informations sur le num\xE9ro de version du script Grease Monkey lui-m\xEAme), veuillez utiliser d'autres navigateurs qui <1>prennent en charge l'extension Grease Monkey, tels que Firefox.",foundNewVersion:"D\xE9couvrez la nouvelle version",theLocalExtensionIsUpToUpdate:"L'extension actuelle est \xE0 jour.",failToSyncRules:"Absence de synchronisation des derni\xE8res r\xE8gles d'adaptation",retry:"Cliquez ici pour r\xE9essayer",failedReason:"Raisons de l'\xE9chec",currentRuleVersion:"Version actuelle de la r\xE8gle",calculating:"Calculs",unknownError:"erreur inconnue",canNotFetchRemoteRule:"Impossible d'obtenir des r\xE8gles \xE0 distance",enableAlphaSuccess:"Alpha activ\xE9",disableAlphaSuccess:"La fonction Alpha a \xE9t\xE9 d\xE9sactiv\xE9e",cacheSize:"Taille du cache\uFF1A",cleaning:"en cours de liquidation",cleanCache:"effacer le cache",options:"mettre en place",about:"en ce qui concerne",service:"service d'interpr\xE9tation",needAction:"(Acc\xE9der aux param\xE8tres)",goSettings:"aller de l'avant et mettre en place",needActionForOptions:"(\xE0 mettre en place)",translationEngine:"Options du moteur",sourceLanguage:"Langue originale",target:"langue cible",popupSourceLanguage:"Langue originale",popupTarget:"langue cible",popupService:"service d'interpr\xE9tation",forThisSite:"Site web actuel",autoEnableSubtitle:"Ouverture automatique des sous-titres bilingues",alwaysTranslate:"Traduisez toujours",neverTranslate:"Ne jamais traduire",alwaysTranslateSomeLanguage:"Traduisez toujours {language}",neverTranslateSomeLanguage:"Ne jamais traduire {language}",alwaysTranslateSomeSite:"Traduisez toujours {hostname}",neverTranslateSomeSite:"Ne jamais traduire {hostname}",alwaysTranslateSomeSiteOrWildSite:"Toujours traduire le site",alwaysTranslateSomePage:"Toujours traduire la page",add:"augmenter",default:"par d\xE9faut (r\xE9glage)",forThisLanguage:"Pour cette langue\uFF1A","add url":"Saisir l'URL",edit:"compilateur","translate other languages into specific language":"Traduire d'autres langues dans la langue choisie","select translation service":"S\xE9lectionner un service de traduction",language:"multilinguisme","show-original":"Afficher le texte original",translate:"l'\xE9quarrissage",Translated:"traduit",Translating:"en traduction",Error:"incorrect",allowCacheTranslations:"Activer la mise en cache de la traduction locale (pour r\xE9duire les demandes de traduction pour les passages dupliqu\xE9s)","translation display":"Style d'affichage de la traduction","select diplay style":"Distinguer les styles de traduction, en se r\xE9f\xE9rant sp\xE9cifiquement aux exemples suivants",interface:"Param\xE8tres de l'interface",import_export:"Importation/Exportation",import_export_title:"Configuration de l'importation/exportation",syncToGoogleDrive:"Synchroniser avec Google Drive maintenant",floatBallOptions:"Param\xE8tres de l'hoverball","floatBallOptions.enable":"Activer le Hoverball","floatBallOptions.blockUrls":"D\xE9sactiver le site web","floatBallOptions.add":"augmenter","floatBallOptions.blockUrlDesc":"Les hoverballs ne sont pas affich\xE9s lorsque les sites web suivants sont rencontr\xE9s","floatBallOptions.clickType":"le comportement de clic","floatBallOptions.clickTypeDesc":"Comportement de l'ic\xF4ne Hoverball lorsqu'elle est cliqu\xE9e","floatBallOptions.clickPopup":"Afficher le panneau de traduction","floatBallOptions.clickTranslate":"Traduction/affichage du texte original","floatBallOptions.fixedPosition":"\u56FA\u5B9A\u4F4D\u7F6E","floatBallOptions.fixedPositionDesc":"\u60AC\u6D6E\u7403\u5728\u7A97\u53E3\u5DE6\u4FA7\u8FD8\u662F\u53F3\u4FA7","floatBallOptions.fixedPositionLeft":"\u5DE6\u4FA7","floatBallOptions.fixedPositionRight":"\u53F3\u4FA7",previewAllThemes:"Aper\xE7u de tous les styles","translationTheme.none":"ne pas avoir","translationTheme.grey":"gris fonc\xE9","translationTheme.dashed":"soulign\xE9 en pointill\xE9","translationTheme.dotted":"trait de soulignement en pointill\xE9","translationTheme.dashedBorder":"bordure en pointill\xE9s","translationTheme.solidBorder":"bordure solide","translationTheme.underline":"Souligner les lignes droites","translationTheme.mask":"Effets flous (modes d'apprentissage)","translationTheme.opacity":"effet de transparence","translationTheme.paper":"Effet d'ombre du papier blanc","translationTheme.dividingLine":"ligne de d\xE9marcation","translationTheme.highlight":"haute luminosit\xE9","translationTheme.marker":"marqueur (mot emprunt\xE9)","translationTheme.marker2":"Marqueur 2","translationTheme.blockquote":"Styles de r\xE9f\xE9rencement","translationTheme.weakening":"affaiblissement","translationTheme.italic":"caract\xE8re oblique","translationTheme.bold":"\xE9paissir","translationTheme.thinDashed":"ligne pointill\xE9e fine soulign\xE9e","translationTheme.nativeDashed":"Le syst\xE8me est soulign\xE9 en pointill\xE9","translationTheme.nativeDotted":"Le syst\xE8me est soulign\xE9 en pointill\xE9s","translationTheme.nativeUnderline":"Le syst\xE8me est assorti d'une ligne de d\xE9marcation droite","translationTheme.wavy":"ligne ondul\xE9e","translationServices.custom":"API personnalis\xE9e","translationServices.tencent":"Tencent Translator","translationServices.tenAlpha":"Tencent Translator (Alpha)","translationServices.google":"Google Translate","translationServices.bai":"Baidu (Alpha)","translationServices.baidu":"Traduction de Baidu","translationServices.aliyun":"AliCloud Traduction","translationServices.volc":"traduction du volcan","translationServices.deeplx":"DeepLX (Beta)","translationServices.bing":"Microsoft Translate","translationServices.deepl":"DeepL","translationServices.wechat":"Traduction WeChat","translationServices.azure":"Azure Translation","translationServices.ibm":"IBM Watson","translationServices.aws":"Traduction sur Amazon","translationServices.mock":"Traduction simul\xE9e","translationServices.mock2":"Traduction simul\xE9e 2","translationServices.caiyun":"lit. nuages color\xE9s et petites traductions","translationServices.cai":"Nuages color\xE9s (Alpha)","translationServices.volcAlpha":"Volcan (Alpha)","translationServices.openl":"OpenL","translationServices.youdao":"Traduction sur Youtube","translationServices.you":"Traducteur Youdao (Alpha)","translationServices.transmart":"Traduction interactive de Tencent","translationServices.niu":"Traducteur franc-tireur","translationServices.papago":"Traduction Papago","translationServices.d":"D (Alpha)","translationServices.dpro":"D Pro (Canari)","translationServices.openai":"OpenAI","translationServices.yandex":"Yandex","translationServices.chatgpt":"ChatGPT Web(3.5 mobile)","translate title":"Traduire les titres des pages","always languages":"Toujours traduire la langue",neverTranslateLanguagesLabel:"La langue qui ne sera jamais traduite",neverTranslateTheFollowingLanguagesDescription:"Les traductions sont ignor\xE9es lorsqu'un paragraphe de la page est r\xE9dig\xE9 dans l'une des langues suivantes",enableUserscriptPagePopup:"Afficher le hoverball sur la page",enableUserscriptPagePopupDescription:"Apr\xE8s avoir d\xE9sactiv\xE9 le hoverball, vous pouvez le rappeler \xE0 l'aide du raccourci /{touch}. Il est fortement recommand\xE9 de marquer cette page de param\xE8tres d'un signet afin d'\xE9viter de ne pas pouvoir retrouver le hoverball apr\xE8s avoir d\xE9sactiv\xE9 cette option par inadvertance !","always translate the following languages":"Traduit automatiquement dans la langue cible lorsque la page est dans l'une des langues suivantes","always sites":"Des sites web toujours traduits","always translate the following sites":"Les sites web sont automatiquement traduits dans la langue cible lorsqu'il s'agit de noms de domaine de","never sites":"Site web jamais traduit","never translate the following sites":"Les traductions ne seront pas effectu\xE9es si le site est destin\xE9 aux domaines suivants","please refer to":"Vous devez remplir la cl\xE9 avant de pouvoir l'utiliser.",KeyAndConfigurationTutorial:"Tutoriel d'application et de configuration des cl\xE9s",useAboveStyleForTheseSites:"Utilisez toujours le style de traduction \u2308{theme}\u230B lorsque le site est destin\xE9 aux domaines suivants",currentUrl:"URL actuel",confirm:"enregistrer (un fichier, etc.) (informatique)",cancel:"annulations",delete:"l'enl\xE8vement","languages.auto":"d\xE9tection automatique",syncToCloud:"Synchronisation avec Google Drive",syncToCloudDescription:"T\xE9l\xE9charg\xE9e dans le nuage, la configuration peut \xEAtre synchronis\xE9e entre diff\xE9rents navigateurs/scripts de singe de graisse, en fonction de la derni\xE8re modification.",syncToAccount:"Synchronisation avec l'Immersive Translation Cloud",syncToAccountButton:"Synchronisation instantan\xE9e avec le nuage",syncToAccountDescription:"Synchroniser automatiquement les configurations entre diff\xE9rents appareils, en fonction de la derni\xE8re modification.",successSyncConfigInAccount:"Synchronisation r\xE9ussie avec le nuage",successSyncConfigToAccount:"Synchronisation r\xE9ussie vers le nuage",syncConfigNoUpdate:"Il est d\xE9j\xE0 \xE0 jour.",authFail:"\xC9chec de l'autorisation",syncTitle:"Gestion manuelle des sauvegardes",import_hint:"importation (donn\xE9es)",upload:"t\xE9l\xE9charger",revokeAuth:"r\xE9voquer une autorisation",uploadFail:"\xC9chec du t\xE9l\xE9chargement",download:"t\xE9l\xE9chargement",importSuccess:"Importation r\xE9ussie",importFail:"\xE9chec de l'importation",deleteFail:"\xC9chec de la suppression",backupToCloud:"Gestion manuelle des fichiers de sauvegarde",create_new_backup:"Ajouter un nouveau n\u0153ud de sauvegarde",maxBackupFiles:"Jusqu'\xE0{count}n\u0153uds diff\xE9rents peuvent \xEAtre sauvegard\xE9s, veuillez supprimer les n\u0153uds dont vous n'avez pas besoin.",backupToCloudDescription:"T\xE9l\xE9charger ou restaurer manuellement les fichiers de sauvegarde, en autorisant jusqu'\xE0 trois sauvegardes diff\xE9rentes.",successSyncConfig:"Synchronisation r\xE9ussie avec le nuage",syncFail:"\xE9chec de la synchronisation",updatedAt:"Mise \xE0 jour de {date}",lastSyncedAt:"Derni\xE8re v\xE9rification \xE0 l'adresse {date}",downloadFail:"\xC9chec du t\xE9l\xE9chargement",clickToDownload:"Cliquer pour t\xE9l\xE9charger",aboutLabel:"\xC0 propos - Feedback","browser.openAboutPage":"\xC0 propos/commentaires",aboutLabelWithoutSponsor:"\xC0 propos - Feedback",aboutIntro:"Puissions-nous tous avoir un acc\xE8s plus facile et plus agr\xE9able \xE0 l'\xE9norme quantit\xE9 d'informations en langues \xE9trang\xE8res sur Internet \u2764\uFE0F Vous pouvez choisir d'activer votre <6>adh\xE9sion Pro pour utiliser les traductions pr\xEAtes \xE0 l'emploi de DeepL et OpenAI.

Vous pouvez nous suivre sur <3>Twitter, <4>Telegram, Weibo, WeChat, ou vous <5>inscrire \xE0 notre liste de <5>diffusion ci-dessous pour suivre les mises \xE0 jour.
Les <7>membres Pro peuvent nous contacter \xE0 l'adresse <8>support@immersivetranslate.com pour un service client\xE8le rapide.",aboutIntroWithoutSponsor:"Puissions-nous tous avoir un acc\xE8s plus facile et plus agr\xE9able \xE0 l'\xE9norme quantit\xE9 d'informations en langues \xE9trang\xE8res disponibles sur Internet \u2764\uFE0F

Vous pouvez nous suivre sur <3>Twitter, <4>Telegram channel, WeChat, WeChat Exchange, ou vous <5>abonner aux mises \xE0 jour par <5>courriel ci-dessous.",projectHomepage:"Accueil du projet",joinTelegramGroup:"Rejoignez le groupe d'utilisateurs pour participer aux discussions sur les fonctionnalit\xE9s",wechatPublicAccount:"WeChat Public",wechatCommunities:"Groupe d'\xE9change WeChat",qqCommunities:"Canal de communication QQ",joinTelegramChannel:"Suivez le canal Telegram pour les derni\xE8res mises \xE0 jour",feedbackAndJoin:"Question Feedback / Ajouter un groupe",autoSync:"synchronisation automatique de l'heure",loadingThemeTitle:"Style de chargement",loadingThemeDescription:"D\xE9finition du style lors de l'attente du chargement de la traduction","loadingTheme.spinner":"Animation de la rotation","loadingTheme.text":"texte statique qqch. ","loadingTheme.none":"non illustr\xE9",developerDescription:"La documentation sur la personnalisation avanc\xE9e est disponible <1>ici","edit border color":"Modifier la couleur de la bordure",successSyncButNoChange:"La configuration actuelle est compatible avec le nuage",customTheme:"Couleurs et tailles personnalis\xE9es","customThemeLabel.borderColor":"Couleur de la bordure","customThemeLabel.borderRadius":"Bords arrondis","customThemeLabel.textColor":"couleur du texte","customThemeLabel.backgroundColor":"couleur de fond","customThemeLabel.zoom":"Mise \xE0 l'\xE9chelle des polices (%)","customThemeLabel.opacity":"Opacit\xE9 du texte (%)",resetToDefaultColor:"R\xE9tablir les couleurs par d\xE9faut",resetToDefaultSettings:"R\xE9tablir les param\xE8tres par d\xE9faut",isTranslateTitle:"Permettre la traduction des titres de pages",isTranslateTitleDescription:"Lorsque cette option est activ\xE9e, le titre de la page est traduit.",enableSearchEnhancement:"Permettre l'enrichissement des messages bilingues",enableSearchEnhancementDescription:`Une fois l'option activ\xE9e, les r\xE9sultats de recherche de "Google News" seront automatiquement affich\xE9s dans la colonne de droite des sites web pris en charge (Google News, Google Search (certains mots-cl\xE9s), Snowball, Oriental Fortune, Futura, Tiger Community) pour les mots-cl\xE9s anglais correspondants.`,verifyService:"Cliquez ici pour tester le service",verified:"V\xE9rifier le succ\xE8s","field.langs":"Codes des langues prises en charge","field.model":"mod\xE9lisation","field.translationEngine":"moteur de traduction","field.limitPerMinute":"Nombre maximum de demandes par minute","field.limitPerSecond":"Demandes maximales par seconde","field.maxTextLengthPerRequest":"Longueur maximale du texte par demande","field.maxTextGroupLengthPerRequest":"Nombre maximum de paragraphes par demande","field.apiUrl":"Adresse de l'interface API personnalis\xE9e","field.placeholderDelimiters":"espace r\xE9serv\xE9","description.custom":"Acc\xE8s \xE0 l'interface personnalis\xE9e Documentation requise","description.limitPerMinute":"Les demandes d\xE9passant cette limite sont plac\xE9es dans une file d'attente jusqu'au d\xE9but de la minute suivante. En raison des diverses limitations du service actuel d'OpenAI, veuillez cliquer <1>ici pour obtenir les derni\xE8res valeurs sugg\xE9r\xE9es.","description.limitPerSecond":"Les demandes d\xE9passant cette limite sont plac\xE9es dans une file d'attente jusqu'au d\xE9but de la seconde suivante. En raison des diverses limitations du service actuel d'OpenAI, veuillez cliquer <1>ici pour obtenir les derni\xE8res valeurs sugg\xE9r\xE9es.","description.generalLimitPerSecond":"Les demandes d\xE9passant cette limite sont plac\xE9es dans une file d'attente jusqu'au d\xE9but de la seconde suivante.","description.prompt":"Envoyer la conversation \xE0 {service} en tant qu'utilisateur, o\xF9 {{text}} repr\xE9sente le contenu du texte du paragraphe, {{from}} repr\xE9sente la langue du paragraphe et {{to}} repr\xE9sente la langue cible.","description.maxTextLengthPerRequest":"Le nombre maximum de caract\xE8res par requ\xEAte est trop important pour que l'interface r\xE9ponde lentement, essayez donc d'ajuster cette option pour optimiser la vitesse.","description.systemPrompt":"Un dialogue envoy\xE9 \xE0 l'OpenAI en tant que syst\xE8me, o\xF9 {{text}} indique le contenu textuel du paragraphe,{{from}} indique la langue du paragraphe et{{to}} indique la langue cible.","field.domain":"royaume","description.domain":"La valeur par d\xE9faut est\uFF1Ageneral. Elle ne peut \xEAtre d\xE9finie que si la traduction par domaine est activ\xE9e dans la console Arima API, voir <1>ici pour les domaines pris en charge.","field.scene":"prendre","description.scene":"La valeur par d\xE9faut est\uFF1Ageneral. Elle ne peut \xEAtre d\xE9finie que si la console AliCloud API ouvre Machine Translation Pro, voir <1>ici pour les sc\xE9narios pris en charge.","field.vocabId":"ID du dictionnaire de l'utilisateur","description.vocabId":"Le dictionnaire out_id sp\xE9cifi\xE9 prend actuellement en charge la traduction de l'anglais vers le chinois.","description.model":"Mod\xE8les OpenAI, peuvent \xEAtre gpt-3.5-turbo, gpt-4, etc.","description.maxTextGroupLengthPerRequest":"Le nombre de paragraphes envoy\xE9s au service de traduction \xE0 la fois. S'il y a trop de paragraphes, l'interface peut r\xE9pondre plus lentement.","description.apiUrl":"Veuillez ajouter des URL sp\xE9cifiques avec des chemins d'acc\xE8s et une <1>description plus d\xE9taill\xE9e.",enabledExtension:"Activation des extensions",clickToDisableExtension:"Cliquez pour d\xE9sactiver les extensions",clickToEnableExtension:"Cliquez pour activer les extensions",hasBeenDisabled:"handicap\xE9","show password":"Afficher le mot de passe",customContent:"Saisir un nom de mod\xE8le personnalis\xE9",inputOptions:"Am\xE9lioration de la bo\xEEte de saisie",mouseHoverOptions:"survol de la souris",modifyMouseHoverKey:"Modifier le raccourci au survol de la souris",enableInputTranslation:"Activation ou non de l'am\xE9lioration des bo\xEEtes de saisie",enableInputTranslationDescription:"Une fois la fonction activ\xE9e, tapez {startingKey}{startingKey} hello directement dans le champ de saisie, puis tapez rapidement{inputTrailingTriggerKeyRepeatTimes}puis{trailingKey}pour traduire en {inputTargetLanguage}.",enableInputTranslationDescriptionForNoneKey:"Une fois la fonction activ\xE9e, tapez\uFF1AHello World directement dans le champ de saisie, puis appuyez rapidement sur{inputTrailingTriggerKeyRepeatTimes}{trailingKey}fois pour traduire dans la langue cible par d\xE9faut.",inputTargetLanguage:"D\xE9finition de la langue cible par d\xE9faut pour les bo\xEEtes de saisie",inputTargetLanguageDescription:"Langue cible par d\xE9faut pour la traduction de la bo\xEEte de saisie, c'est-\xE0-dire {startingKey}{startingKey} comme langue par d\xE9faut pour les mots d\xE9clencheurs.",inputTargetLanguageDescriptionForNoneKey:"Langue cible par d\xE9faut pour la traduction de la bo\xEEte de saisie",inputStartingTriggerKeyTitle:"D\xE9finition du caract\xE8re de s\xE9paration pour la traduction partielle de la zone de saisie",inputStartingTriggerKeyDescription:"Lorsque vous n'avez pas besoin de traduire l'int\xE9gralit\xE9 du champ de saisie, le s\xE9parateur vous permet de ne traduire que la partie allant de {startingKey}{startingKey} \xE0 la fin du champ de saisie, ou vous pouvez sp\xE9cifier le code de la langue, par exemple\uFF1A{startingKey}ja signifie ne traduire que la partie allant de {startingKey}ja \xE0 la fin du champ de saisie.",inputStartingTriggerKeyDescriptionForNoneKey:"Le param\xE8tre actuel d'absence de pr\xE9fixe n'est pas n\xE9cessaire et la fonction de traduction de certains textes dans la bo\xEEte de saisie n'est pas disponible pour le moment.",inputTrailingTriggerKeyTitle:"S\xE9lectionner un caract\xE8re d\xE9clencheur de fin d'entr\xE9e",inputTrailingTriggerKeyDescription:"3 coups rapides{trailingKey} commencera \xE0 traduire !",inputTrailingTriggerKeyTimeout:"Entrez le temps entre les d\xE9clenchements de fin de combat",inputTrailingTriggerKeyTimeoutDescription:"D\xE9finit le temps (en millisecondes) entre les d\xE9clenchements combo de fin d'entr\xE9e.",spaceKey:"<\u7A7A\u683C\u952E>",noneKey:"Traduction directe de l'ensemble de la zone de texte sans pr\xE9fixe",inputTranslationBlockUrlsTitle:"N'activez pas l'am\xE9lioration des bo\xEEtes de saisie dans les URL suivantes",inputTranslationBlockUrlsDescription:"Les am\xE9liorations apport\xE9es aux bo\xEEtes de saisie ne fonctionneront pas aux URL suivants",clickToSeeQuickDemo:"Cliquez pour agrandir la vid\xE9o du tutoriel de 30 secondes",inputHelperInfo:"Description\uFF1ANous avons optimis\xE9 le fait que certains caract\xE8res d\xE9clencheurs se transforment en signes de ponctuation chinois sous les m\xE9thodes d'entr\xE9e chinoises, par exemple, / se transforme en signe dun , sous la m\xE9thode d'entr\xE9e Sogou, et Immersive Translator prend en charge tous les symboles chinois correspondant aux caract\xE8res d\xE9clencheurs, c.-\xE0-d. //,,, seront reconnus comme des caract\xE8res d\xE9clencheurs.

Nous prenons \xE9galement en charge les alias chinois pour les codes de langue en tant que commandes, par exemple /Japanese Hello World sera traduit en japonais, <1>cliquez ici pour voir tous les codes de langue pris en charge.",reloadCurrentPage:"Veuillez rafra\xEEchir la page actuelle avant de commencer la traduction.",noLocalFilePermissionForPDF:"Vous n'avez pas l'autorisation de lire les fichiers locaux, veuillez cliquer sur le bouton ci-dessus et importer les fichiers locaux.",noPermissionForThisPage:"\u26A0\uFE0F Pas d'autorisation de traduire la page actuelle",retryAllParagraphs:"R\xE9essayer tous les passages d'erreur",retryAllButton:"R\xE9essayer tous les passages d'erreur",errorTooltipTitle:"Cliquez pour voir la cause de l'erreur",errorModalTitle:"Il semble qu'il y ait un probl\xE8me avec le service de traduction ou le r\xE9seau...",disableConfirm:"Cadre d'am\xE9lioration de l'information bilingue",disableOnce:"Cette invalidit\xE9",disableGlobal:"d\xE9sactiver de fa\xE7on permanente",disableTint:"* Vous pouvez le r\xE9activer \xE0 l'adresse {option} .",searchEnhancementNotes:"Apr\xE8s avoir activ\xE9 la fonction d'am\xE9lioration de l'information bilingue de la traduction immersive, nous rechercherons automatiquement pour vous les m\xEAmes mots-cl\xE9s en anglais sur les sites web pris en charge (Google News, Google Search (certains mots-cl\xE9s), Snowball, Oriental Wealth, Futura, Tiger) et les afficherons sur le c\xF4t\xE9 droit. Vous pouvez choisir de d\xE9sactiver cette fonction si vous n'en avez pas besoin.",option:"mettre en place",saveSettings:"Sauvegarder les param\xE8tres",closeModal:"Fermer la fen\xEAtre",enableInputTranslationWithoutTriggerKeyTitle:"Activer 3 quick hits sur{trailingKey}pour traduire directement l'ensemble de la bo\xEEte de saisie en{inputTargetLanguage}",enableInputTranslationWithoutTriggerKeyDescription:"Pour sp\xE9cifier la langue cible, pr\xE9fixez-la avec le code de la langue, par exemple\uFF1Aja Hello World",mouseHoverShortcutPlaceholder:"par exemple :\uFF1AShift",deepLProName:"Immersive Translation Membre Pro (Recommand\xE9)",deepLProDescription:"Le paquet actuel peut \xEAtre utilis\xE9 directement",deeplProDescriptionForNormal:"Aucune installation n'est requise, les membres peuvent l'utiliser apr\xE8s s'\xEAtre connect\xE9s, <1>cliquez ici pour passer au statut de membre",deepLCustomDescription:"Carte de cr\xE9dit \xE9trang\xE8re requise, ouverture officielle sur <1>DeepL, cliquez pour la <2>documentation",deepLCustomName:"Cl\xE9 d'authentification personnalis\xE9e",chooseProviderLabel:"S\xE9lectionner un prestataire de services",openaiProName:"Immersive Translation Membre Pro (Recommand\xE9)",openaiProDescription:"Le paquet actuel peut \xEAtre utilis\xE9 directement",openaiProDescriptionForNormal:"Aucune installation n'est requise, les membres peuvent l'utiliser apr\xE8s s'\xEAtre connect\xE9s, <1>cliquez ici pour passer au statut de membre",openaiCustomDescription:"Disponible sur OpenAI, Azure OpenAI, ou d'autres services tiers, <1>cliquez ici pour la documentation.",openaiCustomName:"Cl\xE9 API personnalis\xE9e",needLoginAction:"(Adh\xE9sion ouverte ou personnalisation)",goLoginOrAction:"(Ouvrir une adh\xE9sion ou aller dans les param\xE8tres)",yearly:"effectuer un paiement annuel cons\xE9cutif",quarterly:"l'emballage s\xE9quentiel",monthly:"abonnement mensuel",yearlyForOnce:"Forfait annuel unique",monthlyForOnce:"Forfait mensuel unique",daily:"jours cons\xE9cutifs de paquet",year:"effectuer un paiement annuel cons\xE9cutif",quarter:"l'emballage s\xE9quentiel",month:"abonnement mensuel",day:"jours cons\xE9cutifs de paquet",onetime_7day:"Pack exp\xE9rience 7 jours",currentPlanDescriptionForFree:"Paquets actuels\uFF1AGratuit",currentPlanDescriptionForContinuous:"L'offre actuelle\uFF1A{plan}sera automatiquement renouvel\xE9e sur {endAt}",currentPlanDescriptionForAutoRenewCaceling:"L'offre actuelle\uFF1A{plan}expirera \xE0 la date {endAt} et ne sera pas renouvel\xE9e automatiquement \xE0 cette date.",currentYearlyPlanDescriptionForAutoRenewCacelingWithRealPaiedUser:"L'offre actuelle,\uFF1A{plan}, expirera le {endAt} et ne sera pas renouvel\xE9e automatiquement \xE0 l'expiration.
<1>Cliquez ici pour g\xE9rer votre plan de renouvellement",currentYearlyPlanDescriptionForAutoRenewCacelingWithAdmin:"L'offre actuelle,\uFF1A{plan}, expirera \xE0 {endAt} et ne sera pas renouvel\xE9e automatiquement \xE0 l'\xE9ch\xE9ance.
<1>Cliquez ici pour activer l'abonnement annuel continu",currentPlanDescriptionForOneTime:"L'abonnement actuel\uFF1A{plan}expirera sur {endAt} , <1>cliquez ici pour passer \xE0 un abonnement <1>annuel ou <2>mensuel.",upgradePlan:"Cliquez ici pour passer \xE0 l'adh\xE9sion Pro",upgradeToPro:"Passer \xE0 l'adh\xE9sion Pro","popup.openPro":"Passez \xE0 l'adh\xE9sion Pro pour profiter de DeepL et de la traduction OpenAI, cliquez ici pour passer \xE0 l'adh\xE9sion Pro.","popup.openProForPro":"Vous \xEAtes un membre Pro avec un acc\xE8s direct \xE0 DeepL et aux traductions OpenAI !",currentAccount:"compte courant",enableAutoSyncUserSettings:"Permettre la synchronisation automatique du nuage sur plusieurs appareils",modalEnableInputTranslationTitle:"Traduction immersive Bo\xEEte de saisie Alertes de traduction",modalEnableInputTranslationDesc:"Vous venez de d\xE9clencher la traduction de la bo\xEEte de saisie d'Immersive Translation en appuyant sur la barre d'espacement 3 fois en succession rapide, et le contenu de la bo\xEEte de saisie sera traduit dans la langue cible par d\xE9faut. La traduction peut \xEAtre annul\xE9e avec Ctrl+Z.

Si c'est une erreur, ne vous inqui\xE9tez pas, vous pouvez choisir de la d\xE9sactiver cette fois-ci, ou de d\xE9sactiver d\xE9finitivement la traduction de la zone de saisie.",saveAndNotShowAgain:"Sauvegarder et arr\xEAter le message",disableInputTranslationTips:"* Vous pouvez \xE9galement d\xE9finir d'autres raccourcis pour qu'ils se d\xE9clenchent dans {option} ,{learnMore}.",learnMore:"Cliquez ici pour en savoir plus",continueEnalbeInputTranslation:"Continuer \xE0 activer la traduction des champs de saisie",autoRenewTrialSuffix:`(Dans la version d'essai,passe imm\xE9diatement \xE0 l'adh\xE9sion compl\xE8te)`,upgradeFromTrialTitle:"Passer au statut de membre \xE0 part enti\xE8re",subtitle:"sous-titrage vid\xE9o",youtubeService:"Traduction en immersion Sous-titrage vid\xE9o Services de traduction","subtitle.disabledSubtitle":"D\xE9sactiver d\xE9finitivement la fonction de sous-titres vid\xE9o","subtitle.disabledSubtitleDescription":"Si Immersive Translator's Video Subtitles entre en conflit avec d'autres extensions, vous pouvez choisir de d\xE9sactiver d\xE9finitivement la fonctionnalit\xE9 d'Immersive Translator's Video Subtitles ou de d\xE9sinstaller les autres extensions en conflit.","subtitle.autoEnableSubtitle":"Utilisation automatique de sous-titres bilingues","subtitle.autoEnableSubtitleDescription":"Une fois activ\xE9, des sous-titres bilingues s'afficheront automatiquement lorsque la vid\xE9o est en cours de lecture, sinon, il faut cliquer sur le bouton de traduction pour les afficher.","subtitle.preTranslation":"Traduire des sous-titres \xE0 l'aide de la traduction immersive","subtitle.preTranslationDescription":"Lorsque cette option est activ\xE9e, l'int\xE9gralit\xE9 des sous-titres sera pr\xE9-traduite \xE0 l'aide du service de traduction sp\xE9cifi\xE9 ci-dessous. Une vid\xE9o d'une heure consommera environ 50 000 tokens ou caract\xE8res, donc \xE0 utiliser \xE0 votre propre discr\xE9tion ; lorsqu'elle est d\xE9sactiv\xE9e, les sous-titres originaux seront utilis\xE9s en premier.","subtitle.humanSubtitlesPreferred":"Utilisation prioritaire du sous-titrage humain","subtitle.humanSubtitlesPreferredDescription":"Privil\xE9gier l'utilisation de sous-titres humains lorsque la vid\xE9o dispose de sous-titres humains dans la langue cible (recommand\xE9).",videoSubtitleTranslationDescription:"Confier les sous-titres vid\xE9o \xE0 un service de traduction distinct",subtitleTranslating:"Veuillez patienter pendant que les sous-titres sont traduits \xE0 l'aide du service {service} ... (traduction en immersion)",subtitleLoading:"Chargement des sous-titres...",bilingual:"bilinguisme","field.action":"Activation ou non de la terminologie Baidu","description.action":"Lorsqu'il est activ\xE9, un param\xE8tre action=1 est ajout\xE9 \xE0 la demande pour informer Baidu de l'activation du terme. <1>Veuillez vous r\xE9f\xE9rer \xE0 la documentation officielle pour plus d'informations.",closeQuickTranslation:"Fermer Hoverball","closeQuickTranslation.untilNext":"Cette fois-ci ferm\xE9 jusqu'\xE0 la prochaine visite","closeQuickTranslation.currentWebsite":"Site actuel d\xE9sactiv\xE9","closeQuickTranslation.alwaysClose":"d\xE9sactiver de fa\xE7on permanente","closeQuickTranslation.settingOpen":"(peut \xEAtre activ\xE9e dans la <1>page des param\xE8tres )","closeQuickTranslation.cancel":"annulations","closeQuickTranslation.confirm":"d\xE9finir","floatBall.popup":"Ouvrir le panneau des r\xE9glages rapides","floatBall.translate":"Cliquez pour traduire la page","floatBall.showOriginal":"Cliquez pour revenir \xE0 l'article original","floatBall.close":"Fermer Hoverball","floatBallOptions.enableDescPc":"Apr\xE8s avoir activ\xE9 le hoverball de la page, un bouton de traduction rapide sera affich\xE9 sur le c\xF4t\xE9 droit de la page, cliquez dessus pour traduire !","floatBallOptions.enableDesc":"Apr\xE8s avoir d\xE9sactiv\xE9 le hoverball, il peut \xEAtre rappel\xE9 \xE0 l'aide de{touch}. Il est fortement recommand\xE9 de marquer cette page de param\xE8tres d'un signet afin d'\xE9viter de ne pas pouvoir retrouver le hoverball apr\xE8s avoir d\xE9sactiv\xE9 cette option par inadvertance !","description.azureApiUrl":"Remplir l'adresse de l'interface API personnalis\xE9e",confirmSupportMouse:"Forcer l'activation de la prise en charge de la souris",confirmSupportMouseDescription:"Le navigateur actuel ne prend pas en charge la fonction de la souris. Est-il oblig\xE9 d'activer la prise en charge de la souris ?",sampleTargetText:"La longue nuit viendra, et je veillerai \xE0 partir de ce jour jusqu'\xE0 ma mort. Je ne prendrai pas de femme, je ne ferai pas de fief, je n'aurai pas d'enfant. Je ne porterai pas de couronne, je ne rechercherai pas les honneurs. Je ferai mon devoir, je vivrai et je mourrai.",sampleSourceText:"Night gathers, and now my watch begins. It shall not end until my death. I shall take no wife, hold no lands, father no children. I shall wear no crowns and win no glory. I shall live and die at my post.","subtitle.supportedSites":"\u5DF2\u652F\u6301\u5728\u8FD9\u4E9B\u7F51\u7AD9\u4F7F\u7528\u53CC\u8BED\u5B57\u5E55\uFF08\u6CE8\u610F\uFF1A\u7531\u4E8E\u6280\u672F\u9650\u5236\uFF0C\u90E8\u5206\u7F51\u7AD9\u5728\u9996\u6B21\u5F00\u542F\u5B57\u5E55\u540E\u9700\u8981\u91CD\u65B0\u5237\u65B0\u9875\u9762\uFF0C\u6216\u8005\u9700\u7B49\u5F85\u7FFB\u8BD1\u5B8C\u6210\u4EE5\u663E\u793A\u53CC\u8BED\u5B57\u5E55\uFF09\uFF1A",viewWithImmersiveTranslate:"\u53CC\u8BED\u7248\u672C(\u6C89\u6D78\u5F0F\u7FFB\u8BD1)",errorReason:"\u9519\u8BEF\u539F\u56E0\uFF1A{message}","proQuotaExceededError.onetime7day":'\uFF0C\u60A8\u53EF\u4EE5\u9009\u62E9\u4EE5\u4E0B\u65B9\u5F0F\u89E3\u51B3\uFF1A

1. \u5207\u6362\u5230 {anotherService} \u6216\u5176\u4ED6\u7FFB\u8BD1\u670D\u52A1
2. \u5347\u7EA7\u4E3A\u6708\u5EA6/\u5E74\u5EA6\u4F1A\u5458',"proQuotaExceededError.trial":'\uFF0C\u60A8\u53EF\u4EE5\u9009\u62E9\u4EE5\u4E0B\u65B9\u5F0F\u89E3\u51B3\uFF1A

1. \u5207\u6362\u5230 {anotherService} \u6216\u5176\u4ED6\u7FFB\u8BD1\u670D\u52A1
2. \u7ACB\u523B\u5347\u7EA7\u4E3A\u6B63\u5F0F\u4F1A\u5458',"proQuotaExceededError.nonTrial":'\uFF0C\u60A8\u53EF\u4EE5\u9009\u62E9\u4EE5\u4E0B\u65B9\u5F0F\u89E3\u51B3\uFF1A

1. \u5207\u6362\u5230 {anotherService} \u6216\u5176\u4ED6\u7FFB\u8BD1\u670D\u52A1
2. \u8D2D\u4E70 {translationService} \u989D\u5916\u6D41\u91CF\u5305',"proQuotaExceededError.resetTime":"
3. \u989D\u5EA6\u91CD\u7F6E\u65F6\u95F4\uFF1A{resetTime}","desc.touchShortcutsToggleTranslatePageOnlyTranslation":"Seulement la traduction signifie que seule la traduction est affich\xE9e, si la page n'a pas encore \xE9t\xE9 traduite, elle passera en mode et sera traduite.","desc.toggleOnlyTransation":"Le mode de traduction uniquement signifie que seules les traductions sont affich\xE9es, si la page Web n'a pas encore \xE9t\xE9 traduite, le mode sera chang\xE9 et traduit.",touchShortcutsToggleTranslatePageOnlyTranslation:"Configurer les gestes tactiles pour passer en mode bilingue / mode texte uniquement",download_started:"Le t\xE9l\xE9chargement a d\xE9j\xE0 commenc\xE9, si le t\xE9l\xE9chargement ne commence pas automatiquement, veuillez cliquer manuellement.",here:"ici","error.goReset":"R\xE9initialiser",translationFont:"D\xE9finir la police","error.serveConfigError":"Erreur de configuration du service",detectServiceLoading:"En train de v\xE9rifier les services de traduction disponibles...","translationModeUrl.translation.title":"L'adresse du site en mode traduction uniquement","translationServices.inherit":"Suivez le service de traduction principal","translationModeLang.translation.title":"Mode de langue uniquement en traduction","error.configError":"Les donn\xE9es de configuration sont anormales","translationFont.customPlaceholder":"police de caract\xE8res","touch.mouse-translate":"Traduire le paragraphe sp\xE9cifi\xE9",toggleToService:"Passez \xE0 {service} et r\xE9essayez","translationFont.custom":"Entrez une police personnalis\xE9e",batchEdit:"Op\xE9ration en masse","error.proUpgrade":"Apr\xE8s la mise \xE0 niveau, veuillez rafra\xEEchir la page et traduire \xE0 nouveau.","error.502":"Le service renvoie une erreur, le service est en retard, veuillez r\xE9essayer plus tard.","error.403":"Le service renvoie une erreur, vous n'avez pas temporairement le droit d'acc\xE9der \xE0 ce service.","error.googleLimitIp":"Le service renvoie une erreur, le service Google a limit\xE9 le d\xE9bit pour cette adresse IP, il est recommand\xE9 de changer de n\u0153ud r\xE9seau.",videoSubtitlePreTranslationOff:"Les sous-titres vid\xE9o utiliseront en priorit\xE9 les sous-titres automatiques fournis avec la vid\xE9o originale.","translationFont.notSupportErrorMessage":"Veuillez v\xE9rifier si le nom de la police que vous avez entr\xE9 est correct, ou confirmer que cette police est d\xE9j\xE0 install\xE9e sur votre appareil.","error.proTokenInvalid":"Si vous \xEAtes un utilisateur Pro, veuillez vous connecter avant d'utiliser le service de traduction Pro.",videoSubtitlePreTranslationOn:"Les sous-titres vid\xE9o utiliseront en priorit\xE9 la traduction immersive.","error.400":"Le service renvoie une erreur, la demande de param\xE8tre est incorrecte, veuillez v\xE9rifier la configuration correspondante.","error.429":"Le service renvoie une erreur, indiquant que la demande est trop fr\xE9quente ou d\xE9passe la limite de quota, veuillez r\xE9essayer plus tard.","translationModeUrl.translation.description":"Lorsque le site Web est pour les domaines suivants, il utilisera automatiquement le mode de traduction uniquement.",enableSentryReport:"Lorsqu'une erreur se produit lors de l'extension, utilisez Sentry pour soumettre des commentaires.","error.reloadPageOfSetting":"Apr\xE8s la configuration, veuillez rafra\xEEchir la page pour traduire \xE0 nouveau.","translationModeLang.translation.description":"Lorsque la langue de la page est l'une des langues suivantes, le mode de traduction uniquement sera automatiquement utilis\xE9.","error.gemini.429":"Le service Gemini actuel a atteint sa capacit\xE9 maximale, veuillez r\xE9essayer plus tard ou passer \xE0 un autre service de traduction.","desc.toggleVideoSubtitlePreTranslation":"Une fois appuy\xE9, les sous-titres bilingues de la vid\xE9o utiliseront en priorit\xE9 les param\xE8tres de traduction immersive, une nouvelle pression donnera la priorit\xE9 aux sous-titres de traduction automatique inclus dans la vid\xE9o originale. Attention : ce raccourci modifie les param\xE8tres globaux.","error.openAIExceededQuota":"Le service renvoie une erreur : le solde de votre compte OpenAI est insuffisant, veuillez recharger ou lier une carte de cr\xE9dit dans le back-office officiel d'OpenAI.","error.openAIFreeLimit":"Le service renvoie une erreur, la fr\xE9quence actuelle des demandes de traduction a atteint la limite maximale de 3 fois par minute, veuillez r\xE9essayer plus tard. (C'est une restriction officielle d'OpenAI sur la cl\xE9 API gratuite, pour lever cette restriction, veuillez lier une carte de cr\xE9dit dans le backend d'OpenAI.)","error.serveUnavailable":"Le service [{serverName}] que vous utilisez actuellement est temporairement inaccessible en raison de probl\xE8mes de connexion r\xE9seau ou de fournisseur de services. Nous vous sugg\xE9rons d'essayer de rafra\xEEchir la page ou de changer de service de traduction via <1>Param\xE8tres. Si vous \xEAtes un membre <2>Pro, vous pouvez choisir d'utiliser les services de traduction plus stables de DeepL ou OpenAI (<3>cliquez ici pour un essai gratuit). De plus, vous devrez peut-\xEAtre v\xE9rifier vos param\xE8tres de r\xE9seau ou de proxy.",loggedIn:"Connect\xE9","error.retry":"R\xE9essayer","floatBall.iKnow":"Je sais.",touchShortcutsOff:"Fermer","tagsInput.add":"+ Ajouter","translationServices.gemini":"G\xE9meaux",goLogin:"Allez vous connecter",shortcutSettings:"Raccourci",notLogin:"Non connect\xE9","multipleClick.4":"Quadruple frappe",alwaysTranslateThisSite:"Toujours traduire ce site","multipleClick.3":"Triple coup",neverTranslateThisSite:"Ne jamais traduire ce site","subtitle.bilingual":"Sous-titres bilingues","widget.instructionTooltip":"Consultez le mode d'emploi","shortcutGroup.shortcutsForTranslationServices":"Raccourcis li\xE9s au service de traduction",buildSnapshots:"G\xE9n\xE9rer un instantan\xE9 de la page web",shortcutSettingsTitle:"Param\xE9trage des raccourcis","subtitle.hideQuickButton":"Ne plus afficher ce raccourci",contact:"Contactez-nous","widget.videoSubtitleTooltip":"Prend en charge Youtube et autres sites vid\xE9o {count}+",notLoginPro:"Vous n'avez pas encore connect\xE9 \xE0 votre compte membre.","multipleClick.2":"Double-cliquez","widget.videoSubtitle":"sous-titres vid\xE9o",temprarilyChangeTranslationTo_gemini:"Utilisation de Gemini pour traduire la page actuelle.","error.subscriptionExpiredTitle":"L'adh\xE9sion a expir\xE9",pickAll:"Tout s\xE9lectionner","floatBall.guideClickToTranslate":"Cliquez sur la bulle de traduction immersive pour traduire rapidement",temprarilyChangeTranslationTo_google:"Utilisation en cours de Google Traduction pour cette page actuelle",temprarilyChangeTranslationTo_bing:"Utilisation en cours de Microsoft Traduction pour la page actuelle",mouseHoverCustomKeyTitle:"Personnaliser les raccourcis de survol de la souris","browser.translateWithDeepL":"Utilisation temporaire de DeepL pour traduire la page actuelle","widget.translateFile":"PDF/ePub",temprarilyChangeTranslationTo_openai:"Utilisation en cours d'OpenAI pour traduire la page actuelle","subtitle.autoDisableSubtitle":"Ne pas activer automatiquement les sous-titres bilingues","error.reason":"Raison de l'erreur",temprarilyChangeTranslationTo_deepl:"Utilisation de DeepL pour traduire la page actuelle.","widget.translateFileTooltip":"Traduire les documents PDF, EPUB, SRT, ASS, HTML et TXT",networkError:"Le service de traduction ou le r\xE9seau rencontre des probl\xE8mes.","floatBall.longPress":"Appuyez longuement pour ouvrir rapidement le panneau de configuration.",paragraphMinTextCountField:"Le nombre minimum de caract\xE8res requis pour traduire un paragraphe","browser.translateWithTransmart":"Utilisation temporaire de Tencent pour traduire la page actuelle","browser.translateWithOpenAI":"Utilisation temporaire d'OpenAI pour traduire la page actuelle",translationOnlyMode:"Mode de traduction uniquement","slide.right":"Glissez vers la gauche","shortcutGroup.main":"Raccourcis de fonctionnalit\xE9s couramment utilis\xE9s",temprarilyChangeTranslationTo_transmart:"Utilise actuellement la traduction de Tencent pour cette page.",touchShortcutsToggleTranslatePage:"D\xE9finir un geste tactile pour traduire la page web / afficher le texte original","slide.left":"Faites glisser vers la droite","shortcutGroup.touch":"Gestes sp\xE9cifiques pour \xE9cran tactile","intro.floatBallTitle":"Boule flottante de traduction rapide","neverTranslateText.title":"Ci-dessous, les mots restent en texte original, ne pas traduire.","browser.toggleMouseHoverTranslateDirectly":"Activer ou d\xE9sactiver temporairement la traduction directe au survol de la souris sur la page","browser.translateInputBox":"Traduire le contenu de la bo\xEEte de saisie actuelle","browser.translateWithGoogle":"Utilisation temporaire de Google Traduction pour la page actuelle","browser.translateWithBing":"Utilisation temporaire de Microsoft Traduction pour la page actuelle","widget.instruction":"Mode d'emploi","subtitle.showQuickButton":"Afficher les sous-titres bilingues dans le lecteur est un raccourci",touchShortcutsToggleTranslationMask:"Configurer l'affichage du geste tactile pour afficher le masque de traduction / afficher le texte original","error.subscriptionExpired":"Votre adh\xE9sion a peut-\xEAtre expir\xE9, veuillez v\xE9rifier votre statut de membre.","intro.hoverTitle":"Survolez avec la souris pour traduire le paragraphe actuel","browser.translateWithGemini":"Utilisez temporairement Gemini pour traduire la page actuelle",touchShortcutsToggleTranslateTouchElement:"Configurer la traduction de paragraphes sp\xE9cifiques par gestes tactiles","desc.touchShortcutsToggleTranslateTouchElement":"Personnalisez un geste et vous pourrez traduire n'importe quel paragraphe o\xF9 vous vous trouvez.","intro.subtitleTitle":"Affichage des sous-titres bilingues en vid\xE9o en ligne","desc.interfaceLanguage":"La configuration de la langue de l'interface affecte la langue d'affichage du panneau de contr\xF4le et n'a rien \xE0 voir avec la langue cible de la traduction.","browser.toggleVideoSubtitlePreTranslation":"Basculer vers les sous-titres bilingues en privil\xE9giant les param\xE8tres de traduction immersive","shortcutGroup.others":"Plus de raccourcis de fonctionnalit\xE9s personnalis\xE9es",confirmResetToDefaultSettings:"Confirmez-vous vouloir r\xE9tablir ce service de traduction comme param\xE8tre par d\xE9faut ? (Cela ne r\xE9initialise que les param\xE8tres de ce service de traduction)",shortcutDisableTooltip:"Veuillez configurer dans la page de gestion des raccourcis d'extension fournie par le navigateur, pour plus de directives, veuillez consulter les instructions en haut de cette page.","subtitle.showQuickButtonDescription":"Fournir un raccourci pour activer les sous-titres bilingues dans le coin inf\xE9rieur droit du lecteur vid\xE9o","shortcutGroup.mouse":"Configuration des raccourcis clavier pour le survol de la souris","desc.toggleTranslateTheMainPage":"Traduisez uniquement les zones principales de la page, une fois que vous avez activ\xE9 la traduction de toutes les zones de la page dans les param\xE8tres avanc\xE9s, vous pouvez utiliser ce raccourci pour traduire sp\xE9cifiquement les zones principales de la page.","description.baiduField":"Les domaines pris en charge sont vus <1>ici, si vide cela signifie qu'aucun domaine n'est sp\xE9cifi\xE9.",upgradeToProErrorTitle:"Veuillez passer \xE0 l'adh\xE9sion Pro pour utiliser ce service de traduction.",paragraphMinTextCountDesc:"Faites attention, ici on parle de la longueur des caract\xE8res, par exemple: hello compte 5 caract\xE8res, d\xE9finir une valeur plus grande peut r\xE9duire les traductions de petits paragraphes inutiles.",translationOnlyModeDescription:"Le mode de traduction uniquement signifie que seule la traduction est affich\xE9e, et non le mode bilingue par d\xE9faut. Notez que: en raison des limitations techniques, les hyperliens du texte original seront d\xE9sactiv\xE9s en mode de traduction uniquement.","desc.toggleTranslateTheWholePage":"Traduire toute la zone de la page, par d\xE9faut, nous traduirons la zone principale de la page, vous pouvez utiliser ce raccourci pour traduire sp\xE9cifiquement toute la zone de la page.","contact.description":"Si vous avez des questions ou des suggestions, n'h\xE9sitez pas \xE0 remplir le formulaire ci-dessous pour nous contacter, ou \xE0 envoyer un courriel \xE0 {email}, nous vous r\xE9pondrons d\xE8s que possible.",mouseHoverCustomKeyDescription:"Vous pouvez personnaliser un raccourci clavier pour le survol de la souris, par exemple : Alt+Z, Ctrl+E, Cmd+Alt+E ou directement Cmd, veuillez entrer manuellement.","desc.mouseHoverHoldKey":"Lorsque la souris survole un paragraphe et que vous appuyez simultan\xE9ment sur la touche de raccourci \xE0 droite, vous pouvez traduire directement ce paragraphe.","desc.touchShortcutsToggleTranslatePage":"Une fois configur\xE9, lors de l'utilisation d'un appareil mobile, vous pouvez toucher l'\xE9cran avec X doigts, glisser de gauche \xE0 droite ou cliquer continuellement pour d\xE9clencher la traduction de la page web / afficher le texte original.","desc.touchShortcutsToggleTranslationMask":"La traduction du masque fait r\xE9f\xE9rence \xE0 l'effet flou dans le style de la traduction (mode d'apprentissage), qui est activ\xE9 temporairement pour utiliser l'effet flou sur la traduction, facilitant l'apprentissage.","intro.floatBallDescription":"Une fois activ\xE9, un bouton de traduction rapide s'affichera sur le c\xF4t\xE9 droit de la page. Cliquez dessus pour traduire, cliquez \xE0 nouveau pour revenir au texte original. Sur mobile, maintenez le bouton flottant pour ouvrir le panneau de configuration rapide.","desc.toggleMouseHoverTranslateDirectly":"Apr\xE8s avoir appuy\xE9 sur ce raccourci, sur la page, d\xE8s que la souris pointe sur n'importe quel texte, ce texte sera automatiquement traduit. Appuyez \xE0 nouveau sur le raccourci pour d\xE9sactiver cette fonction de traduction automatique.","intro.hoverDescription":"La traduction au survol de la souris est une fonction tr\xE8s importante dans la traduction immersive. Il suffit de placer la souris sur le paragraphe et d'appuyer simultan\xE9ment sur la touche de raccourci d\xE9finie pour traduire automatiquement le paragraphe actuel (remarque : elle n'est pas activ\xE9e par d\xE9faut, veuillez la configurer ci-dessous). Cette interaction est utilis\xE9e pour mieux remplacer la traduction par s\xE9lection de mots. De plus, cette fonction est largement utilis\xE9e dans les zones de traduction qui ne peuvent pas \xEAtre reconnues. Vous pouvez utiliser cette fonction pour forcer la traduction de n'importe quel paragraphe.","neverTranslateText.description":"En raison de la reconnaissance insatisfaisante des noms propres par certains moteurs de traduction, vous pouvez ajouter des mots ici pour vous assurer qu'ils ne sont pas convertis pendant le processus de traduction. Veuillez noter que cette fonction distingue les majuscules et les minuscules et ne prend en charge que les langues \xE0 mots s\xE9par\xE9s par des espaces (comme l'anglais, le fran\xE7ais), elle n'est pas applicable aux langues comme le japonais, le cor\xE9en, etc.","intro.subtitleDescription":"Une fois cette fonction activ\xE9e, les sous-titres bilingues seront automatiquement affich\xE9s lors de la lecture de la vid\xE9o. Si elle n'est pas activ\xE9e, vous devrez cliquer manuellement sur le bouton de traduction sur la page pour afficher les sous-titres. Veuillez noter qu'en raison de limitations techniques, certains sites peuvent n\xE9cessiter un rafra\xEEchissement de la page ou attendre la fin de la traduction pour afficher les sous-titres bilingues. (De plus, vous pouvez \xE9galement activer/d\xE9sactiver le panneau de raccourcis de traduction immersive dans le coin sup\xE9rieur droit apr\xE8s avoir ouvert le site de la vid\xE9o).

La prise en charge des sous-titres bilingues est actuellement disponible sur ces sites :",geminiWarning:"Attention : Le service gratuit Gemini fourni par Google a des restrictions strictes, il est possible que Google juge que l'utilisateur utilise plusieurs cl\xE9s pour contourner leurs restrictions de quota gratuit, il n'est pas recommand\xE9 de l'utiliser, il est recommand\xE9 d'attendre que Google ouvre l'interface de paiement Gemini \xE0 l'avenir avant de l'utiliser.","floatBall.setting":"Param\xE9trage","floatBall.translateToLanguage":"Cliquez pour traduire en {language}","floatBall.file":"Traduire les fichiers PDF, EPUB, SRT, ASS, HTML, TXT",changeToOnlyTempTranslationMode:"Afficher uniquement les traductions",changeToDualTempTranslationMode:"Passer \xE0 la traduction bilingue","transitionMode.translation":"Seulement le texte traduit","options.navbar.installApp":"Installer l'application mobile","options.navbar.translateFile":"Traduire le document","subtitle.transitionMode":"Param\xE8tres de sous-titres vid\xE9o bilingues / traduction uniquement","subtitle.transitionModeDescription":"D\xE9finir les sous-titres vid\xE9o en mode bilingue ou en mode traduction uniquement","transitionMode.inherit":"Restez coh\xE9rent avec le mode d'affichage de traduction par d\xE9faut du syst\xE8me.","transitionMode.dual":"Contraste bilingue",translateFileTooltip:`Traduire PDF, ePub, srt, + {env.imt_sub_trans_field}: \u062A\u0631\u062C\u0645\u0647`,"subtitle.quickButton.red":"\u0633\u0631\u062E","subtitle.quickButton.cyan":"\u0622\u0628\u06CC","subtitle.quickButton.white":"\u0633\u0641\u06CC\u062F","subtitle.quickButton.yellow":"\u0632\u0631\u062F","subtitle.quickButton.setting":"\u062A\u0646\u0638\u06CC\u0645\u0627\u062A","translationServices.claude":"\u06A9\u0644\u0648\u062F","subtitle.quickButton.backgroundColor":"\u0631\u0646\u06AF \u067E\u0633 \u0632\u0645\u06CC\u0646\u0647","subtitle.quickButton.translationPositionTop":"\u0628\u0627\u0644\u0627\u06CC \u0645\u062A\u0646 \u0627\u0635\u0644\u06CC","subtitle.quickButton.black":"\u0633\u06CC\u0627\u0647","subtitle.quickButton.blue":"\u0622\u0628\u06CC","subtitle.quickButton.green":"\u0633\u0628\u0632","subtitle.quickButton.translationFontSize":"\u0627\u0646\u062F\u0627\u0632\u0647 \u0641\u0648\u0646\u062A \u0645\u062A\u0646 \u062A\u0631\u062C\u0645\u0647","subtitle.quickButton.sourceTextColor":"\u0631\u0646\u06AF \u0641\u0648\u0646\u062A \u0645\u062A\u0646 \u0627\u0635\u0644\u06CC","subtitle.quickButton.magenta":"\u0631\u0646\u06AF \u0628\u0646\u0641\u0634","subtitle.quickButton.translationTextColor":"\u0631\u0646\u06AF \u0641\u0648\u0646\u062A \u0645\u062A\u0646 \u062A\u0631\u062C\u0645\u0647 \u0634\u062F\u0647","subtitle.quickButton.backgroundOpacity":"\u067E\u0633 \u0632\u0645\u06CC\u0646\u0647 \u0646\u06CC\u0645\u0647 \u0634\u0641\u0627\u0641","subtitle.quickButton.sourceFontSize":"\u0627\u0646\u062F\u0627\u0632\u0647 \u0641\u0648\u0646\u062A \u0645\u062A\u0646 \u0627\u0635\u0644\u06CC","subtitle.quickButton.translationPositionBottom":"\u0645\u062A\u0646 \u0627\u0635\u0644\u06CC \u062F\u0631 \u0632\u06CC\u0631 \u0627\u0633\u062A","subtitle.quickButton.translationPosition":"\u0645\u06A9\u0627\u0646 \u062A\u0631\u062C\u0645\u0647",attachSubtitleTranslating:"\u062F\u0631 \u062D\u0627\u0644 \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u0627\u0632 {service} \u0628\u0631\u0627\u06CC \u062A\u0631\u062C\u0645\u0647...","error.claude.403":"\u062F\u0633\u062A\u0631\u0633\u06CC \u0645\u0648\u0642\u062A\u0627 \u0628\u0647 \u0633\u0631\u0648\u06CC\u0633 \u0645\u0645\u06A9\u0646 \u0627\u0633\u062A \u0645\u062D\u062F\u0648\u062F \u0634\u062F\u0647 \u0628\u0627\u0634\u062F\u060C \u0627\u06CC\u0646 \u0645\u0645\u06A9\u0646 \u0627\u0633\u062A \u0628\u0647 \u0645\u062D\u062F\u0648\u062F\u06CC\u062A \u0645\u0646\u0637\u0642\u0647 \u0627\u06CC Claude \u0645\u0631\u062A\u0628\u0637 \u0628\u0627\u0634\u062F\u060C \u0634\u0645\u0627 \u0645\u06CC \u062A\u0648\u0627\u0646\u06CC\u062F \u0633\u0639\u06CC \u06A9\u0646\u06CC\u062F \u0622\u062F\u0631\u0633 IP \u062E\u0648\u062F \u0631\u0627 \u062A\u063A\u06CC\u06CC\u0631 \u062F\u0647\u06CC\u062F\u060C \u06CC\u0627 \u0627\u0632 \u0633\u0631\u0648\u06CC\u0633 \u0647\u0627\u06CC \u062A\u0631\u062C\u0645\u0647 \u062F\u06CC\u06AF\u0631 \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u06A9\u0646\u06CC\u062F.","browser.brandDescriptionForSafari":"\u3010\u062A\u0631\u062C\u0645\u0647 \u0641\u0631\u0648 \u0631\u0641\u062A\u0647\u3011 \u06CC\u06A9 \u0627\u0641\u0632\u0648\u0646\u0647 \u062A\u0631\u062C\u0645\u0647 \u0635\u0641\u062D\u0647 \u0648\u0628 \u062F\u0648\u0632\u0628\u0627\u0646\u0647 \u0631\u0627\u06CC\u06AF\u0627\u0646 (\u0645\u062A\u0646 \u0627\u0635\u0644\u06CC / \u062A\u0631\u062C\u0645\u0647) \u060C \u062F\u0631 \u0639\u06CC\u0646 \u062D\u0627\u0644 \u067E\u0634\u062A\u06CC\u0628\u0627\u0646\u06CC \u0627\u0632 \u062A\u0631\u062C\u0645\u0647 PDF \u0648 \u062A\u0631\u062C\u0645\u0647 \u06A9\u062A\u0627\u0628 \u0627\u0644\u06A9\u062A\u0631\u0648\u0646\u06CC\u06A9\u06CC EPUB \u0628\u0627 \u062D\u0641\u0638 \u0637\u0631\u062D \u0628\u0646\u062F\u06CC \u0627\u0635\u0644\u06CC \u0633\u0646\u062F \u060C \u062A\u0631\u062C\u0645\u0647 \u0632\u06CC\u0631\u0646\u0648\u06CC\u0633 \u062F\u0648\u0632\u0628\u0627\u0646\u0647 \u0648\u06CC\u062F\u0626\u0648\u06CC \u0622\u0646\u0644\u0627\u06CC\u0646 Youtube / Netflix \u060C \u067E\u0634\u062A\u06CC\u0628\u0627\u0646\u06CC \u0627\u0632 \u062E\u062F\u0645\u0627\u062A \u062A\u0631\u062C\u0645\u0647 \u0627\u0635\u0644\u06CC Deepl / Google\u061B","browser.PdfProFile":"\u062A\u0631\u062C\u0645\u0647 PDF Pro \u0645\u062D\u0631\u06A9 \u0647\u0648\u0634 \u0645\u0635\u0646\u0648\u0639\u06CC","browser.textTranslate":"\u062A\u0631\u062C\u0645\u0647 \u0645\u062A\u0646"};var O4={nologin:"non connect\xE9",loginForSafari:"Se connecter ou s'inscrire",login:"Se connecter pour ouvrir une adh\xE9sion",manageAccount:"Comptes g\xE9r\xE9s",openPremium:"Adh\xE9sion ouverte",logout:"annuler",curentPlan:"Paquets actuels",endAt:"expiration",endAuto:"renouvellement automatique",lineBreakMaxTextCount:"Nombre maximal de caract\xE8res autoris\xE9s par phrase apr\xE8s les retours \xE0 la ligne","translate-pdf":"Cliquez pour traduire le PDF","noSupportTranslate-pdf":"Script non support\xE9, veuillez utiliser le plugin","translate-firefox-local-pdf":"Cliquez pour aller \xE0 Importer le PDF",enableLineBreak:"Activer le saut de ligne automatique pour les longs paragraphes",sponsorLabel:"1 $ D\xE9veloppeurs sponsoris\xE9s",help:"main",browserShortcutsNoteForFirefox:"Pour modifier les raccourcis dans Firefox, vous devez ouvrir la page de gestion des extensions `about:addons`, puis cliquer sur `Settings`, et enfin sur `Manage Shortcuts` pour d\xE9finir les raccourcis.",browserShortcutsNoteForChrome:'Pour modifier les raccourcis dans Chrome, vous devez ouvrir la page de gestion des extensions, les d\xE9finir dans le panneau "Gestion des raccourcis" (`chrome://extensions/shortcuts`), et cliquer sur le bouton ci-dessous pour acc\xE9der \xE0 la page de gestion des raccourcis.',browserShortcutsSucks:"Les raccourcis personnalis\xE9s sont format\xE9s comme suit (pas de reconnaissance automatique, veuillez entrer directement) :\uFF1A",enableLineBreakDescription:"Lorsque cette option est activ\xE9e, des sauts de ligne sont ins\xE9r\xE9s \xE0 la fin de chaque phrase dans les longs paragraphes afin d'en faciliter la lecture.","browser.shortBrandName":"Traduction en immersion","browser.brandName":"Traduction en immersion : pages Web et PDF bilingues","browser.brandDescription":"Bilingual web page translation, also supports PDF translation, bilingual Epub eBook translation, free to use.","browser.toggleTranslatePage":"Traduire la page/afficher le texte original","browser.toggleTranslateTheWholePage":"Traduire toutes les zones de la page/afficher le texte original","browser.toggleOnlyTransation":"Basculer en mode bilingue / mode traduction uniquement","browser.toggleTranslateToThePageEndImmediately":"Traduction imm\xE9diate en bas de page/affichage du texte original","browser.toggleTranslateTheMainPage":"Traduire la zone principale de la page/afficher le texte original","browser.shareToDraft":"Partager les pages bilingues","browser.openOptionsPage":"Ouvrir la page des param\xE8tres","browser.toggleTranslationMask":"Afficher/masquer l'effet de flou de translation","browser.translateLocalPdfFile":"Traduire des fichiers PDF locaux","browser.openEbookViewer":"Lire les livres \xE9lectroniques locaux","browser.openEbookBuilder":"Cr\xE9er des livres bilingues EPUB","browser.translateLocalHtmlFile":"Traduire des fichiers HTML/txt","browser.donateContext":"En savoir plus sur les avantages du parrainage","browser.translateLocalSubtitleFile":"Traduire les fichiers de sous-titres locaux",confirmResetConfig:"\xCAtes-vous s\xFBr de vouloir r\xE9initialiser les param\xE8tres ?",translationLineBreakSettingTitle:"R\xE9glage du saut de ligne de la traduction",smartLineBreak:"smart line feed (informatique)",alwaysLineBreak:"Toujours un saut de ligne",isShowContextMenu:"Ajouter des pages traduites aux \xE9l\xE9ments de menu \xE0 cliquer avec le bouton droit de la souris",toggleBeta:"Activation des fonctionnalit\xE9s de test b\xEAta",betaDescription:"Permet d'activer des fonctionnalit\xE9s encore exp\xE9rimentales, ainsi qu'un service de traduction en version b\xEAta. Rejoignez le <1>groupe Telegram pour en savoir plus.",translationLineBreakSettingDescription:"Les sauts de ligne sont toujours nets et ordonn\xE9s pour les pages \xE0 faible contenu. (Pour gagner de la place, utilisez des sauts de ligne intelligents dans les longs paragraphes \xE0 fort contenu (plus de{count}caract\xE8res)).",tempTranslateDomainTitle:"Dur\xE9e de l'activation temporaire de la traduction du site web",tempTranslateDomainDescription:"Lors de la traduction manuelle d'une page web, vous pouvez activer temporairement le site web pour la traduction automatique et vous pouvez d\xE9finir la dur\xE9e temporaire.",xMinutes:"{count} minutes",disabled:"interdire l'utilisation de qqch.",changelog:"Journal des mises \xE0 jour",toggleTranslatePageWhenThreeFingersOnTheScreen:"L'effleurement simultan\xE9 de l'\xE9cran par plusieurs doigts traduit les pages web/affiche le texte original",toggleTranslationMaskWhenThreeFingersOnTheScreen:"Le toucher \xE0 plusieurs doigts permet d'afficher/masquer l'effet de flou.",fingerCountToToggleTranslagePageOnlyTranslationWhenTouching:"Plusieurs doigts touchant l'\xE9cran en m\xEAme temps traduisent la page web (traduction uniquement)/affichent le texte original.",addUrlDescription:"Peut \xEAtre un nom de domaine et prend \xE9galement en charge les caract\xE8res g\xE9n\xE9riques, par exemple\uFF1A*.google.com, google.com/mail/*, https://www.google.com/*.",general:"Param\xE8tres de base",clickToExpandConfig:"\xC9tendre la configuration actuelle",import:"Importation d'un fichier",export:"Exporter vers un fichier",toggleDebug:"Imprimer le journal de d\xE9bogage sur la console","fingers.0":"coagulation","fingers.2":"touche \xE0 deux doigts","fingers.3":"touche \xE0 trois doigts","fingers.4":"touche \xE0 quatre doigts","fingers.5":"touche \xE0 cinq doigts",mouseHoldKey:"+ {key} traduire/restaurer le paragraphe",mouseHoldKeyAuto:"Traduction directe du paragraphe",mouseHoldKeyOff:"Ne faites rien.",mouseHoldKeyOther:"Raccourcis personnalis\xE9s (ouvrir les param\xE8tres)",mouseHoldKeyCustomKey:"{key} Traduction/r\xE9duction du paragraphe",mouseHoverHoldKey:"Traduire des paragraphes en appuyant sur la touche de raccourci tout en survolant la souris.","mouse-translate":"survol de la souris",document:"fichier (informatique)",resetSuccess:"R\xE9initialisation de tous les param\xE8tres r\xE9ussie",resetThisSuccess:"R\xE9initialisation r\xE9ussie",saved:"Sauvegarder le succ\xE8s",successImportConfig:"Importation r\xE9ussie de la configuration",goAdvancedSettings:"Acc\xE9der \xE0 la page des param\xE8tres avanc\xE9s",goAdvancedInterfaceSettings:"Acc\xE9der \xE0 la page Param\xE8tres de personnalisation avanc\xE9s",advanced:"Param\xE8tres avanc\xE9s",advancedDescription:"En g\xE9n\xE9ral, aucun r\xE9glage n'est n\xE9cessaire, il suffit de laisser la valeur par d\xE9faut. Pour les utilisateurs plus sp\xE9cialis\xE9s uniquement, des param\xE8tres plus personnalis\xE9s sont disponibles.",developer:"Param\xE8tres du d\xE9veloppeur",donateCafe:"prix","translate to the bottom of the page":"La traduction se fait-elle vers le bas de la page imm\xE9diatement apr\xE8s l'entr\xE9e dans la page ?",feedback:"Question Feedback",toggleTranslatePage:"Traduire la page/afficher le texte original",translateToThePageEndImmediatelyDescription:"Si vous l'activez, le contenu sera imm\xE9diatement traduit du haut vers le bas de la page au fur et \xE0 mesure que vous y acc\xE9dez. Si vous la d\xE9sactivez, la traduction se fait au fur et \xE0 mesure de la lecture. (Non recommand\xE9)","translate all areas of the page":"Traduire ou non toutes les zones de la page",translationAreaDescription:"Si cette option est activ\xE9e, toutes les zones de la page web sont traduites. Si l'option est d\xE9sactiv\xE9e, la reconnaissance intelligente par d\xE9faut est utilis\xE9e et seules les parties principales sont traduites. (Il n'est pas recommand\xE9 de l'activer)","the number of characters to be translated first":"Traduire directement les premiers caract\xE8res de la page sans attendre le d\xE9filement de la zone de visualisation","interface language":"langue de l'interface","display both the original text and the translation":"Affichage simultan\xE9 de l'original et de la traduction","keyboard shortcuts":"Raccourcis clavier",modify:"Modifier les touches de raccourci",reset:"reprovision",close:"coagulation",homepage:"page d'accueil",more:"plus",moreOptions:"\xC9largir les options de personnalisation",translateTheWholePage:"Traduire toutes les zones de la page (au lieu de reconna\xEEtre intelligemment les zones principales)",changeToTranslateTheWholePage:"Passer \xE0 la traduction de toutes les r\xE9gions",changeToTranslateTheMainPage:"Passer \xE0 la zone principale de traduction",changeToOnlyTranslationMode:"Afficher uniquement les traductions",changeToDualTranslationMode:"Passer \xE0 la traduction bilingue",translateToThePageEndImmediately:"Traduction imm\xE9diate en bas de page",translateTheMainPage:"R\xE9gions cl\xE9s de la traduction intelligente","The local rules are up to date":"Les r\xE8gles d'adaptation locales sont \xE0 jour.","Successfully synchronized with the latest official rules:":"Synchronisation r\xE9ussie avec les derni\xE8res r\xE8gles d'adaptation officielles.","Checking for updates":"V\xE9rification des mises \xE0 jour","Rules are being synchronized":"Synchronisation des r\xE8gles d'adaptation",localVersionIsTooOld:"La version de l'extension locale est trop ancienne, veuillez mettre \xE0 jour l'extension vers {minVersion} ou une version plus r\xE9cente avant d'essayer de synchroniser.",badUserscriptBrowser:"Le navigateur actuel n'impl\xE9mente pas correctement l'interface de l'extension Grease Monkey (par exemple, pour obtenir des informations sur le num\xE9ro de version du script Grease Monkey lui-m\xEAme), veuillez utiliser d'autres navigateurs qui <1>prennent en charge l'extension Grease Monkey, tels que Firefox.",foundNewVersion:"D\xE9couvrez la nouvelle version",theLocalExtensionIsUpToUpdate:"L'extension actuelle est \xE0 jour.",failToSyncRules:"Absence de synchronisation des derni\xE8res r\xE8gles d'adaptation",retry:"Cliquez ici pour r\xE9essayer",failedReason:"Raisons de l'\xE9chec",currentRuleVersion:"Version actuelle de la r\xE8gle",calculating:"Calculs",unknownError:"erreur inconnue",canNotFetchRemoteRule:"Impossible d'obtenir des r\xE8gles \xE0 distance",enableAlphaSuccess:"Alpha activ\xE9",disableAlphaSuccess:"La fonction Alpha a \xE9t\xE9 d\xE9sactiv\xE9e",cacheSize:"Taille du cache\uFF1A",cleaning:"en cours de liquidation",cleanCache:"effacer le cache",options:"mettre en place",about:"en ce qui concerne",service:"service d'interpr\xE9tation",needAction:"(Acc\xE9der aux param\xE8tres)",goSettings:"aller de l'avant et mettre en place",needActionForOptions:"(\xE0 mettre en place)",translationEngine:"Options du moteur",sourceLanguage:"Langue originale",target:"langue cible",popupSourceLanguage:"Langue originale",popupTarget:"langue cible",popupService:"service d'interpr\xE9tation",forThisSite:"Site web actuel",autoEnableSubtitle:"Ouverture automatique des sous-titres bilingues",alwaysTranslate:"Traduisez toujours",neverTranslate:"Ne jamais traduire",alwaysTranslateSomeLanguage:"Traduisez toujours {language}",neverTranslateSomeLanguage:"Ne jamais traduire {language}",alwaysTranslateSomeSite:"Traduisez toujours {hostname}",neverTranslateSomeSite:"Ne jamais traduire {hostname}",alwaysTranslateSomeSiteOrWildSite:"Toujours traduire le site",alwaysTranslateSomePage:"Toujours traduire la page",add:"augmenter",default:"par d\xE9faut (r\xE9glage)",forThisLanguage:"Pour cette langue\uFF1A","add url":"Saisir l'URL",edit:"compilateur","translate other languages into specific language":"Traduire d'autres langues dans la langue choisie","select translation service":"S\xE9lectionner un service de traduction",language:"multilinguisme","show-original":"Afficher le texte original",translate:"l'\xE9quarrissage",Translated:"traduit",Translating:"en traduction",Error:"incorrect",allowCacheTranslations:"Activer la mise en cache de la traduction locale (pour r\xE9duire les demandes de traduction pour les passages dupliqu\xE9s)","translation display":"Style d'affichage de la traduction","select diplay style":"Distinguer les styles de traduction, en se r\xE9f\xE9rant sp\xE9cifiquement aux exemples suivants",interface:"Param\xE8tres de l'interface",import_export:"Importation/Exportation",import_export_title:"Configuration de l'importation/exportation",syncToGoogleDrive:"Synchroniser avec Google Drive maintenant",floatBallOptions:"Param\xE8tres de l'hoverball","floatBallOptions.enable":"Activer le Hoverball","floatBallOptions.blockUrls":"D\xE9sactiver le site web","floatBallOptions.add":"augmenter","floatBallOptions.blockUrlDesc":"Les hoverballs ne sont pas affich\xE9s lorsque les sites web suivants sont rencontr\xE9s","floatBallOptions.clickType":"le comportement de clic","floatBallOptions.clickTypeDesc":"Comportement de l'ic\xF4ne Hoverball lorsqu'elle est cliqu\xE9e","floatBallOptions.clickPopup":"Afficher le panneau de traduction","floatBallOptions.clickTranslate":"Traduction/affichage du texte original","floatBallOptions.fixedPosition":"\u56FA\u5B9A\u4F4D\u7F6E","floatBallOptions.fixedPositionDesc":"\u60AC\u6D6E\u7403\u5728\u7A97\u53E3\u5DE6\u4FA7\u8FD8\u662F\u53F3\u4FA7","floatBallOptions.fixedPositionLeft":"\u5DE6\u4FA7","floatBallOptions.fixedPositionRight":"\u53F3\u4FA7",previewAllThemes:"Aper\xE7u de tous les styles","translationTheme.none":"ne pas avoir","translationTheme.grey":"gris fonc\xE9","translationTheme.dashed":"soulign\xE9 en pointill\xE9","translationTheme.dotted":"trait de soulignement en pointill\xE9","translationTheme.dashedBorder":"bordure en pointill\xE9s","translationTheme.solidBorder":"bordure solide","translationTheme.underline":"Souligner les lignes droites","translationTheme.mask":"Effets flous (modes d'apprentissage)","translationTheme.opacity":"effet de transparence","translationTheme.paper":"Effet d'ombre du papier blanc","translationTheme.dividingLine":"ligne de d\xE9marcation","translationTheme.highlight":"haute luminosit\xE9","translationTheme.marker":"marqueur (mot emprunt\xE9)","translationTheme.marker2":"Marqueur 2","translationTheme.blockquote":"Styles de r\xE9f\xE9rencement","translationTheme.weakening":"affaiblissement","translationTheme.italic":"caract\xE8re oblique","translationTheme.bold":"\xE9paissir","translationTheme.thinDashed":"ligne pointill\xE9e fine soulign\xE9e","translationTheme.nativeDashed":"Le syst\xE8me est soulign\xE9 en pointill\xE9","translationTheme.nativeDotted":"Le syst\xE8me est soulign\xE9 en pointill\xE9s","translationTheme.nativeUnderline":"Le syst\xE8me est assorti d'une ligne de d\xE9marcation droite","translationTheme.wavy":"ligne ondul\xE9e","translationServices.custom":"API personnalis\xE9e","translationServices.tencent":"Tencent Translator","translationServices.tenAlpha":"Tencent Translator (Alpha)","translationServices.google":"Google Translate","translationServices.bai":"Baidu (Alpha)","translationServices.baidu":"Traduction de Baidu","translationServices.aliyun":"AliCloud Traduction","translationServices.volc":"traduction du volcan","translationServices.deeplx":"DeepLX (Beta)","translationServices.bing":"Microsoft Translate","translationServices.deepl":"DeepL","translationServices.wechat":"Traduction WeChat","translationServices.azure":"Azure Translation","translationServices.ibm":"IBM Watson","translationServices.aws":"Traduction sur Amazon","translationServices.mock":"Traduction simul\xE9e","translationServices.mock2":"Traduction simul\xE9e 2","translationServices.caiyun":"lit. nuages color\xE9s et petites traductions","translationServices.cai":"Nuages color\xE9s (Alpha)","translationServices.volcAlpha":"Volcan (Alpha)","translationServices.openl":"OpenL","translationServices.youdao":"Traduction sur Youtube","translationServices.you":"Traducteur Youdao (Alpha)","translationServices.transmart":"Traduction interactive de Tencent","translationServices.niu":"Traducteur franc-tireur","translationServices.papago":"Traduction Papago","translationServices.d":"D (Alpha)","translationServices.dpro":"D Pro (Canari)","translationServices.openai":"OpenAI","translationServices.yandex":"Yandex","translationServices.chatgpt":"ChatGPT Web(3.5 mobile)","translate title":"Traduire les titres des pages","always languages":"Toujours traduire la langue",neverTranslateLanguagesLabel:"La langue qui ne sera jamais traduite",neverTranslateTheFollowingLanguagesDescription:"Les traductions sont ignor\xE9es lorsqu'un paragraphe de la page est r\xE9dig\xE9 dans l'une des langues suivantes",enableUserscriptPagePopup:"Afficher le hoverball sur la page",enableUserscriptPagePopupDescription:"Apr\xE8s avoir d\xE9sactiv\xE9 le hoverball, vous pouvez le rappeler \xE0 l'aide du raccourci /{touch}. Il est fortement recommand\xE9 de marquer cette page de param\xE8tres d'un signet afin d'\xE9viter de ne pas pouvoir retrouver le hoverball apr\xE8s avoir d\xE9sactiv\xE9 cette option par inadvertance !","always translate the following languages":"Traduit automatiquement dans la langue cible lorsque la page est dans l'une des langues suivantes","always sites":"Des sites web toujours traduits","always translate the following sites":"Les sites web sont automatiquement traduits dans la langue cible lorsqu'il s'agit de noms de domaine de","never sites":"Site web jamais traduit","never translate the following sites":"Les traductions ne seront pas effectu\xE9es si le site est destin\xE9 aux domaines suivants","please refer to":"Vous devez remplir la cl\xE9 avant de pouvoir l'utiliser.",KeyAndConfigurationTutorial:"Tutoriel d'application et de configuration des cl\xE9s",useAboveStyleForTheseSites:"Utilisez toujours le style de traduction \u2308{theme}\u230B lorsque le site est destin\xE9 aux domaines suivants",currentUrl:"URL actuel",confirm:"enregistrer (un fichier, etc.) (informatique)",cancel:"annulations",delete:"l'enl\xE8vement","languages.auto":"d\xE9tection automatique",syncToCloud:"Synchronisation avec Google Drive",syncToCloudDescription:"T\xE9l\xE9charg\xE9e dans le nuage, la configuration peut \xEAtre synchronis\xE9e entre diff\xE9rents navigateurs/scripts de singe de graisse, en fonction de la derni\xE8re modification.",syncToAccount:"Synchronisation avec l'Immersive Translation Cloud",syncToAccountButton:"Synchronisation instantan\xE9e avec le nuage",syncToAccountDescription:"Synchroniser automatiquement les configurations entre diff\xE9rents appareils, en fonction de la derni\xE8re modification.",successSyncConfigInAccount:"Synchronisation r\xE9ussie avec le nuage",successSyncConfigToAccount:"Synchronisation r\xE9ussie vers le nuage",syncConfigNoUpdate:"Il est d\xE9j\xE0 \xE0 jour.",authFail:"\xC9chec de l'autorisation",syncTitle:"Gestion manuelle des sauvegardes",import_hint:"importation (donn\xE9es)",upload:"t\xE9l\xE9charger",revokeAuth:"r\xE9voquer une autorisation",uploadFail:"\xC9chec du t\xE9l\xE9chargement",download:"t\xE9l\xE9chargement",importSuccess:"Importation r\xE9ussie",importFail:"\xE9chec de l'importation",deleteFail:"\xC9chec de la suppression",backupToCloud:"Gestion manuelle des fichiers de sauvegarde",create_new_backup:"Ajouter un nouveau n\u0153ud de sauvegarde",maxBackupFiles:"Jusqu'\xE0{count}n\u0153uds diff\xE9rents peuvent \xEAtre sauvegard\xE9s, veuillez supprimer les n\u0153uds dont vous n'avez pas besoin.",backupToCloudDescription:"T\xE9l\xE9charger ou restaurer manuellement les fichiers de sauvegarde, en autorisant jusqu'\xE0 trois sauvegardes diff\xE9rentes.",successSyncConfig:"Synchronisation r\xE9ussie avec le nuage",syncFail:"\xE9chec de la synchronisation",updatedAt:"Mise \xE0 jour de {date}",lastSyncedAt:"Derni\xE8re v\xE9rification \xE0 l'adresse {date}",downloadFail:"\xC9chec du t\xE9l\xE9chargement",clickToDownload:"Cliquer pour t\xE9l\xE9charger",aboutLabel:"\xC0 propos - Feedback","browser.openAboutPage":"\xC0 propos/commentaires",aboutLabelWithoutSponsor:"\xC0 propos - Feedback",aboutIntro:"Puissions-nous tous avoir un acc\xE8s plus facile et plus agr\xE9able \xE0 l'\xE9norme quantit\xE9 d'informations en langues \xE9trang\xE8res sur Internet \u2764\uFE0F Vous pouvez choisir d'activer votre <6>adh\xE9sion Pro pour utiliser les traductions pr\xEAtes \xE0 l'emploi de DeepL et OpenAI.

Vous pouvez nous suivre sur <3>Twitter, <4>Telegram, Weibo, WeChat, ou vous <5>inscrire \xE0 notre liste de <5>diffusion ci-dessous pour suivre les mises \xE0 jour.
Les <7>membres Pro peuvent nous contacter \xE0 l'adresse <8>support@immersivetranslate.com pour un service client\xE8le rapide.",aboutIntroWithoutSponsor:"Puissions-nous tous avoir un acc\xE8s plus facile et plus agr\xE9able \xE0 l'\xE9norme quantit\xE9 d'informations en langues \xE9trang\xE8res disponibles sur Internet \u2764\uFE0F

Vous pouvez nous suivre sur <3>Twitter, <4>Telegram channel, WeChat, WeChat Exchange, ou vous <5>abonner aux mises \xE0 jour par <5>courriel ci-dessous.",projectHomepage:"Accueil du projet",joinTelegramGroup:"Rejoignez le groupe d'utilisateurs pour participer aux discussions sur les fonctionnalit\xE9s",wechatPublicAccount:"WeChat Public",wechatCommunities:"Groupe d'\xE9change WeChat",qqCommunities:"Canal de communication QQ",joinTelegramChannel:"Suivez le canal Telegram pour les derni\xE8res mises \xE0 jour",feedbackAndJoin:"Question Feedback / Ajouter un groupe",autoSync:"synchronisation automatique de l'heure",loadingThemeTitle:"Style de chargement",loadingThemeDescription:"D\xE9finition du style lors de l'attente du chargement de la traduction","loadingTheme.spinner":"Animation de la rotation","loadingTheme.text":"texte statique qqch. ","loadingTheme.none":"non illustr\xE9",developerDescription:"La documentation sur la personnalisation avanc\xE9e est disponible <1>ici","edit border color":"Modifier la couleur de la bordure",successSyncButNoChange:"La configuration actuelle est compatible avec le nuage",customTheme:"Couleurs et tailles personnalis\xE9es","customThemeLabel.borderColor":"Couleur de la bordure","customThemeLabel.borderRadius":"Bords arrondis","customThemeLabel.textColor":"couleur du texte","customThemeLabel.backgroundColor":"couleur de fond","customThemeLabel.zoom":"Mise \xE0 l'\xE9chelle des polices (%)","customThemeLabel.opacity":"Opacit\xE9 du texte (%)",resetToDefaultColor:"R\xE9tablir les couleurs par d\xE9faut",resetToDefaultSettings:"R\xE9tablir les param\xE8tres par d\xE9faut",isTranslateTitle:"Permettre la traduction des titres de pages",isTranslateTitleDescription:"Lorsque cette option est activ\xE9e, le titre de la page est traduit.",enableSearchEnhancement:"Permettre l'enrichissement des messages bilingues",enableSearchEnhancementDescription:`Une fois l'option activ\xE9e, les r\xE9sultats de recherche de "Google News" seront automatiquement affich\xE9s dans la colonne de droite des sites web pris en charge (Google News, Google Search (certains mots-cl\xE9s), Snowball, Oriental Fortune, Futura, Tiger Community) pour les mots-cl\xE9s anglais correspondants.`,verifyService:"Cliquez ici pour tester le service",verified:"V\xE9rifier le succ\xE8s","field.langs":"Codes des langues prises en charge","field.model":"mod\xE9lisation","field.translationEngine":"moteur de traduction","field.limitPerMinute":"Nombre maximum de demandes par minute","field.limitPerSecond":"Demandes maximales par seconde","field.maxTextLengthPerRequest":"Longueur maximale du texte par demande","field.maxTextGroupLengthPerRequest":"Nombre maximum de paragraphes par demande","field.apiUrl":"Adresse de l'interface API personnalis\xE9e","field.placeholderDelimiters":"espace r\xE9serv\xE9","description.custom":"Acc\xE8s \xE0 l'interface personnalis\xE9e Documentation requise","description.limitPerMinute":"Les demandes d\xE9passant cette limite sont plac\xE9es dans une file d'attente jusqu'au d\xE9but de la minute suivante. En raison des diverses limitations du service actuel d'OpenAI, veuillez cliquer <1>ici pour obtenir les derni\xE8res valeurs sugg\xE9r\xE9es.","description.limitPerSecond":"Les demandes d\xE9passant cette limite sont plac\xE9es dans une file d'attente jusqu'au d\xE9but de la seconde suivante. En raison des diverses limitations du service actuel d'OpenAI, veuillez cliquer <1>ici pour obtenir les derni\xE8res valeurs sugg\xE9r\xE9es.","description.generalLimitPerSecond":"Les demandes d\xE9passant cette limite sont plac\xE9es dans une file d'attente jusqu'au d\xE9but de la seconde suivante.","description.prompt":"Envoyer la conversation \xE0 {service} en tant qu'utilisateur, o\xF9 {{text}} repr\xE9sente le contenu du texte du paragraphe, {{from}} repr\xE9sente la langue du paragraphe et {{to}} repr\xE9sente la langue cible.","description.maxTextLengthPerRequest":"Le nombre maximum de caract\xE8res par requ\xEAte est trop important pour que l'interface r\xE9ponde lentement, essayez donc d'ajuster cette option pour optimiser la vitesse.","description.systemPrompt":"Envoyer une conversation au {service} en tant que syst\xE8me, o\xF9 {{text}} repr\xE9sente le contenu du texte du paragraphe, {{from}} repr\xE9sente la langue du paragraphe et {{to}} repr\xE9sente la langue cible.","field.domain":"royaume","description.domain":"La valeur par d\xE9faut est\uFF1Ageneral. Elle ne peut \xEAtre d\xE9finie que si la traduction par domaine est activ\xE9e dans la console Arima API, voir <1>ici pour les domaines pris en charge.","field.scene":"prendre","description.scene":"La valeur par d\xE9faut est\uFF1Ageneral. Elle ne peut \xEAtre d\xE9finie que si la console AliCloud API ouvre Machine Translation Pro, voir <1>ici pour les sc\xE9narios pris en charge.","field.vocabId":"ID du dictionnaire de l'utilisateur","description.vocabId":"Le dictionnaire out_id sp\xE9cifi\xE9 prend actuellement en charge la traduction de l'anglais vers le chinois.","description.model":"Mod\xE8les OpenAI, peuvent \xEAtre gpt-3.5-turbo, gpt-4, etc.","description.maxTextGroupLengthPerRequest":"Le nombre de paragraphes envoy\xE9s au service de traduction \xE0 la fois. S'il y a trop de paragraphes, l'interface peut r\xE9pondre plus lentement.","description.apiUrl":"Veuillez ajouter des URL sp\xE9cifiques avec des chemins d'acc\xE8s et une <1>description plus d\xE9taill\xE9e.",enabledExtension:"Activation des extensions",clickToDisableExtension:"Cliquez pour d\xE9sactiver les extensions",clickToEnableExtension:"Cliquez pour activer les extensions",hasBeenDisabled:"handicap\xE9","show password":"Afficher le mot de passe",customContent:"Saisir un nom de mod\xE8le personnalis\xE9",inputOptions:"Am\xE9lioration de la bo\xEEte de saisie",mouseHoverOptions:"survol de la souris",modifyMouseHoverKey:"Modifier le raccourci au survol de la souris",enableInputTranslation:"Activation ou non de l'am\xE9lioration des bo\xEEtes de saisie",enableInputTranslationDescription:"Une fois la fonction activ\xE9e, tapez {startingKey}{startingKey} hello directement dans le champ de saisie, puis tapez rapidement{inputTrailingTriggerKeyRepeatTimes}puis{trailingKey}pour traduire en {inputTargetLanguage}.",enableInputTranslationDescriptionForNoneKey:"Une fois la fonction activ\xE9e, tapez\uFF1AHello World directement dans le champ de saisie, puis appuyez rapidement sur{inputTrailingTriggerKeyRepeatTimes}{trailingKey}fois pour traduire dans la langue cible par d\xE9faut.",inputTargetLanguage:"D\xE9finition de la langue cible par d\xE9faut pour les bo\xEEtes de saisie",inputTargetLanguageDescription:"Langue cible par d\xE9faut pour la traduction de la bo\xEEte de saisie, c'est-\xE0-dire {startingKey}{startingKey} comme langue par d\xE9faut pour les mots d\xE9clencheurs.",inputTargetLanguageDescriptionForNoneKey:"Langue cible par d\xE9faut pour la traduction de la bo\xEEte de saisie",inputStartingTriggerKeyTitle:"D\xE9finition du caract\xE8re de s\xE9paration pour la traduction partielle de la zone de saisie",inputStartingTriggerKeyDescription:"Lorsque vous n'avez pas besoin de traduire l'int\xE9gralit\xE9 du champ de saisie, le s\xE9parateur vous permet de ne traduire que la partie allant de {startingKey}{startingKey} \xE0 la fin du champ de saisie, ou vous pouvez sp\xE9cifier le code de la langue, par exemple\uFF1A{startingKey}ja signifie ne traduire que la partie allant de {startingKey}ja \xE0 la fin du champ de saisie.",inputStartingTriggerKeyDescriptionForNoneKey:"Le param\xE8tre actuel d'absence de pr\xE9fixe n'est pas n\xE9cessaire et la fonction de traduction de certains textes dans la bo\xEEte de saisie n'est pas disponible pour le moment.",inputTrailingTriggerKeyTitle:"S\xE9lectionner un caract\xE8re d\xE9clencheur de fin d'entr\xE9e",inputTrailingTriggerKeyDescription:"3 coups rapides{trailingKey} commencera \xE0 traduire !",inputTrailingTriggerKeyTimeout:"Entrez le temps entre les d\xE9clenchements de fin de combat",inputTrailingTriggerKeyTimeoutDescription:"D\xE9finit le temps (en millisecondes) entre les d\xE9clenchements combo de fin d'entr\xE9e.",spaceKey:"<\u7A7A\u683C\u952E>",noneKey:"Traduction directe de l'ensemble de la zone de texte sans pr\xE9fixe",inputTranslationBlockUrlsTitle:"N'activez pas l'am\xE9lioration des bo\xEEtes de saisie dans les URL suivantes",inputTranslationBlockUrlsDescription:"Les am\xE9liorations apport\xE9es aux bo\xEEtes de saisie ne fonctionneront pas aux URL suivants",clickToSeeQuickDemo:"Cliquez pour agrandir la vid\xE9o du tutoriel de 30 secondes",inputHelperInfo:"Description\uFF1ANous avons optimis\xE9 le fait que certains caract\xE8res d\xE9clencheurs se transforment en signes de ponctuation chinois sous les m\xE9thodes d'entr\xE9e chinoises, par exemple, / se transforme en signe dun , sous la m\xE9thode d'entr\xE9e Sogou, et Immersive Translator prend en charge tous les symboles chinois correspondant aux caract\xE8res d\xE9clencheurs, c.-\xE0-d. //,,, seront reconnus comme des caract\xE8res d\xE9clencheurs.

Nous prenons \xE9galement en charge les alias chinois pour les codes de langue en tant que commandes, par exemple /Japanese Hello World sera traduit en japonais, <1>cliquez ici pour voir tous les codes de langue pris en charge.",reloadCurrentPage:"Veuillez rafra\xEEchir la page actuelle avant de commencer la traduction.",noLocalFilePermissionForPDF:"Vous n'avez pas l'autorisation de lire les fichiers locaux, veuillez cliquer sur le bouton ci-dessus et importer les fichiers locaux.",noPermissionForThisPage:"\u26A0\uFE0F Pas d'autorisation de traduire la page actuelle",retryAllParagraphs:"R\xE9essayer tous les passages d'erreur",retryAllButton:"R\xE9essayer tous les passages d'erreur",errorTooltipTitle:"Cliquez pour voir la cause de l'erreur",errorModalTitle:"Il semble qu'il y ait un probl\xE8me avec le service de traduction ou le r\xE9seau...",disableConfirm:"Cadre d'am\xE9lioration de l'information bilingue",disableOnce:"Cette invalidit\xE9",disableGlobal:"d\xE9sactiver de fa\xE7on permanente",disableTint:"* Vous pouvez le r\xE9activer \xE0 l'adresse {option} .",searchEnhancementNotes:"Apr\xE8s avoir activ\xE9 la fonction d'am\xE9lioration de l'information bilingue de la traduction immersive, nous rechercherons automatiquement pour vous les m\xEAmes mots-cl\xE9s en anglais sur les sites web pris en charge (Google News, Google Search (certains mots-cl\xE9s), Snowball, Oriental Wealth, Futura, Tiger) et les afficherons sur le c\xF4t\xE9 droit. Vous pouvez choisir de d\xE9sactiver cette fonction si vous n'en avez pas besoin.",option:"mettre en place",saveSettings:"Sauvegarder les param\xE8tres",closeModal:"Fermer la fen\xEAtre",enableInputTranslationWithoutTriggerKeyTitle:"Activer 3 quick hits sur{trailingKey}pour traduire directement l'ensemble de la bo\xEEte de saisie en{inputTargetLanguage}",enableInputTranslationWithoutTriggerKeyDescription:"Pour sp\xE9cifier la langue cible, pr\xE9fixez-la avec le code de la langue, par exemple\uFF1Aja Hello World",mouseHoverShortcutPlaceholder:"par exemple :\uFF1AShift",deepLProName:"Immersive Translation Membre Pro (Recommand\xE9)",deepLProDescription:"Le paquet actuel peut \xEAtre utilis\xE9 directement",deeplProDescriptionForNormal:"Aucune installation n'est requise, les membres peuvent l'utiliser apr\xE8s s'\xEAtre connect\xE9s, <1>cliquez ici pour passer au statut de membre",deepLCustomDescription:"Carte de cr\xE9dit \xE9trang\xE8re requise, ouverture officielle sur <1>DeepL, cliquez pour la <2>documentation",deepLCustomName:"Cl\xE9 d'authentification personnalis\xE9e",chooseProviderLabel:"S\xE9lectionner un prestataire de services",openaiProName:"Immersive Translation Membre Pro (Recommand\xE9)",openaiProDescription:"Le paquet actuel peut \xEAtre utilis\xE9 directement",openaiProDescriptionForNormal:"Aucune installation n'est requise, les membres peuvent l'utiliser apr\xE8s s'\xEAtre connect\xE9s, <1>cliquez ici pour passer au statut de membre",openaiCustomDescription:"Disponible sur OpenAI, Azure OpenAI, ou d'autres services tiers, <1>cliquez ici pour la documentation.",openaiCustomName:"Cl\xE9 API personnalis\xE9e",needLoginAction:"(Adh\xE9sion ouverte ou personnalisation)",goLoginOrAction:"(Ouvrir une adh\xE9sion ou aller dans les param\xE8tres)",yearly:"effectuer un paiement annuel cons\xE9cutif",quarterly:"l'emballage s\xE9quentiel",monthly:"abonnement mensuel",yearlyForOnce:"Forfait annuel unique",monthlyForOnce:"Forfait mensuel unique",daily:"jours cons\xE9cutifs de paquet",year:"effectuer un paiement annuel cons\xE9cutif",quarter:"l'emballage s\xE9quentiel",month:"abonnement mensuel",day:"jours cons\xE9cutifs de paquet",onetime_7day:"Pack exp\xE9rience 7 jours",currentPlanDescriptionForFree:"Paquets actuels\uFF1AGratuit",currentPlanDescriptionForContinuous:"L'offre actuelle\uFF1A{plan}sera automatiquement renouvel\xE9e sur {endAt}",currentPlanDescriptionForAutoRenewCaceling:"L'offre actuelle\uFF1A{plan}expirera \xE0 la date {endAt} et ne sera pas renouvel\xE9e automatiquement \xE0 cette date.",currentYearlyPlanDescriptionForAutoRenewCacelingWithRealPaiedUser:"L'offre actuelle,\uFF1A{plan}, expirera le {endAt} et ne sera pas renouvel\xE9e automatiquement \xE0 l'expiration.
<1>Cliquez ici pour g\xE9rer votre plan de renouvellement",currentYearlyPlanDescriptionForAutoRenewCacelingWithAdmin:"L'offre actuelle,\uFF1A{plan}, expirera \xE0 {endAt} et ne sera pas renouvel\xE9e automatiquement \xE0 l'\xE9ch\xE9ance.
<1>Cliquez ici pour activer l'abonnement annuel continu",currentPlanDescriptionForOneTime:"L'abonnement actuel\uFF1A{plan}expirera sur {endAt} , <1>cliquez ici pour passer \xE0 un abonnement <1>annuel ou <2>mensuel.",upgradePlan:"Cliquez ici pour passer \xE0 l'adh\xE9sion Pro",upgradeToPro:"Passer \xE0 l'adh\xE9sion Pro","popup.openPro":"Passez \xE0 l'adh\xE9sion Pro pour profiter de DeepL et de la traduction OpenAI, cliquez ici pour passer \xE0 l'adh\xE9sion Pro.","popup.openProForPro":"Vous \xEAtes un membre Pro avec un acc\xE8s direct \xE0 DeepL et aux traductions OpenAI !",currentAccount:"compte courant",enableAutoSyncUserSettings:"Permettre la synchronisation automatique du nuage sur plusieurs appareils",modalEnableInputTranslationTitle:"Traduction immersive Bo\xEEte de saisie Alertes de traduction",modalEnableInputTranslationDesc:"Vous venez de d\xE9clencher la traduction de la bo\xEEte de saisie d'Immersive Translation en appuyant sur la barre d'espacement 3 fois en succession rapide, et le contenu de la bo\xEEte de saisie sera traduit dans la langue cible par d\xE9faut. La traduction peut \xEAtre annul\xE9e avec Ctrl+Z.

Si c'est une erreur, ne vous inqui\xE9tez pas, vous pouvez choisir de la d\xE9sactiver cette fois-ci, ou de d\xE9sactiver d\xE9finitivement la traduction de la zone de saisie.",saveAndNotShowAgain:"Sauvegarder et arr\xEAter le message",disableInputTranslationTips:"* Vous pouvez \xE9galement d\xE9finir d'autres raccourcis pour qu'ils se d\xE9clenchent dans {option} ,{learnMore}.",learnMore:"Cliquez ici pour en savoir plus",continueEnalbeInputTranslation:"Continuer \xE0 activer la traduction des champs de saisie",autoRenewTrialSuffix:`(Dans la version d'essai,passe imm\xE9diatement \xE0 l'adh\xE9sion compl\xE8te)`,upgradeFromTrialTitle:"Passer au statut de membre \xE0 part enti\xE8re",subtitle:"sous-titrage vid\xE9o",youtubeService:"Traduction en immersion Sous-titrage vid\xE9o Services de traduction","subtitle.disabledSubtitle":"D\xE9sactiver d\xE9finitivement la fonction de sous-titres vid\xE9o","subtitle.disabledSubtitleDescription":"Si Immersive Translator's Video Subtitles entre en conflit avec d'autres extensions, vous pouvez choisir de d\xE9sactiver d\xE9finitivement la fonctionnalit\xE9 d'Immersive Translator's Video Subtitles ou de d\xE9sinstaller les autres extensions en conflit.","subtitle.autoEnableSubtitle":"Utilisation automatique de sous-titres bilingues","subtitle.autoEnableSubtitleDescription":"Une fois activ\xE9, des sous-titres bilingues s'afficheront automatiquement lorsque la vid\xE9o est en cours de lecture, sinon, il faut cliquer sur le bouton de traduction pour les afficher.","subtitle.preTranslation":"Traduire des sous-titres \xE0 l'aide de la traduction immersive","subtitle.preTranslationDescription":"Lorsque cette option est activ\xE9e, l'int\xE9gralit\xE9 des sous-titres sera pr\xE9-traduite \xE0 l'aide du service de traduction sp\xE9cifi\xE9 ci-dessous. Une vid\xE9o d'une heure consommera environ 50 000 tokens ou caract\xE8res, donc \xE0 utiliser \xE0 votre propre discr\xE9tion ; lorsqu'elle est d\xE9sactiv\xE9e, les sous-titres originaux seront utilis\xE9s en premier.","subtitle.humanSubtitlesPreferred":"Utilisation prioritaire du sous-titrage humain","subtitle.humanSubtitlesPreferredDescription":"Privil\xE9gier l'utilisation de sous-titres humains lorsque la vid\xE9o dispose de sous-titres humains dans la langue cible (recommand\xE9).",videoSubtitleTranslationDescription:"Confier les sous-titres vid\xE9o \xE0 un service de traduction distinct",subtitleTranslating:"Veuillez patienter pendant que les sous-titres sont traduits \xE0 l'aide du service {service} ... (traduction en immersion)",subtitleLoading:"Chargement des sous-titres...",bilingual:"bilinguisme","field.action":"Activation ou non de la terminologie Baidu","description.action":"Lorsqu'il est activ\xE9, un param\xE8tre action=1 est ajout\xE9 \xE0 la demande pour informer Baidu de l'activation du terme. <1>Veuillez vous r\xE9f\xE9rer \xE0 la documentation officielle pour plus d'informations.",closeQuickTranslation:"Fermer Hoverball","closeQuickTranslation.untilNext":"Cette fois-ci ferm\xE9 jusqu'\xE0 la prochaine visite","closeQuickTranslation.currentWebsite":"Site actuel d\xE9sactiv\xE9","closeQuickTranslation.alwaysClose":"d\xE9sactiver de fa\xE7on permanente","closeQuickTranslation.settingOpen":"(peut \xEAtre activ\xE9e dans la <1>page des param\xE8tres )","closeQuickTranslation.cancel":"annulations","closeQuickTranslation.confirm":"d\xE9finir","floatBall.popup":"Ouvrir le panneau des r\xE9glages rapides","floatBall.translate":"Cliquez pour traduire la page","floatBall.showOriginal":"Cliquez pour revenir \xE0 l'article original","floatBall.close":"Fermer Hoverball","floatBallOptions.enableDescPc":"Apr\xE8s avoir activ\xE9 le hoverball de la page, un bouton de traduction rapide sera affich\xE9 sur le c\xF4t\xE9 droit de la page, cliquez dessus pour traduire !","floatBallOptions.enableDesc":"Apr\xE8s avoir d\xE9sactiv\xE9 le hoverball, il peut \xEAtre rappel\xE9 \xE0 l'aide de{touch}. Il est fortement recommand\xE9 de marquer cette page de param\xE8tres d'un signet afin d'\xE9viter de ne pas pouvoir retrouver le hoverball apr\xE8s avoir d\xE9sactiv\xE9 cette option par inadvertance !","description.azureApiUrl":"Remplir l'adresse de l'interface API personnalis\xE9e",confirmSupportMouse:"Forcer l'activation de la prise en charge de la souris",confirmSupportMouseDescription:"Le navigateur actuel ne prend pas en charge la fonction de la souris. Est-il oblig\xE9 d'activer la prise en charge de la souris ?",sampleTargetText:"La longue nuit viendra, et je veillerai \xE0 partir de ce jour jusqu'\xE0 ma mort. Je ne prendrai pas de femme, je ne ferai pas de fief, je n'aurai pas d'enfant. Je ne porterai pas de couronne, je ne rechercherai pas les honneurs. Je ferai mon devoir, je vivrai et je mourrai.",sampleSourceText:"Night gathers, and now my watch begins. It shall not end until my death. I shall take no wife, hold no lands, father no children. I shall wear no crowns and win no glory. I shall live and die at my post.","subtitle.supportedSites":"\u5DF2\u652F\u6301\u5728\u8FD9\u4E9B\u7F51\u7AD9\u4F7F\u7528\u53CC\u8BED\u5B57\u5E55\uFF08\u6CE8\u610F\uFF1A\u7531\u4E8E\u6280\u672F\u9650\u5236\uFF0C\u90E8\u5206\u7F51\u7AD9\u5728\u9996\u6B21\u5F00\u542F\u5B57\u5E55\u540E\u9700\u8981\u91CD\u65B0\u5237\u65B0\u9875\u9762\uFF0C\u6216\u8005\u9700\u7B49\u5F85\u7FFB\u8BD1\u5B8C\u6210\u4EE5\u663E\u793A\u53CC\u8BED\u5B57\u5E55\uFF09\uFF1A",viewWithImmersiveTranslate:"\u53CC\u8BED\u7248\u672C(\u6C89\u6D78\u5F0F\u7FFB\u8BD1)",errorReason:"\u9519\u8BEF\u539F\u56E0\uFF1A{message}","proQuotaExceededError.onetime7day":'\uFF0C\u60A8\u53EF\u4EE5\u9009\u62E9\u4EE5\u4E0B\u65B9\u5F0F\u89E3\u51B3\uFF1A

1. \u5207\u6362\u5230 {anotherService} \u6216\u5176\u4ED6\u7FFB\u8BD1\u670D\u52A1
2. \u5347\u7EA7\u4E3A\u6708\u5EA6/\u5E74\u5EA6\u4F1A\u5458',"proQuotaExceededError.trial":'\uFF0C\u60A8\u53EF\u4EE5\u9009\u62E9\u4EE5\u4E0B\u65B9\u5F0F\u89E3\u51B3\uFF1A

1. \u5207\u6362\u5230 {anotherService} \u6216\u5176\u4ED6\u7FFB\u8BD1\u670D\u52A1
2. \u7ACB\u523B\u5347\u7EA7\u4E3A\u6B63\u5F0F\u4F1A\u5458',"proQuotaExceededError.nonTrial":'\uFF0C\u60A8\u53EF\u4EE5\u9009\u62E9\u4EE5\u4E0B\u65B9\u5F0F\u89E3\u51B3\uFF1A

1. \u5207\u6362\u5230 {anotherService} \u6216\u5176\u4ED6\u7FFB\u8BD1\u670D\u52A1
2. \u8D2D\u4E70 {translationService} \u989D\u5916\u6D41\u91CF\u5305',"proQuotaExceededError.resetTime":"
3. \u989D\u5EA6\u91CD\u7F6E\u65F6\u95F4\uFF1A{resetTime}","desc.touchShortcutsToggleTranslatePageOnlyTranslation":"Seulement la traduction signifie que seule la traduction est affich\xE9e, si la page n'a pas encore \xE9t\xE9 traduite, elle passera en mode et sera traduite.","desc.toggleOnlyTransation":"Le mode de traduction uniquement signifie que seules les traductions sont affich\xE9es, si la page Web n'a pas encore \xE9t\xE9 traduite, le mode sera chang\xE9 et traduit.",touchShortcutsToggleTranslatePageOnlyTranslation:"Configurer les gestes tactiles pour passer en mode bilingue / mode texte uniquement",download_started:"Le t\xE9l\xE9chargement a d\xE9j\xE0 commenc\xE9, si le t\xE9l\xE9chargement ne commence pas automatiquement, veuillez cliquer manuellement.",here:"ici","error.goReset":"R\xE9initialiser",translationFont:"D\xE9finir la police","error.serveConfigError":"Erreur de configuration du service",detectServiceLoading:"En train de v\xE9rifier les services de traduction disponibles...","translationModeUrl.translation.title":"L'adresse du site en mode traduction uniquement","translationServices.inherit":"Suivez le service de traduction principal","translationModeLang.translation.title":"Mode de langue uniquement en traduction","error.configError":"Les donn\xE9es de configuration sont anormales","translationFont.customPlaceholder":"police de caract\xE8res","touch.mouse-translate":"Traduire le paragraphe sp\xE9cifi\xE9",toggleToService:"Passez \xE0 {service} et r\xE9essayez","translationFont.custom":"Entrez une police personnalis\xE9e",batchEdit:"Op\xE9ration en masse","error.proUpgrade":"Apr\xE8s la mise \xE0 niveau, veuillez rafra\xEEchir la page et traduire \xE0 nouveau.","error.502":"Le service renvoie une erreur, le service est en retard, veuillez r\xE9essayer plus tard.","error.403":"Le service renvoie une erreur, vous n'avez pas temporairement le droit d'acc\xE9der \xE0 ce service.","error.googleLimitIp":"Le service renvoie une erreur, le service Google a limit\xE9 le d\xE9bit pour cette adresse IP, il est recommand\xE9 de changer de n\u0153ud r\xE9seau.",videoSubtitlePreTranslationOff:"Les sous-titres vid\xE9o utiliseront en priorit\xE9 les sous-titres automatiques fournis avec la vid\xE9o originale.","translationFont.notSupportErrorMessage":"Veuillez v\xE9rifier si le nom de la police que vous avez entr\xE9 est correct, ou confirmer que cette police est d\xE9j\xE0 install\xE9e sur votre appareil.","error.proTokenInvalid":"Si vous \xEAtes un utilisateur Pro, veuillez vous connecter avant d'utiliser le service de traduction Pro.",videoSubtitlePreTranslationOn:"Les sous-titres vid\xE9o utiliseront en priorit\xE9 la traduction immersive.","error.400":"Le service renvoie une erreur, la demande de param\xE8tre est incorrecte, veuillez v\xE9rifier la configuration correspondante.","error.429":"Le service renvoie une erreur, indiquant que la demande est trop fr\xE9quente ou d\xE9passe la limite de quota, veuillez r\xE9essayer plus tard.","translationModeUrl.translation.description":"Lorsque le site Web est pour les domaines suivants, il utilisera automatiquement le mode de traduction uniquement.",enableSentryReport:"Lorsqu'une erreur se produit lors de l'extension, utilisez Sentry pour soumettre des commentaires.","error.reloadPageOfSetting":"Apr\xE8s la configuration, veuillez rafra\xEEchir la page pour traduire \xE0 nouveau.","translationModeLang.translation.description":"Lorsque la langue de la page est l'une des langues suivantes, le mode de traduction uniquement sera automatiquement utilis\xE9.","error.gemini.429":"Le service Gemini actuel a atteint sa capacit\xE9 maximale, veuillez r\xE9essayer plus tard ou passer \xE0 un autre service de traduction.","desc.toggleVideoSubtitlePreTranslation":"Une fois appuy\xE9, les sous-titres bilingues de la vid\xE9o utiliseront en priorit\xE9 les param\xE8tres de traduction immersive, une nouvelle pression donnera la priorit\xE9 aux sous-titres de traduction automatique inclus dans la vid\xE9o originale. Attention : ce raccourci modifie les param\xE8tres globaux.","error.openAIExceededQuota":"Le service renvoie une erreur : le solde de votre compte OpenAI est insuffisant, veuillez recharger ou lier une carte de cr\xE9dit dans le back-office officiel d'OpenAI.","error.openAIFreeLimit":"Le service renvoie une erreur, la fr\xE9quence actuelle des demandes de traduction a atteint la limite maximale de 3 fois par minute, veuillez r\xE9essayer plus tard. (C'est une restriction officielle d'OpenAI sur la cl\xE9 API gratuite, pour lever cette restriction, veuillez lier une carte de cr\xE9dit dans le backend d'OpenAI.)","error.serveUnavailable":"Le service [{serverName}] que vous utilisez actuellement est temporairement inaccessible en raison de probl\xE8mes de connexion r\xE9seau ou de fournisseur de services. Nous vous sugg\xE9rons d'essayer de rafra\xEEchir la page ou de changer de service de traduction via <1>Param\xE8tres. Si vous \xEAtes un membre <2>Pro, vous pouvez choisir d'utiliser les services de traduction plus stables de DeepL ou OpenAI (<3>cliquez ici pour un essai gratuit). De plus, vous devrez peut-\xEAtre v\xE9rifier vos param\xE8tres de r\xE9seau ou de proxy.",loggedIn:"Connect\xE9","error.retry":"R\xE9essayer","floatBall.iKnow":"Je sais.",touchShortcutsOff:"Fermer","tagsInput.add":"+ Ajouter","translationServices.gemini":"G\xE9meaux",goLogin:"Allez vous connecter",shortcutSettings:"Raccourci",notLogin:"Non connect\xE9","multipleClick.4":"Quadruple frappe",alwaysTranslateThisSite:"Toujours traduire ce site","multipleClick.3":"Triple coup",neverTranslateThisSite:"Ne jamais traduire ce site","subtitle.bilingual":"Sous-titres bilingues","widget.instructionTooltip":"Consultez le mode d'emploi","shortcutGroup.shortcutsForTranslationServices":"Raccourcis li\xE9s au service de traduction",buildSnapshots:"G\xE9n\xE9rer un instantan\xE9 de la page web",shortcutSettingsTitle:"Param\xE9trage des raccourcis","subtitle.hideQuickButton":"Ne plus afficher ce raccourci",contact:"Contactez-nous","widget.videoSubtitleTooltip":"Prend en charge Youtube et autres sites vid\xE9o {count}+",notLoginPro:"Vous n'avez pas encore connect\xE9 \xE0 votre compte membre.","multipleClick.2":"Double-cliquez","widget.videoSubtitle":"sous-titres vid\xE9o",temprarilyChangeTranslationTo_gemini:"Utilisation de Gemini pour traduire la page actuelle.","error.subscriptionExpiredTitle":"L'adh\xE9sion a expir\xE9",pickAll:"Tout s\xE9lectionner","floatBall.guideClickToTranslate":"Cliquez sur la bulle de traduction immersive pour traduire rapidement",temprarilyChangeTranslationTo_google:"Utilisation en cours de Google Traduction pour cette page actuelle",temprarilyChangeTranslationTo_bing:"Utilisation en cours de Microsoft Traduction pour la page actuelle",mouseHoverCustomKeyTitle:"Personnaliser les raccourcis de survol de la souris","browser.translateWithDeepL":"Utilisation temporaire de DeepL pour traduire la page actuelle","widget.translateFile":"PDF/ePub",temprarilyChangeTranslationTo_openai:"Utilisation en cours d'OpenAI pour traduire la page actuelle","subtitle.autoDisableSubtitle":"Ne pas activer automatiquement les sous-titres bilingues","error.reason":"Raison de l'erreur",temprarilyChangeTranslationTo_deepl:"Utilisation de DeepL pour traduire la page actuelle.","widget.translateFileTooltip":"Traduire les documents PDF, EPUB, SRT, ASS, HTML et TXT",networkError:"Le service de traduction ou le r\xE9seau rencontre des probl\xE8mes.","floatBall.longPress":"Appuyez longuement pour ouvrir rapidement le panneau de configuration.",paragraphMinTextCountField:"Le nombre minimum de caract\xE8res requis pour traduire un paragraphe","browser.translateWithTransmart":"Utilisation temporaire de Tencent pour traduire la page actuelle","browser.translateWithOpenAI":"Utilisation temporaire d'OpenAI pour traduire la page actuelle",translationOnlyMode:"Mode de traduction uniquement","slide.right":"Glissez vers la gauche","shortcutGroup.main":"Raccourcis de fonctionnalit\xE9s couramment utilis\xE9s",temprarilyChangeTranslationTo_transmart:"Utilise actuellement la traduction de Tencent pour cette page.",touchShortcutsToggleTranslatePage:"D\xE9finir un geste tactile pour traduire la page web / afficher le texte original","slide.left":"Faites glisser vers la droite","shortcutGroup.touch":"Gestes sp\xE9cifiques pour \xE9cran tactile","intro.floatBallTitle":"Boule flottante de traduction rapide","neverTranslateText.title":"Ci-dessous, les mots restent en texte original, ne pas traduire.","browser.toggleMouseHoverTranslateDirectly":"Activer ou d\xE9sactiver temporairement la traduction directe au survol de la souris sur la page","browser.translateInputBox":"Traduire le contenu de la bo\xEEte de saisie actuelle","browser.translateWithGoogle":"Utilisation temporaire de Google Traduction pour la page actuelle","browser.translateWithBing":"Utilisation temporaire de Microsoft Traduction pour la page actuelle","widget.instruction":"Mode d'emploi","subtitle.showQuickButton":"Afficher les sous-titres bilingues dans le lecteur est un raccourci",touchShortcutsToggleTranslationMask:"Configurer l'affichage du geste tactile pour afficher le masque de traduction / afficher le texte original","error.subscriptionExpired":"Votre adh\xE9sion a peut-\xEAtre expir\xE9, veuillez v\xE9rifier votre statut de membre.","intro.hoverTitle":"Survolez avec la souris pour traduire le paragraphe actuel","browser.translateWithGemini":"Utilisez temporairement Gemini pour traduire la page actuelle",touchShortcutsToggleTranslateTouchElement:"Configurer la traduction de paragraphes sp\xE9cifiques par gestes tactiles","desc.touchShortcutsToggleTranslateTouchElement":"Personnalisez un geste et vous pourrez traduire n'importe quel paragraphe o\xF9 vous vous trouvez.","intro.subtitleTitle":"Affichage des sous-titres bilingues en vid\xE9o en ligne","desc.interfaceLanguage":"La configuration de la langue de l'interface affecte la langue d'affichage du panneau de contr\xF4le et n'a rien \xE0 voir avec la langue cible de la traduction.","browser.toggleVideoSubtitlePreTranslation":"Basculer vers les sous-titres bilingues en privil\xE9giant les param\xE8tres de traduction immersive","shortcutGroup.others":"Plus de raccourcis de fonctionnalit\xE9s personnalis\xE9es",confirmResetToDefaultSettings:"Confirmez-vous vouloir r\xE9tablir ce service de traduction comme param\xE8tre par d\xE9faut ? (Cela ne r\xE9initialise que les param\xE8tres de ce service de traduction)",shortcutDisableTooltip:"Veuillez configurer dans la page de gestion des raccourcis d'extension fournie par le navigateur, pour plus de directives, veuillez consulter les instructions en haut de cette page.","subtitle.showQuickButtonDescription":"Fournir un raccourci pour activer les sous-titres bilingues dans le coin inf\xE9rieur droit du lecteur vid\xE9o","shortcutGroup.mouse":"Configuration des raccourcis clavier pour le survol de la souris","desc.toggleTranslateTheMainPage":"Traduisez uniquement les zones principales de la page, une fois que vous avez activ\xE9 la traduction de toutes les zones de la page dans les param\xE8tres avanc\xE9s, vous pouvez utiliser ce raccourci pour traduire sp\xE9cifiquement les zones principales de la page.","description.baiduField":"Les domaines pris en charge sont vus <1>ici, si vide cela signifie qu'aucun domaine n'est sp\xE9cifi\xE9.",upgradeToProErrorTitle:"Veuillez passer \xE0 l'adh\xE9sion Pro pour utiliser ce service de traduction.",paragraphMinTextCountDesc:"Faites attention, ici on parle de la longueur des caract\xE8res, par exemple: hello compte 5 caract\xE8res, d\xE9finir une valeur plus grande peut r\xE9duire les traductions de petits paragraphes inutiles.",translationOnlyModeDescription:"Le mode de traduction uniquement signifie que seule la traduction est affich\xE9e, et non le mode bilingue par d\xE9faut. Notez que: en raison des limitations techniques, les hyperliens du texte original seront d\xE9sactiv\xE9s en mode de traduction uniquement.","desc.toggleTranslateTheWholePage":"Traduire toute la zone de la page, par d\xE9faut, nous traduirons la zone principale de la page, vous pouvez utiliser ce raccourci pour traduire sp\xE9cifiquement toute la zone de la page.","contact.description":"Si vous avez des questions ou des suggestions, n'h\xE9sitez pas \xE0 remplir le formulaire ci-dessous pour nous contacter, ou \xE0 envoyer un courriel \xE0 {email}, nous vous r\xE9pondrons d\xE8s que possible.",mouseHoverCustomKeyDescription:"Vous pouvez personnaliser un raccourci clavier pour le survol de la souris, par exemple : Alt+Z, Ctrl+E, Cmd+Alt+E ou directement Cmd, veuillez entrer manuellement.","desc.mouseHoverHoldKey":"Lorsque la souris survole un paragraphe et que vous appuyez simultan\xE9ment sur la touche de raccourci \xE0 droite, vous pouvez traduire directement ce paragraphe.","desc.touchShortcutsToggleTranslatePage":"Une fois configur\xE9, lors de l'utilisation d'un appareil mobile, vous pouvez toucher l'\xE9cran avec X doigts, glisser de gauche \xE0 droite ou cliquer continuellement pour d\xE9clencher la traduction de la page web / afficher le texte original.","desc.touchShortcutsToggleTranslationMask":"La traduction du masque fait r\xE9f\xE9rence \xE0 l'effet flou dans le style de la traduction (mode d'apprentissage), qui est activ\xE9 temporairement pour utiliser l'effet flou sur la traduction, facilitant l'apprentissage.","intro.floatBallDescription":"Une fois activ\xE9, un bouton de traduction rapide s'affichera sur le c\xF4t\xE9 droit de la page. Cliquez dessus pour traduire, cliquez \xE0 nouveau pour revenir au texte original. Sur mobile, maintenez le bouton flottant pour ouvrir le panneau de configuration rapide.","desc.toggleMouseHoverTranslateDirectly":"Apr\xE8s avoir appuy\xE9 sur ce raccourci, sur la page, d\xE8s que la souris pointe sur n'importe quel texte, ce texte sera automatiquement traduit. Appuyez \xE0 nouveau sur le raccourci pour d\xE9sactiver cette fonction de traduction automatique.","intro.hoverDescription":"La traduction au survol de la souris est une fonction tr\xE8s importante dans la traduction immersive. Il suffit de placer la souris sur le paragraphe et d'appuyer simultan\xE9ment sur la touche de raccourci d\xE9finie pour traduire automatiquement le paragraphe actuel (remarque : elle n'est pas activ\xE9e par d\xE9faut, veuillez la configurer ci-dessous). Cette interaction est utilis\xE9e pour mieux remplacer la traduction par s\xE9lection de mots. De plus, cette fonction est largement utilis\xE9e dans les zones de traduction qui ne peuvent pas \xEAtre reconnues. Vous pouvez utiliser cette fonction pour forcer la traduction de n'importe quel paragraphe.","neverTranslateText.description":"En raison de la reconnaissance insatisfaisante des noms propres par certains moteurs de traduction, vous pouvez ajouter des mots ici pour vous assurer qu'ils ne sont pas convertis pendant le processus de traduction. Veuillez noter que cette fonction distingue les majuscules et les minuscules et ne prend en charge que les langues \xE0 mots s\xE9par\xE9s par des espaces (comme l'anglais, le fran\xE7ais), elle n'est pas applicable aux langues comme le japonais, le cor\xE9en, etc.","intro.subtitleDescription":"Une fois cette fonction activ\xE9e, les sous-titres bilingues seront automatiquement affich\xE9s lors de la lecture de la vid\xE9o. Si elle n'est pas activ\xE9e, vous devrez cliquer manuellement sur le bouton de traduction sur la page pour afficher les sous-titres. Veuillez noter qu'en raison de limitations techniques, certains sites peuvent n\xE9cessiter un rafra\xEEchissement de la page ou attendre la fin de la traduction pour afficher les sous-titres bilingues. (De plus, vous pouvez \xE9galement activer/d\xE9sactiver le panneau de raccourcis de traduction immersive dans le coin sup\xE9rieur droit apr\xE8s avoir ouvert le site de la vid\xE9o).

La prise en charge des sous-titres bilingues est actuellement disponible sur ces sites :",geminiWarning:"Attention : Le service gratuit Gemini fourni par Google a des restrictions strictes, il est possible que Google juge que l'utilisateur utilise plusieurs cl\xE9s pour contourner leurs restrictions de quota gratuit, il n'est pas recommand\xE9 de l'utiliser, il est recommand\xE9 d'attendre que Google ouvre l'interface de paiement Gemini \xE0 l'avenir avant de l'utiliser.","floatBall.setting":"Param\xE9trage","floatBall.translateToLanguage":"Cliquez pour traduire en {language}","floatBall.file":"Traduire les fichiers PDF, EPUB, SRT, ASS, HTML, TXT",changeToOnlyTempTranslationMode:"Afficher uniquement les traductions",changeToDualTempTranslationMode:"Passer \xE0 la traduction bilingue","transitionMode.translation":"Seulement le texte traduit","options.navbar.installApp":"Installer l'application mobile","options.navbar.translateFile":"Traduire le document","subtitle.transitionMode":"Param\xE8tres de sous-titres vid\xE9o bilingues / traduction uniquement","subtitle.transitionModeDescription":"D\xE9finir les sous-titres vid\xE9o en mode bilingue ou en mode traduction uniquement","transitionMode.inherit":"Restez coh\xE9rent avec le mode d'affichage de traduction par d\xE9faut du syst\xE8me.","transitionMode.dual":"Contraste bilingue",translateFileTooltip:`Traduire PDF, ePub, srt, ass, HTML, fichiers TXT`,"description.multiplePrompt":`Lorsque le nombre de paragraphes est sup\xE9rieur \xE0 1, les dialogues envoy\xE9s \xE0 {service} en tant qu'utilisateur, o\xF9 {{from}} repr\xE9sente la langue du paragraphe, {{to}} repr\xE9sente la langue cible, {{yaml}} est le contenu du paragraphe que nous avons emball\xE9 au format yaml, si vous avez besoin de personnaliser Prompt, vous devez vous assurer que chaque \xE9l\xE9ment dans le r\xE9sultat YAML de la r\xE9ponse AI contient le champ {env.imt_trans_field}, {{imt_trans_field}} est le nom du champ de traduction que nous esp\xE9rons que l'IA r\xE9pondra, par d\xE9faut c'est {env.imt_trans_field}, {{imt_source_field}} est le nom du champ d'origine que nous passons \xE0 l'IA, par d\xE9faut c'est {env.imt_source_field}, exemple de r\xE9sultat : - id: 1 @@ -5183,7 +5183,7 @@ ass, HTML, fichiers TXT`,"description.multiplePrompt":`Lorsque le nombre de para {env.imt_sub_trans_field}: Traduction - id: 2 {env.imt_sub_source_field}: Source - {env.imt_sub_trans_field}: Traduction`,"subtitle.quickButton.magenta":"Fuchsia","subtitle.quickButton.red":"Rouge","subtitle.quickButton.setting":"Param\xE9trage","subtitle.quickButton.black":"noir","subtitle.quickButton.translationPosition":"Position de traduction","subtitle.quickButton.green":"Vert","subtitle.quickButton.translationFontSize":"Taille de police de traduction","subtitle.quickButton.sourceTextColor":"Couleur de police d'origine","translationServices.claude":"Claude","subtitle.quickButton.blue":"Bleu","subtitle.quickButton.sourceFontSize":"La taille originale de la police","subtitle.quickButton.translationTextColor":"Couleur de la police de traduction","subtitle.quickButton.backgroundColor":"couleur d'arri\xE8re-plan","subtitle.quickButton.white":"Blanc","subtitle.quickButton.translationPositionTop":"En haut de l'original","subtitle.quickButton.yellow":"jaune","subtitle.quickButton.cyan":"Bleu","subtitle.quickButton.backgroundOpacity":"Opacit\xE9 de l'arri\xE8re-plan","subtitle.quickButton.translationPositionBottom":"\u5728\u539F\u6587\u4E0B\u65B9",attachSubtitleTranslating:"Utilisation de {service} pour la traduction en cours...","error.claude.403":"Acc\xE8s temporairement interdit au service, cela peut \xEAtre li\xE9 aux restrictions r\xE9gionales de Claude. Vous pouvez essayer de changer votre adresse IP ou utiliser un autre service de traduction.","browser.brandDescriptionForSafari":"\u3010Traduction immersive\u3011Un plugin de traduction de pages web bilingue gratuit (texte original / traduction), qui supporte \xE9galement la traduction de PDF et de livres \xE9lectroniques EPUB tout en conservant la mise en page originale, la traduction de sous-titres bilingues pour des vid\xE9os en ligne comme Youtube/Netflix, et qui supporte les services de traduction principaux tels que Deepl/Google;","browser.PdfProFile":"AI pilot\xE9 PDF Pro traduction","browser.textTranslate":"Traduction de texte"};var z4={nologin:"\u0905\u0902\u0926\u0930 \u092A\u094D\u0930\u0935\u0947\u0936 \u0915\u0940 \u0905\u0928\u0941\u092E\u0924\u093F \u0928\u0939\u0940\u0902 \u0939\u0948",loginForSafari:"\u0932\u0949\u0917-\u0907\u0928 \u092F\u093E \u092A\u0902\u091C\u0940\u0915\u0943\u0924",login:"\u0932\u0949\u0917 \u0907\u0928 \u0915\u0930\u0928\u0947 \u0915\u0947 \u092C\u093E\u0926 \u0906\u092A \u0938\u0926\u0938\u094D\u092F\u0924\u093E \u0938\u0915\u094D\u0930\u093F\u092F \u0915\u0930 \u0938\u0915\u0924\u0947 \u0939\u0948\u0902",manageAccount:"\u0916\u093E\u0924\u0947 \u0915\u093E \u092A\u094D\u0930\u092C\u0902\u0927\u0928 \u0915\u0930\u0947\u0902",openPremium:"\u0938\u0926\u0938\u094D\u092F\u0924\u093E \u0917\u094D\u0930\u0939\u0923 \u0915\u0930\u0947\u0902",logout:"\u091B\u094B\u0921\u093C\u0928\u093E",curentPlan:"\u0935\u0930\u094D\u0924\u092E\u093E\u0928 \u092A\u0948\u0915\u0947\u091C",endAt:"\u092A\u0930\u093F\u092A\u0915\u094D\u0935\u0924\u093E",endAuto:"\u0938\u094D\u0935\u091A\u093E\u0932\u093F\u0924 \u0928\u0935\u0940\u0915\u0930\u0923",lineBreakMaxTextCount:"\u092A\u0902\u0915\u094D\u0924\u093F \u0935\u093F\u0930\u093E\u092E \u0915\u0947 \u092C\u093E\u0926 \u092A\u094D\u0930\u0924\u093F \u0935\u093E\u0915\u094D\u092F \u0905\u0928\u0941\u092E\u0924 \u0935\u0930\u094D\u0923\u094B\u0902 \u0915\u0940 \u0905\u0927\u093F\u0915\u0924\u092E \u0938\u0902\u0916\u094D\u092F\u093E","translate-pdf":"\u092A\u0940\u0921\u0940\u090F\u092B \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u0915\u094D\u0932\u093F\u0915 \u0915\u0930\u0947\u0902","noSupportTranslate-pdf":"\u0938\u094D\u0915\u094D\u0930\u093F\u092A\u094D\u091F \u0938\u092E\u0930\u094D\u0925\u093F\u0924 \u0928\u0939\u0940\u0902 \u0939\u0948, \u0915\u0943\u092A\u092F\u093E \u092A\u094D\u0932\u0917-\u0907\u0928 \u0915\u093E \u0909\u092A\u092F\u094B\u0917 \u0915\u0930\u0947\u0902","translate-firefox-local-pdf":"\u092A\u0940\u0921\u0940\u090F\u092B \u0906\u092F\u093E\u0924 \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u0915\u094D\u0932\u093F\u0915 \u0915\u0930\u0947\u0902",enableLineBreak:"\u0932\u0902\u092C\u0947 \u0905\u0928\u0941\u091A\u094D\u091B\u0947\u0926\u094B\u0902 \u0915\u0947 \u0932\u093F\u090F \u0938\u094D\u0935\u091A\u093E\u0932\u093F\u0924 \u0936\u092C\u094D\u0926 \u0930\u0948\u092A\u093F\u0902\u0917 \u091A\u093E\u0932\u0942 \u0915\u0930\u0947\u0902",sponsorLabel:"$1 \u0938\u0947 \u0936\u0941\u0930\u0942 \u0915\u0930\u0915\u0947 \u0915\u093F\u0938\u0940 \u0921\u0947\u0935\u0932\u092A\u0930 \u0915\u094B \u092A\u094D\u0930\u093E\u092F\u094B\u091C\u093F\u0924 \u0915\u0930\u0947\u0902",help:"\u092E\u0926\u0926",browserShortcutsNoteForFirefox:'\u092B\u093C\u093E\u092F\u0930\u092B\u093C\u0949\u0915\u094D\u0938 \u092C\u094D\u0930\u093E\u0909\u091C\u093C\u0930 \u092E\u0947\u0902 \u0936\u0949\u0930\u094D\u091F\u0915\u091F \u0915\u0941\u0902\u091C\u093F\u092F\u094B\u0902 \u0915\u094B \u0938\u0902\u0936\u094B\u0927\u093F\u0924 \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F, \u0906\u092A\u0915\u094B \u090F\u0915\u094D\u0938\u091F\u0947\u0902\u0936\u0928 \u092A\u094D\u0930\u092C\u0902\u0927\u0928 \u092A\u0943\u0937\u094D\u0920 `about:addons` \u0916\u094B\u0932\u0928\u093E \u0939\u094B\u0917\u093E, \u092B\u093F\u0930 "\u0938\u0947\u091F\u093F\u0902\u0917\u094D\u0938" \u092A\u0930 \u0915\u094D\u0932\u093F\u0915 \u0915\u0930\u0947\u0902, \u092B\u093F\u0930 \u0907\u0938\u0947 \u0938\u0947\u091F \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F "\u0936\u0949\u0930\u094D\u091F\u0915\u091F \u0915\u0941\u0902\u091C\u093F\u092F\u093E\u0901 \u092A\u094D\u0930\u092C\u0902\u0927\u093F\u0924 \u0915\u0930\u0947\u0902" \u092A\u0930 \u0915\u094D\u0932\u093F\u0915 \u0915\u0930\u0947\u0902\u0964',browserShortcutsNoteForChrome:"\u0915\u094D\u0930\u094B\u092E-\u091C\u0948\u0938\u0947 \u092C\u094D\u0930\u093E\u0909\u091C\u093C\u0930 \u092E\u0947\u0902 \u0936\u0949\u0930\u094D\u091F\u0915\u091F \u0915\u0941\u0902\u091C\u093F\u092F\u094B\u0902 \u0915\u094B \u0938\u0902\u0936\u094B\u0927\u093F\u0924 \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F, \u0906\u092A\u0915\u094B \u090F\u0915\u094D\u0938\u091F\u0947\u0902\u0936\u0928 \u092A\u094D\u0930\u092C\u0902\u0927\u0928 \u092A\u0943\u0937\u094D\u0920 \u0916\u094B\u0932\u0928\u093E \u0939\u094B\u0917\u093E, \u0907\u0938\u0947 `\u0936\u0949\u0930\u094D\u091F\u0915\u091F \u092A\u094D\u0930\u092C\u0902\u0927\u093F\u0924 \u0915\u0930\u0947\u0902` \u092A\u0948\u0928\u0932 (`\u0915\u094D\u0930\u094B\u092E://\u090F\u0915\u094D\u0938\u091F\u0947\u0902\u0936\u0928/\u0936\u0949\u0930\u094D\u091F\u0915\u091F`) \u092E\u0947\u0902 \u0938\u0947\u091F \u0915\u0930\u0928\u093E \u0939\u094B\u0917\u093E, \u0914\u0930 \u0938\u0940\u0927\u0947 \u091C\u093E\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u0928\u0940\u091A\u0947 \u0926\u093F\u090F \u0917\u090F \u092C\u091F\u0928 \u092A\u0930 \u0915\u094D\u0932\u093F\u0915 \u0915\u0930\u0928\u093E \u0939\u094B\u0917\u093E \u0936\u0949\u0930\u094D\u091F\u0915\u091F \u0915\u0941\u0902\u091C\u0940 \u092A\u094D\u0930\u092C\u0902\u0927\u0928 \u092A\u0943\u0937\u094D\u0920.",browserShortcutsSucks:"\u0915\u0938\u094D\u091F\u092E \u0936\u0949\u0930\u094D\u091F\u0915\u091F \u0915\u0941\u0902\u091C\u0940 \u092A\u094D\u0930\u093E\u0930\u0942\u092A \u0939\u0948 (\u0915\u094B\u0908 \u0938\u094D\u0935\u091A\u093E\u0932\u093F\u0924 \u092A\u0939\u091A\u093E\u0928 \u0928\u0939\u0940\u0902, \u0915\u0943\u092A\u092F\u093E \u0938\u0940\u0927\u0947 \u0926\u0930\u094D\u091C \u0915\u0930\u0947\u0902)\uFF1A",enableLineBreakDescription:"\u091A\u093E\u0932\u0942 \u0939\u094B\u0928\u0947 \u092A\u0930, \u092A\u0922\u093C\u0928\u0947 \u0915\u0940 \u0938\u0941\u0935\u093F\u0927\u093E \u0915\u0947 \u0932\u093F\u090F \u092A\u094D\u0930\u0924\u094D\u092F\u0947\u0915 \u0935\u093E\u0915\u094D\u092F \u0915\u0947 \u0905\u0902\u0924 \u092E\u0947\u0902 \u0932\u0902\u092C\u0947 \u092A\u0948\u0930\u093E\u0917\u094D\u0930\u093E\u092B \u092E\u0947\u0902 \u0932\u093E\u0907\u0928 \u092C\u094D\u0930\u0947\u0915 \u0921\u093E\u0932\u0947 \u091C\u093E\u090F\u0902\u0917\u0947\u0964","browser.shortBrandName":"\u0917\u0939\u0928 \u0905\u0928\u0941\u0935\u093E\u0926","browser.brandName":"\u0907\u092E\u0930\u094D\u0938\u093F\u0935 \u0905\u0928\u0941\u0935\u093E\u0926: \u0926\u094D\u0935\u093F\u092D\u093E\u0937\u0940 \u0935\u0947\u092C \u092A\u0947\u091C \u0905\u0928\u0941\u0935\u093E\u0926 \u0914\u0930 \u092A\u0940\u0921\u0940\u090F\u092B \u0926\u0938\u094D\u0924\u093E\u0935\u0947\u091C\u093C \u0905\u0928\u0941\u0935\u093E\u0926","browser.brandDescription":"Bilingual web page translation, also supports PDF translation, bilingual Epub eBook translation, free to use.","browser.toggleTranslatePage":"\u0935\u0947\u092C \u092A\u0947\u091C \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0947\u0902/\u092E\u0942\u0932 \u092A\u093E\u0920 \u0926\u093F\u0916\u093E\u090F\u0902","browser.toggleTranslateTheWholePage":"\u092A\u0943\u0937\u094D\u0920 \u0915\u0947 \u0938\u092D\u0940 \u0915\u094D\u0937\u0947\u0924\u094D\u0930\u094B\u0902 \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0947\u0902/\u092E\u0942\u0932 \u092A\u093E\u0920 \u092A\u094D\u0930\u0926\u0930\u094D\u0936\u093F\u0924 \u0915\u0930\u0947\u0902","browser.toggleOnlyTransation":"\u0926\u094D\u0935\u093F\u092D\u093E\u0937\u0940/\u0915\u0947\u0935\u0932 \u0905\u0928\u0941\u0935\u093E\u0926 \u092E\u094B\u0921 \u092A\u0930 \u0938\u094D\u0935\u093F\u091A \u0915\u0930\u0947\u0902","browser.toggleTranslateToThePageEndImmediately":"\u0924\u0941\u0930\u0902\u0924 \u092A\u0943\u0937\u094D\u0920 \u0915\u0947 \u0928\u0940\u091A\u0947 \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0947\u0902/\u092E\u0942\u0932 \u092A\u093E\u0920 \u0926\u093F\u0916\u093E\u090F\u0902","browser.toggleTranslateTheMainPage":"\u092A\u0943\u0937\u094D\u0920 \u0915\u0947 \u092E\u0941\u0916\u094D\u092F \u0915\u094D\u0937\u0947\u0924\u094D\u0930 \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0947\u0902/\u092E\u0942\u0932 \u092A\u093E\u0920 \u092A\u094D\u0930\u0926\u0930\u094D\u0936\u093F\u0924 \u0915\u0930\u0947\u0902","browser.shareToDraft":"\u0926\u094D\u0935\u093F\u092D\u093E\u0937\u0940 \u092A\u0943\u0937\u094D\u0920 \u0938\u093E\u091D\u093E \u0915\u0930\u0947\u0902","browser.openOptionsPage":"\u0938\u0947\u091F\u093F\u0902\u0917 \u092A\u0943\u0937\u094D\u0920 \u0916\u094B\u0932\u0947\u0902","browser.toggleTranslationMask":"\u0905\u0928\u0941\u0935\u093E\u0926 \u0927\u0941\u0902\u0927\u0932\u093E \u092A\u094D\u0930\u092D\u093E\u0935 \u0926\u093F\u0916\u093E\u090F\u0901/\u091B\u093F\u092A\u093E\u090F\u0901","browser.translateLocalPdfFile":"\u0938\u094D\u0925\u093E\u0928\u0940\u092F \u092A\u0940\u0921\u0940\u090F\u092B \u092B\u093E\u0907\u0932\u094B\u0902 \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0947\u0902","browser.openEbookViewer":"\u0938\u094D\u0925\u093E\u0928\u0940\u092F \u0908-\u092A\u0941\u0938\u094D\u0924\u0915\u0947\u0902 \u092A\u0922\u093C\u0947\u0902","browser.openEbookBuilder":"\u0926\u094D\u0935\u093F\u092D\u093E\u0937\u0940 EPUB \u0908-\u092A\u0941\u0938\u094D\u0924\u0915\u0947\u0902 \u092C\u0928\u093E\u090F\u0901","browser.translateLocalHtmlFile":"HTML/txt \u092B\u093C\u093E\u0907\u0932\u094B\u0902 \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0947\u0902","browser.donateContext":"\u092A\u094D\u0930\u093E\u092F\u094B\u091C\u0928 \u0932\u093E\u092D\u094B\u0902 \u0915\u0947 \u092C\u093E\u0930\u0947 \u092E\u0947\u0902 \u091C\u093E\u0928\u0947\u0902","browser.translateLocalSubtitleFile":"\u0938\u094D\u0925\u093E\u0928\u0940\u092F \u0909\u092A\u0936\u0940\u0930\u094D\u0937\u0915 \u092B\u093C\u093E\u0907\u0932\u094B\u0902 \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0947\u0902",confirmResetConfig:"\u0915\u094D\u092F\u093E \u0906\u092A \u0935\u093E\u0915\u0908 \u0905\u092A\u0928\u0940 \u0938\u0947\u091F\u093F\u0902\u0917\u094D\u0938 \u0930\u0940\u0938\u0947\u091F \u0915\u0930\u0928\u093E \u091A\u093E\u0939\u0924\u0947 \u0939\u0948\u0902?",translationLineBreakSettingTitle:"\u0905\u0928\u0941\u0935\u093E\u0926 \u092A\u0902\u0915\u094D\u0924\u093F \u0930\u0948\u092A\u093F\u0902\u0917 \u0938\u0947\u091F\u093F\u0902\u0917",smartLineBreak:"\u0938\u094D\u092E\u093E\u0930\u094D\u091F \u0932\u093E\u0907\u0928 \u0930\u0948\u092A\u093F\u0902\u0917",alwaysLineBreak:"\u0939\u092E\u0947\u0936\u093E \u0932\u092A\u0947\u091F\u094B",isShowContextMenu:"\u0905\u0928\u0941\u0935\u093E\u0926\u093F\u0924 \u0935\u0947\u092C \u092A\u0947\u091C \u0915\u094B \u0930\u093E\u0907\u091F-\u0915\u094D\u0932\u093F\u0915 \u092E\u0947\u0928\u0942 \u0906\u0907\u091F\u092E \u092E\u0947\u0902 \u091C\u094B\u0921\u093C\u0947\u0902",toggleBeta:"\u092C\u0940\u091F\u093E \u092A\u0930\u0940\u0915\u094D\u0937\u0923 \u0938\u0941\u0935\u093F\u0927\u093E\u090F\u0901 \u0938\u0915\u094D\u0937\u092E \u0915\u0930\u0947\u0902",betaDescription:"\u0909\u0928 \u0938\u0941\u0935\u093F\u0927\u093E\u0913\u0902 \u0915\u094B \u0938\u0915\u094D\u0937\u092E \u0915\u0930\u0947\u0902 \u091C\u094B \u0905\u092D\u0940 \u092D\u0940 \u092A\u094D\u0930\u092F\u094B\u0917\u093E\u0924\u094D\u092E\u0915 \u0939\u0948\u0902, \u0938\u093E\u0925 \u0939\u0940 \u092A\u0930\u0940\u0915\u094D\u0937\u0923 \u092E\u0947\u0902 \u0905\u0928\u0941\u0935\u093E\u0926 \u0938\u0947\u0935\u093E\u090F\u0902 \u092D\u0940 \u0938\u0915\u094D\u0937\u092E \u0915\u0930\u0947\u0902\u0964 <1>\u091F\u0947\u0932\u0940\u0917\u094D\u0930\u093E\u092E \u0938\u092E\u0942\u0939 \u0938\u0947 \u091C\u0941\u0921\u093C\u0947\u0902 \u0914\u0930 \u0905\u0927\u093F\u0915 \u091C\u093E\u0928\u0947\u0902\u0964",translationLineBreakSettingDescription:"\u0939\u092E\u0947\u0936\u093E \u0930\u0948\u092A \u0915\u092E \u0938\u093E\u092E\u0917\u094D\u0930\u0940 \u0935\u093E\u0932\u0947 \u0932\u0947\u0906\u0909\u091F \u0915\u0947 \u0932\u093F\u090F \u0909\u092A\u092F\u0941\u0915\u094D\u0924 \u0939\u094B\u0924\u093E \u0939\u0948 \u0914\u0930 \u0905\u0927\u093F\u0915 \u0938\u0941\u0935\u094D\u092F\u0935\u0938\u094D\u0925\u093F\u0924 \u0939\u094B\u0924\u093E \u0939\u0948\u0964 (\u0938\u094D\u0925\u093E\u0928 \u092C\u091A\u093E\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u092C\u0939\u0941\u0924 \u0938\u093E\u0930\u0940 \u0938\u093E\u092E\u0917\u094D\u0930\u0940 ({count}\u0938\u0947 \u0905\u0927\u093F\u0915 \u0905\u0915\u094D\u0937\u0930) \u0935\u093E\u0932\u0947 \u0932\u0902\u092C\u0947 \u092A\u0948\u0930\u093E\u0917\u094D\u0930\u093E\u092B \u092E\u0947\u0902 \u0938\u094D\u092E\u093E\u0930\u094D\u091F \u0932\u093E\u0907\u0928 \u092C\u094D\u0930\u0947\u0915 \u0915\u093E \u0909\u092A\u092F\u094B\u0917 \u0915\u0930\u0947\u0902)",tempTranslateDomainTitle:"\u0935\u0947\u092C\u0938\u093E\u0907\u091F \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u094B \u0905\u0938\u094D\u0925\u093E\u092F\u0940 \u0930\u0942\u092A \u0938\u0947 \u0915\u092C \u0924\u0915 \u0938\u0915\u094D\u0937\u092E \u0915\u0930\u0928\u093E \u0939\u0948",tempTranslateDomainDescription:"\u0915\u093F\u0938\u0940 \u0935\u0947\u092C \u092A\u0947\u091C \u0915\u093E \u092E\u0948\u0928\u094D\u092F\u0941\u0905\u0932 \u0930\u0942\u092A \u0938\u0947 \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0924\u0947 \u0938\u092E\u092F, \u0938\u094D\u0935\u091A\u093E\u0932\u093F\u0924 \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0947 \u0932\u093F\u090F \u0935\u0947\u092C\u0938\u093E\u0907\u091F \u0915\u094B \u0905\u0938\u094D\u0925\u093E\u092F\u0940 \u0930\u0942\u092A \u0938\u0947 \u091A\u093E\u0932\u0942 \u0915\u0930\u0947\u0902, \u0914\u0930 \u0906\u092A \u0905\u0938\u094D\u0925\u093E\u092F\u0940 \u0905\u0935\u0927\u093F \u0928\u093F\u0930\u094D\u0927\u093E\u0930\u093F\u0924 \u0915\u0930 \u0938\u0915\u0924\u0947 \u0939\u0948\u0902\u0964",xMinutes:"{count} \u092E\u093F\u0928\u091F",disabled:"\u0905\u0915\u094D\u0937\u092E \u0915\u0930\u0928\u093E",changelog:"\u0932\u0949\u0917 \u092C\u0926\u0932\u0947\u0902",toggleTranslatePageWhenThreeFingersOnTheScreen:"\u0935\u0947\u092C \u092A\u0947\u091C \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0928\u0947/\u092E\u0942\u0932 \u092A\u093E\u0920 \u092A\u094D\u0930\u0926\u0930\u094D\u0936\u093F\u0924 \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u090F\u0915 \u0939\u0940 \u0938\u092E\u092F \u092E\u0947\u0902 \u0915\u0908 \u0905\u0902\u0917\u0941\u0932\u093F\u092F\u094B\u0902 \u0938\u0947 \u0938\u094D\u0915\u094D\u0930\u0940\u0928 \u0915\u094B \u0938\u094D\u092A\u0930\u094D\u0936 \u0915\u0930\u0947\u0902",toggleTranslationMaskWhenThreeFingersOnTheScreen:"\u0905\u0928\u0941\u0935\u093E\u0926 \u0927\u0941\u0902\u0927\u0932\u093E \u092A\u094D\u0930\u092D\u093E\u0935 \u0926\u093F\u0916\u093E\u0928\u0947/\u091B\u093F\u092A\u093E\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u090F\u0915 \u0939\u0940 \u0938\u092E\u092F \u092E\u0947\u0902 \u0915\u0908 \u0905\u0902\u0917\u0941\u0932\u093F\u092F\u094B\u0902 \u0915\u094B \u0938\u094D\u092A\u0930\u094D\u0936 \u0915\u0930\u0947\u0902",fingerCountToToggleTranslagePageOnlyTranslationWhenTouching:"\u0935\u0947\u092C \u092A\u0947\u091C \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 (\u0915\u0947\u0935\u0932 \u0905\u0928\u0941\u0935\u093E\u0926)/\u092E\u0942\u0932 \u092A\u093E\u0920 \u092A\u094D\u0930\u0926\u0930\u094D\u0936\u093F\u0924 \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u090F\u0915 \u0939\u0940 \u0938\u092E\u092F \u092E\u0947\u0902 \u0915\u0908 \u0905\u0902\u0917\u0941\u0932\u093F\u092F\u094B\u0902 \u0938\u0947 \u0938\u094D\u0915\u094D\u0930\u0940\u0928 \u0915\u094B \u0938\u094D\u092A\u0930\u094D\u0936 \u0915\u0930\u0947\u0902",addUrlDescription:"\u092F\u0939 \u090F\u0915 \u0921\u094B\u092E\u0947\u0928 \u0928\u093E\u092E \u0939\u094B \u0938\u0915\u0924\u093E \u0939\u0948 \u0914\u0930 \u0935\u093E\u0907\u0932\u094D\u0921\u0915\u093E\u0930\u094D\u0921 \u0915\u093E \u0938\u092E\u0930\u094D\u0925\u0928 \u0915\u0930\u0924\u093E \u0939\u0948, \u091C\u0948\u0938\u0947\uFF1A*.google.com, google.com/mail/*, https://www.google.com/*",general:"\u092E\u0942\u0932 \u0938\u0947\u091F\u093F\u0902\u0917\u094D\u0938",clickToExpandConfig:"\u0935\u0930\u094D\u0924\u092E\u093E\u0928 \u0915\u0949\u0928\u094D\u092B\u093C\u093F\u0917\u0930\u0947\u0936\u0928 \u0915\u093E \u0935\u093F\u0938\u094D\u0924\u093E\u0930 \u0915\u0930\u0947\u0902",import:"\u092B\u093C\u093E\u0907\u0932 \u0938\u0947 \u0906\u092F\u093E\u0924 \u0915\u0930\u0947\u0902",export:"\u092B\u093C\u093E\u0907\u0932 \u092E\u0947\u0902 \u0928\u093F\u0930\u094D\u092F\u093E\u0924 \u0915\u0930\u0947\u0902",toggleDebug:"\u0915\u0902\u0938\u094B\u0932 \u092A\u0930 \u0921\u093F\u092C\u0917 \u0932\u0949\u0917 \u092A\u094D\u0930\u093F\u0902\u091F \u0915\u0930\u0947\u0902","fingers.0":"\u092C\u0902\u0926","fingers.2":"\u0926\u094B \u0909\u0902\u0917\u0932\u093F\u092F\u094B\u0902 \u0915\u093E \u0938\u094D\u092A\u0930\u094D\u0936","fingers.3":"\u0924\u0940\u0928 \u0909\u0902\u0917\u0932\u093F\u092F\u094B\u0902 \u0915\u093E \u0938\u094D\u092A\u0930\u094D\u0936","fingers.4":"\u091A\u093E\u0930 \u0905\u0902\u0917\u0941\u0932 \u0915\u093E \u0938\u094D\u092A\u0930\u094D\u0936","fingers.5":"\u092A\u093E\u0901\u091A \u0905\u0902\u0917\u0941\u0932 \u0915\u093E \u0938\u094D\u092A\u0930\u094D\u0936",mouseHoldKey:"+ {key} \u0907\u0938 \u0905\u0928\u0941\u091A\u094D\u091B\u0947\u0926 \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926/\u092A\u0941\u0928\u0930\u094D\u0938\u094D\u0925\u093E\u092A\u0928\u093E \u0915\u0930\u0947\u0902",mouseHoldKeyAuto:"\u0907\u0938 \u0905\u0928\u0941\u091A\u094D\u091B\u0947\u0926 \u0915\u093E \u0938\u0940\u0927\u0947 \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0947\u0902",mouseHoldKeyOff:"\u0915\u0941\u091B \u092E\u0924 \u0915\u0930\u094B",mouseHoldKeyOther:"\u0915\u0938\u094D\u091F\u092E \u0936\u0949\u0930\u094D\u091F\u0915\u091F \u0915\u0941\u0902\u091C\u093F\u092F\u093E\u0901 (\u0938\u0947\u091F\u093F\u0902\u0917\u094D\u0938 \u0916\u094B\u0932\u0947\u0902)",mouseHoldKeyCustomKey:"0\u0907\u0938 \u0905\u0928\u0941\u091A\u094D\u091B\u0947\u0926 \u0915\u093E {key} /\u092A\u0941\u0928\u0930\u094D\u0938\u094D\u0925\u093E\u092A\u0928\u093E \u0915\u0930\u0947\u0902",mouseHoverHoldKey:"\u092A\u0948\u0930\u093E\u0917\u094D\u0930\u093E\u092B \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u092E\u093E\u0909\u0938 \u0915\u094B \u0918\u0941\u092E\u093E\u090F\u0901 \u0914\u0930 \u0936\u0949\u0930\u094D\u091F\u0915\u091F \u0915\u0941\u0902\u091C\u0940 \u0926\u092C\u093E\u090F\u0901","mouse-translate":"\u092E\u093E\u0909\u0938 \u0915\u0947 \u090A\u092A\u0930",document:"\u0926\u0938\u094D\u0924\u093E\u0935\u0947\u091C\u093C",resetSuccess:"\u0938\u092D\u0940 \u0938\u0947\u091F\u093F\u0902\u0917\u094D\u0938 \u0938\u092B\u0932\u0924\u093E\u092A\u0942\u0930\u094D\u0935\u0915 \u0930\u0940\u0938\u0947\u091F \u0915\u0930\u0947\u0902",resetThisSuccess:"\u0930\u0940\u0938\u0947\u091F \u0938\u092B\u0932",saved:"\u0938\u092B\u0932\u0924\u093E\u092A\u0942\u0930\u094D\u0935\u0915 \u092C\u091A\u093E\u092F\u093E",successImportConfig:"\u0915\u0949\u0928\u094D\u092B\u093C\u093F\u0917\u0930\u0947\u0936\u0928 \u0938\u092B\u0932\u0924\u093E\u092A\u0942\u0930\u094D\u0935\u0915 \u0906\u092F\u093E\u0924 \u0915\u093F\u092F\u093E \u0917\u092F\u093E",goAdvancedSettings:"\u0909\u0928\u094D\u0928\u0924 \u0938\u0947\u091F\u093F\u0902\u0917 \u092A\u0943\u0937\u094D\u0920 \u092A\u0930 \u091C\u093E\u090F\u0901",goAdvancedInterfaceSettings:"\u0909\u0928\u094D\u0928\u0924 \u0905\u0928\u0941\u0915\u0942\u0932\u0928 \u0938\u0947\u091F\u093F\u0902\u0917 \u092A\u0943\u0937\u094D\u0920 \u092A\u0930 \u091C\u093E\u090F\u0901",advanced:"\u090F\u0921\u0935\u093E\u0902\u0938 \u0938\u0947\u091F\u093F\u0902\u0917",advancedDescription:"\u0906\u092E \u0924\u094C\u0930 \u092A\u0930, \u0915\u093F\u0938\u0940 \u0938\u0947\u091F\u093F\u0902\u0917 \u0915\u0940 \u0906\u0935\u0936\u094D\u092F\u0915\u0924\u093E \u0928\u0939\u0940\u0902 \u0939\u0948, \u092C\u0938 \u0921\u093F\u092B\u093C\u0949\u0932\u094D\u091F \u0930\u0916\u0947\u0902\u0964 \u0915\u0947\u0935\u0932 \u0905\u0927\u093F\u0915 \u092A\u0947\u0936\u0947\u0935\u0930 \u0909\u092A\u092F\u094B\u0917\u0915\u0930\u094D\u0924\u093E\u0913\u0902 \u0915\u0947 \u0932\u093F\u090F, \u0905\u0927\u093F\u0915 \u0935\u0948\u092F\u0915\u094D\u0924\u093F\u0915\u0943\u0924 \u0938\u0947\u091F\u093F\u0902\u0917\u094D\u0938 \u092A\u094D\u0930\u0926\u093E\u0928 \u0915\u0940 \u091C\u093E\u0924\u0940 \u0939\u0948\u0902\u0964",developer:"\u0921\u0947\u0935\u0932\u092A\u0930 \u0938\u0947\u091F\u093F\u0902\u0917\u094D\u0938",donateCafe:"\u0915\u0940\u092E\u0924","translate to the bottom of the page":"\u0935\u0947\u092C \u092A\u0947\u091C \u092E\u0947\u0902 \u092A\u094D\u0930\u0935\u0947\u0936 \u0915\u0930\u0928\u0947 \u0915\u0947 \u092C\u093E\u0926, \u0915\u094D\u092F\u093E \u0907\u0938\u0915\u093E \u0924\u0941\u0930\u0902\u0924 \u092A\u0943\u0937\u094D\u0920 \u0915\u0947 \u0928\u093F\u091A\u0932\u0947 \u092D\u093E\u0917 \u092E\u0947\u0902 \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u093F\u092F\u093E \u091C\u093E\u0924\u093E \u0939\u0948?",feedback:"\u092A\u094D\u0930\u0924\u093F\u0915\u094D\u0930\u093F\u092F\u093E",toggleTranslatePage:"\u0935\u0947\u092C \u092A\u0947\u091C \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0947\u0902/\u092E\u0942\u0932 \u092A\u093E\u0920 \u0926\u093F\u0916\u093E\u090F\u0902",translateToThePageEndImmediatelyDescription:"\u091A\u093E\u0932\u0942 \u0939\u094B\u0928\u0947 \u092A\u0930, \u0915\u093F\u0938\u0940 \u0935\u0947\u092C\u092A\u0947\u091C \u092E\u0947\u0902 \u092A\u094D\u0930\u0935\u0947\u0936 \u0915\u0930\u0928\u0947 \u092A\u0930 \u0938\u093E\u092E\u0917\u094D\u0930\u0940 \u0924\u0941\u0930\u0902\u0924 \u090A\u092A\u0930 \u0938\u0947 \u0928\u0940\u091A\u0947 \u0924\u0915 \u0905\u0928\u0941\u0935\u093E\u0926\u093F\u0924 \u0939\u094B \u091C\u093E\u090F\u0917\u0940\u0964 \u092F\u0926\u093F \u092C\u0902\u0926 \u0939\u0948, \u0924\u094B \u0906\u092A \u090F\u0915 \u0939\u0940 \u0938\u092E\u092F \u092E\u0947\u0902 \u092A\u0922\u093C \u0914\u0930 \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930 \u0938\u0915\u0924\u0947 \u0939\u0948\u0902\u0964 (\u091A\u093E\u0932\u0942 \u0915\u0930\u0928\u0947 \u0915\u0940 \u0905\u0928\u0941\u0936\u0902\u0938\u093E \u0928\u0939\u0940\u0902 \u0915\u0940 \u0917\u0908)","translate all areas of the page":"\u0935\u0947\u092C \u092A\u0947\u091C \u0915\u0947 \u0938\u092D\u0940 \u0915\u094D\u0937\u0947\u0924\u094D\u0930\u094B\u0902 \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0928\u093E \u0939\u0948 \u092F\u093E \u0928\u0939\u0940\u0902",translationAreaDescription:"\u091A\u093E\u0932\u0942 \u0939\u094B\u0928\u0947 \u092A\u0930, \u0938\u0902\u092A\u0942\u0930\u094D\u0923 \u0935\u0947\u092C \u092A\u0947\u091C \u0915\u0947 \u0938\u092D\u0940 \u0915\u094D\u0937\u0947\u0924\u094D\u0930\u094B\u0902 \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u093F\u092F\u093E \u091C\u093E\u090F\u0917\u093E\u0964 \u092F\u0926\u093F \u092C\u0902\u0926 \u0915\u093F\u092F\u093E \u091C\u093E\u0924\u093E \u0939\u0948, \u0924\u094B \u0921\u093F\u092B\u093C\u0949\u0932\u094D\u091F \u0938\u094D\u092E\u093E\u0930\u094D\u091F \u092A\u0939\u091A\u093E\u0928 \u0915\u093E \u0909\u092A\u092F\u094B\u0917 \u0915\u093F\u092F\u093E \u091C\u093E\u0924\u093E \u0939\u0948 \u0914\u0930 \u0915\u0947\u0935\u0932 \u092E\u0941\u0916\u094D\u092F \u0915\u094D\u0937\u0947\u0924\u094D\u0930 \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u093F\u092F\u093E \u091C\u093E\u0924\u093E \u0939\u0948\u0964 (\u091A\u093E\u0932\u0942 \u0915\u0930\u0928\u0947 \u0915\u0940 \u0905\u0928\u0941\u0936\u0902\u0938\u093E \u0928\u0939\u0940\u0902 \u0915\u0940 \u0917\u0908)","the number of characters to be translated first":"\u0926\u0943\u0936\u094D\u092F \u0915\u094D\u0937\u0947\u0924\u094D\u0930 \u0924\u0915 \u0938\u094D\u0915\u094D\u0930\u0949\u0932 \u0915\u0930\u0928\u0947 \u0915\u0940 \u092A\u094D\u0930\u0924\u0940\u0915\u094D\u0937\u093E \u0915\u093F\u090F \u092C\u093F\u0928\u093E \u092A\u0943\u0937\u094D\u0920 \u0915\u0947 \u092A\u0939\u0932\u0947 \u0915\u0941\u091B \u0935\u0930\u094D\u0923\u094B\u0902 \u0915\u093E \u0938\u0940\u0927\u0947 \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0947\u0902","interface language":"\u0907\u0902\u091F\u0930\u092B\u093C\u0947\u0938 \u092D\u093E\u0937\u093E","display both the original text and the translation":"\u092E\u0942\u0932 \u092A\u093E\u0920 \u0914\u0930 \u0905\u0928\u0941\u0935\u093E\u0926 \u090F\u0915 \u0938\u093E\u0925 \u092A\u094D\u0930\u0926\u0930\u094D\u0936\u093F\u0924 \u0915\u0930\u0947\u0902","keyboard shortcuts":"\u0915\u0941\u0902\u091C\u0940\u092A\u091F\u0932 \u0905\u0932\u094D\u092A \u092E\u093E\u0930\u094D\u0917",modify:"\u0936\u0949\u0930\u094D\u091F\u0915\u091F \u0915\u0941\u0902\u091C\u093F\u092F\u093E\u0901 \u0938\u0902\u0936\u094B\u0927\u093F\u0924 \u0915\u0930\u0947\u0902",reset:"\u0930\u0940\u0938\u0947\u091F",close:"\u092C\u0902\u0926",homepage:"\u0939\u094B\u092E \u092A\u0947\u091C",more:"\u0905\u0927\u093F\u0915",moreOptions:"\u0905\u0927\u093F\u0915 \u0905\u0928\u0941\u0915\u0942\u0932\u0928 \u0935\u093F\u0915\u0932\u094D\u092A\u094B\u0902 \u0915\u093E \u0935\u093F\u0938\u094D\u0924\u093E\u0930 \u0915\u0930\u0947\u0902",translateTheWholePage:"\u092A\u0943\u0937\u094D\u0920 \u0915\u0947 \u0938\u092D\u0940 \u0915\u094D\u0937\u0947\u0924\u094D\u0930\u094B\u0902 \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0947\u0902 (\u092C\u0941\u0926\u094D\u0927\u093F\u092E\u093E\u0928 \u092A\u0939\u091A\u093E\u0928 \u0915\u0947 \u092E\u0941\u0916\u094D\u092F \u0915\u094D\u0937\u0947\u0924\u094D\u0930\u094B\u0902 \u0938\u0947 \u092D\u093F\u0928\u094D\u0928)",changeToTranslateTheWholePage:"\u0938\u092D\u0940 \u0915\u094D\u0937\u0947\u0924\u094D\u0930\u094B\u0902 \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u0938\u094D\u0935\u093F\u091A \u0915\u0930\u0947\u0902",changeToTranslateTheMainPage:"\u0905\u0928\u0941\u0935\u093E\u0926 \u092E\u0941\u0916\u094D\u092F \u0915\u094D\u0937\u0947\u0924\u094D\u0930 \u092A\u0930 \u0938\u094D\u0935\u093F\u091A \u0915\u0930\u0947\u0902",changeToOnlyTranslationMode:"\u0915\u0947\u0935\u0932 \u0905\u0928\u0941\u0935\u093E\u0926 \u0926\u093F\u0916\u093E\u0928\u0947 \u092A\u0930 \u0938\u094D\u0935\u093F\u091A \u0915\u0930\u0947\u0902",changeToDualTranslationMode:"\u0926\u094D\u0935\u093F\u092D\u093E\u0937\u0940 \u0905\u0928\u0941\u0935\u093E\u0926 \u092A\u0930 \u0938\u094D\u0935\u093F\u091A \u0915\u0930\u0947\u0902",translateToThePageEndImmediately:"\u0924\u0941\u0930\u0902\u0924 \u092A\u0943\u0937\u094D\u0920 \u0915\u0947 \u0928\u0940\u091A\u0947 \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0947\u0902",translateTheMainPage:"\u092C\u0941\u0926\u094D\u0927\u093F\u092E\u093E\u0928 \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0947 \u092E\u0941\u0916\u094D\u092F \u0915\u094D\u0937\u0947\u0924\u094D\u0930","The local rules are up to date":"\u0938\u094D\u0925\u093E\u0928\u0940\u092F \u0905\u0928\u0941\u0915\u0942\u0932\u0928 \u0928\u093F\u092F\u092E \u0905\u0926\u094D\u092F\u0924\u093F\u0924 \u0939\u0948\u0902:","Successfully synchronized with the latest official rules:":"\u0928\u0935\u0940\u0928\u0924\u092E \u0906\u0927\u093F\u0915\u093E\u0930\u093F\u0915 \u0905\u0928\u0941\u0915\u0942\u0932\u0928 \u0928\u093F\u092F\u092E\u094B\u0902 \u0915\u094B \u0938\u092B\u0932\u0924\u093E\u092A\u0942\u0930\u094D\u0935\u0915 \u0938\u093F\u0902\u0915\u094D\u0930\u0928\u093E\u0907\u091C\u093C \u0915\u093F\u092F\u093E \u0917\u092F\u093E:","Checking for updates":"\u0905\u092A\u0921\u0947\u091F \u0915\u0947 \u0932\u093F\u090F \u091C\u093E\u0902\u091A \u0915\u0930 \u0930\u0939\u093E \u0939\u0948","Rules are being synchronized":"\u0905\u0928\u0941\u0915\u0942\u0932\u0928 \u0928\u093F\u092F\u092E\u094B\u0902 \u0915\u094B \u0938\u093F\u0902\u0915\u094D\u0930\u0928\u093E\u0907\u091C\u093C \u0915\u0930\u0928\u093E",localVersionIsTooOld:"\u0938\u094D\u0925\u093E\u0928\u0940\u092F \u090F\u0915\u094D\u0938\u091F\u0947\u0902\u0936\u0928 \u0938\u0902\u0938\u094D\u0915\u0930\u0923 \u092C\u0939\u0941\u0924 \u092A\u0941\u0930\u093E\u0928\u093E \u0939\u0948\u0964 \u0915\u0943\u092A\u092F\u093E \u090F\u0915\u094D\u0938\u091F\u0947\u0902\u0936\u0928 {minVersion} \u092F\u093E \u0928\u090F \u0938\u0902\u0938\u094D\u0915\u0930\u0923 \u092E\u0947\u0902 \u0905\u092A\u0917\u094D\u0930\u0947\u0921 \u0915\u0930\u0947\u0902 \u0914\u0930 \u092B\u093F\u0930 \u0938\u0947 \u0938\u093F\u0902\u0915\u094D\u0930\u0928\u093E\u0907\u091C\u093C\u0947\u0936\u0928 \u0915\u093E \u092A\u094D\u0930\u092F\u093E\u0938 \u0915\u0930\u0947\u0902\u0964",badUserscriptBrowser:"\u0935\u0930\u094D\u0924\u092E\u093E\u0928 \u092C\u094D\u0930\u093E\u0909\u091C\u093C\u0930 \u0917\u094D\u0930\u0940\u0938 \u092E\u0902\u0915\u0940 \u090F\u0915\u094D\u0938\u091F\u0947\u0902\u0936\u0928 \u0907\u0902\u091F\u0930\u092B\u093C\u0947\u0938 \u0915\u094B \u0938\u0939\u0940 \u0922\u0902\u0917 \u0938\u0947 \u0915\u093E\u0930\u094D\u092F\u093E\u0928\u094D\u0935\u093F\u0924 \u0928\u0939\u0940\u0902 \u0915\u0930\u0924\u093E \u0939\u0948 (\u091C\u0948\u0938\u0947 \u0915\u093F \u0917\u094D\u0930\u0940\u0938 \u092E\u0902\u0915\u0940 \u0938\u094D\u0915\u094D\u0930\u093F\u092A\u094D\u091F \u0915\u0940 \u0938\u0902\u0938\u094D\u0915\u0930\u0923 \u0938\u0902\u0916\u094D\u092F\u093E \u0915\u0940 \u091C\u093E\u0928\u0915\u093E\u0930\u0940 \u092A\u094D\u0930\u093E\u092A\u094D\u0924 \u0915\u0930\u0928\u093E), \u0915\u0943\u092A\u092F\u093E \u0905\u0928\u094D\u092F <1> \u0938\u092E\u0930\u094D\u0925\u0928 \u0917\u094D\u0930\u0940\u0938 \u092E\u0902\u0915\u0940 \u090F\u0915\u094D\u0938\u091F\u0947\u0902\u0936\u0928 \u0915\u093E \u0909\u092A\u092F\u094B\u0917 \u0915\u0930\u0947\u0902 \u092B\u093C\u093E\u092F\u0930\u092B\u093C\u0949\u0915\u094D\u0938 \u091C\u0948\u0938\u0947 \u092C\u094D\u0930\u093E\u0909\u091C\u093C\u0930",foundNewVersion:"\u0928\u092F\u093E \u0938\u0902\u0938\u094D\u0915\u0930\u0923 \u092E\u093F\u0932\u093E",theLocalExtensionIsUpToUpdate:"\u0935\u0930\u094D\u0924\u092E\u093E\u0928 \u090F\u0915\u094D\u0938\u091F\u0947\u0902\u0936\u0928 \u0928\u0935\u0940\u0928\u0924\u092E \u0938\u0902\u0938\u094D\u0915\u0930\u0923 \u0939\u0948.",failToSyncRules:"\u0928\u0935\u0940\u0928\u0924\u092E \u0905\u0928\u0941\u0915\u0942\u0932\u0928 \u0928\u093F\u092F\u092E\u094B\u0902 \u0915\u094B \u0938\u093F\u0902\u0915\u094D\u0930\u0928\u093E\u0907\u091C\u093C \u0915\u0930\u0928\u0947 \u092E\u0947\u0902 \u0935\u093F\u092B\u0932",retry:"\u092A\u0941\u0928\u0903 \u092A\u094D\u0930\u092F\u093E\u0938 \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u092F\u0939\u093E\u0902 \u092A\u0930 \u0915\u094D\u0932\u093F\u0915 \u0915\u0930\u0947\u0902",failedReason:"\u0905\u0938\u092B\u0932\u0924\u093E \u0915\u093E \u0915\u093E\u0930\u0923",currentRuleVersion:"\u0935\u0930\u094D\u0924\u092E\u093E\u0928 \u0928\u093F\u092F\u092E \u0938\u0902\u0938\u094D\u0915\u0930\u0923",calculating:"\u0917\u093F\u0928\u093E \u091C\u093E \u0930\u0939\u093E \u0939\u0948",unknownError:"\u0905\u091C\u094D\u091E\u093E\u0924 \u0917\u0932\u0924\u0940",canNotFetchRemoteRule:"\u0926\u0942\u0930\u0938\u094D\u0925 \u0928\u093F\u092F\u092E \u092A\u094D\u0930\u093E\u092A\u094D\u0924 \u0915\u0930\u0928\u0947 \u092E\u0947\u0902 \u0905\u0938\u092E\u0930\u094D\u0925",enableAlphaSuccess:"\u0905\u0932\u094D\u092B\u093C\u093E \u092B\u093C\u0902\u0915\u094D\u0936\u0928 \u091A\u093E\u0932\u0942 \u0939\u0941\u0906",disableAlphaSuccess:"\u0905\u0932\u094D\u092B\u093C\u093E \u0938\u0941\u0935\u093F\u0927\u093E \u092C\u0902\u0926 \u0915\u0930 \u0926\u0940 \u0917\u0908",cacheSize:"\u0915\u0948\u0936 \u0906\u0915\u093E\u0930\uFF1A",cleaning:"\u0938\u092B\u093E\u0908",cleanCache:"\u0915\u0948\u0936 \u0915\u094B \u0938\u093E\u092B\u093C \u0915\u0930\u0947\u0902",options:"\u0938\u094D\u0925\u093E\u092A\u093F\u0924 \u0915\u0930\u0928\u093E",about:"\u0915\u0947 \u092C\u093E\u0930\u0947 \u092E\u0947\u0902",service:"\u0905\u0928\u0941\u0935\u093E\u0926\u0928 \u0938\u0947\u0935\u093E",needAction:"(\u0938\u0947\u091F\u093F\u0902\u0917\u094D\u0938 \u092E\u0947\u0902 \u091C\u093E\u0913)",goSettings:"\u0938\u0947\u091F\u093F\u0902\u0917\u094D\u0938 \u092E\u0947\u0902 \u091C\u093E\u0913",needActionForOptions:"(\u0938\u0947\u091F \u0915\u0930\u0928\u0947 \u0915\u0940 \u0906\u0935\u0936\u094D\u092F\u0915\u0924\u093E \u0939\u0948)",translationEngine:"\u0907\u0902\u091C\u0928 \u0935\u093F\u0915\u0932\u094D\u092A",sourceLanguage:"\u0935\u093E\u0938\u094D\u0924\u0935\u093F\u0915 \u092D\u093E\u0937\u093E",target:"\u0932\u0915\u094D\u0937\u094D\u092F \u092D\u093E\u0937\u093E",popupSourceLanguage:"\u0935\u093E\u0938\u094D\u0924\u0935\u093F\u0915 \u092D\u093E\u0937\u093E",popupTarget:"\u0932\u0915\u094D\u0937\u094D\u092F \u092D\u093E\u0937\u093E",popupService:"\u0905\u0928\u0941\u0935\u093E\u0926\u0928 \u0938\u0947\u0935\u093E",forThisSite:"\u0935\u0930\u094D\u0924\u092E\u093E\u0928 \u0935\u0947\u092C\u0938\u093E\u0907\u091F",autoEnableSubtitle:"\u0926\u094D\u0935\u093F\u092D\u093E\u0937\u0940 \u0909\u092A\u0936\u0940\u0930\u094D\u0937\u0915 \u0938\u094D\u0935\u091A\u093E\u0932\u093F\u0924 \u0930\u0942\u092A \u0938\u0947 \u091A\u093E\u0932\u0942 \u0915\u0930\u0947\u0902",alwaysTranslate:"\u0939\u092E\u0947\u0936\u093E \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0947\u0902",neverTranslate:"\u0915\u092D\u0940 \u092D\u0940 \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0928 \u0915\u0930\u0947\u0902",alwaysTranslateSomeLanguage:"\u0939\u092E\u0947\u0936\u093E {language}\u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0947\u0902",neverTranslateSomeLanguage:"\u0915\u092D\u0940 \u092D\u0940 {language}\u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0928 \u0915\u0930\u0947\u0902",alwaysTranslateSomeSite:"\u0939\u092E\u0947\u0936\u093E {hostname}\u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0947\u0902",neverTranslateSomeSite:"\u0915\u092D\u0940 \u092D\u0940 {hostname}\u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0928 \u0915\u0930\u0947\u0902",alwaysTranslateSomeSiteOrWildSite:"\u0939\u092E\u0947\u0936\u093E \u0907\u0938 \u0938\u093E\u0907\u091F \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0947\u0902",alwaysTranslateSomePage:"\u0939\u092E\u0947\u0936\u093E \u0907\u0938 \u092A\u0943\u0937\u094D\u0920 \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0947\u0902",add:"\u0907\u0938\u092E\u0947\u0902 \u091C\u094B\u0921\u093C\u0947\u0902",default:"\u0917\u0932\u0924\u0940 \u0915\u0930\u0928\u093E",forThisLanguage:"\u0907\u0938 \u092D\u093E\u0937\u093E \u0915\u0947 \u0932\u093F\u090F\uFF1A","add url":"\u092F\u0942 \u0906\u0930 \u090F\u0932 \u0926\u0930\u094D\u091C \u0915\u0930\u094B",edit:"\u0938\u0902\u092A\u093E\u0926\u0928 \u0915\u0930\u0928\u093E","translate other languages into specific language":"\u0906\u092A\u0915\u0947 \u0926\u094D\u0935\u093E\u0930\u093E \u0928\u093F\u0930\u094D\u0927\u093E\u0930\u093F\u0924 \u092D\u093E\u0937\u093E \u092E\u0947\u0902 \u0905\u0928\u094D\u092F \u092D\u093E\u0937\u093E\u0913\u0902 \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0947\u0902","select translation service":"\u090F\u0915 \u0905\u0928\u0941\u0935\u093E\u0926 \u0938\u0947\u0935\u093E \u091A\u0941\u0928\u0947\u0902",language:"\u092D\u093E\u0937\u093E","show-original":"\u092E\u0942\u0932 \u092A\u093E\u0920 \u0926\u093F\u0916\u093E\u090F\u0901",translate:"\u0905\u0928\u0941\u0935\u093E\u0926",Translated:"\u0905\u0928\u0941\u0935\u093E\u0926",Translating:"\u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0928\u093E",Error:"\u0917\u0932\u0924\u0940",allowCacheTranslations:"\u0938\u094D\u0925\u093E\u0928\u0940\u092F \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0948\u0936\u093F\u0902\u0917 \u0938\u0915\u094D\u0937\u092E \u0915\u0930\u0947\u0902 (\u0921\u0941\u092A\u094D\u0932\u093F\u0915\u0947\u091F \u092A\u0948\u0930\u093E\u0917\u094D\u0930\u093E\u092B \u0915\u0947 \u0932\u093F\u090F \u0905\u0928\u0941\u0935\u093E\u0926 \u0905\u0928\u0941\u0930\u094B\u0927\u094B\u0902 \u0915\u094B \u0915\u092E \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F)","translation display":"\u0905\u0928\u0941\u0935\u093E\u0926 \u092A\u094D\u0930\u0926\u0930\u094D\u0936\u0928 \u0936\u0948\u0932\u0940","select diplay style":"\u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0940 \u0936\u0948\u0932\u0940 \u0915\u094B \u0905\u0932\u0917 \u0915\u0930\u0947\u0902\u0964 \u0935\u093F\u0935\u0930\u0923 \u0915\u0947 \u0932\u093F\u090F \u0915\u0943\u092A\u092F\u093E \u0928\u093F\u092E\u094D\u0928\u0932\u093F\u0916\u093F\u0924 \u0909\u0926\u093E\u0939\u0930\u0923 \u0926\u0947\u0916\u0947\u0902:",interface:"\u0907\u0902\u091F\u0930\u092B\u093C\u0947\u0938 \u0938\u0947\u091F\u093F\u0902\u0917\u094D\u0938",import_export:"\u0906\u092F\u093E\u0924 \u0914\u0930 \u0928\u093F\u0930\u094D\u092F\u093E\u0924",import_export_title:"\u0906\u092F\u093E\u0924/\u0928\u093F\u0930\u094D\u092F\u093E\u0924 \u0915\u0949\u0928\u094D\u092B\u093C\u093F\u0917\u0930\u0947\u0936\u0928",syncToGoogleDrive:"\u0905\u092D\u0940 Google Drive \u0915\u0947 \u0938\u093E\u0925 \u0938\u093F\u0902\u0915 \u0915\u0930\u0947\u0902",floatBallOptions:"\u0928\u093F\u0932\u0902\u092C\u093F\u0924 \u0917\u0947\u0902\u0926 \u0938\u0947\u091F\u093F\u0902\u0917\u094D\u0938","floatBallOptions.enable":"\u092B\u094D\u0932\u094B\u091F\u093F\u0902\u0917 \u092C\u0949\u0932 \u0938\u0915\u094D\u0937\u092E \u0915\u0930\u0947\u0902","floatBallOptions.blockUrls":"\u0935\u0947\u092C\u0938\u093E\u0907\u091F \u0905\u0915\u094D\u0937\u092E \u0915\u0930\u0947\u0902","floatBallOptions.add":"\u0907\u0938\u092E\u0947\u0902 \u091C\u094B\u0921\u093C\u0947\u0902","floatBallOptions.blockUrlDesc":"\u0928\u093F\u092E\u094D\u0928\u0932\u093F\u0916\u093F\u0924 \u0935\u0947\u092C\u0938\u093E\u0907\u091F\u094B\u0902 \u0915\u093E \u0938\u093E\u092E\u0928\u093E \u0915\u0930\u0928\u0947 \u092A\u0930 \u092B\u094D\u0932\u094B\u091F\u093F\u0902\u0917 \u092C\u0949\u0932 \u092A\u094D\u0930\u0926\u0930\u094D\u0936\u093F\u0924 \u0928\u0939\u0940\u0902 \u0939\u094B\u0917\u0940","floatBallOptions.clickType":"\u0935\u094D\u092F\u0935\u0939\u093E\u0930 \u092A\u0930 \u0915\u094D\u0932\u093F\u0915 \u0915\u0930\u0947\u0902","floatBallOptions.clickTypeDesc":"\u0915\u094D\u0932\u093F\u0915 \u0915\u0930\u0928\u0947 \u092A\u0930 \u092B\u094D\u0932\u094B\u091F\u093F\u0902\u0917 \u092C\u0949\u0932 \u0906\u0907\u0915\u0928 \u0915\u093E \u0935\u094D\u092F\u0935\u0939\u093E\u0930","floatBallOptions.clickPopup":"\u0905\u0928\u0941\u0935\u093E\u0926 \u092A\u0948\u0928\u0932 \u0926\u093F\u0916\u093E\u090F\u0901","floatBallOptions.clickTranslate":"\u092E\u0942\u0932 \u092A\u093E\u0920 \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0947\u0902/\u0926\u093F\u0916\u093E\u090F\u0901","floatBallOptions.fixedPosition":"\u56FA\u5B9A\u4F4D\u7F6E","floatBallOptions.fixedPositionDesc":"\u60AC\u6D6E\u7403\u5728\u7A97\u53E3\u5DE6\u4FA7\u8FD8\u662F\u53F3\u4FA7","floatBallOptions.fixedPositionLeft":"\u5DE6\u4FA7","floatBallOptions.fixedPositionRight":"\u53F3\u4FA7",previewAllThemes:"\u0938\u092D\u0940 \u0936\u0948\u0932\u093F\u092F\u094B\u0902 \u0915\u093E \u092A\u0942\u0930\u094D\u0935\u093E\u0935\u0932\u094B\u0915\u0928 \u0915\u0930\u0947\u0902","translationTheme.none":"\u0915\u094B\u0908 \u0928\u0939\u0940\u0902","translationTheme.grey":"\u0917\u0939\u0930\u093E \u092D\u0942\u0930\u093E","translationTheme.dashed":"\u0927\u0930\u093E\u0936\u093E\u092F\u0940 \u0930\u0947\u0916\u093E\u0902\u0915\u093F\u0924","translationTheme.dotted":"\u092C\u093F\u0902\u0926\u0940\u0926\u093E\u0930 \u0930\u0947\u0916\u093E\u0902\u0915\u0928","translationTheme.dashedBorder":"\u0927\u0930\u093E\u0936\u093E\u092F\u0940 \u0938\u0940\u092E\u093E","translationTheme.solidBorder":"\u0920\u094B\u0938 \u0938\u0940\u092E\u093E","translationTheme.underline":"\u0938\u0940\u0927\u0947 \u0930\u0947\u0916\u093E\u0902\u0915\u093F\u0924 \u0915\u0930\u0947\u0902","translationTheme.mask":"\u0927\u0941\u0902\u0927\u0932\u093E \u092A\u094D\u0930\u092D\u093E\u0935 (\u0938\u0940\u0916\u0928\u0947 \u0915\u093E \u0924\u0930\u0940\u0915\u093E)","translationTheme.opacity":"\u092A\u093E\u0930\u0926\u0930\u094D\u0936\u093F\u0924\u093E \u092A\u094D\u0930\u092D\u093E\u0935","translationTheme.paper":"\u0936\u094D\u0935\u0947\u0924 \u092A\u0924\u094D\u0930 \u091B\u093E\u092F\u093E \u092A\u094D\u0930\u092D\u093E\u0935","translationTheme.dividingLine":"\u0935\u093F\u092D\u093E\u091C\u0928 \u0930\u0947\u0916\u093E","translationTheme.highlight":"\u092A\u094D\u0930\u092E\u0941\u0916\u0924\u093E \u0938\u0947 \u0926\u093F\u0916\u093E\u0928\u093E","translationTheme.marker":"\u0928\u093F\u0936\u093E\u0928","translationTheme.marker2":"\u092E\u093E\u0930\u094D\u0915\u0930 2","translationTheme.blockquote":"\u0938\u0902\u0926\u0930\u094D\u092D \u0936\u0948\u0932\u0940","translationTheme.weakening":"\u0915\u092E\u091C\u094B\u0930","translationTheme.italic":"\u0924\u093F\u0930\u094D\u091B\u093E","translationTheme.bold":"\u092C\u094B\u0932\u094D\u0921","translationTheme.thinDashed":"\u092A\u0924\u0932\u0940 \u0927\u0930\u093E\u0936\u093E\u092F\u0940 \u0930\u0947\u0916\u093E\u0902\u0915\u0928","translationTheme.nativeDashed":"\u0938\u093F\u0938\u094D\u091F\u092E \u092C\u093F\u0902\u0926\u0940\u0926\u093E\u0930 \u0905\u0902\u0921\u0930\u0932\u093E\u0907\u0928 \u0915\u0947 \u0938\u093E\u0925 \u0906\u0924\u093E \u0939\u0948","translationTheme.nativeDotted":"\u0938\u093F\u0938\u094D\u091F\u092E \u092C\u093F\u0902\u0926\u0940\u0926\u093E\u0930 \u0905\u0902\u0921\u0930\u0932\u093E\u0907\u0928 \u0915\u0947 \u0938\u093E\u0925 \u0906\u0924\u093E \u0939\u0948","translationTheme.nativeUnderline":"\u0938\u093F\u0938\u094D\u091F\u092E \u0938\u0940\u0927\u0947 \u0905\u0902\u0921\u0930\u0932\u093E\u0907\u0928 \u0915\u0947 \u0938\u093E\u0925 \u0906\u0924\u093E \u0939\u0948","translationTheme.wavy":"\u0932\u0939\u0930\u0926\u093E\u0930 \u0930\u0947\u0916\u093E\u090F\u0901","translationServices.custom":"\u0915\u0938\u094D\u091F\u092E \u090F\u092A\u0940\u0906\u0908","translationServices.tencent":"\u091F\u0947\u0928\u0938\u0947\u0902\u091F \u0905\u0928\u0941\u0935\u093E\u0926\u0915","translationServices.tenAlpha":"Tencent \u0905\u0928\u0941\u0935\u093E\u0926\u0915 (\u0905\u0932\u094D\u092B\u093E)","translationServices.google":"\u0917\u0942\u0917\u0932 \u0905\u0928\u0941\u0935\u093E\u0926","translationServices.bai":"Baidu(\u0905\u0932\u094D\u092B\u093E)","translationServices.baidu":"Baidu \u0905\u0928\u0941\u0935\u093E\u0926\u0915","translationServices.aliyun":"\u0905\u0932\u0940\u092C\u093E\u092C\u093E \u0915\u094D\u0932\u093E\u0909\u0921 \u0905\u0928\u0941\u0935\u093E\u0926","translationServices.volc":"\u091C\u094D\u0935\u093E\u0932\u093E\u092E\u0941\u0916\u0940 \u0905\u0928\u0941\u0935\u093E\u0926","translationServices.deeplx":"\u0921\u0940\u092A\u090F\u0932\u090F\u0915\u094D\u0938(\u092C\u0940\u091F\u093E)","translationServices.bing":"\u092E\u093E\u0907\u0915\u094D\u0930\u094B\u0938\u0949\u092B\u094D\u091F \u0905\u0928\u0941\u0935\u093E\u0926\u0915","translationServices.deepl":"\u0921\u0940\u092A\u090F\u0932","translationServices.wechat":"\u0935\u0940\u091A\u0948\u091F \u0905\u0928\u0941\u0935\u093E\u0926","translationServices.azure":"\u0928\u0940\u0932\u093E \u0905\u0928\u0941\u0935\u093E\u0926","translationServices.ibm":"\u0906\u0908\u092C\u0940\u090F\u092E \u0935\u0949\u091F\u0938\u0928","translationServices.aws":"\u0905\u092E\u0947\u091C\u093C\u0928 \u0905\u0928\u0941\u0935\u093E\u0926","translationServices.mock":"\u0905\u0928\u0941\u0930\u0942\u092A\u093F\u0924 \u0905\u0928\u0941\u0935\u093E\u0926","translationServices.mock2":"\u0938\u093F\u092E\u094D\u092F\u0941\u0932\u0947\u091F\u0947\u0921 \u0905\u0928\u0941\u0935\u093E\u0926 2","translationServices.caiyun":"\u0915\u0948\u092F\u0941\u0928 \u0936\u093F\u092F\u093E\u0913\u092F\u0940","translationServices.cai":"\u0915\u0948\u092F\u0941\u0928 \u0936\u093F\u092F\u093E\u0913\u092F\u0940 (\u0905\u0932\u094D\u092B\u093E)","translationServices.volcAlpha":"\u091C\u094D\u0935\u093E\u0932\u093E\u092E\u0941\u0916\u0940 (\u0905\u0932\u094D\u092B\u093E)","translationServices.openl":"\u0913\u092A\u0928\u090F\u0932","translationServices.youdao":"Youdao \u0905\u0928\u0941\u0935\u093E\u0926","translationServices.you":"Youdao \u0905\u0928\u0941\u0935\u093E\u0926 (\u0905\u0932\u094D\u092B\u093E)","translationServices.transmart":"Tencent \u0907\u0902\u091F\u0930\u0948\u0915\u094D\u091F\u093F\u0935 \u0905\u0928\u0941\u0935\u093E\u0926","translationServices.niu":"\u092E\u093E\u0935\u0947\u0930\u093F\u0915\u094D\u0938 \u0905\u0928\u0941\u0935\u093E\u0926","translationServices.papago":"\u092A\u093E\u092A\u093E\u0917\u094B \u0905\u0928\u0941\u0935\u093E\u0926","translationServices.d":"\u0921\u0940(\u0905\u0932\u094D\u092B\u093E)","translationServices.dpro":"\u0921\u0940 \u092A\u094D\u0930\u094B (\u0915\u0948\u0928\u0930\u0940)","translationServices.openai":"\u0913\u092A\u0928\u090F\u0906\u0908","translationServices.chatgpt":"\u091A\u0948\u091F\u091C\u0940\u092A\u0940\u091F\u0940 \u0935\u0947\u092C(3.5 \u092E\u094B\u092C\u093E\u0907\u0932)","translate title":"\u092A\u0943\u0937\u094D\u0920 \u0936\u0940\u0930\u094D\u0937\u0915 \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0947\u0902","always languages":"\u0939\u092E\u0947\u0936\u093E \u0905\u0928\u0941\u0935\u093E\u0926\u093F\u0924 \u092D\u093E\u0937\u093E",neverTranslateLanguagesLabel:"\u0910\u0938\u0940 \u092D\u093E\u0937\u093E\u090F\u0901 \u091C\u093F\u0928\u0915\u093E \u0915\u092D\u0940 \u0905\u0928\u0941\u0935\u093E\u0926 \u0928\u0939\u0940\u0902 \u0939\u094B\u0924\u093E",neverTranslateTheFollowingLanguagesDescription:"\u091C\u092C \u092A\u0943\u0937\u094D\u0920 \u092E\u0947\u0902 \u0915\u094B\u0908 \u092A\u0948\u0930\u093E\u0917\u094D\u0930\u093E\u092B \u0928\u093F\u092E\u094D\u0928\u0932\u093F\u0916\u093F\u0924 \u092D\u093E\u0937\u093E\u0913\u0902 \u092E\u0947\u0902 \u0939\u094B\u0917\u093E \u0924\u094B \u0905\u0928\u0941\u0935\u093E\u0926 \u091B\u094B\u0921\u093C \u0926\u093F\u092F\u093E \u091C\u093E\u090F\u0917\u093E",enableUserscriptPagePopup:"\u092A\u0943\u0937\u094D\u0920 \u092A\u0930 \u0924\u0948\u0930\u0924\u0940 \u0939\u0941\u0908 \u0917\u0947\u0902\u0926 \u0926\u093F\u0916\u093E\u090F\u0901",enableUserscriptPagePopupDescription:"\u092B\u094D\u0932\u094B\u091F\u093F\u0902\u0917 \u092C\u0949\u0932 \u0915\u094B \u092C\u0902\u0926 \u0915\u0930\u0928\u0947 \u0915\u0947 \u092C\u093E\u0926 \u0906\u092A \u0909\u0938\u0947 \u091C\u0917\u093E\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u0936\u0949\u0930\u094D\u091F\u0915\u091F \u0915\u0941\u0902\u091C\u0940/{touch}\u0915\u093E \u0909\u092A\u092F\u094B\u0917 \u0915\u0930 \u0938\u0915\u0924\u0947 \u0939\u0948\u0902\u0964 \u0907\u0938 \u0935\u093F\u0915\u0932\u094D\u092A \u0915\u094B \u0917\u0932\u0924\u0940 \u0938\u0947 \u092C\u0902\u0926 \u0915\u0930\u0928\u0947 \u0915\u0947 \u092C\u093E\u0926 \u092B\u094D\u0932\u094B\u091F\u093F\u0902\u0917 \u092C\u0949\u0932 \u0915\u094B \u092E\u093F\u0932\u0928\u0947 \u0938\u0947 \u0930\u094B\u0915\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F, \u0907\u0938 \u0938\u0947\u091F\u093F\u0902\u0917 \u092A\u0947\u091C \u0915\u094B \u092C\u0941\u0915\u092E\u093E\u0930\u094D\u0915 \u0915\u0930\u0928\u0947 \u0915\u0940 \u092A\u0941\u0930\u091C\u094B\u0930 \u0905\u0928\u0941\u0936\u0902\u0938\u093E \u0915\u0940 \u091C\u093E\u0924\u0940 \u0939\u0948\u0964","always translate the following languages":"\u091C\u092C \u092A\u0943\u0937\u094D\u0920 \u0915\u0940 \u092D\u093E\u0937\u093E \u0928\u093F\u092E\u094D\u0928\u0932\u093F\u0916\u093F\u0924 \u092D\u093E\u0937\u093E\u0913\u0902 \u092E\u0947\u0902 \u0939\u094B\u0917\u0940, \u0924\u094B \u0907\u0938\u0947 \u0938\u094D\u0935\u091A\u093E\u0932\u093F\u0924 \u0930\u0942\u092A \u0938\u0947 \u0932\u0915\u094D\u0937\u094D\u092F \u092D\u093E\u0937\u093E \u092E\u0947\u0902 \u0905\u0928\u0941\u0935\u093E\u0926\u093F\u0924 \u0915\u093F\u092F\u093E \u091C\u093E\u090F\u0917\u093E","always sites":"\u0939\u092E\u0947\u0936\u093E \u0905\u0928\u0941\u0935\u093E\u0926\u093F\u0924 \u092F\u0942\u0906\u0930\u090F\u0932","always translate the following sites":"\u091C\u092C \u0935\u0947\u092C\u0938\u093E\u0907\u091F \u0928\u093F\u092E\u094D\u0928\u0932\u093F\u0916\u093F\u0924 \u0921\u094B\u092E\u0947\u0928 \u0928\u093E\u092E \u0915\u0940 \u0939\u094B\u0917\u0940, \u0924\u094B \u0907\u0938\u0947 \u0938\u094D\u0935\u091A\u093E\u0932\u093F\u0924 \u0930\u0942\u092A \u0938\u0947 \u0932\u0915\u094D\u0937\u094D\u092F \u092D\u093E\u0937\u093E \u092E\u0947\u0902 \u0905\u0928\u0941\u0935\u093E\u0926\u093F\u0924 \u0915\u093F\u092F\u093E \u091C\u093E\u090F\u0917\u093E","never sites":"\u0910\u0938\u0947 \u092F\u0942\u0906\u0930\u090F\u0932 \u091C\u093F\u0928\u0915\u093E \u0915\u092D\u0940 \u0905\u0928\u0941\u0935\u093E\u0926 \u0928\u0939\u0940\u0902 \u0915\u093F\u092F\u093E \u091C\u093E\u090F\u0917\u093E","never translate the following sites":"\u091C\u092C \u0935\u0947\u092C\u0938\u093E\u0907\u091F \u0928\u093F\u092E\u094D\u0928\u0932\u093F\u0916\u093F\u0924 \u0921\u094B\u092E\u0947\u0928 \u0928\u093E\u092E \u0915\u0940 \u0939\u094B \u0924\u094B \u0905\u0928\u0941\u0935\u093E\u0926 \u0928\u0939\u0940\u0902 \u0915\u093F\u092F\u093E \u091C\u093E\u090F\u0917\u093E","please refer to":"\u0909\u092A\u092F\u094B\u0917 \u0915\u0930\u0928\u0947 \u0938\u0947 \u092A\u0939\u0932\u0947 \u0906\u092A\u0915\u094B \u0915\u0941\u0902\u091C\u0940 \u092D\u0930\u0928\u0940 \u0939\u094B\u0917\u0940\u0964 \u0935\u093F\u0935\u0930\u0923 \u0915\u0947 \u0932\u093F\u090F, \u0915\u0943\u092A\u092F\u093E \u0926\u0947\u0916\u0947\u0902",KeyAndConfigurationTutorial:'"\u092E\u0941\u0916\u094D\u092F \u0905\u0928\u0941\u092A\u094D\u0930\u092F\u094B\u0917 \u0914\u0930 \u0915\u0949\u0928\u094D\u092B\u093C\u093F\u0917\u0930\u0947\u0936\u0928 \u091F\u094D\u092F\u0942\u091F\u094B\u0930\u093F\u092F\u0932"',useAboveStyleForTheseSites:"\u091C\u092C \u0935\u0947\u092C\u0938\u093E\u0907\u091F \u0928\u093F\u092E\u094D\u0928 \u0921\u094B\u092E\u0947\u0928 \u0928\u093E\u092E \u0939\u094B, \u0924\u094B \u0939\u092E\u0947\u0936\u093E \u2308{theme}\u230B \u0905\u0928\u0941\u0935\u093E\u0926 \u0936\u0948\u0932\u0940 \u0915\u093E \u0909\u092A\u092F\u094B\u0917 \u0915\u0930\u0947\u0902",currentUrl:"\u0935\u0930\u094D\u0924\u092E\u093E\u0928 \u092F\u0942\u0906\u0930\u090F\u0932",confirm:"\u092C\u091A\u093E\u0928\u093E",cancel:"\u0930\u0926\u094D\u0926 \u0915\u0930\u0928\u093E",delete:"\u092E\u093F\u091F\u093E\u0928\u093E","languages.auto":"\u0938\u094D\u0935\u091A\u093E\u0932\u093F\u0924 \u092A\u0939\u091A\u093E\u0928",syncToCloud:"Google Drive \u0938\u0947 \u0938\u093F\u0902\u0915 \u0915\u0930\u0947\u0902",syncToCloudDescription:"\u0915\u094D\u0932\u093E\u0909\u0921 \u092A\u0930 \u0905\u092A\u0932\u094B\u0921 \u0915\u0930\u0947\u0902, \u0914\u0930 \u0905\u0902\u0924\u093F\u092E \u0938\u0902\u0936\u094B\u0927\u0928 \u0938\u092E\u092F \u0915\u0947 \u0905\u0927\u0940\u0928, \u0915\u0949\u0928\u094D\u092B\u093C\u093F\u0917\u0930\u0947\u0936\u0928 \u0915\u094B \u0935\u093F\u092D\u093F\u0928\u094D\u0928 \u092C\u094D\u0930\u093E\u0909\u091C\u093C\u0930\u094B\u0902/\u0911\u092F\u0932 \u092E\u0902\u0915\u0940 \u0938\u094D\u0915\u094D\u0930\u093F\u092A\u094D\u091F \u0915\u0947 \u092C\u0940\u091A \u0938\u093F\u0902\u0915\u094D\u0930\u0928\u093E\u0907\u091C\u093C \u0915\u093F\u092F\u093E \u091C\u093E \u0938\u0915\u0924\u093E \u0939\u0948\u0964",syncToAccount:"\u0907\u092E\u0930\u094D\u0938\u093F\u0935 \u091F\u094D\u0930\u093E\u0902\u0938\u0932\u0947\u0936\u0928 \u0915\u094D\u0932\u093E\u0909\u0921 \u0938\u0947 \u0938\u093F\u0902\u0915 \u0915\u0930\u0947\u0902",syncToAccountButton:"\u0924\u0941\u0930\u0902\u0924 \u0915\u094D\u0932\u093E\u0909\u0921 \u0915\u0947 \u0938\u093E\u0925 \u0938\u093F\u0902\u0915 \u0915\u0930\u0947\u0902",syncToAccountDescription:"\u0905\u0902\u0924\u093F\u092E \u0938\u0902\u0936\u094B\u0927\u0928 \u0938\u092E\u092F \u0915\u0947 \u0906\u0927\u093E\u0930 \u092A\u0930, \u0935\u093F\u092D\u093F\u0928\u094D\u0928 \u0909\u092A\u0915\u0930\u0923\u094B\u0902 \u0915\u0947 \u092C\u0940\u091A \u0915\u0949\u0928\u094D\u092B\u093C\u093F\u0917\u0930\u0947\u0936\u0928 \u0915\u094B \u0938\u094D\u0935\u091A\u093E\u0932\u093F\u0924 \u0930\u0942\u092A \u0938\u0947 \u0938\u093F\u0902\u0915\u094D\u0930\u0928\u093E\u0907\u091C\u093C \u0915\u0930\u0947\u0902\u0964",successSyncConfigInAccount:"\u0915\u094D\u0932\u093E\u0909\u0921 \u0915\u0947 \u0938\u093E\u0925 \u0938\u092B\u0932\u0924\u093E\u092A\u0942\u0930\u094D\u0935\u0915 \u0938\u092E\u0928\u094D\u0935\u092F\u093F\u0924 \u0930\u0939\u0947\u0902",successSyncConfigToAccount:"\u0915\u094D\u0932\u093E\u0909\u0921 \u0915\u0947 \u0938\u093E\u0925 \u0938\u092B\u0932\u0924\u093E\u092A\u0942\u0930\u094D\u0935\u0915 \u0938\u092E\u0928\u094D\u0935\u092F\u093F\u0924 \u0915\u093F\u092F\u093E \u0917\u092F\u093E",syncConfigNoUpdate:"\u092A\u0939\u0932\u0947 \u0938\u0947 \u0939\u0940 \u0928\u0935\u0940\u0928\u0924\u092E",authFail:"\u092A\u094D\u0930\u092E\u093E\u0923\u0940\u0915\u0930\u0923 \u0935\u093F\u092B\u0932",syncTitle:"\u092E\u0948\u0928\u094D\u092F\u0941\u0905\u0932 \u092C\u0948\u0915\u0905\u092A \u092A\u094D\u0930\u092C\u0902\u0927\u0928",import_hint:"\u0906\u092F\u093E\u0924",upload:"\u0921\u093E\u0932\u0928\u093E",revokeAuth:"\u092A\u094D\u0930\u093E\u0927\u093F\u0915\u0930\u0923 \u0930\u0926\u094D\u0926 \u0915\u0930\u0947\u0902",uploadFail:"\u0905\u092A\u0932\u094B\u0921 \u0935\u093F\u092B\u0932",download:"\u0921\u093E\u0909\u0928\u0932\u094B\u0921 \u0915\u0930\u0928\u093E",importSuccess:"\u0906\u092F\u093E\u0924 \u0938\u092B\u0932",importFail:"\u0906\u092F\u093E\u0924 \u0935\u093F\u092B\u0932",deleteFail:"\u0939\u091F\u093E\u0928\u0947 \u092E\u0947\u0902 \u0935\u093F\u092B\u0932",backupToCloud:"\u092C\u0948\u0915\u0905\u092A \u092B\u093C\u093E\u0907\u0932\u094B\u0902 \u0915\u094B \u092E\u0948\u0928\u094D\u092F\u0941\u0905\u0932 \u0930\u0942\u092A \u0938\u0947 \u092A\u094D\u0930\u092C\u0902\u0927\u093F\u0924 \u0915\u0930\u0947\u0902",create_new_backup:"\u092C\u0948\u0915\u0905\u092A \u0928\u094B\u0921 \u091C\u094B\u0921\u093C\u0947\u0902",maxBackupFiles:"\u0905\u0927\u093F\u0915\u0924\u092E{count}\u0935\u093F\u092D\u093F\u0928\u094D\u0928 \u0928\u094B\u0921\u094D\u0938 \u0915\u093E \u092C\u0948\u0915\u0905\u092A \u0932\u093F\u092F\u093E \u091C\u093E \u0938\u0915\u0924\u093E \u0939\u0948, \u0915\u0943\u092A\u092F\u093E \u0905\u0928\u093E\u0935\u0936\u094D\u092F\u0915 \u0928\u094B\u0921\u094D\u0938 \u0939\u091F\u093E \u0926\u0947\u0902",backupToCloudDescription:"\u092C\u0948\u0915\u0905\u092A \u092B\u093C\u093E\u0907\u0932\u094B\u0902 \u0915\u094B \u092E\u0948\u0928\u094D\u092F\u0941\u0905\u0932 \u0930\u0942\u092A \u0938\u0947 \u0905\u092A\u0932\u094B\u0921 \u092F\u093E \u092A\u0941\u0928\u0930\u094D\u0938\u094D\u0925\u093E\u092A\u093F\u0924 \u0915\u0930\u0947\u0902, \u091C\u093F\u0938\u0938\u0947 3 \u0905\u0932\u0917-\u0905\u0932\u0917 \u092C\u0948\u0915\u0905\u092A \u0915\u0940 \u0905\u0928\u0941\u092E\u0924\u093F \u092E\u093F\u0932\u0924\u0940 \u0939\u0948",successSyncConfig:"\u0915\u094D\u0932\u093E\u0909\u0921 \u0915\u0947 \u0938\u093E\u0925 \u0938\u092B\u0932\u0924\u093E\u092A\u0942\u0930\u094D\u0935\u0915 \u0938\u092E\u0928\u094D\u0935\u092F\u093F\u0924 \u0930\u0939\u0947\u0902",syncFail:"\u0938\u092E\u0928\u094D\u0935\u092F\u0928 \u0935\u093F\u092B\u0932",updatedAt:"{date}\u092A\u0930 \u0905\u0926\u094D\u092F\u0924\u0928 \u0915\u093F\u092F\u093E \u0917\u092F\u093E",lastSyncedAt:"\u0905\u0902\u0924\u093F\u092E \u092C\u093E\u0930 {date}\u092A\u0930 \u091C\u093E\u0901\u091A \u0915\u0940 \u0917\u0908",downloadFail:"\u0921\u093E\u0909\u0928\u0932\u094B\u0921 \u0935\u093F\u092B\u0932",clickToDownload:"\u0921\u093E\u0909\u0928\u0932\u094B\u0921 \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u0915\u094D\u0932\u093F\u0915 \u0915\u0930\u0947\u0902",aboutLabel:"\u0915\u0947 \u092C\u093E\u0930\u0947 \u092E\u0947\u0902 - \u092A\u094D\u0930\u0924\u093F\u0915\u094D\u0930\u093F\u092F\u093E","browser.openAboutPage":"\u0915\u0947 \u092C\u093E\u0930\u0947 \u092E\u0947\u0902/\u092A\u094D\u0930\u0924\u093F\u0915\u094D\u0930\u093F\u092F\u093E",aboutLabelWithoutSponsor:"\u0915\u0947 \u092C\u093E\u0930\u0947 \u092E\u0947\u0902 - \u092A\u094D\u0930\u0924\u093F\u0915\u094D\u0930\u093F\u092F\u093E",aboutIntro:"\u092E\u0941\u091D\u0947 \u0906\u0936\u093E \u0939\u0948 \u0915\u093F \u0939\u092E \u0938\u092D\u0940 \u0907\u0902\u091F\u0930\u0928\u0947\u091F \u092A\u0930 \u0935\u093F\u0936\u093E\u0932 \u0935\u093F\u0926\u0947\u0936\u0940 \u092D\u093E\u0937\u093E \u0915\u0940 \u091C\u093E\u0928\u0915\u093E\u0930\u0940 \u0905\u0927\u093F\u0915 \u0906\u0938\u093E\u0928\u0940 \u0938\u0947 \u0914\u0930 \u0916\u0941\u0936\u0940 \u0938\u0947 \u092A\u094D\u0930\u093E\u092A\u094D\u0924 \u0915\u0930 \u0938\u0915\u0924\u0947 \u0939\u0948\u0902\u2764\uFE0F \u0906\u092A <6> \u092A\u094D\u0930\u094B \u0938\u0926\u0938\u094D\u092F\u0924\u093E \u0916\u094B\u0932\u0928\u093E \u091A\u0941\u0928 \u0938\u0915\u0924\u0947 \u0939\u0948\u0902 \u0921\u0940\u092A\u090F\u0932 \u0914\u0930 \u0913\u092A\u0928\u090F\u0906\u0908 \u0905\u0928\u0941\u0935\u093E\u0926\u094B\u0902 \u0915\u094B \u092C\u0949\u0915\u094D\u0938 \u0938\u0947 \u092C\u093E\u0939\u0930 \u0909\u092A\u092F\u094B\u0917 \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F\u0964

\u0939\u092E\u0947\u0902 <3>\u091F\u094D\u0935\u093F\u091F\u0930 \u092A\u0930 \u092B\u093C\u0949\u0932\u094B \u0915\u0930 \u0938\u0915\u0924\u0947 \u0939\u0948\u0902 ,<4>\u091F\u0947\u0932\u0940\u0917\u094D\u0930\u093E\u092E \u091A\u0948\u0928\u0932 , WeChat \u0938\u093E\u0930\u094D\u0935\u091C\u0928\u093F\u0915 \u0916\u093E\u0924\u093E, WeChat \u0938\u0902\u091A\u093E\u0930 \u0938\u092E\u0942\u0939, \u092F\u093E \u0928\u0940\u091A\u0947 <5> \u0908\u092E\u0947\u0932 \u0938\u0926\u0938\u094D\u092F\u0924\u093E \u0905\u092A\u0921\u0947\u091F \u091F\u094D\u0930\u0948\u0915 \u0915\u0930\u0947\u0902.
<7>\u092A\u094D\u0930\u094B \u0938\u0926\u0938\u094D\u092F \u0906\u092A \u090F\u0915\u094D\u0938\u092A\u094D\u0930\u0947\u0938 \u0917\u094D\u0930\u093E\u0939\u0915 \u0938\u0947\u0935\u093E \u0908\u092E\u0947\u0932 <8> support@immersivetranslate.com \u0938\u0947 \u0938\u0902\u092A\u0930\u094D\u0915 \u0915\u0930 \u0938\u0915\u0924\u0947 \u0939\u0948\u0902 \u0939\u092E\u093E\u0930\u0947 \u0938\u093E\u0925 \u091C\u0941\u0921\u093C\u0947\u0964",aboutIntroWithoutSponsor:"\u092E\u0941\u091D\u0947 \u0906\u0936\u093E \u0939\u0948 \u0915\u093F \u0939\u092E \u0938\u092D\u0940 \u0907\u0902\u091F\u0930\u0928\u0947\u091F \u092A\u0930 \u0935\u093F\u0936\u093E\u0932 \u092E\u093E\u0924\u094D\u0930\u093E \u092E\u0947\u0902 \u0935\u093F\u0926\u0947\u0936\u0940 \u092D\u093E\u0937\u093E \u0915\u0940 \u091C\u093E\u0928\u0915\u093E\u0930\u0940 \u0924\u0915 \u0906\u0938\u093E\u0928 \u0914\u0930 \u0905\u0927\u093F\u0915 \u0906\u0928\u0902\u0926\u0926\u093E\u092F\u0915 \u092A\u0939\u0941\u0902\u091A \u092A\u094D\u0930\u093E\u092A\u094D\u0924 \u0915\u0930 \u0938\u0915\u0924\u0947 \u0939\u0948\u0902 \u2764\uFE0F

\u0906\u092A \u0939\u092E\u0947\u0902 \u091F\u094D\u0935\u093F\u091F\u0930 \u092A\u0930 \u092B\u093C\u0949\u0932\u094B \u0915\u0930 \u0938\u0915\u0924\u0947 \u0939\u0948\u0902 <3> ,<4>\u091F\u0947\u0932\u0940\u0917\u094D\u0930\u093E\u092E \u091A\u0948\u0928\u0932 , WeChat \u0938\u093E\u0930\u094D\u0935\u091C\u0928\u093F\u0915 \u0916\u093E\u0924\u093E, WeChat \u0938\u0902\u091A\u093E\u0930 \u0938\u092E\u0942\u0939, \u092F\u093E \u0928\u0940\u091A\u0947 <5> \u0908\u092E\u0947\u0932 \u0938\u0926\u0938\u094D\u092F\u0924\u093E \u0905\u092A\u0921\u0947\u091F \u091F\u094D\u0930\u0948\u0915 \u0915\u0930\u0947\u0902.",projectHomepage:"\u092A\u094D\u0930\u094B\u091C\u0947\u0915\u094D\u091F \u0939\u094B\u092E \u092A\u0947\u091C",joinTelegramGroup:"\u092B\u093C\u0902\u0915\u094D\u0936\u0928 \u091A\u0930\u094D\u091A\u093E\u0913\u0902 \u092E\u0947\u0902 \u092D\u093E\u0917 \u0932\u0947\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u0909\u092A\u092F\u094B\u0917\u0915\u0930\u094D\u0924\u093E \u0938\u0902\u091A\u093E\u0930 \u0938\u092E\u0942\u0939 \u092E\u0947\u0902 \u0936\u093E\u092E\u093F\u0932 \u0939\u094B\u0902",wechatPublicAccount:"WeChat \u0938\u093E\u0930\u094D\u0935\u091C\u0928\u093F\u0915 \u0916\u093E\u0924\u093E",wechatCommunities:"WeChat \u0938\u0902\u091A\u093E\u0930 \u0938\u092E\u0942\u0939",qqCommunities:"QQ \u0938\u0902\u091A\u093E\u0930 \u091A\u0948\u0928\u0932",joinTelegramChannel:"\u0928\u0935\u0940\u0928\u0924\u092E \u0905\u092A\u0921\u0947\u091F \u0915\u0947 \u0932\u093F\u090F \u091F\u0947\u0932\u0940\u0917\u094D\u0930\u093E\u092E \u091A\u0948\u0928\u0932 \u0915\u094B \u092B\u0949\u0932\u094B \u0915\u0930\u0947\u0902",feedbackAndJoin:"\u0938\u092E\u0938\u094D\u092F\u093E \u092A\u094D\u0930\u0924\u093F\u0915\u094D\u0930\u093F\u092F\u093E/\u0938\u092E\u0942\u0939 \u092E\u0947\u0902 \u0936\u093E\u092E\u093F\u0932 \u0939\u094B\u0902",autoSync:"\u0938\u094D\u0935\u091A\u093E\u0932\u093F\u0924 \u0905\u0928\u0941\u0938\u0942\u091A\u093F\u0924 \u0924\u0941\u0932\u094D\u092F\u0915\u093E\u0932\u0928",loadingThemeTitle:"\u0932\u094B\u0921\u093F\u0902\u0917 \u0936\u0948\u0932\u0940",loadingThemeDescription:"\u0905\u0928\u0941\u0935\u093E\u0926 \u0932\u094B\u0921 \u0939\u094B\u0928\u0947 \u0915\u0940 \u092A\u094D\u0930\u0924\u0940\u0915\u094D\u0937\u093E \u0915\u0930\u0924\u0947 \u0938\u092E\u092F \u0936\u0948\u0932\u0940 \u0938\u0947\u091F \u0915\u0930\u0947\u0902","loadingTheme.spinner":"\u0935\u0943\u0924\u094D\u0924 \u090F\u0928\u0940\u092E\u0947\u0936\u0928","loadingTheme.text":"\u0938\u094D\u0925\u093F\u0930 \u092A\u093E\u0920... ","loadingTheme.none":"\u0928\u0939\u0940\u0902 \u0926\u093F\u0916\u093E\u0924\u0947",developerDescription:"\u0906\u092A \u092F\u0939\u093E\u0902 <1> \u092A\u0930 \u0915\u094D\u0932\u093F\u0915 \u0915\u0930 \u0938\u0915\u0924\u0947 \u0939\u0948\u0902 \u0909\u0928\u094D\u0928\u0924 \u0905\u0928\u0941\u0915\u0942\u0932\u0928 \u0938\u0947 \u0938\u0902\u092C\u0902\u0927\u093F\u0924 \u0926\u0938\u094D\u0924\u093E\u0935\u0947\u091C\u093C \u0926\u0947\u0916\u0947\u0902","edit border color":"\u092C\u0949\u0930\u094D\u0921\u0930 \u0915\u093E \u0930\u0902\u0917 \u0938\u0902\u0936\u094B\u0927\u093F\u0924 \u0915\u0930\u0947\u0902",successSyncButNoChange:"\u0935\u0930\u094D\u0924\u092E\u093E\u0928 \u0915\u0949\u0928\u094D\u092B\u093C\u093F\u0917\u0930\u0947\u0936\u0928 \u0915\u094D\u0932\u093E\u0909\u0921 \u0915\u0947 \u0905\u0928\u0941\u0930\u0942\u092A \u0939\u0948",customTheme:"\u0915\u0938\u094D\u091F\u092E \u0930\u0902\u0917 \u0914\u0930 \u0906\u0915\u093E\u0930","customThemeLabel.borderColor":"\u0938\u0940\u092E\u093E \u0930\u0902\u0917","customThemeLabel.borderRadius":"\u0938\u0940\u092E\u093E \u0917\u094B\u0932\u093E\u0915\u093E\u0930 \u0915\u094B\u0928\u0947","customThemeLabel.textColor":"\u092A\u093E\u0920 \u0915\u093E \u0930\u0902\u0917","customThemeLabel.backgroundColor":"\u092A\u0943\u0937\u094D\u0920\u092D\u0942\u092E\u093F \u0915\u093E \u0930\u0902\u0917","customThemeLabel.zoom":"\u092B\u093C\u0949\u0928\u094D\u091F \u0938\u094D\u0915\u0947\u0932\u093F\u0902\u0917 (%)","customThemeLabel.opacity":"\u092A\u093E\u0920 \u0905\u092A\u093E\u0930\u0926\u0930\u094D\u0936\u093F\u0924\u093E (%)",resetToDefaultColor:"\u0921\u093F\u092B\u093C\u0949\u0932\u094D\u091F \u0930\u0902\u0917 \u092A\u0930 \u0935\u093E\u092A\u0938 \u0932\u094C\u091F\u0947\u0902",resetToDefaultSettings:"\u0921\u093F\u092B\u093C\u0949\u0932\u094D\u091F \u0938\u0947\u091F\u093F\u0902\u0917\u094D\u0938 \u092A\u0930 \u0935\u093E\u092A\u0938 \u0932\u094C\u091F\u0947\u0902",isTranslateTitle:"\u0905\u0928\u0941\u0935\u093E\u0926\u093F\u0924 \u0935\u0947\u092C \u092A\u0947\u091C \u0936\u0940\u0930\u094D\u0937\u0915 \u091A\u093E\u0932\u0942 \u0915\u0930\u0947\u0902",isTranslateTitleDescription:"\u091A\u093E\u0932\u0942 \u0939\u094B\u0928\u0947 \u092A\u0930, \u0935\u0947\u092C \u092A\u0947\u091C \u0936\u0940\u0930\u094D\u0937\u0915 \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u093F\u092F\u093E \u091C\u093E\u090F\u0917\u093E",enableSearchEnhancement:"\u0926\u094D\u0935\u093F\u092D\u093E\u0937\u0940 \u0938\u0942\u091A\u0928\u093E \u0938\u0902\u0935\u0930\u094D\u0926\u094D\u0927\u0928 \u0938\u0915\u094D\u0937\u092E \u0915\u0930\u0947\u0902",enableSearchEnhancementDescription:'\u091A\u093E\u0932\u0942 \u0939\u094B\u0928\u0947 \u0915\u0947 \u092C\u093E\u0926, \u0905\u0902\u0917\u094D\u0930\u0947\u091C\u0940 \u0915\u0940\u0935\u0930\u094D\u0921 \u0938\u0947 \u0938\u0902\u092C\u0902\u0927\u093F\u0924 "Google \u0938\u092E\u093E\u091A\u093E\u0930" \u0916\u094B\u091C \u092A\u0930\u093F\u0923\u093E\u092E \u0938\u094D\u0935\u091A\u093E\u0932\u093F\u0924 \u0930\u0942\u092A \u0938\u0947 \u0938\u092E\u0930\u094D\u0925\u093F\u0924 \u0935\u0947\u092C\u0938\u093E\u0907\u091F\u094B\u0902 (Google \u0938\u092E\u093E\u091A\u093E\u0930, Google \u0916\u094B\u091C (\u0915\u0941\u091B \u0915\u0940\u0935\u0930\u094D\u0921), \u0938\u094D\u0928\u094B\u092C\u0949\u0932, \u0913\u0930\u093F\u090F\u0902\u091F\u0932 \u092B\u0949\u0930\u094D\u091A\u094D\u092F\u0942\u0928, \u092B\u093C\u0941\u091F\u0942, \u091F\u093E\u0907\u0917\u0930 \u0938\u092E\u0941\u0926\u093E\u092F) \u0915\u0947 \u0926\u093E\u0939\u093F\u0928\u0947 \u0915\u0949\u0932\u092E \u092E\u0947\u0902 \u092A\u094D\u0930\u0926\u0930\u094D\u0936\u093F\u0924 \u0939\u094B\u0902\u0917\u0947\u0964',verifyService:"\u0938\u0947\u0935\u093E \u0915\u093E \u092A\u0930\u0940\u0915\u094D\u0937\u0923 \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u092F\u0939\u093E\u0902 \u0915\u094D\u0932\u093F\u0915 \u0915\u0930\u0947\u0902",verified:"\u0938\u0924\u094D\u092F\u093E\u092A\u0928 \u0938\u092B\u0932","field.langs":"\u0938\u092E\u0930\u094D\u0925\u093F\u0924 \u092D\u093E\u0937\u093E \u0915\u094B\u0921","field.model":"\u0928\u092E\u0942\u0928\u093E","field.translationEngine":"\u0905\u0928\u0941\u0935\u093E\u0926 \u0907\u0902\u091C\u0928","field.limitPerMinute":"\u092A\u094D\u0930\u0924\u093F \u092E\u093F\u0928\u091F \u0905\u0928\u0941\u0930\u094B\u0927\u094B\u0902 \u0915\u0940 \u0905\u0927\u093F\u0915\u0924\u092E \u0938\u0902\u0916\u094D\u092F\u093E","field.limitPerSecond":"\u092A\u094D\u0930\u0924\u093F \u0938\u0947\u0915\u0902\u0921 \u0905\u0928\u0941\u0930\u094B\u0927\u094B\u0902 \u0915\u0940 \u0905\u0927\u093F\u0915\u0924\u092E \u0938\u0902\u0916\u094D\u092F\u093E","field.maxTextLengthPerRequest":"\u092A\u094D\u0930\u0924\u093F \u0905\u0928\u0941\u0930\u094B\u0927 \u0905\u0927\u093F\u0915\u0924\u092E \u092A\u093E\u0920 \u0932\u0902\u092C\u093E\u0908","field.maxTextGroupLengthPerRequest":"\u092A\u094D\u0930\u0924\u093F \u0905\u0928\u0941\u0930\u094B\u0927 \u092A\u0948\u0930\u093E\u0917\u094D\u0930\u093E\u092B \u0915\u0940 \u0905\u0927\u093F\u0915\u0924\u092E \u0938\u0902\u0916\u094D\u092F\u093E","field.apiUrl":"\u0915\u0938\u094D\u091F\u092E \u090F\u092A\u0940\u0906\u0908 \u0907\u0902\u091F\u0930\u092B\u093C\u0947\u0938 \u092A\u0924\u093E","field.placeholderDelimiters":"\u0906\u0930\u0915\u094D\u0937\u093F\u0924 \u092A\u094D\u0932\u0947\u0938\u0939\u094B\u0932\u094D\u0921\u0930","description.custom":"\u0915\u0938\u094D\u091F\u092E \u0907\u0902\u091F\u0930\u092B\u093C\u0947\u0938 \u090F\u0915\u094D\u0938\u0947\u0938 \u0915\u0947 \u0932\u093F\u090F \u0938\u0902\u0926\u0930\u094D\u092D \u0926\u0938\u094D\u0924\u093E\u0935\u0947\u091C\u093C\u094B\u0902 \u0915\u0940 \u0906\u0935\u0936\u094D\u092F\u0915\u0924\u093E \u0939\u0948","description.limitPerMinute":"\u091C\u092C \u0905\u0928\u0941\u0930\u094B\u0927\u094B\u0902 \u0915\u0940 \u0938\u0902\u0916\u094D\u092F\u093E \u0907\u0938 \u0938\u0940\u092E\u093E \u0938\u0947 \u0905\u0927\u093F\u0915 \u0939\u094B \u091C\u093E\u0924\u0940 \u0939\u0948, \u0924\u094B \u092F\u0939 \u0905\u0917\u0932\u0947 \u092E\u093F\u0928\u091F \u0915\u0940 \u0936\u0941\u0930\u0941\u0906\u0924 \u0924\u0915 \u0915\u0924\u093E\u0930 \u0938\u094D\u0925\u093F\u0924\u093F \u092E\u0947\u0902 \u092A\u094D\u0930\u0935\u0947\u0936 \u0915\u0930\u0947\u0917\u0940\u0964 OpenAI \u0915\u0940 \u0935\u0930\u094D\u0924\u092E\u093E\u0928 \u0938\u0947\u0935\u093E \u0915\u0940 \u0935\u093F\u092D\u093F\u0928\u094D\u0928 \u0938\u0940\u092E\u093E\u0913\u0902 \u0915\u0947 \u0915\u093E\u0930\u0923, \u0915\u0943\u092A\u092F\u093E \u092F\u0939\u093E\u0902 <1> \u0915\u094D\u0932\u093F\u0915 \u0915\u0930\u0947\u0902 \u0928\u0935\u0940\u0928\u0924\u092E \u0905\u0928\u0941\u0936\u0902\u0938\u093F\u0924 \u092E\u093E\u0928 \u0926\u0947\u0916\u0947\u0902","description.limitPerSecond":"\u091C\u092C \u0905\u0928\u0941\u0930\u094B\u0927\u094B\u0902 \u0915\u0940 \u0938\u0902\u0916\u094D\u092F\u093E \u0907\u0938 \u0938\u0940\u092E\u093E \u0938\u0947 \u0905\u0927\u093F\u0915 \u0939\u094B \u091C\u093E\u0924\u0940 \u0939\u0948, \u0924\u094B \u092F\u0939 \u0905\u0917\u0932\u0947 \u0938\u0947\u0915\u0902\u0921 \u0915\u0940 \u0936\u0941\u0930\u0941\u0906\u0924 \u0924\u0915 \u0915\u0924\u093E\u0930 \u0938\u094D\u0925\u093F\u0924\u093F \u092E\u0947\u0902 \u092A\u094D\u0930\u0935\u0947\u0936 \u0915\u0930\u0947\u0917\u0940\u0964 OpenAI \u0915\u0940 \u0935\u0930\u094D\u0924\u092E\u093E\u0928 \u0938\u0947\u0935\u093E \u0915\u0940 \u0935\u093F\u092D\u093F\u0928\u094D\u0928 \u0938\u0940\u092E\u093E\u0913\u0902 \u0915\u0947 \u0915\u093E\u0930\u0923, \u0915\u0943\u092A\u092F\u093E \u092F\u0939\u093E\u0902 <1> \u0915\u094D\u0932\u093F\u0915 \u0915\u0930\u0947\u0902 \u0928\u0935\u0940\u0928\u0924\u092E \u0905\u0928\u0941\u0936\u0902\u0938\u093F\u0924 \u092E\u093E\u0928 \u0926\u0947\u0916\u0947\u0902","description.generalLimitPerSecond":"\u091C\u092C \u0905\u0928\u0941\u0930\u094B\u0927\u094B\u0902 \u0915\u0940 \u0938\u0902\u0916\u094D\u092F\u093E \u0907\u0938 \u0938\u0940\u092E\u093E \u0938\u0947 \u0905\u0927\u093F\u0915 \u0939\u094B \u091C\u093E\u0924\u0940 \u0939\u0948, \u0924\u094B \u092F\u0939 \u0905\u0917\u0932\u0947 \u0938\u0947\u0915\u0902\u0921 \u0915\u0940 \u0936\u0941\u0930\u0941\u0906\u0924 \u0924\u0915 \u0915\u0924\u093E\u0930 \u0938\u094D\u0925\u093F\u0924\u093F \u092E\u0947\u0902 \u092A\u094D\u0930\u0935\u0947\u0936 \u0915\u0930\u0947\u0917\u0940\u0964","description.prompt":"\u0909\u092A\u092F\u094B\u0917\u0915\u0930\u094D\u0924\u093E \u0915\u0940 \u092A\u0939\u091A\u093E\u0928 \u092E\u0947\u0902 {service} \u0915\u094B \u092D\u0947\u091C\u0940 \u0917\u0908 \u0935\u093E\u0930\u094D\u0924\u093E\u0932\u093E\u092A, \u091C\u093F\u0938\u092E\u0947\u0902 {{text}} \u092A\u0948\u0930\u093E\u0917\u094D\u0930\u093E\u092B \u0915\u093E \u092A\u093E\u0920 \u0938\u093E\u092E\u0917\u094D\u0930\u0940 \u0915\u094B \u0926\u0930\u094D\u0936\u093E\u0924\u093E \u0939\u0948, {{from}} \u092A\u0948\u0930\u093E\u0917\u094D\u0930\u093E\u092B \u0915\u0940 \u092D\u093E\u0937\u093E \u0915\u094B \u0926\u0930\u094D\u0936\u093E\u0924\u093E \u0939\u0948, \u0914\u0930 {{to}} \u0932\u0915\u094D\u0937\u094D\u092F \u092D\u093E\u0937\u093E \u0915\u094B \u0926\u0930\u094D\u0936\u093E\u0924\u093E \u0939\u0948\u0964","description.maxTextLengthPerRequest":"\u092A\u094D\u0930\u0924\u093F \u0905\u0928\u0941\u0930\u094B\u0927 \u0935\u0930\u094D\u0923\u094B\u0902 \u0915\u0940 \u0905\u0927\u093F\u0915\u0924\u092E \u0938\u0902\u0916\u094D\u092F\u093E\u0964 \u092F\u0926\u093F \u092F\u0939 \u092C\u0939\u0941\u0924 \u092C\u0921\u093C\u093E \u0939\u0948, \u0924\u094B \u0907\u0902\u091F\u0930\u092B\u093C\u0947\u0938 \u0915\u0940 \u092A\u094D\u0930\u0924\u093F\u0915\u094D\u0930\u093F\u092F\u093E \u0927\u0940\u092E\u0940 \u0939\u094B \u091C\u093E\u090F\u0917\u0940, \u0907\u0938\u0932\u093F\u090F \u0906\u092A \u0917\u0924\u093F \u0915\u094B \u0905\u0928\u0941\u0915\u0942\u0932\u093F\u0924 \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u0907\u0938 \u0935\u093F\u0915\u0932\u094D\u092A \u0915\u094B \u0938\u092E\u093E\u092F\u094B\u091C\u093F\u0924 \u0915\u0930\u0928\u0947 \u0915\u093E \u092A\u094D\u0930\u092F\u093E\u0938 \u0915\u0930 \u0938\u0915\u0924\u0947 \u0939\u0948\u0902\u0964","description.systemPrompt":"\u0913\u092A\u0928\u090F\u0906\u0908 \u0915\u094B \u0938\u093F\u0938\u094D\u091F\u092E \u0915\u0947 \u0930\u0942\u092A \u092E\u0947\u0902 \u092C\u093E\u0924\u091A\u0940\u0924 \u092D\u0947\u091C\u0940 \u0917\u0908, \u091C\u0939\u093E\u0902 {{text}} \u092A\u0948\u0930\u093E\u0917\u094D\u0930\u093E\u092B \u0915\u0940 \u092A\u093E\u0920\u094D\u092F \u0938\u093E\u092E\u0917\u094D\u0930\u0940 \u0915\u093E \u092A\u094D\u0930\u0924\u093F\u0928\u093F\u0927\u093F\u0924\u094D\u0935 \u0915\u0930\u0924\u093E \u0939\u0948,{{from}} \u092A\u0948\u0930\u093E\u0917\u094D\u0930\u093E\u092B \u0915\u0940 \u092D\u093E\u0937\u093E \u0915\u093E \u092A\u094D\u0930\u0924\u093F\u0928\u093F\u0927\u093F\u0924\u094D\u0935 \u0915\u0930\u0924\u093E \u0939\u0948, \u0914\u0930{{to}} \u0932\u0915\u094D\u0937\u094D\u092F \u092D\u093E\u0937\u093E \u0915\u093E \u092A\u094D\u0930\u0924\u093F\u0928\u093F\u0927\u093F\u0924\u094D\u0935 \u0915\u0930\u0924\u093E \u0939\u0948","field.domain":"\u092E\u0948\u0926\u093E\u0928","description.domain":"\u0921\u093F\u092B\u093C\u0949\u0932\u094D\u091F\uFF1A\u0938\u093E\u092E\u093E\u0928\u094D\u092F \u0939\u0948. \u0907\u0938\u0947 \u0915\u0947\u0935\u0932 \u0924\u092D\u0940 \u0938\u0947\u091F \u0915\u093F\u092F\u093E \u091C\u093E \u0938\u0915\u0924\u093E \u0939\u0948 \u091C\u092C Youdao API \u0915\u0902\u0938\u094B\u0932 \u092E\u0947\u0902 \u0921\u094B\u092E\u0947\u0928-\u0906\u0927\u093E\u0930\u093F\u0924 \u0905\u0928\u0941\u0935\u093E\u0926 \u0938\u0915\u094D\u0937\u092E \u0939\u094B\u0964 \u0938\u092E\u0930\u094D\u0925\u093F\u0924 \u092B\u093C\u0940\u0932\u094D\u0921 \u0915\u0947 \u0932\u093F\u090F, \u0915\u0943\u092A\u092F\u093E \u092F\u0939\u093E\u0902 <1> \u0926\u0947\u0916\u0947\u0902\u0964","field.scene":"\u092A\u0930\u094D\u0926\u0947","description.scene":"\u0921\u093F\u092B\u093C\u0949\u0932\u094D\u091F\uFF1A\u0938\u093E\u092E\u093E\u0928\u094D\u092F \u0939\u0948. \u0907\u0938\u0947 \u0915\u0947\u0935\u0932 \u0924\u092D\u0940 \u0938\u0947\u091F \u0915\u093F\u092F\u093E \u091C\u093E \u0938\u0915\u0924\u093E \u0939\u0948 \u091C\u092C \u0905\u0932\u0940\u092C\u093E\u092C\u093E \u0915\u094D\u0932\u093E\u0909\u0921 \u090F\u092A\u0940\u0906\u0908 \u0915\u0902\u0938\u094B\u0932 \u092E\u0947\u0902 \u092E\u0936\u0940\u0928\u0940 \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u093E \u092A\u0947\u0936\u0947\u0935\u0930 \u0938\u0902\u0938\u094D\u0915\u0930\u0923 \u0938\u0915\u094D\u0930\u093F\u092F \u0939\u094B\u0964 \u0938\u092E\u0930\u094D\u0925\u093F\u0924 \u092A\u0930\u093F\u0926\u0943\u0936\u094D\u092F\u094B\u0902 \u0915\u0947 \u0932\u093F\u090F \u092F\u0939\u093E\u0902 <1> \u0926\u0947\u0916\u0947\u0902\u0964","field.vocabId":"\u0909\u092A\u092F\u094B\u0917\u0915\u0930\u094D\u0924\u093E \u0936\u092C\u094D\u0926\u0915\u094B\u0936 \u0906\u0908\u0921\u0940","description.vocabId":"\u0928\u093F\u0930\u094D\u0926\u093F\u0937\u094D\u091F \u0936\u092C\u094D\u0926\u0915\u094B\u0936 \u0906\u0909\u091F_\u0906\u0908\u0921\u0940 \u0935\u0930\u094D\u0924\u092E\u093E\u0928 \u092E\u0947\u0902 \u0905\u0902\u0917\u094D\u0930\u0947\u091C\u0940-\u091A\u0940\u0928\u0940 \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u093E \u0938\u092E\u0930\u094D\u0925\u0928 \u0915\u0930\u0924\u093E \u0939\u0948\u0964","description.model":"OpenAI \u0915\u093E \u092E\u0949\u0921\u0932 gpt-3.5-\u091F\u0930\u094D\u092C\u094B, gpt-4 \u0906\u0926\u093F \u0939\u094B \u0938\u0915\u0924\u093E \u0939\u0948\u0964","description.maxTextGroupLengthPerRequest":"\u0939\u0930 \u092C\u093E\u0930 \u0905\u0928\u0941\u0935\u093E\u0926 \u0938\u0947\u0935\u093E \u0915\u094B \u092D\u0947\u091C\u0947 \u0917\u090F \u092A\u0948\u0930\u093E\u0917\u094D\u0930\u093E\u092B\u094B\u0902 \u0915\u0940 \u0938\u0902\u0916\u094D\u092F\u093E\u0964 \u092F\u0926\u093F \u092C\u0939\u0941\u0924 \u0938\u093E\u0930\u0947 \u092A\u0948\u0930\u093E\u0917\u094D\u0930\u093E\u092B \u0939\u0948\u0902, \u0924\u094B \u0907\u0902\u091F\u0930\u092B\u093C\u0947\u0938 \u0915\u0940 \u092A\u094D\u0930\u0924\u093F\u0915\u094D\u0930\u093F\u092F\u093E \u0927\u0940\u092E\u0940 \u0939\u094B \u0938\u0915\u0924\u0940 \u0939\u0948\u0964","description.apiUrl":"\u0915\u0943\u092A\u092F\u093E \u092A\u0925 \u0915\u0947 \u0938\u093E\u0925 \u090F\u0915 \u0935\u093F\u0936\u093F\u0937\u094D\u091F \u092F\u0942\u0906\u0930\u090F\u0932 \u091C\u094B\u0921\u093C\u0947\u0902, <1> \u0905\u0927\u093F\u0915 \u0928\u093F\u0930\u094D\u0926\u0947\u0936",enabledExtension:"\u090F\u0915\u094D\u0938\u091F\u0947\u0902\u0936\u0928 \u0938\u0915\u094D\u0937\u092E",clickToDisableExtension:"\u090F\u0915\u094D\u0938\u091F\u0947\u0902\u0936\u0928 \u0905\u0915\u094D\u0937\u092E \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u0915\u094D\u0932\u093F\u0915 \u0915\u0930\u0947\u0902",clickToEnableExtension:"\u090F\u0915\u094D\u0938\u091F\u0947\u0902\u0936\u0928 \u0938\u0915\u094D\u0937\u092E \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u0915\u094D\u0932\u093F\u0915 \u0915\u0930\u0947\u0902",hasBeenDisabled:"\u0905\u0915\u094D\u0937\u092E","show password":"\u092A\u093E\u0938\u0935\u0930\u094D\u0921 \u0926\u093F\u0916\u093E\u090F",customContent:"\u0915\u0938\u094D\u091F\u092E \u092E\u0949\u0921\u0932 \u0928\u093E\u092E \u0926\u0930\u094D\u091C \u0915\u0930\u0947\u0902",inputOptions:"\u0907\u0928\u092A\u0941\u091F \u092C\u0949\u0915\u094D\u0938 \u0938\u0902\u0935\u0930\u094D\u0926\u094D\u0927\u0928",mouseHoverOptions:"\u092E\u093E\u0909\u0938 \u0915\u0947 \u090A\u092A\u0930",modifyMouseHoverKey:"\u092E\u093E\u0909\u0938\u0913\u0935\u0930 \u0936\u0949\u0930\u094D\u091F\u0915\u091F \u0915\u0941\u0902\u091C\u093F\u092F\u094B\u0902 \u0915\u094B \u0938\u0902\u0936\u094B\u0927\u093F\u0924 \u0915\u0930\u0947\u0902",enableInputTranslation:"\u0907\u0928\u092A\u0941\u091F \u092C\u0949\u0915\u094D\u0938 \u090F\u0928\u094D\u0939\u093E\u0902\u0938\u092E\u0947\u0902\u091F \u0938\u0915\u094D\u0937\u092E \u0915\u0930\u0928\u093E \u0939\u0948 \u092F\u093E \u0928\u0939\u0940\u0902",enableInputTranslationDescription:"{trailingKey}\u0938\u0915\u094D\u0937\u092E \u0915\u0930\u0928\u0947 \u0915\u0947 \u092C\u093E\u0926, \u0938\u0940\u0927\u0947 \u0907\u0928\u092A\u0941\u091F \u092C\u0949\u0915\u094D\u0938 \u092E\u0947\u0902 {startingKey}{startingKey} \u0939\u0948\u0932\u094B \u0926\u0930\u094D\u091C \u0915\u0930\u0947\u0902, \u0914\u0930 \u092B\u093F\u0930 \u0907\u0938\u0947 {inputTargetLanguage}\u092E\u0947\u0902 \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u091C\u0932\u094D\u0926\u0940 \u0938\u0947{inputTrailingTriggerKeyRepeatTimes}\u092A\u0930 \u0926\u094B \u092C\u093E\u0930 \u0915\u094D\u0932\u093F\u0915 \u0915\u0930\u0947\u0902\u0964",enableInputTranslationDescriptionForNoneKey:"\u0907\u0938\u0947 \u0938\u0915\u094D\u0937\u092E \u0915\u0930\u0928\u0947{trailingKey}, \u0938\u0940\u0927\u0947 \u0907\u0928\u092A\u0941\u091F \u092C\u0949\u0915\u094D\u0938 \u092E\u0947\u0902\uFF1A\u0939\u0948\u0932\u094B \u0935\u0930\u094D\u0932\u094D\u0921 \u0926\u0930\u094D\u091C \u0915\u0930\u0947\u0902, \u0914\u0930 \u092B\u093F\u0930 \u0921\u093F\u092B\u093C\u0949\u0932\u094D\u091F \u0932\u0915\u094D\u0937\u094D\u092F \u092D\u093E\u0937\u093E \u092E\u0947\u0902 \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u091C\u0932\u094D\u0926\u0940 \u0938\u0947{inputTrailingTriggerKeyRepeatTimes}\u092C\u093E\u0930 \u0915\u094D\u0932\u093F\u0915 \u0915\u0930\u0947\u0902\u0964",inputTargetLanguage:"\u0907\u0928\u092A\u0941\u091F \u092C\u0949\u0915\u094D\u0938 \u0915\u0940 \u0921\u093F\u092B\u093C\u0949\u0932\u094D\u091F \u0932\u0915\u094D\u0937\u094D\u092F \u092D\u093E\u0937\u093E \u0938\u0947\u091F \u0915\u0930\u0947\u0902",inputTargetLanguageDescription:"\u0907\u0928\u092A\u0941\u091F \u092C\u0949\u0915\u094D\u0938 \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0947 \u0932\u093F\u090F \u0921\u093F\u092B\u093C\u0949\u0932\u094D\u091F \u0932\u0915\u094D\u0937\u094D\u092F \u092D\u093E\u0937\u093E, \u091C\u094B \u091F\u094D\u0930\u093F\u0917\u0930 \u0936\u092C\u094D\u0926\u094B\u0902 \u0915\u0947 \u0932\u093F\u090F \u0921\u093F\u092B\u093C\u0949\u0932\u094D\u091F \u092D\u093E\u0937\u093E \u0915\u0947 \u0930\u0942\u092A \u092E\u0947\u0902 {startingKey}{startingKey} \u0939\u0948",inputTargetLanguageDescriptionForNoneKey:"\u0907\u0928\u092A\u0941\u091F \u092C\u0949\u0915\u094D\u0938 \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0947 \u0932\u093F\u090F \u0921\u093F\u092B\u093C\u0949\u0932\u094D\u091F \u0932\u0915\u094D\u0937\u094D\u092F \u092D\u093E\u0937\u093E",inputStartingTriggerKeyTitle:"\u0907\u0928\u092A\u0941\u091F \u092C\u0949\u0915\u094D\u0938 \u0915\u0947 \u0906\u0902\u0936\u093F\u0915 \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0947 \u0932\u093F\u090F \u0935\u093F\u092D\u093E\u091C\u0928 \u0935\u0930\u094D\u0923 \u0938\u0947\u091F \u0915\u0930\u0947\u0902",inputStartingTriggerKeyDescription:"\u091C\u092C \u0906\u092A\u0915\u094B \u092A\u0942\u0930\u0947 \u0907\u0928\u092A\u0941\u091F \u092C\u0949\u0915\u094D\u0938 \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0928\u0947 \u0915\u0940 \u0906\u0935\u0936\u094D\u092F\u0915\u0924\u093E \u0928\u0939\u0940\u0902 \u0939\u094B\u0924\u0940 \u0939\u0948, \u0924\u094B \u0921\u093F\u0932\u0940\u092E\u0940\u091F\u0930 \u0906\u092A\u0915\u094B \u0915\u0947\u0935\u0932 {startingKey}{startingKey} \u0938\u0947 \u0907\u0928\u092A\u0941\u091F \u092C\u0949\u0915\u094D\u0938 \u0915\u0947 \u0905\u0902\u0924 \u0924\u0915 \u0915\u0947 \u092D\u093E\u0917 \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0928\u0947 \u0915\u0940 \u0905\u0928\u0941\u092E\u0924\u093F \u0926\u0947\u0924\u093E \u0939\u0948, \u092F\u093E \u0906\u092A \u092D\u093E\u0937\u093E \u0915\u094B\u0921 \u0928\u093F\u0930\u094D\u0926\u093F\u0937\u094D\u091F \u0915\u0930 \u0938\u0915\u0924\u0947 \u0939\u0948\u0902, \u0909\u0926\u093E\u0939\u0930\u0923 \u0915\u0947 \u0932\u093F\u090F,\uFF1A{startingKey}ja \u0915\u093E \u0905\u0930\u094D\u0925 \u0915\u0947\u0935\u0932 \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0928\u093E \u0939\u0948 {startingKey}ja \u0938\u0947 \u0907\u0928\u092A\u0941\u091F \u092C\u0949\u0915\u094D\u0938 \u0915\u0947 \u0905\u0902\u0924 \u0924\u0915 \u0915\u093E \u092D\u093E\u0917\u0964",inputStartingTriggerKeyDescriptionForNoneKey:"\u0935\u0930\u094D\u0924\u092E\u093E\u0928 \u092E\u0947\u0902 \u0907\u0938\u0947 \u0915\u093F\u0938\u0940 \u0909\u092A\u0938\u0930\u094D\u0917 \u0915\u0940 \u0906\u0935\u0936\u094D\u092F\u0915\u0924\u093E \u0928\u0939\u0940\u0902 \u0939\u0948, \u0914\u0930 \u0907\u0928\u092A\u0941\u091F \u092C\u0949\u0915\u094D\u0938 \u0915\u0947 \u0915\u0941\u091B \u092A\u093E\u0920 \u0905\u0928\u0941\u0935\u093E\u0926 \u092B\u093C\u0902\u0915\u094D\u0936\u0928 \u0905\u0938\u094D\u0925\u093E\u092F\u0940 \u0930\u0942\u092A \u0938\u0947 \u0905\u0928\u0941\u092A\u0932\u092C\u094D\u0927 \u0939\u0948\u0902\u0964",inputTrailingTriggerKeyTitle:"\u090F\u0915 \u091F\u094D\u0930\u093F\u0917\u0930 \u0935\u0930\u094D\u0923 \u091A\u0941\u0928\u0947\u0902 \u091C\u094B \u0907\u0928\u092A\u0941\u091F \u0915\u094B \u0938\u092E\u093E\u092A\u094D\u0924 \u0915\u0930\u0924\u093E \u0939\u0948",inputTrailingTriggerKeyDescription:"\u0924\u094D\u0935\u0930\u093F\u0924 \u0909\u0924\u094D\u0924\u0930\u093E\u0927\u093F\u0915\u093E\u0930 \u092E\u0947\u0902{trailingKey} 3 \u092C\u093E\u0930 \u0939\u093F\u091F \u0915\u0930\u0928\u0947 \u0938\u0947 \u0905\u0928\u0941\u0935\u093E\u0926 \u0936\u0941\u0930\u0942 \u0939\u094B \u091C\u093E\u090F\u0917\u093E",inputTrailingTriggerKeyTimeout:"\u0915\u0949\u092E\u094D\u092C\u094B \u0915\u094B \u0938\u092E\u093E\u092A\u094D\u0924 \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u091F\u094D\u0930\u093F\u0917\u0930\u094D\u0938 \u0915\u0947 \u092C\u0940\u091A \u0905\u0902\u0924\u0930\u093E\u0932 \u0926\u0930\u094D\u091C \u0915\u0930\u0947\u0902\u0964",inputTrailingTriggerKeyTimeoutDescription:"\u0915\u0949\u092E\u094D\u092C\u094B \u091F\u094D\u0930\u093F\u0917\u0930 \u0915\u094B \u0938\u092E\u093E\u092A\u094D\u0924 \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u0907\u0928\u092A\u0941\u091F \u0915\u0947 \u0932\u093F\u090F \u0905\u0902\u0924\u0930\u093E\u0932 \u0938\u092E\u092F (\u092E\u093F\u0932\u0940\u0938\u0947\u0915\u0902\u0921) \u0928\u093F\u0930\u094D\u0927\u093E\u0930\u093F\u0924 \u0915\u0930\u0947\u0902",spaceKey:"<\u0938\u094D\u092A\u0947\u0938\u092C\u093E\u0930>",noneKey:"\u0915\u093F\u0938\u0940 \u0909\u092A\u0938\u0930\u094D\u0917 \u0915\u0940 \u0906\u0935\u0936\u094D\u092F\u0915\u0924\u093E \u0928\u0939\u0940\u0902 \u0939\u0948, \u0938\u0940\u0927\u0947 \u0938\u0902\u092A\u0942\u0930\u094D\u0923 \u091F\u0947\u0915\u094D\u0938\u094D\u091F \u092C\u0949\u0915\u094D\u0938 \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0947\u0902",inputTranslationBlockUrlsTitle:"\u092F\u0942\u0906\u0930\u090F\u0932 \u092E\u0947\u0902 \u0907\u0928\u092A\u0941\u091F \u092B\u093C\u0940\u0932\u094D\u0921 \u090F\u0928\u094D\u0939\u093E\u0902\u0938\u092E\u0947\u0902\u091F \u0915\u094B \u0915\u092D\u0940 \u092D\u0940 \u0938\u0915\u094D\u0937\u092E \u0928 \u0915\u0930\u0947\u0902",inputTranslationBlockUrlsDescription:"\u0928\u093F\u092E\u094D\u0928\u0932\u093F\u0916\u093F\u0924 \u092F\u0942\u0906\u0930\u090F\u0932 \u092E\u0947\u0902, \u0907\u0928\u092A\u0941\u091F \u092C\u0949\u0915\u094D\u0938 \u090F\u0928\u094D\u0939\u093E\u0902\u0938\u092E\u0947\u0902\u091F \u092A\u094D\u0930\u092D\u093E\u0935\u0940 \u0928\u0939\u0940\u0902 \u0939\u094B\u0917\u093E",clickToSeeQuickDemo:"30 \u0938\u0947\u0915\u0902\u0921 \u0915\u0947 \u0924\u094D\u0935\u0930\u093F\u0924 \u0928\u093F\u0930\u094D\u0926\u0947\u0936 \u0935\u0940\u0921\u093F\u092F\u094B \u0915\u093E \u0935\u093F\u0938\u094D\u0924\u093E\u0930 \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u0915\u094D\u0932\u093F\u0915 \u0915\u0930\u0947\u0902",inputHelperInfo:"\u0928\u094B\u091F\uFF1A: \u0939\u092E\u0928\u0947 \u0935\u093F\u0936\u0947\u0937 \u0930\u0942\u092A \u0938\u0947 \u0909\u0938 \u092E\u0941\u0926\u094D\u0926\u0947 \u0915\u094B \u0905\u0928\u0941\u0915\u0942\u0932\u093F\u0924 \u0915\u093F\u092F\u093E \u0939\u0948 \u091C\u0939\u093E\u0902 \u0915\u0941\u091B \u091F\u094D\u0930\u093F\u0917\u0930 \u0935\u0930\u094D\u0923 \u091A\u0940\u0928\u0940 \u0907\u0928\u092A\u0941\u091F \u092A\u0926\u094D\u0927\u0924\u093F \u0915\u0947 \u0924\u0939\u0924 \u091A\u0940\u0928\u0940 \u0935\u093F\u0930\u093E\u092E \u091A\u093F\u0939\u094D\u0928\u094B\u0902 \u092E\u0947\u0902 \u092C\u0926\u0932 \u091C\u093E\u090F\u0902\u0917\u0947\u0964 \u0909\u0926\u093E\u0939\u0930\u0923 \u0915\u0947 \u0932\u093F\u090F, \u0938\u094B\u0917\u094C \u0907\u0928\u092A\u0941\u091F \u092A\u0926\u094D\u0927\u0924\u093F \u0915\u0947 \u0924\u0939\u0924, / \u090F\u0915 \u0935\u093F\u0930\u093E\u092E \u092E\u0947\u0902 \u092C\u0926\u0932 \u091C\u093E\u090F\u0917\u093E, \u0914\u0930 \u0907\u092E\u0930\u094D\u0938\u093F\u0935 \u0905\u0928\u0941\u0935\u093E\u0926 \u0938\u0902\u092C\u0902\u0927\u093F\u0924 \u0938\u092D\u0940 \u091A\u0940\u0928\u0940 \u092A\u094D\u0930\u0924\u0940\u0915\u094B\u0902 \u0915\u093E \u0938\u092E\u0930\u094D\u0925\u0928 \u0915\u0930\u0924\u093E \u0939\u0948 \u091F\u094D\u0930\u093F\u0917\u0930 \u0935\u0930\u094D\u0923\u0964 , \u092F\u093E\u0928\u0940, //,, \u0914\u0930 \u0938\u092D\u0940 \u0915\u094B \u091F\u094D\u0930\u093F\u0917\u0930 \u0935\u0930\u094D\u0923 \u0915\u0947 \u0930\u0942\u092A \u092E\u0947\u0902 \u092A\u0939\u091A\u093E\u0928\u093E \u091C\u093E\u090F\u0917\u093E\u0964

\u0938\u093E\u0925 \u0939\u0940, \u0939\u092E \u0915\u092E\u093E\u0902\u0921 \u0915\u0947 \u0930\u0942\u092A \u092E\u0947\u0902 \u092D\u093E\u0937\u093E \u0915\u094B\u0921 \u0915\u0947 \u091A\u0940\u0928\u0940 \u0909\u092A\u0928\u093E\u092E\u094B\u0902 \u0915\u093E \u092D\u0940 \u0938\u092E\u0930\u094D\u0925\u0928 \u0915\u0930\u0924\u0947 \u0939\u0948\u0902\u0964 \u0909\u0926\u093E\u0939\u0930\u0923 \u0915\u0947 \u0932\u093F\u090F, /\u091C\u093E\u092A\u093E\u0928\u0940 \u0939\u0948\u0932\u094B \u0935\u0930\u094D\u0932\u094D\u0921 \u0915\u093E \u091C\u093E\u092A\u093E\u0928\u0940 \u092E\u0947\u0902 \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u093F\u092F\u093E \u091C\u093E\u090F\u0917\u093E\u0964 <1> \u0938\u092D\u0940 \u0938\u092E\u0930\u094D\u0925\u093F\u0924 \u092D\u093E\u0937\u093E \u0915\u094B\u0921 \u0926\u0947\u0916\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u092F\u0939\u093E\u0902 \u0915\u094D\u0932\u093F\u0915 \u0915\u0930\u0947\u0902\u0964 .",reloadCurrentPage:"\u0915\u0943\u092A\u092F\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0936\u0941\u0930\u0942 \u0915\u0930\u0928\u0947 \u0938\u0947 \u092A\u0939\u0932\u0947 \u0935\u0930\u094D\u0924\u092E\u093E\u0928 \u092A\u0943\u0937\u094D\u0920 \u0915\u094B \u0924\u093E\u091C\u093C\u093E \u0915\u0930\u0947\u0902",noLocalFilePermissionForPDF:"\u0935\u0930\u094D\u0924\u092E\u093E\u0928 \u092E\u0947\u0902 \u0939\u092E\u093E\u0930\u0947 \u092A\u093E\u0938 \u0938\u094D\u0925\u093E\u0928\u0940\u092F \u092B\u093C\u093E\u0907\u0932\u0947\u0902 \u092A\u0922\u093C\u0928\u0947 \u0915\u0940 \u0905\u0928\u0941\u092E\u0924\u093F \u0928\u0939\u0940\u0902 \u0939\u0948\u0964 \u0915\u0943\u092A\u092F\u093E \u090A\u092A\u0930 \u0926\u093F\u090F \u0917\u090F \u092C\u091F\u0928 \u092A\u0930 \u0915\u094D\u0932\u093F\u0915 \u0915\u0930\u0947\u0902 \u0914\u0930 \u0938\u094D\u0925\u093E\u0928\u0940\u092F \u092B\u093C\u093E\u0907\u0932\u0947\u0902 \u0906\u092F\u093E\u0924 \u0915\u0930\u0947\u0902\u0964",noPermissionForThisPage:"\u26A0\uFE0F \u0935\u0930\u094D\u0924\u092E\u093E\u0928 \u092A\u0943\u0937\u094D\u0920 \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0928\u0947 \u0915\u0940 \u0905\u0928\u0941\u092E\u0924\u093F \u0928\u0939\u0940\u0902",retryAllParagraphs:"\u0938\u092D\u0940 \u0924\u094D\u0930\u0941\u091F\u093F \u092A\u0948\u0930\u093E\u0917\u094D\u0930\u093E\u092B \u092A\u0941\u0928\u0903 \u092A\u094D\u0930\u092F\u093E\u0938 \u0915\u0930\u0947\u0902",retryAllButton:"\u0938\u092D\u0940 \u0924\u094D\u0930\u0941\u091F\u093F \u092A\u0948\u0930\u093E\u0917\u094D\u0930\u093E\u092B \u092A\u0941\u0928\u0903 \u092A\u094D\u0930\u092F\u093E\u0938 \u0915\u0930\u0947\u0902",errorTooltipTitle:"\u0924\u094D\u0930\u0941\u091F\u093F \u0915\u093E \u0915\u093E\u0930\u0923 \u0926\u0947\u0916\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u0915\u094D\u0932\u093F\u0915 \u0915\u0930\u0947\u0902",errorModalTitle:"\u0910\u0938\u093E \u0932\u0917\u0924\u093E \u0939\u0948 \u0915\u093F \u0905\u0928\u0941\u0935\u093E\u0926 \u0938\u0947\u0935\u093E \u092F\u093E \u0928\u0947\u091F\u0935\u0930\u094D\u0915 \u092E\u0947\u0902 \u0915\u0941\u091B \u0917\u0921\u093C\u092C\u0921\u093C \u0939\u0948...",disableConfirm:"\u0926\u094D\u0935\u093F\u092D\u093E\u0937\u0940 \u0938\u0942\u091A\u0928\u093E \u0938\u0902\u0935\u0930\u094D\u0926\u094D\u0927\u0928 \u0938\u0947\u091F\u093F\u0902\u0917\u094D\u0938",disableOnce:"\u0907\u0938 \u092C\u093E\u0930 \u0905\u0915\u094D\u0937\u092E",disableGlobal:"\u0938\u094D\u0925\u093E\u092F\u0940 \u0930\u0942\u092A \u0938\u0947 \u0905\u0915\u094D\u0937\u092E",disableTint:"* \u0906\u092A \u0907\u0938\u0947 {option} \u092E\u0947\u0902 \u092A\u0941\u0928\u0903 \u0938\u0915\u094D\u0937\u092E \u0915\u0930 \u0938\u0915\u0924\u0947 \u0939\u0948\u0902\u0964",searchEnhancementNotes:"\u0939\u092E\u0928\u0947 \u092A\u093E\u092F\u093E \u0915\u093F \u091A\u0940\u0928\u0940 \u0915\u0940\u0935\u0930\u094D\u0921 \u0914\u0930 \u0905\u0902\u0917\u094D\u0930\u0947\u091C\u0940 \u0915\u0940\u0935\u0930\u094D\u0921 \u0915\u0947 \u0932\u093F\u090F \u0938\u092E\u093E\u091A\u093E\u0930 \u092A\u0930\u093F\u0923\u093E\u092E \u092C\u0939\u0941\u0924 \u0905\u0932\u0917 \u0939\u0948\u0902\u0964 \u0907\u092E\u0930\u094D\u0938\u093F\u0935 \u091F\u094D\u0930\u093E\u0902\u0938\u0932\u0947\u0936\u0928 \u0926\u094D\u0935\u093F\u092D\u093E\u0937\u0940 \u0938\u0942\u091A\u0928\u093E \u0938\u0902\u0935\u0930\u094D\u0926\u094D\u0927\u0928 \u092B\u093C\u0902\u0915\u094D\u0936\u0928 \u0915\u094B \u0938\u0915\u094D\u0937\u092E \u0915\u0930\u0928\u0947 \u0915\u0947 \u092C\u093E\u0926, \u0939\u092E \u0938\u092E\u0930\u094D\u0925\u093F\u0924 \u0935\u0947\u092C\u0938\u093E\u0907\u091F\u094B\u0902 (Google \u0938\u092E\u093E\u091A\u093E\u0930, Google \u0916\u094B\u091C (\u0915\u0941\u091B \u0915\u0940\u0935\u0930\u094D\u0921), \u0938\u094D\u0928\u094B\u092C\u0949\u0932, \u0913\u0930\u093F\u090F\u0902\u091F\u0932 \u092B\u0949\u0930\u094D\u091A\u094D\u092F\u0942\u0928 \u0928\u0947\u091F\u0935\u0930\u094D\u0915, \u092B\u093C\u0941\u091F\u0942) \u092A\u0930 \u0916\u094B\u091C \u0915\u0930\u0947\u0902\u0917\u0947 , \u091F\u093E\u0907\u0917\u0930) \u0938\u094D\u0935\u091A\u093E\u0932\u093F\u0924 \u0930\u0942\u092A \u0938\u0947 \u0906\u092A\u0915\u0947 \u0932\u093F\u090F \u0905\u0902\u0917\u094D\u0930\u0947\u091C\u0940 \u092E\u0947\u0902 \u0938\u092E\u093E\u0928 \u0915\u0940\u0935\u0930\u094D\u0921 \u0916\u094B\u091C\u0924\u093E \u0939\u0948 \u0914\u0930 \u0909\u0928\u094D\u0939\u0947\u0902 \u0926\u093E\u0908\u0902 \u0913\u0930 \u092A\u094D\u0930\u0926\u0930\u094D\u0936\u093F\u0924 \u0915\u0930\u0924\u093E \u0939\u0948\u0964 \u092F\u0926\u093F \u0906\u092A\u0915\u094B \u0907\u0938 \u0938\u0941\u0935\u093F\u0927\u093E \u0915\u0940 \u0906\u0935\u0936\u094D\u092F\u0915\u0924\u093E \u0928\u0939\u0940\u0902 \u0939\u0948, \u0924\u094B \u0906\u092A \u0907\u0938\u0947 \u0905\u0915\u094D\u0937\u092E \u0915\u0930\u0928\u093E \u091A\u0941\u0928 \u0938\u0915\u0924\u0947 \u0939\u0948\u0902\u0964",option:"\u0938\u094D\u0925\u093E\u092A\u093F\u0924 \u0915\u0930\u0928\u093E",saveSettings:"\u0938\u0947\u091F\u093F\u0902\u0917\u094D\u0938 \u0938\u0947\u0935 \u0915\u0930\u0947\u0902",closeModal:"\u0916\u093F\u0921\u093C\u0915\u0940 \u092C\u0902\u0926 \u0915\u0930\u094B",enableInputTranslationWithoutTriggerKeyTitle:"\u0924\u094D\u0935\u0930\u093F\u0924 \u0915\u0949\u092E\u094D\u092C\u094B \u0915\u094B 3 \u0917\u0941\u0928\u093E{trailingKey}\u0938\u0915\u094D\u0937\u092E \u0915\u0930\u0947\u0902, \u0938\u0902\u092A\u0942\u0930\u094D\u0923 \u0907\u0928\u092A\u0941\u091F \u092C\u0949\u0915\u094D\u0938 \u0915\u094B \u0938\u0940\u0927\u0947{inputTargetLanguage}\u092E\u0947\u0902 \u0905\u0928\u0941\u0935\u093E\u0926\u093F\u0924 \u0915\u0930\u0947\u0902",enableInputTranslationWithoutTriggerKeyDescription:"\u092F\u0926\u093F \u0906\u092A\u0915\u094B \u0932\u0915\u094D\u0937\u094D\u092F \u092D\u093E\u0937\u093E \u0928\u093F\u0930\u094D\u0926\u093F\u0937\u094D\u091F \u0915\u0930\u0928\u0947 \u0915\u0940 \u0906\u0935\u0936\u094D\u092F\u0915\u0924\u093E \u0939\u0948, \u0924\u094B \u0915\u0943\u092A\u092F\u093E \u0938\u093E\u092E\u0928\u0947 \u092D\u093E\u0937\u093E \u0915\u094B\u0921 \u091C\u094B\u0921\u093C\u0947\u0902, \u091C\u0948\u0938\u0947\uFF1Aja \u0939\u0947\u0932\u094B \u0935\u0930\u094D\u0932\u094D\u0921",mouseHoverShortcutPlaceholder:"\u091C\u0948\u0938\u0947\uFF1A\u0936\u093F\u092B\u094D\u091F",deepLProName:"\u0907\u092E\u0930\u094D\u0938\u093F\u0935 \u091F\u094D\u0930\u093E\u0902\u0938\u0932\u0947\u0936\u0928 \u092A\u094D\u0930\u094B \u0938\u0926\u0938\u094D\u092F (\u0905\u0928\u0941\u0936\u0902\u0938\u093F\u0924)",deepLProDescription:"\u0935\u0930\u094D\u0924\u092E\u093E\u0928 \u092A\u0948\u0915\u0947\u091C \u0915\u093E \u0938\u0940\u0927\u0947 \u0909\u092A\u092F\u094B\u0917 \u0915\u093F\u092F\u093E \u091C\u093E \u0938\u0915\u0924\u093E \u0939\u0948",deeplProDescriptionForNormal:"\u0915\u093F\u0938\u0940 \u0938\u0947\u091F\u093F\u0902\u0917 \u0915\u0940 \u0906\u0935\u0936\u094D\u092F\u0915\u0924\u093E \u0928\u0939\u0940\u0902 \u0939\u0948\u0964 \u0906\u092A \u0938\u0926\u0938\u094D\u092F \u0915\u0947 \u0930\u0942\u092A \u092E\u0947\u0902 \u0932\u0949\u0917 \u0907\u0928 \u0915\u0930\u0928\u0947 \u0915\u0947 \u092C\u093E\u0926 \u0907\u0938\u0915\u093E \u0909\u092A\u092F\u094B\u0917 \u0915\u0930 \u0938\u0915\u0924\u0947 \u0939\u0948\u0902\u0964 <1> \u0938\u0926\u0938\u094D\u092F \u092E\u0947\u0902 \u0905\u092A\u0917\u094D\u0930\u0947\u0921 \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u092F\u0939\u093E\u0902 \u0915\u094D\u0932\u093F\u0915 \u0915\u0930\u0947\u0902\u0964",deepLCustomDescription:"\u0906\u092A\u0915\u094B \u090F\u0915 \u0935\u093F\u0926\u0947\u0936\u0940 \u0915\u094D\u0930\u0947\u0921\u093F\u091F \u0915\u093E\u0930\u094D\u0921 \u0915\u0940 \u0906\u0935\u0936\u094D\u092F\u0915\u0924\u093E \u0939\u0948, <1>\u0921\u0940\u092A\u090F\u0932 \u092A\u0930 \u091C\u093E\u090F\u0902 \u0906\u0927\u093F\u0915\u093E\u0930\u093F\u0915 \u0924\u094C\u0930 \u092A\u0930 \u0916\u094B\u0932\u093E \u0917\u092F\u093E, <2> \u0926\u0938\u094D\u0924\u093E\u0935\u0947\u091C\u093C \u0926\u0947\u0916\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u0915\u094D\u0932\u093F\u0915 \u0915\u0930\u0947\u0902",deepLCustomName:"\u0915\u0938\u094D\u091F\u092E \u092A\u094D\u0930\u093E\u092E\u093E\u0923\u093F\u0915 \u0915\u0941\u0902\u091C\u0940",chooseProviderLabel:"\u090F\u0915 \u0938\u0947\u0935\u093E \u092A\u094D\u0930\u0926\u093E\u0924\u093E \u091A\u0941\u0928\u0947\u0902",openaiProName:"\u0907\u092E\u0930\u094D\u0938\u093F\u0935 \u091F\u094D\u0930\u093E\u0902\u0938\u0932\u0947\u0936\u0928 \u092A\u094D\u0930\u094B \u0938\u0926\u0938\u094D\u092F (\u0905\u0928\u0941\u0936\u0902\u0938\u093F\u0924)",openaiProDescription:"\u0935\u0930\u094D\u0924\u092E\u093E\u0928 \u092A\u0948\u0915\u0947\u091C \u0915\u093E \u0938\u0940\u0927\u0947 \u0909\u092A\u092F\u094B\u0917 \u0915\u093F\u092F\u093E \u091C\u093E \u0938\u0915\u0924\u093E \u0939\u0948",openaiProDescriptionForNormal:"\u0915\u093F\u0938\u0940 \u0938\u0947\u091F\u093F\u0902\u0917 \u0915\u0940 \u0906\u0935\u0936\u094D\u092F\u0915\u0924\u093E \u0928\u0939\u0940\u0902 \u0939\u0948\u0964 \u0906\u092A \u0938\u0926\u0938\u094D\u092F \u0915\u0947 \u0930\u0942\u092A \u092E\u0947\u0902 \u0932\u0949\u0917 \u0907\u0928 \u0915\u0930\u0928\u0947 \u0915\u0947 \u092C\u093E\u0926 \u0907\u0938\u0915\u093E \u0909\u092A\u092F\u094B\u0917 \u0915\u0930 \u0938\u0915\u0924\u0947 \u0939\u0948\u0902\u0964 <1> \u0938\u0926\u0938\u094D\u092F \u092E\u0947\u0902 \u0905\u092A\u0917\u094D\u0930\u0947\u0921 \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u092F\u0939\u093E\u0902 \u0915\u094D\u0932\u093F\u0915 \u0915\u0930\u0947\u0902\u0964",openaiCustomDescription:"\u0907\u0938\u0947 OpenAI, Azure OpenAI, \u092F\u093E \u0905\u0928\u094D\u092F \u0924\u0943\u0924\u0940\u092F-\u092A\u0915\u094D\u0937 \u0938\u0947\u0935\u093E\u0913\u0902 \u0938\u0947 \u092A\u094D\u0930\u093E\u092A\u094D\u0924 \u0915\u093F\u092F\u093E \u091C\u093E \u0938\u0915\u0924\u093E \u0939\u0948\u0964 <1> \u0926\u0938\u094D\u0924\u093E\u0935\u0947\u091C\u093C \u0926\u0947\u0916\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u092F\u0939\u093E\u0902 \u0915\u094D\u0932\u093F\u0915 \u0915\u0930\u0947\u0902\u0964",openaiCustomName:"\u0915\u0938\u094D\u091F\u092E \u090F\u092A\u0940\u0906\u0908 \u0915\u0941\u0902\u091C\u0940",needLoginAction:"(\u0938\u0926\u0938\u094D\u092F\u0924\u093E \u0926\u0930\u094D\u091C \u0915\u0930\u0947\u0902 \u092F\u093E \u0905\u0928\u0941\u0915\u0942\u0932\u093F\u0924 \u0915\u0930\u0947\u0902)",goLoginOrAction:"(\u0938\u0926\u0938\u094D\u092F\u0924\u093E \u0926\u0930\u094D\u091C \u0915\u0930\u0947\u0902 \u092F\u093E \u0938\u0947\u091F\u093F\u0902\u0917\u094D\u0938 \u092A\u0930 \u091C\u093E\u090F\u0902)",yearly:"\u0938\u0924\u0924 \u0935\u093E\u0930\u094D\u0937\u093F\u0915 \u0938\u0926\u0938\u094D\u092F\u0924\u093E",quarterly:"\u0932\u0917\u093E\u0924\u093E\u0930 \u090B\u0924\u0941\u090F\u0901",monthly:"\u0928\u093F\u0930\u0902\u0924\u0930 \u092E\u093E\u0938\u093F\u0915 \u0938\u0926\u0938\u094D\u092F\u0924\u093E",yearlyForOnce:"\u090F\u0915\u092E\u0941\u0936\u094D\u0924 \u0935\u093E\u0930\u094D\u0937\u093F\u0915 \u092A\u0948\u0915\u0947\u091C",monthlyForOnce:"\u090F\u0915\u092E\u0941\u0936\u094D\u0924 \u092E\u093E\u0938\u093F\u0915 \u092A\u0948\u0915\u0947\u091C",daily:"\u0932\u0917\u093E\u0924\u093E\u0930 \u0926\u094B \u0926\u093F\u0928",year:"\u0938\u0924\u0924 \u0935\u093E\u0930\u094D\u0937\u093F\u0915 \u0938\u0926\u0938\u094D\u092F\u0924\u093E",quarter:"\u0932\u0917\u093E\u0924\u093E\u0930 \u090B\u0924\u0941\u090F\u0901",month:"\u0928\u093F\u0930\u0902\u0924\u0930 \u092E\u093E\u0938\u093F\u0915 \u0938\u0926\u0938\u094D\u092F\u0924\u093E",day:"\u0932\u0917\u093E\u0924\u093E\u0930 \u0926\u094B \u0926\u093F\u0928",onetime_7day:"7 \u0926\u093F\u0928 \u0915\u093E \u091F\u094D\u0930\u093E\u092F\u0932 \u092A\u0948\u0915\u0947\u091C",currentPlanDescriptionForFree:"\u0935\u0930\u094D\u0924\u092E\u093E\u0928 \u092A\u0948\u0915\u0947\u091C\uFF1A\u0928\u093F\u0903\u0936\u0941\u0932\u094D\u0915 \u0939\u0948",currentPlanDescriptionForContinuous:"\u0935\u0930\u094D\u0924\u092E\u093E\u0928 \u092A\u0948\u0915\u0947\u091C\uFF1A{plan}\u0939\u0948 \u0914\u0930 {endAt} \u0915\u094B \u0938\u094D\u0935\u091A\u093E\u0932\u093F\u0924 \u0930\u0942\u092A \u0938\u0947 \u0928\u0935\u0940\u0928\u0940\u0915\u0943\u0924 \u0939\u094B \u091C\u093E\u090F\u0917\u093E",currentPlanDescriptionForAutoRenewCaceling:"\u0935\u0930\u094D\u0924\u092E\u093E\u0928 \u092A\u0948\u0915\u0947\u091C\uFF1A{plan}\u0939\u0948 \u0914\u0930 {endAt} \u0915\u094B \u0938\u092E\u093E\u092A\u094D\u0924 \u0939\u094B \u091C\u093E\u090F\u0917\u093E\u0964 \u0938\u092E\u093E\u092A\u094D\u0924\u093F \u0915\u0947 \u092C\u093E\u0926 \u0907\u0938\u0947 \u0938\u094D\u0935\u091A\u093E\u0932\u093F\u0924 \u0930\u0942\u092A \u0938\u0947 \u0928\u0935\u0940\u0928\u0940\u0915\u0943\u0924 \u0928\u0939\u0940\u0902 \u0915\u093F\u092F\u093E \u091C\u093E\u090F\u0917\u093E\u0964",currentYearlyPlanDescriptionForAutoRenewCacelingWithRealPaiedUser:"\u0935\u0930\u094D\u0924\u092E\u093E\u0928 \u092A\u0948\u0915\u0947\u091C\uFF1A{plan} {endAt} \u0915\u094B \u0938\u092E\u093E\u092A\u094D\u0924 \u0939\u094B \u091C\u093E\u090F\u0917\u093E \u0914\u0930 \u0938\u092E\u093E\u092A\u094D\u0924\u093F \u0915\u0947 \u092C\u093E\u0926 \u0938\u094D\u0935\u091A\u093E\u0932\u093F\u0924 \u0930\u0942\u092A \u0938\u0947 \u0928\u0935\u0940\u0928\u0940\u0915\u0943\u0924 \u0928\u0939\u0940\u0902 \u0915\u093F\u092F\u093E \u091C\u093E\u090F\u0917\u093E\u0964
<1>\u0928\u0935\u0940\u0915\u0930\u0923 \u092F\u094B\u091C\u0928\u093E\u0913\u0902 \u0915\u094B \u092A\u094D\u0930\u092C\u0902\u0927\u093F\u0924 \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u092F\u0939\u093E\u0902 \u0915\u094D\u0932\u093F\u0915 \u0915\u0930\u0947\u0902",currentYearlyPlanDescriptionForAutoRenewCacelingWithAdmin:"\u0935\u0930\u094D\u0924\u092E\u093E\u0928 \u092A\u0948\u0915\u0947\u091C\uFF1A{plan} {endAt} \u0915\u094B \u0938\u092E\u093E\u092A\u094D\u0924 \u0939\u094B \u091C\u093E\u090F\u0917\u093E \u0914\u0930 \u0938\u092E\u093E\u092A\u094D\u0924\u093F \u0915\u0947 \u092C\u093E\u0926 \u0938\u094D\u0935\u091A\u093E\u0932\u093F\u0924 \u0930\u0942\u092A \u0938\u0947 \u0928\u0935\u0940\u0928\u0940\u0915\u0943\u0924 \u0928\u0939\u0940\u0902 \u0915\u093F\u092F\u093E \u091C\u093E\u090F\u0917\u093E\u0964
<1>\u0928\u093F\u0930\u0902\u0924\u0930 \u0935\u093E\u0930\u094D\u0937\u093F\u0915 \u0938\u0926\u0938\u094D\u092F\u0924\u093E \u0938\u0915\u094D\u0930\u093F\u092F \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u092F\u0939\u093E\u0902 \u0915\u094D\u0932\u093F\u0915 \u0915\u0930\u0947\u0902",currentPlanDescriptionForOneTime:"\u0935\u0930\u094D\u0924\u092E\u093E\u0928 \u092A\u0948\u0915\u0947\u091C\uFF1A{plan}\u0939\u0948 \u0914\u0930 {endAt} \u0915\u094B \u0938\u092E\u093E\u092A\u094D\u0924 \u0939\u094B \u091C\u093E\u090F\u0917\u093E\u0964 <1> \u0935\u093E\u0930\u094D\u0937\u093F\u0915 \u0936\u0941\u0932\u094D\u0915 \u092E\u0947\u0902 \u0905\u092A\u0917\u094D\u0930\u0947\u0921 \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u092F\u0939\u093E\u0902 \u0915\u094D\u0932\u093F\u0915 \u0915\u0930\u0947\u0902 \u092F\u093E <2> \u092E\u093E\u0938\u093F\u0915 \u0936\u0941\u0932\u094D\u0915 \u0938\u0926\u0938\u094D\u092F",upgradePlan:"\u092A\u094D\u0930\u094B \u0938\u0926\u0938\u094D\u092F\u0924\u093E \u092E\u0947\u0902 \u0905\u092A\u0917\u094D\u0930\u0947\u0921 \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u092F\u0939\u093E\u0902 \u0915\u094D\u0932\u093F\u0915 \u0915\u0930\u0947\u0902",upgradeToPro:"\u092A\u094D\u0930\u094B \u0938\u0926\u0938\u094D\u092F\u0924\u093E \u092E\u0947\u0902 \u0905\u092A\u0917\u094D\u0930\u0947\u0921 \u0915\u0930\u0947\u0902","popup.openPro":"\u092A\u094D\u0930\u094B \u0938\u0926\u0938\u094D\u092F\u0924\u093E \u092E\u0947\u0902 \u0905\u092A\u0917\u094D\u0930\u0947\u0921 \u0915\u0930\u0928\u0947 \u0915\u0947 \u092C\u093E\u0926, \u0906\u092A \u0921\u0940\u092A\u090F\u0932 \u0914\u0930 \u0913\u092A\u0928\u090F\u0906\u0908 \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u093E \u0906\u0928\u0902\u0926 \u0932\u0947 \u0938\u0915\u0924\u0947 \u0939\u0948\u0902, \u0905\u092A\u0917\u094D\u0930\u0947\u0921 \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u092F\u0939\u093E\u0902 \u0915\u094D\u0932\u093F\u0915 \u0915\u0930\u0947\u0902","popup.openProForPro":"\u0906\u092A \u090F\u0915 \u092A\u094D\u0930\u094B \u0938\u0926\u0938\u094D\u092F \u0939\u0948\u0902 \u0914\u0930 \u0938\u0940\u0927\u0947 \u0921\u0940\u092A\u090F\u0932 \u0914\u0930 \u0913\u092A\u0928\u090F\u0906\u0908 \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u093E \u0909\u092A\u092F\u094B\u0917 \u0915\u0930 \u0938\u0915\u0924\u0947 \u0939\u0948\u0902",currentAccount:"\u091A\u093E\u0932\u0942 \u0916\u093E\u0924\u093E",enableAutoSyncUserSettings:"\u090F\u0915\u093E\u0927\u093F\u0915 \u0921\u093F\u0935\u093E\u0907\u0938\u094B\u0902 \u092A\u0930 \u0938\u094D\u0935\u091A\u093E\u0932\u093F\u0924 \u0915\u094D\u0932\u093E\u0909\u0921 \u0938\u093F\u0902\u0915 \u0938\u0915\u094D\u0937\u092E \u0915\u0930\u0947\u0902",modalEnableInputTranslationTitle:"\u0907\u092E\u0930\u094D\u0938\u093F\u0935 \u091F\u094D\u0930\u093E\u0902\u0938\u0932\u0947\u0936\u0928 \u0907\u0928\u092A\u0941\u091F \u092C\u0949\u0915\u094D\u0938 \u091F\u094D\u0930\u093E\u0902\u0938\u0932\u0947\u0936\u0928 \u092F\u0941\u0915\u094D\u0924\u093F\u092F\u093E\u0901",modalEnableInputTranslationDesc:"\u0906\u092A\u0928\u0947 \u0938\u094D\u092A\u0947\u0938 \u092C\u093E\u0930 \u0915\u094B \u0932\u0917\u093E\u0924\u093E\u0930 \u0924\u0940\u0928 \u092C\u093E\u0930 \u0926\u092C\u093E\u0915\u0930 \u0907\u092E\u0930\u094D\u0938\u093F\u0935 \u091F\u094D\u0930\u093E\u0902\u0938\u0932\u0947\u0936\u0928 \u0915\u0947 \u0907\u0928\u092A\u0941\u091F \u092C\u0949\u0915\u094D\u0938 \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u094B \u091F\u094D\u0930\u093F\u0917\u0930 \u0915\u093F\u092F\u093E \u0939\u0948, \u0914\u0930 \u0907\u0928\u092A\u0941\u091F \u092C\u0949\u0915\u094D\u0938 \u0915\u0940 \u0938\u093E\u092E\u0917\u094D\u0930\u0940 \u0915\u094B \u0921\u093F\u092B\u093C\u0949\u0932\u094D\u091F \u0932\u0915\u094D\u0937\u094D\u092F \u092D\u093E\u0937\u093E \u092E\u0947\u0902 \u0905\u0928\u0941\u0935\u093E\u0926\u093F\u0924 \u0915\u093F\u092F\u093E \u091C\u093E\u090F\u0917\u093E\u0964 \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u094B Ctrl+Z \u0915\u0947 \u092E\u093E\u0927\u094D\u092F\u092E \u0938\u0947 \u092A\u0942\u0930\u094D\u0935\u0935\u0924 \u0915\u093F\u092F\u093E \u091C\u093E \u0938\u0915\u0924\u093E \u0939\u0948\u0964

\u092F\u0926\u093F \u092F\u0939 \u090F\u0915 \u0917\u0932\u0924\u0940 \u0939\u0948, \u0924\u094B \u091A\u093F\u0902\u0924\u093E \u0928 \u0915\u0930\u0947\u0902, \u0906\u092A \u0907\u0938 \u092C\u093E\u0930 \u0907\u0938\u0947 \u0905\u0915\u094D\u0937\u092E \u0915\u0930\u0928\u093E \u091A\u0941\u0928 \u0938\u0915\u0924\u0947 \u0939\u0948\u0902, \u092F\u093E \u0907\u0928\u092A\u0941\u091F \u092C\u0949\u0915\u094D\u0938 \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u094B \u0938\u094D\u0925\u093E\u092F\u0940 \u0930\u0942\u092A \u0938\u0947 \u0905\u0915\u094D\u0937\u092E \u0915\u0930 \u0938\u0915\u0924\u0947 \u0939\u0948\u0902\u0964",saveAndNotShowAgain:"\u0938\u0939\u0947\u091C\u0947\u0902 \u0914\u0930 \u0926\u094B\u092C\u093E\u0930\u093E \u0938\u0902\u0915\u0947\u0924 \u0928 \u0926\u0947\u0902",disableInputTranslationTips:"* \u0906\u092A {option} ,{learnMore}\u092E\u0947\u0902 \u091F\u094D\u0930\u093F\u0917\u0930 \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u0905\u0928\u094D\u092F \u0936\u0949\u0930\u094D\u091F\u0915\u091F \u0915\u0941\u0902\u091C\u093F\u092F\u093E\u0901 \u092D\u0940 \u0938\u0947\u091F \u0915\u0930 \u0938\u0915\u0924\u0947 \u0939\u0948\u0902\u0964",learnMore:"\u0914\u0930 \u091C\u093E\u0928\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u092F\u0939\u093E\u0902 \u0915\u094D\u0932\u093F\u0915 \u0915\u0930\u0947\u0902",continueEnalbeInputTranslation:"\u0907\u0928\u092A\u0941\u091F \u092C\u0949\u0915\u094D\u0938 \u0905\u0928\u0941\u0935\u093E\u0926 \u0938\u0915\u094D\u0937\u092E \u0915\u0930\u0928\u093E \u091C\u093E\u0930\u0940 \u0930\u0916\u0947\u0902",autoRenewTrialSuffix:'(\u092A\u0930\u0940\u0915\u094D\u0937\u0923 \u0915\u0947 \u0926\u094C\u0930\u093E\u0928,\u0924\u0941\u0930\u0902\u0924 \u0914\u092A\u091A\u093E\u0930\u093F\u0915\u092E\u0947\u0902 \u0905\u092A\u0917\u094D\u0930\u0947\u0921 \u0915\u0930 \u0926\u093F\u092F\u093E \u091C\u093E\u090F\u0917\u093E)',upgradeFromTrialTitle:"\u0906\u0927\u093F\u0915\u093E\u0930\u093F\u0915 \u0938\u0926\u0938\u094D\u092F \u0915\u0947 \u0930\u0942\u092A \u092E\u0947\u0902 \u0905\u092A\u0917\u094D\u0930\u0947\u0921 \u0915\u0930\u0947\u0902",subtitle:"\u0935\u0940\u0921\u093F\u092F\u094B \u0909\u092A\u0936\u0940\u0930\u094D\u0937\u0915",youtubeService:"\u0907\u092E\u0930\u094D\u0938\u093F\u0935 \u0905\u0928\u0941\u0935\u093E\u0926 \u0935\u0940\u0921\u093F\u092F\u094B \u0909\u092A\u0936\u0940\u0930\u094D\u0937\u0915 \u0905\u0928\u0941\u0935\u093E\u0926 \u0938\u0947\u0935\u093E","subtitle.disabledSubtitle":"\u0935\u0940\u0921\u093F\u092F\u094B \u0909\u092A\u0936\u0940\u0930\u094D\u0937\u0915 \u0915\u094B \u0938\u094D\u0925\u093E\u092F\u0940 \u0930\u0942\u092A \u0938\u0947 \u0905\u0915\u094D\u0937\u092E \u0915\u0930\u0947\u0902","subtitle.disabledSubtitleDescription":"\u092F\u0926\u093F \u0907\u092E\u0930\u094D\u0938\u093F\u0935 \u091F\u094D\u0930\u093E\u0902\u0938\u0932\u0947\u0936\u0928 \u0915\u0947 \u0935\u0940\u0921\u093F\u092F\u094B \u0909\u092A\u0936\u0940\u0930\u094D\u0937\u0915 \u0905\u0928\u094D\u092F \u090F\u0915\u094D\u0938\u091F\u0947\u0902\u0936\u0928 \u0915\u0947 \u0938\u093E\u0925 \u0938\u0902\u0918\u0930\u094D\u0937 \u0915\u0930\u0924\u0947 \u0939\u0948\u0902, \u0924\u094B \u0906\u092A \u0907\u092E\u0930\u094D\u0938\u093F\u0935 \u091F\u094D\u0930\u093E\u0902\u0938\u0932\u0947\u0936\u0928 \u0915\u0947 \u0935\u0940\u0921\u093F\u092F\u094B \u0909\u092A\u0936\u0940\u0930\u094D\u0937\u0915 \u092B\u093C\u0902\u0915\u094D\u0936\u0928 \u0915\u094B \u0938\u094D\u0925\u093E\u092F\u0940 \u0930\u0942\u092A \u0938\u0947 \u0905\u0915\u094D\u0937\u092E \u0915\u0930\u0928\u093E \u092F\u093E \u0905\u0928\u094D\u092F \u0935\u093F\u0930\u094B\u0927\u093E\u092D\u093E\u0938\u0940 \u090F\u0915\u094D\u0938\u091F\u0947\u0902\u0936\u0928 \u0915\u094B \u0905\u0928\u0907\u0902\u0938\u094D\u091F\u0949\u0932 \u0915\u0930\u0928\u093E \u091A\u0941\u0928 \u0938\u0915\u0924\u0947 \u0939\u0948\u0902\u0964","subtitle.autoEnableSubtitle":"\u0938\u094D\u0935\u091A\u093E\u0932\u093F\u0924 \u0930\u0942\u092A \u0938\u0947 \u0926\u094D\u0935\u093F\u092D\u093E\u0937\u0940 \u0909\u092A\u0936\u0940\u0930\u094D\u0937\u0915 \u0915\u093E \u0909\u092A\u092F\u094B\u0917 \u0915\u0930\u0947\u0902","subtitle.autoEnableSubtitleDescription":"\u0938\u0915\u094D\u0930\u093F\u092F \u0915\u0930\u0928\u0947 \u0915\u0947 \u092C\u093E\u0926, \u091C\u092C \u0935\u0940\u0921\u093F\u092F\u094B \u091A\u0932 \u0930\u0939\u093E \u0939\u094B\u0924\u093E \u0939\u0948, \u0924\u094B \u0938\u094D\u0935\u091A\u093E\u0932\u093F\u0924 \u0930\u0942\u092A \u0938\u0947 \u0926\u094D\u0935\u093F\u092D\u093E\u0937\u0940\u092F \u0909\u092A\u0936\u0940\u0930\u094D\u0937\u0915 \u0926\u093F\u0916\u093E\u0908 \u0926\u0947\u0902\u0917\u0947, \u0905\u0928\u094D\u092F\u0925\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u092C\u091F\u0928 \u092A\u0930 \u0915\u094D\u0932\u093F\u0915 \u0915\u0930\u0928\u0947 \u0915\u0940 \u0906\u0935\u0936\u094D\u092F\u0915\u0924\u093E \u0939\u094B\u0917\u0940\u0964","subtitle.preTranslation":"\u0909\u092A\u0936\u0940\u0930\u094D\u0937\u0915 \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u0907\u092E\u0930\u094D\u0938\u093F\u0935 \u091F\u094D\u0930\u093E\u0902\u0938\u0932\u0947\u0936\u0928 \u0915\u093E \u0909\u092A\u092F\u094B\u0917 \u0915\u0930\u0947\u0902","subtitle.preTranslationDescription":"\u0907\u0938\u0947 \u0938\u0915\u094D\u0937\u092E \u0915\u0930\u0928\u0947 \u0915\u0947 \u092C\u093E\u0926, \u0928\u0940\u091A\u0947 \u0926\u0940 \u0917\u0908 \u0928\u093F\u0930\u094D\u0926\u093F\u0937\u094D\u091F \u0905\u0928\u0941\u0935\u093E\u0926 \u0938\u0947\u0935\u093E \u0915\u093E \u0909\u092A\u092F\u094B\u0917 \u0938\u0902\u092A\u0942\u0930\u094D\u0923 \u0909\u092A\u0936\u0940\u0930\u094D\u0937\u0915 \u0915\u093E \u0905\u0917\u094D\u0930\u093F\u092E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u0915\u093F\u092F\u093E \u091C\u093E\u090F\u0917\u093E\u0964 \u090F\u0915 \u0918\u0902\u091F\u0947 \u0915\u093E \u0935\u0940\u0921\u093F\u092F\u094B \u0932\u0917\u092D\u0917 50,000 \u091F\u094B\u0915\u0928 \u092F\u093E \u0935\u0930\u094D\u0923\u094B\u0902 \u0915\u093E \u0909\u092A\u092D\u094B\u0917 \u0915\u0930\u0924\u093E \u0939\u0948, \u0907\u0938\u0932\u093F\u090F \u0915\u0943\u092A\u092F\u093E \u0907\u0938\u0947 \u0909\u092A\u092F\u0941\u0915\u094D\u0924 \u0915\u0947 \u0930\u0942\u092A \u092E\u0947\u0902 \u0909\u092A\u092F\u094B\u0917 \u0915\u0930\u0947\u0902; \u0907\u0938\u0947 \u092C\u0902\u0926 \u0915\u0930\u0928\u0947 \u0915\u0947 \u092C\u093E\u0926, \u092E\u0936\u0940\u0928 \u0938\u0947 \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u093F\u092F\u093E \u091C\u093E\u090F\u0917\u093E \u092E\u0942\u0932 \u0935\u0940\u0921\u093F\u092F\u094B \u0915\u0947 \u0938\u093E\u0925 \u0906\u0928\u0947 \u0935\u093E\u0932\u0947 \u0909\u092A\u0936\u0940\u0930\u094D\u0937\u0915 \u0915\u093E \u092A\u0939\u0932\u0947 \u0909\u092A\u092F\u094B\u0917 \u0915\u093F\u092F\u093E \u091C\u093E\u090F\u0917\u093E\u0964","subtitle.humanSubtitlesPreferred":"\u092E\u093E\u0928\u0935 \u0909\u092A\u0936\u0940\u0930\u094D\u0937\u0915 \u0915\u0947 \u0909\u092A\u092F\u094B\u0917 \u0915\u094B \u092A\u094D\u0930\u093E\u0925\u092E\u093F\u0915\u0924\u093E \u0926\u0947\u0902","subtitle.humanSubtitlesPreferredDescription":"\u091C\u092C \u0915\u093F\u0938\u0940 \u0935\u0940\u0921\u093F\u092F\u094B \u092E\u0947\u0902 \u0932\u0915\u094D\u0937\u093F\u0924 \u092D\u093E\u0937\u093E \u092E\u0947\u0902 \u092E\u0948\u0928\u094D\u092F\u0941\u0905\u0932 \u0909\u092A\u0936\u0940\u0930\u094D\u0937\u0915 \u0939\u094B\u0902, \u0924\u094B \u092A\u0939\u0932\u0947 \u092E\u0948\u0928\u094D\u092F\u0941\u0905\u0932 \u0909\u092A\u0936\u0940\u0930\u094D\u0937\u0915 \u0915\u093E \u0909\u092A\u092F\u094B\u0917 \u0915\u0930\u0947\u0902 (\u0905\u0928\u0941\u0936\u0902\u0938\u093F\u0924)",videoSubtitleTranslationDescription:"\u0935\u0940\u0921\u093F\u092F\u094B \u0909\u092A\u0936\u0940\u0930\u094D\u0937\u0915 \u0915\u0947 \u0932\u093F\u090F \u090F\u0915 \u0905\u0932\u0917 \u0905\u0928\u0941\u0935\u093E\u0926 \u0938\u0947\u0935\u093E \u0928\u093E\u092E\u093F\u0924 \u0915\u0930\u0947\u0902",subtitleTranslating:"{service} \u0938\u0947\u0935\u093E \u0915\u093E \u0909\u092A\u092F\u094B\u0917 \u0915\u0930\u0915\u0947 \u0909\u092A\u0936\u0940\u0930\u094D\u0937\u0915 \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930 \u0930\u0939\u0947 \u0939\u0948\u0902, \u0915\u0943\u092A\u092F\u093E \u092A\u094D\u0930\u0924\u0940\u0915\u094D\u0937\u093E \u0915\u0930\u0947\u0902... (\u0907\u092E\u0930\u094D\u0938\u093F\u0935 \u0905\u0928\u0941\u0935\u093E\u0926)",subtitleLoading:"\u0909\u092A\u0936\u0940\u0930\u094D\u0937\u0915 \u0932\u094B\u0921 \u0939\u094B \u0930\u0939\u093E \u0939\u0948...",bilingual:"\u0926\u094D\u0935\u093F\u092D\u093E\u0937\u093F\u0915","field.action":"Baidu \u0936\u092C\u094D\u0926\u093E\u0935\u0932\u0940 \u0915\u094B \u0938\u0915\u094D\u0937\u092E \u0915\u0930\u0928\u093E \u0939\u0948 \u092F\u093E \u0928\u0939\u0940\u0902","description.action":"\u0938\u0915\u094D\u0937\u092E \u0915\u0930\u0928\u0947 \u0915\u0947 \u092C\u093E\u0926, \u0936\u092C\u094D\u0926 \u0915\u094B \u0938\u0915\u094D\u0937\u092E \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F Baidu \u0915\u094B \u0938\u0942\u091A\u093F\u0924 \u0915\u0930\u0928\u0947 \u0915\u0947 \u0905\u0928\u0941\u0930\u094B\u0927 \u092E\u0947\u0902 \u092A\u0948\u0930\u093E\u092E\u0940\u091F\u0930 \u090F\u0915\u094D\u0936\u0928 = 1 \u091C\u094B\u0921\u093C\u093E \u091C\u093E\u090F\u0917\u093E\u0964 <1> \u0915\u0943\u092A\u092F\u093E \u0905\u0927\u093F\u0915 \u0928\u093F\u0930\u094D\u0926\u0947\u0936\u094B\u0902 \u0915\u0947 \u0932\u093F\u090F \u0906\u0927\u093F\u0915\u093E\u0930\u093F\u0915 \u0926\u0938\u094D\u0924\u093E\u0935\u0947\u091C\u093C \u0926\u0947\u0916\u0947\u0902\u0964",closeQuickTranslation:"\u0924\u0948\u0930\u0924\u0940 \u0939\u0941\u0908 \u0917\u0947\u0902\u0926 \u0915\u094B \u092C\u0902\u0926 \u0915\u0930\u0947\u0902","closeQuickTranslation.untilNext":"\u0905\u0917\u0932\u0940 \u092F\u093E\u0924\u094D\u0930\u093E \u0924\u0915 \u092C\u0902\u0926","closeQuickTranslation.currentWebsite":"\u0935\u0930\u094D\u0924\u092E\u093E\u0928 \u0935\u0947\u092C\u0938\u093E\u0907\u091F \u0905\u0915\u094D\u0937\u092E \u0939\u0948","closeQuickTranslation.alwaysClose":"\u0938\u094D\u0925\u093E\u092F\u0940 \u0930\u0942\u092A \u0938\u0947 \u0905\u0915\u094D\u0937\u092E","closeQuickTranslation.settingOpen":"(<1> \u0938\u0947\u091F\u093F\u0902\u0917 \u092A\u0947\u091C \u092A\u0930 \u092A\u093E\u092F\u093E \u091C\u093E \u0938\u0915\u0924\u093E \u0939\u0948 \u091A\u093E\u0932\u0942 \u0915\u0930\u094B)","closeQuickTranslation.cancel":"\u0930\u0926\u094D\u0926 \u0915\u0930\u0928\u093E","closeQuickTranslation.confirm":"\u091C\u093C\u0930\u0942\u0930","floatBall.popup":"\u0924\u094D\u0935\u0930\u093F\u0924 \u0938\u0947\u091F\u093F\u0902\u0917 \u092A\u0948\u0928\u0932 \u0916\u094B\u0932\u0947\u0902","floatBall.translate":"\u0907\u0938 \u092A\u0943\u0937\u094D\u0920 \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u0915\u094D\u0932\u093F\u0915 \u0915\u0930\u0947\u0902","floatBall.showOriginal":"\u092E\u0942\u0932 \u092A\u093E\u0920 \u092A\u0930 \u0935\u093E\u092A\u0938 \u091C\u093E\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u0915\u094D\u0932\u093F\u0915 \u0915\u0930\u0947\u0902","floatBall.close":"\u0924\u0948\u0930\u0924\u0940 \u0939\u0941\u0908 \u0917\u0947\u0902\u0926 \u0915\u094B \u092C\u0902\u0926 \u0915\u0930\u0947\u0902","floatBallOptions.enableDescPc":"\u092A\u0947\u091C \u092B\u093C\u094D\u0932\u094B\u091F\u093F\u0902\u0917 \u092C\u0949\u0932 \u0938\u0915\u094D\u0937\u092E \u0939\u094B\u0928\u0947 \u0915\u0947 \u092C\u093E\u0926, \u092A\u0943\u0937\u094D\u0920 \u0915\u0947 \u0926\u093E\u0908\u0902 \u0913\u0930 \u090F\u0915 \u0924\u094D\u0935\u0930\u093F\u0924 \u0905\u0928\u0941\u0935\u093E\u0926 \u092C\u091F\u0928 \u092A\u094D\u0930\u0926\u0930\u094D\u0936\u093F\u0924 \u0939\u094B\u0917\u093E\u0964 \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u0915\u094D\u0932\u093F\u0915 \u0915\u0930\u0947\u0902\u0964","floatBallOptions.enableDesc":"\u092B\u094D\u0932\u094B\u091F\u093F\u0902\u0917 \u092C\u0949\u0932 \u0915\u094B \u092C\u0902\u0926 \u0915\u0930\u0928\u0947 \u0915\u0947 \u092C\u093E\u0926 \u0907\u0938\u0947{touch}\u0938\u0947 \u091C\u0917\u093E\u092F\u093E \u091C\u093E \u0938\u0915\u0924\u093E \u0939\u0948\u0964 \u0907\u0938 \u0935\u093F\u0915\u0932\u094D\u092A \u0915\u094B \u0917\u0932\u0924\u0940 \u0938\u0947 \u092C\u0902\u0926 \u0915\u0930\u0928\u0947 \u0915\u0947 \u092C\u093E\u0926 \u092B\u094D\u0932\u094B\u091F\u093F\u0902\u0917 \u092C\u0949\u0932 \u0915\u094B \u092E\u093F\u0932\u0928\u0947 \u0938\u0947 \u0930\u094B\u0915\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F, \u0907\u0938 \u0938\u0947\u091F\u093F\u0902\u0917 \u092A\u0947\u091C \u0915\u094B \u092C\u0941\u0915\u092E\u093E\u0930\u094D\u0915 \u0915\u0930\u0928\u0947 \u0915\u0940 \u092A\u0941\u0930\u091C\u094B\u0930 \u0905\u0928\u0941\u0936\u0902\u0938\u093E \u0915\u0940 \u091C\u093E\u0924\u0940 \u0939\u0948\u0964","description.azureApiUrl":"\u0915\u0938\u094D\u091F\u092E \u090F\u092A\u0940\u0906\u0908 \u0907\u0902\u091F\u0930\u092B\u093C\u0947\u0938 \u092A\u0924\u093E \u092D\u0930\u0947\u0902",confirmSupportMouse:"\u092E\u093E\u0909\u0938 \u0938\u092E\u0930\u094D\u0925\u0928 \u0915\u094B \u0938\u0915\u094D\u0937\u092E \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u092C\u093E\u0927\u094D\u092F \u0915\u0930\u0947\u0902",confirmSupportMouseDescription:"\u092F\u0939 \u092A\u093E\u092F\u093E \u0917\u092F\u093E \u0939\u0948 \u0915\u093F \u0935\u0930\u094D\u0924\u092E\u093E\u0928 \u092C\u094D\u0930\u093E\u0909\u091C\u093C\u0930 \u092E\u093E\u0909\u0938 \u092B\u093C\u0902\u0915\u094D\u0936\u0928 \u0915\u093E \u0938\u092E\u0930\u094D\u0925\u0928 \u0928\u0939\u0940\u0902 \u0915\u0930\u0924\u093E \u0939\u0948\u0964 \u0915\u094D\u092F\u093E \u0906\u092A \u092E\u093E\u0909\u0938 \u0938\u092E\u0930\u094D\u0925\u0928 \u0915\u094B \u092C\u0932\u092A\u0942\u0930\u094D\u0935\u0915 \u0938\u0915\u094D\u0937\u092E \u0915\u0930\u0928\u093E \u091A\u093E\u0939\u0924\u0947 \u0939\u0948\u0902?",sampleTargetText:"\u0932\u092E\u094D\u092C\u0940 \u0930\u093E\u0924 \u0906\u0928\u0947 \u0935\u093E\u0932\u0940 \u0939\u0948, \u0914\u0930 \u0905\u092C \u0938\u0947 \u092E\u0948\u0902 \u092E\u0930\u0928\u0947 \u0924\u0915 \u091C\u093E\u0917\u0924\u093E \u0930\u0939\u0942\u0901\u0917\u093E\u0964 \u092E\u0948\u0902 \u0928 \u092A\u0924\u094D\u0928\u0940 \u0932\u0942\u0901\u0917\u093E, \u0928 \u091C\u093E\u0917\u0940\u0930, \u0928 \u092C\u091A\u094D\u091A\u0947\u0964 \u092E\u0948\u0902 \u0915\u094B\u0908 \u0924\u093E\u091C \u0928\u0939\u0940\u0902 \u092A\u0939\u0928\u0942\u0902\u0917\u093E \u092F\u093E \u0938\u092E\u094D\u092E\u093E\u0928 \u0915\u0947 \u0932\u093F\u090F \u092A\u094D\u0930\u0924\u093F\u0938\u094D\u092A\u0930\u094D\u0927\u093E \u0928\u0939\u0940\u0902 \u0915\u0930\u0942\u0902\u0917\u093E\u0964 \u092E\u0948\u0902 \u0905\u092A\u0928\u093E \u0915\u0930\u094D\u0924\u0935\u094D\u092F \u0928\u093F\u0937\u094D\u0920\u093E\u092A\u0942\u0930\u094D\u0935\u0915 \u0928\u093F\u092D\u093E\u090A\u0902\u0917\u093E, \u091C\u093F\u090A\u0902\u0917\u093E \u0914\u0930 \u092E\u0930\u0942\u0902\u0917\u093E\u0964",sampleSourceText:"Night gathers, and now my watch begins. It shall not end until my death. I shall take no wife, hold no lands, father no children. I shall wear no crowns and win no glory. I shall live and die at my post.","subtitle.supportedSites":"\u5DF2\u652F\u6301\u5728\u8FD9\u4E9B\u7F51\u7AD9\u4F7F\u7528\u53CC\u8BED\u5B57\u5E55\uFF08\u6CE8\u610F\uFF1A\u7531\u4E8E\u6280\u672F\u9650\u5236\uFF0C\u90E8\u5206\u7F51\u7AD9\u5728\u9996\u6B21\u5F00\u542F\u5B57\u5E55\u540E\u9700\u8981\u91CD\u65B0\u5237\u65B0\u9875\u9762\uFF0C\u6216\u8005\u9700\u7B49\u5F85\u7FFB\u8BD1\u5B8C\u6210\u4EE5\u663E\u793A\u53CC\u8BED\u5B57\u5E55\uFF09\uFF1A",viewWithImmersiveTranslate:"\u53CC\u8BED\u7248\u672C(\u6C89\u6D78\u5F0F\u7FFB\u8BD1)",errorReason:"\u9519\u8BEF\u539F\u56E0\uFF1A{message}","proQuotaExceededError.onetime7day":'\uFF0C\u60A8\u53EF\u4EE5\u9009\u62E9\u4EE5\u4E0B\u65B9\u5F0F\u89E3\u51B3\uFF1A

1. \u5207\u6362\u5230 {anotherService} \u6216\u5176\u4ED6\u7FFB\u8BD1\u670D\u52A1
2. \u5347\u7EA7\u4E3A\u6708\u5EA6/\u5E74\u5EA6\u4F1A\u5458',"proQuotaExceededError.trial":'\uFF0C\u60A8\u53EF\u4EE5\u9009\u62E9\u4EE5\u4E0B\u65B9\u5F0F\u89E3\u51B3\uFF1A

1. \u5207\u6362\u5230 {anotherService} \u6216\u5176\u4ED6\u7FFB\u8BD1\u670D\u52A1
2. \u7ACB\u523B\u5347\u7EA7\u4E3A\u6B63\u5F0F\u4F1A\u5458',"proQuotaExceededError.nonTrial":'\uFF0C\u60A8\u53EF\u4EE5\u9009\u62E9\u4EE5\u4E0B\u65B9\u5F0F\u89E3\u51B3\uFF1A

1. \u5207\u6362\u5230 {anotherService} \u6216\u5176\u4ED6\u7FFB\u8BD1\u670D\u52A1
2. \u8D2D\u4E70 {translationService} \u989D\u5916\u6D41\u91CF\u5305',"proQuotaExceededError.resetTime":"
3. \u989D\u5EA6\u91CD\u7F6E\u65F6\u95F4\uFF1A{resetTime}","desc.touchShortcutsToggleTranslatePageOnlyTranslation":"\u0915\u0947\u0935\u0932 \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u093E \u0924\u093E\u0924\u094D\u092A\u0930\u094D\u092F \u0939\u0948 \u0915\u093F \u0915\u0947\u0935\u0932 \u0905\u0928\u0941\u0935\u093E\u0926 \u092A\u094D\u0930\u0926\u0930\u094D\u0936\u093F\u0924 \u0939\u094B\u0917\u093E, \u092F\u0926\u093F \u0935\u0947\u092C\u092A\u0947\u091C \u0905\u092D\u0940 \u0924\u0915 \u0905\u0928\u0941\u0935\u093E\u0926\u093F\u0924 \u0928\u0939\u0940\u0902 \u0939\u0941\u0906 \u0939\u0948, \u0924\u094B \u092E\u094B\u0921 \u092C\u0926\u0932\u0947\u0917\u093E \u0914\u0930 \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0947\u0917\u093E\u0964","desc.toggleOnlyTransation":"\u0915\u0947\u0935\u0932 \u0905\u0928\u0941\u0935\u093E\u0926 \u092E\u094B\u0921 \u0915\u093E \u0924\u093E\u0924\u094D\u092A\u0930\u094D\u092F \u0939\u0948 \u0915\u093F \u0915\u0947\u0935\u0932 \u0905\u0928\u0941\u0935\u093E\u0926 \u092A\u094D\u0930\u0926\u0930\u094D\u0936\u093F\u0924 \u0939\u094B\u0917\u093E, \u092F\u0926\u093F \u0935\u0947\u092C\u092A\u0947\u091C \u0905\u092D\u0940 \u0924\u0915 \u0905\u0928\u0941\u0935\u093E\u0926\u093F\u0924 \u0928\u0939\u0940\u0902 \u0939\u0941\u0906 \u0939\u0948, \u0924\u094B \u092E\u094B\u0921 \u092C\u0926\u0932 \u091C\u093E\u090F\u0917\u093E \u0914\u0930 \u0905\u0928\u0941\u0935\u093E\u0926 \u0939\u094B\u0917\u093E\u0964",touchShortcutsToggleTranslatePageOnlyTranslation:"\u0938\u094D\u0915\u094D\u0930\u0940\u0928 \u091F\u091A \u091C\u0947\u0938\u094D\u091A\u0930 \u0938\u0947\u091F \u0915\u0930\u0947\u0902 \u0926\u094D\u0935\u093F\u092D\u093E\u0937\u0940 / \u0915\u0947\u0935\u0932 \u0905\u0928\u0941\u0935\u093E\u0926 \u092E\u094B\u0921 \u0915\u094B \u0938\u094D\u0935\u093F\u091A \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F",download_started:"\u0921\u093E\u0909\u0928\u0932\u094B\u0921 \u0936\u0941\u0930\u0942 \u0939\u094B \u091A\u0941\u0915\u093E \u0939\u0948, \u092F\u0926\u093F \u0938\u094D\u0935\u091A\u093E\u0932\u093F\u0924 \u0930\u0942\u092A \u0938\u0947 \u0921\u093E\u0909\u0928\u0932\u094B\u0921 \u0928\u0939\u0940\u0902 \u0939\u094B \u0930\u0939\u093E \u0939\u0948, \u0924\u094B \u0915\u0943\u092A\u092F\u093E \u092E\u0948\u0928\u094D\u092F\u0941\u0905\u0932 \u0930\u0942\u092A \u0938\u0947 \u0915\u094D\u0932\u093F\u0915 \u0915\u0930\u0947\u0902\u0964",here:"\u092F\u0939\u093E\u0901",batchEdit:"\u0925\u094B\u0915 \u0938\u0902\u091A\u093E\u0932\u0928","error.goReset":"\u0930\u0940\u0938\u0947\u091F \u0915\u0930\u0947\u0902",translationFont:"\u092B\u093C\u0949\u0928\u094D\u091F \u0938\u0947\u091F \u0915\u0930\u0947\u0902","translationFont.custom":"\u0905\u092A\u0928\u0940 \u0915\u0938\u094D\u091F\u092E \u092B\u093C\u0949\u0928\u094D\u091F \u0926\u0930\u094D\u091C \u0915\u0930\u0947\u0902","translationModeLang.translation.title":"\u0915\u0947\u0935\u0932 \u0905\u0928\u0941\u0935\u093E\u0926 \u092E\u094B\u0921 \u0915\u0940 \u092D\u093E\u0937\u093E","translationFont.customPlaceholder":"\u092B\u093C\u0949\u0928\u094D\u091F","translationServices.inherit":"\u092E\u0941\u0916\u094D\u092F \u0905\u0928\u0941\u0935\u093E\u0926 \u0938\u0947\u0935\u093E \u0915\u093E \u092A\u093E\u0932\u0928 \u0915\u0930\u0947\u0902","error.serveConfigError":"\u0938\u0947\u0935\u093E \u0938\u092E\u093E\u0915\u0943\u0924\u093F \u0924\u094D\u0930\u0941\u091F\u093F","error.configError":"\u0935\u093F\u0928\u094D\u092F\u093E\u0938 \u0921\u0947\u091F\u093E \u0905\u0938\u093E\u092E\u093E\u0928\u094D\u092F","translationModeUrl.translation.title":"\u0915\u0947\u0935\u0932 \u0905\u0928\u0941\u0935\u093E\u0926 \u092E\u094B\u0921 \u0915\u093E URL",toggleToService:"{\u0938\u0947\u0935\u093E} \u092A\u0930 \u0938\u094D\u0935\u093F\u091A \u0915\u0930\u0947\u0902 \u0914\u0930 \u092A\u0941\u0928\u0903 \u092A\u094D\u0930\u092F\u093E\u0938 \u0915\u0930\u0947\u0902",videoSubtitlePreTranslationOn:"\u0935\u0940\u0921\u093F\u092F\u094B \u0938\u092C\u091F\u093E\u092F\u091F\u0932\u094D\u0938 \u0915\u093E \u092A\u094D\u0930\u093E\u0925\u092E\u093F\u0915\u0924\u093E \u0938\u094D\u0935\u0930\u0942\u092A \u092E\u0947\u0902 \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u093E \u0909\u092A\u092F\u094B\u0917 \u0915\u0930\u0947\u0902\u0917\u0947\u0964","touch.mouse-translate":"\u0915\u0943\u092A\u092F\u093E \u0928\u093F\u0930\u094D\u0926\u093F\u0937\u094D\u091F \u092A\u0948\u0930\u093E\u0917\u094D\u0930\u093E\u092B \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0947\u0902",detectServiceLoading:"\u0909\u092A\u0932\u092C\u094D\u0927 \u0905\u0928\u0941\u0935\u093E\u0926 \u0938\u0947\u0935\u093E\u0913\u0902 \u0915\u0940 \u091C\u093E\u0902\u091A \u0915\u0930 \u0930\u0939\u093E \u0939\u0948...","error.proTokenInvalid":"\u092F\u0926\u093F \u0906\u092A \u092A\u094D\u0930\u094B \u0909\u092A\u092F\u094B\u0917\u0915\u0930\u094D\u0924\u093E \u0939\u0948\u0902, \u0924\u094B \u0915\u0943\u092A\u092F\u093E \u092A\u094D\u0930\u094B \u0905\u0928\u0941\u0935\u093E\u0926 \u0938\u0947\u0935\u093E \u0915\u093E \u0909\u092A\u092F\u094B\u0917 \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u0932\u0949\u0917 \u0907\u0928 \u0915\u0930\u0947\u0902\u0964","error.400":"\u0938\u0947\u0935\u093E \u0924\u094D\u0930\u0941\u091F\u093F \u0935\u093E\u092A\u0938 \u0915\u0930\u0924\u0940 \u0939\u0948, \u0905\u0928\u0941\u0930\u094B\u0927 \u092A\u0948\u0930\u093E\u092E\u0940\u091F\u0930 \u0917\u0932\u0924 \u0939\u0948, \u0915\u0943\u092A\u092F\u093E \u0938\u0902\u092C\u0902\u0927\u093F\u0924 \u0915\u0949\u0928\u094D\u092B\u093C\u093F\u0917\u0930\u0947\u0936\u0928 \u0915\u0940 \u091C\u093E\u0902\u091A \u0915\u0930\u0947\u0902\u0964","error.502":"\u0938\u0947\u0935\u093E \u0924\u094D\u0930\u0941\u091F\u093F \u0932\u094C\u091F\u0924\u0940 \u0939\u0948, \u0938\u0947\u0935\u093E \u0938\u092E\u092F \u0938\u092E\u093E\u092A\u094D\u0924, \u0915\u0943\u092A\u092F\u093E \u092C\u093E\u0926 \u092E\u0947\u0902 \u092A\u0941\u0928\u0903 \u092A\u094D\u0930\u092F\u093E\u0938 \u0915\u0930\u0947\u0902\u0964","error.reloadPageOfSetting":"\u0915\u0949\u0928\u094D\u092B\u093C\u093F\u0917\u0930 \u0915\u0930\u0928\u0947 \u0915\u0947 \u092C\u093E\u0926, \u0915\u0943\u092A\u092F\u093E \u092A\u0943\u0937\u094D\u0920 \u0915\u094B \u0924\u093E\u091C\u093C\u093E \u0915\u0930\u0947\u0902 \u0914\u0930 \u092B\u093F\u0930 \u0938\u0947 \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0947\u0902\u0964","translationModeUrl.translation.description":"\u091C\u092C \u0935\u0947\u092C\u0938\u093E\u0907\u091F \u0928\u093F\u092E\u094D\u0928\u0932\u093F\u0916\u093F\u0924 \u0921\u094B\u092E\u0947\u0928 \u0915\u0947 \u0932\u093F\u090F \u0939\u094B\u0924\u0940 \u0939\u0948, \u0924\u094B \u092F\u0939 \u0938\u094D\u0935\u091A\u093E\u0932\u093F\u0924 \u0930\u0942\u092A \u0938\u0947 \u0915\u0947\u0935\u0932 \u0905\u0928\u0941\u0935\u093E\u0926 \u092E\u094B\u0921 \u0915\u093E \u0909\u092A\u092F\u094B\u0917 \u0915\u0930\u0947\u0917\u0940\u0964","error.googleLimitIp":"\u0938\u0947\u0935\u093E \u0924\u094D\u0930\u0941\u091F\u093F \u0932\u094C\u091F\u093E\u0924\u0940 \u0939\u0948, \u0917\u0942\u0917\u0932 \u0938\u0947\u0935\u093E\u090F\u0902 \u0907\u0938 IP \u092A\u0924\u0947 \u092A\u0930 \u092A\u094D\u0930\u0935\u093E\u0939 \u0938\u0940\u092E\u093F\u0924 \u0915\u0930 \u091A\u0941\u0915\u0940 \u0939\u0948\u0902, \u0906\u092A\u0915\u093E \u0938\u0941\u091D\u093E\u0935 \u0939\u0948 \u0915\u093F \u0906\u092A \u0928\u0947\u091F\u0935\u0930\u094D\u0915 \u0928\u094B\u0921 \u092C\u0926\u0932\u0947\u0902\u0964","error.proUpgrade":"\u0905\u092A\u0917\u094D\u0930\u0947\u0921 \u0915\u0930\u0928\u0947 \u0915\u0947 \u092C\u093E\u0926, \u0915\u0943\u092A\u092F\u093E \u092A\u0943\u0937\u094D\u0920 \u0915\u094B \u0924\u093E\u091C\u093C\u093E \u0915\u0930\u0947\u0902 \u0914\u0930 \u092B\u093F\u0930 \u0938\u0947 \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0947\u0902\u0964","error.gemini.429":"\u0935\u0930\u094D\u0924\u092E\u093E\u0928 \u092E\u0947\u0902 \u091C\u0947\u092E\u093F\u0928\u0940 \u0938\u0947\u0935\u093E \u0915\u0940 \u0935\u0930\u094D\u0924\u092E\u093E\u0928 \u092D\u0930\u0923 \u0915\u094D\u0937\u092E\u0924\u093E \u0938\u0940\u092E\u093E \u0915\u094B \u092A\u0939\u0941\u0902\u091A \u091A\u0941\u0915\u0940 \u0939\u0948, \u0915\u0943\u092A\u092F\u093E \u092C\u093E\u0926 \u092E\u0947\u0902 \u092A\u094D\u0930\u092F\u093E\u0938 \u0915\u0930\u0947\u0902, \u092F\u093E \u0905\u0928\u094D\u092F \u0905\u0928\u0941\u0935\u093E\u0926 \u0938\u0947\u0935\u093E\u0913\u0902 \u092A\u0930 \u0938\u094D\u0935\u093F\u091A \u0915\u0930\u0947\u0902\u0964",enableSentryReport:"\u091C\u092C \u090F\u0915\u094D\u0938\u091F\u0947\u0902\u0936\u0928 \u092E\u0947\u0902 \u0924\u094D\u0930\u0941\u091F\u093F \u0939\u094B\u0924\u0940 \u0939\u0948, \u0924\u094B Sentry \u0915\u093E \u0909\u092A\u092F\u094B\u0917 \u092A\u094D\u0930\u0924\u093F\u0915\u094D\u0930\u093F\u092F\u093E \u0938\u092C\u092E\u093F\u091F \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u0915\u0930\u0947\u0902\u0964","error.403":"\u0938\u0947\u0935\u093E \u0924\u094D\u0930\u0941\u091F\u093F \u0932\u094C\u091F\u093E\u0924\u0940 \u0939\u0948, \u0905\u0938\u094D\u0925\u093E\u092F\u0940 \u0930\u0942\u092A \u0938\u0947 \u0907\u0938 \u0938\u0947\u0935\u093E \u0915\u093E \u0909\u092A\u092F\u094B\u0917 \u0915\u0930\u0928\u0947 \u0915\u0940 \u0905\u0928\u0941\u092E\u0924\u093F \u0928\u0939\u0940\u0902 \u0939\u0948\u0964","translationModeLang.translation.description":"\u091C\u092C \u092A\u0943\u0937\u094D\u0920 \u0915\u0940 \u092D\u093E\u0937\u093E \u0928\u093F\u092E\u094D\u0928\u0932\u093F\u0916\u093F\u0924 \u092D\u093E\u0937\u093E\u0913\u0902 \u092E\u0947\u0902 \u0939\u094B\u0924\u0940 \u0939\u0948, \u0924\u094B \u0915\u0947\u0935\u0932 \u0905\u0928\u0941\u0935\u093E\u0926 \u092E\u094B\u0921 \u0915\u093E \u0938\u094D\u0935\u091A\u093E\u0932\u093F\u0924 \u0930\u0942\u092A \u0938\u0947 \u0909\u092A\u092F\u094B\u0917 \u0915\u093F\u092F\u093E \u091C\u093E\u090F\u0917\u093E",videoSubtitlePreTranslationOff:"\u0935\u0940\u0921\u093F\u092F\u094B \u0938\u092C\u091F\u093E\u092F\u091F\u0932 \u092E\u0942\u0932 \u0935\u0940\u0921\u093F\u092F\u094B \u0926\u094D\u0935\u093E\u0930\u093E \u0938\u094D\u0935\u091A\u093E\u0932\u093F\u0924 \u0930\u0942\u092A \u0938\u0947 \u0905\u0928\u0941\u0935\u093E\u0926\u093F\u0924 \u0938\u092C\u091F\u093E\u092F\u091F\u0932 \u0915\u093E \u092A\u094D\u0930\u093E\u0925\u092E\u093F\u0915\u0924\u093E \u092A\u094D\u0930\u0926\u093E\u0928 \u0915\u0930\u0947\u0917\u093E\u0964","error.429":"\u0938\u0947\u0935\u093E \u0924\u094D\u0930\u0941\u091F\u093F \u0932\u094C\u091F\u093E\u0924\u0940 \u0939\u0948, \u091C\u093F\u0938\u0915\u093E \u0905\u0930\u094D\u0925 \u0939\u0948 \u0915\u093F \u0905\u0928\u0941\u0930\u094B\u0927 \u092C\u0939\u0941\u0924 \u0905\u0915\u094D\u0938\u0930 \u0939\u094B \u0930\u0939\u0947 \u0939\u0948\u0902 \u092F\u093E \u0938\u0940\u092E\u093E \u0938\u0940\u092E\u093E \u0938\u0947 \u0905\u0927\u093F\u0915 \u0939\u0948\u0902, \u0915\u0943\u092A\u092F\u093E \u092C\u093E\u0926 \u092E\u0947\u0902 \u092A\u0941\u0928\u0903 \u092A\u094D\u0930\u092F\u093E\u0938 \u0915\u0930\u0947\u0902\u0964","error.openAIExceededQuota":"\u0938\u0947\u0935\u093E \u0924\u094D\u0930\u0941\u091F\u093F \u0935\u093E\u092A\u0938 \u0915\u0930\u0924\u0940 \u0939\u0948: \u0906\u092A\u0915\u093E \u0935\u0930\u094D\u0924\u092E\u093E\u0928 OpenAI \u0916\u093E\u0924\u093E \u092C\u0948\u0932\u0947\u0902\u0938 \u092A\u0930\u094D\u092F\u093E\u092A\u094D\u0924 \u0928\u0939\u0940\u0902 \u0939\u0948, \u0915\u0943\u092A\u092F\u093E OpenAI \u0906\u0927\u093F\u0915\u093E\u0930\u093F\u0915 \u092C\u0948\u0915\u090F\u0902\u0921 \u092E\u0947\u0902 \u0930\u093F\u091A\u093E\u0930\u094D\u091C \u0915\u0930\u0947\u0902 \u092F\u093E \u0915\u094D\u0930\u0947\u0921\u093F\u091F \u0915\u093E\u0930\u094D\u0921 \u092C\u093E\u0902\u0927\u0947\u0902\u0964","translationFont.notSupportErrorMessage":"\u0915\u0943\u092A\u092F\u093E \u091C\u093E\u0902\u091A\u0947\u0902 \u0915\u093F \u0906\u092A\u0915\u0947 \u0926\u094D\u0935\u093E\u0930\u093E \u0926\u0930\u094D\u091C \u0915\u093F\u092F\u093E \u0917\u092F\u093E \u092B\u093C\u0949\u0928\u094D\u091F \u0928\u093E\u092E \u0938\u0939\u0940 \u0939\u0948 \u092F\u093E \u0928\u0939\u0940\u0902, \u092F\u093E \u092F\u0939 \u0938\u0941\u0928\u093F\u0936\u094D\u091A\u093F\u0924 \u0915\u0930\u0947\u0902 \u0915\u093F \u092F\u0939 \u092B\u093C\u0949\u0928\u094D\u091F \u0906\u092A\u0915\u0947 \u0909\u092A\u0915\u0930\u0923 \u092A\u0930 \u0938\u094D\u0925\u093E\u092A\u093F\u0924 \u0939\u0948\u0964","error.openAIFreeLimit":"\u0938\u0947\u0935\u093E \u0924\u094D\u0930\u0941\u091F\u093F \u0932\u094C\u091F\u093E\u0924\u0940 \u0939\u0948, \u0935\u0930\u094D\u0924\u092E\u093E\u0928 \u0905\u0928\u0941\u0935\u093E\u0926 \u0905\u0928\u0941\u0930\u094B\u0927 \u0915\u0940 \u0906\u0935\u0943\u0924\u094D\u0924\u093F \u092A\u094D\u0930\u0924\u093F \u092E\u093F\u0928\u091F 3 \u092C\u093E\u0930 \u0915\u0940 \u0905\u0927\u093F\u0915\u0924\u092E \u0938\u0940\u092E\u093E \u0924\u0915 \u092A\u0939\u0941\u0902\u091A \u091A\u0941\u0915\u0940 \u0939\u0948, \u0915\u0943\u092A\u092F\u093E \u092C\u093E\u0926 \u092E\u0947\u0902 \u092A\u094D\u0930\u092F\u093E\u0938 \u0915\u0930\u0947\u0902\u0964 (\u092F\u0939 OpenAI \u0915\u0940 \u0906\u0927\u093F\u0915\u093E\u0930\u093F\u0915 \u0938\u0940\u092E\u093E \u0939\u0948 \u0928\u093F:\u0936\u0941\u0932\u094D\u0915 API Key \u0915\u0947 \u0932\u093F\u090F, \u0907\u0938 \u0938\u0940\u092E\u093E \u0915\u094B \u0939\u091F\u093E\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F, \u0915\u0943\u092A\u092F\u093E OpenAI \u092C\u0948\u0915\u090F\u0902\u0921 \u092E\u0947\u0902 \u0915\u094D\u0930\u0947\u0921\u093F\u091F \u0915\u093E\u0930\u094D\u0921 \u092C\u093E\u0902\u0927\u0947\u0902\u0964)","desc.toggleVideoSubtitlePreTranslation":"\u091C\u092C \u0906\u092A \u0907\u0938\u0947 \u0926\u092C\u093E\u0924\u0947 \u0939\u0948\u0902, \u0924\u094B \u0935\u0940\u0921\u093F\u092F\u094B \u0926\u094D\u0935\u093F\u092D\u093E\u0937\u0940 \u0909\u092A\u0936\u0940\u0930\u094D\u0937\u0915 \u092A\u094D\u0930\u093E\u0925\u092E\u093F\u0915\u0924\u093E \u0938\u0947 \u0921\u0941\u092C\u0915\u0940 \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0940 \u0938\u0947\u091F\u093F\u0902\u0917 \u0915\u093E \u0909\u092A\u092F\u094B\u0917 \u0915\u0930\u0947\u0917\u093E, \u092B\u093F\u0930 \u0938\u0947 \u0926\u092C\u093E\u0928\u0947 \u092A\u0930 \u092F\u0939 \u092E\u0942\u0932 \u0935\u0940\u0921\u093F\u092F\u094B \u0915\u0947 \u0938\u094D\u0935\u091A\u093E\u0932\u093F\u0924 \u0905\u0928\u0941\u0935\u093E\u0926\u093F\u0924 \u0909\u092A\u0936\u0940\u0930\u094D\u0937\u0915 \u0915\u093E \u0909\u092A\u092F\u094B\u0917 \u0915\u0930\u0947\u0917\u093E, \u0927\u094D\u092F\u093E\u0928 \u0926\u0947\u0902: \u0907\u0938 \u0936\u0949\u0930\u094D\u091F\u0915\u091F \u0926\u094D\u0935\u093E\u0930\u093E \u0938\u0902\u0936\u094B\u0927\u093F\u0924 \u0938\u0947\u091F\u093F\u0902\u0917 \u0935\u0948\u0936\u094D\u0935\u093F\u0915 \u0939\u094B\u0924\u0940 \u0939\u0948\u0964","error.serveUnavailable":"\u0906\u092A\u0915\u0947 \u0926\u094D\u0935\u093E\u0930\u093E \u0935\u0930\u094D\u0924\u092E\u093E\u0928 \u092E\u0947\u0902 \u0909\u092A\u092F\u094B\u0917 \u0915\u093F\u090F \u091C\u093E \u0930\u0939\u0947 [{serverName}] \u0938\u0947\u0935\u093E \u0915\u094B \u0928\u0947\u091F\u0935\u0930\u094D\u0915 \u0915\u0928\u0947\u0915\u094D\u0936\u0928 \u092F\u093E \u0938\u0947\u0935\u093E \u092A\u094D\u0930\u0926\u093E\u0924\u093E \u0915\u0940 \u0938\u092E\u0938\u094D\u092F\u093E \u0915\u0947 \u0915\u093E\u0930\u0923 \u0905\u0938\u094D\u0925\u093E\u092F\u0940 \u0930\u0942\u092A \u0938\u0947 \u0909\u092A\u092F\u094B\u0917 \u0915\u0930\u0928\u0947 \u092E\u0947\u0902 \u0905\u0938\u092E\u0930\u094D\u0925 \u0939\u0948\u0964 \u0939\u092E\u093E\u0930\u093E \u0938\u0941\u091D\u093E\u0935 \u0939\u0948 \u0915\u093F \u0906\u092A \u092A\u0943\u0937\u094D\u0920 \u0915\u094B \u0924\u093E\u091C\u093E \u0915\u0930\u0928\u0947 \u0915\u093E \u092A\u094D\u0930\u092F\u093E\u0938 \u0915\u0930\u0947\u0902 \u092F\u093E <1>\u0938\u0947\u091F\u093F\u0902\u0917\u094D\u0938 \u0915\u0947 \u092E\u093E\u0927\u094D\u092F\u092E \u0938\u0947 \u0905\u0928\u094D\u092F \u0905\u0928\u0941\u0935\u093E\u0926 \u0938\u0947\u0935\u093E\u0913\u0902 \u0915\u094B \u092C\u0926\u0932\u0928\u0947 \u0915\u093E \u092A\u094D\u0930\u092F\u093E\u0938 \u0915\u0930\u0947\u0902\u0964 \u092F\u0926\u093F \u0906\u092A <2>Pro \u0938\u0926\u0938\u094D\u092F \u0939\u0948\u0902, \u0924\u094B \u0906\u092A DeepL \u092F\u093E OpenAI \u0905\u0928\u0941\u0935\u093E\u0926 \u0938\u0947\u0935\u093E \u0915\u093E \u0909\u092A\u092F\u094B\u0917 \u0915\u0930\u0928\u0947 \u0915\u093E \u091A\u092F\u0928 \u0915\u0930 \u0938\u0915\u0924\u0947 \u0939\u0948\u0902 \u091C\u094B \u0905\u0927\u093F\u0915 \u0938\u094D\u0925\u093F\u0930 \u0939\u0948 (<3>\u092F\u0939\u093E\u0902 \u092E\u0941\u092B\u094D\u0924 \u0905\u0928\u0941\u092D\u0935 \u0915\u0930\u0947\u0902)\u0964 \u0907\u0938\u0915\u0947 \u0905\u0932\u093E\u0935\u093E, \u0906\u092A\u0915\u094B \u0936\u093E\u092F\u0926 \u0905\u092A\u0928\u0940 \u0928\u0947\u091F\u0935\u0930\u094D\u0915 \u092F\u093E \u092A\u094D\u0930\u0949\u0915\u094D\u0938\u0940 \u0938\u0947\u091F\u093F\u0902\u0917\u094D\u0938 \u0915\u0940 \u091C\u093E\u0902\u091A \u0915\u0930\u0928\u0947 \u0915\u0940 \u0906\u0935\u0936\u094D\u092F\u0915\u0924\u093E \u0939\u094B \u0938\u0915\u0924\u0940 \u0939\u0948\u0964","translationServices.gemini":"\u092E\u093F\u0925\u0941\u0928","widget.translateFile":"PDF/ePub",goLogin:"\u0932\u0949\u0917 \u0907\u0928 \u0915\u0930\u0947\u0902","error.reason":"\u0924\u094D\u0930\u0941\u091F\u093F \u0915\u093E \u0915\u093E\u0930\u0923",contact:"\u0939\u092E\u0938\u0947 \u0938\u0902\u092A\u0930\u094D\u0915 \u0915\u0930\u0947\u0902",pickAll:"\u0938\u092D\u0940 \u0915\u093E \u091A\u092F\u0928 \u0915\u0930\u0947\u0902","multipleClick.3":"\u0924\u094D\u0930\u093F\u092A\u0932 \u0939\u093F\u091F","floatBall.iKnow":"\u092E\u0948\u0902\u0928\u0947 \u0938\u092E\u091D \u0932\u093F\u092F\u093E",shortcutSettings:"\u0936\u0949\u0930\u094D\u091F\u0915\u091F \u0915\u0941\u0902\u091C\u0940","error.retry":"\u092A\u0941\u0928\u0903 \u092A\u094D\u0930\u092F\u093E\u0938 \u0915\u0930\u0947\u0902",touchShortcutsOff:"\u092C\u0902\u0926 \u0915\u0930\u0947\u0902","subtitle.bilingual":"\u0926\u094D\u0935\u093F\u092D\u093E\u0937\u0940\u092F \u0909\u092A\u0936\u0940\u0930\u094D\u0937\u0915","tagsInput.add":"+ \u091C\u094B\u0921\u093C\u0947\u0902","slide.right":"\u092C\u093E\u090F\u0902 \u0938\u094D\u0932\u093E\u0907\u0921 \u0915\u0930\u0947\u0902","multipleClick.2":"\u0921\u092C\u0932 \u0915\u094D\u0932\u093F\u0915","widget.instruction":"\u0909\u092A\u092F\u094B\u0917 \u0915\u0940 \u0928\u093F\u0930\u094D\u0926\u0947\u0936\u093F\u0915\u093E",loggedIn:"\u0932\u0949\u0917 \u0907\u0928 \u0915\u093F\u092F\u093E \u0939\u0941\u0906 \u0939\u0948","shortcutGroup.main":"\u0938\u093E\u092E\u093E\u0928\u094D\u092F \u0909\u092A\u092F\u094B\u0917 \u0915\u0940 \u0936\u0949\u0930\u094D\u091F\u0915\u091F \u0915\u0941\u0902\u091C\u0940","slide.left":"\u0926\u093E\u090F\u0902 \u0938\u094D\u0932\u093E\u0907\u0921 \u0915\u0930\u0947\u0902",shortcutSettingsTitle:"\u0936\u0949\u0930\u094D\u091F\u0915\u091F \u0915\u0940 \u0938\u0947\u091F\u093F\u0902\u0917","multipleClick.4":"\u091A\u093E\u0930\u0939\u093F\u091F \u0938\u0902\u092F\u094B\u091C\u0928","error.subscriptionExpiredTitle":"\u0938\u0926\u0938\u094D\u092F\u0924\u093E \u0938\u092E\u093E\u092A\u094D\u0924 \u0939\u094B \u0917\u0908 \u0939\u0948",notLogin:"\u0932\u0949\u0917 \u0907\u0928 \u0928\u0939\u0940\u0902 \u0915\u093F\u092F\u093E \u0939\u0948","shortcutGroup.others":"\u0905\u0927\u093F\u0915 \u0915\u0938\u094D\u091F\u092E \u092B\u093C\u0902\u0915\u094D\u0936\u0928 \u0936\u0949\u0930\u094D\u091F\u0915\u091F","subtitle.hideQuickButton":"\u0907\u0938 \u0936\u0949\u0930\u094D\u091F\u0915\u091F \u0915\u094B \u092B\u093F\u0930 \u0938\u0947 \u0928\u093E \u0926\u093F\u0916\u093E\u090F\u0902","widget.videoSubtitleTooltip":"Youtube \u0906\u0926\u093F {count}+ \u0935\u0940\u0921\u093F\u092F\u094B \u0935\u0947\u092C\u0938\u093E\u0907\u091F\u094B\u0902 \u0915\u093E \u0938\u092E\u0930\u094D\u0925\u0928 \u0915\u0930\u0947\u0902","browser.translateInputBox":"\u0935\u0930\u094D\u0924\u092E\u093E\u0928 \u0907\u0928\u092A\u0941\u091F \u092C\u0949\u0915\u094D\u0938 \u0915\u0940 \u0938\u093E\u092E\u0917\u094D\u0930\u0940 \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0947\u0902",temprarilyChangeTranslationTo_openai:"\u0939\u092E \u0935\u0930\u094D\u0924\u092E\u093E\u0928 \u092A\u0943\u0937\u094D\u0920 \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 OpenAI \u0915\u093E \u0909\u092A\u092F\u094B\u0917 \u0915\u0930 \u0930\u0939\u0947 \u0939\u0948\u0902",alwaysTranslateThisSite:"\u0939\u092E\u0947\u0936\u093E \u0907\u0938 \u0935\u0947\u092C\u0938\u093E\u0907\u091F \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0947\u0902","shortcutGroup.mouse":"\u092E\u093E\u0909\u0938 \u0939\u094B\u0935\u0930 \u0936\u0949\u0930\u094D\u091F\u0915\u091F \u0915\u0949\u0928\u094D\u092B\u093C\u093F\u0917\u0930\u0947\u0936\u0928",translationOnlyMode:`\u0915\u0947\u0935\u0932 \u0905\u0928\u0941\u0935\u093E\u0926 \u092E\u094B\u0921 + {env.imt_sub_trans_field}: Traduction`,"subtitle.quickButton.magenta":"Fuchsia","subtitle.quickButton.red":"Rouge","subtitle.quickButton.setting":"Param\xE9trage","subtitle.quickButton.black":"noir","subtitle.quickButton.translationPosition":"Position de traduction","subtitle.quickButton.green":"Vert","subtitle.quickButton.translationFontSize":"Taille de police de traduction","subtitle.quickButton.sourceTextColor":"Couleur de police d'origine","translationServices.claude":"Claude","subtitle.quickButton.blue":"Bleu","subtitle.quickButton.sourceFontSize":"La taille originale de la police","subtitle.quickButton.translationTextColor":"Couleur de la police de traduction","subtitle.quickButton.backgroundColor":"couleur d'arri\xE8re-plan","subtitle.quickButton.white":"Blanc","subtitle.quickButton.translationPositionTop":"En haut de l'original","subtitle.quickButton.yellow":"jaune","subtitle.quickButton.cyan":"Bleu","subtitle.quickButton.backgroundOpacity":"Opacit\xE9 de l'arri\xE8re-plan","subtitle.quickButton.translationPositionBottom":"\u5728\u539F\u6587\u4E0B\u65B9",attachSubtitleTranslating:"Utilisation de {service} pour la traduction en cours...","error.claude.403":"Acc\xE8s temporairement interdit au service, cela peut \xEAtre li\xE9 aux restrictions r\xE9gionales de Claude. Vous pouvez essayer de changer votre adresse IP ou utiliser un autre service de traduction.","browser.brandDescriptionForSafari":"\u3010Traduction immersive\u3011Un plugin de traduction de pages web bilingue gratuit (texte original / traduction), qui supporte \xE9galement la traduction de PDF et de livres \xE9lectroniques EPUB tout en conservant la mise en page originale, la traduction de sous-titres bilingues pour des vid\xE9os en ligne comme Youtube/Netflix, et qui supporte les services de traduction principaux tels que Deepl/Google;","browser.PdfProFile":"AI pilot\xE9 PDF Pro traduction","browser.textTranslate":"Traduction de texte"};var z4={nologin:"\u0905\u0902\u0926\u0930 \u092A\u094D\u0930\u0935\u0947\u0936 \u0915\u0940 \u0905\u0928\u0941\u092E\u0924\u093F \u0928\u0939\u0940\u0902 \u0939\u0948",loginForSafari:"\u0932\u0949\u0917-\u0907\u0928 \u092F\u093E \u092A\u0902\u091C\u0940\u0915\u0943\u0924",login:"\u0932\u0949\u0917 \u0907\u0928 \u0915\u0930\u0928\u0947 \u0915\u0947 \u092C\u093E\u0926 \u0906\u092A \u0938\u0926\u0938\u094D\u092F\u0924\u093E \u0938\u0915\u094D\u0930\u093F\u092F \u0915\u0930 \u0938\u0915\u0924\u0947 \u0939\u0948\u0902",manageAccount:"\u0916\u093E\u0924\u0947 \u0915\u093E \u092A\u094D\u0930\u092C\u0902\u0927\u0928 \u0915\u0930\u0947\u0902",openPremium:"\u0938\u0926\u0938\u094D\u092F\u0924\u093E \u0917\u094D\u0930\u0939\u0923 \u0915\u0930\u0947\u0902",logout:"\u091B\u094B\u0921\u093C\u0928\u093E",curentPlan:"\u0935\u0930\u094D\u0924\u092E\u093E\u0928 \u092A\u0948\u0915\u0947\u091C",endAt:"\u092A\u0930\u093F\u092A\u0915\u094D\u0935\u0924\u093E",endAuto:"\u0938\u094D\u0935\u091A\u093E\u0932\u093F\u0924 \u0928\u0935\u0940\u0915\u0930\u0923",lineBreakMaxTextCount:"\u092A\u0902\u0915\u094D\u0924\u093F \u0935\u093F\u0930\u093E\u092E \u0915\u0947 \u092C\u093E\u0926 \u092A\u094D\u0930\u0924\u093F \u0935\u093E\u0915\u094D\u092F \u0905\u0928\u0941\u092E\u0924 \u0935\u0930\u094D\u0923\u094B\u0902 \u0915\u0940 \u0905\u0927\u093F\u0915\u0924\u092E \u0938\u0902\u0916\u094D\u092F\u093E","translate-pdf":"\u092A\u0940\u0921\u0940\u090F\u092B \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u0915\u094D\u0932\u093F\u0915 \u0915\u0930\u0947\u0902","noSupportTranslate-pdf":"\u0938\u094D\u0915\u094D\u0930\u093F\u092A\u094D\u091F \u0938\u092E\u0930\u094D\u0925\u093F\u0924 \u0928\u0939\u0940\u0902 \u0939\u0948, \u0915\u0943\u092A\u092F\u093E \u092A\u094D\u0932\u0917-\u0907\u0928 \u0915\u093E \u0909\u092A\u092F\u094B\u0917 \u0915\u0930\u0947\u0902","translate-firefox-local-pdf":"\u092A\u0940\u0921\u0940\u090F\u092B \u0906\u092F\u093E\u0924 \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u0915\u094D\u0932\u093F\u0915 \u0915\u0930\u0947\u0902",enableLineBreak:"\u0932\u0902\u092C\u0947 \u0905\u0928\u0941\u091A\u094D\u091B\u0947\u0926\u094B\u0902 \u0915\u0947 \u0932\u093F\u090F \u0938\u094D\u0935\u091A\u093E\u0932\u093F\u0924 \u0936\u092C\u094D\u0926 \u0930\u0948\u092A\u093F\u0902\u0917 \u091A\u093E\u0932\u0942 \u0915\u0930\u0947\u0902",sponsorLabel:"$1 \u0938\u0947 \u0936\u0941\u0930\u0942 \u0915\u0930\u0915\u0947 \u0915\u093F\u0938\u0940 \u0921\u0947\u0935\u0932\u092A\u0930 \u0915\u094B \u092A\u094D\u0930\u093E\u092F\u094B\u091C\u093F\u0924 \u0915\u0930\u0947\u0902",help:"\u092E\u0926\u0926",browserShortcutsNoteForFirefox:'\u092B\u093C\u093E\u092F\u0930\u092B\u093C\u0949\u0915\u094D\u0938 \u092C\u094D\u0930\u093E\u0909\u091C\u093C\u0930 \u092E\u0947\u0902 \u0936\u0949\u0930\u094D\u091F\u0915\u091F \u0915\u0941\u0902\u091C\u093F\u092F\u094B\u0902 \u0915\u094B \u0938\u0902\u0936\u094B\u0927\u093F\u0924 \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F, \u0906\u092A\u0915\u094B \u090F\u0915\u094D\u0938\u091F\u0947\u0902\u0936\u0928 \u092A\u094D\u0930\u092C\u0902\u0927\u0928 \u092A\u0943\u0937\u094D\u0920 `about:addons` \u0916\u094B\u0932\u0928\u093E \u0939\u094B\u0917\u093E, \u092B\u093F\u0930 "\u0938\u0947\u091F\u093F\u0902\u0917\u094D\u0938" \u092A\u0930 \u0915\u094D\u0932\u093F\u0915 \u0915\u0930\u0947\u0902, \u092B\u093F\u0930 \u0907\u0938\u0947 \u0938\u0947\u091F \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F "\u0936\u0949\u0930\u094D\u091F\u0915\u091F \u0915\u0941\u0902\u091C\u093F\u092F\u093E\u0901 \u092A\u094D\u0930\u092C\u0902\u0927\u093F\u0924 \u0915\u0930\u0947\u0902" \u092A\u0930 \u0915\u094D\u0932\u093F\u0915 \u0915\u0930\u0947\u0902\u0964',browserShortcutsNoteForChrome:"\u0915\u094D\u0930\u094B\u092E-\u091C\u0948\u0938\u0947 \u092C\u094D\u0930\u093E\u0909\u091C\u093C\u0930 \u092E\u0947\u0902 \u0936\u0949\u0930\u094D\u091F\u0915\u091F \u0915\u0941\u0902\u091C\u093F\u092F\u094B\u0902 \u0915\u094B \u0938\u0902\u0936\u094B\u0927\u093F\u0924 \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F, \u0906\u092A\u0915\u094B \u090F\u0915\u094D\u0938\u091F\u0947\u0902\u0936\u0928 \u092A\u094D\u0930\u092C\u0902\u0927\u0928 \u092A\u0943\u0937\u094D\u0920 \u0916\u094B\u0932\u0928\u093E \u0939\u094B\u0917\u093E, \u0907\u0938\u0947 `\u0936\u0949\u0930\u094D\u091F\u0915\u091F \u092A\u094D\u0930\u092C\u0902\u0927\u093F\u0924 \u0915\u0930\u0947\u0902` \u092A\u0948\u0928\u0932 (`\u0915\u094D\u0930\u094B\u092E://\u090F\u0915\u094D\u0938\u091F\u0947\u0902\u0936\u0928/\u0936\u0949\u0930\u094D\u091F\u0915\u091F`) \u092E\u0947\u0902 \u0938\u0947\u091F \u0915\u0930\u0928\u093E \u0939\u094B\u0917\u093E, \u0914\u0930 \u0938\u0940\u0927\u0947 \u091C\u093E\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u0928\u0940\u091A\u0947 \u0926\u093F\u090F \u0917\u090F \u092C\u091F\u0928 \u092A\u0930 \u0915\u094D\u0932\u093F\u0915 \u0915\u0930\u0928\u093E \u0939\u094B\u0917\u093E \u0936\u0949\u0930\u094D\u091F\u0915\u091F \u0915\u0941\u0902\u091C\u0940 \u092A\u094D\u0930\u092C\u0902\u0927\u0928 \u092A\u0943\u0937\u094D\u0920.",browserShortcutsSucks:"\u0915\u0938\u094D\u091F\u092E \u0936\u0949\u0930\u094D\u091F\u0915\u091F \u0915\u0941\u0902\u091C\u0940 \u092A\u094D\u0930\u093E\u0930\u0942\u092A \u0939\u0948 (\u0915\u094B\u0908 \u0938\u094D\u0935\u091A\u093E\u0932\u093F\u0924 \u092A\u0939\u091A\u093E\u0928 \u0928\u0939\u0940\u0902, \u0915\u0943\u092A\u092F\u093E \u0938\u0940\u0927\u0947 \u0926\u0930\u094D\u091C \u0915\u0930\u0947\u0902)\uFF1A",enableLineBreakDescription:"\u091A\u093E\u0932\u0942 \u0939\u094B\u0928\u0947 \u092A\u0930, \u092A\u0922\u093C\u0928\u0947 \u0915\u0940 \u0938\u0941\u0935\u093F\u0927\u093E \u0915\u0947 \u0932\u093F\u090F \u092A\u094D\u0930\u0924\u094D\u092F\u0947\u0915 \u0935\u093E\u0915\u094D\u092F \u0915\u0947 \u0905\u0902\u0924 \u092E\u0947\u0902 \u0932\u0902\u092C\u0947 \u092A\u0948\u0930\u093E\u0917\u094D\u0930\u093E\u092B \u092E\u0947\u0902 \u0932\u093E\u0907\u0928 \u092C\u094D\u0930\u0947\u0915 \u0921\u093E\u0932\u0947 \u091C\u093E\u090F\u0902\u0917\u0947\u0964","browser.shortBrandName":"\u0917\u0939\u0928 \u0905\u0928\u0941\u0935\u093E\u0926","browser.brandName":"\u0907\u092E\u0930\u094D\u0938\u093F\u0935 \u0905\u0928\u0941\u0935\u093E\u0926: \u0926\u094D\u0935\u093F\u092D\u093E\u0937\u0940 \u0935\u0947\u092C \u092A\u0947\u091C \u0905\u0928\u0941\u0935\u093E\u0926 \u0914\u0930 \u092A\u0940\u0921\u0940\u090F\u092B \u0926\u0938\u094D\u0924\u093E\u0935\u0947\u091C\u093C \u0905\u0928\u0941\u0935\u093E\u0926","browser.brandDescription":"Bilingual web page translation, also supports PDF translation, bilingual Epub eBook translation, free to use.","browser.toggleTranslatePage":"\u0935\u0947\u092C \u092A\u0947\u091C \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0947\u0902/\u092E\u0942\u0932 \u092A\u093E\u0920 \u0926\u093F\u0916\u093E\u090F\u0902","browser.toggleTranslateTheWholePage":"\u092A\u0943\u0937\u094D\u0920 \u0915\u0947 \u0938\u092D\u0940 \u0915\u094D\u0937\u0947\u0924\u094D\u0930\u094B\u0902 \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0947\u0902/\u092E\u0942\u0932 \u092A\u093E\u0920 \u092A\u094D\u0930\u0926\u0930\u094D\u0936\u093F\u0924 \u0915\u0930\u0947\u0902","browser.toggleOnlyTransation":"\u0926\u094D\u0935\u093F\u092D\u093E\u0937\u0940/\u0915\u0947\u0935\u0932 \u0905\u0928\u0941\u0935\u093E\u0926 \u092E\u094B\u0921 \u092A\u0930 \u0938\u094D\u0935\u093F\u091A \u0915\u0930\u0947\u0902","browser.toggleTranslateToThePageEndImmediately":"\u0924\u0941\u0930\u0902\u0924 \u092A\u0943\u0937\u094D\u0920 \u0915\u0947 \u0928\u0940\u091A\u0947 \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0947\u0902/\u092E\u0942\u0932 \u092A\u093E\u0920 \u0926\u093F\u0916\u093E\u090F\u0902","browser.toggleTranslateTheMainPage":"\u092A\u0943\u0937\u094D\u0920 \u0915\u0947 \u092E\u0941\u0916\u094D\u092F \u0915\u094D\u0937\u0947\u0924\u094D\u0930 \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0947\u0902/\u092E\u0942\u0932 \u092A\u093E\u0920 \u092A\u094D\u0930\u0926\u0930\u094D\u0936\u093F\u0924 \u0915\u0930\u0947\u0902","browser.shareToDraft":"\u0926\u094D\u0935\u093F\u092D\u093E\u0937\u0940 \u092A\u0943\u0937\u094D\u0920 \u0938\u093E\u091D\u093E \u0915\u0930\u0947\u0902","browser.openOptionsPage":"\u0938\u0947\u091F\u093F\u0902\u0917 \u092A\u0943\u0937\u094D\u0920 \u0916\u094B\u0932\u0947\u0902","browser.toggleTranslationMask":"\u0905\u0928\u0941\u0935\u093E\u0926 \u0927\u0941\u0902\u0927\u0932\u093E \u092A\u094D\u0930\u092D\u093E\u0935 \u0926\u093F\u0916\u093E\u090F\u0901/\u091B\u093F\u092A\u093E\u090F\u0901","browser.translateLocalPdfFile":"\u0938\u094D\u0925\u093E\u0928\u0940\u092F \u092A\u0940\u0921\u0940\u090F\u092B \u092B\u093E\u0907\u0932\u094B\u0902 \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0947\u0902","browser.openEbookViewer":"\u0938\u094D\u0925\u093E\u0928\u0940\u092F \u0908-\u092A\u0941\u0938\u094D\u0924\u0915\u0947\u0902 \u092A\u0922\u093C\u0947\u0902","browser.openEbookBuilder":"\u0926\u094D\u0935\u093F\u092D\u093E\u0937\u0940 EPUB \u0908-\u092A\u0941\u0938\u094D\u0924\u0915\u0947\u0902 \u092C\u0928\u093E\u090F\u0901","browser.translateLocalHtmlFile":"HTML/txt \u092B\u093C\u093E\u0907\u0932\u094B\u0902 \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0947\u0902","browser.donateContext":"\u092A\u094D\u0930\u093E\u092F\u094B\u091C\u0928 \u0932\u093E\u092D\u094B\u0902 \u0915\u0947 \u092C\u093E\u0930\u0947 \u092E\u0947\u0902 \u091C\u093E\u0928\u0947\u0902","browser.translateLocalSubtitleFile":"\u0938\u094D\u0925\u093E\u0928\u0940\u092F \u0909\u092A\u0936\u0940\u0930\u094D\u0937\u0915 \u092B\u093C\u093E\u0907\u0932\u094B\u0902 \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0947\u0902",confirmResetConfig:"\u0915\u094D\u092F\u093E \u0906\u092A \u0935\u093E\u0915\u0908 \u0905\u092A\u0928\u0940 \u0938\u0947\u091F\u093F\u0902\u0917\u094D\u0938 \u0930\u0940\u0938\u0947\u091F \u0915\u0930\u0928\u093E \u091A\u093E\u0939\u0924\u0947 \u0939\u0948\u0902?",translationLineBreakSettingTitle:"\u0905\u0928\u0941\u0935\u093E\u0926 \u092A\u0902\u0915\u094D\u0924\u093F \u0930\u0948\u092A\u093F\u0902\u0917 \u0938\u0947\u091F\u093F\u0902\u0917",smartLineBreak:"\u0938\u094D\u092E\u093E\u0930\u094D\u091F \u0932\u093E\u0907\u0928 \u0930\u0948\u092A\u093F\u0902\u0917",alwaysLineBreak:"\u0939\u092E\u0947\u0936\u093E \u0932\u092A\u0947\u091F\u094B",isShowContextMenu:"\u0905\u0928\u0941\u0935\u093E\u0926\u093F\u0924 \u0935\u0947\u092C \u092A\u0947\u091C \u0915\u094B \u0930\u093E\u0907\u091F-\u0915\u094D\u0932\u093F\u0915 \u092E\u0947\u0928\u0942 \u0906\u0907\u091F\u092E \u092E\u0947\u0902 \u091C\u094B\u0921\u093C\u0947\u0902",toggleBeta:"\u092C\u0940\u091F\u093E \u092A\u0930\u0940\u0915\u094D\u0937\u0923 \u0938\u0941\u0935\u093F\u0927\u093E\u090F\u0901 \u0938\u0915\u094D\u0937\u092E \u0915\u0930\u0947\u0902",betaDescription:"\u0909\u0928 \u0938\u0941\u0935\u093F\u0927\u093E\u0913\u0902 \u0915\u094B \u0938\u0915\u094D\u0937\u092E \u0915\u0930\u0947\u0902 \u091C\u094B \u0905\u092D\u0940 \u092D\u0940 \u092A\u094D\u0930\u092F\u094B\u0917\u093E\u0924\u094D\u092E\u0915 \u0939\u0948\u0902, \u0938\u093E\u0925 \u0939\u0940 \u092A\u0930\u0940\u0915\u094D\u0937\u0923 \u092E\u0947\u0902 \u0905\u0928\u0941\u0935\u093E\u0926 \u0938\u0947\u0935\u093E\u090F\u0902 \u092D\u0940 \u0938\u0915\u094D\u0937\u092E \u0915\u0930\u0947\u0902\u0964 <1>\u091F\u0947\u0932\u0940\u0917\u094D\u0930\u093E\u092E \u0938\u092E\u0942\u0939 \u0938\u0947 \u091C\u0941\u0921\u093C\u0947\u0902 \u0914\u0930 \u0905\u0927\u093F\u0915 \u091C\u093E\u0928\u0947\u0902\u0964",translationLineBreakSettingDescription:"\u0939\u092E\u0947\u0936\u093E \u0930\u0948\u092A \u0915\u092E \u0938\u093E\u092E\u0917\u094D\u0930\u0940 \u0935\u093E\u0932\u0947 \u0932\u0947\u0906\u0909\u091F \u0915\u0947 \u0932\u093F\u090F \u0909\u092A\u092F\u0941\u0915\u094D\u0924 \u0939\u094B\u0924\u093E \u0939\u0948 \u0914\u0930 \u0905\u0927\u093F\u0915 \u0938\u0941\u0935\u094D\u092F\u0935\u0938\u094D\u0925\u093F\u0924 \u0939\u094B\u0924\u093E \u0939\u0948\u0964 (\u0938\u094D\u0925\u093E\u0928 \u092C\u091A\u093E\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u092C\u0939\u0941\u0924 \u0938\u093E\u0930\u0940 \u0938\u093E\u092E\u0917\u094D\u0930\u0940 ({count}\u0938\u0947 \u0905\u0927\u093F\u0915 \u0905\u0915\u094D\u0937\u0930) \u0935\u093E\u0932\u0947 \u0932\u0902\u092C\u0947 \u092A\u0948\u0930\u093E\u0917\u094D\u0930\u093E\u092B \u092E\u0947\u0902 \u0938\u094D\u092E\u093E\u0930\u094D\u091F \u0932\u093E\u0907\u0928 \u092C\u094D\u0930\u0947\u0915 \u0915\u093E \u0909\u092A\u092F\u094B\u0917 \u0915\u0930\u0947\u0902)",tempTranslateDomainTitle:"\u0935\u0947\u092C\u0938\u093E\u0907\u091F \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u094B \u0905\u0938\u094D\u0925\u093E\u092F\u0940 \u0930\u0942\u092A \u0938\u0947 \u0915\u092C \u0924\u0915 \u0938\u0915\u094D\u0937\u092E \u0915\u0930\u0928\u093E \u0939\u0948",tempTranslateDomainDescription:"\u0915\u093F\u0938\u0940 \u0935\u0947\u092C \u092A\u0947\u091C \u0915\u093E \u092E\u0948\u0928\u094D\u092F\u0941\u0905\u0932 \u0930\u0942\u092A \u0938\u0947 \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0924\u0947 \u0938\u092E\u092F, \u0938\u094D\u0935\u091A\u093E\u0932\u093F\u0924 \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0947 \u0932\u093F\u090F \u0935\u0947\u092C\u0938\u093E\u0907\u091F \u0915\u094B \u0905\u0938\u094D\u0925\u093E\u092F\u0940 \u0930\u0942\u092A \u0938\u0947 \u091A\u093E\u0932\u0942 \u0915\u0930\u0947\u0902, \u0914\u0930 \u0906\u092A \u0905\u0938\u094D\u0925\u093E\u092F\u0940 \u0905\u0935\u0927\u093F \u0928\u093F\u0930\u094D\u0927\u093E\u0930\u093F\u0924 \u0915\u0930 \u0938\u0915\u0924\u0947 \u0939\u0948\u0902\u0964",xMinutes:"{count} \u092E\u093F\u0928\u091F",disabled:"\u0905\u0915\u094D\u0937\u092E \u0915\u0930\u0928\u093E",changelog:"\u0932\u0949\u0917 \u092C\u0926\u0932\u0947\u0902",toggleTranslatePageWhenThreeFingersOnTheScreen:"\u0935\u0947\u092C \u092A\u0947\u091C \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0928\u0947/\u092E\u0942\u0932 \u092A\u093E\u0920 \u092A\u094D\u0930\u0926\u0930\u094D\u0936\u093F\u0924 \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u090F\u0915 \u0939\u0940 \u0938\u092E\u092F \u092E\u0947\u0902 \u0915\u0908 \u0905\u0902\u0917\u0941\u0932\u093F\u092F\u094B\u0902 \u0938\u0947 \u0938\u094D\u0915\u094D\u0930\u0940\u0928 \u0915\u094B \u0938\u094D\u092A\u0930\u094D\u0936 \u0915\u0930\u0947\u0902",toggleTranslationMaskWhenThreeFingersOnTheScreen:"\u0905\u0928\u0941\u0935\u093E\u0926 \u0927\u0941\u0902\u0927\u0932\u093E \u092A\u094D\u0930\u092D\u093E\u0935 \u0926\u093F\u0916\u093E\u0928\u0947/\u091B\u093F\u092A\u093E\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u090F\u0915 \u0939\u0940 \u0938\u092E\u092F \u092E\u0947\u0902 \u0915\u0908 \u0905\u0902\u0917\u0941\u0932\u093F\u092F\u094B\u0902 \u0915\u094B \u0938\u094D\u092A\u0930\u094D\u0936 \u0915\u0930\u0947\u0902",fingerCountToToggleTranslagePageOnlyTranslationWhenTouching:"\u0935\u0947\u092C \u092A\u0947\u091C \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 (\u0915\u0947\u0935\u0932 \u0905\u0928\u0941\u0935\u093E\u0926)/\u092E\u0942\u0932 \u092A\u093E\u0920 \u092A\u094D\u0930\u0926\u0930\u094D\u0936\u093F\u0924 \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u090F\u0915 \u0939\u0940 \u0938\u092E\u092F \u092E\u0947\u0902 \u0915\u0908 \u0905\u0902\u0917\u0941\u0932\u093F\u092F\u094B\u0902 \u0938\u0947 \u0938\u094D\u0915\u094D\u0930\u0940\u0928 \u0915\u094B \u0938\u094D\u092A\u0930\u094D\u0936 \u0915\u0930\u0947\u0902",addUrlDescription:"\u092F\u0939 \u090F\u0915 \u0921\u094B\u092E\u0947\u0928 \u0928\u093E\u092E \u0939\u094B \u0938\u0915\u0924\u093E \u0939\u0948 \u0914\u0930 \u0935\u093E\u0907\u0932\u094D\u0921\u0915\u093E\u0930\u094D\u0921 \u0915\u093E \u0938\u092E\u0930\u094D\u0925\u0928 \u0915\u0930\u0924\u093E \u0939\u0948, \u091C\u0948\u0938\u0947\uFF1A*.google.com, google.com/mail/*, https://www.google.com/*",general:"\u092E\u0942\u0932 \u0938\u0947\u091F\u093F\u0902\u0917\u094D\u0938",clickToExpandConfig:"\u0935\u0930\u094D\u0924\u092E\u093E\u0928 \u0915\u0949\u0928\u094D\u092B\u093C\u093F\u0917\u0930\u0947\u0936\u0928 \u0915\u093E \u0935\u093F\u0938\u094D\u0924\u093E\u0930 \u0915\u0930\u0947\u0902",import:"\u092B\u093C\u093E\u0907\u0932 \u0938\u0947 \u0906\u092F\u093E\u0924 \u0915\u0930\u0947\u0902",export:"\u092B\u093C\u093E\u0907\u0932 \u092E\u0947\u0902 \u0928\u093F\u0930\u094D\u092F\u093E\u0924 \u0915\u0930\u0947\u0902",toggleDebug:"\u0915\u0902\u0938\u094B\u0932 \u092A\u0930 \u0921\u093F\u092C\u0917 \u0932\u0949\u0917 \u092A\u094D\u0930\u093F\u0902\u091F \u0915\u0930\u0947\u0902","fingers.0":"\u092C\u0902\u0926","fingers.2":"\u0926\u094B \u0909\u0902\u0917\u0932\u093F\u092F\u094B\u0902 \u0915\u093E \u0938\u094D\u092A\u0930\u094D\u0936","fingers.3":"\u0924\u0940\u0928 \u0909\u0902\u0917\u0932\u093F\u092F\u094B\u0902 \u0915\u093E \u0938\u094D\u092A\u0930\u094D\u0936","fingers.4":"\u091A\u093E\u0930 \u0905\u0902\u0917\u0941\u0932 \u0915\u093E \u0938\u094D\u092A\u0930\u094D\u0936","fingers.5":"\u092A\u093E\u0901\u091A \u0905\u0902\u0917\u0941\u0932 \u0915\u093E \u0938\u094D\u092A\u0930\u094D\u0936",mouseHoldKey:"+ {key} \u0907\u0938 \u0905\u0928\u0941\u091A\u094D\u091B\u0947\u0926 \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926/\u092A\u0941\u0928\u0930\u094D\u0938\u094D\u0925\u093E\u092A\u0928\u093E \u0915\u0930\u0947\u0902",mouseHoldKeyAuto:"\u0907\u0938 \u0905\u0928\u0941\u091A\u094D\u091B\u0947\u0926 \u0915\u093E \u0938\u0940\u0927\u0947 \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0947\u0902",mouseHoldKeyOff:"\u0915\u0941\u091B \u092E\u0924 \u0915\u0930\u094B",mouseHoldKeyOther:"\u0915\u0938\u094D\u091F\u092E \u0936\u0949\u0930\u094D\u091F\u0915\u091F \u0915\u0941\u0902\u091C\u093F\u092F\u093E\u0901 (\u0938\u0947\u091F\u093F\u0902\u0917\u094D\u0938 \u0916\u094B\u0932\u0947\u0902)",mouseHoldKeyCustomKey:"0\u0907\u0938 \u0905\u0928\u0941\u091A\u094D\u091B\u0947\u0926 \u0915\u093E {key} /\u092A\u0941\u0928\u0930\u094D\u0938\u094D\u0925\u093E\u092A\u0928\u093E \u0915\u0930\u0947\u0902",mouseHoverHoldKey:"\u092A\u0948\u0930\u093E\u0917\u094D\u0930\u093E\u092B \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u092E\u093E\u0909\u0938 \u0915\u094B \u0918\u0941\u092E\u093E\u090F\u0901 \u0914\u0930 \u0936\u0949\u0930\u094D\u091F\u0915\u091F \u0915\u0941\u0902\u091C\u0940 \u0926\u092C\u093E\u090F\u0901","mouse-translate":"\u092E\u093E\u0909\u0938 \u0915\u0947 \u090A\u092A\u0930",document:"\u0926\u0938\u094D\u0924\u093E\u0935\u0947\u091C\u093C",resetSuccess:"\u0938\u092D\u0940 \u0938\u0947\u091F\u093F\u0902\u0917\u094D\u0938 \u0938\u092B\u0932\u0924\u093E\u092A\u0942\u0930\u094D\u0935\u0915 \u0930\u0940\u0938\u0947\u091F \u0915\u0930\u0947\u0902",resetThisSuccess:"\u0930\u0940\u0938\u0947\u091F \u0938\u092B\u0932",saved:"\u0938\u092B\u0932\u0924\u093E\u092A\u0942\u0930\u094D\u0935\u0915 \u092C\u091A\u093E\u092F\u093E",successImportConfig:"\u0915\u0949\u0928\u094D\u092B\u093C\u093F\u0917\u0930\u0947\u0936\u0928 \u0938\u092B\u0932\u0924\u093E\u092A\u0942\u0930\u094D\u0935\u0915 \u0906\u092F\u093E\u0924 \u0915\u093F\u092F\u093E \u0917\u092F\u093E",goAdvancedSettings:"\u0909\u0928\u094D\u0928\u0924 \u0938\u0947\u091F\u093F\u0902\u0917 \u092A\u0943\u0937\u094D\u0920 \u092A\u0930 \u091C\u093E\u090F\u0901",goAdvancedInterfaceSettings:"\u0909\u0928\u094D\u0928\u0924 \u0905\u0928\u0941\u0915\u0942\u0932\u0928 \u0938\u0947\u091F\u093F\u0902\u0917 \u092A\u0943\u0937\u094D\u0920 \u092A\u0930 \u091C\u093E\u090F\u0901",advanced:"\u090F\u0921\u0935\u093E\u0902\u0938 \u0938\u0947\u091F\u093F\u0902\u0917",advancedDescription:"\u0906\u092E \u0924\u094C\u0930 \u092A\u0930, \u0915\u093F\u0938\u0940 \u0938\u0947\u091F\u093F\u0902\u0917 \u0915\u0940 \u0906\u0935\u0936\u094D\u092F\u0915\u0924\u093E \u0928\u0939\u0940\u0902 \u0939\u0948, \u092C\u0938 \u0921\u093F\u092B\u093C\u0949\u0932\u094D\u091F \u0930\u0916\u0947\u0902\u0964 \u0915\u0947\u0935\u0932 \u0905\u0927\u093F\u0915 \u092A\u0947\u0936\u0947\u0935\u0930 \u0909\u092A\u092F\u094B\u0917\u0915\u0930\u094D\u0924\u093E\u0913\u0902 \u0915\u0947 \u0932\u093F\u090F, \u0905\u0927\u093F\u0915 \u0935\u0948\u092F\u0915\u094D\u0924\u093F\u0915\u0943\u0924 \u0938\u0947\u091F\u093F\u0902\u0917\u094D\u0938 \u092A\u094D\u0930\u0926\u093E\u0928 \u0915\u0940 \u091C\u093E\u0924\u0940 \u0939\u0948\u0902\u0964",developer:"\u0921\u0947\u0935\u0932\u092A\u0930 \u0938\u0947\u091F\u093F\u0902\u0917\u094D\u0938",donateCafe:"\u0915\u0940\u092E\u0924","translate to the bottom of the page":"\u0935\u0947\u092C \u092A\u0947\u091C \u092E\u0947\u0902 \u092A\u094D\u0930\u0935\u0947\u0936 \u0915\u0930\u0928\u0947 \u0915\u0947 \u092C\u093E\u0926, \u0915\u094D\u092F\u093E \u0907\u0938\u0915\u093E \u0924\u0941\u0930\u0902\u0924 \u092A\u0943\u0937\u094D\u0920 \u0915\u0947 \u0928\u093F\u091A\u0932\u0947 \u092D\u093E\u0917 \u092E\u0947\u0902 \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u093F\u092F\u093E \u091C\u093E\u0924\u093E \u0939\u0948?",feedback:"\u092A\u094D\u0930\u0924\u093F\u0915\u094D\u0930\u093F\u092F\u093E",toggleTranslatePage:"\u0935\u0947\u092C \u092A\u0947\u091C \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0947\u0902/\u092E\u0942\u0932 \u092A\u093E\u0920 \u0926\u093F\u0916\u093E\u090F\u0902",translateToThePageEndImmediatelyDescription:"\u091A\u093E\u0932\u0942 \u0939\u094B\u0928\u0947 \u092A\u0930, \u0915\u093F\u0938\u0940 \u0935\u0947\u092C\u092A\u0947\u091C \u092E\u0947\u0902 \u092A\u094D\u0930\u0935\u0947\u0936 \u0915\u0930\u0928\u0947 \u092A\u0930 \u0938\u093E\u092E\u0917\u094D\u0930\u0940 \u0924\u0941\u0930\u0902\u0924 \u090A\u092A\u0930 \u0938\u0947 \u0928\u0940\u091A\u0947 \u0924\u0915 \u0905\u0928\u0941\u0935\u093E\u0926\u093F\u0924 \u0939\u094B \u091C\u093E\u090F\u0917\u0940\u0964 \u092F\u0926\u093F \u092C\u0902\u0926 \u0939\u0948, \u0924\u094B \u0906\u092A \u090F\u0915 \u0939\u0940 \u0938\u092E\u092F \u092E\u0947\u0902 \u092A\u0922\u093C \u0914\u0930 \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930 \u0938\u0915\u0924\u0947 \u0939\u0948\u0902\u0964 (\u091A\u093E\u0932\u0942 \u0915\u0930\u0928\u0947 \u0915\u0940 \u0905\u0928\u0941\u0936\u0902\u0938\u093E \u0928\u0939\u0940\u0902 \u0915\u0940 \u0917\u0908)","translate all areas of the page":"\u0935\u0947\u092C \u092A\u0947\u091C \u0915\u0947 \u0938\u092D\u0940 \u0915\u094D\u0937\u0947\u0924\u094D\u0930\u094B\u0902 \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0928\u093E \u0939\u0948 \u092F\u093E \u0928\u0939\u0940\u0902",translationAreaDescription:"\u091A\u093E\u0932\u0942 \u0939\u094B\u0928\u0947 \u092A\u0930, \u0938\u0902\u092A\u0942\u0930\u094D\u0923 \u0935\u0947\u092C \u092A\u0947\u091C \u0915\u0947 \u0938\u092D\u0940 \u0915\u094D\u0937\u0947\u0924\u094D\u0930\u094B\u0902 \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u093F\u092F\u093E \u091C\u093E\u090F\u0917\u093E\u0964 \u092F\u0926\u093F \u092C\u0902\u0926 \u0915\u093F\u092F\u093E \u091C\u093E\u0924\u093E \u0939\u0948, \u0924\u094B \u0921\u093F\u092B\u093C\u0949\u0932\u094D\u091F \u0938\u094D\u092E\u093E\u0930\u094D\u091F \u092A\u0939\u091A\u093E\u0928 \u0915\u093E \u0909\u092A\u092F\u094B\u0917 \u0915\u093F\u092F\u093E \u091C\u093E\u0924\u093E \u0939\u0948 \u0914\u0930 \u0915\u0947\u0935\u0932 \u092E\u0941\u0916\u094D\u092F \u0915\u094D\u0937\u0947\u0924\u094D\u0930 \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u093F\u092F\u093E \u091C\u093E\u0924\u093E \u0939\u0948\u0964 (\u091A\u093E\u0932\u0942 \u0915\u0930\u0928\u0947 \u0915\u0940 \u0905\u0928\u0941\u0936\u0902\u0938\u093E \u0928\u0939\u0940\u0902 \u0915\u0940 \u0917\u0908)","the number of characters to be translated first":"\u0926\u0943\u0936\u094D\u092F \u0915\u094D\u0937\u0947\u0924\u094D\u0930 \u0924\u0915 \u0938\u094D\u0915\u094D\u0930\u0949\u0932 \u0915\u0930\u0928\u0947 \u0915\u0940 \u092A\u094D\u0930\u0924\u0940\u0915\u094D\u0937\u093E \u0915\u093F\u090F \u092C\u093F\u0928\u093E \u092A\u0943\u0937\u094D\u0920 \u0915\u0947 \u092A\u0939\u0932\u0947 \u0915\u0941\u091B \u0935\u0930\u094D\u0923\u094B\u0902 \u0915\u093E \u0938\u0940\u0927\u0947 \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0947\u0902","interface language":"\u0907\u0902\u091F\u0930\u092B\u093C\u0947\u0938 \u092D\u093E\u0937\u093E","display both the original text and the translation":"\u092E\u0942\u0932 \u092A\u093E\u0920 \u0914\u0930 \u0905\u0928\u0941\u0935\u093E\u0926 \u090F\u0915 \u0938\u093E\u0925 \u092A\u094D\u0930\u0926\u0930\u094D\u0936\u093F\u0924 \u0915\u0930\u0947\u0902","keyboard shortcuts":"\u0915\u0941\u0902\u091C\u0940\u092A\u091F\u0932 \u0905\u0932\u094D\u092A \u092E\u093E\u0930\u094D\u0917",modify:"\u0936\u0949\u0930\u094D\u091F\u0915\u091F \u0915\u0941\u0902\u091C\u093F\u092F\u093E\u0901 \u0938\u0902\u0936\u094B\u0927\u093F\u0924 \u0915\u0930\u0947\u0902",reset:"\u0930\u0940\u0938\u0947\u091F",close:"\u092C\u0902\u0926",homepage:"\u0939\u094B\u092E \u092A\u0947\u091C",more:"\u0905\u0927\u093F\u0915",moreOptions:"\u0905\u0927\u093F\u0915 \u0905\u0928\u0941\u0915\u0942\u0932\u0928 \u0935\u093F\u0915\u0932\u094D\u092A\u094B\u0902 \u0915\u093E \u0935\u093F\u0938\u094D\u0924\u093E\u0930 \u0915\u0930\u0947\u0902",translateTheWholePage:"\u092A\u0943\u0937\u094D\u0920 \u0915\u0947 \u0938\u092D\u0940 \u0915\u094D\u0937\u0947\u0924\u094D\u0930\u094B\u0902 \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0947\u0902 (\u092C\u0941\u0926\u094D\u0927\u093F\u092E\u093E\u0928 \u092A\u0939\u091A\u093E\u0928 \u0915\u0947 \u092E\u0941\u0916\u094D\u092F \u0915\u094D\u0937\u0947\u0924\u094D\u0930\u094B\u0902 \u0938\u0947 \u092D\u093F\u0928\u094D\u0928)",changeToTranslateTheWholePage:"\u0938\u092D\u0940 \u0915\u094D\u0937\u0947\u0924\u094D\u0930\u094B\u0902 \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u0938\u094D\u0935\u093F\u091A \u0915\u0930\u0947\u0902",changeToTranslateTheMainPage:"\u0905\u0928\u0941\u0935\u093E\u0926 \u092E\u0941\u0916\u094D\u092F \u0915\u094D\u0937\u0947\u0924\u094D\u0930 \u092A\u0930 \u0938\u094D\u0935\u093F\u091A \u0915\u0930\u0947\u0902",changeToOnlyTranslationMode:"\u0915\u0947\u0935\u0932 \u0905\u0928\u0941\u0935\u093E\u0926 \u0926\u093F\u0916\u093E\u0928\u0947 \u092A\u0930 \u0938\u094D\u0935\u093F\u091A \u0915\u0930\u0947\u0902",changeToDualTranslationMode:"\u0926\u094D\u0935\u093F\u092D\u093E\u0937\u0940 \u0905\u0928\u0941\u0935\u093E\u0926 \u092A\u0930 \u0938\u094D\u0935\u093F\u091A \u0915\u0930\u0947\u0902",translateToThePageEndImmediately:"\u0924\u0941\u0930\u0902\u0924 \u092A\u0943\u0937\u094D\u0920 \u0915\u0947 \u0928\u0940\u091A\u0947 \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0947\u0902",translateTheMainPage:"\u092C\u0941\u0926\u094D\u0927\u093F\u092E\u093E\u0928 \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0947 \u092E\u0941\u0916\u094D\u092F \u0915\u094D\u0937\u0947\u0924\u094D\u0930","The local rules are up to date":"\u0938\u094D\u0925\u093E\u0928\u0940\u092F \u0905\u0928\u0941\u0915\u0942\u0932\u0928 \u0928\u093F\u092F\u092E \u0905\u0926\u094D\u092F\u0924\u093F\u0924 \u0939\u0948\u0902:","Successfully synchronized with the latest official rules:":"\u0928\u0935\u0940\u0928\u0924\u092E \u0906\u0927\u093F\u0915\u093E\u0930\u093F\u0915 \u0905\u0928\u0941\u0915\u0942\u0932\u0928 \u0928\u093F\u092F\u092E\u094B\u0902 \u0915\u094B \u0938\u092B\u0932\u0924\u093E\u092A\u0942\u0930\u094D\u0935\u0915 \u0938\u093F\u0902\u0915\u094D\u0930\u0928\u093E\u0907\u091C\u093C \u0915\u093F\u092F\u093E \u0917\u092F\u093E:","Checking for updates":"\u0905\u092A\u0921\u0947\u091F \u0915\u0947 \u0932\u093F\u090F \u091C\u093E\u0902\u091A \u0915\u0930 \u0930\u0939\u093E \u0939\u0948","Rules are being synchronized":"\u0905\u0928\u0941\u0915\u0942\u0932\u0928 \u0928\u093F\u092F\u092E\u094B\u0902 \u0915\u094B \u0938\u093F\u0902\u0915\u094D\u0930\u0928\u093E\u0907\u091C\u093C \u0915\u0930\u0928\u093E",localVersionIsTooOld:"\u0938\u094D\u0925\u093E\u0928\u0940\u092F \u090F\u0915\u094D\u0938\u091F\u0947\u0902\u0936\u0928 \u0938\u0902\u0938\u094D\u0915\u0930\u0923 \u092C\u0939\u0941\u0924 \u092A\u0941\u0930\u093E\u0928\u093E \u0939\u0948\u0964 \u0915\u0943\u092A\u092F\u093E \u090F\u0915\u094D\u0938\u091F\u0947\u0902\u0936\u0928 {minVersion} \u092F\u093E \u0928\u090F \u0938\u0902\u0938\u094D\u0915\u0930\u0923 \u092E\u0947\u0902 \u0905\u092A\u0917\u094D\u0930\u0947\u0921 \u0915\u0930\u0947\u0902 \u0914\u0930 \u092B\u093F\u0930 \u0938\u0947 \u0938\u093F\u0902\u0915\u094D\u0930\u0928\u093E\u0907\u091C\u093C\u0947\u0936\u0928 \u0915\u093E \u092A\u094D\u0930\u092F\u093E\u0938 \u0915\u0930\u0947\u0902\u0964",badUserscriptBrowser:"\u0935\u0930\u094D\u0924\u092E\u093E\u0928 \u092C\u094D\u0930\u093E\u0909\u091C\u093C\u0930 \u0917\u094D\u0930\u0940\u0938 \u092E\u0902\u0915\u0940 \u090F\u0915\u094D\u0938\u091F\u0947\u0902\u0936\u0928 \u0907\u0902\u091F\u0930\u092B\u093C\u0947\u0938 \u0915\u094B \u0938\u0939\u0940 \u0922\u0902\u0917 \u0938\u0947 \u0915\u093E\u0930\u094D\u092F\u093E\u0928\u094D\u0935\u093F\u0924 \u0928\u0939\u0940\u0902 \u0915\u0930\u0924\u093E \u0939\u0948 (\u091C\u0948\u0938\u0947 \u0915\u093F \u0917\u094D\u0930\u0940\u0938 \u092E\u0902\u0915\u0940 \u0938\u094D\u0915\u094D\u0930\u093F\u092A\u094D\u091F \u0915\u0940 \u0938\u0902\u0938\u094D\u0915\u0930\u0923 \u0938\u0902\u0916\u094D\u092F\u093E \u0915\u0940 \u091C\u093E\u0928\u0915\u093E\u0930\u0940 \u092A\u094D\u0930\u093E\u092A\u094D\u0924 \u0915\u0930\u0928\u093E), \u0915\u0943\u092A\u092F\u093E \u0905\u0928\u094D\u092F <1> \u0938\u092E\u0930\u094D\u0925\u0928 \u0917\u094D\u0930\u0940\u0938 \u092E\u0902\u0915\u0940 \u090F\u0915\u094D\u0938\u091F\u0947\u0902\u0936\u0928 \u0915\u093E \u0909\u092A\u092F\u094B\u0917 \u0915\u0930\u0947\u0902 \u092B\u093C\u093E\u092F\u0930\u092B\u093C\u0949\u0915\u094D\u0938 \u091C\u0948\u0938\u0947 \u092C\u094D\u0930\u093E\u0909\u091C\u093C\u0930",foundNewVersion:"\u0928\u092F\u093E \u0938\u0902\u0938\u094D\u0915\u0930\u0923 \u092E\u093F\u0932\u093E",theLocalExtensionIsUpToUpdate:"\u0935\u0930\u094D\u0924\u092E\u093E\u0928 \u090F\u0915\u094D\u0938\u091F\u0947\u0902\u0936\u0928 \u0928\u0935\u0940\u0928\u0924\u092E \u0938\u0902\u0938\u094D\u0915\u0930\u0923 \u0939\u0948.",failToSyncRules:"\u0928\u0935\u0940\u0928\u0924\u092E \u0905\u0928\u0941\u0915\u0942\u0932\u0928 \u0928\u093F\u092F\u092E\u094B\u0902 \u0915\u094B \u0938\u093F\u0902\u0915\u094D\u0930\u0928\u093E\u0907\u091C\u093C \u0915\u0930\u0928\u0947 \u092E\u0947\u0902 \u0935\u093F\u092B\u0932",retry:"\u092A\u0941\u0928\u0903 \u092A\u094D\u0930\u092F\u093E\u0938 \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u092F\u0939\u093E\u0902 \u092A\u0930 \u0915\u094D\u0932\u093F\u0915 \u0915\u0930\u0947\u0902",failedReason:"\u0905\u0938\u092B\u0932\u0924\u093E \u0915\u093E \u0915\u093E\u0930\u0923",currentRuleVersion:"\u0935\u0930\u094D\u0924\u092E\u093E\u0928 \u0928\u093F\u092F\u092E \u0938\u0902\u0938\u094D\u0915\u0930\u0923",calculating:"\u0917\u093F\u0928\u093E \u091C\u093E \u0930\u0939\u093E \u0939\u0948",unknownError:"\u0905\u091C\u094D\u091E\u093E\u0924 \u0917\u0932\u0924\u0940",canNotFetchRemoteRule:"\u0926\u0942\u0930\u0938\u094D\u0925 \u0928\u093F\u092F\u092E \u092A\u094D\u0930\u093E\u092A\u094D\u0924 \u0915\u0930\u0928\u0947 \u092E\u0947\u0902 \u0905\u0938\u092E\u0930\u094D\u0925",enableAlphaSuccess:"\u0905\u0932\u094D\u092B\u093C\u093E \u092B\u093C\u0902\u0915\u094D\u0936\u0928 \u091A\u093E\u0932\u0942 \u0939\u0941\u0906",disableAlphaSuccess:"\u0905\u0932\u094D\u092B\u093C\u093E \u0938\u0941\u0935\u093F\u0927\u093E \u092C\u0902\u0926 \u0915\u0930 \u0926\u0940 \u0917\u0908",cacheSize:"\u0915\u0948\u0936 \u0906\u0915\u093E\u0930\uFF1A",cleaning:"\u0938\u092B\u093E\u0908",cleanCache:"\u0915\u0948\u0936 \u0915\u094B \u0938\u093E\u092B\u093C \u0915\u0930\u0947\u0902",options:"\u0938\u094D\u0925\u093E\u092A\u093F\u0924 \u0915\u0930\u0928\u093E",about:"\u0915\u0947 \u092C\u093E\u0930\u0947 \u092E\u0947\u0902",service:"\u0905\u0928\u0941\u0935\u093E\u0926\u0928 \u0938\u0947\u0935\u093E",needAction:"(\u0938\u0947\u091F\u093F\u0902\u0917\u094D\u0938 \u092E\u0947\u0902 \u091C\u093E\u0913)",goSettings:"\u0938\u0947\u091F\u093F\u0902\u0917\u094D\u0938 \u092E\u0947\u0902 \u091C\u093E\u0913",needActionForOptions:"(\u0938\u0947\u091F \u0915\u0930\u0928\u0947 \u0915\u0940 \u0906\u0935\u0936\u094D\u092F\u0915\u0924\u093E \u0939\u0948)",translationEngine:"\u0907\u0902\u091C\u0928 \u0935\u093F\u0915\u0932\u094D\u092A",sourceLanguage:"\u0935\u093E\u0938\u094D\u0924\u0935\u093F\u0915 \u092D\u093E\u0937\u093E",target:"\u0932\u0915\u094D\u0937\u094D\u092F \u092D\u093E\u0937\u093E",popupSourceLanguage:"\u0935\u093E\u0938\u094D\u0924\u0935\u093F\u0915 \u092D\u093E\u0937\u093E",popupTarget:"\u0932\u0915\u094D\u0937\u094D\u092F \u092D\u093E\u0937\u093E",popupService:"\u0905\u0928\u0941\u0935\u093E\u0926\u0928 \u0938\u0947\u0935\u093E",forThisSite:"\u0935\u0930\u094D\u0924\u092E\u093E\u0928 \u0935\u0947\u092C\u0938\u093E\u0907\u091F",autoEnableSubtitle:"\u0926\u094D\u0935\u093F\u092D\u093E\u0937\u0940 \u0909\u092A\u0936\u0940\u0930\u094D\u0937\u0915 \u0938\u094D\u0935\u091A\u093E\u0932\u093F\u0924 \u0930\u0942\u092A \u0938\u0947 \u091A\u093E\u0932\u0942 \u0915\u0930\u0947\u0902",alwaysTranslate:"\u0939\u092E\u0947\u0936\u093E \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0947\u0902",neverTranslate:"\u0915\u092D\u0940 \u092D\u0940 \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0928 \u0915\u0930\u0947\u0902",alwaysTranslateSomeLanguage:"\u0939\u092E\u0947\u0936\u093E {language}\u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0947\u0902",neverTranslateSomeLanguage:"\u0915\u092D\u0940 \u092D\u0940 {language}\u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0928 \u0915\u0930\u0947\u0902",alwaysTranslateSomeSite:"\u0939\u092E\u0947\u0936\u093E {hostname}\u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0947\u0902",neverTranslateSomeSite:"\u0915\u092D\u0940 \u092D\u0940 {hostname}\u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0928 \u0915\u0930\u0947\u0902",alwaysTranslateSomeSiteOrWildSite:"\u0939\u092E\u0947\u0936\u093E \u0907\u0938 \u0938\u093E\u0907\u091F \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0947\u0902",alwaysTranslateSomePage:"\u0939\u092E\u0947\u0936\u093E \u0907\u0938 \u092A\u0943\u0937\u094D\u0920 \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0947\u0902",add:"\u0907\u0938\u092E\u0947\u0902 \u091C\u094B\u0921\u093C\u0947\u0902",default:"\u0917\u0932\u0924\u0940 \u0915\u0930\u0928\u093E",forThisLanguage:"\u0907\u0938 \u092D\u093E\u0937\u093E \u0915\u0947 \u0932\u093F\u090F\uFF1A","add url":"\u092F\u0942 \u0906\u0930 \u090F\u0932 \u0926\u0930\u094D\u091C \u0915\u0930\u094B",edit:"\u0938\u0902\u092A\u093E\u0926\u0928 \u0915\u0930\u0928\u093E","translate other languages into specific language":"\u0906\u092A\u0915\u0947 \u0926\u094D\u0935\u093E\u0930\u093E \u0928\u093F\u0930\u094D\u0927\u093E\u0930\u093F\u0924 \u092D\u093E\u0937\u093E \u092E\u0947\u0902 \u0905\u0928\u094D\u092F \u092D\u093E\u0937\u093E\u0913\u0902 \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0947\u0902","select translation service":"\u090F\u0915 \u0905\u0928\u0941\u0935\u093E\u0926 \u0938\u0947\u0935\u093E \u091A\u0941\u0928\u0947\u0902",language:"\u092D\u093E\u0937\u093E","show-original":"\u092E\u0942\u0932 \u092A\u093E\u0920 \u0926\u093F\u0916\u093E\u090F\u0901",translate:"\u0905\u0928\u0941\u0935\u093E\u0926",Translated:"\u0905\u0928\u0941\u0935\u093E\u0926",Translating:"\u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0928\u093E",Error:"\u0917\u0932\u0924\u0940",allowCacheTranslations:"\u0938\u094D\u0925\u093E\u0928\u0940\u092F \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0948\u0936\u093F\u0902\u0917 \u0938\u0915\u094D\u0937\u092E \u0915\u0930\u0947\u0902 (\u0921\u0941\u092A\u094D\u0932\u093F\u0915\u0947\u091F \u092A\u0948\u0930\u093E\u0917\u094D\u0930\u093E\u092B \u0915\u0947 \u0932\u093F\u090F \u0905\u0928\u0941\u0935\u093E\u0926 \u0905\u0928\u0941\u0930\u094B\u0927\u094B\u0902 \u0915\u094B \u0915\u092E \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F)","translation display":"\u0905\u0928\u0941\u0935\u093E\u0926 \u092A\u094D\u0930\u0926\u0930\u094D\u0936\u0928 \u0936\u0948\u0932\u0940","select diplay style":"\u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0940 \u0936\u0948\u0932\u0940 \u0915\u094B \u0905\u0932\u0917 \u0915\u0930\u0947\u0902\u0964 \u0935\u093F\u0935\u0930\u0923 \u0915\u0947 \u0932\u093F\u090F \u0915\u0943\u092A\u092F\u093E \u0928\u093F\u092E\u094D\u0928\u0932\u093F\u0916\u093F\u0924 \u0909\u0926\u093E\u0939\u0930\u0923 \u0926\u0947\u0916\u0947\u0902:",interface:"\u0907\u0902\u091F\u0930\u092B\u093C\u0947\u0938 \u0938\u0947\u091F\u093F\u0902\u0917\u094D\u0938",import_export:"\u0906\u092F\u093E\u0924 \u0914\u0930 \u0928\u093F\u0930\u094D\u092F\u093E\u0924",import_export_title:"\u0906\u092F\u093E\u0924/\u0928\u093F\u0930\u094D\u092F\u093E\u0924 \u0915\u0949\u0928\u094D\u092B\u093C\u093F\u0917\u0930\u0947\u0936\u0928",syncToGoogleDrive:"\u0905\u092D\u0940 Google Drive \u0915\u0947 \u0938\u093E\u0925 \u0938\u093F\u0902\u0915 \u0915\u0930\u0947\u0902",floatBallOptions:"\u0928\u093F\u0932\u0902\u092C\u093F\u0924 \u0917\u0947\u0902\u0926 \u0938\u0947\u091F\u093F\u0902\u0917\u094D\u0938","floatBallOptions.enable":"\u092B\u094D\u0932\u094B\u091F\u093F\u0902\u0917 \u092C\u0949\u0932 \u0938\u0915\u094D\u0937\u092E \u0915\u0930\u0947\u0902","floatBallOptions.blockUrls":"\u0935\u0947\u092C\u0938\u093E\u0907\u091F \u0905\u0915\u094D\u0937\u092E \u0915\u0930\u0947\u0902","floatBallOptions.add":"\u0907\u0938\u092E\u0947\u0902 \u091C\u094B\u0921\u093C\u0947\u0902","floatBallOptions.blockUrlDesc":"\u0928\u093F\u092E\u094D\u0928\u0932\u093F\u0916\u093F\u0924 \u0935\u0947\u092C\u0938\u093E\u0907\u091F\u094B\u0902 \u0915\u093E \u0938\u093E\u092E\u0928\u093E \u0915\u0930\u0928\u0947 \u092A\u0930 \u092B\u094D\u0932\u094B\u091F\u093F\u0902\u0917 \u092C\u0949\u0932 \u092A\u094D\u0930\u0926\u0930\u094D\u0936\u093F\u0924 \u0928\u0939\u0940\u0902 \u0939\u094B\u0917\u0940","floatBallOptions.clickType":"\u0935\u094D\u092F\u0935\u0939\u093E\u0930 \u092A\u0930 \u0915\u094D\u0932\u093F\u0915 \u0915\u0930\u0947\u0902","floatBallOptions.clickTypeDesc":"\u0915\u094D\u0932\u093F\u0915 \u0915\u0930\u0928\u0947 \u092A\u0930 \u092B\u094D\u0932\u094B\u091F\u093F\u0902\u0917 \u092C\u0949\u0932 \u0906\u0907\u0915\u0928 \u0915\u093E \u0935\u094D\u092F\u0935\u0939\u093E\u0930","floatBallOptions.clickPopup":"\u0905\u0928\u0941\u0935\u093E\u0926 \u092A\u0948\u0928\u0932 \u0926\u093F\u0916\u093E\u090F\u0901","floatBallOptions.clickTranslate":"\u092E\u0942\u0932 \u092A\u093E\u0920 \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0947\u0902/\u0926\u093F\u0916\u093E\u090F\u0901","floatBallOptions.fixedPosition":"\u56FA\u5B9A\u4F4D\u7F6E","floatBallOptions.fixedPositionDesc":"\u60AC\u6D6E\u7403\u5728\u7A97\u53E3\u5DE6\u4FA7\u8FD8\u662F\u53F3\u4FA7","floatBallOptions.fixedPositionLeft":"\u5DE6\u4FA7","floatBallOptions.fixedPositionRight":"\u53F3\u4FA7",previewAllThemes:"\u0938\u092D\u0940 \u0936\u0948\u0932\u093F\u092F\u094B\u0902 \u0915\u093E \u092A\u0942\u0930\u094D\u0935\u093E\u0935\u0932\u094B\u0915\u0928 \u0915\u0930\u0947\u0902","translationTheme.none":"\u0915\u094B\u0908 \u0928\u0939\u0940\u0902","translationTheme.grey":"\u0917\u0939\u0930\u093E \u092D\u0942\u0930\u093E","translationTheme.dashed":"\u0927\u0930\u093E\u0936\u093E\u092F\u0940 \u0930\u0947\u0916\u093E\u0902\u0915\u093F\u0924","translationTheme.dotted":"\u092C\u093F\u0902\u0926\u0940\u0926\u093E\u0930 \u0930\u0947\u0916\u093E\u0902\u0915\u0928","translationTheme.dashedBorder":"\u0927\u0930\u093E\u0936\u093E\u092F\u0940 \u0938\u0940\u092E\u093E","translationTheme.solidBorder":"\u0920\u094B\u0938 \u0938\u0940\u092E\u093E","translationTheme.underline":"\u0938\u0940\u0927\u0947 \u0930\u0947\u0916\u093E\u0902\u0915\u093F\u0924 \u0915\u0930\u0947\u0902","translationTheme.mask":"\u0927\u0941\u0902\u0927\u0932\u093E \u092A\u094D\u0930\u092D\u093E\u0935 (\u0938\u0940\u0916\u0928\u0947 \u0915\u093E \u0924\u0930\u0940\u0915\u093E)","translationTheme.opacity":"\u092A\u093E\u0930\u0926\u0930\u094D\u0936\u093F\u0924\u093E \u092A\u094D\u0930\u092D\u093E\u0935","translationTheme.paper":"\u0936\u094D\u0935\u0947\u0924 \u092A\u0924\u094D\u0930 \u091B\u093E\u092F\u093E \u092A\u094D\u0930\u092D\u093E\u0935","translationTheme.dividingLine":"\u0935\u093F\u092D\u093E\u091C\u0928 \u0930\u0947\u0916\u093E","translationTheme.highlight":"\u092A\u094D\u0930\u092E\u0941\u0916\u0924\u093E \u0938\u0947 \u0926\u093F\u0916\u093E\u0928\u093E","translationTheme.marker":"\u0928\u093F\u0936\u093E\u0928","translationTheme.marker2":"\u092E\u093E\u0930\u094D\u0915\u0930 2","translationTheme.blockquote":"\u0938\u0902\u0926\u0930\u094D\u092D \u0936\u0948\u0932\u0940","translationTheme.weakening":"\u0915\u092E\u091C\u094B\u0930","translationTheme.italic":"\u0924\u093F\u0930\u094D\u091B\u093E","translationTheme.bold":"\u092C\u094B\u0932\u094D\u0921","translationTheme.thinDashed":"\u092A\u0924\u0932\u0940 \u0927\u0930\u093E\u0936\u093E\u092F\u0940 \u0930\u0947\u0916\u093E\u0902\u0915\u0928","translationTheme.nativeDashed":"\u0938\u093F\u0938\u094D\u091F\u092E \u092C\u093F\u0902\u0926\u0940\u0926\u093E\u0930 \u0905\u0902\u0921\u0930\u0932\u093E\u0907\u0928 \u0915\u0947 \u0938\u093E\u0925 \u0906\u0924\u093E \u0939\u0948","translationTheme.nativeDotted":"\u0938\u093F\u0938\u094D\u091F\u092E \u092C\u093F\u0902\u0926\u0940\u0926\u093E\u0930 \u0905\u0902\u0921\u0930\u0932\u093E\u0907\u0928 \u0915\u0947 \u0938\u093E\u0925 \u0906\u0924\u093E \u0939\u0948","translationTheme.nativeUnderline":"\u0938\u093F\u0938\u094D\u091F\u092E \u0938\u0940\u0927\u0947 \u0905\u0902\u0921\u0930\u0932\u093E\u0907\u0928 \u0915\u0947 \u0938\u093E\u0925 \u0906\u0924\u093E \u0939\u0948","translationTheme.wavy":"\u0932\u0939\u0930\u0926\u093E\u0930 \u0930\u0947\u0916\u093E\u090F\u0901","translationServices.custom":"\u0915\u0938\u094D\u091F\u092E \u090F\u092A\u0940\u0906\u0908","translationServices.tencent":"\u091F\u0947\u0928\u0938\u0947\u0902\u091F \u0905\u0928\u0941\u0935\u093E\u0926\u0915","translationServices.tenAlpha":"Tencent \u0905\u0928\u0941\u0935\u093E\u0926\u0915 (\u0905\u0932\u094D\u092B\u093E)","translationServices.google":"\u0917\u0942\u0917\u0932 \u0905\u0928\u0941\u0935\u093E\u0926","translationServices.bai":"Baidu(\u0905\u0932\u094D\u092B\u093E)","translationServices.baidu":"Baidu \u0905\u0928\u0941\u0935\u093E\u0926\u0915","translationServices.aliyun":"\u0905\u0932\u0940\u092C\u093E\u092C\u093E \u0915\u094D\u0932\u093E\u0909\u0921 \u0905\u0928\u0941\u0935\u093E\u0926","translationServices.volc":"\u091C\u094D\u0935\u093E\u0932\u093E\u092E\u0941\u0916\u0940 \u0905\u0928\u0941\u0935\u093E\u0926","translationServices.deeplx":"\u0921\u0940\u092A\u090F\u0932\u090F\u0915\u094D\u0938(\u092C\u0940\u091F\u093E)","translationServices.bing":"\u092E\u093E\u0907\u0915\u094D\u0930\u094B\u0938\u0949\u092B\u094D\u091F \u0905\u0928\u0941\u0935\u093E\u0926\u0915","translationServices.deepl":"\u0921\u0940\u092A\u090F\u0932","translationServices.wechat":"\u0935\u0940\u091A\u0948\u091F \u0905\u0928\u0941\u0935\u093E\u0926","translationServices.azure":"\u0928\u0940\u0932\u093E \u0905\u0928\u0941\u0935\u093E\u0926","translationServices.ibm":"\u0906\u0908\u092C\u0940\u090F\u092E \u0935\u0949\u091F\u0938\u0928","translationServices.aws":"\u0905\u092E\u0947\u091C\u093C\u0928 \u0905\u0928\u0941\u0935\u093E\u0926","translationServices.mock":"\u0905\u0928\u0941\u0930\u0942\u092A\u093F\u0924 \u0905\u0928\u0941\u0935\u093E\u0926","translationServices.mock2":"\u0938\u093F\u092E\u094D\u092F\u0941\u0932\u0947\u091F\u0947\u0921 \u0905\u0928\u0941\u0935\u093E\u0926 2","translationServices.caiyun":"\u0915\u0948\u092F\u0941\u0928 \u0936\u093F\u092F\u093E\u0913\u092F\u0940","translationServices.cai":"\u0915\u0948\u092F\u0941\u0928 \u0936\u093F\u092F\u093E\u0913\u092F\u0940 (\u0905\u0932\u094D\u092B\u093E)","translationServices.volcAlpha":"\u091C\u094D\u0935\u093E\u0932\u093E\u092E\u0941\u0916\u0940 (\u0905\u0932\u094D\u092B\u093E)","translationServices.openl":"\u0913\u092A\u0928\u090F\u0932","translationServices.youdao":"Youdao \u0905\u0928\u0941\u0935\u093E\u0926","translationServices.you":"Youdao \u0905\u0928\u0941\u0935\u093E\u0926 (\u0905\u0932\u094D\u092B\u093E)","translationServices.transmart":"Tencent \u0907\u0902\u091F\u0930\u0948\u0915\u094D\u091F\u093F\u0935 \u0905\u0928\u0941\u0935\u093E\u0926","translationServices.niu":"\u092E\u093E\u0935\u0947\u0930\u093F\u0915\u094D\u0938 \u0905\u0928\u0941\u0935\u093E\u0926","translationServices.papago":"\u092A\u093E\u092A\u093E\u0917\u094B \u0905\u0928\u0941\u0935\u093E\u0926","translationServices.d":"\u0921\u0940(\u0905\u0932\u094D\u092B\u093E)","translationServices.dpro":"\u0921\u0940 \u092A\u094D\u0930\u094B (\u0915\u0948\u0928\u0930\u0940)","translationServices.openai":"\u0913\u092A\u0928\u090F\u0906\u0908","translationServices.chatgpt":"\u091A\u0948\u091F\u091C\u0940\u092A\u0940\u091F\u0940 \u0935\u0947\u092C(3.5 \u092E\u094B\u092C\u093E\u0907\u0932)","translate title":"\u092A\u0943\u0937\u094D\u0920 \u0936\u0940\u0930\u094D\u0937\u0915 \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0947\u0902","always languages":"\u0939\u092E\u0947\u0936\u093E \u0905\u0928\u0941\u0935\u093E\u0926\u093F\u0924 \u092D\u093E\u0937\u093E",neverTranslateLanguagesLabel:"\u0910\u0938\u0940 \u092D\u093E\u0937\u093E\u090F\u0901 \u091C\u093F\u0928\u0915\u093E \u0915\u092D\u0940 \u0905\u0928\u0941\u0935\u093E\u0926 \u0928\u0939\u0940\u0902 \u0939\u094B\u0924\u093E",neverTranslateTheFollowingLanguagesDescription:"\u091C\u092C \u092A\u0943\u0937\u094D\u0920 \u092E\u0947\u0902 \u0915\u094B\u0908 \u092A\u0948\u0930\u093E\u0917\u094D\u0930\u093E\u092B \u0928\u093F\u092E\u094D\u0928\u0932\u093F\u0916\u093F\u0924 \u092D\u093E\u0937\u093E\u0913\u0902 \u092E\u0947\u0902 \u0939\u094B\u0917\u093E \u0924\u094B \u0905\u0928\u0941\u0935\u093E\u0926 \u091B\u094B\u0921\u093C \u0926\u093F\u092F\u093E \u091C\u093E\u090F\u0917\u093E",enableUserscriptPagePopup:"\u092A\u0943\u0937\u094D\u0920 \u092A\u0930 \u0924\u0948\u0930\u0924\u0940 \u0939\u0941\u0908 \u0917\u0947\u0902\u0926 \u0926\u093F\u0916\u093E\u090F\u0901",enableUserscriptPagePopupDescription:"\u092B\u094D\u0932\u094B\u091F\u093F\u0902\u0917 \u092C\u0949\u0932 \u0915\u094B \u092C\u0902\u0926 \u0915\u0930\u0928\u0947 \u0915\u0947 \u092C\u093E\u0926 \u0906\u092A \u0909\u0938\u0947 \u091C\u0917\u093E\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u0936\u0949\u0930\u094D\u091F\u0915\u091F \u0915\u0941\u0902\u091C\u0940/{touch}\u0915\u093E \u0909\u092A\u092F\u094B\u0917 \u0915\u0930 \u0938\u0915\u0924\u0947 \u0939\u0948\u0902\u0964 \u0907\u0938 \u0935\u093F\u0915\u0932\u094D\u092A \u0915\u094B \u0917\u0932\u0924\u0940 \u0938\u0947 \u092C\u0902\u0926 \u0915\u0930\u0928\u0947 \u0915\u0947 \u092C\u093E\u0926 \u092B\u094D\u0932\u094B\u091F\u093F\u0902\u0917 \u092C\u0949\u0932 \u0915\u094B \u092E\u093F\u0932\u0928\u0947 \u0938\u0947 \u0930\u094B\u0915\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F, \u0907\u0938 \u0938\u0947\u091F\u093F\u0902\u0917 \u092A\u0947\u091C \u0915\u094B \u092C\u0941\u0915\u092E\u093E\u0930\u094D\u0915 \u0915\u0930\u0928\u0947 \u0915\u0940 \u092A\u0941\u0930\u091C\u094B\u0930 \u0905\u0928\u0941\u0936\u0902\u0938\u093E \u0915\u0940 \u091C\u093E\u0924\u0940 \u0939\u0948\u0964","always translate the following languages":"\u091C\u092C \u092A\u0943\u0937\u094D\u0920 \u0915\u0940 \u092D\u093E\u0937\u093E \u0928\u093F\u092E\u094D\u0928\u0932\u093F\u0916\u093F\u0924 \u092D\u093E\u0937\u093E\u0913\u0902 \u092E\u0947\u0902 \u0939\u094B\u0917\u0940, \u0924\u094B \u0907\u0938\u0947 \u0938\u094D\u0935\u091A\u093E\u0932\u093F\u0924 \u0930\u0942\u092A \u0938\u0947 \u0932\u0915\u094D\u0937\u094D\u092F \u092D\u093E\u0937\u093E \u092E\u0947\u0902 \u0905\u0928\u0941\u0935\u093E\u0926\u093F\u0924 \u0915\u093F\u092F\u093E \u091C\u093E\u090F\u0917\u093E","always sites":"\u0939\u092E\u0947\u0936\u093E \u0905\u0928\u0941\u0935\u093E\u0926\u093F\u0924 \u092F\u0942\u0906\u0930\u090F\u0932","always translate the following sites":"\u091C\u092C \u0935\u0947\u092C\u0938\u093E\u0907\u091F \u0928\u093F\u092E\u094D\u0928\u0932\u093F\u0916\u093F\u0924 \u0921\u094B\u092E\u0947\u0928 \u0928\u093E\u092E \u0915\u0940 \u0939\u094B\u0917\u0940, \u0924\u094B \u0907\u0938\u0947 \u0938\u094D\u0935\u091A\u093E\u0932\u093F\u0924 \u0930\u0942\u092A \u0938\u0947 \u0932\u0915\u094D\u0937\u094D\u092F \u092D\u093E\u0937\u093E \u092E\u0947\u0902 \u0905\u0928\u0941\u0935\u093E\u0926\u093F\u0924 \u0915\u093F\u092F\u093E \u091C\u093E\u090F\u0917\u093E","never sites":"\u0910\u0938\u0947 \u092F\u0942\u0906\u0930\u090F\u0932 \u091C\u093F\u0928\u0915\u093E \u0915\u092D\u0940 \u0905\u0928\u0941\u0935\u093E\u0926 \u0928\u0939\u0940\u0902 \u0915\u093F\u092F\u093E \u091C\u093E\u090F\u0917\u093E","never translate the following sites":"\u091C\u092C \u0935\u0947\u092C\u0938\u093E\u0907\u091F \u0928\u093F\u092E\u094D\u0928\u0932\u093F\u0916\u093F\u0924 \u0921\u094B\u092E\u0947\u0928 \u0928\u093E\u092E \u0915\u0940 \u0939\u094B \u0924\u094B \u0905\u0928\u0941\u0935\u093E\u0926 \u0928\u0939\u0940\u0902 \u0915\u093F\u092F\u093E \u091C\u093E\u090F\u0917\u093E","please refer to":"\u0909\u092A\u092F\u094B\u0917 \u0915\u0930\u0928\u0947 \u0938\u0947 \u092A\u0939\u0932\u0947 \u0906\u092A\u0915\u094B \u0915\u0941\u0902\u091C\u0940 \u092D\u0930\u0928\u0940 \u0939\u094B\u0917\u0940\u0964 \u0935\u093F\u0935\u0930\u0923 \u0915\u0947 \u0932\u093F\u090F, \u0915\u0943\u092A\u092F\u093E \u0926\u0947\u0916\u0947\u0902",KeyAndConfigurationTutorial:'"\u092E\u0941\u0916\u094D\u092F \u0905\u0928\u0941\u092A\u094D\u0930\u092F\u094B\u0917 \u0914\u0930 \u0915\u0949\u0928\u094D\u092B\u093C\u093F\u0917\u0930\u0947\u0936\u0928 \u091F\u094D\u092F\u0942\u091F\u094B\u0930\u093F\u092F\u0932"',useAboveStyleForTheseSites:"\u091C\u092C \u0935\u0947\u092C\u0938\u093E\u0907\u091F \u0928\u093F\u092E\u094D\u0928 \u0921\u094B\u092E\u0947\u0928 \u0928\u093E\u092E \u0939\u094B, \u0924\u094B \u0939\u092E\u0947\u0936\u093E \u2308{theme}\u230B \u0905\u0928\u0941\u0935\u093E\u0926 \u0936\u0948\u0932\u0940 \u0915\u093E \u0909\u092A\u092F\u094B\u0917 \u0915\u0930\u0947\u0902",currentUrl:"\u0935\u0930\u094D\u0924\u092E\u093E\u0928 \u092F\u0942\u0906\u0930\u090F\u0932",confirm:"\u092C\u091A\u093E\u0928\u093E",cancel:"\u0930\u0926\u094D\u0926 \u0915\u0930\u0928\u093E",delete:"\u092E\u093F\u091F\u093E\u0928\u093E","languages.auto":"\u0938\u094D\u0935\u091A\u093E\u0932\u093F\u0924 \u092A\u0939\u091A\u093E\u0928",syncToCloud:"Google Drive \u0938\u0947 \u0938\u093F\u0902\u0915 \u0915\u0930\u0947\u0902",syncToCloudDescription:"\u0915\u094D\u0932\u093E\u0909\u0921 \u092A\u0930 \u0905\u092A\u0932\u094B\u0921 \u0915\u0930\u0947\u0902, \u0914\u0930 \u0905\u0902\u0924\u093F\u092E \u0938\u0902\u0936\u094B\u0927\u0928 \u0938\u092E\u092F \u0915\u0947 \u0905\u0927\u0940\u0928, \u0915\u0949\u0928\u094D\u092B\u093C\u093F\u0917\u0930\u0947\u0936\u0928 \u0915\u094B \u0935\u093F\u092D\u093F\u0928\u094D\u0928 \u092C\u094D\u0930\u093E\u0909\u091C\u093C\u0930\u094B\u0902/\u0911\u092F\u0932 \u092E\u0902\u0915\u0940 \u0938\u094D\u0915\u094D\u0930\u093F\u092A\u094D\u091F \u0915\u0947 \u092C\u0940\u091A \u0938\u093F\u0902\u0915\u094D\u0930\u0928\u093E\u0907\u091C\u093C \u0915\u093F\u092F\u093E \u091C\u093E \u0938\u0915\u0924\u093E \u0939\u0948\u0964",syncToAccount:"\u0907\u092E\u0930\u094D\u0938\u093F\u0935 \u091F\u094D\u0930\u093E\u0902\u0938\u0932\u0947\u0936\u0928 \u0915\u094D\u0932\u093E\u0909\u0921 \u0938\u0947 \u0938\u093F\u0902\u0915 \u0915\u0930\u0947\u0902",syncToAccountButton:"\u0924\u0941\u0930\u0902\u0924 \u0915\u094D\u0932\u093E\u0909\u0921 \u0915\u0947 \u0938\u093E\u0925 \u0938\u093F\u0902\u0915 \u0915\u0930\u0947\u0902",syncToAccountDescription:"\u0905\u0902\u0924\u093F\u092E \u0938\u0902\u0936\u094B\u0927\u0928 \u0938\u092E\u092F \u0915\u0947 \u0906\u0927\u093E\u0930 \u092A\u0930, \u0935\u093F\u092D\u093F\u0928\u094D\u0928 \u0909\u092A\u0915\u0930\u0923\u094B\u0902 \u0915\u0947 \u092C\u0940\u091A \u0915\u0949\u0928\u094D\u092B\u093C\u093F\u0917\u0930\u0947\u0936\u0928 \u0915\u094B \u0938\u094D\u0935\u091A\u093E\u0932\u093F\u0924 \u0930\u0942\u092A \u0938\u0947 \u0938\u093F\u0902\u0915\u094D\u0930\u0928\u093E\u0907\u091C\u093C \u0915\u0930\u0947\u0902\u0964",successSyncConfigInAccount:"\u0915\u094D\u0932\u093E\u0909\u0921 \u0915\u0947 \u0938\u093E\u0925 \u0938\u092B\u0932\u0924\u093E\u092A\u0942\u0930\u094D\u0935\u0915 \u0938\u092E\u0928\u094D\u0935\u092F\u093F\u0924 \u0930\u0939\u0947\u0902",successSyncConfigToAccount:"\u0915\u094D\u0932\u093E\u0909\u0921 \u0915\u0947 \u0938\u093E\u0925 \u0938\u092B\u0932\u0924\u093E\u092A\u0942\u0930\u094D\u0935\u0915 \u0938\u092E\u0928\u094D\u0935\u092F\u093F\u0924 \u0915\u093F\u092F\u093E \u0917\u092F\u093E",syncConfigNoUpdate:"\u092A\u0939\u0932\u0947 \u0938\u0947 \u0939\u0940 \u0928\u0935\u0940\u0928\u0924\u092E",authFail:"\u092A\u094D\u0930\u092E\u093E\u0923\u0940\u0915\u0930\u0923 \u0935\u093F\u092B\u0932",syncTitle:"\u092E\u0948\u0928\u094D\u092F\u0941\u0905\u0932 \u092C\u0948\u0915\u0905\u092A \u092A\u094D\u0930\u092C\u0902\u0927\u0928",import_hint:"\u0906\u092F\u093E\u0924",upload:"\u0921\u093E\u0932\u0928\u093E",revokeAuth:"\u092A\u094D\u0930\u093E\u0927\u093F\u0915\u0930\u0923 \u0930\u0926\u094D\u0926 \u0915\u0930\u0947\u0902",uploadFail:"\u0905\u092A\u0932\u094B\u0921 \u0935\u093F\u092B\u0932",download:"\u0921\u093E\u0909\u0928\u0932\u094B\u0921 \u0915\u0930\u0928\u093E",importSuccess:"\u0906\u092F\u093E\u0924 \u0938\u092B\u0932",importFail:"\u0906\u092F\u093E\u0924 \u0935\u093F\u092B\u0932",deleteFail:"\u0939\u091F\u093E\u0928\u0947 \u092E\u0947\u0902 \u0935\u093F\u092B\u0932",backupToCloud:"\u092C\u0948\u0915\u0905\u092A \u092B\u093C\u093E\u0907\u0932\u094B\u0902 \u0915\u094B \u092E\u0948\u0928\u094D\u092F\u0941\u0905\u0932 \u0930\u0942\u092A \u0938\u0947 \u092A\u094D\u0930\u092C\u0902\u0927\u093F\u0924 \u0915\u0930\u0947\u0902",create_new_backup:"\u092C\u0948\u0915\u0905\u092A \u0928\u094B\u0921 \u091C\u094B\u0921\u093C\u0947\u0902",maxBackupFiles:"\u0905\u0927\u093F\u0915\u0924\u092E{count}\u0935\u093F\u092D\u093F\u0928\u094D\u0928 \u0928\u094B\u0921\u094D\u0938 \u0915\u093E \u092C\u0948\u0915\u0905\u092A \u0932\u093F\u092F\u093E \u091C\u093E \u0938\u0915\u0924\u093E \u0939\u0948, \u0915\u0943\u092A\u092F\u093E \u0905\u0928\u093E\u0935\u0936\u094D\u092F\u0915 \u0928\u094B\u0921\u094D\u0938 \u0939\u091F\u093E \u0926\u0947\u0902",backupToCloudDescription:"\u092C\u0948\u0915\u0905\u092A \u092B\u093C\u093E\u0907\u0932\u094B\u0902 \u0915\u094B \u092E\u0948\u0928\u094D\u092F\u0941\u0905\u0932 \u0930\u0942\u092A \u0938\u0947 \u0905\u092A\u0932\u094B\u0921 \u092F\u093E \u092A\u0941\u0928\u0930\u094D\u0938\u094D\u0925\u093E\u092A\u093F\u0924 \u0915\u0930\u0947\u0902, \u091C\u093F\u0938\u0938\u0947 3 \u0905\u0932\u0917-\u0905\u0932\u0917 \u092C\u0948\u0915\u0905\u092A \u0915\u0940 \u0905\u0928\u0941\u092E\u0924\u093F \u092E\u093F\u0932\u0924\u0940 \u0939\u0948",successSyncConfig:"\u0915\u094D\u0932\u093E\u0909\u0921 \u0915\u0947 \u0938\u093E\u0925 \u0938\u092B\u0932\u0924\u093E\u092A\u0942\u0930\u094D\u0935\u0915 \u0938\u092E\u0928\u094D\u0935\u092F\u093F\u0924 \u0930\u0939\u0947\u0902",syncFail:"\u0938\u092E\u0928\u094D\u0935\u092F\u0928 \u0935\u093F\u092B\u0932",updatedAt:"{date}\u092A\u0930 \u0905\u0926\u094D\u092F\u0924\u0928 \u0915\u093F\u092F\u093E \u0917\u092F\u093E",lastSyncedAt:"\u0905\u0902\u0924\u093F\u092E \u092C\u093E\u0930 {date}\u092A\u0930 \u091C\u093E\u0901\u091A \u0915\u0940 \u0917\u0908",downloadFail:"\u0921\u093E\u0909\u0928\u0932\u094B\u0921 \u0935\u093F\u092B\u0932",clickToDownload:"\u0921\u093E\u0909\u0928\u0932\u094B\u0921 \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u0915\u094D\u0932\u093F\u0915 \u0915\u0930\u0947\u0902",aboutLabel:"\u0915\u0947 \u092C\u093E\u0930\u0947 \u092E\u0947\u0902 - \u092A\u094D\u0930\u0924\u093F\u0915\u094D\u0930\u093F\u092F\u093E","browser.openAboutPage":"\u0915\u0947 \u092C\u093E\u0930\u0947 \u092E\u0947\u0902/\u092A\u094D\u0930\u0924\u093F\u0915\u094D\u0930\u093F\u092F\u093E",aboutLabelWithoutSponsor:"\u0915\u0947 \u092C\u093E\u0930\u0947 \u092E\u0947\u0902 - \u092A\u094D\u0930\u0924\u093F\u0915\u094D\u0930\u093F\u092F\u093E",aboutIntro:"\u092E\u0941\u091D\u0947 \u0906\u0936\u093E \u0939\u0948 \u0915\u093F \u0939\u092E \u0938\u092D\u0940 \u0907\u0902\u091F\u0930\u0928\u0947\u091F \u092A\u0930 \u0935\u093F\u0936\u093E\u0932 \u0935\u093F\u0926\u0947\u0936\u0940 \u092D\u093E\u0937\u093E \u0915\u0940 \u091C\u093E\u0928\u0915\u093E\u0930\u0940 \u0905\u0927\u093F\u0915 \u0906\u0938\u093E\u0928\u0940 \u0938\u0947 \u0914\u0930 \u0916\u0941\u0936\u0940 \u0938\u0947 \u092A\u094D\u0930\u093E\u092A\u094D\u0924 \u0915\u0930 \u0938\u0915\u0924\u0947 \u0939\u0948\u0902\u2764\uFE0F \u0906\u092A <6> \u092A\u094D\u0930\u094B \u0938\u0926\u0938\u094D\u092F\u0924\u093E \u0916\u094B\u0932\u0928\u093E \u091A\u0941\u0928 \u0938\u0915\u0924\u0947 \u0939\u0948\u0902 \u0921\u0940\u092A\u090F\u0932 \u0914\u0930 \u0913\u092A\u0928\u090F\u0906\u0908 \u0905\u0928\u0941\u0935\u093E\u0926\u094B\u0902 \u0915\u094B \u092C\u0949\u0915\u094D\u0938 \u0938\u0947 \u092C\u093E\u0939\u0930 \u0909\u092A\u092F\u094B\u0917 \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F\u0964

\u0939\u092E\u0947\u0902 <3>\u091F\u094D\u0935\u093F\u091F\u0930 \u092A\u0930 \u092B\u093C\u0949\u0932\u094B \u0915\u0930 \u0938\u0915\u0924\u0947 \u0939\u0948\u0902 ,<4>\u091F\u0947\u0932\u0940\u0917\u094D\u0930\u093E\u092E \u091A\u0948\u0928\u0932 , WeChat \u0938\u093E\u0930\u094D\u0935\u091C\u0928\u093F\u0915 \u0916\u093E\u0924\u093E, WeChat \u0938\u0902\u091A\u093E\u0930 \u0938\u092E\u0942\u0939, \u092F\u093E \u0928\u0940\u091A\u0947 <5> \u0908\u092E\u0947\u0932 \u0938\u0926\u0938\u094D\u092F\u0924\u093E \u0905\u092A\u0921\u0947\u091F \u091F\u094D\u0930\u0948\u0915 \u0915\u0930\u0947\u0902.
<7>\u092A\u094D\u0930\u094B \u0938\u0926\u0938\u094D\u092F \u0906\u092A \u090F\u0915\u094D\u0938\u092A\u094D\u0930\u0947\u0938 \u0917\u094D\u0930\u093E\u0939\u0915 \u0938\u0947\u0935\u093E \u0908\u092E\u0947\u0932 <8> support@immersivetranslate.com \u0938\u0947 \u0938\u0902\u092A\u0930\u094D\u0915 \u0915\u0930 \u0938\u0915\u0924\u0947 \u0939\u0948\u0902 \u0939\u092E\u093E\u0930\u0947 \u0938\u093E\u0925 \u091C\u0941\u0921\u093C\u0947\u0964",aboutIntroWithoutSponsor:"\u092E\u0941\u091D\u0947 \u0906\u0936\u093E \u0939\u0948 \u0915\u093F \u0939\u092E \u0938\u092D\u0940 \u0907\u0902\u091F\u0930\u0928\u0947\u091F \u092A\u0930 \u0935\u093F\u0936\u093E\u0932 \u092E\u093E\u0924\u094D\u0930\u093E \u092E\u0947\u0902 \u0935\u093F\u0926\u0947\u0936\u0940 \u092D\u093E\u0937\u093E \u0915\u0940 \u091C\u093E\u0928\u0915\u093E\u0930\u0940 \u0924\u0915 \u0906\u0938\u093E\u0928 \u0914\u0930 \u0905\u0927\u093F\u0915 \u0906\u0928\u0902\u0926\u0926\u093E\u092F\u0915 \u092A\u0939\u0941\u0902\u091A \u092A\u094D\u0930\u093E\u092A\u094D\u0924 \u0915\u0930 \u0938\u0915\u0924\u0947 \u0939\u0948\u0902 \u2764\uFE0F

\u0906\u092A \u0939\u092E\u0947\u0902 \u091F\u094D\u0935\u093F\u091F\u0930 \u092A\u0930 \u092B\u093C\u0949\u0932\u094B \u0915\u0930 \u0938\u0915\u0924\u0947 \u0939\u0948\u0902 <3> ,<4>\u091F\u0947\u0932\u0940\u0917\u094D\u0930\u093E\u092E \u091A\u0948\u0928\u0932 , WeChat \u0938\u093E\u0930\u094D\u0935\u091C\u0928\u093F\u0915 \u0916\u093E\u0924\u093E, WeChat \u0938\u0902\u091A\u093E\u0930 \u0938\u092E\u0942\u0939, \u092F\u093E \u0928\u0940\u091A\u0947 <5> \u0908\u092E\u0947\u0932 \u0938\u0926\u0938\u094D\u092F\u0924\u093E \u0905\u092A\u0921\u0947\u091F \u091F\u094D\u0930\u0948\u0915 \u0915\u0930\u0947\u0902.",projectHomepage:"\u092A\u094D\u0930\u094B\u091C\u0947\u0915\u094D\u091F \u0939\u094B\u092E \u092A\u0947\u091C",joinTelegramGroup:"\u092B\u093C\u0902\u0915\u094D\u0936\u0928 \u091A\u0930\u094D\u091A\u093E\u0913\u0902 \u092E\u0947\u0902 \u092D\u093E\u0917 \u0932\u0947\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u0909\u092A\u092F\u094B\u0917\u0915\u0930\u094D\u0924\u093E \u0938\u0902\u091A\u093E\u0930 \u0938\u092E\u0942\u0939 \u092E\u0947\u0902 \u0936\u093E\u092E\u093F\u0932 \u0939\u094B\u0902",wechatPublicAccount:"WeChat \u0938\u093E\u0930\u094D\u0935\u091C\u0928\u093F\u0915 \u0916\u093E\u0924\u093E",wechatCommunities:"WeChat \u0938\u0902\u091A\u093E\u0930 \u0938\u092E\u0942\u0939",qqCommunities:"QQ \u0938\u0902\u091A\u093E\u0930 \u091A\u0948\u0928\u0932",joinTelegramChannel:"\u0928\u0935\u0940\u0928\u0924\u092E \u0905\u092A\u0921\u0947\u091F \u0915\u0947 \u0932\u093F\u090F \u091F\u0947\u0932\u0940\u0917\u094D\u0930\u093E\u092E \u091A\u0948\u0928\u0932 \u0915\u094B \u092B\u0949\u0932\u094B \u0915\u0930\u0947\u0902",feedbackAndJoin:"\u0938\u092E\u0938\u094D\u092F\u093E \u092A\u094D\u0930\u0924\u093F\u0915\u094D\u0930\u093F\u092F\u093E/\u0938\u092E\u0942\u0939 \u092E\u0947\u0902 \u0936\u093E\u092E\u093F\u0932 \u0939\u094B\u0902",autoSync:"\u0938\u094D\u0935\u091A\u093E\u0932\u093F\u0924 \u0905\u0928\u0941\u0938\u0942\u091A\u093F\u0924 \u0924\u0941\u0932\u094D\u092F\u0915\u093E\u0932\u0928",loadingThemeTitle:"\u0932\u094B\u0921\u093F\u0902\u0917 \u0936\u0948\u0932\u0940",loadingThemeDescription:"\u0905\u0928\u0941\u0935\u093E\u0926 \u0932\u094B\u0921 \u0939\u094B\u0928\u0947 \u0915\u0940 \u092A\u094D\u0930\u0924\u0940\u0915\u094D\u0937\u093E \u0915\u0930\u0924\u0947 \u0938\u092E\u092F \u0936\u0948\u0932\u0940 \u0938\u0947\u091F \u0915\u0930\u0947\u0902","loadingTheme.spinner":"\u0935\u0943\u0924\u094D\u0924 \u090F\u0928\u0940\u092E\u0947\u0936\u0928","loadingTheme.text":"\u0938\u094D\u0925\u093F\u0930 \u092A\u093E\u0920... ","loadingTheme.none":"\u0928\u0939\u0940\u0902 \u0926\u093F\u0916\u093E\u0924\u0947",developerDescription:"\u0906\u092A \u092F\u0939\u093E\u0902 <1> \u092A\u0930 \u0915\u094D\u0932\u093F\u0915 \u0915\u0930 \u0938\u0915\u0924\u0947 \u0939\u0948\u0902 \u0909\u0928\u094D\u0928\u0924 \u0905\u0928\u0941\u0915\u0942\u0932\u0928 \u0938\u0947 \u0938\u0902\u092C\u0902\u0927\u093F\u0924 \u0926\u0938\u094D\u0924\u093E\u0935\u0947\u091C\u093C \u0926\u0947\u0916\u0947\u0902","edit border color":"\u092C\u0949\u0930\u094D\u0921\u0930 \u0915\u093E \u0930\u0902\u0917 \u0938\u0902\u0936\u094B\u0927\u093F\u0924 \u0915\u0930\u0947\u0902",successSyncButNoChange:"\u0935\u0930\u094D\u0924\u092E\u093E\u0928 \u0915\u0949\u0928\u094D\u092B\u093C\u093F\u0917\u0930\u0947\u0936\u0928 \u0915\u094D\u0932\u093E\u0909\u0921 \u0915\u0947 \u0905\u0928\u0941\u0930\u0942\u092A \u0939\u0948",customTheme:"\u0915\u0938\u094D\u091F\u092E \u0930\u0902\u0917 \u0914\u0930 \u0906\u0915\u093E\u0930","customThemeLabel.borderColor":"\u0938\u0940\u092E\u093E \u0930\u0902\u0917","customThemeLabel.borderRadius":"\u0938\u0940\u092E\u093E \u0917\u094B\u0932\u093E\u0915\u093E\u0930 \u0915\u094B\u0928\u0947","customThemeLabel.textColor":"\u092A\u093E\u0920 \u0915\u093E \u0930\u0902\u0917","customThemeLabel.backgroundColor":"\u092A\u0943\u0937\u094D\u0920\u092D\u0942\u092E\u093F \u0915\u093E \u0930\u0902\u0917","customThemeLabel.zoom":"\u092B\u093C\u0949\u0928\u094D\u091F \u0938\u094D\u0915\u0947\u0932\u093F\u0902\u0917 (%)","customThemeLabel.opacity":"\u092A\u093E\u0920 \u0905\u092A\u093E\u0930\u0926\u0930\u094D\u0936\u093F\u0924\u093E (%)",resetToDefaultColor:"\u0921\u093F\u092B\u093C\u0949\u0932\u094D\u091F \u0930\u0902\u0917 \u092A\u0930 \u0935\u093E\u092A\u0938 \u0932\u094C\u091F\u0947\u0902",resetToDefaultSettings:"\u0921\u093F\u092B\u093C\u0949\u0932\u094D\u091F \u0938\u0947\u091F\u093F\u0902\u0917\u094D\u0938 \u092A\u0930 \u0935\u093E\u092A\u0938 \u0932\u094C\u091F\u0947\u0902",isTranslateTitle:"\u0905\u0928\u0941\u0935\u093E\u0926\u093F\u0924 \u0935\u0947\u092C \u092A\u0947\u091C \u0936\u0940\u0930\u094D\u0937\u0915 \u091A\u093E\u0932\u0942 \u0915\u0930\u0947\u0902",isTranslateTitleDescription:"\u091A\u093E\u0932\u0942 \u0939\u094B\u0928\u0947 \u092A\u0930, \u0935\u0947\u092C \u092A\u0947\u091C \u0936\u0940\u0930\u094D\u0937\u0915 \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u093F\u092F\u093E \u091C\u093E\u090F\u0917\u093E",enableSearchEnhancement:"\u0926\u094D\u0935\u093F\u092D\u093E\u0937\u0940 \u0938\u0942\u091A\u0928\u093E \u0938\u0902\u0935\u0930\u094D\u0926\u094D\u0927\u0928 \u0938\u0915\u094D\u0937\u092E \u0915\u0930\u0947\u0902",enableSearchEnhancementDescription:'\u091A\u093E\u0932\u0942 \u0939\u094B\u0928\u0947 \u0915\u0947 \u092C\u093E\u0926, \u0905\u0902\u0917\u094D\u0930\u0947\u091C\u0940 \u0915\u0940\u0935\u0930\u094D\u0921 \u0938\u0947 \u0938\u0902\u092C\u0902\u0927\u093F\u0924 "Google \u0938\u092E\u093E\u091A\u093E\u0930" \u0916\u094B\u091C \u092A\u0930\u093F\u0923\u093E\u092E \u0938\u094D\u0935\u091A\u093E\u0932\u093F\u0924 \u0930\u0942\u092A \u0938\u0947 \u0938\u092E\u0930\u094D\u0925\u093F\u0924 \u0935\u0947\u092C\u0938\u093E\u0907\u091F\u094B\u0902 (Google \u0938\u092E\u093E\u091A\u093E\u0930, Google \u0916\u094B\u091C (\u0915\u0941\u091B \u0915\u0940\u0935\u0930\u094D\u0921), \u0938\u094D\u0928\u094B\u092C\u0949\u0932, \u0913\u0930\u093F\u090F\u0902\u091F\u0932 \u092B\u0949\u0930\u094D\u091A\u094D\u092F\u0942\u0928, \u092B\u093C\u0941\u091F\u0942, \u091F\u093E\u0907\u0917\u0930 \u0938\u092E\u0941\u0926\u093E\u092F) \u0915\u0947 \u0926\u093E\u0939\u093F\u0928\u0947 \u0915\u0949\u0932\u092E \u092E\u0947\u0902 \u092A\u094D\u0930\u0926\u0930\u094D\u0936\u093F\u0924 \u0939\u094B\u0902\u0917\u0947\u0964',verifyService:"\u0938\u0947\u0935\u093E \u0915\u093E \u092A\u0930\u0940\u0915\u094D\u0937\u0923 \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u092F\u0939\u093E\u0902 \u0915\u094D\u0932\u093F\u0915 \u0915\u0930\u0947\u0902",verified:"\u0938\u0924\u094D\u092F\u093E\u092A\u0928 \u0938\u092B\u0932","field.langs":"\u0938\u092E\u0930\u094D\u0925\u093F\u0924 \u092D\u093E\u0937\u093E \u0915\u094B\u0921","field.model":"\u0928\u092E\u0942\u0928\u093E","field.translationEngine":"\u0905\u0928\u0941\u0935\u093E\u0926 \u0907\u0902\u091C\u0928","field.limitPerMinute":"\u092A\u094D\u0930\u0924\u093F \u092E\u093F\u0928\u091F \u0905\u0928\u0941\u0930\u094B\u0927\u094B\u0902 \u0915\u0940 \u0905\u0927\u093F\u0915\u0924\u092E \u0938\u0902\u0916\u094D\u092F\u093E","field.limitPerSecond":"\u092A\u094D\u0930\u0924\u093F \u0938\u0947\u0915\u0902\u0921 \u0905\u0928\u0941\u0930\u094B\u0927\u094B\u0902 \u0915\u0940 \u0905\u0927\u093F\u0915\u0924\u092E \u0938\u0902\u0916\u094D\u092F\u093E","field.maxTextLengthPerRequest":"\u092A\u094D\u0930\u0924\u093F \u0905\u0928\u0941\u0930\u094B\u0927 \u0905\u0927\u093F\u0915\u0924\u092E \u092A\u093E\u0920 \u0932\u0902\u092C\u093E\u0908","field.maxTextGroupLengthPerRequest":"\u092A\u094D\u0930\u0924\u093F \u0905\u0928\u0941\u0930\u094B\u0927 \u092A\u0948\u0930\u093E\u0917\u094D\u0930\u093E\u092B \u0915\u0940 \u0905\u0927\u093F\u0915\u0924\u092E \u0938\u0902\u0916\u094D\u092F\u093E","field.apiUrl":"\u0915\u0938\u094D\u091F\u092E \u090F\u092A\u0940\u0906\u0908 \u0907\u0902\u091F\u0930\u092B\u093C\u0947\u0938 \u092A\u0924\u093E","field.placeholderDelimiters":"\u0906\u0930\u0915\u094D\u0937\u093F\u0924 \u092A\u094D\u0932\u0947\u0938\u0939\u094B\u0932\u094D\u0921\u0930","description.custom":"\u0915\u0938\u094D\u091F\u092E \u0907\u0902\u091F\u0930\u092B\u093C\u0947\u0938 \u090F\u0915\u094D\u0938\u0947\u0938 \u0915\u0947 \u0932\u093F\u090F \u0938\u0902\u0926\u0930\u094D\u092D \u0926\u0938\u094D\u0924\u093E\u0935\u0947\u091C\u093C\u094B\u0902 \u0915\u0940 \u0906\u0935\u0936\u094D\u092F\u0915\u0924\u093E \u0939\u0948","description.limitPerMinute":"\u091C\u092C \u0905\u0928\u0941\u0930\u094B\u0927\u094B\u0902 \u0915\u0940 \u0938\u0902\u0916\u094D\u092F\u093E \u0907\u0938 \u0938\u0940\u092E\u093E \u0938\u0947 \u0905\u0927\u093F\u0915 \u0939\u094B \u091C\u093E\u0924\u0940 \u0939\u0948, \u0924\u094B \u092F\u0939 \u0905\u0917\u0932\u0947 \u092E\u093F\u0928\u091F \u0915\u0940 \u0936\u0941\u0930\u0941\u0906\u0924 \u0924\u0915 \u0915\u0924\u093E\u0930 \u0938\u094D\u0925\u093F\u0924\u093F \u092E\u0947\u0902 \u092A\u094D\u0930\u0935\u0947\u0936 \u0915\u0930\u0947\u0917\u0940\u0964 OpenAI \u0915\u0940 \u0935\u0930\u094D\u0924\u092E\u093E\u0928 \u0938\u0947\u0935\u093E \u0915\u0940 \u0935\u093F\u092D\u093F\u0928\u094D\u0928 \u0938\u0940\u092E\u093E\u0913\u0902 \u0915\u0947 \u0915\u093E\u0930\u0923, \u0915\u0943\u092A\u092F\u093E \u092F\u0939\u093E\u0902 <1> \u0915\u094D\u0932\u093F\u0915 \u0915\u0930\u0947\u0902 \u0928\u0935\u0940\u0928\u0924\u092E \u0905\u0928\u0941\u0936\u0902\u0938\u093F\u0924 \u092E\u093E\u0928 \u0926\u0947\u0916\u0947\u0902","description.limitPerSecond":"\u091C\u092C \u0905\u0928\u0941\u0930\u094B\u0927\u094B\u0902 \u0915\u0940 \u0938\u0902\u0916\u094D\u092F\u093E \u0907\u0938 \u0938\u0940\u092E\u093E \u0938\u0947 \u0905\u0927\u093F\u0915 \u0939\u094B \u091C\u093E\u0924\u0940 \u0939\u0948, \u0924\u094B \u092F\u0939 \u0905\u0917\u0932\u0947 \u0938\u0947\u0915\u0902\u0921 \u0915\u0940 \u0936\u0941\u0930\u0941\u0906\u0924 \u0924\u0915 \u0915\u0924\u093E\u0930 \u0938\u094D\u0925\u093F\u0924\u093F \u092E\u0947\u0902 \u092A\u094D\u0930\u0935\u0947\u0936 \u0915\u0930\u0947\u0917\u0940\u0964 OpenAI \u0915\u0940 \u0935\u0930\u094D\u0924\u092E\u093E\u0928 \u0938\u0947\u0935\u093E \u0915\u0940 \u0935\u093F\u092D\u093F\u0928\u094D\u0928 \u0938\u0940\u092E\u093E\u0913\u0902 \u0915\u0947 \u0915\u093E\u0930\u0923, \u0915\u0943\u092A\u092F\u093E \u092F\u0939\u093E\u0902 <1> \u0915\u094D\u0932\u093F\u0915 \u0915\u0930\u0947\u0902 \u0928\u0935\u0940\u0928\u0924\u092E \u0905\u0928\u0941\u0936\u0902\u0938\u093F\u0924 \u092E\u093E\u0928 \u0926\u0947\u0916\u0947\u0902","description.generalLimitPerSecond":"\u091C\u092C \u0905\u0928\u0941\u0930\u094B\u0927\u094B\u0902 \u0915\u0940 \u0938\u0902\u0916\u094D\u092F\u093E \u0907\u0938 \u0938\u0940\u092E\u093E \u0938\u0947 \u0905\u0927\u093F\u0915 \u0939\u094B \u091C\u093E\u0924\u0940 \u0939\u0948, \u0924\u094B \u092F\u0939 \u0905\u0917\u0932\u0947 \u0938\u0947\u0915\u0902\u0921 \u0915\u0940 \u0936\u0941\u0930\u0941\u0906\u0924 \u0924\u0915 \u0915\u0924\u093E\u0930 \u0938\u094D\u0925\u093F\u0924\u093F \u092E\u0947\u0902 \u092A\u094D\u0930\u0935\u0947\u0936 \u0915\u0930\u0947\u0917\u0940\u0964","description.prompt":"\u0909\u092A\u092F\u094B\u0917\u0915\u0930\u094D\u0924\u093E \u0915\u0940 \u092A\u0939\u091A\u093E\u0928 \u092E\u0947\u0902 {service} \u0915\u094B \u092D\u0947\u091C\u0940 \u0917\u0908 \u0935\u093E\u0930\u094D\u0924\u093E\u0932\u093E\u092A, \u091C\u093F\u0938\u092E\u0947\u0902 {{text}} \u092A\u0948\u0930\u093E\u0917\u094D\u0930\u093E\u092B \u0915\u093E \u092A\u093E\u0920 \u0938\u093E\u092E\u0917\u094D\u0930\u0940 \u0915\u094B \u0926\u0930\u094D\u0936\u093E\u0924\u093E \u0939\u0948, {{from}} \u092A\u0948\u0930\u093E\u0917\u094D\u0930\u093E\u092B \u0915\u0940 \u092D\u093E\u0937\u093E \u0915\u094B \u0926\u0930\u094D\u0936\u093E\u0924\u093E \u0939\u0948, \u0914\u0930 {{to}} \u0932\u0915\u094D\u0937\u094D\u092F \u092D\u093E\u0937\u093E \u0915\u094B \u0926\u0930\u094D\u0936\u093E\u0924\u093E \u0939\u0948\u0964","description.maxTextLengthPerRequest":"\u092A\u094D\u0930\u0924\u093F \u0905\u0928\u0941\u0930\u094B\u0927 \u0935\u0930\u094D\u0923\u094B\u0902 \u0915\u0940 \u0905\u0927\u093F\u0915\u0924\u092E \u0938\u0902\u0916\u094D\u092F\u093E\u0964 \u092F\u0926\u093F \u092F\u0939 \u092C\u0939\u0941\u0924 \u092C\u0921\u093C\u093E \u0939\u0948, \u0924\u094B \u0907\u0902\u091F\u0930\u092B\u093C\u0947\u0938 \u0915\u0940 \u092A\u094D\u0930\u0924\u093F\u0915\u094D\u0930\u093F\u092F\u093E \u0927\u0940\u092E\u0940 \u0939\u094B \u091C\u093E\u090F\u0917\u0940, \u0907\u0938\u0932\u093F\u090F \u0906\u092A \u0917\u0924\u093F \u0915\u094B \u0905\u0928\u0941\u0915\u0942\u0932\u093F\u0924 \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u0907\u0938 \u0935\u093F\u0915\u0932\u094D\u092A \u0915\u094B \u0938\u092E\u093E\u092F\u094B\u091C\u093F\u0924 \u0915\u0930\u0928\u0947 \u0915\u093E \u092A\u094D\u0930\u092F\u093E\u0938 \u0915\u0930 \u0938\u0915\u0924\u0947 \u0939\u0948\u0902\u0964","description.systemPrompt":"\u0938\u093F\u0938\u094D\u091F\u092E \u0915\u0940 \u092A\u0939\u091A\u093E\u0928 \u0938\u0947 {service} \u0915\u094B \u092D\u0947\u091C\u0940 \u0917\u0908 \u0935\u093E\u0930\u094D\u0924\u093E\u0932\u093E\u092A, \u091C\u093F\u0938\u092E\u0947\u0902 {{text}} \u092A\u0948\u0930\u093E\u0917\u094D\u0930\u093E\u092B \u0915\u0947 \u092A\u093E\u0920 \u0915\u0940 \u0938\u093E\u092E\u0917\u094D\u0930\u0940 \u0915\u094B \u0926\u0930\u094D\u0936\u093E\u0924\u093E \u0939\u0948, {{from}} \u092A\u0948\u0930\u093E\u0917\u094D\u0930\u093E\u092B \u0915\u0940 \u092D\u093E\u0937\u093E \u0915\u094B \u0926\u0930\u094D\u0936\u093E\u0924\u093E \u0939\u0948, {{to}} \u0932\u0915\u094D\u0937\u094D\u092F \u092D\u093E\u0937\u093E \u0915\u094B \u0926\u0930\u094D\u0936\u093E\u0924\u093E \u0939\u0948","field.domain":"\u092E\u0948\u0926\u093E\u0928","description.domain":"\u0921\u093F\u092B\u093C\u0949\u0932\u094D\u091F\uFF1A\u0938\u093E\u092E\u093E\u0928\u094D\u092F \u0939\u0948. \u0907\u0938\u0947 \u0915\u0947\u0935\u0932 \u0924\u092D\u0940 \u0938\u0947\u091F \u0915\u093F\u092F\u093E \u091C\u093E \u0938\u0915\u0924\u093E \u0939\u0948 \u091C\u092C Youdao API \u0915\u0902\u0938\u094B\u0932 \u092E\u0947\u0902 \u0921\u094B\u092E\u0947\u0928-\u0906\u0927\u093E\u0930\u093F\u0924 \u0905\u0928\u0941\u0935\u093E\u0926 \u0938\u0915\u094D\u0937\u092E \u0939\u094B\u0964 \u0938\u092E\u0930\u094D\u0925\u093F\u0924 \u092B\u093C\u0940\u0932\u094D\u0921 \u0915\u0947 \u0932\u093F\u090F, \u0915\u0943\u092A\u092F\u093E \u092F\u0939\u093E\u0902 <1> \u0926\u0947\u0916\u0947\u0902\u0964","field.scene":"\u092A\u0930\u094D\u0926\u0947","description.scene":"\u0921\u093F\u092B\u093C\u0949\u0932\u094D\u091F\uFF1A\u0938\u093E\u092E\u093E\u0928\u094D\u092F \u0939\u0948. \u0907\u0938\u0947 \u0915\u0947\u0935\u0932 \u0924\u092D\u0940 \u0938\u0947\u091F \u0915\u093F\u092F\u093E \u091C\u093E \u0938\u0915\u0924\u093E \u0939\u0948 \u091C\u092C \u0905\u0932\u0940\u092C\u093E\u092C\u093E \u0915\u094D\u0932\u093E\u0909\u0921 \u090F\u092A\u0940\u0906\u0908 \u0915\u0902\u0938\u094B\u0932 \u092E\u0947\u0902 \u092E\u0936\u0940\u0928\u0940 \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u093E \u092A\u0947\u0936\u0947\u0935\u0930 \u0938\u0902\u0938\u094D\u0915\u0930\u0923 \u0938\u0915\u094D\u0930\u093F\u092F \u0939\u094B\u0964 \u0938\u092E\u0930\u094D\u0925\u093F\u0924 \u092A\u0930\u093F\u0926\u0943\u0936\u094D\u092F\u094B\u0902 \u0915\u0947 \u0932\u093F\u090F \u092F\u0939\u093E\u0902 <1> \u0926\u0947\u0916\u0947\u0902\u0964","field.vocabId":"\u0909\u092A\u092F\u094B\u0917\u0915\u0930\u094D\u0924\u093E \u0936\u092C\u094D\u0926\u0915\u094B\u0936 \u0906\u0908\u0921\u0940","description.vocabId":"\u0928\u093F\u0930\u094D\u0926\u093F\u0937\u094D\u091F \u0936\u092C\u094D\u0926\u0915\u094B\u0936 \u0906\u0909\u091F_\u0906\u0908\u0921\u0940 \u0935\u0930\u094D\u0924\u092E\u093E\u0928 \u092E\u0947\u0902 \u0905\u0902\u0917\u094D\u0930\u0947\u091C\u0940-\u091A\u0940\u0928\u0940 \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u093E \u0938\u092E\u0930\u094D\u0925\u0928 \u0915\u0930\u0924\u093E \u0939\u0948\u0964","description.model":"OpenAI \u0915\u093E \u092E\u0949\u0921\u0932 gpt-3.5-\u091F\u0930\u094D\u092C\u094B, gpt-4 \u0906\u0926\u093F \u0939\u094B \u0938\u0915\u0924\u093E \u0939\u0948\u0964","description.maxTextGroupLengthPerRequest":"\u0939\u0930 \u092C\u093E\u0930 \u0905\u0928\u0941\u0935\u093E\u0926 \u0938\u0947\u0935\u093E \u0915\u094B \u092D\u0947\u091C\u0947 \u0917\u090F \u092A\u0948\u0930\u093E\u0917\u094D\u0930\u093E\u092B\u094B\u0902 \u0915\u0940 \u0938\u0902\u0916\u094D\u092F\u093E\u0964 \u092F\u0926\u093F \u092C\u0939\u0941\u0924 \u0938\u093E\u0930\u0947 \u092A\u0948\u0930\u093E\u0917\u094D\u0930\u093E\u092B \u0939\u0948\u0902, \u0924\u094B \u0907\u0902\u091F\u0930\u092B\u093C\u0947\u0938 \u0915\u0940 \u092A\u094D\u0930\u0924\u093F\u0915\u094D\u0930\u093F\u092F\u093E \u0927\u0940\u092E\u0940 \u0939\u094B \u0938\u0915\u0924\u0940 \u0939\u0948\u0964","description.apiUrl":"\u0915\u0943\u092A\u092F\u093E \u092A\u0925 \u0915\u0947 \u0938\u093E\u0925 \u090F\u0915 \u0935\u093F\u0936\u093F\u0937\u094D\u091F \u092F\u0942\u0906\u0930\u090F\u0932 \u091C\u094B\u0921\u093C\u0947\u0902, <1> \u0905\u0927\u093F\u0915 \u0928\u093F\u0930\u094D\u0926\u0947\u0936",enabledExtension:"\u090F\u0915\u094D\u0938\u091F\u0947\u0902\u0936\u0928 \u0938\u0915\u094D\u0937\u092E",clickToDisableExtension:"\u090F\u0915\u094D\u0938\u091F\u0947\u0902\u0936\u0928 \u0905\u0915\u094D\u0937\u092E \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u0915\u094D\u0932\u093F\u0915 \u0915\u0930\u0947\u0902",clickToEnableExtension:"\u090F\u0915\u094D\u0938\u091F\u0947\u0902\u0936\u0928 \u0938\u0915\u094D\u0937\u092E \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u0915\u094D\u0932\u093F\u0915 \u0915\u0930\u0947\u0902",hasBeenDisabled:"\u0905\u0915\u094D\u0937\u092E","show password":"\u092A\u093E\u0938\u0935\u0930\u094D\u0921 \u0926\u093F\u0916\u093E\u090F",customContent:"\u0915\u0938\u094D\u091F\u092E \u092E\u0949\u0921\u0932 \u0928\u093E\u092E \u0926\u0930\u094D\u091C \u0915\u0930\u0947\u0902",inputOptions:"\u0907\u0928\u092A\u0941\u091F \u092C\u0949\u0915\u094D\u0938 \u0938\u0902\u0935\u0930\u094D\u0926\u094D\u0927\u0928",mouseHoverOptions:"\u092E\u093E\u0909\u0938 \u0915\u0947 \u090A\u092A\u0930",modifyMouseHoverKey:"\u092E\u093E\u0909\u0938\u0913\u0935\u0930 \u0936\u0949\u0930\u094D\u091F\u0915\u091F \u0915\u0941\u0902\u091C\u093F\u092F\u094B\u0902 \u0915\u094B \u0938\u0902\u0936\u094B\u0927\u093F\u0924 \u0915\u0930\u0947\u0902",enableInputTranslation:"\u0907\u0928\u092A\u0941\u091F \u092C\u0949\u0915\u094D\u0938 \u090F\u0928\u094D\u0939\u093E\u0902\u0938\u092E\u0947\u0902\u091F \u0938\u0915\u094D\u0937\u092E \u0915\u0930\u0928\u093E \u0939\u0948 \u092F\u093E \u0928\u0939\u0940\u0902",enableInputTranslationDescription:"{trailingKey}\u0938\u0915\u094D\u0937\u092E \u0915\u0930\u0928\u0947 \u0915\u0947 \u092C\u093E\u0926, \u0938\u0940\u0927\u0947 \u0907\u0928\u092A\u0941\u091F \u092C\u0949\u0915\u094D\u0938 \u092E\u0947\u0902 {startingKey}{startingKey} \u0939\u0948\u0932\u094B \u0926\u0930\u094D\u091C \u0915\u0930\u0947\u0902, \u0914\u0930 \u092B\u093F\u0930 \u0907\u0938\u0947 {inputTargetLanguage}\u092E\u0947\u0902 \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u091C\u0932\u094D\u0926\u0940 \u0938\u0947{inputTrailingTriggerKeyRepeatTimes}\u092A\u0930 \u0926\u094B \u092C\u093E\u0930 \u0915\u094D\u0932\u093F\u0915 \u0915\u0930\u0947\u0902\u0964",enableInputTranslationDescriptionForNoneKey:"\u0907\u0938\u0947 \u0938\u0915\u094D\u0937\u092E \u0915\u0930\u0928\u0947{trailingKey}, \u0938\u0940\u0927\u0947 \u0907\u0928\u092A\u0941\u091F \u092C\u0949\u0915\u094D\u0938 \u092E\u0947\u0902\uFF1A\u0939\u0948\u0932\u094B \u0935\u0930\u094D\u0932\u094D\u0921 \u0926\u0930\u094D\u091C \u0915\u0930\u0947\u0902, \u0914\u0930 \u092B\u093F\u0930 \u0921\u093F\u092B\u093C\u0949\u0932\u094D\u091F \u0932\u0915\u094D\u0937\u094D\u092F \u092D\u093E\u0937\u093E \u092E\u0947\u0902 \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u091C\u0932\u094D\u0926\u0940 \u0938\u0947{inputTrailingTriggerKeyRepeatTimes}\u092C\u093E\u0930 \u0915\u094D\u0932\u093F\u0915 \u0915\u0930\u0947\u0902\u0964",inputTargetLanguage:"\u0907\u0928\u092A\u0941\u091F \u092C\u0949\u0915\u094D\u0938 \u0915\u0940 \u0921\u093F\u092B\u093C\u0949\u0932\u094D\u091F \u0932\u0915\u094D\u0937\u094D\u092F \u092D\u093E\u0937\u093E \u0938\u0947\u091F \u0915\u0930\u0947\u0902",inputTargetLanguageDescription:"\u0907\u0928\u092A\u0941\u091F \u092C\u0949\u0915\u094D\u0938 \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0947 \u0932\u093F\u090F \u0921\u093F\u092B\u093C\u0949\u0932\u094D\u091F \u0932\u0915\u094D\u0937\u094D\u092F \u092D\u093E\u0937\u093E, \u091C\u094B \u091F\u094D\u0930\u093F\u0917\u0930 \u0936\u092C\u094D\u0926\u094B\u0902 \u0915\u0947 \u0932\u093F\u090F \u0921\u093F\u092B\u093C\u0949\u0932\u094D\u091F \u092D\u093E\u0937\u093E \u0915\u0947 \u0930\u0942\u092A \u092E\u0947\u0902 {startingKey}{startingKey} \u0939\u0948",inputTargetLanguageDescriptionForNoneKey:"\u0907\u0928\u092A\u0941\u091F \u092C\u0949\u0915\u094D\u0938 \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0947 \u0932\u093F\u090F \u0921\u093F\u092B\u093C\u0949\u0932\u094D\u091F \u0932\u0915\u094D\u0937\u094D\u092F \u092D\u093E\u0937\u093E",inputStartingTriggerKeyTitle:"\u0907\u0928\u092A\u0941\u091F \u092C\u0949\u0915\u094D\u0938 \u0915\u0947 \u0906\u0902\u0936\u093F\u0915 \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0947 \u0932\u093F\u090F \u0935\u093F\u092D\u093E\u091C\u0928 \u0935\u0930\u094D\u0923 \u0938\u0947\u091F \u0915\u0930\u0947\u0902",inputStartingTriggerKeyDescription:"\u091C\u092C \u0906\u092A\u0915\u094B \u092A\u0942\u0930\u0947 \u0907\u0928\u092A\u0941\u091F \u092C\u0949\u0915\u094D\u0938 \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0928\u0947 \u0915\u0940 \u0906\u0935\u0936\u094D\u092F\u0915\u0924\u093E \u0928\u0939\u0940\u0902 \u0939\u094B\u0924\u0940 \u0939\u0948, \u0924\u094B \u0921\u093F\u0932\u0940\u092E\u0940\u091F\u0930 \u0906\u092A\u0915\u094B \u0915\u0947\u0935\u0932 {startingKey}{startingKey} \u0938\u0947 \u0907\u0928\u092A\u0941\u091F \u092C\u0949\u0915\u094D\u0938 \u0915\u0947 \u0905\u0902\u0924 \u0924\u0915 \u0915\u0947 \u092D\u093E\u0917 \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0928\u0947 \u0915\u0940 \u0905\u0928\u0941\u092E\u0924\u093F \u0926\u0947\u0924\u093E \u0939\u0948, \u092F\u093E \u0906\u092A \u092D\u093E\u0937\u093E \u0915\u094B\u0921 \u0928\u093F\u0930\u094D\u0926\u093F\u0937\u094D\u091F \u0915\u0930 \u0938\u0915\u0924\u0947 \u0939\u0948\u0902, \u0909\u0926\u093E\u0939\u0930\u0923 \u0915\u0947 \u0932\u093F\u090F,\uFF1A{startingKey}ja \u0915\u093E \u0905\u0930\u094D\u0925 \u0915\u0947\u0935\u0932 \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0928\u093E \u0939\u0948 {startingKey}ja \u0938\u0947 \u0907\u0928\u092A\u0941\u091F \u092C\u0949\u0915\u094D\u0938 \u0915\u0947 \u0905\u0902\u0924 \u0924\u0915 \u0915\u093E \u092D\u093E\u0917\u0964",inputStartingTriggerKeyDescriptionForNoneKey:"\u0935\u0930\u094D\u0924\u092E\u093E\u0928 \u092E\u0947\u0902 \u0907\u0938\u0947 \u0915\u093F\u0938\u0940 \u0909\u092A\u0938\u0930\u094D\u0917 \u0915\u0940 \u0906\u0935\u0936\u094D\u092F\u0915\u0924\u093E \u0928\u0939\u0940\u0902 \u0939\u0948, \u0914\u0930 \u0907\u0928\u092A\u0941\u091F \u092C\u0949\u0915\u094D\u0938 \u0915\u0947 \u0915\u0941\u091B \u092A\u093E\u0920 \u0905\u0928\u0941\u0935\u093E\u0926 \u092B\u093C\u0902\u0915\u094D\u0936\u0928 \u0905\u0938\u094D\u0925\u093E\u092F\u0940 \u0930\u0942\u092A \u0938\u0947 \u0905\u0928\u0941\u092A\u0932\u092C\u094D\u0927 \u0939\u0948\u0902\u0964",inputTrailingTriggerKeyTitle:"\u090F\u0915 \u091F\u094D\u0930\u093F\u0917\u0930 \u0935\u0930\u094D\u0923 \u091A\u0941\u0928\u0947\u0902 \u091C\u094B \u0907\u0928\u092A\u0941\u091F \u0915\u094B \u0938\u092E\u093E\u092A\u094D\u0924 \u0915\u0930\u0924\u093E \u0939\u0948",inputTrailingTriggerKeyDescription:"\u0924\u094D\u0935\u0930\u093F\u0924 \u0909\u0924\u094D\u0924\u0930\u093E\u0927\u093F\u0915\u093E\u0930 \u092E\u0947\u0902{trailingKey} 3 \u092C\u093E\u0930 \u0939\u093F\u091F \u0915\u0930\u0928\u0947 \u0938\u0947 \u0905\u0928\u0941\u0935\u093E\u0926 \u0936\u0941\u0930\u0942 \u0939\u094B \u091C\u093E\u090F\u0917\u093E",inputTrailingTriggerKeyTimeout:"\u0915\u0949\u092E\u094D\u092C\u094B \u0915\u094B \u0938\u092E\u093E\u092A\u094D\u0924 \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u091F\u094D\u0930\u093F\u0917\u0930\u094D\u0938 \u0915\u0947 \u092C\u0940\u091A \u0905\u0902\u0924\u0930\u093E\u0932 \u0926\u0930\u094D\u091C \u0915\u0930\u0947\u0902\u0964",inputTrailingTriggerKeyTimeoutDescription:"\u0915\u0949\u092E\u094D\u092C\u094B \u091F\u094D\u0930\u093F\u0917\u0930 \u0915\u094B \u0938\u092E\u093E\u092A\u094D\u0924 \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u0907\u0928\u092A\u0941\u091F \u0915\u0947 \u0932\u093F\u090F \u0905\u0902\u0924\u0930\u093E\u0932 \u0938\u092E\u092F (\u092E\u093F\u0932\u0940\u0938\u0947\u0915\u0902\u0921) \u0928\u093F\u0930\u094D\u0927\u093E\u0930\u093F\u0924 \u0915\u0930\u0947\u0902",spaceKey:"<\u0938\u094D\u092A\u0947\u0938\u092C\u093E\u0930>",noneKey:"\u0915\u093F\u0938\u0940 \u0909\u092A\u0938\u0930\u094D\u0917 \u0915\u0940 \u0906\u0935\u0936\u094D\u092F\u0915\u0924\u093E \u0928\u0939\u0940\u0902 \u0939\u0948, \u0938\u0940\u0927\u0947 \u0938\u0902\u092A\u0942\u0930\u094D\u0923 \u091F\u0947\u0915\u094D\u0938\u094D\u091F \u092C\u0949\u0915\u094D\u0938 \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0947\u0902",inputTranslationBlockUrlsTitle:"\u092F\u0942\u0906\u0930\u090F\u0932 \u092E\u0947\u0902 \u0907\u0928\u092A\u0941\u091F \u092B\u093C\u0940\u0932\u094D\u0921 \u090F\u0928\u094D\u0939\u093E\u0902\u0938\u092E\u0947\u0902\u091F \u0915\u094B \u0915\u092D\u0940 \u092D\u0940 \u0938\u0915\u094D\u0937\u092E \u0928 \u0915\u0930\u0947\u0902",inputTranslationBlockUrlsDescription:"\u0928\u093F\u092E\u094D\u0928\u0932\u093F\u0916\u093F\u0924 \u092F\u0942\u0906\u0930\u090F\u0932 \u092E\u0947\u0902, \u0907\u0928\u092A\u0941\u091F \u092C\u0949\u0915\u094D\u0938 \u090F\u0928\u094D\u0939\u093E\u0902\u0938\u092E\u0947\u0902\u091F \u092A\u094D\u0930\u092D\u093E\u0935\u0940 \u0928\u0939\u0940\u0902 \u0939\u094B\u0917\u093E",clickToSeeQuickDemo:"30 \u0938\u0947\u0915\u0902\u0921 \u0915\u0947 \u0924\u094D\u0935\u0930\u093F\u0924 \u0928\u093F\u0930\u094D\u0926\u0947\u0936 \u0935\u0940\u0921\u093F\u092F\u094B \u0915\u093E \u0935\u093F\u0938\u094D\u0924\u093E\u0930 \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u0915\u094D\u0932\u093F\u0915 \u0915\u0930\u0947\u0902",inputHelperInfo:"\u0928\u094B\u091F\uFF1A: \u0939\u092E\u0928\u0947 \u0935\u093F\u0936\u0947\u0937 \u0930\u0942\u092A \u0938\u0947 \u0909\u0938 \u092E\u0941\u0926\u094D\u0926\u0947 \u0915\u094B \u0905\u0928\u0941\u0915\u0942\u0932\u093F\u0924 \u0915\u093F\u092F\u093E \u0939\u0948 \u091C\u0939\u093E\u0902 \u0915\u0941\u091B \u091F\u094D\u0930\u093F\u0917\u0930 \u0935\u0930\u094D\u0923 \u091A\u0940\u0928\u0940 \u0907\u0928\u092A\u0941\u091F \u092A\u0926\u094D\u0927\u0924\u093F \u0915\u0947 \u0924\u0939\u0924 \u091A\u0940\u0928\u0940 \u0935\u093F\u0930\u093E\u092E \u091A\u093F\u0939\u094D\u0928\u094B\u0902 \u092E\u0947\u0902 \u092C\u0926\u0932 \u091C\u093E\u090F\u0902\u0917\u0947\u0964 \u0909\u0926\u093E\u0939\u0930\u0923 \u0915\u0947 \u0932\u093F\u090F, \u0938\u094B\u0917\u094C \u0907\u0928\u092A\u0941\u091F \u092A\u0926\u094D\u0927\u0924\u093F \u0915\u0947 \u0924\u0939\u0924, / \u090F\u0915 \u0935\u093F\u0930\u093E\u092E \u092E\u0947\u0902 \u092C\u0926\u0932 \u091C\u093E\u090F\u0917\u093E, \u0914\u0930 \u0907\u092E\u0930\u094D\u0938\u093F\u0935 \u0905\u0928\u0941\u0935\u093E\u0926 \u0938\u0902\u092C\u0902\u0927\u093F\u0924 \u0938\u092D\u0940 \u091A\u0940\u0928\u0940 \u092A\u094D\u0930\u0924\u0940\u0915\u094B\u0902 \u0915\u093E \u0938\u092E\u0930\u094D\u0925\u0928 \u0915\u0930\u0924\u093E \u0939\u0948 \u091F\u094D\u0930\u093F\u0917\u0930 \u0935\u0930\u094D\u0923\u0964 , \u092F\u093E\u0928\u0940, //,, \u0914\u0930 \u0938\u092D\u0940 \u0915\u094B \u091F\u094D\u0930\u093F\u0917\u0930 \u0935\u0930\u094D\u0923 \u0915\u0947 \u0930\u0942\u092A \u092E\u0947\u0902 \u092A\u0939\u091A\u093E\u0928\u093E \u091C\u093E\u090F\u0917\u093E\u0964

\u0938\u093E\u0925 \u0939\u0940, \u0939\u092E \u0915\u092E\u093E\u0902\u0921 \u0915\u0947 \u0930\u0942\u092A \u092E\u0947\u0902 \u092D\u093E\u0937\u093E \u0915\u094B\u0921 \u0915\u0947 \u091A\u0940\u0928\u0940 \u0909\u092A\u0928\u093E\u092E\u094B\u0902 \u0915\u093E \u092D\u0940 \u0938\u092E\u0930\u094D\u0925\u0928 \u0915\u0930\u0924\u0947 \u0939\u0948\u0902\u0964 \u0909\u0926\u093E\u0939\u0930\u0923 \u0915\u0947 \u0932\u093F\u090F, /\u091C\u093E\u092A\u093E\u0928\u0940 \u0939\u0948\u0932\u094B \u0935\u0930\u094D\u0932\u094D\u0921 \u0915\u093E \u091C\u093E\u092A\u093E\u0928\u0940 \u092E\u0947\u0902 \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u093F\u092F\u093E \u091C\u093E\u090F\u0917\u093E\u0964 <1> \u0938\u092D\u0940 \u0938\u092E\u0930\u094D\u0925\u093F\u0924 \u092D\u093E\u0937\u093E \u0915\u094B\u0921 \u0926\u0947\u0916\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u092F\u0939\u093E\u0902 \u0915\u094D\u0932\u093F\u0915 \u0915\u0930\u0947\u0902\u0964 .",reloadCurrentPage:"\u0915\u0943\u092A\u092F\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0936\u0941\u0930\u0942 \u0915\u0930\u0928\u0947 \u0938\u0947 \u092A\u0939\u0932\u0947 \u0935\u0930\u094D\u0924\u092E\u093E\u0928 \u092A\u0943\u0937\u094D\u0920 \u0915\u094B \u0924\u093E\u091C\u093C\u093E \u0915\u0930\u0947\u0902",noLocalFilePermissionForPDF:"\u0935\u0930\u094D\u0924\u092E\u093E\u0928 \u092E\u0947\u0902 \u0939\u092E\u093E\u0930\u0947 \u092A\u093E\u0938 \u0938\u094D\u0925\u093E\u0928\u0940\u092F \u092B\u093C\u093E\u0907\u0932\u0947\u0902 \u092A\u0922\u093C\u0928\u0947 \u0915\u0940 \u0905\u0928\u0941\u092E\u0924\u093F \u0928\u0939\u0940\u0902 \u0939\u0948\u0964 \u0915\u0943\u092A\u092F\u093E \u090A\u092A\u0930 \u0926\u093F\u090F \u0917\u090F \u092C\u091F\u0928 \u092A\u0930 \u0915\u094D\u0932\u093F\u0915 \u0915\u0930\u0947\u0902 \u0914\u0930 \u0938\u094D\u0925\u093E\u0928\u0940\u092F \u092B\u093C\u093E\u0907\u0932\u0947\u0902 \u0906\u092F\u093E\u0924 \u0915\u0930\u0947\u0902\u0964",noPermissionForThisPage:"\u26A0\uFE0F \u0935\u0930\u094D\u0924\u092E\u093E\u0928 \u092A\u0943\u0937\u094D\u0920 \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0928\u0947 \u0915\u0940 \u0905\u0928\u0941\u092E\u0924\u093F \u0928\u0939\u0940\u0902",retryAllParagraphs:"\u0938\u092D\u0940 \u0924\u094D\u0930\u0941\u091F\u093F \u092A\u0948\u0930\u093E\u0917\u094D\u0930\u093E\u092B \u092A\u0941\u0928\u0903 \u092A\u094D\u0930\u092F\u093E\u0938 \u0915\u0930\u0947\u0902",retryAllButton:"\u0938\u092D\u0940 \u0924\u094D\u0930\u0941\u091F\u093F \u092A\u0948\u0930\u093E\u0917\u094D\u0930\u093E\u092B \u092A\u0941\u0928\u0903 \u092A\u094D\u0930\u092F\u093E\u0938 \u0915\u0930\u0947\u0902",errorTooltipTitle:"\u0924\u094D\u0930\u0941\u091F\u093F \u0915\u093E \u0915\u093E\u0930\u0923 \u0926\u0947\u0916\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u0915\u094D\u0932\u093F\u0915 \u0915\u0930\u0947\u0902",errorModalTitle:"\u0910\u0938\u093E \u0932\u0917\u0924\u093E \u0939\u0948 \u0915\u093F \u0905\u0928\u0941\u0935\u093E\u0926 \u0938\u0947\u0935\u093E \u092F\u093E \u0928\u0947\u091F\u0935\u0930\u094D\u0915 \u092E\u0947\u0902 \u0915\u0941\u091B \u0917\u0921\u093C\u092C\u0921\u093C \u0939\u0948...",disableConfirm:"\u0926\u094D\u0935\u093F\u092D\u093E\u0937\u0940 \u0938\u0942\u091A\u0928\u093E \u0938\u0902\u0935\u0930\u094D\u0926\u094D\u0927\u0928 \u0938\u0947\u091F\u093F\u0902\u0917\u094D\u0938",disableOnce:"\u0907\u0938 \u092C\u093E\u0930 \u0905\u0915\u094D\u0937\u092E",disableGlobal:"\u0938\u094D\u0925\u093E\u092F\u0940 \u0930\u0942\u092A \u0938\u0947 \u0905\u0915\u094D\u0937\u092E",disableTint:"* \u0906\u092A \u0907\u0938\u0947 {option} \u092E\u0947\u0902 \u092A\u0941\u0928\u0903 \u0938\u0915\u094D\u0937\u092E \u0915\u0930 \u0938\u0915\u0924\u0947 \u0939\u0948\u0902\u0964",searchEnhancementNotes:"\u0939\u092E\u0928\u0947 \u092A\u093E\u092F\u093E \u0915\u093F \u091A\u0940\u0928\u0940 \u0915\u0940\u0935\u0930\u094D\u0921 \u0914\u0930 \u0905\u0902\u0917\u094D\u0930\u0947\u091C\u0940 \u0915\u0940\u0935\u0930\u094D\u0921 \u0915\u0947 \u0932\u093F\u090F \u0938\u092E\u093E\u091A\u093E\u0930 \u092A\u0930\u093F\u0923\u093E\u092E \u092C\u0939\u0941\u0924 \u0905\u0932\u0917 \u0939\u0948\u0902\u0964 \u0907\u092E\u0930\u094D\u0938\u093F\u0935 \u091F\u094D\u0930\u093E\u0902\u0938\u0932\u0947\u0936\u0928 \u0926\u094D\u0935\u093F\u092D\u093E\u0937\u0940 \u0938\u0942\u091A\u0928\u093E \u0938\u0902\u0935\u0930\u094D\u0926\u094D\u0927\u0928 \u092B\u093C\u0902\u0915\u094D\u0936\u0928 \u0915\u094B \u0938\u0915\u094D\u0937\u092E \u0915\u0930\u0928\u0947 \u0915\u0947 \u092C\u093E\u0926, \u0939\u092E \u0938\u092E\u0930\u094D\u0925\u093F\u0924 \u0935\u0947\u092C\u0938\u093E\u0907\u091F\u094B\u0902 (Google \u0938\u092E\u093E\u091A\u093E\u0930, Google \u0916\u094B\u091C (\u0915\u0941\u091B \u0915\u0940\u0935\u0930\u094D\u0921), \u0938\u094D\u0928\u094B\u092C\u0949\u0932, \u0913\u0930\u093F\u090F\u0902\u091F\u0932 \u092B\u0949\u0930\u094D\u091A\u094D\u092F\u0942\u0928 \u0928\u0947\u091F\u0935\u0930\u094D\u0915, \u092B\u093C\u0941\u091F\u0942) \u092A\u0930 \u0916\u094B\u091C \u0915\u0930\u0947\u0902\u0917\u0947 , \u091F\u093E\u0907\u0917\u0930) \u0938\u094D\u0935\u091A\u093E\u0932\u093F\u0924 \u0930\u0942\u092A \u0938\u0947 \u0906\u092A\u0915\u0947 \u0932\u093F\u090F \u0905\u0902\u0917\u094D\u0930\u0947\u091C\u0940 \u092E\u0947\u0902 \u0938\u092E\u093E\u0928 \u0915\u0940\u0935\u0930\u094D\u0921 \u0916\u094B\u091C\u0924\u093E \u0939\u0948 \u0914\u0930 \u0909\u0928\u094D\u0939\u0947\u0902 \u0926\u093E\u0908\u0902 \u0913\u0930 \u092A\u094D\u0930\u0926\u0930\u094D\u0936\u093F\u0924 \u0915\u0930\u0924\u093E \u0939\u0948\u0964 \u092F\u0926\u093F \u0906\u092A\u0915\u094B \u0907\u0938 \u0938\u0941\u0935\u093F\u0927\u093E \u0915\u0940 \u0906\u0935\u0936\u094D\u092F\u0915\u0924\u093E \u0928\u0939\u0940\u0902 \u0939\u0948, \u0924\u094B \u0906\u092A \u0907\u0938\u0947 \u0905\u0915\u094D\u0937\u092E \u0915\u0930\u0928\u093E \u091A\u0941\u0928 \u0938\u0915\u0924\u0947 \u0939\u0948\u0902\u0964",option:"\u0938\u094D\u0925\u093E\u092A\u093F\u0924 \u0915\u0930\u0928\u093E",saveSettings:"\u0938\u0947\u091F\u093F\u0902\u0917\u094D\u0938 \u0938\u0947\u0935 \u0915\u0930\u0947\u0902",closeModal:"\u0916\u093F\u0921\u093C\u0915\u0940 \u092C\u0902\u0926 \u0915\u0930\u094B",enableInputTranslationWithoutTriggerKeyTitle:"\u0924\u094D\u0935\u0930\u093F\u0924 \u0915\u0949\u092E\u094D\u092C\u094B \u0915\u094B 3 \u0917\u0941\u0928\u093E{trailingKey}\u0938\u0915\u094D\u0937\u092E \u0915\u0930\u0947\u0902, \u0938\u0902\u092A\u0942\u0930\u094D\u0923 \u0907\u0928\u092A\u0941\u091F \u092C\u0949\u0915\u094D\u0938 \u0915\u094B \u0938\u0940\u0927\u0947{inputTargetLanguage}\u092E\u0947\u0902 \u0905\u0928\u0941\u0935\u093E\u0926\u093F\u0924 \u0915\u0930\u0947\u0902",enableInputTranslationWithoutTriggerKeyDescription:"\u092F\u0926\u093F \u0906\u092A\u0915\u094B \u0932\u0915\u094D\u0937\u094D\u092F \u092D\u093E\u0937\u093E \u0928\u093F\u0930\u094D\u0926\u093F\u0937\u094D\u091F \u0915\u0930\u0928\u0947 \u0915\u0940 \u0906\u0935\u0936\u094D\u092F\u0915\u0924\u093E \u0939\u0948, \u0924\u094B \u0915\u0943\u092A\u092F\u093E \u0938\u093E\u092E\u0928\u0947 \u092D\u093E\u0937\u093E \u0915\u094B\u0921 \u091C\u094B\u0921\u093C\u0947\u0902, \u091C\u0948\u0938\u0947\uFF1Aja \u0939\u0947\u0932\u094B \u0935\u0930\u094D\u0932\u094D\u0921",mouseHoverShortcutPlaceholder:"\u091C\u0948\u0938\u0947\uFF1A\u0936\u093F\u092B\u094D\u091F",deepLProName:"\u0907\u092E\u0930\u094D\u0938\u093F\u0935 \u091F\u094D\u0930\u093E\u0902\u0938\u0932\u0947\u0936\u0928 \u092A\u094D\u0930\u094B \u0938\u0926\u0938\u094D\u092F (\u0905\u0928\u0941\u0936\u0902\u0938\u093F\u0924)",deepLProDescription:"\u0935\u0930\u094D\u0924\u092E\u093E\u0928 \u092A\u0948\u0915\u0947\u091C \u0915\u093E \u0938\u0940\u0927\u0947 \u0909\u092A\u092F\u094B\u0917 \u0915\u093F\u092F\u093E \u091C\u093E \u0938\u0915\u0924\u093E \u0939\u0948",deeplProDescriptionForNormal:"\u0915\u093F\u0938\u0940 \u0938\u0947\u091F\u093F\u0902\u0917 \u0915\u0940 \u0906\u0935\u0936\u094D\u092F\u0915\u0924\u093E \u0928\u0939\u0940\u0902 \u0939\u0948\u0964 \u0906\u092A \u0938\u0926\u0938\u094D\u092F \u0915\u0947 \u0930\u0942\u092A \u092E\u0947\u0902 \u0932\u0949\u0917 \u0907\u0928 \u0915\u0930\u0928\u0947 \u0915\u0947 \u092C\u093E\u0926 \u0907\u0938\u0915\u093E \u0909\u092A\u092F\u094B\u0917 \u0915\u0930 \u0938\u0915\u0924\u0947 \u0939\u0948\u0902\u0964 <1> \u0938\u0926\u0938\u094D\u092F \u092E\u0947\u0902 \u0905\u092A\u0917\u094D\u0930\u0947\u0921 \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u092F\u0939\u093E\u0902 \u0915\u094D\u0932\u093F\u0915 \u0915\u0930\u0947\u0902\u0964",deepLCustomDescription:"\u0906\u092A\u0915\u094B \u090F\u0915 \u0935\u093F\u0926\u0947\u0936\u0940 \u0915\u094D\u0930\u0947\u0921\u093F\u091F \u0915\u093E\u0930\u094D\u0921 \u0915\u0940 \u0906\u0935\u0936\u094D\u092F\u0915\u0924\u093E \u0939\u0948, <1>\u0921\u0940\u092A\u090F\u0932 \u092A\u0930 \u091C\u093E\u090F\u0902 \u0906\u0927\u093F\u0915\u093E\u0930\u093F\u0915 \u0924\u094C\u0930 \u092A\u0930 \u0916\u094B\u0932\u093E \u0917\u092F\u093E, <2> \u0926\u0938\u094D\u0924\u093E\u0935\u0947\u091C\u093C \u0926\u0947\u0916\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u0915\u094D\u0932\u093F\u0915 \u0915\u0930\u0947\u0902",deepLCustomName:"\u0915\u0938\u094D\u091F\u092E \u092A\u094D\u0930\u093E\u092E\u093E\u0923\u093F\u0915 \u0915\u0941\u0902\u091C\u0940",chooseProviderLabel:"\u090F\u0915 \u0938\u0947\u0935\u093E \u092A\u094D\u0930\u0926\u093E\u0924\u093E \u091A\u0941\u0928\u0947\u0902",openaiProName:"\u0907\u092E\u0930\u094D\u0938\u093F\u0935 \u091F\u094D\u0930\u093E\u0902\u0938\u0932\u0947\u0936\u0928 \u092A\u094D\u0930\u094B \u0938\u0926\u0938\u094D\u092F (\u0905\u0928\u0941\u0936\u0902\u0938\u093F\u0924)",openaiProDescription:"\u0935\u0930\u094D\u0924\u092E\u093E\u0928 \u092A\u0948\u0915\u0947\u091C \u0915\u093E \u0938\u0940\u0927\u0947 \u0909\u092A\u092F\u094B\u0917 \u0915\u093F\u092F\u093E \u091C\u093E \u0938\u0915\u0924\u093E \u0939\u0948",openaiProDescriptionForNormal:"\u0915\u093F\u0938\u0940 \u0938\u0947\u091F\u093F\u0902\u0917 \u0915\u0940 \u0906\u0935\u0936\u094D\u092F\u0915\u0924\u093E \u0928\u0939\u0940\u0902 \u0939\u0948\u0964 \u0906\u092A \u0938\u0926\u0938\u094D\u092F \u0915\u0947 \u0930\u0942\u092A \u092E\u0947\u0902 \u0932\u0949\u0917 \u0907\u0928 \u0915\u0930\u0928\u0947 \u0915\u0947 \u092C\u093E\u0926 \u0907\u0938\u0915\u093E \u0909\u092A\u092F\u094B\u0917 \u0915\u0930 \u0938\u0915\u0924\u0947 \u0939\u0948\u0902\u0964 <1> \u0938\u0926\u0938\u094D\u092F \u092E\u0947\u0902 \u0905\u092A\u0917\u094D\u0930\u0947\u0921 \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u092F\u0939\u093E\u0902 \u0915\u094D\u0932\u093F\u0915 \u0915\u0930\u0947\u0902\u0964",openaiCustomDescription:"\u0907\u0938\u0947 OpenAI, Azure OpenAI, \u092F\u093E \u0905\u0928\u094D\u092F \u0924\u0943\u0924\u0940\u092F-\u092A\u0915\u094D\u0937 \u0938\u0947\u0935\u093E\u0913\u0902 \u0938\u0947 \u092A\u094D\u0930\u093E\u092A\u094D\u0924 \u0915\u093F\u092F\u093E \u091C\u093E \u0938\u0915\u0924\u093E \u0939\u0948\u0964 <1> \u0926\u0938\u094D\u0924\u093E\u0935\u0947\u091C\u093C \u0926\u0947\u0916\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u092F\u0939\u093E\u0902 \u0915\u094D\u0932\u093F\u0915 \u0915\u0930\u0947\u0902\u0964",openaiCustomName:"\u0915\u0938\u094D\u091F\u092E \u090F\u092A\u0940\u0906\u0908 \u0915\u0941\u0902\u091C\u0940",needLoginAction:"(\u0938\u0926\u0938\u094D\u092F\u0924\u093E \u0926\u0930\u094D\u091C \u0915\u0930\u0947\u0902 \u092F\u093E \u0905\u0928\u0941\u0915\u0942\u0932\u093F\u0924 \u0915\u0930\u0947\u0902)",goLoginOrAction:"(\u0938\u0926\u0938\u094D\u092F\u0924\u093E \u0926\u0930\u094D\u091C \u0915\u0930\u0947\u0902 \u092F\u093E \u0938\u0947\u091F\u093F\u0902\u0917\u094D\u0938 \u092A\u0930 \u091C\u093E\u090F\u0902)",yearly:"\u0938\u0924\u0924 \u0935\u093E\u0930\u094D\u0937\u093F\u0915 \u0938\u0926\u0938\u094D\u092F\u0924\u093E",quarterly:"\u0932\u0917\u093E\u0924\u093E\u0930 \u090B\u0924\u0941\u090F\u0901",monthly:"\u0928\u093F\u0930\u0902\u0924\u0930 \u092E\u093E\u0938\u093F\u0915 \u0938\u0926\u0938\u094D\u092F\u0924\u093E",yearlyForOnce:"\u090F\u0915\u092E\u0941\u0936\u094D\u0924 \u0935\u093E\u0930\u094D\u0937\u093F\u0915 \u092A\u0948\u0915\u0947\u091C",monthlyForOnce:"\u090F\u0915\u092E\u0941\u0936\u094D\u0924 \u092E\u093E\u0938\u093F\u0915 \u092A\u0948\u0915\u0947\u091C",daily:"\u0932\u0917\u093E\u0924\u093E\u0930 \u0926\u094B \u0926\u093F\u0928",year:"\u0938\u0924\u0924 \u0935\u093E\u0930\u094D\u0937\u093F\u0915 \u0938\u0926\u0938\u094D\u092F\u0924\u093E",quarter:"\u0932\u0917\u093E\u0924\u093E\u0930 \u090B\u0924\u0941\u090F\u0901",month:"\u0928\u093F\u0930\u0902\u0924\u0930 \u092E\u093E\u0938\u093F\u0915 \u0938\u0926\u0938\u094D\u092F\u0924\u093E",day:"\u0932\u0917\u093E\u0924\u093E\u0930 \u0926\u094B \u0926\u093F\u0928",onetime_7day:"7 \u0926\u093F\u0928 \u0915\u093E \u091F\u094D\u0930\u093E\u092F\u0932 \u092A\u0948\u0915\u0947\u091C",currentPlanDescriptionForFree:"\u0935\u0930\u094D\u0924\u092E\u093E\u0928 \u092A\u0948\u0915\u0947\u091C\uFF1A\u0928\u093F\u0903\u0936\u0941\u0932\u094D\u0915 \u0939\u0948",currentPlanDescriptionForContinuous:"\u0935\u0930\u094D\u0924\u092E\u093E\u0928 \u092A\u0948\u0915\u0947\u091C\uFF1A{plan}\u0939\u0948 \u0914\u0930 {endAt} \u0915\u094B \u0938\u094D\u0935\u091A\u093E\u0932\u093F\u0924 \u0930\u0942\u092A \u0938\u0947 \u0928\u0935\u0940\u0928\u0940\u0915\u0943\u0924 \u0939\u094B \u091C\u093E\u090F\u0917\u093E",currentPlanDescriptionForAutoRenewCaceling:"\u0935\u0930\u094D\u0924\u092E\u093E\u0928 \u092A\u0948\u0915\u0947\u091C\uFF1A{plan}\u0939\u0948 \u0914\u0930 {endAt} \u0915\u094B \u0938\u092E\u093E\u092A\u094D\u0924 \u0939\u094B \u091C\u093E\u090F\u0917\u093E\u0964 \u0938\u092E\u093E\u092A\u094D\u0924\u093F \u0915\u0947 \u092C\u093E\u0926 \u0907\u0938\u0947 \u0938\u094D\u0935\u091A\u093E\u0932\u093F\u0924 \u0930\u0942\u092A \u0938\u0947 \u0928\u0935\u0940\u0928\u0940\u0915\u0943\u0924 \u0928\u0939\u0940\u0902 \u0915\u093F\u092F\u093E \u091C\u093E\u090F\u0917\u093E\u0964",currentYearlyPlanDescriptionForAutoRenewCacelingWithRealPaiedUser:"\u0935\u0930\u094D\u0924\u092E\u093E\u0928 \u092A\u0948\u0915\u0947\u091C\uFF1A{plan} {endAt} \u0915\u094B \u0938\u092E\u093E\u092A\u094D\u0924 \u0939\u094B \u091C\u093E\u090F\u0917\u093E \u0914\u0930 \u0938\u092E\u093E\u092A\u094D\u0924\u093F \u0915\u0947 \u092C\u093E\u0926 \u0938\u094D\u0935\u091A\u093E\u0932\u093F\u0924 \u0930\u0942\u092A \u0938\u0947 \u0928\u0935\u0940\u0928\u0940\u0915\u0943\u0924 \u0928\u0939\u0940\u0902 \u0915\u093F\u092F\u093E \u091C\u093E\u090F\u0917\u093E\u0964
<1>\u0928\u0935\u0940\u0915\u0930\u0923 \u092F\u094B\u091C\u0928\u093E\u0913\u0902 \u0915\u094B \u092A\u094D\u0930\u092C\u0902\u0927\u093F\u0924 \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u092F\u0939\u093E\u0902 \u0915\u094D\u0932\u093F\u0915 \u0915\u0930\u0947\u0902",currentYearlyPlanDescriptionForAutoRenewCacelingWithAdmin:"\u0935\u0930\u094D\u0924\u092E\u093E\u0928 \u092A\u0948\u0915\u0947\u091C\uFF1A{plan} {endAt} \u0915\u094B \u0938\u092E\u093E\u092A\u094D\u0924 \u0939\u094B \u091C\u093E\u090F\u0917\u093E \u0914\u0930 \u0938\u092E\u093E\u092A\u094D\u0924\u093F \u0915\u0947 \u092C\u093E\u0926 \u0938\u094D\u0935\u091A\u093E\u0932\u093F\u0924 \u0930\u0942\u092A \u0938\u0947 \u0928\u0935\u0940\u0928\u0940\u0915\u0943\u0924 \u0928\u0939\u0940\u0902 \u0915\u093F\u092F\u093E \u091C\u093E\u090F\u0917\u093E\u0964
<1>\u0928\u093F\u0930\u0902\u0924\u0930 \u0935\u093E\u0930\u094D\u0937\u093F\u0915 \u0938\u0926\u0938\u094D\u092F\u0924\u093E \u0938\u0915\u094D\u0930\u093F\u092F \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u092F\u0939\u093E\u0902 \u0915\u094D\u0932\u093F\u0915 \u0915\u0930\u0947\u0902",currentPlanDescriptionForOneTime:"\u0935\u0930\u094D\u0924\u092E\u093E\u0928 \u092A\u0948\u0915\u0947\u091C\uFF1A{plan}\u0939\u0948 \u0914\u0930 {endAt} \u0915\u094B \u0938\u092E\u093E\u092A\u094D\u0924 \u0939\u094B \u091C\u093E\u090F\u0917\u093E\u0964 <1> \u0935\u093E\u0930\u094D\u0937\u093F\u0915 \u0936\u0941\u0932\u094D\u0915 \u092E\u0947\u0902 \u0905\u092A\u0917\u094D\u0930\u0947\u0921 \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u092F\u0939\u093E\u0902 \u0915\u094D\u0932\u093F\u0915 \u0915\u0930\u0947\u0902 \u092F\u093E <2> \u092E\u093E\u0938\u093F\u0915 \u0936\u0941\u0932\u094D\u0915 \u0938\u0926\u0938\u094D\u092F",upgradePlan:"\u092A\u094D\u0930\u094B \u0938\u0926\u0938\u094D\u092F\u0924\u093E \u092E\u0947\u0902 \u0905\u092A\u0917\u094D\u0930\u0947\u0921 \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u092F\u0939\u093E\u0902 \u0915\u094D\u0932\u093F\u0915 \u0915\u0930\u0947\u0902",upgradeToPro:"\u092A\u094D\u0930\u094B \u0938\u0926\u0938\u094D\u092F\u0924\u093E \u092E\u0947\u0902 \u0905\u092A\u0917\u094D\u0930\u0947\u0921 \u0915\u0930\u0947\u0902","popup.openPro":"\u092A\u094D\u0930\u094B \u0938\u0926\u0938\u094D\u092F\u0924\u093E \u092E\u0947\u0902 \u0905\u092A\u0917\u094D\u0930\u0947\u0921 \u0915\u0930\u0928\u0947 \u0915\u0947 \u092C\u093E\u0926, \u0906\u092A \u0921\u0940\u092A\u090F\u0932 \u0914\u0930 \u0913\u092A\u0928\u090F\u0906\u0908 \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u093E \u0906\u0928\u0902\u0926 \u0932\u0947 \u0938\u0915\u0924\u0947 \u0939\u0948\u0902, \u0905\u092A\u0917\u094D\u0930\u0947\u0921 \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u092F\u0939\u093E\u0902 \u0915\u094D\u0932\u093F\u0915 \u0915\u0930\u0947\u0902","popup.openProForPro":"\u0906\u092A \u090F\u0915 \u092A\u094D\u0930\u094B \u0938\u0926\u0938\u094D\u092F \u0939\u0948\u0902 \u0914\u0930 \u0938\u0940\u0927\u0947 \u0921\u0940\u092A\u090F\u0932 \u0914\u0930 \u0913\u092A\u0928\u090F\u0906\u0908 \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u093E \u0909\u092A\u092F\u094B\u0917 \u0915\u0930 \u0938\u0915\u0924\u0947 \u0939\u0948\u0902",currentAccount:"\u091A\u093E\u0932\u0942 \u0916\u093E\u0924\u093E",enableAutoSyncUserSettings:"\u090F\u0915\u093E\u0927\u093F\u0915 \u0921\u093F\u0935\u093E\u0907\u0938\u094B\u0902 \u092A\u0930 \u0938\u094D\u0935\u091A\u093E\u0932\u093F\u0924 \u0915\u094D\u0932\u093E\u0909\u0921 \u0938\u093F\u0902\u0915 \u0938\u0915\u094D\u0937\u092E \u0915\u0930\u0947\u0902",modalEnableInputTranslationTitle:"\u0907\u092E\u0930\u094D\u0938\u093F\u0935 \u091F\u094D\u0930\u093E\u0902\u0938\u0932\u0947\u0936\u0928 \u0907\u0928\u092A\u0941\u091F \u092C\u0949\u0915\u094D\u0938 \u091F\u094D\u0930\u093E\u0902\u0938\u0932\u0947\u0936\u0928 \u092F\u0941\u0915\u094D\u0924\u093F\u092F\u093E\u0901",modalEnableInputTranslationDesc:"\u0906\u092A\u0928\u0947 \u0938\u094D\u092A\u0947\u0938 \u092C\u093E\u0930 \u0915\u094B \u0932\u0917\u093E\u0924\u093E\u0930 \u0924\u0940\u0928 \u092C\u093E\u0930 \u0926\u092C\u093E\u0915\u0930 \u0907\u092E\u0930\u094D\u0938\u093F\u0935 \u091F\u094D\u0930\u093E\u0902\u0938\u0932\u0947\u0936\u0928 \u0915\u0947 \u0907\u0928\u092A\u0941\u091F \u092C\u0949\u0915\u094D\u0938 \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u094B \u091F\u094D\u0930\u093F\u0917\u0930 \u0915\u093F\u092F\u093E \u0939\u0948, \u0914\u0930 \u0907\u0928\u092A\u0941\u091F \u092C\u0949\u0915\u094D\u0938 \u0915\u0940 \u0938\u093E\u092E\u0917\u094D\u0930\u0940 \u0915\u094B \u0921\u093F\u092B\u093C\u0949\u0932\u094D\u091F \u0932\u0915\u094D\u0937\u094D\u092F \u092D\u093E\u0937\u093E \u092E\u0947\u0902 \u0905\u0928\u0941\u0935\u093E\u0926\u093F\u0924 \u0915\u093F\u092F\u093E \u091C\u093E\u090F\u0917\u093E\u0964 \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u094B Ctrl+Z \u0915\u0947 \u092E\u093E\u0927\u094D\u092F\u092E \u0938\u0947 \u092A\u0942\u0930\u094D\u0935\u0935\u0924 \u0915\u093F\u092F\u093E \u091C\u093E \u0938\u0915\u0924\u093E \u0939\u0948\u0964

\u092F\u0926\u093F \u092F\u0939 \u090F\u0915 \u0917\u0932\u0924\u0940 \u0939\u0948, \u0924\u094B \u091A\u093F\u0902\u0924\u093E \u0928 \u0915\u0930\u0947\u0902, \u0906\u092A \u0907\u0938 \u092C\u093E\u0930 \u0907\u0938\u0947 \u0905\u0915\u094D\u0937\u092E \u0915\u0930\u0928\u093E \u091A\u0941\u0928 \u0938\u0915\u0924\u0947 \u0939\u0948\u0902, \u092F\u093E \u0907\u0928\u092A\u0941\u091F \u092C\u0949\u0915\u094D\u0938 \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u094B \u0938\u094D\u0925\u093E\u092F\u0940 \u0930\u0942\u092A \u0938\u0947 \u0905\u0915\u094D\u0937\u092E \u0915\u0930 \u0938\u0915\u0924\u0947 \u0939\u0948\u0902\u0964",saveAndNotShowAgain:"\u0938\u0939\u0947\u091C\u0947\u0902 \u0914\u0930 \u0926\u094B\u092C\u093E\u0930\u093E \u0938\u0902\u0915\u0947\u0924 \u0928 \u0926\u0947\u0902",disableInputTranslationTips:"* \u0906\u092A {option} ,{learnMore}\u092E\u0947\u0902 \u091F\u094D\u0930\u093F\u0917\u0930 \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u0905\u0928\u094D\u092F \u0936\u0949\u0930\u094D\u091F\u0915\u091F \u0915\u0941\u0902\u091C\u093F\u092F\u093E\u0901 \u092D\u0940 \u0938\u0947\u091F \u0915\u0930 \u0938\u0915\u0924\u0947 \u0939\u0948\u0902\u0964",learnMore:"\u0914\u0930 \u091C\u093E\u0928\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u092F\u0939\u093E\u0902 \u0915\u094D\u0932\u093F\u0915 \u0915\u0930\u0947\u0902",continueEnalbeInputTranslation:"\u0907\u0928\u092A\u0941\u091F \u092C\u0949\u0915\u094D\u0938 \u0905\u0928\u0941\u0935\u093E\u0926 \u0938\u0915\u094D\u0937\u092E \u0915\u0930\u0928\u093E \u091C\u093E\u0930\u0940 \u0930\u0916\u0947\u0902",autoRenewTrialSuffix:'(\u092A\u0930\u0940\u0915\u094D\u0937\u0923 \u0915\u0947 \u0926\u094C\u0930\u093E\u0928,\u0924\u0941\u0930\u0902\u0924 \u0914\u092A\u091A\u093E\u0930\u093F\u0915\u092E\u0947\u0902 \u0905\u092A\u0917\u094D\u0930\u0947\u0921 \u0915\u0930 \u0926\u093F\u092F\u093E \u091C\u093E\u090F\u0917\u093E)',upgradeFromTrialTitle:"\u0906\u0927\u093F\u0915\u093E\u0930\u093F\u0915 \u0938\u0926\u0938\u094D\u092F \u0915\u0947 \u0930\u0942\u092A \u092E\u0947\u0902 \u0905\u092A\u0917\u094D\u0930\u0947\u0921 \u0915\u0930\u0947\u0902",subtitle:"\u0935\u0940\u0921\u093F\u092F\u094B \u0909\u092A\u0936\u0940\u0930\u094D\u0937\u0915",youtubeService:"\u0907\u092E\u0930\u094D\u0938\u093F\u0935 \u0905\u0928\u0941\u0935\u093E\u0926 \u0935\u0940\u0921\u093F\u092F\u094B \u0909\u092A\u0936\u0940\u0930\u094D\u0937\u0915 \u0905\u0928\u0941\u0935\u093E\u0926 \u0938\u0947\u0935\u093E","subtitle.disabledSubtitle":"\u0935\u0940\u0921\u093F\u092F\u094B \u0909\u092A\u0936\u0940\u0930\u094D\u0937\u0915 \u0915\u094B \u0938\u094D\u0925\u093E\u092F\u0940 \u0930\u0942\u092A \u0938\u0947 \u0905\u0915\u094D\u0937\u092E \u0915\u0930\u0947\u0902","subtitle.disabledSubtitleDescription":"\u092F\u0926\u093F \u0907\u092E\u0930\u094D\u0938\u093F\u0935 \u091F\u094D\u0930\u093E\u0902\u0938\u0932\u0947\u0936\u0928 \u0915\u0947 \u0935\u0940\u0921\u093F\u092F\u094B \u0909\u092A\u0936\u0940\u0930\u094D\u0937\u0915 \u0905\u0928\u094D\u092F \u090F\u0915\u094D\u0938\u091F\u0947\u0902\u0936\u0928 \u0915\u0947 \u0938\u093E\u0925 \u0938\u0902\u0918\u0930\u094D\u0937 \u0915\u0930\u0924\u0947 \u0939\u0948\u0902, \u0924\u094B \u0906\u092A \u0907\u092E\u0930\u094D\u0938\u093F\u0935 \u091F\u094D\u0930\u093E\u0902\u0938\u0932\u0947\u0936\u0928 \u0915\u0947 \u0935\u0940\u0921\u093F\u092F\u094B \u0909\u092A\u0936\u0940\u0930\u094D\u0937\u0915 \u092B\u093C\u0902\u0915\u094D\u0936\u0928 \u0915\u094B \u0938\u094D\u0925\u093E\u092F\u0940 \u0930\u0942\u092A \u0938\u0947 \u0905\u0915\u094D\u0937\u092E \u0915\u0930\u0928\u093E \u092F\u093E \u0905\u0928\u094D\u092F \u0935\u093F\u0930\u094B\u0927\u093E\u092D\u093E\u0938\u0940 \u090F\u0915\u094D\u0938\u091F\u0947\u0902\u0936\u0928 \u0915\u094B \u0905\u0928\u0907\u0902\u0938\u094D\u091F\u0949\u0932 \u0915\u0930\u0928\u093E \u091A\u0941\u0928 \u0938\u0915\u0924\u0947 \u0939\u0948\u0902\u0964","subtitle.autoEnableSubtitle":"\u0938\u094D\u0935\u091A\u093E\u0932\u093F\u0924 \u0930\u0942\u092A \u0938\u0947 \u0926\u094D\u0935\u093F\u092D\u093E\u0937\u0940 \u0909\u092A\u0936\u0940\u0930\u094D\u0937\u0915 \u0915\u093E \u0909\u092A\u092F\u094B\u0917 \u0915\u0930\u0947\u0902","subtitle.autoEnableSubtitleDescription":"\u0938\u0915\u094D\u0930\u093F\u092F \u0915\u0930\u0928\u0947 \u0915\u0947 \u092C\u093E\u0926, \u091C\u092C \u0935\u0940\u0921\u093F\u092F\u094B \u091A\u0932 \u0930\u0939\u093E \u0939\u094B\u0924\u093E \u0939\u0948, \u0924\u094B \u0938\u094D\u0935\u091A\u093E\u0932\u093F\u0924 \u0930\u0942\u092A \u0938\u0947 \u0926\u094D\u0935\u093F\u092D\u093E\u0937\u0940\u092F \u0909\u092A\u0936\u0940\u0930\u094D\u0937\u0915 \u0926\u093F\u0916\u093E\u0908 \u0926\u0947\u0902\u0917\u0947, \u0905\u0928\u094D\u092F\u0925\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u092C\u091F\u0928 \u092A\u0930 \u0915\u094D\u0932\u093F\u0915 \u0915\u0930\u0928\u0947 \u0915\u0940 \u0906\u0935\u0936\u094D\u092F\u0915\u0924\u093E \u0939\u094B\u0917\u0940\u0964","subtitle.preTranslation":"\u0909\u092A\u0936\u0940\u0930\u094D\u0937\u0915 \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u0907\u092E\u0930\u094D\u0938\u093F\u0935 \u091F\u094D\u0930\u093E\u0902\u0938\u0932\u0947\u0936\u0928 \u0915\u093E \u0909\u092A\u092F\u094B\u0917 \u0915\u0930\u0947\u0902","subtitle.preTranslationDescription":"\u0907\u0938\u0947 \u0938\u0915\u094D\u0937\u092E \u0915\u0930\u0928\u0947 \u0915\u0947 \u092C\u093E\u0926, \u0928\u0940\u091A\u0947 \u0926\u0940 \u0917\u0908 \u0928\u093F\u0930\u094D\u0926\u093F\u0937\u094D\u091F \u0905\u0928\u0941\u0935\u093E\u0926 \u0938\u0947\u0935\u093E \u0915\u093E \u0909\u092A\u092F\u094B\u0917 \u0938\u0902\u092A\u0942\u0930\u094D\u0923 \u0909\u092A\u0936\u0940\u0930\u094D\u0937\u0915 \u0915\u093E \u0905\u0917\u094D\u0930\u093F\u092E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u0915\u093F\u092F\u093E \u091C\u093E\u090F\u0917\u093E\u0964 \u090F\u0915 \u0918\u0902\u091F\u0947 \u0915\u093E \u0935\u0940\u0921\u093F\u092F\u094B \u0932\u0917\u092D\u0917 50,000 \u091F\u094B\u0915\u0928 \u092F\u093E \u0935\u0930\u094D\u0923\u094B\u0902 \u0915\u093E \u0909\u092A\u092D\u094B\u0917 \u0915\u0930\u0924\u093E \u0939\u0948, \u0907\u0938\u0932\u093F\u090F \u0915\u0943\u092A\u092F\u093E \u0907\u0938\u0947 \u0909\u092A\u092F\u0941\u0915\u094D\u0924 \u0915\u0947 \u0930\u0942\u092A \u092E\u0947\u0902 \u0909\u092A\u092F\u094B\u0917 \u0915\u0930\u0947\u0902; \u0907\u0938\u0947 \u092C\u0902\u0926 \u0915\u0930\u0928\u0947 \u0915\u0947 \u092C\u093E\u0926, \u092E\u0936\u0940\u0928 \u0938\u0947 \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u093F\u092F\u093E \u091C\u093E\u090F\u0917\u093E \u092E\u0942\u0932 \u0935\u0940\u0921\u093F\u092F\u094B \u0915\u0947 \u0938\u093E\u0925 \u0906\u0928\u0947 \u0935\u093E\u0932\u0947 \u0909\u092A\u0936\u0940\u0930\u094D\u0937\u0915 \u0915\u093E \u092A\u0939\u0932\u0947 \u0909\u092A\u092F\u094B\u0917 \u0915\u093F\u092F\u093E \u091C\u093E\u090F\u0917\u093E\u0964","subtitle.humanSubtitlesPreferred":"\u092E\u093E\u0928\u0935 \u0909\u092A\u0936\u0940\u0930\u094D\u0937\u0915 \u0915\u0947 \u0909\u092A\u092F\u094B\u0917 \u0915\u094B \u092A\u094D\u0930\u093E\u0925\u092E\u093F\u0915\u0924\u093E \u0926\u0947\u0902","subtitle.humanSubtitlesPreferredDescription":"\u091C\u092C \u0915\u093F\u0938\u0940 \u0935\u0940\u0921\u093F\u092F\u094B \u092E\u0947\u0902 \u0932\u0915\u094D\u0937\u093F\u0924 \u092D\u093E\u0937\u093E \u092E\u0947\u0902 \u092E\u0948\u0928\u094D\u092F\u0941\u0905\u0932 \u0909\u092A\u0936\u0940\u0930\u094D\u0937\u0915 \u0939\u094B\u0902, \u0924\u094B \u092A\u0939\u0932\u0947 \u092E\u0948\u0928\u094D\u092F\u0941\u0905\u0932 \u0909\u092A\u0936\u0940\u0930\u094D\u0937\u0915 \u0915\u093E \u0909\u092A\u092F\u094B\u0917 \u0915\u0930\u0947\u0902 (\u0905\u0928\u0941\u0936\u0902\u0938\u093F\u0924)",videoSubtitleTranslationDescription:"\u0935\u0940\u0921\u093F\u092F\u094B \u0909\u092A\u0936\u0940\u0930\u094D\u0937\u0915 \u0915\u0947 \u0932\u093F\u090F \u090F\u0915 \u0905\u0932\u0917 \u0905\u0928\u0941\u0935\u093E\u0926 \u0938\u0947\u0935\u093E \u0928\u093E\u092E\u093F\u0924 \u0915\u0930\u0947\u0902",subtitleTranslating:"{service} \u0938\u0947\u0935\u093E \u0915\u093E \u0909\u092A\u092F\u094B\u0917 \u0915\u0930\u0915\u0947 \u0909\u092A\u0936\u0940\u0930\u094D\u0937\u0915 \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930 \u0930\u0939\u0947 \u0939\u0948\u0902, \u0915\u0943\u092A\u092F\u093E \u092A\u094D\u0930\u0924\u0940\u0915\u094D\u0937\u093E \u0915\u0930\u0947\u0902... (\u0907\u092E\u0930\u094D\u0938\u093F\u0935 \u0905\u0928\u0941\u0935\u093E\u0926)",subtitleLoading:"\u0909\u092A\u0936\u0940\u0930\u094D\u0937\u0915 \u0932\u094B\u0921 \u0939\u094B \u0930\u0939\u093E \u0939\u0948...",bilingual:"\u0926\u094D\u0935\u093F\u092D\u093E\u0937\u093F\u0915","field.action":"Baidu \u0936\u092C\u094D\u0926\u093E\u0935\u0932\u0940 \u0915\u094B \u0938\u0915\u094D\u0937\u092E \u0915\u0930\u0928\u093E \u0939\u0948 \u092F\u093E \u0928\u0939\u0940\u0902","description.action":"\u0938\u0915\u094D\u0937\u092E \u0915\u0930\u0928\u0947 \u0915\u0947 \u092C\u093E\u0926, \u0936\u092C\u094D\u0926 \u0915\u094B \u0938\u0915\u094D\u0937\u092E \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F Baidu \u0915\u094B \u0938\u0942\u091A\u093F\u0924 \u0915\u0930\u0928\u0947 \u0915\u0947 \u0905\u0928\u0941\u0930\u094B\u0927 \u092E\u0947\u0902 \u092A\u0948\u0930\u093E\u092E\u0940\u091F\u0930 \u090F\u0915\u094D\u0936\u0928 = 1 \u091C\u094B\u0921\u093C\u093E \u091C\u093E\u090F\u0917\u093E\u0964 <1> \u0915\u0943\u092A\u092F\u093E \u0905\u0927\u093F\u0915 \u0928\u093F\u0930\u094D\u0926\u0947\u0936\u094B\u0902 \u0915\u0947 \u0932\u093F\u090F \u0906\u0927\u093F\u0915\u093E\u0930\u093F\u0915 \u0926\u0938\u094D\u0924\u093E\u0935\u0947\u091C\u093C \u0926\u0947\u0916\u0947\u0902\u0964",closeQuickTranslation:"\u0924\u0948\u0930\u0924\u0940 \u0939\u0941\u0908 \u0917\u0947\u0902\u0926 \u0915\u094B \u092C\u0902\u0926 \u0915\u0930\u0947\u0902","closeQuickTranslation.untilNext":"\u0905\u0917\u0932\u0940 \u092F\u093E\u0924\u094D\u0930\u093E \u0924\u0915 \u092C\u0902\u0926","closeQuickTranslation.currentWebsite":"\u0935\u0930\u094D\u0924\u092E\u093E\u0928 \u0935\u0947\u092C\u0938\u093E\u0907\u091F \u0905\u0915\u094D\u0937\u092E \u0939\u0948","closeQuickTranslation.alwaysClose":"\u0938\u094D\u0925\u093E\u092F\u0940 \u0930\u0942\u092A \u0938\u0947 \u0905\u0915\u094D\u0937\u092E","closeQuickTranslation.settingOpen":"(<1> \u0938\u0947\u091F\u093F\u0902\u0917 \u092A\u0947\u091C \u092A\u0930 \u092A\u093E\u092F\u093E \u091C\u093E \u0938\u0915\u0924\u093E \u0939\u0948 \u091A\u093E\u0932\u0942 \u0915\u0930\u094B)","closeQuickTranslation.cancel":"\u0930\u0926\u094D\u0926 \u0915\u0930\u0928\u093E","closeQuickTranslation.confirm":"\u091C\u093C\u0930\u0942\u0930","floatBall.popup":"\u0924\u094D\u0935\u0930\u093F\u0924 \u0938\u0947\u091F\u093F\u0902\u0917 \u092A\u0948\u0928\u0932 \u0916\u094B\u0932\u0947\u0902","floatBall.translate":"\u0907\u0938 \u092A\u0943\u0937\u094D\u0920 \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u0915\u094D\u0932\u093F\u0915 \u0915\u0930\u0947\u0902","floatBall.showOriginal":"\u092E\u0942\u0932 \u092A\u093E\u0920 \u092A\u0930 \u0935\u093E\u092A\u0938 \u091C\u093E\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u0915\u094D\u0932\u093F\u0915 \u0915\u0930\u0947\u0902","floatBall.close":"\u0924\u0948\u0930\u0924\u0940 \u0939\u0941\u0908 \u0917\u0947\u0902\u0926 \u0915\u094B \u092C\u0902\u0926 \u0915\u0930\u0947\u0902","floatBallOptions.enableDescPc":"\u092A\u0947\u091C \u092B\u093C\u094D\u0932\u094B\u091F\u093F\u0902\u0917 \u092C\u0949\u0932 \u0938\u0915\u094D\u0937\u092E \u0939\u094B\u0928\u0947 \u0915\u0947 \u092C\u093E\u0926, \u092A\u0943\u0937\u094D\u0920 \u0915\u0947 \u0926\u093E\u0908\u0902 \u0913\u0930 \u090F\u0915 \u0924\u094D\u0935\u0930\u093F\u0924 \u0905\u0928\u0941\u0935\u093E\u0926 \u092C\u091F\u0928 \u092A\u094D\u0930\u0926\u0930\u094D\u0936\u093F\u0924 \u0939\u094B\u0917\u093E\u0964 \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u0915\u094D\u0932\u093F\u0915 \u0915\u0930\u0947\u0902\u0964","floatBallOptions.enableDesc":"\u092B\u094D\u0932\u094B\u091F\u093F\u0902\u0917 \u092C\u0949\u0932 \u0915\u094B \u092C\u0902\u0926 \u0915\u0930\u0928\u0947 \u0915\u0947 \u092C\u093E\u0926 \u0907\u0938\u0947{touch}\u0938\u0947 \u091C\u0917\u093E\u092F\u093E \u091C\u093E \u0938\u0915\u0924\u093E \u0939\u0948\u0964 \u0907\u0938 \u0935\u093F\u0915\u0932\u094D\u092A \u0915\u094B \u0917\u0932\u0924\u0940 \u0938\u0947 \u092C\u0902\u0926 \u0915\u0930\u0928\u0947 \u0915\u0947 \u092C\u093E\u0926 \u092B\u094D\u0932\u094B\u091F\u093F\u0902\u0917 \u092C\u0949\u0932 \u0915\u094B \u092E\u093F\u0932\u0928\u0947 \u0938\u0947 \u0930\u094B\u0915\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F, \u0907\u0938 \u0938\u0947\u091F\u093F\u0902\u0917 \u092A\u0947\u091C \u0915\u094B \u092C\u0941\u0915\u092E\u093E\u0930\u094D\u0915 \u0915\u0930\u0928\u0947 \u0915\u0940 \u092A\u0941\u0930\u091C\u094B\u0930 \u0905\u0928\u0941\u0936\u0902\u0938\u093E \u0915\u0940 \u091C\u093E\u0924\u0940 \u0939\u0948\u0964","description.azureApiUrl":"\u0915\u0938\u094D\u091F\u092E \u090F\u092A\u0940\u0906\u0908 \u0907\u0902\u091F\u0930\u092B\u093C\u0947\u0938 \u092A\u0924\u093E \u092D\u0930\u0947\u0902",confirmSupportMouse:"\u092E\u093E\u0909\u0938 \u0938\u092E\u0930\u094D\u0925\u0928 \u0915\u094B \u0938\u0915\u094D\u0937\u092E \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u092C\u093E\u0927\u094D\u092F \u0915\u0930\u0947\u0902",confirmSupportMouseDescription:"\u092F\u0939 \u092A\u093E\u092F\u093E \u0917\u092F\u093E \u0939\u0948 \u0915\u093F \u0935\u0930\u094D\u0924\u092E\u093E\u0928 \u092C\u094D\u0930\u093E\u0909\u091C\u093C\u0930 \u092E\u093E\u0909\u0938 \u092B\u093C\u0902\u0915\u094D\u0936\u0928 \u0915\u093E \u0938\u092E\u0930\u094D\u0925\u0928 \u0928\u0939\u0940\u0902 \u0915\u0930\u0924\u093E \u0939\u0948\u0964 \u0915\u094D\u092F\u093E \u0906\u092A \u092E\u093E\u0909\u0938 \u0938\u092E\u0930\u094D\u0925\u0928 \u0915\u094B \u092C\u0932\u092A\u0942\u0930\u094D\u0935\u0915 \u0938\u0915\u094D\u0937\u092E \u0915\u0930\u0928\u093E \u091A\u093E\u0939\u0924\u0947 \u0939\u0948\u0902?",sampleTargetText:"\u0932\u092E\u094D\u092C\u0940 \u0930\u093E\u0924 \u0906\u0928\u0947 \u0935\u093E\u0932\u0940 \u0939\u0948, \u0914\u0930 \u0905\u092C \u0938\u0947 \u092E\u0948\u0902 \u092E\u0930\u0928\u0947 \u0924\u0915 \u091C\u093E\u0917\u0924\u093E \u0930\u0939\u0942\u0901\u0917\u093E\u0964 \u092E\u0948\u0902 \u0928 \u092A\u0924\u094D\u0928\u0940 \u0932\u0942\u0901\u0917\u093E, \u0928 \u091C\u093E\u0917\u0940\u0930, \u0928 \u092C\u091A\u094D\u091A\u0947\u0964 \u092E\u0948\u0902 \u0915\u094B\u0908 \u0924\u093E\u091C \u0928\u0939\u0940\u0902 \u092A\u0939\u0928\u0942\u0902\u0917\u093E \u092F\u093E \u0938\u092E\u094D\u092E\u093E\u0928 \u0915\u0947 \u0932\u093F\u090F \u092A\u094D\u0930\u0924\u093F\u0938\u094D\u092A\u0930\u094D\u0927\u093E \u0928\u0939\u0940\u0902 \u0915\u0930\u0942\u0902\u0917\u093E\u0964 \u092E\u0948\u0902 \u0905\u092A\u0928\u093E \u0915\u0930\u094D\u0924\u0935\u094D\u092F \u0928\u093F\u0937\u094D\u0920\u093E\u092A\u0942\u0930\u094D\u0935\u0915 \u0928\u093F\u092D\u093E\u090A\u0902\u0917\u093E, \u091C\u093F\u090A\u0902\u0917\u093E \u0914\u0930 \u092E\u0930\u0942\u0902\u0917\u093E\u0964",sampleSourceText:"Night gathers, and now my watch begins. It shall not end until my death. I shall take no wife, hold no lands, father no children. I shall wear no crowns and win no glory. I shall live and die at my post.","subtitle.supportedSites":"\u5DF2\u652F\u6301\u5728\u8FD9\u4E9B\u7F51\u7AD9\u4F7F\u7528\u53CC\u8BED\u5B57\u5E55\uFF08\u6CE8\u610F\uFF1A\u7531\u4E8E\u6280\u672F\u9650\u5236\uFF0C\u90E8\u5206\u7F51\u7AD9\u5728\u9996\u6B21\u5F00\u542F\u5B57\u5E55\u540E\u9700\u8981\u91CD\u65B0\u5237\u65B0\u9875\u9762\uFF0C\u6216\u8005\u9700\u7B49\u5F85\u7FFB\u8BD1\u5B8C\u6210\u4EE5\u663E\u793A\u53CC\u8BED\u5B57\u5E55\uFF09\uFF1A",viewWithImmersiveTranslate:"\u53CC\u8BED\u7248\u672C(\u6C89\u6D78\u5F0F\u7FFB\u8BD1)",errorReason:"\u9519\u8BEF\u539F\u56E0\uFF1A{message}","proQuotaExceededError.onetime7day":'\uFF0C\u60A8\u53EF\u4EE5\u9009\u62E9\u4EE5\u4E0B\u65B9\u5F0F\u89E3\u51B3\uFF1A

1. \u5207\u6362\u5230 {anotherService} \u6216\u5176\u4ED6\u7FFB\u8BD1\u670D\u52A1
2. \u5347\u7EA7\u4E3A\u6708\u5EA6/\u5E74\u5EA6\u4F1A\u5458',"proQuotaExceededError.trial":'\uFF0C\u60A8\u53EF\u4EE5\u9009\u62E9\u4EE5\u4E0B\u65B9\u5F0F\u89E3\u51B3\uFF1A

1. \u5207\u6362\u5230 {anotherService} \u6216\u5176\u4ED6\u7FFB\u8BD1\u670D\u52A1
2. \u7ACB\u523B\u5347\u7EA7\u4E3A\u6B63\u5F0F\u4F1A\u5458',"proQuotaExceededError.nonTrial":'\uFF0C\u60A8\u53EF\u4EE5\u9009\u62E9\u4EE5\u4E0B\u65B9\u5F0F\u89E3\u51B3\uFF1A

1. \u5207\u6362\u5230 {anotherService} \u6216\u5176\u4ED6\u7FFB\u8BD1\u670D\u52A1
2. \u8D2D\u4E70 {translationService} \u989D\u5916\u6D41\u91CF\u5305',"proQuotaExceededError.resetTime":"
3. \u989D\u5EA6\u91CD\u7F6E\u65F6\u95F4\uFF1A{resetTime}","desc.touchShortcutsToggleTranslatePageOnlyTranslation":"\u0915\u0947\u0935\u0932 \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u093E \u0924\u093E\u0924\u094D\u092A\u0930\u094D\u092F \u0939\u0948 \u0915\u093F \u0915\u0947\u0935\u0932 \u0905\u0928\u0941\u0935\u093E\u0926 \u092A\u094D\u0930\u0926\u0930\u094D\u0936\u093F\u0924 \u0939\u094B\u0917\u093E, \u092F\u0926\u093F \u0935\u0947\u092C\u092A\u0947\u091C \u0905\u092D\u0940 \u0924\u0915 \u0905\u0928\u0941\u0935\u093E\u0926\u093F\u0924 \u0928\u0939\u0940\u0902 \u0939\u0941\u0906 \u0939\u0948, \u0924\u094B \u092E\u094B\u0921 \u092C\u0926\u0932\u0947\u0917\u093E \u0914\u0930 \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0947\u0917\u093E\u0964","desc.toggleOnlyTransation":"\u0915\u0947\u0935\u0932 \u0905\u0928\u0941\u0935\u093E\u0926 \u092E\u094B\u0921 \u0915\u093E \u0924\u093E\u0924\u094D\u092A\u0930\u094D\u092F \u0939\u0948 \u0915\u093F \u0915\u0947\u0935\u0932 \u0905\u0928\u0941\u0935\u093E\u0926 \u092A\u094D\u0930\u0926\u0930\u094D\u0936\u093F\u0924 \u0939\u094B\u0917\u093E, \u092F\u0926\u093F \u0935\u0947\u092C\u092A\u0947\u091C \u0905\u092D\u0940 \u0924\u0915 \u0905\u0928\u0941\u0935\u093E\u0926\u093F\u0924 \u0928\u0939\u0940\u0902 \u0939\u0941\u0906 \u0939\u0948, \u0924\u094B \u092E\u094B\u0921 \u092C\u0926\u0932 \u091C\u093E\u090F\u0917\u093E \u0914\u0930 \u0905\u0928\u0941\u0935\u093E\u0926 \u0939\u094B\u0917\u093E\u0964",touchShortcutsToggleTranslatePageOnlyTranslation:"\u0938\u094D\u0915\u094D\u0930\u0940\u0928 \u091F\u091A \u091C\u0947\u0938\u094D\u091A\u0930 \u0938\u0947\u091F \u0915\u0930\u0947\u0902 \u0926\u094D\u0935\u093F\u092D\u093E\u0937\u0940 / \u0915\u0947\u0935\u0932 \u0905\u0928\u0941\u0935\u093E\u0926 \u092E\u094B\u0921 \u0915\u094B \u0938\u094D\u0935\u093F\u091A \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F",download_started:"\u0921\u093E\u0909\u0928\u0932\u094B\u0921 \u0936\u0941\u0930\u0942 \u0939\u094B \u091A\u0941\u0915\u093E \u0939\u0948, \u092F\u0926\u093F \u0938\u094D\u0935\u091A\u093E\u0932\u093F\u0924 \u0930\u0942\u092A \u0938\u0947 \u0921\u093E\u0909\u0928\u0932\u094B\u0921 \u0928\u0939\u0940\u0902 \u0939\u094B \u0930\u0939\u093E \u0939\u0948, \u0924\u094B \u0915\u0943\u092A\u092F\u093E \u092E\u0948\u0928\u094D\u092F\u0941\u0905\u0932 \u0930\u0942\u092A \u0938\u0947 \u0915\u094D\u0932\u093F\u0915 \u0915\u0930\u0947\u0902\u0964",here:"\u092F\u0939\u093E\u0901",batchEdit:"\u0925\u094B\u0915 \u0938\u0902\u091A\u093E\u0932\u0928","error.goReset":"\u0930\u0940\u0938\u0947\u091F \u0915\u0930\u0947\u0902",translationFont:"\u092B\u093C\u0949\u0928\u094D\u091F \u0938\u0947\u091F \u0915\u0930\u0947\u0902","translationFont.custom":"\u0905\u092A\u0928\u0940 \u0915\u0938\u094D\u091F\u092E \u092B\u093C\u0949\u0928\u094D\u091F \u0926\u0930\u094D\u091C \u0915\u0930\u0947\u0902","translationModeLang.translation.title":"\u0915\u0947\u0935\u0932 \u0905\u0928\u0941\u0935\u093E\u0926 \u092E\u094B\u0921 \u0915\u0940 \u092D\u093E\u0937\u093E","translationFont.customPlaceholder":"\u092B\u093C\u0949\u0928\u094D\u091F","translationServices.inherit":"\u092E\u0941\u0916\u094D\u092F \u0905\u0928\u0941\u0935\u093E\u0926 \u0938\u0947\u0935\u093E \u0915\u093E \u092A\u093E\u0932\u0928 \u0915\u0930\u0947\u0902","error.serveConfigError":"\u0938\u0947\u0935\u093E \u0938\u092E\u093E\u0915\u0943\u0924\u093F \u0924\u094D\u0930\u0941\u091F\u093F","error.configError":"\u0935\u093F\u0928\u094D\u092F\u093E\u0938 \u0921\u0947\u091F\u093E \u0905\u0938\u093E\u092E\u093E\u0928\u094D\u092F","translationModeUrl.translation.title":"\u0915\u0947\u0935\u0932 \u0905\u0928\u0941\u0935\u093E\u0926 \u092E\u094B\u0921 \u0915\u093E URL",toggleToService:"{\u0938\u0947\u0935\u093E} \u092A\u0930 \u0938\u094D\u0935\u093F\u091A \u0915\u0930\u0947\u0902 \u0914\u0930 \u092A\u0941\u0928\u0903 \u092A\u094D\u0930\u092F\u093E\u0938 \u0915\u0930\u0947\u0902",videoSubtitlePreTranslationOn:"\u0935\u0940\u0921\u093F\u092F\u094B \u0938\u092C\u091F\u093E\u092F\u091F\u0932\u094D\u0938 \u0915\u093E \u092A\u094D\u0930\u093E\u0925\u092E\u093F\u0915\u0924\u093E \u0938\u094D\u0935\u0930\u0942\u092A \u092E\u0947\u0902 \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u093E \u0909\u092A\u092F\u094B\u0917 \u0915\u0930\u0947\u0902\u0917\u0947\u0964","touch.mouse-translate":"\u0915\u0943\u092A\u092F\u093E \u0928\u093F\u0930\u094D\u0926\u093F\u0937\u094D\u091F \u092A\u0948\u0930\u093E\u0917\u094D\u0930\u093E\u092B \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0947\u0902",detectServiceLoading:"\u0909\u092A\u0932\u092C\u094D\u0927 \u0905\u0928\u0941\u0935\u093E\u0926 \u0938\u0947\u0935\u093E\u0913\u0902 \u0915\u0940 \u091C\u093E\u0902\u091A \u0915\u0930 \u0930\u0939\u093E \u0939\u0948...","error.proTokenInvalid":"\u092F\u0926\u093F \u0906\u092A \u092A\u094D\u0930\u094B \u0909\u092A\u092F\u094B\u0917\u0915\u0930\u094D\u0924\u093E \u0939\u0948\u0902, \u0924\u094B \u0915\u0943\u092A\u092F\u093E \u092A\u094D\u0930\u094B \u0905\u0928\u0941\u0935\u093E\u0926 \u0938\u0947\u0935\u093E \u0915\u093E \u0909\u092A\u092F\u094B\u0917 \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u0932\u0949\u0917 \u0907\u0928 \u0915\u0930\u0947\u0902\u0964","error.400":"\u0938\u0947\u0935\u093E \u0924\u094D\u0930\u0941\u091F\u093F \u0935\u093E\u092A\u0938 \u0915\u0930\u0924\u0940 \u0939\u0948, \u0905\u0928\u0941\u0930\u094B\u0927 \u092A\u0948\u0930\u093E\u092E\u0940\u091F\u0930 \u0917\u0932\u0924 \u0939\u0948, \u0915\u0943\u092A\u092F\u093E \u0938\u0902\u092C\u0902\u0927\u093F\u0924 \u0915\u0949\u0928\u094D\u092B\u093C\u093F\u0917\u0930\u0947\u0936\u0928 \u0915\u0940 \u091C\u093E\u0902\u091A \u0915\u0930\u0947\u0902\u0964","error.502":"\u0938\u0947\u0935\u093E \u0924\u094D\u0930\u0941\u091F\u093F \u0932\u094C\u091F\u0924\u0940 \u0939\u0948, \u0938\u0947\u0935\u093E \u0938\u092E\u092F \u0938\u092E\u093E\u092A\u094D\u0924, \u0915\u0943\u092A\u092F\u093E \u092C\u093E\u0926 \u092E\u0947\u0902 \u092A\u0941\u0928\u0903 \u092A\u094D\u0930\u092F\u093E\u0938 \u0915\u0930\u0947\u0902\u0964","error.reloadPageOfSetting":"\u0915\u0949\u0928\u094D\u092B\u093C\u093F\u0917\u0930 \u0915\u0930\u0928\u0947 \u0915\u0947 \u092C\u093E\u0926, \u0915\u0943\u092A\u092F\u093E \u092A\u0943\u0937\u094D\u0920 \u0915\u094B \u0924\u093E\u091C\u093C\u093E \u0915\u0930\u0947\u0902 \u0914\u0930 \u092B\u093F\u0930 \u0938\u0947 \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0947\u0902\u0964","translationModeUrl.translation.description":"\u091C\u092C \u0935\u0947\u092C\u0938\u093E\u0907\u091F \u0928\u093F\u092E\u094D\u0928\u0932\u093F\u0916\u093F\u0924 \u0921\u094B\u092E\u0947\u0928 \u0915\u0947 \u0932\u093F\u090F \u0939\u094B\u0924\u0940 \u0939\u0948, \u0924\u094B \u092F\u0939 \u0938\u094D\u0935\u091A\u093E\u0932\u093F\u0924 \u0930\u0942\u092A \u0938\u0947 \u0915\u0947\u0935\u0932 \u0905\u0928\u0941\u0935\u093E\u0926 \u092E\u094B\u0921 \u0915\u093E \u0909\u092A\u092F\u094B\u0917 \u0915\u0930\u0947\u0917\u0940\u0964","error.googleLimitIp":"\u0938\u0947\u0935\u093E \u0924\u094D\u0930\u0941\u091F\u093F \u0932\u094C\u091F\u093E\u0924\u0940 \u0939\u0948, \u0917\u0942\u0917\u0932 \u0938\u0947\u0935\u093E\u090F\u0902 \u0907\u0938 IP \u092A\u0924\u0947 \u092A\u0930 \u092A\u094D\u0930\u0935\u093E\u0939 \u0938\u0940\u092E\u093F\u0924 \u0915\u0930 \u091A\u0941\u0915\u0940 \u0939\u0948\u0902, \u0906\u092A\u0915\u093E \u0938\u0941\u091D\u093E\u0935 \u0939\u0948 \u0915\u093F \u0906\u092A \u0928\u0947\u091F\u0935\u0930\u094D\u0915 \u0928\u094B\u0921 \u092C\u0926\u0932\u0947\u0902\u0964","error.proUpgrade":"\u0905\u092A\u0917\u094D\u0930\u0947\u0921 \u0915\u0930\u0928\u0947 \u0915\u0947 \u092C\u093E\u0926, \u0915\u0943\u092A\u092F\u093E \u092A\u0943\u0937\u094D\u0920 \u0915\u094B \u0924\u093E\u091C\u093C\u093E \u0915\u0930\u0947\u0902 \u0914\u0930 \u092B\u093F\u0930 \u0938\u0947 \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0947\u0902\u0964","error.gemini.429":"\u0935\u0930\u094D\u0924\u092E\u093E\u0928 \u092E\u0947\u0902 \u091C\u0947\u092E\u093F\u0928\u0940 \u0938\u0947\u0935\u093E \u0915\u0940 \u0935\u0930\u094D\u0924\u092E\u093E\u0928 \u092D\u0930\u0923 \u0915\u094D\u0937\u092E\u0924\u093E \u0938\u0940\u092E\u093E \u0915\u094B \u092A\u0939\u0941\u0902\u091A \u091A\u0941\u0915\u0940 \u0939\u0948, \u0915\u0943\u092A\u092F\u093E \u092C\u093E\u0926 \u092E\u0947\u0902 \u092A\u094D\u0930\u092F\u093E\u0938 \u0915\u0930\u0947\u0902, \u092F\u093E \u0905\u0928\u094D\u092F \u0905\u0928\u0941\u0935\u093E\u0926 \u0938\u0947\u0935\u093E\u0913\u0902 \u092A\u0930 \u0938\u094D\u0935\u093F\u091A \u0915\u0930\u0947\u0902\u0964",enableSentryReport:"\u091C\u092C \u090F\u0915\u094D\u0938\u091F\u0947\u0902\u0936\u0928 \u092E\u0947\u0902 \u0924\u094D\u0930\u0941\u091F\u093F \u0939\u094B\u0924\u0940 \u0939\u0948, \u0924\u094B Sentry \u0915\u093E \u0909\u092A\u092F\u094B\u0917 \u092A\u094D\u0930\u0924\u093F\u0915\u094D\u0930\u093F\u092F\u093E \u0938\u092C\u092E\u093F\u091F \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u0915\u0930\u0947\u0902\u0964","error.403":"\u0938\u0947\u0935\u093E \u0924\u094D\u0930\u0941\u091F\u093F \u0932\u094C\u091F\u093E\u0924\u0940 \u0939\u0948, \u0905\u0938\u094D\u0925\u093E\u092F\u0940 \u0930\u0942\u092A \u0938\u0947 \u0907\u0938 \u0938\u0947\u0935\u093E \u0915\u093E \u0909\u092A\u092F\u094B\u0917 \u0915\u0930\u0928\u0947 \u0915\u0940 \u0905\u0928\u0941\u092E\u0924\u093F \u0928\u0939\u0940\u0902 \u0939\u0948\u0964","translationModeLang.translation.description":"\u091C\u092C \u092A\u0943\u0937\u094D\u0920 \u0915\u0940 \u092D\u093E\u0937\u093E \u0928\u093F\u092E\u094D\u0928\u0932\u093F\u0916\u093F\u0924 \u092D\u093E\u0937\u093E\u0913\u0902 \u092E\u0947\u0902 \u0939\u094B\u0924\u0940 \u0939\u0948, \u0924\u094B \u0915\u0947\u0935\u0932 \u0905\u0928\u0941\u0935\u093E\u0926 \u092E\u094B\u0921 \u0915\u093E \u0938\u094D\u0935\u091A\u093E\u0932\u093F\u0924 \u0930\u0942\u092A \u0938\u0947 \u0909\u092A\u092F\u094B\u0917 \u0915\u093F\u092F\u093E \u091C\u093E\u090F\u0917\u093E",videoSubtitlePreTranslationOff:"\u0935\u0940\u0921\u093F\u092F\u094B \u0938\u092C\u091F\u093E\u092F\u091F\u0932 \u092E\u0942\u0932 \u0935\u0940\u0921\u093F\u092F\u094B \u0926\u094D\u0935\u093E\u0930\u093E \u0938\u094D\u0935\u091A\u093E\u0932\u093F\u0924 \u0930\u0942\u092A \u0938\u0947 \u0905\u0928\u0941\u0935\u093E\u0926\u093F\u0924 \u0938\u092C\u091F\u093E\u092F\u091F\u0932 \u0915\u093E \u092A\u094D\u0930\u093E\u0925\u092E\u093F\u0915\u0924\u093E \u092A\u094D\u0930\u0926\u093E\u0928 \u0915\u0930\u0947\u0917\u093E\u0964","error.429":"\u0938\u0947\u0935\u093E \u0924\u094D\u0930\u0941\u091F\u093F \u0932\u094C\u091F\u093E\u0924\u0940 \u0939\u0948, \u091C\u093F\u0938\u0915\u093E \u0905\u0930\u094D\u0925 \u0939\u0948 \u0915\u093F \u0905\u0928\u0941\u0930\u094B\u0927 \u092C\u0939\u0941\u0924 \u0905\u0915\u094D\u0938\u0930 \u0939\u094B \u0930\u0939\u0947 \u0939\u0948\u0902 \u092F\u093E \u0938\u0940\u092E\u093E \u0938\u0940\u092E\u093E \u0938\u0947 \u0905\u0927\u093F\u0915 \u0939\u0948\u0902, \u0915\u0943\u092A\u092F\u093E \u092C\u093E\u0926 \u092E\u0947\u0902 \u092A\u0941\u0928\u0903 \u092A\u094D\u0930\u092F\u093E\u0938 \u0915\u0930\u0947\u0902\u0964","error.openAIExceededQuota":"\u0938\u0947\u0935\u093E \u0924\u094D\u0930\u0941\u091F\u093F \u0935\u093E\u092A\u0938 \u0915\u0930\u0924\u0940 \u0939\u0948: \u0906\u092A\u0915\u093E \u0935\u0930\u094D\u0924\u092E\u093E\u0928 OpenAI \u0916\u093E\u0924\u093E \u092C\u0948\u0932\u0947\u0902\u0938 \u092A\u0930\u094D\u092F\u093E\u092A\u094D\u0924 \u0928\u0939\u0940\u0902 \u0939\u0948, \u0915\u0943\u092A\u092F\u093E OpenAI \u0906\u0927\u093F\u0915\u093E\u0930\u093F\u0915 \u092C\u0948\u0915\u090F\u0902\u0921 \u092E\u0947\u0902 \u0930\u093F\u091A\u093E\u0930\u094D\u091C \u0915\u0930\u0947\u0902 \u092F\u093E \u0915\u094D\u0930\u0947\u0921\u093F\u091F \u0915\u093E\u0930\u094D\u0921 \u092C\u093E\u0902\u0927\u0947\u0902\u0964","translationFont.notSupportErrorMessage":"\u0915\u0943\u092A\u092F\u093E \u091C\u093E\u0902\u091A\u0947\u0902 \u0915\u093F \u0906\u092A\u0915\u0947 \u0926\u094D\u0935\u093E\u0930\u093E \u0926\u0930\u094D\u091C \u0915\u093F\u092F\u093E \u0917\u092F\u093E \u092B\u093C\u0949\u0928\u094D\u091F \u0928\u093E\u092E \u0938\u0939\u0940 \u0939\u0948 \u092F\u093E \u0928\u0939\u0940\u0902, \u092F\u093E \u092F\u0939 \u0938\u0941\u0928\u093F\u0936\u094D\u091A\u093F\u0924 \u0915\u0930\u0947\u0902 \u0915\u093F \u092F\u0939 \u092B\u093C\u0949\u0928\u094D\u091F \u0906\u092A\u0915\u0947 \u0909\u092A\u0915\u0930\u0923 \u092A\u0930 \u0938\u094D\u0925\u093E\u092A\u093F\u0924 \u0939\u0948\u0964","error.openAIFreeLimit":"\u0938\u0947\u0935\u093E \u0924\u094D\u0930\u0941\u091F\u093F \u0932\u094C\u091F\u093E\u0924\u0940 \u0939\u0948, \u0935\u0930\u094D\u0924\u092E\u093E\u0928 \u0905\u0928\u0941\u0935\u093E\u0926 \u0905\u0928\u0941\u0930\u094B\u0927 \u0915\u0940 \u0906\u0935\u0943\u0924\u094D\u0924\u093F \u092A\u094D\u0930\u0924\u093F \u092E\u093F\u0928\u091F 3 \u092C\u093E\u0930 \u0915\u0940 \u0905\u0927\u093F\u0915\u0924\u092E \u0938\u0940\u092E\u093E \u0924\u0915 \u092A\u0939\u0941\u0902\u091A \u091A\u0941\u0915\u0940 \u0939\u0948, \u0915\u0943\u092A\u092F\u093E \u092C\u093E\u0926 \u092E\u0947\u0902 \u092A\u094D\u0930\u092F\u093E\u0938 \u0915\u0930\u0947\u0902\u0964 (\u092F\u0939 OpenAI \u0915\u0940 \u0906\u0927\u093F\u0915\u093E\u0930\u093F\u0915 \u0938\u0940\u092E\u093E \u0939\u0948 \u0928\u093F:\u0936\u0941\u0932\u094D\u0915 API Key \u0915\u0947 \u0932\u093F\u090F, \u0907\u0938 \u0938\u0940\u092E\u093E \u0915\u094B \u0939\u091F\u093E\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F, \u0915\u0943\u092A\u092F\u093E OpenAI \u092C\u0948\u0915\u090F\u0902\u0921 \u092E\u0947\u0902 \u0915\u094D\u0930\u0947\u0921\u093F\u091F \u0915\u093E\u0930\u094D\u0921 \u092C\u093E\u0902\u0927\u0947\u0902\u0964)","desc.toggleVideoSubtitlePreTranslation":"\u091C\u092C \u0906\u092A \u0907\u0938\u0947 \u0926\u092C\u093E\u0924\u0947 \u0939\u0948\u0902, \u0924\u094B \u0935\u0940\u0921\u093F\u092F\u094B \u0926\u094D\u0935\u093F\u092D\u093E\u0937\u0940 \u0909\u092A\u0936\u0940\u0930\u094D\u0937\u0915 \u092A\u094D\u0930\u093E\u0925\u092E\u093F\u0915\u0924\u093E \u0938\u0947 \u0921\u0941\u092C\u0915\u0940 \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0940 \u0938\u0947\u091F\u093F\u0902\u0917 \u0915\u093E \u0909\u092A\u092F\u094B\u0917 \u0915\u0930\u0947\u0917\u093E, \u092B\u093F\u0930 \u0938\u0947 \u0926\u092C\u093E\u0928\u0947 \u092A\u0930 \u092F\u0939 \u092E\u0942\u0932 \u0935\u0940\u0921\u093F\u092F\u094B \u0915\u0947 \u0938\u094D\u0935\u091A\u093E\u0932\u093F\u0924 \u0905\u0928\u0941\u0935\u093E\u0926\u093F\u0924 \u0909\u092A\u0936\u0940\u0930\u094D\u0937\u0915 \u0915\u093E \u0909\u092A\u092F\u094B\u0917 \u0915\u0930\u0947\u0917\u093E, \u0927\u094D\u092F\u093E\u0928 \u0926\u0947\u0902: \u0907\u0938 \u0936\u0949\u0930\u094D\u091F\u0915\u091F \u0926\u094D\u0935\u093E\u0930\u093E \u0938\u0902\u0936\u094B\u0927\u093F\u0924 \u0938\u0947\u091F\u093F\u0902\u0917 \u0935\u0948\u0936\u094D\u0935\u093F\u0915 \u0939\u094B\u0924\u0940 \u0939\u0948\u0964","error.serveUnavailable":"\u0906\u092A\u0915\u0947 \u0926\u094D\u0935\u093E\u0930\u093E \u0935\u0930\u094D\u0924\u092E\u093E\u0928 \u092E\u0947\u0902 \u0909\u092A\u092F\u094B\u0917 \u0915\u093F\u090F \u091C\u093E \u0930\u0939\u0947 [{serverName}] \u0938\u0947\u0935\u093E \u0915\u094B \u0928\u0947\u091F\u0935\u0930\u094D\u0915 \u0915\u0928\u0947\u0915\u094D\u0936\u0928 \u092F\u093E \u0938\u0947\u0935\u093E \u092A\u094D\u0930\u0926\u093E\u0924\u093E \u0915\u0940 \u0938\u092E\u0938\u094D\u092F\u093E \u0915\u0947 \u0915\u093E\u0930\u0923 \u0905\u0938\u094D\u0925\u093E\u092F\u0940 \u0930\u0942\u092A \u0938\u0947 \u0909\u092A\u092F\u094B\u0917 \u0915\u0930\u0928\u0947 \u092E\u0947\u0902 \u0905\u0938\u092E\u0930\u094D\u0925 \u0939\u0948\u0964 \u0939\u092E\u093E\u0930\u093E \u0938\u0941\u091D\u093E\u0935 \u0939\u0948 \u0915\u093F \u0906\u092A \u092A\u0943\u0937\u094D\u0920 \u0915\u094B \u0924\u093E\u091C\u093E \u0915\u0930\u0928\u0947 \u0915\u093E \u092A\u094D\u0930\u092F\u093E\u0938 \u0915\u0930\u0947\u0902 \u092F\u093E <1>\u0938\u0947\u091F\u093F\u0902\u0917\u094D\u0938 \u0915\u0947 \u092E\u093E\u0927\u094D\u092F\u092E \u0938\u0947 \u0905\u0928\u094D\u092F \u0905\u0928\u0941\u0935\u093E\u0926 \u0938\u0947\u0935\u093E\u0913\u0902 \u0915\u094B \u092C\u0926\u0932\u0928\u0947 \u0915\u093E \u092A\u094D\u0930\u092F\u093E\u0938 \u0915\u0930\u0947\u0902\u0964 \u092F\u0926\u093F \u0906\u092A <2>Pro \u0938\u0926\u0938\u094D\u092F \u0939\u0948\u0902, \u0924\u094B \u0906\u092A DeepL \u092F\u093E OpenAI \u0905\u0928\u0941\u0935\u093E\u0926 \u0938\u0947\u0935\u093E \u0915\u093E \u0909\u092A\u092F\u094B\u0917 \u0915\u0930\u0928\u0947 \u0915\u093E \u091A\u092F\u0928 \u0915\u0930 \u0938\u0915\u0924\u0947 \u0939\u0948\u0902 \u091C\u094B \u0905\u0927\u093F\u0915 \u0938\u094D\u0925\u093F\u0930 \u0939\u0948 (<3>\u092F\u0939\u093E\u0902 \u092E\u0941\u092B\u094D\u0924 \u0905\u0928\u0941\u092D\u0935 \u0915\u0930\u0947\u0902)\u0964 \u0907\u0938\u0915\u0947 \u0905\u0932\u093E\u0935\u093E, \u0906\u092A\u0915\u094B \u0936\u093E\u092F\u0926 \u0905\u092A\u0928\u0940 \u0928\u0947\u091F\u0935\u0930\u094D\u0915 \u092F\u093E \u092A\u094D\u0930\u0949\u0915\u094D\u0938\u0940 \u0938\u0947\u091F\u093F\u0902\u0917\u094D\u0938 \u0915\u0940 \u091C\u093E\u0902\u091A \u0915\u0930\u0928\u0947 \u0915\u0940 \u0906\u0935\u0936\u094D\u092F\u0915\u0924\u093E \u0939\u094B \u0938\u0915\u0924\u0940 \u0939\u0948\u0964","translationServices.gemini":"\u092E\u093F\u0925\u0941\u0928","widget.translateFile":"PDF/ePub",goLogin:"\u0932\u0949\u0917 \u0907\u0928 \u0915\u0930\u0947\u0902","error.reason":"\u0924\u094D\u0930\u0941\u091F\u093F \u0915\u093E \u0915\u093E\u0930\u0923",contact:"\u0939\u092E\u0938\u0947 \u0938\u0902\u092A\u0930\u094D\u0915 \u0915\u0930\u0947\u0902",pickAll:"\u0938\u092D\u0940 \u0915\u093E \u091A\u092F\u0928 \u0915\u0930\u0947\u0902","multipleClick.3":"\u0924\u094D\u0930\u093F\u092A\u0932 \u0939\u093F\u091F","floatBall.iKnow":"\u092E\u0948\u0902\u0928\u0947 \u0938\u092E\u091D \u0932\u093F\u092F\u093E",shortcutSettings:"\u0936\u0949\u0930\u094D\u091F\u0915\u091F \u0915\u0941\u0902\u091C\u0940","error.retry":"\u092A\u0941\u0928\u0903 \u092A\u094D\u0930\u092F\u093E\u0938 \u0915\u0930\u0947\u0902",touchShortcutsOff:"\u092C\u0902\u0926 \u0915\u0930\u0947\u0902","subtitle.bilingual":"\u0926\u094D\u0935\u093F\u092D\u093E\u0937\u0940\u092F \u0909\u092A\u0936\u0940\u0930\u094D\u0937\u0915","tagsInput.add":"+ \u091C\u094B\u0921\u093C\u0947\u0902","slide.right":"\u092C\u093E\u090F\u0902 \u0938\u094D\u0932\u093E\u0907\u0921 \u0915\u0930\u0947\u0902","multipleClick.2":"\u0921\u092C\u0932 \u0915\u094D\u0932\u093F\u0915","widget.instruction":"\u0909\u092A\u092F\u094B\u0917 \u0915\u0940 \u0928\u093F\u0930\u094D\u0926\u0947\u0936\u093F\u0915\u093E",loggedIn:"\u0932\u0949\u0917 \u0907\u0928 \u0915\u093F\u092F\u093E \u0939\u0941\u0906 \u0939\u0948","shortcutGroup.main":"\u0938\u093E\u092E\u093E\u0928\u094D\u092F \u0909\u092A\u092F\u094B\u0917 \u0915\u0940 \u0936\u0949\u0930\u094D\u091F\u0915\u091F \u0915\u0941\u0902\u091C\u0940","slide.left":"\u0926\u093E\u090F\u0902 \u0938\u094D\u0932\u093E\u0907\u0921 \u0915\u0930\u0947\u0902",shortcutSettingsTitle:"\u0936\u0949\u0930\u094D\u091F\u0915\u091F \u0915\u0940 \u0938\u0947\u091F\u093F\u0902\u0917","multipleClick.4":"\u091A\u093E\u0930\u0939\u093F\u091F \u0938\u0902\u092F\u094B\u091C\u0928","error.subscriptionExpiredTitle":"\u0938\u0926\u0938\u094D\u092F\u0924\u093E \u0938\u092E\u093E\u092A\u094D\u0924 \u0939\u094B \u0917\u0908 \u0939\u0948",notLogin:"\u0932\u0949\u0917 \u0907\u0928 \u0928\u0939\u0940\u0902 \u0915\u093F\u092F\u093E \u0939\u0948","shortcutGroup.others":"\u0905\u0927\u093F\u0915 \u0915\u0938\u094D\u091F\u092E \u092B\u093C\u0902\u0915\u094D\u0936\u0928 \u0936\u0949\u0930\u094D\u091F\u0915\u091F","subtitle.hideQuickButton":"\u0907\u0938 \u0936\u0949\u0930\u094D\u091F\u0915\u091F \u0915\u094B \u092B\u093F\u0930 \u0938\u0947 \u0928\u093E \u0926\u093F\u0916\u093E\u090F\u0902","widget.videoSubtitleTooltip":"Youtube \u0906\u0926\u093F {count}+ \u0935\u0940\u0921\u093F\u092F\u094B \u0935\u0947\u092C\u0938\u093E\u0907\u091F\u094B\u0902 \u0915\u093E \u0938\u092E\u0930\u094D\u0925\u0928 \u0915\u0930\u0947\u0902","browser.translateInputBox":"\u0935\u0930\u094D\u0924\u092E\u093E\u0928 \u0907\u0928\u092A\u0941\u091F \u092C\u0949\u0915\u094D\u0938 \u0915\u0940 \u0938\u093E\u092E\u0917\u094D\u0930\u0940 \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0947\u0902",temprarilyChangeTranslationTo_openai:"\u0939\u092E \u0935\u0930\u094D\u0924\u092E\u093E\u0928 \u092A\u0943\u0937\u094D\u0920 \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 OpenAI \u0915\u093E \u0909\u092A\u092F\u094B\u0917 \u0915\u0930 \u0930\u0939\u0947 \u0939\u0948\u0902",alwaysTranslateThisSite:"\u0939\u092E\u0947\u0936\u093E \u0907\u0938 \u0935\u0947\u092C\u0938\u093E\u0907\u091F \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0947\u0902","shortcutGroup.mouse":"\u092E\u093E\u0909\u0938 \u0939\u094B\u0935\u0930 \u0936\u0949\u0930\u094D\u091F\u0915\u091F \u0915\u0949\u0928\u094D\u092B\u093C\u093F\u0917\u0930\u0947\u0936\u0928",translationOnlyMode:`\u0915\u0947\u0935\u0932 \u0905\u0928\u0941\u0935\u093E\u0926 \u092E\u094B\u0921 `,"shortcutGroup.touch":"\u0938\u094D\u0915\u094D\u0930\u0940\u0928 \u091F\u091A \u0915\u0947 \u0932\u093F\u090F \u0935\u093F\u0936\u0947\u0937 \u091C\u0947\u0938\u094D\u091A\u0930",networkError:"\u0905\u0928\u0941\u0935\u093E\u0926 \u0938\u0947\u0935\u093E\u090F\u0902 \u092F\u093E \u0928\u0947\u091F\u0935\u0930\u094D\u0915 \u092E\u0947\u0902 \u0938\u092E\u0938\u094D\u092F\u093E \u0939\u0948","intro.floatBallTitle":"\u0924\u094D\u0935\u0930\u093F\u0924 \u0905\u0928\u0941\u0935\u093E\u0926 \u092B\u094D\u0932\u094B\u091F\u093F\u0902\u0917 \u092C\u0949\u0932","widget.instructionTooltip":"\u0909\u092A\u092F\u094B\u0917 \u0915\u0940 \u0928\u093F\u0930\u094D\u0926\u0947\u0936\u093F\u0915\u093E \u0926\u0947\u0916\u0947\u0902",mouseHoverCustomKeyTitle:"\u0905\u0928\u0941\u0915\u0942\u0932\u093F\u0924 \u092E\u093E\u0909\u0938 \u0939\u094B\u0935\u0930 \u0936\u0949\u0930\u094D\u091F\u0915\u091F","widget.videoSubtitle":"\u0935\u0940\u0921\u093F\u092F\u094B \u0909\u092A\u0936\u0940\u0930\u094D\u0937\u0915",paragraphMinTextCountField:"\u0905\u0928\u0941\u0935\u093E\u0926 \u092A\u0948\u0930\u093E\u0917\u094D\u0930\u093E\u092B \u0915\u0947 \u0932\u093F\u090F \u0928\u094D\u092F\u0942\u0928\u0924\u092E \u0935\u0930\u094D\u0923 \u0938\u0902\u0916\u094D\u092F\u093E",neverTranslateThisSite:"\u0907\u0938 \u0935\u0947\u092C\u0938\u093E\u0907\u091F \u0915\u093E \u0915\u092D\u0940 \u0905\u0928\u0941\u0935\u093E\u0926 \u0928 \u0915\u0930\u0947\u0902","subtitle.showQuickButton":"\u0926\u094D\u0935\u093F\u092D\u093E\u0937\u0940\u092F \u0909\u092A\u0936\u0940\u0930\u094D\u0937\u0915\u094B\u0902 \u0915\u094B \u092A\u094D\u0932\u0947\u092F\u0930 \u092E\u0947\u0902 \u092A\u094D\u0930\u0926\u0930\u094D\u0936\u093F\u0924 \u0915\u0930\u0928\u0947 \u0915\u093E \u0936\u0949\u0930\u094D\u091F\u0915\u091F","widget.translateFileTooltip":"PDF, EPUB, SRT, ASS, HTML \u0914\u0930 TXT \u0926\u0938\u094D\u0924\u093E\u0935\u0947\u091C\u093C\u094B\u0902 \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0947\u0902","shortcutGroup.shortcutsForTranslationServices":"\u0905\u0928\u0941\u0935\u093E\u0926 \u0938\u0947\u0935\u093E\u0913\u0902 \u0938\u0947 \u0938\u0902\u092C\u0902\u0927\u093F\u0924 \u0936\u0949\u0930\u094D\u091F\u0915\u091F \u0915\u0941\u0902\u091C\u0940","intro.hoverTitle":"\u092E\u093E\u0909\u0938 \u0939\u094B\u0935\u0930 \u092A\u0930 \u0935\u0930\u094D\u0924\u092E\u093E\u0928 \u0905\u0928\u0941\u091A\u094D\u091B\u0947\u0926 \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0947\u0902",buildSnapshots:"\u0935\u0947\u092C\u092A\u0947\u091C \u0938\u094D\u0928\u0948\u092A\u0936\u0949\u091F \u0909\u0924\u094D\u092A\u0928\u094D\u0928 \u0915\u0930\u0947\u0902",notLoginPro:"\u0906\u092A\u0928\u0947 \u0905\u092D\u0940 \u0924\u0915 \u0905\u092A\u0928\u093E \u0938\u0926\u0938\u094D\u092F \u0916\u093E\u0924\u093E \u0932\u0949\u0917 \u0907\u0928 \u0928\u0939\u0940\u0902 \u0915\u093F\u092F\u093E \u0939\u0948\u0964","browser.translateWithTransmart":"\u0905\u0938\u094D\u0925\u093E\u092F\u0940 \u0930\u0942\u092A \u0938\u0947 \u091F\u0947\u0902\u0938\u0947\u0902\u091F \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u093E \u0909\u092A\u092F\u094B\u0917 \u0915\u0930\u0915\u0947 \u0935\u0930\u094D\u0924\u092E\u093E\u0928 \u092A\u0943\u0937\u094D\u0920 \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0947\u0902",temprarilyChangeTranslationTo_gemini:"\u0939\u092E \u0935\u0930\u094D\u0924\u092E\u093E\u0928 \u092A\u0943\u0937\u094D\u0920 \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 Gemini \u0915\u093E \u0909\u092A\u092F\u094B\u0917 \u0915\u0930 \u0930\u0939\u0947 \u0939\u0948\u0902\u0964",temprarilyChangeTranslationTo_deepl:"DeepL \u0915\u093E \u0909\u092A\u092F\u094B\u0917 \u0915\u0930\u0915\u0947 \u0935\u0930\u094D\u0924\u092E\u093E\u0928 \u092A\u0943\u0937\u094D\u0920 \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930 \u0930\u0939\u0947 \u0939\u0948\u0902",touchShortcutsToggleTranslationMask:"\u0938\u094D\u0915\u094D\u0930\u0940\u0928 \u091C\u0947\u0938\u094D\u091A\u0930 \u0938\u0947\u091F \u0915\u0930\u0947\u0902 \u0905\u0928\u0941\u0935\u093E\u0926 \u091B\u093F\u092A\u093E\u0928\u0947 / \u092E\u0942\u0932 \u092A\u093E\u0920 \u0926\u093F\u0916\u093E\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F","desc.touchShortcutsToggleTranslateTouchElement":"\u090F\u0915 \u0939\u0938\u094D\u0924\u0915\u094D\u0937\u0947\u092A \u0915\u094B \u0905\u0928\u0941\u0915\u0942\u0932\u093F\u0924 \u0915\u0930\u0947\u0902, \u0914\u0930 \u0906\u092A \u091C\u093F\u0938 \u0905\u0928\u0941\u091A\u094D\u091B\u0947\u0926 \u092E\u0947\u0902 \u0939\u0948\u0902, \u0909\u0938\u0947 \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930 \u0938\u0915\u0924\u0947 \u0939\u0948\u0902\u0964","browser.translateWithOpenAI":"\u0905\u0938\u094D\u0925\u093E\u092F\u0940 \u0930\u0942\u092A \u0938\u0947 OpenAI \u0915\u093E \u0909\u092A\u092F\u094B\u0917 \u0915\u0930\u0915\u0947 \u0935\u0930\u094D\u0924\u092E\u093E\u0928 \u092A\u0943\u0937\u094D\u0920 \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0947\u0902","browser.toggleMouseHoverTranslateDirectly":"\u092A\u0947\u091C \u092A\u0930 \u0905\u0938\u094D\u0925\u093E\u092F\u0940 \u0930\u0942\u092A \u0938\u0947 \u092E\u093E\u0909\u0938 \u0939\u094B\u0935\u0930 \u0938\u0940\u0927\u0947 \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u094B \u0938\u0915\u094D\u0937\u092E \u092F\u093E \u092C\u0902\u0926 \u0915\u0930\u0947\u0902","description.baiduField":"\u0938\u092E\u0930\u094D\u0925\u093F\u0924 \u0915\u094D\u0937\u0947\u0924\u094D\u0930\u094B\u0902 \u0915\u094B <1>\u092F\u0939\u093E\u0902 \u0926\u0947\u0916\u0947\u0902, \u0916\u093E\u0932\u0940 \u0939\u094B\u0928\u0947 \u0915\u093E \u0905\u0930\u094D\u0925 \u0939\u0948 \u0915\u094D\u0937\u0947\u0924\u094D\u0930 \u0928\u093F\u0930\u094D\u0926\u093F\u0937\u094D\u091F \u0928\u0939\u0940\u0902 \u0939\u0948","browser.toggleVideoSubtitlePreTranslation":"\u0926\u094D\u0935\u093F\u092D\u093E\u0937\u0940\u092F \u0938\u092C\u091F\u093E\u092F\u091F\u0932 \u0938\u094D\u0935\u093F\u091A \u0915\u0930\u0947\u0902, \u0921\u0941\u092C\u0915\u0940 \u0905\u0928\u0941\u0935\u093E\u0926 \u0938\u0947\u091F\u093F\u0902\u0917\u094D\u0938 \u0915\u093E \u092A\u094D\u0930\u093E\u0925\u092E\u093F\u0915\u0924\u093E \u0938\u0947 \u0909\u092A\u092F\u094B\u0917 \u0915\u0930\u0947\u0902","subtitle.autoDisableSubtitle":"\u0938\u094D\u0935\u091A\u093E\u0932\u093F\u0924 \u0930\u0942\u092A \u0938\u0947 \u0926\u094D\u0935\u093F\u092D\u093E\u0937\u0940 \u0909\u092A\u0936\u0940\u0930\u094D\u0937\u0915 \u0938\u0915\u094D\u0937\u092E \u0928\u0939\u0940\u0902 \u0915\u0930\u0947\u0902","browser.translateWithGemini":"\u0905\u0938\u094D\u0925\u093E\u092F\u0940 \u0930\u0942\u092A \u0938\u0947 Gemini \u0915\u093E \u0909\u092A\u092F\u094B\u0917 \u0915\u0930\u0915\u0947 \u0935\u0930\u094D\u0924\u092E\u093E\u0928 \u092A\u0943\u0937\u094D\u0920 \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0947\u0902","floatBall.guideClickToTranslate":`\u0905\u0928\u0941\u0935\u093E\u0926 \u092B\u094D\u0932\u094B\u091F\u093F\u0902\u0917 \u092C\u0949\u0932 \u092A\u0930 \u0915\u094D\u0932\u093F\u0915 \u0915\u0930\u0915\u0947 \u0924\u0941\u0930\u0902\u0924 \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930 \u0938\u0915\u0924\u0947 \u0939\u0948\u0902`,"neverTranslateText.title":"\u0928\u093F\u092E\u094D\u0928\u0932\u093F\u0916\u093F\u0924 \u0936\u092C\u094D\u0926 \u092E\u0942\u0932 \u0930\u0942\u092A \u092E\u0947\u0902 \u0930\u0916\u0947\u0902, \u0905\u0928\u0941\u0935\u093E\u0926 \u0928 \u0915\u0930\u0947\u0902",temprarilyChangeTranslationTo_google:"\u0935\u0930\u094D\u0924\u092E\u093E\u0928 \u092A\u0943\u0937\u094D\u0920 \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 Google \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u093E \u0909\u092A\u092F\u094B\u0917 \u0915\u0930 \u0930\u0939\u093E \u0939\u0948\u0964",touchShortcutsToggleTranslateTouchElement:"\u0938\u094D\u092A\u0930\u094D\u0936 \u0938\u094D\u0915\u094D\u0930\u0940\u0928 \u091C\u0947\u0938\u094D\u091A\u0930 \u0938\u0947\u091F \u0915\u0930\u0947\u0902 \u0928\u093F\u0930\u094D\u0926\u093F\u0937\u094D\u091F \u092A\u0948\u0930\u093E\u0917\u094D\u0930\u093E\u092B \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F",temprarilyChangeTranslationTo_transmart:"\u0939\u092E \u0935\u0930\u094D\u0924\u092E\u093E\u0928 \u092A\u0943\u0937\u094D\u0920 \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930 \u0930\u0939\u0947 \u0939\u0948\u0902 \u091F\u0947\u0902\u0938\u0947\u0902\u091F \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u093E \u0909\u092A\u092F\u094B\u0917 \u0915\u0930\u0915\u0947","browser.translateWithDeepL":"\u0905\u0938\u094D\u0925\u093E\u092F\u0940 \u0930\u0942\u092A \u0938\u0947 DeepL \u0915\u093E \u0909\u092A\u092F\u094B\u0917 \u0915\u0930\u0915\u0947 \u0935\u0930\u094D\u0924\u092E\u093E\u0928 \u092A\u0943\u0937\u094D\u0920 \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0947\u0902",upgradeToProErrorTitle:"\u0915\u0943\u092A\u092F\u093E \u0907\u0938 \u0905\u0928\u0941\u0935\u093E\u0926 \u0938\u0947\u0935\u093E \u0915\u093E \u0909\u092A\u092F\u094B\u0917 \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u092A\u094D\u0930\u094B \u0938\u0926\u0938\u094D\u092F\u0924\u093E \u0905\u092A\u0917\u094D\u0930\u0947\u0921 \u0915\u0930\u0947\u0902","floatBall.longPress":"\u0932\u0902\u092C\u0947 \u0938\u092E\u092F \u0924\u0915 \u0926\u092C\u093E\u090F \u0930\u0916\u0928\u0947 \u0938\u0947 \u0906\u092A \u0924\u094D\u0935\u0930\u093F\u0924 \u0930\u0942\u092A \u0938\u0947 \u0938\u0947\u091F\u093F\u0902\u0917\u094D\u0938 \u092A\u0948\u0928\u0932 \u0915\u094B \u0916\u094B\u0932 \u0938\u0915\u0924\u0947 \u0939\u0948\u0902\u0964",temprarilyChangeTranslationTo_bing:"\u092E\u093E\u0907\u0915\u094D\u0930\u094B\u0938\u0949\u092B\u094D\u091F \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u093E \u0909\u092A\u092F\u094B\u0917 \u0915\u0930\u0915\u0947 \u0935\u0930\u094D\u0924\u092E\u093E\u0928 \u092A\u0943\u0937\u094D\u0920 \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930 \u0930\u0939\u093E \u0939\u0948\u0902","browser.translateWithGoogle":"\u0905\u0938\u094D\u0925\u093E\u092F\u0940 \u0930\u0942\u092A \u0938\u0947 Google \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u093E \u0909\u092A\u092F\u094B\u0917 \u0915\u0930\u0915\u0947 \u0935\u0930\u094D\u0924\u092E\u093E\u0928 \u092A\u0943\u0937\u094D\u0920 \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0947\u0902","browser.translateWithBing":"\u092E\u093E\u0907\u0915\u094D\u0930\u094B\u0938\u0949\u092B\u094D\u091F \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u093E \u0905\u0938\u094D\u0925\u093E\u092F\u0940 \u0930\u0942\u092A \u0938\u0947 \u0935\u0930\u094D\u0924\u092E\u093E\u0928 \u092A\u0943\u0937\u094D\u0920 \u0915\u093E \u0909\u092A\u092F\u094B\u0917 \u0915\u0930\u0947\u0902",touchShortcutsToggleTranslatePage:"\u0935\u0947\u092C\u092A\u0947\u091C \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0928\u0947/\u092E\u0942\u0932 \u092A\u093E\u0920 \u0926\u093F\u0916\u093E\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u091F\u091A\u0938\u094D\u0915\u094D\u0930\u0940\u0928 \u091C\u0947\u0938\u094D\u091A\u0930 \u0938\u0947\u091F \u0915\u0930\u0947\u0902\u0964","error.subscriptionExpired":"\u0906\u092A\u0915\u0940 \u0938\u0926\u0938\u094D\u092F\u0924\u093E \u0938\u092E\u093E\u092A\u094D\u0924 \u0939\u094B \u0938\u0915\u0924\u0940 \u0939\u0948, \u0915\u0943\u092A\u092F\u093E \u0905\u092A\u0928\u0940 \u0938\u0926\u0938\u094D\u092F\u0924\u093E \u0915\u0940 \u0938\u094D\u0925\u093F\u0924\u093F \u0915\u0940 \u091C\u093E\u0902\u091A \u0915\u0930\u0947\u0902\u0964",paragraphMinTextCountDesc:"\u0927\u094D\u092F\u093E\u0928 \u0926\u0947\u0902, \u092F\u0939\u093E\u0902 \u0935\u0930\u094D\u0923\u094B\u0902 \u0915\u0940 \u0932\u0902\u092C\u093E\u0908 \u0915\u093E \u0924\u093E\u0924\u094D\u092A\u0930\u094D\u092F \u0939\u0948, \u0909\u0926\u093E\u0939\u0930\u0923 \u0915\u0947 \u0932\u093F\u090F: \u0939\u0947\u0932\u094B 5 \u0935\u0930\u094D\u0923 \u0939\u0948\u0902, \u0907\u0938\u0947 \u0905\u0927\u093F\u0915 \u092E\u093E\u0928 \u092A\u0930 \u0938\u0947\u091F \u0915\u0930\u0928\u0947 \u0938\u0947 \u0905\u0928\u093E\u0935\u0936\u094D\u092F\u0915 \u091B\u094B\u091F\u0947 \u0905\u0928\u0941\u091A\u094D\u091B\u0947\u0926\u094B\u0902 \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u092E \u0915\u093F\u092F\u093E \u091C\u093E \u0938\u0915\u0924\u093E \u0939\u0948\u0964","desc.interfaceLanguage":"\u0907\u0902\u091F\u0930\u092B\u093C\u0947\u0938 \u092D\u093E\u0937\u093E \u0938\u0947\u091F\u093F\u0902\u0917\u094D\u0938 \u0915\u0902\u091F\u094D\u0930\u094B\u0932 \u092A\u0948\u0928\u0932 \u0915\u0940 \u092A\u094D\u0930\u0926\u0930\u094D\u0936\u0928 \u092D\u093E\u0937\u093E \u0915\u094B \u092A\u094D\u0930\u092D\u093E\u0935\u093F\u0924 \u0915\u0930\u0924\u0940 \u0939\u0948\u0902, \u0914\u0930 \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0940 \u0932\u0915\u094D\u0937\u094D\u092F \u092D\u093E\u0937\u093E \u0938\u0947 \u0907\u0938\u0915\u093E \u0915\u094B\u0908 \u0938\u0902\u092C\u0902\u0927 \u0928\u0939\u0940\u0902 \u0939\u0948\u0964",mouseHoverCustomKeyDescription:"\u0906\u092A \u090F\u0915 \u0915\u0938\u094D\u091F\u092E \u092E\u093E\u0909\u0938 \u0939\u094B\u0935\u0930 \u0936\u0949\u0930\u094D\u091F\u0915\u091F \u0915\u0940 \u0924\u0930\u0939 \u092C\u0928\u093E \u0938\u0915\u0924\u0947 \u0939\u0948\u0902, \u091C\u0948\u0938\u0947 \u0915\u093F: Alt+Z, Ctrl+E, Cmd+Alt+E \u092F\u093E \u0938\u0940\u0927\u0947 Cmd, \u0915\u0943\u092A\u092F\u093E \u092E\u0948\u0928\u094D\u092F\u0941\u0905\u0932 \u0930\u0942\u092A \u0938\u0947 \u0907\u0928\u092A\u0941\u091F \u0915\u0930\u0947\u0902","desc.mouseHoverHoldKey":"\u091C\u092C \u092E\u093E\u0909\u0938 \u0915\u093F\u0938\u0940 \u092A\u0948\u0930\u093E\u0917\u094D\u0930\u093E\u092B \u092A\u0930 \u0939\u094B\u0935\u0930 \u0915\u0930\u0924\u093E \u0939\u0948, \u0924\u094B \u0938\u093E\u0925 \u0939\u0940 \u0926\u093E\u0908\u0902 \u0913\u0930 \u0915\u0940 \u0936\u0949\u0930\u094D\u091F\u0915\u091F \u0915\u0941\u0902\u091C\u0940 \u0926\u092C\u093E\u090F\u0902, \u0924\u094B \u0909\u0938 \u092A\u0948\u0930\u093E\u0917\u094D\u0930\u093E\u092B \u0915\u093E \u0938\u0940\u0927\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u093F\u092F\u093E \u091C\u093E \u0938\u0915\u0924\u093E \u0939\u0948\u0964","subtitle.showQuickButtonDescription":"\u0935\u0940\u0921\u093F\u092F\u094B \u092A\u094D\u0932\u0947\u092F\u0930 \u0915\u0947 \u0926\u093E\u090F\u0902 \u0928\u093F\u091A\u0932\u0947 \u0915\u094B\u0928\u0947 \u092E\u0947\u0902 \u0926\u094D\u0935\u093F\u092D\u093E\u0937\u0940\u092F \u0909\u092A\u0936\u0940\u0930\u094D\u0937\u0915 \u0938\u0915\u094D\u0937\u092E \u0915\u0930\u0928\u0947 \u0915\u093E \u0936\u0949\u0930\u094D\u091F\u0915\u091F \u092A\u094D\u0930\u0926\u093E\u0928 \u0915\u093F\u092F\u093E \u0917\u092F\u093E \u0939\u0948\u0964",confirmResetToDefaultSettings:"\u0915\u094D\u092F\u093E \u0906\u092A \u0935\u093E\u0915\u0908 \u0907\u0938 \u0905\u0928\u0941\u0935\u093E\u0926 \u0938\u0947\u0935\u093E \u0915\u094B \u0921\u093F\u092B\u093C\u0949\u0932\u094D\u091F \u0938\u0947\u091F\u093F\u0902\u0917\u094D\u0938 \u092A\u0930 \u092A\u0941\u0928\u0930\u094D\u0938\u094D\u0925\u093E\u092A\u093F\u0924 \u0915\u0930\u0928\u093E \u091A\u093E\u0939\u0924\u0947 \u0939\u0948\u0902? (\u0915\u0947\u0935\u0932 \u0935\u0930\u094D\u0924\u092E\u093E\u0928 \u0905\u0928\u0941\u0935\u093E\u0926 \u0938\u0947\u0935\u093E \u0915\u0940 \u0938\u0947\u091F\u093F\u0902\u0917\u094D\u0938 \u0930\u0940\u0938\u0947\u091F \u0915\u0930\u0947\u0902)","contact.description":"\u092F\u0926\u093F \u0906\u092A\u0915\u0947 \u092A\u093E\u0938 \u0915\u094B\u0908 \u092A\u094D\u0930\u0936\u094D\u0928 \u092F\u093E \u0938\u0941\u091D\u093E\u0935 \u0939\u0948\u0902, \u0924\u094B \u0915\u0943\u092A\u092F\u093E \u0928\u0940\u091A\u0947 \u0926\u093F\u090F \u0917\u090F \u092B\u0949\u0930\u094D\u092E \u0915\u094B \u092D\u0930\u0915\u0930 \u0939\u092E\u0938\u0947 \u0938\u0902\u092A\u0930\u094D\u0915 \u0915\u0930\u0947\u0902, \u092F\u093E {email} \u092A\u0930 \u0908\u092E\u0947\u0932 \u092D\u0947\u091C\u0947\u0902, \u0939\u092E \u091C\u0932\u094D\u0926 \u0938\u0947 \u091C\u0932\u094D\u0926 \u0906\u092A\u0915\u093E \u0909\u0924\u094D\u0924\u0930 \u0926\u0947\u0902\u0917\u0947\u0964","desc.touchShortcutsToggleTranslatePage":"\u0938\u0947\u091F \u0915\u0930\u0928\u0947 \u0915\u0947 \u092C\u093E\u0926, \u092E\u094B\u092C\u093E\u0907\u0932 \u0921\u093F\u0935\u093E\u0907\u0938 \u0915\u094B \u0939\u093F\u0932\u093E\u0924\u0947 \u0938\u092E\u092F, \u0906\u092A X \u0909\u0902\u0917\u0932\u093F\u092F\u094B\u0902 \u0915\u093E \u0909\u092A\u092F\u094B\u0917 \u0915\u0930\u0915\u0947 \u0938\u094D\u0915\u094D\u0930\u0940\u0928 \u0915\u094B \u091B\u0942\u0928\u093E, \u092C\u093E\u090F\u0902-\u0926\u093E\u090F\u0902 \u0938\u094D\u0935\u093E\u0907\u092A \u0915\u0930\u0928\u093E \u092F\u093E \u0932\u0917\u093E\u0924\u093E\u0930 \u0915\u094D\u0932\u093F\u0915 \u0915\u0930\u0928\u093E, \u0935\u0947\u092C\u092A\u0947\u091C \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0928\u0947 / \u092E\u0942\u0932 \u091F\u0947\u0915\u094D\u0938\u094D\u091F \u0926\u093F\u0916\u093E\u0928\u0947 \u0915\u094B \u091F\u094D\u0930\u093F\u0917\u0930 \u0915\u0930 \u0938\u0915\u0924\u0947 \u0939\u0948\u0902\u0964",shortcutDisableTooltip:"\u0915\u0943\u092A\u092F\u093E \u092C\u094D\u0930\u093E\u0909\u091C\u093C\u0930 \u0926\u094D\u0935\u093E\u0930\u093E \u092A\u094D\u0930\u0926\u093E\u0928 \u0915\u0940 \u0917\u0908 \u090F\u0915\u094D\u0938\u091F\u0947\u0902\u0936\u0928 \u0936\u0949\u0930\u094D\u091F\u0915\u091F \u0915\u0940 \u092A\u094D\u0930\u092C\u0902\u0927\u0928 \u092A\u0943\u0937\u094D\u0920 \u092A\u0930 \u0938\u0947\u091F\u093F\u0902\u0917 \u0915\u0930\u0947\u0902, \u0905\u0927\u093F\u0915 \u0926\u093F\u0936\u093E\u0928\u093F\u0930\u094D\u0926\u0947\u0936 \u0915\u0947 \u0932\u093F\u090F \u0915\u0943\u092A\u092F\u093E \u0907\u0938 \u092A\u0943\u0937\u094D\u0920 \u0915\u0947 \u0938\u092C\u0938\u0947 \u090A\u092A\u0930\u0940 \u0939\u093F\u0938\u094D\u0938\u0947 \u0915\u0940 \u091C\u093E\u0928\u0915\u093E\u0930\u0940 \u0926\u0947\u0916\u0947\u0902\u0964","desc.toggleTranslateTheWholePage":"\u092A\u0943\u0937\u094D\u0920 \u0915\u093E \u0938\u092E\u094D\u092A\u0942\u0930\u094D\u0923 \u0915\u094D\u0937\u0947\u0924\u094D\u0930 \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0947\u0902, \u0921\u093F\u092B\u093C\u0949\u0932\u094D\u091F \u0930\u0942\u092A \u0938\u0947, \u0939\u092E \u092A\u0943\u0937\u094D\u0920 \u0915\u0947 \u092A\u094D\u0930\u092E\u0941\u0916 \u0915\u094D\u0937\u0947\u0924\u094D\u0930 \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0947\u0902\u0917\u0947, \u0906\u092A \u0907\u0938 \u0936\u0949\u0930\u094D\u091F\u0915\u091F \u0915\u093E \u0909\u092A\u092F\u094B\u0917 \u0915\u0930\u0915\u0947 \u092A\u0943\u0937\u094D\u0920 \u0915\u0947 \u0938\u092E\u094D\u092A\u0942\u0930\u094D\u0923 \u0915\u094D\u0937\u0947\u0924\u094D\u0930 \u0915\u093E \u0935\u093F\u0936\u0947\u0937 \u0930\u0942\u092A \u0938\u0947 \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930 \u0938\u0915\u0924\u0947 \u0939\u0948\u0902\u0964","desc.touchShortcutsToggleTranslationMask":"\u0905\u0928\u0941\u0935\u093E\u0926 \u091B\u093F\u092A\u093E\u0928\u0947 \u0915\u093E \u0924\u093E\u0924\u094D\u092A\u0930\u094D\u092F \u0939\u0948 \u0905\u0928\u0941\u0935\u093E\u0926 \u0936\u0948\u0932\u0940 \u092E\u0947\u0902 \u0927\u0941\u0902\u0927\u0932\u093E \u092A\u094D\u0930\u092D\u093E\u0935 (\u0905\u0927\u094D\u092F\u092F\u0928 \u092E\u094B\u0921), \u091C\u093F\u0938\u0947 \u091A\u093E\u0932\u0942 \u0915\u0930\u0928\u0947 \u0915\u0947 \u092C\u093E\u0926 \u0905\u0928\u0941\u0935\u093E\u0926 \u092A\u0930 \u0905\u0938\u094D\u0925\u093E\u092F\u0940 \u0930\u0942\u092A \u0938\u0947 \u0927\u0941\u0902\u0927\u0932\u093E \u092A\u094D\u0930\u092D\u093E\u0935 \u0932\u093E\u0917\u0942 \u0915\u093F\u092F\u093E \u091C\u093E\u0924\u093E \u0939\u0948, \u091C\u094B \u0905\u0927\u094D\u092F\u092F\u0928 \u0915\u0947 \u0932\u093F\u090F \u0938\u0941\u0935\u093F\u0927\u093E\u091C\u0928\u0915 \u0939\u094B\u0924\u093E \u0939\u0948\u0964","desc.toggleTranslateTheMainPage":"\u0915\u0947\u0935\u0932 \u092A\u0943\u0937\u094D\u0920 \u0915\u0947 \u092E\u0941\u0916\u094D\u092F \u0915\u094D\u0937\u0947\u0924\u094D\u0930 \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0947\u0902, \u091C\u092C \u0906\u092A \u0909\u0928\u094D\u0928\u0924 \u0938\u0947\u091F\u093F\u0902\u0917\u094D\u0938 \u092E\u0947\u0902 \u092A\u0943\u0937\u094D\u0920 \u0915\u0947 \u0938\u092D\u0940 \u0915\u094D\u0937\u0947\u0924\u094D\u0930\u094B\u0902 \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0938\u0915\u094D\u0937\u092E \u0915\u0930\u0924\u0947 \u0939\u0948\u0902, \u0924\u094B \u0906\u092A \u0907\u0938 \u0936\u0949\u0930\u094D\u091F\u0915\u091F \u0915\u093E \u0909\u092A\u092F\u094B\u0917 \u092A\u0943\u0937\u094D\u0920 \u0915\u0947 \u092E\u0941\u0916\u094D\u092F \u0915\u094D\u0937\u0947\u0924\u094D\u0930 \u0915\u093E \u0935\u093F\u0936\u0947\u0937 \u0930\u0942\u092A \u0938\u0947 \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u0915\u0930 \u0938\u0915\u0924\u0947 \u0939\u0948\u0902\u0964",translationOnlyModeDescription:"\u0915\u0947\u0935\u0932 \u0905\u0928\u0941\u0935\u093E\u0926 \u092E\u094B\u0921 \u0915\u093E \u0924\u093E\u0924\u094D\u092A\u0930\u094D\u092F \u0939\u0948 \u0915\u093F \u0915\u0947\u0935\u0932 \u0905\u0928\u0941\u0935\u093E\u0926 \u092A\u094D\u0930\u0926\u0930\u094D\u0936\u093F\u0924 \u0915\u093F\u092F\u093E \u091C\u093E\u090F\u0917\u093E, \u0928 \u0915\u093F \u0921\u093F\u092B\u093C\u0949\u0932\u094D\u091F \u0926\u094D\u0935\u093F\u092D\u093E\u0937\u0940 \u092E\u094B\u0921\u0964 \u0927\u094D\u092F\u093E\u0928 \u0926\u0947\u0902: \u0924\u0915\u0928\u0940\u0915\u0940 \u0938\u0940\u092E\u093E\u0913\u0902 \u0915\u0947 \u0915\u093E\u0930\u0923, \u0915\u0947\u0935\u0932 \u0905\u0928\u0941\u0935\u093E\u0926 \u092E\u094B\u0921 \u092E\u0947\u0902, \u092E\u0942\u0932 \u092A\u093E\u0920 \u0915\u0947 \u0939\u093E\u0907\u092A\u0930\u0932\u093F\u0902\u0915 \u0905\u0915\u094D\u0937\u092E \u0939\u094B \u091C\u093E\u090F\u0902\u0917\u0947\u0964","intro.floatBallDescription":"\u0938\u0915\u094D\u0930\u093F\u092F \u0939\u094B\u0928\u0947 \u0915\u0947 \u092C\u093E\u0926, \u092A\u0943\u0937\u094D\u0920 \u0915\u0947 \u0926\u093E\u090F\u0902 \u0913\u0930 \u090F\u0915 \u0936\u0949\u0930\u094D\u091F\u0915\u091F \u0905\u0928\u0941\u0935\u093E\u0926 \u092C\u091F\u0928 \u0926\u093F\u0916\u093E\u0908 \u0926\u0947\u0917\u093E, \u091C\u093F\u0938\u0947 \u0915\u094D\u0932\u093F\u0915 \u0915\u0930\u0915\u0947 \u0906\u092A \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930 \u0938\u0915\u0924\u0947 \u0939\u0948\u0902, \u092B\u093F\u0930 \u0938\u0947 \u0915\u094D\u0932\u093F\u0915 \u0915\u0930\u0928\u0947 \u092A\u0930 \u092E\u0942\u0932 \u0932\u0947\u0916 \u092E\u0947\u0902 \u0935\u093E\u092A\u0938 \u091C\u093E \u0938\u0915\u0924\u0947 \u0939\u0948\u0902\u0964 \u092E\u094B\u092C\u093E\u0907\u0932 \u092A\u0930, \u0932\u0902\u092C\u0947 \u0938\u092E\u092F \u0924\u0915 \u092B\u094D\u0932\u094B\u091F\u093F\u0902\u0917 \u092C\u0949\u0932 \u0915\u094B \u0926\u092C\u093E\u090F\u0902, \u0906\u092A \u0936\u0949\u0930\u094D\u091F\u0915\u091F \u0938\u0947\u091F\u093F\u0902\u0917\u094D\u0938 \u092A\u0948\u0928\u0932 \u0915\u094B \u0916\u094B\u0932 \u0938\u0915\u0924\u0947 \u0939\u0948\u0902\u0964","desc.toggleMouseHoverTranslateDirectly":"\u0907\u0938 \u0936\u0949\u0930\u094D\u091F\u0915\u091F \u0915\u0941\u0902\u091C\u0940 \u0915\u094B \u0926\u092C\u093E\u0928\u0947 \u0915\u0947 \u092C\u093E\u0926, \u092A\u0943\u0937\u094D\u0920 \u092A\u0930, \u091C\u092C \u092D\u0940 \u092E\u093E\u0909\u0938 \u0915\u093F\u0938\u0940 \u092D\u0940 \u092A\u093E\u0920 \u0915\u0940 \u0913\u0930 \u0907\u0936\u093E\u0930\u093E \u0915\u0930\u0924\u093E \u0939\u0948, \u0924\u094B \u092F\u0939 \u092A\u093E\u0920 \u0938\u094D\u0935\u091A\u093E\u0932\u093F\u0924 \u0930\u0942\u092A \u0938\u0947 \u0905\u0928\u0941\u0935\u093E\u0926\u093F\u0924 \u0939\u094B \u091C\u093E\u0924\u093E \u0939\u0948\u0964 \u0936\u0949\u0930\u094D\u091F\u0915\u091F \u0915\u0941\u0902\u091C\u0940 \u0915\u094B \u090F\u0915 \u092C\u093E\u0930 \u092B\u093F\u0930 \u0926\u092C\u093E\u0928\u0947 \u0938\u0947, \u0906\u092A \u0907\u0938 \u0938\u094D\u0935\u091A\u093E\u0932\u093F\u0924 \u0905\u0928\u0941\u0935\u093E\u0926 \u0938\u0941\u0935\u093F\u0927\u093E \u0915\u094B \u092C\u0902\u0926 \u0915\u0930 \u0938\u0915\u0924\u0947 \u0939\u0948\u0902\u0964","intro.subtitleTitle":"\u0911\u0928\u0932\u093E\u0907\u0928 \u0935\u0940\u0921\u093F\u092F\u094B \u0926\u094D\u0935\u093F\u092D\u093E\u0937\u0940 \u0909\u092A\u0936\u0940\u0930\u094D\u0937\u0915 \u092A\u094D\u0930\u0926\u0930\u094D\u0936\u093F\u0924 \u0915\u0930\u0924\u0947 \u0939\u0948\u0902","neverTranslateText.description":"\u0915\u0941\u091B \u0905\u0928\u0941\u0935\u093E\u0926 \u0907\u0902\u091C\u0928 \u0935\u093F\u0936\u0947\u0937 \u0928\u093E\u092E\u094B\u0902 \u0915\u0940 \u092A\u0939\u091A\u093E\u0928 \u092E\u0947\u0902 \u0905\u0926\u0930\u0915 \u0928\u0939\u0940\u0902 \u0939\u0948\u0902, \u0906\u092A \u092F\u0939\u093E\u0902 \u0936\u092C\u094D\u0926 \u091C\u094B\u0921\u093C \u0938\u0915\u0924\u0947 \u0939\u0948\u0902, \u092F\u0939 \u0938\u0941\u0928\u093F\u0936\u094D\u091A\u093F\u0924 \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u0915\u093F \u0935\u0947 \u0905\u0928\u0941\u0935\u093E\u0926 \u092A\u094D\u0930\u0915\u094D\u0930\u093F\u092F\u093E \u092E\u0947\u0902 \u092A\u0930\u093F\u0935\u0930\u094D\u0924\u093F\u0924 \u0928\u0939\u0940\u0902 \u0939\u094B\u0924\u0947 \u0939\u0948\u0902\u0964 \u0915\u0943\u092A\u092F\u093E \u0927\u094D\u092F\u093E\u0928 \u0926\u0947\u0902, \u092F\u0939 \u0938\u0941\u0935\u093F\u0927\u093E \u092E\u093E\u092E\u0932\u0947 \u0915\u0940 \u092A\u0939\u091A\u093E\u0928 \u0915\u0930\u0924\u0940 \u0939\u0948, \u0914\u0930 \u0915\u0947\u0935\u0932 \u0916\u093E\u0932\u0940 \u091C\u0917\u0939 \u0938\u0947 \u0905\u0932\u0917 \u0936\u092C\u094D\u0926 \u092D\u093E\u0937\u093E\u0913\u0902 (\u091C\u0948\u0938\u0947 \u0905\u0902\u0917\u094D\u0930\u0947\u091C\u0940, \u092B\u094D\u0930\u0947\u0902\u091A) \u0915\u093E \u0938\u092E\u0930\u094D\u0925\u0928 \u0915\u0930\u0924\u0940 \u0939\u0948, \u091C\u093E\u092A\u093E\u0928\u0940, \u0915\u094B\u0930\u093F\u092F\u093E\u0908 \u0906\u0926\u093F \u092D\u093E\u0937\u093E\u0913\u0902 \u0915\u0947 \u0932\u093F\u090F \u092F\u0939 \u0909\u092A\u092F\u0941\u0915\u094D\u0924 \u0928\u0939\u0940\u0902 \u0939\u0948\u0964","intro.hoverDescription":"\u092E\u093E\u0909\u0938 \u0939\u094B\u0935\u0930 \u0905\u0928\u0941\u0935\u093E\u0926 \u0921\u0941\u092C\u0915\u0940 \u0905\u0928\u0941\u0935\u093E\u0926 \u092E\u0947\u0902 \u092C\u0939\u0941\u0924 \u092E\u0939\u0924\u094D\u0935\u092A\u0942\u0930\u094D\u0923 \u0938\u0941\u0935\u093F\u0927\u093E \u0939\u0948, \u092C\u0938 \u092A\u0948\u0930\u093E\u0917\u094D\u0930\u093E\u092B \u092A\u0930 \u092E\u093E\u0909\u0938 \u0930\u0916\u0947\u0902, \u0938\u093E\u0925 \u0939\u0940 \u0938\u0947\u091F \u0915\u0940 \u0917\u0908 \u0936\u0949\u0930\u094D\u091F\u0915\u091F \u0915\u0941\u0902\u091C\u0940 \u0926\u092C\u093E\u090F\u0902, \u0924\u094B \u0935\u0930\u094D\u0924\u092E\u093E\u0928 \u092A\u0948\u0930\u093E\u0917\u094D\u0930\u093E\u092B \u0915\u093E \u0938\u094D\u0935\u091A\u093E\u0932\u093F\u0924 \u0930\u0942\u092A \u0938\u0947 \u0905\u0928\u0941\u0935\u093E\u0926 \u0939\u094B \u091C\u093E\u090F\u0917\u093E (\u0927\u094D\u092F\u093E\u0928 \u0926\u0947\u0902: \u0921\u093F\u092B\u093C\u0949\u0932\u094D\u091F \u0930\u0942\u092A \u0938\u0947 \u092F\u0939 \u0938\u0915\u094D\u0937\u092E \u0928\u0939\u0940\u0902 \u0939\u0948, \u0915\u0943\u092A\u092F\u093E \u0928\u0940\u091A\u0947 \u0938\u0947\u091F \u0915\u0930\u0947\u0902), \u092F\u0939 \u0907\u0902\u091F\u0930\u090F\u0915\u094D\u0936\u0928 \u0936\u092C\u094D\u0926 \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u094B \u092C\u0947\u0939\u0924\u0930 \u0930\u0942\u092A \u0938\u0947 \u092A\u094D\u0930\u0924\u093F\u0938\u094D\u0925\u093E\u092A\u093F\u0924 \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u0909\u092A\u092F\u094B\u0917 \u0915\u093F\u092F\u093E \u091C\u093E\u0924\u093E \u0939\u0948, \u0907\u0938\u0915\u0947 \u0905\u0932\u093E\u0935\u093E, \u092F\u0939 \u0938\u0941\u0935\u093F\u0927\u093E \u0909\u0928 \u0915\u094D\u0937\u0947\u0924\u094D\u0930\u094B\u0902 \u092E\u0947\u0902 \u092D\u0940 \u0935\u094D\u092F\u093E\u092A\u0915 \u0930\u0942\u092A \u0938\u0947 \u0909\u092A\u092F\u094B\u0917 \u0915\u0940 \u091C\u093E\u0924\u0940 \u0939\u0948 \u091C\u093F\u0928\u094D\u0939\u0947\u0902 \u092A\u0939\u091A\u093E\u0928\u093E \u0928\u0939\u0940\u0902 \u091C\u093E \u0938\u0915\u0924\u093E \u0939\u0948, \u0906\u092A \u0907\u0938 \u0938\u0941\u0935\u093F\u0927\u093E \u0915\u093E \u0909\u092A\u092F\u094B\u0917 \u0915\u0930\u0915\u0947, \u0915\u093F\u0938\u0940 \u092D\u0940 \u092A\u0948\u0930\u093E\u0917\u094D\u0930\u093E\u092B \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u092E\u091C\u092C\u0942\u0930 \u0915\u0930 \u0938\u0915\u0924\u0947 \u0939\u0948\u0902\u0964","intro.subtitleDescription":"\u0907\u0938 \u0938\u0941\u0935\u093F\u0927\u093E \u0915\u094B \u091A\u093E\u0932\u0942 \u0915\u0930\u0928\u0947 \u0915\u0947 \u092C\u093E\u0926, \u0935\u0940\u0921\u093F\u092F\u094B \u092A\u094D\u0932\u0947 \u0939\u094B\u0928\u0947 \u092A\u0930 \u0938\u094D\u0935\u091A\u093E\u0932\u093F\u0924 \u0930\u0942\u092A \u0938\u0947 \u0926\u094D\u0935\u093F\u092D\u093E\u0937\u0940\u092F \u0909\u092A\u0936\u0940\u0930\u094D\u0937\u0915 \u092A\u094D\u0930\u0926\u0930\u094D\u0936\u093F\u0924 \u0939\u094B\u0902\u0917\u0947\u0964 \u092F\u0926\u093F \u092F\u0939 \u0938\u0915\u094D\u0937\u092E \u0928\u0939\u0940\u0902 \u0939\u0948, \u0924\u094B \u0906\u092A\u0915\u094B \u092A\u0943\u0937\u094D\u0920 \u092A\u0930 \u092E\u0948\u0928\u094D\u092F\u0941\u0905\u0932 \u0930\u0942\u092A \u0938\u0947 \u0905\u0928\u0941\u0935\u093E\u0926 \u092C\u091F\u0928 \u092A\u0930 \u0915\u094D\u0932\u093F\u0915 \u0915\u0930\u0928\u0947 \u0915\u0940 \u0906\u0935\u0936\u094D\u092F\u0915\u0924\u093E \u0939\u094B\u0917\u0940 \u0924\u093E\u0915\u093F \u0909\u092A\u0936\u0940\u0930\u094D\u0937\u0915 \u0926\u093F\u0916\u093E\u0908 \u0926\u0947\u0964 \u0915\u0943\u092A\u092F\u093E \u0927\u094D\u092F\u093E\u0928 \u0926\u0947\u0902, \u0924\u0915\u0928\u0940\u0915\u0940 \u0938\u0940\u092E\u093E\u0913\u0902 \u0915\u0947 \u0915\u093E\u0930\u0923, \u0915\u0941\u091B \u0935\u0947\u092C\u0938\u093E\u0907\u091F\u094B\u0902 \u092A\u0930 \u092A\u0939\u0932\u0940 \u092C\u093E\u0930 \u0909\u092A\u0936\u0940\u0930\u094D\u0937\u0915 \u0938\u0915\u094D\u0930\u093F\u092F \u0915\u0930\u0928\u0947 \u0915\u0947 \u0938\u092E\u092F \u092A\u0943\u0937\u094D\u0920 \u0915\u094B \u0924\u093E\u091C\u093E \u0915\u0930\u0928\u0947 \u0915\u0940 \u092F\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u092A\u0942\u0930\u093E \u0939\u094B\u0928\u0947 \u0915\u0947 \u092C\u093E\u0926 \u0907\u0902\u0924\u091C\u093E\u0930 \u0915\u0930\u0928\u0947 \u0915\u0940 \u0906\u0935\u0936\u094D\u092F\u0915\u0924\u093E \u0939\u094B \u0938\u0915\u0924\u0940 \u0939\u0948, \u0924\u092D\u0940 \u0926\u094D\u0935\u093F\u092D\u093E\u0937\u0940\u092F \u0909\u092A\u0936\u0940\u0930\u094D\u0937\u0915 \u092A\u094D\u0930\u0926\u0930\u094D\u0936\u093F\u0924 \u0939\u094B\u0902\u0917\u0947\u0964 (\u0907\u0938\u0915\u0947 \u0905\u0932\u093E\u0935\u093E, \u0906\u092A \u0935\u0940\u0921\u093F\u092F\u094B \u0935\u0947\u092C\u0938\u093E\u0907\u091F \u0916\u094B\u0932\u0928\u0947 \u0915\u0947 \u092C\u093E\u0926, \u090A\u092A\u0930\u0940 \u0926\u093E\u090F\u0902 \u0915\u094B\u0928\u0947 \u092E\u0947\u0902 \u0921\u0942\u092C\u0928\u0947 \u0935\u093E\u0932\u0947 \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0947 \u0924\u094D\u0935\u0930\u093F\u0924 \u092A\u0948\u0928\u0932 \u0915\u094B \u0938\u0915\u094D\u0937\u092E / \u0905\u0915\u094D\u0937\u092E \u0915\u0930 \u0938\u0915\u0924\u0947 \u0939\u0948\u0902)

\u0935\u0930\u094D\u0924\u092E\u093E\u0928 \u092E\u0947\u0902 \u0907\u0928 \u0935\u0947\u092C\u0938\u093E\u0907\u091F\u094B\u0902 \u092A\u0930 \u0926\u094D\u0935\u093F\u092D\u093E\u0937\u0940\u092F \u0909\u092A\u0936\u0940\u0930\u094D\u0937\u0915 \u0915\u093E \u0909\u092A\u092F\u094B\u0917 \u0915\u0930\u0928\u0947 \u0915\u093E \u0938\u092E\u0930\u094D\u0925\u0928 \u0915\u093F\u092F\u093E \u0917\u092F\u093E \u0939\u0948:",geminiWarning:"\u0927\u094D\u092F\u093E\u0928 \u0926\u0947\u0902: \u0917\u0942\u0917\u0932 \u0926\u094D\u0935\u093E\u0930\u093E \u092A\u094D\u0930\u0926\u093E\u0928 \u0915\u0940 \u0917\u0908 \u091C\u0947\u092E\u093F\u0928\u0940 \u0915\u0940 \u092E\u0941\u092B\u094D\u0924 \u0938\u0947\u0935\u093E \u0915\u0940 \u0938\u0940\u092E\u093E\u090F\u0902 \u0915\u0921\u093C\u0940 \u0939\u0948\u0902, \u092F\u0939 \u0938\u0902\u092D\u0935 \u0939\u0948 \u0915\u093F \u0917\u0942\u0917\u0932 \u0907\u0938\u0947 \u0909\u092A\u092F\u094B\u0917\u0915\u0930\u094D\u0924\u093E \u0915\u0947 \u0926\u094D\u0935\u093E\u0930\u093E \u0909\u0928\u0915\u0940 \u092E\u0941\u092B\u094D\u0924 \u0915\u094B\u091F\u093E \u0938\u0940\u092E\u093E \u0915\u094B \u0926\u0942\u0930 \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u0915\u0908 \u0915\u0941\u0902\u091C\u0940 \u0915\u093E \u0909\u092A\u092F\u094B\u0917 \u0915\u0930\u0928\u0947 \u0915\u0947 \u0930\u0942\u092A \u092E\u0947\u0902 \u0928\u093F\u0930\u094D\u0927\u093E\u0930\u093F\u0924 \u0915\u0930\u0947, \u0907\u0938\u0915\u093E \u0909\u092A\u092F\u094B\u0917 \u0915\u0930\u0928\u0947 \u0915\u0940 \u0938\u0932\u093E\u0939 \u0928\u0939\u0940\u0902 \u0926\u0940 \u091C\u093E\u0924\u0940 \u0939\u0948, \u0905\u0928\u0941\u0936\u0902\u0938\u093E \u0915\u0940 \u091C\u093E\u0924\u0940 \u0939\u0948 \u0915\u093F \u0917\u0942\u0917\u0932 \u091C\u0947\u092E\u093F\u0928\u0940 \u0915\u0947 \u092A\u0947\u0921\u093C \u0907\u0902\u091F\u0930\u092B\u093C\u0947\u0938 \u0915\u094B \u092D\u0935\u093F\u0937\u094D\u092F \u092E\u0947\u0902 \u0916\u094B\u0932\u0928\u0947 \u0915\u093E \u0907\u0902\u0924\u091C\u093E\u0930 \u0915\u0930\u0947\u0902\u0964","floatBall.setting":"\u0938\u0947\u091F\u093F\u0902\u0917\u094D\u0938","floatBall.translateToLanguage":"\u0915\u094D\u0932\u093F\u0915 \u0915\u0930\u0947\u0902 \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F {language}","floatBall.file":"PDF, EPUB, SRT, ASS, HTML, TXT \u092B\u093C\u093E\u0907\u0932\u094B\u0902 \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0947\u0902",changeToOnlyTempTranslationMode:"\u0915\u0947\u0935\u0932 \u0905\u0928\u0941\u0935\u093E\u0926 \u0926\u093F\u0916\u093E\u0928\u0947 \u092A\u0930 \u0938\u094D\u0935\u093F\u091A \u0915\u0930\u0947\u0902",changeToDualTempTranslationMode:"\u0926\u094D\u0935\u093F\u092D\u093E\u0937\u0940 \u0905\u0928\u0941\u0935\u093E\u0926 \u092A\u0930 \u0938\u094D\u0935\u093F\u091A \u0915\u0930\u0947\u0902","translationServices.yandex":"\u092F\u093E\u0902\u0921\u0947\u0915\u094D\u0938","options.navbar.installApp":"\u092E\u094B\u092C\u093E\u0907\u0932 \u0910\u092A \u0938\u094D\u0925\u093E\u092A\u093F\u0924 \u0915\u0930\u0947\u0902","options.navbar.translateFile":"\u0905\u0928\u0941\u0935\u093E\u0926 \u0926\u0938\u094D\u0924\u093E\u0935\u0947\u091C\u093C","transitionMode.dual":"\u0926\u094D\u0935\u093F\u092D\u093E\u0937\u0940\u092F \u0938\u092E\u093E\u0928\u093E\u0902\u0924\u0930","transitionMode.translation":"\u0915\u0947\u0935\u0932 \u0905\u0928\u0941\u0935\u093E\u0926","subtitle.transitionMode":"\u0935\u0940\u0921\u093F\u092F\u094B \u0938\u092C\u091F\u093E\u092F\u091F\u0932 \u0926\u094D\u0935\u093F\u092D\u093E\u0937\u0940 / \u0915\u0947\u0935\u0932 \u0905\u0928\u0941\u0935\u093E\u0926 \u0938\u0947\u091F\u093F\u0902\u0917","subtitle.transitionModeDescription":"\u0935\u0940\u0921\u093F\u092F\u094B \u0938\u092C\u091F\u093E\u092F\u091F\u0932 \u0915\u094B \u0926\u094D\u0935\u093F\u092D\u093E\u0937\u0940 \u0924\u0941\u0932\u0928\u093E\u0924\u094D\u092E\u0915 \u092F\u093E \u0915\u0947\u0935\u0932 \u0905\u0928\u0941\u0935\u093E\u0926 \u092E\u094B\u0921 \u092E\u0947\u0902 \u0938\u0947\u091F \u0915\u0930\u0947\u0902","transitionMode.inherit":"\u0938\u093F\u0938\u094D\u091F\u092E \u0915\u0947 \u0921\u093F\u092B\u093C\u0949\u0932\u094D\u091F \u0905\u0928\u0941\u0935\u093E\u0926 \u092A\u094D\u0930\u0926\u0930\u094D\u0936\u0928 \u092E\u094B\u0921 \u0915\u0947 \u0938\u093E\u0925 \u0938\u0902\u0930\u0947\u0916\u093F\u0924 \u0930\u0939\u0947\u0902",translateFileTooltip:`PDF, ePub, srt, ass, HTML, TXT \u092B\u093C\u093E\u0907\u0932\u094B\u0902 \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0947\u0902`,"description.multiplePrompt":`\u091C\u092C \u092A\u0948\u0930\u093E\u0917\u094D\u0930\u093E\u092B \u0915\u0940 \u0938\u0902\u0916\u094D\u092F\u093E 1 \u0938\u0947 \u0905\u0927\u093F\u0915 \u0939\u094B\u0924\u0940 \u0939\u0948, \u0924\u094B \u0909\u092A\u092F\u094B\u0917\u0915\u0930\u094D\u0924\u093E \u0915\u0940 \u092A\u0939\u091A\u093E\u0928 \u0938\u0947 {service} \u0915\u094B \u0926\u093F\u090F \u0917\u090F \u0938\u0902\u0935\u093E\u0926, \u091C\u093F\u0938\u092E\u0947\u0902 {{from}} \u092A\u0948\u0930\u093E\u0917\u094D\u0930\u093E\u092B \u0915\u0940 \u092D\u093E\u0937\u093E \u0915\u094B \u0926\u0930\u094D\u0936\u093E\u0924\u093E \u0939\u0948, {{to}} \u0932\u0915\u094D\u0937\u094D\u092F \u092D\u093E\u0937\u093E \u0915\u094B \u0926\u0930\u094D\u0936\u093E\u0924\u093E \u0939\u0948, {{yaml}} \u0939\u092E\u093E\u0930\u093E yaml \u092A\u094D\u0930\u093E\u0930\u0942\u092A \u092E\u0947\u0902 \u092A\u0948\u0915 \u0915\u093F\u092F\u093E \u0939\u0941\u0906 \u092A\u0948\u0930\u093E\u0917\u094D\u0930\u093E\u092B \u0938\u093E\u092E\u0917\u094D\u0930\u0940 \u0939\u0948, \u092F\u0926\u093F \u0906\u092A\u0915\u0947 \u092A\u093E\u0938 \u0905\u0928\u0941\u0915\u0942\u0932\u093F\u0924 Prompt \u0915\u0940 \u0906\u0935\u0936\u094D\u092F\u0915\u0924\u093E \u0939\u0948, \u0924\u094B \u0906\u092A\u0915\u094B \u0938\u0941\u0928\u093F\u0936\u094D\u091A\u093F\u0924 \u0915\u0930\u0928\u093E \u0939\u094B\u0917\u093E \u0915\u093F AI \u0915\u0947 \u092A\u094D\u0930\u0924\u093F\u0915\u094D\u0930\u093F\u092F\u093E \u0915\u0947 YAML \u092A\u0930\u093F\u0923\u093E\u092E \u092E\u0947\u0902 \u092A\u094D\u0930\u0924\u094D\u092F\u0947\u0915 \u0906\u0907\u091F\u092E {env.imt_trans_field} \u092B\u093C\u0940\u0932\u094D\u0921 \u0915\u094B \u0936\u093E\u092E\u093F\u0932 \u0915\u0930\u0924\u093E \u0939\u0948, {{imt_trans_field}} \u0939\u092E\u093E\u0930\u0940 \u0906\u0936\u093E \u0939\u0948 \u0915\u093F AI \u0915\u0947 \u092A\u094D\u0930\u0924\u093F\u0915\u094D\u0930\u093F\u092F\u093E \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u092B\u093C\u0940\u0932\u094D\u0921 \u0928\u093E\u092E \u0939\u0948, \u0921\u093F\u092B\u093C\u0949\u0932\u094D\u091F \u0930\u0942\u092A \u0938\u0947 {env.imt_trans_field} \u0939\u0948, {{imt_source_field}} \u0939\u092E\u093E\u0930\u093E AI \u0915\u0947 \u0932\u093F\u090F \u092A\u093E\u0930\u093F\u0924 \u092E\u0942\u0932 \u092B\u093C\u0940\u0932\u094D\u0921 \u0928\u093E\u092E \u0939\u0948, \u0921\u093F\u092B\u093C\u0949\u0932\u094D\u091F \u0930\u0942\u092A \u0938\u0947 {env.imt_source_field} \u0939\u0948, \u0909\u0926\u093E\u0939\u0930\u0923 \u092A\u0930\u093F\u0923\u093E\u092E: @@ -5198,7 +5198,7 @@ HTML, TXT \u092B\u093C\u093E\u0907\u0932\u094B\u0902 \u0915\u093E \u0905\u0928\u {env.imt_sub_trans_field}: \u0905\u0928\u0941\u0935\u093E\u0926 - id: 2 {env.imt_sub_source_field}: \u0938\u094D\u0930\u094B\u0924 - {env.imt_sub_trans_field}: \u0905\u0928\u0941\u0935\u093E\u0926`,"subtitle.quickButton.cyan":"\u0928\u0940\u0932\u093E","subtitle.quickButton.green":"\u0939\u0930\u093E","subtitle.quickButton.black":"\u0915\u093E\u0932\u093E","subtitle.quickButton.white":"\u0938\u092B\u0947\u0926","subtitle.quickButton.yellow":"\u092A\u0940\u0932\u093E","subtitle.quickButton.red":"\u0932\u093E\u0932","subtitle.quickButton.setting":"\u0938\u0947\u091F \u0915\u0930\u0947\u0902","subtitle.quickButton.blue":"\u0928\u0940\u0932\u093E","subtitle.quickButton.magenta":"\u0917\u0941\u0932\u093E\u092C\u0940 \u0930\u0902\u0917","subtitle.quickButton.translationPositionBottom":"\u092E\u0942\u0932 \u092A\u093E\u0920 \u0915\u0947 \u0928\u0940\u091A\u0947","translationServices.claude":"\u0915\u094D\u0932\u0949\u0921","subtitle.quickButton.sourceFontSize":"\u092E\u0942\u0932 \u092B\u093C\u0949\u0928\u094D\u091F \u0906\u0915\u093E\u0930","subtitle.quickButton.sourceTextColor":"\u092E\u0942\u0932 \u092B\u093C\u0949\u0928\u094D\u091F \u0915\u093E \u0930\u0902\u0917","subtitle.quickButton.translationPosition":"\u0905\u0928\u0941\u0935\u093E\u0926 \u0938\u094D\u0925\u093F\u0924\u093F","subtitle.quickButton.translationPositionTop":"\u092E\u0942\u0932 \u092A\u093E\u0920 \u0915\u0947 \u090A\u092A\u0930","subtitle.quickButton.backgroundColor":"\u092A\u0943\u0937\u094D\u0920\u092D\u0942\u092E\u093F \u0930\u0902\u0917","subtitle.quickButton.backgroundOpacity":"\u092A\u0943\u0937\u094D\u0920\u092D\u0942\u092E\u093F \u0905\u092A\u093E\u0930\u0926\u0930\u094D\u0936\u093F\u0924\u093E","subtitle.quickButton.translationFontSize":"\u0905\u0928\u0941\u0935\u093E\u0926 \u092B\u093C\u0949\u0928\u094D\u091F \u0915\u093E \u0906\u0915\u093E\u0930","subtitle.quickButton.translationTextColor":"\u0905\u0928\u0941\u0935\u093E\u0926 \u092B\u093C\u0949\u0928\u094D\u091F \u0915\u093E \u0930\u0902\u0917",attachSubtitleTranslating:"{service} \u0915\u093E \u0909\u092A\u092F\u094B\u0917 \u0915\u0930\u0915\u0947 \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930 \u0930\u0939\u093E \u0939\u0948...","error.claude.403":"\u0938\u0947\u0935\u093E \u0924\u0915 \u092A\u0939\u0941\u0902\u091A \u0915\u093E \u0915\u094B\u0908 \u0905\u0927\u093F\u0915\u093E\u0930 \u0928\u0939\u0940\u0902 \u0939\u0948, \u092F\u0939 Claude \u0915\u0940 \u0915\u094D\u0937\u0947\u0924\u094D\u0930\u0940\u092F \u0938\u0940\u092E\u093E\u0913\u0902 \u0938\u0947 \u0938\u0902\u092C\u0902\u0927\u093F\u0924 \u0939\u094B \u0938\u0915\u0924\u093E \u0939\u0948, \u0906\u092A \u0905\u092A\u0928\u093E IP \u092A\u0924\u093E \u092C\u0926\u0932\u0928\u0947 \u0915\u093E \u092A\u094D\u0930\u092F\u093E\u0938 \u0915\u0930 \u0938\u0915\u0924\u0947 \u0939\u0948\u0902, \u092F\u093E \u0905\u0928\u094D\u092F \u0905\u0928\u0941\u0935\u093E\u0926 \u0938\u0947\u0935\u093E\u0913\u0902 \u0915\u093E \u0909\u092A\u092F\u094B\u0917 \u0915\u0930 \u0938\u0915\u0924\u0947 \u0939\u0948\u0902\u0964","browser.brandDescriptionForSafari":"\u3010\u0907\u092E\u0930\u094D\u0938\u093F\u0935 \u0905\u0928\u0941\u0935\u093E\u0926\u3011 \u090F\u0915 \u092E\u0941\u092B\u094D\u0924 (\u092E\u0942\u0932 / \u0905\u0928\u0941\u0935\u093E\u0926) \u0926\u094D\u0935\u093F\u092D\u093E\u0937\u0940 \u0935\u0947\u092C\u092A\u0947\u091C \u0905\u0928\u0941\u0935\u093E\u0926 \u092A\u094D\u0932\u0917\u0907\u0928, \u091C\u094B \u0938\u092E\u092F-\u0938\u092E\u092F \u092A\u0930 PDF \u0905\u0928\u0941\u0935\u093E\u0926 \u0914\u0930 EPUB \u0908-\u092C\u0941\u0915 \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u093E \u0938\u092E\u0930\u094D\u0925\u0928 \u0915\u0930\u0924\u093E \u0939\u0948 \u0914\u0930 \u092E\u0942\u0932 \u0926\u0938\u094D\u0924\u093E\u0935\u0947\u091C\u093C \u0915\u0940 \u0935\u093F\u0928\u094D\u092F\u093E\u0938 \u0915\u094B \u092C\u0928\u093E\u090F \u0930\u0916\u0924\u093E \u0939\u0948, Youtube/Netflix \u0906\u0926\u093F \u0911\u0928\u0932\u093E\u0907\u0928 \u0935\u0940\u0921\u093F\u092F\u094B \u0926\u094D\u0935\u093F\u092D\u093E\u0937\u0940 \u0909\u092A\u0936\u0940\u0930\u094D\u0937\u0915 \u0905\u0928\u0941\u0935\u093E\u0926, Deepl/Google \u0906\u0926\u093F \u092A\u094D\u0930\u092E\u0941\u0916 \u0905\u0928\u0941\u0935\u093E\u0926 \u0938\u0947\u0935\u093E\u0913\u0902 \u0915\u093E \u0938\u092E\u0930\u094D\u0925\u0928 \u0915\u0930\u0924\u093E \u0939\u0948;","browser.PdfProFile":"AI \u0938\u0902\u091A\u093E\u0932\u093F\u0924 PDF Pro \u0905\u0928\u0941\u0935\u093E\u0926","browser.textTranslate":"\u0932\u093F\u0916\u093F\u0924 \u0905\u0928\u0941\u0935\u093E\u0926"};var N4={nologin:"non \xE8 stato effettuato l'accesso",loginForSafari:"Accedi o registrati",login:"Accedi per aprire un'iscrizione",manageAccount:"Conti gestiti",openPremium:"Soci aperti",logout:"interrompere",curentPlan:"Pacchetti attuali",endAt:"scadenza",endAuto:"rinnovo automatico",lineBreakMaxTextCount:"Numero massimo di caratteri consentiti per frase dopo le interruzioni di riga","translate-pdf":"Clicca per tradurre il PDF","noSupportTranslate-pdf":"Script non supportato, utilizzare il plugin","translate-firefox-local-pdf":"Fare clic per andare a Importazione PDF",enableLineBreak:"Abilita l'avanzamento automatico delle righe per i paragrafi lunghi",sponsorLabel:"1$ Sviluppatori sponsorizzati",help:"mano",browserShortcutsNoteForFirefox:"Per modificare le scorciatoie in Firefox, \xE8 necessario aprire la pagina di gestione delle estensioni `about:addons`, quindi fare clic su `Impostazioni` e poi su `Gestione scorciatoie` per impostare le scorciatoie.",browserShortcutsNoteForChrome:"Per modificare le scorciatoie in Chrome, \xE8 necessario aprire la pagina di gestione delle estensioni, impostarle nel pannello `Gestione scorciatoie` (`chrome://extensions/shortcuts`) e fare clic sul pulsante sottostante per passare alla pagina di gestione delle scorciatoie.",browserShortcutsSucks:"Le scorciatoie personalizzate sono formattate come (non viene effettuato il riconoscimento automatico, inserire direttamente)\uFF1A",enableLineBreakDescription:"Quando \xE8 attivata, le interruzioni di riga vengono inserite alla fine di ogni frase nei paragrafi lunghi per facilitarne la lettura.","browser.shortBrandName":"Traduzione in immersione","browser.brandName":"Immersion Translation: traduzione bilingue di pagine web e documenti PDF","browser.brandDescription":"Bilingual web page translation, also supports PDF translation, bilingual Epub eBook translation, free to use.","browser.toggleTranslatePage":"Tradurre la pagina/visualizzare il testo originale","browser.toggleTranslateTheWholePage":"Tradurre tutte le aree della pagina/visualizzare il testo originale","browser.toggleOnlyTransation":"Cambia modalit\xE0 bilingue/solo traduzione","browser.toggleTranslateToThePageEndImmediately":"Traduzione immediata a fondo pagina/visualizzazione del testo originale","browser.toggleTranslateTheMainPage":"Tradurre l'area principale della pagina/visualizzare il testo originale","browser.shareToDraft":"Condividi le pagine bilingue","browser.openOptionsPage":"Aprire la pagina delle impostazioni","browser.toggleTranslationMask":"Mostra/nascondi l'effetto di sfocatura della traslazione","browser.translateLocalPdfFile":"Tradurre i file PDF locali","browser.openEbookViewer":"Leggere gli eBook locali","browser.openEbookBuilder":"Creare eBook EPUB bilingue","browser.translateLocalHtmlFile":"Tradurre file HTML/testo","browser.donateContext":"Scopri i vantaggi della sponsorizzazione","browser.translateLocalSubtitleFile":"Tradurre i file dei sottotitoli locali",confirmResetConfig:"\xC8 sicuro di voler ripristinare le impostazioni?",translationLineBreakSettingTitle:"Impostazione dell'avanzamento riga di traduzione",smartLineBreak:"alimentazione di linea intelligente (calcolo)",alwaysLineBreak:"Sempre avanzamento di riga",isShowContextMenu:"Aggiungere pagine tradotte alle voci di menu del tasto destro del mouse",toggleBeta:"Abilitazione delle funzioni di beta testing",betaDescription:"Attiva funzioni ancora sperimentali e un servizio di traduzione in beta. Unitevi al <1>gruppo Telegram per saperne di pi\xF9.",translationLineBreakSettingDescription:"Le interruzioni di riga sono sempre ordinate per le pagine con meno contenuti. (Usare interruzioni di riga intelligenti nei paragrafi lunghi e ricchi di contenuti (pi\xF9 di{count}caratteri) per risparmiare spazio).",tempTranslateDomainTitle:"Durata dell'attivazione temporanea della traduzione del sito web",tempTranslateDomainDescription:"Quando si traduce manualmente una pagina web, \xE8 possibile attivare temporaneamente la traduzione automatica del sito web e impostare la durata temporanea.",xMinutes:"{count} minuti",disabled:"vietare l'uso di qcs.",changelog:"Registro degli aggiornamenti",toggleTranslatePageWhenThreeFingersOnTheScreen:"Il tocco simultaneo di pi\xF9 dita sullo schermo traduce le pagine web/visualizza il testo originale",toggleTranslationMaskWhenThreeFingersOnTheScreen:"Il tocco con pi\xF9 dita mostra/nasconde l'effetto di sfocatura.",fingerCountToToggleTranslagePageOnlyTranslationWhenTouching:"Pi\xF9 dita che toccano lo schermo contemporaneamente traducono la pagina web (solo traduzione)/visualizzano il testo originale.",addUrlDescription:"Pu\xF2 essere un nome di dominio e supporta anche i caratteri jolly, ad esempio\uFF1A*.google.com, google.com/mail/*, https://www.google.com/*",general:"Impostazioni di base",clickToExpandConfig:"Espandere la configurazione attuale",import:"Importazione da file",export:"Esportazione su file",toggleDebug:"Stampa il log di debug sulla console","fingers.0":"coagulo","fingers.2":"tocco con due dita","fingers.3":"tocco con tre dita","fingers.4":"tocco a quattro dita","fingers.5":"tocco a cinque dita",mouseHoldKey:"+ {key} tradurre/ripristinare il paragrafo",mouseHoldKeyAuto:"Traduzione diretta del paragrafo",mouseHoldKeyOff:"Non fare nulla.",mouseHoldKeyOther:"Collegamenti personalizzati (impostazioni di apertura)",mouseHoldKeyCustomKey:"{key} Traduzione/riduzione del paragrafo",mouseHoverHoldKey:"Passaggio del mouse mentre si premono i tasti di scelta rapida per tradurre i paragrafi","mouse-translate":"passaggio del mouse",document:"(computer) file",resetSuccess:"Reimpostare tutte le impostazioni con successo",resetThisSuccess:"Ripristino riuscito",saved:"Salva il successo",successImportConfig:"Configurazione importata con successo",goAdvancedSettings:"Andare alla pagina Impostazioni avanzate",goAdvancedInterfaceSettings:"Andare alla pagina Impostazioni di personalizzazione avanzate",advanced:"Impostazioni avanzate",advancedDescription:"In genere non \xE8 necessaria alcuna impostazione, basta lasciarla come predefinita. Solo per gli utenti pi\xF9 specializzati sono disponibili impostazioni pi\xF9 personalizzate.",developer:"Impostazioni dello sviluppatore",donateCafe:"prezzi","translate to the bottom of the page":"Si traduce in fondo alla pagina subito dopo l'ingresso nella pagina?",feedback:"Domanda Feedback",toggleTranslatePage:"Tradurre la pagina/visualizzare il testo originale",translateToThePageEndImmediatelyDescription:"Se si attiva, il contenuto viene tradotto immediatamente dall'inizio alla fine della pagina, non appena viene inserito. Se lo si disattiva, il contenuto viene tradotto man mano che si legge. (Non consigliato)","translate all areas of the page":"Se tradurre tutte le aree della pagina",translationAreaDescription:"Attivato, vengono tradotte tutte le aree dell'intera pagina web. Se si disattiva, viene utilizzato il riconoscimento intelligente predefinito e vengono tradotte solo le aree principali. (Non si consiglia di attivarlo)","the number of characters to be translated first":"Tradurre direttamente i primi caratteri della pagina senza attendere lo scorrimento dell'area di visualizzazione","interface language":"linguaggio dell'interfaccia","display both the original text and the translation":"Visualizzazione simultanea di originale e traduzione","keyboard shortcuts":"Scorciatoie da tastiera",modify:"Modifica dei tasti di scelta rapida",reset:"riproposizione",close:"coagulo",homepage:"homepage",more:"di pi\xF9",moreOptions:"Ampliare le opzioni di personalizzazione",translateTheWholePage:"Tradurre tutte le aree della pagina (invece di riconoscere intelligentemente le aree principali)",changeToTranslateTheWholePage:"Passare alla traduzione di tutte le regioni",changeToTranslateTheMainPage:"Passare all'area principale di traduzione",changeToOnlyTranslationMode:"Alterna per visualizzare solo le traduzioni",changeToDualTranslationMode:"Passare alla traduzione bilingue",translateToThePageEndImmediately:"Traduzione immediata a fondo pagina",translateTheMainPage:"Regioni chiave della traduzione intelligente","The local rules are up to date":"Le norme di adattamento locali sono aggiornate.","Successfully synchronized with the latest official rules:":"Sincronizzato con successo con le ultime regole ufficiali di adattamento.","Checking for updates":"Controllo degli aggiornamenti","Rules are being synchronized":"Regole di adattamento sincronizzate",localVersionIsTooOld:"La versione dell'estensione locale \xE8 troppo vecchia; aggiornare l'estensione a {minVersion} o a una versione pi\xF9 recente prima di tentare la sincronizzazione.",badUserscriptBrowser:"Il browser attuale non implementa correttamente l'interfaccia dell'estensione Grease Monkey (ad esempio, per ottenere informazioni sul numero di versione dello script Grease Monkey stesso); si prega di utilizzare altri browser che <1>supportano l'estensione Grease Monkey, come Firefox.",foundNewVersion:"Scoprite la nuova versione",theLocalExtensionIsUpToUpdate:"L'estensione attuale \xE8 aggiornata.",failToSyncRules:"Mancata sincronizzazione delle ultime regole di adattamento",retry:"Fare clic qui per riprovare",failedReason:"Motivi del fallimento",currentRuleVersion:"Versione attuale della regola",calculating:"calcoli",unknownError:"errore sconosciuto",canNotFetchRemoteRule:"Impossibile ottenere le regole remote",enableAlphaSuccess:"Alfa abilitato",disableAlphaSuccess:"La funzione Alpha \xE8 stata disattivata",cacheSize:"Dimensione della cache\uFF1A",cleaning:"in fase di liquidazione",cleanCache:"cancellare la cache",options:"allestimento",about:"rispetto a",service:"servizio di interpretariato",needAction:"(Vai alle impostazioni)",goSettings:"procedere con l'impostazione",needActionForOptions:"(da impostare)",translationEngine:"Opzioni del motore",sourceLanguage:"Lingua originale",target:"lingua di destinazione",popupSourceLanguage:"Lingua originale",popupTarget:"lingua di destinazione",popupService:"servizio di interpretariato",forThisSite:"Sito web attuale",autoEnableSubtitle:"Attiva automaticamente i sottotitoli bilingue",alwaysTranslate:"Tradurre sempre",neverTranslate:"Mai tradurre",alwaysTranslateSomeLanguage:"Tradurre sempre {language}",neverTranslateSomeLanguage:"Mai tradurre {language}",alwaysTranslateSomeSite:"Tradurre sempre {hostname}",neverTranslateSomeSite:"Mai tradurre {hostname}",alwaysTranslateSomeSiteOrWildSite:"Tradurre sempre il sito",alwaysTranslateSomePage:"Tradurre sempre la pagina",add:"aumento",default:"predefinito (impostazione)",forThisLanguage:"Per questa lingua\uFF1A","add url":"Inserire l'URL",edit:"compilatore","translate other languages into specific language":"Tradurre altre lingue nella lingua impostata","select translation service":"Selezionare un servizio di traduzione",language:"multilinguismo","show-original":"Mostra il testo originale",translate:"rendering",Translated:"tradotto",Translating:"in traduzione",Error:"non corretto",allowCacheTranslations:"Abilitare la cache delle traduzioni locali (per ridurre le richieste di traduzione per i passaggi duplicati)","translation display":"Stile di visualizzazione della traduzione","select diplay style":"Distinguere gli stili di traduzione, con specifico riferimento ai seguenti esempi",interface:"Impostazioni dell'interfaccia",import_export:"Importazione/Esportazione",import_export_title:"Configurazione di importazione/esportazione",syncToGoogleDrive:"Sincronizzazione con Google Drive ora",floatBallOptions:"Impostazioni Hoverball","floatBallOptions.enable":"Abilitare l'Hoverball","floatBallOptions.blockUrls":"Disattivare il sito web","floatBallOptions.add":"aumento","floatBallOptions.blockUrlDesc":"Gli Hoverball non vengono visualizzati quando si incontrano i seguenti siti web","floatBallOptions.clickType":"comportamento di clic","floatBallOptions.clickTypeDesc":"Comportamento dell'icona Hoverball quando viene cliccata","floatBallOptions.clickPopup":"Mostra pannello di traduzione","floatBallOptions.clickTranslate":"Traduzione/visualizzazione del testo originale",previewAllThemes:"Anteprima di tutti gli stili","translationTheme.none":"non hanno","translationTheme.grey":"grigio scuro","translationTheme.dashed":"sottolineatura tratteggiata","translationTheme.dotted":"trattino basso tratteggiato","translationTheme.dashedBorder":"bordo tratteggiato","translationTheme.solidBorder":"bordo solido","translationTheme.underline":"Sottolineare le linee rette","translationTheme.mask":"Effetti fuzzy (modalit\xE0 di apprendimento)","translationTheme.opacity":"effetto trasparenza","translationTheme.paper":"Effetto ombra su carta bianca","translationTheme.dividingLine":"linea di demarcazione","translationTheme.highlight":"alta luminosit\xE0","translationTheme.marker":"marcatore (parola d'ordine)","translationTheme.marker2":"Marcatore 2","translationTheme.blockquote":"Stili di riferimento","translationTheme.weakening":"indebolimento","translationTheme.italic":"carattere obliquo","translationTheme.bold":"addensare","translationTheme.thinDashed":"sottile linea tratteggiata di sottolineatura","translationTheme.nativeDashed":"Il sistema \xE8 dotato di una sottolineatura tratteggiata","translationTheme.nativeDotted":"Il sistema viene fornito con una sottolineatura tratteggiata","translationTheme.nativeUnderline":"Il sistema viene fornito con una linea retta di sottolineatura","translationTheme.wavy":"linea ondulata","translationServices.custom":"API personalizzata","translationServices.tencent":"Traduttore Tencent","translationServices.tenAlpha":"Traduttore Tencent (Alpha)","translationServices.google":"Google Translate","translationServices.bai":"Baidu (Alfa)","translationServices.baidu":"Traduzione di Baidu","translationServices.aliyun":"Traduzione di AliCloud","translationServices.volc":"traduzione vulcanica","translationServices.deeplx":"DeepLX (Beta)","translationServices.bing":"Microsoft Translate","translationServices.deepl":"DeepL","translationServices.wechat":"Traduzione di WeChat","translationServices.azure":"Traduzione di Azure","translationServices.ibm":"IBM Watson","translationServices.aws":"Traduzione Amazon","translationServices.mock":"Traduzione simulata","translationServices.mock2":"Traduzione simulata 2","translationServices.caiyun":"illuminato. nuvole colorate e piccole traduzioni","translationServices.cai":"Nuvole colorate (Alpha)","translationServices.volcAlpha":"Vulcano (Alfa)","translationServices.openl":"AprireL","translationServices.youdao":"Traduzione su Youtube","translationServices.you":"Traduttore Youdao (Alpha)","translationServices.transmart":"Traduzione interattiva di Tencent","translationServices.niu":"Traduttore anticonformista","translationServices.papago":"Traduzione di Papago","translationServices.d":"D (Alfa)","translationServices.dpro":"D Pro (Canarino)","translationServices.openai":"OpenAI","translationServices.yandex":"Yandex","translationServices.chatgpt":"ChatGPT Web(3.5 mobile)","translate title":"Tradurre i titoli delle pagine","always languages":"Tradurre sempre la lingua",neverTranslateLanguagesLabel:"La lingua che non sar\xE0 mai tradotta",neverTranslateTheFollowingLanguagesDescription:"Le traduzioni vengono saltate quando un paragrafo della pagina \xE8 in una delle seguenti lingue",enableUserscriptPagePopup:"Mostra l'hoverball nella pagina",enableUserscriptPagePopupDescription:"Dopo aver disattivato l'hoverball, pu\xF2 essere richiamato con la scorciatoia /{touch}. Si consiglia vivamente di inserire tra i preferiti questa pagina di impostazioni per evitare di non riuscire a trovare l'hoverball dopo aver inavvertitamente disattivato questa opzione!","always translate the following languages":"Traduce automaticamente nella lingua di destinazione quando la pagina \xE8 in una delle seguenti lingue","always sites":"Siti web sempre tradotti","always translate the following sites":"I siti web vengono tradotti automaticamente nella lingua di destinazione quando sono i nomi di dominio di","never sites":"Sito web mai tradotto","never translate the following sites":"Le traduzioni non verranno effettuate quando il sito web \xE8 destinato ai seguenti domini","please refer to":"\xC8 necessario compilare la chiave prima di poterla utilizzare.",KeyAndConfigurationTutorial:"Esercitazione sull'applicazione e la configurazione delle chiavi",useAboveStyleForTheseSites:"Usare sempre lo stile di traduzione \u2308{theme}\u230B quando il sito \xE8 destinato ai seguenti domini",currentUrl:"URL corrente",confirm:"salvare (un file, ecc.) (informatica)",cancel:"cancellazioni",delete:"rimozione","languages.auto":"rilevamento automatico",syncToCloud:"Sincronizzazione con Google Drive",syncToCloudDescription:"Caricata nel cloud, la configurazione pu\xF2 essere sincronizzata tra diversi browser/ script di scimmia grassa, a seconda dell'ultima modifica.",syncToAccount:"Sincronizzazione con il Cloud di traduzione immersiva",syncToAccountButton:"Sincronizzazione istantanea con il cloud",syncToAccountDescription:"Sincronizzare automaticamente le configurazioni tra i diversi dispositivi, a seconda dell'ultima modifica.",successSyncConfigInAccount:"Sincronizzazione riuscita con il cloud",successSyncConfigToAccount:"Sincronizzazione riuscita con il cloud",syncConfigNoUpdate:"\xC8 gi\xE0 aggiornato.",authFail:"Mancata autorizzazione",syncTitle:"Gestione manuale del backup",import_hint:"importazione (dati)",upload:"caricare",revokeAuth:"revocare un'autorizzazione",uploadFail:"Caricamento fallito",download:"scaricare",importSuccess:"Importato con successo",importFail:"errore di importazione",deleteFail:"Cancellazione non riuscita",backupToCloud:"Gestione manuale dei file di backup",create_new_backup:"Aggiungere un nuovo nodo di backup",maxBackupFiles:"\xC8 possibile eseguire il backup di un massimo di{count}nodi diversi; eliminare i nodi non necessari.",backupToCloudDescription:"Caricare o ripristinare manualmente i file di backup, consentendo fino a 3 backup diversi.",successSyncConfig:"Sincronizzazione di successo con il cloud",syncFail:"errore di sincronizzazione",updatedAt:"Aggiornato da {date}",lastSyncedAt:"Ultimo controllo: {date}",downloadFail:"Impossibile scaricare",clickToDownload:"Fare clic per scaricare",aboutLabel:"Informazioni - Feedback","browser.openAboutPage":"Informazioni/Risposte",aboutLabelWithoutSponsor:"Informazioni - Feedback",aboutIntro:"Che tutti noi possiamo avere un accesso pi\xF9 facile e piacevole alla grande quantit\xE0 di informazioni in lingua straniera su Internet \u2764\uFE0F Potete scegliere di attivare la vostra <6>iscrizione Pro per utilizzare le traduzioni di DeepL e OpenAI.

Potete seguirci su <3>Twitter, <4>Telegram, Weibo, WeChat o <5>iscrivervi alla nostra mailing list per seguire gli aggiornamenti.
I <7>membri Pro possono contattarci all'indirizzo <8>support@immersivetranslate.com per un rapido servizio clienti.",aboutIntroWithoutSponsor:"Che tutti noi possiamo avere un accesso pi\xF9 facile e piacevole all'enorme quantit\xE0 di informazioni in lingua straniera disponibili su Internet \u2764\uFE0F

Potete seguirci su <3>Twitter, <4>canale Telegram, WeChat, WeChat Exchange, o <5>iscrivervi per seguire gli aggiornamenti via <5>e-mail qui sotto.",projectHomepage:"Progetto Home",joinTelegramGroup:"Unitevi al gruppo di utenti per partecipare alle discussioni sulle funzionalit\xE0",wechatPublicAccount:"WeChat Pubblico",wechatCommunities:"Gruppo di scambio WeChat",qqCommunities:"Canale di comunicazione QQ",joinTelegramChannel:"Seguite il canale Telegram per gli ultimi aggiornamenti",feedbackAndJoin:"Domanda Feedback / Aggiungi gruppo",autoSync:"sincronizzazione automatica dell'ora",loadingThemeTitle:"Stile di caricamento",loadingThemeDescription:"Impostazione dello stile in attesa del caricamento della traduzione","loadingTheme.spinner":"Animazione di rotazione","loadingTheme.text":"testo statico qcs. ","loadingTheme.none":"non mostrato",developerDescription:"La documentazione sulla personalizzazione avanzata \xE8 disponibile <1>qui","edit border color":"Modificare il colore del bordo",successSyncButNoChange:"La configurazione attuale \xE8 coerente con il cloud",customTheme:"Colori e dimensioni personalizzate","customThemeLabel.borderColor":"Colore del bordo","customThemeLabel.borderRadius":"Bordi arrotondati","customThemeLabel.textColor":"colore del testo","customThemeLabel.backgroundColor":"colore di sfondo","customThemeLabel.zoom":"Scalatura dei caratteri (%)","customThemeLabel.opacity":"Opacit\xE0 del testo (%)",resetToDefaultColor:"Ripristino dei colori predefiniti",resetToDefaultSettings:"Ripristino delle impostazioni predefinite",isTranslateTitle:"Abilita la traduzione dei titoli delle pagine",isTranslateTitleDescription:"All'apertura, il titolo della pagina viene tradotto",enableSearchEnhancement:"Abilitazione del miglioramento dei messaggi bilingue",enableSearchEnhancementDescription:'Una volta abilitato, i risultati della ricerca di "Google News" verranno automaticamente visualizzati nella colonna destra dei siti web supportati (Google News, Google Search (alcune parole chiave), Snowball, Oriental Fortune, Futura, Tiger Community) per le parole chiave inglesi corrispondenti.',verifyService:"Clicca qui per testare il servizio",verified:"Verifica del successo","field.langs":"Codici lingua supportati","field.model":"modellazione","field.translationEngine":"motore di traduzione","field.limitPerMinute":"Richieste massime al minuto","field.limitPerSecond":"Numero massimo di richieste al secondo","field.maxTextLengthPerRequest":"Lunghezza massima del testo per richiesta","field.maxTextGroupLengthPerRequest":"Numero massimo di paragrafi per richiesta","field.apiUrl":"Indirizzo dell'interfaccia API personalizzata","field.placeholderDelimiters":"segnaposto riservato","description.custom":"Interfaccia personalizzata Accesso Documentazione necessaria","description.limitPerMinute":"Le richieste che superano questo limite vengono messe in coda fino all'inizio del minuto successivo. A causa delle varie limitazioni dell'attuale servizio di OpenAI, fare clic <1>qui per gli ultimi valori suggeriti.","description.limitPerSecond":"Le richieste che superano questo limite vengono messe in coda fino all'inizio del secondo successivo. A causa delle varie limitazioni dell'attuale servizio di OpenAI, fare clic <1>qui per gli ultimi valori suggeriti.","description.generalLimitPerSecond":"Le richieste che superano questo limite vengono messe in coda fino all'inizio del secondo successivo.","description.prompt":"Invia una conversazione a {service} come utente, dove {{text}} rappresenta il contenuto del testo del paragrafo, {{from}} rappresenta la lingua del paragrafo, {{to}} rappresenta la lingua di destinazione.","description.maxTextLengthPerRequest":"Il numero massimo di caratteri per richiesta \xE8 troppo elevato e causa una risposta lenta dell'interfaccia; provare a regolare questa opzione per ottimizzare la velocit\xE0.","description.systemPrompt":"Un dialogo inviato a OpenAI come sistema, dove {{text}} indica il contenuto testuale del paragrafo,{{from}} indica la lingua del paragrafo e{{to}} indica la lingua di destinazione.","field.domain":"regno","description.domain":"L'impostazione predefinita \xE8\uFF1Ageneral. Pu\xF2 essere impostata solo se la traduzione con dominio \xE8 abilitata nella console Arima API, vedere <1>qui per i domini supportati.","field.scene":"prendere","description.scene":"Valore predefinito:\uFF1Ageneral. Pu\xF2 essere impostato solo se la console API di AliCloud apre Machine Translation Pro, vedere <1>qui per gli scenari supportati.","field.vocabId":"ID del dizionario utente","description.vocabId":"Il dizionario out_id specificato, attualmente supporta la traduzione dall'inglese al cinese.","description.model":"Modelli OpenAI, possono essere gpt-3.5-turbo, gpt-4, ecc.","description.maxTextGroupLengthPerRequest":"Il numero di paragrafi inviati al servizio di traduzione alla volta; se ci sono troppi paragrafi, l'interfaccia potrebbe rispondere pi\xF9 lentamente.","description.apiUrl":"Si prega di aggiungere URL specifici con percorsi, <1>ulteriori descrizioni",enabledExtension:"Abilitazione delle estensioni",clickToDisableExtension:"Fare clic per disattivare le estensioni",clickToEnableExtension:"Fare clic per abilitare le estensioni",hasBeenDisabled:"disabilitato","show password":"Mostra password",customContent:"Inserire un nome di modello personalizzato",inputOptions:"Miglioramento della casella di input",mouseHoverOptions:"passaggio del mouse",modifyMouseHoverKey:"Modifica della scorciatoia per il passaggio del mouse",enableInputTranslation:"Abilitare o meno il miglioramento della casella di input",enableInputTranslationDescription:"Una volta abilitato, digitare {startingKey}{startingKey} hello direttamente nella casella di input, poi premere rapidamente{inputTrailingTriggerKeyRepeatTimes}volte{trailingKey}per tradurre in {inputTargetLanguage}.",enableInputTranslationDescriptionForNoneKey:"Una volta abilitato, digitate\uFF1AHello World direttamente nella casella di input, quindi premete rapidamente{inputTrailingTriggerKeyRepeatTimes}{trailingKey}volte per tradurre nella lingua di destinazione predefinita.",inputTargetLanguage:"Impostazione della lingua di destinazione predefinita per le caselle di input",inputTargetLanguageDescription:"Lingua di destinazione predefinita per la traduzione della casella di input, ovvero {startingKey}{startingKey} come lingua predefinita per le parole di attivazione.",inputTargetLanguageDescriptionForNoneKey:"Lingua di destinazione predefinita per la traduzione della casella di input",inputStartingTriggerKeyTitle:"Impostazione del carattere di divisione per la traduzione parziale della casella di input",inputStartingTriggerKeyDescription:"Quando non \xE8 necessario tradurre l'intera casella di input, lo splitter consente di tradurre solo la parte da {startingKey}{startingKey} alla fine della casella di input, oppure \xE8 possibile specificare il codice della lingua, ad esempio\uFF1A{startingKey}ja significa tradurre solo la parte da {startingKey}ja alla fine della casella di input.",inputStartingTriggerKeyDescriptionForNoneKey:"L'impostazione attuale di nessun prefisso non \xE8 necessaria e la funzione di traduzione di alcuni testi nella casella di immissione non \xE8 al momento disponibile.",inputTrailingTriggerKeyTitle:"Selezionare un carattere di attivazione di fine inserimento",inputTrailingTriggerKeyDescription:"3 colpi veloci{trailingKey} inizier\xE0 a tradurre!",inputTrailingTriggerKeyTimeout:"Immettere l'intervallo di tempo tra gli inneschi di fine combattimento",inputTrailingTriggerKeyTimeoutDescription:"Imposta l'intervallo di tempo (in millisecondi) tra le attivazioni della combo di fine input",spaceKey:"<\u7A7A\u683C\u952E>",noneKey:"Traduzione diretta dell'intera casella di testo senza prefissi",inputTranslationBlockUrlsTitle:"Non abilitare il miglioramento della casella di input nei seguenti URL",inputTranslationBlockUrlsDescription:"I miglioramenti della casella di input non funzionano con i seguenti URL",clickToSeeQuickDemo:"Fare clic per espandere il video di esercitazione rapida di 30 secondi",inputHelperInfo:"Descrizione\uFF1AAbbiamo ottimizzato il fatto che alcuni caratteri di attivazione si trasformano in segni di punteggiatura cinesi con i metodi di input cinesi, ad esempio, / si trasforma in un segno di dun, con il metodo di input Sogou, e Immersive Translator supporta tutti i simboli cinesi corrispondenti ai caratteri di attivazione, ad esempio //,,, saranno riconosciuti come caratteri di attivazione.

Supportiamo anche gli alias cinesi per i codici di lingua come comandi, ad esempio /Japanese Hello World verr\xE0 tradotto in giapponese; <1>fare clic qui per vedere tutti i codici di lingua supportati.",reloadCurrentPage:"Aggiornare la pagina corrente prima di iniziare la traduzione.",noLocalFilePermissionForPDF:"Non si ha l'autorizzazione a leggere i file locali, fare clic sul pulsante sopra e importare i file locali.",noPermissionForThisPage:"\u26A0\uFE0F Nessun permesso per tradurre la pagina corrente",retryAllParagraphs:"Riprova tutti i passaggi di errore",retryAllButton:"Riprova tutti i passaggi di errore",errorTooltipTitle:"Fare clic per visualizzare la causa dell'errore",errorModalTitle:"Sembra che ci sia qualcosa che non va nel servizio di traduzione o nella rete...",disableConfirm:"Impostazione bilingue per il miglioramento delle informazioni",disableOnce:"Questa disabilitazione",disableGlobal:"disabilitare in modo permanente",disableTint:"* \xC8 possibile riabilitarlo all'indirizzo {option} .",searchEnhancementNotes:"Dopo aver attivato la funzione Immersive Translation Bilingual Information Enhancement, cercheremo automaticamente le stesse parole chiave in inglese sui siti web supportati (Google News, Google Search (alcune parole chiave), Snowball, Oriental Wealth, Futura, Tiger) e le visualizzeremo sul lato destro. Potete scegliere di disabilitare questa funzione se non ne avete bisogno.",option:"allestimento",saveSettings:"Salva le impostazioni",closeModal:"Chiudere la finestra",enableInputTranslationWithoutTriggerKeyTitle:"Abilitare 3 colpi rapidi su{trailingKey}per tradurre direttamente l'intera casella di input in{inputTargetLanguage}",enableInputTranslationWithoutTriggerKeyDescription:"Per specificare la lingua di destinazione, usare il prefisso della lingua, per esempio\uFF1Aja Hello World",mouseHoverShortcutPlaceholder:"Ad esempio,\uFF1AShift",deepLProName:"Immersive Translation Pro Membro (consigliato)",deepLProDescription:"Il pacchetto corrente pu\xF2 essere utilizzato direttamente",deeplProDescriptionForNormal:"Non \xE8 richiesta alcuna configurazione, i membri possono utilizzarlo dopo il login, <1>clicca qui per passare a membro",deepLCustomDescription:"\xC8 richiesta una carta di credito estera, aperta ufficialmente su <1>DeepL, clicca per la <2>documentazione",deepLCustomName:"Chiave di autorizzazione personalizzata",chooseProviderLabel:"Selezionare un fornitore di servizi",openaiProName:"Immersive Translation Pro Membro (consigliato)",openaiProDescription:"Il pacchetto corrente pu\xF2 essere utilizzato direttamente",openaiProDescriptionForNormal:"Non \xE8 richiesta alcuna configurazione, i membri possono utilizzarlo dopo il login, <1>clicca qui per passare a membro",openaiCustomDescription:"Disponibile su OpenAI, Azure OpenAI o altri servizi di terze parti, <1>fare clic qui per la documentazione.",openaiCustomName:"Chiave API personalizzata",needLoginAction:"(Iscrizione aperta o personalizzazione)",goLoginOrAction:"(Aprire un'iscrizione o andare alle impostazioni)",yearly:"effettuare un pagamento annuale consecutivo",quarterly:"avvolgimento sequenziale",monthly:"abbonamento mensile",yearlyForOnce:"Pacchetto annuale una tantum",monthlyForOnce:"Pacchetto mensile una tantum",daily:"giorni consecutivi di pacchetti",year:"effettuare un pagamento annuale consecutivo",quarter:"avvolgimento sequenziale",month:"abbonamento mensile",day:"giorni consecutivi di pacchetti",onetime_7day:"Pacchetto esperienza di 7 giorni",currentPlanDescriptionForFree:"Pacchetti attuali\uFF1AGratis",currentPlanDescriptionForContinuous:"L'attuale pacchetto\uFF1A{plan}sar\xE0 rinnovato automaticamente su {endAt} .",currentPlanDescriptionForAutoRenewCaceling:"L'attuale pacchetto\uFF1A{plan}scadr\xE0 il giorno {endAt} e non sar\xE0 rinnovato automaticamente alla scadenza.",currentYearlyPlanDescriptionForAutoRenewCacelingWithRealPaiedUser:"Il pacchetto attuale,\uFF1A{plan}, scadr\xE0 il {endAt} e non sar\xE0 rinnovato automaticamente alla scadenza.
<1>Clicca qui per gestire il tuo piano di rinnovo",currentYearlyPlanDescriptionForAutoRenewCacelingWithAdmin:"Il pacchetto attuale,\uFF1A{plan}, scadr\xE0 il {endAt} e non sar\xE0 rinnovato automaticamente alla scadenza.
<1>Fare clic qui per attivare l'abbonamento annuale continuo",currentPlanDescriptionForOneTime:"L'attuale abbonamento\uFF1A{plan}scadr\xE0 il {endAt} , <1>clicca qui per passare all' abbonamento <1>annuale o <2>mensile.",upgradePlan:"Clicca qui per passare all'iscrizione Pro",upgradeToPro:"Aggiornamento all'iscrizione Pro","popup.openPro":"Passa all'iscrizione Pro per usufruire di DeepL e della traduzione OpenAI, clicca qui per effettuare l'aggiornamento!","popup.openProForPro":"Sei un membro Pro con accesso diretto alle traduzioni di DeepL e OpenAI!",currentAccount:"conto corrente",enableAutoSyncUserSettings:"Abilita la sincronizzazione automatica con il cloud su pi\xF9 dispositivi",modalEnableInputTranslationTitle:"Casella di input per la traduzione immersiva Avvisi di traduzione",modalEnableInputTranslationDesc:"\xC8 stata appena attivata la traduzione della casella di input di Immersive Translation premendo la barra spaziatrice 3 volte in rapida successione e il contenuto della casella di input verr\xE0 tradotto nella lingua di destinazione predefinita. La traduzione pu\xF2 essere annullata con Ctrl+Z.

Se si tratta di un errore, non preoccupatevi: potete scegliere di disattivarla questa volta o di disabilitare definitivamente la traduzione delle caselle di input.",saveAndNotShowAgain:"Salvare e interrompere la richiesta",disableInputTranslationTips:"* \xC8 inoltre possibile impostare altre scorciatoie da attivare in {option} ,{learnMore}.",learnMore:"Clicca qui per saperne di pi\xF9",continueEnalbeInputTranslation:"Continuare ad abilitare la traduzione della casella di input",autoRenewTrialSuffix:`(In prova,\xE8 passato immediatamente all'iscrizione completa)`,upgradeFromTrialTitle:"Aggiornamento a Socio Effettivo",subtitle:"sottotitoli video",youtubeService:"Traduzione in immersione Servizi di traduzione con sottotitoli video","subtitle.disabledSubtitle":"Disattivare in modo permanente la funzione dei sottotitoli video","subtitle.disabledSubtitleDescription":"Se Immersive Translator's Video Subtitles entra in conflitto con altre estensioni, \xE8 possibile scegliere di disabilitare definitivamente la funzionalit\xE0 di Immersive Translator's Video Subtitles o disinstallare le altre estensioni in conflitto.","subtitle.autoEnableSubtitle":"Uso automatico dei sottotitoli bilingue","subtitle.autoEnableSubtitleDescription":"Una volta attivato, i sottotitoli bilingue verranno visualizzati automaticamente durante la riproduzione del video, altrimenti sar\xE0 necessario fare clic sul pulsante di traduzione per visualizzarli.","subtitle.preTranslation":"Tradurre i sottotitoli con la traduzione immersiva","subtitle.preTranslationDescription":"Quando \xE8 abilitato, l'intero sottotitolo sar\xE0 pre-tradotto utilizzando il servizio di traduzione specificato di seguito; un video di un'ora consumer\xE0 circa 50.000 gettoni o caratteri, quindi si prega di utilizzarlo a propria discrezione; quando \xE8 disabilitato, i sottotitoli originali saranno utilizzati per primi.","subtitle.humanSubtitlesPreferred":"Uso prioritario del sottotitolaggio umano","subtitle.humanSubtitlesPreferredDescription":"Privilegiare l'uso di sottotitoli umani quando il video ha sottotitoli umani nella lingua di destinazione (consigliato)",videoSubtitleTranslationDescription:"Assegnare un servizio di traduzione separato per i sottotitoli video",subtitleTranslating:"Attendere mentre i sottotitoli vengono tradotti con il servizio {service} ... (traduzione ad immersione)",subtitleLoading:"Caricamento dei sottotitoli...",bilingual:"bilinguismo","field.action":"Se abilitare la terminologia Baidu","description.action":"Quando \xE8 abilitato, un parametro action=1 sar\xE0 aggiunto alla richiesta per informare Baidu del termine abilitato; <1>per ulteriori informazioni, consultare la documentazione ufficiale.",closeQuickTranslation:"Chiudere Hoverball","closeQuickTranslation.untilNext":"Questa volta chiuso fino alla prossima visita","closeQuickTranslation.currentWebsite":"Sito attuale disabilitato","closeQuickTranslation.alwaysClose":"disabilitare in modo permanente","closeQuickTranslation.settingOpen":"(pu\xF2 essere attivata nella <1>pagina delle impostazioni )","closeQuickTranslation.cancel":"cancellazioni","closeQuickTranslation.confirm":"definire","floatBall.popup":"Aprire il pannello Impostazioni rapide","floatBall.translate":"Fare clic per tradurre la pagina","floatBall.showOriginal":"Fare clic per tornare all'articolo originale","floatBall.close":"Chiudere Hoverball","floatBallOptions.enableDescPc":"Dopo aver abilitato l'hoverball della pagina, verr\xE0 visualizzato un pulsante di traduzione rapida sul lato destro della pagina: cliccatelo per tradurre!","floatBallOptions.enableDesc":"Dopo aver disattivato l'hoverball, \xE8 possibile richiamarlo con{touch}. Si consiglia vivamente di inserire tra i preferiti questa pagina di impostazioni nel caso in cui non si riesca a trovare l'hoverball dopo aver inavvertitamente disattivato questa opzione!","description.azureApiUrl":"Inserire l'indirizzo dell'interfaccia API personalizzata",confirmSupportMouse:"Forzare l'abilitazione del supporto del mouse",confirmSupportMouseDescription:"Rilevato che il browser corrente non supporta la funzione del mouse, \xE8 necessario abilitare il supporto del mouse?",sampleTargetText:"Verr\xE0 la lunga notte e io veglier\xF2 da oggi fino alla morte. Non prender\xF2 moglie, non far\xF2 feudi, non avr\xF2 figli. Non porter\xF2 una corona, non lotter\xF2 per l'onore. Far\xF2 il mio dovere, vivr\xF2 e morir\xF2.",sampleSourceText:"Night gathers, and now my watch begins. It shall not end until my death. I shall take no wife, hold no lands, father no children. I shall wear no crowns and win no glory. I shall live and die at my post.","desc.touchShortcutsToggleTranslatePageOnlyTranslation":"Solo traduzione significa che verr\xE0 visualizzata solo la traduzione, se la pagina web non \xE8 ancora stata tradotta, passer\xE0 alla modalit\xE0 e tradurr\xE0.","desc.toggleOnlyTransation":"La modalit\xE0 solo traduzione significa che verr\xE0 visualizzato solo il testo tradotto, se la pagina web non \xE8 ancora stata tradotta, cambier\xE0 modalit\xE0 e tradurr\xE0.",touchShortcutsToggleTranslatePageOnlyTranslation:"Imposta il gesto del touchscreen per passare alla modalit\xE0 bilingue/solo testo tradotto",download_started:"Il download \xE8 gi\xE0 iniziato, se non si avvia automaticamente, fai clic manualmente.",here:"Qui","translationFont.customPlaceholder":"carattere","error.goReset":"Vai a resettare","translationFont.custom":"Inserisci il carattere personalizzato",batchEdit:"Operazione in blocco","translationModeUrl.translation.title":"Solo modalit\xE0 di traduzione del sito web","error.configError":"Anomalia dei dati di configurazione","error.serveConfigError":"Errore nella configurazione del servizio","touch.mouse-translate":"Tradurre il paragrafo specificato","error.proTokenInvalid":"Se sei un utente Pro, per favore accedi prima di utilizzare il servizio di traduzione Pro.","translationModeLang.translation.title":"Solo modalit\xE0 di traduzione della lingua","translationServices.inherit":"Segui il servizio di traduzione principale",enableSentryReport:"Quando si verifica un errore di estensione, invia un feedback utilizzando Sentry",videoSubtitlePreTranslationOn:"I sottotitoli video utilizzeranno la traduzione immersiva come priorit\xE0.",translationFont:"Imposta il carattere","error.reloadPageOfSetting":"Dopo la configurazione, si prega di aggiornare la pagina e tradurre di nuovo.",detectServiceLoading:"Sto controllando i servizi di traduzione disponibili...",toggleToService:"Passa a {service} e riprova","translationModeLang.translation.description":"Quando la lingua della pagina \xE8 una delle seguenti, verr\xE0 utilizzata automaticamente solo la modalit\xE0 di traduzione.","translationModeUrl.translation.description":"Quando il sito web ha i seguenti nomi di dominio, verr\xE0 utilizzata automaticamente solo la modalit\xE0 di traduzione.","error.403":"Il servizio restituisce un errore, non si ha temporaneamente l'autorizzazione per accedere a questo servizio.","error.400":"Il servizio restituisce un errore, errore nei parametri della richiesta, si prega di controllare la configurazione corrispondente.",videoSubtitlePreTranslationOff:"I sottotitoli del video daranno la priorit\xE0 ai sottotitoli automatici inclusi nel video originale.","error.proUpgrade":"Dopo l'aggiornamento, si prega di aggiornare la pagina e tradurre di nuovo.","translationFont.notSupportErrorMessage":"Si prega di controllare se il nome del carattere inserito \xE8 corretto, o confermare che il carattere \xE8 gi\xE0 installato sul tuo dispositivo.","error.429":"Il servizio restituisce un errore, indicando che la richiesta \xE8 troppo frequente o supera il limite di quota, si prega di riprovare pi\xF9 tardi.","error.502":"Il servizio ha restituito un errore, il servizio \xE8 in timeout, si prega di riprovare pi\xF9 tardi.","error.googleLimitIp":"Il servizio restituisce un errore, il servizio Google ha limitato questo indirizzo IP, si consiglia di cambiare il nodo di rete.","error.openAIExceededQuota":"Il servizio restituisce un errore: il saldo del tuo account OpenAI non \xE8 sufficiente, si prega di ricaricare o collegare una carta di credito nel pannello di controllo ufficiale di OpenAI.","error.gemini.429":"Il servizio Gemini attuale ha raggiunto la sua capacit\xE0 massima, si prega di riprovare pi\xF9 tardi o passare ad un altro servizio di traduzione.","desc.toggleVideoSubtitlePreTranslation":"Dopo aver premuto, i sottotitoli bilingui del video utilizzeranno in primo luogo le impostazioni di traduzione immersive, premendo di nuovo avranno la priorit\xE0 i sottotitoli automatici inclusi nel video originale. Nota: questa scorciatoia modifica le impostazioni globali.","error.serveUnavailable":"Il servizio [{serverName}] che stai utilizzando attualmente non \xE8 accessibile a causa di problemi di connessione o del fornitore di servizi. Ti consigliamo di provare a ricaricare la pagina o di cambiare il servizio di traduzione attraverso le <1>impostazioni. Se sei un membro <2>Pro, puoi scegliere di utilizzare i servizi di traduzione pi\xF9 stabili di DeepL o OpenAI (<3>clicca qui per una prova gratuita). Inoltre, potrebbe essere necessario controllare la tua rete o le impostazioni del proxy.","error.openAIFreeLimit":"Il servizio restituisce un errore, la frequenza attuale delle richieste di traduzione ha raggiunto il limite massimo di 3 volte al minuto, si prega di riprovare pi\xF9 tardi. (Questo \xE8 il limite ufficiale di OpenAI per l'API Key gratuita, per rimuovere questo limite, si prega di collegare una carta di credito nel backend di OpenAI.)","floatBall.iKnow":"Lo so.","floatBallOptions.fixedPosition":"Posizione fissa",notLogin:"Non connesso","translationServices.gemini":"Gemelli","error.retry":"Riprova",pickAll:"Seleziona tutto","slide.right":"Scorri a sinistra","multipleClick.2":"Doppio clic",loggedIn:"Accesso effettuato","error.reason":"Motivo dell'errore","multipleClick.4":"Quadruplo colpo","multipleClick.3":"Triplo colpo","widget.translateFile":"PDF/ePub",shortcutSettings:"Scorciatoia","tagsInput.add":"+ Aggiungi","shortcutGroup.others":"Pi\xF9 scorciatoie personalizzate","slide.left":"Scorri a destra","subtitle.hideQuickButton":"Non mostrare pi\xF9 questa scorciatoia","widget.videoSubtitle":"sottotitoli video","error.subscriptionExpiredTitle":"La membership \xE8 scaduta",alwaysTranslateThisSite:"Sempre tradurre questo sito","floatBallOptions.fixedPositionLeft":"Sinistra",touchShortcutsOff:"Chiudi",neverTranslateThisSite:"Non tradurre mai questo sito web",translationOnlyMode:"Solo modalit\xE0 di traduzione",viewWithImmersiveTranslate:"Versione bilingue (traduzione immersiva)",contact:"Contattaci","browser.translateWithBing":"Utilizzo temporaneo di Microsoft per tradurre la pagina corrente",buildSnapshots:"Genera un'istantanea della pagina web","intro.floatBallTitle":"Traduzione rapida della sfera galleggiante","browser.translateWithOpenAI":"Utilizzo temporaneo di OpenAI per tradurre la pagina corrente","widget.videoSubtitleTooltip":"Supporta Youtube e altri {count}+ siti di video","browser.translateWithDeepL":"Utilizzo temporaneamente DeepL per tradurre la pagina corrente",errorReason:"Motivo dell'errore: {message}","browser.translateWithTransmart":"Utilizzo temporaneo di Tencent per tradurre la pagina corrente","shortcutGroup.shortcutsForTranslationServices":"Scorciatoie relative ai servizi di traduzione","browser.translateWithGoogle":"Utilizzo temporaneo di Google per tradurre la pagina corrente",temprarilyChangeTranslationTo_gemini:"Sto utilizzando Gemini per tradurre la pagina corrente.","browser.translateWithGemini":"Utilizza temporaneamente Gemini per tradurre la pagina corrente","widget.instructionTooltip":"Visualizza le istruzioni per l'uso",goLogin:"Vai a fare il login",temprarilyChangeTranslationTo_openai:"Sto utilizzando OpenAI per tradurre la pagina corrente.",temprarilyChangeTranslationTo_transmart:"Sto utilizzando Tencent per tradurre la pagina corrente.","floatBallOptions.fixedPositionRight":"lato destro",paragraphMinTextCountField:"Il numero minimo di caratteri necessari per tradurre un paragrafo",mouseHoverCustomKeyTitle:"Personalizza la scorciatoia del mouse al passaggio del mouse",temprarilyChangeTranslationTo_deepl:"Sto utilizzando DeepL per tradurre la pagina corrente.","subtitle.bilingual":"Sottotitoli bilingui",temprarilyChangeTranslationTo_bing:"Sto utilizzando Microsoft Translate per tradurre la pagina corrente.","intro.hoverTitle":"Posiziona il mouse per tradurre il paragrafo corrente","shortcutGroup.main":"Scorciatoie da tastiera di funzioni comuni",temprarilyChangeTranslationTo_google:"Sto utilizzando Google Traduttore per tradurre la pagina corrente.","subtitle.autoDisableSubtitle":"Non attivare automaticamente i sottotitoli bilingue",upgradeToProErrorTitle:"Si prega di aggiornare a membro Pro prima di utilizzare questo servizio di traduzione",touchShortcutsToggleTranslatePage:"Imposta gesti touch per tradurre pagine web / visualizzare il testo originale","widget.translateFileTooltip":"Traduci documenti PDF, EPUB, SRT, ASS, HTML e TXT","widget.instruction":"Istruzioni per l'uso","proQuotaExceededError.resetTime":"3. Tempo di reimpostazione del limite: {resetTime}","shortcutGroup.touch":"Gesti specifici per touch screen","floatBall.guideClickToTranslate":"Clicca sulla sfera galleggiante di traduzione immersiva per tradurre rapidamente","subtitle.showQuickButton":"Nel lettore visualizza la scorciatoia per i sottotitoli bilingue","floatBall.longPress":"Tenendo premuto a lungo \xE8 possibile aprire rapidamente il pannello delle impostazioni.","neverTranslateText.title":"Le parole seguenti rimangono in lingua originale, non tradurre.","browser.translateInputBox":"Traduci il contenuto attuale del campo di input.","browser.toggleVideoSubtitlePreTranslation":"Passa ai sottotitoli bilingui utilizzando preferibilmente le impostazioni di traduzione immersive.","error.subscriptionExpired":"La tua iscrizione potrebbe essere scaduta, controlla lo stato della tua iscrizione.","shortcutGroup.mouse":"Configurazione scorciatoia per il passaggio del mouse","browser.toggleMouseHoverTranslateDirectly":"Abilita o disabilita temporaneamente la traduzione diretta al passaggio del mouse sulla pagina","intro.subtitleTitle":"Visualizzazione dei sottotitoli bilingui nei video online",networkError:"Il servizio di traduzione o la rete ha problemi",notLoginPro:"Non hai ancora effettuato l'accesso al tuo account membro.",touchShortcutsToggleTranslationMask:"Imposta il gesto del touchscreen per mostrare la traduzione della maschera / mostrare il testo originale","floatBallOptions.fixedPositionDesc":"La palla galleggiante \xE8 a sinistra o a destra della finestra?","desc.touchShortcutsToggleTranslateTouchElement":"Personalizza un gesto e puoi tradurre qualsiasi paragrafo in cui ti trovi.",confirmResetToDefaultSettings:"Confermi di voler ripristinare questo servizio di traduzione alle impostazioni predefinite? (Ripristina solo le impostazioni di questo servizio di traduzione)","description.baiduField":"I campi supportati sono visti <1>qui, se vuoto significa che non \xE8 specificato alcun campo.",touchShortcutsToggleTranslateTouchElement:"Imposta il gesto del touchscreen per tradurre il paragrafo specificato","desc.toggleTranslateTheWholePage":"Traduci l'intera area della pagina, di default, tradurremo l'area principale della pagina, puoi utilizzare questa scorciatoia per tradurre specificamente l'intera area della pagina.",mouseHoverCustomKeyDescription:"Puoi personalizzare una combinazione di tasti di scelta rapida per il passaggio del mouse, ad esempio: Alt+Z, Ctrl+E, Cmd+Alt+E o direttamente Cmd, si prega di inserire manualmente.",paragraphMinTextCountDesc:"Attenzione, qui si intende la lunghezza del carattere, ad esempio: ciao \xE8 composto da 5 caratteri, impostare un valore maggiore pu\xF2 ridurre la traduzione di paragrafi non necessari.","desc.toggleTranslateTheMainPage":"Traduci solo l'area principale della pagina, quando hai abilitato la traduzione di tutta l'area della pagina nelle impostazioni avanzate, puoi utilizzare questa scorciatoia per tradurre specificamente l'area principale della pagina.","subtitle.showQuickButtonDescription":"Nell'angolo in basso a destra del lettore video \xE8 disponibile una scorciatoia per attivare i sottotitoli bilingue.","desc.mouseHoverHoldKey":"Quando il mouse \xE8 in hover su un paragrafo, premendo contemporaneamente il tasto di scelta rapida a destra, \xE8 possibile tradurre direttamente quel paragrafo.","desc.interfaceLanguage":"Le impostazioni della lingua dell'interfaccia influenzano la lingua di visualizzazione del pannello di controllo e non hanno nulla a che fare con la lingua target della traduzione.",translationOnlyModeDescription:"La modalit\xE0 solo traduzione si riferisce alla visualizzazione solo del testo tradotto, non della modalit\xE0 bilingue predefinita. Nota: a causa di limitazioni tecniche, i collegamenti ipertestuali del testo originale non funzioneranno in modalit\xE0 solo traduzione.","desc.touchShortcutsToggleTranslatePage":"Dopo aver impostato, quando si utilizza un dispositivo mobile, \xE8 possibile toccare lo schermo con X dita contemporaneamente, scorrere a sinistra e a destra o fare clic continuamente per attivare la traduzione della pagina web / visualizzare il testo originale.","desc.touchShortcutsToggleTranslationMask":"La maschera di traduzione si riferisce all'effetto sfocato nello stile del testo tradotto (modalit\xE0 di apprendimento), che, una volta attivato, applica temporaneamente un effetto sfocato al testo tradotto, facilitando l'apprendimento.",shortcutSettingsTitle:"Impostazioni scorciatoie","proQuotaExceededError.onetime7day":'\uFF0Cpuoi scegliere uno dei seguenti metodi per risolvere:

1. Passa a {anotherService} o ad altri servizi di traduzione
2. Aggiorna a un membro mensile/annuale ',"contact.description":"Se avete domande o suggerimenti, siete invitati a compilare il modulo sottostante per contattarci, o inviare una mail a {email}, vi risponderemo il pi\xF9 presto possibile.","proQuotaExceededError.nonTrial":'\uFF0Cpuoi scegliere uno dei seguenti metodi per risolvere:

1. Passa a {anotherService} o ad altri servizi di traduzione
2. Acquista un pacchetto di traffico extra {translationService}',"proQuotaExceededError.trial":'\uFF0Cpuoi scegliere uno dei seguenti metodi per risolvere:

1. Passa a {anotherService} o ad altri servizi di traduzione
2. Aggiorna subito a membro ufficiale',"intro.floatBallDescription":"Una volta attivato, verr\xE0 visualizzato un pulsante di traduzione rapida sul lato destro della pagina, cliccandolo si pu\xF2 tradurre, cliccandolo di nuovo si pu\xF2 tornare al testo originale. Su dispositivi mobili, tenendo premuto il pallone galleggiante, \xE8 possibile aprire il pannello delle impostazioni rapide.","desc.toggleMouseHoverTranslateDirectly":"Dopo aver premuto questo tasto di scelta rapida, sulla pagina, basta che il mouse punti a qualsiasi testo per tradurlo automaticamente. Premendo di nuovo il tasto di scelta rapida, \xE8 possibile disattivare questa funzione di traduzione automatica.",shortcutDisableTooltip:"Si prega di impostare nella pagina di gestione delle scorciatoie da tastiera dell'estensione del browser, per ulteriori indicazioni si prega di consultare le istruzioni nella parte superiore di questa pagina.","subtitle.supportedSites":"\xC8 supportato l'uso di sottotitoli bilingui su questi siti web (Nota: a causa di limitazioni tecniche, alcuni siti web potrebbero aver bisogno di essere aggiornati dopo aver attivato i sottotitoli per la prima volta, o potrebbe essere necessario attendere che la traduzione sia completata per visualizzare i sottotitoli bilingui):","neverTranslateText.description":"A causa di alcune carenze di riconoscimento dei nomi propri da parte di alcuni motori di traduzione, puoi aggiungere parole qui per assicurarti che non vengano convertite durante il processo di traduzione. Si prega di notare che questa funzione distingue tra maiuscole e minuscole e supporta solo le lingue separate da spazi (come l'inglese, il francese), non \xE8 adatta per lingue come il giapponese, il coreano, ecc.","intro.subtitleDescription":"Dopo aver attivato questa funzione, i sottotitoli bilingui verranno visualizzati automaticamente durante la riproduzione del video. Se non \xE8 abilitato, \xE8 necessario fare clic manualmente sul pulsante di traduzione sulla pagina per visualizzare i sottotitoli. Si prega di notare che, a causa di limitazioni tecniche, alcuni siti web potrebbero richiedere l'aggiornamento della pagina o l'attesa del completamento della traduzione prima di poter visualizzare i sottotitoli bilingui. (Inoltre, \xE8 possibile attivare/disattivare il pannello di traduzione immersiva nell'angolo in alto a destra dopo aver aperto il sito web del video).

Attualmente \xE8 possibile utilizzare i sottotitoli bilingui su questi siti web:","intro.hoverDescription":"La traduzione al passaggio del mouse \xE8 una funzione molto importante nella traduzione immersiva, basta posizionare il mouse sul paragrafo e premere contemporaneamente la scorciatoia impostata per tradurre automaticamente il paragrafo corrente (nota: non \xE8 abilitato di default, si prega di impostarlo qui sotto), questa interazione \xE8 utilizzata per sostituire meglio la traduzione del testo selezionato, inoltre, questa funzione \xE8 ampiamente utilizzata in quelle aree di traduzione che non possono essere riconosciute, puoi utilizzare questa funzione per forzare la traduzione di qualsiasi paragrafo.",geminiWarning:"Attenzione: il servizio gratuito Gemini fornito da Google ha restrizioni severe, potrebbe essere considerato da Google come un tentativo dell'utente di eludere i loro limiti di quota gratuita utilizzando pi\xF9 chiavi. Non \xE8 consigliato usarlo, si consiglia di aspettare che Google apra l'interfaccia a pagamento di Gemini in futuro per usarlo.","floatBall.setting":"Impostazione","floatBall.translateToLanguage":"Fare clic per tradurre in {language}","floatBall.file":"Traduci PDF, EPUB, SRT, ASS, HTML, file TXT",changeToOnlyTempTranslationMode:"Alterna per visualizzare solo le traduzioni",changeToDualTempTranslationMode:"Passare alla traduzione bilingue","transitionMode.dual":"Contrasto bilingue","options.navbar.installApp":"Installa l'app per smartphone","options.navbar.translateFile":"Tradurre il documento","transitionMode.translation":"Solo il testo tradotto.","subtitle.transitionModeDescription":"Imposta i sottotitoli del video per il confronto bilingue o solo modalit\xE0 di traduzione","transitionMode.inherit":"Mantenere coerente con la modalit\xE0 di visualizzazione della traduzione predefinita del sistema","subtitle.transitionMode":"Impostazioni dei sottotitoli video bilingue / solo traduzione",translateFileTooltip:`Traduci PDF, ePub, srt, + {env.imt_sub_trans_field}: \u0905\u0928\u0941\u0935\u093E\u0926`,"subtitle.quickButton.cyan":"\u0928\u0940\u0932\u093E","subtitle.quickButton.green":"\u0939\u0930\u093E","subtitle.quickButton.black":"\u0915\u093E\u0932\u093E","subtitle.quickButton.white":"\u0938\u092B\u0947\u0926","subtitle.quickButton.yellow":"\u092A\u0940\u0932\u093E","subtitle.quickButton.red":"\u0932\u093E\u0932","subtitle.quickButton.setting":"\u0938\u0947\u091F \u0915\u0930\u0947\u0902","subtitle.quickButton.blue":"\u0928\u0940\u0932\u093E","subtitle.quickButton.magenta":"\u0917\u0941\u0932\u093E\u092C\u0940 \u0930\u0902\u0917","subtitle.quickButton.translationPositionBottom":"\u092E\u0942\u0932 \u092A\u093E\u0920 \u0915\u0947 \u0928\u0940\u091A\u0947","translationServices.claude":"\u0915\u094D\u0932\u0949\u0921","subtitle.quickButton.sourceFontSize":"\u092E\u0942\u0932 \u092B\u093C\u0949\u0928\u094D\u091F \u0906\u0915\u093E\u0930","subtitle.quickButton.sourceTextColor":"\u092E\u0942\u0932 \u092B\u093C\u0949\u0928\u094D\u091F \u0915\u093E \u0930\u0902\u0917","subtitle.quickButton.translationPosition":"\u0905\u0928\u0941\u0935\u093E\u0926 \u0938\u094D\u0925\u093F\u0924\u093F","subtitle.quickButton.translationPositionTop":"\u092E\u0942\u0932 \u092A\u093E\u0920 \u0915\u0947 \u090A\u092A\u0930","subtitle.quickButton.backgroundColor":"\u092A\u0943\u0937\u094D\u0920\u092D\u0942\u092E\u093F \u0930\u0902\u0917","subtitle.quickButton.backgroundOpacity":"\u092A\u0943\u0937\u094D\u0920\u092D\u0942\u092E\u093F \u0905\u092A\u093E\u0930\u0926\u0930\u094D\u0936\u093F\u0924\u093E","subtitle.quickButton.translationFontSize":"\u0905\u0928\u0941\u0935\u093E\u0926 \u092B\u093C\u0949\u0928\u094D\u091F \u0915\u093E \u0906\u0915\u093E\u0930","subtitle.quickButton.translationTextColor":"\u0905\u0928\u0941\u0935\u093E\u0926 \u092B\u093C\u0949\u0928\u094D\u091F \u0915\u093E \u0930\u0902\u0917",attachSubtitleTranslating:"{service} \u0915\u093E \u0909\u092A\u092F\u094B\u0917 \u0915\u0930\u0915\u0947 \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930 \u0930\u0939\u093E \u0939\u0948...","error.claude.403":"\u0938\u0947\u0935\u093E \u0924\u0915 \u092A\u0939\u0941\u0902\u091A \u0915\u093E \u0915\u094B\u0908 \u0905\u0927\u093F\u0915\u093E\u0930 \u0928\u0939\u0940\u0902 \u0939\u0948, \u092F\u0939 Claude \u0915\u0940 \u0915\u094D\u0937\u0947\u0924\u094D\u0930\u0940\u092F \u0938\u0940\u092E\u093E\u0913\u0902 \u0938\u0947 \u0938\u0902\u092C\u0902\u0927\u093F\u0924 \u0939\u094B \u0938\u0915\u0924\u093E \u0939\u0948, \u0906\u092A \u0905\u092A\u0928\u093E IP \u092A\u0924\u093E \u092C\u0926\u0932\u0928\u0947 \u0915\u093E \u092A\u094D\u0930\u092F\u093E\u0938 \u0915\u0930 \u0938\u0915\u0924\u0947 \u0939\u0948\u0902, \u092F\u093E \u0905\u0928\u094D\u092F \u0905\u0928\u0941\u0935\u093E\u0926 \u0938\u0947\u0935\u093E\u0913\u0902 \u0915\u093E \u0909\u092A\u092F\u094B\u0917 \u0915\u0930 \u0938\u0915\u0924\u0947 \u0939\u0948\u0902\u0964","browser.brandDescriptionForSafari":"\u3010\u0907\u092E\u0930\u094D\u0938\u093F\u0935 \u0905\u0928\u0941\u0935\u093E\u0926\u3011 \u090F\u0915 \u092E\u0941\u092B\u094D\u0924 (\u092E\u0942\u0932 / \u0905\u0928\u0941\u0935\u093E\u0926) \u0926\u094D\u0935\u093F\u092D\u093E\u0937\u0940 \u0935\u0947\u092C\u092A\u0947\u091C \u0905\u0928\u0941\u0935\u093E\u0926 \u092A\u094D\u0932\u0917\u0907\u0928, \u091C\u094B \u0938\u092E\u092F-\u0938\u092E\u092F \u092A\u0930 PDF \u0905\u0928\u0941\u0935\u093E\u0926 \u0914\u0930 EPUB \u0908-\u092C\u0941\u0915 \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u093E \u0938\u092E\u0930\u094D\u0925\u0928 \u0915\u0930\u0924\u093E \u0939\u0948 \u0914\u0930 \u092E\u0942\u0932 \u0926\u0938\u094D\u0924\u093E\u0935\u0947\u091C\u093C \u0915\u0940 \u0935\u093F\u0928\u094D\u092F\u093E\u0938 \u0915\u094B \u092C\u0928\u093E\u090F \u0930\u0916\u0924\u093E \u0939\u0948, Youtube/Netflix \u0906\u0926\u093F \u0911\u0928\u0932\u093E\u0907\u0928 \u0935\u0940\u0921\u093F\u092F\u094B \u0926\u094D\u0935\u093F\u092D\u093E\u0937\u0940 \u0909\u092A\u0936\u0940\u0930\u094D\u0937\u0915 \u0905\u0928\u0941\u0935\u093E\u0926, Deepl/Google \u0906\u0926\u093F \u092A\u094D\u0930\u092E\u0941\u0916 \u0905\u0928\u0941\u0935\u093E\u0926 \u0938\u0947\u0935\u093E\u0913\u0902 \u0915\u093E \u0938\u092E\u0930\u094D\u0925\u0928 \u0915\u0930\u0924\u093E \u0939\u0948;","browser.PdfProFile":"AI \u0938\u0902\u091A\u093E\u0932\u093F\u0924 PDF Pro \u0905\u0928\u0941\u0935\u093E\u0926","browser.textTranslate":"\u0932\u093F\u0916\u093F\u0924 \u0905\u0928\u0941\u0935\u093E\u0926"};var N4={nologin:"non \xE8 stato effettuato l'accesso",loginForSafari:"Accedi o registrati",login:"Accedi per aprire un'iscrizione",manageAccount:"Conti gestiti",openPremium:"Soci aperti",logout:"interrompere",curentPlan:"Pacchetti attuali",endAt:"scadenza",endAuto:"rinnovo automatico",lineBreakMaxTextCount:"Numero massimo di caratteri consentiti per frase dopo le interruzioni di riga","translate-pdf":"Clicca per tradurre il PDF","noSupportTranslate-pdf":"Script non supportato, utilizzare il plugin","translate-firefox-local-pdf":"Fare clic per andare a Importazione PDF",enableLineBreak:"Abilita l'avanzamento automatico delle righe per i paragrafi lunghi",sponsorLabel:"1$ Sviluppatori sponsorizzati",help:"mano",browserShortcutsNoteForFirefox:"Per modificare le scorciatoie in Firefox, \xE8 necessario aprire la pagina di gestione delle estensioni `about:addons`, quindi fare clic su `Impostazioni` e poi su `Gestione scorciatoie` per impostare le scorciatoie.",browserShortcutsNoteForChrome:"Per modificare le scorciatoie in Chrome, \xE8 necessario aprire la pagina di gestione delle estensioni, impostarle nel pannello `Gestione scorciatoie` (`chrome://extensions/shortcuts`) e fare clic sul pulsante sottostante per passare alla pagina di gestione delle scorciatoie.",browserShortcutsSucks:"Le scorciatoie personalizzate sono formattate come (non viene effettuato il riconoscimento automatico, inserire direttamente)\uFF1A",enableLineBreakDescription:"Quando \xE8 attivata, le interruzioni di riga vengono inserite alla fine di ogni frase nei paragrafi lunghi per facilitarne la lettura.","browser.shortBrandName":"Traduzione in immersione","browser.brandName":"Immersion Translation: traduzione bilingue di pagine web e documenti PDF","browser.brandDescription":"Bilingual web page translation, also supports PDF translation, bilingual Epub eBook translation, free to use.","browser.toggleTranslatePage":"Tradurre la pagina/visualizzare il testo originale","browser.toggleTranslateTheWholePage":"Tradurre tutte le aree della pagina/visualizzare il testo originale","browser.toggleOnlyTransation":"Cambia modalit\xE0 bilingue/solo traduzione","browser.toggleTranslateToThePageEndImmediately":"Traduzione immediata a fondo pagina/visualizzazione del testo originale","browser.toggleTranslateTheMainPage":"Tradurre l'area principale della pagina/visualizzare il testo originale","browser.shareToDraft":"Condividi le pagine bilingue","browser.openOptionsPage":"Aprire la pagina delle impostazioni","browser.toggleTranslationMask":"Mostra/nascondi l'effetto di sfocatura della traslazione","browser.translateLocalPdfFile":"Tradurre i file PDF locali","browser.openEbookViewer":"Leggere gli eBook locali","browser.openEbookBuilder":"Creare eBook EPUB bilingue","browser.translateLocalHtmlFile":"Tradurre file HTML/testo","browser.donateContext":"Scopri i vantaggi della sponsorizzazione","browser.translateLocalSubtitleFile":"Tradurre i file dei sottotitoli locali",confirmResetConfig:"\xC8 sicuro di voler ripristinare le impostazioni?",translationLineBreakSettingTitle:"Impostazione dell'avanzamento riga di traduzione",smartLineBreak:"alimentazione di linea intelligente (calcolo)",alwaysLineBreak:"Sempre avanzamento di riga",isShowContextMenu:"Aggiungere pagine tradotte alle voci di menu del tasto destro del mouse",toggleBeta:"Abilitazione delle funzioni di beta testing",betaDescription:"Attiva funzioni ancora sperimentali e un servizio di traduzione in beta. Unitevi al <1>gruppo Telegram per saperne di pi\xF9.",translationLineBreakSettingDescription:"Le interruzioni di riga sono sempre ordinate per le pagine con meno contenuti. (Usare interruzioni di riga intelligenti nei paragrafi lunghi e ricchi di contenuti (pi\xF9 di{count}caratteri) per risparmiare spazio).",tempTranslateDomainTitle:"Durata dell'attivazione temporanea della traduzione del sito web",tempTranslateDomainDescription:"Quando si traduce manualmente una pagina web, \xE8 possibile attivare temporaneamente la traduzione automatica del sito web e impostare la durata temporanea.",xMinutes:"{count} minuti",disabled:"vietare l'uso di qcs.",changelog:"Registro degli aggiornamenti",toggleTranslatePageWhenThreeFingersOnTheScreen:"Il tocco simultaneo di pi\xF9 dita sullo schermo traduce le pagine web/visualizza il testo originale",toggleTranslationMaskWhenThreeFingersOnTheScreen:"Il tocco con pi\xF9 dita mostra/nasconde l'effetto di sfocatura.",fingerCountToToggleTranslagePageOnlyTranslationWhenTouching:"Pi\xF9 dita che toccano lo schermo contemporaneamente traducono la pagina web (solo traduzione)/visualizzano il testo originale.",addUrlDescription:"Pu\xF2 essere un nome di dominio e supporta anche i caratteri jolly, ad esempio\uFF1A*.google.com, google.com/mail/*, https://www.google.com/*",general:"Impostazioni di base",clickToExpandConfig:"Espandere la configurazione attuale",import:"Importazione da file",export:"Esportazione su file",toggleDebug:"Stampa il log di debug sulla console","fingers.0":"coagulo","fingers.2":"tocco con due dita","fingers.3":"tocco con tre dita","fingers.4":"tocco a quattro dita","fingers.5":"tocco a cinque dita",mouseHoldKey:"+ {key} tradurre/ripristinare il paragrafo",mouseHoldKeyAuto:"Traduzione diretta del paragrafo",mouseHoldKeyOff:"Non fare nulla.",mouseHoldKeyOther:"Collegamenti personalizzati (impostazioni di apertura)",mouseHoldKeyCustomKey:"{key} Traduzione/riduzione del paragrafo",mouseHoverHoldKey:"Passaggio del mouse mentre si premono i tasti di scelta rapida per tradurre i paragrafi","mouse-translate":"passaggio del mouse",document:"(computer) file",resetSuccess:"Reimpostare tutte le impostazioni con successo",resetThisSuccess:"Ripristino riuscito",saved:"Salva il successo",successImportConfig:"Configurazione importata con successo",goAdvancedSettings:"Andare alla pagina Impostazioni avanzate",goAdvancedInterfaceSettings:"Andare alla pagina Impostazioni di personalizzazione avanzate",advanced:"Impostazioni avanzate",advancedDescription:"In genere non \xE8 necessaria alcuna impostazione, basta lasciarla come predefinita. Solo per gli utenti pi\xF9 specializzati sono disponibili impostazioni pi\xF9 personalizzate.",developer:"Impostazioni dello sviluppatore",donateCafe:"prezzi","translate to the bottom of the page":"Si traduce in fondo alla pagina subito dopo l'ingresso nella pagina?",feedback:"Domanda Feedback",toggleTranslatePage:"Tradurre la pagina/visualizzare il testo originale",translateToThePageEndImmediatelyDescription:"Se si attiva, il contenuto viene tradotto immediatamente dall'inizio alla fine della pagina, non appena viene inserito. Se lo si disattiva, il contenuto viene tradotto man mano che si legge. (Non consigliato)","translate all areas of the page":"Se tradurre tutte le aree della pagina",translationAreaDescription:"Attivato, vengono tradotte tutte le aree dell'intera pagina web. Se si disattiva, viene utilizzato il riconoscimento intelligente predefinito e vengono tradotte solo le aree principali. (Non si consiglia di attivarlo)","the number of characters to be translated first":"Tradurre direttamente i primi caratteri della pagina senza attendere lo scorrimento dell'area di visualizzazione","interface language":"linguaggio dell'interfaccia","display both the original text and the translation":"Visualizzazione simultanea di originale e traduzione","keyboard shortcuts":"Scorciatoie da tastiera",modify:"Modifica dei tasti di scelta rapida",reset:"riproposizione",close:"coagulo",homepage:"homepage",more:"di pi\xF9",moreOptions:"Ampliare le opzioni di personalizzazione",translateTheWholePage:"Tradurre tutte le aree della pagina (invece di riconoscere intelligentemente le aree principali)",changeToTranslateTheWholePage:"Passare alla traduzione di tutte le regioni",changeToTranslateTheMainPage:"Passare all'area principale di traduzione",changeToOnlyTranslationMode:"Alterna per visualizzare solo le traduzioni",changeToDualTranslationMode:"Passare alla traduzione bilingue",translateToThePageEndImmediately:"Traduzione immediata a fondo pagina",translateTheMainPage:"Regioni chiave della traduzione intelligente","The local rules are up to date":"Le norme di adattamento locali sono aggiornate.","Successfully synchronized with the latest official rules:":"Sincronizzato con successo con le ultime regole ufficiali di adattamento.","Checking for updates":"Controllo degli aggiornamenti","Rules are being synchronized":"Regole di adattamento sincronizzate",localVersionIsTooOld:"La versione dell'estensione locale \xE8 troppo vecchia; aggiornare l'estensione a {minVersion} o a una versione pi\xF9 recente prima di tentare la sincronizzazione.",badUserscriptBrowser:"Il browser attuale non implementa correttamente l'interfaccia dell'estensione Grease Monkey (ad esempio, per ottenere informazioni sul numero di versione dello script Grease Monkey stesso); si prega di utilizzare altri browser che <1>supportano l'estensione Grease Monkey, come Firefox.",foundNewVersion:"Scoprite la nuova versione",theLocalExtensionIsUpToUpdate:"L'estensione attuale \xE8 aggiornata.",failToSyncRules:"Mancata sincronizzazione delle ultime regole di adattamento",retry:"Fare clic qui per riprovare",failedReason:"Motivi del fallimento",currentRuleVersion:"Versione attuale della regola",calculating:"calcoli",unknownError:"errore sconosciuto",canNotFetchRemoteRule:"Impossibile ottenere le regole remote",enableAlphaSuccess:"Alfa abilitato",disableAlphaSuccess:"La funzione Alpha \xE8 stata disattivata",cacheSize:"Dimensione della cache\uFF1A",cleaning:"in fase di liquidazione",cleanCache:"cancellare la cache",options:"allestimento",about:"rispetto a",service:"servizio di interpretariato",needAction:"(Vai alle impostazioni)",goSettings:"procedere con l'impostazione",needActionForOptions:"(da impostare)",translationEngine:"Opzioni del motore",sourceLanguage:"Lingua originale",target:"lingua di destinazione",popupSourceLanguage:"Lingua originale",popupTarget:"lingua di destinazione",popupService:"servizio di interpretariato",forThisSite:"Sito web attuale",autoEnableSubtitle:"Attiva automaticamente i sottotitoli bilingue",alwaysTranslate:"Tradurre sempre",neverTranslate:"Mai tradurre",alwaysTranslateSomeLanguage:"Tradurre sempre {language}",neverTranslateSomeLanguage:"Mai tradurre {language}",alwaysTranslateSomeSite:"Tradurre sempre {hostname}",neverTranslateSomeSite:"Mai tradurre {hostname}",alwaysTranslateSomeSiteOrWildSite:"Tradurre sempre il sito",alwaysTranslateSomePage:"Tradurre sempre la pagina",add:"aumento",default:"predefinito (impostazione)",forThisLanguage:"Per questa lingua\uFF1A","add url":"Inserire l'URL",edit:"compilatore","translate other languages into specific language":"Tradurre altre lingue nella lingua impostata","select translation service":"Selezionare un servizio di traduzione",language:"multilinguismo","show-original":"Mostra il testo originale",translate:"rendering",Translated:"tradotto",Translating:"in traduzione",Error:"non corretto",allowCacheTranslations:"Abilitare la cache delle traduzioni locali (per ridurre le richieste di traduzione per i passaggi duplicati)","translation display":"Stile di visualizzazione della traduzione","select diplay style":"Distinguere gli stili di traduzione, con specifico riferimento ai seguenti esempi",interface:"Impostazioni dell'interfaccia",import_export:"Importazione/Esportazione",import_export_title:"Configurazione di importazione/esportazione",syncToGoogleDrive:"Sincronizzazione con Google Drive ora",floatBallOptions:"Impostazioni Hoverball","floatBallOptions.enable":"Abilitare l'Hoverball","floatBallOptions.blockUrls":"Disattivare il sito web","floatBallOptions.add":"aumento","floatBallOptions.blockUrlDesc":"Gli Hoverball non vengono visualizzati quando si incontrano i seguenti siti web","floatBallOptions.clickType":"comportamento di clic","floatBallOptions.clickTypeDesc":"Comportamento dell'icona Hoverball quando viene cliccata","floatBallOptions.clickPopup":"Mostra pannello di traduzione","floatBallOptions.clickTranslate":"Traduzione/visualizzazione del testo originale",previewAllThemes:"Anteprima di tutti gli stili","translationTheme.none":"non hanno","translationTheme.grey":"grigio scuro","translationTheme.dashed":"sottolineatura tratteggiata","translationTheme.dotted":"trattino basso tratteggiato","translationTheme.dashedBorder":"bordo tratteggiato","translationTheme.solidBorder":"bordo solido","translationTheme.underline":"Sottolineare le linee rette","translationTheme.mask":"Effetti fuzzy (modalit\xE0 di apprendimento)","translationTheme.opacity":"effetto trasparenza","translationTheme.paper":"Effetto ombra su carta bianca","translationTheme.dividingLine":"linea di demarcazione","translationTheme.highlight":"alta luminosit\xE0","translationTheme.marker":"marcatore (parola d'ordine)","translationTheme.marker2":"Marcatore 2","translationTheme.blockquote":"Stili di riferimento","translationTheme.weakening":"indebolimento","translationTheme.italic":"carattere obliquo","translationTheme.bold":"addensare","translationTheme.thinDashed":"sottile linea tratteggiata di sottolineatura","translationTheme.nativeDashed":"Il sistema \xE8 dotato di una sottolineatura tratteggiata","translationTheme.nativeDotted":"Il sistema viene fornito con una sottolineatura tratteggiata","translationTheme.nativeUnderline":"Il sistema viene fornito con una linea retta di sottolineatura","translationTheme.wavy":"linea ondulata","translationServices.custom":"API personalizzata","translationServices.tencent":"Traduttore Tencent","translationServices.tenAlpha":"Traduttore Tencent (Alpha)","translationServices.google":"Google Translate","translationServices.bai":"Baidu (Alfa)","translationServices.baidu":"Traduzione di Baidu","translationServices.aliyun":"Traduzione di AliCloud","translationServices.volc":"traduzione vulcanica","translationServices.deeplx":"DeepLX (Beta)","translationServices.bing":"Microsoft Translate","translationServices.deepl":"DeepL","translationServices.wechat":"Traduzione di WeChat","translationServices.azure":"Traduzione di Azure","translationServices.ibm":"IBM Watson","translationServices.aws":"Traduzione Amazon","translationServices.mock":"Traduzione simulata","translationServices.mock2":"Traduzione simulata 2","translationServices.caiyun":"illuminato. nuvole colorate e piccole traduzioni","translationServices.cai":"Nuvole colorate (Alpha)","translationServices.volcAlpha":"Vulcano (Alfa)","translationServices.openl":"AprireL","translationServices.youdao":"Traduzione su Youtube","translationServices.you":"Traduttore Youdao (Alpha)","translationServices.transmart":"Traduzione interattiva di Tencent","translationServices.niu":"Traduttore anticonformista","translationServices.papago":"Traduzione di Papago","translationServices.d":"D (Alfa)","translationServices.dpro":"D Pro (Canarino)","translationServices.openai":"OpenAI","translationServices.yandex":"Yandex","translationServices.chatgpt":"ChatGPT Web(3.5 mobile)","translate title":"Tradurre i titoli delle pagine","always languages":"Tradurre sempre la lingua",neverTranslateLanguagesLabel:"La lingua che non sar\xE0 mai tradotta",neverTranslateTheFollowingLanguagesDescription:"Le traduzioni vengono saltate quando un paragrafo della pagina \xE8 in una delle seguenti lingue",enableUserscriptPagePopup:"Mostra l'hoverball nella pagina",enableUserscriptPagePopupDescription:"Dopo aver disattivato l'hoverball, pu\xF2 essere richiamato con la scorciatoia /{touch}. Si consiglia vivamente di inserire tra i preferiti questa pagina di impostazioni per evitare di non riuscire a trovare l'hoverball dopo aver inavvertitamente disattivato questa opzione!","always translate the following languages":"Traduce automaticamente nella lingua di destinazione quando la pagina \xE8 in una delle seguenti lingue","always sites":"Siti web sempre tradotti","always translate the following sites":"I siti web vengono tradotti automaticamente nella lingua di destinazione quando sono i nomi di dominio di","never sites":"Sito web mai tradotto","never translate the following sites":"Le traduzioni non verranno effettuate quando il sito web \xE8 destinato ai seguenti domini","please refer to":"\xC8 necessario compilare la chiave prima di poterla utilizzare.",KeyAndConfigurationTutorial:"Esercitazione sull'applicazione e la configurazione delle chiavi",useAboveStyleForTheseSites:"Usare sempre lo stile di traduzione \u2308{theme}\u230B quando il sito \xE8 destinato ai seguenti domini",currentUrl:"URL corrente",confirm:"salvare (un file, ecc.) (informatica)",cancel:"cancellazioni",delete:"rimozione","languages.auto":"rilevamento automatico",syncToCloud:"Sincronizzazione con Google Drive",syncToCloudDescription:"Caricata nel cloud, la configurazione pu\xF2 essere sincronizzata tra diversi browser/ script di scimmia grassa, a seconda dell'ultima modifica.",syncToAccount:"Sincronizzazione con il Cloud di traduzione immersiva",syncToAccountButton:"Sincronizzazione istantanea con il cloud",syncToAccountDescription:"Sincronizzare automaticamente le configurazioni tra i diversi dispositivi, a seconda dell'ultima modifica.",successSyncConfigInAccount:"Sincronizzazione riuscita con il cloud",successSyncConfigToAccount:"Sincronizzazione riuscita con il cloud",syncConfigNoUpdate:"\xC8 gi\xE0 aggiornato.",authFail:"Mancata autorizzazione",syncTitle:"Gestione manuale del backup",import_hint:"importazione (dati)",upload:"caricare",revokeAuth:"revocare un'autorizzazione",uploadFail:"Caricamento fallito",download:"scaricare",importSuccess:"Importato con successo",importFail:"errore di importazione",deleteFail:"Cancellazione non riuscita",backupToCloud:"Gestione manuale dei file di backup",create_new_backup:"Aggiungere un nuovo nodo di backup",maxBackupFiles:"\xC8 possibile eseguire il backup di un massimo di{count}nodi diversi; eliminare i nodi non necessari.",backupToCloudDescription:"Caricare o ripristinare manualmente i file di backup, consentendo fino a 3 backup diversi.",successSyncConfig:"Sincronizzazione di successo con il cloud",syncFail:"errore di sincronizzazione",updatedAt:"Aggiornato da {date}",lastSyncedAt:"Ultimo controllo: {date}",downloadFail:"Impossibile scaricare",clickToDownload:"Fare clic per scaricare",aboutLabel:"Informazioni - Feedback","browser.openAboutPage":"Informazioni/Risposte",aboutLabelWithoutSponsor:"Informazioni - Feedback",aboutIntro:"Che tutti noi possiamo avere un accesso pi\xF9 facile e piacevole alla grande quantit\xE0 di informazioni in lingua straniera su Internet \u2764\uFE0F Potete scegliere di attivare la vostra <6>iscrizione Pro per utilizzare le traduzioni di DeepL e OpenAI.

Potete seguirci su <3>Twitter, <4>Telegram, Weibo, WeChat o <5>iscrivervi alla nostra mailing list per seguire gli aggiornamenti.
I <7>membri Pro possono contattarci all'indirizzo <8>support@immersivetranslate.com per un rapido servizio clienti.",aboutIntroWithoutSponsor:"Che tutti noi possiamo avere un accesso pi\xF9 facile e piacevole all'enorme quantit\xE0 di informazioni in lingua straniera disponibili su Internet \u2764\uFE0F

Potete seguirci su <3>Twitter, <4>canale Telegram, WeChat, WeChat Exchange, o <5>iscrivervi per seguire gli aggiornamenti via <5>e-mail qui sotto.",projectHomepage:"Progetto Home",joinTelegramGroup:"Unitevi al gruppo di utenti per partecipare alle discussioni sulle funzionalit\xE0",wechatPublicAccount:"WeChat Pubblico",wechatCommunities:"Gruppo di scambio WeChat",qqCommunities:"Canale di comunicazione QQ",joinTelegramChannel:"Seguite il canale Telegram per gli ultimi aggiornamenti",feedbackAndJoin:"Domanda Feedback / Aggiungi gruppo",autoSync:"sincronizzazione automatica dell'ora",loadingThemeTitle:"Stile di caricamento",loadingThemeDescription:"Impostazione dello stile in attesa del caricamento della traduzione","loadingTheme.spinner":"Animazione di rotazione","loadingTheme.text":"testo statico qcs. ","loadingTheme.none":"non mostrato",developerDescription:"La documentazione sulla personalizzazione avanzata \xE8 disponibile <1>qui","edit border color":"Modificare il colore del bordo",successSyncButNoChange:"La configurazione attuale \xE8 coerente con il cloud",customTheme:"Colori e dimensioni personalizzate","customThemeLabel.borderColor":"Colore del bordo","customThemeLabel.borderRadius":"Bordi arrotondati","customThemeLabel.textColor":"colore del testo","customThemeLabel.backgroundColor":"colore di sfondo","customThemeLabel.zoom":"Scalatura dei caratteri (%)","customThemeLabel.opacity":"Opacit\xE0 del testo (%)",resetToDefaultColor:"Ripristino dei colori predefiniti",resetToDefaultSettings:"Ripristino delle impostazioni predefinite",isTranslateTitle:"Abilita la traduzione dei titoli delle pagine",isTranslateTitleDescription:"All'apertura, il titolo della pagina viene tradotto",enableSearchEnhancement:"Abilitazione del miglioramento dei messaggi bilingue",enableSearchEnhancementDescription:'Una volta abilitato, i risultati della ricerca di "Google News" verranno automaticamente visualizzati nella colonna destra dei siti web supportati (Google News, Google Search (alcune parole chiave), Snowball, Oriental Fortune, Futura, Tiger Community) per le parole chiave inglesi corrispondenti.',verifyService:"Clicca qui per testare il servizio",verified:"Verifica del successo","field.langs":"Codici lingua supportati","field.model":"modellazione","field.translationEngine":"motore di traduzione","field.limitPerMinute":"Richieste massime al minuto","field.limitPerSecond":"Numero massimo di richieste al secondo","field.maxTextLengthPerRequest":"Lunghezza massima del testo per richiesta","field.maxTextGroupLengthPerRequest":"Numero massimo di paragrafi per richiesta","field.apiUrl":"Indirizzo dell'interfaccia API personalizzata","field.placeholderDelimiters":"segnaposto riservato","description.custom":"Interfaccia personalizzata Accesso Documentazione necessaria","description.limitPerMinute":"Le richieste che superano questo limite vengono messe in coda fino all'inizio del minuto successivo. A causa delle varie limitazioni dell'attuale servizio di OpenAI, fare clic <1>qui per gli ultimi valori suggeriti.","description.limitPerSecond":"Le richieste che superano questo limite vengono messe in coda fino all'inizio del secondo successivo. A causa delle varie limitazioni dell'attuale servizio di OpenAI, fare clic <1>qui per gli ultimi valori suggeriti.","description.generalLimitPerSecond":"Le richieste che superano questo limite vengono messe in coda fino all'inizio del secondo successivo.","description.prompt":"Invia una conversazione a {service} come utente, dove {{text}} rappresenta il contenuto del testo del paragrafo, {{from}} rappresenta la lingua del paragrafo, {{to}} rappresenta la lingua di destinazione.","description.maxTextLengthPerRequest":"Il numero massimo di caratteri per richiesta \xE8 troppo elevato e causa una risposta lenta dell'interfaccia; provare a regolare questa opzione per ottimizzare la velocit\xE0.","description.systemPrompt":"Invia una conversazione a {service} come sistema, dove {{text}} rappresenta il contenuto del testo del paragrafo, {{from}} rappresenta la lingua del paragrafo, {{to}} rappresenta la lingua di destinazione.","field.domain":"regno","description.domain":"L'impostazione predefinita \xE8\uFF1Ageneral. Pu\xF2 essere impostata solo se la traduzione con dominio \xE8 abilitata nella console Arima API, vedere <1>qui per i domini supportati.","field.scene":"prendere","description.scene":"Valore predefinito:\uFF1Ageneral. Pu\xF2 essere impostato solo se la console API di AliCloud apre Machine Translation Pro, vedere <1>qui per gli scenari supportati.","field.vocabId":"ID del dizionario utente","description.vocabId":"Il dizionario out_id specificato, attualmente supporta la traduzione dall'inglese al cinese.","description.model":"Modelli OpenAI, possono essere gpt-3.5-turbo, gpt-4, ecc.","description.maxTextGroupLengthPerRequest":"Il numero di paragrafi inviati al servizio di traduzione alla volta; se ci sono troppi paragrafi, l'interfaccia potrebbe rispondere pi\xF9 lentamente.","description.apiUrl":"Si prega di aggiungere URL specifici con percorsi, <1>ulteriori descrizioni",enabledExtension:"Abilitazione delle estensioni",clickToDisableExtension:"Fare clic per disattivare le estensioni",clickToEnableExtension:"Fare clic per abilitare le estensioni",hasBeenDisabled:"disabilitato","show password":"Mostra password",customContent:"Inserire un nome di modello personalizzato",inputOptions:"Miglioramento della casella di input",mouseHoverOptions:"passaggio del mouse",modifyMouseHoverKey:"Modifica della scorciatoia per il passaggio del mouse",enableInputTranslation:"Abilitare o meno il miglioramento della casella di input",enableInputTranslationDescription:"Una volta abilitato, digitare {startingKey}{startingKey} hello direttamente nella casella di input, poi premere rapidamente{inputTrailingTriggerKeyRepeatTimes}volte{trailingKey}per tradurre in {inputTargetLanguage}.",enableInputTranslationDescriptionForNoneKey:"Una volta abilitato, digitate\uFF1AHello World direttamente nella casella di input, quindi premete rapidamente{inputTrailingTriggerKeyRepeatTimes}{trailingKey}volte per tradurre nella lingua di destinazione predefinita.",inputTargetLanguage:"Impostazione della lingua di destinazione predefinita per le caselle di input",inputTargetLanguageDescription:"Lingua di destinazione predefinita per la traduzione della casella di input, ovvero {startingKey}{startingKey} come lingua predefinita per le parole di attivazione.",inputTargetLanguageDescriptionForNoneKey:"Lingua di destinazione predefinita per la traduzione della casella di input",inputStartingTriggerKeyTitle:"Impostazione del carattere di divisione per la traduzione parziale della casella di input",inputStartingTriggerKeyDescription:"Quando non \xE8 necessario tradurre l'intera casella di input, lo splitter consente di tradurre solo la parte da {startingKey}{startingKey} alla fine della casella di input, oppure \xE8 possibile specificare il codice della lingua, ad esempio\uFF1A{startingKey}ja significa tradurre solo la parte da {startingKey}ja alla fine della casella di input.",inputStartingTriggerKeyDescriptionForNoneKey:"L'impostazione attuale di nessun prefisso non \xE8 necessaria e la funzione di traduzione di alcuni testi nella casella di immissione non \xE8 al momento disponibile.",inputTrailingTriggerKeyTitle:"Selezionare un carattere di attivazione di fine inserimento",inputTrailingTriggerKeyDescription:"3 colpi veloci{trailingKey} inizier\xE0 a tradurre!",inputTrailingTriggerKeyTimeout:"Immettere l'intervallo di tempo tra gli inneschi di fine combattimento",inputTrailingTriggerKeyTimeoutDescription:"Imposta l'intervallo di tempo (in millisecondi) tra le attivazioni della combo di fine input",spaceKey:"<\u7A7A\u683C\u952E>",noneKey:"Traduzione diretta dell'intera casella di testo senza prefissi",inputTranslationBlockUrlsTitle:"Non abilitare il miglioramento della casella di input nei seguenti URL",inputTranslationBlockUrlsDescription:"I miglioramenti della casella di input non funzionano con i seguenti URL",clickToSeeQuickDemo:"Fare clic per espandere il video di esercitazione rapida di 30 secondi",inputHelperInfo:"Descrizione\uFF1AAbbiamo ottimizzato il fatto che alcuni caratteri di attivazione si trasformano in segni di punteggiatura cinesi con i metodi di input cinesi, ad esempio, / si trasforma in un segno di dun, con il metodo di input Sogou, e Immersive Translator supporta tutti i simboli cinesi corrispondenti ai caratteri di attivazione, ad esempio //,,, saranno riconosciuti come caratteri di attivazione.

Supportiamo anche gli alias cinesi per i codici di lingua come comandi, ad esempio /Japanese Hello World verr\xE0 tradotto in giapponese; <1>fare clic qui per vedere tutti i codici di lingua supportati.",reloadCurrentPage:"Aggiornare la pagina corrente prima di iniziare la traduzione.",noLocalFilePermissionForPDF:"Non si ha l'autorizzazione a leggere i file locali, fare clic sul pulsante sopra e importare i file locali.",noPermissionForThisPage:"\u26A0\uFE0F Nessun permesso per tradurre la pagina corrente",retryAllParagraphs:"Riprova tutti i passaggi di errore",retryAllButton:"Riprova tutti i passaggi di errore",errorTooltipTitle:"Fare clic per visualizzare la causa dell'errore",errorModalTitle:"Sembra che ci sia qualcosa che non va nel servizio di traduzione o nella rete...",disableConfirm:"Impostazione bilingue per il miglioramento delle informazioni",disableOnce:"Questa disabilitazione",disableGlobal:"disabilitare in modo permanente",disableTint:"* \xC8 possibile riabilitarlo all'indirizzo {option} .",searchEnhancementNotes:"Dopo aver attivato la funzione Immersive Translation Bilingual Information Enhancement, cercheremo automaticamente le stesse parole chiave in inglese sui siti web supportati (Google News, Google Search (alcune parole chiave), Snowball, Oriental Wealth, Futura, Tiger) e le visualizzeremo sul lato destro. Potete scegliere di disabilitare questa funzione se non ne avete bisogno.",option:"allestimento",saveSettings:"Salva le impostazioni",closeModal:"Chiudere la finestra",enableInputTranslationWithoutTriggerKeyTitle:"Abilitare 3 colpi rapidi su{trailingKey}per tradurre direttamente l'intera casella di input in{inputTargetLanguage}",enableInputTranslationWithoutTriggerKeyDescription:"Per specificare la lingua di destinazione, usare il prefisso della lingua, per esempio\uFF1Aja Hello World",mouseHoverShortcutPlaceholder:"Ad esempio,\uFF1AShift",deepLProName:"Immersive Translation Pro Membro (consigliato)",deepLProDescription:"Il pacchetto corrente pu\xF2 essere utilizzato direttamente",deeplProDescriptionForNormal:"Non \xE8 richiesta alcuna configurazione, i membri possono utilizzarlo dopo il login, <1>clicca qui per passare a membro",deepLCustomDescription:"\xC8 richiesta una carta di credito estera, aperta ufficialmente su <1>DeepL, clicca per la <2>documentazione",deepLCustomName:"Chiave di autorizzazione personalizzata",chooseProviderLabel:"Selezionare un fornitore di servizi",openaiProName:"Immersive Translation Pro Membro (consigliato)",openaiProDescription:"Il pacchetto corrente pu\xF2 essere utilizzato direttamente",openaiProDescriptionForNormal:"Non \xE8 richiesta alcuna configurazione, i membri possono utilizzarlo dopo il login, <1>clicca qui per passare a membro",openaiCustomDescription:"Disponibile su OpenAI, Azure OpenAI o altri servizi di terze parti, <1>fare clic qui per la documentazione.",openaiCustomName:"Chiave API personalizzata",needLoginAction:"(Iscrizione aperta o personalizzazione)",goLoginOrAction:"(Aprire un'iscrizione o andare alle impostazioni)",yearly:"effettuare un pagamento annuale consecutivo",quarterly:"avvolgimento sequenziale",monthly:"abbonamento mensile",yearlyForOnce:"Pacchetto annuale una tantum",monthlyForOnce:"Pacchetto mensile una tantum",daily:"giorni consecutivi di pacchetti",year:"effettuare un pagamento annuale consecutivo",quarter:"avvolgimento sequenziale",month:"abbonamento mensile",day:"giorni consecutivi di pacchetti",onetime_7day:"Pacchetto esperienza di 7 giorni",currentPlanDescriptionForFree:"Pacchetti attuali\uFF1AGratis",currentPlanDescriptionForContinuous:"L'attuale pacchetto\uFF1A{plan}sar\xE0 rinnovato automaticamente su {endAt} .",currentPlanDescriptionForAutoRenewCaceling:"L'attuale pacchetto\uFF1A{plan}scadr\xE0 il giorno {endAt} e non sar\xE0 rinnovato automaticamente alla scadenza.",currentYearlyPlanDescriptionForAutoRenewCacelingWithRealPaiedUser:"Il pacchetto attuale,\uFF1A{plan}, scadr\xE0 il {endAt} e non sar\xE0 rinnovato automaticamente alla scadenza.
<1>Clicca qui per gestire il tuo piano di rinnovo",currentYearlyPlanDescriptionForAutoRenewCacelingWithAdmin:"Il pacchetto attuale,\uFF1A{plan}, scadr\xE0 il {endAt} e non sar\xE0 rinnovato automaticamente alla scadenza.
<1>Fare clic qui per attivare l'abbonamento annuale continuo",currentPlanDescriptionForOneTime:"L'attuale abbonamento\uFF1A{plan}scadr\xE0 il {endAt} , <1>clicca qui per passare all' abbonamento <1>annuale o <2>mensile.",upgradePlan:"Clicca qui per passare all'iscrizione Pro",upgradeToPro:"Aggiornamento all'iscrizione Pro","popup.openPro":"Passa all'iscrizione Pro per usufruire di DeepL e della traduzione OpenAI, clicca qui per effettuare l'aggiornamento!","popup.openProForPro":"Sei un membro Pro con accesso diretto alle traduzioni di DeepL e OpenAI!",currentAccount:"conto corrente",enableAutoSyncUserSettings:"Abilita la sincronizzazione automatica con il cloud su pi\xF9 dispositivi",modalEnableInputTranslationTitle:"Casella di input per la traduzione immersiva Avvisi di traduzione",modalEnableInputTranslationDesc:"\xC8 stata appena attivata la traduzione della casella di input di Immersive Translation premendo la barra spaziatrice 3 volte in rapida successione e il contenuto della casella di input verr\xE0 tradotto nella lingua di destinazione predefinita. La traduzione pu\xF2 essere annullata con Ctrl+Z.

Se si tratta di un errore, non preoccupatevi: potete scegliere di disattivarla questa volta o di disabilitare definitivamente la traduzione delle caselle di input.",saveAndNotShowAgain:"Salvare e interrompere la richiesta",disableInputTranslationTips:"* \xC8 inoltre possibile impostare altre scorciatoie da attivare in {option} ,{learnMore}.",learnMore:"Clicca qui per saperne di pi\xF9",continueEnalbeInputTranslation:"Continuare ad abilitare la traduzione della casella di input",autoRenewTrialSuffix:`(In prova,\xE8 passato immediatamente all'iscrizione completa)`,upgradeFromTrialTitle:"Aggiornamento a Socio Effettivo",subtitle:"sottotitoli video",youtubeService:"Traduzione in immersione Servizi di traduzione con sottotitoli video","subtitle.disabledSubtitle":"Disattivare in modo permanente la funzione dei sottotitoli video","subtitle.disabledSubtitleDescription":"Se Immersive Translator's Video Subtitles entra in conflitto con altre estensioni, \xE8 possibile scegliere di disabilitare definitivamente la funzionalit\xE0 di Immersive Translator's Video Subtitles o disinstallare le altre estensioni in conflitto.","subtitle.autoEnableSubtitle":"Uso automatico dei sottotitoli bilingue","subtitle.autoEnableSubtitleDescription":"Una volta attivato, i sottotitoli bilingue verranno visualizzati automaticamente durante la riproduzione del video, altrimenti sar\xE0 necessario fare clic sul pulsante di traduzione per visualizzarli.","subtitle.preTranslation":"Tradurre i sottotitoli con la traduzione immersiva","subtitle.preTranslationDescription":"Quando \xE8 abilitato, l'intero sottotitolo sar\xE0 pre-tradotto utilizzando il servizio di traduzione specificato di seguito; un video di un'ora consumer\xE0 circa 50.000 gettoni o caratteri, quindi si prega di utilizzarlo a propria discrezione; quando \xE8 disabilitato, i sottotitoli originali saranno utilizzati per primi.","subtitle.humanSubtitlesPreferred":"Uso prioritario del sottotitolaggio umano","subtitle.humanSubtitlesPreferredDescription":"Privilegiare l'uso di sottotitoli umani quando il video ha sottotitoli umani nella lingua di destinazione (consigliato)",videoSubtitleTranslationDescription:"Assegnare un servizio di traduzione separato per i sottotitoli video",subtitleTranslating:"Attendere mentre i sottotitoli vengono tradotti con il servizio {service} ... (traduzione ad immersione)",subtitleLoading:"Caricamento dei sottotitoli...",bilingual:"bilinguismo","field.action":"Se abilitare la terminologia Baidu","description.action":"Quando \xE8 abilitato, un parametro action=1 sar\xE0 aggiunto alla richiesta per informare Baidu del termine abilitato; <1>per ulteriori informazioni, consultare la documentazione ufficiale.",closeQuickTranslation:"Chiudere Hoverball","closeQuickTranslation.untilNext":"Questa volta chiuso fino alla prossima visita","closeQuickTranslation.currentWebsite":"Sito attuale disabilitato","closeQuickTranslation.alwaysClose":"disabilitare in modo permanente","closeQuickTranslation.settingOpen":"(pu\xF2 essere attivata nella <1>pagina delle impostazioni )","closeQuickTranslation.cancel":"cancellazioni","closeQuickTranslation.confirm":"definire","floatBall.popup":"Aprire il pannello Impostazioni rapide","floatBall.translate":"Fare clic per tradurre la pagina","floatBall.showOriginal":"Fare clic per tornare all'articolo originale","floatBall.close":"Chiudere Hoverball","floatBallOptions.enableDescPc":"Dopo aver abilitato l'hoverball della pagina, verr\xE0 visualizzato un pulsante di traduzione rapida sul lato destro della pagina: cliccatelo per tradurre!","floatBallOptions.enableDesc":"Dopo aver disattivato l'hoverball, \xE8 possibile richiamarlo con{touch}. Si consiglia vivamente di inserire tra i preferiti questa pagina di impostazioni nel caso in cui non si riesca a trovare l'hoverball dopo aver inavvertitamente disattivato questa opzione!","description.azureApiUrl":"Inserire l'indirizzo dell'interfaccia API personalizzata",confirmSupportMouse:"Forzare l'abilitazione del supporto del mouse",confirmSupportMouseDescription:"Rilevato che il browser corrente non supporta la funzione del mouse, \xE8 necessario abilitare il supporto del mouse?",sampleTargetText:"Verr\xE0 la lunga notte e io veglier\xF2 da oggi fino alla morte. Non prender\xF2 moglie, non far\xF2 feudi, non avr\xF2 figli. Non porter\xF2 una corona, non lotter\xF2 per l'onore. Far\xF2 il mio dovere, vivr\xF2 e morir\xF2.",sampleSourceText:"Night gathers, and now my watch begins. It shall not end until my death. I shall take no wife, hold no lands, father no children. I shall wear no crowns and win no glory. I shall live and die at my post.","desc.touchShortcutsToggleTranslatePageOnlyTranslation":"Solo traduzione significa che verr\xE0 visualizzata solo la traduzione, se la pagina web non \xE8 ancora stata tradotta, passer\xE0 alla modalit\xE0 e tradurr\xE0.","desc.toggleOnlyTransation":"La modalit\xE0 solo traduzione significa che verr\xE0 visualizzato solo il testo tradotto, se la pagina web non \xE8 ancora stata tradotta, cambier\xE0 modalit\xE0 e tradurr\xE0.",touchShortcutsToggleTranslatePageOnlyTranslation:"Imposta il gesto del touchscreen per passare alla modalit\xE0 bilingue/solo testo tradotto",download_started:"Il download \xE8 gi\xE0 iniziato, se non si avvia automaticamente, fai clic manualmente.",here:"Qui","translationFont.customPlaceholder":"carattere","error.goReset":"Vai a resettare","translationFont.custom":"Inserisci il carattere personalizzato",batchEdit:"Operazione in blocco","translationModeUrl.translation.title":"Solo modalit\xE0 di traduzione del sito web","error.configError":"Anomalia dei dati di configurazione","error.serveConfigError":"Errore nella configurazione del servizio","touch.mouse-translate":"Tradurre il paragrafo specificato","error.proTokenInvalid":"Se sei un utente Pro, per favore accedi prima di utilizzare il servizio di traduzione Pro.","translationModeLang.translation.title":"Solo modalit\xE0 di traduzione della lingua","translationServices.inherit":"Segui il servizio di traduzione principale",enableSentryReport:"Quando si verifica un errore di estensione, invia un feedback utilizzando Sentry",videoSubtitlePreTranslationOn:"I sottotitoli video utilizzeranno la traduzione immersiva come priorit\xE0.",translationFont:"Imposta il carattere","error.reloadPageOfSetting":"Dopo la configurazione, si prega di aggiornare la pagina e tradurre di nuovo.",detectServiceLoading:"Sto controllando i servizi di traduzione disponibili...",toggleToService:"Passa a {service} e riprova","translationModeLang.translation.description":"Quando la lingua della pagina \xE8 una delle seguenti, verr\xE0 utilizzata automaticamente solo la modalit\xE0 di traduzione.","translationModeUrl.translation.description":"Quando il sito web ha i seguenti nomi di dominio, verr\xE0 utilizzata automaticamente solo la modalit\xE0 di traduzione.","error.403":"Il servizio restituisce un errore, non si ha temporaneamente l'autorizzazione per accedere a questo servizio.","error.400":"Il servizio restituisce un errore, errore nei parametri della richiesta, si prega di controllare la configurazione corrispondente.",videoSubtitlePreTranslationOff:"I sottotitoli del video daranno la priorit\xE0 ai sottotitoli automatici inclusi nel video originale.","error.proUpgrade":"Dopo l'aggiornamento, si prega di aggiornare la pagina e tradurre di nuovo.","translationFont.notSupportErrorMessage":"Si prega di controllare se il nome del carattere inserito \xE8 corretto, o confermare che il carattere \xE8 gi\xE0 installato sul tuo dispositivo.","error.429":"Il servizio restituisce un errore, indicando che la richiesta \xE8 troppo frequente o supera il limite di quota, si prega di riprovare pi\xF9 tardi.","error.502":"Il servizio ha restituito un errore, il servizio \xE8 in timeout, si prega di riprovare pi\xF9 tardi.","error.googleLimitIp":"Il servizio restituisce un errore, il servizio Google ha limitato questo indirizzo IP, si consiglia di cambiare il nodo di rete.","error.openAIExceededQuota":"Il servizio restituisce un errore: il saldo del tuo account OpenAI non \xE8 sufficiente, si prega di ricaricare o collegare una carta di credito nel pannello di controllo ufficiale di OpenAI.","error.gemini.429":"Il servizio Gemini attuale ha raggiunto la sua capacit\xE0 massima, si prega di riprovare pi\xF9 tardi o passare ad un altro servizio di traduzione.","desc.toggleVideoSubtitlePreTranslation":"Dopo aver premuto, i sottotitoli bilingui del video utilizzeranno in primo luogo le impostazioni di traduzione immersive, premendo di nuovo avranno la priorit\xE0 i sottotitoli automatici inclusi nel video originale. Nota: questa scorciatoia modifica le impostazioni globali.","error.serveUnavailable":"Il servizio [{serverName}] che stai utilizzando attualmente non \xE8 accessibile a causa di problemi di connessione o del fornitore di servizi. Ti consigliamo di provare a ricaricare la pagina o di cambiare il servizio di traduzione attraverso le <1>impostazioni. Se sei un membro <2>Pro, puoi scegliere di utilizzare i servizi di traduzione pi\xF9 stabili di DeepL o OpenAI (<3>clicca qui per una prova gratuita). Inoltre, potrebbe essere necessario controllare la tua rete o le impostazioni del proxy.","error.openAIFreeLimit":"Il servizio restituisce un errore, la frequenza attuale delle richieste di traduzione ha raggiunto il limite massimo di 3 volte al minuto, si prega di riprovare pi\xF9 tardi. (Questo \xE8 il limite ufficiale di OpenAI per l'API Key gratuita, per rimuovere questo limite, si prega di collegare una carta di credito nel backend di OpenAI.)","floatBall.iKnow":"Lo so.","floatBallOptions.fixedPosition":"Posizione fissa",notLogin:"Non connesso","translationServices.gemini":"Gemelli","error.retry":"Riprova",pickAll:"Seleziona tutto","slide.right":"Scorri a sinistra","multipleClick.2":"Doppio clic",loggedIn:"Accesso effettuato","error.reason":"Motivo dell'errore","multipleClick.4":"Quadruplo colpo","multipleClick.3":"Triplo colpo","widget.translateFile":"PDF/ePub",shortcutSettings:"Scorciatoia","tagsInput.add":"+ Aggiungi","shortcutGroup.others":"Pi\xF9 scorciatoie personalizzate","slide.left":"Scorri a destra","subtitle.hideQuickButton":"Non mostrare pi\xF9 questa scorciatoia","widget.videoSubtitle":"sottotitoli video","error.subscriptionExpiredTitle":"La membership \xE8 scaduta",alwaysTranslateThisSite:"Sempre tradurre questo sito","floatBallOptions.fixedPositionLeft":"Sinistra",touchShortcutsOff:"Chiudi",neverTranslateThisSite:"Non tradurre mai questo sito web",translationOnlyMode:"Solo modalit\xE0 di traduzione",viewWithImmersiveTranslate:"Versione bilingue (traduzione immersiva)",contact:"Contattaci","browser.translateWithBing":"Utilizzo temporaneo di Microsoft per tradurre la pagina corrente",buildSnapshots:"Genera un'istantanea della pagina web","intro.floatBallTitle":"Traduzione rapida della sfera galleggiante","browser.translateWithOpenAI":"Utilizzo temporaneo di OpenAI per tradurre la pagina corrente","widget.videoSubtitleTooltip":"Supporta Youtube e altri {count}+ siti di video","browser.translateWithDeepL":"Utilizzo temporaneamente DeepL per tradurre la pagina corrente",errorReason:"Motivo dell'errore: {message}","browser.translateWithTransmart":"Utilizzo temporaneo di Tencent per tradurre la pagina corrente","shortcutGroup.shortcutsForTranslationServices":"Scorciatoie relative ai servizi di traduzione","browser.translateWithGoogle":"Utilizzo temporaneo di Google per tradurre la pagina corrente",temprarilyChangeTranslationTo_gemini:"Sto utilizzando Gemini per tradurre la pagina corrente.","browser.translateWithGemini":"Utilizza temporaneamente Gemini per tradurre la pagina corrente","widget.instructionTooltip":"Visualizza le istruzioni per l'uso",goLogin:"Vai a fare il login",temprarilyChangeTranslationTo_openai:"Sto utilizzando OpenAI per tradurre la pagina corrente.",temprarilyChangeTranslationTo_transmart:"Sto utilizzando Tencent per tradurre la pagina corrente.","floatBallOptions.fixedPositionRight":"lato destro",paragraphMinTextCountField:"Il numero minimo di caratteri necessari per tradurre un paragrafo",mouseHoverCustomKeyTitle:"Personalizza la scorciatoia del mouse al passaggio del mouse",temprarilyChangeTranslationTo_deepl:"Sto utilizzando DeepL per tradurre la pagina corrente.","subtitle.bilingual":"Sottotitoli bilingui",temprarilyChangeTranslationTo_bing:"Sto utilizzando Microsoft Translate per tradurre la pagina corrente.","intro.hoverTitle":"Posiziona il mouse per tradurre il paragrafo corrente","shortcutGroup.main":"Scorciatoie da tastiera di funzioni comuni",temprarilyChangeTranslationTo_google:"Sto utilizzando Google Traduttore per tradurre la pagina corrente.","subtitle.autoDisableSubtitle":"Non attivare automaticamente i sottotitoli bilingue",upgradeToProErrorTitle:"Si prega di aggiornare a membro Pro prima di utilizzare questo servizio di traduzione",touchShortcutsToggleTranslatePage:"Imposta gesti touch per tradurre pagine web / visualizzare il testo originale","widget.translateFileTooltip":"Traduci documenti PDF, EPUB, SRT, ASS, HTML e TXT","widget.instruction":"Istruzioni per l'uso","proQuotaExceededError.resetTime":"3. Tempo di reimpostazione del limite: {resetTime}","shortcutGroup.touch":"Gesti specifici per touch screen","floatBall.guideClickToTranslate":"Clicca sulla sfera galleggiante di traduzione immersiva per tradurre rapidamente","subtitle.showQuickButton":"Nel lettore visualizza la scorciatoia per i sottotitoli bilingue","floatBall.longPress":"Tenendo premuto a lungo \xE8 possibile aprire rapidamente il pannello delle impostazioni.","neverTranslateText.title":"Le parole seguenti rimangono in lingua originale, non tradurre.","browser.translateInputBox":"Traduci il contenuto attuale del campo di input.","browser.toggleVideoSubtitlePreTranslation":"Passa ai sottotitoli bilingui utilizzando preferibilmente le impostazioni di traduzione immersive.","error.subscriptionExpired":"La tua iscrizione potrebbe essere scaduta, controlla lo stato della tua iscrizione.","shortcutGroup.mouse":"Configurazione scorciatoia per il passaggio del mouse","browser.toggleMouseHoverTranslateDirectly":"Abilita o disabilita temporaneamente la traduzione diretta al passaggio del mouse sulla pagina","intro.subtitleTitle":"Visualizzazione dei sottotitoli bilingui nei video online",networkError:"Il servizio di traduzione o la rete ha problemi",notLoginPro:"Non hai ancora effettuato l'accesso al tuo account membro.",touchShortcutsToggleTranslationMask:"Imposta il gesto del touchscreen per mostrare la traduzione della maschera / mostrare il testo originale","floatBallOptions.fixedPositionDesc":"La palla galleggiante \xE8 a sinistra o a destra della finestra?","desc.touchShortcutsToggleTranslateTouchElement":"Personalizza un gesto e puoi tradurre qualsiasi paragrafo in cui ti trovi.",confirmResetToDefaultSettings:"Confermi di voler ripristinare questo servizio di traduzione alle impostazioni predefinite? (Ripristina solo le impostazioni di questo servizio di traduzione)","description.baiduField":"I campi supportati sono visti <1>qui, se vuoto significa che non \xE8 specificato alcun campo.",touchShortcutsToggleTranslateTouchElement:"Imposta il gesto del touchscreen per tradurre il paragrafo specificato","desc.toggleTranslateTheWholePage":"Traduci l'intera area della pagina, di default, tradurremo l'area principale della pagina, puoi utilizzare questa scorciatoia per tradurre specificamente l'intera area della pagina.",mouseHoverCustomKeyDescription:"Puoi personalizzare una combinazione di tasti di scelta rapida per il passaggio del mouse, ad esempio: Alt+Z, Ctrl+E, Cmd+Alt+E o direttamente Cmd, si prega di inserire manualmente.",paragraphMinTextCountDesc:"Attenzione, qui si intende la lunghezza del carattere, ad esempio: ciao \xE8 composto da 5 caratteri, impostare un valore maggiore pu\xF2 ridurre la traduzione di paragrafi non necessari.","desc.toggleTranslateTheMainPage":"Traduci solo l'area principale della pagina, quando hai abilitato la traduzione di tutta l'area della pagina nelle impostazioni avanzate, puoi utilizzare questa scorciatoia per tradurre specificamente l'area principale della pagina.","subtitle.showQuickButtonDescription":"Nell'angolo in basso a destra del lettore video \xE8 disponibile una scorciatoia per attivare i sottotitoli bilingue.","desc.mouseHoverHoldKey":"Quando il mouse \xE8 in hover su un paragrafo, premendo contemporaneamente il tasto di scelta rapida a destra, \xE8 possibile tradurre direttamente quel paragrafo.","desc.interfaceLanguage":"Le impostazioni della lingua dell'interfaccia influenzano la lingua di visualizzazione del pannello di controllo e non hanno nulla a che fare con la lingua target della traduzione.",translationOnlyModeDescription:"La modalit\xE0 solo traduzione si riferisce alla visualizzazione solo del testo tradotto, non della modalit\xE0 bilingue predefinita. Nota: a causa di limitazioni tecniche, i collegamenti ipertestuali del testo originale non funzioneranno in modalit\xE0 solo traduzione.","desc.touchShortcutsToggleTranslatePage":"Dopo aver impostato, quando si utilizza un dispositivo mobile, \xE8 possibile toccare lo schermo con X dita contemporaneamente, scorrere a sinistra e a destra o fare clic continuamente per attivare la traduzione della pagina web / visualizzare il testo originale.","desc.touchShortcutsToggleTranslationMask":"La maschera di traduzione si riferisce all'effetto sfocato nello stile del testo tradotto (modalit\xE0 di apprendimento), che, una volta attivato, applica temporaneamente un effetto sfocato al testo tradotto, facilitando l'apprendimento.",shortcutSettingsTitle:"Impostazioni scorciatoie","proQuotaExceededError.onetime7day":'\uFF0Cpuoi scegliere uno dei seguenti metodi per risolvere:

1. Passa a {anotherService} o ad altri servizi di traduzione
2. Aggiorna a un membro mensile/annuale ',"contact.description":"Se avete domande o suggerimenti, siete invitati a compilare il modulo sottostante per contattarci, o inviare una mail a {email}, vi risponderemo il pi\xF9 presto possibile.","proQuotaExceededError.nonTrial":'\uFF0Cpuoi scegliere uno dei seguenti metodi per risolvere:

1. Passa a {anotherService} o ad altri servizi di traduzione
2. Acquista un pacchetto di traffico extra {translationService}',"proQuotaExceededError.trial":'\uFF0Cpuoi scegliere uno dei seguenti metodi per risolvere:

1. Passa a {anotherService} o ad altri servizi di traduzione
2. Aggiorna subito a membro ufficiale',"intro.floatBallDescription":"Una volta attivato, verr\xE0 visualizzato un pulsante di traduzione rapida sul lato destro della pagina, cliccandolo si pu\xF2 tradurre, cliccandolo di nuovo si pu\xF2 tornare al testo originale. Su dispositivi mobili, tenendo premuto il pallone galleggiante, \xE8 possibile aprire il pannello delle impostazioni rapide.","desc.toggleMouseHoverTranslateDirectly":"Dopo aver premuto questo tasto di scelta rapida, sulla pagina, basta che il mouse punti a qualsiasi testo per tradurlo automaticamente. Premendo di nuovo il tasto di scelta rapida, \xE8 possibile disattivare questa funzione di traduzione automatica.",shortcutDisableTooltip:"Si prega di impostare nella pagina di gestione delle scorciatoie da tastiera dell'estensione del browser, per ulteriori indicazioni si prega di consultare le istruzioni nella parte superiore di questa pagina.","subtitle.supportedSites":"\xC8 supportato l'uso di sottotitoli bilingui su questi siti web (Nota: a causa di limitazioni tecniche, alcuni siti web potrebbero aver bisogno di essere aggiornati dopo aver attivato i sottotitoli per la prima volta, o potrebbe essere necessario attendere che la traduzione sia completata per visualizzare i sottotitoli bilingui):","neverTranslateText.description":"A causa di alcune carenze di riconoscimento dei nomi propri da parte di alcuni motori di traduzione, puoi aggiungere parole qui per assicurarti che non vengano convertite durante il processo di traduzione. Si prega di notare che questa funzione distingue tra maiuscole e minuscole e supporta solo le lingue separate da spazi (come l'inglese, il francese), non \xE8 adatta per lingue come il giapponese, il coreano, ecc.","intro.subtitleDescription":"Dopo aver attivato questa funzione, i sottotitoli bilingui verranno visualizzati automaticamente durante la riproduzione del video. Se non \xE8 abilitato, \xE8 necessario fare clic manualmente sul pulsante di traduzione sulla pagina per visualizzare i sottotitoli. Si prega di notare che, a causa di limitazioni tecniche, alcuni siti web potrebbero richiedere l'aggiornamento della pagina o l'attesa del completamento della traduzione prima di poter visualizzare i sottotitoli bilingui. (Inoltre, \xE8 possibile attivare/disattivare il pannello di traduzione immersiva nell'angolo in alto a destra dopo aver aperto il sito web del video).

Attualmente \xE8 possibile utilizzare i sottotitoli bilingui su questi siti web:","intro.hoverDescription":"La traduzione al passaggio del mouse \xE8 una funzione molto importante nella traduzione immersiva, basta posizionare il mouse sul paragrafo e premere contemporaneamente la scorciatoia impostata per tradurre automaticamente il paragrafo corrente (nota: non \xE8 abilitato di default, si prega di impostarlo qui sotto), questa interazione \xE8 utilizzata per sostituire meglio la traduzione del testo selezionato, inoltre, questa funzione \xE8 ampiamente utilizzata in quelle aree di traduzione che non possono essere riconosciute, puoi utilizzare questa funzione per forzare la traduzione di qualsiasi paragrafo.",geminiWarning:"Attenzione: il servizio gratuito Gemini fornito da Google ha restrizioni severe, potrebbe essere considerato da Google come un tentativo dell'utente di eludere i loro limiti di quota gratuita utilizzando pi\xF9 chiavi. Non \xE8 consigliato usarlo, si consiglia di aspettare che Google apra l'interfaccia a pagamento di Gemini in futuro per usarlo.","floatBall.setting":"Impostazione","floatBall.translateToLanguage":"Fare clic per tradurre in {language}","floatBall.file":"Traduci PDF, EPUB, SRT, ASS, HTML, file TXT",changeToOnlyTempTranslationMode:"Alterna per visualizzare solo le traduzioni",changeToDualTempTranslationMode:"Passare alla traduzione bilingue","transitionMode.dual":"Contrasto bilingue","options.navbar.installApp":"Installa l'app per smartphone","options.navbar.translateFile":"Tradurre il documento","transitionMode.translation":"Solo il testo tradotto.","subtitle.transitionModeDescription":"Imposta i sottotitoli del video per il confronto bilingue o solo modalit\xE0 di traduzione","transitionMode.inherit":"Mantenere coerente con la modalit\xE0 di visualizzazione della traduzione predefinita del sistema","subtitle.transitionMode":"Impostazioni dei sottotitoli video bilingue / solo traduzione",translateFileTooltip:`Traduci PDF, ePub, srt, ass, HTML, file TXT`,"description.multiplePrompt":`Quando il numero di paragrafi \xE8 superiore a 1, la conversazione inviata a {service} come utente, dove {{from}} indica la lingua del paragrafo, {{to}} indica la lingua di destinazione, {{yaml}} \xE8 il contenuto del paragrafo che abbiamo confezionato in formato yaml, se hai bisogno di personalizzare Prompt, devi assicurarti che ogni elemento nel risultato YAML della risposta AI includa il campo {env.imt_trans_field}, {{imt_trans_field}} \xE8 il nome del campo di traduzione che speriamo la AI risponda, il default \xE8 {env.imt_trans_field}, {{imt_source_field}} \xE8 il nome del campo del testo originale che passiamo alla AI, il default \xE8 {env.imt_source_field}, esempio di risultato: - id: 1 @@ -5211,7 +5211,7 @@ ass, HTML, file TXT`,"description.multiplePrompt":`Quando il numero di paragrafi {env.imt_sub_trans_field}: Traduzione - id: 2 {env.imt_sub_source_field}: Source - {env.imt_sub_trans_field}: Traduzione`,"translationServices.claude":"Claude","subtitle.quickButton.black":"nero","subtitle.quickButton.blue":"blu","subtitle.quickButton.white":"bianco","subtitle.quickButton.green":"Verde","subtitle.quickButton.magenta":"Fucsia","subtitle.quickButton.sourceTextColor":"Colore del carattere originale","subtitle.quickButton.yellow":"giallo","subtitle.quickButton.sourceFontSize":"Dimensione originale del carattere","subtitle.quickButton.backgroundOpacity":"Opacit\xE0 di sfondo","subtitle.quickButton.translationPositionTop":"Sopra il testo originale","subtitle.quickButton.backgroundColor":"colore di sfondo","subtitle.quickButton.translationPosition":"Posizione del testo tradotto","subtitle.quickButton.translationPositionBottom":"Sotto il testo originale","subtitle.quickButton.red":"Rosso","subtitle.quickButton.cyan":"Blu","subtitle.quickButton.setting":"Impostazione","subtitle.quickButton.translationTextColor":"Colore del carattere del testo","subtitle.quickButton.translationFontSize":"Dimensione del carattere del testo tradotto",attachSubtitleTranslating:"Utilizzando {service} per la traduzione...","error.claude.403":"Non hai l'autorizzazione per accedere al servizio, potrebbe essere correlato alle restrizioni regionali di Claude, puoi provare a cambiare il tuo indirizzo IP o utilizzare altri servizi di traduzione.","browser.brandDescriptionForSafari":"\u3010Traduzione Immersiva\u3011Un plugin gratuito per la traduzione di pagine web bilingue (originale/tradotto), che supporta anche la traduzione di PDF e libri elettronici EPUB mantenendo la formattazione originale del documento, la traduzione di sottotitoli bilingui per video online come Youtube/Netflix, e supporta servizi di traduzione mainstream come Deepl/Google;","browser.PdfProFile":"Traduzione Pro di PDF guidata da AI","browser.textTranslate":"Traduzione del testo"};var U4={nologin:"\u043D\u0435 \u0432\u043E\u0448\u0451\u043B \u0432 \u0441\u0438\u0441\u0442\u0435\u043C\u0443",loginForSafari:"\u0412\u043E\u0439\u0442\u0438 \u0438\u043B\u0438 \u0437\u0430\u0440\u0435\u0433\u0438\u0441\u0442\u0440\u0438\u0440\u043E\u0432\u0430\u0442\u044C\u0441\u044F",login:"\u0412\u0445\u043E\u0434 \u0432 \u0441\u0438\u0441\u0442\u0435\u043C\u0443 \u0434\u043B\u044F \u043E\u0442\u043A\u0440\u044B\u0442\u0438\u044F \u0447\u043B\u0435\u043D\u0441\u0442\u0432\u0430",manageAccount:"\u0423\u043F\u0440\u0430\u0432\u043B\u044F\u0435\u043C\u044B\u0435 \u0441\u0447\u0435\u0442\u0430",openPremium:"\u041E\u0442\u043A\u0440\u044B\u0442\u043E\u0435 \u0447\u043B\u0435\u043D\u0441\u0442\u0432\u043E",logout:"\u043F\u0440\u0435\u0440\u0432\u0430\u0442\u044C",curentPlan:"\u0422\u0435\u043A\u0443\u0449\u0438\u0435 \u043F\u0430\u043A\u0435\u0442\u044B",endAt:"\u0441\u0440\u043E\u043A \u0434\u0435\u0439\u0441\u0442\u0432\u0438\u044F",endAuto:"\u0430\u0432\u0442\u043E\u043F\u0440\u043E\u0434\u043B\u0435\u043D\u0438\u0435",lineBreakMaxTextCount:"\u041C\u0430\u043A\u0441\u0438\u043C\u0430\u043B\u044C\u043D\u043E\u0435 \u043A\u043E\u043B\u0438\u0447\u0435\u0441\u0442\u0432\u043E \u0441\u0438\u043C\u0432\u043E\u043B\u043E\u0432, \u0434\u043E\u043F\u0443\u0441\u0442\u0438\u043C\u043E\u0435 \u0432 \u043E\u0434\u043D\u043E\u043C \u043F\u0440\u0435\u0434\u043B\u043E\u0436\u0435\u043D\u0438\u0438 \u043F\u043E\u0441\u043B\u0435 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430 \u0441\u0442\u0440\u043E\u043A\u0438","translate-pdf":"\u041D\u0430\u0436\u043C\u0438\u0442\u0435, \u0447\u0442\u043E\u0431\u044B \u043F\u0435\u0440\u0435\u0432\u0435\u0441\u0442\u0438 PDF","noSupportTranslate-pdf":"\u0421\u043A\u0440\u0438\u043F\u0442 \u043D\u0435 \u043F\u043E\u0434\u0434\u0435\u0440\u0436\u0438\u0432\u0430\u0435\u0442\u0441\u044F, \u043F\u043E\u0436\u0430\u043B\u0443\u0439\u0441\u0442\u0430, \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u0443\u0439\u0442\u0435 \u043F\u043B\u0430\u0433\u0438\u043D","translate-firefox-local-pdf":"\u041D\u0430\u0436\u043C\u0438\u0442\u0435 \u0434\u043B\u044F \u043F\u0435\u0440\u0435\u0445\u043E\u0434\u0430 \u043A \u0440\u0430\u0437\u0434\u0435\u043B\u0443 \u0418\u043C\u043F\u043E\u0440\u0442 PDF",enableLineBreak:"\u0412\u043A\u043B\u044E\u0447\u0438\u0442\u044C \u0430\u0432\u0442\u043E\u043C\u0430\u0442\u0438\u0447\u0435\u0441\u043A\u0443\u044E \u043F\u043E\u0434\u0430\u0447\u0443 \u0441\u0442\u0440\u043E\u043A\u0438 \u0434\u043B\u044F \u0434\u043B\u0438\u043D\u043D\u044B\u0445 \u0430\u0431\u0437\u0430\u0446\u0435\u0432",sponsorLabel:"$1 \u0421\u043F\u043E\u043D\u0441\u0438\u0440\u0443\u0435\u043C\u044B\u0435 \u0440\u0430\u0437\u0440\u0430\u0431\u043E\u0442\u0447\u0438\u043A\u0438",help:"\u0440\u0443\u043A\u0430",browserShortcutsNoteForFirefox:"\u0427\u0442\u043E\u0431\u044B \u0438\u0437\u043C\u0435\u043D\u0438\u0442\u044C \u044F\u0440\u043B\u044B\u043A\u0438 \u0432 Firefox, \u043D\u0435\u043E\u0431\u0445\u043E\u0434\u0438\u043C\u043E \u043E\u0442\u043A\u0440\u044B\u0442\u044C \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u0443 \u0443\u043F\u0440\u0430\u0432\u043B\u0435\u043D\u0438\u044F \u0440\u0430\u0441\u0448\u0438\u0440\u0435\u043D\u0438\u044F\u043C\u0438 `about:addons`, \u0437\u0430\u0442\u0435\u043C \u043D\u0430\u0436\u0430\u0442\u044C `Settings`, \u0430 \u0434\u043B\u044F \u043D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0438 \u044F\u0440\u043B\u044B\u043A\u043E\u0432 - `Manage Shortcuts`.",browserShortcutsNoteForChrome:"\u0414\u043B\u044F \u0438\u0437\u043C\u0435\u043D\u0435\u043D\u0438\u044F \u044F\u0440\u043B\u044B\u043A\u043E\u0432 \u0432 Chrome \u043D\u0435\u043E\u0431\u0445\u043E\u0434\u0438\u043C\u043E \u043E\u0442\u043A\u0440\u044B\u0442\u044C \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u0443 \u0443\u043F\u0440\u0430\u0432\u043B\u0435\u043D\u0438\u044F \u0440\u0430\u0441\u0448\u0438\u0440\u0435\u043D\u0438\u044F\u043C\u0438, \u0437\u0430\u0434\u0430\u0442\u044C \u0438\u0445 \u043D\u0430 \u043F\u0430\u043D\u0435\u043B\u0438 `Manage Shortcuts` (`chrome://extensions/shortcuts`) \u0438 \u043D\u0430\u0436\u0430\u0442\u044C \u043A\u043D\u043E\u043F\u043A\u0443 \u043D\u0438\u0436\u0435 \u0434\u043B\u044F \u043F\u0435\u0440\u0435\u0445\u043E\u0434\u0430 \u043D\u0430 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u0443 \u0443\u043F\u0440\u0430\u0432\u043B\u0435\u043D\u0438\u044F \u044F\u0440\u043B\u044B\u043A\u0430\u043C\u0438.",browserShortcutsSucks:"\u041D\u0430\u0441\u0442\u0440\u043E\u0435\u043D\u043D\u044B\u0435 \u044F\u0440\u043B\u044B\u043A\u0438 \u0438\u043C\u0435\u044E\u0442 \u0432\u0438\u0434 (\u0430\u0432\u0442\u043E\u0440\u0430\u0441\u043F\u043E\u0437\u043D\u0430\u0432\u0430\u043D\u0438\u0435 \u043D\u0435 \u043F\u0440\u043E\u0438\u0437\u0432\u043E\u0434\u0438\u0442\u0441\u044F, \u0432\u0432\u043E\u0434\u0438\u0442\u0435 \u043D\u0435\u043F\u043E\u0441\u0440\u0435\u0434\u0441\u0442\u0432\u0435\u043D\u043D\u043E)\uFF1A",enableLineBreakDescription:"\u041F\u0440\u0438 \u0432\u043A\u043B\u044E\u0447\u0435\u043D\u0438\u0438 \u044D\u0442\u043E\u0439 \u0444\u0443\u043D\u043A\u0446\u0438\u0438 \u0432 \u0434\u043B\u0438\u043D\u043D\u044B\u0445 \u0430\u0431\u0437\u0430\u0446\u0430\u0445 \u0432 \u043A\u043E\u043D\u0446\u0435 \u043A\u0430\u0436\u0434\u043E\u0433\u043E \u043F\u0440\u0435\u0434\u043B\u043E\u0436\u0435\u043D\u0438\u044F \u0431\u0443\u0434\u0443\u0442 \u0432\u0441\u0442\u0430\u0432\u043B\u0435\u043D\u044B \u043F\u0435\u0440\u0435\u043D\u043E\u0441\u044B \u0441\u0442\u0440\u043E\u043A, \u0447\u0442\u043E \u043E\u0431\u043B\u0435\u0433\u0447\u0438\u0442 \u0438\u0445 \u0447\u0442\u0435\u043D\u0438\u0435","browser.shortBrandName":"\u041F\u043E\u0433\u0440\u0443\u0436\u043D\u043E\u0439 \u043F\u0435\u0440\u0435\u0432\u043E\u0434","browser.brandName":"\u0418\u043C\u043C\u0435\u0440\u0441\u0438\u043E\u043D\u043D\u044B\u0439 \u043F\u0435\u0440\u0435\u0432\u043E\u0434: \u0434\u0432\u0443\u044F\u0437\u044B\u0447\u043D\u044B\u0439 \u043F\u0435\u0440\u0435\u0432\u043E\u0434 \u0432\u0435\u0431-\u0441\u0442\u0440\u0430\u043D\u0438\u0446 \u0438 PDF-\u0434\u043E\u043A\u0443\u043C\u0435\u043D\u0442\u043E\u0432","browser.brandDescription":"Bilingual web page translation, also supports PDF translation, bilingual Epub eBook translation, free to use.","browser.toggleTranslatePage":"\u041F\u0435\u0440\u0435\u0432\u0435\u0441\u0442\u0438 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u0443/\u043E\u0442\u043E\u0431\u0440\u0430\u0437\u0438\u0442\u044C \u043E\u0440\u0438\u0433\u0438\u043D\u0430\u043B\u044C\u043D\u044B\u0439 \u0442\u0435\u043A\u0441\u0442","browser.toggleTranslateTheWholePage":"\u041F\u0435\u0440\u0435\u0432\u0435\u0441\u0442\u0438 \u0432\u0441\u0435 \u043E\u0431\u043B\u0430\u0441\u0442\u0438 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u044B/\u043E\u0442\u043E\u0431\u0440\u0430\u0437\u0438\u0442\u044C \u043E\u0440\u0438\u0433\u0438\u043D\u0430\u043B\u044C\u043D\u044B\u0439 \u0442\u0435\u043A\u0441\u0442","browser.toggleOnlyTransation":"\u041F\u0435\u0440\u0435\u043A\u043B\u044E\u0447\u0438\u0442\u044C \u043D\u0430 \u0434\u0432\u0443\u044F\u0437\u044B\u0447\u043D\u044B\u0439 / \u0442\u043E\u043B\u044C\u043A\u043E \u043F\u0435\u0440\u0435\u0432\u043E\u0434 \u0440\u0435\u0436\u0438\u043C","browser.toggleTranslateToThePageEndImmediately":"\u041D\u0435\u043C\u0435\u0434\u043B\u0435\u043D\u043D\u044B\u0439 \u043F\u0435\u0440\u0435\u0432\u043E\u0434 \u0432 \u043D\u0438\u0436\u043D\u044E\u044E \u0447\u0430\u0441\u0442\u044C \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u044B/\u043E\u0442\u043E\u0431\u0440\u0430\u0436\u0435\u043D\u0438\u0435 \u043E\u0440\u0438\u0433\u0438\u043D\u0430\u043B\u044C\u043D\u043E\u0433\u043E \u0442\u0435\u043A\u0441\u0442\u0430","browser.toggleTranslateTheMainPage":"\u041F\u0435\u0440\u0435\u0432\u0435\u0441\u0442\u0438 \u043E\u0441\u043D\u043E\u0432\u043D\u0443\u044E \u043E\u0431\u043B\u0430\u0441\u0442\u044C \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u044B/\u043E\u0442\u043E\u0431\u0440\u0430\u0437\u0438\u0442\u044C \u043E\u0440\u0438\u0433\u0438\u043D\u0430\u043B\u044C\u043D\u044B\u0439 \u0442\u0435\u043A\u0441\u0442","browser.shareToDraft":"\u041F\u043E\u0434\u0435\u043B\u0438\u0442\u044C\u0441\u044F \u0414\u0432\u0443\u044F\u0437\u044B\u0447\u043D\u044B\u0435 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u044B","browser.openOptionsPage":"\u041E\u0442\u043A\u0440\u043E\u0439\u0442\u0435 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u0443 \u043D\u0430\u0441\u0442\u0440\u043E\u0435\u043A","browser.toggleTranslationMask":"\u041F\u043E\u043A\u0430\u0437\u0430\u0442\u044C/\u0441\u043A\u0440\u044B\u0442\u044C \u044D\u0444\u0444\u0435\u043A\u0442 \u0440\u0430\u0437\u043C\u044B\u0442\u0438\u044F \u043F\u0440\u0438 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0435","browser.translateLocalPdfFile":"\u041F\u0435\u0440\u0435\u0432\u043E\u0434 \u043B\u043E\u043A\u0430\u043B\u044C\u043D\u044B\u0445 PDF-\u0444\u0430\u0439\u043B\u043E\u0432","browser.openEbookViewer":"\u0427\u0438\u0442\u0430\u0442\u044C \u043C\u0435\u0441\u0442\u043D\u044B\u0435 \u044D\u043B\u0435\u043A\u0442\u0440\u043E\u043D\u043D\u044B\u0435 \u043A\u043D\u0438\u0433\u0438","browser.openEbookBuilder":"\u0421\u043E\u0437\u0434\u0430\u043D\u0438\u0435 \u0434\u0432\u0443\u044F\u0437\u044B\u0447\u043D\u044B\u0445 \u044D\u043B\u0435\u043A\u0442\u0440\u043E\u043D\u043D\u044B\u0445 \u043A\u043D\u0438\u0433 EPUB","browser.translateLocalHtmlFile":"\u041F\u0435\u0440\u0435\u0432\u043E\u0434 HTML/\u0442\u0435\u043A\u0441\u0442\u043E\u0432\u044B\u0445 \u0444\u0430\u0439\u043B\u043E\u0432","browser.donateContext":"\u0423\u0437\u043D\u0430\u0439\u0442\u0435 \u043E \u043F\u0440\u0435\u0438\u043C\u0443\u0449\u0435\u0441\u0442\u0432\u0430\u0445 \u0441\u043F\u043E\u043D\u0441\u043E\u0440\u0441\u0442\u0432\u0430","browser.translateLocalSubtitleFile":"\u041F\u0435\u0440\u0435\u0432\u043E\u0434 \u0444\u0430\u0439\u043B\u043E\u0432 \u043B\u043E\u043A\u0430\u043B\u044C\u043D\u044B\u0445 \u0441\u0443\u0431\u0442\u0438\u0442\u0440\u043E\u0432",confirmResetConfig:"\u0412\u044B \u0443\u0432\u0435\u0440\u0435\u043D\u044B, \u0447\u0442\u043E \u0445\u043E\u0442\u0438\u0442\u0435 \u0441\u0431\u0440\u043E\u0441\u0438\u0442\u044C \u043D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0438?",translationLineBreakSettingTitle:"\u041D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0430 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430 \u0441\u0442\u0440\u043E\u043A\u0438",smartLineBreak:"\u0438\u043D\u0442\u0435\u043B\u043B\u0435\u043A\u0442\u0443\u0430\u043B\u044C\u043D\u043E\u0435 \u043B\u0438\u043D\u0435\u0439\u043D\u043E\u0435 \u043F\u0438\u0442\u0430\u043D\u0438\u0435 (\u0432\u044B\u0447\u0438\u0441\u043B\u0438\u0442\u0435\u043B\u044C\u043D\u0430\u044F \u0442\u0435\u0445\u043D\u0438\u043A\u0430)",alwaysLineBreak:"\u0412\u0441\u0435\u0433\u0434\u0430 \u043F\u043E\u0434\u0430\u0447\u0430 \u0441\u0442\u0440\u043E\u043A\u0438",isShowContextMenu:"\u0414\u043E\u0431\u0430\u0432\u043B\u0435\u043D\u0438\u0435 \u043F\u0435\u0440\u0435\u0432\u0435\u0434\u0435\u043D\u043D\u044B\u0445 \u0441\u0442\u0440\u0430\u043D\u0438\u0446 \u0432 \u043F\u0443\u043D\u043A\u0442\u044B \u043C\u0435\u043D\u044E, \u0432\u044B\u0437\u044B\u0432\u0430\u0435\u043C\u044B\u0435 \u043F\u0440\u0430\u0432\u043E\u0439 \u043A\u043D\u043E\u043F\u043A\u043E\u0439 \u043C\u044B\u0448\u0438",toggleBeta:"\u0412\u043A\u043B\u044E\u0447\u0435\u043D\u0438\u0435 \u0444\u0443\u043D\u043A\u0446\u0438\u0439 \u0431\u0435\u0442\u0430-\u0442\u0435\u0441\u0442\u0438\u0440\u043E\u0432\u0430\u043D\u0438\u044F",betaDescription:"\u0412\u043A\u043B\u044E\u0447\u0438\u0442\u0435 \u0444\u0443\u043D\u043A\u0446\u0438\u0438, \u043A\u043E\u0442\u043E\u0440\u044B\u0435 \u043F\u043E\u043A\u0430 \u043D\u0430\u0445\u043E\u0434\u044F\u0442\u0441\u044F \u0432 \u0441\u0442\u0430\u0434\u0438\u0438 \u044D\u043A\u0441\u043F\u0435\u0440\u0438\u043C\u0435\u043D\u0442\u0430, \u0430 \u0442\u0430\u043A\u0436\u0435 \u0441\u043B\u0443\u0436\u0431\u0443 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430 \u0432 \u0431\u0435\u0442\u0430-\u0432\u0435\u0440\u0441\u0438\u0438. \u041F\u0440\u0438\u0441\u043E\u0435\u0434\u0438\u043D\u044F\u0439\u0442\u0435\u0441\u044C \u043A <1>\u0433\u0440\u0443\u043F\u043F\u0435 Telegram, \u0447\u0442\u043E\u0431\u044B \u0443\u0437\u043D\u0430\u0442\u044C \u0431\u043E\u043B\u044C\u0448\u0435.",translationLineBreakSettingDescription:"\u0414\u043B\u044F \u0441\u0442\u0440\u0430\u043D\u0438\u0446 \u0441 \u043D\u0435\u0431\u043E\u043B\u044C\u0448\u0438\u043C \u0441\u043E\u0434\u0435\u0440\u0436\u0430\u043D\u0438\u0435\u043C \u0432\u0441\u0435\u0433\u0434\u0430 \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u0443\u0439\u0442\u0435 \u0430\u043A\u043A\u0443\u0440\u0430\u0442\u043D\u044B\u0435 \u043F\u0435\u0440\u0435\u043D\u043E\u0441\u044B \u0441\u0442\u0440\u043E\u043A. (\u0414\u043B\u044F \u044D\u043A\u043E\u043D\u043E\u043C\u0438\u0438 \u043C\u0435\u0441\u0442\u0430 \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u0443\u0439\u0442\u0435 \u0433\u0440\u0430\u043C\u043E\u0442\u043D\u044B\u0435 \u043F\u0435\u0440\u0435\u043D\u043E\u0441\u044B \u0441\u0442\u0440\u043E\u043A \u0432 \u0434\u043B\u0438\u043D\u043D\u044B\u0445 \u0430\u0431\u0437\u0430\u0446\u0430\u0445 \u0441 \u0431\u043E\u043B\u044C\u0448\u0438\u043C \u0441\u043E\u0434\u0435\u0440\u0436\u0430\u043D\u0438\u0435\u043C (\u0431\u043E\u043B\u0435\u0435{count}\u0441\u0438\u043C\u0432\u043E\u043B\u043E\u0432)).",tempTranslateDomainTitle:"\u041F\u0440\u043E\u0434\u043E\u043B\u0436\u0438\u0442\u0435\u043B\u044C\u043D\u043E\u0441\u0442\u044C \u0432\u0440\u0435\u043C\u0435\u043D\u043D\u043E\u0433\u043E \u0432\u043A\u043B\u044E\u0447\u0435\u043D\u0438\u044F \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430 \u0441\u0430\u0439\u0442\u0430",tempTranslateDomainDescription:"\u041F\u0440\u0438 \u0440\u0443\u0447\u043D\u043E\u043C \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0435 \u0432\u0435\u0431-\u0441\u0442\u0440\u0430\u043D\u0438\u0446\u044B \u0432\u0440\u0435\u043C\u0435\u043D\u043D\u043E \u0432\u043A\u043B\u044E\u0447\u0438\u0442\u044C \u0430\u0432\u0442\u043E\u043C\u0430\u0442\u0438\u0447\u0435\u0441\u043A\u0438\u0439 \u043F\u0435\u0440\u0435\u0432\u043E\u0434, \u043F\u0440\u0438 \u044D\u0442\u043E\u043C \u043C\u043E\u0436\u043D\u043E \u0437\u0430\u0434\u0430\u0442\u044C \u0432\u0440\u0435\u043C\u0435\u043D\u043D\u0443\u044E \u043F\u0440\u043E\u0434\u043E\u043B\u0436\u0438\u0442\u0435\u043B\u044C\u043D\u043E\u0441\u0442\u044C.",xMinutes:"{count} \u043C\u0438\u043D\u0443\u0442",disabled:"\u0437\u0430\u043F\u0440\u0435\u0449\u0430\u0442\u044C \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u043D\u0438\u0435 \u0447\u0435\u0433\u043E-\u043B.",changelog:"\u0416\u0443\u0440\u043D\u0430\u043B \u043E\u0431\u043D\u043E\u0432\u043B\u0435\u043D\u0438\u0439",toggleTranslatePageWhenThreeFingersOnTheScreen:"\u041E\u0434\u043D\u043E\u0432\u0440\u0435\u043C\u0435\u043D\u043D\u043E\u0435 \u043A\u0430\u0441\u0430\u043D\u0438\u0435 \u044D\u043A\u0440\u0430\u043D\u0430 \u043D\u0435\u0441\u043A\u043E\u043B\u044C\u043A\u0438\u043C\u0438 \u043F\u0430\u043B\u044C\u0446\u0430\u043C\u0438 \u043E\u0431\u0435\u0441\u043F\u0435\u0447\u0438\u0432\u0430\u0435\u0442 \u043F\u0435\u0440\u0435\u0432\u043E\u0434 \u0432\u0435\u0431-\u0441\u0442\u0440\u0430\u043D\u0438\u0446/\u043E\u0442\u043E\u0431\u0440\u0430\u0436\u0435\u043D\u0438\u0435 \u043E\u0440\u0438\u0433\u0438\u043D\u0430\u043B\u044C\u043D\u043E\u0433\u043E \u0442\u0435\u043A\u0441\u0442\u0430",toggleTranslationMaskWhenThreeFingersOnTheScreen:"\u041F\u0440\u0438\u043A\u043E\u0441\u043D\u043E\u0432\u0435\u043D\u0438\u0435 \u043D\u0435\u0441\u043A\u043E\u043B\u044C\u043A\u0438\u043C\u0438 \u043F\u0430\u043B\u044C\u0446\u0430\u043C\u0438 \u043F\u043E\u043A\u0430\u0437\u044B\u0432\u0430\u0435\u0442/\u0441\u043A\u0440\u044B\u0432\u0430\u0435\u0442 \u044D\u0444\u0444\u0435\u043A\u0442 \u0440\u0430\u0437\u043C\u044B\u0442\u0438\u044F.",fingerCountToToggleTranslagePageOnlyTranslationWhenTouching:"\u041F\u0440\u0438 \u043E\u0434\u043D\u043E\u0432\u0440\u0435\u043C\u0435\u043D\u043D\u043E\u043C \u043A\u0430\u0441\u0430\u043D\u0438\u0438 \u044D\u043A\u0440\u0430\u043D\u0430 \u043D\u0435\u0441\u043A\u043E\u043B\u044C\u043A\u0438\u043C\u0438 \u043F\u0430\u043B\u044C\u0446\u0430\u043C\u0438 \u043E\u0441\u0443\u0449\u0435\u0441\u0442\u0432\u043B\u044F\u0435\u0442\u0441\u044F \u043F\u0435\u0440\u0435\u0432\u043E\u0434 \u0432\u0435\u0431-\u0441\u0442\u0440\u0430\u043D\u0438\u0446\u044B (\u0442\u043E\u043B\u044C\u043A\u043E \u043F\u0435\u0440\u0435\u0432\u043E\u0434)/\u043E\u0442\u043E\u0431\u0440\u0430\u0436\u0435\u043D\u0438\u0435 \u043E\u0440\u0438\u0433\u0438\u043D\u0430\u043B\u044C\u043D\u043E\u0433\u043E \u0442\u0435\u043A\u0441\u0442\u0430.",addUrlDescription:"\u041C\u043E\u0436\u0435\u0442 \u0431\u044B\u0442\u044C \u0434\u043E\u043C\u0435\u043D\u043D\u044B\u043C \u0438\u043C\u0435\u043D\u0435\u043C, \u0430 \u0442\u0430\u043A\u0436\u0435 \u043F\u043E\u0434\u0434\u0435\u0440\u0436\u0438\u0432\u0430\u0435\u0442 \u043F\u043E\u0434\u0441\u0442\u0430\u043D\u043E\u0432\u043E\u0447\u043D\u044B\u0435 \u0437\u043D\u0430\u043A\u0438, \u043D\u0430\u043F\u0440\u0438\u043C\u0435\u0440,\uFF1A*.google.com, google.com/mail/*, https://www.google.com/*.",general:"\u041E\u0441\u043D\u043E\u0432\u043D\u044B\u0435 \u043D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0438",clickToExpandConfig:"\u0420\u0430\u0441\u0448\u0438\u0440\u0438\u0442\u044C \u0442\u0435\u043A\u0443\u0449\u0443\u044E \u043A\u043E\u043D\u0444\u0438\u0433\u0443\u0440\u0430\u0446\u0438\u044E",import:"\u0418\u043C\u043F\u043E\u0440\u0442 \u0438\u0437 \u0444\u0430\u0439\u043B\u0430",export:"\u042D\u043A\u0441\u043F\u043E\u0440\u0442 \u0432 \u0444\u0430\u0439\u043B",toggleDebug:"\u0412\u044B\u0432\u0435\u0441\u0442\u0438 \u0436\u0443\u0440\u043D\u0430\u043B \u043E\u0442\u043B\u0430\u0434\u043A\u0438 \u043D\u0430 \u043A\u043E\u043D\u0441\u043E\u043B\u044C","fingers.0":"\u043A\u043B\u043E\u0442\u0443\u0440\u0430","fingers.2":"\u043A\u0430\u0441\u0430\u043D\u0438\u0435 \u0434\u0432\u0443\u043C\u044F \u043F\u0430\u043B\u044C\u0446\u0430\u043C\u0438","fingers.3":"\u043A\u0430\u0441\u0430\u043D\u0438\u0435 \u0442\u0440\u0435\u043C\u044F \u043F\u0430\u043B\u044C\u0446\u0430\u043C\u0438","fingers.4":"\u043A\u0430\u0441\u0430\u043D\u0438\u0435 \u0447\u0435\u0442\u044B\u0440\u044C\u043C\u044F \u043F\u0430\u043B\u044C\u0446\u0430\u043C\u0438","fingers.5":"\u043F\u044F\u0442\u0438\u043F\u0430\u043B\u044C\u0446\u0435\u0432\u043E\u0435 \u043A\u0430\u0441\u0430\u043D\u0438\u0435",mouseHoldKey:"+ {key} \u043F\u0435\u0440\u0435\u0432\u0435\u0441\u0442\u0438/\u0432\u043E\u0441\u0441\u0442\u0430\u043D\u043E\u0432\u0438\u0442\u044C \u0430\u0431\u0437\u0430\u0446",mouseHoldKeyAuto:"\u041F\u0440\u044F\u043C\u043E\u0439 \u043F\u0435\u0440\u0435\u0432\u043E\u0434 \u0430\u0431\u0437\u0430\u0446\u0430",mouseHoldKeyOff:"\u041D\u0435 \u0434\u0435\u043B\u0430\u0439\u0442\u0435 \u043D\u0438\u0447\u0435\u0433\u043E.",mouseHoldKeyOther:"\u041D\u0430\u0441\u0442\u0440\u0430\u0438\u0432\u0430\u0435\u043C\u044B\u0435 \u044F\u0440\u043B\u044B\u043A\u0438 (\u043E\u0442\u043A\u0440\u044B\u0442\u044C \u043D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0438)",mouseHoldKeyCustomKey:"{key} \u041F\u0435\u0440\u0435\u0432\u043E\u0434/\u0441\u043E\u043A\u0440\u0430\u0449\u0435\u043D\u0438\u0435 \u0430\u0431\u0437\u0430\u0446\u0430",mouseHoverHoldKey:"\u041F\u0435\u0440\u0435\u0432\u043E\u0434 \u0430\u0431\u0437\u0430\u0446\u0435\u0432 \u043E\u0441\u0443\u0449\u0435\u0441\u0442\u0432\u043B\u044F\u0435\u0442\u0441\u044F \u043D\u0430\u0436\u0430\u0442\u0438\u0435\u043C \u043A\u043B\u0430\u0432\u0438\u0448\u0438 \u0431\u044B\u0441\u0442\u0440\u043E\u0433\u043E \u0434\u043E\u0441\u0442\u0443\u043F\u0430 \u043F\u0440\u0438 \u043D\u0430\u0432\u0435\u0434\u0435\u043D\u0438\u0438 \u043A\u0443\u0440\u0441\u043E\u0440\u0430 \u043C\u044B\u0448\u0438.","mouse-translate":"\u043D\u0430\u0432\u0435\u0434\u0435\u043D\u0438\u0435 \u043C\u044B\u0448\u0438",document:"(\u043A\u043E\u043C\u043F\u044C\u044E\u0442\u0435\u0440\u043D\u044B\u0439) \u0444\u0430\u0439\u043B",resetSuccess:"\u0423\u0441\u043F\u0435\u0448\u043D\u044B\u0439 \u0441\u0431\u0440\u043E\u0441 \u0432\u0441\u0435\u0445 \u043D\u0430\u0441\u0442\u0440\u043E\u0435\u043A",resetThisSuccess:"\u0421\u0431\u0440\u043E\u0441 \u0443\u0441\u043F\u0435\u0448\u0435\u043D",saved:"\u0421\u043E\u0445\u0440\u0430\u043D\u0438\u0442\u044C \u0443\u0441\u043F\u0435\u0448\u043D\u044B\u0439",successImportConfig:"\u0423\u0441\u043F\u0435\u0448\u043D\u044B\u0439 \u0438\u043C\u043F\u043E\u0440\u0442 \u043A\u043E\u043D\u0444\u0438\u0433\u0443\u0440\u0430\u0446\u0438\u0438",goAdvancedSettings:"\u041F\u0435\u0440\u0435\u0439\u0434\u0438\u0442\u0435 \u043D\u0430 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u0443 \u0414\u043E\u043F\u043E\u043B\u043D\u0438\u0442\u0435\u043B\u044C\u043D\u044B\u0435 \u043D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0438",goAdvancedInterfaceSettings:"\u041F\u0435\u0440\u0435\u0439\u0434\u0438\u0442\u0435 \u043D\u0430 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u0443 \u0414\u043E\u043F\u043E\u043B\u043D\u0438\u0442\u0435\u043B\u044C\u043D\u044B\u0435 \u043F\u0430\u0440\u0430\u043C\u0435\u0442\u0440\u044B \u043D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0438",advanced:"\u0414\u043E\u043F\u043E\u043B\u043D\u0438\u0442\u0435\u043B\u044C\u043D\u044B\u0435 \u043D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0438",advancedDescription:"\u041A\u0430\u043A \u043F\u0440\u0430\u0432\u0438\u043B\u043E, \u043D\u0438\u043A\u0430\u043A\u0438\u0445 \u043D\u0430\u0441\u0442\u0440\u043E\u0435\u043A \u043D\u0435 \u0442\u0440\u0435\u0431\u0443\u0435\u0442\u0441\u044F, \u043F\u0440\u043E\u0441\u0442\u043E \u043E\u0441\u0442\u0430\u0432\u044C\u0442\u0435 \u0432\u0441\u0435 \u043F\u043E \u0443\u043C\u043E\u043B\u0447\u0430\u043D\u0438\u044E. \u0422\u043E\u043B\u044C\u043A\u043E \u0434\u043B\u044F \u0431\u043E\u043B\u0435\u0435 \u0441\u043F\u0435\u0446\u0438\u0430\u043B\u0438\u0437\u0438\u0440\u043E\u0432\u0430\u043D\u043D\u044B\u0445 \u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u0435\u043B\u0435\u0439 \u0434\u043E\u0441\u0442\u0443\u043F\u043D\u044B \u0431\u043E\u043B\u0435\u0435 \u043F\u0435\u0440\u0441\u043E\u043D\u0430\u043B\u0438\u0437\u0438\u0440\u043E\u0432\u0430\u043D\u043D\u044B\u0435 \u043D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0438.",developer:"\u041D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0438 \u0440\u0430\u0437\u0440\u0430\u0431\u043E\u0442\u0447\u0438\u043A\u0430",donateCafe:"\u0446\u0435\u043D\u044B","translate to the bottom of the page":"\u041F\u0435\u0440\u0435\u0432\u043E\u0434\u0438\u0442\u0441\u044F \u043B\u0438 \u043E\u043D \u0432 \u043D\u0438\u0436\u043D\u044E\u044E \u0447\u0430\u0441\u0442\u044C \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u044B \u0441\u0440\u0430\u0437\u0443 \u043F\u043E\u0441\u043B\u0435 \u0432\u0445\u043E\u0434\u0430 \u043D\u0430 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u0443?",feedback:"\u0412\u043E\u043F\u0440\u043E\u0441-\u043E\u0442\u0432\u0435\u0442",toggleTranslatePage:"\u041F\u0435\u0440\u0435\u0432\u0435\u0441\u0442\u0438 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u0443/\u043E\u0442\u043E\u0431\u0440\u0430\u0437\u0438\u0442\u044C \u043E\u0440\u0438\u0433\u0438\u043D\u0430\u043B\u044C\u043D\u044B\u0439 \u0442\u0435\u043A\u0441\u0442",translateToThePageEndImmediatelyDescription:"\u041F\u0440\u0438 \u0432\u043A\u043B\u044E\u0447\u0435\u043D\u0438\u0438 \u044D\u0442\u043E\u0439 \u0444\u0443\u043D\u043A\u0446\u0438\u0438 \u0441\u043E\u0434\u0435\u0440\u0436\u0438\u043C\u043E\u0435 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u044B \u0431\u0443\u0434\u0435\u0442 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0438\u0442\u044C\u0441\u044F \u0441\u0432\u0435\u0440\u0445\u0443 \u0432\u043D\u0438\u0437 \u043F\u043E \u043C\u0435\u0440\u0435 \u0432\u0432\u043E\u0434\u0430. \u041F\u0440\u0438 \u0432\u044B\u043A\u043B\u044E\u0447\u0435\u043D\u0438\u0438 \u044D\u0442\u043E\u0439 \u0444\u0443\u043D\u043A\u0446\u0438\u0438 \u043F\u0435\u0440\u0435\u0432\u043E\u0434 \u0431\u0443\u0434\u0435\u0442 \u0432\u044B\u043F\u043E\u043B\u043D\u044F\u0442\u044C\u0441\u044F \u043F\u043E \u043C\u0435\u0440\u0435 \u0447\u0442\u0435\u043D\u0438\u044F. (\u041D\u0435 \u0440\u0435\u043A\u043E\u043C\u0435\u043D\u0434\u0443\u0435\u0442\u0441\u044F)","translate all areas of the page":"\u041F\u0435\u0440\u0435\u0432\u043E\u0434\u0438\u0442\u044C \u043B\u0438 \u0432\u0441\u0435 \u043E\u0431\u043B\u0430\u0441\u0442\u0438 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u044B",translationAreaDescription:"\u041F\u0440\u0438 \u0432\u043A\u043B\u044E\u0447\u0435\u043D\u0438\u0438 \u044D\u0442\u043E\u0439 \u043E\u043F\u0446\u0438\u0438 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u044F\u0442\u0441\u044F \u0432\u0441\u0435 \u043E\u0431\u043B\u0430\u0441\u0442\u0438 \u0432\u0441\u0435\u0439 \u0432\u0435\u0431-\u0441\u0442\u0440\u0430\u043D\u0438\u0446\u044B. \u041F\u0440\u0438 \u0432\u044B\u043A\u043B\u044E\u0447\u0435\u043D\u0438\u0438 \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u0443\u0435\u0442\u0441\u044F \u0438\u043D\u0442\u0435\u043B\u043B\u0435\u043A\u0442\u0443\u0430\u043B\u044C\u043D\u043E\u0435 \u0440\u0430\u0441\u043F\u043E\u0437\u043D\u0430\u0432\u0430\u043D\u0438\u0435 \u043F\u043E \u0443\u043C\u043E\u043B\u0447\u0430\u043D\u0438\u044E \u0438 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u044F\u0442\u0441\u044F \u0442\u043E\u043B\u044C\u043A\u043E \u043E\u0441\u043D\u043E\u0432\u043D\u044B\u0435 \u043E\u0431\u043B\u0430\u0441\u0442\u0438. (\u041D\u0435 \u0440\u0435\u043A\u043E\u043C\u0435\u043D\u0434\u0443\u0435\u0442\u0441\u044F \u0432\u043A\u043B\u044E\u0447\u0430\u0442\u044C)","the number of characters to be translated first":"\u041F\u0440\u044F\u043C\u043E\u0439 \u043F\u0435\u0440\u0435\u0432\u043E\u0434 \u043F\u0435\u0440\u0432\u044B\u0445 \u043D\u0435\u0441\u043A\u043E\u043B\u044C\u043A\u0438\u0445 \u0441\u0438\u043C\u0432\u043E\u043B\u043E\u0432 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u044B \u0431\u0435\u0437 \u043E\u0436\u0438\u0434\u0430\u043D\u0438\u044F \u043F\u0440\u043E\u043A\u0440\u0443\u0442\u043A\u0438 \u0432 \u043E\u0431\u043B\u0430\u0441\u0442\u044C \u043F\u0440\u043E\u0441\u043C\u043E\u0442\u0440\u0430","interface language":"\u044F\u0437\u044B\u043A \u0438\u043D\u0442\u0435\u0440\u0444\u0435\u0439\u0441\u0430","display both the original text and the translation":"\u041E\u0434\u043D\u043E\u0432\u0440\u0435\u043C\u0435\u043D\u043D\u043E\u0435 \u043E\u0442\u043E\u0431\u0440\u0430\u0436\u0435\u043D\u0438\u0435 \u043E\u0440\u0438\u0433\u0438\u043D\u0430\u043B\u0430 \u0438 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430","keyboard shortcuts":"\u041A\u043B\u0430\u0432\u0438\u0430\u0442\u0443\u0440\u043D\u044B\u0435 \u0441\u043E\u043A\u0440\u0430\u0449\u0435\u043D\u0438\u044F",modify:"\u041C\u043E\u0434\u0438\u0444\u0438\u043A\u0430\u0446\u0438\u044F \u043A\u043B\u0430\u0432\u0438\u0448 \u0431\u044B\u0441\u0442\u0440\u043E\u0433\u043E \u0434\u043E\u0441\u0442\u0443\u043F\u0430",reset:"\u043F\u0435\u0440\u0435\u043F\u0440\u043E\u0444\u0438\u043B\u0438\u0440\u043E\u0432\u0430\u043D\u0438\u0435",close:"\u043A\u043B\u043E\u0442\u0443\u0440\u0430",homepage:"\u0434\u043E\u043C\u0430\u0448\u043D\u044F\u044F \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u0430",more:"\u043F\u043E\u0434\u0440\u043E\u0431\u043D\u0435\u0435",moreOptions:"\u0420\u0430\u0441\u0448\u0438\u0440\u0435\u043D\u0438\u0435 \u0432\u043E\u0437\u043C\u043E\u0436\u043D\u043E\u0441\u0442\u0435\u0439 \u043D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0438",translateTheWholePage:"\u041F\u0435\u0440\u0435\u0432\u043E\u0434\u0438\u0442\u044C \u0432\u0441\u0435 \u043E\u0431\u043B\u0430\u0441\u0442\u0438 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u044B (\u0432 \u043E\u0442\u043B\u0438\u0447\u0438\u0435 \u043E\u0442 \u0438\u043D\u0442\u0435\u043B\u043B\u0435\u043A\u0442\u0443\u0430\u043B\u044C\u043D\u043E\u0433\u043E \u0440\u0430\u0441\u043F\u043E\u0437\u043D\u0430\u0432\u0430\u043D\u0438\u044F \u043E\u0441\u043D\u043E\u0432\u043D\u044B\u0445 \u043E\u0431\u043B\u0430\u0441\u0442\u0435\u0439)",changeToTranslateTheWholePage:"\u041F\u0435\u0440\u0435\u043A\u043B\u044E\u0447\u0435\u043D\u0438\u0435 \u043D\u0430 \u043F\u0435\u0440\u0435\u0432\u043E\u0434 \u0432\u0441\u0435\u0445 \u0440\u0435\u0433\u0438\u043E\u043D\u043E\u0432",changeToTranslateTheMainPage:'\u041F\u0435\u0440\u0435\u0445\u043E\u0434 \u0432 \u043E\u0441\u043D\u043E\u0432\u043D\u0443\u044E \u043E\u0431\u043B\u0430\u0441\u0442\u044C "\u041F\u0435\u0440\u0435\u0432\u043E\u0434',changeToOnlyTranslationMode:"\u041F\u0435\u0440\u0435\u043A\u043B\u044E\u0447\u0435\u043D\u0438\u0435 \u043D\u0430 \u043E\u0442\u043E\u0431\u0440\u0430\u0436\u0435\u043D\u0438\u0435 \u0442\u043E\u043B\u044C\u043A\u043E \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u043E\u0432",changeToDualTranslationMode:"\u041F\u0435\u0440\u0435\u0445\u043E\u0434 \u043D\u0430 \u0434\u0432\u0443\u044F\u0437\u044B\u0447\u043D\u044B\u0439 \u043F\u0435\u0440\u0435\u0432\u043E\u0434",translateToThePageEndImmediately:"\u041D\u0435\u043C\u0435\u0434\u043B\u0435\u043D\u043D\u044B\u0439 \u043F\u0435\u0440\u0435\u0432\u043E\u0434 \u0432 \u043D\u0438\u0436\u043D\u044E\u044E \u0447\u0430\u0441\u0442\u044C \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u044B",translateTheMainPage:"\u041A\u043B\u044E\u0447\u0435\u0432\u044B\u0435 \u0440\u0435\u0433\u0438\u043E\u043D\u044B \u0438\u043D\u0442\u0435\u043B\u043B\u0435\u043A\u0442\u0443\u0430\u043B\u044C\u043D\u043E\u0433\u043E \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430","The local rules are up to date":"\u041C\u0435\u0441\u0442\u043D\u044B\u0435 \u043F\u0440\u0430\u0432\u0438\u043B\u0430 \u0430\u0434\u0430\u043F\u0442\u0430\u0446\u0438\u0438 \u0441\u043E\u043E\u0442\u0432\u0435\u0442\u0441\u0442\u0432\u0443\u044E\u0442 \u0441\u043E\u0432\u0440\u0435\u043C\u0435\u043D\u043D\u044B\u043C \u0442\u0440\u0435\u0431\u043E\u0432\u0430\u043D\u0438\u044F\u043C.","Successfully synchronized with the latest official rules:":"\u0423\u0441\u043F\u0435\u0448\u043D\u0430\u044F \u0441\u0438\u043D\u0445\u0440\u043E\u043D\u0438\u0437\u0430\u0446\u0438\u044F \u0441 \u043F\u043E\u0441\u043B\u0435\u0434\u043D\u0438\u043C\u0438 \u043E\u0444\u0438\u0446\u0438\u0430\u043B\u044C\u043D\u044B\u043C\u0438 \u043F\u0440\u0430\u0432\u0438\u043B\u0430\u043C\u0438 \u0430\u0434\u0430\u043F\u0442\u0430\u0446\u0438\u0438.","Checking for updates":"\u041F\u0440\u043E\u0432\u0435\u0440\u043A\u0430 \u043D\u0430\u043B\u0438\u0447\u0438\u044F \u043E\u0431\u043D\u043E\u0432\u043B\u0435\u043D\u0438\u0439","Rules are being synchronized":"\u0421\u0438\u043D\u0445\u0440\u043E\u043D\u0438\u0437\u0430\u0446\u0438\u044F \u043F\u0440\u0430\u0432\u0438\u043B \u0430\u0434\u0430\u043F\u0442\u0430\u0446\u0438\u0438",localVersionIsTooOld:"\u0412\u0435\u0440\u0441\u0438\u044F \u043B\u043E\u043A\u0430\u043B\u044C\u043D\u043E\u0433\u043E \u0440\u0430\u0441\u0448\u0438\u0440\u0435\u043D\u0438\u044F \u0441\u043B\u0438\u0448\u043A\u043E\u043C \u0443\u0441\u0442\u0430\u0440\u0435\u043B\u0430, \u043F\u043E\u0436\u0430\u043B\u0443\u0439\u0441\u0442\u0430, \u043E\u0431\u043D\u043E\u0432\u0438\u0442\u0435 \u0440\u0430\u0441\u0448\u0438\u0440\u0435\u043D\u0438\u0435 \u0434\u043E {minVersion} \u0438\u043B\u0438 \u0431\u043E\u043B\u0435\u0435 \u043D\u043E\u0432\u043E\u0439 \u0432\u0435\u0440\u0441\u0438\u0438 \u043F\u0435\u0440\u0435\u0434 \u043F\u043E\u043F\u044B\u0442\u043A\u043E\u0439 \u0441\u0438\u043D\u0445\u0440\u043E\u043D\u0438\u0437\u0430\u0446\u0438\u0438.",badUserscriptBrowser:"\u0422\u0435\u043A\u0443\u0449\u0438\u0439 \u0431\u0440\u0430\u0443\u0437\u0435\u0440 \u043D\u0435\u043A\u043E\u0440\u0440\u0435\u043A\u0442\u043D\u043E \u0440\u0435\u0430\u043B\u0438\u0437\u0443\u0435\u0442 \u0438\u043D\u0442\u0435\u0440\u0444\u0435\u0439\u0441 \u0440\u0430\u0441\u0448\u0438\u0440\u0435\u043D\u0438\u044F Grease Monkey (\u043D\u0430\u043F\u0440\u0438\u043C\u0435\u0440, \u0434\u043B\u044F \u043F\u043E\u043B\u0443\u0447\u0435\u043D\u0438\u044F \u0438\u043D\u0444\u043E\u0440\u043C\u0430\u0446\u0438\u0438 \u043E \u043D\u043E\u043C\u0435\u0440\u0435 \u0432\u0435\u0440\u0441\u0438\u0438 \u0441\u0430\u043C\u043E\u0433\u043E \u0441\u043A\u0440\u0438\u043F\u0442\u0430 Grease Monkey), \u043F\u043E\u0436\u0430\u043B\u0443\u0439\u0441\u0442\u0430, \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u0443\u0439\u0442\u0435 \u0434\u0440\u0443\u0433\u0438\u0435 \u0431\u0440\u0430\u0443\u0437\u0435\u0440\u044B, <1>\u043F\u043E\u0434\u0434\u0435\u0440\u0436\u0438\u0432\u0430\u044E\u0449\u0438\u0435 \u0440\u0430\u0441\u0448\u0438\u0440\u0435\u043D\u0438\u0435 Grease Monkey, \u043D\u0430\u043F\u0440\u0438\u043C\u0435\u0440 Firefox.",foundNewVersion:"\u0417\u043D\u0430\u043A\u043E\u043C\u0441\u0442\u0432\u043E \u0441 \u043D\u043E\u0432\u043E\u0439 \u0432\u0435\u0440\u0441\u0438\u0435\u0439",theLocalExtensionIsUpToUpdate:"\u0422\u0435\u043A\u0443\u0449\u0435\u0435 \u0440\u0430\u0441\u0448\u0438\u0440\u0435\u043D\u0438\u0435 \u044F\u0432\u043B\u044F\u0435\u0442\u0441\u044F \u0430\u043A\u0442\u0443\u0430\u043B\u044C\u043D\u044B\u043C.",failToSyncRules:"\u041D\u0435\u0432\u043E\u0437\u043C\u043E\u0436\u043D\u043E\u0441\u0442\u044C \u0441\u0438\u043D\u0445\u0440\u043E\u043D\u0438\u0437\u0430\u0446\u0438\u0438 \u043F\u043E\u0441\u043B\u0435\u0434\u043D\u0438\u0445 \u043F\u0440\u0430\u0432\u0438\u043B \u0430\u0434\u0430\u043F\u0442\u0430\u0446\u0438\u0438",retry:"\u041D\u0430\u0436\u043C\u0438\u0442\u0435 \u0437\u0434\u0435\u0441\u044C, \u0447\u0442\u043E\u0431\u044B \u043F\u043E\u0432\u0442\u043E\u0440\u0438\u0442\u044C \u043F\u043E\u043F\u044B\u0442\u043A\u0443",failedReason:"\u041F\u0440\u0438\u0447\u0438\u043D\u044B \u043D\u0435\u0443\u0434\u0430\u0447",currentRuleVersion:"\u0414\u0435\u0439\u0441\u0442\u0432\u0443\u044E\u0449\u0430\u044F \u0440\u0435\u0434\u0430\u043A\u0446\u0438\u044F \u043F\u0440\u0430\u0432\u0438\u043B",calculating:"\u0440\u0430\u0441\u0447\u0435\u0442\u044B",unknownError:"\u043D\u0435\u0438\u0437\u0432\u0435\u0441\u0442\u043D\u0430\u044F \u043E\u0448\u0438\u0431\u043A\u0430",canNotFetchRemoteRule:"\u041D\u0435\u0432\u043E\u0437\u043C\u043E\u0436\u043D\u043E \u043F\u043E\u043B\u0443\u0447\u0438\u0442\u044C \u0443\u0434\u0430\u043B\u0435\u043D\u043D\u044B\u0435 \u043F\u0440\u0430\u0432\u0438\u043B\u0430",enableAlphaSuccess:"\u0410\u043B\u044C\u0444\u0430 \u0432\u043A\u043B\u044E\u0447\u0435\u043D\u0430",disableAlphaSuccess:"\u0424\u0443\u043D\u043A\u0446\u0438\u044F \u0430\u043B\u044C\u0444\u0430 \u043E\u0442\u043A\u043B\u044E\u0447\u0435\u043D\u0430",cacheSize:"\u0420\u0430\u0437\u043C\u0435\u0440 \u043A\u044D\u0448\u0430\uFF1A",cleaning:"\u0432 \u043F\u0440\u043E\u0446\u0435\u0441\u0441\u0435 \u043B\u0438\u043A\u0432\u0438\u0434\u0430\u0446\u0438\u0438",cleanCache:"\u043E\u0447\u0438\u0441\u0442\u0438\u0442\u044C \u043A\u044D\u0448",options:"\u043D\u0430\u0441\u0442\u0440\u0430\u0438\u0432\u0430\u0442\u044C",about:"\u043F\u043E \u043E\u0442\u043D\u043E\u0448\u0435\u043D\u0438\u044E \u043A",service:"\u0443\u0441\u043B\u0443\u0433\u0430 \u0443\u0441\u0442\u043D\u043E\u0433\u043E \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430",needAction:"(\u041F\u0435\u0440\u0435\u0439\u0442\u0438 \u043A \u043D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0430\u043C)",goSettings:"\u043F\u0435\u0440\u0435\u0439\u0434\u0438\u0442\u0435 \u043A \u043D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0435",needActionForOptions:"(\u0443\u0441\u0442\u0430\u043D\u0430\u0432\u043B\u0438\u0432\u0430\u0435\u0442\u0441\u044F)",translationEngine:"\u041E\u043F\u0446\u0438\u0438 \u0434\u0432\u0438\u0433\u0430\u0442\u0435\u043B\u044F",sourceLanguage:"\u042F\u0437\u044B\u043A \u043E\u0440\u0438\u0433\u0438\u043D\u0430\u043B\u0430",target:"\u044F\u0437\u044B\u043A \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430",popupSourceLanguage:"\u042F\u0437\u044B\u043A \u043E\u0440\u0438\u0433\u0438\u043D\u0430\u043B\u0430",popupTarget:"\u044F\u0437\u044B\u043A \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430",popupService:"\u0443\u0441\u043B\u0443\u0433\u0430 \u0443\u0441\u0442\u043D\u043E\u0433\u043E \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430",forThisSite:"\u0422\u0435\u043A\u0443\u0449\u0438\u0439 \u0441\u0430\u0439\u0442",autoEnableSubtitle:"\u0410\u0432\u0442\u043E\u043C\u0430\u0442\u0438\u0447\u0435\u0441\u043A\u043E\u0435 \u043E\u0442\u043A\u0440\u044B\u0442\u0438\u0435 \u0434\u0432\u0443\u044F\u0437\u044B\u0447\u043D\u044B\u0445 \u0441\u0443\u0431\u0442\u0438\u0442\u0440\u043E\u0432",alwaysTranslate:"\u0412\u0441\u0435\u0433\u0434\u0430 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0438\u0442\u0435",neverTranslate:"\u041D\u0438\u043A\u043E\u0433\u0434\u0430 \u043D\u0435 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0438\u0442\u0435",alwaysTranslateSomeLanguage:"\u0412\u0441\u0435\u0433\u0434\u0430 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0438\u0442\u0435 {language}",neverTranslateSomeLanguage:"\u041D\u0438\u043A\u043E\u0433\u0434\u0430 \u043D\u0435 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0438\u0442\u0435 {language}",alwaysTranslateSomeSite:"\u0412\u0441\u0435\u0433\u0434\u0430 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0438\u0442\u0435 {hostname}",neverTranslateSomeSite:"\u041D\u0438\u043A\u043E\u0433\u0434\u0430 \u043D\u0435 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0438\u0442\u0435 {hostname}",alwaysTranslateSomeSiteOrWildSite:"\u0412\u0441\u0435\u0433\u0434\u0430 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0438\u0442\u0435 \u0441\u0430\u0439\u0442",alwaysTranslateSomePage:"\u0412\u0441\u0435\u0433\u0434\u0430 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0438\u0442\u0435 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u0443",add:"\u0443\u0432\u0435\u043B\u0438\u0447\u0438\u0442\u044C",default:"\u043F\u043E \u0443\u043C\u043E\u043B\u0447\u0430\u043D\u0438\u044E (\u043D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0430)",forThisLanguage:"\u0414\u043B\u044F \u044D\u0442\u043E\u0433\u043E \u044F\u0437\u044B\u043A\u0430\uFF1A","add url":"\u0412\u0432\u0435\u0434\u0438\u0442\u0435 URL",edit:"\u043A\u043E\u043C\u043F\u0438\u043B\u044F\u0442\u043E\u0440","translate other languages into specific language":"\u041F\u0435\u0440\u0435\u0432\u043E\u0434 \u0434\u0440\u0443\u0433\u0438\u0445 \u044F\u0437\u044B\u043A\u043E\u0432 \u043D\u0430 \u0443\u0441\u0442\u0430\u043D\u043E\u0432\u043B\u0435\u043D\u043D\u044B\u0439 \u0432\u0430\u043C\u0438 \u044F\u0437\u044B\u043A","select translation service":"\u0412\u044B\u0431\u0435\u0440\u0438\u0442\u0435 \u0441\u043B\u0443\u0436\u0431\u0443 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430",language:"\u043C\u043D\u043E\u0433\u043E\u044F\u0437\u044B\u0447\u0438\u0435","show-original":"\u041F\u043E\u043A\u0430\u0437\u0430\u0442\u044C \u043E\u0440\u0438\u0433\u0438\u043D\u0430\u043B\u044C\u043D\u044B\u0439 \u0442\u0435\u043A\u0441\u0442",translate:"\u0440\u0435\u043D\u0434\u0435\u0440\u0438\u043D\u0433",Translated:"\u043F\u0435\u0440\u0435\u0432\u0435\u0434\u0435\u043D\u043E",Translating:"\u0432 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0435",Error:"\u043D\u0435\u0432\u0435\u0440\u043D\u044B\u0439",allowCacheTranslations:"\u0412\u043A\u043B\u044E\u0447\u0438\u0442\u044C \u043B\u043E\u043A\u0430\u043B\u044C\u043D\u043E\u0435 \u043A\u044D\u0448\u0438\u0440\u043E\u0432\u0430\u043D\u0438\u0435 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u043E\u0432 (\u0434\u043B\u044F \u0443\u043C\u0435\u043D\u044C\u0448\u0435\u043D\u0438\u044F \u043A\u043E\u043B\u0438\u0447\u0435\u0441\u0442\u0432\u0430 \u0437\u0430\u043F\u0440\u043E\u0441\u043E\u0432 \u043D\u0430 \u043F\u0435\u0440\u0435\u0432\u043E\u0434 \u0434\u0443\u0431\u043B\u0438\u0440\u0443\u044E\u0449\u0438\u0445\u0441\u044F \u043E\u0442\u0440\u044B\u0432\u043A\u043E\u0432)","translation display":"\u0421\u0442\u0438\u043B\u044C \u043E\u0442\u043E\u0431\u0440\u0430\u0436\u0435\u043D\u0438\u044F \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430","select diplay style":"\u0420\u0430\u0437\u043B\u0438\u0447\u0430\u0442\u044C \u0441\u0442\u0438\u043B\u0438 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430, \u043E\u043F\u0438\u0440\u0430\u044F\u0441\u044C \u043D\u0430 \u0441\u043B\u0435\u0434\u0443\u044E\u0449\u0438\u0435 \u043F\u0440\u0438\u043C\u0435\u0440\u044B",interface:"\u041D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0438 \u0438\u043D\u0442\u0435\u0440\u0444\u0435\u0439\u0441\u0430",import_export:"\u0418\u043C\u043F\u043E\u0440\u0442/\u044D\u043A\u0441\u043F\u043E\u0440\u0442",import_export_title:"\u041A\u043E\u043D\u0444\u0438\u0433\u0443\u0440\u0430\u0446\u0438\u044F \u0438\u043C\u043F\u043E\u0440\u0442\u0430/\u044D\u043A\u0441\u043F\u043E\u0440\u0442\u0430",syncToGoogleDrive:"\u0422\u0435\u043F\u0435\u0440\u044C \u0441\u0438\u043D\u0445\u0440\u043E\u043D\u0438\u0437\u0430\u0446\u0438\u044F \u0441 Google Drive",floatBallOptions:"\u041D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0438 \u0445\u043E\u0432\u0435\u0440\u0431\u043E\u043B\u0430","floatBallOptions.enable":"\u0412\u043A\u043B\u044E\u0447\u0438\u0442\u044C \u0445\u043E\u0432\u0435\u0440\u0431\u043E\u043B","floatBallOptions.blockUrls":"\u041E\u0442\u043A\u043B\u044E\u0447\u0438\u0442\u044C \u0441\u0430\u0439\u0442","floatBallOptions.add":"\u0443\u0432\u0435\u043B\u0438\u0447\u0438\u0442\u044C","floatBallOptions.blockUrlDesc":"\u041F\u0430\u0440\u044F\u0449\u0438\u0435 \u0448\u0430\u0440\u044B \u043D\u0435 \u043E\u0442\u043E\u0431\u0440\u0430\u0436\u0430\u044E\u0442\u0441\u044F, \u043A\u043E\u0433\u0434\u0430 \u0432\u0441\u0442\u0440\u0435\u0447\u0430\u044E\u0442\u0441\u044F \u0441\u043B\u0435\u0434\u0443\u044E\u0449\u0438\u0435 \u0441\u0430\u0439\u0442\u044B","floatBallOptions.clickType":"\u043F\u043E\u0432\u0435\u0434\u0435\u043D\u0438\u0435 \u043F\u0440\u0438 \u043D\u0430\u0436\u0430\u0442\u0438\u0438","floatBallOptions.clickTypeDesc":"\u041F\u043E\u0432\u0435\u0434\u0435\u043D\u0438\u0435 \u0438\u043A\u043E\u043D\u043A\u0438 \u0445\u043E\u0432\u0435\u0440\u0431\u043E\u043B\u0430 \u043F\u0440\u0438 \u043D\u0430\u0436\u0430\u0442\u0438\u0438","floatBallOptions.clickPopup":"\u041F\u043E\u043A\u0430\u0437\u0430\u0442\u044C \u043F\u0430\u043D\u0435\u043B\u044C \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430","floatBallOptions.clickTranslate":"\u041F\u0435\u0440\u0435\u0432\u043E\u0434/\u043E\u0442\u043E\u0431\u0440\u0430\u0436\u0435\u043D\u0438\u0435 \u043E\u0440\u0438\u0433\u0438\u043D\u0430\u043B\u044C\u043D\u043E\u0433\u043E \u0442\u0435\u043A\u0441\u0442\u0430","floatBallOptions.fixedPosition":"\u56FA\u5B9A\u4F4D\u7F6E","floatBallOptions.fixedPositionDesc":"\u60AC\u6D6E\u7403\u5728\u7A97\u53E3\u5DE6\u4FA7\u8FD8\u662F\u53F3\u4FA7","floatBallOptions.fixedPositionLeft":"\u5DE6\u4FA7","floatBallOptions.fixedPositionRight":"\u53F3\u4FA7",previewAllThemes:"\u041F\u0440\u0435\u0434\u0432\u0430\u0440\u0438\u0442\u0435\u043B\u044C\u043D\u044B\u0439 \u043F\u0440\u043E\u0441\u043C\u043E\u0442\u0440 \u0432\u0441\u0435\u0445 \u0441\u0442\u0438\u043B\u0435\u0439","translationTheme.none":"\u043D\u0435 \u0438\u043C\u0435\u0442\u044C","translationTheme.grey":"\u0442\u0451\u043C\u043D\u043E-\u0441\u0435\u0440\u044B\u0439","translationTheme.dashed":"\u043F\u0443\u043D\u043A\u0442\u0438\u0440\u043D\u043E\u0435 \u043F\u043E\u0434\u0447\u0451\u0440\u043A\u0438\u0432\u0430\u043D\u0438\u0435","translationTheme.dotted":"\u0442\u043E\u0447\u0435\u0447\u043D\u043E\u0435 \u043F\u043E\u0434\u0447\u0435\u0440\u043A\u0438\u0432\u0430\u043D\u0438\u0435","translationTheme.dashedBorder":"\u043F\u0443\u043D\u043A\u0442\u0438\u0440\u043D\u0430\u044F \u0433\u0440\u0430\u043D\u0438\u0446\u0430","translationTheme.solidBorder":"\u0441\u043F\u043B\u043E\u0448\u043D\u0430\u044F \u0433\u0440\u0430\u043D\u0438\u0446\u0430","translationTheme.underline":"\u041F\u043E\u0434\u0447\u0435\u0440\u043A\u0438\u0432\u0430\u043D\u0438\u0435 \u043F\u0440\u044F\u043C\u044B\u0445 \u043B\u0438\u043D\u0438\u0439","translationTheme.mask":"\u041D\u0435\u0447\u0435\u0442\u043A\u0438\u0435 \u044D\u0444\u0444\u0435\u043A\u0442\u044B (\u0440\u0435\u0436\u0438\u043C\u044B \u043E\u0431\u0443\u0447\u0435\u043D\u0438\u044F)","translationTheme.opacity":"\u044D\u0444\u0444\u0435\u043A\u0442 \u043F\u0440\u043E\u0437\u0440\u0430\u0447\u043D\u043E\u0441\u0442\u0438","translationTheme.paper":"\u042D\u0444\u0444\u0435\u043A\u0442 \u0442\u0435\u043D\u0438 \u043E\u0442 \u0431\u0435\u043B\u043E\u0439 \u0431\u0443\u043C\u0430\u0433\u0438","translationTheme.dividingLine":"\u0440\u0430\u0437\u0434\u0435\u043B\u0438\u0442\u0435\u043B\u044C\u043D\u0430\u044F \u043B\u0438\u043D\u0438\u044F","translationTheme.highlight":"\u0432\u044B\u0441\u043E\u043A\u0430\u044F \u044F\u0440\u043A\u043E\u0441\u0442\u044C","translationTheme.marker":"\u043C\u0430\u0440\u043A\u0435\u0440 (\u0437\u0430\u0438\u043C\u0441\u0442\u0432\u043E\u0432\u0430\u043D\u043D\u043E\u0435 \u0441\u043B\u043E\u0432\u043E)","translationTheme.marker2":"\u041C\u0430\u0440\u043A\u0435\u0440 2","translationTheme.blockquote":"\u0421\u0442\u0438\u043B\u0438 \u0441\u0441\u044B\u043B\u043E\u043A","translationTheme.weakening":"\u043E\u0441\u043B\u0430\u0431\u043B\u0435\u043D\u0438\u0435","translationTheme.italic":"\u043D\u0430\u043A\u043B\u043E\u043D\u043D\u044B\u0439 \u0448\u0440\u0438\u0444\u0442","translationTheme.bold":"\u0441\u0433\u0443\u0441\u0442\u0438\u0442\u044C","translationTheme.thinDashed":"\u0442\u043E\u043D\u043A\u0430\u044F \u043F\u0443\u043D\u043A\u0442\u0438\u0440\u043D\u0430\u044F \u043B\u0438\u043D\u0438\u044F \u043F\u043E\u0434\u0447\u0435\u0440\u043A\u0438\u0432\u0430\u043D\u0438\u0435","translationTheme.nativeDashed":"\u0421\u0438\u0441\u0442\u0435\u043C\u0430 \u043F\u043E\u0441\u0442\u0430\u0432\u043B\u044F\u0435\u0442\u0441\u044F \u0441 \u043F\u0443\u043D\u043A\u0442\u0438\u0440\u043D\u044B\u043C \u043F\u043E\u0434\u0447\u0435\u0440\u043A\u0438\u0432\u0430\u043D\u0438\u0435\u043C","translationTheme.nativeDotted":"\u0421\u0438\u0441\u0442\u0435\u043C\u0430 \u043F\u043E\u0441\u0442\u0430\u0432\u043B\u044F\u0435\u0442\u0441\u044F \u0441 \u043F\u0443\u043D\u043A\u0442\u0438\u0440\u043D\u044B\u043C \u043F\u043E\u0434\u0447\u0435\u0440\u043A\u0438\u0432\u0430\u043D\u0438\u0435\u043C","translationTheme.nativeUnderline":"\u0421\u0438\u0441\u0442\u0435\u043C\u0430 \u043F\u043E\u0441\u0442\u0430\u0432\u043B\u044F\u0435\u0442\u0441\u044F \u0441 \u043F\u0440\u044F\u043C\u044B\u043C \u043F\u043E\u0434\u0441\u0442\u0440\u043E\u0447\u043D\u0438\u043A\u043E\u043C","translationTheme.wavy":"\u0432\u043E\u043B\u043D\u0438\u0441\u0442\u0430\u044F \u043B\u0438\u043D\u0438\u044F","translationServices.custom":"\u041F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u0435\u043B\u044C\u0441\u043A\u0438\u0439 API","translationServices.tencent":"\u041F\u0435\u0440\u0435\u0432\u043E\u0434\u0447\u0438\u043A Tencent","translationServices.tenAlpha":"Tencent Translator (Alpha)","translationServices.google":"Google Translate","translationServices.bai":"Baidu (Alpha)","translationServices.baidu":"\u041F\u0435\u0440\u0435\u0432\u043E\u0434 Baidu","translationServices.aliyun":"\u041F\u0435\u0440\u0435\u0432\u043E\u0434 AliCloud","translationServices.volc":"\u043F\u0435\u0440\u0435\u0432\u043E\u0434 \u0432\u0443\u043B\u043A\u0430\u043D\u0430","translationServices.deeplx":"DeepLX (Beta)","translationServices.bing":"Microsoft Translate","translationServices.deepl":"DeepL","translationServices.wechat":"\u041F\u0435\u0440\u0435\u0432\u043E\u0434 WeChat","translationServices.azure":"\u041B\u0430\u0437\u0443\u0440\u043D\u044B\u0439 \u043F\u0435\u0440\u0435\u0432\u043E\u0434","translationServices.ibm":"IBM Watson","translationServices.aws":"\u041F\u0435\u0440\u0435\u0432\u043E\u0434 Amazon","translationServices.mock":"\u0418\u043C\u0438\u0442\u0430\u0446\u0438\u044F \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430","translationServices.mock2":"\u0418\u043C\u0438\u0442\u0430\u0446\u0438\u044F \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430 2","translationServices.caiyun":"\u043B\u0438\u0442. \u0440\u0430\u0437\u043D\u043E\u0446\u0432\u0435\u0442\u043D\u044B\u0435 \u043E\u0431\u043B\u0430\u043A\u0430 \u0438 \u043D\u0435\u0431\u043E\u043B\u044C\u0448\u0438\u0435 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u044B","translationServices.cai":"\u0420\u0430\u0437\u043D\u043E\u0446\u0432\u0435\u0442\u043D\u044B\u0435 \u043E\u0431\u043B\u0430\u043A\u0430 (\u0410\u043B\u044C\u0444\u0430)","translationServices.volcAlpha":"\u0412\u0443\u043B\u043A\u0430\u043D (\u0410\u043B\u044C\u0444\u0430)","translationServices.openl":"OpenL","translationServices.youdao":"\u041F\u0435\u0440\u0435\u0432\u043E\u0434 \u043D\u0430 Youtube","translationServices.you":"\u041F\u0435\u0440\u0435\u0432\u043E\u0434\u0447\u0438\u043A Youdao (\u0410\u043B\u044C\u0444\u0430)","translationServices.transmart":"\u041F\u0435\u0440\u0435\u0432\u043E\u0434 Tencent Interactive","translationServices.niu":"Maverick Translator","translationServices.papago":"\u041F\u0435\u0440\u0435\u0432\u043E\u0434 Papago","translationServices.d":"D (Alpha)","translationServices.dpro":"D Pro (Canary)","translationServices.openai":"OpenAI","translationServices.yandex":"Yandex","translationServices.chatgpt":"ChatGPT Web(3.5 mobile)","translate title":"\u041F\u0435\u0440\u0435\u0432\u043E\u0434 \u0437\u0430\u0433\u043E\u043B\u043E\u0432\u043A\u043E\u0432 \u0441\u0442\u0440\u0430\u043D\u0438\u0446","always languages":"\u0412\u0441\u0435\u0433\u0434\u0430 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0438\u0442\u0435 \u044F\u0437\u044B\u043A",neverTranslateLanguagesLabel:"\u042F\u0437\u044B\u043A, \u043A\u043E\u0442\u043E\u0440\u044B\u0439 \u043D\u0438\u043A\u043E\u0433\u0434\u0430 \u043D\u0435 \u0431\u0443\u0434\u0435\u0442 \u043F\u0435\u0440\u0435\u0432\u0435\u0434\u0435\u043D",neverTranslateTheFollowingLanguagesDescription:"\u041F\u0435\u0440\u0435\u0432\u043E\u0434\u044B \u043F\u0440\u043E\u043F\u0443\u0441\u043A\u0430\u044E\u0442\u0441\u044F, \u0435\u0441\u043B\u0438 \u0430\u0431\u0437\u0430\u0446 \u043D\u0430 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u0435 \u043D\u0430\u043F\u0438\u0441\u0430\u043D \u043D\u0430 \u043E\u0434\u043D\u043E\u043C \u0438\u0437 \u0441\u043B\u0435\u0434\u0443\u044E\u0449\u0438\u0445 \u044F\u0437\u044B\u043A\u043E\u0432",enableUserscriptPagePopup:"\u041F\u043E\u043A\u0430\u0437\u044B\u0432\u0430\u0442\u044C \u043D\u0430\u0432\u0435\u0434\u0435\u043D\u043D\u044B\u0439 \u0448\u0430\u0440 \u043D\u0430 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u0435",enableUserscriptPagePopupDescription:"\u041F\u043E\u0441\u043B\u0435 \u0432\u044B\u043A\u043B\u044E\u0447\u0435\u043D\u0438\u044F \u0445\u043E\u0432\u0435\u0440\u0431\u043E\u043B\u0430 \u0435\u0433\u043E \u043C\u043E\u0436\u043D\u043E \u0432\u044B\u0437\u0432\u0430\u0442\u044C \u0441 \u043F\u043E\u043C\u043E\u0449\u044C\u044E \u044F\u0440\u043B\u044B\u043A\u0430 /{touch}. \u041D\u0430\u0441\u0442\u043E\u044F\u0442\u0435\u043B\u044C\u043D\u043E \u0440\u0435\u043A\u043E\u043C\u0435\u043D\u0434\u0443\u0435\u0442\u0441\u044F \u0434\u043E\u0431\u0430\u0432\u0438\u0442\u044C \u044D\u0442\u0443 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u0443 \u043D\u0430\u0441\u0442\u0440\u043E\u0435\u043A \u0432 \u0437\u0430\u043A\u043B\u0430\u0434\u043A\u0438, \u0447\u0442\u043E\u0431\u044B \u043D\u0435 \u043D\u0430\u0439\u0442\u0438 \u0445\u043E\u0432\u0435\u0440\u0431\u043E\u043B \u043F\u043E\u0441\u043B\u0435 \u0441\u043B\u0443\u0447\u0430\u0439\u043D\u043E\u0433\u043E \u043E\u0442\u043A\u043B\u044E\u0447\u0435\u043D\u0438\u044F \u044D\u0442\u043E\u0439 \u043E\u043F\u0446\u0438\u0438!","always translate the following languages":"\u0410\u0432\u0442\u043E\u043C\u0430\u0442\u0438\u0447\u0435\u0441\u043A\u0438\u0439 \u043F\u0435\u0440\u0435\u0432\u043E\u0434 \u043D\u0430 \u0446\u0435\u043B\u0435\u0432\u043E\u0439 \u044F\u0437\u044B\u043A, \u0435\u0441\u043B\u0438 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u0430 \u043D\u0430\u043F\u0438\u0441\u0430\u043D\u0430 \u043D\u0430 \u043E\u0434\u043D\u043E\u043C \u0438\u0437 \u0441\u043B\u0435\u0434\u0443\u044E\u0449\u0438\u0445 \u044F\u0437\u044B\u043A\u043E\u0432","always sites":"\u0412\u0441\u0435\u0433\u0434\u0430 \u043F\u0435\u0440\u0435\u0432\u0435\u0434\u0435\u043D\u043D\u044B\u0435 \u0432\u0435\u0431-\u0441\u0430\u0439\u0442\u044B","always translate the following sites":"\u0412\u0435\u0431-\u0441\u0430\u0439\u0442\u044B \u0430\u0432\u0442\u043E\u043C\u0430\u0442\u0438\u0447\u0435\u0441\u043A\u0438 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u044F\u0442\u0441\u044F \u043D\u0430 \u044F\u0437\u044B\u043A \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430, \u0435\u0441\u043B\u0438 \u043E\u043D\u0438 \u044F\u0432\u043B\u044F\u044E\u0442\u0441\u044F \u0434\u043E\u043C\u0435\u043D\u043D\u044B\u043C\u0438 \u0438\u043C\u0435\u043D\u0430\u043C\u0438","never sites":"\u041D\u0435\u043F\u0435\u0440\u0435\u0432\u0435\u0434\u0435\u043D\u043D\u044B\u0439 \u0441\u0430\u0439\u0442","never translate the following sites":"\u041F\u0435\u0440\u0435\u0432\u043E\u0434 \u043D\u0435 \u0431\u0443\u0434\u0435\u0442 \u0432\u044B\u043F\u043E\u043B\u043D\u044F\u0442\u044C\u0441\u044F, \u0435\u0441\u043B\u0438 \u0441\u0430\u0439\u0442 \u043F\u0440\u0435\u0434\u043D\u0430\u0437\u043D\u0430\u0447\u0435\u043D \u0434\u043B\u044F \u0441\u043B\u0435\u0434\u0443\u044E\u0449\u0438\u0445 \u0434\u043E\u043C\u0435\u043D\u043E\u0432","please refer to":"\u041F\u0435\u0440\u0435\u0434 \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u043D\u0438\u0435\u043C \u043D\u0435\u043E\u0431\u0445\u043E\u0434\u0438\u043C\u043E \u0437\u0430\u043F\u043E\u043B\u043D\u0438\u0442\u044C \u043A\u043B\u044E\u0447.",KeyAndConfigurationTutorial:"\u0423\u0447\u0435\u0431\u043D\u0438\u043A \u043F\u043E \u043F\u0440\u0438\u043C\u0435\u043D\u0435\u043D\u0438\u044E \u0438 \u043D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0435 \u043A\u043B\u044E\u0447\u0435\u0439",useAboveStyleForTheseSites:"\u0412\u0441\u0435\u0433\u0434\u0430 \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u0443\u0439\u0442\u0435 \u0441\u0442\u0438\u043B\u044C \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430 \u2308{theme}\u230B, \u0435\u0441\u043B\u0438 \u0441\u0430\u0439\u0442 \u043F\u0440\u0435\u0434\u043D\u0430\u0437\u043D\u0430\u0447\u0435\u043D \u0434\u043B\u044F \u0441\u043B\u0435\u0434\u0443\u044E\u0449\u0438\u0445 \u0434\u043E\u043C\u0435\u043D\u043E\u0432",currentUrl:"\u0422\u0435\u043A\u0443\u0449\u0438\u0439 URL",confirm:"\u0441\u043E\u0445\u0440\u0430\u043D\u044F\u0442\u044C (\u0444\u0430\u0439\u043B \u0438 \u0442.\u0434.) (\u0432\u044B\u0447\u0438\u0441\u043B\u0438\u0442\u0435\u043B\u044C\u043D\u0430\u044F \u0442\u0435\u0445\u043D\u0438\u043A\u0430)",cancel:"\u043E\u0442\u043C\u0435\u043D\u044B",delete:"\u0443\u0434\u0430\u043B\u0435\u043D\u0438\u0435","languages.auto":"\u0430\u0432\u0442\u043E\u043C\u0430\u0442\u0438\u0447\u0435\u0441\u043A\u043E\u0435 \u043E\u0431\u043D\u0430\u0440\u0443\u0436\u0435\u043D\u0438\u0435",syncToCloud:"\u0421\u0438\u043D\u0445\u0440\u043E\u043D\u0438\u0437\u0430\u0446\u0438\u044F \u0441 Google Drive",syncToCloudDescription:"\u0417\u0430\u0433\u0440\u0443\u0436\u0435\u043D\u043D\u0430\u044F \u0432 \u043E\u0431\u043B\u0430\u043A\u043E, \u043A\u043E\u043D\u0444\u0438\u0433\u0443\u0440\u0430\u0446\u0438\u044F \u043C\u043E\u0436\u0435\u0442 \u0431\u044B\u0442\u044C \u0441\u0438\u043D\u0445\u0440\u043E\u043D\u0438\u0437\u0438\u0440\u043E\u0432\u0430\u043D\u0430 \u043C\u0435\u0436\u0434\u0443 \u0440\u0430\u0437\u043B\u0438\u0447\u043D\u044B\u043C\u0438 \u0431\u0440\u0430\u0443\u0437\u0435\u0440\u0430\u043C\u0438/\u0441\u043A\u0440\u0438\u043F\u0442\u0430\u043C\u0438 grease monkey, \u0432 \u0437\u0430\u0432\u0438\u0441\u0438\u043C\u043E\u0441\u0442\u0438 \u043E\u0442 \u0442\u043E\u0433\u043E, \u0447\u0442\u043E \u0431\u044B\u043B\u043E \u0438\u0437\u043C\u0435\u043D\u0435\u043D\u043E \u043F\u043E\u0441\u043B\u0435\u0434\u043D\u0438\u043C.",syncToAccount:"\u0421\u0438\u043D\u0445\u0440\u043E\u043D\u0438\u0437\u0430\u0446\u0438\u044F \u0441 \u043E\u0431\u043B\u0430\u043A\u043E\u043C \u0438\u043C\u043C\u0435\u0440\u0441\u0438\u0432\u043D\u043E\u0433\u043E \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430",syncToAccountButton:"\u041C\u0433\u043D\u043E\u0432\u0435\u043D\u043D\u0430\u044F \u0441\u0438\u043D\u0445\u0440\u043E\u043D\u0438\u0437\u0430\u0446\u0438\u044F \u0441 \u043E\u0431\u043B\u0430\u043A\u043E\u043C",syncToAccountDescription:"\u0410\u0432\u0442\u043E\u043C\u0430\u0442\u0438\u0447\u0435\u0441\u043A\u0430\u044F \u0441\u0438\u043D\u0445\u0440\u043E\u043D\u0438\u0437\u0430\u0446\u0438\u044F \u043A\u043E\u043D\u0444\u0438\u0433\u0443\u0440\u0430\u0446\u0438\u0439 \u043C\u0435\u0436\u0434\u0443 \u0440\u0430\u0437\u043B\u0438\u0447\u043D\u044B\u043C\u0438 \u0443\u0441\u0442\u0440\u043E\u0439\u0441\u0442\u0432\u0430\u043C\u0438 \u0432 \u0437\u0430\u0432\u0438\u0441\u0438\u043C\u043E\u0441\u0442\u0438 \u043E\u0442 \u0442\u043E\u0433\u043E, \u043A\u0430\u043A\u0430\u044F \u0438\u0437 \u043D\u0438\u0445 \u0431\u044B\u043B\u0430 \u0438\u0437\u043C\u0435\u043D\u0435\u043D\u0430 \u043F\u043E\u0441\u043B\u0435\u0434\u043D\u0435\u0439.",successSyncConfigInAccount:"\u0423\u0441\u043F\u0435\u0448\u043D\u0430\u044F \u0441\u0438\u043D\u0445\u0440\u043E\u043D\u0438\u0437\u0430\u0446\u0438\u044F \u0441 \u043E\u0431\u043B\u0430\u043A\u043E\u043C",successSyncConfigToAccount:"\u0423\u0441\u043F\u0435\u0448\u043D\u0430\u044F \u0441\u0438\u043D\u0445\u0440\u043E\u043D\u0438\u0437\u0430\u0446\u0438\u044F \u0441 \u043E\u0431\u043B\u0430\u043A\u043E\u043C",syncConfigNoUpdate:"\u041E\u043D\u0430 \u0443\u0436\u0435 \u0441\u043E\u043E\u0442\u0432\u0435\u0442\u0441\u0442\u0432\u0443\u0435\u0442 \u0441\u043E\u0432\u0440\u0435\u043C\u0435\u043D\u043D\u044B\u043C \u0442\u0440\u0435\u0431\u043E\u0432\u0430\u043D\u0438\u044F\u043C.",authFail:"\u0421\u0431\u043E\u0439 \u0430\u0432\u0442\u043E\u0440\u0438\u0437\u0430\u0446\u0438\u0438",syncTitle:"\u0420\u0443\u0447\u043D\u043E\u0435 \u0443\u043F\u0440\u0430\u0432\u043B\u0435\u043D\u0438\u0435 \u0440\u0435\u0437\u0435\u0440\u0432\u043D\u044B\u043C \u043A\u043E\u043F\u0438\u0440\u043E\u0432\u0430\u043D\u0438\u0435\u043C",import_hint:"\u0438\u043C\u043F\u043E\u0440\u0442 (\u0434\u0430\u043D\u043D\u044B\u0435)",upload:"\u0437\u0430\u0433\u0440\u0443\u0437\u0438\u0442\u044C",revokeAuth:"\u043E\u0442\u043E\u0437\u0432\u0430\u0442\u044C \u0440\u0430\u0437\u0440\u0435\u0448\u0435\u043D\u0438\u0435",uploadFail:"\u0417\u0430\u0433\u0440\u0443\u0437\u043A\u0430 \u043D\u0435 \u0443\u0434\u0430\u043B\u0430\u0441\u044C",download:"\u0437\u0430\u0433\u0440\u0443\u0437\u043A\u0430",importSuccess:"\u0423\u0441\u043F\u0435\u0448\u043D\u043E \u0438\u043C\u043F\u043E\u0440\u0442\u0438\u0440\u0443\u0435\u0442\u0441\u044F",importFail:"\u0441\u0431\u043E\u0439 \u0438\u043C\u043F\u043E\u0440\u0442\u0430",deleteFail:"\u041D\u0435 \u0443\u0434\u0430\u043B\u043E\u0441\u044C \u0443\u0434\u0430\u043B\u0438\u0442\u044C",backupToCloud:"\u0420\u0443\u0447\u043D\u043E\u0435 \u0443\u043F\u0440\u0430\u0432\u043B\u0435\u043D\u0438\u0435 \u0444\u0430\u0439\u043B\u0430\u043C\u0438 \u0440\u0435\u0437\u0435\u0440\u0432\u043D\u043E\u0433\u043E \u043A\u043E\u043F\u0438\u0440\u043E\u0432\u0430\u043D\u0438\u044F",create_new_backup:"\u0414\u043E\u0431\u0430\u0432\u043B\u0435\u043D\u0438\u0435 \u043D\u043E\u0432\u043E\u0433\u043E \u0443\u0437\u043B\u0430 \u0440\u0435\u0437\u0435\u0440\u0432\u043D\u043E\u0433\u043E \u043A\u043E\u043F\u0438\u0440\u043E\u0432\u0430\u043D\u0438\u044F",maxBackupFiles:"\u0420\u0435\u0437\u0435\u0440\u0432\u043D\u043E\u0435 \u043A\u043E\u043F\u0438\u0440\u043E\u0432\u0430\u043D\u0438\u0435 \u043C\u043E\u0436\u0435\u0442 \u0431\u044B\u0442\u044C \u0432\u044B\u043F\u043E\u043B\u043D\u0435\u043D\u043E \u0434\u043E{count}\u0440\u0430\u0437\u043B\u0438\u0447\u043D\u044B\u0445 \u0443\u0437\u043B\u043E\u0432, \u0443\u0434\u0430\u043B\u0438\u0442\u0435 \u043D\u0435\u043D\u0443\u0436\u043D\u044B\u0435 \u0443\u0437\u043B\u044B.",backupToCloudDescription:"\u0420\u0443\u0447\u043D\u0430\u044F \u0437\u0430\u0433\u0440\u0443\u0437\u043A\u0430 \u0438\u043B\u0438 \u0432\u043E\u0441\u0441\u0442\u0430\u043D\u043E\u0432\u043B\u0435\u043D\u0438\u0435 \u0444\u0430\u0439\u043B\u043E\u0432 \u0440\u0435\u0437\u0435\u0440\u0432\u043D\u044B\u0445 \u043A\u043E\u043F\u0438\u0439, \u043F\u043E\u0437\u0432\u043E\u043B\u044F\u044E\u0449\u0430\u044F \u0441\u043E\u0437\u0434\u0430\u0432\u0430\u0442\u044C \u0434\u043E 3 \u0440\u0430\u0437\u043B\u0438\u0447\u043D\u044B\u0445 \u0440\u0435\u0437\u0435\u0440\u0432\u043D\u044B\u0445 \u043A\u043E\u043F\u0438\u0439",successSyncConfig:"\u0423\u0441\u043F\u0435\u0448\u043D\u0430\u044F \u0441\u0438\u043D\u0445\u0440\u043E\u043D\u0438\u0437\u0430\u0446\u0438\u044F \u0441 \u043E\u0431\u043B\u0430\u043A\u043E\u043C",syncFail:"\u0441\u0431\u043E\u0439 \u0441\u0438\u043D\u0445\u0440\u043E\u043D\u0438\u0437\u0430\u0446\u0438\u0438",updatedAt:"\u041E\u0431\u043D\u043E\u0432\u043B\u0435\u043D\u043E \u0441 \u0441\u0430\u0439\u0442\u0430 {date}",lastSyncedAt:"\u041F\u043E\u0441\u043B\u0435\u0434\u043D\u044F\u044F \u043F\u0440\u043E\u0432\u0435\u0440\u043A\u0430 \u043D\u0430 \u0441\u0430\u0439\u0442\u0435 {date}",downloadFail:"\u041D\u0435 \u0443\u0434\u0430\u043B\u043E\u0441\u044C \u0437\u0430\u0433\u0440\u0443\u0437\u0438\u0442\u044C",clickToDownload:"\u041D\u0430\u0436\u043C\u0438\u0442\u0435 \u0434\u043B\u044F \u0437\u0430\u0433\u0440\u0443\u0437\u043A\u0438",aboutLabel:"\u041E \u043A\u043E\u043C\u043F\u0430\u043D\u0438\u0438 - \u041E\u0431\u0440\u0430\u0442\u043D\u0430\u044F \u0441\u0432\u044F\u0437\u044C","browser.openAboutPage":"\u0418\u043D\u0444\u043E\u0440\u043C\u0430\u0446\u0438\u044F/\u041E\u0442\u0437\u044B\u0432\u044B",aboutLabelWithoutSponsor:"\u041E \u043A\u043E\u043C\u043F\u0430\u043D\u0438\u0438 - \u041E\u0431\u0440\u0430\u0442\u043D\u0430\u044F \u0441\u0432\u044F\u0437\u044C",aboutIntro:"\u041F\u0443\u0441\u0442\u044C \u043D\u0430\u043C \u0432\u0441\u0435\u043C \u0431\u0443\u0434\u0435\u0442 \u043B\u0435\u0433\u0447\u0435 \u0438 \u043F\u0440\u0438\u044F\u0442\u043D\u0435\u0435 \u043F\u043E\u043B\u0443\u0447\u0430\u0442\u044C \u0434\u043E\u0441\u0442\u0443\u043F \u043A \u043E\u0433\u0440\u043E\u043C\u043D\u043E\u043C\u0443 \u043A\u043E\u043B\u0438\u0447\u0435\u0441\u0442\u0432\u0443 \u0438\u043D\u0444\u043E\u0440\u043C\u0430\u0446\u0438\u0438 \u043D\u0430 \u0438\u043D\u043E\u0441\u0442\u0440\u0430\u043D\u043D\u044B\u0445 \u044F\u0437\u044B\u043A\u0430\u0445 \u0432 \u0418\u043D\u0442\u0435\u0440\u043D\u0435\u0442\u0435 \u2764\uFE0F \u0412\u044B \u043C\u043E\u0436\u0435\u0442\u0435 \u0430\u043A\u0442\u0438\u0432\u0438\u0440\u043E\u0432\u0430\u0442\u044C <6>\u0447\u043B\u0435\u043D\u0441\u0442\u0432\u043E \u0432 \u043F\u0440\u043E\u0433\u0440\u0430\u043C\u043C\u0435 Pro, \u0447\u0442\u043E\u0431\u044B \u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u044C\u0441\u044F \u0433\u043E\u0442\u043E\u0432\u044B\u043C\u0438 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430\u043C\u0438 DeepL \u0438 OpenAI.

\u0412\u044B \u043C\u043E\u0436\u0435\u0442\u0435 \u0441\u043B\u0435\u0434\u0438\u0442\u044C \u0437\u0430 \u043D\u0430\u043C\u0438 \u0432 <3>Twitter, <4>Telegram, Weibo, WeChat \u0438\u043B\u0438 <5>\u043F\u043E\u0434\u043F\u0438\u0441\u0430\u0442\u044C\u0441\u044F \u043D\u0430 \u043D\u0430\u0448\u0443 \u0440\u0430\u0441\u0441\u044B\u043B\u043A\u0443 \u043D\u0438\u0436\u0435, \u0447\u0442\u043E\u0431\u044B \u043E\u0442\u0441\u043B\u0435\u0436\u0438\u0432\u0430\u0442\u044C \u043E\u0431\u043D\u043E\u0432\u043B\u0435\u043D\u0438\u044F.
<7>\u0423\u0447\u0430\u0441\u0442\u043D\u0438\u043A\u0438 \u043F\u0440\u043E\u0433\u0440\u0430\u043C\u043C\u044B Pro \u043C\u043E\u0433\u0443\u0442 \u0441\u0432\u044F\u0437\u0430\u0442\u044C\u0441\u044F \u0441 \u043D\u0430\u043C\u0438 \u043F\u043E \u0430\u0434\u0440\u0435\u0441\u0443 <8>support@immersivetranslate.com \u0434\u043B\u044F \u0431\u044B\u0441\u0442\u0440\u043E\u0433\u043E \u043E\u0431\u0441\u043B\u0443\u0436\u0438\u0432\u0430\u043D\u0438\u044F \u043A\u043B\u0438\u0435\u043D\u0442\u043E\u0432.",aboutIntroWithoutSponsor:"\u041F\u0443\u0441\u0442\u044C \u0432\u0441\u0435\u043C \u043D\u0430\u043C \u0431\u0443\u0434\u0435\u0442 \u043B\u0435\u0433\u0447\u0435 \u0438 \u043F\u0440\u0438\u044F\u0442\u043D\u0435\u0435 \u043F\u043E\u043B\u0443\u0447\u0430\u0442\u044C \u0434\u043E\u0441\u0442\u0443\u043F \u043A \u043E\u0433\u0440\u043E\u043C\u043D\u043E\u043C\u0443 \u043A\u043E\u043B\u0438\u0447\u0435\u0441\u0442\u0432\u0443 \u0438\u043D\u0444\u043E\u0440\u043C\u0430\u0446\u0438\u0438 \u043D\u0430 \u0438\u043D\u043E\u0441\u0442\u0440\u0430\u043D\u043D\u044B\u0445 \u044F\u0437\u044B\u043A\u0430\u0445, \u0434\u043E\u0441\u0442\u0443\u043F\u043D\u043E\u0439 \u0432 \u0418\u043D\u0442\u0435\u0440\u043D\u0435\u0442\u0435 \u2764\uFE0F

\u0412\u044B \u043C\u043E\u0436\u0435\u0442\u0435 \u0441\u043B\u0435\u0434\u0438\u0442\u044C \u0437\u0430 \u043D\u0430\u043C\u0438 \u0432 <3>Twitter, <4>Telegram-\u043A\u0430\u043D\u0430\u043B\u0435, WeChat, WeChat Exchange \u0438\u043B\u0438 <5>\u043F\u043E\u0434\u043F\u0438\u0441\u0430\u0442\u044C\u0441\u044F \u043D\u0430 \u043E\u0442\u0441\u043B\u0435\u0436\u0438\u0432\u0430\u043D\u0438\u0435 \u043E\u0431\u043D\u043E\u0432\u043B\u0435\u043D\u0438\u0439 \u043F\u043E <5>\u044D\u043B\u0435\u043A\u0442\u0440\u043E\u043D\u043D\u043E\u0439 \u043F\u043E\u0447\u0442\u0435 \u043D\u0438\u0436\u0435.",projectHomepage:'\u041F\u0440\u043E\u0435\u043A\u0442 "\u0414\u043E\u043C',joinTelegramGroup:"\u041F\u0440\u0438\u0441\u043E\u0435\u0434\u0438\u043D\u044F\u0439\u0442\u0435\u0441\u044C \u043A \u0433\u0440\u0443\u043F\u043F\u0435 \u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u0435\u043B\u0435\u0439 \u0434\u043B\u044F \u0443\u0447\u0430\u0441\u0442\u0438\u044F \u0432 \u043E\u0431\u0441\u0443\u0436\u0434\u0435\u043D\u0438\u0438 \u0444\u0443\u043D\u043A\u0446\u0438\u0439",wechatPublicAccount:"WeChat Public",wechatCommunities:"\u0413\u0440\u0443\u043F\u043F\u0430 \u043E\u0431\u043C\u0435\u043D\u0430 WeChat",qqCommunities:"\u041A\u0430\u043D\u0430\u043B \u0441\u0432\u044F\u0437\u0438 QQ",joinTelegramChannel:"\u0421\u043B\u0435\u0434\u0438\u0442\u0435 \u0437\u0430 \u043E\u0431\u043D\u043E\u0432\u043B\u0435\u043D\u0438\u044F\u043C\u0438 \u0432 Telegram-\u043A\u0430\u043D\u0430\u043B\u0435",feedbackAndJoin:"\u0412\u043E\u043F\u0440\u043E\u0441 \u041E\u0431\u0440\u0430\u0442\u043D\u0430\u044F \u0441\u0432\u044F\u0437\u044C / \u0414\u043E\u0431\u0430\u0432\u0438\u0442\u044C \u0433\u0440\u0443\u043F\u043F\u0443",autoSync:"\u0430\u0432\u0442\u043E\u043C\u0430\u0442\u0438\u0447\u0435\u0441\u043A\u0430\u044F \u0441\u0438\u043D\u0445\u0440\u043E\u043D\u0438\u0437\u0430\u0446\u0438\u044F \u0432\u0440\u0435\u043C\u0435\u043D\u0438",loadingThemeTitle:"\u0421\u0442\u0438\u043B\u044C \u0437\u0430\u0433\u0440\u0443\u0437\u043A\u0438",loadingThemeDescription:"\u0423\u0441\u0442\u0430\u043D\u043E\u0432\u043A\u0430 \u0441\u0442\u0438\u043B\u044F \u043F\u0440\u0438 \u043E\u0436\u0438\u0434\u0430\u043D\u0438\u0438 \u0437\u0430\u0433\u0440\u0443\u0437\u043A\u0438 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430","loadingTheme.spinner":"\u0412\u0440\u0430\u0449\u0430\u044E\u0449\u0430\u044F\u0441\u044F \u0430\u043D\u0438\u043C\u0430\u0446\u0438\u044F","loadingTheme.text":"\u0441\u0442\u0430\u0442\u0438\u0447\u0435\u0441\u043A\u0438\u0439 \u0442\u0435\u043A\u0441\u0442 \u0447\u0435\u0433\u043E-\u043B. ","loadingTheme.none":"\u043D\u0435 \u043F\u043E\u043A\u0430\u0437\u0430\u043D\u043E",developerDescription:"\u0414\u043E\u043A\u0443\u043C\u0435\u043D\u0442\u0430\u0446\u0438\u044E \u043F\u043E \u0440\u0430\u0441\u0448\u0438\u0440\u0435\u043D\u043D\u043E\u0439 \u043D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0435 \u043C\u043E\u0436\u043D\u043E \u043D\u0430\u0439\u0442\u0438 <1>\u0437\u0434\u0435\u0441\u044C","edit border color":"\u0418\u0437\u043C\u0435\u043D\u0435\u043D\u0438\u0435 \u0446\u0432\u0435\u0442\u0430 \u0433\u0440\u0430\u043D\u0438\u0446\u044B",successSyncButNoChange:"\u0422\u0435\u043A\u0443\u0449\u0430\u044F \u043A\u043E\u043D\u0444\u0438\u0433\u0443\u0440\u0430\u0446\u0438\u044F \u0441\u043E\u043E\u0442\u0432\u0435\u0442\u0441\u0442\u0432\u0443\u0435\u0442 \u043E\u0431\u043B\u0430\u043A\u0443",customTheme:"\u041D\u0435\u0441\u0442\u0430\u043D\u0434\u0430\u0440\u0442\u043D\u044B\u0435 \u0446\u0432\u0435\u0442\u0430 \u0438 \u0440\u0430\u0437\u043C\u0435\u0440\u044B","customThemeLabel.borderColor":"\u0426\u0432\u0435\u0442 \u0433\u0440\u0430\u043D\u0438\u0446\u044B","customThemeLabel.borderRadius":"\u0421\u043A\u0440\u0443\u0433\u043B\u0435\u043D\u043D\u044B\u0435 \u043A\u0440\u0430\u044F","customThemeLabel.textColor":"\u0446\u0432\u0435\u0442 \u0442\u0435\u043A\u0441\u0442\u0430","customThemeLabel.backgroundColor":"\u0446\u0432\u0435\u0442 \u0444\u043E\u043D\u0430","customThemeLabel.zoom":"\u041C\u0430\u0441\u0448\u0442\u0430\u0431\u0438\u0440\u043E\u0432\u0430\u043D\u0438\u0435 \u0448\u0440\u0438\u0444\u0442\u0430 (%)","customThemeLabel.opacity":"\u041D\u0435\u043F\u0440\u043E\u0437\u0440\u0430\u0447\u043D\u043E\u0441\u0442\u044C \u0442\u0435\u043A\u0441\u0442\u0430 (%)",resetToDefaultColor:"\u0412\u043E\u0441\u0441\u0442\u0430\u043D\u043E\u0432\u043B\u0435\u043D\u0438\u0435 \u0446\u0432\u0435\u0442\u043E\u0432 \u043F\u043E \u0443\u043C\u043E\u043B\u0447\u0430\u043D\u0438\u044E",resetToDefaultSettings:"\u0412\u043E\u0441\u0441\u0442\u0430\u043D\u043E\u0432\u043B\u0435\u043D\u0438\u0435 \u043D\u0430\u0441\u0442\u0440\u043E\u0435\u043A \u043F\u043E \u0443\u043C\u043E\u043B\u0447\u0430\u043D\u0438\u044E",isTranslateTitle:"\u0412\u043A\u043B\u044E\u0447\u0438\u0442\u044C \u043F\u0435\u0440\u0435\u0432\u043E\u0434 \u0437\u0430\u0433\u043E\u043B\u043E\u0432\u043A\u043E\u0432 \u0441\u0442\u0440\u0430\u043D\u0438\u0446",isTranslateTitleDescription:"\u041F\u0440\u0438 \u043E\u0442\u043A\u0440\u044B\u0442\u0438\u0438 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u044B \u0435\u0435 \u0437\u0430\u0433\u043E\u043B\u043E\u0432\u043E\u043A \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0438\u0442\u0441\u044F",enableSearchEnhancement:"\u0412\u043A\u043B\u044E\u0447\u0435\u043D\u0438\u0435 \u0444\u0443\u043D\u043A\u0446\u0438\u0438 \u0440\u0430\u0441\u0448\u0438\u0440\u0435\u043D\u0438\u044F \u0434\u0432\u0443\u044F\u0437\u044B\u0447\u043D\u044B\u0445 \u0441\u043E\u043E\u0431\u0449\u0435\u043D\u0438\u0439",enableSearchEnhancementDescription:'\u041F\u043E\u0441\u043B\u0435 \u0432\u043A\u043B\u044E\u0447\u0435\u043D\u0438\u044F \u044D\u0442\u043E\u0439 \u0444\u0443\u043D\u043A\u0446\u0438\u0438 \u0440\u0435\u0437\u0443\u043B\u044C\u0442\u0430\u0442\u044B \u043F\u043E\u0438\u0441\u043A\u0430 "Google \u041D\u043E\u0432\u043E\u0441\u0442\u0438" \u0431\u0443\u0434\u0443\u0442 \u0430\u0432\u0442\u043E\u043C\u0430\u0442\u0438\u0447\u0435\u0441\u043A\u0438 \u043E\u0442\u043E\u0431\u0440\u0430\u0436\u0430\u0442\u044C\u0441\u044F \u0432 \u043F\u0440\u0430\u0432\u043E\u0439 \u043A\u043E\u043B\u043E\u043D\u043A\u0435 \u043F\u043E\u0434\u0434\u0435\u0440\u0436\u0438\u0432\u0430\u0435\u043C\u044B\u0445 \u0441\u0430\u0439\u0442\u043E\u0432 (Google \u041D\u043E\u0432\u043E\u0441\u0442\u0438, Google \u041F\u043E\u0438\u0441\u043A (\u043D\u0435\u043A\u043E\u0442\u043E\u0440\u044B\u0435 \u043A\u043B\u044E\u0447\u0435\u0432\u044B\u0435 \u0441\u043B\u043E\u0432\u0430), Snowball, Oriental Fortune, Futura, Tiger Community) \u0434\u043B\u044F \u0441\u043E\u043E\u0442\u0432\u0435\u0442\u0441\u0442\u0432\u0443\u044E\u0449\u0438\u0445 \u0430\u043D\u0433\u043B\u0438\u0439\u0441\u043A\u0438\u0445 \u043A\u043B\u044E\u0447\u0435\u0432\u044B\u0445 \u0441\u043B\u043E\u0432.',verifyService:"\u041D\u0430\u0436\u043C\u0438\u0442\u0435 \u0437\u0434\u0435\u0441\u044C, \u0447\u0442\u043E\u0431\u044B \u043F\u0440\u043E\u0442\u0435\u0441\u0442\u0438\u0440\u043E\u0432\u0430\u0442\u044C \u0443\u0441\u043B\u0443\u0433\u0443",verified:"\u041F\u0440\u043E\u0432\u0435\u0440\u043A\u0430 \u0443\u0441\u043F\u0435\u0448\u043D\u043E\u0441\u0442\u0438","field.langs":"\u041F\u043E\u0434\u0434\u0435\u0440\u0436\u0438\u0432\u0430\u0435\u043C\u044B\u0435 \u043A\u043E\u0434\u044B \u044F\u0437\u044B\u043A\u043E\u0432","field.model":"\u043C\u043E\u0434\u0435\u043B\u0438\u0440\u043E\u0432\u0430\u043D\u0438\u0435","field.translationEngine":"\u043C\u0435\u0445\u0430\u043D\u0438\u0437\u043C \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430","field.limitPerMinute":"\u041C\u0430\u043A\u0441\u0438\u043C\u0430\u043B\u044C\u043D\u043E\u0435 \u043A\u043E\u043B\u0438\u0447\u0435\u0441\u0442\u0432\u043E \u0437\u0430\u043F\u0440\u043E\u0441\u043E\u0432 \u0432 \u043C\u0438\u043D\u0443\u0442\u0443","field.limitPerSecond":"\u041C\u0430\u043A\u0441\u0438\u043C\u0430\u043B\u044C\u043D\u043E\u0435 \u043A\u043E\u043B\u0438\u0447\u0435\u0441\u0442\u0432\u043E \u0437\u0430\u043F\u0440\u043E\u0441\u043E\u0432 \u0432 \u0441\u0435\u043A\u0443\u043D\u0434\u0443","field.maxTextLengthPerRequest":"\u041C\u0430\u043A\u0441\u0438\u043C\u0430\u043B\u044C\u043D\u0430\u044F \u0434\u043B\u0438\u043D\u0430 \u0442\u0435\u043A\u0441\u0442\u0430 \u0432 \u043E\u0434\u043D\u043E\u043C \u0437\u0430\u043F\u0440\u043E\u0441\u0435","field.maxTextGroupLengthPerRequest":"\u041C\u0430\u043A\u0441\u0438\u043C\u0430\u043B\u044C\u043D\u043E\u0435 \u043A\u043E\u043B\u0438\u0447\u0435\u0441\u0442\u0432\u043E \u043F\u0430\u0440\u0430\u0433\u0440\u0430\u0444\u043E\u0432 \u0432 \u043E\u0434\u043D\u043E\u043C \u0437\u0430\u043F\u0440\u043E\u0441\u0435","field.apiUrl":"\u0410\u0434\u0440\u0435\u0441 \u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u0435\u043B\u044C\u0441\u043A\u043E\u0433\u043E \u0438\u043D\u0442\u0435\u0440\u0444\u0435\u0439\u0441\u0430 API","field.placeholderDelimiters":"\u0437\u0430\u0440\u0435\u0437\u0435\u0440\u0432\u0438\u0440\u043E\u0432\u0430\u043D\u043D\u043E\u0435 \u043C\u0435\u0441\u0442\u043E","description.custom":"\u0414\u043E\u0441\u0442\u0443\u043F \u043A \u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u0435\u043B\u044C\u0441\u043A\u043E\u043C\u0443 \u0438\u043D\u0442\u0435\u0440\u0444\u0435\u0439\u0441\u0443 \u0422\u0440\u0435\u0431\u0443\u0435\u0442\u0441\u044F \u0434\u043E\u043A\u0443\u043C\u0435\u043D\u0442\u0430\u0446\u0438\u044F","description.limitPerMinute":"\u0417\u0430\u043F\u0440\u043E\u0441\u044B, \u043F\u0440\u0435\u0432\u044B\u0448\u0430\u044E\u0449\u0438\u0435 \u044D\u0442\u043E\u0442 \u043B\u0438\u043C\u0438\u0442, \u043F\u043E\u043F\u0430\u0434\u0430\u044E\u0442 \u0432 \u043E\u0447\u0435\u0440\u0435\u0434\u044C \u0434\u043E \u043D\u0430\u0447\u0430\u043B\u0430 \u0441\u043B\u0435\u0434\u0443\u044E\u0449\u0435\u0439 \u043C\u0438\u043D\u0443\u0442\u044B. \u0412 \u0441\u0432\u044F\u0437\u0438 \u0441 \u0440\u0430\u0437\u043B\u0438\u0447\u043D\u044B\u043C\u0438 \u043E\u0433\u0440\u0430\u043D\u0438\u0447\u0435\u043D\u0438\u044F\u043C\u0438 \u0442\u0435\u043A\u0443\u0449\u0435\u0433\u043E \u0441\u0435\u0440\u0432\u0438\u0441\u0430 OpenAI, \u043F\u043E\u0441\u043B\u0435\u0434\u043D\u0438\u0435 \u043F\u0440\u0435\u0434\u043B\u0430\u0433\u0430\u0435\u043C\u044B\u0435 \u0437\u043D\u0430\u0447\u0435\u043D\u0438\u044F \u043C\u043E\u0436\u043D\u043E \u043F\u043E\u0441\u043C\u043E\u0442\u0440\u0435\u0442\u044C <1>\u0437\u0434\u0435\u0441\u044C","description.limitPerSecond":"\u0417\u0430\u043F\u0440\u043E\u0441\u044B, \u043F\u0440\u0435\u0432\u044B\u0448\u0430\u044E\u0449\u0438\u0435 \u044D\u0442\u043E\u0442 \u043B\u0438\u043C\u0438\u0442, \u043F\u043E\u043F\u0430\u0434\u0430\u044E\u0442 \u0432 \u043E\u0447\u0435\u0440\u0435\u0434\u044C \u0434\u043E \u043D\u0430\u0447\u0430\u043B\u0430 \u0441\u043B\u0435\u0434\u0443\u044E\u0449\u0435\u0439 \u0441\u0435\u043A\u0443\u043D\u0434\u044B. \u0412 \u0441\u0432\u044F\u0437\u0438 \u0441 \u0440\u0430\u0437\u043B\u0438\u0447\u043D\u044B\u043C\u0438 \u043E\u0433\u0440\u0430\u043D\u0438\u0447\u0435\u043D\u0438\u044F\u043C\u0438 \u0442\u0435\u043A\u0443\u0449\u0435\u0433\u043E \u0441\u0435\u0440\u0432\u0438\u0441\u0430 OpenAI, \u043F\u043E\u0441\u043B\u0435\u0434\u043D\u0438\u0435 \u043F\u0440\u0435\u0434\u043B\u0430\u0433\u0430\u0435\u043C\u044B\u0435 \u0437\u043D\u0430\u0447\u0435\u043D\u0438\u044F \u043C\u043E\u0436\u043D\u043E \u043F\u043E\u0441\u043C\u043E\u0442\u0440\u0435\u0442\u044C <1>\u0437\u0434\u0435\u0441\u044C","description.generalLimitPerSecond":"\u0417\u0430\u043F\u0440\u043E\u0441\u044B, \u043F\u0440\u0435\u0432\u044B\u0448\u0430\u044E\u0449\u0438\u0435 \u044D\u0442\u043E\u0442 \u043B\u0438\u043C\u0438\u0442, \u043F\u043E\u043F\u0430\u0434\u0430\u044E\u0442 \u0432 \u043E\u0447\u0435\u0440\u0435\u0434\u044C \u0434\u043E \u043D\u0430\u0447\u0430\u043B\u0430 \u0441\u043B\u0435\u0434\u0443\u044E\u0449\u0435\u0439 \u0441\u0435\u043A\u0443\u043D\u0434\u044B.","description.prompt":"\u041E\u0442\u043F\u0440\u0430\u0432\u0438\u0442\u044C \u0434\u0438\u0430\u043B\u043E\u0433 {service} \u043E\u0442 \u0438\u043C\u0435\u043D\u0438 \u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u0435\u043B\u044F, \u0433\u0434\u0435 {{text}} \u043E\u0431\u043E\u0437\u043D\u0430\u0447\u0430\u0435\u0442 \u0442\u0435\u043A\u0441\u0442 \u043F\u0430\u0440\u0430\u0433\u0440\u0430\u0444\u0430, {{from}} \u043E\u0431\u043E\u0437\u043D\u0430\u0447\u0430\u0435\u0442 \u044F\u0437\u044B\u043A \u043F\u0430\u0440\u0430\u0433\u0440\u0430\u0444\u0430, \u0430 {{to}} \u043E\u0431\u043E\u0437\u043D\u0430\u0447\u0430\u0435\u0442 \u0446\u0435\u043B\u0435\u0432\u043E\u0439 \u044F\u0437\u044B\u043A.","description.maxTextLengthPerRequest":"\u041C\u0430\u043A\u0441\u0438\u043C\u0430\u043B\u044C\u043D\u043E\u0435 \u043A\u043E\u043B\u0438\u0447\u0435\u0441\u0442\u0432\u043E \u0441\u0438\u043C\u0432\u043E\u043B\u043E\u0432 \u0432 \u043E\u0434\u043D\u043E\u043C \u0437\u0430\u043F\u0440\u043E\u0441\u0435 \u0441\u043B\u0438\u0448\u043A\u043E\u043C \u0432\u0435\u043B\u0438\u043A\u043E, \u0447\u0442\u043E \u043F\u0440\u0438\u0432\u043E\u0434\u0438\u0442 \u043A \u043C\u0435\u0434\u043B\u0435\u043D\u043D\u043E\u043C\u0443 \u043E\u0442\u043A\u043B\u0438\u043A\u0443 \u0438\u043D\u0442\u0435\u0440\u0444\u0435\u0439\u0441\u0430, \u043F\u043E\u044D\u0442\u043E\u043C\u0443 \u043F\u043E\u043F\u0440\u043E\u0431\u0443\u0439\u0442\u0435 \u043E\u0442\u0440\u0435\u0433\u0443\u043B\u0438\u0440\u043E\u0432\u0430\u0442\u044C \u044D\u0442\u043E\u0442 \u043F\u0430\u0440\u0430\u043C\u0435\u0442\u0440 \u0434\u043B\u044F \u043E\u043F\u0442\u0438\u043C\u0438\u0437\u0430\u0446\u0438\u0438 \u0441\u043A\u043E\u0440\u043E\u0441\u0442\u0438 \u0440\u0430\u0431\u043E\u0442\u044B","description.systemPrompt":"\u0414\u0438\u0430\u043B\u043E\u0433, \u043F\u0435\u0440\u0435\u0434\u0430\u043D\u043D\u044B\u0439 \u0432 OpenAI \u043A\u0430\u043A \u0432 \u0441\u0438\u0441\u0442\u0435\u043C\u0443, \u0433\u0434\u0435 {{text}} \u0443\u043A\u0430\u0437\u044B\u0432\u0430\u0435\u0442 \u043D\u0430 \u0442\u0435\u043A\u0441\u0442\u043E\u0432\u043E\u0435 \u0441\u043E\u0434\u0435\u0440\u0436\u0430\u043D\u0438\u0435 \u0430\u0431\u0437\u0430\u0446\u0430,{{from}} - \u043D\u0430 \u044F\u0437\u044B\u043A \u0430\u0431\u0437\u0430\u0446\u0430, \u0430{{to}} - \u043D\u0430 \u0446\u0435\u043B\u0435\u0432\u043E\u0439 \u044F\u0437\u044B\u043A.","field.domain":"\u0446\u0430\u0440\u0441\u0442\u0432\u043E","description.domain":"\u041F\u043E \u0443\u043C\u043E\u043B\u0447\u0430\u043D\u0438\u044E \u0443\u0441\u0442\u0430\u043D\u043E\u0432\u043B\u0435\u043D\u043E \u0437\u043D\u0430\u0447\u0435\u043D\u0438\u0435\uFF1Ageneral. \u041C\u043E\u0436\u0435\u0442 \u0431\u044B\u0442\u044C \u0443\u0441\u0442\u0430\u043D\u043E\u0432\u043B\u0435\u043D\u043E \u0442\u043E\u043B\u044C\u043A\u043E \u0432 \u0442\u043E\u043C \u0441\u043B\u0443\u0447\u0430\u0435, \u0435\u0441\u043B\u0438 \u0432 \u043A\u043E\u043D\u0441\u043E\u043B\u0438 Arima API \u0432\u043A\u043B\u044E\u0447\u0435\u043D \u0434\u043E\u043C\u0435\u043D\u043D\u044B\u0439 \u043F\u0435\u0440\u0435\u0432\u043E\u0434, \u043F\u043E\u0434\u0434\u0435\u0440\u0436\u0438\u0432\u0430\u0435\u043C\u044B\u0435 \u0434\u043E\u043C\u0435\u043D\u044B \u0441\u043C. <1>\u0437\u0434\u0435\u0441\u044C","field.scene":"\u0432\u0437\u044F\u0442\u044C","description.scene":"\u041F\u043E \u0443\u043C\u043E\u043B\u0447\u0430\u043D\u0438\u044E \u0443\u0441\u0442\u0430\u043D\u043E\u0432\u043B\u0435\u043D\u043E \u0437\u043D\u0430\u0447\u0435\u043D\u0438\u0435\uFF1Ageneral. \u041C\u043E\u0436\u0435\u0442 \u0431\u044B\u0442\u044C \u0443\u0441\u0442\u0430\u043D\u043E\u0432\u043B\u0435\u043D\u043E \u0442\u043E\u043B\u044C\u043A\u043E \u0432 \u0442\u043E\u043C \u0441\u043B\u0443\u0447\u0430\u0435, \u0435\u0441\u043B\u0438 \u0432 \u043A\u043E\u043D\u0441\u043E\u043B\u0438 AliCloud API \u043E\u0442\u043A\u0440\u044B\u0442 Machine Translation Pro, \u043E \u043F\u043E\u0434\u0434\u0435\u0440\u0436\u0438\u0432\u0430\u0435\u043C\u044B\u0445 \u0441\u0446\u0435\u043D\u0430\u0440\u0438\u044F\u0445 \u0441\u043C. <1>\u0437\u0434\u0435\u0441\u044C","field.vocabId":"\u0418\u0434\u0435\u043D\u0442\u0438\u0444\u0438\u043A\u0430\u0442\u043E\u0440 \u0441\u043B\u043E\u0432\u0430\u0440\u044F \u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u0435\u043B\u044F","description.vocabId":"\u0423\u043A\u0430\u0437\u0430\u043D\u043D\u044B\u0439 \u0441\u043B\u043E\u0432\u0430\u0440\u044C out_id, \u0432 \u043D\u0430\u0441\u0442\u043E\u044F\u0449\u0435\u0435 \u0432\u0440\u0435\u043C\u044F \u043F\u043E\u0434\u0434\u0435\u0440\u0436\u0438\u0432\u0430\u0435\u0442 \u043F\u0435\u0440\u0435\u0432\u043E\u0434 \u0441 \u0430\u043D\u0433\u043B\u0438\u0439\u0441\u043A\u043E\u0433\u043E \u043D\u0430 \u043A\u0438\u0442\u0430\u0439\u0441\u043A\u0438\u0439.","description.model":"\u041C\u043E\u0434\u0435\u043B\u0438 OpenAI, \u043C\u043E\u0433\u0443\u0442 \u0431\u044B\u0442\u044C gpt-3.5-turbo, gpt-4 \u0438 \u0442.\u0434.","description.maxTextGroupLengthPerRequest":"\u041A\u043E\u043B\u0438\u0447\u0435\u0441\u0442\u0432\u043E \u0430\u0431\u0437\u0430\u0446\u0435\u0432, \u043F\u0435\u0440\u0435\u0434\u0430\u0432\u0430\u0435\u043C\u044B\u0445 \u0441\u043B\u0443\u0436\u0431\u0435 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430 \u0437\u0430 \u043E\u0434\u0438\u043D \u0440\u0430\u0437, \u0435\u0441\u043B\u0438 \u0438\u0445 \u0441\u043B\u0438\u0448\u043A\u043E\u043C \u043C\u043D\u043E\u0433\u043E, \u044D\u0442\u043E \u043C\u043E\u0436\u0435\u0442 \u043F\u0440\u0438\u0432\u0435\u0441\u0442\u0438 \u043A \u0437\u0430\u043C\u0435\u0434\u043B\u0435\u043D\u0438\u044E \u0440\u0435\u0430\u043A\u0446\u0438\u0438 \u0438\u043D\u0442\u0435\u0440\u0444\u0435\u0439\u0441\u0430","description.apiUrl":"\u041F\u043E\u0436\u0430\u043B\u0443\u0439\u0441\u0442\u0430, \u0434\u043E\u0431\u0430\u0432\u044C\u0442\u0435 \u043A\u043E\u043D\u043A\u0440\u0435\u0442\u043D\u044B\u0435 URL \u0441 \u043F\u0443\u0442\u044F\u043C\u0438, <1>\u0431\u043E\u043B\u0435\u0435 \u043F\u043E\u0434\u0440\u043E\u0431\u043D\u043E\u0435 \u043E\u043F\u0438\u0441\u0430\u043D\u0438\u0435",enabledExtension:"\u0412\u043A\u043B\u044E\u0447\u0435\u043D\u0438\u0435 \u0440\u0430\u0441\u0448\u0438\u0440\u0435\u043D\u0438\u0439",clickToDisableExtension:"\u041D\u0430\u0436\u043C\u0438\u0442\u0435 \u0434\u043B\u044F \u043E\u0442\u043A\u043B\u044E\u0447\u0435\u043D\u0438\u044F \u0440\u0430\u0441\u0448\u0438\u0440\u0435\u043D\u0438\u0439",clickToEnableExtension:"\u041D\u0430\u0436\u043C\u0438\u0442\u0435 \u0434\u043B\u044F \u0432\u043A\u043B\u044E\u0447\u0435\u043D\u0438\u044F \u0440\u0430\u0441\u0448\u0438\u0440\u0435\u043D\u0438\u0439",hasBeenDisabled:"\u043E\u0442\u043A\u043B\u044E\u0447\u0435\u043D\u043E","show password":"\u041F\u043E\u043A\u0430\u0437\u0430\u0442\u044C \u043F\u0430\u0440\u043E\u043B\u044C",customContent:"\u0412\u0432\u0435\u0434\u0438\u0442\u0435 \u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u0435\u043B\u044C\u0441\u043A\u043E\u0435 \u0438\u043C\u044F \u043C\u043E\u0434\u0435\u043B\u0438",inputOptions:"\u0423\u0441\u043E\u0432\u0435\u0440\u0448\u0435\u043D\u0441\u0442\u0432\u043E\u0432\u0430\u043D\u0438\u0435 \u0431\u043B\u043E\u043A\u0430 \u0432\u0432\u043E\u0434\u0430",mouseHoverOptions:"\u043D\u0430\u0432\u0435\u0434\u0435\u043D\u0438\u0435 \u043C\u044B\u0448\u0438",modifyMouseHoverKey:"\u0418\u0437\u043C\u0435\u043D\u0435\u043D\u0438\u0435 \u044F\u0440\u043B\u044B\u043A\u0430 \u043D\u0430\u0432\u0435\u0434\u0435\u043D\u0438\u044F \u043C\u044B\u0448\u0438",enableInputTranslation:"\u0412\u043A\u043B\u044E\u0447\u0430\u0442\u044C \u043B\u0438 \u0440\u0430\u0441\u0448\u0438\u0440\u0435\u043D\u0438\u0435 \u043F\u043E\u043B\u044F \u0432\u0432\u043E\u0434\u0430",enableInputTranslationDescription:"\u041F\u043E\u0441\u043B\u0435 \u0432\u043A\u043B\u044E\u0447\u0435\u043D\u0438\u044F \u0432\u0432\u0435\u0434\u0438\u0442\u0435 {startingKey}{startingKey} hello \u043F\u0440\u044F\u043C\u043E \u0432 \u043F\u043E\u043B\u0435 \u0432\u0432\u043E\u0434\u0430, \u0437\u0430\u0442\u0435\u043C \u0431\u044B\u0441\u0442\u0440\u043E \u043D\u0430\u0431\u0435\u0440\u0438\u0442\u0435{inputTrailingTriggerKeyRepeatTimes}\u0440\u0430\u0437{trailingKey}, \u0447\u0442\u043E\u0431\u044B \u043F\u0435\u0440\u0435\u0432\u0435\u0441\u0442\u0438 \u043D\u0430 {inputTargetLanguage}.",enableInputTranslationDescriptionForNoneKey:"\u041F\u043E\u0441\u043B\u0435 \u0432\u043A\u043B\u044E\u0447\u0435\u043D\u0438\u044F \u044D\u0442\u043E\u0439 \u0444\u0443\u043D\u043A\u0446\u0438\u0438 \u0432\u0432\u0435\u0434\u0438\u0442\u0435\uFF1AHello World \u043D\u0435\u043F\u043E\u0441\u0440\u0435\u0434\u0441\u0442\u0432\u0435\u043D\u043D\u043E \u0432 \u043F\u043E\u043B\u0435 \u0432\u0432\u043E\u0434\u0430, \u0430 \u0437\u0430\u0442\u0435\u043C \u0431\u044B\u0441\u0442\u0440\u043E \u043D\u0430\u0436\u043C\u0438\u0442\u0435{inputTrailingTriggerKeyRepeatTimes}{trailingKey}\u0440\u0430\u0437 \u0434\u043B\u044F \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430 \u043D\u0430 \u0446\u0435\u043B\u0435\u0432\u043E\u0439 \u044F\u0437\u044B\u043A \u043F\u043E \u0443\u043C\u043E\u043B\u0447\u0430\u043D\u0438\u044E.",inputTargetLanguage:"\u0423\u0441\u0442\u0430\u043D\u043E\u0432\u043A\u0430 \u0446\u0435\u043B\u0435\u0432\u043E\u0433\u043E \u044F\u0437\u044B\u043A\u0430 \u043F\u043E \u0443\u043C\u043E\u043B\u0447\u0430\u043D\u0438\u044E \u0434\u043B\u044F \u043E\u043A\u043E\u043D \u0432\u0432\u043E\u0434\u0430",inputTargetLanguageDescription:"\u0426\u0435\u043B\u0435\u0432\u043E\u0439 \u044F\u0437\u044B\u043A \u043F\u043E \u0443\u043C\u043E\u043B\u0447\u0430\u043D\u0438\u044E \u0434\u043B\u044F \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430 \u043E\u043A\u043D\u0430 \u0432\u0432\u043E\u0434\u0430, \u0442.\u0435. {startingKey}{startingKey} \u043A\u0430\u043A \u044F\u0437\u044B\u043A \u043F\u043E \u0443\u043C\u043E\u043B\u0447\u0430\u043D\u0438\u044E \u0434\u043B\u044F \u0442\u0440\u0438\u0433\u0433\u0435\u0440\u043D\u044B\u0445 \u0441\u043B\u043E\u0432",inputTargetLanguageDescriptionForNoneKey:"\u0426\u0435\u043B\u0435\u0432\u043E\u0439 \u044F\u0437\u044B\u043A \u043F\u043E \u0443\u043C\u043E\u043B\u0447\u0430\u043D\u0438\u044E \u0434\u043B\u044F \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430 \u043F\u043E\u043B\u044F \u0432\u0432\u043E\u0434\u0430",inputStartingTriggerKeyTitle:"\u0423\u0441\u0442\u0430\u043D\u043E\u0432\u043A\u0430 \u0441\u0438\u043C\u0432\u043E\u043B\u0430 \u0440\u0430\u0437\u0434\u0435\u043B\u0435\u043D\u0438\u044F \u0434\u043B\u044F \u0447\u0430\u0441\u0442\u0438\u0447\u043D\u043E\u0433\u043E \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430 \u043F\u043E\u043B\u044F \u0432\u0432\u043E\u0434\u0430",inputStartingTriggerKeyDescription:"\u0415\u0441\u043B\u0438 \u043D\u0435\u0442 \u043D\u0435\u043E\u0431\u0445\u043E\u0434\u0438\u043C\u043E\u0441\u0442\u0438 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0438\u0442\u044C \u0432\u0441\u0435 \u043F\u043E\u043B\u0435 \u0432\u0432\u043E\u0434\u0430, \u0441\u043F\u043B\u0438\u0442\u0442\u0435\u0440 \u043F\u043E\u0437\u0432\u043E\u043B\u044F\u0435\u0442 \u043F\u0435\u0440\u0435\u0432\u0435\u0441\u0442\u0438 \u0442\u043E\u043B\u044C\u043A\u043E \u0447\u0430\u0441\u0442\u044C \u043E\u0442 {startingKey}{startingKey} \u0434\u043E \u043A\u043E\u043D\u0446\u0430 \u043F\u043E\u043B\u044F \u0432\u0432\u043E\u0434\u0430, \u0438\u043B\u0438 \u043C\u043E\u0436\u043D\u043E \u0443\u043A\u0430\u0437\u0430\u0442\u044C \u043A\u043E\u0434 \u044F\u0437\u044B\u043A\u0430, \u043D\u0430\u043F\u0440\u0438\u043C\u0435\u0440,\uFF1A{startingKey}ja \u043E\u0437\u043D\u0430\u0447\u0430\u0435\u0442 \u043F\u0435\u0440\u0435\u0432\u043E\u0434 \u0442\u043E\u043B\u044C\u043A\u043E \u0447\u0430\u0441\u0442\u0438 \u043E\u0442 {startingKey}ja \u0434\u043E \u043A\u043E\u043D\u0446\u0430 \u043F\u043E\u043B\u044F \u0432\u0432\u043E\u0434\u0430.",inputStartingTriggerKeyDescriptionForNoneKey:"\u0422\u0435\u043A\u0443\u0449\u0430\u044F \u043D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0430 \u043E\u0442\u0441\u0443\u0442\u0441\u0442\u0432\u0438\u044F \u043F\u0440\u0435\u0444\u0438\u043A\u0441\u0430 \u043D\u0435 \u043D\u0443\u0436\u043D\u0430, \u0438 \u0444\u0443\u043D\u043A\u0446\u0438\u044F \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430 \u043D\u0435\u043A\u043E\u0442\u043E\u0440\u044B\u0445 \u0442\u0435\u043A\u0441\u0442\u043E\u0432 \u0432 \u043E\u043A\u043D\u0435 \u0432\u0432\u043E\u0434\u0430 \u043F\u043E\u043A\u0430 \u043D\u0435 \u043C\u043E\u0436\u0435\u0442 \u0431\u044B\u0442\u044C \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u043D\u0430.",inputTrailingTriggerKeyTitle:"\u0412\u044B\u0431\u0435\u0440\u0438\u0442\u0435 \u0441\u0438\u043C\u0432\u043E\u043B \u043E\u043A\u043E\u043D\u0447\u0430\u043D\u0438\u044F \u0432\u0432\u043E\u0434\u0430",inputTrailingTriggerKeyDescription:"3 \u0431\u044B\u0441\u0442\u0440\u044B\u0445 \u0443\u0434\u0430\u0440\u0430{trailingKey} \u043D\u0430\u0447\u043D\u0435\u0442 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0438\u0442\u044C!",inputTrailingTriggerKeyTimeout:"\u0412\u0432\u0435\u0434\u0438\u0442\u0435 \u0432\u0440\u0435\u043C\u044F \u043C\u0435\u0436\u0434\u0443 \u0441\u0440\u0430\u0431\u0430\u0442\u044B\u0432\u0430\u043D\u0438\u044F\u043C\u0438 \u0432 \u043A\u043E\u043D\u0446\u0435 \u0431\u043E\u044F",inputTrailingTriggerKeyTimeoutDescription:"\u0423\u0441\u0442\u0430\u043D\u0430\u0432\u043B\u0438\u0432\u0430\u0435\u0442 \u0432\u0440\u0435\u043C\u044F (\u0432 \u043C\u0438\u043B\u043B\u0438\u0441\u0435\u043A\u0443\u043D\u0434\u0430\u0445) \u043C\u0435\u0436\u0434\u0443 \u0441\u0440\u0430\u0431\u0430\u0442\u044B\u0432\u0430\u043D\u0438\u044F\u043C\u0438 \u043A\u043E\u043C\u0431\u0438\u043D\u0438\u0440\u043E\u0432\u0430\u043D\u043D\u044B\u0445 \u0443\u0441\u0442\u0440\u043E\u0439\u0441\u0442\u0432 \u043E\u043A\u043E\u043D\u0447\u0430\u043D\u0438\u044F \u0432\u0432\u043E\u0434\u0430",spaceKey:"<\u7A7A\u683C\u952E>",noneKey:"\u041F\u0440\u044F\u043C\u043E\u0439 \u043F\u0435\u0440\u0435\u0432\u043E\u0434 \u0432\u0441\u0435\u0433\u043E \u0442\u0435\u043A\u0441\u0442\u043E\u0432\u043E\u0433\u043E \u043F\u043E\u043B\u044F \u0431\u0435\u0437 \u043F\u0440\u0435\u0444\u0438\u043A\u0441\u043E\u0432",inputTranslationBlockUrlsTitle:"\u041D\u0435 \u0432\u043A\u043B\u044E\u0447\u0430\u0439\u0442\u0435 \u0440\u0430\u0441\u0448\u0438\u0440\u0435\u043D\u0438\u0435 \u043F\u043E\u043B\u044F \u0432\u0432\u043E\u0434\u0430 \u0432 \u0441\u043B\u0435\u0434\u0443\u044E\u0449\u0438\u0445 URL-\u0430\u0434\u0440\u0435\u0441\u0430\u0445",inputTranslationBlockUrlsDescription:"\u0423\u0441\u043E\u0432\u0435\u0440\u0448\u0435\u043D\u0441\u0442\u0432\u043E\u0432\u0430\u043D\u0438\u044F \u043F\u043E\u043B\u044F \u0432\u0432\u043E\u0434\u0430 \u043D\u0435 \u0431\u0443\u0434\u0443\u0442 \u0440\u0430\u0431\u043E\u0442\u0430\u0442\u044C \u043D\u0430 \u0441\u043B\u0435\u0434\u0443\u044E\u0449\u0438\u0445 URL-\u0430\u0434\u0440\u0435\u0441\u0430\u0445",clickToSeeQuickDemo:"\u041D\u0430\u0436\u043C\u0438\u0442\u0435, \u0447\u0442\u043E\u0431\u044B \u0440\u0430\u0437\u0432\u0435\u0440\u043D\u0443\u0442\u044C 30-\u0441\u0435\u043A\u0443\u043D\u0434\u043D\u044B\u0439 \u043E\u0431\u0443\u0447\u0430\u044E\u0449\u0438\u0439 \u0432\u0438\u0434\u0435\u043E\u0440\u043E\u043B\u0438\u043A",inputHelperInfo:"\u041E\u043F\u0438\u0441\u0430\u043D\u0438\u0435\uFF1A\u041C\u044B \u043E\u043F\u0442\u0438\u043C\u0438\u0437\u0438\u0440\u043E\u0432\u0430\u043B\u0438 \u0440\u0430\u0431\u043E\u0442\u0443 \u0441 \u0442\u0435\u043C, \u0447\u0442\u043E \u043D\u0435\u043A\u043E\u0442\u043E\u0440\u044B\u0435 \u0442\u0440\u0438\u0433\u0433\u0435\u0440\u043D\u044B\u0435 \u0441\u0438\u043C\u0432\u043E\u043B\u044B \u043F\u0440\u0435\u0432\u0440\u0430\u0449\u0430\u044E\u0442\u0441\u044F \u0432 \u043A\u0438\u0442\u0430\u0439\u0441\u043A\u0438\u0435 \u0437\u043D\u0430\u043A\u0438 \u043F\u0440\u0435\u043F\u0438\u043D\u0430\u043D\u0438\u044F \u043F\u0440\u0438 \u043A\u0438\u0442\u0430\u0439\u0441\u043A\u0438\u0445 \u043C\u0435\u0442\u043E\u0434\u0430\u0445 \u0432\u0432\u043E\u0434\u0430, \u043D\u0430\u043F\u0440\u0438\u043C\u0435\u0440, / \u043F\u0440\u0435\u0432\u0440\u0430\u0449\u0430\u0435\u0442\u0441\u044F \u0432 \u0437\u043D\u0430\u043A dun , \u043F\u0440\u0438 \u043C\u0435\u0442\u043E\u0434\u0435 \u0432\u0432\u043E\u0434\u0430 Sogou, \u0438 Immersive Translator \u043F\u043E\u0434\u0434\u0435\u0440\u0436\u0438\u0432\u0430\u0435\u0442 \u0432\u0441\u0435 \u043A\u0438\u0442\u0430\u0439\u0441\u043A\u0438\u0435 \u0441\u0438\u043C\u0432\u043E\u043B\u044B, \u0441\u043E\u043E\u0442\u0432\u0435\u0442\u0441\u0442\u0432\u0443\u044E\u0449\u0438\u0435 \u0442\u0440\u0438\u0433\u0433\u0435\u0440\u043D\u044B\u043C \u0441\u0438\u043C\u0432\u043E\u043B\u0430\u043C, \u0442.\u0435. //,,, \u0431\u0443\u0434\u0443\u0442 \u0440\u0430\u0441\u043F\u043E\u0437\u043D\u0430\u0432\u0430\u0442\u044C\u0441\u044F \u043A\u0430\u043A \u0442\u0440\u0438\u0433\u0433\u0435\u0440\u043D\u044B\u0435 \u0441\u0438\u043C\u0432\u043E\u043B\u044B.

\u041C\u044B \u0442\u0430\u043A\u0436\u0435 \u043F\u043E\u0434\u0434\u0435\u0440\u0436\u0438\u0432\u0430\u0435\u043C \u043A\u0438\u0442\u0430\u0439\u0441\u043A\u0438\u0435 \u043F\u0441\u0435\u0432\u0434\u043E\u043D\u0438\u043C\u044B \u0434\u043B\u044F \u044F\u0437\u044B\u043A\u043E\u0432\u044B\u0445 \u043A\u043E\u0434\u043E\u0432 \u0432 \u043A\u0430\u0447\u0435\u0441\u0442\u0432\u0435 \u043A\u043E\u043C\u0430\u043D\u0434, \u043D\u0430\u043F\u0440\u0438\u043C\u0435\u0440, /Japanese Hello World \u0431\u0443\u0434\u0435\u0442 \u043F\u0435\u0440\u0435\u0432\u0435\u0434\u0435\u043D \u043D\u0430 \u044F\u043F\u043E\u043D\u0441\u043A\u0438\u0439 \u044F\u0437\u044B\u043A, <1>\u043D\u0430\u0436\u043C\u0438\u0442\u0435 \u0437\u0434\u0435\u0441\u044C, \u0447\u0442\u043E\u0431\u044B \u043F\u043E\u0441\u043C\u043E\u0442\u0440\u0435\u0442\u044C \u0432\u0441\u0435 \u043F\u043E\u0434\u0434\u0435\u0440\u0436\u0438\u0432\u0430\u0435\u043C\u044B\u0435 \u044F\u0437\u044B\u043A\u043E\u0432\u044B\u0435 \u043A\u043E\u0434\u044B.",reloadCurrentPage:"\u041F\u0435\u0440\u0435\u0434 \u043D\u0430\u0447\u0430\u043B\u043E\u043C \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430 \u043E\u0431\u043D\u043E\u0432\u0438\u0442\u0435 \u0442\u0435\u043A\u0443\u0449\u0443\u044E \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u0443.",noLocalFilePermissionForPDF:"\u0423 \u0432\u0430\u0441 \u043D\u0435\u0442 \u043F\u0440\u0430\u0432 \u043D\u0430 \u0447\u0442\u0435\u043D\u0438\u0435 \u043B\u043E\u043A\u0430\u043B\u044C\u043D\u044B\u0445 \u0444\u0430\u0439\u043B\u043E\u0432, \u043F\u043E\u0436\u0430\u043B\u0443\u0439\u0441\u0442\u0430, \u043D\u0430\u0436\u043C\u0438\u0442\u0435 \u043A\u043D\u043E\u043F\u043A\u0443 \u0432\u044B\u0448\u0435, \u0430 \u0437\u0430\u0442\u0435\u043C \u0438\u043C\u043F\u043E\u0440\u0442\u0438\u0440\u0443\u0439\u0442\u0435 \u043B\u043E\u043A\u0430\u043B\u044C\u043D\u044B\u0435 \u0444\u0430\u0439\u043B\u044B.",noPermissionForThisPage:"\u26A0\uFE0F \u041D\u0435\u0442 \u0440\u0430\u0437\u0440\u0435\u0448\u0435\u043D\u0438\u044F \u043D\u0430 \u043F\u0435\u0440\u0435\u0432\u043E\u0434 \u0442\u0435\u043A\u0443\u0449\u0435\u0439 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u044B",retryAllParagraphs:"\u041F\u043E\u0432\u0442\u043E\u0440\u043D\u043E\u0435 \u0432\u044B\u043F\u043E\u043B\u043D\u0435\u043D\u0438\u0435 \u0432\u0441\u0435\u0445 \u043E\u0448\u0438\u0431\u043E\u0447\u043D\u044B\u0445 \u043F\u0435\u0440\u0435\u0445\u043E\u0434\u043E\u0432",retryAllButton:"\u041F\u043E\u0432\u0442\u043E\u0440\u043D\u043E\u0435 \u0432\u044B\u043F\u043E\u043B\u043D\u0435\u043D\u0438\u0435 \u0432\u0441\u0435\u0445 \u043E\u0448\u0438\u0431\u043E\u0447\u043D\u044B\u0445 \u043F\u0435\u0440\u0435\u0445\u043E\u0434\u043E\u0432",errorTooltipTitle:"\u0429\u0435\u043B\u043A\u043D\u0438\u0442\u0435, \u0447\u0442\u043E\u0431\u044B \u0443\u0432\u0438\u0434\u0435\u0442\u044C \u043F\u0440\u0438\u0447\u0438\u043D\u0443 \u043E\u0448\u0438\u0431\u043A\u0438",errorModalTitle:"\u041F\u043E\u0445\u043E\u0436\u0435, \u0447\u0442\u043E-\u0442\u043E \u043D\u0435 \u0442\u0430\u043A \u0441\u043E \u0441\u043B\u0443\u0436\u0431\u043E\u0439 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430 \u0438\u043B\u0438 \u0441\u0435\u0442\u044C\u044E...",disableConfirm:"\u0414\u0432\u0443\u044F\u0437\u044B\u0447\u043D\u0430\u044F \u0443\u0441\u0442\u0430\u043D\u043E\u0432\u043A\u0430 \u0434\u043B\u044F \u0440\u0430\u0441\u0448\u0438\u0440\u0435\u043D\u0438\u044F \u0438\u043D\u0444\u043E\u0440\u043C\u0430\u0446\u0438\u0438",disableOnce:"\u042D\u0442\u0430 \u0438\u043D\u0432\u0430\u043B\u0438\u0434\u043D\u043E\u0441\u0442\u044C",disableGlobal:"\u043E\u0442\u043A\u043B\u044E\u0447\u0438\u0442\u044C \u043D\u0430\u0432\u0441\u0435\u0433\u0434\u0430",disableTint:"* \u0412\u044B \u043C\u043E\u0436\u0435\u0442\u0435 \u043F\u043E\u0432\u0442\u043E\u0440\u043D\u043E \u0432\u043A\u043B\u044E\u0447\u0438\u0442\u044C \u0435\u0433\u043E \u043D\u0430 \u0441\u0430\u0439\u0442\u0435 {option} .",searchEnhancementNotes:"\u041C\u044B \u043E\u0431\u043D\u0430\u0440\u0443\u0436\u0438\u043B\u0438, \u0447\u0442\u043E \u0440\u0435\u0437\u0443\u043B\u044C\u0442\u0430\u0442\u044B \u043F\u043E\u0438\u0441\u043A\u0430 \u043D\u043E\u0432\u043E\u0441\u0442\u0435\u0439 \u043F\u043E \u043A\u043B\u044E\u0447\u0435\u0432\u044B\u043C \u0441\u043B\u043E\u0432\u0430\u043C \u043D\u0430 \u043A\u0438\u0442\u0430\u0439\u0441\u043A\u043E\u043C \u0438 \u0430\u043D\u0433\u043B\u0438\u0439\u0441\u043A\u043E\u043C \u044F\u0437\u044B\u043A\u0430\u0445 \u0441\u0438\u043B\u044C\u043D\u043E \u043E\u0442\u043B\u0438\u0447\u0430\u044E\u0442\u0441\u044F. \u041F\u043E\u0441\u043B\u0435 \u0432\u043A\u043B\u044E\u0447\u0435\u043D\u0438\u044F \u0444\u0443\u043D\u043A\u0446\u0438\u0438 Immersive Translation Bilingual Information Enhancement \u043C\u044B \u0431\u0443\u0434\u0435\u043C \u0430\u0432\u0442\u043E\u043C\u0430\u0442\u0438\u0447\u0435\u0441\u043A\u0438 \u0438\u0441\u043A\u0430\u0442\u044C \u0434\u043B\u044F \u0432\u0430\u0441 \u0442\u0435 \u0436\u0435 \u0441\u0430\u043C\u044B\u0435 \u043A\u043B\u044E\u0447\u0435\u0432\u044B\u0435 \u0441\u043B\u043E\u0432\u0430 \u043D\u0430 \u0430\u043D\u0433\u043B\u0438\u0439\u0441\u043A\u043E\u043C \u044F\u0437\u044B\u043A\u0435 \u043D\u0430 \u043F\u043E\u0434\u0434\u0435\u0440\u0436\u0438\u0432\u0430\u0435\u043C\u044B\u0445 \u0441\u0430\u0439\u0442\u0430\u0445 (Google News, Google Search (\u043D\u0435\u043A\u043E\u0442\u043E\u0440\u044B\u0435 \u043A\u043B\u044E\u0447\u0435\u0432\u044B\u0435 \u0441\u043B\u043E\u0432\u0430), Snowball, Oriental Wealth, Futura, Tiger) \u0438 \u043E\u0442\u043E\u0431\u0440\u0430\u0436\u0430\u0442\u044C \u0438\u0445 \u0432 \u043F\u0440\u0430\u0432\u043E\u0439 \u0447\u0430\u0441\u0442\u0438. \u0412\u044B \u043C\u043E\u0436\u0435\u0442\u0435 \u043E\u0442\u043A\u043B\u044E\u0447\u0438\u0442\u044C \u044D\u0442\u0443 \u0444\u0443\u043D\u043A\u0446\u0438\u044E, \u0435\u0441\u043B\u0438 \u043E\u043D\u0430 \u0432\u0430\u043C \u043D\u0435 \u043D\u0443\u0436\u043D\u0430.",option:"\u043D\u0430\u0441\u0442\u0440\u0430\u0438\u0432\u0430\u0442\u044C",saveSettings:"\u0421\u043E\u0445\u0440\u0430\u043D\u0438\u0442\u044C \u043D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0438",closeModal:"\u0417\u0430\u043A\u0440\u044B\u0442\u044C \u043E\u043A\u043D\u043E",enableInputTranslationWithoutTriggerKeyTitle:"\u0412\u043A\u043B\u044E\u0447\u0438\u0442\u0435 3 \u0431\u044B\u0441\u0442\u0440\u044B\u0445 \u043D\u0430\u0436\u0430\u0442\u0438\u044F \u043D\u0430{trailingKey}, \u0447\u0442\u043E\u0431\u044B \u043D\u0430\u043F\u0440\u044F\u043C\u0443\u044E \u043F\u0435\u0440\u0435\u0432\u0435\u0441\u0442\u0438 \u0432\u0441\u0435 \u043F\u043E\u043B\u0435 \u0432\u0432\u043E\u0434\u0430 \u043D\u0430{inputTargetLanguage}.",enableInputTranslationWithoutTriggerKeyDescription:"\u0427\u0442\u043E\u0431\u044B \u0443\u043A\u0430\u0437\u0430\u0442\u044C \u0446\u0435\u043B\u0435\u0432\u043E\u0439 \u044F\u0437\u044B\u043A, \u0434\u043E\u0431\u0430\u0432\u044C\u0442\u0435 \u043A \u043D\u0435\u043C\u0443 \u043A\u043E\u0434 \u044F\u0437\u044B\u043A\u0430, \u043D\u0430\u043F\u0440\u0438\u043C\u0435\u0440,\uFF1Aja Hello World",mouseHoverShortcutPlaceholder:"\u043D\u0430\u043F\u0440\u0438\u043C\u0435\u0440,\uFF1AShift",deepLProName:"Immersive Translation Pro Member (Recommended)",deepLProDescription:"\u0422\u0435\u043A\u0443\u0449\u0438\u0439 \u043F\u0430\u043A\u0435\u0442 \u043C\u043E\u0436\u0435\u0442 \u0431\u044B\u0442\u044C \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u043D \u043D\u0430\u043F\u0440\u044F\u043C\u0443\u044E",deeplProDescriptionForNormal:"\u041D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0430 \u043D\u0435 \u0442\u0440\u0435\u0431\u0443\u0435\u0442\u0441\u044F, \u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u0435\u043B\u0438 \u043C\u043E\u0433\u0443\u0442 \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u044C \u0435\u0433\u043E \u043F\u043E\u0441\u043B\u0435 \u0432\u0445\u043E\u0434\u0430 \u0432 \u0441\u0438\u0441\u0442\u0435\u043C\u0443, <1>\u043D\u0430\u0436\u043C\u0438\u0442\u0435 \u0437\u0434\u0435\u0441\u044C, \u0447\u0442\u043E\u0431\u044B \u043F\u0435\u0440\u0435\u0439\u0442\u0438 \u0432 \u043A\u0430\u0442\u0435\u0433\u043E\u0440\u0438\u044E \u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u0435\u043B\u0435\u0439",deepLCustomDescription:"\u0422\u0440\u0435\u0431\u0443\u0435\u0442\u0441\u044F \u0438\u043D\u043E\u0441\u0442\u0440\u0430\u043D\u043D\u0430\u044F \u043A\u0440\u0435\u0434\u0438\u0442\u043D\u0430\u044F \u043A\u0430\u0440\u0442\u0430, \u043E\u0444\u0438\u0446\u0438\u0430\u043B\u044C\u043D\u043E \u043E\u0442\u043A\u0440\u044B\u0442\u0430 \u043D\u0430 \u0441\u0430\u0439\u0442\u0435 <1>DeepL, \u043D\u0430\u0436\u043C\u0438\u0442\u0435 \u0434\u043B\u044F \u043F\u043E\u043B\u0443\u0447\u0435\u043D\u0438\u044F <2>\u0434\u043E\u043A\u0443\u043C\u0435\u043D\u0442\u0430\u0446\u0438\u0438",deepLCustomName:"\u041F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u0435\u043B\u044C\u0441\u043A\u0438\u0439 \u043A\u043B\u044E\u0447 \u0430\u0432\u0442\u043E\u0440\u0438\u0437\u0430\u0446\u0438\u0438",chooseProviderLabel:"\u0412\u044B\u0431\u043E\u0440 \u043F\u043E\u0441\u0442\u0430\u0432\u0449\u0438\u043A\u0430 \u0443\u0441\u043B\u0443\u0433",openaiProName:"Immersive Translation Pro Member (Recommended)",openaiProDescription:"\u0422\u0435\u043A\u0443\u0449\u0438\u0439 \u043F\u0430\u043A\u0435\u0442 \u043C\u043E\u0436\u0435\u0442 \u0431\u044B\u0442\u044C \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u043D \u043D\u0430\u043F\u0440\u044F\u043C\u0443\u044E",openaiProDescriptionForNormal:"\u041D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0430 \u043D\u0435 \u0442\u0440\u0435\u0431\u0443\u0435\u0442\u0441\u044F, \u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u0435\u043B\u0438 \u043C\u043E\u0433\u0443\u0442 \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u044C \u0435\u0433\u043E \u043F\u043E\u0441\u043B\u0435 \u0432\u0445\u043E\u0434\u0430 \u0432 \u0441\u0438\u0441\u0442\u0435\u043C\u0443, <1>\u043D\u0430\u0436\u043C\u0438\u0442\u0435 \u0437\u0434\u0435\u0441\u044C, \u0447\u0442\u043E\u0431\u044B \u043F\u0435\u0440\u0435\u0439\u0442\u0438 \u0432 \u043A\u0430\u0442\u0435\u0433\u043E\u0440\u0438\u044E \u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u0435\u043B\u0435\u0439",openaiCustomDescription:"\u0414\u043E\u0441\u0442\u0443\u043F\u043D\u044B OpenAI, Azure OpenAI \u0438\u043B\u0438 \u0434\u0440\u0443\u0433\u0438\u0435 \u0441\u0442\u043E\u0440\u043E\u043D\u043D\u0438\u0435 \u0441\u0435\u0440\u0432\u0438\u0441\u044B, <1>\u0434\u043E\u043A\u0443\u043C\u0435\u043D\u0442\u0430\u0446\u0438\u044E \u043C\u043E\u0436\u043D\u043E \u043D\u0430\u0439\u0442\u0438 \u0437\u0434\u0435\u0441\u044C",openaiCustomName:"\u041F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u0435\u043B\u044C\u0441\u043A\u0438\u0439 \u043A\u043B\u044E\u0447 API",needLoginAction:"(\u041E\u0442\u043A\u0440\u044B\u0442\u043E\u0435 \u0447\u043B\u0435\u043D\u0441\u0442\u0432\u043E \u0438\u043B\u0438 \u043D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0430)",goLoginOrAction:"(\u041E\u0442\u043A\u0440\u043E\u0439\u0442\u0435 \u0447\u043B\u0435\u043D\u0441\u0442\u0432\u043E \u0438\u043B\u0438 \u043F\u0435\u0440\u0435\u0439\u0434\u0438\u0442\u0435 \u043A \u043D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0430\u043C)",yearly:"\u043E\u0441\u0443\u0449\u0435\u0441\u0442\u0432\u043B\u044F\u0442\u044C \u043F\u043E\u0441\u043B\u0435\u0434\u043E\u0432\u0430\u0442\u0435\u043B\u044C\u043D\u044B\u0439 \u0435\u0436\u0435\u0433\u043E\u0434\u043D\u044B\u0439 \u043F\u043B\u0430\u0442\u0435\u0436",quarterly:"\u043F\u043E\u0441\u043B\u0435\u0434\u043E\u0432\u0430\u0442\u0435\u043B\u044C\u043D\u0430\u044F \u0443\u043F\u0430\u043A\u043E\u0432\u043A\u0430",monthly:"\u0435\u0436\u0435\u043C\u0435\u0441\u044F\u0447\u043D\u0430\u044F \u043F\u043E\u0434\u043F\u0438\u0441\u043A\u0430",yearlyForOnce:"\u0415\u0434\u0438\u043D\u043E\u0432\u0440\u0435\u043C\u0435\u043D\u043D\u044B\u0439 \u0433\u043E\u0434\u043E\u0432\u043E\u0439 \u043F\u0430\u043A\u0435\u0442",monthlyForOnce:"\u0415\u0434\u0438\u043D\u043E\u0432\u0440\u0435\u043C\u0435\u043D\u043D\u044B\u0439 \u043C\u0435\u0441\u044F\u0447\u043D\u044B\u0439 \u043F\u0430\u043A\u0435\u0442",daily:"\u043F\u043E\u0441\u043B\u0435\u0434\u043E\u0432\u0430\u0442\u0435\u043B\u044C\u043D\u044B\u0445 \u043F\u0430\u043A\u0435\u0442\u043D\u044B\u0445 \u0434\u043D\u0435\u0439",year:"\u043E\u0441\u0443\u0449\u0435\u0441\u0442\u0432\u043B\u044F\u0442\u044C \u043F\u043E\u0441\u043B\u0435\u0434\u043E\u0432\u0430\u0442\u0435\u043B\u044C\u043D\u044B\u0439 \u0435\u0436\u0435\u0433\u043E\u0434\u043D\u044B\u0439 \u043F\u043B\u0430\u0442\u0435\u0436",quarter:"\u043F\u043E\u0441\u043B\u0435\u0434\u043E\u0432\u0430\u0442\u0435\u043B\u044C\u043D\u0430\u044F \u0443\u043F\u0430\u043A\u043E\u0432\u043A\u0430",month:"\u0435\u0436\u0435\u043C\u0435\u0441\u044F\u0447\u043D\u0430\u044F \u043F\u043E\u0434\u043F\u0438\u0441\u043A\u0430",day:"\u043F\u043E\u0441\u043B\u0435\u0434\u043E\u0432\u0430\u0442\u0435\u043B\u044C\u043D\u044B\u0445 \u043F\u0430\u043A\u0435\u0442\u043D\u044B\u0445 \u0434\u043D\u0435\u0439",onetime_7day:"7-\u0434\u043D\u0435\u0432\u043D\u044B\u0439 \u043F\u0430\u043A\u0435\u0442 \u0432\u043F\u0435\u0447\u0430\u0442\u043B\u0435\u043D\u0438\u0439",currentPlanDescriptionForFree:"\u0422\u0435\u043A\u0443\u0449\u0438\u0435 \u043F\u0430\u043A\u0435\u0442\u044B\uFF1A\u0411\u0435\u0441\u043F\u043B\u0430\u0442\u043D\u043E",currentPlanDescriptionForContinuous:"\u0414\u0435\u0439\u0441\u0442\u0432\u0443\u044E\u0449\u0438\u0439 \u043F\u0430\u043A\u0435\u0442\uFF1A{plan}\u0431\u0443\u0434\u0435\u0442 \u0430\u0432\u0442\u043E\u043C\u0430\u0442\u0438\u0447\u0435\u0441\u043A\u0438 \u043F\u0440\u043E\u0434\u043B\u0435\u043D \u043D\u0430 {endAt}",currentPlanDescriptionForAutoRenewCaceling:"\u0421\u0440\u043E\u043A \u0434\u0435\u0439\u0441\u0442\u0432\u0438\u044F \u0442\u0435\u043A\u0443\u0449\u0435\u0433\u043E \u043F\u0430\u043A\u0435\u0442\u0430\uFF1A{plan}\u0438\u0441\u0442\u0435\u043A\u0430\u0435\u0442 \u043D\u0430 \u0441\u0430\u0439\u0442\u0435 {endAt} \u0438 \u043D\u0435 \u0431\u0443\u0434\u0435\u0442 \u0430\u0432\u0442\u043E\u043C\u0430\u0442\u0438\u0447\u0435\u0441\u043A\u0438 \u043F\u0440\u043E\u0434\u043B\u0435\u0432\u0430\u0442\u044C\u0441\u044F \u043F\u043E \u0435\u0433\u043E \u0438\u0441\u0442\u0435\u0447\u0435\u043D\u0438\u0438.",currentYearlyPlanDescriptionForAutoRenewCacelingWithRealPaiedUser:"\u0421\u0440\u043E\u043A \u0434\u0435\u0439\u0441\u0442\u0432\u0438\u044F \u0442\u0435\u043A\u0443\u0449\u0435\u0433\u043E \u043F\u0430\u043A\u0435\u0442\u0430\uFF1A{plan}\u0438\u0441\u0442\u0435\u043A\u0430\u0435\u0442 \u043D\u0430 \u0441\u0430\u0439\u0442\u0435 {endAt} \u0438 \u043D\u0435 \u0431\u0443\u0434\u0435\u0442 \u0430\u0432\u0442\u043E\u043C\u0430\u0442\u0438\u0447\u0435\u0441\u043A\u0438 \u043F\u0440\u043E\u0434\u043B\u0435\u0432\u0430\u0442\u044C\u0441\u044F \u043F\u043E \u0435\u0433\u043E \u0438\u0441\u0442\u0435\u0447\u0435\u043D\u0438\u0438.
<1>\u041D\u0430\u0436\u043C\u0438\u0442\u0435 \u0437\u0434\u0435\u0441\u044C, \u0447\u0442\u043E\u0431\u044B \u0443\u043F\u0440\u0430\u0432\u043B\u044F\u0442\u044C \u043F\u043B\u0430\u043D\u043E\u043C \u043F\u0440\u043E\u0434\u043B\u0435\u043D\u0438\u044F",currentYearlyPlanDescriptionForAutoRenewCacelingWithAdmin:"\u0421\u0440\u043E\u043A \u0434\u0435\u0439\u0441\u0442\u0432\u0438\u044F \u0442\u0435\u043A\u0443\u0449\u0435\u0433\u043E \u043F\u0430\u043A\u0435\u0442\u0430\uFF1A{plan}\u0438\u0441\u0442\u0435\u043A\u0430\u0435\u0442 \u043D\u0430 \u0441\u0430\u0439\u0442\u0435 {endAt} \u0438 \u043D\u0435 \u0431\u0443\u0434\u0435\u0442 \u0430\u0432\u0442\u043E\u043C\u0430\u0442\u0438\u0447\u0435\u0441\u043A\u0438 \u043F\u0440\u043E\u0434\u043B\u0435\u0432\u0430\u0442\u044C\u0441\u044F \u043F\u043E \u0435\u0433\u043E \u0438\u0441\u0442\u0435\u0447\u0435\u043D\u0438\u0438.
<1>\u041D\u0430\u0436\u043C\u0438\u0442\u0435 \u0437\u0434\u0435\u0441\u044C, \u0447\u0442\u043E\u0431\u044B \u0430\u043A\u0442\u0438\u0432\u0438\u0440\u043E\u0432\u0430\u0442\u044C \u043D\u0435\u043F\u0440\u0435\u0440\u044B\u0432\u043D\u0443\u044E \u0433\u043E\u0434\u043E\u0432\u0443\u044E \u043F\u043E\u0434\u043F\u0438\u0441\u043A\u0443",currentPlanDescriptionForOneTime:"\u0421\u0440\u043E\u043A \u0434\u0435\u0439\u0441\u0442\u0432\u0438\u044F \u0442\u0435\u043A\u0443\u0449\u0435\u0439 \u043F\u043E\u0434\u043F\u0438\u0441\u043A\u0438\uFF1A{plan}\u0438\u0441\u0442\u0435\u043A\u0430\u0435\u0442 \u043D\u0430 \u0441\u0430\u0439\u0442\u0435 {endAt} , <1>\u043D\u0430\u0436\u043C\u0438\u0442\u0435 \u0437\u0434\u0435\u0441\u044C, \u0447\u0442\u043E\u0431\u044B \u043F\u0435\u0440\u0435\u0439\u0442\u0438 \u043D\u0430 \u0433\u043E\u0434\u043E\u0432\u043E\u0435 \u0438\u043B\u0438 <2>\u0435\u0436\u0435\u043C\u0435\u0441\u044F\u0447\u043D\u043E\u0435 \u0447\u043B\u0435\u043D\u0441\u0442\u0432\u043E.",upgradePlan:"\u041D\u0430\u0436\u043C\u0438\u0442\u0435 \u0437\u0434\u0435\u0441\u044C, \u0447\u0442\u043E\u0431\u044B \u043F\u0435\u0440\u0435\u0439\u0442\u0438 \u043D\u0430 \u0447\u043B\u0435\u043D\u0441\u0442\u0432\u043E Pro",upgradeToPro:"\u041F\u0435\u0440\u0435\u0439\u0442\u0438 \u043D\u0430 \u0447\u043B\u0435\u043D\u0441\u0442\u0432\u043E Pro","popup.openPro":"\u0427\u0442\u043E\u0431\u044B \u043F\u043E\u043B\u0443\u0447\u0438\u0442\u044C \u0432\u043E\u0437\u043C\u043E\u0436\u043D\u043E\u0441\u0442\u044C \u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u044C\u0441\u044F DeepL \u0438 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u043E\u043C OpenAI, \u043F\u0435\u0440\u0435\u0439\u0434\u0438\u0442\u0435 \u043F\u043E \u0441\u0441\u044B\u043B\u043A\u0435.","popup.openProForPro":"\u0412\u044B \u044F\u0432\u043B\u044F\u0435\u0442\u0435\u0441\u044C \u0443\u0447\u0430\u0441\u0442\u043D\u0438\u043A\u043E\u043C \u043F\u0440\u043E\u0433\u0440\u0430\u043C\u043C\u044B Pro \u0441 \u043F\u0440\u044F\u043C\u044B\u043C \u0434\u043E\u0441\u0442\u0443\u043F\u043E\u043C \u043A DeepL \u0438 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430\u043C OpenAI!",currentAccount:"\u0442\u0435\u043A\u0443\u0449\u0438\u0439 \u0441\u0447\u0451\u0442",enableAutoSyncUserSettings:"\u041E\u0431\u0435\u0441\u043F\u0435\u0447\u0435\u043D\u0438\u0435 \u0430\u0432\u0442\u043E\u043C\u0430\u0442\u0438\u0447\u0435\u0441\u043A\u043E\u0439 \u043E\u0431\u043B\u0430\u0447\u043D\u043E\u0439 \u0441\u0438\u043D\u0445\u0440\u043E\u043D\u0438\u0437\u0430\u0446\u0438\u0438 \u043D\u0430 \u043D\u0435\u0441\u043A\u043E\u043B\u044C\u043A\u0438\u0445 \u0443\u0441\u0442\u0440\u043E\u0439\u0441\u0442\u0432\u0430\u0445",modalEnableInputTranslationTitle:"\u0411\u043B\u043E\u043A \u0432\u0432\u043E\u0434\u0430 \u0438\u043C\u043C\u0435\u0440\u0441\u0438\u0432\u043D\u043E\u0433\u043E \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430 \u041F\u0435\u0440\u0435\u0432\u043E\u0434\u0447\u0435\u0441\u043A\u0438\u0435 \u043E\u043F\u043E\u0432\u0435\u0449\u0435\u043D\u0438\u044F",modalEnableInputTranslationDesc:"\u0412\u044B \u0442\u043E\u043B\u044C\u043A\u043E \u0447\u0442\u043E \u0437\u0430\u043F\u0443\u0441\u0442\u0438\u043B\u0438 \u0444\u0443\u043D\u043A\u0446\u0438\u044E \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430 \u043F\u043E\u043B\u044F \u0432\u0432\u043E\u0434\u0430 Immersive Translation, \u043D\u0430\u0436\u0430\u0432 3 \u0440\u0430\u0437\u0430 \u043F\u043E\u0434\u0440\u044F\u0434 \u043A\u043B\u0430\u0432\u0438\u0448\u0443 \u043F\u0440\u043E\u0431\u0435\u043B\u0430, \u0438 \u0441\u043E\u0434\u0435\u0440\u0436\u0438\u043C\u043E\u0435 \u043F\u043E\u043B\u044F \u0432\u0432\u043E\u0434\u0430 \u0431\u0443\u0434\u0435\u0442 \u043F\u0435\u0440\u0435\u0432\u0435\u0434\u0435\u043D\u043E \u043D\u0430 \u0446\u0435\u043B\u0435\u0432\u043E\u0439 \u044F\u0437\u044B\u043A \u043F\u043E \u0443\u043C\u043E\u043B\u0447\u0430\u043D\u0438\u044E. \u041F\u0435\u0440\u0435\u0432\u043E\u0434 \u043C\u043E\u0436\u043D\u043E \u043E\u0442\u043C\u0435\u043D\u0438\u0442\u044C \u0441 \u043F\u043E\u043C\u043E\u0449\u044C\u044E \u043A\u043B\u0430\u0432\u0438\u0448 Ctrl+Z.

\u0415\u0441\u043B\u0438 \u044D\u0442\u043E \u0431\u044B\u043B\u0430 \u043E\u0448\u0438\u0431\u043A\u0430, \u043D\u0435 \u0432\u043E\u043B\u043D\u0443\u0439\u0442\u0435\u0441\u044C, \u0432\u044B \u043C\u043E\u0436\u0435\u0442\u0435 \u043E\u0442\u043A\u043B\u044E\u0447\u0438\u0442\u044C \u0435\u0435 \u043D\u0430 \u044D\u0442\u043E\u0442 \u0440\u0430\u0437 \u0438\u043B\u0438 \u043D\u0430\u0432\u0441\u0435\u0433\u0434\u0430 \u043E\u0442\u043A\u043B\u044E\u0447\u0438\u0442\u044C \u043F\u0435\u0440\u0435\u0432\u043E\u0434 \u043F\u043E\u043B\u044F \u0432\u0432\u043E\u0434\u0430.",saveAndNotShowAgain:"\u0421\u043E\u0445\u0440\u0430\u043D\u0438\u0442\u044C \u0438 \u043E\u0441\u0442\u0430\u043D\u043E\u0432\u0438\u0442\u044C \u0437\u0430\u043F\u0440\u043E\u0441",disableInputTranslationTips:"* \u0412\u044B \u0442\u0430\u043A\u0436\u0435 \u043C\u043E\u0436\u0435\u0442\u0435 \u0443\u0441\u0442\u0430\u043D\u043E\u0432\u0438\u0442\u044C \u0434\u0440\u0443\u0433\u0438\u0435 \u0441\u043E\u0447\u0435\u0442\u0430\u043D\u0438\u044F \u043A\u043B\u0430\u0432\u0438\u0448 \u0434\u043B\u044F \u0441\u0440\u0430\u0431\u0430\u0442\u044B\u0432\u0430\u043D\u0438\u044F \u0432 {option} ,{learnMore}.",learnMore:"\u041D\u0430\u0436\u043C\u0438\u0442\u0435 \u0437\u0434\u0435\u0441\u044C, \u0447\u0442\u043E\u0431\u044B \u0443\u0437\u043D\u0430\u0442\u044C \u0431\u043E\u043B\u044C\u0448\u0435",continueEnalbeInputTranslation:"\u041F\u0440\u043E\u0434\u043E\u043B\u0436\u0435\u043D\u0438\u0435 \u0432\u043A\u043B\u044E\u0447\u0435\u043D\u0438\u044F \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430 \u043F\u043E\u043B\u044F \u0432\u0432\u043E\u0434\u0430",autoRenewTrialSuffix:'(\u0412 \u043F\u0440\u043E\u0431\u043D\u043E\u043C \u0432\u0430\u0440\u0438\u0430\u043D\u0442\u0435\u0441\u0440\u0430\u0437\u0443 \u0436\u0435 \u043F\u0435\u0440\u0435\u0448\u0435\u043B \u043D\u0430 \u043F\u043E\u043B\u043D\u043E\u0435 \u0447\u043B\u0435\u043D\u0441\u0442\u0432\u043E)',upgradeFromTrialTitle:"\u041F\u043E\u0432\u044B\u0448\u0435\u043D\u0438\u0435 \u0441\u0442\u0430\u0442\u0443\u0441\u0430 \u0434\u043E \u043F\u043E\u043B\u043D\u043E\u0433\u043E \u0447\u043B\u0435\u043D\u0430",subtitle:"\u0441\u0443\u0431\u0442\u0438\u0442\u0440\u044B \u043A \u0432\u0438\u0434\u0435\u043E\u0444\u0438\u043B\u044C\u043C\u0430\u043C",youtubeService:"\u0418\u043C\u043C\u0435\u0440\u0441\u0438\u043E\u043D\u043D\u044B\u0439 \u043F\u0435\u0440\u0435\u0432\u043E\u0434 \u0412\u0438\u0434\u0435\u043E\u0441\u0443\u0431\u0442\u0438\u0442\u0440\u0438\u0440\u043E\u0432\u0430\u043D\u0438\u0435 \u041F\u0435\u0440\u0435\u0432\u043E\u0434\u0447\u0435\u0441\u043A\u0438\u0435 \u0443\u0441\u043B\u0443\u0433\u0438","subtitle.disabledSubtitle":"\u041F\u043E\u0441\u0442\u043E\u044F\u043D\u043D\u043E\u0435 \u043E\u0442\u043A\u043B\u044E\u0447\u0435\u043D\u0438\u0435 \u0444\u0443\u043D\u043A\u0446\u0438\u0438 \u0432\u0438\u0434\u0435\u043E\u0441\u0443\u0431\u0442\u0438\u0442\u0440\u043E\u0432","subtitle.disabledSubtitleDescription":"\u0415\u0441\u043B\u0438 Immersive Translator's Video Subtitles \u043A\u043E\u043D\u0444\u043B\u0438\u043A\u0442\u0443\u0435\u0442 \u0441 \u0434\u0440\u0443\u0433\u0438\u043C\u0438 \u0440\u0430\u0441\u0448\u0438\u0440\u0435\u043D\u0438\u044F\u043C\u0438, \u0432\u044B \u043C\u043E\u0436\u0435\u0442\u0435 \u0432\u044B\u0431\u0440\u0430\u0442\u044C \u043F\u043E\u0441\u0442\u043E\u044F\u043D\u043D\u043E\u0435 \u043E\u0442\u043A\u043B\u044E\u0447\u0435\u043D\u0438\u0435 Immersive Translator's Video Subtitles \u0438\u043B\u0438 \u0434\u0435\u0438\u043D\u0441\u0442\u0430\u043B\u043B\u0438\u0440\u043E\u0432\u0430\u0442\u044C \u0434\u0440\u0443\u0433\u0438\u0435 \u043A\u043E\u043D\u0444\u043B\u0438\u043A\u0442\u0443\u044E\u0449\u0438\u0435 \u0440\u0430\u0441\u0448\u0438\u0440\u0435\u043D\u0438\u044F","subtitle.autoEnableSubtitle":"\u0410\u0432\u0442\u043E\u043C\u0430\u0442\u0438\u0447\u0435\u0441\u043A\u043E\u0435 \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u043D\u0438\u0435 \u0434\u0432\u0443\u044F\u0437\u044B\u0447\u043D\u044B\u0445 \u0441\u0443\u0431\u0442\u0438\u0442\u0440\u043E\u0432","subtitle.autoEnableSubtitleDescription":"\u041F\u043E\u0441\u043B\u0435 \u0430\u043A\u0442\u0438\u0432\u0430\u0446\u0438\u0438, \u043F\u0440\u0438 \u0432\u043E\u0441\u043F\u0440\u043E\u0438\u0437\u0432\u0435\u0434\u0435\u043D\u0438\u0438 \u0432\u0438\u0434\u0435\u043E, \u0431\u0443\u0434\u0443\u0442 \u0430\u0432\u0442\u043E\u043C\u0430\u0442\u0438\u0447\u0435\u0441\u043A\u0438 \u043E\u0442\u043E\u0431\u0440\u0430\u0436\u0430\u0442\u044C\u0441\u044F \u0434\u0432\u0443\u044F\u0437\u044B\u0447\u043D\u044B\u0435 \u0441\u0443\u0431\u0442\u0438\u0442\u0440\u044B, \u0432 \u043F\u0440\u043E\u0442\u0438\u0432\u043D\u043E\u043C \u0441\u043B\u0443\u0447\u0430\u0435 \u043D\u0435\u043E\u0431\u0445\u043E\u0434\u0438\u043C\u043E \u043D\u0430\u0436\u0430\u0442\u044C \u043A\u043D\u043E\u043F\u043A\u0443 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430 \u0434\u043B\u044F \u043E\u0442\u043E\u0431\u0440\u0430\u0436\u0435\u043D\u0438\u044F.","subtitle.preTranslation":"\u041F\u0435\u0440\u0435\u0432\u043E\u0434 \u0441\u0443\u0431\u0442\u0438\u0442\u0440\u043E\u0432 \u0441 \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u043D\u0438\u0435\u043C \u0438\u043C\u043C\u0435\u0440\u0441\u0438\u0432\u043D\u043E\u0433\u043E \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430","subtitle.preTranslationDescription":"\u041F\u0440\u0438 \u0432\u043A\u043B\u044E\u0447\u0435\u043D\u0438\u0438 \u044D\u0442\u043E\u0439 \u0444\u0443\u043D\u043A\u0446\u0438\u0438 \u0432\u0441\u0435 \u0441\u0443\u0431\u0442\u0438\u0442\u0440\u044B \u0431\u0443\u0434\u0443\u0442 \u043F\u0440\u0435\u0434\u0432\u0430\u0440\u0438\u0442\u0435\u043B\u044C\u043D\u043E \u043F\u0435\u0440\u0435\u0432\u0435\u0434\u0435\u043D\u044B \u0441 \u043F\u043E\u043C\u043E\u0449\u044C\u044E \u0443\u043A\u0430\u0437\u0430\u043D\u043D\u043E\u0433\u043E \u043D\u0438\u0436\u0435 \u0441\u0435\u0440\u0432\u0438\u0441\u0430 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430, \u043F\u0440\u0438 \u044D\u0442\u043E\u043C \u043D\u0430 1-\u0447\u0430\u0441\u043E\u0432\u043E\u0435 \u0432\u0438\u0434\u0435\u043E \u0431\u0443\u0434\u0435\u0442 \u0437\u0430\u0442\u0440\u0430\u0447\u0435\u043D\u043E \u043E\u043A\u043E\u043B\u043E 50 000 \u0442\u043E\u043A\u0435\u043D\u043E\u0432 \u0438\u043B\u0438 \u0441\u0438\u043C\u0432\u043E\u043B\u043E\u0432, \u043F\u043E\u044D\u0442\u043E\u043C\u0443 \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u0443\u0439\u0442\u0435 \u0438\u0445 \u043F\u043E \u0441\u0432\u043E\u0435\u043C\u0443 \u0443\u0441\u043C\u043E\u0442\u0440\u0435\u043D\u0438\u044E; \u043F\u0440\u0438 \u043E\u0442\u043A\u043B\u044E\u0447\u0435\u043D\u0438\u0438 \u044D\u0442\u043E\u0439 \u0444\u0443\u043D\u043A\u0446\u0438\u0438 \u0441\u043D\u0430\u0447\u0430\u043B\u0430 \u0431\u0443\u0434\u0443\u0442 \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u044C\u0441\u044F \u043E\u0440\u0438\u0433\u0438\u043D\u0430\u043B\u044C\u043D\u044B\u0435 \u0441\u0443\u0431\u0442\u0438\u0442\u0440\u044B.","subtitle.humanSubtitlesPreferred":"\u041F\u0440\u0438\u043E\u0440\u0438\u0442\u0435\u0442\u043D\u043E\u0435 \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u043D\u0438\u0435 \u0447\u0435\u043B\u043E\u0432\u0435\u0447\u0435\u0441\u043A\u0438\u0445 \u0441\u0443\u0431\u0442\u0438\u0442\u0440\u043E\u0432","subtitle.humanSubtitlesPreferredDescription":"\u041F\u0440\u0438\u043E\u0440\u0438\u0442\u0435\u0442 \u043E\u0442\u0434\u0430\u0435\u0442\u0441\u044F \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u043D\u0438\u044E \u0447\u0435\u043B\u043E\u0432\u0435\u0447\u0435\u0441\u043A\u0438\u0445 \u0441\u0443\u0431\u0442\u0438\u0442\u0440\u043E\u0432, \u0435\u0441\u043B\u0438 \u0432\u0438\u0434\u0435\u043E\u0440\u043E\u043B\u0438\u043A \u0438\u043C\u0435\u0435\u0442 \u0447\u0435\u043B\u043E\u0432\u0435\u0447\u0435\u0441\u043A\u0438\u0435 \u0441\u0443\u0431\u0442\u0438\u0442\u0440\u044B \u043D\u0430 \u0446\u0435\u043B\u0435\u0432\u043E\u043C \u044F\u0437\u044B\u043A\u0435 (\u0440\u0435\u043A\u043E\u043C\u0435\u043D\u0434\u0443\u0435\u0442\u0441\u044F)",videoSubtitleTranslationDescription:"\u041D\u0430\u0437\u043D\u0430\u0447\u0438\u0442\u044C \u043E\u0442\u0434\u0435\u043B\u044C\u043D\u0443\u044E \u0441\u043B\u0443\u0436\u0431\u0443 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430 \u0434\u043B\u044F \u0432\u0438\u0434\u0435\u043E\u0441\u0443\u0431\u0442\u0438\u0442\u0440\u043E\u0432",subtitleTranslating:"\u041F\u043E\u0436\u0430\u043B\u0443\u0439\u0441\u0442\u0430, \u043F\u043E\u0434\u043E\u0436\u0434\u0438\u0442\u0435, \u043F\u043E\u043A\u0430 \u0441\u0443\u0431\u0442\u0438\u0442\u0440\u044B \u0431\u0443\u0434\u0443\u0442 \u043F\u0435\u0440\u0435\u0432\u0435\u0434\u0435\u043D\u044B \u0441 \u043F\u043E\u043C\u043E\u0449\u044C\u044E \u0441\u0435\u0440\u0432\u0438\u0441\u0430 {service} ... (\u0438\u043C\u043C\u0435\u0440\u0441\u0438\u043E\u043D\u043D\u044B\u0439 \u043F\u0435\u0440\u0435\u0432\u043E\u0434)",subtitleLoading:"\u0417\u0430\u0433\u0440\u0443\u0437\u043A\u0430 \u0441\u0443\u0431\u0442\u0438\u0442\u0440\u043E\u0432...",bilingual:"\u0431\u0438\u043B\u0438\u043D\u0433\u0432\u0438\u0437\u043C","field.action":"\u0412\u043A\u043B\u044E\u0447\u0430\u0442\u044C \u043B\u0438 \u0442\u0435\u0440\u043C\u0438\u043D\u043E\u043B\u043E\u0433\u0438\u044E Baidu","description.action":"\u041F\u0440\u0438 \u0432\u043A\u043B\u044E\u0447\u0435\u043D\u0438\u0438 \u0432 \u0437\u0430\u043F\u0440\u043E\u0441 \u0431\u0443\u0434\u0435\u0442 \u0434\u043E\u0431\u0430\u0432\u043B\u0435\u043D \u043F\u0430\u0440\u0430\u043C\u0435\u0442\u0440 action=1, \u0438\u043D\u0444\u043E\u0440\u043C\u0438\u0440\u0443\u044E\u0449\u0438\u0439 Baidu \u043E \u0432\u043A\u043B\u044E\u0447\u0435\u043D\u043D\u043E\u043C \u0442\u0435\u0440\u043C\u0438\u043D\u0435; <1>\u0431\u043E\u043B\u0435\u0435 \u043F\u043E\u0434\u0440\u043E\u0431\u043D\u0430\u044F \u0438\u043D\u0444\u043E\u0440\u043C\u0430\u0446\u0438\u044F \u043F\u0440\u0438\u0432\u0435\u0434\u0435\u043D\u0430 \u0432 \u043E\u0444\u0438\u0446\u0438\u0430\u043B\u044C\u043D\u043E\u0439 \u0434\u043E\u043A\u0443\u043C\u0435\u043D\u0442\u0430\u0446\u0438\u0438.",closeQuickTranslation:"\u0417\u0430\u043A\u0440\u044B\u0442\u044C \u0445\u043E\u0432\u0435\u0440\u0431\u043E\u043B","closeQuickTranslation.untilNext":"\u041D\u0430 \u044D\u0442\u043E\u0442 \u0440\u0430\u0437 \u0437\u0430\u043A\u0440\u044B\u0442\u043E \u0434\u043E \u0441\u043B\u0435\u0434\u0443\u044E\u0449\u0435\u0433\u043E \u043F\u043E\u0441\u0435\u0449\u0435\u043D\u0438\u044F","closeQuickTranslation.currentWebsite":"\u0422\u0435\u043A\u0443\u0449\u0438\u0439 \u0441\u0430\u0439\u0442 \u043E\u0442\u043A\u043B\u044E\u0447\u0435\u043D","closeQuickTranslation.alwaysClose":"\u043E\u0442\u043A\u043B\u044E\u0447\u0438\u0442\u044C \u043D\u0430\u0432\u0441\u0435\u0433\u0434\u0430","closeQuickTranslation.settingOpen":"(\u043C\u043E\u0436\u0435\u0442 \u0431\u044B\u0442\u044C \u0432\u043A\u043B\u044E\u0447\u0435\u043D\u0430 \u043D\u0430 <1>\u0441\u0442\u0440\u0430\u043D\u0438\u0446\u0435 \u043D\u0430\u0441\u0442\u0440\u043E\u0435\u043A )","closeQuickTranslation.cancel":"\u043E\u0442\u043C\u0435\u043D\u044B","closeQuickTranslation.confirm":"\u043E\u043F\u0440\u0435\u0434\u0435\u043B\u0438\u0442\u044C","floatBall.popup":"\u041E\u0442\u043A\u0440\u043E\u0439\u0442\u0435 \u043F\u0430\u043D\u0435\u043B\u044C \u0431\u044B\u0441\u0442\u0440\u044B\u0445 \u043D\u0430\u0441\u0442\u0440\u043E\u0435\u043A","floatBall.translate":"\u041D\u0430\u0436\u043C\u0438\u0442\u0435, \u0447\u0442\u043E\u0431\u044B \u043F\u0435\u0440\u0435\u0432\u0435\u0441\u0442\u0438 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u0443","floatBall.showOriginal":"\u041D\u0430\u0436\u043C\u0438\u0442\u0435, \u0447\u0442\u043E\u0431\u044B \u0432\u0435\u0440\u043D\u0443\u0442\u044C\u0441\u044F \u043A \u043E\u0440\u0438\u0433\u0438\u043D\u0430\u043B\u044C\u043D\u043E\u0439 \u0441\u0442\u0430\u0442\u044C\u0435","floatBall.close":"\u0417\u0430\u043A\u0440\u044B\u0442\u044C \u0445\u043E\u0432\u0435\u0440\u0431\u043E\u043B","floatBallOptions.enableDescPc":"\u041F\u043E\u0441\u043B\u0435 \u0432\u043A\u043B\u044E\u0447\u0435\u043D\u0438\u044F \u0445\u043E\u0432\u0435\u0440\u0431\u043E\u043B\u0430 \u0432 \u043F\u0440\u0430\u0432\u043E\u0439 \u0447\u0430\u0441\u0442\u0438 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u044B \u043F\u043E\u044F\u0432\u0438\u0442\u0441\u044F \u043A\u043D\u043E\u043F\u043A\u0430 \u0431\u044B\u0441\u0442\u0440\u043E\u0433\u043E \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430, \u043D\u0430\u0436\u043C\u0438\u0442\u0435 \u0435\u0435, \u0447\u0442\u043E\u0431\u044B \u043F\u0435\u0440\u0435\u0432\u0435\u0441\u0442\u0438!","floatBallOptions.enableDesc":"\u041F\u043E\u0441\u043B\u0435 \u0432\u044B\u043A\u043B\u044E\u0447\u0435\u043D\u0438\u044F \u0445\u043E\u0432\u0435\u0440\u0431\u043E\u043B\u0430 \u0435\u0433\u043E \u043C\u043E\u0436\u043D\u043E \u0432\u044B\u0437\u0432\u0430\u0442\u044C \u0441 \u043F\u043E\u043C\u043E\u0449\u044C\u044E{touch}. \u041D\u0430\u0441\u0442\u043E\u044F\u0442\u0435\u043B\u044C\u043D\u043E \u0440\u0435\u043A\u043E\u043C\u0435\u043D\u0434\u0443\u0435\u0442\u0441\u044F \u0441\u043E\u0445\u0440\u0430\u043D\u0438\u0442\u044C \u044D\u0442\u0443 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u0443 \u043D\u0430\u0441\u0442\u0440\u043E\u0435\u043A \u0432 \u0437\u0430\u043A\u043B\u0430\u0434\u043A\u0430\u0445, \u0447\u0442\u043E\u0431\u044B \u043D\u0435 \u043F\u043E\u0442\u0435\u0440\u044F\u0442\u044C \u0432\u043E\u0437\u043C\u043E\u0436\u043D\u043E\u0441\u0442\u044C \u043D\u0430\u0439\u0442\u0438 \u0445\u043E\u0432\u0435\u0440\u0431\u043E\u043B \u043F\u043E\u0441\u043B\u0435 \u0441\u043B\u0443\u0447\u0430\u0439\u043D\u043E\u0433\u043E \u043E\u0442\u043A\u043B\u044E\u0447\u0435\u043D\u0438\u044F \u044D\u0442\u043E\u0439 \u043E\u043F\u0446\u0438\u0438!","description.azureApiUrl":"\u0417\u0430\u043F\u043E\u043B\u043D\u0438\u0442\u0435 \u0430\u0434\u0440\u0435\u0441 \u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u0435\u043B\u044C\u0441\u043A\u043E\u0433\u043E \u0438\u043D\u0442\u0435\u0440\u0444\u0435\u0439\u0441\u0430 API",confirmSupportMouse:"\u041F\u0440\u0438\u043D\u0443\u0434\u0438\u0442\u0435\u043B\u044C\u043D\u043E\u0435 \u0432\u043A\u043B\u044E\u0447\u0435\u043D\u0438\u0435 \u043F\u043E\u0434\u0434\u0435\u0440\u0436\u043A\u0438 \u043C\u044B\u0448\u0438",confirmSupportMouseDescription:"\u041E\u0431\u043D\u0430\u0440\u0443\u0436\u0435\u043D\u043E, \u0447\u0442\u043E \u0442\u0435\u043A\u0443\u0449\u0438\u0439 \u0431\u0440\u0430\u0443\u0437\u0435\u0440 \u043D\u0435 \u043F\u043E\u0434\u0434\u0435\u0440\u0436\u0438\u0432\u0430\u0435\u0442 \u0444\u0443\u043D\u043A\u0446\u0438\u044E \u043C\u044B\u0448\u0438, \u043F\u0440\u0438\u043D\u0443\u0434\u0438\u0442\u0435\u043B\u044C\u043D\u043E \u043B\u0438 \u0432\u043A\u043B\u044E\u0447\u0438\u0442\u044C \u043F\u043E\u0434\u0434\u0435\u0440\u0436\u043A\u0443 \u043C\u044B\u0448\u0438?",sampleTargetText:"\u041D\u0430\u0441\u0442\u0443\u043F\u0438\u0442 \u0434\u043E\u043B\u0433\u0430\u044F \u043D\u043E\u0447\u044C, \u0438 \u044F \u0431\u0443\u0434\u0443 \u0441\u0442\u043E\u044F\u0442\u044C \u043D\u0430 \u0441\u0442\u0440\u0430\u0436\u0435 \u0441 \u044D\u0442\u043E\u0433\u043E \u0434\u043D\u044F \u0438 \u0434\u043E \u0441\u0430\u043C\u043E\u0439 \u0441\u043C\u0435\u0440\u0442\u0438. \u042F \u043D\u0435 \u0432\u043E\u0437\u044C\u043C\u0443 \u0436\u0435\u043D\u0443, \u043D\u0435 \u0441\u043E\u0437\u0434\u0430\u043C \u0432\u043E\u0442\u0447\u0438\u043D\u0443, \u043D\u0435 \u0437\u0430\u0432\u0435\u0434\u0443 \u0434\u0435\u0442\u0435\u0439. \u042F \u043D\u0435 \u0431\u0443\u0434\u0443 \u043D\u043E\u0441\u0438\u0442\u044C \u043A\u043E\u0440\u043E\u043D\u0443, \u043D\u0435 \u0431\u0443\u0434\u0443 \u0441\u0442\u0440\u0435\u043C\u0438\u0442\u044C\u0441\u044F \u043A \u043F\u043E\u0447\u0435\u0441\u0442\u044F\u043C. \u042F \u0431\u0443\u0434\u0443 \u0438\u0441\u043F\u043E\u043B\u043D\u044F\u0442\u044C \u0441\u0432\u043E\u0439 \u0434\u043E\u043B\u0433, \u0436\u0438\u0442\u044C \u0438 \u0443\u043C\u0438\u0440\u0430\u0442\u044C.",sampleSourceText:"Night gathers, and now my watch begins. It shall not end until my death. I shall take no wife, hold no lands, father no children. I shall wear no crowns and win no glory. I shall live and die at my post.","subtitle.supportedSites":"\u5DF2\u652F\u6301\u5728\u8FD9\u4E9B\u7F51\u7AD9\u4F7F\u7528\u53CC\u8BED\u5B57\u5E55\uFF08\u6CE8\u610F\uFF1A\u7531\u4E8E\u6280\u672F\u9650\u5236\uFF0C\u90E8\u5206\u7F51\u7AD9\u5728\u9996\u6B21\u5F00\u542F\u5B57\u5E55\u540E\u9700\u8981\u91CD\u65B0\u5237\u65B0\u9875\u9762\uFF0C\u6216\u8005\u9700\u7B49\u5F85\u7FFB\u8BD1\u5B8C\u6210\u4EE5\u663E\u793A\u53CC\u8BED\u5B57\u5E55\uFF09\uFF1A",viewWithImmersiveTranslate:"\u53CC\u8BED\u7248\u672C(\u6C89\u6D78\u5F0F\u7FFB\u8BD1)",errorReason:"\u9519\u8BEF\u539F\u56E0\uFF1A{message}","proQuotaExceededError.onetime7day":'\uFF0C\u60A8\u53EF\u4EE5\u9009\u62E9\u4EE5\u4E0B\u65B9\u5F0F\u89E3\u51B3\uFF1A

1. \u5207\u6362\u5230 {anotherService} \u6216\u5176\u4ED6\u7FFB\u8BD1\u670D\u52A1
2. \u5347\u7EA7\u4E3A\u6708\u5EA6/\u5E74\u5EA6\u4F1A\u5458',"proQuotaExceededError.trial":'\uFF0C\u60A8\u53EF\u4EE5\u9009\u62E9\u4EE5\u4E0B\u65B9\u5F0F\u89E3\u51B3\uFF1A

1. \u5207\u6362\u5230 {anotherService} \u6216\u5176\u4ED6\u7FFB\u8BD1\u670D\u52A1
2. \u7ACB\u523B\u5347\u7EA7\u4E3A\u6B63\u5F0F\u4F1A\u5458',"proQuotaExceededError.nonTrial":'\uFF0C\u60A8\u53EF\u4EE5\u9009\u62E9\u4EE5\u4E0B\u65B9\u5F0F\u89E3\u51B3\uFF1A

1. \u5207\u6362\u5230 {anotherService} \u6216\u5176\u4ED6\u7FFB\u8BD1\u670D\u52A1
2. \u8D2D\u4E70 {translationService} \u989D\u5916\u6D41\u91CF\u5305',"proQuotaExceededError.resetTime":"
3. \u989D\u5EA6\u91CD\u7F6E\u65F6\u95F4\uFF1A{resetTime}","desc.touchShortcutsToggleTranslatePageOnlyTranslation":"\u0422\u043E\u043B\u044C\u043A\u043E \u043F\u0435\u0440\u0435\u0432\u043E\u0434 \u043E\u0437\u043D\u0430\u0447\u0430\u0435\u0442, \u0447\u0442\u043E \u043E\u0442\u043E\u0431\u0440\u0430\u0436\u0430\u0435\u0442\u0441\u044F \u0442\u043E\u043B\u044C\u043A\u043E \u043F\u0435\u0440\u0435\u0432\u043E\u0434. \u0415\u0441\u043B\u0438 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u0430 \u0435\u0449\u0435 \u043D\u0435 \u043F\u0435\u0440\u0435\u0432\u0435\u0434\u0435\u043D\u0430, \u043E\u043D\u0430 \u043F\u0435\u0440\u0435\u043A\u043B\u044E\u0447\u0438\u0442\u0441\u044F \u0432 \u0440\u0435\u0436\u0438\u043C \u0438 \u0431\u0443\u0434\u0435\u0442 \u043F\u0435\u0440\u0435\u0432\u0435\u0434\u0435\u043D\u0430.","desc.toggleOnlyTransation":'\u0420\u0435\u0436\u0438\u043C "\u0422\u043E\u043B\u044C\u043A\u043E \u043F\u0435\u0440\u0435\u0432\u043E\u0434" \u043E\u0437\u043D\u0430\u0447\u0430\u0435\u0442, \u0447\u0442\u043E \u043E\u0442\u043E\u0431\u0440\u0430\u0436\u0430\u0435\u0442\u0441\u044F \u0442\u043E\u043B\u044C\u043A\u043E \u043F\u0435\u0440\u0435\u0432\u043E\u0434. \u0415\u0441\u043B\u0438 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u0430 \u0435\u0449\u0435 \u043D\u0435 \u043F\u0435\u0440\u0435\u0432\u0435\u0434\u0435\u043D\u0430, \u0440\u0435\u0436\u0438\u043C \u0431\u0443\u0434\u0435\u0442 \u043F\u0435\u0440\u0435\u043A\u043B\u044E\u0447\u0435\u043D \u0438 \u0432\u044B\u043F\u043E\u043B\u043D\u0435\u043D \u043F\u0435\u0440\u0435\u0432\u043E\u0434.',touchShortcutsToggleTranslatePageOnlyTranslation:"\u041D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0430 \u0436\u0435\u0441\u0442\u043E\u0432 \u0441\u0435\u043D\u0441\u043E\u0440\u043D\u043E\u0433\u043E \u044D\u043A\u0440\u0430\u043D\u0430 \u0434\u043B\u044F \u043F\u0435\u0440\u0435\u043A\u043B\u044E\u0447\u0435\u043D\u0438\u044F \u043C\u0435\u0436\u0434\u0443 \u0434\u0432\u0443\u044F\u0437\u044B\u0447\u043D\u044B\u043C / \u0442\u043E\u043B\u044C\u043A\u043E \u0442\u0435\u043A\u0441\u0442\u043E\u043C \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430",download_started:"\u0417\u0430\u0433\u0440\u0443\u0437\u043A\u0430 \u0443\u0436\u0435 \u043D\u0430\u0447\u0430\u043B\u0430\u0441\u044C, \u0435\u0441\u043B\u0438 \u043E\u043D\u0430 \u043D\u0435 \u043D\u0430\u0447\u0430\u043B\u0430\u0441\u044C \u0430\u0432\u0442\u043E\u043C\u0430\u0442\u0438\u0447\u0435\u0441\u043A\u0438, \u043F\u043E\u0436\u0430\u043B\u0443\u0439\u0441\u0442\u0430, \u043D\u0430\u0436\u043C\u0438\u0442\u0435 \u0432\u0440\u0443\u0447\u043D\u0443\u044E.",here:"\u0437\u0434\u0435\u0441\u044C","error.goReset":"\u0441\u0431\u0440\u043E\u0441\u0438\u0442\u044C",batchEdit:"\u041C\u0430\u0441\u0441\u043E\u0432\u0430\u044F \u043E\u043F\u0435\u0440\u0430\u0446\u0438\u044F","error.configError":"\u041D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0430 \u0434\u0430\u043D\u043D\u044B\u0445 \u0430\u043D\u043E\u043C\u0430\u043B\u044C\u043D\u0430","translationFont.custom":"\u0412\u0432\u0435\u0434\u0438\u0442\u0435 \u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u0435\u043B\u044C\u0441\u043A\u0438\u0439 \u0448\u0440\u0438\u0444\u0442",translationFont:"\u0443\u0441\u0442\u0430\u043D\u043E\u0432\u0438\u0442\u044C \u0448\u0440\u0438\u0444\u0442",detectServiceLoading:"\u041F\u0440\u043E\u0432\u0435\u0440\u043A\u0430 \u0434\u043E\u0441\u0442\u0443\u043F\u043D\u044B\u0445 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0447\u0435\u0441\u043A\u0438\u0445 \u0443\u0441\u043B\u0443\u0433...","translationFont.customPlaceholder":"\u0448\u0440\u0438\u0444\u0442","touch.mouse-translate":"\u041F\u0435\u0440\u0435\u0432\u0435\u0441\u0442\u0438 \u0443\u043A\u0430\u0437\u0430\u043D\u043D\u044B\u0439 \u0430\u0431\u0437\u0430\u0446","translationModeLang.translation.title":"\u0422\u043E\u043B\u044C\u043A\u043E \u0440\u0435\u0436\u0438\u043C \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430 \u044F\u0437\u044B\u043A\u0430","error.serveConfigError":"\u041E\u0448\u0438\u0431\u043A\u0430 \u043A\u043E\u043D\u0444\u0438\u0433\u0443\u0440\u0430\u0446\u0438\u0438 \u0441\u0435\u0440\u0432\u0438\u0441\u0430","error.403":"\u0421\u043B\u0443\u0436\u0431\u0430 \u0432\u043E\u0437\u0432\u0440\u0430\u0449\u0430\u0435\u0442 \u043E\u0448\u0438\u0431\u043A\u0443, \u0432\u0440\u0435\u043C\u0435\u043D\u043D\u043E \u043D\u0435\u0442 \u0434\u043E\u0441\u0442\u0443\u043F\u0430 \u043A \u044D\u0442\u043E\u0439 \u0441\u043B\u0443\u0436\u0431\u0435.","error.proUpgrade":"\u041F\u043E\u0441\u043B\u0435 \u043E\u0431\u043D\u043E\u0432\u043B\u0435\u043D\u0438\u044F, \u043F\u043E\u0436\u0430\u043B\u0443\u0439\u0441\u0442\u0430, \u043E\u0431\u043D\u043E\u0432\u0438\u0442\u0435 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u0443 \u0438 \u043F\u0435\u0440\u0435\u0432\u0435\u0434\u0438\u0442\u0435 \u0441\u043D\u043E\u0432\u0430.","translationModeUrl.translation.title":"\u0412\u0435\u0431-\u0430\u0434\u0440\u0435\u0441 \u0442\u043E\u043B\u044C\u043A\u043E \u0434\u043B\u044F \u0440\u0435\u0436\u0438\u043C\u0430 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430",enableSentryReport:"\u041A\u043E\u0433\u0434\u0430 \u043F\u0440\u043E\u0438\u0441\u0445\u043E\u0434\u0438\u0442 \u043E\u0448\u0438\u0431\u043A\u0430 \u0440\u0430\u0441\u0448\u0438\u0440\u0435\u043D\u0438\u044F, \u043E\u0442\u043F\u0440\u0430\u0432\u043B\u044F\u0439\u0442\u0435 \u043E\u0442\u0437\u044B\u0432\u044B \u0447\u0435\u0440\u0435\u0437 Sentry.","error.reloadPageOfSetting":"\u041F\u043E\u0441\u043B\u0435 \u043D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0438, \u043F\u043E\u0436\u0430\u043B\u0443\u0439\u0441\u0442\u0430, \u043E\u0431\u043D\u043E\u0432\u0438\u0442\u0435 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u0443 \u0438 \u043F\u0435\u0440\u0435\u0432\u0435\u0434\u0438\u0442\u0435 \u0441\u043D\u043E\u0432\u0430.","error.502":"\u0421\u0435\u0440\u0432\u0438\u0441 \u0432\u043E\u0437\u0432\u0440\u0430\u0449\u0430\u0435\u0442 \u043E\u0448\u0438\u0431\u043A\u0443, \u0432\u0440\u0435\u043C\u044F \u043E\u0436\u0438\u0434\u0430\u043D\u0438\u044F \u0441\u0435\u0440\u0432\u0438\u0441\u0430 \u0438\u0441\u0442\u0435\u043A\u043B\u043E, \u043F\u043E\u0436\u0430\u043B\u0443\u0439\u0441\u0442\u0430, \u043F\u043E\u043F\u0440\u043E\u0431\u0443\u0439\u0442\u0435 \u043F\u043E\u0437\u0436\u0435.","translationModeUrl.translation.description":"\u041A\u043E\u0433\u0434\u0430 \u0432\u0435\u0431-\u0441\u0430\u0439\u0442 \u0438\u043C\u0435\u0435\u0442 \u0441\u043B\u0435\u0434\u0443\u044E\u0449\u0438\u0435 \u0434\u043E\u043C\u0435\u043D\u043D\u044B\u0435 \u0438\u043C\u0435\u043D\u0430, \u043E\u043D \u0430\u0432\u0442\u043E\u043C\u0430\u0442\u0438\u0447\u0435\u0441\u043A\u0438 \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u0443\u0435\u0442 \u0440\u0435\u0436\u0438\u043C \u0442\u043E\u043B\u044C\u043A\u043E \u0441 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u043E\u043C.",videoSubtitlePreTranslationOn:"\u0412\u0438\u0434\u0435\u043E \u0441\u0443\u0431\u0442\u0438\u0442\u0440\u044B \u0431\u0443\u0434\u0443\u0442 \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u044C \u043F\u043E\u0433\u0440\u0443\u0436\u0435\u043D\u0438\u0435 \u0432 \u043F\u0435\u0440\u0435\u0432\u043E\u0434 \u0432 \u043F\u0435\u0440\u0432\u0443\u044E \u043E\u0447\u0435\u0440\u0435\u0434\u044C.","translationServices.inherit":"\u0421\u043B\u0435\u0434\u0443\u0439\u0442\u0435 \u0437\u0430 \u043E\u0441\u043D\u043E\u0432\u043D\u044B\u043C \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0447\u0435\u0441\u043A\u0438\u043C \u0441\u0435\u0440\u0432\u0438\u0441\u043E\u043C","error.proTokenInvalid":"\u0415\u0441\u043B\u0438 \u0432\u044B \u044F\u0432\u043B\u044F\u0435\u0442\u0435\u0441\u044C \u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u0435\u043B\u0435\u043C Pro, \u043F\u043E\u0436\u0430\u043B\u0443\u0439\u0441\u0442\u0430, \u0432\u043E\u0439\u0434\u0438\u0442\u0435 \u0432 \u0441\u0438\u0441\u0442\u0435\u043C\u0443, \u043F\u0440\u0435\u0436\u0434\u0435 \u0447\u0435\u043C \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u044C \u0441\u0435\u0440\u0432\u0438\u0441 Pro \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430.",toggleToService:"\u041F\u0435\u0440\u0435\u043A\u043B\u044E\u0447\u0438\u0442\u0435\u0441\u044C \u043D\u0430 {service} \u0438 \u043F\u043E\u043F\u0440\u043E\u0431\u0443\u0439\u0442\u0435 \u0441\u043D\u043E\u0432\u0430",videoSubtitlePreTranslationOff:"\u041F\u0440\u0438\u043E\u0440\u0438\u0442\u0435\u0442 \u0431\u0443\u0434\u0435\u0442 \u043E\u0442\u0434\u0430\u043D \u043C\u0430\u0448\u0438\u043D\u043D\u043E\u043C\u0443 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0443 \u0441\u0443\u0431\u0442\u0438\u0442\u0440\u043E\u0432, \u0432\u0441\u0442\u0440\u043E\u0435\u043D\u043D\u044B\u0445 \u0432 \u043E\u0440\u0438\u0433\u0438\u043D\u0430\u043B\u044C\u043D\u043E\u0435 \u0432\u0438\u0434\u0435\u043E.","error.gemini.429":"\u0422\u0435\u043A\u0443\u0449\u0430\u044F \u0441\u043B\u0443\u0436\u0431\u0430 Gemini \u0443\u0436\u0435 \u0434\u043E\u0441\u0442\u0438\u0433\u043B\u0430 \u0441\u0432\u043E\u0435\u0433\u043E \u043F\u0440\u0435\u0434\u0435\u043B\u0430, \u043F\u043E\u0436\u0430\u043B\u0443\u0439\u0441\u0442\u0430, \u043F\u043E\u043F\u0440\u043E\u0431\u0443\u0439\u0442\u0435 \u043F\u043E\u0437\u0436\u0435 \u0438\u043B\u0438 \u043F\u0435\u0440\u0435\u043A\u043B\u044E\u0447\u0438\u0442\u0435\u0441\u044C \u043D\u0430 \u0434\u0440\u0443\u0433\u0443\u044E \u0441\u043B\u0443\u0436\u0431\u0443 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430.","translationModeLang.translation.description":'\u041A\u043E\u0433\u0434\u0430 \u044F\u0437\u044B\u043A \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u044B \u044F\u0432\u043B\u044F\u0435\u0442\u0441\u044F \u043E\u0434\u043D\u0438\u043C \u0438\u0437 \u0441\u043B\u0435\u0434\u0443\u044E\u0449\u0438\u0445, \u0430\u0432\u0442\u043E\u043C\u0430\u0442\u0438\u0447\u0435\u0441\u043A\u0438 \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u0443\u0435\u0442\u0441\u044F \u0440\u0435\u0436\u0438\u043C "\u0442\u043E\u043B\u044C\u043A\u043E \u043F\u0435\u0440\u0435\u0432\u043E\u0434".',"translationFont.notSupportErrorMessage":"\u041F\u043E\u0436\u0430\u043B\u0443\u0439\u0441\u0442\u0430, \u043F\u0440\u043E\u0432\u0435\u0440\u044C\u0442\u0435 \u043F\u0440\u0430\u0432\u0438\u043B\u044C\u043D\u043E\u0441\u0442\u044C \u0432\u0432\u0435\u0434\u0435\u043D\u043D\u043E\u0433\u043E \u0432\u0430\u043C\u0438 \u043D\u0430\u0437\u0432\u0430\u043D\u0438\u044F \u0448\u0440\u0438\u0444\u0442\u0430 \u0438\u043B\u0438 \u0443\u0431\u0435\u0434\u0438\u0442\u0435\u0441\u044C, \u0447\u0442\u043E \u044D\u0442\u043E\u0442 \u0448\u0440\u0438\u0444\u0442 \u0443\u0436\u0435 \u0443\u0441\u0442\u0430\u043D\u043E\u0432\u043B\u0435\u043D \u043D\u0430 \u0432\u0430\u0448\u0435\u043C \u0443\u0441\u0442\u0440\u043E\u0439\u0441\u0442\u0432\u0435.","error.429":"\u0421\u0435\u0440\u0432\u0438\u0441 \u0432\u043E\u0437\u0432\u0440\u0430\u0449\u0430\u0435\u0442 \u043E\u0448\u0438\u0431\u043A\u0443, \u0447\u0442\u043E \u0443\u043A\u0430\u0437\u044B\u0432\u0430\u0435\u0442 \u043D\u0430 \u0441\u043B\u0438\u0448\u043A\u043E\u043C \u0447\u0430\u0441\u0442\u044B\u0435 \u0437\u0430\u043F\u0440\u043E\u0441\u044B \u0438\u043B\u0438 \u043F\u0440\u0435\u0432\u044B\u0448\u0435\u043D\u0438\u0435 \u043B\u0438\u043C\u0438\u0442\u0430. \u041F\u043E\u0436\u0430\u043B\u0443\u0439\u0441\u0442\u0430, \u043F\u043E\u043F\u0440\u043E\u0431\u0443\u0439\u0442\u0435 \u043F\u043E\u0437\u0436\u0435.","error.400":"\u0421\u043B\u0443\u0436\u0431\u0430 \u0432\u043E\u0437\u0432\u0440\u0430\u0449\u0430\u0435\u0442 \u043E\u0448\u0438\u0431\u043A\u0443, \u043D\u0435\u0432\u0435\u0440\u043D\u044B\u0439 \u0437\u0430\u043F\u0440\u043E\u0441 \u043F\u0430\u0440\u0430\u043C\u0435\u0442\u0440\u0430, \u043F\u0440\u043E\u0432\u0435\u0440\u044C\u0442\u0435 \u0441\u043E\u043E\u0442\u0432\u0435\u0442\u0441\u0442\u0432\u0443\u044E\u0449\u0443\u044E \u043A\u043E\u043D\u0444\u0438\u0433\u0443\u0440\u0430\u0446\u0438\u044E.","error.openAIExceededQuota":"\u0421\u0435\u0440\u0432\u0438\u0441 \u0432\u043E\u0437\u0432\u0440\u0430\u0449\u0430\u0435\u0442 \u043E\u0448\u0438\u0431\u043A\u0443: \u043D\u0430 \u0432\u0430\u0448\u0435\u043C \u0442\u0435\u043A\u0443\u0449\u0435\u043C \u0441\u0447\u0435\u0442\u0443 OpenAI \u043D\u0435\u0434\u043E\u0441\u0442\u0430\u0442\u043E\u0447\u043D\u043E \u0441\u0440\u0435\u0434\u0441\u0442\u0432, \u043F\u043E\u0436\u0430\u043B\u0443\u0439\u0441\u0442\u0430, \u043F\u043E\u043F\u043E\u043B\u043D\u0438\u0442\u0435 \u0441\u0447\u0435\u0442 \u0438\u043B\u0438 \u043F\u0440\u0438\u0432\u044F\u0436\u0438\u0442\u0435 \u043A\u0440\u0435\u0434\u0438\u0442\u043D\u0443\u044E \u043A\u0430\u0440\u0442\u0443 \u0432 \u043E\u0444\u0438\u0446\u0438\u0430\u043B\u044C\u043D\u043E\u0439 \u0430\u0434\u043C\u0438\u043D\u0438\u0441\u0442\u0440\u0430\u0442\u0438\u0432\u043D\u043E\u0439 \u043F\u0430\u043D\u0435\u043B\u0438 OpenAI.","error.googleLimitIp":"\u0421\u043B\u0443\u0436\u0431\u0430 \u0432\u043E\u0437\u0432\u0440\u0430\u0449\u0430\u0435\u0442 \u043E\u0448\u0438\u0431\u043A\u0443, Google \u043E\u0433\u0440\u0430\u043D\u0438\u0447\u0438\u0432\u0430\u0435\u0442 \u0434\u043E\u0441\u0442\u0443\u043F \u0434\u043B\u044F \u044D\u0442\u043E\u0433\u043E IP-\u0430\u0434\u0440\u0435\u0441\u0430, \u0440\u0435\u043A\u043E\u043C\u0435\u043D\u0434\u0443\u0435\u0442\u0441\u044F \u0438\u0437\u043C\u0435\u043D\u0438\u0442\u044C \u0441\u0435\u0442\u0435\u0432\u043E\u0439 \u0443\u0437\u0435\u043B.","desc.toggleVideoSubtitlePreTranslation":"\u041F\u043E\u0441\u043B\u0435 \u043D\u0430\u0436\u0430\u0442\u0438\u044F, \u0434\u0432\u0443\u044F\u0437\u044B\u0447\u043D\u044B\u0435 \u0441\u0443\u0431\u0442\u0438\u0442\u0440\u044B \u0432\u0438\u0434\u0435\u043E \u0431\u0443\u0434\u0443\u0442 \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u044C \u043D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0438 \u043F\u043E\u0433\u0440\u0443\u0436\u0435\u043D\u0438\u044F \u0432 \u043F\u0435\u0440\u0435\u0432\u043E\u0434 \u0432 \u043F\u0435\u0440\u0432\u0443\u044E \u043E\u0447\u0435\u0440\u0435\u0434\u044C, \u043F\u0440\u0438 \u043F\u043E\u0432\u0442\u043E\u0440\u043D\u043E\u043C \u043D\u0430\u0436\u0430\u0442\u0438\u0438 \u0431\u0443\u0434\u0435\u0442 \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u044C\u0441\u044F \u043C\u0430\u0448\u0438\u043D\u043D\u044B\u0439 \u043F\u0435\u0440\u0435\u0432\u043E\u0434 \u0441\u0443\u0431\u0442\u0438\u0442\u0440\u043E\u0432 \u0438\u0437\u043D\u0430\u0447\u0430\u043B\u044C\u043D\u043E\u0433\u043E \u0432\u0438\u0434\u0435\u043E. \u041E\u0431\u0440\u0430\u0442\u0438\u0442\u0435 \u0432\u043D\u0438\u043C\u0430\u043D\u0438\u0435: \u044D\u0442\u043E\u0442 \u044F\u0440\u043B\u044B\u043A \u0438\u0437\u043C\u0435\u043D\u044F\u0435\u0442 \u0433\u043B\u043E\u0431\u0430\u043B\u044C\u043D\u044B\u0435 \u043D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0438.","error.openAIFreeLimit":"\u0421\u0435\u0440\u0432\u0438\u0441 \u0432\u043E\u0437\u0432\u0440\u0430\u0449\u0430\u0435\u0442 \u043E\u0448\u0438\u0431\u043A\u0443, \u0442\u0435\u043A\u0443\u0449\u0430\u044F \u0447\u0430\u0441\u0442\u043E\u0442\u0430 \u0437\u0430\u043F\u0440\u043E\u0441\u043E\u0432 \u043D\u0430 \u043F\u0435\u0440\u0435\u0432\u043E\u0434 \u0434\u043E\u0441\u0442\u0438\u0433\u043B\u0430 \u043F\u0440\u0435\u0434\u0435\u043B\u0430 \u0432 3 \u0440\u0430\u0437\u0430 \u0432 \u043C\u0438\u043D\u0443\u0442\u0443, \u043F\u043E\u0436\u0430\u043B\u0443\u0439\u0441\u0442\u0430, \u043F\u043E\u043F\u0440\u043E\u0431\u0443\u0439\u0442\u0435 \u043F\u043E\u0437\u0436\u0435. (\u042D\u0442\u043E \u043E\u0433\u0440\u0430\u043D\u0438\u0447\u0435\u043D\u0438\u0435 OpenAI \u0434\u043B\u044F \u0431\u0435\u0441\u043F\u043B\u0430\u0442\u043D\u043E\u0433\u043E API Key, \u0447\u0442\u043E\u0431\u044B \u0441\u043D\u044F\u0442\u044C \u044D\u0442\u043E \u043E\u0433\u0440\u0430\u043D\u0438\u0447\u0435\u043D\u0438\u0435, \u043F\u043E\u0436\u0430\u043B\u0443\u0439\u0441\u0442\u0430, \u043F\u0440\u0438\u0432\u044F\u0436\u0438\u0442\u0435 \u043A\u0440\u0435\u0434\u0438\u0442\u043D\u0443\u044E \u043A\u0430\u0440\u0442\u0443 \u0432 \u0431\u044D\u043A\u0435\u043D\u0434\u0435 OpenAI.)","error.serveUnavailable":"\u0412 \u043D\u0430\u0441\u0442\u043E\u044F\u0449\u0435\u0435 \u0432\u0440\u0435\u043C\u044F \u0443\u0441\u043B\u0443\u0433\u0430 [{serverName}], \u043A\u043E\u0442\u043E\u0440\u0443\u044E \u0432\u044B \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u0443\u0435\u0442\u0435, \u0432\u0440\u0435\u043C\u0435\u043D\u043D\u043E \u043D\u0435\u0434\u043E\u0441\u0442\u0443\u043F\u043D\u0430 \u0438\u0437-\u0437\u0430 \u043F\u0440\u043E\u0431\u043B\u0435\u043C \u0441 \u043F\u043E\u0434\u043A\u043B\u044E\u0447\u0435\u043D\u0438\u0435\u043C \u043A \u0441\u0435\u0442\u0438 \u0438\u043B\u0438 \u043F\u043E\u0441\u0442\u0430\u0432\u0449\u0438\u043A\u043E\u043C \u0443\u0441\u043B\u0443\u0433. \u0420\u0435\u043A\u043E\u043C\u0435\u043D\u0434\u0443\u0435\u043C \u0432\u0430\u043C \u043F\u043E\u043F\u0440\u043E\u0431\u043E\u0432\u0430\u0442\u044C \u043E\u0431\u043D\u043E\u0432\u0438\u0442\u044C \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u0443 \u0438\u043B\u0438 \u0438\u0437\u043C\u0435\u043D\u0438\u0442\u044C \u0434\u0440\u0443\u0433\u043E\u0439 \u0441\u0435\u0440\u0432\u0438\u0441 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430 \u0447\u0435\u0440\u0435\u0437 <1>\u043D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0438. \u0415\u0441\u043B\u0438 \u0432\u044B <2>Pro-\u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u0435\u043B\u044C, \u0432\u044B \u043C\u043E\u0436\u0435\u0442\u0435 \u0432\u044B\u0431\u0440\u0430\u0442\u044C \u0431\u043E\u043B\u0435\u0435 \u0441\u0442\u0430\u0431\u0438\u043B\u044C\u043D\u044B\u0435 \u0441\u0435\u0440\u0432\u0438\u0441\u044B \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430 DeepL \u0438\u043B\u0438 OpenAI (<3>\u043D\u0430\u0436\u043C\u0438\u0442\u0435 \u0437\u0434\u0435\u0441\u044C, \u0447\u0442\u043E\u0431\u044B \u043F\u043E\u043F\u0440\u043E\u0431\u043E\u0432\u0430\u0442\u044C \u0431\u0435\u0441\u043F\u043B\u0430\u0442\u043D\u043E). \u041A\u0440\u043E\u043C\u0435 \u0442\u043E\u0433\u043E, \u0432\u0430\u043C, \u0432\u043E\u0437\u043C\u043E\u0436\u043D\u043E, \u043F\u0440\u0438\u0434\u0435\u0442\u0441\u044F \u043F\u0440\u043E\u0432\u0435\u0440\u0438\u0442\u044C \u043D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0438 \u0432\u0430\u0448\u0435\u0439 \u0441\u0435\u0442\u0438 \u0438\u043B\u0438 \u043F\u0440\u043E\u043A\u0441\u0438.",pickAll:"\u0412\u044B\u0431\u0440\u0430\u0442\u044C \u0432\u0441\u0435","tagsInput.add":"+ \u0414\u043E\u0431\u0430\u0432\u0438\u0442\u044C",loggedIn:"\u0412\u0445\u043E\u0434 \u0432\u044B\u043F\u043E\u043B\u043D\u0435\u043D","widget.translateFile":"PDF/ePub","translationServices.gemini":"\u0411\u043B\u0438\u0437\u043D\u0435\u0446\u044B",notLogin:"\u041D\u0435 \u0432\u043E\u0448\u0435\u043B \u0432 \u0441\u0438\u0441\u0442\u0435\u043C\u0443","multipleClick.2":"\u0434\u0432\u043E\u0439\u043D\u043E\u0439 \u043A\u043B\u0438\u043A",goLogin:"\u0432\u043E\u0439\u0442\u0438 \u0432 \u0441\u0438\u0441\u0442\u0435\u043C\u0443","multipleClick.3":"\u0442\u0440\u043E\u0439\u043D\u043E\u0439 \u0443\u0434\u0430\u0440","error.subscriptionExpiredTitle":"\u0427\u043B\u0435\u043D\u0441\u0442\u0432\u043E \u0438\u0441\u0442\u0435\u043A\u043B\u043E",shortcutSettings:"\u0413\u043E\u0440\u044F\u0447\u0438\u0435 \u043A\u043B\u0430\u0432\u0438\u0448\u0438","widget.instruction":"\u0418\u043D\u0441\u0442\u0440\u0443\u043A\u0446\u0438\u044F \u043F\u043E \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u043D\u0438\u044E",contact:"\u0421\u0432\u044F\u0436\u0438\u0442\u0435\u0441\u044C \u0441 \u043D\u0430\u043C\u0438","widget.videoSubtitle":"\u0432\u0438\u0434\u0435\u043E \u0441\u0443\u0431\u0442\u0438\u0442\u0440\u044B","error.retry":"\u041F\u043E\u0432\u0442\u043E\u0440\u0438\u0442\u044C \u043F\u043E\u043F\u044B\u0442\u043A\u0443","widget.instructionTooltip":"\u041F\u0440\u043E\u0441\u043C\u043E\u0442\u0440 \u0438\u043D\u0441\u0442\u0440\u0443\u043A\u0446\u0438\u0439 \u043F\u043E \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u043D\u0438\u044E","subtitle.bilingual":"\u0434\u0432\u0443\u044F\u0437\u044B\u0447\u043D\u044B\u0435 \u0441\u0443\u0431\u0442\u0438\u0442\u0440\u044B","error.reason":"\u043F\u0440\u0438\u0447\u0438\u043D\u0430 \u043E\u0448\u0438\u0431\u043A\u0438",alwaysTranslateThisSite:"\u0412\u0441\u0435\u0433\u0434\u0430 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0438\u0442\u0435 \u044D\u0442\u043E\u0442 \u0441\u0430\u0439\u0442",touchShortcutsOff:"\u0437\u0430\u043A\u0440\u044B\u0442\u044C",neverTranslateThisSite:"\u041D\u0438\u043A\u043E\u0433\u0434\u0430 \u043D\u0435 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0438\u0442\u0435 \u044D\u0442\u043E\u0442 \u0441\u0430\u0439\u0442",buildSnapshots:"\u0421\u043E\u0437\u0434\u0430\u043D\u0438\u0435 \u0441\u043D\u0438\u043C\u043A\u0430 \u0432\u0435\u0431-\u0441\u0442\u0440\u0430\u043D\u0438\u0446\u044B","slide.left":"\u041F\u0440\u043E\u0432\u0435\u0434\u0438\u0442\u0435 \u0432\u043F\u0440\u0430\u0432\u043E","shortcutGroup.others":"\u0411\u043E\u043B\u044C\u0448\u0435 \u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u0435\u043B\u044C\u0441\u043A\u0438\u0445 \u0444\u0443\u043D\u043A\u0446\u0438\u0439 \u0433\u043E\u0440\u044F\u0447\u0438\u0445 \u043A\u043B\u0430\u0432\u0438\u0448",temprarilyChangeTranslationTo_openai:"\u0418\u0441\u043F\u043E\u043B\u044C\u0437\u0443\u0435\u0442\u0441\u044F OpenAI \u0434\u043B\u044F \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430 \u0442\u0435\u043A\u0443\u0449\u0435\u0439 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u044B","intro.hoverTitle":"\u041D\u0430\u0432\u0435\u0434\u0438\u0442\u0435 \u043A\u0443\u0440\u0441\u043E\u0440, \u0447\u0442\u043E\u0431\u044B \u043F\u0435\u0440\u0435\u0432\u0435\u0441\u0442\u0438 \u0442\u0435\u043A\u0443\u0449\u0438\u0439 \u0430\u0431\u0437\u0430\u0446","browser.translateWithDeepL":"\u0412\u0440\u0435\u043C\u0435\u043D\u043D\u043E \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u0443\u0439\u0442\u0435 DeepL \u0434\u043B\u044F \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430 \u0442\u0435\u043A\u0443\u0449\u0435\u0439 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u044B","slide.right":"\u0421\u0432\u0430\u0439\u043F \u0432\u043B\u0435\u0432\u043E",translationOnlyMode:"\u0422\u043E\u043B\u044C\u043A\u043E \u0440\u0435\u0436\u0438\u043C \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430",notLoginPro:"\u0412\u044B \u0435\u0449\u0435 \u043D\u0435 \u0432\u043E\u0448\u043B\u0438 \u0432 \u0441\u0432\u043E\u0439 \u0430\u043A\u043A\u0430\u0443\u043D\u0442",mouseHoverCustomKeyTitle:"\u041D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0430 \u0433\u043E\u0440\u044F\u0447\u0438\u0445 \u043A\u043B\u0430\u0432\u0438\u0448 \u043F\u0440\u0438 \u043D\u0430\u0432\u0435\u0434\u0435\u043D\u0438\u0438 \u043C\u044B\u0448\u0438","shortcutGroup.mouse":"\u041D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0430 \u0433\u043E\u0440\u044F\u0447\u0438\u0445 \u043A\u043B\u0430\u0432\u0438\u0448 \u043F\u0440\u0438 \u043D\u0430\u0432\u0435\u0434\u0435\u043D\u0438\u0438 \u043C\u044B\u0448\u0438",temprarilyChangeTranslationTo_deepl:"\u0418\u0441\u043F\u043E\u043B\u044C\u0437\u0443\u0435\u0442\u0441\u044F \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0447\u0438\u043A DeepL \u0434\u043B\u044F \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430 \u0442\u0435\u043A\u0443\u0449\u0435\u0439 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u044B.","browser.translateWithGoogle":"\u0412\u0440\u0435\u043C\u0435\u043D\u043D\u043E\u0435 \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u043D\u0438\u0435 Google Translate \u0434\u043B\u044F \u0442\u0435\u043A\u0443\u0449\u0435\u0439 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u044B","shortcutGroup.touch":"\u0421\u043F\u0435\u0446\u0438\u0430\u043B\u044C\u043D\u044B\u0435 \u0436\u0435\u0441\u0442\u044B \u0434\u043B\u044F \u0441\u0435\u043D\u0441\u043E\u0440\u043D\u043E\u0433\u043E \u044D\u043A\u0440\u0430\u043D\u0430","browser.translateInputBox":"\u041F\u0435\u0440\u0435\u0432\u0435\u0441\u0442\u0438 \u0442\u0435\u043A\u0443\u0449\u0435\u0435 \u0441\u043E\u0434\u0435\u0440\u0436\u0438\u043C\u043E\u0435 \u0432\u0432\u043E\u0434\u0430","widget.videoSubtitleTooltip":"\u041F\u043E\u0434\u0434\u0435\u0440\u0436\u043A\u0430 Youtube \u0438 \u0434\u0440\u0443\u0433\u0438\u0445 {count}+ \u0432\u0438\u0434\u0435\u043E-\u0441\u0430\u0439\u0442\u043E\u0432","browser.translateWithGemini":"\u0412\u0440\u0435\u043C\u0435\u043D\u043D\u043E \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u0443\u0439\u0442\u0435 Gemini \u0434\u043B\u044F \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430 \u0442\u0435\u043A\u0443\u0449\u0435\u0439 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u044B","subtitle.hideQuickButton":"\u0411\u043E\u043B\u044C\u0448\u0435 \u043D\u0435 \u043F\u043E\u043A\u0430\u0437\u044B\u0432\u0430\u0442\u044C \u044D\u0442\u043E\u0442 \u044F\u0440\u043B\u044B\u043A","browser.translateWithBing":"\u0412\u0440\u0435\u043C\u0435\u043D\u043D\u043E \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u0443\u0439\u0442\u0435 Microsoft \u0434\u043B\u044F \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430 \u0442\u0435\u043A\u0443\u0449\u0435\u0439 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u044B","browser.translateWithTransmart":"\u0412\u0440\u0435\u043C\u0435\u043D\u043D\u043E \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u0443\u0439\u0442\u0435 Tencent \u0434\u043B\u044F \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430 \u0442\u0435\u043A\u0443\u0449\u0435\u0439 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u044B","multipleClick.4":"\u0447\u0435\u0442\u044B\u0440\u0435\u0445\u043A\u0440\u0430\u0442\u043D\u044B\u0439 \u0443\u0434\u0430\u0440",temprarilyChangeTranslationTo_gemini:"\u0418\u0441\u043F\u043E\u043B\u044C\u0437\u0443\u0435\u0442\u0441\u044F \u043F\u0435\u0440\u0435\u0432\u043E\u0434 \u0442\u0435\u043A\u0443\u0449\u0435\u0439 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u044B \u0441 \u043F\u043E\u043C\u043E\u0449\u044C\u044E Gemini","floatBall.longPress":"\u0423\u0434\u0435\u0440\u0436\u0438\u0432\u0430\u0439\u0442\u0435 \u043A\u043D\u043E\u043F\u043A\u0443, \u0447\u0442\u043E\u0431\u044B \u0431\u044B\u0441\u0442\u0440\u043E \u043E\u0442\u043A\u0440\u044B\u0442\u044C \u043F\u0430\u043D\u0435\u043B\u044C \u043D\u0430\u0441\u0442\u0440\u043E\u0435\u043A.",shortcutSettingsTitle:"\u041D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0430 \u0433\u043E\u0440\u044F\u0447\u0438\u0445 \u043A\u043B\u0430\u0432\u0438\u0448",networkError:"\u041F\u0440\u043E\u0431\u043B\u0435\u043C\u044B \u0441 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0447\u0435\u0441\u043A\u0438\u043C \u0441\u0435\u0440\u0432\u0438\u0441\u043E\u043C \u0438\u043B\u0438 \u0441\u0435\u0442\u044C\u044E","intro.floatBallTitle":"\u0411\u044B\u0441\u0442\u0440\u044B\u0439 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0447\u0438\u043A \u0432\u0441\u043F\u043B\u044B\u0432\u0430\u044E\u0449\u0435\u0433\u043E \u0448\u0430\u0440\u0430",temprarilyChangeTranslationTo_transmart:"\u0418\u0441\u043F\u043E\u043B\u044C\u0437\u0443\u0435\u0442\u0441\u044F \u043F\u0435\u0440\u0435\u0432\u043E\u0434 \u0442\u0435\u043A\u0443\u0449\u0435\u0439 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u044B \u0447\u0435\u0440\u0435\u0437 Tencent.","subtitle.autoDisableSubtitle":"\u041D\u0435 \u0430\u0432\u0442\u043E\u043C\u0430\u0442\u0438\u0447\u0435\u0441\u043A\u0438 \u0432\u043A\u043B\u044E\u0447\u0430\u0442\u044C \u0434\u0432\u0443\u044F\u0437\u044B\u0447\u043D\u044B\u0435 \u0441\u0443\u0431\u0442\u0438\u0442\u0440\u044B","browser.translateWithOpenAI":"\u0412\u0440\u0435\u043C\u0435\u043D\u043D\u043E \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u0443\u0439\u0442\u0435 OpenAI \u0434\u043B\u044F \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430 \u0442\u0435\u043A\u0443\u0449\u0435\u0439 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u044B","shortcutGroup.shortcutsForTranslationServices":"\u0421\u043E\u0447\u0435\u0442\u0430\u043D\u0438\u044F \u043A\u043B\u0430\u0432\u0438\u0448, \u0441\u0432\u044F\u0437\u0430\u043D\u043D\u044B\u0435 \u0441 \u0443\u0441\u043B\u0443\u0433\u0430\u043C\u0438 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430",temprarilyChangeTranslationTo_google:"\u0418\u0441\u043F\u043E\u043B\u044C\u0437\u0443\u0435\u0442\u0441\u044F Google Translate \u0434\u043B\u044F \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430 \u0442\u0435\u043A\u0443\u0449\u0435\u0439 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u044B.",paragraphMinTextCountField:"\u041C\u0438\u043D\u0438\u043C\u0430\u043B\u044C\u043D\u043E\u0435 \u043A\u043E\u043B\u0438\u0447\u0435\u0441\u0442\u0432\u043E \u0441\u0438\u043C\u0432\u043E\u043B\u043E\u0432, \u043D\u0435\u043E\u0431\u0445\u043E\u0434\u0438\u043C\u044B\u0445 \u0434\u043B\u044F \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430 \u0430\u0431\u0437\u0430\u0446\u0430",temprarilyChangeTranslationTo_bing:"\u0418\u0441\u043F\u043E\u043B\u044C\u0437\u0443\u0435\u0442\u0441\u044F Microsoft \u0434\u043B\u044F \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430 \u0442\u0435\u043A\u0443\u0449\u0435\u0439 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u044B",upgradeToProErrorTitle:"\u041F\u043E\u0436\u0430\u043B\u0443\u0439\u0441\u0442\u0430, \u043E\u0431\u043D\u043E\u0432\u0438\u0442\u0435 \u0434\u043E Pro-\u0447\u043B\u0435\u043D\u0441\u0442\u0432\u0430, \u0447\u0442\u043E\u0431\u044B \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u044C \u044D\u0442\u0443 \u0443\u0441\u043B\u0443\u0433\u0443 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430.","floatBall.guideClickToTranslate":`\u041D\u0430\u0436\u043C\u0438\u0442\u0435 \u043D\u0430 \u043F\u043B\u0430\u0432\u0430\u044E\u0449\u0438\u0439 \u0448\u0430\u0440 \u0434\u043B\u044F \u043F\u043E\u0433\u0440\u0443\u0436\u0435\u043D\u0438\u044F \u0432 \u043F\u0435\u0440\u0435\u0432\u043E\u0434, + {env.imt_sub_trans_field}: Traduzione`,"translationServices.claude":"Claude","subtitle.quickButton.black":"nero","subtitle.quickButton.blue":"blu","subtitle.quickButton.white":"bianco","subtitle.quickButton.green":"Verde","subtitle.quickButton.magenta":"Fucsia","subtitle.quickButton.sourceTextColor":"Colore del carattere originale","subtitle.quickButton.yellow":"giallo","subtitle.quickButton.sourceFontSize":"Dimensione originale del carattere","subtitle.quickButton.backgroundOpacity":"Opacit\xE0 di sfondo","subtitle.quickButton.translationPositionTop":"Sopra il testo originale","subtitle.quickButton.backgroundColor":"colore di sfondo","subtitle.quickButton.translationPosition":"Posizione del testo tradotto","subtitle.quickButton.translationPositionBottom":"Sotto il testo originale","subtitle.quickButton.red":"Rosso","subtitle.quickButton.cyan":"Blu","subtitle.quickButton.setting":"Impostazione","subtitle.quickButton.translationTextColor":"Colore del carattere del testo","subtitle.quickButton.translationFontSize":"Dimensione del carattere del testo tradotto",attachSubtitleTranslating:"Utilizzando {service} per la traduzione...","error.claude.403":"Non hai l'autorizzazione per accedere al servizio, potrebbe essere correlato alle restrizioni regionali di Claude, puoi provare a cambiare il tuo indirizzo IP o utilizzare altri servizi di traduzione.","browser.brandDescriptionForSafari":"\u3010Traduzione Immersiva\u3011Un plugin gratuito per la traduzione di pagine web bilingue (originale/tradotto), che supporta anche la traduzione di PDF e libri elettronici EPUB mantenendo la formattazione originale del documento, la traduzione di sottotitoli bilingui per video online come Youtube/Netflix, e supporta servizi di traduzione mainstream come Deepl/Google;","browser.PdfProFile":"Traduzione Pro di PDF guidata da AI","browser.textTranslate":"Traduzione del testo"};var U4={nologin:"\u043D\u0435 \u0432\u043E\u0448\u0451\u043B \u0432 \u0441\u0438\u0441\u0442\u0435\u043C\u0443",loginForSafari:"\u0412\u043E\u0439\u0442\u0438 \u0438\u043B\u0438 \u0437\u0430\u0440\u0435\u0433\u0438\u0441\u0442\u0440\u0438\u0440\u043E\u0432\u0430\u0442\u044C\u0441\u044F",login:"\u0412\u0445\u043E\u0434 \u0432 \u0441\u0438\u0441\u0442\u0435\u043C\u0443 \u0434\u043B\u044F \u043E\u0442\u043A\u0440\u044B\u0442\u0438\u044F \u0447\u043B\u0435\u043D\u0441\u0442\u0432\u0430",manageAccount:"\u0423\u043F\u0440\u0430\u0432\u043B\u044F\u0435\u043C\u044B\u0435 \u0441\u0447\u0435\u0442\u0430",openPremium:"\u041E\u0442\u043A\u0440\u044B\u0442\u043E\u0435 \u0447\u043B\u0435\u043D\u0441\u0442\u0432\u043E",logout:"\u043F\u0440\u0435\u0440\u0432\u0430\u0442\u044C",curentPlan:"\u0422\u0435\u043A\u0443\u0449\u0438\u0435 \u043F\u0430\u043A\u0435\u0442\u044B",endAt:"\u0441\u0440\u043E\u043A \u0434\u0435\u0439\u0441\u0442\u0432\u0438\u044F",endAuto:"\u0430\u0432\u0442\u043E\u043F\u0440\u043E\u0434\u043B\u0435\u043D\u0438\u0435",lineBreakMaxTextCount:"\u041C\u0430\u043A\u0441\u0438\u043C\u0430\u043B\u044C\u043D\u043E\u0435 \u043A\u043E\u043B\u0438\u0447\u0435\u0441\u0442\u0432\u043E \u0441\u0438\u043C\u0432\u043E\u043B\u043E\u0432, \u0434\u043E\u043F\u0443\u0441\u0442\u0438\u043C\u043E\u0435 \u0432 \u043E\u0434\u043D\u043E\u043C \u043F\u0440\u0435\u0434\u043B\u043E\u0436\u0435\u043D\u0438\u0438 \u043F\u043E\u0441\u043B\u0435 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430 \u0441\u0442\u0440\u043E\u043A\u0438","translate-pdf":"\u041D\u0430\u0436\u043C\u0438\u0442\u0435, \u0447\u0442\u043E\u0431\u044B \u043F\u0435\u0440\u0435\u0432\u0435\u0441\u0442\u0438 PDF","noSupportTranslate-pdf":"\u0421\u043A\u0440\u0438\u043F\u0442 \u043D\u0435 \u043F\u043E\u0434\u0434\u0435\u0440\u0436\u0438\u0432\u0430\u0435\u0442\u0441\u044F, \u043F\u043E\u0436\u0430\u043B\u0443\u0439\u0441\u0442\u0430, \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u0443\u0439\u0442\u0435 \u043F\u043B\u0430\u0433\u0438\u043D","translate-firefox-local-pdf":"\u041D\u0430\u0436\u043C\u0438\u0442\u0435 \u0434\u043B\u044F \u043F\u0435\u0440\u0435\u0445\u043E\u0434\u0430 \u043A \u0440\u0430\u0437\u0434\u0435\u043B\u0443 \u0418\u043C\u043F\u043E\u0440\u0442 PDF",enableLineBreak:"\u0412\u043A\u043B\u044E\u0447\u0438\u0442\u044C \u0430\u0432\u0442\u043E\u043C\u0430\u0442\u0438\u0447\u0435\u0441\u043A\u0443\u044E \u043F\u043E\u0434\u0430\u0447\u0443 \u0441\u0442\u0440\u043E\u043A\u0438 \u0434\u043B\u044F \u0434\u043B\u0438\u043D\u043D\u044B\u0445 \u0430\u0431\u0437\u0430\u0446\u0435\u0432",sponsorLabel:"$1 \u0421\u043F\u043E\u043D\u0441\u0438\u0440\u0443\u0435\u043C\u044B\u0435 \u0440\u0430\u0437\u0440\u0430\u0431\u043E\u0442\u0447\u0438\u043A\u0438",help:"\u0440\u0443\u043A\u0430",browserShortcutsNoteForFirefox:"\u0427\u0442\u043E\u0431\u044B \u0438\u0437\u043C\u0435\u043D\u0438\u0442\u044C \u044F\u0440\u043B\u044B\u043A\u0438 \u0432 Firefox, \u043D\u0435\u043E\u0431\u0445\u043E\u0434\u0438\u043C\u043E \u043E\u0442\u043A\u0440\u044B\u0442\u044C \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u0443 \u0443\u043F\u0440\u0430\u0432\u043B\u0435\u043D\u0438\u044F \u0440\u0430\u0441\u0448\u0438\u0440\u0435\u043D\u0438\u044F\u043C\u0438 `about:addons`, \u0437\u0430\u0442\u0435\u043C \u043D\u0430\u0436\u0430\u0442\u044C `Settings`, \u0430 \u0434\u043B\u044F \u043D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0438 \u044F\u0440\u043B\u044B\u043A\u043E\u0432 - `Manage Shortcuts`.",browserShortcutsNoteForChrome:"\u0414\u043B\u044F \u0438\u0437\u043C\u0435\u043D\u0435\u043D\u0438\u044F \u044F\u0440\u043B\u044B\u043A\u043E\u0432 \u0432 Chrome \u043D\u0435\u043E\u0431\u0445\u043E\u0434\u0438\u043C\u043E \u043E\u0442\u043A\u0440\u044B\u0442\u044C \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u0443 \u0443\u043F\u0440\u0430\u0432\u043B\u0435\u043D\u0438\u044F \u0440\u0430\u0441\u0448\u0438\u0440\u0435\u043D\u0438\u044F\u043C\u0438, \u0437\u0430\u0434\u0430\u0442\u044C \u0438\u0445 \u043D\u0430 \u043F\u0430\u043D\u0435\u043B\u0438 `Manage Shortcuts` (`chrome://extensions/shortcuts`) \u0438 \u043D\u0430\u0436\u0430\u0442\u044C \u043A\u043D\u043E\u043F\u043A\u0443 \u043D\u0438\u0436\u0435 \u0434\u043B\u044F \u043F\u0435\u0440\u0435\u0445\u043E\u0434\u0430 \u043D\u0430 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u0443 \u0443\u043F\u0440\u0430\u0432\u043B\u0435\u043D\u0438\u044F \u044F\u0440\u043B\u044B\u043A\u0430\u043C\u0438.",browserShortcutsSucks:"\u041D\u0430\u0441\u0442\u0440\u043E\u0435\u043D\u043D\u044B\u0435 \u044F\u0440\u043B\u044B\u043A\u0438 \u0438\u043C\u0435\u044E\u0442 \u0432\u0438\u0434 (\u0430\u0432\u0442\u043E\u0440\u0430\u0441\u043F\u043E\u0437\u043D\u0430\u0432\u0430\u043D\u0438\u0435 \u043D\u0435 \u043F\u0440\u043E\u0438\u0437\u0432\u043E\u0434\u0438\u0442\u0441\u044F, \u0432\u0432\u043E\u0434\u0438\u0442\u0435 \u043D\u0435\u043F\u043E\u0441\u0440\u0435\u0434\u0441\u0442\u0432\u0435\u043D\u043D\u043E)\uFF1A",enableLineBreakDescription:"\u041F\u0440\u0438 \u0432\u043A\u043B\u044E\u0447\u0435\u043D\u0438\u0438 \u044D\u0442\u043E\u0439 \u0444\u0443\u043D\u043A\u0446\u0438\u0438 \u0432 \u0434\u043B\u0438\u043D\u043D\u044B\u0445 \u0430\u0431\u0437\u0430\u0446\u0430\u0445 \u0432 \u043A\u043E\u043D\u0446\u0435 \u043A\u0430\u0436\u0434\u043E\u0433\u043E \u043F\u0440\u0435\u0434\u043B\u043E\u0436\u0435\u043D\u0438\u044F \u0431\u0443\u0434\u0443\u0442 \u0432\u0441\u0442\u0430\u0432\u043B\u0435\u043D\u044B \u043F\u0435\u0440\u0435\u043D\u043E\u0441\u044B \u0441\u0442\u0440\u043E\u043A, \u0447\u0442\u043E \u043E\u0431\u043B\u0435\u0433\u0447\u0438\u0442 \u0438\u0445 \u0447\u0442\u0435\u043D\u0438\u0435","browser.shortBrandName":"\u041F\u043E\u0433\u0440\u0443\u0436\u043D\u043E\u0439 \u043F\u0435\u0440\u0435\u0432\u043E\u0434","browser.brandName":"\u0418\u043C\u043C\u0435\u0440\u0441\u0438\u043E\u043D\u043D\u044B\u0439 \u043F\u0435\u0440\u0435\u0432\u043E\u0434: \u0434\u0432\u0443\u044F\u0437\u044B\u0447\u043D\u044B\u0439 \u043F\u0435\u0440\u0435\u0432\u043E\u0434 \u0432\u0435\u0431-\u0441\u0442\u0440\u0430\u043D\u0438\u0446 \u0438 PDF-\u0434\u043E\u043A\u0443\u043C\u0435\u043D\u0442\u043E\u0432","browser.brandDescription":"Bilingual web page translation, also supports PDF translation, bilingual Epub eBook translation, free to use.","browser.toggleTranslatePage":"\u041F\u0435\u0440\u0435\u0432\u0435\u0441\u0442\u0438 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u0443/\u043E\u0442\u043E\u0431\u0440\u0430\u0437\u0438\u0442\u044C \u043E\u0440\u0438\u0433\u0438\u043D\u0430\u043B\u044C\u043D\u044B\u0439 \u0442\u0435\u043A\u0441\u0442","browser.toggleTranslateTheWholePage":"\u041F\u0435\u0440\u0435\u0432\u0435\u0441\u0442\u0438 \u0432\u0441\u0435 \u043E\u0431\u043B\u0430\u0441\u0442\u0438 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u044B/\u043E\u0442\u043E\u0431\u0440\u0430\u0437\u0438\u0442\u044C \u043E\u0440\u0438\u0433\u0438\u043D\u0430\u043B\u044C\u043D\u044B\u0439 \u0442\u0435\u043A\u0441\u0442","browser.toggleOnlyTransation":"\u041F\u0435\u0440\u0435\u043A\u043B\u044E\u0447\u0438\u0442\u044C \u043D\u0430 \u0434\u0432\u0443\u044F\u0437\u044B\u0447\u043D\u044B\u0439 / \u0442\u043E\u043B\u044C\u043A\u043E \u043F\u0435\u0440\u0435\u0432\u043E\u0434 \u0440\u0435\u0436\u0438\u043C","browser.toggleTranslateToThePageEndImmediately":"\u041D\u0435\u043C\u0435\u0434\u043B\u0435\u043D\u043D\u044B\u0439 \u043F\u0435\u0440\u0435\u0432\u043E\u0434 \u0432 \u043D\u0438\u0436\u043D\u044E\u044E \u0447\u0430\u0441\u0442\u044C \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u044B/\u043E\u0442\u043E\u0431\u0440\u0430\u0436\u0435\u043D\u0438\u0435 \u043E\u0440\u0438\u0433\u0438\u043D\u0430\u043B\u044C\u043D\u043E\u0433\u043E \u0442\u0435\u043A\u0441\u0442\u0430","browser.toggleTranslateTheMainPage":"\u041F\u0435\u0440\u0435\u0432\u0435\u0441\u0442\u0438 \u043E\u0441\u043D\u043E\u0432\u043D\u0443\u044E \u043E\u0431\u043B\u0430\u0441\u0442\u044C \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u044B/\u043E\u0442\u043E\u0431\u0440\u0430\u0437\u0438\u0442\u044C \u043E\u0440\u0438\u0433\u0438\u043D\u0430\u043B\u044C\u043D\u044B\u0439 \u0442\u0435\u043A\u0441\u0442","browser.shareToDraft":"\u041F\u043E\u0434\u0435\u043B\u0438\u0442\u044C\u0441\u044F \u0414\u0432\u0443\u044F\u0437\u044B\u0447\u043D\u044B\u0435 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u044B","browser.openOptionsPage":"\u041E\u0442\u043A\u0440\u043E\u0439\u0442\u0435 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u0443 \u043D\u0430\u0441\u0442\u0440\u043E\u0435\u043A","browser.toggleTranslationMask":"\u041F\u043E\u043A\u0430\u0437\u0430\u0442\u044C/\u0441\u043A\u0440\u044B\u0442\u044C \u044D\u0444\u0444\u0435\u043A\u0442 \u0440\u0430\u0437\u043C\u044B\u0442\u0438\u044F \u043F\u0440\u0438 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0435","browser.translateLocalPdfFile":"\u041F\u0435\u0440\u0435\u0432\u043E\u0434 \u043B\u043E\u043A\u0430\u043B\u044C\u043D\u044B\u0445 PDF-\u0444\u0430\u0439\u043B\u043E\u0432","browser.openEbookViewer":"\u0427\u0438\u0442\u0430\u0442\u044C \u043C\u0435\u0441\u0442\u043D\u044B\u0435 \u044D\u043B\u0435\u043A\u0442\u0440\u043E\u043D\u043D\u044B\u0435 \u043A\u043D\u0438\u0433\u0438","browser.openEbookBuilder":"\u0421\u043E\u0437\u0434\u0430\u043D\u0438\u0435 \u0434\u0432\u0443\u044F\u0437\u044B\u0447\u043D\u044B\u0445 \u044D\u043B\u0435\u043A\u0442\u0440\u043E\u043D\u043D\u044B\u0445 \u043A\u043D\u0438\u0433 EPUB","browser.translateLocalHtmlFile":"\u041F\u0435\u0440\u0435\u0432\u043E\u0434 HTML/\u0442\u0435\u043A\u0441\u0442\u043E\u0432\u044B\u0445 \u0444\u0430\u0439\u043B\u043E\u0432","browser.donateContext":"\u0423\u0437\u043D\u0430\u0439\u0442\u0435 \u043E \u043F\u0440\u0435\u0438\u043C\u0443\u0449\u0435\u0441\u0442\u0432\u0430\u0445 \u0441\u043F\u043E\u043D\u0441\u043E\u0440\u0441\u0442\u0432\u0430","browser.translateLocalSubtitleFile":"\u041F\u0435\u0440\u0435\u0432\u043E\u0434 \u0444\u0430\u0439\u043B\u043E\u0432 \u043B\u043E\u043A\u0430\u043B\u044C\u043D\u044B\u0445 \u0441\u0443\u0431\u0442\u0438\u0442\u0440\u043E\u0432",confirmResetConfig:"\u0412\u044B \u0443\u0432\u0435\u0440\u0435\u043D\u044B, \u0447\u0442\u043E \u0445\u043E\u0442\u0438\u0442\u0435 \u0441\u0431\u0440\u043E\u0441\u0438\u0442\u044C \u043D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0438?",translationLineBreakSettingTitle:"\u041D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0430 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430 \u0441\u0442\u0440\u043E\u043A\u0438",smartLineBreak:"\u0438\u043D\u0442\u0435\u043B\u043B\u0435\u043A\u0442\u0443\u0430\u043B\u044C\u043D\u043E\u0435 \u043B\u0438\u043D\u0435\u0439\u043D\u043E\u0435 \u043F\u0438\u0442\u0430\u043D\u0438\u0435 (\u0432\u044B\u0447\u0438\u0441\u043B\u0438\u0442\u0435\u043B\u044C\u043D\u0430\u044F \u0442\u0435\u0445\u043D\u0438\u043A\u0430)",alwaysLineBreak:"\u0412\u0441\u0435\u0433\u0434\u0430 \u043F\u043E\u0434\u0430\u0447\u0430 \u0441\u0442\u0440\u043E\u043A\u0438",isShowContextMenu:"\u0414\u043E\u0431\u0430\u0432\u043B\u0435\u043D\u0438\u0435 \u043F\u0435\u0440\u0435\u0432\u0435\u0434\u0435\u043D\u043D\u044B\u0445 \u0441\u0442\u0440\u0430\u043D\u0438\u0446 \u0432 \u043F\u0443\u043D\u043A\u0442\u044B \u043C\u0435\u043D\u044E, \u0432\u044B\u0437\u044B\u0432\u0430\u0435\u043C\u044B\u0435 \u043F\u0440\u0430\u0432\u043E\u0439 \u043A\u043D\u043E\u043F\u043A\u043E\u0439 \u043C\u044B\u0448\u0438",toggleBeta:"\u0412\u043A\u043B\u044E\u0447\u0435\u043D\u0438\u0435 \u0444\u0443\u043D\u043A\u0446\u0438\u0439 \u0431\u0435\u0442\u0430-\u0442\u0435\u0441\u0442\u0438\u0440\u043E\u0432\u0430\u043D\u0438\u044F",betaDescription:"\u0412\u043A\u043B\u044E\u0447\u0438\u0442\u0435 \u0444\u0443\u043D\u043A\u0446\u0438\u0438, \u043A\u043E\u0442\u043E\u0440\u044B\u0435 \u043F\u043E\u043A\u0430 \u043D\u0430\u0445\u043E\u0434\u044F\u0442\u0441\u044F \u0432 \u0441\u0442\u0430\u0434\u0438\u0438 \u044D\u043A\u0441\u043F\u0435\u0440\u0438\u043C\u0435\u043D\u0442\u0430, \u0430 \u0442\u0430\u043A\u0436\u0435 \u0441\u043B\u0443\u0436\u0431\u0443 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430 \u0432 \u0431\u0435\u0442\u0430-\u0432\u0435\u0440\u0441\u0438\u0438. \u041F\u0440\u0438\u0441\u043E\u0435\u0434\u0438\u043D\u044F\u0439\u0442\u0435\u0441\u044C \u043A <1>\u0433\u0440\u0443\u043F\u043F\u0435 Telegram, \u0447\u0442\u043E\u0431\u044B \u0443\u0437\u043D\u0430\u0442\u044C \u0431\u043E\u043B\u044C\u0448\u0435.",translationLineBreakSettingDescription:"\u0414\u043B\u044F \u0441\u0442\u0440\u0430\u043D\u0438\u0446 \u0441 \u043D\u0435\u0431\u043E\u043B\u044C\u0448\u0438\u043C \u0441\u043E\u0434\u0435\u0440\u0436\u0430\u043D\u0438\u0435\u043C \u0432\u0441\u0435\u0433\u0434\u0430 \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u0443\u0439\u0442\u0435 \u0430\u043A\u043A\u0443\u0440\u0430\u0442\u043D\u044B\u0435 \u043F\u0435\u0440\u0435\u043D\u043E\u0441\u044B \u0441\u0442\u0440\u043E\u043A. (\u0414\u043B\u044F \u044D\u043A\u043E\u043D\u043E\u043C\u0438\u0438 \u043C\u0435\u0441\u0442\u0430 \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u0443\u0439\u0442\u0435 \u0433\u0440\u0430\u043C\u043E\u0442\u043D\u044B\u0435 \u043F\u0435\u0440\u0435\u043D\u043E\u0441\u044B \u0441\u0442\u0440\u043E\u043A \u0432 \u0434\u043B\u0438\u043D\u043D\u044B\u0445 \u0430\u0431\u0437\u0430\u0446\u0430\u0445 \u0441 \u0431\u043E\u043B\u044C\u0448\u0438\u043C \u0441\u043E\u0434\u0435\u0440\u0436\u0430\u043D\u0438\u0435\u043C (\u0431\u043E\u043B\u0435\u0435{count}\u0441\u0438\u043C\u0432\u043E\u043B\u043E\u0432)).",tempTranslateDomainTitle:"\u041F\u0440\u043E\u0434\u043E\u043B\u0436\u0438\u0442\u0435\u043B\u044C\u043D\u043E\u0441\u0442\u044C \u0432\u0440\u0435\u043C\u0435\u043D\u043D\u043E\u0433\u043E \u0432\u043A\u043B\u044E\u0447\u0435\u043D\u0438\u044F \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430 \u0441\u0430\u0439\u0442\u0430",tempTranslateDomainDescription:"\u041F\u0440\u0438 \u0440\u0443\u0447\u043D\u043E\u043C \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0435 \u0432\u0435\u0431-\u0441\u0442\u0440\u0430\u043D\u0438\u0446\u044B \u0432\u0440\u0435\u043C\u0435\u043D\u043D\u043E \u0432\u043A\u043B\u044E\u0447\u0438\u0442\u044C \u0430\u0432\u0442\u043E\u043C\u0430\u0442\u0438\u0447\u0435\u0441\u043A\u0438\u0439 \u043F\u0435\u0440\u0435\u0432\u043E\u0434, \u043F\u0440\u0438 \u044D\u0442\u043E\u043C \u043C\u043E\u0436\u043D\u043E \u0437\u0430\u0434\u0430\u0442\u044C \u0432\u0440\u0435\u043C\u0435\u043D\u043D\u0443\u044E \u043F\u0440\u043E\u0434\u043E\u043B\u0436\u0438\u0442\u0435\u043B\u044C\u043D\u043E\u0441\u0442\u044C.",xMinutes:"{count} \u043C\u0438\u043D\u0443\u0442",disabled:"\u0437\u0430\u043F\u0440\u0435\u0449\u0430\u0442\u044C \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u043D\u0438\u0435 \u0447\u0435\u0433\u043E-\u043B.",changelog:"\u0416\u0443\u0440\u043D\u0430\u043B \u043E\u0431\u043D\u043E\u0432\u043B\u0435\u043D\u0438\u0439",toggleTranslatePageWhenThreeFingersOnTheScreen:"\u041E\u0434\u043D\u043E\u0432\u0440\u0435\u043C\u0435\u043D\u043D\u043E\u0435 \u043A\u0430\u0441\u0430\u043D\u0438\u0435 \u044D\u043A\u0440\u0430\u043D\u0430 \u043D\u0435\u0441\u043A\u043E\u043B\u044C\u043A\u0438\u043C\u0438 \u043F\u0430\u043B\u044C\u0446\u0430\u043C\u0438 \u043E\u0431\u0435\u0441\u043F\u0435\u0447\u0438\u0432\u0430\u0435\u0442 \u043F\u0435\u0440\u0435\u0432\u043E\u0434 \u0432\u0435\u0431-\u0441\u0442\u0440\u0430\u043D\u0438\u0446/\u043E\u0442\u043E\u0431\u0440\u0430\u0436\u0435\u043D\u0438\u0435 \u043E\u0440\u0438\u0433\u0438\u043D\u0430\u043B\u044C\u043D\u043E\u0433\u043E \u0442\u0435\u043A\u0441\u0442\u0430",toggleTranslationMaskWhenThreeFingersOnTheScreen:"\u041F\u0440\u0438\u043A\u043E\u0441\u043D\u043E\u0432\u0435\u043D\u0438\u0435 \u043D\u0435\u0441\u043A\u043E\u043B\u044C\u043A\u0438\u043C\u0438 \u043F\u0430\u043B\u044C\u0446\u0430\u043C\u0438 \u043F\u043E\u043A\u0430\u0437\u044B\u0432\u0430\u0435\u0442/\u0441\u043A\u0440\u044B\u0432\u0430\u0435\u0442 \u044D\u0444\u0444\u0435\u043A\u0442 \u0440\u0430\u0437\u043C\u044B\u0442\u0438\u044F.",fingerCountToToggleTranslagePageOnlyTranslationWhenTouching:"\u041F\u0440\u0438 \u043E\u0434\u043D\u043E\u0432\u0440\u0435\u043C\u0435\u043D\u043D\u043E\u043C \u043A\u0430\u0441\u0430\u043D\u0438\u0438 \u044D\u043A\u0440\u0430\u043D\u0430 \u043D\u0435\u0441\u043A\u043E\u043B\u044C\u043A\u0438\u043C\u0438 \u043F\u0430\u043B\u044C\u0446\u0430\u043C\u0438 \u043E\u0441\u0443\u0449\u0435\u0441\u0442\u0432\u043B\u044F\u0435\u0442\u0441\u044F \u043F\u0435\u0440\u0435\u0432\u043E\u0434 \u0432\u0435\u0431-\u0441\u0442\u0440\u0430\u043D\u0438\u0446\u044B (\u0442\u043E\u043B\u044C\u043A\u043E \u043F\u0435\u0440\u0435\u0432\u043E\u0434)/\u043E\u0442\u043E\u0431\u0440\u0430\u0436\u0435\u043D\u0438\u0435 \u043E\u0440\u0438\u0433\u0438\u043D\u0430\u043B\u044C\u043D\u043E\u0433\u043E \u0442\u0435\u043A\u0441\u0442\u0430.",addUrlDescription:"\u041C\u043E\u0436\u0435\u0442 \u0431\u044B\u0442\u044C \u0434\u043E\u043C\u0435\u043D\u043D\u044B\u043C \u0438\u043C\u0435\u043D\u0435\u043C, \u0430 \u0442\u0430\u043A\u0436\u0435 \u043F\u043E\u0434\u0434\u0435\u0440\u0436\u0438\u0432\u0430\u0435\u0442 \u043F\u043E\u0434\u0441\u0442\u0430\u043D\u043E\u0432\u043E\u0447\u043D\u044B\u0435 \u0437\u043D\u0430\u043A\u0438, \u043D\u0430\u043F\u0440\u0438\u043C\u0435\u0440,\uFF1A*.google.com, google.com/mail/*, https://www.google.com/*.",general:"\u041E\u0441\u043D\u043E\u0432\u043D\u044B\u0435 \u043D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0438",clickToExpandConfig:"\u0420\u0430\u0441\u0448\u0438\u0440\u0438\u0442\u044C \u0442\u0435\u043A\u0443\u0449\u0443\u044E \u043A\u043E\u043D\u0444\u0438\u0433\u0443\u0440\u0430\u0446\u0438\u044E",import:"\u0418\u043C\u043F\u043E\u0440\u0442 \u0438\u0437 \u0444\u0430\u0439\u043B\u0430",export:"\u042D\u043A\u0441\u043F\u043E\u0440\u0442 \u0432 \u0444\u0430\u0439\u043B",toggleDebug:"\u0412\u044B\u0432\u0435\u0441\u0442\u0438 \u0436\u0443\u0440\u043D\u0430\u043B \u043E\u0442\u043B\u0430\u0434\u043A\u0438 \u043D\u0430 \u043A\u043E\u043D\u0441\u043E\u043B\u044C","fingers.0":"\u043A\u043B\u043E\u0442\u0443\u0440\u0430","fingers.2":"\u043A\u0430\u0441\u0430\u043D\u0438\u0435 \u0434\u0432\u0443\u043C\u044F \u043F\u0430\u043B\u044C\u0446\u0430\u043C\u0438","fingers.3":"\u043A\u0430\u0441\u0430\u043D\u0438\u0435 \u0442\u0440\u0435\u043C\u044F \u043F\u0430\u043B\u044C\u0446\u0430\u043C\u0438","fingers.4":"\u043A\u0430\u0441\u0430\u043D\u0438\u0435 \u0447\u0435\u0442\u044B\u0440\u044C\u043C\u044F \u043F\u0430\u043B\u044C\u0446\u0430\u043C\u0438","fingers.5":"\u043F\u044F\u0442\u0438\u043F\u0430\u043B\u044C\u0446\u0435\u0432\u043E\u0435 \u043A\u0430\u0441\u0430\u043D\u0438\u0435",mouseHoldKey:"+ {key} \u043F\u0435\u0440\u0435\u0432\u0435\u0441\u0442\u0438/\u0432\u043E\u0441\u0441\u0442\u0430\u043D\u043E\u0432\u0438\u0442\u044C \u0430\u0431\u0437\u0430\u0446",mouseHoldKeyAuto:"\u041F\u0440\u044F\u043C\u043E\u0439 \u043F\u0435\u0440\u0435\u0432\u043E\u0434 \u0430\u0431\u0437\u0430\u0446\u0430",mouseHoldKeyOff:"\u041D\u0435 \u0434\u0435\u043B\u0430\u0439\u0442\u0435 \u043D\u0438\u0447\u0435\u0433\u043E.",mouseHoldKeyOther:"\u041D\u0430\u0441\u0442\u0440\u0430\u0438\u0432\u0430\u0435\u043C\u044B\u0435 \u044F\u0440\u043B\u044B\u043A\u0438 (\u043E\u0442\u043A\u0440\u044B\u0442\u044C \u043D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0438)",mouseHoldKeyCustomKey:"{key} \u041F\u0435\u0440\u0435\u0432\u043E\u0434/\u0441\u043E\u043A\u0440\u0430\u0449\u0435\u043D\u0438\u0435 \u0430\u0431\u0437\u0430\u0446\u0430",mouseHoverHoldKey:"\u041F\u0435\u0440\u0435\u0432\u043E\u0434 \u0430\u0431\u0437\u0430\u0446\u0435\u0432 \u043E\u0441\u0443\u0449\u0435\u0441\u0442\u0432\u043B\u044F\u0435\u0442\u0441\u044F \u043D\u0430\u0436\u0430\u0442\u0438\u0435\u043C \u043A\u043B\u0430\u0432\u0438\u0448\u0438 \u0431\u044B\u0441\u0442\u0440\u043E\u0433\u043E \u0434\u043E\u0441\u0442\u0443\u043F\u0430 \u043F\u0440\u0438 \u043D\u0430\u0432\u0435\u0434\u0435\u043D\u0438\u0438 \u043A\u0443\u0440\u0441\u043E\u0440\u0430 \u043C\u044B\u0448\u0438.","mouse-translate":"\u043D\u0430\u0432\u0435\u0434\u0435\u043D\u0438\u0435 \u043C\u044B\u0448\u0438",document:"(\u043A\u043E\u043C\u043F\u044C\u044E\u0442\u0435\u0440\u043D\u044B\u0439) \u0444\u0430\u0439\u043B",resetSuccess:"\u0423\u0441\u043F\u0435\u0448\u043D\u044B\u0439 \u0441\u0431\u0440\u043E\u0441 \u0432\u0441\u0435\u0445 \u043D\u0430\u0441\u0442\u0440\u043E\u0435\u043A",resetThisSuccess:"\u0421\u0431\u0440\u043E\u0441 \u0443\u0441\u043F\u0435\u0448\u0435\u043D",saved:"\u0421\u043E\u0445\u0440\u0430\u043D\u0438\u0442\u044C \u0443\u0441\u043F\u0435\u0448\u043D\u044B\u0439",successImportConfig:"\u0423\u0441\u043F\u0435\u0448\u043D\u044B\u0439 \u0438\u043C\u043F\u043E\u0440\u0442 \u043A\u043E\u043D\u0444\u0438\u0433\u0443\u0440\u0430\u0446\u0438\u0438",goAdvancedSettings:"\u041F\u0435\u0440\u0435\u0439\u0434\u0438\u0442\u0435 \u043D\u0430 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u0443 \u0414\u043E\u043F\u043E\u043B\u043D\u0438\u0442\u0435\u043B\u044C\u043D\u044B\u0435 \u043D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0438",goAdvancedInterfaceSettings:"\u041F\u0435\u0440\u0435\u0439\u0434\u0438\u0442\u0435 \u043D\u0430 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u0443 \u0414\u043E\u043F\u043E\u043B\u043D\u0438\u0442\u0435\u043B\u044C\u043D\u044B\u0435 \u043F\u0430\u0440\u0430\u043C\u0435\u0442\u0440\u044B \u043D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0438",advanced:"\u0414\u043E\u043F\u043E\u043B\u043D\u0438\u0442\u0435\u043B\u044C\u043D\u044B\u0435 \u043D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0438",advancedDescription:"\u041A\u0430\u043A \u043F\u0440\u0430\u0432\u0438\u043B\u043E, \u043D\u0438\u043A\u0430\u043A\u0438\u0445 \u043D\u0430\u0441\u0442\u0440\u043E\u0435\u043A \u043D\u0435 \u0442\u0440\u0435\u0431\u0443\u0435\u0442\u0441\u044F, \u043F\u0440\u043E\u0441\u0442\u043E \u043E\u0441\u0442\u0430\u0432\u044C\u0442\u0435 \u0432\u0441\u0435 \u043F\u043E \u0443\u043C\u043E\u043B\u0447\u0430\u043D\u0438\u044E. \u0422\u043E\u043B\u044C\u043A\u043E \u0434\u043B\u044F \u0431\u043E\u043B\u0435\u0435 \u0441\u043F\u0435\u0446\u0438\u0430\u043B\u0438\u0437\u0438\u0440\u043E\u0432\u0430\u043D\u043D\u044B\u0445 \u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u0435\u043B\u0435\u0439 \u0434\u043E\u0441\u0442\u0443\u043F\u043D\u044B \u0431\u043E\u043B\u0435\u0435 \u043F\u0435\u0440\u0441\u043E\u043D\u0430\u043B\u0438\u0437\u0438\u0440\u043E\u0432\u0430\u043D\u043D\u044B\u0435 \u043D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0438.",developer:"\u041D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0438 \u0440\u0430\u0437\u0440\u0430\u0431\u043E\u0442\u0447\u0438\u043A\u0430",donateCafe:"\u0446\u0435\u043D\u044B","translate to the bottom of the page":"\u041F\u0435\u0440\u0435\u0432\u043E\u0434\u0438\u0442\u0441\u044F \u043B\u0438 \u043E\u043D \u0432 \u043D\u0438\u0436\u043D\u044E\u044E \u0447\u0430\u0441\u0442\u044C \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u044B \u0441\u0440\u0430\u0437\u0443 \u043F\u043E\u0441\u043B\u0435 \u0432\u0445\u043E\u0434\u0430 \u043D\u0430 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u0443?",feedback:"\u0412\u043E\u043F\u0440\u043E\u0441-\u043E\u0442\u0432\u0435\u0442",toggleTranslatePage:"\u041F\u0435\u0440\u0435\u0432\u0435\u0441\u0442\u0438 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u0443/\u043E\u0442\u043E\u0431\u0440\u0430\u0437\u0438\u0442\u044C \u043E\u0440\u0438\u0433\u0438\u043D\u0430\u043B\u044C\u043D\u044B\u0439 \u0442\u0435\u043A\u0441\u0442",translateToThePageEndImmediatelyDescription:"\u041F\u0440\u0438 \u0432\u043A\u043B\u044E\u0447\u0435\u043D\u0438\u0438 \u044D\u0442\u043E\u0439 \u0444\u0443\u043D\u043A\u0446\u0438\u0438 \u0441\u043E\u0434\u0435\u0440\u0436\u0438\u043C\u043E\u0435 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u044B \u0431\u0443\u0434\u0435\u0442 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0438\u0442\u044C\u0441\u044F \u0441\u0432\u0435\u0440\u0445\u0443 \u0432\u043D\u0438\u0437 \u043F\u043E \u043C\u0435\u0440\u0435 \u0432\u0432\u043E\u0434\u0430. \u041F\u0440\u0438 \u0432\u044B\u043A\u043B\u044E\u0447\u0435\u043D\u0438\u0438 \u044D\u0442\u043E\u0439 \u0444\u0443\u043D\u043A\u0446\u0438\u0438 \u043F\u0435\u0440\u0435\u0432\u043E\u0434 \u0431\u0443\u0434\u0435\u0442 \u0432\u044B\u043F\u043E\u043B\u043D\u044F\u0442\u044C\u0441\u044F \u043F\u043E \u043C\u0435\u0440\u0435 \u0447\u0442\u0435\u043D\u0438\u044F. (\u041D\u0435 \u0440\u0435\u043A\u043E\u043C\u0435\u043D\u0434\u0443\u0435\u0442\u0441\u044F)","translate all areas of the page":"\u041F\u0435\u0440\u0435\u0432\u043E\u0434\u0438\u0442\u044C \u043B\u0438 \u0432\u0441\u0435 \u043E\u0431\u043B\u0430\u0441\u0442\u0438 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u044B",translationAreaDescription:"\u041F\u0440\u0438 \u0432\u043A\u043B\u044E\u0447\u0435\u043D\u0438\u0438 \u044D\u0442\u043E\u0439 \u043E\u043F\u0446\u0438\u0438 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u044F\u0442\u0441\u044F \u0432\u0441\u0435 \u043E\u0431\u043B\u0430\u0441\u0442\u0438 \u0432\u0441\u0435\u0439 \u0432\u0435\u0431-\u0441\u0442\u0440\u0430\u043D\u0438\u0446\u044B. \u041F\u0440\u0438 \u0432\u044B\u043A\u043B\u044E\u0447\u0435\u043D\u0438\u0438 \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u0443\u0435\u0442\u0441\u044F \u0438\u043D\u0442\u0435\u043B\u043B\u0435\u043A\u0442\u0443\u0430\u043B\u044C\u043D\u043E\u0435 \u0440\u0430\u0441\u043F\u043E\u0437\u043D\u0430\u0432\u0430\u043D\u0438\u0435 \u043F\u043E \u0443\u043C\u043E\u043B\u0447\u0430\u043D\u0438\u044E \u0438 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u044F\u0442\u0441\u044F \u0442\u043E\u043B\u044C\u043A\u043E \u043E\u0441\u043D\u043E\u0432\u043D\u044B\u0435 \u043E\u0431\u043B\u0430\u0441\u0442\u0438. (\u041D\u0435 \u0440\u0435\u043A\u043E\u043C\u0435\u043D\u0434\u0443\u0435\u0442\u0441\u044F \u0432\u043A\u043B\u044E\u0447\u0430\u0442\u044C)","the number of characters to be translated first":"\u041F\u0440\u044F\u043C\u043E\u0439 \u043F\u0435\u0440\u0435\u0432\u043E\u0434 \u043F\u0435\u0440\u0432\u044B\u0445 \u043D\u0435\u0441\u043A\u043E\u043B\u044C\u043A\u0438\u0445 \u0441\u0438\u043C\u0432\u043E\u043B\u043E\u0432 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u044B \u0431\u0435\u0437 \u043E\u0436\u0438\u0434\u0430\u043D\u0438\u044F \u043F\u0440\u043E\u043A\u0440\u0443\u0442\u043A\u0438 \u0432 \u043E\u0431\u043B\u0430\u0441\u0442\u044C \u043F\u0440\u043E\u0441\u043C\u043E\u0442\u0440\u0430","interface language":"\u044F\u0437\u044B\u043A \u0438\u043D\u0442\u0435\u0440\u0444\u0435\u0439\u0441\u0430","display both the original text and the translation":"\u041E\u0434\u043D\u043E\u0432\u0440\u0435\u043C\u0435\u043D\u043D\u043E\u0435 \u043E\u0442\u043E\u0431\u0440\u0430\u0436\u0435\u043D\u0438\u0435 \u043E\u0440\u0438\u0433\u0438\u043D\u0430\u043B\u0430 \u0438 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430","keyboard shortcuts":"\u041A\u043B\u0430\u0432\u0438\u0430\u0442\u0443\u0440\u043D\u044B\u0435 \u0441\u043E\u043A\u0440\u0430\u0449\u0435\u043D\u0438\u044F",modify:"\u041C\u043E\u0434\u0438\u0444\u0438\u043A\u0430\u0446\u0438\u044F \u043A\u043B\u0430\u0432\u0438\u0448 \u0431\u044B\u0441\u0442\u0440\u043E\u0433\u043E \u0434\u043E\u0441\u0442\u0443\u043F\u0430",reset:"\u043F\u0435\u0440\u0435\u043F\u0440\u043E\u0444\u0438\u043B\u0438\u0440\u043E\u0432\u0430\u043D\u0438\u0435",close:"\u043A\u043B\u043E\u0442\u0443\u0440\u0430",homepage:"\u0434\u043E\u043C\u0430\u0448\u043D\u044F\u044F \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u0430",more:"\u043F\u043E\u0434\u0440\u043E\u0431\u043D\u0435\u0435",moreOptions:"\u0420\u0430\u0441\u0448\u0438\u0440\u0435\u043D\u0438\u0435 \u0432\u043E\u0437\u043C\u043E\u0436\u043D\u043E\u0441\u0442\u0435\u0439 \u043D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0438",translateTheWholePage:"\u041F\u0435\u0440\u0435\u0432\u043E\u0434\u0438\u0442\u044C \u0432\u0441\u0435 \u043E\u0431\u043B\u0430\u0441\u0442\u0438 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u044B (\u0432 \u043E\u0442\u043B\u0438\u0447\u0438\u0435 \u043E\u0442 \u0438\u043D\u0442\u0435\u043B\u043B\u0435\u043A\u0442\u0443\u0430\u043B\u044C\u043D\u043E\u0433\u043E \u0440\u0430\u0441\u043F\u043E\u0437\u043D\u0430\u0432\u0430\u043D\u0438\u044F \u043E\u0441\u043D\u043E\u0432\u043D\u044B\u0445 \u043E\u0431\u043B\u0430\u0441\u0442\u0435\u0439)",changeToTranslateTheWholePage:"\u041F\u0435\u0440\u0435\u043A\u043B\u044E\u0447\u0435\u043D\u0438\u0435 \u043D\u0430 \u043F\u0435\u0440\u0435\u0432\u043E\u0434 \u0432\u0441\u0435\u0445 \u0440\u0435\u0433\u0438\u043E\u043D\u043E\u0432",changeToTranslateTheMainPage:'\u041F\u0435\u0440\u0435\u0445\u043E\u0434 \u0432 \u043E\u0441\u043D\u043E\u0432\u043D\u0443\u044E \u043E\u0431\u043B\u0430\u0441\u0442\u044C "\u041F\u0435\u0440\u0435\u0432\u043E\u0434',changeToOnlyTranslationMode:"\u041F\u0435\u0440\u0435\u043A\u043B\u044E\u0447\u0435\u043D\u0438\u0435 \u043D\u0430 \u043E\u0442\u043E\u0431\u0440\u0430\u0436\u0435\u043D\u0438\u0435 \u0442\u043E\u043B\u044C\u043A\u043E \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u043E\u0432",changeToDualTranslationMode:"\u041F\u0435\u0440\u0435\u0445\u043E\u0434 \u043D\u0430 \u0434\u0432\u0443\u044F\u0437\u044B\u0447\u043D\u044B\u0439 \u043F\u0435\u0440\u0435\u0432\u043E\u0434",translateToThePageEndImmediately:"\u041D\u0435\u043C\u0435\u0434\u043B\u0435\u043D\u043D\u044B\u0439 \u043F\u0435\u0440\u0435\u0432\u043E\u0434 \u0432 \u043D\u0438\u0436\u043D\u044E\u044E \u0447\u0430\u0441\u0442\u044C \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u044B",translateTheMainPage:"\u041A\u043B\u044E\u0447\u0435\u0432\u044B\u0435 \u0440\u0435\u0433\u0438\u043E\u043D\u044B \u0438\u043D\u0442\u0435\u043B\u043B\u0435\u043A\u0442\u0443\u0430\u043B\u044C\u043D\u043E\u0433\u043E \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430","The local rules are up to date":"\u041C\u0435\u0441\u0442\u043D\u044B\u0435 \u043F\u0440\u0430\u0432\u0438\u043B\u0430 \u0430\u0434\u0430\u043F\u0442\u0430\u0446\u0438\u0438 \u0441\u043E\u043E\u0442\u0432\u0435\u0442\u0441\u0442\u0432\u0443\u044E\u0442 \u0441\u043E\u0432\u0440\u0435\u043C\u0435\u043D\u043D\u044B\u043C \u0442\u0440\u0435\u0431\u043E\u0432\u0430\u043D\u0438\u044F\u043C.","Successfully synchronized with the latest official rules:":"\u0423\u0441\u043F\u0435\u0448\u043D\u0430\u044F \u0441\u0438\u043D\u0445\u0440\u043E\u043D\u0438\u0437\u0430\u0446\u0438\u044F \u0441 \u043F\u043E\u0441\u043B\u0435\u0434\u043D\u0438\u043C\u0438 \u043E\u0444\u0438\u0446\u0438\u0430\u043B\u044C\u043D\u044B\u043C\u0438 \u043F\u0440\u0430\u0432\u0438\u043B\u0430\u043C\u0438 \u0430\u0434\u0430\u043F\u0442\u0430\u0446\u0438\u0438.","Checking for updates":"\u041F\u0440\u043E\u0432\u0435\u0440\u043A\u0430 \u043D\u0430\u043B\u0438\u0447\u0438\u044F \u043E\u0431\u043D\u043E\u0432\u043B\u0435\u043D\u0438\u0439","Rules are being synchronized":"\u0421\u0438\u043D\u0445\u0440\u043E\u043D\u0438\u0437\u0430\u0446\u0438\u044F \u043F\u0440\u0430\u0432\u0438\u043B \u0430\u0434\u0430\u043F\u0442\u0430\u0446\u0438\u0438",localVersionIsTooOld:"\u0412\u0435\u0440\u0441\u0438\u044F \u043B\u043E\u043A\u0430\u043B\u044C\u043D\u043E\u0433\u043E \u0440\u0430\u0441\u0448\u0438\u0440\u0435\u043D\u0438\u044F \u0441\u043B\u0438\u0448\u043A\u043E\u043C \u0443\u0441\u0442\u0430\u0440\u0435\u043B\u0430, \u043F\u043E\u0436\u0430\u043B\u0443\u0439\u0441\u0442\u0430, \u043E\u0431\u043D\u043E\u0432\u0438\u0442\u0435 \u0440\u0430\u0441\u0448\u0438\u0440\u0435\u043D\u0438\u0435 \u0434\u043E {minVersion} \u0438\u043B\u0438 \u0431\u043E\u043B\u0435\u0435 \u043D\u043E\u0432\u043E\u0439 \u0432\u0435\u0440\u0441\u0438\u0438 \u043F\u0435\u0440\u0435\u0434 \u043F\u043E\u043F\u044B\u0442\u043A\u043E\u0439 \u0441\u0438\u043D\u0445\u0440\u043E\u043D\u0438\u0437\u0430\u0446\u0438\u0438.",badUserscriptBrowser:"\u0422\u0435\u043A\u0443\u0449\u0438\u0439 \u0431\u0440\u0430\u0443\u0437\u0435\u0440 \u043D\u0435\u043A\u043E\u0440\u0440\u0435\u043A\u0442\u043D\u043E \u0440\u0435\u0430\u043B\u0438\u0437\u0443\u0435\u0442 \u0438\u043D\u0442\u0435\u0440\u0444\u0435\u0439\u0441 \u0440\u0430\u0441\u0448\u0438\u0440\u0435\u043D\u0438\u044F Grease Monkey (\u043D\u0430\u043F\u0440\u0438\u043C\u0435\u0440, \u0434\u043B\u044F \u043F\u043E\u043B\u0443\u0447\u0435\u043D\u0438\u044F \u0438\u043D\u0444\u043E\u0440\u043C\u0430\u0446\u0438\u0438 \u043E \u043D\u043E\u043C\u0435\u0440\u0435 \u0432\u0435\u0440\u0441\u0438\u0438 \u0441\u0430\u043C\u043E\u0433\u043E \u0441\u043A\u0440\u0438\u043F\u0442\u0430 Grease Monkey), \u043F\u043E\u0436\u0430\u043B\u0443\u0439\u0441\u0442\u0430, \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u0443\u0439\u0442\u0435 \u0434\u0440\u0443\u0433\u0438\u0435 \u0431\u0440\u0430\u0443\u0437\u0435\u0440\u044B, <1>\u043F\u043E\u0434\u0434\u0435\u0440\u0436\u0438\u0432\u0430\u044E\u0449\u0438\u0435 \u0440\u0430\u0441\u0448\u0438\u0440\u0435\u043D\u0438\u0435 Grease Monkey, \u043D\u0430\u043F\u0440\u0438\u043C\u0435\u0440 Firefox.",foundNewVersion:"\u0417\u043D\u0430\u043A\u043E\u043C\u0441\u0442\u0432\u043E \u0441 \u043D\u043E\u0432\u043E\u0439 \u0432\u0435\u0440\u0441\u0438\u0435\u0439",theLocalExtensionIsUpToUpdate:"\u0422\u0435\u043A\u0443\u0449\u0435\u0435 \u0440\u0430\u0441\u0448\u0438\u0440\u0435\u043D\u0438\u0435 \u044F\u0432\u043B\u044F\u0435\u0442\u0441\u044F \u0430\u043A\u0442\u0443\u0430\u043B\u044C\u043D\u044B\u043C.",failToSyncRules:"\u041D\u0435\u0432\u043E\u0437\u043C\u043E\u0436\u043D\u043E\u0441\u0442\u044C \u0441\u0438\u043D\u0445\u0440\u043E\u043D\u0438\u0437\u0430\u0446\u0438\u0438 \u043F\u043E\u0441\u043B\u0435\u0434\u043D\u0438\u0445 \u043F\u0440\u0430\u0432\u0438\u043B \u0430\u0434\u0430\u043F\u0442\u0430\u0446\u0438\u0438",retry:"\u041D\u0430\u0436\u043C\u0438\u0442\u0435 \u0437\u0434\u0435\u0441\u044C, \u0447\u0442\u043E\u0431\u044B \u043F\u043E\u0432\u0442\u043E\u0440\u0438\u0442\u044C \u043F\u043E\u043F\u044B\u0442\u043A\u0443",failedReason:"\u041F\u0440\u0438\u0447\u0438\u043D\u044B \u043D\u0435\u0443\u0434\u0430\u0447",currentRuleVersion:"\u0414\u0435\u0439\u0441\u0442\u0432\u0443\u044E\u0449\u0430\u044F \u0440\u0435\u0434\u0430\u043A\u0446\u0438\u044F \u043F\u0440\u0430\u0432\u0438\u043B",calculating:"\u0440\u0430\u0441\u0447\u0435\u0442\u044B",unknownError:"\u043D\u0435\u0438\u0437\u0432\u0435\u0441\u0442\u043D\u0430\u044F \u043E\u0448\u0438\u0431\u043A\u0430",canNotFetchRemoteRule:"\u041D\u0435\u0432\u043E\u0437\u043C\u043E\u0436\u043D\u043E \u043F\u043E\u043B\u0443\u0447\u0438\u0442\u044C \u0443\u0434\u0430\u043B\u0435\u043D\u043D\u044B\u0435 \u043F\u0440\u0430\u0432\u0438\u043B\u0430",enableAlphaSuccess:"\u0410\u043B\u044C\u0444\u0430 \u0432\u043A\u043B\u044E\u0447\u0435\u043D\u0430",disableAlphaSuccess:"\u0424\u0443\u043D\u043A\u0446\u0438\u044F \u0430\u043B\u044C\u0444\u0430 \u043E\u0442\u043A\u043B\u044E\u0447\u0435\u043D\u0430",cacheSize:"\u0420\u0430\u0437\u043C\u0435\u0440 \u043A\u044D\u0448\u0430\uFF1A",cleaning:"\u0432 \u043F\u0440\u043E\u0446\u0435\u0441\u0441\u0435 \u043B\u0438\u043A\u0432\u0438\u0434\u0430\u0446\u0438\u0438",cleanCache:"\u043E\u0447\u0438\u0441\u0442\u0438\u0442\u044C \u043A\u044D\u0448",options:"\u043D\u0430\u0441\u0442\u0440\u0430\u0438\u0432\u0430\u0442\u044C",about:"\u043F\u043E \u043E\u0442\u043D\u043E\u0448\u0435\u043D\u0438\u044E \u043A",service:"\u0443\u0441\u043B\u0443\u0433\u0430 \u0443\u0441\u0442\u043D\u043E\u0433\u043E \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430",needAction:"(\u041F\u0435\u0440\u0435\u0439\u0442\u0438 \u043A \u043D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0430\u043C)",goSettings:"\u043F\u0435\u0440\u0435\u0439\u0434\u0438\u0442\u0435 \u043A \u043D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0435",needActionForOptions:"(\u0443\u0441\u0442\u0430\u043D\u0430\u0432\u043B\u0438\u0432\u0430\u0435\u0442\u0441\u044F)",translationEngine:"\u041E\u043F\u0446\u0438\u0438 \u0434\u0432\u0438\u0433\u0430\u0442\u0435\u043B\u044F",sourceLanguage:"\u042F\u0437\u044B\u043A \u043E\u0440\u0438\u0433\u0438\u043D\u0430\u043B\u0430",target:"\u044F\u0437\u044B\u043A \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430",popupSourceLanguage:"\u042F\u0437\u044B\u043A \u043E\u0440\u0438\u0433\u0438\u043D\u0430\u043B\u0430",popupTarget:"\u044F\u0437\u044B\u043A \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430",popupService:"\u0443\u0441\u043B\u0443\u0433\u0430 \u0443\u0441\u0442\u043D\u043E\u0433\u043E \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430",forThisSite:"\u0422\u0435\u043A\u0443\u0449\u0438\u0439 \u0441\u0430\u0439\u0442",autoEnableSubtitle:"\u0410\u0432\u0442\u043E\u043C\u0430\u0442\u0438\u0447\u0435\u0441\u043A\u043E\u0435 \u043E\u0442\u043A\u0440\u044B\u0442\u0438\u0435 \u0434\u0432\u0443\u044F\u0437\u044B\u0447\u043D\u044B\u0445 \u0441\u0443\u0431\u0442\u0438\u0442\u0440\u043E\u0432",alwaysTranslate:"\u0412\u0441\u0435\u0433\u0434\u0430 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0438\u0442\u0435",neverTranslate:"\u041D\u0438\u043A\u043E\u0433\u0434\u0430 \u043D\u0435 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0438\u0442\u0435",alwaysTranslateSomeLanguage:"\u0412\u0441\u0435\u0433\u0434\u0430 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0438\u0442\u0435 {language}",neverTranslateSomeLanguage:"\u041D\u0438\u043A\u043E\u0433\u0434\u0430 \u043D\u0435 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0438\u0442\u0435 {language}",alwaysTranslateSomeSite:"\u0412\u0441\u0435\u0433\u0434\u0430 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0438\u0442\u0435 {hostname}",neverTranslateSomeSite:"\u041D\u0438\u043A\u043E\u0433\u0434\u0430 \u043D\u0435 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0438\u0442\u0435 {hostname}",alwaysTranslateSomeSiteOrWildSite:"\u0412\u0441\u0435\u0433\u0434\u0430 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0438\u0442\u0435 \u0441\u0430\u0439\u0442",alwaysTranslateSomePage:"\u0412\u0441\u0435\u0433\u0434\u0430 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0438\u0442\u0435 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u0443",add:"\u0443\u0432\u0435\u043B\u0438\u0447\u0438\u0442\u044C",default:"\u043F\u043E \u0443\u043C\u043E\u043B\u0447\u0430\u043D\u0438\u044E (\u043D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0430)",forThisLanguage:"\u0414\u043B\u044F \u044D\u0442\u043E\u0433\u043E \u044F\u0437\u044B\u043A\u0430\uFF1A","add url":"\u0412\u0432\u0435\u0434\u0438\u0442\u0435 URL",edit:"\u043A\u043E\u043C\u043F\u0438\u043B\u044F\u0442\u043E\u0440","translate other languages into specific language":"\u041F\u0435\u0440\u0435\u0432\u043E\u0434 \u0434\u0440\u0443\u0433\u0438\u0445 \u044F\u0437\u044B\u043A\u043E\u0432 \u043D\u0430 \u0443\u0441\u0442\u0430\u043D\u043E\u0432\u043B\u0435\u043D\u043D\u044B\u0439 \u0432\u0430\u043C\u0438 \u044F\u0437\u044B\u043A","select translation service":"\u0412\u044B\u0431\u0435\u0440\u0438\u0442\u0435 \u0441\u043B\u0443\u0436\u0431\u0443 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430",language:"\u043C\u043D\u043E\u0433\u043E\u044F\u0437\u044B\u0447\u0438\u0435","show-original":"\u041F\u043E\u043A\u0430\u0437\u0430\u0442\u044C \u043E\u0440\u0438\u0433\u0438\u043D\u0430\u043B\u044C\u043D\u044B\u0439 \u0442\u0435\u043A\u0441\u0442",translate:"\u0440\u0435\u043D\u0434\u0435\u0440\u0438\u043D\u0433",Translated:"\u043F\u0435\u0440\u0435\u0432\u0435\u0434\u0435\u043D\u043E",Translating:"\u0432 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0435",Error:"\u043D\u0435\u0432\u0435\u0440\u043D\u044B\u0439",allowCacheTranslations:"\u0412\u043A\u043B\u044E\u0447\u0438\u0442\u044C \u043B\u043E\u043A\u0430\u043B\u044C\u043D\u043E\u0435 \u043A\u044D\u0448\u0438\u0440\u043E\u0432\u0430\u043D\u0438\u0435 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u043E\u0432 (\u0434\u043B\u044F \u0443\u043C\u0435\u043D\u044C\u0448\u0435\u043D\u0438\u044F \u043A\u043E\u043B\u0438\u0447\u0435\u0441\u0442\u0432\u0430 \u0437\u0430\u043F\u0440\u043E\u0441\u043E\u0432 \u043D\u0430 \u043F\u0435\u0440\u0435\u0432\u043E\u0434 \u0434\u0443\u0431\u043B\u0438\u0440\u0443\u044E\u0449\u0438\u0445\u0441\u044F \u043E\u0442\u0440\u044B\u0432\u043A\u043E\u0432)","translation display":"\u0421\u0442\u0438\u043B\u044C \u043E\u0442\u043E\u0431\u0440\u0430\u0436\u0435\u043D\u0438\u044F \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430","select diplay style":"\u0420\u0430\u0437\u043B\u0438\u0447\u0430\u0442\u044C \u0441\u0442\u0438\u043B\u0438 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430, \u043E\u043F\u0438\u0440\u0430\u044F\u0441\u044C \u043D\u0430 \u0441\u043B\u0435\u0434\u0443\u044E\u0449\u0438\u0435 \u043F\u0440\u0438\u043C\u0435\u0440\u044B",interface:"\u041D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0438 \u0438\u043D\u0442\u0435\u0440\u0444\u0435\u0439\u0441\u0430",import_export:"\u0418\u043C\u043F\u043E\u0440\u0442/\u044D\u043A\u0441\u043F\u043E\u0440\u0442",import_export_title:"\u041A\u043E\u043D\u0444\u0438\u0433\u0443\u0440\u0430\u0446\u0438\u044F \u0438\u043C\u043F\u043E\u0440\u0442\u0430/\u044D\u043A\u0441\u043F\u043E\u0440\u0442\u0430",syncToGoogleDrive:"\u0422\u0435\u043F\u0435\u0440\u044C \u0441\u0438\u043D\u0445\u0440\u043E\u043D\u0438\u0437\u0430\u0446\u0438\u044F \u0441 Google Drive",floatBallOptions:"\u041D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0438 \u0445\u043E\u0432\u0435\u0440\u0431\u043E\u043B\u0430","floatBallOptions.enable":"\u0412\u043A\u043B\u044E\u0447\u0438\u0442\u044C \u0445\u043E\u0432\u0435\u0440\u0431\u043E\u043B","floatBallOptions.blockUrls":"\u041E\u0442\u043A\u043B\u044E\u0447\u0438\u0442\u044C \u0441\u0430\u0439\u0442","floatBallOptions.add":"\u0443\u0432\u0435\u043B\u0438\u0447\u0438\u0442\u044C","floatBallOptions.blockUrlDesc":"\u041F\u0430\u0440\u044F\u0449\u0438\u0435 \u0448\u0430\u0440\u044B \u043D\u0435 \u043E\u0442\u043E\u0431\u0440\u0430\u0436\u0430\u044E\u0442\u0441\u044F, \u043A\u043E\u0433\u0434\u0430 \u0432\u0441\u0442\u0440\u0435\u0447\u0430\u044E\u0442\u0441\u044F \u0441\u043B\u0435\u0434\u0443\u044E\u0449\u0438\u0435 \u0441\u0430\u0439\u0442\u044B","floatBallOptions.clickType":"\u043F\u043E\u0432\u0435\u0434\u0435\u043D\u0438\u0435 \u043F\u0440\u0438 \u043D\u0430\u0436\u0430\u0442\u0438\u0438","floatBallOptions.clickTypeDesc":"\u041F\u043E\u0432\u0435\u0434\u0435\u043D\u0438\u0435 \u0438\u043A\u043E\u043D\u043A\u0438 \u0445\u043E\u0432\u0435\u0440\u0431\u043E\u043B\u0430 \u043F\u0440\u0438 \u043D\u0430\u0436\u0430\u0442\u0438\u0438","floatBallOptions.clickPopup":"\u041F\u043E\u043A\u0430\u0437\u0430\u0442\u044C \u043F\u0430\u043D\u0435\u043B\u044C \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430","floatBallOptions.clickTranslate":"\u041F\u0435\u0440\u0435\u0432\u043E\u0434/\u043E\u0442\u043E\u0431\u0440\u0430\u0436\u0435\u043D\u0438\u0435 \u043E\u0440\u0438\u0433\u0438\u043D\u0430\u043B\u044C\u043D\u043E\u0433\u043E \u0442\u0435\u043A\u0441\u0442\u0430","floatBallOptions.fixedPosition":"\u56FA\u5B9A\u4F4D\u7F6E","floatBallOptions.fixedPositionDesc":"\u60AC\u6D6E\u7403\u5728\u7A97\u53E3\u5DE6\u4FA7\u8FD8\u662F\u53F3\u4FA7","floatBallOptions.fixedPositionLeft":"\u5DE6\u4FA7","floatBallOptions.fixedPositionRight":"\u53F3\u4FA7",previewAllThemes:"\u041F\u0440\u0435\u0434\u0432\u0430\u0440\u0438\u0442\u0435\u043B\u044C\u043D\u044B\u0439 \u043F\u0440\u043E\u0441\u043C\u043E\u0442\u0440 \u0432\u0441\u0435\u0445 \u0441\u0442\u0438\u043B\u0435\u0439","translationTheme.none":"\u043D\u0435 \u0438\u043C\u0435\u0442\u044C","translationTheme.grey":"\u0442\u0451\u043C\u043D\u043E-\u0441\u0435\u0440\u044B\u0439","translationTheme.dashed":"\u043F\u0443\u043D\u043A\u0442\u0438\u0440\u043D\u043E\u0435 \u043F\u043E\u0434\u0447\u0451\u0440\u043A\u0438\u0432\u0430\u043D\u0438\u0435","translationTheme.dotted":"\u0442\u043E\u0447\u0435\u0447\u043D\u043E\u0435 \u043F\u043E\u0434\u0447\u0435\u0440\u043A\u0438\u0432\u0430\u043D\u0438\u0435","translationTheme.dashedBorder":"\u043F\u0443\u043D\u043A\u0442\u0438\u0440\u043D\u0430\u044F \u0433\u0440\u0430\u043D\u0438\u0446\u0430","translationTheme.solidBorder":"\u0441\u043F\u043B\u043E\u0448\u043D\u0430\u044F \u0433\u0440\u0430\u043D\u0438\u0446\u0430","translationTheme.underline":"\u041F\u043E\u0434\u0447\u0435\u0440\u043A\u0438\u0432\u0430\u043D\u0438\u0435 \u043F\u0440\u044F\u043C\u044B\u0445 \u043B\u0438\u043D\u0438\u0439","translationTheme.mask":"\u041D\u0435\u0447\u0435\u0442\u043A\u0438\u0435 \u044D\u0444\u0444\u0435\u043A\u0442\u044B (\u0440\u0435\u0436\u0438\u043C\u044B \u043E\u0431\u0443\u0447\u0435\u043D\u0438\u044F)","translationTheme.opacity":"\u044D\u0444\u0444\u0435\u043A\u0442 \u043F\u0440\u043E\u0437\u0440\u0430\u0447\u043D\u043E\u0441\u0442\u0438","translationTheme.paper":"\u042D\u0444\u0444\u0435\u043A\u0442 \u0442\u0435\u043D\u0438 \u043E\u0442 \u0431\u0435\u043B\u043E\u0439 \u0431\u0443\u043C\u0430\u0433\u0438","translationTheme.dividingLine":"\u0440\u0430\u0437\u0434\u0435\u043B\u0438\u0442\u0435\u043B\u044C\u043D\u0430\u044F \u043B\u0438\u043D\u0438\u044F","translationTheme.highlight":"\u0432\u044B\u0441\u043E\u043A\u0430\u044F \u044F\u0440\u043A\u043E\u0441\u0442\u044C","translationTheme.marker":"\u043C\u0430\u0440\u043A\u0435\u0440 (\u0437\u0430\u0438\u043C\u0441\u0442\u0432\u043E\u0432\u0430\u043D\u043D\u043E\u0435 \u0441\u043B\u043E\u0432\u043E)","translationTheme.marker2":"\u041C\u0430\u0440\u043A\u0435\u0440 2","translationTheme.blockquote":"\u0421\u0442\u0438\u043B\u0438 \u0441\u0441\u044B\u043B\u043E\u043A","translationTheme.weakening":"\u043E\u0441\u043B\u0430\u0431\u043B\u0435\u043D\u0438\u0435","translationTheme.italic":"\u043D\u0430\u043A\u043B\u043E\u043D\u043D\u044B\u0439 \u0448\u0440\u0438\u0444\u0442","translationTheme.bold":"\u0441\u0433\u0443\u0441\u0442\u0438\u0442\u044C","translationTheme.thinDashed":"\u0442\u043E\u043D\u043A\u0430\u044F \u043F\u0443\u043D\u043A\u0442\u0438\u0440\u043D\u0430\u044F \u043B\u0438\u043D\u0438\u044F \u043F\u043E\u0434\u0447\u0435\u0440\u043A\u0438\u0432\u0430\u043D\u0438\u0435","translationTheme.nativeDashed":"\u0421\u0438\u0441\u0442\u0435\u043C\u0430 \u043F\u043E\u0441\u0442\u0430\u0432\u043B\u044F\u0435\u0442\u0441\u044F \u0441 \u043F\u0443\u043D\u043A\u0442\u0438\u0440\u043D\u044B\u043C \u043F\u043E\u0434\u0447\u0435\u0440\u043A\u0438\u0432\u0430\u043D\u0438\u0435\u043C","translationTheme.nativeDotted":"\u0421\u0438\u0441\u0442\u0435\u043C\u0430 \u043F\u043E\u0441\u0442\u0430\u0432\u043B\u044F\u0435\u0442\u0441\u044F \u0441 \u043F\u0443\u043D\u043A\u0442\u0438\u0440\u043D\u044B\u043C \u043F\u043E\u0434\u0447\u0435\u0440\u043A\u0438\u0432\u0430\u043D\u0438\u0435\u043C","translationTheme.nativeUnderline":"\u0421\u0438\u0441\u0442\u0435\u043C\u0430 \u043F\u043E\u0441\u0442\u0430\u0432\u043B\u044F\u0435\u0442\u0441\u044F \u0441 \u043F\u0440\u044F\u043C\u044B\u043C \u043F\u043E\u0434\u0441\u0442\u0440\u043E\u0447\u043D\u0438\u043A\u043E\u043C","translationTheme.wavy":"\u0432\u043E\u043B\u043D\u0438\u0441\u0442\u0430\u044F \u043B\u0438\u043D\u0438\u044F","translationServices.custom":"\u041F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u0435\u043B\u044C\u0441\u043A\u0438\u0439 API","translationServices.tencent":"\u041F\u0435\u0440\u0435\u0432\u043E\u0434\u0447\u0438\u043A Tencent","translationServices.tenAlpha":"Tencent Translator (Alpha)","translationServices.google":"Google Translate","translationServices.bai":"Baidu (Alpha)","translationServices.baidu":"\u041F\u0435\u0440\u0435\u0432\u043E\u0434 Baidu","translationServices.aliyun":"\u041F\u0435\u0440\u0435\u0432\u043E\u0434 AliCloud","translationServices.volc":"\u043F\u0435\u0440\u0435\u0432\u043E\u0434 \u0432\u0443\u043B\u043A\u0430\u043D\u0430","translationServices.deeplx":"DeepLX (Beta)","translationServices.bing":"Microsoft Translate","translationServices.deepl":"DeepL","translationServices.wechat":"\u041F\u0435\u0440\u0435\u0432\u043E\u0434 WeChat","translationServices.azure":"\u041B\u0430\u0437\u0443\u0440\u043D\u044B\u0439 \u043F\u0435\u0440\u0435\u0432\u043E\u0434","translationServices.ibm":"IBM Watson","translationServices.aws":"\u041F\u0435\u0440\u0435\u0432\u043E\u0434 Amazon","translationServices.mock":"\u0418\u043C\u0438\u0442\u0430\u0446\u0438\u044F \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430","translationServices.mock2":"\u0418\u043C\u0438\u0442\u0430\u0446\u0438\u044F \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430 2","translationServices.caiyun":"\u043B\u0438\u0442. \u0440\u0430\u0437\u043D\u043E\u0446\u0432\u0435\u0442\u043D\u044B\u0435 \u043E\u0431\u043B\u0430\u043A\u0430 \u0438 \u043D\u0435\u0431\u043E\u043B\u044C\u0448\u0438\u0435 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u044B","translationServices.cai":"\u0420\u0430\u0437\u043D\u043E\u0446\u0432\u0435\u0442\u043D\u044B\u0435 \u043E\u0431\u043B\u0430\u043A\u0430 (\u0410\u043B\u044C\u0444\u0430)","translationServices.volcAlpha":"\u0412\u0443\u043B\u043A\u0430\u043D (\u0410\u043B\u044C\u0444\u0430)","translationServices.openl":"OpenL","translationServices.youdao":"\u041F\u0435\u0440\u0435\u0432\u043E\u0434 \u043D\u0430 Youtube","translationServices.you":"\u041F\u0435\u0440\u0435\u0432\u043E\u0434\u0447\u0438\u043A Youdao (\u0410\u043B\u044C\u0444\u0430)","translationServices.transmart":"\u041F\u0435\u0440\u0435\u0432\u043E\u0434 Tencent Interactive","translationServices.niu":"Maverick Translator","translationServices.papago":"\u041F\u0435\u0440\u0435\u0432\u043E\u0434 Papago","translationServices.d":"D (Alpha)","translationServices.dpro":"D Pro (Canary)","translationServices.openai":"OpenAI","translationServices.yandex":"Yandex","translationServices.chatgpt":"ChatGPT Web(3.5 mobile)","translate title":"\u041F\u0435\u0440\u0435\u0432\u043E\u0434 \u0437\u0430\u0433\u043E\u043B\u043E\u0432\u043A\u043E\u0432 \u0441\u0442\u0440\u0430\u043D\u0438\u0446","always languages":"\u0412\u0441\u0435\u0433\u0434\u0430 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0438\u0442\u0435 \u044F\u0437\u044B\u043A",neverTranslateLanguagesLabel:"\u042F\u0437\u044B\u043A, \u043A\u043E\u0442\u043E\u0440\u044B\u0439 \u043D\u0438\u043A\u043E\u0433\u0434\u0430 \u043D\u0435 \u0431\u0443\u0434\u0435\u0442 \u043F\u0435\u0440\u0435\u0432\u0435\u0434\u0435\u043D",neverTranslateTheFollowingLanguagesDescription:"\u041F\u0435\u0440\u0435\u0432\u043E\u0434\u044B \u043F\u0440\u043E\u043F\u0443\u0441\u043A\u0430\u044E\u0442\u0441\u044F, \u0435\u0441\u043B\u0438 \u0430\u0431\u0437\u0430\u0446 \u043D\u0430 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u0435 \u043D\u0430\u043F\u0438\u0441\u0430\u043D \u043D\u0430 \u043E\u0434\u043D\u043E\u043C \u0438\u0437 \u0441\u043B\u0435\u0434\u0443\u044E\u0449\u0438\u0445 \u044F\u0437\u044B\u043A\u043E\u0432",enableUserscriptPagePopup:"\u041F\u043E\u043A\u0430\u0437\u044B\u0432\u0430\u0442\u044C \u043D\u0430\u0432\u0435\u0434\u0435\u043D\u043D\u044B\u0439 \u0448\u0430\u0440 \u043D\u0430 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u0435",enableUserscriptPagePopupDescription:"\u041F\u043E\u0441\u043B\u0435 \u0432\u044B\u043A\u043B\u044E\u0447\u0435\u043D\u0438\u044F \u0445\u043E\u0432\u0435\u0440\u0431\u043E\u043B\u0430 \u0435\u0433\u043E \u043C\u043E\u0436\u043D\u043E \u0432\u044B\u0437\u0432\u0430\u0442\u044C \u0441 \u043F\u043E\u043C\u043E\u0449\u044C\u044E \u044F\u0440\u043B\u044B\u043A\u0430 /{touch}. \u041D\u0430\u0441\u0442\u043E\u044F\u0442\u0435\u043B\u044C\u043D\u043E \u0440\u0435\u043A\u043E\u043C\u0435\u043D\u0434\u0443\u0435\u0442\u0441\u044F \u0434\u043E\u0431\u0430\u0432\u0438\u0442\u044C \u044D\u0442\u0443 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u0443 \u043D\u0430\u0441\u0442\u0440\u043E\u0435\u043A \u0432 \u0437\u0430\u043A\u043B\u0430\u0434\u043A\u0438, \u0447\u0442\u043E\u0431\u044B \u043D\u0435 \u043D\u0430\u0439\u0442\u0438 \u0445\u043E\u0432\u0435\u0440\u0431\u043E\u043B \u043F\u043E\u0441\u043B\u0435 \u0441\u043B\u0443\u0447\u0430\u0439\u043D\u043E\u0433\u043E \u043E\u0442\u043A\u043B\u044E\u0447\u0435\u043D\u0438\u044F \u044D\u0442\u043E\u0439 \u043E\u043F\u0446\u0438\u0438!","always translate the following languages":"\u0410\u0432\u0442\u043E\u043C\u0430\u0442\u0438\u0447\u0435\u0441\u043A\u0438\u0439 \u043F\u0435\u0440\u0435\u0432\u043E\u0434 \u043D\u0430 \u0446\u0435\u043B\u0435\u0432\u043E\u0439 \u044F\u0437\u044B\u043A, \u0435\u0441\u043B\u0438 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u0430 \u043D\u0430\u043F\u0438\u0441\u0430\u043D\u0430 \u043D\u0430 \u043E\u0434\u043D\u043E\u043C \u0438\u0437 \u0441\u043B\u0435\u0434\u0443\u044E\u0449\u0438\u0445 \u044F\u0437\u044B\u043A\u043E\u0432","always sites":"\u0412\u0441\u0435\u0433\u0434\u0430 \u043F\u0435\u0440\u0435\u0432\u0435\u0434\u0435\u043D\u043D\u044B\u0435 \u0432\u0435\u0431-\u0441\u0430\u0439\u0442\u044B","always translate the following sites":"\u0412\u0435\u0431-\u0441\u0430\u0439\u0442\u044B \u0430\u0432\u0442\u043E\u043C\u0430\u0442\u0438\u0447\u0435\u0441\u043A\u0438 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u044F\u0442\u0441\u044F \u043D\u0430 \u044F\u0437\u044B\u043A \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430, \u0435\u0441\u043B\u0438 \u043E\u043D\u0438 \u044F\u0432\u043B\u044F\u044E\u0442\u0441\u044F \u0434\u043E\u043C\u0435\u043D\u043D\u044B\u043C\u0438 \u0438\u043C\u0435\u043D\u0430\u043C\u0438","never sites":"\u041D\u0435\u043F\u0435\u0440\u0435\u0432\u0435\u0434\u0435\u043D\u043D\u044B\u0439 \u0441\u0430\u0439\u0442","never translate the following sites":"\u041F\u0435\u0440\u0435\u0432\u043E\u0434 \u043D\u0435 \u0431\u0443\u0434\u0435\u0442 \u0432\u044B\u043F\u043E\u043B\u043D\u044F\u0442\u044C\u0441\u044F, \u0435\u0441\u043B\u0438 \u0441\u0430\u0439\u0442 \u043F\u0440\u0435\u0434\u043D\u0430\u0437\u043D\u0430\u0447\u0435\u043D \u0434\u043B\u044F \u0441\u043B\u0435\u0434\u0443\u044E\u0449\u0438\u0445 \u0434\u043E\u043C\u0435\u043D\u043E\u0432","please refer to":"\u041F\u0435\u0440\u0435\u0434 \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u043D\u0438\u0435\u043C \u043D\u0435\u043E\u0431\u0445\u043E\u0434\u0438\u043C\u043E \u0437\u0430\u043F\u043E\u043B\u043D\u0438\u0442\u044C \u043A\u043B\u044E\u0447.",KeyAndConfigurationTutorial:"\u0423\u0447\u0435\u0431\u043D\u0438\u043A \u043F\u043E \u043F\u0440\u0438\u043C\u0435\u043D\u0435\u043D\u0438\u044E \u0438 \u043D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0435 \u043A\u043B\u044E\u0447\u0435\u0439",useAboveStyleForTheseSites:"\u0412\u0441\u0435\u0433\u0434\u0430 \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u0443\u0439\u0442\u0435 \u0441\u0442\u0438\u043B\u044C \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430 \u2308{theme}\u230B, \u0435\u0441\u043B\u0438 \u0441\u0430\u0439\u0442 \u043F\u0440\u0435\u0434\u043D\u0430\u0437\u043D\u0430\u0447\u0435\u043D \u0434\u043B\u044F \u0441\u043B\u0435\u0434\u0443\u044E\u0449\u0438\u0445 \u0434\u043E\u043C\u0435\u043D\u043E\u0432",currentUrl:"\u0422\u0435\u043A\u0443\u0449\u0438\u0439 URL",confirm:"\u0441\u043E\u0445\u0440\u0430\u043D\u044F\u0442\u044C (\u0444\u0430\u0439\u043B \u0438 \u0442.\u0434.) (\u0432\u044B\u0447\u0438\u0441\u043B\u0438\u0442\u0435\u043B\u044C\u043D\u0430\u044F \u0442\u0435\u0445\u043D\u0438\u043A\u0430)",cancel:"\u043E\u0442\u043C\u0435\u043D\u044B",delete:"\u0443\u0434\u0430\u043B\u0435\u043D\u0438\u0435","languages.auto":"\u0430\u0432\u0442\u043E\u043C\u0430\u0442\u0438\u0447\u0435\u0441\u043A\u043E\u0435 \u043E\u0431\u043D\u0430\u0440\u0443\u0436\u0435\u043D\u0438\u0435",syncToCloud:"\u0421\u0438\u043D\u0445\u0440\u043E\u043D\u0438\u0437\u0430\u0446\u0438\u044F \u0441 Google Drive",syncToCloudDescription:"\u0417\u0430\u0433\u0440\u0443\u0436\u0435\u043D\u043D\u0430\u044F \u0432 \u043E\u0431\u043B\u0430\u043A\u043E, \u043A\u043E\u043D\u0444\u0438\u0433\u0443\u0440\u0430\u0446\u0438\u044F \u043C\u043E\u0436\u0435\u0442 \u0431\u044B\u0442\u044C \u0441\u0438\u043D\u0445\u0440\u043E\u043D\u0438\u0437\u0438\u0440\u043E\u0432\u0430\u043D\u0430 \u043C\u0435\u0436\u0434\u0443 \u0440\u0430\u0437\u043B\u0438\u0447\u043D\u044B\u043C\u0438 \u0431\u0440\u0430\u0443\u0437\u0435\u0440\u0430\u043C\u0438/\u0441\u043A\u0440\u0438\u043F\u0442\u0430\u043C\u0438 grease monkey, \u0432 \u0437\u0430\u0432\u0438\u0441\u0438\u043C\u043E\u0441\u0442\u0438 \u043E\u0442 \u0442\u043E\u0433\u043E, \u0447\u0442\u043E \u0431\u044B\u043B\u043E \u0438\u0437\u043C\u0435\u043D\u0435\u043D\u043E \u043F\u043E\u0441\u043B\u0435\u0434\u043D\u0438\u043C.",syncToAccount:"\u0421\u0438\u043D\u0445\u0440\u043E\u043D\u0438\u0437\u0430\u0446\u0438\u044F \u0441 \u043E\u0431\u043B\u0430\u043A\u043E\u043C \u0438\u043C\u043C\u0435\u0440\u0441\u0438\u0432\u043D\u043E\u0433\u043E \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430",syncToAccountButton:"\u041C\u0433\u043D\u043E\u0432\u0435\u043D\u043D\u0430\u044F \u0441\u0438\u043D\u0445\u0440\u043E\u043D\u0438\u0437\u0430\u0446\u0438\u044F \u0441 \u043E\u0431\u043B\u0430\u043A\u043E\u043C",syncToAccountDescription:"\u0410\u0432\u0442\u043E\u043C\u0430\u0442\u0438\u0447\u0435\u0441\u043A\u0430\u044F \u0441\u0438\u043D\u0445\u0440\u043E\u043D\u0438\u0437\u0430\u0446\u0438\u044F \u043A\u043E\u043D\u0444\u0438\u0433\u0443\u0440\u0430\u0446\u0438\u0439 \u043C\u0435\u0436\u0434\u0443 \u0440\u0430\u0437\u043B\u0438\u0447\u043D\u044B\u043C\u0438 \u0443\u0441\u0442\u0440\u043E\u0439\u0441\u0442\u0432\u0430\u043C\u0438 \u0432 \u0437\u0430\u0432\u0438\u0441\u0438\u043C\u043E\u0441\u0442\u0438 \u043E\u0442 \u0442\u043E\u0433\u043E, \u043A\u0430\u043A\u0430\u044F \u0438\u0437 \u043D\u0438\u0445 \u0431\u044B\u043B\u0430 \u0438\u0437\u043C\u0435\u043D\u0435\u043D\u0430 \u043F\u043E\u0441\u043B\u0435\u0434\u043D\u0435\u0439.",successSyncConfigInAccount:"\u0423\u0441\u043F\u0435\u0448\u043D\u0430\u044F \u0441\u0438\u043D\u0445\u0440\u043E\u043D\u0438\u0437\u0430\u0446\u0438\u044F \u0441 \u043E\u0431\u043B\u0430\u043A\u043E\u043C",successSyncConfigToAccount:"\u0423\u0441\u043F\u0435\u0448\u043D\u0430\u044F \u0441\u0438\u043D\u0445\u0440\u043E\u043D\u0438\u0437\u0430\u0446\u0438\u044F \u0441 \u043E\u0431\u043B\u0430\u043A\u043E\u043C",syncConfigNoUpdate:"\u041E\u043D\u0430 \u0443\u0436\u0435 \u0441\u043E\u043E\u0442\u0432\u0435\u0442\u0441\u0442\u0432\u0443\u0435\u0442 \u0441\u043E\u0432\u0440\u0435\u043C\u0435\u043D\u043D\u044B\u043C \u0442\u0440\u0435\u0431\u043E\u0432\u0430\u043D\u0438\u044F\u043C.",authFail:"\u0421\u0431\u043E\u0439 \u0430\u0432\u0442\u043E\u0440\u0438\u0437\u0430\u0446\u0438\u0438",syncTitle:"\u0420\u0443\u0447\u043D\u043E\u0435 \u0443\u043F\u0440\u0430\u0432\u043B\u0435\u043D\u0438\u0435 \u0440\u0435\u0437\u0435\u0440\u0432\u043D\u044B\u043C \u043A\u043E\u043F\u0438\u0440\u043E\u0432\u0430\u043D\u0438\u0435\u043C",import_hint:"\u0438\u043C\u043F\u043E\u0440\u0442 (\u0434\u0430\u043D\u043D\u044B\u0435)",upload:"\u0437\u0430\u0433\u0440\u0443\u0437\u0438\u0442\u044C",revokeAuth:"\u043E\u0442\u043E\u0437\u0432\u0430\u0442\u044C \u0440\u0430\u0437\u0440\u0435\u0448\u0435\u043D\u0438\u0435",uploadFail:"\u0417\u0430\u0433\u0440\u0443\u0437\u043A\u0430 \u043D\u0435 \u0443\u0434\u0430\u043B\u0430\u0441\u044C",download:"\u0437\u0430\u0433\u0440\u0443\u0437\u043A\u0430",importSuccess:"\u0423\u0441\u043F\u0435\u0448\u043D\u043E \u0438\u043C\u043F\u043E\u0440\u0442\u0438\u0440\u0443\u0435\u0442\u0441\u044F",importFail:"\u0441\u0431\u043E\u0439 \u0438\u043C\u043F\u043E\u0440\u0442\u0430",deleteFail:"\u041D\u0435 \u0443\u0434\u0430\u043B\u043E\u0441\u044C \u0443\u0434\u0430\u043B\u0438\u0442\u044C",backupToCloud:"\u0420\u0443\u0447\u043D\u043E\u0435 \u0443\u043F\u0440\u0430\u0432\u043B\u0435\u043D\u0438\u0435 \u0444\u0430\u0439\u043B\u0430\u043C\u0438 \u0440\u0435\u0437\u0435\u0440\u0432\u043D\u043E\u0433\u043E \u043A\u043E\u043F\u0438\u0440\u043E\u0432\u0430\u043D\u0438\u044F",create_new_backup:"\u0414\u043E\u0431\u0430\u0432\u043B\u0435\u043D\u0438\u0435 \u043D\u043E\u0432\u043E\u0433\u043E \u0443\u0437\u043B\u0430 \u0440\u0435\u0437\u0435\u0440\u0432\u043D\u043E\u0433\u043E \u043A\u043E\u043F\u0438\u0440\u043E\u0432\u0430\u043D\u0438\u044F",maxBackupFiles:"\u0420\u0435\u0437\u0435\u0440\u0432\u043D\u043E\u0435 \u043A\u043E\u043F\u0438\u0440\u043E\u0432\u0430\u043D\u0438\u0435 \u043C\u043E\u0436\u0435\u0442 \u0431\u044B\u0442\u044C \u0432\u044B\u043F\u043E\u043B\u043D\u0435\u043D\u043E \u0434\u043E{count}\u0440\u0430\u0437\u043B\u0438\u0447\u043D\u044B\u0445 \u0443\u0437\u043B\u043E\u0432, \u0443\u0434\u0430\u043B\u0438\u0442\u0435 \u043D\u0435\u043D\u0443\u0436\u043D\u044B\u0435 \u0443\u0437\u043B\u044B.",backupToCloudDescription:"\u0420\u0443\u0447\u043D\u0430\u044F \u0437\u0430\u0433\u0440\u0443\u0437\u043A\u0430 \u0438\u043B\u0438 \u0432\u043E\u0441\u0441\u0442\u0430\u043D\u043E\u0432\u043B\u0435\u043D\u0438\u0435 \u0444\u0430\u0439\u043B\u043E\u0432 \u0440\u0435\u0437\u0435\u0440\u0432\u043D\u044B\u0445 \u043A\u043E\u043F\u0438\u0439, \u043F\u043E\u0437\u0432\u043E\u043B\u044F\u044E\u0449\u0430\u044F \u0441\u043E\u0437\u0434\u0430\u0432\u0430\u0442\u044C \u0434\u043E 3 \u0440\u0430\u0437\u043B\u0438\u0447\u043D\u044B\u0445 \u0440\u0435\u0437\u0435\u0440\u0432\u043D\u044B\u0445 \u043A\u043E\u043F\u0438\u0439",successSyncConfig:"\u0423\u0441\u043F\u0435\u0448\u043D\u0430\u044F \u0441\u0438\u043D\u0445\u0440\u043E\u043D\u0438\u0437\u0430\u0446\u0438\u044F \u0441 \u043E\u0431\u043B\u0430\u043A\u043E\u043C",syncFail:"\u0441\u0431\u043E\u0439 \u0441\u0438\u043D\u0445\u0440\u043E\u043D\u0438\u0437\u0430\u0446\u0438\u0438",updatedAt:"\u041E\u0431\u043D\u043E\u0432\u043B\u0435\u043D\u043E \u0441 \u0441\u0430\u0439\u0442\u0430 {date}",lastSyncedAt:"\u041F\u043E\u0441\u043B\u0435\u0434\u043D\u044F\u044F \u043F\u0440\u043E\u0432\u0435\u0440\u043A\u0430 \u043D\u0430 \u0441\u0430\u0439\u0442\u0435 {date}",downloadFail:"\u041D\u0435 \u0443\u0434\u0430\u043B\u043E\u0441\u044C \u0437\u0430\u0433\u0440\u0443\u0437\u0438\u0442\u044C",clickToDownload:"\u041D\u0430\u0436\u043C\u0438\u0442\u0435 \u0434\u043B\u044F \u0437\u0430\u0433\u0440\u0443\u0437\u043A\u0438",aboutLabel:"\u041E \u043A\u043E\u043C\u043F\u0430\u043D\u0438\u0438 - \u041E\u0431\u0440\u0430\u0442\u043D\u0430\u044F \u0441\u0432\u044F\u0437\u044C","browser.openAboutPage":"\u0418\u043D\u0444\u043E\u0440\u043C\u0430\u0446\u0438\u044F/\u041E\u0442\u0437\u044B\u0432\u044B",aboutLabelWithoutSponsor:"\u041E \u043A\u043E\u043C\u043F\u0430\u043D\u0438\u0438 - \u041E\u0431\u0440\u0430\u0442\u043D\u0430\u044F \u0441\u0432\u044F\u0437\u044C",aboutIntro:"\u041F\u0443\u0441\u0442\u044C \u043D\u0430\u043C \u0432\u0441\u0435\u043C \u0431\u0443\u0434\u0435\u0442 \u043B\u0435\u0433\u0447\u0435 \u0438 \u043F\u0440\u0438\u044F\u0442\u043D\u0435\u0435 \u043F\u043E\u043B\u0443\u0447\u0430\u0442\u044C \u0434\u043E\u0441\u0442\u0443\u043F \u043A \u043E\u0433\u0440\u043E\u043C\u043D\u043E\u043C\u0443 \u043A\u043E\u043B\u0438\u0447\u0435\u0441\u0442\u0432\u0443 \u0438\u043D\u0444\u043E\u0440\u043C\u0430\u0446\u0438\u0438 \u043D\u0430 \u0438\u043D\u043E\u0441\u0442\u0440\u0430\u043D\u043D\u044B\u0445 \u044F\u0437\u044B\u043A\u0430\u0445 \u0432 \u0418\u043D\u0442\u0435\u0440\u043D\u0435\u0442\u0435 \u2764\uFE0F \u0412\u044B \u043C\u043E\u0436\u0435\u0442\u0435 \u0430\u043A\u0442\u0438\u0432\u0438\u0440\u043E\u0432\u0430\u0442\u044C <6>\u0447\u043B\u0435\u043D\u0441\u0442\u0432\u043E \u0432 \u043F\u0440\u043E\u0433\u0440\u0430\u043C\u043C\u0435 Pro, \u0447\u0442\u043E\u0431\u044B \u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u044C\u0441\u044F \u0433\u043E\u0442\u043E\u0432\u044B\u043C\u0438 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430\u043C\u0438 DeepL \u0438 OpenAI.

\u0412\u044B \u043C\u043E\u0436\u0435\u0442\u0435 \u0441\u043B\u0435\u0434\u0438\u0442\u044C \u0437\u0430 \u043D\u0430\u043C\u0438 \u0432 <3>Twitter, <4>Telegram, Weibo, WeChat \u0438\u043B\u0438 <5>\u043F\u043E\u0434\u043F\u0438\u0441\u0430\u0442\u044C\u0441\u044F \u043D\u0430 \u043D\u0430\u0448\u0443 \u0440\u0430\u0441\u0441\u044B\u043B\u043A\u0443 \u043D\u0438\u0436\u0435, \u0447\u0442\u043E\u0431\u044B \u043E\u0442\u0441\u043B\u0435\u0436\u0438\u0432\u0430\u0442\u044C \u043E\u0431\u043D\u043E\u0432\u043B\u0435\u043D\u0438\u044F.
<7>\u0423\u0447\u0430\u0441\u0442\u043D\u0438\u043A\u0438 \u043F\u0440\u043E\u0433\u0440\u0430\u043C\u043C\u044B Pro \u043C\u043E\u0433\u0443\u0442 \u0441\u0432\u044F\u0437\u0430\u0442\u044C\u0441\u044F \u0441 \u043D\u0430\u043C\u0438 \u043F\u043E \u0430\u0434\u0440\u0435\u0441\u0443 <8>support@immersivetranslate.com \u0434\u043B\u044F \u0431\u044B\u0441\u0442\u0440\u043E\u0433\u043E \u043E\u0431\u0441\u043B\u0443\u0436\u0438\u0432\u0430\u043D\u0438\u044F \u043A\u043B\u0438\u0435\u043D\u0442\u043E\u0432.",aboutIntroWithoutSponsor:"\u041F\u0443\u0441\u0442\u044C \u0432\u0441\u0435\u043C \u043D\u0430\u043C \u0431\u0443\u0434\u0435\u0442 \u043B\u0435\u0433\u0447\u0435 \u0438 \u043F\u0440\u0438\u044F\u0442\u043D\u0435\u0435 \u043F\u043E\u043B\u0443\u0447\u0430\u0442\u044C \u0434\u043E\u0441\u0442\u0443\u043F \u043A \u043E\u0433\u0440\u043E\u043C\u043D\u043E\u043C\u0443 \u043A\u043E\u043B\u0438\u0447\u0435\u0441\u0442\u0432\u0443 \u0438\u043D\u0444\u043E\u0440\u043C\u0430\u0446\u0438\u0438 \u043D\u0430 \u0438\u043D\u043E\u0441\u0442\u0440\u0430\u043D\u043D\u044B\u0445 \u044F\u0437\u044B\u043A\u0430\u0445, \u0434\u043E\u0441\u0442\u0443\u043F\u043D\u043E\u0439 \u0432 \u0418\u043D\u0442\u0435\u0440\u043D\u0435\u0442\u0435 \u2764\uFE0F

\u0412\u044B \u043C\u043E\u0436\u0435\u0442\u0435 \u0441\u043B\u0435\u0434\u0438\u0442\u044C \u0437\u0430 \u043D\u0430\u043C\u0438 \u0432 <3>Twitter, <4>Telegram-\u043A\u0430\u043D\u0430\u043B\u0435, WeChat, WeChat Exchange \u0438\u043B\u0438 <5>\u043F\u043E\u0434\u043F\u0438\u0441\u0430\u0442\u044C\u0441\u044F \u043D\u0430 \u043E\u0442\u0441\u043B\u0435\u0436\u0438\u0432\u0430\u043D\u0438\u0435 \u043E\u0431\u043D\u043E\u0432\u043B\u0435\u043D\u0438\u0439 \u043F\u043E <5>\u044D\u043B\u0435\u043A\u0442\u0440\u043E\u043D\u043D\u043E\u0439 \u043F\u043E\u0447\u0442\u0435 \u043D\u0438\u0436\u0435.",projectHomepage:'\u041F\u0440\u043E\u0435\u043A\u0442 "\u0414\u043E\u043C',joinTelegramGroup:"\u041F\u0440\u0438\u0441\u043E\u0435\u0434\u0438\u043D\u044F\u0439\u0442\u0435\u0441\u044C \u043A \u0433\u0440\u0443\u043F\u043F\u0435 \u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u0435\u043B\u0435\u0439 \u0434\u043B\u044F \u0443\u0447\u0430\u0441\u0442\u0438\u044F \u0432 \u043E\u0431\u0441\u0443\u0436\u0434\u0435\u043D\u0438\u0438 \u0444\u0443\u043D\u043A\u0446\u0438\u0439",wechatPublicAccount:"WeChat Public",wechatCommunities:"\u0413\u0440\u0443\u043F\u043F\u0430 \u043E\u0431\u043C\u0435\u043D\u0430 WeChat",qqCommunities:"\u041A\u0430\u043D\u0430\u043B \u0441\u0432\u044F\u0437\u0438 QQ",joinTelegramChannel:"\u0421\u043B\u0435\u0434\u0438\u0442\u0435 \u0437\u0430 \u043E\u0431\u043D\u043E\u0432\u043B\u0435\u043D\u0438\u044F\u043C\u0438 \u0432 Telegram-\u043A\u0430\u043D\u0430\u043B\u0435",feedbackAndJoin:"\u0412\u043E\u043F\u0440\u043E\u0441 \u041E\u0431\u0440\u0430\u0442\u043D\u0430\u044F \u0441\u0432\u044F\u0437\u044C / \u0414\u043E\u0431\u0430\u0432\u0438\u0442\u044C \u0433\u0440\u0443\u043F\u043F\u0443",autoSync:"\u0430\u0432\u0442\u043E\u043C\u0430\u0442\u0438\u0447\u0435\u0441\u043A\u0430\u044F \u0441\u0438\u043D\u0445\u0440\u043E\u043D\u0438\u0437\u0430\u0446\u0438\u044F \u0432\u0440\u0435\u043C\u0435\u043D\u0438",loadingThemeTitle:"\u0421\u0442\u0438\u043B\u044C \u0437\u0430\u0433\u0440\u0443\u0437\u043A\u0438",loadingThemeDescription:"\u0423\u0441\u0442\u0430\u043D\u043E\u0432\u043A\u0430 \u0441\u0442\u0438\u043B\u044F \u043F\u0440\u0438 \u043E\u0436\u0438\u0434\u0430\u043D\u0438\u0438 \u0437\u0430\u0433\u0440\u0443\u0437\u043A\u0438 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430","loadingTheme.spinner":"\u0412\u0440\u0430\u0449\u0430\u044E\u0449\u0430\u044F\u0441\u044F \u0430\u043D\u0438\u043C\u0430\u0446\u0438\u044F","loadingTheme.text":"\u0441\u0442\u0430\u0442\u0438\u0447\u0435\u0441\u043A\u0438\u0439 \u0442\u0435\u043A\u0441\u0442 \u0447\u0435\u0433\u043E-\u043B. ","loadingTheme.none":"\u043D\u0435 \u043F\u043E\u043A\u0430\u0437\u0430\u043D\u043E",developerDescription:"\u0414\u043E\u043A\u0443\u043C\u0435\u043D\u0442\u0430\u0446\u0438\u044E \u043F\u043E \u0440\u0430\u0441\u0448\u0438\u0440\u0435\u043D\u043D\u043E\u0439 \u043D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0435 \u043C\u043E\u0436\u043D\u043E \u043D\u0430\u0439\u0442\u0438 <1>\u0437\u0434\u0435\u0441\u044C","edit border color":"\u0418\u0437\u043C\u0435\u043D\u0435\u043D\u0438\u0435 \u0446\u0432\u0435\u0442\u0430 \u0433\u0440\u0430\u043D\u0438\u0446\u044B",successSyncButNoChange:"\u0422\u0435\u043A\u0443\u0449\u0430\u044F \u043A\u043E\u043D\u0444\u0438\u0433\u0443\u0440\u0430\u0446\u0438\u044F \u0441\u043E\u043E\u0442\u0432\u0435\u0442\u0441\u0442\u0432\u0443\u0435\u0442 \u043E\u0431\u043B\u0430\u043A\u0443",customTheme:"\u041D\u0435\u0441\u0442\u0430\u043D\u0434\u0430\u0440\u0442\u043D\u044B\u0435 \u0446\u0432\u0435\u0442\u0430 \u0438 \u0440\u0430\u0437\u043C\u0435\u0440\u044B","customThemeLabel.borderColor":"\u0426\u0432\u0435\u0442 \u0433\u0440\u0430\u043D\u0438\u0446\u044B","customThemeLabel.borderRadius":"\u0421\u043A\u0440\u0443\u0433\u043B\u0435\u043D\u043D\u044B\u0435 \u043A\u0440\u0430\u044F","customThemeLabel.textColor":"\u0446\u0432\u0435\u0442 \u0442\u0435\u043A\u0441\u0442\u0430","customThemeLabel.backgroundColor":"\u0446\u0432\u0435\u0442 \u0444\u043E\u043D\u0430","customThemeLabel.zoom":"\u041C\u0430\u0441\u0448\u0442\u0430\u0431\u0438\u0440\u043E\u0432\u0430\u043D\u0438\u0435 \u0448\u0440\u0438\u0444\u0442\u0430 (%)","customThemeLabel.opacity":"\u041D\u0435\u043F\u0440\u043E\u0437\u0440\u0430\u0447\u043D\u043E\u0441\u0442\u044C \u0442\u0435\u043A\u0441\u0442\u0430 (%)",resetToDefaultColor:"\u0412\u043E\u0441\u0441\u0442\u0430\u043D\u043E\u0432\u043B\u0435\u043D\u0438\u0435 \u0446\u0432\u0435\u0442\u043E\u0432 \u043F\u043E \u0443\u043C\u043E\u043B\u0447\u0430\u043D\u0438\u044E",resetToDefaultSettings:"\u0412\u043E\u0441\u0441\u0442\u0430\u043D\u043E\u0432\u043B\u0435\u043D\u0438\u0435 \u043D\u0430\u0441\u0442\u0440\u043E\u0435\u043A \u043F\u043E \u0443\u043C\u043E\u043B\u0447\u0430\u043D\u0438\u044E",isTranslateTitle:"\u0412\u043A\u043B\u044E\u0447\u0438\u0442\u044C \u043F\u0435\u0440\u0435\u0432\u043E\u0434 \u0437\u0430\u0433\u043E\u043B\u043E\u0432\u043A\u043E\u0432 \u0441\u0442\u0440\u0430\u043D\u0438\u0446",isTranslateTitleDescription:"\u041F\u0440\u0438 \u043E\u0442\u043A\u0440\u044B\u0442\u0438\u0438 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u044B \u0435\u0435 \u0437\u0430\u0433\u043E\u043B\u043E\u0432\u043E\u043A \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0438\u0442\u0441\u044F",enableSearchEnhancement:"\u0412\u043A\u043B\u044E\u0447\u0435\u043D\u0438\u0435 \u0444\u0443\u043D\u043A\u0446\u0438\u0438 \u0440\u0430\u0441\u0448\u0438\u0440\u0435\u043D\u0438\u044F \u0434\u0432\u0443\u044F\u0437\u044B\u0447\u043D\u044B\u0445 \u0441\u043E\u043E\u0431\u0449\u0435\u043D\u0438\u0439",enableSearchEnhancementDescription:'\u041F\u043E\u0441\u043B\u0435 \u0432\u043A\u043B\u044E\u0447\u0435\u043D\u0438\u044F \u044D\u0442\u043E\u0439 \u0444\u0443\u043D\u043A\u0446\u0438\u0438 \u0440\u0435\u0437\u0443\u043B\u044C\u0442\u0430\u0442\u044B \u043F\u043E\u0438\u0441\u043A\u0430 "Google \u041D\u043E\u0432\u043E\u0441\u0442\u0438" \u0431\u0443\u0434\u0443\u0442 \u0430\u0432\u0442\u043E\u043C\u0430\u0442\u0438\u0447\u0435\u0441\u043A\u0438 \u043E\u0442\u043E\u0431\u0440\u0430\u0436\u0430\u0442\u044C\u0441\u044F \u0432 \u043F\u0440\u0430\u0432\u043E\u0439 \u043A\u043E\u043B\u043E\u043D\u043A\u0435 \u043F\u043E\u0434\u0434\u0435\u0440\u0436\u0438\u0432\u0430\u0435\u043C\u044B\u0445 \u0441\u0430\u0439\u0442\u043E\u0432 (Google \u041D\u043E\u0432\u043E\u0441\u0442\u0438, Google \u041F\u043E\u0438\u0441\u043A (\u043D\u0435\u043A\u043E\u0442\u043E\u0440\u044B\u0435 \u043A\u043B\u044E\u0447\u0435\u0432\u044B\u0435 \u0441\u043B\u043E\u0432\u0430), Snowball, Oriental Fortune, Futura, Tiger Community) \u0434\u043B\u044F \u0441\u043E\u043E\u0442\u0432\u0435\u0442\u0441\u0442\u0432\u0443\u044E\u0449\u0438\u0445 \u0430\u043D\u0433\u043B\u0438\u0439\u0441\u043A\u0438\u0445 \u043A\u043B\u044E\u0447\u0435\u0432\u044B\u0445 \u0441\u043B\u043E\u0432.',verifyService:"\u041D\u0430\u0436\u043C\u0438\u0442\u0435 \u0437\u0434\u0435\u0441\u044C, \u0447\u0442\u043E\u0431\u044B \u043F\u0440\u043E\u0442\u0435\u0441\u0442\u0438\u0440\u043E\u0432\u0430\u0442\u044C \u0443\u0441\u043B\u0443\u0433\u0443",verified:"\u041F\u0440\u043E\u0432\u0435\u0440\u043A\u0430 \u0443\u0441\u043F\u0435\u0448\u043D\u043E\u0441\u0442\u0438","field.langs":"\u041F\u043E\u0434\u0434\u0435\u0440\u0436\u0438\u0432\u0430\u0435\u043C\u044B\u0435 \u043A\u043E\u0434\u044B \u044F\u0437\u044B\u043A\u043E\u0432","field.model":"\u043C\u043E\u0434\u0435\u043B\u0438\u0440\u043E\u0432\u0430\u043D\u0438\u0435","field.translationEngine":"\u043C\u0435\u0445\u0430\u043D\u0438\u0437\u043C \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430","field.limitPerMinute":"\u041C\u0430\u043A\u0441\u0438\u043C\u0430\u043B\u044C\u043D\u043E\u0435 \u043A\u043E\u043B\u0438\u0447\u0435\u0441\u0442\u0432\u043E \u0437\u0430\u043F\u0440\u043E\u0441\u043E\u0432 \u0432 \u043C\u0438\u043D\u0443\u0442\u0443","field.limitPerSecond":"\u041C\u0430\u043A\u0441\u0438\u043C\u0430\u043B\u044C\u043D\u043E\u0435 \u043A\u043E\u043B\u0438\u0447\u0435\u0441\u0442\u0432\u043E \u0437\u0430\u043F\u0440\u043E\u0441\u043E\u0432 \u0432 \u0441\u0435\u043A\u0443\u043D\u0434\u0443","field.maxTextLengthPerRequest":"\u041C\u0430\u043A\u0441\u0438\u043C\u0430\u043B\u044C\u043D\u0430\u044F \u0434\u043B\u0438\u043D\u0430 \u0442\u0435\u043A\u0441\u0442\u0430 \u0432 \u043E\u0434\u043D\u043E\u043C \u0437\u0430\u043F\u0440\u043E\u0441\u0435","field.maxTextGroupLengthPerRequest":"\u041C\u0430\u043A\u0441\u0438\u043C\u0430\u043B\u044C\u043D\u043E\u0435 \u043A\u043E\u043B\u0438\u0447\u0435\u0441\u0442\u0432\u043E \u043F\u0430\u0440\u0430\u0433\u0440\u0430\u0444\u043E\u0432 \u0432 \u043E\u0434\u043D\u043E\u043C \u0437\u0430\u043F\u0440\u043E\u0441\u0435","field.apiUrl":"\u0410\u0434\u0440\u0435\u0441 \u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u0435\u043B\u044C\u0441\u043A\u043E\u0433\u043E \u0438\u043D\u0442\u0435\u0440\u0444\u0435\u0439\u0441\u0430 API","field.placeholderDelimiters":"\u0437\u0430\u0440\u0435\u0437\u0435\u0440\u0432\u0438\u0440\u043E\u0432\u0430\u043D\u043D\u043E\u0435 \u043C\u0435\u0441\u0442\u043E","description.custom":"\u0414\u043E\u0441\u0442\u0443\u043F \u043A \u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u0435\u043B\u044C\u0441\u043A\u043E\u043C\u0443 \u0438\u043D\u0442\u0435\u0440\u0444\u0435\u0439\u0441\u0443 \u0422\u0440\u0435\u0431\u0443\u0435\u0442\u0441\u044F \u0434\u043E\u043A\u0443\u043C\u0435\u043D\u0442\u0430\u0446\u0438\u044F","description.limitPerMinute":"\u0417\u0430\u043F\u0440\u043E\u0441\u044B, \u043F\u0440\u0435\u0432\u044B\u0448\u0430\u044E\u0449\u0438\u0435 \u044D\u0442\u043E\u0442 \u043B\u0438\u043C\u0438\u0442, \u043F\u043E\u043F\u0430\u0434\u0430\u044E\u0442 \u0432 \u043E\u0447\u0435\u0440\u0435\u0434\u044C \u0434\u043E \u043D\u0430\u0447\u0430\u043B\u0430 \u0441\u043B\u0435\u0434\u0443\u044E\u0449\u0435\u0439 \u043C\u0438\u043D\u0443\u0442\u044B. \u0412 \u0441\u0432\u044F\u0437\u0438 \u0441 \u0440\u0430\u0437\u043B\u0438\u0447\u043D\u044B\u043C\u0438 \u043E\u0433\u0440\u0430\u043D\u0438\u0447\u0435\u043D\u0438\u044F\u043C\u0438 \u0442\u0435\u043A\u0443\u0449\u0435\u0433\u043E \u0441\u0435\u0440\u0432\u0438\u0441\u0430 OpenAI, \u043F\u043E\u0441\u043B\u0435\u0434\u043D\u0438\u0435 \u043F\u0440\u0435\u0434\u043B\u0430\u0433\u0430\u0435\u043C\u044B\u0435 \u0437\u043D\u0430\u0447\u0435\u043D\u0438\u044F \u043C\u043E\u0436\u043D\u043E \u043F\u043E\u0441\u043C\u043E\u0442\u0440\u0435\u0442\u044C <1>\u0437\u0434\u0435\u0441\u044C","description.limitPerSecond":"\u0417\u0430\u043F\u0440\u043E\u0441\u044B, \u043F\u0440\u0435\u0432\u044B\u0448\u0430\u044E\u0449\u0438\u0435 \u044D\u0442\u043E\u0442 \u043B\u0438\u043C\u0438\u0442, \u043F\u043E\u043F\u0430\u0434\u0430\u044E\u0442 \u0432 \u043E\u0447\u0435\u0440\u0435\u0434\u044C \u0434\u043E \u043D\u0430\u0447\u0430\u043B\u0430 \u0441\u043B\u0435\u0434\u0443\u044E\u0449\u0435\u0439 \u0441\u0435\u043A\u0443\u043D\u0434\u044B. \u0412 \u0441\u0432\u044F\u0437\u0438 \u0441 \u0440\u0430\u0437\u043B\u0438\u0447\u043D\u044B\u043C\u0438 \u043E\u0433\u0440\u0430\u043D\u0438\u0447\u0435\u043D\u0438\u044F\u043C\u0438 \u0442\u0435\u043A\u0443\u0449\u0435\u0433\u043E \u0441\u0435\u0440\u0432\u0438\u0441\u0430 OpenAI, \u043F\u043E\u0441\u043B\u0435\u0434\u043D\u0438\u0435 \u043F\u0440\u0435\u0434\u043B\u0430\u0433\u0430\u0435\u043C\u044B\u0435 \u0437\u043D\u0430\u0447\u0435\u043D\u0438\u044F \u043C\u043E\u0436\u043D\u043E \u043F\u043E\u0441\u043C\u043E\u0442\u0440\u0435\u0442\u044C <1>\u0437\u0434\u0435\u0441\u044C","description.generalLimitPerSecond":"\u0417\u0430\u043F\u0440\u043E\u0441\u044B, \u043F\u0440\u0435\u0432\u044B\u0448\u0430\u044E\u0449\u0438\u0435 \u044D\u0442\u043E\u0442 \u043B\u0438\u043C\u0438\u0442, \u043F\u043E\u043F\u0430\u0434\u0430\u044E\u0442 \u0432 \u043E\u0447\u0435\u0440\u0435\u0434\u044C \u0434\u043E \u043D\u0430\u0447\u0430\u043B\u0430 \u0441\u043B\u0435\u0434\u0443\u044E\u0449\u0435\u0439 \u0441\u0435\u043A\u0443\u043D\u0434\u044B.","description.prompt":"\u041E\u0442\u043F\u0440\u0430\u0432\u0438\u0442\u044C \u0434\u0438\u0430\u043B\u043E\u0433 {service} \u043E\u0442 \u0438\u043C\u0435\u043D\u0438 \u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u0435\u043B\u044F, \u0433\u0434\u0435 {{text}} \u043E\u0431\u043E\u0437\u043D\u0430\u0447\u0430\u0435\u0442 \u0442\u0435\u043A\u0441\u0442 \u043F\u0430\u0440\u0430\u0433\u0440\u0430\u0444\u0430, {{from}} \u043E\u0431\u043E\u0437\u043D\u0430\u0447\u0430\u0435\u0442 \u044F\u0437\u044B\u043A \u043F\u0430\u0440\u0430\u0433\u0440\u0430\u0444\u0430, \u0430 {{to}} \u043E\u0431\u043E\u0437\u043D\u0430\u0447\u0430\u0435\u0442 \u0446\u0435\u043B\u0435\u0432\u043E\u0439 \u044F\u0437\u044B\u043A.","description.maxTextLengthPerRequest":"\u041C\u0430\u043A\u0441\u0438\u043C\u0430\u043B\u044C\u043D\u043E\u0435 \u043A\u043E\u043B\u0438\u0447\u0435\u0441\u0442\u0432\u043E \u0441\u0438\u043C\u0432\u043E\u043B\u043E\u0432 \u0432 \u043E\u0434\u043D\u043E\u043C \u0437\u0430\u043F\u0440\u043E\u0441\u0435 \u0441\u043B\u0438\u0448\u043A\u043E\u043C \u0432\u0435\u043B\u0438\u043A\u043E, \u0447\u0442\u043E \u043F\u0440\u0438\u0432\u043E\u0434\u0438\u0442 \u043A \u043C\u0435\u0434\u043B\u0435\u043D\u043D\u043E\u043C\u0443 \u043E\u0442\u043A\u043B\u0438\u043A\u0443 \u0438\u043D\u0442\u0435\u0440\u0444\u0435\u0439\u0441\u0430, \u043F\u043E\u044D\u0442\u043E\u043C\u0443 \u043F\u043E\u043F\u0440\u043E\u0431\u0443\u0439\u0442\u0435 \u043E\u0442\u0440\u0435\u0433\u0443\u043B\u0438\u0440\u043E\u0432\u0430\u0442\u044C \u044D\u0442\u043E\u0442 \u043F\u0430\u0440\u0430\u043C\u0435\u0442\u0440 \u0434\u043B\u044F \u043E\u043F\u0442\u0438\u043C\u0438\u0437\u0430\u0446\u0438\u0438 \u0441\u043A\u043E\u0440\u043E\u0441\u0442\u0438 \u0440\u0430\u0431\u043E\u0442\u044B","description.systemPrompt":"\u0414\u0438\u0430\u043B\u043E\u0433, \u043E\u0442\u043F\u0440\u0430\u0432\u043B\u0435\u043D\u043D\u044B\u0439 \u0441\u0438\u0441\u0442\u0435\u043C\u043E\u0439 \u0432 {service}, \u0433\u0434\u0435 {{text}} \u043E\u0431\u043E\u0437\u043D\u0430\u0447\u0430\u0435\u0442 \u0442\u0435\u043A\u0441\u0442 \u043F\u0430\u0440\u0430\u0433\u0440\u0430\u0444\u0430, {{from}} \u043E\u0431\u043E\u0437\u043D\u0430\u0447\u0430\u0435\u0442 \u044F\u0437\u044B\u043A \u043F\u0430\u0440\u0430\u0433\u0440\u0430\u0444\u0430, {{to}} \u043E\u0431\u043E\u0437\u043D\u0430\u0447\u0430\u0435\u0442 \u0446\u0435\u043B\u0435\u0432\u043E\u0439 \u044F\u0437\u044B\u043A.","field.domain":"\u0446\u0430\u0440\u0441\u0442\u0432\u043E","description.domain":"\u041F\u043E \u0443\u043C\u043E\u043B\u0447\u0430\u043D\u0438\u044E \u0443\u0441\u0442\u0430\u043D\u043E\u0432\u043B\u0435\u043D\u043E \u0437\u043D\u0430\u0447\u0435\u043D\u0438\u0435\uFF1Ageneral. \u041C\u043E\u0436\u0435\u0442 \u0431\u044B\u0442\u044C \u0443\u0441\u0442\u0430\u043D\u043E\u0432\u043B\u0435\u043D\u043E \u0442\u043E\u043B\u044C\u043A\u043E \u0432 \u0442\u043E\u043C \u0441\u043B\u0443\u0447\u0430\u0435, \u0435\u0441\u043B\u0438 \u0432 \u043A\u043E\u043D\u0441\u043E\u043B\u0438 Arima API \u0432\u043A\u043B\u044E\u0447\u0435\u043D \u0434\u043E\u043C\u0435\u043D\u043D\u044B\u0439 \u043F\u0435\u0440\u0435\u0432\u043E\u0434, \u043F\u043E\u0434\u0434\u0435\u0440\u0436\u0438\u0432\u0430\u0435\u043C\u044B\u0435 \u0434\u043E\u043C\u0435\u043D\u044B \u0441\u043C. <1>\u0437\u0434\u0435\u0441\u044C","field.scene":"\u0432\u0437\u044F\u0442\u044C","description.scene":"\u041F\u043E \u0443\u043C\u043E\u043B\u0447\u0430\u043D\u0438\u044E \u0443\u0441\u0442\u0430\u043D\u043E\u0432\u043B\u0435\u043D\u043E \u0437\u043D\u0430\u0447\u0435\u043D\u0438\u0435\uFF1Ageneral. \u041C\u043E\u0436\u0435\u0442 \u0431\u044B\u0442\u044C \u0443\u0441\u0442\u0430\u043D\u043E\u0432\u043B\u0435\u043D\u043E \u0442\u043E\u043B\u044C\u043A\u043E \u0432 \u0442\u043E\u043C \u0441\u043B\u0443\u0447\u0430\u0435, \u0435\u0441\u043B\u0438 \u0432 \u043A\u043E\u043D\u0441\u043E\u043B\u0438 AliCloud API \u043E\u0442\u043A\u0440\u044B\u0442 Machine Translation Pro, \u043E \u043F\u043E\u0434\u0434\u0435\u0440\u0436\u0438\u0432\u0430\u0435\u043C\u044B\u0445 \u0441\u0446\u0435\u043D\u0430\u0440\u0438\u044F\u0445 \u0441\u043C. <1>\u0437\u0434\u0435\u0441\u044C","field.vocabId":"\u0418\u0434\u0435\u043D\u0442\u0438\u0444\u0438\u043A\u0430\u0442\u043E\u0440 \u0441\u043B\u043E\u0432\u0430\u0440\u044F \u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u0435\u043B\u044F","description.vocabId":"\u0423\u043A\u0430\u0437\u0430\u043D\u043D\u044B\u0439 \u0441\u043B\u043E\u0432\u0430\u0440\u044C out_id, \u0432 \u043D\u0430\u0441\u0442\u043E\u044F\u0449\u0435\u0435 \u0432\u0440\u0435\u043C\u044F \u043F\u043E\u0434\u0434\u0435\u0440\u0436\u0438\u0432\u0430\u0435\u0442 \u043F\u0435\u0440\u0435\u0432\u043E\u0434 \u0441 \u0430\u043D\u0433\u043B\u0438\u0439\u0441\u043A\u043E\u0433\u043E \u043D\u0430 \u043A\u0438\u0442\u0430\u0439\u0441\u043A\u0438\u0439.","description.model":"\u041C\u043E\u0434\u0435\u043B\u0438 OpenAI, \u043C\u043E\u0433\u0443\u0442 \u0431\u044B\u0442\u044C gpt-3.5-turbo, gpt-4 \u0438 \u0442.\u0434.","description.maxTextGroupLengthPerRequest":"\u041A\u043E\u043B\u0438\u0447\u0435\u0441\u0442\u0432\u043E \u0430\u0431\u0437\u0430\u0446\u0435\u0432, \u043F\u0435\u0440\u0435\u0434\u0430\u0432\u0430\u0435\u043C\u044B\u0445 \u0441\u043B\u0443\u0436\u0431\u0435 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430 \u0437\u0430 \u043E\u0434\u0438\u043D \u0440\u0430\u0437, \u0435\u0441\u043B\u0438 \u0438\u0445 \u0441\u043B\u0438\u0448\u043A\u043E\u043C \u043C\u043D\u043E\u0433\u043E, \u044D\u0442\u043E \u043C\u043E\u0436\u0435\u0442 \u043F\u0440\u0438\u0432\u0435\u0441\u0442\u0438 \u043A \u0437\u0430\u043C\u0435\u0434\u043B\u0435\u043D\u0438\u044E \u0440\u0435\u0430\u043A\u0446\u0438\u0438 \u0438\u043D\u0442\u0435\u0440\u0444\u0435\u0439\u0441\u0430","description.apiUrl":"\u041F\u043E\u0436\u0430\u043B\u0443\u0439\u0441\u0442\u0430, \u0434\u043E\u0431\u0430\u0432\u044C\u0442\u0435 \u043A\u043E\u043D\u043A\u0440\u0435\u0442\u043D\u044B\u0435 URL \u0441 \u043F\u0443\u0442\u044F\u043C\u0438, <1>\u0431\u043E\u043B\u0435\u0435 \u043F\u043E\u0434\u0440\u043E\u0431\u043D\u043E\u0435 \u043E\u043F\u0438\u0441\u0430\u043D\u0438\u0435",enabledExtension:"\u0412\u043A\u043B\u044E\u0447\u0435\u043D\u0438\u0435 \u0440\u0430\u0441\u0448\u0438\u0440\u0435\u043D\u0438\u0439",clickToDisableExtension:"\u041D\u0430\u0436\u043C\u0438\u0442\u0435 \u0434\u043B\u044F \u043E\u0442\u043A\u043B\u044E\u0447\u0435\u043D\u0438\u044F \u0440\u0430\u0441\u0448\u0438\u0440\u0435\u043D\u0438\u0439",clickToEnableExtension:"\u041D\u0430\u0436\u043C\u0438\u0442\u0435 \u0434\u043B\u044F \u0432\u043A\u043B\u044E\u0447\u0435\u043D\u0438\u044F \u0440\u0430\u0441\u0448\u0438\u0440\u0435\u043D\u0438\u0439",hasBeenDisabled:"\u043E\u0442\u043A\u043B\u044E\u0447\u0435\u043D\u043E","show password":"\u041F\u043E\u043A\u0430\u0437\u0430\u0442\u044C \u043F\u0430\u0440\u043E\u043B\u044C",customContent:"\u0412\u0432\u0435\u0434\u0438\u0442\u0435 \u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u0435\u043B\u044C\u0441\u043A\u043E\u0435 \u0438\u043C\u044F \u043C\u043E\u0434\u0435\u043B\u0438",inputOptions:"\u0423\u0441\u043E\u0432\u0435\u0440\u0448\u0435\u043D\u0441\u0442\u0432\u043E\u0432\u0430\u043D\u0438\u0435 \u0431\u043B\u043E\u043A\u0430 \u0432\u0432\u043E\u0434\u0430",mouseHoverOptions:"\u043D\u0430\u0432\u0435\u0434\u0435\u043D\u0438\u0435 \u043C\u044B\u0448\u0438",modifyMouseHoverKey:"\u0418\u0437\u043C\u0435\u043D\u0435\u043D\u0438\u0435 \u044F\u0440\u043B\u044B\u043A\u0430 \u043D\u0430\u0432\u0435\u0434\u0435\u043D\u0438\u044F \u043C\u044B\u0448\u0438",enableInputTranslation:"\u0412\u043A\u043B\u044E\u0447\u0430\u0442\u044C \u043B\u0438 \u0440\u0430\u0441\u0448\u0438\u0440\u0435\u043D\u0438\u0435 \u043F\u043E\u043B\u044F \u0432\u0432\u043E\u0434\u0430",enableInputTranslationDescription:"\u041F\u043E\u0441\u043B\u0435 \u0432\u043A\u043B\u044E\u0447\u0435\u043D\u0438\u044F \u0432\u0432\u0435\u0434\u0438\u0442\u0435 {startingKey}{startingKey} hello \u043F\u0440\u044F\u043C\u043E \u0432 \u043F\u043E\u043B\u0435 \u0432\u0432\u043E\u0434\u0430, \u0437\u0430\u0442\u0435\u043C \u0431\u044B\u0441\u0442\u0440\u043E \u043D\u0430\u0431\u0435\u0440\u0438\u0442\u0435{inputTrailingTriggerKeyRepeatTimes}\u0440\u0430\u0437{trailingKey}, \u0447\u0442\u043E\u0431\u044B \u043F\u0435\u0440\u0435\u0432\u0435\u0441\u0442\u0438 \u043D\u0430 {inputTargetLanguage}.",enableInputTranslationDescriptionForNoneKey:"\u041F\u043E\u0441\u043B\u0435 \u0432\u043A\u043B\u044E\u0447\u0435\u043D\u0438\u044F \u044D\u0442\u043E\u0439 \u0444\u0443\u043D\u043A\u0446\u0438\u0438 \u0432\u0432\u0435\u0434\u0438\u0442\u0435\uFF1AHello World \u043D\u0435\u043F\u043E\u0441\u0440\u0435\u0434\u0441\u0442\u0432\u0435\u043D\u043D\u043E \u0432 \u043F\u043E\u043B\u0435 \u0432\u0432\u043E\u0434\u0430, \u0430 \u0437\u0430\u0442\u0435\u043C \u0431\u044B\u0441\u0442\u0440\u043E \u043D\u0430\u0436\u043C\u0438\u0442\u0435{inputTrailingTriggerKeyRepeatTimes}{trailingKey}\u0440\u0430\u0437 \u0434\u043B\u044F \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430 \u043D\u0430 \u0446\u0435\u043B\u0435\u0432\u043E\u0439 \u044F\u0437\u044B\u043A \u043F\u043E \u0443\u043C\u043E\u043B\u0447\u0430\u043D\u0438\u044E.",inputTargetLanguage:"\u0423\u0441\u0442\u0430\u043D\u043E\u0432\u043A\u0430 \u0446\u0435\u043B\u0435\u0432\u043E\u0433\u043E \u044F\u0437\u044B\u043A\u0430 \u043F\u043E \u0443\u043C\u043E\u043B\u0447\u0430\u043D\u0438\u044E \u0434\u043B\u044F \u043E\u043A\u043E\u043D \u0432\u0432\u043E\u0434\u0430",inputTargetLanguageDescription:"\u0426\u0435\u043B\u0435\u0432\u043E\u0439 \u044F\u0437\u044B\u043A \u043F\u043E \u0443\u043C\u043E\u043B\u0447\u0430\u043D\u0438\u044E \u0434\u043B\u044F \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430 \u043E\u043A\u043D\u0430 \u0432\u0432\u043E\u0434\u0430, \u0442.\u0435. {startingKey}{startingKey} \u043A\u0430\u043A \u044F\u0437\u044B\u043A \u043F\u043E \u0443\u043C\u043E\u043B\u0447\u0430\u043D\u0438\u044E \u0434\u043B\u044F \u0442\u0440\u0438\u0433\u0433\u0435\u0440\u043D\u044B\u0445 \u0441\u043B\u043E\u0432",inputTargetLanguageDescriptionForNoneKey:"\u0426\u0435\u043B\u0435\u0432\u043E\u0439 \u044F\u0437\u044B\u043A \u043F\u043E \u0443\u043C\u043E\u043B\u0447\u0430\u043D\u0438\u044E \u0434\u043B\u044F \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430 \u043F\u043E\u043B\u044F \u0432\u0432\u043E\u0434\u0430",inputStartingTriggerKeyTitle:"\u0423\u0441\u0442\u0430\u043D\u043E\u0432\u043A\u0430 \u0441\u0438\u043C\u0432\u043E\u043B\u0430 \u0440\u0430\u0437\u0434\u0435\u043B\u0435\u043D\u0438\u044F \u0434\u043B\u044F \u0447\u0430\u0441\u0442\u0438\u0447\u043D\u043E\u0433\u043E \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430 \u043F\u043E\u043B\u044F \u0432\u0432\u043E\u0434\u0430",inputStartingTriggerKeyDescription:"\u0415\u0441\u043B\u0438 \u043D\u0435\u0442 \u043D\u0435\u043E\u0431\u0445\u043E\u0434\u0438\u043C\u043E\u0441\u0442\u0438 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0438\u0442\u044C \u0432\u0441\u0435 \u043F\u043E\u043B\u0435 \u0432\u0432\u043E\u0434\u0430, \u0441\u043F\u043B\u0438\u0442\u0442\u0435\u0440 \u043F\u043E\u0437\u0432\u043E\u043B\u044F\u0435\u0442 \u043F\u0435\u0440\u0435\u0432\u0435\u0441\u0442\u0438 \u0442\u043E\u043B\u044C\u043A\u043E \u0447\u0430\u0441\u0442\u044C \u043E\u0442 {startingKey}{startingKey} \u0434\u043E \u043A\u043E\u043D\u0446\u0430 \u043F\u043E\u043B\u044F \u0432\u0432\u043E\u0434\u0430, \u0438\u043B\u0438 \u043C\u043E\u0436\u043D\u043E \u0443\u043A\u0430\u0437\u0430\u0442\u044C \u043A\u043E\u0434 \u044F\u0437\u044B\u043A\u0430, \u043D\u0430\u043F\u0440\u0438\u043C\u0435\u0440,\uFF1A{startingKey}ja \u043E\u0437\u043D\u0430\u0447\u0430\u0435\u0442 \u043F\u0435\u0440\u0435\u0432\u043E\u0434 \u0442\u043E\u043B\u044C\u043A\u043E \u0447\u0430\u0441\u0442\u0438 \u043E\u0442 {startingKey}ja \u0434\u043E \u043A\u043E\u043D\u0446\u0430 \u043F\u043E\u043B\u044F \u0432\u0432\u043E\u0434\u0430.",inputStartingTriggerKeyDescriptionForNoneKey:"\u0422\u0435\u043A\u0443\u0449\u0430\u044F \u043D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0430 \u043E\u0442\u0441\u0443\u0442\u0441\u0442\u0432\u0438\u044F \u043F\u0440\u0435\u0444\u0438\u043A\u0441\u0430 \u043D\u0435 \u043D\u0443\u0436\u043D\u0430, \u0438 \u0444\u0443\u043D\u043A\u0446\u0438\u044F \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430 \u043D\u0435\u043A\u043E\u0442\u043E\u0440\u044B\u0445 \u0442\u0435\u043A\u0441\u0442\u043E\u0432 \u0432 \u043E\u043A\u043D\u0435 \u0432\u0432\u043E\u0434\u0430 \u043F\u043E\u043A\u0430 \u043D\u0435 \u043C\u043E\u0436\u0435\u0442 \u0431\u044B\u0442\u044C \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u043D\u0430.",inputTrailingTriggerKeyTitle:"\u0412\u044B\u0431\u0435\u0440\u0438\u0442\u0435 \u0441\u0438\u043C\u0432\u043E\u043B \u043E\u043A\u043E\u043D\u0447\u0430\u043D\u0438\u044F \u0432\u0432\u043E\u0434\u0430",inputTrailingTriggerKeyDescription:"3 \u0431\u044B\u0441\u0442\u0440\u044B\u0445 \u0443\u0434\u0430\u0440\u0430{trailingKey} \u043D\u0430\u0447\u043D\u0435\u0442 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0438\u0442\u044C!",inputTrailingTriggerKeyTimeout:"\u0412\u0432\u0435\u0434\u0438\u0442\u0435 \u0432\u0440\u0435\u043C\u044F \u043C\u0435\u0436\u0434\u0443 \u0441\u0440\u0430\u0431\u0430\u0442\u044B\u0432\u0430\u043D\u0438\u044F\u043C\u0438 \u0432 \u043A\u043E\u043D\u0446\u0435 \u0431\u043E\u044F",inputTrailingTriggerKeyTimeoutDescription:"\u0423\u0441\u0442\u0430\u043D\u0430\u0432\u043B\u0438\u0432\u0430\u0435\u0442 \u0432\u0440\u0435\u043C\u044F (\u0432 \u043C\u0438\u043B\u043B\u0438\u0441\u0435\u043A\u0443\u043D\u0434\u0430\u0445) \u043C\u0435\u0436\u0434\u0443 \u0441\u0440\u0430\u0431\u0430\u0442\u044B\u0432\u0430\u043D\u0438\u044F\u043C\u0438 \u043A\u043E\u043C\u0431\u0438\u043D\u0438\u0440\u043E\u0432\u0430\u043D\u043D\u044B\u0445 \u0443\u0441\u0442\u0440\u043E\u0439\u0441\u0442\u0432 \u043E\u043A\u043E\u043D\u0447\u0430\u043D\u0438\u044F \u0432\u0432\u043E\u0434\u0430",spaceKey:"<\u7A7A\u683C\u952E>",noneKey:"\u041F\u0440\u044F\u043C\u043E\u0439 \u043F\u0435\u0440\u0435\u0432\u043E\u0434 \u0432\u0441\u0435\u0433\u043E \u0442\u0435\u043A\u0441\u0442\u043E\u0432\u043E\u0433\u043E \u043F\u043E\u043B\u044F \u0431\u0435\u0437 \u043F\u0440\u0435\u0444\u0438\u043A\u0441\u043E\u0432",inputTranslationBlockUrlsTitle:"\u041D\u0435 \u0432\u043A\u043B\u044E\u0447\u0430\u0439\u0442\u0435 \u0440\u0430\u0441\u0448\u0438\u0440\u0435\u043D\u0438\u0435 \u043F\u043E\u043B\u044F \u0432\u0432\u043E\u0434\u0430 \u0432 \u0441\u043B\u0435\u0434\u0443\u044E\u0449\u0438\u0445 URL-\u0430\u0434\u0440\u0435\u0441\u0430\u0445",inputTranslationBlockUrlsDescription:"\u0423\u0441\u043E\u0432\u0435\u0440\u0448\u0435\u043D\u0441\u0442\u0432\u043E\u0432\u0430\u043D\u0438\u044F \u043F\u043E\u043B\u044F \u0432\u0432\u043E\u0434\u0430 \u043D\u0435 \u0431\u0443\u0434\u0443\u0442 \u0440\u0430\u0431\u043E\u0442\u0430\u0442\u044C \u043D\u0430 \u0441\u043B\u0435\u0434\u0443\u044E\u0449\u0438\u0445 URL-\u0430\u0434\u0440\u0435\u0441\u0430\u0445",clickToSeeQuickDemo:"\u041D\u0430\u0436\u043C\u0438\u0442\u0435, \u0447\u0442\u043E\u0431\u044B \u0440\u0430\u0437\u0432\u0435\u0440\u043D\u0443\u0442\u044C 30-\u0441\u0435\u043A\u0443\u043D\u0434\u043D\u044B\u0439 \u043E\u0431\u0443\u0447\u0430\u044E\u0449\u0438\u0439 \u0432\u0438\u0434\u0435\u043E\u0440\u043E\u043B\u0438\u043A",inputHelperInfo:"\u041E\u043F\u0438\u0441\u0430\u043D\u0438\u0435\uFF1A\u041C\u044B \u043E\u043F\u0442\u0438\u043C\u0438\u0437\u0438\u0440\u043E\u0432\u0430\u043B\u0438 \u0440\u0430\u0431\u043E\u0442\u0443 \u0441 \u0442\u0435\u043C, \u0447\u0442\u043E \u043D\u0435\u043A\u043E\u0442\u043E\u0440\u044B\u0435 \u0442\u0440\u0438\u0433\u0433\u0435\u0440\u043D\u044B\u0435 \u0441\u0438\u043C\u0432\u043E\u043B\u044B \u043F\u0440\u0435\u0432\u0440\u0430\u0449\u0430\u044E\u0442\u0441\u044F \u0432 \u043A\u0438\u0442\u0430\u0439\u0441\u043A\u0438\u0435 \u0437\u043D\u0430\u043A\u0438 \u043F\u0440\u0435\u043F\u0438\u043D\u0430\u043D\u0438\u044F \u043F\u0440\u0438 \u043A\u0438\u0442\u0430\u0439\u0441\u043A\u0438\u0445 \u043C\u0435\u0442\u043E\u0434\u0430\u0445 \u0432\u0432\u043E\u0434\u0430, \u043D\u0430\u043F\u0440\u0438\u043C\u0435\u0440, / \u043F\u0440\u0435\u0432\u0440\u0430\u0449\u0430\u0435\u0442\u0441\u044F \u0432 \u0437\u043D\u0430\u043A dun , \u043F\u0440\u0438 \u043C\u0435\u0442\u043E\u0434\u0435 \u0432\u0432\u043E\u0434\u0430 Sogou, \u0438 Immersive Translator \u043F\u043E\u0434\u0434\u0435\u0440\u0436\u0438\u0432\u0430\u0435\u0442 \u0432\u0441\u0435 \u043A\u0438\u0442\u0430\u0439\u0441\u043A\u0438\u0435 \u0441\u0438\u043C\u0432\u043E\u043B\u044B, \u0441\u043E\u043E\u0442\u0432\u0435\u0442\u0441\u0442\u0432\u0443\u044E\u0449\u0438\u0435 \u0442\u0440\u0438\u0433\u0433\u0435\u0440\u043D\u044B\u043C \u0441\u0438\u043C\u0432\u043E\u043B\u0430\u043C, \u0442.\u0435. //,,, \u0431\u0443\u0434\u0443\u0442 \u0440\u0430\u0441\u043F\u043E\u0437\u043D\u0430\u0432\u0430\u0442\u044C\u0441\u044F \u043A\u0430\u043A \u0442\u0440\u0438\u0433\u0433\u0435\u0440\u043D\u044B\u0435 \u0441\u0438\u043C\u0432\u043E\u043B\u044B.

\u041C\u044B \u0442\u0430\u043A\u0436\u0435 \u043F\u043E\u0434\u0434\u0435\u0440\u0436\u0438\u0432\u0430\u0435\u043C \u043A\u0438\u0442\u0430\u0439\u0441\u043A\u0438\u0435 \u043F\u0441\u0435\u0432\u0434\u043E\u043D\u0438\u043C\u044B \u0434\u043B\u044F \u044F\u0437\u044B\u043A\u043E\u0432\u044B\u0445 \u043A\u043E\u0434\u043E\u0432 \u0432 \u043A\u0430\u0447\u0435\u0441\u0442\u0432\u0435 \u043A\u043E\u043C\u0430\u043D\u0434, \u043D\u0430\u043F\u0440\u0438\u043C\u0435\u0440, /Japanese Hello World \u0431\u0443\u0434\u0435\u0442 \u043F\u0435\u0440\u0435\u0432\u0435\u0434\u0435\u043D \u043D\u0430 \u044F\u043F\u043E\u043D\u0441\u043A\u0438\u0439 \u044F\u0437\u044B\u043A, <1>\u043D\u0430\u0436\u043C\u0438\u0442\u0435 \u0437\u0434\u0435\u0441\u044C, \u0447\u0442\u043E\u0431\u044B \u043F\u043E\u0441\u043C\u043E\u0442\u0440\u0435\u0442\u044C \u0432\u0441\u0435 \u043F\u043E\u0434\u0434\u0435\u0440\u0436\u0438\u0432\u0430\u0435\u043C\u044B\u0435 \u044F\u0437\u044B\u043A\u043E\u0432\u044B\u0435 \u043A\u043E\u0434\u044B.",reloadCurrentPage:"\u041F\u0435\u0440\u0435\u0434 \u043D\u0430\u0447\u0430\u043B\u043E\u043C \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430 \u043E\u0431\u043D\u043E\u0432\u0438\u0442\u0435 \u0442\u0435\u043A\u0443\u0449\u0443\u044E \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u0443.",noLocalFilePermissionForPDF:"\u0423 \u0432\u0430\u0441 \u043D\u0435\u0442 \u043F\u0440\u0430\u0432 \u043D\u0430 \u0447\u0442\u0435\u043D\u0438\u0435 \u043B\u043E\u043A\u0430\u043B\u044C\u043D\u044B\u0445 \u0444\u0430\u0439\u043B\u043E\u0432, \u043F\u043E\u0436\u0430\u043B\u0443\u0439\u0441\u0442\u0430, \u043D\u0430\u0436\u043C\u0438\u0442\u0435 \u043A\u043D\u043E\u043F\u043A\u0443 \u0432\u044B\u0448\u0435, \u0430 \u0437\u0430\u0442\u0435\u043C \u0438\u043C\u043F\u043E\u0440\u0442\u0438\u0440\u0443\u0439\u0442\u0435 \u043B\u043E\u043A\u0430\u043B\u044C\u043D\u044B\u0435 \u0444\u0430\u0439\u043B\u044B.",noPermissionForThisPage:"\u26A0\uFE0F \u041D\u0435\u0442 \u0440\u0430\u0437\u0440\u0435\u0448\u0435\u043D\u0438\u044F \u043D\u0430 \u043F\u0435\u0440\u0435\u0432\u043E\u0434 \u0442\u0435\u043A\u0443\u0449\u0435\u0439 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u044B",retryAllParagraphs:"\u041F\u043E\u0432\u0442\u043E\u0440\u043D\u043E\u0435 \u0432\u044B\u043F\u043E\u043B\u043D\u0435\u043D\u0438\u0435 \u0432\u0441\u0435\u0445 \u043E\u0448\u0438\u0431\u043E\u0447\u043D\u044B\u0445 \u043F\u0435\u0440\u0435\u0445\u043E\u0434\u043E\u0432",retryAllButton:"\u041F\u043E\u0432\u0442\u043E\u0440\u043D\u043E\u0435 \u0432\u044B\u043F\u043E\u043B\u043D\u0435\u043D\u0438\u0435 \u0432\u0441\u0435\u0445 \u043E\u0448\u0438\u0431\u043E\u0447\u043D\u044B\u0445 \u043F\u0435\u0440\u0435\u0445\u043E\u0434\u043E\u0432",errorTooltipTitle:"\u0429\u0435\u043B\u043A\u043D\u0438\u0442\u0435, \u0447\u0442\u043E\u0431\u044B \u0443\u0432\u0438\u0434\u0435\u0442\u044C \u043F\u0440\u0438\u0447\u0438\u043D\u0443 \u043E\u0448\u0438\u0431\u043A\u0438",errorModalTitle:"\u041F\u043E\u0445\u043E\u0436\u0435, \u0447\u0442\u043E-\u0442\u043E \u043D\u0435 \u0442\u0430\u043A \u0441\u043E \u0441\u043B\u0443\u0436\u0431\u043E\u0439 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430 \u0438\u043B\u0438 \u0441\u0435\u0442\u044C\u044E...",disableConfirm:"\u0414\u0432\u0443\u044F\u0437\u044B\u0447\u043D\u0430\u044F \u0443\u0441\u0442\u0430\u043D\u043E\u0432\u043A\u0430 \u0434\u043B\u044F \u0440\u0430\u0441\u0448\u0438\u0440\u0435\u043D\u0438\u044F \u0438\u043D\u0444\u043E\u0440\u043C\u0430\u0446\u0438\u0438",disableOnce:"\u042D\u0442\u0430 \u0438\u043D\u0432\u0430\u043B\u0438\u0434\u043D\u043E\u0441\u0442\u044C",disableGlobal:"\u043E\u0442\u043A\u043B\u044E\u0447\u0438\u0442\u044C \u043D\u0430\u0432\u0441\u0435\u0433\u0434\u0430",disableTint:"* \u0412\u044B \u043C\u043E\u0436\u0435\u0442\u0435 \u043F\u043E\u0432\u0442\u043E\u0440\u043D\u043E \u0432\u043A\u043B\u044E\u0447\u0438\u0442\u044C \u0435\u0433\u043E \u043D\u0430 \u0441\u0430\u0439\u0442\u0435 {option} .",searchEnhancementNotes:"\u041C\u044B \u043E\u0431\u043D\u0430\u0440\u0443\u0436\u0438\u043B\u0438, \u0447\u0442\u043E \u0440\u0435\u0437\u0443\u043B\u044C\u0442\u0430\u0442\u044B \u043F\u043E\u0438\u0441\u043A\u0430 \u043D\u043E\u0432\u043E\u0441\u0442\u0435\u0439 \u043F\u043E \u043A\u043B\u044E\u0447\u0435\u0432\u044B\u043C \u0441\u043B\u043E\u0432\u0430\u043C \u043D\u0430 \u043A\u0438\u0442\u0430\u0439\u0441\u043A\u043E\u043C \u0438 \u0430\u043D\u0433\u043B\u0438\u0439\u0441\u043A\u043E\u043C \u044F\u0437\u044B\u043A\u0430\u0445 \u0441\u0438\u043B\u044C\u043D\u043E \u043E\u0442\u043B\u0438\u0447\u0430\u044E\u0442\u0441\u044F. \u041F\u043E\u0441\u043B\u0435 \u0432\u043A\u043B\u044E\u0447\u0435\u043D\u0438\u044F \u0444\u0443\u043D\u043A\u0446\u0438\u0438 Immersive Translation Bilingual Information Enhancement \u043C\u044B \u0431\u0443\u0434\u0435\u043C \u0430\u0432\u0442\u043E\u043C\u0430\u0442\u0438\u0447\u0435\u0441\u043A\u0438 \u0438\u0441\u043A\u0430\u0442\u044C \u0434\u043B\u044F \u0432\u0430\u0441 \u0442\u0435 \u0436\u0435 \u0441\u0430\u043C\u044B\u0435 \u043A\u043B\u044E\u0447\u0435\u0432\u044B\u0435 \u0441\u043B\u043E\u0432\u0430 \u043D\u0430 \u0430\u043D\u0433\u043B\u0438\u0439\u0441\u043A\u043E\u043C \u044F\u0437\u044B\u043A\u0435 \u043D\u0430 \u043F\u043E\u0434\u0434\u0435\u0440\u0436\u0438\u0432\u0430\u0435\u043C\u044B\u0445 \u0441\u0430\u0439\u0442\u0430\u0445 (Google News, Google Search (\u043D\u0435\u043A\u043E\u0442\u043E\u0440\u044B\u0435 \u043A\u043B\u044E\u0447\u0435\u0432\u044B\u0435 \u0441\u043B\u043E\u0432\u0430), Snowball, Oriental Wealth, Futura, Tiger) \u0438 \u043E\u0442\u043E\u0431\u0440\u0430\u0436\u0430\u0442\u044C \u0438\u0445 \u0432 \u043F\u0440\u0430\u0432\u043E\u0439 \u0447\u0430\u0441\u0442\u0438. \u0412\u044B \u043C\u043E\u0436\u0435\u0442\u0435 \u043E\u0442\u043A\u043B\u044E\u0447\u0438\u0442\u044C \u044D\u0442\u0443 \u0444\u0443\u043D\u043A\u0446\u0438\u044E, \u0435\u0441\u043B\u0438 \u043E\u043D\u0430 \u0432\u0430\u043C \u043D\u0435 \u043D\u0443\u0436\u043D\u0430.",option:"\u043D\u0430\u0441\u0442\u0440\u0430\u0438\u0432\u0430\u0442\u044C",saveSettings:"\u0421\u043E\u0445\u0440\u0430\u043D\u0438\u0442\u044C \u043D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0438",closeModal:"\u0417\u0430\u043A\u0440\u044B\u0442\u044C \u043E\u043A\u043D\u043E",enableInputTranslationWithoutTriggerKeyTitle:"\u0412\u043A\u043B\u044E\u0447\u0438\u0442\u0435 3 \u0431\u044B\u0441\u0442\u0440\u044B\u0445 \u043D\u0430\u0436\u0430\u0442\u0438\u044F \u043D\u0430{trailingKey}, \u0447\u0442\u043E\u0431\u044B \u043D\u0430\u043F\u0440\u044F\u043C\u0443\u044E \u043F\u0435\u0440\u0435\u0432\u0435\u0441\u0442\u0438 \u0432\u0441\u0435 \u043F\u043E\u043B\u0435 \u0432\u0432\u043E\u0434\u0430 \u043D\u0430{inputTargetLanguage}.",enableInputTranslationWithoutTriggerKeyDescription:"\u0427\u0442\u043E\u0431\u044B \u0443\u043A\u0430\u0437\u0430\u0442\u044C \u0446\u0435\u043B\u0435\u0432\u043E\u0439 \u044F\u0437\u044B\u043A, \u0434\u043E\u0431\u0430\u0432\u044C\u0442\u0435 \u043A \u043D\u0435\u043C\u0443 \u043A\u043E\u0434 \u044F\u0437\u044B\u043A\u0430, \u043D\u0430\u043F\u0440\u0438\u043C\u0435\u0440,\uFF1Aja Hello World",mouseHoverShortcutPlaceholder:"\u043D\u0430\u043F\u0440\u0438\u043C\u0435\u0440,\uFF1AShift",deepLProName:"Immersive Translation Pro Member (Recommended)",deepLProDescription:"\u0422\u0435\u043A\u0443\u0449\u0438\u0439 \u043F\u0430\u043A\u0435\u0442 \u043C\u043E\u0436\u0435\u0442 \u0431\u044B\u0442\u044C \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u043D \u043D\u0430\u043F\u0440\u044F\u043C\u0443\u044E",deeplProDescriptionForNormal:"\u041D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0430 \u043D\u0435 \u0442\u0440\u0435\u0431\u0443\u0435\u0442\u0441\u044F, \u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u0435\u043B\u0438 \u043C\u043E\u0433\u0443\u0442 \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u044C \u0435\u0433\u043E \u043F\u043E\u0441\u043B\u0435 \u0432\u0445\u043E\u0434\u0430 \u0432 \u0441\u0438\u0441\u0442\u0435\u043C\u0443, <1>\u043D\u0430\u0436\u043C\u0438\u0442\u0435 \u0437\u0434\u0435\u0441\u044C, \u0447\u0442\u043E\u0431\u044B \u043F\u0435\u0440\u0435\u0439\u0442\u0438 \u0432 \u043A\u0430\u0442\u0435\u0433\u043E\u0440\u0438\u044E \u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u0435\u043B\u0435\u0439",deepLCustomDescription:"\u0422\u0440\u0435\u0431\u0443\u0435\u0442\u0441\u044F \u0438\u043D\u043E\u0441\u0442\u0440\u0430\u043D\u043D\u0430\u044F \u043A\u0440\u0435\u0434\u0438\u0442\u043D\u0430\u044F \u043A\u0430\u0440\u0442\u0430, \u043E\u0444\u0438\u0446\u0438\u0430\u043B\u044C\u043D\u043E \u043E\u0442\u043A\u0440\u044B\u0442\u0430 \u043D\u0430 \u0441\u0430\u0439\u0442\u0435 <1>DeepL, \u043D\u0430\u0436\u043C\u0438\u0442\u0435 \u0434\u043B\u044F \u043F\u043E\u043B\u0443\u0447\u0435\u043D\u0438\u044F <2>\u0434\u043E\u043A\u0443\u043C\u0435\u043D\u0442\u0430\u0446\u0438\u0438",deepLCustomName:"\u041F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u0435\u043B\u044C\u0441\u043A\u0438\u0439 \u043A\u043B\u044E\u0447 \u0430\u0432\u0442\u043E\u0440\u0438\u0437\u0430\u0446\u0438\u0438",chooseProviderLabel:"\u0412\u044B\u0431\u043E\u0440 \u043F\u043E\u0441\u0442\u0430\u0432\u0449\u0438\u043A\u0430 \u0443\u0441\u043B\u0443\u0433",openaiProName:"Immersive Translation Pro Member (Recommended)",openaiProDescription:"\u0422\u0435\u043A\u0443\u0449\u0438\u0439 \u043F\u0430\u043A\u0435\u0442 \u043C\u043E\u0436\u0435\u0442 \u0431\u044B\u0442\u044C \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u043D \u043D\u0430\u043F\u0440\u044F\u043C\u0443\u044E",openaiProDescriptionForNormal:"\u041D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0430 \u043D\u0435 \u0442\u0440\u0435\u0431\u0443\u0435\u0442\u0441\u044F, \u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u0435\u043B\u0438 \u043C\u043E\u0433\u0443\u0442 \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u044C \u0435\u0433\u043E \u043F\u043E\u0441\u043B\u0435 \u0432\u0445\u043E\u0434\u0430 \u0432 \u0441\u0438\u0441\u0442\u0435\u043C\u0443, <1>\u043D\u0430\u0436\u043C\u0438\u0442\u0435 \u0437\u0434\u0435\u0441\u044C, \u0447\u0442\u043E\u0431\u044B \u043F\u0435\u0440\u0435\u0439\u0442\u0438 \u0432 \u043A\u0430\u0442\u0435\u0433\u043E\u0440\u0438\u044E \u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u0435\u043B\u0435\u0439",openaiCustomDescription:"\u0414\u043E\u0441\u0442\u0443\u043F\u043D\u044B OpenAI, Azure OpenAI \u0438\u043B\u0438 \u0434\u0440\u0443\u0433\u0438\u0435 \u0441\u0442\u043E\u0440\u043E\u043D\u043D\u0438\u0435 \u0441\u0435\u0440\u0432\u0438\u0441\u044B, <1>\u0434\u043E\u043A\u0443\u043C\u0435\u043D\u0442\u0430\u0446\u0438\u044E \u043C\u043E\u0436\u043D\u043E \u043D\u0430\u0439\u0442\u0438 \u0437\u0434\u0435\u0441\u044C",openaiCustomName:"\u041F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u0435\u043B\u044C\u0441\u043A\u0438\u0439 \u043A\u043B\u044E\u0447 API",needLoginAction:"(\u041E\u0442\u043A\u0440\u044B\u0442\u043E\u0435 \u0447\u043B\u0435\u043D\u0441\u0442\u0432\u043E \u0438\u043B\u0438 \u043D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0430)",goLoginOrAction:"(\u041E\u0442\u043A\u0440\u043E\u0439\u0442\u0435 \u0447\u043B\u0435\u043D\u0441\u0442\u0432\u043E \u0438\u043B\u0438 \u043F\u0435\u0440\u0435\u0439\u0434\u0438\u0442\u0435 \u043A \u043D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0430\u043C)",yearly:"\u043E\u0441\u0443\u0449\u0435\u0441\u0442\u0432\u043B\u044F\u0442\u044C \u043F\u043E\u0441\u043B\u0435\u0434\u043E\u0432\u0430\u0442\u0435\u043B\u044C\u043D\u044B\u0439 \u0435\u0436\u0435\u0433\u043E\u0434\u043D\u044B\u0439 \u043F\u043B\u0430\u0442\u0435\u0436",quarterly:"\u043F\u043E\u0441\u043B\u0435\u0434\u043E\u0432\u0430\u0442\u0435\u043B\u044C\u043D\u0430\u044F \u0443\u043F\u0430\u043A\u043E\u0432\u043A\u0430",monthly:"\u0435\u0436\u0435\u043C\u0435\u0441\u044F\u0447\u043D\u0430\u044F \u043F\u043E\u0434\u043F\u0438\u0441\u043A\u0430",yearlyForOnce:"\u0415\u0434\u0438\u043D\u043E\u0432\u0440\u0435\u043C\u0435\u043D\u043D\u044B\u0439 \u0433\u043E\u0434\u043E\u0432\u043E\u0439 \u043F\u0430\u043A\u0435\u0442",monthlyForOnce:"\u0415\u0434\u0438\u043D\u043E\u0432\u0440\u0435\u043C\u0435\u043D\u043D\u044B\u0439 \u043C\u0435\u0441\u044F\u0447\u043D\u044B\u0439 \u043F\u0430\u043A\u0435\u0442",daily:"\u043F\u043E\u0441\u043B\u0435\u0434\u043E\u0432\u0430\u0442\u0435\u043B\u044C\u043D\u044B\u0445 \u043F\u0430\u043A\u0435\u0442\u043D\u044B\u0445 \u0434\u043D\u0435\u0439",year:"\u043E\u0441\u0443\u0449\u0435\u0441\u0442\u0432\u043B\u044F\u0442\u044C \u043F\u043E\u0441\u043B\u0435\u0434\u043E\u0432\u0430\u0442\u0435\u043B\u044C\u043D\u044B\u0439 \u0435\u0436\u0435\u0433\u043E\u0434\u043D\u044B\u0439 \u043F\u043B\u0430\u0442\u0435\u0436",quarter:"\u043F\u043E\u0441\u043B\u0435\u0434\u043E\u0432\u0430\u0442\u0435\u043B\u044C\u043D\u0430\u044F \u0443\u043F\u0430\u043A\u043E\u0432\u043A\u0430",month:"\u0435\u0436\u0435\u043C\u0435\u0441\u044F\u0447\u043D\u0430\u044F \u043F\u043E\u0434\u043F\u0438\u0441\u043A\u0430",day:"\u043F\u043E\u0441\u043B\u0435\u0434\u043E\u0432\u0430\u0442\u0435\u043B\u044C\u043D\u044B\u0445 \u043F\u0430\u043A\u0435\u0442\u043D\u044B\u0445 \u0434\u043D\u0435\u0439",onetime_7day:"7-\u0434\u043D\u0435\u0432\u043D\u044B\u0439 \u043F\u0430\u043A\u0435\u0442 \u0432\u043F\u0435\u0447\u0430\u0442\u043B\u0435\u043D\u0438\u0439",currentPlanDescriptionForFree:"\u0422\u0435\u043A\u0443\u0449\u0438\u0435 \u043F\u0430\u043A\u0435\u0442\u044B\uFF1A\u0411\u0435\u0441\u043F\u043B\u0430\u0442\u043D\u043E",currentPlanDescriptionForContinuous:"\u0414\u0435\u0439\u0441\u0442\u0432\u0443\u044E\u0449\u0438\u0439 \u043F\u0430\u043A\u0435\u0442\uFF1A{plan}\u0431\u0443\u0434\u0435\u0442 \u0430\u0432\u0442\u043E\u043C\u0430\u0442\u0438\u0447\u0435\u0441\u043A\u0438 \u043F\u0440\u043E\u0434\u043B\u0435\u043D \u043D\u0430 {endAt}",currentPlanDescriptionForAutoRenewCaceling:"\u0421\u0440\u043E\u043A \u0434\u0435\u0439\u0441\u0442\u0432\u0438\u044F \u0442\u0435\u043A\u0443\u0449\u0435\u0433\u043E \u043F\u0430\u043A\u0435\u0442\u0430\uFF1A{plan}\u0438\u0441\u0442\u0435\u043A\u0430\u0435\u0442 \u043D\u0430 \u0441\u0430\u0439\u0442\u0435 {endAt} \u0438 \u043D\u0435 \u0431\u0443\u0434\u0435\u0442 \u0430\u0432\u0442\u043E\u043C\u0430\u0442\u0438\u0447\u0435\u0441\u043A\u0438 \u043F\u0440\u043E\u0434\u043B\u0435\u0432\u0430\u0442\u044C\u0441\u044F \u043F\u043E \u0435\u0433\u043E \u0438\u0441\u0442\u0435\u0447\u0435\u043D\u0438\u0438.",currentYearlyPlanDescriptionForAutoRenewCacelingWithRealPaiedUser:"\u0421\u0440\u043E\u043A \u0434\u0435\u0439\u0441\u0442\u0432\u0438\u044F \u0442\u0435\u043A\u0443\u0449\u0435\u0433\u043E \u043F\u0430\u043A\u0435\u0442\u0430\uFF1A{plan}\u0438\u0441\u0442\u0435\u043A\u0430\u0435\u0442 \u043D\u0430 \u0441\u0430\u0439\u0442\u0435 {endAt} \u0438 \u043D\u0435 \u0431\u0443\u0434\u0435\u0442 \u0430\u0432\u0442\u043E\u043C\u0430\u0442\u0438\u0447\u0435\u0441\u043A\u0438 \u043F\u0440\u043E\u0434\u043B\u0435\u0432\u0430\u0442\u044C\u0441\u044F \u043F\u043E \u0435\u0433\u043E \u0438\u0441\u0442\u0435\u0447\u0435\u043D\u0438\u0438.
<1>\u041D\u0430\u0436\u043C\u0438\u0442\u0435 \u0437\u0434\u0435\u0441\u044C, \u0447\u0442\u043E\u0431\u044B \u0443\u043F\u0440\u0430\u0432\u043B\u044F\u0442\u044C \u043F\u043B\u0430\u043D\u043E\u043C \u043F\u0440\u043E\u0434\u043B\u0435\u043D\u0438\u044F",currentYearlyPlanDescriptionForAutoRenewCacelingWithAdmin:"\u0421\u0440\u043E\u043A \u0434\u0435\u0439\u0441\u0442\u0432\u0438\u044F \u0442\u0435\u043A\u0443\u0449\u0435\u0433\u043E \u043F\u0430\u043A\u0435\u0442\u0430\uFF1A{plan}\u0438\u0441\u0442\u0435\u043A\u0430\u0435\u0442 \u043D\u0430 \u0441\u0430\u0439\u0442\u0435 {endAt} \u0438 \u043D\u0435 \u0431\u0443\u0434\u0435\u0442 \u0430\u0432\u0442\u043E\u043C\u0430\u0442\u0438\u0447\u0435\u0441\u043A\u0438 \u043F\u0440\u043E\u0434\u043B\u0435\u0432\u0430\u0442\u044C\u0441\u044F \u043F\u043E \u0435\u0433\u043E \u0438\u0441\u0442\u0435\u0447\u0435\u043D\u0438\u0438.
<1>\u041D\u0430\u0436\u043C\u0438\u0442\u0435 \u0437\u0434\u0435\u0441\u044C, \u0447\u0442\u043E\u0431\u044B \u0430\u043A\u0442\u0438\u0432\u0438\u0440\u043E\u0432\u0430\u0442\u044C \u043D\u0435\u043F\u0440\u0435\u0440\u044B\u0432\u043D\u0443\u044E \u0433\u043E\u0434\u043E\u0432\u0443\u044E \u043F\u043E\u0434\u043F\u0438\u0441\u043A\u0443",currentPlanDescriptionForOneTime:"\u0421\u0440\u043E\u043A \u0434\u0435\u0439\u0441\u0442\u0432\u0438\u044F \u0442\u0435\u043A\u0443\u0449\u0435\u0439 \u043F\u043E\u0434\u043F\u0438\u0441\u043A\u0438\uFF1A{plan}\u0438\u0441\u0442\u0435\u043A\u0430\u0435\u0442 \u043D\u0430 \u0441\u0430\u0439\u0442\u0435 {endAt} , <1>\u043D\u0430\u0436\u043C\u0438\u0442\u0435 \u0437\u0434\u0435\u0441\u044C, \u0447\u0442\u043E\u0431\u044B \u043F\u0435\u0440\u0435\u0439\u0442\u0438 \u043D\u0430 \u0433\u043E\u0434\u043E\u0432\u043E\u0435 \u0438\u043B\u0438 <2>\u0435\u0436\u0435\u043C\u0435\u0441\u044F\u0447\u043D\u043E\u0435 \u0447\u043B\u0435\u043D\u0441\u0442\u0432\u043E.",upgradePlan:"\u041D\u0430\u0436\u043C\u0438\u0442\u0435 \u0437\u0434\u0435\u0441\u044C, \u0447\u0442\u043E\u0431\u044B \u043F\u0435\u0440\u0435\u0439\u0442\u0438 \u043D\u0430 \u0447\u043B\u0435\u043D\u0441\u0442\u0432\u043E Pro",upgradeToPro:"\u041F\u0435\u0440\u0435\u0439\u0442\u0438 \u043D\u0430 \u0447\u043B\u0435\u043D\u0441\u0442\u0432\u043E Pro","popup.openPro":"\u0427\u0442\u043E\u0431\u044B \u043F\u043E\u043B\u0443\u0447\u0438\u0442\u044C \u0432\u043E\u0437\u043C\u043E\u0436\u043D\u043E\u0441\u0442\u044C \u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u044C\u0441\u044F DeepL \u0438 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u043E\u043C OpenAI, \u043F\u0435\u0440\u0435\u0439\u0434\u0438\u0442\u0435 \u043F\u043E \u0441\u0441\u044B\u043B\u043A\u0435.","popup.openProForPro":"\u0412\u044B \u044F\u0432\u043B\u044F\u0435\u0442\u0435\u0441\u044C \u0443\u0447\u0430\u0441\u0442\u043D\u0438\u043A\u043E\u043C \u043F\u0440\u043E\u0433\u0440\u0430\u043C\u043C\u044B Pro \u0441 \u043F\u0440\u044F\u043C\u044B\u043C \u0434\u043E\u0441\u0442\u0443\u043F\u043E\u043C \u043A DeepL \u0438 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430\u043C OpenAI!",currentAccount:"\u0442\u0435\u043A\u0443\u0449\u0438\u0439 \u0441\u0447\u0451\u0442",enableAutoSyncUserSettings:"\u041E\u0431\u0435\u0441\u043F\u0435\u0447\u0435\u043D\u0438\u0435 \u0430\u0432\u0442\u043E\u043C\u0430\u0442\u0438\u0447\u0435\u0441\u043A\u043E\u0439 \u043E\u0431\u043B\u0430\u0447\u043D\u043E\u0439 \u0441\u0438\u043D\u0445\u0440\u043E\u043D\u0438\u0437\u0430\u0446\u0438\u0438 \u043D\u0430 \u043D\u0435\u0441\u043A\u043E\u043B\u044C\u043A\u0438\u0445 \u0443\u0441\u0442\u0440\u043E\u0439\u0441\u0442\u0432\u0430\u0445",modalEnableInputTranslationTitle:"\u0411\u043B\u043E\u043A \u0432\u0432\u043E\u0434\u0430 \u0438\u043C\u043C\u0435\u0440\u0441\u0438\u0432\u043D\u043E\u0433\u043E \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430 \u041F\u0435\u0440\u0435\u0432\u043E\u0434\u0447\u0435\u0441\u043A\u0438\u0435 \u043E\u043F\u043E\u0432\u0435\u0449\u0435\u043D\u0438\u044F",modalEnableInputTranslationDesc:"\u0412\u044B \u0442\u043E\u043B\u044C\u043A\u043E \u0447\u0442\u043E \u0437\u0430\u043F\u0443\u0441\u0442\u0438\u043B\u0438 \u0444\u0443\u043D\u043A\u0446\u0438\u044E \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430 \u043F\u043E\u043B\u044F \u0432\u0432\u043E\u0434\u0430 Immersive Translation, \u043D\u0430\u0436\u0430\u0432 3 \u0440\u0430\u0437\u0430 \u043F\u043E\u0434\u0440\u044F\u0434 \u043A\u043B\u0430\u0432\u0438\u0448\u0443 \u043F\u0440\u043E\u0431\u0435\u043B\u0430, \u0438 \u0441\u043E\u0434\u0435\u0440\u0436\u0438\u043C\u043E\u0435 \u043F\u043E\u043B\u044F \u0432\u0432\u043E\u0434\u0430 \u0431\u0443\u0434\u0435\u0442 \u043F\u0435\u0440\u0435\u0432\u0435\u0434\u0435\u043D\u043E \u043D\u0430 \u0446\u0435\u043B\u0435\u0432\u043E\u0439 \u044F\u0437\u044B\u043A \u043F\u043E \u0443\u043C\u043E\u043B\u0447\u0430\u043D\u0438\u044E. \u041F\u0435\u0440\u0435\u0432\u043E\u0434 \u043C\u043E\u0436\u043D\u043E \u043E\u0442\u043C\u0435\u043D\u0438\u0442\u044C \u0441 \u043F\u043E\u043C\u043E\u0449\u044C\u044E \u043A\u043B\u0430\u0432\u0438\u0448 Ctrl+Z.

\u0415\u0441\u043B\u0438 \u044D\u0442\u043E \u0431\u044B\u043B\u0430 \u043E\u0448\u0438\u0431\u043A\u0430, \u043D\u0435 \u0432\u043E\u043B\u043D\u0443\u0439\u0442\u0435\u0441\u044C, \u0432\u044B \u043C\u043E\u0436\u0435\u0442\u0435 \u043E\u0442\u043A\u043B\u044E\u0447\u0438\u0442\u044C \u0435\u0435 \u043D\u0430 \u044D\u0442\u043E\u0442 \u0440\u0430\u0437 \u0438\u043B\u0438 \u043D\u0430\u0432\u0441\u0435\u0433\u0434\u0430 \u043E\u0442\u043A\u043B\u044E\u0447\u0438\u0442\u044C \u043F\u0435\u0440\u0435\u0432\u043E\u0434 \u043F\u043E\u043B\u044F \u0432\u0432\u043E\u0434\u0430.",saveAndNotShowAgain:"\u0421\u043E\u0445\u0440\u0430\u043D\u0438\u0442\u044C \u0438 \u043E\u0441\u0442\u0430\u043D\u043E\u0432\u0438\u0442\u044C \u0437\u0430\u043F\u0440\u043E\u0441",disableInputTranslationTips:"* \u0412\u044B \u0442\u0430\u043A\u0436\u0435 \u043C\u043E\u0436\u0435\u0442\u0435 \u0443\u0441\u0442\u0430\u043D\u043E\u0432\u0438\u0442\u044C \u0434\u0440\u0443\u0433\u0438\u0435 \u0441\u043E\u0447\u0435\u0442\u0430\u043D\u0438\u044F \u043A\u043B\u0430\u0432\u0438\u0448 \u0434\u043B\u044F \u0441\u0440\u0430\u0431\u0430\u0442\u044B\u0432\u0430\u043D\u0438\u044F \u0432 {option} ,{learnMore}.",learnMore:"\u041D\u0430\u0436\u043C\u0438\u0442\u0435 \u0437\u0434\u0435\u0441\u044C, \u0447\u0442\u043E\u0431\u044B \u0443\u0437\u043D\u0430\u0442\u044C \u0431\u043E\u043B\u044C\u0448\u0435",continueEnalbeInputTranslation:"\u041F\u0440\u043E\u0434\u043E\u043B\u0436\u0435\u043D\u0438\u0435 \u0432\u043A\u043B\u044E\u0447\u0435\u043D\u0438\u044F \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430 \u043F\u043E\u043B\u044F \u0432\u0432\u043E\u0434\u0430",autoRenewTrialSuffix:'(\u0412 \u043F\u0440\u043E\u0431\u043D\u043E\u043C \u0432\u0430\u0440\u0438\u0430\u043D\u0442\u0435\u0441\u0440\u0430\u0437\u0443 \u0436\u0435 \u043F\u0435\u0440\u0435\u0448\u0435\u043B \u043D\u0430 \u043F\u043E\u043B\u043D\u043E\u0435 \u0447\u043B\u0435\u043D\u0441\u0442\u0432\u043E)',upgradeFromTrialTitle:"\u041F\u043E\u0432\u044B\u0448\u0435\u043D\u0438\u0435 \u0441\u0442\u0430\u0442\u0443\u0441\u0430 \u0434\u043E \u043F\u043E\u043B\u043D\u043E\u0433\u043E \u0447\u043B\u0435\u043D\u0430",subtitle:"\u0441\u0443\u0431\u0442\u0438\u0442\u0440\u044B \u043A \u0432\u0438\u0434\u0435\u043E\u0444\u0438\u043B\u044C\u043C\u0430\u043C",youtubeService:"\u0418\u043C\u043C\u0435\u0440\u0441\u0438\u043E\u043D\u043D\u044B\u0439 \u043F\u0435\u0440\u0435\u0432\u043E\u0434 \u0412\u0438\u0434\u0435\u043E\u0441\u0443\u0431\u0442\u0438\u0442\u0440\u0438\u0440\u043E\u0432\u0430\u043D\u0438\u0435 \u041F\u0435\u0440\u0435\u0432\u043E\u0434\u0447\u0435\u0441\u043A\u0438\u0435 \u0443\u0441\u043B\u0443\u0433\u0438","subtitle.disabledSubtitle":"\u041F\u043E\u0441\u0442\u043E\u044F\u043D\u043D\u043E\u0435 \u043E\u0442\u043A\u043B\u044E\u0447\u0435\u043D\u0438\u0435 \u0444\u0443\u043D\u043A\u0446\u0438\u0438 \u0432\u0438\u0434\u0435\u043E\u0441\u0443\u0431\u0442\u0438\u0442\u0440\u043E\u0432","subtitle.disabledSubtitleDescription":"\u0415\u0441\u043B\u0438 Immersive Translator's Video Subtitles \u043A\u043E\u043D\u0444\u043B\u0438\u043A\u0442\u0443\u0435\u0442 \u0441 \u0434\u0440\u0443\u0433\u0438\u043C\u0438 \u0440\u0430\u0441\u0448\u0438\u0440\u0435\u043D\u0438\u044F\u043C\u0438, \u0432\u044B \u043C\u043E\u0436\u0435\u0442\u0435 \u0432\u044B\u0431\u0440\u0430\u0442\u044C \u043F\u043E\u0441\u0442\u043E\u044F\u043D\u043D\u043E\u0435 \u043E\u0442\u043A\u043B\u044E\u0447\u0435\u043D\u0438\u0435 Immersive Translator's Video Subtitles \u0438\u043B\u0438 \u0434\u0435\u0438\u043D\u0441\u0442\u0430\u043B\u043B\u0438\u0440\u043E\u0432\u0430\u0442\u044C \u0434\u0440\u0443\u0433\u0438\u0435 \u043A\u043E\u043D\u0444\u043B\u0438\u043A\u0442\u0443\u044E\u0449\u0438\u0435 \u0440\u0430\u0441\u0448\u0438\u0440\u0435\u043D\u0438\u044F","subtitle.autoEnableSubtitle":"\u0410\u0432\u0442\u043E\u043C\u0430\u0442\u0438\u0447\u0435\u0441\u043A\u043E\u0435 \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u043D\u0438\u0435 \u0434\u0432\u0443\u044F\u0437\u044B\u0447\u043D\u044B\u0445 \u0441\u0443\u0431\u0442\u0438\u0442\u0440\u043E\u0432","subtitle.autoEnableSubtitleDescription":"\u041F\u043E\u0441\u043B\u0435 \u0430\u043A\u0442\u0438\u0432\u0430\u0446\u0438\u0438, \u043F\u0440\u0438 \u0432\u043E\u0441\u043F\u0440\u043E\u0438\u0437\u0432\u0435\u0434\u0435\u043D\u0438\u0438 \u0432\u0438\u0434\u0435\u043E, \u0431\u0443\u0434\u0443\u0442 \u0430\u0432\u0442\u043E\u043C\u0430\u0442\u0438\u0447\u0435\u0441\u043A\u0438 \u043E\u0442\u043E\u0431\u0440\u0430\u0436\u0430\u0442\u044C\u0441\u044F \u0434\u0432\u0443\u044F\u0437\u044B\u0447\u043D\u044B\u0435 \u0441\u0443\u0431\u0442\u0438\u0442\u0440\u044B, \u0432 \u043F\u0440\u043E\u0442\u0438\u0432\u043D\u043E\u043C \u0441\u043B\u0443\u0447\u0430\u0435 \u043D\u0435\u043E\u0431\u0445\u043E\u0434\u0438\u043C\u043E \u043D\u0430\u0436\u0430\u0442\u044C \u043A\u043D\u043E\u043F\u043A\u0443 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430 \u0434\u043B\u044F \u043E\u0442\u043E\u0431\u0440\u0430\u0436\u0435\u043D\u0438\u044F.","subtitle.preTranslation":"\u041F\u0435\u0440\u0435\u0432\u043E\u0434 \u0441\u0443\u0431\u0442\u0438\u0442\u0440\u043E\u0432 \u0441 \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u043D\u0438\u0435\u043C \u0438\u043C\u043C\u0435\u0440\u0441\u0438\u0432\u043D\u043E\u0433\u043E \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430","subtitle.preTranslationDescription":"\u041F\u0440\u0438 \u0432\u043A\u043B\u044E\u0447\u0435\u043D\u0438\u0438 \u044D\u0442\u043E\u0439 \u0444\u0443\u043D\u043A\u0446\u0438\u0438 \u0432\u0441\u0435 \u0441\u0443\u0431\u0442\u0438\u0442\u0440\u044B \u0431\u0443\u0434\u0443\u0442 \u043F\u0440\u0435\u0434\u0432\u0430\u0440\u0438\u0442\u0435\u043B\u044C\u043D\u043E \u043F\u0435\u0440\u0435\u0432\u0435\u0434\u0435\u043D\u044B \u0441 \u043F\u043E\u043C\u043E\u0449\u044C\u044E \u0443\u043A\u0430\u0437\u0430\u043D\u043D\u043E\u0433\u043E \u043D\u0438\u0436\u0435 \u0441\u0435\u0440\u0432\u0438\u0441\u0430 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430, \u043F\u0440\u0438 \u044D\u0442\u043E\u043C \u043D\u0430 1-\u0447\u0430\u0441\u043E\u0432\u043E\u0435 \u0432\u0438\u0434\u0435\u043E \u0431\u0443\u0434\u0435\u0442 \u0437\u0430\u0442\u0440\u0430\u0447\u0435\u043D\u043E \u043E\u043A\u043E\u043B\u043E 50 000 \u0442\u043E\u043A\u0435\u043D\u043E\u0432 \u0438\u043B\u0438 \u0441\u0438\u043C\u0432\u043E\u043B\u043E\u0432, \u043F\u043E\u044D\u0442\u043E\u043C\u0443 \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u0443\u0439\u0442\u0435 \u0438\u0445 \u043F\u043E \u0441\u0432\u043E\u0435\u043C\u0443 \u0443\u0441\u043C\u043E\u0442\u0440\u0435\u043D\u0438\u044E; \u043F\u0440\u0438 \u043E\u0442\u043A\u043B\u044E\u0447\u0435\u043D\u0438\u0438 \u044D\u0442\u043E\u0439 \u0444\u0443\u043D\u043A\u0446\u0438\u0438 \u0441\u043D\u0430\u0447\u0430\u043B\u0430 \u0431\u0443\u0434\u0443\u0442 \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u044C\u0441\u044F \u043E\u0440\u0438\u0433\u0438\u043D\u0430\u043B\u044C\u043D\u044B\u0435 \u0441\u0443\u0431\u0442\u0438\u0442\u0440\u044B.","subtitle.humanSubtitlesPreferred":"\u041F\u0440\u0438\u043E\u0440\u0438\u0442\u0435\u0442\u043D\u043E\u0435 \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u043D\u0438\u0435 \u0447\u0435\u043B\u043E\u0432\u0435\u0447\u0435\u0441\u043A\u0438\u0445 \u0441\u0443\u0431\u0442\u0438\u0442\u0440\u043E\u0432","subtitle.humanSubtitlesPreferredDescription":"\u041F\u0440\u0438\u043E\u0440\u0438\u0442\u0435\u0442 \u043E\u0442\u0434\u0430\u0435\u0442\u0441\u044F \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u043D\u0438\u044E \u0447\u0435\u043B\u043E\u0432\u0435\u0447\u0435\u0441\u043A\u0438\u0445 \u0441\u0443\u0431\u0442\u0438\u0442\u0440\u043E\u0432, \u0435\u0441\u043B\u0438 \u0432\u0438\u0434\u0435\u043E\u0440\u043E\u043B\u0438\u043A \u0438\u043C\u0435\u0435\u0442 \u0447\u0435\u043B\u043E\u0432\u0435\u0447\u0435\u0441\u043A\u0438\u0435 \u0441\u0443\u0431\u0442\u0438\u0442\u0440\u044B \u043D\u0430 \u0446\u0435\u043B\u0435\u0432\u043E\u043C \u044F\u0437\u044B\u043A\u0435 (\u0440\u0435\u043A\u043E\u043C\u0435\u043D\u0434\u0443\u0435\u0442\u0441\u044F)",videoSubtitleTranslationDescription:"\u041D\u0430\u0437\u043D\u0430\u0447\u0438\u0442\u044C \u043E\u0442\u0434\u0435\u043B\u044C\u043D\u0443\u044E \u0441\u043B\u0443\u0436\u0431\u0443 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430 \u0434\u043B\u044F \u0432\u0438\u0434\u0435\u043E\u0441\u0443\u0431\u0442\u0438\u0442\u0440\u043E\u0432",subtitleTranslating:"\u041F\u043E\u0436\u0430\u043B\u0443\u0439\u0441\u0442\u0430, \u043F\u043E\u0434\u043E\u0436\u0434\u0438\u0442\u0435, \u043F\u043E\u043A\u0430 \u0441\u0443\u0431\u0442\u0438\u0442\u0440\u044B \u0431\u0443\u0434\u0443\u0442 \u043F\u0435\u0440\u0435\u0432\u0435\u0434\u0435\u043D\u044B \u0441 \u043F\u043E\u043C\u043E\u0449\u044C\u044E \u0441\u0435\u0440\u0432\u0438\u0441\u0430 {service} ... (\u0438\u043C\u043C\u0435\u0440\u0441\u0438\u043E\u043D\u043D\u044B\u0439 \u043F\u0435\u0440\u0435\u0432\u043E\u0434)",subtitleLoading:"\u0417\u0430\u0433\u0440\u0443\u0437\u043A\u0430 \u0441\u0443\u0431\u0442\u0438\u0442\u0440\u043E\u0432...",bilingual:"\u0431\u0438\u043B\u0438\u043D\u0433\u0432\u0438\u0437\u043C","field.action":"\u0412\u043A\u043B\u044E\u0447\u0430\u0442\u044C \u043B\u0438 \u0442\u0435\u0440\u043C\u0438\u043D\u043E\u043B\u043E\u0433\u0438\u044E Baidu","description.action":"\u041F\u0440\u0438 \u0432\u043A\u043B\u044E\u0447\u0435\u043D\u0438\u0438 \u0432 \u0437\u0430\u043F\u0440\u043E\u0441 \u0431\u0443\u0434\u0435\u0442 \u0434\u043E\u0431\u0430\u0432\u043B\u0435\u043D \u043F\u0430\u0440\u0430\u043C\u0435\u0442\u0440 action=1, \u0438\u043D\u0444\u043E\u0440\u043C\u0438\u0440\u0443\u044E\u0449\u0438\u0439 Baidu \u043E \u0432\u043A\u043B\u044E\u0447\u0435\u043D\u043D\u043E\u043C \u0442\u0435\u0440\u043C\u0438\u043D\u0435; <1>\u0431\u043E\u043B\u0435\u0435 \u043F\u043E\u0434\u0440\u043E\u0431\u043D\u0430\u044F \u0438\u043D\u0444\u043E\u0440\u043C\u0430\u0446\u0438\u044F \u043F\u0440\u0438\u0432\u0435\u0434\u0435\u043D\u0430 \u0432 \u043E\u0444\u0438\u0446\u0438\u0430\u043B\u044C\u043D\u043E\u0439 \u0434\u043E\u043A\u0443\u043C\u0435\u043D\u0442\u0430\u0446\u0438\u0438.",closeQuickTranslation:"\u0417\u0430\u043A\u0440\u044B\u0442\u044C \u0445\u043E\u0432\u0435\u0440\u0431\u043E\u043B","closeQuickTranslation.untilNext":"\u041D\u0430 \u044D\u0442\u043E\u0442 \u0440\u0430\u0437 \u0437\u0430\u043A\u0440\u044B\u0442\u043E \u0434\u043E \u0441\u043B\u0435\u0434\u0443\u044E\u0449\u0435\u0433\u043E \u043F\u043E\u0441\u0435\u0449\u0435\u043D\u0438\u044F","closeQuickTranslation.currentWebsite":"\u0422\u0435\u043A\u0443\u0449\u0438\u0439 \u0441\u0430\u0439\u0442 \u043E\u0442\u043A\u043B\u044E\u0447\u0435\u043D","closeQuickTranslation.alwaysClose":"\u043E\u0442\u043A\u043B\u044E\u0447\u0438\u0442\u044C \u043D\u0430\u0432\u0441\u0435\u0433\u0434\u0430","closeQuickTranslation.settingOpen":"(\u043C\u043E\u0436\u0435\u0442 \u0431\u044B\u0442\u044C \u0432\u043A\u043B\u044E\u0447\u0435\u043D\u0430 \u043D\u0430 <1>\u0441\u0442\u0440\u0430\u043D\u0438\u0446\u0435 \u043D\u0430\u0441\u0442\u0440\u043E\u0435\u043A )","closeQuickTranslation.cancel":"\u043E\u0442\u043C\u0435\u043D\u044B","closeQuickTranslation.confirm":"\u043E\u043F\u0440\u0435\u0434\u0435\u043B\u0438\u0442\u044C","floatBall.popup":"\u041E\u0442\u043A\u0440\u043E\u0439\u0442\u0435 \u043F\u0430\u043D\u0435\u043B\u044C \u0431\u044B\u0441\u0442\u0440\u044B\u0445 \u043D\u0430\u0441\u0442\u0440\u043E\u0435\u043A","floatBall.translate":"\u041D\u0430\u0436\u043C\u0438\u0442\u0435, \u0447\u0442\u043E\u0431\u044B \u043F\u0435\u0440\u0435\u0432\u0435\u0441\u0442\u0438 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u0443","floatBall.showOriginal":"\u041D\u0430\u0436\u043C\u0438\u0442\u0435, \u0447\u0442\u043E\u0431\u044B \u0432\u0435\u0440\u043D\u0443\u0442\u044C\u0441\u044F \u043A \u043E\u0440\u0438\u0433\u0438\u043D\u0430\u043B\u044C\u043D\u043E\u0439 \u0441\u0442\u0430\u0442\u044C\u0435","floatBall.close":"\u0417\u0430\u043A\u0440\u044B\u0442\u044C \u0445\u043E\u0432\u0435\u0440\u0431\u043E\u043B","floatBallOptions.enableDescPc":"\u041F\u043E\u0441\u043B\u0435 \u0432\u043A\u043B\u044E\u0447\u0435\u043D\u0438\u044F \u0445\u043E\u0432\u0435\u0440\u0431\u043E\u043B\u0430 \u0432 \u043F\u0440\u0430\u0432\u043E\u0439 \u0447\u0430\u0441\u0442\u0438 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u044B \u043F\u043E\u044F\u0432\u0438\u0442\u0441\u044F \u043A\u043D\u043E\u043F\u043A\u0430 \u0431\u044B\u0441\u0442\u0440\u043E\u0433\u043E \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430, \u043D\u0430\u0436\u043C\u0438\u0442\u0435 \u0435\u0435, \u0447\u0442\u043E\u0431\u044B \u043F\u0435\u0440\u0435\u0432\u0435\u0441\u0442\u0438!","floatBallOptions.enableDesc":"\u041F\u043E\u0441\u043B\u0435 \u0432\u044B\u043A\u043B\u044E\u0447\u0435\u043D\u0438\u044F \u0445\u043E\u0432\u0435\u0440\u0431\u043E\u043B\u0430 \u0435\u0433\u043E \u043C\u043E\u0436\u043D\u043E \u0432\u044B\u0437\u0432\u0430\u0442\u044C \u0441 \u043F\u043E\u043C\u043E\u0449\u044C\u044E{touch}. \u041D\u0430\u0441\u0442\u043E\u044F\u0442\u0435\u043B\u044C\u043D\u043E \u0440\u0435\u043A\u043E\u043C\u0435\u043D\u0434\u0443\u0435\u0442\u0441\u044F \u0441\u043E\u0445\u0440\u0430\u043D\u0438\u0442\u044C \u044D\u0442\u0443 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u0443 \u043D\u0430\u0441\u0442\u0440\u043E\u0435\u043A \u0432 \u0437\u0430\u043A\u043B\u0430\u0434\u043A\u0430\u0445, \u0447\u0442\u043E\u0431\u044B \u043D\u0435 \u043F\u043E\u0442\u0435\u0440\u044F\u0442\u044C \u0432\u043E\u0437\u043C\u043E\u0436\u043D\u043E\u0441\u0442\u044C \u043D\u0430\u0439\u0442\u0438 \u0445\u043E\u0432\u0435\u0440\u0431\u043E\u043B \u043F\u043E\u0441\u043B\u0435 \u0441\u043B\u0443\u0447\u0430\u0439\u043D\u043E\u0433\u043E \u043E\u0442\u043A\u043B\u044E\u0447\u0435\u043D\u0438\u044F \u044D\u0442\u043E\u0439 \u043E\u043F\u0446\u0438\u0438!","description.azureApiUrl":"\u0417\u0430\u043F\u043E\u043B\u043D\u0438\u0442\u0435 \u0430\u0434\u0440\u0435\u0441 \u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u0435\u043B\u044C\u0441\u043A\u043E\u0433\u043E \u0438\u043D\u0442\u0435\u0440\u0444\u0435\u0439\u0441\u0430 API",confirmSupportMouse:"\u041F\u0440\u0438\u043D\u0443\u0434\u0438\u0442\u0435\u043B\u044C\u043D\u043E\u0435 \u0432\u043A\u043B\u044E\u0447\u0435\u043D\u0438\u0435 \u043F\u043E\u0434\u0434\u0435\u0440\u0436\u043A\u0438 \u043C\u044B\u0448\u0438",confirmSupportMouseDescription:"\u041E\u0431\u043D\u0430\u0440\u0443\u0436\u0435\u043D\u043E, \u0447\u0442\u043E \u0442\u0435\u043A\u0443\u0449\u0438\u0439 \u0431\u0440\u0430\u0443\u0437\u0435\u0440 \u043D\u0435 \u043F\u043E\u0434\u0434\u0435\u0440\u0436\u0438\u0432\u0430\u0435\u0442 \u0444\u0443\u043D\u043A\u0446\u0438\u044E \u043C\u044B\u0448\u0438, \u043F\u0440\u0438\u043D\u0443\u0434\u0438\u0442\u0435\u043B\u044C\u043D\u043E \u043B\u0438 \u0432\u043A\u043B\u044E\u0447\u0438\u0442\u044C \u043F\u043E\u0434\u0434\u0435\u0440\u0436\u043A\u0443 \u043C\u044B\u0448\u0438?",sampleTargetText:"\u041D\u0430\u0441\u0442\u0443\u043F\u0438\u0442 \u0434\u043E\u043B\u0433\u0430\u044F \u043D\u043E\u0447\u044C, \u0438 \u044F \u0431\u0443\u0434\u0443 \u0441\u0442\u043E\u044F\u0442\u044C \u043D\u0430 \u0441\u0442\u0440\u0430\u0436\u0435 \u0441 \u044D\u0442\u043E\u0433\u043E \u0434\u043D\u044F \u0438 \u0434\u043E \u0441\u0430\u043C\u043E\u0439 \u0441\u043C\u0435\u0440\u0442\u0438. \u042F \u043D\u0435 \u0432\u043E\u0437\u044C\u043C\u0443 \u0436\u0435\u043D\u0443, \u043D\u0435 \u0441\u043E\u0437\u0434\u0430\u043C \u0432\u043E\u0442\u0447\u0438\u043D\u0443, \u043D\u0435 \u0437\u0430\u0432\u0435\u0434\u0443 \u0434\u0435\u0442\u0435\u0439. \u042F \u043D\u0435 \u0431\u0443\u0434\u0443 \u043D\u043E\u0441\u0438\u0442\u044C \u043A\u043E\u0440\u043E\u043D\u0443, \u043D\u0435 \u0431\u0443\u0434\u0443 \u0441\u0442\u0440\u0435\u043C\u0438\u0442\u044C\u0441\u044F \u043A \u043F\u043E\u0447\u0435\u0441\u0442\u044F\u043C. \u042F \u0431\u0443\u0434\u0443 \u0438\u0441\u043F\u043E\u043B\u043D\u044F\u0442\u044C \u0441\u0432\u043E\u0439 \u0434\u043E\u043B\u0433, \u0436\u0438\u0442\u044C \u0438 \u0443\u043C\u0438\u0440\u0430\u0442\u044C.",sampleSourceText:"Night gathers, and now my watch begins. It shall not end until my death. I shall take no wife, hold no lands, father no children. I shall wear no crowns and win no glory. I shall live and die at my post.","subtitle.supportedSites":"\u5DF2\u652F\u6301\u5728\u8FD9\u4E9B\u7F51\u7AD9\u4F7F\u7528\u53CC\u8BED\u5B57\u5E55\uFF08\u6CE8\u610F\uFF1A\u7531\u4E8E\u6280\u672F\u9650\u5236\uFF0C\u90E8\u5206\u7F51\u7AD9\u5728\u9996\u6B21\u5F00\u542F\u5B57\u5E55\u540E\u9700\u8981\u91CD\u65B0\u5237\u65B0\u9875\u9762\uFF0C\u6216\u8005\u9700\u7B49\u5F85\u7FFB\u8BD1\u5B8C\u6210\u4EE5\u663E\u793A\u53CC\u8BED\u5B57\u5E55\uFF09\uFF1A",viewWithImmersiveTranslate:"\u53CC\u8BED\u7248\u672C(\u6C89\u6D78\u5F0F\u7FFB\u8BD1)",errorReason:"\u9519\u8BEF\u539F\u56E0\uFF1A{message}","proQuotaExceededError.onetime7day":'\uFF0C\u60A8\u53EF\u4EE5\u9009\u62E9\u4EE5\u4E0B\u65B9\u5F0F\u89E3\u51B3\uFF1A

1. \u5207\u6362\u5230 {anotherService} \u6216\u5176\u4ED6\u7FFB\u8BD1\u670D\u52A1
2. \u5347\u7EA7\u4E3A\u6708\u5EA6/\u5E74\u5EA6\u4F1A\u5458',"proQuotaExceededError.trial":'\uFF0C\u60A8\u53EF\u4EE5\u9009\u62E9\u4EE5\u4E0B\u65B9\u5F0F\u89E3\u51B3\uFF1A

1. \u5207\u6362\u5230 {anotherService} \u6216\u5176\u4ED6\u7FFB\u8BD1\u670D\u52A1
2. \u7ACB\u523B\u5347\u7EA7\u4E3A\u6B63\u5F0F\u4F1A\u5458',"proQuotaExceededError.nonTrial":'\uFF0C\u60A8\u53EF\u4EE5\u9009\u62E9\u4EE5\u4E0B\u65B9\u5F0F\u89E3\u51B3\uFF1A

1. \u5207\u6362\u5230 {anotherService} \u6216\u5176\u4ED6\u7FFB\u8BD1\u670D\u52A1
2. \u8D2D\u4E70 {translationService} \u989D\u5916\u6D41\u91CF\u5305',"proQuotaExceededError.resetTime":"
3. \u989D\u5EA6\u91CD\u7F6E\u65F6\u95F4\uFF1A{resetTime}","desc.touchShortcutsToggleTranslatePageOnlyTranslation":"\u0422\u043E\u043B\u044C\u043A\u043E \u043F\u0435\u0440\u0435\u0432\u043E\u0434 \u043E\u0437\u043D\u0430\u0447\u0430\u0435\u0442, \u0447\u0442\u043E \u043E\u0442\u043E\u0431\u0440\u0430\u0436\u0430\u0435\u0442\u0441\u044F \u0442\u043E\u043B\u044C\u043A\u043E \u043F\u0435\u0440\u0435\u0432\u043E\u0434. \u0415\u0441\u043B\u0438 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u0430 \u0435\u0449\u0435 \u043D\u0435 \u043F\u0435\u0440\u0435\u0432\u0435\u0434\u0435\u043D\u0430, \u043E\u043D\u0430 \u043F\u0435\u0440\u0435\u043A\u043B\u044E\u0447\u0438\u0442\u0441\u044F \u0432 \u0440\u0435\u0436\u0438\u043C \u0438 \u0431\u0443\u0434\u0435\u0442 \u043F\u0435\u0440\u0435\u0432\u0435\u0434\u0435\u043D\u0430.","desc.toggleOnlyTransation":'\u0420\u0435\u0436\u0438\u043C "\u0422\u043E\u043B\u044C\u043A\u043E \u043F\u0435\u0440\u0435\u0432\u043E\u0434" \u043E\u0437\u043D\u0430\u0447\u0430\u0435\u0442, \u0447\u0442\u043E \u043E\u0442\u043E\u0431\u0440\u0430\u0436\u0430\u0435\u0442\u0441\u044F \u0442\u043E\u043B\u044C\u043A\u043E \u043F\u0435\u0440\u0435\u0432\u043E\u0434. \u0415\u0441\u043B\u0438 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u0430 \u0435\u0449\u0435 \u043D\u0435 \u043F\u0435\u0440\u0435\u0432\u0435\u0434\u0435\u043D\u0430, \u0440\u0435\u0436\u0438\u043C \u0431\u0443\u0434\u0435\u0442 \u043F\u0435\u0440\u0435\u043A\u043B\u044E\u0447\u0435\u043D \u0438 \u0432\u044B\u043F\u043E\u043B\u043D\u0435\u043D \u043F\u0435\u0440\u0435\u0432\u043E\u0434.',touchShortcutsToggleTranslatePageOnlyTranslation:"\u041D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0430 \u0436\u0435\u0441\u0442\u043E\u0432 \u0441\u0435\u043D\u0441\u043E\u0440\u043D\u043E\u0433\u043E \u044D\u043A\u0440\u0430\u043D\u0430 \u0434\u043B\u044F \u043F\u0435\u0440\u0435\u043A\u043B\u044E\u0447\u0435\u043D\u0438\u044F \u043C\u0435\u0436\u0434\u0443 \u0434\u0432\u0443\u044F\u0437\u044B\u0447\u043D\u044B\u043C / \u0442\u043E\u043B\u044C\u043A\u043E \u0442\u0435\u043A\u0441\u0442\u043E\u043C \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430",download_started:"\u0417\u0430\u0433\u0440\u0443\u0437\u043A\u0430 \u0443\u0436\u0435 \u043D\u0430\u0447\u0430\u043B\u0430\u0441\u044C, \u0435\u0441\u043B\u0438 \u043E\u043D\u0430 \u043D\u0435 \u043D\u0430\u0447\u0430\u043B\u0430\u0441\u044C \u0430\u0432\u0442\u043E\u043C\u0430\u0442\u0438\u0447\u0435\u0441\u043A\u0438, \u043F\u043E\u0436\u0430\u043B\u0443\u0439\u0441\u0442\u0430, \u043D\u0430\u0436\u043C\u0438\u0442\u0435 \u0432\u0440\u0443\u0447\u043D\u0443\u044E.",here:"\u0437\u0434\u0435\u0441\u044C","error.goReset":"\u0441\u0431\u0440\u043E\u0441\u0438\u0442\u044C",batchEdit:"\u041C\u0430\u0441\u0441\u043E\u0432\u0430\u044F \u043E\u043F\u0435\u0440\u0430\u0446\u0438\u044F","error.configError":"\u041D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0430 \u0434\u0430\u043D\u043D\u044B\u0445 \u0430\u043D\u043E\u043C\u0430\u043B\u044C\u043D\u0430","translationFont.custom":"\u0412\u0432\u0435\u0434\u0438\u0442\u0435 \u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u0435\u043B\u044C\u0441\u043A\u0438\u0439 \u0448\u0440\u0438\u0444\u0442",translationFont:"\u0443\u0441\u0442\u0430\u043D\u043E\u0432\u0438\u0442\u044C \u0448\u0440\u0438\u0444\u0442",detectServiceLoading:"\u041F\u0440\u043E\u0432\u0435\u0440\u043A\u0430 \u0434\u043E\u0441\u0442\u0443\u043F\u043D\u044B\u0445 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0447\u0435\u0441\u043A\u0438\u0445 \u0443\u0441\u043B\u0443\u0433...","translationFont.customPlaceholder":"\u0448\u0440\u0438\u0444\u0442","touch.mouse-translate":"\u041F\u0435\u0440\u0435\u0432\u0435\u0441\u0442\u0438 \u0443\u043A\u0430\u0437\u0430\u043D\u043D\u044B\u0439 \u0430\u0431\u0437\u0430\u0446","translationModeLang.translation.title":"\u0422\u043E\u043B\u044C\u043A\u043E \u0440\u0435\u0436\u0438\u043C \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430 \u044F\u0437\u044B\u043A\u0430","error.serveConfigError":"\u041E\u0448\u0438\u0431\u043A\u0430 \u043A\u043E\u043D\u0444\u0438\u0433\u0443\u0440\u0430\u0446\u0438\u0438 \u0441\u0435\u0440\u0432\u0438\u0441\u0430","error.403":"\u0421\u043B\u0443\u0436\u0431\u0430 \u0432\u043E\u0437\u0432\u0440\u0430\u0449\u0430\u0435\u0442 \u043E\u0448\u0438\u0431\u043A\u0443, \u0432\u0440\u0435\u043C\u0435\u043D\u043D\u043E \u043D\u0435\u0442 \u0434\u043E\u0441\u0442\u0443\u043F\u0430 \u043A \u044D\u0442\u043E\u0439 \u0441\u043B\u0443\u0436\u0431\u0435.","error.proUpgrade":"\u041F\u043E\u0441\u043B\u0435 \u043E\u0431\u043D\u043E\u0432\u043B\u0435\u043D\u0438\u044F, \u043F\u043E\u0436\u0430\u043B\u0443\u0439\u0441\u0442\u0430, \u043E\u0431\u043D\u043E\u0432\u0438\u0442\u0435 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u0443 \u0438 \u043F\u0435\u0440\u0435\u0432\u0435\u0434\u0438\u0442\u0435 \u0441\u043D\u043E\u0432\u0430.","translationModeUrl.translation.title":"\u0412\u0435\u0431-\u0430\u0434\u0440\u0435\u0441 \u0442\u043E\u043B\u044C\u043A\u043E \u0434\u043B\u044F \u0440\u0435\u0436\u0438\u043C\u0430 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430",enableSentryReport:"\u041A\u043E\u0433\u0434\u0430 \u043F\u0440\u043E\u0438\u0441\u0445\u043E\u0434\u0438\u0442 \u043E\u0448\u0438\u0431\u043A\u0430 \u0440\u0430\u0441\u0448\u0438\u0440\u0435\u043D\u0438\u044F, \u043E\u0442\u043F\u0440\u0430\u0432\u043B\u044F\u0439\u0442\u0435 \u043E\u0442\u0437\u044B\u0432\u044B \u0447\u0435\u0440\u0435\u0437 Sentry.","error.reloadPageOfSetting":"\u041F\u043E\u0441\u043B\u0435 \u043D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0438, \u043F\u043E\u0436\u0430\u043B\u0443\u0439\u0441\u0442\u0430, \u043E\u0431\u043D\u043E\u0432\u0438\u0442\u0435 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u0443 \u0438 \u043F\u0435\u0440\u0435\u0432\u0435\u0434\u0438\u0442\u0435 \u0441\u043D\u043E\u0432\u0430.","error.502":"\u0421\u0435\u0440\u0432\u0438\u0441 \u0432\u043E\u0437\u0432\u0440\u0430\u0449\u0430\u0435\u0442 \u043E\u0448\u0438\u0431\u043A\u0443, \u0432\u0440\u0435\u043C\u044F \u043E\u0436\u0438\u0434\u0430\u043D\u0438\u044F \u0441\u0435\u0440\u0432\u0438\u0441\u0430 \u0438\u0441\u0442\u0435\u043A\u043B\u043E, \u043F\u043E\u0436\u0430\u043B\u0443\u0439\u0441\u0442\u0430, \u043F\u043E\u043F\u0440\u043E\u0431\u0443\u0439\u0442\u0435 \u043F\u043E\u0437\u0436\u0435.","translationModeUrl.translation.description":"\u041A\u043E\u0433\u0434\u0430 \u0432\u0435\u0431-\u0441\u0430\u0439\u0442 \u0438\u043C\u0435\u0435\u0442 \u0441\u043B\u0435\u0434\u0443\u044E\u0449\u0438\u0435 \u0434\u043E\u043C\u0435\u043D\u043D\u044B\u0435 \u0438\u043C\u0435\u043D\u0430, \u043E\u043D \u0430\u0432\u0442\u043E\u043C\u0430\u0442\u0438\u0447\u0435\u0441\u043A\u0438 \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u0443\u0435\u0442 \u0440\u0435\u0436\u0438\u043C \u0442\u043E\u043B\u044C\u043A\u043E \u0441 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u043E\u043C.",videoSubtitlePreTranslationOn:"\u0412\u0438\u0434\u0435\u043E \u0441\u0443\u0431\u0442\u0438\u0442\u0440\u044B \u0431\u0443\u0434\u0443\u0442 \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u044C \u043F\u043E\u0433\u0440\u0443\u0436\u0435\u043D\u0438\u0435 \u0432 \u043F\u0435\u0440\u0435\u0432\u043E\u0434 \u0432 \u043F\u0435\u0440\u0432\u0443\u044E \u043E\u0447\u0435\u0440\u0435\u0434\u044C.","translationServices.inherit":"\u0421\u043B\u0435\u0434\u0443\u0439\u0442\u0435 \u0437\u0430 \u043E\u0441\u043D\u043E\u0432\u043D\u044B\u043C \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0447\u0435\u0441\u043A\u0438\u043C \u0441\u0435\u0440\u0432\u0438\u0441\u043E\u043C","error.proTokenInvalid":"\u0415\u0441\u043B\u0438 \u0432\u044B \u044F\u0432\u043B\u044F\u0435\u0442\u0435\u0441\u044C \u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u0435\u043B\u0435\u043C Pro, \u043F\u043E\u0436\u0430\u043B\u0443\u0439\u0441\u0442\u0430, \u0432\u043E\u0439\u0434\u0438\u0442\u0435 \u0432 \u0441\u0438\u0441\u0442\u0435\u043C\u0443, \u043F\u0440\u0435\u0436\u0434\u0435 \u0447\u0435\u043C \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u044C \u0441\u0435\u0440\u0432\u0438\u0441 Pro \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430.",toggleToService:"\u041F\u0435\u0440\u0435\u043A\u043B\u044E\u0447\u0438\u0442\u0435\u0441\u044C \u043D\u0430 {service} \u0438 \u043F\u043E\u043F\u0440\u043E\u0431\u0443\u0439\u0442\u0435 \u0441\u043D\u043E\u0432\u0430",videoSubtitlePreTranslationOff:"\u041F\u0440\u0438\u043E\u0440\u0438\u0442\u0435\u0442 \u0431\u0443\u0434\u0435\u0442 \u043E\u0442\u0434\u0430\u043D \u043C\u0430\u0448\u0438\u043D\u043D\u043E\u043C\u0443 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0443 \u0441\u0443\u0431\u0442\u0438\u0442\u0440\u043E\u0432, \u0432\u0441\u0442\u0440\u043E\u0435\u043D\u043D\u044B\u0445 \u0432 \u043E\u0440\u0438\u0433\u0438\u043D\u0430\u043B\u044C\u043D\u043E\u0435 \u0432\u0438\u0434\u0435\u043E.","error.gemini.429":"\u0422\u0435\u043A\u0443\u0449\u0430\u044F \u0441\u043B\u0443\u0436\u0431\u0430 Gemini \u0443\u0436\u0435 \u0434\u043E\u0441\u0442\u0438\u0433\u043B\u0430 \u0441\u0432\u043E\u0435\u0433\u043E \u043F\u0440\u0435\u0434\u0435\u043B\u0430, \u043F\u043E\u0436\u0430\u043B\u0443\u0439\u0441\u0442\u0430, \u043F\u043E\u043F\u0440\u043E\u0431\u0443\u0439\u0442\u0435 \u043F\u043E\u0437\u0436\u0435 \u0438\u043B\u0438 \u043F\u0435\u0440\u0435\u043A\u043B\u044E\u0447\u0438\u0442\u0435\u0441\u044C \u043D\u0430 \u0434\u0440\u0443\u0433\u0443\u044E \u0441\u043B\u0443\u0436\u0431\u0443 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430.","translationModeLang.translation.description":'\u041A\u043E\u0433\u0434\u0430 \u044F\u0437\u044B\u043A \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u044B \u044F\u0432\u043B\u044F\u0435\u0442\u0441\u044F \u043E\u0434\u043D\u0438\u043C \u0438\u0437 \u0441\u043B\u0435\u0434\u0443\u044E\u0449\u0438\u0445, \u0430\u0432\u0442\u043E\u043C\u0430\u0442\u0438\u0447\u0435\u0441\u043A\u0438 \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u0443\u0435\u0442\u0441\u044F \u0440\u0435\u0436\u0438\u043C "\u0442\u043E\u043B\u044C\u043A\u043E \u043F\u0435\u0440\u0435\u0432\u043E\u0434".',"translationFont.notSupportErrorMessage":"\u041F\u043E\u0436\u0430\u043B\u0443\u0439\u0441\u0442\u0430, \u043F\u0440\u043E\u0432\u0435\u0440\u044C\u0442\u0435 \u043F\u0440\u0430\u0432\u0438\u043B\u044C\u043D\u043E\u0441\u0442\u044C \u0432\u0432\u0435\u0434\u0435\u043D\u043D\u043E\u0433\u043E \u0432\u0430\u043C\u0438 \u043D\u0430\u0437\u0432\u0430\u043D\u0438\u044F \u0448\u0440\u0438\u0444\u0442\u0430 \u0438\u043B\u0438 \u0443\u0431\u0435\u0434\u0438\u0442\u0435\u0441\u044C, \u0447\u0442\u043E \u044D\u0442\u043E\u0442 \u0448\u0440\u0438\u0444\u0442 \u0443\u0436\u0435 \u0443\u0441\u0442\u0430\u043D\u043E\u0432\u043B\u0435\u043D \u043D\u0430 \u0432\u0430\u0448\u0435\u043C \u0443\u0441\u0442\u0440\u043E\u0439\u0441\u0442\u0432\u0435.","error.429":"\u0421\u0435\u0440\u0432\u0438\u0441 \u0432\u043E\u0437\u0432\u0440\u0430\u0449\u0430\u0435\u0442 \u043E\u0448\u0438\u0431\u043A\u0443, \u0447\u0442\u043E \u0443\u043A\u0430\u0437\u044B\u0432\u0430\u0435\u0442 \u043D\u0430 \u0441\u043B\u0438\u0448\u043A\u043E\u043C \u0447\u0430\u0441\u0442\u044B\u0435 \u0437\u0430\u043F\u0440\u043E\u0441\u044B \u0438\u043B\u0438 \u043F\u0440\u0435\u0432\u044B\u0448\u0435\u043D\u0438\u0435 \u043B\u0438\u043C\u0438\u0442\u0430. \u041F\u043E\u0436\u0430\u043B\u0443\u0439\u0441\u0442\u0430, \u043F\u043E\u043F\u0440\u043E\u0431\u0443\u0439\u0442\u0435 \u043F\u043E\u0437\u0436\u0435.","error.400":"\u0421\u043B\u0443\u0436\u0431\u0430 \u0432\u043E\u0437\u0432\u0440\u0430\u0449\u0430\u0435\u0442 \u043E\u0448\u0438\u0431\u043A\u0443, \u043D\u0435\u0432\u0435\u0440\u043D\u044B\u0439 \u0437\u0430\u043F\u0440\u043E\u0441 \u043F\u0430\u0440\u0430\u043C\u0435\u0442\u0440\u0430, \u043F\u0440\u043E\u0432\u0435\u0440\u044C\u0442\u0435 \u0441\u043E\u043E\u0442\u0432\u0435\u0442\u0441\u0442\u0432\u0443\u044E\u0449\u0443\u044E \u043A\u043E\u043D\u0444\u0438\u0433\u0443\u0440\u0430\u0446\u0438\u044E.","error.openAIExceededQuota":"\u0421\u0435\u0440\u0432\u0438\u0441 \u0432\u043E\u0437\u0432\u0440\u0430\u0449\u0430\u0435\u0442 \u043E\u0448\u0438\u0431\u043A\u0443: \u043D\u0430 \u0432\u0430\u0448\u0435\u043C \u0442\u0435\u043A\u0443\u0449\u0435\u043C \u0441\u0447\u0435\u0442\u0443 OpenAI \u043D\u0435\u0434\u043E\u0441\u0442\u0430\u0442\u043E\u0447\u043D\u043E \u0441\u0440\u0435\u0434\u0441\u0442\u0432, \u043F\u043E\u0436\u0430\u043B\u0443\u0439\u0441\u0442\u0430, \u043F\u043E\u043F\u043E\u043B\u043D\u0438\u0442\u0435 \u0441\u0447\u0435\u0442 \u0438\u043B\u0438 \u043F\u0440\u0438\u0432\u044F\u0436\u0438\u0442\u0435 \u043A\u0440\u0435\u0434\u0438\u0442\u043D\u0443\u044E \u043A\u0430\u0440\u0442\u0443 \u0432 \u043E\u0444\u0438\u0446\u0438\u0430\u043B\u044C\u043D\u043E\u0439 \u0430\u0434\u043C\u0438\u043D\u0438\u0441\u0442\u0440\u0430\u0442\u0438\u0432\u043D\u043E\u0439 \u043F\u0430\u043D\u0435\u043B\u0438 OpenAI.","error.googleLimitIp":"\u0421\u043B\u0443\u0436\u0431\u0430 \u0432\u043E\u0437\u0432\u0440\u0430\u0449\u0430\u0435\u0442 \u043E\u0448\u0438\u0431\u043A\u0443, Google \u043E\u0433\u0440\u0430\u043D\u0438\u0447\u0438\u0432\u0430\u0435\u0442 \u0434\u043E\u0441\u0442\u0443\u043F \u0434\u043B\u044F \u044D\u0442\u043E\u0433\u043E IP-\u0430\u0434\u0440\u0435\u0441\u0430, \u0440\u0435\u043A\u043E\u043C\u0435\u043D\u0434\u0443\u0435\u0442\u0441\u044F \u0438\u0437\u043C\u0435\u043D\u0438\u0442\u044C \u0441\u0435\u0442\u0435\u0432\u043E\u0439 \u0443\u0437\u0435\u043B.","desc.toggleVideoSubtitlePreTranslation":"\u041F\u043E\u0441\u043B\u0435 \u043D\u0430\u0436\u0430\u0442\u0438\u044F, \u0434\u0432\u0443\u044F\u0437\u044B\u0447\u043D\u044B\u0435 \u0441\u0443\u0431\u0442\u0438\u0442\u0440\u044B \u0432\u0438\u0434\u0435\u043E \u0431\u0443\u0434\u0443\u0442 \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u044C \u043D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0438 \u043F\u043E\u0433\u0440\u0443\u0436\u0435\u043D\u0438\u044F \u0432 \u043F\u0435\u0440\u0435\u0432\u043E\u0434 \u0432 \u043F\u0435\u0440\u0432\u0443\u044E \u043E\u0447\u0435\u0440\u0435\u0434\u044C, \u043F\u0440\u0438 \u043F\u043E\u0432\u0442\u043E\u0440\u043D\u043E\u043C \u043D\u0430\u0436\u0430\u0442\u0438\u0438 \u0431\u0443\u0434\u0435\u0442 \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u044C\u0441\u044F \u043C\u0430\u0448\u0438\u043D\u043D\u044B\u0439 \u043F\u0435\u0440\u0435\u0432\u043E\u0434 \u0441\u0443\u0431\u0442\u0438\u0442\u0440\u043E\u0432 \u0438\u0437\u043D\u0430\u0447\u0430\u043B\u044C\u043D\u043E\u0433\u043E \u0432\u0438\u0434\u0435\u043E. \u041E\u0431\u0440\u0430\u0442\u0438\u0442\u0435 \u0432\u043D\u0438\u043C\u0430\u043D\u0438\u0435: \u044D\u0442\u043E\u0442 \u044F\u0440\u043B\u044B\u043A \u0438\u0437\u043C\u0435\u043D\u044F\u0435\u0442 \u0433\u043B\u043E\u0431\u0430\u043B\u044C\u043D\u044B\u0435 \u043D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0438.","error.openAIFreeLimit":"\u0421\u0435\u0440\u0432\u0438\u0441 \u0432\u043E\u0437\u0432\u0440\u0430\u0449\u0430\u0435\u0442 \u043E\u0448\u0438\u0431\u043A\u0443, \u0442\u0435\u043A\u0443\u0449\u0430\u044F \u0447\u0430\u0441\u0442\u043E\u0442\u0430 \u0437\u0430\u043F\u0440\u043E\u0441\u043E\u0432 \u043D\u0430 \u043F\u0435\u0440\u0435\u0432\u043E\u0434 \u0434\u043E\u0441\u0442\u0438\u0433\u043B\u0430 \u043F\u0440\u0435\u0434\u0435\u043B\u0430 \u0432 3 \u0440\u0430\u0437\u0430 \u0432 \u043C\u0438\u043D\u0443\u0442\u0443, \u043F\u043E\u0436\u0430\u043B\u0443\u0439\u0441\u0442\u0430, \u043F\u043E\u043F\u0440\u043E\u0431\u0443\u0439\u0442\u0435 \u043F\u043E\u0437\u0436\u0435. (\u042D\u0442\u043E \u043E\u0433\u0440\u0430\u043D\u0438\u0447\u0435\u043D\u0438\u0435 OpenAI \u0434\u043B\u044F \u0431\u0435\u0441\u043F\u043B\u0430\u0442\u043D\u043E\u0433\u043E API Key, \u0447\u0442\u043E\u0431\u044B \u0441\u043D\u044F\u0442\u044C \u044D\u0442\u043E \u043E\u0433\u0440\u0430\u043D\u0438\u0447\u0435\u043D\u0438\u0435, \u043F\u043E\u0436\u0430\u043B\u0443\u0439\u0441\u0442\u0430, \u043F\u0440\u0438\u0432\u044F\u0436\u0438\u0442\u0435 \u043A\u0440\u0435\u0434\u0438\u0442\u043D\u0443\u044E \u043A\u0430\u0440\u0442\u0443 \u0432 \u0431\u044D\u043A\u0435\u043D\u0434\u0435 OpenAI.)","error.serveUnavailable":"\u0412 \u043D\u0430\u0441\u0442\u043E\u044F\u0449\u0435\u0435 \u0432\u0440\u0435\u043C\u044F \u0443\u0441\u043B\u0443\u0433\u0430 [{serverName}], \u043A\u043E\u0442\u043E\u0440\u0443\u044E \u0432\u044B \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u0443\u0435\u0442\u0435, \u0432\u0440\u0435\u043C\u0435\u043D\u043D\u043E \u043D\u0435\u0434\u043E\u0441\u0442\u0443\u043F\u043D\u0430 \u0438\u0437-\u0437\u0430 \u043F\u0440\u043E\u0431\u043B\u0435\u043C \u0441 \u043F\u043E\u0434\u043A\u043B\u044E\u0447\u0435\u043D\u0438\u0435\u043C \u043A \u0441\u0435\u0442\u0438 \u0438\u043B\u0438 \u043F\u043E\u0441\u0442\u0430\u0432\u0449\u0438\u043A\u043E\u043C \u0443\u0441\u043B\u0443\u0433. \u0420\u0435\u043A\u043E\u043C\u0435\u043D\u0434\u0443\u0435\u043C \u0432\u0430\u043C \u043F\u043E\u043F\u0440\u043E\u0431\u043E\u0432\u0430\u0442\u044C \u043E\u0431\u043D\u043E\u0432\u0438\u0442\u044C \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u0443 \u0438\u043B\u0438 \u0438\u0437\u043C\u0435\u043D\u0438\u0442\u044C \u0434\u0440\u0443\u0433\u043E\u0439 \u0441\u0435\u0440\u0432\u0438\u0441 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430 \u0447\u0435\u0440\u0435\u0437 <1>\u043D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0438. \u0415\u0441\u043B\u0438 \u0432\u044B <2>Pro-\u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u0435\u043B\u044C, \u0432\u044B \u043C\u043E\u0436\u0435\u0442\u0435 \u0432\u044B\u0431\u0440\u0430\u0442\u044C \u0431\u043E\u043B\u0435\u0435 \u0441\u0442\u0430\u0431\u0438\u043B\u044C\u043D\u044B\u0435 \u0441\u0435\u0440\u0432\u0438\u0441\u044B \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430 DeepL \u0438\u043B\u0438 OpenAI (<3>\u043D\u0430\u0436\u043C\u0438\u0442\u0435 \u0437\u0434\u0435\u0441\u044C, \u0447\u0442\u043E\u0431\u044B \u043F\u043E\u043F\u0440\u043E\u0431\u043E\u0432\u0430\u0442\u044C \u0431\u0435\u0441\u043F\u043B\u0430\u0442\u043D\u043E). \u041A\u0440\u043E\u043C\u0435 \u0442\u043E\u0433\u043E, \u0432\u0430\u043C, \u0432\u043E\u0437\u043C\u043E\u0436\u043D\u043E, \u043F\u0440\u0438\u0434\u0435\u0442\u0441\u044F \u043F\u0440\u043E\u0432\u0435\u0440\u0438\u0442\u044C \u043D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0438 \u0432\u0430\u0448\u0435\u0439 \u0441\u0435\u0442\u0438 \u0438\u043B\u0438 \u043F\u0440\u043E\u043A\u0441\u0438.",pickAll:"\u0412\u044B\u0431\u0440\u0430\u0442\u044C \u0432\u0441\u0435","tagsInput.add":"+ \u0414\u043E\u0431\u0430\u0432\u0438\u0442\u044C",loggedIn:"\u0412\u0445\u043E\u0434 \u0432\u044B\u043F\u043E\u043B\u043D\u0435\u043D","widget.translateFile":"PDF/ePub","translationServices.gemini":"\u0411\u043B\u0438\u0437\u043D\u0435\u0446\u044B",notLogin:"\u041D\u0435 \u0432\u043E\u0448\u0435\u043B \u0432 \u0441\u0438\u0441\u0442\u0435\u043C\u0443","multipleClick.2":"\u0434\u0432\u043E\u0439\u043D\u043E\u0439 \u043A\u043B\u0438\u043A",goLogin:"\u0432\u043E\u0439\u0442\u0438 \u0432 \u0441\u0438\u0441\u0442\u0435\u043C\u0443","multipleClick.3":"\u0442\u0440\u043E\u0439\u043D\u043E\u0439 \u0443\u0434\u0430\u0440","error.subscriptionExpiredTitle":"\u0427\u043B\u0435\u043D\u0441\u0442\u0432\u043E \u0438\u0441\u0442\u0435\u043A\u043B\u043E",shortcutSettings:"\u0413\u043E\u0440\u044F\u0447\u0438\u0435 \u043A\u043B\u0430\u0432\u0438\u0448\u0438","widget.instruction":"\u0418\u043D\u0441\u0442\u0440\u0443\u043A\u0446\u0438\u044F \u043F\u043E \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u043D\u0438\u044E",contact:"\u0421\u0432\u044F\u0436\u0438\u0442\u0435\u0441\u044C \u0441 \u043D\u0430\u043C\u0438","widget.videoSubtitle":"\u0432\u0438\u0434\u0435\u043E \u0441\u0443\u0431\u0442\u0438\u0442\u0440\u044B","error.retry":"\u041F\u043E\u0432\u0442\u043E\u0440\u0438\u0442\u044C \u043F\u043E\u043F\u044B\u0442\u043A\u0443","widget.instructionTooltip":"\u041F\u0440\u043E\u0441\u043C\u043E\u0442\u0440 \u0438\u043D\u0441\u0442\u0440\u0443\u043A\u0446\u0438\u0439 \u043F\u043E \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u043D\u0438\u044E","subtitle.bilingual":"\u0434\u0432\u0443\u044F\u0437\u044B\u0447\u043D\u044B\u0435 \u0441\u0443\u0431\u0442\u0438\u0442\u0440\u044B","error.reason":"\u043F\u0440\u0438\u0447\u0438\u043D\u0430 \u043E\u0448\u0438\u0431\u043A\u0438",alwaysTranslateThisSite:"\u0412\u0441\u0435\u0433\u0434\u0430 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0438\u0442\u0435 \u044D\u0442\u043E\u0442 \u0441\u0430\u0439\u0442",touchShortcutsOff:"\u0437\u0430\u043A\u0440\u044B\u0442\u044C",neverTranslateThisSite:"\u041D\u0438\u043A\u043E\u0433\u0434\u0430 \u043D\u0435 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0438\u0442\u0435 \u044D\u0442\u043E\u0442 \u0441\u0430\u0439\u0442",buildSnapshots:"\u0421\u043E\u0437\u0434\u0430\u043D\u0438\u0435 \u0441\u043D\u0438\u043C\u043A\u0430 \u0432\u0435\u0431-\u0441\u0442\u0440\u0430\u043D\u0438\u0446\u044B","slide.left":"\u041F\u0440\u043E\u0432\u0435\u0434\u0438\u0442\u0435 \u0432\u043F\u0440\u0430\u0432\u043E","shortcutGroup.others":"\u0411\u043E\u043B\u044C\u0448\u0435 \u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u0435\u043B\u044C\u0441\u043A\u0438\u0445 \u0444\u0443\u043D\u043A\u0446\u0438\u0439 \u0433\u043E\u0440\u044F\u0447\u0438\u0445 \u043A\u043B\u0430\u0432\u0438\u0448",temprarilyChangeTranslationTo_openai:"\u0418\u0441\u043F\u043E\u043B\u044C\u0437\u0443\u0435\u0442\u0441\u044F OpenAI \u0434\u043B\u044F \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430 \u0442\u0435\u043A\u0443\u0449\u0435\u0439 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u044B","intro.hoverTitle":"\u041D\u0430\u0432\u0435\u0434\u0438\u0442\u0435 \u043A\u0443\u0440\u0441\u043E\u0440, \u0447\u0442\u043E\u0431\u044B \u043F\u0435\u0440\u0435\u0432\u0435\u0441\u0442\u0438 \u0442\u0435\u043A\u0443\u0449\u0438\u0439 \u0430\u0431\u0437\u0430\u0446","browser.translateWithDeepL":"\u0412\u0440\u0435\u043C\u0435\u043D\u043D\u043E \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u0443\u0439\u0442\u0435 DeepL \u0434\u043B\u044F \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430 \u0442\u0435\u043A\u0443\u0449\u0435\u0439 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u044B","slide.right":"\u0421\u0432\u0430\u0439\u043F \u0432\u043B\u0435\u0432\u043E",translationOnlyMode:"\u0422\u043E\u043B\u044C\u043A\u043E \u0440\u0435\u0436\u0438\u043C \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430",notLoginPro:"\u0412\u044B \u0435\u0449\u0435 \u043D\u0435 \u0432\u043E\u0448\u043B\u0438 \u0432 \u0441\u0432\u043E\u0439 \u0430\u043A\u043A\u0430\u0443\u043D\u0442",mouseHoverCustomKeyTitle:"\u041D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0430 \u0433\u043E\u0440\u044F\u0447\u0438\u0445 \u043A\u043B\u0430\u0432\u0438\u0448 \u043F\u0440\u0438 \u043D\u0430\u0432\u0435\u0434\u0435\u043D\u0438\u0438 \u043C\u044B\u0448\u0438","shortcutGroup.mouse":"\u041D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0430 \u0433\u043E\u0440\u044F\u0447\u0438\u0445 \u043A\u043B\u0430\u0432\u0438\u0448 \u043F\u0440\u0438 \u043D\u0430\u0432\u0435\u0434\u0435\u043D\u0438\u0438 \u043C\u044B\u0448\u0438",temprarilyChangeTranslationTo_deepl:"\u0418\u0441\u043F\u043E\u043B\u044C\u0437\u0443\u0435\u0442\u0441\u044F \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0447\u0438\u043A DeepL \u0434\u043B\u044F \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430 \u0442\u0435\u043A\u0443\u0449\u0435\u0439 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u044B.","browser.translateWithGoogle":"\u0412\u0440\u0435\u043C\u0435\u043D\u043D\u043E\u0435 \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u043D\u0438\u0435 Google Translate \u0434\u043B\u044F \u0442\u0435\u043A\u0443\u0449\u0435\u0439 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u044B","shortcutGroup.touch":"\u0421\u043F\u0435\u0446\u0438\u0430\u043B\u044C\u043D\u044B\u0435 \u0436\u0435\u0441\u0442\u044B \u0434\u043B\u044F \u0441\u0435\u043D\u0441\u043E\u0440\u043D\u043E\u0433\u043E \u044D\u043A\u0440\u0430\u043D\u0430","browser.translateInputBox":"\u041F\u0435\u0440\u0435\u0432\u0435\u0441\u0442\u0438 \u0442\u0435\u043A\u0443\u0449\u0435\u0435 \u0441\u043E\u0434\u0435\u0440\u0436\u0438\u043C\u043E\u0435 \u0432\u0432\u043E\u0434\u0430","widget.videoSubtitleTooltip":"\u041F\u043E\u0434\u0434\u0435\u0440\u0436\u043A\u0430 Youtube \u0438 \u0434\u0440\u0443\u0433\u0438\u0445 {count}+ \u0432\u0438\u0434\u0435\u043E-\u0441\u0430\u0439\u0442\u043E\u0432","browser.translateWithGemini":"\u0412\u0440\u0435\u043C\u0435\u043D\u043D\u043E \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u0443\u0439\u0442\u0435 Gemini \u0434\u043B\u044F \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430 \u0442\u0435\u043A\u0443\u0449\u0435\u0439 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u044B","subtitle.hideQuickButton":"\u0411\u043E\u043B\u044C\u0448\u0435 \u043D\u0435 \u043F\u043E\u043A\u0430\u0437\u044B\u0432\u0430\u0442\u044C \u044D\u0442\u043E\u0442 \u044F\u0440\u043B\u044B\u043A","browser.translateWithBing":"\u0412\u0440\u0435\u043C\u0435\u043D\u043D\u043E \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u0443\u0439\u0442\u0435 Microsoft \u0434\u043B\u044F \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430 \u0442\u0435\u043A\u0443\u0449\u0435\u0439 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u044B","browser.translateWithTransmart":"\u0412\u0440\u0435\u043C\u0435\u043D\u043D\u043E \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u0443\u0439\u0442\u0435 Tencent \u0434\u043B\u044F \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430 \u0442\u0435\u043A\u0443\u0449\u0435\u0439 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u044B","multipleClick.4":"\u0447\u0435\u0442\u044B\u0440\u0435\u0445\u043A\u0440\u0430\u0442\u043D\u044B\u0439 \u0443\u0434\u0430\u0440",temprarilyChangeTranslationTo_gemini:"\u0418\u0441\u043F\u043E\u043B\u044C\u0437\u0443\u0435\u0442\u0441\u044F \u043F\u0435\u0440\u0435\u0432\u043E\u0434 \u0442\u0435\u043A\u0443\u0449\u0435\u0439 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u044B \u0441 \u043F\u043E\u043C\u043E\u0449\u044C\u044E Gemini","floatBall.longPress":"\u0423\u0434\u0435\u0440\u0436\u0438\u0432\u0430\u0439\u0442\u0435 \u043A\u043D\u043E\u043F\u043A\u0443, \u0447\u0442\u043E\u0431\u044B \u0431\u044B\u0441\u0442\u0440\u043E \u043E\u0442\u043A\u0440\u044B\u0442\u044C \u043F\u0430\u043D\u0435\u043B\u044C \u043D\u0430\u0441\u0442\u0440\u043E\u0435\u043A.",shortcutSettingsTitle:"\u041D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0430 \u0433\u043E\u0440\u044F\u0447\u0438\u0445 \u043A\u043B\u0430\u0432\u0438\u0448",networkError:"\u041F\u0440\u043E\u0431\u043B\u0435\u043C\u044B \u0441 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0447\u0435\u0441\u043A\u0438\u043C \u0441\u0435\u0440\u0432\u0438\u0441\u043E\u043C \u0438\u043B\u0438 \u0441\u0435\u0442\u044C\u044E","intro.floatBallTitle":"\u0411\u044B\u0441\u0442\u0440\u044B\u0439 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0447\u0438\u043A \u0432\u0441\u043F\u043B\u044B\u0432\u0430\u044E\u0449\u0435\u0433\u043E \u0448\u0430\u0440\u0430",temprarilyChangeTranslationTo_transmart:"\u0418\u0441\u043F\u043E\u043B\u044C\u0437\u0443\u0435\u0442\u0441\u044F \u043F\u0435\u0440\u0435\u0432\u043E\u0434 \u0442\u0435\u043A\u0443\u0449\u0435\u0439 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u044B \u0447\u0435\u0440\u0435\u0437 Tencent.","subtitle.autoDisableSubtitle":"\u041D\u0435 \u0430\u0432\u0442\u043E\u043C\u0430\u0442\u0438\u0447\u0435\u0441\u043A\u0438 \u0432\u043A\u043B\u044E\u0447\u0430\u0442\u044C \u0434\u0432\u0443\u044F\u0437\u044B\u0447\u043D\u044B\u0435 \u0441\u0443\u0431\u0442\u0438\u0442\u0440\u044B","browser.translateWithOpenAI":"\u0412\u0440\u0435\u043C\u0435\u043D\u043D\u043E \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u0443\u0439\u0442\u0435 OpenAI \u0434\u043B\u044F \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430 \u0442\u0435\u043A\u0443\u0449\u0435\u0439 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u044B","shortcutGroup.shortcutsForTranslationServices":"\u0421\u043E\u0447\u0435\u0442\u0430\u043D\u0438\u044F \u043A\u043B\u0430\u0432\u0438\u0448, \u0441\u0432\u044F\u0437\u0430\u043D\u043D\u044B\u0435 \u0441 \u0443\u0441\u043B\u0443\u0433\u0430\u043C\u0438 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430",temprarilyChangeTranslationTo_google:"\u0418\u0441\u043F\u043E\u043B\u044C\u0437\u0443\u0435\u0442\u0441\u044F Google Translate \u0434\u043B\u044F \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430 \u0442\u0435\u043A\u0443\u0449\u0435\u0439 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u044B.",paragraphMinTextCountField:"\u041C\u0438\u043D\u0438\u043C\u0430\u043B\u044C\u043D\u043E\u0435 \u043A\u043E\u043B\u0438\u0447\u0435\u0441\u0442\u0432\u043E \u0441\u0438\u043C\u0432\u043E\u043B\u043E\u0432, \u043D\u0435\u043E\u0431\u0445\u043E\u0434\u0438\u043C\u044B\u0445 \u0434\u043B\u044F \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430 \u0430\u0431\u0437\u0430\u0446\u0430",temprarilyChangeTranslationTo_bing:"\u0418\u0441\u043F\u043E\u043B\u044C\u0437\u0443\u0435\u0442\u0441\u044F Microsoft \u0434\u043B\u044F \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430 \u0442\u0435\u043A\u0443\u0449\u0435\u0439 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u044B",upgradeToProErrorTitle:"\u041F\u043E\u0436\u0430\u043B\u0443\u0439\u0441\u0442\u0430, \u043E\u0431\u043D\u043E\u0432\u0438\u0442\u0435 \u0434\u043E Pro-\u0447\u043B\u0435\u043D\u0441\u0442\u0432\u0430, \u0447\u0442\u043E\u0431\u044B \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u044C \u044D\u0442\u0443 \u0443\u0441\u043B\u0443\u0433\u0443 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430.","floatBall.guideClickToTranslate":`\u041D\u0430\u0436\u043C\u0438\u0442\u0435 \u043D\u0430 \u043F\u043B\u0430\u0432\u0430\u044E\u0449\u0438\u0439 \u0448\u0430\u0440 \u0434\u043B\u044F \u043F\u043E\u0433\u0440\u0443\u0436\u0435\u043D\u0438\u044F \u0432 \u043F\u0435\u0440\u0435\u0432\u043E\u0434, \u0447\u0442\u043E\u0431\u044B \u0431\u044B\u0441\u0442\u0440\u043E \u043F\u0435\u0440\u0435\u0432\u0435\u0441\u0442\u0438`,"floatBall.iKnow":"\u042F \u0437\u043D\u0430\u044E.","shortcutGroup.main":"\u041E\u0431\u044B\u0447\u043D\u044B\u0435 \u0433\u043E\u0440\u044F\u0447\u0438\u0435 \u043A\u043B\u0430\u0432\u0438\u0448\u0438 \u0444\u0443\u043D\u043A\u0446\u0438\u0439","widget.translateFileTooltip":"\u041F\u0435\u0440\u0435\u0432\u043E\u0434\u0438\u0442\u0435 \u0434\u043E\u043A\u0443\u043C\u0435\u043D\u0442\u044B PDF, EPUB, SRT, ASS, HTML \u0438 TXT","neverTranslateText.title":"\u041F\u043E\u0436\u0430\u043B\u0443\u0439\u0441\u0442\u0430, \u043F\u0435\u0440\u0435\u0432\u0435\u0434\u0438\u0442\u0435 \u0441\u043B\u0435\u0434\u0443\u044E\u0449\u0438\u0435 \u0441\u043B\u043E\u0432\u0430 \u043D\u0430 \u0440\u0443\u0441\u0441\u043A\u0438\u0439 \u044F\u0437\u044B\u043A, \u043D\u0435 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u044F \u0438\u0445.","subtitle.showQuickButton":"\u041D\u0430 \u043F\u043B\u0435\u0435\u0440\u0435 \u043E\u0442\u043E\u0431\u0440\u0430\u0436\u0430\u0435\u0442\u0441\u044F \u044F\u0440\u043B\u044B\u043A \u0434\u043B\u044F \u0434\u0432\u0443\u044F\u0437\u044B\u0447\u043D\u044B\u0445 \u0441\u0443\u0431\u0442\u0438\u0442\u0440\u043E\u0432","description.baiduField":"\u041F\u043E\u0434\u0434\u0435\u0440\u0436\u0438\u0432\u0430\u0435\u043C\u044B\u0435 \u043E\u0431\u043B\u0430\u0441\u0442\u0438 \u0441\u043C\u043E\u0442\u0440\u0438\u0442\u0435 <1>\u0437\u0434\u0435\u0441\u044C, \u0435\u0441\u043B\u0438 \u043F\u0443\u0441\u0442\u043E, \u0437\u043D\u0430\u0447\u0438\u0442 \u043E\u0431\u043B\u0430\u0441\u0442\u044C \u043D\u0435 \u0443\u043A\u0430\u0437\u0430\u043D\u0430.","desc.interfaceLanguage":"\u041D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0430 \u044F\u0437\u044B\u043A\u0430 \u0438\u043D\u0442\u0435\u0440\u0444\u0435\u0439\u0441\u0430 \u0432\u043B\u0438\u044F\u0435\u0442 \u043D\u0430 \u044F\u0437\u044B\u043A \u043E\u0442\u043E\u0431\u0440\u0430\u0436\u0435\u043D\u0438\u044F \u043F\u0430\u043D\u0435\u043B\u0438 \u0443\u043F\u0440\u0430\u0432\u043B\u0435\u043D\u0438\u044F \u0438 \u043D\u0435 \u0441\u0432\u044F\u0437\u0430\u043D\u0430 \u0441 \u0446\u0435\u043B\u0435\u0432\u044B\u043C \u044F\u0437\u044B\u043A\u043E\u043C \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430.",touchShortcutsToggleTranslatePage:"\u041D\u0430\u0441\u0442\u0440\u043E\u0439\u0442\u0435 \u0436\u0435\u0441\u0442\u044B \u0441\u0435\u043D\u0441\u043E\u0440\u043D\u043E\u0433\u043E \u044D\u043A\u0440\u0430\u043D\u0430 \u0434\u043B\u044F \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430 \u0432\u0435\u0431-\u0441\u0442\u0440\u0430\u043D\u0438\u0446/\u043E\u0442\u043E\u0431\u0440\u0430\u0436\u0435\u043D\u0438\u044F \u0438\u0441\u0445\u043E\u0434\u043D\u043E\u0433\u043E \u0442\u0435\u043A\u0441\u0442\u0430","browser.toggleVideoSubtitlePreTranslation":"\u041F\u0435\u0440\u0435\u043A\u043B\u044E\u0447\u0438\u0442\u0435 \u0434\u0432\u0443\u044F\u0437\u044B\u0447\u043D\u044B\u0435 \u0441\u0443\u0431\u0442\u0438\u0442\u0440\u044B \u0434\u043B\u044F \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u043D\u0438\u044F \u043D\u0430\u0441\u0442\u0440\u043E\u0435\u043A \u043F\u043E\u0433\u0440\u0443\u0436\u0435\u043D\u0438\u044F \u0432 \u043F\u0435\u0440\u0435\u0432\u043E\u0434.",touchShortcutsToggleTranslateTouchElement:"\u041D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0430 \u0436\u0435\u0441\u0442\u043E\u0432 \u0441\u0435\u043D\u0441\u043E\u0440\u043D\u043E\u0433\u043E \u044D\u043A\u0440\u0430\u043D\u0430 \u0434\u043B\u044F \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430 \u0443\u043A\u0430\u0437\u0430\u043D\u043D\u043E\u0433\u043E \u0430\u0431\u0437\u0430\u0446\u0430","intro.subtitleTitle":"\u041E\u0442\u043E\u0431\u0440\u0430\u0436\u0435\u043D\u0438\u0435 \u0434\u0432\u0443\u044F\u0437\u044B\u0447\u043D\u044B\u0445 \u0441\u0443\u0431\u0442\u0438\u0442\u0440\u043E\u0432 \u0432 \u043E\u043D\u043B\u0430\u0439\u043D-\u0432\u0438\u0434\u0435\u043E","desc.touchShortcutsToggleTranslateTouchElement":"\u041D\u0430\u0441\u0442\u0440\u043E\u0439\u0442\u0435 \u0436\u0435\u0441\u0442, \u0438 \u0432\u044B \u0441\u043C\u043E\u0436\u0435\u0442\u0435 \u043F\u0435\u0440\u0435\u0432\u0435\u0441\u0442\u0438 \u043B\u044E\u0431\u043E\u0439 \u0430\u0431\u0437\u0430\u0446, \u0433\u0434\u0435 \u0431\u044B \u0432\u044B \u043D\u0438 \u043D\u0430\u0445\u043E\u0434\u0438\u043B\u0438\u0441\u044C.","browser.toggleMouseHoverTranslateDirectly":"\u041D\u0430 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u0435 \u0432\u0440\u0435\u043C\u0435\u043D\u043D\u043E \u0432\u043A\u043B\u044E\u0447\u0438\u0442\u0435 \u0438\u043B\u0438 \u043E\u0442\u043A\u043B\u044E\u0447\u0438\u0442\u0435 \u043F\u0440\u044F\u043C\u043E\u0439 \u043F\u0435\u0440\u0435\u0432\u043E\u0434 \u043F\u0440\u0438 \u043D\u0430\u0432\u0435\u0434\u0435\u043D\u0438\u0438 \u043C\u044B\u0448\u0438",paragraphMinTextCountDesc:"\u041E\u0431\u0440\u0430\u0442\u0438\u0442\u0435 \u0432\u043D\u0438\u043C\u0430\u043D\u0438\u0435, \u0437\u0434\u0435\u0441\u044C \u0440\u0435\u0447\u044C \u0438\u0434\u0435\u0442 \u043E \u0434\u043B\u0438\u043D\u0435 \u0441\u0438\u043C\u0432\u043E\u043B\u043E\u0432, \u043D\u0430\u043F\u0440\u0438\u043C\u0435\u0440: hello \u0441\u043E\u0441\u0442\u043E\u0438\u0442 \u0438\u0437 5 \u0441\u0438\u043C\u0432\u043E\u043B\u043E\u0432, \u0443\u0441\u0442\u0430\u043D\u043E\u0432\u043A\u0430 \u0431\u043E\u043B\u044C\u0448\u0435\u0433\u043E \u0437\u043D\u0430\u0447\u0435\u043D\u0438\u044F \u043C\u043E\u0436\u0435\u0442 \u0443\u043C\u0435\u043D\u044C\u0448\u0438\u0442\u044C \u043D\u0435\u043D\u0443\u0436\u043D\u044B\u0439 \u043F\u0435\u0440\u0435\u0432\u043E\u0434 \u043C\u0430\u043B\u0435\u043D\u044C\u043A\u0438\u0445 \u0430\u0431\u0437\u0430\u0446\u0435\u0432.",confirmResetToDefaultSettings:"\u0412\u044B \u0443\u0432\u0435\u0440\u0435\u043D\u044B, \u0447\u0442\u043E \u0445\u043E\u0442\u0438\u0442\u0435 \u0432\u043E\u0441\u0441\u0442\u0430\u043D\u043E\u0432\u0438\u0442\u044C \u044D\u0442\u043E\u0442 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0447\u0435\u0441\u043A\u0438\u0439 \u0441\u0435\u0440\u0432\u0438\u0441 \u0434\u043E \u043D\u0430\u0441\u0442\u0440\u043E\u0435\u043A \u043F\u043E \u0443\u043C\u043E\u043B\u0447\u0430\u043D\u0438\u044E? (\u0421\u0431\u0440\u043E\u0441 \u043D\u0430\u0441\u0442\u0440\u043E\u0435\u043A \u0442\u043E\u043B\u044C\u043A\u043E \u0434\u043B\u044F \u0442\u0435\u043A\u0443\u0449\u0435\u0433\u043E \u0441\u0435\u0440\u0432\u0438\u0441\u0430 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430)",touchShortcutsToggleTranslationMask:"\u041D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0430 \u043E\u0442\u043E\u0431\u0440\u0430\u0436\u0435\u043D\u0438\u044F \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430/\u043E\u0440\u0438\u0433\u0438\u043D\u0430\u043B\u044C\u043D\u043E\u0433\u043E \u0442\u0435\u043A\u0441\u0442\u0430 \u0441 \u043F\u043E\u043C\u043E\u0449\u044C\u044E \u0436\u0435\u0441\u0442\u043E\u0432 \u043D\u0430 \u0441\u0435\u043D\u0441\u043E\u0440\u043D\u043E\u043C \u044D\u043A\u0440\u0430\u043D\u0435",shortcutDisableTooltip:"\u041F\u043E\u0436\u0430\u043B\u0443\u0439\u0441\u0442\u0430, \u043D\u0430\u0441\u0442\u0440\u043E\u0439\u0442\u0435 \u043D\u0430 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u0435 \u0443\u043F\u0440\u0430\u0432\u043B\u0435\u043D\u0438\u044F \u0431\u044B\u0441\u0442\u0440\u044B\u043C\u0438 \u043A\u043B\u0430\u0432\u0438\u0448\u0430\u043C\u0438 \u0440\u0430\u0441\u0448\u0438\u0440\u0435\u043D\u0438\u044F \u0431\u0440\u0430\u0443\u0437\u0435\u0440\u0430, \u0434\u043B\u044F \u043F\u043E\u043B\u0443\u0447\u0435\u043D\u0438\u044F \u0434\u043E\u043F\u043E\u043B\u043D\u0438\u0442\u0435\u043B\u044C\u043D\u044B\u0445 \u0440\u0443\u043A\u043E\u0432\u043E\u0434\u0441\u0442\u0432 \u0441\u043C\u043E\u0442\u0440\u0438\u0442\u0435 \u0438\u043D\u0441\u0442\u0440\u0443\u043A\u0446\u0438\u0438 \u0432 \u0432\u0435\u0440\u0445\u043D\u0435\u0439 \u0447\u0430\u0441\u0442\u0438 \u044D\u0442\u043E\u0439 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u044B.",mouseHoverCustomKeyDescription:"\u0412\u044B \u043C\u043E\u0436\u0435\u0442\u0435 \u043D\u0430\u0441\u0442\u0440\u043E\u0438\u0442\u044C \u0441\u043E\u0447\u0435\u0442\u0430\u043D\u0438\u0435 \u043A\u043B\u0430\u0432\u0438\u0448 \u0434\u043B\u044F \u043D\u0430\u0432\u0435\u0434\u0435\u043D\u0438\u044F \u043C\u044B\u0448\u0438, \u043D\u0430\u043F\u0440\u0438\u043C\u0435\u0440: Alt+Z, Ctrl+E, Cmd+Alt+E \u0438\u043B\u0438 \u043F\u0440\u043E\u0441\u0442\u043E Cmd, \u043F\u043E\u0436\u0430\u043B\u0443\u0439\u0441\u0442\u0430, \u0432\u0432\u0435\u0434\u0438\u0442\u0435 \u0432\u0440\u0443\u0447\u043D\u0443\u044E.","desc.mouseHoverHoldKey":"\u041F\u0440\u0438 \u043D\u0430\u0432\u0435\u0434\u0435\u043D\u0438\u0438 \u043C\u044B\u0448\u0438 \u043D\u0430 \u0430\u0431\u0437\u0430\u0446, \u043E\u0434\u043D\u043E\u0432\u0440\u0435\u043C\u0435\u043D\u043D\u043E \u043D\u0430\u0436\u043C\u0438\u0442\u0435 \u043F\u0440\u0430\u0432\u0443\u044E \u0433\u043E\u0440\u044F\u0447\u0443\u044E \u043A\u043B\u0430\u0432\u0438\u0448\u0443, \u0447\u0442\u043E\u0431\u044B \u043D\u0435\u043F\u043E\u0441\u0440\u0435\u0434\u0441\u0442\u0432\u0435\u043D\u043D\u043E \u043F\u0435\u0440\u0435\u0432\u0435\u0441\u0442\u0438 \u044D\u0442\u043E\u0442 \u0430\u0431\u0437\u0430\u0446.","error.subscriptionExpired":"\u0412\u0430\u0448\u0430 \u043F\u043E\u0434\u043F\u0438\u0441\u043A\u0430, \u0432\u043E\u0437\u043C\u043E\u0436\u043D\u043E, \u0438\u0441\u0442\u0435\u043A\u043B\u0430, \u043F\u043E\u0436\u0430\u043B\u0443\u0439\u0441\u0442\u0430, \u043F\u0440\u043E\u0432\u0435\u0440\u044C\u0442\u0435 \u0441\u0442\u0430\u0442\u0443\u0441 \u0432\u0430\u0448\u0435\u0439 \u043F\u043E\u0434\u043F\u0438\u0441\u043A\u0438.","desc.touchShortcutsToggleTranslatePage":"\u041F\u043E\u0441\u043B\u0435 \u043D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0438, \u043F\u0440\u0438 \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u043D\u0438\u0438 \u043C\u043E\u0431\u0438\u043B\u044C\u043D\u043E\u0433\u043E \u0443\u0441\u0442\u0440\u043E\u0439\u0441\u0442\u0432\u0430, \u043C\u043E\u0436\u043D\u043E \u043E\u0434\u043D\u043E\u0432\u0440\u0435\u043C\u0435\u043D\u043D\u043E \u043A\u0430\u0441\u0430\u0442\u044C\u0441\u044F \u044D\u043A\u0440\u0430\u043D\u0430 X \u043F\u0430\u043B\u044C\u0446\u0430\u043C\u0438, \u043F\u0440\u043E\u0432\u043E\u0434\u0438\u0442\u044C \u043F\u043E \u043D\u0435\u043C\u0443 \u0432\u043B\u0435\u0432\u043E \u0438 \u0432\u043F\u0440\u0430\u0432\u043E \u0438\u043B\u0438 \u043D\u0435\u043F\u0440\u0435\u0440\u044B\u0432\u043D\u043E \u043D\u0430\u0436\u0438\u043C\u0430\u0442\u044C, \u0447\u0442\u043E\u0431\u044B \u0430\u043A\u0442\u0438\u0432\u0438\u0440\u043E\u0432\u0430\u0442\u044C \u043F\u0435\u0440\u0435\u0432\u043E\u0434 \u0432\u0435\u0431-\u0441\u0442\u0440\u0430\u043D\u0438\u0446\u044B/\u043F\u043E\u043A\u0430\u0437\u0430\u0442\u044C \u0438\u0441\u0445\u043E\u0434\u043D\u044B\u0439 \u0442\u0435\u043A\u0441\u0442.","contact.description":"\u0415\u0441\u043B\u0438 \u0443 \u0432\u0430\u0441 \u0435\u0441\u0442\u044C \u043A\u0430\u043A\u0438\u0435-\u043B\u0438\u0431\u043E \u0432\u043E\u043F\u0440\u043E\u0441\u044B \u0438\u043B\u0438 \u043F\u0440\u0435\u0434\u043B\u043E\u0436\u0435\u043D\u0438\u044F, \u043F\u043E\u0436\u0430\u043B\u0443\u0439\u0441\u0442\u0430, \u0437\u0430\u043F\u043E\u043B\u043D\u0438\u0442\u0435 \u0444\u043E\u0440\u043C\u0443 \u043D\u0438\u0436\u0435, \u0447\u0442\u043E\u0431\u044B \u0441\u0432\u044F\u0437\u0430\u0442\u044C\u0441\u044F \u0441 \u043D\u0430\u043C\u0438, \u0438\u043B\u0438 \u043E\u0442\u043F\u0440\u0430\u0432\u044C\u0442\u0435 \u044D\u043B\u0435\u043A\u0442\u0440\u043E\u043D\u043D\u043E\u0435 \u043F\u0438\u0441\u044C\u043C\u043E \u043D\u0430 {email}, \u0438 \u043C\u044B \u043E\u0442\u0432\u0435\u0442\u0438\u043C \u0432\u0430\u043C \u043A\u0430\u043A \u043C\u043E\u0436\u043D\u043E \u0441\u043A\u043E\u0440\u0435\u0435.","desc.toggleTranslateTheWholePage":"\u041F\u0435\u0440\u0435\u0432\u043E\u0434\u0438\u0442\u0435 \u0432\u0441\u0435 \u043E\u0431\u043B\u0430\u0441\u0442\u0438 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u044B, \u043F\u043E \u0443\u043C\u043E\u043B\u0447\u0430\u043D\u0438\u044E \u043C\u044B \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0438\u043C \u043E\u0441\u043D\u043E\u0432\u043D\u044B\u0435 \u043E\u0431\u043B\u0430\u0441\u0442\u0438 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u044B, \u0432\u044B \u043C\u043E\u0436\u0435\u0442\u0435 \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u044C \u044D\u0442\u043E\u0442 \u0433\u043E\u0440\u044F\u0447\u0438\u0439 \u043A\u043B\u0430\u0432\u0438\u0448 \u0434\u043B\u044F \u0441\u043F\u0435\u0446\u0438\u0430\u043B\u044C\u043D\u043E\u0433\u043E \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430 \u0432\u0441\u0435\u0445 \u043E\u0431\u043B\u0430\u0441\u0442\u0435\u0439 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u044B.",translationOnlyModeDescription:'\u0420\u0435\u0436\u0438\u043C "\u0422\u043E\u043B\u044C\u043A\u043E \u043F\u0435\u0440\u0435\u0432\u043E\u0434" \u043E\u0437\u043D\u0430\u0447\u0430\u0435\u0442, \u0447\u0442\u043E \u043E\u0442\u043E\u0431\u0440\u0430\u0436\u0430\u0435\u0442\u0441\u044F \u0442\u043E\u043B\u044C\u043A\u043E \u043F\u0435\u0440\u0435\u0432\u043E\u0434, \u0430 \u043D\u0435 \u0441\u0442\u0430\u043D\u0434\u0430\u0440\u0442\u043D\u044B\u0439 \u0434\u0432\u0443\u044F\u0437\u044B\u0447\u043D\u044B\u0439 \u0440\u0435\u0436\u0438\u043C. \u041E\u0431\u0440\u0430\u0442\u0438\u0442\u0435 \u0432\u043D\u0438\u043C\u0430\u043D\u0438\u0435: \u0438\u0437-\u0437\u0430 \u0442\u0435\u0445\u043D\u0438\u0447\u0435\u0441\u043A\u0438\u0445 \u043E\u0433\u0440\u0430\u043D\u0438\u0447\u0435\u043D\u0438\u0439, \u0433\u0438\u043F\u0435\u0440\u0441\u0441\u044B\u043B\u043A\u0438 \u0438\u0441\u0445\u043E\u0434\u043D\u043E\u0433\u043E \u0442\u0435\u043A\u0441\u0442\u0430 \u0431\u0443\u0434\u0443\u0442 \u043D\u0435\u0430\u043A\u0442\u0438\u0432\u043D\u044B \u0432 \u0440\u0435\u0436\u0438\u043C\u0435 "\u0422\u043E\u043B\u044C\u043A\u043E \u043F\u0435\u0440\u0435\u0432\u043E\u0434".',"desc.toggleTranslateTheMainPage":"\u0422\u043E\u043B\u044C\u043A\u043E \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0438\u0442\u0435 \u043E\u0441\u043D\u043E\u0432\u043D\u044B\u0435 \u043E\u0431\u043B\u0430\u0441\u0442\u0438 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u044B, \u043A\u043E\u0433\u0434\u0430 \u0432\u044B \u0432\u043A\u043B\u044E\u0447\u0438\u043B\u0438 \u043F\u0435\u0440\u0435\u0432\u043E\u0434 \u0432\u0441\u0435\u0445 \u043E\u0431\u043B\u0430\u0441\u0442\u0435\u0439 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u044B \u0432 \u0440\u0430\u0441\u0448\u0438\u0440\u0435\u043D\u043D\u044B\u0445 \u043D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0430\u0445, \u0432\u044B \u043C\u043E\u0436\u0435\u0442\u0435 \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u044C \u044D\u0442\u043E\u0442 \u0433\u043E\u0440\u044F\u0447\u0438\u0439 \u043A\u043B\u0430\u0432\u0438\u0448 \u0434\u043B\u044F \u0441\u043F\u0435\u0446\u0438\u0430\u043B\u044C\u043D\u043E\u0433\u043E \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430 \u043E\u0441\u043D\u043E\u0432\u043D\u044B\u0445 \u043E\u0431\u043B\u0430\u0441\u0442\u0435\u0439 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u044B.","intro.floatBallDescription":"\u041F\u043E\u0441\u043B\u0435 \u0430\u043A\u0442\u0438\u0432\u0430\u0446\u0438\u0438 \u043D\u0430 \u043F\u0440\u0430\u0432\u043E\u0439 \u0441\u0442\u043E\u0440\u043E\u043D\u0435 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u044B \u043F\u043E\u044F\u0432\u0438\u0442\u0441\u044F \u043A\u043D\u043E\u043F\u043A\u0430 \u0431\u044B\u0441\u0442\u0440\u043E\u0433\u043E \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430, \u043D\u0430\u0436\u043C\u0438\u0442\u0435 \u043D\u0430 \u043D\u0435\u0435, \u0447\u0442\u043E\u0431\u044B \u043F\u0435\u0440\u0435\u0432\u0435\u0441\u0442\u0438, \u043D\u0430\u0436\u043C\u0438\u0442\u0435 \u0435\u0449\u0435 \u0440\u0430\u0437, \u0447\u0442\u043E\u0431\u044B \u0432\u0435\u0440\u043D\u0443\u0442\u044C\u0441\u044F \u043A \u0438\u0441\u0445\u043E\u0434\u043D\u043E\u043C\u0443 \u0442\u0435\u043A\u0441\u0442\u0443. \u041D\u0430 \u043C\u043E\u0431\u0438\u043B\u044C\u043D\u043E\u043C \u0443\u0441\u0442\u0440\u043E\u0439\u0441\u0442\u0432\u0435, \u0435\u0441\u043B\u0438 \u0432\u044B \u0434\u043E\u043B\u0433\u043E \u043D\u0430\u0436\u0438\u043C\u0430\u0435\u0442\u0435 \u043D\u0430 \u043F\u043B\u0430\u0432\u0430\u044E\u0449\u0438\u0439 \u0448\u0430\u0440, \u0432\u044B \u043C\u043E\u0436\u0435\u0442\u0435 \u043E\u0442\u043A\u0440\u044B\u0442\u044C \u043F\u0430\u043D\u0435\u043B\u044C \u0431\u044B\u0441\u0442\u0440\u044B\u0445 \u043D\u0430\u0441\u0442\u0440\u043E\u0435\u043A.","desc.toggleMouseHoverTranslateDirectly":"\u041F\u043E\u0441\u043B\u0435 \u043D\u0430\u0436\u0430\u0442\u0438\u044F \u044D\u0442\u043E\u0439 \u0433\u043E\u0440\u044F\u0447\u0435\u0439 \u043A\u043B\u0430\u0432\u0438\u0448\u0438, \u043D\u0430 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u0435, \u043A\u0430\u043A \u0442\u043E\u043B\u044C\u043A\u043E \u043C\u044B\u0448\u044C \u0443\u043A\u0430\u0437\u044B\u0432\u0430\u0435\u0442 \u043D\u0430 \u043B\u044E\u0431\u043E\u0439 \u0442\u0435\u043A\u0441\u0442, \u044D\u0442\u043E\u0442 \u0442\u0435\u043A\u0441\u0442 \u0430\u0432\u0442\u043E\u043C\u0430\u0442\u0438\u0447\u0435\u0441\u043A\u0438 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0438\u0442\u0441\u044F. \u041D\u0430\u0436\u043C\u0438\u0442\u0435 \u0433\u043E\u0440\u044F\u0447\u0443\u044E \u043A\u043B\u0430\u0432\u0438\u0448\u0443 \u0435\u0449\u0435 \u0440\u0430\u0437, \u0447\u0442\u043E\u0431\u044B \u043E\u0442\u043A\u043B\u044E\u0447\u0438\u0442\u044C \u044D\u0442\u0443 \u0444\u0443\u043D\u043A\u0446\u0438\u044E \u0430\u0432\u0442\u043E\u043C\u0430\u0442\u0438\u0447\u0435\u0441\u043A\u043E\u0433\u043E \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430.","subtitle.showQuickButtonDescription":"\u0412 \u043F\u0440\u0430\u0432\u043E\u043C \u043D\u0438\u0436\u043D\u0435\u043C \u0443\u0433\u043B\u0443 \u0432\u0438\u0434\u0435\u043E\u043F\u043B\u0435\u0435\u0440\u0430 \u043F\u0440\u0435\u0434\u043E\u0441\u0442\u0430\u0432\u043B\u044F\u0435\u0442\u0441\u044F \u0431\u044B\u0441\u0442\u0440\u044B\u0439 \u0434\u043E\u0441\u0442\u0443\u043F \u043A \u0432\u043A\u043B\u044E\u0447\u0435\u043D\u0438\u044E \u0434\u0432\u0443\u044F\u0437\u044B\u0447\u043D\u044B\u0445 \u0441\u0443\u0431\u0442\u0438\u0442\u0440\u043E\u0432.","neverTranslateText.description":"\u0418\u0437-\u0437\u0430 \u0442\u043E\u0433\u043E, \u0447\u0442\u043E \u043D\u0435\u043A\u043E\u0442\u043E\u0440\u044B\u0435 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0447\u0435\u0441\u043A\u0438\u0435 \u0434\u0432\u0438\u0436\u043A\u0438 \u043D\u0435 \u0438\u0434\u0435\u0430\u043B\u044C\u043D\u043E \u0440\u0430\u0441\u043F\u043E\u0437\u043D\u0430\u044E\u0442 \u0441\u043F\u0435\u0446\u0438\u0430\u043B\u044C\u043D\u044B\u0435 \u0442\u0435\u0440\u043C\u0438\u043D\u044B, \u0432\u044B \u043C\u043E\u0436\u0435\u0442\u0435 \u0434\u043E\u0431\u0430\u0432\u0438\u0442\u044C \u0441\u043B\u043E\u0432\u0430 \u0437\u0434\u0435\u0441\u044C, \u0447\u0442\u043E\u0431\u044B \u0443\u0431\u0435\u0434\u0438\u0442\u044C\u0441\u044F, \u0447\u0442\u043E \u043E\u043D\u0438 \u043D\u0435 \u0431\u0443\u0434\u0443\u0442 \u043F\u0440\u0435\u043E\u0431\u0440\u0430\u0437\u043E\u0432\u0430\u043D\u044B \u0432 \u043F\u0440\u043E\u0446\u0435\u0441\u0441\u0435 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430. \u041E\u0431\u0440\u0430\u0442\u0438\u0442\u0435 \u0432\u043D\u0438\u043C\u0430\u043D\u0438\u0435, \u0447\u0442\u043E \u044D\u0442\u0430 \u0444\u0443\u043D\u043A\u0446\u0438\u044F \u0440\u0430\u0437\u043B\u0438\u0447\u0430\u0435\u0442 \u0440\u0435\u0433\u0438\u0441\u0442\u0440 \u0438 \u043F\u043E\u0434\u0434\u0435\u0440\u0436\u0438\u0432\u0430\u0435\u0442 \u0442\u043E\u043B\u044C\u043A\u043E \u044F\u0437\u044B\u043A\u0438 \u0441\u043E \u0441\u043B\u043E\u0432\u0430\u043C\u0438, \u0440\u0430\u0437\u0434\u0435\u043B\u0435\u043D\u043D\u044B\u043C\u0438 \u043F\u0440\u043E\u0431\u0435\u043B\u0430\u043C\u0438 (\u043D\u0430\u043F\u0440\u0438\u043C\u0435\u0440, \u0430\u043D\u0433\u043B\u0438\u0439\u0441\u043A\u0438\u0439, \u0444\u0440\u0430\u043D\u0446\u0443\u0437\u0441\u043A\u0438\u0439), \u0438 \u043D\u0435 \u043F\u043E\u0434\u0445\u043E\u0434\u0438\u0442 \u0434\u043B\u044F \u044F\u0437\u044B\u043A\u043E\u0432, \u0442\u0430\u043A\u0438\u0445 \u043A\u0430\u043A \u044F\u043F\u043E\u043D\u0441\u043A\u0438\u0439, \u043A\u043E\u0440\u0435\u0439\u0441\u043A\u0438\u0439 \u0438 \u0442.\u0434.","intro.subtitleDescription":"\u041F\u043E\u0441\u043B\u0435 \u0432\u043A\u043B\u044E\u0447\u0435\u043D\u0438\u044F \u044D\u0442\u043E\u0439 \u0444\u0443\u043D\u043A\u0446\u0438\u0438, \u043F\u0440\u0438 \u043F\u0440\u043E\u0441\u043C\u043E\u0442\u0440\u0435 \u0432\u0438\u0434\u0435\u043E \u0431\u0443\u0434\u0443\u0442 \u0430\u0432\u0442\u043E\u043C\u0430\u0442\u0438\u0447\u0435\u0441\u043A\u0438 \u043E\u0442\u043E\u0431\u0440\u0430\u0436\u0430\u0442\u044C\u0441\u044F \u0441\u0443\u0431\u0442\u0438\u0442\u0440\u044B \u043D\u0430 \u0434\u0432\u0443\u0445 \u044F\u0437\u044B\u043A\u0430\u0445. \u0415\u0441\u043B\u0438 \u0444\u0443\u043D\u043A\u0446\u0438\u044F \u043D\u0435 \u0432\u043A\u043B\u044E\u0447\u0435\u043D\u0430, \u0432\u0430\u043C \u043D\u0443\u0436\u043D\u043E \u0431\u0443\u0434\u0435\u0442 \u0432\u0440\u0443\u0447\u043D\u0443\u044E \u043D\u0430\u0436\u0430\u0442\u044C \u043A\u043D\u043E\u043F\u043A\u0443 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430 \u043D\u0430 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u0435, \u0447\u0442\u043E\u0431\u044B \u043E\u0442\u043E\u0431\u0440\u0430\u0437\u0438\u0442\u044C \u0441\u0443\u0431\u0442\u0438\u0442\u0440\u044B. \u041E\u0431\u0440\u0430\u0442\u0438\u0442\u0435 \u0432\u043D\u0438\u043C\u0430\u043D\u0438\u0435, \u0447\u0442\u043E \u0438\u0437-\u0437\u0430 \u0442\u0435\u0445\u043D\u0438\u0447\u0435\u0441\u043A\u0438\u0445 \u043E\u0433\u0440\u0430\u043D\u0438\u0447\u0435\u043D\u0438\u0439 \u043D\u0430 \u043D\u0435\u043A\u043E\u0442\u043E\u0440\u044B\u0445 \u0441\u0430\u0439\u0442\u0430\u0445 \u043F\u0440\u0438 \u043F\u0435\u0440\u0432\u043E\u0439 \u0430\u043A\u0442\u0438\u0432\u0430\u0446\u0438\u0438 \u0441\u0443\u0431\u0442\u0438\u0442\u0440\u043E\u0432 \u043C\u043E\u0436\u0435\u0442 \u043F\u043E\u0442\u0440\u0435\u0431\u043E\u0432\u0430\u0442\u044C\u0441\u044F \u043E\u0431\u043D\u043E\u0432\u0438\u0442\u044C \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u0443 \u0438\u043B\u0438 \u0434\u043E\u0436\u0434\u0430\u0442\u044C\u0441\u044F \u043E\u043A\u043E\u043D\u0447\u0430\u043D\u0438\u044F \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430, \u0447\u0442\u043E\u0431\u044B \u043E\u0442\u043E\u0431\u0440\u0430\u0437\u0438\u0442\u044C \u0441\u0443\u0431\u0442\u0438\u0442\u0440\u044B \u043D\u0430 \u0434\u0432\u0443\u0445 \u044F\u0437\u044B\u043A\u0430\u0445. (\u041A\u0440\u043E\u043C\u0435 \u0442\u043E\u0433\u043E, \u0432\u044B \u0442\u0430\u043A\u0436\u0435 \u043C\u043E\u0436\u0435\u0442\u0435 \u0432\u043A\u043B\u044E\u0447\u0438\u0442\u044C / \u043E\u0442\u043A\u043B\u044E\u0447\u0438\u0442\u044C \u043F\u0430\u043D\u0435\u043B\u044C \u0431\u044B\u0441\u0442\u0440\u044B\u0445 \u043A\u043E\u043C\u0430\u043D\u0434 \u0434\u043B\u044F \u043F\u043E\u0433\u0440\u0443\u0436\u0435\u043D\u0438\u044F \u0432 \u043F\u0435\u0440\u0435\u0432\u043E\u0434 \u0432 \u0432\u0435\u0440\u0445\u043D\u0435\u043C \u043F\u0440\u0430\u0432\u043E\u043C \u0443\u0433\u043B\u0443 \u043F\u043E\u0441\u043B\u0435 \u043E\u0442\u043A\u0440\u044B\u0442\u0438\u044F \u0432\u0438\u0434\u0435\u043E \u0441\u0430\u0439\u0442\u0430)

\u0412 \u043D\u0430\u0441\u0442\u043E\u044F\u0449\u0435\u0435 \u0432\u0440\u0435\u043C\u044F \u043F\u043E\u0434\u0434\u0435\u0440\u0436\u0438\u0432\u0430\u0435\u0442\u0441\u044F \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u043D\u0438\u0435 \u0441\u0443\u0431\u0442\u0438\u0442\u0440\u043E\u0432 \u043D\u0430 \u0434\u0432\u0443\u0445 \u044F\u0437\u044B\u043A\u0430\u0445 \u043D\u0430 \u044D\u0442\u0438\u0445 \u0441\u0430\u0439\u0442\u0430\u0445:","desc.touchShortcutsToggleTranslationMask":"\u041F\u0435\u0440\u0435\u0432\u043E\u0434\u0447\u0435\u0441\u043A\u0430\u044F \u043C\u0430\u0441\u043A\u0430 - \u044D\u0442\u043E \u044D\u0444\u0444\u0435\u043A\u0442 \u0440\u0430\u0437\u043C\u044B\u0442\u0438\u044F \u0432 \u0441\u0442\u0438\u043B\u0435 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430 (\u0440\u0435\u0436\u0438\u043C \u043E\u0431\u0443\u0447\u0435\u043D\u0438\u044F). \u041F\u043E\u0441\u043B\u0435 \u0432\u043A\u043B\u044E\u0447\u0435\u043D\u0438\u044F \u0432\u0440\u0435\u043C\u0435\u043D\u043D\u043E \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u0443\u0435\u0442\u0441\u044F \u044D\u0444\u0444\u0435\u043A\u0442 \u0440\u0430\u0437\u043C\u044B\u0442\u0438\u044F \u0434\u043B\u044F \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430, \u0447\u0442\u043E \u0443\u0434\u043E\u0431\u043D\u043E \u0434\u043B\u044F \u043E\u0431\u0443\u0447\u0435\u043D\u0438\u044F.","intro.hoverDescription":"\u041F\u0435\u0440\u0435\u0432\u043E\u0434 \u043F\u0440\u0438 \u043D\u0430\u0432\u0435\u0434\u0435\u043D\u0438\u0438 \u043C\u044B\u0448\u0438 - \u044D\u0442\u043E \u043E\u0447\u0435\u043D\u044C \u0432\u0430\u0436\u043D\u0430\u044F \u0444\u0443\u043D\u043A\u0446\u0438\u044F \u0432 \u043A\u043E\u043D\u0442\u0435\u043A\u0441\u0442\u043D\u043E\u043C \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0435, \u0434\u043E\u0441\u0442\u0430\u0442\u043E\u0447\u043D\u043E \u043F\u0440\u043E\u0441\u0442\u043E \u043F\u043E\u043C\u0435\u0441\u0442\u0438\u0442\u044C \u043A\u0443\u0440\u0441\u043E\u0440 \u043D\u0430 \u0430\u0431\u0437\u0430\u0446 \u0438 \u043E\u0434\u043D\u043E\u0432\u0440\u0435\u043C\u0435\u043D\u043D\u043E \u043D\u0430\u0436\u0430\u0442\u044C \u0437\u0430\u0434\u0430\u043D\u043D\u0443\u044E \u0433\u043E\u0440\u044F\u0447\u0443\u044E \u043A\u043B\u0430\u0432\u0438\u0448\u0443, \u0447\u0442\u043E\u0431\u044B \u0430\u0432\u0442\u043E\u043C\u0430\u0442\u0438\u0447\u0435\u0441\u043A\u0438 \u043F\u0435\u0440\u0435\u0432\u0435\u0441\u0442\u0438 \u0442\u0435\u043A\u0443\u0449\u0438\u0439 \u0430\u0431\u0437\u0430\u0446 (\u043E\u0431\u0440\u0430\u0442\u0438\u0442\u0435 \u0432\u043D\u0438\u043C\u0430\u043D\u0438\u0435: \u043F\u043E \u0443\u043C\u043E\u043B\u0447\u0430\u043D\u0438\u044E \u043E\u043D \u043D\u0435 \u0432\u043A\u043B\u044E\u0447\u0435\u043D, \u043F\u043E\u0436\u0430\u043B\u0443\u0439\u0441\u0442\u0430, \u043D\u0430\u0441\u0442\u0440\u043E\u0439\u0442\u0435 \u0435\u0433\u043E \u043D\u0438\u0436\u0435). \u042D\u0442\u043E\u0442 \u0432\u0437\u0430\u0438\u043C\u043E\u0434\u0435\u0439\u0441\u0442\u0432\u0438\u0435 \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u0443\u0435\u0442\u0441\u044F \u0434\u043B\u044F \u043B\u0443\u0447\u0448\u0435\u0439 \u0437\u0430\u043C\u0435\u043D\u044B \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430 \u0432\u044B\u0434\u0435\u043B\u0435\u043D\u043D\u043E\u0433\u043E \u0442\u0435\u043A\u0441\u0442\u0430, \u043A\u0440\u043E\u043C\u0435 \u0442\u043E\u0433\u043E, \u044D\u0442\u0430 \u0444\u0443\u043D\u043A\u0446\u0438\u044F \u0448\u0438\u0440\u043E\u043A\u043E \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u0443\u0435\u0442\u0441\u044F \u0432 \u043E\u0431\u043B\u0430\u0441\u0442\u044F\u0445, \u043A\u043E\u0442\u043E\u0440\u044B\u0435 \u043D\u0435 \u043C\u043E\u0433\u0443\u0442 \u0431\u044B\u0442\u044C \u0440\u0430\u0441\u043F\u043E\u0437\u043D\u0430\u043D\u044B \u0434\u043B\u044F \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430, \u0432\u044B \u043C\u043E\u0436\u0435\u0442\u0435 \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u044C \u044D\u0442\u0443 \u0444\u0443\u043D\u043A\u0446\u0438\u044E \u0434\u043B\u044F \u043F\u0440\u0438\u043D\u0443\u0434\u0438\u0442\u0435\u043B\u044C\u043D\u043E\u0433\u043E \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430 \u043B\u044E\u0431\u043E\u0433\u043E \u0430\u0431\u0437\u0430\u0446\u0430.",geminiWarning:"\u0412\u043D\u0438\u043C\u0430\u043D\u0438\u0435: \u0431\u0435\u0441\u043F\u043B\u0430\u0442\u043D\u044B\u0439 \u0441\u0435\u0440\u0432\u0438\u0441 Gemini \u043E\u0442 Google \u0438\u043C\u0435\u0435\u0442 \u0441\u0442\u0440\u043E\u0433\u0438\u0435 \u043E\u0433\u0440\u0430\u043D\u0438\u0447\u0435\u043D\u0438\u044F, Google \u043C\u043E\u0436\u0435\u0442 \u0441\u0447\u0438\u0442\u0430\u0442\u044C, \u0447\u0442\u043E \u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u0435\u043B\u044C \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u0443\u0435\u0442 \u043D\u0435\u0441\u043A\u043E\u043B\u044C\u043A\u043E \u043A\u043B\u044E\u0447\u0435\u0439 \u0434\u043B\u044F \u043E\u0431\u0445\u043E\u0434\u0430 \u0438\u0445 \u0431\u0435\u0441\u043F\u043B\u0430\u0442\u043D\u044B\u0445 \u043A\u0432\u043E\u0442. \u041D\u0435 \u0440\u0435\u043A\u043E\u043C\u0435\u043D\u0434\u0443\u0435\u0442\u0441\u044F \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u044C, \u0440\u0435\u043A\u043E\u043C\u0435\u043D\u0434\u0443\u0435\u0442\u0441\u044F \u0436\u0434\u0430\u0442\u044C, \u043F\u043E\u043A\u0430 Google \u043D\u0435 \u043E\u0442\u043A\u0440\u043E\u0435\u0442 \u043F\u043B\u0430\u0442\u043D\u044B\u0439 \u0438\u043D\u0442\u0435\u0440\u0444\u0435\u0439\u0441 Gemini \u0434\u043B\u044F \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u043D\u0438\u044F \u0432 \u0431\u0443\u0434\u0443\u0449\u0435\u043C.","floatBall.setting":"\u043D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0430","floatBall.file":"\u041F\u0435\u0440\u0435\u0432\u043E\u0434 PDF, EPUB, SRT, ASS, HTML, TXT \u0444\u0430\u0439\u043B\u043E\u0432","floatBall.translateToLanguage":"\u041D\u0430\u0436\u043C\u0438\u0442\u0435, \u0447\u0442\u043E\u0431\u044B \u043F\u0435\u0440\u0435\u0432\u0435\u0441\u0442\u0438 \u043D\u0430 {language}",changeToOnlyTempTranslationMode:"\u041F\u0435\u0440\u0435\u043A\u043B\u044E\u0447\u0435\u043D\u0438\u0435 \u043D\u0430 \u043E\u0442\u043E\u0431\u0440\u0430\u0436\u0435\u043D\u0438\u0435 \u0442\u043E\u043B\u044C\u043A\u043E \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u043E\u0432",changeToDualTempTranslationMode:"\u041F\u0435\u0440\u0435\u0445\u043E\u0434 \u043D\u0430 \u0434\u0432\u0443\u044F\u0437\u044B\u0447\u043D\u044B\u0439 \u043F\u0435\u0440\u0435\u0432\u043E\u0434","transitionMode.dual":"\u0434\u0432\u0443\u044F\u0437\u044B\u0447\u043D\u043E\u0435 \u0441\u043E\u043F\u043E\u0441\u0442\u0430\u0432\u043B\u0435\u043D\u0438\u0435","transitionMode.translation":"\u0422\u043E\u043B\u044C\u043A\u043E \u043F\u0435\u0440\u0435\u0432\u043E\u0434","options.navbar.installApp":"\u0423\u0441\u0442\u0430\u043D\u043E\u0432\u0438\u0442\u0435 \u043C\u043E\u0431\u0438\u043B\u044C\u043D\u043E\u0435 \u043F\u0440\u0438\u043B\u043E\u0436\u0435\u043D\u0438\u0435","options.navbar.translateFile":"\u041F\u0435\u0440\u0435\u0432\u0435\u0441\u0442\u0438 \u0434\u043E\u043A\u0443\u043C\u0435\u043D\u0442","subtitle.transitionMode":"\u0412\u0438\u0434\u0435\u043E \u0441 \u0434\u0432\u0443\u044F\u0437\u044B\u0447\u043D\u044B\u043C\u0438 \u0441\u0443\u0431\u0442\u0438\u0442\u0440\u0430\u043C\u0438 / \u043D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0430 \u0442\u043E\u043B\u044C\u043A\u043E \u0434\u043B\u044F \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430","subtitle.transitionModeDescription":"\u0423\u0441\u0442\u0430\u043D\u043E\u0432\u0438\u0442\u0435 \u0441\u0443\u0431\u0442\u0438\u0442\u0440\u044B \u0432\u0438\u0434\u0435\u043E \u043D\u0430 \u0434\u0432\u0443\u044F\u0437\u044B\u0447\u043D\u043E\u0435 \u0441\u043E\u043F\u043E\u0441\u0442\u0430\u0432\u043B\u0435\u043D\u0438\u0435 \u0438\u043B\u0438 \u0442\u043E\u043B\u044C\u043A\u043E \u0440\u0435\u0436\u0438\u043C \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430","transitionMode.inherit":"\u0421\u043E\u0445\u0440\u0430\u043D\u044F\u0439\u0442\u0435 \u0441\u043E\u043E\u0442\u0432\u0435\u0442\u0441\u0442\u0432\u0438\u0435 \u0441 \u0440\u0435\u0436\u0438\u043C\u043E\u043C \u043E\u0442\u043E\u0431\u0440\u0430\u0436\u0435\u043D\u0438\u044F \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430 \u043F\u043E \u0443\u043C\u043E\u043B\u0447\u0430\u043D\u0438\u044E \u0441\u0438\u0441\u0442\u0435\u043C\u044B.",translateFileTooltip:`\u041F\u0435\u0440\u0435\u0432\u043E\u0434 PDF, ePub, srt, ass, HTML, TXT \u0444\u0430\u0439\u043B\u043E\u0432`,"description.multiplePrompt":`\u041A\u043E\u0433\u0434\u0430 \u043A\u043E\u043B\u0438\u0447\u0435\u0441\u0442\u0432\u043E \u0430\u0431\u0437\u0430\u0446\u0435\u0432 \u0431\u043E\u043B\u044C\u0448\u0435 1, \u0434\u0438\u0430\u043B\u043E\u0433\u0438, \u043E\u0442\u043F\u0440\u0430\u0432\u043B\u0435\u043D\u043D\u044B\u0435 {service} \u043E\u0442 \u0438\u043C\u0435\u043D\u0438 \u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u0435\u043B\u044F, \u0433\u0434\u0435 {{from}} \u043E\u0431\u043E\u0437\u043D\u0430\u0447\u0430\u0435\u0442 \u044F\u0437\u044B\u043A \u0430\u0431\u0437\u0430\u0446\u0430, {{to}} \u043E\u0431\u043E\u0437\u043D\u0430\u0447\u0430\u0435\u0442 \u0446\u0435\u043B\u0435\u0432\u043E\u0439 \u044F\u0437\u044B\u043A, {{yaml}} - \u044D\u0442\u043E \u043D\u0430\u0448 \u043A\u043E\u043D\u0442\u0435\u043D\u0442 \u0430\u0431\u0437\u0430\u0446\u0430, \u0443\u043F\u0430\u043A\u043E\u0432\u0430\u043D\u043D\u044B\u0439 \u0432 \u0444\u043E\u0440\u043C\u0430\u0442\u0435 yaml. \u0415\u0441\u043B\u0438 \u0443 \u0432\u0430\u0441 \u0435\u0441\u0442\u044C \u043F\u043E\u0442\u0440\u0435\u0431\u043D\u043E\u0441\u0442\u044C \u0432 \u043D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0435 Prompt, \u0432\u0430\u043C \u043D\u0443\u0436\u043D\u043E \u0443\u0431\u0435\u0434\u0438\u0442\u044C\u0441\u044F, \u0447\u0442\u043E \u043A\u0430\u0436\u0434\u044B\u0439 \u044D\u043B\u0435\u043C\u0435\u043D\u0442 \u0432 \u0440\u0435\u0437\u0443\u043B\u044C\u0442\u0430\u0442\u0435 YAML \u043E\u0442 AI \u0441\u043E\u0434\u0435\u0440\u0436\u0438\u0442 \u043F\u043E\u043B\u0435 {env.imt_trans_field}, {{imt_trans_field}} - \u044D\u0442\u043E \u043D\u0430\u0437\u0432\u0430\u043D\u0438\u0435 \u043F\u043E\u043B\u044F \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430, \u043A\u043E\u0442\u043E\u0440\u043E\u0435 \u043C\u044B \u0445\u043E\u0442\u0438\u043C \u043F\u043E\u043B\u0443\u0447\u0438\u0442\u044C \u043E\u0442 AI, \u043F\u043E \u0443\u043C\u043E\u043B\u0447\u0430\u043D\u0438\u044E \u044D\u0442\u043E {env.imt_trans_field}, {{imt_source_field}} - \u044D\u0442\u043E \u043D\u0430\u0437\u0432\u0430\u043D\u0438\u0435 \u043F\u043E\u043B\u044F \u0438\u0441\u0445\u043E\u0434\u043D\u043E\u0433\u043E \u0442\u0435\u043A\u0441\u0442\u0430, \u043A\u043E\u0442\u043E\u0440\u043E\u0435 \u043C\u044B \u043F\u0435\u0440\u0435\u0434\u0430\u0435\u043C AI, \u043F\u043E \u0443\u043C\u043E\u043B\u0447\u0430\u043D\u0438\u044E \u044D\u0442\u043E {env.imt_source_field}. \u041F\u0440\u0438\u043C\u0435\u0440 \u0440\u0435\u0437\u0443\u043B\u044C\u0442\u0430\u0442\u0430: @@ -5225,7 +5225,7 @@ ass, HTML, TXT \u0444\u0430\u0439\u043B\u043E\u0432`,"description.multiplePrompt {env.imt_sub_trans_field}: \u041F\u0435\u0440\u0435\u0432\u043E\u0434 - id: 2 {env.imt_sub_source_field}: \u0418\u0441\u0442\u043E\u0447\u043D\u0438\u043A - {env.imt_sub_trans_field}: \u041F\u0435\u0440\u0435\u0432\u043E\u0434`,"subtitle.quickButton.cyan":"\u0421\u0438\u043D\u0438\u0439","subtitle.quickButton.magenta":"\u041F\u0443\u0440\u043F\u0443\u0440\u043D\u044B\u0439","subtitle.quickButton.white":"\u0431\u0435\u043B\u044B\u0439","subtitle.quickButton.blue":"\u0441\u0438\u043D\u0438\u0439","subtitle.quickButton.red":"\u043A\u0440\u0430\u0441\u043D\u044B\u0439","subtitle.quickButton.translationPositionTop":"\u0432 \u0432\u0435\u0440\u0445\u043D\u0435\u0439 \u0447\u0430\u0441\u0442\u0438 \u0442\u0435\u043A\u0441\u0442\u0430","subtitle.quickButton.translationPosition":"\u043C\u0435\u0441\u0442\u043E\u043F\u043E\u043B\u043E\u0436\u0435\u043D\u0438\u0435 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430","subtitle.quickButton.green":"\u0437\u0435\u043B\u0435\u043D\u044B\u0439","subtitle.quickButton.translationPositionBottom":"\u043E\u0440\u0438\u0433\u0438\u043D\u0430\u043B \u043D\u0438\u0436\u0435","subtitle.quickButton.yellow":"\u0436\u0435\u043B\u0442\u044B\u0439","subtitle.quickButton.backgroundColor":"\u0444\u043E\u043D\u043E\u0432\u044B\u0439 \u0446\u0432\u0435\u0442","subtitle.quickButton.sourceFontSize":"\u0418\u0441\u0445\u043E\u0434\u043D\u044B\u0439 \u0440\u0430\u0437\u043C\u0435\u0440 \u0448\u0440\u0438\u0444\u0442\u0430","translationServices.claude":"\u041A\u043B\u043E\u0434","subtitle.quickButton.setting":"\u043D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0430","subtitle.quickButton.translationFontSize":"\u0440\u0430\u0437\u043C\u0435\u0440 \u0448\u0440\u0438\u0444\u0442\u0430 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430","subtitle.quickButton.translationTextColor":"\u0426\u0432\u0435\u0442 \u0448\u0440\u0438\u0444\u0442\u0430 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430","subtitle.quickButton.black":"\u0447\u0435\u0440\u043D\u044B\u0439","subtitle.quickButton.sourceTextColor":"\u0418\u0441\u0445\u043E\u0434\u043D\u044B\u0439 \u0446\u0432\u0435\u0442 \u0448\u0440\u0438\u0444\u0442\u0430","subtitle.quickButton.backgroundOpacity":"\u0424\u043E\u043D\u043E\u0432\u0430\u044F \u043D\u0435\u043F\u0440\u043E\u0437\u0440\u0430\u0447\u043D\u043E\u0441\u0442\u044C",attachSubtitleTranslating:"\u0418\u0441\u043F\u043E\u043B\u044C\u0437\u0443\u044F {service} \u0434\u043B\u044F \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430...","error.claude.403":"\u0412\u0440\u0435\u043C\u0435\u043D\u043D\u043E \u043D\u0435\u0442 \u0434\u043E\u0441\u0442\u0443\u043F\u0430 \u043A \u0441\u0435\u0440\u0432\u0438\u0441\u0443, \u0432\u043E\u0437\u043C\u043E\u0436\u043D\u043E, \u044D\u0442\u043E \u0441\u0432\u044F\u0437\u0430\u043D\u043E \u0441 \u0440\u0435\u0433\u0438\u043E\u043D\u0430\u043B\u044C\u043D\u044B\u043C\u0438 \u043E\u0433\u0440\u0430\u043D\u0438\u0447\u0435\u043D\u0438\u044F\u043C\u0438 \u041A\u043B\u043E\u0434\u0430. \u0412\u044B \u043C\u043E\u0436\u0435\u0442\u0435 \u043F\u043E\u043F\u0440\u043E\u0431\u043E\u0432\u0430\u0442\u044C \u0438\u0437\u043C\u0435\u043D\u0438\u0442\u044C \u0441\u0432\u043E\u0439 IP-\u0430\u0434\u0440\u0435\u0441 \u0438\u043B\u0438 \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u044C \u0434\u0440\u0443\u0433\u0438\u0435 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0447\u0435\u0441\u043A\u0438\u0435 \u0443\u0441\u043B\u0443\u0433\u0438.","browser.brandDescriptionForSafari":"\u3010\u041F\u043E\u0433\u0440\u0443\u0436\u0435\u043D\u0438\u0435 \u0432 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u3011\u0411\u0435\u0441\u043F\u043B\u0430\u0442\u043D\u044B\u0439 \u043F\u043B\u0430\u0433\u0438\u043D \u0434\u043B\u044F \u0434\u0432\u0443\u044F\u0437\u044B\u0447\u043D\u043E\u0433\u043E \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430 \u0432\u0435\u0431-\u0441\u0442\u0440\u0430\u043D\u0438\u0446 (\u043E\u0440\u0438\u0433\u0438\u043D\u0430\u043B/\u043F\u0435\u0440\u0435\u0432\u043E\u0434), \u043F\u043E\u0434\u0434\u0435\u0440\u0436\u0438\u0432\u0430\u044E\u0449\u0438\u0439 \u043F\u0435\u0440\u0435\u0432\u043E\u0434 PDF \u0438 \u043F\u0435\u0440\u0435\u0432\u043E\u0434 \u044D\u043B\u0435\u043A\u0442\u0440\u043E\u043D\u043D\u044B\u0445 \u043A\u043D\u0438\u0433 EPUB \u0441 \u0441\u043E\u0445\u0440\u0430\u043D\u0435\u043D\u0438\u0435\u043C \u043E\u0440\u0438\u0433\u0438\u043D\u0430\u043B\u044C\u043D\u043E\u0433\u043E \u0444\u043E\u0440\u043C\u0430\u0442\u0438\u0440\u043E\u0432\u0430\u043D\u0438\u044F \u0434\u043E\u043A\u0443\u043C\u0435\u043D\u0442\u0430, \u043F\u0435\u0440\u0435\u0432\u043E\u0434 \u0434\u0432\u0443\u044F\u0437\u044B\u0447\u043D\u044B\u0445 \u0441\u0443\u0431\u0442\u0438\u0442\u0440\u043E\u0432 \u0434\u043B\u044F \u043E\u043D\u043B\u0430\u0439\u043D-\u0432\u0438\u0434\u0435\u043E \u043D\u0430 Youtube/Netflix, \u043F\u043E\u0434\u0434\u0435\u0440\u0436\u0438\u0432\u0430\u044E\u0449\u0438\u0439 \u043E\u0441\u043D\u043E\u0432\u043D\u044B\u0435 \u0441\u0435\u0440\u0432\u0438\u0441\u044B \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430, \u0442\u0430\u043A\u0438\u0435 \u043A\u0430\u043A Deepl/Google \u0438 \u0442.\u0434.","browser.PdfProFile":"\u041F\u0435\u0440\u0435\u0432\u043E\u0434 PDF Pro, \u0443\u043F\u0440\u0430\u0432\u043B\u044F\u0435\u043C\u044B\u0439 AI","browser.textTranslate":"\u0422\u0435\u043A\u0441\u0442\u043E\u0432\u044B\u0439 \u043F\u0435\u0440\u0435\u0432\u043E\u0434"};var q4={nologin:"\uB85C\uADF8\uC778\uD558\uC9C0 \uC54A\uC74C",loginForSafari:"\uB85C\uADF8\uC778 \uB610\uB294 \uB4F1\uB85D",login:"\uB85C\uADF8\uC778\uD558\uC5EC \uBA64\uBC84\uC2ED \uAC1C\uC124",manageAccount:"\uAD00\uB9AC \uACC4\uC815",openPremium:"\uBA64\uBC84\uC2ED \uC5F4\uAE30",logout:"\uC911\uB2E8",curentPlan:"\uD604\uC7AC \uD328\uD0A4\uC9C0",endAt:"\uB9CC\uB8CC",endAuto:"\uC790\uB3D9 \uAC31\uC2E0",lineBreakMaxTextCount:"\uC904 \uBC14\uAFC8 \uC774\uD6C4 \uBB38\uC7A5\uB2F9 \uD5C8\uC6A9\uB418\uB294 \uCD5C\uB300 \uAE00\uC790 \uC218","translate-pdf":"PDF\uB97C \uBC88\uC5ED\uD558\uB824\uBA74 \uD074\uB9AD\uD558\uC138\uC694.","noSupportTranslate-pdf":"\uC2A4\uD06C\uB9BD\uD2B8\uAC00 \uC9C0\uC6D0\uB418\uC9C0 \uC54A\uC73C\uB2C8 \uD50C\uB7EC\uADF8\uC778\uC744 \uC0AC\uC6A9\uD558\uC138\uC694.","translate-firefox-local-pdf":"PDF \uAC00\uC838\uC624\uAE30\uB85C \uC774\uB3D9\uD558\uB824\uBA74 \uD074\uB9AD\uD558\uC138\uC694.",enableLineBreak:"\uAE34 \uB2E8\uB77D\uC5D0 \uC790\uB3D9 \uC904 \uBC14\uAFC8 \uD65C\uC131\uD654",sponsorLabel:"1 \uD6C4\uC6D0 \uAC1C\uBC1C\uC790",help:"hand",browserShortcutsNoteForFirefox:"Firefox\uC5D0\uC11C \uBC14\uB85C\uAC00\uAE30\uB97C \uBCC0\uACBD\uD558\uB824\uBA74 \uD655\uC7A5 \uD504\uB85C\uADF8\uB7A8 \uAD00\uB9AC \uD398\uC774\uC9C0 `\uC815\uBCF4:\uC560\uB4DC\uC628`\uC744 \uC5F4\uACE0 `\uC124\uC815`\uC744 \uD074\uB9AD\uD55C \uB2E4\uC74C `\uBC14\uB85C \uAC00\uAE30 \uAD00\uB9AC`\uB97C \uD074\uB9AD\uD558\uC5EC \uBC14\uB85C\uAC00\uAE30\uB97C \uC124\uC815\uD574\uC57C \uD569\uB2C8\uB2E4.",browserShortcutsNoteForChrome:"Chrome\uC5D0\uC11C \uBC14\uB85C\uAC00\uAE30\uB97C \uC218\uC815\uD558\uB824\uBA74 \uD655\uC7A5 \uD504\uB85C\uADF8\uB7A8 \uAD00\uB9AC \uD398\uC774\uC9C0\uB97C \uC5F4\uACE0 '\uBC14\uB85C \uAC00\uAE30 \uAD00\uB9AC' \uD328\uB110(`chrome://extensions/shortcuts`)\uC5D0\uC11C \uC124\uC815\uD55C \uD6C4 \uC544\uB798 \uBC84\uD2BC\uC744 \uD074\uB9AD\uD558\uC5EC \uBC14\uB85C \uAC00\uAE30 \uAD00\uB9AC \uD398\uC774\uC9C0\uB85C \uC774\uB3D9\uD574\uC57C \uD569\uB2C8\uB2E4.",browserShortcutsSucks:"\uC0AC\uC6A9\uC790 \uC9C0\uC815 \uBC14\uB85C\uAC00\uAE30\uC758 \uD615\uC2DD\uC740\uFF1A\uC785\uB2C8\uB2E4(\uC790\uB3D9 \uC778\uC2DD\uB418\uC9C0 \uC54A\uC73C\uBBC0\uB85C \uC9C1\uC811 \uC785\uB825\uD558\uC138\uC694).",enableLineBreakDescription:"\uC774 \uAE30\uB2A5\uC744 \uCF1C\uBA74 \uAE34 \uB2E8\uB77D\uC758 \uAC01 \uBB38\uC7A5 \uB05D\uC5D0 \uC904 \uBC14\uAFC8\uC774 \uC0BD\uC785\uB418\uC5B4 \uBB38\uC7A5\uC744 \uB354 \uC27D\uAC8C \uC77D\uC744 \uC218 \uC788\uC2B5\uB2C8\uB2E4.","browser.shortBrandName":"\uBAB0\uC785 \uBC88\uC5ED","browser.brandName":"\uBAB0\uC785 \uBC88\uC5ED: \uC774\uC911 \uC5B8\uC5B4 \uC6F9 \uD398\uC774\uC9C0 \uBC88\uC5ED \uBC0F PDF \uBB38\uC11C \uBC88\uC5ED","browser.brandDescription":"Bilingual web page translation, also supports PDF translation, bilingual Epub eBook translation, free to use.","browser.toggleTranslatePage":"\uD398\uC774\uC9C0 \uBC88\uC5ED/\uC6D0\uBB38 \uD45C\uC2DC","browser.toggleTranslateTheWholePage":"\uD398\uC774\uC9C0\uC758 \uBAA8\uB4E0 \uC601\uC5ED \uBC88\uC5ED/\uC6D0\uBB38 \uD14D\uC2A4\uD2B8 \uD45C\uC2DC","browser.toggleOnlyTransation":"\uC591\uC5B8\uC5B4/\uBC88\uC5ED\uBB38\uB9CC \uBAA8\uB4DC\uB85C \uC804\uD658","browser.toggleTranslateToThePageEndImmediately":"\uD398\uC774\uC9C0 \uD558\uB2E8\uC73C\uB85C \uC989\uC2DC \uBC88\uC5ED/\uC6D0\uBB38 \uD45C\uC2DC","browser.toggleTranslateTheMainPage":"\uD398\uC774\uC9C0\uC758 \uC8FC\uC694 \uC601\uC5ED \uBC88\uC5ED/\uC6D0\uBB38 \uD14D\uC2A4\uD2B8 \uD45C\uC2DC","browser.shareToDraft":"\uC774\uC911 \uC5B8\uC5B4 \uD398\uC774\uC9C0 \uACF5\uC720","browser.openOptionsPage":"\uC124\uC815 \uD398\uC774\uC9C0 \uC5F4\uAE30","browser.toggleTranslationMask":"\uBC88\uC5ED \uD750\uB9BC \uD6A8\uACFC \uD45C\uC2DC/\uC228\uAE30\uAE30","browser.translateLocalPdfFile":"\uB85C\uCEEC PDF \uD30C\uC77C \uBC88\uC5ED","browser.openEbookViewer":"\uD604\uC9C0 \uC804\uC790\uCC45 \uC77D\uAE30","browser.openEbookBuilder":"\uC774\uC911 \uC5B8\uC5B4 EPUB \uC804\uC790\uCC45 \uB9CC\uB4E4\uAE30","browser.translateLocalHtmlFile":"HTML/\uD14D\uC2A4\uD2B8 \uD30C\uC77C \uBC88\uC5ED","browser.donateContext":"\uC2A4\uD3F0\uC11C\uC2ED \uD61C\uD0DD\uC5D0 \uB300\uD574 \uC54C\uC544\uBCF4\uAE30","browser.translateLocalSubtitleFile":"\uB85C\uCEEC \uC790\uB9C9 \uD30C\uC77C \uBC88\uC5ED",confirmResetConfig:"\uC124\uC815\uC744 \uC7AC\uC124\uC815\uD558\uC2DC\uACA0\uC2B5\uB2C8\uAE4C?",translationLineBreakSettingTitle:"\uBC88\uC5ED \uC904 \uBC14\uAFC8 \uC124\uC815",smartLineBreak:"\uC2A4\uB9C8\uD2B8 \uB77C\uC778 \uD53C\uB4DC(\uCEF4\uD4E8\uD305)",alwaysLineBreak:"\uD56D\uC0C1 \uB77C\uC778 \uD53C\uB4DC",isShowContextMenu:"\uBA54\uB274 \uD56D\uBAA9\uC744 \uB9C8\uC6B0\uC2A4 \uC624\uB978\uCABD \uBC84\uD2BC\uC73C\uB85C \uD074\uB9AD\uD558\uC5EC \uBC88\uC5ED\uB41C \uD398\uC774\uC9C0 \uCD94\uAC00\uD558\uAE30",toggleBeta:"\uBCA0\uD0C0 \uD14C\uC2A4\uD2B8 \uAE30\uB2A5 \uD65C\uC131\uD654",betaDescription:"\uC544\uC9C1 \uC2E4\uD5D8\uB2E8\uACC4\uC778 \uAE30\uB2A5\uB4E4\uACFC \uBCA0\uD0C0\uBC84\uC804\uC778 \uBC88\uC5ED \uC11C\uBE44\uC2A4\uB97C \uC0AC\uC6A9\uD574\uBCF4\uC138\uC694. <1>\uD154\uB808\uADF8\uB7A8 \uADF8\uB8F9\uC5D0 \uAC00\uC785\uD558\uC5EC \uC790\uC138\uD788 \uC54C\uC544\uBCF4\uC138\uC694.",translationLineBreakSettingDescription:"\uCF58\uD150\uCE20\uAC00 \uC801\uC740 \uD398\uC774\uC9C0\uC758 \uACBD\uC6B0 \uD56D\uC0C1 \uC904 \uBC14\uAFC8\uC774 \uAE54\uB054\uD558\uAC8C \uC720\uC9C0\uB429\uB2C8\uB2E4. (\uCF58\uD150\uCE20\uAC00 \uB9CE\uC740 \uAE34 \uB2E8\uB77D({count}\uC790 \uC774\uC0C1)\uC5D0\uB294 \uC2A4\uB9C8\uD2B8 \uC904 \uBC14\uAFC8\uC744 \uC0AC\uC6A9\uD558\uC5EC \uACF5\uAC04\uC744 \uC808\uC57D\uD558\uC138\uC694.)",tempTranslateDomainTitle:"\uC6F9\uC0AC\uC774\uD2B8 \uBC88\uC5ED\uC774 \uC77C\uC2DC\uC801\uC73C\uB85C \uCF1C\uC9C0\uB294 \uAE30\uAC04",tempTranslateDomainDescription:"\uC6F9 \uD398\uC774\uC9C0\uB97C \uC218\uB3D9\uC73C\uB85C \uBC88\uC5ED\uD560 \uB54C \uC790\uB3D9 \uBC88\uC5ED\uC744 \uC704\uD574 \uC6F9 \uC0AC\uC774\uD2B8\uB97C \uC77C\uC2DC\uC801\uC73C\uB85C \uCF1C\uACE0 \uC77C\uC2DC\uC801\uC778 \uAE30\uAC04\uC744 \uC124\uC815\uD560 \uC218 \uC788\uC2B5\uB2C8\uB2E4.",xMinutes:"{count} \uBD84",disabled:"STH \uC0AC\uC6A9\uC744 \uAE08\uC9C0\uD569\uB2C8\uB2E4.",changelog:"\uC5C5\uB370\uC774\uD2B8 \uB85C\uADF8",toggleTranslatePageWhenThreeFingersOnTheScreen:"\uC5EC\uB7EC \uC190\uAC00\uB77D\uC774 \uB3D9\uC2DC\uC5D0 \uD654\uBA74\uC744 \uD130\uCE58\uD560 \uB54C \uC6F9 \uD398\uC774\uC9C0 \uBC88\uC5ED/\uC6D0\uBB38 \uD14D\uC2A4\uD2B8 \uD45C\uC2DC",toggleTranslationMaskWhenThreeFingersOnTheScreen:"\uC5EC\uB7EC \uC190\uAC00\uB77D\uC73C\uB85C \uD130\uCE58\uD558\uBA74 \uD750\uB9BC \uD6A8\uACFC\uB97C \uD45C\uC2DC\uD558\uAC70\uB098 \uC228\uAE38 \uC218 \uC788\uC2B5\uB2C8\uB2E4.",fingerCountToToggleTranslagePageOnlyTranslationWhenTouching:"\uC5EC\uB7EC \uC190\uAC00\uB77D\uC73C\uB85C \uB3D9\uC2DC\uC5D0 \uD654\uBA74\uC744 \uD130\uCE58\uD558\uBA74 \uC6F9 \uD398\uC774\uC9C0\uAC00 \uBC88\uC5ED(\uBC88\uC5ED \uC804\uC6A9)/\uC6D0\uBB38\uC744 \uD45C\uC2DC\uD569\uB2C8\uB2E4.",addUrlDescription:"\uB3C4\uBA54\uC778 \uC774\uB984\uC77C \uC218 \uC788\uC73C\uBA70 \uC640\uC77C\uB4DC\uCE74\uB4DC(\uC608:\uFF1A*.google.com, google.com/mail/*, https://www.google.com/*)\uB3C4 \uC9C0\uC6D0\uD569\uB2C8\uB2E4.",general:"\uAE30\uBCF8 \uC124\uC815",clickToExpandConfig:"\uD604\uC7AC \uAD6C\uC131 \uD655\uC7A5",import:"\uD30C\uC77C\uC5D0\uC11C \uAC00\uC838\uC624\uAE30",export:"\uD30C\uC77C\uB85C \uB0B4\uBCF4\uB0B4\uAE30",toggleDebug:"\uCF58\uC194\uC5D0\uC11C \uB514\uBC84\uADF8 \uB85C\uADF8 \uC778\uC1C4","fingers.0":"\uC751\uACE0","fingers.2":"\uB450 \uC190\uAC00\uB77D \uD130\uCE58","fingers.3":"\uC138 \uC190\uAC00\uB77D \uD130\uCE58","fingers.4":"\uB124 \uC190\uAC00\uB77D \uD130\uCE58","fingers.5":"\uB2E4\uC12F \uC190\uAC00\uB77D \uD130\uCE58",mouseHoldKey:"+ {key} \uB2E8\uB77D \uBC88\uC5ED/\uBCF5\uC6D0\uD558\uAE30",mouseHoldKeyAuto:"\uB2E8\uB77D\uC758 \uC9C1\uC811 \uBC88\uC5ED",mouseHoldKeyOff:"\uC544\uBB34\uAC83\uB3C4 \uD558\uC9C0 \uB9C8\uC138\uC694.",mouseHoldKeyOther:"\uC0AC\uC6A9\uC790 \uC9C0\uC815 \uBC14\uB85C \uAC00\uAE30(\uC124\uC815 \uC5F4\uAE30)",mouseHoldKeyCustomKey:"{key} \uB2E8\uB77D\uC758 \uBC88\uC5ED/\uCD95\uC18C",mouseHoverHoldKey:"\uBC14\uB85C \uAC00\uAE30 \uD0A4\uB97C \uB204\uB978 \uC0C1\uD0DC\uC5D0\uC11C \uB9C8\uC6B0\uC2A4\uB97C \uAC00\uB9AC\uD0A4\uBA74 \uB2E8\uB77D\uC774 \uBC88\uC5ED\uB429\uB2C8\uB2E4.","mouse-translate":"\uB9C8\uC6B0\uC2A4 \uD638\uBC84",document:"(\uCEF4\uD4E8\uD130) \uD30C\uC77C",resetSuccess:"\uBAA8\uB4E0 \uC124\uC815 \uC7AC\uC124\uC815\uC5D0 \uC131\uACF5",resetThisSuccess:"\uC7AC\uC124\uC815 \uC131\uACF5",saved:"\uC800\uC7A5 \uC131\uACF5",successImportConfig:"\uC131\uACF5\uC801\uC73C\uB85C \uAC00\uC838\uC628 \uAD6C\uC131",goAdvancedSettings:"\uACE0\uAE09 \uC124\uC815 \uD398\uC774\uC9C0\uB85C \uC774\uB3D9\uD569\uB2C8\uB2E4.",goAdvancedInterfaceSettings:"\uACE0\uAE09 \uC0AC\uC6A9\uC790 \uC9C0\uC815 \uC124\uC815 \uD398\uC774\uC9C0\uB85C \uC774\uB3D9\uD569\uB2C8\uB2E4.",advanced:"\uACE0\uAE09 \uC124\uC815",advancedDescription:"\uC77C\uBC18\uC801\uC73C\uB85C \uC124\uC815\uC774 \uD544\uC694\uD558\uC9C0 \uC54A\uC73C\uBA70 \uAE30\uBCF8\uAC12\uC744 \uADF8\uB300\uB85C \uB450\uBA74 \uB429\uB2C8\uB2E4. \uBCF4\uB2E4 \uC804\uBB38\uC801\uC778 \uC0AC\uC6A9\uC790\uB9CC \uAC1C\uC778\uD654\uB41C \uC124\uC815\uC744 \uC0AC\uC6A9\uD560 \uC218 \uC788\uC2B5\uB2C8\uB2E4.",developer:"\uAC1C\uBC1C\uC790 \uC124\uC815",donateCafe:"\uAC00\uACA9","translate to the bottom of the page":"\uD398\uC774\uC9C0\uC5D0 \uB4E4\uC5B4\uAC00\uBA74 \uBC14\uB85C \uD398\uC774\uC9C0 \uD558\uB2E8\uC73C\uB85C \uBC88\uC5ED\uB418\uB098\uC694?",feedback:"\uC9C8\uBB38 \uD53C\uB4DC\uBC31",toggleTranslatePage:"\uD398\uC774\uC9C0 \uBC88\uC5ED/\uC6D0\uBB38 \uD45C\uC2DC",translateToThePageEndImmediatelyDescription:"\uC774 \uAE30\uB2A5\uC744 \uCF1C\uBA74 \uC785\uB825\uD558\uB294 \uC989\uC2DC \uD398\uC774\uC9C0\uC758 \uC704\uCABD\uC5D0\uC11C \uC544\uB798\uCABD\uC73C\uB85C \uCF58\uD150\uCE20\uAC00 \uBC88\uC5ED\uB429\uB2C8\uB2E4. \uB044\uBA74 \uC77D\uB294 \uB300\uB85C \uBC88\uC5ED\uB429\uB2C8\uB2E4. (\uAD8C\uC7A5\uD558\uC9C0 \uC54A\uC74C)","translate all areas of the page":"\uD398\uC774\uC9C0\uC758 \uBAA8\uB4E0 \uC601\uC5ED\uC744 \uBC88\uC5ED\uD560\uC9C0 \uC5EC\uBD80",translationAreaDescription:"\uCF1C\uBA74 \uC804\uCCB4 \uC6F9 \uD398\uC774\uC9C0\uC758 \uBAA8\uB4E0 \uC601\uC5ED\uC774 \uBC88\uC5ED\uB429\uB2C8\uB2E4. \uB044\uBA74 \uAE30\uBCF8 \uC2A4\uB9C8\uD2B8 \uC778\uC2DD\uC774 \uC0AC\uC6A9\uB418\uBA70 \uC8FC\uC694 \uC601\uC5ED\uB9CC \uBC88\uC5ED\uB429\uB2C8\uB2E4. (\uCF1C\uC9C0 \uC54A\uB294 \uAC83\uC774 \uC88B\uC2B5\uB2C8\uB2E4.)","the number of characters to be translated first":"\uBCF4\uAE30 \uC601\uC5ED\uC73C\uB85C \uC2A4\uD06C\uB864\uD560 \uB54C\uAE4C\uC9C0 \uAE30\uB2E4\uB9AC\uC9C0 \uC54A\uACE0 \uD398\uC774\uC9C0\uC758 \uCC98\uC74C \uBA87 \uBB38\uC790\uB97C \uBC14\uB85C \uBC88\uC5ED\uD569\uB2C8\uB2E4.","interface language":"\uC778\uD130\uD398\uC774\uC2A4 \uC5B8\uC5B4","display both the original text and the translation":"\uC6D0\uBCF8\uACFC \uBC88\uC5ED\uBCF8 \uB3D9\uC2DC \uD45C\uC2DC","keyboard shortcuts":"\uD0A4\uBCF4\uB4DC \uB2E8\uCD95\uD0A4",modify:"\uBC14\uB85C \uAC00\uAE30 \uD0A4 \uC218\uC815",reset:"\uC7AC\uD504\uB85C\uBE44\uC800\uB2DD",close:"\uC751\uACE0",homepage:"\uD648\uD398\uC774\uC9C0",more:"\uB354 \uBCF4\uAE30",moreOptions:"\uB354 \uB9CE\uC740 \uC0AC\uC6A9\uC790 \uC9C0\uC815 \uC635\uC158 \uD655\uC7A5",translateTheWholePage:"\uD398\uC774\uC9C0\uC758 \uBAA8\uB4E0 \uC601\uC5ED \uBC88\uC5ED(\uC8FC\uC694 \uC601\uC5ED\uB9CC \uC9C0\uB2A5\uC801\uC73C\uB85C \uC778\uC2DD\uD558\uB294 \uAC83\uC774 \uC544\uB2C8\uB77C)",changeToTranslateTheWholePage:"\uBAA8\uB4E0 \uC9C0\uC5ED \uBC88\uC5ED\uC73C\uB85C \uC804\uD658",changeToTranslateTheMainPage:"\uAE30\uBCF8 \uC601\uC5ED \uBC88\uC5ED\uC73C\uB85C \uC804\uD658",changeToOnlyTranslationMode:"\uBC88\uC5ED\uB9CC \uD45C\uC2DC\uD558\uB3C4\uB85D \uD1A0\uAE00",changeToDualTranslationMode:"\uC774\uC911 \uC5B8\uC5B4 \uBC88\uC5ED\uC73C\uB85C \uC804\uD658",translateToThePageEndImmediately:"\uD398\uC774\uC9C0 \uD558\uB2E8\uC73C\uB85C \uC989\uC2DC \uBC88\uC5ED\uD558\uAE30",translateTheMainPage:"\uC9C0\uB2A5\uD615 \uBC88\uC5ED \uC8FC\uC694 \uC9C0\uC5ED","The local rules are up to date":"\uB85C\uCEEC \uC801\uC751 \uADDC\uCE59\uC740 \uCD5C\uC2E0 \uC0C1\uD0DC\uC785\uB2C8\uB2E4.","Successfully synchronized with the latest official rules:":"\uCD5C\uC2E0 \uACF5\uC2DD \uC801\uC751 \uADDC\uCE59\uACFC \uC131\uACF5\uC801\uC73C\uB85C \uB3D9\uAE30\uD654\uB418\uC5C8\uC2B5\uB2C8\uB2E4.","Checking for updates":"\uC5C5\uB370\uC774\uD2B8 \uD655\uC778","Rules are being synchronized":"\uC801\uC751 \uADDC\uCE59 \uB3D9\uAE30\uD654 \uC911",localVersionIsTooOld:"\uB85C\uCEEC \uD655\uC7A5 \uD504\uB85C\uADF8\uB7A8 \uBC84\uC804\uC774 \uB108\uBB34 \uC624\uB798\uB418\uC5C8\uC73C\uBBC0\uB85C \uB3D9\uAE30\uD654\uB97C \uC2DC\uB3C4\uD558\uAE30 \uC804\uC5D0 \uD655\uC7A5 \uD504\uB85C\uADF8\uB7A8\uC744 {minVersion} \uC774\uC0C1\uC73C\uB85C \uC5C5\uADF8\uB808\uC774\uB4DC\uD558\uC138\uC694.",badUserscriptBrowser:"\uD604\uC7AC \uBE0C\uB77C\uC6B0\uC800\uB294 \uADF8\uB9AC\uC2A4\uBABD\uD0A4 \uD655\uC7A5 \uC778\uD130\uD398\uC774\uC2A4\uB97C \uC62C\uBC14\uB974\uAC8C \uAD6C\uD604\uD558\uC9C0 \uC54A\uC73C\uBBC0\uB85C(\uC608: \uADF8\uB9AC\uC2A4\uBABD\uD0A4 \uC2A4\uD06C\uB9BD\uD2B8 \uC790\uCCB4\uC758 \uBC84\uC804 \uBC88\uD638\uC5D0 \uB300\uD55C \uC815\uBCF4\uB97C \uC5BB\uC73C\uB824\uBA74), \uD30C\uC774\uC5B4\uD3ED\uC2A4 \uB4F1 <1>\uADF8\uB9AC\uC2A4\uBABD\uD0A4 \uD655\uC7A5 \uAE30\uB2A5\uC744 \uC9C0\uC6D0\uD558\uB294 \uB2E4\uB978 \uBE0C\uB77C\uC6B0\uC800\uB97C \uC0AC\uC6A9\uD558\uC2DC\uAE30 \uBC14\uB78D\uB2C8\uB2E4.",foundNewVersion:"\uC0C8 \uBC84\uC804 \uC54C\uC544\uBCF4\uAE30",theLocalExtensionIsUpToUpdate:"\uD604\uC7AC \uD655\uC7A5 \uD504\uB85C\uADF8\uB7A8\uC774 \uCD5C\uC2E0 \uBC84\uC804\uC785\uB2C8\uB2E4.",failToSyncRules:"\uCD5C\uC2E0 \uC801\uC751 \uADDC\uCE59\uC744 \uB3D9\uAE30\uD654\uD558\uC9C0 \uBABB\uD568",retry:"\uB2E4\uC2DC \uC2DC\uB3C4\uD558\uB824\uBA74 \uC5EC\uAE30\uB97C \uD074\uB9AD\uD558\uC138\uC694.",failedReason:"\uC2E4\uD328 \uC774\uC720",currentRuleVersion:"\uD604\uC7AC \uADDC\uCE59 \uBC84\uC804",calculating:"\uACC4\uC0B0",unknownError:"\uC54C \uC218 \uC5C6\uB294 \uC624\uB958",canNotFetchRemoteRule:"\uC6D0\uACA9 \uADDC\uCE59\uC744 \uAC00\uC838\uC62C \uC218 \uC5C6\uC74C",enableAlphaSuccess:"\uC54C\uD30C \uC0AC\uC6A9",disableAlphaSuccess:"\uC54C\uD30C \uAE30\uB2A5\uC774 \uAEBC\uC838 \uC788\uC2B5\uB2C8\uB2E4.",cacheSize:"\uCE90\uC2DC \uD06C\uAE30\uFF1A",cleaning:"\uCCAD\uC0B0 \uACFC\uC815\uC5D0\uC11C",cleanCache:"\uCE90\uC2DC \uC9C0\uC6B0\uAE30",options:"\uC124\uC815",about:"\uB2E4\uC74C\uACFC \uAD00\uB828\uD558\uC5EC",service:"\uD1B5\uC5ED \uC11C\uBE44\uC2A4",needAction:"(\uC124\uC815\uC73C\uB85C \uC774\uB3D9)",goSettings:"\uACC4\uC18D\uD574\uC11C \uC124\uC815\uD558\uC138\uC694.",needActionForOptions:"(\uC124\uC815 \uC608\uC815)",translationEngine:"\uC5D4\uC9C4 \uC635\uC158",sourceLanguage:"\uC6D0\uBCF8 \uC5B8\uC5B4",target:"\uB300\uC0C1 \uC5B8\uC5B4",popupSourceLanguage:"\uC6D0\uBCF8 \uC5B8\uC5B4",popupTarget:"\uB300\uC0C1 \uC5B8\uC5B4",popupService:"\uD1B5\uC5ED \uC11C\uBE44\uC2A4",forThisSite:"\uD604\uC7AC \uC6F9\uC0AC\uC774\uD2B8",autoEnableSubtitle:"\uC774\uC911 \uC5B8\uC5B4 \uC790\uB9C9 \uC790\uB3D9 \uC5F4\uAE30",alwaysTranslate:"\uD56D\uC0C1 \uBC88\uC5ED",neverTranslate:"\uBC88\uC5ED \uAE08\uC9C0",alwaysTranslateSomeLanguage:"\uD56D\uC0C1 \uBC88\uC5ED {language}",neverTranslateSomeLanguage:"\uBC88\uC5ED \uAE08\uC9C0 {language}",alwaysTranslateSomeSite:"\uD56D\uC0C1 \uBC88\uC5ED {hostname}",neverTranslateSomeSite:"\uBC88\uC5ED \uAE08\uC9C0 {hostname}",alwaysTranslateSomeSiteOrWildSite:"\uD56D\uC0C1 \uC0AC\uC774\uD2B8 \uBC88\uC5ED",alwaysTranslateSomePage:"\uD56D\uC0C1 \uD398\uC774\uC9C0 \uBC88\uC5ED",add:"\uC99D\uAC00",default:"\uAE30\uBCF8\uAC12(\uC124\uC815)",forThisLanguage:"\uC774 \uC5B8\uC5B4\uC758 \uACBD\uC6B0\uFF1A","add url":"URL \uC785\uB825",edit:"\uCEF4\uD30C\uC77C\uB7EC","translate other languages into specific language":"\uB2E4\uB978 \uC5B8\uC5B4\uB97C \uC124\uC815\uD55C \uC5B8\uC5B4\uB85C \uBC88\uC5ED","select translation service":"\uBC88\uC5ED \uC11C\uBE44\uC2A4 \uC120\uD0DD",language:"\uB2E4\uAD6D\uC5B4 \uC9C0\uC6D0","show-original":"\uC6D0\uBCF8 \uD14D\uC2A4\uD2B8 \uD45C\uC2DC",translate:"\uB80C\uB354\uB9C1",Translated:"\uBC88\uC5ED\uB428",Translating:"\uBC88\uC5ED \uC911",Error:"\uC798\uBABB\uB41C",allowCacheTranslations:"\uB85C\uCEEC \uBC88\uC5ED \uCE90\uC2F1 \uC0AC\uC6A9(\uC911\uBCF5 \uAD6C\uC808\uC5D0 \uB300\uD55C \uBC88\uC5ED \uC694\uCCAD\uC744 \uC904\uC774\uAE30 \uC704\uD574)","translation display":"\uBC88\uC5ED \uD45C\uC2DC \uC2A4\uD0C0\uC77C","select diplay style":"\uB2E4\uC74C \uC608\uC2DC\uB97C \uAD6C\uCCB4\uC801\uC73C\uB85C \uCC38\uC870\uD558\uC5EC \uBC88\uC5ED \uC2A4\uD0C0\uC77C\uC744 \uAD6C\uBD84\uD558\uC138\uC694.",interface:"\uC778\uD130\uD398\uC774\uC2A4 \uC124\uC815",import_export:"\uAC00\uC838\uC624\uAE30/\uB0B4\uBCF4\uB0B4\uAE30",import_export_title:"\uAD6C\uC131 \uAC00\uC838\uC624\uAE30/\uB0B4\uBCF4\uB0B4\uAE30",syncToGoogleDrive:"\uC9C0\uAE08 Google \uB4DC\uB77C\uC774\uBE0C\uC640 \uB3D9\uAE30\uD654",floatBallOptions:"\uD638\uBC84\uBCFC \uC124\uC815","floatBallOptions.enable":"\uD638\uBC84\uBCFC \uD65C\uC131\uD654","floatBallOptions.blockUrls":"\uC6F9\uC0AC\uC774\uD2B8 \uBE44\uD65C\uC131\uD654","floatBallOptions.add":"\uC99D\uAC00","floatBallOptions.blockUrlDesc":"\uB2E4\uC74C \uC6F9\uC0AC\uC774\uD2B8\uC5D0\uC11C\uB294 \uD638\uBC84\uBCFC\uC774 \uD45C\uC2DC\uB418\uC9C0 \uC54A\uC2B5\uB2C8\uB2E4.","floatBallOptions.clickType":"\uD074\uB9AD \uB3D9\uC791","floatBallOptions.clickTypeDesc":"\uD074\uB9AD \uC2DC \uD638\uBC84\uBCFC \uC544\uC774\uCF58 \uB3D9\uC791","floatBallOptions.clickPopup":"\uBC88\uC5ED \uD328\uB110 \uD45C\uC2DC","floatBallOptions.clickTranslate":"\uC6D0\uBCF8 \uD14D\uC2A4\uD2B8 \uBC88\uC5ED/\uD45C\uC2DC","floatBallOptions.fixedPosition":"\u56FA\u5B9A\u4F4D\u7F6E","floatBallOptions.fixedPositionDesc":"\u60AC\u6D6E\u7403\u5728\u7A97\u53E3\u5DE6\u4FA7\u8FD8\u662F\u53F3\u4FA7","floatBallOptions.fixedPositionLeft":"\u5DE6\u4FA7","floatBallOptions.fixedPositionRight":"\u53F3\u4FA7",previewAllThemes:"\uBAA8\uB4E0 \uC2A4\uD0C0\uC77C \uBBF8\uB9AC\uBCF4\uAE30","translationTheme.none":"\uAC00\uC9C0\uACE0 \uC788\uC9C0 \uC54A\uB2E4","translationTheme.grey":"\uC9D9\uC740 \uD68C\uC0C9","translationTheme.dashed":"\uC810\uC120 \uBC11\uC904","translationTheme.dotted":"\uC810\uC120 \uBC11\uC904","translationTheme.dashedBorder":"\uC810\uC120 \uD14C\uB450\uB9AC","translationTheme.solidBorder":"\uC2E4\uC120 \uD14C\uB450\uB9AC","translationTheme.underline":"\uC9C1\uC120\uC5D0 \uBC11\uC904","translationTheme.mask":"\uD37C\uC9C0 \uD6A8\uACFC(\uD559\uC2B5 \uBAA8\uB4DC)","translationTheme.opacity":"\uD22C\uBA85\uC131 \uD6A8\uACFC","translationTheme.paper":"\uD770 \uC885\uC774 \uADF8\uB9BC\uC790 \uD6A8\uACFC","translationTheme.dividingLine":"\uAD6C\uBD84\uC120","translationTheme.highlight":"\uB192\uC740 \uBC1D\uAE30","translationTheme.marker":"\uB9C8\uCEE4(\uC678\uB798\uC5B4)","translationTheme.marker2":"\uB9C8\uCEE4 2","translationTheme.blockquote":"\uCC38\uC870 \uC2A4\uD0C0\uC77C","translationTheme.weakening":"\uC57D\uD654","translationTheme.italic":"\uAE30\uC6B8\uC5B4\uC9C0\uB294 \uC11C\uCCB4","translationTheme.bold":"\uB450\uAECD\uAC8C","translationTheme.thinDashed":"\uAC00\uB294 \uC810\uC120 \uBC11\uC904","translationTheme.nativeDashed":"\uC2DC\uC2A4\uD15C\uC5D0\uB294 \uC810\uC120\uC73C\uB85C \uD45C\uC2DC\uB41C \uBC11\uC904\uC774 \uC788\uC2B5\uB2C8\uB2E4.","translationTheme.nativeDotted":"\uC2DC\uC2A4\uD15C\uC5D0\uB294 \uC810\uC120\uC73C\uB85C \uBC11\uC904\uC774 \uADF8\uC5B4\uC838 \uC788\uC2B5\uB2C8\uB2E4.","translationTheme.nativeUnderline":"\uC2DC\uC2A4\uD15C\uC5D0\uB294 \uC9C1\uC120 \uBC11\uC904\uC774 \uC788\uC2B5\uB2C8\uB2E4.","translationTheme.wavy":"\uBB3C\uACB0 \uBAA8\uC591 \uB77C\uC778","translationServices.custom":"\uC0AC\uC6A9\uC790 \uC9C0\uC815 API","translationServices.tencent":"\uD150\uC13C\uD2B8 \uBC88\uC5ED\uAE30","translationServices.tenAlpha":"\uD150\uC13C\uD2B8 \uBC88\uC5ED\uAE30(\uC54C\uD30C)","translationServices.google":"Google \uBC88\uC5ED","translationServices.bai":"\uBC14\uC774\uB450(\uC54C\uD30C)","translationServices.baidu":"\uBC14\uC774\uB450 \uBC88\uC5ED","translationServices.aliyun":"\uC54C\uB9AC\uD074\uB77C\uC6B0\uB4DC \uBC88\uC5ED","translationServices.volc":"\uD654\uC0B0 \uBC88\uC5ED","translationServices.deeplx":"DeepLX(\uBCA0\uD0C0)","translationServices.bing":"Microsoft \uBC88\uC5ED","translationServices.deepl":"DeepL","translationServices.wechat":"\uC704\uCC57 \uBC88\uC5ED","translationServices.azure":"Azure \uBC88\uC5ED","translationServices.ibm":"IBM \uC653\uC2A8","translationServices.aws":"\uC544\uB9C8\uC874 \uBC88\uC5ED","translationServices.mock":"\uC2DC\uBBAC\uB808\uC774\uC158 \uBC88\uC5ED","translationServices.mock2":"\uC2DC\uBBAC\uB808\uC774\uC158 \uBC88\uC5ED 2","translationServices.caiyun":"\uC870\uBA85. \uB2E4\uCC44\uB85C\uC6B4 \uAD6C\uB984\uACFC \uC791\uC740 \uBC88\uC5ED","translationServices.cai":"\uB2E4\uCC44\uB85C\uC6B4 \uAD6C\uB984(\uC54C\uD30C)","translationServices.volcAlpha":"\uD654\uC0B0 (\uC54C\uD30C)","translationServices.openl":"OpenL","translationServices.youdao":"\uC720\uD29C\uBE0C \uBC88\uC5ED","translationServices.you":"\uC720\uB2E4\uC624 \uBC88\uC5ED\uAE30(\uC54C\uD30C)","translationServices.transmart":"\uD150\uC13C\uD2B8 \uC778\uD130\uB799\uD2F0\uBE0C \uBC88\uC5ED","translationServices.niu":"\uB9E4\uBC84\uB9AD \uBC88\uC5ED\uAE30","translationServices.papago":"\uD30C\uD30C\uACE0 \uBC88\uC5ED","translationServices.d":"D(\uC54C\uD30C)","translationServices.dpro":"D \uD504\uB85C(\uCE74\uB098\uB9AC\uC544)","translationServices.openai":"OpenAI","translationServices.yandex":"Yandex","translationServices.chatgpt":"ChatGPT \uC6F9(3.5 \uBAA8\uBC14\uC77C)","translate title":"\uD398\uC774\uC9C0 \uC81C\uBAA9 \uBC88\uC5ED","always languages":"\uD56D\uC0C1 \uC5B8\uC5B4 \uBC88\uC5ED",neverTranslateLanguagesLabel:"\uBC88\uC5ED\uB418\uC9C0 \uC54A\uB294 \uC5B8\uC5B4",neverTranslateTheFollowingLanguagesDescription:"\uD398\uC774\uC9C0\uC758 \uB2E8\uB77D\uC774 \uB2E4\uC74C \uC5B8\uC5B4 \uC911 \uD558\uB098\uC778 \uACBD\uC6B0 \uBC88\uC5ED\uC774 \uAC74\uB108\uB6F0\uC5B4\uC9D1\uB2C8\uB2E4.",enableUserscriptPagePopup:"\uD398\uC774\uC9C0\uC5D0 \uD638\uBC84\uBCFC \uD45C\uC2DC",enableUserscriptPagePopupDescription:"\uD638\uBC84\uBCFC\uC744 \uB044\uACE0 \uB098\uBA74 \uBC14\uB85C \uAC00\uAE30 /{touch}\uB85C \uBD88\uB7EC\uC62C \uC218 \uC788\uC2B5\uB2C8\uB2E4. \uC2E4\uC218\uB85C \uC774 \uC635\uC158\uC744 \uB048 \uD6C4 \uD638\uBC84\uBCFC\uC744 \uCC3E\uC9C0 \uBABB\uD558\uB294 \uACBD\uC6B0\uB97C \uBC29\uC9C0\uD558\uAE30 \uC704\uD574 \uC774 \uC124\uC815 \uD398\uC774\uC9C0\uB97C \uBD81\uB9C8\uD06C\uC5D0 \uCD94\uAC00\uD558\uB294 \uAC83\uC774 \uC88B\uC2B5\uB2C8\uB2E4!","always translate the following languages":"\uD398\uC774\uC9C0\uAC00 \uB2E4\uC74C \uC5B8\uC5B4 \uC911 \uD558\uB098\uC778 \uACBD\uC6B0 \uB300\uC0C1 \uC5B8\uC5B4\uB85C \uC790\uB3D9 \uBC88\uC5ED\uB429\uB2C8\uB2E4.","always sites":"\uD56D\uC0C1 \uBC88\uC5ED\uB41C \uC6F9 \uC0AC\uC774\uD2B8","always translate the following sites":"\uC6F9 \uC0AC\uC774\uD2B8\uAC00 \uB2E4\uC74C \uB3C4\uBA54\uC778 \uC774\uB984\uC778 \uACBD\uC6B0 \uB300\uC0C1 \uC5B8\uC5B4\uB85C \uC790\uB3D9 \uBC88\uC5ED\uB429\uB2C8\uB2E4.","never sites":"\uBC88\uC5ED\uB418\uC9C0 \uC54A\uC740 \uC6F9 \uC0AC\uC774\uD2B8","never translate the following sites":"\uC6F9\uC0AC\uC774\uD2B8\uAC00 \uB2E4\uC74C \uB3C4\uBA54\uC778\uC6A9\uC778 \uACBD\uC6B0 \uBC88\uC5ED\uC774 \uC218\uD589\uB418\uC9C0 \uC54A\uC2B5\uB2C8\uB2E4.","please refer to":"\uD0A4\uB97C \uC0AC\uC6A9\uD558\uB824\uBA74 \uD0A4\uB97C \uC785\uB825\uD574\uC57C \uD558\uBA70, \uC790\uC138\uD55C \uB0B4\uC6A9\uC740 \uB2E4\uC74C\uC744 \uCC38\uC870\uD558\uC138\uC694.",KeyAndConfigurationTutorial:"\uC8FC\uC694 \uC560\uD50C\uB9AC\uCF00\uC774\uC158 \uBC0F \uAD6C\uC131 \uD29C\uD1A0\uB9AC\uC5BC",useAboveStyleForTheseSites:"\uB2E4\uC74C \uB3C4\uBA54\uC778\uC744 \uC704\uD55C \uC0AC\uC774\uD2B8\uC778 \uACBD\uC6B0 \uD56D\uC0C1 \u2308{theme}\u230B \uBC88\uC5ED \uC2A4\uD0C0\uC77C\uC744 \uC0AC\uC6A9\uD558\uC138\uC694.",currentUrl:"\uD604\uC7AC URL",confirm:"\uC800\uC7A5(\uD30C\uC77C \uB4F1)(\uCEF4\uD4E8\uD305)",cancel:"\uCDE8\uC18C",delete:"\uC81C\uAC70","languages.auto":"\uC790\uB3D9 \uAC10\uC9C0",syncToCloud:"Google \uB4DC\uB77C\uC774\uBE0C\uC5D0 \uB3D9\uAE30\uD654",syncToCloudDescription:"\uD074\uB77C\uC6B0\uB4DC\uC5D0 \uC5C5\uB85C\uB4DC\uB41C \uAD6C\uC131\uC740 \uB9C8\uC9C0\uB9C9\uC73C\uB85C \uC218\uC815\uB41C \uBE0C\uB77C\uC6B0\uC800/\uADF8\uB9AC\uC2A4\uBABD\uD0A4 \uC2A4\uD06C\uB9BD\uD2B8 \uAC04\uC5D0 \uB3D9\uAE30\uD654\uD560 \uC218 \uC788\uC2B5\uB2C8\uB2E4.",syncToAccount:"\uBAB0\uC785\uD615 \uBC88\uC5ED \uD074\uB77C\uC6B0\uB4DC\uC5D0 \uB3D9\uAE30\uD654",syncToAccountButton:"\uD074\uB77C\uC6B0\uB4DC\uC640 \uC989\uC2DC \uB3D9\uAE30\uD654",syncToAccountDescription:"\uB9C8\uC9C0\uB9C9\uC73C\uB85C \uC218\uC815\uD55C \uC2DC\uAC04\uC744 \uAE30\uC900\uC73C\uB85C \uC11C\uB85C \uB2E4\uB978 \uC7A5\uCE58 \uAC04\uC5D0 \uAD6C\uC131\uC744 \uC790\uB3D9\uC73C\uB85C \uB3D9\uAE30\uD654\uD569\uB2C8\uB2E4.",successSyncConfigInAccount:"\uD074\uB77C\uC6B0\uB4DC\uC640\uC758 \uC131\uACF5\uC801\uC778 \uB3D9\uAE30\uD654",successSyncConfigToAccount:"\uD074\uB77C\uC6B0\uB4DC\uC5D0 \uC131\uACF5\uC801\uC73C\uB85C \uB3D9\uAE30\uD654",syncConfigNoUpdate:"\uC774\uBBF8 \uCD5C\uC2E0 \uBC84\uC804\uC785\uB2C8\uB2E4.",authFail:"\uC778\uC99D \uC2E4\uD328",syncTitle:"\uC218\uB3D9 \uBC31\uC5C5 \uAD00\uB9AC",import_hint:"\uAC00\uC838\uC624\uAE30(\uB370\uC774\uD130)",upload:"\uC5C5\uB85C\uB4DC",revokeAuth:"\uC2B9\uC778 \uCDE8\uC18C",uploadFail:"\uC5C5\uB85C\uB4DC \uC2E4\uD328",download:"\uB2E4\uC6B4\uB85C\uB4DC",importSuccess:"\uAC00\uC838\uC624\uAE30 \uC131\uACF5",importFail:"\uAC00\uC838\uC624\uAE30 \uC2E4\uD328",deleteFail:"\uC0AD\uC81C\uD558\uC9C0 \uBABB\uD568",backupToCloud:"\uBC31\uC5C5 \uD30C\uC77C \uC218\uB3D9 \uAD00\uB9AC",create_new_backup:"\uC0C8 \uBC31\uC5C5 \uB178\uB4DC \uCD94\uAC00",maxBackupFiles:"\uCD5C\uB300{count}\uAC1C\uC758 \uC11C\uB85C \uB2E4\uB978 \uB178\uB4DC\uB97C \uBC31\uC5C5\uD560 \uC218 \uC788\uC73C\uBA70, \uD544\uC694\uD558\uC9C0 \uC54A\uC740 \uB178\uB4DC\uB294 \uC0AD\uC81C\uD558\uC138\uC694.",backupToCloudDescription:"\uBC31\uC5C5 \uD30C\uC77C\uC744 \uC218\uB3D9\uC73C\uB85C \uC5C5\uB85C\uB4DC\uD558\uAC70\uB098 \uBCF5\uC6D0\uD558\uC5EC \uCD5C\uB300 3\uAC1C\uC758 \uC11C\uB85C \uB2E4\uB978 \uBC31\uC5C5 \uD5C8\uC6A9",successSyncConfig:"\uD074\uB77C\uC6B0\uB4DC\uC640\uC758 \uC131\uACF5\uC801\uC778 \uB3D9\uAE30\uD654",syncFail:"\uB3D9\uAE30\uD654 \uC2E4\uD328",updatedAt:"{date}\uC5D0\uC11C \uC5C5\uB370\uC774\uD2B8\uB428",lastSyncedAt:"\uCD5C\uC885 \uD655\uC778: {date}",downloadFail:"\uB2E4\uC6B4\uB85C\uB4DC\uC5D0 \uC2E4\uD328\uD588\uC2B5\uB2C8\uB2E4.",clickToDownload:"\uB2E4\uC6B4\uB85C\uB4DC\uD558\uB824\uBA74 \uD074\uB9AD",aboutLabel:"\uC815\uBCF4 - \uD53C\uB4DC\uBC31","browser.openAboutPage":"\uC815\uBCF4/\uD53C\uB4DC\uBC31",aboutLabelWithoutSponsor:"\uC815\uBCF4 - \uD53C\uB4DC\uBC31",aboutIntro:"\uC6B0\uB9AC \uBAA8\uB450\uAC00 \uC778\uD130\uB137\uC758 \uBC29\uB300\uD55C \uC678\uAD6D\uC5B4 \uC815\uBCF4\uC5D0 \uB354 \uC27D\uACE0 \uC990\uAC81\uAC8C \uC561\uC138\uC2A4\uD560 \uC218 \uC788\uAE30\uB97C \uBC14\uB78D\uB2C8\uB2E4 \u2764\uFE0F <6>Pro \uBA64\uBC84\uC2ED\uC744 \uD65C\uC131\uD654\uD558\uC5EC \uBC14\uB85C \uC0AC\uC6A9\uD560 \uC218 \uC788\uB294 DeepL \uBC0F OpenAI \uBC88\uC5ED\uC744 \uC0AC\uC6A9\uD560 \uC218 \uC788\uC2B5\uB2C8\uB2E4.

<3>\uD2B8\uC704\uD130, <4>\uD154\uB808\uADF8\uB7A8, \uC6E8\uC774\uBCF4, \uC704\uCC57\uC5D0\uC11C \uD314\uB85C\uC6B0\uD558\uAC70\uB098 \uC544\uB798 <5>\uBA54\uC77C\uB9C1 \uB9AC\uC2A4\uD2B8\uC5D0 <5>\uAC00\uC785\uD558\uC5EC \uC5C5\uB370\uC774\uD2B8\uB97C \uD655\uC778\uD560 \uC218 \uC788\uC2B5\uB2C8\uB2E4.
<7>\uD504\uB85C \uD68C\uC6D0\uC740 <8>support@immersivetranslate.com \uC73C\uB85C \uBB38\uC758\uD558\uC2DC\uBA74 \uBE60\uB978 \uACE0\uAC1D \uC11C\uBE44\uC2A4\uB97C \uBC1B\uC73C\uC2E4 \uC218 \uC788\uC2B5\uB2C8\uB2E4.",aboutIntroWithoutSponsor:"\uC6B0\uB9AC \uBAA8\uB450\uAC00 \uC778\uD130\uB137\uC5D0\uC11C \uC81C\uACF5\uB418\uB294 \uBC29\uB300\uD55C \uC591\uC758 \uC678\uAD6D\uC5B4 \uC815\uBCF4\uC5D0 \uB354 \uC27D\uACE0 \uC990\uAC81\uAC8C \uC811\uADFC\uD560 \uC218 \uC788\uAE30\uB97C \uBC14\uB78D\uB2C8\uB2E4 \u2764\uFE0F

<3>\uD2B8\uC704\uD130, <4>\uD154\uB808\uADF8\uB7A8 \uCC44\uB110, \uC704\uCC57, \uC704\uCC57 \uC775\uC2A4\uCCB4\uC778\uC9C0\uC5D0\uC11C \uD314\uB85C\uC6B0\uD558\uAC70\uB098 \uC544\uB798 <5>\uC774\uBA54\uC77C\uB85C \uC5C5\uB370\uC774\uD2B8\uB97C <5>\uAD6C\uB3C5\uD560 \uC218 \uC788\uC2B5\uB2C8\uB2E4.",projectHomepage:"\uD504\uB85C\uC81D\uD2B8 \uD648",joinTelegramGroup:"\uC0AC\uC6A9\uC790 \uADF8\uB8F9\uC5D0 \uAC00\uC785\uD558\uC5EC \uAE30\uB2A5 \uD1A0\uB860\uC5D0 \uCC38\uC5EC\uD558\uC138\uC694.",wechatPublicAccount:"\uC704\uCC57 \uACF5\uAC1C",wechatCommunities:"\uC704\uCC57 \uAD50\uD658 \uADF8\uB8F9",qqCommunities:"QQ \uCEE4\uBBA4\uB2C8\uCF00\uC774\uC158 \uCC44\uB110",joinTelegramChannel:"\uD154\uB808\uADF8\uB7A8 \uCC44\uB110 \uD314\uB85C\uC6B0\uD558\uC5EC \uCD5C\uC2E0 \uC5C5\uB370\uC774\uD2B8 \uD655\uC778",feedbackAndJoin:"\uC9C8\uBB38 \uD53C\uB4DC\uBC31 / \uADF8\uB8F9 \uCD94\uAC00",autoSync:"\uC790\uB3D9 \uC2DC\uAC04 \uB3D9\uAE30\uD654",loadingThemeTitle:"\uB85C\uB529 \uC2A4\uD0C0\uC77C",loadingThemeDescription:"\uBC88\uC5ED \uB85C\uB4DC\uB97C \uAE30\uB2E4\uB9B4 \uB54C \uC2A4\uD0C0\uC77C \uC124\uC815\uD558\uAE30","loadingTheme.spinner":"\uD68C\uC804 \uC560\uB2C8\uBA54\uC774\uC158","loadingTheme.text":"\uC815\uC801 \uD14D\uC2A4\uD2B8 sth. ","loadingTheme.none":"\uD45C\uC2DC\uB418\uC9C0 \uC54A\uC74C",developerDescription:"\uACE0\uAE09 \uC0AC\uC6A9\uC790 \uC9C0\uC815\uC5D0 \uB300\uD55C \uBB38\uC11C\uB294 <1>\uC5EC\uAE30\uC5D0\uC11C \uD655\uC778\uD560 \uC218 \uC788\uC2B5\uB2C8\uB2E4.","edit border color":"\uD14C\uB450\uB9AC \uC0C9\uC0C1 \uC218\uC815",successSyncButNoChange:"\uD604\uC7AC \uAD6C\uC131\uC774 \uD074\uB77C\uC6B0\uB4DC\uC640 \uC77C\uCE58\uD569\uB2C8\uB2E4.",customTheme:"\uB9DE\uCDA4\uD615 \uC0C9\uC0C1 \uBC0F \uD06C\uAE30","customThemeLabel.borderColor":"\uD14C\uB450\uB9AC \uC0C9\uC0C1","customThemeLabel.borderRadius":"\uB465\uADFC \uBAA8\uC11C\uB9AC","customThemeLabel.textColor":"\uD14D\uC2A4\uD2B8 \uC0C9\uC0C1","customThemeLabel.backgroundColor":"\uBC30\uACBD\uC0C9","customThemeLabel.zoom":"\uAE00\uAF34 \uD06C\uAE30 \uC870\uC815(%)","customThemeLabel.opacity":"\uD14D\uC2A4\uD2B8 \uBD88\uD22C\uBA85\uB3C4(%)",resetToDefaultColor:"\uAE30\uBCF8 \uC0C9\uC0C1\uC73C\uB85C \uBCF5\uC6D0",resetToDefaultSettings:"\uAE30\uBCF8 \uC124\uC815\uC73C\uB85C \uBCF5\uC6D0",isTranslateTitle:"\uD398\uC774\uC9C0 \uC81C\uBAA9 \uBC88\uC5ED \uC0AC\uC6A9",isTranslateTitleDescription:"\uC804\uC6D0\uC744 \uCF1C\uBA74 \uD398\uC774\uC9C0 \uC81C\uBAA9\uC774 \uBC88\uC5ED\uB429\uB2C8\uB2E4.",enableSearchEnhancement:"\uC774\uC911 \uC5B8\uC5B4 \uBA54\uC2DC\uC9C0 \uD5A5\uC0C1 \uC0AC\uC6A9",enableSearchEnhancementDescription:"\uC774 \uAE30\uB2A5\uC744 \uD65C\uC131\uD654\uD558\uBA74 \uC9C0\uC6D0\uB418\uB294 \uC6F9\uC0AC\uC774\uD2B8(Google \uB274\uC2A4, Google \uAC80\uC0C9(\uC77C\uBD80 \uD0A4\uC6CC\uB4DC), \uC2A4\uB178\uC6B0\uBCFC, \uC624\uB9AC\uC5D4\uD0C8 \uD3EC\uCD98, \uD4E8\uD22C\uB77C, \uD0C0\uC774\uAC70 \uCEE4\uBBA4\uB2C8\uD2F0)\uC758 \uC624\uB978\uCABD \uC5F4\uC5D0 \uD574\uB2F9 \uC601\uC5B4 \uD0A4\uC6CC\uB4DC\uC5D0 \uB300\uD55C 'Google \uB274\uC2A4'\uC758 \uAC80\uC0C9 \uACB0\uACFC\uAC00 \uC790\uB3D9\uC73C\uB85C \uD45C\uC2DC\uB429\uB2C8\uB2E4.",verifyService:"\uC11C\uBE44\uC2A4\uB97C \uD14C\uC2A4\uD2B8\uD558\uB824\uBA74 \uC5EC\uAE30\uB97C \uD074\uB9AD\uD558\uC138\uC694.",verified:"\uC131\uACF5 \uD655\uC778","field.langs":"\uC9C0\uC6D0\uB418\uB294 \uC5B8\uC5B4 \uCF54\uB4DC","field.model":"\uBAA8\uB378\uB9C1","field.translationEngine":"\uBC88\uC5ED \uC5D4\uC9C4","field.limitPerMinute":"\uBD84\uB2F9 \uCD5C\uB300 \uC694\uCCAD \uC218","field.limitPerSecond":"\uCD08\uB2F9 \uCD5C\uB300 \uC694\uCCAD \uC218","field.maxTextLengthPerRequest":"\uC694\uCCAD\uB2F9 \uCD5C\uB300 \uD14D\uC2A4\uD2B8 \uAE38\uC774","field.maxTextGroupLengthPerRequest":"\uC694\uCCAD\uB2F9 \uCD5C\uB300 \uB2E8\uB77D \uC218","field.apiUrl":"\uC0AC\uC6A9\uC790 \uC9C0\uC815 API \uC778\uD130\uD398\uC774\uC2A4 \uC8FC\uC18C","field.placeholderDelimiters":"\uC608\uC57D\uB41C \uC790\uB9AC \uD45C\uC2DC\uC790","description.custom":"\uC0AC\uC6A9\uC790 \uC9C0\uC815 \uC778\uD130\uD398\uC774\uC2A4 \uC561\uC138\uC2A4 \uBB38\uC11C \uD544\uC694","description.limitPerMinute":"\uC774 \uD55C\uB3C4\uB97C \uCD08\uACFC\uD558\uB294 \uC694\uCCAD\uC740 \uB2E4\uC74C \uBD84\uC774 \uC2DC\uC791\uB420 \uB54C\uAE4C\uC9C0 \uB300\uAE30\uC5F4\uC5D0 \uB4E4\uC5B4\uAC11\uB2C8\uB2E4. \uD604\uC7AC OpenAI \uC11C\uBE44\uC2A4\uC758 \uC5EC\uB7EC \uAC00\uC9C0 \uC81C\uD55C \uC0AC\uD56D\uC73C\uB85C \uC778\uD574 <1>\uC5EC\uAE30\uB97C \uD074\uB9AD\uD558\uC5EC \uCD5C\uC2E0 \uC81C\uC548 \uAC12\uC744 \uD655\uC778\uD558\uC138\uC694.","description.limitPerSecond":"\uC774 \uC81C\uD55C\uC744 \uCD08\uACFC\uD558\uB294 \uC694\uCCAD\uC740 \uB2E4\uC74C \uCD08\uAC00 \uC2DC\uC791\uB420 \uB54C\uAE4C\uC9C0 \uB300\uAE30\uC5F4\uC5D0 \uB4E4\uC5B4\uAC11\uB2C8\uB2E4. \uD604\uC7AC OpenAI \uC11C\uBE44\uC2A4\uC758 \uC5EC\uB7EC \uAC00\uC9C0 \uC81C\uD55C \uC0AC\uD56D\uC73C\uB85C \uC778\uD574 <1>\uC5EC\uAE30\uB97C \uD074\uB9AD\uD558\uC5EC \uCD5C\uC2E0 \uC81C\uC548 \uAC12\uC744 \uD655\uC778\uD558\uC138\uC694.","description.generalLimitPerSecond":"\uC774 \uC81C\uD55C\uC744 \uCD08\uACFC\uD558\uB294 \uC694\uCCAD\uC740 \uB2E4\uC74C \uCD08\uAC00 \uC2DC\uC791\uB420 \uB54C\uAE4C\uC9C0 \uB300\uAE30\uC5F4\uC5D0 \uB4E4\uC5B4\uAC11\uB2C8\uB2E4.","description.prompt":"\uC0AC\uC6A9\uC790 \uC2E0\uBD84\uC73C\uB85C {service}\uC5D0 \uBCF4\uB0B8 \uB300\uD654\uC5D0\uC11C {{text}}\uB294 \uB2E8\uB77D\uC758 \uD14D\uC2A4\uD2B8 \uB0B4\uC6A9\uC744 \uB098\uD0C0\uB0B4\uACE0, {{from}}\uC740 \uB2E8\uB77D\uC758 \uC5B8\uC5B4\uB97C \uB098\uD0C0\uB0B4\uBA70, {{to}}\uB294 \uBAA9\uD45C \uC5B8\uC5B4\uB97C \uB098\uD0C0\uB0C5\uB2C8\uB2E4.","description.maxTextLengthPerRequest":"\uC694\uCCAD\uB2F9 \uCD5C\uB300 \uAE00\uC790 \uC218\uAC00 \uB108\uBB34 \uB9CE\uC73C\uBA74 \uC778\uD130\uD398\uC774\uC2A4\uAC00 \uB290\uB9AC\uAC8C \uC751\uB2F5\uD558\uBBC0\uB85C \uC774 \uC635\uC158\uC744 \uC870\uC815\uD558\uC5EC \uC18D\uB3C4\uB97C \uCD5C\uC801\uD654\uD558\uC138\uC694.","description.systemPrompt":"\uC2DC\uC2A4\uD15C\uC73C\uB85C\uC11C OpenAI\uC5D0 \uC804\uC1A1\uB418\uB294 \uB300\uD654\uB85C, {{text}} \uC740 \uB2E8\uB77D\uC758 \uD14D\uC2A4\uD2B8 \uB0B4\uC6A9\uC744 \uB098\uD0C0\uB0B4\uACE0{{from}} \uC740 \uB2E8\uB77D\uC758 \uC5B8\uC5B4\uB97C \uB098\uD0C0\uB0B4\uBA70{{to}} \uC740 \uB300\uC0C1 \uC5B8\uC5B4\uB97C \uB098\uD0C0\uB0C5\uB2C8\uB2E4.","field.domain":"\uC601\uC5ED","description.domain":"\uAE30\uBCF8\uAC12\uC740\uFF1Ageneral\uC785\uB2C8\uB2E4. \uC544\uB9AC\uB9C8 API \uCF58\uC194\uC5D0\uC11C \uB3C4\uBA54\uC778 \uBC88\uC5ED\uC774 \uD65C\uC131\uD654\uB41C \uACBD\uC6B0\uC5D0\uB9CC \uC124\uC815\uD560 \uC218 \uC788\uC73C\uBA70, \uC9C0\uC6D0\uB418\uB294 \uB3C4\uBA54\uC778\uC740 <1>\uC5EC\uAE30\uB97C \uCC38\uC870\uD558\uC138\uC694.","field.scene":"take","description.scene":"\uAE30\uBCF8\uAC12\uC740\uFF1Ageneral\uC785\uB2C8\uB2E4. AliCloud API \uCF58\uC194\uC774 Machine Translation Pro\uB97C \uC5EC\uB294 \uACBD\uC6B0\uC5D0\uB9CC \uC124\uC815\uD560 \uC218 \uC788\uC73C\uBA70, \uC9C0\uC6D0\uB418\uB294 \uC2DC\uB098\uB9AC\uC624\uB294 <1>\uC5EC\uAE30\uB97C \uCC38\uC870\uD558\uC138\uC694.","field.vocabId":"\uC0AC\uC6A9\uC790 \uC0AC\uC804 ID","description.vocabId":"\uC9C0\uC815\uB41C \uC0AC\uC804 out_id\uB294 \uD604\uC7AC \uC601\uC5B4\uC5D0\uC11C \uC911\uAD6D\uC5B4 \uBC88\uC5ED\uC744 \uC9C0\uC6D0\uD569\uB2C8\uB2E4.","description.model":"OpenAI \uBAA8\uB378, gpt-3.5-turbo, gpt-4 \uB4F1 \uAC00\uB2A5","description.maxTextGroupLengthPerRequest":"\uD55C \uBC88\uC5D0 \uBC88\uC5ED \uC11C\uBE44\uC2A4\uB85C \uC804\uC1A1\uB418\uB294 \uB2E8\uB77D \uC218, \uB2E8\uB77D\uC774 \uB108\uBB34 \uB9CE\uC73C\uBA74 \uC778\uD130\uD398\uC774\uC2A4\uAC00 \uB290\uB9AC\uAC8C \uC751\uB2F5\uD560 \uC218 \uC788\uC2B5\uB2C8\uB2E4.","description.apiUrl":"\uACBD\uB85C, <1>\uC790\uC138\uD55C \uC124\uBA85\uC774 \uD3EC\uD568\uB41C \uD2B9\uC815 URL\uC744 \uCD94\uAC00\uD558\uC138\uC694.",enabledExtension:"\uD655\uC7A5 \uAE30\uB2A5 \uC0AC\uC6A9",clickToDisableExtension:"\uD655\uC7A5 \uAE30\uB2A5\uC744 \uBE44\uD65C\uC131\uD654\uD558\uB824\uBA74 \uD074\uB9AD\uD558\uC138\uC694.",clickToEnableExtension:"\uD655\uC7A5 \uAE30\uB2A5\uC744 \uC0AC\uC6A9\uD558\uB824\uBA74 \uD074\uB9AD\uD558\uC138\uC694.",hasBeenDisabled:"disabled","show password":"\uBE44\uBC00\uBC88\uD638 \uD45C\uC2DC",customContent:"\uC0AC\uC6A9\uC790 \uC9C0\uC815 \uBAA8\uB378 \uC774\uB984 \uC785\uB825",inputOptions:"\uC785\uB825 \uC0C1\uC790 \uAC1C\uC120",mouseHoverOptions:"\uB9C8\uC6B0\uC2A4 \uD638\uBC84",modifyMouseHoverKey:"\uB9C8\uC6B0\uC2A4 \uCEE4\uC11C \uBC14\uB85C \uAC00\uAE30 \uC218\uC815",enableInputTranslation:"\uC785\uB825 \uC0C1\uC790 \uD5A5\uC0C1 \uD65C\uC131\uD654 \uC5EC\uBD80",enableInputTranslationDescription:"\uD65C\uC131\uD654\uB418\uBA74 \uC785\uB825 \uC0C1\uC790\uC5D0 {startingKey}{startingKey} hello\uB97C \uC9C1\uC811 \uC785\uB825\uD55C \uB2E4\uC74C{inputTrailingTriggerKeyRepeatTimes}\uBC88{trailingKey}\uC744 \uBE60\uB974\uAC8C \uB20C\uB7EC {inputTargetLanguage}\uC73C\uB85C \uBC88\uC5ED\uD569\uB2C8\uB2E4.",enableInputTranslationDescriptionForNoneKey:"\uD65C\uC131\uD654\uB418\uBA74 \uC785\uB825 \uC0C1\uC790\uC5D0\uFF1AHello World\uB97C \uC9C1\uC811 \uC785\uB825\uD55C \uB2E4\uC74C{inputTrailingTriggerKeyRepeatTimes}{trailingKey}\uC744 \uBE60\uB974\uAC8C \uC5EC\uB7EC \uBC88 \uB20C\uB7EC \uAE30\uBCF8 \uB300\uC0C1 \uC5B8\uC5B4\uB85C \uBC88\uC5ED\uD569\uB2C8\uB2E4.",inputTargetLanguage:"\uC785\uB825 \uC0C1\uC790\uC758 \uAE30\uBCF8 \uB300\uC0C1 \uC5B8\uC5B4 \uC124\uC815",inputTargetLanguageDescription:"\uC785\uB825 \uC0C1\uC790 \uBC88\uC5ED\uC758 \uAE30\uBCF8 \uB300\uC0C1 \uC5B8\uC5B4(\uC608: \uD2B8\uB9AC\uAC70 \uB2E8\uC5B4\uC758 \uAE30\uBCF8 \uC5B8\uC5B4 {startingKey}{startingKey})",inputTargetLanguageDescriptionForNoneKey:"\uC785\uB825 \uC0C1\uC790 \uBC88\uC5ED\uC758 \uAE30\uBCF8 \uB300\uC0C1 \uC5B8\uC5B4",inputStartingTriggerKeyTitle:"\uC785\uB825 \uC0C1\uC790\uC758 \uBD80\uBD84 \uBC88\uC5ED\uC744 \uC704\uD574 \uBD84\uD560 \uBB38\uC790 \uC124\uC815\uD558\uAE30",inputStartingTriggerKeyDescription:"\uC785\uB825 \uC0C1\uC790 \uC804\uCCB4\uB97C \uBC88\uC5ED\uD560 \uD544\uC694\uAC00 \uC5C6\uB294 \uACBD\uC6B0 \uC2A4\uD50C\uB9AC\uD130\uB97C \uC0AC\uC6A9\uD558\uBA74 {startingKey}{startingKey} \uC5D0\uC11C \uC785\uB825 \uC0C1\uC790 \uB05D\uAE4C\uC9C0 \uBD80\uBD84\uB9CC \uBC88\uC5ED\uD558\uAC70\uB098 \uC5B8\uC5B4 \uCF54\uB4DC\uB97C \uC9C0\uC815\uD560 \uC218 \uC788\uC2B5\uB2C8\uB2E4(\uC608:\uFF1A{startingKey}ja \uB294 {startingKey}ja \uC5D0\uC11C \uC785\uB825 \uC0C1\uC790 \uB05D\uAE4C\uC9C0 \uBD80\uBD84\uB9CC \uBC88\uC5ED\uD55C\uB2E4\uB294 \uC758\uBBF8).",inputStartingTriggerKeyDescriptionForNoneKey:"\uD604\uC7AC \uC811\uB450\uC0AC \uC5C6\uC74C \uC124\uC815\uC740 \uD544\uC694\uD558\uC9C0 \uC54A\uC73C\uBA70, \uC785\uB825 \uC0C1\uC790\uC5D0 \uC788\uB294 \uC77C\uBD80 \uD14D\uC2A4\uD2B8\uC758 \uBC88\uC5ED \uAE30\uB2A5\uC740 \uB2F9\uBD84\uAC04 \uC0AC\uC6A9\uD560 \uC218 \uC5C6\uC2B5\uB2C8\uB2E4.",inputTrailingTriggerKeyTitle:"\uC785\uB825 \uC885\uB8CC \uD2B8\uB9AC\uAC70 \uBB38\uC790 \uC120\uD0DD",inputTrailingTriggerKeyDescription:"3\uBC88\uB9CC \uB204\uB974\uBA74{trailingKey} \uBC88\uC5ED\uC774 \uC2DC\uC791\uB429\uB2C8\uB2E4!",inputTrailingTriggerKeyTimeout:"\uC804\uD22C \uC885\uB8CC \uD2B8\uB9AC\uAC70 \uC0AC\uC774\uC758 \uC2DC\uAC04\uC744 \uC785\uB825\uD569\uB2C8\uB2E4.",inputTrailingTriggerKeyTimeoutDescription:"\uC785\uB825 \uC885\uB8CC \uCF64\uBCF4 \uD2B8\uB9AC\uAC70 \uC0AC\uC774\uC758 \uC2DC\uAC04(\uBC00\uB9AC\uCD08)\uC744 \uC124\uC815\uD569\uB2C8\uB2E4.",spaceKey:"<\u7A7A\u683C\u952E>",noneKey:"\uC811\uB450\uC0AC \uC5C6\uC774 \uC804\uCCB4 \uD14D\uC2A4\uD2B8 \uC0C1\uC790\uC758 \uC9C1\uC811 \uBC88\uC5ED",inputTranslationBlockUrlsTitle:"\uB2E4\uC74C URL\uC5D0\uC11C\uB294 \uC785\uB825 \uC0C1\uC790 \uAC1C\uC120 \uAE30\uB2A5\uC744 \uD65C\uC131\uD654\uD558\uC9C0 \uB9C8\uC138\uC694.",inputTranslationBlockUrlsDescription:"\uB2E4\uC74C URL\uC5D0\uC11C\uB294 \uC785\uB825 \uC0C1\uC790 \uAC1C\uC120 \uC0AC\uD56D\uC774 \uC791\uB3D9\uD558\uC9C0 \uC54A\uC2B5\uB2C8\uB2E4.",clickToSeeQuickDemo:"\uD074\uB9AD\uD558\uC5EC 30\uCD08 \uD035 \uD29C\uD1A0\uB9AC\uC5BC \uBE44\uB514\uC624 \uD655\uC7A5\uD558\uAE30",inputHelperInfo:"\uC124\uBA85\uFF1A\uC911\uAD6D\uC5B4 \uC785\uB825 \uBC29\uC2DD\uC5D0 \uB530\uB77C \uC77C\uBD80 \uD2B8\uB9AC\uAC70 \uBB38\uC790\uAC00 \uC911\uAD6D\uC5B4 \uBB38\uC7A5 \uBD80\uD638\uB85C \uBC14\uB00C\uB294 \uAC83\uC744 \uCD5C\uC801\uD654\uD588\uC2B5\uB2C8\uB2E4(\uC608: /\uB294 \uC18C\uAD6C \uC785\uB825 \uBC29\uC2DD\uC5D0 \uB530\uB77C \uB454 \uBD80\uD638\uB85C \uBC14\uB01C). \uBAB0\uC785\uD615 \uBC88\uC5ED\uAE30\uB294 \uD2B8\uB9AC\uAC70 \uBB38\uC790\uC5D0 \uD574\uB2F9\uD558\uB294 \uBAA8\uB4E0 \uC911\uAD6D\uC5B4 \uAE30\uD638, \uC989 //,,, \uB97C \uD2B8\uB9AC\uAC70 \uBB38\uC790\uB85C \uC778\uC2DD\uD560 \uC218 \uC788\uB3C4\uB85D \uC9C0\uC6D0\uD569\uB2C8\uB2E4.

\uB610\uD55C \uC5B8\uC5B4 \uCF54\uB4DC\uC5D0 \uC911\uAD6D\uC5B4 \uBCC4\uCE6D\uC744 \uBA85\uB839\uC5B4\uB85C \uC0AC\uC6A9\uD560 \uC218 \uC788\uC2B5\uB2C8\uB2E4(\uC608: /Japanese Hello World\uB294 \uC77C\uBCF8\uC5B4\uB85C \uBC88\uC5ED\uB428). <1>\uC9C0\uC6D0\uB418\uB294 \uBAA8\uB4E0 \uC5B8\uC5B4 \uCF54\uB4DC\uB97C \uBCF4\uB824\uBA74 \uC5EC\uAE30\uB97C \uD074\uB9AD\uD558\uC138\uC694.",reloadCurrentPage:"\uBC88\uC5ED\uC744 \uC2DC\uC791\uD558\uAE30 \uC804\uC5D0 \uD604\uC7AC \uD398\uC774\uC9C0\uB97C \uC0C8\uB85C\uACE0\uCE68\uD558\uC138\uC694.",noLocalFilePermissionForPDF:"\uB85C\uCEEC \uD30C\uC77C\uC744 \uC77D\uC744 \uC218 \uC788\uB294 \uAD8C\uD55C\uC774 \uC5C6\uB294 \uACBD\uC6B0 \uC704\uC758 \uBC84\uD2BC\uC744 \uD074\uB9AD\uD55C \uB2E4\uC74C \uB85C\uCEEC \uD30C\uC77C\uC744 \uAC00\uC838\uC624\uC138\uC694.",noPermissionForThisPage:"\u26A0\uFE0F \uD604\uC7AC \uD398\uC774\uC9C0 \uBC88\uC5ED \uAD8C\uD55C\uC774 \uC5C6\uC2B5\uB2C8\uB2E4.",retryAllParagraphs:"\uBAA8\uB4E0 \uC624\uB958 \uAD6C\uC808 \uB2E4\uC2DC \uC2DC\uB3C4",retryAllButton:"\uBAA8\uB4E0 \uC624\uB958 \uAD6C\uC808 \uB2E4\uC2DC \uC2DC\uB3C4",errorTooltipTitle:"\uC624\uB958\uC758 \uC6D0\uC778\uC744 \uBCF4\uB824\uBA74 \uD074\uB9AD\uD558\uC138\uC694.",errorModalTitle:"\uBC88\uC5ED \uC11C\uBE44\uC2A4 \uB610\uB294 \uB124\uD2B8\uC6CC\uD06C\uC5D0 \uBB38\uC81C\uAC00 \uC788\uB294 \uAC83 \uAC19\uC2B5\uB2C8\uB2E4...",disableConfirm:"\uC774\uC911 \uC5B8\uC5B4 \uC815\uBCF4 \uD5A5\uC0C1 \uC124\uC815",disableOnce:"\uC774 \uBE44\uD65C\uC131\uD654",disableGlobal:"\uC601\uAD6C\uC801\uC73C\uB85C \uBE44\uD65C\uC131\uD654",disableTint:"* {option} \uC5D0\uC11C \uB2E4\uC2DC \uD65C\uC131\uD654\uD560 \uC218 \uC788\uC2B5\uB2C8\uB2E4.",searchEnhancementNotes:"\uC911\uAD6D\uC5B4 \uD0A4\uC6CC\uB4DC\uC640 \uC601\uC5B4 \uD0A4\uC6CC\uB4DC\uC5D0 \uB300\uD55C \uB274\uC2A4 \uACB0\uACFC\uAC00 \uB9E4\uC6B0 \uB2E4\uB978 \uAC83\uC744 \uBC1C\uACAC\uD588\uC2B5\uB2C8\uB2E4. \uBAB0\uC785\uD615 \uBC88\uC5ED \uC774\uC911 \uC5B8\uC5B4 \uC815\uBCF4 \uD5A5\uC0C1 \uAE30\uB2A5\uC744 \uD65C\uC131\uD654\uD558\uBA74 \uC9C0\uC6D0\uB418\uB294 \uC6F9\uC0AC\uC774\uD2B8(Google \uB274\uC2A4, Google \uAC80\uC0C9(\uC77C\uBD80 \uD0A4\uC6CC\uB4DC), \uC2A4\uB178\uC6B0\uBCFC, \uB3D9\uC591\uC758 \uBD80, \uD4E8\uD22C\uB77C, \uD0C0\uC774\uAC70)\uC5D0\uC11C \uB3D9\uC77C\uD55C \uD0A4\uC6CC\uB4DC\uB97C \uC601\uC5B4\uB85C \uC790\uB3D9 \uAC80\uC0C9\uD558\uC5EC \uC624\uB978\uCABD\uC5D0 \uD45C\uC2DC\uD574 \uC90D\uB2C8\uB2E4. \uC774 \uAE30\uB2A5\uC774 \uD544\uC694\uD558\uC9C0 \uC54A\uC740 \uACBD\uC6B0 \uBE44\uD65C\uC131\uD654\uD560 \uC218 \uC788\uC2B5\uB2C8\uB2E4.",option:"\uC124\uC815",saveSettings:"\uC124\uC815 \uC800\uC7A5",closeModal:"\uCC3D \uB2EB\uAE30",enableInputTranslationWithoutTriggerKeyTitle:"{trailingKey}\uB97C 3\uBC88 \uBE60\uB974\uAC8C \uB204\uB974\uBA74 \uC804\uCCB4 \uC785\uB825 \uC0C1\uC790\uB97C{inputTargetLanguage}\uB85C \uBC14\uB85C \uBC88\uC5ED\uD560 \uC218 \uC788\uC2B5\uB2C8\uB2E4.",enableInputTranslationWithoutTriggerKeyDescription:"\uB300\uC0C1 \uC5B8\uC5B4\uB97C \uC9C0\uC815\uD558\uB824\uBA74 \uC55E\uC5D0 \uC5B8\uC5B4 \uCF54\uB4DC\uB97C \uBD99\uC785\uB2C8\uB2E4(\uC608:\uFF1Aja Hello World).",mouseHoverShortcutPlaceholder:"\uC608:\uFF1A\uC2DC\uD504\uD2B8",deepLProName:"\uBAB0\uC785\uD615 \uBC88\uC5ED \uD504\uB85C \uD68C\uC6D0(\uAD8C\uC7A5)",deepLProDescription:"\uD604\uC7AC \uD328\uD0A4\uC9C0\uB97C \uC9C1\uC811 \uC0AC\uC6A9\uD560 \uC218 \uC788\uC2B5\uB2C8\uB2E4.",deeplProDescriptionForNormal:"\uC124\uC815 \uD544\uC694 \uC5C6\uC74C, \uD68C\uC6D0\uC740 \uB85C\uADF8\uC778 \uD6C4 \uC0AC\uC6A9 \uAC00\uB2A5, <1>\uD68C\uC6D0\uC73C\uB85C \uC5C5\uADF8\uB808\uC774\uB4DC\uD558\uB824\uBA74 \uC5EC\uAE30\uB97C \uD074\uB9AD\uD558\uC138\uC694.",deepLCustomDescription:"\uC678\uAD6D \uC2E0\uC6A9 \uCE74\uB4DC \uD544\uC694, \uACF5\uC2DD\uC801\uC73C\uB85C \uAC1C\uC124\uB41C <1>DeepL,<2>\uBB38\uC11C\uB97C \uBCF4\uB824\uBA74 \uD074\uB9AD\uD558\uC138\uC694.",deepLCustomName:"\uC0AC\uC6A9\uC790 \uC9C0\uC815 \uC778\uC99D \uD0A4",chooseProviderLabel:"\uC11C\uBE44\uC2A4 \uC81C\uACF5\uC5C5\uCCB4 \uC120\uD0DD",openaiProName:"\uBAB0\uC785\uD615 \uBC88\uC5ED \uD504\uB85C \uD68C\uC6D0(\uAD8C\uC7A5)",openaiProDescription:"\uD604\uC7AC \uD328\uD0A4\uC9C0\uB97C \uC9C1\uC811 \uC0AC\uC6A9\uD560 \uC218 \uC788\uC2B5\uB2C8\uB2E4.",openaiProDescriptionForNormal:"\uC124\uC815\uC774 \uD544\uC694\uD558\uC9C0 \uC54A\uC73C\uBA70, \uD68C\uC6D0\uC740 \uB85C\uADF8\uC778 \uD6C4 \uC0AC\uC6A9\uD560 \uC218 \uC788\uC2B5\uB2C8\uB2E4. <1>\uD68C\uC6D0\uC73C\uB85C \uC5C5\uADF8\uB808\uC774\uB4DC\uD558\uB824\uBA74 \uC5EC\uAE30\uB97C \uD074\uB9AD\uD558\uC138\uC694.",openaiCustomDescription:"OpenAI, Azure OpenAI \uB610\uB294 \uAE30\uD0C0 \uD0C0\uC0AC \uC11C\uBE44\uC2A4\uC5D0\uC11C \uC0AC\uC6A9 \uAC00\uB2A5, <1>\uC124\uBA85\uC11C\uB97C \uBCF4\uB824\uBA74 \uC5EC\uAE30\uB97C \uD074\uB9AD\uD558\uC138\uC694.",openaiCustomName:"\uC0AC\uC6A9\uC790 \uC9C0\uC815 API \uD0A4",needLoginAction:"(\uACF5\uAC1C \uBA64\uBC84\uC2ED \uB610\uB294 \uC0AC\uC6A9\uC790 \uC9C0\uC815)",goLoginOrAction:"(\uBA64\uBC84\uC2ED\uC744 \uC5F4\uAC70\uB098 \uC124\uC815\uC73C\uB85C \uC774\uB3D9)",yearly:"\uC5F0\uAC04 \uC5F0\uC18D \uACB0\uC81C",quarterly:"\uC21C\uCC28\uC801 \uB798\uD551",monthly:"\uC6D4\uAC04 \uAD6C\uB3C5",yearlyForOnce:"\uC5F0\uAC04 1\uD68C \uD328\uD0A4\uC9C0",monthlyForOnce:"\uC6D4 1\uD68C \uD328\uD0A4\uC9C0",daily:"\uC5F0\uC18D \uD328\uD0B7 \uC77C\uC218",year:"\uC5F0\uAC04 \uC5F0\uC18D \uACB0\uC81C",quarter:"\uC21C\uCC28\uC801 \uB798\uD551",month:"\uC6D4\uAC04 \uAD6C\uB3C5",day:"\uC5F0\uC18D \uD328\uD0B7 \uC77C\uC218",onetime_7day:"7\uC77C \uCCB4\uD5D8 \uD329",currentPlanDescriptionForFree:"\uD604\uC7AC \uD328\uD0A4\uC9C0\uFF1A\uBB34\uB8CC",currentPlanDescriptionForContinuous:"\uD604\uC7AC \uD328\uD0A4\uC9C0\uFF1A{plan}\uB294 {endAt} \uC5D0\uC11C \uC790\uB3D9\uC73C\uB85C \uAC31\uC2E0\uB429\uB2C8\uB2E4.",currentPlanDescriptionForAutoRenewCaceling:"\uD604\uC7AC \uD328\uD0A4\uC9C0(\uFF1A{plan})\uB294 {endAt} \uC5D0\uC11C \uB9CC\uB8CC\uB418\uBA70 \uB9CC\uB8CC \uC2DC \uC790\uB3D9\uC73C\uB85C \uAC31\uC2E0\uB418\uC9C0 \uC54A\uC2B5\uB2C8\uB2E4.",currentYearlyPlanDescriptionForAutoRenewCacelingWithRealPaiedUser:"\uD604\uC7AC \uD328\uD0A4\uC9C0(\uFF1A{plan})\uB294 {endAt} \uC5D0\uC11C \uB9CC\uB8CC\uB418\uBA70 \uB9CC\uB8CC \uC2DC \uC790\uB3D9\uC73C\uB85C \uAC31\uC2E0\uB418\uC9C0 \uC54A\uC2B5\uB2C8\uB2E4.
<1>\uAC31\uC2E0 \uD50C\uB79C\uC744 \uAD00\uB9AC\uD558\uB824\uBA74 \uC5EC\uAE30\uB97C \uD074\uB9AD\uD558\uC138\uC694.",currentYearlyPlanDescriptionForAutoRenewCacelingWithAdmin:"\uD604\uC7AC \uD328\uD0A4\uC9C0(\uFF1A{plan})\uB294 {endAt} \uC5D0\uC11C \uB9CC\uB8CC\uB418\uBA70 \uB9CC\uB8CC \uC2DC \uC790\uB3D9\uC73C\uB85C \uAC31\uC2E0\uB418\uC9C0 \uC54A\uC2B5\uB2C8\uB2E4.
<1>\uC5F0\uAC04 \uC5F0\uC18D \uAD6C\uB3C5\uC744 \uD65C\uC131\uD654\uD558\uB824\uBA74 \uC5EC\uAE30\uB97C \uD074\uB9AD\uD558\uC138\uC694.",currentPlanDescriptionForOneTime:"\uD604\uC7AC \uAD6C\uB3C5\uFF1A{plan}\uC740 {endAt} \uC5D0\uC11C \uB9CC\uB8CC\uB418\uBA70, <1>\uC5F0\uAC04 \uB610\uB294 <2>\uC6D4\uAC04<1>\uBA64\uBC84\uC2ED\uC73C\uB85C \uC5C5\uADF8\uB808\uC774\uB4DC\uD558\uB824\uBA74 \uC5EC\uAE30\uB97C \uD074\uB9AD\uD558\uC138\uC694.",upgradePlan:"\uD504\uB85C \uBA64\uBC84\uC2ED\uC73C\uB85C \uC5C5\uADF8\uB808\uC774\uB4DC\uD558\uB824\uBA74 \uC5EC\uAE30\uB97C \uD074\uB9AD\uD558\uC138\uC694.",upgradeToPro:"\uD504\uB85C \uBA64\uBC84\uC2ED\uC73C\uB85C \uC5C5\uADF8\uB808\uC774\uB4DC","popup.openPro":"DeepL \uBC0F OpenAI \uBC88\uC5ED\uC744 \uC990\uAE30\uB824\uBA74 \uD504\uB85C \uBA64\uBC84\uC2ED\uC73C\uB85C \uC5C5\uADF8\uB808\uC774\uB4DC\uD558\uACE0 \uC5EC\uAE30\uB97C \uD074\uB9AD\uD558\uC5EC \uC5C5\uADF8\uB808\uC774\uB4DC\uD558\uC138\uC694!","popup.openProForPro":"\uADC0\uD558\uB294 DeepL \uBC0F OpenAI \uBC88\uC5ED\uC5D0 \uC9C1\uC811 \uC561\uC138\uC2A4\uD560 \uC218 \uC788\uB294 \uD504\uB85C \uD68C\uC6D0\uC785\uB2C8\uB2E4!",currentAccount:"\uACBD\uC0C1 \uACC4\uC815",enableAutoSyncUserSettings:"\uC5EC\uB7EC \uB514\uBC14\uC774\uC2A4\uC5D0\uC11C \uD074\uB77C\uC6B0\uB4DC \uC790\uB3D9 \uB3D9\uAE30\uD654 \uC0AC\uC6A9",modalEnableInputTranslationTitle:"\uBAB0\uC785\uD615 \uBC88\uC5ED \uC785\uB825 \uC0C1\uC790 \uBC88\uC5ED \uC54C\uB9BC",modalEnableInputTranslationDesc:"\uC2A4\uD398\uC774\uC2A4\uBC14\uB97C \uC5F0\uC18D\uD574\uC11C \uC138 \uBC88 \uBE60\uB974\uAC8C \uB20C\uB7EC \uBAB0\uC785\uD615 \uBC88\uC5ED\uC758 \uC785\uB825 \uC0C1\uC790 \uBC88\uC5ED\uC744 \uD2B8\uB9AC\uAC70\uD588\uC73C\uBA70, \uC785\uB825 \uC0C1\uC790\uC758 \uB0B4\uC6A9\uC774 \uAE30\uBCF8 \uB300\uC0C1 \uC5B8\uC5B4\uB85C \uBC88\uC5ED\uB429\uB2C8\uB2E4. \uBC88\uC5ED\uC740 Ctrl+Z\uB85C \uCDE8\uC18C\uD560 \uC218 \uC788\uC2B5\uB2C8\uB2E4.

\uBC88\uC5ED\uC774 \uC2E4\uC218\uC600\uB2E4\uBA74 \uC9C0\uAE08 \uBC14\uB85C \uBE44\uD65C\uC131\uD654\uD558\uAC70\uB098 \uC785\uB825 \uC0C1\uC790 \uBC88\uC5ED\uC744 \uC601\uAD6C\uC801\uC73C\uB85C \uBE44\uD65C\uC131\uD654\uD560 \uC218 \uC788\uC73C\uB2C8 \uAC71\uC815\uD558\uC9C0 \uB9C8\uC138\uC694.",saveAndNotShowAgain:"\uC800\uC7A5 \uBC0F \uD504\uB86C\uD504\uD2B8 \uC911\uC9C0",disableInputTranslationTips:"* {option} ,{learnMore}\uC5D0\uC11C \uB2E4\uB978 \uBC14\uB85C\uAC00\uAE30\uB97C \uD2B8\uB9AC\uAC70\uD558\uB3C4\uB85D \uC124\uC815\uD560 \uC218\uB3C4 \uC788\uC2B5\uB2C8\uB2E4.",learnMore:"\uC790\uC138\uD788 \uC54C\uC544\uBCF4\uB824\uBA74 \uC5EC\uAE30\uB97C \uD074\uB9AD\uD558\uC138\uC694.",continueEnalbeInputTranslation:"\uC785\uB825 \uC0C1\uC790 \uBC88\uC5ED \uACC4\uC18D \uD65C\uC131\uD654",autoRenewTrialSuffix:'(\uD3C9\uAC00\uD310 \uC0AC\uC6A9 \uC2DC\uC989\uC2DC \uC815\uC2DD \uBA64\uBC84\uC2ED\uC73C\uB85C \uC5C5\uADF8\uB808\uC774\uB4DC)',upgradeFromTrialTitle:"\uC815\uD68C\uC6D0\uC73C\uB85C \uC5C5\uADF8\uB808\uC774\uB4DC",subtitle:"\uBE44\uB514\uC624 \uCEA1\uC158",youtubeService:"\uBAB0\uC785 \uBC88\uC5ED \uBE44\uB514\uC624 \uC790\uB9C9 \uBC88\uC5ED \uC11C\uBE44\uC2A4","subtitle.disabledSubtitle":"\uB3D9\uC601\uC0C1 \uC790\uB9C9 \uAE30\uB2A5 \uC601\uAD6C \uBE44\uD65C\uC131\uD654\uD558\uAE30","subtitle.disabledSubtitleDescription":"\uBAB0\uC785\uD615 \uBC88\uC5ED\uAE30\uC758 \uBE44\uB514\uC624 \uC790\uB9C9\uC774 \uB2E4\uB978 \uD655\uC7A5 \uD504\uB85C\uADF8\uB7A8\uACFC \uCDA9\uB3CC\uD558\uB294 \uACBD\uC6B0, \uBAB0\uC785\uD615 \uBC88\uC5ED\uAE30\uC758 \uBE44\uB514\uC624 \uC790\uB9C9 \uAE30\uB2A5\uC744 \uC601\uAD6C\uC801\uC73C\uB85C \uBE44\uD65C\uC131\uD654\uD558\uAC70\uB098 \uCDA9\uB3CC\uD558\uB294 \uB2E4\uB978 \uD655\uC7A5 \uD504\uB85C\uADF8\uB7A8\uC744 \uC81C\uAC70\uD558\uB3C4\uB85D \uC120\uD0DD\uD560 \uC218 \uC788\uC2B5\uB2C8\uB2E4.","subtitle.autoEnableSubtitle":"\uC774\uC911 \uC5B8\uC5B4 \uC790\uB9C9 \uC790\uB3D9 \uC0AC\uC6A9","subtitle.autoEnableSubtitleDescription":"\uC0AC\uC6A9\uD558\uBA74 \uBE44\uB514\uC624\uAC00 \uC7AC\uC0DD\uB420 \uB54C \uC790\uB3D9\uC73C\uB85C \uC774\uC911 \uC5B8\uC5B4 \uC790\uB9C9\uC774 \uD45C\uC2DC\uB418\uBA70, \uADF8\uB807\uC9C0 \uC54A\uC73C\uBA74 \uBC88\uC5ED \uBC84\uD2BC\uC744 \uD074\uB9AD\uD574\uC57C \uD45C\uC2DC\uB429\uB2C8\uB2E4.","subtitle.preTranslation":"\uBAB0\uC785\uD615 \uBC88\uC5ED\uC744 \uC0AC\uC6A9\uD558\uC5EC \uC790\uB9C9 \uBC88\uC5ED\uD558\uAE30","subtitle.preTranslationDescription":"\uD65C\uC131\uD654\uD558\uBA74 \uC544\uB798\uC5D0 \uBA85\uC2DC\uB41C \uBC88\uC5ED \uC11C\uBE44\uC2A4\uB97C \uC0AC\uC6A9\uD558\uC5EC \uC804\uCCB4 \uC790\uB9C9\uC774 \uC0AC\uC804 \uBC88\uC5ED\uB418\uBA70, 1\uC2DC\uAC04 \uBD84\uB7C9\uC758 \uB3D9\uC601\uC0C1\uC740 \uC57D 50,000 \uD1A0\uD070 \uB610\uB294 \uBB38\uC790\uB97C \uC18C\uBAA8\uD558\uBBC0\uB85C \uC2E0\uC911\uD558\uAC8C \uC0AC\uC6A9\uD558\uC2DC\uAE30 \uBC14\uB77C\uBA70, \uBE44\uD65C\uC131\uD654\uD558\uBA74 \uC6D0\uBCF8 \uC790\uB9C9\uC774 \uBA3C\uC800 \uC0AC\uC6A9\uB429\uB2C8\uB2E4.","subtitle.humanSubtitlesPreferred":"\uD734\uBA3C \uCEA1\uC158 \uC6B0\uC120 \uC0AC\uC6A9","subtitle.humanSubtitlesPreferredDescription":"\uB3D9\uC601\uC0C1\uC5D0 \uB300\uC0C1 \uC5B8\uC5B4\uB85C \uB41C \uC0AC\uB78C \uC790\uB9C9\uC774 \uC788\uB294 \uACBD\uC6B0 \uC0AC\uB78C \uC790\uB9C9\uC744 \uC6B0\uC120\uC801\uC73C\uB85C \uC0AC\uC6A9\uD569\uB2C8\uB2E4(\uAD8C\uC7A5).",videoSubtitleTranslationDescription:"\uB3D9\uC601\uC0C1 \uC790\uB9C9\uC744 \uC704\uD55C \uBCC4\uB3C4\uC758 \uBC88\uC5ED \uC11C\uBE44\uC2A4 \uC9C0\uC815",subtitleTranslating:"{service} \uC11C\uBE44\uC2A4\uB97C \uC0AC\uC6A9\uD558\uC5EC \uC790\uB9C9\uC744 \uBC88\uC5ED\uD558\uB294 \uB3D9\uC548 \uC7A0\uC2DC \uAE30\uB2E4\uB824\uC8FC\uC138\uC694... (\uBAB0\uC785 \uBC88\uC5ED)",subtitleLoading:"\uC790\uB9C9 \uB85C\uB4DC \uC911...",bilingual:"\uC774\uC911 \uC5B8\uC5B4 \uC0AC\uC6A9","field.action":"\uBC14\uC774\uB450 \uC6A9\uC5B4 \uC0AC\uC6A9 \uC5EC\uBD80","description.action":"\uD65C\uC131\uD654\uD558\uBA74 \uC694\uCCAD\uC5D0 action=1 \uB9E4\uAC1C\uBCC0\uC218\uAC00 \uCD94\uAC00\uB418\uC5B4 \uBC14\uC774\uB450\uC5D0 \uD65C\uC131\uD654\uB41C \uC6A9\uC5B4\uB97C \uC54C\uB9B4 \uC218 \uC788\uC73C\uBA70, <1>\uC790\uC138\uD55C \uB0B4\uC6A9\uC740 \uACF5\uC2DD \uBB38\uC11C\uB97C \uCC38\uC870\uD558\uC138\uC694.",closeQuickTranslation:"\uD638\uBC84\uBCFC \uB2EB\uAE30","closeQuickTranslation.untilNext":"\uB2E4\uC74C \uBC29\uBB38 \uC2DC\uAE4C\uC9C0 \uD734\uBB34\uC785\uB2C8\uB2E4.","closeQuickTranslation.currentWebsite":"\uD604\uC7AC \uC0AC\uC774\uD2B8 \uBE44\uD65C\uC131\uD654","closeQuickTranslation.alwaysClose":"\uC601\uAD6C\uC801\uC73C\uB85C \uBE44\uD65C\uC131\uD654","closeQuickTranslation.settingOpen":"( <1>\uC124\uC815 \uD398\uC774\uC9C0\uC5D0\uC11C \uCF1C\uAE30 \uAC00\uB2A5)","closeQuickTranslation.cancel":"\uCDE8\uC18C","closeQuickTranslation.confirm":"\uC815\uC758","floatBall.popup":"\uBE60\uB978 \uC124\uC815 \uD328\uB110 \uC5F4\uAE30","floatBall.translate":"\uD074\uB9AD\uD558\uC5EC \uD398\uC774\uC9C0 \uBC88\uC5ED\uD558\uAE30","floatBall.showOriginal":"\uC6D0\uBCF8 \uBB38\uC11C\uB85C \uB3CC\uC544\uAC00\uB824\uBA74 \uD074\uB9AD\uD558\uC138\uC694.","floatBall.close":"\uD638\uBC84\uBCFC \uB2EB\uAE30","floatBallOptions.enableDescPc":"\uD398\uC774\uC9C0 \uD638\uBC84\uBCFC\uC744 \uD65C\uC131\uD654\uD558\uBA74 \uD398\uC774\uC9C0 \uC624\uB978\uCABD\uC5D0 \uBE60\uB978 \uBC88\uC5ED \uBC84\uD2BC\uC774 \uD45C\uC2DC\uB418\uBA70, \uC774\uB97C \uD074\uB9AD\uD558\uBA74 \uBC88\uC5ED\uD560 \uC218 \uC788\uC2B5\uB2C8\uB2E4!","floatBallOptions.enableDesc":"\uD638\uBC84\uBCFC\uC744 \uB044\uACE0 \uB098\uBA74{touch}\uC73C\uB85C \uBD88\uB7EC\uC62C \uC218 \uC788\uC2B5\uB2C8\uB2E4. \uC2E4\uC218\uB85C \uC774 \uC635\uC158\uC744 \uB048 \uD6C4 \uD638\uBC84\uBCFC\uC744 \uCC3E\uC744 \uC218 \uC5C6\uB294 \uACBD\uC6B0\uB97C \uB300\uBE44\uD574 \uC774 \uC124\uC815 \uD398\uC774\uC9C0\uB97C \uBD81\uB9C8\uD06C\uC5D0 \uCD94\uAC00\uD574 \uB450\uB294 \uAC83\uC774 \uC88B\uC2B5\uB2C8\uB2E4!","description.azureApiUrl":"\uC0AC\uC6A9\uC790 \uC9C0\uC815 API \uC778\uD130\uD398\uC774\uC2A4\uC758 \uC8FC\uC18C\uB97C \uC785\uB825\uD569\uB2C8\uB2E4.",confirmSupportMouse:"\uB9C8\uC6B0\uC2A4 \uC9C0\uC6D0 \uAC15\uC81C \uD65C\uC131\uD654",confirmSupportMouseDescription:"\uD604\uC7AC \uBE0C\uB77C\uC6B0\uC800\uAC00 \uB9C8\uC6B0\uC2A4 \uAE30\uB2A5\uC744 \uC9C0\uC6D0\uD558\uC9C0 \uC54A\uB294 \uAC83\uC73C\uB85C \uAC10\uC9C0\uB418\uBA74 \uB9C8\uC6B0\uC2A4 \uC9C0\uC6D0\uC744 \uAC15\uC81C\uB85C \uD65C\uC131\uD654\uD574\uC57C \uD558\uB098\uC694?",sampleTargetText:"\uAE34 \uBC24\uC774 \uC62C \uAC83\uC774\uB2C8, \uB098\uB294 \uC624\uB298\uBD80\uD130 \uC8FD\uC744 \uB54C\uAE4C\uC9C0 \uBCF4\uCD08\uB97C \uC124 \uAC83\uC774\uB2E4. \uB098\uB294 \uC544\uB0B4\uB97C \uCDE8\uD558\uC9C0 \uC54A\uC744 \uAC83\uC774\uBA70, \uB3D9\uB9F9\uC744 \uB9FA\uC9C0 \uC54A\uC744 \uAC83\uC774\uBA70, \uC790\uC2DD\uC744 \uB0B3\uC9C0 \uC54A\uC744 \uAC83\uC774\uB2E4. \uB098\uB294 \uC655\uAD00\uC744 \uC4F0\uC9C0 \uC54A\uC744 \uAC83\uC774\uBA70 \uBA85\uC608\uB97C \uC704\uD574 \uB178\uB825\uD558\uC9C0 \uC54A\uC744 \uAC83\uC774\uB2E4. \uB098\uB294 \uB0B4 \uC758\uBB34\uB97C \uB2E4\uD558\uACE0 \uC0B4\uB2E4\uAC00 \uC8FD\uC744 \uAC83\uC785\uB2C8\uB2E4.",sampleSourceText:"Night gathers, and now my watch begins. It shall not end until my death. I shall take no wife, hold no lands, father no children. I shall wear no crowns and win no glory. I shall live and die at my post.","subtitle.supportedSites":"\u5DF2\u652F\u6301\u5728\u8FD9\u4E9B\u7F51\u7AD9\u4F7F\u7528\u53CC\u8BED\u5B57\u5E55\uFF08\u6CE8\u610F\uFF1A\u7531\u4E8E\u6280\u672F\u9650\u5236\uFF0C\u90E8\u5206\u7F51\u7AD9\u5728\u9996\u6B21\u5F00\u542F\u5B57\u5E55\u540E\u9700\u8981\u91CD\u65B0\u5237\u65B0\u9875\u9762\uFF0C\u6216\u8005\u9700\u7B49\u5F85\u7FFB\u8BD1\u5B8C\u6210\u4EE5\u663E\u793A\u53CC\u8BED\u5B57\u5E55\uFF09\uFF1A",viewWithImmersiveTranslate:"\u53CC\u8BED\u7248\u672C(\u6C89\u6D78\u5F0F\u7FFB\u8BD1)",errorReason:"\u9519\u8BEF\u539F\u56E0\uFF1A{message}","proQuotaExceededError.onetime7day":'\uFF0C\u60A8\u53EF\u4EE5\u9009\u62E9\u4EE5\u4E0B\u65B9\u5F0F\u89E3\u51B3\uFF1A

1. \u5207\u6362\u5230 {anotherService} \u6216\u5176\u4ED6\u7FFB\u8BD1\u670D\u52A1
2. \u5347\u7EA7\u4E3A\u6708\u5EA6/\u5E74\u5EA6\u4F1A\u5458',"proQuotaExceededError.trial":'\uFF0C\u60A8\u53EF\u4EE5\u9009\u62E9\u4EE5\u4E0B\u65B9\u5F0F\u89E3\u51B3\uFF1A

1. \u5207\u6362\u5230 {anotherService} \u6216\u5176\u4ED6\u7FFB\u8BD1\u670D\u52A1
2. \u7ACB\u523B\u5347\u7EA7\u4E3A\u6B63\u5F0F\u4F1A\u5458',"proQuotaExceededError.nonTrial":'\uFF0C\u60A8\u53EF\u4EE5\u9009\u62E9\u4EE5\u4E0B\u65B9\u5F0F\u89E3\u51B3\uFF1A

1. \u5207\u6362\u5230 {anotherService} \u6216\u5176\u4ED6\u7FFB\u8BD1\u670D\u52A1
2. \u8D2D\u4E70 {translationService} \u989D\u5916\u6D41\u91CF\u5305',"proQuotaExceededError.resetTime":"
3. \u989D\u5EA6\u91CD\u7F6E\u65F6\u95F4\uFF1A{resetTime}","desc.touchShortcutsToggleTranslatePageOnlyTranslation":"\uBC88\uC5ED\uBB38\uB9CC\uC774\uB77C\uB294 \uAC83\uC740 \uBC88\uC5ED\uBB38\uB9CC \uD45C\uC2DC\uD558\uBA70, \uC6F9\uD398\uC774\uC9C0\uAC00 \uC544\uC9C1 \uBC88\uC5ED\uB418\uC9C0 \uC54A\uC558\uB2E4\uBA74 \uBAA8\uB4DC\uB97C \uC804\uD658\uD558\uACE0 \uBC88\uC5ED\uD560 \uAC83\uC785\uB2C8\uB2E4.","desc.toggleOnlyTransation":"\uC624\uC9C1 \uBC88\uC5ED \uBAA8\uB4DC\uB294 \uBC88\uC5ED\uBB38\uB9CC \uD45C\uC2DC\uD558\uB294 \uAC83\uC744 \uC758\uBBF8\uD558\uBA70, \uC6F9\uD398\uC774\uC9C0\uAC00 \uC544\uC9C1 \uBC88\uC5ED\uB418\uC9C0 \uC54A\uC558\uB2E4\uBA74 \uBAA8\uB4DC\uB97C \uC804\uD658\uD558\uACE0 \uBC88\uC5ED\uD560 \uAC83\uC785\uB2C8\uB2E4.",touchShortcutsToggleTranslatePageOnlyTranslation:"\uD130\uCE58 \uC2A4\uD06C\uB9B0 \uC81C\uC2A4\uCC98\uB97C \uC124\uC815\uD558\uC5EC \uC774\uC911 \uC5B8\uC5B4/\uBC88\uC5ED \uD14D\uC2A4\uD2B8 \uC804\uC6A9 \uBAA8\uB4DC\uB97C \uC804\uD658\uD558\uC138\uC694.",download_started:"\uB2E4\uC6B4\uB85C\uB4DC\uAC00 \uC774\uBBF8 \uC2DC\uC791\uB418\uC5C8\uC2B5\uB2C8\uB2E4. \uC790\uB3D9\uC73C\uB85C \uB2E4\uC6B4\uB85C\uB4DC\uB418\uC9C0 \uC54A\uB294 \uACBD\uC6B0, \uC218\uB3D9\uC73C\uB85C \uD074\uB9AD\uD558\uC2ED\uC2DC\uC624.",here:"\uC5EC\uAE30","error.serveConfigError":"\uC11C\uBE44\uC2A4 \uAD6C\uC131 \uC624\uB958","translationFont.customPlaceholder":"\uAE00\uAF34","error.configError":"\uAD6C\uC131 \uB370\uC774\uD130 \uC774\uC0C1","error.goReset":"\uC7AC\uC124\uC815\uD558\uB2E4","touch.mouse-translate":"\uC9C0\uC815\uB41C \uB2E8\uB77D \uBC88\uC5ED",batchEdit:"\uB300\uB7C9 \uC791\uC5C5","translationModeUrl.translation.title":"\uBC88\uC5ED\uB9CC \uBAA8\uB4DC\uC758 \uC6F9\uC0AC\uC774\uD2B8","translationFont.custom":"\uC0AC\uC6A9\uC790 \uC815\uC758 \uAE00\uAF34 \uC785\uB825",translationFont:"\uAE00\uAF34 \uC124\uC815","translationServices.inherit":"\uC8FC \uBC88\uC5ED \uC11C\uBE44\uC2A4\uB97C \uB530\uB974\uC2ED\uC2DC\uC624",detectServiceLoading:"\uC0AC\uC6A9 \uAC00\uB2A5\uD55C \uBC88\uC5ED \uC11C\uBE44\uC2A4\uB97C \uD655\uC778 \uC911\uC785\uB2C8\uB2E4...",toggleToService:"{service}\uB85C \uC804\uD658\uD558\uACE0 \uB2E4\uC2DC \uC2DC\uB3C4\uD558\uC2ED\uC2DC\uC624.","translationModeLang.translation.title":"\uB2E8\uC21C \uBC88\uC5ED \uBAA8\uB4DC\uC758 \uC5B8\uC5B4","error.502":"\uC11C\uBE44\uC2A4\uAC00 \uC624\uB958\uB97C \uBC18\uD658\uD588\uC2B5\uB2C8\uB2E4, \uC11C\uBE44\uC2A4\uAC00 \uC2DC\uAC04 \uCD08\uACFC\uB418\uC5C8\uC2B5\uB2C8\uB2E4. \uC7A0\uC2DC \uD6C4 \uB2E4\uC2DC \uC2DC\uB3C4\uD574 \uC8FC\uC138\uC694.","error.proUpgrade":"\uC5C5\uADF8\uB808\uC774\uB4DC \uD6C4\uC5D0\uB294 \uD398\uC774\uC9C0\uB97C \uC0C8\uB85C \uACE0\uCE68\uD558\uC5EC \uB2E4\uC2DC \uBC88\uC5ED\uD558\uC2ED\uC2DC\uC624.","error.reloadPageOfSetting":"\uAD6C\uC131 \uD6C4\uC5D0\uB294 \uD398\uC774\uC9C0\uB97C \uC0C8\uB85C \uACE0\uCE68\uD558\uC5EC \uB2E4\uC2DC \uBC88\uC5ED\uD558\uC2ED\uC2DC\uC624.","translationModeLang.translation.description":"\uD398\uC774\uC9C0 \uC5B8\uC5B4\uAC00 \uB2E4\uC74C \uC5B8\uC5B4\uC77C \uB54C, \uC790\uB3D9\uC73C\uB85C \uBC88\uC5ED\uBB38\uB9CC \uBAA8\uB4DC\uB97C \uC0AC\uC6A9\uD569\uB2C8\uB2E4.","error.proTokenInvalid":"Pro \uC0AC\uC6A9\uC790\uC774\uC2DC\uB77C\uBA74, \uB85C\uADF8\uC778 \uD6C4 Pro \uBC88\uC5ED \uC11C\uBE44\uC2A4\uB97C \uC774\uC6A9\uD574 \uC8FC\uC138\uC694.","error.403":"\uC11C\uBE44\uC2A4\uAC00 \uC624\uB958\uB97C \uBC18\uD658\uD558\uC600\uC2B5\uB2C8\uB2E4, \uC7A0\uC2DC \uD574\uB2F9 \uC11C\uBE44\uC2A4\uC5D0 \uC811\uADFC\uD560 \uAD8C\uD55C\uC774 \uC5C6\uC2B5\uB2C8\uB2E4.","error.googleLimitIp":"\uC11C\uBE44\uC2A4\uAC00 \uC624\uB958\uB97C \uBC18\uD658\uD588\uC73C\uBA70, Google \uC11C\uBE44\uC2A4\uB294 \uD574\uB2F9 IP \uC8FC\uC18C\uC5D0 \uB300\uD574 \uC81C\uD55C\uC744 \uB450\uC5C8\uC2B5\uB2C8\uB2E4. \uB124\uD2B8\uC6CC\uD06C \uB178\uB4DC\uB97C \uBCC0\uACBD\uD558\uB294 \uAC83\uC774 \uC88B\uC2B5\uB2C8\uB2E4.",videoSubtitlePreTranslationOff:"\uBE44\uB514\uC624 \uC790\uB9C9\uC740 \uC6D0\uB798 \uBE44\uB514\uC624\uC5D0 \uD3EC\uD568\uB41C \uAE30\uACC4 \uBC88\uC5ED \uC790\uB9C9\uC744 \uC6B0\uC120\uC801\uC73C\uB85C \uC0AC\uC6A9\uD560 \uAC83\uC785\uB2C8\uB2E4.",videoSubtitlePreTranslationOn:"\uBE44\uB514\uC624 \uC790\uB9C9\uC740 \uC6B0\uC120\uC801\uC73C\uB85C \uBAB0\uC785\uD615 \uBC88\uC5ED\uC744 \uC0AC\uC6A9\uD560 \uAC83\uC785\uB2C8\uB2E4.",enableSentryReport:"\uD655\uC7A5\uC774 \uC624\uB958\uB97C \uC77C\uC73C\uD0AC \uB54C Sentry\uB97C \uC0AC\uC6A9\uD558\uC5EC \uD53C\uB4DC\uBC31\uC744 \uC81C\uCD9C\uD558\uC2ED\uC2DC\uC624.","translationModeUrl.translation.description":"\uB2E4\uC74C \uB3C4\uBA54\uC778\uC5D0 \uB300\uD55C \uC6F9\uC0AC\uC774\uD2B8\uC77C \uACBD\uC6B0, \uC790\uB3D9\uC73C\uB85C \uBC88\uC5ED\uBB38\uB9CC \uBAA8\uB4DC\uB97C \uC0AC\uC6A9\uD569\uB2C8\uB2E4.","error.openAIExceededQuota":"\uC11C\uBE44\uC2A4 \uC624\uB958 \uBC18\uD658: \uD604\uC7AC OpenAI \uACC4\uC815 \uC794\uC561\uC774 \uBD80\uC871\uD569\uB2C8\uB2E4. OpenAI \uACF5\uC2DD \uAD00\uB9AC \uD398\uC774\uC9C0\uC5D0\uC11C \uCDA9\uC804\uD558\uAC70\uB098 \uC2E0\uC6A9\uCE74\uB4DC\uB97C \uC5F0\uACB0\uD574\uC8FC\uC138\uC694.","error.400":"\uC11C\uBE44\uC2A4\uAC00 \uC624\uB958\uB97C \uBC18\uD658\uD588\uC2B5\uB2C8\uB2E4. \uC694\uCCAD \uB9E4\uAC1C\uBCC0\uC218\uAC00 \uC798\uBABB\uB418\uC5C8\uC2B5\uB2C8\uB2E4. \uD574\uB2F9 \uC124\uC815\uC744 \uD655\uC778\uD558\uC2ED\uC2DC\uC624.","error.gemini.429":"\uD604\uC7AC Gemini \uC11C\uBE44\uC2A4\uC758 \uD604\uC7AC \uBD80\uD558 \uC6A9\uB7C9\uC774 \uCD5C\uB300\uC5D0 \uB3C4\uB2EC\uD588\uC2B5\uB2C8\uB2E4. \uC7A0\uC2DC \uD6C4\uC5D0 \uB2E4\uC2DC \uC2DC\uB3C4\uD558\uAC70\uB098 \uB2E4\uB978 \uBC88\uC5ED \uC11C\uBE44\uC2A4\uB85C \uC804\uD658\uD574 \uC8FC\uC138\uC694.","translationFont.notSupportErrorMessage":"\uC785\uB825\uD558\uC2E0 \uAE00\uAF34 \uC774\uB984\uC774 \uC815\uD655\uD55C\uC9C0 \uD655\uC778\uD558\uC2DC\uAC70\uB098, \uD574\uB2F9 \uAE00\uAF34\uC774 \uADC0\uD558\uC758 \uC7A5\uCE58\uC5D0 \uC124\uCE58\uB418\uC5B4 \uC788\uB294\uC9C0 \uD655\uC778\uD574 \uC8FC\uC138\uC694.","error.openAIFreeLimit":"\uC11C\uBE44\uC2A4\uAC00 \uC624\uB958\uB97C \uBC18\uD658\uD588\uC2B5\uB2C8\uB2E4. \uD604\uC7AC \uBC88\uC5ED \uC694\uCCAD \uBE48\uB3C4\uAC00 \uBD84\uB2F9 \uCD5C\uB300 3\uD68C\uB85C \uC81C\uD55C\uB418\uC5C8\uC2B5\uB2C8\uB2E4. \uC7A0\uC2DC \uD6C4 \uB2E4\uC2DC \uC2DC\uB3C4\uD558\uC2ED\uC2DC\uC624. (\uC774\uAC83\uC740 OpenAI \uACF5\uC2DD\uC774 \uBB34\uB8CC API Key\uC5D0 \uB300\uD55C \uC81C\uD55C\uC774\uBA70, \uC774 \uC81C\uD55C\uC744 \uD574\uC81C\uD558\uB824\uBA74 OpenAI \uAD00\uB9AC \uBC31\uC5D4\uB4DC\uC5D0\uC11C \uC2E0\uC6A9\uCE74\uB4DC\uB97C \uC5F0\uACB0\uD558\uC2ED\uC2DC\uC624.)","desc.toggleVideoSubtitlePreTranslation":"\uB204\uB974\uBA74 \uBE44\uB514\uC624\uC758 \uC774\uC911 \uC5B8\uC5B4 \uC790\uB9C9\uC740 \uC6B0\uC120\uC801\uC73C\uB85C \uBAB0\uC785\uD615 \uBC88\uC5ED \uC124\uC815\uC744 \uC0AC\uC6A9\uD558\uACE0, \uB2E4\uC2DC \uB204\uB974\uBA74 \uC6D0\uB798 \uBE44\uB514\uC624\uC5D0 \uB0B4\uC7A5\uB41C \uAE30\uACC4 \uBC88\uC5ED \uC790\uB9C9\uC744 \uC6B0\uC120\uC801\uC73C\uB85C \uC0AC\uC6A9\uD569\uB2C8\uB2E4. \uC8FC\uC758: \uC774 \uB2E8\uCD95\uD0A4\uB294 \uC804\uC5ED \uC124\uC815\uC744 \uC218\uC815\uD569\uB2C8\uB2E4.","error.429":"\uC11C\uBE44\uC2A4\uAC00 \uC624\uB958\uB97C \uBC18\uD658\uD588\uC2B5\uB2C8\uB2E4. \uC774\uB294 \uC694\uCCAD\uC774 \uB108\uBB34 \uC790\uC8FC \uBC1C\uC0DD\uD558\uAC70\uB098 \uD560\uB2F9\uB7C9 \uC81C\uD55C\uC744 \uCD08\uACFC\uD588\uC74C\uC744 \uB098\uD0C0\uB0C5\uB2C8\uB2E4. \uC7A0\uC2DC \uD6C4\uC5D0 \uB2E4\uC2DC \uC2DC\uB3C4\uD558\uC2ED\uC2DC\uC624.","error.serveUnavailable":"\uD604\uC7AC \uC0AC\uC6A9 \uC911\uC778 [{serverName}] \uC11C\uBE44\uC2A4\uB294 \uB124\uD2B8\uC6CC\uD06C \uC5F0\uACB0 \uB610\uB294 \uC11C\uBE44\uC2A4 \uC81C\uACF5\uC790\uC758 \uBB38\uC81C\uB85C \uC778\uD574 \uC77C\uC2DC\uC801\uC73C\uB85C \uC811\uC18D\uD560 \uC218 \uC5C6\uC2B5\uB2C8\uB2E4. \uD398\uC774\uC9C0\uB97C \uC0C8\uB85C \uACE0\uCE68\uD558\uAC70\uB098 <1>\uC124\uC815\uC744 \uD1B5\uD574 \uB2E4\uB978 \uBC88\uC5ED \uC11C\uBE44\uC2A4\uB85C \uBCC0\uACBD\uD574 \uBCF4\uC2DC\uB294 \uAC83\uC744 \uAD8C\uC7A5\uD569\uB2C8\uB2E4. <2>Pro \uD68C\uC6D0\uC774\uC2DC\uB77C\uBA74, \uB354 \uC548\uC815\uC801\uC778 DeepL \uB610\uB294 OpenAI \uBC88\uC5ED \uC11C\uBE44\uC2A4\uB97C \uC0AC\uC6A9\uD560 \uC218 \uC788\uC2B5\uB2C8\uB2E4(<3>\uC5EC\uAE30\uB97C \uD074\uB9AD\uD558\uC2DC\uBA74 \uBB34\uB8CC\uB85C \uCCB4\uD5D8\uD558\uC2E4 \uC218 \uC788\uC2B5\uB2C8\uB2E4). \uB610\uD55C, \uB124\uD2B8\uC6CC\uD06C \uB610\uB294 \uD504\uB85D\uC2DC \uC124\uC815\uC744 \uD655\uC778\uD574\uC57C \uD560 \uC218\uB3C4 \uC788\uC2B5\uB2C8\uB2E4.",pickAll:"\uC804\uCCB4 \uC120\uD0DD","error.reason":"\uC624\uB958 \uC6D0\uC778","error.retry":"\uB2E4\uC2DC \uC2DC\uB3C4\uD558\uB2E4","widget.instruction":"\uC0AC\uC6A9 \uC124\uBA85\uC11C",notLogin:"\uB85C\uADF8\uC778\uD558\uC9C0 \uC54A\uC74C",loggedIn:"\uB85C\uADF8\uC778 \uB418\uC5C8\uC2B5\uB2C8\uB2E4",touchShortcutsOff:"\uB2EB\uAE30",goLogin:"\uB85C\uADF8\uC778\uD558\uC2ED\uC2DC\uC624","widget.videoSubtitle":"\uBE44\uB514\uC624 \uC790\uB9C9","multipleClick.2":"\uB354\uBE14 \uD074\uB9AD","widget.translateFile":"PDF/ePub",shortcutSettings:"\uB2E8\uCD95\uD0A4","tagsInput.add":"+ \uCD94\uAC00",translationOnlyMode:"\uC624\uC9C1 \uBC88\uC5ED \uBAA8\uB4DC\uB9CC",shortcutSettingsTitle:"\uB2E8\uCD95\uD0A4 \uC124\uC815","translationServices.gemini":"\uC30D\uB465\uC774\uC790\uB9AC","multipleClick.4":"\uB124 \uBC88 \uC5F0\uC18D \uD0C0\uACA9","floatBall.iKnow":"\uB098\uB294 \uC54C\uC558\uC5B4","widget.instructionTooltip":"\uC0AC\uC6A9 \uC124\uBA85\uC11C\uB97C \uD655\uC778\uD558\uC2ED\uC2DC\uC624","multipleClick.3":"\uD2B8\uB9AC\uD50C \uD788\uD2B8",paragraphMinTextCountField:"\uBC88\uC5ED \uB2E8\uB77D\uC5D0 \uD544\uC694\uD55C \uCD5C\uC18C \uBB38\uC790 \uC218","shortcutGroup.shortcutsForTranslationServices":"\uBC88\uC5ED \uC11C\uBE44\uC2A4 \uAD00\uB828 \uB2E8\uCD95\uD0A4",temprarilyChangeTranslationTo_openai:"\uD604\uC7AC \uD398\uC774\uC9C0\uB97C OpenAI\uB85C \uBC88\uC5ED\uD558\uACE0 \uC788\uC2B5\uB2C8\uB2E4.","browser.translateWithGoogle":"\uD604\uC7AC \uD398\uC774\uC9C0\uB97C \uC784\uC2DC\uB85C Google \uBC88\uC5ED \uC0AC\uC6A9\uD558\uAE30",mouseHoverCustomKeyTitle:"\uC0AC\uC6A9\uC790 \uC815\uC758 \uB9C8\uC6B0\uC2A4 \uD638\uBC84 \uB2E8\uCD95\uD0A4","slide.left":"\uC624\uB978\uCABD\uC73C\uB85C \uC2AC\uB77C\uC774\uB4DC\uD558\uC138\uC694","browser.translateInputBox":"\uD604\uC7AC \uC785\uB825 \uC0C1\uC790 \uB0B4\uC6A9 \uBC88\uC5ED","intro.floatBallTitle":"\uBE60\uB978 \uBC88\uC5ED \uD50C\uB85C\uD305 \uBCFC","shortcutGroup.touch":"\uD130\uCE58 \uC2A4\uD06C\uB9B0 \uC804\uC6A9 \uC81C\uC2A4\uCC98","widget.videoSubtitleTooltip":"Youtube \uB4F1 {count}+ \uBE44\uB514\uC624 \uC6F9\uC0AC\uC774\uD2B8\uB97C \uC9C0\uC6D0\uD569\uB2C8\uB2E4","intro.subtitleTitle":"\uC628\uB77C\uC778 \uBE44\uB514\uC624 \uC774\uC911 \uC5B8\uC5B4 \uC790\uB9C9 \uD45C\uC2DC","subtitle.autoDisableSubtitle":"\uC790\uB3D9\uC73C\uB85C \uC774\uC911 \uC5B8\uC5B4 \uC790\uB9C9\uC744 \uD65C\uC131\uD654\uD558\uC9C0 \uC54A\uC2B5\uB2C8\uB2E4",temprarilyChangeTranslationTo_bing:"\uD604\uC7AC \uD398\uC774\uC9C0\uB97C Microsoft \uBC88\uC5ED\uC744 \uC0AC\uC6A9\uD558\uC5EC \uBC88\uC5ED\uD558\uACE0 \uC788\uC2B5\uB2C8\uB2E4.","slide.right":"\uC67C\uCABD\uC73C\uB85C \uC2AC\uB77C\uC774\uB4DC\uD558\uC138\uC694","widget.translateFileTooltip":"PDF, EPUB, SRT, ASS, HTML \uBC0F TXT \uBB38\uC11C \uBC88\uC5ED","intro.hoverTitle":"\uB9C8\uC6B0\uC2A4\uB97C \uB193\uC73C\uBA74 \uD604\uC7AC \uB2E8\uB77D\uC774 \uBC88\uC5ED\uB429\uB2C8\uB2E4.",temprarilyChangeTranslationTo_gemini:"\uD604\uC7AC \uD398\uC774\uC9C0\uB97C Gemini\uB85C \uBC88\uC5ED\uD558\uACE0 \uC788\uC2B5\uB2C8\uB2E4.","shortcutGroup.mouse":"\uB9C8\uC6B0\uC2A4 \uD638\uBC84 \uB2E8\uCD95\uD0A4 \uC124\uC815",temprarilyChangeTranslationTo_google:"\uD604\uC7AC \uD398\uC774\uC9C0\uB97C Google \uBC88\uC5ED\uC744 \uC0AC\uC6A9\uD558\uC5EC \uBC88\uC5ED\uD558\uACE0 \uC788\uC2B5\uB2C8\uB2E4.",neverTranslateThisSite:"\uC774 \uC6F9\uC0AC\uC774\uD2B8\uB97C \uC808\uB300 \uBC88\uC5ED\uD558\uC9C0 \uB9C8\uC2ED\uC2DC\uC624.","subtitle.bilingual":"\uC774\uC911 \uC5B8\uC5B4 \uC790\uB9C9",alwaysTranslateThisSite:"\uD56D\uC0C1 \uC774 \uC6F9\uC0AC\uC774\uD2B8\uB97C \uBC88\uC5ED\uD569\uB2C8\uB2E4",buildSnapshots:"\uC6F9\uD398\uC774\uC9C0 \uC2A4\uB0C5\uC0F7 \uC0DD\uC131","error.subscriptionExpiredTitle":"\uD68C\uC6D0\uC774 \uB9CC\uB8CC\uB418\uC5C8\uC2B5\uB2C8\uB2E4",notLoginPro:"\uB2F9\uC2E0\uC740 \uC544\uC9C1 \uD68C\uC6D0 \uACC4\uC815\uC5D0 \uB85C\uADF8\uC778\uD558\uC9C0 \uC54A\uC558\uC2B5\uB2C8\uB2E4.","browser.translateWithGemini":"\uD604\uC7AC \uD398\uC774\uC9C0\uB97C \uC784\uC2DC\uB85C Gemini\uB85C \uBC88\uC5ED\uD558\uC2ED\uC2DC\uC624.","shortcutGroup.others":"\uB354 \uB9CE\uC740 \uC0AC\uC6A9\uC790 \uC815\uC758 \uAE30\uB2A5 \uB2E8\uCD95\uD0A4","subtitle.showQuickButton":"\uD50C\uB808\uC774\uC5B4\uC5D0\uC11C \uC774\uC911 \uC5B8\uC5B4 \uC790\uB9C9 \uB2E8\uCD95\uD0A4\uB97C \uD45C\uC2DC\uD569\uB2C8\uB2E4","browser.translateWithBing":"\uC784\uC2DC\uB85C \uB9C8\uC774\uD06C\uB85C\uC18C\uD504\uD2B8 \uBC88\uC5ED\uC744 \uC0AC\uC6A9\uD558\uC5EC \uD604\uC7AC \uD398\uC774\uC9C0\uB97C \uBC88\uC5ED\uD558\uC2ED\uC2DC\uC624.",contact:"\uC6B0\uB9AC\uC5D0\uAC8C \uC5F0\uB77D\uD558\uC2ED\uC2DC\uC624","desc.touchShortcutsToggleTranslateTouchElement":"\uC0AC\uC6A9\uC790 \uC815\uC758 \uC81C\uC2A4\uCC98\uB97C \uC0AC\uC6A9\uD558\uBA74 \uC5B4\uB5A4 \uB2E8\uB77D\uC774\uB4E0 \uBC88\uC5ED\uD560 \uC218 \uC788\uC2B5\uB2C8\uB2E4.",temprarilyChangeTranslationTo_deepl:"\uD604\uC7AC \uD398\uC774\uC9C0\uB97C DeepL\uB85C \uBC88\uC5ED\uD558\uACE0 \uC788\uC2B5\uB2C8\uB2E4.",networkError:"\uBC88\uC5ED \uC11C\uBE44\uC2A4 \uB610\uB294 \uB124\uD2B8\uC6CC\uD06C\uC5D0 \uBB38\uC81C\uAC00 \uBC1C\uC0DD\uD588\uC2B5\uB2C8\uB2E4.","browser.translateWithTransmart":"\uC784\uC2DC\uB85C \uD150\uC13C\uD2B8 \uBC88\uC5ED\uC744 \uC0AC\uC6A9\uD558\uC5EC \uD604\uC7AC \uD398\uC774\uC9C0\uB97C \uBC88\uC5ED\uD558\uC2ED\uC2DC\uC624.",upgradeToProErrorTitle:"\uC774 \uBC88\uC5ED \uC11C\uBE44\uC2A4\uB97C \uC0AC\uC6A9\uD558\uB824\uBA74 Pro \uD68C\uC6D0\uC73C\uB85C \uC5C5\uADF8\uB808\uC774\uB4DC\uD558\uC2ED\uC2DC\uC624.",temprarilyChangeTranslationTo_transmart:"\uD604\uC7AC \uD398\uC774\uC9C0\uB97C \uD150\uC13C\uD2B8 \uBC88\uC5ED\uC744 \uC0AC\uC6A9\uD558\uC5EC \uBC88\uC5ED\uD558\uACE0 \uC788\uC2B5\uB2C8\uB2E4.",touchShortcutsToggleTranslationMask:"\uD130\uCE58 \uC2A4\uD06C\uB9B0 \uC81C\uC2A4\uCC98 \uC124\uC815\uD558\uC5EC \uBC88\uC5ED \uB9C8\uC2A4\uD06C \uD45C\uC2DC / \uC6D0\uBB38 \uD45C\uC2DC","neverTranslateText.title":"\uB2E4\uC74C \uB2E8\uC5B4\uB294 \uC6D0\uBB38\uC744 \uC720\uC9C0\uD558\uACE0 \uBC88\uC5ED\uD558\uC9C0 \uB9C8\uC2ED\uC2DC\uC624.","browser.translateWithOpenAI":"\uC784\uC2DC\uB85C OpenAI\uB97C \uC0AC\uC6A9\uD558\uC5EC \uD604\uC7AC \uD398\uC774\uC9C0\uB97C \uBC88\uC5ED\uD558\uC2ED\uC2DC\uC624.","floatBall.guideClickToTranslate":`\uD074\uB9AD\uD558\uC5EC \uBAB0\uC785\uD615 \uBC88\uC5ED \uD50C\uB85C\uD305 \uBCFC\uC744 + {env.imt_sub_trans_field}: \u041F\u0435\u0440\u0435\u0432\u043E\u0434`,"subtitle.quickButton.cyan":"\u0421\u0438\u043D\u0438\u0439","subtitle.quickButton.magenta":"\u041F\u0443\u0440\u043F\u0443\u0440\u043D\u044B\u0439","subtitle.quickButton.white":"\u0431\u0435\u043B\u044B\u0439","subtitle.quickButton.blue":"\u0441\u0438\u043D\u0438\u0439","subtitle.quickButton.red":"\u043A\u0440\u0430\u0441\u043D\u044B\u0439","subtitle.quickButton.translationPositionTop":"\u0432 \u0432\u0435\u0440\u0445\u043D\u0435\u0439 \u0447\u0430\u0441\u0442\u0438 \u0442\u0435\u043A\u0441\u0442\u0430","subtitle.quickButton.translationPosition":"\u043C\u0435\u0441\u0442\u043E\u043F\u043E\u043B\u043E\u0436\u0435\u043D\u0438\u0435 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430","subtitle.quickButton.green":"\u0437\u0435\u043B\u0435\u043D\u044B\u0439","subtitle.quickButton.translationPositionBottom":"\u043E\u0440\u0438\u0433\u0438\u043D\u0430\u043B \u043D\u0438\u0436\u0435","subtitle.quickButton.yellow":"\u0436\u0435\u043B\u0442\u044B\u0439","subtitle.quickButton.backgroundColor":"\u0444\u043E\u043D\u043E\u0432\u044B\u0439 \u0446\u0432\u0435\u0442","subtitle.quickButton.sourceFontSize":"\u0418\u0441\u0445\u043E\u0434\u043D\u044B\u0439 \u0440\u0430\u0437\u043C\u0435\u0440 \u0448\u0440\u0438\u0444\u0442\u0430","translationServices.claude":"\u041A\u043B\u043E\u0434","subtitle.quickButton.setting":"\u043D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0430","subtitle.quickButton.translationFontSize":"\u0440\u0430\u0437\u043C\u0435\u0440 \u0448\u0440\u0438\u0444\u0442\u0430 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430","subtitle.quickButton.translationTextColor":"\u0426\u0432\u0435\u0442 \u0448\u0440\u0438\u0444\u0442\u0430 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430","subtitle.quickButton.black":"\u0447\u0435\u0440\u043D\u044B\u0439","subtitle.quickButton.sourceTextColor":"\u0418\u0441\u0445\u043E\u0434\u043D\u044B\u0439 \u0446\u0432\u0435\u0442 \u0448\u0440\u0438\u0444\u0442\u0430","subtitle.quickButton.backgroundOpacity":"\u0424\u043E\u043D\u043E\u0432\u0430\u044F \u043D\u0435\u043F\u0440\u043E\u0437\u0440\u0430\u0447\u043D\u043E\u0441\u0442\u044C",attachSubtitleTranslating:"\u0418\u0441\u043F\u043E\u043B\u044C\u0437\u0443\u044F {service} \u0434\u043B\u044F \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430...","error.claude.403":"\u0412\u0440\u0435\u043C\u0435\u043D\u043D\u043E \u043D\u0435\u0442 \u0434\u043E\u0441\u0442\u0443\u043F\u0430 \u043A \u0441\u0435\u0440\u0432\u0438\u0441\u0443, \u0432\u043E\u0437\u043C\u043E\u0436\u043D\u043E, \u044D\u0442\u043E \u0441\u0432\u044F\u0437\u0430\u043D\u043E \u0441 \u0440\u0435\u0433\u0438\u043E\u043D\u0430\u043B\u044C\u043D\u044B\u043C\u0438 \u043E\u0433\u0440\u0430\u043D\u0438\u0447\u0435\u043D\u0438\u044F\u043C\u0438 \u041A\u043B\u043E\u0434\u0430. \u0412\u044B \u043C\u043E\u0436\u0435\u0442\u0435 \u043F\u043E\u043F\u0440\u043E\u0431\u043E\u0432\u0430\u0442\u044C \u0438\u0437\u043C\u0435\u043D\u0438\u0442\u044C \u0441\u0432\u043E\u0439 IP-\u0430\u0434\u0440\u0435\u0441 \u0438\u043B\u0438 \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u044C \u0434\u0440\u0443\u0433\u0438\u0435 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0447\u0435\u0441\u043A\u0438\u0435 \u0443\u0441\u043B\u0443\u0433\u0438.","browser.brandDescriptionForSafari":"\u3010\u041F\u043E\u0433\u0440\u0443\u0436\u0435\u043D\u0438\u0435 \u0432 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u3011\u0411\u0435\u0441\u043F\u043B\u0430\u0442\u043D\u044B\u0439 \u043F\u043B\u0430\u0433\u0438\u043D \u0434\u043B\u044F \u0434\u0432\u0443\u044F\u0437\u044B\u0447\u043D\u043E\u0433\u043E \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430 \u0432\u0435\u0431-\u0441\u0442\u0440\u0430\u043D\u0438\u0446 (\u043E\u0440\u0438\u0433\u0438\u043D\u0430\u043B/\u043F\u0435\u0440\u0435\u0432\u043E\u0434), \u043F\u043E\u0434\u0434\u0435\u0440\u0436\u0438\u0432\u0430\u044E\u0449\u0438\u0439 \u043F\u0435\u0440\u0435\u0432\u043E\u0434 PDF \u0438 \u043F\u0435\u0440\u0435\u0432\u043E\u0434 \u044D\u043B\u0435\u043A\u0442\u0440\u043E\u043D\u043D\u044B\u0445 \u043A\u043D\u0438\u0433 EPUB \u0441 \u0441\u043E\u0445\u0440\u0430\u043D\u0435\u043D\u0438\u0435\u043C \u043E\u0440\u0438\u0433\u0438\u043D\u0430\u043B\u044C\u043D\u043E\u0433\u043E \u0444\u043E\u0440\u043C\u0430\u0442\u0438\u0440\u043E\u0432\u0430\u043D\u0438\u044F \u0434\u043E\u043A\u0443\u043C\u0435\u043D\u0442\u0430, \u043F\u0435\u0440\u0435\u0432\u043E\u0434 \u0434\u0432\u0443\u044F\u0437\u044B\u0447\u043D\u044B\u0445 \u0441\u0443\u0431\u0442\u0438\u0442\u0440\u043E\u0432 \u0434\u043B\u044F \u043E\u043D\u043B\u0430\u0439\u043D-\u0432\u0438\u0434\u0435\u043E \u043D\u0430 Youtube/Netflix, \u043F\u043E\u0434\u0434\u0435\u0440\u0436\u0438\u0432\u0430\u044E\u0449\u0438\u0439 \u043E\u0441\u043D\u043E\u0432\u043D\u044B\u0435 \u0441\u0435\u0440\u0432\u0438\u0441\u044B \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430, \u0442\u0430\u043A\u0438\u0435 \u043A\u0430\u043A Deepl/Google \u0438 \u0442.\u0434.","browser.PdfProFile":"\u041F\u0435\u0440\u0435\u0432\u043E\u0434 PDF Pro, \u0443\u043F\u0440\u0430\u0432\u043B\u044F\u0435\u043C\u044B\u0439 AI","browser.textTranslate":"\u0422\u0435\u043A\u0441\u0442\u043E\u0432\u044B\u0439 \u043F\u0435\u0440\u0435\u0432\u043E\u0434"};var q4={nologin:"\uB85C\uADF8\uC778\uD558\uC9C0 \uC54A\uC74C",loginForSafari:"\uB85C\uADF8\uC778 \uB610\uB294 \uB4F1\uB85D",login:"\uB85C\uADF8\uC778\uD558\uC5EC \uBA64\uBC84\uC2ED \uAC1C\uC124",manageAccount:"\uAD00\uB9AC \uACC4\uC815",openPremium:"\uBA64\uBC84\uC2ED \uC5F4\uAE30",logout:"\uC911\uB2E8",curentPlan:"\uD604\uC7AC \uD328\uD0A4\uC9C0",endAt:"\uB9CC\uB8CC",endAuto:"\uC790\uB3D9 \uAC31\uC2E0",lineBreakMaxTextCount:"\uC904 \uBC14\uAFC8 \uC774\uD6C4 \uBB38\uC7A5\uB2F9 \uD5C8\uC6A9\uB418\uB294 \uCD5C\uB300 \uAE00\uC790 \uC218","translate-pdf":"PDF\uB97C \uBC88\uC5ED\uD558\uB824\uBA74 \uD074\uB9AD\uD558\uC138\uC694.","noSupportTranslate-pdf":"\uC2A4\uD06C\uB9BD\uD2B8\uAC00 \uC9C0\uC6D0\uB418\uC9C0 \uC54A\uC73C\uB2C8 \uD50C\uB7EC\uADF8\uC778\uC744 \uC0AC\uC6A9\uD558\uC138\uC694.","translate-firefox-local-pdf":"PDF \uAC00\uC838\uC624\uAE30\uB85C \uC774\uB3D9\uD558\uB824\uBA74 \uD074\uB9AD\uD558\uC138\uC694.",enableLineBreak:"\uAE34 \uB2E8\uB77D\uC5D0 \uC790\uB3D9 \uC904 \uBC14\uAFC8 \uD65C\uC131\uD654",sponsorLabel:"1 \uD6C4\uC6D0 \uAC1C\uBC1C\uC790",help:"hand",browserShortcutsNoteForFirefox:"Firefox\uC5D0\uC11C \uBC14\uB85C\uAC00\uAE30\uB97C \uBCC0\uACBD\uD558\uB824\uBA74 \uD655\uC7A5 \uD504\uB85C\uADF8\uB7A8 \uAD00\uB9AC \uD398\uC774\uC9C0 `\uC815\uBCF4:\uC560\uB4DC\uC628`\uC744 \uC5F4\uACE0 `\uC124\uC815`\uC744 \uD074\uB9AD\uD55C \uB2E4\uC74C `\uBC14\uB85C \uAC00\uAE30 \uAD00\uB9AC`\uB97C \uD074\uB9AD\uD558\uC5EC \uBC14\uB85C\uAC00\uAE30\uB97C \uC124\uC815\uD574\uC57C \uD569\uB2C8\uB2E4.",browserShortcutsNoteForChrome:"Chrome\uC5D0\uC11C \uBC14\uB85C\uAC00\uAE30\uB97C \uC218\uC815\uD558\uB824\uBA74 \uD655\uC7A5 \uD504\uB85C\uADF8\uB7A8 \uAD00\uB9AC \uD398\uC774\uC9C0\uB97C \uC5F4\uACE0 '\uBC14\uB85C \uAC00\uAE30 \uAD00\uB9AC' \uD328\uB110(`chrome://extensions/shortcuts`)\uC5D0\uC11C \uC124\uC815\uD55C \uD6C4 \uC544\uB798 \uBC84\uD2BC\uC744 \uD074\uB9AD\uD558\uC5EC \uBC14\uB85C \uAC00\uAE30 \uAD00\uB9AC \uD398\uC774\uC9C0\uB85C \uC774\uB3D9\uD574\uC57C \uD569\uB2C8\uB2E4.",browserShortcutsSucks:"\uC0AC\uC6A9\uC790 \uC9C0\uC815 \uBC14\uB85C\uAC00\uAE30\uC758 \uD615\uC2DD\uC740\uFF1A\uC785\uB2C8\uB2E4(\uC790\uB3D9 \uC778\uC2DD\uB418\uC9C0 \uC54A\uC73C\uBBC0\uB85C \uC9C1\uC811 \uC785\uB825\uD558\uC138\uC694).",enableLineBreakDescription:"\uC774 \uAE30\uB2A5\uC744 \uCF1C\uBA74 \uAE34 \uB2E8\uB77D\uC758 \uAC01 \uBB38\uC7A5 \uB05D\uC5D0 \uC904 \uBC14\uAFC8\uC774 \uC0BD\uC785\uB418\uC5B4 \uBB38\uC7A5\uC744 \uB354 \uC27D\uAC8C \uC77D\uC744 \uC218 \uC788\uC2B5\uB2C8\uB2E4.","browser.shortBrandName":"\uBAB0\uC785 \uBC88\uC5ED","browser.brandName":"\uBAB0\uC785 \uBC88\uC5ED: \uC774\uC911 \uC5B8\uC5B4 \uC6F9 \uD398\uC774\uC9C0 \uBC88\uC5ED \uBC0F PDF \uBB38\uC11C \uBC88\uC5ED","browser.brandDescription":"Bilingual web page translation, also supports PDF translation, bilingual Epub eBook translation, free to use.","browser.toggleTranslatePage":"\uD398\uC774\uC9C0 \uBC88\uC5ED/\uC6D0\uBB38 \uD45C\uC2DC","browser.toggleTranslateTheWholePage":"\uD398\uC774\uC9C0\uC758 \uBAA8\uB4E0 \uC601\uC5ED \uBC88\uC5ED/\uC6D0\uBB38 \uD14D\uC2A4\uD2B8 \uD45C\uC2DC","browser.toggleOnlyTransation":"\uC591\uC5B8\uC5B4/\uBC88\uC5ED\uBB38\uB9CC \uBAA8\uB4DC\uB85C \uC804\uD658","browser.toggleTranslateToThePageEndImmediately":"\uD398\uC774\uC9C0 \uD558\uB2E8\uC73C\uB85C \uC989\uC2DC \uBC88\uC5ED/\uC6D0\uBB38 \uD45C\uC2DC","browser.toggleTranslateTheMainPage":"\uD398\uC774\uC9C0\uC758 \uC8FC\uC694 \uC601\uC5ED \uBC88\uC5ED/\uC6D0\uBB38 \uD14D\uC2A4\uD2B8 \uD45C\uC2DC","browser.shareToDraft":"\uC774\uC911 \uC5B8\uC5B4 \uD398\uC774\uC9C0 \uACF5\uC720","browser.openOptionsPage":"\uC124\uC815 \uD398\uC774\uC9C0 \uC5F4\uAE30","browser.toggleTranslationMask":"\uBC88\uC5ED \uD750\uB9BC \uD6A8\uACFC \uD45C\uC2DC/\uC228\uAE30\uAE30","browser.translateLocalPdfFile":"\uB85C\uCEEC PDF \uD30C\uC77C \uBC88\uC5ED","browser.openEbookViewer":"\uD604\uC9C0 \uC804\uC790\uCC45 \uC77D\uAE30","browser.openEbookBuilder":"\uC774\uC911 \uC5B8\uC5B4 EPUB \uC804\uC790\uCC45 \uB9CC\uB4E4\uAE30","browser.translateLocalHtmlFile":"HTML/\uD14D\uC2A4\uD2B8 \uD30C\uC77C \uBC88\uC5ED","browser.donateContext":"\uC2A4\uD3F0\uC11C\uC2ED \uD61C\uD0DD\uC5D0 \uB300\uD574 \uC54C\uC544\uBCF4\uAE30","browser.translateLocalSubtitleFile":"\uB85C\uCEEC \uC790\uB9C9 \uD30C\uC77C \uBC88\uC5ED",confirmResetConfig:"\uC124\uC815\uC744 \uC7AC\uC124\uC815\uD558\uC2DC\uACA0\uC2B5\uB2C8\uAE4C?",translationLineBreakSettingTitle:"\uBC88\uC5ED \uC904 \uBC14\uAFC8 \uC124\uC815",smartLineBreak:"\uC2A4\uB9C8\uD2B8 \uB77C\uC778 \uD53C\uB4DC(\uCEF4\uD4E8\uD305)",alwaysLineBreak:"\uD56D\uC0C1 \uB77C\uC778 \uD53C\uB4DC",isShowContextMenu:"\uBA54\uB274 \uD56D\uBAA9\uC744 \uB9C8\uC6B0\uC2A4 \uC624\uB978\uCABD \uBC84\uD2BC\uC73C\uB85C \uD074\uB9AD\uD558\uC5EC \uBC88\uC5ED\uB41C \uD398\uC774\uC9C0 \uCD94\uAC00\uD558\uAE30",toggleBeta:"\uBCA0\uD0C0 \uD14C\uC2A4\uD2B8 \uAE30\uB2A5 \uD65C\uC131\uD654",betaDescription:"\uC544\uC9C1 \uC2E4\uD5D8\uB2E8\uACC4\uC778 \uAE30\uB2A5\uB4E4\uACFC \uBCA0\uD0C0\uBC84\uC804\uC778 \uBC88\uC5ED \uC11C\uBE44\uC2A4\uB97C \uC0AC\uC6A9\uD574\uBCF4\uC138\uC694. <1>\uD154\uB808\uADF8\uB7A8 \uADF8\uB8F9\uC5D0 \uAC00\uC785\uD558\uC5EC \uC790\uC138\uD788 \uC54C\uC544\uBCF4\uC138\uC694.",translationLineBreakSettingDescription:"\uCF58\uD150\uCE20\uAC00 \uC801\uC740 \uD398\uC774\uC9C0\uC758 \uACBD\uC6B0 \uD56D\uC0C1 \uC904 \uBC14\uAFC8\uC774 \uAE54\uB054\uD558\uAC8C \uC720\uC9C0\uB429\uB2C8\uB2E4. (\uCF58\uD150\uCE20\uAC00 \uB9CE\uC740 \uAE34 \uB2E8\uB77D({count}\uC790 \uC774\uC0C1)\uC5D0\uB294 \uC2A4\uB9C8\uD2B8 \uC904 \uBC14\uAFC8\uC744 \uC0AC\uC6A9\uD558\uC5EC \uACF5\uAC04\uC744 \uC808\uC57D\uD558\uC138\uC694.)",tempTranslateDomainTitle:"\uC6F9\uC0AC\uC774\uD2B8 \uBC88\uC5ED\uC774 \uC77C\uC2DC\uC801\uC73C\uB85C \uCF1C\uC9C0\uB294 \uAE30\uAC04",tempTranslateDomainDescription:"\uC6F9 \uD398\uC774\uC9C0\uB97C \uC218\uB3D9\uC73C\uB85C \uBC88\uC5ED\uD560 \uB54C \uC790\uB3D9 \uBC88\uC5ED\uC744 \uC704\uD574 \uC6F9 \uC0AC\uC774\uD2B8\uB97C \uC77C\uC2DC\uC801\uC73C\uB85C \uCF1C\uACE0 \uC77C\uC2DC\uC801\uC778 \uAE30\uAC04\uC744 \uC124\uC815\uD560 \uC218 \uC788\uC2B5\uB2C8\uB2E4.",xMinutes:"{count} \uBD84",disabled:"STH \uC0AC\uC6A9\uC744 \uAE08\uC9C0\uD569\uB2C8\uB2E4.",changelog:"\uC5C5\uB370\uC774\uD2B8 \uB85C\uADF8",toggleTranslatePageWhenThreeFingersOnTheScreen:"\uC5EC\uB7EC \uC190\uAC00\uB77D\uC774 \uB3D9\uC2DC\uC5D0 \uD654\uBA74\uC744 \uD130\uCE58\uD560 \uB54C \uC6F9 \uD398\uC774\uC9C0 \uBC88\uC5ED/\uC6D0\uBB38 \uD14D\uC2A4\uD2B8 \uD45C\uC2DC",toggleTranslationMaskWhenThreeFingersOnTheScreen:"\uC5EC\uB7EC \uC190\uAC00\uB77D\uC73C\uB85C \uD130\uCE58\uD558\uBA74 \uD750\uB9BC \uD6A8\uACFC\uB97C \uD45C\uC2DC\uD558\uAC70\uB098 \uC228\uAE38 \uC218 \uC788\uC2B5\uB2C8\uB2E4.",fingerCountToToggleTranslagePageOnlyTranslationWhenTouching:"\uC5EC\uB7EC \uC190\uAC00\uB77D\uC73C\uB85C \uB3D9\uC2DC\uC5D0 \uD654\uBA74\uC744 \uD130\uCE58\uD558\uBA74 \uC6F9 \uD398\uC774\uC9C0\uAC00 \uBC88\uC5ED(\uBC88\uC5ED \uC804\uC6A9)/\uC6D0\uBB38\uC744 \uD45C\uC2DC\uD569\uB2C8\uB2E4.",addUrlDescription:"\uB3C4\uBA54\uC778 \uC774\uB984\uC77C \uC218 \uC788\uC73C\uBA70 \uC640\uC77C\uB4DC\uCE74\uB4DC(\uC608:\uFF1A*.google.com, google.com/mail/*, https://www.google.com/*)\uB3C4 \uC9C0\uC6D0\uD569\uB2C8\uB2E4.",general:"\uAE30\uBCF8 \uC124\uC815",clickToExpandConfig:"\uD604\uC7AC \uAD6C\uC131 \uD655\uC7A5",import:"\uD30C\uC77C\uC5D0\uC11C \uAC00\uC838\uC624\uAE30",export:"\uD30C\uC77C\uB85C \uB0B4\uBCF4\uB0B4\uAE30",toggleDebug:"\uCF58\uC194\uC5D0\uC11C \uB514\uBC84\uADF8 \uB85C\uADF8 \uC778\uC1C4","fingers.0":"\uC751\uACE0","fingers.2":"\uB450 \uC190\uAC00\uB77D \uD130\uCE58","fingers.3":"\uC138 \uC190\uAC00\uB77D \uD130\uCE58","fingers.4":"\uB124 \uC190\uAC00\uB77D \uD130\uCE58","fingers.5":"\uB2E4\uC12F \uC190\uAC00\uB77D \uD130\uCE58",mouseHoldKey:"+ {key} \uB2E8\uB77D \uBC88\uC5ED/\uBCF5\uC6D0\uD558\uAE30",mouseHoldKeyAuto:"\uB2E8\uB77D\uC758 \uC9C1\uC811 \uBC88\uC5ED",mouseHoldKeyOff:"\uC544\uBB34\uAC83\uB3C4 \uD558\uC9C0 \uB9C8\uC138\uC694.",mouseHoldKeyOther:"\uC0AC\uC6A9\uC790 \uC9C0\uC815 \uBC14\uB85C \uAC00\uAE30(\uC124\uC815 \uC5F4\uAE30)",mouseHoldKeyCustomKey:"{key} \uB2E8\uB77D\uC758 \uBC88\uC5ED/\uCD95\uC18C",mouseHoverHoldKey:"\uBC14\uB85C \uAC00\uAE30 \uD0A4\uB97C \uB204\uB978 \uC0C1\uD0DC\uC5D0\uC11C \uB9C8\uC6B0\uC2A4\uB97C \uAC00\uB9AC\uD0A4\uBA74 \uB2E8\uB77D\uC774 \uBC88\uC5ED\uB429\uB2C8\uB2E4.","mouse-translate":"\uB9C8\uC6B0\uC2A4 \uD638\uBC84",document:"(\uCEF4\uD4E8\uD130) \uD30C\uC77C",resetSuccess:"\uBAA8\uB4E0 \uC124\uC815 \uC7AC\uC124\uC815\uC5D0 \uC131\uACF5",resetThisSuccess:"\uC7AC\uC124\uC815 \uC131\uACF5",saved:"\uC800\uC7A5 \uC131\uACF5",successImportConfig:"\uC131\uACF5\uC801\uC73C\uB85C \uAC00\uC838\uC628 \uAD6C\uC131",goAdvancedSettings:"\uACE0\uAE09 \uC124\uC815 \uD398\uC774\uC9C0\uB85C \uC774\uB3D9\uD569\uB2C8\uB2E4.",goAdvancedInterfaceSettings:"\uACE0\uAE09 \uC0AC\uC6A9\uC790 \uC9C0\uC815 \uC124\uC815 \uD398\uC774\uC9C0\uB85C \uC774\uB3D9\uD569\uB2C8\uB2E4.",advanced:"\uACE0\uAE09 \uC124\uC815",advancedDescription:"\uC77C\uBC18\uC801\uC73C\uB85C \uC124\uC815\uC774 \uD544\uC694\uD558\uC9C0 \uC54A\uC73C\uBA70 \uAE30\uBCF8\uAC12\uC744 \uADF8\uB300\uB85C \uB450\uBA74 \uB429\uB2C8\uB2E4. \uBCF4\uB2E4 \uC804\uBB38\uC801\uC778 \uC0AC\uC6A9\uC790\uB9CC \uAC1C\uC778\uD654\uB41C \uC124\uC815\uC744 \uC0AC\uC6A9\uD560 \uC218 \uC788\uC2B5\uB2C8\uB2E4.",developer:"\uAC1C\uBC1C\uC790 \uC124\uC815",donateCafe:"\uAC00\uACA9","translate to the bottom of the page":"\uD398\uC774\uC9C0\uC5D0 \uB4E4\uC5B4\uAC00\uBA74 \uBC14\uB85C \uD398\uC774\uC9C0 \uD558\uB2E8\uC73C\uB85C \uBC88\uC5ED\uB418\uB098\uC694?",feedback:"\uC9C8\uBB38 \uD53C\uB4DC\uBC31",toggleTranslatePage:"\uD398\uC774\uC9C0 \uBC88\uC5ED/\uC6D0\uBB38 \uD45C\uC2DC",translateToThePageEndImmediatelyDescription:"\uC774 \uAE30\uB2A5\uC744 \uCF1C\uBA74 \uC785\uB825\uD558\uB294 \uC989\uC2DC \uD398\uC774\uC9C0\uC758 \uC704\uCABD\uC5D0\uC11C \uC544\uB798\uCABD\uC73C\uB85C \uCF58\uD150\uCE20\uAC00 \uBC88\uC5ED\uB429\uB2C8\uB2E4. \uB044\uBA74 \uC77D\uB294 \uB300\uB85C \uBC88\uC5ED\uB429\uB2C8\uB2E4. (\uAD8C\uC7A5\uD558\uC9C0 \uC54A\uC74C)","translate all areas of the page":"\uD398\uC774\uC9C0\uC758 \uBAA8\uB4E0 \uC601\uC5ED\uC744 \uBC88\uC5ED\uD560\uC9C0 \uC5EC\uBD80",translationAreaDescription:"\uCF1C\uBA74 \uC804\uCCB4 \uC6F9 \uD398\uC774\uC9C0\uC758 \uBAA8\uB4E0 \uC601\uC5ED\uC774 \uBC88\uC5ED\uB429\uB2C8\uB2E4. \uB044\uBA74 \uAE30\uBCF8 \uC2A4\uB9C8\uD2B8 \uC778\uC2DD\uC774 \uC0AC\uC6A9\uB418\uBA70 \uC8FC\uC694 \uC601\uC5ED\uB9CC \uBC88\uC5ED\uB429\uB2C8\uB2E4. (\uCF1C\uC9C0 \uC54A\uB294 \uAC83\uC774 \uC88B\uC2B5\uB2C8\uB2E4.)","the number of characters to be translated first":"\uBCF4\uAE30 \uC601\uC5ED\uC73C\uB85C \uC2A4\uD06C\uB864\uD560 \uB54C\uAE4C\uC9C0 \uAE30\uB2E4\uB9AC\uC9C0 \uC54A\uACE0 \uD398\uC774\uC9C0\uC758 \uCC98\uC74C \uBA87 \uBB38\uC790\uB97C \uBC14\uB85C \uBC88\uC5ED\uD569\uB2C8\uB2E4.","interface language":"\uC778\uD130\uD398\uC774\uC2A4 \uC5B8\uC5B4","display both the original text and the translation":"\uC6D0\uBCF8\uACFC \uBC88\uC5ED\uBCF8 \uB3D9\uC2DC \uD45C\uC2DC","keyboard shortcuts":"\uD0A4\uBCF4\uB4DC \uB2E8\uCD95\uD0A4",modify:"\uBC14\uB85C \uAC00\uAE30 \uD0A4 \uC218\uC815",reset:"\uC7AC\uD504\uB85C\uBE44\uC800\uB2DD",close:"\uC751\uACE0",homepage:"\uD648\uD398\uC774\uC9C0",more:"\uB354 \uBCF4\uAE30",moreOptions:"\uB354 \uB9CE\uC740 \uC0AC\uC6A9\uC790 \uC9C0\uC815 \uC635\uC158 \uD655\uC7A5",translateTheWholePage:"\uD398\uC774\uC9C0\uC758 \uBAA8\uB4E0 \uC601\uC5ED \uBC88\uC5ED(\uC8FC\uC694 \uC601\uC5ED\uB9CC \uC9C0\uB2A5\uC801\uC73C\uB85C \uC778\uC2DD\uD558\uB294 \uAC83\uC774 \uC544\uB2C8\uB77C)",changeToTranslateTheWholePage:"\uBAA8\uB4E0 \uC9C0\uC5ED \uBC88\uC5ED\uC73C\uB85C \uC804\uD658",changeToTranslateTheMainPage:"\uAE30\uBCF8 \uC601\uC5ED \uBC88\uC5ED\uC73C\uB85C \uC804\uD658",changeToOnlyTranslationMode:"\uBC88\uC5ED\uB9CC \uD45C\uC2DC\uD558\uB3C4\uB85D \uD1A0\uAE00",changeToDualTranslationMode:"\uC774\uC911 \uC5B8\uC5B4 \uBC88\uC5ED\uC73C\uB85C \uC804\uD658",translateToThePageEndImmediately:"\uD398\uC774\uC9C0 \uD558\uB2E8\uC73C\uB85C \uC989\uC2DC \uBC88\uC5ED\uD558\uAE30",translateTheMainPage:"\uC9C0\uB2A5\uD615 \uBC88\uC5ED \uC8FC\uC694 \uC9C0\uC5ED","The local rules are up to date":"\uB85C\uCEEC \uC801\uC751 \uADDC\uCE59\uC740 \uCD5C\uC2E0 \uC0C1\uD0DC\uC785\uB2C8\uB2E4.","Successfully synchronized with the latest official rules:":"\uCD5C\uC2E0 \uACF5\uC2DD \uC801\uC751 \uADDC\uCE59\uACFC \uC131\uACF5\uC801\uC73C\uB85C \uB3D9\uAE30\uD654\uB418\uC5C8\uC2B5\uB2C8\uB2E4.","Checking for updates":"\uC5C5\uB370\uC774\uD2B8 \uD655\uC778","Rules are being synchronized":"\uC801\uC751 \uADDC\uCE59 \uB3D9\uAE30\uD654 \uC911",localVersionIsTooOld:"\uB85C\uCEEC \uD655\uC7A5 \uD504\uB85C\uADF8\uB7A8 \uBC84\uC804\uC774 \uB108\uBB34 \uC624\uB798\uB418\uC5C8\uC73C\uBBC0\uB85C \uB3D9\uAE30\uD654\uB97C \uC2DC\uB3C4\uD558\uAE30 \uC804\uC5D0 \uD655\uC7A5 \uD504\uB85C\uADF8\uB7A8\uC744 {minVersion} \uC774\uC0C1\uC73C\uB85C \uC5C5\uADF8\uB808\uC774\uB4DC\uD558\uC138\uC694.",badUserscriptBrowser:"\uD604\uC7AC \uBE0C\uB77C\uC6B0\uC800\uB294 \uADF8\uB9AC\uC2A4\uBABD\uD0A4 \uD655\uC7A5 \uC778\uD130\uD398\uC774\uC2A4\uB97C \uC62C\uBC14\uB974\uAC8C \uAD6C\uD604\uD558\uC9C0 \uC54A\uC73C\uBBC0\uB85C(\uC608: \uADF8\uB9AC\uC2A4\uBABD\uD0A4 \uC2A4\uD06C\uB9BD\uD2B8 \uC790\uCCB4\uC758 \uBC84\uC804 \uBC88\uD638\uC5D0 \uB300\uD55C \uC815\uBCF4\uB97C \uC5BB\uC73C\uB824\uBA74), \uD30C\uC774\uC5B4\uD3ED\uC2A4 \uB4F1 <1>\uADF8\uB9AC\uC2A4\uBABD\uD0A4 \uD655\uC7A5 \uAE30\uB2A5\uC744 \uC9C0\uC6D0\uD558\uB294 \uB2E4\uB978 \uBE0C\uB77C\uC6B0\uC800\uB97C \uC0AC\uC6A9\uD558\uC2DC\uAE30 \uBC14\uB78D\uB2C8\uB2E4.",foundNewVersion:"\uC0C8 \uBC84\uC804 \uC54C\uC544\uBCF4\uAE30",theLocalExtensionIsUpToUpdate:"\uD604\uC7AC \uD655\uC7A5 \uD504\uB85C\uADF8\uB7A8\uC774 \uCD5C\uC2E0 \uBC84\uC804\uC785\uB2C8\uB2E4.",failToSyncRules:"\uCD5C\uC2E0 \uC801\uC751 \uADDC\uCE59\uC744 \uB3D9\uAE30\uD654\uD558\uC9C0 \uBABB\uD568",retry:"\uB2E4\uC2DC \uC2DC\uB3C4\uD558\uB824\uBA74 \uC5EC\uAE30\uB97C \uD074\uB9AD\uD558\uC138\uC694.",failedReason:"\uC2E4\uD328 \uC774\uC720",currentRuleVersion:"\uD604\uC7AC \uADDC\uCE59 \uBC84\uC804",calculating:"\uACC4\uC0B0",unknownError:"\uC54C \uC218 \uC5C6\uB294 \uC624\uB958",canNotFetchRemoteRule:"\uC6D0\uACA9 \uADDC\uCE59\uC744 \uAC00\uC838\uC62C \uC218 \uC5C6\uC74C",enableAlphaSuccess:"\uC54C\uD30C \uC0AC\uC6A9",disableAlphaSuccess:"\uC54C\uD30C \uAE30\uB2A5\uC774 \uAEBC\uC838 \uC788\uC2B5\uB2C8\uB2E4.",cacheSize:"\uCE90\uC2DC \uD06C\uAE30\uFF1A",cleaning:"\uCCAD\uC0B0 \uACFC\uC815\uC5D0\uC11C",cleanCache:"\uCE90\uC2DC \uC9C0\uC6B0\uAE30",options:"\uC124\uC815",about:"\uB2E4\uC74C\uACFC \uAD00\uB828\uD558\uC5EC",service:"\uD1B5\uC5ED \uC11C\uBE44\uC2A4",needAction:"(\uC124\uC815\uC73C\uB85C \uC774\uB3D9)",goSettings:"\uACC4\uC18D\uD574\uC11C \uC124\uC815\uD558\uC138\uC694.",needActionForOptions:"(\uC124\uC815 \uC608\uC815)",translationEngine:"\uC5D4\uC9C4 \uC635\uC158",sourceLanguage:"\uC6D0\uBCF8 \uC5B8\uC5B4",target:"\uB300\uC0C1 \uC5B8\uC5B4",popupSourceLanguage:"\uC6D0\uBCF8 \uC5B8\uC5B4",popupTarget:"\uB300\uC0C1 \uC5B8\uC5B4",popupService:"\uD1B5\uC5ED \uC11C\uBE44\uC2A4",forThisSite:"\uD604\uC7AC \uC6F9\uC0AC\uC774\uD2B8",autoEnableSubtitle:"\uC774\uC911 \uC5B8\uC5B4 \uC790\uB9C9 \uC790\uB3D9 \uC5F4\uAE30",alwaysTranslate:"\uD56D\uC0C1 \uBC88\uC5ED",neverTranslate:"\uBC88\uC5ED \uAE08\uC9C0",alwaysTranslateSomeLanguage:"\uD56D\uC0C1 \uBC88\uC5ED {language}",neverTranslateSomeLanguage:"\uBC88\uC5ED \uAE08\uC9C0 {language}",alwaysTranslateSomeSite:"\uD56D\uC0C1 \uBC88\uC5ED {hostname}",neverTranslateSomeSite:"\uBC88\uC5ED \uAE08\uC9C0 {hostname}",alwaysTranslateSomeSiteOrWildSite:"\uD56D\uC0C1 \uC0AC\uC774\uD2B8 \uBC88\uC5ED",alwaysTranslateSomePage:"\uD56D\uC0C1 \uD398\uC774\uC9C0 \uBC88\uC5ED",add:"\uC99D\uAC00",default:"\uAE30\uBCF8\uAC12(\uC124\uC815)",forThisLanguage:"\uC774 \uC5B8\uC5B4\uC758 \uACBD\uC6B0\uFF1A","add url":"URL \uC785\uB825",edit:"\uCEF4\uD30C\uC77C\uB7EC","translate other languages into specific language":"\uB2E4\uB978 \uC5B8\uC5B4\uB97C \uC124\uC815\uD55C \uC5B8\uC5B4\uB85C \uBC88\uC5ED","select translation service":"\uBC88\uC5ED \uC11C\uBE44\uC2A4 \uC120\uD0DD",language:"\uB2E4\uAD6D\uC5B4 \uC9C0\uC6D0","show-original":"\uC6D0\uBCF8 \uD14D\uC2A4\uD2B8 \uD45C\uC2DC",translate:"\uB80C\uB354\uB9C1",Translated:"\uBC88\uC5ED\uB428",Translating:"\uBC88\uC5ED \uC911",Error:"\uC798\uBABB\uB41C",allowCacheTranslations:"\uB85C\uCEEC \uBC88\uC5ED \uCE90\uC2F1 \uC0AC\uC6A9(\uC911\uBCF5 \uAD6C\uC808\uC5D0 \uB300\uD55C \uBC88\uC5ED \uC694\uCCAD\uC744 \uC904\uC774\uAE30 \uC704\uD574)","translation display":"\uBC88\uC5ED \uD45C\uC2DC \uC2A4\uD0C0\uC77C","select diplay style":"\uB2E4\uC74C \uC608\uC2DC\uB97C \uAD6C\uCCB4\uC801\uC73C\uB85C \uCC38\uC870\uD558\uC5EC \uBC88\uC5ED \uC2A4\uD0C0\uC77C\uC744 \uAD6C\uBD84\uD558\uC138\uC694.",interface:"\uC778\uD130\uD398\uC774\uC2A4 \uC124\uC815",import_export:"\uAC00\uC838\uC624\uAE30/\uB0B4\uBCF4\uB0B4\uAE30",import_export_title:"\uAD6C\uC131 \uAC00\uC838\uC624\uAE30/\uB0B4\uBCF4\uB0B4\uAE30",syncToGoogleDrive:"\uC9C0\uAE08 Google \uB4DC\uB77C\uC774\uBE0C\uC640 \uB3D9\uAE30\uD654",floatBallOptions:"\uD638\uBC84\uBCFC \uC124\uC815","floatBallOptions.enable":"\uD638\uBC84\uBCFC \uD65C\uC131\uD654","floatBallOptions.blockUrls":"\uC6F9\uC0AC\uC774\uD2B8 \uBE44\uD65C\uC131\uD654","floatBallOptions.add":"\uC99D\uAC00","floatBallOptions.blockUrlDesc":"\uB2E4\uC74C \uC6F9\uC0AC\uC774\uD2B8\uC5D0\uC11C\uB294 \uD638\uBC84\uBCFC\uC774 \uD45C\uC2DC\uB418\uC9C0 \uC54A\uC2B5\uB2C8\uB2E4.","floatBallOptions.clickType":"\uD074\uB9AD \uB3D9\uC791","floatBallOptions.clickTypeDesc":"\uD074\uB9AD \uC2DC \uD638\uBC84\uBCFC \uC544\uC774\uCF58 \uB3D9\uC791","floatBallOptions.clickPopup":"\uBC88\uC5ED \uD328\uB110 \uD45C\uC2DC","floatBallOptions.clickTranslate":"\uC6D0\uBCF8 \uD14D\uC2A4\uD2B8 \uBC88\uC5ED/\uD45C\uC2DC","floatBallOptions.fixedPosition":"\u56FA\u5B9A\u4F4D\u7F6E","floatBallOptions.fixedPositionDesc":"\u60AC\u6D6E\u7403\u5728\u7A97\u53E3\u5DE6\u4FA7\u8FD8\u662F\u53F3\u4FA7","floatBallOptions.fixedPositionLeft":"\u5DE6\u4FA7","floatBallOptions.fixedPositionRight":"\u53F3\u4FA7",previewAllThemes:"\uBAA8\uB4E0 \uC2A4\uD0C0\uC77C \uBBF8\uB9AC\uBCF4\uAE30","translationTheme.none":"\uAC00\uC9C0\uACE0 \uC788\uC9C0 \uC54A\uB2E4","translationTheme.grey":"\uC9D9\uC740 \uD68C\uC0C9","translationTheme.dashed":"\uC810\uC120 \uBC11\uC904","translationTheme.dotted":"\uC810\uC120 \uBC11\uC904","translationTheme.dashedBorder":"\uC810\uC120 \uD14C\uB450\uB9AC","translationTheme.solidBorder":"\uC2E4\uC120 \uD14C\uB450\uB9AC","translationTheme.underline":"\uC9C1\uC120\uC5D0 \uBC11\uC904","translationTheme.mask":"\uD37C\uC9C0 \uD6A8\uACFC(\uD559\uC2B5 \uBAA8\uB4DC)","translationTheme.opacity":"\uD22C\uBA85\uC131 \uD6A8\uACFC","translationTheme.paper":"\uD770 \uC885\uC774 \uADF8\uB9BC\uC790 \uD6A8\uACFC","translationTheme.dividingLine":"\uAD6C\uBD84\uC120","translationTheme.highlight":"\uB192\uC740 \uBC1D\uAE30","translationTheme.marker":"\uB9C8\uCEE4(\uC678\uB798\uC5B4)","translationTheme.marker2":"\uB9C8\uCEE4 2","translationTheme.blockquote":"\uCC38\uC870 \uC2A4\uD0C0\uC77C","translationTheme.weakening":"\uC57D\uD654","translationTheme.italic":"\uAE30\uC6B8\uC5B4\uC9C0\uB294 \uC11C\uCCB4","translationTheme.bold":"\uB450\uAECD\uAC8C","translationTheme.thinDashed":"\uAC00\uB294 \uC810\uC120 \uBC11\uC904","translationTheme.nativeDashed":"\uC2DC\uC2A4\uD15C\uC5D0\uB294 \uC810\uC120\uC73C\uB85C \uD45C\uC2DC\uB41C \uBC11\uC904\uC774 \uC788\uC2B5\uB2C8\uB2E4.","translationTheme.nativeDotted":"\uC2DC\uC2A4\uD15C\uC5D0\uB294 \uC810\uC120\uC73C\uB85C \uBC11\uC904\uC774 \uADF8\uC5B4\uC838 \uC788\uC2B5\uB2C8\uB2E4.","translationTheme.nativeUnderline":"\uC2DC\uC2A4\uD15C\uC5D0\uB294 \uC9C1\uC120 \uBC11\uC904\uC774 \uC788\uC2B5\uB2C8\uB2E4.","translationTheme.wavy":"\uBB3C\uACB0 \uBAA8\uC591 \uB77C\uC778","translationServices.custom":"\uC0AC\uC6A9\uC790 \uC9C0\uC815 API","translationServices.tencent":"\uD150\uC13C\uD2B8 \uBC88\uC5ED\uAE30","translationServices.tenAlpha":"\uD150\uC13C\uD2B8 \uBC88\uC5ED\uAE30(\uC54C\uD30C)","translationServices.google":"Google \uBC88\uC5ED","translationServices.bai":"\uBC14\uC774\uB450(\uC54C\uD30C)","translationServices.baidu":"\uBC14\uC774\uB450 \uBC88\uC5ED","translationServices.aliyun":"\uC54C\uB9AC\uD074\uB77C\uC6B0\uB4DC \uBC88\uC5ED","translationServices.volc":"\uD654\uC0B0 \uBC88\uC5ED","translationServices.deeplx":"DeepLX(\uBCA0\uD0C0)","translationServices.bing":"Microsoft \uBC88\uC5ED","translationServices.deepl":"DeepL","translationServices.wechat":"\uC704\uCC57 \uBC88\uC5ED","translationServices.azure":"Azure \uBC88\uC5ED","translationServices.ibm":"IBM \uC653\uC2A8","translationServices.aws":"\uC544\uB9C8\uC874 \uBC88\uC5ED","translationServices.mock":"\uC2DC\uBBAC\uB808\uC774\uC158 \uBC88\uC5ED","translationServices.mock2":"\uC2DC\uBBAC\uB808\uC774\uC158 \uBC88\uC5ED 2","translationServices.caiyun":"\uC870\uBA85. \uB2E4\uCC44\uB85C\uC6B4 \uAD6C\uB984\uACFC \uC791\uC740 \uBC88\uC5ED","translationServices.cai":"\uB2E4\uCC44\uB85C\uC6B4 \uAD6C\uB984(\uC54C\uD30C)","translationServices.volcAlpha":"\uD654\uC0B0 (\uC54C\uD30C)","translationServices.openl":"OpenL","translationServices.youdao":"\uC720\uD29C\uBE0C \uBC88\uC5ED","translationServices.you":"\uC720\uB2E4\uC624 \uBC88\uC5ED\uAE30(\uC54C\uD30C)","translationServices.transmart":"\uD150\uC13C\uD2B8 \uC778\uD130\uB799\uD2F0\uBE0C \uBC88\uC5ED","translationServices.niu":"\uB9E4\uBC84\uB9AD \uBC88\uC5ED\uAE30","translationServices.papago":"\uD30C\uD30C\uACE0 \uBC88\uC5ED","translationServices.d":"D(\uC54C\uD30C)","translationServices.dpro":"D \uD504\uB85C(\uCE74\uB098\uB9AC\uC544)","translationServices.openai":"OpenAI","translationServices.yandex":"Yandex","translationServices.chatgpt":"ChatGPT \uC6F9(3.5 \uBAA8\uBC14\uC77C)","translate title":"\uD398\uC774\uC9C0 \uC81C\uBAA9 \uBC88\uC5ED","always languages":"\uD56D\uC0C1 \uC5B8\uC5B4 \uBC88\uC5ED",neverTranslateLanguagesLabel:"\uBC88\uC5ED\uB418\uC9C0 \uC54A\uB294 \uC5B8\uC5B4",neverTranslateTheFollowingLanguagesDescription:"\uD398\uC774\uC9C0\uC758 \uB2E8\uB77D\uC774 \uB2E4\uC74C \uC5B8\uC5B4 \uC911 \uD558\uB098\uC778 \uACBD\uC6B0 \uBC88\uC5ED\uC774 \uAC74\uB108\uB6F0\uC5B4\uC9D1\uB2C8\uB2E4.",enableUserscriptPagePopup:"\uD398\uC774\uC9C0\uC5D0 \uD638\uBC84\uBCFC \uD45C\uC2DC",enableUserscriptPagePopupDescription:"\uD638\uBC84\uBCFC\uC744 \uB044\uACE0 \uB098\uBA74 \uBC14\uB85C \uAC00\uAE30 /{touch}\uB85C \uBD88\uB7EC\uC62C \uC218 \uC788\uC2B5\uB2C8\uB2E4. \uC2E4\uC218\uB85C \uC774 \uC635\uC158\uC744 \uB048 \uD6C4 \uD638\uBC84\uBCFC\uC744 \uCC3E\uC9C0 \uBABB\uD558\uB294 \uACBD\uC6B0\uB97C \uBC29\uC9C0\uD558\uAE30 \uC704\uD574 \uC774 \uC124\uC815 \uD398\uC774\uC9C0\uB97C \uBD81\uB9C8\uD06C\uC5D0 \uCD94\uAC00\uD558\uB294 \uAC83\uC774 \uC88B\uC2B5\uB2C8\uB2E4!","always translate the following languages":"\uD398\uC774\uC9C0\uAC00 \uB2E4\uC74C \uC5B8\uC5B4 \uC911 \uD558\uB098\uC778 \uACBD\uC6B0 \uB300\uC0C1 \uC5B8\uC5B4\uB85C \uC790\uB3D9 \uBC88\uC5ED\uB429\uB2C8\uB2E4.","always sites":"\uD56D\uC0C1 \uBC88\uC5ED\uB41C \uC6F9 \uC0AC\uC774\uD2B8","always translate the following sites":"\uC6F9 \uC0AC\uC774\uD2B8\uAC00 \uB2E4\uC74C \uB3C4\uBA54\uC778 \uC774\uB984\uC778 \uACBD\uC6B0 \uB300\uC0C1 \uC5B8\uC5B4\uB85C \uC790\uB3D9 \uBC88\uC5ED\uB429\uB2C8\uB2E4.","never sites":"\uBC88\uC5ED\uB418\uC9C0 \uC54A\uC740 \uC6F9 \uC0AC\uC774\uD2B8","never translate the following sites":"\uC6F9\uC0AC\uC774\uD2B8\uAC00 \uB2E4\uC74C \uB3C4\uBA54\uC778\uC6A9\uC778 \uACBD\uC6B0 \uBC88\uC5ED\uC774 \uC218\uD589\uB418\uC9C0 \uC54A\uC2B5\uB2C8\uB2E4.","please refer to":"\uD0A4\uB97C \uC0AC\uC6A9\uD558\uB824\uBA74 \uD0A4\uB97C \uC785\uB825\uD574\uC57C \uD558\uBA70, \uC790\uC138\uD55C \uB0B4\uC6A9\uC740 \uB2E4\uC74C\uC744 \uCC38\uC870\uD558\uC138\uC694.",KeyAndConfigurationTutorial:"\uC8FC\uC694 \uC560\uD50C\uB9AC\uCF00\uC774\uC158 \uBC0F \uAD6C\uC131 \uD29C\uD1A0\uB9AC\uC5BC",useAboveStyleForTheseSites:"\uB2E4\uC74C \uB3C4\uBA54\uC778\uC744 \uC704\uD55C \uC0AC\uC774\uD2B8\uC778 \uACBD\uC6B0 \uD56D\uC0C1 \u2308{theme}\u230B \uBC88\uC5ED \uC2A4\uD0C0\uC77C\uC744 \uC0AC\uC6A9\uD558\uC138\uC694.",currentUrl:"\uD604\uC7AC URL",confirm:"\uC800\uC7A5(\uD30C\uC77C \uB4F1)(\uCEF4\uD4E8\uD305)",cancel:"\uCDE8\uC18C",delete:"\uC81C\uAC70","languages.auto":"\uC790\uB3D9 \uAC10\uC9C0",syncToCloud:"Google \uB4DC\uB77C\uC774\uBE0C\uC5D0 \uB3D9\uAE30\uD654",syncToCloudDescription:"\uD074\uB77C\uC6B0\uB4DC\uC5D0 \uC5C5\uB85C\uB4DC\uB41C \uAD6C\uC131\uC740 \uB9C8\uC9C0\uB9C9\uC73C\uB85C \uC218\uC815\uB41C \uBE0C\uB77C\uC6B0\uC800/\uADF8\uB9AC\uC2A4\uBABD\uD0A4 \uC2A4\uD06C\uB9BD\uD2B8 \uAC04\uC5D0 \uB3D9\uAE30\uD654\uD560 \uC218 \uC788\uC2B5\uB2C8\uB2E4.",syncToAccount:"\uBAB0\uC785\uD615 \uBC88\uC5ED \uD074\uB77C\uC6B0\uB4DC\uC5D0 \uB3D9\uAE30\uD654",syncToAccountButton:"\uD074\uB77C\uC6B0\uB4DC\uC640 \uC989\uC2DC \uB3D9\uAE30\uD654",syncToAccountDescription:"\uB9C8\uC9C0\uB9C9\uC73C\uB85C \uC218\uC815\uD55C \uC2DC\uAC04\uC744 \uAE30\uC900\uC73C\uB85C \uC11C\uB85C \uB2E4\uB978 \uC7A5\uCE58 \uAC04\uC5D0 \uAD6C\uC131\uC744 \uC790\uB3D9\uC73C\uB85C \uB3D9\uAE30\uD654\uD569\uB2C8\uB2E4.",successSyncConfigInAccount:"\uD074\uB77C\uC6B0\uB4DC\uC640\uC758 \uC131\uACF5\uC801\uC778 \uB3D9\uAE30\uD654",successSyncConfigToAccount:"\uD074\uB77C\uC6B0\uB4DC\uC5D0 \uC131\uACF5\uC801\uC73C\uB85C \uB3D9\uAE30\uD654",syncConfigNoUpdate:"\uC774\uBBF8 \uCD5C\uC2E0 \uBC84\uC804\uC785\uB2C8\uB2E4.",authFail:"\uC778\uC99D \uC2E4\uD328",syncTitle:"\uC218\uB3D9 \uBC31\uC5C5 \uAD00\uB9AC",import_hint:"\uAC00\uC838\uC624\uAE30(\uB370\uC774\uD130)",upload:"\uC5C5\uB85C\uB4DC",revokeAuth:"\uC2B9\uC778 \uCDE8\uC18C",uploadFail:"\uC5C5\uB85C\uB4DC \uC2E4\uD328",download:"\uB2E4\uC6B4\uB85C\uB4DC",importSuccess:"\uAC00\uC838\uC624\uAE30 \uC131\uACF5",importFail:"\uAC00\uC838\uC624\uAE30 \uC2E4\uD328",deleteFail:"\uC0AD\uC81C\uD558\uC9C0 \uBABB\uD568",backupToCloud:"\uBC31\uC5C5 \uD30C\uC77C \uC218\uB3D9 \uAD00\uB9AC",create_new_backup:"\uC0C8 \uBC31\uC5C5 \uB178\uB4DC \uCD94\uAC00",maxBackupFiles:"\uCD5C\uB300{count}\uAC1C\uC758 \uC11C\uB85C \uB2E4\uB978 \uB178\uB4DC\uB97C \uBC31\uC5C5\uD560 \uC218 \uC788\uC73C\uBA70, \uD544\uC694\uD558\uC9C0 \uC54A\uC740 \uB178\uB4DC\uB294 \uC0AD\uC81C\uD558\uC138\uC694.",backupToCloudDescription:"\uBC31\uC5C5 \uD30C\uC77C\uC744 \uC218\uB3D9\uC73C\uB85C \uC5C5\uB85C\uB4DC\uD558\uAC70\uB098 \uBCF5\uC6D0\uD558\uC5EC \uCD5C\uB300 3\uAC1C\uC758 \uC11C\uB85C \uB2E4\uB978 \uBC31\uC5C5 \uD5C8\uC6A9",successSyncConfig:"\uD074\uB77C\uC6B0\uB4DC\uC640\uC758 \uC131\uACF5\uC801\uC778 \uB3D9\uAE30\uD654",syncFail:"\uB3D9\uAE30\uD654 \uC2E4\uD328",updatedAt:"{date}\uC5D0\uC11C \uC5C5\uB370\uC774\uD2B8\uB428",lastSyncedAt:"\uCD5C\uC885 \uD655\uC778: {date}",downloadFail:"\uB2E4\uC6B4\uB85C\uB4DC\uC5D0 \uC2E4\uD328\uD588\uC2B5\uB2C8\uB2E4.",clickToDownload:"\uB2E4\uC6B4\uB85C\uB4DC\uD558\uB824\uBA74 \uD074\uB9AD",aboutLabel:"\uC815\uBCF4 - \uD53C\uB4DC\uBC31","browser.openAboutPage":"\uC815\uBCF4/\uD53C\uB4DC\uBC31",aboutLabelWithoutSponsor:"\uC815\uBCF4 - \uD53C\uB4DC\uBC31",aboutIntro:"\uC6B0\uB9AC \uBAA8\uB450\uAC00 \uC778\uD130\uB137\uC758 \uBC29\uB300\uD55C \uC678\uAD6D\uC5B4 \uC815\uBCF4\uC5D0 \uB354 \uC27D\uACE0 \uC990\uAC81\uAC8C \uC561\uC138\uC2A4\uD560 \uC218 \uC788\uAE30\uB97C \uBC14\uB78D\uB2C8\uB2E4 \u2764\uFE0F <6>Pro \uBA64\uBC84\uC2ED\uC744 \uD65C\uC131\uD654\uD558\uC5EC \uBC14\uB85C \uC0AC\uC6A9\uD560 \uC218 \uC788\uB294 DeepL \uBC0F OpenAI \uBC88\uC5ED\uC744 \uC0AC\uC6A9\uD560 \uC218 \uC788\uC2B5\uB2C8\uB2E4.

<3>\uD2B8\uC704\uD130, <4>\uD154\uB808\uADF8\uB7A8, \uC6E8\uC774\uBCF4, \uC704\uCC57\uC5D0\uC11C \uD314\uB85C\uC6B0\uD558\uAC70\uB098 \uC544\uB798 <5>\uBA54\uC77C\uB9C1 \uB9AC\uC2A4\uD2B8\uC5D0 <5>\uAC00\uC785\uD558\uC5EC \uC5C5\uB370\uC774\uD2B8\uB97C \uD655\uC778\uD560 \uC218 \uC788\uC2B5\uB2C8\uB2E4.
<7>\uD504\uB85C \uD68C\uC6D0\uC740 <8>support@immersivetranslate.com \uC73C\uB85C \uBB38\uC758\uD558\uC2DC\uBA74 \uBE60\uB978 \uACE0\uAC1D \uC11C\uBE44\uC2A4\uB97C \uBC1B\uC73C\uC2E4 \uC218 \uC788\uC2B5\uB2C8\uB2E4.",aboutIntroWithoutSponsor:"\uC6B0\uB9AC \uBAA8\uB450\uAC00 \uC778\uD130\uB137\uC5D0\uC11C \uC81C\uACF5\uB418\uB294 \uBC29\uB300\uD55C \uC591\uC758 \uC678\uAD6D\uC5B4 \uC815\uBCF4\uC5D0 \uB354 \uC27D\uACE0 \uC990\uAC81\uAC8C \uC811\uADFC\uD560 \uC218 \uC788\uAE30\uB97C \uBC14\uB78D\uB2C8\uB2E4 \u2764\uFE0F

<3>\uD2B8\uC704\uD130, <4>\uD154\uB808\uADF8\uB7A8 \uCC44\uB110, \uC704\uCC57, \uC704\uCC57 \uC775\uC2A4\uCCB4\uC778\uC9C0\uC5D0\uC11C \uD314\uB85C\uC6B0\uD558\uAC70\uB098 \uC544\uB798 <5>\uC774\uBA54\uC77C\uB85C \uC5C5\uB370\uC774\uD2B8\uB97C <5>\uAD6C\uB3C5\uD560 \uC218 \uC788\uC2B5\uB2C8\uB2E4.",projectHomepage:"\uD504\uB85C\uC81D\uD2B8 \uD648",joinTelegramGroup:"\uC0AC\uC6A9\uC790 \uADF8\uB8F9\uC5D0 \uAC00\uC785\uD558\uC5EC \uAE30\uB2A5 \uD1A0\uB860\uC5D0 \uCC38\uC5EC\uD558\uC138\uC694.",wechatPublicAccount:"\uC704\uCC57 \uACF5\uAC1C",wechatCommunities:"\uC704\uCC57 \uAD50\uD658 \uADF8\uB8F9",qqCommunities:"QQ \uCEE4\uBBA4\uB2C8\uCF00\uC774\uC158 \uCC44\uB110",joinTelegramChannel:"\uD154\uB808\uADF8\uB7A8 \uCC44\uB110 \uD314\uB85C\uC6B0\uD558\uC5EC \uCD5C\uC2E0 \uC5C5\uB370\uC774\uD2B8 \uD655\uC778",feedbackAndJoin:"\uC9C8\uBB38 \uD53C\uB4DC\uBC31 / \uADF8\uB8F9 \uCD94\uAC00",autoSync:"\uC790\uB3D9 \uC2DC\uAC04 \uB3D9\uAE30\uD654",loadingThemeTitle:"\uB85C\uB529 \uC2A4\uD0C0\uC77C",loadingThemeDescription:"\uBC88\uC5ED \uB85C\uB4DC\uB97C \uAE30\uB2E4\uB9B4 \uB54C \uC2A4\uD0C0\uC77C \uC124\uC815\uD558\uAE30","loadingTheme.spinner":"\uD68C\uC804 \uC560\uB2C8\uBA54\uC774\uC158","loadingTheme.text":"\uC815\uC801 \uD14D\uC2A4\uD2B8 sth. ","loadingTheme.none":"\uD45C\uC2DC\uB418\uC9C0 \uC54A\uC74C",developerDescription:"\uACE0\uAE09 \uC0AC\uC6A9\uC790 \uC9C0\uC815\uC5D0 \uB300\uD55C \uBB38\uC11C\uB294 <1>\uC5EC\uAE30\uC5D0\uC11C \uD655\uC778\uD560 \uC218 \uC788\uC2B5\uB2C8\uB2E4.","edit border color":"\uD14C\uB450\uB9AC \uC0C9\uC0C1 \uC218\uC815",successSyncButNoChange:"\uD604\uC7AC \uAD6C\uC131\uC774 \uD074\uB77C\uC6B0\uB4DC\uC640 \uC77C\uCE58\uD569\uB2C8\uB2E4.",customTheme:"\uB9DE\uCDA4\uD615 \uC0C9\uC0C1 \uBC0F \uD06C\uAE30","customThemeLabel.borderColor":"\uD14C\uB450\uB9AC \uC0C9\uC0C1","customThemeLabel.borderRadius":"\uB465\uADFC \uBAA8\uC11C\uB9AC","customThemeLabel.textColor":"\uD14D\uC2A4\uD2B8 \uC0C9\uC0C1","customThemeLabel.backgroundColor":"\uBC30\uACBD\uC0C9","customThemeLabel.zoom":"\uAE00\uAF34 \uD06C\uAE30 \uC870\uC815(%)","customThemeLabel.opacity":"\uD14D\uC2A4\uD2B8 \uBD88\uD22C\uBA85\uB3C4(%)",resetToDefaultColor:"\uAE30\uBCF8 \uC0C9\uC0C1\uC73C\uB85C \uBCF5\uC6D0",resetToDefaultSettings:"\uAE30\uBCF8 \uC124\uC815\uC73C\uB85C \uBCF5\uC6D0",isTranslateTitle:"\uD398\uC774\uC9C0 \uC81C\uBAA9 \uBC88\uC5ED \uC0AC\uC6A9",isTranslateTitleDescription:"\uC804\uC6D0\uC744 \uCF1C\uBA74 \uD398\uC774\uC9C0 \uC81C\uBAA9\uC774 \uBC88\uC5ED\uB429\uB2C8\uB2E4.",enableSearchEnhancement:"\uC774\uC911 \uC5B8\uC5B4 \uBA54\uC2DC\uC9C0 \uD5A5\uC0C1 \uC0AC\uC6A9",enableSearchEnhancementDescription:"\uC774 \uAE30\uB2A5\uC744 \uD65C\uC131\uD654\uD558\uBA74 \uC9C0\uC6D0\uB418\uB294 \uC6F9\uC0AC\uC774\uD2B8(Google \uB274\uC2A4, Google \uAC80\uC0C9(\uC77C\uBD80 \uD0A4\uC6CC\uB4DC), \uC2A4\uB178\uC6B0\uBCFC, \uC624\uB9AC\uC5D4\uD0C8 \uD3EC\uCD98, \uD4E8\uD22C\uB77C, \uD0C0\uC774\uAC70 \uCEE4\uBBA4\uB2C8\uD2F0)\uC758 \uC624\uB978\uCABD \uC5F4\uC5D0 \uD574\uB2F9 \uC601\uC5B4 \uD0A4\uC6CC\uB4DC\uC5D0 \uB300\uD55C 'Google \uB274\uC2A4'\uC758 \uAC80\uC0C9 \uACB0\uACFC\uAC00 \uC790\uB3D9\uC73C\uB85C \uD45C\uC2DC\uB429\uB2C8\uB2E4.",verifyService:"\uC11C\uBE44\uC2A4\uB97C \uD14C\uC2A4\uD2B8\uD558\uB824\uBA74 \uC5EC\uAE30\uB97C \uD074\uB9AD\uD558\uC138\uC694.",verified:"\uC131\uACF5 \uD655\uC778","field.langs":"\uC9C0\uC6D0\uB418\uB294 \uC5B8\uC5B4 \uCF54\uB4DC","field.model":"\uBAA8\uB378\uB9C1","field.translationEngine":"\uBC88\uC5ED \uC5D4\uC9C4","field.limitPerMinute":"\uBD84\uB2F9 \uCD5C\uB300 \uC694\uCCAD \uC218","field.limitPerSecond":"\uCD08\uB2F9 \uCD5C\uB300 \uC694\uCCAD \uC218","field.maxTextLengthPerRequest":"\uC694\uCCAD\uB2F9 \uCD5C\uB300 \uD14D\uC2A4\uD2B8 \uAE38\uC774","field.maxTextGroupLengthPerRequest":"\uC694\uCCAD\uB2F9 \uCD5C\uB300 \uB2E8\uB77D \uC218","field.apiUrl":"\uC0AC\uC6A9\uC790 \uC9C0\uC815 API \uC778\uD130\uD398\uC774\uC2A4 \uC8FC\uC18C","field.placeholderDelimiters":"\uC608\uC57D\uB41C \uC790\uB9AC \uD45C\uC2DC\uC790","description.custom":"\uC0AC\uC6A9\uC790 \uC9C0\uC815 \uC778\uD130\uD398\uC774\uC2A4 \uC561\uC138\uC2A4 \uBB38\uC11C \uD544\uC694","description.limitPerMinute":"\uC774 \uD55C\uB3C4\uB97C \uCD08\uACFC\uD558\uB294 \uC694\uCCAD\uC740 \uB2E4\uC74C \uBD84\uC774 \uC2DC\uC791\uB420 \uB54C\uAE4C\uC9C0 \uB300\uAE30\uC5F4\uC5D0 \uB4E4\uC5B4\uAC11\uB2C8\uB2E4. \uD604\uC7AC OpenAI \uC11C\uBE44\uC2A4\uC758 \uC5EC\uB7EC \uAC00\uC9C0 \uC81C\uD55C \uC0AC\uD56D\uC73C\uB85C \uC778\uD574 <1>\uC5EC\uAE30\uB97C \uD074\uB9AD\uD558\uC5EC \uCD5C\uC2E0 \uC81C\uC548 \uAC12\uC744 \uD655\uC778\uD558\uC138\uC694.","description.limitPerSecond":"\uC774 \uC81C\uD55C\uC744 \uCD08\uACFC\uD558\uB294 \uC694\uCCAD\uC740 \uB2E4\uC74C \uCD08\uAC00 \uC2DC\uC791\uB420 \uB54C\uAE4C\uC9C0 \uB300\uAE30\uC5F4\uC5D0 \uB4E4\uC5B4\uAC11\uB2C8\uB2E4. \uD604\uC7AC OpenAI \uC11C\uBE44\uC2A4\uC758 \uC5EC\uB7EC \uAC00\uC9C0 \uC81C\uD55C \uC0AC\uD56D\uC73C\uB85C \uC778\uD574 <1>\uC5EC\uAE30\uB97C \uD074\uB9AD\uD558\uC5EC \uCD5C\uC2E0 \uC81C\uC548 \uAC12\uC744 \uD655\uC778\uD558\uC138\uC694.","description.generalLimitPerSecond":"\uC774 \uC81C\uD55C\uC744 \uCD08\uACFC\uD558\uB294 \uC694\uCCAD\uC740 \uB2E4\uC74C \uCD08\uAC00 \uC2DC\uC791\uB420 \uB54C\uAE4C\uC9C0 \uB300\uAE30\uC5F4\uC5D0 \uB4E4\uC5B4\uAC11\uB2C8\uB2E4.","description.prompt":"\uC0AC\uC6A9\uC790 \uC2E0\uBD84\uC73C\uB85C {service}\uC5D0 \uBCF4\uB0B8 \uB300\uD654\uC5D0\uC11C {{text}}\uB294 \uB2E8\uB77D\uC758 \uD14D\uC2A4\uD2B8 \uB0B4\uC6A9\uC744 \uB098\uD0C0\uB0B4\uACE0, {{from}}\uC740 \uB2E8\uB77D\uC758 \uC5B8\uC5B4\uB97C \uB098\uD0C0\uB0B4\uBA70, {{to}}\uB294 \uBAA9\uD45C \uC5B8\uC5B4\uB97C \uB098\uD0C0\uB0C5\uB2C8\uB2E4.","description.maxTextLengthPerRequest":"\uC694\uCCAD\uB2F9 \uCD5C\uB300 \uAE00\uC790 \uC218\uAC00 \uB108\uBB34 \uB9CE\uC73C\uBA74 \uC778\uD130\uD398\uC774\uC2A4\uAC00 \uB290\uB9AC\uAC8C \uC751\uB2F5\uD558\uBBC0\uB85C \uC774 \uC635\uC158\uC744 \uC870\uC815\uD558\uC5EC \uC18D\uB3C4\uB97C \uCD5C\uC801\uD654\uD558\uC138\uC694.","description.systemPrompt":"\uC2DC\uC2A4\uD15C \uC2E0\uBD84\uC73C\uB85C {service}\uC5D0\uAC8C \uBCF4\uB0B8 \uB300\uD654\uC5D0\uC11C {{text}}\uB294 \uB2E8\uB77D\uC758 \uD14D\uC2A4\uD2B8 \uB0B4\uC6A9\uC744 \uB098\uD0C0\uB0B4\uACE0, {{from}}\uC740 \uB2E8\uB77D\uC758 \uC5B8\uC5B4\uB97C \uB098\uD0C0\uB0B4\uBA70, {{to}}\uB294 \uBAA9\uD45C \uC5B8\uC5B4\uB97C \uB098\uD0C0\uB0C5\uB2C8\uB2E4.","field.domain":"\uC601\uC5ED","description.domain":"\uAE30\uBCF8\uAC12\uC740\uFF1Ageneral\uC785\uB2C8\uB2E4. \uC544\uB9AC\uB9C8 API \uCF58\uC194\uC5D0\uC11C \uB3C4\uBA54\uC778 \uBC88\uC5ED\uC774 \uD65C\uC131\uD654\uB41C \uACBD\uC6B0\uC5D0\uB9CC \uC124\uC815\uD560 \uC218 \uC788\uC73C\uBA70, \uC9C0\uC6D0\uB418\uB294 \uB3C4\uBA54\uC778\uC740 <1>\uC5EC\uAE30\uB97C \uCC38\uC870\uD558\uC138\uC694.","field.scene":"take","description.scene":"\uAE30\uBCF8\uAC12\uC740\uFF1Ageneral\uC785\uB2C8\uB2E4. AliCloud API \uCF58\uC194\uC774 Machine Translation Pro\uB97C \uC5EC\uB294 \uACBD\uC6B0\uC5D0\uB9CC \uC124\uC815\uD560 \uC218 \uC788\uC73C\uBA70, \uC9C0\uC6D0\uB418\uB294 \uC2DC\uB098\uB9AC\uC624\uB294 <1>\uC5EC\uAE30\uB97C \uCC38\uC870\uD558\uC138\uC694.","field.vocabId":"\uC0AC\uC6A9\uC790 \uC0AC\uC804 ID","description.vocabId":"\uC9C0\uC815\uB41C \uC0AC\uC804 out_id\uB294 \uD604\uC7AC \uC601\uC5B4\uC5D0\uC11C \uC911\uAD6D\uC5B4 \uBC88\uC5ED\uC744 \uC9C0\uC6D0\uD569\uB2C8\uB2E4.","description.model":"OpenAI \uBAA8\uB378, gpt-3.5-turbo, gpt-4 \uB4F1 \uAC00\uB2A5","description.maxTextGroupLengthPerRequest":"\uD55C \uBC88\uC5D0 \uBC88\uC5ED \uC11C\uBE44\uC2A4\uB85C \uC804\uC1A1\uB418\uB294 \uB2E8\uB77D \uC218, \uB2E8\uB77D\uC774 \uB108\uBB34 \uB9CE\uC73C\uBA74 \uC778\uD130\uD398\uC774\uC2A4\uAC00 \uB290\uB9AC\uAC8C \uC751\uB2F5\uD560 \uC218 \uC788\uC2B5\uB2C8\uB2E4.","description.apiUrl":"\uACBD\uB85C, <1>\uC790\uC138\uD55C \uC124\uBA85\uC774 \uD3EC\uD568\uB41C \uD2B9\uC815 URL\uC744 \uCD94\uAC00\uD558\uC138\uC694.",enabledExtension:"\uD655\uC7A5 \uAE30\uB2A5 \uC0AC\uC6A9",clickToDisableExtension:"\uD655\uC7A5 \uAE30\uB2A5\uC744 \uBE44\uD65C\uC131\uD654\uD558\uB824\uBA74 \uD074\uB9AD\uD558\uC138\uC694.",clickToEnableExtension:"\uD655\uC7A5 \uAE30\uB2A5\uC744 \uC0AC\uC6A9\uD558\uB824\uBA74 \uD074\uB9AD\uD558\uC138\uC694.",hasBeenDisabled:"disabled","show password":"\uBE44\uBC00\uBC88\uD638 \uD45C\uC2DC",customContent:"\uC0AC\uC6A9\uC790 \uC9C0\uC815 \uBAA8\uB378 \uC774\uB984 \uC785\uB825",inputOptions:"\uC785\uB825 \uC0C1\uC790 \uAC1C\uC120",mouseHoverOptions:"\uB9C8\uC6B0\uC2A4 \uD638\uBC84",modifyMouseHoverKey:"\uB9C8\uC6B0\uC2A4 \uCEE4\uC11C \uBC14\uB85C \uAC00\uAE30 \uC218\uC815",enableInputTranslation:"\uC785\uB825 \uC0C1\uC790 \uD5A5\uC0C1 \uD65C\uC131\uD654 \uC5EC\uBD80",enableInputTranslationDescription:"\uD65C\uC131\uD654\uB418\uBA74 \uC785\uB825 \uC0C1\uC790\uC5D0 {startingKey}{startingKey} hello\uB97C \uC9C1\uC811 \uC785\uB825\uD55C \uB2E4\uC74C{inputTrailingTriggerKeyRepeatTimes}\uBC88{trailingKey}\uC744 \uBE60\uB974\uAC8C \uB20C\uB7EC {inputTargetLanguage}\uC73C\uB85C \uBC88\uC5ED\uD569\uB2C8\uB2E4.",enableInputTranslationDescriptionForNoneKey:"\uD65C\uC131\uD654\uB418\uBA74 \uC785\uB825 \uC0C1\uC790\uC5D0\uFF1AHello World\uB97C \uC9C1\uC811 \uC785\uB825\uD55C \uB2E4\uC74C{inputTrailingTriggerKeyRepeatTimes}{trailingKey}\uC744 \uBE60\uB974\uAC8C \uC5EC\uB7EC \uBC88 \uB20C\uB7EC \uAE30\uBCF8 \uB300\uC0C1 \uC5B8\uC5B4\uB85C \uBC88\uC5ED\uD569\uB2C8\uB2E4.",inputTargetLanguage:"\uC785\uB825 \uC0C1\uC790\uC758 \uAE30\uBCF8 \uB300\uC0C1 \uC5B8\uC5B4 \uC124\uC815",inputTargetLanguageDescription:"\uC785\uB825 \uC0C1\uC790 \uBC88\uC5ED\uC758 \uAE30\uBCF8 \uB300\uC0C1 \uC5B8\uC5B4(\uC608: \uD2B8\uB9AC\uAC70 \uB2E8\uC5B4\uC758 \uAE30\uBCF8 \uC5B8\uC5B4 {startingKey}{startingKey})",inputTargetLanguageDescriptionForNoneKey:"\uC785\uB825 \uC0C1\uC790 \uBC88\uC5ED\uC758 \uAE30\uBCF8 \uB300\uC0C1 \uC5B8\uC5B4",inputStartingTriggerKeyTitle:"\uC785\uB825 \uC0C1\uC790\uC758 \uBD80\uBD84 \uBC88\uC5ED\uC744 \uC704\uD574 \uBD84\uD560 \uBB38\uC790 \uC124\uC815\uD558\uAE30",inputStartingTriggerKeyDescription:"\uC785\uB825 \uC0C1\uC790 \uC804\uCCB4\uB97C \uBC88\uC5ED\uD560 \uD544\uC694\uAC00 \uC5C6\uB294 \uACBD\uC6B0 \uC2A4\uD50C\uB9AC\uD130\uB97C \uC0AC\uC6A9\uD558\uBA74 {startingKey}{startingKey} \uC5D0\uC11C \uC785\uB825 \uC0C1\uC790 \uB05D\uAE4C\uC9C0 \uBD80\uBD84\uB9CC \uBC88\uC5ED\uD558\uAC70\uB098 \uC5B8\uC5B4 \uCF54\uB4DC\uB97C \uC9C0\uC815\uD560 \uC218 \uC788\uC2B5\uB2C8\uB2E4(\uC608:\uFF1A{startingKey}ja \uB294 {startingKey}ja \uC5D0\uC11C \uC785\uB825 \uC0C1\uC790 \uB05D\uAE4C\uC9C0 \uBD80\uBD84\uB9CC \uBC88\uC5ED\uD55C\uB2E4\uB294 \uC758\uBBF8).",inputStartingTriggerKeyDescriptionForNoneKey:"\uD604\uC7AC \uC811\uB450\uC0AC \uC5C6\uC74C \uC124\uC815\uC740 \uD544\uC694\uD558\uC9C0 \uC54A\uC73C\uBA70, \uC785\uB825 \uC0C1\uC790\uC5D0 \uC788\uB294 \uC77C\uBD80 \uD14D\uC2A4\uD2B8\uC758 \uBC88\uC5ED \uAE30\uB2A5\uC740 \uB2F9\uBD84\uAC04 \uC0AC\uC6A9\uD560 \uC218 \uC5C6\uC2B5\uB2C8\uB2E4.",inputTrailingTriggerKeyTitle:"\uC785\uB825 \uC885\uB8CC \uD2B8\uB9AC\uAC70 \uBB38\uC790 \uC120\uD0DD",inputTrailingTriggerKeyDescription:"3\uBC88\uB9CC \uB204\uB974\uBA74{trailingKey} \uBC88\uC5ED\uC774 \uC2DC\uC791\uB429\uB2C8\uB2E4!",inputTrailingTriggerKeyTimeout:"\uC804\uD22C \uC885\uB8CC \uD2B8\uB9AC\uAC70 \uC0AC\uC774\uC758 \uC2DC\uAC04\uC744 \uC785\uB825\uD569\uB2C8\uB2E4.",inputTrailingTriggerKeyTimeoutDescription:"\uC785\uB825 \uC885\uB8CC \uCF64\uBCF4 \uD2B8\uB9AC\uAC70 \uC0AC\uC774\uC758 \uC2DC\uAC04(\uBC00\uB9AC\uCD08)\uC744 \uC124\uC815\uD569\uB2C8\uB2E4.",spaceKey:"<\u7A7A\u683C\u952E>",noneKey:"\uC811\uB450\uC0AC \uC5C6\uC774 \uC804\uCCB4 \uD14D\uC2A4\uD2B8 \uC0C1\uC790\uC758 \uC9C1\uC811 \uBC88\uC5ED",inputTranslationBlockUrlsTitle:"\uB2E4\uC74C URL\uC5D0\uC11C\uB294 \uC785\uB825 \uC0C1\uC790 \uAC1C\uC120 \uAE30\uB2A5\uC744 \uD65C\uC131\uD654\uD558\uC9C0 \uB9C8\uC138\uC694.",inputTranslationBlockUrlsDescription:"\uB2E4\uC74C URL\uC5D0\uC11C\uB294 \uC785\uB825 \uC0C1\uC790 \uAC1C\uC120 \uC0AC\uD56D\uC774 \uC791\uB3D9\uD558\uC9C0 \uC54A\uC2B5\uB2C8\uB2E4.",clickToSeeQuickDemo:"\uD074\uB9AD\uD558\uC5EC 30\uCD08 \uD035 \uD29C\uD1A0\uB9AC\uC5BC \uBE44\uB514\uC624 \uD655\uC7A5\uD558\uAE30",inputHelperInfo:"\uC124\uBA85\uFF1A\uC911\uAD6D\uC5B4 \uC785\uB825 \uBC29\uC2DD\uC5D0 \uB530\uB77C \uC77C\uBD80 \uD2B8\uB9AC\uAC70 \uBB38\uC790\uAC00 \uC911\uAD6D\uC5B4 \uBB38\uC7A5 \uBD80\uD638\uB85C \uBC14\uB00C\uB294 \uAC83\uC744 \uCD5C\uC801\uD654\uD588\uC2B5\uB2C8\uB2E4(\uC608: /\uB294 \uC18C\uAD6C \uC785\uB825 \uBC29\uC2DD\uC5D0 \uB530\uB77C \uB454 \uBD80\uD638\uB85C \uBC14\uB01C). \uBAB0\uC785\uD615 \uBC88\uC5ED\uAE30\uB294 \uD2B8\uB9AC\uAC70 \uBB38\uC790\uC5D0 \uD574\uB2F9\uD558\uB294 \uBAA8\uB4E0 \uC911\uAD6D\uC5B4 \uAE30\uD638, \uC989 //,,, \uB97C \uD2B8\uB9AC\uAC70 \uBB38\uC790\uB85C \uC778\uC2DD\uD560 \uC218 \uC788\uB3C4\uB85D \uC9C0\uC6D0\uD569\uB2C8\uB2E4.

\uB610\uD55C \uC5B8\uC5B4 \uCF54\uB4DC\uC5D0 \uC911\uAD6D\uC5B4 \uBCC4\uCE6D\uC744 \uBA85\uB839\uC5B4\uB85C \uC0AC\uC6A9\uD560 \uC218 \uC788\uC2B5\uB2C8\uB2E4(\uC608: /Japanese Hello World\uB294 \uC77C\uBCF8\uC5B4\uB85C \uBC88\uC5ED\uB428). <1>\uC9C0\uC6D0\uB418\uB294 \uBAA8\uB4E0 \uC5B8\uC5B4 \uCF54\uB4DC\uB97C \uBCF4\uB824\uBA74 \uC5EC\uAE30\uB97C \uD074\uB9AD\uD558\uC138\uC694.",reloadCurrentPage:"\uBC88\uC5ED\uC744 \uC2DC\uC791\uD558\uAE30 \uC804\uC5D0 \uD604\uC7AC \uD398\uC774\uC9C0\uB97C \uC0C8\uB85C\uACE0\uCE68\uD558\uC138\uC694.",noLocalFilePermissionForPDF:"\uB85C\uCEEC \uD30C\uC77C\uC744 \uC77D\uC744 \uC218 \uC788\uB294 \uAD8C\uD55C\uC774 \uC5C6\uB294 \uACBD\uC6B0 \uC704\uC758 \uBC84\uD2BC\uC744 \uD074\uB9AD\uD55C \uB2E4\uC74C \uB85C\uCEEC \uD30C\uC77C\uC744 \uAC00\uC838\uC624\uC138\uC694.",noPermissionForThisPage:"\u26A0\uFE0F \uD604\uC7AC \uD398\uC774\uC9C0 \uBC88\uC5ED \uAD8C\uD55C\uC774 \uC5C6\uC2B5\uB2C8\uB2E4.",retryAllParagraphs:"\uBAA8\uB4E0 \uC624\uB958 \uAD6C\uC808 \uB2E4\uC2DC \uC2DC\uB3C4",retryAllButton:"\uBAA8\uB4E0 \uC624\uB958 \uAD6C\uC808 \uB2E4\uC2DC \uC2DC\uB3C4",errorTooltipTitle:"\uC624\uB958\uC758 \uC6D0\uC778\uC744 \uBCF4\uB824\uBA74 \uD074\uB9AD\uD558\uC138\uC694.",errorModalTitle:"\uBC88\uC5ED \uC11C\uBE44\uC2A4 \uB610\uB294 \uB124\uD2B8\uC6CC\uD06C\uC5D0 \uBB38\uC81C\uAC00 \uC788\uB294 \uAC83 \uAC19\uC2B5\uB2C8\uB2E4...",disableConfirm:"\uC774\uC911 \uC5B8\uC5B4 \uC815\uBCF4 \uD5A5\uC0C1 \uC124\uC815",disableOnce:"\uC774 \uBE44\uD65C\uC131\uD654",disableGlobal:"\uC601\uAD6C\uC801\uC73C\uB85C \uBE44\uD65C\uC131\uD654",disableTint:"* {option} \uC5D0\uC11C \uB2E4\uC2DC \uD65C\uC131\uD654\uD560 \uC218 \uC788\uC2B5\uB2C8\uB2E4.",searchEnhancementNotes:"\uC911\uAD6D\uC5B4 \uD0A4\uC6CC\uB4DC\uC640 \uC601\uC5B4 \uD0A4\uC6CC\uB4DC\uC5D0 \uB300\uD55C \uB274\uC2A4 \uACB0\uACFC\uAC00 \uB9E4\uC6B0 \uB2E4\uB978 \uAC83\uC744 \uBC1C\uACAC\uD588\uC2B5\uB2C8\uB2E4. \uBAB0\uC785\uD615 \uBC88\uC5ED \uC774\uC911 \uC5B8\uC5B4 \uC815\uBCF4 \uD5A5\uC0C1 \uAE30\uB2A5\uC744 \uD65C\uC131\uD654\uD558\uBA74 \uC9C0\uC6D0\uB418\uB294 \uC6F9\uC0AC\uC774\uD2B8(Google \uB274\uC2A4, Google \uAC80\uC0C9(\uC77C\uBD80 \uD0A4\uC6CC\uB4DC), \uC2A4\uB178\uC6B0\uBCFC, \uB3D9\uC591\uC758 \uBD80, \uD4E8\uD22C\uB77C, \uD0C0\uC774\uAC70)\uC5D0\uC11C \uB3D9\uC77C\uD55C \uD0A4\uC6CC\uB4DC\uB97C \uC601\uC5B4\uB85C \uC790\uB3D9 \uAC80\uC0C9\uD558\uC5EC \uC624\uB978\uCABD\uC5D0 \uD45C\uC2DC\uD574 \uC90D\uB2C8\uB2E4. \uC774 \uAE30\uB2A5\uC774 \uD544\uC694\uD558\uC9C0 \uC54A\uC740 \uACBD\uC6B0 \uBE44\uD65C\uC131\uD654\uD560 \uC218 \uC788\uC2B5\uB2C8\uB2E4.",option:"\uC124\uC815",saveSettings:"\uC124\uC815 \uC800\uC7A5",closeModal:"\uCC3D \uB2EB\uAE30",enableInputTranslationWithoutTriggerKeyTitle:"{trailingKey}\uB97C 3\uBC88 \uBE60\uB974\uAC8C \uB204\uB974\uBA74 \uC804\uCCB4 \uC785\uB825 \uC0C1\uC790\uB97C{inputTargetLanguage}\uB85C \uBC14\uB85C \uBC88\uC5ED\uD560 \uC218 \uC788\uC2B5\uB2C8\uB2E4.",enableInputTranslationWithoutTriggerKeyDescription:"\uB300\uC0C1 \uC5B8\uC5B4\uB97C \uC9C0\uC815\uD558\uB824\uBA74 \uC55E\uC5D0 \uC5B8\uC5B4 \uCF54\uB4DC\uB97C \uBD99\uC785\uB2C8\uB2E4(\uC608:\uFF1Aja Hello World).",mouseHoverShortcutPlaceholder:"\uC608:\uFF1A\uC2DC\uD504\uD2B8",deepLProName:"\uBAB0\uC785\uD615 \uBC88\uC5ED \uD504\uB85C \uD68C\uC6D0(\uAD8C\uC7A5)",deepLProDescription:"\uD604\uC7AC \uD328\uD0A4\uC9C0\uB97C \uC9C1\uC811 \uC0AC\uC6A9\uD560 \uC218 \uC788\uC2B5\uB2C8\uB2E4.",deeplProDescriptionForNormal:"\uC124\uC815 \uD544\uC694 \uC5C6\uC74C, \uD68C\uC6D0\uC740 \uB85C\uADF8\uC778 \uD6C4 \uC0AC\uC6A9 \uAC00\uB2A5, <1>\uD68C\uC6D0\uC73C\uB85C \uC5C5\uADF8\uB808\uC774\uB4DC\uD558\uB824\uBA74 \uC5EC\uAE30\uB97C \uD074\uB9AD\uD558\uC138\uC694.",deepLCustomDescription:"\uC678\uAD6D \uC2E0\uC6A9 \uCE74\uB4DC \uD544\uC694, \uACF5\uC2DD\uC801\uC73C\uB85C \uAC1C\uC124\uB41C <1>DeepL,<2>\uBB38\uC11C\uB97C \uBCF4\uB824\uBA74 \uD074\uB9AD\uD558\uC138\uC694.",deepLCustomName:"\uC0AC\uC6A9\uC790 \uC9C0\uC815 \uC778\uC99D \uD0A4",chooseProviderLabel:"\uC11C\uBE44\uC2A4 \uC81C\uACF5\uC5C5\uCCB4 \uC120\uD0DD",openaiProName:"\uBAB0\uC785\uD615 \uBC88\uC5ED \uD504\uB85C \uD68C\uC6D0(\uAD8C\uC7A5)",openaiProDescription:"\uD604\uC7AC \uD328\uD0A4\uC9C0\uB97C \uC9C1\uC811 \uC0AC\uC6A9\uD560 \uC218 \uC788\uC2B5\uB2C8\uB2E4.",openaiProDescriptionForNormal:"\uC124\uC815\uC774 \uD544\uC694\uD558\uC9C0 \uC54A\uC73C\uBA70, \uD68C\uC6D0\uC740 \uB85C\uADF8\uC778 \uD6C4 \uC0AC\uC6A9\uD560 \uC218 \uC788\uC2B5\uB2C8\uB2E4. <1>\uD68C\uC6D0\uC73C\uB85C \uC5C5\uADF8\uB808\uC774\uB4DC\uD558\uB824\uBA74 \uC5EC\uAE30\uB97C \uD074\uB9AD\uD558\uC138\uC694.",openaiCustomDescription:"OpenAI, Azure OpenAI \uB610\uB294 \uAE30\uD0C0 \uD0C0\uC0AC \uC11C\uBE44\uC2A4\uC5D0\uC11C \uC0AC\uC6A9 \uAC00\uB2A5, <1>\uC124\uBA85\uC11C\uB97C \uBCF4\uB824\uBA74 \uC5EC\uAE30\uB97C \uD074\uB9AD\uD558\uC138\uC694.",openaiCustomName:"\uC0AC\uC6A9\uC790 \uC9C0\uC815 API \uD0A4",needLoginAction:"(\uACF5\uAC1C \uBA64\uBC84\uC2ED \uB610\uB294 \uC0AC\uC6A9\uC790 \uC9C0\uC815)",goLoginOrAction:"(\uBA64\uBC84\uC2ED\uC744 \uC5F4\uAC70\uB098 \uC124\uC815\uC73C\uB85C \uC774\uB3D9)",yearly:"\uC5F0\uAC04 \uC5F0\uC18D \uACB0\uC81C",quarterly:"\uC21C\uCC28\uC801 \uB798\uD551",monthly:"\uC6D4\uAC04 \uAD6C\uB3C5",yearlyForOnce:"\uC5F0\uAC04 1\uD68C \uD328\uD0A4\uC9C0",monthlyForOnce:"\uC6D4 1\uD68C \uD328\uD0A4\uC9C0",daily:"\uC5F0\uC18D \uD328\uD0B7 \uC77C\uC218",year:"\uC5F0\uAC04 \uC5F0\uC18D \uACB0\uC81C",quarter:"\uC21C\uCC28\uC801 \uB798\uD551",month:"\uC6D4\uAC04 \uAD6C\uB3C5",day:"\uC5F0\uC18D \uD328\uD0B7 \uC77C\uC218",onetime_7day:"7\uC77C \uCCB4\uD5D8 \uD329",currentPlanDescriptionForFree:"\uD604\uC7AC \uD328\uD0A4\uC9C0\uFF1A\uBB34\uB8CC",currentPlanDescriptionForContinuous:"\uD604\uC7AC \uD328\uD0A4\uC9C0\uFF1A{plan}\uB294 {endAt} \uC5D0\uC11C \uC790\uB3D9\uC73C\uB85C \uAC31\uC2E0\uB429\uB2C8\uB2E4.",currentPlanDescriptionForAutoRenewCaceling:"\uD604\uC7AC \uD328\uD0A4\uC9C0(\uFF1A{plan})\uB294 {endAt} \uC5D0\uC11C \uB9CC\uB8CC\uB418\uBA70 \uB9CC\uB8CC \uC2DC \uC790\uB3D9\uC73C\uB85C \uAC31\uC2E0\uB418\uC9C0 \uC54A\uC2B5\uB2C8\uB2E4.",currentYearlyPlanDescriptionForAutoRenewCacelingWithRealPaiedUser:"\uD604\uC7AC \uD328\uD0A4\uC9C0(\uFF1A{plan})\uB294 {endAt} \uC5D0\uC11C \uB9CC\uB8CC\uB418\uBA70 \uB9CC\uB8CC \uC2DC \uC790\uB3D9\uC73C\uB85C \uAC31\uC2E0\uB418\uC9C0 \uC54A\uC2B5\uB2C8\uB2E4.
<1>\uAC31\uC2E0 \uD50C\uB79C\uC744 \uAD00\uB9AC\uD558\uB824\uBA74 \uC5EC\uAE30\uB97C \uD074\uB9AD\uD558\uC138\uC694.",currentYearlyPlanDescriptionForAutoRenewCacelingWithAdmin:"\uD604\uC7AC \uD328\uD0A4\uC9C0(\uFF1A{plan})\uB294 {endAt} \uC5D0\uC11C \uB9CC\uB8CC\uB418\uBA70 \uB9CC\uB8CC \uC2DC \uC790\uB3D9\uC73C\uB85C \uAC31\uC2E0\uB418\uC9C0 \uC54A\uC2B5\uB2C8\uB2E4.
<1>\uC5F0\uAC04 \uC5F0\uC18D \uAD6C\uB3C5\uC744 \uD65C\uC131\uD654\uD558\uB824\uBA74 \uC5EC\uAE30\uB97C \uD074\uB9AD\uD558\uC138\uC694.",currentPlanDescriptionForOneTime:"\uD604\uC7AC \uAD6C\uB3C5\uFF1A{plan}\uC740 {endAt} \uC5D0\uC11C \uB9CC\uB8CC\uB418\uBA70, <1>\uC5F0\uAC04 \uB610\uB294 <2>\uC6D4\uAC04<1>\uBA64\uBC84\uC2ED\uC73C\uB85C \uC5C5\uADF8\uB808\uC774\uB4DC\uD558\uB824\uBA74 \uC5EC\uAE30\uB97C \uD074\uB9AD\uD558\uC138\uC694.",upgradePlan:"\uD504\uB85C \uBA64\uBC84\uC2ED\uC73C\uB85C \uC5C5\uADF8\uB808\uC774\uB4DC\uD558\uB824\uBA74 \uC5EC\uAE30\uB97C \uD074\uB9AD\uD558\uC138\uC694.",upgradeToPro:"\uD504\uB85C \uBA64\uBC84\uC2ED\uC73C\uB85C \uC5C5\uADF8\uB808\uC774\uB4DC","popup.openPro":"DeepL \uBC0F OpenAI \uBC88\uC5ED\uC744 \uC990\uAE30\uB824\uBA74 \uD504\uB85C \uBA64\uBC84\uC2ED\uC73C\uB85C \uC5C5\uADF8\uB808\uC774\uB4DC\uD558\uACE0 \uC5EC\uAE30\uB97C \uD074\uB9AD\uD558\uC5EC \uC5C5\uADF8\uB808\uC774\uB4DC\uD558\uC138\uC694!","popup.openProForPro":"\uADC0\uD558\uB294 DeepL \uBC0F OpenAI \uBC88\uC5ED\uC5D0 \uC9C1\uC811 \uC561\uC138\uC2A4\uD560 \uC218 \uC788\uB294 \uD504\uB85C \uD68C\uC6D0\uC785\uB2C8\uB2E4!",currentAccount:"\uACBD\uC0C1 \uACC4\uC815",enableAutoSyncUserSettings:"\uC5EC\uB7EC \uB514\uBC14\uC774\uC2A4\uC5D0\uC11C \uD074\uB77C\uC6B0\uB4DC \uC790\uB3D9 \uB3D9\uAE30\uD654 \uC0AC\uC6A9",modalEnableInputTranslationTitle:"\uBAB0\uC785\uD615 \uBC88\uC5ED \uC785\uB825 \uC0C1\uC790 \uBC88\uC5ED \uC54C\uB9BC",modalEnableInputTranslationDesc:"\uC2A4\uD398\uC774\uC2A4\uBC14\uB97C \uC5F0\uC18D\uD574\uC11C \uC138 \uBC88 \uBE60\uB974\uAC8C \uB20C\uB7EC \uBAB0\uC785\uD615 \uBC88\uC5ED\uC758 \uC785\uB825 \uC0C1\uC790 \uBC88\uC5ED\uC744 \uD2B8\uB9AC\uAC70\uD588\uC73C\uBA70, \uC785\uB825 \uC0C1\uC790\uC758 \uB0B4\uC6A9\uC774 \uAE30\uBCF8 \uB300\uC0C1 \uC5B8\uC5B4\uB85C \uBC88\uC5ED\uB429\uB2C8\uB2E4. \uBC88\uC5ED\uC740 Ctrl+Z\uB85C \uCDE8\uC18C\uD560 \uC218 \uC788\uC2B5\uB2C8\uB2E4.

\uBC88\uC5ED\uC774 \uC2E4\uC218\uC600\uB2E4\uBA74 \uC9C0\uAE08 \uBC14\uB85C \uBE44\uD65C\uC131\uD654\uD558\uAC70\uB098 \uC785\uB825 \uC0C1\uC790 \uBC88\uC5ED\uC744 \uC601\uAD6C\uC801\uC73C\uB85C \uBE44\uD65C\uC131\uD654\uD560 \uC218 \uC788\uC73C\uB2C8 \uAC71\uC815\uD558\uC9C0 \uB9C8\uC138\uC694.",saveAndNotShowAgain:"\uC800\uC7A5 \uBC0F \uD504\uB86C\uD504\uD2B8 \uC911\uC9C0",disableInputTranslationTips:"* {option} ,{learnMore}\uC5D0\uC11C \uB2E4\uB978 \uBC14\uB85C\uAC00\uAE30\uB97C \uD2B8\uB9AC\uAC70\uD558\uB3C4\uB85D \uC124\uC815\uD560 \uC218\uB3C4 \uC788\uC2B5\uB2C8\uB2E4.",learnMore:"\uC790\uC138\uD788 \uC54C\uC544\uBCF4\uB824\uBA74 \uC5EC\uAE30\uB97C \uD074\uB9AD\uD558\uC138\uC694.",continueEnalbeInputTranslation:"\uC785\uB825 \uC0C1\uC790 \uBC88\uC5ED \uACC4\uC18D \uD65C\uC131\uD654",autoRenewTrialSuffix:'(\uD3C9\uAC00\uD310 \uC0AC\uC6A9 \uC2DC\uC989\uC2DC \uC815\uC2DD \uBA64\uBC84\uC2ED\uC73C\uB85C \uC5C5\uADF8\uB808\uC774\uB4DC)',upgradeFromTrialTitle:"\uC815\uD68C\uC6D0\uC73C\uB85C \uC5C5\uADF8\uB808\uC774\uB4DC",subtitle:"\uBE44\uB514\uC624 \uCEA1\uC158",youtubeService:"\uBAB0\uC785 \uBC88\uC5ED \uBE44\uB514\uC624 \uC790\uB9C9 \uBC88\uC5ED \uC11C\uBE44\uC2A4","subtitle.disabledSubtitle":"\uB3D9\uC601\uC0C1 \uC790\uB9C9 \uAE30\uB2A5 \uC601\uAD6C \uBE44\uD65C\uC131\uD654\uD558\uAE30","subtitle.disabledSubtitleDescription":"\uBAB0\uC785\uD615 \uBC88\uC5ED\uAE30\uC758 \uBE44\uB514\uC624 \uC790\uB9C9\uC774 \uB2E4\uB978 \uD655\uC7A5 \uD504\uB85C\uADF8\uB7A8\uACFC \uCDA9\uB3CC\uD558\uB294 \uACBD\uC6B0, \uBAB0\uC785\uD615 \uBC88\uC5ED\uAE30\uC758 \uBE44\uB514\uC624 \uC790\uB9C9 \uAE30\uB2A5\uC744 \uC601\uAD6C\uC801\uC73C\uB85C \uBE44\uD65C\uC131\uD654\uD558\uAC70\uB098 \uCDA9\uB3CC\uD558\uB294 \uB2E4\uB978 \uD655\uC7A5 \uD504\uB85C\uADF8\uB7A8\uC744 \uC81C\uAC70\uD558\uB3C4\uB85D \uC120\uD0DD\uD560 \uC218 \uC788\uC2B5\uB2C8\uB2E4.","subtitle.autoEnableSubtitle":"\uC774\uC911 \uC5B8\uC5B4 \uC790\uB9C9 \uC790\uB3D9 \uC0AC\uC6A9","subtitle.autoEnableSubtitleDescription":"\uC0AC\uC6A9\uD558\uBA74 \uBE44\uB514\uC624\uAC00 \uC7AC\uC0DD\uB420 \uB54C \uC790\uB3D9\uC73C\uB85C \uC774\uC911 \uC5B8\uC5B4 \uC790\uB9C9\uC774 \uD45C\uC2DC\uB418\uBA70, \uADF8\uB807\uC9C0 \uC54A\uC73C\uBA74 \uBC88\uC5ED \uBC84\uD2BC\uC744 \uD074\uB9AD\uD574\uC57C \uD45C\uC2DC\uB429\uB2C8\uB2E4.","subtitle.preTranslation":"\uBAB0\uC785\uD615 \uBC88\uC5ED\uC744 \uC0AC\uC6A9\uD558\uC5EC \uC790\uB9C9 \uBC88\uC5ED\uD558\uAE30","subtitle.preTranslationDescription":"\uD65C\uC131\uD654\uD558\uBA74 \uC544\uB798\uC5D0 \uBA85\uC2DC\uB41C \uBC88\uC5ED \uC11C\uBE44\uC2A4\uB97C \uC0AC\uC6A9\uD558\uC5EC \uC804\uCCB4 \uC790\uB9C9\uC774 \uC0AC\uC804 \uBC88\uC5ED\uB418\uBA70, 1\uC2DC\uAC04 \uBD84\uB7C9\uC758 \uB3D9\uC601\uC0C1\uC740 \uC57D 50,000 \uD1A0\uD070 \uB610\uB294 \uBB38\uC790\uB97C \uC18C\uBAA8\uD558\uBBC0\uB85C \uC2E0\uC911\uD558\uAC8C \uC0AC\uC6A9\uD558\uC2DC\uAE30 \uBC14\uB77C\uBA70, \uBE44\uD65C\uC131\uD654\uD558\uBA74 \uC6D0\uBCF8 \uC790\uB9C9\uC774 \uBA3C\uC800 \uC0AC\uC6A9\uB429\uB2C8\uB2E4.","subtitle.humanSubtitlesPreferred":"\uD734\uBA3C \uCEA1\uC158 \uC6B0\uC120 \uC0AC\uC6A9","subtitle.humanSubtitlesPreferredDescription":"\uB3D9\uC601\uC0C1\uC5D0 \uB300\uC0C1 \uC5B8\uC5B4\uB85C \uB41C \uC0AC\uB78C \uC790\uB9C9\uC774 \uC788\uB294 \uACBD\uC6B0 \uC0AC\uB78C \uC790\uB9C9\uC744 \uC6B0\uC120\uC801\uC73C\uB85C \uC0AC\uC6A9\uD569\uB2C8\uB2E4(\uAD8C\uC7A5).",videoSubtitleTranslationDescription:"\uB3D9\uC601\uC0C1 \uC790\uB9C9\uC744 \uC704\uD55C \uBCC4\uB3C4\uC758 \uBC88\uC5ED \uC11C\uBE44\uC2A4 \uC9C0\uC815",subtitleTranslating:"{service} \uC11C\uBE44\uC2A4\uB97C \uC0AC\uC6A9\uD558\uC5EC \uC790\uB9C9\uC744 \uBC88\uC5ED\uD558\uB294 \uB3D9\uC548 \uC7A0\uC2DC \uAE30\uB2E4\uB824\uC8FC\uC138\uC694... (\uBAB0\uC785 \uBC88\uC5ED)",subtitleLoading:"\uC790\uB9C9 \uB85C\uB4DC \uC911...",bilingual:"\uC774\uC911 \uC5B8\uC5B4 \uC0AC\uC6A9","field.action":"\uBC14\uC774\uB450 \uC6A9\uC5B4 \uC0AC\uC6A9 \uC5EC\uBD80","description.action":"\uD65C\uC131\uD654\uD558\uBA74 \uC694\uCCAD\uC5D0 action=1 \uB9E4\uAC1C\uBCC0\uC218\uAC00 \uCD94\uAC00\uB418\uC5B4 \uBC14\uC774\uB450\uC5D0 \uD65C\uC131\uD654\uB41C \uC6A9\uC5B4\uB97C \uC54C\uB9B4 \uC218 \uC788\uC73C\uBA70, <1>\uC790\uC138\uD55C \uB0B4\uC6A9\uC740 \uACF5\uC2DD \uBB38\uC11C\uB97C \uCC38\uC870\uD558\uC138\uC694.",closeQuickTranslation:"\uD638\uBC84\uBCFC \uB2EB\uAE30","closeQuickTranslation.untilNext":"\uB2E4\uC74C \uBC29\uBB38 \uC2DC\uAE4C\uC9C0 \uD734\uBB34\uC785\uB2C8\uB2E4.","closeQuickTranslation.currentWebsite":"\uD604\uC7AC \uC0AC\uC774\uD2B8 \uBE44\uD65C\uC131\uD654","closeQuickTranslation.alwaysClose":"\uC601\uAD6C\uC801\uC73C\uB85C \uBE44\uD65C\uC131\uD654","closeQuickTranslation.settingOpen":"( <1>\uC124\uC815 \uD398\uC774\uC9C0\uC5D0\uC11C \uCF1C\uAE30 \uAC00\uB2A5)","closeQuickTranslation.cancel":"\uCDE8\uC18C","closeQuickTranslation.confirm":"\uC815\uC758","floatBall.popup":"\uBE60\uB978 \uC124\uC815 \uD328\uB110 \uC5F4\uAE30","floatBall.translate":"\uD074\uB9AD\uD558\uC5EC \uD398\uC774\uC9C0 \uBC88\uC5ED\uD558\uAE30","floatBall.showOriginal":"\uC6D0\uBCF8 \uBB38\uC11C\uB85C \uB3CC\uC544\uAC00\uB824\uBA74 \uD074\uB9AD\uD558\uC138\uC694.","floatBall.close":"\uD638\uBC84\uBCFC \uB2EB\uAE30","floatBallOptions.enableDescPc":"\uD398\uC774\uC9C0 \uD638\uBC84\uBCFC\uC744 \uD65C\uC131\uD654\uD558\uBA74 \uD398\uC774\uC9C0 \uC624\uB978\uCABD\uC5D0 \uBE60\uB978 \uBC88\uC5ED \uBC84\uD2BC\uC774 \uD45C\uC2DC\uB418\uBA70, \uC774\uB97C \uD074\uB9AD\uD558\uBA74 \uBC88\uC5ED\uD560 \uC218 \uC788\uC2B5\uB2C8\uB2E4!","floatBallOptions.enableDesc":"\uD638\uBC84\uBCFC\uC744 \uB044\uACE0 \uB098\uBA74{touch}\uC73C\uB85C \uBD88\uB7EC\uC62C \uC218 \uC788\uC2B5\uB2C8\uB2E4. \uC2E4\uC218\uB85C \uC774 \uC635\uC158\uC744 \uB048 \uD6C4 \uD638\uBC84\uBCFC\uC744 \uCC3E\uC744 \uC218 \uC5C6\uB294 \uACBD\uC6B0\uB97C \uB300\uBE44\uD574 \uC774 \uC124\uC815 \uD398\uC774\uC9C0\uB97C \uBD81\uB9C8\uD06C\uC5D0 \uCD94\uAC00\uD574 \uB450\uB294 \uAC83\uC774 \uC88B\uC2B5\uB2C8\uB2E4!","description.azureApiUrl":"\uC0AC\uC6A9\uC790 \uC9C0\uC815 API \uC778\uD130\uD398\uC774\uC2A4\uC758 \uC8FC\uC18C\uB97C \uC785\uB825\uD569\uB2C8\uB2E4.",confirmSupportMouse:"\uB9C8\uC6B0\uC2A4 \uC9C0\uC6D0 \uAC15\uC81C \uD65C\uC131\uD654",confirmSupportMouseDescription:"\uD604\uC7AC \uBE0C\uB77C\uC6B0\uC800\uAC00 \uB9C8\uC6B0\uC2A4 \uAE30\uB2A5\uC744 \uC9C0\uC6D0\uD558\uC9C0 \uC54A\uB294 \uAC83\uC73C\uB85C \uAC10\uC9C0\uB418\uBA74 \uB9C8\uC6B0\uC2A4 \uC9C0\uC6D0\uC744 \uAC15\uC81C\uB85C \uD65C\uC131\uD654\uD574\uC57C \uD558\uB098\uC694?",sampleTargetText:"\uAE34 \uBC24\uC774 \uC62C \uAC83\uC774\uB2C8, \uB098\uB294 \uC624\uB298\uBD80\uD130 \uC8FD\uC744 \uB54C\uAE4C\uC9C0 \uBCF4\uCD08\uB97C \uC124 \uAC83\uC774\uB2E4. \uB098\uB294 \uC544\uB0B4\uB97C \uCDE8\uD558\uC9C0 \uC54A\uC744 \uAC83\uC774\uBA70, \uB3D9\uB9F9\uC744 \uB9FA\uC9C0 \uC54A\uC744 \uAC83\uC774\uBA70, \uC790\uC2DD\uC744 \uB0B3\uC9C0 \uC54A\uC744 \uAC83\uC774\uB2E4. \uB098\uB294 \uC655\uAD00\uC744 \uC4F0\uC9C0 \uC54A\uC744 \uAC83\uC774\uBA70 \uBA85\uC608\uB97C \uC704\uD574 \uB178\uB825\uD558\uC9C0 \uC54A\uC744 \uAC83\uC774\uB2E4. \uB098\uB294 \uB0B4 \uC758\uBB34\uB97C \uB2E4\uD558\uACE0 \uC0B4\uB2E4\uAC00 \uC8FD\uC744 \uAC83\uC785\uB2C8\uB2E4.",sampleSourceText:"Night gathers, and now my watch begins. It shall not end until my death. I shall take no wife, hold no lands, father no children. I shall wear no crowns and win no glory. I shall live and die at my post.","subtitle.supportedSites":"\u5DF2\u652F\u6301\u5728\u8FD9\u4E9B\u7F51\u7AD9\u4F7F\u7528\u53CC\u8BED\u5B57\u5E55\uFF08\u6CE8\u610F\uFF1A\u7531\u4E8E\u6280\u672F\u9650\u5236\uFF0C\u90E8\u5206\u7F51\u7AD9\u5728\u9996\u6B21\u5F00\u542F\u5B57\u5E55\u540E\u9700\u8981\u91CD\u65B0\u5237\u65B0\u9875\u9762\uFF0C\u6216\u8005\u9700\u7B49\u5F85\u7FFB\u8BD1\u5B8C\u6210\u4EE5\u663E\u793A\u53CC\u8BED\u5B57\u5E55\uFF09\uFF1A",viewWithImmersiveTranslate:"\u53CC\u8BED\u7248\u672C(\u6C89\u6D78\u5F0F\u7FFB\u8BD1)",errorReason:"\u9519\u8BEF\u539F\u56E0\uFF1A{message}","proQuotaExceededError.onetime7day":'\uFF0C\u60A8\u53EF\u4EE5\u9009\u62E9\u4EE5\u4E0B\u65B9\u5F0F\u89E3\u51B3\uFF1A

1. \u5207\u6362\u5230 {anotherService} \u6216\u5176\u4ED6\u7FFB\u8BD1\u670D\u52A1
2. \u5347\u7EA7\u4E3A\u6708\u5EA6/\u5E74\u5EA6\u4F1A\u5458',"proQuotaExceededError.trial":'\uFF0C\u60A8\u53EF\u4EE5\u9009\u62E9\u4EE5\u4E0B\u65B9\u5F0F\u89E3\u51B3\uFF1A

1. \u5207\u6362\u5230 {anotherService} \u6216\u5176\u4ED6\u7FFB\u8BD1\u670D\u52A1
2. \u7ACB\u523B\u5347\u7EA7\u4E3A\u6B63\u5F0F\u4F1A\u5458',"proQuotaExceededError.nonTrial":'\uFF0C\u60A8\u53EF\u4EE5\u9009\u62E9\u4EE5\u4E0B\u65B9\u5F0F\u89E3\u51B3\uFF1A

1. \u5207\u6362\u5230 {anotherService} \u6216\u5176\u4ED6\u7FFB\u8BD1\u670D\u52A1
2. \u8D2D\u4E70 {translationService} \u989D\u5916\u6D41\u91CF\u5305',"proQuotaExceededError.resetTime":"
3. \u989D\u5EA6\u91CD\u7F6E\u65F6\u95F4\uFF1A{resetTime}","desc.touchShortcutsToggleTranslatePageOnlyTranslation":"\uBC88\uC5ED\uBB38\uB9CC\uC774\uB77C\uB294 \uAC83\uC740 \uBC88\uC5ED\uBB38\uB9CC \uD45C\uC2DC\uD558\uBA70, \uC6F9\uD398\uC774\uC9C0\uAC00 \uC544\uC9C1 \uBC88\uC5ED\uB418\uC9C0 \uC54A\uC558\uB2E4\uBA74 \uBAA8\uB4DC\uB97C \uC804\uD658\uD558\uACE0 \uBC88\uC5ED\uD560 \uAC83\uC785\uB2C8\uB2E4.","desc.toggleOnlyTransation":"\uC624\uC9C1 \uBC88\uC5ED \uBAA8\uB4DC\uB294 \uBC88\uC5ED\uBB38\uB9CC \uD45C\uC2DC\uD558\uB294 \uAC83\uC744 \uC758\uBBF8\uD558\uBA70, \uC6F9\uD398\uC774\uC9C0\uAC00 \uC544\uC9C1 \uBC88\uC5ED\uB418\uC9C0 \uC54A\uC558\uB2E4\uBA74 \uBAA8\uB4DC\uB97C \uC804\uD658\uD558\uACE0 \uBC88\uC5ED\uD560 \uAC83\uC785\uB2C8\uB2E4.",touchShortcutsToggleTranslatePageOnlyTranslation:"\uD130\uCE58 \uC2A4\uD06C\uB9B0 \uC81C\uC2A4\uCC98\uB97C \uC124\uC815\uD558\uC5EC \uC774\uC911 \uC5B8\uC5B4/\uBC88\uC5ED \uD14D\uC2A4\uD2B8 \uC804\uC6A9 \uBAA8\uB4DC\uB97C \uC804\uD658\uD558\uC138\uC694.",download_started:"\uB2E4\uC6B4\uB85C\uB4DC\uAC00 \uC774\uBBF8 \uC2DC\uC791\uB418\uC5C8\uC2B5\uB2C8\uB2E4. \uC790\uB3D9\uC73C\uB85C \uB2E4\uC6B4\uB85C\uB4DC\uB418\uC9C0 \uC54A\uB294 \uACBD\uC6B0, \uC218\uB3D9\uC73C\uB85C \uD074\uB9AD\uD558\uC2ED\uC2DC\uC624.",here:"\uC5EC\uAE30","error.serveConfigError":"\uC11C\uBE44\uC2A4 \uAD6C\uC131 \uC624\uB958","translationFont.customPlaceholder":"\uAE00\uAF34","error.configError":"\uAD6C\uC131 \uB370\uC774\uD130 \uC774\uC0C1","error.goReset":"\uC7AC\uC124\uC815\uD558\uB2E4","touch.mouse-translate":"\uC9C0\uC815\uB41C \uB2E8\uB77D \uBC88\uC5ED",batchEdit:"\uB300\uB7C9 \uC791\uC5C5","translationModeUrl.translation.title":"\uBC88\uC5ED\uB9CC \uBAA8\uB4DC\uC758 \uC6F9\uC0AC\uC774\uD2B8","translationFont.custom":"\uC0AC\uC6A9\uC790 \uC815\uC758 \uAE00\uAF34 \uC785\uB825",translationFont:"\uAE00\uAF34 \uC124\uC815","translationServices.inherit":"\uC8FC \uBC88\uC5ED \uC11C\uBE44\uC2A4\uB97C \uB530\uB974\uC2ED\uC2DC\uC624",detectServiceLoading:"\uC0AC\uC6A9 \uAC00\uB2A5\uD55C \uBC88\uC5ED \uC11C\uBE44\uC2A4\uB97C \uD655\uC778 \uC911\uC785\uB2C8\uB2E4...",toggleToService:"{service}\uB85C \uC804\uD658\uD558\uACE0 \uB2E4\uC2DC \uC2DC\uB3C4\uD558\uC2ED\uC2DC\uC624.","translationModeLang.translation.title":"\uB2E8\uC21C \uBC88\uC5ED \uBAA8\uB4DC\uC758 \uC5B8\uC5B4","error.502":"\uC11C\uBE44\uC2A4\uAC00 \uC624\uB958\uB97C \uBC18\uD658\uD588\uC2B5\uB2C8\uB2E4, \uC11C\uBE44\uC2A4\uAC00 \uC2DC\uAC04 \uCD08\uACFC\uB418\uC5C8\uC2B5\uB2C8\uB2E4. \uC7A0\uC2DC \uD6C4 \uB2E4\uC2DC \uC2DC\uB3C4\uD574 \uC8FC\uC138\uC694.","error.proUpgrade":"\uC5C5\uADF8\uB808\uC774\uB4DC \uD6C4\uC5D0\uB294 \uD398\uC774\uC9C0\uB97C \uC0C8\uB85C \uACE0\uCE68\uD558\uC5EC \uB2E4\uC2DC \uBC88\uC5ED\uD558\uC2ED\uC2DC\uC624.","error.reloadPageOfSetting":"\uAD6C\uC131 \uD6C4\uC5D0\uB294 \uD398\uC774\uC9C0\uB97C \uC0C8\uB85C \uACE0\uCE68\uD558\uC5EC \uB2E4\uC2DC \uBC88\uC5ED\uD558\uC2ED\uC2DC\uC624.","translationModeLang.translation.description":"\uD398\uC774\uC9C0 \uC5B8\uC5B4\uAC00 \uB2E4\uC74C \uC5B8\uC5B4\uC77C \uB54C, \uC790\uB3D9\uC73C\uB85C \uBC88\uC5ED\uBB38\uB9CC \uBAA8\uB4DC\uB97C \uC0AC\uC6A9\uD569\uB2C8\uB2E4.","error.proTokenInvalid":"Pro \uC0AC\uC6A9\uC790\uC774\uC2DC\uB77C\uBA74, \uB85C\uADF8\uC778 \uD6C4 Pro \uBC88\uC5ED \uC11C\uBE44\uC2A4\uB97C \uC774\uC6A9\uD574 \uC8FC\uC138\uC694.","error.403":"\uC11C\uBE44\uC2A4\uAC00 \uC624\uB958\uB97C \uBC18\uD658\uD558\uC600\uC2B5\uB2C8\uB2E4, \uC7A0\uC2DC \uD574\uB2F9 \uC11C\uBE44\uC2A4\uC5D0 \uC811\uADFC\uD560 \uAD8C\uD55C\uC774 \uC5C6\uC2B5\uB2C8\uB2E4.","error.googleLimitIp":"\uC11C\uBE44\uC2A4\uAC00 \uC624\uB958\uB97C \uBC18\uD658\uD588\uC73C\uBA70, Google \uC11C\uBE44\uC2A4\uB294 \uD574\uB2F9 IP \uC8FC\uC18C\uC5D0 \uB300\uD574 \uC81C\uD55C\uC744 \uB450\uC5C8\uC2B5\uB2C8\uB2E4. \uB124\uD2B8\uC6CC\uD06C \uB178\uB4DC\uB97C \uBCC0\uACBD\uD558\uB294 \uAC83\uC774 \uC88B\uC2B5\uB2C8\uB2E4.",videoSubtitlePreTranslationOff:"\uBE44\uB514\uC624 \uC790\uB9C9\uC740 \uC6D0\uB798 \uBE44\uB514\uC624\uC5D0 \uD3EC\uD568\uB41C \uAE30\uACC4 \uBC88\uC5ED \uC790\uB9C9\uC744 \uC6B0\uC120\uC801\uC73C\uB85C \uC0AC\uC6A9\uD560 \uAC83\uC785\uB2C8\uB2E4.",videoSubtitlePreTranslationOn:"\uBE44\uB514\uC624 \uC790\uB9C9\uC740 \uC6B0\uC120\uC801\uC73C\uB85C \uBAB0\uC785\uD615 \uBC88\uC5ED\uC744 \uC0AC\uC6A9\uD560 \uAC83\uC785\uB2C8\uB2E4.",enableSentryReport:"\uD655\uC7A5\uC774 \uC624\uB958\uB97C \uC77C\uC73C\uD0AC \uB54C Sentry\uB97C \uC0AC\uC6A9\uD558\uC5EC \uD53C\uB4DC\uBC31\uC744 \uC81C\uCD9C\uD558\uC2ED\uC2DC\uC624.","translationModeUrl.translation.description":"\uB2E4\uC74C \uB3C4\uBA54\uC778\uC5D0 \uB300\uD55C \uC6F9\uC0AC\uC774\uD2B8\uC77C \uACBD\uC6B0, \uC790\uB3D9\uC73C\uB85C \uBC88\uC5ED\uBB38\uB9CC \uBAA8\uB4DC\uB97C \uC0AC\uC6A9\uD569\uB2C8\uB2E4.","error.openAIExceededQuota":"\uC11C\uBE44\uC2A4 \uC624\uB958 \uBC18\uD658: \uD604\uC7AC OpenAI \uACC4\uC815 \uC794\uC561\uC774 \uBD80\uC871\uD569\uB2C8\uB2E4. OpenAI \uACF5\uC2DD \uAD00\uB9AC \uD398\uC774\uC9C0\uC5D0\uC11C \uCDA9\uC804\uD558\uAC70\uB098 \uC2E0\uC6A9\uCE74\uB4DC\uB97C \uC5F0\uACB0\uD574\uC8FC\uC138\uC694.","error.400":"\uC11C\uBE44\uC2A4\uAC00 \uC624\uB958\uB97C \uBC18\uD658\uD588\uC2B5\uB2C8\uB2E4. \uC694\uCCAD \uB9E4\uAC1C\uBCC0\uC218\uAC00 \uC798\uBABB\uB418\uC5C8\uC2B5\uB2C8\uB2E4. \uD574\uB2F9 \uC124\uC815\uC744 \uD655\uC778\uD558\uC2ED\uC2DC\uC624.","error.gemini.429":"\uD604\uC7AC Gemini \uC11C\uBE44\uC2A4\uC758 \uD604\uC7AC \uBD80\uD558 \uC6A9\uB7C9\uC774 \uCD5C\uB300\uC5D0 \uB3C4\uB2EC\uD588\uC2B5\uB2C8\uB2E4. \uC7A0\uC2DC \uD6C4\uC5D0 \uB2E4\uC2DC \uC2DC\uB3C4\uD558\uAC70\uB098 \uB2E4\uB978 \uBC88\uC5ED \uC11C\uBE44\uC2A4\uB85C \uC804\uD658\uD574 \uC8FC\uC138\uC694.","translationFont.notSupportErrorMessage":"\uC785\uB825\uD558\uC2E0 \uAE00\uAF34 \uC774\uB984\uC774 \uC815\uD655\uD55C\uC9C0 \uD655\uC778\uD558\uC2DC\uAC70\uB098, \uD574\uB2F9 \uAE00\uAF34\uC774 \uADC0\uD558\uC758 \uC7A5\uCE58\uC5D0 \uC124\uCE58\uB418\uC5B4 \uC788\uB294\uC9C0 \uD655\uC778\uD574 \uC8FC\uC138\uC694.","error.openAIFreeLimit":"\uC11C\uBE44\uC2A4\uAC00 \uC624\uB958\uB97C \uBC18\uD658\uD588\uC2B5\uB2C8\uB2E4. \uD604\uC7AC \uBC88\uC5ED \uC694\uCCAD \uBE48\uB3C4\uAC00 \uBD84\uB2F9 \uCD5C\uB300 3\uD68C\uB85C \uC81C\uD55C\uB418\uC5C8\uC2B5\uB2C8\uB2E4. \uC7A0\uC2DC \uD6C4 \uB2E4\uC2DC \uC2DC\uB3C4\uD558\uC2ED\uC2DC\uC624. (\uC774\uAC83\uC740 OpenAI \uACF5\uC2DD\uC774 \uBB34\uB8CC API Key\uC5D0 \uB300\uD55C \uC81C\uD55C\uC774\uBA70, \uC774 \uC81C\uD55C\uC744 \uD574\uC81C\uD558\uB824\uBA74 OpenAI \uAD00\uB9AC \uBC31\uC5D4\uB4DC\uC5D0\uC11C \uC2E0\uC6A9\uCE74\uB4DC\uB97C \uC5F0\uACB0\uD558\uC2ED\uC2DC\uC624.)","desc.toggleVideoSubtitlePreTranslation":"\uB204\uB974\uBA74 \uBE44\uB514\uC624\uC758 \uC774\uC911 \uC5B8\uC5B4 \uC790\uB9C9\uC740 \uC6B0\uC120\uC801\uC73C\uB85C \uBAB0\uC785\uD615 \uBC88\uC5ED \uC124\uC815\uC744 \uC0AC\uC6A9\uD558\uACE0, \uB2E4\uC2DC \uB204\uB974\uBA74 \uC6D0\uB798 \uBE44\uB514\uC624\uC5D0 \uB0B4\uC7A5\uB41C \uAE30\uACC4 \uBC88\uC5ED \uC790\uB9C9\uC744 \uC6B0\uC120\uC801\uC73C\uB85C \uC0AC\uC6A9\uD569\uB2C8\uB2E4. \uC8FC\uC758: \uC774 \uB2E8\uCD95\uD0A4\uB294 \uC804\uC5ED \uC124\uC815\uC744 \uC218\uC815\uD569\uB2C8\uB2E4.","error.429":"\uC11C\uBE44\uC2A4\uAC00 \uC624\uB958\uB97C \uBC18\uD658\uD588\uC2B5\uB2C8\uB2E4. \uC774\uB294 \uC694\uCCAD\uC774 \uB108\uBB34 \uC790\uC8FC \uBC1C\uC0DD\uD558\uAC70\uB098 \uD560\uB2F9\uB7C9 \uC81C\uD55C\uC744 \uCD08\uACFC\uD588\uC74C\uC744 \uB098\uD0C0\uB0C5\uB2C8\uB2E4. \uC7A0\uC2DC \uD6C4\uC5D0 \uB2E4\uC2DC \uC2DC\uB3C4\uD558\uC2ED\uC2DC\uC624.","error.serveUnavailable":"\uD604\uC7AC \uC0AC\uC6A9 \uC911\uC778 [{serverName}] \uC11C\uBE44\uC2A4\uB294 \uB124\uD2B8\uC6CC\uD06C \uC5F0\uACB0 \uB610\uB294 \uC11C\uBE44\uC2A4 \uC81C\uACF5\uC790\uC758 \uBB38\uC81C\uB85C \uC778\uD574 \uC77C\uC2DC\uC801\uC73C\uB85C \uC811\uC18D\uD560 \uC218 \uC5C6\uC2B5\uB2C8\uB2E4. \uD398\uC774\uC9C0\uB97C \uC0C8\uB85C \uACE0\uCE68\uD558\uAC70\uB098 <1>\uC124\uC815\uC744 \uD1B5\uD574 \uB2E4\uB978 \uBC88\uC5ED \uC11C\uBE44\uC2A4\uB85C \uBCC0\uACBD\uD574 \uBCF4\uC2DC\uB294 \uAC83\uC744 \uAD8C\uC7A5\uD569\uB2C8\uB2E4. <2>Pro \uD68C\uC6D0\uC774\uC2DC\uB77C\uBA74, \uB354 \uC548\uC815\uC801\uC778 DeepL \uB610\uB294 OpenAI \uBC88\uC5ED \uC11C\uBE44\uC2A4\uB97C \uC0AC\uC6A9\uD560 \uC218 \uC788\uC2B5\uB2C8\uB2E4(<3>\uC5EC\uAE30\uB97C \uD074\uB9AD\uD558\uC2DC\uBA74 \uBB34\uB8CC\uB85C \uCCB4\uD5D8\uD558\uC2E4 \uC218 \uC788\uC2B5\uB2C8\uB2E4). \uB610\uD55C, \uB124\uD2B8\uC6CC\uD06C \uB610\uB294 \uD504\uB85D\uC2DC \uC124\uC815\uC744 \uD655\uC778\uD574\uC57C \uD560 \uC218\uB3C4 \uC788\uC2B5\uB2C8\uB2E4.",pickAll:"\uC804\uCCB4 \uC120\uD0DD","error.reason":"\uC624\uB958 \uC6D0\uC778","error.retry":"\uB2E4\uC2DC \uC2DC\uB3C4\uD558\uB2E4","widget.instruction":"\uC0AC\uC6A9 \uC124\uBA85\uC11C",notLogin:"\uB85C\uADF8\uC778\uD558\uC9C0 \uC54A\uC74C",loggedIn:"\uB85C\uADF8\uC778 \uB418\uC5C8\uC2B5\uB2C8\uB2E4",touchShortcutsOff:"\uB2EB\uAE30",goLogin:"\uB85C\uADF8\uC778\uD558\uC2ED\uC2DC\uC624","widget.videoSubtitle":"\uBE44\uB514\uC624 \uC790\uB9C9","multipleClick.2":"\uB354\uBE14 \uD074\uB9AD","widget.translateFile":"PDF/ePub",shortcutSettings:"\uB2E8\uCD95\uD0A4","tagsInput.add":"+ \uCD94\uAC00",translationOnlyMode:"\uC624\uC9C1 \uBC88\uC5ED \uBAA8\uB4DC\uB9CC",shortcutSettingsTitle:"\uB2E8\uCD95\uD0A4 \uC124\uC815","translationServices.gemini":"\uC30D\uB465\uC774\uC790\uB9AC","multipleClick.4":"\uB124 \uBC88 \uC5F0\uC18D \uD0C0\uACA9","floatBall.iKnow":"\uB098\uB294 \uC54C\uC558\uC5B4","widget.instructionTooltip":"\uC0AC\uC6A9 \uC124\uBA85\uC11C\uB97C \uD655\uC778\uD558\uC2ED\uC2DC\uC624","multipleClick.3":"\uD2B8\uB9AC\uD50C \uD788\uD2B8",paragraphMinTextCountField:"\uBC88\uC5ED \uB2E8\uB77D\uC5D0 \uD544\uC694\uD55C \uCD5C\uC18C \uBB38\uC790 \uC218","shortcutGroup.shortcutsForTranslationServices":"\uBC88\uC5ED \uC11C\uBE44\uC2A4 \uAD00\uB828 \uB2E8\uCD95\uD0A4",temprarilyChangeTranslationTo_openai:"\uD604\uC7AC \uD398\uC774\uC9C0\uB97C OpenAI\uB85C \uBC88\uC5ED\uD558\uACE0 \uC788\uC2B5\uB2C8\uB2E4.","browser.translateWithGoogle":"\uD604\uC7AC \uD398\uC774\uC9C0\uB97C \uC784\uC2DC\uB85C Google \uBC88\uC5ED \uC0AC\uC6A9\uD558\uAE30",mouseHoverCustomKeyTitle:"\uC0AC\uC6A9\uC790 \uC815\uC758 \uB9C8\uC6B0\uC2A4 \uD638\uBC84 \uB2E8\uCD95\uD0A4","slide.left":"\uC624\uB978\uCABD\uC73C\uB85C \uC2AC\uB77C\uC774\uB4DC\uD558\uC138\uC694","browser.translateInputBox":"\uD604\uC7AC \uC785\uB825 \uC0C1\uC790 \uB0B4\uC6A9 \uBC88\uC5ED","intro.floatBallTitle":"\uBE60\uB978 \uBC88\uC5ED \uD50C\uB85C\uD305 \uBCFC","shortcutGroup.touch":"\uD130\uCE58 \uC2A4\uD06C\uB9B0 \uC804\uC6A9 \uC81C\uC2A4\uCC98","widget.videoSubtitleTooltip":"Youtube \uB4F1 {count}+ \uBE44\uB514\uC624 \uC6F9\uC0AC\uC774\uD2B8\uB97C \uC9C0\uC6D0\uD569\uB2C8\uB2E4","intro.subtitleTitle":"\uC628\uB77C\uC778 \uBE44\uB514\uC624 \uC774\uC911 \uC5B8\uC5B4 \uC790\uB9C9 \uD45C\uC2DC","subtitle.autoDisableSubtitle":"\uC790\uB3D9\uC73C\uB85C \uC774\uC911 \uC5B8\uC5B4 \uC790\uB9C9\uC744 \uD65C\uC131\uD654\uD558\uC9C0 \uC54A\uC2B5\uB2C8\uB2E4",temprarilyChangeTranslationTo_bing:"\uD604\uC7AC \uD398\uC774\uC9C0\uB97C Microsoft \uBC88\uC5ED\uC744 \uC0AC\uC6A9\uD558\uC5EC \uBC88\uC5ED\uD558\uACE0 \uC788\uC2B5\uB2C8\uB2E4.","slide.right":"\uC67C\uCABD\uC73C\uB85C \uC2AC\uB77C\uC774\uB4DC\uD558\uC138\uC694","widget.translateFileTooltip":"PDF, EPUB, SRT, ASS, HTML \uBC0F TXT \uBB38\uC11C \uBC88\uC5ED","intro.hoverTitle":"\uB9C8\uC6B0\uC2A4\uB97C \uB193\uC73C\uBA74 \uD604\uC7AC \uB2E8\uB77D\uC774 \uBC88\uC5ED\uB429\uB2C8\uB2E4.",temprarilyChangeTranslationTo_gemini:"\uD604\uC7AC \uD398\uC774\uC9C0\uB97C Gemini\uB85C \uBC88\uC5ED\uD558\uACE0 \uC788\uC2B5\uB2C8\uB2E4.","shortcutGroup.mouse":"\uB9C8\uC6B0\uC2A4 \uD638\uBC84 \uB2E8\uCD95\uD0A4 \uC124\uC815",temprarilyChangeTranslationTo_google:"\uD604\uC7AC \uD398\uC774\uC9C0\uB97C Google \uBC88\uC5ED\uC744 \uC0AC\uC6A9\uD558\uC5EC \uBC88\uC5ED\uD558\uACE0 \uC788\uC2B5\uB2C8\uB2E4.",neverTranslateThisSite:"\uC774 \uC6F9\uC0AC\uC774\uD2B8\uB97C \uC808\uB300 \uBC88\uC5ED\uD558\uC9C0 \uB9C8\uC2ED\uC2DC\uC624.","subtitle.bilingual":"\uC774\uC911 \uC5B8\uC5B4 \uC790\uB9C9",alwaysTranslateThisSite:"\uD56D\uC0C1 \uC774 \uC6F9\uC0AC\uC774\uD2B8\uB97C \uBC88\uC5ED\uD569\uB2C8\uB2E4",buildSnapshots:"\uC6F9\uD398\uC774\uC9C0 \uC2A4\uB0C5\uC0F7 \uC0DD\uC131","error.subscriptionExpiredTitle":"\uD68C\uC6D0\uC774 \uB9CC\uB8CC\uB418\uC5C8\uC2B5\uB2C8\uB2E4",notLoginPro:"\uB2F9\uC2E0\uC740 \uC544\uC9C1 \uD68C\uC6D0 \uACC4\uC815\uC5D0 \uB85C\uADF8\uC778\uD558\uC9C0 \uC54A\uC558\uC2B5\uB2C8\uB2E4.","browser.translateWithGemini":"\uD604\uC7AC \uD398\uC774\uC9C0\uB97C \uC784\uC2DC\uB85C Gemini\uB85C \uBC88\uC5ED\uD558\uC2ED\uC2DC\uC624.","shortcutGroup.others":"\uB354 \uB9CE\uC740 \uC0AC\uC6A9\uC790 \uC815\uC758 \uAE30\uB2A5 \uB2E8\uCD95\uD0A4","subtitle.showQuickButton":"\uD50C\uB808\uC774\uC5B4\uC5D0\uC11C \uC774\uC911 \uC5B8\uC5B4 \uC790\uB9C9 \uB2E8\uCD95\uD0A4\uB97C \uD45C\uC2DC\uD569\uB2C8\uB2E4","browser.translateWithBing":"\uC784\uC2DC\uB85C \uB9C8\uC774\uD06C\uB85C\uC18C\uD504\uD2B8 \uBC88\uC5ED\uC744 \uC0AC\uC6A9\uD558\uC5EC \uD604\uC7AC \uD398\uC774\uC9C0\uB97C \uBC88\uC5ED\uD558\uC2ED\uC2DC\uC624.",contact:"\uC6B0\uB9AC\uC5D0\uAC8C \uC5F0\uB77D\uD558\uC2ED\uC2DC\uC624","desc.touchShortcutsToggleTranslateTouchElement":"\uC0AC\uC6A9\uC790 \uC815\uC758 \uC81C\uC2A4\uCC98\uB97C \uC0AC\uC6A9\uD558\uBA74 \uC5B4\uB5A4 \uB2E8\uB77D\uC774\uB4E0 \uBC88\uC5ED\uD560 \uC218 \uC788\uC2B5\uB2C8\uB2E4.",temprarilyChangeTranslationTo_deepl:"\uD604\uC7AC \uD398\uC774\uC9C0\uB97C DeepL\uB85C \uBC88\uC5ED\uD558\uACE0 \uC788\uC2B5\uB2C8\uB2E4.",networkError:"\uBC88\uC5ED \uC11C\uBE44\uC2A4 \uB610\uB294 \uB124\uD2B8\uC6CC\uD06C\uC5D0 \uBB38\uC81C\uAC00 \uBC1C\uC0DD\uD588\uC2B5\uB2C8\uB2E4.","browser.translateWithTransmart":"\uC784\uC2DC\uB85C \uD150\uC13C\uD2B8 \uBC88\uC5ED\uC744 \uC0AC\uC6A9\uD558\uC5EC \uD604\uC7AC \uD398\uC774\uC9C0\uB97C \uBC88\uC5ED\uD558\uC2ED\uC2DC\uC624.",upgradeToProErrorTitle:"\uC774 \uBC88\uC5ED \uC11C\uBE44\uC2A4\uB97C \uC0AC\uC6A9\uD558\uB824\uBA74 Pro \uD68C\uC6D0\uC73C\uB85C \uC5C5\uADF8\uB808\uC774\uB4DC\uD558\uC2ED\uC2DC\uC624.",temprarilyChangeTranslationTo_transmart:"\uD604\uC7AC \uD398\uC774\uC9C0\uB97C \uD150\uC13C\uD2B8 \uBC88\uC5ED\uC744 \uC0AC\uC6A9\uD558\uC5EC \uBC88\uC5ED\uD558\uACE0 \uC788\uC2B5\uB2C8\uB2E4.",touchShortcutsToggleTranslationMask:"\uD130\uCE58 \uC2A4\uD06C\uB9B0 \uC81C\uC2A4\uCC98 \uC124\uC815\uD558\uC5EC \uBC88\uC5ED \uB9C8\uC2A4\uD06C \uD45C\uC2DC / \uC6D0\uBB38 \uD45C\uC2DC","neverTranslateText.title":"\uB2E4\uC74C \uB2E8\uC5B4\uB294 \uC6D0\uBB38\uC744 \uC720\uC9C0\uD558\uACE0 \uBC88\uC5ED\uD558\uC9C0 \uB9C8\uC2ED\uC2DC\uC624.","browser.translateWithOpenAI":"\uC784\uC2DC\uB85C OpenAI\uB97C \uC0AC\uC6A9\uD558\uC5EC \uD604\uC7AC \uD398\uC774\uC9C0\uB97C \uBC88\uC5ED\uD558\uC2ED\uC2DC\uC624.","floatBall.guideClickToTranslate":`\uD074\uB9AD\uD558\uC5EC \uBAB0\uC785\uD615 \uBC88\uC5ED \uD50C\uB85C\uD305 \uBCFC\uC744 \uBE60\uB974\uAC8C \uBC88\uC5ED\uD560 \uC218 \uC788\uC2B5\uB2C8\uB2E4`,"floatBall.longPress":"\uAE38\uAC8C \uB204\uB974\uBA74 \uC124\uC815 \uD328\uB110\uC744 \uBE60\uB974\uAC8C \uC5F4 \uC218 \uC788\uC5B4\uC694.","browser.translateWithDeepL":"\uD604\uC7AC \uD398\uC774\uC9C0\uB97C \uC784\uC2DC\uB85C DeepL\uB85C \uBC88\uC5ED\uD558\uC2ED\uC2DC\uC624.","shortcutGroup.main":"\uC77C\uBC18\uC801\uC73C\uB85C \uC0AC\uC6A9\uD558\uB294 \uAE30\uB2A5\uC758 \uB2E8\uCD95\uD0A4","subtitle.hideQuickButton":"\uB354 \uC774\uC0C1 \uC774 \uB2E8\uCD95\uD0A4\uB97C \uD45C\uC2DC\uD558\uC9C0 \uC54A\uC2B5\uB2C8\uB2E4",touchShortcutsToggleTranslatePage:"\uC6F9\uD398\uC774\uC9C0 \uBC88\uC5ED/\uC6D0\uBB38 \uD45C\uC2DC\uB97C \uC704\uD574 \uD130\uCE58 \uC2A4\uD06C\uB9B0 \uC81C\uC2A4\uCC98 \uC124\uC815",touchShortcutsToggleTranslateTouchElement:"\uD2B9\uC815 \uB2E8\uB77D \uBC88\uC5ED\uC744 \uC704\uD55C \uD130\uCE58 \uC2A4\uD06C\uB9B0 \uC81C\uC2A4\uCC98 \uC124\uC815",confirmResetToDefaultSettings:"\uC774 \uBC88\uC5ED \uC11C\uBE44\uC2A4\uB97C \uAE30\uBCF8 \uC124\uC815\uC73C\uB85C \uBCF5\uC6D0\uD558\uC2DC\uACA0\uC2B5\uB2C8\uAE4C? (\uD604\uC7AC \uBC88\uC5ED \uC11C\uBE44\uC2A4 \uC124\uC815\uB9CC \uC7AC\uC124\uC815\uB429\uB2C8\uB2E4)","description.baiduField":"\uC9C0\uC6D0\uB418\uB294 \uBD84\uC57C\uB294 <1>\uC5EC\uAE30\uB97C \uCC38\uC870\uD558\uC2ED\uC2DC\uC624. \uBE44\uC5B4 \uC788\uC73C\uBA74 \uBD84\uC57C\uB97C \uC9C0\uC815\uD558\uC9C0 \uC54A\uB294 \uAC83\uC744 \uC758\uBBF8\uD569\uB2C8\uB2E4.","error.subscriptionExpired":"\uD68C\uC6D0\uB2D8\uC758 \uD68C\uC6D0\uAD8C\uC774 \uB9CC\uB8CC\uB418\uC5C8\uC744 \uC218 \uC788\uC2B5\uB2C8\uB2E4. \uD68C\uC6D0 \uC0C1\uD0DC\uB97C \uD655\uC778\uD574 \uC8FC\uC138\uC694.","desc.interfaceLanguage":"\uC778\uD130\uD398\uC774\uC2A4 \uC5B8\uC5B4 \uC124\uC815\uC740 \uC81C\uC5B4\uD310\uC758 \uD45C\uC2DC \uC5B8\uC5B4\uC5D0 \uC601\uD5A5\uC744 \uBBF8\uCE58\uBA70, \uBC88\uC5ED\uC758 \uB300\uC0C1 \uC5B8\uC5B4\uC640\uB294 \uBB34\uAD00\uD569\uB2C8\uB2E4.","browser.toggleMouseHoverTranslateDirectly":"\uD398\uC774\uC9C0\uC5D0\uC11C \uC784\uC2DC\uB85C \uB9C8\uC6B0\uC2A4 \uD638\uBC84\uB97C \uC0AC\uC6A9\uD558\uC5EC \uC9C1\uC811 \uBC88\uC5ED\uC744 \uD65C\uC131\uD654\uD558\uAC70\uB098 \uBE44\uD65C\uC131\uD654\uD558\uC2ED\uC2DC\uC624.","desc.toggleTranslateTheMainPage":"\uD398\uC774\uC9C0\uC758 \uC8FC\uC694 \uC601\uC5ED\uB9CC \uBC88\uC5ED\uD558\uC2ED\uC2DC\uC624. \uACE0\uAE09 \uC124\uC815\uC5D0\uC11C \uD398\uC774\uC9C0 \uC804\uCCB4 \uC601\uC5ED \uBC88\uC5ED\uC744 \uD65C\uC131\uD654 \uD55C \uD6C4, \uC774 \uB2E8\uCD95\uD0A4\uB97C \uC0AC\uC6A9\uD558\uC5EC \uD398\uC774\uC9C0\uC758 \uC8FC\uC694 \uC601\uC5ED\uB9CC \uBC88\uC5ED\uD560 \uC218 \uC788\uC2B5\uB2C8\uB2E4.","desc.mouseHoverHoldKey":"\uB9C8\uC6B0\uC2A4\uB97C \uD2B9\uC815 \uB2E8\uB77D \uC704\uC5D0 \uB193\uACE0 \uC624\uB978\uCABD \uB2E8\uCD95\uD0A4\uB97C \uB3D9\uC2DC\uC5D0 \uB204\uB974\uBA74 \uD574\uB2F9 \uB2E8\uB77D\uC744 \uBC14\uB85C \uBC88\uC5ED\uD560 \uC218 \uC788\uC2B5\uB2C8\uB2E4.",mouseHoverCustomKeyDescription:"\uB9C8\uC6B0\uC2A4\uB97C \uD638\uBC84\uD558\uB294 \uC870\uD569 \uB2E8\uCD95\uD0A4\uB97C \uC0AC\uC6A9\uC790 \uC815\uC758 \uD560 \uC218 \uC788\uC2B5\uB2C8\uB2E4. \uC608\uB97C \uB4E4\uC5B4 : Alt+Z, Ctrl+E, Cmd+Alt+E \uB610\uB294 \uBC14\uB85C Cmd, \uC218\uB3D9\uC73C\uB85C \uC785\uB825\uD574 \uC8FC\uC138\uC694.","subtitle.showQuickButtonDescription":"\uBE44\uB514\uC624 \uD50C\uB808\uC774\uC5B4\uC758 \uC624\uB978\uCABD \uD558\uB2E8\uC5D0\uC11C \uC774\uC911 \uC5B8\uC5B4 \uC790\uB9C9\uC744 \uD65C\uC131\uD654\uD558\uB294 \uB2E8\uCD95\uD0A4\uB97C \uC81C\uACF5\uD569\uB2C8\uB2E4.","desc.toggleTranslateTheWholePage":"\uD398\uC774\uC9C0 \uC804\uCCB4 \uBC88\uC5ED, \uAE30\uBCF8\uC801\uC73C\uB85C \uC6B0\uB9AC\uB294 \uD398\uC774\uC9C0\uC758 \uC8FC\uC694 \uC601\uC5ED\uC744 \uBC88\uC5ED\uD569\uB2C8\uB2E4. \uC774 \uB2E8\uCD95\uD0A4\uB97C \uC0AC\uC6A9\uD558\uC5EC \uD398\uC774\uC9C0 \uC804\uCCB4\uB97C \uC804\uC6A9 \uBC88\uC5ED\uD560 \uC218 \uC788\uC2B5\uB2C8\uB2E4.",shortcutDisableTooltip:"\uBE0C\uB77C\uC6B0\uC800\uC5D0\uC11C \uC81C\uACF5\uD558\uB294 \uD655\uC7A5 \uD504\uB85C\uADF8\uB7A8 \uB2E8\uCD95\uD0A4 \uAD00\uB9AC \uD398\uC774\uC9C0\uC5D0\uC11C \uC124\uC815\uC744 \uD574 \uC8FC\uC138\uC694. \uB354 \uB9CE\uC740 \uC9C0\uCE68\uC740 \uC774 \uD398\uC774\uC9C0 \uC0C1\uB2E8\uC758 \uC124\uBA85\uC744 \uCC38\uC870\uD558\uC2ED\uC2DC\uC624.","browser.toggleVideoSubtitlePreTranslation":"\uC774\uC911 \uC5B8\uC5B4 \uC790\uB9C9\uC744 \uC804\uD658\uD558\uACE0, \uBAB0\uC785\uD615 \uBC88\uC5ED \uC124\uC815\uC744 \uC6B0\uC120\uC801\uC73C\uB85C \uC0AC\uC6A9\uD558\uC2ED\uC2DC\uC624.","desc.touchShortcutsToggleTranslatePage":"\uC124\uC815 \uD6C4\uC5D0\uB294 \uC774\uB3D9 \uC7A5\uCE58\uB97C \uC0AC\uC6A9\uD560 \uB54C X \uAC1C\uC758 \uC190\uAC00\uB77D\uC73C\uB85C \uB3D9\uC2DC\uC5D0 \uD654\uBA74\uC744 \uD130\uCE58\uD558\uAC70\uB098 \uC88C\uC6B0\uB85C \uC2AC\uB77C\uC774\uB4DC\uD558\uAC70\uB098 \uC5F0\uC18D\uC801\uC73C\uB85C \uD0ED\uD558\uC5EC \uC6F9 \uD398\uC774\uC9C0\uB97C \uBC88\uC5ED\uD558\uAC70\uB098 \uC6D0\uBB38\uC744 \uD45C\uC2DC\uD560 \uC218 \uC788\uC2B5\uB2C8\uB2E4.","desc.toggleMouseHoverTranslateDirectly":"\uC774 \uB2E8\uCD95\uD0A4\uB97C \uB204\uB978 \uD6C4 \uD398\uC774\uC9C0\uC5D0\uC11C \uB9C8\uC6B0\uC2A4\uB97C \uD14D\uC2A4\uD2B8\uC758 \uC5B4\uB5A4 \uBD80\uBD84\uC5D0\uB4E0\uC9C0 \uAC00\uB9AC\uD0A4\uBA74 \uD574\uB2F9 \uD14D\uC2A4\uD2B8\uAC00 \uC790\uB3D9\uC73C\uB85C \uBC88\uC5ED\uB429\uB2C8\uB2E4. \uB2E8\uCD95\uD0A4\uB97C \uB2E4\uC2DC \uD55C \uBC88 \uB204\uB974\uBA74 \uC774 \uC790\uB3D9 \uBC88\uC5ED \uAE30\uB2A5\uC744 \uB2EB\uC744 \uC218 \uC788\uC2B5\uB2C8\uB2E4.",paragraphMinTextCountDesc:"\uC8FC\uC758, \uC5EC\uAE30\uC11C\uB294 \uBB38\uC790 \uAE38\uC774\uB97C \uC758\uBBF8\uD569\uB2C8\uB2E4. \uC608\uB97C \uB4E4\uC5B4, hello\uB294 5\uAC1C\uC758 \uBB38\uC790\uC785\uB2C8\uB2E4. \uB354 \uD070 \uAC12\uC744 \uC124\uC815\uD558\uBA74 \uBD88\uD544\uC694\uD55C \uC791\uC740 \uB2E8\uB77D \uBC88\uC5ED\uC744 \uC904\uC77C \uC218 \uC788\uC2B5\uB2C8\uB2E4.",translationOnlyModeDescription:"\uBC88\uC5ED\uBB38\uB9CC \uBAA8\uB4DC\uB294 \uAE30\uBCF8\uC801\uC778 \uC774\uC911 \uC5B8\uC5B4 \uBAA8\uB4DC\uAC00 \uC544\uB2CC \uC624\uC9C1 \uBC88\uC5ED\uBB38\uB9CC\uC744 \uD45C\uC2DC\uD558\uB294 \uAC83\uC744 \uC758\uBBF8\uD569\uB2C8\uB2E4. \uC8FC\uC758: \uAE30\uC220\uC801 \uC81C\uD55C\uC73C\uB85C \uC778\uD574 \uBC88\uC5ED\uBB38\uB9CC \uBAA8\uB4DC\uC5D0\uC11C\uB294 \uC6D0\uBB38\uC758 \uD558\uC774\uD37C\uB9C1\uD06C\uAC00 \uC791\uB3D9\uD558\uC9C0 \uC54A\uC744 \uAC83\uC785\uB2C8\uB2E4.","desc.touchShortcutsToggleTranslationMask":"\uBC88\uC5ED \uB9C8\uC2A4\uD06C\uB294 \uBC88\uC5ED \uC2A4\uD0C0\uC77C\uC758 \uD750\uB9BF\uD55C \uD6A8\uACFC\uB97C \uAC00\uB9AC\uD0A4\uBA70(\uD559\uC2B5 \uBAA8\uB4DC), \uD65C\uC131\uD654\uD558\uBA74 \uC784\uC2DC\uB85C \uBC88\uC5ED\uC5D0 \uD750\uB9BF\uD55C \uD6A8\uACFC\uB97C \uC0AC\uC6A9\uD558\uC5EC \uD559\uC2B5\uC744 \uC6A9\uC774\uD558\uAC8C \uD569\uB2C8\uB2E4.","intro.floatBallDescription":"\uC0AC\uC6A9\uD558\uBA74 \uD398\uC774\uC9C0 \uC624\uB978\uCABD\uC5D0 \uBE60\uB978 \uBC88\uC5ED \uBC84\uD2BC\uC774 \uD45C\uC2DC\uB418\uBA70, \uD074\uB9AD\uD558\uBA74 \uBC88\uC5ED\uD560 \uC218 \uC788\uACE0 \uB2E4\uC2DC \uD074\uB9AD\uD558\uBA74 \uC6D0\uBB38\uC73C\uB85C \uC804\uD658\uD560 \uC218 \uC788\uC2B5\uB2C8\uB2E4. \uBAA8\uBC14\uC77C\uC5D0\uC11C\uB294 \uD50C\uB85C\uD305 \uBCFC\uC744 \uAE38\uAC8C \uB204\uB974\uBA74 \uBE60\uB978 \uC124\uC815 \uD328\uB110\uC744 \uC5F4 \uC218 \uC788\uC2B5\uB2C8\uB2E4.","contact.description":"\uB2F9\uC2E0\uC774 \uC9C8\uBB38\uC774\uB098 \uC81C\uC548\uC0AC\uD56D\uC774 \uC788\uC73C\uC2DC\uB2E4\uBA74, \uC544\uB798\uC758 \uC591\uC2DD\uC744 \uC791\uC131\uD558\uC5EC \uC800\uD76C\uC5D0\uAC8C \uC5F0\uB77D\uD558\uC2DC\uAC70\uB098 {email}\uB85C \uC774\uBA54\uC77C\uC744 \uBCF4\uB0B4\uC8FC\uC2DC\uAE30 \uBC14\uB78D\uB2C8\uB2E4. \uC800\uD76C\uB294 \uBE60\uB978 \uC2DC\uC77C \uB0B4\uC5D0 \uB2F5\uBCC0\uB4DC\uB9AC\uACA0\uC2B5\uB2C8\uB2E4.","neverTranslateText.description":"\uC77C\uBD80 \uBC88\uC5ED \uC5D4\uC9C4\uC774 \uACE0\uC720 \uBA85\uC0AC\uB97C \uC81C\uB300\uB85C \uC778\uC2DD\uD558\uC9C0 \uBABB\uD558\uAE30 \uB54C\uBB38\uC5D0, \uC5EC\uAE30\uC5D0 \uB2E8\uC5B4\uB97C \uCD94\uAC00\uD558\uC5EC \uBC88\uC5ED \uACFC\uC815\uC5D0\uC11C \uBCC0\uD658\uB418\uC9C0 \uC54A\uB3C4\uB85D \uD560 \uC218 \uC788\uC2B5\uB2C8\uB2E4. \uC774 \uAE30\uB2A5\uC740 \uB300\uC18C\uBB38\uC790\uB97C \uAD6C\uBD84\uD558\uBA70 \uACF5\uBC31\uC73C\uB85C \uAD6C\uBD84\uB41C \uB2E8\uC5B4 \uC5B8\uC5B4(\uC601\uC5B4, \uD504\uB791\uC2A4\uC5B4 \uB4F1)\uB9CC \uC9C0\uC6D0\uD558\uBA70 \uC77C\uBCF8\uC5B4, \uD55C\uAD6D\uC5B4 \uB4F1\uC758 \uC5B8\uC5B4\uC5D0\uB294 \uC801\uC6A9\uB418\uC9C0 \uC54A\uC2B5\uB2C8\uB2E4.","intro.hoverDescription":"\uB9C8\uC6B0\uC2A4 \uD638\uBC84 \uBC88\uC5ED\uC740 \uBAB0\uC785\uD615 \uBC88\uC5ED\uC5D0\uC11C \uB9E4\uC6B0 \uC911\uC694\uD55C \uAE30\uB2A5\uC785\uB2C8\uB2E4. \uB2E8\uC9C0 \uBB38\uB2E8 \uC704\uC5D0 \uB9C8\uC6B0\uC2A4\uB97C \uB193\uACE0 \uB3D9\uC2DC\uC5D0 \uC124\uC815\uB41C \uB2E8\uCD95\uD0A4\uB97C \uB204\uB974\uBA74 \uD604\uC7AC \uBB38\uB2E8\uC774 \uC790\uB3D9\uC73C\uB85C \uBC88\uC5ED\uB429\uB2C8\uB2E4(\uC8FC\uC758: \uAE30\uBCF8\uC801\uC73C\uB85C \uD65C\uC131\uD654\uB418\uC5B4 \uC788\uC9C0 \uC54A\uC2B5\uB2C8\uB2E4. \uC544\uB798\uC5D0\uC11C \uC124\uC815\uD558\uC2ED\uC2DC\uC624). \uC774 \uC0C1\uD638\uC791\uC6A9\uC740 \uB2E8\uC5B4 \uC120\uD0DD \uBC88\uC5ED\uC744 \uB354 \uC798 \uB300\uCCB4\uD558\uAE30 \uC704\uD574 \uC0AC\uC6A9\uB418\uBA70, \uB610\uD55C \uC774 \uAE30\uB2A5\uC740 \uC778\uC2DD\uD560 \uC218 \uC5C6\uB294 \uBC88\uC5ED \uC601\uC5ED\uC5D0 \uB110\uB9AC \uC801\uC6A9\uB429\uB2C8\uB2E4. \uC774 \uAE30\uB2A5\uC744 \uC774\uC6A9\uD558\uC5EC \uC5B4\uB5A4 \uBB38\uB2E8\uC774\uB4E0 \uAC15\uC81C\uB85C \uBC88\uC5ED\uD560 \uC218 \uC788\uC2B5\uB2C8\uB2E4.","intro.subtitleDescription":"\uC774 \uAE30\uB2A5\uC744 \uD65C\uC131\uD654\uD558\uBA74 \uBE44\uB514\uC624 \uC7AC\uC0DD \uC2DC \uC790\uB3D9\uC73C\uB85C \uC774\uC911 \uC5B8\uC5B4 \uC790\uB9C9\uC774 \uD45C\uC2DC\uB429\uB2C8\uB2E4. \uD65C\uC131\uD654\uD558\uC9C0 \uC54A\uC740 \uACBD\uC6B0, \uD398\uC774\uC9C0\uC5D0\uC11C \uC218\uB3D9\uC73C\uB85C \uBC88\uC5ED \uBC84\uD2BC\uC744 \uD074\uB9AD\uD558\uC5EC \uC790\uB9C9\uC744 \uD45C\uC2DC\uD574\uC57C \uD569\uB2C8\uB2E4. \uAE30\uC220\uC801 \uC81C\uD55C\uC73C\uB85C \uC778\uD574 \uC77C\uBD80 \uC6F9\uC0AC\uC774\uD2B8\uC5D0\uC11C\uB294 \uC790\uB9C9\uC744 \uCC98\uC74C \uD65C\uC131\uD654\uD560 \uB54C \uD398\uC774\uC9C0\uB97C \uC0C8\uB85C \uACE0\uCE68\uD558\uAC70\uB098 \uBC88\uC5ED\uC774 \uC644\uB8CC\uB41C \uD6C4\uC5D0\uC57C \uC774\uC911 \uC5B8\uC5B4 \uC790\uB9C9\uC744 \uD45C\uC2DC\uD560 \uC218 \uC788\uC2B5\uB2C8\uB2E4. (\uB610\uD55C, \uBE44\uB514\uC624 \uC6F9\uC0AC\uC774\uD2B8\uB97C \uC5F4\uACE0 \uB098\uC11C \uC624\uB978\uCABD \uC0C1\uB2E8\uC5D0\uC11C \uBAB0\uC785\uD615 \uBC88\uC5ED\uC758 \uBC14\uB85C\uAC00\uAE30 \uD328\uB110\uC744 \uD65C\uC131\uD654/\uBE44\uD65C\uC131\uD654 \uD560 \uC218\uB3C4 \uC788\uC2B5\uB2C8\uB2E4.)

\uD604\uC7AC \uC774\uB7EC\uD55C \uC6F9\uC0AC\uC774\uD2B8\uC5D0\uC11C \uC774\uC911 \uC5B8\uC5B4 \uC790\uB9C9\uC744 \uC0AC\uC6A9\uD560 \uC218 \uC788\uC2B5\uB2C8\uB2E4:",geminiWarning:"\uC8FC\uC758: Google\uC774 \uC81C\uACF5\uD558\uB294 Gemini\uC758 \uBB34\uB8CC \uC11C\uBE44\uC2A4 \uC81C\uD55C\uC774 \uC5C4\uACA9\uD558\uBBC0\uB85C, \uC0AC\uC6A9\uC790\uAC00 \uC5EC\uB7EC Key\uB97C \uC0AC\uC6A9\uD558\uC5EC \uADF8\uB4E4\uC758 \uBB34\uB8CC \uD560\uB2F9\uB7C9 \uC81C\uD55C\uC744 \uD68C\uD53C\uD558\uACE0 \uC788\uB2E4\uACE0 Google\uC5D0 \uD310\uB2E8\uB420 \uC218 \uC788\uC2B5\uB2C8\uB2E4. \uC0AC\uC6A9\uD558\uC9C0 \uC54A\uB294 \uAC83\uC774 \uC88B\uC73C\uBA70, Google\uC774 Gemini \uC720\uB8CC \uC778\uD130\uD398\uC774\uC2A4\uB97C \uAC1C\uBC29\uD560 \uB54C\uAE4C\uC9C0 \uAE30\uB2E4\uB9AC\uB294 \uAC83\uC774 \uC88B\uC2B5\uB2C8\uB2E4.","floatBall.setting":"\uC124\uC815","floatBall.translateToLanguage":"{language}\uB85C \uBC88\uC5ED\uC744 \uD074\uB9AD\uD558\uC2ED\uC2DC\uC624.","floatBall.file":`PDF, EPUB, SRT, ASS, HTML, TXT \uD30C\uC77C \uBC88\uC5ED`,changeToOnlyTempTranslationMode:"\uBC88\uC5ED\uB9CC \uD45C\uC2DC\uD558\uB3C4\uB85D \uD1A0\uAE00",changeToDualTempTranslationMode:"\uC774\uC911 \uC5B8\uC5B4 \uBC88\uC5ED\uC73C\uB85C \uC804\uD658","options.navbar.translateFile":"\uBB38\uC11C \uBC88\uC5ED","transitionMode.dual":"\uC774\uC911 \uC5B8\uC5B4 \uB300\uC870","transitionMode.translation":"\uC624\uC9C1 \uBC88\uC5ED\uBB38","options.navbar.installApp":"\uD734\uB300\uD3F0 \uC571 \uC124\uCE58","subtitle.transitionMode":"\uBE44\uB514\uC624 \uC790\uB9C9 \uC774\uC911 \uC5B8\uC5B4 / \uBC88\uC5ED\uBB38\uB9CC \uC124\uC815","transitionMode.inherit":"\uC2DC\uC2A4\uD15C\uC758 \uAE30\uBCF8 \uBC88\uC5ED \uD45C\uC2DC \uBAA8\uB4DC\uC640 \uC77C\uCE58\uD558\uC2ED\uC2DC\uC624","subtitle.transitionModeDescription":"\uBE44\uB514\uC624 \uC790\uB9C9\uC744 \uC774\uC911 \uC5B8\uC5B4 \uB300\uC870 \uB610\uB294 \uBC88\uC5ED\uBB38\uB9CC \uBAA8\uB4DC\uB85C \uC124\uC815\uD558\uC2ED\uC2DC\uC624.",translateFileTooltip:`PDF, ePub, srt, ass, HTML, TXT \uD30C\uC77C \uBC88\uC5ED`,"description.subtitlePrompt":`\uC790\uB9C9 \uC2DC\uB098\uB9AC\uC624\uC5D0\uC11C \uC5EC\uB7EC \uB2E8\uB77D\uC744 \uBCF4\uB0BC \uB54C, \uC0AC\uC6A9\uC790\uC758 \uC2E0\uBD84\uC73C\uB85C {service}\uC5D0 \uB300\uD654\uB97C \uBCF4\uB0B4\uB294\uB370, \uC5EC\uAE30\uC11C {{from}}\uC740 \uB2E8\uB77D\uC758 \uC5B8\uC5B4\uB97C \uB098\uD0C0\uB0B4\uACE0, {{to}}\uB294 \uBAA9\uD45C \uC5B8\uC5B4\uB97C \uB098\uD0C0\uB0C5\uB2C8\uB2E4. {{yaml}}\uC740 \uC6B0\uB9AC\uAC00 yaml \uD615\uC2DD\uC73C\uB85C \uD3EC\uC7A5\uD55C \uB2E8\uB77D \uB0B4\uC6A9\uC774\uBA70, \uC0AC\uC6A9\uC790 \uC815\uC758 Prompt\uAC00 \uD544\uC694\uD55C \uACBD\uC6B0, AI \uC751\uB2F5\uC758 YAML \uACB0\uACFC\uC758 \uAC01 \uD56D\uBAA9\uC774 {env.imt_sub_trans_field} \uD544\uB4DC\uB97C \uD3EC\uD568\uD574\uC57C \uD569\uB2C8\uB2E4. {{imt_sub_trans_field}}\uB294 \uC6B0\uB9AC\uAC00 AI \uC751\uB2F5\uC744 \uC6D0\uD558\uB294 \uBC88\uC5ED \uD544\uB4DC \uC774\uB984\uC774\uBA70, \uAE30\uBCF8\uAC12\uC740: {env.imt_sub_trans_field}, {{imt_sub_source_field}}\uB294 \uC6B0\uB9AC\uAC00 AI\uC5D0\uAC8C \uC804\uB2EC\uD558\uB294 \uC6D0\uBB38 \uD544\uB4DC \uC774\uB984\uC774\uBA70, \uAE30\uBCF8\uAC12\uC740: {env.imt_sub_source_field}\uC785\uB2C8\uB2E4. \uC608\uC2DC \uACB0\uACFC\uB294 \uB2E4\uC74C\uACFC \uAC19\uC2B5\uB2C8\uB2E4: @@ -5240,7 +5240,7 @@ HTML, TXT \uD30C\uC77C \uBC88\uC5ED`,"description.subtitlePrompt":`\uC790\uB9C9 - id: 1 {env.imt_trans_field}: \uBC88\uC5ED\uBB38 - id: 2 - {env.imt_trans_field}: \uBC88\uC5ED\uBB38`,"subtitle.quickButton.setting":"\uC124\uC815","subtitle.quickButton.translationPosition":"\uBC88\uC5ED \uC704\uCE58","subtitle.quickButton.black":"\uAC80\uC740\uC0C9","translationServices.claude":"\uD074\uB85C\uB4DC","subtitle.quickButton.translationPositionTop":"\uC6D0\uBB38 \uC704\uC5D0","subtitle.quickButton.backgroundColor":"\uBC30\uACBD\uC0C9","subtitle.quickButton.translationPositionBottom":"\uC6D0\uBB38 \uC544\uB798\uC5D0","subtitle.quickButton.yellow":"\uB178\uB780\uC0C9","subtitle.quickButton.white":"\uD558\uC580\uC0C9","subtitle.quickButton.translationTextColor":"\uBC88\uC5ED \uAE00\uAF34 \uC0C9\uC0C1","subtitle.quickButton.red":"\uBE68\uAC04\uC0C9","subtitle.quickButton.sourceTextColor":"\uC6D0\uB798 \uAE00\uAF34 \uC0C9\uC0C1","subtitle.quickButton.green":"\uB179\uC0C9","subtitle.quickButton.cyan":"\uCCAD\uC0C9","subtitle.quickButton.magenta":"\uB9C8\uC820\uD0C0\uC0C9","subtitle.quickButton.backgroundOpacity":"\uBC30\uACBD \uBD88\uD22C\uBA85\uB3C4","subtitle.quickButton.translationFontSize":"\uBC88\uC5ED \uAE00\uC790 \uD06C\uAE30","subtitle.quickButton.sourceFontSize":"\uC6D0\uB798 \uAE00\uAF34 \uD06C\uAE30","subtitle.quickButton.blue":"\uD30C\uB780\uC0C9",attachSubtitleTranslating:"{service}\uB97C \uC0AC\uC6A9\uD558\uC5EC \uBC88\uC5ED \uC911...","error.claude.403":"\uC11C\uBE44\uC2A4\uC5D0 \uC561\uC138\uC2A4 \uD560 \uAD8C\uD55C\uC774 \uC5C6\uC2B5\uB2C8\uB2E4. \uC774\uB294 Claude\uC758 \uC9C0\uC5ED \uC81C\uD55C\uACFC \uAD00\uB828\uC774 \uC788\uC744 \uC218 \uC788\uC2B5\uB2C8\uB2E4. IP \uC8FC\uC18C\uB97C \uBCC0\uACBD\uD558\uAC70\uB098 \uB2E4\uB978 \uBC88\uC5ED \uC11C\uBE44\uC2A4\uB97C \uC0AC\uC6A9\uD574 \uBCF4\uC2ED\uC2DC\uC624.","browser.brandDescriptionForSafari":"\u3010\uBAB0\uC785\uD615 \uBC88\uC5ED\u3011\uBB34\uB8CC\uC758 (\uC6D0\uBB38/\uBC88\uC5ED\uBB38) \uC774\uC911 \uC5B8\uC5B4 \uB300\uC870 \uC6F9 \uD398\uC774\uC9C0 \uBC88\uC5ED \uD50C\uB7EC\uADF8\uC778\uC73C\uB85C, PDF \uBC88\uC5ED \uBC0F EPUB \uC804\uC790\uCC45 \uBC88\uC5ED\uC744 \uC9C0\uC6D0\uD558\uBA70 \uC6D0\uBB38\uC758 \uBB38\uC11C \uBC30\uCE58\uB97C \uC720\uC9C0\uD569\uB2C8\uB2E4. Youtube/Netflix \uB4F1\uC758 \uC628\uB77C\uC778 \uBE44\uB514\uC624 \uC774\uC911 \uC5B8\uC5B4 \uC790\uB9C9 \uBC88\uC5ED\uC744 \uC9C0\uC6D0\uD558\uBA70, Deepl/Google \uB4F1 \uC8FC\uC694 \uBC88\uC5ED \uC11C\uBE44\uC2A4\uB97C \uC9C0\uC6D0\uD569\uB2C8\uB2E4.","browser.PdfProFile":"AI\uAC00 \uAD6C\uB3D9\uD558\uB294 PDF Pro \uBC88\uC5ED","browser.textTranslate":"\uBB38\uC11C \uBC88\uC5ED"};var j4={nologin:"n\xE3o conectado",loginForSafari:"Iniciar sess\xE3o ou registar-se",login:"Iniciar sess\xE3o para abrir uma inscri\xE7\xE3o",manageAccount:"Contas geridas",openPremium:"Associa\xE7\xE3o aberta",logout:"abortar",curentPlan:"Pacotes actuais",endAt:"expira\xE7\xE3o",endAuto:"renova\xE7\xE3o autom\xE1tica",lineBreakMaxTextCount:"N\xFAmero m\xE1ximo de caracteres permitidos por frase ap\xF3s as mudan\xE7as de linha","translate-pdf":"Clique para traduzir o PDF","noSupportTranslate-pdf":"Script n\xE3o suportado, utilize o plugin","translate-firefox-local-pdf":"Clique para ir para Importar PDF",enableLineBreak:"Ativar o avan\xE7o autom\xE1tico de linha para par\xE1grafos longos",sponsorLabel:"$1 Desenvolvedores patrocinados",help:"m\xE3o",browserShortcutsNoteForFirefox:"Para alterar os atalhos no Firefox, \xE9 necess\xE1rio abrir a p\xE1gina de gest\xE3o de extens\xF5es `about:addons`, clicar em `Settings` e, em seguida, clicar em `Manage Shortcuts` para definir os atalhos.",browserShortcutsNoteForChrome:"Para modificar os atalhos no Chrome, tem de abrir a p\xE1gina de gest\xE3o de extens\xF5es, defini-los no painel `Gerir atalhos` (`chrome://extensions/shortcuts`) e clicar no bot\xE3o abaixo para saltar para a p\xE1gina de gest\xE3o de atalhos.",browserShortcutsSucks:"Os atalhos personalizados s\xE3o formatados como (sem reconhecimento autom\xE1tico, introduza diretamente)\uFF1A",enableLineBreakDescription:"Quando activada, as quebras de linha ser\xE3o inseridas no final de cada frase em par\xE1grafos longos para facilitar a leitura","browser.shortBrandName":"Tradu\xE7\xE3o por imers\xE3o","browser.brandName":"Tradu\xE7\xE3o por imers\xE3o: Tradu\xE7\xE3o bilingue de p\xE1ginas Web e de documentos PDF","browser.brandDescription":"Bilingual web page translation, also supports PDF translation, bilingual Epub eBook translation, free to use.","browser.toggleTranslatePage":"Traduzir a p\xE1gina/apresentar o texto original","browser.toggleTranslateTheWholePage":"Traduzir todas as \xE1reas da p\xE1gina/apresentar o texto original","browser.toggleOnlyTransation":"Alternar entre o modo bil\xEDngue / apenas tradu\xE7\xE3o","browser.toggleTranslateToThePageEndImmediately":"Tradu\xE7\xE3o imediata para o fim da p\xE1gina/visualiza\xE7\xE3o do texto original","browser.toggleTranslateTheMainPage":"Traduzir a \xE1rea principal da p\xE1gina/apresentar o texto original","browser.shareToDraft":"Partilhar p\xE1ginas bilingues","browser.openOptionsPage":"Abrir a p\xE1gina de defini\xE7\xF5es","browser.toggleTranslationMask":"Mostrar/ocultar o efeito de desfocagem da tradu\xE7\xE3o","browser.translateLocalPdfFile":"Traduzir ficheiros PDF locais","browser.openEbookViewer":"Ler livros electr\xF3nicos locais","browser.openEbookBuilder":"Criar livros electr\xF3nicos EPUB bilingues","browser.translateLocalHtmlFile":"Traduzir ficheiros HTML/txt","browser.donateContext":"Saiba mais sobre as vantagens do patroc\xEDnio","browser.translateLocalSubtitleFile":"Traduzir ficheiros de legendas locais",confirmResetConfig:"Tem a certeza de que pretende repor as defini\xE7\xF5es?",translationLineBreakSettingTitle:"Defini\xE7\xE3o do avan\xE7o de linha de tradu\xE7\xE3o",smartLineBreak:"alimenta\xE7\xE3o de linha inteligente (computa\xE7\xE3o)",alwaysLineBreak:"Sempre alimenta\xE7\xE3o de linha",isShowContextMenu:"Adicionar p\xE1ginas traduzidas aos itens de menu do bot\xE3o direito do rato",toggleBeta:"Ativa\xE7\xE3o de funcionalidades de teste beta",betaDescription:"Ativar funcionalidades que ainda s\xE3o experimentais, bem como um servi\xE7o de tradu\xE7\xE3o em vers\xE3o beta. Junte-se ao <1>grupo do Telegram para saber mais.",translationLineBreakSettingDescription:"Os feeds de linha s\xE3o sempre limpos e organizados para p\xE1ginas com menos conte\xFAdo. (Utilize quebras de linha inteligentes em par\xE1grafos longos e com muito conte\xFAdo (mais de{count}caracteres) para poupar espa\xE7o).",tempTranslateDomainTitle:"Dura\xE7\xE3o da ativa\xE7\xE3o tempor\xE1ria da tradu\xE7\xE3o do s\xEDtio Web",tempTranslateDomainDescription:"Quando traduzir manualmente uma p\xE1gina Web, active temporariamente o s\xEDtio Web para tradu\xE7\xE3o autom\xE1tica e pode definir a dura\xE7\xE3o tempor\xE1ria.",xMinutes:"{count} minutos",disabled:"proibir a utiliza\xE7\xE3o de algo",changelog:"Registo de atualiza\xE7\xE3o",toggleTranslatePageWhenThreeFingersOnTheScreen:"O toque simult\xE2neo de v\xE1rios dedos no ecr\xE3 traduz p\xE1ginas Web/apresenta o texto original",toggleTranslationMaskWhenThreeFingersOnTheScreen:"O toque de v\xE1rios dedos mostra/oculta o efeito de desfocagem.",fingerCountToToggleTranslagePageOnlyTranslationWhenTouching:"O toque simult\xE2neo de v\xE1rios dedos no ecr\xE3 traduz a p\xE1gina Web (apenas tradu\xE7\xE3o)/apresenta o texto original.",addUrlDescription:"Pode ser um nome de dom\xEDnio e tamb\xE9m suporta wildcards, por exemplo,\uFF1A*.google.com, google.com/mail/*, https://www.google.com/*",general:"Defini\xE7\xF5es b\xE1sicas",clickToExpandConfig:"Expandir a configura\xE7\xE3o atual",import:"Importar de um ficheiro",export:"Exportar para ficheiro",toggleDebug:"Imprimir o registo de depura\xE7\xE3o na consola","fingers.0":"coagula\xE7\xE3o","fingers.2":"toque com dois dedos","fingers.3":"toque com tr\xEAs dedos","fingers.4":"toque com quatro dedos","fingers.5":"toque com cinco dedos",mouseHoldKey:"+ {key} traduzir/restaurar o par\xE1grafo",mouseHoldKeyAuto:"Tradu\xE7\xE3o direta do par\xE1grafo",mouseHoldKeyOff:"N\xE3o fa\xE7as nada.",mouseHoldKeyOther:"Atalhos personalizados (abrir defini\xE7\xF5es)",mouseHoldKeyCustomKey:"{key} Tradu\xE7\xE3o/redu\xE7\xE3o do par\xE1grafo",mouseHoverHoldKey:"Passar o rato enquanto se premem as teclas de atalho para traduzir par\xE1grafos","mouse-translate":"passar o rato",document:"ficheiro (inform\xE1tico)",resetSuccess:"Repor todas as defini\xE7\xF5es com \xEAxito",resetThisSuccess:"Reinicializa\xE7\xE3o bem-sucedida",saved:"Guardar com sucesso",successImportConfig:"Configura\xE7\xE3o importada com sucesso",goAdvancedSettings:"Aceder \xE0 p\xE1gina Defini\xE7\xF5es avan\xE7adas",goAdvancedInterfaceSettings:"Aceder \xE0 p\xE1gina Defini\xE7\xF5es de personaliza\xE7\xE3o avan\xE7adas",advanced:"Defini\xE7\xF5es avan\xE7adas",advancedDescription:"Geralmente n\xE3o s\xE3o necess\xE1rias defini\xE7\xF5es, basta deix\xE1-la como predefinida. Apenas para utilizadores mais especializados, est\xE3o dispon\xEDveis defini\xE7\xF5es mais personalizadas.",developer:"Defini\xE7\xF5es do programador",donateCafe:"pre\xE7os","translate to the bottom of the page":"\xC9 traduzido para o fundo da p\xE1gina imediatamente ap\xF3s entrar na p\xE1gina?",feedback:"Feedback sobre os problemas",toggleTranslatePage:"Traduzir a p\xE1gina/apresentar o texto original",translateToThePageEndImmediatelyDescription:"Se a ativar, o conte\xFAdo ser\xE1 imediatamente traduzido da parte superior para a parte inferior da p\xE1gina \xE0 medida que a introduz. Se a desativar, a tradu\xE7\xE3o \xE9 feita \xE0 medida que l\xEA. (N\xE3o recomendado)","translate all areas of the page":"Se pretende traduzir todas as \xE1reas da p\xE1gina",translationAreaDescription:"Ligado, todas as \xE1reas de toda a p\xE1gina Web s\xE3o traduzidas. Se estiver desativado, utiliza o reconhecimento inteligente predefinido e traduz apenas as \xE1reas principais. (N\xE3o se recomenda que seja ativado)","the number of characters to be translated first":"Traduzir diretamente os primeiros caracteres da p\xE1gina sem ter de se deslocar para a \xE1rea de visualiza\xE7\xE3o","interface language":"linguagem de interface","display both the original text and the translation":"Visualiza\xE7\xE3o simult\xE2nea do original e da tradu\xE7\xE3o","keyboard shortcuts":"Atalhos de teclado",modify:"Modificar teclas de atalho",reset:"reprovis\xE3o",close:"coagula\xE7\xE3o",homepage:"p\xE1gina inicial",more:"mais",moreOptions:"Expandir mais op\xE7\xF5es de personaliza\xE7\xE3o",translateTheWholePage:"Traduzir todas as \xE1reas da p\xE1gina (em vez de reconhecer inteligentemente as \xE1reas principais)",changeToTranslateTheWholePage:"Mudar para traduzir todas as regi\xF5es",changeToTranslateTheMainPage:"Mudar para Traduzir \xC1rea Principal",changeToOnlyTranslationMode:"Alternar para apresentar apenas tradu\xE7\xF5es",changeToDualTranslationMode:"Mudar para tradu\xE7\xE3o bilingue",translateToThePageEndImmediately:"Tradu\xE7\xE3o imediata para o fim da p\xE1gina",translateTheMainPage:"Regi\xF5es-chave da tradu\xE7\xE3o inteligente","The local rules are up to date":"As regras de adapta\xE7\xE3o local est\xE3o actualizadas.","Successfully synchronized with the latest official rules:":"Sincroniza\xE7\xE3o bem sucedida com as \xFAltimas regras oficiais de adapta\xE7\xE3o.","Checking for updates":"Verifica\xE7\xE3o de actualiza\xE7\xF5es","Rules are being synchronized":"Regras de adapta\xE7\xE3o sincronizadas",localVersionIsTooOld:"A vers\xE3o da extens\xE3o local \xE9 demasiado antiga. Actualize a extens\xE3o para {minVersion} ou mais recente antes de tentar sincronizar.",badUserscriptBrowser:"O navegador atual n\xE3o implementa corretamente a interface da extens\xE3o Grease Monkey (por exemplo, para obter informa\xE7\xF5es sobre o n\xFAmero da vers\xE3o do pr\xF3prio script Grease Monkey), utilize outros navegadores que <1>suportem a extens\xE3o Grease Monkey, como o Firefox.",foundNewVersion:"Descubra a nova vers\xE3o",theLocalExtensionIsUpToUpdate:"A extens\xE3o atual est\xE1 actualizada.",failToSyncRules:"N\xE3o sincroniza\xE7\xE3o das regras de adapta\xE7\xE3o mais recentes",retry:"Clique aqui para tentar novamente",failedReason:"Raz\xF5es do insucesso",currentRuleVersion:"Vers\xE3o atual da regra",calculating:"c\xE1lculos",unknownError:"erro desconhecido",canNotFetchRemoteRule:"N\xE3o \xE9 poss\xEDvel obter regras remotas",enableAlphaSuccess:"Alfa ativado",disableAlphaSuccess:"A fun\xE7\xE3o alfa foi desactivada",cacheSize:"Tamanho da cache\uFF1A",cleaning:"em processo de liquida\xE7\xE3o",cleanCache:"limpar a cache",options:"preparar",about:"em rela\xE7\xE3o a",service:"servi\xE7o de interpreta\xE7\xE3o",needAction:"(Ir para Defini\xE7\xF5es)",goSettings:"v\xE1 em frente e configure",needActionForOptions:"(a definir)",translationEngine:"Op\xE7\xF5es de motor",sourceLanguage:"L\xEDngua original",target:"l\xEDngua-alvo",popupSourceLanguage:"L\xEDngua original",popupTarget:"l\xEDngua-alvo",popupService:"servi\xE7o de interpreta\xE7\xE3o",forThisSite:"S\xEDtio Web atual",autoEnableSubtitle:"Abertura autom\xE1tica de legendas bilingues",alwaysTranslate:"Traduzir sempre",neverTranslate:"Nunca traduzir",alwaysTranslateSomeLanguage:"Traduzir sempre {language}",neverTranslateSomeLanguage:"Nunca traduzir {language}",alwaysTranslateSomeSite:"Traduzir sempre {hostname}",neverTranslateSomeSite:"Nunca traduzir {hostname}",alwaysTranslateSomeSiteOrWildSite:"Traduzir sempre o s\xEDtio",alwaysTranslateSomePage:"Traduzir sempre a p\xE1gina",add:"aumentar",default:"predefini\xE7\xE3o (defini\xE7\xE3o)",forThisLanguage:"Para esta l\xEDngua\uFF1A","add url":"Introduzir URL",edit:"compilador","translate other languages into specific language":"Traduzir outras l\xEDnguas para a sua l\xEDngua definida","select translation service":"Selecionar um servi\xE7o de tradu\xE7\xE3o",language:"multilinguismo","show-original":"Mostrar texto original",translate:"renderiza\xE7\xE3o",Translated:"traduzido",Translating:"na tradu\xE7\xE3o",Error:"incorreto",allowCacheTranslations:"Ativar o caching de tradu\xE7\xE3o local (para reduzir os pedidos de tradu\xE7\xE3o de passagens duplicadas)","translation display":"Estilo de apresenta\xE7\xE3o da tradu\xE7\xE3o","select diplay style":"Distinguir os estilos de tradu\xE7\xE3o, com refer\xEAncia espec\xEDfica aos seguintes exemplos",interface:"Defini\xE7\xF5es de interface",import_export:"Importa\xE7\xE3o/Exporta\xE7\xE3o",import_export_title:"Configura\xE7\xE3o de importa\xE7\xE3o/exporta\xE7\xE3o",syncToGoogleDrive:"Sincronizar com o Google Drive agora",floatBallOptions:"Defini\xE7\xF5es do Hoverball","floatBallOptions.enable":"Ativar Hoverball","floatBallOptions.blockUrls":"Desativar o s\xEDtio Web","floatBallOptions.add":"aumentar","floatBallOptions.blockUrlDesc":"As Hoverballs n\xE3o s\xE3o apresentadas quando s\xE3o encontrados os seguintes s\xEDtios Web","floatBallOptions.clickType":"comportamento de clique","floatBallOptions.clickTypeDesc":"Comportamento do \xEDcone da bola flutuante quando clicado","floatBallOptions.clickPopup":"Mostrar painel de tradu\xE7\xE3o","floatBallOptions.clickTranslate":"Tradu\xE7\xE3o/apresenta\xE7\xE3o do texto original",previewAllThemes:"Pr\xE9-visualizar todos os estilos","translationTheme.none":"n\xE3o ter","translationTheme.grey":"cinzento escuro","translationTheme.dashed":"sublinhado pontilhado","translationTheme.dotted":"sublinhado pontilhado","translationTheme.dashedBorder":"borda pontilhada","translationTheme.solidBorder":"fronteira s\xF3lida","translationTheme.underline":"Sublinhar linhas rectas","translationTheme.mask":"Efeitos difusos (modos de aprendizagem)","translationTheme.opacity":"efeito de transpar\xEAncia","translationTheme.paper":"Efeito de sombra de papel branco","translationTheme.dividingLine":"linha divis\xF3ria","translationTheme.highlight":"alta luminosidade","translationTheme.marker":"marcador (palavra emprestada)","translationTheme.marker2":"Marcador 2","translationTheme.blockquote":"Estilos de refer\xEAncia","translationTheme.weakening":"enfraquecimento","translationTheme.italic":"tipo de letra inclinado","translationTheme.bold":"engrossar","translationTheme.thinDashed":"linha fina pontilhada sublinhada","translationTheme.nativeDashed":"O sistema vem com um sublinhado a tracejado","translationTheme.nativeDotted":"O sistema vem com um sublinhado pontilhado","translationTheme.nativeUnderline":"O sistema \xE9 fornecido com um sublinhado de linha reta","translationTheme.wavy":"linha ondulada","translationServices.custom":"API personalizada","translationServices.tencent":"Tencent Translator","translationServices.tenAlpha":"Tencent Translator (Alfa)","translationServices.google":"Google Tradutor","translationServices.bai":"Baidu (Alfa)","translationServices.baidu":"Tradu\xE7\xE3o do Baidu","translationServices.aliyun":"Tradu\xE7\xE3o AliCloud","translationServices.volc":"tradu\xE7\xE3o vulc\xE2nica","translationServices.deeplx":"DeepLX (Beta)","translationServices.bing":"Microsoft Translate","translationServices.deepl":"DeepL","translationServices.wechat":"Tradu\xE7\xE3o do WeChat","translationServices.azure":"Tradu\xE7\xE3o do Azure","translationServices.ibm":"IBM Watson","translationServices.aws":"Tradu\xE7\xE3o da Amazon","translationServices.mock":"Tradu\xE7\xE3o simulada","translationServices.mock2":"Tradu\xE7\xE3o Simulada 2","translationServices.caiyun":"lit. nuvens coloridas e pequenas tradu\xE7\xF5es","translationServices.cai":"Nuvens coloridas (Alfa)","translationServices.volcAlpha":"Vulc\xE3o (Alfa)","translationServices.openl":"OpenL","translationServices.youdao":"Tradu\xE7\xE3o do Youtube","translationServices.you":"Tradutor Youdao (Alfa)","translationServices.transmart":"Tradu\xE7\xE3o da Tencent Interactive","translationServices.niu":"Tradutor Maverick","translationServices.papago":"Tradu\xE7\xE3o de Papago","translationServices.d":"D (Alfa)","translationServices.dpro":"D Pro (Can\xE1rio)","translationServices.openai":"OpenAI","translationServices.yandex":"Yandex","translationServices.chatgpt":"ChatGPT Web(3.5 m\xF3vel)","translate title":"Traduzir t\xEDtulos de p\xE1ginas","always languages":"Traduzir sempre a l\xEDngua",neverTranslateLanguagesLabel:"A l\xEDngua que nunca ser\xE1 traduzida",neverTranslateTheFollowingLanguagesDescription:"As tradu\xE7\xF5es s\xE3o ignoradas quando um par\xE1grafo da p\xE1gina est\xE1 numa das seguintes l\xEDnguas",enableUserscriptPagePopup:"Mostrar hoverball na p\xE1gina",enableUserscriptPagePopupDescription:"Depois de desligar a hoverball, esta pode ser recuperada com o atalho /{touch}. Recomenda-se vivamente que marque esta p\xE1gina de defini\xE7\xF5es para evitar n\xE3o conseguir encontrar a hoverball depois de ter desligado inadvertidamente esta op\xE7\xE3o!","always translate the following languages":"Traduz automaticamente para a l\xEDngua de destino quando a p\xE1gina est\xE1 numa das seguintes l\xEDnguas","always sites":"S\xEDtios Web sempre traduzidos","always translate the following sites":"Os s\xEDtios Web s\xE3o automaticamente traduzidos para a l\xEDngua de chegada quando s\xE3o os nomes de dom\xEDnio de","never sites":"S\xEDtio nunca traduzido","never translate the following sites":"As tradu\xE7\xF5es n\xE3o ser\xE3o efectuadas quando o s\xEDtio Web se destinar aos seguintes dom\xEDnios","please refer to":"\xC9 necess\xE1rio preencher a chave antes de a poder utilizar. Para mais informa\xE7\xF5es, consulte",KeyAndConfigurationTutorial:"Tutorial de configura\xE7\xE3o e aplica\xE7\xE3o de chaves",useAboveStyleForTheseSites:"Utilize sempre o estilo de tradu\xE7\xE3o \u2308{theme}\u230B quando o s\xEDtio se destina aos seguintes dom\xEDnios",currentUrl:"URL atual",confirm:"guardar (um ficheiro, etc.) (inform\xE1tica)",cancel:"cancelamentos",delete:"remo\xE7\xE3o","languages.auto":"dete\xE7\xE3o autom\xE1tica",syncToCloud:"Sincronizar com o Google Drive",syncToCloudDescription:"Transferida para a nuvem, a configura\xE7\xE3o pode ser sincronizada entre diferentes navegadores/scripts do grease monkey, consoante a \xFAltima modifica\xE7\xE3o.",syncToAccount:"Sincroniza\xE7\xE3o com a Nuvem de Tradu\xE7\xE3o Imersiva",syncToAccountButton:"Sincroniza\xE7\xE3o instant\xE2nea com a nuvem",syncToAccountDescription:"Sincronizar automaticamente as configura\xE7\xF5es entre dispositivos diferentes, consoante a \xFAltima modifica\xE7\xE3o efectuada.",successSyncConfigInAccount:"Sincroniza\xE7\xE3o bem sucedida com a nuvem",successSyncConfigToAccount:"Sincroniza\xE7\xE3o bem sucedida com a nuvem",syncConfigNoUpdate:"J\xE1 est\xE1 atualizado.",authFail:"Falha de autoriza\xE7\xE3o",syncTitle:"Gest\xE3o manual de c\xF3pias de seguran\xE7a",import_hint:"importa\xE7\xE3o (dados)",upload:"carregar",revokeAuth:"revogar uma autoriza\xE7\xE3o",uploadFail:"Falha na transfer\xEAncia",download:"descarregamento",importSuccess:"Importado com sucesso",importFail:"falha na importa\xE7\xE3o",deleteFail:"Falha ao eliminar",backupToCloud:"Gerir manualmente os ficheiros de c\xF3pia de seguran\xE7a",create_new_backup:"Adicionar um novo n\xF3 de backup",maxBackupFiles:"\xC9 poss\xEDvel efetuar a c\xF3pia de seguran\xE7a de at\xE9{count}n\xF3s diferentes. Elimine os n\xF3s de que n\xE3o necessita.",backupToCloudDescription:"Carregar ou restaurar manualmente ficheiros de c\xF3pia de seguran\xE7a, permitindo at\xE9 3 c\xF3pias de seguran\xE7a diferentes",successSyncConfig:"Sincroniza\xE7\xE3o bem sucedida com a nuvem",syncFail:"falha de sincroniza\xE7\xE3o",updatedAt:"Atualizado a partir de {date}",lastSyncedAt:"\xDAltima verifica\xE7\xE3o em {date}",downloadFail:"Falha na transfer\xEAncia",clickToDownload:"Clique para descarregar",aboutLabel:"Acerca de - Feedback","browser.openAboutPage":"Sobre/Feedback",aboutLabelWithoutSponsor:"Acerca de - Feedback",aboutIntro:"Que todos possamos ter um acesso mais f\xE1cil e mais agrad\xE1vel \xE0 vasta quantidade de informa\xE7\xF5es em l\xEDnguas estrangeiras na Internet \u2764\uFE0F Pode optar por ativar a sua <6>subscri\xE7\xE3o Pro para utilizar as tradu\xE7\xF5es DeepL e OpenAI prontas a utilizar.

Pode seguir-nos no <3>Twitter, <4>Telegram, Weibo, WeChat ou <5>subscrever a nossa lista de <5>correio abaixo para acompanhar as actualiza\xE7\xF5es.
<7>Os membros Pro podem contactar-nos em <8>support@immersivetranslate.com para um servi\xE7o de apoio ao cliente r\xE1pido.",aboutIntroWithoutSponsor:"Que todos possamos ter um acesso mais f\xE1cil e mais agrad\xE1vel \xE0 enorme quantidade de informa\xE7\xE3o em l\xEDngua estrangeira dispon\xEDvel na Internet \u2764\uFE0F

Pode seguir-nos no <3>Twitter, no <4>canal Telegram, no WeChat, no WeChat Exchange ou <5>subscrever as actualiza\xE7\xF5es por correio <5>eletr\xF3nico abaixo.",projectHomepage:"In\xEDcio do projeto",joinTelegramGroup:"Junte-se ao grupo de utilizadores para participar em debates sobre funcionalidades",wechatPublicAccount:"WeChat P\xFAblico",wechatCommunities:"Grupo de interc\xE2mbio WeChat",qqCommunities:"Canal de comunica\xE7\xE3o QQ",joinTelegramChannel:"Siga o canal Telegram para obter as \xFAltimas actualiza\xE7\xF5es",feedbackAndJoin:"Feedback da pergunta / Adicionar grupo",autoSync:"sincroniza\xE7\xE3o autom\xE1tica da hora",loadingThemeTitle:"Estilo de carregamento",loadingThemeDescription:"Definir o estilo quando se est\xE1 \xE0 espera que a tradu\xE7\xE3o seja carregada","loadingTheme.spinner":"Anima\xE7\xE3o girat\xF3ria","loadingTheme.text":"texto est\xE1tico algo ","loadingTheme.none":"n\xE3o indicado",developerDescription:"A documenta\xE7\xE3o sobre personaliza\xE7\xE3o avan\xE7ada pode ser encontrada <1>aqui","edit border color":"Modificar a cor do rebordo",successSyncButNoChange:"A configura\xE7\xE3o atual \xE9 coerente com a nuvem",customTheme:"Cores e tamanhos personalizados","customThemeLabel.borderColor":"Cor da margem","customThemeLabel.borderRadius":"Arestas arredondadas","customThemeLabel.textColor":"cor do texto","customThemeLabel.backgroundColor":"cor de fundo","customThemeLabel.zoom":"Escala do tipo de letra (%)","customThemeLabel.opacity":"Opacidade do texto (%)",resetToDefaultColor:"Repor as cores predefinidas",resetToDefaultSettings:"Repor as predefini\xE7\xF5es",isTranslateTitle:"Ativar a tradu\xE7\xE3o dos t\xEDtulos das p\xE1ginas",isTranslateTitleDescription:"Quando aberto, o t\xEDtulo da p\xE1gina \xE9 traduzido",enableSearchEnhancement:"Permitir o melhoramento de mensagens bilingues",enableSearchEnhancementDescription:'Uma vez activada, os resultados da pesquisa do "Google News" ser\xE3o automaticamente apresentados na coluna direita dos s\xEDtios Web suportados (Google News, Pesquisa Google (algumas palavras-chave), Snowball, Oriental Fortune, Futura, Tiger Community) para as palavras-chave inglesas correspondentes.',verifyService:"Clique aqui para testar o servi\xE7o",verified:"Verificar o sucesso","field.langs":"C\xF3digos de idioma suportados","field.model":"modela\xE7\xE3o","field.translationEngine":"motor de tradu\xE7\xE3o","field.limitPerMinute":"M\xE1ximo de pedidos por minuto","field.limitPerSecond":"N\xFAmero m\xE1ximo de pedidos por segundo","field.maxTextLengthPerRequest":"Comprimento m\xE1ximo do texto por pedido","field.maxTextGroupLengthPerRequest":"N\xFAmero m\xE1ximo de par\xE1grafos por pedido","field.apiUrl":"Endere\xE7o da interface API personalizada","field.placeholderDelimiters":"marcador de posi\xE7\xE3o reservado","description.custom":"Acesso \xE0 interface personalizada Documenta\xE7\xE3o necess\xE1ria","description.limitPerMinute":"Os pedidos que excedem este limite entram numa fila de espera at\xE9 ao in\xEDcio do minuto seguinte. Devido \xE0s v\xE1rias limita\xE7\xF5es do servi\xE7o atual da OpenAI, clique <1>aqui para obter os valores sugeridos mais recentes","description.limitPerSecond":"Os pedidos que excedem este limite entram numa fila de espera at\xE9 ao in\xEDcio do segundo seguinte. Devido \xE0s v\xE1rias limita\xE7\xF5es do servi\xE7o atual da OpenAI, clique <1>aqui para obter os valores sugeridos mais recentes","description.generalLimitPerSecond":"Os pedidos que excedem este limite entram numa fila de espera at\xE9 ao in\xEDcio do segundo seguinte.","description.prompt":"Enviar a conversa para {service} como usu\xE1rio, onde {{text}} representa o conte\xFAdo do texto do par\xE1grafo, {{from}} representa a l\xEDngua do par\xE1grafo e {{to}} representa a l\xEDngua alvo.","description.maxTextLengthPerRequest":"O n\xFAmero m\xE1ximo de caracteres por pedido \xE9 demasiado grande para provocar uma resposta lenta da interface, pelo que deve tentar ajustar esta op\xE7\xE3o para otimizar a velocidade","description.systemPrompt":"Um di\xE1logo enviado ao OpenAI como um sistema, em que {{text}} indica o conte\xFAdo do texto do par\xE1grafo,{{from}} indica a l\xEDngua do par\xE1grafo e{{to}} indica a l\xEDngua de destino.","field.domain":"dom\xEDnio","description.domain":"A predefini\xE7\xE3o \xE9\uFF1Ageneral. S\xF3 pode ser definido se a tradu\xE7\xE3o de dom\xEDnios estiver activada na consola da API Arima, ver <1>aqui os dom\xEDnios suportados","field.scene":"tomar","description.scene":"A predefini\xE7\xE3o \xE9\uFF1Ageneral. S\xF3 pode ser definido se a consola da API AliCloud abrir o Machine Translation Pro, consulte <1>aqui os cen\xE1rios suportados","field.vocabId":"ID do dicion\xE1rio do utilizador","description.vocabId":"O dicion\xE1rio especificado out_id, atualmente suporta a tradu\xE7\xE3o de ingl\xEAs para chin\xEAs.","description.model":"Modelos OpenAI, podem ser gpt-3.5-turbo, gpt-4, etc.","description.maxTextGroupLengthPerRequest":"O n\xFAmero de par\xE1grafos enviados ao servi\xE7o de tradu\xE7\xE3o de cada vez; se houver demasiados par\xE1grafos, a interface poder\xE1 responder mais lentamente","description.apiUrl":"Por favor, adicione URLs espec\xEDficos com caminhos, <1>mais descri\xE7\xE3o",enabledExtension:"Ativa\xE7\xE3o de extens\xF5es",clickToDisableExtension:"Clique para desativar as extens\xF5es",clickToEnableExtension:"Clique para ativar as extens\xF5es",hasBeenDisabled:"desativado","show password":"Mostrar palavra-passe",customContent:"Introduzir um nome de modelo personalizado",inputOptions:"Melhoria da caixa de entrada",mouseHoverOptions:"passar o rato",modifyMouseHoverKey:"Modificar o atalho para passar o rato",enableInputTranslation:"Ativar ou n\xE3o o melhoramento da caixa de entrada",enableInputTranslationDescription:"Uma vez ativado, escreva {startingKey}{startingKey} hello diretamente na caixa de entrada e, em seguida, prima rapidamente{inputTrailingTriggerKeyRepeatTimes}vezes{trailingKey}para traduzir para {inputTargetLanguage}",enableInputTranslationDescriptionForNoneKey:"Uma vez ativado, escreva\uFF1AHello World diretamente na caixa de entrada e, em seguida, prima rapidamente{inputTrailingTriggerKeyRepeatTimes}{trailingKey}vezes para traduzir para o idioma de destino predefinido.",inputTargetLanguage:"Definir o idioma de destino predefinido para as caixas de entrada",inputTargetLanguageDescription:"L\xEDngua de destino predefinida para a tradu\xE7\xE3o da caixa de entrada, ou seja, {startingKey}{startingKey} como l\xEDngua predefinida para as palavras de acionamento",inputTargetLanguageDescriptionForNoneKey:"L\xEDngua de destino predefinida para a tradu\xE7\xE3o da caixa de entrada",inputStartingTriggerKeyTitle:"Definir o car\xE1cter de divis\xE3o para a tradu\xE7\xE3o parcial da caixa de entrada",inputStartingTriggerKeyDescription:"Quando n\xE3o \xE9 necess\xE1rio traduzir toda a caixa de entrada, o separador permite-lhe traduzir apenas a parte de {startingKey}{startingKey} at\xE9 ao fim da caixa de entrada, ou pode especificar o c\xF3digo da l\xEDngua, por exemplo,\uFF1A{startingKey}ja significa traduzir apenas a parte de {startingKey}ja at\xE9 ao fim da caixa de entrada.",inputStartingTriggerKeyDescriptionForNoneKey:"A defini\xE7\xE3o atual de sem prefixo n\xE3o \xE9 necess\xE1ria, e a fun\xE7\xE3o de tradu\xE7\xE3o de alguns textos na caixa de entrada n\xE3o pode ser utilizada por enquanto.",inputTrailingTriggerKeyTitle:"Selecionar um car\xE1cter de acionamento de fim de registo",inputTrailingTriggerKeyDescription:"3 hits r\xE1pidos{trailingKey} come\xE7ar\xE1 a traduzir!",inputTrailingTriggerKeyTimeout:"Introduzir o tempo entre os accionamentos de fim de combate",inputTrailingTriggerKeyTimeoutDescription:"Define o tempo (em milissegundos) entre os accionamentos da combina\xE7\xE3o de fim de entrada",spaceKey:"<\u7A7A\u683C\u952E>",noneKey:"Tradu\xE7\xE3o direta de toda a caixa de texto sem prefixos",inputTranslationBlockUrlsTitle:"N\xE3o ativar o melhoramento da caixa de entrada nos seguintes URLs",inputTranslationBlockUrlsDescription:"As melhorias na caixa de entrada n\xE3o funcionar\xE3o nos seguintes URLs",clickToSeeQuickDemo:"Clique para expandir o v\xEDdeo tutorial r\xE1pido de 30 segundos",inputHelperInfo:"Descri\xE7\xE3o\uFF1AOptimiz\xE1mos o facto de alguns caracteres desencadeadores se transformarem em sinais de pontua\xE7\xE3o chineses nos m\xE9todos de introdu\xE7\xE3o chineses, por exemplo, / transforma-se num sinal de dun , no m\xE9todo de introdu\xE7\xE3o Sogou, e o Immersive Translator suporta todos os s\xEDmbolos chineses correspondentes aos caracteres desencadeadores, ou seja, //,,,, ser\xE3o reconhecidos como caracteres desencadeadores.

Tamb\xE9m suportamos pseud\xF3nimos chineses para c\xF3digos de idioma como comandos, por exemplo, /Japanese Hello World ser\xE1 traduzido para japon\xEAs, <1>clique aqui para ver todos os c\xF3digos de idioma suportados.",reloadCurrentPage:"Por favor, actualize a p\xE1gina atual antes de iniciar a tradu\xE7\xE3o.",noLocalFilePermissionForPDF:"N\xE3o tem permiss\xE3o para ler ficheiros locais, por favor clique no bot\xE3o acima e depois importe os ficheiros locais.",noPermissionForThisPage:"\u26A0\uFE0F Sem permiss\xE3o para traduzir a p\xE1gina atual",retryAllParagraphs:"Repetir todas as passagens de erro",retryAllButton:"Repetir todas as passagens de erro",errorTooltipTitle:"Clique para ver a causa do erro",errorModalTitle:"Algo parece estar errado com o servi\xE7o de tradu\xE7\xE3o ou com a rede...",disableConfirm:"Defini\xE7\xE3o de melhoria da informa\xE7\xE3o bilingue",disableOnce:"Esta incapacidade",disableGlobal:"desativar permanentemente",disableTint:"* Pode voltar a activ\xE1-lo em {option} .",searchEnhancementNotes:"Depois de ativar a funcionalidade de Melhoria da informa\xE7\xE3o bilingue da tradu\xE7\xE3o imersiva, pesquisamos automaticamente as mesmas palavras-chave em ingl\xEAs nos s\xEDtios Web suportados (Google News, Pesquisa Google (algumas palavras-chave), Snowball, Oriental Wealth, Futura, Tiger) e apresentamo-las no lado direito. Pode optar por desactiv\xE1-la se n\xE3o necessitar desta funcionalidade.",option:"preparar",saveSettings:"Guardar defini\xE7\xF5es",closeModal:"Fechar a janela",enableInputTranslationWithoutTriggerKeyTitle:"Permitir 3 acessos r\xE1pidos em{trailingKey}para traduzir diretamente toda a caixa de entrada para{inputTargetLanguage}",enableInputTranslationWithoutTriggerKeyDescription:"Para especificar o idioma de destino, prefixe-o com o c\xF3digo do idioma, por exemplo,\uFF1Aja Hello World",mouseHoverShortcutPlaceholder:"Por exemplo,\uFF1AShift",deepLProName:"Membro Pro da Immersive Translation (Recomendado)",deepLProDescription:"O pacote atual pode ser utilizado diretamente",deeplProDescriptionForNormal:"N\xE3o \xE9 necess\xE1ria qualquer configura\xE7\xE3o, os membros podem utiliz\xE1-lo depois de iniciarem sess\xE3o, <1>clique aqui para atualizar para membro",deepLCustomDescription:"Necess\xE1rio cart\xE3o de cr\xE9dito estrangeiro, oficialmente aberto em <1>DeepL, clique para <2>documenta\xE7\xE3o",deepLCustomName:"Chave de autentica\xE7\xE3o personalizada",chooseProviderLabel:"Selecionar um fornecedor de servi\xE7os",openaiProName:"Membro Pro da Immersive Translation (Recomendado)",openaiProDescription:"O pacote atual pode ser utilizado diretamente",openaiProDescriptionForNormal:"N\xE3o \xE9 necess\xE1ria qualquer configura\xE7\xE3o, os membros podem utiliz\xE1-lo depois de iniciarem sess\xE3o, <1>clique aqui para atualizar para membro",openaiCustomDescription:"Dispon\xEDvel no OpenAI, Azure OpenAI ou noutros servi\xE7os de terceiros, <1>clique aqui para ver a documenta\xE7\xE3o",openaiCustomName:"Chave API personalizada",needLoginAction:"(ades\xE3o aberta ou personaliza\xE7\xE3o)",goLoginOrAction:"(Abrir uma inscri\xE7\xE3o ou ir \xE0s defini\xE7\xF5es)",yearly:"efetuar um pagamento anual consecutivo",quarterly:"embalagem sequencial",monthly:"assinatura mensal",yearlyForOnce:"Pacote anual \xFAnico",monthlyForOnce:"Pacote mensal \xFAnico",daily:"dias consecutivos de embalagem",year:"efetuar um pagamento anual consecutivo",quarter:"embalagem sequencial",month:"assinatura mensal",day:"dias consecutivos de embalagem",onetime_7day:"Pacote de experi\xEAncia de 7 dias",currentPlanDescriptionForFree:"Pacotes actuais\uFF1AFree",currentPlanDescriptionForContinuous:"O pacote atual\uFF1A{plan}ser\xE1 automaticamente renovado em {endAt}",currentPlanDescriptionForAutoRenewCaceling:"O pacote atual\uFF1A{plan}expira em {endAt} e n\xE3o ser\xE1 renovado automaticamente ap\xF3s a expira\xE7\xE3o.",currentYearlyPlanDescriptionForAutoRenewCacelingWithRealPaiedUser:"O pacote atual,\uFF1A{plan}, expira em {endAt} e n\xE3o ser\xE1 renovado automaticamente ap\xF3s a expira\xE7\xE3o.
<1>Clique aqui para gerir o seu plano de renova\xE7\xE3o",currentYearlyPlanDescriptionForAutoRenewCacelingWithAdmin:"O pacote atual,\uFF1A{plan}, expira em {endAt} e n\xE3o ser\xE1 renovado automaticamente ap\xF3s a expira\xE7\xE3o.
<1>Clique aqui para ativar a subscri\xE7\xE3o anual cont\xEDnua",currentPlanDescriptionForOneTime:"A subscri\xE7\xE3o atual\uFF1A{plan}expira em {endAt} . <1>Clique aqui para atualizar para uma subscri\xE7\xE3o <1>anual ou <2>mensal.",upgradePlan:"Clique aqui para atualizar para a subscri\xE7\xE3o Pro",upgradeToPro:"Atualizar para a subscri\xE7\xE3o Pro","popup.openPro":"Actualize para a subscri\xE7\xE3o Pro para desfrutar de DeepL e da tradu\xE7\xE3o OpenAI, clique aqui para atualizar!","popup.openProForPro":"\xC9 um membro Pro com acesso direto \xE0s tradu\xE7\xF5es de DeepL e OpenAI!",currentAccount:"conta corrente",enableAutoSyncUserSettings:"Permitir a sincroniza\xE7\xE3o autom\xE1tica na nuvem em v\xE1rios dispositivos",modalEnableInputTranslationTitle:"Tradu\xE7\xE3o imersiva Caixa de entrada Alertas de tradu\xE7\xE3o",modalEnableInputTranslationDesc:"Acaba de ativar a tradu\xE7\xE3o da caixa de entrada da Tradu\xE7\xE3o Imersiva, carregando na barra de espa\xE7os 3 vezes em sucess\xE3o r\xE1pida, e o conte\xFAdo da caixa de entrada ser\xE1 traduzido para a l\xEDngua de destino predefinida. A tradu\xE7\xE3o pode ser anulada com Ctrl+Z.

Se isto foi um erro, n\xE3o se preocupe, pode optar por desactiv\xE1-la desta vez ou desativar permanentemente a tradu\xE7\xE3o da caixa de entrada.",saveAndNotShowAgain:"Guardar e parar a solicita\xE7\xE3o",disableInputTranslationTips:"* Tamb\xE9m pode definir outros atalhos para serem accionados em {option} ,{learnMore}.",learnMore:"Clique aqui para saber mais",continueEnalbeInputTranslation:"Continuar a ativar a tradu\xE7\xE3o da caixa de entrada",autoRenewTrialSuffix:'(Durante o per\xEDodo experimental,passa imediatamente a membro efetivo)',upgradeFromTrialTitle:"Atualiza\xE7\xE3o para membro de pleno direito",subtitle:"legendagem de v\xEDdeo",youtubeService:"Tradu\xE7\xE3o por imers\xE3o Servi\xE7os de tradu\xE7\xE3o de legendagem de v\xEDdeo","subtitle.disabledSubtitle":"Desativar permanentemente a funcionalidade de legendas de v\xEDdeo","subtitle.disabledSubtitleDescription":"Se Immersive Translator's Video Subtitles entrar em conflito com outras extens\xF5es, pode optar por desativar permanentemente a funcionalidade Immersive Translator's Video Subtitles ou desinstalar outras extens\xF5es que entrem em conflito","subtitle.autoEnableSubtitle":"Utiliza\xE7\xE3o autom\xE1tica de legendas bilingues","subtitle.autoEnableSubtitleDescription":"Depois de ativado, quando o v\xEDdeo \xE9 reproduzido, as legendas bilingues s\xE3o exibidas automaticamente, caso contr\xE1rio, \xE9 necess\xE1rio clicar no bot\xE3o de tradu\xE7\xE3o para exibir.","subtitle.preTranslation":"Traduzir legendas utilizando a tradu\xE7\xE3o imersiva","subtitle.preTranslationDescription":"Quando activada, toda a legenda ser\xE1 pr\xE9-traduzida utilizando o servi\xE7o de tradu\xE7\xE3o especificado abaixo, e um v\xEDdeo de 1 hora consumir\xE1 cerca de 50.000 Tokens ou caracteres, pelo que deve ser utilizada \xE0 sua discri\xE7\xE3o; quando desactivada, ser\xE3o utilizadas primeiro as legendas originais.","subtitle.humanSubtitlesPreferred":"Utiliza\xE7\xE3o priorit\xE1ria de legendagem humana","subtitle.humanSubtitlesPreferredDescription":"Dar prioridade \xE0 utiliza\xE7\xE3o de legendas humanas quando o v\xEDdeo tiver legendas humanas na l\xEDngua de chegada (recomendado)",videoSubtitleTranslationDescription:"Atribuir um servi\xE7o de tradu\xE7\xE3o separado para as legendas de v\xEDdeo",subtitleTranslating:"Aguarde enquanto as legendas est\xE3o a ser traduzidas utilizando o servi\xE7o {service} ... (tradu\xE7\xE3o por imers\xE3o)",subtitleLoading:"A carregar as legendas...",bilingual:"bilinguismo","field.action":"Se deve ativar a terminologia Baidu","description.action":"Quando ativado, ser\xE1 adicionado um par\xE2metro action=1 ao pedido para informar o Baidu do termo ativado. <1>Consulte a documenta\xE7\xE3o oficial para obter mais informa\xE7\xF5es.",closeQuickTranslation:"Fechar Hoverball","closeQuickTranslation.untilNext":"Desta vez fechado at\xE9 \xE0 pr\xF3xima visita","closeQuickTranslation.currentWebsite":"S\xEDtio atual desativado","closeQuickTranslation.alwaysClose":"desativar permanentemente","closeQuickTranslation.settingOpen":"(pode ser ativado na <1>p\xE1gina de defini\xE7\xF5es )","closeQuickTranslation.cancel":"cancelamentos","closeQuickTranslation.confirm":"definir","floatBall.popup":"Abrir o painel Defini\xE7\xF5es r\xE1pidas","floatBall.translate":"Clique para traduzir a p\xE1gina","floatBall.showOriginal":"Clique para voltar ao artigo original","floatBall.close":"Fechar Hoverball","floatBallOptions.enableDescPc":"Depois de ativar o hoverball da p\xE1gina, ser\xE1 apresentado um bot\xE3o de tradu\xE7\xE3o r\xE1pida no lado direito da p\xE1gina, clique nele para traduzir!","floatBallOptions.enableDesc":"Depois de desligar a hoverball, esta pode ser recuperada com{touch}. Recomenda-se vivamente que marques esta p\xE1gina de defini\xE7\xF5es para o caso de n\xE3o conseguires encontrar a hoverball depois de teres desligado inadvertidamente esta op\xE7\xE3o!","description.azureApiUrl":"Preencher o endere\xE7o da interface API personalizada",confirmSupportMouse:"For\xE7ar a ativa\xE7\xE3o do suporte do rato",confirmSupportMouseDescription:"Detectado que o browser atual n\xE3o suporta a fun\xE7\xE3o de rato, \xE9 for\xE7ado a ativar o suporte de rato?",sampleTargetText:"A longa noite chegar\xE1, e eu vigiarei de hoje at\xE9 \xE0 minha morte. N\xE3o tomarei nenhuma esposa, n\xE3o farei nenhum feudo, n\xE3o terei filhos. N\xE3o usarei uma coroa, n\xE3o lutarei por honra. Cumprirei o meu dever, viverei e morrerei.",sampleSourceText:"Night gathers, and now my watch begins. It shall not end until my death. I shall take no wife, hold no lands, father no children. I shall wear no crowns and win no glory. I shall live and die at my post.","desc.touchShortcutsToggleTranslatePageOnlyTranslation":"Apenas a tradu\xE7\xE3o significa que apenas o texto traduzido ser\xE1 exibido, se a p\xE1gina ainda n\xE3o foi traduzida, o modo ser\xE1 alterado e traduzido.","desc.toggleOnlyTransation":"O modo de tradu\xE7\xE3o apenas se refere a mostrar apenas a tradu\xE7\xE3o, se a p\xE1gina ainda n\xE3o foi traduzida, o modo ser\xE1 alterado e traduzido.",touchShortcutsToggleTranslatePageOnlyTranslation:"Configurar gestos de toque na tela para alternar entre o modo bil\xEDngue / apenas tradu\xE7\xE3o",download_started:"O download j\xE1 come\xE7ou, se n\xE3o come\xE7ou automaticamente, por favor clique manualmente.",here:"aqui","translationFont.customPlaceholder":"tipo de letra",batchEdit:"Opera\xE7\xE3o em massa","error.goReset":"ir redefinir","error.configError":"Dados de configura\xE7\xE3o anormais","translationServices.inherit":"Siga o servi\xE7o de tradu\xE7\xE3o principal",detectServiceLoading:"Detectando servi\xE7os de tradu\xE7\xE3o dispon\xEDveis...","translationModeLang.translation.title":"Apenas o modo de tradu\xE7\xE3o de idioma","translationFont.custom":"Insira a fonte personalizada","error.serveConfigError":"Erro de configura\xE7\xE3o do servi\xE7o",toggleToService:"Mude para {service} e tente novamente","touch.mouse-translate":"Traduzir o par\xE1grafo especificado","translationModeUrl.translation.title":"Modo de apenas tradu\xE7\xE3o do URL","error.proTokenInvalid":"Se voc\xEA \xE9 um usu\xE1rio Pro, fa\xE7a login antes de usar o servi\xE7o de tradu\xE7\xE3o Pro.",enableSentryReport:"Quando ocorre um erro de extens\xE3o, use o Sentry para enviar feedback.",translationFont:"Definir fonte",videoSubtitlePreTranslationOn:"As legendas de v\xEDdeo usar\xE3o tradu\xE7\xE3o imersiva como prioridade.","error.reloadPageOfSetting":"Ap\xF3s a configura\xE7\xE3o, atualize a p\xE1gina para traduzir novamente.","translationModeLang.translation.description":"Quando a l\xEDngua da p\xE1gina \xE9 uma das seguintes, o modo de tradu\xE7\xE3o apenas ser\xE1 usado automaticamente.","error.502":"O servi\xE7o retornou um erro, o servi\xE7o est\xE1 fora do tempo, por favor tente novamente mais tarde.","error.googleLimitIp":"O servi\xE7o retorna um erro, o servi\xE7o Google j\xE1 limitou este endere\xE7o IP, \xE9 recomendado que voc\xEA mude o n\xF3 da rede.","error.403":"O servi\xE7o retorna um erro, temporariamente sem permiss\xE3o para acessar esse servi\xE7o.","error.400":"O servi\xE7o retorna um erro, o par\xE2metro de solicita\xE7\xE3o est\xE1 errado, por favor, verifique a configura\xE7\xE3o correspondente.","error.proUpgrade":"Ap\xF3s a atualiza\xE7\xE3o, atualize a p\xE1gina e traduza novamente.",videoSubtitlePreTranslationOff:"As legendas do v\xEDdeo dar\xE3o prioridade \xE0s legendas traduzidas automaticamente inclu\xEDdas no v\xEDdeo original.","error.429":"O servi\xE7o retornou um erro, indicando que a solicita\xE7\xE3o \xE9 muito frequente ou excede o limite, tente novamente mais tarde.","error.gemini.429":"O servi\xE7o Gemini atual atingiu sua capacidade m\xE1xima, por favor, tente novamente mais tarde ou mude para outro servi\xE7o de tradu\xE7\xE3o.","error.openAIExceededQuota":"O servi\xE7o retorna um erro: o saldo da sua conta OpenAI atual \xE9 insuficiente, por favor recarregue ou vincule um cart\xE3o de cr\xE9dito no back-end oficial da OpenAI.","translationFont.notSupportErrorMessage":"Por favor, verifique se o nome da fonte que voc\xEA inseriu est\xE1 correto, ou confirme se essa fonte j\xE1 est\xE1 instalada em seu dispositivo.","translationModeUrl.translation.description":"Quando o site \xE9 para os seguintes dom\xEDnios, o modo de apenas tradu\xE7\xE3o \xE9 usado automaticamente.","desc.toggleVideoSubtitlePreTranslation":"Ao pressionar, as legendas em dois idiomas do v\xEDdeo usar\xE3o preferencialmente as configura\xE7\xF5es de tradu\xE7\xE3o imersiva, ao pressionar novamente, as legendas autom\xE1ticas do v\xEDdeo original ser\xE3o priorizadas. Aten\xE7\xE3o: este atalho modifica as configura\xE7\xF5es globais.","error.openAIFreeLimit":"O servi\xE7o retorna um erro, a frequ\xEAncia atual de solicita\xE7\xF5es de tradu\xE7\xE3o atingiu o limite m\xE1ximo de 3 vezes por minuto, tente novamente mais tarde. (Esta \xE9 a restri\xE7\xE3o oficial da OpenAI para a chave API gratuita, para remover essa restri\xE7\xE3o, vincule um cart\xE3o de cr\xE9dito no backend da OpenAI.)","error.serveUnavailable":"O servi\xE7o [{serverName}] que voc\xEA est\xE1 usando atualmente n\xE3o pode ser acessado temporariamente devido a problemas de conex\xE3o de rede ou do provedor de servi\xE7os. Sugerimos que voc\xEA tente atualizar a p\xE1gina ou alterar para outro servi\xE7o de tradu\xE7\xE3o atrav\xE9s das <1>configura\xE7\xF5es. Se voc\xEA \xE9 um membro <2>Pro, pode optar por usar os servi\xE7os de tradu\xE7\xE3o mais est\xE1veis da DeepL ou OpenAI (<3>clique aqui para experimentar gratuitamente). Al\xE9m disso, voc\xEA pode precisar verificar suas configura\xE7\xF5es de rede ou proxy.","tagsInput.add":"+ Adicionar","floatBall.iKnow":"Eu sei.",pickAll:"Selecionar tudo",goLogin:"V\xE1 fazer login",notLogin:"N\xE3o conectado","error.retry":"Tentar novamente",shortcutSettingsTitle:"Configura\xE7\xF5es de atalho","error.reason":"Raz\xE3o do erro","subtitle.hideQuickButton":"N\xE3o mostrar mais este atalho",errorReason:"Raz\xE3o do erro: {message}","widget.instruction":"Instru\xE7\xF5es de uso","multipleClick.2":"Clique duplo","multipleClick.3":"Tr\xEDplice golpe","widget.translateFile":"PDF/ePub","floatBallOptions.fixedPositionLeft":"lado esquerdo","floatBallOptions.fixedPosition":"Posi\xE7\xE3o fixa",buildSnapshots:"Gerar instant\xE2neo da p\xE1gina da web","intro.floatBallTitle":"Bola flutuante de tradu\xE7\xE3o r\xE1pida",neverTranslateThisSite:"Nunca traduza este site",mouseHoverCustomKeyTitle:"Personalizar atalhos de mouse hover","subtitle.autoDisableSubtitle":"N\xE3o ative automaticamente as legendas bilingues","browser.translateWithGoogle":"Usar o Google Tradutor temporariamente para a p\xE1gina atual","error.subscriptionExpiredTitle":"A associa\xE7\xE3o expirou","floatBallOptions.fixedPositionRight":"lado direito",loggedIn:"Conectado","subtitle.bilingual":"Legendas bil\xEDngues","slide.right":"Deslize para a esquerda",networkError:"O servi\xE7o de tradu\xE7\xE3o ou a rede est\xE1 com problemas",contact:"Entre em contato conosco","intro.subtitleTitle":"Exibi\xE7\xE3o de legendas bilingues em v\xEDdeos online","browser.translateWithTransmart":"Usar temporariamente o Tencent para traduzir a p\xE1gina atual",alwaysTranslateThisSite:"Sempre traduza este site",temprarilyChangeTranslationTo_gemini:"Est\xE1 a usar o Gemini para traduzir a p\xE1gina atual","multipleClick.4":"Qu\xE1druplo golpe","intro.hoverTitle":"Passe o mouse para traduzir o par\xE1grafo atual",temprarilyChangeTranslationTo_google:"Est\xE1 a usar o Google Tradutor para traduzir a p\xE1gina atual","shortcutGroup.touch":"Gestos espec\xEDficos para tela sens\xEDvel ao toque",notLoginPro:"Ainda n\xE3o iniciou sess\xE3o na sua conta de membro.",paragraphMinTextCountField:"N\xFAmero m\xEDnimo de caracteres necess\xE1rios para traduzir um par\xE1grafo",temprarilyChangeTranslationTo_openai:"Est\xE1 a usar o OpenAI para traduzir a p\xE1gina atual",translationOnlyMode:"Apenas modo de tradu\xE7\xE3o",viewWithImmersiveTranslate:"Vers\xE3o bil\xEDngue (tradu\xE7\xE3o imersiva)","translationServices.gemini":"G\xEAmeos","browser.toggleMouseHoverTranslateDirectly":"Ativar ou desativar temporariamente a tradu\xE7\xE3o direta do mouse hover na p\xE1gina",shortcutSettings:"Atalho","browser.translateWithOpenAI":"Usar temporariamente o OpenAI para traduzir a p\xE1gina atual",touchShortcutsToggleTranslateTouchElement:"Configurar gestos de toque na tela para traduzir par\xE1grafos espec\xEDficos","widget.instructionTooltip":"Consulte as instru\xE7\xF5es de uso","shortcutGroup.mouse":"Configura\xE7\xE3o de atalhos de teclado para hover do mouse",temprarilyChangeTranslationTo_deepl:"Est\xE1 a usar o DeepL para traduzir a p\xE1gina atual.","floatBall.longPress":"Pressione e segure para abrir rapidamente o painel de configura\xE7\xF5es.","widget.videoSubtitle":"legendas de v\xEDdeo",upgradeToProErrorTitle:"Por favor, atualize para o membro Pro antes de usar este servi\xE7o de tradu\xE7\xE3o.","floatBallOptions.fixedPositionDesc":"A bola flutuante est\xE1 \xE0 esquerda ou \xE0 direita da janela?","shortcutGroup.shortcutsForTranslationServices":"Servi\xE7os de tradu\xE7\xE3o atalhos relacionados",temprarilyChangeTranslationTo_transmart:"Est\xE1 a usar o Tencent para traduzir a p\xE1gina atual.",touchShortcutsOff:"fechar","browser.translateWithBing":"Usar temporariamente o Microsoft Translate para traduzir a p\xE1gina atual","browser.toggleVideoSubtitlePreTranslation":"Alternar legendas bil\xEDngues prefere usar configura\xE7\xF5es de tradu\xE7\xE3o imersiva","proQuotaExceededError.resetTime":"3. Tempo de redefini\xE7\xE3o do limite: {resetTime}","widget.videoSubtitleTooltip":"Suporta Youtube e outros {count}+ sites de v\xEDdeo","desc.touchShortcutsToggleTranslateTouchElement":"Personalize um gesto e voc\xEA poder\xE1 traduzir qualquer par\xE1grafo em que estiver.","subtitle.showQuickButton":"No leitor, exibir legendas em dois idiomas \xE9 um atalho","shortcutGroup.others":"Mais atalhos de fun\xE7\xF5es personalizadas",touchShortcutsToggleTranslationMask:"Configurar gestos de toque na tela para mostrar a m\xE1scara de tradu\xE7\xE3o / mostrar o texto original",temprarilyChangeTranslationTo_bing:"Est\xE1 a usar o Microsoft Translator para traduzir a p\xE1gina atual.","browser.translateWithGemini":"Use temporariamente o Gemini para traduzir a p\xE1gina atual","error.subscriptionExpired":"A sua associa\xE7\xE3o pode ter expirado, por favor verifique o estado da sua associa\xE7\xE3o.","browser.translateInputBox":"Traduzir o conte\xFAdo da caixa de entrada atual",touchShortcutsToggleTranslatePage:"Defina gestos de toque na tela para traduzir p\xE1ginas da web / mostrar o texto original","widget.translateFileTooltip":"Traduzir documentos PDF, EPUB, SRT, ASS, HTML e TXT","description.baiduField":"Os campos suportados s\xE3o vistos <1>aqui, se estiver vazio, significa que nenhum campo \xE9 especificado.","browser.translateWithDeepL":"Use temporariamente o DeepL para traduzir a p\xE1gina atual","desc.interfaceLanguage":"A configura\xE7\xE3o do idioma da interface afeta o idioma de exibi\xE7\xE3o do painel de controle e n\xE3o est\xE1 relacionada ao idioma de destino da tradu\xE7\xE3o.","neverTranslateText.title":`Por favor, traduza diretamente para o portugu\xEAs (evite explicar o texto original): + {env.imt_trans_field}: \uBC88\uC5ED\uBB38`,"subtitle.quickButton.setting":"\uC124\uC815","subtitle.quickButton.translationPosition":"\uBC88\uC5ED \uC704\uCE58","subtitle.quickButton.black":"\uAC80\uC740\uC0C9","translationServices.claude":"\uD074\uB85C\uB4DC","subtitle.quickButton.translationPositionTop":"\uC6D0\uBB38 \uC704\uC5D0","subtitle.quickButton.backgroundColor":"\uBC30\uACBD\uC0C9","subtitle.quickButton.translationPositionBottom":"\uC6D0\uBB38 \uC544\uB798\uC5D0","subtitle.quickButton.yellow":"\uB178\uB780\uC0C9","subtitle.quickButton.white":"\uD558\uC580\uC0C9","subtitle.quickButton.translationTextColor":"\uBC88\uC5ED \uAE00\uAF34 \uC0C9\uC0C1","subtitle.quickButton.red":"\uBE68\uAC04\uC0C9","subtitle.quickButton.sourceTextColor":"\uC6D0\uB798 \uAE00\uAF34 \uC0C9\uC0C1","subtitle.quickButton.green":"\uB179\uC0C9","subtitle.quickButton.cyan":"\uCCAD\uC0C9","subtitle.quickButton.magenta":"\uB9C8\uC820\uD0C0\uC0C9","subtitle.quickButton.backgroundOpacity":"\uBC30\uACBD \uBD88\uD22C\uBA85\uB3C4","subtitle.quickButton.translationFontSize":"\uBC88\uC5ED \uAE00\uC790 \uD06C\uAE30","subtitle.quickButton.sourceFontSize":"\uC6D0\uB798 \uAE00\uAF34 \uD06C\uAE30","subtitle.quickButton.blue":"\uD30C\uB780\uC0C9",attachSubtitleTranslating:"{service}\uB97C \uC0AC\uC6A9\uD558\uC5EC \uBC88\uC5ED \uC911...","error.claude.403":"\uC11C\uBE44\uC2A4\uC5D0 \uC561\uC138\uC2A4 \uD560 \uAD8C\uD55C\uC774 \uC5C6\uC2B5\uB2C8\uB2E4. \uC774\uB294 Claude\uC758 \uC9C0\uC5ED \uC81C\uD55C\uACFC \uAD00\uB828\uC774 \uC788\uC744 \uC218 \uC788\uC2B5\uB2C8\uB2E4. IP \uC8FC\uC18C\uB97C \uBCC0\uACBD\uD558\uAC70\uB098 \uB2E4\uB978 \uBC88\uC5ED \uC11C\uBE44\uC2A4\uB97C \uC0AC\uC6A9\uD574 \uBCF4\uC2ED\uC2DC\uC624.","browser.brandDescriptionForSafari":"\u3010\uBAB0\uC785\uD615 \uBC88\uC5ED\u3011\uBB34\uB8CC\uC758 (\uC6D0\uBB38/\uBC88\uC5ED\uBB38) \uC774\uC911 \uC5B8\uC5B4 \uB300\uC870 \uC6F9 \uD398\uC774\uC9C0 \uBC88\uC5ED \uD50C\uB7EC\uADF8\uC778\uC73C\uB85C, PDF \uBC88\uC5ED \uBC0F EPUB \uC804\uC790\uCC45 \uBC88\uC5ED\uC744 \uC9C0\uC6D0\uD558\uBA70 \uC6D0\uBB38\uC758 \uBB38\uC11C \uBC30\uCE58\uB97C \uC720\uC9C0\uD569\uB2C8\uB2E4. Youtube/Netflix \uB4F1\uC758 \uC628\uB77C\uC778 \uBE44\uB514\uC624 \uC774\uC911 \uC5B8\uC5B4 \uC790\uB9C9 \uBC88\uC5ED\uC744 \uC9C0\uC6D0\uD558\uBA70, Deepl/Google \uB4F1 \uC8FC\uC694 \uBC88\uC5ED \uC11C\uBE44\uC2A4\uB97C \uC9C0\uC6D0\uD569\uB2C8\uB2E4.","browser.PdfProFile":"AI\uAC00 \uAD6C\uB3D9\uD558\uB294 PDF Pro \uBC88\uC5ED","browser.textTranslate":"\uBB38\uC11C \uBC88\uC5ED"};var j4={nologin:"n\xE3o conectado",loginForSafari:"Iniciar sess\xE3o ou registar-se",login:"Iniciar sess\xE3o para abrir uma inscri\xE7\xE3o",manageAccount:"Contas geridas",openPremium:"Associa\xE7\xE3o aberta",logout:"abortar",curentPlan:"Pacotes actuais",endAt:"expira\xE7\xE3o",endAuto:"renova\xE7\xE3o autom\xE1tica",lineBreakMaxTextCount:"N\xFAmero m\xE1ximo de caracteres permitidos por frase ap\xF3s as mudan\xE7as de linha","translate-pdf":"Clique para traduzir o PDF","noSupportTranslate-pdf":"Script n\xE3o suportado, utilize o plugin","translate-firefox-local-pdf":"Clique para ir para Importar PDF",enableLineBreak:"Ativar o avan\xE7o autom\xE1tico de linha para par\xE1grafos longos",sponsorLabel:"$1 Desenvolvedores patrocinados",help:"m\xE3o",browserShortcutsNoteForFirefox:"Para alterar os atalhos no Firefox, \xE9 necess\xE1rio abrir a p\xE1gina de gest\xE3o de extens\xF5es `about:addons`, clicar em `Settings` e, em seguida, clicar em `Manage Shortcuts` para definir os atalhos.",browserShortcutsNoteForChrome:"Para modificar os atalhos no Chrome, tem de abrir a p\xE1gina de gest\xE3o de extens\xF5es, defini-los no painel `Gerir atalhos` (`chrome://extensions/shortcuts`) e clicar no bot\xE3o abaixo para saltar para a p\xE1gina de gest\xE3o de atalhos.",browserShortcutsSucks:"Os atalhos personalizados s\xE3o formatados como (sem reconhecimento autom\xE1tico, introduza diretamente)\uFF1A",enableLineBreakDescription:"Quando activada, as quebras de linha ser\xE3o inseridas no final de cada frase em par\xE1grafos longos para facilitar a leitura","browser.shortBrandName":"Tradu\xE7\xE3o por imers\xE3o","browser.brandName":"Tradu\xE7\xE3o por imers\xE3o: Tradu\xE7\xE3o bilingue de p\xE1ginas Web e de documentos PDF","browser.brandDescription":"Bilingual web page translation, also supports PDF translation, bilingual Epub eBook translation, free to use.","browser.toggleTranslatePage":"Traduzir a p\xE1gina/apresentar o texto original","browser.toggleTranslateTheWholePage":"Traduzir todas as \xE1reas da p\xE1gina/apresentar o texto original","browser.toggleOnlyTransation":"Alternar entre o modo bil\xEDngue / apenas tradu\xE7\xE3o","browser.toggleTranslateToThePageEndImmediately":"Tradu\xE7\xE3o imediata para o fim da p\xE1gina/visualiza\xE7\xE3o do texto original","browser.toggleTranslateTheMainPage":"Traduzir a \xE1rea principal da p\xE1gina/apresentar o texto original","browser.shareToDraft":"Partilhar p\xE1ginas bilingues","browser.openOptionsPage":"Abrir a p\xE1gina de defini\xE7\xF5es","browser.toggleTranslationMask":"Mostrar/ocultar o efeito de desfocagem da tradu\xE7\xE3o","browser.translateLocalPdfFile":"Traduzir ficheiros PDF locais","browser.openEbookViewer":"Ler livros electr\xF3nicos locais","browser.openEbookBuilder":"Criar livros electr\xF3nicos EPUB bilingues","browser.translateLocalHtmlFile":"Traduzir ficheiros HTML/txt","browser.donateContext":"Saiba mais sobre as vantagens do patroc\xEDnio","browser.translateLocalSubtitleFile":"Traduzir ficheiros de legendas locais",confirmResetConfig:"Tem a certeza de que pretende repor as defini\xE7\xF5es?",translationLineBreakSettingTitle:"Defini\xE7\xE3o do avan\xE7o de linha de tradu\xE7\xE3o",smartLineBreak:"alimenta\xE7\xE3o de linha inteligente (computa\xE7\xE3o)",alwaysLineBreak:"Sempre alimenta\xE7\xE3o de linha",isShowContextMenu:"Adicionar p\xE1ginas traduzidas aos itens de menu do bot\xE3o direito do rato",toggleBeta:"Ativa\xE7\xE3o de funcionalidades de teste beta",betaDescription:"Ativar funcionalidades que ainda s\xE3o experimentais, bem como um servi\xE7o de tradu\xE7\xE3o em vers\xE3o beta. Junte-se ao <1>grupo do Telegram para saber mais.",translationLineBreakSettingDescription:"Os feeds de linha s\xE3o sempre limpos e organizados para p\xE1ginas com menos conte\xFAdo. (Utilize quebras de linha inteligentes em par\xE1grafos longos e com muito conte\xFAdo (mais de{count}caracteres) para poupar espa\xE7o).",tempTranslateDomainTitle:"Dura\xE7\xE3o da ativa\xE7\xE3o tempor\xE1ria da tradu\xE7\xE3o do s\xEDtio Web",tempTranslateDomainDescription:"Quando traduzir manualmente uma p\xE1gina Web, active temporariamente o s\xEDtio Web para tradu\xE7\xE3o autom\xE1tica e pode definir a dura\xE7\xE3o tempor\xE1ria.",xMinutes:"{count} minutos",disabled:"proibir a utiliza\xE7\xE3o de algo",changelog:"Registo de atualiza\xE7\xE3o",toggleTranslatePageWhenThreeFingersOnTheScreen:"O toque simult\xE2neo de v\xE1rios dedos no ecr\xE3 traduz p\xE1ginas Web/apresenta o texto original",toggleTranslationMaskWhenThreeFingersOnTheScreen:"O toque de v\xE1rios dedos mostra/oculta o efeito de desfocagem.",fingerCountToToggleTranslagePageOnlyTranslationWhenTouching:"O toque simult\xE2neo de v\xE1rios dedos no ecr\xE3 traduz a p\xE1gina Web (apenas tradu\xE7\xE3o)/apresenta o texto original.",addUrlDescription:"Pode ser um nome de dom\xEDnio e tamb\xE9m suporta wildcards, por exemplo,\uFF1A*.google.com, google.com/mail/*, https://www.google.com/*",general:"Defini\xE7\xF5es b\xE1sicas",clickToExpandConfig:"Expandir a configura\xE7\xE3o atual",import:"Importar de um ficheiro",export:"Exportar para ficheiro",toggleDebug:"Imprimir o registo de depura\xE7\xE3o na consola","fingers.0":"coagula\xE7\xE3o","fingers.2":"toque com dois dedos","fingers.3":"toque com tr\xEAs dedos","fingers.4":"toque com quatro dedos","fingers.5":"toque com cinco dedos",mouseHoldKey:"+ {key} traduzir/restaurar o par\xE1grafo",mouseHoldKeyAuto:"Tradu\xE7\xE3o direta do par\xE1grafo",mouseHoldKeyOff:"N\xE3o fa\xE7as nada.",mouseHoldKeyOther:"Atalhos personalizados (abrir defini\xE7\xF5es)",mouseHoldKeyCustomKey:"{key} Tradu\xE7\xE3o/redu\xE7\xE3o do par\xE1grafo",mouseHoverHoldKey:"Passar o rato enquanto se premem as teclas de atalho para traduzir par\xE1grafos","mouse-translate":"passar o rato",document:"ficheiro (inform\xE1tico)",resetSuccess:"Repor todas as defini\xE7\xF5es com \xEAxito",resetThisSuccess:"Reinicializa\xE7\xE3o bem-sucedida",saved:"Guardar com sucesso",successImportConfig:"Configura\xE7\xE3o importada com sucesso",goAdvancedSettings:"Aceder \xE0 p\xE1gina Defini\xE7\xF5es avan\xE7adas",goAdvancedInterfaceSettings:"Aceder \xE0 p\xE1gina Defini\xE7\xF5es de personaliza\xE7\xE3o avan\xE7adas",advanced:"Defini\xE7\xF5es avan\xE7adas",advancedDescription:"Geralmente n\xE3o s\xE3o necess\xE1rias defini\xE7\xF5es, basta deix\xE1-la como predefinida. Apenas para utilizadores mais especializados, est\xE3o dispon\xEDveis defini\xE7\xF5es mais personalizadas.",developer:"Defini\xE7\xF5es do programador",donateCafe:"pre\xE7os","translate to the bottom of the page":"\xC9 traduzido para o fundo da p\xE1gina imediatamente ap\xF3s entrar na p\xE1gina?",feedback:"Feedback sobre os problemas",toggleTranslatePage:"Traduzir a p\xE1gina/apresentar o texto original",translateToThePageEndImmediatelyDescription:"Se a ativar, o conte\xFAdo ser\xE1 imediatamente traduzido da parte superior para a parte inferior da p\xE1gina \xE0 medida que a introduz. Se a desativar, a tradu\xE7\xE3o \xE9 feita \xE0 medida que l\xEA. (N\xE3o recomendado)","translate all areas of the page":"Se pretende traduzir todas as \xE1reas da p\xE1gina",translationAreaDescription:"Ligado, todas as \xE1reas de toda a p\xE1gina Web s\xE3o traduzidas. Se estiver desativado, utiliza o reconhecimento inteligente predefinido e traduz apenas as \xE1reas principais. (N\xE3o se recomenda que seja ativado)","the number of characters to be translated first":"Traduzir diretamente os primeiros caracteres da p\xE1gina sem ter de se deslocar para a \xE1rea de visualiza\xE7\xE3o","interface language":"linguagem de interface","display both the original text and the translation":"Visualiza\xE7\xE3o simult\xE2nea do original e da tradu\xE7\xE3o","keyboard shortcuts":"Atalhos de teclado",modify:"Modificar teclas de atalho",reset:"reprovis\xE3o",close:"coagula\xE7\xE3o",homepage:"p\xE1gina inicial",more:"mais",moreOptions:"Expandir mais op\xE7\xF5es de personaliza\xE7\xE3o",translateTheWholePage:"Traduzir todas as \xE1reas da p\xE1gina (em vez de reconhecer inteligentemente as \xE1reas principais)",changeToTranslateTheWholePage:"Mudar para traduzir todas as regi\xF5es",changeToTranslateTheMainPage:"Mudar para Traduzir \xC1rea Principal",changeToOnlyTranslationMode:"Alternar para apresentar apenas tradu\xE7\xF5es",changeToDualTranslationMode:"Mudar para tradu\xE7\xE3o bilingue",translateToThePageEndImmediately:"Tradu\xE7\xE3o imediata para o fim da p\xE1gina",translateTheMainPage:"Regi\xF5es-chave da tradu\xE7\xE3o inteligente","The local rules are up to date":"As regras de adapta\xE7\xE3o local est\xE3o actualizadas.","Successfully synchronized with the latest official rules:":"Sincroniza\xE7\xE3o bem sucedida com as \xFAltimas regras oficiais de adapta\xE7\xE3o.","Checking for updates":"Verifica\xE7\xE3o de actualiza\xE7\xF5es","Rules are being synchronized":"Regras de adapta\xE7\xE3o sincronizadas",localVersionIsTooOld:"A vers\xE3o da extens\xE3o local \xE9 demasiado antiga. Actualize a extens\xE3o para {minVersion} ou mais recente antes de tentar sincronizar.",badUserscriptBrowser:"O navegador atual n\xE3o implementa corretamente a interface da extens\xE3o Grease Monkey (por exemplo, para obter informa\xE7\xF5es sobre o n\xFAmero da vers\xE3o do pr\xF3prio script Grease Monkey), utilize outros navegadores que <1>suportem a extens\xE3o Grease Monkey, como o Firefox.",foundNewVersion:"Descubra a nova vers\xE3o",theLocalExtensionIsUpToUpdate:"A extens\xE3o atual est\xE1 actualizada.",failToSyncRules:"N\xE3o sincroniza\xE7\xE3o das regras de adapta\xE7\xE3o mais recentes",retry:"Clique aqui para tentar novamente",failedReason:"Raz\xF5es do insucesso",currentRuleVersion:"Vers\xE3o atual da regra",calculating:"c\xE1lculos",unknownError:"erro desconhecido",canNotFetchRemoteRule:"N\xE3o \xE9 poss\xEDvel obter regras remotas",enableAlphaSuccess:"Alfa ativado",disableAlphaSuccess:"A fun\xE7\xE3o alfa foi desactivada",cacheSize:"Tamanho da cache\uFF1A",cleaning:"em processo de liquida\xE7\xE3o",cleanCache:"limpar a cache",options:"preparar",about:"em rela\xE7\xE3o a",service:"servi\xE7o de interpreta\xE7\xE3o",needAction:"(Ir para Defini\xE7\xF5es)",goSettings:"v\xE1 em frente e configure",needActionForOptions:"(a definir)",translationEngine:"Op\xE7\xF5es de motor",sourceLanguage:"L\xEDngua original",target:"l\xEDngua-alvo",popupSourceLanguage:"L\xEDngua original",popupTarget:"l\xEDngua-alvo",popupService:"servi\xE7o de interpreta\xE7\xE3o",forThisSite:"S\xEDtio Web atual",autoEnableSubtitle:"Abertura autom\xE1tica de legendas bilingues",alwaysTranslate:"Traduzir sempre",neverTranslate:"Nunca traduzir",alwaysTranslateSomeLanguage:"Traduzir sempre {language}",neverTranslateSomeLanguage:"Nunca traduzir {language}",alwaysTranslateSomeSite:"Traduzir sempre {hostname}",neverTranslateSomeSite:"Nunca traduzir {hostname}",alwaysTranslateSomeSiteOrWildSite:"Traduzir sempre o s\xEDtio",alwaysTranslateSomePage:"Traduzir sempre a p\xE1gina",add:"aumentar",default:"predefini\xE7\xE3o (defini\xE7\xE3o)",forThisLanguage:"Para esta l\xEDngua\uFF1A","add url":"Introduzir URL",edit:"compilador","translate other languages into specific language":"Traduzir outras l\xEDnguas para a sua l\xEDngua definida","select translation service":"Selecionar um servi\xE7o de tradu\xE7\xE3o",language:"multilinguismo","show-original":"Mostrar texto original",translate:"renderiza\xE7\xE3o",Translated:"traduzido",Translating:"na tradu\xE7\xE3o",Error:"incorreto",allowCacheTranslations:"Ativar o caching de tradu\xE7\xE3o local (para reduzir os pedidos de tradu\xE7\xE3o de passagens duplicadas)","translation display":"Estilo de apresenta\xE7\xE3o da tradu\xE7\xE3o","select diplay style":"Distinguir os estilos de tradu\xE7\xE3o, com refer\xEAncia espec\xEDfica aos seguintes exemplos",interface:"Defini\xE7\xF5es de interface",import_export:"Importa\xE7\xE3o/Exporta\xE7\xE3o",import_export_title:"Configura\xE7\xE3o de importa\xE7\xE3o/exporta\xE7\xE3o",syncToGoogleDrive:"Sincronizar com o Google Drive agora",floatBallOptions:"Defini\xE7\xF5es do Hoverball","floatBallOptions.enable":"Ativar Hoverball","floatBallOptions.blockUrls":"Desativar o s\xEDtio Web","floatBallOptions.add":"aumentar","floatBallOptions.blockUrlDesc":"As Hoverballs n\xE3o s\xE3o apresentadas quando s\xE3o encontrados os seguintes s\xEDtios Web","floatBallOptions.clickType":"comportamento de clique","floatBallOptions.clickTypeDesc":"Comportamento do \xEDcone da bola flutuante quando clicado","floatBallOptions.clickPopup":"Mostrar painel de tradu\xE7\xE3o","floatBallOptions.clickTranslate":"Tradu\xE7\xE3o/apresenta\xE7\xE3o do texto original",previewAllThemes:"Pr\xE9-visualizar todos os estilos","translationTheme.none":"n\xE3o ter","translationTheme.grey":"cinzento escuro","translationTheme.dashed":"sublinhado pontilhado","translationTheme.dotted":"sublinhado pontilhado","translationTheme.dashedBorder":"borda pontilhada","translationTheme.solidBorder":"fronteira s\xF3lida","translationTheme.underline":"Sublinhar linhas rectas","translationTheme.mask":"Efeitos difusos (modos de aprendizagem)","translationTheme.opacity":"efeito de transpar\xEAncia","translationTheme.paper":"Efeito de sombra de papel branco","translationTheme.dividingLine":"linha divis\xF3ria","translationTheme.highlight":"alta luminosidade","translationTheme.marker":"marcador (palavra emprestada)","translationTheme.marker2":"Marcador 2","translationTheme.blockquote":"Estilos de refer\xEAncia","translationTheme.weakening":"enfraquecimento","translationTheme.italic":"tipo de letra inclinado","translationTheme.bold":"engrossar","translationTheme.thinDashed":"linha fina pontilhada sublinhada","translationTheme.nativeDashed":"O sistema vem com um sublinhado a tracejado","translationTheme.nativeDotted":"O sistema vem com um sublinhado pontilhado","translationTheme.nativeUnderline":"O sistema \xE9 fornecido com um sublinhado de linha reta","translationTheme.wavy":"linha ondulada","translationServices.custom":"API personalizada","translationServices.tencent":"Tencent Translator","translationServices.tenAlpha":"Tencent Translator (Alfa)","translationServices.google":"Google Tradutor","translationServices.bai":"Baidu (Alfa)","translationServices.baidu":"Tradu\xE7\xE3o do Baidu","translationServices.aliyun":"Tradu\xE7\xE3o AliCloud","translationServices.volc":"tradu\xE7\xE3o vulc\xE2nica","translationServices.deeplx":"DeepLX (Beta)","translationServices.bing":"Microsoft Translate","translationServices.deepl":"DeepL","translationServices.wechat":"Tradu\xE7\xE3o do WeChat","translationServices.azure":"Tradu\xE7\xE3o do Azure","translationServices.ibm":"IBM Watson","translationServices.aws":"Tradu\xE7\xE3o da Amazon","translationServices.mock":"Tradu\xE7\xE3o simulada","translationServices.mock2":"Tradu\xE7\xE3o Simulada 2","translationServices.caiyun":"lit. nuvens coloridas e pequenas tradu\xE7\xF5es","translationServices.cai":"Nuvens coloridas (Alfa)","translationServices.volcAlpha":"Vulc\xE3o (Alfa)","translationServices.openl":"OpenL","translationServices.youdao":"Tradu\xE7\xE3o do Youtube","translationServices.you":"Tradutor Youdao (Alfa)","translationServices.transmart":"Tradu\xE7\xE3o da Tencent Interactive","translationServices.niu":"Tradutor Maverick","translationServices.papago":"Tradu\xE7\xE3o de Papago","translationServices.d":"D (Alfa)","translationServices.dpro":"D Pro (Can\xE1rio)","translationServices.openai":"OpenAI","translationServices.yandex":"Yandex","translationServices.chatgpt":"ChatGPT Web(3.5 m\xF3vel)","translate title":"Traduzir t\xEDtulos de p\xE1ginas","always languages":"Traduzir sempre a l\xEDngua",neverTranslateLanguagesLabel:"A l\xEDngua que nunca ser\xE1 traduzida",neverTranslateTheFollowingLanguagesDescription:"As tradu\xE7\xF5es s\xE3o ignoradas quando um par\xE1grafo da p\xE1gina est\xE1 numa das seguintes l\xEDnguas",enableUserscriptPagePopup:"Mostrar hoverball na p\xE1gina",enableUserscriptPagePopupDescription:"Depois de desligar a hoverball, esta pode ser recuperada com o atalho /{touch}. Recomenda-se vivamente que marque esta p\xE1gina de defini\xE7\xF5es para evitar n\xE3o conseguir encontrar a hoverball depois de ter desligado inadvertidamente esta op\xE7\xE3o!","always translate the following languages":"Traduz automaticamente para a l\xEDngua de destino quando a p\xE1gina est\xE1 numa das seguintes l\xEDnguas","always sites":"S\xEDtios Web sempre traduzidos","always translate the following sites":"Os s\xEDtios Web s\xE3o automaticamente traduzidos para a l\xEDngua de chegada quando s\xE3o os nomes de dom\xEDnio de","never sites":"S\xEDtio nunca traduzido","never translate the following sites":"As tradu\xE7\xF5es n\xE3o ser\xE3o efectuadas quando o s\xEDtio Web se destinar aos seguintes dom\xEDnios","please refer to":"\xC9 necess\xE1rio preencher a chave antes de a poder utilizar. Para mais informa\xE7\xF5es, consulte",KeyAndConfigurationTutorial:"Tutorial de configura\xE7\xE3o e aplica\xE7\xE3o de chaves",useAboveStyleForTheseSites:"Utilize sempre o estilo de tradu\xE7\xE3o \u2308{theme}\u230B quando o s\xEDtio se destina aos seguintes dom\xEDnios",currentUrl:"URL atual",confirm:"guardar (um ficheiro, etc.) (inform\xE1tica)",cancel:"cancelamentos",delete:"remo\xE7\xE3o","languages.auto":"dete\xE7\xE3o autom\xE1tica",syncToCloud:"Sincronizar com o Google Drive",syncToCloudDescription:"Transferida para a nuvem, a configura\xE7\xE3o pode ser sincronizada entre diferentes navegadores/scripts do grease monkey, consoante a \xFAltima modifica\xE7\xE3o.",syncToAccount:"Sincroniza\xE7\xE3o com a Nuvem de Tradu\xE7\xE3o Imersiva",syncToAccountButton:"Sincroniza\xE7\xE3o instant\xE2nea com a nuvem",syncToAccountDescription:"Sincronizar automaticamente as configura\xE7\xF5es entre dispositivos diferentes, consoante a \xFAltima modifica\xE7\xE3o efectuada.",successSyncConfigInAccount:"Sincroniza\xE7\xE3o bem sucedida com a nuvem",successSyncConfigToAccount:"Sincroniza\xE7\xE3o bem sucedida com a nuvem",syncConfigNoUpdate:"J\xE1 est\xE1 atualizado.",authFail:"Falha de autoriza\xE7\xE3o",syncTitle:"Gest\xE3o manual de c\xF3pias de seguran\xE7a",import_hint:"importa\xE7\xE3o (dados)",upload:"carregar",revokeAuth:"revogar uma autoriza\xE7\xE3o",uploadFail:"Falha na transfer\xEAncia",download:"descarregamento",importSuccess:"Importado com sucesso",importFail:"falha na importa\xE7\xE3o",deleteFail:"Falha ao eliminar",backupToCloud:"Gerir manualmente os ficheiros de c\xF3pia de seguran\xE7a",create_new_backup:"Adicionar um novo n\xF3 de backup",maxBackupFiles:"\xC9 poss\xEDvel efetuar a c\xF3pia de seguran\xE7a de at\xE9{count}n\xF3s diferentes. Elimine os n\xF3s de que n\xE3o necessita.",backupToCloudDescription:"Carregar ou restaurar manualmente ficheiros de c\xF3pia de seguran\xE7a, permitindo at\xE9 3 c\xF3pias de seguran\xE7a diferentes",successSyncConfig:"Sincroniza\xE7\xE3o bem sucedida com a nuvem",syncFail:"falha de sincroniza\xE7\xE3o",updatedAt:"Atualizado a partir de {date}",lastSyncedAt:"\xDAltima verifica\xE7\xE3o em {date}",downloadFail:"Falha na transfer\xEAncia",clickToDownload:"Clique para descarregar",aboutLabel:"Acerca de - Feedback","browser.openAboutPage":"Sobre/Feedback",aboutLabelWithoutSponsor:"Acerca de - Feedback",aboutIntro:"Que todos possamos ter um acesso mais f\xE1cil e mais agrad\xE1vel \xE0 vasta quantidade de informa\xE7\xF5es em l\xEDnguas estrangeiras na Internet \u2764\uFE0F Pode optar por ativar a sua <6>subscri\xE7\xE3o Pro para utilizar as tradu\xE7\xF5es DeepL e OpenAI prontas a utilizar.

Pode seguir-nos no <3>Twitter, <4>Telegram, Weibo, WeChat ou <5>subscrever a nossa lista de <5>correio abaixo para acompanhar as actualiza\xE7\xF5es.
<7>Os membros Pro podem contactar-nos em <8>support@immersivetranslate.com para um servi\xE7o de apoio ao cliente r\xE1pido.",aboutIntroWithoutSponsor:"Que todos possamos ter um acesso mais f\xE1cil e mais agrad\xE1vel \xE0 enorme quantidade de informa\xE7\xE3o em l\xEDngua estrangeira dispon\xEDvel na Internet \u2764\uFE0F

Pode seguir-nos no <3>Twitter, no <4>canal Telegram, no WeChat, no WeChat Exchange ou <5>subscrever as actualiza\xE7\xF5es por correio <5>eletr\xF3nico abaixo.",projectHomepage:"In\xEDcio do projeto",joinTelegramGroup:"Junte-se ao grupo de utilizadores para participar em debates sobre funcionalidades",wechatPublicAccount:"WeChat P\xFAblico",wechatCommunities:"Grupo de interc\xE2mbio WeChat",qqCommunities:"Canal de comunica\xE7\xE3o QQ",joinTelegramChannel:"Siga o canal Telegram para obter as \xFAltimas actualiza\xE7\xF5es",feedbackAndJoin:"Feedback da pergunta / Adicionar grupo",autoSync:"sincroniza\xE7\xE3o autom\xE1tica da hora",loadingThemeTitle:"Estilo de carregamento",loadingThemeDescription:"Definir o estilo quando se est\xE1 \xE0 espera que a tradu\xE7\xE3o seja carregada","loadingTheme.spinner":"Anima\xE7\xE3o girat\xF3ria","loadingTheme.text":"texto est\xE1tico algo ","loadingTheme.none":"n\xE3o indicado",developerDescription:"A documenta\xE7\xE3o sobre personaliza\xE7\xE3o avan\xE7ada pode ser encontrada <1>aqui","edit border color":"Modificar a cor do rebordo",successSyncButNoChange:"A configura\xE7\xE3o atual \xE9 coerente com a nuvem",customTheme:"Cores e tamanhos personalizados","customThemeLabel.borderColor":"Cor da margem","customThemeLabel.borderRadius":"Arestas arredondadas","customThemeLabel.textColor":"cor do texto","customThemeLabel.backgroundColor":"cor de fundo","customThemeLabel.zoom":"Escala do tipo de letra (%)","customThemeLabel.opacity":"Opacidade do texto (%)",resetToDefaultColor:"Repor as cores predefinidas",resetToDefaultSettings:"Repor as predefini\xE7\xF5es",isTranslateTitle:"Ativar a tradu\xE7\xE3o dos t\xEDtulos das p\xE1ginas",isTranslateTitleDescription:"Quando aberto, o t\xEDtulo da p\xE1gina \xE9 traduzido",enableSearchEnhancement:"Permitir o melhoramento de mensagens bilingues",enableSearchEnhancementDescription:'Uma vez activada, os resultados da pesquisa do "Google News" ser\xE3o automaticamente apresentados na coluna direita dos s\xEDtios Web suportados (Google News, Pesquisa Google (algumas palavras-chave), Snowball, Oriental Fortune, Futura, Tiger Community) para as palavras-chave inglesas correspondentes.',verifyService:"Clique aqui para testar o servi\xE7o",verified:"Verificar o sucesso","field.langs":"C\xF3digos de idioma suportados","field.model":"modela\xE7\xE3o","field.translationEngine":"motor de tradu\xE7\xE3o","field.limitPerMinute":"M\xE1ximo de pedidos por minuto","field.limitPerSecond":"N\xFAmero m\xE1ximo de pedidos por segundo","field.maxTextLengthPerRequest":"Comprimento m\xE1ximo do texto por pedido","field.maxTextGroupLengthPerRequest":"N\xFAmero m\xE1ximo de par\xE1grafos por pedido","field.apiUrl":"Endere\xE7o da interface API personalizada","field.placeholderDelimiters":"marcador de posi\xE7\xE3o reservado","description.custom":"Acesso \xE0 interface personalizada Documenta\xE7\xE3o necess\xE1ria","description.limitPerMinute":"Os pedidos que excedem este limite entram numa fila de espera at\xE9 ao in\xEDcio do minuto seguinte. Devido \xE0s v\xE1rias limita\xE7\xF5es do servi\xE7o atual da OpenAI, clique <1>aqui para obter os valores sugeridos mais recentes","description.limitPerSecond":"Os pedidos que excedem este limite entram numa fila de espera at\xE9 ao in\xEDcio do segundo seguinte. Devido \xE0s v\xE1rias limita\xE7\xF5es do servi\xE7o atual da OpenAI, clique <1>aqui para obter os valores sugeridos mais recentes","description.generalLimitPerSecond":"Os pedidos que excedem este limite entram numa fila de espera at\xE9 ao in\xEDcio do segundo seguinte.","description.prompt":"Enviar a conversa para {service} como usu\xE1rio, onde {{text}} representa o conte\xFAdo do texto do par\xE1grafo, {{from}} representa a l\xEDngua do par\xE1grafo e {{to}} representa a l\xEDngua alvo.","description.maxTextLengthPerRequest":"O n\xFAmero m\xE1ximo de caracteres por pedido \xE9 demasiado grande para provocar uma resposta lenta da interface, pelo que deve tentar ajustar esta op\xE7\xE3o para otimizar a velocidade","description.systemPrompt":"Enviar uma conversa para {service} como sistema, onde {{text}} representa o conte\xFAdo do texto do par\xE1grafo, {{from}} representa a l\xEDngua do par\xE1grafo e {{to}} representa a l\xEDngua alvo.","field.domain":"dom\xEDnio","description.domain":"A predefini\xE7\xE3o \xE9\uFF1Ageneral. S\xF3 pode ser definido se a tradu\xE7\xE3o de dom\xEDnios estiver activada na consola da API Arima, ver <1>aqui os dom\xEDnios suportados","field.scene":"tomar","description.scene":"A predefini\xE7\xE3o \xE9\uFF1Ageneral. S\xF3 pode ser definido se a consola da API AliCloud abrir o Machine Translation Pro, consulte <1>aqui os cen\xE1rios suportados","field.vocabId":"ID do dicion\xE1rio do utilizador","description.vocabId":"O dicion\xE1rio especificado out_id, atualmente suporta a tradu\xE7\xE3o de ingl\xEAs para chin\xEAs.","description.model":"Modelos OpenAI, podem ser gpt-3.5-turbo, gpt-4, etc.","description.maxTextGroupLengthPerRequest":"O n\xFAmero de par\xE1grafos enviados ao servi\xE7o de tradu\xE7\xE3o de cada vez; se houver demasiados par\xE1grafos, a interface poder\xE1 responder mais lentamente","description.apiUrl":"Por favor, adicione URLs espec\xEDficos com caminhos, <1>mais descri\xE7\xE3o",enabledExtension:"Ativa\xE7\xE3o de extens\xF5es",clickToDisableExtension:"Clique para desativar as extens\xF5es",clickToEnableExtension:"Clique para ativar as extens\xF5es",hasBeenDisabled:"desativado","show password":"Mostrar palavra-passe",customContent:"Introduzir um nome de modelo personalizado",inputOptions:"Melhoria da caixa de entrada",mouseHoverOptions:"passar o rato",modifyMouseHoverKey:"Modificar o atalho para passar o rato",enableInputTranslation:"Ativar ou n\xE3o o melhoramento da caixa de entrada",enableInputTranslationDescription:"Uma vez ativado, escreva {startingKey}{startingKey} hello diretamente na caixa de entrada e, em seguida, prima rapidamente{inputTrailingTriggerKeyRepeatTimes}vezes{trailingKey}para traduzir para {inputTargetLanguage}",enableInputTranslationDescriptionForNoneKey:"Uma vez ativado, escreva\uFF1AHello World diretamente na caixa de entrada e, em seguida, prima rapidamente{inputTrailingTriggerKeyRepeatTimes}{trailingKey}vezes para traduzir para o idioma de destino predefinido.",inputTargetLanguage:"Definir o idioma de destino predefinido para as caixas de entrada",inputTargetLanguageDescription:"L\xEDngua de destino predefinida para a tradu\xE7\xE3o da caixa de entrada, ou seja, {startingKey}{startingKey} como l\xEDngua predefinida para as palavras de acionamento",inputTargetLanguageDescriptionForNoneKey:"L\xEDngua de destino predefinida para a tradu\xE7\xE3o da caixa de entrada",inputStartingTriggerKeyTitle:"Definir o car\xE1cter de divis\xE3o para a tradu\xE7\xE3o parcial da caixa de entrada",inputStartingTriggerKeyDescription:"Quando n\xE3o \xE9 necess\xE1rio traduzir toda a caixa de entrada, o separador permite-lhe traduzir apenas a parte de {startingKey}{startingKey} at\xE9 ao fim da caixa de entrada, ou pode especificar o c\xF3digo da l\xEDngua, por exemplo,\uFF1A{startingKey}ja significa traduzir apenas a parte de {startingKey}ja at\xE9 ao fim da caixa de entrada.",inputStartingTriggerKeyDescriptionForNoneKey:"A defini\xE7\xE3o atual de sem prefixo n\xE3o \xE9 necess\xE1ria, e a fun\xE7\xE3o de tradu\xE7\xE3o de alguns textos na caixa de entrada n\xE3o pode ser utilizada por enquanto.",inputTrailingTriggerKeyTitle:"Selecionar um car\xE1cter de acionamento de fim de registo",inputTrailingTriggerKeyDescription:"3 hits r\xE1pidos{trailingKey} come\xE7ar\xE1 a traduzir!",inputTrailingTriggerKeyTimeout:"Introduzir o tempo entre os accionamentos de fim de combate",inputTrailingTriggerKeyTimeoutDescription:"Define o tempo (em milissegundos) entre os accionamentos da combina\xE7\xE3o de fim de entrada",spaceKey:"<\u7A7A\u683C\u952E>",noneKey:"Tradu\xE7\xE3o direta de toda a caixa de texto sem prefixos",inputTranslationBlockUrlsTitle:"N\xE3o ativar o melhoramento da caixa de entrada nos seguintes URLs",inputTranslationBlockUrlsDescription:"As melhorias na caixa de entrada n\xE3o funcionar\xE3o nos seguintes URLs",clickToSeeQuickDemo:"Clique para expandir o v\xEDdeo tutorial r\xE1pido de 30 segundos",inputHelperInfo:"Descri\xE7\xE3o\uFF1AOptimiz\xE1mos o facto de alguns caracteres desencadeadores se transformarem em sinais de pontua\xE7\xE3o chineses nos m\xE9todos de introdu\xE7\xE3o chineses, por exemplo, / transforma-se num sinal de dun , no m\xE9todo de introdu\xE7\xE3o Sogou, e o Immersive Translator suporta todos os s\xEDmbolos chineses correspondentes aos caracteres desencadeadores, ou seja, //,,,, ser\xE3o reconhecidos como caracteres desencadeadores.

Tamb\xE9m suportamos pseud\xF3nimos chineses para c\xF3digos de idioma como comandos, por exemplo, /Japanese Hello World ser\xE1 traduzido para japon\xEAs, <1>clique aqui para ver todos os c\xF3digos de idioma suportados.",reloadCurrentPage:"Por favor, actualize a p\xE1gina atual antes de iniciar a tradu\xE7\xE3o.",noLocalFilePermissionForPDF:"N\xE3o tem permiss\xE3o para ler ficheiros locais, por favor clique no bot\xE3o acima e depois importe os ficheiros locais.",noPermissionForThisPage:"\u26A0\uFE0F Sem permiss\xE3o para traduzir a p\xE1gina atual",retryAllParagraphs:"Repetir todas as passagens de erro",retryAllButton:"Repetir todas as passagens de erro",errorTooltipTitle:"Clique para ver a causa do erro",errorModalTitle:"Algo parece estar errado com o servi\xE7o de tradu\xE7\xE3o ou com a rede...",disableConfirm:"Defini\xE7\xE3o de melhoria da informa\xE7\xE3o bilingue",disableOnce:"Esta incapacidade",disableGlobal:"desativar permanentemente",disableTint:"* Pode voltar a activ\xE1-lo em {option} .",searchEnhancementNotes:"Depois de ativar a funcionalidade de Melhoria da informa\xE7\xE3o bilingue da tradu\xE7\xE3o imersiva, pesquisamos automaticamente as mesmas palavras-chave em ingl\xEAs nos s\xEDtios Web suportados (Google News, Pesquisa Google (algumas palavras-chave), Snowball, Oriental Wealth, Futura, Tiger) e apresentamo-las no lado direito. Pode optar por desactiv\xE1-la se n\xE3o necessitar desta funcionalidade.",option:"preparar",saveSettings:"Guardar defini\xE7\xF5es",closeModal:"Fechar a janela",enableInputTranslationWithoutTriggerKeyTitle:"Permitir 3 acessos r\xE1pidos em{trailingKey}para traduzir diretamente toda a caixa de entrada para{inputTargetLanguage}",enableInputTranslationWithoutTriggerKeyDescription:"Para especificar o idioma de destino, prefixe-o com o c\xF3digo do idioma, por exemplo,\uFF1Aja Hello World",mouseHoverShortcutPlaceholder:"Por exemplo,\uFF1AShift",deepLProName:"Membro Pro da Immersive Translation (Recomendado)",deepLProDescription:"O pacote atual pode ser utilizado diretamente",deeplProDescriptionForNormal:"N\xE3o \xE9 necess\xE1ria qualquer configura\xE7\xE3o, os membros podem utiliz\xE1-lo depois de iniciarem sess\xE3o, <1>clique aqui para atualizar para membro",deepLCustomDescription:"Necess\xE1rio cart\xE3o de cr\xE9dito estrangeiro, oficialmente aberto em <1>DeepL, clique para <2>documenta\xE7\xE3o",deepLCustomName:"Chave de autentica\xE7\xE3o personalizada",chooseProviderLabel:"Selecionar um fornecedor de servi\xE7os",openaiProName:"Membro Pro da Immersive Translation (Recomendado)",openaiProDescription:"O pacote atual pode ser utilizado diretamente",openaiProDescriptionForNormal:"N\xE3o \xE9 necess\xE1ria qualquer configura\xE7\xE3o, os membros podem utiliz\xE1-lo depois de iniciarem sess\xE3o, <1>clique aqui para atualizar para membro",openaiCustomDescription:"Dispon\xEDvel no OpenAI, Azure OpenAI ou noutros servi\xE7os de terceiros, <1>clique aqui para ver a documenta\xE7\xE3o",openaiCustomName:"Chave API personalizada",needLoginAction:"(ades\xE3o aberta ou personaliza\xE7\xE3o)",goLoginOrAction:"(Abrir uma inscri\xE7\xE3o ou ir \xE0s defini\xE7\xF5es)",yearly:"efetuar um pagamento anual consecutivo",quarterly:"embalagem sequencial",monthly:"assinatura mensal",yearlyForOnce:"Pacote anual \xFAnico",monthlyForOnce:"Pacote mensal \xFAnico",daily:"dias consecutivos de embalagem",year:"efetuar um pagamento anual consecutivo",quarter:"embalagem sequencial",month:"assinatura mensal",day:"dias consecutivos de embalagem",onetime_7day:"Pacote de experi\xEAncia de 7 dias",currentPlanDescriptionForFree:"Pacotes actuais\uFF1AFree",currentPlanDescriptionForContinuous:"O pacote atual\uFF1A{plan}ser\xE1 automaticamente renovado em {endAt}",currentPlanDescriptionForAutoRenewCaceling:"O pacote atual\uFF1A{plan}expira em {endAt} e n\xE3o ser\xE1 renovado automaticamente ap\xF3s a expira\xE7\xE3o.",currentYearlyPlanDescriptionForAutoRenewCacelingWithRealPaiedUser:"O pacote atual,\uFF1A{plan}, expira em {endAt} e n\xE3o ser\xE1 renovado automaticamente ap\xF3s a expira\xE7\xE3o.
<1>Clique aqui para gerir o seu plano de renova\xE7\xE3o",currentYearlyPlanDescriptionForAutoRenewCacelingWithAdmin:"O pacote atual,\uFF1A{plan}, expira em {endAt} e n\xE3o ser\xE1 renovado automaticamente ap\xF3s a expira\xE7\xE3o.
<1>Clique aqui para ativar a subscri\xE7\xE3o anual cont\xEDnua",currentPlanDescriptionForOneTime:"A subscri\xE7\xE3o atual\uFF1A{plan}expira em {endAt} . <1>Clique aqui para atualizar para uma subscri\xE7\xE3o <1>anual ou <2>mensal.",upgradePlan:"Clique aqui para atualizar para a subscri\xE7\xE3o Pro",upgradeToPro:"Atualizar para a subscri\xE7\xE3o Pro","popup.openPro":"Actualize para a subscri\xE7\xE3o Pro para desfrutar de DeepL e da tradu\xE7\xE3o OpenAI, clique aqui para atualizar!","popup.openProForPro":"\xC9 um membro Pro com acesso direto \xE0s tradu\xE7\xF5es de DeepL e OpenAI!",currentAccount:"conta corrente",enableAutoSyncUserSettings:"Permitir a sincroniza\xE7\xE3o autom\xE1tica na nuvem em v\xE1rios dispositivos",modalEnableInputTranslationTitle:"Tradu\xE7\xE3o imersiva Caixa de entrada Alertas de tradu\xE7\xE3o",modalEnableInputTranslationDesc:"Acaba de ativar a tradu\xE7\xE3o da caixa de entrada da Tradu\xE7\xE3o Imersiva, carregando na barra de espa\xE7os 3 vezes em sucess\xE3o r\xE1pida, e o conte\xFAdo da caixa de entrada ser\xE1 traduzido para a l\xEDngua de destino predefinida. A tradu\xE7\xE3o pode ser anulada com Ctrl+Z.

Se isto foi um erro, n\xE3o se preocupe, pode optar por desactiv\xE1-la desta vez ou desativar permanentemente a tradu\xE7\xE3o da caixa de entrada.",saveAndNotShowAgain:"Guardar e parar a solicita\xE7\xE3o",disableInputTranslationTips:"* Tamb\xE9m pode definir outros atalhos para serem accionados em {option} ,{learnMore}.",learnMore:"Clique aqui para saber mais",continueEnalbeInputTranslation:"Continuar a ativar a tradu\xE7\xE3o da caixa de entrada",autoRenewTrialSuffix:'(Durante o per\xEDodo experimental,passa imediatamente a membro efetivo)',upgradeFromTrialTitle:"Atualiza\xE7\xE3o para membro de pleno direito",subtitle:"legendagem de v\xEDdeo",youtubeService:"Tradu\xE7\xE3o por imers\xE3o Servi\xE7os de tradu\xE7\xE3o de legendagem de v\xEDdeo","subtitle.disabledSubtitle":"Desativar permanentemente a funcionalidade de legendas de v\xEDdeo","subtitle.disabledSubtitleDescription":"Se Immersive Translator's Video Subtitles entrar em conflito com outras extens\xF5es, pode optar por desativar permanentemente a funcionalidade Immersive Translator's Video Subtitles ou desinstalar outras extens\xF5es que entrem em conflito","subtitle.autoEnableSubtitle":"Utiliza\xE7\xE3o autom\xE1tica de legendas bilingues","subtitle.autoEnableSubtitleDescription":"Depois de ativado, quando o v\xEDdeo \xE9 reproduzido, as legendas bilingues s\xE3o exibidas automaticamente, caso contr\xE1rio, \xE9 necess\xE1rio clicar no bot\xE3o de tradu\xE7\xE3o para exibir.","subtitle.preTranslation":"Traduzir legendas utilizando a tradu\xE7\xE3o imersiva","subtitle.preTranslationDescription":"Quando activada, toda a legenda ser\xE1 pr\xE9-traduzida utilizando o servi\xE7o de tradu\xE7\xE3o especificado abaixo, e um v\xEDdeo de 1 hora consumir\xE1 cerca de 50.000 Tokens ou caracteres, pelo que deve ser utilizada \xE0 sua discri\xE7\xE3o; quando desactivada, ser\xE3o utilizadas primeiro as legendas originais.","subtitle.humanSubtitlesPreferred":"Utiliza\xE7\xE3o priorit\xE1ria de legendagem humana","subtitle.humanSubtitlesPreferredDescription":"Dar prioridade \xE0 utiliza\xE7\xE3o de legendas humanas quando o v\xEDdeo tiver legendas humanas na l\xEDngua de chegada (recomendado)",videoSubtitleTranslationDescription:"Atribuir um servi\xE7o de tradu\xE7\xE3o separado para as legendas de v\xEDdeo",subtitleTranslating:"Aguarde enquanto as legendas est\xE3o a ser traduzidas utilizando o servi\xE7o {service} ... (tradu\xE7\xE3o por imers\xE3o)",subtitleLoading:"A carregar as legendas...",bilingual:"bilinguismo","field.action":"Se deve ativar a terminologia Baidu","description.action":"Quando ativado, ser\xE1 adicionado um par\xE2metro action=1 ao pedido para informar o Baidu do termo ativado. <1>Consulte a documenta\xE7\xE3o oficial para obter mais informa\xE7\xF5es.",closeQuickTranslation:"Fechar Hoverball","closeQuickTranslation.untilNext":"Desta vez fechado at\xE9 \xE0 pr\xF3xima visita","closeQuickTranslation.currentWebsite":"S\xEDtio atual desativado","closeQuickTranslation.alwaysClose":"desativar permanentemente","closeQuickTranslation.settingOpen":"(pode ser ativado na <1>p\xE1gina de defini\xE7\xF5es )","closeQuickTranslation.cancel":"cancelamentos","closeQuickTranslation.confirm":"definir","floatBall.popup":"Abrir o painel Defini\xE7\xF5es r\xE1pidas","floatBall.translate":"Clique para traduzir a p\xE1gina","floatBall.showOriginal":"Clique para voltar ao artigo original","floatBall.close":"Fechar Hoverball","floatBallOptions.enableDescPc":"Depois de ativar o hoverball da p\xE1gina, ser\xE1 apresentado um bot\xE3o de tradu\xE7\xE3o r\xE1pida no lado direito da p\xE1gina, clique nele para traduzir!","floatBallOptions.enableDesc":"Depois de desligar a hoverball, esta pode ser recuperada com{touch}. Recomenda-se vivamente que marques esta p\xE1gina de defini\xE7\xF5es para o caso de n\xE3o conseguires encontrar a hoverball depois de teres desligado inadvertidamente esta op\xE7\xE3o!","description.azureApiUrl":"Preencher o endere\xE7o da interface API personalizada",confirmSupportMouse:"For\xE7ar a ativa\xE7\xE3o do suporte do rato",confirmSupportMouseDescription:"Detectado que o browser atual n\xE3o suporta a fun\xE7\xE3o de rato, \xE9 for\xE7ado a ativar o suporte de rato?",sampleTargetText:"A longa noite chegar\xE1, e eu vigiarei de hoje at\xE9 \xE0 minha morte. N\xE3o tomarei nenhuma esposa, n\xE3o farei nenhum feudo, n\xE3o terei filhos. N\xE3o usarei uma coroa, n\xE3o lutarei por honra. Cumprirei o meu dever, viverei e morrerei.",sampleSourceText:"Night gathers, and now my watch begins. It shall not end until my death. I shall take no wife, hold no lands, father no children. I shall wear no crowns and win no glory. I shall live and die at my post.","desc.touchShortcutsToggleTranslatePageOnlyTranslation":"Apenas a tradu\xE7\xE3o significa que apenas o texto traduzido ser\xE1 exibido, se a p\xE1gina ainda n\xE3o foi traduzida, o modo ser\xE1 alterado e traduzido.","desc.toggleOnlyTransation":"O modo de tradu\xE7\xE3o apenas se refere a mostrar apenas a tradu\xE7\xE3o, se a p\xE1gina ainda n\xE3o foi traduzida, o modo ser\xE1 alterado e traduzido.",touchShortcutsToggleTranslatePageOnlyTranslation:"Configurar gestos de toque na tela para alternar entre o modo bil\xEDngue / apenas tradu\xE7\xE3o",download_started:"O download j\xE1 come\xE7ou, se n\xE3o come\xE7ou automaticamente, por favor clique manualmente.",here:"aqui","translationFont.customPlaceholder":"tipo de letra",batchEdit:"Opera\xE7\xE3o em massa","error.goReset":"ir redefinir","error.configError":"Dados de configura\xE7\xE3o anormais","translationServices.inherit":"Siga o servi\xE7o de tradu\xE7\xE3o principal",detectServiceLoading:"Detectando servi\xE7os de tradu\xE7\xE3o dispon\xEDveis...","translationModeLang.translation.title":"Apenas o modo de tradu\xE7\xE3o de idioma","translationFont.custom":"Insira a fonte personalizada","error.serveConfigError":"Erro de configura\xE7\xE3o do servi\xE7o",toggleToService:"Mude para {service} e tente novamente","touch.mouse-translate":"Traduzir o par\xE1grafo especificado","translationModeUrl.translation.title":"Modo de apenas tradu\xE7\xE3o do URL","error.proTokenInvalid":"Se voc\xEA \xE9 um usu\xE1rio Pro, fa\xE7a login antes de usar o servi\xE7o de tradu\xE7\xE3o Pro.",enableSentryReport:"Quando ocorre um erro de extens\xE3o, use o Sentry para enviar feedback.",translationFont:"Definir fonte",videoSubtitlePreTranslationOn:"As legendas de v\xEDdeo usar\xE3o tradu\xE7\xE3o imersiva como prioridade.","error.reloadPageOfSetting":"Ap\xF3s a configura\xE7\xE3o, atualize a p\xE1gina para traduzir novamente.","translationModeLang.translation.description":"Quando a l\xEDngua da p\xE1gina \xE9 uma das seguintes, o modo de tradu\xE7\xE3o apenas ser\xE1 usado automaticamente.","error.502":"O servi\xE7o retornou um erro, o servi\xE7o est\xE1 fora do tempo, por favor tente novamente mais tarde.","error.googleLimitIp":"O servi\xE7o retorna um erro, o servi\xE7o Google j\xE1 limitou este endere\xE7o IP, \xE9 recomendado que voc\xEA mude o n\xF3 da rede.","error.403":"O servi\xE7o retorna um erro, temporariamente sem permiss\xE3o para acessar esse servi\xE7o.","error.400":"O servi\xE7o retorna um erro, o par\xE2metro de solicita\xE7\xE3o est\xE1 errado, por favor, verifique a configura\xE7\xE3o correspondente.","error.proUpgrade":"Ap\xF3s a atualiza\xE7\xE3o, atualize a p\xE1gina e traduza novamente.",videoSubtitlePreTranslationOff:"As legendas do v\xEDdeo dar\xE3o prioridade \xE0s legendas traduzidas automaticamente inclu\xEDdas no v\xEDdeo original.","error.429":"O servi\xE7o retornou um erro, indicando que a solicita\xE7\xE3o \xE9 muito frequente ou excede o limite, tente novamente mais tarde.","error.gemini.429":"O servi\xE7o Gemini atual atingiu sua capacidade m\xE1xima, por favor, tente novamente mais tarde ou mude para outro servi\xE7o de tradu\xE7\xE3o.","error.openAIExceededQuota":"O servi\xE7o retorna um erro: o saldo da sua conta OpenAI atual \xE9 insuficiente, por favor recarregue ou vincule um cart\xE3o de cr\xE9dito no back-end oficial da OpenAI.","translationFont.notSupportErrorMessage":"Por favor, verifique se o nome da fonte que voc\xEA inseriu est\xE1 correto, ou confirme se essa fonte j\xE1 est\xE1 instalada em seu dispositivo.","translationModeUrl.translation.description":"Quando o site \xE9 para os seguintes dom\xEDnios, o modo de apenas tradu\xE7\xE3o \xE9 usado automaticamente.","desc.toggleVideoSubtitlePreTranslation":"Ao pressionar, as legendas em dois idiomas do v\xEDdeo usar\xE3o preferencialmente as configura\xE7\xF5es de tradu\xE7\xE3o imersiva, ao pressionar novamente, as legendas autom\xE1ticas do v\xEDdeo original ser\xE3o priorizadas. Aten\xE7\xE3o: este atalho modifica as configura\xE7\xF5es globais.","error.openAIFreeLimit":"O servi\xE7o retorna um erro, a frequ\xEAncia atual de solicita\xE7\xF5es de tradu\xE7\xE3o atingiu o limite m\xE1ximo de 3 vezes por minuto, tente novamente mais tarde. (Esta \xE9 a restri\xE7\xE3o oficial da OpenAI para a chave API gratuita, para remover essa restri\xE7\xE3o, vincule um cart\xE3o de cr\xE9dito no backend da OpenAI.)","error.serveUnavailable":"O servi\xE7o [{serverName}] que voc\xEA est\xE1 usando atualmente n\xE3o pode ser acessado temporariamente devido a problemas de conex\xE3o de rede ou do provedor de servi\xE7os. Sugerimos que voc\xEA tente atualizar a p\xE1gina ou alterar para outro servi\xE7o de tradu\xE7\xE3o atrav\xE9s das <1>configura\xE7\xF5es. Se voc\xEA \xE9 um membro <2>Pro, pode optar por usar os servi\xE7os de tradu\xE7\xE3o mais est\xE1veis da DeepL ou OpenAI (<3>clique aqui para experimentar gratuitamente). Al\xE9m disso, voc\xEA pode precisar verificar suas configura\xE7\xF5es de rede ou proxy.","tagsInput.add":"+ Adicionar","floatBall.iKnow":"Eu sei.",pickAll:"Selecionar tudo",goLogin:"V\xE1 fazer login",notLogin:"N\xE3o conectado","error.retry":"Tentar novamente",shortcutSettingsTitle:"Configura\xE7\xF5es de atalho","error.reason":"Raz\xE3o do erro","subtitle.hideQuickButton":"N\xE3o mostrar mais este atalho",errorReason:"Raz\xE3o do erro: {message}","widget.instruction":"Instru\xE7\xF5es de uso","multipleClick.2":"Clique duplo","multipleClick.3":"Tr\xEDplice golpe","widget.translateFile":"PDF/ePub","floatBallOptions.fixedPositionLeft":"lado esquerdo","floatBallOptions.fixedPosition":"Posi\xE7\xE3o fixa",buildSnapshots:"Gerar instant\xE2neo da p\xE1gina da web","intro.floatBallTitle":"Bola flutuante de tradu\xE7\xE3o r\xE1pida",neverTranslateThisSite:"Nunca traduza este site",mouseHoverCustomKeyTitle:"Personalizar atalhos de mouse hover","subtitle.autoDisableSubtitle":"N\xE3o ative automaticamente as legendas bilingues","browser.translateWithGoogle":"Usar o Google Tradutor temporariamente para a p\xE1gina atual","error.subscriptionExpiredTitle":"A associa\xE7\xE3o expirou","floatBallOptions.fixedPositionRight":"lado direito",loggedIn:"Conectado","subtitle.bilingual":"Legendas bil\xEDngues","slide.right":"Deslize para a esquerda",networkError:"O servi\xE7o de tradu\xE7\xE3o ou a rede est\xE1 com problemas",contact:"Entre em contato conosco","intro.subtitleTitle":"Exibi\xE7\xE3o de legendas bilingues em v\xEDdeos online","browser.translateWithTransmart":"Usar temporariamente o Tencent para traduzir a p\xE1gina atual",alwaysTranslateThisSite:"Sempre traduza este site",temprarilyChangeTranslationTo_gemini:"Est\xE1 a usar o Gemini para traduzir a p\xE1gina atual","multipleClick.4":"Qu\xE1druplo golpe","intro.hoverTitle":"Passe o mouse para traduzir o par\xE1grafo atual",temprarilyChangeTranslationTo_google:"Est\xE1 a usar o Google Tradutor para traduzir a p\xE1gina atual","shortcutGroup.touch":"Gestos espec\xEDficos para tela sens\xEDvel ao toque",notLoginPro:"Ainda n\xE3o iniciou sess\xE3o na sua conta de membro.",paragraphMinTextCountField:"N\xFAmero m\xEDnimo de caracteres necess\xE1rios para traduzir um par\xE1grafo",temprarilyChangeTranslationTo_openai:"Est\xE1 a usar o OpenAI para traduzir a p\xE1gina atual",translationOnlyMode:"Apenas modo de tradu\xE7\xE3o",viewWithImmersiveTranslate:"Vers\xE3o bil\xEDngue (tradu\xE7\xE3o imersiva)","translationServices.gemini":"G\xEAmeos","browser.toggleMouseHoverTranslateDirectly":"Ativar ou desativar temporariamente a tradu\xE7\xE3o direta do mouse hover na p\xE1gina",shortcutSettings:"Atalho","browser.translateWithOpenAI":"Usar temporariamente o OpenAI para traduzir a p\xE1gina atual",touchShortcutsToggleTranslateTouchElement:"Configurar gestos de toque na tela para traduzir par\xE1grafos espec\xEDficos","widget.instructionTooltip":"Consulte as instru\xE7\xF5es de uso","shortcutGroup.mouse":"Configura\xE7\xE3o de atalhos de teclado para hover do mouse",temprarilyChangeTranslationTo_deepl:"Est\xE1 a usar o DeepL para traduzir a p\xE1gina atual.","floatBall.longPress":"Pressione e segure para abrir rapidamente o painel de configura\xE7\xF5es.","widget.videoSubtitle":"legendas de v\xEDdeo",upgradeToProErrorTitle:"Por favor, atualize para o membro Pro antes de usar este servi\xE7o de tradu\xE7\xE3o.","floatBallOptions.fixedPositionDesc":"A bola flutuante est\xE1 \xE0 esquerda ou \xE0 direita da janela?","shortcutGroup.shortcutsForTranslationServices":"Servi\xE7os de tradu\xE7\xE3o atalhos relacionados",temprarilyChangeTranslationTo_transmart:"Est\xE1 a usar o Tencent para traduzir a p\xE1gina atual.",touchShortcutsOff:"fechar","browser.translateWithBing":"Usar temporariamente o Microsoft Translate para traduzir a p\xE1gina atual","browser.toggleVideoSubtitlePreTranslation":"Alternar legendas bil\xEDngues prefere usar configura\xE7\xF5es de tradu\xE7\xE3o imersiva","proQuotaExceededError.resetTime":"3. Tempo de redefini\xE7\xE3o do limite: {resetTime}","widget.videoSubtitleTooltip":"Suporta Youtube e outros {count}+ sites de v\xEDdeo","desc.touchShortcutsToggleTranslateTouchElement":"Personalize um gesto e voc\xEA poder\xE1 traduzir qualquer par\xE1grafo em que estiver.","subtitle.showQuickButton":"No leitor, exibir legendas em dois idiomas \xE9 um atalho","shortcutGroup.others":"Mais atalhos de fun\xE7\xF5es personalizadas",touchShortcutsToggleTranslationMask:"Configurar gestos de toque na tela para mostrar a m\xE1scara de tradu\xE7\xE3o / mostrar o texto original",temprarilyChangeTranslationTo_bing:"Est\xE1 a usar o Microsoft Translator para traduzir a p\xE1gina atual.","browser.translateWithGemini":"Use temporariamente o Gemini para traduzir a p\xE1gina atual","error.subscriptionExpired":"A sua associa\xE7\xE3o pode ter expirado, por favor verifique o estado da sua associa\xE7\xE3o.","browser.translateInputBox":"Traduzir o conte\xFAdo da caixa de entrada atual",touchShortcutsToggleTranslatePage:"Defina gestos de toque na tela para traduzir p\xE1ginas da web / mostrar o texto original","widget.translateFileTooltip":"Traduzir documentos PDF, EPUB, SRT, ASS, HTML e TXT","description.baiduField":"Os campos suportados s\xE3o vistos <1>aqui, se estiver vazio, significa que nenhum campo \xE9 especificado.","browser.translateWithDeepL":"Use temporariamente o DeepL para traduzir a p\xE1gina atual","desc.interfaceLanguage":"A configura\xE7\xE3o do idioma da interface afeta o idioma de exibi\xE7\xE3o do painel de controle e n\xE3o est\xE1 relacionada ao idioma de destino da tradu\xE7\xE3o.","neverTranslateText.title":`Por favor, traduza diretamente para o portugu\xEAs (evite explicar o texto original): Mantenha as seguintes palavras no original, n\xE3o traduza.`,"shortcutGroup.main":"Atalhos de fun\xE7\xF5es comuns",confirmResetToDefaultSettings:"Confirma que deseja restaurar este servi\xE7o de tradu\xE7\xE3o para as configura\xE7\xF5es padr\xE3o? (Apenas redefinir as configura\xE7\xF5es deste servi\xE7o de tradu\xE7\xE3o)","subtitle.showQuickButtonDescription":"No canto inferior direito do player de v\xEDdeo, fornece um atalho para ativar legendas bil\xEDngues.","slide.left":"Deslize para a direita","contact.description":"Se voc\xEA tiver alguma d\xFAvida ou sugest\xE3o, sinta-se \xE0 vontade para preencher o formul\xE1rio abaixo para nos contatar, ou envie um e-mail para {email}, responderemos o mais r\xE1pido poss\xEDvel.",paragraphMinTextCountDesc:"Aten\xE7\xE3o, aqui refere-se ao comprimento do caractere, por exemplo: hello tem 5 caracteres, definir um valor maior pode reduzir a tradu\xE7\xE3o desnecess\xE1ria de pequenos par\xE1grafos.","desc.toggleTranslateTheMainPage":"Traduza apenas a \xE1rea principal da p\xE1gina, quando voc\xEA ativou a tradu\xE7\xE3o de toda a \xE1rea da p\xE1gina nas configura\xE7\xF5es avan\xE7adas, voc\xEA pode usar este atalho para traduzir especificamente a \xE1rea principal da p\xE1gina.",mouseHoverCustomKeyDescription:"Voc\xEA pode personalizar um atalho de combina\xE7\xE3o de mouse sobre, como: Alt+Z, Ctrl+E, Cmd+Alt+E ou diretamente Cmd, por favor, insira manualmente.","desc.toggleMouseHoverTranslateDirectly":"Depois de pressionar esta tecla de atalho, na p\xE1gina, sempre que o mouse apontar para qualquer texto, ele ser\xE1 traduzido automaticamente. Pressione a tecla de atalho novamente para desativar este recurso de tradu\xE7\xE3o autom\xE1tica.","desc.mouseHoverHoldKey":"Quando o mouse \xE9 colocado sobre um par\xE1grafo, pressionando a tecla de atalho \xE0 direita ao mesmo tempo, voc\xEA pode traduzir diretamente esse par\xE1grafo.","floatBall.guideClickToTranslate":"Clique na bola flutuante de tradu\xE7\xE3o imersiva para traduzir rapidamente",translationOnlyModeDescription:"O modo de tradu\xE7\xE3o apenas se refere a mostrar apenas a tradu\xE7\xE3o, n\xE3o o modo bil\xEDngue padr\xE3o. Aten\xE7\xE3o: devido a limita\xE7\xF5es t\xE9cnicas, os hiperlinks do texto original ser\xE3o desativados no modo de tradu\xE7\xE3o apenas.","desc.touchShortcutsToggleTranslatePage":"Ap\xF3s a configura\xE7\xE3o, ao usar um dispositivo m\xF3vel, \xE9 poss\xEDvel tocar na tela com X dedos, deslizar para a esquerda e para a direita ou tocar continuamente para acionar a tradu\xE7\xE3o da p\xE1gina / exibir o texto original.","desc.touchShortcutsToggleTranslationMask":"A m\xE1scara de tradu\xE7\xE3o refere-se ao efeito de desfoque no estilo de tradu\xE7\xE3o (modo de aprendizado), que, quando ativado, usa temporariamente o efeito de desfoque na tradu\xE7\xE3o, facilitando o aprendizado.","intro.floatBallDescription":"Depois de ativado, um bot\xE3o de tradu\xE7\xE3o r\xE1pida ser\xE1 exibido no lado direito da p\xE1gina. Clique para traduzir e clique novamente para voltar ao texto original. No dispositivo m\xF3vel, pressione e segure a bola flutuante para abrir o painel de configura\xE7\xF5es r\xE1pidas.","proQuotaExceededError.trial":'\uFF0Cvoc\xEA pode escolher as seguintes maneiras de resolver:

1. Mude para {anotherService} ou outro servi\xE7o de tradu\xE7\xE3o
2. Atualize imediatamente para um membro oficial',"desc.toggleTranslateTheWholePage":"Traduzir toda a \xE1rea da p\xE1gina, por padr\xE3o, traduziremos a \xE1rea principal da p\xE1gina, voc\xEA pode usar este atalho para traduzir especificamente toda a \xE1rea da p\xE1gina.","subtitle.supportedSites":"J\xE1 \xE9 suportado o uso de legendas bil\xEDngues nestes sites (aten\xE7\xE3o: devido a limita\xE7\xF5es t\xE9cnicas, alguns sites podem precisar ser atualizados ap\xF3s a ativa\xE7\xE3o inicial das legendas, ou pode ser necess\xE1rio esperar a tradu\xE7\xE3o ser conclu\xEDda para exibir as legendas bil\xEDngues):",shortcutDisableTooltip:"Por favor, configure na p\xE1gina de gerenciamento de atalhos de extens\xE3o fornecida pelo navegador. Para mais orienta\xE7\xF5es, consulte as instru\xE7\xF5es na parte superior desta p\xE1gina.","proQuotaExceededError.onetime7day":'\uFF0Cvoc\xEA pode escolher as seguintes maneiras de resolver:

1. Mude para {anotherService} ou outro servi\xE7o de tradu\xE7\xE3o
2. Atualize para membro mensal/anual',"proQuotaExceededError.nonTrial":'\uFF0Cvoc\xEA pode escolher as seguintes maneiras de resolver:

1. Mude para {anotherService} ou outro servi\xE7o de tradu\xE7\xE3o
2. Compre um pacote de tr\xE1fego extra {translationService} ',"neverTranslateText.description":"Devido a algumas m\xE1quinas de tradu\xE7\xE3o n\xE3o reconhecerem adequadamente os nomes pr\xF3prios, voc\xEA pode adicionar palavras aqui para garantir que elas n\xE3o sejam convertidas durante o processo de tradu\xE7\xE3o. Por favor, note que esta fun\xE7\xE3o distingue mai\xFAsculas de min\xFAsculas e suporta apenas idiomas com palavras separadas por espa\xE7os (como ingl\xEAs, franc\xEAs), n\xE3o sendo adequada para idiomas como japon\xEAs, coreano, etc.","intro.hoverDescription":"A tradu\xE7\xE3o do mouse hover \xE9 uma fun\xE7\xE3o muito importante na tradu\xE7\xE3o imersiva, basta colocar o mouse sobre o par\xE1grafo e pressionar a tecla de atalho definida para traduzir automaticamente o par\xE1grafo atual (nota: n\xE3o est\xE1 ativado por padr\xE3o, por favor configure abaixo), esta intera\xE7\xE3o \xE9 usada para substituir melhor a tradu\xE7\xE3o de palavras selecionadas, al\xE9m disso, esta fun\xE7\xE3o tamb\xE9m \xE9 amplamente utilizada em \xE1reas de tradu\xE7\xE3o que n\xE3o podem ser reconhecidas, voc\xEA pode usar esta fun\xE7\xE3o para for\xE7ar a tradu\xE7\xE3o de qualquer par\xE1grafo.","intro.subtitleDescription":"Ap\xF3s ativar este recurso, as legendas bil\xEDngues ser\xE3o exibidas automaticamente durante a reprodu\xE7\xE3o do v\xEDdeo. Se n\xE3o estiver ativado, voc\xEA precisar\xE1 clicar manualmente no bot\xE3o de tradu\xE7\xE3o na p\xE1gina para exibir as legendas. Por favor, note que, devido a limita\xE7\xF5es t\xE9cnicas, alguns sites podem precisar atualizar a p\xE1gina ou esperar a tradu\xE7\xE3o ser conclu\xEDda antes de poderem exibir as legendas bil\xEDngues. (Al\xE9m disso, voc\xEA tamb\xE9m pode ativar/desativar o painel de atalhos de tradu\xE7\xE3o imersiva no canto superior direito ap\xF3s abrir o site do v\xEDdeo)

Atualmente, suportamos o uso de legendas bil\xEDngues nestes sites:",geminiWarning:"Aten\xE7\xE3o: O servi\xE7o gratuito Gemini fornecido pelo Google tem restri\xE7\xF5es rigorosas, pode ser considerado pelo Google que o usu\xE1rio est\xE1 usando v\xE1rias chaves para evitar suas restri\xE7\xF5es de cota gratuita, n\xE3o \xE9 recomendado usar, \xE9 aconselh\xE1vel esperar pelo Google para abrir a interface de pagamento Gemini no futuro para uso.","floatBall.setting":"Configura\xE7\xE3o","floatBall.translateToLanguage":"Clique para traduzir para {language}","floatBall.file":`Traduzir PDF, EPUB, SRT, ASS, HTML, arquivos TXT`,changeToOnlyTempTranslationMode:"Alternar para apresentar apenas tradu\xE7\xF5es",changeToDualTempTranslationMode:"Mudar para tradu\xE7\xE3o bilingue","transitionMode.dual":"Bilingue comparativo","options.navbar.translateFile":"Traduzir documento","options.navbar.installApp":"Instalar o aplicativo para celular","transitionMode.translation":"Apenas texto traduzido.","subtitle.transitionModeDescription":"Defina as legendas do v\xEDdeo para compara\xE7\xE3o bilingue ou apenas modo de tradu\xE7\xE3o","subtitle.transitionMode":"Legendas de v\xEDdeo bil\xEDngue / configura\xE7\xE3o apenas de tradu\xE7\xE3o","transitionMode.inherit":"Mantenha consist\xEAncia com o modo de exibi\xE7\xE3o de tradu\xE7\xE3o padr\xE3o do sistema.",translateFileTooltip:`Traduzir PDF, ePub, srt, @@ -5259,10 +5259,10 @@ ass, HTML, arquivos TXT`,"description.subtitlePrompt":`Em cen\xE1rios de legenda {env.imt_trans_field}: tradu\xE7\xE3o`,"subtitle.quickButton.green":"verde","subtitle.quickButton.magenta":"Magenta","translationServices.claude":"Claude","subtitle.quickButton.white":"branco","subtitle.quickButton.translationTextColor":"Cor da fonte da tradu\xE7\xE3o","subtitle.quickButton.backgroundOpacity":"opacidade de fundo","subtitle.quickButton.sourceFontSize":"Tamanho original da fonte","subtitle.quickButton.backgroundColor":"cor de fundo","subtitle.quickButton.setting":"configura\xE7\xE3o","subtitle.quickButton.blue":"azul","subtitle.quickButton.translationPositionBottom":"\u539F\u6587\u4E0B\u65B9","subtitle.quickButton.yellow":"Amarelo","subtitle.quickButton.translationPositionTop":"Acima do texto original","subtitle.quickButton.sourceTextColor":"Cor original da fonte","subtitle.quickButton.red":"vermelho","subtitle.quickButton.translationPosition":"Posi\xE7\xE3o de tradu\xE7\xE3o","subtitle.quickButton.cyan":"Azul","subtitle.quickButton.black":"preto","subtitle.quickButton.translationFontSize":"Tamanho da fonte do texto traduzido",attachSubtitleTranslating:"Usando {service} para traduzir...","error.claude.403":"Sem permiss\xE3o para acessar o servi\xE7o, pode estar relacionado com as restri\xE7\xF5es de \xE1rea de Claude, voc\xEA pode tentar alterar o seu endere\xE7o IP, ou usar outros servi\xE7os de tradu\xE7\xE3o.","browser.brandDescriptionForSafari":"\u3010Tradu\xE7\xE3o imersiva\u3011Um plugin de tradu\xE7\xE3o de p\xE1ginas da web bilingue (original/tradu\xE7\xE3o) gratuito, que suporta a tradu\xE7\xE3o de PDF e EPUB e mant\xE9m a formata\xE7\xE3o original do documento, a tradu\xE7\xE3o de legendas bilingues de v\xEDdeos online como Youtube/Netflix, e suporta servi\xE7os de tradu\xE7\xE3o mainstream como Deepl/Google;","browser.PdfProFile":"AI impulsionado pela tradu\xE7\xE3o do PDF Pro","browser.textTranslate":"Tradu\xE7\xE3o de texto"};var H4=[{code:"zh-CN",messages:P4},{code:"zh-TW",messages:L4},{code:"en",messages:_4},{code:"ja",messages:F4},{code:"ar",messages:M4},{code:"de",messages:B4},{code:"es",messages:I4},{code:"fa",messages:R4},{code:"fr",messages:O4},{code:"hi",messages:z4},{code:"it",messages:N4},{code:"ru",messages:U4},{code:"ko",messages:q4},{code:"pt",messages:j4}];var B0="immersiveTranslateBingGlobalState",I0="immersiveTranslateYandexGlobalState",Nt={};for(let t of H4)Nt[t.code]=t.messages;var Ua="Immersive Translate",Q="immersive-translate";var me="immersiveTranslate";var K4=me+"GoogleAccessToken",G4=me+"AuthFlow";var VC=me+"AuthState",ju=me+"IframeMessage",BO=me+"WaitForRateLimit",Hu=me+"DocumentMessageAsk",_t=me+"DocumentMessageTellThirdParty",qa=me+"showError",$4=me+"DocumentMessageThirdPartyTell",V4=me+"DocumentMessageEventUpload",Wu=me+"DocumentMessageHandler",Ku=`${me}Share`,Qo=`${me}ToggleMouseHoverTranslateDirectly`,Y4=`${me}ReqDraft`,Q4=`${me}ResDraft`,YC=`${me}Container`,J4=`${me}SpecifiedContainer`,Xr="buildinConfig",Jo="localConfig",R0="openOptionsPage",O0="openAboutPage";var z0="openEbookViewer",N0="openEbookBuilder";var ja=`${me}PageTranslatedStatus`,IO=`${me}PageUrlChanged`,Mr=`${me}ReceiveCommand`,Z4=me+"LastUseMouseHoverTime",Gu=me+"LastUseInputTime",Xn=me+"LastUseManualTranslatePageTime",RO=`${me}PopupReceiveMessage`,QC="immersivetranslate.com",JC="config.immersivetranslate.com",OO=`https://${QC}/`,Zo=`https://${JC}/default_config.json`,zO=`${me}Mark`,xn=`${me}Root`,X4=`${me}Walked`,NO=`data-${Q}-walked`,eb=`${me}Paragraph`,tb=`data-${Q}-paragraph`,dr=`data-${Q}-translation-element-mark`,nb=`${me}TranslationElementMark`,UO=`${me}TranslatedMark`,rb=`${me}LoadingId`,U0=`data-${Q}-loading-id`,ab=`${me}ErrorId`,$u=`data-${Q}-error-id`,ZC=`${me}AtomicBlockMark`,ib=`${me}ExcludeMark`,qO=`data-${Q}-exclude-mark`,XC=`${me}StayOriginalMark`,jO=`${me}PreWhitespaceMark`,Vu=`${me}InlineMark`,ob=`${me}BlockMark`,HO=`${me}Left`,WO=`${me}Right`,KO=`${me}Width`,GO=`${me}Height`,$O=`${me}Top`,VO=`${me}FontSize`,Xo="lastRunTime",YO=`${me}GlobalStyleMark`,es=["@","#"],Yu=" --- ",sb=` `,yt=`${Q}-target-wrapper`,QO=`${Q}-pdf-target-container`,Qu=`${Q}-target-inner`,JO=`${Q}-source-wrapper`,q0=`${Q}-target-translation-block-wrapper`,ZO=`${Q}-root-translation-theme`,Di=`${me}RootTranslationTheme`,ub=`${Q}-target-translation-vertical-block-wrapper`,XO=`${Q}-target-translation-pdf-block-wrapper`,lb=`${Q}-target-translation-pre-whitespace`,j0=`${Q}-target-translation-inline-wrapper`;var cb={underline:[{name:"borderColor",required:!1,type:"color"}],nativeUnderline:[{name:"borderColor",required:!1,type:"color"}],nativeDashed:[{name:"borderColor",required:!1,type:"color"}],nativeDotted:[{name:"borderColor",required:!1,type:"color"}],dotted:[{name:"borderColor",required:!1,type:"color"}],dividingLine:[{name:"borderColor",required:!1,type:"color"}],highlight:[{name:"backgroundColor",required:!1,type:"color"}],marker:[{name:"backgroundColor",required:!1,type:"color"}],dashed:[{name:"borderColor",required:!1,type:"color"}],blockquote:[{name:"borderColor",required:!1,type:"color"}],thinDashed:[{name:"borderColor",required:!1,type:"color"}],dashedBorder:[{name:"borderRadius",required:!1,type:"number",default:"0"},{name:"borderColor",required:!1,type:"color"}],solidBorder:[{name:"borderRadius",required:!1,type:"number",default:"0"},{name:"borderColor",required:!1,type:"color"}],marker2:[{name:"backgroundColor",required:!1,type:"color"}],wavy:[{name:"borderColor",required:!1,type:"color"}],opacity:[{name:"opacity",required:!1,type:"number",default:10}]},kn=["auto","zh-CN","zh-TW","en","ja","ko","es","de","fr","pt","pt-br","ru","ar","it","ms","id","vi","af","th","ur","yue","zh-CN-NE","bo","wyw","am","az","be","bg","bn","bs","ca","ceb","co","cs","cy","da","el","eo","et","eu","fa","fi","fil","fj","fy","ga","gd","gl","gu","ha","haw","he","hi","hmn","hr","ht","hu","hy","ig","is","jw","ka","kk","km","kn","ku","ky","la","lb","lo","lt","lv","mg","mi","mk","ml","mn","mr","mt","mww","my","ne","nl","no","ny","otq","pa","pl","ps","ro","sa","sd","si","sk","sl","sm","sn","so","sq","sr","sr-Cyrl","sr-Latn","st","su","sv","sw","ta","te","tg","tlh","tlh-Qaak","to","tr","ty","ug","uk","uz","xh","yi","yo","yua","zu"],db={af:"Afrikaans",am:"Amharic",ar:"Arabic",auto:"Auto Detect",az:"Azerbaijani",be:"Belarusian",bg:"Bulgarian",tn:"Zana",bn:"Bengali",bs:"Bosnian",bo:"Tibetan",ca:"Catalan",ceb:"Cebuano",co:"Corsican",cs:"Czech",cy:"Welsh",da:"Danish",de:"German",el:"Greek",en:"English",eo:"Esperanto",es:"Spanish",et:"Estonian",eu:"Basque",sa:"Sanskrit",fa:"Persian",fi:"Finnish",fil:"Filipino",fj:"Fijian",fr:"French",fy:"Frisian",ga:"Irish",gd:"Scottish Gaelic",gl:"Galician",gu:"Gujarati",ha:"Hausa",haw:"Hawaiian",he:"Hebrew",hi:"Hindi",hmn:"Hmong",hr:"Croatian",ht:"Haitian Creole",hu:"Hungarian",hy:"Armenian",id:"Indonesian",ig:"Igbo",is:"Icelandic",it:"Italian",ja:"Japanese",jw:"Javanese",ka:"Georgian",kk:"Kazakh",km:"Khmer",kn:"Kannada",ko:"Korean",ku:"Kurdish",ky:"Kyrgyz",la:"Latin",lb:"Luxembourgish",lo:"Lao",lt:"Lithuanian",lv:"Latvian",mg:"Malagasy",mi:"Maori",mk:"Macedonian",ml:"Malayalam",mn:"Mongolian",mr:"Marathi",ms:"Malay",mt:"Maltese",mww:"Hmong Daw",my:"Burmese",ne:"Nepali",nl:"Dutch",no:"Norwegian",ny:"Chichewa",otq:"Quer\xE9taro Otomi",pa:"Punjabi",pl:"Polish",ps:"Pashto",pt:"Portuguese","pt-br":"Portuguese (Brazil)",ro:"Romanian",ru:"Russian",sd:"Sindhi",si:"Sinhala",sk:"Slovak",sl:"Slovenian",sm:"Samoan",sn:"Shona",so:"Somali",sq:"Albanian",sr:"Serbian","sr-Cyrl":"Serbian (Cyrillic)","sr-Latn":"Serbian (Latin)",st:"Sesotho",su:"Sundanese",sv:"Swedish",sw:"Swahili",ta:"Tamil",te:"Telugu",tg:"Tajik",th:"Thai",tlh:"Klingon","tlh-Qaak":"Klingon (piqaD)",to:"Tongan",tr:"Turkish",ty:"Tahitian",ug:"Uyghur",uk:"Ukrainian",ur:"Urdu",uz:"Uzbek",vi:"Vietnamese",wyw:"Classical Chinese",xh:"Xhosa",placeholder:"Please Select",yi:"Yiddish",yo:"Yoruba",yua:"Yucatec Maya",yue:"Cantonese (Traditional)","zh-CN":"Simplified Chinese","zh-TW":"Traditional Chinese","zh-CN-NE":"Northeastern Chinese",zu:"Zulu","":"All Languages"},pb={placeholder:"\u8BF7\u9009\u62E9",af:"\u5357\u975E\u8377\u5170\u8BED",am:"\u963F\u59C6\u54C8\u62C9\u8BED",ar:"\u963F\u62C9\u4F2F\u8BED",auto:"\u81EA\u52A8\u68C0\u6D4B",az:"\u963F\u585E\u62DC\u7586\u8BED",be:"\u767D\u4FC4\u7F57\u65AF\u8BED",bg:"\u4FDD\u52A0\u5229\u4E9A\u8BED",tn:"\u8D5E\u7EB3\u8BED",bn:"\u5B5F\u52A0\u62C9\u8BED",bs:"\u6CE2\u65AF\u5C3C\u4E9A\u8BED",bo:"\u85CF\u8BED",ca:"\u52A0\u6CF0\u7F57\u5C3C\u4E9A\u8BED",ceb:"\u5BBF\u52A1\u8BED",co:"\u79D1\u897F\u5609\u8BED",cs:"\u6377\u514B\u8BED",cy:"\u5A01\u5C14\u58EB\u8BED",da:"\u4E39\u9EA6\u8BED",de:"\u5FB7\u8BED",el:"\u5E0C\u814A\u8BED",en:"\u82F1\u8BED",eo:"\u4E16\u754C\u8BED",es:"\u897F\u73ED\u7259\u8BED",et:"\u7231\u6C99\u5C3C\u4E9A\u8BED",eu:"\u5DF4\u65AF\u514B\u8BED",sa:"\u68B5\u8BED",fa:"\u6CE2\u65AF\u8BED",fi:"\u82AC\u5170\u8BED",fil:"\u83F2\u5F8B\u5BBE\u8BED",fj:"\u6590\u6D4E\u8BED",fr:"\u6CD5\u8BED",fy:"\u5F17\u91CC\u65AF\u5170\u8BED",ga:"\u7231\u5C14\u5170\u8BED",gd:"\u82CF\u683C\u5170\u76D6\u5C14\u8BED",gl:"\u52A0\u5229\u897F\u4E9A\u8BED",gu:"\u53E4\u5409\u62C9\u7279\u8BED",ha:"\u8C6A\u8428\u8BED",haw:"\u590F\u5A01\u5937\u8BED",he:"\u5E0C\u4F2F\u6765\u8BED",hi:"\u5370\u5730\u8BED",hmn:"\u82D7\u8BED",hr:"\u514B\u7F57\u5730\u4E9A\u8BED",ht:"\u6D77\u5730\u514B\u91CC\u5965\u5C14\u8BED",hu:"\u5308\u7259\u5229\u8BED",hy:"\u4E9A\u7F8E\u5C3C\u4E9A\u8BED",id:"\u5370\u5EA6\u5C3C\u897F\u4E9A\u8BED",ig:"\u4F0A\u535A\u8BED",is:"\u51B0\u5C9B\u8BED",it:"\u610F\u5927\u5229\u8BED",ja:"\u65E5\u672C\u8BED",jw:"\u722A\u54C7\u8BED",ka:"\u683C\u9C81\u5409\u4E9A\u8BED",kk:"\u54C8\u8428\u514B\u8BED",km:"\u9AD8\u68C9\u8BED",kn:"\u5361\u7EB3\u8FBE\u8BED",ko:"\u97E9\u8BED",ku:"\u5E93\u5C14\u5FB7\u8BED",ky:"\u5409\u5C14\u5409\u65AF\u8BED",la:"\u62C9\u4E01\u8BED",lb:"\u5362\u68EE\u5821\u8BED",lo:"\u8001\u631D\u8BED",lt:"\u7ACB\u9676\u5B9B\u8BED",lv:"\u62C9\u8131\u7EF4\u4E9A\u8BED",mg:"\u9A6C\u62C9\u52A0\u65AF\u8BED",mi:"\u6BDB\u5229\u8BED",mk:"\u9A6C\u5176\u987F\u8BED",ml:"\u9A6C\u62C9\u96C5\u62C9\u59C6\u8BED",mn:"\u8499\u53E4\u8BED",mr:"\u9A6C\u62C9\u5730\u8BED",ms:"\u9A6C\u6765\u8BED",mt:"\u9A6C\u8033\u4ED6\u8BED",mww:"\u767D\u82D7\u8BED",my:"\u7F05\u7538\u8BED",ne:"\u5C3C\u6CCA\u5C14\u8BED",nl:"\u8377\u5170\u8BED",no:"\u632A\u5A01\u8BED",ny:"\u9F50\u5207\u74E6\u8BED\uFF08\u5C3C\u626C\u8D3E\u8BED\uFF09",otq:"\u514B\u96F7\u5854\u7F57\u5965\u6258\u7C73\u8BED",pa:"\u65C1\u906E\u666E\u8BED",pl:"\u6CE2\u5170\u8BED",ps:"\u666E\u4EC0\u56FE\u8BED",pt:"\u8461\u8404\u7259\u8BED","pt-br":"\u8461\u8404\u7259\u8BED\uFF08\u5DF4\u897F\uFF09",ro:"\u7F57\u9A6C\u5C3C\u4E9A\u8BED",ru:"\u4FC4\u8BED",sd:"\u4FE1\u5FB7\u8BED",si:"\u50E7\u4F3D\u7F57\u8BED",sk:"\u65AF\u6D1B\u4F10\u514B\u8BED",sl:"\u65AF\u6D1B\u6587\u5C3C\u4E9A\u8BED",sm:"\u8428\u6469\u4E9A\u8BED",sn:"\u4FEE\u7EB3\u8BED",so:"\u7D22\u9A6C\u91CC\u8BED",sq:"\u963F\u5C14\u5DF4\u5C3C\u4E9A\u8BED",sr:"\u585E\u5C14\u7EF4\u4E9A\u8BED","sr-Cyrl":"\u585E\u5C14\u7EF4\u4E9A\u8BED\uFF08\u897F\u91CC\u5C14\u6587\uFF09","sr-Latn":"\u585E\u5C14\u7EF4\u4E9A\u8BED\uFF08\u62C9\u4E01\u6587\uFF09",st:"\u585E\u7D22\u6258\u8BED",su:"\u5DFD\u4ED6\u8BED",sv:"\u745E\u5178\u8BED",sw:"\u65AF\u74E6\u5E0C\u91CC\u8BED",ta:"\u6CF0\u7C73\u5C14\u8BED",te:"\u6CF0\u5362\u56FA\u8BED",tg:"\u5854\u5409\u514B\u8BED",th:"\u6CF0\u8BED",tlh:"\u514B\u6797\u8D21\u8BED","tlh-Qaak":"\u514B\u6797\u8D21\u8BED\uFF08piqaD\uFF09",to:"\u6C64\u52A0\u8BED",tr:"\u571F\u8033\u5176\u8BED",ty:"\u5854\u5E0C\u63D0\u8BED",ug:"\u7EF4\u543E\u5C14\u8BED",uk:"\u4E4C\u514B\u5170\u8BED",ur:"\u4E4C\u5C14\u90FD\u8BED",uz:"\u4E4C\u5179\u522B\u514B\u8BED",vi:"\u8D8A\u5357\u8BED",wyw:"\u6587\u8A00\u6587",xh:"\u73ED\u56FE\u8BED",yi:"\u610F\u7B2C\u7EEA\u8BED",yo:"\u7EA6\u9C81\u5DF4\u8BED",yua:"\u5C24\u5361\u5766\u739B\u96C5\u8BED",yue:"\u7CA4\u8BED","zh-CN":"\u7B80\u4F53\u4E2D\u6587","zh-TW":"\u7E41\u4F53\u4E2D\u6587","zh-CN-NE":"\u4E1C\u5317\u8BDD",zu:"\u7956\u9C81\u8BED","":"\u6240\u6709\u8BED\u8A00"},gb={placeholder:"\u8ACB\u9078\u64C7",af:"\u963F\u975E\u5229\u5361\u8A9E",am:"\u963F\u59C6\u54C8\u62C9\u8A9E",ar:"\u963F\u62C9\u4F2F\u8A9E",auto:"\u81EA\u52D5\u6AA2\u6E2C",az:"\u963F\u585E\u62DC\u7586\u8A9E",be:"\u767D\u4FC4\u7F85\u65AF\u8A9E",bg:"\u4FDD\u52A0\u5229\u4E9E\u8A9E",tn:"\u8D0A\u7D0D\u8A9E",bn:"\u5B5F\u52A0\u62C9\u8A9E",bs:"\u6CE2\u65AF\u5C3C\u4E9E\u8A9E",bo:"\u85CF\u8A9E",ca:"\u52A0\u6CF0\u862D\u8A9E",ceb:"\u5BBF\u9727\u8A9E",co:"\u79D1\u897F\u5609\u8A9E",cs:"\u6377\u514B\u8A9E",cy:"\u5A01\u723E\u65AF\u8A9E",da:"\u4E39\u9EA5\u8A9E",de:"\u5FB7\u8A9E",el:"\u5E0C\u81D8\u8A9E",en:"\u82F1\u8A9E",eo:"\u4E16\u754C\u8A9E",es:"\u897F\u73ED\u7259\u8A9E",et:"\u611B\u6C99\u5C3C\u4E9E\u8A9E",eu:"\u5DF4\u65AF\u514B\u8A9E",sa:"\u68B5\u8A9E",fa:"\u6CE2\u65AF\u8A9E",fi:"\u82AC\u862D\u8A9E",fil:"\u83F2\u5F8B\u8CD3\u8A9E",fj:"\u6590\u6FDF\u8A9E",fr:"\u6CD5\u8A9E",fy:"\u5F17\u91CC\u897F\u8A9E",ga:"\u611B\u723E\u862D\u8A9E",gd:"\u8607\u683C\u862D\u84CB\u723E\u8A9E",gl:"\u52A0\u5229\u897F\u4E9E\u8A9E",gu:"\u53E4\u5409\u62C9\u7279\u8A9E",ha:"\u8C6A\u6492\u8A9E",haw:"\u590F\u5A01\u5937\u8A9E",he:"\u5E0C\u4F2F\u4F86\u8A9E",hi:"\u5370\u5730\u8A9E",hmn:"\u82D7\u8A9E",hr:"\u514B\u7F85\u5730\u4E9E\u8A9E",ht:"\u6D77\u5730\u514B\u91CC\u5967\u723E\u8A9E",hu:"\u5308\u7259\u5229\u8A9E",hy:"\u4E9E\u7F8E\u5C3C\u4E9E\u8A9E",id:"\u5370\u5C3C\u8A9E",ig:"\u4F0A\u535A\u8A9E",is:"\u51B0\u5CF6\u8A9E",it:"\u610F\u5927\u5229\u8A9E",ja:"\u65E5\u8A9E",jw:"\u722A\u54C7\u8A9E",ka:"\u55AC\u6CBB\u4E9E\u8A9E",kk:"\u54C8\u85A9\u514B\u8A9E",km:"\u9AD8\u68C9\u8A9E",kn:"\u574E\u7D0D\u9054\u8A9E",ko:"\u97D3\u8A9E",ku:"\u5EAB\u723E\u5FB7\u8A9E",ky:"\u5409\u723E\u5409\u65AF\u8A9E",la:"\u62C9\u4E01\u8A9E",lb:"\u76E7\u68EE\u5821\u8A9E",lo:"\u8001\u64BE\u8A9E",lt:"\u7ACB\u9676\u5B9B\u8A9E",lv:"\u62C9\u812B\u7DAD\u4E9E\u8A9E",mg:"\u99AC\u62C9\u52A0\u65AF\u8A9E",mi:"\u6BDB\u5229\u8A9E",mk:"\u99AC\u5176\u9813\u8A9E",ml:"\u99AC\u62C9\u96C5\u62C9\u59C6\u8A9E",mn:"\u8499\u53E4\u8A9E",mr:"\u99AC\u62C9\u5730\u8A9E",ms:"\u99AC\u4F86\u8A9E",mt:"\u99AC\u723E\u4ED6\u8A9E",mww:"\u767D\u82D7\u8A9E",my:"\u7DEC\u7538\u8A9E",ne:"\u5C3C\u6CCA\u723E\u8A9E",nl:"\u8377\u862D\u8A9E",no:"\u632A\u5A01\u8A9E",ny:"\u9F4A\u5207\u74E6\u8A9E",otq:"\u594E\u96F7\u5854\u7F85\u5967\u6258\u7C73\u8A9E",pa:"\u65C1\u906E\u666E\u8A9E",pl:"\u6CE2\u862D\u8A9E",ps:"\u666E\u4EC0\u5716\u8A9E",pt:"\u8461\u8404\u7259\u8A9E","pt-br":"\u8461\u8404\u7259\u8A9E\uFF08\u5DF4\u897F\uFF09",ro:"\u7F85\u99AC\u5C3C\u4E9E\u8A9E",ru:"\u4FC4\u8A9E",sd:"\u4FE1\u5FB7\u8A9E",si:"\u50E7\u4F3D\u7F85\u8A9E",sk:"\u65AF\u6D1B\u4F10\u514B\u8A9E",sl:"\u65AF\u6D1B\u7DAD\u5C3C\u4E9E\u8A9E",sm:"\u85A9\u6469\u4E9E\u8A9E",sn:"\u7D39\u7D0D\u8A9E",so:"\u7D22\u99AC\u91CC\u8A9E",sq:"\u963F\u723E\u5DF4\u5C3C\u4E9E\u8A9E",sr:"\u585E\u723E\u7DAD\u4E9E\u8A9E","sr-Cyrl":"\u585E\u723E\u7DAD\u4E9E\u8A9E (\u897F\u91CC\u723E\u6587)","sr-Latn":"\u585E\u723E\u7DAD\u4E9E\u8A9E (\u62C9\u4E01\u6587)",st:"\u585E\u7D22\u6258\u8A9E",su:"\u5DFD\u4ED6\u8A9E",sv:"\u745E\u5178\u8A9E",sw:"\u65AF\u74E6\u5E0C\u91CC\u8A9E",ta:"\u6CF0\u7C73\u723E\u8A9E",te:"\u6CF0\u76E7\u56FA\u8A9E",tg:"\u5854\u5409\u514B\u8A9E",th:"\u6CF0\u8A9E",tlh:"\u514B\u6797\u8CA2\u8A9E","tlh-Qaak":"\u514B\u6797\u8CA2\u8A9E (piqaD)",to:"\u6771\u52A0\u8A9E",tr:"\u571F\u8033\u5176\u8A9E",ty:"\u5854\u5E0C\u63D0\u8A9E",ug:"\u7DAD\u543E\u723E\u8A9E",uk:"\u70CF\u514B\u862D\u8A9E",ur:"\u70CF\u723E\u90FD\u8A9E",uz:"\u70CF\u8332\u5225\u514B\u8A9E",vi:"\u8D8A\u5357\u8A9E",wyw:"\u6587\u8A00\u6587",xh:"\u79D1\u85A9\u8A9E",yi:"\u610F\u7B2C\u7DD2\u8A9E",yo:"\u7D04\u9B6F\u5DF4\u8A9E",yua:"\u5C24\u52A0\u6566\u99AC\u96C5\u8A9E",yue:"\u5EE3\u6771\u8A71 (\u50B3\u7D71)","zh-CN":"\u7C21\u9AD4\u4E2D\u6587","zh-TW":"\u7E41\u9AD4\u4E2D\u6587","zh-CN-NE":"\u6771\u5317\u8A71",zu:"\u7956\u9B6F\u8A9E","":"\u6240\u6709\u8A9E\u8A00"};var mb=[{name:"touch",shortcuts:[{command:"touchShortcutsToggleTranslatePage",type:"finger"},{command:"touchShortcutsToggleTranslationMask",type:"finger"},{command:"touchShortcutsToggleTranslatePageOnlyTranslation",type:"finger"},{command:"touchShortcutsToggleTranslateTouchElement",type:"finger"}]},{name:"main",shortcuts:["toggleTranslatePage","shareToDraft","translateInputBox"]},{name:"mouse",shortcuts:[{command:"mouseHoverHoldKey",type:"mouseHoverHoldKey"},"toggleMouseHoverTranslateDirectly"]},{name:"others",shortcuts:["toggleTranslationMask","toggleTranslateToThePageEndImmediately","toggleTranslateTheMainPage","toggleOnlyTransation","toggleTranslateTheWholePage","toggleVideoSubtitlePreTranslation"]},{name:"shortcutsForTranslationServices",shortcuts:["translateWithDeepL","translateWithGoogle","translateWithOpenAI","translateWithBing","translateWithTransmart","translateWithGemini"]}],fb=["https://immersive-translate.owenyoung.com/options/","https://immersive-translate.owenyoung.com/auth-done/","https://dash.immersivetranslate.com/","https://dash.immersivetranslate.com/auth-done/","http://localhost:8000/dist/userscript/options/","http://localhost:8000/auth-done/","http://192.168.50.9:8000/dist/userscript/options/","http://192.168.31.51:8000/dist/userscript/options/","http://192.168.1.72:8000/dist/userscript/options/","https://www.deepl.com/translator","translate.google.com","http://localhost:8000/options/","http://192.168.50.9:8000/options/","http://192.168.31.51:8000/options/","http://192.168.1.72:8000/options/"],pr="zh-CN";var W4=[{type:"select",name:"codename",labelKey:"field.translationEngine",default:"youdao",required:!1,options:[{label:"translationServices.google",value:"google"},{label:"translationServices.deepl",value:"deepl"},{label:"translationServices.youdao",value:"youdao"},{label:"translationServices.tencent",value:"tencent"},{label:"translationServices.aliyun",value:"aliyun"},{label:"translationServices.baidu",value:"baidu"},{label:"translationServices.caiyun",value:"caiyun"},{label:"translationServices.wechat",value:"wechat"},{label:"translationServices.ibm",value:"ibm"},{label:"translationServices.azure",value:"azure"},{label:"translationServices.aws",value:"aws"}]}],Ju=["caiyun","cai"],gr={bing:{name:"\u5FAE\u8F6F\u7FFB\u8BD1",homepage:"https://www.bing.com/translator"},google:{name:"Google",homepage:"https://translate.google.com/"},deepl:{name:"DeepL",homepage:"https://www.deepl.com/translator",docUrl:"https://immersivetranslate.com/docs/services/deepL/",providers:[{name:"pro",nameKey:"deepLProName",descriptionKey:"deepLProDescription",descriptionKeyForNormal:"deeplProDescriptionForNormal",descriptionLink1:"https://immersivetranslate.com/pricing"},{name:"custom",nameKey:"deepLCustomName",descriptionKey:"deepLCustomDescription",descriptionLink1:"https://www.deepl.com/translator",descriptionLink2:"https://immersivetranslate.com/docs/services/deepL/"}],allProps:[{name:"authKey",providers:["custom"],label:"Auth Key",required:!0,type:"password"}]},openai:{name:"Open AI",homepage:"https://openai.com/api/",docUrl:"https://immersivetranslate.com/docs/services/openai/",providers:[{name:"pro",nameKey:"openaiProName",descriptionKey:"openaiProDescription",descriptionKeyForNormal:"openaiProDescriptionForNormal",descriptionLink1:"https://immersivetranslate.com/pricing"},{name:"custom",nameKey:"openaiCustomName",descriptionKey:"openaiCustomDescription",descriptionLink1:"https://immersivetranslate.com/docs/services/openai/"}],allProps:[{name:"APIKEY",providers:["custom"],required:!0,type:"password"},{name:"model",labelKey:"field.model",descriptionKey:"description.model",required:!1,type:"model-select",default:"gpt-3.5-turbo-1106",providers:["custom"],options:[{providers:["custom","pro"],label:"gpt-3.5-turbo",value:"gpt-3.5-turbo"},{providers:["custom"],label:"gpt-3.5-turbo-0125",value:"gpt-3.5-turbo-0125"},{providers:["custom","pro"],label:"gpt-3.5-turbo-1106",value:"gpt-3.5-turbo-1106"},{providers:["custom","pro"],label:"gpt-3.5-turbo-0613",value:"gpt-3.5-turbo-0613"},{providers:["custom"],label:"gpt-4-1106-preview",value:"gpt-4-1106-preview"},{providers:["custom"],label:"gpt-4-0125-preview",value:"gpt-4-0125-preview"},{providers:["custom"],label:"gpt-4",value:"gpt-4"}]},{name:"limit",required:!1,labelKey:"field.limitPerSecond",descriptionKey:"description.limitPerSecond",descriptionLink1:"https://immersivetranslate.com/docs/services/openai/",type:"number",default:10,providers:["custom"]},{name:"maxTextLengthPerRequest",required:!1,labelKey:"field.maxTextLengthPerRequest",descriptionKey:"description.maxTextLengthPerRequest",type:"number",default:1200,optional:!0},{name:"maxTextGroupLengthPerRequest",required:!1,labelKey:"field.maxTextGroupLengthPerRequest",descriptionKey:"description.maxTextGroupLengthPerRequest",type:"number",default:1,optional:!0},{name:"apiUrl",labelKey:"field.apiUrl",required:!1,type:"text",default:"https://api.openai.com/v1/chat/completions",descriptionKey:"description.apiUrl",descriptionLink1:"https://immersivetranslate.com/docs/services/openai/",optional:!0,providers:["custom"]},{name:"systemPrompt",label:"System Prompt",required:!1,descriptionKey:"description.systemPrompt",type:"textarea",optional:!0,default:"You are a translation engine, you can only translate text and cannot interpret it, and do not explain."},{name:"prompt",label:"Prompt",required:!1,descriptionKey:"description.prompt",type:"textarea",default:`Translate the text to {{to}}, please do not explain any sentences, just translate or leave them as they are.: -{{text}}`,optional:!0},{name:"multiplePrompt",label:"Multiple Prompt",required:!1,descriptionKey:"description.multiplePrompt",type:"textarea",default:"",optional:!0},{name:"subtitlePrompt",label:"Subtitle Prompt",required:!1,descriptionKey:"description.subtitlePrompt",type:"textarea",default:"",optional:!0}]},yandex:{name:"Yandex",homepage:"https://translate.yandex.com/"},gemini:{name:"Gemini",homepage:"https://makersuite.google.com/",docUrl:"https://immersivetranslate.com/docs/services/gemini/",beta:!0,allProps:[{name:"APIKEY",providers:["custom"],required:!0,type:"password"},{name:"model",labelKey:"field.model",descriptionKey:"description.model",optional:!0,required:!1,type:"model-select",options:[{label:"gemini-1.0-pro-latest",value:"gemini-1.0-pro-latest"}]},{name:"limit",required:!1,optional:!0,labelKey:"field.limitPerSecond",descriptionKey:"description.generalLimitPerSecond",descriptionLink1:"https://immersivetranslate.com/docs/services/openai/",type:"number",default:1},{name:"maxTextLengthPerRequest",required:!1,labelKey:"field.maxTextLengthPerRequest",descriptionKey:"description.maxTextLengthPerRequest",type:"number",default:1200,optional:!0},{name:"maxTextGroupLengthPerRequest",required:!1,labelKey:"field.maxTextGroupLengthPerRequest",descriptionKey:"description.maxTextGroupLengthPerRequest",type:"number",default:3,optional:!0},{name:"apiUrl",labelKey:"field.apiUrl",required:!1,type:"text",default:"https://generativelanguage.googleapis.com/v1beta/models/{model}:generateContent?key={key}",descriptionKey:"description.apiUrl",descriptionLink1:"https://immersivetranslate.com/docs/services/gemini/",optional:!0},{name:"prompt",label:"Prompt",required:!1,descriptionKey:"description.prompt",type:"textarea",default:"",optional:!0},{name:"multiplePrompt",label:"Multiple Prompt",required:!1,descriptionKey:"description.multiplePrompt",type:"textarea",default:"",optional:!0},{name:"subtitlePrompt",label:"Subtitle Prompt",required:!1,descriptionKey:"description.subtitlePrompt",type:"textarea",default:"",optional:!0}]},claude:{name:"Claude",homepage:"https://www.anthropic.com/",docUrl:"https://immersivetranslate.com/docs/services/claude/",allProps:[{name:"APIKEY",providers:["custom"],required:!0,type:"password"},{name:"model",labelKey:"field.model",descriptionKey:"description.model",optional:!0,required:!1,type:"model-select",default:"claude-3-haiku-20240307",options:[{label:"claude-3-haiku-20240307",value:"claude-3-haiku-20240307"},{label:"claude-3-sonnet-20240229",value:"claude-3-sonnet-20240229"},{label:"claude-3-opus-20240229",value:"claude-3-opus-20240229"},{label:"claude-2.1",value:"claude-2.1"}]},{name:"limit",required:!1,optional:!0,labelKey:"field.limitPerSecond",descriptionKey:"description.generalLimitPerSecond",descriptionLink1:"https://immersivetranslate.com/docs/services/openai/",type:"number",default:1},{name:"maxTextLengthPerRequest",required:!1,labelKey:"field.maxTextLengthPerRequest",descriptionKey:"description.maxTextLengthPerRequest",type:"number",default:1200,optional:!0},{name:"maxTextGroupLengthPerRequest",required:!1,labelKey:"field.maxTextGroupLengthPerRequest",descriptionKey:"description.maxTextGroupLengthPerRequest",type:"number",default:10,optional:!0},{name:"apiUrl",labelKey:"field.apiUrl",required:!1,type:"text",default:"https://api.anthropic.com/v1/messages",descriptionKey:"description.apiUrl",descriptionLink1:"https://immersivetranslate.com/docs/services/claude/",optional:!0},{name:"prompt",label:"Prompt",required:!1,descriptionKey:"description.prompt",type:"textarea",default:"",optional:!0},{name:"multiplePrompt",label:"Multiple Prompt",required:!1,descriptionKey:"description.multiplePrompt",type:"textarea",default:"",optional:!0},{name:"subtitlePrompt",label:"Subtitle Prompt",required:!1,descriptionKey:"description.subtitlePrompt",type:"textarea",default:"",optional:!0}]},transmart:{name:"Transmart",homepage:"https://transmart.qq.com/"},youdao:{name:"Youdao",homepage:"https://youdao.com/",docUrl:"https://immersivetranslate.com/docs/services/youdao/",allProps:[{name:"appId",required:!0,type:"text"},{name:"appSecret",required:!0,type:"password"},{name:"limit",required:!1,labelKey:"field.limitPerSecond",descriptionKey:"description.generalLimitPerSecond",type:"number",default:5,optional:!0},{name:"maxTextLengthPerRequest",required:!1,labelKey:"field.maxTextLengthPerRequest",descriptionKey:"description.maxTextLengthPerRequest",type:"number",default:1200,optional:!0},{name:"maxTextGroupLengthPerRequest",required:!1,labelKey:"field.maxTextGroupLengthPerRequest",descriptionKey:"description.maxTextGroupLengthPerRequest",type:"number",default:200,optional:!0},{name:"domain",required:!1,labelKey:"field.domain",descriptionKey:"description.domain",descriptionLink1:"https://fanyi.youdao.com/openapi/",type:"text",default:"general",optional:!0},{name:"vocabId",required:!1,labelKey:"field.vocabId",descriptionKey:"description.vocabId",type:"text",default:"",optional:!0}]},tencent:{name:"Tencent",homepage:"https://fanyi.qq.com/",docUrl:"https://immersivetranslate.com/docs/services/tencent/",allProps:[{name:"secretId",required:!0,type:"text"},{name:"secretKey",required:!0,type:"password"}]},aliyun:{name:"Aliyun",homepage:"https://translate.alibaba.com/",docUrl:"https://immersivetranslate.com/docs/services/aliyun/",allProps:[{name:"AccessKeyID",required:!0,type:"text"},{name:"AccessKeySecret",required:!0,type:"password"},{name:"scene",labelKey:"field.scene",descriptionKey:"description.scene",descriptionLink1:"https://help.aliyun.com/document_detail/158267.html",required:!1,optional:!0,type:"text",default:"general"}]},azure:{name:"azure",homepage:"https://learn.microsoft.com/en-us/azure/cognitive-services/translator/text-translation-overview",docUrl:"https://immersivetranslate.com/docs/services/azure/",allProps:[{name:"region",required:!1,default:"eastasia",type:"text"},{name:"APIKEY",required:!0,type:"password"},{name:"apiUrl",labelKey:"field.apiUrl",required:!1,type:"text",default:"https://api.cognitive.microsofttranslator.com/",descriptionKey:"description.azureApiUrl",optional:!0}]},papago:{name:"Papago",homepage:"https://translate.google.com/",canary:!0},baidu:{name:"Baidu",homepage:"https://fanyi.baidu.com/",docUrl:"https://immersivetranslate.com/docs/services/baidu/",allProps:[{name:"appid",required:!0,type:"text"},{name:"key",required:!0,type:"password"},{name:"limit",required:!1,labelKey:"field.limitPerSecond",descriptionKey:"description.generalLimitPerSecond",type:"number",default:1,optional:!0},{name:"maxTextLengthPerRequest",required:!1,labelKey:"field.maxTextLengthPerRequest",descriptionKey:"description.maxTextLengthPerRequest",type:"number",default:1800,optional:!0},{name:"maxTextGroupLengthPerRequest",required:!1,labelKey:"field.maxTextGroupLengthPerRequest",descriptionKey:"description.maxTextGroupLengthPerRequest",type:"number",default:8,optional:!0},{name:"action",required:!1,labelKey:"field.action",descriptionKey:"description.action",descriptionLink1:"https://fanyi-api.baidu.com/doc/21",type:"boolean",default:!1,optional:!0},{name:"domain",required:!1,labelKey:"field.domain",descriptionKey:"description.baiduField",descriptionLink1:"https://fanyi-api.baidu.com/doc/22",type:"text",default:"",optional:!0}]},volc:{name:"Volc",homepage:"https://www.volcengine.com/",docUrl:"https://immersivetranslate.com/docs/services/volcano/",allProps:[{name:"accessKeyId",required:!0,type:"text"},{name:"secretAccessKey",required:!0,type:"password"},{name:"limit",required:!1,labelKey:"field.limitPerSecond",descriptionKey:"description.generalLimitPerSecond",type:"number",default:5,optional:!0},{name:"maxTextLengthPerRequest",required:!1,labelKey:"field.maxTextLengthPerRequest",descriptionKey:"description.maxTextLengthPerRequest",type:"number",default:1800,optional:!0},{name:"maxTextGroupLengthPerRequest",required:!1,labelKey:"field.maxTextGroupLengthPerRequest",descriptionKey:"description.maxTextGroupLengthPerRequest",type:"number",default:8,optional:!0}]},caiyun:{name:"Caiyun",homepage:"https://fanyi.caiyunapp.com/",docUrl:"https://immersivetranslate.com/docs/services/caiyun/",allProps:[{name:"token",required:!0,type:"password"}]},cai:{name:"Cai",homepage:"https://fanyi.caiyunapp.com/",alpha:!0},custom:{name:"Custom",beta:!0,homepage:"https://immersivetranslate.com/docs/services/custom/",titleKey:"description.custom",allProps:[{name:"url",label:"API URL",required:!0,type:"text"},{name:"langs",required:!1,labelKey:"field.langs",type:"textarea",default:"zh-CN,en",optional:!0},{name:"placeholderDelimiters",required:!1,labelKey:"field.placeholderDelimiters",type:"text",default:es,optional:!0},{name:"limit",required:!1,labelKey:"field.limitPerSecond",descriptionKey:"description.generalLimitPerSecond",type:"number",default:5,optional:!0},{name:"maxTextLengthPerRequest",required:!1,labelKey:"field.maxTextLengthPerRequest",descriptionKey:"description.maxTextLengthPerRequest",type:"number",default:1200,optional:!0},{name:"maxTextGroupLengthPerRequest",required:!1,labelKey:"field.maxTextGroupLengthPerRequest",descriptionKey:"description.maxTextGroupLengthPerRequest",type:"number",default:1,optional:!0}]},mock:{name:"Mock",homepage:"https://www.google.com"},mock2:{name:"Mock2",homepage:"https://www.google.com"},tenAlpha:{name:"TenAlpha",homepage:"https://fanyi.qq.com/",alpha:!0},you:{name:"You",alpha:!0,homepage:"https://youdao.com/"},openl:{name:"Openl",homepage:"https://openl.club/",docUrl:"https://immersivetranslate.com/docs/services/openL/",allProps:[...W4,{type:"password",name:"apikey",required:!0}],props:W4},volcAlpha:{name:"Volc Alpha",alpha:!0,homepage:"https://www.volcengine.com/"},d:{name:"D () ",canary:!0,homepage:"https://www.deepl.com/translator"},dpro:{name:"DPro (Canary) ",canary:!0,homepage:"https://www.deepl.com/translator"},deeplx:{name:"DeepLX (Beta)",beta:!0,homepage:"https://www.deepl.com/translator",allProps:[{name:"url",label:"API URL",required:!0,type:"text"},{name:"limit",required:!1,labelKey:"field.limitPerSecond",descriptionKey:"description.generalLimitPerSecond",type:"number",default:5,optional:!0},{name:"maxTextLengthPerRequest",required:!1,labelKey:"field.maxTextLengthPerRequest",descriptionKey:"description.maxTextLengthPerRequest",type:"number",default:1200,optional:!0},{name:"maxTextGroupLengthPerRequest",required:!1,labelKey:"field.maxTextGroupLengthPerRequest",descriptionKey:"description.maxTextGroupLengthPerRequest",type:"number",default:1,optional:!0}]},niu:{name:"niutrans",homepage:"https://niutrans.com/",docUrl:"https://immersivetranslate.com/docs/services/niu",allProps:[{name:"APIKEY",required:!0,type:"password"}]}},Zu={type:me+"ChildFrameToRootFrameIdentifier"},H0=["youtube","netflix","webvtt","khanacademy","bilibili","udemy","hulu","text_track","text_track_dynamic","general","live","ebutt","disneyplus","fmp4.xml","multi_attach_vtt","twitter","subsrt","xml","av"],ts=["Ctrl","Shift","Alt","Auto","Off","OtherCustom","Other"],hb=["ctrl","alt","shift","cmd","command","option","control"];var ez=Qt()?"https://dash.immersivetranslate.com/#general":"http://localhost:8000/dist/userscript/options/#general",W0="user_from_plugin",Ft="user_info",ns=Qt()||Rn()?"https://api2.immersivetranslate.com":"https://test-api2.immersivetranslate.com",bb=Qt()||Rn()?"https://immersivetranslate.com/accounts/login?from=plugin":"https://test.immersivetranslate.com/accounts/login?from=plugin",Tb=bb+"&utm_source=extension&utm_medium=extension&utm_campaign=error_modal",yb=bb+"&utm_source=extension&utm_medium=extension&utm_campaign=popup_more",Xu=Qt()||Rn()?"https://immersivetranslate.com/profile":"https://test.immersivetranslate.com/profile",Ai=Qt()||Rn()?"https://immersivetranslate.com/pricing":"https://test.immersivetranslate.com/pricing",ew=Qt()||Rn()?"https://immersivetranslate.com/download/":"https://test.immersivetranslate.com/download/",tw=Qt()||Rn()?"https://immersivetranslate.com/topup?type=open_ai&":"https://test.immersivetranslate.com/topup?type=open_ai&",nw=Qt()||Rn()?"https://immersivetranslate.com/topup?type=deepl&":"https://test.immersivetranslate.com/topup?type=deepl&",tz=Ai+"?utm_source=extension&utm_medium=extension&utm_campaign=popup_more",nz=ew+"?utm_source=extension&utm_medium=extension&utm_campaign=options_nav",vb=Ai+"?utm_source=extension&utm_medium=extension&utm_campaign=popup_footer",el=Ai+"?utm_source=extension&utm_medium=extension&utm_campaign=error_modal",Sb=tw+"utm_source=extension&utm_medium=extension&utm_campaign=error_modal",xb=nw+"utm_source=extension&utm_medium=extension&utm_campaign=error_modal",Eb=Xu+"?utm_source=extension&utm_medium=extension&utm_campaign=error_modal&upgradeFromTrial=true",Cb="https://immersivetranslate.com/docs/usage/";var wb=Me().TRANSLATE_FILE_URL,rz=wb+"?utm_source=extension&utm_medium=extension&utm_campaign=options_nav",Db=wb+"?utm_source=extension&utm_medium=extension&utm_campaign=float_ball";var ki=console,K0=class{#e=performance.now();reset(){this.#e=performance.now()}stop(e){let n=performance.now(),r=Math.round(n-this.#e),a=On.green;r>1e4?a=On.red:r>1e3&&(a=On.yellow),ki.debug(On.dim(Ua+" TIMING:"),e,"in",a(r+"ms")),this.#e=n}},rs=class{#e=1;get level(){return this.#e}setLevel(e){switch(e){case"debug":this.#e=0;break;case"info":this.#e=1;break;case"warn":this.#e=2;break;case"error":this.#e=3;break;case"fatal":this.#e=4;break}}debug(...e){this.#e<=0&&ki.log(On.dim(Ua+" DEBUG:"),...e)}v(...e){this.#e<=0}info(...e){this.#e<=1&&ki.log(On.green(Ua+" INFO:"),...e)}l(...e){this.#e<=1}warn(...e){this.#e<=2&&ki.warn(On.yellow(Ua+" WARN:"),...e)}error(...e){this.#e<=3&&ki.error(On.red(Ua+" ERROR:"),...e)}fatal(...e){this.#e<=4&&ki.error(On.red(Ua+" FATAL:"),...e)}timing(){return this.level===0?new K0:{reset:()=>{},stop:()=>{}}}},B=new rs;d();d();d();var G0=/iPhone/i,Ab=/iPod/i,kb=/iPad/i,Pb=/\biOS-universal(?:.+)Mac\b/i,$0=/\bAndroid(?:.+)Mobile\b/i,Lb=/Android/i,Pi=/(?:SD4930UR|\bSilk(?:.+)Mobile\b)/i,tl=/Silk/i,Br=/Windows Phone/i,_b=/\bWindows(?:.+)ARM\b/i,Fb=/BlackBerry/i,Mb=/BB10/i,Bb=/Opera Mini/i,Ib=/\b(CriOS|Chrome)(?:.+)Mobile/i,Rb=/Mobile(?:.+)Firefox\b/i,Ob=t=>typeof t<"u"&&t.platform==="MacIntel"&&typeof t.maxTouchPoints=="number"&&t.maxTouchPoints>1&&typeof globalThis.MSStream>"u";function rw(t){return e=>e.test(t)}function ut(t){let e={userAgent:"",platform:"",maxTouchPoints:0};!t&&typeof navigator<"u"?e={userAgent:navigator.userAgent,platform:navigator.platform,maxTouchPoints:navigator.maxTouchPoints||0}:typeof t=="string"?e.userAgent=t:t&&t.userAgent&&(e={userAgent:t.userAgent,platform:t.platform,maxTouchPoints:t.maxTouchPoints||0});let n=e.userAgent,r=n.split("[FBAN");typeof r[1]<"u"&&(n=r[0]),r=n.split("Twitter"),typeof r[1]<"u"&&(n=r[0]);let a=rw(n),i={apple:{phone:a(G0)&&!a(Br),ipod:a(Ab),tablet:!a(G0)&&(a(kb)||Ob(e))&&!a(Br),universal:a(Pb),device:(a(G0)||a(Ab)||a(kb)||a(Pb)||Ob(e))&&!a(Br)},amazon:{phone:a(Pi),tablet:!a(Pi)&&a(tl),device:a(Pi)||a(tl)},android:{phone:!a(Br)&&a(Pi)||!a(Br)&&a($0),tablet:!a(Br)&&!a(Pi)&&!a($0)&&(a(tl)||a(Lb)),device:!a(Br)&&(a(Pi)||a(tl)||a($0)||a(Lb))||a(/\bokhttp\b/i)},windows:{phone:a(Br),tablet:a(_b),device:a(Br)||a(_b)},other:{blackberry:a(Fb),blackberry10:a(Mb),opera:a(Bb),firefox:a(Rb),chrome:a(Ib),device:a(Fb)||a(Mb)||a(Bb)||a(Rb)||a(Ib)},any:!1,phone:!1,tablet:!1};return i.any=i.apple.device||i.android.device||i.windows.device||i.other.device,i.phone=i.apple.phone||i.android.phone||i.windows.phone,i.tablet=i.apple.tablet||i.android.tablet||i.windows.tablet,i}var V0="DENO",nl="CHROME",rl="FIREFOX";function zb(t){let e=nl;try{let n=navigator?.userAgent||"";/firefox/i.test(n)||typeof InstallTrigger<"u"?e=rl:/deno/i.test(n)&&(e=V0)}catch{}return t===nl&&e===nl||t===rl&&e===rl||t===V0&&e===V0}function aw(){return zb(nl)}function Nb(){return typeof Deno<"u"}function Ir(){return zb(rl)}function al(){return!!navigator.maxTouchPoints||"ontouchstart"in document.documentElement}function as(t){return!!(t?.confirmSupportMouse||globalThis.matchMedia("(pointer:fine)").matches)}function Ub(){return ye()?"monkey":aw()?"chrome":Ir()?"firefox":tt()?"safari":null}d();var qb={addListener:()=>{},removeListener:()=>{},hasListener:()=>{}},jb={permissions:{contains:()=>{},request:()=>{}},runtime:{onMessage:qb,openOptionsPage:()=>{},lastError:{message:""}},storage:{sync:{get:()=>{},set:()=>{}}},tabs:{onUpdated:qb,query:()=>{},sendMessage:()=>{}}};var oe;Nb()?oe=jb:oe=globalThis.immersiveTranslateBrowserAPI;d();d();d();d();d();var Dz=Wb(2),Hb=Wb(3);function Wb(t){if(typeof t!="number"||Number.isNaN(t)||t<1||t===Number.POSITIVE_INFINITY)throw new Error("`"+t+"` is not a valid argument for `n-gram`");return e;function e(n){let r=[];if(n==null)return r;let a=typeof n.slice=="function"?n:String(n),i=a.length-t+1;if(i<1)return r;for(;i--;)r[i]=a.slice(i,i+t);return r}}d();var iw=/\s+/g,ow=/[\t\n\v\f\r ]+/g;function Kb(t,e){e?typeof e=="string"&&(e={style:e}):e={};let n=e.preserveLineEndings?sw:uw;return String(t).replace(e.style==="html"?ow:iw,e.trim?lw(n):n)}function sw(t){let e=/\r?\n|\r/.exec(t);return e?e[0]:" "}function uw(){return" "}function lw(t){return e;function e(n,r,a){return r===0||r+n.length===a.length?"":t(n)}}var Gb={}.hasOwnProperty;function cw(t){return t==null?"":Kb(String(t).replace(/[\u0021-\u0040]+/g," ")).trim().toLowerCase()}function dw(t){return Hb(" "+cw(t)+" ")}function pw(t){let e=dw(t),n={},r=-1;for(;++rn&&(n=i,r=a)}return[r,n]}function yw(t,e){let n=t.match(e);return(n?n.length:0)/t.length||0}function vw(t,e,n,r){e=xw(e,n,r);let a=[],i;if(e)for(i in e)il.call(e,i)&&a.push([i,Sw(t,e[i])]);return a.length===0?Q0():a.sort(Ew)}function Sw(t,e){let n=0,r=-1;for(;++re.traditionalCharacters?(e.detectedCharacters="simplified",e.detectionRate=e.simplifiedCharacters/e.traditionalCharacters|1):e.simplifiedCharacterso+s.length,0));let i=t.length-r;for(let o of Mw){let s=o[1],u=o[0],l=t.match(s),c=l?l.length:0;c>n&&(n=c,e=u)}return n*2.5/i>.5?e==="zh-CN"?e3(t)?"zh-TW":"zh-CN":e:"auto"}var n3=[["afr","af"],["amh","am"],["arb","ar"],["azj","az"],["bel","be"],["bul","bg"],["ben","bn"],["bos","bs"],["cat","ca"],["ceb","ceb"],["ces","cs"],["dan","da"],["deu","de"],["ell","el"],["eng","en"],["epo","eo"],["spa","es"],["est","et"],["fas","fa"],["fin","fi"],["fra","fr"],["gax","ga"],["glg","gl"],["guj","gu"],["hau","ha"],["heb","he"],["hin","hi"],["hrv","hr"],["hun","hu"],["hye","hy"],["ind","id"],["ibo","ig"],["ita","it"],["jpn","ja"],["jav","jw"],["kat","ka"],["kaz","kk"],["khm","km"],["kan","kn"],["kor","ko"],["ckb","ku"],["lao","lo"],["lit","lt"],["lav","lv"],["min","mi"],["mkd","mk"],["mal","ml"],["mar","mr"],["mya","my"],["nep","ne"],["nld","nl"],["nob","no"],["nya","ny"],["pan","pa"],["pol","pl"],["pbu","ps"],["por","pt"],["ron","ro"],["rus","ru"],["sin","si"],["slk","sk"],["slv","sl"],["sna","sn"],["som","so"],["als","sq"],["srp","sr"],["sun","su"],["swe","sv"],["swh","sw"],["tam","ta"],["tel","te"],["tgk","tg"],["tha","th"],["toi","to"],["tur","tr"],["ukr","uk"],["urd","ur"],["uzn","uz"],["vie","vi"],["xho","xh"],["ydd","yi"],["yor","yo"],["cmn","zh-CN"],["zul","zu"]],J0=new Map(n3),Bw=new Map(n3.map(([t,e])=>[e,t]));function r3(t,e,n=["en"]){if(!t)return"auto";try{let r=n.map(s=>Bw.get(s));!e&&e!==0&&(e=25);let a=sl(t);if(a!=="auto")return a;let i={minLength:e,whitelist:[...J0.keys()]},o=Yb(t,i);if(o&&o.length>0){if(o.length>1&&o[0][1]-o[1][1]<=.3)for(let c=0;c.5&&c/o.length<=.25){if(p=="eng"&&m<.95)break;return J0.get(p)}}let[s,u]=o[0],l=J0.get(s);if(l&&u>.9)return l}}catch(r){B.error(r)}return"auto"}d();d();function he(t){if(typeof t!="string")return"auto";let e=t.toLowerCase();if(e==="und")return"auto";if(e==="zh"||e.startsWith("zh-hans"))return"zh-CN";if(e.startsWith("zh-hant")||e.startsWith("zh-hk")||e.startsWith("zh-tw"))return"zh-TW";if(e.startsWith("zh-"))return"zh-CN";if(e==="iw")return"he";if(e==="jv")return"jw";let n=kn.map(a=>a.toLowerCase()),r=n.indexOf(e);if(r===-1)if(e.indexOf("-")>=0){e=e.split("-")[0];let a=n.indexOf(e);return a===-1?"auto":kn[a]}else return"auto";else return kn[r]}function ht(){return he(document?.documentElement?.lang||"en")}d();function Jt(t){return!!(t&&t.subscription&&t.subscription.subscriptionStatus==="active")}function a3(t){if(t){let e=new Date(t.createTime),n=Iw(e),r="free",a="unknown";return t.subscription&&t.subscription.subscriptionStatus==="active"&&(r=t.subscription.subscriptionType),t.subscription&&t.subscription.subscriptionId&&(t.subscription.subscriptionId.startsWith("sub_")?a="stripe":a="admin"),{user_type:r,user_register_day:n,subscription_from:a}}else return null}function Iw(t){try{let n=t.toLocaleString("en-US",{timeZone:"Asia/Shanghai"}).split(" ")[0];n.endsWith(",")&&(n=n.slice(0,-1));let[r,a,i]=n.split("/");return n=`${i}-${r}-${a}`,n}catch{return"unknown"}}d();var i3=me+"SyncStoreKey_";function At(t,e){let n=i3+t;return oe.storage.sync.get(n).then(r=>r[n]===void 0?e:r[n])}function et(t,e){let n=i3+t;return oe.storage.sync.set({[n]:e})}d();var o3=me+"StoreKey_";function Rr(t,e){let n=o3+t;return oe.storage.local.get(n).then(r=>r[n]===void 0?e:r[n])}function s3(t,e){let n=o3+t;return oe.storage.local.set({[n]:e})}d();var Ha=me+"CacheKey_";function Z0(t,e){let n=Ha+t;return oe.storage.local.get(n).then(r=>r[n]===void 0?e:r[n])}function Rw(){let t=oe.storage.local.refresh;t&&t()}function X0(t,e){let n=Ha+t;return oe.storage.local.get(n).then(r=>{if(r[n]===void 0)return e;let{value:a,expired:i}=r[n];return i&&ir.startsWith(Ha)).filter(r=>r!==Ha+Ft);if(n.length>0)return oe.storage.local.remove(n)}}var Mt={get:Z0,set:tp,getExpired:X0,setExpired:ep,remove:np,clear:u3,refresh:Rw};d();d();d();d();function l3(t,e){return[t,!t||t.endsWith("/")?"":"/",e,".json"].join("")}function rp(t,e){let n=t;return e&&Object.keys(e).forEach(r=>{let a=e[r];if(a===void 0)return;let i=Ow(r);if(typeof a=="object"||i){let o=a;i&&typeof o=="string"&&(o={tag:"a",href:o,target:"_blank",class:"immersive-translate-link"});let s=`<${r}>`,u=n.indexOf(s);if(u!==-1){let l=o.tag||"a",c=n.indexOf(``);if(c!==-1){let p=n.substring(u+s.length,c),m=Object.keys(o).filter(g=>g!=="tag").map(g=>`${g}="${o[g]}"`).join(" ");n=n.replace(`${s}${p}`,`<${l} ${m}>${p}`)}}}else if(a){let o=new RegExp("{"+r+"}","gm");n=n.replace(o,a.toString())}}),n}function os(t,e,n){let r=t[e];if(!r)return n;if(!n)return"";let a=n.split("."),i="";do{i+=a.shift();let o=r[i];o!==void 0&&(typeof o=="object"||!a.length)?(r=o,i=""):a.length?i+=".":r=n}while(a.length);return r}function mr(t,e,n,r,a){if(!t.hasOwnProperty(n))return e;let i=os(t,n,e);return i===e&&n!==r&&(i=os(t,r,e)),rp(i,a)}function Ow(t){if(typeof t=="number")return!0;if(t){let e=parseInt(t);return!isNaN(e)}else return!1}function kt(t,e,n){return mr(Nt,e,t.config.interfaceLanguage,"en",n)}d();function c3(t,e){let n=new Date(t),r=n.getFullYear().toString(),a=(n.getMonth()+1).toString().padStart(2,"0"),i=n.getDate().toString().padStart(2,"0"),o=n.getHours().toString().padStart(2,"0"),s=n.getMinutes().toString().padStart(2,"0"),u=n.getSeconds().toString().padStart(2,"0");return e.replace("YYYY",r).replace("MM",a).replace("DD",i).replace("HH",o).replace("mm",s).replace("ss",u)}function d3(t){return new Date(t).getTime()}var V=class extends Error{status;constructor(e,n){if(e&&n){super(n),this.name=e;return}super(e)}initNetWork(e){return e&&(this.status=e),this}initStack(e){return e&&(this.stack=e),this}initData(e){return this.data=e,this}data;uiConfig(e){if(!this.message)return{};let n=null;if(n=this.handleProQuota(e)||this.handleUnavailableError(e)||this.handleProUser(e)||this.handleServiceMissingConfig(e)||this.handleNetwork(e)||this.handleFetchError(e),!n){let r=kt.bind(null,e),a=this.getErrorMsg();n={type:"error",title:r("networkError"),errMsg:r("error.serveUnavailable",{serverName:r("translationServices."+e.translationService),1:"https://dash.immersivetranslate.com/#general",2:"https://immersivetranslate.com/pricing/?utm_source=extension&utm_medium=webpage&utm_campaign=service_error",3:"https://immersivetranslate.com/pricing/?utm_source=extension&utm_medium=webpage&utm_campaign=service_error"})+"

"+r("errorReason",{message:a}),action:"changeService"}}return n}getErrorMsg(){return this.status?this.status<0?this.message:`${this.status}: ${this.message}`:this.message}handleUnavailableError(e){let n=kt.bind(null,e),r=this.message.startsWith("bingAuth"),a=this.data?.translationService==="transmart"&&this.message.startsWith("Server is busy now");if(r||a)return this.message=this.message.replace("bingAuth:",""),{type:"network",title:n("networkError"),errMsg:n("error.serveUnavailable",{serverName:n("translationServices."+e.translationService),1:"https://dash.immersivetranslate.com/#general",2:"https://immersivetranslate.com/pricing/?utm_source=extension&utm_medium=webpage&utm_campaign=service_error",3:"https://immersivetranslate.com/pricing/?utm_source=extension&utm_medium=webpage&utm_campaign=service_error"})+"

"+n("errorReason",{message:this.message}),action:"changeService"}}handleServiceMissingConfig(e){let n=kt.bind(null,e);if(this.message.endsWith(" are required")||this.message.includes("You didn't provide an API key"))return{type:"configError",title:n("error.serveConfigError"),errMsg:this.getErrorMsg()+"

"+n("error.reloadPageOfSetting"),action:"setting"}}handleNetwork(e){let n=kt.bind(null,e),r="retry",a="network",i=n("networkError");if(!this.status||this.status<0)return;let o=this.getErrorMsg();return this.status===429?this.data?.translationService=="google"?o=`${n("error.googleLimitIp")}

${o}`:this.data?.translationService=="openai"&&(this.message.indexOf("Limit: 3 / min")>=0||this.message.includes("rate_limit_exceeded")&&this.message.includes("Limit 3"))?o=`${n("error.openAIFreeLimit")}

+{{text}}`,optional:!0},{name:"multiplePrompt",label:"Multiple Prompt",required:!1,descriptionKey:"description.multiplePrompt",type:"textarea",default:"",optional:!0},{name:"subtitlePrompt",label:"Subtitle Prompt",required:!1,descriptionKey:"description.subtitlePrompt",type:"textarea",default:"",optional:!0}]},yandex:{name:"Yandex",homepage:"https://translate.yandex.com/"},gemini:{name:"Gemini",homepage:"https://makersuite.google.com/",docUrl:"https://immersivetranslate.com/docs/services/gemini/",beta:!0,allProps:[{name:"APIKEY",providers:["custom"],required:!0,type:"password"},{name:"model",labelKey:"field.model",descriptionKey:"description.model",optional:!0,required:!1,type:"model-select",options:[{label:"gemini-1.0-pro-latest",value:"gemini-1.0-pro-latest"}]},{name:"limit",required:!1,optional:!0,labelKey:"field.limitPerSecond",descriptionKey:"description.generalLimitPerSecond",descriptionLink1:"https://immersivetranslate.com/docs/services/openai/",type:"number",default:1},{name:"maxTextLengthPerRequest",required:!1,labelKey:"field.maxTextLengthPerRequest",descriptionKey:"description.maxTextLengthPerRequest",type:"number",default:1200,optional:!0},{name:"maxTextGroupLengthPerRequest",required:!1,labelKey:"field.maxTextGroupLengthPerRequest",descriptionKey:"description.maxTextGroupLengthPerRequest",type:"number",default:3,optional:!0},{name:"apiUrl",labelKey:"field.apiUrl",required:!1,type:"text",default:"https://generativelanguage.googleapis.com/v1beta/models/{model}:generateContent?key={key}",descriptionKey:"description.apiUrl",descriptionLink1:"https://immersivetranslate.com/docs/services/gemini/",optional:!0},{name:"prompt",label:"Prompt",required:!1,descriptionKey:"description.prompt",type:"textarea",default:"",optional:!0},{name:"multiplePrompt",label:"Multiple Prompt",required:!1,descriptionKey:"description.multiplePrompt",type:"textarea",default:"",optional:!0},{name:"subtitlePrompt",label:"Subtitle Prompt",required:!1,descriptionKey:"description.subtitlePrompt",type:"textarea",default:"",optional:!0}]},claude:{name:"Claude",homepage:"https://www.anthropic.com/",docUrl:"https://immersivetranslate.com/docs/services/claude/",allProps:[{name:"APIKEY",providers:["custom"],required:!0,type:"password"},{name:"model",labelKey:"field.model",descriptionKey:"description.model",optional:!0,required:!1,type:"model-select",default:"claude-3-haiku-20240307",options:[{label:"claude-3-haiku-20240307",value:"claude-3-haiku-20240307"},{label:"claude-3-sonnet-20240229",value:"claude-3-sonnet-20240229"},{label:"claude-3-opus-20240229",value:"claude-3-opus-20240229"},{label:"claude-2.1",value:"claude-2.1"}]},{name:"limit",required:!1,optional:!0,labelKey:"field.limitPerSecond",descriptionKey:"description.generalLimitPerSecond",descriptionLink1:"https://immersivetranslate.com/docs/services/openai/",type:"number",default:1},{name:"maxTextLengthPerRequest",required:!1,labelKey:"field.maxTextLengthPerRequest",descriptionKey:"description.maxTextLengthPerRequest",type:"number",default:1200,optional:!0},{name:"maxTextGroupLengthPerRequest",required:!1,labelKey:"field.maxTextGroupLengthPerRequest",descriptionKey:"description.maxTextGroupLengthPerRequest",type:"number",default:10,optional:!0},{name:"apiUrl",labelKey:"field.apiUrl",required:!1,type:"text",default:"https://api.anthropic.com/v1/messages",descriptionKey:"description.apiUrl",descriptionLink1:"https://immersivetranslate.com/docs/services/claude/",optional:!0},{name:"systemPrompt",label:"System Prompt",required:!1,descriptionKey:"description.systemPrompt",type:"textarea",optional:!0,default:"You are a translation engine, you can only translate text and cannot interpret it, and do not explain."},{name:"prompt",label:"Prompt",required:!1,descriptionKey:"description.prompt",type:"textarea",default:"",optional:!0},{name:"multiplePrompt",label:"Multiple Prompt",required:!1,descriptionKey:"description.multiplePrompt",type:"textarea",default:"",optional:!0},{name:"subtitlePrompt",label:"Subtitle Prompt",required:!1,descriptionKey:"description.subtitlePrompt",type:"textarea",default:"",optional:!0}]},transmart:{name:"Transmart",homepage:"https://transmart.qq.com/"},youdao:{name:"Youdao",homepage:"https://youdao.com/",docUrl:"https://immersivetranslate.com/docs/services/youdao/",allProps:[{name:"appId",required:!0,type:"text"},{name:"appSecret",required:!0,type:"password"},{name:"limit",required:!1,labelKey:"field.limitPerSecond",descriptionKey:"description.generalLimitPerSecond",type:"number",default:5,optional:!0},{name:"maxTextLengthPerRequest",required:!1,labelKey:"field.maxTextLengthPerRequest",descriptionKey:"description.maxTextLengthPerRequest",type:"number",default:1200,optional:!0},{name:"maxTextGroupLengthPerRequest",required:!1,labelKey:"field.maxTextGroupLengthPerRequest",descriptionKey:"description.maxTextGroupLengthPerRequest",type:"number",default:200,optional:!0},{name:"domain",required:!1,labelKey:"field.domain",descriptionKey:"description.domain",descriptionLink1:"https://fanyi.youdao.com/openapi/",type:"text",default:"general",optional:!0},{name:"vocabId",required:!1,labelKey:"field.vocabId",descriptionKey:"description.vocabId",type:"text",default:"",optional:!0}]},tencent:{name:"Tencent",homepage:"https://fanyi.qq.com/",docUrl:"https://immersivetranslate.com/docs/services/tencent/",allProps:[{name:"secretId",required:!0,type:"text"},{name:"secretKey",required:!0,type:"password"}]},aliyun:{name:"Aliyun",homepage:"https://translate.alibaba.com/",docUrl:"https://immersivetranslate.com/docs/services/aliyun/",allProps:[{name:"AccessKeyID",required:!0,type:"text"},{name:"AccessKeySecret",required:!0,type:"password"},{name:"scene",labelKey:"field.scene",descriptionKey:"description.scene",descriptionLink1:"https://help.aliyun.com/document_detail/158267.html",required:!1,optional:!0,type:"text",default:"general"}]},azure:{name:"azure",homepage:"https://learn.microsoft.com/en-us/azure/cognitive-services/translator/text-translation-overview",docUrl:"https://immersivetranslate.com/docs/services/azure/",allProps:[{name:"region",required:!1,default:"eastasia",type:"text"},{name:"APIKEY",required:!0,type:"password"},{name:"apiUrl",labelKey:"field.apiUrl",required:!1,type:"text",default:"https://api.cognitive.microsofttranslator.com/",descriptionKey:"description.azureApiUrl",optional:!0}]},papago:{name:"Papago",homepage:"https://translate.google.com/",canary:!0},baidu:{name:"Baidu",homepage:"https://fanyi.baidu.com/",docUrl:"https://immersivetranslate.com/docs/services/baidu/",allProps:[{name:"appid",required:!0,type:"text"},{name:"key",required:!0,type:"password"},{name:"limit",required:!1,labelKey:"field.limitPerSecond",descriptionKey:"description.generalLimitPerSecond",type:"number",default:1,optional:!0},{name:"maxTextLengthPerRequest",required:!1,labelKey:"field.maxTextLengthPerRequest",descriptionKey:"description.maxTextLengthPerRequest",type:"number",default:1800,optional:!0},{name:"maxTextGroupLengthPerRequest",required:!1,labelKey:"field.maxTextGroupLengthPerRequest",descriptionKey:"description.maxTextGroupLengthPerRequest",type:"number",default:8,optional:!0},{name:"action",required:!1,labelKey:"field.action",descriptionKey:"description.action",descriptionLink1:"https://fanyi-api.baidu.com/doc/21",type:"boolean",default:!1,optional:!0},{name:"domain",required:!1,labelKey:"field.domain",descriptionKey:"description.baiduField",descriptionLink1:"https://fanyi-api.baidu.com/doc/22",type:"text",default:"",optional:!0}]},volc:{name:"Volc",homepage:"https://www.volcengine.com/",docUrl:"https://immersivetranslate.com/docs/services/volcano/",allProps:[{name:"accessKeyId",required:!0,type:"text"},{name:"secretAccessKey",required:!0,type:"password"},{name:"limit",required:!1,labelKey:"field.limitPerSecond",descriptionKey:"description.generalLimitPerSecond",type:"number",default:5,optional:!0},{name:"maxTextLengthPerRequest",required:!1,labelKey:"field.maxTextLengthPerRequest",descriptionKey:"description.maxTextLengthPerRequest",type:"number",default:1800,optional:!0},{name:"maxTextGroupLengthPerRequest",required:!1,labelKey:"field.maxTextGroupLengthPerRequest",descriptionKey:"description.maxTextGroupLengthPerRequest",type:"number",default:8,optional:!0}]},caiyun:{name:"Caiyun",homepage:"https://fanyi.caiyunapp.com/",docUrl:"https://immersivetranslate.com/docs/services/caiyun/",allProps:[{name:"token",required:!0,type:"password"}]},cai:{name:"Cai",homepage:"https://fanyi.caiyunapp.com/",alpha:!0},custom:{name:"Custom",beta:!0,homepage:"https://immersivetranslate.com/docs/services/custom/",titleKey:"description.custom",allProps:[{name:"url",label:"API URL",required:!0,type:"text"},{name:"langs",required:!1,labelKey:"field.langs",type:"textarea",default:"zh-CN,en",optional:!0},{name:"placeholderDelimiters",required:!1,labelKey:"field.placeholderDelimiters",type:"text",default:es,optional:!0},{name:"limit",required:!1,labelKey:"field.limitPerSecond",descriptionKey:"description.generalLimitPerSecond",type:"number",default:5,optional:!0},{name:"maxTextLengthPerRequest",required:!1,labelKey:"field.maxTextLengthPerRequest",descriptionKey:"description.maxTextLengthPerRequest",type:"number",default:1200,optional:!0},{name:"maxTextGroupLengthPerRequest",required:!1,labelKey:"field.maxTextGroupLengthPerRequest",descriptionKey:"description.maxTextGroupLengthPerRequest",type:"number",default:1,optional:!0}]},mock:{name:"Mock",homepage:"https://www.google.com"},mock2:{name:"Mock2",homepage:"https://www.google.com"},tenAlpha:{name:"TenAlpha",homepage:"https://fanyi.qq.com/",alpha:!0},you:{name:"You",alpha:!0,homepage:"https://youdao.com/"},openl:{name:"Openl",homepage:"https://openl.club/",docUrl:"https://immersivetranslate.com/docs/services/openL/",allProps:[...W4,{type:"password",name:"apikey",required:!0}],props:W4},volcAlpha:{name:"Volc Alpha",alpha:!0,homepage:"https://www.volcengine.com/"},d:{name:"D () ",canary:!0,homepage:"https://www.deepl.com/translator"},dpro:{name:"DPro (Canary) ",canary:!0,homepage:"https://www.deepl.com/translator"},deeplx:{name:"DeepLX (Beta)",beta:!0,homepage:"https://www.deepl.com/translator",allProps:[{name:"url",label:"API URL",required:!0,type:"text"},{name:"limit",required:!1,labelKey:"field.limitPerSecond",descriptionKey:"description.generalLimitPerSecond",type:"number",default:5,optional:!0},{name:"maxTextLengthPerRequest",required:!1,labelKey:"field.maxTextLengthPerRequest",descriptionKey:"description.maxTextLengthPerRequest",type:"number",default:1200,optional:!0},{name:"maxTextGroupLengthPerRequest",required:!1,labelKey:"field.maxTextGroupLengthPerRequest",descriptionKey:"description.maxTextGroupLengthPerRequest",type:"number",default:1,optional:!0}]},niu:{name:"niutrans",homepage:"https://niutrans.com/",docUrl:"https://immersivetranslate.com/docs/services/niu",allProps:[{name:"APIKEY",required:!0,type:"password"}]}},Zu={type:me+"ChildFrameToRootFrameIdentifier"},H0=["youtube","netflix","webvtt","khanacademy","bilibili","udemy","hulu","text_track","text_track_dynamic","general","live","ebutt","disneyplus","fmp4.xml","multi_attach_vtt","twitter","subsrt","xml","av"],ts=["Ctrl","Shift","Alt","Auto","Off","OtherCustom","Other"],hb=["ctrl","alt","shift","cmd","command","option","control"];var ez=Qt()?"https://dash.immersivetranslate.com/#general":"http://localhost:8000/dist/userscript/options/#general",W0="user_from_plugin",Ft="user_info",ns=Qt()||Rn()?"https://api2.immersivetranslate.com":"https://test-api2.immersivetranslate.com",bb=Qt()||Rn()?"https://immersivetranslate.com/accounts/login?from=plugin":"https://test.immersivetranslate.com/accounts/login?from=plugin",Tb=bb+"&utm_source=extension&utm_medium=extension&utm_campaign=error_modal",yb=bb+"&utm_source=extension&utm_medium=extension&utm_campaign=popup_more",Xu=Qt()||Rn()?"https://immersivetranslate.com/profile":"https://test.immersivetranslate.com/profile",Ai=Qt()||Rn()?"https://immersivetranslate.com/pricing":"https://test.immersivetranslate.com/pricing",ew=Qt()||Rn()?"https://immersivetranslate.com/download/":"https://test.immersivetranslate.com/download/",tw=Qt()||Rn()?"https://immersivetranslate.com/topup?type=open_ai&":"https://test.immersivetranslate.com/topup?type=open_ai&",nw=Qt()||Rn()?"https://immersivetranslate.com/topup?type=deepl&":"https://test.immersivetranslate.com/topup?type=deepl&",tz=Ai+"?utm_source=extension&utm_medium=extension&utm_campaign=popup_more",nz=ew+"?utm_source=extension&utm_medium=extension&utm_campaign=options_nav",vb=Ai+"?utm_source=extension&utm_medium=extension&utm_campaign=popup_footer",el=Ai+"?utm_source=extension&utm_medium=extension&utm_campaign=error_modal",Sb=tw+"utm_source=extension&utm_medium=extension&utm_campaign=error_modal",xb=nw+"utm_source=extension&utm_medium=extension&utm_campaign=error_modal",Eb=Xu+"?utm_source=extension&utm_medium=extension&utm_campaign=error_modal&upgradeFromTrial=true",Cb="https://immersivetranslate.com/docs/usage/";var wb=Me().TRANSLATE_FILE_URL,rz=wb+"?utm_source=extension&utm_medium=extension&utm_campaign=options_nav",Db=wb+"?utm_source=extension&utm_medium=extension&utm_campaign=float_ball";var ki=console,K0=class{#e=performance.now();reset(){this.#e=performance.now()}stop(e){let n=performance.now(),r=Math.round(n-this.#e),a=On.green;r>1e4?a=On.red:r>1e3&&(a=On.yellow),ki.debug(On.dim(Ua+" TIMING:"),e,"in",a(r+"ms")),this.#e=n}},rs=class{#e=1;get level(){return this.#e}setLevel(e){switch(e){case"debug":this.#e=0;break;case"info":this.#e=1;break;case"warn":this.#e=2;break;case"error":this.#e=3;break;case"fatal":this.#e=4;break}}debug(...e){this.#e<=0&&ki.log(On.dim(Ua+" DEBUG:"),...e)}v(...e){this.#e<=0}info(...e){this.#e<=1&&ki.log(On.green(Ua+" INFO:"),...e)}l(...e){this.#e<=1}warn(...e){this.#e<=2&&ki.warn(On.yellow(Ua+" WARN:"),...e)}error(...e){this.#e<=3&&ki.error(On.red(Ua+" ERROR:"),...e)}fatal(...e){this.#e<=4&&ki.error(On.red(Ua+" FATAL:"),...e)}timing(){return this.level===0?new K0:{reset:()=>{},stop:()=>{}}}},B=new rs;d();d();d();var G0=/iPhone/i,Ab=/iPod/i,kb=/iPad/i,Pb=/\biOS-universal(?:.+)Mac\b/i,$0=/\bAndroid(?:.+)Mobile\b/i,Lb=/Android/i,Pi=/(?:SD4930UR|\bSilk(?:.+)Mobile\b)/i,tl=/Silk/i,Br=/Windows Phone/i,_b=/\bWindows(?:.+)ARM\b/i,Fb=/BlackBerry/i,Mb=/BB10/i,Bb=/Opera Mini/i,Ib=/\b(CriOS|Chrome)(?:.+)Mobile/i,Rb=/Mobile(?:.+)Firefox\b/i,Ob=t=>typeof t<"u"&&t.platform==="MacIntel"&&typeof t.maxTouchPoints=="number"&&t.maxTouchPoints>1&&typeof globalThis.MSStream>"u";function rw(t){return e=>e.test(t)}function ut(t){let e={userAgent:"",platform:"",maxTouchPoints:0};!t&&typeof navigator<"u"?e={userAgent:navigator.userAgent,platform:navigator.platform,maxTouchPoints:navigator.maxTouchPoints||0}:typeof t=="string"?e.userAgent=t:t&&t.userAgent&&(e={userAgent:t.userAgent,platform:t.platform,maxTouchPoints:t.maxTouchPoints||0});let n=e.userAgent,r=n.split("[FBAN");typeof r[1]<"u"&&(n=r[0]),r=n.split("Twitter"),typeof r[1]<"u"&&(n=r[0]);let a=rw(n),i={apple:{phone:a(G0)&&!a(Br),ipod:a(Ab),tablet:!a(G0)&&(a(kb)||Ob(e))&&!a(Br),universal:a(Pb),device:(a(G0)||a(Ab)||a(kb)||a(Pb)||Ob(e))&&!a(Br)},amazon:{phone:a(Pi),tablet:!a(Pi)&&a(tl),device:a(Pi)||a(tl)},android:{phone:!a(Br)&&a(Pi)||!a(Br)&&a($0),tablet:!a(Br)&&!a(Pi)&&!a($0)&&(a(tl)||a(Lb)),device:!a(Br)&&(a(Pi)||a(tl)||a($0)||a(Lb))||a(/\bokhttp\b/i)},windows:{phone:a(Br),tablet:a(_b),device:a(Br)||a(_b)},other:{blackberry:a(Fb),blackberry10:a(Mb),opera:a(Bb),firefox:a(Rb),chrome:a(Ib),device:a(Fb)||a(Mb)||a(Bb)||a(Rb)||a(Ib)},any:!1,phone:!1,tablet:!1};return i.any=i.apple.device||i.android.device||i.windows.device||i.other.device,i.phone=i.apple.phone||i.android.phone||i.windows.phone,i.tablet=i.apple.tablet||i.android.tablet||i.windows.tablet,i}var V0="DENO",nl="CHROME",rl="FIREFOX";function zb(t){let e=nl;try{let n=navigator?.userAgent||"";/firefox/i.test(n)||typeof InstallTrigger<"u"?e=rl:/deno/i.test(n)&&(e=V0)}catch{}return t===nl&&e===nl||t===rl&&e===rl||t===V0&&e===V0}function aw(){return zb(nl)}function Nb(){return typeof Deno<"u"}function Ir(){return zb(rl)}function al(){return!!navigator.maxTouchPoints||"ontouchstart"in document.documentElement}function as(t){return!!(t?.confirmSupportMouse||globalThis.matchMedia("(pointer:fine)").matches)}function Ub(){return ye()?"monkey":aw()?"chrome":Ir()?"firefox":tt()?"safari":null}d();var qb={addListener:()=>{},removeListener:()=>{},hasListener:()=>{}},jb={permissions:{contains:()=>{},request:()=>{}},runtime:{onMessage:qb,openOptionsPage:()=>{},lastError:{message:""}},storage:{sync:{get:()=>{},set:()=>{}}},tabs:{onUpdated:qb,query:()=>{},sendMessage:()=>{}}};var oe;Nb()?oe=jb:oe=globalThis.immersiveTranslateBrowserAPI;d();d();d();d();d();var Dz=Wb(2),Hb=Wb(3);function Wb(t){if(typeof t!="number"||Number.isNaN(t)||t<1||t===Number.POSITIVE_INFINITY)throw new Error("`"+t+"` is not a valid argument for `n-gram`");return e;function e(n){let r=[];if(n==null)return r;let a=typeof n.slice=="function"?n:String(n),i=a.length-t+1;if(i<1)return r;for(;i--;)r[i]=a.slice(i,i+t);return r}}d();var iw=/\s+/g,ow=/[\t\n\v\f\r ]+/g;function Kb(t,e){e?typeof e=="string"&&(e={style:e}):e={};let n=e.preserveLineEndings?sw:uw;return String(t).replace(e.style==="html"?ow:iw,e.trim?lw(n):n)}function sw(t){let e=/\r?\n|\r/.exec(t);return e?e[0]:" "}function uw(){return" "}function lw(t){return e;function e(n,r,a){return r===0||r+n.length===a.length?"":t(n)}}var Gb={}.hasOwnProperty;function cw(t){return t==null?"":Kb(String(t).replace(/[\u0021-\u0040]+/g," ")).trim().toLowerCase()}function dw(t){return Hb(" "+cw(t)+" ")}function pw(t){let e=dw(t),n={},r=-1;for(;++rn&&(n=i,r=a)}return[r,n]}function yw(t,e){let n=t.match(e);return(n?n.length:0)/t.length||0}function vw(t,e,n,r){e=xw(e,n,r);let a=[],i;if(e)for(i in e)il.call(e,i)&&a.push([i,Sw(t,e[i])]);return a.length===0?Q0():a.sort(Ew)}function Sw(t,e){let n=0,r=-1;for(;++re.traditionalCharacters?(e.detectedCharacters="simplified",e.detectionRate=e.simplifiedCharacters/e.traditionalCharacters|1):e.simplifiedCharacterso+s.length,0));let i=t.length-r;for(let o of Mw){let s=o[1],u=o[0],l=t.match(s),c=l?l.length:0;c>n&&(n=c,e=u)}return n*2.5/i>.5?e==="zh-CN"?e3(t)?"zh-TW":"zh-CN":e:"auto"}var n3=[["afr","af"],["amh","am"],["arb","ar"],["azj","az"],["bel","be"],["bul","bg"],["ben","bn"],["bos","bs"],["cat","ca"],["ceb","ceb"],["ces","cs"],["dan","da"],["deu","de"],["ell","el"],["eng","en"],["epo","eo"],["spa","es"],["est","et"],["fas","fa"],["fin","fi"],["fra","fr"],["gax","ga"],["glg","gl"],["guj","gu"],["hau","ha"],["heb","he"],["hin","hi"],["hrv","hr"],["hun","hu"],["hye","hy"],["ind","id"],["ibo","ig"],["ita","it"],["jpn","ja"],["jav","jw"],["kat","ka"],["kaz","kk"],["khm","km"],["kan","kn"],["kor","ko"],["ckb","ku"],["lao","lo"],["lit","lt"],["lav","lv"],["min","mi"],["mkd","mk"],["mal","ml"],["mar","mr"],["mya","my"],["nep","ne"],["nld","nl"],["nob","no"],["nya","ny"],["pan","pa"],["pol","pl"],["pbu","ps"],["por","pt"],["ron","ro"],["rus","ru"],["sin","si"],["slk","sk"],["slv","sl"],["sna","sn"],["som","so"],["als","sq"],["srp","sr"],["sun","su"],["swe","sv"],["swh","sw"],["tam","ta"],["tel","te"],["tgk","tg"],["tha","th"],["toi","to"],["tur","tr"],["ukr","uk"],["urd","ur"],["uzn","uz"],["vie","vi"],["xho","xh"],["ydd","yi"],["yor","yo"],["cmn","zh-CN"],["zul","zu"]],J0=new Map(n3),Bw=new Map(n3.map(([t,e])=>[e,t]));function r3(t,e,n=["en"]){if(!t)return"auto";try{let r=n.map(s=>Bw.get(s));!e&&e!==0&&(e=25);let a=sl(t);if(a!=="auto")return a;let i={minLength:e,whitelist:[...J0.keys()]},o=Yb(t,i);if(o&&o.length>0){if(o.length>1&&o[0][1]-o[1][1]<=.3)for(let c=0;c.5&&c/o.length<=.25){if(p=="eng"&&m<.95)break;return J0.get(p)}}let[s,u]=o[0],l=J0.get(s);if(l&&u>.9)return l}}catch(r){B.error(r)}return"auto"}d();d();function he(t){if(typeof t!="string")return"auto";let e=t.toLowerCase();if(e==="und")return"auto";if(e==="zh"||e.startsWith("zh-hans"))return"zh-CN";if(e.startsWith("zh-hant")||e.startsWith("zh-hk")||e.startsWith("zh-tw"))return"zh-TW";if(e.startsWith("zh-"))return"zh-CN";if(e==="iw")return"he";if(e==="jv")return"jw";let n=kn.map(a=>a.toLowerCase()),r=n.indexOf(e);if(r===-1)if(e.indexOf("-")>=0){e=e.split("-")[0];let a=n.indexOf(e);return a===-1?"auto":kn[a]}else return"auto";else return kn[r]}function ht(){return he(document?.documentElement?.lang||"en")}d();function Jt(t){return!!(t&&t.subscription&&t.subscription.subscriptionStatus==="active")}function a3(t){if(t){let e=new Date(t.createTime),n=Iw(e),r="free",a="unknown";return t.subscription&&t.subscription.subscriptionStatus==="active"&&(r=t.subscription.subscriptionType),t.subscription&&t.subscription.subscriptionId&&(t.subscription.subscriptionId.startsWith("sub_")?a="stripe":a="admin"),{user_type:r,user_register_day:n,subscription_from:a}}else return null}function Iw(t){try{let n=t.toLocaleString("en-US",{timeZone:"Asia/Shanghai"}).split(" ")[0];n.endsWith(",")&&(n=n.slice(0,-1));let[r,a,i]=n.split("/");return n=`${i}-${r}-${a}`,n}catch{return"unknown"}}d();var i3=me+"SyncStoreKey_";function At(t,e){let n=i3+t;return oe.storage.sync.get(n).then(r=>r[n]===void 0?e:r[n])}function et(t,e){let n=i3+t;return oe.storage.sync.set({[n]:e})}d();var o3=me+"StoreKey_";function Rr(t,e){let n=o3+t;return oe.storage.local.get(n).then(r=>r[n]===void 0?e:r[n])}function s3(t,e){let n=o3+t;return oe.storage.local.set({[n]:e})}d();var Ha=me+"CacheKey_";function Z0(t,e){let n=Ha+t;return oe.storage.local.get(n).then(r=>r[n]===void 0?e:r[n])}function Rw(){let t=oe.storage.local.refresh;t&&t()}function X0(t,e){let n=Ha+t;return oe.storage.local.get(n).then(r=>{if(r[n]===void 0)return e;let{value:a,expired:i}=r[n];return i&&ir.startsWith(Ha)).filter(r=>r!==Ha+Ft);if(n.length>0)return oe.storage.local.remove(n)}}var Mt={get:Z0,set:tp,getExpired:X0,setExpired:ep,remove:np,clear:u3,refresh:Rw};d();d();d();d();function l3(t,e){return[t,!t||t.endsWith("/")?"":"/",e,".json"].join("")}function rp(t,e){let n=t;return e&&Object.keys(e).forEach(r=>{let a=e[r];if(a===void 0)return;let i=Ow(r);if(typeof a=="object"||i){let o=a;i&&typeof o=="string"&&(o={tag:"a",href:o,target:"_blank",class:"immersive-translate-link"});let s=`<${r}>`,u=n.indexOf(s);if(u!==-1){let l=o.tag||"a",c=n.indexOf(``);if(c!==-1){let p=n.substring(u+s.length,c),m=Object.keys(o).filter(g=>g!=="tag").map(g=>`${g}="${o[g]}"`).join(" ");n=n.replace(`${s}${p}`,`<${l} ${m}>${p}`)}}}else if(a){let o=new RegExp("{"+r+"}","gm");n=n.replace(o,a.toString())}}),n}function os(t,e,n){let r=t[e];if(!r)return n;if(!n)return"";let a=n.split("."),i="";do{i+=a.shift();let o=r[i];o!==void 0&&(typeof o=="object"||!a.length)?(r=o,i=""):a.length?i+=".":r=n}while(a.length);return r}function mr(t,e,n,r,a){if(!t.hasOwnProperty(n))return e;let i=os(t,n,e);return i===e&&n!==r&&(i=os(t,r,e)),rp(i,a)}function Ow(t){if(typeof t=="number")return!0;if(t){let e=parseInt(t);return!isNaN(e)}else return!1}function kt(t,e,n){return mr(Nt,e,t.config.interfaceLanguage,"en",n)}d();function c3(t,e){let n=new Date(t),r=n.getFullYear().toString(),a=(n.getMonth()+1).toString().padStart(2,"0"),i=n.getDate().toString().padStart(2,"0"),o=n.getHours().toString().padStart(2,"0"),s=n.getMinutes().toString().padStart(2,"0"),u=n.getSeconds().toString().padStart(2,"0");return e.replace("YYYY",r).replace("MM",a).replace("DD",i).replace("HH",o).replace("mm",s).replace("ss",u)}function d3(t){return new Date(t).getTime()}var V=class extends Error{status;constructor(e,n){if(e&&n){super(n),this.name=e;return}super(e)}initNetWork(e){return e&&(this.status=e),this}initStack(e){return e&&(this.stack=e),this}initData(e){return this.data=e,this}data;uiConfig(e){if(!this.message)return{};let n=null;if(n=this.handleProQuota(e)||this.handleUnavailableError(e)||this.handleProUser(e)||this.handleServiceMissingConfig(e)||this.handleNetwork(e)||this.handleFetchError(e),!n){let r=kt.bind(null,e),a=this.getErrorMsg();n={type:"error",title:r("networkError"),errMsg:r("error.serveUnavailable",{serverName:r("translationServices."+e.translationService),1:"https://dash.immersivetranslate.com/#general",2:"https://immersivetranslate.com/pricing/?utm_source=extension&utm_medium=webpage&utm_campaign=service_error",3:"https://immersivetranslate.com/pricing/?utm_source=extension&utm_medium=webpage&utm_campaign=service_error"})+"

"+r("errorReason",{message:a}),action:"changeService"}}return n}getErrorMsg(){return this.status?this.status<0?this.message:`${this.status}: ${this.message}`:this.message}handleUnavailableError(e){let n=kt.bind(null,e),r=this.message.startsWith("bingAuth"),a=this.data?.translationService==="transmart"&&this.message.startsWith("Server is busy now");if(r||a)return this.message=this.message.replace("bingAuth:",""),{type:"network",title:n("networkError"),errMsg:n("error.serveUnavailable",{serverName:n("translationServices."+e.translationService),1:"https://dash.immersivetranslate.com/#general",2:"https://immersivetranslate.com/pricing/?utm_source=extension&utm_medium=webpage&utm_campaign=service_error",3:"https://immersivetranslate.com/pricing/?utm_source=extension&utm_medium=webpage&utm_campaign=service_error"})+"

"+n("errorReason",{message:this.message}),action:"changeService"}}handleServiceMissingConfig(e){let n=kt.bind(null,e);if(this.message.endsWith(" are required")||this.message.includes("You didn't provide an API key"))return{type:"configError",title:n("error.serveConfigError"),errMsg:this.getErrorMsg()+"

"+n("error.reloadPageOfSetting"),action:"setting"}}handleNetwork(e){let n=kt.bind(null,e),r="retry",a="network",i=n("networkError");if(!this.status||this.status<0)return;let o=this.getErrorMsg();return this.status===429?this.data?.translationService=="google"?o=`${n("error.googleLimitIp")}

${o}`:this.data?.translationService=="openai"&&(this.message.indexOf("Limit: 3 / min")>=0||this.message.includes("rate_limit_exceeded")&&this.message.includes("Limit 3"))?o=`${n("error.openAIFreeLimit")}

${o}`:this.data?.translationService=="openai"&&this.message.includes("You exceeded your current quota")?o=`${n("error.openAIExceededQuota")}

${o}`:this.data?.translationService=="gemini"&&this.message.includes("RESOURCE_EXHAUSTED")?o=`${n("error.gemini.429")}

${o}`:o=`${n("error.429")}

${o}`:this.status===403?this.data?.translationService=="claude"?o=`${n("error.claude.403")}

${o}`:o=`${n("error.403")}

${o}`:this.status===400?o=`${n("error.400")}

${o}`:this.status===502?o=`${n("error.502")}

${o}`:this.status===404&&o.includes("User subscription not found")&&(o=`${n("error.subscriptionExpired")}

${o}`,r="setting",a="configError",i=n("error.subscriptionExpiredTitle")),{type:a,title:i,errMsg:o,action:r}}handleFetchError(e){let n=kt.bind(null,e);if(this.status!==-999)return;let r=this.getErrorMsg();return{type:"network",title:"",errMsg:n("error.serveUnavailable",{serverName:n("translationServices."+e.translationService),1:"https://dash.immersivetranslate.com/#general",2:"https://immersivetranslate.com/pricing/?utm_source=extension&utm_medium=webpage&utm_campaign=service_error",3:"https://immersivetranslate.com/pricing/?utm_source=extension&utm_medium=webpage&utm_campaign=service_error"})+"

"+n("errorReason",{message:r}),action:"changeService"}}handleProUser(e){let n=kt.bind(null,e);if(!(this.data?.translationService!=="openai"&&this.data?.translationService!=="deepl")){if(this.message.indexOf("token invalid")>=0||this.message.indexOf("Login required")>=0)return{type:"notLogin",title:n("notLoginPro"),errMsg:n("error.proTokenInvalid"),action:"login"};if(this.message.indexOf("activate Pro")>=0)return e.user?{type:"upgrade",title:n("upgradeToProErrorTitle"),errMsg:n("error.proUpgrade"),action:"upgrade"}:{type:"notLogin",title:n("notLoginPro"),errMsg:n("error.proTokenInvalid"),action:"login"}}}handleProQuota(e){if(!this.message.startsWith("ProQuota:")||!e.user?.subscription)return;let n=kt.bind(null,e);this.message=this.message.replace("ProQuota:","");let r=this.message;try{r=JSON.parse(this.message).error}catch{}let a=e.user.subscription,{subscriptionType:i,isTrial:o,openAITokenUsedCountResetTime:s,subscriptionTo:u}=a;return{type:"ProQuotaExceeded",title:"",errMsg:c.call(this),action:"retry"};function c(){let p=this.data?.translationService=="deepl"?"OpenAI":"Deepl",m=this.data?.translationService=="deepl"?"Deepl":"OpenAI",g=n("errorReason",{message:r});if(i=="onetime_7day")g+=n("proQuotaExceededError.onetime7day",{anotherService:p,brandId:Q,href:el});else{let f="";m=="OpenAI"?f=Sb:f=xb,o?g+=n("proQuotaExceededError.trial",{anotherService:p,brandId:Q,href:Eb}):g+=n("proQuotaExceededError.nonTrial",{anotherService:p,brandId:Q,href:f,translationService:m}),!o&&(a.cancelAtPeriodEnd==="false"||d3(u)>s)&&(g+=n("proQuotaExceededError.resetTime",{resetTime:c3(s,"YYYY-MM-DD HH:mm:ss")}))}return g}}};async function Wa(t){let e;if(t&&t.retry&&t.retry>0)try{e=await vd(p3.bind(null,t),{multiplier:2,maxAttempts:t.retry})}catch(n){throw n&&n.name==="RetryError"&&n.cause?n.cause:n}else e=await p3(t);return e}async function p3(t){t.body;let{url:e,responseType:n,...r}=t;n||(n="json"),r={mode:"cors",...r};let a=!0;t.fetchPolyfill&&(a=!1);let i=t.fetchPolyfill||fetch,o=3e4;if(t.timeout&&(o=t.timeout),a){let u=new AbortController,l=u.signal;setTimeout(()=>{u.abort()},o),r.signal=l}let s;try{s=await i(e,r)}catch(u){B.debug("fetch error",e,u);let l=u.message||"Unknown Error";throw new V("fetchError",l).initNetWork(-999).initStack(u.stack)}if(s.ok&&s.status>=200&&s.status<400){if(n==="json")return await s.json();if(n==="text")return await s.text();if(n==="raw"){let u=await s.text(),l=Object.fromEntries([...s.headers.entries()]),c=s.url;return c||(s.headers.get("X-Final-URL")?c=s.headers.get("X-Final-URL"):c=e),{body:u,headers:l,status:s.status,statusText:s.statusText,url:c}}else if(n==="stream"){let u="",l;if(s.body&&s.body instanceof ReadableStream)for await(let c of zw(s.body)){let p=new TextDecoder().decode(c);u+=p;let m;for(;(m=u.indexOf(` -`))>=0;){let g=u.slice(0,m).trim();if(u=u.slice(m+1),g.startsWith("event:")||g==="")continue;let f="";if(g.startsWith("data:")&&(f=g.slice(5).trim()),f==="[DONE]")break;let T;try{T=JSON.parse(f??"")}catch(b){B.debug("json error",b);continue}l=T}}return l}}else{let u;try{u=await s.text()}catch(g){B.error("parse response failed",g)}u&&B.error("fail response",u);let l="";u&&(l=u.slice(0,500));let c=l,m=new URL(e).hostname.endsWith(".immersivetranslate.com");throw e.endsWith("edge.microsoft.com/translate/auth")&&(c="bingAuth:"+l),m&&l.includes("quota exceeded")&&(c="ProQuota:"+l),new V("fetchError",c).initNetWork(s.status)}}async function*zw(t){let e=t.getReader();try{for(;;){let{done:n,value:r}=await e.read();if(n)return;yield r}}finally{e.releaseLock()}}d();var Nw=new Map;function ul(t){let e=Uw(64),n=new CustomEvent(Hu,{detail:JSON.stringify({...t,type:"ask",id:e})});return document.dispatchEvent(n),new Promise((r,a)=>{Nw.set(e,(i,o)=>{i?a(i):r(o)})})}function Uw(t){let e="",n="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789",r=n.length,a=0;for(;a","file:///*","*://*/*"],js:["content_script.js"],run_at:"document_end",all_frames:!0},{matches:["","file:///*","*://*/*"],js:["content_start.js"],run_at:"document_start",all_frames:!0}],commands:{toggleTranslatePage:{suggested_key:{default:"Alt+A"},description:"__MSG_toggleTranslatePage__"},toggleTranslateTheWholePage:{suggested_key:{default:"Alt+W"},description:"__MSG_toggleTranslateTheWholePage__"},toggleOnlyTransation:{description:"__MSG_toggleOnlyTransation__"},toggleTranslateToThePageEndImmediately:{description:"__MSG_toggleTranslateToThePageEndImmediately__"},toggleTranslateTheMainPage:{description:"__MSG_toggleTranslateTheMainPage__"},toggleTranslationMask:{description:"__MSG_toggleTranslationMask__"},shareToDraft:{description:"__MSG_shareToDraft__"},toggleMouseHoverTranslateDirectly:{description:"__MSG_toggleMouseHoverTranslateDirectly__"},translateWithOpenAI:{description:"__MSG_translateWithOpenAI__"},translateWithDeepL:{description:"__MSG_translateWithDeepL__"},translateWithGoogle:{description:"__MSG_translateWithGoogle__"},translateWithTransmart:{description:"__MSG_translateWithTransmart__"},translateWithGemini:{description:"__MSG_translateWithGemini__"},translateWithBing:{description:"__MSG_translateWithBing__"},translateInputBox:{description:"__MSG_translateInputBox__"},toggleVideoSubtitlePreTranslation:{description:"__MSG_toggleVideoSubtitlePreTranslation__"}},options_page:"options.html",options_ui:{page:"options.html",open_in_tab:!0,browser_style:!1},permissions:["storage","activeTab","contextMenus","webRequest","webRequestBlocking","declarativeNetRequestWithHostAccess","declarativeNetRequestFeedback","declarativeNetRequest"],host_permissions:[""],declarative_net_request:{rule_resources:[{id:"ruleset_1",enabled:!0,path:"rules/request_modifier_rule.json"}]},action:{default_popup:"popup.html",default_icon:{"32":"icons/32.png","48":"icons/48.png","64":"icons/64.png","128":"icons/128.png","256":"icons/256.png"}},browser_action:{default_icon:"icons/32.png",default_popup:"popup.html",theme_icons:[{dark:"icons/32.png",light:"icons/dark-32.png",size:32},{dark:"icons/48.png",light:"icons/dark-48.png",size:48},{dark:"icons/64.png",light:"icons/dark-64.png",size:64},{dark:"icons/128.png",light:"icons/dark-128.png",size:128},{dark:"icons/256.png",light:"icons/dark-256.png",size:256}]},icons:{"32":"icons/32.png","48":"icons/48.png","64":"icons/64.png","128":"icons/128.png","256":"icons/256.png"},browser_specific_settings:{gecko:{id:"{5efceaa7-f3a2-4e59-a54b-85319448e305}",strict_min_version:"63.0"},gecko_android:{strict_min_version:"113.0"}},key:"MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA7JPn78UfqI3xIIOPPLPS74UTzLfJL1gQM8hlk/deKWvFP/WqUBnPJPdhQeF45sFpI1OjO70nFqdATT4/RwYAiZK7G/E6m27MDVnhHjszfzReOuoAEn9J3RnE2xEx5pFhRFcelhnwTTLrrn90aaPcaMtNsgXtZA1Ggz/SnX9I4ZygqpJYjx3Ql2t6SyNK222oRQiKMT93Rrjgyc8RFA7FKXsWglG0TvseRjbmG5Jk5gDx+2/YTcWGqCDotQnWnkPj/dBO23UAX7IpyJK3FGYdkvWFih6OVClHIIWY8mfCjjwSGbXNQNesaa9F2hrzBZ5MRTj4m7yj76mGxuPHPIE8mwIDAQAB"};var jw="";function Ut(){return jw||ll.version}function ap(){return oe.runtime.getManifest().version}d();function He(){try{let t=[Me().EBOOK_BUILDER_URL,Me().EBOOK_VIEWER_URL,Me().SUBTITLE_BUILDER_URL,Me().HTML_VIEWER_URL,Me().PDF_VIEWER_URL].filter(a=>!!a),e=["app.immersivetranslate.com"];Qt()||e.push("localhost:38001");let n=globalThis.location.pathname;return t.find(a=>{let i=new URL(a);return n.startsWith(i.pathname)&&e.includes(i.host)})?!1:globalThis.self!==globalThis.top}catch{return!0}}d();var ss=new Map,ea=class{fromType;logger;constructor(e,n=!1){this.logger=new rs,n&&this.logger.setLevel("debug"),this.fromType=e,ss.has(e)||(ss.set(e,new Map),oe.runtime.onMessage.addListener((r,a,i)=>{let o=r.from,s=r.to,u,l,c;a.tab&&a.tab.id&&(u=a.tab.id,o=`${o}:${u}`,l=a.tab.url,c=a.tab.active),this.logger.debug(`${r.to} received message [${r.payload.method}] from ${r.from}`,r.payload.data?r.payload.data:" ");let p=op(s),{type:m,name:g}=p;if(m!==e)return!1;let f=op(o),b=ss.get(m).get(g);if(!b)return this.logger.debug(`no message handler for ${m}:${s}, but it's ok`),!1;let{messageHandler:h,sync:E}=b,D={type:e,name:f.name,id:u,url:l,active:c};if(E){try{let M=h(r.payload,D);i({ok:!0,data:M})}catch(M){i({ok:!1,errorName:M.name,errorMessage:M.message,errorDetails:M.details,errorStatus:M.status})}return!1}else return h(r.payload,D).then(M=>{i({ok:!0,data:M})}).catch(M=>{i({ok:!1,errorName:M.name,errorMessage:M.message,errorDetails:M.message,errorStatus:M.status})}),!0}))}getConnection(e,n,r){let a=!1;r&&r.sync&&(a=!0);let i=this.fromType,o=ss.get(i);if(o.has(e))return o.get(e).connectionInstance;{let s=new ip(`${i}:${e}`,this.logger);return ss.get(i).set(e,{messageHandler:n,sync:a,connectionInstance:s}),s}}},ip=class{from;logger;constructor(e,n){this.from=e,this.logger=n}async sendMessage(e,n){let r=op(e),{type:a,id:i}=r;if(a!=="content_script"){let o={to:e,from:this.from,payload:n};this.logger.debug(`${o.from} send message [${o.payload.method}] to ${o.to}`,o.payload.data?o.payload.data:" ");try{let s=await oe.runtime.sendMessage(o);return g3(o,s,this.logger)}catch(s){if(a==="popup"){let u=`popup ${e} is not active, so the message does not send, ignore this error, ${JSON.stringify(n)}`;return this.logger.debug(u,n,e,s),Promise.resolve({message:u})}else throw s}}else{let o={from:this.from,to:e,payload:n};this.logger.debug(`${o.from} send message [${o.payload.method}] to ${o.to}`,o.payload.data?o.payload.data:" ");let s=await oe.tabs.sendMessage(i,o);return g3(o,s,this.logger)}}};function g3(t,e,n){if(e){if(e.ok)return n.debug(`${t.from} received response from ${t.to}:`,e.data?e.data:" "),e.data;throw new V(e.errorName||"UnknownError",e.errorMessage||"Unknown error").initNetWork(e.errorStatus)}else throw new V("noResponse","Unknown error")}function op(t){let e=t.split(":");if(e.length<2)throw new Error("not a valid to string");let n={type:e[0],name:e[1]};if(e[0]==="content_script"){let r=parseInt(e[2]);if(!isNaN(r))n.id=r;else throw new Error("tab id not a valid number")}return n}d();var Hw="";function Li(){return Hw||globalThis.navigator.userAgent}function sp(){return Li().includes("ImtFxiOS")}function m3(){let e=Li().match(/ImtFxiOS\/(\d+\.\d+\.\d+)/);return e?e[1]:null}function Ww(){return Li().includes("ImtFxAndroid")}function f3(){let t=Li();return/ImtFxAndroid\/(\d+\.\d+\.\d+)\/google/.test(t)}function h3(){let e=Li().match(/ImtFxAndroid\/(\d+\.\d+\.\d+)/);return e?e[1]:null}function us(){let t=Li();if(sp()||Ww()){let e=t.match(/Imt[\w/.]+/);if(e){let n=e[0].split("/"),r=n[0];return n[2]&&(r+="_"+n[2]),{name:r,version:n[1]}}}return null}var cl;function Kw(){return cl||(cl=new ea("content_script",!1).getConnection("pure_main",()=>{}),cl)}var b3="G-MKMD9LWFTR";async function ls(t){try{let e=Me(),n=e.INSTALL_FROM==="firefox_store";if(us()?.name?.startsWith("ImtFx")&&(n=!1),n)return;let a=ye(),i=He(),o=e.PROD==="1",s="sitc4WmvShWYwfU0dANM3Q",u=await At("fakeUserId","");u||(u=await Rr("fakeUserId",""),u&&await et("fakeUserId",u));let l=Ut(),c=new Date,p=await At("installedAt","");p||(p=await Rr("installedAt",""),p&&await et("installedAt",p)),u?p||(p=new Date(0).toISOString(),await et("installedAt",p)):(u=Gw(32),await et("fakeUserId",u)),p||(p=c.toISOString(),await et("installedAt",p));let m=new Date(p),g=T3(m),f=T3(c),T=g===f,b=c.getTime()-m.getTime()<7*24*60*60*1e3,h=`https://www.google-analytics.com/mp/collect?measurement_id=${b3}&api_secret=${s}`;o||(h=`https://www.google-analytics.com/debug/mp/collect?measurement_id=${b3}&api_secret=${s}`);let E="";typeof navigator<"u"&&(E=window.navigator.userAgent);let D=mi.parse(E),M=t.map(S=>{let y=S.params||{};if(D.os&&(y.os_name=D.os.name||"unknown",y.os_version=D.os.version||"unknown",y.os_version_name=D.os.versionName||"unknown"),D.browser){y.browser_name=D.browser.name||"unknown",y.browser_version=D.browser.version||"unknown";let L=us();L&&(y.browser_name=L.name,y.browser_version=L.version)}return D.platform&&(y.platform_type=D.platform.type||"unknown"),D.engine&&(y.engine_name=D.engine.name||"unknown",y.engine_version=D.engine.version||"unknown"),l&&(y.version=l),e.INSTALL_FROM&&(y.install_from=e.INSTALL_FROM),g&&(y.install_day=$w(m)),y.userscript=a.toString(),T?y.is_new_user_today="1":y.is_new_user_today="0",b?y.is_new_user_this_week="1":y.is_new_user_this_week="0",i?y.main_frame=0:y.main_frame=1,{...S,params:y}}),I=await dl({responseType:"text",url:h,method:"POST",body:JSON.stringify({client_id:u,user_id:u,events:M})})}catch{}}function Gw(t){let e="",n="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789",r=n.length,a=0;for(;a",""],limit:5},custom:{placeholderDelimiters:["{","}"]},bing:{maxTextLengthPerRequest:1800,requestTimeout:1e4,retry:1,placeholderDelimiters:["","","b"]},yandex:{maxTextLengthPerRequest:1e3,requestTimeout:1e4,retry:1,placeholderDelimiters:["","","b"]},deeplx:{limit:3,placeholderDelimiters:["@","#"]},d:{immediateTranslationTextCount:0,placeholderDelimiters:["@","#"]},papago:{placeholderDelimiters:["{","}"]},dpro:{apiUrl:"https://api.deepl.com/jsonrpc"},ai:{env:{imt_source_field:"text",imt_trans_field:"text",imt_sub_source_field:"source",imt_sub_trans_field:"translation",imt_yaml_item:`- id: {{id}} +`))>=0;){let g=u.slice(0,m).trim();if(u=u.slice(m+1),g.startsWith("event:")||g==="")continue;let f="";if(g.startsWith("data:")&&(f=g.slice(5).trim()),f==="[DONE]")break;let T;try{T=JSON.parse(f??"")}catch(b){B.debug("json error",b);continue}l=T}}return l}}else{let u;try{u=await s.text()}catch(g){B.error("parse response failed",g)}u&&B.error("fail response",u);let l="";u&&(l=u.slice(0,500));let c=l,m=new URL(e).hostname.endsWith(".immersivetranslate.com");throw e.endsWith("edge.microsoft.com/translate/auth")&&(c="bingAuth:"+l),m&&l.includes("quota exceeded")&&(c="ProQuota:"+l),new V("fetchError",c).initNetWork(s.status)}}async function*zw(t){let e=t.getReader();try{for(;;){let{done:n,value:r}=await e.read();if(n)return;yield r}}finally{e.releaseLock()}}d();var Nw=new Map;function ul(t){let e=Uw(64),n=new CustomEvent(Hu,{detail:JSON.stringify({...t,type:"ask",id:e})});return document.dispatchEvent(n),new Promise((r,a)=>{Nw.set(e,(i,o)=>{i?a(i):r(o)})})}function Uw(t){let e="",n="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789",r=n.length,a=0;for(;a","file:///*","*://*/*"],js:["content_script.js"],run_at:"document_end",all_frames:!0},{matches:["","file:///*","*://*/*"],js:["content_start.js"],run_at:"document_start",all_frames:!0}],commands:{toggleTranslatePage:{suggested_key:{default:"Alt+A"},description:"__MSG_toggleTranslatePage__"},toggleTranslateTheWholePage:{suggested_key:{default:"Alt+W"},description:"__MSG_toggleTranslateTheWholePage__"},toggleOnlyTransation:{description:"__MSG_toggleOnlyTransation__"},toggleTranslateToThePageEndImmediately:{description:"__MSG_toggleTranslateToThePageEndImmediately__"},toggleTranslateTheMainPage:{description:"__MSG_toggleTranslateTheMainPage__"},toggleTranslationMask:{description:"__MSG_toggleTranslationMask__"},shareToDraft:{description:"__MSG_shareToDraft__"},toggleMouseHoverTranslateDirectly:{description:"__MSG_toggleMouseHoverTranslateDirectly__"},translateWithOpenAI:{description:"__MSG_translateWithOpenAI__"},translateWithDeepL:{description:"__MSG_translateWithDeepL__"},translateWithGoogle:{description:"__MSG_translateWithGoogle__"},translateWithTransmart:{description:"__MSG_translateWithTransmart__"},translateWithGemini:{description:"__MSG_translateWithGemini__"},translateWithBing:{description:"__MSG_translateWithBing__"},translateInputBox:{description:"__MSG_translateInputBox__"},toggleVideoSubtitlePreTranslation:{description:"__MSG_toggleVideoSubtitlePreTranslation__"}},options_page:"options.html",options_ui:{page:"options.html",open_in_tab:!0,browser_style:!1},permissions:["storage","activeTab","contextMenus","webRequest","webRequestBlocking","declarativeNetRequestWithHostAccess","declarativeNetRequestFeedback","declarativeNetRequest"],host_permissions:[""],declarative_net_request:{rule_resources:[{id:"ruleset_1",enabled:!0,path:"rules/request_modifier_rule.json"}]},action:{default_popup:"popup.html",default_icon:{"32":"icons/32.png","48":"icons/48.png","64":"icons/64.png","128":"icons/128.png","256":"icons/256.png"}},browser_action:{default_icon:"icons/32.png",default_popup:"popup.html",theme_icons:[{dark:"icons/32.png",light:"icons/dark-32.png",size:32},{dark:"icons/48.png",light:"icons/dark-48.png",size:48},{dark:"icons/64.png",light:"icons/dark-64.png",size:64},{dark:"icons/128.png",light:"icons/dark-128.png",size:128},{dark:"icons/256.png",light:"icons/dark-256.png",size:256}]},icons:{"32":"icons/32.png","48":"icons/48.png","64":"icons/64.png","128":"icons/128.png","256":"icons/256.png"},browser_specific_settings:{gecko:{id:"{5efceaa7-f3a2-4e59-a54b-85319448e305}",strict_min_version:"63.0"},gecko_android:{strict_min_version:"113.0"}},key:"MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA7JPn78UfqI3xIIOPPLPS74UTzLfJL1gQM8hlk/deKWvFP/WqUBnPJPdhQeF45sFpI1OjO70nFqdATT4/RwYAiZK7G/E6m27MDVnhHjszfzReOuoAEn9J3RnE2xEx5pFhRFcelhnwTTLrrn90aaPcaMtNsgXtZA1Ggz/SnX9I4ZygqpJYjx3Ql2t6SyNK222oRQiKMT93Rrjgyc8RFA7FKXsWglG0TvseRjbmG5Jk5gDx+2/YTcWGqCDotQnWnkPj/dBO23UAX7IpyJK3FGYdkvWFih6OVClHIIWY8mfCjjwSGbXNQNesaa9F2hrzBZ5MRTj4m7yj76mGxuPHPIE8mwIDAQAB"};var jw="";function Ut(){return jw||ll.version}function ap(){return oe.runtime.getManifest().version}d();function He(){try{let t=[Me().EBOOK_BUILDER_URL,Me().EBOOK_VIEWER_URL,Me().SUBTITLE_BUILDER_URL,Me().HTML_VIEWER_URL,Me().PDF_VIEWER_URL].filter(a=>!!a),e=["app.immersivetranslate.com"];Qt()||e.push("localhost:38001");let n=globalThis.location.pathname;return t.find(a=>{let i=new URL(a);return n.startsWith(i.pathname)&&e.includes(i.host)})?!1:globalThis.self!==globalThis.top}catch{return!0}}d();var ss=new Map,ea=class{fromType;logger;constructor(e,n=!1){this.logger=new rs,n&&this.logger.setLevel("debug"),this.fromType=e,ss.has(e)||(ss.set(e,new Map),oe.runtime.onMessage.addListener((r,a,i)=>{let o=r.from,s=r.to,u,l,c;a.tab&&a.tab.id&&(u=a.tab.id,o=`${o}:${u}`,l=a.tab.url,c=a.tab.active),this.logger.debug(`${r.to} received message [${r.payload.method}] from ${r.from}`,r.payload.data?r.payload.data:" ");let p=op(s),{type:m,name:g}=p;if(m!==e)return!1;let f=op(o),b=ss.get(m).get(g);if(!b)return this.logger.debug(`no message handler for ${m}:${s}, but it's ok`),!1;let{messageHandler:h,sync:E}=b,D={type:e,name:f.name,id:u,url:l,active:c};if(E){try{let M=h(r.payload,D);i({ok:!0,data:M})}catch(M){i({ok:!1,errorName:M.name,errorMessage:M.message,errorDetails:M.details,errorStatus:M.status})}return!1}else return h(r.payload,D).then(M=>{i({ok:!0,data:M})}).catch(M=>{i({ok:!1,errorName:M.name,errorMessage:M.message,errorDetails:M.message,errorStatus:M.status})}),!0}))}getConnection(e,n,r){let a=!1;r&&r.sync&&(a=!0);let i=this.fromType,o=ss.get(i);if(o.has(e))return o.get(e).connectionInstance;{let s=new ip(`${i}:${e}`,this.logger);return ss.get(i).set(e,{messageHandler:n,sync:a,connectionInstance:s}),s}}},ip=class{from;logger;constructor(e,n){this.from=e,this.logger=n}async sendMessage(e,n){let r=op(e),{type:a,id:i}=r;if(a!=="content_script"){let o={to:e,from:this.from,payload:n};this.logger.debug(`${o.from} send message [${o.payload.method}] to ${o.to}`,o.payload.data?o.payload.data:" ");try{let s=await oe.runtime.sendMessage(o);return g3(o,s,this.logger)}catch(s){if(a==="popup"){let u=`popup ${e} is not active, so the message does not send, ignore this error, ${JSON.stringify(n)}`;return this.logger.debug(u,n,e,s),Promise.resolve({message:u})}else throw s}}else{let o={from:this.from,to:e,payload:n};this.logger.debug(`${o.from} send message [${o.payload.method}] to ${o.to}`,o.payload.data?o.payload.data:" ");let s=await oe.tabs.sendMessage(i,o);return g3(o,s,this.logger)}}};function g3(t,e,n){if(e){if(e.ok)return n.debug(`${t.from} received response from ${t.to}:`,e.data?e.data:" "),e.data;throw new V(e.errorName||"UnknownError",e.errorMessage||"Unknown error").initNetWork(e.errorStatus)}else throw new V("noResponse","Unknown error")}function op(t){let e=t.split(":");if(e.length<2)throw new Error("not a valid to string");let n={type:e[0],name:e[1]};if(e[0]==="content_script"){let r=parseInt(e[2]);if(!isNaN(r))n.id=r;else throw new Error("tab id not a valid number")}return n}d();var Hw="";function Li(){return Hw||globalThis.navigator.userAgent}function sp(){return Li().includes("ImtFxiOS")}function m3(){let e=Li().match(/ImtFxiOS\/(\d+\.\d+\.\d+)/);return e?e[1]:null}function Ww(){return Li().includes("ImtFxAndroid")}function f3(){let t=Li();return/ImtFxAndroid\/(\d+\.\d+\.\d+)\/google/.test(t)}function h3(){let e=Li().match(/ImtFxAndroid\/(\d+\.\d+\.\d+)/);return e?e[1]:null}function us(){let t=Li();if(sp()||Ww()){let e=t.match(/Imt[\w/.]+/);if(e){let n=e[0].split("/"),r=n[0];return n[2]&&(r+="_"+n[2]),{name:r,version:n[1]}}}return null}var cl;function Kw(){return cl||(cl=new ea("content_script",!1).getConnection("pure_main",()=>{}),cl)}var b3="G-MKMD9LWFTR";async function ls(t){try{let e=Me(),n=e.INSTALL_FROM==="firefox_store";if(us()?.name?.startsWith("ImtFx")&&(n=!1),n)return;let a=ye(),i=He(),o=e.PROD==="1",s="sitc4WmvShWYwfU0dANM3Q",u=await At("fakeUserId","");u||(u=await Rr("fakeUserId",""),u&&await et("fakeUserId",u));let l=Ut(),c=new Date,p=await At("installedAt","");p||(p=await Rr("installedAt",""),p&&await et("installedAt",p)),u?p||(p=new Date(0).toISOString(),await et("installedAt",p)):(u=Gw(32),await et("fakeUserId",u)),p||(p=c.toISOString(),await et("installedAt",p));let m=new Date(p),g=T3(m),f=T3(c),T=g===f,b=c.getTime()-m.getTime()<7*24*60*60*1e3,h=`https://www.google-analytics.com/mp/collect?measurement_id=${b3}&api_secret=${s}`;o||(h=`https://www.google-analytics.com/debug/mp/collect?measurement_id=${b3}&api_secret=${s}`);let E="";typeof navigator<"u"&&(E=window.navigator.userAgent);let D=mi.parse(E),M=t.map(S=>{let v=S.params||{};if(D.os&&(v.os_name=D.os.name||"unknown",v.os_version=D.os.version||"unknown",v.os_version_name=D.os.versionName||"unknown"),D.browser){v.browser_name=D.browser.name||"unknown",v.browser_version=D.browser.version||"unknown";let k=us();k&&(v.browser_name=k.name,v.browser_version=k.version)}return D.platform&&(v.platform_type=D.platform.type||"unknown"),D.engine&&(v.engine_name=D.engine.name||"unknown",v.engine_version=D.engine.version||"unknown"),l&&(v.version=l),e.INSTALL_FROM&&(v.install_from=e.INSTALL_FROM),g&&(v.install_day=$w(m)),v.userscript=a.toString(),T?v.is_new_user_today="1":v.is_new_user_today="0",b?v.is_new_user_this_week="1":v.is_new_user_this_week="0",i?v.main_frame=0:v.main_frame=1,{...S,params:v}}),I=await dl({responseType:"text",url:h,method:"POST",body:JSON.stringify({client_id:u,user_id:u,events:M})})}catch{}}function Gw(t){let e="",n="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789",r=n.length,a=0;for(;a",""],limit:5},custom:{placeholderDelimiters:["{","}"]},bing:{maxTextLengthPerRequest:1800,requestTimeout:1e4,retry:1,placeholderDelimiters:["","","b"]},yandex:{maxTextLengthPerRequest:1e3,requestTimeout:1e4,retry:1,placeholderDelimiters:["","","b"]},deeplx:{limit:3,placeholderDelimiters:["@","#"]},d:{immediateTranslationTextCount:0,placeholderDelimiters:["@","#"]},papago:{placeholderDelimiters:["{","}"]},dpro:{apiUrl:"https://api.deepl.com/jsonrpc"},ai:{env:{imt_source_field:"text",imt_trans_field:"text",imt_sub_source_field:"source",imt_sub_trans_field:"translation",imt_yaml_item:`- id: {{id}} {{imt_source_field}}: {{text}}`,imt_subtitle_yaml_item:`- id: {{id}} {{imt_sub_source_field}}: {{text}}`,normal_result_yaml_example:`Example request: - id: 1 @@ -5414,15 +5414,15 @@ Translate the content to {{to}} Language: ? ?-\\|\\d+\\|- ? -?`]},azure:{placeholderDelimiters:["@","#"]},you:{placeholderDelimiters:["@","#"]},openl:{placeholderDelimiters:["@","#"]},niu:{placeholderDelimiters:["@","#"]}},shortcuts:{toggleTranslatePage:"Alt+A",toggleTranslateTheWholePage:"Alt+W",toggleOnlyTransation:"",toggleTranslateToThePageEndImmediately:"",toggleTranslationMask:"",shareToDraft:"",toggleMouseHoverTranslateDirectly:""},tempTranslateDomainMinutes:0,translationParagraphLanguagePattern:{matches:["onboarding.immersivetranslate.com","www.reddit.com","old.reddit.com","twitter.com","www.tumblr.com","*.twitter.com","medium.com","*.medium.com","github.com","gist.github.com","www.facebook.com","www.youtube.com","m.youtube.com","read.readwise.io","www.inoreader.com","mail.google.com","google.com","discord.com","*.instagram.com","instagram.com","web.telegram.org","web.whatsapp.com","*.slack.com","*.indeed.com","outlook.live.com","https://bsky.app","store.steampowered.com","test-app.immersivetranslate.com","app.immersivetranslate.com"],excludeMatches:[],selectorMatches:["meta[property='al:ios:url'][content^='medium://']"],selectorExcludeMatches:[]},sourceLanguageUrlPattern:{},selectTranslationFont:"",translationFonts:["Microsoft YaHei","SimSun","NSimSun","SimHei","Microsoft JhengHei","KaiTi","FangSong","PingFang SC","STHeiti","STKaiti","STSong","STFangsong","STZhongsong","STHupo","STXinwei","STLiti","STXingkai","Hiragino Sans GB","Lantinghei SC","Hanzipen SC","Hannotate SC","Songti SC","Wawati SC","Weibei SC","Xingkai SC","Yapi SC","Yuanti SC","Arial Unicode MS","MingLiU-ExtB","Malgun Gothic","Arial","Calibri","Cambria","Candara","Consolas","Constantia","Corbel","Courier New","Georgia","Lucida Console","MingLiU","PMingLiU","MingLiU_HKSCS","Meiryo","MS Gothic","MS PGothic","MS UI Gothic","MS Mincho","MS PMincho","Segoe UI","Segoe UI Symbol","Tahoma","Times New Roman","Trebuchet MS","Verdana","Gulim","Dotum","Batang","Gungsuh","San Francisco","Helvetica Neue","Hiragino Mincho ProN","Hiragino Kaku Gothic ProN","Yu Gothic","Yu Mincho","Geeza Pro","Al Nile","Tehran","Devanagari MT","Kohinoor Devanagari","Apple SD Gothic Neo","Nanum Gothic"],generalRule:{_comment:"",isTranslateWhenServiceChanged:!0,glossaries:[{k:"LLM",v:""},{k:"LLMs",v:""}],excludeRegexps:["(<\\\\/?[a-zA-Z0-9]+(?:[^>]*?)>)","(||||||||||
|
)"],detectionServiceOrder:["google","bing","transmart"],detectParagraphLanguage:!1,paragraphFirstLetterFontSize:35,toastErrorMinTimes:20,enableSubtitle:!1,"subtitle.autoEnableSubtitle":!1,disableNewTextTranslate:!1,skipEditableCheck:!1,mutationObserverLimitTargetSelectors:[],condition:{},normalizeBody:"",inputExecCommandDeleteEnable:!1,inputConfig:{clearContentEnable:!0,execCommandDeleteEnable:!1},mutationExcludeSelectors:["span.highlighter--highlighted","span.highlighter-ext","mark","msreadoutspan","rw-highlight","web-highlight","font.immersive-translate-target-wrapper *","pre",".uacc-clickable"],mutationExcludeContainsSelectors:["msreadoutspan","[class*='rgh-seen-']","[isInvalidTag]","mh","body","relin-hc"],atomicBlockSelectors:["relin-hc"],shareConfig:{injectCss:!0,removeSelectors:["noscript","script"]},mutationConfig:{consumeTimeout:100,buildTimeout:100,checkSelfUpdate:!0},useIframePostMessage:!1,searchEnhancementConfig:[],injectedCss:[],isOnBoardingPage:!1,isEbook:!1,isEbookBuilder:!1,ignoreZhCNandZhTW:!1,showSponsorOnSafari:!1,noTranslateRegexp:["^\\d+.+ago$","^\\d+\\s+MIN\\s+READ$"],waitForSelectors:[],isInjectOptionsUrl:!1,isInjectVersion:!1,isInjectMeta:!1,waitForSelectorsTimeout:3e3,pairs:{},aiRule:{},subtitleRule:{isInject:!0,autoEnableSubtitle:!1,preTranslation:!1,humanPreferred:!0,disabled:!1,hookType:"xhr",showQuickButton:!0,backgroundColor:"#080808",backgroundOpacity:"75",sourceTextColor:"#FFFFFF",translationTextColor:"#FFFFFF",sourceFontSize:"100",translationMode:"dual",translationPosition:"bottom",translationFontSize:"100",translateGroupCount:5,velocityGroup:[1,3,20]},bodyRule:{enable:!0,maxBodyScreenLength:25,articleChildTags:["P"],articleChildTagsNum:4,bodyIsRoot:!1,humanPreferred:!0,preTranslation:!0,xpathRule:["name:P"]},isSubtitleBuilder:!1,minZIndex:0,initTranslationServiceAsSoonAsPossible:!0,targetWrapperTag:"font",additionalInjectedCss:[],isTranslateTitle:!0,enableSearchEnhancement:!1,searchEnhancementSelector:"#rhs",languageDetectMinTextCount:50,wrapperPrefix:"smart",wrapperSuffix:"smart",isPdf:!1,pdfUrlExtractRule:{},isTransformPreTagNewLine:!1,urlChangeDelay:50,mutationChangeDelay:10,mainFrameMinTextCount:50,mainFrameMinWordCount:5,visibleDelay:0,additionalStayOriginalSelectors:["span.katex","span.notranslate",".MathJax_Preview",".MathJax",".MathJax_SVG",'[aria-labelledby^="MathJax-SVG"]',".mwe-math-element","span[translate=no]","em[translate=no]","code[translate=no]","span.math.inline","span.math.display",".ltx_Math",".mathjax-block",".MathJax_CHTML","kbd","span.pretex-inline","span.math-inline",".reference-citations"],translationBlockStyle:"",isShowUserscriptPagePopup:!0,observeUrlChange:!1,paragraphMinTextCount:4,paragraphMinWordCount:2,shadowRootSelectors:[],blockMinTextCount:24,blockMinWordCount:4,asideMaxTextCount:1e3,asideMaxWordCount:200,asideMaxTextCountPerParagraph:67,asideMaxWordCountPerParagraph:12,lineBreakMaxTextCount:0,globalAttributes:{},inputTutorialsText:"",inputTutorialsSelectors:[],globalMeta:{},globalStyles:{},initialGlobalAttributes:{},initialSelectorGlobalAttributes:{header:{translate:"no"},"footer:last-of-type":{translate:"no"},"nav:last-of-type":{translate:"no"},nav:{translate:"no"}},selectors:[],preWhitespaceDetectedTags:["DIV","SPAN"],stayOriginalSelectors:[],additionalSelectors:["h1","section h2","section h3","section h4","main h2","main h3","main h4",".article-title",".article-subtitle",".article_title",".article_subtitle",".article__title",".articleTitle",".Article__content",".titleLink",".summary",".headline",".page-content","aside.note","aside.article-comments","aside.onebox"],atomicBlockTags:[],excludeSelectors:[],additionalExcludeSelectors:['[contenteditable="true"]',".uacc-clickable","#monica-content-root","#immersive-translate-popup",".social-share",".breadcrumbs",".post__footer",".btn",".share-nav",".o-share","[data-toolbar=share]","rp","rt",".prism-code",".rc-CodeBlock","[role=code]","#omni-extension",".omni-item","div[data-paste-markdown-skip]","table.highlight","div[class^=codeBlockContent]","div[class^=codeBlockLines]","div[class^=token-line]","#liuchan-window > .liuchan-container > *",".material-icons","i.fa","i[class^=fa-]",".notranslate","[translate=no]",".navmenu-container",".google-symbols","h1 br","h2 br","h3 br","h4 br","table thead"],translationClasses:[],excludeTags:["TITLE","LINK","SCRIPT","STYLE","TEXTAREA","SVG","svg","G","NOSCRIPT","BUTTON","BASE","HR","PRE","KBD","WBR","RT","RP","META","MATH","TTS-SENTENCE","AIO-CODE","RELIN-TARGET"],bodyTranslateTags:["FOOTER","ASIDE","BUTTON","NAV"],forceTranslateTags:[],metaTags:["META","SCRIPT","STYLE","NOSCRIPT"],additionalExcludeTags:[],stayOriginalTags:["CODE","TT","IMG","SUP","SUB","SAMP","math","semantics","mrow","mo","mfrac","msup","mi","mn","msqrt","d-math"],additionalStayOriginalTags:[],inlineTags:["A","ABBR","FONT","ACRONYM","B","INS","DEL","RUBY","RP","RB","BDO","MARK","BIG","RT","NOBR","CITE","DFN","EM","I","LABEL","Q","S","SMALL","SPAN","STRONG","SUB","SUP","U","KBD","TT","VAR","IMG","CODE","SCRIPT","STYLE","LINK","TIME","META","WBR","RELIN-HC","RELIN-HIGHLIGHT","RELIN-ORIGIN","RELIN-TARGET","XQDD_HIGHLIGHT_NEW_WORD","NOBR","RW-HIGHLIGHT","HYPOTHESIS-HIGHLIGHT"],additionalInlineTags:[],extraInlineSelectors:["p > a span","p > span a span"],additionalInlineSelectors:[".MathJax_Preview",".MathJax",".highlighter--highlighted",".rw-highlight","ruby *"],extraBlockSelectors:["turbo-frame","readme-toc","#hs_cos_wrapper_post_body","#hs_cos_wrapper_post_body","option","ul > li"],allBlockTags:["BODY","HGROUP","CONTENT","ADDRESS","ARTICLE","ASIDE","DETAILS","BLOCKQUOTE","SELECT","OPTION","CANVAS","DD","DL","DT","FIELDSET","FIGCAPTION","FIGURE","FOOTER","HEADER","FORM","HR","MAIN","SUMMARY","NAV","NOSCRIPT","PRE","SECTION","TABLE","TFOOT","UL","VIDEO","P","DIV","H1","H2","H3","H4","H5","H6","UL","LI","OL","BR","PICTURE","TBODY","TR","TD","TH","SOURCE","C-WIZ","BUTTON","TURBO-FRAME","README-TOC"],mutationObserverContainerSelectors:[],pdfNewParagraphLineHeight:2.4,pdfNewParagraphIndent:1.2,pdfNewParagraphIndentRightIndentPx:130,fingerCountToToggleTranslagePageWhenTouching:4,fingerCountToToggleTranslationMaskWhenTouching:0,fingerCountToToggleTranslagePageOnlyTranslationWhenTouching:0,touchShortcutsToggleTranslatePage:"fingers.4",touchShortcutsToggleTranslationMask:"touchShortcutsOff",touchShortcutsToggleTranslatePageOnlyTranslation:"touchShortcutsOff",touchShortcutsToggleTranslateTouchElement:"touchShortcutsOff",touchShortcutsToggleTranslateTouchElementPreferenceKey:"slide.left",mouseHoverHoldKey:"Off",mouseHoverPreferenceKey:"Ctrl"},rules:[{id:"isSubtitleBuilder",isSubtitleBuilder:!0,pageType:"subtitleBuilder",selectorMatches:["meta[name='immersive-translate-subtitle-builder'][content='true']"],pairs:{".source-text":".target-text"},paragraphMinTextCount:4,paragraphMinWordCount:2,isTranslateTitle:!1,wrapperPrefix:"",wrapperSuffix:"","bodyRule.add":{enable:!1}},{id:"isEbook",isEbook:!0,pageType:"ebookReader",isTranslateTitle:!1,urlChangeDelay:200,selectorMatches:["meta[name='immersive-translate-ebook-viewer'][content='true']"],injectedCss:[".immersive-translate-target-translation-block-wrapper {display:block;}"],excludeSelectors:["#drop-target","#drop-target h1","#side-bar","h1#side-bar-title"],extraInlineSelectors:["span.dropcaps"],"bodyRule.add":{enable:!1},paragraphMinTextCount:4,paragraphMinWordCount:2,blockMinTextCount:1,blockMinWordCount:1,containerMinTextCount:1,wrapperPrefix:"
",targetWrapperTag:"span"},{id:"pdf",isPdf:!0,isTranslateTitle:!1,pageType:"pdfReader",selectorMatches:["meta[name='immersive-translate-pdf-viewer'][content='true']"],matches:["https://app.immersivetranslate.com/pdf","https://app.immersivetranslate.com/pdf/","https://app.immersivetranslate.com/pdf/*","http://localhost:38001/pdf*"],"additionalExcludeSelectors.remove":['[contenteditable="true"]'],isTranslateWhenServiceChanged:!1,translationMode:"translation",skipEditableCheck:!0,selectors:["p"],"bodyRule.add":{enable:!1},injectedCss:[".immersive-translate-target-wrapper {display: contents!important;position:absolute;}",".immersive-translate-target-wrapper br {display: none;!important;}",".immersive-translate-target-wrapper span {position: relative;!important;}",".immersive-translate-error-wrapper {padding:0px !important;margin:0px !important;}","font {line-height: 0!important;}"],globalAttributes:{"[class='textLayer']":{translate:"no"}},mutationExcludeContainsSelectors:["font.immersive-translate-target-wrapper"],"shareConfig.add":{removeSelectors:["noscript","script",".toolbar","#sidebarContainer",'[class="page"]',".editorParamsToolbar",".image-mode",".im_db",".im_cb"]},wrapperPrefix:"",isInjectVersion:!0},{id:"sci-hub.pdfWebPage",matches:["sci-hub.*"],waitForSelectorsTimeout:1,pdfUrlExtractRule:{selector:"#pdf",attribute:"src"}},{id:"common.pdfWebPage",waitForSelectorsTimeout:1,selectorMatches:["embed[type='application/pdf']"]},{id:"isEbookBuilder",matches:["https://app.immersivetranslate.com/ebook/make/","http://localhost:38001/ebook/make/"],isEbookBuilder:!0,pageType:"ebookBuilder",toastErrorMinTimes:500,isTranslateWhenServiceChanged:!1,isTranslateTitle:!1,targetWrapperTag:"span",selectorMatches:["meta[name='immersive-translate-ebook-builder'][content='true']"],injectedCss:[".immersive-translate-target-translation-block-wrapper {display:block;}"],globalMeta:{},excludeSelectors:["h1.notranslate","#drop-target","#drop-target h1","#side-bar","h1#side-bar-title","#tool",".Code"],"bodyRule.add":{enable:!1},isInjectMeta:!0,paragraphMinTextCount:4,paragraphMinWordCount:2,blockMinTextCount:1,blockMinWordCount:1,containerMinTextCount:1,wrapperPrefix:"
"},{id:"immersiveTranslateIosOnBoarding",selectorMatches:["meta[name=immersiveTranslateIosOnBoarding]"],initialGlobalAttributes:{"input#immersiveTranslateDetectedSlot":{value:"true"}},isInjectOptionsUrl:!0,isInjectVersion:!0,isInjectMeta:!0},{id:"immersiveTranslateIosOnBoardingStep1",selectorMatches:["meta[name=immersiveTranslateIosOnBoardingStep1]"],isOnBoardingPage:!0,isInjectOptionsUrl:!0,isInjectVersion:!0,isInjectMeta:!0},{id:"immersivePreview",matches:["https://immersivetranslate.com/preview*","https://test.immersivetranslate.com/preview*","https://immersivetranslate.com/drafts*","https://test.immersivetranslate.com/drafts*"],isInjectVersion:!0,isInjectMeta:!0,waitForSelectorsTimeout:1},{id:"pro-pdf",matches:["https://*.immersivetranslate.com/pdf-pro*"],pageType:"pdfProReader","excludeSelectors.add":["table"],isInjectVersion:!0,isInjectMeta:!0,waitForSelectorsTimeout:1},{id:"immersive",matches:["https://immersivetranslate.com","https://test.immersivetranslate.com","https://onboarding.immersivetranslate.com","https://app.immersivetranslate.com","https://test-app.immersivetranslate.com","http://localhost:38001"],isInjectVersion:!0,isInjectMeta:!0,waitForSelectorsTimeout:1},{id:"simpread",selectorMatches:"div.simpread-read-root.simpread-read-root-show > sr-read",mainFrameSelector:"div.simpread-read-root.simpread-read-root-show > sr-read"},{id:"txt",matches:["*://*/*.txt","file://*/*.txt"],selectorMatches:["body > pre"],"mutationExcludeSelectors.add":["body"],isTransformPreTagNewLine:!0,"excludeTags.remove":["PRE"]},{id:"hangejp",matches:["arad.hange.jp","arad.nexon.co.jp","oapi.dingtalk.com","login.dingtalk.com"],useIframePostMessage:!1},{id:"preSites",matches:["mail.jabber.org","antirez.com","patchwork.kernel.org","lists.apache.org","manned.org","bugs.webkit.org","bugzilla.mozilla.org","lwn.net/Articles/*","docs.haproxy.org","man.freebsd.org","www.oreilly.com/openbook/opensources/book/*","gamefaqs.gamespot.com"],isTransformPreTagNewLine:!0},{id:"wikipedia",matches:"*.wikipedia.org",paragraphMinWordCount:2,paragraphMinTextCount:4,injectedCss:[".immersive-translate-target-translation-block-wrapper { display: block; }"],excludeSelectors:[".mw-editsection",".mw-cite-backlink","#p-lang-btn","#right-navigation","#p-associated-pages",".vector-header"],stayOriginalSelectors:[".chemf",".mwe-math-element","[role=math]",".nowrap"],extraInlineSelectors:[".chemf",".mwe-math-element","[role=math]",".nowrap"],"bodyRule.add":{bodySelector:"#content",articleSelector:"#bodyContent"}},{id:"twitter",matches:["twitter.com","mobile.twitter.com","tweetdeck.twitter.com","pro.twitter.com","https://platform.twitter.com/embed*"],additionalStayOriginalSelectors:['[data-testid="tweetText"] a',"[data-testid='UserDescription'] a","[data-testid='HoverCard'] a","[data-testid='UserCell'] a","[data-testid='birdwatch-pivot'] a"],blockMinTextCount:0,blockMinWordCount:0,excludeSelectors:["[aria-describedby][role=button]","header","[data-testid='radioGroupplayback_rate'] div","[data-testid='userFollowIndicator']","[class='css-901oao r-14j79pv r-37j5jr r-n6v787 r-16dba41 r-1cwl3u0 r-bcqeeo r-qvutc0']","[class='css-175oi2r r-1wbh5a2 r-dnmrzs']"],extraBlockSelectors:['[data-testid="tweetText"] div.r-6koalj'],extraInlineSelectors:['[data-testid="tweetText"] div.r-xoduu5','[data-testid="tweetText"] span','[data-testid="UserDescription"] div',"[data-testid='HoverCard'] div[dir=auto] div","[data-testid='HoverCard'] span[dir=auto] div"],globalStyles:{"[data-testid='card.layoutLarge.detail'] > div:nth-child(2)":"-webkit-line-clamp: unset;","[data-testid='card.layoutSmall.detail'] > div:nth-child(2)":"-webkit-line-clamp: unset;","[data-testid='tweetText']":"-webkit-line-clamp: unset;"},ignoreZhCNandZhTW:!0,isTranslateTitle:!1,useIframePostMessage:!1,observeUrlChange:!1,paragraphMinTextCount:2,paragraphMinWordCount:1,selectors:['[data-testid="tweetText"]',".tweet-text",".js-quoted-tweet-text","[data-testid='card.layoutSmall.detail'] > div:nth-child(2)","[data-testid='developerBuiltCardContainer'] > div:nth-child(2)","[data-testid='card.layoutLarge.detail'] > div:nth-child(2)","[data-testid='cellInnerDiv'] div[data-testid='UserCell'] > div> div:nth-child(2)","[data-testid='UserDescription']","[data-testid='HoverCard'] div[dir=auto]","[data-testid='HoverCard'] span[dir=auto]","[data-testid='HoverCard'] [role='dialog'] div[dir=ltr]","[data-testid='birdwatch-pivot'] div[dir=ltr]"],"subtitleRule.add":{type:"live",isInject:!1,injectedCss:["#layers[style='z-index: 1;'] [style='height: 100px;'] { height: 400px !important; }"],liveSubtitleRule:{containerSelector:".css-175oi2r.r-13awgt0.r-1pi2tsx.r-13qz1uu > [role='listbox']",reportSelector:".css-175oi2r.r-1awozwy.r-173mn98.r-1mf7evn.r-7e3msg",textSelectors:[".css-1rynq56.r-bcqeeo.r-qvutc0.r-37j5jr.r-a023e6.r-16dba41.r-dhbnww.r-1pb70le"],mutationChangeDelay:1e3}},"subtitleRule.add_v.[1.2.1]":{type:"twitter",videoPlayerSelector:"video",loadingStyle:"bottom: unset; top: 5%;",injectedCss:["#layers[style='z-index: 1;'] [style='height: 100px;'] { height: 400px !important; }","video::cue {white-space: pre-line;}"]}},{id:"threads",matches:"www.threads.net",selectors:["p",".x1npkx4u.x1exu5d8",".xw7yly9",".xgkxs2y",".x1xdureb.xqti54a.x13vxnyz",".xqti54a.x13vxnyz.x49hn82.xcrlgei.x889kno"],stayOriginalSelectors:[".x1rg5ohu",".xat24cr.xdj266r a"],"excludeSelectors.add":[".x6s0dn4.x78zum5",".xpvyfi4.x1npkx4u.x1ms6mhf"],globalStyles:{span:"max-height:unset;-webkit-line-clamp:unset;height:unset;white-space:unset;"}},{id:"stackoverflow",matches:["stackoverflow.com","*.stackexchange.com","superuser.com","askubuntu.com","serverfault.com"],extraBlockSelectors:["span.comment-copy"],globalStyles:{".s-post-summary--content-excerpt":"-webkit-line-clamp:unset;"},"excludeSelectors.add":[".votecell","header","#footer","#question-header + div","div.postcell div.mb0","div[id^=comments-link-]","#answers-header",".new-post-login",".form-submit","a[href='/questions/ask']","#left-sidebar","a.comment-user","span.comment-date","div.s-prose.js-post-body + div",".bottom-notice","div[data-campaign-name=stk]",".s-post-summary--stats",".s-post-summary--meta"],paragraphMinTextCount:4,paragraphMinWordCount:2},{id:"appleDeveloper",matches:"developer.apple.com/documentation/*",selectors:[".container","h3.title","div.content"]},{id:"hackerNews",matches:"news.ycombinator.com",selectors:[".titleline > a",".comment > .commtext",".toptext","a.hn-item-title",".hn-comment-text",".hn-story-title"],excludeSelectors:[".reply"]},{id:"quora",matches:["*.quora.com","quora.com"],excludeSelectors:[".dom_annotate_multifeed_bundle_AskQuestionPromptBundle",".dom_annotate_feed_switcher","[class='q-box qu-py--small qu-color--gray_light']","[class='q-box spacing_log_answer_header']","[class='q-box qu-flex--auto']","[class='q-text qu-dynamicFontSize--small qu-mt--small qu-color--gray_light qu-passColorToLinks']",".AnswerFooter___StyledFlex-sc-2xbo88-0","[class='q-box qu-mb--small']"],globalStyles:{".qu-truncateLines--3":"-webkit-line-clamp: unset;"}},{id:"oldReddit",matches:["old.reddit.com/*/.compact","old.reddit.com/.compact","www.reddit.com/*/.compact","www.reddit.com/.compact"],selectors:[".title > a",".usertext-body"],detectParagraphLanguage:!0},{id:"otherOldReddit",matches:"old.reddit.com",selectors:["p.title > a","[role=main] .md-container"],detectParagraphLanguage:!0},{id:"redditList",matches:["https://www.reddit.com/r/*/comments/*/*","https://www.reddit.com/","https://www.reddit.com/hot/","https://www.reddit.com/new/","https://www.reddit.com/top/"],excludeMatches:["https://www.reddit.com/r/*/wiki/*"],observeUrlChange:!0,selectors:["h1",".PostHeader__post-title-line","[data-click-id=body] h3","[data-click-id=background] h3","[data-testid=comment]","[data-adclicklocation='title'] h3","[data-adclicklocation=media]","[data-testid='post-title-text']",".PostContent",".post-content",".Comment__body","faceplate-batch .md","[slot=comment]",".RichTextJSON-root","[slot=title]","[slot=text-body]","p.title > a","[role=main] .md-container"],detectParagraphLanguage:!0,globalStyles:{"div.XPromoBottomBar":"display:none","[class*='line-clamp']":"-webkit-line-clamp: unset"},waitForSelectors:["[data-testid=post_author_link]"],"inputConfig.add":{clearContentEnable:!1}},{id:"reddit",matches:"www.reddit.com",selectors:["#search-results-tab-slot","h1",".PostHeader__post-title-line","[data-click-id=body] h3","[data-click-id=background] h3","[data-testid=comment]","[data-adclicklocation='title'] h3","[data-testid='post-title-text']","[slot=comment]","[data-adclicklocation=media]",".PostContent",".post-content",".Comment__body","faceplate-batch .md","[slot=text-body]","p.title > a","[role=main] .md-container","#-post-rtjson-content",".RichTextJSON-root","[slot='title']"],excludeSelectors:[".text-neutral-content-weak"],paragraphMinTextCount:5,paragraphMinWordCount:2,excludeMatches:["https://www.reddit.com/r/*/wiki/*","https://www.reddit.com/settings/*"],detectParagraphLanguage:!0,globalStyles:{"div.XPromoBottomBar":"display:none","[class*='line-clamp']":"-webkit-line-clamp: unset"}},{id:"reuters",matches:"www.reuters.com",excludeSelectors:["[promotext]","[data-testid=Leaderboard]","[data-testid=HomeTickerV2]","[data-testid=SiteFooter]","[class^=refinitiv-promo-bar__container]","[data-testid=ResponsiveAdSlot]","[data-testid=SiteHeader]","[data-testid=HomeTickerV2]"]},{id:"npmjs",matches:"https://www.npmjs.com/package/*",selectors:["#tabpanel-readme > div:first-child"]},{id:"github",matches:"github.com",useIframePostMessage:!1,excludeMatches:["https://github.com/*/*/settings","https://github.com/settings/*","https://github.com/sponsors/*","https://github.com/readme/*","https://github.com/readme/","https://github.com/features/*","https://github.com/customer-stories/*"],mutationExcludeSelectors:[".react-blob-sticky-header *"],selectors:["h1","[aria-label=Issues] .markdown-title","[aria-labelledby=discussions-list] .markdown-title","h3 .markdown-title",".markdown-body",".Layout-sidebar p","div > span.search-match","li.repo-list-item p","#responsive-meta-container p","article p","div.repo-description p","[itemprop=description]",".integrations-auth-wrapper",".new-feed-onboarding-notice","article section[aria-label='card content'] > div > div > div > div:nth-child(2)",".TimelineItem-body .Link--primary",'[role="navigation"] p'],atomicBlockSelectors:["[itemprop=description]"],excludeSelectors:[".css-truncate","[data-test-selector='commit-tease-commit-message']","[data-test-selector='create-branch.developmentForm']","div.Box-header.position-relative","div.blob-wrapper-embedded","div.Box.Box--condensed.my-2","div.jp-CodeCell",'[aria-label="Account"] .markdown-title',".js-repos-container .markdown-title","a.anchor","div.file-navigation + div.Box"],extraBlockSelectors:[],extraInlineSelectors:["g-emoji","a.anchor"],stayOriginalTags:["CODE","TT","G-EMOJI","IMG","SUP","SUB"],detectParagraphLanguage:!0,globalStyles:{".TimelineItem-body .Link--primary":"-webkit-line-clamp: unset;"}},{id:"github-blog",matches:["github.blog"],injectedCss:["font {word-break: break-all !important;}"]},{id:"githubNotebook",matches:"notebooks.githubusercontent.com",useIframePostMessage:!1,excludeSelectors:["div.jp-CodeCell"]},{id:"facebook",matches:"www.facebook.com",excludeMatches:["https://www.facebook.com/business/*","https://www.facebook.com/help*"],selectors:["div[dir=auto][style]","div[dir=auto][class]","span[lang]"],atomicBlockSelectors:["div[dir=auto][style]","div[dir=auto][class]","span[lang]"],insertPosition:"afterend",preWhitespaceDetectedTags:["DIV","SPAN"],extraBlockSelectors:["span.x1vvkbs"],excludeSelectors:["[role=button]"],translationClasses:["immersive-translate-text"],detectParagraphLanguage:!0},{id:"youtubeMobile",matches:"m.youtube.com",selectors:[".comment-text","#content-text",".media-item-headline",".slim-video-information-title",".yt-spec-button-view-model",".yt-core-attributed-string > span",".title"],shareConfig:{injectCss:!1,removeSelectors:["iron-iconset-svg","iframe","ytd-watch-next-secondary-results-renderer","noscript","script"]},"mutationConfig.add":{checkSelfUpdate:!1},"excludeTags.remove":["BUTTON"],additionalExcludeSelectors:[".ytp-caption-window-container","text"],"subtitleRule.add":{type:"youtube",subtitleUrlRegExp:"(/api/timedtext|videoplayback\\?expire.*text)",translateSelectors:[".caption-window",".caption-visual-line"],videoPlayerSelector:".html5-video-player.playing-mode,.html5-video-player.paused-mode",loadingContainerSelector:".ytp-caption-window-container",videoADSelector:".ytp-ad-player-overlay",injectedCss:["#player-shorts-container .ytp-caption-window-bottom {top: 40px; bottom: unset!important;}"],videoSelector:".html5-video-player.playing-mode video,.html5-video-player.paused-mode video",translationOnlyPattern:["m.youtube.com/watch*","m.youtube.com/embed*","m.youtube.com/shorts*"],attachRule:{appendSelector:".html5-video-player.playing-mode,.html5-video-player.paused-mode",injectedCSS:[".imt-caption-container {z-index:40;}"],injectedGlobalCSS:[".caption-window {display: none;} ","shorts-video #immersive-translate-caption-window { height: 150px;}"]}},wrapperPrefix:"",wrapperSuffix:"",observeUrlChange:!0,atomicBlockSelectors:[".comment-text"],globalStyles:{".comment-text":"max-height:unset;",".media-item-headline":"max-height:unset;-webkit-line-clamp:unset;"},injectedCss:[".immersive-translate-target-wrapper img { width: 16px; height: 16px }"],extraBlockSelectors:[".caption-visual-line"]},{id:"youtube",matches:"www.youtube.com",blockMinTextCount:0,blockMinWordCount:0,detectParagraphLanguage:!0,lineBreakMaxTextCount:0,shareConfig:{injectCss:!1,removeSelectors:["iron-iconset-svg","iframe","ytd-watch-next-secondary-results-renderer","noscript","script"]},"additionalExcludeSelectors.add":[".ytp-caption-window-container","text"],globalStyles:{"#video-title":"-webkit-line-clamp: unset;max-height: unset;","h1.ytd-watch-metadata":"-webkit-line-clamp: unset;max-height: unset;","yt-formatted-string#video-title":"-webkit-line-clamp: unset;max-height: unset;","ytd-expander.ytd-comment-renderer":"--ytd-expander-max-lines: 1000;"},injectedCss:[".immersive-translate-target-wrapper img { width: 16px; height: 16px }",".metadata-snippet-container {max-height: unset !important;}",".immersive-translate-target-wrapper {text-align: left;}",".immersive-translate-target-wrapper[dir=rtl] {text-align: right;}"],isTranslateTitle:!1,observeUrlChange:!0,selectors:["yt-formatted-string[slot=content].ytd-comment-renderer","yt-formatted-string.ytd-video-renderer","yt-formatted-string#content-text","h1","yt-formatted-string#video-title","yt-formatted-string.span","span#video-title","a#video-title","yt-formatted-string.ytd-transcript-segment-renderer","#description-inline-expander > yt-attributed-string > span","yt-attributed-string > span","ytd-notification-renderer .message","#message",".yt_to_text_transcript_text"],extraBlockSelectors:["yt-formatted-string.ytd-transcript-segment-renderer",".caption-visual-line"],"subtitleRule.add":{type:"youtube",subtitleUrlRegExp:"(/api/timedtext|videoplayback\\?expire.*text)",translateSelectors:[".caption-window",".caption-visual-line"],videoPlayerSelector:".html5-video-player.playing-mode,.html5-video-player.paused-mode",loadingContainerSelector:".ytp-caption-window-container",videoADSelector:".ytp-ad-player-overlay",translationOnlyPattern:["www.youtube.com/watch*","www.youtube.com/embed*","www.youtube.com/shorts*"],subtitleButtonSelector:".html5-video-player.playing-mode .ytp-subtitles-button,.html5-video-player.paused-mode .ytp-subtitles-button",languageSelector:".ytp-menuitem-label",injectedCss:["#shorts-player .ytp-caption-window-bottom {top: 2%; bottom: unset!important;} #immersive-translate-quick-button-container {font-size: 12px;z-index:1001;}"],quickButtonRule:{appendSelector:".ytp-chrome-controls",insertBeforeSelector:".ytp-right-controls"},videoSelector:".html5-video-player.playing-mode video,.html5-video-player.paused-mode video",attachRule:{appendSelector:".html5-video-player.playing-mode,.html5-video-player.paused-mode",injectedCSS:[".imt-caption-container {z-index:40;}",".imt-caption-window {margin-bottom: 2%}"],injectedGlobalCSS:[".caption-window {display: none;} ","#shorts-player #immersive-translate-caption-window { height: 20%;}",".html5-video-player:not(.ytp-autohide) #immersive-translate-caption-window {bottom: 60px;}"]}},urlChangeDelay:2e3,wrapperPrefix:"
",wrapperSuffix:""},{id:"tvYoutube",matches:"tv.youtube.com","subtitleRule.add":{type:"youtube",preTranslation:!0,humanPreferred:!1,subtitleUrlRegExp:"(/api/timedtext|videoplayback\\?expire.*text)",translateSelectors:[".caption-window",".caption-visual-line"],videoPlayerSelector:".html5-video-player.playing-mode,.html5-video-player.paused-mode",loadingContainerSelector:".ytp-caption-window-container",videoADSelector:".ytp-ad-player-overlay",translationOnlyPattern:["tv.youtube.com/watch*"],subtitleButtonSelector:".ytp-subtitles-button",languageSelector:".ytp-menuitem-label",injectedCss:["#shorts-player .ytp-caption-window-bottom {top: 2%; bottom: unset!important;} #immersive-translate-quick-button-container {font-size: 12px;z-index:1001;}"],quickButtonRule:{appendSelector:".ypcs-control-buttons-right",insertBeforeSelector:".ypcs-control-buttons-right .ypcs-volume-control-slot"},videoSelector:".html5-video-player.playing-mode video,.html5-video-player.paused-mode video",attachRule:{appendSelector:".html5-video-player.playing-mode,.html5-video-player.paused-mode",injectedCSS:[".imt-caption-container {z-index:40;}",".imt-caption-window {margin-bottom: 2%;}"],injectedGlobalCSS:[".caption-window {display: none;} ","#shorts-player #immersive-translate-caption-window { height: 20%;}",".html5-video-player:not(.ytp-autohide) #immersive-translate-caption-window {bottom: 60px;}"]}}},{id:"youtube-subtitle",matches:["www.youtube-nocookie.com","music.youtube.com"],extraBlockSelectors:[".caption-visual-line"],mainFrameMinTextCount:0,"excludeSelectors.add":[".captions-text",".ytp-caption-segment"],"subtitleRule.add":{type:"youtube",subtitleUrlRegExp:"/api/timedtext",translateSelectors:[".caption-window",".caption-visual-line"],videoPlayerSelector:".html5-video-player",loadingContainerSelector:".ytp-caption-window-container",videoADSelector:".ytp-ad-player-overlay",translationOnlyPattern:["www.youtube-nocookie.com/embed*","music.youtube.com/watch*"],subtitleButtonSelector:".ytp-subtitles-button",languageSelector:".ytp-menuitem-label",injectedCss:["#shorts-player .ytp-caption-window-bottom {top: 2%; bottom: unset!important;}"],quickButtonRule:{appendSelector:".ytp-chrome-controls",insertBeforeSelector:".ytp-right-controls"},videoSelector:".html5-video-player video",attachRule:{appendSelector:".html5-video-player",injectedCSS:[".imt-caption-container {z-index:40;}",".imt-caption-window {margin-bottom: 2%;}"],injectedGlobalCSS:[".caption-window {display: none;} ","#shorts-player #immersive-translate-caption-window { height: 20%;}",".html5-video-player:not(.ytp-autohide) #immersive-translate-caption-window {bottom: 60px;}"]}}},{id:"instagramMessage",matches:["https://www.instagram.com/direct/*"],wrapperPrefix:"
",selectors:["div[dir=auto].html-div"]},{id:"instagramPost",matches:["https://www.instagram.com/p/*","https://www.instagram.com/reels/*"],blockMinTextCount:1,paragraphMinTextCount:2,excludeSelectors:["hr+div span[dir=auto][style] > span"],selectors:["h1","ul li h3+div span[dir=auto]","hr+div span[dir=auto][style]","div > div[dir=auto]","div:not([class]) > div > div:nth-child(2)"],wrapperPrefix:"
"},{id:"otherInstagram",blockMinWordCount:1,matches:"https://www.instagram.com/*",paragraphMinTextCount:2,selectors:["h1","article span[dir=auto] > span[dir=auto]","._ab1y","ul li h3+div span[dir=auto]","hr+div span[dir=auto][style]","span[dir=auto] > div > span","div > h1[dir=auto]"],wrapperSuffix:""},{id:"1paragraph",matches:"1paragraph.app",selectors:["#book"]},{id:"poeditor",matches:"https://poeditor.com/projects/*",selectors:[".comment-body",".reference_language .source-string"]},{id:"substack",matches:["*.substack.com","newsletter.rootsofprogress.org"],selectorMatches:["link[href^='https://substackcdn.com/bundle/'][rel=preload]"],excludeSelectors:["[style^=top]",".publication-footer",".subscribe-footer",".main-menu",".navbar-title-link","[data-testid='navbar']",".navbar-title",".captioned-button-wrap",".subscription-widget-wrap",".tweet-header",".tweet-link-bottom",".expanded-link",".meta-subheader",".comment-meta",".comment-actions"],globalStyles:{".reader2-clamp-lines":"max-height: unset; -webkit-line-clamp: unset;","[class*='clamp-']":"max-height: unset; -webkit-line-clamp:unset;",".blurb-text":"max-height: unset;",".comment-body":"max-height: unset;"},extraBlockSelectors:[".reader2-post-title",".tweet-link-top",".tweet-link-bottom",".expanded-link"]},{id:"seekingalpha",matches:["seekingalpha.com/article/*","seekingalpha.com/news/*"],selectors:["[data-test-id=card-container]","[data-test-id=comments-section]"],excludeSelectors:["[data-test-id=post-page-meta]","header > div:first-child"]},{id:"hnAlgolia",matches:"hn.algolia.com",selectors:[".Story_title > a:first-child",".Story_comment > span"]},{id:"readwise",matches:"read.readwise.io",selectors:["div[class^='_titleRow_']","#document-text-content"],detectParagraphLanguage:!0},{id:"inoreader",matches:["www.inoreader.com","*.inoreader.com"],selectors:[".article_header_title",".article_title_link",".article_content",".article_magazine_title_link",".blog-post-page","#welcome_center",".gad_overview_articles_wrapper",".library_article_text h4",".header_name"],excludeMatches:["https://www.inoreader.com/features/"],observeUrlChange:!1,globalStyles:{".article_title_link,.library_article_text h4,.gadget_overview_article_title,.article_magazine_title_link,.reader_pane_view_style_2 .column_view_title":"-webkit-line-clamp: unset;max-height: unset;",".article_tile_content_wraper,div.article_tile":"overflow:auto",".article_header_title":"white-space:normal"}},{id:"aha",matches:"*.ideas.aha.io",excludeSelectors:[".comment-header",".vote-status",".idea-meta",".filters-title",".ideas-showing-count",".my-ideas-filters-wrapper",".statuses-filters-wrapper",".categories-filters-wrapper","[class^='attachment']","span[class^='attachment-name']"]},{id:"googleScholar",matches:["scholar.google.*/*","scholar.google.com.*/*","scholar.google.co.*/*"],wrapperPrefix:` -`,selectors:["h3 a[data-clk]","div.gs_rs","td a.gsc_a_at","td div.gs_gray:last-of-type","div.gsc_oci_value","#gs_opinion"],extraInlineSelectors:["br"],atomicBlockSelectors:["h3 a[data-clk]"]},{id:"googleMail",matches:"mail.google.com",detectParagraphLanguage:!0,selectors:["h2[data-thread-perm-id]","span[data-thread-id]","div[data-message-id] div[class='']",".messageBody","#views"],globalStyles:{"[role='listitem'] > div":"height:auto!important;white-space:unset!important;"}},{id:"googleNews",matches:"news.google.com",blockMinTextCount:26,blockMinWordCount:5,globalStyles:{".MCAGUe":"height: auto;",".To2ZZb.DbQnIe":"height: unset;",".cp7Yvc > h2":"display: block;",".oovtQ":"height: auto;",h4:"-webkit-line-clamp: unset;"},excludeSelectors:[".EyERq",".AOl7G.eejsDc","[aria-label='Home']","[aria-label='For you']","[aria-label='Following']","[aria-label='World']","[aria-label='Local']",".gb_Fc",".wBQf7b",".yPI8Rb",".jKHa4e",".u43Gd",".Zgjpyb","[role='button']","[jsname='rymPhb']",".cbz1ld",".VfPpkd-P5QLlc",".XvhY1d"]},{id:"outlook",matches:"outlook.live.com",excludeSelectors:[".jHAG3.XG5Jd",".OZZZK",".lDdSm"]},{id:"producthunt",matches:"www.producthunt.com",excludeMatches:"https://www.producthunt.com/stories/*",selectors:["h2","div[class^='styles_htmlText__']","[class^='styles_tagline']","a[href^='/discussions/'].fontWeight-600","button[class^='styles_textButton'] > div > span","h5 + p","div[data-test=product-item-name] + div",".noOfLines-1,.noOfLines-2,.noOfLines-3",".fontWeight-600","[class*='styles_dropdown']","[class*='styles_aboutText']"],globalStyles:{"h5 + p":"height:unset;",".noOfLines-1,.noOfLines-2,.noOfLines-3":"-webkit-line-clamp:unset;"},"excludeTags.remove":["PRE"]},{id:"codeforces",matches:"https://codeforces.com/*","stayOriginalTags.add":["[class^='MathJax']"]},{id:"discord",matches:"https://discord.com/channels/*",isTranslateTitle:!1,selectors:["li[id^=chat-messages] div[id^=message-content]","div[class^=headerText]","section[aria-label='Search Results'] div[id^=message-content]"],extraBlockSelectors:["[class^='embedFieldValue']","li[class^='card'] div[class^='message']","[data-list-item-id^='forum-channel-list'] div[class^='headerText']"],globalStyles:{"div[class^=headerText]":"max-height: unset;","div[class^=message]":"max-height: unset;","div[class^=text]":"max-height: unset;","h3[data-text-variant='heading-lg/semibold']":"-webkit-line-clamp: none;"},detectParagraphLanguage:!0,wrapperPrefix:"
",wrapperSuffix:"",paragraphMinTextCount:4,paragraphMinWordCount:2},{id:"telegram",matches:["web.telegram.org/z/*","web.telegram.org/a/*"],isTranslateTitle:!1,selectors:[".text-content",".message",".reply-markup-button-text",".bot-commands-list-element-description"],"extraBlockSelectors.add":[".message.spoilers-container em",".message.spoilers-container strong"],excludeSelectors:[".time",".peer-title",".document-wrapper",".message.spoilers-container custom-emoji-element"],detectParagraphLanguage:!0},{id:"telegramK",matches:["web.telegram.org/k/*","web.telegram.org/k/"],selectors:[".message",".reply-markup-button-text",".bot-commands-list-element-description"],"extraBlockSelectors.add":[".message.spoilers-container em",".message.spoilers-container strong"],excludeSelectors:[".time",".peer-title",".document-wrapper",".message.spoilers-container custom-emoji-element"],detectParagraphLanguage:!0},{id:"githubGist",matches:"gist.github.com",selectors:[".markdown-body",".readme"],detectParagraphLanguage:!0},{id:"lobste",matches:"lobste.rs",excludeMatches:["https://lobste.rs/about","https://lobste.rs/chat"],selectors:[".u-repost-of",".comment_text",".story_text"]},{id:"slack",matches:"*.slack.com",selectors:[".p-rich_text_block",".p-message_pane__foreword",".c-alert__message","[data-qa=message_attachment_text]"],additionalStayOriginalSelectors:["[data-qa=emoji]"],detectParagraphLanguage:!0},{id:"artstationArtwork",matches:"www.artstation.com/artwork/*",excludeSelectors:".project-description a",selectors:[".project-description","div.project-comment-text"],detectParagraphLanguage:!0},{id:"artstationLearning",matches:"www.artstation.com/learning/courses/*",additionalSelectors:["footer.learning-course-description.ng-star-inserted > span"],excludeSelectors:[".learning-card-meta",".vjs-text-track-display"],"mutationExcludeSelectors.add":[".vjs-text-track-display *"],"subtitleRule.add":{type:"webvtt",subtitleUrlRegExp:"/subtitles/.*\\.(vtt|webvtt)$",loadingContainerSelector:".vjs-text-track-display",quickButtonRule:{appendSelector:".vjs-control-bar",insertBeforeSelector:".vjs-playback-rate",injectCSS:".imt-quick-subtitle-button { font-size: 12px;} .logo,.logo svg { height: 18px !important; width: 18px !important;} .imt-quick-subtitle-pop-content {bottom: 38px !important;}"},videoSelector:"video",attachRule:{appendSelector:".video-js",injectedGlobalCSS:[".vjs-text-track-display {display: none;}",".captions-text: {margin-bottom: 10%;}"]}}},{id:"artstationBlog",matches:["https://www.artstation.com/blogs","https://www.artstation.com/blogs/*"],detectParagraphLanguage:!0,additionalSelectors:[".comment-item-body"],atomicBlockSelectors:[".author-headline",".author-location"],excludeSelectors:["blog-card-thumbnail","blog-card-header",".blog-card-author",".blog-card-meta",".blog-view-header",".blog-grid-title",".post-meta-header"]},{id:"figmaCommunity",matches:"www.figma.com/community/*",normalizeBody:"div.ql-editor[contenteditable='false']",excludeSelectors:["div[class*='metadataRight']","div[class*='commentMetaAndOptions']"],globalStyles:{"div[class*='mini_cardBottomRowSizing']":"height: 3em;"},additionalSelectors:["div[class*='mini_cardBottomRow_Metadata']"],stayOriginalSelectors:["[data-tooltip='tooltip-user-info']"]},{id:"googleIndex",matches:["https://www.google.com/","https://www.google.com.hk/"],excludeSelectors:["#gb","#SIvCob"],inputTutorialsText:"\u8BD5\u8BD5\u8F93\u5165\u4E2D\u6587\u540E\u5FEB\u901F\u8FDE\u51FB 3 \u6B21\u7A7A\u683C\u952E\u7FFB\u8BD1\uFF08\u4EC5\u63D0\u793A\u4E00\u6B21\uFF09",inputTutorialsSelectors:["textarea#APjFqb"],"inputConfig.add":{tutorialsText:"\u8BD5\u8BD5\u8F93\u5165\u4E2D\u6587\u540E\u5FEB\u901F\u8FDE\u51FB 3 \u6B21\u7A7A\u683C\u952E\u7FFB\u8BD1\uFF08\u4EC5\u63D0\u793A\u4E00\u6B21\uFF09",tutorialsSelectors:["textarea#APjFqb"]}},{id:"googleSearch",matches:"www.google.*/search*",blockMinTextCount:32,blockMinWordCount:3,wrapperSuffix:"",detectParagraphLanguage:!0,excludeSelectors:["a h3 + div","div#sfooter","a[role=presentation] > div > div:first-child",".b5ZQcf",".CEMjEf",".MgUUmf.NUnG9d","#result-stats","[role=navigation]","div.sCuL3","div.eFM0qc.BCF2pd","div.WZ8Tjf","div.adDDi","#headerSection","#rateChatDiv","[id=bres]",".title-D5Lgyj","[data-attrid='VisualDigestVideoResult']",".search-enhance-WDIEkP h4",".SPZz6b h2",".CtCigf",".VLkRKc",".EbH0bb",".Wr0c6d",".jleFbf","#searchform",".yg51vc",".CbAZb"],extraBlockSelectors:[".MUFPAc"],"additionalExcludeSelectors.add":["[jscontroller='UsftYd']"],globalStyles:{".V82bz":"-webkit-line-clamp: unset;max-height: unset;margin-bottom:30px",".pe7FNb":"-webkit-line-clamp: unset;",".promotion-3PDMAb":"display: none;",".uAKcGb":"-webkit-line-clamp: unset;max-height: unset;margin-bottom:30px","div[data-content-feature='1'] > div":"-webkit-line-clamp: unset;max-height: unset;","div[style='-webkit-line-clamp:2']":"-webkit-line-clamp: unset;max-height: unset;","div[style='-webkit-line-clamp:3']":"-webkit-line-clamp: unset;max-height: unset;","div[style='-webkit-line-clamp:4']":"-webkit-line-clamp: unset;max-height: unset;",".Pw4Ldf.RsCEN":"height:unset;",".related-question-pair":"overflow:auto;"},ignoreZhCNandZhTW:!0,isTranslateTitle:!1,searchEnhancementConfig:[{id:"google",urlMatch:"https://www\\.google\\..+/search",style:{source:"font-size:12px; margin-bottom: 6px;",enTitle:"margin-top:6px;font-size:14px;",searchTitle:"margin-top:6px;position:relative;padding-right:24px;",more:"color:#1a0dab;margin-top:8px;",enTitleClassName:"immersive-translate-search-enhancement-en-title"},keyword:{value:"[0]$1",matches:[{source:"url",matchRegex:"q=(.+?)&"}]},showCount:5}]},{id:"lowendtalk",matches:"lowendtalk.com",selectors:["[role=heading]","h1",".userContent"]},{id:"linkedinJobs",matches:"www.linkedin.com/jobs/*",selectors:["#job-details > span",".decorated-job-posting__details"]},{id:"linkedinFeed",matches:"https://linkedin.com/feed/*",selectors:["h1",".feed-shared-update-v2__description-wrapper"]},{id:"indiehackers",matches:"www.indiehackers.com",selectors:[".content","h1","h3.story__title",".feed-item__title-link",".article-body",".interview-body"]},{id:"libreddit",matches:"libreddit.de",selectors:["h2.post_title",".comment_body > .md"]},{id:"notionSite",matches:["notion.site","*.notion.site"],normalizeBody:"body",selectors:["div[data-block-id]"]},{id:"notion_so",matches:["www.notion.so"],injectedCss:["[aria-label='Templates'] font br {display:none;}"]},{id:"newyorker",matches:"www.newyorker.com",additionalSelectors:["h1","[data-testid=SummaryItemHed]"],excludeSelectors:["[data-testid=PersistentTop]","[data-testid=StackedNavigationHeader]"],urlChangeDelay:2e3},{id:"startme",matches:"start.me",selectors:[".rss-article__title",".rss-articles-list__article-link",".rss-showcase__title",".rss-showcase__text"]},{id:"scmp",matches:"www.scmp.com",additionalSelectors:[".info__subHeadline",".section-content h2"],globalStyles:{".topic__article-list":"height: unset;",".adverisers__adveriser":"height: unset;",".advertiser__content":"height: unset;",".content-title__link":"display:unset;overflow:unset;-webkit-line-clamp:unset;",".title__text":"max-height:unset; -webkit-line-clamp:unset;",".news-list-item__news-title":"max-height:unset; -webkit-line-clamp:unset;","a[class*='link'] > .link__headline":"max-height:unset; -webkit-line-clamp:unset;"},"bodyRule.add":{bodySelector:"[data-qa='ArticleList-Item']",articleSelector:"[data-qa='GenericArticle-Content']",xpathRule:["datatype:p"]}},{id:"lesswrong",matches:"www.lesswrong.com",extraBlockSelectors:["span.commentOnSelection"]},{id:"mastodon",matches:["mastodon.social","mastodon.online","kolektiva.social","indieweb.social","mastodon.world","infosec.exchange"],isTranslateTitle:!1,selectorMatches:["div#mastodon"],selectors:["div.status__content__text",".about__section__body",".content",".form-container",".account__header__extra"],globalAttributes:{"[class='notranslate app-holder']":{class:"app-holder"}},detectLanguage:!0},{id:"cnbc",matches:"www.cnbc.com",urlChangeDelay:1e3,globalStyles:{"div.Card-titleContainer > div":"-webkit-line-clamp: unset;max-height: unset;"},"excludeSelectors.add":["#GlobalNavigation","#GlobalFooter",".LiveBlogHeader-timestampAndShareBarContainer",".LiveBlogHeader-liveUpdatesPill"]},{id:"dailyDev",matches:"app.daily.dev",selectors:["h1",".typo-body","article h3","[class^=markdown_markdown]"],globalStyles:{".line-clamp-3":"-webkit-line-clamp: unset"}},{id:"pornhub",matches:["*.pornhub.com","pornhub.com"],excludeMatches:["*.pornhub.com/insights/*","pornhub.com/insights/*"],extraBlockSelectors:[".trendingNow",".searchItem",".tagcloud > a"],detectParagraphLanguage:!0,wrapperPrefix:"
",wrapperSuffix:` +?`]},azure:{placeholderDelimiters:["@","#"]},you:{placeholderDelimiters:["@","#"]},openl:{placeholderDelimiters:["@","#"]},niu:{placeholderDelimiters:["@","#"]}},shortcuts:{toggleTranslatePage:"Alt+A",toggleTranslateTheWholePage:"Alt+W",toggleOnlyTransation:"",toggleTranslateToThePageEndImmediately:"",toggleTranslationMask:"",shareToDraft:"",toggleMouseHoverTranslateDirectly:""},tempTranslateDomainMinutes:0,translationParagraphLanguagePattern:{matches:["onboarding.immersivetranslate.com","www.reddit.com","old.reddit.com","twitter.com","www.tumblr.com","*.twitter.com","medium.com","*.medium.com","github.com","gist.github.com","www.facebook.com","www.youtube.com","m.youtube.com","read.readwise.io","www.inoreader.com","mail.google.com","google.com","discord.com","*.instagram.com","instagram.com","web.telegram.org","web.whatsapp.com","*.slack.com","*.indeed.com","outlook.live.com","https://bsky.app","store.steampowered.com","test-app.immersivetranslate.com","app.immersivetranslate.com"],excludeMatches:[],selectorMatches:["meta[property='al:ios:url'][content^='medium://']"],selectorExcludeMatches:[]},sourceLanguageUrlPattern:{},selectTranslationFont:"",translationFonts:["Microsoft YaHei","SimSun","NSimSun","SimHei","Microsoft JhengHei","KaiTi","FangSong","PingFang SC","STHeiti","STKaiti","STSong","STFangsong","STZhongsong","STHupo","STXinwei","STLiti","STXingkai","Hiragino Sans GB","Lantinghei SC","Hanzipen SC","Hannotate SC","Songti SC","Wawati SC","Weibei SC","Xingkai SC","Yapi SC","Yuanti SC","Arial Unicode MS","MingLiU-ExtB","Malgun Gothic","Arial","Calibri","Cambria","Candara","Consolas","Constantia","Corbel","Courier New","Georgia","Lucida Console","MingLiU","PMingLiU","MingLiU_HKSCS","Meiryo","MS Gothic","MS PGothic","MS UI Gothic","MS Mincho","MS PMincho","Segoe UI","Segoe UI Symbol","Tahoma","Times New Roman","Trebuchet MS","Verdana","Gulim","Dotum","Batang","Gungsuh","San Francisco","Helvetica Neue","Hiragino Mincho ProN","Hiragino Kaku Gothic ProN","Yu Gothic","Yu Mincho","Geeza Pro","Al Nile","Tehran","Devanagari MT","Kohinoor Devanagari","Apple SD Gothic Neo","Nanum Gothic"],generalRule:{_comment:"",isTranslateWhenServiceChanged:!0,glossaries:[{k:"LLM",v:""},{k:"LLMs",v:""}],excludeRegexps:["(<\\\\/?[a-zA-Z0-9]+(?:[^>]*?)>)","(||||||||||
|
)"],detectionServiceOrder:["google","bing","transmart"],detectParagraphLanguage:!1,paragraphFirstLetterFontSize:35,toastErrorMinTimes:20,enableSubtitle:!1,"subtitle.autoEnableSubtitle":!1,disableNewTextTranslate:!1,skipEditableCheck:!1,mutationObserverLimitTargetSelectors:[],condition:{},normalizeBody:"",inputExecCommandDeleteEnable:!1,inputConfig:{clearContentEnable:!0,execCommandDeleteEnable:!1},mutationExcludeSelectors:["span.highlighter--highlighted","span.highlighter-ext","mark","msreadoutspan","rw-highlight","web-highlight","font.immersive-translate-target-wrapper *","pre",".uacc-clickable"],mutationExcludeContainsSelectors:["msreadoutspan","[class*='rgh-seen-']","[isInvalidTag]","mh","body","relin-hc"],atomicBlockSelectors:["relin-hc"],shareConfig:{injectCss:!0,removeSelectors:["noscript","script"]},mutationConfig:{consumeTimeout:100,buildTimeout:100,checkSelfUpdate:!0},useIframePostMessage:!1,searchEnhancementConfig:[],injectedCss:[],isOnBoardingPage:!1,isEbook:!1,isEbookBuilder:!1,ignoreZhCNandZhTW:!1,showSponsorOnSafari:!1,noTranslateRegexp:["^\\d+.+ago$","^\\d+\\s+MIN\\s+READ$"],waitForSelectors:[],isInjectOptionsUrl:!1,isInjectVersion:!1,isInjectMeta:!1,waitForSelectorsTimeout:3e3,pairs:{},aiRule:{},subtitleRule:{isInject:!0,autoEnableSubtitle:!1,preTranslation:!1,humanPreferred:!0,disabled:!1,hookType:"xhr",showQuickButton:!0,backgroundColor:"#080808",backgroundOpacity:"75",sourceTextColor:"#FFFFFF",translationTextColor:"#FFFFFF",sourceFontSize:"100",translationMode:"dual",translationPosition:"bottom",translationFontSize:"100",translateGroupCount:5,velocityGroup:[1,3,20]},bodyRule:{enable:!0,maxBodyScreenLength:25,articleChildTags:["P"],articleChildTagsNum:4,bodyIsRoot:!1,humanPreferred:!0,preTranslation:!0,xpathRule:["name:P"]},isSubtitleBuilder:!1,minZIndex:0,initTranslationServiceAsSoonAsPossible:!0,targetWrapperTag:"font",additionalInjectedCss:[],isTranslateTitle:!0,enableSearchEnhancement:!1,searchEnhancementSelector:"#rhs",languageDetectMinTextCount:50,wrapperPrefix:"smart",wrapperSuffix:"smart",isPdf:!1,pdfUrlExtractRule:{},isTransformPreTagNewLine:!1,urlChangeDelay:50,mutationChangeDelay:10,mainFrameMinTextCount:50,mainFrameMinWordCount:5,visibleDelay:0,additionalStayOriginalSelectors:["span.katex","span.notranslate",".MathJax_Preview",".MathJax",".MathJax_SVG",'[aria-labelledby^="MathJax-SVG"]',".mwe-math-element","span[translate=no]","em[translate=no]","code[translate=no]","span.math.inline","span.math.display",".ltx_Math",".mathjax-block",".MathJax_CHTML","kbd","span.pretex-inline","span.math-inline",".reference-citations"],translationBlockStyle:"",isShowUserscriptPagePopup:!0,observeUrlChange:!1,paragraphMinTextCount:4,paragraphMinWordCount:2,shadowRootSelectors:[],blockMinTextCount:24,blockMinWordCount:4,asideMaxTextCount:1e3,asideMaxWordCount:200,asideMaxTextCountPerParagraph:67,asideMaxWordCountPerParagraph:12,lineBreakMaxTextCount:0,globalAttributes:{},inputTutorialsText:"",inputTutorialsSelectors:[],globalMeta:{},globalStyles:{},initialGlobalAttributes:{},initialSelectorGlobalAttributes:{header:{translate:"no"},"footer:last-of-type":{translate:"no"},"nav:last-of-type":{translate:"no"},nav:{translate:"no"}},selectors:[],preWhitespaceDetectedTags:["DIV","SPAN"],stayOriginalSelectors:[],additionalSelectors:["h1","section h2","section h3","section h4","main h2","main h3","main h4",".article-title",".article-subtitle",".article_title",".article_subtitle",".article__title",".articleTitle",".Article__content",".titleLink",".summary",".headline",".page-content","aside.note","aside.article-comments","aside.onebox"],atomicBlockTags:[],excludeSelectors:[],additionalExcludeSelectors:['[contenteditable="true"]',".uacc-clickable","#monica-content-root","#immersive-translate-popup",".social-share",".breadcrumbs",".post__footer",".btn",".share-nav",".o-share","[data-toolbar=share]","rp","rt",".prism-code",".rc-CodeBlock","[role=code]","#omni-extension",".omni-item","div[data-paste-markdown-skip]","table.highlight","div[class^=codeBlockContent]","div[class^=codeBlockLines]","div[class^=token-line]","#liuchan-window > .liuchan-container > *",".material-icons","i.fa","i[class^=fa-]",".notranslate","[translate=no]",".navmenu-container",".google-symbols","h1 br","h2 br","h3 br","h4 br","table thead"],translationClasses:[],excludeTags:["TITLE","LINK","SCRIPT","STYLE","TEXTAREA","SVG","svg","G","NOSCRIPT","BUTTON","BASE","HR","PRE","KBD","WBR","RT","RP","META","MATH","TTS-SENTENCE","AIO-CODE","RELIN-TARGET"],bodyTranslateTags:["FOOTER","ASIDE","BUTTON","NAV"],forceTranslateTags:[],metaTags:["META","SCRIPT","STYLE","NOSCRIPT"],additionalExcludeTags:[],stayOriginalTags:["CODE","TT","IMG","SUP","SUB","SAMP","math","semantics","mrow","mo","mfrac","msup","mi","mn","msqrt","d-math"],additionalStayOriginalTags:[],inlineTags:["A","ABBR","FONT","ACRONYM","B","INS","DEL","RUBY","RP","RB","BDO","MARK","BIG","RT","NOBR","CITE","DFN","EM","I","LABEL","Q","S","SMALL","SPAN","STRONG","SUB","SUP","U","KBD","TT","VAR","IMG","CODE","SCRIPT","STYLE","LINK","TIME","META","WBR","RELIN-HC","RELIN-HIGHLIGHT","RELIN-ORIGIN","RELIN-TARGET","XQDD_HIGHLIGHT_NEW_WORD","NOBR","RW-HIGHLIGHT","HYPOTHESIS-HIGHLIGHT"],additionalInlineTags:[],extraInlineSelectors:["p > a span","p > span a span"],additionalInlineSelectors:[".MathJax_Preview",".MathJax",".highlighter--highlighted",".rw-highlight","ruby *"],extraBlockSelectors:["turbo-frame","readme-toc","#hs_cos_wrapper_post_body","#hs_cos_wrapper_post_body","option","ul > li"],allBlockTags:["BODY","HGROUP","CONTENT","ADDRESS","ARTICLE","ASIDE","DETAILS","BLOCKQUOTE","SELECT","OPTION","CANVAS","DD","DL","DT","FIELDSET","FIGCAPTION","FIGURE","FOOTER","HEADER","FORM","HR","MAIN","SUMMARY","NAV","NOSCRIPT","PRE","SECTION","TABLE","TFOOT","UL","VIDEO","P","DIV","H1","H2","H3","H4","H5","H6","UL","LI","OL","BR","PICTURE","TBODY","TR","TD","TH","SOURCE","C-WIZ","BUTTON","TURBO-FRAME","README-TOC"],mutationObserverContainerSelectors:[],pdfNewParagraphLineHeight:2.4,pdfNewParagraphIndent:1.2,pdfNewParagraphIndentRightIndentPx:130,fingerCountToToggleTranslagePageWhenTouching:4,fingerCountToToggleTranslationMaskWhenTouching:0,fingerCountToToggleTranslagePageOnlyTranslationWhenTouching:0,touchShortcutsToggleTranslatePage:"fingers.4",touchShortcutsToggleTranslationMask:"touchShortcutsOff",touchShortcutsToggleTranslatePageOnlyTranslation:"touchShortcutsOff",touchShortcutsToggleTranslateTouchElement:"touchShortcutsOff",touchShortcutsToggleTranslateTouchElementPreferenceKey:"slide.left",mouseHoverHoldKey:"Off",mouseHoverPreferenceKey:"Ctrl"},rules:[{id:"isSubtitleBuilder",isSubtitleBuilder:!0,pageType:"subtitleBuilder",selectorMatches:["meta[name='immersive-translate-subtitle-builder'][content='true']"],pairs:{".source-text":".target-text"},paragraphMinTextCount:4,paragraphMinWordCount:2,isTranslateTitle:!1,wrapperPrefix:"",wrapperSuffix:"","bodyRule.add":{enable:!1}},{id:"isEbook",isEbook:!0,pageType:"ebookReader",isTranslateTitle:!1,urlChangeDelay:200,selectorMatches:["meta[name='immersive-translate-ebook-viewer'][content='true']"],injectedCss:[".immersive-translate-target-translation-block-wrapper {display:block;}"],excludeSelectors:["#drop-target","#drop-target h1","#side-bar","h1#side-bar-title"],extraInlineSelectors:["span.dropcaps"],"bodyRule.add":{enable:!1},paragraphMinTextCount:4,paragraphMinWordCount:2,blockMinTextCount:1,blockMinWordCount:1,containerMinTextCount:1,wrapperPrefix:"
",targetWrapperTag:"span"},{id:"pdf",isPdf:!0,isTranslateTitle:!1,pageType:"pdfReader",selectorMatches:["meta[name='immersive-translate-pdf-viewer'][content='true']"],matches:["https://app.immersivetranslate.com/pdf","https://app.immersivetranslate.com/pdf/","https://app.immersivetranslate.com/pdf/*","http://localhost:38001/pdf*"],"additionalExcludeSelectors.remove":['[contenteditable="true"]'],isTranslateWhenServiceChanged:!1,translationMode:"translation",skipEditableCheck:!0,selectors:["p"],"bodyRule.add":{enable:!1},injectedCss:[".immersive-translate-target-wrapper {display: contents!important;position:absolute;}",".immersive-translate-target-wrapper br {display: none;!important;}",".immersive-translate-target-wrapper span {position: relative;!important;}",".immersive-translate-error-wrapper {padding:0px !important;margin:0px !important;}","font {line-height: 0!important;}"],globalAttributes:{"[class='textLayer']":{translate:"no"}},mutationExcludeContainsSelectors:["font.immersive-translate-target-wrapper"],"shareConfig.add":{removeSelectors:["noscript","script",".toolbar","#sidebarContainer",'[class="page"]',".editorParamsToolbar",".image-mode",".im_db",".im_cb"]},wrapperPrefix:"",isInjectVersion:!0},{id:"sci-hub.pdfWebPage",matches:["sci-hub.*"],waitForSelectorsTimeout:1,pdfUrlExtractRule:{selector:"#pdf",attribute:"src"}},{id:"common.pdfWebPage",waitForSelectorsTimeout:1,selectorMatches:["embed[type='application/pdf']"]},{id:"isEbookBuilder",matches:["https://app.immersivetranslate.com/ebook/make/","http://localhost:38001/ebook/make/"],isEbookBuilder:!0,pageType:"ebookBuilder",toastErrorMinTimes:500,isTranslateWhenServiceChanged:!1,isTranslateTitle:!1,targetWrapperTag:"span",selectorMatches:["meta[name='immersive-translate-ebook-builder'][content='true']"],injectedCss:[".immersive-translate-target-translation-block-wrapper {display:block;}"],globalMeta:{},excludeSelectors:["h1.notranslate","#drop-target","#drop-target h1","#side-bar","h1#side-bar-title","#tool",".Code"],"bodyRule.add":{enable:!1},isInjectMeta:!0,paragraphMinTextCount:4,paragraphMinWordCount:2,blockMinTextCount:1,blockMinWordCount:1,containerMinTextCount:1,wrapperPrefix:"
"},{id:"immersiveTranslateIosOnBoarding",selectorMatches:["meta[name=immersiveTranslateIosOnBoarding]"],initialGlobalAttributes:{"input#immersiveTranslateDetectedSlot":{value:"true"}},isInjectOptionsUrl:!0,isInjectVersion:!0,isInjectMeta:!0},{id:"immersiveTranslateIosOnBoardingStep1",selectorMatches:["meta[name=immersiveTranslateIosOnBoardingStep1]"],isOnBoardingPage:!0,isInjectOptionsUrl:!0,isInjectVersion:!0,isInjectMeta:!0},{id:"immersivePreview",matches:["https://immersivetranslate.com/preview*","https://test.immersivetranslate.com/preview*","https://immersivetranslate.com/drafts*","https://test.immersivetranslate.com/drafts*"],isInjectVersion:!0,isInjectMeta:!0,waitForSelectorsTimeout:1},{id:"pro-pdf",matches:["https://*.immersivetranslate.com/pdf-pro*"],pageType:"pdfProReader","excludeSelectors.add":["table"],isInjectVersion:!0,isInjectMeta:!0,waitForSelectorsTimeout:1},{id:"immersive",matches:["https://immersivetranslate.com","https://test.immersivetranslate.com","https://onboarding.immersivetranslate.com","https://app.immersivetranslate.com","https://test-app.immersivetranslate.com","http://localhost:38001"],isInjectVersion:!0,isInjectMeta:!0,waitForSelectorsTimeout:1},{id:"simpread",selectorMatches:"div.simpread-read-root.simpread-read-root-show > sr-read",mainFrameSelector:"div.simpread-read-root.simpread-read-root-show > sr-read"},{id:"txt",matches:["*://*/*.txt","file://*/*.txt"],selectorMatches:["body > pre"],"mutationExcludeSelectors.add":["body"],isTransformPreTagNewLine:!0,"excludeTags.remove":["PRE"]},{id:"hangejp",matches:["arad.hange.jp","arad.nexon.co.jp","oapi.dingtalk.com","login.dingtalk.com"],useIframePostMessage:!1},{id:"preSites",matches:["mail.jabber.org","antirez.com","patchwork.kernel.org","lists.apache.org","manned.org","bugs.webkit.org","bugzilla.mozilla.org","lwn.net/Articles/*","docs.haproxy.org","man.freebsd.org","www.oreilly.com/openbook/opensources/book/*","gamefaqs.gamespot.com"],isTransformPreTagNewLine:!0},{id:"wikipedia",matches:"*.wikipedia.org",paragraphMinWordCount:2,paragraphMinTextCount:4,injectedCss:[".immersive-translate-target-translation-block-wrapper { display: block; }"],excludeSelectors:[".mw-editsection",".mw-cite-backlink","#p-lang-btn","#right-navigation","#p-associated-pages",".vector-header"],stayOriginalSelectors:[".chemf",".mwe-math-element","[role=math]",".nowrap"],extraInlineSelectors:[".chemf",".mwe-math-element","[role=math]",".nowrap"],"bodyRule.add":{bodySelector:"#content",articleSelector:"#bodyContent"}},{id:"twitter",matches:["twitter.com","mobile.twitter.com","tweetdeck.twitter.com","pro.twitter.com","https://platform.twitter.com/embed*"],additionalStayOriginalSelectors:['[data-testid="tweetText"] a',"[data-testid='UserDescription'] a","[data-testid='HoverCard'] a","[data-testid='UserCell'] a","[data-testid='birdwatch-pivot'] a"],blockMinTextCount:0,blockMinWordCount:0,excludeSelectors:["[aria-describedby][role=button]","header","[data-testid='radioGroupplayback_rate'] div","[data-testid='userFollowIndicator']","[class='css-901oao r-14j79pv r-37j5jr r-n6v787 r-16dba41 r-1cwl3u0 r-bcqeeo r-qvutc0']","[class='css-175oi2r r-1wbh5a2 r-dnmrzs']"],extraBlockSelectors:['[data-testid="tweetText"] div.r-6koalj'],extraInlineSelectors:['[data-testid="tweetText"] div.r-xoduu5','[data-testid="tweetText"] span','[data-testid="UserDescription"] div',"[data-testid='HoverCard'] div[dir=auto] div","[data-testid='HoverCard'] span[dir=auto] div"],globalStyles:{"[data-testid='card.layoutLarge.detail'] > div:nth-child(2)":"-webkit-line-clamp: unset;","[data-testid='card.layoutSmall.detail'] > div:nth-child(2)":"-webkit-line-clamp: unset;","[data-testid='tweetText']":"-webkit-line-clamp: unset;"},ignoreZhCNandZhTW:!0,isTranslateTitle:!1,useIframePostMessage:!1,observeUrlChange:!1,paragraphMinTextCount:2,paragraphMinWordCount:1,selectors:['[data-testid="tweetText"]',".tweet-text",".js-quoted-tweet-text","[data-testid='card.layoutSmall.detail'] > div:nth-child(2)","[data-testid='developerBuiltCardContainer'] > div:nth-child(2)","[data-testid='card.layoutLarge.detail'] > div:nth-child(2)","[data-testid='cellInnerDiv'] div[data-testid='UserCell'] > div> div:nth-child(2)","[data-testid='UserDescription']","[data-testid='HoverCard'] div[dir=auto]","[data-testid='HoverCard'] span[dir=auto]","[data-testid='HoverCard'] [role='dialog'] div[dir=ltr]","[data-testid='birdwatch-pivot'] div[dir=ltr]"],"subtitleRule.add":{type:"live",isInject:!1,injectedCss:["#layers[style='z-index: 1;'] [style='height: 100px;'] { height: 400px !important; }"],liveSubtitleRule:{containerSelector:".css-175oi2r.r-13awgt0.r-1pi2tsx.r-13qz1uu > [role='listbox']",reportSelector:".css-175oi2r.r-1awozwy.r-173mn98.r-1mf7evn.r-7e3msg",textSelectors:[".css-1rynq56.r-bcqeeo.r-qvutc0.r-37j5jr.r-a023e6.r-16dba41.r-dhbnww.r-1pb70le"],mutationChangeDelay:1e3}},"subtitleRule.add_v.[1.2.1]":{type:"twitter",videoPlayerSelector:"video",loadingStyle:"bottom: unset; top: 5%;",injectedCss:["#layers[style='z-index: 1;'] [style='height: 100px;'] { height: 400px !important; }","video::cue {white-space: pre-line;}"]}},{id:"threads",matches:"www.threads.net",selectors:["p",".x1npkx4u.x1exu5d8",".xw7yly9",".xgkxs2y",".x1xdureb.xqti54a.x13vxnyz",".xqti54a.x13vxnyz.x49hn82.xcrlgei.x889kno"],stayOriginalSelectors:[".x1rg5ohu",".xat24cr.xdj266r a"],"excludeSelectors.add":[".x6s0dn4.x78zum5",".xpvyfi4.x1npkx4u.x1ms6mhf"],globalStyles:{span:"max-height:unset;-webkit-line-clamp:unset;height:unset;white-space:unset;"}},{id:"stackoverflow",matches:["stackoverflow.com","*.stackexchange.com","superuser.com","askubuntu.com","serverfault.com"],extraBlockSelectors:["span.comment-copy"],globalStyles:{".s-post-summary--content-excerpt":"-webkit-line-clamp:unset;"},"excludeSelectors.add":[".votecell","header","#footer","#question-header + div","div.postcell div.mb0","div[id^=comments-link-]","#answers-header",".new-post-login",".form-submit","a[href='/questions/ask']","#left-sidebar","a.comment-user","span.comment-date","div.s-prose.js-post-body + div",".bottom-notice","div[data-campaign-name=stk]",".s-post-summary--stats",".s-post-summary--meta"],paragraphMinTextCount:4,paragraphMinWordCount:2},{id:"appleDeveloper",matches:"developer.apple.com/documentation/*",selectors:[".container","h3.title","div.content"]},{id:"hackerNews",matches:"news.ycombinator.com",selectors:[".titleline > a",".comment > .commtext",".toptext","a.hn-item-title",".hn-comment-text",".hn-story-title"],excludeSelectors:[".reply"]},{id:"quora",matches:["*.quora.com","quora.com"],excludeSelectors:[".dom_annotate_multifeed_bundle_AskQuestionPromptBundle",".dom_annotate_feed_switcher","[class='q-box qu-py--small qu-color--gray_light']","[class='q-box spacing_log_answer_header']","[class='q-box qu-flex--auto']","[class='q-text qu-dynamicFontSize--small qu-mt--small qu-color--gray_light qu-passColorToLinks']",".AnswerFooter___StyledFlex-sc-2xbo88-0","[class='q-box qu-mb--small']"],globalStyles:{".qu-truncateLines--3":"-webkit-line-clamp: unset;"}},{id:"oldReddit",matches:["old.reddit.com/*/.compact","old.reddit.com/.compact","www.reddit.com/*/.compact","www.reddit.com/.compact"],selectors:[".title > a",".usertext-body"],detectParagraphLanguage:!0},{id:"otherOldReddit",matches:"old.reddit.com",selectors:["p.title > a","[role=main] .md-container"],detectParagraphLanguage:!0},{id:"redditList",matches:["https://www.reddit.com/r/*/comments/*/*","https://www.reddit.com/","https://www.reddit.com/hot/","https://www.reddit.com/new/","https://www.reddit.com/top/"],excludeMatches:["https://www.reddit.com/r/*/wiki/*"],observeUrlChange:!0,selectors:["h1",".PostHeader__post-title-line","[data-click-id=body] h3","[data-click-id=background] h3","[data-testid=comment]","[data-adclicklocation='title'] h3","[data-adclicklocation=media]","[data-testid='post-title-text']",".PostContent",".post-content",".Comment__body","faceplate-batch .md","[slot=comment]",".RichTextJSON-root","[slot=title]","[slot=text-body]","p.title > a","[role=main] .md-container"],detectParagraphLanguage:!0,globalStyles:{"div.XPromoBottomBar":"display:none","[class*='line-clamp']":"-webkit-line-clamp: unset"},waitForSelectors:["[data-testid=post_author_link]"],"inputConfig.add":{clearContentEnable:!1}},{id:"reddit",matches:"www.reddit.com",selectors:["#search-results-tab-slot","h1",".PostHeader__post-title-line","[data-click-id=body] h3","[data-click-id=background] h3","[data-testid=comment]","[data-adclicklocation='title'] h3","[data-testid='post-title-text']","[slot=comment]","[data-adclicklocation=media]",".PostContent",".post-content",".Comment__body","faceplate-batch .md","[slot=text-body]","p.title > a","[role=main] .md-container","#-post-rtjson-content",".RichTextJSON-root","[slot='title']"],excludeSelectors:[".text-neutral-content-weak"],paragraphMinTextCount:5,paragraphMinWordCount:2,excludeMatches:["https://www.reddit.com/r/*/wiki/*","https://www.reddit.com/settings/*"],detectParagraphLanguage:!0,globalStyles:{"div.XPromoBottomBar":"display:none","[class*='line-clamp']":"-webkit-line-clamp: unset"}},{id:"reuters",matches:"www.reuters.com",excludeSelectors:["[promotext]","[data-testid=Leaderboard]","[data-testid=HomeTickerV2]","[data-testid=SiteFooter]","[class^=refinitiv-promo-bar__container]","[data-testid=ResponsiveAdSlot]","[data-testid=SiteHeader]","[data-testid=HomeTickerV2]"]},{id:"npmjs",matches:"https://www.npmjs.com/package/*",selectors:["#tabpanel-readme > div:first-child"]},{id:"github",matches:"github.com",useIframePostMessage:!1,excludeMatches:["https://github.com/*/*/settings","https://github.com/settings/*","https://github.com/sponsors/*","https://github.com/readme/*","https://github.com/readme/","https://github.com/features/*","https://github.com/customer-stories/*"],mutationExcludeSelectors:[".react-blob-sticky-header *"],selectors:["h1","[aria-label=Issues] .markdown-title","[aria-labelledby=discussions-list] .markdown-title","h3 .markdown-title",".markdown-body",".Layout-sidebar p","div > span.search-match","li.repo-list-item p","#responsive-meta-container p","article p","div.repo-description p","[itemprop=description]",".integrations-auth-wrapper",".new-feed-onboarding-notice","article section[aria-label='card content'] > div > div > div > div:nth-child(2)",".TimelineItem-body .Link--primary",'[role="navigation"] p','[data-testid="commit-row-item"] h4'],atomicBlockSelectors:["[itemprop=description]"],excludeSelectors:[".css-truncate","[data-test-selector='commit-tease-commit-message']","[data-test-selector='create-branch.developmentForm']","div.Box-header.position-relative","div.blob-wrapper-embedded","div.Box.Box--condensed.my-2","div.jp-CodeCell",'[aria-label="Account"] .markdown-title',".js-repos-container .markdown-title","a.anchor","div.file-navigation + div.Box"],extraBlockSelectors:[],extraInlineSelectors:["g-emoji","a.anchor"],stayOriginalTags:["CODE","TT","G-EMOJI","IMG","SUP","SUB"],"stayOriginalSelectors.add":[".issue-link"],detectParagraphLanguage:!0,globalStyles:{".TimelineItem-body .Link--primary":"-webkit-line-clamp: unset;"}},{id:"github-blog",matches:["github.blog"],injectedCss:["font {word-break: break-all !important;}"]},{id:"githubNotebook",matches:"notebooks.githubusercontent.com",useIframePostMessage:!1,excludeSelectors:["div.jp-CodeCell"]},{id:"facebook",matches:"www.facebook.com",excludeMatches:["https://www.facebook.com/business/*","https://www.facebook.com/help*"],selectors:["div[dir=auto][style]","div[dir=auto][class]","span[lang]"],atomicBlockSelectors:["div[dir=auto][style]","div[dir=auto][class]","span[lang]"],insertPosition:"afterend",preWhitespaceDetectedTags:["DIV","SPAN"],extraBlockSelectors:["span.x1vvkbs"],excludeSelectors:["[role=button]"],translationClasses:["immersive-translate-text"],detectParagraphLanguage:!0},{id:"youtubeMobile",matches:"m.youtube.com",selectors:[".comment-text","#content-text",".media-item-headline",".slim-video-information-title",".yt-spec-button-view-model",".yt-core-attributed-string > span",".title"],shareConfig:{injectCss:!1,removeSelectors:["iron-iconset-svg","iframe","ytd-watch-next-secondary-results-renderer","noscript","script"]},"mutationConfig.add":{checkSelfUpdate:!1},"excludeTags.remove":["BUTTON"],additionalExcludeSelectors:[".ytp-caption-window-container","text"],"subtitleRule.add":{type:"youtube",subtitleUrlRegExp:"(/api/timedtext|videoplayback\\?expire.*text)",translateSelectors:[".caption-window",".caption-visual-line"],videoPlayerSelector:".html5-video-player.playing-mode,.html5-video-player.paused-mode",loadingContainerSelector:".ytp-caption-window-container",videoADSelector:".ytp-ad-player-overlay",injectedCss:["#player-shorts-container .ytp-caption-window-bottom {top: 40px; bottom: unset!important;}"],videoSelector:".html5-video-player.playing-mode video,.html5-video-player.paused-mode video",translationOnlyPattern:["m.youtube.com/watch*","m.youtube.com/embed*","m.youtube.com/shorts*"],attachRule:{appendSelector:".html5-video-player.playing-mode,.html5-video-player.paused-mode",injectedCSS:[".imt-caption-container {z-index:40;}"],injectedGlobalCSS:[".caption-window {display: none;} ","shorts-video #immersive-translate-caption-window { height: 150px;}"]}},wrapperPrefix:"",wrapperSuffix:"",observeUrlChange:!0,atomicBlockSelectors:[".comment-text"],globalStyles:{".comment-text":"max-height:unset;",".media-item-headline":"max-height:unset;-webkit-line-clamp:unset;"},injectedCss:[".immersive-translate-target-wrapper img { width: 16px; height: 16px }"],extraBlockSelectors:[".caption-visual-line"]},{id:"youtube",matches:"www.youtube.com",blockMinTextCount:0,blockMinWordCount:0,detectParagraphLanguage:!0,lineBreakMaxTextCount:0,shareConfig:{injectCss:!1,removeSelectors:["iron-iconset-svg","iframe","ytd-watch-next-secondary-results-renderer","noscript","script"]},"additionalExcludeSelectors.add":[".ytp-caption-window-container","text"],globalStyles:{"#video-title":"-webkit-line-clamp: unset;max-height: unset;","h1.ytd-watch-metadata":"-webkit-line-clamp: unset;max-height: unset;","yt-formatted-string#video-title":"-webkit-line-clamp: unset;max-height: unset;","ytd-expander.ytd-comment-renderer":"--ytd-expander-max-lines: 1000;"},injectedCss:[".immersive-translate-target-wrapper img { width: 16px; height: 16px }",".metadata-snippet-container {max-height: unset !important;}",".immersive-translate-target-wrapper {text-align: left;}",".immersive-translate-target-wrapper[dir=rtl] {text-align: right;}"],isTranslateTitle:!1,observeUrlChange:!0,selectors:["yt-formatted-string[slot=content].ytd-comment-renderer","yt-formatted-string.ytd-video-renderer","yt-formatted-string#content-text","h1","yt-formatted-string#video-title","yt-formatted-string.span","span#video-title","a#video-title","yt-formatted-string.ytd-transcript-segment-renderer","#description-inline-expander > yt-attributed-string > span","yt-attributed-string > span","ytd-notification-renderer .message","#message",".yt_to_text_transcript_text"],extraBlockSelectors:["yt-formatted-string.ytd-transcript-segment-renderer",".caption-visual-line"],"subtitleRule.add":{type:"youtube",subtitleUrlRegExp:"(/api/timedtext|videoplayback\\?expire.*text)",translateSelectors:[".caption-window",".caption-visual-line"],videoPlayerSelector:".html5-video-player.playing-mode,.html5-video-player.paused-mode",loadingContainerSelector:".ytp-caption-window-container",videoADSelector:".ytp-ad-player-overlay",translationOnlyPattern:["www.youtube.com/watch*","www.youtube.com/embed*","www.youtube.com/shorts*"],subtitleButtonSelector:".html5-video-player.playing-mode .ytp-subtitles-button,.html5-video-player.paused-mode .ytp-subtitles-button",languageSelector:".ytp-menuitem-label",injectedCss:["#shorts-player .ytp-caption-window-bottom {top: 2%; bottom: unset!important;} #immersive-translate-quick-button-container {font-size: 12px;z-index:1001;}"],quickButtonRule:{appendSelector:".ytp-chrome-controls",insertBeforeSelector:".ytp-right-controls"},videoSelector:".html5-video-player.playing-mode video,.html5-video-player.paused-mode video",attachRule:{appendSelector:".html5-video-player.playing-mode,.html5-video-player.paused-mode",injectedCSS:[".imt-caption-container {z-index:40;}",".imt-caption-window {margin-bottom: 2%}"],injectedGlobalCSS:[".caption-window {display: none;} ","#shorts-player #immersive-translate-caption-window { height: 20%;}",".html5-video-player:not(.ytp-autohide) #immersive-translate-caption-window {bottom: 60px;}"]}},urlChangeDelay:2e3,wrapperPrefix:"
",wrapperSuffix:""},{id:"tvYoutube",matches:"tv.youtube.com","subtitleRule.add":{type:"youtube",preTranslation:!0,humanPreferred:!1,subtitleUrlRegExp:"(/api/timedtext|videoplayback\\?expire.*text)",translateSelectors:[".caption-window",".caption-visual-line"],videoPlayerSelector:".html5-video-player.playing-mode,.html5-video-player.paused-mode",loadingContainerSelector:".ytp-caption-window-container",videoADSelector:".ytp-ad-player-overlay",translationOnlyPattern:["tv.youtube.com/watch*"],subtitleButtonSelector:".ytp-subtitles-button",languageSelector:".ytp-menuitem-label",injectedCss:["#shorts-player .ytp-caption-window-bottom {top: 2%; bottom: unset!important;} #immersive-translate-quick-button-container {font-size: 12px;z-index:1001;}"],quickButtonRule:{appendSelector:".ypcs-control-buttons-right",insertBeforeSelector:".ypcs-control-buttons-right .ypcs-volume-control-slot"},videoSelector:".html5-video-player.playing-mode video,.html5-video-player.paused-mode video",attachRule:{appendSelector:".html5-video-player.playing-mode,.html5-video-player.paused-mode",injectedCSS:[".imt-caption-container {z-index:40;}",".imt-caption-window {margin-bottom: 2%;}"],injectedGlobalCSS:[".caption-window {display: none;} ","#shorts-player #immersive-translate-caption-window { height: 20%;}",".html5-video-player:not(.ytp-autohide) #immersive-translate-caption-window {bottom: 60px;}"]}}},{id:"youtube-subtitle",matches:["www.youtube-nocookie.com","music.youtube.com"],extraBlockSelectors:[".caption-visual-line"],mainFrameMinTextCount:0,"excludeSelectors.add":[".captions-text",".ytp-caption-segment"],"subtitleRule.add":{type:"youtube",subtitleUrlRegExp:"/api/timedtext",translateSelectors:[".caption-window",".caption-visual-line"],videoPlayerSelector:".html5-video-player",loadingContainerSelector:".ytp-caption-window-container",videoADSelector:".ytp-ad-player-overlay",translationOnlyPattern:["www.youtube-nocookie.com/embed*","music.youtube.com/watch*"],subtitleButtonSelector:".ytp-subtitles-button",languageSelector:".ytp-menuitem-label",injectedCss:["#shorts-player .ytp-caption-window-bottom {top: 2%; bottom: unset!important;}"],quickButtonRule:{appendSelector:".ytp-chrome-controls",insertBeforeSelector:".ytp-right-controls"},videoSelector:".html5-video-player video",attachRule:{appendSelector:".html5-video-player",injectedCSS:[".imt-caption-container {z-index:40;}",".imt-caption-window {margin-bottom: 2%;}"],injectedGlobalCSS:[".caption-window {display: none;} ","#shorts-player #immersive-translate-caption-window { height: 20%;}",".html5-video-player:not(.ytp-autohide) #immersive-translate-caption-window {bottom: 60px;}"]}}},{id:"instagramMessage",matches:["https://www.instagram.com/direct/*"],wrapperPrefix:"
",selectors:["div[dir=auto].html-div"]},{id:"instagramPost",matches:["https://www.instagram.com/p/*","https://www.instagram.com/reels/*"],blockMinTextCount:1,paragraphMinTextCount:2,excludeSelectors:["hr+div span[dir=auto][style] > span"],selectors:["h1","ul li h3+div span[dir=auto]","hr+div span[dir=auto][style]","div > div[dir=auto]","div:not([class]) > div > div:nth-child(2)"],wrapperPrefix:"
"},{id:"otherInstagram",blockMinWordCount:1,matches:"https://www.instagram.com/*",paragraphMinTextCount:2,selectors:["h1","article span[dir=auto] > span[dir=auto]","._ab1y","ul li h3+div span[dir=auto]","hr+div span[dir=auto][style]","span[dir=auto] > div > span","div > h1[dir=auto]"],wrapperSuffix:""},{id:"1paragraph",matches:"1paragraph.app",selectors:["#book"]},{id:"poeditor",matches:"https://poeditor.com/projects/*",selectors:[".comment-body",".reference_language .source-string"]},{id:"substack",matches:["*.substack.com","newsletter.rootsofprogress.org"],selectorMatches:["link[href^='https://substackcdn.com/bundle/'][rel=preload]"],excludeSelectors:["[style^=top]",".publication-footer",".subscribe-footer",".main-menu",".navbar-title-link","[data-testid='navbar']",".navbar-title",".captioned-button-wrap",".subscription-widget-wrap",".tweet-header",".tweet-link-bottom",".expanded-link",".meta-subheader",".comment-meta",".comment-actions"],globalStyles:{".reader2-clamp-lines":"max-height: unset; -webkit-line-clamp: unset;","[class*='clamp-']":"max-height: unset; -webkit-line-clamp:unset;",".blurb-text":"max-height: unset;",".comment-body":"max-height: unset;"},extraBlockSelectors:[".reader2-post-title",".tweet-link-top",".tweet-link-bottom",".expanded-link"]},{id:"seekingalpha",matches:["seekingalpha.com/article/*","seekingalpha.com/news/*"],selectors:["[data-test-id=card-container]","[data-test-id=comments-section]"],excludeSelectors:["[data-test-id=post-page-meta]","header > div:first-child"]},{id:"hnAlgolia",matches:"hn.algolia.com",selectors:[".Story_title > a:first-child",".Story_comment > span"]},{id:"readwise",matches:"read.readwise.io",selectors:["div[class^='_titleRow_']","#document-text-content"],detectParagraphLanguage:!0},{id:"inoreader",matches:["www.inoreader.com","*.inoreader.com"],selectors:[".article_header_title",".article_title_link",".article_content",".article_magazine_title_link",".blog-post-page","#welcome_center",".gad_overview_articles_wrapper",".library_article_text h4",".header_name"],excludeMatches:["https://www.inoreader.com/features/"],observeUrlChange:!1,globalStyles:{".article_title_link,.library_article_text h4,.gadget_overview_article_title,.article_magazine_title_link,.reader_pane_view_style_2 .column_view_title":"-webkit-line-clamp: unset;max-height: unset;",".article_tile_content_wraper,div.article_tile":"overflow:auto",".article_header_title":"white-space:normal"}},{id:"aha",matches:"*.ideas.aha.io",excludeSelectors:[".comment-header",".vote-status",".idea-meta",".filters-title",".ideas-showing-count",".my-ideas-filters-wrapper",".statuses-filters-wrapper",".categories-filters-wrapper","[class^='attachment']","span[class^='attachment-name']"]},{id:"googleScholar",matches:["scholar.google.*/*","scholar.google.com.*/*","scholar.google.co.*/*"],wrapperPrefix:` +`,selectors:["h3 a[data-clk]","div.gs_rs","td a.gsc_a_at","td div.gs_gray:last-of-type","div.gsc_oci_value","#gs_opinion"],extraInlineSelectors:["br"],atomicBlockSelectors:["h3 a[data-clk]"]},{id:"googleMail",matches:"mail.google.com",detectParagraphLanguage:!0,selectors:["h2[data-thread-perm-id]","span[data-thread-id]","div[data-message-id] div[class='']",".messageBody","#views"],globalStyles:{"[role='listitem'] > div":"height:auto!important;white-space:unset!important;"}},{id:"googleNews",matches:"news.google.com",blockMinTextCount:26,blockMinWordCount:5,globalStyles:{".MCAGUe":"height: auto;",".To2ZZb.DbQnIe":"height: unset;",".cp7Yvc > h2":"display: block;",".oovtQ":"height: auto;",h4:"-webkit-line-clamp: unset;"},excludeSelectors:[".EyERq",".AOl7G.eejsDc","[aria-label='Home']","[aria-label='For you']","[aria-label='Following']","[aria-label='World']","[aria-label='Local']",".gb_Fc",".wBQf7b",".yPI8Rb",".jKHa4e",".u43Gd",".Zgjpyb","[role='button']","[jsname='rymPhb']",".cbz1ld",".VfPpkd-P5QLlc",".XvhY1d"]},{id:"outlook",matches:"outlook.live.com",excludeSelectors:[".jHAG3.XG5Jd",".OZZZK",".lDdSm"]},{id:"producthunt",matches:"www.producthunt.com",excludeMatches:"https://www.producthunt.com/stories/*",selectors:["h2","div[class^='styles_htmlText__']","[class^='styles_tagline']","a[href^='/discussions/'].fontWeight-600","button[class^='styles_textButton'] > div > span","h5 + p","div[data-test=product-item-name] + div",".noOfLines-1,.noOfLines-2,.noOfLines-3",".fontWeight-600","[class*='styles_dropdown']","[class*='styles_aboutText']","[class*='styles_titleContainer']","[class*='styles_header'] h1"],globalStyles:{"h5 + p":"height:unset;",".noOfLines-1,.noOfLines-2,.noOfLines-3":"-webkit-line-clamp:unset;"},"excludeTags.remove":["PRE"]},{id:"codeforces",matches:"https://codeforces.com/*","stayOriginalTags.add":["[class^='MathJax']"]},{id:"discord",matches:"https://discord.com/channels/*",isTranslateTitle:!1,selectors:["li[id^=chat-messages] div[id^=message-content]","div[class^=headerText]","section[aria-label='Search Results'] div[id^=message-content]"],extraBlockSelectors:["[class^='embedFieldValue']","li[class^='card'] div[class^='message']","[data-list-item-id^='forum-channel-list'] div[class^='headerText']"],globalStyles:{"div[class^=headerText]":"max-height: unset;","div[class^=message]":"max-height: unset;","div[class^=text]":"max-height: unset;","h3[data-text-variant='heading-lg/semibold']":"-webkit-line-clamp: none;"},detectParagraphLanguage:!0,wrapperPrefix:"
",wrapperSuffix:"",paragraphMinTextCount:4,paragraphMinWordCount:2},{id:"telegram",matches:["web.telegram.org/z/*","web.telegram.org/a/*"],isTranslateTitle:!1,selectors:[".text-content",".message",".reply-markup-button-text",".bot-commands-list-element-description"],"extraBlockSelectors.add":[".message.spoilers-container em",".message.spoilers-container strong"],excludeSelectors:[".time",".peer-title",".document-wrapper",".message.spoilers-container custom-emoji-element"],detectParagraphLanguage:!0},{id:"telegramK",matches:["web.telegram.org/k/*","web.telegram.org/k/"],selectors:[".message",".reply-markup-button-text",".bot-commands-list-element-description"],"extraBlockSelectors.add":[".message.spoilers-container em",".message.spoilers-container strong"],excludeSelectors:[".time",".peer-title",".document-wrapper",".message.spoilers-container custom-emoji-element"],detectParagraphLanguage:!0},{id:"githubGist",matches:"gist.github.com",selectors:[".markdown-body",".readme"],detectParagraphLanguage:!0},{id:"lobste",matches:"lobste.rs",excludeMatches:["https://lobste.rs/about","https://lobste.rs/chat"],selectors:[".u-repost-of",".comment_text",".story_text"]},{id:"slack",matches:"*.slack.com",selectors:[".p-rich_text_block",".p-message_pane__foreword",".c-alert__message","[data-qa=message_attachment_text]"],additionalStayOriginalSelectors:["[data-qa=emoji]"],detectParagraphLanguage:!0},{id:"artstationArtwork",matches:"www.artstation.com/artwork/*",excludeSelectors:".project-description a",selectors:[".project-description","div.project-comment-text"],detectParagraphLanguage:!0},{id:"artstationLearning",matches:"www.artstation.com/learning/courses/*",additionalSelectors:["footer.learning-course-description.ng-star-inserted > span"],excludeSelectors:[".learning-card-meta",".vjs-text-track-display"],"mutationExcludeSelectors.add":[".vjs-text-track-display *"],"subtitleRule.add":{type:"webvtt",subtitleUrlRegExp:"/subtitles/.*\\.(vtt|webvtt)$",loadingContainerSelector:".vjs-text-track-display",quickButtonRule:{appendSelector:".vjs-control-bar",insertBeforeSelector:".vjs-playback-rate",injectCSS:".imt-quick-subtitle-button { font-size: 12px;} .logo,.logo svg { height: 18px !important; width: 18px !important;} .imt-quick-subtitle-pop-content {bottom: 38px !important;}"},videoSelector:"video",attachRule:{appendSelector:".video-js",injectedGlobalCSS:[".vjs-text-track-display {display: none;}",".captions-text: {margin-bottom: 10%;}"]}}},{id:"artstationBlog",matches:["https://www.artstation.com/blogs","https://www.artstation.com/blogs/*"],detectParagraphLanguage:!0,additionalSelectors:[".comment-item-body"],atomicBlockSelectors:[".author-headline",".author-location"],excludeSelectors:["blog-card-thumbnail","blog-card-header",".blog-card-author",".blog-card-meta",".blog-view-header",".blog-grid-title",".post-meta-header"]},{id:"figmaCommunity",matches:"www.figma.com/community/*",normalizeBody:"div.ql-editor[contenteditable='false']",excludeSelectors:["div[class*='metadataRight']","div[class*='commentMetaAndOptions']"],globalStyles:{"div[class*='mini_cardBottomRowSizing']":"height: 3em;"},additionalSelectors:["div[class*='mini_cardBottomRow_Metadata']"],stayOriginalSelectors:["[data-tooltip='tooltip-user-info']"]},{id:"googleIndex",matches:["https://www.google.com/","https://www.google.com.hk/"],excludeSelectors:["#gb","#SIvCob"],inputTutorialsText:"\u8BD5\u8BD5\u8F93\u5165\u4E2D\u6587\u540E\u5FEB\u901F\u8FDE\u51FB 3 \u6B21\u7A7A\u683C\u952E\u7FFB\u8BD1\uFF08\u4EC5\u63D0\u793A\u4E00\u6B21\uFF09",inputTutorialsSelectors:["textarea#APjFqb"],"inputConfig.add":{tutorialsText:"\u8BD5\u8BD5\u8F93\u5165\u4E2D\u6587\u540E\u5FEB\u901F\u8FDE\u51FB 3 \u6B21\u7A7A\u683C\u952E\u7FFB\u8BD1\uFF08\u4EC5\u63D0\u793A\u4E00\u6B21\uFF09",tutorialsSelectors:["textarea#APjFqb"]}},{id:"googleSearch",matches:"www.google.*/search*",blockMinTextCount:32,blockMinWordCount:3,wrapperSuffix:"",detectParagraphLanguage:!0,excludeSelectors:["a h3 + div","div#sfooter","a[role=presentation] > div > div:first-child",".b5ZQcf",".CEMjEf",".MgUUmf.NUnG9d","#result-stats","[role=navigation]","div.sCuL3","div.eFM0qc.BCF2pd","div.WZ8Tjf","div.adDDi","#headerSection","#rateChatDiv","[id=bres]",".title-D5Lgyj","[data-attrid='VisualDigestVideoResult']",".search-enhance-WDIEkP h4",".SPZz6b h2",".CtCigf",".VLkRKc",".EbH0bb",".Wr0c6d",".jleFbf","#searchform",".yg51vc",".CbAZb"],extraBlockSelectors:[".MUFPAc"],"additionalExcludeSelectors.add":["[jscontroller='UsftYd']"],globalStyles:{".V82bz":"-webkit-line-clamp: unset;max-height: unset;margin-bottom:30px",".pe7FNb":"-webkit-line-clamp: unset;",".promotion-3PDMAb":"display: none;",".uAKcGb":"-webkit-line-clamp: unset;max-height: unset;margin-bottom:30px","div[data-content-feature='1'] > div":"-webkit-line-clamp: unset;max-height: unset;","div[style='-webkit-line-clamp:2']":"-webkit-line-clamp: unset;max-height: unset;","div[style='-webkit-line-clamp:3']":"-webkit-line-clamp: unset;max-height: unset;","div[style='-webkit-line-clamp:4']":"-webkit-line-clamp: unset;max-height: unset;",".Pw4Ldf.RsCEN":"height:unset;",".related-question-pair":"overflow:auto;"},ignoreZhCNandZhTW:!0,isTranslateTitle:!1,searchEnhancementConfig:[{id:"google",urlMatch:"https://www\\.google\\..+/search",style:{source:"font-size:12px; margin-bottom: 6px;",enTitle:"margin-top:6px;font-size:14px;",searchTitle:"margin-top:6px;position:relative;padding-right:24px;",more:"color:#1a0dab;margin-top:8px;",enTitleClassName:"immersive-translate-search-enhancement-en-title"},keyword:{value:"[0]$1",matches:[{source:"url",matchRegex:"q=(.+?)&"}]},showCount:5}]},{id:"lowendtalk",matches:"lowendtalk.com",selectors:["[role=heading]","h1",".userContent"]},{id:"linkedinJobs",matches:"www.linkedin.com/jobs/*",selectors:["#job-details > span",".decorated-job-posting__details"]},{id:"linkedinFeed",matches:"https://linkedin.com/feed/*",selectors:["h1",".feed-shared-update-v2__description-wrapper"]},{id:"indiehackers",matches:"www.indiehackers.com",selectors:[".content","h1","h3.story__title",".feed-item__title-link",".article-body",".interview-body"]},{id:"libreddit",matches:"libreddit.de",selectors:["h2.post_title",".comment_body > .md"]},{id:"notionSite",matches:["notion.site","*.notion.site"],normalizeBody:"body",selectors:["div[data-block-id]"]},{id:"notion_so",matches:["www.notion.so"],injectedCss:["[aria-label='Templates'] font br {display:none;}"]},{id:"newyorker",matches:"www.newyorker.com",additionalSelectors:["h1","[data-testid=SummaryItemHed]"],excludeSelectors:["[data-testid=PersistentTop]","[data-testid=StackedNavigationHeader]"],urlChangeDelay:2e3},{id:"startme",matches:"start.me",selectors:[".rss-article__title",".rss-articles-list__article-link",".rss-showcase__title",".rss-showcase__text"]},{id:"scmp",matches:"www.scmp.com",additionalSelectors:[".info__subHeadline",".section-content h2"],globalStyles:{".topic__article-list":"height: unset;",".adverisers__adveriser":"height: unset;",".advertiser__content":"height: unset;",".content-title__link":"display:unset;overflow:unset;-webkit-line-clamp:unset;",".title__text":"max-height:unset; -webkit-line-clamp:unset;",".news-list-item__news-title":"max-height:unset; -webkit-line-clamp:unset;","a[class*='link'] > .link__headline":"max-height:unset; -webkit-line-clamp:unset;"},"bodyRule.add":{bodySelector:"[data-qa='ArticleList-Item']",articleSelector:"[data-qa='GenericArticle-Content']",xpathRule:["datatype:p"]}},{id:"lesswrong",matches:"www.lesswrong.com",extraBlockSelectors:["span.commentOnSelection"]},{id:"mastodon",matches:["mastodon.social","mastodon.online","kolektiva.social","indieweb.social","mastodon.world","infosec.exchange"],isTranslateTitle:!1,selectorMatches:["div#mastodon"],selectors:["div.status__content__text",".about__section__body",".content",".form-container",".account__header__extra"],globalAttributes:{"[class='notranslate app-holder']":{class:"app-holder"}},detectLanguage:!0},{id:"cnbc",matches:"www.cnbc.com",urlChangeDelay:1e3,globalStyles:{"div.Card-titleContainer > div":"-webkit-line-clamp: unset;max-height: unset;"},"excludeSelectors.add":["#GlobalNavigation","#GlobalFooter",".LiveBlogHeader-timestampAndShareBarContainer",".LiveBlogHeader-liveUpdatesPill"]},{id:"dailyDev",matches:"app.daily.dev",selectors:["h1",".typo-body","article h3","[class^=markdown_markdown]"],globalStyles:{".line-clamp-3":"-webkit-line-clamp: unset"}},{id:"pornhub",matches:["*.pornhub.com","pornhub.com"],excludeMatches:["*.pornhub.com/insights/*","pornhub.com/insights/*"],extraBlockSelectors:[".trendingNow",".searchItem",".tagcloud > a"],detectParagraphLanguage:!0,wrapperPrefix:"
",wrapperSuffix:` `,globalStyles:{"span.title":"height:unset; max-height:unset;",".detailedInfo":"max-height:unset;",".pcVideoListItem":"max-height:unset;",".wrap":"height:unset;",".entry-header":"height:unset;",".entry-title > a":"height:unset;-webkit-line-clamp:unset;"}},{id:"yourporn",matches:"https://www.youporn.com/*",extraBlockSelectors:[".button"],globalStyles:{".video-box":"max-height:unset;",".video-box-title":"white-space:unset;"}},{id:"modelhub",matches:"https://www.modelhub.com/*",globalStyles:{".videoTitle":"height:unset;",a:"height:unset;"}},{id:"xvideos",matches:"https://www.xvideos.com/*",globalStyles:{".title":"-webkit-line-clamp:unset;max-height:unset;",".mozaique":"display:flex; flex-wrap:wrap;"},excludeSelectors:[".video-hd-mark"]},{id:"missav",matches:"https://missav.com/*",globalStyles:{".truncate":"white-space:unset;",".overflow-y-hidden":"max-height:unset;overflow-y:unset;"},"subtitleRule.add":{type:"av",avSerial:{type:"url",regexStr:".+/([a-z0-9-]+)$"},videoSelector:".plyr__video-wrapper video",attachRule:{appendSelector:".plyr--video",injectedGlobalCSS:""},quickButtonRule:{appendSelector:".plyr__controls",insertBeforeSelector:'[data-plyr="captions"]'}}},{id:"javbus",matches:"https://www.javbus.com/*",globalStyles:{".photo-info":"height:unset;"},excludeSelectors:[".item-tag","date"]},{id:"spankbang",matches:"https://spankbang.com/*",globalStyles:{".video-item > a":"white-space:unset;"},excludeSelectors:[".stats",".thumb"],extraBlockSelectors:[".searches > a",".tag > a",".extra > a",".positions > li"]},{id:"javdb",matches:"https://javdb*.com/*",globalStyles:{".video-title":"white-space:unset;"},excludeSelectors:[".video-number",".score",".has-addons"]},{id:"jable",matches:"https://jable.tv/*",globalStyles:{".title":"white-space:unset;max-height:unset;",".img-box > a":"position:relative;"}},{id:"netflav.player",matches:["https://netflavns1.com","https://embedrise.com"],mainFrameMinTextCount:0,"subtitleRule.add":{type:"av",avSerial:{type:"url",regexStr:"code=([a-z0-9-]+)"},videoSelector:"#vplayer video",attachRule:{appendSelector:"#vplayer"},quickButtonRule:{appendSelector:"#vplayer .jw-button-container",insertBeforeSelector:"#vplayer .jw-button-container .jw-icon-cc"}}},{id:"netflav",matches:["https://netflav*.com/*"],globalStyles:{".grid_title":"max-height:unset;"},extraBlockSelectors:[".genre_filter_item","button"],"subtitleRule.add":{type:"av",avSerial:{type:"selector",selector:".videodetail_2_field_values",serialAttachIframe:"#iframe-block"}}},{id:"czechvideo",matches:"https://czechvideo.co/*",globalStyles:{".short-story":"height:unset;",".short-title":"height:unset;"},globalAttributes:{header:{translate:"unset;"}}},{id:"weibo",matches:["weibo.com","*.weibo.*"],selectors:["div[class^='detail_wbtext']",".weibo-text"],"stayOriginalSelectors.add":[".expand"]},{id:"medium",matches:["medium.com","*.medium.com"],selectorMatches:["meta[property='al:ios:url'][content^='medium://']"],urlChangeDelay:20,"additionalExcludeSelectors.remove":["i.fa","i[class^=fa-]",".navmenu-container",".google-symbols"],selectors:["h1","h2","h3","article section","[aria-hidden='false'] pre","article p",".postMetaInline","a .u-fontSize24"],excludeSelectors:["[aria-label='Post Preview Reading Time']",".al.b.bl.ag.bp",".al.b.bl.ag.ai",".hx.hy.hz.ia.ib.ab",".qb.ab",".ai.bn.n.mj",".speechify-ignore"],globalStyles:{"h2,h3":"-webkit-line-clamp: unset;max-height:unset;","article p":"-webkit-line-clamp: unset;max-height:unset;"},injectedCss:[".u-lineClamp4,.u-lineClamp3,.u-lineClamp2 {-webkit-line-clamp:unset!important;max-height:unset!important;}"]},{id:"nitter",selectorMatches:["meta[property='og:site_name'][content='Nitter']"],selectors:[".tweet-content",".quote-text"]},{id:"economist",matches:"www.economist.com",extraInlineSelectors:["span[data-caps='initial']"],excludeSelectors:["footer.ds-footer"],injectedCss:["a::before {position:relative!important;}"]},{id:"healthline",matches:"www.healthline.com",excludeSelectors:[".icon-hl-trusted-source-after"]},{id:"ebay",matches:"www.ebay.com",excludeSelectors:["headers","[itemprop=offers]",".dne-itemtile-original-price"],paragraphMinTextCount:4,paragraphMinWordCount:2,globalStyles:{"[itemprop=name]":"-webkit-line-clamp: unset;max-height: unset;",".merch-item-title":"-webkit-line-clamp: unset;max-height: unset;"}},{id:"skinstore",matches:"www.skinstore.com",excludeSelectors:[".responsiveFlyoutMenu_levelOneLink"],paragraphMinTextCount:4,paragraphMinWordCount:2},{id:"tripadvisor",matches:"www.tripadvisor.com",paragraphMinTextCount:4,paragraphMinWordCount:2},{id:"primevideo",matches:["www.primevideo.com","https://*.amazon.co.*/*video*","https://*.amazon.com/*video*"],"excludeSelectors.add":["#dv-web-player"],"mutationExcludeSelectors.add":["#dv-web-player *"],"subtitleRule.add":{type:"ebutt",hookType:"xhr",subtitleUrlRegExp:"\\.ttml2$",loadingContainerSelector:"#dv-web-player"}},{id:"amazon",matches:"www.amazon.com",paragraphMinTextCount:4,paragraphMinWordCount:2,extraBlockSelectors:[".a-size-small.a-link-normal.page-banner-link.a-nowrap"],globalStyles:{".a-carousel-viewport":"height:unset;","[class*='clamp']":"max-height: unset;-webkit-line-clamp: unset;","[data-rows]":"max-height: unset;-webkit-line-clamp: unset;","[data-a-expander-name='review_text_read_more']":" max-height: unset;"},excludeSelectors:["#navFooter","#navbar-main",".s-price-instructions-style","[class*='-star ']","[data-hook='acr-average-stars-rating-text']",".a-color-price"]},{id:"visualstudioMarketplace",matches:"marketplace.visualstudio.com",additionalExcludeSelectors:[".core-info-second-row",".core-info-third-row",".meta-data-list",".item-title",".breadcrumb",".itemDetails-right",".ux-user-name",".ux-updated-date",".ux-item-second-row-wrapper",".stats-and-offer",".header-container"],atomicBlockSelectors:[".core-info-cell > div.name"],globalStyles:{".item-details-control-root.ux-item-shortdesc":"height: unset; overflow: visible; max-height:unset;"}},{id:"bloomberg",matches:"www.bloomberg.com",urlChangeDelay:2e3,excludeSelectors:[".ticker-bar","nav","[aria-label=Banner]","aside","[data-component=ticker-bar]","footer.bb-global-footer",".vjs-text-track-display"],"bodyRule.add":{bodySelector:"main article",articleSelector:".body-content"},"subtitleRule.add":{type:"webvtt",subtitleUrlRegExp:"webvtt$",loadingContainerSelector:".vjs-text-track-display",quickButtonRule:{appendSelector:".vjs-control-bar",insertBeforeSelector:".vjs-playback-rate"}}},{id:"baiduXueshu",matches:"xueshu.baidu.com",globalStyles:{".abstract_wr":"height: unset; overflow: visible; max-height:unset;"}},{id:"sciencedirect",matches:"www.sciencedirect.com",urlChangeDelay:2e3,stayOriginalSelectors:["span.display","span.math"],extraBlockSelectors:["span.captions","span[id^=cap]"],globalAttributes:{"#abspara0010 br":{style:"display:none;"}}},{id:"thehighestofthemountains",matches:"www.thehighestofthemountains.com",extraBlockSelectors:"div"},{id:"telegraph1",matches:"te.legra.ph",normalizeBody:"div.ql-editor[contenteditable='false']",urlChangeDelay:500},{id:"telegraph2",matches:["telegra.ph"],normalizeBody:"div.ql-editor[contenteditable='false']",wrapperPrefix:` `},{id:"annasArchive",matches:["*.annas-archive.org","annas-archive.org"],selectors:[],globalStyles:{"div[id^='link-index-']":"height: unset; max-height: unset;","main div[class*='h-[125]']":"height:auto"},normalizeBody:"body",extraBlockSelectors:["a.custom-a"]},{id:"explainshell",matches:["explainshell.com"],selectors:["[class='help-box']"]},{id:"apnews",matches:["apnews.com"],urlChangeDelay:2e3},{id:"googlePlay",matches:"play.google.com",excludeSelectors:[".vlGucd",".ubGTjb"],globalStyles:{".Epkrse":"-webkit-line-clamp:unset;"}},{id:"tumblr",matches:["www.tumblr.com"],selectors:["article h1","article > header + div","[data-testid=notes-root] p","div.k31gt","p","article ul","article h2","article h3","article h4","article h5","article h6","article blockquote","article ol"],excludeSelectors:["div.fAAi8","div.wvu3V"],preWhitespaceDetectedTags:["DIV","SPAN","P"]},{id:"tinytask",matches:"https://www.tinytask.net",globalStyles:{"table > tbody > tr > td > center > table > tbody > tr > td > ul > li":"height: 100%"}},{id:"foxnews",matches:"www.foxnews.com",shadowRootSelectors:["[data-spot-im-module-default-area='conversation'] > div"],"excludeTags.add":["TEXT","IMG","SUB","SUP","CODE","TT","ASIDE"],excludeSelectors:[".site-footer",".components-MessageDetails-index__message-details-wrapper","div[class^=SlideDown__container]",".components-MessageActions-index__messageActionsWrapper","span[data-openweb-allow-amp]","div.spcv_typing-users"]},{id:"afreecatv",matches:"www.afreecatv.com",globalStyles:{"a.title":"max-height:unset;-webkit-line-clamp:unset;"}},{id:"opennet",matches:"opennet.ru","excludeTags.add":["LABEL","IMG","SUB","SUP","CODE","TT"],"excludeTags.remove":["LINK","G","MATH","TTS-SENTENCE","AIO-CODE"]},{id:"construct",matches:["www.construct.net"],excludeMatches:["preview.construct.net","editor.construct.net"],additionalSelectors:["aside","div.manualContent"],atomicBlockSelectors:[],stayOriginalSelectors:["a.usernameReference"],additionalInlineSelectors:["a.forumLink"],additionalExcludeSelectors:["div.topNav","div.usernameLink","ul.authorDetails","ul.tagViewer","ul.breadCrumbNav","ul.subForumForums","ul.postTools","li.comment ul.controls","div.forumTopNavWrap","div.downloadWrap","div.articleLeftMenu","div.usernameTextWrap","div.favouriteWrap","div.bannerWrapper","div.viewAddonRightMenu","div.extendedMenu.addonsSubMenu","#BottomLinks.bottomLinks","div#LeftSide.leftSide","div#BottomWrap.bottomWrap","div.courseListWrap div.overview","div.conversationControls","div.contentWrapper h1","div.conversationControls","td.location a#LocationLink","#TopLevelComments .topBar","#TopLevelComments .controls",".tagViewWrap",".changeCount",".otherStats",".FilterMenu",".mobileTopicStats",".forumControlsWrapper",".forumsBottomNavWrap",".breadCrumbNav",".favouriteWrap",".usernameLink",".followWrapper",".blogPostStats",".manualContent dl dt"],globalStyles:{"td.location a#LocationLink":"padding-top: 4px;","div.articleMain .tutCourseWrap":"align-items: flex-start;"}},{id:"getpocket",matches:"getpocket.com",selectors:["h2","div.excerpt p","article","h1"],globalStyles:{"h2.title":"max-height:unset;-webkit-line-clamp:unset;","div.excerpt p":"max-height:unset;-webkit-line-clamp:unset;"}},{id:"fandom",matches:"*.fandom.com",urlChangeDelay:800,normalizeBody:"#mw-content-text",globalStyles:{"#mw-content-text > div > div:nth-child(1)":"height:100%;"},additionalExcludeSelectors:["header.fandom-community-header","div.ph-registration-buttons"]},{id:"huggingface",matches:"huggingface.co",globalStyles:{".line-clamp-2":"-webkit-line-clamp:unset;max-height:unset;"}},{id:"statista",matches:"www.statista.com",globalStyles:{".itemContent__text":"height:unset;max-height:unset;",".itemContent__subline":"height:unset;max-height:unset;"}},{id:"epubReader",matches:"epub-reader.online",globalStyles:{"span.slide-contents-item-label":"overflow:visible;max-height:unset;white-space:normal;"},atomicBlockSelectors:["div.slide-contents-item"]},{id:"you",matches:"https://you.com/search",globalStyles:{h3:"max-height:unset;-webkit-line-clamp:unset;",".caKYaC":"max-height:unset;-webkit-line-clamp:unset;",".dDwDsu":"max-height:unset;-webkit-line-clamp:unset;"},excludeSelectors:["div.hpIWZO"]},{id:"auth0Openai",matches:"auth0.openai.com",excludeSelectors:["form","header > h1"]},{id:"chatOpenai",matches:"chat.openai.com",excludeSelectors:["div.absolute.bottom-0.left-0.w-full","h1","div#headlessui-portal-root","nav","ul[aria-multiselectable]",".markdown *","div[class='flex flex-col items-start']","div[class='flex items-center justify-center gap-1 border-b border-black/10 bg-gray-50 p-3 text-gray-500 dark:border-gray-900/50 dark:bg-gray-700 dark:text-gray-300']"],"excludeTags.remove":["BUTTON"],isTranslateTitle:!1,wrapperPrefix:"",globalStyles:{"[class*='line-clamp']":"max-height:unset;-webkit-line-clamp:unset;height:unset;white-space:unset;"},aiRule:{streamingSelector:".result-streaming.markdown",messageWrapperSelector:".markdown",streamingChange:!0,streamingDeepChild:!0,streamingDelayTime:1e3}},{id:"poe",matches:["https://poe.com/*"],excludeSelectors:[".Markdown_markdownContainer__Tz3HQ *",".MarkdownLink_linkifiedLink__KxC9G","menu","aside"],aiRule:{streamingSelector:".ChatStopMessageButton_stopButton__LWNj6",messageWrapperSelector:".Markdown_markdownContainer__Tz3HQ",streamingChange:!1,streamingDeepChild:!0,streamingDelayTime:1e3}},{id:"glasp",matches:"glasp.co",excludeSelectors:[".home_overview_list_content_wrapper"]},{id:"developerChrome",matches:"developer.chrome.com",excludeSelectors:["web-tabs","ul.code-sections--summary"]},{id:"android",matches:["developer.android.google.cn","developer.android.com"],observeUrlChange:!0,additionalSelectors:["aside","google-codelab-step"]},{id:"ft",matches:"www.ft.com",excludeSelectors:["header","[aria-labelledby=cookie-banner-aria-label]","footer","[aria-label='Primary navigation']"]},{id:"microsoft",matches:"https://apps.microsoft.com/store/detail/*",additionalSelectors:["pre"],globalStyles:{".line-clamp":"-webkit-line-clamp:unset;max-height:unset;"},isTransformPreTagNewLine:!0},{id:"gitlab",matches:"gitlab.com",excludeSelectors:[".tree-content-holder","nav",".home-panel-metadata","div[data-testid=project_topic_list]",".commit"]},{id:"tiktok",matches:"https://www.tiktok.com/*/video/*",selectors:["[data-e2e^=comment-level]","[data-e2e=browse-video-desc] > span"]},{id:"rfcEditor",matches:["www.rfc-editor.org","docs.haproxy.org"],isTransformPreTagNewLine:!0,"excludeTags.add":["IMG","SUB","SUP","CODE","TT","ASIDE","FOOTER"],"excludeTags.remove":["LINK","G","PRE","TTS-SENTENCE","AIO-CODE"]},{id:"steamcommunity",matches:"steamcommunity.com",globalStyles:{".forum_topic,.rightbox_list_option":"height:auto;",".forum_topic_name":"white-space:normal;line-height: 1.25rem; padding: 6px 20px 0 0;",".forum_topic_op":"clear: left; padding: 0 0 6px 2rem;"},excludeSelectors:[".forum_paging",".forum_topic_reply_count",".forum_topic_lastpost",".forum_topic_award_count",".discussion_search_pagingcontrols"]},{id:"steampoweredApp",matches:"store.steampowered.com/app/*",selectors:[".game_description_snippet",".game_area_description","#earlyAccessHeader","[id^='ReviewContent'] .content",".ModalOverlayContent"],excludeSelectors:["#global_actions","#store_controls","#foryou_tab","[class*=persona]","[class*=game_title_area]","a.btn_medium",".persona_name",".hours.ellipsis",".checkcol",".postedDate",".dev_row .summary",".already_in_library",".game_header_image_ctn .grid_content",".ds_flag.ds_wishlist_flag",".early_access_review.tooltip",".communitylink_achievement_images",".user_reviews_summary_row.summary",".review_award_ctn",".add_to_wishlist_area",".next_in_queue_content",".glance_tags.popular_tags",".game_purchase_action",".vote_button_ctn","#VoteUpDownBtnCtn","#footer","#ViewAllReviewssummary"],atomicBlockSelectors:[".game_area_sys_req_leftCol",".game_area_sys_req_rightCol"],extraInlineSelectors:[".pulldown"],additionalSelectors:[".game_page_autocollapse_ctn iframe"],globalStyles:{".game_description_snippet":"max-height:unset; overflow: scroll;",".game_purchase_area_friends_want":"height: auto; padding-bottom: 6px;",".div.early_access_banner":"height: 84px",".franchise_notice > *":"height: 84px"},detectParagraphLanguage:!0},{id:"steampowered",matches:"store.steampowered.com",detectParagraphLanguage:!0},{id:"nature",matches:"https://www.nature.com/articles/*",excludeSelectors:[".c-header",".c-recommendations-header",".c-recommendations-list-container",".c-article-references__links",".c-article-identifiers",".c-article-author-list",".c-article-metrics-bar__wrapper",".c-article__pill-button","#author-information-content","#article-info-section"]},{id:"webofscience",matches:"https://www.webofscience.com/*",globalStyles:{".abstract":"height:auto !important;",".show-more-lines":"height:unset !important;"},excludeSelectors:[".summary-left-panel",".authors","app-full-record-keywords mark"],mutationObserverContainerSelectors:["[data-ta='summary-record-title-link']","#FullRTa-fullRecordtitle-0"],extraBlockSelectors:["app-summary-authors + div","app-full-record-keywords span span"],observeUrlChange:!0,urlChangeDelay:600,mutationChangeDelay:600},{id:"appleinsider",matches:["appleinsider.com"],excludeSelectors:["#topic-nav"]},{id:"jetbrains",matches:"https://www.jetbrains.com/help/*",extraBlockSelectors:["[data-test=prompt]"]},{id:"crates",matches:["https://crates.io/search*"],selectors:["div[class^=_description-box] div[class^=_description]"]},{id:"theverge",matches:"www.theverge.com",shadowRootSelectors:["div#coral_thread > div"]},{id:"simp",matches:"https://beta.simp.red/trans*",mainFrameSelector:".simpread-read-root"},{id:"lookintobitcoin",matches:"https://www.lookintobitcoin.com/charts/*",excludeSelectors:["svg"]},{id:"openaiAccount",matches:"https://platform.openai.com/account/api-keys*",urlChangeDelay:1500},{id:"openaiDocs",matches:"https://platform.openai.com/docs*","excludeSelectors.add":[".pheader"]},{id:"pkgStd",matches:"https://pkg.go.dev/std",selectors:["td.UnitDirectories-desktopSynopsis"]},{id:"pkg",matches:"https://pkg.go.dev/*",selectors:["div.UnitDetails p"]},{id:"explainpaper",matches:["https://www.explainpaper.com/reader*"],isTranslateTitle:!1,selectors:[".leading-relaxed",".chat-messages p",".text-sm"]},{id:"colab",matches:"https://colab.research.google.com/*",excludeSelectors:["code","view-line"]},{id:"gatesnotes",matches:"www.gatesnotes.com",minZIndex:-1},{id:"kakao",matches:"page.kakao.com",shadowRootSelectors:["div[style^='visibility: visible'"]},{id:"coinmarketcap",matches:"coinmarketcap.com",extraBlockSelectors:["div[class='sc-3502f6cd-0 JxHqg']"]},{id:"wandb",matches:"wandb.ai",additionalSelectors:[".report-page-top"],additionalStayOriginalSelectors:["span[data-slate-inline=true]"],extraInlineSelectors:[]},{id:"paulgraham",matches:"paulgraham.com",additionalSelectors:["font[face=verdana]"],extraBlockSelectors:"font[face=verdana]"},{id:"zendesk",matches:"https://*.zendesk.com/agent/*",selectors:["[data-test-id*=subject]",".zd-comment",".title"]},{id:"migadu",matches:"webmail.migadu.com",selectors:[".bodyText"]},{id:"thehackernews",matches:"thehackernews.com",excludeSelectors:["span#blog-pager-older-link","span.h-datetime"],additionalSelectors:[".pop-title"]},{id:"brown",matches:"cs.brown.edu",excludeSelectors:[".SCodeFlow"]},{id:"tass",matches:"tass.ru",globalStyles:{"#__next":"font-size: 19px;line-height:28px;"}},{id:"chatGoogle",matches:"chat.google.com",selectors:["[jsname=bgckF]"]},{id:"fiverr",matches:"https://www.fiverr.com/inbox/*",selectors:[".message-body"]},{id:"fiverr-main",matches:"*.fiverr.com",globalStyles:{"h3 > a":"-webkit-line-clamp:unset;overflow:unset;",h3:"-webkit-line-clamp:unset;overflow:unset;",h5:"-webkit-line-clamp:unset;overflow:unset;",p:"-webkit-line-clamp:unset;overflow:unset;",".YLycza2.u9KHmsf":"height:unset;max-height:unset;",".lt2ar2q.EhHcMiw":"height:unset; max-height: unset;"},excludeSelectors:[".popular"]},{id:"jira",matches:["jira.*.com/browse/*","jira.*.com/projects/*"],selectors:["[id=descriptionmodule]","[id=summary-val]","div.action-body","td.stsummary"]},{id:"ahaIo",matches:["*.aha.io"],selectors:["[tabindex='0']","div.user-content","div.comments__body","span.name"]},{id:"thehill",matches:"thehill.com",injectedCss:[".most-popular-item { max-height: unset !important; }",".most-popular-item__link { -webkit-line-clamp: unset !important; }"],excludeSelectors:["div.featured-cards__byline","div.list-item__meta",".tags__item","div.extended-scroll__header",".submitted-by",".site-header--has-alert-banner",".homepage__container__opinion__item__byline",".homepage__container__header",".archive__item__meta"]},{id:"ubuntu",matches:"manpages.ubuntu.com",selectors:["pre"],atomicBlockTags:["pre"]},{id:"spiedigitallibrary",matches:"www.spiedigitallibrary.org","excludeTags.add":["IMG","SUB","SUP","CODE","TT","ASIDE","FOOTER"],"excludeTags.remove":["LINK"]},{id:"promptingguide",matches:"www.promptingguide.ai",selectors:["article","li"]},{id:"ground",matches:"ground.news",globalStyles:{".line-clamp-3":"-webkit-line-clamp: unset !important;"}},{id:"ietf",matches:"*.ietf.org/doc/html/*",additionalSelectors:["pre"],isTransformPreTagNewLine:!0,preWhitespaceDetectedTags:["DIV","SPAN","PRE"]},{id:"newsminimalist",matches:"https://www.newsminimalist.com/",extraBlockSelectors:[".inline-flex"],"excludeTags.remove":["BUTTON"]},{id:"yandexIndex",matches:"https://yandex.com/",selectors:[".tabs__item-text"]},{id:"yandexSearch",matches:"https://yandex.com/search/*",excludeSelectors:[".KeyValue-Row",".EntityFeedbackFooter",".Organic-Subtitle",".SerpFooter-Content",".serp-user",".Pager"],globalStyles:{".ExtendedText-Toggle":"white-space:normal;"}},{id:"yandex",matches:"https://yandex.com/video/*",selectors:[".serp-item__title",".serp-item__text",".Keypoints-ItemTitle",".bes-epmjnzm-idtktyj",".OrganicTitle-LinkText","h1.VideoTitle"],globalStyles:{".serp-item__title":"-webkit-line-clamp: unset;max-height:unset;",".serp-item__text":"-webkit-line-clamp: unset;max-height:unset;",".OrganicTitle-LinkText":"-webkit-line-clamp: unset;max-height:unset;","h1.VideoTitle":"-webkit-line-clamp: unset;max-height:unset;",".link .serp-item__keypoints":"bottom:2px;",".OrganicTitle":"max-height:unset;"}},{id:"perplexity",matches:"https://www.perplexity.ai",globalStyles:{".line-clamp-1":"-webkit-line-clamp: unset !important;",".line-clamp-2":"-webkit-line-clamp: unset !important;"},"mutationConfig.add":{buildTimeout:1e3,consumeTimeout:1e3},additionalStayOriginalSelectors:["a.citation"],selectors:[".prose",".my-md",".line-clamp-2",".line-clamp-1"]},{id:"allmyfaves",matches:"https://allmyfaves.com/",selectors:["p"],paragraphMinTextCount:2,paragraphMinWordCount:1},{id:"man7",matches:"man7.org",isTransformPreTagNewLine:!0,globalStyles:{pre:"white-space: inherit;"}},{id:"kadaza",matches:"https://www.kadaza.com/",selectors:[".header span.title",".custom-content-footer"],containerMinTextCount:2,containerMinWordCount:1,paragraphMinTextCount:2,paragraphMinWordCount:1},{id:"urlChangeDelay",matches:["https://babelnovel.com/books/*","https://www.webnovel.com/book/*","https://platform.openai.com/docs/*","docs.oracle.com","docs-cortex.paloaltonetworks.com","forum.m5stack.com/topic/*","community.m5stack.com/topic/*"],urlChangeDelay:0,_comment:"\u89E3\u51B3url\u53D8\u5316\u91CD\u590D\u7FFB\u8BD1\u95EE\u9898"},{id:"genuine",matches:"blog.genuine.com",excludeSelectors:["div.enlighter"]},{id:"chinadaily",matches:"www.chinadaily.com.cn",injectedCss:["a { height: unset !important; }","li { height: unset !important; }","div { height: unset !important; }",".immersive-translate-target-inner {color:black;}"],excludeSelectors:[".topNav",".topNav2_art > span",".topNav_art2 > .dropdown",".dibu-three",".topBar"]},{id:"braynzarsoft",matches:"www.braynzarsoft.net",selectors:["div#view-question-desc"]},{globalAttributes:{"#stimulus":{translate:"off",class:"stimulus"},"#stem":{translate:"off",class:"stem"}},id:"lawhub",matches:"https://lawhub.lsac.org/question/*"},{id:"yuque",matches:"https://www.yuque.com/*",excludeSelectors:[".lark-virtual-tree"]},{id:"bearblog",matches:"https://bearblog.dev/discover/*",excludeTags:["small"]},{id:"researchgate",matches:"www.researchgate.net",excludeSelectors:[".nova-legacy-v-publication-item__meta-data",".nova-legacy-v-publication-item__person-list",".js-authors-list"]},{id:"theatlantic",matches:["www.theatlantic.com","https://mashable.com/*"],"excludeSelectors.add":["footer:last-of-type","nav","header div.subtitle-2.w-full"],initialSelectorGlobalAttributes:{"footer:last-of-type":{translate:"no"},"nav:last-of-type":{translate:"no"},nav:{translate:"no"}}},{id:"youtrackJetbrains",matches:"youtrack.jetbrains.com/articles/*",selectors:["[role=presentation]","[data-test=article-content]"],excludeSelectors:[".toolbar__ee8"]},{id:"dw",matches:"www.dw.com",initialSelectorGlobalAttributes:{"footer:last-of-type":{translate:"no"},"nav:last-of-type":{translate:"no"},nav:{translate:"no"}},excludeSelectors:[".focus-menu-shown"]},{id:"sentry",matches:"docs.sentry.io",initialSelectorGlobalAttributes:{"footer:last-of-type":{translate:"no"},".navbar":{translate:"no"}},"extraInlineSelectors.add":[".term-wrapper","span.description"]},{id:"openai-blog",matches:"https://openai.com/blog/*","stayOriginalTags.remove":["CODE"]},{id:"urlComment",selectorMatches:["meta[name='generator'][content^='Discourse']"],urlChangeDelay:0,_comment:"\u89E3\u51B3url\u53D8\u5316\u4F46\u662F\u9875\u9762\u4E0D\u53D8\u7684\u95EE\u9898"},{id:"feedly",matches:"feedly.com",globalStyles:{".TitleOnlyLayout":"height:unset !important;",".EntrySummary--u4":"-webkit-line-clamp: unset;max-height:unset;",".EntrySummary--u5":"-webkit-line-clamp: unset;max-height:unset;"},excludeSelectors:[".Leftnav"]},{id:"bardGoogle",matches:"bard.google.com",excludeSelectors:["mat-sidenav","div.capabilities-disclaimer","#cdk-overlay-6","message-actions button",".mdc-button__label .ng-star-inserted",".mdc-list-item__primary-text"],isTranslateTitle:!1,"excludeTags.add":["mat-tooltip-component"],"excludeTags.remove":["BUTTON"]},{id:"whatsapp",matches:"web.whatsapp.com",selectors:[".copyable-text > span"],wrapperPrefix:` -`,wrapperSuffix:"
"},{id:"bing",matches:"https://*.bing.com/search*",extraInlineSelectors:["a","i"],globalStyles:{"[class*='lineclamp'],.b_title":"-webkit-line-clamp:unset;"}},{id:"yahoo",matches:"*.yahoo.*",excludeSelectors:["._ys_jiqava","#ybar-inner-wrap","#Col2-5-Rmp-Proxy"],extraBlockSelectors:[".SIPGg",".sc-kzMCTH.pSZXj"],globalStyles:{"#atomic .Mt\\(20px\\)":"margin-top: 100px;","[class*='LineClamp']":"-webkit-line-clamp:unset;max-height:unset;","a[class*='js-content-viewer']> div[class*='Td\\(n\\)']":"overflow: scroll;","[class*='_ys_24482e']":"-webkit-line-clamp:unset;","#Aside > :first-child":"overflow:scroll;"}},{id:"wsj",matches:"www.wsj.com",excludeSelectors:["header","footer","nav","[aria-label='Markets summary']"]},{id:"businessinsider",matches:"www.businessinsider.com",excludeSelectors:["header","nav","section.live-updates-module "]},{id:"goodreads",matches:"www.goodreads.com",excludeSelectors:[".badgeYear",".gr-mediaBox__desc",".bookVotedRow",".minirating","div[itemprop='aggregateRating']",".wtrButtonContainer",".RatingsHistogram__labelTitle",".FollowButton",".siteHeader__topLevelLink","#books > thead","td[class*='rating']","td[class*='shelves']","td[class*='date_read']","td[class*='date_added']","td[class*='actions']"]},{id:"feeder",matches:"https://feeder.co/*",globalStyles:{".item-summary":"-webkit-line-clamp:unset;"}},{id:"elektrotechnik",matches:"https://www.elektrotechnik.rwth-aachen.de/*",globalAttributes:{"[class='notranslate']":{class:""}}},{id:"nytimes",matches:"www.nytimes.com",excludeSelectors:["#app > div > div > header","#app > div > div > div > div > header","#in-story-masthead"],injectedCss:["a::after {position:relative!important;}"]},{id:"bugsKde",matches:"bugs.kde.org","excludeTags.remove":["svg","PRE"],additionalExcludeSelectors:[".bz_first_comment_head",".bz_comment_head",".related_actions"]},{id:"eastmoney",matches:"guba.eastmoney.com",searchEnhancementConfig:[{id:"eastmoney",urlMatch:"guba.eastmoney.com/news,us\\w+,\\w+.html",delayTime:0,selector:".moneyFlowContainer",selectorAction:"insertBefore",style:{container:"background:white;border:none;border-radius: 4px;box-shadow: 0 2px 4px hsla(216,5%,62%,.14);",source:"font-size:12px; margin-bottom: 0px;",keyword:"color:#294688",title:"font-size:14px;color:#294688;",enTitle:"margin-top:4px;font-size:12px;",searchTitle:"margin:4px 0 16px;position:relative;padding-right:24px;font-size: 16px;",time:"margin: 0px 0 16px;",more:"color:#294688;margin-top:8px;"},keyword:{value:"[0]$1 stock",matches:[{source:"url",matchRegex:"guba.eastmoney.com/news,us(\\w+?),\\S+.html"}]},showCount:8},{id:"eastmoney",urlMatch:"guba.eastmoney.com/list,us\\w+.*.html",delayTime:0,selector:".qualityContentContainer",selectorAction:"insertBefore",style:{container:"background:white;border:none;border-radius: 4px;box-shadow: 0 2px 4px hsla(216,5%,62%,.14);",source:"font-size:12px; margin-bottom: 0px;",keyword:"color:#294688",title:"font-size:14px;color:#294688;",enTitle:"margin-top:4px;font-size:12px;",searchTitle:"margin:4px 0 16px;position:relative;padding-right:24px;font-size: 16px;",time:"margin:0px 0 16px;",more:"color:#294688;margin-top:8px;"},keyword:{value:"[0]$1:[0]$2",matches:[{source:{type:"selector",attribute:"href"},matchRegex:"code=(\\w+)_(\\w+)",match:"a[href*='rank/stock?code=']"}]},showCount:8}]},{id:"xueqiu",matches:"xueqiu.com",searchEnhancementConfig:[{id:"xueqiu",urlMatch:"xueqiu.com/S/[a-zA-Z]+/?$",delayTime:0,selector:".container-side-sm.float-right.stock__side",selectorAction:"appendChild",style:{container:"background:white;border:none;border-radius: 4px;padding:0;",source:"font-size:12px; margin-bottom: 0px;",keyword:"color:#06c",title:"font-size:14px;color:#06c;",enTitle:"margin-top:4px;font-size:12px;",searchTitle:"margin:4px 0 16px;position:relative;padding-right:24px;font-size: 16px;font-weight: bold;",time:"margin:0px 0 16px;",more:"color:#06c;margin-top:8px;"},showCount:8,keyword:{value:"[0]$1",matches:[{source:{type:"selector",attribute:"text"},matchRegex:"\\((.+)\\)",match:".stock-name"}]}}]},{id:"laohu8",matches:"www.laohu8.com",searchEnhancementConfig:[{id:"laohu8",urlMatch:"www.laohu8.com/stock/[a-zA-Z]+/?$",delayTime:0,selector:".hot-stocks-root",selectorAction:"insertBefore",style:{container:"background:white;border:none;border-radius: 4px;box-shadow: 0 2px 4px hsla(216,5%,62%,.14);",source:"font-size:12px; margin-bottom: 0px;",title:"font-size:14px;color: #007bff;",enTitle:"margin-top:4px;color: #4d5156;font-size:12px;",searchTitle:"margin:4px 0 16px;position:relative;padding-right:24px;font-size: 16px;",time:"margin: 0px 0 16px;"},keyword:{value:"[0]$1 stock",matches:[{source:"url",matchRegex:"stock/([a-zA-Z]+)"}]},showCount:8}]},{id:"futunn",matches:"www.futunn.com",searchEnhancementConfig:[{id:"futunn",urlMatch:"www.futunn.com/stock/\\w+-US",delayTime:0,selector:".right",selectorAction:"appendChild",style:{container:"background:white;border:none;border-radius: 4px;box-shadow: 0 2px 4px hsla(216,5%,62%,.14);",source:"font-size:12px; margin-bottom: 4px;",title:"font-size:14px;color: #007bff;",enTitle:"margin-top:4px;color: #4d5156;font-size:12px;",searchTitle:"margin:4px 0 16px;position:relative;padding-right:24px;font-size: 16px;",time:"margin: 4px 0 20px;"},keyword:{value:"[0]$1 stock",matches:[{source:"url",matchRegex:"stock/([a-zA-Z]+)-US"}]},showCount:8}]},{id:"bmvrMarseille",matches:"www.bmvr.marseille.fr",globalStyles:{"a > div":"display:block;","[style*='358px;']":"width: 33.3333%; height: auto; padding: 0px; position: relative; margin: 0px;"},globalAttributes:{"#app":{class:""}}},{id:"piAi",matches:"pi.ai/talk",globalStyles:{"[class*='text-brand-green']":"flex-direction:column;"}},{id:"claudeAi",matches:"claude.ai",excludeSelectors:[".contents *"],"excludeTags.remove":["PRE"],injectedCss:"[data-testid='chat-menu-trigger'] br {display:none;}",aiRule:{messageWrapperSelector:".contents",messageContainerSelector:".ReactMarkdown",messageStreamEndSelector:".contents > button",streamingChange:!0,streamingDeepChild:!1,streamingDelayTime:1e3}},{id:"feishu",matches:["*.feishu.cn","*.larkoffice.com","*.larksuite.com"],"additionalExcludeSelectors.remove":[".notranslate","[translate=no]"],mutationObserverLimitTargetSelectors:[".maindocbody","div[class*='render']","div[class*='block']"],"excludeSelectors.add":[".catalogue__list"]},{id:"gitbook",selectorMatches:[".gitbook-root"],"additionalExcludeSelectors.remove":[".notranslate","[translate=no]"],"additionalExcludeSelectors.add":["[spellcheck='false']"]},{id:"mitre",matches:"cwe.mitre.org",globalStyles:{"span.list_entry":"height: unset;"}},{id:"kaggle",matches:"www.kaggle.com",excludeTags:["i","button"]},{id:"ieee",matches:"spectrum.ieee.org",extraBlockSelectors:["small"]},{id:"ieeexplore",matches:"ieeexplore.ieee.org",stayOriginalSelectors:["a[ref-type]",".inline-formula",".display-formula"]},{id:"cnn",matches:"*.cnn.com","excludeSelectors.add":[".ad-slot-header__wrapper","#pageFooter"],"bodyRule.add":{bodySelector:".layout__content-wrapper",articleSelector:".article__content-container"}},{id:"marginalrevolution",matches:"marginalrevolution.com",globalAttributes:{header:{translate:"unset;"}}},{id:"highfrequencyelectronics",matches:"www.highfrequencyelectronics.com",globalStyles:{"#main-content":"overflow:unset;"}},{id:"githubBlog",matches:"github.blog",globalStyles:{".font-mktg":"word-break:normal;"}},{id:"semanticscholar",matches:"www.semanticscholar.org",selectors:[".cl-paper-title",".cl-paper-abstract",".tldr-abstract-replacement",".text-truncator",".paper-detail-title"]},{id:"uni-trier",matches:"dblp.uni-trier.de",selectors:["h1","h2",".title",".external","dd p"],excludeSelectors:[".side-column"]},{id:"bilibili",matches:"www.bilibili.com","excludeSelectors.add":[".bpx-player-subtitle-panel-text"],"subtitleRule.add":{type:"bilibili",subtitleUrlRegExp:"aisubtitle.hdslb.com/bfs",loadingContainerSelector:".bpx-player-subtitle-panel"}},{id:"time",matches:"time.com",excludeSelectors:[".date-and-duration"],globalStyles:{".headline":"-webkit-line-clamp:unset;overflow:unset;height:unset;",h3:"-webkit-line-clamp:unset;overflow:unset;",p:"-webkit-line-clamp:unset;overflow:unset;"}},{id:"docs-swift",matches:"docs.swift.org",selectors:[".content","#menu"]},{id:"uzh",matches:"www.uzh.ch",injectedCss:[".TextImage--inner {overflow:auto !important;}"]},{id:"mail-yandex",matches:"mail.yandex.com",selectors:["article",".Text_color_primary",".mail-MessageSnippet-Item_subject"],globalStyles:{".mail-MessageSnippet":"height: unset; line-height:unset;",".immersive-translate-target-translation-block-wrapper":"margin:unset;"}},{id:"forums.zotero",matches:"forums.zotero.org",selectors:[".page-sidebar",".page-content"]},{id:"pubmed.ncbi.nlm.nih.gov",matches:"pubmed.ncbi.nlm.nih.gov",urlChangeDelay:0,excludeSelectors:[".docsum-journal-citation",".citation-part",".docsum-authors",".top-wrapper",".article-source",".citation-doi",".identifiers",".cite",".share",".arrow-link"],globalAttributes:{"#Scholarscope_HighlightContent":{class:""},"#Scholarscope_HighlightOrigin":{class:"Scholarscope_HighlightContents"}},mutationExcludeContainsSelectors:["#Scholarscope_HighlightContent highlight"],mutationExcludeSelectors:["#Scholarscope_HighlightContent","#Scholarscope_HighlightContent span"],injectedCss:["#Scholarscope_HighlightOrigin > p font,#Scholarscope_HighlightContent > p font {display: inline!important;}","#Scholarscope_HighlightOrigin > p font br,#Scholarscope_HighlightContent > p font br {display: none!important;}"]},{id:"chosun",matches:"www.chosun.com",injectedCss:"body {word-break: unset!important;}"},{id:"yna",matches:"*.yna*",injectedCss:["font > br {display:none}"],globalStyles:{"a,strong":"max-height:unset;-webkit-line-clamp:unset;height:unset;white-space:unset;","div,p,li,.item-box01,.news-con":"height:unset;max-height:unset;-webkit-line-clamp:unset;"},"additionalExcludeSelectors.remove":[".notranslate","[translate=no]"]},{id:"cnet",matches:"www.cnet.com",globalStyles:{"h3,div,span,p":"max-height:unset;-webkit-line-clamp:unset;height:unset;white-space:unset;"}},{id:"dolmods",matches:"dolmods.net",globalStyles:{"[class*='max-h']":"max-height:unset!important;"}},{id:"digitimes",matches:"www.digitimes.com",globalStyles:{"a,.title,.abstract,.display-5,.top":"max-height:unset;-webkit-line-clamp:unset;height:unset;white-space:unset;"},"excludeSelectors.add":[".main-nav-frame",".sub-header-wrapper",".footer",".date"],"additionalExcludeSelectors.remove":[".notranslate","[translate=no]"]},{id:"vdi-nachrichten",matches:"www.vdi-nachrichten.com","excludeSelectors.add":[".header-menu__item > a",".linkbar__item",".header__button-group"]},{id:"htdp",matches:"htdp.org",excludeTags:["blockquote"],stayOriginalSelectors:[".RktIn"]},{id:"newsletterss",matches:"newsletterss.com",initialGlobalAttributes:{iframe:{scrolling:"auto"}}},{id:"docusaurus",selectorMatches:["#__docusaurus"],"excludeSelectors.add":["aside",".DocSearch-Modal"]},{id:"mercari",matches:"*.mercari.com","excludeTags.remove":["PRE"]},{id:"qqMail",matches:"mail.qq.com",useIframePostMessage:!1},{id:"nikkei",matches:"www.nikkei.com",globalStyles:{"h3,div,span,p":"max-height:unset;-webkit-line-clamp:unset;height:unset;white-space:unset;"}},{id:"pubs.rsc.org",matches:"pubs.rsc.org",excludeSelectors:[".eqn"]},{id:"indeed",matches:"*.indeed.com",globalStyles:{"span,.css-19rjr9w.e1wnkr790":"max-height:unset;-webkit-line-clamp:unset;height:unset;white-space:unset;"},"excludeTags.remove":["BUTTON"]},{id:"brutalist",matches:"brutalist.report",selectors:["li > a:first-child","aside","nav > a","h1 > a","h3 > a","h2 >a"],"additionalExcludeSelectors.remove":[".notranslate","[translate=no]"]},{id:"maxroll",matches:["maxroll.gg"],extraInlineSelectors:[".d4t-sprite-icon",".d4t-icon"],injectedCss:["font {font-family: sans-serif !important;}"]},{id:"microsoftTeams",matches:["teams.live.com"],"stayOriginalSelectors.add":["span[title][style='min-width: 20px; height: 20px;']"]},{id:"gradioappdocs",matches:"www.gradio.app/docs/*",selectors:["div.obj"],excludeSelectors:["div#examples"]},{id:"arca",matches:"arca.live","excludeTags.remove":["PRE"]},{id:"chatpdf",matches:["www.chatpdf.com"],"additionalExcludeSelectors.remove":[".notranslate"],excludeSelectors:[".chat-message-row.ai *",".pdf-viewer"],aiRule:{streamingSelector:"",messageWrapperSelector:".chat-message-row.ai",streamingChange:!1,streamingDeepChild:!0,streamingDelayTime:1e3}},{id:"inciteful",matches:["inciteful.xyz"],"excludeTags.remove":["BUTTON"]},{id:"app.element.io",matches:["app.element.io"],"additionalExcludeSelectors.remove":[".notranslate"],"excludeSelectors.add":[".mx_DisambiguatedProfile",".mx_ReplyChain_wrapper",".mx_ThreadSummary_replies_amount"]},{id:"fastapi.tiangolo.com",matches:"fastapi.tiangolo.com",selectors:["article"]},{id:"termynal",selectorMatches:["link[href*='termynal.css']"],"stayOriginalSelectors.add":[".termy"]},{id:"cpb-nl",matches:["www.cpb.nl"],"bodyRule.add":{enable:!1}},{id:"hub.logseq",matches:["hub.logseq.com"],globalStyles:{"[class*=':h-[']":"height:unset;"}},{id:"chat.zalo",matches:["chat.zalo.me"],"additionalExcludeSelectors.remove":[".notranslate"],inputExecCommandDeleteEnable:!0,"inputConfig.add":{execCommandDeleteEnable:!0}},{id:"epam",matches:"*.epam.com",globalStyles:{"[class*='ContentAnchorLinkList']":"word-break:unset;"},"excludeSelectors.add":["#blog-page-sidebar-wrapper"],"excludeTags.remove":["BUTTON"]},{id:"discussions.apple",matches:"discussions.apple.com","excludeSelectors.add":[".page-number"]},{id:"www.sixthtone.com",matches:["www.sixthtone.com"],"excludeSelectors.add":["#footer","[class^=index_time]","[class^=index_anthorList]","[class^=index_node]","[class^=index_popupWrapper]"]},{id:"forum.unity",matches:["forum.unity.com"],"excludeSelectors.add":[".bbCodeCode"]},{id:"wattpad",matches:["www.wattpad.com"],"excludeTags.remove":["PRE"],globalAttributes:{header:{translate:"unset;"}},globalStyles:{".story-info .item-description":"overflow: scroll;"}},{id:"netflix",matches:["www.netflix.com"],"excludeSelectors.add":[".player-timedtext"],"mutationExcludeSelectors.add":[".player-timedtext *"],"subtitleRule.add":{type:"netflix",loadingContainerSelector:".watch-video",subtitleUrlRegExp:"^https://.+?.oca.nflxvideo.net/\\?([ovet]=[^=]+){4}$",loadingStyle:"bottom: 15%;",quickButtonRule:{appendSelector:'[data-uia="control-next"]',insertBeforeSelector:'[data-uia="control-next"]',injectCSS:".imt-quick-subtitle-button {height: 60%; margin-right: 50px; font-size: 20px; } .logo,.logo svg { height: 36px; width: 36px} .label { display: none; } .imt-quick-subtitle-pop-content {transform: translateX(50%); right: 0}"},videoSelector:"video",attachRule:{appendSelector:".watch-video",injectedCSS:[".imt-caption-window {margin-bottom: 0px; bottom: 10vw;}"],injectedGlobalCSS:[".player-timedtext {display: none !important; }"]}}},{id:"udemy",matches:["www.udemy.com"],"excludeSelectors.add":["[data-purpose='captions-cue-text']",".shaka-text-container"],"mutationExcludeSelectors.add":["[data-purpose='captions-cue-text'] *",".shaka-text-container *"],"subtitleRule.add":{type:"udemy",subtitleUrlRegExp:"^https://vtt.*\\.udemycdn\\.com/.*\\.vtt",videoPlayerSelector:"video.shaka-video",humanTrust:85,loadingContainerSelector:".shaka-video-container",loadingStyle:"bottom: 15%;",injectedCss:["[class^='well--text'] {white-space: pre;}"],quickButtonRule:{appendSelector:'[data-purpose="video-controls"]'}},"subtitleRule.add_v.[1.4.1]":{hookType:"fetch|xhr"}},{id:"iview",matches:"iview.abc.net.au",excludeSelectors:[".jwplayer"],"mutationExcludeSelectors.add":[".jwplayer *"],"subtitleRule.add":{type:"webvtt",subtitleUrlRegExp:"/cc/.*\\.(vtt|webvtt)$",loadingContainerSelector:".jwplayer",quickButtonRule:{appendSelector:".jw-reset.jw-button-container",insertBeforeSelector:".jw-settings-submenu-button",injectCSS:".imt-quick-subtitle-pop-content {z-index: 999999;}"}}},{id:"nmaart",matches:"www.nma.art",excludeSelectors:[".video-container"],"mutationExcludeSelectors.add":[".video-container *"],"subtitleRule.add":{type:"webvtt",subtitleUrlRegExp:"/texttrack/.*\\.(vtt|webvtt)",loadingContainerSelector:".video-container",quickButtonRule:{appendSelector:".vjs-control-bar",insertBeforeSelector:".vjs-playback-rate"}}},{id:"apple",matches:"developer.apple.com",excludeSelectors:[".developer-video-player"],"mutationExcludeSelectors.add":[".developer-video-player *"],"subtitleRule.add":{type:"webvtt",subtitleUrlRegExp:"\\.(vtt|webvtt)"}},{id:"khanacademy",matches:["www.khanacademy.org"],"subtitleRule.add":{type:"khanacademy",subtitleUrlRegExp:"GetSubtitles",hookType:"fetch"},"stayOriginalSelectors.add":[".mathjax-wrapper"]},{id:"nebula",matches:["nebula.tv"],"excludeSelectors.add":["[data-subtitles-container='true']"],"mutationExcludeSelectors.add":["[data-subtitles-container='true'] *"],"subtitleRule.add":{type:"webvtt",subtitleUrlRegExp:"\\.vtt$",loadingContainerSelector:".video-poster",quickButtonRule:{appendSelector:".icon-spacing.css-4yh7a0",insertBeforeSelector:"#subtitles-toggle-button",ccEnableSelector:"#subtitles-toggle-button"}}},{id:"frontendmasters",matches:["frontendmasters.com"],"excludeSelectors.add":[".vjs-text-track-display"],"mutationExcludeSelectors.add":[".vjs-text-track-display *"],"subtitleRule.add":{type:"webvtt",subtitleUrlRegExp:".vtt$",loadingContainerSelector:".vjs-text-track-display",injectedCss:["#immersive-translate-quick-button-container {order: 2} .imt-quick-subtitle-pop-content {z-index: 2147483647}"],quickButtonRule:{appendSelector:".vjs-control-bar"},videoSelector:".PromoPlayer video",attachRule:{appendSelector:".video-js",injectedGlobalCSS:".vjs-text-track-display {display: none;}"}}},{id:"udacity",matches:["*.udacity.com"],"excludeSelectors.add":[".vjs-text-track-display"],"mutationExcludeSelectors.add":[".vjs-text-track-display *"],"subtitleRule.add":{type:"webvtt",subtitleUrlRegExp:".vtt$",loadingContainerSelector:".vjs-text-track-display"}},{id:"skillshare",matches:["www.skillshare.com"],"excludeSelectors.add":[".vjs-text-track-display"],"mutationExcludeSelectors.add":[".vjs-text-track-display *"],"subtitleRule.add":{type:"webvtt",subtitleUrlRegExp:"\\.vtt\\?",loadingContainerSelector:".vjs-text-track-display",injectedCss:["#immersive-translate-quick-button-container {order: 13}"],quickButtonRule:{appendSelector:".vjs-control-bar",insertBeforeSelector:".vjs-volume-panel",injectCSS:" .label { display: none; } .imt-quick-subtitle-pop-content {transform: translateX(43%); right: 0; z-index: 2147483647 } "}}},{id:"domestika",matches:["www.domestika.org"],"excludeSelectors.add":[".vjs-text-track-display"],"mutationExcludeSelectors.add":[".vjs-text-track-display *"],"subtitleRule.add":{type:"webvtt",subtitleUrlRegExp:".*subtitles.*\\.vtt",quickButtonRule:{appendSelector:".controlBar-wrapper .right-wrapper",insertBeforeSelector:".vjs-volume-panel"}}},{id:"hbomax",matches:["play.max.com","play.hbomax.com"],"excludeSelectors.add":["[data-testid='playerContainer']","[data-testid='CueBoxContainer']"],"mutationExcludeSelectors.add":["[data-testid='playerContainer'] *","[data-testid='CueBoxContainer'] *"],"subtitleRule.add":{type:"webvtt",subtitleUrlRegExp:"\\.vtt$",loadingContainerSelector:"[data-testid='playerContainer']"}},{id:"mindvalley",matches:["home.mindvalley.com"],"excludeSelectors.add":[".vjs-text-track-display"],"mutationExcludeSelectors.add":[".vjs-text-track-display *"],"subtitleRule.add":{type:"webvtt",subtitleUrlRegExp:"\\.webvtt$",loadingContainerSelector:".vjs-text-track-display",injectedCss:["#immersive-translate-quick-button-container {order: 6}"],quickButtonRule:{appendSelector:'[data-testid="video-section"] .vjs-control-bar',insertBeforeSelector:'[data-testid="video-section"] .vjs-volume-panel',injectCSS:".imt-quick-subtitle-pop-content {z-index: 999999;}"}}},{id:"masterclass",matches:["www.masterclass.com","learn.microsoft.com"],"excludeSelectors.add":[".vjs-text-track-display"],"mutationExcludeSelectors.add":[".vjs-text-track-display *"],"subtitleRule.add":{type:"webvtt",subtitleUrlRegExp:"\\.vtt",loadingContainerSelector:".vjs-text-track-display",quickButtonRule:{appendSelector:".vjs-control-bar",insertBeforeSelector:".vjs-playback-rate"}}},{id:"viu",matches:["www.viu.com"],"excludeSelectors.add":[".bmpui-ui-viu-subtitle-overlay"],"mutationExcludeSelectors.add":[".bmpui-ui-viu-subtitle-overlay *"],"subtitleRule.add":{type:"webvtt",hookType:"xhr",subtitleUrlRegExp:"https?://[^/]+\\.cloudfront\\.net/[^/]+/[^/]+$",loadingContainerSelector:".bmpui-container-wrapper",loadingStyle:"bottom: 20%;",injectedCss:[".bmpui-controls-hidden #immersive-translate-quick-button-container {display: none;}"],quickButtonRule:{appendSelector:".bmpui-ui-container.bmpui-ui-viu-subtitle > .bmpui-container-wrapper",injectCSS:".imt-quick-subtitle-button {margin-bottom: 8px}"}}},{id:"linkin",matches:"*.linkedin.com","excludeSelectors.add":[".vjs-text-track-display"],"mutationExcludeSelectors.add":[".vjs-text-track-display *"],"subtitleRule.add":{type:"webvtt",subtitleUrlRegExp:".*ambry/\\?x-li-ambry-ep=.*",hookType:"xhr",loadingContainerSelector:".video-player-container",quickButtonRule:{appendSelector:".vjs-control-bar",insertBeforeSelector:".vjs-captions-toggle"}}},{id:"kanopy",matches:"*.kanopy.com","excludeSelectors.add":[".vjs-text-track-display"],"mutationExcludeSelectors.add":[".vjs-text-track-display *"],"subtitleRule.add":{type:"webvtt",subtitleUrlRegExp:".*captioncache/webvtt.*",hookType:"xhr",loadingContainerSelector:".video-player-container",injectedCss:["#immersive-translate-quick-button-container{height: 40px;display: flex;align-items: center;align-self: flex-end;}"],quickButtonRule:{appendSelector:".vjs-control-bar",insertBeforeSelector:".vjs-caption-control"}}},{id:"iflix",matches:["www.iflix.com","wetv.vip"],"excludeSelectors.add":[".text-track"],"mutationExcludeSelectors.add":[".player-wrapper *"],"subtitleRule.add":{type:"webvtt",subtitleUrlRegExp:"\\.vtt",hookType:"xhr",loadingContainerSelector:"#player-wrapper",loadingStyle:"bottom: 18%;",quickButtonRule:{appendSelector:'[data-role="wetv-ctrlbar-right"]',insertBeforeSelector:'[data-role="wetv-player-definition"]'}}},{id:"imdb",matches:"www.imdb.com","excludeSelectors.add":[".jw-text-track-container"],"mutationExcludeSelectors.add":[".jw-text-track-container *"],"subtitleRule.add":{type:"webvtt",subtitleUrlRegExp:"\\.srt$",loadingContainerSelector:"#imdbnext-vp-jw-single",quickButtonRule:{appendSelector:".jw-reset.jw-button-container",insertBeforeSelector:'[button="ttt-button"]'}}},{id:"itv",matches:["www.itv.com"],"subtitleRule.add":{type:"text_track",videoPlayerSelector:".genie-video",loadingContainerSelector:".genie-container",loadingStyle:"bottom: unset; top: 5%;",quickButtonRule:{appendSelector:".control-bar_right-child-container",insertBeforeSelector:".controls-toggle_button--fullscreen"}}},{id:"egghead",matches:["egghead.io"],"subtitleRule.add":{type:"text_track",videoPlayerSelector:".cueplayer-react-video",loadingContainerSelector:".cueplayer-react-video-holder",loadingStyle:"bottom: unset; top: 5%;",quickButtonRule:{appendSelector:".cueplayer-react-control-bar-right-part",insertBeforeSelector:".cueplayer-react-closed-caption"}}},{id:"coursera",matches:["www.coursera.org"],"subtitleRule.add":{type:"text_track",videoPlayerSelector:".vjs-tech",loadingContainerSelector:".rc-VideoControlsContainer",loadingStyle:"bottom: unset; top: 5%;",quickButtonRule:{appendSelector:'[role="presentation"] > .rc-ControlBar > .icon-container'}}},{id:"ocrtraining",matches:["ocrtraining.cit.nih.gov","videocast.nih.gov"],"excludeSelectors.add":["#videocastPlayer"],"mutationExcludeSelectors.add":["#videocastPlayer *"],"subtitleRule.add":{type:"webvtt",subtitleUrlRegExp:"\\.srt$",loadingContainerSelector:"#videocastPlayer"}},{id:"espn",matches:["*.espn.com"],mainFrameMinTextCount:0,"excludeSelectors.add":["#fittPageContainer"],"mutationExcludeSelectors.add":["#fittPageContainer *"],"subtitleRule.add":{type:"webvtt",subtitleUrlRegExp:"\\.vtt$",injectedCss:["#immersive-translate-quick-button-container{margin-top:16px;}",".vjs-text-track-display > div >div {font:unset!important;}"],quickButtonRule:{appendSelector:".vjs-control-bar",insertBeforeSelector:".vjs-captions-button"}}},{id:"fmoviesz",matches:["fmoviesz.to","vidplay.online","c8365730d4.nl"],"excludeSelectors.add":["#player"],"mutationExcludeSelectors.add":["#player *"],"subtitleRule.add":{type:"multi_attach_vtt",subtitleUrlRegExp:"subtitle/.*\\.vtt$",quickButtonRule:{appendSelector:".jw-button-container",insertBeforeSelector:".jw-icon-cc"},activeLangSelector:"#jw-player-settings-submenu-captions .jw-settings-submenu-items .jw-settings-item-active",videoSelector:"video",attachRule:{appendSelector:"#player",injectedGlobalCSS:[".jw-text-track-container {display: none;}","@media (min-width: 576px) { video::cue {opacity: 0} }"]}}},{id:"aniwatch",matches:["megacloud.tv","aniwatch.to"],"excludeSelectors.add":[".jw-wrapper"],"mutationExcludeSelectors.add":[".jw-wrapper *"],"subtitleRule.add":{type:"multi_attach_vtt",subtitleUrlRegExp:"^(?!.*sprite\\.vtt$).*\\.vtt$",quickButtonRule:{appendSelector:".jw-button-container",insertBeforeSelector:".jw-icon-cc"},activeLangSelector:"#jw-player-settings-submenu-captions .jw-settings-submenu-items .jw-settings-item-active",videoSelector:"video",attachRule:{appendSelector:".jw-wrapper",injectedGlobalCSS:[".jw-text-track-container {display: none;}","@media (min-width: 576px) { video::cue {opacity: 0} }"]}}},{id:"rottentomatoes",matches:["*.rottentomatoes.com"],"excludeSelectors.add":[".jw-wrapper"],"mutationExcludeSelectors.add":[".jw-wrapper *"],"subtitleRule.add":{type:"webvtt",subtitleUrlRegExp:"\\.vtt$",quickButtonRule:{appendSelector:".jw-button-container",insertBeforeSelector:".jw-icon-cc"}}},{id:"dailymotion",matches:["*.dailymotion.com"],"excludeSelectors.add":[".player"],"mutationExcludeSelectors.add":[".player *"],mainFrameMinTextCount:0,"subtitleRule.add":{type:"subsrt",subsrtFormat:"srt",loadingContainerSelector:".player",subtitleUrlRegExp:"/video/.*\\.srt",quickButtonRule:{appendSelector:".controls_bottom_right",insertBeforeSelector:".subtitles_toggle_button"}}},{id:"movie-web",matches:["movie-web.app/media*"],"excludeSelectors.add":["#root"],"mutationExcludeSelectors.add":["#root *"],"subtitleRule.add":{type:"subsrt",hookType:"fetch",subsrtFormat:"vtt",loadingContainerSelector:".relative.h-screen.overflow-hidden",subtitleUrlRegExp:".*\\.vtt",quickButtonRule:{appendSelector:".hidden.justify-between .flex.items-center.space-x-3"}}},{id:"deeplearning",matches:["learn.deeplearning.ai"],"excludeSelectors.add":['[data-layout="video"]'],"mutationExcludeSelectors.add":['[data-layout="video"] *'],"subtitleRule.add":{type:"subsrt",subsrtFormat:"vtt",loadingContainerSelector:'[data-layout="video"]',subtitleUrlRegExp:".*\\.vtt",quickButtonRule:{appendSelector:".vds-controls-group:last-child",insertBeforeSelector:".vds-caption-button"}}},{id:"paramountplus",matches:["*.paramountplus.com"],"excludeSelectors.add":[".aa-player-skin"],"mutationExcludeSelectors.add":[".aa-player-skin *"],"subtitleRule.add":{type:"text_track_dynamic",injectedCss:[".tt-container {white-space: pre-line;}",".timed-text-css-box-inner {display: none!important;}",".timed-text-css-box-inner:last-child {display: block!important;}"],videoPlayerSelector:"video",quickButtonRule:{appendSelector:".top-menu-container"}}},{id:"pluto",matches:["pluto.tv"],"excludeSelectors.add":[".video-player-layout"],"mutationExcludeSelectors.add":[".video-player-layout *"],"subtitleRule.add":{type:"text_track_dynamic",videoPlayerSelector:"video",quickButtonRule:{appendSelector:".endControls-0-2-85"}}},{id:"vimeo",matches:["vimeo.com"],"excludeSelectors.add":[".vp-captions"],"mutationExcludeSelectors.add":[".vp-captions *"],"subtitleRule.add":{type:"text_track",videoPlayerSelector:"video",loadingContainerSelector:".player_container",loadingStyle:"bottom: unset; top: 5%;",injectedCss:["#immersive-translateQuickButton {visibility: inherit!important;}"],quickButtonRule:{appendSelector:'[data-control-bar="true"] > div',insertBeforeSelector:'[data-volume-control-container="true"]',ccEnableSelector:'[data-cc-button="true"]',injectCSS:".imt-quick-subtitle-button {margin-right: 0px; font-size: 12px;} .logo,.logo svg { height: 18px !important; width: 18px !important;} .imt-quick-subtitle-pop-content {bottom: 28px !important;}"}}},{id:"ted",matches:["www.ted.com"],"excludeSelectors.add":["#video"],"mutationExcludeSelectors.add":["#video *"],"subtitleRule.add":{type:"webvtt",hookType:"fetch",subtitleUrlRegExp:"\\.vtt",videoPlayerSelector:"video",loadingContainerSelector:"media-controller",quickButtonRule:{appendSelector:".pointer-events-none #media-control-bar",insertBeforeSelector:".pointer-events-none .media-volume-wrapper"}}},{id:"player.vimeo",matches:["https://player.vimeo.com/video/*","laracasts.com"],selectorMatches:["iframe[src*='player.vimeo.com']"],extraBlockSelectors:["span.vp-captions-line","span[class^=CaptionsRenderer_]"],"excludeSelectors.add":[".vp-captions-line"],"mutationExcludeSelectors.add":[".vp-captions *",".vp-captions-line *"],"subtitleRule.add":{type:"text_track",videoPlayerSelector:"video",loadingContainerSelector:".vp-telecine",loadingStyle:"bottom: unset; top: 5%; font-size: 12px;",injectedCss:["#immersive-translateQuickButton {visibility: inherit!important;}"],quickButtonRule:{appendSelector:'[data-control-bar="true"] > div',insertBeforeSelector:'[data-volume-control-container="true"]',ccEnableSelector:'[data-cc-button="true"]',injectCSS:".imt-quick-subtitle-button {margin-right: 0px; font-size: 12px;} .logo,.logo svg { height: 18px !important; width: 18px !important;} .imt-quick-subtitle-pop-content {bottom: 28px !important;}"}}},{id:"tv.adobe",matches:"https://*.tv.adobe.com","excludeSelectors.add":[".mpc-player"],"mutationExcludeSelectors.add":[".mpc-player *"],"subtitleRule.add":{type:"text_track",videoPlayerSelector:"video",loadingContainerSelector:".mpc-player",quickButtonRule:{appendSelector:".mpc-controls__container"}}},{id:"threejs-journey",matches:"threejs-journey.com","excludeSelectors.add":[".video-area"],"mutationExcludeSelectors.add":[".video-area *"],"subtitleRule.add":{type:"text_track",videoPlayerSelector:"video",loadingContainerSelector:".video-area",injectedCss:[".js-tracks-text.tracks-text {white-space: pre;}"],quickButtonRule:{appendSelector:".js-controls .right",insertBeforeSelector:".js-subtitles",injectCSS:".imt-quick-subtitle-button { font-size: 12px;} .logo,.logo svg { height: 18px !important; width: 18px !important;} .imt-quick-subtitle-pop-content {bottom: 38px !important;}"}}},{id:"codewithchris",matches:["learn.codewithchris.com","*.rachelsenglishacademy.com","www.unrealsenseiacademy.com"],"excludeSelectors.add":[".w-captions",".w-captions-line > div > span"],"mutationExcludeSelectors.add":[".w-captions *"],"subtitleRule.add":{type:"general",subtitleUrlRegExp:"/embed/captions/",loadingContainerSelector:".w-ui-container",hookType:"fetch",generalSetting:{captionsPath:"captions",itemsPath:"hash.lines",textKey:"text"}}},{id:"panopto",matches:["southampton.cloud.panopto.eu"],"excludeSelectors.add":[".primaryPlayer"],"mutationExcludeSelectors.add":[".primaryPlayer *"],"subtitleRule.add":{type:"general",subtitleUrlRegExp:"DeliveryInfo.aspx",disableSubsCache:!0,loadingContainerSelector:"#primaryPlayer",hookType:"fetch",generalSetting:{textKey:"Caption"},quickButtonRule:{appendSelector:"#transportControls",insertBeforeSelector:"#captionsButton"}}},{id:"edx",matches:["*.edx.org"],"excludeSelectors.add":[".closed-captions",".subtitles-menu"],mainFrameMinTextCount:0,"subtitleRule.add":{type:"general",subtitleUrlRegExp:"/transcript/translation/",loadingContainerSelector:".tc-wrapper",generalSetting:{itemsPath:"text"},injectedCss:[".subtitles-menu span,.closed-captions {white-space: pre-line;}","#immersive-translate-quick-button-container {display: inline-block; vertical-align: middle;}"],quickButtonRule:{appendSelector:".secondary-controls",insertBeforeSelector:".speeds.menu-container"}}},{id:"ardmediathek",matches:["www.ardmediathek.*"],"excludeSelectors.add":[".ardplayer-viewport-addon-overlays"],"mutationExcludeSelectors.add":[".ardplayer-viewport-addon-overlays *"],"subtitleRule.add":{type:"ebutt",hookType:"fetch",subtitleUrlRegExp:"subtitle/ebutt",loadingContainerSelector:".ardplayer-viewport-addon-overlays",quickButtonRule:{appendSelector:".ardplayer-footer .ardplayer-addons-container",insertBeforeSelector:".ardplayer-footer .ardplayer-button-sharing",injectCSS:".imt-quick-subtitle-button {font-size: 20px; } .logo,.logo svg { height: 36px !important; width: 36px !important;} .imt-quick-subtitle-pop-content {z-index: 2147483647;} "}}},{id:"bbc-iplayer",matches:["https://www.bbc.*/iplayer*"],"excludeSelectors.add":[".player"],"mutationExcludeSelectors.add":[".player *"],"subtitleRule.add":{type:"ebutt",hookType:"fetch",subtitleUrlRegExp:"iplayer/subtitles/.*.xml",loadingContainerSelector:".player__container"}},{id:"bbc",matches:["*.bbc.*"],"excludeSelectors.add":["section.module--languages",".drop-capped",".smp-toucan-player","smp-subtitles","#subtitle_subtitle2"],"mutationExcludeSelectors.add":["[data-testid='media-player-container-landscape'] *"],"subtitleRule.add":{type:"ebutt",hookType:"fetch",subtitleUrlRegExp:"iplayer/subtitles/.*.xml",loadingContainerSelector:".smp-toucan-player"}},{id:"zdf.de",matches:["www.zdf.de"],"excludeSelectors.add":[".zdfplayer-cue-region"],"subtitleRule.add":{type:"ebutt",subtitleUrlRegExp:"mtt/.*.xml",loadingContainerSelector:".zdfplayer-video-container",responseType:"document",injectedCss:["#immersive-translate-quick-button-container {display:inline-block;vertical-align:middle;margin-right:-16px;}"],quickButtonRule:{appendSelector:".right-controls-1FfJUp.svelte-inzdbf",insertBeforeSelector:".right-controls-1FfJUp.svelte-inzdbf button"}}},{id:"piped.video",matches:"piped.video","subtitleRule.add":{type:"ebutt",hookType:"fetch",subtitleUrlRegExp:"api/timedtext",loadingContainerSelector:".shaka-video-container",responseType:"document",quickButtonRule:{appendSelector:".shaka-controls-button-panel",insertBeforeSelector:".shaka-mute-button"}}},{id:"disneyplus",matches:["www.disneyplus.com"],"excludeSelectors.add":[".dss-hls-subtitle-overlay"],"mutationExcludeSelectors.add":[".dss-hls-subtitle-overlay *"],"subtitleRule.add":{type:"disneyplus",subtitleUrlRegExp:"\\.vtt$"}},{id:"mubi",matches:["https://mubi.com","https://mubi.de"],"subtitleRule.add":{type:"fmp4.xml",subtitleUrlRegExp:"textstream",hookType:"fetch",quickButtonRule:{appendSelector:".css-1k6yql2.e1b63bld4",insertBeforeSelector:".css-1ce7rqp.e7f2hfl0"}}},{id:"hulu",matches:"https://*.hulu.com","subtitleRule.add":{type:"hulu",hookType:"fetch",injectedCss:[".ClosedCaption {display:none!important;}"],videoSelector:"#content-video-player",subtitleUrlRegExp:"play.hulu.com/.*/playlist",loadingContainerSelector:"#web-player-app",quickButtonRule:{appendSelector:".PlayerSettingsGroup",insertBeforeSelector:".PlayerSettingsGroup .PlayerControlsButton"}}},{id:"youku.tv",matches:"www.youku.tv","excludeSelectors.add":["#subtitle"],"mutationExcludeSelectors.add":["#subtitle *"],"subtitleRule.add":{type:"subsrt",hookType:"fetch",injectedCss:["#immersive-translate-quick-button-container {display: inline-block; vertical-align: middle;}"],subtitleUrlRegExp:"\\.ass$",subsrtFormat:"ass",loadingContainerSelector:"#youku-dashboard",loadingStyle:"bottom: 10%;",quickButtonRule:{appendSelector:".kui-dashboard-dashboard-panel .kui-dashboard-rear-ctn",insertBeforeSelector:".kui-rate-control-0"}}},{id:"starz",matches:"www.starz.com","excludeSelectors.add":["starz-player"],"mutationExcludeSelectors.add":["starz-player *"],"subtitleRule.add":{type:"subsrt",subsrtFormat:"vtt",subtitleUrlRegExp:"\\.vtt$",loadingContainerSelector:"starz-player",loadingStyle:"bottom: 10%;",injectedCss:["#immersive-translate-quick-button-container {display: inline-block;}"],quickButtonRule:{appendSelector:"starz-player .button-group",insertBeforeSelector:"starz-player .button-group .video-player-icon-md"}}},{id:"www.iq.com",matches:"www.iq.com","excludeSelectors.add":[".iqp-subtitle"],"mutationExcludeSelectors.add":[".iqp-subtitle *"],"subtitleRule.add":{type:"xml",subtitleUrlRegExp:"\\.xml\\?",loadingContainerSelector:".intl-video-area",xmlTextSelector:"sub",loadingStyle:"bottom: 10%;",injectedCss:["#immersive-translate-quick-button-container {float: right; height: 100%;}"],quickButtonRule:{appendSelector:".iqp-contrls-right"}}},{id:"archiveToday",matches:["archive.today","archive.ph","archive.is","archive.md"],"excludeSelectors.add":["#HEADER"]},{id:"arxiv-vanity.com",matches:["www.arxiv-vanity.com"],"excludeSelectors.add":[".arxiv-vanity-wrapper"]},{id:"fibery",matches:["the.fibery.io"],"additionalExcludeSelectors.remove":["[translate=no]"],"additionalStayOriginalSelectors.add":[".entity-node-view-container"]},{id:"makersuite.google",matches:"makersuite.google.com","excludeSelectors.add":[".material-symbols-outlined"]},{id:"etymonline",matches:"www.etymonline.com",globalAttributes:{".crossreference.notranslate":{class:"crossreference"},".foreign.notranslate":{class:"foreign"}}},{id:"https://browse.arxiv.org/",matches:["https://browse.arxiv.org","https://arxiv.org/html/*"],"excludeSelectors.add":[".desktop_header","[class*='ltx_lst_language_']","div.package-alerts"]},{id:"jstor",matches:"www.jstor.org","excludeSelectors.add":[".audio-duration","[data-qa='card-item-count']"],globalStyles:{".card__heading":"-webkit-line-clamp:unset;","search-results-vue-pharos-image-card,search-ui-pharos-image-card":"display:flex;","search-results-vue-pharos-link":"display:inline;"}},{id:"tandfonline",matches:"*.tandfonline.com","extraInlineSelectors.add":["span.off-screen"]},{id:"boringreport",matches:["www.boringreport.org"],"excludeTags.remove":["BUTTON"]},{id:"bsky.app",matches:"https://bsky.app",selectors:["[data-testid=postText]"],isTranslateTitle:!1},{id:"peacocktv",matches:["*.peacocktv.com"],injectedCss:[".video-player__subtitles__line > font,.video-player__subtitles__line:only-child{display:block;}"]},{id:"noTranslate",matches:["*.tiktok.com","altis.world","*.newthingsunderthesun.com","*.gumroad.com","edstem.org","actions.tldrnewsletter.com","community.linkingyourthinking.com","doc.qt.io","winaero.com"],"additionalExcludeSelectors.remove":[".notranslate","[translate=no]"]},{id:"jmir",matches:["*.jmir.org"],"additionalInlineSelectors.add":[".tooltiptext"]},{id:"smzdm",matches:["www.smzdm.com"],"excludeSelectors.add":[".z-highlight",".feed-block-info",".z-feed-foot",".feed-block-descripe","#J_column_tab_box",".crumbs"],globalStyles:{".feed-block-title":"height:unset"}},{id:"xiaohongshu.com",matches:["www.xiaohongshu.com"],"excludeSelectors.add":[".author-wrapper",".info",".side-bar"],globalStyles:{"a.title":"-webkit-line-clamp:3"}},{id:"learnopengl",matches:["learnopengl.com"],globalStyles:{function:"position:relative;z-index:1000;"}},{id:"notateslaapp",matches:["www.notateslaapp.com"],"extraBlockSelectors.add":[".nav > *"]},{id:"eightfold",matches:["*.eightfold.ai"],injectedCss:[".flexbox{width:100%}"]},{id:"deno",matches:["deno.com"],injectedCss:[":root {font-feature-settings:unset}"]},{id:"soundcloud",matches:"soundcloud.com",injectedCss:[".compactTrackListItem {height: unset !important;}"],"excludeSelectors.add":[".searchTitle__textContent",".searchOptions__container",".compactTrackListItem__additional",".soundTitle__tagContainer",".searchResultGroupHeading",".sc-ministats-group",".compactTrackList__moreLink",".sound__soundActions"]},{id:"section.blog.naver.com",matches:"section.blog.naver.com",globalStyles:{".text,.title_post,.text_post,p,strong,div":"-webkit-line-clamp:unset;max-height:unset;height:unset;"},"extraBlockSelectors.add":[".item",".heading a",".info_find a"],"excludeSelectors.add":[".comments",".time"]},{id:"gradio-app",selectorMatches:"gradio-app","excludeTags.remove":["BUTTON"],"excludeSelectors.add":['[data-testid="block-label"]'],"mutationConfig.add":{buildTimeout:1e3,consumeTimeout:1e3}}]};d();d();function pl(t){if(t.beta)return!1;if(tt()&&t.spVersion)return cs(ap(),t.spVersion);if(f3()&&t.gspVersion){let e=h3();if(e)return cs(e,t.gspVersion)}if(sp()&&t.ispVersion){let e=m3();if(e)return cs(e,t.ispVersion)}return!1}function cs(t,e){let n=t.split(".").reverse(),r=e.split(".").reverse(),a=0,i=0,o=1;for(let s=0;s<3;s++)a+=o*Number(r[s]||"0"),i+=o*Number(n[s]||"0"),o*=100;return i>=a}function up(t){t.message?.indexOf("token invalid")>=0&&Mt.remove(Ft)}d();function gl(t){return Array.isArray(t)?t:t?[t]:[]}function ml(t,e){return e?(Array.isArray(e)||(e=[e]),Array.from(new Set([...e,t]))):[t]}function fl(t,e){return e?(Array.isArray(t)||(t=[t]),Array.isArray(e)||(e=[e]),e.filter(n=>!t.includes(n))):[]}function hl(t,e){let n={...t};return x3(n,e),Qw(n,e),n}function S3(t,e,n){let r={...e};return Ka({rule:r,valueIsArray:a=>Array.isArray(t[a]),getMergedValue:a=>t[a],onMergedResult:(a,i)=>r[a]=i}),Ka({rule:n,valueIsArray:a=>Array.isArray(t[a]),getMergedValue:a=>r[a],onMergedResult:(a,i)=>r[a]=i}),r}function Qw(t,e){if(!e.condition)return;let n=e.condition.enableSubtitle?.true||{},r=e.condition.enableSubtitle?.false||{},a=t.enableSubtitle?n:r;x3(t,a)}function Ka({rule:t,getMergedValue:e,valueIsArray:n,onMergedResult:r}){Object.keys(t).sort().forEach(a=>{let[i,o,s]=Jw(a);if(!i||t[a]===void 0)return;let u=t[a];n(i)&&(u=gl(t[a]));let l=e(i);if(l==null){r(i,u);return}let c;if(o=="add_v"){if(!y3(s))return;c=lp(l,u)}else if(o=="remove_v"){if(!y3(s))return;c=v3(l,u)}else o==="add"?c=lp(l,u):o=="remove"&&(c=v3(l,u));if(c){r(i,c);return}Array.isArray(t[i])&&i.startsWith("additional")?c=lp(l,u):c=u,r(i,c)})}function x3(t,e){return Ka({rule:e,valueIsArray:n=>Array.isArray(t[n]),getMergedValue:n=>t[n],onMergedResult:(n,r)=>{t[n]=r}}),t}function lp(t,e){let n;if(Array.isArray(t)){let r=gl(e);n=[...t,...r],n=Array.from(new Set(n))}else typeof t=="object"&&typeof e=="object"?n={...t,...e}:n=e;return n}function Jw(t){let e=t.lastIndexOf("["),n="",r=t;return e>0&&(n=t.slice(e+1,t.length-1),r=t.slice(0,e-1)),[...r.split("."),n]}function y3(t){let e=Ut();return t&&cs(e,t)}function v3(t,e){if(Array.isArray(t)){let n=gl(e);return t=t.filter(r=>!n.includes(r)),Array.from(new Set(t))}else if(typeof t=="object"&&typeof e=="object")Object.keys(e).forEach(n=>{delete t[n]});else return e;return t}function E3(){if(we.PROD==="1")return{};let t={};if(we.IMMERSIVE_TRANSLATE_SECRET_TENCENT_SECRET_ID&&we.IMMERSIVE_TRANSLATE_SECRET_TENCENT_SECRET_KEY){let n={secretId:we.IMMERSIVE_TRANSLATE_SECRET_TENCENT_SECRET_ID,secretKey:we.IMMERSIVE_TRANSLATE_SECRET_TENCENT_SECRET_KEY};t.translationServices={},t.translationServices.tencent=n}if(we.IMMERSIVE_TRANSLATE_SECRET_BAIDU_APPID&&we.IMMERSIVE_TRANSLATE_SECRET_BAIDU_KEY){let n={appid:we.IMMERSIVE_TRANSLATE_SECRET_BAIDU_APPID,key:we.IMMERSIVE_TRANSLATE_SECRET_BAIDU_KEY};t.translationServices||(t.translationServices={}),t.translationServices.baidu=n}if(we.IMMERSIVE_TRANSLATE_SECRET_CAIYUN_TOKEN){let n={token:we.IMMERSIVE_TRANSLATE_SECRET_CAIYUN_TOKEN};t.translationServices||(t.translationServices={}),t.translationServices.caiyun=n}if(we.IMMERSIVE_TRANSLATE_SECRET_OPENL_APIKEY){let n={apikey:we.IMMERSIVE_TRANSLATE_SECRET_OPENL_APIKEY};t.translationServices||(t.translationServices={}),t.translationServices.openl=n}if(we.IMMERSIVE_TRANSLATE_SECRET_YOUDAO_APP_ID&&we.IMMERSIVE_TRANSLATE_SECRET_YOUDAO_APP_SECRET){let n={appId:we.IMMERSIVE_TRANSLATE_SECRET_YOUDAO_APP_ID,appSecret:we.IMMERSIVE_TRANSLATE_SECRET_YOUDAO_APP_SECRET};t.translationServices||(t.translationServices={}),t.translationServices.youdao=n}if(we.IMMERSIVE_TRANSLATE_SECRET_VOLC_ACCESS_KEY_ID&&we.IMMERSIVE_TRANSLATE_SECRET_VOLC_SECRET_ACCESS_KEY){let n={accessKeyId:we.IMMERSIVE_TRANSLATE_SECRET_VOLC_ACCESS_KEY_ID,secretAccessKey:we.IMMERSIVE_TRANSLATE_SECRET_VOLC_SECRET_ACCESS_KEY};t.translationServices||(t.translationServices={}),t.translationServices.volc=n}if(we.IMMERSIVE_TRANSLATE_SECRET_DEEPL_AUTH_KEY){let n={authKey:we.IMMERSIVE_TRANSLATE_SECRET_DEEPL_AUTH_KEY};t.translationServices||(t.translationServices={}),t.translationServices.deepl=n}if(we.DEEPL_PROXY_ENDPOINT&&(t.translationServices||(t.translationServices={}),t.translationServices.deepl||(t.translationServices.deepl={}),t.translationServices.deepl.immersiveTranslateApiUrl=we.DEEPL_PROXY_ENDPOINT),we.IMMERSIVE_TRANSLATE_DEEPL_ENDPOINT&&(t.translationServices||(t.translationServices={}),t.translationServices.deepl||(t.translationServices.deepl={}),t.translationServices.deepl.immersiveTranslateDeeplTokenUrl=we.IMMERSIVE_TRANSLATE_DEEPL_ENDPOINT),we.IMMERSIVE_TRANSLATE_SECRET_OPENAI_API_KEY){let n={APIKEY:we.IMMERSIVE_TRANSLATE_SECRET_OPENAI_API_KEY};t.translationServices||(t.translationServices={}),t.translationServices.openai=n}we.IMMERSIVE_TRANSLATE_SERVICE&&(t.translationService=we.IMMERSIVE_TRANSLATE_SERVICE);let e={};return we.DEBUG==="1"&&(e.debug=!0,e.cache=!1),we.MOCK==="1"&&(e.translationService="mock"),e}async function Zt(){let t=await oe.storage.local.get(Jo);if(t[Jo]){let e=t[Jo],n=e.tempTranslationUrlMatches||[],r=n.filter(o=>o.expiredAt>Date.now()),a=!1;r.length!==n.length&&(n=r,a=!0);let i={...e,tempTranslationUrlMatches:[...n]};return a&&await Xt(i),i}else return{}}async function Xt(t){await oe.storage.local.set({[Jo]:t})}async function C3(t){await oe.storage.local.set({[Xr]:t})}async function w3(){let t=await oe.storage.local.get(Xr),n={...await cp(),..._i,buildinConfigUpdatedAt:we.BUILD_TIME};if(t[Xr]){let r=t[Xr];if(r&&r.buildinConfigUpdatedAt){let a=new Date(r.buildinConfigUpdatedAt),i=new Date(n.buildinConfigUpdatedAt);a>i&&(n=r)}}return n}async function Pn(){let t=await oe.storage.local.get(Xr),e={..._i,buildinConfigUpdatedAt:we.BUILD_TIME};if(t[Xr]){let C=t[Xr];if(C&&C.buildinConfigUpdatedAt){let P=new Date(C.buildinConfigUpdatedAt),U=new Date(e.buildinConfigUpdatedAt);P>U&&(e=C)}}let n=await eD(e);e.targetLanguage=n;let r=await Mt.get(Ft,null),a={};if(!ye()&&oe.commands&&oe.commands.getAll){let C=await oe.commands.getAll();for(let P of C)P.name&&P.shortcut&&(a[P.name]=P.shortcut)}let i=await cp(),o=E3(),s=await Or(),u=globalThis.IMMERSIVE_TRANSLATE_CONFIG||{},l=await Zt(),c=new Date,p=Object.assign({},u,o,s);if(!p.interfaceLanguage){let C=await Zw();p.interfaceLanguage=C}let m=p.interfaceLanguage==="en",g=p.targetLanguage==="en",f=e&&e.translationLanguagePattern&&e.translationLanguagePattern.matches&&e.translationLanguagePattern.matches.length===0,T=["bing","google","transmart","mock"].includes(p.translationService)||!p.translationService;!m&&!g&&!f&&T?e.translationLanguagePattern||(e.translationLanguagePattern={matches:["en"],excludeMatches:[]}):e.translationLanguagePattern={matches:[],excludeMatches:[]};let b=e&&e.enableDefaultAlwaysTranslatedUrls;p.enableDefaultAlwaysTranslatedUrls===!1&&(b=!1);let h=p&&p.isChangedAlwaysTranslatedUrls,E=[];p.translationUrlPattern&&p.translationUrlPattern.matches&&(E=p.translationUrlPattern.matches||[]);let D=!1;h===void 0&&(E.length>0?h=!0:h=!1,p.isChangedAlwaysTranslatedUrls=h,s.isChangedAlwaysTranslatedUrls=h,D=!0);let M=(p?.translationLanguagePattern?.matches?.length||0)>0,I=await At("installedAt",""),S=Number(await Rr("translage_page_daily",0)),y=Number(await At(Xn,0)),L;y>0&&(Date.now()-y0&&(Date.now()-S0){let C=l.tempTranslationUrlMatches.filter(P=>new Date(P.expiredAt)>c);if(C.length>0){let P=p.translationUrlPattern?p.translationUrlPattern?.matches||[]:[],U=Array.isArray(P)?P:[P],H=Array.from(new Set(U.concat(C.map(j=>j.match))));p.translationUrlPattern={...p.translationUrlPattern,matches:H}}}let _=Object.assign(i,e);Ka({rule:e,valueIsArray:C=>Array.isArray(i[C]),getMergedValue:C=>i[C],onMergedResult:(C,P)=>{C!="generalRule"&&(_[C]=P)}});let k=Jt(r),N={};p.translationServices&&p.translationServices.deepl&&(N=p.translationServices.deepl);let z={};p.translationServices&&p.translationServices.openai&&(z=p.translationServices.openai),!k&&N.authKey&&!N.provider?(_.translationServices.deepl||(_.translationServices.deepl={}),_.translationServices.deepl.provider="custom"):N&&N.provider||(_.translationServices.deepl||(_.translationServices.deepl={}),_.translationServices.deepl.provider="pro"),!k&&z.APIKEY&&!z.provider?(_.translationServices.openai||(_.translationServices.openai={}),_.translationServices.openai.provider="custom"):z&&z.provider||(_.translationServices.openai||(_.translationServices.openai={}),_.translationServices.openai.provider="pro");let q=Object.keys(_),F=["translationUrlPattern","translationLanguagePattern","immediateTranslationPattern","translationBodyAreaPattern","translationParagraphLanguagePattern","translationThemePatterns","translationGeneralConfig","shortcuts","inputTranslationUrlPattern","inputLanguageCodeAlias"];for(let C of q){let P=C;if(P==="generalRule")typeof p[P]=="object"&&(_[P]=hl(i[P],p[P]));else if(P==="translationServices")tD(p,_);else if(typeof p[P]!="string"&&typeof p[P]!="boolean"&&typeof p[P]!="number"&&F.includes(P))p[P]&&(_[P]=Object.assign(_[P],p[P])),P==="shortcuts"&&(ye()||tt()?_[P]={..._[P],...a}:_[P]={...a});else if(P==="rules"){if(Array.isArray(p[P])){let U=_.rules||[],H={};for(let W of U)W.id&&(H[W.id]=W);let j=p[P].map(W=>W.id&&H[W.id]?S3(e.generalRule,H[W.id],W):W);_[P]=[...j,..._[P]]}if(we.PROD==="0"&&we.DEV_RULES){let U=JSON.parse(we.DEV_RULES);_[P]=[...U,..._[P]]}}else p[P]!==void 0&&(_[P]=p[P])}return _.donateUrl=e.donateUrl,_.minVersion=e.minVersion,_.feedbackUrl=e.feedbackUrl,_.rawUserConfig=s,_}async function Or(){return(await oe.storage.sync.get("userConfig")||{}).userConfig||{}}async function ds(t){await oe.storage.sync.set({userConfig:t})}async function ps(t,e){await oe.storage.local.set({[t]:e})}async function bl(t){return(await oe.storage.local.get(t))[t]||""}var Zw=async()=>{let t=["zh-CN"];try{t=await oe.i18n.getAcceptLanguages()}catch(r){B.warn("get browser language error:",r)}let n=t.map(r=>he(r)).find(r=>Nt[r]);return n||"en"},cp=async()=>{let t={..._i,buildinConfigUpdatedAt:we.BUILD_TIME};return{...t,targetLanguage:pr,interfaceLanguage:"en",translationMode:"dual",debug:!1,alpha:!1,translationUrlPattern:{matches:[],excludeMatches:[]},translationLanguagePattern:{matches:[],excludeMatches:[]},translationThemePatterns:{},translationParagraphLanguagePattern:{matches:[],excludeMatches:[],selectorMatches:[],excludeSelectorMatches:[]},translationBodyAreaPattern:{matches:[],excludeMatches:[],selectorMatches:[],excludeSelectorMatches:[]},translationTheme:"none",translationService:"bing",inputTranslationService:"inherit",mouseHoverTranslationService:"inherit",subtitleTranslateService:"inherit",translationArea:"main",translationStartMode:"dynamic",translationServices:{},monkeyH5FloatBall:{...t.monkeyH5FloatBall},pcFloatBall:{...t.pcFloatBall},generalRule:{...t.generalRule},translationGeneralConfig:{engine:"bing",_systemExcludeWordRegex:"\\b({word})\\b"},rules:[]}};function Xw(t,e){return t=t||[],e=e||[],t.length!==e.length?!0:e.filter(r=>!t.includes(r)).length>0}async function eD(t){try{let e=t?.autoSelectTargetLanguageAfterInstalledAt;if(!e)return pr;let n=await At("installedAt","");if(n&&new Date(n){let l=a[u],c=a[l.extends];!c||l.extends==u||(a[u]={...c,...a[u]})}),Ka({rule:{...a},valueIsArray:u=>Array.isArray(a[u]),getMergedValue:u=>a[u],onMergedResult:(u,l)=>{a[u]={...a[u],...l}}}),Ka({rule:{...r},valueIsArray:u=>Array.isArray(a[u]),getMergedValue:u=>a[u],onMergedResult:(u,l)=>{a[u]={...a[u],...l}}}),new Date(t.updatedAt)<=new Date("2024.4.2")&&Object.keys(r).forEach(u=>{["openai","gemini"].includes(u)&&r[u].prompt!=null&&(r[u].maxTextGroupLengthPerRequest==null&&(a[u].maxTextGroupLengthPerRequest=1),r[u].multiplePrompt==null&&(a[u].multiplePrompt=r[u].prompt))});let o=["imt_source_field","imt_trans_field","imt_sub_source_field","imt_sub_trans_field"],s=(u,l)=>{!u||!u[l]||!u?.env||(u[l]=u[l].replace(/{{(.+?)}}/g,(c,p)=>o.includes(p)?c:u?.env[p]||c))};Object.values(a).forEach(u=>{s(u,"prompt"),s(u,"multiplePrompt"),s(u,"subtitlePrompt")})}d();d();function ta(t,e){var n=(t&65535)+(e&65535),r=(t>>16)+(e>>16)+(n>>16);return r<<16|n&65535}function nD(t,e){return t<>>32-e}function yl(t,e,n,r,a,i){return ta(nD(ta(ta(e,t),ta(r,i)),a),n)}function en(t,e,n,r,a,i,o){return yl(e&n|~e&r,t,e,a,i,o)}function tn(t,e,n,r,a,i,o){return yl(e&r|n&~r,t,e,a,i,o)}function nn(t,e,n,r,a,i,o){return yl(e^n^r,t,e,a,i,o)}function rn(t,e,n,r,a,i,o){return yl(n^(e|~r),t,e,a,i,o)}function Tl(t,e){t[e>>5]|=128<>>9<<4)+14]=e;var n,r,a,i,o,s=1732584193,u=-271733879,l=-1732584194,c=271733878;for(n=0;n>5]>>>e%32&255);return n}function dp(t){var e,n=[];for(n[(t.length>>2)-1]=void 0,e=0;e>5]|=(t.charCodeAt(e/8)&255)<16&&(r=Tl(r,t.length*8)),n=0;n<16;n+=1)a[n]=r[n]^909522486,i[n]=r[n]^1549556828;return o=Tl(a.concat(dp(e)),512+e.length*8),D3(Tl(i.concat(o),512+128))}function A3(t){var e="0123456789abcdef",n="",r,a;for(a=0;a>>4&15)+e.charAt(r&15);return n}function pp(t){return unescape(encodeURIComponent(t))}function k3(t){return rD(pp(t))}function iD(t){return A3(k3(t))}function P3(t,e){return aD(pp(t),pp(e))}function oD(t,e){return A3(P3(t,e))}function Ln(t,e,n){return e?n?P3(e,t):oD(e,t):n?k3(t):iD(t)}d();function L3(t,e,n){let r=sD(t,e),a=[],i={from:t[0].from,fromByClient:t[0].fromByClient,to:t[0].to,tempSentences:[],url:t[0].url};for(let o of r)(i.tempSentences.reduce((u,l)=>u+l.text.length,0)+o.text.length>e||i.tempSentences.length>=n)&&(a.push(i),i={fromByClient:i.fromByClient,from:o.from,to:o.to,tempSentences:[],url:o.url}),(i.from!==o.from||i.to!==o.to)&&(i.tempSentences.length>0?(a.push(i),i={fromByClient:i.fromByClient,from:o.from,to:o.to,tempSentences:[],url:o.url}):(i.from=o.from,i.to=o.to)),i.tempSentences.push(o);return i.tempSentences.length>0&&a.push(i),a}function sD(t,e){let n=[],r=[];for(let a=0;a0?T"},{id:"bing",matches:"https://*.bing.com/search*",extraInlineSelectors:["a","i"],globalStyles:{"[class*='lineclamp'],.b_title":"-webkit-line-clamp:unset;"}},{id:"yahoo",matches:"*.yahoo.*",excludeSelectors:["._ys_jiqava","#ybar-inner-wrap","#Col2-5-Rmp-Proxy"],extraBlockSelectors:[".SIPGg",".sc-kzMCTH.pSZXj"],globalStyles:{"#atomic .Mt\\(20px\\)":"margin-top: 100px;","[class*='LineClamp']":"-webkit-line-clamp:unset;max-height:unset;","a[class*='js-content-viewer']> div[class*='Td\\(n\\)']":"overflow: scroll;","[class*='_ys_24482e']":"-webkit-line-clamp:unset;","#Aside > :first-child":"overflow:scroll;"}},{id:"wsj",matches:"www.wsj.com",excludeSelectors:["header","footer","nav","[aria-label='Markets summary']"]},{id:"businessinsider",matches:"www.businessinsider.com",excludeSelectors:["header","nav","section.live-updates-module "]},{id:"goodreads",matches:"www.goodreads.com",excludeSelectors:[".badgeYear",".gr-mediaBox__desc",".bookVotedRow",".minirating","div[itemprop='aggregateRating']",".wtrButtonContainer",".RatingsHistogram__labelTitle",".FollowButton",".siteHeader__topLevelLink","#books > thead","td[class*='rating']","td[class*='shelves']","td[class*='date_read']","td[class*='date_added']","td[class*='actions']"]},{id:"feeder",matches:"https://feeder.co/*",globalStyles:{".item-summary":"-webkit-line-clamp:unset;"}},{id:"elektrotechnik",matches:"https://www.elektrotechnik.rwth-aachen.de/*",globalAttributes:{"[class='notranslate']":{class:""}}},{id:"nytimes",matches:"www.nytimes.com",excludeSelectors:["#app > div > div > header","#app > div > div > div > div > header","#in-story-masthead"],injectedCss:["a::after {position:relative!important;}"]},{id:"bugsKde",matches:"bugs.kde.org","excludeTags.remove":["svg","PRE"],additionalExcludeSelectors:[".bz_first_comment_head",".bz_comment_head",".related_actions"]},{id:"eastmoney",matches:"guba.eastmoney.com",searchEnhancementConfig:[{id:"eastmoney",urlMatch:"guba.eastmoney.com/news,us\\w+,\\w+.html",delayTime:0,selector:".moneyFlowContainer",selectorAction:"insertBefore",style:{container:"background:white;border:none;border-radius: 4px;box-shadow: 0 2px 4px hsla(216,5%,62%,.14);",source:"font-size:12px; margin-bottom: 0px;",keyword:"color:#294688",title:"font-size:14px;color:#294688;",enTitle:"margin-top:4px;font-size:12px;",searchTitle:"margin:4px 0 16px;position:relative;padding-right:24px;font-size: 16px;",time:"margin: 0px 0 16px;",more:"color:#294688;margin-top:8px;"},keyword:{value:"[0]$1 stock",matches:[{source:"url",matchRegex:"guba.eastmoney.com/news,us(\\w+?),\\S+.html"}]},showCount:8},{id:"eastmoney",urlMatch:"guba.eastmoney.com/list,us\\w+.*.html",delayTime:0,selector:".qualityContentContainer",selectorAction:"insertBefore",style:{container:"background:white;border:none;border-radius: 4px;box-shadow: 0 2px 4px hsla(216,5%,62%,.14);",source:"font-size:12px; margin-bottom: 0px;",keyword:"color:#294688",title:"font-size:14px;color:#294688;",enTitle:"margin-top:4px;font-size:12px;",searchTitle:"margin:4px 0 16px;position:relative;padding-right:24px;font-size: 16px;",time:"margin:0px 0 16px;",more:"color:#294688;margin-top:8px;"},keyword:{value:"[0]$1:[0]$2",matches:[{source:{type:"selector",attribute:"href"},matchRegex:"code=(\\w+)_(\\w+)",match:"a[href*='rank/stock?code=']"}]},showCount:8}]},{id:"xueqiu",matches:"xueqiu.com",searchEnhancementConfig:[{id:"xueqiu",urlMatch:"xueqiu.com/S/[a-zA-Z]+/?$",delayTime:0,selector:".container-side-sm.float-right.stock__side",selectorAction:"appendChild",style:{container:"background:white;border:none;border-radius: 4px;padding:0;",source:"font-size:12px; margin-bottom: 0px;",keyword:"color:#06c",title:"font-size:14px;color:#06c;",enTitle:"margin-top:4px;font-size:12px;",searchTitle:"margin:4px 0 16px;position:relative;padding-right:24px;font-size: 16px;font-weight: bold;",time:"margin:0px 0 16px;",more:"color:#06c;margin-top:8px;"},showCount:8,keyword:{value:"[0]$1",matches:[{source:{type:"selector",attribute:"text"},matchRegex:"\\((.+)\\)",match:".stock-name"}]}}]},{id:"laohu8",matches:"www.laohu8.com",searchEnhancementConfig:[{id:"laohu8",urlMatch:"www.laohu8.com/stock/[a-zA-Z]+/?$",delayTime:0,selector:".hot-stocks-root",selectorAction:"insertBefore",style:{container:"background:white;border:none;border-radius: 4px;box-shadow: 0 2px 4px hsla(216,5%,62%,.14);",source:"font-size:12px; margin-bottom: 0px;",title:"font-size:14px;color: #007bff;",enTitle:"margin-top:4px;color: #4d5156;font-size:12px;",searchTitle:"margin:4px 0 16px;position:relative;padding-right:24px;font-size: 16px;",time:"margin: 0px 0 16px;"},keyword:{value:"[0]$1 stock",matches:[{source:"url",matchRegex:"stock/([a-zA-Z]+)"}]},showCount:8}]},{id:"futunn",matches:"www.futunn.com",searchEnhancementConfig:[{id:"futunn",urlMatch:"www.futunn.com/stock/\\w+-US",delayTime:0,selector:".right",selectorAction:"appendChild",style:{container:"background:white;border:none;border-radius: 4px;box-shadow: 0 2px 4px hsla(216,5%,62%,.14);",source:"font-size:12px; margin-bottom: 4px;",title:"font-size:14px;color: #007bff;",enTitle:"margin-top:4px;color: #4d5156;font-size:12px;",searchTitle:"margin:4px 0 16px;position:relative;padding-right:24px;font-size: 16px;",time:"margin: 4px 0 20px;"},keyword:{value:"[0]$1 stock",matches:[{source:"url",matchRegex:"stock/([a-zA-Z]+)-US"}]},showCount:8}]},{id:"bmvrMarseille",matches:"www.bmvr.marseille.fr",globalStyles:{"a > div":"display:block;","[style*='358px;']":"width: 33.3333%; height: auto; padding: 0px; position: relative; margin: 0px;"},globalAttributes:{"#app":{class:""}}},{id:"piAi",matches:"pi.ai/talk",globalStyles:{"[class*='text-brand-green']":"flex-direction:column;"}},{id:"claudeAi",matches:"claude.ai",excludeSelectors:[".contents *"],"excludeTags.remove":["PRE"],injectedCss:"[data-testid='chat-menu-trigger'] br {display:none;}",aiRule:{messageWrapperSelector:".contents",messageContainerSelector:".ReactMarkdown",messageStreamEndSelector:".contents > button",streamingChange:!0,streamingDeepChild:!1,streamingDelayTime:1e3}},{id:"feishu",matches:["*.feishu.cn","*.larkoffice.com","*.larksuite.com"],"additionalExcludeSelectors.remove":[".notranslate","[translate=no]"],mutationObserverLimitTargetSelectors:[".maindocbody","div[class*='render']","div[class*='block']"],"excludeSelectors.add":[".catalogue__list"]},{id:"gitbook",selectorMatches:[".gitbook-root"],"additionalExcludeSelectors.remove":[".notranslate","[translate=no]"],"additionalExcludeSelectors.add":["[spellcheck='false']"]},{id:"mitre",matches:"cwe.mitre.org",globalStyles:{"span.list_entry":"height: unset;"}},{id:"kaggle",matches:"www.kaggle.com",excludeTags:["i","button"]},{id:"ieee",matches:"spectrum.ieee.org",extraBlockSelectors:["small"]},{id:"ieeexplore",matches:"ieeexplore.ieee.org",stayOriginalSelectors:["a[ref-type]",".inline-formula",".display-formula"]},{id:"cnn",matches:"*.cnn.com","excludeSelectors.add":[".ad-slot-header__wrapper","#pageFooter"],"bodyRule.add":{bodySelector:".layout__content-wrapper",articleSelector:".article__content-container"}},{id:"marginalrevolution",matches:"marginalrevolution.com",globalAttributes:{header:{translate:"unset;"}}},{id:"highfrequencyelectronics",matches:"www.highfrequencyelectronics.com",globalStyles:{"#main-content":"overflow:unset;"}},{id:"githubBlog",matches:"github.blog",globalStyles:{".font-mktg":"word-break:normal;"}},{id:"semanticscholar",matches:"www.semanticscholar.org",selectors:[".cl-paper-title",".cl-paper-abstract",".tldr-abstract-replacement",".text-truncator",".paper-detail-title"]},{id:"uni-trier",matches:"dblp.uni-trier.de",selectors:["h1","h2",".title",".external","dd p"],excludeSelectors:[".side-column"]},{id:"bilibili",matches:"www.bilibili.com","excludeSelectors.add":[".bpx-player-subtitle-panel-text"],"subtitleRule.add":{type:"bilibili",subtitleUrlRegExp:"aisubtitle.hdslb.com/bfs",loadingContainerSelector:".bpx-player-subtitle-panel"}},{id:"time",matches:"time.com",excludeSelectors:[".date-and-duration"],globalStyles:{".headline":"-webkit-line-clamp:unset;overflow:unset;height:unset;",h3:"-webkit-line-clamp:unset;overflow:unset;",p:"-webkit-line-clamp:unset;overflow:unset;"}},{id:"docs-swift",matches:"docs.swift.org",selectors:[".content","#menu"]},{id:"uzh",matches:"www.uzh.ch",injectedCss:[".TextImage--inner {overflow:auto !important;}"]},{id:"mail-yandex",matches:"mail.yandex.com",selectors:["article",".Text_color_primary",".mail-MessageSnippet-Item_subject"],globalStyles:{".mail-MessageSnippet":"height: unset; line-height:unset;",".immersive-translate-target-translation-block-wrapper":"margin:unset;"}},{id:"forums.zotero",matches:"forums.zotero.org",selectors:[".page-sidebar",".page-content"]},{id:"pubmed.ncbi.nlm.nih.gov",matches:"pubmed.ncbi.nlm.nih.gov",urlChangeDelay:0,excludeSelectors:[".docsum-journal-citation",".citation-part",".docsum-authors",".top-wrapper",".article-source",".citation-doi",".identifiers",".cite",".share",".arrow-link"],globalAttributes:{"#Scholarscope_HighlightContent":{class:""},"#Scholarscope_HighlightOrigin":{class:"Scholarscope_HighlightContents"}},mutationExcludeContainsSelectors:["#Scholarscope_HighlightContent highlight"],mutationExcludeSelectors:["#Scholarscope_HighlightContent","#Scholarscope_HighlightContent span"],injectedCss:["#Scholarscope_HighlightOrigin > p font,#Scholarscope_HighlightContent > p font {display: inline!important;}","#Scholarscope_HighlightOrigin > p font br,#Scholarscope_HighlightContent > p font br {display: none!important;}"]},{id:"chosun",matches:"www.chosun.com",injectedCss:"body {word-break: unset!important;}"},{id:"yna",matches:"*.yna*",injectedCss:["font > br {display:none}"],globalStyles:{"a,strong":"max-height:unset;-webkit-line-clamp:unset;height:unset;white-space:unset;","div,p,li,.item-box01,.news-con":"height:unset;max-height:unset;-webkit-line-clamp:unset;"},"additionalExcludeSelectors.remove":[".notranslate","[translate=no]"]},{id:"cnet",matches:"www.cnet.com",globalStyles:{"h3,div,span,p":"max-height:unset;-webkit-line-clamp:unset;height:unset;white-space:unset;"}},{id:"dolmods",matches:"dolmods.net",globalStyles:{"[class*='max-h']":"max-height:unset!important;"}},{id:"digitimes",matches:"www.digitimes.com",globalStyles:{"a,.title,.abstract,.display-5,.top":"max-height:unset;-webkit-line-clamp:unset;height:unset;white-space:unset;"},"excludeSelectors.add":[".main-nav-frame",".sub-header-wrapper",".footer",".date"],"additionalExcludeSelectors.remove":[".notranslate","[translate=no]"]},{id:"vdi-nachrichten",matches:"www.vdi-nachrichten.com","excludeSelectors.add":[".header-menu__item > a",".linkbar__item",".header__button-group"]},{id:"htdp",matches:"htdp.org",excludeTags:["blockquote"],stayOriginalSelectors:[".RktIn"]},{id:"newsletterss",matches:"newsletterss.com",initialGlobalAttributes:{iframe:{scrolling:"auto"}}},{id:"docusaurus",selectorMatches:["#__docusaurus"],"excludeSelectors.add":["aside",".DocSearch-Modal"]},{id:"mercari",matches:"*.mercari.com","excludeTags.remove":["PRE"]},{id:"qqMail",matches:"mail.qq.com",useIframePostMessage:!1},{id:"nikkei",matches:"www.nikkei.com",globalStyles:{"h3,div,span,p":"max-height:unset;-webkit-line-clamp:unset;height:unset;white-space:unset;"}},{id:"pubs.rsc.org",matches:"pubs.rsc.org",excludeSelectors:[".eqn"]},{id:"indeed",matches:"*.indeed.com",globalStyles:{"span,.css-19rjr9w.e1wnkr790":"max-height:unset;-webkit-line-clamp:unset;height:unset;white-space:unset;"},"excludeTags.remove":["BUTTON"]},{id:"brutalist",matches:"brutalist.report",selectors:["li > a:first-child","aside","nav > a","h1 > a","h3 > a","h2 >a"],"additionalExcludeSelectors.remove":[".notranslate","[translate=no]"]},{id:"maxroll",matches:["maxroll.gg"],extraInlineSelectors:[".d4t-sprite-icon",".d4t-icon"],injectedCss:["font {font-family: sans-serif !important;}"]},{id:"microsoftTeams",matches:["teams.live.com"],"stayOriginalSelectors.add":["span[title][style='min-width: 20px; height: 20px;']"]},{id:"gradioappdocs",matches:"www.gradio.app/docs/*",selectors:["div.obj"],excludeSelectors:["div#examples"]},{id:"arca",matches:"arca.live","excludeTags.remove":["PRE"]},{id:"chatpdf",matches:["www.chatpdf.com"],"additionalExcludeSelectors.remove":[".notranslate"],excludeSelectors:[".chat-message-row.ai *",".pdf-viewer"],aiRule:{streamingSelector:"",messageWrapperSelector:".chat-message-row.ai",streamingChange:!1,streamingDeepChild:!0,streamingDelayTime:1e3}},{id:"inciteful",matches:["inciteful.xyz"],"excludeTags.remove":["BUTTON"]},{id:"app.element.io",matches:["app.element.io"],"additionalExcludeSelectors.remove":[".notranslate"],"excludeSelectors.add":[".mx_DisambiguatedProfile",".mx_ReplyChain_wrapper",".mx_ThreadSummary_replies_amount"]},{id:"fastapi.tiangolo.com",matches:"fastapi.tiangolo.com",selectors:["article"]},{id:"termynal",selectorMatches:["link[href*='termynal.css']"],"stayOriginalSelectors.add":[".termy"]},{id:"cpb-nl",matches:["www.cpb.nl"],"bodyRule.add":{enable:!1}},{id:"hub.logseq",matches:["hub.logseq.com"],globalStyles:{"[class*=':h-[']":"height:unset;"}},{id:"chat.zalo",matches:["chat.zalo.me"],"additionalExcludeSelectors.remove":[".notranslate"],inputExecCommandDeleteEnable:!0,"inputConfig.add":{execCommandDeleteEnable:!0}},{id:"epam",matches:"*.epam.com",globalStyles:{"[class*='ContentAnchorLinkList']":"word-break:unset;"},"excludeSelectors.add":["#blog-page-sidebar-wrapper"],"excludeTags.remove":["BUTTON"]},{id:"discussions.apple",matches:"discussions.apple.com","excludeSelectors.add":[".page-number"]},{id:"www.sixthtone.com",matches:["www.sixthtone.com"],"excludeSelectors.add":["#footer","[class^=index_time]","[class^=index_anthorList]","[class^=index_node]","[class^=index_popupWrapper]"]},{id:"forum.unity",matches:["forum.unity.com"],"excludeSelectors.add":[".bbCodeCode"]},{id:"wattpad",matches:["www.wattpad.com"],"excludeTags.remove":["PRE"],globalAttributes:{header:{translate:"unset;"}},globalStyles:{".story-info .item-description":"overflow: scroll;"}},{id:"netflix",matches:["www.netflix.com"],"excludeSelectors.add":[".player-timedtext"],"mutationExcludeSelectors.add":[".player-timedtext *"],"subtitleRule.add":{type:"netflix",loadingContainerSelector:".watch-video",subtitleUrlRegExp:"^https://.+?.oca.nflxvideo.net/\\?([ovet]=[^=]+){4}$",loadingStyle:"bottom: 15%;",quickButtonRule:{appendSelector:'[data-uia="control-next"]',insertBeforeSelector:'[data-uia="control-next"]',injectCSS:".imt-quick-subtitle-button {height: 60%; margin-right: 50px; font-size: 20px; } .logo,.logo svg { height: 36px; width: 36px} .label { display: none; } .imt-quick-subtitle-pop-content {transform: translateX(50%); right: 0}"},videoSelector:"video",attachRule:{appendSelector:".watch-video",injectedCSS:[".imt-caption-window {margin-bottom: 0px; bottom: 10vw;}"],injectedGlobalCSS:[".player-timedtext {display: none !important; }"]}}},{id:"udemy",matches:["www.udemy.com"],"excludeSelectors.add":["[data-purpose='captions-cue-text']",".shaka-text-container"],"mutationExcludeSelectors.add":["[data-purpose='captions-cue-text'] *",".shaka-text-container *"],"subtitleRule.add":{type:"udemy",subtitleUrlRegExp:"^https://vtt.*\\.udemycdn\\.com/.*\\.vtt",videoPlayerSelector:"video.shaka-video",humanTrust:85,loadingContainerSelector:".shaka-video-container",loadingStyle:"bottom: 15%;",injectedCss:["[class^='well--text'] {white-space: pre;}"],quickButtonRule:{appendSelector:'[data-purpose="video-controls"]'}},"subtitleRule.add_v.[1.4.1]":{hookType:"fetch|xhr"}},{id:"iview",matches:"iview.abc.net.au",excludeSelectors:[".jwplayer"],"mutationExcludeSelectors.add":[".jwplayer *"],"subtitleRule.add":{type:"webvtt",subtitleUrlRegExp:"/cc/.*\\.(vtt|webvtt)$",loadingContainerSelector:".jwplayer",quickButtonRule:{appendSelector:".jw-reset.jw-button-container",insertBeforeSelector:".jw-settings-submenu-button",injectCSS:".imt-quick-subtitle-pop-content {z-index: 999999;}"}}},{id:"nmaart",matches:"www.nma.art",excludeSelectors:[".video-container"],"mutationExcludeSelectors.add":[".video-container *"],"subtitleRule.add":{type:"webvtt",subtitleUrlRegExp:"/texttrack/.*\\.(vtt|webvtt)",loadingContainerSelector:".video-container",quickButtonRule:{appendSelector:".vjs-control-bar",insertBeforeSelector:".vjs-playback-rate"}}},{id:"apple",matches:"developer.apple.com",excludeSelectors:[".developer-video-player"],"mutationExcludeSelectors.add":[".developer-video-player *"],"subtitleRule.add":{type:"webvtt",subtitleUrlRegExp:"\\.(vtt|webvtt)"}},{id:"khanacademy",matches:["www.khanacademy.org"],"subtitleRule.add":{type:"khanacademy",subtitleUrlRegExp:"GetSubtitles",hookType:"fetch"},"stayOriginalSelectors.add":[".mathjax-wrapper"]},{id:"nebula",matches:["nebula.tv"],"excludeSelectors.add":["[data-subtitles-container='true']"],"mutationExcludeSelectors.add":["[data-subtitles-container='true'] *"],"subtitleRule.add":{type:"webvtt",subtitleUrlRegExp:"\\.vtt$",loadingContainerSelector:".video-poster",quickButtonRule:{appendSelector:".icon-spacing.css-4yh7a0",insertBeforeSelector:"#subtitles-toggle-button",ccEnableSelector:"#subtitles-toggle-button"}}},{id:"frontendmasters",matches:["frontendmasters.com"],"excludeSelectors.add":[".vjs-text-track-display"],"mutationExcludeSelectors.add":[".vjs-text-track-display *"],"subtitleRule.add":{type:"webvtt",subtitleUrlRegExp:".vtt$",loadingContainerSelector:".vjs-text-track-display",injectedCss:["#immersive-translate-quick-button-container {order: 2} .imt-quick-subtitle-pop-content {z-index: 2147483647}"],quickButtonRule:{appendSelector:".vjs-control-bar"},videoSelector:".PromoPlayer video",attachRule:{appendSelector:".video-js",injectedGlobalCSS:".vjs-text-track-display {display: none;}"}}},{id:"udacity",matches:["*.udacity.com"],"excludeSelectors.add":[".vjs-text-track-display"],"mutationExcludeSelectors.add":[".vjs-text-track-display *"],"subtitleRule.add":{type:"webvtt",subtitleUrlRegExp:".vtt$",loadingContainerSelector:".vjs-text-track-display"}},{id:"skillshare",matches:["www.skillshare.com"],"excludeSelectors.add":[".vjs-text-track-display"],"mutationExcludeSelectors.add":[".vjs-text-track-display *"],"subtitleRule.add":{type:"webvtt",subtitleUrlRegExp:"\\.vtt\\?",loadingContainerSelector:".vjs-text-track-display",injectedCss:["#immersive-translate-quick-button-container {order: 13}"],quickButtonRule:{appendSelector:".vjs-control-bar",insertBeforeSelector:".vjs-volume-panel",injectCSS:" .label { display: none; } .imt-quick-subtitle-pop-content {transform: translateX(43%); right: 0; z-index: 2147483647 } "}}},{id:"domestika",matches:["www.domestika.org"],"excludeSelectors.add":[".vjs-text-track-display"],"mutationExcludeSelectors.add":[".vjs-text-track-display *"],"subtitleRule.add":{type:"webvtt",subtitleUrlRegExp:".*subtitles.*\\.vtt",quickButtonRule:{appendSelector:".controlBar-wrapper .right-wrapper",insertBeforeSelector:".vjs-volume-panel"}}},{id:"hbomax",matches:["play.max.com","play.hbomax.com"],"excludeSelectors.add":["[data-testid='playerContainer']","[data-testid='CueBoxContainer']"],"mutationExcludeSelectors.add":["[data-testid='playerContainer'] *","[data-testid='CueBoxContainer'] *"],"subtitleRule.add":{type:"webvtt",subtitleUrlRegExp:"\\.vtt$",loadingContainerSelector:"[data-testid='playerContainer']"}},{id:"mindvalley",matches:["home.mindvalley.com"],"excludeSelectors.add":[".vjs-text-track-display"],"mutationExcludeSelectors.add":[".vjs-text-track-display *"],"subtitleRule.add":{type:"webvtt",subtitleUrlRegExp:"\\.webvtt$",loadingContainerSelector:".vjs-text-track-display",injectedCss:["#immersive-translate-quick-button-container {order: 6}"],quickButtonRule:{appendSelector:'[data-testid="video-section"] .vjs-control-bar',insertBeforeSelector:'[data-testid="video-section"] .vjs-volume-panel',injectCSS:".imt-quick-subtitle-pop-content {z-index: 999999;}"}}},{id:"masterclass",matches:["www.masterclass.com","learn.microsoft.com"],"excludeSelectors.add":[".vjs-text-track-display"],"mutationExcludeSelectors.add":[".vjs-text-track-display *"],"subtitleRule.add":{type:"webvtt",subtitleUrlRegExp:"\\.vtt",loadingContainerSelector:".vjs-text-track-display",quickButtonRule:{appendSelector:".vjs-control-bar",insertBeforeSelector:".vjs-playback-rate"}}},{id:"viu",matches:["www.viu.com"],"excludeSelectors.add":[".bmpui-ui-viu-subtitle-overlay"],"mutationExcludeSelectors.add":[".bmpui-ui-viu-subtitle-overlay *"],"subtitleRule.add":{type:"webvtt",hookType:"xhr",subtitleUrlRegExp:"https?://[^/]+\\.cloudfront\\.net/[^/]+/[^/]+$",loadingContainerSelector:".bmpui-container-wrapper",loadingStyle:"bottom: 20%;",injectedCss:[".bmpui-controls-hidden #immersive-translate-quick-button-container {display: none;}"],quickButtonRule:{appendSelector:".bmpui-ui-container.bmpui-ui-viu-subtitle > .bmpui-container-wrapper",injectCSS:".imt-quick-subtitle-button {margin-bottom: 8px}"}}},{id:"linkin",matches:"*.linkedin.com","excludeSelectors.add":[".vjs-text-track-display"],"mutationExcludeSelectors.add":[".vjs-text-track-display *"],"subtitleRule.add":{type:"webvtt",subtitleUrlRegExp:".*ambry/\\?x-li-ambry-ep=.*",hookType:"xhr",loadingContainerSelector:".video-player-container",quickButtonRule:{appendSelector:".vjs-control-bar",insertBeforeSelector:".vjs-captions-toggle"}}},{id:"kanopy",matches:"*.kanopy.com","excludeSelectors.add":[".vjs-text-track-display"],"mutationExcludeSelectors.add":[".vjs-text-track-display *"],"subtitleRule.add":{type:"webvtt",subtitleUrlRegExp:".*captioncache/webvtt.*",hookType:"xhr",loadingContainerSelector:".video-player-container",injectedCss:["#immersive-translate-quick-button-container{height: 40px;display: flex;align-items: center;align-self: flex-end;}"],quickButtonRule:{appendSelector:".vjs-control-bar",insertBeforeSelector:".vjs-caption-control"}}},{id:"iflix",matches:["www.iflix.com","wetv.vip"],"excludeSelectors.add":[".text-track"],"mutationExcludeSelectors.add":[".player-wrapper *"],"subtitleRule.add":{type:"webvtt",subtitleUrlRegExp:"\\.vtt",hookType:"xhr",loadingContainerSelector:"#player-wrapper",loadingStyle:"bottom: 18%;",quickButtonRule:{appendSelector:'[data-role="wetv-ctrlbar-right"]',insertBeforeSelector:'[data-role="wetv-player-definition"]'}}},{id:"imdb",matches:"www.imdb.com","excludeSelectors.add":[".jw-text-track-container"],"mutationExcludeSelectors.add":[".jw-text-track-container *"],"subtitleRule.add":{type:"webvtt",subtitleUrlRegExp:"\\.srt$",loadingContainerSelector:"#imdbnext-vp-jw-single",quickButtonRule:{appendSelector:".jw-reset.jw-button-container",insertBeforeSelector:'[button="ttt-button"]'}}},{id:"itv",matches:["www.itv.com"],"subtitleRule.add":{type:"text_track",videoPlayerSelector:".genie-video",loadingContainerSelector:".genie-container",loadingStyle:"bottom: unset; top: 5%;",quickButtonRule:{appendSelector:".control-bar_right-child-container",insertBeforeSelector:".controls-toggle_button--fullscreen"}}},{id:"egghead",matches:["egghead.io"],"subtitleRule.add":{type:"text_track",videoPlayerSelector:".cueplayer-react-video",loadingContainerSelector:".cueplayer-react-video-holder",loadingStyle:"bottom: unset; top: 5%;",quickButtonRule:{appendSelector:".cueplayer-react-control-bar-right-part",insertBeforeSelector:".cueplayer-react-closed-caption"}}},{id:"coursera",matches:["www.coursera.org"],"subtitleRule.add":{type:"text_track",videoPlayerSelector:".vjs-tech",loadingContainerSelector:".rc-VideoControlsContainer",loadingStyle:"bottom: unset; top: 5%;",quickButtonRule:{appendSelector:'[role="presentation"] > .rc-ControlBar > .icon-container'}}},{id:"ocrtraining",matches:["ocrtraining.cit.nih.gov","videocast.nih.gov"],"excludeSelectors.add":["#videocastPlayer"],"mutationExcludeSelectors.add":["#videocastPlayer *"],"subtitleRule.add":{type:"webvtt",subtitleUrlRegExp:"\\.srt$",loadingContainerSelector:"#videocastPlayer"}},{id:"espn",matches:["*.espn.com"],mainFrameMinTextCount:0,"excludeSelectors.add":["#fittPageContainer"],"mutationExcludeSelectors.add":["#fittPageContainer *"],"subtitleRule.add":{type:"webvtt",subtitleUrlRegExp:"\\.vtt$",injectedCss:["#immersive-translate-quick-button-container{margin-top:16px;}",".vjs-text-track-display > div >div {font:unset!important;}"],quickButtonRule:{appendSelector:".vjs-control-bar",insertBeforeSelector:".vjs-captions-button"}}},{id:"fmoviesz",matches:["fmoviesz.to","vidplay.online","c8365730d4.nl"],"excludeSelectors.add":["#player"],"mutationExcludeSelectors.add":["#player *"],"subtitleRule.add":{type:"multi_attach_vtt",subtitleUrlRegExp:"subtitle/.*\\.vtt$",quickButtonRule:{appendSelector:".jw-button-container",insertBeforeSelector:".jw-icon-cc"},activeLangSelector:"#jw-player-settings-submenu-captions .jw-settings-submenu-items .jw-settings-item-active",videoSelector:"video",attachRule:{appendSelector:"#player",injectedGlobalCSS:[".jw-text-track-container {display: none;}","@media (min-width: 576px) { video::cue {opacity: 0} }"]}}},{id:"aniwatch",matches:["megacloud.tv","aniwatch.to"],"excludeSelectors.add":[".jw-wrapper"],"mutationExcludeSelectors.add":[".jw-wrapper *"],"subtitleRule.add":{type:"multi_attach_vtt",subtitleUrlRegExp:"^(?!.*sprite\\.vtt$).*\\.vtt$",quickButtonRule:{appendSelector:".jw-button-container",insertBeforeSelector:".jw-icon-cc"},activeLangSelector:"#jw-player-settings-submenu-captions .jw-settings-submenu-items .jw-settings-item-active",videoSelector:"video",attachRule:{appendSelector:".jw-wrapper",injectedGlobalCSS:[".jw-text-track-container {display: none;}","@media (min-width: 576px) { video::cue {opacity: 0} }"]}}},{id:"rottentomatoes",matches:["*.rottentomatoes.com"],"excludeSelectors.add":[".jw-wrapper"],"mutationExcludeSelectors.add":[".jw-wrapper *"],"subtitleRule.add":{type:"webvtt",subtitleUrlRegExp:"\\.vtt$",quickButtonRule:{appendSelector:".jw-button-container",insertBeforeSelector:".jw-icon-cc"}}},{id:"dailymotion",matches:["*.dailymotion.com"],"excludeSelectors.add":[".player"],"mutationExcludeSelectors.add":[".player *"],mainFrameMinTextCount:0,"subtitleRule.add":{type:"subsrt",subsrtFormat:"srt",loadingContainerSelector:".player",subtitleUrlRegExp:"/video/.*\\.srt",quickButtonRule:{appendSelector:".controls_bottom_right",insertBeforeSelector:".subtitles_toggle_button"}}},{id:"movie-web",matches:["movie-web.app/media*"],"excludeSelectors.add":["#root"],"mutationExcludeSelectors.add":["#root *"],"subtitleRule.add":{type:"subsrt",hookType:"fetch",subsrtFormat:"vtt",loadingContainerSelector:".relative.h-screen.overflow-hidden",subtitleUrlRegExp:".*\\.vtt",quickButtonRule:{appendSelector:".hidden.justify-between .flex.items-center.space-x-3"}}},{id:"deeplearning",matches:["learn.deeplearning.ai"],"excludeSelectors.add":['[data-layout="video"]'],"mutationExcludeSelectors.add":['[data-layout="video"] *'],"subtitleRule.add":{type:"subsrt",subsrtFormat:"vtt",loadingContainerSelector:'[data-layout="video"]',subtitleUrlRegExp:".*\\.vtt",quickButtonRule:{appendSelector:".vds-controls-group:last-child",insertBeforeSelector:".vds-caption-button"}}},{id:"paramountplus",matches:["*.paramountplus.com"],"excludeSelectors.add":[".aa-player-skin"],"mutationExcludeSelectors.add":[".aa-player-skin *"],"subtitleRule.add":{type:"text_track_dynamic",injectedCss:[".tt-container {white-space: pre-line;}",".timed-text-css-box-inner {display: none!important;}",".timed-text-css-box-inner:last-child {display: block!important;}"],videoPlayerSelector:"video",quickButtonRule:{appendSelector:".top-menu-container"}}},{id:"pluto",matches:["pluto.tv"],"excludeSelectors.add":[".video-player-layout"],"mutationExcludeSelectors.add":[".video-player-layout *"],"subtitleRule.add":{type:"text_track_dynamic",videoPlayerSelector:"video",quickButtonRule:{appendSelector:".endControls-0-2-85"}}},{id:"vimeo",matches:["vimeo.com"],"excludeSelectors.add":[".vp-captions"],"mutationExcludeSelectors.add":[".vp-captions *"],"subtitleRule.add":{type:"text_track",videoPlayerSelector:"video",loadingContainerSelector:".player_container",loadingStyle:"bottom: unset; top: 5%;",injectedCss:["#immersive-translateQuickButton {visibility: inherit!important;}"],quickButtonRule:{appendSelector:'[data-control-bar="true"] > div',insertBeforeSelector:'[data-volume-control-container="true"]',ccEnableSelector:'[data-cc-button="true"]',injectCSS:".imt-quick-subtitle-button {margin-right: 0px; font-size: 12px;} .logo,.logo svg { height: 18px !important; width: 18px !important;} .imt-quick-subtitle-pop-content {bottom: 28px !important;}"}}},{id:"ted",matches:["www.ted.com"],"excludeSelectors.add":["#video"],"mutationExcludeSelectors.add":["#video *"],"subtitleRule.add":{type:"webvtt",hookType:"fetch",subtitleUrlRegExp:"\\.vtt",videoPlayerSelector:"video",loadingContainerSelector:"media-controller",quickButtonRule:{appendSelector:".pointer-events-none #media-control-bar",insertBeforeSelector:".pointer-events-none .media-volume-wrapper"}}},{id:"player.vimeo",matches:["https://player.vimeo.com/video/*","laracasts.com"],selectorMatches:["iframe[src*='player.vimeo.com']"],extraBlockSelectors:["span.vp-captions-line","span[class^=CaptionsRenderer_]"],"excludeSelectors.add":[".vp-captions-line"],"mutationExcludeSelectors.add":[".vp-captions *",".vp-captions-line *"],"subtitleRule.add":{type:"text_track",videoPlayerSelector:"video",loadingContainerSelector:".vp-telecine",loadingStyle:"bottom: unset; top: 5%; font-size: 12px;",injectedCss:["#immersive-translateQuickButton {visibility: inherit!important;}"],quickButtonRule:{appendSelector:'[data-control-bar="true"] > div',insertBeforeSelector:'[data-volume-control-container="true"]',ccEnableSelector:'[data-cc-button="true"]',injectCSS:".imt-quick-subtitle-button {margin-right: 0px; font-size: 12px;} .logo,.logo svg { height: 18px !important; width: 18px !important;} .imt-quick-subtitle-pop-content {bottom: 28px !important;}"}}},{id:"tv.adobe",matches:"https://*.tv.adobe.com","excludeSelectors.add":[".mpc-player"],"mutationExcludeSelectors.add":[".mpc-player *"],"subtitleRule.add":{type:"text_track",videoPlayerSelector:"video",loadingContainerSelector:".mpc-player",quickButtonRule:{appendSelector:".mpc-controls__container"}}},{id:"threejs-journey",matches:"threejs-journey.com","excludeSelectors.add":[".video-area"],"mutationExcludeSelectors.add":[".video-area *"],"subtitleRule.add":{type:"text_track",videoPlayerSelector:"video",loadingContainerSelector:".video-area",injectedCss:[".js-tracks-text.tracks-text {white-space: pre;}"],quickButtonRule:{appendSelector:".js-controls .right",insertBeforeSelector:".js-subtitles",injectCSS:".imt-quick-subtitle-button { font-size: 12px;} .logo,.logo svg { height: 18px !important; width: 18px !important;} .imt-quick-subtitle-pop-content {bottom: 38px !important;}"}}},{id:"codewithchris",matches:["learn.codewithchris.com","*.rachelsenglishacademy.com","www.unrealsenseiacademy.com"],"excludeSelectors.add":[".w-captions",".w-captions-line > div > span"],"mutationExcludeSelectors.add":[".w-captions *"],"subtitleRule.add":{type:"general",subtitleUrlRegExp:"/embed/captions/",loadingContainerSelector:".w-ui-container",hookType:"fetch",generalSetting:{captionsPath:"captions",itemsPath:"hash.lines",textKey:"text"}}},{id:"panopto",matches:["southampton.cloud.panopto.eu"],"excludeSelectors.add":[".primaryPlayer"],"mutationExcludeSelectors.add":[".primaryPlayer *"],"subtitleRule.add":{type:"general",subtitleUrlRegExp:"DeliveryInfo.aspx",disableSubsCache:!0,loadingContainerSelector:"#primaryPlayer",hookType:"fetch",generalSetting:{textKey:"Caption"},quickButtonRule:{appendSelector:"#transportControls",insertBeforeSelector:"#captionsButton"}}},{id:"edx",matches:["*.edx.org"],"excludeSelectors.add":[".closed-captions",".subtitles-menu"],mainFrameMinTextCount:0,"subtitleRule.add":{type:"general",subtitleUrlRegExp:"/transcript/translation/",loadingContainerSelector:".tc-wrapper",generalSetting:{itemsPath:"text"},injectedCss:[".subtitles-menu span,.closed-captions {white-space: pre-line;}","#immersive-translate-quick-button-container {display: inline-block; vertical-align: middle;}"],quickButtonRule:{appendSelector:".secondary-controls",insertBeforeSelector:".speeds.menu-container"}}},{id:"ardmediathek",matches:["www.ardmediathek.*"],"excludeSelectors.add":[".ardplayer-viewport-addon-overlays"],"mutationExcludeSelectors.add":[".ardplayer-viewport-addon-overlays *"],"subtitleRule.add":{type:"ebutt",hookType:"fetch",subtitleUrlRegExp:"subtitle/ebutt",loadingContainerSelector:".ardplayer-viewport-addon-overlays",quickButtonRule:{appendSelector:".ardplayer-footer .ardplayer-addons-container",insertBeforeSelector:".ardplayer-footer .ardplayer-button-sharing",injectCSS:".imt-quick-subtitle-button {font-size: 20px; } .logo,.logo svg { height: 36px !important; width: 36px !important;} .imt-quick-subtitle-pop-content {z-index: 2147483647;} "}}},{id:"bbc-iplayer",matches:["https://www.bbc.*/iplayer*"],"excludeSelectors.add":[".player"],"mutationExcludeSelectors.add":[".player *"],"subtitleRule.add":{type:"ebutt",hookType:"fetch",subtitleUrlRegExp:"iplayer/subtitles/.*.xml",loadingContainerSelector:".player__container"}},{id:"bbc",matches:["*.bbc.*"],"excludeSelectors.add":["section.module--languages",".drop-capped",".smp-toucan-player","smp-subtitles","#subtitle_subtitle2"],"mutationExcludeSelectors.add":["[data-testid='media-player-container-landscape'] *"],"subtitleRule.add":{type:"ebutt",hookType:"fetch",subtitleUrlRegExp:"iplayer/subtitles/.*.xml",loadingContainerSelector:".smp-toucan-player"}},{id:"zdf.de",matches:["www.zdf.de"],"excludeSelectors.add":[".zdfplayer-cue-region"],"subtitleRule.add":{type:"ebutt",subtitleUrlRegExp:"mtt/.*.xml",loadingContainerSelector:".zdfplayer-video-container",responseType:"document",injectedCss:["#immersive-translate-quick-button-container {display:inline-block;vertical-align:middle;margin-right:-16px;}"],quickButtonRule:{appendSelector:".right-controls-1FfJUp.svelte-inzdbf",insertBeforeSelector:".right-controls-1FfJUp.svelte-inzdbf button"}}},{id:"piped.video",matches:"piped.video","subtitleRule.add":{type:"ebutt",hookType:"fetch",subtitleUrlRegExp:"api/timedtext",loadingContainerSelector:".shaka-video-container",responseType:"document",quickButtonRule:{appendSelector:".shaka-controls-button-panel",insertBeforeSelector:".shaka-mute-button"}}},{id:"disneyplus",matches:["www.disneyplus.com"],"excludeSelectors.add":[".dss-hls-subtitle-overlay"],"mutationExcludeSelectors.add":[".dss-hls-subtitle-overlay *"],"subtitleRule.add":{type:"disneyplus",subtitleUrlRegExp:"\\.vtt$"}},{id:"mubi",matches:["https://mubi.com","https://mubi.de"],"subtitleRule.add":{type:"fmp4.xml",subtitleUrlRegExp:"textstream",hookType:"fetch",quickButtonRule:{appendSelector:".css-1k6yql2.e1b63bld4",insertBeforeSelector:".css-1ce7rqp.e7f2hfl0"}}},{id:"hulu",matches:"https://*.hulu.com","subtitleRule.add":{type:"hulu",hookType:"fetch",injectedCss:[".ClosedCaption {display:none!important;}"],videoSelector:"#content-video-player",subtitleUrlRegExp:"play.hulu.com/.*/playlist",loadingContainerSelector:"#web-player-app",quickButtonRule:{appendSelector:".PlayerSettingsGroup",insertBeforeSelector:".PlayerSettingsGroup .PlayerControlsButton"}}},{id:"youku.tv",matches:"www.youku.tv","excludeSelectors.add":["#subtitle"],"mutationExcludeSelectors.add":["#subtitle *"],"subtitleRule.add":{type:"subsrt",hookType:"fetch",injectedCss:["#immersive-translate-quick-button-container {display: inline-block; vertical-align: middle;}"],subtitleUrlRegExp:"\\.ass$",subsrtFormat:"ass",loadingContainerSelector:"#youku-dashboard",loadingStyle:"bottom: 10%;",quickButtonRule:{appendSelector:".kui-dashboard-dashboard-panel .kui-dashboard-rear-ctn",insertBeforeSelector:".kui-rate-control-0"}}},{id:"starz",matches:"www.starz.com","excludeSelectors.add":["starz-player"],"mutationExcludeSelectors.add":["starz-player *"],"subtitleRule.add":{type:"subsrt",subsrtFormat:"vtt",subtitleUrlRegExp:"\\.vtt$",loadingContainerSelector:"starz-player",loadingStyle:"bottom: 10%;",injectedCss:["#immersive-translate-quick-button-container {display: inline-block;}"],quickButtonRule:{appendSelector:"starz-player .button-group",insertBeforeSelector:"starz-player .button-group .video-player-icon-md"}}},{id:"www.iq.com",matches:"www.iq.com","excludeSelectors.add":[".iqp-subtitle"],"mutationExcludeSelectors.add":[".iqp-subtitle *"],"subtitleRule.add":{type:"xml",subtitleUrlRegExp:"\\.xml\\?",loadingContainerSelector:".intl-video-area",xmlTextSelector:"sub",loadingStyle:"bottom: 10%;",injectedCss:["#immersive-translate-quick-button-container {float: right; height: 100%;}"],quickButtonRule:{appendSelector:".iqp-contrls-right"}}},{id:"archiveToday",matches:["archive.today","archive.ph","archive.is","archive.md"],"excludeSelectors.add":["#HEADER"]},{id:"arxiv-vanity.com",matches:["www.arxiv-vanity.com"],"excludeSelectors.add":[".arxiv-vanity-wrapper"]},{id:"fibery",matches:["the.fibery.io"],"additionalExcludeSelectors.remove":["[translate=no]"],"additionalStayOriginalSelectors.add":[".entity-node-view-container"]},{id:"makersuite.google",matches:"makersuite.google.com","excludeSelectors.add":[".material-symbols-outlined"]},{id:"etymonline",matches:"www.etymonline.com",globalAttributes:{".crossreference.notranslate":{class:"crossreference"},".foreign.notranslate":{class:"foreign"}}},{id:"https://browse.arxiv.org/",matches:["https://browse.arxiv.org","https://arxiv.org/html/*"],"excludeSelectors.add":[".desktop_header","[class*='ltx_lst_language_']","div.package-alerts"]},{id:"jstor",matches:"www.jstor.org","excludeSelectors.add":[".audio-duration","[data-qa='card-item-count']"],globalStyles:{".card__heading":"-webkit-line-clamp:unset;","search-results-vue-pharos-image-card,search-ui-pharos-image-card":"display:flex;","search-results-vue-pharos-link":"display:inline;"}},{id:"tandfonline",matches:"*.tandfonline.com","extraInlineSelectors.add":["span.off-screen"]},{id:"boringreport",matches:["www.boringreport.org"],"excludeTags.remove":["BUTTON"]},{id:"bsky.app",matches:"https://bsky.app",selectors:["[data-testid=postText]"],isTranslateTitle:!1},{id:"peacocktv",matches:["*.peacocktv.com"],injectedCss:[".video-player__subtitles__line > font,.video-player__subtitles__line:only-child{display:block;}"]},{id:"noTranslate",matches:["*.tiktok.com","altis.world","*.newthingsunderthesun.com","*.gumroad.com","edstem.org","actions.tldrnewsletter.com","community.linkingyourthinking.com","doc.qt.io","winaero.com"],"additionalExcludeSelectors.remove":[".notranslate","[translate=no]"]},{id:"jmir",matches:["*.jmir.org"],"additionalInlineSelectors.add":[".tooltiptext"]},{id:"smzdm",matches:["www.smzdm.com"],"excludeSelectors.add":[".z-highlight",".feed-block-info",".z-feed-foot",".feed-block-descripe","#J_column_tab_box",".crumbs"],globalStyles:{".feed-block-title":"height:unset"}},{id:"xiaohongshu.com",matches:["www.xiaohongshu.com"],"excludeSelectors.add":[".author-wrapper",".info",".side-bar"],globalStyles:{"a.title":"-webkit-line-clamp:3"}},{id:"learnopengl",matches:["learnopengl.com"],globalStyles:{function:"position:relative;z-index:1000;"}},{id:"notateslaapp",matches:["www.notateslaapp.com"],"extraBlockSelectors.add":[".nav > *"]},{id:"eightfold",matches:["*.eightfold.ai"],injectedCss:[".flexbox{width:100%}"]},{id:"deno",matches:["deno.com"],injectedCss:[":root {font-feature-settings:unset}"]},{id:"soundcloud",matches:"soundcloud.com",injectedCss:[".compactTrackListItem {height: unset !important;}"],"excludeSelectors.add":[".searchTitle__textContent",".searchOptions__container",".compactTrackListItem__additional",".soundTitle__tagContainer",".searchResultGroupHeading",".sc-ministats-group",".compactTrackList__moreLink",".sound__soundActions"]},{id:"section.blog.naver.com",matches:"section.blog.naver.com",globalStyles:{".text,.title_post,.text_post,p,strong,div":"-webkit-line-clamp:unset;max-height:unset;height:unset;"},"extraBlockSelectors.add":[".item",".heading a",".info_find a"],"excludeSelectors.add":[".comments",".time"]},{id:"gradio-app",selectorMatches:"gradio-app","excludeTags.remove":["BUTTON"],"excludeSelectors.add":['[data-testid="block-label"]'],"mutationConfig.add":{buildTimeout:1e3,consumeTimeout:1e3}}]};d();d();function pl(t){if(t.beta)return!1;if(tt()&&t.spVersion)return cs(ap(),t.spVersion);if(f3()&&t.gspVersion){let e=h3();if(e)return cs(e,t.gspVersion)}if(sp()&&t.ispVersion){let e=m3();if(e)return cs(e,t.ispVersion)}return!1}function cs(t,e){let n=t.split(".").reverse(),r=e.split(".").reverse(),a=0,i=0,o=1;for(let s=0;s<3;s++)a+=o*Number(r[s]||"0"),i+=o*Number(n[s]||"0"),o*=100;return i>=a}function up(t){t.message?.indexOf("token invalid")>=0&&Mt.remove(Ft)}d();function gl(t){return Array.isArray(t)?t:t?[t]:[]}function ml(t,e){return e?(Array.isArray(e)||(e=[e]),Array.from(new Set([...e,t]))):[t]}function fl(t,e){return e?(Array.isArray(t)||(t=[t]),Array.isArray(e)||(e=[e]),e.filter(n=>!t.includes(n))):[]}function hl(t,e){let n={...t};return x3(n,e),Qw(n,e),n}function S3(t,e,n){let r={...e};return Ka({rule:r,valueIsArray:a=>Array.isArray(t[a]),getMergedValue:a=>t[a],onMergedResult:(a,i)=>r[a]=i}),Ka({rule:n,valueIsArray:a=>Array.isArray(t[a]),getMergedValue:a=>r[a],onMergedResult:(a,i)=>r[a]=i}),r}function Qw(t,e){if(!e.condition)return;let n=e.condition.enableSubtitle?.true||{},r=e.condition.enableSubtitle?.false||{},a=t.enableSubtitle?n:r;x3(t,a)}function Ka({rule:t,getMergedValue:e,valueIsArray:n,onMergedResult:r}){Object.keys(t).sort().forEach(a=>{let[i,o,s]=Jw(a);if(!i||t[a]===void 0)return;let u=t[a];n(i)&&(u=gl(t[a]));let l=e(i);if(l==null){r(i,u);return}let c;if(o=="add_v"){if(!y3(s))return;c=lp(l,u)}else if(o=="remove_v"){if(!y3(s))return;c=v3(l,u)}else o==="add"?c=lp(l,u):o=="remove"&&(c=v3(l,u));if(c){r(i,c);return}Array.isArray(t[i])&&i.startsWith("additional")?c=lp(l,u):c=u,r(i,c)})}function x3(t,e){return Ka({rule:e,valueIsArray:n=>Array.isArray(t[n]),getMergedValue:n=>t[n],onMergedResult:(n,r)=>{t[n]=r}}),t}function lp(t,e){let n;if(Array.isArray(t)){let r=gl(e);n=[...t,...r],n=Array.from(new Set(n))}else typeof t=="object"&&typeof e=="object"?n={...t,...e}:n=e;return n}function Jw(t){let e=t.lastIndexOf("["),n="",r=t;return e>0&&(n=t.slice(e+1,t.length-1),r=t.slice(0,e-1)),[...r.split("."),n]}function y3(t){let e=Ut();return t&&cs(e,t)}function v3(t,e){if(Array.isArray(t)){let n=gl(e);return t=t.filter(r=>!n.includes(r)),Array.from(new Set(t))}else if(typeof t=="object"&&typeof e=="object")Object.keys(e).forEach(n=>{delete t[n]});else return e;return t}function E3(){if(we.PROD==="1")return{};let t={};if(we.IMMERSIVE_TRANSLATE_SECRET_TENCENT_SECRET_ID&&we.IMMERSIVE_TRANSLATE_SECRET_TENCENT_SECRET_KEY){let n={secretId:we.IMMERSIVE_TRANSLATE_SECRET_TENCENT_SECRET_ID,secretKey:we.IMMERSIVE_TRANSLATE_SECRET_TENCENT_SECRET_KEY};t.translationServices={},t.translationServices.tencent=n}if(we.IMMERSIVE_TRANSLATE_SECRET_BAIDU_APPID&&we.IMMERSIVE_TRANSLATE_SECRET_BAIDU_KEY){let n={appid:we.IMMERSIVE_TRANSLATE_SECRET_BAIDU_APPID,key:we.IMMERSIVE_TRANSLATE_SECRET_BAIDU_KEY};t.translationServices||(t.translationServices={}),t.translationServices.baidu=n}if(we.IMMERSIVE_TRANSLATE_SECRET_CAIYUN_TOKEN){let n={token:we.IMMERSIVE_TRANSLATE_SECRET_CAIYUN_TOKEN};t.translationServices||(t.translationServices={}),t.translationServices.caiyun=n}if(we.IMMERSIVE_TRANSLATE_SECRET_OPENL_APIKEY){let n={apikey:we.IMMERSIVE_TRANSLATE_SECRET_OPENL_APIKEY};t.translationServices||(t.translationServices={}),t.translationServices.openl=n}if(we.IMMERSIVE_TRANSLATE_SECRET_YOUDAO_APP_ID&&we.IMMERSIVE_TRANSLATE_SECRET_YOUDAO_APP_SECRET){let n={appId:we.IMMERSIVE_TRANSLATE_SECRET_YOUDAO_APP_ID,appSecret:we.IMMERSIVE_TRANSLATE_SECRET_YOUDAO_APP_SECRET};t.translationServices||(t.translationServices={}),t.translationServices.youdao=n}if(we.IMMERSIVE_TRANSLATE_SECRET_VOLC_ACCESS_KEY_ID&&we.IMMERSIVE_TRANSLATE_SECRET_VOLC_SECRET_ACCESS_KEY){let n={accessKeyId:we.IMMERSIVE_TRANSLATE_SECRET_VOLC_ACCESS_KEY_ID,secretAccessKey:we.IMMERSIVE_TRANSLATE_SECRET_VOLC_SECRET_ACCESS_KEY};t.translationServices||(t.translationServices={}),t.translationServices.volc=n}if(we.IMMERSIVE_TRANSLATE_SECRET_DEEPL_AUTH_KEY){let n={authKey:we.IMMERSIVE_TRANSLATE_SECRET_DEEPL_AUTH_KEY};t.translationServices||(t.translationServices={}),t.translationServices.deepl=n}if(we.DEEPL_PROXY_ENDPOINT&&(t.translationServices||(t.translationServices={}),t.translationServices.deepl||(t.translationServices.deepl={}),t.translationServices.deepl.immersiveTranslateApiUrl=we.DEEPL_PROXY_ENDPOINT),we.IMMERSIVE_TRANSLATE_DEEPL_ENDPOINT&&(t.translationServices||(t.translationServices={}),t.translationServices.deepl||(t.translationServices.deepl={}),t.translationServices.deepl.immersiveTranslateDeeplTokenUrl=we.IMMERSIVE_TRANSLATE_DEEPL_ENDPOINT),we.IMMERSIVE_TRANSLATE_SECRET_OPENAI_API_KEY){let n={APIKEY:we.IMMERSIVE_TRANSLATE_SECRET_OPENAI_API_KEY};t.translationServices||(t.translationServices={}),t.translationServices.openai=n}we.IMMERSIVE_TRANSLATE_SERVICE&&(t.translationService=we.IMMERSIVE_TRANSLATE_SERVICE);let e={};return we.DEBUG==="1"&&(e.debug=!0,e.cache=!1),we.MOCK==="1"&&(e.translationService="mock"),e}async function Zt(){let t=await oe.storage.local.get(Jo);if(t[Jo]){let e=t[Jo],n=e.tempTranslationUrlMatches||[],r=n.filter(o=>o.expiredAt>Date.now()),a=!1;r.length!==n.length&&(n=r,a=!0);let i={...e,tempTranslationUrlMatches:[...n]};return a&&await Xt(i),i}else return{}}async function Xt(t){await oe.storage.local.set({[Jo]:t})}async function C3(t){await oe.storage.local.set({[Xr]:t})}async function w3(){let t=await oe.storage.local.get(Xr),n={...await cp(),..._i,buildinConfigUpdatedAt:we.BUILD_TIME};if(t[Xr]){let r=t[Xr];if(r&&r.buildinConfigUpdatedAt){let a=new Date(r.buildinConfigUpdatedAt),i=new Date(n.buildinConfigUpdatedAt);a>i&&(n=r)}}return n}async function Pn(){let t=await oe.storage.local.get(Xr),e={..._i,buildinConfigUpdatedAt:we.BUILD_TIME};if(t[Xr]){let C=t[Xr];if(C&&C.buildinConfigUpdatedAt){let L=new Date(C.buildinConfigUpdatedAt),U=new Date(e.buildinConfigUpdatedAt);L>U&&(e=C)}}let n=await eD(e);e.targetLanguage=n;let r=await Mt.get(Ft,null),a={};if(!ye()&&oe.commands&&oe.commands.getAll){let C=await oe.commands.getAll();for(let L of C)L.name&&L.shortcut&&(a[L.name]=L.shortcut)}let i=await cp(),o=E3(),s=await Or(),u=globalThis.IMMERSIVE_TRANSLATE_CONFIG||{},l=await Zt(),c=new Date,p=Object.assign({},u,o,s);if(!p.interfaceLanguage){let C=await Zw();p.interfaceLanguage=C}let m=p.interfaceLanguage==="en",g=p.targetLanguage==="en",f=e&&e.translationLanguagePattern&&e.translationLanguagePattern.matches&&e.translationLanguagePattern.matches.length===0,T=["bing","google","transmart","mock"].includes(p.translationService)||!p.translationService;!m&&!g&&!f&&T?e.translationLanguagePattern||(e.translationLanguagePattern={matches:["en"],excludeMatches:[]}):e.translationLanguagePattern={matches:[],excludeMatches:[]};let b=e&&e.enableDefaultAlwaysTranslatedUrls;p.enableDefaultAlwaysTranslatedUrls===!1&&(b=!1);let h=p&&p.isChangedAlwaysTranslatedUrls,E=[];p.translationUrlPattern&&p.translationUrlPattern.matches&&(E=p.translationUrlPattern.matches||[]);let D=!1;h===void 0&&(E.length>0?h=!0:h=!1,p.isChangedAlwaysTranslatedUrls=h,s.isChangedAlwaysTranslatedUrls=h,D=!0);let M=(p?.translationLanguagePattern?.matches?.length||0)>0,I=await At("installedAt",""),S=Number(await Rr("translage_page_daily",0)),v=Number(await At(Xn,0)),k;v>0&&(Date.now()-v0&&(Date.now()-S0){let C=l.tempTranslationUrlMatches.filter(L=>new Date(L.expiredAt)>c);if(C.length>0){let L=p.translationUrlPattern?p.translationUrlPattern?.matches||[]:[],U=Array.isArray(L)?L:[L],H=Array.from(new Set(U.concat(C.map(j=>j.match))));p.translationUrlPattern={...p.translationUrlPattern,matches:H}}}let _=Object.assign(i,e);Ka({rule:e,valueIsArray:C=>Array.isArray(i[C]),getMergedValue:C=>i[C],onMergedResult:(C,L)=>{C!="generalRule"&&(_[C]=L)}});let P=Jt(r),N={};p.translationServices&&p.translationServices.deepl&&(N=p.translationServices.deepl);let z={};p.translationServices&&p.translationServices.openai&&(z=p.translationServices.openai),!P&&N.authKey&&!N.provider?(_.translationServices.deepl||(_.translationServices.deepl={}),_.translationServices.deepl.provider="custom"):N&&N.provider||(_.translationServices.deepl||(_.translationServices.deepl={}),_.translationServices.deepl.provider="pro"),!P&&z.APIKEY&&!z.provider?(_.translationServices.openai||(_.translationServices.openai={}),_.translationServices.openai.provider="custom"):z&&z.provider||(_.translationServices.openai||(_.translationServices.openai={}),_.translationServices.openai.provider="pro");let q=Object.keys(_),F=["translationUrlPattern","translationLanguagePattern","immediateTranslationPattern","translationBodyAreaPattern","translationParagraphLanguagePattern","translationThemePatterns","translationGeneralConfig","shortcuts","inputTranslationUrlPattern","inputLanguageCodeAlias"];for(let C of q){let L=C;if(L==="generalRule")typeof p[L]=="object"&&(_[L]=hl(i[L],p[L]));else if(L==="translationServices")tD(p,_);else if(typeof p[L]!="string"&&typeof p[L]!="boolean"&&typeof p[L]!="number"&&F.includes(L))p[L]&&(_[L]=Object.assign(_[L],p[L])),L==="shortcuts"&&(ye()||tt()?_[L]={..._[L],...a}:_[L]={...a});else if(L==="rules"){if(Array.isArray(p[L])){let U=_.rules||[],H={};for(let W of U)W.id&&(H[W.id]=W);let j=p[L].map(W=>W.id&&H[W.id]?S3(e.generalRule,H[W.id],W):W);_[L]=[...j,..._[L]]}if(we.PROD==="0"&&we.DEV_RULES){let U=JSON.parse(we.DEV_RULES);_[L]=[...U,..._[L]]}}else p[L]!==void 0&&(_[L]=p[L])}return _.donateUrl=e.donateUrl,_.minVersion=e.minVersion,_.feedbackUrl=e.feedbackUrl,_.rawUserConfig=s,_}async function Or(){return(await oe.storage.sync.get("userConfig")||{}).userConfig||{}}async function ds(t){await oe.storage.sync.set({userConfig:t})}async function ps(t,e){await oe.storage.local.set({[t]:e})}async function bl(t){return(await oe.storage.local.get(t))[t]||""}var Zw=async()=>{let t=["zh-CN"];try{t=await oe.i18n.getAcceptLanguages()}catch(r){B.warn("get browser language error:",r)}let n=t.map(r=>he(r)).find(r=>Nt[r]);return n||"en"},cp=async()=>{let t={..._i,buildinConfigUpdatedAt:we.BUILD_TIME};return{...t,targetLanguage:pr,interfaceLanguage:"en",translationMode:"dual",debug:!1,alpha:!1,translationUrlPattern:{matches:[],excludeMatches:[]},translationLanguagePattern:{matches:[],excludeMatches:[]},translationThemePatterns:{},translationParagraphLanguagePattern:{matches:[],excludeMatches:[],selectorMatches:[],excludeSelectorMatches:[]},translationBodyAreaPattern:{matches:[],excludeMatches:[],selectorMatches:[],excludeSelectorMatches:[]},translationTheme:"none",translationService:"bing",inputTranslationService:"inherit",mouseHoverTranslationService:"inherit",subtitleTranslateService:"inherit",translationArea:"main",translationStartMode:"dynamic",translationServices:{},monkeyH5FloatBall:{...t.monkeyH5FloatBall},pcFloatBall:{...t.pcFloatBall},generalRule:{...t.generalRule},translationGeneralConfig:{engine:"bing",_systemExcludeWordRegex:"\\b({word})\\b"},rules:[]}};function Xw(t,e){return t=t||[],e=e||[],t.length!==e.length?!0:e.filter(r=>!t.includes(r)).length>0}async function eD(t){try{let e=t?.autoSelectTargetLanguageAfterInstalledAt;if(!e)return pr;let n=await At("installedAt","");if(n&&new Date(n){let l=a[u],c=a[l.extends];!c||l.extends==u||(a[u]={...c,...a[u]})}),Ka({rule:{...a},valueIsArray:u=>Array.isArray(a[u]),getMergedValue:u=>a[u],onMergedResult:(u,l)=>{a[u]={...a[u],...l}}}),Ka({rule:{...r},valueIsArray:u=>Array.isArray(a[u]),getMergedValue:u=>a[u],onMergedResult:(u,l)=>{let c=a[u].env||{},p=l.env||{};c={...c,...p},a[u]={...a[u],...l,env:c}}}),new Date(t.updatedAt)<=new Date("2024.4.2")&&Object.keys(r).forEach(u=>{["openai","gemini"].includes(u)&&r[u].prompt!=null&&(r[u].maxTextGroupLengthPerRequest==null&&(a[u].maxTextGroupLengthPerRequest=1),r[u].multiplePrompt==null&&(a[u].multiplePrompt=r[u].prompt))});let o=["imt_source_field","imt_trans_field","imt_sub_source_field","imt_sub_trans_field"],s=(u,l)=>{!u||!u[l]||!u?.env||(u[l]=u[l].replace(/{{(.+?)}}/g,(c,p)=>o.includes(p)?c:u?.env[p]||c))};Object.values(a).forEach(u=>{s(u,"prompt"),s(u,"multiplePrompt"),s(u,"subtitlePrompt")})}d();d();function ta(t,e){var n=(t&65535)+(e&65535),r=(t>>16)+(e>>16)+(n>>16);return r<<16|n&65535}function nD(t,e){return t<>>32-e}function yl(t,e,n,r,a,i){return ta(nD(ta(ta(e,t),ta(r,i)),a),n)}function en(t,e,n,r,a,i,o){return yl(e&n|~e&r,t,e,a,i,o)}function tn(t,e,n,r,a,i,o){return yl(e&r|n&~r,t,e,a,i,o)}function nn(t,e,n,r,a,i,o){return yl(e^n^r,t,e,a,i,o)}function rn(t,e,n,r,a,i,o){return yl(n^(e|~r),t,e,a,i,o)}function Tl(t,e){t[e>>5]|=128<>>9<<4)+14]=e;var n,r,a,i,o,s=1732584193,u=-271733879,l=-1732584194,c=271733878;for(n=0;n>5]>>>e%32&255);return n}function dp(t){var e,n=[];for(n[(t.length>>2)-1]=void 0,e=0;e>5]|=(t.charCodeAt(e/8)&255)<16&&(r=Tl(r,t.length*8)),n=0;n<16;n+=1)a[n]=r[n]^909522486,i[n]=r[n]^1549556828;return o=Tl(a.concat(dp(e)),512+e.length*8),D3(Tl(i.concat(o),512+128))}function A3(t){var e="0123456789abcdef",n="",r,a;for(a=0;a>>4&15)+e.charAt(r&15);return n}function pp(t){return unescape(encodeURIComponent(t))}function k3(t){return rD(pp(t))}function iD(t){return A3(k3(t))}function P3(t,e){return aD(pp(t),pp(e))}function oD(t,e){return A3(P3(t,e))}function Ln(t,e,n){return e?n?P3(e,t):oD(e,t):n?k3(t):iD(t)}d();function L3(t,e,n){let r=sD(t,e),a=[],i={from:t[0].from,fromByClient:t[0].fromByClient,to:t[0].to,tempSentences:[],url:t[0].url};for(let o of r)(i.tempSentences.reduce((u,l)=>u+l.text.length,0)+o.text.length>e||i.tempSentences.length>=n)&&(a.push(i),i={fromByClient:i.fromByClient,from:o.from,to:o.to,tempSentences:[],url:o.url}),(i.from!==o.from||i.to!==o.to)&&(i.tempSentences.length>0?(a.push(i),i={fromByClient:i.fromByClient,from:o.from,to:o.to,tempSentences:[],url:o.url}):(i.from=o.from,i.to=o.to)),i.tempSentences.push(o);return i.tempSentences.length>0&&a.push(i),a}function sD(t,e){let n=[],r=[];for(let a=0;a0?Te){let E=[];gp(b,e,E);for(let D=0;D0&&T{let s=t.lastIndexOf(o,e);return s>i?s:i},-1);if(a===-1){let i=t.slice(0,e);if(i&&!i.trim())return;n.push({text:i,prefix:"",suffix:""}),t.length>e&&gp(t.slice(e),e,n)}else{let i=t.slice(0,a+1);if(i&&i.trim()==="")return;i.startsWith(" ")?n.push({text:i.slice(1),prefix:" ",suffix:""}):n.push({text:i,prefix:"",suffix:""}),a+10){p.forEach(T=>{c.length>0&&T.providers&&T.providers.length>0&&!T.providers.includes(l)||(T.optional?g.push(T):m.push(T))});let f=g.concat(m).filter(T=>T.required);if(f.length>0){for(let T of f)if(!i[T.name]){u=!1;break}}}return{...a,id:e,selected:n[t]===e,ok:u,currentProvider:l,config:i,providers:a.providers||[],props:a.props||[],allProps:p,optionalProps:g,explicitProps:m}}var gs=(t,e)=>{let{config:n}=t,r=n.alpha,a=n.beta,i=n.canary,o=n.debug,s=t.user,u=Jt(s),l=Object.keys(gr);return e!=="translationService"&&l.unshift("inherit"),l.filter(c=>{if(c==="inherit")return!0;let p=gr[c];if(c.startsWith("mock"))return o?!0:c===t.config[e];if(c===t.config[e])return!0;if(c==="openai"&&tt())return t.config.showOpenaiOnSafari||u?!0:!!(a||r||i||u);let m=!!p.canary,g=!!p.alpha,f=!!p.beta;return c===t[e]||m&&i||g&&(r||i)||f&&(a||r||i)?!0:!g&&!f&&!m}).map(c=>vl(e,c,t))};function ms(){return([1e7]+-1e3+-4e3+-8e3+-1e11).replace(/[018]/g,t=>(t^crypto.getRandomValues(new Uint8Array(1))[0]&15>>t/4).toString(16))}function _3(t){return t.replace(/([a-zA-Z0-9]+)([\u4e00-\u9fa5]+)/g,"$1 $2").replace(/([\u4e00-\u9fa5]+)([a-zA-Z0-9]+)/g,"$1 $2")}var Fi=[];async function Sl(t,e){return await new Promise((n,r)=>{let a=t,i=1,o=indexedDB.open(a,i);o.onsuccess=s=>{n(o.result)},o.onerror=s=>{r()},o.onupgradeneeded=s=>{let u=o.result,l=e||"cache";u.createObjectStore(l,{keyPath:"key"})}})}async function F3(t){let e=`${Q}-${t.service}@${t.from}->${t.to}`;return await cD(e,t)}async function M3(t){let e=Ln(t.originalText),n=`${Q}-${t.service}@${t.from}->${t.to}`;return await lD(n,e)}async function lD(t,e){let n=await Sl(t);return await new Promise((r,a)=>{if(!n)return a();let i="cache",s=n.transaction([i],"readonly").objectStore(i).get(e);s.onsuccess=u=>{n.close();let l=s.result;r(l)},s.onerror=u=>{n.close(),a()}})}async function cD(t,e){let n=await Sl(t);return(await pD()).includes(t)||await dD(t),await new Promise(a=>{if(!n)return a(!1);let i="cache",s=n.transaction([i],"readwrite").objectStore(i).put(e);s.onsuccess=u=>{n.close(),a(!0)},s.onerror=u=>{n.close(),a(!1)}})}async function dD(t){let e="cache_list",n=await Sl(Q+"-cacheList",e),a=n.transaction([e],"readwrite").objectStore(e).put({key:t});a.onsuccess=i=>{n.close(),Fi.push(t)},a.onerror=i=>{n.close()}}async function pD(){if(Fi&&Fi.length>0)return Fi;let t=await Sl(Q+"-cacheList","cache_list");return Fi=await new Promise(e=>{let n="cache_list",a=t.transaction([n],"readonly").objectStore(n).getAllKeys();a.onsuccess=i=>{t.close(),e(a.result)},a.onerror=i=>{t.close(),e([])}}),Fi}d();d();var mp="Original";function Qe(){return mp}function gn(t){mp=t,B3(mp)}d();var R3="auto",xl="auto",I3="auto";function O3(t){R3=t}function qn(t){xl=t}function vt(){return xl!=="auto"?xl:I3!=="auto"?I3:R3}function El(){return xl}d();function Ga(t){return t?.id?.endsWith("pdfWebPage")||!1}function ra(t){try{if(!t||!Ga(t))return"";let e="";if(t.pdfUrlExtractRule.attribute&&t.pdfUrlExtractRule.selector){let r=t.pdfUrlExtractRule,{selector:a,attribute:i}=r;if(a&&i){let o=document.querySelector(a);if(!o)return"";e=o.getAttribute(i)||""}}else e=document.querySelector("embed[type='application/pdf']")?.getAttribute("src")||"";if(e.startsWith("about"))return"";if(!e.startsWith("/"))return e;let n=new URL(location.href);return e.startsWith("//")?n.protocol+e:n.protocol+"//"+n.host+e}catch{return""}}var Je={},aa=async function(t,e){let{method:n,data:r}=t,a=await Je.updateGlobalContext(),i=Date.now();if(B.debug(`content script received message: ${n}`,r||" "),n==="translateTheWholePage")await Je.translateTheWholePage(r),et(Xn,i);else if(n==="translateTheMainPage")await Je.translateTheMainPage(r),et(Xn,i);else if(n==="translateToThePageEndImmediately")await Je.translateToThePageEndImmediately(r),et(Xn,i);else if(n==="toggleTranslatePage")await Je.toggleTranslatePage(r),et(Xn,i);else if(n==="toggleTranslateTheWholePage")await Je.toggleTranslateTheWholePage(r),et(Xn,i);else if(n==="toggleTranslateTheMainPage")await Je.toggleTranslateTheMainPage(r),et(Xn,i);else if(n==="toggleOnlyTransation")await Je.ensureSwitchTranslationMode(r),et(Xn,i);else if(n==="translatePage")await Je.translatePage(a,r),et(Xn,i);else if(n==="toggleTranslationMask")await Je.toggleTranslationMask(r);else if(n==="restorePage")Je.restorePage();else if(n==="retryFailedParagraphs")Je.retryFailedParagraphs();else if(n==="switchTranslationMode"){if(a.rule.isPdf)return;r&&r.mode&&(await Je.switchTranslationMode(r.mode),await Je.reloadSubtitleWithTranslationModeChanged())}else if(n==="autoEnableSubtitleChanged")Je.autoEnableSubtitleChanged(a,r);else if(n=="shareToDraft")globalThis.document.dispatchEvent(new CustomEvent(Ku,{detail:r}));else if(n=="toggleTranslateToThePageEndImmediately")await Je.toggleTranslateToThePageEndImmediately(r);else if(n==="toggleMouseHoverTranslateDirectly")globalThis.document.dispatchEvent(new CustomEvent(Qo,{detail:r}));else if(n==="translateWithOpenAI")await Je.translatePageWithTranslationService("openai",r);else if(n==="translateWithGoogle")await Je.translatePageWithTranslationService("google",r);else if(n==="translateWithDeepL")await Je.translatePageWithTranslationService("deepl",r);else if(n==="translateWithBing")await Je.translatePageWithTranslationService("bing",r);else if(n==="translateWithTransmart")await Je.translatePageWithTranslationService("transmart",r);else if(n==="translateWithGemini")await Je.translatePageWithTranslationService("gemini",r);else if(n==="translateInputBox")await Je.translateInputBoxWithShortcut(a);else if(n!=="updateGlobalCtx"){if(n==="toggleVideoSubtitlePreTranslation")He()||await Je.toggleVideoSubtitlePreTranslation();else if(n==="getAsyncContextString"&&!He())return JSON.stringify(a)}};function z3(t){Object.assign(Je,t)}function N3(t){Object.assign(Je,t)}function U3(t){Object.assign(Je,t)}var gD=function(t,e){let{method:n,data:r}=t;if(B.debug(`content script received sync message: ${n}`,r||" "),n==="ping")return"pong";if(n==="getPageStatus")return Qe();if(n==="getCurrentPageLanguage"){let a=vt();return Je.detectCurrentPageLanguage().catch(i=>{B.warn("detectCurrentPageLanguage failed",i)}),a}else{if(n==="setCurrentPageLanguageByClient")return qn(r),vt();if(n==="getContextString"){let a=Je.getPureGlobalContext(),{articleNode:i,bodyNode:o,...s}=a;return JSON.stringify(s)}else if(n=="getPdfWebUrl"){let a=Je.getPureGlobalContext();return ra(a?.rule)}}},Cl,wl;function q3(){let t=Dl();He()||mD(),t.sendMessage("popup:main_sync",{method:"ready"}).catch(n=>{})}function Dl(){return Cl||(Cl=new ea("content_script",!1).getConnection("main",aa),Cl)}function mD(){return wl||(wl=new ea("content_script",!1).getConnection("main_sync",gD,{sync:!0}),wl)}d();var fp=[["auto","auto"],["zh-CN","zh"],["zh-TW","zh-TW"],["de","de"],["en","en"],["es","es"],["fr","fr"],["id","id"],["it","it"],["ja","ja"],["ko","ko"],["ms","ms"],["pt","pt"],["ru","ru"],["th","th"],["tr","tr"],["vi","vi"]],Al="https://transmart.qq.com/api/imt",zr=class t{static langMapReverse=new Map(fp.map(([e,n])=>[n,e]));static getClientKey(){return btoa("transmart_crx_"+navigator.userAgent).slice(0,100)}static async detectLanguageRemotelyByTransmart(e){let n={header:{fn:"text_analysis",client_key:t.getClientKey()},text:e.slice(0,280)},r=await ce({url:Al,method:"POST",body:JSON.stringify(n)});if(r.header.ret_code!=="succ")throw new Error(r.message||r.header.ret_code);let a=r.language,i=t.langMapReverse.get(a);return i||a}};d();function fD(t,e){return Math.floor(Math.random()*(e-t+1))+t}var hD=30,hp="RATE_LIMITER_TICKS",Mi=class t{static strictTicks={};static clearStrictTicks(){ps(hp,"{}")}static async getStrictTicks(e,n){if(n)return this.strictTicks[e]||[];try{let r=await bl(hp);r&&(this.strictTicks=JSON.parse(r)||{})}catch(r){B.debug("Error setting rate limiter ticks",r),this.strictTicks[e]=[]}finally{return this.strictTicks[e]||[]}}static wait(e,n){return new Promise((r,a)=>{t.getDelay(e,n).then(i=>{setTimeout(()=>{r(i)},i)})})}static async setStrictTicks(e,n,r){try{if(this.strictTicks[e]=n,r)return;await ps(hp,JSON.stringify(this.strictTicks))}catch(a){B.debug("Error setting rate limiter ticks",a)}}static async getDelay(e,n,r=!1){if(!r){let l=fD(4,hD);await vr(l)}let a=await this.getStrictTicks(e,r)||[],{limit:i,interval:o}=n,s=Date.now();if(a.length=u?(a.push(s),await this.setStrictTicks(e,a,r),0):(a.push(u),await this.setStrictTicks(e,a,r),u-s)}};async function St(t){return await Dl().sendMessage("background:main",t)}function ce(t){return au()?ul({method:"request",data:t}):ye()||ru()?(t.fetchPolyfill=globalThis.GM_fetch,Wa(t)):St({method:"fetch",data:t})}function an(){return ye()?Pn():St({method:"getConfig"})}function mn(t){return ye()?ds(t):St({method:"setUserConfig",data:t})}function fn(){return ye()?Or():St({method:"getUserConfig"})}function fs(){return ye()?Zt():St({method:"getLocalConfig"})}function kl(t){return ye()?Xt(t):St({method:"setLocalConfig",data:t})}function j3(t){return ye()?C3(t):St({method:"setBuildinConfig",data:t})}async function Ie(t){if(t.text){let n=sl(t.text);if(n!=="auto")return Promise.resolve(n)}else return"auto";if(ye()||tt()){if(t.translateService&&!Ju.includes(t.translateService))return Promise.resolve("auto");let r=r3(t.text,t.minLength,t.pageLangs);return Promise.resolve(r)}let e=await St({method:"detectLanguage",data:t});return Promise.resolve(e)}function H3(){return St({method:"detectTabLanguage"})}async function Pl(t){let e=await Ie({text:t,pageLangs:["en"]});try{if(ye()||tt()){let n=t.substring(0,200);e=await zr.detectLanguageRemotelyByTransmart(n)}}catch{}return e}function B3(t){let e=new CustomEvent(ja,{detail:t});if(document.dispatchEvent(e),ye())return;Dl().sendMessage("popup:main_sync",{method:"setPageStatus",data:t}).catch(r=>{})}function W3(t){return ye()?M3(t):St({method:"queryParagraphCache",data:t})}async function K3(t){if(ye()){await F3(t);return}return St({method:"setParagraphCache",data:t})}async function G3(){if(ye())return Promise.resolve();await St({method:"mockRequest"})}function Bi(t=!1,e=""){return ye()?(oe.runtime.openOptionsPage(t,e),Promise.resolve()):St({method:"openOptionsPage",data:{newTab:t,pageRoute:e}})}function Ii(t=""){return ye()||tt()?Me().OPTIONS_URL:oe.runtime.getURL("options.html")}function $3(t=""){return oe&&oe.runtime&&oe.runtime.getURL?oe.runtime.getURL("options.html"):""}function Ll(t=!1){return ye()?(oe.extra.openAboutPage(t),Promise.resolve()):St({method:"openAboutPage"})}function Ri(t){return ye()?(oe.extra.openInTab(t),Promise.resolve()):St({method:"openInTab",data:t})}function V3(t=!1){return ye()?(oe.extra.openEbookViewerPage(t),Promise.resolve()):St({method:"openEbookViewerPage"})}function Y3(t=!1){return ye()?(oe.extra.openEbookBuilderPage(t),Promise.resolve()):St({method:"openEbookBuilderPage"})}function _l(t){tt()}function Oi(t=!1,e){return ye()?(oe.extra.openPdfViewerPage(t),Promise.resolve()):St({method:"openPdfViewerPage",data:{url:e}})}function Q3(t=!1){return ye()?(oe.extra.openSubtitleBuilderPage(t),Promise.resolve()):St({method:"openSubtitleBuilderPage"})}function zi(t){return ye()?Promise.resolve():St({method:"setBadge",data:{text:t}})}function J3(){return ye()?(B.warn("autoSyncLatestConfig is not support in monkey"),Promise.resolve()):St({method:"autoSyncLatestConfig"})}function Fl(t,e=!1){return ye()?oe.extra.openInTab(t,e):globalThis.open(t,e?"_blank":"_self"),Promise.resolve()}function Z3(t,e){return ye()?Mi.getDelay(t,e):St({method:"getDelay",data:{key:t,options:e}})}var X3="G-MKMD9LWFTR";async function ot(t,e,n){try{let r=us(),a=Me(),i=a.INSTALL_FROM==="firefox_store";r?.name?.startsWith("ImtFx")&&(i=!1);let o=ye(),s=He(),u=a.PROD==="1",l=`report_${t}`,c=t.endsWith("_daily");if(c){if(s)return;let A=await Rr(l,0),v=Ml(new Date(A)),O=Date.now(),_=Ml(new Date(O));if(v===_)return;await s3(l,O)}else if(!n.config.telemetry)return;let p="sitc4WmvShWYwfU0dANM3Q",m=await At("fakeUserId","");m||(m=await Rr("fakeUserId",""),m&&await et("fakeUserId",m));let g=Ut(),f=new Date,T=await At("installedAt","");T||(T=await Rr("installedAt",""),T&&await et("installedAt",T)),m?T||(T=new Date(0).toISOString(),await et("installedAt",T)):(m=bD(32),await et("fakeUserId",m)),T||(T=f.toISOString(),await et("installedAt",T));let b=new Date(T),h=Ml(b),E=Ml(f),D=h===E,M=f.getTime()-b.getTime()<7*24*60*60*1e3,I=`https://www.google-analytics.com/mp/collect?measurement_id=${X3}&api_secret=${p}`;u||(I=`https://www.google-analytics.com/debug/mp/collect?measurement_id=${X3}&api_secret=${p}`);let S=mi.parse(window.navigator.userAgent),y=e.map(A=>{let v=A.params||{};if(S.os&&(v.os_name=S.os.name||"unknown",v.os_version=S.os.version||"unknown",v.os_version_name=S.os.versionName||"unknown"),S.browser&&(v.browser_name=S.browser.name||"unknown",v.browser_version=S.browser.version||"unknown",r&&(v.browser_name=r.name,v.browser_version=r.version)),S.platform&&(v.platform_type=S.platform.type||"unknown"),S.engine&&(v.engine_name=S.engine.name||"unknown",v.engine_version=S.engine.version||"unknown"),n.translationService&&(v.translation_service||(v.translation_service=n.translationService),n.config.translationServices&&n.config.translationServices[n.translationService]&&(n.config.translationServices[n.translationService].provider&&(v.translation_service_provider=n.config.translationServices[n.translationService].provider),n.translationService==="openai"&&n.config.translationServices[n.translationService].provider==="custom"&&(n.config.translationServices[n.translationService].apiUrl?n.config.translationServices[n.translationService].apiUrl.startsWith("https://api.openai.com/")?v.openai_is_official="1":v.openai_is_official="0":v.openai_is_official="1"))),n.targetLanguage&&(v.target_language=n.targetLanguage),n.config.interfaceLanguage&&(v.interface_language=n.config.interfaceLanguage),n.config.enableDefaultAlwaysTranslatedUrls?v.enable_default_always_translated_urls=n.config.enableDefaultAlwaysTranslatedUrls?"1":"0":v.enable_default_always_translated_urls="0",g&&(v.version=g),n.config.enableInputTranslation?v.enable_input_translation=n.config.enableInputTranslation?"1":"0":v.enable_input_translation="0",n.config.translationTheme&&(v.translation_theme=n.config.translationTheme),n.config.alpha&&(v.alpha=n.config.alpha.toString()),n.config.translationLanguagePattern&&n.config.translationLanguagePattern.matches?.length>0?v.always_translate_languages=n.config.translationLanguagePattern.matches.join(","):v.always_translate_languages="none",a.INSTALL_FROM&&(v.install_from=a.INSTALL_FROM),n.config.beta&&(v.beta=n.config.alpha.toString()),n.config.translationArea&&(v.translation_area=n.config.translationArea),h&&(v.install_day=TD(b)),n.user){let _=a3(n.user);_&&Object.keys(_).forEach(k=>{v[k]=_[k]})}else v.user_type="anonymous";n.config.translationMode&&(v.translation_mode=n.config.translationMode),v.userscript=o.toString(),D?v.is_new_user_today="1":v.is_new_user_today="0",M?v.is_new_user_this_week="1":v.is_new_user_this_week="0",n.config.tempTranslateDomainMinutes?v.temp_translate_domain_minutes=n.config.tempTranslateDomainMinutes.toString():v.temp_translate_domain_minutes="0";let O="html";if(n.rule.pageType&&(O=n.rule.pageType),v.page_type=O,s?v.main_frame=0:v.main_frame=1,!c){let _=n.url;try{let k=new URL(_);v.site_host=k.hostname}catch{v.site_host="unknown"}n.sourceLanguage&&(v.source_language=n.sourceLanguage)}return{...A,params:v}});if(i)return;let L=await ce({responseType:"text",url:I,method:"POST",body:JSON.stringify({client_id:m,user_id:m,events:y})})}catch{}}function bD(t){let e="",n="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789",r=n.length,a=0;for(;ae.removeEventListener("message",n)),t.length=0}function xD(t,e,n,r){return new Promise(a=>{let i=o=>{let s=o.data;vD(e,n,s)&&s.id===r&&(t.removeEventListener("message",i),a(s.response))};t.addEventListener("message",i)})}function ED(t,e,n,r){let a=i=>{let o=i.data;a1(e,"tell",n,o)&&r(o.body)};return t.addEventListener("message",a),[t,a]}function e1(t,e,n,r,a,i){let o=async s=>{let u=s.data;if(a1(n,"ask",r,u)){let l=await i(u.body);e=s.source,e.postMessage(yD(n,r,u.id,l),s.origin)}};return t.addEventListener("message",o),[t,o]}function CD(t,e,n,r,a){let i=Math.random().toString();return t.postMessage(r1(e,"tell",n,i,r),a)}async function t1(t,e,n,r,a,i,o){let s=Math.random().toString(),u=new Promise(async(l,c)=>{let p=setTimeout(()=>c(new Error(`Failed to get response within ${o}ms`)),o),m=await xD(t,n,r,s);clearTimeout(p),l(m)});return e.postMessage(r1(n,"ask",r,s,a),i),u}var oa=class t{constructor(e,n,r=window,a="*"){this.protocol=e;this.targetWindow=n;this.thisWindow=r;this.targetOrigin=a;e1(r,n,this.getSystemProtocol("ping"),"ping",a,()=>Promise.resolve({}))}static async connect(e,n=10,r=500){for(let a=0;a<=n;a++)try{return await e.ping({timeout:r}),e}catch{continue}throw new Error(`Could not connect on protocol ${e.protocol.type} after ${n*r}ms`)}static parent(e,n,r="*",a=window){let i=n.contentWindow;if(ia(i))return new t(e,i,a,r);throw new Error("iframe.contentWindow was null")}static iframe(e,n="*",{thisWindow:r=window,targetWindow:a=window.parent}={}){return new t(e,a,r,n)}static rootIframe(e,n="*",{thisWindow:r=window}={}){return new t(e,null,r,n)}getSystemProtocol(e){return{type:`system|${e}`}}listeners=[];async ping({timeout:e=1e4}){await t1(this.thisWindow,this.targetWindow,this.getSystemProtocol("ping"),"ping",{data:{},payload:{}},this.targetOrigin,e)}handleTell(e,n){this.listeners.push(ED(this.thisWindow,this.protocol,e,n))}tell(e,n){CD(this.targetWindow,this.protocol,e,n,this.targetOrigin)}handleAsk(e,n){this.listeners.push(e1(this.thisWindow,this.targetWindow,this.protocol,e,this.targetOrigin,n))}ask(e,n,r=1e4){if(this.targetWindow)return t1(this.thisWindow,this.targetWindow,this.protocol,e,n,this.targetOrigin,r);throw new Error("target window is requried")}destroy(){SD(this.listeners)}};var i1;async function o1(){if(He()){let e=globalThis;for(;e.top!=e.self;)e=e.top;let n=oa.iframe(Zu,"*",{targetWindow:e});i1=n,await oa.connect(n).catch(r=>{B.error("connect with parent frame error",r)})}}function s1(){return i1}d();function u1(t,e){let n=e.matches||[],r=e.excludeMatches||[];if(r&&!Array.isArray(r)&&(r=[r]),n&&!Array.isArray(n)&&(n=[n]),r.length>0){if(r.includes(t)||r.includes(""))return!1;for(let a of r)if(a.includes("*")&&new RegExp(a).test(t))return!1}if(n.length===0)return!1;if(n.length>0){if(n.includes(t)||n.includes(""))return!0;for(let a of n)if(a.includes("*")&&new RegExp(a).test(t))return!0}return!1}d();d();d();d();d();d();function l1(t){return t.replace(//g,">")}d();var Bl=!1,wD=ye();function c1(t,e){let n=[];for(let r of e){let a=t.querySelectorAll(r);for(let i of a)n.push(i)}return n}function DD(t,e){let n=function(i){return i.nodeType===Node.ELEMENT_NODE||i.nodeType===Node.TEXT_NODE?i.nodeType===Node.ELEMENT_NODE&&d1(i,e,!0)?NodeFilter.FILTER_REJECT:NodeFilter.FILTER_ACCEPT:NodeFilter.FILTER_REJECT},r=document.createTreeWalker(t,NodeFilter.SHOW_ELEMENT,n),a=!0;for(;r.nextNode();){let i=r.currentNode;if(i.nodeType===Node.ELEMENT_NODE){if(sa(i,Vu)){if(a===!0)return!0;continue}if(hs(i.nodeName,e.inlineTags))return!0;if(!bp(i,e))return!1}}return!0}function Tp(t,e){let n=e.inlineTags;if(t.nodeType===Node.ELEMENT_NODE)if(hs(t.nodeName,n)||bp(t,e)){if(sa(t,ob)||hs(t.nodeName,["BR"]))return!1;if(sa(t,Vu))return!0;if(bp(t,e)){let r=globalThis.getComputedStyle(t);if(r.display==="block"||r.display==="flex")return!1}return DD(t,e)}else return sa(t,Vu);return!1}function d1(t,e,n){if(!(t.nodeType===Node.ELEMENT_NODE||t.nodeType===Node.TEXT_NODE)||t.nodeType===Node.ELEMENT_NODE&&sa(t,ib,!0))return!0;if(t.nodeType===Node.ELEMENT_NODE&&sa(t,J4))return!1;let{stayOriginalTags:r,excludeTags:a}=e,i=[];return n&&a&&a.length>0?i=a||[]:i=a.filter(o=>!r.includes(o)),!!(t.nodeType===Node.ELEMENT_NODE&&(t.getAttribute("translate")==="no"||t.classList.contains("notranslate"))||hs(t.nodeName,i))}function Ni(t,e,n){let r=t.trim();return r.length>=e||r.split(" ").filter(o=>o.trim()!=="").length>=n||!g1(r)&&r.length>=n}function p1(t,e,n){let r=t.trim();if(r.length<=e)return!0;if(g1(r)){if(r.split(" ").length<=n)return!0}else if(r.length<=n)return!0;return!1}function g1(t){for(let e=0;e127)return!1;return!0}function m1(t){if(t&&t.includes("://")&&!t.includes(" ")&&t.length<512)try{return new URL(t),!0}catch{return!1}else return!1}function f1(t){return t?/^[a-zA-Z0-9._-]+@[a-zA-Z0-9.-]+\.[a-zA-Z]{2,4}$/.test(t):!1}function h1(t){return t?/^[_\d:\-+\.。,,% ]+$/.test(t):!1}function b1(t){if(t&&t.startsWith("#")){if(t.split("#").length>2)return!1;if(t.indexOf(" ")===-1)return!0}return!1}function T1(t){return!!(t&&t.startsWith("@")&&t.indexOf(" ")===-1)}function sa(t,e,n=!1){return yp(t,e,"1",n)}function yp(t,e,n,r=!1){return Bl&&!r?t[xn]?!!(t[xn]&&t[xn][e]===n):!1:t.dataset[e]===n}function Ui(t){return(t.innerText||t.textContent||"").trim()}function vp(t){let e=t.querySelectorAll("iframe"),n="";for(let r=0;r2e3))break}return n}function Il(t){return t?typeof t=="string"?document.querySelector(t)!==null:t.some(e=>document.querySelector(e)):!1}function lt(t,e,n,r=!1,a=!1){t.isContentEditable&&!a||(Bl&&!r?(t[xn]||(t[xn]={}),t[xn][e]||(t[xn][e]=n)):t.dataset[e]!==n&&(t.dataset[e]=n))}function Rl(t,e,n=!1){if(Bl&&!n){if(!t[xn]||!t[xn][e])return;delete t[xn][e]}else delete t.dataset[e]}function qi(t,e,n=!1){return Bl&&!n?!t[xn]||!t[xn][e]?void 0:t[xn][e]:t.dataset[e]}function bp(t,e){let n=e.allBlockTags.concat(e.inlineTags).concat(e.excludeTags);return!hs(t.nodeName,n)}function Ee(){if(!globalThis||!globalThis.location)return"https://example.com";if(!He())return globalThis.location.href;try{let e=globalThis.location.href,n=new URL(e);if(n.protocol==="about:"||n.protocol==="blob:"){if(globalThis.location.ancestorOrigins&&globalThis.location.ancestorOrigins.length>0)return globalThis.location.ancestorOrigins[0];let r="";try{r=globalThis.parent.location.href}catch{}return r||(globalThis.location!=globalThis.parent.location?document.referrer:document.location.href)}else return e}catch{}return globalThis.location.href}function En(t,e,n){if(t instanceof ShadowRoot){try{t.appendChild(document.createElement("style")).textContent=e}catch(r){B.warn("injectCSS failed, rootDocument"+r?.message,t)}return}if(t&&t.head&&t.head.appendChild){let r=t.createElement("style");if(n){let a=t.querySelector(`style[data-id="${n}"]`);a&&a.remove(),r.dataset.id=n}r.textContent=e,t.head.appendChild(r)}else if(t){let r=document.createElement("head"),a=document.createElement("style");a.textContent=e,r.appendChild(a),t.appendChild(r)}else B.warn("injectCSS failed, rootDocument does not have head node",t)}function ji(t){let e=t.getAttribute("src");if(e){if(e==="about:blank")return!0;if(wD){if(e.startsWith("blob:"))return!0}else if(e.startsWith("blob:"))return!!document.querySelector("meta[name='immersive-translate-ebook-viewer']")||!e.startsWith("blob:http");return!1}try{if(t.contentDocument&&t.contentDocument.body)return!0}catch{}return!1}function hs(t,e){if(!t||!e)return!1;Array.isArray(e)||(e=[e]),t=t.toUpperCase();for(let n of e)if(t===n)return!0;return!1}function y1(t){let e=t.replace("#",""),n=parseInt(e.substring(0,2),16),r=parseInt(e.substring(2,4),16),a=parseInt(e.substring(4,6),16);return{r:n,g:r,b:a}}function v1(t,e,n,r){if(r.document.caretPositionFromPoint){let a=r.document.caretPositionFromPoint(t,e);if(a){let i=r.document.createRange(),o=a.offsetNode;if(!o||o.nodeType!==Node.TEXT_NODE||d1(o,n,!0))return null;try{i.setStart(o,a.offset),i.setEnd(o,a.offset)}catch(s){return B.warn("getRangeFromPoint error",s),null}return i}return null}else return r.document.caretRangeFromPoint?r.document.caretRangeFromPoint(t,e):null}function S1(t,e,n){let r=0,a=(i,o,s,u)=>{if(++r>100||u===i)return i;let l=i.shadowRoot;if(!l||typeof l.elementFromPoint!="function")return i;let c=l.elementFromPoint(o,s);return c?a(c,o,s,i):i};return a(t,e,n)}d();d();d();var ql,Fe,D1,AD,bs,x1,A1,zl={},k1=[],kD=/acit|ex(?:s|g|n|p|$)|rph|grid|ows|mnc|ntw|ine[ch]|zoo|^ord|itera/i;function ua(t,e){for(var n in e)t[n]=e[n];return t}function P1(t){var e=t.parentNode;e&&e.removeChild(t)}function xp(t,e,n){var r,a,i,o={};for(i in e)i=="key"?r=e[i]:i=="ref"?a=e[i]:o[i]=e[i];if(arguments.length>2&&(o.children=arguments.length>3?ql.call(arguments,2):n),typeof t=="function"&&t.defaultProps!=null)for(i in t.defaultProps)o[i]===void 0&&(o[i]=t.defaultProps[i]);return Ol(t,o,r,a,null)}function Ol(t,e,n,r,a){var i={type:t,props:e,key:n,ref:r,__k:null,__:null,__b:0,__e:null,__d:void 0,__c:null,__h:null,constructor:void 0,__v:a??++D1};return a==null&&Fe.vnode!=null&&Fe.vnode(i),i}function jt(t){return t.children}function Hi(t,e){this.props=t,this.context=e}function Wi(t,e){if(e==null)return t.__?Wi(t.__,t.__.__k.indexOf(t)+1):null;for(var n;e0?Ol(g.type,g.props,g.key,g.ref?g.ref:null,g.__v):g)!=null){if(g.__=n,g.__b=n.__b+1,(m=h[c])===null||m&&g.key==m.key&&g.type===m.type)h[c]=void 0;else for(p=0;p=n.__.length&&n.__.push({__V:jl}),n.__[t]}function se(t){return Ts=1,FD(G1,t)}function FD(t,e,n){var r=Wl(ys++,2);if(r.t=t,!r.__c&&(r.__=[n?n(e):G1(void 0,e),function(i){var o=r.__N?r.__N[0]:r.__[0],s=r.t(o,i);o!==s&&(r.__N=[s,r.__[1]],r.__c.setState({}))}],r.__c=wt,!wt.u)){wt.u=!0;var a=wt.shouldComponentUpdate;wt.shouldComponentUpdate=function(i,o,s){if(!r.__c.__H)return!0;var u=r.__c.__H.__.filter(function(c){return c.__c});if(u.every(function(c){return!c.__N}))return!a||a.call(this,i,o,s);var l=!1;return u.forEach(function(c){if(c.__N){var p=c.__[0];c.__=c.__N,c.__N=void 0,p!==c.__[0]&&(l=!0)}}),!!l&&(!a||a.call(this,i,o,s))}}return r.__N||r.__}function Ae(t,e){var n=Wl(ys++,3);!Fe.__s&&K1(n.__H,e)&&(n.__=t,n.i=e,wt.__H.__h.push(n))}function $e(t){return Ts=5,Ue(function(){return{current:t}},[])}function Ue(t,e){var n=Wl(ys++,7);return K1(n.__H,e)?(n.__V=t(),n.i=e,n.__h=t,n.__V):n.__}function Ve(t,e){return Ts=8,Ue(function(){return t},e)}function Kl(t){var e=wt.context[t.__c],n=Wl(ys++,9);return n.c=t,e?(n.__==null&&(n.__=!0,e.sub(wt)),e.props.value):t.__}function MD(){for(var t;t=W1.shift();)if(t.__P&&t.__H)try{t.__H.__h.forEach(Hl),t.__H.__h.forEach(wp),t.__H.__h=[]}catch(e){t.__H.__h=[],Fe.__e(e,t.__v)}}Fe.__b=function(t){typeof t.type!="function"||t.o||t.type===jt?t.o||(t.o=t.__&&t.__.o?t.__.o:""):t.o=(t.__&&t.__.o?t.__.o:"")+(t.__&&t.__.__k?t.__.__k.indexOf(t):0),wt=null,z1&&z1(t)},Fe.__r=function(t){N1&&N1(t),ys=0;var e=(wt=t.__c).__H;e&&(Cp===wt?(e.__h=[],wt.__h=[],e.__.forEach(function(n){n.__N&&(n.__=n.__N),n.__V=jl,n.__N=n.i=void 0})):(e.__h.forEach(Hl),e.__h.forEach(wp),e.__h=[])),Cp=wt},Fe.diffed=function(t){U1&&U1(t);var e=t.__c;e&&e.__H&&(e.__H.__h.length&&(W1.push(e)!==1&&O1===Fe.requestAnimationFrame||((O1=Fe.requestAnimationFrame)||BD)(MD)),e.__H.__.forEach(function(n){n.i&&(n.__H=n.i),n.__V!==jl&&(n.__=n.__V),n.i=void 0,n.__V=jl})),Cp=wt=null},Fe.__c=function(t,e){e.some(function(n){try{n.__h.forEach(Hl),n.__h=n.__h.filter(function(r){return!r.__||wp(r)})}catch(r){e.some(function(a){a.__h&&(a.__h=[])}),e=[],Fe.__e(r,n.__v)}}),q1&&q1(t,e)},Fe.unmount=function(t){j1&&j1(t);var e,n=t.__c;n&&n.__H&&(n.__H.__.forEach(function(r){try{Hl(r)}catch(a){e=a}}),n.__H=void 0,e&&Fe.__e(e,n.__v))};var H1=typeof requestAnimationFrame=="function";function BD(t){var e,n=function(){clearTimeout(r),H1&&cancelAnimationFrame(e),setTimeout(t)},r=setTimeout(n,100);H1&&(e=requestAnimationFrame(n))}function Hl(t){var e=wt,n=t.__c;typeof n=="function"&&(t.__c=void 0,n()),wt=e}function wp(t){var e=wt;t.__c=t.__(),wt=e}function K1(t,e){return!t||t.length!==e.length||e.some(function(n,r){return n!==t[r]})}function G1(t,e){return typeof e=="function"?e(t):e}d();var $1=["*://*/*","*","*://*"],Y1="immersive-translate-wildcard-placeholder.com";function Dp(t,e){try{let n=[];if(!e||(e&&!Array.isArray(e)?n=[e]:n=e,n.length===0))return null;if(n.some(s=>$1.includes(s)))return t;let r=new URL(t);r.hash="",r.search="";let a=r.href,i=r.hostname,o=r.port;if(n&&n.length>0){let s=n.find(u=>{if(!u)return!1;if(u===i)return!0;if($1.includes(u))return!0;if(!u.includes("*")&&u.includes("://")){try{let l=new URL(u);if(l.pathname==="/"&&!u.endsWith("/")){let c=l.hostname===i,p=l.port===o;return l.port?c&&p:c}else return RD(a,u)}catch{}return!1}else{let l,c=u;if(u.includes("://")){let b=u.split("://");l=b[0],l==="*"&&b.length>1&&(l="*",u="https://"+b[1])}else l="*",u="https://"+u;let p=u.replace(/\*/g,Y1),m;try{m=new URL(p)}catch{return B.debug("invalid match pattern",p,"raw match value:",c),!1}let g=m.host,f=m.pathname;f==="/"&&(c.replace("://","").includes("/")||(f="/*"));let T=ID(l+":",V1(g),V1(f));if(T){let b=new URL(a);return T.test(b.href)}else return!1}});if(s)return s}return null}catch{return null}}function V1(t){return t.replaceAll(Y1,"*")}function ID(t,e,n){let r="^";return t==="*:"?r+="(http:|https:|file:)":r+=t,r+="//",e&&(t==="file:"||(e==="*"?r+="[^/]+?":(e.match(/^\*\./)&&(r+="[^/]*?",e=e.substring(1)),r+=e.replace(/\./g,"\\.").replace(/\*/g,"[^/]*")))),n?n==="*"||n==="/*"?r+="(/.*)?":n.includes("*")?(r+=n.replace(/\*/g,".*?"),r+="/?"):r+=n.replace(/[-[\]{}()*+?.,\\^$|#\s]/g,"\\$&"):r+="/?",r+="$",new RegExp(r)}function dt(t,e){return Dp(t,e)!==null}function RD(t,e){let n=new URL(t),r=new URL(e);return n.hostname===r.hostname&&n.pathname===r.pathname&&n.protocol===r.protocol&&n.port===r.port}var OD=["block","grid","flex","table","table-row","table-cell","list-item","-webkit-box","box","contents"];function Cn(t,e){if(e.length===0)return!1;let n=e.join(",");return t.matches&&t.matches(n)||!1}function la(t,e,n){let{blockSelectors:r,extraBlockSelectors:a,extraInlineSelectors:i,atomicBlockSelectors:o}=e;if(Cn(t,i))return!1;if(Cn(t,a)||["br","input"].includes(t.nodeName.toLowerCase()))return!0;let l=null;if(t.parentNode&&t.parentNode.immersiveTranslateComputedStyle&&(l=t.parentNode.immersiveTranslateComputedStyle),l&&l.display&&l.display==="inline-flex")return!1;let c=p();return c&&(c=!Cn(t,o)),c;function p(){return n&&n.display?!!OD.includes(n.display):Cn(t,r)}}var Gt=Cn;function Va(t){return!!t.shadowRoot}function ca(t){if(!t||typeof t!="string"&&(t=t.textContent,!t))return"";let e="";return t!==t.trimStart()&&(e+=" "),e+=t.trim(),e===" "||t!==t.trimEnd()&&(e+=" "),e}function vs(t){if(!t)return["",""];if(typeof t!="string"&&(t=t.textContent,!t))return["",""];let e=[];return t!==t.trimStart()?e.push(" "):e.push(""),!t.trim()&&e.length===1?[" ",""]:(t!==t.trimEnd()?e.push(" "):e.push(""),e)}function fr(t,e=!1){let n=es;return e&&t?.translatedPlaceholderDelimiters?n=t.translatedPlaceholderDelimiters:t?.placeholderDelimiters&&(n=t.placeholderDelimiters),n}function $a(t,e=!1){let n=t.config?.translationServices?.[t.translationService];return fr(n,e)}function $i(t,e){return na(e,t.targetLanguage,{ignoreZhCNandZhTW:t.rule.ignoreZhCNandZhTW})}function Ap(t){let{rule:e}=t,n=zD(t);return` <${e.targetWrapperTag} class="${n} notranslate">`}function zD(t){let e=t.config.loadingTheme;return`${Q}-loading-${e}`}function Ss(t,e){let n=t.rule,r=document.createElement(n.targetWrapperTag);r.classList.add("notranslate",yt),r.setAttribute("translate","no"),r.setAttribute("lang",t.targetLanguage),lt(r,rb,e.toString());let a=Ap(t);return r.append(Ye.sanitize(a,{RETURN_DOM_FRAGMENT:!0})),r}function Vi(t,e){return t.querySelector(`[${U0}='${e}']`)}function Q1(){document.querySelectorAll(`[${U0}]`).forEach(e=>{e.remove()})}function J1(){document.querySelectorAll(`.${yt}-error`).forEach(e=>{e.remove()})}function Z1(){let t=document.querySelectorAll("iframe"),e=[];return t.forEach(n=>{ji(n)&&e.push(n)}),e}function kp(t){let e={},{glossaries:r,_systemExcludeWordRegex:a,text:i,delimiters:o,excludeRegexps:s,targetLanguage:u}=t,l=i,c=1001;try{if(r&&r.length>0){let p={},m=r.filter(f=>f.tl&&f.tl!==u?!1:f.k?(p[f.k]=f.v||"",!0):!1).sort((f,T)=>f.tl&&!T.tl?1:!f.tl&&T.tl?-1:0),g=new RegExp(a.replace("{word}",m.map(f=>f.k).join("|")),"g");l=l.replace(g,(f,T)=>{let b=c++;return e[`${b}`]=p[T]||T,o.length>2?f.replace(T,`<${o[2]}${b}>`):f.replace(T,`${o[0]}${b}${o[1]}`)})}s&&s.length>0&&s.forEach(p=>{let m=new RegExp(p,"gi");l=l.replace(m,(g,f)=>{let T=c++;return e[`${T}`]=l1(f),o.length>2?g.replace(f,`<${o[2]}${T}>`):g.replace(f,`${o[0]}${T}${o[1]}`)})})}catch(p){B.debug(`format source text error: ${p.message}`)}return{text:l,variables:e}}function xs(t){let{noTranslateRegexp:e,minTextCount:n,minWordCount:r,delimiters:a,text:i}=t,o=new RegExp(`${a[0]}(\\d+)${a[1]}`,"gi");if(a.length>2){let u=a[2];o=new RegExp(`<${u}(\\d+)>(.*?)`,"gi")}let s=i.trim();return s=s.replace(o,""),s=s.trim(),s===""||s.length===1&&s.charCodeAt(0)===8203||/^[0-9.,\/#!$%\^&\*;:{}=\-_`~()\s]+$/.test(i)||s.includes("")||s.includes("< styles>")||T1(s)||m1(s)||b1(s)||f1(s)||h1(s)||UD(s)||o.test(s)||e&&e.length>0&&new RegExp(e.join("|"),"gi").test(s)?!1:Ni(i,n,r)}function Nr(t){return t.nodeType===Node.ELEMENT_NODE}function X1(t,e){return t.paragraphs?t.paragraphs[0]?.ctxId!==e?(t.paragraphs=[],!1):!0:!1}async function Pp(){return await At("fakeUserId","")}async function ND(){return await At("installedAt","")}async function Gl(t){let n=Me().INSTALL_FROM,r=Ut(),a=await ND(),i=await Pp(),o=await Pn(),s=!1,u=await Mt.get(Ft,null),l=!1;return u&&Jt(u)&&(s=!0,u.subscription&&u.subscription.isTrial&&(l=!0)),{installFrom:n,version:r,installedAt:a,interfaceLang:t,optionInterfaceLang:o.interfaceLanguage,deviceId:i,isProUser:s,isTrial:l}}function e2(t,e,n,r){if(!e||!r||!t)return"";let a=t.xpathRule,i=0,o=n;for(;o&&o!==r;)i++,o=o.parentNode;let s=i+"";for(let u=0;u{!t||!e||(async()=>{let a=await _p(t,e);r(a)})()},[t,e,r]),n}async function _p(t,e){if(!t||!e)return;let n=!1,r,a=!0;!tt()&&ye()||ut().any?(a=!1,r=e.monkeyH5FloatBall,!r&&t.rule.isShowUserscriptPagePopup==!1&&(r=t.config.monkeyH5FloatBall,r.enable=!1),r||(r=t.config.monkeyH5FloatBall),n=!e.monkeyH5FloatBall):(r=t.config.pcFloatBall,n=!e.pcFloatBall);try{if(r?.afterInstalledAt&&n){let i=await At("installedAt","");new Date(i).getTime()s==n),a=t.config.translationModeLanguagePattern.translationMatches.find(s=>s==n),i=t.config.translationModeUrlPattern.dualMatches.find(s=>dt(t.url,s));return t.config.translationModeUrlPattern.translationMatches.find(s=>dt(t.url,s))?"translation":i?"dual":a?"translation":r?"dual":null}d();function Fp(t,e,n=[],r){let a=["notranslate"];return r&&a.push(lb),t&&(a.push(`${Q}-target-translation-theme-${t}`),e?a.push(`${j0}-theme-${t}`):a.push(`${q0}-theme-${t}`)),n.length>0&&a.push(...n),e?a.push(j0):a.push(q0),a}function Mp(t){let e=["notranslate",Qu];return t&&e.push(`${Q}-target-translation-theme-${t}-inner`),e}function a2(t,e,n){let{rule:r,state:a}=n,{translationTheme:i}=a,{variables:o,isVertical:s}=t;o=o||[];let{text:u}=e,{wrapperPrefix:l,wrapperSuffix:c}=r,p=$a(n,!0),m="afterend",g=p[0],f=p[1],T=`${g}(\\d+)${f}`,b=new RegExp(T,"g"),h=Ye.sanitize(u);o.length>0&&(h=h.replace(b,I=>{let S=h.indexOf(I),y=h[S-1]===" ",L=h[S+I.length]===" ",v=I.replace(new RegExp(p[0],"g"),"").replace(new RegExp(p[1],"g"),""),O=Number(v);if(isNaN(O))return I;let _=o[O];if(_&&_.type==="element"){let k=_.value.outerHTML;return y||(k=" "+k),L||(k=k+" "),k}else B.error("variable type not supported",_,I);return I}));let E=Fp(i,t.inline,r.translationClasses||[],t.preWhitespace);s&&E.push(ub);let D=Mp(i),M="";return r.translationBlockStyle&&(M=`style="${r.translationBlockStyle}"`),h=`<${n.rule.targetWrapperTag} ${M} class="${E.join(" ")}" ${dr}="1"><${r.targetWrapperTag} class="${D.join(" ")}" ${dr}="1">${h}`,t.inline||(l==="smart"?h=`
${h}`:h=`${l}${h}`),t.inline&&(l!=="smart"?h=`${l}${h}`:h=`<${r.targetWrapperTag} class="notranslate" ${dr}="1"> ${h}`),c==="smart"?h=`${h}`:h=`${h}${c}`,{html:h,position:m}}function $l(t,e){let n=t.original||t,r=null,{stayOriginalSelectors:a,delimiters:i,isPreWhitespace:o}=e,s=[],u={};for(let l=0;l2&&(h=`<${i[2]}${b}>`),u[b]=c,s.push({text:h,type:"variable"})}else s.push({text:c.textContent||"",type:"text"});else{let T=c.textContent||"";m&&(T=ca(Bp(c))),s.push({text:T,type:"text"})}else if(c.nodeType===Node.ELEMENT_NODE)if(c&&Gt(c,a)){let b=Object.keys(u).length,h=`${i[0]}${b}${i[1]}`;i.length>2&&(h=`<${i[2]}${b}>`),u[b]=c;let E=Ip(s).endsWith(" ")?" ":"",D=ca(c.innerText||c.textContent),M=ca(c.nextSibling).startsWith(" ")?" ":"",I=vs(E+D+M),S=I[0]+h+I[1];if(E===" ")S=S.trimStart();else if(!S.startsWith(" ")){let y=vs(c.previousSibling)[1];y===""&&(y=" "),S=y+S}s.push({text:S,type:"variable"})}else{let T=Ip(s).endsWith(" ")?" ":"",b=ca(c.innerText||c.textContent);m&&(b=ca(Bp(c)));let h=ca(c.nextSibling).startsWith(" ")?" ":"",E=vs(T+b+h),D=E[0]+(c.innerText?.trim()||c.textContent?.trim()||"")+E[1];if(T===" ")D=D.trimStart();else{let M=vs(c.previousSibling)[1];M===""&&(c.nodeName==="A"||c.nodeName==="CODE")&&(M=" "),D=M+D}s.push({text:D,type:"text"})}else{let T=Ip(s).endsWith(" ")?" ":"",b="";c.textContent&&(b=ca(Bp(c))),T===" "&&(b=b.trimStart()),s.push({text:b,type:"text"})}}if(s&&s.length>0){let l="";for(let c=0;c0&&(m=s[c-1].text),c/g,">"))}t.targetText=Ye.sanitize(t.targetText);let a=!1,i=t.text,o=i.split(" ").length,s=i.split(` -`).length;o<=n.blockMinWordCount&&i.length<=n.blockMinTextCount&&s<2&&(a=!0);let u={id:Number(t.id),elements:[],isVertical:!1,rootFrame:t.commonAncestorContainer,text:t.text,variables:r,inline:a,preWhitespace:t.isPreWhitespace||!1,languageByLocal:"auto",languageByClient:"auto"},l=$a(e);if(l.length>2){let c=l[2];return qD({delimiterTag:c,targetText:t.targetText,inline:a,preWhitespace:t.isPreWhitespace||!1,wrapperPrefix:e.rule.wrapperPrefix,wrapperSuffix:e.rule.wrapperSuffix,targetWrapperTag:e.rule.targetWrapperTag,translationTheme:e.state.translationTheme,translationBlockStyle:e.rule.translationBlockStyle,translationClasses:e.rule.translationClasses,variables:r}).html}else{let c=a2(u,{id:Number(t.id),url:"https://google.com",text:t.targetText,from:"auto",to:"auto",fromByClient:"auto"},e);return c.html}}function Bp(t){return(t?.innerText||t.textContent||"").replace(/\s+/g," ")||""}function qD(t){let{delimiterTag:e,inline:n,translationClasses:r,targetWrapperTag:a,wrapperPrefix:i,variables:o,preWhitespace:s,wrapperSuffix:u,translationTheme:l,translationBlockStyle:c}=t;o=o||[];let p=t.targetText;p=Ye.sanitize(p);let m=p,g=new RegExp(`<${e}(\\d+)>(.*?)`,"g"),f=new RegExp(`<${e}(\\d+)>`);o.length>0&&(m=m.replace(g,E=>{let D=m.indexOf(E),M=m[D-1]===" ",I=m[D+E.length]===" ",S=E.match(f);if(!S)return E;let y=S[1],L=Number(y);if(isNaN(L))return E;let A=o[Number(L)];if(A&&A.type==="element"){let v=A.value.outerHTML;return M||(v=" "+v),I||(v=v+" "),v}else if(A&&A.type==="text"){let v=A.value;return M||(v=" "+v),I||(v=v+" "),v}else B.error("variable type not supported",A,E);return E}));let T=Fp(l,n,r||[],s),b=Mp(l),h="";return c&&(h=`style="${c}"`),m=`<${a} ${h} class="${T.join(" ")}" ${dr}="1"><${a} class="${b.join(" ")}" ${dr}="1">${m}`,n||(i==="smart"?m=`
${m}`:m=`${i}${m}`),n&&(i!=="smart"?m=`${i}${m}`:m=`<${a} class="notranslate" ${dr}="1"> ${m}`),u==="smart"?m=`${m}`:m=`${m}${u}`,{html:m,position:"afterend"}}function Ip(t){let e=t[t.length-1];return e?e.text:""}function Rp(t){let{text:e,delimiters:n,variables:r}=t,a=e;if(n.length>2){let i=n[2],o=new RegExp(`<${i}(\\d+)>(.*?)`,"g"),s=new RegExp(`<${i}(\\d+)>`),u=e;return Object.keys(r).length>0&&(u=u.replace(o,c=>{let p=c.match(s);if(!p)return c;let m=p[1],g=Number(m);if(isNaN(g))return c;let f=r[m];return f||c})),u}else{let i=`${n[0]}(\\d+)${n[1]}`,o=new RegExp(i,"g");a=a.replace(o,s=>{let l=s.replace(new RegExp(n[0],"g"),"").replace(new RegExp(n[1],"g"),""),c=Number(l);return isNaN(c)?s:r[c]?r[c]:s})}return a}var De=class{static langMap=new Map;serviceConfig;generalConfig;maxTextLength=1800;isSupportList=!0;maxTextGroupLength=50;requestTimeout=30*1e3;retry=2;translationOptions;minTextCount=2;constructor(e,n,r){this.serviceConfig=e,this.generalConfig=n,this.translationOptions=r,e?.retry&&(this.retry=e.retry),e?.requestTimeout&&(this.requestTimeout=Number(e.requestTimeout)),r&&r.minTextCount&&(this.minTextCount=r.minTextCount)}async init(){}getMaxTextGroupLength(){return this.maxTextGroupLength}getRateLimiter(){let e=this.getDefaultRateLimit()||{limit:7,interval:1250},n=this.serviceConfig;return n?.limit&&(e.limit=Number(n.limit)),n?.interval&&(e.interval=Number(n.interval)),e}formatRateLimit(e){return e.limit<1&&(e.interval=Math.round(1e3/e.limit),e.limit=1),e}getDefaultRateLimit(){return{limit:7,interval:1250}}getCacheKeyPrefix(){return""}translate(e){throw new Error("Not implemented")}translateList(e){throw new Error("Not implemented")}async multipleTranslate(e,n,r){if(e.sentences.length===0)return{sentences:[]};let{sentences:a}=e,i=!1,o=!1,s=[],u=null,l=new Set;for(let b of a)b.from&&b.from!=="auto"&&l.add(b.from),b.refresh&&(i=!0),b.debug&&(o=!0);let c=this.maxTextLength;this.serviceConfig&&this.serviceConfig.maxTextLengthPerRequest&&(c=this.serviceConfig.maxTextLengthPerRequest);let p=this.maxTextGroupLength;this.serviceConfig&&this.serviceConfig.maxTextGroupLengthPerRequest&&(p=this.serviceConfig.maxTextGroupLengthPerRequest),this.translationOptions&&this.translationOptions.sourceProgram&&["videoSubtitle","subtitle"].includes(this.translationOptions.sourceProgram)&&this.serviceConfig&&this.serviceConfig.maxTextGroupLengthPerRequestForSubtitle&&(p=this.serviceConfig.maxTextGroupLengthPerRequestForSubtitle);try{s=L3(a,c,p)}catch(b){if(r)for(let h=0;hb));let m=[],g=[],f=(b,h,E)=>{let D="";if(h.translatedTexts&&h.translatedTexts[0]&&(D=h.translatedTexts[0]),g[b]||(g[b]=h,g[b].translatedTexts=Array(h.sentenceTotalParts).fill(null)),g[b].hasError)return;if(E){let S=E instanceof V?new V(E.name,E.message).initNetWork(E.status).initData(E.data):E;g[b].hasError=!0,h.callback&&h.callback(S,null,h.sentence);return}g[b].translatedTexts[h.partIndex]=D;let M=g[b],I=0;for(let S=0;S{let I=h.from;if(h.fromByClient&&h.fromByClient!=="auto"&&(I=h.fromByClient),this.isSupportList)return{...await this.formatAndTranslateList({text:h.tempSentences.map(y=>y.text),forces:h.tempSentences.map(y=>y.force),xpaths:h.tempSentences.map(y=>y.xpath||""),from:I,to:h.to,url:E,options:n,refresh:i,debug:o}),sourceTempSentences:h.tempSentences};{let S=sb;this.serviceConfig&&this.serviceConfig.translationTextSeparator&&(S=this.serviceConfig.translationTextSeparator);let y=null;this.serviceConfig&&this.serviceConfig.newlinePlaceholderDelimiters&&(y=this.serviceConfig.newlinePlaceholderDelimiters);let L=[],A=fr(this.serviceConfig);if(h.tempSentences.forEach((q,F)=>{let C=kp({text:q.text,_systemExcludeWordRegex:this.generalConfig._systemExcludeWordRegex,delimiters:A,glossaries:this.translationOptions.glossaries,excludeRegexps:this.translationOptions.excludeRegexps,targetLanguage:h.to});q.force!==!0&&(C&&C.text&&C.text.trim().lengthF.text);return Promise.resolve({sourceTempSentences:h.tempSentences,text:q,from:I,to:h.to})}let v="";y&&y.length>=2?v=L.map((q,F)=>{let{item:C}=q;return F===L.length-1?C.text:C.text+y[0]+(F+1)+y[1]}).join(""):v=L.map(({item:q})=>q.text).join(S);let O=await this.translate({text:v,from:I,to:h.to,url:E,options:{...n,rawTextArrayLength:L.length,sourceProgram:this.translationOptions.sourceProgram||""},refresh:i,debug:o}),{text:_}=O,k=[];if(y&&y.length>=2){let q=`${y[0]}\\d+${y[1]}`;y&&y.length>=3&&(q=y[2]);let F=new RegExp(q,"g");k=_.split(F)}else k=_.split(S);let N=[];if(k.length>L.length){for(let q=0;qq.text);return A=fr(this.serviceConfig,!0),N.forEach((q,F)=>{let C=L[F],P=C.index,U=C.variables||{};Object.keys(U).length>0&&(q=Rp({text:q,delimiters:A,variables:U})),z[P]=q}),{sourceTempSentences:h.tempSentences,text:z,from:O.from,to:O.to}}};m.push(M().then(I=>{let{text:S,sourceTempSentences:y}=I;for(let L=0;L{if(I instanceof V&&I.initData({translationService:this.translationOptions.translationService,isLogin:!!this.translationOptions.userToken,isPro:this.translationOptions.isPro}),r){for(let S=0;S{let h=b.sentence.text;return b.translatedTexts&&b.translatedTexts.length>0&&(h=b.translatedTexts.join("")),{...b.sentence,text:h}})}}async formatAndTranslateList(e){let n={...e},{forces:r}=e,a=[],i=fr(this.serviceConfig);if(this.serviceConfig&&i.length>0)try{let{text:l,xpaths:c}=e;if(l.forEach((p,m)=>{let g=kp({text:p,_systemExcludeWordRegex:this.generalConfig._systemExcludeWordRegex,delimiters:i,excludeRegexps:this.translationOptions.excludeRegexps,glossaries:this.translationOptions.glossaries,targetLanguage:e.to});r&&r[m]!==!0&&(g&&g.text&&g.text.trim().lengthp.text),n.xpaths=a.map(p=>p.xpath)}catch(l){B.debug("formatAndTranslateList error",e,l)}let o=await this.translateList(n),{text:s}=o,u=e.text.map(l=>l);return i=fr(this.serviceConfig,!0),s.forEach((l,c)=>{let p=a[c];if(p){let m=p.index,g=p.variables,f=Object.keys(g);u[m]=l,f.length>0&&(u[m]=Rp({text:l,delimiters:i,variables:g}))}}),{...o,text:u}}detectLanguageLocally(e){return Ie({text:e,minLength:18,pageLangs:[vt(),"en"]})}detectLanguageRemotely(e){return Promise.resolve("auto")}detectLanguage(e){return e.length>=50?this.detectLanguageLocally(e):this.detectLanguageRemotely(e)}};d();d();var Qi="input is invalid type",Op=typeof window=="object",da=Op?window:{};da.JS_SHA256_NO_WINDOW&&(Op=!1);var jD=!Op&&typeof self=="object",HD=!da.JS_SHA256_NO_NODE_JS&&typeof process=="object"&&process.versions&&process.versions.node;HD?da=global:jD&&(da=self);var jH=!da.JS_SHA256_NO_COMMON_JS&&typeof module=="object"&&module.exports,HH=typeof define=="function"&&define.amd,Es=!da.JS_SHA256_NO_ARRAY_BUFFER&&typeof ArrayBuffer<"u",be="0123456789abcdef".split(""),WD=[-2147483648,8388608,32768,128],er=[24,16,8,0],Vl=[1116352408,1899447441,3049323471,3921009573,961987163,1508970993,2453635748,2870763221,3624381080,310598401,607225278,1426881987,1925078388,2162078206,2614888103,3248222580,3835390401,4022224774,264347078,604807628,770255983,1249150122,1555081692,1996064986,2554220882,2821834349,2952996808,3210313671,3336571891,3584528711,113926993,338241895,666307205,773529912,1294757372,1396182291,1695183700,1986661051,2177026350,2456956037,2730485921,2820302411,3259730800,3345764771,3516065817,3600352804,4094571909,275423344,430227734,506948616,659060556,883997877,958139571,1322822218,1537002063,1747873779,1955562222,2024104815,2227730452,2361852424,2428436474,2756734187,3204031479,3329325298],Yl=["hex","array","digest","arrayBuffer"],Ht=[];(da.JS_SHA256_NO_NODE_JS||!Array.isArray)&&(Array.isArray=function(t){return Object.prototype.toString.call(t)==="[object Array]"});Es&&(da.JS_SHA256_NO_ARRAY_BUFFER_IS_VIEW||!ArrayBuffer.isView)&&(ArrayBuffer.isView=function(t){return typeof t=="object"&&t.buffer&&t.buffer.constructor===ArrayBuffer});var o2=function(t,e){return function(n){return new Wt(e,!0).update(n)[t]()}},u2=function(t){var e=o2("hex",t);e.create=function(){return new Wt(t)},e.update=function(a){return e.create().update(a)};for(var n=0;n>2]|=t[a]<>2]|=r<>2]|=(192|r>>6)<>2]|=(128|r&63)<=57344?(s[i>>2]|=(224|r>>12)<>2]|=(128|r>>6&63)<>2]|=(128|r&63)<>2]|=(240|r>>18)<>2]|=(128|r>>12&63)<>2]|=(128|r>>6&63)<>2]|=(128|r&63)<=64?(this.block=s[16],this.start=i-64,this.hash(),this.hashed=!0):this.start=i}return this.bytes>4294967295&&(this.hBytes+=this.bytes/4294967296<<0,this.bytes=this.bytes%4294967296),this}};Wt.prototype.finalize=function(){if(!this.finalized){this.finalized=!0;var t=this.blocks,e=this.lastByteIndex;t[16]=this.block,t[e>>2]|=WD[e&3],this.block=t[16],e>=56&&(this.hashed||this.hash(),t[0]=this.block,t[16]=t[1]=t[2]=t[3]=t[4]=t[5]=t[6]=t[7]=t[8]=t[9]=t[10]=t[11]=t[12]=t[13]=t[14]=t[15]=0),t[14]=this.hBytes<<3|this.bytes>>>29,t[15]=this.bytes<<3,this.hash()}};Wt.prototype.hash=function(){var t=this.h0,e=this.h1,n=this.h2,r=this.h3,a=this.h4,i=this.h5,o=this.h6,s=this.h7,u=this.blocks,l,c,p,m,g,f,T,b,h,E,D;for(l=16;l<64;++l)g=u[l-15],c=(g>>>7|g<<25)^(g>>>18|g<<14)^g>>>3,g=u[l-2],p=(g>>>17|g<<15)^(g>>>19|g<<13)^g>>>10,u[l]=u[l-16]+c+u[l-7]+p<<0;for(D=e&n,l=0;l<64;l+=4)this.first?(this.is224?(b=300032,g=u[0]-1413257819,s=g-150054599<<0,r=g+24177077<<0):(b=704751109,g=u[0]-210244248,s=g-1521486534<<0,r=g+143694565<<0),this.first=!1):(c=(t>>>2|t<<30)^(t>>>13|t<<19)^(t>>>22|t<<10),p=(a>>>6|a<<26)^(a>>>11|a<<21)^(a>>>25|a<<7),b=t&e,m=b^t&n^D,T=a&i^~a&o,g=s+p+T+Vl[l]+u[l],f=c+m,s=r+g<<0,r=g+f<<0),c=(r>>>2|r<<30)^(r>>>13|r<<19)^(r>>>22|r<<10),p=(s>>>6|s<<26)^(s>>>11|s<<21)^(s>>>25|s<<7),h=r&t,m=h^r&e^b,T=s&a^~s&i,g=o+p+T+Vl[l+1]+u[l+1],f=c+m,o=n+g<<0,n=g+f<<0,c=(n>>>2|n<<30)^(n>>>13|n<<19)^(n>>>22|n<<10),p=(o>>>6|o<<26)^(o>>>11|o<<21)^(o>>>25|o<<7),E=n&r,m=E^n&t^h,T=o&s^~o&a,g=i+p+T+Vl[l+2]+u[l+2],f=c+m,i=e+g<<0,e=g+f<<0,c=(e>>>2|e<<30)^(e>>>13|e<<19)^(e>>>22|e<<10),p=(i>>>6|i<<26)^(i>>>11|i<<21)^(i>>>25|i<<7),D=e&n,m=D^e&r^E,T=i&o^~i&s,g=a+p+T+Vl[l+3]+u[l+3],f=c+m,a=t+g<<0,t=g+f<<0;this.h0=this.h0+t<<0,this.h1=this.h1+e<<0,this.h2=this.h2+n<<0,this.h3=this.h3+r<<0,this.h4=this.h4+a<<0,this.h5=this.h5+i<<0,this.h6=this.h6+o<<0,this.h7=this.h7+s<<0};Wt.prototype.hex=function(){this.finalize();var t=this.h0,e=this.h1,n=this.h2,r=this.h3,a=this.h4,i=this.h5,o=this.h6,s=this.h7,u=be[t>>28&15]+be[t>>24&15]+be[t>>20&15]+be[t>>16&15]+be[t>>12&15]+be[t>>8&15]+be[t>>4&15]+be[t&15]+be[e>>28&15]+be[e>>24&15]+be[e>>20&15]+be[e>>16&15]+be[e>>12&15]+be[e>>8&15]+be[e>>4&15]+be[e&15]+be[n>>28&15]+be[n>>24&15]+be[n>>20&15]+be[n>>16&15]+be[n>>12&15]+be[n>>8&15]+be[n>>4&15]+be[n&15]+be[r>>28&15]+be[r>>24&15]+be[r>>20&15]+be[r>>16&15]+be[r>>12&15]+be[r>>8&15]+be[r>>4&15]+be[r&15]+be[a>>28&15]+be[a>>24&15]+be[a>>20&15]+be[a>>16&15]+be[a>>12&15]+be[a>>8&15]+be[a>>4&15]+be[a&15]+be[i>>28&15]+be[i>>24&15]+be[i>>20&15]+be[i>>16&15]+be[i>>12&15]+be[i>>8&15]+be[i>>4&15]+be[i&15]+be[o>>28&15]+be[o>>24&15]+be[o>>20&15]+be[o>>16&15]+be[o>>12&15]+be[o>>8&15]+be[o>>4&15]+be[o&15];return this.is224||(u+=be[s>>28&15]+be[s>>24&15]+be[s>>20&15]+be[s>>16&15]+be[s>>12&15]+be[s>>8&15]+be[s>>4&15]+be[s&15]),u};Wt.prototype.toString=Wt.prototype.hex;Wt.prototype.digest=function(){this.finalize();var t=this.h0,e=this.h1,n=this.h2,r=this.h3,a=this.h4,i=this.h5,o=this.h6,s=this.h7,u=[t>>24&255,t>>16&255,t>>8&255,t&255,e>>24&255,e>>16&255,e>>8&255,e&255,n>>24&255,n>>16&255,n>>8&255,n&255,r>>24&255,r>>16&255,r>>8&255,r&255,a>>24&255,a>>16&255,a>>8&255,a&255,i>>24&255,i>>16&255,i>>8&255,i&255,o>>24&255,o>>16&255,o>>8&255,o&255];return this.is224||u.push(s>>24&255,s>>16&255,s>>8&255,s&255),u};Wt.prototype.array=Wt.prototype.digest;Wt.prototype.arrayBuffer=function(){this.finalize();var t=new ArrayBuffer(this.is224?28:32),e=new DataView(t);return e.setUint32(0,this.h0),e.setUint32(4,this.h1),e.setUint32(8,this.h2),e.setUint32(12,this.h3),e.setUint32(16,this.h4),e.setUint32(20,this.h5),e.setUint32(24,this.h6),this.is224||e.setUint32(28,this.h7),t};function Ql(t,e,n){var r,a=typeof t;if(a==="string"){var i=[],o=t.length,s=0,u;for(r=0;r>6,i[s++]=128|u&63):u<55296||u>=57344?(i[s++]=224|u>>12,i[s++]=128|u>>6&63,i[s++]=128|u&63):(u=65536+((u&1023)<<10|t.charCodeAt(++r)&1023),i[s++]=240|u>>18,i[s++]=128|u>>12&63,i[s++]=128|u>>6&63,i[s++]=128|u&63);t=i}else if(a==="object"){if(t===null)throw new Error(Qi);if(Es&&t.constructor===ArrayBuffer)t=new Uint8Array(t);else if(!Array.isArray(t)&&(!Es||!ArrayBuffer.isView(t)))throw new Error(Qi)}else throw new Error(Qi);t.length>64&&(t=new Wt(e,!0).update(t).array());var l=[],c=[];for(r=0;r<64;++r){var p=t[r]||0;l[r]=92^p,c[r]=54^p}Wt.call(this,e,n),this.update(c),this.oKeyPad=l,this.inner=!0,this.sharedMemory=n}Ql.prototype=new Wt;Ql.prototype.finalize=function(){if(Wt.prototype.finalize.call(this),this.inner){this.inner=!1;var t=this.array();Wt.call(this,this.is224,this.sharedMemory),this.update(this.oKeyPad),this.update(t),Wt.prototype.finalize.call(this)}};var Ji=u2();Ji.sha256=Ji;Ji.sha224=u2(!0);Ji.sha256.hmac=l2();Ji.sha224.hmac=l2(!0);var c2=Ji;var d2=c2.sha256;function tr(t){return Promise.resolve(d2(t))}function Jl(t){return Array.from(new Uint8Array(t)).map(r=>r.toString(16).padStart(2,"0")).join("")}function pa(t,e){let n=d2.hmac.create(e);return n.update(t),Promise.resolve(n.array())}async function p2(t,e){let n=await pa(t,e);return Jl(n)}async function Zl(t,e){let n=KD(e),r=await pa(t,n);return Jl(r)}function KD(t){let e=[];return t.replace(/../g,function(n){return e.push(parseInt(n,16)),""}),new Uint8Array(e).buffer}var g2=[["auto","auto"],["zh-CN","zh"],["zh-TW","zh-TW"],["de","de"],["en","en"],["es","es"],["fr","fr"],["id","id"],["it","it"],["ja","jp"],["ko","kr"],["ms","ms"],["pt","pt"],["ru","ru"],["th","th"],["tr","tr"],["vi","vi"]],Cs=class t extends De{static langMap=new Map(g2);maxTextGroupLength=50;static langMapReverse=new Map(g2.map(([e,n])=>[n,e]));static getUTCDate(e){let n=e.getUTCFullYear(),r=`${e.getUTCMonth()+1}`.padStart(2,"0"),a=`${e.getUTCDate()}`.padStart(2,"0");return`${n}-${r}-${a}`}secretId="";secretKey="";isSupportList=!0;constructor(e,n,r){if(super(e,n,r),!e||!e.secretId||!e.secretKey)throw new V("secretId and secretKey are required");this.secretId=e.secretId?.trim(),this.secretKey=e.secretKey?.trim()}getDefaultRateLimit(){return{limit:3,interval:1350}}async translate(e){let{text:n,from:r,to:a}=e,i=JSON.stringify({ProjectId:0,Source:t.langMap.get(r)||"auto",SourceText:n,Target:t.langMap.get(a)||a}),o=await this.signedRequest({secretId:this.secretId,secretKey:this.secretKey,action:"TextTranslate",payload:i,service:"tmt",version:"2018-03-21"});return{text:o.Response.TargetText,from:t.langMapReverse.get(o.Response.Source)||r,to:t.langMapReverse.get(o.Response.Target)||a}}async translateList(e){let{text:n,from:r,to:a}=e,i=JSON.stringify({ProjectId:0,Source:t.langMap.get(r)||"auto",SourceTextList:n,Target:t.langMap.get(a)||a}),o=await this.signedRequest({secretId:this.secretId,secretKey:this.secretKey,action:"TextTranslateBatch",payload:i,service:"tmt",version:"2018-03-21"});return{text:o.Response.TargetTextList,from:t.langMapReverse.get(o.Response.Source)||r,to:t.langMapReverse.get(o.Response.Target)||a}}async signedRequest({secretId:e,secretKey:n,action:r,payload:a,service:i,version:o}){let s=`${i}.tencentcloudapi.com`,u=new Date,l=`${new Date().valueOf()}`.slice(0,10),c=["POST","/","","content-type:application/json; charset=utf-8",`host:${s}`,"","content-type;host",await tr(a)].join(` +`;continue}else if(b.length>e){let E=[];gp(b,e,E);for(let D=0;D0&&T{let s=t.lastIndexOf(o,e);return s>i?s:i},-1);if(a===-1){let i=t.slice(0,e);if(i&&!i.trim())return;n.push({text:i,prefix:"",suffix:""}),t.length>e&&gp(t.slice(e),e,n)}else{let i=t.slice(0,a+1);if(i&&i.trim()==="")return;i.startsWith(" ")?n.push({text:i.slice(1),prefix:" ",suffix:""}):n.push({text:i,prefix:"",suffix:""}),a+10){p.forEach(T=>{c.length>0&&T.providers&&T.providers.length>0&&!T.providers.includes(l)||(T.optional?g.push(T):m.push(T))});let f=g.concat(m).filter(T=>T.required);if(f.length>0){for(let T of f)if(!i[T.name]){u=!1;break}}}return{...a,id:e,selected:n[t]===e,ok:u,currentProvider:l,config:i,providers:a.providers||[],props:a.props||[],allProps:p,optionalProps:g,explicitProps:m}}var gs=(t,e)=>{let{config:n}=t,r=n.alpha,a=n.beta,i=n.canary,o=n.debug,s=t.user,u=Jt(s),l=Object.keys(gr);return e!=="translationService"&&l.unshift("inherit"),l.filter(c=>{if(c==="inherit")return!0;let p=gr[c];if(c.startsWith("mock"))return o?!0:c===t.config[e];if(c===t.config[e])return!0;if(c==="openai"&&tt())return t.config.showOpenaiOnSafari||u?!0:!!(a||r||i||u);let m=!!p.canary,g=!!p.alpha,f=!!p.beta;return c===t[e]||m&&i||g&&(r||i)||f&&(a||r||i)?!0:!g&&!f&&!m}).map(c=>vl(e,c,t))};function ms(){return([1e7]+-1e3+-4e3+-8e3+-1e11).replace(/[018]/g,t=>(t^crypto.getRandomValues(new Uint8Array(1))[0]&15>>t/4).toString(16))}function _3(t){return t.replace(/([a-zA-Z0-9]+)([\u4e00-\u9fa5]+)/g,"$1 $2").replace(/([\u4e00-\u9fa5]+)([a-zA-Z0-9]+)/g,"$1 $2")}var Fi=[];async function Sl(t,e){return await new Promise((n,r)=>{let a=t,i=1,o=indexedDB.open(a,i);o.onsuccess=s=>{n(o.result)},o.onerror=s=>{r()},o.onupgradeneeded=s=>{let u=o.result,l=e||"cache";u.createObjectStore(l,{keyPath:"key"})}})}async function F3(t){let e=`${Q}-${t.service}@${t.from}->${t.to}`;return await cD(e,t)}async function M3(t){let e=Ln(t.originalText),n=`${Q}-${t.service}@${t.from}->${t.to}`;return await lD(n,e)}async function lD(t,e){let n=await Sl(t);return await new Promise((r,a)=>{if(!n)return a();let i="cache",s=n.transaction([i],"readonly").objectStore(i).get(e);s.onsuccess=u=>{n.close();let l=s.result;r(l)},s.onerror=u=>{n.close(),a()}})}async function cD(t,e){let n=await Sl(t);return(await pD()).includes(t)||await dD(t),await new Promise(a=>{if(!n)return a(!1);let i="cache",s=n.transaction([i],"readwrite").objectStore(i).put(e);s.onsuccess=u=>{n.close(),a(!0)},s.onerror=u=>{n.close(),a(!1)}})}async function dD(t){let e="cache_list",n=await Sl(Q+"-cacheList",e),a=n.transaction([e],"readwrite").objectStore(e).put({key:t});a.onsuccess=i=>{n.close(),Fi.push(t)},a.onerror=i=>{n.close()}}async function pD(){if(Fi&&Fi.length>0)return Fi;let t=await Sl(Q+"-cacheList","cache_list");return Fi=await new Promise(e=>{let n="cache_list",a=t.transaction([n],"readonly").objectStore(n).getAllKeys();a.onsuccess=i=>{t.close(),e(a.result)},a.onerror=i=>{t.close(),e([])}}),Fi}d();d();var mp="Original";function Qe(){return mp}function gn(t){mp=t,B3(mp)}d();var R3="auto",xl="auto",I3="auto";function O3(t){R3=t}function qn(t){xl=t}function vt(){return xl!=="auto"?xl:I3!=="auto"?I3:R3}function El(){return xl}d();function Ga(t){return t?.id?.endsWith("pdfWebPage")||!1}function ra(t){try{if(!t||!Ga(t))return"";let e="";if(t.pdfUrlExtractRule.attribute&&t.pdfUrlExtractRule.selector){let r=t.pdfUrlExtractRule,{selector:a,attribute:i}=r;if(a&&i){let o=document.querySelector(a);if(!o)return"";e=o.getAttribute(i)||""}}else e=document.querySelector("embed[type='application/pdf']")?.getAttribute("src")||"";if(e.startsWith("about"))return"";if(!e.startsWith("/"))return e;let n=new URL(location.href);return e.startsWith("//")?n.protocol+e:n.protocol+"//"+n.host+e}catch{return""}}var Je={},aa=async function(t,e){let{method:n,data:r}=t,a=await Je.updateGlobalContext(),i=Date.now();if(B.debug(`content script received message: ${n}`,r||" "),n==="translateTheWholePage")await Je.translateTheWholePage(r),et(Xn,i);else if(n==="translateTheMainPage")await Je.translateTheMainPage(r),et(Xn,i);else if(n==="translateToThePageEndImmediately")await Je.translateToThePageEndImmediately(r),et(Xn,i);else if(n==="toggleTranslatePage")await Je.toggleTranslatePage(r),et(Xn,i);else if(n==="toggleTranslateTheWholePage")await Je.toggleTranslateTheWholePage(r),et(Xn,i);else if(n==="toggleTranslateTheMainPage")await Je.toggleTranslateTheMainPage(r),et(Xn,i);else if(n==="toggleOnlyTransation")await Je.ensureSwitchTranslationMode(r),et(Xn,i);else if(n==="translatePage")await Je.translatePage(a,r),et(Xn,i);else if(n==="toggleTranslationMask")await Je.toggleTranslationMask(r);else if(n==="restorePage")Je.restorePage();else if(n==="retryFailedParagraphs")Je.retryFailedParagraphs();else if(n==="switchTranslationMode"){if(a.rule.isPdf)return;r&&r.mode&&(await Je.switchTranslationMode(r.mode),await Je.reloadSubtitleWithTranslationModeChanged())}else if(n==="autoEnableSubtitleChanged")Je.autoEnableSubtitleChanged(a,r);else if(n=="shareToDraft")globalThis.document.dispatchEvent(new CustomEvent(Ku,{detail:r}));else if(n=="toggleTranslateToThePageEndImmediately")await Je.toggleTranslateToThePageEndImmediately(r);else if(n==="toggleMouseHoverTranslateDirectly")globalThis.document.dispatchEvent(new CustomEvent(Qo,{detail:r}));else if(n==="translateWithOpenAI")await Je.translatePageWithTranslationService("openai",r);else if(n==="translateWithGoogle")await Je.translatePageWithTranslationService("google",r);else if(n==="translateWithDeepL")await Je.translatePageWithTranslationService("deepl",r);else if(n==="translateWithBing")await Je.translatePageWithTranslationService("bing",r);else if(n==="translateWithTransmart")await Je.translatePageWithTranslationService("transmart",r);else if(n==="translateWithGemini")await Je.translatePageWithTranslationService("gemini",r);else if(n==="translateInputBox")await Je.translateInputBoxWithShortcut(a);else if(n!=="updateGlobalCtx"){if(n==="toggleVideoSubtitlePreTranslation")He()||await Je.toggleVideoSubtitlePreTranslation();else if(n==="getAsyncContextString"&&!He())return JSON.stringify(a)}};function z3(t){Object.assign(Je,t)}function N3(t){Object.assign(Je,t)}function U3(t){Object.assign(Je,t)}var gD=function(t,e){let{method:n,data:r}=t;if(B.debug(`content script received sync message: ${n}`,r||" "),n==="ping")return"pong";if(n==="getPageStatus")return Qe();if(n==="getCurrentPageLanguage"){let a=vt();return Je.detectCurrentPageLanguage().catch(i=>{B.warn("detectCurrentPageLanguage failed",i)}),a}else{if(n==="setCurrentPageLanguageByClient")return qn(r),vt();if(n==="getContextString"){let a=Je.getPureGlobalContext(),{articleNode:i,bodyNode:o,...s}=a;return JSON.stringify(s)}else if(n=="getPdfWebUrl"){let a=Je.getPureGlobalContext();return ra(a?.rule)}}},Cl,wl;function q3(){let t=Dl();He()||mD(),t.sendMessage("popup:main_sync",{method:"ready"}).catch(n=>{})}function Dl(){return Cl||(Cl=new ea("content_script",!1).getConnection("main",aa),Cl)}function mD(){return wl||(wl=new ea("content_script",!1).getConnection("main_sync",gD,{sync:!0}),wl)}d();var fp=[["auto","auto"],["zh-CN","zh"],["zh-TW","zh-TW"],["de","de"],["en","en"],["es","es"],["fr","fr"],["id","id"],["it","it"],["ja","ja"],["ko","ko"],["ms","ms"],["pt","pt"],["ru","ru"],["th","th"],["tr","tr"],["vi","vi"]],Al="https://transmart.qq.com/api/imt",zr=class t{static langMapReverse=new Map(fp.map(([e,n])=>[n,e]));static getClientKey(){return btoa("transmart_crx_"+navigator.userAgent).slice(0,100)}static async detectLanguageRemotelyByTransmart(e){let n={header:{fn:"text_analysis",client_key:t.getClientKey()},text:e.slice(0,280)},r=await ce({url:Al,method:"POST",body:JSON.stringify(n)});if(r.header.ret_code!=="succ")throw new Error(r.message||r.header.ret_code);let a=r.language,i=t.langMapReverse.get(a);return i||a}};d();function fD(t,e){return Math.floor(Math.random()*(e-t+1))+t}var hD=30,hp="RATE_LIMITER_TICKS",Mi=class t{static strictTicks={};static clearStrictTicks(){ps(hp,"{}")}static async getStrictTicks(e,n){if(n)return this.strictTicks[e]||[];try{let r=await bl(hp);r&&(this.strictTicks=JSON.parse(r)||{})}catch(r){B.debug("Error setting rate limiter ticks",r),this.strictTicks[e]=[]}finally{return this.strictTicks[e]||[]}}static wait(e,n){return new Promise((r,a)=>{t.getDelay(e,n).then(i=>{setTimeout(()=>{r(i)},i)})})}static async setStrictTicks(e,n,r){try{if(this.strictTicks[e]=n,r)return;await ps(hp,JSON.stringify(this.strictTicks))}catch(a){B.debug("Error setting rate limiter ticks",a)}}static async getDelay(e,n,r=!1){if(!r){let l=fD(4,hD);await vr(l)}let a=await this.getStrictTicks(e,r)||[],{limit:i,interval:o}=n,s=Date.now();if(a.length=u?(a.push(s),await this.setStrictTicks(e,a,r),0):(a.push(u),await this.setStrictTicks(e,a,r),u-s)}};async function St(t){return await Dl().sendMessage("background:main",t)}function ce(t){return au()?ul({method:"request",data:t}):ye()||ru()?(t.fetchPolyfill=globalThis.GM_fetch,Wa(t)):St({method:"fetch",data:t})}function an(){return ye()?Pn():St({method:"getConfig"})}function mn(t){return ye()?ds(t):St({method:"setUserConfig",data:t})}function fn(){return ye()?Or():St({method:"getUserConfig"})}function fs(){return ye()?Zt():St({method:"getLocalConfig"})}function kl(t){return ye()?Xt(t):St({method:"setLocalConfig",data:t})}function j3(t){return ye()?C3(t):St({method:"setBuildinConfig",data:t})}async function Ie(t){if(t.text){let n=sl(t.text);if(n!=="auto")return Promise.resolve(n)}else return"auto";if(ye()||tt()){if(t.translateService&&!Ju.includes(t.translateService))return Promise.resolve("auto");let r=r3(t.text,t.minLength,t.pageLangs);return Promise.resolve(r)}let e=await St({method:"detectLanguage",data:t});return Promise.resolve(e)}function H3(){return St({method:"detectTabLanguage"})}async function Pl(t){let e=await Ie({text:t,pageLangs:["en"]});try{if(ye()||tt()){let n=t.substring(0,200);e=await zr.detectLanguageRemotelyByTransmart(n)}}catch{}return e}function B3(t){let e=new CustomEvent(ja,{detail:t});if(document.dispatchEvent(e),ye())return;Dl().sendMessage("popup:main_sync",{method:"setPageStatus",data:t}).catch(r=>{})}function W3(t){return ye()?M3(t):St({method:"queryParagraphCache",data:t})}async function K3(t){if(ye()){await F3(t);return}return St({method:"setParagraphCache",data:t})}async function G3(){if(ye())return Promise.resolve();await St({method:"mockRequest"})}function Bi(t=!1,e=""){return ye()?(oe.runtime.openOptionsPage(t,e),Promise.resolve()):St({method:"openOptionsPage",data:{newTab:t,pageRoute:e}})}function Ii(t=""){return ye()||tt()?Me().OPTIONS_URL:oe.runtime.getURL("options.html")}function $3(t=""){return oe&&oe.runtime&&oe.runtime.getURL?oe.runtime.getURL("options.html"):""}function Ll(t=!1){return ye()?(oe.extra.openAboutPage(t),Promise.resolve()):St({method:"openAboutPage"})}function Ri(t){return ye()?(oe.extra.openInTab(t),Promise.resolve()):St({method:"openInTab",data:t})}function V3(t=!1){return ye()?(oe.extra.openEbookViewerPage(t),Promise.resolve()):St({method:"openEbookViewerPage"})}function Y3(t=!1){return ye()?(oe.extra.openEbookBuilderPage(t),Promise.resolve()):St({method:"openEbookBuilderPage"})}function _l(t){tt()}function Oi(t=!1,e){return ye()?(oe.extra.openPdfViewerPage(t),Promise.resolve()):St({method:"openPdfViewerPage",data:{url:e}})}function Q3(t=!1){return ye()?(oe.extra.openSubtitleBuilderPage(t),Promise.resolve()):St({method:"openSubtitleBuilderPage"})}function zi(t){return ye()?Promise.resolve():St({method:"setBadge",data:{text:t}})}function J3(){return ye()?(B.warn("autoSyncLatestConfig is not support in monkey"),Promise.resolve()):St({method:"autoSyncLatestConfig"})}function Fl(t,e=!1){return ye()?oe.extra.openInTab(t,e):globalThis.open(t,e?"_blank":"_self"),Promise.resolve()}function Z3(t,e){return ye()?Mi.getDelay(t,e):St({method:"getDelay",data:{key:t,options:e}})}var X3="G-MKMD9LWFTR";async function ot(t,e,n){try{let r=us(),a=Me(),i=a.INSTALL_FROM==="firefox_store";r?.name?.startsWith("ImtFx")&&(i=!1);let o=ye(),s=He(),u=a.PROD==="1",l=`report_${t}`,c=t.endsWith("_daily");if(c){if(s)return;let A=await Rr(l,0),y=Ml(new Date(A)),R=Date.now(),_=Ml(new Date(R));if(y===_)return;await s3(l,R)}else if(!n.config.telemetry)return;let p="sitc4WmvShWYwfU0dANM3Q",m=await At("fakeUserId","");m||(m=await Rr("fakeUserId",""),m&&await et("fakeUserId",m));let g=Ut(),f=new Date,T=await At("installedAt","");T||(T=await Rr("installedAt",""),T&&await et("installedAt",T)),m?T||(T=new Date(0).toISOString(),await et("installedAt",T)):(m=bD(32),await et("fakeUserId",m)),T||(T=f.toISOString(),await et("installedAt",T));let b=new Date(T),h=Ml(b),E=Ml(f),D=h===E,M=f.getTime()-b.getTime()<7*24*60*60*1e3,I=`https://www.google-analytics.com/mp/collect?measurement_id=${X3}&api_secret=${p}`;u||(I=`https://www.google-analytics.com/debug/mp/collect?measurement_id=${X3}&api_secret=${p}`);let S=mi.parse(window.navigator.userAgent),v=e.map(A=>{let y=A.params||{};if(S.os&&(y.os_name=S.os.name||"unknown",y.os_version=S.os.version||"unknown",y.os_version_name=S.os.versionName||"unknown"),S.browser&&(y.browser_name=S.browser.name||"unknown",y.browser_version=S.browser.version||"unknown",r&&(y.browser_name=r.name,y.browser_version=r.version)),S.platform&&(y.platform_type=S.platform.type||"unknown"),S.engine&&(y.engine_name=S.engine.name||"unknown",y.engine_version=S.engine.version||"unknown"),n.translationService&&(y.translation_service||(y.translation_service=n.translationService),n.config.translationServices&&n.config.translationServices[n.translationService]&&(n.config.translationServices[n.translationService].provider&&(y.translation_service_provider=n.config.translationServices[n.translationService].provider),n.translationService==="openai"&&n.config.translationServices[n.translationService].provider==="custom"&&(n.config.translationServices[n.translationService].apiUrl?n.config.translationServices[n.translationService].apiUrl.startsWith("https://api.openai.com/")?y.openai_is_official="1":y.openai_is_official="0":y.openai_is_official="1"))),n.targetLanguage&&(y.target_language=n.targetLanguage),n.config.interfaceLanguage&&(y.interface_language=n.config.interfaceLanguage),n.config.enableDefaultAlwaysTranslatedUrls?y.enable_default_always_translated_urls=n.config.enableDefaultAlwaysTranslatedUrls?"1":"0":y.enable_default_always_translated_urls="0",g&&(y.version=g),n.config.enableInputTranslation?y.enable_input_translation=n.config.enableInputTranslation?"1":"0":y.enable_input_translation="0",n.config.translationTheme&&(y.translation_theme=n.config.translationTheme),n.config.alpha&&(y.alpha=n.config.alpha.toString()),n.config.translationLanguagePattern&&n.config.translationLanguagePattern.matches?.length>0?y.always_translate_languages=n.config.translationLanguagePattern.matches.join(","):y.always_translate_languages="none",a.INSTALL_FROM&&(y.install_from=a.INSTALL_FROM),n.config.beta&&(y.beta=n.config.alpha.toString()),n.config.translationArea&&(y.translation_area=n.config.translationArea),h&&(y.install_day=TD(b)),n.user){let _=a3(n.user);_&&Object.keys(_).forEach(P=>{y[P]=_[P]})}else y.user_type="anonymous";n.config.translationMode&&(y.translation_mode=n.config.translationMode),y.userscript=o.toString(),D?y.is_new_user_today="1":y.is_new_user_today="0",M?y.is_new_user_this_week="1":y.is_new_user_this_week="0",n.config.tempTranslateDomainMinutes?y.temp_translate_domain_minutes=n.config.tempTranslateDomainMinutes.toString():y.temp_translate_domain_minutes="0";let R="html";if(n.rule.pageType&&(R=n.rule.pageType),y.page_type=R,s?y.main_frame=0:y.main_frame=1,!c){let _=n.url;try{let P=new URL(_);y.site_host=P.hostname}catch{y.site_host="unknown"}n.sourceLanguage&&(y.source_language=n.sourceLanguage)}return{...A,params:y}});if(i)return;let k=await ce({responseType:"text",url:I,method:"POST",body:JSON.stringify({client_id:m,user_id:m,events:v})})}catch{}}function bD(t){let e="",n="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789",r=n.length,a=0;for(;ae.removeEventListener("message",n)),t.length=0}function xD(t,e,n,r){return new Promise(a=>{let i=o=>{let s=o.data;vD(e,n,s)&&s.id===r&&(t.removeEventListener("message",i),a(s.response))};t.addEventListener("message",i)})}function ED(t,e,n,r){let a=i=>{let o=i.data;a1(e,"tell",n,o)&&r(o.body)};return t.addEventListener("message",a),[t,a]}function e1(t,e,n,r,a,i){let o=async s=>{let u=s.data;if(a1(n,"ask",r,u)){let l=await i(u.body);e=s.source,e.postMessage(yD(n,r,u.id,l),s.origin)}};return t.addEventListener("message",o),[t,o]}function CD(t,e,n,r,a){let i=Math.random().toString();return t.postMessage(r1(e,"tell",n,i,r),a)}async function t1(t,e,n,r,a,i,o){let s=Math.random().toString(),u=new Promise(async(l,c)=>{let p=setTimeout(()=>c(new Error(`Failed to get response within ${o}ms`)),o),m=await xD(t,n,r,s);clearTimeout(p),l(m)});return e.postMessage(r1(n,"ask",r,s,a),i),u}var oa=class t{constructor(e,n,r=window,a="*"){this.protocol=e;this.targetWindow=n;this.thisWindow=r;this.targetOrigin=a;e1(r,n,this.getSystemProtocol("ping"),"ping",a,()=>Promise.resolve({}))}static async connect(e,n=10,r=500){for(let a=0;a<=n;a++)try{return await e.ping({timeout:r}),e}catch{continue}throw new Error(`Could not connect on protocol ${e.protocol.type} after ${n*r}ms`)}static parent(e,n,r="*",a=window){let i=n.contentWindow;if(ia(i))return new t(e,i,a,r);throw new Error("iframe.contentWindow was null")}static iframe(e,n="*",{thisWindow:r=window,targetWindow:a=window.parent}={}){return new t(e,a,r,n)}static rootIframe(e,n="*",{thisWindow:r=window}={}){return new t(e,null,r,n)}getSystemProtocol(e){return{type:`system|${e}`}}listeners=[];async ping({timeout:e=1e4}){await t1(this.thisWindow,this.targetWindow,this.getSystemProtocol("ping"),"ping",{data:{},payload:{}},this.targetOrigin,e)}handleTell(e,n){this.listeners.push(ED(this.thisWindow,this.protocol,e,n))}tell(e,n){CD(this.targetWindow,this.protocol,e,n,this.targetOrigin)}handleAsk(e,n){this.listeners.push(e1(this.thisWindow,this.targetWindow,this.protocol,e,this.targetOrigin,n))}ask(e,n,r=1e4){if(this.targetWindow)return t1(this.thisWindow,this.targetWindow,this.protocol,e,n,this.targetOrigin,r);throw new Error("target window is requried")}destroy(){SD(this.listeners)}};var i1;async function o1(){if(He()){let e=globalThis;for(;e.top!=e.self;)e=e.top;let n=oa.iframe(Zu,"*",{targetWindow:e});i1=n,await oa.connect(n).catch(r=>{B.error("connect with parent frame error",r)})}}function s1(){return i1}d();function u1(t,e){let n=e.matches||[],r=e.excludeMatches||[];if(r&&!Array.isArray(r)&&(r=[r]),n&&!Array.isArray(n)&&(n=[n]),r.length>0){if(r.includes(t)||r.includes(""))return!1;for(let a of r)if(a.includes("*")&&new RegExp(a).test(t))return!1}if(n.length===0)return!1;if(n.length>0){if(n.includes(t)||n.includes(""))return!0;for(let a of n)if(a.includes("*")&&new RegExp(a).test(t))return!0}return!1}d();d();d();d();d();d();function l1(t){return t.replace(//g,">")}d();var Bl=!1,wD=ye();function c1(t,e){let n=[];for(let r of e){let a=t.querySelectorAll(r);for(let i of a)n.push(i)}return n}function DD(t,e){let n=function(i){return i.nodeType===Node.ELEMENT_NODE||i.nodeType===Node.TEXT_NODE?i.nodeType===Node.ELEMENT_NODE&&d1(i,e,!0)?NodeFilter.FILTER_REJECT:NodeFilter.FILTER_ACCEPT:NodeFilter.FILTER_REJECT},r=document.createTreeWalker(t,NodeFilter.SHOW_ELEMENT,n),a=!0;for(;r.nextNode();){let i=r.currentNode;if(i.nodeType===Node.ELEMENT_NODE){if(sa(i,Vu)){if(a===!0)return!0;continue}if(hs(i.nodeName,e.inlineTags))return!0;if(!bp(i,e))return!1}}return!0}function Tp(t,e){let n=e.inlineTags;if(t.nodeType===Node.ELEMENT_NODE)if(hs(t.nodeName,n)||bp(t,e)){if(sa(t,ob)||hs(t.nodeName,["BR"]))return!1;if(sa(t,Vu))return!0;if(bp(t,e)){let r=globalThis.getComputedStyle(t);if(r.display==="block"||r.display==="flex")return!1}return DD(t,e)}else return sa(t,Vu);return!1}function d1(t,e,n){if(!(t.nodeType===Node.ELEMENT_NODE||t.nodeType===Node.TEXT_NODE)||t.nodeType===Node.ELEMENT_NODE&&sa(t,ib,!0))return!0;if(t.nodeType===Node.ELEMENT_NODE&&sa(t,J4))return!1;let{stayOriginalTags:r,excludeTags:a}=e,i=[];return n&&a&&a.length>0?i=a||[]:i=a.filter(o=>!r.includes(o)),!!(t.nodeType===Node.ELEMENT_NODE&&(t.getAttribute("translate")==="no"||t.classList.contains("notranslate"))||hs(t.nodeName,i))}function Ni(t,e,n){let r=t.trim();return r.length>=e||r.split(" ").filter(o=>o.trim()!=="").length>=n||!g1(r)&&r.length>=n}function p1(t,e,n){let r=t.trim();if(r.length<=e)return!0;if(g1(r)){if(r.split(" ").length<=n)return!0}else if(r.length<=n)return!0;return!1}function g1(t){for(let e=0;e127)return!1;return!0}function m1(t){if(t&&t.includes("://")&&!t.includes(" ")&&t.length<512)try{return new URL(t),!0}catch{return!1}else return!1}function f1(t){return t?/^[a-zA-Z0-9._-]+@[a-zA-Z0-9.-]+\.[a-zA-Z]{2,4}$/.test(t):!1}function h1(t){return t?/^[_\d:\-+\.。,,% ]+$/.test(t):!1}function b1(t){if(t&&t.startsWith("#")){if(t.split("#").length>2)return!1;if(t.indexOf(" ")===-1)return!0}return!1}function T1(t){return!!(t&&t.startsWith("@")&&t.indexOf(" ")===-1)}function sa(t,e,n=!1){return yp(t,e,"1",n)}function yp(t,e,n,r=!1){return Bl&&!r?t[xn]?!!(t[xn]&&t[xn][e]===n):!1:t.dataset[e]===n}function Ui(t){return(t.innerText||t.textContent||"").trim()}function vp(t){let e=t.querySelectorAll("iframe"),n="";for(let r=0;r2e3))break}return n}function Il(t){return t?typeof t=="string"?document.querySelector(t)!==null:t.some(e=>document.querySelector(e)):!1}function lt(t,e,n,r=!1,a=!1){t.isContentEditable&&!a||(Bl&&!r?(t[xn]||(t[xn]={}),t[xn][e]||(t[xn][e]=n)):t.dataset[e]!==n&&(t.dataset[e]=n))}function Rl(t,e,n=!1){if(Bl&&!n){if(!t[xn]||!t[xn][e])return;delete t[xn][e]}else delete t.dataset[e]}function qi(t,e,n=!1){return Bl&&!n?!t[xn]||!t[xn][e]?void 0:t[xn][e]:t.dataset[e]}function bp(t,e){let n=e.allBlockTags.concat(e.inlineTags).concat(e.excludeTags);return!hs(t.nodeName,n)}function Ee(){if(!globalThis||!globalThis.location)return"https://example.com";if(!He())return globalThis.location.href;try{let e=globalThis.location.href,n=new URL(e);if(n.protocol==="about:"||n.protocol==="blob:"){if(globalThis.location.ancestorOrigins&&globalThis.location.ancestorOrigins.length>0)return globalThis.location.ancestorOrigins[0];let r="";try{r=globalThis.parent.location.href}catch{}return r||(globalThis.location!=globalThis.parent.location?document.referrer:document.location.href)}else return e}catch{}return globalThis.location.href}function En(t,e,n){if(t instanceof ShadowRoot){try{t.appendChild(document.createElement("style")).textContent=e}catch(r){B.warn("injectCSS failed, rootDocument"+r?.message,t)}return}if(t&&t.head&&t.head.appendChild){let r=t.createElement("style");if(n){let a=t.querySelector(`style[data-id="${n}"]`);a&&a.remove(),r.dataset.id=n}r.textContent=e,t.head.appendChild(r)}else if(t){let r=document.createElement("head"),a=document.createElement("style");a.textContent=e,r.appendChild(a),t.appendChild(r)}else B.warn("injectCSS failed, rootDocument does not have head node",t)}function ji(t){let e=t.getAttribute("src");if(e){if(e==="about:blank")return!0;if(wD){if(e.startsWith("blob:"))return!0}else if(e.startsWith("blob:"))return!!document.querySelector("meta[name='immersive-translate-ebook-viewer']")||!e.startsWith("blob:http");return!1}try{if(t.contentDocument&&t.contentDocument.body)return!0}catch{}return!1}function hs(t,e){if(!t||!e)return!1;Array.isArray(e)||(e=[e]),t=t.toUpperCase();for(let n of e)if(t===n)return!0;return!1}function y1(t){let e=t.replace("#",""),n=parseInt(e.substring(0,2),16),r=parseInt(e.substring(2,4),16),a=parseInt(e.substring(4,6),16);return{r:n,g:r,b:a}}function v1(t,e,n,r){if(r.document.caretPositionFromPoint){let a=r.document.caretPositionFromPoint(t,e);if(a){let i=r.document.createRange(),o=a.offsetNode;if(!o||o.nodeType!==Node.TEXT_NODE||d1(o,n,!0))return null;try{i.setStart(o,a.offset),i.setEnd(o,a.offset)}catch(s){return B.warn("getRangeFromPoint error",s),null}return i}return null}else return r.document.caretRangeFromPoint?r.document.caretRangeFromPoint(t,e):null}function S1(t,e,n){let r=0,a=(i,o,s,u)=>{if(++r>100||u===i)return i;let l=i.shadowRoot;if(!l||typeof l.elementFromPoint!="function")return i;let c=l.elementFromPoint(o,s);return c?a(c,o,s,i):i};return a(t,e,n)}d();d();d();var ql,Fe,D1,AD,bs,x1,A1,zl={},k1=[],kD=/acit|ex(?:s|g|n|p|$)|rph|grid|ows|mnc|ntw|ine[ch]|zoo|^ord|itera/i;function ua(t,e){for(var n in e)t[n]=e[n];return t}function P1(t){var e=t.parentNode;e&&e.removeChild(t)}function xp(t,e,n){var r,a,i,o={};for(i in e)i=="key"?r=e[i]:i=="ref"?a=e[i]:o[i]=e[i];if(arguments.length>2&&(o.children=arguments.length>3?ql.call(arguments,2):n),typeof t=="function"&&t.defaultProps!=null)for(i in t.defaultProps)o[i]===void 0&&(o[i]=t.defaultProps[i]);return Ol(t,o,r,a,null)}function Ol(t,e,n,r,a){var i={type:t,props:e,key:n,ref:r,__k:null,__:null,__b:0,__e:null,__d:void 0,__c:null,__h:null,constructor:void 0,__v:a??++D1};return a==null&&Fe.vnode!=null&&Fe.vnode(i),i}function jt(t){return t.children}function Hi(t,e){this.props=t,this.context=e}function Wi(t,e){if(e==null)return t.__?Wi(t.__,t.__.__k.indexOf(t)+1):null;for(var n;e0?Ol(g.type,g.props,g.key,g.ref?g.ref:null,g.__v):g)!=null){if(g.__=n,g.__b=n.__b+1,(m=h[c])===null||m&&g.key==m.key&&g.type===m.type)h[c]=void 0;else for(p=0;p=n.__.length&&n.__.push({__V:jl}),n.__[t]}function se(t){return Ts=1,FD(G1,t)}function FD(t,e,n){var r=Wl(ys++,2);if(r.t=t,!r.__c&&(r.__=[n?n(e):G1(void 0,e),function(i){var o=r.__N?r.__N[0]:r.__[0],s=r.t(o,i);o!==s&&(r.__N=[s,r.__[1]],r.__c.setState({}))}],r.__c=wt,!wt.u)){wt.u=!0;var a=wt.shouldComponentUpdate;wt.shouldComponentUpdate=function(i,o,s){if(!r.__c.__H)return!0;var u=r.__c.__H.__.filter(function(c){return c.__c});if(u.every(function(c){return!c.__N}))return!a||a.call(this,i,o,s);var l=!1;return u.forEach(function(c){if(c.__N){var p=c.__[0];c.__=c.__N,c.__N=void 0,p!==c.__[0]&&(l=!0)}}),!!l&&(!a||a.call(this,i,o,s))}}return r.__N||r.__}function Ae(t,e){var n=Wl(ys++,3);!Fe.__s&&K1(n.__H,e)&&(n.__=t,n.i=e,wt.__H.__h.push(n))}function $e(t){return Ts=5,Ue(function(){return{current:t}},[])}function Ue(t,e){var n=Wl(ys++,7);return K1(n.__H,e)?(n.__V=t(),n.i=e,n.__h=t,n.__V):n.__}function Ve(t,e){return Ts=8,Ue(function(){return t},e)}function Kl(t){var e=wt.context[t.__c],n=Wl(ys++,9);return n.c=t,e?(n.__==null&&(n.__=!0,e.sub(wt)),e.props.value):t.__}function MD(){for(var t;t=W1.shift();)if(t.__P&&t.__H)try{t.__H.__h.forEach(Hl),t.__H.__h.forEach(wp),t.__H.__h=[]}catch(e){t.__H.__h=[],Fe.__e(e,t.__v)}}Fe.__b=function(t){typeof t.type!="function"||t.o||t.type===jt?t.o||(t.o=t.__&&t.__.o?t.__.o:""):t.o=(t.__&&t.__.o?t.__.o:"")+(t.__&&t.__.__k?t.__.__k.indexOf(t):0),wt=null,z1&&z1(t)},Fe.__r=function(t){N1&&N1(t),ys=0;var e=(wt=t.__c).__H;e&&(Cp===wt?(e.__h=[],wt.__h=[],e.__.forEach(function(n){n.__N&&(n.__=n.__N),n.__V=jl,n.__N=n.i=void 0})):(e.__h.forEach(Hl),e.__h.forEach(wp),e.__h=[])),Cp=wt},Fe.diffed=function(t){U1&&U1(t);var e=t.__c;e&&e.__H&&(e.__H.__h.length&&(W1.push(e)!==1&&O1===Fe.requestAnimationFrame||((O1=Fe.requestAnimationFrame)||BD)(MD)),e.__H.__.forEach(function(n){n.i&&(n.__H=n.i),n.__V!==jl&&(n.__=n.__V),n.i=void 0,n.__V=jl})),Cp=wt=null},Fe.__c=function(t,e){e.some(function(n){try{n.__h.forEach(Hl),n.__h=n.__h.filter(function(r){return!r.__||wp(r)})}catch(r){e.some(function(a){a.__h&&(a.__h=[])}),e=[],Fe.__e(r,n.__v)}}),q1&&q1(t,e)},Fe.unmount=function(t){j1&&j1(t);var e,n=t.__c;n&&n.__H&&(n.__H.__.forEach(function(r){try{Hl(r)}catch(a){e=a}}),n.__H=void 0,e&&Fe.__e(e,n.__v))};var H1=typeof requestAnimationFrame=="function";function BD(t){var e,n=function(){clearTimeout(r),H1&&cancelAnimationFrame(e),setTimeout(t)},r=setTimeout(n,100);H1&&(e=requestAnimationFrame(n))}function Hl(t){var e=wt,n=t.__c;typeof n=="function"&&(t.__c=void 0,n()),wt=e}function wp(t){var e=wt;t.__c=t.__(),wt=e}function K1(t,e){return!t||t.length!==e.length||e.some(function(n,r){return n!==t[r]})}function G1(t,e){return typeof e=="function"?e(t):e}d();var $1=["*://*/*","*","*://*"],Y1="immersive-translate-wildcard-placeholder.com";function Dp(t,e){try{let n=[];if(!e||(e&&!Array.isArray(e)?n=[e]:n=e,n.length===0))return null;if(n.some(s=>$1.includes(s)))return t;let r=new URL(t);r.hash="",r.search="";let a=r.href,i=r.hostname,o=r.port;if(n&&n.length>0){let s=n.find(u=>{if(!u)return!1;if(u===i)return!0;if($1.includes(u))return!0;if(!u.includes("*")&&u.includes("://")){try{let l=new URL(u);if(l.pathname==="/"&&!u.endsWith("/")){let c=l.hostname===i,p=l.port===o;return l.port?c&&p:c}else return RD(a,u)}catch{}return!1}else{let l,c=u;if(u.includes("://")){let b=u.split("://");l=b[0],l==="*"&&b.length>1&&(l="*",u="https://"+b[1])}else l="*",u="https://"+u;let p=u.replace(/\*/g,Y1),m;try{m=new URL(p)}catch{return B.debug("invalid match pattern",p,"raw match value:",c),!1}let g=m.host,f=m.pathname;f==="/"&&(c.replace("://","").includes("/")||(f="/*"));let T=ID(l+":",V1(g),V1(f));if(T){let b=new URL(a);return T.test(b.href)}else return!1}});if(s)return s}return null}catch{return null}}function V1(t){return t.replaceAll(Y1,"*")}function ID(t,e,n){let r="^";return t==="*:"?r+="(http:|https:|file:)":r+=t,r+="//",e&&(t==="file:"||(e==="*"?r+="[^/]+?":(e.match(/^\*\./)&&(r+="[^/]*?",e=e.substring(1)),r+=e.replace(/\./g,"\\.").replace(/\*/g,"[^/]*")))),n?n==="*"||n==="/*"?r+="(/.*)?":n.includes("*")?(r+=n.replace(/\*/g,".*?"),r+="/?"):r+=n.replace(/[-[\]{}()*+?.,\\^$|#\s]/g,"\\$&"):r+="/?",r+="$",new RegExp(r)}function dt(t,e){return Dp(t,e)!==null}function RD(t,e){let n=new URL(t),r=new URL(e);return n.hostname===r.hostname&&n.pathname===r.pathname&&n.protocol===r.protocol&&n.port===r.port}var OD=["block","grid","flex","table","table-row","table-cell","list-item","-webkit-box","box","contents"];function Cn(t,e){if(e.length===0)return!1;let n=e.join(",");return t.matches&&t.matches(n)||!1}function la(t,e,n){let{blockSelectors:r,extraBlockSelectors:a,extraInlineSelectors:i,atomicBlockSelectors:o}=e;if(Cn(t,i))return!1;if(Cn(t,a)||["br","input"].includes(t.nodeName.toLowerCase()))return!0;let l=null;if(t.parentNode&&t.parentNode.immersiveTranslateComputedStyle&&(l=t.parentNode.immersiveTranslateComputedStyle),l&&l.display&&l.display==="inline-flex")return!1;let c=p();return c&&(c=!Cn(t,o)),c;function p(){return n&&n.display?!!OD.includes(n.display):Cn(t,r)}}var Gt=Cn;function Va(t){return!!t.shadowRoot}function ca(t){if(!t||typeof t!="string"&&(t=t.textContent,!t))return"";let e="";return t!==t.trimStart()&&(e+=" "),e+=t.trim(),e===" "||t!==t.trimEnd()&&(e+=" "),e}function vs(t){if(!t)return["",""];if(typeof t!="string"&&(t=t.textContent,!t))return["",""];let e=[];return t!==t.trimStart()?e.push(" "):e.push(""),!t.trim()&&e.length===1?[" ",""]:(t!==t.trimEnd()?e.push(" "):e.push(""),e)}function fr(t,e=!1){let n=es;return e&&t?.translatedPlaceholderDelimiters?n=t.translatedPlaceholderDelimiters:t?.placeholderDelimiters&&(n=t.placeholderDelimiters),n}function $a(t,e=!1){let n=t.config?.translationServices?.[t.translationService];return fr(n,e)}function $i(t,e){return na(e,t.targetLanguage,{ignoreZhCNandZhTW:t.rule.ignoreZhCNandZhTW})}function Ap(t){let{rule:e}=t,n=zD(t);return` <${e.targetWrapperTag} class="${n} notranslate">`}function zD(t){let e=t.config.loadingTheme;return`${Q}-loading-${e}`}function Ss(t,e){let n=t.rule,r=document.createElement(n.targetWrapperTag);r.classList.add("notranslate",yt),r.setAttribute("translate","no"),r.setAttribute("lang",t.targetLanguage),lt(r,rb,e.toString());let a=Ap(t);return r.append(Ye.sanitize(a,{RETURN_DOM_FRAGMENT:!0})),r}function Vi(t,e){return t.querySelector(`[${U0}='${e}']`)}function Q1(){document.querySelectorAll(`[${U0}]`).forEach(e=>{e.remove()})}function J1(){document.querySelectorAll(`.${yt}-error`).forEach(e=>{e.remove()})}function Z1(){let t=document.querySelectorAll("iframe"),e=[];return t.forEach(n=>{ji(n)&&e.push(n)}),e}function kp(t){let e={},{glossaries:r,_systemExcludeWordRegex:a,text:i,delimiters:o,excludeRegexps:s,targetLanguage:u}=t,l=i,c=1001;try{if(r&&r.length>0){let p={},m=r.filter(f=>f.tl&&f.tl!==u?!1:f.k?(p[f.k]=f.v||"",!0):!1).sort((f,T)=>f.tl&&!T.tl?1:!f.tl&&T.tl?-1:0),g=new RegExp(a.replace("{word}",m.map(f=>f.k).join("|")),"g");l=l.replace(g,(f,T)=>{let b=c++;return e[`${b}`]=p[T]||T,o.length>2?f.replace(T,`<${o[2]}${b}>`):f.replace(T,`${o[0]}${b}${o[1]}`)})}s&&s.length>0&&s.forEach(p=>{let m=new RegExp(p,"gi");l=l.replace(m,(g,f)=>{let T=c++;return e[`${T}`]=l1(f),o.length>2?g.replace(f,`<${o[2]}${T}>`):g.replace(f,`${o[0]}${T}${o[1]}`)})})}catch(p){B.debug(`format source text error: ${p.message}`)}return{text:l,variables:e}}function xs(t){let{noTranslateRegexp:e,minTextCount:n,minWordCount:r,delimiters:a,text:i}=t,o=new RegExp(`${a[0]}(\\d+)${a[1]}`,"gi");if(a.length>2){let u=a[2];o=new RegExp(`<${u}(\\d+)>(.*?)`,"gi")}let s=i.trim();return s=s.replace(o,""),s=s.trim(),s===""||s.length===1&&s.charCodeAt(0)===8203||/^[0-9.,\/#!$%\^&\*;:{}=\-_`~()\s]+$/.test(i)||s.includes("")||s.includes("< styles>")||T1(s)||m1(s)||b1(s)||f1(s)||h1(s)||UD(s)||o.test(s)||e&&e.length>0&&new RegExp(e.join("|"),"gi").test(s)?!1:Ni(i,n,r)}function Nr(t){return t.nodeType===Node.ELEMENT_NODE}function X1(t,e){return t.paragraphs?t.paragraphs[0]?.ctxId!==e?(t.paragraphs=[],!1):!0:!1}async function Pp(){return await At("fakeUserId","")}async function ND(){return await At("installedAt","")}async function Gl(t){let n=Me().INSTALL_FROM,r=Ut(),a=await ND(),i=await Pp(),o=await Pn(),s=!1,u=await Mt.get(Ft,null),l=!1;return u&&Jt(u)&&(s=!0,u.subscription&&u.subscription.isTrial&&(l=!0)),{installFrom:n,version:r,installedAt:a,interfaceLang:t,optionInterfaceLang:o.interfaceLanguage,deviceId:i,isProUser:s,isTrial:l}}function e2(t,e,n,r){if(!e||!r||!t)return"";let a=t.xpathRule,i=0,o=n;for(;o&&o!==r;)i++,o=o.parentNode;let s=i+"";for(let u=0;u{!t||!e||(async()=>{let a=await _p(t,e);r(a)})()},[t,e,r]),n}async function _p(t,e){if(!t||!e)return;let n=!1,r,a=!0;!tt()&&ye()||ut().any?(a=!1,r=e.monkeyH5FloatBall,!r&&t.rule.isShowUserscriptPagePopup==!1&&(r=t.config.monkeyH5FloatBall,r.enable=!1),r||(r=t.config.monkeyH5FloatBall),n=!e.monkeyH5FloatBall):(r=t.config.pcFloatBall,n=!e.pcFloatBall);try{if(r?.afterInstalledAt&&n){let i=await At("installedAt","");new Date(i).getTime()s==n),a=t.config.translationModeLanguagePattern.translationMatches.find(s=>s==n),i=t.config.translationModeUrlPattern.dualMatches.find(s=>dt(t.url,s));return t.config.translationModeUrlPattern.translationMatches.find(s=>dt(t.url,s))?"translation":i?"dual":a?"translation":r?"dual":null}d();function Fp(t,e,n=[],r){let a=["notranslate"];return r&&a.push(lb),t&&(a.push(`${Q}-target-translation-theme-${t}`),e?a.push(`${j0}-theme-${t}`):a.push(`${q0}-theme-${t}`)),n.length>0&&a.push(...n),e?a.push(j0):a.push(q0),a}function Mp(t){let e=["notranslate",Qu];return t&&e.push(`${Q}-target-translation-theme-${t}-inner`),e}function a2(t,e,n){let{rule:r,state:a}=n,{translationTheme:i}=a,{variables:o,isVertical:s}=t;o=o||[];let{text:u}=e,{wrapperPrefix:l,wrapperSuffix:c}=r,p=$a(n,!0),m="afterend",g=p[0],f=p[1],T=`${g}(\\d+)${f}`,b=new RegExp(T,"g"),h=Ye.sanitize(u);o.length>0&&(h=h.replace(b,I=>{let S=h.indexOf(I),v=h[S-1]===" ",k=h[S+I.length]===" ",y=I.replace(new RegExp(p[0],"g"),"").replace(new RegExp(p[1],"g"),""),R=Number(y);if(isNaN(R))return I;let _=o[R];if(_&&_.type==="element"){let P=_.value.outerHTML;return v||(P=" "+P),k||(P=P+" "),P}else B.error("variable type not supported",_,I);return I}));let E=Fp(i,t.inline,r.translationClasses||[],t.preWhitespace);s&&E.push(ub);let D=Mp(i),M="";return r.translationBlockStyle&&(M=`style="${r.translationBlockStyle}"`),h=`<${n.rule.targetWrapperTag} ${M} class="${E.join(" ")}" ${dr}="1"><${r.targetWrapperTag} class="${D.join(" ")}" ${dr}="1">${h}`,t.inline||(l==="smart"?h=`
${h}`:h=`${l}${h}`),t.inline&&(l!=="smart"?h=`${l}${h}`:h=`<${r.targetWrapperTag} class="notranslate" ${dr}="1"> ${h}`),c==="smart"?h=`${h}`:h=`${h}${c}`,{html:h,position:m}}function $l(t,e){let n=t.original||t,r=null,{stayOriginalSelectors:a,delimiters:i,isPreWhitespace:o}=e,s=[],u={};for(let l=0;l2&&(h=`<${i[2]}${b}>`),u[b]=c,s.push({text:h,type:"variable"})}else s.push({text:c.textContent||"",type:"text"});else{let T=c.textContent||"";m&&(T=ca(Bp(c))),s.push({text:T,type:"text"})}else if(c.nodeType===Node.ELEMENT_NODE)if(c&&Gt(c,a)){let b=Object.keys(u).length,h=`${i[0]}${b}${i[1]}`;i.length>2&&(h=`<${i[2]}${b}>`),u[b]=c;let E=Ip(s).endsWith(" ")?" ":"",D=ca(c.innerText||c.textContent),M=ca(c.nextSibling).startsWith(" ")?" ":"",I=vs(E+D+M),S=I[0]+h+I[1];if(E===" ")S=S.trimStart();else if(!S.startsWith(" ")){let v=vs(c.previousSibling)[1];v===""&&(v=" "),S=v+S}s.push({text:S,type:"variable"})}else{let T=Ip(s).endsWith(" ")?" ":"",b=ca(c.innerText||c.textContent);m&&(b=ca(Bp(c)));let h=ca(c.nextSibling).startsWith(" ")?" ":"",E=vs(T+b+h),D=E[0]+(c.innerText?.trim()||c.textContent?.trim()||"")+E[1];if(T===" ")D=D.trimStart();else{let M=vs(c.previousSibling)[1];M===""&&(c.nodeName==="A"||c.nodeName==="CODE")&&(M=" "),D=M+D}s.push({text:D,type:"text"})}else{let T=Ip(s).endsWith(" ")?" ":"",b="";c.textContent&&(b=ca(Bp(c))),T===" "&&(b=b.trimStart()),s.push({text:b,type:"text"})}}if(s&&s.length>0){let l="";for(let c=0;c0&&(m=s[c-1].text),c/g,">"))}t.targetText=Ye.sanitize(t.targetText);let a=!1,i=t.text,o=i.split(" ").length,s=i.split(` +`).length;o<=n.blockMinWordCount&&i.length<=n.blockMinTextCount&&s<2&&(a=!0);let u={id:Number(t.id),elements:[],isVertical:!1,rootFrame:t.commonAncestorContainer,text:t.text,variables:r,inline:a,preWhitespace:t.isPreWhitespace||!1,languageByLocal:"auto",languageByClient:"auto"},l=$a(e);if(l.length>2){let c=l[2];return qD({delimiterTag:c,targetText:t.targetText,inline:a,preWhitespace:t.isPreWhitespace||!1,wrapperPrefix:e.rule.wrapperPrefix,wrapperSuffix:e.rule.wrapperSuffix,targetWrapperTag:e.rule.targetWrapperTag,translationTheme:e.state.translationTheme,translationBlockStyle:e.rule.translationBlockStyle,translationClasses:e.rule.translationClasses,variables:r}).html}else{let c=a2(u,{id:Number(t.id),url:"https://google.com",text:t.targetText,from:"auto",to:"auto",fromByClient:"auto"},e);return c.html}}function Bp(t){return(t?.innerText||t.textContent||"").replace(/\s+/g," ")||""}function qD(t){let{delimiterTag:e,inline:n,translationClasses:r,targetWrapperTag:a,wrapperPrefix:i,variables:o,preWhitespace:s,wrapperSuffix:u,translationTheme:l,translationBlockStyle:c}=t;o=o||[];let p=t.targetText;p=Ye.sanitize(p);let m=p,g=new RegExp(`<${e}(\\d+)>(.*?)`,"g"),f=new RegExp(`<${e}(\\d+)>`);o.length>0&&(m=m.replace(g,E=>{let D=m.indexOf(E),M=m[D-1]===" ",I=m[D+E.length]===" ",S=E.match(f);if(!S)return E;let v=S[1],k=Number(v);if(isNaN(k))return E;let A=o[Number(k)];if(A&&A.type==="element"){let y=A.value.outerHTML;return M||(y=" "+y),I||(y=y+" "),y}else if(A&&A.type==="text"){let y=A.value;return M||(y=" "+y),I||(y=y+" "),y}else B.error("variable type not supported",A,E);return E}));let T=Fp(l,n,r||[],s),b=Mp(l),h="";return c&&(h=`style="${c}"`),m=`<${a} ${h} class="${T.join(" ")}" ${dr}="1"><${a} class="${b.join(" ")}" ${dr}="1">${m}`,n||(i==="smart"?m=`
${m}`:m=`${i}${m}`),n&&(i!=="smart"?m=`${i}${m}`:m=`<${a} class="notranslate" ${dr}="1"> ${m}`),u==="smart"?m=`${m}`:m=`${m}${u}`,{html:m,position:"afterend"}}function Ip(t){let e=t[t.length-1];return e?e.text:""}function Rp(t){let{text:e,delimiters:n,variables:r}=t,a=e;if(n.length>2){let i=n[2],o=new RegExp(`<${i}(\\d+)>(.*?)`,"g"),s=new RegExp(`<${i}(\\d+)>`),u=e;return Object.keys(r).length>0&&(u=u.replace(o,c=>{let p=c.match(s);if(!p)return c;let m=p[1],g=Number(m);if(isNaN(g))return c;let f=r[m];return f||c})),u}else{let i=`${n[0]}(\\d+)${n[1]}`,o=new RegExp(i,"g");a=a.replace(o,s=>{let l=s.replace(new RegExp(n[0],"g"),"").replace(new RegExp(n[1],"g"),""),c=Number(l);return isNaN(c)?s:r[c]?r[c]:s})}return a}var De=class{static langMap=new Map;serviceConfig;generalConfig;maxTextLength=1800;isSupportList=!0;maxTextGroupLength=50;requestTimeout=30*1e3;retry=2;translationOptions;minTextCount=2;constructor(e,n,r){this.serviceConfig=e,this.generalConfig=n,this.translationOptions=r,e?.retry&&(this.retry=e.retry),e?.requestTimeout&&(this.requestTimeout=Number(e.requestTimeout)),r&&r.minTextCount&&(this.minTextCount=r.minTextCount)}async init(){}getMaxTextGroupLength(){return this.maxTextGroupLength}getRateLimiter(){let e=this.getDefaultRateLimit()||{limit:7,interval:1250},n=this.serviceConfig;return n?.limit&&(e.limit=Number(n.limit)),n?.interval&&(e.interval=Number(n.interval)),e}formatRateLimit(e){return e.limit<1&&(e.interval=Math.round(1e3/e.limit),e.limit=1),e}getDefaultRateLimit(){return{limit:7,interval:1250}}getCacheKeyPrefix(){return""}translate(e){throw new Error("Not implemented")}translateList(e){throw new Error("Not implemented")}async multipleTranslate(e,n,r){if(e.sentences.length===0)return{sentences:[]};let{sentences:a}=e,i=!1,o=!1,s=[],u=null,l=new Set;for(let b of a)b.from&&b.from!=="auto"&&l.add(b.from),b.refresh&&(i=!0),b.debug&&(o=!0);let c=this.maxTextLength;this.serviceConfig&&this.serviceConfig.maxTextLengthPerRequest&&(c=this.serviceConfig.maxTextLengthPerRequest);let p=this.maxTextGroupLength;this.serviceConfig&&this.serviceConfig.maxTextGroupLengthPerRequest&&(p=this.serviceConfig.maxTextGroupLengthPerRequest),this.translationOptions&&this.translationOptions.sourceProgram&&["videoSubtitle","subtitle"].includes(this.translationOptions.sourceProgram)&&this.serviceConfig&&this.serviceConfig.maxTextGroupLengthPerRequestForSubtitle&&(p=this.serviceConfig.maxTextGroupLengthPerRequestForSubtitle);try{s=L3(a,c,p)}catch(b){if(r)for(let h=0;hb));let m=[],g=[],f=(b,h,E)=>{let D="";if(h.translatedTexts&&h.translatedTexts[0]&&(D=h.translatedTexts[0]),g[b]||(g[b]=h,g[b].translatedTexts=Array(h.sentenceTotalParts).fill(null)),g[b].hasError)return;if(E){let S=E instanceof V?new V(E.name,E.message).initNetWork(E.status).initData(E.data):E;g[b].hasError=!0,h.callback&&h.callback(S,null,h.sentence);return}g[b].translatedTexts[h.partIndex]=D;let M=g[b],I=0;for(let S=0;S{let I=h.from;if(h.fromByClient&&h.fromByClient!=="auto"&&(I=h.fromByClient),this.isSupportList)return{...await this.formatAndTranslateList({text:h.tempSentences.map(v=>v.text),forces:h.tempSentences.map(v=>v.force),xpaths:h.tempSentences.map(v=>v.xpath||""),from:I,to:h.to,url:E,options:n,refresh:i,debug:o}),sourceTempSentences:h.tempSentences};{let S=sb;this.serviceConfig&&this.serviceConfig.translationTextSeparator&&(S=this.serviceConfig.translationTextSeparator);let v=null;this.serviceConfig&&this.serviceConfig.newlinePlaceholderDelimiters&&(v=this.serviceConfig.newlinePlaceholderDelimiters);let k=[],A=fr(this.serviceConfig);if(h.tempSentences.forEach((q,F)=>{let C=kp({text:q.text,_systemExcludeWordRegex:this.generalConfig._systemExcludeWordRegex,delimiters:A,glossaries:this.translationOptions.glossaries,excludeRegexps:this.translationOptions.excludeRegexps,targetLanguage:h.to});q.force!==!0&&(C&&C.text&&C.text.trim().lengthF.text);return Promise.resolve({sourceTempSentences:h.tempSentences,text:q,from:I,to:h.to})}let y="";v&&v.length>=2?y=k.map((q,F)=>{let{item:C}=q;return F===k.length-1?C.text:C.text+v[0]+(F+1)+v[1]}).join(""):y=k.map(({item:q})=>q.text).join(S);let R=await this.translate({text:y,from:I,to:h.to,url:E,options:{...n,rawTextArrayLength:k.length,sourceProgram:this.translationOptions.sourceProgram||""},refresh:i,debug:o}),{text:_}=R,P=[];if(v&&v.length>=2){let q=`${v[0]}\\d+${v[1]}`;v&&v.length>=3&&(q=v[2]);let F=new RegExp(q,"g");P=_.split(F)}else P=_.split(S);let N=[];if(P.length>k.length){for(let q=0;qq.text);return A=fr(this.serviceConfig,!0),N.forEach((q,F)=>{let C=k[F],L=C.index,U=C.variables||{};Object.keys(U).length>0&&(q=Rp({text:q,delimiters:A,variables:U})),z[L]=q}),{sourceTempSentences:h.tempSentences,text:z,from:R.from,to:R.to}}};m.push(M().then(I=>{let{text:S,sourceTempSentences:v}=I;for(let k=0;k{if(I instanceof V&&I.initData({translationService:this.translationOptions.translationService,isLogin:!!this.translationOptions.userToken,isPro:this.translationOptions.isPro}),r){for(let S=0;S{let h=b.sentence.text;return b.translatedTexts&&b.translatedTexts.length>0&&(h=b.translatedTexts.join("")),{...b.sentence,text:h}})}}async formatAndTranslateList(e){let n={...e},{forces:r}=e,a=[],i=fr(this.serviceConfig);if(this.serviceConfig&&i.length>0)try{let{text:l,xpaths:c}=e;if(l.forEach((p,m)=>{let g=kp({text:p,_systemExcludeWordRegex:this.generalConfig._systemExcludeWordRegex,delimiters:i,excludeRegexps:this.translationOptions.excludeRegexps,glossaries:this.translationOptions.glossaries,targetLanguage:e.to});r&&r[m]!==!0&&(g&&g.text&&g.text.trim().lengthp.text),n.xpaths=a.map(p=>p.xpath)}catch(l){B.debug("formatAndTranslateList error",e,l)}let o=await this.translateList(n),{text:s}=o,u=e.text.map(l=>l);return i=fr(this.serviceConfig,!0),s.forEach((l,c)=>{let p=a[c];if(p){let m=p.index,g=p.variables,f=Object.keys(g);u[m]=l,f.length>0&&(u[m]=Rp({text:l,delimiters:i,variables:g}))}}),{...o,text:u}}detectLanguageLocally(e){return Ie({text:e,minLength:18,pageLangs:[vt(),"en"]})}detectLanguageRemotely(e){return Promise.resolve("auto")}detectLanguage(e){return e.length>=50?this.detectLanguageLocally(e):this.detectLanguageRemotely(e)}};d();d();var Qi="input is invalid type",Op=typeof window=="object",da=Op?window:{};da.JS_SHA256_NO_WINDOW&&(Op=!1);var jD=!Op&&typeof self=="object",HD=!da.JS_SHA256_NO_NODE_JS&&typeof process=="object"&&process.versions&&process.versions.node;HD?da=global:jD&&(da=self);var jH=!da.JS_SHA256_NO_COMMON_JS&&typeof module=="object"&&module.exports,HH=typeof define=="function"&&define.amd,Es=!da.JS_SHA256_NO_ARRAY_BUFFER&&typeof ArrayBuffer<"u",be="0123456789abcdef".split(""),WD=[-2147483648,8388608,32768,128],er=[24,16,8,0],Vl=[1116352408,1899447441,3049323471,3921009573,961987163,1508970993,2453635748,2870763221,3624381080,310598401,607225278,1426881987,1925078388,2162078206,2614888103,3248222580,3835390401,4022224774,264347078,604807628,770255983,1249150122,1555081692,1996064986,2554220882,2821834349,2952996808,3210313671,3336571891,3584528711,113926993,338241895,666307205,773529912,1294757372,1396182291,1695183700,1986661051,2177026350,2456956037,2730485921,2820302411,3259730800,3345764771,3516065817,3600352804,4094571909,275423344,430227734,506948616,659060556,883997877,958139571,1322822218,1537002063,1747873779,1955562222,2024104815,2227730452,2361852424,2428436474,2756734187,3204031479,3329325298],Yl=["hex","array","digest","arrayBuffer"],Ht=[];(da.JS_SHA256_NO_NODE_JS||!Array.isArray)&&(Array.isArray=function(t){return Object.prototype.toString.call(t)==="[object Array]"});Es&&(da.JS_SHA256_NO_ARRAY_BUFFER_IS_VIEW||!ArrayBuffer.isView)&&(ArrayBuffer.isView=function(t){return typeof t=="object"&&t.buffer&&t.buffer.constructor===ArrayBuffer});var o2=function(t,e){return function(n){return new Wt(e,!0).update(n)[t]()}},u2=function(t){var e=o2("hex",t);e.create=function(){return new Wt(t)},e.update=function(a){return e.create().update(a)};for(var n=0;n>2]|=t[a]<>2]|=r<>2]|=(192|r>>6)<>2]|=(128|r&63)<=57344?(s[i>>2]|=(224|r>>12)<>2]|=(128|r>>6&63)<>2]|=(128|r&63)<>2]|=(240|r>>18)<>2]|=(128|r>>12&63)<>2]|=(128|r>>6&63)<>2]|=(128|r&63)<=64?(this.block=s[16],this.start=i-64,this.hash(),this.hashed=!0):this.start=i}return this.bytes>4294967295&&(this.hBytes+=this.bytes/4294967296<<0,this.bytes=this.bytes%4294967296),this}};Wt.prototype.finalize=function(){if(!this.finalized){this.finalized=!0;var t=this.blocks,e=this.lastByteIndex;t[16]=this.block,t[e>>2]|=WD[e&3],this.block=t[16],e>=56&&(this.hashed||this.hash(),t[0]=this.block,t[16]=t[1]=t[2]=t[3]=t[4]=t[5]=t[6]=t[7]=t[8]=t[9]=t[10]=t[11]=t[12]=t[13]=t[14]=t[15]=0),t[14]=this.hBytes<<3|this.bytes>>>29,t[15]=this.bytes<<3,this.hash()}};Wt.prototype.hash=function(){var t=this.h0,e=this.h1,n=this.h2,r=this.h3,a=this.h4,i=this.h5,o=this.h6,s=this.h7,u=this.blocks,l,c,p,m,g,f,T,b,h,E,D;for(l=16;l<64;++l)g=u[l-15],c=(g>>>7|g<<25)^(g>>>18|g<<14)^g>>>3,g=u[l-2],p=(g>>>17|g<<15)^(g>>>19|g<<13)^g>>>10,u[l]=u[l-16]+c+u[l-7]+p<<0;for(D=e&n,l=0;l<64;l+=4)this.first?(this.is224?(b=300032,g=u[0]-1413257819,s=g-150054599<<0,r=g+24177077<<0):(b=704751109,g=u[0]-210244248,s=g-1521486534<<0,r=g+143694565<<0),this.first=!1):(c=(t>>>2|t<<30)^(t>>>13|t<<19)^(t>>>22|t<<10),p=(a>>>6|a<<26)^(a>>>11|a<<21)^(a>>>25|a<<7),b=t&e,m=b^t&n^D,T=a&i^~a&o,g=s+p+T+Vl[l]+u[l],f=c+m,s=r+g<<0,r=g+f<<0),c=(r>>>2|r<<30)^(r>>>13|r<<19)^(r>>>22|r<<10),p=(s>>>6|s<<26)^(s>>>11|s<<21)^(s>>>25|s<<7),h=r&t,m=h^r&e^b,T=s&a^~s&i,g=o+p+T+Vl[l+1]+u[l+1],f=c+m,o=n+g<<0,n=g+f<<0,c=(n>>>2|n<<30)^(n>>>13|n<<19)^(n>>>22|n<<10),p=(o>>>6|o<<26)^(o>>>11|o<<21)^(o>>>25|o<<7),E=n&r,m=E^n&t^h,T=o&s^~o&a,g=i+p+T+Vl[l+2]+u[l+2],f=c+m,i=e+g<<0,e=g+f<<0,c=(e>>>2|e<<30)^(e>>>13|e<<19)^(e>>>22|e<<10),p=(i>>>6|i<<26)^(i>>>11|i<<21)^(i>>>25|i<<7),D=e&n,m=D^e&r^E,T=i&o^~i&s,g=a+p+T+Vl[l+3]+u[l+3],f=c+m,a=t+g<<0,t=g+f<<0;this.h0=this.h0+t<<0,this.h1=this.h1+e<<0,this.h2=this.h2+n<<0,this.h3=this.h3+r<<0,this.h4=this.h4+a<<0,this.h5=this.h5+i<<0,this.h6=this.h6+o<<0,this.h7=this.h7+s<<0};Wt.prototype.hex=function(){this.finalize();var t=this.h0,e=this.h1,n=this.h2,r=this.h3,a=this.h4,i=this.h5,o=this.h6,s=this.h7,u=be[t>>28&15]+be[t>>24&15]+be[t>>20&15]+be[t>>16&15]+be[t>>12&15]+be[t>>8&15]+be[t>>4&15]+be[t&15]+be[e>>28&15]+be[e>>24&15]+be[e>>20&15]+be[e>>16&15]+be[e>>12&15]+be[e>>8&15]+be[e>>4&15]+be[e&15]+be[n>>28&15]+be[n>>24&15]+be[n>>20&15]+be[n>>16&15]+be[n>>12&15]+be[n>>8&15]+be[n>>4&15]+be[n&15]+be[r>>28&15]+be[r>>24&15]+be[r>>20&15]+be[r>>16&15]+be[r>>12&15]+be[r>>8&15]+be[r>>4&15]+be[r&15]+be[a>>28&15]+be[a>>24&15]+be[a>>20&15]+be[a>>16&15]+be[a>>12&15]+be[a>>8&15]+be[a>>4&15]+be[a&15]+be[i>>28&15]+be[i>>24&15]+be[i>>20&15]+be[i>>16&15]+be[i>>12&15]+be[i>>8&15]+be[i>>4&15]+be[i&15]+be[o>>28&15]+be[o>>24&15]+be[o>>20&15]+be[o>>16&15]+be[o>>12&15]+be[o>>8&15]+be[o>>4&15]+be[o&15];return this.is224||(u+=be[s>>28&15]+be[s>>24&15]+be[s>>20&15]+be[s>>16&15]+be[s>>12&15]+be[s>>8&15]+be[s>>4&15]+be[s&15]),u};Wt.prototype.toString=Wt.prototype.hex;Wt.prototype.digest=function(){this.finalize();var t=this.h0,e=this.h1,n=this.h2,r=this.h3,a=this.h4,i=this.h5,o=this.h6,s=this.h7,u=[t>>24&255,t>>16&255,t>>8&255,t&255,e>>24&255,e>>16&255,e>>8&255,e&255,n>>24&255,n>>16&255,n>>8&255,n&255,r>>24&255,r>>16&255,r>>8&255,r&255,a>>24&255,a>>16&255,a>>8&255,a&255,i>>24&255,i>>16&255,i>>8&255,i&255,o>>24&255,o>>16&255,o>>8&255,o&255];return this.is224||u.push(s>>24&255,s>>16&255,s>>8&255,s&255),u};Wt.prototype.array=Wt.prototype.digest;Wt.prototype.arrayBuffer=function(){this.finalize();var t=new ArrayBuffer(this.is224?28:32),e=new DataView(t);return e.setUint32(0,this.h0),e.setUint32(4,this.h1),e.setUint32(8,this.h2),e.setUint32(12,this.h3),e.setUint32(16,this.h4),e.setUint32(20,this.h5),e.setUint32(24,this.h6),this.is224||e.setUint32(28,this.h7),t};function Ql(t,e,n){var r,a=typeof t;if(a==="string"){var i=[],o=t.length,s=0,u;for(r=0;r>6,i[s++]=128|u&63):u<55296||u>=57344?(i[s++]=224|u>>12,i[s++]=128|u>>6&63,i[s++]=128|u&63):(u=65536+((u&1023)<<10|t.charCodeAt(++r)&1023),i[s++]=240|u>>18,i[s++]=128|u>>12&63,i[s++]=128|u>>6&63,i[s++]=128|u&63);t=i}else if(a==="object"){if(t===null)throw new Error(Qi);if(Es&&t.constructor===ArrayBuffer)t=new Uint8Array(t);else if(!Array.isArray(t)&&(!Es||!ArrayBuffer.isView(t)))throw new Error(Qi)}else throw new Error(Qi);t.length>64&&(t=new Wt(e,!0).update(t).array());var l=[],c=[];for(r=0;r<64;++r){var p=t[r]||0;l[r]=92^p,c[r]=54^p}Wt.call(this,e,n),this.update(c),this.oKeyPad=l,this.inner=!0,this.sharedMemory=n}Ql.prototype=new Wt;Ql.prototype.finalize=function(){if(Wt.prototype.finalize.call(this),this.inner){this.inner=!1;var t=this.array();Wt.call(this,this.is224,this.sharedMemory),this.update(this.oKeyPad),this.update(t),Wt.prototype.finalize.call(this)}};var Ji=u2();Ji.sha256=Ji;Ji.sha224=u2(!0);Ji.sha256.hmac=l2();Ji.sha224.hmac=l2(!0);var c2=Ji;var d2=c2.sha256;function tr(t){return Promise.resolve(d2(t))}function Jl(t){return Array.from(new Uint8Array(t)).map(r=>r.toString(16).padStart(2,"0")).join("")}function pa(t,e){let n=d2.hmac.create(e);return n.update(t),Promise.resolve(n.array())}async function p2(t,e){let n=await pa(t,e);return Jl(n)}async function Zl(t,e){let n=KD(e),r=await pa(t,n);return Jl(r)}function KD(t){let e=[];return t.replace(/../g,function(n){return e.push(parseInt(n,16)),""}),new Uint8Array(e).buffer}var g2=[["auto","auto"],["zh-CN","zh"],["zh-TW","zh-TW"],["de","de"],["en","en"],["es","es"],["fr","fr"],["id","id"],["it","it"],["ja","jp"],["ko","kr"],["ms","ms"],["pt","pt"],["ru","ru"],["th","th"],["tr","tr"],["vi","vi"]],Cs=class t extends De{static langMap=new Map(g2);maxTextGroupLength=50;static langMapReverse=new Map(g2.map(([e,n])=>[n,e]));static getUTCDate(e){let n=e.getUTCFullYear(),r=`${e.getUTCMonth()+1}`.padStart(2,"0"),a=`${e.getUTCDate()}`.padStart(2,"0");return`${n}-${r}-${a}`}secretId="";secretKey="";isSupportList=!0;constructor(e,n,r){if(super(e,n,r),!e||!e.secretId||!e.secretKey)throw new V("secretId and secretKey are required");this.secretId=e.secretId?.trim(),this.secretKey=e.secretKey?.trim()}getDefaultRateLimit(){return{limit:3,interval:1350}}async translate(e){let{text:n,from:r,to:a}=e,i=JSON.stringify({ProjectId:0,Source:t.langMap.get(r)||"auto",SourceText:n,Target:t.langMap.get(a)||a}),o=await this.signedRequest({secretId:this.secretId,secretKey:this.secretKey,action:"TextTranslate",payload:i,service:"tmt",version:"2018-03-21"});return{text:o.Response.TargetText,from:t.langMapReverse.get(o.Response.Source)||r,to:t.langMapReverse.get(o.Response.Target)||a}}async translateList(e){let{text:n,from:r,to:a}=e,i=JSON.stringify({ProjectId:0,Source:t.langMap.get(r)||"auto",SourceTextList:n,Target:t.langMap.get(a)||a}),o=await this.signedRequest({secretId:this.secretId,secretKey:this.secretKey,action:"TextTranslateBatch",payload:i,service:"tmt",version:"2018-03-21"});return{text:o.Response.TargetTextList,from:t.langMapReverse.get(o.Response.Source)||r,to:t.langMapReverse.get(o.Response.Target)||a}}async signedRequest({secretId:e,secretKey:n,action:r,payload:a,service:i,version:o}){let s=`${i}.tencentcloudapi.com`,u=new Date,l=`${new Date().valueOf()}`.slice(0,10),c=["POST","/","","content-type:application/json; charset=utf-8",`host:${s}`,"","content-type;host",await tr(a)].join(` `),p=t.getUTCDate(u),m=["TC3-HMAC-SHA256",l,`${p}/${i}/tc3_request`,await tr(c)].join(` `),g=await p2(p,`TC3${n}`),f=await Zl(i,g),T=await Zl("tc3_request",f),b=await Zl(m,T),h=await ce({retry:this.retry,url:`https://${i}.tencentcloudapi.com`,method:"POST",headers:{"Content-Type":"application/json; charset=utf-8",Host:s,"X-TC-Action":r,"X-TC-Timestamp":l,"X-TC-Region":"ap-beijing","X-TC-Version":o,Authorization:`TC3-HMAC-SHA256 Credential=${e}/${p}/${i}/tc3_request, SignedHeaders=content-type;host, Signature=${b}`},body:a,timeout:this.requestTimeout});if(h instanceof Error)throw h;if(h.Response&&h.Response.Error&&h.Response.Error.Message)throw new V(h.Response.Error.Message);return h}};d();var m2=[["auto","auto"],["zh-CN","zh"],["zh-TW","zh-TW"],["de","de"],["en","en"],["es","es"],["fr","fr"],["id","id"],["it","it"],["ja","jp"],["ko","kr"],["ms","ms"],["pt","pt"],["ru","ru"],["th","th"],["tr","tr"],["vi","vi"]],GD={"content-type":"application/json",Host:"wxapp.translator.qq.com","User-Agent":"Mozilla/5.0 (iPhone; CPU iPhone OS 16_3_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/15E148 MicroMessenger/8.0.32(0x18002035) NetType/WIFI Language/zh_TW",Referer:"https://servicewechat.com/wxb1070eabc6f9107e/117/page-frame.html"},ws=class t extends De{static langMap=new Map(m2);static langMapReverse=new Map(m2.map(([e,n])=>[n,e]));isSupportList=!1;constructor(e,n,r){super(e,n,r)}async translate(e){let{text:n,from:r,to:a}=e,i=new URLSearchParams({source:r,target:a,sourceText:n,platform:"WeChat_APP",candidateLangs:"en|zh",guid:"oqdgX0SIwhvM0TmqzTHghWBvfk22"}).toString(),o=await ce({url:`https://wxapp.translator.qq.com/api/translate?${i}`,retry:this.retry,method:"GET",headers:GD,timeout:this.requestTimeout});return{text:o.targetText,from:t.langMapReverse.get(o.source)||r,to:t.langMapReverse.get(o.target)||a}}};d();var f2=[["auto","auto"],["zh-CN","zh-CN"],["zh-TW","zh-TW"],["en","en"],["af","af"],["am","am"],["ar","ar"],["az","az"],["be","be"],["bg","bg"],["bn","bn"],["bs","bs"],["ca","ca"],["ceb","ceb"],["co","co"],["cs","cs"],["cy","cy"],["da","da"],["de","de"],["el","el"],["eo","eo"],["es","es"],["et","et"],["eu","eu"],["fa","fa"],["fi","fi"],["fr","fr"],["fy","fy"],["ga","ga"],["gd","gd"],["gl","gl"],["gu","gu"],["ha","ha"],["haw","haw"],["he","he"],["hi","hi"],["hmn","hmn"],["hr","hr"],["ht","ht"],["hu","hu"],["hy","hy"],["id","id"],["ig","ig"],["is","is"],["it","it"],["ja","ja"],["jw","jw"],["ka","ka"],["kk","kk"],["km","km"],["kn","kn"],["ko","ko"],["ku","ku"],["ky","ky"],["la","la"],["lb","lb"],["lo","lo"],["lt","lt"],["lv","lv"],["mg","mg"],["mi","mi"],["mk","mk"],["ml","ml"],["mn","mn"],["mr","mr"],["ms","ms"],["mt","mt"],["my","my"],["ne","ne"],["nl","nl"],["no","no"],["ny","ny"],["pa","pa"],["pl","pl"],["ps","ps"],["pt","pt"],["ro","ro"],["ru","ru"],["sd","sd"],["sa","sa"],["si","si"],["sk","sk"],["sl","sl"],["sm","sm"],["sn","sn"],["so","so"],["sq","sq"],["sr","sr"],["st","st"],["su","su"],["sv","sv"],["sw","sw"],["ta","ta"],["te","te"],["tg","tg"],["th","th"],["fil","tl"],["tr","tr"],["ug","ug"],["uk","uk"],["ur","ur"],["uz","uz"],["vi","vi"],["xh","xh"],["yi","yi"],["yo","yo"],["zu","zu"]],Ya=class t extends De{static langMap=new Map(f2);static langMapReverse=new Map(f2.map(([e,n])=>[n,e]));isSupportList=!1;apiUrl="https://translate.googleapis.com/translate_a/single";constructor(e,n,r){super(e,n,r),e?.apiUrl&&(this.apiUrl=qt(this.apiUrl,e.apiUrl))}getDefaultRateLimit(){return{limit:10,interval:1050}}async translate(e){let{text:n,from:r,to:a}=e;if(!n)return{...e};let i=t.langMap.get(r)||"auto",o=t.langMap.get(a)||a,s=await this.fetchWithoutToken(n,i,o);if(!s)throw new V("google translate NETWORK_ERROR");if(!s.data[0]||s.data[0].length<=0)throw new V("google translate API_SERVER_ERROR");return{text:s.data[0].map(l=>l[0]).filter(Boolean).join(""),from:t.langMapReverse.get(s.data[2])||"auto",to:a}}async translateXml(e){let{text:n,from:r,to:a}=e;if(!n)return{...e};let i=t.langMap.get(r)||"auto",o=t.langMap.get(a)||a,s=await this.fetchXmlWithoutToken(n,i,o);if(!s)throw new V("google translate NETWORK_ERROR");if(!s.data[0]||s.data[0].length<=0)throw new V("google translate API_SERVER_ERROR");return{text:s.data[0].map(l=>l[0]).filter(Boolean).join(""),from:t.langMapReverse.get(s.data[2])||"auto",to:a}}async fetchXmlWithoutToken(e,n,r){let i="https://translate.googleapis.com/translate_a/t?"+new URLSearchParams({client:"gtx",dt:"t",sl:n,tl:r,q:e}).toString();return{data:await ce({retry:this.retry,url:i,timeout:this.requestTimeout})}}async fetchWithoutToken(e,n,r){let a=new URLSearchParams({client:"gtx",dt:"t",sl:n,tl:r,q:e}),i=this.apiUrl+"?"+a.toString();return{data:await ce({retry:this.retry,url:i,timeout:this.requestTimeout})}}};d();d();d();function $D(t,e){return e?t+(e-t%e):t}function VD(t,e){return t.split(e).length-1}function zp(t){let e=Date.now(),n=1;for(let r of t)n+=VD(r,"i");return $D(e,n)}function YD(t,e){return Math.floor(Math.random()*(e-t+1))+t}function Np(){return YD(1e6,1e8)}d();d();d();var Up="https://www2.deepl.com/jsonrpc",qp="auto",h2=[{code:"BG",language:"Bulgarian"},{code:"ZH",language:"Chinese"},{code:"CS",language:"Czech"},{code:"DA",language:"Danish"},{code:"NL",language:"Dutch"},{code:"EN",language:"English"},{code:"ET",language:"Estonian"},{code:"FI",language:"Finnish"},{code:"FR",language:"French"},{code:"DE",language:"German"},{code:"EL",language:"Greek"},{code:"HU",language:"Hungarian"},{code:"IT",language:"Italian"},{code:"JA",language:"Japanese"},{code:"LV",language:"Latvian"},{code:"LT",language:"Lithuanian"},{code:"PL",language:"Polish"},{code:"PT",language:"Portuguese"},{code:"RO",language:"Romanian"},{code:"RU",language:"Russian"},{code:"SK",language:"Slovak"},{code:"SL",language:"Slovenian"},{code:"ES",language:"Spanish"},{code:"SV",language:"Swedish"}];d();function QD(t=h2){return t.reduce((e,n)=>(e[n.code.toLowerCase()]=n.code,e[n.language.toLowerCase()]=n.code,e),{})}function jp(t){return QD()[t.toLowerCase()]}var JD={Accept:"*/*","Accept-Language":"en-US;q=0.8,en;q=0.7","Content-Type":"application/json",Origin:"https://www.deepl.com",Referer:"https://www.deepl.com/translator","Sec-Fetch-Dest":"empty","Sec-Fetch-Mode":"cors","Sec-Fetch-Site":"same-site"};function ZD(t){return JSON.stringify(t).replace('"method":"',()=>{let e=t;return(e.id+3)%13===0||(e.id+5)%29===0?'"method" : "':'"method": "'})}function XD(t,e){return{id:1,jsonrpc:"2.0",method:"LMT_handle_texts",params:{timestamp:0,texts:[{text:"",requestAlternatives:3}],splitting:"newlines",lang:{source_lang_user_selected:t,target_lang:e}}}}async function eA(t,e,n,r,a,i,o){let s=Np(),u=XD(r,n),l=[];e.forEach(m=>{l.push({text:m,requestAlternatives:3})}),u.id=s,u.params.texts=l,u.params.timestamp=zp(e);let c=await ce({retry:2,method:"POST",url:t,body:ZD(u),headers:JD}),p={from:c.result.lang,to:n,text:[]};return c.result.texts.forEach(m=>{p.text.push(m.text)}),p}async function b2(t,e,n,r=qp,a,i,o){return e?e&&e.length===1&&e[0]===""?{text:[""],from:r,to:n}:eA(t,e,jp(n),jp(r)??"auto",a,i,o):{text:[],from:r,to:n}}var T2=[["auto","auto"],["en","EN"],["ja","JA"],["pl","PL"],["zh-CN","ZH"],["zh-TW","ZH"],["ja","JA"],["ko","KO"],["es","ES"],["de","DE"],["fr","FR"],["pt","PT"],["ru","RU"],["it","IT"],["id","ID"],["nl","NL"],["pl","PL"],["bg","BG"],["cs","CS"],["da","DA"],["el","EL"],["et","ET"],["fi","FI"],["hu","HU"],["lt","LT"],["lv","LV"],["ro","RO"],["sk","SK"],["sl","SL"],["sv","SV"],["tr","TR"],["uk","UK"]],Zi=class t extends De{static langMap=new Map(T2);static langMapReverse=new Map(T2.map(([e,n])=>[n,e]));maxTextGroupLength=3;maxTextLength=800;isSupportList=!0;API_URL=Up;constructor(e,n,r){super(e,n,r),e&&e.apiUrl&&(this.API_URL=qt(Up,e.apiUrl))}getDefaultRateLimit(){return{limit:1,interval:1050}}async translateList(e){let{text:n,to:r,from:a}=e,i=await b2(this.API_URL,n,t.langMap.get(r)||r,t.langMap.get(a)||"auto");return{text:i.text,from:t.langMapReverse.get(i.from),to:t.langMapReverse.get(i.to)}}};d();var Ds=class t extends De{static langMap=new Map(fp);clientKey;maxTextGroupLength=25;maxTextLength=1e3;isSupportList=!1;constructor(e,n,r){super(e,n,r),this.clientKey=zr.getClientKey()}async translate(e){let{text:n,to:r}=e,a=await this.detectLanguage(n),i=t.langMap.get(a)||a,o=t.langMap.get(r)||r;if(a===r)return{text:n,from:a,to:r};let s=Me(),u=e.url;s.INSTALL_FROM==="firefox_store"&&(u=y2());let c=JSON.stringify({header:{fn:"auto_translation_block",client_key:this.clientKey},source:{text_block:n,lang:i,orig_url:u},target:{lang:o}}),p=await ce({url:Al,body:c,method:"POST",retry:this.retry,timeout:this.requestTimeout});if(p.header.ret_code!=="succ")throw new V(p.message||p.header.ret_code);return{text:p.auto_translation,from:a||"auto",to:r}}getDefaultRateLimit(){return{limit:30,interval:1050}}async translateList(e){let{from:n,text:r,to:a}=e,i=Me(),o=e.url;if(i.INSTALL_FROM==="firefox_store"&&(o=y2()),r.length===1){let g=await this.translate({from:n,text:r[0],to:a,url:o,options:e.options});return{text:[g.text],from:g.from,to:g.to}}let u=await this.detectLanguage(r.join(` `));if(u===a)return{text:r,from:u,to:a};let l=t.langMap.get(u)||u,c=t.langMap.get(a)||a,p=JSON.stringify({header:{fn:"auto_translation",client_key:this.clientKey},source:{text_list:r,lang:l,orig_url:o},target:{lang:c},type:"plain"}),m=await ce({url:Al,body:p,method:"POST"});if(m.header.ret_code!=="succ")throw new V(m.message||m.header.ret_code);return{text:m.auto_translation,from:u||"auto",to:a}}detectLanguageLocally(e){return this.detectLanguageRemotely(e)}detectLanguageRemotely(e){return zr.detectLanguageRemotelyByTransmart(e)}};function y2(){let t=new Date;return t.setMinutes(t.getMinutes()-t.getMinutes()%5),t.setSeconds(0),t.setMilliseconds(0),`https://google.com/search?q=google&_t=${t.getTime()/1e3}`}d();d();function Hp(){return Math.random()>=.1}var Xi=class extends De{isSupportList=!1;maxTextLength=1200;maxTextGroupLength=1;async translate(e){let{text:n}=e;if(!Hp())throw new V("404","\u6A21\u62DF\u9519\u8BEF");let r=n.match(/^\s*/)[0].length;return{text:n.slice(0,r)+"\u6A21\u62DF\uFF1A"+n.slice(r,-6),from:e.from,to:e.to}}async translateList(e){let{text:n,from:r,to:a}=e;if(await G3(),!Hp())throw new V("404","\u6A21\u62DF\u9519\u8BEF");return n.length===0?{from:r,to:a,text:[""]}:{from:r,to:a,text:n.map(i=>{let o=i.match(/^\s*/)[0].length;return i.slice(0,o)+"\u6A21\u62DF\uFF1A"+i.slice(o,-6)})}}};d();var S2=[["auto","auto"],["zh-CN","zh"],["zh-TW","zh"],["en","en"],["ja","ja"],["de","de"],["fr","fr"],["it","it"],["es","es"],["nl","nl"],["pl","pl"],["pt","pt"],["ru","ru"]],Wp=new Map(S2),v2=new Map(S2.map(([t,e])=>[e,t])),Kp=class t extends De{static langMap=Wp;static DEFAULT_CODENAME="deepl";apikey="";codename=t.DEFAULT_CODENAME;isSupportList=!1;maxTextGroupLength=1;constructor(e,n,r){if(super(e,n,r),!e||!e.apikey)throw new V("apikey are required");this.apikey=e.apikey?.trim(),e.codename&&(this.codename=e.codename)}async translate(e){let{text:n,from:r,to:a}=e,i=await ce({retry:this.retry,url:`https://api.openl.club/services/${this.codename}/translate`,headers:{"content-type":"application/json"},method:"POST",body:JSON.stringify({apikey:this.apikey,text:n,source_lang:Wp.get(r)||"auto",target_lang:Wp.get(a)||a}),timeout:this.requestTimeout});if(i.status){let o=i;return o.result&&a=="zh-TW",{text:o.result,from:v2.get(o.source_lang),to:v2.get(o.target_lang)}}else throw new V(i.msg)}},Xl=Kp;d();var x2=[["auto",""],["en","EN"],["ja","JA"],["pl","PL"],["zh-CN","ZH"],["zh-TW","ZH"],["ar","AR"],["ja","JA"],["ko","KO"],["es","ES"],["de","DE"],["fr","FR"],["pt","PT"],["pt-br","PT-BR"],["ru","RU"],["it","IT"],["id","ID"],["nl","NL"],["pl","PL"],["bg","BG"],["cs","CS"],["da","DA"],["el","EL"],["et","ET"],["fi","FI"],["hu","HU"],["lt","LT"],["lv","LV"],["ro","RO"],["sk","SK"],["sl","SL"],["sv","SV"],["tr","TR"],["uk","UK"]],As=new Map(x2),tA=new Map(x2.map(([t,e])=>[e,t])),Gp=class extends De{static langMap=As;authKey="";maxTextLength=1800;freeApiUrl="https://api-free.deepl.com/v2/translate";proApiUrl="https://api.deepl.com/v2/translate";immersiveTranslateApiUrl="https://deepl.immersivetranslate.com/v2/translate";immersiveTranslateDeeplTokenUrl="https://api.immersivetranslate.com";immersiveTranslateDeeplProApiUrl=Qt()||Rn()?"https://api2.immersivetranslate.com/deepl/translate":"https://test-api2.immersivetranslate.com/deepl/translate";provider="custom";splitor="";qualityNoSymabol="";qualityMinTextLength;apiKeys=[];static async clearState(){}getRandomKey(){let e=Math.floor(Math.random()*this.apiKeys.length);return this.apiKeys[e]}constructor(e,n,r){if(super(e,n,r),e=e||{},this.splitor=e.qualityDelimiterBetaV3||"",this.qualityNoSymabol=e.qualityNoSymoblBetaV3||"",this.qualityMinTextLength=e.qualityMinTextLengthV3||0,e.provider==="pro")if(this.provider="pro",r.userToken){if(!r.isPro)throw new V("Please activate Pro membership first, \u8BF7\u5148\u5F00\u901A Pro \u4F1A\u5458\u3002");this.authKey=r.userToken,this.apiKeys=this.authKey.split(",").map(a=>a.trim())}else throw new V("Login required, \u767B\u5F55\u540E\u624D\u53EF\u4EE5\u4F7F\u7528\u3002");else if(this.authKey=e.authKey?.trim(),this.apiKeys=this.authKey.split(",").map(a=>a.trim()),!this.authKey)throw new V("authKey are required");if(!this.authKey)throw new V("authKey are required");e&&e.freeApiUrl&&(this.freeApiUrl=qt(this.freeApiUrl,e.freeApiUrl)),e&&e.proApiUrl&&(this.proApiUrl=qt(this.proApiUrl,e.proApiUrl)),e&&e.immersiveTranslateApiUrl&&(this.immersiveTranslateApiUrl=qt(this.immersiveTranslateApiUrl,e.immersiveTranslateApiUrl)),e&&e.immersiveTranslateDeeplTokenUrl&&(this.immersiveTranslateDeeplTokenUrl=qt(this.immersiveTranslateDeeplTokenUrl,e.immersiveTranslateDeeplTokenUrl)),e&&e.immersiveTranslateDeeplProApiUrl&&(this.immersiveTranslateDeeplProApiUrl=qt(this.immersiveTranslateDeeplProApiUrl,e.immersiveTranslateDeeplProApiUrl))}async init(){}getRateLimiter(){let e=super.getRateLimiter();if(this.provider==="pro"){if(this.serviceConfig?.immersiveTranslateProLimit){let n=Number(this.serviceConfig.immersiveTranslateProLimit);return isNaN(n)&&(n=15),{limit:n,interval:e?.interval||1050}}return{limit:15,interval:e?.interval||1050}}return super.getRateLimiter()}getDefaultRateLimit(){return{limit:3,interval:1250}}async translateList(e){let{from:n,to:r}=e,a=this.getRandomKey(),{text:i,merged:o}=this.optimizationText(e),s={source_lang:As.get(n)||"",target_lang:As.get(r)||r,tag_handling:"html"};this.serviceConfig?.tag_handling&&(this.serviceConfig.tag_handling==="none"?delete s.tag_handling:s.tag_handling=this.serviceConfig.tag_handling);let u=new URLSearchParams(s);i.forEach(b=>{u.append("text",b)});let l=u.toString(),c={text:i,source_lang:As.get(n)||"auto",target_lang:As.get(r)||r},p=this.freeApiUrl;a.endsWith(":im")?p=this.immersiveTranslateApiUrl:a.endsWith(":fx")||(p=this.proApiUrl);let m,g={};e.refresh&&(g={"X-Refresh":"True"}),e.debug&&(g={...g,"X-Debug":"True"}),this.provider==="pro"?m=await ce({retry:this.retry,url:this.immersiveTranslateDeeplProApiUrl,method:"POST",body:JSON.stringify(c),headers:{...g,token:a,"Content-Type":"application/json"},timeout:this.requestTimeout}):a.startsWith("immersive_")?m=await ce({retry:this.retry,url:this.immersiveTranslateDeeplProApiUrl,method:"POST",body:JSON.stringify(c),headers:{...g,token:a,"Content-Type":"application/json"},timeout:this.requestTimeout}):m=await ce({retry:2,url:p,method:"POST",body:l,headers:{Authorization:"DeepL-Auth-Key "+a,"Content-Type":"application/x-www-form-urlencoded; charset=UTF-8"},extra:{overrideMimeType:"application/json; charset=utf-8"}});let{translations:f}=this.restoreText(m,o,!!e.debug),T=f.map(b=>b.text);if(r==="zh-TW"){let b=this.serviceConfig||{};b&&b.googleApiUrl&&(b.apiUrl=b.googleApiUrl);let E=await new Ya(this.serviceConfig,this.generalConfig,this.translationOptions).translate({from:"zh-CN",to:"zh-TW",text:f.map(D=>D.text).join(` @@ -5430,15 +5430,15 @@ Translate the content to {{to}} Language: `))}return{text:T,from:f[0]&&tA.get(f[0].detected_source_language)||n,to:r}}optimizationText(e){let{text:n,xpaths:r}=e;if(!this.splitor||this.provider!="pro")return{text:n,merged:[]};let a=new Map,i=[];for(let o=0;o=0){i.push(n[o]);continue}if(this.qualityMinTextLength>0&&n[o].length({text:!Qt()&&r?`[${l}]`:l,detected_source_language:s.detected_source_language}));i.push(...u)}else i.push(s)}return{...e,translations:i}}},E2=Gp;d();var nA=[["auto","auto"],["zh-CN","zh"],["zh-TW","cht"],["en","en"],["ja","ja"],["ko","ko"],["es","es"],["de","de"],["fr","fra"],["pt","pt"],["ru","ru"],["ar","ara"],["it","it"],["ms","ms"],["id","id"],["vi","vie"],["th","th"],["ur","ur"],["yue","yue"],["bo","bo"],["wyw","wyw"],["be","be"],["bg","bul"],["bn","bn"],["ca","ca"],["cs","cs"],["da","da"],["el","el"],["et","et"],["fa","fa"],["fi","fi"],["gu","gu"],["he","he"],["hi","hi"],["hr","hr"],["hu","hu"],["hy","hye"],["is","is"],["ka","ka"],["km","km"],["kn","kn"],["lt","lt"],["lv","lv"],["mk","mk"],["ml","ml"],["mn","mn"],["mr","mr"],["mt","mt"],["my","my"],["ne","ne"],["nl","nl"],["no","no"],["pa","pa"],["pl","pl"],["ps","ps"],["ro","ro"],["si","si"],["sk","sk"],["sl","sl"],["sq","sq"],["sr","sr"],["sv","sv"],["sw","sw"],["ta","ta"],["te","te"],["tg","tg"],["tr","tr"],["ug","ug"],["uk","uk"],["uz","uz"]],$p=new Map(nA),Vp=class extends De{static langMap=$p;APIKEY="";isSupportList=!1;constructor(e,n,r){if(super(e,n,r),!e||!e.APIKEY)throw new V("APIKEY are required");this.APIKEY=e.APIKEY?.trim()}async translate(e){let{text:n,from:r,to:a}=e,i=n,o={url:"https://api.niutrans.com/NiuTransServer/translation",retry:this.retry,headers:{"content-type":"application/json"},method:"POST",body:JSON.stringify({src_text:i,from:$p.get(r)||r,to:$p.get(a)||a,apikey:this.APIKEY}),timeout:this.requestTimeout},s=await ce(o);if(s.tgt_text){let u=s.tgt_text;return u.endsWith(` `)&&(u=u.slice(0,-1)),{text:u,from:r,to:a}}else throw new V(s.error_msg||JSON.stringify(s).slice(0,500))}getDefaultRateLimit(){return{limit:4,interval:1350}}},C2=Vp;d();var rA=[["auto",""],["ar","ar"],["ga","ga"],["et","et"],["bg","bg"],["is","is"],["pl","pl"],["bs","bs-Latn"],["fa","fa"],["da","da"],["de","de"],["ru","ru"],["fr","fr"],["zh-TW","zh-Hant"],["fil","fil"],["fj","fj"],["fi","fi"],["gu","gu"],["kk","kk"],["ht","ht"],["ko","ko"],["nl","nl"],["ca","ca"],["zh-CN","zh-Hans"],["cs","cs"],["kn","kn"],["otq","otq"],["tlh","tlh"],["hr","hr"],["lv","lv"],["lt","lt"],["ro","ro"],["mg","mg"],["mt","mt"],["mr","mr"],["ml","ml"],["ms","ms"],["mi","mi"],["bn","bn-BD"],["hmn","mww"],["af","af"],["pa","pa"],["pt","pt"],["ps","ps"],["ja","ja"],["sv","sv"],["sm","sm"],["sr-Latn","sr-Latn"],["sr-Cyrl","sr-Cyrl"],["no","nb"],["sk","sk"],["sl","sl"],["sw","sw"],["ty","ty"],["te","te"],["ta","ta"],["th","th"],["to","to"],["tr","tr"],["cy","cy"],["ur","ur"],["uk","uk"],["es","es"],["he","he"],["el","el"],["hu","hu"],["it","it"],["hi","hi"],["id","id"],["en","en"],["yua","yua"],["bo","bo"]],Yp=new Map(rA),Qp=class extends De{static langMap=Yp;APIKEY="";region="eastasia";isSupportList=!0;apiUrl="https://api.cognitive.microsofttranslator.com/translate?x=2";constructor(e,n,r){if(super(e,n,r),!e||!e.APIKEY)throw new V("APIKEY are required");this.APIKEY=e.APIKEY?.trim(),e.region&&(this.region=e.region),e.apiUrl&&(this.apiUrl=qt(this.apiUrl,e.apiUrl))}async translateList(e){let{text:n,from:r,to:a}=e;if(n.length===0)return{from:r,to:a,text:[]};let i={"api-version":"3.0",to:Yp.get(a)||a};r!=="auto"&&(i.from=Yp.get(r)||r);let o=new URLSearchParams(i),s=JSON.stringify(n.map(m=>({text:m}))),u=new URL(this.apiUrl),l=new URLSearchParams(u.search);l.toString()!==""&&l.forEach((m,g)=>{o.append(g,m)}),u.search=o.toString();let c={url:u.toString(),retry:this.retry,method:"POST",headers:{"Ocp-Apim-Subscription-Key":this.APIKEY,"Ocp-Apim-Subscription-Region":this.region,"content-type":"application/json"},body:s,timeout:this.requestTimeout},p=await ce(c);if(p.length===0)throw new V("server response invalid");return{from:r,to:a,text:p.map(m=>m.translations.map(f=>f.text).join(" "))}}},w2=Qp;d();var aA=[["auto","auto"],["zh-CN","zh-CN"],["zh-TW","zh-TW"],["en","en"],["ja","ja"],["ru","ru"],["es","es"],["de","de"],["ko","ko"],["fr","fr"],["th","th"],["vi","vi"],["id","id"]],eo=new Map(aA),Jp=class extends De{static langMap=eo;isSupportList=!0;maxTextGroupLength=25;maxTextLength=1200;constructor(e,n,r){super(e,n,r)}getDefaultRateLimit(){return{limit:3,interval:1150}}async translateList(e){let{text:n,from:r,to:a}=e,i;if(n.length===0)return{from:r,to:a,text:[]};let o=`
-`,s=n.join(o),u={url:"https://api.papago-chrome.com/v2/translate/openapi",retry:this.retry,method:"POST",headers:{authority:"api.papago-chrome.com","content-type":"application/json"},body:"",timeout:this.requestTimeout};r==="auto"||!eo.get(r)?(i=(await ce({url:"https://api.papago-chrome.com/v2/translate/detect",method:"POST",headers:{authority:"api.papago-chrome.com","content-type":"application/json"},body:s})).langCode,u.body=JSON.stringify({text:s,source:i||eo.get(r)||r,target:eo.get(a)||a})):u.body=JSON.stringify({text:s,source:eo.get(r),target:eo.get(a)||a});let l=await ce(u);if(l.translatedText==="")throw new V("server response invalid");let c=l.translatedText.split("
").map(p=>p.trim());return{from:r,to:a,text:c}}},D2=Jp;d();function k2(t,e){let n=Object.assign({},t),r=new Map;(n.langOverrides||[]).forEach(i=>{r.set(i.id,i)});for(let i of r.keys()){let[o,s]=i.split("2");if(["auto",e.sourceLanguage].includes(o)&&["auto",e.targetLanguage].includes(s)){let u=r.get(i);if(!u)continue;if(u.extends){let l=r.get(u.extends);l&&(n=Object.assign({},n,l))}n=Object.assign({},n,u)}}return n}async function hn(t){let{url:e,config:n,state:r}=t,a=new URL(e),i="auto",{translationParagraphLanguagePattern:o,translationService:s,translationServices:u,translationTheme:l,translationThemePatterns:c,translationUrlPattern:p,targetLanguage:m,sourceLanguageUrlPattern:g,immediateTranslationPattern:f}=n,T=m||"zh-CN",b=to(e,o),h=to(e,f),E=s,D=Object.keys(u);for(let ne of D){let re=u[ne];if(to(e,re)){E=ne;break}}let M=l,I=Object.keys(c);for(let ne of I){let re=c[ne];if(re&&to(e,re)){M=ne;break}}let S=to(e,p),y=A2(e,p);y||(y=dt(e,fb)),y||(y=dt(e,n.blockUrls));let L=A2(e,n.inputTranslationUrlPattern);L||(L=dt(e,n.inputTranslationBlockUrls));let A=dt(e,n.mutationBlockUrls),v=Object.keys(g),O={};for(let ne of v){let re=g[ne];if(re&&re.matches)for(let xe of re.matches)O[xe]=ne}let _=Object.keys(O),k=Dp(e,_);k&&(i=O[k]??"auto",O[k]&&O[k]!=="auto"&&qn(O[k]));let N=a.hostname,z=await tr(N),q=a.pathname+a.search+a.hash,F=await tr(q),C=`https://${z}.com/${F}`,P=await Zt(),U=await w3(),H=n.translationStartMode;H==="dynamic"&&h&&(H="immediate");let j=E;n.inputTranslationService&&n.inputTranslationService!=="inherit"&&(j=n.inputTranslationService);let W=E;n.mouseHoverTranslationService&&n.mouseHoverTranslationService!=="inherit"&&(W=n.mouseHoverTranslationService);let $=E;n.subtitleTranslateService&&n.subtitleTranslateService!=="inherit"&&($=n.subtitleTranslateService);let ue=await Mt.get(Ft,null),ae=!1;ue&&(ae=Jt(ue));let J={targetLanguage:T,config:n,translationService:E,inputTranslationService:j,mouseHoverTranslationService:W,subtitleTranslateService:$,isTranslateUrl:S,sourceLanguage:i,mainFrame:document.body,isTranslateExcludeUrl:y,isMutationTranslationExcludeUrl:A,isInputTranslationExcludeUrl:L,rule:n.generalRule,url:e,encryptedUrl:C,state:r?Object.assign({translationMode:n.translationMode,translationArea:n.translationArea,translationStartMode:H,immediateTranslationTextCount:n.immediateTranslationTextCount,isAutoTranslate:!1,translationDebounce:300,isNeedClean:!1,isDetectParagraphLanguage:b,cache:n.cache,translationTheme:M,isTranslateDirectlyOnHover:!1},r):{translationMode:n.translationMode,translationArea:n.translationArea,translationStartMode:H,immediateTranslationTextCount:n.immediateTranslationTextCount,isAutoTranslate:!1,translationDebounce:300,isNeedClean:!1,isDetectParagraphLanguage:b,cache:n.cache,translationTheme:M,isTranslateDirectlyOnHover:!1},localConfig:P};ue&&(J.user=ue,ae?J.isPro=!0:J.isPro=!1),J.state.translationArea==="body"&&(J.config.generalRule.excludeTags=J.config.generalRule.excludeTags.filter(ne=>!J.config.generalRule.bodyTranslateTags.includes(ne)),J.config.generalRule.additionalExcludeSelectors=J.config.generalRule.additionalExcludeSelectors.filter(ne=>ne!==".btn"));let ie=n.translationServices[J.translationService]||{};ie.immediateTranslationTextCount!==void 0&&iA(ie.immediateTranslationTextCount)&&ie.immediateTranslationTextCount>=0&&(J.state.immediateTranslationTextCount=ie.immediateTranslationTextCount),J.translationService==="deepl"&&(ie&&ie.authKey&&ie.authKey.startsWith("immersive_")||ie&&ie.provider==="pro"&&J.user?.token)&&ie.immediateTranslationTextCountForImmersiveDeepl!==void 0&&ie.immediateTranslationTextCountForImmersiveDeepl>=0&&(J.state.immediateTranslationTextCount=ie.immediateTranslationTextCountForImmersiveDeepl),ie&&ie.translationDebounce&&typeof ie.translationDebounce=="number"&&(J.state.translationDebounce=ie.translationDebounce);let ge=U.immediateTranslationTextCount;n.immediateTranslationTextCount!==ge&&(J.state.immediateTranslationTextCount=n.immediateTranslationTextCount);let ee=n.rules,Y;globalThis.PDFViewerApplication?Y=ee.find(ne=>ne.pageType=="pdfReader"):globalThis.immersiveTranslateEbookViewer?Y=ee.find(ne=>ne.pageType=="ebookReader"):globalThis.immersiveTranslateEbookBuilder?Y=ee.find(ne=>ne.pageType=="ebookBuilder"):Y=ee.find(ne=>to(e,ne)),J.state.translationArea==="body"&&(J.rule.paragraphMinTextCount=1,J.rule.paragraphMinWordCount=1),Y&&Y.pageType==="ebookBuilder"&&(J.state.translationStartMode="immediate");let Te=n.generalRule;if(Y&&(J.rule=hl(Te,Y)),J.rule.selectors.length>0&&(J.rule.paragraphMinTextCount=2,J.rule.paragraphMinWordCount=1),J.state.translationArea==="body"&&J.rule.excludeTags&&(J.rule.excludeTags=J.rule.excludeTags.filter(ne=>!J.rule.bodyTranslateTags.includes(ne)&&!J.rule.forceTranslateTags.includes(ne))),J.rule.mainFrameSelector){let ne=document.querySelector(J.rule.mainFrameSelector);ne&&(J.mainFrame=ne)}return J}function to(t,e){if(!e)return!1;let{matches:n,excludeMatches:r,selectorMatches:a,excludeSelectorMatches:i}=e;return r&&r.length>0&&dt(t,r)?!1:n&&n.length>0&&dt(t,n)?!0:i&&i.length>0&&Il(i)?!1:!!(a&&a.length>0&&Il(a))}function A2(t,e){if(!e)return!1;let{excludeMatches:n,excludeSelectorMatches:r}=e;return!!(n&&n.length>0&&dt(t,n)||r&&r.length>0&&Il(r))}function iA(t){return typeof t=="number"}d();d();d();function P2(t){let e=t.split(` +`,s=n.join(o),u={url:"https://api.papago-chrome.com/v2/translate/openapi",retry:this.retry,method:"POST",headers:{authority:"api.papago-chrome.com","content-type":"application/json"},body:"",timeout:this.requestTimeout};r==="auto"||!eo.get(r)?(i=(await ce({url:"https://api.papago-chrome.com/v2/translate/detect",method:"POST",headers:{authority:"api.papago-chrome.com","content-type":"application/json"},body:s})).langCode,u.body=JSON.stringify({text:s,source:i||eo.get(r)||r,target:eo.get(a)||a})):u.body=JSON.stringify({text:s,source:eo.get(r),target:eo.get(a)||a});let l=await ce(u);if(l.translatedText==="")throw new V("server response invalid");let c=l.translatedText.split("
").map(p=>p.trim());return{from:r,to:a,text:c}}},D2=Jp;d();function k2(t,e,n){let r=Object.assign({},e),a=new Map;(r.langOverrides||[]).forEach(s=>{a.set(s.id,s)});for(let s of a.keys()){let[u,l]=s.split("2");if(["auto",n.sourceLanguage].includes(u)&&["auto",n.targetLanguage].includes(l)){let c=a.get(s);if(!c)continue;if(c.extends){let p=a.get(c.extends);p&&(r=Object.assign({},r,p))}r=Object.assign({},r,c)}}return["prompt","systemPrompt","multiplePrompt","subtitlePrompt"].forEach(s=>{t?.hasOwnProperty(s)&&(r[s]=t[s])}),r}async function hn(t){let{url:e,config:n,state:r}=t,a=new URL(e),i="auto",{translationParagraphLanguagePattern:o,translationService:s,translationServices:u,translationTheme:l,translationThemePatterns:c,translationUrlPattern:p,targetLanguage:m,sourceLanguageUrlPattern:g,immediateTranslationPattern:f}=n,T=m||"zh-CN",b=to(e,o),h=to(e,f),E=s,D=Object.keys(u);for(let ne of D){let re=u[ne];if(to(e,re)){E=ne;break}}let M=l,I=Object.keys(c);for(let ne of I){let re=c[ne];if(re&&to(e,re)){M=ne;break}}let S=to(e,p),v=A2(e,p);v||(v=dt(e,fb)),v||(v=dt(e,n.blockUrls));let k=A2(e,n.inputTranslationUrlPattern);k||(k=dt(e,n.inputTranslationBlockUrls));let A=dt(e,n.mutationBlockUrls),y=Object.keys(g),R={};for(let ne of y){let re=g[ne];if(re&&re.matches)for(let xe of re.matches)R[xe]=ne}let _=Object.keys(R),P=Dp(e,_);P&&(i=R[P]??"auto",R[P]&&R[P]!=="auto"&&qn(R[P]));let N=a.hostname,z=await tr(N),q=a.pathname+a.search+a.hash,F=await tr(q),C=`https://${z}.com/${F}`,L=await Zt(),U=await w3(),H=n.translationStartMode;H==="dynamic"&&h&&(H="immediate");let j=E;n.inputTranslationService&&n.inputTranslationService!=="inherit"&&(j=n.inputTranslationService);let W=E;n.mouseHoverTranslationService&&n.mouseHoverTranslationService!=="inherit"&&(W=n.mouseHoverTranslationService);let $=E;n.subtitleTranslateService&&n.subtitleTranslateService!=="inherit"&&($=n.subtitleTranslateService);let ue=await Mt.get(Ft,null),ae=!1;ue&&(ae=Jt(ue));let J={targetLanguage:T,config:n,translationService:E,inputTranslationService:j,mouseHoverTranslationService:W,subtitleTranslateService:$,isTranslateUrl:S,sourceLanguage:i,mainFrame:document.body,isTranslateExcludeUrl:v,isMutationTranslationExcludeUrl:A,isInputTranslationExcludeUrl:k,rule:n.generalRule,url:e,encryptedUrl:C,state:r?Object.assign({translationMode:n.translationMode,translationArea:n.translationArea,translationStartMode:H,immediateTranslationTextCount:n.immediateTranslationTextCount,isAutoTranslate:!1,translationDebounce:300,isNeedClean:!1,isDetectParagraphLanguage:b,cache:n.cache,translationTheme:M,isTranslateDirectlyOnHover:!1},r):{translationMode:n.translationMode,translationArea:n.translationArea,translationStartMode:H,immediateTranslationTextCount:n.immediateTranslationTextCount,isAutoTranslate:!1,translationDebounce:300,isNeedClean:!1,isDetectParagraphLanguage:b,cache:n.cache,translationTheme:M,isTranslateDirectlyOnHover:!1},localConfig:L};ue&&(J.user=ue,ae?J.isPro=!0:J.isPro=!1),J.state.translationArea==="body"&&(J.config.generalRule.excludeTags=J.config.generalRule.excludeTags.filter(ne=>!J.config.generalRule.bodyTranslateTags.includes(ne)),J.config.generalRule.additionalExcludeSelectors=J.config.generalRule.additionalExcludeSelectors.filter(ne=>ne!==".btn"));let ie=n.translationServices[J.translationService]||{};ie.immediateTranslationTextCount!==void 0&&iA(ie.immediateTranslationTextCount)&&ie.immediateTranslationTextCount>=0&&(J.state.immediateTranslationTextCount=ie.immediateTranslationTextCount),J.translationService==="deepl"&&(ie&&ie.authKey&&ie.authKey.startsWith("immersive_")||ie&&ie.provider==="pro"&&J.user?.token)&&ie.immediateTranslationTextCountForImmersiveDeepl!==void 0&&ie.immediateTranslationTextCountForImmersiveDeepl>=0&&(J.state.immediateTranslationTextCount=ie.immediateTranslationTextCountForImmersiveDeepl),ie&&ie.translationDebounce&&typeof ie.translationDebounce=="number"&&(J.state.translationDebounce=ie.translationDebounce);let ge=U.immediateTranslationTextCount;n.immediateTranslationTextCount!==ge&&(J.state.immediateTranslationTextCount=n.immediateTranslationTextCount);let ee=n.rules,Y;globalThis.PDFViewerApplication?Y=ee.find(ne=>ne.pageType=="pdfReader"):globalThis.immersiveTranslateEbookViewer?Y=ee.find(ne=>ne.pageType=="ebookReader"):globalThis.immersiveTranslateEbookBuilder?Y=ee.find(ne=>ne.pageType=="ebookBuilder"):Y=ee.find(ne=>to(e,ne)),J.state.translationArea==="body"&&(J.rule.paragraphMinTextCount=1,J.rule.paragraphMinWordCount=1),Y&&Y.pageType==="ebookBuilder"&&(J.state.translationStartMode="immediate");let Te=n.generalRule;if(Y&&(J.rule=hl(Te,Y)),J.rule.selectors.length>0&&(J.rule.paragraphMinTextCount=2,J.rule.paragraphMinWordCount=1),J.state.translationArea==="body"&&J.rule.excludeTags&&(J.rule.excludeTags=J.rule.excludeTags.filter(ne=>!J.rule.bodyTranslateTags.includes(ne)&&!J.rule.forceTranslateTags.includes(ne))),J.rule.mainFrameSelector){let ne=document.querySelector(J.rule.mainFrameSelector);ne&&(J.mainFrame=ne)}return J}function to(t,e){if(!e)return!1;let{matches:n,excludeMatches:r,selectorMatches:a,excludeSelectorMatches:i}=e;return r&&r.length>0&&dt(t,r)?!1:n&&n.length>0&&dt(t,n)?!0:i&&i.length>0&&Il(i)?!1:!!(a&&a.length>0&&Il(a))}function A2(t,e){if(!e)return!1;let{excludeMatches:n,excludeSelectorMatches:r}=e;return!!(n&&n.length>0&&dt(t,n)||r&&r.length>0&&Il(r))}function iA(t){return typeof t=="number"}d();d();d();function P2(t){let e=t.split(` `),n=[],r,a="",i="";for(let o of e){o.startsWith("- ")&&(o=o.slice(1),r&&n.push(r),r={},a="",i="");let s=o.trim().split(/[::]/).map(l=>l.trim()).filter(l=>!!l);if(s.length>=2&&!/\S\s\S/.test(s[0])){let l=o.slice(o.indexOf(s[1])).trim();l?(a=s[0],l=="|-"?i="":i=l):i+=` `+o}else i+=` `+o;if(!a)continue;r||(r={});let u=Number(i);r[a]=Number.isNaN(u)?i:Number(i)}return r&&n.push(r),Object.values(n).forEach(o=>{Object.entries(o).forEach(([s,u])=>{if(typeof u=="string"){let l=u.trim();l?.startsWith('"')&&l?.endsWith('"')?o[s]=l.slice(1,-1):o[s]=l}})}),n}var Zp=class extends De{apiKeys=[];isSupportList=!1;maxTextLength=1200;maxTextGroupLength=1;translationTextSeparator=` %% -`;bodyConfigs={};model="";systemPrompt="";prompt="";subtitlePrompt="";multiplePrompt="";ignoreResReges=[];apiUrl="";constructor(e,n,r){if(super(e,n,r),e||(e={}),e.APIKEY){let a=e.APIKEY?.trim();this.apiKeys=a.split(",").map(i=>i.trim())}Array.isArray(e.ignoreResRegexs)&&(this.ignoreResReges=e.ignoreResRegexs),e.translationTextSeparator&&(this.translationTextSeparator=e.translationTextSeparator),e.model&&(this.model=e.model),e.systemPrompt&&(this.systemPrompt=e.systemPrompt),e.prompt&&(this.prompt=e.prompt),e.multiplePrompt&&(this.multiplePrompt=e.multiplePrompt),e.subtitlePrompt&&(this.subtitlePrompt=e.subtitlePrompt),e.bodyConfigs&&(this.bodyConfigs=e.bodyConfigs)}getLangMap(){return new Map}getRandomKey(){let e=Math.floor(Math.random()*this.apiKeys.length);return this.apiKeys[e]}async translate(e){let{text:n,from:r,to:a,options:i}=e;if(n.length===0)return{from:r,to:a,text:""};let o=this.getLangMap(),s=this.prompt||"",u=o.get(r)||r,l=o.get(a)||a,c=this.serviceConfig.env||{},p=i?.sourceProgram,m=["subtitle","videoSubtitle"].includes(p),g=[n];i?.rawTextArrayLength&&(g=n.split(this.translationTextSeparator)),g.length>1&&this.multiplePrompt&&(s=this.multiplePrompt),m&&this.subtitlePrompt&&g.length>1&&(s=this.subtitlePrompt);let f="",T="",b=s.includes("{{json}}"),h=s.includes("{{yaml}}");if(b){let I=[],S=c.imt_json_item||"";m&&(S=c.imt_subtitle_json_item||S);for(let y=0;yS==="from"?u:S==="to"?l+" Language":S==="text"?n:S=="json"?f:S=="yaml"?T:c[S]||I).replace(/{{(.+?)}}/g,(I,S)=>c[S]||I);let E=await this.handleOptions(s,e);B.debug("request options",E);let D=await ce(E),M=this.parseResponse(D);if(M=this.filterContent(n,M,s,g),B.debug("filterContent after",M),!b&&!h||!M)return{from:r,to:a,text:M||n};M=oA(n,M),M=_3(M);try{let I={};if(b){B.debug("extractValidJson before",M);let L=this.extractValidJson(M);B.debug("parse before",M),I=uu.parse(L)}else if(h){B.debug("parseYAML before",M);let L=this.extractValidYaml(M);I=P2(L)}let S=c.imt_trans_field;m&&(S=c.imt_sub_trans_field||S);let y=c.imt_source_field;return m&&(y=c.imt_sub_source_field||y),M=this.restoreText(g,I,S,this.translationTextSeparator,y),{from:r,to:a,text:M}}catch(I){return B.error("parse response failed",M,I),{from:r,to:a,text:M}}}extractValidJson(e){let n=e.indexOf("["),r=e.lastIndexOf("]");return n!==-1&&r!==-1?e.slice(n,r+1):""}extractValidYaml(e){let n=e.split(` +`;bodyConfigs={};model="";systemPrompt="";prompt="";subtitlePrompt="";multiplePrompt="";ignoreResReges=[];apiUrl="";constructor(e,n,r){if(super(e,n,r),e||(e={}),e.APIKEY){let a=e.APIKEY?.trim();this.apiKeys=a.split(",").map(i=>i.trim())}Array.isArray(e.ignoreResRegexs)&&(this.ignoreResReges=e.ignoreResRegexs),e.translationTextSeparator&&(this.translationTextSeparator=e.translationTextSeparator),e.model&&(this.model=e.model),e.systemPrompt&&(this.systemPrompt=e.systemPrompt),e.prompt&&(this.prompt=e.prompt),e.multiplePrompt&&(this.multiplePrompt=e.multiplePrompt),e.subtitlePrompt&&(this.subtitlePrompt=e.subtitlePrompt),e.bodyConfigs&&(this.bodyConfigs=e.bodyConfigs)}getLangMap(){return new Map}getRandomKey(){let e=Math.floor(Math.random()*this.apiKeys.length);return this.apiKeys[e]}async translate(e){let{text:n,from:r,to:a,options:i}=e;if(n.length===0)return{from:r,to:a,text:""};let o=this.getLangMap(),s=this.prompt||"",u=o.get(r)||r,l=o.get(a)||a,c=this.serviceConfig.env||{},p=i?.sourceProgram,m=["subtitle","videoSubtitle"].includes(p),g=[n];i?.rawTextArrayLength&&(g=n.split(this.translationTextSeparator)),g.length>1&&this.multiplePrompt&&(s=this.multiplePrompt),m&&this.subtitlePrompt&&g.length>1&&(s=this.subtitlePrompt);let f="",T="",b=s.includes("{{json}}"),h=s.includes("{{yaml}}");if(b){let I=[],S=c.imt_json_item||"";m&&(S=c.imt_subtitle_json_item||S);for(let v=0;vS==="from"?u:S==="to"?l+" Language":S==="text"?n:S=="json"?f:S=="yaml"?T:c[S]||I).replace(/{{(.+?)}}/g,(I,S)=>c[S]||I);let E=await this.handleOptions(s,e);B.debug("request options",E);let D=await ce(E),M=this.parseResponse(D);if(M=this.filterContent(n,M,s,g),B.debug("filterContent after",M),!b&&!h||!M)return{from:r,to:a,text:M||n};M=oA(n,M),M=_3(M);try{let I={};if(b){B.debug("extractValidJson before",M);let k=this.extractValidJson(M);B.debug("parse before",M),I=uu.parse(k)}else if(h){B.debug("parseYAML before",M);let k=this.extractValidYaml(M);I=P2(k)}let S=c.imt_trans_field;m&&(S=c.imt_sub_trans_field||S);let v=c.imt_source_field;return m&&(v=c.imt_sub_source_field||v),M=this.restoreText(g,I,S,this.translationTextSeparator,v),{from:r,to:a,text:M}}catch(I){return B.error("parse response failed",M,I),{from:r,to:a,text:M}}}extractValidJson(e){let n=e.indexOf("["),r=e.lastIndexOf("]");return n!==-1&&r!==-1?e.slice(n,r+1):""}extractValidYaml(e){let n=e.split(` `),r=[];for(let a=0;anew RegExp(s).test(i))&&(i=e)}catch(o){B.debug("e",o)}return i}getCacheKeyPrefix(){let e=[this.model||"",this.apiUrl||"",this.systemPrompt||"",this.prompt||"",this.systemPrompt||"",this.multiplePrompt||"",this.subtitlePrompt||""];return Ln(e.join("_"))}},no=Zp;function oA(t,e){return!t.includes(".")&&!t.includes("\u3002")&&(e.endsWith("\u3002")||e.endsWith("."))?e.slice(0,-1):e}var sA=[["auto","auto"],["zh-CN","Simplified Chinese"],["zh-TW","Traditional Chinese"],["zh-CN-NE","Northeastern Chinese"],["en","English"],["yue","Cantonese"],["bo","\u85CF\u8BED"],["wyw","Classical Chinese"],["ja","Japanese"],["ko","Korean"],["fr","French"],["de","German"],["es","Spanish"],["it","Italian"],["ru","Russian"],["pt","Portuguese"],["pt-br","Portuguese (Brazil)"],["nl","Dutch"],["pl","Polish"],["ar","Arabic"],["af","Afrikaans"],["am","Amharic"],["az","Azerbaijani"],["be","Belarusian"],["bg","Bulgarian"],["bn","Bengali"],["bs","Bosnian"],["ca","Catalan"],["ceb","Cebuano"],["co","Corsican"],["cs","Czech"],["cy","Welsh"],["da","Danish"],["el","Greek"],["eo","Esperanto"],["et","Estonian"],["eu","Basque"],["fa","Persian"],["fi","Finnish"],["fj","Fijian"],["fil","Filipino"],["fy","Western Frisian"],["ga","Irish"],["gd","Scottish Gaelic"],["gl","Galician"],["gu","Gujarati"],["ha","Hausa"],["haw","Hawaiian"],["he","Hebrew"],["hi","Hindi"],["hmn","Hmong"],["hr","Croatian"],["ht","Haitian Creole"],["hu","Hungarian"],["hy","Armenian"],["id","Indonesian"],["ig","Igbo"],["is","Icelandic"],["jw","Javanese"],["ka","Georgian"],["kk","Kazakh"],["km","Khmer"],["kn","Kannada"],["ku","Kurdish"],["ky","Kyrgyz"],["la","Lao"],["lb","Luxembourgish"],["lo","Lao"],["lt","Lithuanian"],["lv","Latvian"],["mg","Malagasy"],["mi","Maori"],["mk","Macedonian"],["ml","Malayalam"],["mn","Mongolian"],["mr","Marathi"],["ms","Malay"],["mt","Maltese"],["my","Burmese"],["pa","Punjabi"],["ps","Pashto"],["ro","Romanian"],["si","Sinhala"],["sk","Slovak"],["sl","Slovene"],["sa","Sanskrit"],["sm","Samoan"],["sn","Shona"],["so","Somali"],["sq","Albanian"],["sr","Serbian"],["sr-Cyrl","Serbian (Cyrillic)"],["sr-Latn","Serbian (Latin)"],["st","Southern Sotho"],["su","Sundanese"],["sv","Swedish"],["sw","Swahili"],["ta","Tamil"],["te","Telugu"],["tg","Tajik"],["th","Thai"],["tr","Turkish"],["ug","Uyghur"],["uk","Ukrainian"],["ur","Urdu"],["uz","Uzbek"],["vi","Vietnamese"],["xh","Xhosa"],["yi","Yiddish"],["yo","Yoruba"],["zu","Zulu"]],L2=new Map(sA),Xp=class extends no{static langMap=L2;provider="custom";immersiveApiUrl="https://openai-api.immersivetranslate.com/v1/chat/completions";immersiveProApiUrl=Qt()||Rn()?"https://api2.immersivetranslate.com/openai/v1/chat/completions":"https://test-api2.immersivetranslate.com/openai/v1/chat/completions";temperature=0;constructor(e,n,r){if(super(e,n,r),e||(e={}),e.provider&&(this.provider=e.provider),e.temperature!==void 0&&(this.temperature=parseFloat(e.temperature)),this.provider==="pro"){if(!r.isPro)throw new V("Please activate Pro membership first, \u8BF7\u5148\u5F00\u901A Pro \u4F1A\u5458\u3002");let a=r.userToken||"";if(this.apiKeys=a.split(",").map(i=>i.trim()),!a)throw new V("Login required, \u767B\u5F55\u540E\u624D\u53EF\u4EE5\u4F7F\u7528\u3002");e.proModel&&(e.model=e.proModel),e.proLimit&&(e.limit=e.proLimit)}e&&e.immersiveApiUrl&&(this.immersiveApiUrl=qt(this.immersiveApiUrl,e.immersiveApiUrl)),this.apiUrl="https://api.openai.com/v1/chat/completions",e.apiUrl&&(this.apiUrl=qt(this.apiUrl,e.apiUrl)),e&&e.immersiveProApiUrl&&(this.immersiveProApiUrl=qt(this.immersiveProApiUrl,e.immersiveProApiUrl)),this.model=this.model||"gpt-3.5-turbo-1106"}getLangMap(){return L2}getDefaultRateLimit(){return{limit:10,interval:1300}}parseResponse(e){return e?.choices?.[0]?.message?.content?.trim()}async handleOptions(e,n){let r={};n.refresh&&(r["X-Refresh"]="True"),n.debug&&(r["X-Debug"]="True");let a=[{role:"system",content:this.serviceConfig.systemPrompt||""},{role:"user",content:e}],i={url:this.apiUrl,method:"POST",headers:{"Content-Type":"application/json"},body:JSON.stringify({model:this.model,temperature:this.temperature,messages:a},null,2),timeout:this.requestTimeout,retry:this.retry},o=this.getRandomKey();return this.provider==="pro"?(i.url=this.immersiveProApiUrl,i.headers.token=o,i.headers={...i.headers,...r}):o&&(i.headers.Authorization="Bearer "+o,i.headers["api-key"]=o,o.startsWith("immersiveopenai_")&&(i.url=this.immersiveProApiUrl,i.headers.token=o,o.endsWith("x")||(i.headers["Immersive-Corpus-Campagin"]="yes"),delete i.headers.Authorization,delete i.headers["api-key"],i.headers={...i.headers,...r})),i}getCacheKeyPrefix(){let e=["openai",this.provider||"",this.model||"",this.systemPrompt||"",this.prompt||"",this.systemPrompt||"",this.multiplePrompt||"",this.subtitlePrompt||""];return Ln(e.join("_"))}},_2=Xp;d();var B2=u6(F2());var M2=[["af","af"],["am","am"],["ar","ar"],["auto","auto"],["az","az"],["be","be"],["bg","bg"],["bn","bn"],["bs","bs"],["ca","ca"],["ceb","ceb"],["co","co"],["cs","cs"],["cy","cy"],["da","da"],["de","de"],["el","el"],["en","en"],["eo","eo"],["es","es"],["et","et"],["eu","eu"],["fa","fa"],["fi","fi"],["fil","fil"],["fj","fj"],["fr","fr"],["fy","fy"],["ga","ga"],["gd","gd"],["gl","gl"],["gu","gu"],["ha","ha"],["haw","haw"],["he","he"],["hi","hi"],["hmn","hmn"],["hr","hr"],["ht","ht"],["hu","hu"],["hy","hy"],["id","id"],["ig","ig"],["is","is"],["it","it"],["ja","ja"],["jw","jw"],["ka","ka"],["kk","kk"],["km","km"],["kn","kn"],["ko","ko"],["ku","ku"],["ky","ky"],["la","la"],["lb","lb"],["lo","lo"],["lt","lt"],["lv","lv"],["mg","mg"],["mi","mi"],["mk","mk"],["ml","ml"],["mn","mn"],["mr","mr"],["ms","ms"],["mt","mt"],["mww","mww"],["my","my"],["ne","ne"],["nl","nl"],["no","no"],["ny","ny"],["otq","otq"],["pa","pa"],["pl","pl"],["ps","ps"],["pt","pt"],["ro","ro"],["ru","ru"],["sd","sd"],["si","si"],["sk","sk"],["sl","sl"],["sm","sm"],["sn","sn"],["so","so"],["sq","sq"],["tn","tn"],["st","st"],["su","su"],["sv","sv"],["sw","sw"],["ta","ta"],["te","te"],["tg","tg"],["th","th"],["tlh","tlh"],["to","to"],["tr","tr"],["ty","ty"],["ug","ug"],["uk","uk"],["ur","ur"],["uz","uz"],["vi","vi"],["xh","xh"],["yi","yi"],["yo","yo"],["yua","yua"],["yue","yue"],["bo","bo"],["sa","sa"],["zh-CN","zh"],["zh-TW","zh-tw"],["zu","zu"]],Ps=class t extends De{static langMap=new Map(M2);static langMapReverse=new Map(M2.map(([e,n])=>[n,e]));SHA1;AccessKeyID="";AccessKeySecret="";isSupportList=!0;scene="general";maxTextGroupLength=50;maxTextLength=1e3;constructor(e,n,r){if(super(e,n,r),!e||!e.AccessKeyID||!e.AccessKeySecret)throw new V("AccessKeyID and AccessKeySecret are required");this.AccessKeyID=e.AccessKeyID?.trim(),this.AccessKeySecret=e.AccessKeySecret?.trim(),this.SHA1=new B2.default.SHA1,e.scene&&(this.scene=e.scene)}async translate(e){let{text:n,from:r,to:a}=e,i={FormatType:"text",Scene:this.scene,SourceLanguage:t.langMap.get(r)||"auto",SourceText:n,TargetLanguage:t.langMap.get(a)||a},o=this.scene=="general"?"TranslateGeneral":"Translate",s=await this.signedRequest({secretId:this.AccessKeyID,secretKey:this.AccessKeySecret,action:o,payload:i,service:"mt",version:"2018-10-12"});return{text:s.Data.Translated,from:s.Data.DetectedLanguage&&t.langMapReverse.get(s.Data.DetectedLanguage)||r||"auto",to:t.langMapReverse.get(a)||a}}async translateList(e){let{text:n,from:r,to:a}=e,i=this.scene=="general"?"translate_standard":"translate_ecommerce",o={FormatType:"text",Scene:this.scene,SourceLanguage:t.langMap.get(r)||"auto",SourceText:JSON.stringify(n.reduce((l,c,p)=>(l[p]=c,l),{})),TargetLanguage:t.langMap.get(a)||a,ApiType:i},s=await this.signedRequest({secretId:this.AccessKeyID,secretKey:this.AccessKeySecret,action:"GetBatchTranslate",payload:o,service:"mt",version:"2018-10-12"}),u=s.TranslatedList.length&&s.TranslatedList[0].detectedLanguage;return{text:s.TranslatedList.sort((l,c)=>parseInt(l.index)-parseInt(c.index)).map(l=>l.translated),from:u&&t.langMapReverse.get(u)||r||"auto",to:t.langMapReverse.get(a)||a}}encode(e){return encodeURIComponent(e).replace(/!/g,"%21").replace(/'/g,"%27").replace(/\(/g,"%28").replace(/\)/g,"%29").replace(/\*/g,"%2A")}async signedRequest({secretId:e,secretKey:n,action:r,payload:a,service:i,version:o}){let s=new Date().toISOString(),u=Math.random().toString(36).slice(2),l={Action:r,Version:o,Format:"JSON",AccessKeyId:e,SignatureNonce:u,Timestamp:s,SignatureMethod:"HMAC-SHA1",SignatureVersion:"1.0"},p=(T=>{let h=Object.keys(T).sort().map(E=>`${this.encode(E)}=${this.encode(T[E])}`).join("&");return`POST&%2F&${this.encode(h)}`})(Object.assign({},l,a)),m=this.SHA1.b64_hmac(`${n}&`,p),g=new URLSearchParams(Object.assign({},l,{Signature:m})).toString(),f=await ce({retry:this.retry,url:`https://${i}.aliyuncs.com?${g}`,method:"POST",headers:{"content-type":"application/x-www-form-urlencoded"},body:new URLSearchParams(a).toString(),timeout:this.requestTimeout});if(f instanceof Error)throw f;if(f.Code!=="200")throw new V(f.Message);return f}};d();d();var uA=["authorization","content-type","content-length","user-agent","presigned-expires","expect"],Dt={algorithm:"HMAC-SHA256",v4Identifier:"request",dateHeader:"X-Date",tokenHeader:"X-Security-Token",contentSha256Header:"X-Content-Sha256",notSignBody:"X-NotSignBody",kDatePrefix:"",credential:"X-Credential",algorithmKey:"X-Algorithm",signHeadersKey:"X-SignedHeaders",signQueriesKey:"X-SignedQueries",signatureKey:"X-Signature"},eg=t=>{try{return encodeURIComponent(t).replace(/[^A-Za-z0-9_.~\-%]+/g,escape).replace(/[*]/g,e=>`%${e.charCodeAt(0).toString(16).toUpperCase()}`)}catch{return""}},tg=t=>Object.keys(t).map(e=>{let n=t[e];if(typeof n>"u"||n===null)return;let r=eg(e);if(r)return Array.isArray(n)?`${r}=${n.map(eg).sort().join(`&${r}=`)}`:`${r}=${eg(n)}`}).filter(e=>e).join("&"),ro=class{request;serviceName;bodySha256;constructor(e,n,r){this.request=e,this.request.headers=e.headers||{},this.serviceName=n,r=r||{},this.bodySha256=r.bodySha256,this.request.params=this.sortParams(this.request.params)}sortParams(e){let n={};return e&&Object.keys(e).filter(r=>{let a=e[r];return typeof a<"u"&&a!==null}).sort().map(r=>{n[r]=e[r]}),n}async addAuthorization(e,n){let r=this.getDateTime(n);await this.addHeaders(e,r),this.request.headers.Authorization=await this.authorization(e,r)}async authorization(e,n){let r=[],a=this.credentialString(n);return r.push(`${Dt.algorithm} Credential=${e.accessKeyId}/${a}`),r.push(`SignedHeaders=${this.signedHeaders()}`),r.push(`Signature=${await this.signature(e,n)}`),r.join(", ")}async getSignUrl(e,n){let r=this.getDateTime(n),a={...this.request.params},i=this.request.params,o=this.request.headers;e.sessionToken&&(a[Dt.tokenHeader]=e.sessionToken),a[Dt.dateHeader]=r,a[Dt.notSignBody]="",a[Dt.credential]=`${e.accessKeyId}/${this.credentialString(r)}`,a[Dt.algorithmKey]=Dt.algorithm,a[Dt.signHeadersKey]="",a[Dt.signQueriesKey]=void 0,a[Dt.signatureKey]=void 0,a=this.sortParams(a),this.request.params=a,this.request.headers={};let s=await this.signature(e,r);return this.request.params=i,this.request.headers=o,a[Dt.signQueriesKey]=Object.keys(a).sort().join(";"),a[Dt.signatureKey]=s,tg(a)}getDateTime(e){return this.iso8601(e).replace(/[:\-]|\.\d{3}/g,"")}async addHeaders(e,n){if(this.request.headers[Dt.dateHeader]=n,e.sessionToken&&(this.request.headers[Dt.tokenHeader]=e.sessionToken),this.request.body){let r=this.request.body;this.request.headers[Dt.contentSha256Header]=await tr(r)}}async signature(e,n){let r=await this.getSigningKey(e,n.substr(0,8),this.request.region,this.serviceName);return Jl(await pa(await this.stringToSign(n),r))}async stringToSign(e){let n=[];n.push(Dt.algorithm),n.push(e),n.push(this.credentialString(e));let r=await this.canonicalString();return n.push(await this.hexEncodedHash(r)),n.join(` `)}async canonicalString(){let e=[],n=this.request.pathname||"/";e.push(this.request.method.toUpperCase()),e.push(n);let r=tg(this.request.params)||"";return e.push(r),e.push(`${this.canonicalHeaders()} @@ -5455,7 +5455,7 @@ Translate the content to {{to}} Language: `);if(c.statusCode)throw new Error(`Something went wrong! The response is ${JSON.stringify(c)}.`)}let p=c[0].translations[0],m=c[0].detectedLanguage;return{text:p.text,from:N2.get(m.language),to:N2.get(p.to)}}d();var nc=new Map;async function ug(t){let e=t.url;if(t.method&&(e+=t.method),t.body&&(e+=Ln(t.body)),nc.has(e))return nc.get(e);let n=ce(t);nc.set(e,n);try{return await n}catch(r){throw r}finally{setTimeout(()=>{nc.delete(e)},3e3)}}async function K2(t){return ug(t)}async function rc(t){if(He()){let n=s1();if(n)try{return await n.ask("throttleRequest",t)}catch(r){throw B.error("can not comunicate with root frame, use strict limiter",r),r}else return ug(t)}else return ug(t)}d();function G2(t){let e=t.split(".");if(e.length<=1)throw new Error("invlaid token");let n=e[1];if(!n)throw new Error("invalid base64 url token");let r=n.replace(/-/g,"+").replace(/_/g,"/"),a=decodeURIComponent(globalThis.atob(r).split("").map(function(s){return"%"+("00"+s.charCodeAt(0).toString(16)).slice(-2)}).join("")),i=JSON.parse(a),o=new Date(i.exp*1e3);return{accessToken:t,accessTokenExpiresAt:o.toISOString()}}d();async function ac(t){await np(t)}async function ic(t,e){let n=await X0(t);if(n?.accessToken&&n?.accessTokenExpiresAt){let r=Date.now(),i=new Date(n.accessTokenExpiresAt).getTime();if(i-r>30*1e3)return n;if(i-r>3e3)return $2(t,e)}return $2(t,e)}async function $2(t,e){let n=await e(),r=n.accessTokenExpiresAt,i=new Date(r).getTime()-Date.now();return await ep(t,n,i-1e3),n}var bA=[["auto",""],["ar","ar"],["ga","ga"],["et","et"],["bg","bg"],["is","is"],["pl","pl"],["bs","bs-Latn"],["fa","fa"],["da","da"],["de","de"],["ru","ru"],["fr","fr"],["zh-TW","zh-Hant"],["fil","fil"],["fj","fj"],["fi","fi"],["gu","gu"],["kk","kk"],["he","he"],["ht","ht"],["ko","ko"],["nl","nl"],["ca","ca"],["zh-CN","zh-Hans"],["wyw","lzh"],["cs","cs"],["kn","kn"],["otq","otq"],["tlh","tlh"],["hr","hr"],["lv","lv"],["lt","lt"],["ro","ro"],["mg","mg"],["mt","mt"],["mr","mr"],["ml","ml"],["ms","ms"],["mi","mi"],["bn","bn-BD"],["hmn","mww"],["af","af"],["pa","pa"],["pt","pt"],["ps","ps"],["ja","ja"],["sv","sv"],["sm","sm"],["sr-Latn","sr-Latn"],["sr-Cyrl","sr-Cyrl"],["no","nb"],["sk","sk"],["sl","sl"],["sw","sw"],["ty","ty"],["te","te"],["ta","ta"],["th","th"],["to","to"],["tr","tr"],["cy","cy"],["ur","ur"],["uk","uk"],["es","es"],["el","el"],["hu","hu"],["it","it"],["hi","hi"],["id","id"],["en","en"],["yua","yua"],["bo","bo"],["vi","vi"]],lg=new Map(bA),Fs=class extends De{static langMap=lg;isSupportList=!0;maxTextLength=1800;constructor(e,n,r){super(e,n,r)}static async clearState(){await ac(B0)}async translate(e){let{text:n,from:r,to:a}=e;return n?await W2(n,r,a):{...e}}async init(){await this.getAccessToken()}async getAccessToken(){return await ic(B0,async()=>{let e=await rc({responseType:"text",url:"https://edge.microsoft.com/translate/auth",headers:{accept:"*/*","accept-language":"zh-TW,zh;q=0.9,ja;q=0.8,zh-CN;q=0.7,en-US;q=0.6,en;q=0.5","cache-control":"no-cache",pragma:"no-cache","sec-ch-ua":'"Microsoft Edge";v="113", "Chromium";v="113", "Not-A.Brand";v="24"',"sec-ch-ua-mobile":"?0","sec-ch-ua-platform":'"Windows"',"sec-fetch-dest":"empty","sec-fetch-mode":"cors","sec-fetch-site":"cross-site","sec-mesh-client-arch":"x86_64","sec-mesh-client-edge-channel":"beta","sec-mesh-client-edge-version":"113.0.1774.23","sec-mesh-client-os":"Windows","sec-mesh-client-os-version":"10.0.19044","sec-mesh-client-webview":"0",Referer:"https://appsumo.com/","Referrer-Policy":"strict-origin-when-cross-origin"},body:null,method:"GET",timeout:5e3,retry:this.retry});return G2(e)})}async translateList(e){let{from:n,to:r,text:a}=e,i=lg.get(n)||"auto",o=lg.get(r)||r;i==="auto"&&(i="");let s=await this.getAccessToken(),u=[];for(let m of a)u.push({Text:m});let l=JSON.stringify(u),c=`https://api-edge.cognitive.microsofttranslator.com/translate?from=${i}&to=${o}&api-version=3.0&includeSentenceLength=true`,p=await ce({url:c,headers:{accept:"*/*","accept-language":"zh-TW,zh;q=0.9,ja;q=0.8,zh-CN;q=0.7,en-US;q=0.6,en;q=0.5",authorization:"Bearer "+s.accessToken,"cache-control":"no-cache","content-type":"application/json",pragma:"no-cache","sec-ch-ua":'"Microsoft Edge";v="113", "Chromium";v="113", "Not-A.Brand";v="24"',"sec-ch-ua-mobile":"?0","sec-ch-ua-platform":'"Windows"',"sec-fetch-dest":"empty","sec-fetch-mode":"cors","sec-fetch-site":"cross-site","Referrer-Policy":"strict-origin-when-cross-origin","User-Agent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36 Edg/120.0.0.0"},body:l,method:"POST",timeout:this.requestTimeout});if(p&&p.length>0&&p[0].translations&&p[0].translations.length>0)return{text:p.map(m=>m.translations[0]?.text||""),from:n,to:r};throw new V("Microsoft translate error "+JSON.stringify(p))}};d();var V2=[["auto","auto"],["zh-CN","zh"],["en","en"],["yue","yue"],["wyw","wyw"],["ja","jp"],["ko","kor"],["fr","fra"],["es","spa"],["th","th"],["ar","ara"],["ru","ru"],["pt","pt"],["de","de"],["it","it"],["el","el"],["nl","nl"],["pl","pl"],["bg","bul"],["et","est"],["da","dan"],["fi","fin"],["cs","cs"],["ro","rom"],["sl","slo"],["sv","swe"],["hu","hu"],["zh-TW","cht"],["vi","vie"]],cg=new Map(V2),TA=new Map(V2.map(([t,e])=>[e,t])),dg=class extends De{static langMap=cg;endpoint="https://api.fanyi.baidu.com/api/trans/vip/translate";fieldEndpoint="https://fanyi-api.baidu.com/api/trans/vip/fieldtranslate";appid="";key="";isSupportList=!1;maxTextGroupLength=3;action=!1;domain="";constructor(e,n,r){if(super(e,n,r),!e||!e.appid||!e.key)throw new V("appid and key are required");this.appid=e.appid?.trim(),this.key=e.key?.trim(),e.action&&(this.action=!0),e.endpoint&&(this.endpoint=e.endpoint),e.fieldEndpoint&&(this.fieldEndpoint=e.fieldEndpoint),e.domain&&(this.domain=e.domain,this.endpoint=this.fieldEndpoint)}getDefaultRateLimit(){return{limit:1,interval:1550}}async translate(e){let n=Date.now().toString(),{endpoint:r}=this,{appid:a,key:i}=this,{text:o,from:s,to:u}=e,l=Ln(a+o+n+i);this.domain&&(l=Ln(a+o+n+this.domain+i));let c=new URLSearchParams({from:cg.get(s)||"auto",to:cg.get(u)||u,q:o,salt:n,appid:a,sign:l});this.action&&c.set("action","1"),this.domain&&c.set("domain",this.domain);let p=new URL(r);p.search=c.toString();let m=await ce({url:p.toString(),retry:this.retry,timeout:this.requestTimeout});if(m.error_code)throw new V("API_SERVER_ERROR",m.error_msg);let{trans_result:g,from:f}=m,T=g.map(({dst:h})=>h);return{from:TA.get(f)||f,to:u,text:T.join(` `)}}},Y2=dg;d();d();var Qa=class extends De{langMap;requestBaseConfig;apiServiceConfig;constructor(e,n,r){super(e,n,r),this.apiServiceConfig=this.serviceConfig,this.isSupportList=this.apiServiceConfig.isSupportList,this.langMap=new Map(this.apiServiceConfig.langs),this.requestBaseConfig=this.handleBaseApiServiceConfig(this.apiServiceConfig)}async translate(e){if(!Object.keys(this.apiServiceConfig).length)throw"serivce id not found config";let{text:n,from:r,to:a}=e;if(!this.langMap.has(a))throw new V(`Unsupported language: ${a}`);a=this.langMap.get(a);let i=await this.checkLang(r,n);if(!i)return{text:n,from:r,to:a};r=i;let o=this.handleRequest(n,r,a),s=await dl(o);return{text:this.handleResponseText(s),from:r,to:a}}async translateList(e){if(!Object.keys(this.apiServiceConfig).length)throw new V("serivce id not found config");let{text:n,from:r,to:a}=e;if(!this.langMap.has(a))throw new V(`Unsupported language: ${a}`);a=this.langMap.get(a);let i=await this.checkLang(r,n.join(" "));if(!i)return{text:n,from:r,to:a};r=i;let o=this.handleRequest(n,r,a),s=await dl(o);return{text:this.handleResponseText(s),from:r,to:a}}handleBaseApiServiceConfig(e){let n=e.request.url,r=e.request.headers||{};return r["content-type"]||(r["content-type"]="application/json"),{url:n,retry:e.request.retry||this.retry,method:e.request.method||"POST",headers:r,body:JSON.stringify(e.request.body),timeout:this.requestTimeout}}async checkLang(e,n){if(e=="auto"){if(this.langMap.has("auto"))return"auto";e=await this.detectLanguageRemotely(n.slice(0,this.apiServiceConfig.checkLangLenth||10))}return this.langMap.has(e)?this.langMap.get(e):null}handleRequest(e,n,r){let a={...this.requestBaseConfig},i=a?.body||"",o=this.apiServiceConfig.keywords||{};a.body=u(i);let s=a.headers||{};return Object.keys(s).forEach(l=>{s[l]=u(s[l])}),a.headers=s,a.url=u(a.url||""),a;function u(l){return l.replaceAll('"{text}"',()=>Array.isArray(e)?JSON.stringify(e):`"${e}"`).replaceAll("{from}",n).replaceAll("{to}",r).replaceAll(/{([a-z:_]+)}/gi,(p,m)=>{let[g,f]=m.split(":"),T=o[g];return f==="random"?yA(T.split(",")):T})}}handleResponseText(e){let n=this.apiServiceConfig.response,r=e,a=n.text.split(".");for(let i of a){if(Array.isArray(r))return r=r.map(o=>o[i]),r;r=r[i]}return r}detectLanguageRemotely(e){return zr.detectLanguageRemotelyByTransmart(e)}};function yA(t){let e=Math.floor(Math.random()*t.length);return t[e]}var Q2=[["zh-CN","zh"],["en","en"],["ja","ja"],["ko","ko"],["fr","fr"],["es","es"],["ru","ru"]],pg=class extends Qa{static langMap=new Map(Q2);constructor(e,n,r){if(!e?.token)throw new V("token are required");super({...e,isSupportList:!0,langs:Q2,keywords:{token:e.token?.trim()},request:{headers:{"content-type":"application/json","x-authorization":"token {token:random}"},url:"https://api.interpreter.caiyunai.com/v1/translator",retry:2,body:{source:"{text}",trans_type:"{from}2{to}"}},response:{text:"target"}},n,r)}},J2=pg;d();var vA=[["auto","auto"],["zh-CN","zh"],["en","en"],["ja","ja"]],oc=new Map(vA),gg=class extends De{static langMap=oc;token="ssdj273ksdiwi923bsd9";constructor(e,n,r){super(e,n,r)}getDefaultRateLimit(){return{limit:5,interval:1050}}async translateList(e){let{text:n,from:r,to:a}=e;if(!oc.get(a))throw new V(`Unsupported language: ${a}`);if(r==="auto")throw new V("Unsupported language: auto");let o=n;return{text:(await ce({retry:this.retry,url:"https://api.interpreter.caiyunai.com/v1/translator",headers:{"content-type":"application/json","x-authorization":"token "+this.token},method:"POST",body:JSON.stringify({source:o,trans_type:`${oc.get(r)||"auto"}2${oc.get(a)}`}),timeout:this.requestTimeout})).target,from:r,to:a}}},Z2=gg;d();var X2=[["auto","auto"],["en","en"],["ru","ru"],["pt","pt"],["es","es"],["zh-CN","zh-CHS"],["ja","ja"],["ko","ko"],["fr","fr"],["ar","ar"],["id","id"],["vi","vi"],["it","it"]],mg=new Map(X2),SA=new Map(X2.map(([t,e])=>[e,t]));function xA(t){let e=t.length;return e<=20?t:t.substring(0,10)+e+t.substring(e-10,e)}var fg=class extends De{static langMap=mg;isSupportList=!1;appId="";appSecret="";throttleLimit=5;domain="general";vocabId="";constructor(e,n,r){if(super(e,n,r),!e||!e.appId||!e.appSecret)throw new V("appId and appSecret are required");this.appId=e.appId?.trim(),this.appSecret=e.appSecret?.trim(),e.domain&&(this.domain=e.domain),e&&e.vocabId&&(this.vocabId=e.vocabId)}getDefaultRateLimit(){return{limit:5,interval:1050}}async translate(e){let{text:n,from:r,to:a}=e,i=EA(32),o=Math.round(new Date().getTime()/1e3),s=this.appId+xA(n)+i+o+this.appSecret,u=await tr(s),l={q:n,appKey:this.appId,salt:i.toString(),from:mg.get(r)||"auto",to:mg.get(a)||a,sign:u,signType:"v3",curtime:o.toString()};this.domain&&this.domain!=="general"&&(l.domain=this.domain),this.vocabId&&(l.vocabId=this.vocabId);let c=new URLSearchParams(l),m=await ce({url:"https://openapi.youdao.com/api",method:"POST",body:c.toString(),headers:{"Content-Type":"application/x-www-form-urlencoded"},retry:this.retry,timeout:this.requestTimeout});if(!m.translation)throw new V(JSON.stringify(m));let g=m.l,[f,T]=g.split("2");return{text:m.translation.join(` `),from:SA.get(f),to:a}}};function EA(t){let e="",n="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789",r=n.length,a=0;for(;a[e,t]));var bg=class extends De{static langMap=hg;isSupportList=!1;appId="";appSecret="";maxTextLength=800;constructor(e,n,r){super(e,n,r)}getDefaultRateLimit(){return{limit:5,interval:1050}}async translate(e){let{text:n,from:r,to:a}=e,i={q:n,from:hg.get(r)||"auto",to:hg.get(a)||a},o=new URLSearchParams(i),s=await ce({url:"https://aidemo.youdao.com/trans",method:"POST",body:o.toString(),headers:{"content-type":"application/x-www-form-urlencoded; charset=UTF-8","user-agent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/110.0.0.0 Safari/537.36"},retry:this.retry,timeout:this.requestTimeout});if(s&&s.translation)return{text:s.translation.join(` -`),from:r,to:a};throw new V("Youdao translation failed: "+JSON.stringify(s))}},nT=bg;d();var Ms=class extends Qa{constructor(e,n,r){super({...e,isSupportList:!0,langs:(e.langs||"zh-CN,en").split(",").map(a=>[a,a]),limitPerSecond:e.limitPerSecond||5,maxTextLengthPerRequest:e.maxTextLengthPerRequest||1200,maxTextGroupLengthPerRequest:e.maxTextGroupLengthPerRequest||1,placeholderDelimiters:e.placeholderDelimiters||es,request:{url:e.url,retry:2,body:{text_list:"{text}",source_lang:"{from}",target_lang:"{to}"}},response:{text:"translations.text"}},n,r)}};d();var rT="immersive-translate-gemini-fake-user-key",CA=[["auto","auto"],["zh-CN","Simplified Chinese"],["zh-TW","Traditional Chinese"],["en","English"],["ar","Arabic"],["bn","Bengali"],["bg","Bulgarian"],["hr","Croatian"],["cs","Czech"],["da","Danish"],["nl","Dutch"],["et","Estonian"],["fi","Finnish"],["fr","French"],["de","German"],["el","Greek"],["he","iw"],["hi","Hindi"],["hu","Hungarian"],["id","Indonesian"],["it","Italian"],["ja","Japanese"],["ko","Korean"],["lv","Latvian"],["lt","Lithuanian"],["no","Norway"],["pl","Polish"],["pt","Portuguese"],["ro","Romanian"],["ru","Russian"],["sr","Serbian"],["sk","Slovak"],["sl","Slovene"],["es","Spanish"],["sw","Swahili"],["sv","Swedish"],["th","Thai"],["tr","Turkish"],["uk","Ukrainian"],["vi","Vietnamese"]],aT=new Map(CA),Tg=class extends no{static langMap=aT;provider="custom";randomPrefix="My user id is {{id}}. ";fakeId="";constructor(e,n,r){super(e,n,r),e||(e={}),e.provider&&(this.provider=e.provider),e.randomPrefix&&(this.randomPrefix=e.randomPrefix),this.apiUrl="https://generativelanguage.googleapis.com/v1beta/models/{model}:generateContent?key={key}",e?.apiUrl&&(this.apiUrl=e.apiUrl),this.maxTextGroupLength=this.maxTextGroupLength||10,this.model=this.model||"gemini-1.0-pro-latest",this.bodyConfigs=e?.bodyConfigs||{}}getLangMap(){return aT}getDefaultRateLimit(){return{limit:1,interval:1050}}async handleOptions(e,n){this.fakeId="",this.randomPrefix&&(this.fakeId=await Z0(rT,""),this.fakeId||(this.fakeId=wA(10),await tp(rT,this.fakeId)));let r=this.getRandomKey(),a={url:this.apiUrl.replace("{model}",this.model),method:"POST",headers:{"content-type":"application/json"},timeout:this.requestTimeout,retry:this.retry};r&&(a.url=a.url.replace("{key}",r));let i=this.systemPrompt+e;this.randomPrefix&&(i=this.randomPrefix.replace("{{id}}",this.fakeId)+i);let o={contents:[{role:"user",parts:[{text:i}]}],...this.bodyConfigs};return a.body=JSON.stringify(o,null,2),a}parseResponse(e){return e?.candidates?.[0]?.content?.parts?.[0]?.text}filterContent(e,n,r,a){let i=super.filterContent(e,n,r);return i.includes(this.fakeId)&&a.length<=1?e:i}};function wA(t){let e="",n="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789",r=n.length,a=0;for(;a{let n=(await rc({url:"https://translate.yandex.net/website-widget/v1/widget.js?widgetId=ytWidget&pageLang=es&widgetTheme=light&autoMode=false",method:"GET",responseType:"text"})).match(/sid\:\s\'[0-9a-f\.]+/),r="",a=Date.now()+1*60*1e3;return n&&n[0]&&n[0].length>7&&(r=n[0].substring(6),a=Date.now()+30*60*1e3),{accessToken:r,accessTokenExpiresAt:new Date(a).toISOString()}})}async translateList(e){let{text:n,from:r,to:a}=e;if(!n)return{...e};let i=await this.getAccessToken(),o=new URLSearchParams;o.append("srv","tr-url-widget"),o.append("id",`${i.accessToken}-0-0`),o.append("format","html"),o.append("lang",`${r==="auto"?"":vg.get(r)+"-"}${vg.get(a)}`),n.forEach(l=>{o.append("text",l)});let s=await ce({url:`https://translate.yandex.net/api/v1/tr.json/translate?${o.toString()}`});if(s?.code!==200)return{...e};let u=s.text?.map(l=>l);return{from:r,to:a,text:u||n}}getDefaultRateLimit(){return{limit:5,interval:1050}}};var kA={mock:Xi,mock2:Xi,custom:Ms,google:Ya,transmart:Ds,deepl:E2,volc:R2,volcAlpha:Ls,bing:Fs,tencent:Cs,tenAlpha:ws,baidu:Y2,caiyun:J2,cai:Z2,openl:Xl,youdao:eT,you:nT,d:Zi,dpro:Zi,deeplx:_s,niu:C2,azure:w2,openai:_2,gemini:iT,claude:sT,papago:D2,aliyun:Ps,yandex:Bs},ga={};Object.keys(gr).forEach(t=>{ga[t]={...gr[t],class:kA[t]}});function sc(t,e){let n=kn;if(ga[t]&&ga[t].class&&ga[t].class.langMap&&ga[t].class.langMap.size>0){let r=ga[t].class.langMap,a=n.filter(i=>r.get(i));return a.includes(e)||a.unshift("placeholder"),a}else return kn}async function ma(t,e,n){if(!t.text)return t;let r=null,a=await Ze({sentences:[t]},e,(i,o,s)=>{i&&(r=i)},n);if(r)throw r;if(a.sentences.length>0)return{...t,...a.sentences[0]};throw new V("translateFailed","translate failed")}async function uT(t,e){for(let n of t)try{return await ma({id:1e6,text:"Hello world",from:"en",to:"zh-CN",url:"https://google.com",fromByClient:"auto"},{...e,translationService:n},{retry:1,requestTimeout:e.config.verifyRequestTimeout||5*1e3}),n}catch{continue}return null}async function Sg(t){let{config:e,translationService:n}=t,r=e.translationGeneralConfig,a=e.translationServices,i=n,o=a[i]||{},s=Jt(t.user);await new ga[i].class(o,r,{translationService:i,userToken:t.user?.token,isPro:s,sourceProgram:t.sourceProgram,glossaries:t.rule.glossaries,excludeRegexps:t.rule.excludeRegexps}).init()}function PA(t){if(!t?.length)return"auto";let e=t[0].from;return t[0].fromByClient&&t[0].fromByClient!=="auto"&&(e=t[0].fromByClient),e}async function Ze(t,e,n,r){if(!t.sentences.length)return{...t};let{config:a,translationService:i,state:o}=e,s=a.translationGeneralConfig,u=a.translationServices,l=i,c=e.targetLanguage;t&&t.sentences&&t.sentences[0]&&t.sentences[0].to&&(c=t.sentences[0].to);let p=u[l]||{};p=k2(p,{sourceLanguage:PA(t.sentences),targetLanguage:c,model:p.model||"",url:e.url,isPro:e.isPro?"true":"false",sourceProgram:e.sourceProgram||""}),r&&(p={...p,...r});let m=a.beta,g=o.cache===!1&&m,f=a.debug===!0&&m;t.sentences&&t.sentences.length>0&&(t.sentences=t.sentences.map(y=>(g&&(y.refresh=!0),f&&(y.debug=!0),y))),l==="openai"&&(t.sentences=t.sentences.map(y=>({...y,from:"auto"})));let T=[],b={sentences:Array(t.sentences.length)},h=t.sentences.length,E=-1,D=Jt(e.user),M;try{M=new ga[l].class(p,s,{translationService:l,userToken:e.user?.token,isPro:D,sourceProgram:e.sourceProgram,glossaries:e.rule.glossaries,excludeRegexps:e.rule.excludeRegexps,minTextCount:e.rule.paragraphMinTextCount}),await M.init()}catch(y){if(n){T.push(...t.sentences);let L={translationService:l,isPro:!!e.isPro,isLogin:!!e.user?.token};for(let A of T){let v=y instanceof V?new V(y.name,y.message).initNetWork(y.status).initData(y.data||L):y;n(v,null,A)}}return{sentences:[]}}if(o.cache)for(let y of t.sentences){E++;let L=l;l==="openl"&&(L=l+"-"+p.codename||Xl.DEFAULT_CODENAME);let A=M.getCacheKeyPrefix();A&&(L=A+"-"+L);let v=null;try{v=await iu(W3({originalText:y.text,from:y.from,to:y.to,service:L}),200)}catch(O){B.warn("query cache DB error, but it's ok",O)}if(v){let O={...y,text:v.translatedText};b.sentences[E]=O,n&&n(null,O,y)}else T.push(y)}else T.push(...t.sentences);let I=T.length;if(h-I>0&&B.debug(`use ${h-I} sentences from cache`),!T.length)return b;let S=await M.multipleTranslate({sentences:T},p,(y,L,A)=>{if(n&&n(y,L,A),!y&&L&&!l.startsWith("mock")&&o.cache){let v=l;l==="openl"&&(v=l+"-"+p.codename||Xl.DEFAULT_CODENAME);let O=M.getCacheKeyPrefix();O&&(v=O+"-"+v),o.cache&&iu(K3({translatedText:L.text,from:A.from,to:A.to,detectedFrom:L.from,key:Ln(A.text),service:v}),3e3).catch(_=>{B.warn("set cache DB error",_)})}});for(let y of S?.sentences||[]){let L=b.sentences.findIndex(A=>!A);if(L===-1)throw new V("translateFailed","can not match the result");b.sentences[L]=y}return b}d();d();function lT(t){let e=null,n=null,r=t.rule.bodyRule;if(!r.enable)return{bodyIsRoot:!1,bodyNode:e,articleNode:n};if(r.bodySelector&&(e=document.querySelector(r.bodySelector)),r.articleSelector&&(n=document.querySelector(r.articleSelector)),e||n)return B.debug("body rule has confirm"),{bodyIsRoot:a(),bodyNode:e,articleNode:n};if(document.body.scrollHeight>=window.innerHeight*r.maxBodyScreenLength)return B.debug("content dom elements too long"),{bodyIsRoot:!1,bodyNode:e,articleNode:n};try{let i=window.document.cloneNode(!0),s=new bu(i,{keepClasses:!0}).parse();if(!s)throw new Error("article is null");e=LA(s.content,s.textContent),e&&(n=dT(r,e))}catch(i){B.debug(i)}return{bodyIsRoot:a(),bodyNode:e,articleNode:n};function a(){return t.state.translationArea==="body"?!1:!!r.bodyIsRoot}}function cT(t,e){if(!t.rule.bodyRule.articleSelector||e.nodeType!==Node.ELEMENT_NODE)return;let n=e.querySelector(t.rule.bodyRule.articleSelector);n&&(t.articleNode!=n&&B.debug("update article node",n),t.articleNode=n)}function xg(t,e){return e&&t?.contains(e)||!1}function LA(t,e){let a=new DOMParser().parseFromString(t,"text/html").querySelectorAll("#readability-page-1 > div");if(a.length<=0)return null;let i=_A(a[0]),o=document.querySelector(i);return!o||(a.length>1&&(o=o.parentElement),o==document.documentElement)?null:(o?.textContent?.length||0)>=e.length&&e.length>=500?o:null}function _A(t){let e=t.tagName.toLowerCase();t.id&&(e+="#"+t.id),t.className&&(e+="."+t.className.trim().split(/\s+/).join("."));let n=Array.from(t.attributes).filter(r=>!["id","class","style"].includes(r.name)).map(r=>`[${r.name}="${r.value}"]`).join("");return e+n}function dT(t,e){if(e.nodeType!=Node.ELEMENT_NODE)return null;let n=null,r=Array.from(e.childNodes);if(r.filter(i=>t.articleChildTags.includes(i.nodeName)).length>=t.articleChildTagsNum)return e;for(let i=0;i{let C=q(F);return C==NodeFilter.FILTER_ACCEPT?pt.mark(F,k,T):C==NodeFilter.FILTER_REJECT,C}),z=v;if(q(z)===NodeFilter.FILTER_REJECT)return;for(pt.mark(z,k,T);z;){if(s=xg(i,z),c&&c.length>0){let{currentNode:F,isMatchedSelection:C}=M(N,z,c);if(F)z=F;else break;if(!C)continue}if(z.nodeType===Node.ELEMENT_NODE||z.nodeType===Node.DOCUMENT_FRAGMENT_NODE){let F=z;if(F.nodeName==="IFRAME"){O&&O(F),I(),Eg(b,!0),z=N.nextNode();continue}F.nodeType===Node.ELEMENT_NODE&&(l&&wg(F,l),g&&Ag(F,g));let C=la(F,{blockSelectors:n.blockSelectors,extraInlineSelectors:n.extraInlineSelectors,extraBlockSelectors:n.extraBlockSelectors,atomicBlockSelectors:n.atomicBlockSelectors},F.immersiveTranslateComputedStyle||null);if(C&&n.paragraphFirstLetterFontSize>0&&F.childNodes.length==1&&F.childNodes[0].nodeType===Node.TEXT_NODE&&F.innerText?.length==1&&F?.immersiveTranslateComputedStyle?.fontSize>=n.paragraphFirstLetterFontSize+"px"&&(C=!1),Gt(F,u)&&!C){S(F);let H=null;for(;!(H=N.nextSibling())&&N.parentNode(););z=H;continue}let P=Va(F);if(!pT(b,F)||C){I(F);let H=C?F:F.parentElement;H&&H.childNodes.length>0&&y(b,H,H.immersiveTranslateComputedStyle||null)}P&&F.shadowRoot?.mode==="open"&&(C?O?.(F.shadowRoot):D({...A,container:F.shadowRoot})),F.nodeType===Node.ELEMENT_NODE&&F.nodeName==="PRE"&&p&&OA(F)}else if(z.nodeType===Node.TEXT_NODE)S(z);else throw new Error("should not be here");z=N.nextNode(),b.commonAncestorContainer&&z&&z.parentNode===b.commonAncestorContainer&&(b._currentStacks=[]),b.commonAncestorContainer&&z&&z.nodeType===Node.ELEMENT_NODE&&b._currentStacks.push(z)}function q(F){if(F.nodeType===Node.DOCUMENT_FRAGMENT_NODE)return NodeFilter.FILTER_ACCEPT;if(Nr(F)){if(g){let H=Object.keys(g);if(H.length>0&&Gt(F,H))for(let W of H){let $=g[W];if(F.matches(W)){let ue=g[W],ae=Object.keys(ue);for(let J of ae){let ie=ue[J];F.getAttribute(J)!==ie&&(ie===null?F.removeAttribute(J):F.setAttribute(J,ie))}break}}}if(!A.force&&pt.isMarked(F,k)||X1(F,k)||lc(F,{excludeSelectors:n.excludeSelectors,selectors:n.selectors,stayOriginalSelectors:u})||F.nodeName==="IFRAME"&&!ji(F))return NodeFilter.FILTER_REJECT;if(F.nodeType===Node.ELEMENT_NODE){let H=window.getComputedStyle(F);if(F.immersiveTranslateComputedStyle=H,Dg(H))return _&&_(F),NodeFilter.FILTER_REJECT;let j=la(F,{blockSelectors:n.blockSelectors,extraInlineSelectors:n.extraInlineSelectors,extraBlockSelectors:n.extraBlockSelectors,atomicBlockSelectors:n.atomicBlockSelectors},H||null);if(Gt(F,u)&&j)return NodeFilter.FILTER_REJECT}let C=F.getBoundingClientRect(),{width:P,height:U}=C;return F.nodeName==="IMG"&&(P>48&&U>48?F.immersiveTranslateComputedStyle={display:"block"}:P>0&&U>0&&f!==!1&&(F.setAttribute("width",P),F.setAttribute("height",U))),!F.childNodes||F.childNodes&&F.childNodes.length===0?NodeFilter.FILTER_ACCEPT:!b.isPreWhitespace&&(P>0&&P<4||U>0&&U<4)&&(F.textContent?.trim().length||0)<2?NodeFilter.FILTER_REJECT:NodeFilter.FILTER_ACCEPT}else if(F.nodeType===Node.TEXT_NODE){let C=F.textContent?.trim();if(!C)return b.isPreWhitespace?NodeFilter.FILTER_ACCEPT:NodeFilter.FILTER_REJECT;let P=F.parentNode;if(P.getBoundingClientRect){let{width:U,height:H}=P.getBoundingClientRect();if(U>0&&U<4||H>0&&H<4)return NodeFilter.FILTER_REJECT}return m>0&&C.length>=m&&Cg(F,m),NodeFilter.FILTER_ACCEPT}return NodeFilter.FILTER_REJECT}}D(t),b&&b.commonAncestorContainer&&b.flatNodes.length>0&&I();function M(A,v,O){let _=v.immersiveTranslateComputedStyle||null;if(E){if(!E.contains(v))if(h=!1,v&&v.nodeType===Node.ELEMENT_NODE)if(uc(v,O))h=!0,E=v,I(),y(b,E,_);else return h=!1,v=A.nextNode(),{currentNode:v,isMatchedSelection:h};else return h=!1,v=A.nextNode(),{currentNode:v,isMatchedSelection:h}}else if(v&&v.nodeType===Node.ELEMENT_NODE)if(uc(v,O))h=!0,E=v,I(),y(b,E,_);else return h=!1,v=A.nextNode(),{currentNode:v,isMatchedSelection:h};else return h=!1,v=A.nextNode(),{currentNode:v,isMatchedSelection:h};return{currentNode:v,isMatchedSelection:!0}}function I(A){if(A&&A.nodeName==="BR"){b.commonAncestorContainer=A.parentNode;let O=[...b.flatNodes],_=b.flatNodes.filter(k=>A.parentNode?.contains(k));_.length>0&&O.length!=_.length&&(b.flatNodes=_,b.flatNodes.original=O)}let v=RA(b,a,n);v&&(v.xpath=e2(r,s,v.commonAncestorContainer,i),e&&e(v)),Eg(b)}function S(A){if(!pT(b,A)){I(),Eg(b);let v=A.parentNode;v&&y(b,v,v.computedStyle)}b.flatNodes.push(A)}function y(A,v,O){A.commonAncestorContainer=v;let _=L(O);A.isPreWhitespace=_}function L(A){return A&&A.whiteSpace&&A.whiteSpace.startsWith("pre")||A&&A.whiteSpace==="break-spaces"||!1}}function pT(t,e){let n=!1;(e.nodeType===Node.ELEMENT_NODE||e.nodeType===Node.DOCUMENT_FRAGMENT_NODE)&&(n=Va(e));let r=IA(t),a=!0;return!n&&!r&&(t.commonAncestorContainer&&t.commonAncestorContainer.contains(e)?a=!0:t.commonAncestorContainer&&(a=!1,t._currentStacks=[])),a}function MA(t){let{isTransformPreTagNewLine:e}=t;return t.excludeSelectors=t.excludeSelectors.filter(n=>{let r=n!=="iframe";return e?r&&n!=="pre":r}),t}function BA(t,e,n){if(e){for(let r of e.childNodes)if(r.contains(n))return r}return t._currentStacks.length>0?(t.commonAncestorContainer||(t.commonAncestorContainer=t._currentStacks[0]),t._currentStacks[0]):null}function wg(t,e){if(e){let n=Object.keys(e);if(n.length>0&&Gt(t,n))for(let a of n){let i=e[a];if(t.matches(a)){let o=t.style.cssText||"";o&&(o=o.trim()),o&&!o.endsWith(";")&&(o+=";"),t.style.cssText=o+i;break}}}}function IA(t){return t&&t._currentStacks?t._currentStacks.some(e=>Va(e)):!1}function RA(t,e,n){let{flatNodes:r,commonAncestorContainer:a}=t;if(a&&r.length>0){if(!r.map(g=>g.textContent?.trim()||"").join(""))return null;if(r.length===1)return{ctxId:e,stepState:1,commonAncestorContainer:r[0].parentNode,rootNodes:[r[0]],flatNodes:r,isPreWhitespace:t.isPreWhitespace,variables:{},xpath:""};let o=zA(r,a,n);o||(o=a);let s=[];for(let g of r){let f=BA(t,o,g);f&&(s.includes(f)||s.push(f))}if(s.length<1)return null;let u=s[0],l=s[s.length-1],c=[],p=u,m=0;for(;p&&(c.push(p),p!==l);){if(m++,m>FA){B.warn("loop too many times for convert root nodes, break");break}p=p.nextSibling}return{ctxId:e,rootNodes:c,stepState:1,flatNodes:r,commonAncestorContainer:o,variables:{},isPreWhitespace:t.isPreWhitespace,xpath:""}}else return null}function Eg(t,e=!1){t.rootNodes=[],t.flatNodes=[],t._currentStacks=[],e&&(t.commonAncestorContainer=null)}function Dg(t){return t.display==="none"}var pt={_marked_key:X4,isMarked(t,e){return yp(t,this._marked_key,e)},clearMark(t){if(!(!t||t.nodeType!==Node.ELEMENT_NODE)&&!(t instanceof HTMLIFrameElement||Va(t)))return Rl(t,this._marked_key)},clearToParentMark(t,e){let n=t;for(;n&&e&&n!=e;)pt.clearMark(n),n=n.parentElement},mark(t,e,n){if(!(!t||t.nodeType!==Node.ELEMENT_NODE)&&!(t instanceof HTMLIFrameElement||Va(t)))return lt(t,this._marked_key,e,!1,n)},markWalk(t,e,n){if(!t||t.nodeType!==Node.ELEMENT_NODE||this.isSkipMarkEle(t))return;let r=qi(t,"markWalk")||"";return lt(t,"markWalk",r+","+e,!1,n)},isSkipMarkEle(t){return t?!!(t instanceof HTMLIFrameElement||Va(t)):!1}};function OA(t){let n=t.innerHTML.replace(/\n\n/g,"
");t.innerHTML=n}function zA(t,e,n){if(!t.length)return null;let r=t.map(a=>{let i=new Set;for(;(a=a.parentNode)&&(i.add(a),a!==e););return i});for(let a of r[0])if(a.nodeType===Node.ELEMENT_NODE||a.nodeType===Node.DOCUMENT_FRAGMENT_NODE){if(Cn(a,n.atomicBlockSelectors))continue;if(r.every(i=>i.has(a)))return a}return null}function Cg(t,e){let n=t.textContent||"";if(n.trim().length<=e)return;let i=[". ","? ","! ","\u3002","\uFF1F","\uFF01",`.${String.fromCharCode(160)}`].reduce((o,s)=>{let u=n.lastIndexOf(s,e);return u>o?u:o},-1);if(i>1){let o=n[i-1]||"",s=n[i-2]||"",u=n[i+1]||"";o==="."||u==="."||u===")"||s==="."&&o==="S"||s.toUpperCase()==="M"&&(o.toUpperCase()==="R"||o.toUpperCase()==="S")?i=-1:isNaN(Number(o))||(i=-1)}if(i===-1)n.length>e+20&&Cg(t,e+20);else{let o=n.slice(i+1);if(!o.trim())return;i++,o.startsWith(" ")&&i++,t.immersive=!0;let s=t.splitText(i);s.immersive=!0;let u=document.createElement("br");u.immersive=!0,s.parentNode?.insertBefore(u,s),i+10)for(let r of n){let a=e[r],i=Object.keys(a),o=c1(t,[r]);for(let s of o)for(let u of i){let l=a[u];s.getAttribute(u)!==l&&(l===null?s.removeAttribute(u):s.setAttribute(u,l))}}}function mT(t,e,n,r,a,i,o){let s=Object.keys(e);if(s.length>0)for(let u of s){let l=e[u],c=Object.keys(l),p=t.querySelector(u);if(p)for(let m of c){let g=l[m];if(m==="translate"&&g==="no"){let T=p.innerText||p.textContent||"";if(!T.trim()||NA(p,a,i,o)||!p1(T,n,r))continue}p.getAttribute(m)!==g&&(g===null?p.removeAttribute(m):p.setAttribute(m,g))}}}function Ag(t,e){if(e){let n=Object.keys(e);if(n.length>0&&Gt(t,n))for(let a of n){let i=e[a];if(t.matches(a)){let o=e[a],s=Object.keys(o);for(let u of s){let l=o[u];t.getAttribute(u)!==l&&(l===null?t.removeAttribute(u):t.setAttribute(u,l))}break}}}}function lc(t,e){return Gt(t,e.excludeSelectors||[])?Gt(t,e.selectors||[])?!1:!Gt(t,e.stayOriginalSelectors||[]):!1}function uc(t,e){if(e.length===0)return!1;let n=e.filter(r=>!r.endsWith("*")).map(r=>r+" *");return Gt(t,e.concat(n))}function NA(t,e,n,r){let a=document.createTreeWalker(t,NodeFilter.SHOW_TEXT|NodeFilter.SHOW_ELEMENT,i=>i.nodeType===Node.ELEMENT_NODE&&lc(i,{excludeSelectors:r.excludeSelectors,selectors:r.selectors,stayOriginalSelectors:r.stayOriginalSelectors})?NodeFilter.FILTER_REJECT:NodeFilter.FILTER_ACCEPT);for(;a.nextNode();){let i=a.currentNode;if(i.nodeType===Node.TEXT_NODE&&parent){let o=i.textContent||"";if(o.includes("Copyright"))continue;if(Ni(o,e,n))return!0}}return!1}d();d();d();function fT(t,e,n,r,a){let i=e,o=cb[i]||[],s="";t&&o&&o.length>0&&o.forEach(c=>{let{name:p}=c;if(t&&n&&n[p]){let m=n[p];if(["borderRadius"].includes(p)&&(m+="px"),s+=`--immersive-translate-theme-${i}-${p}: ${m}; +`),from:r,to:a};throw new V("Youdao translation failed: "+JSON.stringify(s))}},nT=bg;d();var Ms=class extends Qa{constructor(e,n,r){super({...e,isSupportList:!0,langs:(e.langs||"zh-CN,en").split(",").map(a=>[a,a]),limitPerSecond:e.limitPerSecond||5,maxTextLengthPerRequest:e.maxTextLengthPerRequest||1200,maxTextGroupLengthPerRequest:e.maxTextGroupLengthPerRequest||1,placeholderDelimiters:e.placeholderDelimiters||es,request:{url:e.url,retry:2,body:{text_list:"{text}",source_lang:"{from}",target_lang:"{to}"}},response:{text:"translations.text"}},n,r)}};d();var rT="immersive-translate-gemini-fake-user-key",CA=[["auto","auto"],["zh-CN","Simplified Chinese"],["zh-TW","Traditional Chinese"],["en","English"],["ar","Arabic"],["bn","Bengali"],["bg","Bulgarian"],["hr","Croatian"],["cs","Czech"],["da","Danish"],["nl","Dutch"],["et","Estonian"],["fi","Finnish"],["fr","French"],["de","German"],["el","Greek"],["he","iw"],["hi","Hindi"],["hu","Hungarian"],["id","Indonesian"],["it","Italian"],["ja","Japanese"],["ko","Korean"],["lv","Latvian"],["lt","Lithuanian"],["no","Norway"],["pl","Polish"],["pt","Portuguese"],["ro","Romanian"],["ru","Russian"],["sr","Serbian"],["sk","Slovak"],["sl","Slovene"],["es","Spanish"],["sw","Swahili"],["sv","Swedish"],["th","Thai"],["tr","Turkish"],["uk","Ukrainian"],["vi","Vietnamese"]],aT=new Map(CA),Tg=class extends no{static langMap=aT;provider="custom";randomPrefix="My user id is {{id}}. ";fakeId="";constructor(e,n,r){super(e,n,r),e||(e={}),e.provider&&(this.provider=e.provider),e.randomPrefix&&(this.randomPrefix=e.randomPrefix),this.apiUrl="https://generativelanguage.googleapis.com/v1beta/models/{model}:generateContent?key={key}",e?.apiUrl&&(this.apiUrl=e.apiUrl),this.maxTextGroupLength=this.maxTextGroupLength||10,this.model=this.model||"gemini-1.0-pro-latest",this.bodyConfigs=e?.bodyConfigs||{}}getLangMap(){return aT}getDefaultRateLimit(){return{limit:1,interval:1050}}async handleOptions(e,n){this.fakeId="",this.randomPrefix&&(this.fakeId=await Z0(rT,""),this.fakeId||(this.fakeId=wA(10),await tp(rT,this.fakeId)));let r=this.getRandomKey(),a={url:this.apiUrl.replace("{model}",this.model),method:"POST",headers:{"content-type":"application/json"},timeout:this.requestTimeout,retry:this.retry};r&&(a.url=a.url.replace("{key}",r));let i=this.systemPrompt+e;this.randomPrefix&&(i=this.randomPrefix.replace("{{id}}",this.fakeId)+i);let o={contents:[{role:"user",parts:[{text:i}]}],...this.bodyConfigs};return a.body=JSON.stringify(o,null,2),a}parseResponse(e){return e?.candidates?.[0]?.content?.parts?.[0]?.text}filterContent(e,n,r,a){let i=super.filterContent(e,n,r);return i.includes(this.fakeId)&&a.length<=1?e:i}};function wA(t){let e="",n="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789",r=n.length,a=0;for(;a{let n=(await rc({url:"https://translate.yandex.net/website-widget/v1/widget.js?widgetId=ytWidget&pageLang=es&widgetTheme=light&autoMode=false",method:"GET",responseType:"text"})).match(/sid\:\s\'[0-9a-f\.]+/),r="",a=Date.now()+1*60*1e3;return n&&n[0]&&n[0].length>7&&(r=n[0].substring(6),a=Date.now()+30*60*1e3),{accessToken:r,accessTokenExpiresAt:new Date(a).toISOString()}})}async translateList(e){let{text:n,from:r,to:a}=e;if(!n)return{...e};let i=await this.getAccessToken(),o=new URLSearchParams;o.append("srv","tr-url-widget"),o.append("id",`${i.accessToken}-0-0`),o.append("format","html"),o.append("lang",`${r==="auto"?"":vg.get(r)+"-"}${vg.get(a)}`),n.forEach(l=>{o.append("text",l)});let s=await ce({url:`https://translate.yandex.net/api/v1/tr.json/translate?${o.toString()}`});if(s?.code!==200)return{...e};let u=s.text?.map(l=>l);return{from:r,to:a,text:u||n}}getDefaultRateLimit(){return{limit:5,interval:1050}}};var kA={mock:Xi,mock2:Xi,custom:Ms,google:Ya,transmart:Ds,deepl:E2,volc:R2,volcAlpha:Ls,bing:Fs,tencent:Cs,tenAlpha:ws,baidu:Y2,caiyun:J2,cai:Z2,openl:Xl,youdao:eT,you:nT,d:Zi,dpro:Zi,deeplx:_s,niu:C2,azure:w2,openai:_2,gemini:iT,claude:sT,papago:D2,aliyun:Ps,yandex:Bs},ga={};Object.keys(gr).forEach(t=>{ga[t]={...gr[t],class:kA[t]}});function sc(t,e){let n=kn;if(ga[t]&&ga[t].class&&ga[t].class.langMap&&ga[t].class.langMap.size>0){let r=ga[t].class.langMap,a=n.filter(i=>r.get(i));return a.includes(e)||a.unshift("placeholder"),a}else return kn}async function ma(t,e,n){if(!t.text)return t;let r=null,a=await Ze({sentences:[t]},e,(i,o,s)=>{i&&(r=i)},n);if(r)throw r;if(a.sentences.length>0)return{...t,...a.sentences[0]};throw new V("translateFailed","translate failed")}async function uT(t,e){for(let n of t)try{return await ma({id:1e6,text:"Hello world",from:"en",to:"zh-CN",url:"https://google.com",fromByClient:"auto"},{...e,translationService:n},{retry:1,requestTimeout:e.config.verifyRequestTimeout||5*1e3}),n}catch{continue}return null}async function Sg(t){let{config:e,translationService:n}=t,r=e.translationGeneralConfig,a=e.translationServices,i=n,o=a[i]||{},s=Jt(t.user);await new ga[i].class(o,r,{translationService:i,userToken:t.user?.token,isPro:s,sourceProgram:t.sourceProgram,glossaries:t.rule.glossaries,excludeRegexps:t.rule.excludeRegexps}).init()}function PA(t){if(!t?.length)return"auto";let e=t[0].from;return t[0].fromByClient&&t[0].fromByClient!=="auto"&&(e=t[0].fromByClient),e}async function Ze(t,e,n,r){if(!t.sentences.length)return{...t};let{config:a,translationService:i,state:o}=e,s=a.translationGeneralConfig,u=a.translationServices,l=i,c=e.targetLanguage;t&&t.sentences&&t.sentences[0]&&t.sentences[0].to&&(c=t.sentences[0].to);let p=u[l]||{},m=a.rawUserConfig?.translationServices?.[l]||{};p=k2(m,p,{sourceLanguage:PA(t.sentences),targetLanguage:c,model:p.model||"",url:e.url,isPro:e.isPro?"true":"false",sourceProgram:e.sourceProgram||""}),r&&(p={...p,...r});let g=a.beta,f=o.cache===!1&&g,T=a.debug===!0&&g;t.sentences&&t.sentences.length>0&&(t.sentences=t.sentences.map(k=>(f&&(k.refresh=!0),T&&(k.debug=!0),k))),l==="openai"&&(t.sentences=t.sentences.map(k=>({...k,from:"auto"})));let b=[],h={sentences:Array(t.sentences.length)},E=t.sentences.length,D=-1,M=Jt(e.user),I;try{I=new ga[l].class(p,s,{translationService:l,userToken:e.user?.token,isPro:M,sourceProgram:e.sourceProgram,glossaries:e.rule.glossaries,excludeRegexps:e.rule.excludeRegexps,minTextCount:e.rule.paragraphMinTextCount}),await I.init()}catch(k){if(n){b.push(...t.sentences);let A={translationService:l,isPro:!!e.isPro,isLogin:!!e.user?.token};for(let y of b){let R=k instanceof V?new V(k.name,k.message).initNetWork(k.status).initData(k.data||A):k;n(R,null,y)}}return{sentences:[]}}if(o.cache)for(let k of t.sentences){D++;let A=l;l==="openl"&&(A=l+"-"+p.codename||Xl.DEFAULT_CODENAME);let y=I.getCacheKeyPrefix();y&&(A=y+"-"+A);let R=null;try{R=await iu(W3({originalText:k.text,from:k.from,to:k.to,service:A}),200)}catch(_){B.warn("query cache DB error, but it's ok",_)}if(R){let _={...k,text:R.translatedText};h.sentences[D]=_,n&&n(null,_,k)}else b.push(k)}else b.push(...t.sentences);let S=b.length;if(E-S>0&&B.debug(`use ${E-S} sentences from cache`),!b.length)return h;let v=await I.multipleTranslate({sentences:b},p,(k,A,y)=>{if(n&&n(k,A,y),!k&&A&&!l.startsWith("mock")&&o.cache){let R=l;l==="openl"&&(R=l+"-"+p.codename||Xl.DEFAULT_CODENAME);let _=I.getCacheKeyPrefix();_&&(R=_+"-"+R),o.cache&&iu(K3({translatedText:A.text,from:y.from,to:y.to,detectedFrom:A.from,key:Ln(y.text),service:R}),3e3).catch(P=>{B.warn("set cache DB error",P)})}});for(let k of v?.sentences||[]){let A=h.sentences.findIndex(y=>!y);if(A===-1)throw new V("translateFailed","can not match the result");h.sentences[A]=k}return h}d();d();function lT(t){let e=null,n=null,r=t.rule.bodyRule;if(!r.enable)return{bodyIsRoot:!1,bodyNode:e,articleNode:n};if(r.bodySelector&&(e=document.querySelector(r.bodySelector)),r.articleSelector&&(n=document.querySelector(r.articleSelector)),e||n)return B.debug("body rule has confirm"),{bodyIsRoot:a(),bodyNode:e,articleNode:n};if(document.body.scrollHeight>=window.innerHeight*r.maxBodyScreenLength)return B.debug("content dom elements too long"),{bodyIsRoot:!1,bodyNode:e,articleNode:n};try{let i=window.document.cloneNode(!0),s=new bu(i,{keepClasses:!0}).parse();if(!s)throw new Error("article is null");e=LA(s.content,s.textContent),e&&(n=dT(r,e))}catch(i){B.debug(i)}return{bodyIsRoot:a(),bodyNode:e,articleNode:n};function a(){return t.state.translationArea==="body"?!1:!!r.bodyIsRoot}}function cT(t,e){if(!t.rule.bodyRule.articleSelector||e.nodeType!==Node.ELEMENT_NODE)return;let n=e.querySelector(t.rule.bodyRule.articleSelector);n&&(t.articleNode!=n&&B.debug("update article node",n),t.articleNode=n)}function xg(t,e){return e&&t?.contains(e)||!1}function LA(t,e){let a=new DOMParser().parseFromString(t,"text/html").querySelectorAll("#readability-page-1 > div");if(a.length<=0)return null;let i=_A(a[0]),o=document.querySelector(i);return!o||(a.length>1&&(o=o.parentElement),o==document.documentElement)?null:(o?.textContent?.length||0)>=e.length&&e.length>=500?o:null}function _A(t){let e=t.tagName.toLowerCase();t.id&&(e+="#"+t.id),t.className&&(e+="."+t.className.trim().split(/\s+/).join("."));let n=Array.from(t.attributes).filter(r=>!["id","class","style"].includes(r.name)).map(r=>`[${r.name}="${r.value}"]`).join("");return e+n}function dT(t,e){if(e.nodeType!=Node.ELEMENT_NODE)return null;let n=null,r=Array.from(e.childNodes);if(r.filter(i=>t.articleChildTags.includes(i.nodeName)).length>=t.articleChildTagsNum)return e;for(let i=0;i{let C=q(F);return C==NodeFilter.FILTER_ACCEPT?pt.mark(F,P,T):C==NodeFilter.FILTER_REJECT,C}),z=y;if(q(z)===NodeFilter.FILTER_REJECT)return;for(pt.mark(z,P,T);z;){if(s=xg(i,z),c&&c.length>0){let{currentNode:F,isMatchedSelection:C}=M(N,z,c);if(F)z=F;else break;if(!C)continue}if(z.nodeType===Node.ELEMENT_NODE||z.nodeType===Node.DOCUMENT_FRAGMENT_NODE){let F=z;if(F.nodeName==="IFRAME"){R&&R(F),I(),Eg(b,!0),z=N.nextNode();continue}F.nodeType===Node.ELEMENT_NODE&&(l&&wg(F,l),g&&Ag(F,g));let C=la(F,{blockSelectors:n.blockSelectors,extraInlineSelectors:n.extraInlineSelectors,extraBlockSelectors:n.extraBlockSelectors,atomicBlockSelectors:n.atomicBlockSelectors},F.immersiveTranslateComputedStyle||null);if(C&&n.paragraphFirstLetterFontSize>0&&F.childNodes.length==1&&F.childNodes[0].nodeType===Node.TEXT_NODE&&F.innerText?.length==1&&F?.immersiveTranslateComputedStyle?.fontSize>=n.paragraphFirstLetterFontSize+"px"&&(C=!1),Gt(F,u)&&!C){S(F);let H=null;for(;!(H=N.nextSibling())&&N.parentNode(););z=H;continue}let L=Va(F);if(!pT(b,F)||C){I(F);let H=C?F:F.parentElement;H&&H.childNodes.length>0&&v(b,H,H.immersiveTranslateComputedStyle||null)}L&&F.shadowRoot?.mode==="open"&&(C?R?.(F.shadowRoot):D({...A,container:F.shadowRoot})),F.nodeType===Node.ELEMENT_NODE&&F.nodeName==="PRE"&&p&&OA(F)}else if(z.nodeType===Node.TEXT_NODE)S(z);else throw new Error("should not be here");z=N.nextNode(),b.commonAncestorContainer&&z&&z.parentNode===b.commonAncestorContainer&&(b._currentStacks=[]),b.commonAncestorContainer&&z&&z.nodeType===Node.ELEMENT_NODE&&b._currentStacks.push(z)}function q(F){if(F.nodeType===Node.DOCUMENT_FRAGMENT_NODE)return NodeFilter.FILTER_ACCEPT;if(Nr(F)){if(g){let H=Object.keys(g);if(H.length>0&&Gt(F,H))for(let W of H){let $=g[W];if(F.matches(W)){let ue=g[W],ae=Object.keys(ue);for(let J of ae){let ie=ue[J];F.getAttribute(J)!==ie&&(ie===null?F.removeAttribute(J):F.setAttribute(J,ie))}break}}}if(!A.force&&pt.isMarked(F,P)||X1(F,P)||lc(F,{excludeSelectors:n.excludeSelectors,selectors:n.selectors,stayOriginalSelectors:u})||F.nodeName==="IFRAME"&&!ji(F))return NodeFilter.FILTER_REJECT;if(F.nodeType===Node.ELEMENT_NODE){let H=window.getComputedStyle(F);if(F.immersiveTranslateComputedStyle=H,Dg(H))return _&&_(F),NodeFilter.FILTER_REJECT;let j=la(F,{blockSelectors:n.blockSelectors,extraInlineSelectors:n.extraInlineSelectors,extraBlockSelectors:n.extraBlockSelectors,atomicBlockSelectors:n.atomicBlockSelectors},H||null);if(Gt(F,u)&&j)return NodeFilter.FILTER_REJECT}let C=F.getBoundingClientRect(),{width:L,height:U}=C;return F.nodeName==="IMG"&&(L>48&&U>48?F.immersiveTranslateComputedStyle={display:"block"}:L>0&&U>0&&f!==!1&&(F.setAttribute("width",L),F.setAttribute("height",U))),!F.childNodes||F.childNodes&&F.childNodes.length===0?NodeFilter.FILTER_ACCEPT:!b.isPreWhitespace&&(L>0&&L<4||U>0&&U<4)&&(F.textContent?.trim().length||0)<2?NodeFilter.FILTER_REJECT:NodeFilter.FILTER_ACCEPT}else if(F.nodeType===Node.TEXT_NODE){let C=F.textContent?.trim();if(!C)return b.isPreWhitespace?NodeFilter.FILTER_ACCEPT:NodeFilter.FILTER_REJECT;let L=F.parentNode;if(L.getBoundingClientRect){let{width:U,height:H}=L.getBoundingClientRect();if(U>0&&U<4||H>0&&H<4)return NodeFilter.FILTER_REJECT}return m>0&&C.length>=m&&Cg(F,m),NodeFilter.FILTER_ACCEPT}return NodeFilter.FILTER_REJECT}}D(t),b&&b.commonAncestorContainer&&b.flatNodes.length>0&&I();function M(A,y,R){let _=y.immersiveTranslateComputedStyle||null;if(E){if(!E.contains(y))if(h=!1,y&&y.nodeType===Node.ELEMENT_NODE)if(uc(y,R))h=!0,E=y,I(),v(b,E,_);else return h=!1,y=A.nextNode(),{currentNode:y,isMatchedSelection:h};else return h=!1,y=A.nextNode(),{currentNode:y,isMatchedSelection:h}}else if(y&&y.nodeType===Node.ELEMENT_NODE)if(uc(y,R))h=!0,E=y,I(),v(b,E,_);else return h=!1,y=A.nextNode(),{currentNode:y,isMatchedSelection:h};else return h=!1,y=A.nextNode(),{currentNode:y,isMatchedSelection:h};return{currentNode:y,isMatchedSelection:!0}}function I(A){if(A&&A.nodeName==="BR"){b.commonAncestorContainer=A.parentNode;let R=[...b.flatNodes],_=b.flatNodes.filter(P=>A.parentNode?.contains(P));_.length>0&&R.length!=_.length&&(b.flatNodes=_,b.flatNodes.original=R)}let y=RA(b,a,n);y&&(y.xpath=e2(r,s,y.commonAncestorContainer,i),e&&e(y)),Eg(b)}function S(A){if(!pT(b,A)){I(),Eg(b);let y=A.parentNode;y&&v(b,y,y.computedStyle)}b.flatNodes.push(A)}function v(A,y,R){A.commonAncestorContainer=y;let _=k(R);A.isPreWhitespace=_}function k(A){return A&&A.whiteSpace&&A.whiteSpace.startsWith("pre")||A&&A.whiteSpace==="break-spaces"||!1}}function pT(t,e){let n=!1;(e.nodeType===Node.ELEMENT_NODE||e.nodeType===Node.DOCUMENT_FRAGMENT_NODE)&&(n=Va(e));let r=IA(t),a=!0;return!n&&!r&&(t.commonAncestorContainer&&t.commonAncestorContainer.contains(e)?a=!0:t.commonAncestorContainer&&(a=!1,t._currentStacks=[])),a}function MA(t){let{isTransformPreTagNewLine:e}=t;return t.excludeSelectors=t.excludeSelectors.filter(n=>{let r=n!=="iframe";return e?r&&n!=="pre":r}),t}function BA(t,e,n){if(e){for(let r of e.childNodes)if(r.contains(n))return r}return t._currentStacks.length>0?(t.commonAncestorContainer||(t.commonAncestorContainer=t._currentStacks[0]),t._currentStacks[0]):null}function wg(t,e){if(e){let n=Object.keys(e);if(n.length>0&&Gt(t,n))for(let a of n){let i=e[a];if(t.matches(a)){let o=t.style.cssText||"";o&&(o=o.trim()),o&&!o.endsWith(";")&&(o+=";"),t.style.cssText=o+i;break}}}}function IA(t){return t&&t._currentStacks?t._currentStacks.some(e=>Va(e)):!1}function RA(t,e,n){let{flatNodes:r,commonAncestorContainer:a}=t;if(a&&r.length>0){if(!r.map(g=>g.textContent?.trim()||"").join(""))return null;if(r.length===1)return{ctxId:e,stepState:1,commonAncestorContainer:r[0].parentNode,rootNodes:[r[0]],flatNodes:r,isPreWhitespace:t.isPreWhitespace,variables:{},xpath:""};let o=zA(r,a,n);o||(o=a);let s=[];for(let g of r){let f=BA(t,o,g);f&&(s.includes(f)||s.push(f))}if(s.length<1)return null;let u=s[0],l=s[s.length-1],c=[],p=u,m=0;for(;p&&(c.push(p),p!==l);){if(m++,m>FA){B.warn("loop too many times for convert root nodes, break");break}p=p.nextSibling}return{ctxId:e,rootNodes:c,stepState:1,flatNodes:r,commonAncestorContainer:o,variables:{},isPreWhitespace:t.isPreWhitespace,xpath:""}}else return null}function Eg(t,e=!1){t.rootNodes=[],t.flatNodes=[],t._currentStacks=[],e&&(t.commonAncestorContainer=null)}function Dg(t){return t.display==="none"}var pt={_marked_key:X4,isMarked(t,e){return yp(t,this._marked_key,e)},clearMark(t){if(!(!t||t.nodeType!==Node.ELEMENT_NODE)&&!(t instanceof HTMLIFrameElement||Va(t)))return Rl(t,this._marked_key)},clearToParentMark(t,e){let n=t;for(;n&&e&&n!=e;)pt.clearMark(n),n=n.parentElement},mark(t,e,n){if(!(!t||t.nodeType!==Node.ELEMENT_NODE)&&!(t instanceof HTMLIFrameElement||Va(t)))return lt(t,this._marked_key,e,!1,n)},markWalk(t,e,n){if(!t||t.nodeType!==Node.ELEMENT_NODE||this.isSkipMarkEle(t))return;let r=qi(t,"markWalk")||"";return lt(t,"markWalk",r+","+e,!1,n)},isSkipMarkEle(t){return t?!!(t instanceof HTMLIFrameElement||Va(t)):!1}};function OA(t){let n=t.innerHTML.replace(/\n\n/g,"
");t.innerHTML=n}function zA(t,e,n){if(!t.length)return null;let r=t.map(a=>{let i=new Set;for(;(a=a.parentNode)&&(i.add(a),a!==e););return i});for(let a of r[0])if(a.nodeType===Node.ELEMENT_NODE||a.nodeType===Node.DOCUMENT_FRAGMENT_NODE){if(Cn(a,n.atomicBlockSelectors))continue;if(r.every(i=>i.has(a)))return a}return null}function Cg(t,e){let n=t.textContent||"";if(n.trim().length<=e)return;let i=[". ","? ","! ","\u3002","\uFF1F","\uFF01",`.${String.fromCharCode(160)}`].reduce((o,s)=>{let u=n.lastIndexOf(s,e);return u>o?u:o},-1);if(i>1){let o=n[i-1]||"",s=n[i-2]||"",u=n[i+1]||"";o==="."||u==="."||u===")"||s==="."&&o==="S"||s.toUpperCase()==="M"&&(o.toUpperCase()==="R"||o.toUpperCase()==="S")?i=-1:isNaN(Number(o))||(i=-1)}if(i===-1)n.length>e+20&&Cg(t,e+20);else{let o=n.slice(i+1);if(!o.trim())return;i++,o.startsWith(" ")&&i++,t.immersive=!0;let s=t.splitText(i);s.immersive=!0;let u=document.createElement("br");u.immersive=!0,s.parentNode?.insertBefore(u,s),i+10)for(let r of n){let a=e[r],i=Object.keys(a),o=c1(t,[r]);for(let s of o)for(let u of i){let l=a[u];s.getAttribute(u)!==l&&(l===null?s.removeAttribute(u):s.setAttribute(u,l))}}}function mT(t,e,n,r,a,i,o){let s=Object.keys(e);if(s.length>0)for(let u of s){let l=e[u],c=Object.keys(l),p=t.querySelector(u);if(p)for(let m of c){let g=l[m];if(m==="translate"&&g==="no"){let T=p.innerText||p.textContent||"";if(!T.trim()||NA(p,a,i,o)||!p1(T,n,r))continue}p.getAttribute(m)!==g&&(g===null?p.removeAttribute(m):p.setAttribute(m,g))}}}function Ag(t,e){if(e){let n=Object.keys(e);if(n.length>0&&Gt(t,n))for(let a of n){let i=e[a];if(t.matches(a)){let o=e[a],s=Object.keys(o);for(let u of s){let l=o[u];t.getAttribute(u)!==l&&(l===null?t.removeAttribute(u):t.setAttribute(u,l))}break}}}}function lc(t,e){return Gt(t,e.excludeSelectors||[])?Gt(t,e.selectors||[])?!1:!Gt(t,e.stayOriginalSelectors||[]):!1}function uc(t,e){if(e.length===0)return!1;let n=e.filter(r=>!r.endsWith("*")).map(r=>r+" *");return Gt(t,e.concat(n))}function NA(t,e,n,r){let a=document.createTreeWalker(t,NodeFilter.SHOW_TEXT|NodeFilter.SHOW_ELEMENT,i=>i.nodeType===Node.ELEMENT_NODE&&lc(i,{excludeSelectors:r.excludeSelectors,selectors:r.selectors,stayOriginalSelectors:r.stayOriginalSelectors})?NodeFilter.FILTER_REJECT:NodeFilter.FILTER_ACCEPT);for(;a.nextNode();){let i=a.currentNode;if(i.nodeType===Node.TEXT_NODE&&parent){let o=i.textContent||"";if(o.includes("Copyright"))continue;if(Ni(o,e,n))return!0}}return!1}d();d();d();function fT(t,e,n,r,a){let i=e,o=cb[i]||[],s="";t&&o&&o.length>0&&o.forEach(c=>{let{name:p}=c;if(t&&n&&n[p]){let m=n[p];if(["borderRadius"].includes(p)&&(m+="px"),s+=`--immersive-translate-theme-${i}-${p}: ${m}; `,e==="marker"&&p==="backgroundColor"&&typeof m=="string"){let{r:g,g:f,b:T}=y1(m);s+=`--immersive-translate-theme-${i}-${p}-rgb: ${g}, ${f}, ${T}; `}}}),r||(r="inherit"),t&&(s+=` .immersive-translate-target-inner { font-family: ${r}; } @@ -5550,7 +5550,7 @@ ${r}`}function Bt(t){try{let e=t.replace(/</g,"<").replace(/>/g,">");retur } `,IT=Q+"-attach-subtitle-dynamic-injected-css";function uk(t){let n=t.rule.subtitleRule.attachRule?.injectedGlobalCSS;if(n){let r=typeof n=="string"?n:n.join(` `);En(document,sk+` -`+r,IT)}}function zs(t){[...document.querySelectorAll(`#${BT}`)].forEach(e=>e.remove()),document.querySelector(`[data-id="${IT}"]`)?.remove()}d();function RT(t){let e=document.createElement("span");return e.innerHTML=t,(e.textContent||"").trim()}function qe(t,e,n){ot("translate_video_subtitle",[{name:"translate_video_subtitle",params:{video_platform:n||t.rule.id||""}}],{...t,sourceLanguage:e||"auto"})}function nt(t,e){return e.indexOf("zh")>=0?t==="zh-CN"||t==="zh-TW":t==e}function OT(t){let{url:e,method:n,headers:r,body:a}=t,i=new Headers;for(let[u,l]of Object.entries(r))i.append(u,l);let o;return typeof a=="object"?(delete a._formatBodyType,o=JSON.stringify(a)):typeof a=="string"&&(o=a),new Request(e,{method:n,headers:i,body:o})}function zT(t){return t?Object.entries(t).reduce((e,[n,r])=>{if(r==null||r==null||typeof r=="object"&&Object.keys(r).length===0)return e;if(n=="body"&&typeof r=="object"&&r._formatBodyType=="FormData"){let a=new FormData;for(let[i,o]of Object.entries(r))i!=="_formatBodyType"&&a.append(i,o);return e[n]=a,e}return e[n]=r,e},{}):null}function Xa(t){return t.replace(/\n/g," ")}d();d();var po="imt-subtitle-inject",Tc=class{from;to;constructor(e,n){this.from=e,this.to=n}sendMessages(e){globalThis.postMessage({type:po,to:this.to,from:this.from,action:e.action,data:e.data,id:e.id||new Date().getTime(),isAsync:!1})}getRandomId(){return(new Date().getTime()+Math.random())*Math.random()}sendAsyncMessages({action:e,data:n}){return new Promise(r=>{let a=this.getRandomId();globalThis.postMessage({type:po,to:this.to,from:this.from,action:e,data:n,id:a,isAsync:!0});let i=({data:o})=>{po===o.type&&o.id===a&&o.to===this.from&&(r(o.data),globalThis.removeEventListener("message",i))};globalThis.addEventListener("message",i)})}handleMessageOnce(e){return new Promise(n=>{let r=({data:a})=>{po===a.type&&a.action===e&&a.to===this.from&&(n(a.data),globalThis.removeEventListener("message",r))};globalThis.addEventListener("message",r)})}handleMessage(e,n){let r=({data:a})=>{po===a.type&&a.action===e&&a.to===this.from&&n(a)};return globalThis.addEventListener("message",r),()=>{globalThis.removeEventListener("message",r)}}handleMessages(e){let n=({data:r})=>{po===r.type&&r.to===this.from&&e(r)};return globalThis.addEventListener("message",n),()=>{globalThis.removeEventListener("message",n)}}},yc=new Tc("content-script","inject"),lk=new Tc("inject","content-script"),NT={get(t,e,n){return e in t?(...r)=>{let a=t[e];return typeof a=="function"?a.apply(t,r):Reflect.get(t,e,n)}:r=>t.sendAsyncMessages({action:e,data:r})}},FJ=new Proxy(lk,NT),UT=new Proxy(yc,NT);d();d();var vc='',qT="data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgZmlsbD0ibm9uZSI+PHBhdGggZmlsbD0iI0ZGQzczNiIgZD0iTTMgN2gxN3YxMEgzeiIvPjxwYXRoIGZpbGw9InVybCgjYSkiIGQ9Ik02Ljg5NyA5LjI0MmMuNDE1IDAgLjcyLjExMS45MjguMzQ3LjIwNy4yMzUuMzE4LjUyNy4zMTguODczcy0uMTEuNjIzLS4zMTguODQ1Yy0uMjA4LjIyMi0uNTI3LjMzMy0uOTI4LjMzM2gtMS4zM1Y5LjI0MmgxLjMzWm05Ljg0NiAxLjc4OGMuMzg4IDAgLjY2NS4xNTIuODQ1LjQ1Ny4xNTIuMjY0LjIzNS41ODIuMjYzLjk4NHYuMzE5YzAgLjQ5OS0uMDgzLjg4Ny0uMjYzIDEuMTkyLS4xOC4zMDQtLjQ1Ny40NTctLjgzLjQ1Ny0uMzg5IDAtLjY2Ni0uMTUzLS44NDYtLjQ0NC0uMTUyLS4yNjMtLjIzNS0uNTk1LS4yNjMtMS4wMTF2LS4yOTFjMC0uNDg1LjA4My0uODczLjI2My0xLjE3OC4xOC0uMzA1LjQ0My0uNDg1LjgzMS0uNDg1Wm0tMy40MDctMS4xMzZhMS4xNyAxLjE3IDAgMCAwLS43MDYuMjM1IDEuNDgyIDEuNDgyIDAgMCAwLS40MTUuNWwtLjA4My4xNjUtLjA3LS44MDNoLTEuMzU3djUuNDMyaDEuNDU0di0zLjY1OWEuODguODggMCAwIDEgLjMxOS0uMzg4Yy4xMS0uMDY5LjI1LS4xMS40MTUtLjEyNGguMTI1bC41NC4wMTQuMTY2LTEuMzE3Yy0uMDctLjAxNC0uMTI0LS4wMjgtLjE5NC0uMDQxLS4wNTUtLjAxNC0uMTI0LS4wMTQtLjE5NC0uMDE0Wk02Ljg5NiA4LjEySDQuMTE0djcuMzE3aDEuNDY4VjEyLjc5aDEuMzNjLjg0NCAwIDEuNDk1LS4yMDggMS45OC0uNjM4LjQ4NS0uNDMuNzItLjk4My43Mi0xLjY5cy0uMjM1LTEuMjYxLS43Mi0xLjY5Yy0uNDQzLS4zODktMS4wMzktLjYxLTEuNzczLS42MzhsLS4yMjEtLjAxNFptOS44NDcgMS43NzRjLS44MDMgMC0xLjQyNi4yNjMtMS44ODMuNzc2LS40MTYuNDctLjYzNyAxLjA2Ny0uNjc5IDEuNzczdi4zMzNjMCAuODE4LjIyMiAxLjQ4My42NzkgMS45OTUuNDU3LjUxMyAxLjA4Ljc3NiAxLjg4My43NzYuODA0IDAgMS40MjctLjI2MyAxLjg4NC0uNzc2LjQxNS0uNDcuNjM3LTEuMDUzLjY3OC0xLjc3M3YtLjMzM2MwLS44MTctLjIyMS0xLjQ4Mi0uNjc4LTEuOTk1LS40NTctLjUxMy0xLjA4LS43NzYtMS44ODQtLjc3NlpNMTguMDAzIDZhNiA2IDAgMCAxIDAgMTJIMFY5LjQyM0EzLjQyIDMuNDIgMCAwIDEgMy40MiA2aDE0LjU4M1oiLz48ZGVmcz48bGluZWFyR3JhZGllbnQgaWQ9ImEiIHgxPSI3LjUiIHgyPSIyMiIgeTE9IjE5IiB5Mj0iNiIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiPjxzdG9wIHN0b3AtY29sb3I9IiMyMjIiLz48c3RvcCBvZmZzZXQ9IjEiIHN0b3AtY29sb3I9IiM2OTY5NjkiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48L3N2Zz4=",jT="data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIxMiIgZmlsbD0ibm9uZSI+PHBhdGggZmlsbD0iIzk5OSIgZD0iTTYuODk3IDMuMjQyYy40MTUgMCAuNzIuMTExLjkyOC4zNDcuMjA3LjIzNS4zMTguNTI2LjMxOC44NzMgMCAuMzQ2LS4xMS42MjMtLjMxOC44NDUtLjIwOC4yMjItLjUyNy4zMzMtLjkyOC4zMzNoLTEuMzNWMy4yNDJoMS4zM1ptOS44NDYgMS43ODhjLjM4OCAwIC42NjUuMTUyLjg0NS40NTcuMTUyLjI2NC4yMzUuNTgyLjI2My45ODR2LjMxOWMwIC40OTktLjA4My44ODctLjI2MyAxLjE5Mi0uMTguMzA0LS40NTcuNDU3LS44My40NTctLjM4OSAwLS42NjYtLjE1My0uODQ2LS40NDQtLjE1Mi0uMjYzLS4yMzUtLjU5NS0uMjYzLTEuMDExdi0uMjkxYzAtLjQ4NS4wODMtLjg3My4yNjMtMS4xNzguMTgtLjMwNS40NDMtLjQ4NS44MzEtLjQ4NVptLTMuNDA3LTEuMTM2YTEuMTcgMS4xNyAwIDAgMC0uNzA2LjIzNSAxLjQ4MiAxLjQ4MiAwIDAgMC0uNDE1LjVsLS4wODMuMTY1LS4wNy0uODAzaC0xLjM1N3Y1LjQzMmgxLjQ1NFY1Ljc2NGEuODguODggMCAwIDEgLjMxOS0uMzg4Yy4xMS0uMDY5LjI1LS4xMS40MTUtLjEyNGguMTI1bC41NC4wMTQuMTY2LTEuMzE3Yy0uMDctLjAxNC0uMTI0LS4wMjgtLjE5NC0uMDQxLS4wNTUtLjAxNC0uMTI0LS4wMTQtLjE5NC0uMDE0Wk02Ljg5NiAyLjEySDQuMTE0djcuMzE3aDEuNDY4VjYuNzloMS4zM2MuODQ0IDAgMS40OTUtLjIwOCAxLjk4LS42MzguNDg1LS40My43Mi0uOTgzLjcyLTEuNjlzLS4yMzUtMS4yNjEtLjcyLTEuNjljLS40NDMtLjM4OS0xLjAzOS0uNjEtMS43NzMtLjYzOGwtLjIyMS0uMDE0Wm05Ljg0NyAxLjc3NGMtLjgwMyAwLTEuNDI2LjI2My0xLjg4My43NzYtLjQxNi40Ny0uNjM3IDEuMDY3LS42NzkgMS43NzN2LjMzM2MwIC44MTguMjIyIDEuNDgzLjY3OSAxLjk5NS40NTcuNTEzIDEuMDguNzc2IDEuODgzLjc3Ni44MDQgMCAxLjQyNy0uMjYzIDEuODg0LS43NzYuNDE1LS40Ny42MzctMS4wNTMuNjc4LTEuNzczdi0uMzMzYzAtLjgxNy0uMjIxLTEuNDgzLS42NzgtMS45OTUtLjQ1Ny0uNTEzLTEuMDgtLjc3Ni0xLjg4NC0uNzc2Wk0xOC4wMDMgMGE2IDYgMCAwIDEgMCAxMkgwVjMuNDIzQTMuNDIgMy40MiAwIDAgMSAzLjQyIDBoMTQuNTgzWiIvPjwvc3ZnPg==";var HT="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAMAAADXqc3KAAAAn1BMVEUAAADt7vHu7vLu7vLv7+/n5+fFxcXu7vHv7/PHx8eamprt7fLt7fHn5+vGxsbS09Surq6fn5+ZmZmZmZnGxsbGxsbt7/K/v7/Hx8ft7vHGxsaZmZn09vnk5eeqqquenp7p6u3X2NnLy8vU1dbr7O67u7uvr6/o6evh4uPR0dLCwsLAwMDZ2ty9vb6kpaWhoaHe3+HPz8+zs7OkpKTc3d7Gt0R8AAAAGXRSTlMA779wIBDv338gv5+AgHDv7+/v36+gn3BgD0kJmgAAAS1JREFUKM9dkOmSgyAQhNFo7mTvYwYEBa9oorne/9l2hqJSbr4q+NHNdBcjAukyXgBE8SwRU5IYHmwm1iyCCdFMBJbwxDK8B2iKLGjl8VAC+JmEcqzRrmnP5yzrbm93SuOeDQCcpNToGaV8ISGmAfBGPce+qjrsjSxYSbkBGtt1tZGEueLpwsZW8A8snlj2jD0efRZVtxzw4Ia2BFgIch1qOaHCM4lsHHA0WpOpKyk7qX2WWLBhhhxU7grlKlV7I+LyAm+DUplS/sqv2HL5FiDDSio15CQOdHrrl5L6kpqEMOHwTlIiOKu0WIDy5Bfkn3+HJTYXRNdmWXtA1nmJfu1lgRNcQw2encV/2J0I7OdIXM1YIzH/FQ9WX4i1JF4RP1dBDNZ+/S7lx/onDcIfdi8x4pYpSxgAAAAASUVORK5CYII=",WT="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAMAAADXqc3KAAAA51BMVEUAAABRT2tSUGpRT2tQUHBQUGjwtcxRT2tRUGtST2tSTmrvsMnvt89QUHDqTIpkXHhST2zQobmfdpPrTYrGVoHqS4nwtszvtMzvtc3vr89RT2vwtczASHb09vnIXYbt4OncqMDqTInGVoBbVnHqp8GqiKJlXHfz2+bsrsfkmrfIm7SggpvScZfKaY/q1uDtgKvRiKaNdY/MY4vy7fLy5Ozxydrxw9bhtcjnobzVlK/diam0j6jYfqHVeJyXfJWcd5TrXJOCb4l5aYNvYn3DUXzxzd3kwNDSorrth6/CjqnAeZnNdJaDb4nDaCDkAAAAGnRSTlMA73C/ICDv37+ff3AgEL+AgO/v7+/fr6BgELJb3PQAAAE/SURBVCjPXZHnUsMwEIRlOySkhw66k+24YScx6b0XOu//PJw0mozh+6Efu6ddzYlpqiWrwLlhmTmW5cLiZ4oZyzR4BsNkmhL/R0nPcx6FR6357ZbPuanyKefT62yjn37/cJwPbjeUJnuKNPeFuAaFjXhNgkUXONHDdR6CJIkh8HArlSo1UIUbx6sTEt4CZlfSaLBLOl2YeaixA2irLKrey4AzA4jpXQVG7hI6mCGBPonSaIF9StMUMe0hzrGjslhBGp7tDIUzfRPTnvhWhiHLQxjYQrwIoQ5nAXtZ3uD8AAkKYTsk0sAocNVSqqpkRaK+MYYNSTkms3wXXodCMZpAKD9FLzF6Bxg/ExMgXS+RluKHkGEZUYOi7sIf3DrTlPNAfOx2XSDyj+xM5QGg2yTIua+wLJVy7abZvKuVn7TwCyKmN+3PjJblAAAAAElFTkSuQmCC",KT="data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGcgaWQ9IkZyYW1lIj4KPHBhdGggaWQ9IlZlY3RvciIgZD0iTTguNzEwMjMgMTMuMzg3NkwxMy4yODkzIDguODA4NkwxNC4wOTc3IDguMDAwMjJMMTMuMjg5NyA3LjE5MjIyTDguNzEwMjMgMi42MTI3OUw3LjkwMjIzIDMuNDIwNzlMMTEuOTA5NSA3LjQyODc5SDEuOTA1NjZWOC41NzE2NUgxMS45MDk1TDcuOTAxODUgMTIuNTc5M0w4LjcxMDIzIDEzLjM4NzZaIiBmaWxsPSIjODM4MzgzIi8+CjwvZz4KPC9zdmc+Cg==";d();d();function _n(t){aa(t,{tab:{id:1,url:"https://www.fake.com",active:!0}}).catch(r=>{B.error("send content message request failed",t,r)}),document.querySelectorAll("iframe").forEach(r=>{r.contentWindow&&r.contentWindow.postMessage({author:ju,payload:t},"*")});let n=new CustomEvent(Mr,{detail:t});globalThis.document.dispatchEvent(n)}function GT(t){let{t:e}=Ce(),[n,r]=se(!0),[a,i]=se(!1),[o,s]=se(),[u,l]=se("home"),[c,p]=se(t.rule.subtitleRule),m=$e(c);m.current=c;let g=$e(a);g.current=a,Ae(()=>{let M=I=>{i(!1)};return document.addEventListener("click",M),()=>{document.removeEventListener("click",M)}},[i,g]);let f=Ve(M=>{M.stopPropagation(),i(!g.current)},[i,g]),T=M=>{l(M.key)},b=M=>{D(I=>(I={...I,...M},I)),_n({method:"updateGlobalCtx",data:{trigger:"quick_button"}})},h=Ue(()=>{let M=[{key:"70",label:"70%",selectIcon:!0},{key:"80",label:"80%",selectIcon:!0},{key:"90",label:"90%",selectIcon:!0},{key:"100",label:"100%",selectIcon:!0},{key:"110",label:"110%",selectIcon:!0},{key:"120",label:"120%",selectIcon:!0},{key:"130",label:"130%",selectIcon:!0}],I=[{key:"#FFFFFF",label:e("subtitle.quickButton.white"),selectIcon:!0},{key:"#FFFF00",label:e("subtitle.quickButton.yellow"),selectIcon:!0},{key:"#00FF00",label:e("subtitle.quickButton.green"),selectIcon:!0},{key:"#00FFFF",label:e("subtitle.quickButton.cyan"),selectIcon:!0},{key:"#0000FF",label:e("subtitle.quickButton.blue"),selectIcon:!0},{key:"#FF00FF",label:e("subtitle.quickButton.magenta"),selectIcon:!0},{key:"#FF0000",label:e("subtitle.quickButton.red"),selectIcon:!0},{key:"#080808",label:e("subtitle.quickButton.black"),selectIcon:!0}],S={home:{items:[{key:"enable",label:e("subtitle.autoEnableSubtitle"),selectIcon:!0,onClick:async()=>{await D(y=>(y.autoEnableSubtitle=!0,y)),_n({method:"autoEnableSubtitleChanged",data:{trigger:"quick_button"}}),i(!1)}},{key:"disable",label:e("subtitle.autoDisableSubtitle"),selectIcon:!0,onClick:async()=>{await D(y=>(y.autoEnableSubtitle=!1,y)),_n({method:"autoEnableSubtitleChanged",data:{trigger:"quick_button"}}),i(!1)}},{key:"close",label:e("subtitle.hideQuickButton"),selectIcon:!0,onClick:()=>{D(y=>(y.showQuickButton=!1,y)),r(!1),ot("close_subtitle_quick_button",[{name:"close_subtitle_quick_button"}],t),i(!1)}},{key:"setting",label:e("subtitle.quickButton.setting"),selectIcon:!0,rightIcon:!0,onClick:()=>{l("setting")}}]},setting:{title:e("subtitle.quickButton.setting"),onBackClick:()=>l("home"),onItemClick:T,items:[{key:"translationPosition",label:e("subtitle.quickButton.translationPosition"),rightIcon:!0},{key:"sourceFontSize",label:e("subtitle.quickButton.sourceFontSize"),rightIcon:!0},{key:"translationFontSize",label:e("subtitle.quickButton.translationFontSize"),rightIcon:!0},{key:"sourceTextColor",label:e("subtitle.quickButton.sourceTextColor"),rightIcon:!0},{key:"translationTextColor",label:e("subtitle.quickButton.translationTextColor"),rightIcon:!0},{key:"backgroundColor",label:e("subtitle.quickButton.backgroundColor"),rightIcon:!0},{key:"backgroundOpacity",label:e("subtitle.quickButton.backgroundOpacity"),rightIcon:!0}]},translationPosition:{title:e("subtitle.quickButton.translationPosition"),onBackClick:()=>l("setting"),onItemClick:y=>{b({translationPosition:y.key})},items:[{key:"top",label:e("subtitle.quickButton.translationPositionTop"),selectIcon:!0},{key:"bottom",label:e("subtitle.quickButton.translationPositionBottom"),selectIcon:!0}]},sourceFontSize:{title:e("subtitle.quickButton.sourceFontSize"),onBackClick:()=>l("setting"),onItemClick:y=>{b({sourceFontSize:y.key})},items:M},translationFontSize:{title:e("subtitle.quickButton.translationFontSize"),onBackClick:()=>l("setting"),onItemClick:y=>{b({translationFontSize:y.key})},items:M},sourceTextColor:{title:e("subtitle.quickButton.sourceTextColor"),onBackClick:()=>l("setting"),onItemClick:y=>{b({sourceTextColor:y.key})},items:I},translationTextColor:{title:e("subtitle.quickButton.translationTextColor"),onBackClick:()=>l("setting"),onItemClick:y=>{b({translationTextColor:y.key})},items:I},backgroundColor:{title:e("subtitle.quickButton.backgroundColor"),onBackClick:()=>l("setting"),onItemClick:y=>{b({backgroundColor:y.key})},items:I},backgroundOpacity:{title:e("subtitle.quickButton.backgroundOpacity"),onBackClick:()=>l("setting"),onItemClick:y=>{b({backgroundOpacity:y.key})},items:[{key:"0",label:"0%",selectIcon:!0},{key:"25",label:"25%",selectIcon:!0},{key:"50",label:"50%",selectIcon:!0},{key:"75",label:"75%",selectIcon:!0},{key:"100",label:"100%",selectIcon:!0}]}};return S.setting.items.forEach(y=>{let L=c[y.key],A=S[y.key].items.find(v=>v.key===L);y.value=A?.label}),S},[c]),E=Ue(()=>{let M=h[u];return u==="home"?{...M,items:M.items.filter(I=>t.rule.subtitleRule.attachRule?!0:I.key!=="setting")}:M},[u,t]);Ae(()=>{if(u==="home")s(c.autoEnableSubtitle?"enable":"disable");else{if(u=="setting")return;s(c[u])}},[u,c]),Ae(()=>{a&&l("home")},[a]);let D=Ve(async M=>{let I=await Or();I.generalRule||(I.generalRule={}),I.generalRule["subtitleRule.add"]||(I.generalRule["subtitleRule.add"]={}),I.generalRule["subtitleRule.add"]=M(I.generalRule["subtitleRule.add"]),await ds(I);let S={...m.current,...I.generalRule["subtitleRule.add"]};p(S),_T(S)},[m,p]);return{visible:n,selectType:u,selectKey:o,contentVisible:a,activeSetting:E,handleButtonClick:f}}function $T(t){let{t:e}=Ce(),{visible:n,selectKey:r,contentVisible:a,activeSetting:i,handleButtonClick:o}=GT(t.ctx);return n?w("div",{class:`${Fn}-button`,onClick:o,children:[w(ck,{}),w("span",{class:"label",children:e("subtitle.bilingual")}),w("div",{onClick:s=>{s.stopPropagation(),i.onBackClick?.()},class:`${Fn}-pop-content ${a?"show":""}`,children:[!!i.title&&w("div",{class:"content-header",children:[w(pk,{}),w("span",{children:i.title})]}),i.items.map(s=>w("p",{"immersive-translate-subtitle-type":"enable",class:`${s.key===r?"select":""}`,onClick:u=>{u.stopPropagation(),s.onClick?s.onClick(s):i.onItemClick?.(s)},children:[s.selectIcon&&w(dk,{}),w("label",{children:s.label}),s.value&&w("span",{children:s.value}),s.rightIcon&&w(gk,{})]},s.key))]})]}):null}var Fn="imt-quick-subtitle",VT=` +`+r,IT)}}function zs(t){[...document.querySelectorAll(`#${BT}`)].forEach(e=>e.remove()),document.querySelector(`[data-id="${IT}"]`)?.remove()}d();function RT(t){let e=document.createElement("span");return e.innerHTML=t,(e.textContent||"").trim()}function qe(t,e,n){ot("translate_video_subtitle",[{name:"translate_video_subtitle",params:{video_platform:n||t.rule.id||""}}],{...t,sourceLanguage:e||"auto"})}function nt(t,e){return e.indexOf("zh")>=0?t==="zh-CN"||t==="zh-TW":t==e}function OT(t){let{url:e,method:n,headers:r,body:a}=t,i=new Headers;for(let[u,l]of Object.entries(r))i.append(u,l);let o;return typeof a=="object"?(delete a._formatBodyType,o=JSON.stringify(a)):typeof a=="string"&&(o=a),new Request(e,{method:n,headers:i,body:o})}function zT(t){return t?Object.entries(t).reduce((e,[n,r])=>{if(r==null||r==null||typeof r=="object"&&Object.keys(r).length===0)return e;if(n=="body"&&typeof r=="object"&&r._formatBodyType=="FormData"){let a=new FormData;for(let[i,o]of Object.entries(r))i!=="_formatBodyType"&&a.append(i,o);return e[n]=a,e}return e[n]=r,e},{}):null}function Xa(t){return t.replace(/\n/g," ")}d();d();var po="imt-subtitle-inject",Tc=class{from;to;constructor(e,n){this.from=e,this.to=n}sendMessages(e){globalThis.postMessage({type:po,to:this.to,from:this.from,action:e.action,data:e.data,id:e.id||new Date().getTime(),isAsync:!1})}getRandomId(){return(new Date().getTime()+Math.random())*Math.random()}sendAsyncMessages({action:e,data:n}){return new Promise(r=>{let a=this.getRandomId();globalThis.postMessage({type:po,to:this.to,from:this.from,action:e,data:n,id:a,isAsync:!0});let i=({data:o})=>{po===o.type&&o.id===a&&o.to===this.from&&(r(o.data),globalThis.removeEventListener("message",i))};globalThis.addEventListener("message",i)})}handleMessageOnce(e){return new Promise(n=>{let r=({data:a})=>{po===a.type&&a.action===e&&a.to===this.from&&(n(a.data),globalThis.removeEventListener("message",r))};globalThis.addEventListener("message",r)})}handleMessage(e,n){let r=({data:a})=>{po===a.type&&a.action===e&&a.to===this.from&&n(a)};return globalThis.addEventListener("message",r),()=>{globalThis.removeEventListener("message",r)}}handleMessages(e){let n=({data:r})=>{po===r.type&&r.to===this.from&&e(r)};return globalThis.addEventListener("message",n),()=>{globalThis.removeEventListener("message",n)}}},yc=new Tc("content-script","inject"),lk=new Tc("inject","content-script"),NT={get(t,e,n){return e in t?(...r)=>{let a=t[e];return typeof a=="function"?a.apply(t,r):Reflect.get(t,e,n)}:r=>t.sendAsyncMessages({action:e,data:r})}},FJ=new Proxy(lk,NT),UT=new Proxy(yc,NT);d();d();var vc='',qT="data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgZmlsbD0ibm9uZSI+PHBhdGggZmlsbD0iI0ZGQzczNiIgZD0iTTMgN2gxN3YxMEgzeiIvPjxwYXRoIGZpbGw9InVybCgjYSkiIGQ9Ik02Ljg5NyA5LjI0MmMuNDE1IDAgLjcyLjExMS45MjguMzQ3LjIwNy4yMzUuMzE4LjUyNy4zMTguODczcy0uMTEuNjIzLS4zMTguODQ1Yy0uMjA4LjIyMi0uNTI3LjMzMy0uOTI4LjMzM2gtMS4zM1Y5LjI0MmgxLjMzWm05Ljg0NiAxLjc4OGMuMzg4IDAgLjY2NS4xNTIuODQ1LjQ1Ny4xNTIuMjY0LjIzNS41ODIuMjYzLjk4NHYuMzE5YzAgLjQ5OS0uMDgzLjg4Ny0uMjYzIDEuMTkyLS4xOC4zMDQtLjQ1Ny40NTctLjgzLjQ1Ny0uMzg5IDAtLjY2Ni0uMTUzLS44NDYtLjQ0NC0uMTUyLS4yNjMtLjIzNS0uNTk1LS4yNjMtMS4wMTF2LS4yOTFjMC0uNDg1LjA4My0uODczLjI2My0xLjE3OC4xOC0uMzA1LjQ0My0uNDg1LjgzMS0uNDg1Wm0tMy40MDctMS4xMzZhMS4xNyAxLjE3IDAgMCAwLS43MDYuMjM1IDEuNDgyIDEuNDgyIDAgMCAwLS40MTUuNWwtLjA4My4xNjUtLjA3LS44MDNoLTEuMzU3djUuNDMyaDEuNDU0di0zLjY1OWEuODguODggMCAwIDEgLjMxOS0uMzg4Yy4xMS0uMDY5LjI1LS4xMS40MTUtLjEyNGguMTI1bC41NC4wMTQuMTY2LTEuMzE3Yy0uMDctLjAxNC0uMTI0LS4wMjgtLjE5NC0uMDQxLS4wNTUtLjAxNC0uMTI0LS4wMTQtLjE5NC0uMDE0Wk02Ljg5NiA4LjEySDQuMTE0djcuMzE3aDEuNDY4VjEyLjc5aDEuMzNjLjg0NCAwIDEuNDk1LS4yMDggMS45OC0uNjM4LjQ4NS0uNDMuNzItLjk4My43Mi0xLjY5cy0uMjM1LTEuMjYxLS43Mi0xLjY5Yy0uNDQzLS4zODktMS4wMzktLjYxLTEuNzczLS42MzhsLS4yMjEtLjAxNFptOS44NDcgMS43NzRjLS44MDMgMC0xLjQyNi4yNjMtMS44ODMuNzc2LS40MTYuNDctLjYzNyAxLjA2Ny0uNjc5IDEuNzczdi4zMzNjMCAuODE4LjIyMiAxLjQ4My42NzkgMS45OTUuNDU3LjUxMyAxLjA4Ljc3NiAxLjg4My43NzYuODA0IDAgMS40MjctLjI2MyAxLjg4NC0uNzc2LjQxNS0uNDcuNjM3LTEuMDUzLjY3OC0xLjc3M3YtLjMzM2MwLS44MTctLjIyMS0xLjQ4Mi0uNjc4LTEuOTk1LS40NTctLjUxMy0xLjA4LS43NzYtMS44ODQtLjc3NlpNMTguMDAzIDZhNiA2IDAgMCAxIDAgMTJIMFY5LjQyM0EzLjQyIDMuNDIgMCAwIDEgMy40MiA2aDE0LjU4M1oiLz48ZGVmcz48bGluZWFyR3JhZGllbnQgaWQ9ImEiIHgxPSI3LjUiIHgyPSIyMiIgeTE9IjE5IiB5Mj0iNiIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiPjxzdG9wIHN0b3AtY29sb3I9IiMyMjIiLz48c3RvcCBvZmZzZXQ9IjEiIHN0b3AtY29sb3I9IiM2OTY5NjkiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48L3N2Zz4=",jT="data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIxMiIgZmlsbD0ibm9uZSI+PHBhdGggZmlsbD0iIzk5OSIgZD0iTTYuODk3IDMuMjQyYy40MTUgMCAuNzIuMTExLjkyOC4zNDcuMjA3LjIzNS4zMTguNTI2LjMxOC44NzMgMCAuMzQ2LS4xMS42MjMtLjMxOC44NDUtLjIwOC4yMjItLjUyNy4zMzMtLjkyOC4zMzNoLTEuMzNWMy4yNDJoMS4zM1ptOS44NDYgMS43ODhjLjM4OCAwIC42NjUuMTUyLjg0NS40NTcuMTUyLjI2NC4yMzUuNTgyLjI2My45ODR2LjMxOWMwIC40OTktLjA4My44ODctLjI2MyAxLjE5Mi0uMTguMzA0LS40NTcuNDU3LS44My40NTctLjM4OSAwLS42NjYtLjE1My0uODQ2LS40NDQtLjE1Mi0uMjYzLS4yMzUtLjU5NS0uMjYzLTEuMDExdi0uMjkxYzAtLjQ4NS4wODMtLjg3My4yNjMtMS4xNzguMTgtLjMwNS40NDMtLjQ4NS44MzEtLjQ4NVptLTMuNDA3LTEuMTM2YTEuMTcgMS4xNyAwIDAgMC0uNzA2LjIzNSAxLjQ4MiAxLjQ4MiAwIDAgMC0uNDE1LjVsLS4wODMuMTY1LS4wNy0uODAzaC0xLjM1N3Y1LjQzMmgxLjQ1NFY1Ljc2NGEuODguODggMCAwIDEgLjMxOS0uMzg4Yy4xMS0uMDY5LjI1LS4xMS40MTUtLjEyNGguMTI1bC41NC4wMTQuMTY2LTEuMzE3Yy0uMDctLjAxNC0uMTI0LS4wMjgtLjE5NC0uMDQxLS4wNTUtLjAxNC0uMTI0LS4wMTQtLjE5NC0uMDE0Wk02Ljg5NiAyLjEySDQuMTE0djcuMzE3aDEuNDY4VjYuNzloMS4zM2MuODQ0IDAgMS40OTUtLjIwOCAxLjk4LS42MzguNDg1LS40My43Mi0uOTgzLjcyLTEuNjlzLS4yMzUtMS4yNjEtLjcyLTEuNjljLS40NDMtLjM4OS0xLjAzOS0uNjEtMS43NzMtLjYzOGwtLjIyMS0uMDE0Wm05Ljg0NyAxLjc3NGMtLjgwMyAwLTEuNDI2LjI2My0xLjg4My43NzYtLjQxNi40Ny0uNjM3IDEuMDY3LS42NzkgMS43NzN2LjMzM2MwIC44MTguMjIyIDEuNDgzLjY3OSAxLjk5NS40NTcuNTEzIDEuMDguNzc2IDEuODgzLjc3Ni44MDQgMCAxLjQyNy0uMjYzIDEuODg0LS43NzYuNDE1LS40Ny42MzctMS4wNTMuNjc4LTEuNzczdi0uMzMzYzAtLjgxNy0uMjIxLTEuNDgzLS42NzgtMS45OTUtLjQ1Ny0uNTEzLTEuMDgtLjc3Ni0xLjg4NC0uNzc2Wk0xOC4wMDMgMGE2IDYgMCAwIDEgMCAxMkgwVjMuNDIzQTMuNDIgMy40MiAwIDAgMSAzLjQyIDBoMTQuNTgzWiIvPjwvc3ZnPg==";var HT="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAMAAADXqc3KAAAAn1BMVEUAAADt7vHu7vLu7vLv7+/n5+fFxcXu7vHv7/PHx8eamprt7fLt7fHn5+vGxsbS09Surq6fn5+ZmZmZmZnGxsbGxsbt7/K/v7/Hx8ft7vHGxsaZmZn09vnk5eeqqquenp7p6u3X2NnLy8vU1dbr7O67u7uvr6/o6evh4uPR0dLCwsLAwMDZ2ty9vb6kpaWhoaHe3+HPz8+zs7OkpKTc3d7Gt0R8AAAAGXRSTlMA779wIBDv338gv5+AgHDv7+/v36+gn3BgD0kJmgAAAS1JREFUKM9dkOmSgyAQhNFo7mTvYwYEBa9oorne/9l2hqJSbr4q+NHNdBcjAukyXgBE8SwRU5IYHmwm1iyCCdFMBJbwxDK8B2iKLGjl8VAC+JmEcqzRrmnP5yzrbm93SuOeDQCcpNToGaV8ISGmAfBGPce+qjrsjSxYSbkBGtt1tZGEueLpwsZW8A8snlj2jD0efRZVtxzw4Ia2BFgIch1qOaHCM4lsHHA0WpOpKyk7qX2WWLBhhhxU7grlKlV7I+LyAm+DUplS/sqv2HL5FiDDSio15CQOdHrrl5L6kpqEMOHwTlIiOKu0WIDy5Bfkn3+HJTYXRNdmWXtA1nmJfu1lgRNcQw2encV/2J0I7OdIXM1YIzH/FQ9WX4i1JF4RP1dBDNZ+/S7lx/onDcIfdi8x4pYpSxgAAAAASUVORK5CYII=",WT="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAMAAADXqc3KAAAA51BMVEUAAABRT2tSUGpRT2tQUHBQUGjwtcxRT2tRUGtST2tSTmrvsMnvt89QUHDqTIpkXHhST2zQobmfdpPrTYrGVoHqS4nwtszvtMzvtc3vr89RT2vwtczASHb09vnIXYbt4OncqMDqTInGVoBbVnHqp8GqiKJlXHfz2+bsrsfkmrfIm7SggpvScZfKaY/q1uDtgKvRiKaNdY/MY4vy7fLy5Ozxydrxw9bhtcjnobzVlK/diam0j6jYfqHVeJyXfJWcd5TrXJOCb4l5aYNvYn3DUXzxzd3kwNDSorrth6/CjqnAeZnNdJaDb4nDaCDkAAAAGnRSTlMA73C/ICDv37+ff3AgEL+AgO/v7+/fr6BgELJb3PQAAAE/SURBVCjPXZHnUsMwEIRlOySkhw66k+24YScx6b0XOu//PJw0mozh+6Efu6ddzYlpqiWrwLlhmTmW5cLiZ4oZyzR4BsNkmhL/R0nPcx6FR6357ZbPuanyKefT62yjn37/cJwPbjeUJnuKNPeFuAaFjXhNgkUXONHDdR6CJIkh8HArlSo1UIUbx6sTEt4CZlfSaLBLOl2YeaixA2irLKrey4AzA4jpXQVG7hI6mCGBPonSaIF9StMUMe0hzrGjslhBGp7tDIUzfRPTnvhWhiHLQxjYQrwIoQ5nAXtZ3uD8AAkKYTsk0sAocNVSqqpkRaK+MYYNSTkms3wXXodCMZpAKD9FLzF6Bxg/ExMgXS+RluKHkGEZUYOi7sIf3DrTlPNAfOx2XSDyj+xM5QGg2yTIua+wLJVy7abZvKuVn7TwCyKmN+3PjJblAAAAAElFTkSuQmCC",KT="data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGcgaWQ9IkZyYW1lIj4KPHBhdGggaWQ9IlZlY3RvciIgZD0iTTguNzEwMjMgMTMuMzg3NkwxMy4yODkzIDguODA4NkwxNC4wOTc3IDguMDAwMjJMMTMuMjg5NyA3LjE5MjIyTDguNzEwMjMgMi42MTI3OUw3LjkwMjIzIDMuNDIwNzlMMTEuOTA5NSA3LjQyODc5SDEuOTA1NjZWOC41NzE2NUgxMS45MDk1TDcuOTAxODUgMTIuNTc5M0w4LjcxMDIzIDEzLjM4NzZaIiBmaWxsPSIjODM4MzgzIi8+CjwvZz4KPC9zdmc+Cg==";d();d();function _n(t){aa(t,{tab:{id:1,url:"https://www.fake.com",active:!0}}).catch(r=>{B.error("send content message request failed",t,r)}),document.querySelectorAll("iframe").forEach(r=>{r.contentWindow&&r.contentWindow.postMessage({author:ju,payload:t},"*")});let n=new CustomEvent(Mr,{detail:t});globalThis.document.dispatchEvent(n)}function GT(t){let{t:e}=Ce(),[n,r]=se(!0),[a,i]=se(!1),[o,s]=se(),[u,l]=se("home"),[c,p]=se(t.rule.subtitleRule),m=$e(c);m.current=c;let g=$e(a);g.current=a,Ae(()=>{let M=I=>{i(!1)};return document.addEventListener("click",M),()=>{document.removeEventListener("click",M)}},[i,g]);let f=Ve(M=>{M.stopPropagation(),i(!g.current)},[i,g]),T=M=>{l(M.key)},b=M=>{D(I=>(I={...I,...M},I)),_n({method:"updateGlobalCtx",data:{trigger:"quick_button"}})},h=Ue(()=>{let M=[{key:"50",label:"50%",selectIcon:!0},{key:"70",label:"70%",selectIcon:!0},{key:"80",label:"80%",selectIcon:!0},{key:"90",label:"90%",selectIcon:!0},{key:"100",label:"100%",selectIcon:!0},{key:"110",label:"110%",selectIcon:!0},{key:"120",label:"120%",selectIcon:!0},{key:"130",label:"130%",selectIcon:!0},{key:"150",label:"150%",selectIcon:!0}],I=[{key:"#FFFFFF",label:e("subtitle.quickButton.white"),selectIcon:!0},{key:"#FFFF00",label:e("subtitle.quickButton.yellow"),selectIcon:!0},{key:"#00FF00",label:e("subtitle.quickButton.green"),selectIcon:!0},{key:"#00FFFF",label:e("subtitle.quickButton.cyan"),selectIcon:!0},{key:"#0000FF",label:e("subtitle.quickButton.blue"),selectIcon:!0},{key:"#FF00FF",label:e("subtitle.quickButton.magenta"),selectIcon:!0},{key:"#FF0000",label:e("subtitle.quickButton.red"),selectIcon:!0},{key:"#080808",label:e("subtitle.quickButton.black"),selectIcon:!0}],S={home:{items:[{key:"enable",label:e("subtitle.autoEnableSubtitle"),selectIcon:!0,onClick:async()=>{await D(v=>(v.autoEnableSubtitle=!0,v)),_n({method:"autoEnableSubtitleChanged",data:{trigger:"quick_button"}}),i(!1)}},{key:"disable",label:e("subtitle.autoDisableSubtitle"),selectIcon:!0,onClick:async()=>{await D(v=>(v.autoEnableSubtitle=!1,v)),_n({method:"autoEnableSubtitleChanged",data:{trigger:"quick_button"}}),i(!1)}},{key:"close",label:e("subtitle.hideQuickButton"),selectIcon:!0,onClick:()=>{D(v=>(v.showQuickButton=!1,v)),r(!1),ot("close_subtitle_quick_button",[{name:"close_subtitle_quick_button"}],t),i(!1)}},{key:"setting",label:e("subtitle.quickButton.setting"),selectIcon:!0,rightIcon:!0,onClick:()=>{l("setting")}}]},setting:{title:e("subtitle.quickButton.setting"),onBackClick:()=>l("home"),onItemClick:T,items:[{key:"translationPosition",label:e("subtitle.quickButton.translationPosition"),rightIcon:!0},{key:"sourceFontSize",label:e("subtitle.quickButton.sourceFontSize"),rightIcon:!0},{key:"translationFontSize",label:e("subtitle.quickButton.translationFontSize"),rightIcon:!0},{key:"sourceTextColor",label:e("subtitle.quickButton.sourceTextColor"),rightIcon:!0},{key:"translationTextColor",label:e("subtitle.quickButton.translationTextColor"),rightIcon:!0},{key:"backgroundColor",label:e("subtitle.quickButton.backgroundColor"),rightIcon:!0},{key:"backgroundOpacity",label:e("subtitle.quickButton.backgroundOpacity"),rightIcon:!0}]},translationPosition:{title:e("subtitle.quickButton.translationPosition"),onBackClick:()=>l("setting"),onItemClick:v=>{b({translationPosition:v.key})},items:[{key:"top",label:e("subtitle.quickButton.translationPositionTop"),selectIcon:!0},{key:"bottom",label:e("subtitle.quickButton.translationPositionBottom"),selectIcon:!0}]},sourceFontSize:{title:e("subtitle.quickButton.sourceFontSize"),onBackClick:()=>l("setting"),onItemClick:v=>{b({sourceFontSize:v.key})},items:M},translationFontSize:{title:e("subtitle.quickButton.translationFontSize"),onBackClick:()=>l("setting"),onItemClick:v=>{b({translationFontSize:v.key})},items:M},sourceTextColor:{title:e("subtitle.quickButton.sourceTextColor"),onBackClick:()=>l("setting"),onItemClick:v=>{b({sourceTextColor:v.key})},items:I},translationTextColor:{title:e("subtitle.quickButton.translationTextColor"),onBackClick:()=>l("setting"),onItemClick:v=>{b({translationTextColor:v.key})},items:I},backgroundColor:{title:e("subtitle.quickButton.backgroundColor"),onBackClick:()=>l("setting"),onItemClick:v=>{b({backgroundColor:v.key})},items:I},backgroundOpacity:{title:e("subtitle.quickButton.backgroundOpacity"),onBackClick:()=>l("setting"),onItemClick:v=>{b({backgroundOpacity:v.key})},items:[{key:"0",label:"0%",selectIcon:!0},{key:"25",label:"25%",selectIcon:!0},{key:"50",label:"50%",selectIcon:!0},{key:"75",label:"75%",selectIcon:!0},{key:"100",label:"100%",selectIcon:!0}]}};return S.setting.items.forEach(v=>{let k=c[v.key],A=S[v.key].items.find(y=>y.key===k);v.value=A?.label}),S},[c]),E=Ue(()=>{let M=h[u];return u==="home"?{...M,items:M.items.filter(I=>t.rule.subtitleRule.attachRule?!0:I.key!=="setting")}:M},[u,t]);Ae(()=>{if(u==="home")s(c.autoEnableSubtitle?"enable":"disable");else{if(u=="setting")return;s(c[u])}},[u,c]),Ae(()=>{a&&l("home")},[a]);let D=Ve(async M=>{let I=await Or();I.generalRule||(I.generalRule={}),I.generalRule["subtitleRule.add"]||(I.generalRule["subtitleRule.add"]={}),I.generalRule["subtitleRule.add"]=M(I.generalRule["subtitleRule.add"]),await ds(I);let S={...m.current,...I.generalRule["subtitleRule.add"]};p(S),_T(S)},[m,p]);return{visible:n,selectType:u,selectKey:o,contentVisible:a,activeSetting:E,handleButtonClick:f}}function $T(t){let{t:e}=Ce(),{visible:n,selectKey:r,contentVisible:a,activeSetting:i,handleButtonClick:o}=GT(t.ctx);return n?w("div",{class:`${Fn}-button`,onClick:o,children:[w(ck,{}),w("span",{class:"label",children:e("subtitle.bilingual")}),w("div",{onClick:s=>{s.stopPropagation(),i.onBackClick?.()},class:`${Fn}-pop-content ${a?"show":""}`,children:[!!i.title&&w("div",{class:"content-header",children:[w(pk,{}),w("span",{children:i.title})]}),i.items.map(s=>w("p",{"immersive-translate-subtitle-type":"enable",class:`${s.key===r?"select":""}`,onClick:u=>{u.stopPropagation(),s.onClick?s.onClick(s):i.onItemClick?.(s)},children:[s.selectIcon&&w(dk,{}),w("label",{children:s.label}),s.value&&w("span",{children:s.value}),s.rightIcon&&w(gk,{})]},s.key))]})]}):null}var Fn="imt-quick-subtitle",VT=` .${Fn}-button { display: flex; align-items: center; @@ -5666,7 +5666,7 @@ ${s}`)}),ha(e)}async getHumanSubtitleUrls(e,n){if(!n)return null;let r=n.find(s= `)){if(n.startsWith('EXT-X-DS-MARKER:ID="INT-END"'))break;n.endsWith(".vtt")&&e.push(n)}return e}d();var _c=class extends je{autoShowObserver=null;videoSrc=null;loadSubtitleWithFetch(e,n){return this.loadSubtitle(e,n)}async loadSubtitle(e,n){try{this.showSubtitleLoading(!0);let r=await this.fetchSubtitle(e,n);if(!r)return null;let a=hc(r);if(!a)return;let i=[...a.document.querySelectorAll("p")].filter(c=>c.textContent?.trim()),o=i.map(c=>c.textContent||"");if(!o.length)return null;let s=await Ie({text:o.join(` `),pageLangs:[ht(),"en"]});return nt(he(s),this.ctx.targetLanguage)?null:(qe(this.ctx,he(s)),(await this._translateSubtitle(o,s,"
")).forEach((c,p)=>{i[p]&&(i[p].innerHTML=c)}),bc(a.arrayBuffer,a.document))}catch(r){return B.error(r),null}finally{this.hideSubtitleLoading()}}async fetchSubtitle(e,n){let r=await fetch(e,n);if(!r.ok)throw new Error("request subtitle error");return await r.arrayBuffer()}};d();var Fc=class extends je{async requestSubtitle(e){let n=await We(Ee(),{});if(this.initConfig(n),!this.isEnableSubtitle())return;let r=this.config.videoSelector;if(!r)return;let a=document.querySelector(r);if(!a)return;let i=await this.parseVTTUrl(e);if(!i)return;let s=await new go(this.ctx).loadSubtitle(i.url);if(!s)return;let u=jg(s);AT(a),Gg(a,i.lang,i.lang,u,!0)}parseVTTUrl(e){if(e?.webvtt){let[n,r]=Object.entries(e?.webvtt||{})[0];return{url:r,lang:n}}}};d();var Mc=class extends je{autoShowObserver=null;videoSrc=null;subtitleMap={};currentLang="en";mutationVideoChange(){let e=this.config;this.autoShowObserver&&this.autoShowObserver.disconnect(),this.autoShowObserver=new MutationObserver(()=>{if(e.videoSelector){let n=document.querySelector(e.videoSelector),r=n&&n.getAttribute("src");r&&r!=this.videoSrc&&(this.videoSrc=r,this.subtitleMap={})}if(e.activeLangSelector){let n=document.querySelector(e.activeLangSelector);if(!n)return;let r=Tk(n?.textContent);if(r&&r==this.currentLang)return;this.currentLang=r,this.attachMultiSubtitle(r)}}),this.autoShowObserver.observe(document,{subtree:!0,childList:!0})}loadSubtitleWithFetch(e,n){return this.loadSubtitle(e,n)}async loadSubtitle(e,n){try{let r=await this.fetchSubtitle(e,n);if(!r)return null;let a=fa(r),i=await Pl(a.subtitles.map(o=>o.text).join(" "));return nt(he(i),this.ctx.targetLanguage)||(this.subtitleMap[i]=a,i===this.currentLang&&this.attachMultiSubtitle(i)),null}catch(r){return B.error(r),null}}attachMultiSubtitle(e){if(!e||e=="auto"||!this.config.attachRule?.appendSelector)return;let n=this.subtitleMap[e];n&&(qe(this.ctx,e),qr(this.ctx,this.config.attachRule?.appendSelector||"",{videoSelector:this.config.videoSelector||"video",subtitleItems:n.subtitles,ctx:this.ctx,lang:e}))}async fetchSubtitle(e,n){let r=await fetch(e,n);if(!r.ok)throw new Error("request subtitle error");return(await r.text()||"").replace(/\r\n/g,` `)}},JT={af:"Afrikaans",am:"Amharic",ar:"Arabic",auto:"Automatic",az:"Azerbaijani",be:"Belarusian",bg:"Bulgarian",bn:"Bengali",bs:"Bosnian",ca:"Catalan",ceb:"Cebuano",co:"Corsican",cs:"Czech",cy:"Welsh",da:"Danish",de:"German",el:"Greek",en:"English",eo:"Esperanto",es:"Spanish",et:"Estonian",eu:"Basque",fa:"Persian",fi:"Finnish",fil:"Filipino",fj:"Fijian",fr:"French",fy:"Frisian",ga:"Irish",gd:"Scots Gaelic",gl:"Galician",gu:"Gujarati",ha:"Hausa",haw:"Hawaiian",he:"Hebrew",hi:"Hindi",hmn:"Hmong",hr:"Croatian",ht:"Haitian Creole",hu:"Hungarian",hy:"Armenian",id:"Indonesian",ig:"Igbo",is:"Icelandic",it:"Italian",ja:"Japanese",jw:"Javanese",ka:"Georgian",kk:"Kazakh",km:"Khmer",kn:"Kannada",ko:"Korean",ku:"Kurdish",ky:"Kyrgyz",la:"Latin",lb:"Luxembourgish",lo:"Lao",lt:"Lithuanian",lv:"Latvian",mg:"Malagasy",mi:"Maori",mk:"Macedonian",ml:"Malayalam",mn:"Mongolian",mr:"Marathi",ms:"Malay",mt:"Maltese",mww:"Hmong Daw",my:"Burmese",ne:"Nepali",nl:"Dutch",no:"Norwegian",ny:"Nyanja (Chichewa)",otq:"Quer\xE9taro Otomi",pa:"Punjabi",pl:"Polish",ps:"Pashto",pt:"Portuguese","pt-br":"Portuguese (Brazil)",ro:"Romanian",ru:"Russian",sd:"Sindhi",si:"Sinhala (Sinhalese)",sk:"Slovak",sl:"Slovenian",sm:"Samoan",sn:"Shona",so:"Somali",sq:"Albanian",sr:"Serbian","sr-Cyrl":"Serbian (Cyrillic)","sr-Latn":"Serbian (Latin)",st:"Sesotho",su:"Sundanese",sv:"Swedish",sw:"Swahili",ta:"Tamil",te:"Telugu",tg:"Tajik",th:"Thai",tlh:"Klingon","tlh-Qaak":"Klingon (pIqaD)",to:"Tongan",tr:"Turkish",ty:"Tahitian",ug:"Uyghur",uk:"Ukrainian",ur:"Urdu",uz:"Uzbek",vi:"Vietnamese",wyw:"Welayta",xh:"Xhosa",yi:"Yiddish",yo:"Yoruba",yua:"Yucatec Maya",yue:"Cantonese",bo:"Tibetan",sa:"Sanskrit","zh-CN":"Chinese (Simplified)","zh-TW":"Chinese (Traditional)",zu:"Zulu"};function Tk(t){if(!t)return null;let e={};return Object.keys(JT).forEach(n=>{let r=JT[n];e[r]=n}),e[t]}d();d();var fo=class extends ba{mutationVideoChange(){let e=this.config,n=document,r=null;this.autoShowObserver&&this.autoShowObserver.disconnect(),e.videoPlayerSelector&&(this.autoShowObserver=new MutationObserver(()=>{let a=n.querySelector(e.videoPlayerSelector),i=a?.querySelector("source"),o="";i?o=i.getAttribute("src")||"":o=a?.getAttribute("src")||"",a?.textTracks.length&&(o&&o!==this.videoSrc||r&&r!=a)&&(r=a,this.videoSrc=o,!(e.videoADSelector&&document.querySelector(e.videoADSelector))&&this.isEnableSubtitle()&&this.mutationSubtitleChange(a))}),this.autoShowObserver.observe(n,{subtree:!0,childList:!0}))}mutationSubtitleChange(e){if(!e)return;this.removeCueChangeListeners.forEach(a=>a()),e?.textTracks?.length&&qe(this.ctx,he(e.textTracks[0].language),`${this.ctx.rule.id}_text_track_dynamic`),[...e.textTracks].forEach(a=>{this.handleTextTracks(a)})}handleTextTracks(e){let n=r=>{B.debug("handEvent",r.target);let a=[...e.cues||[]];if(!a.length)return;let i=a.filter(o=>!o.isTranslated);i.forEach(o=>o.isTranslated=!0),this.translateSubtitle(i,he(e.language))};e.addEventListener("cuechange",n),this.removeCueChangeListeners.push(()=>e.removeEventListener("cuechange",n))}};var Bc=class extends fo{constructor(e){super(e),new mo(e)}};d();d();d();d();d();var Qg=class{name;helper;build;detect;parse;constructor({name:e,build:n,detect:r,helper:a,parse:i}){this.name=e,this.helper=a,this.build=n,this.detect=o=>{if(typeof o!="string")throw new Error("Expected string content!");return r(o)},this.parse=(o,s)=>{if(typeof o!="string")throw new Error("Expected string content!");return i(o,s)}}},Kt=t=>new Qg(t);d();var yk="ssa",ei={toMilliseconds:t=>{let e=/^\s*(\d+:)?(\d{1,2}):(\d{1,2})(?:[.,](\d{1,3}))?\s*$/.exec(t);if(!e)throw new Error(`Invalid time format: ${t}`);let n=e[1]?parseInt(e[1].replace(":","")):0,r=parseInt(e[2]),a=parseInt(e[3]),i=e[4]?parseInt(e[4]):0;return n*3600*1e3+r*60*1e3+a*1e3+i*10},toTimeString:t=>{let e=Math.floor(t/1e3/3600),n=Math.floor(t/1e3/60%60),r=Math.floor(t/1e3%60),a=Math.floor(t%1e3/10);return`${e}:${n<10?"0":""}${n}:${r<10?"0":""}${r}.${a<10?"0":""}${a}`}},Jg=(t,e)=>{let n,r=null,a=[],i=e.eol||`\r -`,o=t.split(/\r?\n\s*\n/);for(let s=0;sI.split(S,y).join(S).length)(b,",",r.length-1)+1;E.content=b.substring(M),E.data.Text=E.content,E.text=E.content.replace(/\\N/g,i).replace(/\{[^}]+\}/g,""),a.push(E)}}}}}e.verbose}return a},Zg=(t,e)=>{let n=e.eol||`\r +`,o=t.split(/\r?\n\s*\n/);for(let s=0;sI.split(S,v).join(S).length)(b,",",r.length-1)+1;E.content=b.substring(M),E.data.Text=E.content,E.text=E.content.replace(/\\N/g,i).replace(/\{[^}]+\}/g,""),a.push(E)}}}}}e.verbose}return a},Zg=(t,e)=>{let n=e.eol||`\r `,r=e.format==="ass",a=t.find(l=>l.type=="meta"),i=typeof a?.data=="object"?a.data:null,o=t.find(l=>l.type=="style"),s=typeof o?.data=="object"?o.data:null,u="";u+=`[Script Info]${n}`,u+=`ScriptType: ${i?.ScriptType||`v4.00${r?"+":""}${n}`} `,i?.WrapStyle&&(u+=`WrapStyle: ${i?.WrapStyle}${n}`),i?.ScaledBorderAndShadow&&(u+=`ScaledBorderAndShadow: ${i?.ScaledBorderAndShadow}${n}`),u+=`Collisions: Normal${n}`,u+=n,r?(u+=`[V4+ Styles]${n}`,u+=`Format: Name, Fontname, Fontsize, PrimaryColour, SecondaryColour, OutlineColour, BackColour, Bold, Italic, Underline, StrikeOut, ScaleX, ScaleY, Spacing, Angle, BorderStyle, Outline, Shadow, Alignment, MarginL, MarginR, MarginV, Encoding${n}`,u+=`Style: ${s?.Name||"DefaultVCD"}, ${s?.Fontname||"Arial"},${s?.Fontsize||"28"},${s?.PrimaryColour||"&H00B4FCFC"},${s?.SecondaryColour||"&H00B4FCFC"},${s?.OutlineColour||"&H00000008"},${s?.BackColour||"&H80000008"},${s?.Bold||"-1"},${s?.Italic||"0"},${s?.Underline||"0"},${s?.StrikeOut||"0"},${s?.ScaleX||"100"},${s?.ScaleY||"100"},${s?.Spacing||"0.00"},${s?.Angle||"0.00"},${s?.BorderStyle||"1"},${s?.Outline||"1.00"},${s?.Shadow||"2.00"},${s?.Alignment||"2"},${s?.MarginL||"30"},${s?.MarginR||"30"},${s?.MarginV||"30"},${s?.Encoding||"0"}${n}`):(u+=`[V4 Styles]${n}`,u+=`Format: Name, Fontname, Fontsize, PrimaryColour, SecondaryColour, TertiaryColour, BackColour, Bold, Italic, BorderStyle, Outline, Shadow, Alignment, MarginL, MarginR, MarginV, AlphaLevel, Encoding${n}`,u+=`Style: DefaultVCD, Arial,28,11861244,11861244,11861244,-2147483640,-1,0,1,1,2,2,30,30,30,0,0${n}`),u+=n,u+=`[Events]${n}`,u+=`Format: ${r?"Layer":"Marked"}, Start, End, Style, Name, MarginL, MarginR, MarginV, Effect, Text${n}`;for(let l=0;l/^\s*\[Script Info\]\r?\n/.test(t)&&/\s*\[Events\]\r?\n/.test(t)?t.indexOf("[V4+ Styles]")>0?"ass":"ssa":!1,ZT=Kt({name:yk,build:Zg,detect:Xg,helper:ei,parse:Jg});var vk="ass",XT=Kt({name:vk,build:Zg,detect:Xg,helper:ei,parse:Jg});d();var Sk="json",xk=(t,e)=>JSON.parse(t),Ek=(t,e)=>JSON.stringify(t,void 0,2),Ck=t=>{try{let e=JSON.parse(t);return Array.isArray(e)&&e.length>0&&typeof e[0]=="object"}catch{return!1}},ey=Kt({name:Sk,build:Ek,detect:Ck,parse:xk});d();var wk="lrc",em={toMilliseconds:t=>{let e=/^\s*(\d+):(\d{1,2})(?:[.,](\d{1,3}))?\s*$/.exec(t);if(!e)throw new Error(`Invalid time format: ${t}`);let n=parseInt(e[1]),r=parseInt(e[2]),a=e[3]?parseInt(e[3]):0;return n*60*1e3+r*1e3+a*10},toTimeString:t=>{let e=Math.floor(t/1e3/60),n=Math.floor(t/1e3%60),r=Math.floor(t%1e3);return`${(e<10?"0":"")+e}:${n<10?"0":""}${n}.${r<100?"0":""}${r<10?"0":Math.floor(r/10)}`}},Dk=(t,e)=>{let n=null,r=[],a=t.split(/\r?\n/);for(let i=0;i{let n="",r=!1,a=e.eol||`\r `;for(let i=0;i/\r?\n\[\d+:\d{1,2}(?:[.,]\d{1,3})?\].*\r?\n/.test(t),ty=Kt({name:wk,build:Ak,detect:kk,helper:em,parse:Dk});d();var Pk="sbv",Ns={toMilliseconds:t=>{let e=/^\s*(\d{1,2}):(\d{1,2}):(\d{1,2})(?:[.,](\d{1,3}))?\s*$/.exec(t);if(!e)throw new Error(`Invalid time format: ${t}`);let n=parseInt(e[1]),r=parseInt(e[2]),a=parseInt(e[3]),i=e[4]?parseInt(e[4]):0;return n*3600*1e3+r*60*1e3+a*1e3+i},toTimeString:t=>{let e=Math.floor(t/1e3/3600),n=Math.floor(t/1e3/60%60),r=Math.floor(t/1e3%60),a=Math.floor(t%1e3);return`${(e<10?"0":"")+e}:${n<10?"0":""}${n}:${r<10?"0":""}${r}.${a<100?"0":""}${a<10?"0":""}${a}`}},Lk=(t,e)=>{let n=[],r=e.eol||`\r `,a=t.split(/\r?\n\s*\n/);for(let i=0;i>[^:]+:\s*/g,""),n.push(u);continue}e.verbose}return n},_k=(t,e)=>{let n="",r=e.eol||`\r @@ -5684,11 +5684,11 @@ ${s}`)}),ha(e)}async getHumanSubtitleUrls(e,n){if(!n)return null;let r=n.find(s= `),pageLangs:[ht(),"en"]});return nt(he(o),this.ctx.targetLanguage)?null:(qe(this.ctx,he(o)),(await this._translateSubtitle(i.map(u=>u.textContent||""),he(o))).forEach((u,l)=>{i[l].textContent=u}),new XMLSerializer().serializeToString(a))}catch(r){return B.error(r),null}finally{this.hideSubtitleLoading()}}async fetchSubtitle(e,n){let r=await fetch(e,n);if(!r.ok)throw new Error("request subtitle error");return(await r.text()||"").replace(/\r\n/g,` `)}parseFromXml(e){if(!this.config.xmlTextSelector)throw new Error("xml text selector is required");let n=new DOMParser().parseFromString(e,"text/xml"),r=[...n.querySelectorAll(this.config.xmlTextSelector)];return{doc:n,subtitles:r}}};d();var Oc=class extends je{hasSubtitle=!1;async mutationVideoChange(){let e=Qk(location.href,document,this.config.avSerial);if(!e)return;let n=this.config.avSerial?.serialAttachIframe;if(n){let a=document.querySelector(n);if(!a)return;let i=new URL(a.getAttribute("src")||"");i.searchParams.set("code",e),a.setAttribute("src",i.toString());return}let r=await this.fetchSubtitle(e);r&&(qe(this.ctx,"ja","av"),this.hasSubtitle=!0,qr(this.ctx,this.config.attachRule?.appendSelector||"",{videoSelector:this.config.videoSelector||"video",subtitleItems:r,ctx:this.ctx,lang:"ja"}))}isShowQuickButton(){return Promise.resolve(this.hasSubtitle)}async fetchSubtitle(e){try{let n=await ce({url:`https://subhub.weixin.so/missav/${e}`,responseType:"text"});if(!n)throw new Error("request subtitle error");return js.parse(n,{format:"vtt"}).map(a=>({...a,start:a.start/1e3,end:a.end/1e3}))}catch(n){B.error("fetchSubtitle",n);return}}};function Qk(t,e,n){if(!n)return;let r;if(n.type==="url"&&(r=t),n.type=="selector"&&n.selector&&(r=e?.querySelector(n.selector)?.textContent),!!r){if(n.regexStr){let a=r.match(new RegExp(n.regexStr));if(a)return a[1]||a[0]}return r.toLowerCase()}}var Jk={youtube:Sc,netflix:xc,webvtt:go,khanacademy:Ec,bilibili:Cc,udemy:wc,hulu:Fc,text_track:ba,text_track_dynamic:fo,general:Dc,live:mo,ebutt:Pc,disneyplus:Lc,"fmp4.xml":_c,multi_attach_vtt:Mc,twitter:Bc,subsrt:Ic,xml:Rc,av:Oc},zc;function cy(t){try{let e=t.rule.subtitleRule;if(e.disabled||!e.type)return;let n=Jk[e.type];if(!n)return;zc=new n(t)}catch(e){B.error(e)}}async function am(){zc?.onPageStatusChange()}async function Zk(t,e){if(zc?.autoEnableSubtitleChanged(),e&&e.trigger==="popup"&&He())return;let n={auto_enable_subtitles:t.rule.subtitleRule.autoEnableSubtitle?"1":"0",video_platform:t.rule.id||""};e&&e.trigger&&(n.trigger=e.trigger),ot("auto_enable_subtitles_changed",[{name:"auto_enable_subtitles_changed",params:n}],t)}async function Xk(){zc?.onTranslationModeChanged()}U3({autoEnableSubtitleChanged:Zk,reloadSubtitleWithTranslationModeChanged:Xk});var pe=null;function Hs(){return pe||null}function ho(t){e5(t),s5(t),a5(t),o5(t),io(document,t),gn("Translated"),i5(pe),r5(pe),xT(ti),t5(pe),am(),f5()}function e5(t){if(t.state.translationArea==="main"&&t.rule.initialSelectorGlobalAttributes){let e=on(t);mT(document.body,t.rule.initialSelectorGlobalAttributes,t.rule.asideMaxTextCount,t.rule.asideMaxWordCount,t.rule.asideMaxTextCountPerParagraph,t.rule.asideMaxWordCountPerParagraph,e)}oo(t)&<(document.documentElement,me+"_rtl",t.targetLanguage)}function t5(t){ET(t)}function n5(){CT()}function r5(t){t.ctx.isMutationTranslationExcludeUrl||t.dynamicContainerObserver?.observe(document.body,{subtree:!0,childList:!0,characterData:!0});let{bodyNode:e,articleNode:n,bodyIsRoot:r}=lT(t.ctx);if(B.debug("bodyIsRoot",r,"bodyNode",e,"articleNode",n),t.ctx.bodyNode=e,t.ctx.articleNode=n,e&&Ja(e,t),r)return;let a=[];t.ctx.rule.mainFrameSelector&&(a=[...document.querySelectorAll(t.ctx.rule.mainFrameSelector||"")]),a.length<=0&&(a=[document.body]),a.forEach(i=>{Ja(i,t)})}async function a5(t){if(!t.state.isAutoTranslate&&t.config.tempTranslateDomainMinutes>0){let e=await Zt(),n=Date.now(),a=new URL(t.url).hostname,i=e.tempTranslationUrlMatches||[],o=i.findIndex(u=>u.match===a&&u.expiredAt>n),s=!1;o>-1||(i.push({match:a,expiredAt:n+t.config.tempTranslateDomainMinutes*60*1e3}),s=!0),s&&await Xt({...e,tempTranslationUrlMatches:[...i]})}}function i5(t){t.ctx.rule.isTranslateTitle&&(kg(t.ctx),t.titleDynamicObserver=bT(t.ctx))}function o5(t){if(t.rule.normalizeBody&&document.querySelector(t.rule.normalizeBody)){let n=document.body.innerHTML;document.body.innerHTML="",document.body.innerHTML=n}}function im(t){if(!pe)return;let e=on(t);pe.rule={excludeSelectors:e.excludeSelectors||[],selectors:e.selectors||[]},pe.containerRule={pageHeight:screen.availHeight,selectors:e.selectors},pe.translationService=t.translationService,pe.urlChangeDelay=t.rule.urlChangeDelay,pe.immediateTranslateCapacity=t.state.immediateTranslationTextCount,pe.translateState=t.state.translationMode||t.config.translationMode||"dual"}function s5(t){let e=ms();pe&&(e=pe.id),pe=pe||{},pe.ctx=t,pe.id=e,pe.paragraphQueue=pe.paragraphQueue||[],im(t),pe.currentUrl=window.location.href,pe.paragraphEntities=pe.paragraphEntities||{},pe.autoIncreaseParagraphId=pe.autoIncreaseParagraphId||1,pe.interruptEffectDOM=!1,pe.observeContainers=pe.observeContainers||[],pe.observeParagraphs=pe.observeParagraphs||[],pe.dynamicContainerObserver=pe.dynamicContainerObserver||g5(pe),pe.ignoreResizeObserver=pe.ignoreResizeObserver||m5(pe),pe.containerVisibleObserver=pe.containerVisibleObserver||c5(pe),pe.paragraphVisibleObserver=pe.paragraphVisibleObserver||d5(pe),pe.injectCssToDocument=Nc,pe.walkContainer=Ur,pe.allInlineWindows=[window],window.onerror=l5(pe,t),window.immersiveTranslateSwitchTranslateState=sm.bind(pe)}function my(t,e){e.getRootNode()instanceof ShadowRoot?Nc(e.getRootNode(),t):Nc(e.ownerDocument,t),u5(t)}function u5(t){pe||(pe={},pe.ctx=t,pe.id=ms(),om(pe,t))}function om(t,e){t.paragraphQueue=[],t.injectCssToDocument=Nc;let n=on(e);return t.rule={excludeSelectors:n.excludeSelectors,selectors:n.selectors||[]},t.translationService=e.mouseHoverTranslationService,t.currentUrl=window.location.href,t.paragraphEntities={},t.autoIncreaseParagraphId=1,t.interruptEffectDOM=!1,t.urlChangeDelay=e.rule.urlChangeDelay,t.translateState=e.state.translationMode||e.config.translationMode||"dual",t.observeContainers=[],t.observeParagraphs=[],t.allInlineWindows=[window],window.switchTranslateState=sm.bind(t),t}function ti(t=!0){pe&&(gn("Original"),am(),n5(),Rs(),pe.interruptEffectDOM=!0,pe.ignoreResizeObserver?.disconnect(),pe.dynamicContainerObserver?.disconnect(),pe.containerVisibleObserver?.disconnect(),pe.paragraphVisibleObserver?.disconnect(),pe.titleDynamicObserver?.disconnect(),TT(pe.ctx),Q1(),J1(),t&&sm.call(pe,"original"),Object.values(pe.paragraphEntities).forEach(e=>{e.commonAncestorContainer.paragraphs=null}),pe=null)}function l5(t,e){t.interruptEffectDOM=!1;let n;return function(r){let a=r.message,i=!1;return a?.indexOf("Minified React error")>=0&&(i=!0),i&&(clearTimeout(n),ti(),n=setTimeout(()=>{ho(e)},t.urlChangeDelay||2e3)),!0}}function c5(t){return new IntersectionObserver((e,n)=>{t.interruptEffectDOM||e.forEach(r=>{r.intersectionRatio>0&&(Fg(t,r.target),n.unobserve(r.target))})})}function d5(t){return new IntersectionObserver((e,n)=>{t.interruptEffectDOM||e.forEach(r=>{if(r.intersectionRatio>0){let a=r.target;(a.paragraphs||[]).forEach(o=>{Mg(t,o)}),n.unobserve(a)}})})}var dy;function p5(t){if(t.urlChangeDelay<=0)return!1;let n=(window.location.href||"").split("#")[0];return t.currentUrl.split("#")[0]!=n?(clearTimeout(dy),t.translateState=="original"?!1:(ti(t.urlChangeDelay>20),dy=setTimeout(()=>{let a=t.ctx;ho(a)},t.urlChangeDelay),!0)):!1}function g5(t){let e=t.ctx.rule,n=on(t.ctx);return new MutationObserver(r=>{if(!(e.mutationConfig.enableUrlChange&&p5(t))&&!t.interruptEffectDOM){for(let a of r)if(a.target.nodeType!=Node.COMMENT_NODE)try{if(e.mutationObserverLimitTargetSelectors.length>0&&!Cn(a.target,e.mutationObserverLimitTargetSelectors)||e.mutationExcludeSelectors.length>0&&Cn(a.target,e.mutationExcludeSelectors))continue;let i=a.target;if(a.type=="characterData"){let u=i.parentElement,l=1;for(;u&&!u.recordLength&&l<=5;){if(u.classList?.contains(Qu)){u=null;break}u=u?.parentElement,l++}u?.recordLength&&u.recordLength!==u.innerHTML.length&&py(t,n,u);continue}if(e.mutationConfig.checkSelfUpdate&&zg(a))continue;if(i.recordLength){i.recordLength!==i.innerHTML.length&&py(t,n,i);continue}if((a.addedNodes||[]).length<=0||a.target.nodeType!==Node.ELEMENT_NODE||!pt.isSkipMarkEle(a.target)&&!pt.isMarked(a.target,t.id)&&a.target.nodeName!=="BODY"&&!a.target.timer)continue;if(!la(i,{blockSelectors:n.blockSelectors,extraInlineSelectors:n.extraInlineSelectors,extraBlockSelectors:n.extraBlockSelectors,atomicBlockSelectors:n.atomicBlockSelectors},window.getComputedStyle(i))){let u=Yi(n,i.parentElement);u&&(pt.clearToParentMark(i,u),gy(t,u));continue}[...a.addedNodes].filter(u=>u.nodeType==Node.COMMENT_NODE||u.immersive||Gt(u,[...t.ctx.rule.mutationExcludeSelectors,"."+yt])?!1:i.contains(u)).length&&gy(t,a.target)}catch(i){B.error(i)}}})}function py(t,e,n){let r=t.ctx.rule;for(let o of r.mutationExcludeContainsSelectors)if(n.querySelector(o))return;if(Gt(n,r.mutationExcludeContainsSelectors))return;let a=r.mutationConfig.consumeTimeout||100,i=n;clearTimeout(i.timer),i.timer=setTimeout(()=>{Og(n),Ur({id:t.id,container:n,filterRule:e,force:!0,onParagraph:o=>{Za(t,o,!0)},onFrame:()=>{},onIgnoreElement:()=>{}}),i.timer=null},a)}function gy(t,e,n=!0){let a=t.ctx.rule.mutationConfig.buildTimeout||100,i=e;pt.clearMark(i),clearTimeout(i.timer),i.timer=setTimeout(()=>{Ja(e,t,n),i.timer=null},a)}function Og(t){t.paragraphs=[],pt.clearMark(t),t.querySelectorAll("."+yt).forEach(e=>{e.remove()}),t.querySelectorAll("[data-immersive_translate_walked]").forEach(e=>{e.paragraphs=void 0,pt.clearMark(e)}),t.recordLength?t.recordLength=t.innerHTML.length:t.recordLength=void 0}function zg(t){return[...t.addedNodes,...t.removedNodes].filter(n=>!(n.immersive||Gt(n,["."+yt]))).length==0}function m5(t){return new ResizeObserver((e,n)=>{if(!t.interruptEffectDOM)for(let r of e){if(r.target.nodeType!==Node.ELEMENT_NODE)return;let a=r.target,i=globalThis.getComputedStyle(a);Dg(i)||(n.unobserve(r.target),pt.clearMark(a),Ja(a,t))}})}function sm(t){this.translateState=t,Object.values(this.paragraphEntities).forEach(e=>{Is(e,t)}),t=="original"&&document.querySelectorAll(`.${yt}`).forEach(e=>e.remove())}function Nc(t,e){if(t instanceof HTMLIFrameElement){io(t.contentDocument,e);return}io(t,e)}async function fy(t){let e=He(),n="auto";if(ye()){let r="";t.rule.pageType=="ebookReader"||t.rule.pageType=="ebookBuilder"?(r=vp(t.mainFrame),n=await Ie({text:r,pageLangs:["en"]})):(r=Ui(t.mainFrame).slice(0,1e3),n=await Ie({text:r,pageLangs:[ht(),"en"]}))}else if(e)n=await Ie({text:Ui(t.mainFrame).slice(0,1e3),pageLangs:[ht(),"en"]});else if(t.rule.pageType=="ebookReader"||t.rule.pageType=="ebookBuilder"){let r="";r=vp(t.mainFrame),n=await Ie({text:r,pageLangs:["en"]})}else n=await H3();return n==="auto"&&(n=await hT()),O3(n),n}async function hy(){if(!pe)return;Rs(),document.dispatchEvent(new CustomEvent(_t,{detail:JSON.stringify({type:"retryFailedParagraphsStart",payload:{}})}));let t=pe.paragraphEntities,e=Object.keys(t);for(let n of e){let r=t[n];if(r.error){pe.paragraphQueue.push(n);let i=r.commonAncestorContainer.querySelector(`[${$u}='${n}']`);i&&i.remove()}}pc.call(pe,pe.ctx)}async function um(t,e){let n={};t&&t.detail?.trigger&&(n.trigger=t.detail.trigger),ot("share_to_draft",[{name:"share_to_draft",params:n}],{...e,sourceLanguage:vt()});let r=pe?.ctx||e,a=await Zt(),i=document.head.cloneNode(!0),s=document.body.cloneNode(!0),u=r.rule.shareConfig;[...u?.removeSelectors||[]].forEach(g=>{[...i?.querySelectorAll(g),...s?.querySelectorAll(g)].forEach(f=>{f.nodeName.toLowerCase()=="script"&&f.type=="application/ld+json"||f.remove()})});let c=u.injectCss?n2():"",p="";globalThis.document.documentElement.getAttributeNames().forEach(g=>{p+=`${g}="${globalThis.document.documentElement.getAttribute(g)}" `});let m="";globalThis.document.body.getAttributeNames().forEach(g=>{m+=`${g}="${globalThis.document.body.getAttribute(g)}" `});try{a.draft={url:globalThis.location.href,title:document.title,source_lang:r.sourceLanguage,target_lang:r.targetLanguage,content:` ${i.innerHTML} - ${s.innerHTML}`.replaceAll('data-immersive-translate-translation-element-mark="1"',"dim_m='1'").replace(/data-immersive-translate-walked=\".+?\"/g,"dim_w='1'").replace(/data-on-parse-paragraph=\".+?\"/g,"").replace(/data-consume-paragraph=\".+?\"/g,"").replace(/data-consume-container=\".+?\"/g,"").replace(/immersive-translate-target-([a-z\-]+)/g,(b,h)=>"imt_"+h.replaceAll("translation","t"))},await Xt(a);let f=Me().SHARE_DRAFT_URL,T=r.rule;if(T.shareConfig?.sharePath){let b=new URL(f);b.pathname=T.shareConfig.sharePath,f=b.toString()}Ri(f)}catch(g){B.error(g)}}async function by(){let t=await Zt();t.draft&&globalThis.document.dispatchEvent(new CustomEvent(Q4,{detail:JSON.stringify(t.draft)}))}async function f5(){try{if(await bl("reportActive"))return;B.debug("\u672A\u6FC0\u6D3B\u8FC7");let e=await Pp();await ce({url:ns+"/v1/user/campaign-info-translated/"+e,method:"POST",headers:{"content-type":"application/json"}}),ps("reportActive","1")}catch(t){B.error(t)}}d();d();var Ty={"zh-CN":{"languages.en":"\u82F1\u8BED","languages.ja":"\u65E5\u8BED","languages.ko":"\u97E9\u8BED","languages.es":"\u897F\u73ED\u7259\u8BED","languages.fr":"\u6CD5\u8BED","languages.de":"\u5FB7\u8BED","languages.it":"\u610F\u5927\u5229\u8BED","languages.pt":"\u8461\u8404\u7259\u8BED","languages.ru":"\u4FC4\u8BED","languages.wyw":"\u6587\u8A00\u6587","languages.":"\u5168\u90E8"},"zh-TW":{"languages.en":"\u82F1\u8A9E","languages.ja":"\u65E5\u8A9E","languages.ko":"\u97D3\u8A9E","languages.es":"\u897F\u73ED\u7259\u8A9E","languages.fr":"\u6CD5\u8A9E","languages.de":"\u5FB7\u8A9E","languages.it":"\u610F\u5927\u5229\u8A9E","languages.pt":"\u8461\u8404\u7259\u8A9E","languages.ru":"\u4FC4\u8A9E","languages.wyw":"\u6587\u8A00\u6587","languages.":"\u5168\u90E8"}},yy={...Nt,"zh-CN":{...Ty["zh-CN"],...Nt["zh-CN"]},"zh-TW":{...Ty["zh-TW"],...Nt["zh-TW"]}},vy=yy;function bo(t,e,n){return mr(yy,t,e,pr,n)}var Ta=(t,e,n,r)=>{let a=db[t]||t,i=pb[t],o=gb[t],s={"zh-CN":i,"zh-TW":o,en:a};if(n)return s[t]?s[t]:a;if(s[e]){let u=s[e];return r||t==="auto"||t==="placeholder"?u:`${u} (${a})`}else return a};d();function lm(t){let e=t.shortcuts||{},r=Object.keys(e).reduce((i,o)=>(i[e[o]]=o,i),{}),a=Object.keys(r);for(let i of a){let o=i.replace(/MacCtrl/ig,"Ctrl");o&&vn(o,s=>{s.preventDefault();let u=r[i];_n({method:u,data:{trigger:"shortcut"}})})}}d();d();d();d();var Sy=`${Q}-float-ball`;function ya(t){return t.type=="logo"?w("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",width:"24",height:"24",class:`${Sy}-logo-img`,children:[w("path",{fill:"none",d:"M0 0h24v24H0z"}),w("path",{d:"M5 15v2a2 2 0 0 0 1.85 1.995L7 19h3v2H7a4 4 0 0 1-4-4v-2h2zm13-5l4.4 11h-2.155l-1.201-3h-4.09l-1.199 3h-2.154L16 10h2zm-1 2.885L15.753 16h2.492L17 12.885zM8 2v2h4v7H8v3H6v-3H2V4h4V2h2zm9 1a4 4 0 0 1 4 4v2h-2V7a2 2 0 0 0-2-2h-3V3h3zM6 6H4v3h2V6zm4 0H8v3h2V6z",fill:"rgba(255,255,255,1)"})]}):t.type=="close"?w("svg",{width:"14",height:"14",viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:[w("g",{"clip-path":"url(#clip0_2589_9951)",children:w("path",{d:"M7 14C5.14348 14 3.36301 13.2625 2.05025 11.9497C0.737498 10.637 0 8.85652 0 7C0 5.14348 0.737498 3.36301 2.05025 2.05025C3.36301 0.737498 5.14348 0 7 0C8.85652 0 10.637 0.737498 11.9497 2.05025C13.2625 3.36301 14 5.14348 14 7C14 8.85652 13.2625 10.637 11.9497 11.9497C10.637 13.2625 8.85652 14 7 14ZM4.183 5.064L6.118 7L4.183 8.936C4.12409 8.99361 4.07719 9.06234 4.04502 9.1382C4.01285 9.21406 3.99605 9.29554 3.99559 9.37794C3.99513 9.46034 4.01101 9.54201 4.04234 9.61823C4.07366 9.69444 4.11978 9.76369 4.17805 9.82195C4.23631 9.88022 4.30556 9.92634 4.38177 9.95766C4.45799 9.98898 4.53966 10.0049 4.62206 10.0044C4.70446 10.004 4.78594 9.98715 4.8618 9.95498C4.93766 9.92281 5.00639 9.87591 5.064 9.817L7 7.882L8.936 9.817C9.05327 9.93168 9.21104 9.99548 9.37506 9.99457C9.53908 9.99365 9.69612 9.92809 9.8121 9.8121C9.92809 9.69612 9.99365 9.53908 9.99457 9.37506C9.99548 9.21104 9.93168 9.05327 9.817 8.936L7.882 7L9.817 5.064C9.87591 5.00639 9.92281 4.93766 9.95498 4.8618C9.98715 4.78594 10.004 4.70446 10.0044 4.62206C10.0049 4.53966 9.98898 4.45799 9.95766 4.38177C9.92634 4.30556 9.88022 4.23631 9.82195 4.17805C9.76369 4.11978 9.69444 4.07366 9.61823 4.04234C9.54201 4.01101 9.46034 3.99513 9.37794 3.99559C9.29554 3.99605 9.21406 4.01285 9.1382 4.04502C9.06234 4.07719 8.99361 4.12409 8.936 4.183L7 6.118L5.064 4.183C4.94673 4.06832 4.78896 4.00452 4.62494 4.00543C4.46092 4.00635 4.30388 4.07191 4.1879 4.1879C4.07191 4.30388 4.00635 4.46092 4.00543 4.62494C4.00452 4.78896 4.06832 4.94673 4.183 5.064Z",fill:"#B1B1B1","fill-opacity":"0.32"})}),w("defs",{children:w("clipPath",{id:"clip0_2589_9951",children:w("rect",{width:"14",height:"14",fill:"white"})})})]}):t.type=="setting"?w("svg",{width:"16",height:"16",viewBox:"0 0 16 16",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:w("path",{d:"M6.55741 0L9.06847 0.00329403C9.84824 0.00470579 10.4802 0.636235 10.4812 1.41647L10.4821 1.82588C10.9687 2.0278 11.4297 2.28671 11.8553 2.59718L12.1913 2.40329C12.516 2.21676 12.9013 2.1665 13.2629 2.26352C13.6246 2.36055 13.933 2.59695 14.1207 2.92094L15.3795 5.09365C15.5601 5.40546 15.6149 5.7744 15.5328 6.12523C15.4507 6.47606 15.2378 6.78235 14.9376 6.98165L14.8609 7.02871L14.5235 7.22353C14.5819 7.76273 14.5736 8.30708 14.4986 8.84424L14.7372 8.98259C15.0496 9.16307 15.2812 9.45606 15.3848 9.80165C15.4884 10.1472 15.456 10.5193 15.2944 10.8419L15.2553 10.9153L14.076 12.9576C13.8955 13.27 13.6025 13.5017 13.2569 13.6053C12.9113 13.7088 12.5392 13.6765 12.2167 13.5148L12.1433 13.4753L11.8172 13.2871C11.4074 13.5817 10.9651 13.8283 10.4991 14.0221L10.4995 14.5831C10.5 14.9434 10.3629 15.2904 10.1163 15.5532C9.86972 15.816 9.53215 15.9748 9.17247 15.9972L9.08306 16L6.57153 15.9967C6.19697 15.9961 5.83793 15.847 5.57312 15.5821C5.30831 15.3172 5.15932 14.9581 5.15883 14.5835L5.15788 13.9073C4.76852 13.7244 4.39771 13.5044 4.05059 13.2504L3.44918 13.5967C3.12448 13.7834 2.73902 13.8337 2.37726 13.7367C2.01551 13.6397 1.70698 13.4032 1.5193 13.0791L0.260473 10.9064C0.0799611 10.5945 0.0252226 10.2255 0.107423 9.87467C0.189623 9.52384 0.402569 9.21757 0.702826 9.01835L0.779062 8.97129L1.3913 8.61835C1.34424 8.17129 1.34188 7.71765 1.38706 7.26494L0.707532 6.87247C0.395061 6.69207 0.163305 6.39911 0.0596515 6.05351C-0.0440025 5.70791 -0.0117246 5.33577 0.149885 5.01318L0.189415 4.93976L1.36871 2.89741C1.54919 2.58502 1.84218 2.35337 2.18777 2.2498C2.53336 2.14624 2.90547 2.17859 3.228 2.34023L3.30141 2.37976L3.89436 2.72188C4.28027 2.42082 4.69854 2.1637 5.14141 1.95529L5.14047 1.41694C5.14001 1.05657 5.27707 0.709596 5.52367 0.446813C5.77028 0.184029 6.10786 0.0252343 6.46753 0.00282354L6.55741 0ZM6.55553 1.41506L6.55694 2.85271L5.74377 3.23576C5.39553 3.39906 5.06706 3.60094 4.764 3.83718L4.01247 4.424L2.62941 3.62494L2.59365 3.60518L1.41483 5.64753L2.88636 6.49694L2.79506 7.40612C2.75968 7.7598 2.76078 8.11619 2.79836 8.46965L2.8953 9.38541L1.48494 10.1976L2.7433 12.3704L4.14377 11.5647L4.88636 12.1087C5.15997 12.309 5.45231 12.4823 5.7593 12.6264L6.57106 13.008L6.57388 14.5816L9.08447 14.5849L9.08306 13.0791L9.95553 12.7158C10.3216 12.5635 10.6689 12.3698 10.9908 12.1384L11.7329 11.6047L12.8506 12.2499L14.0289 10.2075L12.9654 9.592L13.0972 8.64847C13.1561 8.22659 13.1628 7.79904 13.1169 7.37553L13.0181 6.45882L14.1555 5.80235L12.8967 3.62965L11.7645 4.28235L11.0214 3.74024C10.686 3.4956 10.3229 3.29152 9.93953 3.13224L9.06894 2.77082L9.06659 1.41835L6.55553 1.41506ZM9.37153 5.47624C10.0214 5.85201 10.4955 6.47036 10.6898 7.19547C10.8841 7.92058 10.7827 8.69316 10.4078 9.34353C10.2223 9.66543 9.97517 9.9476 9.68053 10.1739C9.38589 10.4002 9.04953 10.5662 8.69068 10.6623C8.33183 10.7585 7.95754 10.7829 7.58923 10.7343C7.22092 10.6856 6.86582 10.5648 6.54424 10.3788C5.89445 10.003 5.4204 9.38458 5.2262 8.65948C5.032 7.93438 5.13352 7.16184 5.50847 6.51153C5.69395 6.18963 5.94107 5.90746 6.23571 5.68117C6.53034 5.45488 6.86671 5.28891 7.22556 5.19275C7.58441 5.09659 7.9587 5.07213 8.32701 5.12077C8.69532 5.16942 9.05042 5.29021 9.372 5.47624H9.37153ZM6.73388 7.21835C6.54638 7.54388 6.49567 7.9305 6.5929 8.29336C6.69012 8.65623 6.92733 8.96571 7.25247 9.15388C7.41305 9.24679 7.59037 9.30712 7.77429 9.33143C7.9582 9.35574 8.14511 9.34355 8.32431 9.29556C8.50351 9.24757 8.67149 9.16472 8.81864 9.05174C8.96579 8.93877 9.08923 8.7979 9.18188 8.63718C9.55883 7.98353 9.356 7.15435 8.73435 6.74494L8.66377 6.70118L8.59035 6.66165C8.26834 6.49988 7.89663 6.46742 7.55145 6.57093C7.20626 6.67444 6.91375 6.90608 6.73388 7.21835Z",fill:"#6C6F73"})}):t.type==="file"?w("svg",{width:"18",height:"18",viewBox:"0 0 18 18",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:w("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M11.6861 1L15.2353 4.54635V7.11765V14.6471V15.5882C15.2353 15.9627 15.0866 16.3217 14.8218 16.5865C14.557 16.8513 14.198 17 13.8235 17H4.41176C4.03734 17 3.67825 16.8513 3.4135 16.5865C3.14874 16.3217 3 15.9627 3 15.5882V14.6471V7.11765V2.41176C3 2.03734 3.14874 1.67825 3.4135 1.4135C3.67825 1.14874 4.03734 1 4.41176 1H11.6861ZM11.8692 3.17882V4.74212H13.4334L11.8692 3.17882ZM4.41171 15.5882V14.647V2.41176H10.4574L10.4578 6.15341H13.8235V14.647V15.5882H4.41171ZM12.7739 7.51746H5.46094V8.6155H12.7739V7.51746ZM5.46094 9.98805H12.7739V11.0861H5.46094V9.98805ZM9.5127 12.36H5.46094V13.458H9.5127V12.36Z",fill:"#6C6F73"})}):t.type==="translated"?w("svg",{width:"11",height:"11",viewBox:"0 0 11 11",fill:"none",xmlns:"http://www.w3.org/2000/svg",class:`${Sy}-translated-img`,children:[w("circle",{cx:"5.5",cy:"5.5",r:"5.5",fill:"#68CD52"}),w("path",{d:"M1.40857 5.87858L2.24148 5.18962L4.15344 6.64214C4.15344 6.64214 6.33547 4.15566 9.00658 2.48145L9.32541 2.87514C9.32541 2.87514 6.28665 5.55844 4.71735 9.07881L1.40857 5.87858Z",fill:"white"})]}):t.type==="modal-close"?w("svg",{width:"20",height:"20",viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:w("path",{d:"M4.41083 4.41066C4.5671 4.25443 4.77902 4.16667 4.99999 4.16667C5.22096 4.16667 5.43289 4.25443 5.58916 4.41066L9.99999 8.82149L14.4108 4.41066C14.4877 4.33107 14.5797 4.26758 14.6813 4.22391C14.783 4.18023 14.8923 4.15724 15.003 4.15628C15.1136 4.15532 15.2234 4.1764 15.3258 4.21831C15.4282 4.26021 15.5212 4.32208 15.5995 4.40033C15.6777 4.47857 15.7396 4.57162 15.7815 4.67403C15.8234 4.77644 15.8445 4.88618 15.8435 4.99682C15.8426 5.10747 15.8196 5.21682 15.7759 5.31849C15.7322 5.42016 15.6688 5.51212 15.5892 5.58899L11.1783 9.99982L15.5892 14.4107C15.741 14.5678 15.825 14.7783 15.8231 14.9968C15.8212 15.2153 15.7335 15.4243 15.579 15.5788C15.4245 15.7333 15.2155 15.821 14.997 15.8229C14.7785 15.8248 14.568 15.7408 14.4108 15.589L9.99999 11.1782L5.58916 15.589C5.43199 15.7408 5.22149 15.8248 5.00299 15.8229C4.7845 15.821 4.57549 15.7333 4.42098 15.5788C4.26647 15.4243 4.17883 15.2153 4.17693 14.9968C4.17503 14.7783 4.25903 14.5678 4.41083 14.4107L8.82166 9.99982L4.41083 5.58899C4.2546 5.43272 4.16684 5.22079 4.16684 4.99982C4.16684 4.77885 4.2546 4.56693 4.41083 4.41066Z",fill:"#C4C4C4"})}):null}d();d();function xy(t,e,n){let r=[];n||(n={}),e!=="auto"&&!n[e]&&(n[e]={matches:[],excludeMatches:[]}),r=e!=="auto"?n[e].matches:[];let a={},i=Object.keys(n);for(let l of i){let p=n[l].matches;for(let m of p)a[m]||(a[m]=[]),a[m].push(l)}let o=a[t];if(o&&o.length>0)for(let l of o)n[l].matches.indexOf(t)>-1&&(n[l]={...n[l],matches:n[l].matches.filter(p=>p!==t)});let s=new Set(r);if(e==="auto")return{...n};s.add(t);let u=Array.from(s);return{...n,[e]:{...n[e],matches:u}}}d();d();function Ey(t,e=2e3){return n=>{let r,a=0;return i=>{++a==t&&(n(i),a=0),clearTimeout(r),r=setTimeout(()=>a=0,e)}}}d();var Uc="DROP_DOWN_DEFAULT_VALUE";function cm(t){let{showArrow:e,onSelected:n,className:r,menus:a,maxWidth:i,style:o}=t;r=r||"",e=e??!0,i=i||80;let s=$e(null);return w("select",{ref:s,autoComplete:"off",class:`min-select ${e?"":"min-select-no-arrow"} ${r||""}`,value:Uc,style:{maxWidth:`${i}px`,...o},onChange:u=>{u.preventDefault();let l=u.target.value;if(s.current&&l!==Uc){s.current.value=Uc,s.current?.dispatchEvent(new Event("change"));let c=a.find(p=>p.value===l);c&&n(c)}},children:[{value:Uc,label:t.label}].concat(a).map((u,l)=>w("option",{value:u.value,children:u.label},"option-"+l))})}d();d();function To(t,e){return t.localeCompare(e,void 0,{numeric:!0,sensitivity:"base"})>=0}var h5=({date:t})=>{let{t:e}=Ce(),[n,r]=se(!1);return Ae(()=>{setTimeout(()=>{r(!0)},5e3)},[]),n?null:w("p",{class:"text-sm",children:[e("Successfully synchronized with the latest official rules:")," ",new Date(t).toLocaleString()]})},b5=({minVersion:t})=>{let{t:e}=Ce();return w("p",{class:"text-sm",children:e("localVersionIsTooOld",{minVersion:t})})},T5=()=>{let{t}=Ce();return w("p",{class:"text-sm",dangerouslySetInnerHTML:{__html:t("badUserscriptBrowser",{1:"https://immersivetranslate.com/docs/installation/"})}})},y5=({message:t,handleSyncing:e,date:n})=>{let{t:r}=Ce();return w("p",{class:"text-sm",children:[r("failToSyncRules")," ",w("a",{onClick:e,children:r("retry")}),w("br",{}),r("failedReason"),"\uFF1A",t,w("br",{}),r("currentRuleVersion"),"\uFF1A",n]})};function dm(t){let{isShowError:e,request:n}=t,[r,a]=se(null),{t:i}=Ce(),[o,s]=se(null),[u,l]=se(null),[c,p]=se(""),[m,g]=se(!1),[f,T]=se(!1),[b,h]=se(!1),[E,D]=se(null),[M,I]=se(null),S=Ut(),y=async()=>{p("");let L=o;if(o===null)try{let A=await n({url:Zo});A?(s(A),L=A,g(!0)):(p(i("unknownError")),l(null))}catch(A){l(null),p(A.message);return}L!==null?(t.setStorageBuildinConfig(L),l(!1),a(L.buildinConfigUpdatedAt)):(p(i("canNotFetchRemoteRule")),l(null))};return Ae(()=>{Pn().then(L=>{let A=L.buildinConfigUpdatedAt;D(L);let v=new Date(A);if(a(A),S==="0.0.0"){h(!0);return}n({url:Zo}).then(O=>{let _=O,k=_.minVersion,N=S;s(_);let z=_.latestVersion;if(z&&(To(N,z)?I(!0):I(!1)),To(N,k)){let q=_.buildinConfigUpdatedAt;new Date(q)>v?(l(!0),y()):l(!1)}else T(!0),l(null)}).catch(O=>{l(null),p(O.message)})})},[]),Ae(()=>{Pn().then(L=>{D(L)})},[r]),E?w("div",{class:"text-sm mt-2",style:{maxWidth:218},children:b?w(T5,{}):c?e===!1?null:w(y5,{handleSyncing:y,message:c,date:r||""}):f?e===!1?null:w(b5,{minVersion:o.minVersion}):u===null||u===!0?null:m?w(h5,{date:r}):null}):null}d();function v5(){return navigator.userAgent.indexOf("Mac")!==-1}var Cy={Alt:"\u2325"};function qc(t=""){return v5()?Object.keys(Cy).reduce((e,n)=>e.replace(n,Cy[n]),t):t}d();function wy({config:t,isLogin:e,isProUser:n}){let{t:r}=Ce();return pl(t)?w("div",{}):w("div",{class:"flex items-center",children:[w("a",{class:"flex items-center text-decoration-none",target:"_blank",href:e?Xu:yb,children:[w("img",{src:e?WT:HT}),w("span",{class:"text-xs ml-2 text-label",children:r(e?"loggedIn":"notLogin")})]}),w("a",{title:r(n?"popup.openProForPro":"popup.openPro"),target:"_blank",class:"ml-2",href:n?Xu:vb,children:w("img",{src:n?qT:jT})})]})}d();function Dy({currentLang:t,ctx:e,onSetPageLanguage:n,setSettings:r}){let{t:a}=Ce();if(!e)return null;let i=sc(e.config.translationService,e.config.targetLanguage),o=kn;i.length<=30&&(o=i.indexOf("auto")>=0?i:["auto",...i]);let s=i.filter(u=>u!=="auto");return w("div",{class:"flex mt-4 items-center",children:[w(S5,{supportedLanguages:o,interfaceLanguage:e.config.interfaceLanguage,currentLang:t,value:e.sourceLanguage,onSelected:n}),w("img",{src:KT,style:{maxWidth:"unset"},class:"mx-2"}),w(x5,{supportedLanguages:s,interfaceLanguage:e.config.interfaceLanguage,value:e.config.targetLanguage,label:a("popupTarget"),onSelected:u=>{r(l=>({...l,targetLanguage:u}))}})]})}function S5(t){let{t:e}=Ce(),{value:n,currentLang:r}=t,a=e("popupSourceLanguage");return n==="auto"&&r&&r!=="auto"&&(a=e("languages.auto")),w("div",{class:"language-select-container",children:[w("label",{children:a}),w("select",{autoComplete:"off",class:"language-select",onChange:i=>{let o=i.target.value;o&&t.onSelected(o)},children:t.supportedLanguages.map((i,o)=>{let s=Ta(i,t.interfaceLanguage),u="";return i==="auto"&&n==="auto"&&(r&&r==="auto"?u=e("languages.auto"):u=Ta(r,t.interfaceLanguage)+` (${e("languages.auto")})`),w("option",{value:i,selected:i===t.value,children:u||s},"selectlink"+o)})})]})}function x5(t){return w("div",{class:"language-select-container",children:[w("label",{children:t.label}),w("select",{autoComplete:"off",class:"language-select",onChange:e=>{let n=e.target.value;n&&t.onSelected(n)},children:t.supportedLanguages.map((e,n)=>{let r=Ta(e,t.interfaceLanguage);return w("option",{value:e,selected:e===t.value,children:r},"selectlink"+n)})})]})}d();d();function va(t){let{items:e,maxWidth:n,className:r,style:a}=t,{lang:i}=Ce();return n=n||(i==="en"?144:160),w("select",{autoComplete:"off",class:r||"min-select",style:{maxWidth:`${n}px`,...a},value:e.find(o=>o.selected)?.value,onChange:o=>{let s=o.target.value,u=e.find(l=>l.value===s);u&&u.onSelected(u)},children:e.map((o,s)=>w("option",{value:o.value,selected:o.selected,children:o.label},"selectlink"+s))})}function Ay(t){let{t:e}=Ce(),{translationServiceItems:n,translationServiceOptions:r}=D5(t);return n.length?w(jt,{children:[w(ky,{class:"mt-3",label:e("popupService"),items:r}),w(E5,{ctx:t.ctx,onRestorePage:t.onRestorePage,setSettings:t.setSettings})]}):null}function ky(t){return w("div",{class:`min-select-container ${t.class||""}`,children:[w("label",{class:"inline-block text-label mb-0 text-gray-6",style:{minWidth:60},children:[t.label,"\uFF1A"]}),w(va,{className:"translate-service transform-padding-left",maxWidth:300,items:t.items})]})}function E5({ctx:t,setSettings:e,onRestorePage:n}){let{t:r}=Ce(),a=w5(t),i=C5(t),o=Ve((u,l)=>{e(c=>{let p=c.translationServices||{},m=p[a.id]||{};return setTimeout(()=>{n()},1),{...c,translationServices:{...p,[a.id]:{...m,[u]:l}}}})},[]),s=Ue(()=>a?.props.filter(u=>u.type==="select").map(u=>{let l=u.name;u.label&&(l=u.label),u.labelKey&&(l=r(u.labelKey));let c=u.options.map(p=>({label:`${p.label?r(p.label):p.value}`,value:p.value,selected:p.value==i[u.name],onSelected:()=>{o(u.name,p.value)}}));return{label:l,items:c}}),[i]);return!i||!a?.props?.length||!s||!s?.length?null:w(jt,{children:s.map(({label:u,items:l},c)=>w(ky,{class:"mt-2",label:u,items:l},"field-"+c))})}function C5(t){return Ue(()=>{let{translationServices:n,translationService:r}=t.config;return n&&n[r]?n[r]||{}:{}},[t])}function w5(t){return Ue(()=>{let{translationService:n}=t.config;if(gr[n])return vl("translationService",n,t)},[gr,vl,t])}function D5({isProUser:t,ctx:e,setSettings:n,pageStatus:r,onTranslatePage:a,onRestorePage:i,openOptionsPage:o}){let{t:s}=Ce(),u=Ue(()=>e?gs(e,"translationService"):[],[gs,e]),l=Ve(p=>{let m=u.find(g=>g.id===p.value);if(m.ok){if(n(g=>({...g,translationService:m.id,translationServiceChangedbyUserAt:new Date().toISOString()})),r!="Translated")return;m.props.length===0?e.rule.isTranslateWhenServiceChanged&&setTimeout(()=>{a()},1):setTimeout(()=>{i()},1)}else n(g=>({...g,translationService:m.id,translationServiceChangedbyUserAt:new Date().toISOString()})),setTimeout(()=>{o()},100)},[o,i,a,n]),c=Ue(()=>{let p=tt();return u.filter(g=>e.config.showUnconfiguredTranslationServiceInPopup===!1?g.ok:!0).map(g=>({label:`${s("translationServices."+g.id)}${g.ok?"":" "+(" "+(!t&&!p&&g.providers&&g.providers.length>0?s("goLoginOrAction"):s("needAction")))}`,value:g.id,selected:g.selected,onSelected:l}))},[u,e,l,s]);return{translationServiceItems:u,translationServiceOptions:c}}d();d();function Py(t){let e;try{e=new URL(t)}catch{return!1}let n=$3(),r="";try{r=new URL(n).hostname}catch{}return r&&e.hostname===r?!0:!(A5(t)||e.protocol!=="http:"&&e.protocol!=="https:"&&e.protocol!=="file:"&&e.protocol!=="data:")}function A5(t){try{return new URL(t)?.pathname.toLowerCase().endsWith(".pdf")}catch{return!1}}d();function Ly(t){let e=t.indexOf("#");return e===-1?t:t.slice(0,e)}function _y(t){let{t:e}=Ce(),{currentUrlObj:n,isAlwaysTranslateDomain:r,isNeverTranslateDomain:a,handleTranslationUrlPatternSelected:i}=k5(t),[o,s]=se(()=>a?"excludeMatches":"matches"),u=Ue(()=>r||a||!1,[r,a]),l=Ve(c=>{s(c),u&&i(c,n.hostname)},[s,i,u]);return w("div",{class:"flex justify-between mt-5",children:[w(va,{style:{width:"unset",flex:"unset"},maxWidth:230,className:"transform-padding-left min-select",items:[{label:e("alwaysTranslateThisSite"),value:"matches",selected:o==="matches",onSelected:()=>{l("matches")}},{label:e("neverTranslateThisSite"),value:"excludeMatches",selected:o==="excludeMatches",onSelected:()=>{l("excludeMatches")}}].filter(Boolean)}),w("input",{type:"checkbox",role:"switch",checked:u,class:"shrink-0",onChange:c=>{let p=c.target.checked;i(p?o:"default",n.hostname)}})]})}function k5({currentUrl:t,ctx:e,currentLang:n,onSetLocalConfig:r,pageStatus:a,onRestorePage:i,onTranslatePage:o,setSettings:s,onClose:u}){let l=null,c=null,p=null,m=null,g=null,{translationUrlPattern:f}=e.config;if(l=Ue(()=>new URL(t||""),[t]),e.config&&t&&Py(t)){c=Ly(t);let{matches:h,excludeMatches:E}=f;p=!!h.find(D=>dt(t,D)),m=!!E.find(D=>dt(t,D))}if(n&&n!=="auto"){let{translationLanguagePattern:h}=e.config,{matches:E}=h;E.includes(n)?g=!0:g=!1}let T=Ve(()=>{let h=l.hostname,E=e.localConfig.tempTranslationUrlMatches||[],D=E.filter(I=>I.match!==h),M=!1;D.length!==E.length&&(M=!0),M&&r({...e.localConfig,tempTranslationUrlMatches:[...D]})},[r]),b=Ve((h,E)=>{if(h==="default"){s(I=>{let S={...I.translationUrlPattern};return{...I,isChangedAlwaysTranslatedUrls:!0,translationUrlPattern:{...I.translationUrlPattern,matches:pm(t,S.matches),excludeMatches:pm(t,S.excludeMatches)}}}),T();return}let D=h,M=D==="matches"?"excludeMatches":"matches";l&&s(I=>{let S={...I.translationUrlPattern};return S[M]=pm(t,S[M]),S[D]=ml(E,S[D]),{...I,isChangedAlwaysTranslatedUrls:!0,translationUrlPattern:{...I.translationUrlPattern,...S}}}),D==="matches"&&a==="Original"?setTimeout(()=>{o(),u()},100):D==="excludeMatches"&&a==="Translated"&&setTimeout(()=>{i(),u()},100)},[o,u,a,T]);return{currentUrlObj:l,currentUrlWithoutHash:c,isAlwaysTranslateDomain:p,isNeverTranslateDomain:m,isAlwaysTranslateLang:g,handleTranslationUrlPatternSelected:b}}function pm(t,e){return e?(Array.isArray(e)||(e=[e]),t?e.filter(n=>!dt(t,n)):e):[]}d();d();d();var P5=new AbortController,{signal:L5}=P5,jc=0,Hc=0,yo=!1,ni,Fy=0,Sa=[];function vo(t,e){_5();let n=t,r=n.config,a=r.generalRule.mouseHoverHoldKey==="Off",i=r.mouseModifierKeyPressTimeout||400;n.state.isTranslateDirectlyOnHover===!0&&(a=!1);let o=n.state.isTranslateDirectlyOnHover===!0||r.generalRule.mouseHoverHoldKey==="Auto";function s(){o=!o,o?(B.debug("mouse hover translate on"),n.state.isTranslateDirectlyOnHover=!0,vo(n,e)):(B.debug("mouse hover translate off"),n.state.isTranslateDirectlyOnHover=!1,vo(n,e))}document.addEventListener(Qo,s),Sa.push(()=>{document.removeEventListener(Qo,s)});let u=Kn(m=>{if(!(Math.abs(m.clientX-jc)+Math.abs(m.clientY-Hc)<=3)&&(jc=m.clientX,Hc=m.clientY,o||yo&&!ni)){let g=Ry(n.rule,e);if(g){if(hm(g))return;fm(n,!1,g)}}},o?700:300),l=m=>{let g=m.target;hm(g)||fm(n,!0)},c=m=>{let g=r?.generalRule?.mouseHoverHoldKey?.toLowerCase()||"alt",f=vn.getPressedKeyCodes();if(f.length>1&&vn[g]&&(Fy=Date.now(),yo=!1),f.length===1&&vn[g]){let T=Date.now();yo=!0,ni&&clearTimeout(ni),ni=setTimeout(()=>{let b=Fy-T;b>0&&b<=i?yo=!1:l(m),ni=void 0},i)}};if(Sa.push(()=>{ni&&clearTimeout(ni)}),a)return;gm("mousemove",u,e),Sa.push(()=>{e.removeEventListener("mousemove",u)});function p(){o?u.cancel():yo=!1}if(gm("blur",p,e),Sa.push(()=>{e.removeEventListener("blur",p)}),!o){let m=r?.generalRule?.mouseHoverHoldKey?.toLowerCase()||"alt",g=hb;gm("keyup",My,e),Sa.push(()=>{e.removeEventListener("keyup",My)}),g.includes(m)?vn("*","mouseHover",c):vn(r.generalRule.mouseHoverHoldKey,"mouseHover",l),vn.setScope("mouseHover"),Sa.push(()=>{vn.deleteScope("mouseHover")})}}function _5(){Sa.forEach(t=>t()),Sa=[],vn.setScope("all")}function My(t){yo=!1}function gm(t,e,n=window){return n.addEventListener(t,e,{signal:L5})}function fm(t,e,n,r=window){if(n=n||Ry(t.rule,r),!n){B.debug("can not find selection part!");return}if(M5(n,e))return;if(hm(n)){B.debug("exclude dom");return}my(t,n);let i=Hs();i&&(i.setupMouseHoverListener=vo);let o=on(t);o.excludeSelectors=[],o.selectors=[];let s=!1,u=om({...i},t);Ur({id:i.id,container:n,filterRule:o,force:!0,onParagraph:l=>{Za(u,l,!0,"hover").then(c=>{if(c&&!s){s=!0;let p=Date.now();et(Z4,p),ot("mouse_hover_translate",[{name:"mouse_hover_translate"}],{...t,sourceLanguage:"mouseHover"})}})},onFrame:()=>{},onIgnoreElement:()=>{}})}function Ry(t,e){return F5(jc,Hc,t,e)}function F5(t,e,n,r){let a=v1(t,e,n,r);if(a==null)return;let i=()=>{let u=r.document.elementFromPoint(t,e);if(!u)return;let l=S1(u,t,e);return l===u?u.nodeName==="BUTTON"?u:void 0:Iy(l,n)},o=()=>{try{a.setStartBefore(a.startContainer),a.setEndAfter(a.startContainer)}catch(l){B.debug("get mouse over word fail",l)}let u=a.getBoundingClientRect();if(!(u.left>t||u.righte||u.bottom{I5(r)}),!0}function B5(t){let e=[t];if(t.nodeName=="FONT"&&t.classList.contains("immersive-translate-target-wrapper"))e=[t.parentElement];else{let r=[...t.querySelectorAll(".immersive-translate-target-wrapper")].map(a=>a.parentElement).filter(a=>!!a);r.length&&(e=r)}return e.filter(n=>n?.paragraphs&&n?.paragraphs.length>0)}function I5(t){let e=Hs();e&&(!t.paragraphs||!t.paragraphs.length||(t.paragraphs.forEach(n=>{Is(n,n.state==="original"?e.translateState:"original")}),t.paragraphs=[]))}function mm(t){return!!(t.host&&t.mode)}function By(t,e){let n=t.parentNode;if(n.nodeName==="BODY"||mm(n))return t;for(;n&&n.nodeName!=="BODY"&&!mm(n)&&Tp(n,e);){let r=n.parentNode;if(r&&mm(r))break;n=r}return n}function Iy(t,e){return t.nodeType===Node.TEXT_NODE||Tp(t,e)?By(t,e):t}function Oy(t,e){jc=e.clientX,Hc=e.clientY,fm(t,!0)}var Ws=[];function bm(t,e){let n=0,r=0,a,i=s=>{let u=new Date().getTime();r++,u-n<300?o(s):r=1,n=u},o=s=>{clearTimeout(a),r===parseInt(t+"")&&(a=setTimeout(()=>{r=0,e(s)},400))};document.addEventListener("click",i),Ws.push(()=>{document.removeEventListener("click",i)})}function zy(t,e){let n=0,r=0,a=0,i=s=>{let u=s.changedTouches[0];n=new Date().getTime(),r=u.clientX,a=u.clientY},o=s=>{let u=s.changedTouches[0];n-new Date().getTime()>1e3||Math.abs(a-u.clientY)>50||(t==="left"&&u.clientX-r>50&&e(s.changedTouches[0]),t==="right"&&u.clientX-r<-50&&e(s.changedTouches[0]))};document.addEventListener("touchstart",i),document.addEventListener("touchend",o),Ws.push(()=>{document.removeEventListener("touchstart",i),document.removeEventListener("touchend",o)})}function Wc(t,e){let n,r=a=>{clearTimeout(n),a.touches.length===parseInt(t+"")&&(n=setTimeout(()=>{e(a.changedTouches[0])},200))};document.addEventListener("touchstart",r),Ws.push(()=>{document.removeEventListener("touchstart",r)})}var Tm={touchShortcutsOff:()=>{},"multipleClick.2":bm,"multipleClick.3":bm,"multipleClick.4":bm,"slide.left":zy,"slide.right":zy,"fingers.2":Wc,"fingers.3":Wc,"fingers.4":Wc,"fingers.5":Wc};async function Uy(t){try{q5();let e=await Or(),n=mb.find(r=>r.name==="touch");if(!n)return;n.shortcuts.forEach(r=>{if(typeof r=="string")return;let a=R5(t,e,r.command),i=Tm[a];if(a==="touchShortcutsOff"||!i)return;let o=a.split(".");if(o.length!==2)return;let s=o[1];s&&i(s,u=>{U5(r.command,t,u)})})}catch(e){B.error(e)}}function R5(t,e,n){if(!e.generalRule)return t.config.generalRule[n];if(e.generalRule[n])return e.generalRule[n];let r={touchShortcutsToggleTranslatePage:"fingerCountToToggleTranslagePageWhenTouching",touchShortcutsToggleTranslationMask:"fingerCountToToggleTranslationMaskWhenTouching",touchShortcutsToggleTranslatePageOnlyTranslation:"fingerCountToToggleTranslagePageOnlyTranslationWhenTouching"};return r[n]&&e.generalRule[r[n]]?`fingers.${e.generalRule[r[n]]}`:t.config.generalRule[n]||""}var O5=()=>{ym();let t=new CustomEvent(Mr,{detail:{method:"toggleTranslatePage"}});globalThis.document.dispatchEvent(t)},z5=()=>{Sm();let t=new CustomEvent(Mr,{detail:{method:"toggleOnlyTranslation"}});globalThis.document.dispatchEvent(t)},N5=()=>{vm();let t=new CustomEvent(Mr,{detail:{method:"toggleTranslationMask"}});globalThis.document.dispatchEvent(t)},Ny=0,U5=(t,e,n)=>{new Date().getTime()-Ny<200||(Ny=new Date().getTime(),t==="touchShortcutsToggleTranslatePage"?O5():t==="touchShortcutsToggleTranslationMask"?N5():t==="touchShortcutsToggleTranslatePageOnlyTranslation"?z5():t==="touchShortcutsToggleTranslateTouchElement"&&Oy(e,n))};function q5(){Ws.forEach(t=>{t()}),Ws=[]}function qy(t){let{t:e}=Ce(),{ctx:n,setSettings:r}=t,a=j5(t);return as(n.localConfig)?a.length?w("div",{class:"flex mt-3 items-center justify-between",children:[w("div",{class:"flex items-center",children:[w("label",{class:"mb-0 mr-2 shrink-0",children:[e("mouse-translate"),":"]}),w(va,{style:{width:"100%",maxWidth:"100%"},className:"transform-padding-left min-select",items:a})]}),w("input",{type:"checkbox",role:"switch",class:"shrink-0",checked:n.config.generalRule.mouseHoverHoldKey!=="Off",onChange:i=>{let o=i.target.checked;r(s=>{let u=s.generalRule?.mouseHoverPreferenceKey||n.config.generalRule.mouseHoverPreferenceKey||ts[0];return{...s,generalRule:{...s.generalRule,mouseHoverHoldKey:o?u:"Off"}}})}})]}):null:w(H5,{...t})}function j5({ctx:t,openOptionsPage:e,setSettings:n}){let{t:r}=Ce(),a=Ue(()=>{let s=t.config.generalRule,u=s.mouseHoverPreferenceKey;return s.mouseHoverHoldKey!=="Off"&&u!==s.mouseHoverHoldKey&&(u=s.mouseHoverHoldKey),u},[t]),i=Ue(()=>ts.filter(s=>!(s==="Off"||ts.includes(a)&&s==="OtherCustom")),[t,a]);return Ue(()=>i.map(s=>{let u=r("mouseHoldKey",{key:qc(s)}),l=ts.includes(a),c=s===a;return s==="Auto"?u=r("mouseHoldKeyAuto"):s==="Off"?u=r("mouseHoldKeyOff"):s==="OtherCustom"?u=l?r("mouseHoldKeyOther"):r("mouseHoldKeyCustomKey",{key:a}):s==="Other"&&(u=r("mouseHoldKeyOther")),l||s==="OtherCustom"&&(c=!0),{label:u,value:s,selected:c,onSelected:p=>{p.value==="Other"?e("#shortcuts"):n(m=>{let g={...m.generalRule,mouseHoverPreferenceKey:p.value};return t.config.generalRule.mouseHoverHoldKey!=="Off"&&(g.mouseHoverHoldKey=p.value),{...m,generalRule:g}})}}}),[i,a])}function H5(t){let{ctx:e,setSettings:n}=t,{t:r}=Ce(),a=e.config.generalRule,i=Object.keys(Tm).filter(l=>l!="touchShortcutsOff"),o=a.touchShortcutsToggleTranslateTouchElement,s=a.touchShortcutsToggleTranslateTouchElementPreferenceKey,u=s||"touchShortcutsOff";return o!=="touchShortcutsOff"&&o!==s&&(u=o),w("div",{class:"flex mt-3 items-center justify-between",children:[w("div",{class:"flex items-center",children:[w("label",{class:"mb-0 mr-2 shrink-0",children:[r("touch.mouse-translate"),":"]}),w(va,{style:{width:"100%",maxWidth:"100%"},className:"transform-padding-left min-select",items:i.map((l,c)=>({value:l,label:r(l),selected:l==u,onSelected(p){n(m=>{let g={...m.generalRule,touchShortcutsToggleTranslateTouchElementPreferenceKey:p.value};return e.config.generalRule.touchShortcutsToggleTranslateTouchElement!=="touchShortcutsOff"&&(g.touchShortcutsToggleTranslateTouchElement=p.value),{...m,generalRule:g}})}}))})]}),w("input",{type:"checkbox",role:"switch",class:"shrink-0",checked:e.config.generalRule.touchShortcutsToggleTranslateTouchElement!=="touchShortcutsOff",onChange:l=>{let c=l.target.checked;n(p=>{let m=p.generalRule?.touchShortcutsToggleTranslateTouchElementPreferenceKey||e.config.generalRule.touchShortcutsToggleTranslateTouchElementPreferenceKey||"slide.left";return{...p,generalRule:{...p.generalRule,touchShortcutsToggleTranslateTouchElement:c?m:"touchShortcutsOff"}}})}})]})}d();function jy(t){let{isAlwaysTranslateLang:e}=W5({ctx:t.ctx,currentLang:t.currentLang}),{t:n}=Ce();if(t.currentLang!=="auto")return w("div",{class:"flex justify-between mt-3 items-center",children:[w("label",{class:"mb-0 text-overflow-ellipsis flex-1",children:n("alwaysTranslateSomeLanguage",{language:Ta(t.currentLang,t.ctx.config.interfaceLanguage,!1,!0)})}),w("input",{id:"alwaysTranslateThisLanugage",name:"alwaysTranslateThisLanugage",type:"checkbox",role:"switch",class:"shrink-0",checked:!!e,onChange:a=>{let i=a.target.checked;r(i?"matches":void 0)}})]});return w("span",{});function r(a){if(!a){t.setSettings(s=>{let u={...s.translationLanguagePattern};return{...s,translationLanguagePattern:{...s.translationLanguagePattern,matches:fl(t.currentLang,u.matches),excludeMatches:fl(t.currentLang,u.excludeMatches)}}});return}let i=a,o=i==="matches"?"excludeMatches":"matches";t.currentLang&&t.setSettings(s=>{let u={...s.translationLanguagePattern};return u[i]=ml(t.currentLang,u[i]),u[o]=fl(t.currentLang,u[o]),{...s,translationLanguagePattern:{...s.translationLanguagePattern,...u}}}),i==="matches"&&t.pageStatus==="Original"&&setTimeout(()=>{t.onTranslatePage(),t.onClose()},100)}}function W5({ctx:t,currentLang:e}){let n=null;if(e&&e!=="auto"){let{translationLanguagePattern:r}=t.config,{matches:a}=r;a.includes(e)?n=!0:n=!1}return{isAlwaysTranslateLang:n}}d();d();var K5=({text:t,children:e,position:n="top",containerStyle:r,containerClass:a,multiple:i=!1,width:o,delay:s=0,disable:u,enableMobile:l,tipStyle:c,onHidden:p,onShow:m})=>{let[g,f]=se(!1),T=$e(null),b=$e(null),h=()=>{u||!l&&ut().any||(T.current&&clearTimeout(T.current),T.current=setTimeout(()=>{f(!0),m?.()},s))},E=()=>{ut().any&&(b.current&&clearTimeout(b.current),b.current=setTimeout(()=>{D()},2e3))},D=()=>{T.current&&(clearTimeout(T.current),p?.()),f(!1)},M=Ue(()=>{let I={position:"absolute",padding:"6px 20px",backgroundColor:"#000000",color:"#ffffff",borderRadius:"8px",whiteSpace:"nowrap",fontSize:"14px",zIndex:1e3};switch(i&&(I.maxWidth="200px",o&&(I.width=o+"px"),I.whiteSpace="normal"),n){case"top":return{...I,bottom:"100%",left:"50%",transform:"translateX(-50%)",marginBottom:"10px",...c};case"bottom":return{...I,top:"100%",left:"50%",transform:"translateX(-50%)",marginTop:"10px",...c};case"left":return{...I,right:"100%",top:"50%",transform:"translateY(-50%)",marginRight:"10px",...c};case"right":return{...I,left:"100%",top:"50%",transform:"translateY(-50%)",marginLeft:"10px",...c};default:return{}}},[n,i,o,c]);return w("div",{class:a,style:{position:"relative",pointerEvents:"all",display:"inline-block",...r},children:[w("div",{onMouseEnter:h,onMouseLeave:D,onTouchStart:()=>{l&&h()},onTouchEnd:()=>{l&&E()},children:e}),g&&w("div",{style:M,role:"tooltip",children:t})]})},xa=K5;d();var Hy=w("svg",{width:"24",height:"24",viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg",fill:"#222222",children:[w("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M19.4284 6.59193L15.1187 2.28564H6.28557C5.83092 2.28564 5.39488 2.46626 5.07339 2.78775C4.7519 3.10924 4.57129 3.54527 4.57129 3.99993V9.71422V18.8571V19.9999C4.57129 20.4546 4.7519 20.8906 5.07339 21.2121C5.39488 21.5336 5.83092 21.7142 6.28557 21.7142H17.7141C18.1688 21.7142 18.6048 21.5336 18.9263 21.2121C19.2478 20.8906 19.4284 20.4546 19.4284 19.9999V18.8571V9.71422V6.59193ZM15.341 6.82964V4.93136L17.2404 6.82964H15.341ZM6.28551 18.8571V19.9999H17.7141V18.8571V8.54335H13.6272L13.6267 3.99992H6.28551V18.8571Z"}),w("rect",{x:"7.55957",y:"10.2002",width:"8.88",height:"1.8",fill:"#EA4C89"}),w("rect",{x:"7.55957",y:"13.2002",width:"8.88",height:"1.68",fill:"#EA4C89"}),w("rect",{x:"7.55957",y:"16.0801",width:"4.92",height:"1.8",fill:"#EA4C89"})]}),Wy=w("svg",{xmlns:"http://www.w3.org/2000/svg",width:"22",height:"22",viewBox:"0 0 24 24",fill:"#222222",children:[w("path",{d:"M19.4289 2.85693C19.654 2.85693 19.8769 2.90127 20.0849 2.98743C20.2929 3.07358 20.4818 3.19985 20.641 3.35904C20.8002 3.51822 20.9265 3.7072 21.0126 3.91519C21.0988 4.12318 21.1431 4.3461 21.1431 4.57122V19.4284C21.1431 19.6535 21.0988 19.8764 21.0126 20.0844C20.9265 20.2924 20.8002 20.4814 20.641 20.6405C20.4818 20.7997 20.2929 20.926 20.0849 21.0122C19.8769 21.0983 19.654 21.1426 19.4289 21.1426H4.57171C4.11705 21.1426 3.68102 20.962 3.35952 20.6405C3.03803 20.3191 2.85742 19.883 2.85742 19.4284V4.57122C2.85742 4.11656 3.03803 3.68053 3.35952 3.35904C3.68102 3.03755 4.11705 2.85693 4.57171 2.85693H19.4289ZM19.4289 9.14265H4.57171V19.4284H19.4289V9.14265ZM8.00028 4.57122H4.57171V7.42836H8.00028V4.57122ZM14.286 4.57122H9.71457V7.42836H14.286V4.57122ZM19.4289 4.57122H16.0003V7.42836H19.4289V4.57122Z"}),w("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M10.2854 10.543C10.4843 10.5431 10.6797 10.5951 10.8523 10.6938L15.4066 13.2955C15.5815 13.3955 15.7269 13.5399 15.828 13.7142C15.9292 13.8884 15.9824 14.0863 15.9824 14.2878C15.9824 14.4893 15.9292 14.6872 15.828 14.8615C15.7269 15.0357 15.5815 15.1802 15.4066 15.2801L10.8523 17.8824C10.6785 17.9817 10.4816 18.0336 10.2814 18.0329C10.0812 18.0322 9.88476 17.9789 9.71164 17.8784C9.53851 17.7779 9.39483 17.6337 9.29496 17.4602C9.19509 17.2867 9.14254 17.09 9.14258 16.8898V11.6858C9.14258 11.3827 9.26299 11.092 9.47731 10.8777C9.69164 10.6634 9.98233 10.543 10.2854 10.543ZM10.8569 12.6704V15.9047L13.6872 14.2875L10.8569 12.6704Z",fill:"#EA4C89"})]}),Ky=w("svg",{xmlns:"http://www.w3.org/2000/svg",width:"22",height:"22",viewBox:"0 0 24 24",fill:"#222222",children:[w("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M19.4979 2.78775C19.1764 2.46626 18.7404 2.28564 18.2857 2.28564H5.71429C5.25963 2.28564 4.82359 2.46626 4.5021 2.78775C4.18061 3.10924 4 3.54527 4 3.99993V19.9999C4 20.2251 4.04434 20.448 4.13049 20.656C4.21664 20.8639 4.34292 21.0529 4.5021 21.2121C4.66129 21.3713 4.85027 21.4976 5.05826 21.5837C5.26624 21.6699 5.48916 21.7142 5.71429 21.7142H18.2857C18.5108 21.7142 18.7338 21.6699 18.9417 21.5837C19.1497 21.4976 19.3387 21.3713 19.4979 21.2121C19.6571 21.0529 19.7834 20.8639 19.8695 20.656C19.9557 20.448 20 20.2251 20 19.9999V3.99993C20 3.54527 19.8194 3.10924 19.4979 2.78775ZM5.71429 18.8571H18.2857V19.9999H5.71429V18.8571ZM5.71428 3.95993V17.1028H18.2857V3.95993H5.71428Z"}),w("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M13.5033 3.95996V10.8171L10.6462 9.55653L7.78906 10.8171V3.95996H9.50334V8.18682L10.6462 7.68282L11.7891 8.18682V3.95996H13.5033Z",fill:"#EA4C89"})]}),Gy=w("svg",{xmlns:"http://www.w3.org/2000/svg",width:"18",height:"18",viewBox:"0 0 20 20",fill:"#B3B3B3",children:w("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M11.0402 2.56219C10.8673 2.38914 10.6329 2.29178 10.3883 2.2915H9.61327C9.36886 2.29316 9.13508 2.39169 8.96323 2.5655C8.79138 2.7393 8.6955 2.97417 8.6966 3.21859V4.08317L7.88827 4.38838C7.27152 4.62052 6.69744 4.95314 6.18931 5.37275L5.51952 5.92484L4.76848 5.4915L4.7539 5.48317C4.61453 5.40172 4.45595 5.35893 4.29452 5.35921C4.13241 5.35919 3.97315 5.40182 3.83273 5.48282C3.69231 5.56382 3.57567 5.68033 3.49452 5.82067L3.12577 6.45817C3.00657 6.66857 2.9746 6.91731 3.03672 7.15101C3.09885 7.38471 3.25012 7.58474 3.45806 7.70817L3.47056 7.72171L4.21952 8.15505L4.07785 9.00817C3.96954 9.6575 3.96954 10.3203 4.07785 10.9696L4.2164 11.8207L3.46848 12.2519L3.44556 12.2655C3.23393 12.3881 3.07956 12.5896 3.0163 12.8259C2.95303 13.0622 2.98603 13.3139 3.10806 13.5259L3.50077 14.2061C3.58233 14.3463 3.6992 14.4627 3.83975 14.5436C3.9803 14.6246 4.13961 14.6673 4.30181 14.6675C4.46324 14.6678 4.62182 14.625 4.76119 14.5436L4.7841 14.53L5.53306 14.0978L6.20181 14.6457C6.70534 15.0591 7.27331 15.3871 7.88306 15.6165L8.6914 15.9217V16.7853C8.6914 17.0298 8.78849 17.2644 8.96134 17.4375C9.1342 17.6105 9.36868 17.7079 9.61327 17.7082H10.3883C10.5096 17.7086 10.6299 17.685 10.7422 17.6389C10.8544 17.5928 10.9565 17.525 11.0425 17.4393C11.1285 17.3537 11.1968 17.2519 11.2435 17.1399C11.2901 17.0278 11.3142 16.9077 11.3143 16.7863V15.9217L12.1226 15.6165C12.7394 15.3844 13.3135 15.0517 13.8216 14.6321L14.4914 14.08L15.2424 14.5134L15.257 14.5228C15.469 14.6447 15.7206 14.6775 15.9567 14.614C16.1929 14.5505 16.3941 14.3959 16.5164 14.1842L16.8851 13.5467C17.0068 13.3348 17.0397 13.0834 16.9764 12.8473C16.9132 12.6113 16.759 12.41 16.5476 12.2873L16.532 12.278L15.782 11.8457L15.9237 10.9915C16.032 10.3422 16.032 9.67938 15.9237 9.03005L15.7851 8.179L16.5331 7.74775L16.556 7.73421C16.7676 7.61158 16.922 7.41003 16.9852 7.17376C17.0485 6.93749 17.0155 6.68577 16.8935 6.4738L16.5008 5.79359C16.4192 5.65338 16.3023 5.53699 16.1618 5.45603C16.0212 5.37506 15.8619 5.33234 15.6997 5.33213C15.5383 5.33185 15.3797 5.37464 15.2404 5.45609L15.2174 5.46963L14.4685 5.90192L13.7997 5.354C13.2962 4.94059 12.7282 4.61262 12.1185 4.38317L11.3101 4.07796V3.21442C11.3101 2.96983 11.2131 2.73524 11.0402 2.56219ZM9.61327 1.0415H10.3883C10.6736 1.04164 10.9562 1.09798 11.2197 1.20731C11.4833 1.31663 11.7228 1.4768 11.9245 1.67867C12.1261 1.88054 12.2861 2.12016 12.3951 2.38384C12.5042 2.64753 12.5603 2.93011 12.5601 3.21546C13.2969 3.49312 13.9834 3.88931 14.5924 4.38838L14.6154 4.37484C14.8625 4.2313 15.1356 4.13798 15.4189 4.10025C15.7023 4.06251 15.9903 4.0811 16.2664 4.15495C16.5425 4.2288 16.8013 4.35644 17.028 4.53057C17.2547 4.7047 17.4447 4.92187 17.5872 5.16963L17.9799 5.84984C18.1226 6.09693 18.2153 6.36972 18.2525 6.65262C18.2897 6.93552 18.2709 7.22299 18.197 7.49859C18.123 7.7742 17.9956 8.03254 17.8218 8.25885C17.648 8.48516 17.4313 8.67501 17.1841 8.81755L17.1612 8.83109C17.2248 9.21777 17.2569 9.60899 17.257 10.0009C17.2552 10.4017 17.2203 10.8016 17.1529 11.1967L17.1685 11.205C17.6673 11.4933 18.0313 11.9678 18.1803 12.5243C18.3294 13.0809 18.2513 13.6738 17.9633 14.1728L17.5956 14.8103C17.3075 15.3093 16.833 15.6734 16.2765 15.8227C15.72 15.9719 15.1269 15.894 14.6279 15.6061L14.6133 15.5978C13.999 16.1043 13.3053 16.5059 12.5601 16.7863C12.5599 17.3622 12.331 17.9145 11.9237 18.3217C11.5165 18.729 10.9642 18.9579 10.3883 18.9582H9.61327C9.32792 18.958 9.04539 18.9017 8.78181 18.7924C8.51823 18.683 8.27877 18.5229 8.07709 18.321C7.87541 18.1191 7.71547 17.8795 7.6064 17.6158C7.49733 17.3521 7.44126 17.0696 7.4414 16.7842C6.70459 16.5066 6.01812 16.1104 5.40911 15.6113L5.38619 15.6248C5.13939 15.7686 4.86664 15.8623 4.58357 15.9005C4.30049 15.9387 4.01267 15.9206 3.73659 15.8474C3.4605 15.7741 3.20159 15.6471 2.97469 15.4736C2.74779 15.3001 2.55736 15.0835 2.41431 14.8363L2.0216 14.1561C1.8789 13.909 1.78628 13.6362 1.74904 13.3533C1.7118 13.0704 1.73068 12.7829 1.80459 12.5073C1.87849 12.2317 2.00599 11.9734 2.17977 11.7471C2.35356 11.5208 2.57025 11.3309 2.81744 11.1884L2.84035 11.1748C2.7767 10.7882 2.74465 10.3969 2.74452 10.005C2.74637 9.60425 2.78121 9.20429 2.84869 8.80921L2.83306 8.80088C2.33422 8.51264 1.97027 8.0381 1.82123 7.48158C1.67218 6.92506 1.75025 6.33214 2.03827 5.83317L2.40598 5.19046C2.69404 4.69144 3.16851 4.32727 3.72504 4.17803C4.28157 4.02879 4.87459 4.1067 5.37369 4.39463L5.38827 4.40296C6.00243 3.89603 6.69615 3.49408 7.4414 3.21338C7.44167 2.63745 7.67058 2.08518 8.07783 1.67794C8.48507 1.27069 9.03734 1.04178 9.61327 1.0415ZM11.1583 8.26761C10.8156 8.03869 10.4129 7.9165 10.0008 7.9165C9.44828 7.9165 8.91838 8.136 8.52768 8.5267C8.13698 8.9174 7.91748 9.4473 7.91748 9.99984C7.91748 10.4119 8.03967 10.8147 8.26859 11.1573C8.49751 11.4999 8.82288 11.7669 9.20356 11.9246C9.58424 12.0823 10.0031 12.1235 10.4073 12.0431C10.8114 11.9628 11.1826 11.7643 11.474 11.473C11.7653 11.1816 11.9637 10.8104 12.0441 10.4063C12.1245 10.0021 12.0832 9.58326 11.9256 9.20258C11.7679 8.8219 11.5009 8.49653 11.1583 8.26761ZM8.14891 7.22827C8.69708 6.862 9.34154 6.6665 10.0008 6.6665C10.8849 6.6665 11.7327 7.01769 12.3578 7.64281C12.983 8.26794 13.3341 9.11578 13.3341 9.99984C13.3341 10.6591 13.1387 11.3036 12.7724 11.8517C12.4061 12.3999 11.8855 12.8271 11.2764 13.0794C10.6673 13.3317 9.99712 13.3977 9.35051 13.2691C8.70391 13.1405 8.10997 12.823 7.64379 12.3569C7.17762 11.8907 6.86015 11.2967 6.73153 10.6501C6.60291 10.0035 6.66892 9.33331 6.92122 8.72423C7.17351 8.11514 7.60075 7.59454 8.14891 7.22827Z"})}),$y=w("svg",{xmlns:"http://www.w3.org/2000/svg",width:"22",height:"22",viewBox:"0 0 24 24",fill:"#222222",children:[w("path",{d:"M22.9331 7.46673V21.3334C22.9331 22.2667 22.1331 23.0667 21.1997 23.0667H10.1331V22.0001V20.9334H20.9331V7.60006H15.3331L11.0664 18.0001C10.7997 18.6667 10.1331 19.0667 9.46641 19.0667H2.79974C1.86641 19.0667 1.06641 18.2667 1.06641 17.3334V3.46673C1.06641 2.5334 1.86641 1.7334 2.79974 1.7334L12.9331 1.7334V2.80007V3.86673H2.93307V17.3334H9.33307L13.5997 6.9334C13.8664 6.26673 14.5331 5.86673 15.1997 5.86673H21.3331C22.2664 5.60006 22.9331 6.40007 22.9331 7.46673Z"}),w("path",{d:"M5.904 11.4063L5.472 13H4L6.056 6H7.96L10 13H8.496L8.072 11.4063H5.904ZM7.688 9.95389L7.048 7.54323H6.952L6.296 9.95389H7.688Z",fill:"#EA4C89"}),w("path",{d:"M19.4337 18.9805C18.403 18.6732 17.5907 18.3117 16.9968 17.8961C16.6999 18.1039 16.3542 18.2965 15.9597 18.474C15.5652 18.6558 15.1071 18.8312 14.5854 19L14 17.8831C14.9035 17.6494 15.6076 17.3918 16.1124 17.1104C15.8579 16.816 15.6394 16.4848 15.4571 16.1169C15.2789 15.7489 15.1262 15.3312 14.9989 14.8636H14.1718V13.8182H16.456C16.4178 13.5844 16.3669 13.3312 16.3033 13.0584L17.5504 13L17.6522 13.8182H19.8091V14.8636H18.9374C18.8059 15.3485 18.6532 15.7749 18.4793 16.1429C18.3054 16.5108 18.0976 16.8377 17.8558 17.1234C18.4327 17.4524 19.1474 17.6926 20 17.8442L19.4337 18.9805ZM16.1633 14.8636C16.3118 15.487 16.5854 16.013 16.9841 16.4416C17.1707 16.2424 17.3256 16.0152 17.4486 15.7597C17.5758 15.5 17.684 15.2013 17.7731 14.8636H16.1633Z",fill:"#EA4C89"})]}),Vy=w("svg",{xmlns:"http://www.w3.org/2000/svg",width:"22",height:"22",viewBox:"0 0 24 24",fill:"#222222",children:[w("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M13 2H3C1.89543 2 1 2.89543 1 4V20C1 21.1046 1.89543 22 3 22H7V20H3V4H13V2ZM21 2H17V4H21V20H11V22H21C22.1046 22 23 21.1046 23 20V4C23 2.89543 22.1046 2 21 2Z"}),w("path",{d:"M10.5387 14.1787L9.96267 16H8L10.7413 8H13.28L16 16H13.9947L13.4293 14.1787H10.5387ZM12.9173 12.5187L12.064 9.76369H11.936L11.0613 12.5187H12.9173Z",fill:"#EA4C89"})]}),Yy=w("svg",{xmlns:"http://www.w3.org/2000/svg",width:"28",height:"28",viewBox:"0 0 28 28",fill:"#666666",children:w("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M19 8H9C8.44772 8 8 8.44772 8 9V11H20V9C20 8.44772 19.5523 8 19 8ZM21 11V9C21 7.89543 20.1046 7 19 7H9C7.89543 7 7 7.89543 7 9V11V12V19C7 20.1046 7.89543 21 9 21H13V20H9C8.44772 20 8 19.5523 8 19V12H20V14H21V12V11ZM9 9H11V10H9V9ZM17 9H15V10H17V9ZM12 9H14V10H12V9ZM21 17H18V14H17V17H14V18H17V21H18V18H21V17Z"})});function Jy({onOpenUrl:t,openOptionsPage:e,type:n}){let{t:r}=Ce(),a=Me(),i=Math.round((_i.supportedVideoSubtitleSites||[]).length/10),o=Ue(()=>[{title:r("widget.translateFile"),icon:Hy,tooltipText:r("translateFileTooltip"),tooltipStyle:{left:-10,transform:"unset",fontSize:13,whiteSpace:"pre"},tooltipMultiple:!0,onClick:()=>{t(a.TRANSLATE_FILE_URL,n)}},{title:r("widget.videoSubtitle"),icon:Wy,tooltipText:r("widget.videoSubtitleTooltip",{count:i*10}),tooltipStyle:{fontSize:13},onClick:()=>{e("#subtitle")}},{title:r("widget.instruction"),icon:Ky,tooltipText:r("widget.instructionTooltip"),tooltipStyle:{left:"unset",right:-10,transform:"unset",fontSize:13},onClick:()=>{t(Cb)}}],[a,t,e,r]);return w("div",{class:"widgets-container mt-5",children:o.map(s=>s.tooltipText?w(xa,{text:s.tooltipText,containerStyle:{flex:1},tipStyle:s.tooltipStyle,multiple:s.tooltipMultiple,children:w(Qy,{...s})}):w(Qy,{...s}))})}function Qy(t){return w("div",{class:"widget-item",onClick:t.onClick,children:[t.icon,w("span",{class:"ml-1 text-gray-6",children:t.title})]})}function xm(t){let{setSettings:e,config:n,openSharePage:r,ctx:a,errorMsg:i,onAutoEnableSubtitleChanged:o}=t,[s,u]=se(""),[l,c]=se(i),[p,m]=se(null),[g,f]=se(null);Ae(()=>{Mt.get(Ft,null).then(E=>{E?(m(E),f(Jt(E))):f(!1)}).catch(E=>{f(!1)})},[]);let T=!0,b=tt();n&&b&&(T=n.generalRule.showSponsorOnSafari);let h=pl(n);return w("div",{class:`popup-container ${t.className||""}`,style:t.style,children:[w("div",{class:"popup-content text-sm",children:[h?w("div",{style:{marginTop:-12}}):w("div",{class:"flex items-center justify-between ml-1",style:{height:28},children:[w(wy,{isLogin:!!p,isProUser:!!g,config:n}),w(J5,{openSharePage:r})]}),w(Dy,{ctx:t.ctx,setSettings:t.setSettings,onSetPageLanguage:t.onSetPageLanguage,currentLang:t.currentLang}),w(Ay,{isProUser:!!g,ctx:t.ctx,setSettings:t.setSettings,pageStatus:t.pageStatus,onTranslatePage:t.onTranslatePage,onRestorePage:t.onRestorePage,openOptionsPage:t.openOptionsPage}),w("div",{class:"flex flex-row mt-3 items-center",children:[w($5,{ctx:a,onSwitchTranslationMode:t.onSwitchTranslationMode}),w(Y5,{ctx:t.ctx,pageStatus:t.pageStatus,currentUrl:t.currentUrl,onTranslatePdf:t.onTranslatePdf,onToggleTranslate:t.onToggleTranslate,disabledButton:t.disabledButton,noPermissionPDF:t.noPermissionPDF})]}),w("div",{class:`text-sm text-gray-9 mt-4 ml-1 ${s?"":"display-none"}`,children:s}),w("div",{class:`text-sm text-gray-9 mt-4 ml-1 ${l?"":"display-none"}`,children:l}),w(dm,{isShowError:!1,request:t.request,setStorageBuildinConfig:t.onSetBuildinConfig}),w("div",{class:"text-sm px-1 text-gray-2",children:[w(_y,{ctx:t.ctx,setSettings:t.setSettings,pageStatus:t.pageStatus,onTranslatePage:t.onTranslatePage,onRestorePage:t.onRestorePage,currentUrl:t.currentUrl,currentLang:t.currentLang,onClose:t.onClose,onSetLocalConfig:t.onSetLocalConfig}),w(qy,{ctx:t.ctx,openOptionsPage:t.openOptionsPage,setSettings:t.setSettings}),w(jy,{ctx:a,currentLang:t.currentLang,pageStatus:t.pageStatus,onTranslatePage:t.onTranslatePage,onClose:t.onClose,setSettings:t.setSettings}),w(G5,{onAutoEnableSubtitleChanged:o,ctx:a,setSettings:e})]}),w(Jy,{type:t.type,onOpenUrl:t.onOpenUrl,openOptionsPage:t.openOptionsPage})]}),w(V5,{...t,isProUser:!!g,isShowPricing:T,setMessage:u})]})}function G5(t){let{t:e}=Ce(),{ctx:n,setSettings:r,onAutoEnableSubtitleChanged:a}=t;return Ue(()=>!n.rule.subtitleRule.disabled&&H0.includes(n.rule.subtitleRule.type||""),[n,H0])?w("div",{class:"flex justify-between mt-3 items-center",children:[w("label",{class:"mb-0",children:e("autoEnableSubtitle")}),w("input",{type:"checkbox",role:"switch",id:"autoEnableSubtitle",name:"autoEnableSubtitle",checked:!!n.rule.subtitleRule.autoEnableSubtitle,onChange:o=>{let s=o.target.checked;r(u=>({...u,generalRule:{...u.generalRule,"subtitleRule.add":{...u.generalRule?.["subtitleRule.add"],autoEnableSubtitle:s}}})),a()}})]}):null}function $5(t){let{t:e}=Ce(),n=t.ctx.state.translationMode,r=()=>{let i=n==="dual"?"translation":"dual";t.onSwitchTranslationMode(i)},a=e(n==="dual"?"changeToOnlyTempTranslationMode":"changeToDualTempTranslationMode");return w(xa,{text:a,multiple:!0,tipStyle:{left:-20,transform:"unset",fontSize:13,whiteSpace:"pre"},children:w("div",{class:"translate-mode mr-2 ",onClick:r,children:n==="dual"?$y:Vy})})}function V5(t){let{t:e,lang:n}=Ce(),{isProUser:r,isShowPricing:a}=t,{config:i}=t.ctx,o=60;n.startsWith("zh")||(o=70);let s=Me(),u=`${t.type}_more`;return w("footer",{children:w("div",{class:"px-3 py-2-5 text-sm flex items-center justify-between popup-footer",children:[w("div",{class:"setting flex flex-row items-center justify-center secondary clickable",onClick:l,children:[Gy,w("span",{class:"ml-1 text-gray-6",children:e("options")})]}),w(Q5,{ctx:t.ctx,onToggleEnabled:t.onToggleEnabled,setSettings:t.setSettings,setMessage:t.setMessage}),w(cm,{label:e("more"),showArrow:!0,maxWidth:o,className:"text-gray-6 transform-padding-left more",onSelected:g=>{g.value==="openPremium"?(globalThis.open(Ai),t.onClose()):g.value==="changeToOnlyTranslationMode"?c("translation"):g.value==="changeToDualTranslationMode"?c("dual"):g.value==="translateTheWholePage"?t.onTranslateTheWholePage():g.value==="translateToThePageEndImmediately"?t.onTranslateToThePageEndImmediately():g.value==="translateTheMainPage"?t.onTranslateTheMainPage():g.value==="translateLocalPdfFile"?t.onOpenUrl(s.PDF_VIEWER_URL,u):g.value==="pdfProFile"?t.onOpenUrl(s.PDF_PRO_URL,u):g.value==="translateText"?t.onOpenUrl(s.TEXT_TRANSLATE_URL,u):g.value==="translateLocalHtmlFile"?t.onOpenUrl(s.HTML_VIEWER_URL,u):g.value==="translateLocalSubtitleFile"?t.onOpenUrl(s.SUBTITLE_BUILDER_URL,u):g.value==="donate"?(globalThis.open(i.donateUrl),t.onClose()):g.value==="feedback"?(globalThis.open(i.feedbackUrl),t.onClose()):g.value==="options"?(t.openOptionsPage(),t.onClose()):g.value==="changeToTranslateTheWholePage"?p():g.value==="changeToTranslateTheMainPage"?m():g.value==="about"?t.openAboutPage():g.value==="toggleEnabled"?t.onToggleEnabled():g.value==="openEbookViewer"?t.onOpenUrl(s.EBOOK_VIEWER_URL,u):g.value==="openEbookBuilder"?t.onOpenUrl(s.EBOOK_BUILDER_URL,u):g.value==="goPro"&&t.onOpenUrl(Ai,u)},menus:[i.translationMode==="dual"&&{label:"\u{1F524} "+e("changeToOnlyTranslationMode"),value:"changeToOnlyTranslationMode"},i.translationMode==="translation"&&{label:"\u{1F521} "+e("changeToDualTranslationMode"),value:"changeToDualTranslationMode"},i.translationArea==="main"&&{label:"\u{1F480} "+e("changeToTranslateTheWholePage"),value:"changeToTranslateTheWholePage"},i.translationArea==="body"&&{label:"\u{1F4D6} "+e("changeToTranslateTheMainPage"),value:"changeToTranslateTheMainPage"},{label:"\u26A1 "+e("translateToThePageEndImmediately"),value:"translateToThePageEndImmediately"},{label:"\u{1F4D8} "+e("browser.openEbookViewer"),value:"openEbookViewer"},{label:"\u{1F4DA} "+e("browser.openEbookBuilder"),value:"openEbookBuilder"},{label:"\u{1F4C1} "+e("browser.translateLocalPdfFile"),value:"translateLocalPdfFile"},{label:"\u2747\uFE0F "+e("browser.PdfProFile"),value:"pdfProFile"},{label:"\u{1F310} "+e("browser.translateLocalHtmlFile"),value:"translateLocalHtmlFile"},{label:"\u{1F4FA} "+e("browser.translateLocalSubtitleFile"),value:"translateLocalSubtitleFile"},{label:"\u{1F4DD} "+e("browser.textTranslate"),value:"translateText"},r===!1&&a&&{label:"\u{1F451} "+e("upgradeToPro"),value:"goPro"},{label:"\u2764\uFE0F "+e(a?"aboutLabel":"aboutLabelWithoutSponsor"),value:"about"}].filter(Boolean)})]})});function l(g){g.preventDefault(),t.openOptionsPage()}function c(g){t.setSettings(f=>({...f,translationMode:g})),t.onSwitchTranslationMode(g)}function p(){t.setSettings(g=>({...g,translationArea:"body"})),t.onTranslateTheWholePage()}function m(){t.setSettings(g=>({...g,translationArea:"main"})),t.onTranslateTheMainPage()}}function Y5({currentUrl:t,pageStatus:e,onTranslatePdf:n,ctx:r,onToggleTranslate:a,disabledButton:i,noPermissionPDF:o}){let{t:s,lang:u}=Ce(),l=r.config,c=Ue(()=>new URL(t||""),[t]),p=c?.pathname.toLowerCase().endsWith(".pdf");Ga(r?.rule)&&!p&&(p=!0);let m=s("translate");e==="Translated"||e==="Error"?m=s("show-original"):e==="Original"?p?Ir()&&c.protocol==="file:"||o?m=s("translate-firefox-local-pdf"):ye()?m=s("noSupportTranslate-pdf"):m=s("translate-pdf"):m=s("translate"):m=s(e);let g=s("translateToThePageEndImmediately");return(e==="Original"||e==="Translated")&&(l.shortcuts.toggleTranslatePage&&(al()?r.rule.touchShortcutsToggleTranslatePage&&r.rule.touchShortcutsToggleTranslatePage!=="touchShortcutsOff"&&(m+=` (${s(r.rule.touchShortcutsToggleTranslatePage)})`):m+=` (${qc(l.shortcuts.toggleTranslatePage)})`),l.shortcuts.toggleTranslateToThePageEndImmediately&&(g+=` (${l.shortcuts.toggleTranslateToThePageEndImmediately})`)),w("button",{class:"mb-0 main-button",onClick:()=>{p?n&&n():a()},"aria-busy":e==="Translating",disabled:i||e==="Translating",children:m})}function Q5({ctx:t,onToggleEnabled:e,setSettings:n,setMessage:r}){let{t:a,lang:i}=Ce(),o=Ut();return w("div",{class:"flex",children:w("span",{class:"immersive-translate-no-select text-sm text-gray-c2",onClick:Ey(7)(s),children:["V",o,t.config.enabled?null:w("a",{href:"#",onClick:e,children:[" ","(",a("hasBeenDisabled"),")"]})]})});function s(u){n(l=>(l.alpha?r("Success disable alpha!"):r("Success enable alpha!"),{...l,alpha:!l.alpha}))}}function J5(t){let{t:e}=Ce();return w("div",{class:"share-button-container",onClick:t.openSharePage,children:[w("span",{class:"text-gray-9",children:e("buildSnapshots")}),Yy]})}d();d();d();d();var Em={get:(t,e,n)=>{let r=e===void 0?t:{[t]:e};return oe.storage[n].get(r)},set:(t,e,n)=>oe.storage[n].set({[t]:e})};function Kc(t,e,n){let[r]=se(()=>typeof e=="function"?e():e),[a]=se(n),[i,o]=se(r),[s,u]=se(!1),[l,c]=se("");Ae(()=>{Em.get(t,r,a).then(m=>{m[t]&&o(m[t]),u(!0),c("")}).catch(m=>{u(!1),c(m)})},[t,r,a]);let p=Ve(m=>{let g=typeof m=="function"?m(i):m;B.debug("new settings",g),Em.set(t,g,a).then(()=>{o(g),u(!0),c("")}).catch(f=>{o(g),u(!1),c(f)})},[a,t,i]);return[i,p,s,l]}d();function Cm(t,e,n){let r=[];return function(){let[i,o,s,u]=Kc(t,e,n),l=Ve(c=>{for(let p of r)p(c)},[]);return Ae(()=>(r.push(o),()=>{r.splice(r.indexOf(o),1)}),[o]),[i,l,s,u]}}function Zy(t,e){return Cm(t,e,"sync")}var Z5="userConfig",X5=null,e8=Zy(Z5,X5);function jr(t){let[e,n,r,a]=e8(),i=Ve(o=>{let s=typeof o=="function"?o(e):o;s&&(s.updatedAt=new Date().toISOString()),n(s),t&&t(s)},[e]);return[e,i,r,a,n]}d();d();async function Gc(t){try{let e=new Date;B.debug("cron task start, next will run at",new Date(e.getTime()+t).toLocaleString()),await oe.storage.local.set({[Xo]:e.toISOString()}),await t8(),ye()||await J3()}catch(e){B.error("run cron task failed",e)}}async function Xy(){let e=(await an()).interval;if(e){let n=await oe.storage.local.get(Xo);if(n&&n[Xo]){let r=n[Xo];if(Date.now()-new Date(r).getTime()r?(await oe.storage.local.set({buildinConfig:e}),B.info(`sync remote rules success, latest: ${new Date(a).toLocaleString()}`),aa({method:"updateGlobalCtx",data:{}},{tab:{id:1,url:"https://www.fake.com",active:!0}}).catch(u=>{B.error("send content message request failed from cron task",u)})):B.debug(`no need to sync rules, latest: ${r}`):B.info(`local version is too old, please update to ${o} or later`)}catch(t){B.error("sync rules error: ",t)}}d();d();d();d();d();d();var wm;function Im(t){return[...t.v,(t.i?"!":"")+t.n].join(":")}function uv(t,e=","){return t.map(Im).join(e)}var lv=typeof CSS<"u"&&CSS.escape||(t=>t.replace(/[!"'`*+.,;:\\/<=>?@#$%&^|~()[\]{}]/g,"\\$&").replace(/^\d/,"\\3$& "));function Vc(t){for(var e=9,n=t.length;n--;)e=Math.imul(e^t.charCodeAt(n),1597334677);return"#"+((e^e>>>9)>>>0).toString(36)}function Yc(t,e="@media "){return e+Mn(t).map(n=>(typeof n=="string"&&(n={min:n}),n.raw||Object.keys(n).map(r=>`(${r}-width:${n[r]})`).join(" and "))).join(",")}function Mn(t=[]){return Array.isArray(t)?t:t==null?[]:[t]}function n8(){}var $t={d:0,b:134217728,c:268435456,a:671088640,u:805306368,o:939524096};function cv(t){return t.match(/[-=:;]/g)?.length||0}function _m(t){return Math.min(/(?:^|width[^\d]+)(\d+(?:.\d+)?)(p)?/.test(t)?Math.max(0,29.63*(+RegExp.$1/(RegExp.$2?15:1))**.137-43):0,15)<<22|Math.min(cv(t),15)<<18}var r8=["rst-c","st-ch","h-chi","y-lin","nk","sited","ecked","pty","ad-on","cus-w","ver","cus","cus-v","tive","sable","tiona","quire"];function Rm({n:t,i:e,v:n=[]},r,a,i){t&&(t=Im({n:t,i:e,v:n})),i=[...Mn(i)];for(let s of n){let u=r.theme("screens",s);for(let l of Mn(u&&Yc(u)||r.v(s))){var o;i.push(l),a|=u?67108864|_m(l):s=="dark"?1073741824:l[0]=="@"?_m(l):(o=l,1<<~(/:([a-z-]+)/.test(o)&&~r8.indexOf(RegExp.$1.slice(2,7))||-18))}}return{n:t,p:a,r:i,i:e}}var Om=new Map;function ev(t){if(t.d){let e=[],n=Dm(t.r.reduce((r,a)=>a[0]=="@"?(e.push(a),r):a?Dm(r,i=>Dm(a,o=>{let s=/(:merge\(.+?\))(:[a-z-]+|\\[.+])/.exec(o);if(s){let u=i.indexOf(s[1]);return~u?i.slice(0,u)+s[0]+i.slice(u+s[1].length):Am(i,o)}return Am(o,i)})):r,"&"),r=>Am(r,t.n?"."+lv(t.n):""));return n&&e.push(n.replace(/:merge\((.+?)\)/g,"$1")),e.reduceRight((r,a)=>a+"{"+r+"}",t.d)}}function Dm(t,e){return t.replace(/ *((?:\(.+?\)|\[.+?\]|[^,])+) *(,|$)/g,(n,r,a)=>e(r)+a)}function Am(t,e){return t.replace(/&/g,e)}var tv=new Intl.Collator("en",{numeric:!0});function a8(t,e){for(var n=0,r=t.length;n>1;0>=dv(t[a],e)?n=a+1:r=a}return r}function dv(t,e){let n=t.p&$t.o;return n==(e.p&$t.o)&&(n==$t.b||n==$t.o)?0:t.p-e.p||t.o-e.o||tv.compare(nv(t.n),nv(e.n))||tv.compare(rv(t.n),rv(e.n))}function nv(t){return(t||"").split(/:/).pop().split("/").pop()||"\0"}function rv(t){return(t||"").replace(/\W/g,e=>String.fromCharCode(127+e.charCodeAt(0)))+"\0"}function km(t,e){return Math.round(parseInt(t,16)*e)}function Ea(t,e={}){if(typeof t=="function")return t(e);let{opacityValue:n="1",opacityVariable:r}=e,a=r?`var(${r})`:n;if(t.includes(""))return t.replace("",a);if(t[0]=="#"&&(t.length==4||t.length==7)){let i=(t.length-1)/3,o=[17,1,.062272][i-1];return`rgba(${[km(t.substr(1,i),o),km(t.substr(1+i,i),o),km(t.substr(1+2*i,i),o),a]})`}return a=="1"?t:a=="0"?"#0000":t.replace(/^(rgb|hsl)(\([^)]+)\)$/,`$1a$2,${a})`)}function pv(t,e,n,r,a=[]){return function i(o,{n:s,p:u,r:l=[],i:c},p){let m=[],g="",f=0,T=0;for(let E in o||{}){var b,h;let D=o[E];if(E[0]=="@"){if(!D)continue;if(E[1]=="a"){m.push(...mv(s,u,Nm(""+D),p,u,l,c,!0));continue}if(E[1]=="l"){for(let M of Mn(D))m.push(...i(M,{n:s,p:(b=$t[E[7]],u&~$t.o|b),r:E[7]=="d"?[]:l,i:c},p));continue}if(E[1]=="i"){m.push(...Mn(D).map(M=>({p:-1,o:0,r:[],d:E+" "+M})));continue}if(E[1]=="k"){m.push({p:$t.d,o:0,r:[E],d:i(D,{p:$t.d},p).map(ev).join("")});continue}if(E[1]=="f"){m.push(...Mn(D).map(M=>({p:$t.d,o:0,r:[E],d:i(M,{p:$t.d},p).map(ev).join("")})));continue}}if(typeof D!="object"||Array.isArray(D))E=="label"&&D?s=D+Vc(JSON.stringify([u,c,o])):(D||D===0)&&(E=E.replace(/[A-Z]/g,M=>"-"+M.toLowerCase()),T+=1,f=Math.max(f,(h=E)[0]=="-"?0:cv(h)+(/^(?:(border-(?!w|c|sty)|[tlbr].{2,4}m?$|c.{7,8}$)|([fl].{5}l|g.{8}$|pl))/.test(h)?+!!RegExp.$1||-!!RegExp.$2:0)+1),g+=(g?";":"")+Mn(D).map(M=>p.s(E,gv(""+M,p.theme)+(c?" !important":""))).join(";"));else if(E[0]=="@"||E.includes("&")){let M=u;E[0]=="@"&&(E=E.replace(/\bscreen\(([^)]+)\)/g,(I,S)=>{let y=p.theme("screens",S);return y?(M|=67108864,Yc(y,"")):I}),M|=_m(E)),m.push(...i(D,{n:s,p:M,r:[...l,E],i:c},p))}else m.push(...i(D,{p:u,r:[...l,E]},p))}return m.unshift({n:s,p:u,o:Math.max(0,15-T)+1.5*Math.min(f||15,15),r:l,d:g}),m.sort(dv)}(t,Rm(e,n,r,a),n)}function gv(t,e){return t.replace(/theme\((["'`])?(.+?)\1(?:\s*,\s*(["'`])?(.+?)\3)?\)/g,(n,r,a,i,o="")=>{let s=e(a,o);return typeof s=="function"&&/color|fill|stroke/i.test(a)?Ea(s):""+Mn(s).filter(u=>Object(u)!==u)})}function zm(t,e){let n,r=[];for(let a of t)a.d&&a.n?n?.p==a.p&&""+n.r==""+a.r?(n.c=[n.c,a.c].filter(Boolean).join(" "),n.d=n.d+";"+a.d):r.push(n={...a,n:a.n&&e}):r.push({...a,n:a.n&&e});return r}function Fm(t,e,n=$t.u,r,a){let i=[];for(let o of t)for(let s of function(u,l,c,p,m){u={...u,i:u.i||m};let g=function(f,T){let b=Om.get(f.n);return b?b(f,T):T.r(f.n,f.v[0]=="dark")}(u,l);return g?typeof g=="string"?({r:p,p:c}=Rm(u,l,c,p),zm(Fm(Nm(g),l,c,p,u.i),u.n)):Array.isArray(g)?g.map(f=>{var T,b;return{o:0,...f,r:[...Mn(p),...Mn(f.r)],p:(T=c,b=f.p??c,T&~$t.o|b)}}):pv(g,u,l,c,p):[{c:Im(u),p:0,o:0,r:[]}]}(o,e,n,r,a))i.splice(a8(i,s),0,s);return i}function mv(t,e,n,r,a,i,o,s){return zm((s?n.flatMap(u=>Fm([u],r,a,i,o)):Fm(n,r,a,i,o)).map(u=>u.p&$t.o&&(u.n||e==$t.b)?{...u,p:u.p&~$t.o|e,o:0}:u),t)}function i8(t,e,n,r){var a;return a=(i,o)=>{let{n:s,p:u,r:l,i:c}=Rm(i,o,e);return n&&mv(s,e,n,o,u,l,c,r)},Om.set(t,a),t}function Pm(t,e,n){if(t[t.length-1]!="("){let r=[],a=!1,i=!1,o="";for(let s of t)if(!(s=="("||/[~@]$/.test(s))){if(s[0]=="!"&&(s=s.slice(1),a=!a),s.endsWith(":")){r[s=="dark:"?"unshift":"push"](s.slice(0,-1));continue}s[0]=="-"&&(s=s.slice(1),i=!i),s.endsWith("-")&&(s=s.slice(0,-1)),s&&s!="&"&&(o+=(o&&"-")+s)}o&&(i&&(o="-"+o),e[0].push({n:o,v:r.filter(o8),i:a}))}}function o8(t,e,n){return n.indexOf(t)==e}var av=new Map;function Nm(t){let e=av.get(t);if(!e){let n=[],r=[[]],a=0,i=0,o=null,s=0,u=(l,c=0)=>{a!=s&&(n.push(t.slice(a,s+c)),l&&Pm(n,r)),a=s+1};for(;s1?p.slice(0,-1)+Vc(JSON.stringify([p,m])):p+"("+uv(m)+")",$t.a,m,/@$/.test(p))],r)}c=n.lastIndexOf("(",c-1)}n.length=c+1}else/[~@]/.test(l)&&t[s+1]=="("&&r.unshift([])}u(!0),av.set(t,e=r[0])}return e}function fv(t,e,n){return e.reduce((r,a,i)=>r+n(a)+t[i+1],t[0])}function hv(t,e){return Array.isArray(t)&&Array.isArray(t.raw)?fv(t,e,n=>Lm(n).trim()):e.filter(Boolean).reduce((n,r)=>n+Lm(r),t?Lm(t):"")}function Lm(t){let e,n="";if(t&&typeof t=="object")if(Array.isArray(t))(e=hv(t[0],t.slice(1)))&&(n+=" "+e);else for(let r in t)t[r]&&(n+=" "+r);else t!=null&&typeof t!="boolean"&&(n+=" "+t);return n}var dse=bv("@"),pse=bv("~");function bv(t){return new Proxy(function(n,...r){return e("",n,r)},{get(n,r){return r in n?n[r]:function(a,...i){return e(r,a,i)}}});function e(n,r,a){return uv(Nm(n+t+"("+hv(r,a)+")"))}}function Mm(t,e){return Array.isArray(t)?iv(fv(t,e,n=>n!=null&&typeof n!="boolean"?n:"")):typeof t=="string"?iv(t):[t]}var s8=/ *(?:(?:([\u0080-\uFFFF\w-%@]+) *:? *([^{;]+?);|([^;}{]*?) *{)|(}))/g;function iv(t){let e;t=t.replace(/\/\*[^]*?\*\/|\s\s+|\n/gm," ");let n=[{}],r=[n[0]],a=[];for(;e=s8.exec(t);)e[4]&&(n.shift(),a.shift()),e[3]?(a.unshift(e[3]),n.unshift({}),r.push(a.reduce((i,o)=>({[o]:i}),n[0]))):e[4]||(n[0][e[1]]&&(n.unshift({}),r.push(a.reduce((i,o)=>({[o]:i}),n[0]))),n[0][e[1]]=e[2]);return r}function Tv(t,...e){var n;let r=Mm(t,e),a=(r.find(i=>i.label)?.label||"css")+Vc(JSON.stringify(r));return n=(i,o)=>zm(r.flatMap(s=>pv(s,i,o,$t.o)),a),Om.set(a,n),a}var gse=new Proxy(function(t,e){return ov("animation",t,e)},{get(t,e){return e in t?t[e]:function(n,r){return ov(e,n,r)}}});function ov(t,e,n){return{toString(){return Tv({label:t,"@layer components":{...typeof e=="object"?e:{animation:e},animationName:""+n}})}}}function X(t,e,n){return[t,u8(e,n)]}function u8(t,e){return typeof t=="function"?t:typeof t=="string"&&/^[\w-]+$/.test(t)?(n,r)=>({[t]:e?e(n,r):Bm(n,1)}):n=>t||{[n[1]]:Bm(n,2)}}function Bm(t,e,n=t.slice(e).find(Boolean)||t.$$||t.input){return t.input[0]=="-"?`calc(${n} * -1)`:n}function te(t,e,n,r){return[t,l8(e,n,r)]}function l8(t,e,n){let r=typeof e=="string"?(a,i)=>({[e]:n?n(a,i):a._}):e||(({1:a,_:i},o,s)=>({[a||s]:i}));return(a,i)=>{let o=yv(t||a[1]),s=i.theme(o,a.$$)??So(a.$$,o,i);if(s!=null)return a._=Bm(a,0,s),r(a,i,o)}}function It(t,e={},n){return[t,c8(e,n)]}function c8(t={},e){return(n,r)=>{let{section:a=yv(n[0]).replace("-","")+"Color"}=t,[i,o]=d8(n.$$);if(!i)return;let s=r.theme(a,i)||So(i,a,r);if(!s||typeof s=="object")return;let{opacityVariable:u=`--tw-${n[0].replace(/-$/,"")}-opacity`,opacitySection:l=a.replace("Color","Opacity"),property:c=a,selector:p}=t,m=r.theme(l,o||"DEFAULT")||o&&So(o,l,r),g=e||(({_:T})=>{let b=Ks(c,T);return p?{[p]:b}:b});n._={value:Ea(s,{opacityVariable:u||void 0,opacityValue:m||void 0}),color:T=>Ea(s,T),opacityVariable:u||void 0,opacityValue:m||void 0};let f=g(n,r);if(!n.dark){let T=r.d(a,i,s);T&&T!==s&&(n._={value:Ea(T,{opacityVariable:u||void 0,opacityValue:m||"1"}),color:b=>Ea(T,b),opacityVariable:u||void 0,opacityValue:m||void 0},f={"&":f,[r.v("dark")]:g(n,r)})}return f}}function d8(t){return(t.match(/^(\[[^\]]+]|[^/]+?)(?:\/(.+))?$/)||[]).slice(1)}function Ks(t,e){let n={};return typeof e=="string"?n[t]=e:(e.opacityVariable&&e.value.includes(e.opacityVariable)&&(n[e.opacityVariable]=e.opacityValue||"1"),n[t]=e.value),n}function So(t,e,n){if(t[0]=="["&&t.slice(-1)=="]"){if(t=$c(gv(t.slice(1,-1),n.theme)),!e)return t;if(!(/color|fill|stroke/i.test(e)&&!(/^color:/.test(t)||/^(#|((hsl|rgb)a?|hwb|lab|lch|color)\(|[a-z]+$)/.test(t))||/image/i.test(e)&&!(/^image:/.test(t)||/^[a-z-]+\(/.test(t))||/weight/i.test(e)&&!(/^(number|any):/.test(t)||/^\d+$/.test(t))||/position/i.test(e)&&/^(length|size):/.test(t)))return t.replace(/^[a-z-]+:/,"")}}function yv(t){return t.replace(/-./g,e=>e[1].toUpperCase())}function $c(t){return t.includes("url(")?t.replace(/(.*?)(url\(.*?\))(.*?)/g,(e,n="",r,a="")=>$c(n)+r+$c(a)):t.replace(/(^|[^\\])_+/g,(e,n)=>n+" ".repeat(e.length-n.length)).replace(/\\_/g,"_").replace(/(calc|min|max|clamp)\(.+\)/g,e=>e.replace(/(-?\d*\.?\d(?!\b-.+[,)](?![^+\-/*])\D)(?:%|[a-z]+)?|\))([+\-/*])/g,"$1 $2 "))}var mse=Symbol();var vv=new Proxy(n8,{apply(t,e,n){return wm(n[0])},get(t,e){let n=wm[e];return typeof n=="function"?function(){return n.apply(wm,arguments)}:n}});var fse=function t(e){return new Proxy(function(n,...r){return sv(e,"",n,r)},{get(n,r){return r==="bind"?t:r in n?n[r]:function(a,...i){return sv(e,r,a,i)}}})}();function sv(t,e,n,r){return{toString(){let a=Mm(n,r),i=lv(e+Vc(JSON.stringify([e,a])));return(typeof t=="function"?t:vv)(Tv({[`@keyframes ${i}`]:Mm(n,r)})),i}}}d();d();d();d();d();var Sv={screens:{sm:"640px",md:"768px",lg:"1024px",xl:"1280px","2xl":"1536px"},columns:{auto:"auto","3xs":"16rem","2xs":"18rem",xs:"20rem",sm:"24rem",md:"28rem",lg:"32rem",xl:"36rem","2xl":"42rem","3xl":"48rem","4xl":"56rem","5xl":"64rem","6xl":"72rem","7xl":"80rem"},spacing:{px:"1px",0:"0px",...Bn(4,"rem",4,.5,.5),...Bn(12,"rem",4,5),14:"3.5rem",...Bn(64,"rem",4,16,4),72:"18rem",80:"20rem",96:"24rem"},durations:{75:"75ms",100:"100ms",150:"150ms",200:"200ms",300:"300ms",500:"500ms",700:"700ms",1e3:"1000ms"},animation:{none:"none",spin:"spin 1s linear infinite",ping:"ping 1s cubic-bezier(0,0,0.2,1) infinite",pulse:"pulse 2s cubic-bezier(0.4,0,0.6,1) infinite",bounce:"bounce 1s infinite"},aspectRatio:{auto:"auto",square:"1/1",video:"16/9"},backdropBlur:Ke("blur"),backdropBrightness:Ke("brightness"),backdropContrast:Ke("contrast"),backdropGrayscale:Ke("grayscale"),backdropHueRotate:Ke("hueRotate"),backdropInvert:Ke("invert"),backdropOpacity:Ke("opacity"),backdropSaturate:Ke("saturate"),backdropSepia:Ke("sepia"),backgroundColor:Ke("colors"),backgroundImage:{none:"none"},backgroundOpacity:Ke("opacity"),backgroundSize:{auto:"auto",cover:"cover",contain:"contain"},blur:{none:"none",0:"0",sm:"4px",DEFAULT:"8px",md:"12px",lg:"16px",xl:"24px","2xl":"40px","3xl":"64px"},brightness:{...Bn(200,"",100,0,50),...Bn(110,"",100,90,5),75:"0.75",125:"1.25"},borderColor:({theme:t})=>({DEFAULT:t("colors.gray.200","currentColor"),...t("colors")}),borderOpacity:Ke("opacity"),borderRadius:{none:"0px",sm:"0.125rem",DEFAULT:"0.25rem",md:"0.375rem",lg:"0.5rem",xl:"0.75rem","2xl":"1rem","3xl":"1.5rem","1/2":"50%",full:"9999px"},borderSpacing:Ke("spacing"),borderWidth:{DEFAULT:"1px",...jn(8,"px")},boxShadow:{sm:"0 1px 2px 0 rgba(0,0,0,0.05)",DEFAULT:"0 1px 3px 0 rgba(0,0,0,0.1), 0 1px 2px -1px rgba(0,0,0,0.1)",md:"0 4px 6px -1px rgba(0,0,0,0.1), 0 2px 4px -2px rgba(0,0,0,0.1)",lg:"0 10px 15px -3px rgba(0,0,0,0.1), 0 4px 6px -4px rgba(0,0,0,0.1)",xl:"0 20px 25px -5px rgba(0,0,0,0.1), 0 8px 10px -6px rgba(0,0,0,0.1)","2xl":"0 25px 50px -12px rgba(0,0,0,0.25)",inner:"inset 0 2px 4px 0 rgba(0,0,0,0.05)",none:"0 0 #0000"},boxShadowColor:Ke("colors"),caretColor:Ke("colors"),accentColor:({theme:t})=>({auto:"auto",...t("colors")}),contrast:{...Bn(200,"",100,0,50),75:"0.75",125:"1.25"},content:{none:"none"},divideColor:Ke("borderColor"),divideOpacity:Ke("borderOpacity"),divideWidth:Ke("borderWidth"),dropShadow:{sm:"0 1px 1px rgba(0,0,0,0.05)",DEFAULT:["0 1px 2px rgba(0,0,0,0.1)","0 1px 1px rgba(0,0,0,0.06)"],md:["0 4px 3px rgba(0,0,0,0.07)","0 2px 2px rgba(0,0,0,0.06)"],lg:["0 10px 8px rgba(0,0,0,0.04)","0 4px 3px rgba(0,0,0,0.1)"],xl:["0 20px 13px rgba(0,0,0,0.03)","0 8px 5px rgba(0,0,0,0.08)"],"2xl":"0 25px 25px rgba(0,0,0,0.15)",none:"0 0 #0000"},fill:({theme:t})=>({...t("colors"),none:"none"}),grayscale:{DEFAULT:"100%",0:"0"},hueRotate:{0:"0deg",15:"15deg",30:"30deg",60:"60deg",90:"90deg",180:"180deg"},invert:{DEFAULT:"100%",0:"0"},flex:{1:"1 1 0%",auto:"1 1 auto",initial:"0 1 auto",none:"none"},flexBasis:({theme:t})=>({...t("spacing"),...Gs(2,6),...Gs(12,12),auto:"auto",full:"100%"}),flexGrow:{DEFAULT:1,0:0},flexShrink:{DEFAULT:1,0:0},fontFamily:{sans:'ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji"'.split(","),serif:'ui-serif,Georgia,Cambria,"Times New Roman",Times,serif'.split(","),mono:'ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace'.split(",")},fontSize:{xs:["0.75rem","1rem"],sm:["0.875rem","1.25rem"],base:["1rem","1.5rem"],lg:["1.125rem","1.75rem"],xl:["1.25rem","1.75rem"],"2xl":["1.5rem","2rem"],"3xl":["1.875rem","2.25rem"],"4xl":["2.25rem","2.5rem"],"5xl":["3rem","1"],"6xl":["3.75rem","1"],"7xl":["4.5rem","1"],"8xl":["6rem","1"],"9xl":["8rem","1"]},fontWeight:{thin:"100",extralight:"200",light:"300",normal:"400",medium:"500",semibold:"600",bold:"700",extrabold:"800",black:"900"},gap:Ke("spacing"),gradientColorStops:Ke("colors"),gridAutoColumns:{auto:"auto",min:"min-content",max:"max-content",fr:"minmax(0,1fr)"},gridAutoRows:{auto:"auto",min:"min-content",max:"max-content",fr:"minmax(0,1fr)"},gridColumn:{auto:"auto","span-full":"1 / -1"},gridRow:{auto:"auto","span-full":"1 / -1"},gridTemplateColumns:{none:"none"},gridTemplateRows:{none:"none"},height:({theme:t})=>({...t("spacing"),...Gs(2,6),min:"min-content",max:"max-content",fit:"fit-content",auto:"auto",full:"100%",screen:"100vh"}),inset:({theme:t})=>({...t("spacing"),...Gs(2,4),auto:"auto",full:"100%"}),keyframes:{spin:{from:{transform:"rotate(0deg)"},to:{transform:"rotate(360deg)"}},ping:{"0%":{transform:"scale(1)",opacity:"1"},"75%,100%":{transform:"scale(2)",opacity:"0"}},pulse:{"0%,100%":{opacity:"1"},"50%":{opacity:".5"}},bounce:{"0%, 100%":{transform:"translateY(-25%)",animationTimingFunction:"cubic-bezier(0.8,0,1,1)"},"50%":{transform:"none",animationTimingFunction:"cubic-bezier(0,0,0.2,1)"}}},letterSpacing:{tighter:"-0.05em",tight:"-0.025em",normal:"0em",wide:"0.025em",wider:"0.05em",widest:"0.1em"},lineHeight:{...Bn(10,"rem",4,3),none:"1",tight:"1.25",snug:"1.375",normal:"1.5",relaxed:"1.625",loose:"2"},margin:({theme:t})=>({auto:"auto",...t("spacing")}),maxHeight:({theme:t})=>({full:"100%",min:"min-content",max:"max-content",fit:"fit-content",screen:"100vh",...t("spacing")}),maxWidth:({theme:t,breakpoints:e})=>({...e(t("screens")),none:"none",0:"0rem",xs:"20rem",sm:"24rem",md:"28rem",lg:"32rem",xl:"36rem","2xl":"42rem","3xl":"48rem","4xl":"56rem","5xl":"64rem","6xl":"72rem","7xl":"80rem",full:"100%",min:"min-content",max:"max-content",fit:"fit-content",prose:"65ch"}),minHeight:{0:"0px",full:"100%",min:"min-content",max:"max-content",fit:"fit-content",screen:"100vh"},minWidth:{0:"0px",full:"100%",min:"min-content",max:"max-content",fit:"fit-content"},opacity:{...Bn(100,"",100,0,10),5:"0.05",25:"0.25",75:"0.75",95:"0.95"},order:{first:"-9999",last:"9999",none:"0"},padding:Ke("spacing"),placeholderColor:Ke("colors"),placeholderOpacity:Ke("opacity"),outlineColor:Ke("colors"),outlineOffset:jn(8,"px"),outlineWidth:jn(8,"px"),ringColor:({theme:t})=>({...t("colors"),DEFAULT:"#3b82f6"}),ringOffsetColor:Ke("colors"),ringOffsetWidth:jn(8,"px"),ringOpacity:({theme:t})=>({...t("opacity"),DEFAULT:"0.5"}),ringWidth:{DEFAULT:"3px",...jn(8,"px")},rotate:{...jn(2,"deg"),...jn(12,"deg",3),...jn(180,"deg",45)},saturate:Bn(200,"",100,0,50),scale:{...Bn(150,"",100,0,50),...Bn(110,"",100,90,5),75:"0.75",125:"1.25"},scrollMargin:Ke("spacing"),scrollPadding:Ke("spacing"),sepia:{0:"0",DEFAULT:"100%"},skew:{...jn(2,"deg"),...jn(12,"deg",3)},space:Ke("spacing"),stroke:({theme:t})=>({...t("colors"),none:"none"}),strokeWidth:Bn(2),textColor:Ke("colors"),textDecorationColor:Ke("colors"),textDecorationThickness:{"from-font":"from-font",auto:"auto",...jn(8,"px")},textUnderlineOffset:{auto:"auto",...jn(8,"px")},textIndent:Ke("spacing"),textOpacity:Ke("opacity"),transitionDuration:({theme:t})=>({...t("durations"),DEFAULT:"150ms"}),transitionDelay:Ke("durations"),transitionProperty:{none:"none",all:"all",DEFAULT:"color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter",colors:"color,background-color,border-color,text-decoration-color,fill,stroke",opacity:"opacity",shadow:"box-shadow",transform:"transform"},transitionTimingFunction:{DEFAULT:"cubic-bezier(0.4,0,0.2,1)",linear:"linear",in:"cubic-bezier(0.4,0,1,1)",out:"cubic-bezier(0,0,0.2,1)","in-out":"cubic-bezier(0.4,0,0.2,1)"},translate:({theme:t})=>({...t("spacing"),...Gs(2,4),full:"100%"}),width:({theme:t})=>({min:"min-content",max:"max-content",fit:"fit-content",screen:"100vw",...t("flexBasis")}),willChange:{scroll:"scroll-position"},zIndex:{...Bn(50,"",1,0,10),auto:"auto"}};function Gs(t,e){let n={};do for(var r=1;re(t)}var Mse={"*,::before,::after":{boxSizing:"border-box",borderWidth:"0",borderStyle:"solid",borderColor:"theme(borderColor.DEFAULT, currentColor)"},"::before,::after":{"--tw-content":"''"},html:{lineHeight:1.5,WebkitTextSizeAdjust:"100%",MozTabSize:"4",tabSize:4,fontFamily:`theme(fontFamily.sans, ${Sv.fontFamily.sans})`,fontFeatureSettings:"theme(fontFamily.sans[1].fontFeatureSettings, normal)"},body:{margin:"0",lineHeight:"inherit"},hr:{height:"0",color:"inherit",borderTopWidth:"1px"},"abbr:where([title])":{textDecoration:"underline dotted"},"h1,h2,h3,h4,h5,h6":{fontSize:"inherit",fontWeight:"inherit"},a:{color:"inherit",textDecoration:"inherit"},"b,strong":{fontWeight:"bolder"},"code,kbd,samp,pre":{fontFamily:`theme(fontFamily.mono, ${Sv.fontFamily.mono})`,fontFeatureSettings:"theme(fontFamily.mono[1].fontFeatureSettings, normal)",fontSize:"1em"},small:{fontSize:"80%"},"sub,sup":{fontSize:"75%",lineHeight:0,position:"relative",verticalAlign:"baseline"},sub:{bottom:"-0.25em"},sup:{top:"-0.5em"},table:{textIndent:"0",borderColor:"inherit",borderCollapse:"collapse"},"button,input,optgroup,select,textarea":{fontFamily:"inherit",fontSize:"100%",lineHeight:"inherit",color:"inherit",margin:"0",padding:"0"},"button,select":{textTransform:"none"},"button,[type='button'],[type='reset'],[type='submit']":{WebkitAppearance:"button",backgroundColor:"transparent",backgroundImage:"none"},":-moz-focusring":{outline:"auto"},":-moz-ui-invalid":{boxShadow:"none"},progress:{verticalAlign:"baseline"},"::-webkit-inner-spin-button,::-webkit-outer-spin-button":{height:"auto"},"[type='search']":{WebkitAppearance:"textfield",outlineOffset:"-2px"},"::-webkit-search-decoration":{WebkitAppearance:"none"},"::-webkit-file-upload-button":{WebkitAppearance:"button",font:"inherit"},summary:{display:"list-item"},"blockquote,dl,dd,h1,h2,h3,h4,h5,h6,hr,figure,p,pre":{margin:"0"},fieldset:{margin:"0",padding:"0"},legend:{padding:"0"},"ol,ul,menu":{listStyle:"none",margin:"0",padding:"0"},textarea:{resize:"vertical"},"input::placeholder,textarea::placeholder":{opacity:1,color:"theme(colors.gray.400, #9ca3af)"},'button,[role="button"]':{cursor:"pointer"},":disabled":{cursor:"default"},"img,svg,video,canvas,audio,iframe,embed,object":{display:"block",verticalAlign:"middle"},"img,video":{maxWidth:"100%",height:"auto"},"[hidden]":{display:"none"}},Ise=[X("\\[([-\\w]+):(.+)]",({1:t,2:e},n)=>({"@layer overrides":{"&":{[t]:So(`[${e}]`,"",n)}}})),X("(group|peer)([~/][^-[]+)?",({input:t},{h:e})=>[{c:e(t)}]),te("aspect-","aspectRatio"),X("container",(t,{theme:e})=>{let{screens:n=e("screens"),center:r,padding:a}=e("container"),i={width:"100%",marginRight:r&&"auto",marginLeft:r&&"auto",...o("xs")};for(let s in n){let u=n[s];typeof u=="string"&&(i[Yc(u)]={"&":{maxWidth:u,...o(s)}})}return i;function o(s){let u=a&&(typeof a=="string"?a:a[s]||a.DEFAULT);if(u)return{paddingRight:u,paddingLeft:u}}}),te("content-","content",({_:t})=>({"--tw-content":t,content:"var(--tw-content)"})),X("(?:box-)?decoration-(slice|clone)","boxDecorationBreak"),X("box-(border|content)","boxSizing",({1:t})=>t+"-box"),X("hidden",{display:"none"}),X("table-(auto|fixed)","tableLayout"),X(["(block|flex|table|grid|inline|contents|flow-root|list-item)","(inline-(block|flex|table|grid))","(table-(caption|cell|column|row|(column|row|footer|header)-group))"],"display"),"(float)-(left|right|none)","(clear)-(left|right|none|both)","(overflow(?:-[xy])?)-(auto|hidden|clip|visible|scroll)","(isolation)-(auto)",X("isolate","isolation"),X("object-(contain|cover|fill|none|scale-down)","objectFit"),te("object-","objectPosition"),X("object-(top|bottom|center|(left|right)(-(top|bottom))?)","objectPosition",Qc),X("overscroll(-[xy])?-(auto|contain|none)",({1:t="",2:e})=>({["overscroll-behavior"+t]:e})),X("(static|fixed|absolute|relative|sticky)","position"),te("-?inset(-[xy])?(?:$|-)","inset",({1:t,_:e})=>({top:t!="-x"&&e,right:t!="-y"&&e,bottom:t!="-x"&&e,left:t!="-y"&&e})),te("-?(top|bottom|left|right)(?:$|-)","inset"),X("(visible|collapse)","visibility"),X("invisible",{visibility:"hidden"}),te("-?z-","zIndex"),X("flex-((row|col)(-reverse)?)","flexDirection",xv),X("flex-(wrap|wrap-reverse|nowrap)","flexWrap"),te("(flex-(?:grow|shrink))(?:$|-)"),te("(flex)-"),te("grow(?:$|-)","flexGrow"),te("shrink(?:$|-)","flexShrink"),te("basis-","flexBasis"),te("-?(order)-"),"-?(order)-(\\d+)",te("grid-cols-","gridTemplateColumns"),X("grid-cols-(\\d+)","gridTemplateColumns",Dv),te("col-","gridColumn"),X("col-(span)-(\\d+)","gridColumn",wv),te("col-start-","gridColumnStart"),X("col-start-(auto|\\d+)","gridColumnStart"),te("col-end-","gridColumnEnd"),X("col-end-(auto|\\d+)","gridColumnEnd"),te("grid-rows-","gridTemplateRows"),X("grid-rows-(\\d+)","gridTemplateRows",Dv),te("row-","gridRow"),X("row-(span)-(\\d+)","gridRow",wv),te("row-start-","gridRowStart"),X("row-start-(auto|\\d+)","gridRowStart"),te("row-end-","gridRowEnd"),X("row-end-(auto|\\d+)","gridRowEnd"),X("grid-flow-((row|col)(-dense)?)","gridAutoFlow",t=>Qc(xv(t))),X("grid-flow-(dense)","gridAutoFlow"),te("auto-cols-","gridAutoColumns"),te("auto-rows-","gridAutoRows"),te("gap-x(?:$|-)","gap","columnGap"),te("gap-y(?:$|-)","gap","rowGap"),te("gap(?:$|-)","gap"),"(justify-(?:items|self))-",X("justify-","justifyContent",Ev),X("(content|items|self)-",t=>({["align-"+t[1]]:Ev(t)})),X("(place-(content|items|self))-",({1:t,$$:e})=>({[t]:("wun".includes(e[3])?"space-":"")+e})),te("p([xytrbl])?(?:$|-)","padding",xo("padding")),te("-?m([xytrbl])?(?:$|-)","margin",xo("margin")),te("-?space-(x|y)(?:$|-)","space",({1:t,_:e})=>({"&>:not([hidden])~:not([hidden])":{[`--tw-space-${t}-reverse`]:"0",["margin-"+{y:"top",x:"left"}[t]]:`calc(${e} * calc(1 - var(--tw-space-${t}-reverse)))`,["margin-"+{y:"bottom",x:"right"}[t]]:`calc(${e} * var(--tw-space-${t}-reverse))`}})),X("space-(x|y)-reverse",({1:t})=>({"&>:not([hidden])~:not([hidden])":{[`--tw-space-${t}-reverse`]:"1"}})),te("w-","width"),te("min-w-","minWidth"),te("max-w-","maxWidth"),te("h-","height"),te("min-h-","minHeight"),te("max-h-","maxHeight"),te("font-","fontWeight"),te("font-","fontFamily",({_:t})=>typeof(t=Mn(t))[1]=="string"?{fontFamily:rr(t)}:{fontFamily:rr(t[0]),...t[1]}),X("antialiased",{WebkitFontSmoothing:"antialiased",MozOsxFontSmoothing:"grayscale"}),X("subpixel-antialiased",{WebkitFontSmoothing:"auto",MozOsxFontSmoothing:"auto"}),X("italic","fontStyle"),X("not-italic",{fontStyle:"normal"}),X("(ordinal|slashed-zero|(normal|lining|oldstyle|proportional|tabular)-nums|(diagonal|stacked)-fractions)",({1:t,2:e="",3:n})=>e=="normal"?{fontVariantNumeric:"normal"}:{["--tw-"+(n?"numeric-fraction":"pt".includes(e[0])?"numeric-spacing":e?"numeric-figure":t)]:t,fontVariantNumeric:"var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction)",...Ca({"--tw-ordinal":"var(--tw-empty,/*!*/ /*!*/)","--tw-slashed-zero":"var(--tw-empty,/*!*/ /*!*/)","--tw-numeric-figure":"var(--tw-empty,/*!*/ /*!*/)","--tw-numeric-spacing":"var(--tw-empty,/*!*/ /*!*/)","--tw-numeric-fraction":"var(--tw-empty,/*!*/ /*!*/)"})}),te("tracking-","letterSpacing"),te("leading-","lineHeight"),X("list-(inside|outside)","listStylePosition"),te("list-","listStyleType"),X("list-","listStyleType"),te("placeholder-opacity-","placeholderOpacity",({_:t})=>({"&::placeholder":{"--tw-placeholder-opacity":t}})),It("placeholder-",{property:"color",selector:"&::placeholder"}),X("text-(left|center|right|justify|start|end)","textAlign"),X("text-(ellipsis|clip)","textOverflow"),te("text-opacity-","textOpacity","--tw-text-opacity"),It("text-",{property:"color"}),te("text-","fontSize",({_:t})=>typeof t=="string"?{fontSize:t}:{fontSize:t[0],...typeof t[1]=="string"?{lineHeight:t[1]}:t[1]}),te("indent-","textIndent"),X("(overline|underline|line-through)","textDecorationLine"),X("no-underline",{textDecorationLine:"none"}),te("underline-offset-","textUnderlineOffset"),It("decoration-",{section:"textDecorationColor",opacityVariable:!1,opacitySection:"opacity"}),te("decoration-","textDecorationThickness"),X("decoration-","textDecorationStyle"),X("(uppercase|lowercase|capitalize)","textTransform"),X("normal-case",{textTransform:"none"}),X("truncate",{overflow:"hidden",whiteSpace:"nowrap",textOverflow:"ellipsis"}),X("align-","verticalAlign"),X("whitespace-","whiteSpace"),X("break-normal",{wordBreak:"normal",overflowWrap:"normal"}),X("break-words",{overflowWrap:"break-word"}),X("break-all",{wordBreak:"break-all"}),X("break-keep",{wordBreak:"keep-all"}),It("caret-",{opacityVariable:!1,opacitySection:"opacity"}),It("accent-",{opacityVariable:!1,opacitySection:"opacity"}),X("bg-gradient-to-([trbl]|[tb][rl])","backgroundImage",({1:t})=>`linear-gradient(to ${ri(t," ")},var(--tw-gradient-stops))`),It("from-",{section:"gradientColorStops",opacityVariable:!1,opacitySection:"opacity"},({_:t})=>({"--tw-gradient-from":t.value,"--tw-gradient-to":t.color({opacityValue:"0"}),"--tw-gradient-stops":"var(--tw-gradient-from),var(--tw-gradient-to)"})),It("via-",{section:"gradientColorStops",opacityVariable:!1,opacitySection:"opacity"},({_:t})=>({"--tw-gradient-to":t.color({opacityValue:"0"}),"--tw-gradient-stops":`var(--tw-gradient-from),${t.value},var(--tw-gradient-to)`})),It("to-",{section:"gradientColorStops",property:"--tw-gradient-to",opacityVariable:!1,opacitySection:"opacity"}),X("bg-(fixed|local|scroll)","backgroundAttachment"),X("bg-origin-(border|padding|content)","backgroundOrigin",({1:t})=>t+"-box"),X(["bg-(no-repeat|repeat(-[xy])?)","bg-repeat-(round|space)"],"backgroundRepeat"),X("bg-blend-","backgroundBlendMode"),X("bg-clip-(border|padding|content|text)","backgroundClip",({1:t})=>t+(t=="text"?"":"-box")),te("bg-opacity-","backgroundOpacity","--tw-bg-opacity"),It("bg-",{section:"backgroundColor"}),te("bg-","backgroundImage"),te("bg-","backgroundPosition"),X("bg-(top|bottom|center|(left|right)(-(top|bottom))?)","backgroundPosition",Qc),te("bg-","backgroundSize"),te("rounded(?:$|-)","borderRadius"),te("rounded-([trbl]|[tb][rl])(?:$|-)","borderRadius",({1:t,_:e})=>{let n={t:["tl","tr"],r:["tr","br"],b:["bl","br"],l:["bl","tl"]}[t]||[t,t];return{[`border-${ri(n[0])}-radius`]:e,[`border-${ri(n[1])}-radius`]:e}}),X("border-(collapse|separate)","borderCollapse"),te("border-opacity(?:$|-)","borderOpacity","--tw-border-opacity"),X("border-(solid|dashed|dotted|double|none)","borderStyle"),te("border-spacing(-[xy])?(?:$|-)","borderSpacing",({1:t,_:e})=>({...Ca({"--tw-border-spacing-x":"0","--tw-border-spacing-y":"0"}),["--tw-border-spacing"+(t||"-x")]:e,["--tw-border-spacing"+(t||"-y")]:e,"border-spacing":"var(--tw-border-spacing-x) var(--tw-border-spacing-y)"})),It("border-([xytrbl])-",{section:"borderColor"},xo("border","Color")),It("border-"),te("border-([xytrbl])(?:$|-)","borderWidth",xo("border","Width")),te("border(?:$|-)","borderWidth"),te("divide-opacity(?:$|-)","divideOpacity",({_:t})=>({"&>:not([hidden])~:not([hidden])":{"--tw-divide-opacity":t}})),X("divide-(solid|dashed|dotted|double|none)",({1:t})=>({"&>:not([hidden])~:not([hidden])":{borderStyle:t}})),X("divide-([xy]-reverse)",({1:t})=>({"&>:not([hidden])~:not([hidden])":{["--tw-divide-"+t]:"1"}})),te("divide-([xy])(?:$|-)","divideWidth",({1:t,_:e})=>{let n={x:"lr",y:"tb"}[t];return{"&>:not([hidden])~:not([hidden])":{[`--tw-divide-${t}-reverse`]:"0",[`border-${ri(n[0])}Width`]:`calc(${e} * calc(1 - var(--tw-divide-${t}-reverse)))`,[`border-${ri(n[1])}Width`]:`calc(${e} * var(--tw-divide-${t}-reverse))`}}}),It("divide-",{property:"borderColor",selector:"&>:not([hidden])~:not([hidden])"}),te("ring-opacity(?:$|-)","ringOpacity","--tw-ring-opacity"),It("ring-offset-",{property:"--tw-ring-offset-color",opacityVariable:!1}),te("ring-offset(?:$|-)","ringOffsetWidth","--tw-ring-offset-width"),X("ring-inset",{"--tw-ring-inset":"inset"}),It("ring-",{property:"--tw-ring-color"}),te("ring(?:$|-)","ringWidth",({_:t},{theme:e})=>({...Ca({"--tw-ring-offset-shadow":"0 0 #0000","--tw-ring-shadow":"0 0 #0000","--tw-shadow":"0 0 #0000","--tw-shadow-colored":"0 0 #0000","&":{"--tw-ring-inset":"var(--tw-empty,/*!*/ /*!*/)","--tw-ring-offset-width":e("ringOffsetWidth","","0px"),"--tw-ring-offset-color":Ea(e("ringOffsetColor","","#fff")),"--tw-ring-color":Ea(e("ringColor","","#93c5fd"),{opacityVariable:"--tw-ring-opacity"}),"--tw-ring-opacity":e("ringOpacity","","0.5")}}),"--tw-ring-offset-shadow":"var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color)","--tw-ring-shadow":`var(--tw-ring-inset) 0 0 0 calc(${t} + var(--tw-ring-offset-width)) var(--tw-ring-color)`,boxShadow:"var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)"})),It("shadow-",{section:"boxShadowColor",opacityVariable:!1,opacitySection:"opacity"},({_:t})=>({"--tw-shadow-color":t.value,"--tw-shadow":"var(--tw-shadow-colored)"})),te("shadow(?:$|-)","boxShadow",({_:t})=>({...Ca({"--tw-ring-offset-shadow":"0 0 #0000","--tw-ring-shadow":"0 0 #0000","--tw-shadow":"0 0 #0000","--tw-shadow-colored":"0 0 #0000"}),"--tw-shadow":rr(t),"--tw-shadow-colored":rr(t).replace(/([^,]\s+)(?:#[a-f\d]+|(?:(?:hsl|rgb)a?|hwb|lab|lch|color|var)\(.+?\)|[a-z]+)(,|$)/g,"$1var(--tw-shadow-color)$2"),boxShadow:"var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)"})),te("(opacity)-"),X("mix-blend-","mixBlendMode"),...Cv(),...Cv("backdrop-"),te("transition(?:$|-)","transitionProperty",(t,{theme:e})=>({transitionProperty:rr(t),transitionTimingFunction:t._=="none"?void 0:rr(e("transitionTimingFunction","")),transitionDuration:t._=="none"?void 0:rr(e("transitionDuration",""))})),te("duration(?:$|-)","transitionDuration","transitionDuration",rr),te("ease(?:$|-)","transitionTimingFunction","transitionTimingFunction",rr),te("delay(?:$|-)","transitionDelay","transitionDelay",rr),te("animate(?:$|-)","animation",(t,{theme:e,h:n,e:r})=>{let a=rr(t),i=a.split(" "),o=e("keyframes",i[0]);return o?{["@keyframes "+(i[0]=r(n(i[0])))]:o,animation:i.join(" ")}:{animation:a}}),"(transform)-(none)",X("transform",qm),X("transform-(cpu|gpu)",({1:t})=>({"--tw-transform":Av(t=="gpu")})),te("scale(-[xy])?-","scale",({1:t,_:e})=>({["--tw-scale"+(t||"-x")]:e,["--tw-scale"+(t||"-y")]:e,...qm()})),te("-?(rotate)-","rotate",Um),te("-?(translate-[xy])-","translate",Um),te("-?(skew-[xy])-","skew",Um),X("origin-(center|((top|bottom)(-(left|right))?)|left|right)","transformOrigin",Qc),"(appearance)-",te("(columns)-"),"(columns)-(\\d+)","(break-(?:before|after|inside))-",te("(cursor)-"),"(cursor)-",X("snap-(none)","scroll-snap-type"),X("snap-(x|y|both)",({1:t})=>({...Ca({"--tw-scroll-snap-strictness":"proximity"}),"scroll-snap-type":t+" var(--tw-scroll-snap-strictness)"})),X("snap-(mandatory|proximity)","--tw-scroll-snap-strictness"),X("snap-(?:(start|end|center)|align-(none))","scroll-snap-align"),X("snap-(normal|always)","scroll-snap-stop"),X("scroll-(auto|smooth)","scroll-behavior"),te("scroll-p([xytrbl])?(?:$|-)","padding",xo("scroll-padding")),te("-?scroll-m([xytrbl])?(?:$|-)","scroll-margin",xo("scroll-margin")),X("touch-(auto|none|manipulation)","touch-action"),X("touch-(pinch-zoom|pan-(?:(x|left|right)|(y|up|down)))",({1:t,2:e,3:n})=>({...Ca({"--tw-pan-x":"var(--tw-empty,/*!*/ /*!*/)","--tw-pan-y":"var(--tw-empty,/*!*/ /*!*/)","--tw-pinch-zoom":"var(--tw-empty,/*!*/ /*!*/)","--tw-touch-action":"var(--tw-pan-x) var(--tw-pan-y) var(--tw-pinch-zoom)"}),[`--tw-${e?"pan-x":n?"pan-y":t}`]:t,"touch-action":"var(--tw-touch-action)"})),X("outline-none",{outline:"2px solid transparent","outline-offset":"2px"}),X("outline",{outlineStyle:"solid"}),X("outline-(dashed|dotted|double)","outlineStyle"),te("-?(outline-offset)-"),It("outline-",{opacityVariable:!1,opacitySection:"opacity"}),te("outline-","outlineWidth"),"(pointer-events)-",te("(will-change)-"),"(will-change)-",["resize(?:-(none|x|y))?","resize",({1:t})=>({x:"horizontal",y:"vertical"})[t]||t||"both"],X("select-(none|text|all|auto)","userSelect"),It("fill-",{section:"fill",opacityVariable:!1,opacitySection:"opacity"}),It("stroke-",{section:"stroke",opacityVariable:!1,opacitySection:"opacity"}),te("stroke-","strokeWidth"),X("sr-only",{position:"absolute",width:"1px",height:"1px",padding:"0",margin:"-1px",overflow:"hidden",whiteSpace:"nowrap",clip:"rect(0,0,0,0)",borderWidth:"0"}),X("not-sr-only",{position:"static",width:"auto",height:"auto",padding:"0",margin:"0",overflow:"visible",whiteSpace:"normal",clip:"auto"})];function Qc(t){return(typeof t=="string"?t:t[1]).replace(/-/g," ").trim()}function xv(t){return(typeof t=="string"?t:t[1]).replace("col","column")}function ri(t,e="-"){let n=[];for(let r of t)n.push({t:"top",r:"right",b:"bottom",l:"left"}[r]);return n.join(e)}function rr(t){return t&&""+(t._||t)}function Ev({$$:t}){return({r:"flex-","":"flex-",w:"space-",u:"space-",n:"space-"}[t[3]||""]||"")+t}function xo(t,e=""){return({1:n,_:r})=>{let a={x:"lr",y:"tb"}[n]||n+n;return a?{...Ks(t+"-"+ri(a[0])+e,r),...Ks(t+"-"+ri(a[1])+e,r)}:Ks(t+e,r)}}function Cv(t=""){let e=["blur","brightness","contrast","grayscale","hue-rotate","invert",t&&"opacity","saturate","sepia",!t&&"drop-shadow"].filter(Boolean),n={};for(let r of e)n[`--tw-${t}${r}`]="var(--tw-empty,/*!*/ /*!*/)";return n={...Ca(n),[`${t}filter`]:e.map(r=>`var(--tw-${t}${r})`).join(" ")},[`(${t}filter)-(none)`,X(`${t}filter`,n),...e.map(r=>te(`${r[0]=="h"?"-?":""}(${t}${r})(?:$|-)`,r,({1:a,_:i})=>({[`--tw-${a}`]:Mn(i).map(o=>`${r}(${o})`).join(" "),...n})))]}function Um({1:t,_:e}){return{["--tw-"+t]:e,...qm()}}function qm(){return{...Ca({"--tw-translate-x":"0","--tw-translate-y":"0","--tw-rotate":"0","--tw-skew-x":"0","--tw-skew-y":"0","--tw-scale-x":"1","--tw-scale-y":"1","--tw-transform":Av()}),transform:"var(--tw-transform)"}}function Av(t){return[t?"translate3d(var(--tw-translate-x),var(--tw-translate-y),0)":"translateX(var(--tw-translate-x)) translateY(var(--tw-translate-y))","rotate(var(--tw-rotate))","skewX(var(--tw-skew-x))","skewY(var(--tw-skew-y))","scaleX(var(--tw-scale-x))","scaleY(var(--tw-scale-y))"].join(" ")}function wv({1:t,2:e}){return`${t} ${e} / ${t} ${e}`}function Dv({1:t}){return`repeat(${t},minmax(0,1fr))`}function Ca(t){return{"@layer defaults":{"*,::before,::after":t,"::backdrop":t}}}d();d();var Jc=globalThis||(typeof window<"u"?window:self),m8=Object.create,Hm=Object.defineProperty,f8=Object.getOwnPropertyDescriptor,h8=Object.getOwnPropertyNames,b8=Object.getPrototypeOf,T8=Object.prototype.hasOwnProperty,y8=(t,e)=>()=>(e||t((e={exports:{}}).exports,e),e.exports),v8=(t,e)=>{for(var n in e)Hm(t,n,{get:e[n],enumerable:!0})},jm=(t,e,n,r)=>{if(e&&typeof e=="object"||typeof e=="function")for(let a of h8(e))!T8.call(t,a)&&a!==n&&Hm(t,a,{get:()=>e[a],enumerable:!(r=f8(e,a))||r.enumerable});return t},S8=(t,e,n)=>(jm(t,e,"default"),n&&jm(n,e,"default")),Pv=(t,e,n)=>(n=t!=null?m8(b8(t)):{},jm(e||!t||!t.__esModule?Hm(n,"default",{value:t,enumerable:!0}):n,t)),Lv=y8((t,e)=>{(function(n,r){typeof define=="function"&&define.amd?define([],r):typeof t<"u"?r():(r(),n.FileSaver={})})(t,function(){"use strict";function n(l,c){return typeof c>"u"?c={autoBom:!1}:typeof c!="object"&&(c={autoBom:!c}),c.autoBom&&/^\s*(?:text\/\S*|application\/xml|\S*\/\S*\+xml)\s*;.*charset\s*=\s*utf-8/i.test(l.type)?new Blob(["\uFEFF",l],{type:l.type}):l}function r(l,c,p){var m=new XMLHttpRequest;m.open("GET",l),m.responseType="blob",m.onload=function(){u(m.response,c,p)},m.onerror=function(){},m.send()}function a(l){var c=new XMLHttpRequest;c.open("HEAD",l,!1);try{c.send()}catch{}return 200<=c.status&&299>=c.status}function i(l){try{l.dispatchEvent(new MouseEvent("click"))}catch{var c=document.createEvent("MouseEvents");c.initMouseEvent("click",!0,!0,window,0,0,0,80,20,!1,!1,!1,!1,0,null),l.dispatchEvent(c)}}var o=typeof window=="object"&&window.window===window?window:typeof self=="object"&&self.self===self?self:typeof Jc=="object"&&Jc.global===Jc?Jc:void 0,s=o.navigator&&/Macintosh/.test(navigator.userAgent)&&/AppleWebKit/.test(navigator.userAgent)&&!/Safari/.test(navigator.userAgent),u=o.saveAs||(typeof window!="object"||window!==o?function(){}:"download"in HTMLAnchorElement.prototype&&!s?function(l,c,p){var m=o.URL||o.webkitURL,g=document.createElement("a");c=c||l.name||"download",g.download=c,g.rel="noopener",typeof l=="string"?(g.href=l,g.origin===location.origin?i(g):a(g.href)?r(l,c,p):i(g,g.target="_blank")):(g.href=m.createObjectURL(l),setTimeout(function(){m.revokeObjectURL(g.href)},4e4),setTimeout(function(){i(g)},0))}:"msSaveOrOpenBlob"in navigator?function(l,c,p){if(c=c||l.name||"download",typeof l!="string")navigator.msSaveOrOpenBlob(n(l,p),c);else if(a(l))r(l,c,p);else{var m=document.createElement("a");m.href=l,m.target="_blank",setTimeout(function(){i(m)})}}:function(l,c,p,m){if(m=m||open("","_blank"),m&&(m.document.title=m.document.body.innerText="downloading..."),typeof l=="string")return r(l,c,p);var g=l.type==="application/octet-stream",f=/constructor/i.test(o.HTMLElement)||o.safari,T=/CriOS\/[\d]+/.test(navigator.userAgent);if((T||g&&f||s)&&typeof FileReader<"u"){var b=new FileReader;b.onloadend=function(){var D=b.result;D=T?D:D.replace(/^data:[^;]*;/,"data:attachment/file;"),m?m.location.href=D:location=D,m=null},b.readAsDataURL(l)}else{var h=o.URL||o.webkitURL,E=h.createObjectURL(l);m?m.location=E:location.href=E,m=null,setTimeout(function(){h.revokeObjectURL(E)},4e4)}});o.saveAs=u.saveAs=u,typeof e<"u"&&(e.exports=u)})}),_v={};v8(_v,{default:()=>Zc});var x8=Pv(Lv());S8(_v,Pv(Lv()));var{default:kv,...E8}=x8,Zc=kv!==void 0?kv:E8;d();d();d();d();d();d();var Sue=Me().REDIRECT_URL;d();var Xue=Gi([]);function Bv(t){let[e,n]=se(null);return Ae(()=>{Pn().then(r=>{n(r),B.debug("current config",r)})},[]),Ae(()=>{Pn().then(r=>{n(r)})},[t]),e}function Iv(t){let[e,n]=se(null);return Ae(()=>{t&&hn({url:"http://localhost",config:t,state:{cache:!1}}).then(r=>n(r))},[t]),e}function Rv(){let[t,e]=se(null);return Ae(()=>{Zt().then(r=>{e(r)})},[]),[t,r=>{e(r),Xt(r)}]}d();async function _8(t,e,n){try{if(e===null)return"noupdate";let r=await Zt();if(e.updatedAt){let s=new Date().getTime(),u=new Date(e.updatedAt).getTime();if(s-u<1e3)return await Wm(t,e),await Xt(r),"upload"}let a=await zv(t);r.accountLastSyncedAt=Date.now(),B.debug("settings",e),B.debug("local settings.updatedAt",e.updatedAt),B.debug("remote settings.updatedAt",a.updatedAt),B.debug("last synced at",r.accountLastSyncedAt);let i=!1;if(e.updatedAt&&(!a||!a.updatedAt)&&(i=!0),!i&&e.updatedAt>a.updatedAt&&(i=!0),B.debug("isUpload",i),i)return await Wm(t,e),await Xt(r),"upload";let o=!1;return a.updatedAt&&(!e||!e.updatedAt)&&(o=!0),!o&&e.updatedAt{!n||!n.token||r&&r.proAutoSync===!1||F8(n)&&_8(n.token,t,e).then(i=>{B.debug("syncUserSetting result",i)})},[t,n])}function F8(t){return Jt(t)?!0:new Date(t.createTime){Mt.get(Ft,null).then(n=>{e(n)})},[e]),t}function zv(t){return(location.href?.indexOf("popup.html")>0?Wa:ce)({responseType:"json",url:ns+"/v1/user/settings",method:"get",headers:{token:t}}).then(n=>n.data)}function Wm(t,e){return(location.href?.indexOf("popup.html")>0?Wa:ce)({responseType:"json",url:ns+"/v1/user/settings",method:"post",headers:{token:t,"content-type":"application/json"},body:JSON.stringify(e)}).then(r=>r.data)}function ed(t){let{onClose:e}=t,[n,r]=se("Original"),[a,i,o,s]=jr(()=>{setTimeout(()=>{D("updateGlobalContext",!1)()},250)});Xc(a,i);let[u,l]=se(null),[c,p]=se(globalThis.location.href),[m,g]=se("auto"),[f,T]=se(null),b=O=>{r(O.detail)};if(Ae(()=>(document.addEventListener(ja,b,!1),an().then(O=>{l(O);let _=vt();g(_);let k=Qe();r(k),Gc(O.interval)}),document.addEventListener("urlChange",E),()=>{document.removeEventListener("pageTranslatedStatus",b),document.removeEventListener("urlChange",E)}),[]),Ae(()=>{an().then(O=>{l(O)})},[a]),Ae(()=>{c&&u&&Km().then(O=>{T(O)})},[c,u]),!u||!f)return null;return w(xm,{type:"float_ball_popup",className:t.className,onSwitchTranslationMode:O=>{D("switchTranslationMode",!0,{mode:O})()},request:ce,onClose:M,onToggleEnabled:I,onTranslateTheWholePage:D("translateTheWholePage",!0),openOptionsPage:L,onToggleTranslate:D("toggleTranslatePage",!0),onTranslateTheMainPage:D("translateTheMainPage",!0),onTranslateToThePageEndImmediately:D("translateToThePageEndImmediately",!0),onTranslatePage:D("translatePage",!0),onRestorePage:D("restorePage",!1),onTranslatePdf:()=>{y(ra(f.rule)||c)},openAboutPage:A,openSharePage:D("shareToDraft",!0),onSetPageLanguage:h,setSettings:i,config:u,pageStatus:n,ctx:f,currentUrl:c,currentLang:m,onSetLocalConfig:kl,onSetBuildinConfig:j3,onAutoEnableSubtitleChanged:D("autoEnableSubtitleChanged",!0),onOpenUrl:S});function h(O){g(O);let _=xy(c,O,u.sourceLanguageUrlPattern);i(k=>({...k,sourceLanguageUrlPattern:_})),qn(O)}function E(){p(globalThis.location.href)}function D(O,_,k={}){let N={trigger:"page_popup",...k};return()=>{_n({method:O,data:N}),_&&e()}}function M(){e()}function I(){i(O=>({...O,enabled:!O.enabled})),setTimeout(()=>{M()},50)}function S(O,_){let k=O;_&&(k=`${O}?utm_source=extension&utm_medium=extension&utm_campaign=${_}`),Fl(k,!0),setTimeout(()=>{M()},50)}function y(O){O&&(Oi(!1,O),setTimeout(()=>{M()},50))}function L(O=""){Bi(!0,O),setTimeout(()=>{e()},50)}function A(){Ll(),setTimeout(()=>{e()},50)}function v(){Q3(),setTimeout(()=>{e()},50)}}d();function jv(){let[t,e]=se("Original");return Ae(()=>{let n=Qe();e(n);let r=a=>{e(a.detail)};return document.addEventListener(ja,r),()=>{document.removeEventListener(ja,r)}},[]),{pageStatus:t}}var Nv=6,B8={position:"right",top:335};function Hv({handleBallClick:t,isShow:e,localConfig:n,handleMobileBallLongPress:r,popupVisible:a}){let i=$e(null),o=$e(null),[s,u]=se(!1),l=$e(null),c=$e(!1),p=$e(n.floatBallConfig||B8),m=$e(0),g=$e(0),f=$e(0),T=$e(!1),b=$e(0),h=$e(0),E=$e(0),D=$e(0),M=$e(!1),I=Ve(S=>{a||(clearTimeout(l.current),S?u(S):l.current=setTimeout(()=>{u(S),T.current=!1},ut().any?3e3:0))},[u,l,T,a]);return Ae(()=>{a||u(!1)},[a]),Ae(()=>{if(i.current&&p.current){let S=Gm(p.current.top);p.current.top=S,i.current.style.top=`${S}px`,i.current.style.display="flex"}},[e,i]),Ae(()=>{if(!o.current||!i.current)return;let S=k=>{k.preventDefault&&k.preventDefault(),m.current=k.clientX,g.current=k.clientY,b.current=Date.now(),f.current=i.current.offsetTop,c.current=!0,clearTimeout(l.current),I(!0),E.current=k.clientX,D.current=k.clientY,M.current=!1,ut().any&&(clearTimeout(h.current),h.current=setTimeout(()=>{Uv({startX:m.current,startY:g.current,endX:E.current,endY:D.current})||(M.current=!0,r())},500)),document.addEventListener("mousemove",y),document.addEventListener("touchmove",v),document.addEventListener("mouseup",L),document.addEventListener("touchend",O),document.addEventListener("touchcancel",O)},y=k=>{if(k.preventDefault&&k.preventDefault(),!c.current||!i.current||(E.current=k.clientX,D.current=k.clientY,M.current))return;let N=k.clientY-g.current+f.current,z=Gm(N);i.current.style.top=`${z}px`},L=k=>{if(k.preventDefault&&k.preventDefault(),_(),c.current=!1,clearTimeout(l.current),T.current||I(!1),M.current)return;Uv({startX:m.current,startY:g.current,endX:k.clientX,endY:k.clientY})||(clearTimeout(h.current),t());let z=Gm(k.clientY-30);p.current.top=z;let q=fs();kl({...q,floatBallConfig:p.current})},A=k=>{k.preventDefault&&k.preventDefault(),S(k.changedTouches[0])},v=k=>{k.preventDefault&&k.preventDefault(),y(k.changedTouches[0])},O=k=>{k.preventDefault&&k.preventDefault(),L(k.changedTouches[0])},_=()=>{document.removeEventListener("mousemove",y),document.removeEventListener("touchmove",v),document.removeEventListener("mouseup",L),document.removeEventListener("touchend",O),document.removeEventListener("touchcancel",O)};return o.current.addEventListener("mousedown",S),o.current.addEventListener("touchstart",A),()=>{o.current&&(o.current.removeEventListener("mousedown",S),o.current.removeEventListener("touchstart",A))}},[e,o,i,l,c,n,I,t]),Ae(()=>{if(ut().any)return;let S=L=>{L.target===i.current&&!T.current||(T.current=!0,I(!0),clearTimeout(l.current))},y=L=>{if(c.current){T.current=!1;return}L.target===i.current&&!T.current||I(!1)};return i.current?.addEventListener("mouseover",S),i.current?.addEventListener("mouseout",y),()=>{i.current?.removeEventListener("mouseover",S),i.current?.removeEventListener("mouseout",y)}},[i,c,I,e,T]),{ballRef:o,floatBallConfigRef:p,containerRef:i,active:s,setActive:I}}function Uv({startX:t,startY:e,endX:n,endY:r}){let a=Math.abs(n-t),i=Math.abs(r-e);return a>Nv||i>Nv}function Wv(t,e){let n=t?.fixedPosition||"right",r=t?.clickType==="translate",a=Ue(()=>e?"":n=="left"?"translateX(-100%)":"translateX(100%)",[n,e]),i=Ue(()=>e&&r?"":n=="left"?"translateX(-20px)":"translateX(20px)",[n,e,r]),o=Ue(()=>e&&r?"":n=="left"?"translateX(-60px)":"translateX(60px)",[n,e,r]);return{closeTransform:a,logoContainerTransform:i,settingTransform:o}}function Kv(){let[t,e]=se(!1);return Ae(()=>{let n=()=>{document.querySelector("video")&&e(!!document.fullscreenElement)};return document.addEventListener("fullscreenchange",n),()=>{document.removeEventListener("fullscreenchange",n)}},[]),{isFullScreen:t}}var qv="hasShownFloatingBallGuide",I8="2024-01-06";function Gv(t){let[e,n]=se(!1);Ae(()=>{!t.config.enableShowFloatingBallGuide||vt()==t.targetLanguage||(async()=>{let a=await At(qv,""),i=await At("installedAt","");i&&new Date(i){n(!1)},[]);return{isShowGuide:e,handleCloseGuide:r}}function $v(t,e){let n=$e(0),[r,a]=se(!0),[i,o]=se(!1),s=jr(),[u,l]=s,{t:c}=Ce(),p=Ve(()=>{t?.config.floatBallTooltipRule&&(ut().any?o(n.current>=(t.config.floatBallTooltipRule.h5MainBtnTooltipMaxShowCount||2)):a(n.current>=(t.config.floatBallTooltipRule.mainBtnTooltipImmediateShowCount||5)))},[a,n,t,o]);Ae(()=>{t&&(n.current=t.config.pcFloatBallMainBtnTooltipShownCount||0,ut().any&&(n.current=t.config.h5FloatBallMainBtnTooltipShownCount||0),p())},[t]);let m=Ve(()=>{t&&(n.current=n.current+1,p(),l(T=>{let b={...T};return ut().any?b.h5FloatBallMainBtnTooltipShownCount=n.current:b.pcFloatBallMainBtnTooltipShownCount=n.current,b}))},[l,p,n,t]),g=Ue(()=>ut().any||!r?0:t?.config.floatBallTooltipRule?.mainBtnTooltipDelayTime||2e3,[r,t]),f=Ue(()=>ut().any?c("floatBall.longPress"):e!=="Original"?c("floatBall.showOriginal"):t?.targetLanguage?c("floatBall.translateToLanguage",{language:Ta(t.targetLanguage,t.targetLanguage,!0)}):c("floatBall.translate"),[e,t]);return{disableTooltipDelay:i,tooltipDelay:g,tooltipText:f,handleShowTooltip:m}}function Gm(t){return Math.max(Math.min(t,globalThis.innerHeight-200),10)}d();var ai=`${Q}-float-ball`;function Vv(t){let e=n=>{n&&n.target&&n.target.id==="immersive-translate-popup-overlay"&&t.onClose()};return t.visible?w("div",{onClick:e,id:"immersive-translate-popup-overlay",class:"immersive-translate-popup-overlay",children:w("div",{class:"immersive-translate-popup-wrapper",style:t.getModalStyle(),children:w(R8,{onConfirm:t.onCloseConfirm,onClose:t.onClose})})}):null}function R8(t){let{t:e}=Ce(),[n,r]=se("UntilNext"),a=Ii()+"#floating",i=e("closeQuickTranslation.settingOpen",{1:a}),o=[{title:e("closeQuickTranslation.untilNext"),type:"UntilNext"},{title:e("closeQuickTranslation.currentWebsite"),type:"CurrentWebsite",description:i},{title:e("closeQuickTranslation.alwaysClose"),type:"AlwaysClose",description:i}];return w("div",{class:`${ai}-close-content`,children:[w("div",{class:"flex justify-between",children:[w("div",{class:`${ai}-close-title`,children:e("closeQuickTranslation")}),w("div",{class:"clickable",onClick:t.onClose,children:w(ya,{type:"modal-close"})})]}),w("div",{class:`${ai}-close-radio-content mt-3`,children:o.map(s=>w(O8,{onClick:()=>{r(s.type)},title:s.title,description:s.description,selected:s.type===n,onLinkClick:u=>{Ri(u)}},s.type))}),w("div",{class:"flex mt-3 flex-end",children:[w("div",{class:`${ai}-default-btn`,onClick:t.onClose,children:e("closeQuickTranslation.cancel")}),w("div",{class:`${ai}-primary-btn ml-2`,onClick:()=>{t.onConfirm&&t.onConfirm(n)},children:e("closeQuickTranslation.confirm")})]})]})}function O8(t){let{selected:e,title:n,description:r,onLinkClick:a}=t,i=z8(r||"");return w("div",{class:"flex items-center clickable",style:"padding: 8px 0",onClick:t.onClick,children:[w("div",{class:e?`${ai}-radio-sel`:`${ai}-radio-nor`,children:w("div",{})}),w("div",{class:"ml-2 text-sm",children:[w("span",{children:n}),r?w("small",{class:"muted text-sm",children:i.map(o=>o.type==="text"?o.value:w("a",{onClick:()=>o.href&&a&&a(o.href),children:o.value}))}):null]})]})}function z8(t){let e=[],n=/((.*?)<\/a>)|([^<]+)/g,r=Array.from(t.matchAll(n));for(let a of r){let i=a[2],o=a[3],s=a[4];i&&o?e.push({type:"link",href:i,value:o}):s&&e.push({type:"text",value:s})}return e}d();d();function Yv(t){return we.ASSETS_BASE_URL+t}var ii=`${Q}-float-ball`;function Qv(t){let{t:e}=Ce(),n=a=>{a&&a.target&&a.target.id==="immersive-translate-popup-overlay"&&t.onClose()},r=Ue(()=>{let a={position:"fixed",top:t.top+60};return t.fixedPosition=="left"&&(a.left=48),t.fixedPosition=="right"&&(a.right=48),a},[t.top,t.fixedPosition]);return t.visible?w("div",{onClick:n,id:"immersive-translate-popup-overlay",class:"immersive-translate-popup-overlay",children:w("div",{class:`${ii}-guide-container`,style:r,children:[w("img",{class:`${ii}-guide-bg ${t.fixedPosition}`,src:N8}),w("div",{class:`${ii}-guide-content ${t.fixedPosition}`,children:[w("img",{class:`${ii}-guide-img`,src:Yv("images/float_ball_intro.png")}),w("div",{class:`${ii}-guide-message`,children:[e("floatBall.guideClickToTranslate"),ut().any?` -${e("floatBall.longPress")}`:""]}),w("div",{class:`${ii}-primary-btn ${ii}-guide-button`,onClick:t.onClose,children:e("floatBall.iKnow")})]})]})}):null}var N8="data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzEyIiBoZWlnaHQ9IjM3MiIgdmlld0JveD0iMCAwIDMxMiAzNzIiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSBtZWV0Ij4KPGcgZmlsdGVyPSJ1cmwoI2ZpbHRlcjBfZF8zNjQ4XzEyODAyKSI+CjxwYXRoIGQ9Ik0yMCAzNkMyMCAyNC45NTQzIDI4Ljk1NDMgMTYgNDAgMTZIMjU4LjkxNEMyNjkuOTU5IDE2IDI3OC45MTQgMjQuOTU0MyAyNzguOTE0IDM2VjE3My4wNzVMMjg5LjEyOCAxNzguNzQyQzI5MS43NzggMTgwLjIxMyAyOTEuODk0IDE4My45ODIgMjg5LjMzOSAxODUuNjEyTDI3OC45MTQgMTkyLjI2M1YzMjhDMjc4LjkxNCAzMzkuMDQ2IDI2OS45NTkgMzQ4IDI1OC45MTQgMzQ4SDQwQzI4Ljk1NDMgMzQ4IDIwIDMzOS4wNDYgMjAgMzI4VjM2WiIgZmlsbD0idXJsKCNwYWludDBfbGluZWFyXzM2NDhfMTI4MDIpIi8+CjwvZz4KPGRlZnM+CjxmaWx0ZXIgaWQ9ImZpbHRlcjBfZF8zNjQ4XzEyODAyIiB4PSIwIiB5PSIwIiB3aWR0aD0iMzExLjE4OCIgaGVpZ2h0PSIzNzIiIGZpbHRlclVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgY29sb3ItaW50ZXJwb2xhdGlvbi1maWx0ZXJzPSJzUkdCIj4KPGZlRmxvb2QgZmxvb2Qtb3BhY2l0eT0iMCIgcmVzdWx0PSJCYWNrZ3JvdW5kSW1hZ2VGaXgiLz4KPGZlQ29sb3JNYXRyaXggaW49IlNvdXJjZUFscGhhIiB0eXBlPSJtYXRyaXgiIHZhbHVlcz0iMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMTI3IDAiIHJlc3VsdD0iaGFyZEFscGhhIi8+CjxmZU9mZnNldCBkeT0iNCIvPgo8ZmVHYXVzc2lhbkJsdXIgc3RkRGV2aWF0aW9uPSIxMCIvPgo8ZmVDb21wb3NpdGUgaW4yPSJoYXJkQWxwaGEiIG9wZXJhdG9yPSJvdXQiLz4KPGZlQ29sb3JNYXRyaXggdHlwZT0ibWF0cml4IiB2YWx1ZXM9IjAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAuMSAwIi8+CjxmZUJsZW5kIG1vZGU9Im5vcm1hbCIgaW4yPSJCYWNrZ3JvdW5kSW1hZ2VGaXgiIHJlc3VsdD0iZWZmZWN0MV9kcm9wU2hhZG93XzM2NDhfMTI4MDIiLz4KPGZlQmxlbmQgbW9kZT0ibm9ybWFsIiBpbj0iU291cmNlR3JhcGhpYyIgaW4yPSJlZmZlY3QxX2Ryb3BTaGFkb3dfMzY0OF8xMjgwMiIgcmVzdWx0PSJzaGFwZSIvPgo8L2ZpbHRlcj4KPGxpbmVhckdyYWRpZW50IGlkPSJwYWludDBfbGluZWFyXzM2NDhfMTI4MDIiIHgxPSIxNTcuNSIgeTE9IjE2IiB4Mj0iMTU3LjUiIHkyPSIzNDgiIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIj4KPHN0b3Agc3RvcC1jb2xvcj0iI0ZGOTJCQyIvPgo8c3RvcCBvZmZzZXQ9IjEiIHN0b3AtY29sb3I9IndoaXRlIi8+CjwvbGluZWFyR3JhZGllbnQ+CjwvZGVmcz4KPC9zdmc+Cg==";d();function U8({isVisible:t,onClose:e,children:n}){return w(jt,{children:[t&&w("div",{className:`immersive-translate-sheet-backdrop ${t?"visible":""}`,onClick:e}),w("div",{className:`immersive-translate-sheet ${t?"visible":""}`,children:w("div",{className:"immersive-translate-sheet-content",children:n})})]})}var Jv=U8;var $s=`${Q}-float-ball`;function $m(t){let{t:e}=Ce(),n=jr(),[r,a,i,o]=n;Xc(r,a);let s=Bv(r),u=Iv(s),{isFullScreen:l}=Kv(),[c,p]=se(!1),[m,g]=se(!0),{pageStatus:f}=jv(),T=Lp(u,r),b=Ve(()=>{if(T?.clickType==="popup")return p(!0);if(T?.clickType==="translate"){let P=Ee();if(Ga(u?.rule)){let U=ra(u.rule);Oi(!0,U||P);return}_n({method:"toggleTranslatePage",data:{trigger:"float_ball"}})}},[T,_n,p]),h=Ve(()=>{p(!0)},[p]),E=m&&!!s,{containerRef:D,active:M,ballRef:I,floatBallConfigRef:S,setActive:y}=Hv({handleBallClick:b,handleMobileBallLongPress:h,isShow:E,localConfig:t.localConfig,popupVisible:c}),L=T?.fixedPosition||"right",A=L==="right"?"left":"right",{isShowGuide:v,handleCloseGuide:O}=Gv(t.ctx),{closeTransform:_,logoContainerTransform:k,settingTransform:N}=Wv(T,M||v),{tooltipDelay:z,disableTooltipDelay:q,tooltipText:F,handleShowTooltip:C}=$v(u,f);return E?w("div",{class:`${$s}-container ${L} notranslate`,style:{zIndex:l?-1:2147483647,pointerEvents:M||v||c?"all":"none"},ref:D,children:[w(q8,{ctx:u,setVisible:g,closeTransform:_,setActive:y,getModalStyle:()=>Zv(S.current.top,300,L)}),w(xa,{enableMobile:!0,text:F,position:A,delay:z,onShow:C,disable:q,children:w("div",{class:`${$s}-btn ${L} btn-animate `,ref:I,style:{transform:k,opacity:M||v?1:.5},children:w("div",{children:[w(ya,{type:"logo"}),f!=="Original"?w(ya,{type:"translated"}):null]})})}),w("div",{style:{marginTop:"12px",transform:N},class:`${$s}-more-buttons btn-animate`,children:[w(xa,{text:e("translateFileTooltip"),multiple:!0,width:200,position:A,containerClass:"btn-animate",children:w("div",{class:`${$s}-more-button`,onClick:()=>{Fl(Db,!0)},children:w(ya,{type:"file"})})}),w(xa,{text:e("floatBall.setting"),position:A,containerClass:"btn-animate",children:w("div",{class:`${$s}-more-button`,onClick:()=>{y(!0),p(!0)},children:w(ya,{type:"setting"})})})]}),w(j8,{onClose:()=>{y(!1),p(!1)},visible:c,getModalStyle:()=>Zv(S.current.top,500,L)}),w(Qv,{visible:v,top:S.current.top,fixedPosition:L,onClose:()=>{O(),y(!1)}})]}):null}function q8(t){let{t:e}=Ce(),[n,r]=se(!1),a=jr(),[i,o,s,u]=a,l=Lp(t.ctx,i),c=Ve(m=>{t.ctx&&o(g=>t2({...g},m))},[t.ctx,o]),p=Ve(m=>{l&&(t.setVisible(!1),m==="AlwaysClose"?c({...l,enable:!1}):m==="CurrentWebsite"&&c({...l,blockUrls:[...l.blockUrls,globalThis.location.hostname]}))},[c,l,t.setVisible]);return w(jt,{children:[w("div",{title:e("floatBall.close"),class:"btn-animate",style:{transform:t.closeTransform,padding:4},onClick:()=>{t.setActive(!0),r(!0)},children:w(ya,{type:"close"})}),w(Vv,{visible:n,onClose:()=>{t.setActive(!1),r(!1)},getModalStyle:t.getModalStyle,onCloseConfirm:p})]})}function j8(t){let e=r=>{r&&r.target&&r.target.id==="immersive-translate-popup-overlay"&&t.onClose()};return window.innerWidth<=385?w(Jv,{isVisible:t.visible,onClose:t.onClose,children:w(ed,{onClose:t.onClose,className:"popup-container-sheet"})}):t.visible?w("div",{onClick:e,id:"immersive-translate-popup-overlay",class:"immersive-translate-popup-overlay",children:w("div",{class:"immersive-translate-popup-wrapper",style:t.getModalStyle(),children:w(ed,{onClose:t.onClose})})}):null}function H8(){return{width:Math.max(document.documentElement.clientWidth,window.innerWidth||0),height:Math.max(document.documentElement.clientHeight,window.innerHeight||0)}}var Zv=(t,e,n)=>{let a=H8().height,i={position:"fixed"},o=0;return xf()&&(t=W8.top),i.top=t-o,i.top+e>=a?(i.bottom=30,delete i.top):i.top<=10&&(i.top=10),n==="left"?i.left=65:i.right=65,i},W8={position:"right",right:0,top:335};function K8(t,e){for(let n of e){if(ye()&&!Ir()&&typeof GM!==void 0&&GM.addElement){GM.addElement(t,"style",{textContent:n});continue}t.appendChild(document.createElement("style")).textContent=n}}async function Vm(){let t=Me(),e=await an(),n=await Or(),r={url:globalThis.location.href,config:e},a=await hn(r),i=await _p(a,n),o=dt(a.url,i?.blockUrls),s=await Zt();if(!i?.enable||o)return;let u=document.createElement("div");u.id="immersive-translate-popup",u.setAttribute("style","all: initial"),document.documentElement.appendChild(u);let l=u.attachShadow({mode:"open"}),c=[t.IMMERSIVE_TRANSLATE_PICO_CSS,t.IMMERSIVE_TRANSLATE_COMMON_CSS,t.IMMERSIVE_TRANSLATE_POPUP_CSS,t.IMMERSIVE_TRANSLATE_PAGE_POPUP_CSS].join(` + ${s.innerHTML}`.replaceAll('data-immersive-translate-translation-element-mark="1"',"dim_m='1'").replace(/data-immersive-translate-walked=\".+?\"/g,"dim_w='1'").replace(/data-on-parse-paragraph=\".+?\"/g,"").replace(/data-consume-paragraph=\".+?\"/g,"").replace(/data-consume-container=\".+?\"/g,"").replace(/immersive-translate-target-([a-z\-]+)/g,(b,h)=>"imt_"+h.replaceAll("translation","t"))},await Xt(a);let f=Me().SHARE_DRAFT_URL,T=r.rule;if(T.shareConfig?.sharePath){let b=new URL(f);b.pathname=T.shareConfig.sharePath,f=b.toString()}Ri(f)}catch(g){B.error(g)}}async function by(){let t=await Zt();t.draft&&globalThis.document.dispatchEvent(new CustomEvent(Q4,{detail:JSON.stringify(t.draft)}))}async function f5(){try{if(await bl("reportActive"))return;B.debug("\u672A\u6FC0\u6D3B\u8FC7");let e=await Pp();await ce({url:ns+"/v1/user/campaign-info-translated/"+e,method:"POST",headers:{"content-type":"application/json"}}),ps("reportActive","1")}catch(t){B.error(t)}}d();d();var Ty={"zh-CN":{"languages.en":"\u82F1\u8BED","languages.ja":"\u65E5\u8BED","languages.ko":"\u97E9\u8BED","languages.es":"\u897F\u73ED\u7259\u8BED","languages.fr":"\u6CD5\u8BED","languages.de":"\u5FB7\u8BED","languages.it":"\u610F\u5927\u5229\u8BED","languages.pt":"\u8461\u8404\u7259\u8BED","languages.ru":"\u4FC4\u8BED","languages.wyw":"\u6587\u8A00\u6587","languages.":"\u5168\u90E8"},"zh-TW":{"languages.en":"\u82F1\u8A9E","languages.ja":"\u65E5\u8A9E","languages.ko":"\u97D3\u8A9E","languages.es":"\u897F\u73ED\u7259\u8A9E","languages.fr":"\u6CD5\u8A9E","languages.de":"\u5FB7\u8A9E","languages.it":"\u610F\u5927\u5229\u8A9E","languages.pt":"\u8461\u8404\u7259\u8A9E","languages.ru":"\u4FC4\u8A9E","languages.wyw":"\u6587\u8A00\u6587","languages.":"\u5168\u90E8"}},yy={...Nt,"zh-CN":{...Ty["zh-CN"],...Nt["zh-CN"]},"zh-TW":{...Ty["zh-TW"],...Nt["zh-TW"]}},vy=yy;function bo(t,e,n){return mr(yy,t,e,pr,n)}var Ta=(t,e,n,r)=>{let a=db[t]||t,i=pb[t],o=gb[t],s={"zh-CN":i,"zh-TW":o,en:a};if(n)return s[t]?s[t]:a;if(s[e]){let u=s[e];return r||t==="auto"||t==="placeholder"?u:`${u} (${a})`}else return a};d();function lm(t){let e=t.shortcuts||{},r=Object.keys(e).reduce((i,o)=>(i[e[o]]=o,i),{}),a=Object.keys(r);for(let i of a){let o=i.replace(/MacCtrl/ig,"Ctrl");o&&vn(o,s=>{s.preventDefault();let u=r[i];_n({method:u,data:{trigger:"shortcut"}})})}}d();d();d();d();var Sy=`${Q}-float-ball`;function ya(t){return t.type=="logo"?w("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",width:"24",height:"24",class:`${Sy}-logo-img`,children:[w("path",{fill:"none",d:"M0 0h24v24H0z"}),w("path",{d:"M5 15v2a2 2 0 0 0 1.85 1.995L7 19h3v2H7a4 4 0 0 1-4-4v-2h2zm13-5l4.4 11h-2.155l-1.201-3h-4.09l-1.199 3h-2.154L16 10h2zm-1 2.885L15.753 16h2.492L17 12.885zM8 2v2h4v7H8v3H6v-3H2V4h4V2h2zm9 1a4 4 0 0 1 4 4v2h-2V7a2 2 0 0 0-2-2h-3V3h3zM6 6H4v3h2V6zm4 0H8v3h2V6z",fill:"rgba(255,255,255,1)"})]}):t.type=="close"?w("svg",{width:"14",height:"14",viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:[w("g",{"clip-path":"url(#clip0_2589_9951)",children:w("path",{d:"M7 14C5.14348 14 3.36301 13.2625 2.05025 11.9497C0.737498 10.637 0 8.85652 0 7C0 5.14348 0.737498 3.36301 2.05025 2.05025C3.36301 0.737498 5.14348 0 7 0C8.85652 0 10.637 0.737498 11.9497 2.05025C13.2625 3.36301 14 5.14348 14 7C14 8.85652 13.2625 10.637 11.9497 11.9497C10.637 13.2625 8.85652 14 7 14ZM4.183 5.064L6.118 7L4.183 8.936C4.12409 8.99361 4.07719 9.06234 4.04502 9.1382C4.01285 9.21406 3.99605 9.29554 3.99559 9.37794C3.99513 9.46034 4.01101 9.54201 4.04234 9.61823C4.07366 9.69444 4.11978 9.76369 4.17805 9.82195C4.23631 9.88022 4.30556 9.92634 4.38177 9.95766C4.45799 9.98898 4.53966 10.0049 4.62206 10.0044C4.70446 10.004 4.78594 9.98715 4.8618 9.95498C4.93766 9.92281 5.00639 9.87591 5.064 9.817L7 7.882L8.936 9.817C9.05327 9.93168 9.21104 9.99548 9.37506 9.99457C9.53908 9.99365 9.69612 9.92809 9.8121 9.8121C9.92809 9.69612 9.99365 9.53908 9.99457 9.37506C9.99548 9.21104 9.93168 9.05327 9.817 8.936L7.882 7L9.817 5.064C9.87591 5.00639 9.92281 4.93766 9.95498 4.8618C9.98715 4.78594 10.004 4.70446 10.0044 4.62206C10.0049 4.53966 9.98898 4.45799 9.95766 4.38177C9.92634 4.30556 9.88022 4.23631 9.82195 4.17805C9.76369 4.11978 9.69444 4.07366 9.61823 4.04234C9.54201 4.01101 9.46034 3.99513 9.37794 3.99559C9.29554 3.99605 9.21406 4.01285 9.1382 4.04502C9.06234 4.07719 8.99361 4.12409 8.936 4.183L7 6.118L5.064 4.183C4.94673 4.06832 4.78896 4.00452 4.62494 4.00543C4.46092 4.00635 4.30388 4.07191 4.1879 4.1879C4.07191 4.30388 4.00635 4.46092 4.00543 4.62494C4.00452 4.78896 4.06832 4.94673 4.183 5.064Z",fill:"#B1B1B1","fill-opacity":"0.32"})}),w("defs",{children:w("clipPath",{id:"clip0_2589_9951",children:w("rect",{width:"14",height:"14",fill:"white"})})})]}):t.type=="setting"?w("svg",{width:"16",height:"16",viewBox:"0 0 16 16",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:w("path",{d:"M6.55741 0L9.06847 0.00329403C9.84824 0.00470579 10.4802 0.636235 10.4812 1.41647L10.4821 1.82588C10.9687 2.0278 11.4297 2.28671 11.8553 2.59718L12.1913 2.40329C12.516 2.21676 12.9013 2.1665 13.2629 2.26352C13.6246 2.36055 13.933 2.59695 14.1207 2.92094L15.3795 5.09365C15.5601 5.40546 15.6149 5.7744 15.5328 6.12523C15.4507 6.47606 15.2378 6.78235 14.9376 6.98165L14.8609 7.02871L14.5235 7.22353C14.5819 7.76273 14.5736 8.30708 14.4986 8.84424L14.7372 8.98259C15.0496 9.16307 15.2812 9.45606 15.3848 9.80165C15.4884 10.1472 15.456 10.5193 15.2944 10.8419L15.2553 10.9153L14.076 12.9576C13.8955 13.27 13.6025 13.5017 13.2569 13.6053C12.9113 13.7088 12.5392 13.6765 12.2167 13.5148L12.1433 13.4753L11.8172 13.2871C11.4074 13.5817 10.9651 13.8283 10.4991 14.0221L10.4995 14.5831C10.5 14.9434 10.3629 15.2904 10.1163 15.5532C9.86972 15.816 9.53215 15.9748 9.17247 15.9972L9.08306 16L6.57153 15.9967C6.19697 15.9961 5.83793 15.847 5.57312 15.5821C5.30831 15.3172 5.15932 14.9581 5.15883 14.5835L5.15788 13.9073C4.76852 13.7244 4.39771 13.5044 4.05059 13.2504L3.44918 13.5967C3.12448 13.7834 2.73902 13.8337 2.37726 13.7367C2.01551 13.6397 1.70698 13.4032 1.5193 13.0791L0.260473 10.9064C0.0799611 10.5945 0.0252226 10.2255 0.107423 9.87467C0.189623 9.52384 0.402569 9.21757 0.702826 9.01835L0.779062 8.97129L1.3913 8.61835C1.34424 8.17129 1.34188 7.71765 1.38706 7.26494L0.707532 6.87247C0.395061 6.69207 0.163305 6.39911 0.0596515 6.05351C-0.0440025 5.70791 -0.0117246 5.33577 0.149885 5.01318L0.189415 4.93976L1.36871 2.89741C1.54919 2.58502 1.84218 2.35337 2.18777 2.2498C2.53336 2.14624 2.90547 2.17859 3.228 2.34023L3.30141 2.37976L3.89436 2.72188C4.28027 2.42082 4.69854 2.1637 5.14141 1.95529L5.14047 1.41694C5.14001 1.05657 5.27707 0.709596 5.52367 0.446813C5.77028 0.184029 6.10786 0.0252343 6.46753 0.00282354L6.55741 0ZM6.55553 1.41506L6.55694 2.85271L5.74377 3.23576C5.39553 3.39906 5.06706 3.60094 4.764 3.83718L4.01247 4.424L2.62941 3.62494L2.59365 3.60518L1.41483 5.64753L2.88636 6.49694L2.79506 7.40612C2.75968 7.7598 2.76078 8.11619 2.79836 8.46965L2.8953 9.38541L1.48494 10.1976L2.7433 12.3704L4.14377 11.5647L4.88636 12.1087C5.15997 12.309 5.45231 12.4823 5.7593 12.6264L6.57106 13.008L6.57388 14.5816L9.08447 14.5849L9.08306 13.0791L9.95553 12.7158C10.3216 12.5635 10.6689 12.3698 10.9908 12.1384L11.7329 11.6047L12.8506 12.2499L14.0289 10.2075L12.9654 9.592L13.0972 8.64847C13.1561 8.22659 13.1628 7.79904 13.1169 7.37553L13.0181 6.45882L14.1555 5.80235L12.8967 3.62965L11.7645 4.28235L11.0214 3.74024C10.686 3.4956 10.3229 3.29152 9.93953 3.13224L9.06894 2.77082L9.06659 1.41835L6.55553 1.41506ZM9.37153 5.47624C10.0214 5.85201 10.4955 6.47036 10.6898 7.19547C10.8841 7.92058 10.7827 8.69316 10.4078 9.34353C10.2223 9.66543 9.97517 9.9476 9.68053 10.1739C9.38589 10.4002 9.04953 10.5662 8.69068 10.6623C8.33183 10.7585 7.95754 10.7829 7.58923 10.7343C7.22092 10.6856 6.86582 10.5648 6.54424 10.3788C5.89445 10.003 5.4204 9.38458 5.2262 8.65948C5.032 7.93438 5.13352 7.16184 5.50847 6.51153C5.69395 6.18963 5.94107 5.90746 6.23571 5.68117C6.53034 5.45488 6.86671 5.28891 7.22556 5.19275C7.58441 5.09659 7.9587 5.07213 8.32701 5.12077C8.69532 5.16942 9.05042 5.29021 9.372 5.47624H9.37153ZM6.73388 7.21835C6.54638 7.54388 6.49567 7.9305 6.5929 8.29336C6.69012 8.65623 6.92733 8.96571 7.25247 9.15388C7.41305 9.24679 7.59037 9.30712 7.77429 9.33143C7.9582 9.35574 8.14511 9.34355 8.32431 9.29556C8.50351 9.24757 8.67149 9.16472 8.81864 9.05174C8.96579 8.93877 9.08923 8.7979 9.18188 8.63718C9.55883 7.98353 9.356 7.15435 8.73435 6.74494L8.66377 6.70118L8.59035 6.66165C8.26834 6.49988 7.89663 6.46742 7.55145 6.57093C7.20626 6.67444 6.91375 6.90608 6.73388 7.21835Z",fill:"#6C6F73"})}):t.type==="file"?w("svg",{width:"18",height:"18",viewBox:"0 0 18 18",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:w("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M11.6861 1L15.2353 4.54635V7.11765V14.6471V15.5882C15.2353 15.9627 15.0866 16.3217 14.8218 16.5865C14.557 16.8513 14.198 17 13.8235 17H4.41176C4.03734 17 3.67825 16.8513 3.4135 16.5865C3.14874 16.3217 3 15.9627 3 15.5882V14.6471V7.11765V2.41176C3 2.03734 3.14874 1.67825 3.4135 1.4135C3.67825 1.14874 4.03734 1 4.41176 1H11.6861ZM11.8692 3.17882V4.74212H13.4334L11.8692 3.17882ZM4.41171 15.5882V14.647V2.41176H10.4574L10.4578 6.15341H13.8235V14.647V15.5882H4.41171ZM12.7739 7.51746H5.46094V8.6155H12.7739V7.51746ZM5.46094 9.98805H12.7739V11.0861H5.46094V9.98805ZM9.5127 12.36H5.46094V13.458H9.5127V12.36Z",fill:"#6C6F73"})}):t.type==="translated"?w("svg",{width:"11",height:"11",viewBox:"0 0 11 11",fill:"none",xmlns:"http://www.w3.org/2000/svg",class:`${Sy}-translated-img`,children:[w("circle",{cx:"5.5",cy:"5.5",r:"5.5",fill:"#68CD52"}),w("path",{d:"M1.40857 5.87858L2.24148 5.18962L4.15344 6.64214C4.15344 6.64214 6.33547 4.15566 9.00658 2.48145L9.32541 2.87514C9.32541 2.87514 6.28665 5.55844 4.71735 9.07881L1.40857 5.87858Z",fill:"white"})]}):t.type==="modal-close"?w("svg",{width:"20",height:"20",viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:w("path",{d:"M4.41083 4.41066C4.5671 4.25443 4.77902 4.16667 4.99999 4.16667C5.22096 4.16667 5.43289 4.25443 5.58916 4.41066L9.99999 8.82149L14.4108 4.41066C14.4877 4.33107 14.5797 4.26758 14.6813 4.22391C14.783 4.18023 14.8923 4.15724 15.003 4.15628C15.1136 4.15532 15.2234 4.1764 15.3258 4.21831C15.4282 4.26021 15.5212 4.32208 15.5995 4.40033C15.6777 4.47857 15.7396 4.57162 15.7815 4.67403C15.8234 4.77644 15.8445 4.88618 15.8435 4.99682C15.8426 5.10747 15.8196 5.21682 15.7759 5.31849C15.7322 5.42016 15.6688 5.51212 15.5892 5.58899L11.1783 9.99982L15.5892 14.4107C15.741 14.5678 15.825 14.7783 15.8231 14.9968C15.8212 15.2153 15.7335 15.4243 15.579 15.5788C15.4245 15.7333 15.2155 15.821 14.997 15.8229C14.7785 15.8248 14.568 15.7408 14.4108 15.589L9.99999 11.1782L5.58916 15.589C5.43199 15.7408 5.22149 15.8248 5.00299 15.8229C4.7845 15.821 4.57549 15.7333 4.42098 15.5788C4.26647 15.4243 4.17883 15.2153 4.17693 14.9968C4.17503 14.7783 4.25903 14.5678 4.41083 14.4107L8.82166 9.99982L4.41083 5.58899C4.2546 5.43272 4.16684 5.22079 4.16684 4.99982C4.16684 4.77885 4.2546 4.56693 4.41083 4.41066Z",fill:"#C4C4C4"})}):null}d();d();function xy(t,e,n){let r=[];n||(n={}),e!=="auto"&&!n[e]&&(n[e]={matches:[],excludeMatches:[]}),r=e!=="auto"?n[e].matches:[];let a={},i=Object.keys(n);for(let l of i){let p=n[l].matches;for(let m of p)a[m]||(a[m]=[]),a[m].push(l)}let o=a[t];if(o&&o.length>0)for(let l of o)n[l].matches.indexOf(t)>-1&&(n[l]={...n[l],matches:n[l].matches.filter(p=>p!==t)});let s=new Set(r);if(e==="auto")return{...n};s.add(t);let u=Array.from(s);return{...n,[e]:{...n[e],matches:u}}}d();d();function Ey(t,e=2e3){return n=>{let r,a=0;return i=>{++a==t&&(n(i),a=0),clearTimeout(r),r=setTimeout(()=>a=0,e)}}}d();var Uc="DROP_DOWN_DEFAULT_VALUE";function cm(t){let{showArrow:e,onSelected:n,className:r,menus:a,maxWidth:i,style:o}=t;r=r||"",e=e??!0,i=i||80;let s=$e(null);return w("select",{ref:s,autoComplete:"off",class:`min-select ${e?"":"min-select-no-arrow"} ${r||""}`,value:Uc,style:{maxWidth:`${i}px`,...o},onChange:u=>{u.preventDefault();let l=u.target.value;if(s.current&&l!==Uc){s.current.value=Uc,s.current?.dispatchEvent(new Event("change"));let c=a.find(p=>p.value===l);c&&n(c)}},children:[{value:Uc,label:t.label}].concat(a).map((u,l)=>w("option",{value:u.value,children:u.label},"option-"+l))})}d();d();function To(t,e){return t.localeCompare(e,void 0,{numeric:!0,sensitivity:"base"})>=0}var h5=({date:t})=>{let{t:e}=Ce(),[n,r]=se(!1);return Ae(()=>{setTimeout(()=>{r(!0)},5e3)},[]),n?null:w("p",{class:"text-sm",children:[e("Successfully synchronized with the latest official rules:")," ",new Date(t).toLocaleString()]})},b5=({minVersion:t})=>{let{t:e}=Ce();return w("p",{class:"text-sm",children:e("localVersionIsTooOld",{minVersion:t})})},T5=()=>{let{t}=Ce();return w("p",{class:"text-sm",dangerouslySetInnerHTML:{__html:t("badUserscriptBrowser",{1:"https://immersivetranslate.com/docs/installation/"})}})},y5=({message:t,handleSyncing:e,date:n})=>{let{t:r}=Ce();return w("p",{class:"text-sm",children:[r("failToSyncRules")," ",w("a",{onClick:e,children:r("retry")}),w("br",{}),r("failedReason"),"\uFF1A",t,w("br",{}),r("currentRuleVersion"),"\uFF1A",n]})};function dm(t){let{isShowError:e,request:n}=t,[r,a]=se(null),{t:i}=Ce(),[o,s]=se(null),[u,l]=se(null),[c,p]=se(""),[m,g]=se(!1),[f,T]=se(!1),[b,h]=se(!1),[E,D]=se(null),[M,I]=se(null),S=Ut(),v=async()=>{p("");let k=o;if(o===null)try{let A=await n({url:Zo});A?(s(A),k=A,g(!0)):(p(i("unknownError")),l(null))}catch(A){l(null),p(A.message);return}k!==null?(t.setStorageBuildinConfig(k),l(!1),a(k.buildinConfigUpdatedAt)):(p(i("canNotFetchRemoteRule")),l(null))};return Ae(()=>{Pn().then(k=>{let A=k.buildinConfigUpdatedAt;D(k);let y=new Date(A);if(a(A),S==="0.0.0"){h(!0);return}n({url:Zo}).then(R=>{let _=R,P=_.minVersion,N=S;s(_);let z=_.latestVersion;if(z&&(To(N,z)?I(!0):I(!1)),To(N,P)){let q=_.buildinConfigUpdatedAt;new Date(q)>y?(l(!0),v()):l(!1)}else T(!0),l(null)}).catch(R=>{l(null),p(R.message)})})},[]),Ae(()=>{Pn().then(k=>{D(k)})},[r]),E?w("div",{class:"text-sm mt-2",style:{maxWidth:218},children:b?w(T5,{}):c?e===!1?null:w(y5,{handleSyncing:v,message:c,date:r||""}):f?e===!1?null:w(b5,{minVersion:o.minVersion}):u===null||u===!0?null:m?w(h5,{date:r}):null}):null}d();function v5(){return navigator.userAgent.indexOf("Mac")!==-1}var Cy={Alt:"\u2325"};function qc(t=""){return v5()?Object.keys(Cy).reduce((e,n)=>e.replace(n,Cy[n]),t):t}d();function wy({config:t,isLogin:e,isProUser:n}){let{t:r}=Ce();return pl(t)?w("div",{}):w("div",{class:"flex items-center",children:[w("a",{class:"flex items-center text-decoration-none",target:"_blank",href:e?Xu:yb,children:[w("img",{src:e?WT:HT}),w("span",{class:"text-xs ml-2 text-label",children:r(e?"loggedIn":"notLogin")})]}),w("a",{title:r(n?"popup.openProForPro":"popup.openPro"),target:"_blank",class:"ml-2",href:n?Xu:vb,children:w("img",{src:n?qT:jT})})]})}d();function Dy({currentLang:t,ctx:e,onSetPageLanguage:n,setSettings:r}){let{t:a}=Ce();if(!e)return null;let i=sc(e.config.translationService,e.config.targetLanguage),o=kn;i.length<=30&&(o=i.indexOf("auto")>=0?i:["auto",...i]);let s=i.filter(u=>u!=="auto");return w("div",{class:"flex mt-4 items-center",children:[w(S5,{supportedLanguages:o,interfaceLanguage:e.config.interfaceLanguage,currentLang:t,value:e.sourceLanguage,onSelected:n}),w("img",{src:KT,style:{maxWidth:"unset"},class:"mx-2"}),w(x5,{supportedLanguages:s,interfaceLanguage:e.config.interfaceLanguage,value:e.config.targetLanguage,label:a("popupTarget"),onSelected:u=>{r(l=>({...l,targetLanguage:u}))}})]})}function S5(t){let{t:e}=Ce(),{value:n,currentLang:r}=t,a=e("popupSourceLanguage");return n==="auto"&&r&&r!=="auto"&&(a=e("languages.auto")),w("div",{class:"language-select-container",children:[w("label",{children:a}),w("select",{autoComplete:"off",class:"language-select",onChange:i=>{let o=i.target.value;o&&t.onSelected(o)},children:t.supportedLanguages.map((i,o)=>{let s=Ta(i,t.interfaceLanguage),u="";return i==="auto"&&n==="auto"&&(r&&r==="auto"?u=e("languages.auto"):u=Ta(r,t.interfaceLanguage)+` (${e("languages.auto")})`),w("option",{value:i,selected:i===t.value,children:u||s},"selectlink"+o)})})]})}function x5(t){return w("div",{class:"language-select-container",children:[w("label",{children:t.label}),w("select",{autoComplete:"off",class:"language-select",onChange:e=>{let n=e.target.value;n&&t.onSelected(n)},children:t.supportedLanguages.map((e,n)=>{let r=Ta(e,t.interfaceLanguage);return w("option",{value:e,selected:e===t.value,children:r},"selectlink"+n)})})]})}d();d();function va(t){let{items:e,maxWidth:n,className:r,style:a}=t,{lang:i}=Ce();return n=n||(i==="en"?144:160),w("select",{autoComplete:"off",class:r||"min-select",style:{maxWidth:`${n}px`,...a},value:e.find(o=>o.selected)?.value,onChange:o=>{let s=o.target.value,u=e.find(l=>l.value===s);u&&u.onSelected(u)},children:e.map((o,s)=>w("option",{value:o.value,selected:o.selected,children:o.label},"selectlink"+s))})}function Ay(t){let{t:e}=Ce(),{translationServiceItems:n,translationServiceOptions:r}=D5(t);return n.length?w(jt,{children:[w(ky,{class:"mt-3",label:e("popupService"),items:r}),w(E5,{ctx:t.ctx,onRestorePage:t.onRestorePage,setSettings:t.setSettings})]}):null}function ky(t){return w("div",{class:`min-select-container ${t.class||""}`,children:[w("label",{class:"inline-block text-label mb-0 text-gray-6",style:{minWidth:60},children:[t.label,"\uFF1A"]}),w(va,{className:"translate-service transform-padding-left",maxWidth:300,items:t.items})]})}function E5({ctx:t,setSettings:e,onRestorePage:n}){let{t:r}=Ce(),a=w5(t),i=C5(t),o=Ve((u,l)=>{e(c=>{let p=c.translationServices||{},m=p[a.id]||{};return setTimeout(()=>{n()},1),{...c,translationServices:{...p,[a.id]:{...m,[u]:l}}}})},[]),s=Ue(()=>a?.props.filter(u=>u.type==="select").map(u=>{let l=u.name;u.label&&(l=u.label),u.labelKey&&(l=r(u.labelKey));let c=u.options.map(p=>({label:`${p.label?r(p.label):p.value}`,value:p.value,selected:p.value==i[u.name],onSelected:()=>{o(u.name,p.value)}}));return{label:l,items:c}}),[i]);return!i||!a?.props?.length||!s||!s?.length?null:w(jt,{children:s.map(({label:u,items:l},c)=>w(ky,{class:"mt-2",label:u,items:l},"field-"+c))})}function C5(t){return Ue(()=>{let{translationServices:n,translationService:r}=t.config;return n&&n[r]?n[r]||{}:{}},[t])}function w5(t){return Ue(()=>{let{translationService:n}=t.config;if(gr[n])return vl("translationService",n,t)},[gr,vl,t])}function D5({isProUser:t,ctx:e,setSettings:n,pageStatus:r,onTranslatePage:a,onRestorePage:i,openOptionsPage:o}){let{t:s}=Ce(),u=Ue(()=>e?gs(e,"translationService"):[],[gs,e]),l=Ve(p=>{let m=u.find(g=>g.id===p.value);if(m.ok){if(n(g=>({...g,translationService:m.id,translationServiceChangedbyUserAt:new Date().toISOString()})),r!="Translated")return;m.props.length===0?e.rule.isTranslateWhenServiceChanged&&setTimeout(()=>{a()},1):setTimeout(()=>{i()},1)}else n(g=>({...g,translationService:m.id,translationServiceChangedbyUserAt:new Date().toISOString()})),setTimeout(()=>{o()},100)},[o,i,a,n]),c=Ue(()=>{let p=tt();return u.filter(g=>e.config.showUnconfiguredTranslationServiceInPopup===!1?g.ok:!0).map(g=>({label:`${s("translationServices."+g.id)}${g.ok?"":" "+(" "+(!t&&!p&&g.providers&&g.providers.length>0?s("goLoginOrAction"):s("needAction")))}`,value:g.id,selected:g.selected,onSelected:l}))},[u,e,l,s]);return{translationServiceItems:u,translationServiceOptions:c}}d();d();function Py(t){let e;try{e=new URL(t)}catch{return!1}let n=$3(),r="";try{r=new URL(n).hostname}catch{}return r&&e.hostname===r?!0:!(A5(t)||e.protocol!=="http:"&&e.protocol!=="https:"&&e.protocol!=="file:"&&e.protocol!=="data:")}function A5(t){try{return new URL(t)?.pathname.toLowerCase().endsWith(".pdf")}catch{return!1}}d();function Ly(t){let e=t.indexOf("#");return e===-1?t:t.slice(0,e)}function _y(t){let{t:e}=Ce(),{currentUrlObj:n,isAlwaysTranslateDomain:r,isNeverTranslateDomain:a,handleTranslationUrlPatternSelected:i}=k5(t),[o,s]=se(()=>a?"excludeMatches":"matches"),u=Ue(()=>r||a||!1,[r,a]),l=Ve(c=>{s(c),u&&i(c,n.hostname)},[s,i,u]);return w("div",{class:"flex justify-between mt-5",children:[w(va,{style:{width:"unset",flex:"unset"},maxWidth:230,className:"transform-padding-left min-select",items:[{label:e("alwaysTranslateThisSite"),value:"matches",selected:o==="matches",onSelected:()=>{l("matches")}},{label:e("neverTranslateThisSite"),value:"excludeMatches",selected:o==="excludeMatches",onSelected:()=>{l("excludeMatches")}}].filter(Boolean)}),w("input",{type:"checkbox",role:"switch",checked:u,class:"shrink-0",onChange:c=>{let p=c.target.checked;i(p?o:"default",n.hostname)}})]})}function k5({currentUrl:t,ctx:e,currentLang:n,onSetLocalConfig:r,pageStatus:a,onRestorePage:i,onTranslatePage:o,setSettings:s,onClose:u}){let l=null,c=null,p=null,m=null,g=null,{translationUrlPattern:f}=e.config;if(l=Ue(()=>new URL(t||""),[t]),e.config&&t&&Py(t)){c=Ly(t);let{matches:h,excludeMatches:E}=f;p=!!h.find(D=>dt(t,D)),m=!!E.find(D=>dt(t,D))}if(n&&n!=="auto"){let{translationLanguagePattern:h}=e.config,{matches:E}=h;E.includes(n)?g=!0:g=!1}let T=Ve(()=>{let h=l.hostname,E=e.localConfig.tempTranslationUrlMatches||[],D=E.filter(I=>I.match!==h),M=!1;D.length!==E.length&&(M=!0),M&&r({...e.localConfig,tempTranslationUrlMatches:[...D]})},[r]),b=Ve((h,E)=>{if(h==="default"){s(I=>{let S={...I.translationUrlPattern};return{...I,isChangedAlwaysTranslatedUrls:!0,translationUrlPattern:{...I.translationUrlPattern,matches:pm(t,S.matches),excludeMatches:pm(t,S.excludeMatches)}}}),T();return}let D=h,M=D==="matches"?"excludeMatches":"matches";l&&s(I=>{let S={...I.translationUrlPattern};return S[M]=pm(t,S[M]),S[D]=ml(E,S[D]),{...I,isChangedAlwaysTranslatedUrls:!0,translationUrlPattern:{...I.translationUrlPattern,...S}}}),D==="matches"&&a==="Original"?setTimeout(()=>{o(),u()},100):D==="excludeMatches"&&a==="Translated"&&setTimeout(()=>{i(),u()},100)},[o,u,a,T]);return{currentUrlObj:l,currentUrlWithoutHash:c,isAlwaysTranslateDomain:p,isNeverTranslateDomain:m,isAlwaysTranslateLang:g,handleTranslationUrlPatternSelected:b}}function pm(t,e){return e?(Array.isArray(e)||(e=[e]),t?e.filter(n=>!dt(t,n)):e):[]}d();d();d();var P5=new AbortController,{signal:L5}=P5,jc=0,Hc=0,yo=!1,ni,Fy=0,Sa=[];function vo(t,e){_5();let n=t,r=n.config,a=r.generalRule.mouseHoverHoldKey==="Off",i=r.mouseModifierKeyPressTimeout||400;n.state.isTranslateDirectlyOnHover===!0&&(a=!1);let o=n.state.isTranslateDirectlyOnHover===!0||r.generalRule.mouseHoverHoldKey==="Auto";function s(){o=!o,o?(B.debug("mouse hover translate on"),n.state.isTranslateDirectlyOnHover=!0,vo(n,e)):(B.debug("mouse hover translate off"),n.state.isTranslateDirectlyOnHover=!1,vo(n,e))}document.addEventListener(Qo,s),Sa.push(()=>{document.removeEventListener(Qo,s)});let u=Kn(m=>{if(!(Math.abs(m.clientX-jc)+Math.abs(m.clientY-Hc)<=3)&&(jc=m.clientX,Hc=m.clientY,o||yo&&!ni)){let g=Ry(n.rule,e);if(g){if(hm(g))return;fm(n,!1,g)}}},o?700:300),l=m=>{let g=m.target;hm(g)||fm(n,!0)},c=m=>{let g=r?.generalRule?.mouseHoverHoldKey?.toLowerCase()||"alt",f=vn.getPressedKeyCodes();if(f.length>1&&vn[g]&&(Fy=Date.now(),yo=!1),f.length===1&&vn[g]){let T=Date.now();yo=!0,ni&&clearTimeout(ni),ni=setTimeout(()=>{let b=Fy-T;b>0&&b<=i?yo=!1:l(m),ni=void 0},i)}};if(Sa.push(()=>{ni&&clearTimeout(ni)}),a)return;gm("mousemove",u,e),Sa.push(()=>{e.removeEventListener("mousemove",u)});function p(){o?u.cancel():yo=!1}if(gm("blur",p,e),Sa.push(()=>{e.removeEventListener("blur",p)}),!o){let m=r?.generalRule?.mouseHoverHoldKey?.toLowerCase()||"alt",g=hb;gm("keyup",My,e),Sa.push(()=>{e.removeEventListener("keyup",My)}),g.includes(m)?vn("*","mouseHover",c):vn(r.generalRule.mouseHoverHoldKey,"mouseHover",l),vn.setScope("mouseHover"),Sa.push(()=>{vn.deleteScope("mouseHover")})}}function _5(){Sa.forEach(t=>t()),Sa=[],vn.setScope("all")}function My(t){yo=!1}function gm(t,e,n=window){return n.addEventListener(t,e,{signal:L5})}function fm(t,e,n,r=window){if(n=n||Ry(t.rule,r),!n){B.debug("can not find selection part!");return}if(M5(n,e))return;if(hm(n)){B.debug("exclude dom");return}my(t,n);let i=Hs();i&&(i.setupMouseHoverListener=vo);let o=on(t);o.excludeSelectors=[],o.selectors=[];let s=!1,u=om({...i},t);Ur({id:i.id,container:n,filterRule:o,force:!0,onParagraph:l=>{Za(u,l,!0,"hover").then(c=>{if(c&&!s){s=!0;let p=Date.now();et(Z4,p),ot("mouse_hover_translate",[{name:"mouse_hover_translate"}],{...t,sourceLanguage:"mouseHover"})}})},onFrame:()=>{},onIgnoreElement:()=>{}})}function Ry(t,e){return F5(jc,Hc,t,e)}function F5(t,e,n,r){let a=v1(t,e,n,r);if(a==null)return;let i=()=>{let u=r.document.elementFromPoint(t,e);if(!u)return;let l=S1(u,t,e);return l===u?u.nodeName==="BUTTON"?u:void 0:Iy(l,n)},o=()=>{try{a.setStartBefore(a.startContainer),a.setEndAfter(a.startContainer)}catch(l){B.debug("get mouse over word fail",l)}let u=a.getBoundingClientRect();if(!(u.left>t||u.righte||u.bottom{I5(r)}),!0}function B5(t){let e=[t];if(t.nodeName=="FONT"&&t.classList.contains("immersive-translate-target-wrapper"))e=[t.parentElement];else{let r=[...t.querySelectorAll(".immersive-translate-target-wrapper")].map(a=>a.parentElement).filter(a=>!!a);r.length&&(e=r)}return e.filter(n=>n?.paragraphs&&n?.paragraphs.length>0)}function I5(t){let e=Hs();e&&(!t.paragraphs||!t.paragraphs.length||(t.paragraphs.forEach(n=>{Is(n,n.state==="original"?e.translateState:"original")}),t.paragraphs=[]))}function mm(t){return!!(t.host&&t.mode)}function By(t,e){let n=t.parentNode;if(n.nodeName==="BODY"||mm(n))return t;for(;n&&n.nodeName!=="BODY"&&!mm(n)&&Tp(n,e);){let r=n.parentNode;if(r&&mm(r))break;n=r}return n}function Iy(t,e){return t.nodeType===Node.TEXT_NODE||Tp(t,e)?By(t,e):t}function Oy(t,e){jc=e.clientX,Hc=e.clientY,fm(t,!0)}var Ws=[];function bm(t,e){let n=0,r=0,a,i=s=>{let u=new Date().getTime();r++,u-n<300?o(s):r=1,n=u},o=s=>{clearTimeout(a),r===parseInt(t+"")&&(a=setTimeout(()=>{r=0,e(s)},400))};document.addEventListener("click",i),Ws.push(()=>{document.removeEventListener("click",i)})}function zy(t,e){let n=0,r=0,a=0,i=s=>{let u=s.changedTouches[0];n=new Date().getTime(),r=u.clientX,a=u.clientY},o=s=>{let u=s.changedTouches[0];n-new Date().getTime()>1e3||Math.abs(a-u.clientY)>50||(t==="left"&&u.clientX-r>50&&e(s.changedTouches[0]),t==="right"&&u.clientX-r<-50&&e(s.changedTouches[0]))};document.addEventListener("touchstart",i),document.addEventListener("touchend",o),Ws.push(()=>{document.removeEventListener("touchstart",i),document.removeEventListener("touchend",o)})}function Wc(t,e){let n,r=a=>{clearTimeout(n),a.touches.length===parseInt(t+"")&&(n=setTimeout(()=>{e(a.changedTouches[0])},200))};document.addEventListener("touchstart",r),Ws.push(()=>{document.removeEventListener("touchstart",r)})}var Tm={touchShortcutsOff:()=>{},"multipleClick.2":bm,"multipleClick.3":bm,"multipleClick.4":bm,"slide.left":zy,"slide.right":zy,"fingers.2":Wc,"fingers.3":Wc,"fingers.4":Wc,"fingers.5":Wc};async function Uy(t){try{q5();let e=await Or(),n=mb.find(r=>r.name==="touch");if(!n)return;n.shortcuts.forEach(r=>{if(typeof r=="string")return;let a=R5(t,e,r.command),i=Tm[a];if(a==="touchShortcutsOff"||!i)return;let o=a.split(".");if(o.length!==2)return;let s=o[1];s&&i(s,u=>{U5(r.command,t,u)})})}catch(e){B.error(e)}}function R5(t,e,n){if(!e.generalRule)return t.config.generalRule[n];if(e.generalRule[n])return e.generalRule[n];let r={touchShortcutsToggleTranslatePage:"fingerCountToToggleTranslagePageWhenTouching",touchShortcutsToggleTranslationMask:"fingerCountToToggleTranslationMaskWhenTouching",touchShortcutsToggleTranslatePageOnlyTranslation:"fingerCountToToggleTranslagePageOnlyTranslationWhenTouching"};return r[n]&&e.generalRule[r[n]]?`fingers.${e.generalRule[r[n]]}`:t.config.generalRule[n]||""}var O5=()=>{ym();let t=new CustomEvent(Mr,{detail:{method:"toggleTranslatePage"}});globalThis.document.dispatchEvent(t)},z5=()=>{Sm();let t=new CustomEvent(Mr,{detail:{method:"toggleOnlyTranslation"}});globalThis.document.dispatchEvent(t)},N5=()=>{vm();let t=new CustomEvent(Mr,{detail:{method:"toggleTranslationMask"}});globalThis.document.dispatchEvent(t)},Ny=0,U5=(t,e,n)=>{new Date().getTime()-Ny<200||(Ny=new Date().getTime(),t==="touchShortcutsToggleTranslatePage"?O5():t==="touchShortcutsToggleTranslationMask"?N5():t==="touchShortcutsToggleTranslatePageOnlyTranslation"?z5():t==="touchShortcutsToggleTranslateTouchElement"&&Oy(e,n))};function q5(){Ws.forEach(t=>{t()}),Ws=[]}function qy(t){let{t:e}=Ce(),{ctx:n,setSettings:r}=t,a=j5(t);return as(n.localConfig)?a.length?w("div",{class:"flex mt-3 items-center justify-between",children:[w("div",{class:"flex items-center",children:[w("label",{class:"mb-0 mr-2 shrink-0",children:[e("mouse-translate"),":"]}),w(va,{style:{width:"100%",maxWidth:"100%"},className:"transform-padding-left min-select",items:a})]}),w("input",{type:"checkbox",role:"switch",class:"shrink-0",checked:n.config.generalRule.mouseHoverHoldKey!=="Off",onChange:i=>{let o=i.target.checked;r(s=>{let u=s.generalRule?.mouseHoverPreferenceKey||n.config.generalRule.mouseHoverPreferenceKey||ts[0];return{...s,generalRule:{...s.generalRule,mouseHoverHoldKey:o?u:"Off"}}})}})]}):null:w(H5,{...t})}function j5({ctx:t,openOptionsPage:e,setSettings:n}){let{t:r}=Ce(),a=Ue(()=>{let s=t.config.generalRule,u=s.mouseHoverPreferenceKey;return s.mouseHoverHoldKey!=="Off"&&u!==s.mouseHoverHoldKey&&(u=s.mouseHoverHoldKey),u},[t]),i=Ue(()=>ts.filter(s=>!(s==="Off"||ts.includes(a)&&s==="OtherCustom")),[t,a]);return Ue(()=>i.map(s=>{let u=r("mouseHoldKey",{key:qc(s)}),l=ts.includes(a),c=s===a;return s==="Auto"?u=r("mouseHoldKeyAuto"):s==="Off"?u=r("mouseHoldKeyOff"):s==="OtherCustom"?u=l?r("mouseHoldKeyOther"):r("mouseHoldKeyCustomKey",{key:a}):s==="Other"&&(u=r("mouseHoldKeyOther")),l||s==="OtherCustom"&&(c=!0),{label:u,value:s,selected:c,onSelected:p=>{p.value==="Other"?e("#shortcuts"):n(m=>{let g={...m.generalRule,mouseHoverPreferenceKey:p.value};return t.config.generalRule.mouseHoverHoldKey!=="Off"&&(g.mouseHoverHoldKey=p.value),{...m,generalRule:g}})}}}),[i,a])}function H5(t){let{ctx:e,setSettings:n}=t,{t:r}=Ce(),a=e.config.generalRule,i=Object.keys(Tm).filter(l=>l!="touchShortcutsOff"),o=a.touchShortcutsToggleTranslateTouchElement,s=a.touchShortcutsToggleTranslateTouchElementPreferenceKey,u=s||"touchShortcutsOff";return o!=="touchShortcutsOff"&&o!==s&&(u=o),w("div",{class:"flex mt-3 items-center justify-between",children:[w("div",{class:"flex items-center",children:[w("label",{class:"mb-0 mr-2 shrink-0",children:[r("touch.mouse-translate"),":"]}),w(va,{style:{width:"100%",maxWidth:"100%"},className:"transform-padding-left min-select",items:i.map((l,c)=>({value:l,label:r(l),selected:l==u,onSelected(p){n(m=>{let g={...m.generalRule,touchShortcutsToggleTranslateTouchElementPreferenceKey:p.value};return e.config.generalRule.touchShortcutsToggleTranslateTouchElement!=="touchShortcutsOff"&&(g.touchShortcutsToggleTranslateTouchElement=p.value),{...m,generalRule:g}})}}))})]}),w("input",{type:"checkbox",role:"switch",class:"shrink-0",checked:e.config.generalRule.touchShortcutsToggleTranslateTouchElement!=="touchShortcutsOff",onChange:l=>{let c=l.target.checked;n(p=>{let m=p.generalRule?.touchShortcutsToggleTranslateTouchElementPreferenceKey||e.config.generalRule.touchShortcutsToggleTranslateTouchElementPreferenceKey||"slide.left";return{...p,generalRule:{...p.generalRule,touchShortcutsToggleTranslateTouchElement:c?m:"touchShortcutsOff"}}})}})]})}d();function jy(t){let{isAlwaysTranslateLang:e}=W5({ctx:t.ctx,currentLang:t.currentLang}),{t:n}=Ce();if(t.currentLang!=="auto")return w("div",{class:"flex justify-between mt-3 items-center",children:[w("label",{class:"mb-0 text-overflow-ellipsis flex-1",children:n("alwaysTranslateSomeLanguage",{language:Ta(t.currentLang,t.ctx.config.interfaceLanguage,!1,!0)})}),w("input",{id:"alwaysTranslateThisLanugage",name:"alwaysTranslateThisLanugage",type:"checkbox",role:"switch",class:"shrink-0",checked:!!e,onChange:a=>{let i=a.target.checked;r(i?"matches":void 0)}})]});return w("span",{});function r(a){if(!a){t.setSettings(s=>{let u={...s.translationLanguagePattern};return{...s,translationLanguagePattern:{...s.translationLanguagePattern,matches:fl(t.currentLang,u.matches),excludeMatches:fl(t.currentLang,u.excludeMatches)}}});return}let i=a,o=i==="matches"?"excludeMatches":"matches";t.currentLang&&t.setSettings(s=>{let u={...s.translationLanguagePattern};return u[i]=ml(t.currentLang,u[i]),u[o]=fl(t.currentLang,u[o]),{...s,translationLanguagePattern:{...s.translationLanguagePattern,...u}}}),i==="matches"&&t.pageStatus==="Original"&&setTimeout(()=>{t.onTranslatePage(),t.onClose()},100)}}function W5({ctx:t,currentLang:e}){let n=null;if(e&&e!=="auto"){let{translationLanguagePattern:r}=t.config,{matches:a}=r;a.includes(e)?n=!0:n=!1}return{isAlwaysTranslateLang:n}}d();d();var K5=({text:t,children:e,position:n="top",containerStyle:r,containerClass:a,multiple:i=!1,width:o,delay:s=0,disable:u,enableMobile:l,tipStyle:c,onHidden:p,onShow:m})=>{let[g,f]=se(!1),T=$e(null),b=$e(null),h=()=>{u||!l&&ut().any||(T.current&&clearTimeout(T.current),T.current=setTimeout(()=>{f(!0),m?.()},s))},E=()=>{ut().any&&(b.current&&clearTimeout(b.current),b.current=setTimeout(()=>{D()},2e3))},D=()=>{T.current&&(clearTimeout(T.current),p?.()),f(!1)},M=Ue(()=>{let I={position:"absolute",padding:"6px 20px",backgroundColor:"#000000",color:"#ffffff",borderRadius:"8px",whiteSpace:"nowrap",fontSize:"14px",zIndex:1e3};switch(i&&(I.maxWidth="200px",o&&(I.width=o+"px"),I.whiteSpace="normal"),n){case"top":return{...I,bottom:"100%",left:"50%",transform:"translateX(-50%)",marginBottom:"10px",...c};case"bottom":return{...I,top:"100%",left:"50%",transform:"translateX(-50%)",marginTop:"10px",...c};case"left":return{...I,right:"100%",top:"50%",transform:"translateY(-50%)",marginRight:"10px",...c};case"right":return{...I,left:"100%",top:"50%",transform:"translateY(-50%)",marginLeft:"10px",...c};default:return{}}},[n,i,o,c]);return w("div",{class:a,style:{position:"relative",pointerEvents:"all",display:"inline-block",...r},children:[w("div",{onMouseEnter:h,onMouseLeave:D,onTouchStart:()=>{l&&h()},onTouchEnd:()=>{l&&E()},children:e}),g&&w("div",{style:M,role:"tooltip",children:t})]})},xa=K5;d();var Hy=w("svg",{width:"24",height:"24",viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg",fill:"#222222",children:[w("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M19.4284 6.59193L15.1187 2.28564H6.28557C5.83092 2.28564 5.39488 2.46626 5.07339 2.78775C4.7519 3.10924 4.57129 3.54527 4.57129 3.99993V9.71422V18.8571V19.9999C4.57129 20.4546 4.7519 20.8906 5.07339 21.2121C5.39488 21.5336 5.83092 21.7142 6.28557 21.7142H17.7141C18.1688 21.7142 18.6048 21.5336 18.9263 21.2121C19.2478 20.8906 19.4284 20.4546 19.4284 19.9999V18.8571V9.71422V6.59193ZM15.341 6.82964V4.93136L17.2404 6.82964H15.341ZM6.28551 18.8571V19.9999H17.7141V18.8571V8.54335H13.6272L13.6267 3.99992H6.28551V18.8571Z"}),w("rect",{x:"7.55957",y:"10.2002",width:"8.88",height:"1.8",fill:"#EA4C89"}),w("rect",{x:"7.55957",y:"13.2002",width:"8.88",height:"1.68",fill:"#EA4C89"}),w("rect",{x:"7.55957",y:"16.0801",width:"4.92",height:"1.8",fill:"#EA4C89"})]}),Wy=w("svg",{xmlns:"http://www.w3.org/2000/svg",width:"22",height:"22",viewBox:"0 0 24 24",fill:"#222222",children:[w("path",{d:"M19.4289 2.85693C19.654 2.85693 19.8769 2.90127 20.0849 2.98743C20.2929 3.07358 20.4818 3.19985 20.641 3.35904C20.8002 3.51822 20.9265 3.7072 21.0126 3.91519C21.0988 4.12318 21.1431 4.3461 21.1431 4.57122V19.4284C21.1431 19.6535 21.0988 19.8764 21.0126 20.0844C20.9265 20.2924 20.8002 20.4814 20.641 20.6405C20.4818 20.7997 20.2929 20.926 20.0849 21.0122C19.8769 21.0983 19.654 21.1426 19.4289 21.1426H4.57171C4.11705 21.1426 3.68102 20.962 3.35952 20.6405C3.03803 20.3191 2.85742 19.883 2.85742 19.4284V4.57122C2.85742 4.11656 3.03803 3.68053 3.35952 3.35904C3.68102 3.03755 4.11705 2.85693 4.57171 2.85693H19.4289ZM19.4289 9.14265H4.57171V19.4284H19.4289V9.14265ZM8.00028 4.57122H4.57171V7.42836H8.00028V4.57122ZM14.286 4.57122H9.71457V7.42836H14.286V4.57122ZM19.4289 4.57122H16.0003V7.42836H19.4289V4.57122Z"}),w("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M10.2854 10.543C10.4843 10.5431 10.6797 10.5951 10.8523 10.6938L15.4066 13.2955C15.5815 13.3955 15.7269 13.5399 15.828 13.7142C15.9292 13.8884 15.9824 14.0863 15.9824 14.2878C15.9824 14.4893 15.9292 14.6872 15.828 14.8615C15.7269 15.0357 15.5815 15.1802 15.4066 15.2801L10.8523 17.8824C10.6785 17.9817 10.4816 18.0336 10.2814 18.0329C10.0812 18.0322 9.88476 17.9789 9.71164 17.8784C9.53851 17.7779 9.39483 17.6337 9.29496 17.4602C9.19509 17.2867 9.14254 17.09 9.14258 16.8898V11.6858C9.14258 11.3827 9.26299 11.092 9.47731 10.8777C9.69164 10.6634 9.98233 10.543 10.2854 10.543ZM10.8569 12.6704V15.9047L13.6872 14.2875L10.8569 12.6704Z",fill:"#EA4C89"})]}),Ky=w("svg",{xmlns:"http://www.w3.org/2000/svg",width:"22",height:"22",viewBox:"0 0 24 24",fill:"#222222",children:[w("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M19.4979 2.78775C19.1764 2.46626 18.7404 2.28564 18.2857 2.28564H5.71429C5.25963 2.28564 4.82359 2.46626 4.5021 2.78775C4.18061 3.10924 4 3.54527 4 3.99993V19.9999C4 20.2251 4.04434 20.448 4.13049 20.656C4.21664 20.8639 4.34292 21.0529 4.5021 21.2121C4.66129 21.3713 4.85027 21.4976 5.05826 21.5837C5.26624 21.6699 5.48916 21.7142 5.71429 21.7142H18.2857C18.5108 21.7142 18.7338 21.6699 18.9417 21.5837C19.1497 21.4976 19.3387 21.3713 19.4979 21.2121C19.6571 21.0529 19.7834 20.8639 19.8695 20.656C19.9557 20.448 20 20.2251 20 19.9999V3.99993C20 3.54527 19.8194 3.10924 19.4979 2.78775ZM5.71429 18.8571H18.2857V19.9999H5.71429V18.8571ZM5.71428 3.95993V17.1028H18.2857V3.95993H5.71428Z"}),w("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M13.5033 3.95996V10.8171L10.6462 9.55653L7.78906 10.8171V3.95996H9.50334V8.18682L10.6462 7.68282L11.7891 8.18682V3.95996H13.5033Z",fill:"#EA4C89"})]}),Gy=w("svg",{xmlns:"http://www.w3.org/2000/svg",width:"18",height:"18",viewBox:"0 0 20 20",fill:"#B3B3B3",children:w("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M11.0402 2.56219C10.8673 2.38914 10.6329 2.29178 10.3883 2.2915H9.61327C9.36886 2.29316 9.13508 2.39169 8.96323 2.5655C8.79138 2.7393 8.6955 2.97417 8.6966 3.21859V4.08317L7.88827 4.38838C7.27152 4.62052 6.69744 4.95314 6.18931 5.37275L5.51952 5.92484L4.76848 5.4915L4.7539 5.48317C4.61453 5.40172 4.45595 5.35893 4.29452 5.35921C4.13241 5.35919 3.97315 5.40182 3.83273 5.48282C3.69231 5.56382 3.57567 5.68033 3.49452 5.82067L3.12577 6.45817C3.00657 6.66857 2.9746 6.91731 3.03672 7.15101C3.09885 7.38471 3.25012 7.58474 3.45806 7.70817L3.47056 7.72171L4.21952 8.15505L4.07785 9.00817C3.96954 9.6575 3.96954 10.3203 4.07785 10.9696L4.2164 11.8207L3.46848 12.2519L3.44556 12.2655C3.23393 12.3881 3.07956 12.5896 3.0163 12.8259C2.95303 13.0622 2.98603 13.3139 3.10806 13.5259L3.50077 14.2061C3.58233 14.3463 3.6992 14.4627 3.83975 14.5436C3.9803 14.6246 4.13961 14.6673 4.30181 14.6675C4.46324 14.6678 4.62182 14.625 4.76119 14.5436L4.7841 14.53L5.53306 14.0978L6.20181 14.6457C6.70534 15.0591 7.27331 15.3871 7.88306 15.6165L8.6914 15.9217V16.7853C8.6914 17.0298 8.78849 17.2644 8.96134 17.4375C9.1342 17.6105 9.36868 17.7079 9.61327 17.7082H10.3883C10.5096 17.7086 10.6299 17.685 10.7422 17.6389C10.8544 17.5928 10.9565 17.525 11.0425 17.4393C11.1285 17.3537 11.1968 17.2519 11.2435 17.1399C11.2901 17.0278 11.3142 16.9077 11.3143 16.7863V15.9217L12.1226 15.6165C12.7394 15.3844 13.3135 15.0517 13.8216 14.6321L14.4914 14.08L15.2424 14.5134L15.257 14.5228C15.469 14.6447 15.7206 14.6775 15.9567 14.614C16.1929 14.5505 16.3941 14.3959 16.5164 14.1842L16.8851 13.5467C17.0068 13.3348 17.0397 13.0834 16.9764 12.8473C16.9132 12.6113 16.759 12.41 16.5476 12.2873L16.532 12.278L15.782 11.8457L15.9237 10.9915C16.032 10.3422 16.032 9.67938 15.9237 9.03005L15.7851 8.179L16.5331 7.74775L16.556 7.73421C16.7676 7.61158 16.922 7.41003 16.9852 7.17376C17.0485 6.93749 17.0155 6.68577 16.8935 6.4738L16.5008 5.79359C16.4192 5.65338 16.3023 5.53699 16.1618 5.45603C16.0212 5.37506 15.8619 5.33234 15.6997 5.33213C15.5383 5.33185 15.3797 5.37464 15.2404 5.45609L15.2174 5.46963L14.4685 5.90192L13.7997 5.354C13.2962 4.94059 12.7282 4.61262 12.1185 4.38317L11.3101 4.07796V3.21442C11.3101 2.96983 11.2131 2.73524 11.0402 2.56219ZM9.61327 1.0415H10.3883C10.6736 1.04164 10.9562 1.09798 11.2197 1.20731C11.4833 1.31663 11.7228 1.4768 11.9245 1.67867C12.1261 1.88054 12.2861 2.12016 12.3951 2.38384C12.5042 2.64753 12.5603 2.93011 12.5601 3.21546C13.2969 3.49312 13.9834 3.88931 14.5924 4.38838L14.6154 4.37484C14.8625 4.2313 15.1356 4.13798 15.4189 4.10025C15.7023 4.06251 15.9903 4.0811 16.2664 4.15495C16.5425 4.2288 16.8013 4.35644 17.028 4.53057C17.2547 4.7047 17.4447 4.92187 17.5872 5.16963L17.9799 5.84984C18.1226 6.09693 18.2153 6.36972 18.2525 6.65262C18.2897 6.93552 18.2709 7.22299 18.197 7.49859C18.123 7.7742 17.9956 8.03254 17.8218 8.25885C17.648 8.48516 17.4313 8.67501 17.1841 8.81755L17.1612 8.83109C17.2248 9.21777 17.2569 9.60899 17.257 10.0009C17.2552 10.4017 17.2203 10.8016 17.1529 11.1967L17.1685 11.205C17.6673 11.4933 18.0313 11.9678 18.1803 12.5243C18.3294 13.0809 18.2513 13.6738 17.9633 14.1728L17.5956 14.8103C17.3075 15.3093 16.833 15.6734 16.2765 15.8227C15.72 15.9719 15.1269 15.894 14.6279 15.6061L14.6133 15.5978C13.999 16.1043 13.3053 16.5059 12.5601 16.7863C12.5599 17.3622 12.331 17.9145 11.9237 18.3217C11.5165 18.729 10.9642 18.9579 10.3883 18.9582H9.61327C9.32792 18.958 9.04539 18.9017 8.78181 18.7924C8.51823 18.683 8.27877 18.5229 8.07709 18.321C7.87541 18.1191 7.71547 17.8795 7.6064 17.6158C7.49733 17.3521 7.44126 17.0696 7.4414 16.7842C6.70459 16.5066 6.01812 16.1104 5.40911 15.6113L5.38619 15.6248C5.13939 15.7686 4.86664 15.8623 4.58357 15.9005C4.30049 15.9387 4.01267 15.9206 3.73659 15.8474C3.4605 15.7741 3.20159 15.6471 2.97469 15.4736C2.74779 15.3001 2.55736 15.0835 2.41431 14.8363L2.0216 14.1561C1.8789 13.909 1.78628 13.6362 1.74904 13.3533C1.7118 13.0704 1.73068 12.7829 1.80459 12.5073C1.87849 12.2317 2.00599 11.9734 2.17977 11.7471C2.35356 11.5208 2.57025 11.3309 2.81744 11.1884L2.84035 11.1748C2.7767 10.7882 2.74465 10.3969 2.74452 10.005C2.74637 9.60425 2.78121 9.20429 2.84869 8.80921L2.83306 8.80088C2.33422 8.51264 1.97027 8.0381 1.82123 7.48158C1.67218 6.92506 1.75025 6.33214 2.03827 5.83317L2.40598 5.19046C2.69404 4.69144 3.16851 4.32727 3.72504 4.17803C4.28157 4.02879 4.87459 4.1067 5.37369 4.39463L5.38827 4.40296C6.00243 3.89603 6.69615 3.49408 7.4414 3.21338C7.44167 2.63745 7.67058 2.08518 8.07783 1.67794C8.48507 1.27069 9.03734 1.04178 9.61327 1.0415ZM11.1583 8.26761C10.8156 8.03869 10.4129 7.9165 10.0008 7.9165C9.44828 7.9165 8.91838 8.136 8.52768 8.5267C8.13698 8.9174 7.91748 9.4473 7.91748 9.99984C7.91748 10.4119 8.03967 10.8147 8.26859 11.1573C8.49751 11.4999 8.82288 11.7669 9.20356 11.9246C9.58424 12.0823 10.0031 12.1235 10.4073 12.0431C10.8114 11.9628 11.1826 11.7643 11.474 11.473C11.7653 11.1816 11.9637 10.8104 12.0441 10.4063C12.1245 10.0021 12.0832 9.58326 11.9256 9.20258C11.7679 8.8219 11.5009 8.49653 11.1583 8.26761ZM8.14891 7.22827C8.69708 6.862 9.34154 6.6665 10.0008 6.6665C10.8849 6.6665 11.7327 7.01769 12.3578 7.64281C12.983 8.26794 13.3341 9.11578 13.3341 9.99984C13.3341 10.6591 13.1387 11.3036 12.7724 11.8517C12.4061 12.3999 11.8855 12.8271 11.2764 13.0794C10.6673 13.3317 9.99712 13.3977 9.35051 13.2691C8.70391 13.1405 8.10997 12.823 7.64379 12.3569C7.17762 11.8907 6.86015 11.2967 6.73153 10.6501C6.60291 10.0035 6.66892 9.33331 6.92122 8.72423C7.17351 8.11514 7.60075 7.59454 8.14891 7.22827Z"})}),$y=w("svg",{xmlns:"http://www.w3.org/2000/svg",width:"22",height:"22",viewBox:"0 0 24 24",fill:"#222222",children:[w("path",{d:"M22.9331 7.46673V21.3334C22.9331 22.2667 22.1331 23.0667 21.1997 23.0667H10.1331V22.0001V20.9334H20.9331V7.60006H15.3331L11.0664 18.0001C10.7997 18.6667 10.1331 19.0667 9.46641 19.0667H2.79974C1.86641 19.0667 1.06641 18.2667 1.06641 17.3334V3.46673C1.06641 2.5334 1.86641 1.7334 2.79974 1.7334L12.9331 1.7334V2.80007V3.86673H2.93307V17.3334H9.33307L13.5997 6.9334C13.8664 6.26673 14.5331 5.86673 15.1997 5.86673H21.3331C22.2664 5.60006 22.9331 6.40007 22.9331 7.46673Z"}),w("path",{d:"M5.904 11.4063L5.472 13H4L6.056 6H7.96L10 13H8.496L8.072 11.4063H5.904ZM7.688 9.95389L7.048 7.54323H6.952L6.296 9.95389H7.688Z",fill:"#EA4C89"}),w("path",{d:"M19.4337 18.9805C18.403 18.6732 17.5907 18.3117 16.9968 17.8961C16.6999 18.1039 16.3542 18.2965 15.9597 18.474C15.5652 18.6558 15.1071 18.8312 14.5854 19L14 17.8831C14.9035 17.6494 15.6076 17.3918 16.1124 17.1104C15.8579 16.816 15.6394 16.4848 15.4571 16.1169C15.2789 15.7489 15.1262 15.3312 14.9989 14.8636H14.1718V13.8182H16.456C16.4178 13.5844 16.3669 13.3312 16.3033 13.0584L17.5504 13L17.6522 13.8182H19.8091V14.8636H18.9374C18.8059 15.3485 18.6532 15.7749 18.4793 16.1429C18.3054 16.5108 18.0976 16.8377 17.8558 17.1234C18.4327 17.4524 19.1474 17.6926 20 17.8442L19.4337 18.9805ZM16.1633 14.8636C16.3118 15.487 16.5854 16.013 16.9841 16.4416C17.1707 16.2424 17.3256 16.0152 17.4486 15.7597C17.5758 15.5 17.684 15.2013 17.7731 14.8636H16.1633Z",fill:"#EA4C89"})]}),Vy=w("svg",{xmlns:"http://www.w3.org/2000/svg",width:"22",height:"22",viewBox:"0 0 24 24",fill:"#222222",children:[w("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M13 2H3C1.89543 2 1 2.89543 1 4V20C1 21.1046 1.89543 22 3 22H7V20H3V4H13V2ZM21 2H17V4H21V20H11V22H21C22.1046 22 23 21.1046 23 20V4C23 2.89543 22.1046 2 21 2Z"}),w("path",{d:"M10.5387 14.1787L9.96267 16H8L10.7413 8H13.28L16 16H13.9947L13.4293 14.1787H10.5387ZM12.9173 12.5187L12.064 9.76369H11.936L11.0613 12.5187H12.9173Z",fill:"#EA4C89"})]}),Yy=w("svg",{xmlns:"http://www.w3.org/2000/svg",width:"28",height:"28",viewBox:"0 0 28 28",fill:"#666666",children:w("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M19 8H9C8.44772 8 8 8.44772 8 9V11H20V9C20 8.44772 19.5523 8 19 8ZM21 11V9C21 7.89543 20.1046 7 19 7H9C7.89543 7 7 7.89543 7 9V11V12V19C7 20.1046 7.89543 21 9 21H13V20H9C8.44772 20 8 19.5523 8 19V12H20V14H21V12V11ZM9 9H11V10H9V9ZM17 9H15V10H17V9ZM12 9H14V10H12V9ZM21 17H18V14H17V17H14V18H17V21H18V18H21V17Z"})});function Jy({onOpenUrl:t,openOptionsPage:e,type:n}){let{t:r}=Ce(),a=Me(),i=Math.round((_i.supportedVideoSubtitleSites||[]).length/10),o=Ue(()=>[{title:r("widget.translateFile"),icon:Hy,tooltipText:r("translateFileTooltip"),tooltipStyle:{left:-10,transform:"unset",fontSize:13,whiteSpace:"pre"},tooltipMultiple:!0,onClick:()=>{t(a.TRANSLATE_FILE_URL,n)}},{title:r("widget.videoSubtitle"),icon:Wy,tooltipText:r("widget.videoSubtitleTooltip",{count:i*10}),tooltipStyle:{fontSize:13},onClick:()=>{e("#subtitle")}},{title:r("widget.instruction"),icon:Ky,tooltipText:r("widget.instructionTooltip"),tooltipStyle:{left:"unset",right:-10,transform:"unset",fontSize:13},onClick:()=>{t(Cb)}}],[a,t,e,r]);return w("div",{class:"widgets-container mt-5",children:o.map(s=>s.tooltipText?w(xa,{text:s.tooltipText,containerStyle:{flex:1},tipStyle:s.tooltipStyle,multiple:s.tooltipMultiple,children:w(Qy,{...s})}):w(Qy,{...s}))})}function Qy(t){return w("div",{class:"widget-item",onClick:t.onClick,children:[t.icon,w("span",{class:"ml-1 text-gray-6",children:t.title})]})}function xm(t){let{setSettings:e,config:n,openSharePage:r,ctx:a,errorMsg:i,onAutoEnableSubtitleChanged:o}=t,[s,u]=se(""),[l,c]=se(i),[p,m]=se(null),[g,f]=se(null);Ae(()=>{Mt.get(Ft,null).then(E=>{E?(m(E),f(Jt(E))):f(!1)}).catch(E=>{f(!1)})},[]);let T=!0,b=tt();n&&b&&(T=n.generalRule.showSponsorOnSafari);let h=pl(n);return w("div",{class:`popup-container ${t.className||""}`,style:t.style,children:[w("div",{class:"popup-content text-sm",children:[h?w("div",{style:{marginTop:-12}}):w("div",{class:"flex items-center justify-between ml-1",style:{height:28},children:[w(wy,{isLogin:!!p,isProUser:!!g,config:n}),w(J5,{openSharePage:r})]}),w(Dy,{ctx:t.ctx,setSettings:t.setSettings,onSetPageLanguage:t.onSetPageLanguage,currentLang:t.currentLang}),w(Ay,{isProUser:!!g,ctx:t.ctx,setSettings:t.setSettings,pageStatus:t.pageStatus,onTranslatePage:t.onTranslatePage,onRestorePage:t.onRestorePage,openOptionsPage:t.openOptionsPage}),w("div",{class:"flex flex-row mt-3 items-center",children:[w($5,{ctx:a,onSwitchTranslationMode:t.onSwitchTranslationMode}),w(Y5,{ctx:t.ctx,pageStatus:t.pageStatus,currentUrl:t.currentUrl,onTranslatePdf:t.onTranslatePdf,onToggleTranslate:t.onToggleTranslate,disabledButton:t.disabledButton,noPermissionPDF:t.noPermissionPDF})]}),w("div",{class:`text-sm text-gray-9 mt-4 ml-1 ${s?"":"display-none"}`,children:s}),w("div",{class:`text-sm text-gray-9 mt-4 ml-1 ${l?"":"display-none"}`,children:l}),w(dm,{isShowError:!1,request:t.request,setStorageBuildinConfig:t.onSetBuildinConfig}),w("div",{class:"text-sm px-1 text-gray-2",children:[w(_y,{ctx:t.ctx,setSettings:t.setSettings,pageStatus:t.pageStatus,onTranslatePage:t.onTranslatePage,onRestorePage:t.onRestorePage,currentUrl:t.currentUrl,currentLang:t.currentLang,onClose:t.onClose,onSetLocalConfig:t.onSetLocalConfig}),w(qy,{ctx:t.ctx,openOptionsPage:t.openOptionsPage,setSettings:t.setSettings}),w(jy,{ctx:a,currentLang:t.currentLang,pageStatus:t.pageStatus,onTranslatePage:t.onTranslatePage,onClose:t.onClose,setSettings:t.setSettings}),w(G5,{onAutoEnableSubtitleChanged:o,ctx:a,setSettings:e})]}),w(Jy,{type:t.type,onOpenUrl:t.onOpenUrl,openOptionsPage:t.openOptionsPage})]}),w(V5,{...t,isProUser:!!g,isShowPricing:T,setMessage:u})]})}function G5(t){let{t:e}=Ce(),{ctx:n,setSettings:r,onAutoEnableSubtitleChanged:a}=t;return Ue(()=>!n.rule.subtitleRule.disabled&&H0.includes(n.rule.subtitleRule.type||""),[n,H0])?w("div",{class:"flex justify-between mt-3 items-center",children:[w("label",{class:"mb-0",children:e("autoEnableSubtitle")}),w("input",{type:"checkbox",role:"switch",id:"autoEnableSubtitle",name:"autoEnableSubtitle",checked:!!n.rule.subtitleRule.autoEnableSubtitle,onChange:o=>{let s=o.target.checked;r(u=>({...u,generalRule:{...u.generalRule,"subtitleRule.add":{...u.generalRule?.["subtitleRule.add"],autoEnableSubtitle:s}}})),a()}})]}):null}function $5(t){let{t:e}=Ce(),n=t.ctx.state.translationMode,r=()=>{let i=n==="dual"?"translation":"dual";t.onSwitchTranslationMode(i)},a=e(n==="dual"?"changeToOnlyTempTranslationMode":"changeToDualTempTranslationMode");return w(xa,{text:a,multiple:!0,tipStyle:{left:-20,transform:"unset",fontSize:13,whiteSpace:"pre"},children:w("div",{class:"translate-mode mr-2 ",onClick:r,children:n==="dual"?$y:Vy})})}function V5(t){let{t:e,lang:n}=Ce(),{isProUser:r,isShowPricing:a}=t,{config:i}=t.ctx,o=60;n.startsWith("zh")||(o=70);let s=Me(),u=`${t.type}_more`;return w("footer",{children:w("div",{class:"px-3 py-2-5 text-sm flex items-center justify-between popup-footer",children:[w("div",{class:"setting flex flex-row items-center justify-center secondary clickable",onClick:l,children:[Gy,w("span",{class:"ml-1 text-gray-6",children:e("options")})]}),w(Q5,{ctx:t.ctx,onToggleEnabled:t.onToggleEnabled,setSettings:t.setSettings,setMessage:t.setMessage}),w(cm,{label:e("more"),showArrow:!0,maxWidth:o,className:"text-gray-6 transform-padding-left more",onSelected:g=>{g.value==="openPremium"?(globalThis.open(Ai),t.onClose()):g.value==="changeToOnlyTranslationMode"?c("translation"):g.value==="changeToDualTranslationMode"?c("dual"):g.value==="translateTheWholePage"?t.onTranslateTheWholePage():g.value==="translateToThePageEndImmediately"?t.onTranslateToThePageEndImmediately():g.value==="translateTheMainPage"?t.onTranslateTheMainPage():g.value==="translateLocalPdfFile"?t.onOpenUrl(s.PDF_VIEWER_URL,u):g.value==="pdfProFile"?t.onOpenUrl(s.PDF_PRO_URL,u):g.value==="translateText"?t.onOpenUrl(s.TEXT_TRANSLATE_URL,u):g.value==="translateLocalHtmlFile"?t.onOpenUrl(s.HTML_VIEWER_URL,u):g.value==="translateLocalSubtitleFile"?t.onOpenUrl(s.SUBTITLE_BUILDER_URL,u):g.value==="donate"?(globalThis.open(i.donateUrl),t.onClose()):g.value==="feedback"?(globalThis.open(i.feedbackUrl),t.onClose()):g.value==="options"?(t.openOptionsPage(),t.onClose()):g.value==="changeToTranslateTheWholePage"?p():g.value==="changeToTranslateTheMainPage"?m():g.value==="about"?t.openAboutPage():g.value==="toggleEnabled"?t.onToggleEnabled():g.value==="openEbookViewer"?t.onOpenUrl(s.EBOOK_VIEWER_URL,u):g.value==="openEbookBuilder"?t.onOpenUrl(s.EBOOK_BUILDER_URL,u):g.value==="goPro"&&t.onOpenUrl(Ai,u)},menus:[i.translationMode==="dual"&&{label:"\u{1F524} "+e("changeToOnlyTranslationMode"),value:"changeToOnlyTranslationMode"},i.translationMode==="translation"&&{label:"\u{1F521} "+e("changeToDualTranslationMode"),value:"changeToDualTranslationMode"},i.translationArea==="main"&&{label:"\u{1F480} "+e("changeToTranslateTheWholePage"),value:"changeToTranslateTheWholePage"},i.translationArea==="body"&&{label:"\u{1F4D6} "+e("changeToTranslateTheMainPage"),value:"changeToTranslateTheMainPage"},{label:"\u26A1 "+e("translateToThePageEndImmediately"),value:"translateToThePageEndImmediately"},{label:"\u{1F4D8} "+e("browser.openEbookViewer"),value:"openEbookViewer"},{label:"\u{1F4DA} "+e("browser.openEbookBuilder"),value:"openEbookBuilder"},{label:"\u{1F4C1} "+e("browser.translateLocalPdfFile"),value:"translateLocalPdfFile"},{label:"\u2747\uFE0F "+e("browser.PdfProFile"),value:"pdfProFile"},{label:"\u{1F310} "+e("browser.translateLocalHtmlFile"),value:"translateLocalHtmlFile"},{label:"\u{1F4FA} "+e("browser.translateLocalSubtitleFile"),value:"translateLocalSubtitleFile"},{label:"\u{1F4DD} "+e("browser.textTranslate"),value:"translateText"},r===!1&&a&&{label:"\u{1F451} "+e("upgradeToPro"),value:"goPro"},{label:"\u2764\uFE0F "+e(a?"aboutLabel":"aboutLabelWithoutSponsor"),value:"about"}].filter(Boolean)})]})});function l(g){g.preventDefault(),t.openOptionsPage()}function c(g){t.setSettings(f=>({...f,translationMode:g})),t.onSwitchTranslationMode(g)}function p(){t.setSettings(g=>({...g,translationArea:"body"})),t.onTranslateTheWholePage()}function m(){t.setSettings(g=>({...g,translationArea:"main"})),t.onTranslateTheMainPage()}}function Y5({currentUrl:t,pageStatus:e,onTranslatePdf:n,ctx:r,onToggleTranslate:a,disabledButton:i,noPermissionPDF:o}){let{t:s,lang:u}=Ce(),l=r.config,c=Ue(()=>new URL(t||""),[t]),p=c?.pathname.toLowerCase().endsWith(".pdf");Ga(r?.rule)&&!p&&(p=!0);let m=s("translate");e==="Translated"||e==="Error"?m=s("show-original"):e==="Original"?p?Ir()&&c.protocol==="file:"||o?m=s("translate-firefox-local-pdf"):ye()?m=s("noSupportTranslate-pdf"):m=s("translate-pdf"):m=s("translate"):m=s(e);let g=s("translateToThePageEndImmediately");return(e==="Original"||e==="Translated")&&(l.shortcuts.toggleTranslatePage&&(al()?r.rule.touchShortcutsToggleTranslatePage&&r.rule.touchShortcutsToggleTranslatePage!=="touchShortcutsOff"&&(m+=` (${s(r.rule.touchShortcutsToggleTranslatePage)})`):m+=` (${qc(l.shortcuts.toggleTranslatePage)})`),l.shortcuts.toggleTranslateToThePageEndImmediately&&(g+=` (${l.shortcuts.toggleTranslateToThePageEndImmediately})`)),w("button",{class:"mb-0 main-button",onClick:()=>{p?n&&n():a()},"aria-busy":e==="Translating",disabled:i||e==="Translating",children:m})}function Q5({ctx:t,onToggleEnabled:e,setSettings:n,setMessage:r}){let{t:a,lang:i}=Ce(),o=Ut();return w("div",{class:"flex",children:w("span",{class:"immersive-translate-no-select text-sm text-gray-c2",onClick:Ey(7)(s),children:["V",o,t.config.enabled?null:w("a",{href:"#",onClick:e,children:[" ","(",a("hasBeenDisabled"),")"]})]})});function s(u){n(l=>(l.alpha?r("Success disable alpha!"):r("Success enable alpha!"),{...l,alpha:!l.alpha}))}}function J5(t){let{t:e}=Ce();return w("div",{class:"share-button-container",onClick:t.openSharePage,children:[w("span",{class:"text-gray-9",children:e("buildSnapshots")}),Yy]})}d();d();d();d();var Em={get:(t,e,n)=>{let r=e===void 0?t:{[t]:e};return oe.storage[n].get(r)},set:(t,e,n)=>oe.storage[n].set({[t]:e})};function Kc(t,e,n){let[r]=se(()=>typeof e=="function"?e():e),[a]=se(n),[i,o]=se(r),[s,u]=se(!1),[l,c]=se("");Ae(()=>{Em.get(t,r,a).then(m=>{m[t]&&o(m[t]),u(!0),c("")}).catch(m=>{u(!1),c(m)})},[t,r,a]);let p=Ve(m=>{let g=typeof m=="function"?m(i):m;B.debug("new settings",g),Em.set(t,g,a).then(()=>{o(g),u(!0),c("")}).catch(f=>{o(g),u(!1),c(f)})},[a,t,i]);return[i,p,s,l]}d();function Cm(t,e,n){let r=[];return function(){let[i,o,s,u]=Kc(t,e,n),l=Ve(c=>{for(let p of r)p(c)},[]);return Ae(()=>(r.push(o),()=>{r.splice(r.indexOf(o),1)}),[o]),[i,l,s,u]}}function Zy(t,e){return Cm(t,e,"sync")}var Z5="userConfig",X5=null,e8=Zy(Z5,X5);function jr(t){let[e,n,r,a]=e8(),i=Ve(o=>{let s=typeof o=="function"?o(e):o;s&&(s.updatedAt=new Date().toISOString()),n(s),t&&t(s)},[e]);return[e,i,r,a,n]}d();d();async function Gc(t){try{let e=new Date;B.debug("cron task start, next will run at",new Date(e.getTime()+t).toLocaleString()),await oe.storage.local.set({[Xo]:e.toISOString()}),await t8(),ye()||await J3()}catch(e){B.error("run cron task failed",e)}}async function Xy(){let e=(await an()).interval;if(e){let n=await oe.storage.local.get(Xo);if(n&&n[Xo]){let r=n[Xo];if(Date.now()-new Date(r).getTime()r?(await oe.storage.local.set({buildinConfig:e}),B.info(`sync remote rules success, latest: ${new Date(a).toLocaleString()}`),aa({method:"updateGlobalCtx",data:{}},{tab:{id:1,url:"https://www.fake.com",active:!0}}).catch(u=>{B.error("send content message request failed from cron task",u)})):B.debug(`no need to sync rules, latest: ${r}`):B.info(`local version is too old, please update to ${o} or later`)}catch(t){B.error("sync rules error: ",t)}}d();d();d();d();d();d();var wm;function Im(t){return[...t.v,(t.i?"!":"")+t.n].join(":")}function uv(t,e=","){return t.map(Im).join(e)}var lv=typeof CSS<"u"&&CSS.escape||(t=>t.replace(/[!"'`*+.,;:\\/<=>?@#$%&^|~()[\]{}]/g,"\\$&").replace(/^\d/,"\\3$& "));function Vc(t){for(var e=9,n=t.length;n--;)e=Math.imul(e^t.charCodeAt(n),1597334677);return"#"+((e^e>>>9)>>>0).toString(36)}function Yc(t,e="@media "){return e+Mn(t).map(n=>(typeof n=="string"&&(n={min:n}),n.raw||Object.keys(n).map(r=>`(${r}-width:${n[r]})`).join(" and "))).join(",")}function Mn(t=[]){return Array.isArray(t)?t:t==null?[]:[t]}function n8(){}var $t={d:0,b:134217728,c:268435456,a:671088640,u:805306368,o:939524096};function cv(t){return t.match(/[-=:;]/g)?.length||0}function _m(t){return Math.min(/(?:^|width[^\d]+)(\d+(?:.\d+)?)(p)?/.test(t)?Math.max(0,29.63*(+RegExp.$1/(RegExp.$2?15:1))**.137-43):0,15)<<22|Math.min(cv(t),15)<<18}var r8=["rst-c","st-ch","h-chi","y-lin","nk","sited","ecked","pty","ad-on","cus-w","ver","cus","cus-v","tive","sable","tiona","quire"];function Rm({n:t,i:e,v:n=[]},r,a,i){t&&(t=Im({n:t,i:e,v:n})),i=[...Mn(i)];for(let s of n){let u=r.theme("screens",s);for(let l of Mn(u&&Yc(u)||r.v(s))){var o;i.push(l),a|=u?67108864|_m(l):s=="dark"?1073741824:l[0]=="@"?_m(l):(o=l,1<<~(/:([a-z-]+)/.test(o)&&~r8.indexOf(RegExp.$1.slice(2,7))||-18))}}return{n:t,p:a,r:i,i:e}}var Om=new Map;function ev(t){if(t.d){let e=[],n=Dm(t.r.reduce((r,a)=>a[0]=="@"?(e.push(a),r):a?Dm(r,i=>Dm(a,o=>{let s=/(:merge\(.+?\))(:[a-z-]+|\\[.+])/.exec(o);if(s){let u=i.indexOf(s[1]);return~u?i.slice(0,u)+s[0]+i.slice(u+s[1].length):Am(i,o)}return Am(o,i)})):r,"&"),r=>Am(r,t.n?"."+lv(t.n):""));return n&&e.push(n.replace(/:merge\((.+?)\)/g,"$1")),e.reduceRight((r,a)=>a+"{"+r+"}",t.d)}}function Dm(t,e){return t.replace(/ *((?:\(.+?\)|\[.+?\]|[^,])+) *(,|$)/g,(n,r,a)=>e(r)+a)}function Am(t,e){return t.replace(/&/g,e)}var tv=new Intl.Collator("en",{numeric:!0});function a8(t,e){for(var n=0,r=t.length;n>1;0>=dv(t[a],e)?n=a+1:r=a}return r}function dv(t,e){let n=t.p&$t.o;return n==(e.p&$t.o)&&(n==$t.b||n==$t.o)?0:t.p-e.p||t.o-e.o||tv.compare(nv(t.n),nv(e.n))||tv.compare(rv(t.n),rv(e.n))}function nv(t){return(t||"").split(/:/).pop().split("/").pop()||"\0"}function rv(t){return(t||"").replace(/\W/g,e=>String.fromCharCode(127+e.charCodeAt(0)))+"\0"}function km(t,e){return Math.round(parseInt(t,16)*e)}function Ea(t,e={}){if(typeof t=="function")return t(e);let{opacityValue:n="1",opacityVariable:r}=e,a=r?`var(${r})`:n;if(t.includes(""))return t.replace("",a);if(t[0]=="#"&&(t.length==4||t.length==7)){let i=(t.length-1)/3,o=[17,1,.062272][i-1];return`rgba(${[km(t.substr(1,i),o),km(t.substr(1+i,i),o),km(t.substr(1+2*i,i),o),a]})`}return a=="1"?t:a=="0"?"#0000":t.replace(/^(rgb|hsl)(\([^)]+)\)$/,`$1a$2,${a})`)}function pv(t,e,n,r,a=[]){return function i(o,{n:s,p:u,r:l=[],i:c},p){let m=[],g="",f=0,T=0;for(let E in o||{}){var b,h;let D=o[E];if(E[0]=="@"){if(!D)continue;if(E[1]=="a"){m.push(...mv(s,u,Nm(""+D),p,u,l,c,!0));continue}if(E[1]=="l"){for(let M of Mn(D))m.push(...i(M,{n:s,p:(b=$t[E[7]],u&~$t.o|b),r:E[7]=="d"?[]:l,i:c},p));continue}if(E[1]=="i"){m.push(...Mn(D).map(M=>({p:-1,o:0,r:[],d:E+" "+M})));continue}if(E[1]=="k"){m.push({p:$t.d,o:0,r:[E],d:i(D,{p:$t.d},p).map(ev).join("")});continue}if(E[1]=="f"){m.push(...Mn(D).map(M=>({p:$t.d,o:0,r:[E],d:i(M,{p:$t.d},p).map(ev).join("")})));continue}}if(typeof D!="object"||Array.isArray(D))E=="label"&&D?s=D+Vc(JSON.stringify([u,c,o])):(D||D===0)&&(E=E.replace(/[A-Z]/g,M=>"-"+M.toLowerCase()),T+=1,f=Math.max(f,(h=E)[0]=="-"?0:cv(h)+(/^(?:(border-(?!w|c|sty)|[tlbr].{2,4}m?$|c.{7,8}$)|([fl].{5}l|g.{8}$|pl))/.test(h)?+!!RegExp.$1||-!!RegExp.$2:0)+1),g+=(g?";":"")+Mn(D).map(M=>p.s(E,gv(""+M,p.theme)+(c?" !important":""))).join(";"));else if(E[0]=="@"||E.includes("&")){let M=u;E[0]=="@"&&(E=E.replace(/\bscreen\(([^)]+)\)/g,(I,S)=>{let v=p.theme("screens",S);return v?(M|=67108864,Yc(v,"")):I}),M|=_m(E)),m.push(...i(D,{n:s,p:M,r:[...l,E],i:c},p))}else m.push(...i(D,{p:u,r:[...l,E]},p))}return m.unshift({n:s,p:u,o:Math.max(0,15-T)+1.5*Math.min(f||15,15),r:l,d:g}),m.sort(dv)}(t,Rm(e,n,r,a),n)}function gv(t,e){return t.replace(/theme\((["'`])?(.+?)\1(?:\s*,\s*(["'`])?(.+?)\3)?\)/g,(n,r,a,i,o="")=>{let s=e(a,o);return typeof s=="function"&&/color|fill|stroke/i.test(a)?Ea(s):""+Mn(s).filter(u=>Object(u)!==u)})}function zm(t,e){let n,r=[];for(let a of t)a.d&&a.n?n?.p==a.p&&""+n.r==""+a.r?(n.c=[n.c,a.c].filter(Boolean).join(" "),n.d=n.d+";"+a.d):r.push(n={...a,n:a.n&&e}):r.push({...a,n:a.n&&e});return r}function Fm(t,e,n=$t.u,r,a){let i=[];for(let o of t)for(let s of function(u,l,c,p,m){u={...u,i:u.i||m};let g=function(f,T){let b=Om.get(f.n);return b?b(f,T):T.r(f.n,f.v[0]=="dark")}(u,l);return g?typeof g=="string"?({r:p,p:c}=Rm(u,l,c,p),zm(Fm(Nm(g),l,c,p,u.i),u.n)):Array.isArray(g)?g.map(f=>{var T,b;return{o:0,...f,r:[...Mn(p),...Mn(f.r)],p:(T=c,b=f.p??c,T&~$t.o|b)}}):pv(g,u,l,c,p):[{c:Im(u),p:0,o:0,r:[]}]}(o,e,n,r,a))i.splice(a8(i,s),0,s);return i}function mv(t,e,n,r,a,i,o,s){return zm((s?n.flatMap(u=>Fm([u],r,a,i,o)):Fm(n,r,a,i,o)).map(u=>u.p&$t.o&&(u.n||e==$t.b)?{...u,p:u.p&~$t.o|e,o:0}:u),t)}function i8(t,e,n,r){var a;return a=(i,o)=>{let{n:s,p:u,r:l,i:c}=Rm(i,o,e);return n&&mv(s,e,n,o,u,l,c,r)},Om.set(t,a),t}function Pm(t,e,n){if(t[t.length-1]!="("){let r=[],a=!1,i=!1,o="";for(let s of t)if(!(s=="("||/[~@]$/.test(s))){if(s[0]=="!"&&(s=s.slice(1),a=!a),s.endsWith(":")){r[s=="dark:"?"unshift":"push"](s.slice(0,-1));continue}s[0]=="-"&&(s=s.slice(1),i=!i),s.endsWith("-")&&(s=s.slice(0,-1)),s&&s!="&"&&(o+=(o&&"-")+s)}o&&(i&&(o="-"+o),e[0].push({n:o,v:r.filter(o8),i:a}))}}function o8(t,e,n){return n.indexOf(t)==e}var av=new Map;function Nm(t){let e=av.get(t);if(!e){let n=[],r=[[]],a=0,i=0,o=null,s=0,u=(l,c=0)=>{a!=s&&(n.push(t.slice(a,s+c)),l&&Pm(n,r)),a=s+1};for(;s1?p.slice(0,-1)+Vc(JSON.stringify([p,m])):p+"("+uv(m)+")",$t.a,m,/@$/.test(p))],r)}c=n.lastIndexOf("(",c-1)}n.length=c+1}else/[~@]/.test(l)&&t[s+1]=="("&&r.unshift([])}u(!0),av.set(t,e=r[0])}return e}function fv(t,e,n){return e.reduce((r,a,i)=>r+n(a)+t[i+1],t[0])}function hv(t,e){return Array.isArray(t)&&Array.isArray(t.raw)?fv(t,e,n=>Lm(n).trim()):e.filter(Boolean).reduce((n,r)=>n+Lm(r),t?Lm(t):"")}function Lm(t){let e,n="";if(t&&typeof t=="object")if(Array.isArray(t))(e=hv(t[0],t.slice(1)))&&(n+=" "+e);else for(let r in t)t[r]&&(n+=" "+r);else t!=null&&typeof t!="boolean"&&(n+=" "+t);return n}var dse=bv("@"),pse=bv("~");function bv(t){return new Proxy(function(n,...r){return e("",n,r)},{get(n,r){return r in n?n[r]:function(a,...i){return e(r,a,i)}}});function e(n,r,a){return uv(Nm(n+t+"("+hv(r,a)+")"))}}function Mm(t,e){return Array.isArray(t)?iv(fv(t,e,n=>n!=null&&typeof n!="boolean"?n:"")):typeof t=="string"?iv(t):[t]}var s8=/ *(?:(?:([\u0080-\uFFFF\w-%@]+) *:? *([^{;]+?);|([^;}{]*?) *{)|(}))/g;function iv(t){let e;t=t.replace(/\/\*[^]*?\*\/|\s\s+|\n/gm," ");let n=[{}],r=[n[0]],a=[];for(;e=s8.exec(t);)e[4]&&(n.shift(),a.shift()),e[3]?(a.unshift(e[3]),n.unshift({}),r.push(a.reduce((i,o)=>({[o]:i}),n[0]))):e[4]||(n[0][e[1]]&&(n.unshift({}),r.push(a.reduce((i,o)=>({[o]:i}),n[0]))),n[0][e[1]]=e[2]);return r}function Tv(t,...e){var n;let r=Mm(t,e),a=(r.find(i=>i.label)?.label||"css")+Vc(JSON.stringify(r));return n=(i,o)=>zm(r.flatMap(s=>pv(s,i,o,$t.o)),a),Om.set(a,n),a}var gse=new Proxy(function(t,e){return ov("animation",t,e)},{get(t,e){return e in t?t[e]:function(n,r){return ov(e,n,r)}}});function ov(t,e,n){return{toString(){return Tv({label:t,"@layer components":{...typeof e=="object"?e:{animation:e},animationName:""+n}})}}}function X(t,e,n){return[t,u8(e,n)]}function u8(t,e){return typeof t=="function"?t:typeof t=="string"&&/^[\w-]+$/.test(t)?(n,r)=>({[t]:e?e(n,r):Bm(n,1)}):n=>t||{[n[1]]:Bm(n,2)}}function Bm(t,e,n=t.slice(e).find(Boolean)||t.$$||t.input){return t.input[0]=="-"?`calc(${n} * -1)`:n}function te(t,e,n,r){return[t,l8(e,n,r)]}function l8(t,e,n){let r=typeof e=="string"?(a,i)=>({[e]:n?n(a,i):a._}):e||(({1:a,_:i},o,s)=>({[a||s]:i}));return(a,i)=>{let o=yv(t||a[1]),s=i.theme(o,a.$$)??So(a.$$,o,i);if(s!=null)return a._=Bm(a,0,s),r(a,i,o)}}function It(t,e={},n){return[t,c8(e,n)]}function c8(t={},e){return(n,r)=>{let{section:a=yv(n[0]).replace("-","")+"Color"}=t,[i,o]=d8(n.$$);if(!i)return;let s=r.theme(a,i)||So(i,a,r);if(!s||typeof s=="object")return;let{opacityVariable:u=`--tw-${n[0].replace(/-$/,"")}-opacity`,opacitySection:l=a.replace("Color","Opacity"),property:c=a,selector:p}=t,m=r.theme(l,o||"DEFAULT")||o&&So(o,l,r),g=e||(({_:T})=>{let b=Ks(c,T);return p?{[p]:b}:b});n._={value:Ea(s,{opacityVariable:u||void 0,opacityValue:m||void 0}),color:T=>Ea(s,T),opacityVariable:u||void 0,opacityValue:m||void 0};let f=g(n,r);if(!n.dark){let T=r.d(a,i,s);T&&T!==s&&(n._={value:Ea(T,{opacityVariable:u||void 0,opacityValue:m||"1"}),color:b=>Ea(T,b),opacityVariable:u||void 0,opacityValue:m||void 0},f={"&":f,[r.v("dark")]:g(n,r)})}return f}}function d8(t){return(t.match(/^(\[[^\]]+]|[^/]+?)(?:\/(.+))?$/)||[]).slice(1)}function Ks(t,e){let n={};return typeof e=="string"?n[t]=e:(e.opacityVariable&&e.value.includes(e.opacityVariable)&&(n[e.opacityVariable]=e.opacityValue||"1"),n[t]=e.value),n}function So(t,e,n){if(t[0]=="["&&t.slice(-1)=="]"){if(t=$c(gv(t.slice(1,-1),n.theme)),!e)return t;if(!(/color|fill|stroke/i.test(e)&&!(/^color:/.test(t)||/^(#|((hsl|rgb)a?|hwb|lab|lch|color)\(|[a-z]+$)/.test(t))||/image/i.test(e)&&!(/^image:/.test(t)||/^[a-z-]+\(/.test(t))||/weight/i.test(e)&&!(/^(number|any):/.test(t)||/^\d+$/.test(t))||/position/i.test(e)&&/^(length|size):/.test(t)))return t.replace(/^[a-z-]+:/,"")}}function yv(t){return t.replace(/-./g,e=>e[1].toUpperCase())}function $c(t){return t.includes("url(")?t.replace(/(.*?)(url\(.*?\))(.*?)/g,(e,n="",r,a="")=>$c(n)+r+$c(a)):t.replace(/(^|[^\\])_+/g,(e,n)=>n+" ".repeat(e.length-n.length)).replace(/\\_/g,"_").replace(/(calc|min|max|clamp)\(.+\)/g,e=>e.replace(/(-?\d*\.?\d(?!\b-.+[,)](?![^+\-/*])\D)(?:%|[a-z]+)?|\))([+\-/*])/g,"$1 $2 "))}var mse=Symbol();var vv=new Proxy(n8,{apply(t,e,n){return wm(n[0])},get(t,e){let n=wm[e];return typeof n=="function"?function(){return n.apply(wm,arguments)}:n}});var fse=function t(e){return new Proxy(function(n,...r){return sv(e,"",n,r)},{get(n,r){return r==="bind"?t:r in n?n[r]:function(a,...i){return sv(e,r,a,i)}}})}();function sv(t,e,n,r){return{toString(){let a=Mm(n,r),i=lv(e+Vc(JSON.stringify([e,a])));return(typeof t=="function"?t:vv)(Tv({[`@keyframes ${i}`]:Mm(n,r)})),i}}}d();d();d();d();d();var Sv={screens:{sm:"640px",md:"768px",lg:"1024px",xl:"1280px","2xl":"1536px"},columns:{auto:"auto","3xs":"16rem","2xs":"18rem",xs:"20rem",sm:"24rem",md:"28rem",lg:"32rem",xl:"36rem","2xl":"42rem","3xl":"48rem","4xl":"56rem","5xl":"64rem","6xl":"72rem","7xl":"80rem"},spacing:{px:"1px",0:"0px",...Bn(4,"rem",4,.5,.5),...Bn(12,"rem",4,5),14:"3.5rem",...Bn(64,"rem",4,16,4),72:"18rem",80:"20rem",96:"24rem"},durations:{75:"75ms",100:"100ms",150:"150ms",200:"200ms",300:"300ms",500:"500ms",700:"700ms",1e3:"1000ms"},animation:{none:"none",spin:"spin 1s linear infinite",ping:"ping 1s cubic-bezier(0,0,0.2,1) infinite",pulse:"pulse 2s cubic-bezier(0.4,0,0.6,1) infinite",bounce:"bounce 1s infinite"},aspectRatio:{auto:"auto",square:"1/1",video:"16/9"},backdropBlur:Ke("blur"),backdropBrightness:Ke("brightness"),backdropContrast:Ke("contrast"),backdropGrayscale:Ke("grayscale"),backdropHueRotate:Ke("hueRotate"),backdropInvert:Ke("invert"),backdropOpacity:Ke("opacity"),backdropSaturate:Ke("saturate"),backdropSepia:Ke("sepia"),backgroundColor:Ke("colors"),backgroundImage:{none:"none"},backgroundOpacity:Ke("opacity"),backgroundSize:{auto:"auto",cover:"cover",contain:"contain"},blur:{none:"none",0:"0",sm:"4px",DEFAULT:"8px",md:"12px",lg:"16px",xl:"24px","2xl":"40px","3xl":"64px"},brightness:{...Bn(200,"",100,0,50),...Bn(110,"",100,90,5),75:"0.75",125:"1.25"},borderColor:({theme:t})=>({DEFAULT:t("colors.gray.200","currentColor"),...t("colors")}),borderOpacity:Ke("opacity"),borderRadius:{none:"0px",sm:"0.125rem",DEFAULT:"0.25rem",md:"0.375rem",lg:"0.5rem",xl:"0.75rem","2xl":"1rem","3xl":"1.5rem","1/2":"50%",full:"9999px"},borderSpacing:Ke("spacing"),borderWidth:{DEFAULT:"1px",...jn(8,"px")},boxShadow:{sm:"0 1px 2px 0 rgba(0,0,0,0.05)",DEFAULT:"0 1px 3px 0 rgba(0,0,0,0.1), 0 1px 2px -1px rgba(0,0,0,0.1)",md:"0 4px 6px -1px rgba(0,0,0,0.1), 0 2px 4px -2px rgba(0,0,0,0.1)",lg:"0 10px 15px -3px rgba(0,0,0,0.1), 0 4px 6px -4px rgba(0,0,0,0.1)",xl:"0 20px 25px -5px rgba(0,0,0,0.1), 0 8px 10px -6px rgba(0,0,0,0.1)","2xl":"0 25px 50px -12px rgba(0,0,0,0.25)",inner:"inset 0 2px 4px 0 rgba(0,0,0,0.05)",none:"0 0 #0000"},boxShadowColor:Ke("colors"),caretColor:Ke("colors"),accentColor:({theme:t})=>({auto:"auto",...t("colors")}),contrast:{...Bn(200,"",100,0,50),75:"0.75",125:"1.25"},content:{none:"none"},divideColor:Ke("borderColor"),divideOpacity:Ke("borderOpacity"),divideWidth:Ke("borderWidth"),dropShadow:{sm:"0 1px 1px rgba(0,0,0,0.05)",DEFAULT:["0 1px 2px rgba(0,0,0,0.1)","0 1px 1px rgba(0,0,0,0.06)"],md:["0 4px 3px rgba(0,0,0,0.07)","0 2px 2px rgba(0,0,0,0.06)"],lg:["0 10px 8px rgba(0,0,0,0.04)","0 4px 3px rgba(0,0,0,0.1)"],xl:["0 20px 13px rgba(0,0,0,0.03)","0 8px 5px rgba(0,0,0,0.08)"],"2xl":"0 25px 25px rgba(0,0,0,0.15)",none:"0 0 #0000"},fill:({theme:t})=>({...t("colors"),none:"none"}),grayscale:{DEFAULT:"100%",0:"0"},hueRotate:{0:"0deg",15:"15deg",30:"30deg",60:"60deg",90:"90deg",180:"180deg"},invert:{DEFAULT:"100%",0:"0"},flex:{1:"1 1 0%",auto:"1 1 auto",initial:"0 1 auto",none:"none"},flexBasis:({theme:t})=>({...t("spacing"),...Gs(2,6),...Gs(12,12),auto:"auto",full:"100%"}),flexGrow:{DEFAULT:1,0:0},flexShrink:{DEFAULT:1,0:0},fontFamily:{sans:'ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji"'.split(","),serif:'ui-serif,Georgia,Cambria,"Times New Roman",Times,serif'.split(","),mono:'ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace'.split(",")},fontSize:{xs:["0.75rem","1rem"],sm:["0.875rem","1.25rem"],base:["1rem","1.5rem"],lg:["1.125rem","1.75rem"],xl:["1.25rem","1.75rem"],"2xl":["1.5rem","2rem"],"3xl":["1.875rem","2.25rem"],"4xl":["2.25rem","2.5rem"],"5xl":["3rem","1"],"6xl":["3.75rem","1"],"7xl":["4.5rem","1"],"8xl":["6rem","1"],"9xl":["8rem","1"]},fontWeight:{thin:"100",extralight:"200",light:"300",normal:"400",medium:"500",semibold:"600",bold:"700",extrabold:"800",black:"900"},gap:Ke("spacing"),gradientColorStops:Ke("colors"),gridAutoColumns:{auto:"auto",min:"min-content",max:"max-content",fr:"minmax(0,1fr)"},gridAutoRows:{auto:"auto",min:"min-content",max:"max-content",fr:"minmax(0,1fr)"},gridColumn:{auto:"auto","span-full":"1 / -1"},gridRow:{auto:"auto","span-full":"1 / -1"},gridTemplateColumns:{none:"none"},gridTemplateRows:{none:"none"},height:({theme:t})=>({...t("spacing"),...Gs(2,6),min:"min-content",max:"max-content",fit:"fit-content",auto:"auto",full:"100%",screen:"100vh"}),inset:({theme:t})=>({...t("spacing"),...Gs(2,4),auto:"auto",full:"100%"}),keyframes:{spin:{from:{transform:"rotate(0deg)"},to:{transform:"rotate(360deg)"}},ping:{"0%":{transform:"scale(1)",opacity:"1"},"75%,100%":{transform:"scale(2)",opacity:"0"}},pulse:{"0%,100%":{opacity:"1"},"50%":{opacity:".5"}},bounce:{"0%, 100%":{transform:"translateY(-25%)",animationTimingFunction:"cubic-bezier(0.8,0,1,1)"},"50%":{transform:"none",animationTimingFunction:"cubic-bezier(0,0,0.2,1)"}}},letterSpacing:{tighter:"-0.05em",tight:"-0.025em",normal:"0em",wide:"0.025em",wider:"0.05em",widest:"0.1em"},lineHeight:{...Bn(10,"rem",4,3),none:"1",tight:"1.25",snug:"1.375",normal:"1.5",relaxed:"1.625",loose:"2"},margin:({theme:t})=>({auto:"auto",...t("spacing")}),maxHeight:({theme:t})=>({full:"100%",min:"min-content",max:"max-content",fit:"fit-content",screen:"100vh",...t("spacing")}),maxWidth:({theme:t,breakpoints:e})=>({...e(t("screens")),none:"none",0:"0rem",xs:"20rem",sm:"24rem",md:"28rem",lg:"32rem",xl:"36rem","2xl":"42rem","3xl":"48rem","4xl":"56rem","5xl":"64rem","6xl":"72rem","7xl":"80rem",full:"100%",min:"min-content",max:"max-content",fit:"fit-content",prose:"65ch"}),minHeight:{0:"0px",full:"100%",min:"min-content",max:"max-content",fit:"fit-content",screen:"100vh"},minWidth:{0:"0px",full:"100%",min:"min-content",max:"max-content",fit:"fit-content"},opacity:{...Bn(100,"",100,0,10),5:"0.05",25:"0.25",75:"0.75",95:"0.95"},order:{first:"-9999",last:"9999",none:"0"},padding:Ke("spacing"),placeholderColor:Ke("colors"),placeholderOpacity:Ke("opacity"),outlineColor:Ke("colors"),outlineOffset:jn(8,"px"),outlineWidth:jn(8,"px"),ringColor:({theme:t})=>({...t("colors"),DEFAULT:"#3b82f6"}),ringOffsetColor:Ke("colors"),ringOffsetWidth:jn(8,"px"),ringOpacity:({theme:t})=>({...t("opacity"),DEFAULT:"0.5"}),ringWidth:{DEFAULT:"3px",...jn(8,"px")},rotate:{...jn(2,"deg"),...jn(12,"deg",3),...jn(180,"deg",45)},saturate:Bn(200,"",100,0,50),scale:{...Bn(150,"",100,0,50),...Bn(110,"",100,90,5),75:"0.75",125:"1.25"},scrollMargin:Ke("spacing"),scrollPadding:Ke("spacing"),sepia:{0:"0",DEFAULT:"100%"},skew:{...jn(2,"deg"),...jn(12,"deg",3)},space:Ke("spacing"),stroke:({theme:t})=>({...t("colors"),none:"none"}),strokeWidth:Bn(2),textColor:Ke("colors"),textDecorationColor:Ke("colors"),textDecorationThickness:{"from-font":"from-font",auto:"auto",...jn(8,"px")},textUnderlineOffset:{auto:"auto",...jn(8,"px")},textIndent:Ke("spacing"),textOpacity:Ke("opacity"),transitionDuration:({theme:t})=>({...t("durations"),DEFAULT:"150ms"}),transitionDelay:Ke("durations"),transitionProperty:{none:"none",all:"all",DEFAULT:"color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter",colors:"color,background-color,border-color,text-decoration-color,fill,stroke",opacity:"opacity",shadow:"box-shadow",transform:"transform"},transitionTimingFunction:{DEFAULT:"cubic-bezier(0.4,0,0.2,1)",linear:"linear",in:"cubic-bezier(0.4,0,1,1)",out:"cubic-bezier(0,0,0.2,1)","in-out":"cubic-bezier(0.4,0,0.2,1)"},translate:({theme:t})=>({...t("spacing"),...Gs(2,4),full:"100%"}),width:({theme:t})=>({min:"min-content",max:"max-content",fit:"fit-content",screen:"100vw",...t("flexBasis")}),willChange:{scroll:"scroll-position"},zIndex:{...Bn(50,"",1,0,10),auto:"auto"}};function Gs(t,e){let n={};do for(var r=1;re(t)}var Mse={"*,::before,::after":{boxSizing:"border-box",borderWidth:"0",borderStyle:"solid",borderColor:"theme(borderColor.DEFAULT, currentColor)"},"::before,::after":{"--tw-content":"''"},html:{lineHeight:1.5,WebkitTextSizeAdjust:"100%",MozTabSize:"4",tabSize:4,fontFamily:`theme(fontFamily.sans, ${Sv.fontFamily.sans})`,fontFeatureSettings:"theme(fontFamily.sans[1].fontFeatureSettings, normal)"},body:{margin:"0",lineHeight:"inherit"},hr:{height:"0",color:"inherit",borderTopWidth:"1px"},"abbr:where([title])":{textDecoration:"underline dotted"},"h1,h2,h3,h4,h5,h6":{fontSize:"inherit",fontWeight:"inherit"},a:{color:"inherit",textDecoration:"inherit"},"b,strong":{fontWeight:"bolder"},"code,kbd,samp,pre":{fontFamily:`theme(fontFamily.mono, ${Sv.fontFamily.mono})`,fontFeatureSettings:"theme(fontFamily.mono[1].fontFeatureSettings, normal)",fontSize:"1em"},small:{fontSize:"80%"},"sub,sup":{fontSize:"75%",lineHeight:0,position:"relative",verticalAlign:"baseline"},sub:{bottom:"-0.25em"},sup:{top:"-0.5em"},table:{textIndent:"0",borderColor:"inherit",borderCollapse:"collapse"},"button,input,optgroup,select,textarea":{fontFamily:"inherit",fontSize:"100%",lineHeight:"inherit",color:"inherit",margin:"0",padding:"0"},"button,select":{textTransform:"none"},"button,[type='button'],[type='reset'],[type='submit']":{WebkitAppearance:"button",backgroundColor:"transparent",backgroundImage:"none"},":-moz-focusring":{outline:"auto"},":-moz-ui-invalid":{boxShadow:"none"},progress:{verticalAlign:"baseline"},"::-webkit-inner-spin-button,::-webkit-outer-spin-button":{height:"auto"},"[type='search']":{WebkitAppearance:"textfield",outlineOffset:"-2px"},"::-webkit-search-decoration":{WebkitAppearance:"none"},"::-webkit-file-upload-button":{WebkitAppearance:"button",font:"inherit"},summary:{display:"list-item"},"blockquote,dl,dd,h1,h2,h3,h4,h5,h6,hr,figure,p,pre":{margin:"0"},fieldset:{margin:"0",padding:"0"},legend:{padding:"0"},"ol,ul,menu":{listStyle:"none",margin:"0",padding:"0"},textarea:{resize:"vertical"},"input::placeholder,textarea::placeholder":{opacity:1,color:"theme(colors.gray.400, #9ca3af)"},'button,[role="button"]':{cursor:"pointer"},":disabled":{cursor:"default"},"img,svg,video,canvas,audio,iframe,embed,object":{display:"block",verticalAlign:"middle"},"img,video":{maxWidth:"100%",height:"auto"},"[hidden]":{display:"none"}},Ise=[X("\\[([-\\w]+):(.+)]",({1:t,2:e},n)=>({"@layer overrides":{"&":{[t]:So(`[${e}]`,"",n)}}})),X("(group|peer)([~/][^-[]+)?",({input:t},{h:e})=>[{c:e(t)}]),te("aspect-","aspectRatio"),X("container",(t,{theme:e})=>{let{screens:n=e("screens"),center:r,padding:a}=e("container"),i={width:"100%",marginRight:r&&"auto",marginLeft:r&&"auto",...o("xs")};for(let s in n){let u=n[s];typeof u=="string"&&(i[Yc(u)]={"&":{maxWidth:u,...o(s)}})}return i;function o(s){let u=a&&(typeof a=="string"?a:a[s]||a.DEFAULT);if(u)return{paddingRight:u,paddingLeft:u}}}),te("content-","content",({_:t})=>({"--tw-content":t,content:"var(--tw-content)"})),X("(?:box-)?decoration-(slice|clone)","boxDecorationBreak"),X("box-(border|content)","boxSizing",({1:t})=>t+"-box"),X("hidden",{display:"none"}),X("table-(auto|fixed)","tableLayout"),X(["(block|flex|table|grid|inline|contents|flow-root|list-item)","(inline-(block|flex|table|grid))","(table-(caption|cell|column|row|(column|row|footer|header)-group))"],"display"),"(float)-(left|right|none)","(clear)-(left|right|none|both)","(overflow(?:-[xy])?)-(auto|hidden|clip|visible|scroll)","(isolation)-(auto)",X("isolate","isolation"),X("object-(contain|cover|fill|none|scale-down)","objectFit"),te("object-","objectPosition"),X("object-(top|bottom|center|(left|right)(-(top|bottom))?)","objectPosition",Qc),X("overscroll(-[xy])?-(auto|contain|none)",({1:t="",2:e})=>({["overscroll-behavior"+t]:e})),X("(static|fixed|absolute|relative|sticky)","position"),te("-?inset(-[xy])?(?:$|-)","inset",({1:t,_:e})=>({top:t!="-x"&&e,right:t!="-y"&&e,bottom:t!="-x"&&e,left:t!="-y"&&e})),te("-?(top|bottom|left|right)(?:$|-)","inset"),X("(visible|collapse)","visibility"),X("invisible",{visibility:"hidden"}),te("-?z-","zIndex"),X("flex-((row|col)(-reverse)?)","flexDirection",xv),X("flex-(wrap|wrap-reverse|nowrap)","flexWrap"),te("(flex-(?:grow|shrink))(?:$|-)"),te("(flex)-"),te("grow(?:$|-)","flexGrow"),te("shrink(?:$|-)","flexShrink"),te("basis-","flexBasis"),te("-?(order)-"),"-?(order)-(\\d+)",te("grid-cols-","gridTemplateColumns"),X("grid-cols-(\\d+)","gridTemplateColumns",Dv),te("col-","gridColumn"),X("col-(span)-(\\d+)","gridColumn",wv),te("col-start-","gridColumnStart"),X("col-start-(auto|\\d+)","gridColumnStart"),te("col-end-","gridColumnEnd"),X("col-end-(auto|\\d+)","gridColumnEnd"),te("grid-rows-","gridTemplateRows"),X("grid-rows-(\\d+)","gridTemplateRows",Dv),te("row-","gridRow"),X("row-(span)-(\\d+)","gridRow",wv),te("row-start-","gridRowStart"),X("row-start-(auto|\\d+)","gridRowStart"),te("row-end-","gridRowEnd"),X("row-end-(auto|\\d+)","gridRowEnd"),X("grid-flow-((row|col)(-dense)?)","gridAutoFlow",t=>Qc(xv(t))),X("grid-flow-(dense)","gridAutoFlow"),te("auto-cols-","gridAutoColumns"),te("auto-rows-","gridAutoRows"),te("gap-x(?:$|-)","gap","columnGap"),te("gap-y(?:$|-)","gap","rowGap"),te("gap(?:$|-)","gap"),"(justify-(?:items|self))-",X("justify-","justifyContent",Ev),X("(content|items|self)-",t=>({["align-"+t[1]]:Ev(t)})),X("(place-(content|items|self))-",({1:t,$$:e})=>({[t]:("wun".includes(e[3])?"space-":"")+e})),te("p([xytrbl])?(?:$|-)","padding",xo("padding")),te("-?m([xytrbl])?(?:$|-)","margin",xo("margin")),te("-?space-(x|y)(?:$|-)","space",({1:t,_:e})=>({"&>:not([hidden])~:not([hidden])":{[`--tw-space-${t}-reverse`]:"0",["margin-"+{y:"top",x:"left"}[t]]:`calc(${e} * calc(1 - var(--tw-space-${t}-reverse)))`,["margin-"+{y:"bottom",x:"right"}[t]]:`calc(${e} * var(--tw-space-${t}-reverse))`}})),X("space-(x|y)-reverse",({1:t})=>({"&>:not([hidden])~:not([hidden])":{[`--tw-space-${t}-reverse`]:"1"}})),te("w-","width"),te("min-w-","minWidth"),te("max-w-","maxWidth"),te("h-","height"),te("min-h-","minHeight"),te("max-h-","maxHeight"),te("font-","fontWeight"),te("font-","fontFamily",({_:t})=>typeof(t=Mn(t))[1]=="string"?{fontFamily:rr(t)}:{fontFamily:rr(t[0]),...t[1]}),X("antialiased",{WebkitFontSmoothing:"antialiased",MozOsxFontSmoothing:"grayscale"}),X("subpixel-antialiased",{WebkitFontSmoothing:"auto",MozOsxFontSmoothing:"auto"}),X("italic","fontStyle"),X("not-italic",{fontStyle:"normal"}),X("(ordinal|slashed-zero|(normal|lining|oldstyle|proportional|tabular)-nums|(diagonal|stacked)-fractions)",({1:t,2:e="",3:n})=>e=="normal"?{fontVariantNumeric:"normal"}:{["--tw-"+(n?"numeric-fraction":"pt".includes(e[0])?"numeric-spacing":e?"numeric-figure":t)]:t,fontVariantNumeric:"var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction)",...Ca({"--tw-ordinal":"var(--tw-empty,/*!*/ /*!*/)","--tw-slashed-zero":"var(--tw-empty,/*!*/ /*!*/)","--tw-numeric-figure":"var(--tw-empty,/*!*/ /*!*/)","--tw-numeric-spacing":"var(--tw-empty,/*!*/ /*!*/)","--tw-numeric-fraction":"var(--tw-empty,/*!*/ /*!*/)"})}),te("tracking-","letterSpacing"),te("leading-","lineHeight"),X("list-(inside|outside)","listStylePosition"),te("list-","listStyleType"),X("list-","listStyleType"),te("placeholder-opacity-","placeholderOpacity",({_:t})=>({"&::placeholder":{"--tw-placeholder-opacity":t}})),It("placeholder-",{property:"color",selector:"&::placeholder"}),X("text-(left|center|right|justify|start|end)","textAlign"),X("text-(ellipsis|clip)","textOverflow"),te("text-opacity-","textOpacity","--tw-text-opacity"),It("text-",{property:"color"}),te("text-","fontSize",({_:t})=>typeof t=="string"?{fontSize:t}:{fontSize:t[0],...typeof t[1]=="string"?{lineHeight:t[1]}:t[1]}),te("indent-","textIndent"),X("(overline|underline|line-through)","textDecorationLine"),X("no-underline",{textDecorationLine:"none"}),te("underline-offset-","textUnderlineOffset"),It("decoration-",{section:"textDecorationColor",opacityVariable:!1,opacitySection:"opacity"}),te("decoration-","textDecorationThickness"),X("decoration-","textDecorationStyle"),X("(uppercase|lowercase|capitalize)","textTransform"),X("normal-case",{textTransform:"none"}),X("truncate",{overflow:"hidden",whiteSpace:"nowrap",textOverflow:"ellipsis"}),X("align-","verticalAlign"),X("whitespace-","whiteSpace"),X("break-normal",{wordBreak:"normal",overflowWrap:"normal"}),X("break-words",{overflowWrap:"break-word"}),X("break-all",{wordBreak:"break-all"}),X("break-keep",{wordBreak:"keep-all"}),It("caret-",{opacityVariable:!1,opacitySection:"opacity"}),It("accent-",{opacityVariable:!1,opacitySection:"opacity"}),X("bg-gradient-to-([trbl]|[tb][rl])","backgroundImage",({1:t})=>`linear-gradient(to ${ri(t," ")},var(--tw-gradient-stops))`),It("from-",{section:"gradientColorStops",opacityVariable:!1,opacitySection:"opacity"},({_:t})=>({"--tw-gradient-from":t.value,"--tw-gradient-to":t.color({opacityValue:"0"}),"--tw-gradient-stops":"var(--tw-gradient-from),var(--tw-gradient-to)"})),It("via-",{section:"gradientColorStops",opacityVariable:!1,opacitySection:"opacity"},({_:t})=>({"--tw-gradient-to":t.color({opacityValue:"0"}),"--tw-gradient-stops":`var(--tw-gradient-from),${t.value},var(--tw-gradient-to)`})),It("to-",{section:"gradientColorStops",property:"--tw-gradient-to",opacityVariable:!1,opacitySection:"opacity"}),X("bg-(fixed|local|scroll)","backgroundAttachment"),X("bg-origin-(border|padding|content)","backgroundOrigin",({1:t})=>t+"-box"),X(["bg-(no-repeat|repeat(-[xy])?)","bg-repeat-(round|space)"],"backgroundRepeat"),X("bg-blend-","backgroundBlendMode"),X("bg-clip-(border|padding|content|text)","backgroundClip",({1:t})=>t+(t=="text"?"":"-box")),te("bg-opacity-","backgroundOpacity","--tw-bg-opacity"),It("bg-",{section:"backgroundColor"}),te("bg-","backgroundImage"),te("bg-","backgroundPosition"),X("bg-(top|bottom|center|(left|right)(-(top|bottom))?)","backgroundPosition",Qc),te("bg-","backgroundSize"),te("rounded(?:$|-)","borderRadius"),te("rounded-([trbl]|[tb][rl])(?:$|-)","borderRadius",({1:t,_:e})=>{let n={t:["tl","tr"],r:["tr","br"],b:["bl","br"],l:["bl","tl"]}[t]||[t,t];return{[`border-${ri(n[0])}-radius`]:e,[`border-${ri(n[1])}-radius`]:e}}),X("border-(collapse|separate)","borderCollapse"),te("border-opacity(?:$|-)","borderOpacity","--tw-border-opacity"),X("border-(solid|dashed|dotted|double|none)","borderStyle"),te("border-spacing(-[xy])?(?:$|-)","borderSpacing",({1:t,_:e})=>({...Ca({"--tw-border-spacing-x":"0","--tw-border-spacing-y":"0"}),["--tw-border-spacing"+(t||"-x")]:e,["--tw-border-spacing"+(t||"-y")]:e,"border-spacing":"var(--tw-border-spacing-x) var(--tw-border-spacing-y)"})),It("border-([xytrbl])-",{section:"borderColor"},xo("border","Color")),It("border-"),te("border-([xytrbl])(?:$|-)","borderWidth",xo("border","Width")),te("border(?:$|-)","borderWidth"),te("divide-opacity(?:$|-)","divideOpacity",({_:t})=>({"&>:not([hidden])~:not([hidden])":{"--tw-divide-opacity":t}})),X("divide-(solid|dashed|dotted|double|none)",({1:t})=>({"&>:not([hidden])~:not([hidden])":{borderStyle:t}})),X("divide-([xy]-reverse)",({1:t})=>({"&>:not([hidden])~:not([hidden])":{["--tw-divide-"+t]:"1"}})),te("divide-([xy])(?:$|-)","divideWidth",({1:t,_:e})=>{let n={x:"lr",y:"tb"}[t];return{"&>:not([hidden])~:not([hidden])":{[`--tw-divide-${t}-reverse`]:"0",[`border-${ri(n[0])}Width`]:`calc(${e} * calc(1 - var(--tw-divide-${t}-reverse)))`,[`border-${ri(n[1])}Width`]:`calc(${e} * var(--tw-divide-${t}-reverse))`}}}),It("divide-",{property:"borderColor",selector:"&>:not([hidden])~:not([hidden])"}),te("ring-opacity(?:$|-)","ringOpacity","--tw-ring-opacity"),It("ring-offset-",{property:"--tw-ring-offset-color",opacityVariable:!1}),te("ring-offset(?:$|-)","ringOffsetWidth","--tw-ring-offset-width"),X("ring-inset",{"--tw-ring-inset":"inset"}),It("ring-",{property:"--tw-ring-color"}),te("ring(?:$|-)","ringWidth",({_:t},{theme:e})=>({...Ca({"--tw-ring-offset-shadow":"0 0 #0000","--tw-ring-shadow":"0 0 #0000","--tw-shadow":"0 0 #0000","--tw-shadow-colored":"0 0 #0000","&":{"--tw-ring-inset":"var(--tw-empty,/*!*/ /*!*/)","--tw-ring-offset-width":e("ringOffsetWidth","","0px"),"--tw-ring-offset-color":Ea(e("ringOffsetColor","","#fff")),"--tw-ring-color":Ea(e("ringColor","","#93c5fd"),{opacityVariable:"--tw-ring-opacity"}),"--tw-ring-opacity":e("ringOpacity","","0.5")}}),"--tw-ring-offset-shadow":"var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color)","--tw-ring-shadow":`var(--tw-ring-inset) 0 0 0 calc(${t} + var(--tw-ring-offset-width)) var(--tw-ring-color)`,boxShadow:"var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)"})),It("shadow-",{section:"boxShadowColor",opacityVariable:!1,opacitySection:"opacity"},({_:t})=>({"--tw-shadow-color":t.value,"--tw-shadow":"var(--tw-shadow-colored)"})),te("shadow(?:$|-)","boxShadow",({_:t})=>({...Ca({"--tw-ring-offset-shadow":"0 0 #0000","--tw-ring-shadow":"0 0 #0000","--tw-shadow":"0 0 #0000","--tw-shadow-colored":"0 0 #0000"}),"--tw-shadow":rr(t),"--tw-shadow-colored":rr(t).replace(/([^,]\s+)(?:#[a-f\d]+|(?:(?:hsl|rgb)a?|hwb|lab|lch|color|var)\(.+?\)|[a-z]+)(,|$)/g,"$1var(--tw-shadow-color)$2"),boxShadow:"var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)"})),te("(opacity)-"),X("mix-blend-","mixBlendMode"),...Cv(),...Cv("backdrop-"),te("transition(?:$|-)","transitionProperty",(t,{theme:e})=>({transitionProperty:rr(t),transitionTimingFunction:t._=="none"?void 0:rr(e("transitionTimingFunction","")),transitionDuration:t._=="none"?void 0:rr(e("transitionDuration",""))})),te("duration(?:$|-)","transitionDuration","transitionDuration",rr),te("ease(?:$|-)","transitionTimingFunction","transitionTimingFunction",rr),te("delay(?:$|-)","transitionDelay","transitionDelay",rr),te("animate(?:$|-)","animation",(t,{theme:e,h:n,e:r})=>{let a=rr(t),i=a.split(" "),o=e("keyframes",i[0]);return o?{["@keyframes "+(i[0]=r(n(i[0])))]:o,animation:i.join(" ")}:{animation:a}}),"(transform)-(none)",X("transform",qm),X("transform-(cpu|gpu)",({1:t})=>({"--tw-transform":Av(t=="gpu")})),te("scale(-[xy])?-","scale",({1:t,_:e})=>({["--tw-scale"+(t||"-x")]:e,["--tw-scale"+(t||"-y")]:e,...qm()})),te("-?(rotate)-","rotate",Um),te("-?(translate-[xy])-","translate",Um),te("-?(skew-[xy])-","skew",Um),X("origin-(center|((top|bottom)(-(left|right))?)|left|right)","transformOrigin",Qc),"(appearance)-",te("(columns)-"),"(columns)-(\\d+)","(break-(?:before|after|inside))-",te("(cursor)-"),"(cursor)-",X("snap-(none)","scroll-snap-type"),X("snap-(x|y|both)",({1:t})=>({...Ca({"--tw-scroll-snap-strictness":"proximity"}),"scroll-snap-type":t+" var(--tw-scroll-snap-strictness)"})),X("snap-(mandatory|proximity)","--tw-scroll-snap-strictness"),X("snap-(?:(start|end|center)|align-(none))","scroll-snap-align"),X("snap-(normal|always)","scroll-snap-stop"),X("scroll-(auto|smooth)","scroll-behavior"),te("scroll-p([xytrbl])?(?:$|-)","padding",xo("scroll-padding")),te("-?scroll-m([xytrbl])?(?:$|-)","scroll-margin",xo("scroll-margin")),X("touch-(auto|none|manipulation)","touch-action"),X("touch-(pinch-zoom|pan-(?:(x|left|right)|(y|up|down)))",({1:t,2:e,3:n})=>({...Ca({"--tw-pan-x":"var(--tw-empty,/*!*/ /*!*/)","--tw-pan-y":"var(--tw-empty,/*!*/ /*!*/)","--tw-pinch-zoom":"var(--tw-empty,/*!*/ /*!*/)","--tw-touch-action":"var(--tw-pan-x) var(--tw-pan-y) var(--tw-pinch-zoom)"}),[`--tw-${e?"pan-x":n?"pan-y":t}`]:t,"touch-action":"var(--tw-touch-action)"})),X("outline-none",{outline:"2px solid transparent","outline-offset":"2px"}),X("outline",{outlineStyle:"solid"}),X("outline-(dashed|dotted|double)","outlineStyle"),te("-?(outline-offset)-"),It("outline-",{opacityVariable:!1,opacitySection:"opacity"}),te("outline-","outlineWidth"),"(pointer-events)-",te("(will-change)-"),"(will-change)-",["resize(?:-(none|x|y))?","resize",({1:t})=>({x:"horizontal",y:"vertical"})[t]||t||"both"],X("select-(none|text|all|auto)","userSelect"),It("fill-",{section:"fill",opacityVariable:!1,opacitySection:"opacity"}),It("stroke-",{section:"stroke",opacityVariable:!1,opacitySection:"opacity"}),te("stroke-","strokeWidth"),X("sr-only",{position:"absolute",width:"1px",height:"1px",padding:"0",margin:"-1px",overflow:"hidden",whiteSpace:"nowrap",clip:"rect(0,0,0,0)",borderWidth:"0"}),X("not-sr-only",{position:"static",width:"auto",height:"auto",padding:"0",margin:"0",overflow:"visible",whiteSpace:"normal",clip:"auto"})];function Qc(t){return(typeof t=="string"?t:t[1]).replace(/-/g," ").trim()}function xv(t){return(typeof t=="string"?t:t[1]).replace("col","column")}function ri(t,e="-"){let n=[];for(let r of t)n.push({t:"top",r:"right",b:"bottom",l:"left"}[r]);return n.join(e)}function rr(t){return t&&""+(t._||t)}function Ev({$$:t}){return({r:"flex-","":"flex-",w:"space-",u:"space-",n:"space-"}[t[3]||""]||"")+t}function xo(t,e=""){return({1:n,_:r})=>{let a={x:"lr",y:"tb"}[n]||n+n;return a?{...Ks(t+"-"+ri(a[0])+e,r),...Ks(t+"-"+ri(a[1])+e,r)}:Ks(t+e,r)}}function Cv(t=""){let e=["blur","brightness","contrast","grayscale","hue-rotate","invert",t&&"opacity","saturate","sepia",!t&&"drop-shadow"].filter(Boolean),n={};for(let r of e)n[`--tw-${t}${r}`]="var(--tw-empty,/*!*/ /*!*/)";return n={...Ca(n),[`${t}filter`]:e.map(r=>`var(--tw-${t}${r})`).join(" ")},[`(${t}filter)-(none)`,X(`${t}filter`,n),...e.map(r=>te(`${r[0]=="h"?"-?":""}(${t}${r})(?:$|-)`,r,({1:a,_:i})=>({[`--tw-${a}`]:Mn(i).map(o=>`${r}(${o})`).join(" "),...n})))]}function Um({1:t,_:e}){return{["--tw-"+t]:e,...qm()}}function qm(){return{...Ca({"--tw-translate-x":"0","--tw-translate-y":"0","--tw-rotate":"0","--tw-skew-x":"0","--tw-skew-y":"0","--tw-scale-x":"1","--tw-scale-y":"1","--tw-transform":Av()}),transform:"var(--tw-transform)"}}function Av(t){return[t?"translate3d(var(--tw-translate-x),var(--tw-translate-y),0)":"translateX(var(--tw-translate-x)) translateY(var(--tw-translate-y))","rotate(var(--tw-rotate))","skewX(var(--tw-skew-x))","skewY(var(--tw-skew-y))","scaleX(var(--tw-scale-x))","scaleY(var(--tw-scale-y))"].join(" ")}function wv({1:t,2:e}){return`${t} ${e} / ${t} ${e}`}function Dv({1:t}){return`repeat(${t},minmax(0,1fr))`}function Ca(t){return{"@layer defaults":{"*,::before,::after":t,"::backdrop":t}}}d();d();var Jc=globalThis||(typeof window<"u"?window:self),m8=Object.create,Hm=Object.defineProperty,f8=Object.getOwnPropertyDescriptor,h8=Object.getOwnPropertyNames,b8=Object.getPrototypeOf,T8=Object.prototype.hasOwnProperty,y8=(t,e)=>()=>(e||t((e={exports:{}}).exports,e),e.exports),v8=(t,e)=>{for(var n in e)Hm(t,n,{get:e[n],enumerable:!0})},jm=(t,e,n,r)=>{if(e&&typeof e=="object"||typeof e=="function")for(let a of h8(e))!T8.call(t,a)&&a!==n&&Hm(t,a,{get:()=>e[a],enumerable:!(r=f8(e,a))||r.enumerable});return t},S8=(t,e,n)=>(jm(t,e,"default"),n&&jm(n,e,"default")),Pv=(t,e,n)=>(n=t!=null?m8(b8(t)):{},jm(e||!t||!t.__esModule?Hm(n,"default",{value:t,enumerable:!0}):n,t)),Lv=y8((t,e)=>{(function(n,r){typeof define=="function"&&define.amd?define([],r):typeof t<"u"?r():(r(),n.FileSaver={})})(t,function(){"use strict";function n(l,c){return typeof c>"u"?c={autoBom:!1}:typeof c!="object"&&(c={autoBom:!c}),c.autoBom&&/^\s*(?:text\/\S*|application\/xml|\S*\/\S*\+xml)\s*;.*charset\s*=\s*utf-8/i.test(l.type)?new Blob(["\uFEFF",l],{type:l.type}):l}function r(l,c,p){var m=new XMLHttpRequest;m.open("GET",l),m.responseType="blob",m.onload=function(){u(m.response,c,p)},m.onerror=function(){},m.send()}function a(l){var c=new XMLHttpRequest;c.open("HEAD",l,!1);try{c.send()}catch{}return 200<=c.status&&299>=c.status}function i(l){try{l.dispatchEvent(new MouseEvent("click"))}catch{var c=document.createEvent("MouseEvents");c.initMouseEvent("click",!0,!0,window,0,0,0,80,20,!1,!1,!1,!1,0,null),l.dispatchEvent(c)}}var o=typeof window=="object"&&window.window===window?window:typeof self=="object"&&self.self===self?self:typeof Jc=="object"&&Jc.global===Jc?Jc:void 0,s=o.navigator&&/Macintosh/.test(navigator.userAgent)&&/AppleWebKit/.test(navigator.userAgent)&&!/Safari/.test(navigator.userAgent),u=o.saveAs||(typeof window!="object"||window!==o?function(){}:"download"in HTMLAnchorElement.prototype&&!s?function(l,c,p){var m=o.URL||o.webkitURL,g=document.createElement("a");c=c||l.name||"download",g.download=c,g.rel="noopener",typeof l=="string"?(g.href=l,g.origin===location.origin?i(g):a(g.href)?r(l,c,p):i(g,g.target="_blank")):(g.href=m.createObjectURL(l),setTimeout(function(){m.revokeObjectURL(g.href)},4e4),setTimeout(function(){i(g)},0))}:"msSaveOrOpenBlob"in navigator?function(l,c,p){if(c=c||l.name||"download",typeof l!="string")navigator.msSaveOrOpenBlob(n(l,p),c);else if(a(l))r(l,c,p);else{var m=document.createElement("a");m.href=l,m.target="_blank",setTimeout(function(){i(m)})}}:function(l,c,p,m){if(m=m||open("","_blank"),m&&(m.document.title=m.document.body.innerText="downloading..."),typeof l=="string")return r(l,c,p);var g=l.type==="application/octet-stream",f=/constructor/i.test(o.HTMLElement)||o.safari,T=/CriOS\/[\d]+/.test(navigator.userAgent);if((T||g&&f||s)&&typeof FileReader<"u"){var b=new FileReader;b.onloadend=function(){var D=b.result;D=T?D:D.replace(/^data:[^;]*;/,"data:attachment/file;"),m?m.location.href=D:location=D,m=null},b.readAsDataURL(l)}else{var h=o.URL||o.webkitURL,E=h.createObjectURL(l);m?m.location=E:location.href=E,m=null,setTimeout(function(){h.revokeObjectURL(E)},4e4)}});o.saveAs=u.saveAs=u,typeof e<"u"&&(e.exports=u)})}),_v={};v8(_v,{default:()=>Zc});var x8=Pv(Lv());S8(_v,Pv(Lv()));var{default:kv,...E8}=x8,Zc=kv!==void 0?kv:E8;d();d();d();d();d();d();var Sue=Me().REDIRECT_URL;d();var Xue=Gi([]);function Bv(t){let[e,n]=se(null);return Ae(()=>{Pn().then(r=>{n(r),B.debug("current config",r)})},[]),Ae(()=>{Pn().then(r=>{n(r)})},[t]),e}function Iv(t){let[e,n]=se(null);return Ae(()=>{t&&hn({url:"http://localhost",config:t,state:{cache:!1}}).then(r=>n(r))},[t]),e}function Rv(){let[t,e]=se(null);return Ae(()=>{Zt().then(r=>{e(r)})},[]),[t,r=>{e(r),Xt(r)}]}d();async function _8(t,e,n){try{if(e===null)return"noupdate";let r=await Zt();if(e.updatedAt){let s=new Date().getTime(),u=new Date(e.updatedAt).getTime();if(s-u<1e3)return await Wm(t,e),await Xt(r),"upload"}let a=await zv(t);r.accountLastSyncedAt=Date.now(),B.debug("settings",e),B.debug("local settings.updatedAt",e.updatedAt),B.debug("remote settings.updatedAt",a.updatedAt),B.debug("last synced at",r.accountLastSyncedAt);let i=!1;if(e.updatedAt&&(!a||!a.updatedAt)&&(i=!0),!i&&e.updatedAt>a.updatedAt&&(i=!0),B.debug("isUpload",i),i)return await Wm(t,e),await Xt(r),"upload";let o=!1;return a.updatedAt&&(!e||!e.updatedAt)&&(o=!0),!o&&e.updatedAt{!n||!n.token||r&&r.proAutoSync===!1||F8(n)&&_8(n.token,t,e).then(i=>{B.debug("syncUserSetting result",i)})},[t,n])}function F8(t){return Jt(t)?!0:new Date(t.createTime){Mt.get(Ft,null).then(n=>{e(n)})},[e]),t}function zv(t){return(location.href?.indexOf("popup.html")>0?Wa:ce)({responseType:"json",url:ns+"/v1/user/settings",method:"get",headers:{token:t}}).then(n=>n.data)}function Wm(t,e){return(location.href?.indexOf("popup.html")>0?Wa:ce)({responseType:"json",url:ns+"/v1/user/settings",method:"post",headers:{token:t,"content-type":"application/json"},body:JSON.stringify(e)}).then(r=>r.data)}function ed(t){let{onClose:e}=t,[n,r]=se("Original"),[a,i,o,s]=jr(()=>{setTimeout(()=>{D("updateGlobalContext",!1)()},250)});Xc(a,i);let[u,l]=se(null),[c,p]=se(globalThis.location.href),[m,g]=se("auto"),[f,T]=se(null),b=R=>{r(R.detail)};if(Ae(()=>(document.addEventListener(ja,b,!1),an().then(R=>{l(R);let _=vt();g(_);let P=Qe();r(P),Gc(R.interval)}),document.addEventListener("urlChange",E),()=>{document.removeEventListener("pageTranslatedStatus",b),document.removeEventListener("urlChange",E)}),[]),Ae(()=>{an().then(R=>{l(R)})},[a]),Ae(()=>{c&&u&&Km().then(R=>{T(R)})},[c,u]),!u||!f)return null;return w(xm,{type:"float_ball_popup",className:t.className,onSwitchTranslationMode:R=>{D("switchTranslationMode",!0,{mode:R})()},request:ce,onClose:M,onToggleEnabled:I,onTranslateTheWholePage:D("translateTheWholePage",!0),openOptionsPage:k,onToggleTranslate:D("toggleTranslatePage",!0),onTranslateTheMainPage:D("translateTheMainPage",!0),onTranslateToThePageEndImmediately:D("translateToThePageEndImmediately",!0),onTranslatePage:D("translatePage",!0),onRestorePage:D("restorePage",!1),onTranslatePdf:()=>{v(ra(f.rule)||c)},openAboutPage:A,openSharePage:D("shareToDraft",!0),onSetPageLanguage:h,setSettings:i,config:u,pageStatus:n,ctx:f,currentUrl:c,currentLang:m,onSetLocalConfig:kl,onSetBuildinConfig:j3,onAutoEnableSubtitleChanged:D("autoEnableSubtitleChanged",!0),onOpenUrl:S});function h(R){g(R);let _=xy(c,R,u.sourceLanguageUrlPattern);i(P=>({...P,sourceLanguageUrlPattern:_})),qn(R)}function E(){p(globalThis.location.href)}function D(R,_,P={}){let N={trigger:"page_popup",...P};return()=>{_n({method:R,data:N}),_&&e()}}function M(){e()}function I(){i(R=>({...R,enabled:!R.enabled})),setTimeout(()=>{M()},50)}function S(R,_){let P=R;_&&(P=`${R}?utm_source=extension&utm_medium=extension&utm_campaign=${_}`),Fl(P,!0),setTimeout(()=>{M()},50)}function v(R){R&&(Oi(!1,R),setTimeout(()=>{M()},50))}function k(R=""){Bi(!0,R),setTimeout(()=>{e()},50)}function A(){Ll(),setTimeout(()=>{e()},50)}function y(){Q3(),setTimeout(()=>{e()},50)}}d();function jv(){let[t,e]=se("Original");return Ae(()=>{let n=Qe();e(n);let r=a=>{e(a.detail)};return document.addEventListener(ja,r),()=>{document.removeEventListener(ja,r)}},[]),{pageStatus:t}}var Nv=6,B8={position:"right",top:335};function Hv({handleBallClick:t,isShow:e,localConfig:n,handleMobileBallLongPress:r,popupVisible:a}){let i=$e(null),o=$e(null),[s,u]=se(!1),l=$e(null),c=$e(!1),p=$e(n.floatBallConfig||B8),m=$e(0),g=$e(0),f=$e(0),T=$e(!1),b=$e(0),h=$e(0),E=$e(0),D=$e(0),M=$e(!1),I=Ve(S=>{a||(clearTimeout(l.current),S?u(S):l.current=setTimeout(()=>{u(S),T.current=!1},ut().any?3e3:0))},[u,l,T,a]);return Ae(()=>{a||u(!1)},[a]),Ae(()=>{if(i.current&&p.current){let S=Gm(p.current.top);p.current.top=S,i.current.style.top=`${S}px`,i.current.style.display="flex"}},[e,i]),Ae(()=>{if(!o.current||!i.current)return;let S=P=>{P.preventDefault&&P.preventDefault(),m.current=P.clientX,g.current=P.clientY,b.current=Date.now(),f.current=i.current.offsetTop,c.current=!0,clearTimeout(l.current),I(!0),E.current=P.clientX,D.current=P.clientY,M.current=!1,ut().any&&(clearTimeout(h.current),h.current=setTimeout(()=>{Uv({startX:m.current,startY:g.current,endX:E.current,endY:D.current})||(M.current=!0,r())},500)),document.addEventListener("mousemove",v),document.addEventListener("touchmove",y),document.addEventListener("mouseup",k),document.addEventListener("touchend",R),document.addEventListener("touchcancel",R)},v=P=>{if(P.preventDefault&&P.preventDefault(),!c.current||!i.current||(E.current=P.clientX,D.current=P.clientY,M.current))return;let N=P.clientY-g.current+f.current,z=Gm(N);i.current.style.top=`${z}px`},k=P=>{if(P.preventDefault&&P.preventDefault(),_(),c.current=!1,clearTimeout(l.current),T.current||I(!1),M.current)return;Uv({startX:m.current,startY:g.current,endX:P.clientX,endY:P.clientY})||(clearTimeout(h.current),t());let z=Gm(P.clientY-30);p.current.top=z;let q=fs();kl({...q,floatBallConfig:p.current})},A=P=>{P.preventDefault&&P.preventDefault(),S(P.changedTouches[0])},y=P=>{P.preventDefault&&P.preventDefault(),v(P.changedTouches[0])},R=P=>{P.preventDefault&&P.preventDefault(),k(P.changedTouches[0])},_=()=>{document.removeEventListener("mousemove",v),document.removeEventListener("touchmove",y),document.removeEventListener("mouseup",k),document.removeEventListener("touchend",R),document.removeEventListener("touchcancel",R)};return o.current.addEventListener("mousedown",S),o.current.addEventListener("touchstart",A),()=>{o.current&&(o.current.removeEventListener("mousedown",S),o.current.removeEventListener("touchstart",A))}},[e,o,i,l,c,n,I,t]),Ae(()=>{if(ut().any)return;let S=k=>{k.target===i.current&&!T.current||(T.current=!0,I(!0),clearTimeout(l.current))},v=k=>{if(c.current){T.current=!1;return}k.target===i.current&&!T.current||I(!1)};return i.current?.addEventListener("mouseover",S),i.current?.addEventListener("mouseout",v),()=>{i.current?.removeEventListener("mouseover",S),i.current?.removeEventListener("mouseout",v)}},[i,c,I,e,T]),{ballRef:o,floatBallConfigRef:p,containerRef:i,active:s,setActive:I}}function Uv({startX:t,startY:e,endX:n,endY:r}){let a=Math.abs(n-t),i=Math.abs(r-e);return a>Nv||i>Nv}function Wv(t,e){let n=t?.fixedPosition||"right",r=t?.clickType==="translate",a=Ue(()=>e?"":n=="left"?"translateX(-100%)":"translateX(100%)",[n,e]),i=Ue(()=>e&&r?"":n=="left"?"translateX(-20px)":"translateX(20px)",[n,e,r]),o=Ue(()=>e&&r?"":n=="left"?"translateX(-60px)":"translateX(60px)",[n,e,r]);return{closeTransform:a,logoContainerTransform:i,settingTransform:o}}function Kv(){let[t,e]=se(!1);return Ae(()=>{let n=()=>{document.querySelector("video")&&e(!!document.fullscreenElement)};return document.addEventListener("fullscreenchange",n),()=>{document.removeEventListener("fullscreenchange",n)}},[]),{isFullScreen:t}}var qv="hasShownFloatingBallGuide",I8="2024-01-06";function Gv(t){let[e,n]=se(!1);Ae(()=>{!t.config.enableShowFloatingBallGuide||vt()==t.targetLanguage||(async()=>{let a=await At(qv,""),i=await At("installedAt","");i&&new Date(i){n(!1)},[]);return{isShowGuide:e,handleCloseGuide:r}}function $v(t,e){let n=$e(0),[r,a]=se(!0),[i,o]=se(!1),s=jr(),[u,l]=s,{t:c}=Ce(),p=Ve(()=>{t?.config.floatBallTooltipRule&&(ut().any?o(n.current>=(t.config.floatBallTooltipRule.h5MainBtnTooltipMaxShowCount||2)):a(n.current>=(t.config.floatBallTooltipRule.mainBtnTooltipImmediateShowCount||5)))},[a,n,t,o]);Ae(()=>{t&&(n.current=t.config.pcFloatBallMainBtnTooltipShownCount||0,ut().any&&(n.current=t.config.h5FloatBallMainBtnTooltipShownCount||0),p())},[t]);let m=Ve(()=>{t&&(n.current=n.current+1,p(),l(T=>{let b={...T};return ut().any?b.h5FloatBallMainBtnTooltipShownCount=n.current:b.pcFloatBallMainBtnTooltipShownCount=n.current,b}))},[l,p,n,t]),g=Ue(()=>ut().any||!r?0:t?.config.floatBallTooltipRule?.mainBtnTooltipDelayTime||2e3,[r,t]),f=Ue(()=>ut().any?c("floatBall.longPress"):e!=="Original"?c("floatBall.showOriginal"):t?.targetLanguage?c("floatBall.translateToLanguage",{language:Ta(t.targetLanguage,t.targetLanguage,!0)}):c("floatBall.translate"),[e,t]);return{disableTooltipDelay:i,tooltipDelay:g,tooltipText:f,handleShowTooltip:m}}function Gm(t){return Math.max(Math.min(t,globalThis.innerHeight-200),10)}d();var ai=`${Q}-float-ball`;function Vv(t){let e=n=>{n&&n.target&&n.target.id==="immersive-translate-popup-overlay"&&t.onClose()};return t.visible?w("div",{onClick:e,id:"immersive-translate-popup-overlay",class:"immersive-translate-popup-overlay",children:w("div",{class:"immersive-translate-popup-wrapper",style:t.getModalStyle(),children:w(R8,{onConfirm:t.onCloseConfirm,onClose:t.onClose})})}):null}function R8(t){let{t:e}=Ce(),[n,r]=se("UntilNext"),a=Ii()+"#floating",i=e("closeQuickTranslation.settingOpen",{1:a}),o=[{title:e("closeQuickTranslation.untilNext"),type:"UntilNext"},{title:e("closeQuickTranslation.currentWebsite"),type:"CurrentWebsite",description:i},{title:e("closeQuickTranslation.alwaysClose"),type:"AlwaysClose",description:i}];return w("div",{class:`${ai}-close-content`,children:[w("div",{class:"flex justify-between",children:[w("div",{class:`${ai}-close-title`,children:e("closeQuickTranslation")}),w("div",{class:"clickable",onClick:t.onClose,children:w(ya,{type:"modal-close"})})]}),w("div",{class:`${ai}-close-radio-content mt-3`,children:o.map(s=>w(O8,{onClick:()=>{r(s.type)},title:s.title,description:s.description,selected:s.type===n,onLinkClick:u=>{Ri(u)}},s.type))}),w("div",{class:"flex mt-3 flex-end",children:[w("div",{class:`${ai}-default-btn`,onClick:t.onClose,children:e("closeQuickTranslation.cancel")}),w("div",{class:`${ai}-primary-btn ml-2`,onClick:()=>{t.onConfirm&&t.onConfirm(n)},children:e("closeQuickTranslation.confirm")})]})]})}function O8(t){let{selected:e,title:n,description:r,onLinkClick:a}=t,i=z8(r||"");return w("div",{class:"flex items-center clickable",style:"padding: 8px 0",onClick:t.onClick,children:[w("div",{class:e?`${ai}-radio-sel`:`${ai}-radio-nor`,children:w("div",{})}),w("div",{class:"ml-2 text-sm",children:[w("span",{children:n}),r?w("small",{class:"muted text-sm",children:i.map(o=>o.type==="text"?o.value:w("a",{onClick:()=>o.href&&a&&a(o.href),children:o.value}))}):null]})]})}function z8(t){let e=[],n=/((.*?)<\/a>)|([^<]+)/g,r=Array.from(t.matchAll(n));for(let a of r){let i=a[2],o=a[3],s=a[4];i&&o?e.push({type:"link",href:i,value:o}):s&&e.push({type:"text",value:s})}return e}d();d();function Yv(t){return we.ASSETS_BASE_URL+t}var ii=`${Q}-float-ball`;function Qv(t){let{t:e}=Ce(),n=a=>{a&&a.target&&a.target.id==="immersive-translate-popup-overlay"&&t.onClose()},r=Ue(()=>{let a={position:"fixed",top:t.top+60};return t.fixedPosition=="left"&&(a.left=48),t.fixedPosition=="right"&&(a.right=48),a},[t.top,t.fixedPosition]);return t.visible?w("div",{onClick:n,id:"immersive-translate-popup-overlay",class:"immersive-translate-popup-overlay",children:w("div",{class:`${ii}-guide-container`,style:r,children:[w("img",{class:`${ii}-guide-bg ${t.fixedPosition}`,src:N8}),w("div",{class:`${ii}-guide-content ${t.fixedPosition}`,children:[w("img",{class:`${ii}-guide-img`,src:Yv("images/float_ball_intro.png")}),w("div",{class:`${ii}-guide-message`,children:[e("floatBall.guideClickToTranslate"),ut().any?` +${e("floatBall.longPress")}`:""]}),w("div",{class:`${ii}-primary-btn ${ii}-guide-button`,onClick:t.onClose,children:e("floatBall.iKnow")})]})]})}):null}var N8="data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzEyIiBoZWlnaHQ9IjM3MiIgdmlld0JveD0iMCAwIDMxMiAzNzIiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSBtZWV0Ij4KPGcgZmlsdGVyPSJ1cmwoI2ZpbHRlcjBfZF8zNjQ4XzEyODAyKSI+CjxwYXRoIGQ9Ik0yMCAzNkMyMCAyNC45NTQzIDI4Ljk1NDMgMTYgNDAgMTZIMjU4LjkxNEMyNjkuOTU5IDE2IDI3OC45MTQgMjQuOTU0MyAyNzguOTE0IDM2VjE3My4wNzVMMjg5LjEyOCAxNzguNzQyQzI5MS43NzggMTgwLjIxMyAyOTEuODk0IDE4My45ODIgMjg5LjMzOSAxODUuNjEyTDI3OC45MTQgMTkyLjI2M1YzMjhDMjc4LjkxNCAzMzkuMDQ2IDI2OS45NTkgMzQ4IDI1OC45MTQgMzQ4SDQwQzI4Ljk1NDMgMzQ4IDIwIDMzOS4wNDYgMjAgMzI4VjM2WiIgZmlsbD0idXJsKCNwYWludDBfbGluZWFyXzM2NDhfMTI4MDIpIi8+CjwvZz4KPGRlZnM+CjxmaWx0ZXIgaWQ9ImZpbHRlcjBfZF8zNjQ4XzEyODAyIiB4PSIwIiB5PSIwIiB3aWR0aD0iMzExLjE4OCIgaGVpZ2h0PSIzNzIiIGZpbHRlclVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgY29sb3ItaW50ZXJwb2xhdGlvbi1maWx0ZXJzPSJzUkdCIj4KPGZlRmxvb2QgZmxvb2Qtb3BhY2l0eT0iMCIgcmVzdWx0PSJCYWNrZ3JvdW5kSW1hZ2VGaXgiLz4KPGZlQ29sb3JNYXRyaXggaW49IlNvdXJjZUFscGhhIiB0eXBlPSJtYXRyaXgiIHZhbHVlcz0iMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMTI3IDAiIHJlc3VsdD0iaGFyZEFscGhhIi8+CjxmZU9mZnNldCBkeT0iNCIvPgo8ZmVHYXVzc2lhbkJsdXIgc3RkRGV2aWF0aW9uPSIxMCIvPgo8ZmVDb21wb3NpdGUgaW4yPSJoYXJkQWxwaGEiIG9wZXJhdG9yPSJvdXQiLz4KPGZlQ29sb3JNYXRyaXggdHlwZT0ibWF0cml4IiB2YWx1ZXM9IjAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAuMSAwIi8+CjxmZUJsZW5kIG1vZGU9Im5vcm1hbCIgaW4yPSJCYWNrZ3JvdW5kSW1hZ2VGaXgiIHJlc3VsdD0iZWZmZWN0MV9kcm9wU2hhZG93XzM2NDhfMTI4MDIiLz4KPGZlQmxlbmQgbW9kZT0ibm9ybWFsIiBpbj0iU291cmNlR3JhcGhpYyIgaW4yPSJlZmZlY3QxX2Ryb3BTaGFkb3dfMzY0OF8xMjgwMiIgcmVzdWx0PSJzaGFwZSIvPgo8L2ZpbHRlcj4KPGxpbmVhckdyYWRpZW50IGlkPSJwYWludDBfbGluZWFyXzM2NDhfMTI4MDIiIHgxPSIxNTcuNSIgeTE9IjE2IiB4Mj0iMTU3LjUiIHkyPSIzNDgiIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIj4KPHN0b3Agc3RvcC1jb2xvcj0iI0ZGOTJCQyIvPgo8c3RvcCBvZmZzZXQ9IjEiIHN0b3AtY29sb3I9IndoaXRlIi8+CjwvbGluZWFyR3JhZGllbnQ+CjwvZGVmcz4KPC9zdmc+Cg==";d();function U8({isVisible:t,onClose:e,children:n}){return w(jt,{children:[t&&w("div",{className:`immersive-translate-sheet-backdrop ${t?"visible":""}`,onClick:e}),w("div",{className:`immersive-translate-sheet ${t?"visible":""}`,children:w("div",{className:"immersive-translate-sheet-content",children:n})})]})}var Jv=U8;var $s=`${Q}-float-ball`;function $m(t){let{t:e}=Ce(),n=jr(),[r,a,i,o]=n;Xc(r,a);let s=Bv(r),u=Iv(s),{isFullScreen:l}=Kv(),[c,p]=se(!1),[m,g]=se(!0),{pageStatus:f}=jv(),T=Lp(u,r),b=Ve(()=>{if(T?.clickType==="popup")return p(!0);if(T?.clickType==="translate"){let L=Ee();if(Ga(u?.rule)){let U=ra(u.rule);Oi(!0,U||L);return}_n({method:"toggleTranslatePage",data:{trigger:"float_ball"}})}},[T,_n,p]),h=Ve(()=>{p(!0)},[p]),E=m&&!!s,{containerRef:D,active:M,ballRef:I,floatBallConfigRef:S,setActive:v}=Hv({handleBallClick:b,handleMobileBallLongPress:h,isShow:E,localConfig:t.localConfig,popupVisible:c}),k=T?.fixedPosition||"right",A=k==="right"?"left":"right",{isShowGuide:y,handleCloseGuide:R}=Gv(t.ctx),{closeTransform:_,logoContainerTransform:P,settingTransform:N}=Wv(T,M||y),{tooltipDelay:z,disableTooltipDelay:q,tooltipText:F,handleShowTooltip:C}=$v(u,f);return E?w("div",{class:`${$s}-container ${k} notranslate`,style:{zIndex:l?-1:2147483647,pointerEvents:M||y||c?"all":"none"},ref:D,children:[w(q8,{ctx:u,setVisible:g,closeTransform:_,setActive:v,getModalStyle:()=>Zv(S.current.top,300,k)}),w(xa,{enableMobile:!0,text:F,position:A,delay:z,onShow:C,disable:q,children:w("div",{class:`${$s}-btn ${k} btn-animate `,ref:I,style:{transform:P,opacity:M||y?1:.5},children:w("div",{children:[w(ya,{type:"logo"}),f!=="Original"?w(ya,{type:"translated"}):null]})})}),w("div",{style:{marginTop:"12px",transform:N},class:`${$s}-more-buttons btn-animate`,children:[w(xa,{text:e("translateFileTooltip"),multiple:!0,width:200,position:A,containerClass:"btn-animate",children:w("div",{class:`${$s}-more-button`,onClick:()=>{Fl(Db,!0)},children:w(ya,{type:"file"})})}),w(xa,{text:e("floatBall.setting"),position:A,containerClass:"btn-animate",children:w("div",{class:`${$s}-more-button`,onClick:()=>{v(!0),p(!0)},children:w(ya,{type:"setting"})})})]}),w(j8,{onClose:()=>{v(!1),p(!1)},visible:c,getModalStyle:()=>Zv(S.current.top,500,k)}),w(Qv,{visible:y,top:S.current.top,fixedPosition:k,onClose:()=>{R(),v(!1)}})]}):null}function q8(t){let{t:e}=Ce(),[n,r]=se(!1),a=jr(),[i,o,s,u]=a,l=Lp(t.ctx,i),c=Ve(m=>{t.ctx&&o(g=>t2({...g},m))},[t.ctx,o]),p=Ve(m=>{l&&(t.setVisible(!1),m==="AlwaysClose"?c({...l,enable:!1}):m==="CurrentWebsite"&&c({...l,blockUrls:[...l.blockUrls,globalThis.location.hostname]}))},[c,l,t.setVisible]);return w(jt,{children:[w("div",{title:e("floatBall.close"),class:"btn-animate",style:{transform:t.closeTransform,padding:4},onClick:()=>{t.setActive(!0),r(!0)},children:w(ya,{type:"close"})}),w(Vv,{visible:n,onClose:()=>{t.setActive(!1),r(!1)},getModalStyle:t.getModalStyle,onCloseConfirm:p})]})}function j8(t){let e=r=>{r&&r.target&&r.target.id==="immersive-translate-popup-overlay"&&t.onClose()};return window.innerWidth<=385?w(Jv,{isVisible:t.visible,onClose:t.onClose,children:w(ed,{onClose:t.onClose,className:"popup-container-sheet"})}):t.visible?w("div",{onClick:e,id:"immersive-translate-popup-overlay",class:"immersive-translate-popup-overlay",children:w("div",{class:"immersive-translate-popup-wrapper",style:t.getModalStyle(),children:w(ed,{onClose:t.onClose})})}):null}function H8(){return{width:Math.max(document.documentElement.clientWidth,window.innerWidth||0),height:Math.max(document.documentElement.clientHeight,window.innerHeight||0)}}var Zv=(t,e,n)=>{let a=H8().height,i={position:"fixed"},o=0;return xf()&&(t=W8.top),i.top=t-o,i.top+e>=a?(i.bottom=30,delete i.top):i.top<=10&&(i.top=10),n==="left"?i.left=65:i.right=65,i},W8={position:"right",right:0,top:335};function K8(t,e){for(let n of e){if(ye()&&!Ir()&&typeof GM!==void 0&&GM.addElement){GM.addElement(t,"style",{textContent:n});continue}t.appendChild(document.createElement("style")).textContent=n}}async function Vm(){let t=Me(),e=await an(),n=await Or(),r={url:globalThis.location.href,config:e},a=await hn(r),i=await _p(a,n),o=dt(a.url,i?.blockUrls),s=await Zt();if(!i?.enable||o)return;let u=document.createElement("div");u.id="immersive-translate-popup",u.setAttribute("style","all: initial"),document.documentElement.appendChild(u);let l=u.attachShadow({mode:"open"}),c=[t.IMMERSIVE_TRANSLATE_PICO_CSS,t.IMMERSIVE_TRANSLATE_COMMON_CSS,t.IMMERSIVE_TRANSLATE_POPUP_CSS,t.IMMERSIVE_TRANSLATE_PAGE_POPUP_CSS].join(` `);return K8(l,[c]),G8(l,e,s,a)}function G8(t,e,n,r){let a=document.createElement("div");a.id="mount",a.style.display="block",t.appendChild(a),Ki(w(mc,{lang:e.interfaceLanguage,fallbackLang:"en",translations:vy,children:w($m,{localConfig:n,ctx:r})}),a)}var Ym=!1;async function Xv(t){if(!t){let e=await an(),n={url:globalThis.location.href,config:e};t=await hn(n)}t.config.debug&&B.setLevel("debug"),t.isTranslateExcludeUrl?B.debug("detect exclude url, do not inject anything."):(Ym=!0,Vm().catch(e=>{B.debug("init popup error",e)}))}async function e9(){Ym||(Ym=!0,Vm().catch(t=>{B.error("init popup error",t)}))}var t9=!1,i9=[()=>{vn.unbind()}],n9=[...i9],$8=Kn(async()=>{await Bi()},50),V8=Kn(async()=>{await Ll()},50),Y8=Kn(async()=>{await Y3()},50),Q8=Kn(async()=>{await V3()},50),o9=Kn(t=>{_n({method:t,data:{trigger:"userscript_menu"}})},50);function J8(t,e){let n=t.document;if(t9)return;t9=!0,ye()||q3(),n.addEventListener("securitypolicyviolation",u7),document.addEventListener(me+"DocumentMessageUser",l9),document.addEventListener(me+"DocumentMessageUpdateUser",c9),document.addEventListener(me+"ChangeSuccessService",d9.bind(null,e)),document.addEventListener(me+"ChangeService",p9.bind(null,e)),document.addEventListener(qa,i7.bind(null,e)),n.addEventListener(me+"EbookLoaded",s7),n.addEventListener($4,o7.bind(null,e)),n.addEventListener(V4,l7.bind(null,e)),n.addEventListener(Ku,a=>{He()||um(a,e)}),n.addEventListener(Y4,by),n.addEventListener("click",a=>{e7(a,e)}),He()&&t.addEventListener("message",X8,!1),ye()&&(He()||n.addEventListener(Mr,Z8)),He()||oa.rootIframe(Zu).handleAsk("throttleRequest",K2)}function Vs(t,e){c7(),J8(e,t),ye()&&(He()||(lm(t.config),d7(t.config))),al()&&Uy(t),tt()&&lm(t.config)}function Z8(t){e9()}function X8(t){let e=t;e&&e.data&&e.data.payload&&e.data.author===ju&&aa(e.data.payload,{tab:{id:1,url:"https://www.fake-iframe.com",active:!0}})}function e7(t,e){let n=t.target;if(!n||!n.getAttribute){wa(n);return}let r=n.getAttribute("data-immersive-translate-event");r&&ot(r,[{name:r}],{...e,sourceLanguage:"none"});let a=n.getAttribute(`data-${Q}-action`);if(a){if(t.preventDefault(),a==="retry"){typeof t.stopPropagation=="function"&&t.stopPropagation(),Qm({method:"retryFailedParagraphs"}),wa(n,!0);return}else if(a=="toast-error"){let i=n.getAttribute(`data-${Q}-tooltip-text`)||"",o="",s="retry";try{let u=JSON.parse(i);o=u.title,i=u.errMsg,s=u.action}catch{}s9(u9.bind(null,e,o,i,s));return}}}async function t7(){let t=await fn(),e=t.enableDefaultAlwaysTranslatedUrls===void 0?!0:t.enableDefaultAlwaysTranslatedUrls;if(t.enableDefaultAlwaysTranslatedUrls=!e,!t.enableDefaultAlwaysTranslatedUrls){let n=t&&t.isChangedAlwaysTranslatedUrls,r=[];t.translationUrlPattern&&t.translationUrlPattern.matches&&(r=t.translationUrlPattern.matches||[]),!n&&r.length>0&&(t.translationUrlPattern={matches:[],excludeMatches:[]})}await mn(t)}async function n7(){let t=await fn(),e=t.enableInputTranslation;t.enableInputTranslation=!e,await mn(t)}var r9=0;function s9(t){let e=Date.now();if(e-r9<2e3||(r9=e,r7()))return;let n=`${Q}-modal-root`,r=`${Q}-modal`,a=document.getElementById(n),i=`${Q}-modal-title`,o=`${Q}-modal-body`,s=`${Q}-modal-footer`,u;if(a){u=a.shadowRoot.querySelector(`.${r}`);let l=u.querySelector(`.${i}`),c=u.querySelector(`.${s}`),p=u.querySelector(`.${o}`);t(u,l,p,c)}else{a=document.createElement("div"),a.setAttribute("translate","no"),a.className="no-translate immersive-translate-error-modal-shadow-root",a.id=n,a.style.all="initial",a.style.zIndex="2147483647",document.body.appendChild(a);let l=a.attachShadow({mode:"open"}),c=document.createElement("style"),p=Me();c.textContent=p.IMMERSIVE_TRANSLATE_INPUT_INJECTED_CSS,l.appendChild(c),u=document.createElement("div"),u.className=r+" notranslate",u.id=r;let m=document.createElement("div");m.className=Q+"-modal-content notranslate",u.appendChild(m);let g=document.createElement("span");g.textContent="\xD7",g.className=Q+"-close",m.appendChild(g);let f=document.createElement("div");f.className=i+" notranslate",m.appendChild(f);let T=document.createElement("div");T.className=o+" notranslate",m.appendChild(T);let b=document.createElement("div");b.className=s,m.appendChild(b),l.appendChild(u),g.onclick=function(){u.style.display="none"},l.addEventListener("click",h=>{h.target==u&&(u.style.display="none")}),t(u,f,T,b)}setTimeout(()=>{a7()},100)}function u9(t,e,n,r="retry",a,i,o,s){let u=kt.bind(null,t),l=e||u("errorModalTitle"),c=u("unknownError");i.innerText=l,o.innerHTML=Ye.sanitize(n||c,{ADD_ATTR:["target"]}),s.innerText="";let p="",m=document.createElement("button");if(r=="retry"){p=u("retryAllButton"),m.setAttribute(`data-${Q}-action`,"retry");let g=document.createElementNS("http://www.w3.org/2000/svg","svg");g.setAttribute("viewBox","0 0 16 16"),g.setAttribute("width","20"),g.setAttribute("height","20"),g.innerHTML='',m.appendChild(g),m.onclick=()=>{a.style.display="none",Qm({method:"retryFailedParagraphs"}),wa(m,!0)}}else if(r=="login")p=u("goLogin"),m.onclick=()=>{wa(m,!0),window.open(Tb)};else if(r=="upgrade")p=u("upgradeToPro"),m.onclick=()=>{wa(m,!0),window.open(el)};else if(r=="setting")p=u("goSettings"),m.onclick=()=>{wa(m,!0),window.open(we.OPTIONS_URL)};else if(r=="changeService")p=u("detectServiceLoading"),m.onclick=()=>{wa(m,!0),window.open(we.OPTIONS_URL)},Zm(t,t.config.translationService,!1).then(g=>{g?(p=u("toggleToService",{service:u("translationServices."+g)}),m.innerHTML=Ye.sanitize(p),m.onclick=()=>{g9(g),wa(m,!0)}):(p=u("goSettings"),m.innerHTML=Ye.sanitize(p))});else if(r=="none")return;m.className="immersive-translate-btn",m.innerHTML+=Ye.sanitize(p),s.appendChild(m)}function r7(){let t=document.querySelector("#immersive-translate-modal-root");return t&&t.shadowRoot?t.shadowRoot.querySelector(`#${Q}-modal`)?.style.display=="block":!1}function a7(){let t=document.querySelector("#immersive-translate-modal-root");if(t&&(t.style.display="block",t.shadowRoot)){let e=t.shadowRoot.querySelector(`#${Q}-modal`);e&&(e.style.display="block")}}function wa(t,e=!1){let n=document.querySelector("#immersive-translate-modal-root");if(!n||n.style.display=="none")return;let r=n.shadowRoot.querySelector(`#${Q}-modal`);r&&r!==t&&(!e&&r.contains(t)||(r.style.display="none"))}function i7(t,e){let n=e;if(n&&n.detail)try{let r=n.detail;if(!r||!r.type)return;let{title:a,errMsg:i,action:o}=r;s9(u9.bind(null,t,a,i,o))}catch(r){B.warn("parse message error",r)}}async function o7(t,e){let n=e;if(B.debug("receive third party message",n),n&&n.detail){let r=null;try{let a=JSON.parse(n.detail);if(a&&a.type){if(a.type==="retryFailedParagraphs")Qm({method:"retryFailedParagraphs"});else if(a.type==="updateCommands")_l(a.data);else if(a.type==="toggleEnableDefaultAlwaysTranslatedUrls")t7();else if(a.type==="toggleEnableInputTranslation")n7();else if(a.type==="translatePage")p7(a.data);else if(a.type==="getAsyncTranslationServiceList")r=gs(t,"translationService");else if(a.type==="getAsyncTargetLanguageList")r=sc(a.data?.translationService,a.data?.targetLanguage);else if(a.type==="getAsyncTranslationMeta"){let i=t.state.translationService||t.config.translationService;r={targetLanguage:t.state.targetLanguage||t.targetLanguage,translationService:i,translationMode:t.state.translationMode}}else if(a.type=="getAsyncTranslateContent"){let i={...t,translationService:a.data.service};try{r=await g7(a.data,i)}catch(o){a9(a.type,o.uiConfig(i),a.id)}}else a.type==="getAsyncLanguageByText"?r=await Pl(a.data):a.type==="sharePage"?um({detail:a.data},t):a.type==="switchTranslationMode"?Jm(a.data):o9(a.type);r&&a.id&&a9(a.type,r,a.id)}}catch(a){B.warn("parse message error",a)}}}function s7(t){setTimeout(()=>{td()},10)}function u7(t){we.HAS_CSP_ERROR="1"}function l7(t,e){let n=e.detail;(n.name=="open_pdf_page"||n.name==="open_html_page")&&ot(n.name,[{name:n.name}],{...t})}function c7(){n9.forEach(t=>{t()}),n9=i9}function d7(t){if(ye()&&typeof GM<"u"&&GM&&GM.registerMenuCommand){let e=ll.commands,a=[...Object.keys(e).filter(i=>i==="toggleTranslatePage").map(i=>{let o=e[i].description,s=o;return o.startsWith("__MSG_")&&o.endsWith("__")&&(s=bo(`browser.${o.slice(6,-2)}`,t.interfaceLanguage)),{id:i,title:s}}),{id:z0,title:bo("browser.openEbookViewer",t.interfaceLanguage),key:"e"},{id:N0,title:bo("browser.openEbookBuilder",t.interfaceLanguage),key:"m"},{id:R0,title:bo("browser.openOptionsPage",t.interfaceLanguage),key:"o"},{id:O0,title:bo("browser.openAboutPage",t.interfaceLanguage),key:"a"}];for(let i of a)GM.registerMenuCommand(i.title,()=>{i.id===R0?$8():i.id===O0?V8():i.id===N0?Y8():i.id===z0?Q8():o9(i.id)},i.key)}}function Qm(t){aa(t,{tab:{id:1,url:"https://www.fake.com",active:!0}}).catch(n=>{B.error("send content message request failed",t,n)});let e=new CustomEvent(Mr,{detail:t});globalThis.document.dispatchEvent(e)}async function p7(t){let e={};t?.translationMode&&(e.translationMode=t.translationMode),t?.translationService&&(e.translationService=t.translationService),t?.targetLanguage&&(e.targetLanguage=t.targetLanguage),t?.translationStartMode&&(e.translationStartMode=t.translationStartMode);let n=await We(Ee(),e);Tn(n)}function a9(t,e,n){globalThis.document.dispatchEvent(new CustomEvent(_t,{detail:JSON.stringify({id:n,type:t,payload:e})}))}async function g7({textList:t,from:e,to:n,service:r},a){if(a.rule.id!=="immersive")return;let i=t.map(s=>({text:s||"",id:0,from:e,to:n,url:a.url,fromByClient:e,force:!0})),o=null;try{let s=await Ze({sentences:i},{...a,translationService:r},u=>o=u);if(o)throw o;return s}catch(s){throw s}}d();var oi={};async function Xm(){let e=[...document.querySelectorAll(".source-text")].map(r=>r.textContent).join(""),n=await Ie({text:e,minLength:200,pageLangs:[ht(),"en"]});return qn(n),n}async function m9(t){gn("Translating");let e=vt(),n=El(),r=[...document.querySelectorAll(".source-text")];if($i(t,e))return;let a=r.filter(i=>i.innerText?.trim()).map((i,o)=>{let s=i.parentElement?.parentElement?.querySelector(".target-text");return lt(i,"id",o+""),s&&(Vi(s,o)?.remove(),s.appendChild(Ss(t,o))),{text:i.innerText||"",id:o,from:e,to:t.targetLanguage,url:"https://google.com",fromByClient:n,force:!0}});document.dispatchEvent(new CustomEvent(_t,{detail:JSON.stringify({type:"totalParagraphsCount",payload:{totalParagraphsCount:a.length}})}));try{await Ze({sentences:a},{...t,sourceProgram:"subtitle"},(i,o,s)=>{let u=s.id,l=Vi(document.body,u);if(!l)return;let c=l.parentElement;c&&(l.remove(),i?(c.innerHTML=Ye.sanitize(`${i.message}`),oi[u]={ok:!1,sentence:s}):o&&(c.innerHTML=Ye.sanitize(o.text),oi[u]={ok:!0,sentence:s}),document.dispatchEvent(new CustomEvent(_t,{detail:JSON.stringify({type:"paragraphTranslated",payload:{ok:!i}})})))})}catch(i){throw i}finally{gn("Translated")}}async function f9(t){gn("Translating"),document.dispatchEvent(new CustomEvent(_t,{detail:JSON.stringify({type:"retryFailedParagraphsStart",payload:{}})}));let e=Object.keys(oi),n=[],r=[];for(let a of e){let i=oi[a];if(!i.ok){let s=document.querySelector(`#error-id-${a}`);if(s){let u=s.parentElement;s.remove(),u&&(delete oi[a],u.appendChild(Ss(t,a)),r.push(i.sentence))}}}try{await Ze({sentences:r},t,(a,i,o)=>{let s=o.id,u=Vi(document.body,s);if(!u)return;let l=u.parentElement;l&&(u.remove(),a?(l.innerHTML=Ye.sanitize(`${a.message}`),oi[s]={ok:!1,sentence:o}):i&&(l.innerHTML=Ye.sanitize(i.text),oi[s]={ok:!0,sentence:o}),document.dispatchEvent(new CustomEvent(_t,{detail:JSON.stringify({type:"paragraphTranslated",payload:{ok:!a}})})))})}catch(a){throw a}finally{gn("Translated")}}function ef(){gn("Original"),document.querySelectorAll(".target-text").forEach(t=>{t.innerHTML=""})}d();var tf={};async function h9(){let t=[...document.querySelectorAll("iframe")],e="";for(let r of t){let a=r.contentDocument;if(!a)continue;let i=a.body;if(i&&(e=e+i.innerText||"",e.length>1e3))break}let n=await Ie({text:e,pageLangs:["en"]});return qn(n),n}async function b9(t){gn("Translating"),document.dispatchEvent(new CustomEvent(_t,{detail:JSON.stringify({type:"retryFailedParagraphsStart",payload:{}})}));let e=Object.keys(tf),n=[];for(let r of e){let a=tf[r];if(a.error){let o=a.commonAncestorContainer.querySelector(`[${$u}='${r}']`);o&&o.remove(),n.push(a)}}try{Rs(),await gc(n,t,t.state.translationMode||t.config.translationMode)}catch{}finally{gn("Translated")}}function T9(){let t=[...document.querySelectorAll("iframe")];for(let e of t){let n=e.contentDocument;if(!n)continue;let r=n.querySelectorAll("."+yt);for(let a of r)a.remove()}gn("Original")}async function y9(t){gn("Translating");let e=ms(),n=[...document.querySelectorAll("iframe")],r=[],a=[];for(let s of n){let u=s.contentDocument;if(!u)continue;io(u,t);let l=u.body;if(!l)continue;let c=on(t);c.isModifyImage=!1,Ur({id:e,container:l,filterRule:c,onParagraph:p=>{r.push(p)}})}let i=fr(t.config.translationServices[t.translationService]),o=1;for(let s of r){let u=$l(s.flatNodes,{isPreWhitespace:s.isPreWhitespace||!1,delimiters:i,stayOriginalSelectors:t.rule.stayOriginalTags.concat(t.rule.stayOriginalTags).map(c=>c.toLowerCase()).concat(t.rule.stayOriginalSelectors).concat(t.rule.additionalStayOriginalSelectors)});if(!u)continue;s.variables=u?.variables||{},s.text=u?.text,s.id=(o++).toString();let l=await Bg(t,s,{excludeLanguages:t?.config?.translationLanguagePattern?.excludeMatches||[],isDetectParagraphLanguage:t.state.isDetectParagraphLanguage,targetLanguage:t.targetLanguage,delimiters:i,noTranslateRegexp:t.rule.noTranslateRegexp,minTextCount:2,minWordCount:1,ignoreZhCNandZhTW:t.rule.ignoreZhCNandZhTW});l&&(a.push(l),tf[l.id]=l)}r=[],document.dispatchEvent(new CustomEvent(_t,{detail:JSON.stringify({type:"totalParagraphsCount",payload:{totalParagraphsCount:a.length}})}));try{await gc(a,t,t.state.translationMode||t.config.translationMode)}catch{}finally{gn("Translated")}}d();var ar=!1,nd,v9=!1,rd=null;function nf(t){let{config:e}=t;if(t.isInputTranslationExcludeUrl){B.debug("exclude url for input");return}if(rd===!1){B.debug("disable for this time");return}let n={...e.inputLanguageCodeAlias};kn.forEach(c=>n[c]=[c,...n[c]||[]]);let r=e.inputStartingTriggerKeyAlias[e.inputStartingTriggerKey]||[];r.includes(e.inputStartingTriggerKey)||r.unshift(e.inputStartingTriggerKey),n[e.inputTargetLanguage]=[...r,...n[e.inputTargetLanguage]];let a=e.inputTrailingTriggerKeyTimeout;ut().any&&(a=e.inputTrailingMobileTriggerKeyTimeout);let i={triggerTimes:e.inputTrailingTriggerKeyRepeatTimes,triggerKey:e.inputTrailingTriggerKey,triggerTimeout:a,codePrefix:e.inputStartingTriggerKey,codeAlias:n,flatAlias:Object.values(n).flat(),codePrefixAlias:e.inputStartingTriggerKeyAlias},o=0,s=Date.now();nd&&self.removeEventListener("keydown",nd),nd=u,self.addEventListener("keydown",nd);function u(c){if(ar||rd===!1)return;let p=c,m=p.target||p.srcElement,g=m?.tagName;(m?.isContentEditable||g=="INPUT"||g=="SELECT"||g=="TEXTAREA")&&(A7(c,i.triggerKey,i.codePrefixAlias)?l(c):o=0)}async function l(c){Date.now()-s=i.triggerTimes&&h7()&&(o=0,f7(c,t,i))}k7(t)}function x9({codePrefix:t,flatAlias:e,codePrefixAlias:n}){let r=[],a=n[t]||[];a.includes(t)||a.unshift(t);for(let i of a){let o=e.map(s=>{let u=i+s;return a.includes(s)||(u+=" "),u});r.push(...o)}return new RegExp(r.join("|"))}function ad(t,e){for(let[n,r]of Object.entries(e))if(r.includes(t))return n;return""}var Eo;function E9(t){let e=t.parentElement;if(!e)return;Eo=document.createElement("div"),Eo.className=Q+"-input",Eo.innerHTML=`
`,e.appendChild(Eo);let n=e,r=!1;do{let a=getComputedStyle(n).position;if(["fixed","absolute","relative"].includes(a)){r=!0;break}n=n.parentElement}while(n);if(n=e,!r)do{if(getComputedStyle(n).position==="static"){n.style.position="relative";break}n=n?.parentElement||null}while(n)}function C9(){Eo&&Eo.remove()}async function m7(t){if(!ar)try{let f=function(){c=t.config.inputTargetLanguage;let b=l.split(" ")[0];b&&b[0]&&(b=b[0].toLowerCase()+b.slice(1)),b.trim()&&i.flatAlias.includes(b)?(c=ad(b,i.codeAlias),u=l.slice(b.length+1)):u=l},T=function(){c="";let b=x9(i),h=l.split(b);if(h.length<2)return;if(u=h[h.length-1],s=h[0],h.length>2){let D=l.lastIndexOf(u),M=l.slice(0,D).lastIndexOf(h[h.length-2]);s=l.slice(0,M+h[h.length-2].length)}if(s.endsWith(i.codePrefix))return;if(s.endsWith(":")&&i.codePrefix=="/"){s="",u="";return}let E=l.slice(s.length+1,l.indexOf(u)).trim();if(c=ad(E,i.codeAlias),!c){B.warn("not found alias",E);return}},{config:e}=t,n={...e.inputLanguageCodeAlias};kn.forEach(b=>n[b]=[b,...n[b]||[]]);let r=e.inputStartingTriggerKeyAlias[e.inputStartingTriggerKey]||[];r.includes(e.inputStartingTriggerKey)||r.unshift(e.inputStartingTriggerKey),n[e.inputTargetLanguage]=[...r,...n[e.inputTargetLanguage]];let a=e.inputTrailingTriggerKeyTimeout;ut().any&&(a=e.inputTrailingMobileTriggerKeyTimeout);let i={triggerTimes:e.inputTrailingTriggerKeyRepeatTimes,triggerKey:e.inputTrailingTriggerKey,triggerTimeout:a,codePrefix:e.inputStartingTriggerKey,codeAlias:n,flatAlias:Object.values(n).flat(),codePrefixAlias:e.inputStartingTriggerKeyAlias},o=document.activeElement;if(!o||o.tagName==="BODY")return;ar=!0;let s="",u="",l=Da(o)||"",c=t.config.inputTargetLanguage;t.config.inputStartingTriggerKey==="none"?f():(T(),!c&&t.config.enableInputTranslationWithoutTriggerKey&&f());let p=w9(u,i),m=await Ie({text:p,pageLangs:["en"]});B.debug("translateContent",p,m);let g={text:p||"",id:0,from:m,to:c,url:"https://google.com",fromByClient:m,force:!0};if(!g.text||g.text.length>5e3)return;E9(o),et(Gu,Date.now());try{let b=await ma(g,{...t,translationService:t.inputTranslationService});A9(t),D9(t,o,s+b.text)}catch(b){if(b instanceof V){let h=b.uiConfig(t);h.action=="retry"&&(h.action="none"),document.dispatchEvent(new CustomEvent(qa,{detail:h}))}}finally{ar=!1}}catch(e){throw ar=!1,e}finally{ar=!1,C9()}}async function f7(t,e,n){if(!ar)try{let p=function(){s=e.config.inputTargetLanguage;let g=o.split(" ")[0];g&&g[0]&&(g=g[0].toLowerCase()+g.slice(1)),g.trim()&&n.flatAlias.includes(g)?(s=ad(g,n.codeAlias),i=o.slice(g.length+1)):i=o},m=function(){s="";let g=x9(n),f=o.split(g);if(f.length<2)return;if(i=f[f.length-1],a=f[0],f.length>2){let b=o.lastIndexOf(i),h=o.slice(0,b).lastIndexOf(f[f.length-2]);a=o.slice(0,h+f[f.length-2].length)}if(a.endsWith(n.codePrefix))return;if(a.endsWith(":")&&n.codePrefix=="/"){a="",i="";return}let T=o.slice(a.length+1,o.indexOf(i)).trim();if(s=ad(T,n.codeAlias),!s){B.warn("not found alias",T);return}},r=document.activeElement;ar=!0;let a="",i="",o=Da(r)||"",s=e.config.inputTargetLanguage;n.codePrefix==="none"?p():(m(),!s&&e.config.enableInputTranslationWithoutTriggerKey&&p());let u=w9(i,n),l=await Ie({text:u,pageLangs:["en"]});B.debug("translateContent",u,l);let c={text:u||"",id:0,from:l,to:s,url:"https://google.com",fromByClient:l,force:!0};if(!c.text)return;if(e.config.isShowInputTranslationConsent&&!v9){v9=!0;let g=await P7(e);if(t.target&&t.target.focus(),g==="open_settings"){Bi(!0,"#input");return}else if(g==="open_learn_more"){Ri("https://immersivetranslate.com/docs/input/");return}else if(g==="disable_once"||g==="disable_forever"){if(rd=!1,g==="disable_forever"){let f=await fn();f.enableInputTranslation=!1,f.isShowInputTranslationConsent=!1,await mn(f)}else if(g==="disable_once"){let f=await fn();f.isShowInputTranslationConsent=!1,await mn(f)}return}else if(g==="close_disable_once"||g==="close_disable_forever"){if(rd=!1,g==="close_disable_forever"){let f=await fn();f.enableInputTranslation=!1,f.isShowInputTranslationConsent=!1,await mn(f)}return}else if(g==="enable"){let f=await fn();f.enableInputTranslation=!0,f.isShowInputTranslationConsent=!1,await mn(f)}else if(g==="close_enable"){let f=await fn();f.enableInputTranslation=!0,await mn(f)}}E9(r),et(Gu,Date.now());try{let g=await ma(c,{...e,translationService:e.inputTranslationService});A9(e),D9(e,r,a+g.text)}catch(g){if(g instanceof V){let f=g.uiConfig(e);f.action=="retry"&&(f.action="none"),document.dispatchEvent(new CustomEvent(qa,{detail:f}))}}finally{ar=!1}}catch(r){throw ar=!1,r}finally{ar=!1,C9()}}function h7(){let t=document.activeElement;if(!t)return!1;if(id(t)){let e=t.selectionStart||0,n=t.value.length,a=t.value.split(` `).reverse()[0].trim(),i=n<=e;return B.debug("cursorPosition",e,"textLength",n),B.debug("input isTail",i,"tailHasText",a),i&&!!a}else{let e=window.getSelection();if(!e)return B.debug("No active selection found."),!1;if(e.rangeCount>0){let n=e.getRangeAt(0),r=n.startContainer;if(r.nodeType===Node.TEXT_NODE){let a=b7(r,t);B.debug("Current text node:",r.textContent),B.debug("Cursor position within text node:",n.startOffset);let i=r.textContent?.length===n.startOffset&&a,o=t.innerText?.split(` -`).reverse(),s=tt()?o[0]||o[1]:o[0];return B.debug("editdiv isTail",i,"tailHasText",s),i&&!!s}else B.debug("Cursor is not within a text node.")}}return!1}function b7(t,e){let n;function r(a){if(a.nodeType===Node.TEXT_NODE)n=a;else for(let i of a.childNodes)r(i)}return r(e),n==t}function w9(t,e){let{triggerTimes:n,triggerKey:r}=e,a=0,i=" ";r.length==1?(a=n,i=r):r.toLowerCase()=="space"&&(a=n);let o=t.length;for(let s=t.length-1;s>=t.length-a;s--){if([10,8629].includes(t[s].charCodeAt(0))){o--;continue}if(![...e.codePrefixAlias[r]||[],i].includes(t[s]))break;o--}return t.length-o<3&&[".","\u3002"].includes(t[o-1])&&o--,t.slice(0,o)}function T7(t,e){let n=e.innerHTML,r=Da(e);return{html:n.replace(r,t),text:t}}function S9(t,e,n=!1){let r=Da(e);return n?r.trim().endsWith(t.text.trim()):r?.trim()?.indexOf(t?.text?.trim())>=0}function Da(t){return t.value||t.innerText||t.textContent}async function Aa(t){await new Promise((e,n)=>{setTimeout(()=>{e("")},t)})}async function y7(t,e,n){await Aa(10);let r=new DataTransfer;t.forEach(a=>{a==="plain"&&r.setData("text/plain",e.text)}),n.dispatchEvent(new ClipboardEvent("paste",{clipboardData:r,bubbles:!0,cancelable:!0})),r.clearData(),await Aa(10)}async function v7(t,e){let n=document.createEvent("TextEvent");n.initTextEvent&&(n.initTextEvent("textInput",!0,!0,window,t.text),e.dispatchEvent(n),await Aa(10))}async function S7(t,e){e.value&&e.select(),document.execCommand("insertText",!1,t.text.replace(/\n/g,"\r")),await Aa(20),(e.value||e.value==="")&&(e.value=t.text)}async function x7(t,e){id(e)&&(e.value=t.text,e.dispatchEvent(new Event("input",{bubbles:!0})),await Aa(20))}var E7=[y7.bind(null,["plain"])];function C7(t){let e;id(t)?e=new InputEvent("beforeinput",{bubbles:!0,cancelable:!0,inputType:"deleteContent"}):e=new KeyboardEvent("keydown",{bubbles:!0,cancelable:!0,keyCode:8,which:8,location:0,key:"Backspace"}),t.dispatchEvent(e)}function id(t){return t.tagName==="INPUT"||t.tagName==="TEXTAREA"}function w7(t){if(id(t))return;t.focus();let e=window.getSelection();if(!e)return;let n=document.createRange();n.selectNodeContents(t),e.removeAllRanges(),e.addRange(n)}async function D9(t,e,n){await w7(e),await Aa(50);let r=t.rule.inputConfig,a=T7(n,e);try{r?.clearContentEnable&&C7(e),await Aa(50),r?.execCommandDeleteEnable&&!Ir()&&Da(e)?.trim()!=""&&(document.execCommand("delete"),await Aa(50)),B.debug("clearContent",Da(e))}catch(i){B.error(i)}for(let i of[...E7,S7,x7,v7]){await i(a,e);let o=D7();if(!o)return;if(B.debug("setContent",i.name,S9(a,o),Da(o),a),S9(a,o))break}}function D7(){return document.activeElement}function A9(t){ot("translate_input",[{name:"translate_input",params:{input_trailing_trigger_key:t.config.inputTrailingTriggerKey,input_starting_trigger_key:t.config.inputStartingTriggerKey,input_target_language:t.config.inputTargetLanguage}}],t)}function A7(t,e,n){let r="";t&&t.code&&(r=t.code.toLowerCase());let a="";t&&t.key&&(a=t.key.toLowerCase());let i=t.keyCode,o=n[e]||[];return i===229&&e!=="space"?!1:!!(o.includes(r)||o.includes(a)||r===e||a===e)}async function k7(t){if(t.config.interfaceLanguage!=="zh-CN"||t.config.targetLanguage!=="zh-CN")return;let e="inputTutorialsShowedAt";if(await At(e,"")||Number(await At(Gu,0))>0)return;let a=t.rule.inputConfig,i=a.tutorialsSelectors,o=a.tutorialsText;if((i?.length||0)>0&&o)for(let s=0;s{L7()},100),new Promise(p=>{let m=p;if(o){let A=o.shadowRoot;if(!A)return;s=A.querySelector(`.${n}`);let v=s.querySelector(`.${r}`),O=s.querySelector(`.${i}`),_=s.querySelector(`.${a}`)}else{let A=document.createElement("div");A.setAttribute("translate","no"),A.className="no-translate immersive-translate-error-modal-input-shadow-root",A.id=e,A.style.all="initial",A.style.zIndex="2147483647",document.body.appendChild(A);let v=A.attachShadow({mode:"open"}),O=document.createElement("style"),_=Me();O.textContent=_.IMMERSIVE_TRANSLATE_INPUT_INJECTED_CSS,v.appendChild(O),s=document.createElement("div"),s.className=n+" notranslate",s.id=n;let k=document.createElement("div");k.className=Q+"-modal-content notranslate "+Q+"-modal-content-in-input",s.appendChild(k);let N=document.createElement("span");N.textContent="\xD7",N.className=Q+"-close",k.appendChild(N),u=document.createElement("div"),u.className=r+" notranslate",k.appendChild(u),c=document.createElement("div"),c.className=a+" notranslate",k.appendChild(c),l=document.createElement("div"),l.className=i,k.appendChild(l),v.appendChild(s),N.onclick=function(){I(),p("close")},v.addEventListener("click",z=>{z.target==s&&(s.style.display="none",p("close"))})}document.addEventListener("keydown",L);let g=kt.bind(null,t);u.innerHTML=`
${vc} ${g("modalEnableInputTranslationTitle")}
`,c.innerHTML="";let f=document.createElement("p");f.innerHTML=g("modalEnableInputTranslationDesc",{1:"https://immersivetranslate.com/docs/input/"}),f.style.cssText="margin-bottom:12px",c.appendChild(f);let T=document.createElement("div");T.style.cssText="margin-bottom: 12px;",T.innerHTML=Ye.sanitize(g("disableInputTranslationTips",{option:`${g("option")}`,learnMore:`${g("learnMore")}`})),c.appendChild(T);let b=[{id:"enable-search-enhancement",value:"enable",text:g("continueEnalbeInputTranslation")},{id:"disable-once",value:"once",text:g("disableOnce")},{id:"disable-global",value:"global",text:g("disableGlobal")}];for(let A=0;Al===e)||t.ignoreBuildPlatforms?.find(l=>l===n))return;let i=globalThis.navigator.userAgent;if(t.ignoreUserAgents?.find(l=>i.match(new RegExp(l))))return;let{initOptions:s}=t,u={dsn:_7,environment:Me().PROD==="1"?"production":"develop",...t.initOptions};s?.ignoreErrors&&(u.ignoreErrors=rf(s.ignoreErrors)),s?.denyUrls&&(u.denyUrls=rf(s.denyUrls)),s?.allowUrls&&(u.allowUrls=rf(s.allowUrls)),u.release=`${n}@${e}`,Na.init(u),sd()}catch{}}async function sd(){try{let t=await Mt.get(Ft,null);if(!Ys||!t)return;Na.setUser({id:t.id,username:t.userName,nickname:t.nickName,email:t.email})}catch{}}function P9(t,e){try{if(!Ys)return;Na.setContext(t,e)}catch{}}function L9(t){try{if(!Ys)return;Na.setTags(t)}catch{}}function rf(t){return t.map(e=>new RegExp(e))}var fe=null,ud={},Co,_9=!1;async function td(){Mi.clearStrictTicks();let t=await We(Ee(),{}),e=await fs();if(B.debug("init page ctx",t),cy(t),t.rule.pageType=="subtitleBuilder"){Xm();return}if(t.rule.pageType=="ebookBuilder"){h9();return}if(Co||(Co=t.state.translationTheme),t.rule.urlChangeDelay&&await vr(t.rule.urlChangeDelay),t.rule.waitForSelectors&&t.rule.waitForSelectors.length>0&&await j7(t.rule.waitForSelectors,t.rule.waitForSelectorsTimeout),t.rule.isInjectOptionsUrl){let s=Ii(),u=document.createElement("meta");u.name="immersive-translate-options-url",u.content=s;try{document.head&&document.head.appendChild&&document.head.appendChild(u)}catch(l){B.warn("inject options url failed",l)}}if(t.rule.globalMeta&&Object.keys(t.rule.globalMeta).forEach(u=>{let l=document.createElement("meta");l.name=u,l.content=t.rule.globalMeta[u],document.head.appendChild(l)}),t.rule.initialGlobalAttributes&&gT(document.body,t.rule.initialGlobalAttributes),t.rule.pageType=="pdfReader"){Tn(t);return}if(t.config.arxivRule&&t.config.arxivRule.matches&&dt(t.url,t.config.arxivRule.matches)){let u=document.querySelector(t.config.arxivRule.injectContainerSelector);if(u){let l=document.querySelector(t.config.arxivRule.officialHtmlSelector),c="";if(l&&l.getAttribute&&l.getAttribute("href")){let b=l.getAttribute("href");try{let h=new URL(b);h.searchParams.set("_immersive_translate_auto_translate","1"),c=h.toString()}catch{}}let g=new URL(t.url).pathname.split("/").pop(),f=!1,T=!0;if(g)try{let h=g.split(".")[0],E=h.slice(0,2),D=h.slice(2,4),M=new Date(`20${E}-${D}-27`),I=new Date(t.config.arxivRule.validBefore);M${kt(t,"viewWithImmersiveTranslate")}`,u.appendChild(b)}else{let b="";if(c&&(b=c),b){let h=document.createElement("li");h.innerHTML=`${kt(t,"viewWithImmersiveTranslate")}`,u.appendChild(h)}}}}if(t.rule.isOnBoardingPage){document.dispatchEvent(new CustomEvent(_t,{detail:JSON.stringify({type:"currentConfig",payload:{enableDefaultAlwaysTranslatedUrls:!!t.config.enableDefaultAlwaysTranslatedUrls}})}));let s=document.querySelector("#immersiveTranslateEnableDefaultAlwaysTranslatedUrlsValue");s&&(s.value="helloworld",s.value=String(!!t.config.enableDefaultAlwaysTranslatedUrls),s.dispatchEvent(new Event("change")))}_9||(_9=!0,He()&&t.rule.useIframePostMessage&&await o1());let n=t.sourceLanguage;n==="auto"?n=await F9():qn(n);let r=r2(t,n);if(r&&(t=await We(Ee(),{translationMode:r})),t.rule.isInjectMeta)try{let s=await Gl(n),u=document.createElement("meta");u.name="immersive-translate-meta",u.content=Do(JSON.stringify(s)),document.head&&document.head.appendChild&&document.head.appendChild(u)}catch(s){B.warn("inject meta failed",s)}let a=new URL(t.url),o=a.searchParams.get("_immersive_translate_auto_translate")==="1"||a.searchParams.get("_immersive_translate_auto_translate")==="true"||t.state.isAutoTranslate||t.isTranslateUrl||t.rule.pageType=="pdfReader";if(!o&&!t.isTranslateExcludeUrl&&(B.debug(`detect page language: ${t.url} ${n}`),na(n,t.targetLanguage,{ignoreZhCNandZhTW:t.rule.ignoreZhCNandZhTW})||n==="auto"||u1(n,t.config.translationLanguagePattern)&&(o=!0,B.debug(`match language pattern ${n}, auto translate`))),t.rule.pageType=="ebookBuilder"&&(o=!1),t.rule.pageType!=="pdfReader"&&as(e)&&vo(t,window),o)fe.state.isAutoTranslate=!0,Tn(fe);else if(B.debug("do not auto translate",t),t.rule.initTranslationServiceAsSoonAsPossible&&t.translationService==="deepl"){if(na(n,t.targetLanguage,{ignoreZhCNandZhTW:t.rule.ignoreZhCNandZhTW})||n==="auto")return;t.config&&t.config.translationServices&&t.config.translationServices.deepl&&t.config.translationServices.deepl.authKey&&typeof t.config.translationServices.deepl.authKey=="string"&&t.config.translationServices.deepl.authKey.startsWith("immersive_")&&(ud[t.translationService]||(ud[t.translationService]=!0,He()||Sg(t).catch(s=>{B.warn("init translation engine error",s)})))}}async function ym(t){if(Qe()==="Original"){let e={};Co&&(e.translationTheme=Co),fe&&(e={...fe.state,...e});let n=await We(Ee(),e);if(t?.trigger=="right_menu"&&Ga(n?.rule)){let r=ra(n.rule);Oi(!0,r||Ee());return}await Tn(fe,t)}else(Qe()==="Translated"||Qe()==="Error")&&si()}async function F7(){if(fe=await We(Ee(),{}),fe.rule.pageType=="ebookBuilder")return b9(fe);if(fe.rule.pageType=="subtitleBuilder")return f9(fe);hy()}async function vm(t){if(Qe()==="Original"){fe=await We(Ee(),{}),Co||(Co=fe.state.translationTheme);let e="mask";fe.state.translationTheme==="opacity"&&(e="opacity"),fe=await We(Ee(),{translationTheme:e}),await Tn(fe,t)}else if(Qe()==="Translated"){let e="mask";fe?.state?.translationTheme==="opacity"&&(e="opacity");let n=Z1().filter(i=>i.contentDocument?.body).map(i=>i.contentDocument.body),r=[fe.mainFrame,...n],a=fe?.state.translationTheme;for(let i of r){let o=qi(i,Di,!0);a==="mask"||a==="opacity"?o!=="none"?lt(i,Di,"none",!0):lt(i,Di,e,!0):o!=="mask"&&o!=="opacity"?lt(i,Di,e,!0):lt(i,Di,"none",!0)}}}async function F9(){let t=await We(Ee(),{});return t.rule.pageType=="subtitleBuilder"?Xm():fy(t)}function M7(t){Qe()==="Original"?k9(t):ti()}function B7(t){Qe()==="Original"?m9(t):ef()}function I7(t){Qe()==="Original"?ho(t):ti()}async function si(){zi(""),document.dispatchEvent(new CustomEvent(_t,{detail:JSON.stringify({type:"restorePage",payload:{}})}));let t=await We(Ee(),{});if(t.rule.pageType=="subtitleBuilder"){ef();return}else t.rule.pageType=="ebookBuilder"&&T9();ti()}async function Tn(t,e){t.config?.sentryConfig?.contentInitTime=="translate_page"&&od(t.config?.sentryConfig);let n=Qe(),r={pageStatus:n,translateService:t.state.translationService||t.translationService,translationMode:t.state.translationMode};P9("translatePage",r),L9(r),n!=="Original"&&await si(),document.dispatchEvent(new CustomEvent(_t,{detail:JSON.stringify({type:"translateStart",payload:{}})})),document.dispatchEvent(new CustomEvent(_t,{detail:JSON.stringify({type:"targetLanguage",payload:{targetLanguage:t.targetLanguage}})})),ud[t.translationService]||(ud[t.translationService]=!0,He()||Sg(t).catch(i=>{B.warn("init translation engine error",i)}));let a={};if(e&&e.trigger&&(a.trigger=e.trigger),ot("translage_page_daily",[{name:"translage_page_daily",params:a}],t),ot("translate_page",[{name:"translate_page",params:a}],{...t,sourceLanguage:vt()}),t.rule.pageType=="subtitleBuilder"){B7(t),zi("yes");return}if(t.rule.pageType=="ebookBuilder"){y9(t),zi("yes");return}if(t.rule.pageType==="pdfReader"){M7(t),zi("yes");return}I7(t),zi("yes")}async function R7(t,e){let n=fe?.translationService;if(Qe()==="Original"||n!=t){fe=await We(Ee(),{translationService:t});let r=kt(fe,"temprarilyChangeTranslationTo_"+t);nu({text:r}),await Tn(fe,e)}else{si();let r=await an(),a={url:Ee(),config:r,state:{}},i=await hn(a);fe=await We(Ee(),{translationService:i.translationService})}}async function O7(t){Qe()==="Original"?await af(t):(Qe()==="Translated"||Qe()==="Error")&&(fe=await We(Ee(),{}),fe.state.translationArea!=="main"?await af(t):si())}async function af(t){fe=await We(Ee(),{translationArea:"main"}),await Tn(fe,t)}async function M9(t){fe=await We(Ee(),{translationArea:"body"}),await Tn(fe,t)}async function Sm(t){let e=await We(Ee(),{}),n=e.state.translationMode=="dual"?"translation":"dual";if(e=await We(Ee(),{translationMode:n}),Qe()==="Original"){Tn(e,t);return}window.immersiveTranslateSwitchTranslateState&&window.immersiveTranslateSwitchTranslateState(n)}async function Jm(t){if(fe=await We(Ee(),{translationMode:t}),ot("switch_translation_mode",[{name:"switch_translation_mode",params:{mode:t}}],{...fe,sourceLanguage:"unknown"}),Qe()==="Original"){Tn(fe);return}window.immersiveTranslateSwitchTranslateState&&window.immersiveTranslateSwitchTranslateState(t)}async function z7(t){if(Qe()==="Original")await M9(t);else if(Qe()==="Translated"||Qe()==="Error"){let e={};fe&&fe.state&&(e=fe.state),fe=await We(Ee(),e),fe.state.translationArea!=="body"?(fe.state.translationArea="body",fe=await We(Ee(),fe.state),await Tn(fe,t)):si()}}async function B9(t){fe=await We(Ee(),{translationStartMode:"immediate"}),await Tn(fe,t)}async function N7(t){Qe()==="Original"?await B9(t):(Qe()==="Translated"||Qe()==="Error")&&si()}async function I9(){let t=await We(Ee(),{});if(!dt(t.url,t.config.inputStyleBlockUrls)){let n=Me().IMMERSIVE_TRANSLATE_INPUT_INJECTED_CSS;En(document,n,"immersive-translate-input-injected-css")}t.rule.pageType&&t.rule.pageType!=="html"||t.config.enableInputTranslation&&nf(t)}function U7(){return fe}async function We(t,e){let n=Object.keys(e);if(fe){let r={url:t,config:fe.config,state:{...fe.state,...e}};fe=await hn(r)}else{let r=await an(),a=e;n.length===0&&(a=void 0),fe=await hn({url:t,config:r,state:a})}return fe.state&&fe.state.translationService&&(fe.translationService=fe.state.translationService),fe.state&&fe.state.targetLanguage&&(fe.targetLanguage=fe.state.targetLanguage),fe}async function q7(){let t=await fn()||{},e=t.generalRule||{},n=e["subtitleRule.add"]||{},r=!n.preTranslation;await mn({...t,generalRule:{...e,"subtitleRule.add":{...n,preTranslation:r}}}),r?nu({text:kt(fe,"videoSubtitlePreTranslationOn")}):nu({text:kt(fe,"videoSubtitlePreTranslationOff")}),setTimeout(()=>{window.location.reload()},1e3)}async function Km(){let t=await an(),e=await fs(),n;fe&&fe.state&&(n=fe.state);let r={url:Ee(),config:t,state:n},a=await hn(r);a.state&&a.state.translationService&&(a.translationService=a.state.translationService),fe=a,im(fe);let i=Hs(),o=[];return i?o=i.allInlineWindows||[window]:o=[window],o.forEach(s=>{Vs(a,s),as(e)&&vo(a,s),nf(a)}),a}function j7(t,e=3e3){return new Promise((n,r)=>{let a=e?setTimeout(()=>{n(new Error("timeout"))},e):void 0,i=setInterval(()=>{t.every(s=>document.querySelector(s)!==null)&&(clearInterval(i),a&&clearTimeout(a),n(null))},50)})}async function l9(t){let e=t.detail,n=fn();await Ov(e.token,n,mn),Mt.set(Ft,e);let r=await Mt.get(W0,!1);Mt.set(W0,!1),document.dispatchEvent(new CustomEvent("immersiveTranslateDocumentMessageUserResult",{detail:r?"close":"success"})),sd()}function c9(t){B.debug("update user info",t);let e=t.detail;Mt.set(Ft,e),sd()}async function d9(t){let e=await fn();if(e.translationService)return;let n=t.config.translationService,r=await Zm(t,n);if(t.translationService!==r){if(!r){ls([{name:"no_avaliable_translation_service"}]);return}e.translationService=r,mn(e),t.translationService=r,ls([{name:"change_default_translation_service",params:{translation_service:r}}])}}async function p9(t,e){let n=e.detail;if(t.rule.id!="immersive")return;let r=n.translateService;if(!r)return;let a=n.provider,i=await fn();i.translationService=r,a&&i?.translationServices?.[r]?.provider&&(i.translationServices[r].provider=a),i.translationServiceChangedbyUserAt=new Date().toISOString(),mn(i)}async function Zm(t,e,n=!0){let r=t.rule.detectionServiceOrder||["google","bing","transmart","yandex"];return r.sort((a,i)=>a===e?n?-1:1:i===e?n?1:-1:0),await uT(r,t)}async function g9(t){let e=await fn();e.translationService=t,await mn(e);let n=await We(Ee(),{});n.translationService=t,await Tn(n)}z3({detectCurrentPageLanguage:F9,ensureSwitchTranslationMode:Sm,restorePage:si,retryFailedParagraphs:F7,switchTranslationMode:Jm,toggleTranslatePage:ym,toggleTranslateTheMainPage:O7,toggleTranslateTheWholePage:z7,toggleTranslationMask:vm,toggleVideoSubtitlePreTranslation:q7,translatePage:Tn,translatePageWithTranslationService:R7,translateTheMainPage:af,translateTheWholePage:M9,translateToThePageEndImmediately:B9,toggleTranslateToThePageEndImmediately:N7,updateGlobalContext:Km,getPureGlobalContext:U7});async function R9(t){if(!t){let n=await an();t=await hn({config:n,url:Ee()})}if(t.config.debug?B.setLevel("debug"):B.setLevel("info"),!t.isTranslateExcludeUrl){if(t.rule.pageType=="ebookReader"||t.rule.pageType=="ebookBuilder"){if(t.rule.isInjectMeta){try{let n=await Gl("auto"),r=document.createElement("meta");r.name="immersive-translate-meta",r.content=Do(JSON.stringify(n)),document.head&&document.head.appendChild&&document.head.appendChild(r)}catch(n){B.warn("inject meta failed",n)}if(t.rule.isInjectOptionsUrl){let n=Ii(),r=document.createElement("meta");r.name="immersive-translate-options-url",r.content=n;try{document.head&&document.head.appendChild&&document.head.appendChild(r)}catch(a){B.warn("inject options url failed",a)}}if(t.rule.isInjectVersion){let n=Ut(),r=document.createElement("meta");r.name="immersive-translate-version",r.content=n;try{document.head&&document.head.appendChild&&document.head.appendChild(r)}catch(a){B.warn("inject version failed",a)}}}}else await td();He()||await Xv().catch(n=>{B.error(`init popup page error: ${n}`)}),He()||Xy()}await I9()}d();var Qs={capture:!0,once:!0,passive:!0},N9=()=>document.readyState==="interactive"||document.readyState==="complete",H7=t=>document.readyState===t,Js=(t,e)=>H7(t)||N9()?(e(t),!0):!1,W7=()=>new Promise(t=>{Js("loading",t)||document.addEventListener("readystatechange",()=>{document.readyState==="loading"&&t("loading")},Qs)}),K7=()=>new Promise(t=>{Js("interactive",t)||document.addEventListener("readystatechange",()=>{document.readyState==="interactive"&&t("interactive")},Qs)}),G7=()=>new Promise(t=>{Js("complete",t)||document.addEventListener("readystatechange",()=>{document.readyState==="complete"&&t("complete")},Qs)}),O9=()=>new Promise(t=>{Js("domready",t)||document.addEventListener("DOMContentLoaded",()=>{t("domready")},Qs)}),z9=()=>new Promise(t=>{Js("load",t)||window.addEventListener("load",()=>{t("load")},Qs)}),U9={};Object.defineProperties(U9,{state:{get:function(){return document.readyState}},loading:{get:function(){return W7()}},interactive:{get:function(){return K7()}},complete:{get:function(){return G7()}},window:{get:function(){return z9()}},load:{get:function(){return z9()}},domready:{get:function(){return O9()}},dom:{get:function(){return O9()}},ready:{get:function(){return N9()}}});var q9=U9;d();d();var j9={NOT_FUNCTION:"Your executor is not a function. functions and promises are valid.",FAILED_TO_WAIT:"Failed to wait"};function $7(t){return()=>Promise.resolve().then(()=>t()).catch(e=>{throw e})}function V7(t){if(typeof t!="function")throw new Error(j9.NOT_FUNCTION)}var of=class{_interval;_timeout;_stopOnFailure;_backoffFactor;_backoffMaxInterval;_Console;originalStacktraceError;_userMessage;_verbose;_isWaiting;_isResolved;_executeFn;start;promise;resolve;reject;_lastError;constructor({interval:e=100,timeout:n=1e3,stopOnFailure:r=!1,verbose:a=!1,backoffFactor:i=1,backoffMaxInterval:o,message:s=""}={}){this._interval=e,this._timeout=n,this._stopOnFailure=r,this._isWaiting=!1,this._isResolved=!1,this._verbose=a,this._userMessage=s,this.originalStacktraceError=new Error,this._Console=console,this._backoffFactor=i,this._backoffMaxInterval=o||n,this.start=+Date.now()}tryEvery(e){return this._interval=e,this}stopAfter(e){return this._timeout=e,this}execute(e){return this._applyPromiseHandlers(),V7(e),this._executeFn=$7(e),this.start=Date.now(),this._isWaiting=!0,this._log("starting to execute"),this._runFunction(),this.promise}getPromise(){return this.promise}isResolved(){return this._isResolved}isWaiting(){return this._isWaiting}stopOnFailure(e){return this._stopOnFailure=e,this}_applyPromiseHandlers(){this.promise=new Promise((e,n)=>{this.resolve=e,this.reject=n})}_timeFromStart(){return Date.now()-this.start}_shouldStopTrying(){return this._timeFromStart()>this._timeout}_executeAgain(){this._log("executing again");let e=this._interval,n=e*this._backoffFactor;this._interval=n>this._backoffMaxInterval?this._backoffMaxInterval:n,setTimeout(this._runFunction.bind(this),e)}_failedToWait(){let e=`${j9.FAILED_TO_WAIT} after ${this._timeFromStart()}ms`;if(this._userMessage&&(e=`${e}: ${this._userMessage}`),this._lastError){this._lastError.message=`${e} +`).reverse(),s=tt()?o[0]||o[1]:o[0];return B.debug("editdiv isTail",i,"tailHasText",s),i&&!!s}else B.debug("Cursor is not within a text node.")}}return!1}function b7(t,e){let n;function r(a){if(a.nodeType===Node.TEXT_NODE)n=a;else for(let i of a.childNodes)r(i)}return r(e),n==t}function w9(t,e){let{triggerTimes:n,triggerKey:r}=e,a=0,i=" ";r.length==1?(a=n,i=r):r.toLowerCase()=="space"&&(a=n);let o=t.length;for(let s=t.length-1;s>=t.length-a;s--){if([10,8629].includes(t[s].charCodeAt(0))){o--;continue}if(![...e.codePrefixAlias[r]||[],i].includes(t[s]))break;o--}return t.length-o<3&&[".","\u3002"].includes(t[o-1])&&o--,t.slice(0,o)}function T7(t,e){let n=e.innerHTML,r=Da(e);return{html:n.replace(r,t),text:t}}function S9(t,e,n=!1){let r=Da(e);return n?r.trim().endsWith(t.text.trim()):r?.trim()?.indexOf(t?.text?.trim())>=0}function Da(t){return t.value||t.innerText||t.textContent}async function Aa(t){await new Promise((e,n)=>{setTimeout(()=>{e("")},t)})}async function y7(t,e,n){await Aa(10);let r=new DataTransfer;t.forEach(a=>{a==="plain"&&r.setData("text/plain",e.text)}),n.dispatchEvent(new ClipboardEvent("paste",{clipboardData:r,bubbles:!0,cancelable:!0})),r.clearData(),await Aa(10)}async function v7(t,e){let n=document.createEvent("TextEvent");n.initTextEvent&&(n.initTextEvent("textInput",!0,!0,window,t.text),e.dispatchEvent(n),await Aa(10))}async function S7(t,e){e.value&&e.select(),document.execCommand("insertText",!1,t.text.replace(/\n/g,"\r")),await Aa(20),(e.value||e.value==="")&&(e.value=t.text)}async function x7(t,e){id(e)&&(e.value=t.text,e.dispatchEvent(new Event("input",{bubbles:!0})),await Aa(20))}var E7=[y7.bind(null,["plain"])];function C7(t){let e;id(t)?e=new InputEvent("beforeinput",{bubbles:!0,cancelable:!0,inputType:"deleteContent"}):e=new KeyboardEvent("keydown",{bubbles:!0,cancelable:!0,keyCode:8,which:8,location:0,key:"Backspace"}),t.dispatchEvent(e)}function id(t){return t.tagName==="INPUT"||t.tagName==="TEXTAREA"}function w7(t){if(id(t))return;t.focus();let e=window.getSelection();if(!e)return;let n=document.createRange();n.selectNodeContents(t),e.removeAllRanges(),e.addRange(n)}async function D9(t,e,n){await w7(e),await Aa(50);let r=t.rule.inputConfig,a=T7(n,e);try{r?.clearContentEnable&&C7(e),await Aa(50),r?.execCommandDeleteEnable&&!Ir()&&Da(e)?.trim()!=""&&(document.execCommand("delete"),await Aa(50)),B.debug("clearContent",Da(e))}catch(i){B.error(i)}for(let i of[...E7,S7,x7,v7]){await i(a,e);let o=D7();if(!o)return;if(B.debug("setContent",i.name,S9(a,o),Da(o),a),S9(a,o))break}}function D7(){return document.activeElement}function A9(t){ot("translate_input",[{name:"translate_input",params:{input_trailing_trigger_key:t.config.inputTrailingTriggerKey,input_starting_trigger_key:t.config.inputStartingTriggerKey,input_target_language:t.config.inputTargetLanguage}}],t)}function A7(t,e,n){let r="";t&&t.code&&(r=t.code.toLowerCase());let a="";t&&t.key&&(a=t.key.toLowerCase());let i=t.keyCode,o=n[e]||[];return i===229&&e!=="space"?!1:!!(o.includes(r)||o.includes(a)||r===e||a===e)}async function k7(t){if(t.config.interfaceLanguage!=="zh-CN"||t.config.targetLanguage!=="zh-CN")return;let e="inputTutorialsShowedAt";if(await At(e,"")||Number(await At(Gu,0))>0)return;let a=t.rule.inputConfig,i=a.tutorialsSelectors,o=a.tutorialsText;if((i?.length||0)>0&&o)for(let s=0;s{L7()},100),new Promise(p=>{let m=p;if(o){let A=o.shadowRoot;if(!A)return;s=A.querySelector(`.${n}`);let y=s.querySelector(`.${r}`),R=s.querySelector(`.${i}`),_=s.querySelector(`.${a}`)}else{let A=document.createElement("div");A.setAttribute("translate","no"),A.className="no-translate immersive-translate-error-modal-input-shadow-root",A.id=e,A.style.all="initial",A.style.zIndex="2147483647",document.body.appendChild(A);let y=A.attachShadow({mode:"open"}),R=document.createElement("style"),_=Me();R.textContent=_.IMMERSIVE_TRANSLATE_INPUT_INJECTED_CSS,y.appendChild(R),s=document.createElement("div"),s.className=n+" notranslate",s.id=n;let P=document.createElement("div");P.className=Q+"-modal-content notranslate "+Q+"-modal-content-in-input",s.appendChild(P);let N=document.createElement("span");N.textContent="\xD7",N.className=Q+"-close",P.appendChild(N),u=document.createElement("div"),u.className=r+" notranslate",P.appendChild(u),c=document.createElement("div"),c.className=a+" notranslate",P.appendChild(c),l=document.createElement("div"),l.className=i,P.appendChild(l),y.appendChild(s),N.onclick=function(){I(),p("close")},y.addEventListener("click",z=>{z.target==s&&(s.style.display="none",p("close"))})}document.addEventListener("keydown",k);let g=kt.bind(null,t);u.innerHTML=`
${vc} ${g("modalEnableInputTranslationTitle")}
`,c.innerHTML="";let f=document.createElement("p");f.innerHTML=g("modalEnableInputTranslationDesc",{1:"https://immersivetranslate.com/docs/input/"}),f.style.cssText="margin-bottom:12px",c.appendChild(f);let T=document.createElement("div");T.style.cssText="margin-bottom: 12px;",T.innerHTML=Ye.sanitize(g("disableInputTranslationTips",{option:`${g("option")}`,learnMore:`${g("learnMore")}`})),c.appendChild(T);let b=[{id:"enable-search-enhancement",value:"enable",text:g("continueEnalbeInputTranslation")},{id:"disable-once",value:"once",text:g("disableOnce")},{id:"disable-global",value:"global",text:g("disableGlobal")}];for(let A=0;Al===e)||t.ignoreBuildPlatforms?.find(l=>l===n))return;let i=globalThis.navigator.userAgent;if(t.ignoreUserAgents?.find(l=>i.match(new RegExp(l))))return;let{initOptions:s}=t,u={dsn:_7,environment:Me().PROD==="1"?"production":"develop",...t.initOptions};s?.ignoreErrors&&(u.ignoreErrors=rf(s.ignoreErrors)),s?.denyUrls&&(u.denyUrls=rf(s.denyUrls)),s?.allowUrls&&(u.allowUrls=rf(s.allowUrls)),u.release=`${n}@${e}`,Na.init(u),sd()}catch{}}async function sd(){try{let t=await Mt.get(Ft,null);if(!Ys||!t)return;Na.setUser({id:t.id,username:t.userName,nickname:t.nickName,email:t.email})}catch{}}function P9(t,e){try{if(!Ys)return;Na.setContext(t,e)}catch{}}function L9(t){try{if(!Ys)return;Na.setTags(t)}catch{}}function rf(t){return t.map(e=>new RegExp(e))}var fe=null,ud={},Co,_9=!1;async function td(){Mi.clearStrictTicks();let t=await We(Ee(),{}),e=await fs();if(B.debug("init page ctx",t),cy(t),t.rule.pageType=="subtitleBuilder"){Xm();return}if(t.rule.pageType=="ebookBuilder"){h9();return}if(Co||(Co=t.state.translationTheme),t.rule.urlChangeDelay&&await vr(t.rule.urlChangeDelay),t.rule.waitForSelectors&&t.rule.waitForSelectors.length>0&&await j7(t.rule.waitForSelectors,t.rule.waitForSelectorsTimeout),t.rule.isInjectOptionsUrl){let s=Ii(),u=document.createElement("meta");u.name="immersive-translate-options-url",u.content=s;try{document.head&&document.head.appendChild&&document.head.appendChild(u)}catch(l){B.warn("inject options url failed",l)}}if(t.rule.globalMeta&&Object.keys(t.rule.globalMeta).forEach(u=>{let l=document.createElement("meta");l.name=u,l.content=t.rule.globalMeta[u],document.head.appendChild(l)}),t.rule.initialGlobalAttributes&&gT(document.body,t.rule.initialGlobalAttributes),t.rule.pageType=="pdfReader"){Tn(t);return}if(t.config.arxivRule&&t.config.arxivRule.matches&&dt(t.url,t.config.arxivRule.matches)){let u=document.querySelector(t.config.arxivRule.injectContainerSelector);if(u){let l=document.querySelector(t.config.arxivRule.officialHtmlSelector),c="";if(l&&l.getAttribute&&l.getAttribute("href")){let b=l.getAttribute("href");try{let h=new URL(b);h.searchParams.set("_immersive_translate_auto_translate","1"),c=h.toString()}catch{}}let g=new URL(t.url).pathname.split("/").pop(),f=!1,T=!0;if(g)try{let h=g.split(".")[0],E=h.slice(0,2),D=h.slice(2,4),M=new Date(`20${E}-${D}-27`),I=new Date(t.config.arxivRule.validBefore);M${kt(t,"viewWithImmersiveTranslate")}`,u.appendChild(b)}else{let b="";if(c&&(b=c),b){let h=document.createElement("li");h.innerHTML=`${kt(t,"viewWithImmersiveTranslate")}`,u.appendChild(h)}}}}if(t.rule.isOnBoardingPage){document.dispatchEvent(new CustomEvent(_t,{detail:JSON.stringify({type:"currentConfig",payload:{enableDefaultAlwaysTranslatedUrls:!!t.config.enableDefaultAlwaysTranslatedUrls}})}));let s=document.querySelector("#immersiveTranslateEnableDefaultAlwaysTranslatedUrlsValue");s&&(s.value="helloworld",s.value=String(!!t.config.enableDefaultAlwaysTranslatedUrls),s.dispatchEvent(new Event("change")))}_9||(_9=!0,He()&&t.rule.useIframePostMessage&&await o1());let n=t.sourceLanguage;n==="auto"?n=await F9():qn(n);let r=r2(t,n);if(r&&(t=await We(Ee(),{translationMode:r})),t.rule.isInjectMeta)try{let s=await Gl(n),u=document.createElement("meta");u.name="immersive-translate-meta",u.content=Do(JSON.stringify(s)),document.head&&document.head.appendChild&&document.head.appendChild(u)}catch(s){B.warn("inject meta failed",s)}let a=new URL(t.url),o=a.searchParams.get("_immersive_translate_auto_translate")==="1"||a.searchParams.get("_immersive_translate_auto_translate")==="true"||t.state.isAutoTranslate||t.isTranslateUrl||t.rule.pageType=="pdfReader";if(!o&&!t.isTranslateExcludeUrl&&(B.debug(`detect page language: ${t.url} ${n}`),na(n,t.targetLanguage,{ignoreZhCNandZhTW:t.rule.ignoreZhCNandZhTW})||n==="auto"||u1(n,t.config.translationLanguagePattern)&&(o=!0,B.debug(`match language pattern ${n}, auto translate`))),t.rule.pageType=="ebookBuilder"&&(o=!1),t.rule.pageType!=="pdfReader"&&as(e)&&vo(t,window),o)fe.state.isAutoTranslate=!0,Tn(fe);else if(B.debug("do not auto translate",t),t.rule.initTranslationServiceAsSoonAsPossible&&t.translationService==="deepl"){if(na(n,t.targetLanguage,{ignoreZhCNandZhTW:t.rule.ignoreZhCNandZhTW})||n==="auto")return;t.config&&t.config.translationServices&&t.config.translationServices.deepl&&t.config.translationServices.deepl.authKey&&typeof t.config.translationServices.deepl.authKey=="string"&&t.config.translationServices.deepl.authKey.startsWith("immersive_")&&(ud[t.translationService]||(ud[t.translationService]=!0,He()||Sg(t).catch(s=>{B.warn("init translation engine error",s)})))}}async function ym(t){if(Qe()==="Original"){let e={};Co&&(e.translationTheme=Co),fe&&(e={...fe.state,...e});let n=await We(Ee(),e);if(t?.trigger=="right_menu"&&Ga(n?.rule)){let r=ra(n.rule);Oi(!0,r||Ee());return}await Tn(fe,t)}else(Qe()==="Translated"||Qe()==="Error")&&si()}async function F7(){if(fe=await We(Ee(),{}),fe.rule.pageType=="ebookBuilder")return b9(fe);if(fe.rule.pageType=="subtitleBuilder")return f9(fe);hy()}async function vm(t){if(Qe()==="Original"){fe=await We(Ee(),{}),Co||(Co=fe.state.translationTheme);let e="mask";fe.state.translationTheme==="opacity"&&(e="opacity"),fe=await We(Ee(),{translationTheme:e}),await Tn(fe,t)}else if(Qe()==="Translated"){let e="mask";fe?.state?.translationTheme==="opacity"&&(e="opacity");let n=Z1().filter(i=>i.contentDocument?.body).map(i=>i.contentDocument.body),r=[fe.mainFrame,...n],a=fe?.state.translationTheme;for(let i of r){let o=qi(i,Di,!0);a==="mask"||a==="opacity"?o!=="none"?lt(i,Di,"none",!0):lt(i,Di,e,!0):o!=="mask"&&o!=="opacity"?lt(i,Di,e,!0):lt(i,Di,"none",!0)}}}async function F9(){let t=await We(Ee(),{});return t.rule.pageType=="subtitleBuilder"?Xm():fy(t)}function M7(t){Qe()==="Original"?k9(t):ti()}function B7(t){Qe()==="Original"?m9(t):ef()}function I7(t){Qe()==="Original"?ho(t):ti()}async function si(){zi(""),document.dispatchEvent(new CustomEvent(_t,{detail:JSON.stringify({type:"restorePage",payload:{}})}));let t=await We(Ee(),{});if(t.rule.pageType=="subtitleBuilder"){ef();return}else t.rule.pageType=="ebookBuilder"&&T9();ti()}async function Tn(t,e){t.config?.sentryConfig?.contentInitTime=="translate_page"&&od(t.config?.sentryConfig);let n=Qe(),r={pageStatus:n,translateService:t.state.translationService||t.translationService,translationMode:t.state.translationMode};P9("translatePage",r),L9(r),n!=="Original"&&await si(),document.dispatchEvent(new CustomEvent(_t,{detail:JSON.stringify({type:"translateStart",payload:{}})})),document.dispatchEvent(new CustomEvent(_t,{detail:JSON.stringify({type:"targetLanguage",payload:{targetLanguage:t.targetLanguage}})})),ud[t.translationService]||(ud[t.translationService]=!0,He()||Sg(t).catch(i=>{B.warn("init translation engine error",i)}));let a={};if(e&&e.trigger&&(a.trigger=e.trigger),ot("translage_page_daily",[{name:"translage_page_daily",params:a}],t),ot("translate_page",[{name:"translate_page",params:a}],{...t,sourceLanguage:vt()}),t.rule.pageType=="subtitleBuilder"){B7(t),zi("yes");return}if(t.rule.pageType=="ebookBuilder"){y9(t),zi("yes");return}if(t.rule.pageType==="pdfReader"){M7(t),zi("yes");return}I7(t),zi("yes")}async function R7(t,e){let n=fe?.translationService;if(Qe()==="Original"||n!=t){fe=await We(Ee(),{translationService:t});let r=kt(fe,"temprarilyChangeTranslationTo_"+t);nu({text:r}),await Tn(fe,e)}else{si();let r=await an(),a={url:Ee(),config:r,state:{}},i=await hn(a);fe=await We(Ee(),{translationService:i.translationService})}}async function O7(t){Qe()==="Original"?await af(t):(Qe()==="Translated"||Qe()==="Error")&&(fe=await We(Ee(),{}),fe.state.translationArea!=="main"?await af(t):si())}async function af(t){fe=await We(Ee(),{translationArea:"main"}),await Tn(fe,t)}async function M9(t){fe=await We(Ee(),{translationArea:"body"}),await Tn(fe,t)}async function Sm(t){let e=await We(Ee(),{}),n=e.state.translationMode=="dual"?"translation":"dual";if(e=await We(Ee(),{translationMode:n}),Qe()==="Original"){Tn(e,t);return}window.immersiveTranslateSwitchTranslateState&&window.immersiveTranslateSwitchTranslateState(n)}async function Jm(t){if(fe=await We(Ee(),{translationMode:t}),ot("switch_translation_mode",[{name:"switch_translation_mode",params:{mode:t}}],{...fe,sourceLanguage:"unknown"}),Qe()==="Original"){Tn(fe);return}window.immersiveTranslateSwitchTranslateState&&window.immersiveTranslateSwitchTranslateState(t)}async function z7(t){if(Qe()==="Original")await M9(t);else if(Qe()==="Translated"||Qe()==="Error"){let e={};fe&&fe.state&&(e=fe.state),fe=await We(Ee(),e),fe.state.translationArea!=="body"?(fe.state.translationArea="body",fe=await We(Ee(),fe.state),await Tn(fe,t)):si()}}async function B9(t){fe=await We(Ee(),{translationStartMode:"immediate"}),await Tn(fe,t)}async function N7(t){Qe()==="Original"?await B9(t):(Qe()==="Translated"||Qe()==="Error")&&si()}async function I9(){let t=await We(Ee(),{});if(!dt(t.url,t.config.inputStyleBlockUrls)){let n=Me().IMMERSIVE_TRANSLATE_INPUT_INJECTED_CSS;En(document,n,"immersive-translate-input-injected-css")}t.rule.pageType&&t.rule.pageType!=="html"||t.config.enableInputTranslation&&nf(t)}function U7(){return fe}async function We(t,e){let n=Object.keys(e);if(fe){let r={url:t,config:fe.config,state:{...fe.state,...e}};fe=await hn(r)}else{let r=await an(),a=e;n.length===0&&(a=void 0),fe=await hn({url:t,config:r,state:a})}return fe.state&&fe.state.translationService&&(fe.translationService=fe.state.translationService),fe.state&&fe.state.targetLanguage&&(fe.targetLanguage=fe.state.targetLanguage),fe}async function q7(){let t=await fn()||{},e=t.generalRule||{},n=e["subtitleRule.add"]||{},r=!n.preTranslation;await mn({...t,generalRule:{...e,"subtitleRule.add":{...n,preTranslation:r}}}),r?nu({text:kt(fe,"videoSubtitlePreTranslationOn")}):nu({text:kt(fe,"videoSubtitlePreTranslationOff")}),setTimeout(()=>{window.location.reload()},1e3)}async function Km(){let t=await an(),e=await fs(),n;fe&&fe.state&&(n=fe.state);let r={url:Ee(),config:t,state:n},a=await hn(r);a.state&&a.state.translationService&&(a.translationService=a.state.translationService),fe=a,im(fe);let i=Hs(),o=[];return i?o=i.allInlineWindows||[window]:o=[window],o.forEach(s=>{Vs(a,s),as(e)&&vo(a,s),nf(a)}),a}function j7(t,e=3e3){return new Promise((n,r)=>{let a=e?setTimeout(()=>{n(new Error("timeout"))},e):void 0,i=setInterval(()=>{t.every(s=>document.querySelector(s)!==null)&&(clearInterval(i),a&&clearTimeout(a),n(null))},50)})}async function l9(t){let e=t.detail,n=fn();await Ov(e.token,n,mn),Mt.set(Ft,e);let r=await Mt.get(W0,!1);Mt.set(W0,!1),document.dispatchEvent(new CustomEvent("immersiveTranslateDocumentMessageUserResult",{detail:r?"close":"success"})),sd()}function c9(t){B.debug("update user info",t);let e=t.detail;Mt.set(Ft,e),sd()}async function d9(t){let e=await fn();if(e.translationService)return;let n=t.config.translationService,r=await Zm(t,n);if(t.translationService!==r){if(!r){ls([{name:"no_avaliable_translation_service"}]);return}e.translationService=r,mn(e),t.translationService=r,ls([{name:"change_default_translation_service",params:{translation_service:r}}])}}async function p9(t,e){let n=e.detail;if(t.rule.id!="immersive")return;let r=n.translateService;if(!r)return;let a=n.provider,i=await fn();i.translationService=r,a&&i?.translationServices?.[r]?.provider&&(i.translationServices[r].provider=a),i.translationServiceChangedbyUserAt=new Date().toISOString(),mn(i)}async function Zm(t,e,n=!0){let r=t.rule.detectionServiceOrder||["google","bing","transmart","yandex"];return r.sort((a,i)=>a===e?n?-1:1:i===e?n?1:-1:0),await uT(r,t)}async function g9(t){let e=await fn();e.translationService=t,await mn(e);let n=await We(Ee(),{});n.translationService=t,await Tn(n)}z3({detectCurrentPageLanguage:F9,ensureSwitchTranslationMode:Sm,restorePage:si,retryFailedParagraphs:F7,switchTranslationMode:Jm,toggleTranslatePage:ym,toggleTranslateTheMainPage:O7,toggleTranslateTheWholePage:z7,toggleTranslationMask:vm,toggleVideoSubtitlePreTranslation:q7,translatePage:Tn,translatePageWithTranslationService:R7,translateTheMainPage:af,translateTheWholePage:M9,translateToThePageEndImmediately:B9,toggleTranslateToThePageEndImmediately:N7,updateGlobalContext:Km,getPureGlobalContext:U7});async function R9(t){if(!t){let n=await an();t=await hn({config:n,url:Ee()})}if(t.config.debug?B.setLevel("debug"):B.setLevel("info"),!t.isTranslateExcludeUrl){if(t.rule.pageType=="ebookReader"||t.rule.pageType=="ebookBuilder"){if(t.rule.isInjectMeta){try{let n=await Gl("auto"),r=document.createElement("meta");r.name="immersive-translate-meta",r.content=Do(JSON.stringify(n)),document.head&&document.head.appendChild&&document.head.appendChild(r)}catch(n){B.warn("inject meta failed",n)}if(t.rule.isInjectOptionsUrl){let n=Ii(),r=document.createElement("meta");r.name="immersive-translate-options-url",r.content=n;try{document.head&&document.head.appendChild&&document.head.appendChild(r)}catch(a){B.warn("inject options url failed",a)}}if(t.rule.isInjectVersion){let n=Ut(),r=document.createElement("meta");r.name="immersive-translate-version",r.content=n;try{document.head&&document.head.appendChild&&document.head.appendChild(r)}catch(a){B.warn("inject version failed",a)}}}}else await td();He()||await Xv().catch(n=>{B.error(`init popup page error: ${n}`)}),He()||Xy()}await I9()}d();var Qs={capture:!0,once:!0,passive:!0},N9=()=>document.readyState==="interactive"||document.readyState==="complete",H7=t=>document.readyState===t,Js=(t,e)=>H7(t)||N9()?(e(t),!0):!1,W7=()=>new Promise(t=>{Js("loading",t)||document.addEventListener("readystatechange",()=>{document.readyState==="loading"&&t("loading")},Qs)}),K7=()=>new Promise(t=>{Js("interactive",t)||document.addEventListener("readystatechange",()=>{document.readyState==="interactive"&&t("interactive")},Qs)}),G7=()=>new Promise(t=>{Js("complete",t)||document.addEventListener("readystatechange",()=>{document.readyState==="complete"&&t("complete")},Qs)}),O9=()=>new Promise(t=>{Js("domready",t)||document.addEventListener("DOMContentLoaded",()=>{t("domready")},Qs)}),z9=()=>new Promise(t=>{Js("load",t)||window.addEventListener("load",()=>{t("load")},Qs)}),U9={};Object.defineProperties(U9,{state:{get:function(){return document.readyState}},loading:{get:function(){return W7()}},interactive:{get:function(){return K7()}},complete:{get:function(){return G7()}},window:{get:function(){return z9()}},load:{get:function(){return z9()}},domready:{get:function(){return O9()}},dom:{get:function(){return O9()}},ready:{get:function(){return N9()}}});var q9=U9;d();d();var j9={NOT_FUNCTION:"Your executor is not a function. functions and promises are valid.",FAILED_TO_WAIT:"Failed to wait"};function $7(t){return()=>Promise.resolve().then(()=>t()).catch(e=>{throw e})}function V7(t){if(typeof t!="function")throw new Error(j9.NOT_FUNCTION)}var of=class{_interval;_timeout;_stopOnFailure;_backoffFactor;_backoffMaxInterval;_Console;originalStacktraceError;_userMessage;_verbose;_isWaiting;_isResolved;_executeFn;start;promise;resolve;reject;_lastError;constructor({interval:e=100,timeout:n=1e3,stopOnFailure:r=!1,verbose:a=!1,backoffFactor:i=1,backoffMaxInterval:o,message:s=""}={}){this._interval=e,this._timeout=n,this._stopOnFailure=r,this._isWaiting=!1,this._isResolved=!1,this._verbose=a,this._userMessage=s,this.originalStacktraceError=new Error,this._Console=console,this._backoffFactor=i,this._backoffMaxInterval=o||n,this.start=+Date.now()}tryEvery(e){return this._interval=e,this}stopAfter(e){return this._timeout=e,this}execute(e){return this._applyPromiseHandlers(),V7(e),this._executeFn=$7(e),this.start=Date.now(),this._isWaiting=!0,this._log("starting to execute"),this._runFunction(),this.promise}getPromise(){return this.promise}isResolved(){return this._isResolved}isWaiting(){return this._isWaiting}stopOnFailure(e){return this._stopOnFailure=e,this}_applyPromiseHandlers(){this.promise=new Promise((e,n)=>{this.resolve=e,this.reject=n})}_timeFromStart(){return Date.now()-this.start}_shouldStopTrying(){return this._timeFromStart()>this._timeout}_executeAgain(){this._log("executing again");let e=this._interval,n=e*this._backoffFactor;this._interval=n>this._backoffMaxInterval?this._backoffMaxInterval:n,setTimeout(this._runFunction.bind(this),e)}_failedToWait(){let e=`${j9.FAILED_TO_WAIT} after ${this._timeFromStart()}ms`;if(this._userMessage&&(e=`${e}: ${this._userMessage}`),this._lastError){this._lastError.message=`${e} ${this._lastError.message}`;let n=this.originalStacktraceError.stack;n&&(this._lastError.stack+=n.substring(n.indexOf(` `)+1))}else this._lastError=this.originalStacktraceError,this._lastError.message=e;return this._log(this._lastError),this._lastError}_runFunction(){if(this._shouldStopTrying()){this._isWaiting=!1,this.reject?.(this._failedToWait());return}this._executeFn().then(e=>{if(e===!1){this._log(`then execute again with result: ${e}`),this._executeAgain();return}this.resolve?.(e),this._isWaiting=!1,this._isResolved=!0,this._log(`then done waiting with result: ${e}`)}).catch(e=>this._stopOnFailure?(this._log(`stopped on failure with err: ${e}`),this.reject?.(e)):(this._lastError=e,this._log(`catch with err: ${e}`),this._executeAgain()))}_log(e){this._verbose&&this._Console&&this._Console.log&&this._Console.log(e)}},H9=(t,e)=>new of(e).execute(t);async function W9(t){try{let e=t.config.domReadyDetectTimeout;return await H9(()=>{let r=t.mainFrame.innerText||"";if(Ni(r,t.rule.mainFrameMinTextCount,t.rule.mainFrameMinWordCount))return!0;throw new Error("there is no main text")},{timeout:e!==void 0?e:3e3}),!0}catch(e){if(He())throw e;return B.debug("check dom element ready failed:",e,t),!0}}d();function K9(){let t=document.querySelector("meta[name=immersive-translate-options]");return!!(t&&t.getAttribute("content")==="true")}d();async function $9(){if(!document.getElementById("immersive-translate-status")){B.error("Could not find status element");return}await G9("local"),await G9("sync"),Q7();let e=document.getElementById("immersive-translate-page-ready");e&&setTimeout(()=>{e.value="true",e.dispatchEvent(new Event("change"))},100)}async function Y7(t,e){let n;try{n=JSON.parse(t.detail)}catch(a){B.error("parse detail failed",a);return}let r=n.id||"default";try{let a=n.data||{},i=await e(a),o={id:r,ok:!0,data:i};document.dispatchEvent(new CustomEvent(Wu,{detail:JSON.stringify({...o,type:"answer"})}))}catch(a){let i={ok:!1,errorName:a.name,errorMessage:a.message,errorDetails:a.details||a.detail};document.dispatchEvent(new CustomEvent(Wu,{detail:JSON.stringify({...i,id:r,type:"answer"})}))}}function Q7(){document.addEventListener(Hu,r=>{let a=r;if(B.debug("document message",a),a&&a.detail){let i;try{i=JSON.parse(a.detail)}catch(o){B.error("parse detail failed",o);return}i.type==="ask"?i.method==="request"&&Y7(a,ce):i.type==="tell"&&i.method==="updateCommands"&&_l(i.data)}});let t=document.getElementById("immersive-translate-manifest");if(!t){B.error("Could not find manifest element");return}let e=oe.runtime.getManifest();tt()&&(e._isSafari=!0),t.value=JSON.stringify(e),t.dispatchEvent(new Event("change")),document.getElementById("immersive-translate-message").addEventListener("change",r=>{try{let a=JSON.parse(r.target.value);a&&a.method==="removeStorageKey"&&a.data&&a.data.area&&a.data.keys&&oe.storage[a.data.area].remove(a.data.keys)}catch(a){B.error("parse message error",a)}})}async function G9(t){let e=document.getElementById("immersive-translate-status"),n=document.getElementById(`immersive-translate-${t}-storage`);if(n){B.debug("init storage");let r=await oe.storage[t].get(null);n.value=JSON.stringify(r),n.dispatchEvent(new Event("change")),n.addEventListener("change",a=>{try{let i=JSON.parse(a.target.value);oe.storage[t].set(i)}catch(i){B.error("save to storage error",i)}}),n.addEventListener("refresh-"+t,async a=>{let i=await oe.storage[t].get(null);n.value=JSON.stringify(i),B.debug("refresh ",t,"storage")})}else{B.error(`Could not find storage ${t} element`),e.innerText="Could not find storage local input element";return}}var V9=["textarea","input","button","select","option","iframe","strong","form","body"];async function J7(){let t=await Pn();t.sentryConfig?.contentInitTime=="init"&&od(t.sentryConfig),t.excludeTranslationHtmlTags&&(V9=t.excludeTranslationHtmlTags),Ye.addHook("beforeSanitizeElements",function(r,a,i){let o=(r.nodeName||"").toLowerCase();if(V9.includes(o)){let u=`<${o}>${r.textContent||""}`,l=document.createTextNode(u);return r.replaceWith(l),r}return r}),Ye.addHook("uponSanitizeElement",function(r,a){let i=r.nodeName||"";/\d+$/.test(i)&&(a.allowedTags[a.tagName]=!0)});let e=Ee(),n=await hn({config:t,url:e});ot("init_page_daily",[{name:"init_page_daily"}],n),q9.domready.then(()=>{if(n.isTranslateExcludeUrl&&K9())B.debug("detect web options page"),Vs(n,window),$9();else{if(!n.config.enabled)return;if(n.rule.isInjectVersion){let a=Ut(),i=document.createElement("meta");i.name="immersive-translate-version",i.content=a;try{document.head&&document.head.appendChild&&document.head.appendChild(i)}catch(o){B.warn("inject version failed",o)}}if(dt(n.url,n.config.blockUrls))return;Vs(n,window),W9(n).then(()=>{R9(n).catch(a=>{a&&B.debug("translate page error",a.name,a.message,a)})}).catch(a=>{B.debug("can not detect a valid body: ",a)})}}).catch(r=>{r&&B.debug("translate dom ready detect error",r)})}J7().catch(t=>{B.debug("init error",t)});})(); /*! diff --git a/dist/chrome/content_start.js b/dist/chrome/content_start.js index 13e720e..eb434ec 100644 --- a/dist/chrome/content_start.js +++ b/dist/chrome/content_start.js @@ -1,4 +1,4 @@ -(()=>{var nu=Object.defineProperty;var qn=(t,e)=>{for(var r in e)nu(t,r,{get:e[r],enumerable:!0})};var b={BUILD_TIME:"2024-04-03T14:28:35.000Z",VERSION:"1.4.5",PROD:"1",REDIRECT_URL:"https://dash.immersivetranslate.com/auth-done/",PROD_API:"1",BETA:"0",IMMERSIVE_TRANSLATE_INJECTED_CSS:`:root { +(()=>{var nu=Object.defineProperty;var qn=(t,e)=>{for(var r in e)nu(t,r,{get:e[r],enumerable:!0})};var b={BUILD_TIME:"2024-04-04T07:37:00.000Z",VERSION:"1.4.6",PROD:"1",REDIRECT_URL:"https://dash.immersivetranslate.com/auth-done/",PROD_API:"1",BETA:"0",IMMERSIVE_TRANSLATE_INJECTED_CSS:`:root { --immersive-translate-theme-underline-borderColor: #72ece9; --immersive-translate-theme-nativeUnderline-borderColor: #72ece9; --immersive-translate-theme-nativeDashed-borderColor: #72ece9; @@ -4964,7 +4964,7 @@ ass\u3001HTML\u3001TXT\u6587\u4EF6`,"subtitle.quickButton.setting":"\u8BBE\u7F6E {env.imt_sub_trans_field}: \u8BD1\u6587 - id: 2 {env.imt_sub_source_field}: Source - {env.imt_sub_trans_field}: \u8BD1\u6587`,"browser.PdfProFile":"AI \u9A71\u52A8\u7684 PDF Pro \u7FFB\u8BD1","browser.textTranslate":"\u6587\u672C\u7FFB\u8BD1"};var As={nologin:"\u672A\u767B\u9304",loginForSafari:"\u767B\u5165\u6216\u8A3B\u518A",login:"\u767B\u9304",goLogin:"\u53BB\u767B\u9304",manageAccount:"\u7BA1\u7406\u8CEC\u6236",openPremium:"\u958B\u901A\u6703\u54E1",logout:"\u9000\u51FA",curentPlan:"\u7576\u524D\u5957\u9910",endAt:"\u5230\u671F",endAuto:"\u81EA\u52D5\u7E8C\u671F",lineBreakMaxTextCount:"\u63DB\u884C\u5F8C\uFF0C\u6BCF\u53E5\u8A71\u5141\u8A31\u7684\u6700\u5927\u5B57\u5143\u6578\u91CF","translate-pdf":"\u9EDE\u9078\u7FFB\u8B6F PDF","noSupportTranslate-pdf":"\u8173\u672C\u4E0D\u652F\u63F4\uFF0C\u8ACB\u4F7F\u7528\u64F4\u5145\u5957\u4EF6","translate-firefox-local-pdf":"\u9EDE\u64CA\u53BB\u5C0E\u5165PDF",enableLineBreak:"\u958B\u555F\u9577\u6BB5\u843D\u81EA\u52D5\u63DB\u884C",sponsorLabel:"$1 \u8D77\u8D0A\u52A9\u958B\u767C\u8005 (\u6708\u4ED8\u6216\u50C5\u8D0A\u52A9\u4E00\u6B21\u5747\u53EF)",help:"\u8AAA\u660E",enableLineBreakDescription:"\u555F\u7528\u5F8C\uFF0C\u5C07\u6703\u5728\u9577\u6BB5\u843D\u4E2D\u6BCF\u53E5\u8A71\u7D50\u675F\u63D2\u5165\u63DB\u884C\u5B57\u5143\uFF0C\u4EE5\u4FBF\u65BC\u95B1\u8B80","browser.shortBrandName":"\u6C89\u6D78\u5F0F\u7FFB\u8B6F","browser.brandName":"\u6C88\u6D78\u5F0F\u7FFB\u8B6F - \u7DB2\u9801\u7FFB\u8B6F\u64F4\u5145 | PDF\u7FFB\u8B6F | \u514D\u8CBB","browser.brandDescription":"\u3010\u6C88\u6D78\u5F0F\u7FFB\u8B6F\u3011\u4E00\u6B3E\u514D\u8CBB\u7684\uFF08\u539F\u6587/\u8B6F\u6587\uFF09\u96D9\u8A9E\u5C0D\u7167\u7DB2\u9801\u7FFB\u8B6F\u64F4\u5145\uFF0C\u540C\u6642\u652F\u6301PDF\u7FFB\u8B6F\uFF08\u4FDD\u7559\u539F\u6587\u6A94\u6392\u7248\uFF09\uFF0C\u8996\u983B\u96D9\u8A9E\u5B57\u5E55\u7FFB\u8B6F\uFF08Youtube, Netflix\u7B49\uFF09\uFF0CEPUB\u96FB\u5B50\u66F8\u7FFB\u8B6F\u7B49\uFF1B\u652F\u6301\u8ABF\u7528\u4EBA\u5DE5\u667A\u80FDAI\u7FFB\u8B6F\u5927\u6A21\u578B\uFF08OpenAI (ChatGPT)\u3001DeepL\u3001Gemini(Bard) \u7B49 \uFF09\u5C0D\u4EE5\u4E0A\u5167\u5BB9\u9032\u884C\u66F4\u6E96\u78BA\u7684\u7FFB\u8B6F\uFF1B","browser.toggleTranslatePage":"\u7FFB\u8B6F\u7DB2\u9801/\u986F\u793A\u539F\u6587","browser.toggleTranslateTheWholePage":"\u7FFB\u8B6F\u9801\u9762\u5168\u90E8\u5340\u57DF/\u986F\u793A\u539F\u6587","browser.toggleTranslateToThePageEndImmediately":"\u7ACB\u5373\u7FFB\u8B6F\u5230\u9801\u9762\u5E95\u90E8/\u986F\u793A\u539F\u6587","browser.toggleTranslateTheMainPage":"\u7FFB\u8B6F\u9801\u9762\u4E3B\u8981\u5340\u57DF/\u986F\u793A\u539F\u6587","browser.shareToDraft":"\u751F\u6210\u7DB2\u9801\u5FEB\u7167","browser.openOptionsPage":"\u958B\u555F\u8A2D\u5B9A\u9801\u9762","browser.translateLocalPdfFile":"\u7FFB\u8B6F\u672C\u6A5F PDF \u6A94\u6848","browser.openEbookViewer":"\u95B1\u8B80\u672C\u6A5F\u96FB\u5B50\u66F8","browser.openEbookBuilder":"\u88FD\u4F5C\u96D9\u8A9E EPUB \u96FB\u5B50\u66F8","browser.translateLocalHtmlFile":"\u7FFB\u8B6F HTML/txt \u6A94\u6848","browser.donateContext":"\u4E86\u89E3\u8D0A\u52A9\u798F\u5229","browser.translateLocalSubtitleFile":"\u7FFB\u8B6F\u5B57\u5E55\u6A94\u6848",confirmResetConfig:"\u4F60\u78BA\u5B9A\u8981\u91CD\u8A2D\u8A2D\u5B9A\u55CE\uFF1F",translationLineBreakSettingTitle:"\u8B6F\u6587\u63DB\u884C\u8A2D\u5B9A",smartLineBreak:"\u667A\u6167\u63DB\u884C",alwaysLineBreak:"\u7E3D\u662F\u63DB\u884C",isShowContextMenu:"\u5C07\u7DB2\u9801\u7FFB\u8B6F\u529F\u80FD\u52A0\u5165\u53F3\u9375\u9078\u55AE",toggleBeta:"\u958B\u555F Beta \u6E2C\u8A66\u529F\u80FD",betaDescription:"\u555F\u7528\u4ECD\u5728\u5BE6\u9A57\u7684\u529F\u80FD\u4EE5\u53CA\u6E2C\u8A66\u4E2D\u7684\u7FFB\u8B6F\u670D\u52D9\u3002\u52A0\u5165 <1>Telegram \u7FA4\u7D44\u4E86\u89E3\u66F4\u591A\u3002",translationLineBreakSettingDescription:"\u7E3D\u662F\u63DB\u884C\u9069\u7528\u65BC\u8F03\u5C11\u5167\u5BB9\u7684\u7248\u9762\uFF0C\u66F4\u6574\u9F4A\u3002(\u5728\u5167\u5BB9\u8F03\u591A\u7684\u9577\u6BB5\u843D(\u8D85\u904E {count} \u500B\u5B57\u5143) \u4F7F\u7528\u667A\u6167\u63DB\u884C\u6703\u66F4\u7701\u7A7A\u9593)",tempTranslateDomainTitle:"\u81E8\u6642\u958B\u555F\u7DB2\u7AD9\u7FFB\u8B6F\u7684\u6642\u9577",tempTranslateDomainDescription:"\u7576\u624B\u52D5\u7FFB\u8B6F\u67D0\u500B\u7DB2\u9801\u7684\u6642\u5019\uFF0C\u81E8\u6642\u958B\u555F\u8A72\u7DB2\u7AD9\u70BA\u81EA\u52D5\u7FFB\u8B6F",xMinutes:"{count} \u5206\u9418",disabled:"\u505C\u7528",changelog:"\u66F4\u65B0\u8A18\u9304",toggleTranslatePageWhenThreeFingersOnTheScreen:"\u591A\u6307\u540C\u6642\u89F8\u6478\u87A2\u5E55\u5247\u7FFB\u8B6F\u7DB2\u9801/\u986F\u793A\u539F\u6587",toggleTranslationMaskWhenThreeFingersOnTheScreen:"\u591A\u6307\u540C\u6642\u89F8\u6478\u5247\u986F\u793A/\u96B1\u85CF\u8B6F\u6587\u6A21\u7CCA\u6548\u679C",addUrlDescription:"\u53EF\u4EE5\u70BA\u7DB2\u57DF\u540D\u7A31\uFF0C\u540C\u6642\u652F\u63F4\u842C\u7528\u5B57\u5143\uFF0C\u5982\uFF1A*.google.com, google.com/mail/*, https://www.google.com/*",general:"\u57FA\u672C\u8A2D\u5B9A",clickToExpandConfig:"\u5C55\u958B\u76EE\u524D\u8A2D\u5B9A",import:"\u5F9E\u6A94\u6848\u532F\u5165",export:"\u532F\u51FA\u70BA\u6A94\u6848",toggleDebug:"\u5728\u4E3B\u63A7\u53F0\u986F\u793A\u5075\u932F\u8A18\u9304","fingers.0":"\u95DC\u9589",mouseHoldKey:"+ {key} \u7FFB\u8B6F/\u9084\u539F\u8A72\u6BB5",mouseHoldKeyAuto:"\u76F4\u63A5\u7FFB\u8B6F\u8A72\u6BB5",mouseHoldKeyOff:"\u4E0D\u505A\u4EFB\u4F55\u4E8B\u60C5",mouseHoldKeyOther:"\u81EA\u5B9A\u7FA9\u5FEB\u6377\u9375(\u6253\u958B\u8A2D\u7F6E)",mouseHoldKeyCustomKey:"{key} \u7FFB\u8B6F/\u9084\u539F\u8A72\u6BB5","mouse-translate":"\u9F20\u6A19\u6ED1\u904E",document:"\u8AAA\u660E\u6587\u4EF6",resetSuccess:"\u91CD\u8A2D\u6240\u6709\u8A2D\u5B9A\u6210\u529F",resetThisSuccess:"\u91CD\u8A2D\u6210\u529F",saved:"\u5132\u5B58\u6210\u529F",successImportConfig:"\u6210\u529F\u532F\u5165\u8A2D\u5B9A",goAdvancedSettings:"\u524D\u5F80\u9032\u968E\u8A2D\u5B9A\u9801\u9762",goAdvancedInterfaceSettings:"\u524D\u5F80\u81EA\u8A02\u8A2D\u5B9A\u9801\u9762",advanced:"\u9032\u968E\u8A2D\u5B9A",advancedDescription:"\u6B63\u5E38\u60C5\u6CC1\u7121\u9700\u8A2D\u5B9A\uFF0C\u4FDD\u6301\u9810\u8A2D\u5373\u53EF\u3002\u50C5\u91DD\u5C0D\u66F4\u5C08\u696D\u7684\u4F7F\u7528\u8005\uFF0C\u63D0\u4F9B\u66F4\u500B\u4EBA\u5316\u7684\u8A2D\u5B9A\u9805\u76EE\u3002",developer:"\u958B\u767C\u8005\u8A2D\u5B9A",donateCafe:"\u50F9\u683C","translate to the bottom of the page":"\u9032\u5165\u7DB2\u9801\u5F8C\uFF0C\u662F\u5426\u7ACB\u5373\u7FFB\u8B6F\u5230\u9801\u9762\u5E95\u90E8\uFF1F",feedback:"\u554F\u984C\u56DE\u5831",toggleTranslatePage:"\u7FFB\u8B6F\u7DB2\u9801/\u986F\u793A\u539F\u6587",translateToThePageEndImmediatelyDescription:"\u555F\u7528\u5F8C\uFF0C\u9032\u5165\u7DB2\u9801\u5C07\u7ACB\u5373\u7FFB\u8B6F\u5F9E\u9802\u90E8\u5230\u5E95\u90E8\u7684\u5167\u5BB9\u3002\u95DC\u9589\u5247\u908A\u770B\u908A\u8B6F\u3002\uFF08\u4E0D\u63A8\u85A6\u958B\u555F\uFF09","translate all areas of the page":"\u662F\u5426\u7FFB\u8B6F\u7DB2\u9801\u6240\u6709\u5340\u57DF",translationAreaDescription:"\u555F\u7528\u5F8C\uFF0C\u7DB2\u9801\u7684\u6240\u6709\u5340\u57DF\u90FD\u6703\u88AB\u7FFB\u8B6F\u3002\u95DC\u9589\u5247\u4F7F\u7528\u9810\u8A2D\u7684\u667A\u6167\u8FA8\u8B58\uFF0C\u50C5\u7FFB\u8B6F\u4E3B\u8981\u5340\u57DF\u3002(\u4E0D\u63A8\u85A6\u958B\u555F)","the number of characters to be translated first":"\u76F4\u63A5\u7FFB\u8B6F\u9801\u9762\u524D\u591A\u5C11\u500B\u5B57\u5143\uFF0C\u800C\u7121\u9700\u7B49\u5F85\u6372\u52D5\u81F3\u53EF\u898B\u5340\u57DF","interface language":"\u4ECB\u9762\u8A9E\u8A00","display both the original text and the translation":"\u540C\u6642\u986F\u793A\u539F\u6587\u548C\u8B6F\u6587","keyboard shortcuts":"\u9375\u76E4\u5FEB\u901F\u9375",modify:"\u8B8A\u66F4\u5FEB\u901F\u9375",reset:"\u91CD\u8A2D",close:"\u95DC\u9589",homepage:"\u9996\u9801",more:"\u66F4\u591A",moreOptions:"\u5C55\u958B\u66F4\u591A\u81EA\u8A02\u9078\u9805",translateTheWholePage:"\u7FFB\u8B6F\u9801\u9762\u5168\u90E8\u5340\u57DF\uFF08\u5340\u5206\u65BC\u53EA\u7FFB\u8B6F\u4E3B\u8981\u5340\u57DF\uFF09",changeToTranslateTheWholePage:"\u5207\u63DB\u70BA\u7FFB\u8B6F\u6240\u6709\u5340\u57DF",changeToTranslateTheMainPage:"\u5207\u63DB\u70BA\u7FFB\u8B6F\u4E3B\u8981\u5340\u57DF",translateToThePageEndImmediately:"\u7ACB\u5373\u7FFB\u8B6F\u5230\u5E95\u90E8\uFF08\u5340\u5206\u65BC\u770B\u54EA\u8B6F\u54EA\uFF09",translateTheMainPage:"\u667A\u6167\u7FFB\u8B6F\u4E3B\u8981\u5340\u57DF","The local rules are up to date":"\u672C\u6A5F\u898F\u5247\u5DF2\u70BA\u6700\u65B0\uFF1A","Successfully synchronized with the latest official rules:":"\u6210\u529F\u540C\u6B65\u6700\u65B0\u5B98\u65B9\u898F\u5247\uFF1A","Checking for updates":"\u6B63\u5728\u6AA2\u67E5\u66F4\u65B0","Rules are being synchronized":"\u6B63\u5728\u540C\u6B65\u5B98\u65B9\u898F\u5247",localVersionIsTooOld:"\u672C\u6A5F\u5957\u4EF6\u7248\u672C\u904E\u820A\uFF0C\u8ACB\u5347\u7D1A\u5957\u4EF6\u81F3 {minVersion} \u6216\u66F4\u65B0\u7684\u7248\u672C\u518D\u5617\u8A66\u540C\u6B65",badUserscriptBrowser:"\u76EE\u524D\u700F\u89BD\u5668\u7121\u6CD5\u6B63\u78BA\u5BE6\u73FE\u6CB9\u7334\u5957\u4EF6\u7684\u4ECB\u9762\uFF0C\u8ACB\u4F7F\u7528\u5176\u4ED6<1>\u652F\u63F4\u6CB9\u7334\u5957\u4EF6\u7684\u700F\u89BD\u5668\u5982(Firefox Nightly \u7248\u672C)",foundNewVersion:"\u6709\u65B0\u7248\u672C\u53EF\u7528",theLocalExtensionIsUpToUpdate:"\u76EE\u524D\u5957\u4EF6\u5DF2\u662F\u6700\u65B0\u7248\u672C",failToSyncRules:"\u540C\u6B65\u6700\u65B0\u5B98\u65B9\u898F\u5247\u5931\u6557",retry:"\u9EDE\u6B64\u91CD\u8A66",failedReason:"\u5931\u6557\u539F\u56E0",currentRuleVersion:"\u76EE\u524D\u898F\u5247\u7248\u672C",calculating:"\u6B63\u5728\u8A08\u7B97",unknownError:"\u672A\u77E5\u7684\u932F\u8AA4",canNotFetchRemoteRule:"\u7121\u6CD5\u53D6\u5F97\u9060\u7AEF\u898F\u5247",enableAlphaSuccess:"\u5DF2\u555F\u7528 Alpha \u529F\u80FD",disableAlphaSuccess:"\u5DF2\u505C\u7528 Alpha \u529F\u80FD",cacheSize:"\u5FEB\u53D6\u5927\u5C0F\uFF1A",cleaning:"\u6B63\u5728\u6E05\u7406",cleanCache:"\u6E05\u9664\u5FEB\u53D6",options:"\u9078\u9805",about:"\u95DC\u65BC",service:"\u7FFB\u8B6F\u670D\u52D9",needAction:"(\u524D\u5F80\u8A2D\u5B9A)",goSettings:"\u524D\u5F80\u8A2D\u5B9A",needActionForOptions:"(\u9700\u8A2D\u5B9A)",translationEngine:"\u5F15\u64CE\u9078\u9805",sourceLanguage:"\u539F\u6587\u8A9E\u8A00",target:"\u76EE\u6A19\u8A9E\u8A00",popupSourceLanguage:"\u539F\u6587\u8A9E\u8A00",popupTarget:"\u76EE\u6A19\u8A9E\u8A00",popupService:"\u7FFB\u8B6F\u670D\u52D9",forThisSite:"\u7576\u524D\u7DB2\u7AD9",autoEnableSubtitle:"\u81EA\u52D5\u958B\u555F\u96D9\u8A9E\u5B57\u5E55",alwaysTranslate:"\u7E3D\u662F\u7FFB\u8B6F",neverTranslate:"\u6C38\u4E0D\u7FFB\u8B6F",neverTranslateSomeLanguage:"\u6C38\u4E0D\u7FFB\u8B6F {language}",alwaysTranslateSomeSite:"\u7E3D\u662F\u7FFB\u8B6F {hostname}",neverTranslateSomeSite:"\u6C38\u4E0D\u7FFB\u8B6F {hostname}",alwaysTranslateSomeSiteOrWildSite:"\u7E3D\u662F\u7FFB\u8B6F\u7DB2\u7AD9",alwaysTranslateSomePage:"\u7E3D\u662F\u7FFB\u8B6F\u8A72\u7DB2\u9801",add:"\u65B0\u589E",default:"\u9810\u8A2D",forThisLanguage:"\u91DD\u5C0D\u8A72\u8A9E\u8A00\uFF1A","add url":"\u8F38\u5165 URL",edit:"\u7DE8\u8F2F",pickAll:"\u5168\u9078","translate other languages into specific language":"\u5C07\u5176\u5B83\u8A9E\u8A00\u7FFB\u8B6F\u70BA\u4F60\u8A2D\u5B9A\u7684\u8A9E\u8A00","select translation service":"\u9078\u64C7\u4F60\u60F3\u7528\u7684\u7FFB\u8B6F\u670D\u52D9",language:"\u8A9E\u8A00","show-original":"\u986F\u793A\u539F\u6587",translate:"\u7FFB\u8B6F",Translated:"\u5DF2\u7FFB\u8B6F",Translating:"\u6B63\u5728\u7FFB\u8B6F",Error:"\u932F\u8AA4",allowCacheTranslations:"\u555F\u7528\u672C\u6A5F\u7FFB\u8B6F\u5FEB\u53D6\uFF08\u6E1B\u5C11\u91CD\u8907\u6BB5\u843D\u7684\u7FFB\u8B6F\u8981\u6C42\uFF09","translation display":"\u8B6F\u6587\u986F\u793A\u6A23\u5F0F","select diplay style":"\u5340\u5206\u8B6F\u6587\u7684\u6A23\u5F0F\uFF0C\u5177\u9AD4\u53EF\u53C3\u8003\u4E0B\u5217\u7BC4\u4F8B",interface:"\u4ECB\u9762\u8A2D\u5B9A",import_export:"\u532F\u5165/\u532F\u51FA",import_export_title:"\u532F\u5165/\u532F\u51FA\u8A2D\u5B9A",syncToGoogleDrive:"\u7ACB\u5373\u8207 Google Drive \u540C\u6B65","floatBallOptions.enable":"\u555F\u7528\u61F8\u6D6E\u7403","floatBallOptions.blockUrls":"\u7981\u7528\u7DB2\u7AD9","floatBallOptions.add":"\u6DFB\u52A0","floatBallOptions.blockUrlDesc":"\u7576\u9047\u5230\u4EE5\u4E0B\u7DB2\u7AD9\u6642\u4E0D\u986F\u793A\u61F8\u6D6E\u7403","floatBallOptions.clickType":"\u9EDE\u64CA\u884C\u70BA","floatBallOptions.clickTypeDesc":"\u61F8\u6D6E\u7403\u5716\u6A19\u9EDE\u64CA\u6642\u7684\u884C\u70BA","floatBallOptions.clickPopup":"\u986F\u793A\u7FFB\u8B6F\u9762\u677F","floatBallOptions.clickTranslate":"\u7FFB\u8B6F/\u986F\u793A\u539F\u6587","floatBallOptions.fixedPosition":"\u56FA\u5B9A\u4F4D\u7F6E","floatBallOptions.fixedPositionDesc":"\u61F8\u6D6E\u7403\u5728\u7A97\u53E3\u5DE6\u5074\u9084\u662F\u53F3\u5074","floatBallOptions.fixedPositionLeft":"\u5DE6\u5074","floatBallOptions.fixedPositionRight":"\u53F3\u5074",previewAllThemes:"\u9810\u89BD\u5168\u90E8\u6A23\u5F0F","translationTheme.none":"\u7121","translationTheme.grey":"\u9ED1\u7070\u8272","translationTheme.dashed":"\u7834\u6298\u865F\u5E95\u7DDA","translationTheme.dotted":"\u9EDE\u72C0\u5E95\u7DDA","translationTheme.dashedBorder":"\u865B\u7DDA\u6846\u7DDA","translationTheme.solidBorder":"\u5BE6\u7DDA\u6846\u7DDA","translationTheme.underline":"\u76F4\u7DDA\u5E95\u7DDA","translationTheme.mask":"\u6A21\u7CCA\u6548\u679C\uFF08\u5B78\u7FD2\u6A21\u5F0F\uFF09","translationTheme.opacity":"\u900F\u660E\u6548\u679C","translationTheme.paper":"\u767D\u7D19\u9670\u5F71\u6548\u679C","translationTheme.dividingLine":"\u5206\u9694\u7DDA","translationTheme.highlight":"\u9192\u76EE\u63D0\u793A","translationTheme.marker":"\u99AC\u514B\u7B46","translationTheme.marker2":"\u99AC\u514B\u7B462","translationTheme.blockquote":"\u5F15\u7528\u6A23\u5F0F","translationTheme.weakening":"\u5F31\u5316","translationTheme.italic":"\u659C\u9AD4","translationTheme.bold":"\u7C97\u9AD4","translationTheme.thinDashed":"\u7D30\u7834\u6298\u865F\u5E95\u7DDA","translationTheme.nativeDashed":"\u7CFB\u7D71\u5167\u5EFA\u7834\u6298\u865F\u5E95\u7DDA","translationTheme.nativeDotted":"\u7CFB\u7D71\u5167\u5EFA\u9EDE\u72C0\u5E95\u7DDA","translationTheme.nativeUnderline":"\u7CFB\u7D71\u5167\u5EFA\u76F4\u7DDA\u5E95\u7DDA","translationTheme.wavy":"\u6CE2\u5F62\u66F2\u7DDA","translationServices.custom":"\u81EA\u5B9A\u7FA9API","translationServices.tencent":"\u9A30\u8A0A\u7FFB\u8B6F\u541B","translationServices.tenAlpha":"\u9A30\u8A0A\u7FFB\u8B6F\u541B(Alpha)","translationServices.google":"Google \u7FFB\u8B6F","translationServices.bai":"\u767E\u5EA6(Alpha)","translationServices.baidu":"\u767E\u5EA6\u7FFB\u8B6F","translationServices.aliyun":"\u963F\u91CC\u96F2\u7FFB\u8B6F","translationServices.volc":"\u706B\u5C71\u7FFB\u8B6F","translationServices.deeplx":"DeepLX(Beta)","translationServices.bing":"\u5FAE\u8F6F\u7FFB\u8B6F","translationServices.deepl":"DeepL","translationServices.wechat":"\u5FAE\u4FE1\u7FFB\u8B6F","translationServices.azure":"Azure \u7FFB\u8B6F","translationServices.ibm":"IBM Watson","translationServices.aws":"\u4E9E\u99AC\u905C\u7FFB\u8B6F","translationServices.mock":"\u6A21\u64EC\u7FFB\u8B6F","translationServices.mock2":"\u6A21\u64EC\u7FFB\u8B6F2","translationServices.caiyun":"\u5F69\u96F2\u5C0F\u8B6F","translationServices.cai":"\u5F69\u96F2\u5C0F\u8B6F (Alpha)","translationServices.volcAlpha":"\u706B\u5C71\u7FFB\u8B6F(Alpha)","translationServices.openl":"OpenL","translationServices.youdao":"\u6709\u9053\u7FFB\u8B6F","translationServices.you":"\u6709\u9053\u7FFB\u8B6F (Alpha)","translationServices.transmart":"\u9A30\u8A0A\u4EA4\u4E92\u7FFB\u8B6F","translationServices.niu":"\u5C0F\u725B\u7FFB\u8B6F","translationServices.papago":"Papago \u7FFB\u8B6F","translationServices.d":"Deepl(Alpha)","translationServices.dpro":"D Pro (Canary)","translationServices.openai":"OpenAI","translationServices.yandex":"Yandex","translationServices.chatgpt":"ChatGPT Web(3.5 mobile)","translate title":"\u7FFB\u8B6F\u9801\u9762\u6A19\u984C","always languages":"\u7E3D\u662F\u7FFB\u8B6F\u7684\u8A9E\u8A00",neverTranslateLanguagesLabel:"\u6C38\u4E0D\u7FFB\u8B6F\u7684\u8A9E\u8A00",neverTranslateTheFollowingLanguagesDescription:"\u7576\u9801\u9762\u4E2D\u67D0\u4E00\u6BB5\u843D\u7684\u8A9E\u8A00\u70BA\u4E0B\u5217\u8A9E\u8A00\u6642\uFF0C\u5C07\u8DF3\u904E\u7FFB\u8B6F",enableUserscriptPagePopup:"\u5728\u9801\u9762\u4E0A\u986F\u793A\u61F8\u6D6E\u7403",enableUserscriptPagePopupDescription:"\u95DC\u9589\u61F8\u6D6E\u7403\u5F8C\uFF0C\u53EF\u4EE5\u7528\u5FEB\u901F\u9375/{touch}\u518D\u6B21\u986F\u793A\u3002\u70BA\u9632\u6B62\u4E0D\u614E\u95DC\u9589\u8A72\u9078\u9805\u5F8C\u627E\u4E0D\u5230\u61F8\u6D6E\u7403\uFF0C\u5EFA\u8B70\u5C07\u672C\u8A2D\u5B9A\u9801\u9762\u52A0\u5165\u81F3\u6211\u7684\u6700\u611B","always translate the following languages":"\u7576\u9801\u9762\u8A9E\u8A00\u70BA\u4E0B\u5217\u8A9E\u8A00\u6642\uFF0C\u6703\u81EA\u52D5\u7FFB\u8B6F\u70BA\u76EE\u6A19\u8A9E\u8A00","always sites":"\u7E3D\u662F\u7FFB\u8B6F\u7684\u7DB2\u5740","always translate the following sites":"\u7576\u7DB2\u7AD9\u70BA\u4E0B\u5217\u7DB2\u57DF\u540D\u7A31\u6642\uFF0C\u6703\u81EA\u52D5\u7FFB\u8B6F\u70BA\u76EE\u6A19\u8A9E\u8A00","never sites":"\u6C38\u4E0D\u7FFB\u8B6F\u7684\u7DB2\u5740","never translate the following sites":"\u7576\u7DB2\u7AD9\u70BA\u4E0B\u5217\u7DB2\u57DF\u540D\u7A31\u6642\uFF0C\u5C07\u4E0D\u6703\u9032\u884C\u7FFB\u8B6F","please refer to":"\u9700\u8981\u586B\u5BEB\u91D1\u9470\u5F8C\u624D\u53EF\u4F7F\u7528\uFF0C\u8A73\u7D30\u8CC7\u8A0A\u8ACB\u53C3\u8003",KeyAndConfigurationTutorial:"\u300A\u91D1\u9470\u7533\u8ACB\u548C\u8A2D\u5B9A\u6559\u5B78\u300B",useAboveStyleForTheseSites:"\u7576\u7DB2\u7AD9\u70BA\u4E0B\u5217\u7DB2\u57DF\u540D\u7A31\u6642\uFF0C\u7E3D\u662F\u4F7F\u7528 \u2308{theme}\u230B \u8B6F\u6587\u6A23\u5F0F",currentUrl:"\u76EE\u524D\u7DB2\u5740",confirm:"\u5132\u5B58",cancel:"\u53D6\u6D88",delete:"\u522A\u9664","languages.auto":"\u81EA\u52D5\u5075\u6E2C",syncToCloud:"\u540C\u6B65\u81F3\u96F2\u7AEF",syncToCloudDescription:"\u4E0A\u50B3\u81F3\u96F2\u7AEF\u5F8C\uFF0C\u53EF\u4EE5\u5728\u4E0D\u540C\u7684\u700F\u89BD\u5668/\u6CB9\u7334\u8173\u672C\u4E4B\u9593\u540C\u6B65\u8A2D\u5B9A\uFF0C\u4EE5\u6700\u5F8C\u8B8A\u66F4\u6642\u9593\u70BA\u6E96\u3002",syncToAccount:"\u540C\u6B65\u5230\u8CEC\u6236",syncToAccountButton:"\u7ACB\u5373\u8207\u96F2\u7AEF\u540C\u6B65",syncToAccountDescription:"\u4E0A\u50B3\u5230\u5DF2\u767B\u9304\u8CEC\u6236\uFF0C\u53EF\u4EE5\u5728\u4E0D\u540C\u7684\u8A2D\u5099\u4E4B\u9593\u540C\u6B65\u914D\u7F6E\uFF0C\u4EE5\u6700\u5F8C\u4FEE\u6539\u6642\u9593\u70BA\u6E96\u3002",successSyncConfigInAccount:"\u6210\u529F\u8207\u8CEC\u6236\u4FDD\u6301\u540C\u6B65",successSyncConfigToAccount:"\u6210\u529F\u540C\u6B65\u5230\u8CEC\u6236",syncConfigNoUpdate:"\u5DF2\u7D93\u662F\u6700\u65B0\u7684\u4E86",authFail:"\u6388\u6B0A\u5931\u6557",syncTitle:"\u624B\u52D5\u5099\u4EFD\u7BA1\u7406",import_hint:"\u532F\u5165",upload:"\u4E0A\u50B3",revokeAuth:"\u64A4\u92B7\u6388\u6B0A",uploadFail:"\u4E0A\u50B3\u5931\u6557",download:"\u4E0B\u8F09",importSuccess:"\u532F\u5165\u6210\u529F",importFail:"\u532F\u5165\u5931\u6557",deleteFail:"\u522A\u9664\u5931\u6557",backupToCloud:"\u624B\u52D5\u7BA1\u7406\u5099\u4EFD\u6A94\u6848",create_new_backup:"\u65B0\u589E\u5099\u4EFD\u7BC0\u9EDE",maxBackupFiles:"\u6700\u591A\u53EF\u4EE5\u5099\u4EFD{count}\u500B\u4E0D\u540C\u7684\u7BC0\u9EDE\uFF0C\u8ACB\u522A\u9664\u4E0D\u9700\u8981\u7684\u7BC0\u9EDE",backupToCloudDescription:"\u624B\u52D5\u4E0A\u50B3\u6216\u9084\u539F\u5099\u4EFD\u6A94\u6848\uFF0C\u6700\u591A\u5141\u8A31 3 \u500B\u4E0D\u540C\u7684\u5099\u4EFD",successSyncConfig:"\u6210\u529F\u8207\u96F2\u7AEF\u4FDD\u6301\u540C\u6B65",syncFail:"\u540C\u6B65\u5931\u6557",updatedAt:"\u66F4\u65B0\u65BC {date}",lastSyncedAt:"\u4E0A\u6B21\u6AA2\u67E5\u65BC {date}",downloadFail:"\u4E0B\u8F09\u5931\u6557",clickToDownload:"\u9EDE\u9078\u4E0B\u8F09",aboutLabel:"\u95DC\u65BC - \u554F\u984C\u56DE\u5831","browser.openAboutPage":"\u95DC\u65BC/\u554F\u984C\u56DE\u5831",aboutLabelWithoutSponsor:"\u95DC\u65BC - \u554F\u984C\u56DE\u5831",aboutIntro:"\u5E0C\u671B\u6211\u5011\u90FD\u80FD\u66F4\u52A0\u5BB9\u6613\u4E14\u6109\u6085\u5730\u7372\u53D6\u7DB2\u969B\u7DB2\u8DEF\u4E0A\u66F4\u591A\u7684\u5916\u8A9E\u8CC7\u8A0A \u2764\uFE0F \u4F60\u53EF\u4EE5\u9078\u64C7\u958B\u901A <6>Pro\u6703\u54E1 \u4F86\u4F7F\u7528\u958B\u7BB1\u5373\u7528\u7684 DeepL \u548C OpenAI \u7FFB\u8B6F\u3002

\u4F60\u53EF\u4EE5\u95DC\u6CE8\u6211\u4EEC\u7684<3>Twitter\uFF0C<4>Telegram \u983B\u9053\u4EE5\u53CA\u4E0B\u65B9\u7684<5>\u90F5\u4EF6\u8A02\u95B1\u8FFD\u8E64\u66F4\u65B0\u3002
<7>Pro \u6703\u54E1 \u53EF\u4EE5\u901A\u904E\u5FEB\u901F\u5BA2\u670D\u90F5\u7BB1 <8>support@immersivetranslate.com \u548C\u6211\u5011\u53D6\u5F97\u806F\u7E6B\u3002",aboutIntroWithoutSponsor:"\u5E0C\u671B\u6211\u5011\u90FD\u80FD\u66F4\u52A0\u5BB9\u6613\u4E14\u6109\u6085\u5730\u7372\u53D6\u7DB2\u969B\u7DB2\u8DEF\u4E0A\u66F4\u591A\u7684\u5916\u8A9E\u8CC7\u8A0A \u2764\uFE0F ",projectHomepage:"\u5C08\u6848\u9996\u9801",joinTelegramGroup:"\u52A0\u5165\u7528\u6237\u4EA4\u6D41\u7FA4\u7D44\u53C3\u8207\u529F\u80FD\u8A0E\u8AD6",wechatPublicAccount:"\u5FAE\u4FE1\u516C\u773E\u865F",wechatCommunities:"\u5FAE\u4FE1\u4EA4\u6D41\u7FA4",qqCommunities:"QQ \u4EA4\u6D41\u983B\u9053",joinTelegramChannel:"\u95DC\u6CE8 Telegram \u983B\u9053\u77AD\u89E3\u66F4\u65B0\u8CC7\u8A0A",feedbackAndJoin:"\u554F\u984C\u56DE\u5831/\u52A0\u5165\u7FA4\u7D44",autoSync:"\u81EA\u52D5\u5B9A\u6642\u540C\u6B65",loadingThemeTitle:"Loading \u6A23\u5F0F",loadingThemeDescription:"\u8A2D\u5B9A\u7B49\u5F85\u8B6F\u6587\u8F09\u5165\u6642\u7684\u6A23\u5F0F","loadingTheme.spinner":"\u8F49\u5708\u52D5\u756B","loadingTheme.text":"\u975C\u614B\u6587\u5B57 ... ","loadingTheme.none":"\u4E0D\u986F\u793A",developerDescription:"\u53EF\u4EE5\u9EDE\u9078<1>\u6B64\u8655\u6AA2\u8996\u9032\u968E\u81EA\u8A02\u529F\u80FD\u76F8\u95DC\u7684\u8AAA\u660E\u6587\u4EF6","edit border color":"\u8B8A\u66F4\u908A\u6846\u8272\u5F69",successSyncButNoChange:"\u76EE\u524D\u8A2D\u5B9A\u8207\u96F2\u7AEF\u4E00\u81F4",customTheme:"\u81EA\u8A02\u8272\u5F69\u548C\u5927\u5C0F","customThemeLabel.borderColor":"\u908A\u6846\u8272\u5F69","customThemeLabel.borderRadius":"\u908A\u6846\u5713\u89D2","customThemeLabel.textColor":"\u6587\u5B57\u8272\u5F69","customThemeLabel.backgroundColor":"\u80CC\u666F\u8272\u5F69","customThemeLabel.zoom":"\u5B57\u578B\u7E2E\u653E\u6BD4\u4F8B (%)","customThemeLabel.opacity":"\u6587\u5B57\u4E0D\u900F\u660E\u5EA6(%)",resetToDefaultColor:"\u9084\u539F\u70BA\u9810\u8A2D\u8272\u5F69",resetToDefaultSettings:"\u9084\u539F\u70BA\u9810\u8A2D\u8A2D\u5B9A",isTranslateTitle:"\u555F\u7528\u7DB2\u9801\u6A19\u984C\u7FFB\u8B6F",isTranslateTitleDescription:"\u555F\u7528\u5F8C\uFF0C\u7DB2\u9801\u7684\u6A19\u984C\u6703\u88AB\u7FFB\u8B6F",enableSearchEnhancement:"\u958B\u555F\u641C\u7D22\u589E\u5F37",enableSearchEnhancementDescription:"\u4E2D\u6587\u641C\u7D22\u8C37\u6B4C\u6703\u5728\u53F3\u908A\u51FA\u73FE\u82F1\u6587\u7248\u8C37\u6B4C\u65B0\u805E",verifyService:"\u9EDE\u6B64\u6E2C\u8A66\u670D\u52D9",verified:"\u9A57\u8B49\u6210\u529F","field.langs":"\u652F\u63F4\u7684\u8A9E\u8A00\u4EE3\u78BC","field.model":"\u6A21\u578B","field.translationEngine":"\u7FFB\u8B6F\u5F15\u64CE","field.limitPerMinute":"\u6BCF\u5206\u9418\u6700\u5927\u8981\u6C42\u6578","field.limitPerSecond":"\u6BCF\u79D2\u6700\u5927\u8981\u6C42\u6578","field.maxTextLengthPerRequest":"\u6BCF\u6B21\u8981\u6C42\u7684\u6700\u5927\u6587\u5B57\u9577\u5EA6","field.maxTextGroupLengthPerRequest":"\u6BCF\u6B21\u8981\u6C42\u6700\u5927\u6BB5\u843D\u6578","field.apiUrl":"\u81EA\u8A02 API \u4F4D\u5740","field.placeholderDelimiters":"\u4FDD\u7559\u7684\u4F54\u4F4D\u7B26","description.custom":"\u81EA\u5B9A\u7FA9\u63A5\u53E3\u63A5\u5165 \u9700\u8981\u53C3\u8003\u6587\u6A94","description.limitPerMinute":"\u8981\u6C42\u6578\u8D85\u904E\u8A72\u9650\u5236\u6642\u6703\u88AB\u66AB\u6642\u505C\u7528\uFF0C\u76F4\u81F3\u4E0B\u4E00\u5206\u9418\u958B\u59CB\u3002\u7531\u4E8EOpenAI\u76EE\u524D\u670D\u52A1\u7684\u5404\u79CD\u9650\u5236\uFF0C\u8BF7\u70B9\u51FB<1>\u8FD9\u91CC\u67E5\u770B\u6700\u65B0\u5EFA\u8BAE\u7684\u6570\u503C","description.limitPerSecond":"\u8981\u6C42\u6578\u8D85\u904E\u8A72\u9650\u5236\u6642\u6703\u88AB\u66AB\u6642\u505C\u7528\uFF0C\u76F4\u81F3\u4E0B\u4E00\u79D2\u9418\u958B\u59CB\u3002\u7531\u4E8EOpenAI\u76EE\u524D\u670D\u52A1\u7684\u5404\u79CD\u9650\u5236\uFF0C\u8BF7\u70B9\u51FB<1>\u8FD9\u91CC\u67E5\u770B\u6700\u65B0\u5EFA\u8BAE\u7684\u6570\u503C","description.generalLimitPerSecond":"\u8ACB\u6C42\u6578\u8D85\u904E\u8A72\u9650\u5236\u6642\u6703\u9032\u5165\u6392\u968A\u72C0\u614B\uFF0C\u76F4\u5230\u4E0B\u4E00\u79D2\u9418\u958B\u59CB\u3002","description.prompt":"\u4EE5\u7528\u6236\u8EAB\u4EFD\u767C\u9001\u7D66 {service} \u7684\u5C0D\u8A71\uFF0C\u5176\u4E2D {{text}} \u8868\u793A\u6BB5\u843D\u7684\u6587\u672C\u5167\u5BB9\uFF0C{{from}} \u8868\u793A\u6BB5\u843D\u7684\u8A9E\u8A00\uFF0C{{to}} \u8868\u793A\u76EE\u6A19\u8A9E\u8A00","description.maxTextLengthPerRequest":"\u9810\u8A2D\u6703\u5408\u4F75\u591A\u500B\u6BB5\u843D\uFF0C\u4EE5\u6E1B\u5C11\u8ACB\u8981\u6C42\u6578\uFF0C\u4F46\u662F\u5982\u679C\u6BB5\u843D\u7E3D\u9577\u5EA6\u904E\u9577\uFF0C\u4E5F\u53EF\u80FD\u6703\u5C0E\u81F4 API \u7684\u56DE\u61C9\u6642\u9593\u589E\u52A0\uFF0C\u56E0\u6B64\u53EF\u4EE5\u5617\u8A66\u8ABF\u6574\u8A72\u9078\u9805\u4F86\u63D0\u5347\u901F\u5EA6","description.systemPrompt":"\u4EE5\u7CFB\u7D71\u50B3\u9001\u767C\u9001\u7D66 OpenAI \u7684\u5C0D\u8A71\uFF0C\u5176\u4E2D {{text}} \u8868\u793A\u6BB5\u843D\u7684\u6587\u5B57\u5167\u5BB9\uFF0C{{from}} \u8868\u793A\u6BB5\u843D\u7684\u8A9E\u8A00\uFF0C{{to}} \u8868\u793A\u76EE\u6A19\u8A9E\u8A00","field.domain":"\u9818\u57DF","description.domain":"\u9ED8\u8A8D\u70BA\uFF1Ageneral\u3002\u50C5\u5728\u6709\u9053API\u63A7\u5236\u53F0\u958B\u901A\u9818\u57DF\u5316\u7FFB\u8B6F\u7684\u60C5\u6CC1\u4E0B\u53EF\u8A2D\u7F6E\uFF0C\u652F\u6301\u9818\u57DF\u898B<1>\u9019\u88E1","field.scene":"\u5834\u666F","description.scene":"\u9ED8\u8A8D\u70BA\uFF1Ageneral\u3002\u50C5\u5728\u963F\u91CC\u96F2API\u63A7\u5236\u53F0\u958B\u901A\u6A5F\u5668\u7FFB\u8B6F\u5C08\u696D\u7248\u7684\u60C5\u6CC1\u4E0B\u53EF\u8A2D\u7F6E\uFF0C\u652F\u6301\u5834\u666F\u898B<1>\u9019\u88E1","field.vocabId":"\u4F7F\u7528\u8005\u8A5E\u5178ID","description.vocabId":"\u6307\u5B9A\u7684\u5B57\u5178out_id\uFF0C\u76EE\u524D\u652F\u63F4\u82F1\u8B6F\u4E2D","description.model":"OpenAI \u7684\u6A21\u578B\uFF0C\u53EF\u4EE5\u70BA gpt-3.5-turbo, gpt-4 \u7B49","description.maxTextGroupLengthPerRequest":"\u6BCF\u6B21\u50B3\u9001\u7D66\u7FFB\u8B6F\u670D\u52D9\u7684\u6BB5\u843D\u6578\u91CF\uFF0C\u5982\u679C\u6BB5\u843D\u6578\u91CF\u904E\u591A\uFF0C\u53EF\u80FD\u6703\u5C0E\u81F4\u56DE\u61C9\u901F\u5EA6\u8B8A\u6162","description.apiUrl":"\u8ACB\u52A0\u5165\u5177\u9AD4\u5305\u542B\u8DEF\u5F91\u7684\u7DB2\u5740",enabledExtension:"\u555F\u7528\u5957\u4EF6",clickToDisableExtension:"\u9EDE\u9078\u505C\u7528\u5957\u4EF6",clickToEnableExtension:"\u9EDE\u9078\u555F\u7528\u5957\u4EF6",hasBeenDisabled:"\u5DF2\u505C\u7528","show password":"\u986F\u793A\u5BC6\u78BC",customContent:"\u8F38\u5165\u81EA\u5B9A\u7FA9\u6A21\u578B",inputOptions:"\u8F38\u5165\u6846\u589E\u5F37",mouseHoverOptions:"\u9F20\u6A19\u6ED1\u904E",modifyMouseHoverKey:"\u4FEE\u6539\u6ED1\u9F20\u61F8\u505C\u5FEB\u6377\u9375",enableInputTranslation:"\u662F\u5426\u555F\u7528\u8F38\u5165\u6846\u589E\u5F37",enableInputTranslationDescription:"\u555F\u7528\u5F8C\uFF0C\u8F38\u5165\u6846\u76F4\u63A5\u8F38\u5165 {startingKey}{startingKey} \u4F60\u597D\uFF0C\u7136\u5F8C\u5FEB\u901F\u9023\u64CA{inputTrailingTriggerKeyRepeatTimes}\u6B21{trailingKey}\uFF0C\u5373\u53EF\u7FFB\u8B6F\u70BA {inputTargetLanguage}",enableInputTranslationDescriptionForNoneKey:"\u555F\u7528\u5F8C\uFF0C\u8F38\u5165\u6846\u76F4\u63A5\u8F38\u5165\uFF1A\u4F60\u597D\u4E16\u754C\uFF0C\u7136\u5F8C\u5FEB\u901F\u9023\u64CA{inputTrailingTriggerKeyRepeatTimes}\u6B21{trailingKey}\uFF0C\u5373\u53EF\u7FFB\u8B6F\u70BA\u9810\u8A2D\u76EE\u6A19\u8A9E\u8A00",inputTargetLanguage:"\u8A2D\u5B9A\u8F38\u5165\u6846\u7684\u9810\u8A2D\u76EE\u6A19\u8A9E\u8A00",inputTargetLanguageDescription:"\u8F38\u5165\u6846\u7FFB\u8B6F\u7684\u9810\u8A2D\u76EE\u6A19\u8A9E\u8A00\uFF0C\u4E5F\u5C31\u662F {startingKey}{startingKey} \u4F5C\u70BA\u89F8\u767C\u8A5E\u7684\u9810\u8A2D\u8A9E\u8A00",inputTargetLanguageDescriptionForNoneKey:"\u8F38\u5165\u6846\u7FFB\u8B6F\u7684\u9810\u8A2D\u76EE\u6A19\u8A9E\u8A00",inputStartingTriggerKeyTitle:"\u8A2D\u5B9A\u8F38\u5165\u6846\u90E8\u5206\u7FFB\u8B6F\u7684\u5206\u5272\u5B57\u7B26",inputStartingTriggerKeyDescription:"\u7576\u4F60\u4E0D\u9700\u8981\u7FFB\u8B6F\u6574\u500B\u8F38\u5165\u6846\u7684\u6642\u5019\uFF0C\u5206\u5272\u7B26\u5141\u8A31\u4F60\u53EA\u7FFB\u8B6F {startingKey}{startingKey} \u5230\u8F38\u5165\u6846\u672B\u5C3E\u7684\u90E8\u5206\uFF0C\u4E5F\u53EF\u4EE5\u6307\u5B9A\u8A9E\u8A00\u4EE3\u78BC\uFF0C\u4F8B\u5982\uFF1A{startingKey}ja \u8868\u793A\u53EA\u7FFB\u8B6F {startingKey}ja \u5230\u8F38\u5165\u6846\u672B\u5C3E\u7684\u90E8\u5206",inputStartingTriggerKeyDescriptionForNoneKey:"\u76EE\u524D\u8A2D\u5B9A\u70BA\u7121\u9700\u524D\u7DB4\uFF0C\u66AB\u7121\u6CD5\u4F7F\u7528\u8F38\u5165\u6846\u7684\u90E8\u5206\u6587\u5B57\u7FFB\u8B6F\u529F\u80FD",inputTrailingTriggerKeyTitle:"\u9078\u64C7\u4E00\u500B\u8F38\u5165\u7D50\u675F\u7684\u89F8\u767C\u5B57\u7B26",inputTrailingTriggerKeyDescription:"\u5FEB\u901F\u9023\u64CA3 \u6B21{trailingKey} \u5C07\u6703\u958B\u59CB\u7FFB\u8B6F",inputTrailingTriggerKeyTimeout:"\u8F38\u5165\u7D50\u675F\u9023\u64CA\u89F8\u767C\u7684\u9593\u9694\u6642\u9593",inputTrailingTriggerKeyTimeoutDescription:"\u8A2D\u7F6E\u8F38\u5165\u7D50\u675F\u9023\u64CA\u89F8\u767C\u7684\u9593\u9694\u6642\u9593\uFF08\u6BEB\u79D2\uFF09",spaceKey:"<\u7A7A\u683C\u9375>",noneKey:"\u7121\u9700\u524D\u7DB4\uFF0C\u76F4\u63A5\u7FFB\u8B6F\u6574\u500B\u6587\u5B57\u6846",inputTranslationBlockUrlsTitle:"\u5207\u52FF\u5728\u4EE5\u4E0B\u7DB2\u5740\u4E2D\u555F\u7528\u8F38\u5165\u6846\u589E\u5F37",inputTranslationBlockUrlsDescription:"\u5728\u4EE5\u4E0B\u7DB2\u5740\u4E2D\uFF0C\u8F38\u5165\u6846\u589E\u5F37\u5C07\u4E0D\u6703\u751F\u6548",inputHelperInfo:"\u8AAA\u660E\uFF1A\u6211\u5011\u7279\u5225\u91DD\u5C0D\u5728\u4E2D\u6587\u8F38\u5165\u6CD5\u4E0B\u90E8\u5206\u89F8\u767C\u5B57\u7B26\u6703\u8B8A\u6210\u4E2D\u6587\u6A19\u9EDE\u7B26\u865F\u9019\u4EF6\u4E8B\u505A\u4E86\u512A\u5316\uFF0C\u6BD4\u5982\u641C\u72D7\u8F38\u5165\u6CD5\u4E0B / \u6703\u8B8A\u6210\u9813\u865F \u3001\uFF0C\u6C89\u6D78\u5F0F\u7FFB\u8B6F\u652F\u6301\u6240\u6709\u89F8\u767C\u7B26\u5C0D\u61C9\u7684\u4E2D\u6587\u7B26\u865F\uFF0C\u4E5F\u5C31\u662F\u8AAA // \u3001\u3001 \u90FD\u6703\u88AB\u8B58\u5225\u70BA\u89F8\u767C\u5B57\u7B26\u3002

\u540C\u6642\u6211\u5011\u4E5F\u652F\u6301\u8A9E\u8A00\u4EE3\u78BC\u7684\u4E2D\u6587\u5225\u540D\u4F5C\u70BA\u547D\u4EE4\uFF0C\u6BD4\u5982 /\u65E5\u6587 \u4F60\u597D\u4E16\u754C \u6703\u88AB\u7FFB\u8B6F\u70BA\u65E5\u6587\uFF0C<1>\u9EDE\u6B64\u67E5\u770B\u6240\u6709\u652F\u63F4\u7684\u8A9E\u8A00\u4EE3\u78BC\u3002",reloadCurrentPage:"\u8ACB\u5148\u5237\u65B0\u76EE\u524D\u9801\u9762\uFF0C\u518D\u958B\u59CB\u7FFB\u8B6F",noLocalFilePermissionForPDF:"\u66AB\u7121\u6B0A\u9650\u8B80\u53D6\u672C\u6A5F\u6587\u4EF6\uFF0C\u8ACB\u9EDE\u9078\u4E0A\u65B9\u6309\u9215\uFF0C\u7136\u5F8C\u532F\u5165\u672C\u6A5F\u6587\u4EF6",noPermissionForThisPage:"\u26A0\uFE0F \u66AB\u7121\u6B0A\u9650\u7FFB\u8B6F\u76EE\u524D\u9801\u9762","error.retry":"\u91CD\u8A66","error.reason":"\u932F\u8AA4\u539F\u56E0",retryAllParagraphs:"\u91CD\u8A66\u5168\u90E8\u932F\u8AA4\u6BB5\u843D",retryAllButton:"\u91CD\u8A66\u5168\u90E8\u932F\u8AA4\u6BB5\u843D",errorTooltipTitle:"\u9EDE\u64CA\u770B\u932F\u8AA4\u539F\u56E0",errorModalTitle:"\u7FFB\u8B6F\u670D\u52D9\u6216\u7DB2\u8DEF\u4F3C\u4E4E\u51FA\u4E86\u9EDE\u554F\u984C...",disableConfirm:"\u7981\u7528\u78BA\u8A8D",disableOnce:"\u7981\u7528\u4E00\u6B21",disableGlobal:"\u5168\u5C40\u7981\u7528",disableTint:"* \u60A8\u53EF\u4EE5\u5728 {option} \u4E2D\u91CD\u65B0\u555F\u7528\u3002",searchEnhancementNotes:"\u6211\u5011\u767C\u73FE\uFF0C\u4E2D\u6587\u95DC\u9375\u8A5E\u548C\u82F1\u6587\u95DC\u9375\u8A5E\u7684\u65B0\u805E\u7D50\u679C\u6709\u975E\u5E38\u5927\u7684\u4E0D\u540C\uFF0C\u5728\u555F\u7528\u6C89\u6D78\u5F0F\u7FFB\u8B6F\u96D9\u8A9E\u4FE1\u606F\u589E\u5F37\u529F\u80FD\u5F8C\uFF0C\u6211\u5011\u6703\u5728\u652F\u6301\u7684\u7DB2\u7AD9\uFF08\u8C37\u6B4C\u65B0\u805E\uFF0C\u8C37\u6B4C\u641C\u7D22\uFF08\u90E8\u5206\u95DC\u9375\u8A5E\uFF09\uFF0C\u96EA\u7403\uFF0C\u6771\u65B9\u8CA1\u5BCC\u7DB2\uFF0C\u5BCC\u9014\uFF0C\u8001\u864E\uFF09\u81EA\u52D5\u7528\u82F1\u6587\u70BA\u4F60\u641C\u7D22\u540C\u6A23\u7684\u95DC\u9375\u8A5E\u4E26\u5C55\u793A\u5728\u53F3\u5074\u3002\u5982\u679C\u4F60\u4E0D\u9700\u8981\u8A72\u529F\u80FD\u7684\u8A71\uFF0C\u53EF\u4EE5\u9078\u64C7\u7981\u7528\u5B83\u3002",option:"\u9078\u9805",saveSettings:"\u5132\u5B58\u8A2D\u5B9A",closeModal:"\u95DC\u9589\u8996\u7A97",enableInputTranslationWithoutTriggerKeyTitle:"\u555F\u7528\u5FEB\u901F\u9023\u64CA3 \u6B21{trailingKey}\uFF0C\u76F4\u63A5\u7FFB\u8B6F\u6574\u500B\u8F38\u5165\u6846\u70BA{inputTargetLanguage}",enableInputTranslationWithoutTriggerKeyDescription:"\u5982\u9700\u6307\u5B9A\u76EE\u6A19\u8A9E\u8A00\uFF0C\u8ACB\u5728\u524D\u9762\u52A0\u4E0A\u8A9E\u8A00\u7A0B\u5F0F\u78BC\uFF0C\u5982\uFF1Aja \u4F60\u597D\u4E16\u754C",deepLProName:"\u6C89\u6D78\u5F0F\u7FFB\u8B6FPro \u6703\u54E1(\u63A8\u85A6)",deepLProDescription:"\u76EE\u524D\u5957\u9910\u53EF\u4EE5\u76F4\u63A5\u4F7F\u7528",deeplProDescriptionForNormal:"\u7121\u9700\u4EFB\u4F55\u8A2D\u7F6E\uFF0C\u6703\u54E1\u767B\u5165\u5F8C\u5373\u53EF\u4F7F\u7528\uFF0C<1>\u9EDE\u6B64\u5347\u7D1A\u70BA\u6703\u54E1",deepLCustomDescription:"\u9700\u8981\u570B\u5916\u4FE1\u7528\u5361\uFF0C\u5728<1>DeepL\u5B98\u65B9\u958B\u901A\uFF0C\u9EDE\u9078\u67E5\u770B<2>\u6587\u6A94",deepLCustomName:"\u81EA\u8A02Auth Key",chooseProviderLabel:"\u9078\u64C7\u4E00\u500B\u670D\u52D9\u63D0\u4F9B\u8005",openaiProName:"\u6C89\u6D78\u5F0F\u7FFB\u8B6FPro \u6703\u54E1(\u63A8\u85A6)",openaiProDescription:"\u76EE\u524D\u5957\u9910\u53EF\u4EE5\u76F4\u63A5\u4F7F\u7528",openaiProDescriptionForNormal:"\u7121\u9700\u4EFB\u4F55\u8A2D\u7F6E\uFF0C\u6703\u54E1\u767B\u5165\u5F8C\u5373\u53EF\u4F7F\u7528\uFF0C<1>\u9EDE\u6B64\u5347\u7D1A\u70BA\u6703\u54E1",openaiCustomDescription:"\u53EF\u5728OpenAI, Azure OpenAI, \u6216\u5176\u4ED6\u7B2C\u4E09\u65B9\u670D\u52D9\u7372\u53D6\uFF0C<1>\u9EDE\u6B64\u67E5\u770B\u6587\u6A94",openaiCustomName:"\u81EA\u8A02API Key",needLoginAction:"(\u958B\u901A\u6703\u54E1\u6216\u81EA\u8A02)",goLoginOrAction:"(\u958B\u901A\u6703\u54E1\u6216\u53BB\u8A2D\u5B9A)",yearly:"\u5E74\u5EA6\u7E8C\u8A02",quarterly:"\u5B63\u5EA6\u7E8C\u8A02",monthly:"\u6BCF\u6708\u7E8C\u8A02",yearlyForOnce:"\u4E00\u6B21\u6027\u5E74\u5EA6\u5957\u9910",monthlyForOnce:"\u4E00\u6B21\u6027\u6708\u5EA6\u5957\u9910",daily:"\u6BCF\u65E5\u7E8C\u8A02",year:"\u5E74\u5EA6\u7E8C\u8A02",quarter:"\u5B63\u5EA6\u7E8C\u8A02",month:"\u6BCF\u6708\u7E8C\u8A02",day:"\u6BCF\u65E5\u7E8C\u8A02",onetime_7day:"7 \u5929\u9AD4\u9A57\u5305",currentPlanDescriptionForFree:"\u76EE\u524D\u5957\u9910\uFF1A\u514D\u8CBB",currentPlanDescriptionForContinuous:"\u76EE\u524D\u5957\u9910\uFF1A{plan}\uFF0C\u5C07\u65BC {endAt} \u81EA\u52D5\u7E8C\u8CBB",currentPlanDescriptionForAutoRenewCaceling:"\u76EE\u524D\u5957\u9910\uFF1A{plan}\uFF0C\u5C07\u65BC {endAt} \u5230\u671F\uFF0C\u5230\u671F\u5F8C\u5C07\u4E0D\u6703\u81EA\u52D5\u7E8C\u7D04",currentYearlyPlanDescriptionForAutoRenewCacelingWithRealPaiedUser:"\u76EE\u524D\u5957\u9910\uFF1A{plan}\uFF0C\u5C07\u65BC {endAt} \u5230\u671F\uFF0C\u5230\u671F\u5F8C\u5C07\u4E0D\u6703\u81EA\u52D5\u7E8C\u7D04\u3002
<1>\u9EDE\u6B64\u7BA1\u7406\u7E8C\u8CBB\u65B9\u6848",currentYearlyPlanDescriptionForAutoRenewCacelingWithAdmin:"\u76EE\u524D\u5957\u9910\uFF1A{plan}\uFF0C\u5C07\u65BC {endAt} \u5230\u671F\uFF0C\u5230\u671F\u5F8C\u5C07\u4E0D\u6703\u81EA\u52D5\u7E8C\u7D04\u3002
<1>\u9EDE\u6B64\u555F\u7528\u9023\u7E8C\u5305\u5E74",currentPlanDescriptionForOneTime:"\u76EE\u524D\u5957\u9910\uFF1A{plan}\uFF0C\u5C07\u65BC {endAt} \u5230\u671F\uFF0C<1>\u9EDE\u6B64\u5347\u7D1A\u70BA\u5E74\u8CBB\u6216<2>\u6708\u8CBB\u6703\u54E1",upgradePlan:"\u9EDE\u6B64\u5347\u7D1A\u70BAPro \u6703\u54E1",upgradeToPro:"\u5347\u7D1A\u70BA Pro \u6703\u54E1","popup.openPro":"\u5347\u7D1A\u70BA Pro \u6703\u54E1\u5F8C\u53EF\u4EE5\u66A2\u4EAB DeepL \u548C OpenAI \u7FFB\u8B6F\uFF0C\u9EDE\u6B64\u5347\u7D1A","popup.openProForPro":"\u60A8\u662F Pro \u6703\u54E1\uFF0C\u53EF\u76F4\u63A5\u4F7F\u7528 DeepL \u548C OpenAI \u7FFB\u8B6F",currentAccount:"\u7576\u524D\u8CEC\u6236",enableAutoSyncUserSettings:"\u555F\u7528\u591A\u8A2D\u5099\u81EA\u52D5\u96F2\u7AEF\u540C\u6B65",modalEnableInputTranslationTitle:"\u6C89\u6D78\u5F0F\u7FFB\u8B6F\u8F38\u5165\u6846\u7FFB\u8B6F\u63D0\u793A",modalEnableInputTranslationDesc:"\u60A8\u525B\u525B\u900F\u904E\u5FEB\u901F\u9023\u64CA3 \u6B21\u7A7A\u767D\u9375\u89F8\u767C\u4E86\u6C89\u6D78\u5F0F\u7FFB\u8B6F\u7684\u8F38\u5165\u6846\u7FFB\u8B6F\uFF0C\u8F38\u5165\u6846\u7684\u5167\u5BB9\u5C07\u7FFB\u8B6F\u70BA\u9810\u8A2D\u7684\u76EE\u6A19\u8A9E\u8A00\u3002\u900F\u904ECtrl+Z \u53EF\u4EE5\u64A4\u92B7\u7FFB\u8B6F\u3002

\u5982\u679C\u9019\u662F\u4E00\u500B\u5931\u8AA4\uFF0C\u4E0D\u7528\u64D4\u5FC3\uFF0C\u60A8\u53EF\u4EE5\u9078\u64C7\u672C\u6B21\u505C\u7528\uFF0C\u6216\u6C38\u4E45\u505C\u7528\u8F38\u5165\u6846\u7FFB\u8B6F\u3002",saveAndNotShowAgain:"\u5132\u5B58\u4E14\u4E0D\u518D\u63D0\u793A",disableInputTranslationTips:"* \u4F60\u4E5F\u53EF\u4EE5\u5728 {option} \u4E2D\u8A2D\u5B9A\u5176\u4ED6\u5FEB\u6377\u9375\u4F86\u89F8\u767C\uFF0C{learnMore}\u3002",learnMore:"\u9EDE\u6B64\u4E86\u89E3\u66F4\u591A",continueEnalbeInputTranslation:"\u7E7C\u7E8C\u555F\u7528\u8F38\u5165\u6846\u7FFB\u8B6F",autoRenewTrialSuffix:'\uFF08\u8A66\u7528\u4E2D\uFF0C\u7ACB\u523B\u5347\u7D1A\u70BA\u6B63\u5F0F\u6703\u54E1\uFF09',upgradeFromTrialTitle:"\u5347\u7D1A\u70BA\u6B63\u5F0F\u6703\u54E1",subtitle:"\u5F71\u7247\u5B57\u5E55",youtubeService:"\u6C89\u6D78\u5F0F\u7FFB\u8B6F\u5F71\u7247\u5B57\u5E55\u670D\u52D9","subtitle.disabledSubtitle":"\u6C38\u4E45\u7981\u7528\u8996\u983B\u5B57\u5E55\u529F\u80FD","subtitle.disabledSubtitleDescription":"\u5982\u679C\u6C89\u6D78\u5F0F\u7FFB\u8B6F\u7684\u8996\u983B\u5B57\u5E55\u548C\u5176\u4ED6\u64F4\u5C55\u6709\u885D\u7A81\uFF0C\u4F60\u53EF\u4EE5\u9078\u64C7\u6C38\u4E45\u7981\u7528\u6C89\u6D78\u5F0F\u7FFB\u8B6F\u7684\u8996\u983B\u5B57\u5E55\u529F\u80FD\u6216\u8005\u5378\u8F09\u5176\u4ED6\u885D\u7A81\u7684\u64F4\u5C55","subtitle.autoEnableSubtitleDescription":"\u555F\u7528\u5F8C\uFF0C\u7576\u5F71\u7247\u64AD\u653E\u7684\u6642\u5019\uFF0C\u6703\u81EA\u52D5\u986F\u793A\u96D9\u8A9E\u5B57\u5E55\uFF0C\u5426\u5247\u9700\u8981\u9EDE\u64CA\u7FFB\u8B6F\u6309\u9215\u624D\u6703\u986F\u793A\u3002","subtitle.preTranslation":"\u512A\u5148\u4F7F\u7528\u6C89\u6D78\u5F0F\u7FFB\u8B6F\u5B57\u5E55","subtitle.preTranslationDescription":"\u555F\u7528\u5F8C\u6703\u512A\u5148\u7528\u4E0B\u9762\u7684\u7FFB\u8B6F\u670D\u52D9\u63D0\u524D\u7FFB\u8B6F\u6574\u500B\u5B57\u5E55\uFF0C1 \u5C0F\u6642\u7684\u8996\u8A0A\u5927\u6982\u6D88\u8017 5\u842C Tokens \u6216 \u5B57\u7B26\uFF0C\u8ACB\u914C\u60C5\u4F7F\u7528\uFF1B\u95DC\u9589\u5F8C\u5247\u512A\u5148\u4F7F\u7528\u539F\u5F71\u7247\u81EA\u5E36\u7684\u6A5F\u7FFB\u5B57\u5E55","subtitle.humanSubtitlesPreferred":"\u512A\u5148\u4F7F\u7528\u4EBA\u5DE5\u5B57\u5E55","subtitle.humanSubtitlesPreferredDescription":"\u7576\u5F71\u7247\u6709\u76EE\u6A19\u8A9E\u8A00\u4EBA\u5DE5\u5B57\u5E55\u6642\uFF0C\u512A\u5148\u4F7F\u7528\u4EBA\u5DE5\u5B57\u5E55\uFF08\u63A8\u85A6\uFF09","subtitle.bilingual":"\u96D9\u8A9E\u5B57\u5E55","subtitle.autoDisableSubtitle":"\u4E0D\u81EA\u52D5\u555F\u7528\u96D9\u8A9E\u5B57\u5E55","subtitle.hideQuickButton":"\u4E0D\u518D\u986F\u793A\u8A72\u5FEB\u6377\u65B9\u5F0F","subtitle.showQuickButton":"\u986F\u793A\u96D9\u8A9E\u5B57\u5E55\u5FEB\u6377\u65B9\u5F0F","subtitle.showQuickButtonDescription":"\u5728\u8996\u983B\u64AD\u653E\u5668\u53F3\u4E0B\u89D2\u63D0\u4F9B\u555F\u7528\u96D9\u8A9E\u5B57\u5E55\u7684\u5FEB\u6377\u65B9\u5F0F",videoSubtitleTranslationDescription:"\u70BA\u5F71\u7247\u5B57\u5E55\u55AE\u7368\u6307\u5B9A\u4E00\u500B\u7FFB\u8B6F\u670D\u52D9",subtitleTranslating:"\u6B63\u5728\u4F7F\u7528 {service} \u670D\u52D9\u7FFB\u8B6F\u5B57\u5E55\u4E2D\uFF0C\u8ACB\u7A0D\u7B49...\uFF08\u6C89\u6D78\u5F0F\u7FFB\u8B6F\uFF09",subtitleLoading:"\u6B63\u5728\u8F09\u5165\u5B57\u5E55...",bilingual:"\u96D9\u8A9E","field.action":"\u662F\u5426\u555F\u7528\u767E\u5EA6\u8853\u8A9E","description.action":"\u555F\u7528\u5F8C\u6703\u5728\u8ACB\u6C42\u4E2D\u52A0\u5165 action=1 \u7684\u53C3\u6578\uFF0C\u4EE5\u4FBF\u544A\u77E5\u767E\u5EA6\u555F\u7528\u8853\u8A9E\uFF0C<1>\u66F4\u591A\u8AAA\u660E\u8ACB\u53C3\u8003\u5B98\u65B9\u6587\u6A94",closeQuickTranslation:"\u95DC\u9589\u61F8\u6D6E\u7403","closeQuickTranslation.untilNext":"\u672C\u6B21\u95DC\u9589\u76F4\u5230\u4E0B\u6B21\u8A2A\u554F","closeQuickTranslation.currentWebsite":"\u7576\u524D\u7DB2\u7AD9\u7981\u7528","closeQuickTranslation.alwaysClose":"\u6C38\u4E45\u7981\u7528","closeQuickTranslation.settingOpen":"\uFF08\u53EF\u5728<1>\u8A2D\u5B9A\u9801\u958B\u555F\uFF09","closeQuickTranslation.cancel":"\u53D6\u6D88","closeQuickTranslation.confirm":"\u78BA\u5B9A","floatBall.popup":"\u6253\u958B\u5FEB\u6377\u8A2D\u5B9A\u9762\u677F","floatBall.translate":"\u9EDE\u64CA\u7FFB\u8B6F\u8A72\u9801\u9762","floatBall.showOriginal":"\u9EDE\u64CA\u5207\u63DB\u5230\u539F\u6587","floatBall.close":"\u95DC\u9589\u61F8\u6D6E\u7403","floatBallOptions.enableDescPc":"\u555F\u7528\u9801\u9762\u61F8\u6D6E\u7403\u5F8C\uFF0C\u6703\u5728\u9801\u9762\u53F3\u5074\u986F\u793A\u4E00\u500B\u5FEB\u6377\u7FFB\u8B6F\u6309\u9215\uFF0C\u9EDE\u64CA\u5373\u53EF\u7FFB\u8B6F","floatBallOptions.enableDesc":"\u95DC\u9589\u61F8\u6D6E\u7403\u5F8C\uFF0C\u53EF\u4EE5\u7528{touch}\u559A\u8D77\u3002\u70BA\u9632\u6B62\u4E0D\u614E\u95DC\u9589\u8A72\u9078\u9805\u5F8C\u627E\u4E0D\u5230\u61F8\u6D6E\u7403\uFF0C\u5F37\u70C8\u5EFA\u8B70\u6536\u85CF\u672C\u8A2D\u5B9A\u9801","description.azureApiUrl":"\u586B\u5165\u81EA\u8A02\u7684API\u4F4D\u5740",shareBtnTitle:"\u9EDE\u64CA\u751F\u6210\u7DB2\u9801\u5FEB\u7167","floatBall.share":"\u751F\u6210\u7DB2\u9801\u5FEB\u7167","floatBall.guideClickToTranslate":`\u9EDE\u64CA\u6C89\u6D78\u5F0F\u7FFB\u8B6F\u61F8\u6D6E\u7403 + {env.imt_sub_trans_field}: \u8BD1\u6587`,"browser.PdfProFile":"AI \u9A71\u52A8\u7684 PDF Pro \u7FFB\u8BD1","browser.textTranslate":"\u6587\u672C\u7FFB\u8BD1"};var As={nologin:"\u672A\u767B\u9304",loginForSafari:"\u767B\u5165\u6216\u8A3B\u518A",login:"\u767B\u9304",goLogin:"\u53BB\u767B\u9304",manageAccount:"\u7BA1\u7406\u8CEC\u6236",openPremium:"\u958B\u901A\u6703\u54E1",logout:"\u9000\u51FA",curentPlan:"\u7576\u524D\u5957\u9910",endAt:"\u5230\u671F",endAuto:"\u81EA\u52D5\u7E8C\u671F",lineBreakMaxTextCount:"\u63DB\u884C\u5F8C\uFF0C\u6BCF\u53E5\u8A71\u5141\u8A31\u7684\u6700\u5927\u5B57\u5143\u6578\u91CF","translate-pdf":"\u9EDE\u9078\u7FFB\u8B6F PDF","noSupportTranslate-pdf":"\u8173\u672C\u4E0D\u652F\u63F4\uFF0C\u8ACB\u4F7F\u7528\u64F4\u5145\u5957\u4EF6","translate-firefox-local-pdf":"\u9EDE\u64CA\u53BB\u5C0E\u5165PDF",enableLineBreak:"\u958B\u555F\u9577\u6BB5\u843D\u81EA\u52D5\u63DB\u884C",sponsorLabel:"$1 \u8D77\u8D0A\u52A9\u958B\u767C\u8005 (\u6708\u4ED8\u6216\u50C5\u8D0A\u52A9\u4E00\u6B21\u5747\u53EF)",help:"\u8AAA\u660E",enableLineBreakDescription:"\u555F\u7528\u5F8C\uFF0C\u5C07\u6703\u5728\u9577\u6BB5\u843D\u4E2D\u6BCF\u53E5\u8A71\u7D50\u675F\u63D2\u5165\u63DB\u884C\u5B57\u5143\uFF0C\u4EE5\u4FBF\u65BC\u95B1\u8B80","browser.shortBrandName":"\u6C89\u6D78\u5F0F\u7FFB\u8B6F","browser.brandName":"\u6C88\u6D78\u5F0F\u7FFB\u8B6F - \u7DB2\u9801\u7FFB\u8B6F\u64F4\u5145 | PDF\u7FFB\u8B6F | \u514D\u8CBB","browser.brandDescription":"\u3010\u6C88\u6D78\u5F0F\u7FFB\u8B6F\u3011\u4E00\u6B3E\u514D\u8CBB\u7684\uFF08\u539F\u6587/\u8B6F\u6587\uFF09\u96D9\u8A9E\u5C0D\u7167\u7DB2\u9801\u7FFB\u8B6F\u64F4\u5145\uFF0C\u540C\u6642\u652F\u6301PDF\u7FFB\u8B6F\uFF08\u4FDD\u7559\u539F\u6587\u6A94\u6392\u7248\uFF09\uFF0C\u8996\u983B\u96D9\u8A9E\u5B57\u5E55\u7FFB\u8B6F\uFF08Youtube, Netflix\u7B49\uFF09\uFF0CEPUB\u96FB\u5B50\u66F8\u7FFB\u8B6F\u7B49\uFF1B\u652F\u6301\u8ABF\u7528\u4EBA\u5DE5\u667A\u80FDAI\u7FFB\u8B6F\u5927\u6A21\u578B\uFF08OpenAI (ChatGPT)\u3001DeepL\u3001Gemini(Bard) \u7B49 \uFF09\u5C0D\u4EE5\u4E0A\u5167\u5BB9\u9032\u884C\u66F4\u6E96\u78BA\u7684\u7FFB\u8B6F\uFF1B","browser.toggleTranslatePage":"\u7FFB\u8B6F\u7DB2\u9801/\u986F\u793A\u539F\u6587","browser.toggleTranslateTheWholePage":"\u7FFB\u8B6F\u9801\u9762\u5168\u90E8\u5340\u57DF/\u986F\u793A\u539F\u6587","browser.toggleTranslateToThePageEndImmediately":"\u7ACB\u5373\u7FFB\u8B6F\u5230\u9801\u9762\u5E95\u90E8/\u986F\u793A\u539F\u6587","browser.toggleTranslateTheMainPage":"\u7FFB\u8B6F\u9801\u9762\u4E3B\u8981\u5340\u57DF/\u986F\u793A\u539F\u6587","browser.shareToDraft":"\u751F\u6210\u7DB2\u9801\u5FEB\u7167","browser.openOptionsPage":"\u958B\u555F\u8A2D\u5B9A\u9801\u9762","browser.translateLocalPdfFile":"\u7FFB\u8B6F\u672C\u6A5F PDF \u6A94\u6848","browser.openEbookViewer":"\u95B1\u8B80\u672C\u6A5F\u96FB\u5B50\u66F8","browser.openEbookBuilder":"\u88FD\u4F5C\u96D9\u8A9E EPUB \u96FB\u5B50\u66F8","browser.translateLocalHtmlFile":"\u7FFB\u8B6F HTML/txt \u6A94\u6848","browser.donateContext":"\u4E86\u89E3\u8D0A\u52A9\u798F\u5229","browser.translateLocalSubtitleFile":"\u7FFB\u8B6F\u5B57\u5E55\u6A94\u6848",confirmResetConfig:"\u4F60\u78BA\u5B9A\u8981\u91CD\u8A2D\u8A2D\u5B9A\u55CE\uFF1F",translationLineBreakSettingTitle:"\u8B6F\u6587\u63DB\u884C\u8A2D\u5B9A",smartLineBreak:"\u667A\u6167\u63DB\u884C",alwaysLineBreak:"\u7E3D\u662F\u63DB\u884C",isShowContextMenu:"\u5C07\u7DB2\u9801\u7FFB\u8B6F\u529F\u80FD\u52A0\u5165\u53F3\u9375\u9078\u55AE",toggleBeta:"\u958B\u555F Beta \u6E2C\u8A66\u529F\u80FD",betaDescription:"\u555F\u7528\u4ECD\u5728\u5BE6\u9A57\u7684\u529F\u80FD\u4EE5\u53CA\u6E2C\u8A66\u4E2D\u7684\u7FFB\u8B6F\u670D\u52D9\u3002\u52A0\u5165 <1>Telegram \u7FA4\u7D44\u4E86\u89E3\u66F4\u591A\u3002",translationLineBreakSettingDescription:"\u7E3D\u662F\u63DB\u884C\u9069\u7528\u65BC\u8F03\u5C11\u5167\u5BB9\u7684\u7248\u9762\uFF0C\u66F4\u6574\u9F4A\u3002(\u5728\u5167\u5BB9\u8F03\u591A\u7684\u9577\u6BB5\u843D(\u8D85\u904E {count} \u500B\u5B57\u5143) \u4F7F\u7528\u667A\u6167\u63DB\u884C\u6703\u66F4\u7701\u7A7A\u9593)",tempTranslateDomainTitle:"\u81E8\u6642\u958B\u555F\u7DB2\u7AD9\u7FFB\u8B6F\u7684\u6642\u9577",tempTranslateDomainDescription:"\u7576\u624B\u52D5\u7FFB\u8B6F\u67D0\u500B\u7DB2\u9801\u7684\u6642\u5019\uFF0C\u81E8\u6642\u958B\u555F\u8A72\u7DB2\u7AD9\u70BA\u81EA\u52D5\u7FFB\u8B6F",xMinutes:"{count} \u5206\u9418",disabled:"\u505C\u7528",changelog:"\u66F4\u65B0\u8A18\u9304",toggleTranslatePageWhenThreeFingersOnTheScreen:"\u591A\u6307\u540C\u6642\u89F8\u6478\u87A2\u5E55\u5247\u7FFB\u8B6F\u7DB2\u9801/\u986F\u793A\u539F\u6587",toggleTranslationMaskWhenThreeFingersOnTheScreen:"\u591A\u6307\u540C\u6642\u89F8\u6478\u5247\u986F\u793A/\u96B1\u85CF\u8B6F\u6587\u6A21\u7CCA\u6548\u679C",addUrlDescription:"\u53EF\u4EE5\u70BA\u7DB2\u57DF\u540D\u7A31\uFF0C\u540C\u6642\u652F\u63F4\u842C\u7528\u5B57\u5143\uFF0C\u5982\uFF1A*.google.com, google.com/mail/*, https://www.google.com/*",general:"\u57FA\u672C\u8A2D\u5B9A",clickToExpandConfig:"\u5C55\u958B\u76EE\u524D\u8A2D\u5B9A",import:"\u5F9E\u6A94\u6848\u532F\u5165",export:"\u532F\u51FA\u70BA\u6A94\u6848",toggleDebug:"\u5728\u4E3B\u63A7\u53F0\u986F\u793A\u5075\u932F\u8A18\u9304","fingers.0":"\u95DC\u9589",mouseHoldKey:"+ {key} \u7FFB\u8B6F/\u9084\u539F\u8A72\u6BB5",mouseHoldKeyAuto:"\u76F4\u63A5\u7FFB\u8B6F\u8A72\u6BB5",mouseHoldKeyOff:"\u4E0D\u505A\u4EFB\u4F55\u4E8B\u60C5",mouseHoldKeyOther:"\u81EA\u5B9A\u7FA9\u5FEB\u6377\u9375(\u6253\u958B\u8A2D\u7F6E)",mouseHoldKeyCustomKey:"{key} \u7FFB\u8B6F/\u9084\u539F\u8A72\u6BB5","mouse-translate":"\u9F20\u6A19\u6ED1\u904E",document:"\u8AAA\u660E\u6587\u4EF6",resetSuccess:"\u91CD\u8A2D\u6240\u6709\u8A2D\u5B9A\u6210\u529F",resetThisSuccess:"\u91CD\u8A2D\u6210\u529F",saved:"\u5132\u5B58\u6210\u529F",successImportConfig:"\u6210\u529F\u532F\u5165\u8A2D\u5B9A",goAdvancedSettings:"\u524D\u5F80\u9032\u968E\u8A2D\u5B9A\u9801\u9762",goAdvancedInterfaceSettings:"\u524D\u5F80\u81EA\u8A02\u8A2D\u5B9A\u9801\u9762",advanced:"\u9032\u968E\u8A2D\u5B9A",advancedDescription:"\u6B63\u5E38\u60C5\u6CC1\u7121\u9700\u8A2D\u5B9A\uFF0C\u4FDD\u6301\u9810\u8A2D\u5373\u53EF\u3002\u50C5\u91DD\u5C0D\u66F4\u5C08\u696D\u7684\u4F7F\u7528\u8005\uFF0C\u63D0\u4F9B\u66F4\u500B\u4EBA\u5316\u7684\u8A2D\u5B9A\u9805\u76EE\u3002",developer:"\u958B\u767C\u8005\u8A2D\u5B9A",donateCafe:"\u50F9\u683C","translate to the bottom of the page":"\u9032\u5165\u7DB2\u9801\u5F8C\uFF0C\u662F\u5426\u7ACB\u5373\u7FFB\u8B6F\u5230\u9801\u9762\u5E95\u90E8\uFF1F",feedback:"\u554F\u984C\u56DE\u5831",toggleTranslatePage:"\u7FFB\u8B6F\u7DB2\u9801/\u986F\u793A\u539F\u6587",translateToThePageEndImmediatelyDescription:"\u555F\u7528\u5F8C\uFF0C\u9032\u5165\u7DB2\u9801\u5C07\u7ACB\u5373\u7FFB\u8B6F\u5F9E\u9802\u90E8\u5230\u5E95\u90E8\u7684\u5167\u5BB9\u3002\u95DC\u9589\u5247\u908A\u770B\u908A\u8B6F\u3002\uFF08\u4E0D\u63A8\u85A6\u958B\u555F\uFF09","translate all areas of the page":"\u662F\u5426\u7FFB\u8B6F\u7DB2\u9801\u6240\u6709\u5340\u57DF",translationAreaDescription:"\u555F\u7528\u5F8C\uFF0C\u7DB2\u9801\u7684\u6240\u6709\u5340\u57DF\u90FD\u6703\u88AB\u7FFB\u8B6F\u3002\u95DC\u9589\u5247\u4F7F\u7528\u9810\u8A2D\u7684\u667A\u6167\u8FA8\u8B58\uFF0C\u50C5\u7FFB\u8B6F\u4E3B\u8981\u5340\u57DF\u3002(\u4E0D\u63A8\u85A6\u958B\u555F)","the number of characters to be translated first":"\u76F4\u63A5\u7FFB\u8B6F\u9801\u9762\u524D\u591A\u5C11\u500B\u5B57\u5143\uFF0C\u800C\u7121\u9700\u7B49\u5F85\u6372\u52D5\u81F3\u53EF\u898B\u5340\u57DF","interface language":"\u4ECB\u9762\u8A9E\u8A00","display both the original text and the translation":"\u540C\u6642\u986F\u793A\u539F\u6587\u548C\u8B6F\u6587","keyboard shortcuts":"\u9375\u76E4\u5FEB\u901F\u9375",modify:"\u8B8A\u66F4\u5FEB\u901F\u9375",reset:"\u91CD\u8A2D",close:"\u95DC\u9589",homepage:"\u9996\u9801",more:"\u66F4\u591A",moreOptions:"\u5C55\u958B\u66F4\u591A\u81EA\u8A02\u9078\u9805",translateTheWholePage:"\u7FFB\u8B6F\u9801\u9762\u5168\u90E8\u5340\u57DF\uFF08\u5340\u5206\u65BC\u53EA\u7FFB\u8B6F\u4E3B\u8981\u5340\u57DF\uFF09",changeToTranslateTheWholePage:"\u5207\u63DB\u70BA\u7FFB\u8B6F\u6240\u6709\u5340\u57DF",changeToTranslateTheMainPage:"\u5207\u63DB\u70BA\u7FFB\u8B6F\u4E3B\u8981\u5340\u57DF",translateToThePageEndImmediately:"\u7ACB\u5373\u7FFB\u8B6F\u5230\u5E95\u90E8\uFF08\u5340\u5206\u65BC\u770B\u54EA\u8B6F\u54EA\uFF09",translateTheMainPage:"\u667A\u6167\u7FFB\u8B6F\u4E3B\u8981\u5340\u57DF","The local rules are up to date":"\u672C\u6A5F\u898F\u5247\u5DF2\u70BA\u6700\u65B0\uFF1A","Successfully synchronized with the latest official rules:":"\u6210\u529F\u540C\u6B65\u6700\u65B0\u5B98\u65B9\u898F\u5247\uFF1A","Checking for updates":"\u6B63\u5728\u6AA2\u67E5\u66F4\u65B0","Rules are being synchronized":"\u6B63\u5728\u540C\u6B65\u5B98\u65B9\u898F\u5247",localVersionIsTooOld:"\u672C\u6A5F\u5957\u4EF6\u7248\u672C\u904E\u820A\uFF0C\u8ACB\u5347\u7D1A\u5957\u4EF6\u81F3 {minVersion} \u6216\u66F4\u65B0\u7684\u7248\u672C\u518D\u5617\u8A66\u540C\u6B65",badUserscriptBrowser:"\u76EE\u524D\u700F\u89BD\u5668\u7121\u6CD5\u6B63\u78BA\u5BE6\u73FE\u6CB9\u7334\u5957\u4EF6\u7684\u4ECB\u9762\uFF0C\u8ACB\u4F7F\u7528\u5176\u4ED6<1>\u652F\u63F4\u6CB9\u7334\u5957\u4EF6\u7684\u700F\u89BD\u5668\u5982(Firefox Nightly \u7248\u672C)",foundNewVersion:"\u6709\u65B0\u7248\u672C\u53EF\u7528",theLocalExtensionIsUpToUpdate:"\u76EE\u524D\u5957\u4EF6\u5DF2\u662F\u6700\u65B0\u7248\u672C",failToSyncRules:"\u540C\u6B65\u6700\u65B0\u5B98\u65B9\u898F\u5247\u5931\u6557",retry:"\u9EDE\u6B64\u91CD\u8A66",failedReason:"\u5931\u6557\u539F\u56E0",currentRuleVersion:"\u76EE\u524D\u898F\u5247\u7248\u672C",calculating:"\u6B63\u5728\u8A08\u7B97",unknownError:"\u672A\u77E5\u7684\u932F\u8AA4",canNotFetchRemoteRule:"\u7121\u6CD5\u53D6\u5F97\u9060\u7AEF\u898F\u5247",enableAlphaSuccess:"\u5DF2\u555F\u7528 Alpha \u529F\u80FD",disableAlphaSuccess:"\u5DF2\u505C\u7528 Alpha \u529F\u80FD",cacheSize:"\u5FEB\u53D6\u5927\u5C0F\uFF1A",cleaning:"\u6B63\u5728\u6E05\u7406",cleanCache:"\u6E05\u9664\u5FEB\u53D6",options:"\u9078\u9805",about:"\u95DC\u65BC",service:"\u7FFB\u8B6F\u670D\u52D9",needAction:"(\u524D\u5F80\u8A2D\u5B9A)",goSettings:"\u524D\u5F80\u8A2D\u5B9A",needActionForOptions:"(\u9700\u8A2D\u5B9A)",translationEngine:"\u5F15\u64CE\u9078\u9805",sourceLanguage:"\u539F\u6587\u8A9E\u8A00",target:"\u76EE\u6A19\u8A9E\u8A00",popupSourceLanguage:"\u539F\u6587\u8A9E\u8A00",popupTarget:"\u76EE\u6A19\u8A9E\u8A00",popupService:"\u7FFB\u8B6F\u670D\u52D9",forThisSite:"\u7576\u524D\u7DB2\u7AD9",autoEnableSubtitle:"\u81EA\u52D5\u958B\u555F\u96D9\u8A9E\u5B57\u5E55",alwaysTranslate:"\u7E3D\u662F\u7FFB\u8B6F",neverTranslate:"\u6C38\u4E0D\u7FFB\u8B6F",neverTranslateSomeLanguage:"\u6C38\u4E0D\u7FFB\u8B6F {language}",alwaysTranslateSomeSite:"\u7E3D\u662F\u7FFB\u8B6F {hostname}",neverTranslateSomeSite:"\u6C38\u4E0D\u7FFB\u8B6F {hostname}",alwaysTranslateSomeSiteOrWildSite:"\u7E3D\u662F\u7FFB\u8B6F\u7DB2\u7AD9",alwaysTranslateSomePage:"\u7E3D\u662F\u7FFB\u8B6F\u8A72\u7DB2\u9801",add:"\u65B0\u589E",default:"\u9810\u8A2D",forThisLanguage:"\u91DD\u5C0D\u8A72\u8A9E\u8A00\uFF1A","add url":"\u8F38\u5165 URL",edit:"\u7DE8\u8F2F",pickAll:"\u5168\u9078","translate other languages into specific language":"\u5C07\u5176\u5B83\u8A9E\u8A00\u7FFB\u8B6F\u70BA\u4F60\u8A2D\u5B9A\u7684\u8A9E\u8A00","select translation service":"\u9078\u64C7\u4F60\u60F3\u7528\u7684\u7FFB\u8B6F\u670D\u52D9",language:"\u8A9E\u8A00","show-original":"\u986F\u793A\u539F\u6587",translate:"\u7FFB\u8B6F",Translated:"\u5DF2\u7FFB\u8B6F",Translating:"\u6B63\u5728\u7FFB\u8B6F",Error:"\u932F\u8AA4",allowCacheTranslations:"\u555F\u7528\u672C\u6A5F\u7FFB\u8B6F\u5FEB\u53D6\uFF08\u6E1B\u5C11\u91CD\u8907\u6BB5\u843D\u7684\u7FFB\u8B6F\u8981\u6C42\uFF09","translation display":"\u8B6F\u6587\u986F\u793A\u6A23\u5F0F","select diplay style":"\u5340\u5206\u8B6F\u6587\u7684\u6A23\u5F0F\uFF0C\u5177\u9AD4\u53EF\u53C3\u8003\u4E0B\u5217\u7BC4\u4F8B",interface:"\u4ECB\u9762\u8A2D\u5B9A",import_export:"\u532F\u5165/\u532F\u51FA",import_export_title:"\u532F\u5165/\u532F\u51FA\u8A2D\u5B9A",syncToGoogleDrive:"\u7ACB\u5373\u8207 Google Drive \u540C\u6B65","floatBallOptions.enable":"\u555F\u7528\u61F8\u6D6E\u7403","floatBallOptions.blockUrls":"\u7981\u7528\u7DB2\u7AD9","floatBallOptions.add":"\u6DFB\u52A0","floatBallOptions.blockUrlDesc":"\u7576\u9047\u5230\u4EE5\u4E0B\u7DB2\u7AD9\u6642\u4E0D\u986F\u793A\u61F8\u6D6E\u7403","floatBallOptions.clickType":"\u9EDE\u64CA\u884C\u70BA","floatBallOptions.clickTypeDesc":"\u61F8\u6D6E\u7403\u5716\u6A19\u9EDE\u64CA\u6642\u7684\u884C\u70BA","floatBallOptions.clickPopup":"\u986F\u793A\u7FFB\u8B6F\u9762\u677F","floatBallOptions.clickTranslate":"\u7FFB\u8B6F/\u986F\u793A\u539F\u6587","floatBallOptions.fixedPosition":"\u56FA\u5B9A\u4F4D\u7F6E","floatBallOptions.fixedPositionDesc":"\u61F8\u6D6E\u7403\u5728\u7A97\u53E3\u5DE6\u5074\u9084\u662F\u53F3\u5074","floatBallOptions.fixedPositionLeft":"\u5DE6\u5074","floatBallOptions.fixedPositionRight":"\u53F3\u5074",previewAllThemes:"\u9810\u89BD\u5168\u90E8\u6A23\u5F0F","translationTheme.none":"\u7121","translationTheme.grey":"\u9ED1\u7070\u8272","translationTheme.dashed":"\u7834\u6298\u865F\u5E95\u7DDA","translationTheme.dotted":"\u9EDE\u72C0\u5E95\u7DDA","translationTheme.dashedBorder":"\u865B\u7DDA\u6846\u7DDA","translationTheme.solidBorder":"\u5BE6\u7DDA\u6846\u7DDA","translationTheme.underline":"\u76F4\u7DDA\u5E95\u7DDA","translationTheme.mask":"\u6A21\u7CCA\u6548\u679C\uFF08\u5B78\u7FD2\u6A21\u5F0F\uFF09","translationTheme.opacity":"\u900F\u660E\u6548\u679C","translationTheme.paper":"\u767D\u7D19\u9670\u5F71\u6548\u679C","translationTheme.dividingLine":"\u5206\u9694\u7DDA","translationTheme.highlight":"\u9192\u76EE\u63D0\u793A","translationTheme.marker":"\u99AC\u514B\u7B46","translationTheme.marker2":"\u99AC\u514B\u7B462","translationTheme.blockquote":"\u5F15\u7528\u6A23\u5F0F","translationTheme.weakening":"\u5F31\u5316","translationTheme.italic":"\u659C\u9AD4","translationTheme.bold":"\u7C97\u9AD4","translationTheme.thinDashed":"\u7D30\u7834\u6298\u865F\u5E95\u7DDA","translationTheme.nativeDashed":"\u7CFB\u7D71\u5167\u5EFA\u7834\u6298\u865F\u5E95\u7DDA","translationTheme.nativeDotted":"\u7CFB\u7D71\u5167\u5EFA\u9EDE\u72C0\u5E95\u7DDA","translationTheme.nativeUnderline":"\u7CFB\u7D71\u5167\u5EFA\u76F4\u7DDA\u5E95\u7DDA","translationTheme.wavy":"\u6CE2\u5F62\u66F2\u7DDA","translationServices.custom":"\u81EA\u5B9A\u7FA9API","translationServices.tencent":"\u9A30\u8A0A\u7FFB\u8B6F\u541B","translationServices.tenAlpha":"\u9A30\u8A0A\u7FFB\u8B6F\u541B(Alpha)","translationServices.google":"Google \u7FFB\u8B6F","translationServices.bai":"\u767E\u5EA6(Alpha)","translationServices.baidu":"\u767E\u5EA6\u7FFB\u8B6F","translationServices.aliyun":"\u963F\u91CC\u96F2\u7FFB\u8B6F","translationServices.volc":"\u706B\u5C71\u7FFB\u8B6F","translationServices.deeplx":"DeepLX(Beta)","translationServices.bing":"\u5FAE\u8F6F\u7FFB\u8B6F","translationServices.deepl":"DeepL","translationServices.wechat":"\u5FAE\u4FE1\u7FFB\u8B6F","translationServices.azure":"Azure \u7FFB\u8B6F","translationServices.ibm":"IBM Watson","translationServices.aws":"\u4E9E\u99AC\u905C\u7FFB\u8B6F","translationServices.mock":"\u6A21\u64EC\u7FFB\u8B6F","translationServices.mock2":"\u6A21\u64EC\u7FFB\u8B6F2","translationServices.caiyun":"\u5F69\u96F2\u5C0F\u8B6F","translationServices.cai":"\u5F69\u96F2\u5C0F\u8B6F (Alpha)","translationServices.volcAlpha":"\u706B\u5C71\u7FFB\u8B6F(Alpha)","translationServices.openl":"OpenL","translationServices.youdao":"\u6709\u9053\u7FFB\u8B6F","translationServices.you":"\u6709\u9053\u7FFB\u8B6F (Alpha)","translationServices.transmart":"\u9A30\u8A0A\u4EA4\u4E92\u7FFB\u8B6F","translationServices.niu":"\u5C0F\u725B\u7FFB\u8B6F","translationServices.papago":"Papago \u7FFB\u8B6F","translationServices.d":"Deepl(Alpha)","translationServices.dpro":"D Pro (Canary)","translationServices.openai":"OpenAI","translationServices.yandex":"Yandex","translationServices.chatgpt":"ChatGPT Web(3.5 mobile)","translate title":"\u7FFB\u8B6F\u9801\u9762\u6A19\u984C","always languages":"\u7E3D\u662F\u7FFB\u8B6F\u7684\u8A9E\u8A00",neverTranslateLanguagesLabel:"\u6C38\u4E0D\u7FFB\u8B6F\u7684\u8A9E\u8A00",neverTranslateTheFollowingLanguagesDescription:"\u7576\u9801\u9762\u4E2D\u67D0\u4E00\u6BB5\u843D\u7684\u8A9E\u8A00\u70BA\u4E0B\u5217\u8A9E\u8A00\u6642\uFF0C\u5C07\u8DF3\u904E\u7FFB\u8B6F",enableUserscriptPagePopup:"\u5728\u9801\u9762\u4E0A\u986F\u793A\u61F8\u6D6E\u7403",enableUserscriptPagePopupDescription:"\u95DC\u9589\u61F8\u6D6E\u7403\u5F8C\uFF0C\u53EF\u4EE5\u7528\u5FEB\u901F\u9375/{touch}\u518D\u6B21\u986F\u793A\u3002\u70BA\u9632\u6B62\u4E0D\u614E\u95DC\u9589\u8A72\u9078\u9805\u5F8C\u627E\u4E0D\u5230\u61F8\u6D6E\u7403\uFF0C\u5EFA\u8B70\u5C07\u672C\u8A2D\u5B9A\u9801\u9762\u52A0\u5165\u81F3\u6211\u7684\u6700\u611B","always translate the following languages":"\u7576\u9801\u9762\u8A9E\u8A00\u70BA\u4E0B\u5217\u8A9E\u8A00\u6642\uFF0C\u6703\u81EA\u52D5\u7FFB\u8B6F\u70BA\u76EE\u6A19\u8A9E\u8A00","always sites":"\u7E3D\u662F\u7FFB\u8B6F\u7684\u7DB2\u5740","always translate the following sites":"\u7576\u7DB2\u7AD9\u70BA\u4E0B\u5217\u7DB2\u57DF\u540D\u7A31\u6642\uFF0C\u6703\u81EA\u52D5\u7FFB\u8B6F\u70BA\u76EE\u6A19\u8A9E\u8A00","never sites":"\u6C38\u4E0D\u7FFB\u8B6F\u7684\u7DB2\u5740","never translate the following sites":"\u7576\u7DB2\u7AD9\u70BA\u4E0B\u5217\u7DB2\u57DF\u540D\u7A31\u6642\uFF0C\u5C07\u4E0D\u6703\u9032\u884C\u7FFB\u8B6F","please refer to":"\u9700\u8981\u586B\u5BEB\u91D1\u9470\u5F8C\u624D\u53EF\u4F7F\u7528\uFF0C\u8A73\u7D30\u8CC7\u8A0A\u8ACB\u53C3\u8003",KeyAndConfigurationTutorial:"\u300A\u91D1\u9470\u7533\u8ACB\u548C\u8A2D\u5B9A\u6559\u5B78\u300B",useAboveStyleForTheseSites:"\u7576\u7DB2\u7AD9\u70BA\u4E0B\u5217\u7DB2\u57DF\u540D\u7A31\u6642\uFF0C\u7E3D\u662F\u4F7F\u7528 \u2308{theme}\u230B \u8B6F\u6587\u6A23\u5F0F",currentUrl:"\u76EE\u524D\u7DB2\u5740",confirm:"\u5132\u5B58",cancel:"\u53D6\u6D88",delete:"\u522A\u9664","languages.auto":"\u81EA\u52D5\u5075\u6E2C",syncToCloud:"\u540C\u6B65\u81F3\u96F2\u7AEF",syncToCloudDescription:"\u4E0A\u50B3\u81F3\u96F2\u7AEF\u5F8C\uFF0C\u53EF\u4EE5\u5728\u4E0D\u540C\u7684\u700F\u89BD\u5668/\u6CB9\u7334\u8173\u672C\u4E4B\u9593\u540C\u6B65\u8A2D\u5B9A\uFF0C\u4EE5\u6700\u5F8C\u8B8A\u66F4\u6642\u9593\u70BA\u6E96\u3002",syncToAccount:"\u540C\u6B65\u5230\u8CEC\u6236",syncToAccountButton:"\u7ACB\u5373\u8207\u96F2\u7AEF\u540C\u6B65",syncToAccountDescription:"\u4E0A\u50B3\u5230\u5DF2\u767B\u9304\u8CEC\u6236\uFF0C\u53EF\u4EE5\u5728\u4E0D\u540C\u7684\u8A2D\u5099\u4E4B\u9593\u540C\u6B65\u914D\u7F6E\uFF0C\u4EE5\u6700\u5F8C\u4FEE\u6539\u6642\u9593\u70BA\u6E96\u3002",successSyncConfigInAccount:"\u6210\u529F\u8207\u8CEC\u6236\u4FDD\u6301\u540C\u6B65",successSyncConfigToAccount:"\u6210\u529F\u540C\u6B65\u5230\u8CEC\u6236",syncConfigNoUpdate:"\u5DF2\u7D93\u662F\u6700\u65B0\u7684\u4E86",authFail:"\u6388\u6B0A\u5931\u6557",syncTitle:"\u624B\u52D5\u5099\u4EFD\u7BA1\u7406",import_hint:"\u532F\u5165",upload:"\u4E0A\u50B3",revokeAuth:"\u64A4\u92B7\u6388\u6B0A",uploadFail:"\u4E0A\u50B3\u5931\u6557",download:"\u4E0B\u8F09",importSuccess:"\u532F\u5165\u6210\u529F",importFail:"\u532F\u5165\u5931\u6557",deleteFail:"\u522A\u9664\u5931\u6557",backupToCloud:"\u624B\u52D5\u7BA1\u7406\u5099\u4EFD\u6A94\u6848",create_new_backup:"\u65B0\u589E\u5099\u4EFD\u7BC0\u9EDE",maxBackupFiles:"\u6700\u591A\u53EF\u4EE5\u5099\u4EFD{count}\u500B\u4E0D\u540C\u7684\u7BC0\u9EDE\uFF0C\u8ACB\u522A\u9664\u4E0D\u9700\u8981\u7684\u7BC0\u9EDE",backupToCloudDescription:"\u624B\u52D5\u4E0A\u50B3\u6216\u9084\u539F\u5099\u4EFD\u6A94\u6848\uFF0C\u6700\u591A\u5141\u8A31 3 \u500B\u4E0D\u540C\u7684\u5099\u4EFD",successSyncConfig:"\u6210\u529F\u8207\u96F2\u7AEF\u4FDD\u6301\u540C\u6B65",syncFail:"\u540C\u6B65\u5931\u6557",updatedAt:"\u66F4\u65B0\u65BC {date}",lastSyncedAt:"\u4E0A\u6B21\u6AA2\u67E5\u65BC {date}",downloadFail:"\u4E0B\u8F09\u5931\u6557",clickToDownload:"\u9EDE\u9078\u4E0B\u8F09",aboutLabel:"\u95DC\u65BC - \u554F\u984C\u56DE\u5831","browser.openAboutPage":"\u95DC\u65BC/\u554F\u984C\u56DE\u5831",aboutLabelWithoutSponsor:"\u95DC\u65BC - \u554F\u984C\u56DE\u5831",aboutIntro:"\u5E0C\u671B\u6211\u5011\u90FD\u80FD\u66F4\u52A0\u5BB9\u6613\u4E14\u6109\u6085\u5730\u7372\u53D6\u7DB2\u969B\u7DB2\u8DEF\u4E0A\u66F4\u591A\u7684\u5916\u8A9E\u8CC7\u8A0A \u2764\uFE0F \u4F60\u53EF\u4EE5\u9078\u64C7\u958B\u901A <6>Pro\u6703\u54E1 \u4F86\u4F7F\u7528\u958B\u7BB1\u5373\u7528\u7684 DeepL \u548C OpenAI \u7FFB\u8B6F\u3002

\u4F60\u53EF\u4EE5\u95DC\u6CE8\u6211\u4EEC\u7684<3>Twitter\uFF0C<4>Telegram \u983B\u9053\u4EE5\u53CA\u4E0B\u65B9\u7684<5>\u90F5\u4EF6\u8A02\u95B1\u8FFD\u8E64\u66F4\u65B0\u3002
<7>Pro \u6703\u54E1 \u53EF\u4EE5\u901A\u904E\u5FEB\u901F\u5BA2\u670D\u90F5\u7BB1 <8>support@immersivetranslate.com \u548C\u6211\u5011\u53D6\u5F97\u806F\u7E6B\u3002",aboutIntroWithoutSponsor:"\u5E0C\u671B\u6211\u5011\u90FD\u80FD\u66F4\u52A0\u5BB9\u6613\u4E14\u6109\u6085\u5730\u7372\u53D6\u7DB2\u969B\u7DB2\u8DEF\u4E0A\u66F4\u591A\u7684\u5916\u8A9E\u8CC7\u8A0A \u2764\uFE0F ",projectHomepage:"\u5C08\u6848\u9996\u9801",joinTelegramGroup:"\u52A0\u5165\u7528\u6237\u4EA4\u6D41\u7FA4\u7D44\u53C3\u8207\u529F\u80FD\u8A0E\u8AD6",wechatPublicAccount:"\u5FAE\u4FE1\u516C\u773E\u865F",wechatCommunities:"\u5FAE\u4FE1\u4EA4\u6D41\u7FA4",qqCommunities:"QQ \u4EA4\u6D41\u983B\u9053",joinTelegramChannel:"\u95DC\u6CE8 Telegram \u983B\u9053\u77AD\u89E3\u66F4\u65B0\u8CC7\u8A0A",feedbackAndJoin:"\u554F\u984C\u56DE\u5831/\u52A0\u5165\u7FA4\u7D44",autoSync:"\u81EA\u52D5\u5B9A\u6642\u540C\u6B65",loadingThemeTitle:"Loading \u6A23\u5F0F",loadingThemeDescription:"\u8A2D\u5B9A\u7B49\u5F85\u8B6F\u6587\u8F09\u5165\u6642\u7684\u6A23\u5F0F","loadingTheme.spinner":"\u8F49\u5708\u52D5\u756B","loadingTheme.text":"\u975C\u614B\u6587\u5B57 ... ","loadingTheme.none":"\u4E0D\u986F\u793A",developerDescription:"\u53EF\u4EE5\u9EDE\u9078<1>\u6B64\u8655\u6AA2\u8996\u9032\u968E\u81EA\u8A02\u529F\u80FD\u76F8\u95DC\u7684\u8AAA\u660E\u6587\u4EF6","edit border color":"\u8B8A\u66F4\u908A\u6846\u8272\u5F69",successSyncButNoChange:"\u76EE\u524D\u8A2D\u5B9A\u8207\u96F2\u7AEF\u4E00\u81F4",customTheme:"\u81EA\u8A02\u8272\u5F69\u548C\u5927\u5C0F","customThemeLabel.borderColor":"\u908A\u6846\u8272\u5F69","customThemeLabel.borderRadius":"\u908A\u6846\u5713\u89D2","customThemeLabel.textColor":"\u6587\u5B57\u8272\u5F69","customThemeLabel.backgroundColor":"\u80CC\u666F\u8272\u5F69","customThemeLabel.zoom":"\u5B57\u578B\u7E2E\u653E\u6BD4\u4F8B (%)","customThemeLabel.opacity":"\u6587\u5B57\u4E0D\u900F\u660E\u5EA6(%)",resetToDefaultColor:"\u9084\u539F\u70BA\u9810\u8A2D\u8272\u5F69",resetToDefaultSettings:"\u9084\u539F\u70BA\u9810\u8A2D\u8A2D\u5B9A",isTranslateTitle:"\u555F\u7528\u7DB2\u9801\u6A19\u984C\u7FFB\u8B6F",isTranslateTitleDescription:"\u555F\u7528\u5F8C\uFF0C\u7DB2\u9801\u7684\u6A19\u984C\u6703\u88AB\u7FFB\u8B6F",enableSearchEnhancement:"\u958B\u555F\u641C\u7D22\u589E\u5F37",enableSearchEnhancementDescription:"\u4E2D\u6587\u641C\u7D22\u8C37\u6B4C\u6703\u5728\u53F3\u908A\u51FA\u73FE\u82F1\u6587\u7248\u8C37\u6B4C\u65B0\u805E",verifyService:"\u9EDE\u6B64\u6E2C\u8A66\u670D\u52D9",verified:"\u9A57\u8B49\u6210\u529F","field.langs":"\u652F\u63F4\u7684\u8A9E\u8A00\u4EE3\u78BC","field.model":"\u6A21\u578B","field.translationEngine":"\u7FFB\u8B6F\u5F15\u64CE","field.limitPerMinute":"\u6BCF\u5206\u9418\u6700\u5927\u8981\u6C42\u6578","field.limitPerSecond":"\u6BCF\u79D2\u6700\u5927\u8981\u6C42\u6578","field.maxTextLengthPerRequest":"\u6BCF\u6B21\u8981\u6C42\u7684\u6700\u5927\u6587\u5B57\u9577\u5EA6","field.maxTextGroupLengthPerRequest":"\u6BCF\u6B21\u8981\u6C42\u6700\u5927\u6BB5\u843D\u6578","field.apiUrl":"\u81EA\u8A02 API \u4F4D\u5740","field.placeholderDelimiters":"\u4FDD\u7559\u7684\u4F54\u4F4D\u7B26","description.custom":"\u81EA\u5B9A\u7FA9\u63A5\u53E3\u63A5\u5165 \u9700\u8981\u53C3\u8003\u6587\u6A94","description.limitPerMinute":"\u8981\u6C42\u6578\u8D85\u904E\u8A72\u9650\u5236\u6642\u6703\u88AB\u66AB\u6642\u505C\u7528\uFF0C\u76F4\u81F3\u4E0B\u4E00\u5206\u9418\u958B\u59CB\u3002\u7531\u4E8EOpenAI\u76EE\u524D\u670D\u52A1\u7684\u5404\u79CD\u9650\u5236\uFF0C\u8BF7\u70B9\u51FB<1>\u8FD9\u91CC\u67E5\u770B\u6700\u65B0\u5EFA\u8BAE\u7684\u6570\u503C","description.limitPerSecond":"\u8981\u6C42\u6578\u8D85\u904E\u8A72\u9650\u5236\u6642\u6703\u88AB\u66AB\u6642\u505C\u7528\uFF0C\u76F4\u81F3\u4E0B\u4E00\u79D2\u9418\u958B\u59CB\u3002\u7531\u4E8EOpenAI\u76EE\u524D\u670D\u52A1\u7684\u5404\u79CD\u9650\u5236\uFF0C\u8BF7\u70B9\u51FB<1>\u8FD9\u91CC\u67E5\u770B\u6700\u65B0\u5EFA\u8BAE\u7684\u6570\u503C","description.generalLimitPerSecond":"\u8ACB\u6C42\u6578\u8D85\u904E\u8A72\u9650\u5236\u6642\u6703\u9032\u5165\u6392\u968A\u72C0\u614B\uFF0C\u76F4\u5230\u4E0B\u4E00\u79D2\u9418\u958B\u59CB\u3002","description.prompt":"\u4EE5\u7528\u6236\u8EAB\u4EFD\u767C\u9001\u7D66 {service} \u7684\u5C0D\u8A71\uFF0C\u5176\u4E2D {{text}} \u8868\u793A\u6BB5\u843D\u7684\u6587\u672C\u5167\u5BB9\uFF0C{{from}} \u8868\u793A\u6BB5\u843D\u7684\u8A9E\u8A00\uFF0C{{to}} \u8868\u793A\u76EE\u6A19\u8A9E\u8A00","description.maxTextLengthPerRequest":"\u9810\u8A2D\u6703\u5408\u4F75\u591A\u500B\u6BB5\u843D\uFF0C\u4EE5\u6E1B\u5C11\u8ACB\u8981\u6C42\u6578\uFF0C\u4F46\u662F\u5982\u679C\u6BB5\u843D\u7E3D\u9577\u5EA6\u904E\u9577\uFF0C\u4E5F\u53EF\u80FD\u6703\u5C0E\u81F4 API \u7684\u56DE\u61C9\u6642\u9593\u589E\u52A0\uFF0C\u56E0\u6B64\u53EF\u4EE5\u5617\u8A66\u8ABF\u6574\u8A72\u9078\u9805\u4F86\u63D0\u5347\u901F\u5EA6","description.systemPrompt":"\u4EE5\u7CFB\u7D71\u8EAB\u4EFD\u767C\u9001\u7D66 {service} \u7684\u5C0D\u8A71\uFF0C\u5176\u4E2D {{text}} \u8868\u793A\u6BB5\u843D\u7684\u6587\u672C\u5167\u5BB9\uFF0C{{from}} \u8868\u793A\u6BB5\u843D\u7684\u8A9E\u8A00\uFF0C{{to}} \u8868\u793A\u76EE\u6A19\u8A9E\u8A00","field.domain":"\u9818\u57DF","description.domain":"\u9ED8\u8A8D\u70BA\uFF1Ageneral\u3002\u50C5\u5728\u6709\u9053API\u63A7\u5236\u53F0\u958B\u901A\u9818\u57DF\u5316\u7FFB\u8B6F\u7684\u60C5\u6CC1\u4E0B\u53EF\u8A2D\u7F6E\uFF0C\u652F\u6301\u9818\u57DF\u898B<1>\u9019\u88E1","field.scene":"\u5834\u666F","description.scene":"\u9ED8\u8A8D\u70BA\uFF1Ageneral\u3002\u50C5\u5728\u963F\u91CC\u96F2API\u63A7\u5236\u53F0\u958B\u901A\u6A5F\u5668\u7FFB\u8B6F\u5C08\u696D\u7248\u7684\u60C5\u6CC1\u4E0B\u53EF\u8A2D\u7F6E\uFF0C\u652F\u6301\u5834\u666F\u898B<1>\u9019\u88E1","field.vocabId":"\u4F7F\u7528\u8005\u8A5E\u5178ID","description.vocabId":"\u6307\u5B9A\u7684\u5B57\u5178out_id\uFF0C\u76EE\u524D\u652F\u63F4\u82F1\u8B6F\u4E2D","description.model":"OpenAI \u7684\u6A21\u578B\uFF0C\u53EF\u4EE5\u70BA gpt-3.5-turbo, gpt-4 \u7B49","description.maxTextGroupLengthPerRequest":"\u6BCF\u6B21\u50B3\u9001\u7D66\u7FFB\u8B6F\u670D\u52D9\u7684\u6BB5\u843D\u6578\u91CF\uFF0C\u5982\u679C\u6BB5\u843D\u6578\u91CF\u904E\u591A\uFF0C\u53EF\u80FD\u6703\u5C0E\u81F4\u56DE\u61C9\u901F\u5EA6\u8B8A\u6162","description.apiUrl":"\u8ACB\u52A0\u5165\u5177\u9AD4\u5305\u542B\u8DEF\u5F91\u7684\u7DB2\u5740",enabledExtension:"\u555F\u7528\u5957\u4EF6",clickToDisableExtension:"\u9EDE\u9078\u505C\u7528\u5957\u4EF6",clickToEnableExtension:"\u9EDE\u9078\u555F\u7528\u5957\u4EF6",hasBeenDisabled:"\u5DF2\u505C\u7528","show password":"\u986F\u793A\u5BC6\u78BC",customContent:"\u8F38\u5165\u81EA\u5B9A\u7FA9\u6A21\u578B",inputOptions:"\u8F38\u5165\u6846\u589E\u5F37",mouseHoverOptions:"\u9F20\u6A19\u6ED1\u904E",modifyMouseHoverKey:"\u4FEE\u6539\u6ED1\u9F20\u61F8\u505C\u5FEB\u6377\u9375",enableInputTranslation:"\u662F\u5426\u555F\u7528\u8F38\u5165\u6846\u589E\u5F37",enableInputTranslationDescription:"\u555F\u7528\u5F8C\uFF0C\u8F38\u5165\u6846\u76F4\u63A5\u8F38\u5165 {startingKey}{startingKey} \u4F60\u597D\uFF0C\u7136\u5F8C\u5FEB\u901F\u9023\u64CA{inputTrailingTriggerKeyRepeatTimes}\u6B21{trailingKey}\uFF0C\u5373\u53EF\u7FFB\u8B6F\u70BA {inputTargetLanguage}",enableInputTranslationDescriptionForNoneKey:"\u555F\u7528\u5F8C\uFF0C\u8F38\u5165\u6846\u76F4\u63A5\u8F38\u5165\uFF1A\u4F60\u597D\u4E16\u754C\uFF0C\u7136\u5F8C\u5FEB\u901F\u9023\u64CA{inputTrailingTriggerKeyRepeatTimes}\u6B21{trailingKey}\uFF0C\u5373\u53EF\u7FFB\u8B6F\u70BA\u9810\u8A2D\u76EE\u6A19\u8A9E\u8A00",inputTargetLanguage:"\u8A2D\u5B9A\u8F38\u5165\u6846\u7684\u9810\u8A2D\u76EE\u6A19\u8A9E\u8A00",inputTargetLanguageDescription:"\u8F38\u5165\u6846\u7FFB\u8B6F\u7684\u9810\u8A2D\u76EE\u6A19\u8A9E\u8A00\uFF0C\u4E5F\u5C31\u662F {startingKey}{startingKey} \u4F5C\u70BA\u89F8\u767C\u8A5E\u7684\u9810\u8A2D\u8A9E\u8A00",inputTargetLanguageDescriptionForNoneKey:"\u8F38\u5165\u6846\u7FFB\u8B6F\u7684\u9810\u8A2D\u76EE\u6A19\u8A9E\u8A00",inputStartingTriggerKeyTitle:"\u8A2D\u5B9A\u8F38\u5165\u6846\u90E8\u5206\u7FFB\u8B6F\u7684\u5206\u5272\u5B57\u7B26",inputStartingTriggerKeyDescription:"\u7576\u4F60\u4E0D\u9700\u8981\u7FFB\u8B6F\u6574\u500B\u8F38\u5165\u6846\u7684\u6642\u5019\uFF0C\u5206\u5272\u7B26\u5141\u8A31\u4F60\u53EA\u7FFB\u8B6F {startingKey}{startingKey} \u5230\u8F38\u5165\u6846\u672B\u5C3E\u7684\u90E8\u5206\uFF0C\u4E5F\u53EF\u4EE5\u6307\u5B9A\u8A9E\u8A00\u4EE3\u78BC\uFF0C\u4F8B\u5982\uFF1A{startingKey}ja \u8868\u793A\u53EA\u7FFB\u8B6F {startingKey}ja \u5230\u8F38\u5165\u6846\u672B\u5C3E\u7684\u90E8\u5206",inputStartingTriggerKeyDescriptionForNoneKey:"\u76EE\u524D\u8A2D\u5B9A\u70BA\u7121\u9700\u524D\u7DB4\uFF0C\u66AB\u7121\u6CD5\u4F7F\u7528\u8F38\u5165\u6846\u7684\u90E8\u5206\u6587\u5B57\u7FFB\u8B6F\u529F\u80FD",inputTrailingTriggerKeyTitle:"\u9078\u64C7\u4E00\u500B\u8F38\u5165\u7D50\u675F\u7684\u89F8\u767C\u5B57\u7B26",inputTrailingTriggerKeyDescription:"\u5FEB\u901F\u9023\u64CA3 \u6B21{trailingKey} \u5C07\u6703\u958B\u59CB\u7FFB\u8B6F",inputTrailingTriggerKeyTimeout:"\u8F38\u5165\u7D50\u675F\u9023\u64CA\u89F8\u767C\u7684\u9593\u9694\u6642\u9593",inputTrailingTriggerKeyTimeoutDescription:"\u8A2D\u7F6E\u8F38\u5165\u7D50\u675F\u9023\u64CA\u89F8\u767C\u7684\u9593\u9694\u6642\u9593\uFF08\u6BEB\u79D2\uFF09",spaceKey:"<\u7A7A\u683C\u9375>",noneKey:"\u7121\u9700\u524D\u7DB4\uFF0C\u76F4\u63A5\u7FFB\u8B6F\u6574\u500B\u6587\u5B57\u6846",inputTranslationBlockUrlsTitle:"\u5207\u52FF\u5728\u4EE5\u4E0B\u7DB2\u5740\u4E2D\u555F\u7528\u8F38\u5165\u6846\u589E\u5F37",inputTranslationBlockUrlsDescription:"\u5728\u4EE5\u4E0B\u7DB2\u5740\u4E2D\uFF0C\u8F38\u5165\u6846\u589E\u5F37\u5C07\u4E0D\u6703\u751F\u6548",inputHelperInfo:"\u8AAA\u660E\uFF1A\u6211\u5011\u7279\u5225\u91DD\u5C0D\u5728\u4E2D\u6587\u8F38\u5165\u6CD5\u4E0B\u90E8\u5206\u89F8\u767C\u5B57\u7B26\u6703\u8B8A\u6210\u4E2D\u6587\u6A19\u9EDE\u7B26\u865F\u9019\u4EF6\u4E8B\u505A\u4E86\u512A\u5316\uFF0C\u6BD4\u5982\u641C\u72D7\u8F38\u5165\u6CD5\u4E0B / \u6703\u8B8A\u6210\u9813\u865F \u3001\uFF0C\u6C89\u6D78\u5F0F\u7FFB\u8B6F\u652F\u6301\u6240\u6709\u89F8\u767C\u7B26\u5C0D\u61C9\u7684\u4E2D\u6587\u7B26\u865F\uFF0C\u4E5F\u5C31\u662F\u8AAA // \u3001\u3001 \u90FD\u6703\u88AB\u8B58\u5225\u70BA\u89F8\u767C\u5B57\u7B26\u3002

\u540C\u6642\u6211\u5011\u4E5F\u652F\u6301\u8A9E\u8A00\u4EE3\u78BC\u7684\u4E2D\u6587\u5225\u540D\u4F5C\u70BA\u547D\u4EE4\uFF0C\u6BD4\u5982 /\u65E5\u6587 \u4F60\u597D\u4E16\u754C \u6703\u88AB\u7FFB\u8B6F\u70BA\u65E5\u6587\uFF0C<1>\u9EDE\u6B64\u67E5\u770B\u6240\u6709\u652F\u63F4\u7684\u8A9E\u8A00\u4EE3\u78BC\u3002",reloadCurrentPage:"\u8ACB\u5148\u5237\u65B0\u76EE\u524D\u9801\u9762\uFF0C\u518D\u958B\u59CB\u7FFB\u8B6F",noLocalFilePermissionForPDF:"\u66AB\u7121\u6B0A\u9650\u8B80\u53D6\u672C\u6A5F\u6587\u4EF6\uFF0C\u8ACB\u9EDE\u9078\u4E0A\u65B9\u6309\u9215\uFF0C\u7136\u5F8C\u532F\u5165\u672C\u6A5F\u6587\u4EF6",noPermissionForThisPage:"\u26A0\uFE0F \u66AB\u7121\u6B0A\u9650\u7FFB\u8B6F\u76EE\u524D\u9801\u9762","error.retry":"\u91CD\u8A66","error.reason":"\u932F\u8AA4\u539F\u56E0",retryAllParagraphs:"\u91CD\u8A66\u5168\u90E8\u932F\u8AA4\u6BB5\u843D",retryAllButton:"\u91CD\u8A66\u5168\u90E8\u932F\u8AA4\u6BB5\u843D",errorTooltipTitle:"\u9EDE\u64CA\u770B\u932F\u8AA4\u539F\u56E0",errorModalTitle:"\u7FFB\u8B6F\u670D\u52D9\u6216\u7DB2\u8DEF\u4F3C\u4E4E\u51FA\u4E86\u9EDE\u554F\u984C...",disableConfirm:"\u7981\u7528\u78BA\u8A8D",disableOnce:"\u7981\u7528\u4E00\u6B21",disableGlobal:"\u5168\u5C40\u7981\u7528",disableTint:"* \u60A8\u53EF\u4EE5\u5728 {option} \u4E2D\u91CD\u65B0\u555F\u7528\u3002",searchEnhancementNotes:"\u6211\u5011\u767C\u73FE\uFF0C\u4E2D\u6587\u95DC\u9375\u8A5E\u548C\u82F1\u6587\u95DC\u9375\u8A5E\u7684\u65B0\u805E\u7D50\u679C\u6709\u975E\u5E38\u5927\u7684\u4E0D\u540C\uFF0C\u5728\u555F\u7528\u6C89\u6D78\u5F0F\u7FFB\u8B6F\u96D9\u8A9E\u4FE1\u606F\u589E\u5F37\u529F\u80FD\u5F8C\uFF0C\u6211\u5011\u6703\u5728\u652F\u6301\u7684\u7DB2\u7AD9\uFF08\u8C37\u6B4C\u65B0\u805E\uFF0C\u8C37\u6B4C\u641C\u7D22\uFF08\u90E8\u5206\u95DC\u9375\u8A5E\uFF09\uFF0C\u96EA\u7403\uFF0C\u6771\u65B9\u8CA1\u5BCC\u7DB2\uFF0C\u5BCC\u9014\uFF0C\u8001\u864E\uFF09\u81EA\u52D5\u7528\u82F1\u6587\u70BA\u4F60\u641C\u7D22\u540C\u6A23\u7684\u95DC\u9375\u8A5E\u4E26\u5C55\u793A\u5728\u53F3\u5074\u3002\u5982\u679C\u4F60\u4E0D\u9700\u8981\u8A72\u529F\u80FD\u7684\u8A71\uFF0C\u53EF\u4EE5\u9078\u64C7\u7981\u7528\u5B83\u3002",option:"\u9078\u9805",saveSettings:"\u5132\u5B58\u8A2D\u5B9A",closeModal:"\u95DC\u9589\u8996\u7A97",enableInputTranslationWithoutTriggerKeyTitle:"\u555F\u7528\u5FEB\u901F\u9023\u64CA3 \u6B21{trailingKey}\uFF0C\u76F4\u63A5\u7FFB\u8B6F\u6574\u500B\u8F38\u5165\u6846\u70BA{inputTargetLanguage}",enableInputTranslationWithoutTriggerKeyDescription:"\u5982\u9700\u6307\u5B9A\u76EE\u6A19\u8A9E\u8A00\uFF0C\u8ACB\u5728\u524D\u9762\u52A0\u4E0A\u8A9E\u8A00\u7A0B\u5F0F\u78BC\uFF0C\u5982\uFF1Aja \u4F60\u597D\u4E16\u754C",deepLProName:"\u6C89\u6D78\u5F0F\u7FFB\u8B6FPro \u6703\u54E1(\u63A8\u85A6)",deepLProDescription:"\u76EE\u524D\u5957\u9910\u53EF\u4EE5\u76F4\u63A5\u4F7F\u7528",deeplProDescriptionForNormal:"\u7121\u9700\u4EFB\u4F55\u8A2D\u7F6E\uFF0C\u6703\u54E1\u767B\u5165\u5F8C\u5373\u53EF\u4F7F\u7528\uFF0C<1>\u9EDE\u6B64\u5347\u7D1A\u70BA\u6703\u54E1",deepLCustomDescription:"\u9700\u8981\u570B\u5916\u4FE1\u7528\u5361\uFF0C\u5728<1>DeepL\u5B98\u65B9\u958B\u901A\uFF0C\u9EDE\u9078\u67E5\u770B<2>\u6587\u6A94",deepLCustomName:"\u81EA\u8A02Auth Key",chooseProviderLabel:"\u9078\u64C7\u4E00\u500B\u670D\u52D9\u63D0\u4F9B\u8005",openaiProName:"\u6C89\u6D78\u5F0F\u7FFB\u8B6FPro \u6703\u54E1(\u63A8\u85A6)",openaiProDescription:"\u76EE\u524D\u5957\u9910\u53EF\u4EE5\u76F4\u63A5\u4F7F\u7528",openaiProDescriptionForNormal:"\u7121\u9700\u4EFB\u4F55\u8A2D\u7F6E\uFF0C\u6703\u54E1\u767B\u5165\u5F8C\u5373\u53EF\u4F7F\u7528\uFF0C<1>\u9EDE\u6B64\u5347\u7D1A\u70BA\u6703\u54E1",openaiCustomDescription:"\u53EF\u5728OpenAI, Azure OpenAI, \u6216\u5176\u4ED6\u7B2C\u4E09\u65B9\u670D\u52D9\u7372\u53D6\uFF0C<1>\u9EDE\u6B64\u67E5\u770B\u6587\u6A94",openaiCustomName:"\u81EA\u8A02API Key",needLoginAction:"(\u958B\u901A\u6703\u54E1\u6216\u81EA\u8A02)",goLoginOrAction:"(\u958B\u901A\u6703\u54E1\u6216\u53BB\u8A2D\u5B9A)",yearly:"\u5E74\u5EA6\u7E8C\u8A02",quarterly:"\u5B63\u5EA6\u7E8C\u8A02",monthly:"\u6BCF\u6708\u7E8C\u8A02",yearlyForOnce:"\u4E00\u6B21\u6027\u5E74\u5EA6\u5957\u9910",monthlyForOnce:"\u4E00\u6B21\u6027\u6708\u5EA6\u5957\u9910",daily:"\u6BCF\u65E5\u7E8C\u8A02",year:"\u5E74\u5EA6\u7E8C\u8A02",quarter:"\u5B63\u5EA6\u7E8C\u8A02",month:"\u6BCF\u6708\u7E8C\u8A02",day:"\u6BCF\u65E5\u7E8C\u8A02",onetime_7day:"7 \u5929\u9AD4\u9A57\u5305",currentPlanDescriptionForFree:"\u76EE\u524D\u5957\u9910\uFF1A\u514D\u8CBB",currentPlanDescriptionForContinuous:"\u76EE\u524D\u5957\u9910\uFF1A{plan}\uFF0C\u5C07\u65BC {endAt} \u81EA\u52D5\u7E8C\u8CBB",currentPlanDescriptionForAutoRenewCaceling:"\u76EE\u524D\u5957\u9910\uFF1A{plan}\uFF0C\u5C07\u65BC {endAt} \u5230\u671F\uFF0C\u5230\u671F\u5F8C\u5C07\u4E0D\u6703\u81EA\u52D5\u7E8C\u7D04",currentYearlyPlanDescriptionForAutoRenewCacelingWithRealPaiedUser:"\u76EE\u524D\u5957\u9910\uFF1A{plan}\uFF0C\u5C07\u65BC {endAt} \u5230\u671F\uFF0C\u5230\u671F\u5F8C\u5C07\u4E0D\u6703\u81EA\u52D5\u7E8C\u7D04\u3002
<1>\u9EDE\u6B64\u7BA1\u7406\u7E8C\u8CBB\u65B9\u6848",currentYearlyPlanDescriptionForAutoRenewCacelingWithAdmin:"\u76EE\u524D\u5957\u9910\uFF1A{plan}\uFF0C\u5C07\u65BC {endAt} \u5230\u671F\uFF0C\u5230\u671F\u5F8C\u5C07\u4E0D\u6703\u81EA\u52D5\u7E8C\u7D04\u3002
<1>\u9EDE\u6B64\u555F\u7528\u9023\u7E8C\u5305\u5E74",currentPlanDescriptionForOneTime:"\u76EE\u524D\u5957\u9910\uFF1A{plan}\uFF0C\u5C07\u65BC {endAt} \u5230\u671F\uFF0C<1>\u9EDE\u6B64\u5347\u7D1A\u70BA\u5E74\u8CBB\u6216<2>\u6708\u8CBB\u6703\u54E1",upgradePlan:"\u9EDE\u6B64\u5347\u7D1A\u70BAPro \u6703\u54E1",upgradeToPro:"\u5347\u7D1A\u70BA Pro \u6703\u54E1","popup.openPro":"\u5347\u7D1A\u70BA Pro \u6703\u54E1\u5F8C\u53EF\u4EE5\u66A2\u4EAB DeepL \u548C OpenAI \u7FFB\u8B6F\uFF0C\u9EDE\u6B64\u5347\u7D1A","popup.openProForPro":"\u60A8\u662F Pro \u6703\u54E1\uFF0C\u53EF\u76F4\u63A5\u4F7F\u7528 DeepL \u548C OpenAI \u7FFB\u8B6F",currentAccount:"\u7576\u524D\u8CEC\u6236",enableAutoSyncUserSettings:"\u555F\u7528\u591A\u8A2D\u5099\u81EA\u52D5\u96F2\u7AEF\u540C\u6B65",modalEnableInputTranslationTitle:"\u6C89\u6D78\u5F0F\u7FFB\u8B6F\u8F38\u5165\u6846\u7FFB\u8B6F\u63D0\u793A",modalEnableInputTranslationDesc:"\u60A8\u525B\u525B\u900F\u904E\u5FEB\u901F\u9023\u64CA3 \u6B21\u7A7A\u767D\u9375\u89F8\u767C\u4E86\u6C89\u6D78\u5F0F\u7FFB\u8B6F\u7684\u8F38\u5165\u6846\u7FFB\u8B6F\uFF0C\u8F38\u5165\u6846\u7684\u5167\u5BB9\u5C07\u7FFB\u8B6F\u70BA\u9810\u8A2D\u7684\u76EE\u6A19\u8A9E\u8A00\u3002\u900F\u904ECtrl+Z \u53EF\u4EE5\u64A4\u92B7\u7FFB\u8B6F\u3002

\u5982\u679C\u9019\u662F\u4E00\u500B\u5931\u8AA4\uFF0C\u4E0D\u7528\u64D4\u5FC3\uFF0C\u60A8\u53EF\u4EE5\u9078\u64C7\u672C\u6B21\u505C\u7528\uFF0C\u6216\u6C38\u4E45\u505C\u7528\u8F38\u5165\u6846\u7FFB\u8B6F\u3002",saveAndNotShowAgain:"\u5132\u5B58\u4E14\u4E0D\u518D\u63D0\u793A",disableInputTranslationTips:"* \u4F60\u4E5F\u53EF\u4EE5\u5728 {option} \u4E2D\u8A2D\u5B9A\u5176\u4ED6\u5FEB\u6377\u9375\u4F86\u89F8\u767C\uFF0C{learnMore}\u3002",learnMore:"\u9EDE\u6B64\u4E86\u89E3\u66F4\u591A",continueEnalbeInputTranslation:"\u7E7C\u7E8C\u555F\u7528\u8F38\u5165\u6846\u7FFB\u8B6F",autoRenewTrialSuffix:'\uFF08\u8A66\u7528\u4E2D\uFF0C\u7ACB\u523B\u5347\u7D1A\u70BA\u6B63\u5F0F\u6703\u54E1\uFF09',upgradeFromTrialTitle:"\u5347\u7D1A\u70BA\u6B63\u5F0F\u6703\u54E1",subtitle:"\u5F71\u7247\u5B57\u5E55",youtubeService:"\u6C89\u6D78\u5F0F\u7FFB\u8B6F\u5F71\u7247\u5B57\u5E55\u670D\u52D9","subtitle.disabledSubtitle":"\u6C38\u4E45\u7981\u7528\u8996\u983B\u5B57\u5E55\u529F\u80FD","subtitle.disabledSubtitleDescription":"\u5982\u679C\u6C89\u6D78\u5F0F\u7FFB\u8B6F\u7684\u8996\u983B\u5B57\u5E55\u548C\u5176\u4ED6\u64F4\u5C55\u6709\u885D\u7A81\uFF0C\u4F60\u53EF\u4EE5\u9078\u64C7\u6C38\u4E45\u7981\u7528\u6C89\u6D78\u5F0F\u7FFB\u8B6F\u7684\u8996\u983B\u5B57\u5E55\u529F\u80FD\u6216\u8005\u5378\u8F09\u5176\u4ED6\u885D\u7A81\u7684\u64F4\u5C55","subtitle.autoEnableSubtitleDescription":"\u555F\u7528\u5F8C\uFF0C\u7576\u5F71\u7247\u64AD\u653E\u7684\u6642\u5019\uFF0C\u6703\u81EA\u52D5\u986F\u793A\u96D9\u8A9E\u5B57\u5E55\uFF0C\u5426\u5247\u9700\u8981\u9EDE\u64CA\u7FFB\u8B6F\u6309\u9215\u624D\u6703\u986F\u793A\u3002","subtitle.preTranslation":"\u512A\u5148\u4F7F\u7528\u6C89\u6D78\u5F0F\u7FFB\u8B6F\u5B57\u5E55","subtitle.preTranslationDescription":"\u555F\u7528\u5F8C\u6703\u512A\u5148\u7528\u4E0B\u9762\u7684\u7FFB\u8B6F\u670D\u52D9\u63D0\u524D\u7FFB\u8B6F\u6574\u500B\u5B57\u5E55\uFF0C1 \u5C0F\u6642\u7684\u8996\u8A0A\u5927\u6982\u6D88\u8017 5\u842C Tokens \u6216 \u5B57\u7B26\uFF0C\u8ACB\u914C\u60C5\u4F7F\u7528\uFF1B\u95DC\u9589\u5F8C\u5247\u512A\u5148\u4F7F\u7528\u539F\u5F71\u7247\u81EA\u5E36\u7684\u6A5F\u7FFB\u5B57\u5E55","subtitle.humanSubtitlesPreferred":"\u512A\u5148\u4F7F\u7528\u4EBA\u5DE5\u5B57\u5E55","subtitle.humanSubtitlesPreferredDescription":"\u7576\u5F71\u7247\u6709\u76EE\u6A19\u8A9E\u8A00\u4EBA\u5DE5\u5B57\u5E55\u6642\uFF0C\u512A\u5148\u4F7F\u7528\u4EBA\u5DE5\u5B57\u5E55\uFF08\u63A8\u85A6\uFF09","subtitle.bilingual":"\u96D9\u8A9E\u5B57\u5E55","subtitle.autoDisableSubtitle":"\u4E0D\u81EA\u52D5\u555F\u7528\u96D9\u8A9E\u5B57\u5E55","subtitle.hideQuickButton":"\u4E0D\u518D\u986F\u793A\u8A72\u5FEB\u6377\u65B9\u5F0F","subtitle.showQuickButton":"\u986F\u793A\u96D9\u8A9E\u5B57\u5E55\u5FEB\u6377\u65B9\u5F0F","subtitle.showQuickButtonDescription":"\u5728\u8996\u983B\u64AD\u653E\u5668\u53F3\u4E0B\u89D2\u63D0\u4F9B\u555F\u7528\u96D9\u8A9E\u5B57\u5E55\u7684\u5FEB\u6377\u65B9\u5F0F",videoSubtitleTranslationDescription:"\u70BA\u5F71\u7247\u5B57\u5E55\u55AE\u7368\u6307\u5B9A\u4E00\u500B\u7FFB\u8B6F\u670D\u52D9",subtitleTranslating:"\u6B63\u5728\u4F7F\u7528 {service} \u670D\u52D9\u7FFB\u8B6F\u5B57\u5E55\u4E2D\uFF0C\u8ACB\u7A0D\u7B49...\uFF08\u6C89\u6D78\u5F0F\u7FFB\u8B6F\uFF09",subtitleLoading:"\u6B63\u5728\u8F09\u5165\u5B57\u5E55...",bilingual:"\u96D9\u8A9E","field.action":"\u662F\u5426\u555F\u7528\u767E\u5EA6\u8853\u8A9E","description.action":"\u555F\u7528\u5F8C\u6703\u5728\u8ACB\u6C42\u4E2D\u52A0\u5165 action=1 \u7684\u53C3\u6578\uFF0C\u4EE5\u4FBF\u544A\u77E5\u767E\u5EA6\u555F\u7528\u8853\u8A9E\uFF0C<1>\u66F4\u591A\u8AAA\u660E\u8ACB\u53C3\u8003\u5B98\u65B9\u6587\u6A94",closeQuickTranslation:"\u95DC\u9589\u61F8\u6D6E\u7403","closeQuickTranslation.untilNext":"\u672C\u6B21\u95DC\u9589\u76F4\u5230\u4E0B\u6B21\u8A2A\u554F","closeQuickTranslation.currentWebsite":"\u7576\u524D\u7DB2\u7AD9\u7981\u7528","closeQuickTranslation.alwaysClose":"\u6C38\u4E45\u7981\u7528","closeQuickTranslation.settingOpen":"\uFF08\u53EF\u5728<1>\u8A2D\u5B9A\u9801\u958B\u555F\uFF09","closeQuickTranslation.cancel":"\u53D6\u6D88","closeQuickTranslation.confirm":"\u78BA\u5B9A","floatBall.popup":"\u6253\u958B\u5FEB\u6377\u8A2D\u5B9A\u9762\u677F","floatBall.translate":"\u9EDE\u64CA\u7FFB\u8B6F\u8A72\u9801\u9762","floatBall.showOriginal":"\u9EDE\u64CA\u5207\u63DB\u5230\u539F\u6587","floatBall.close":"\u95DC\u9589\u61F8\u6D6E\u7403","floatBallOptions.enableDescPc":"\u555F\u7528\u9801\u9762\u61F8\u6D6E\u7403\u5F8C\uFF0C\u6703\u5728\u9801\u9762\u53F3\u5074\u986F\u793A\u4E00\u500B\u5FEB\u6377\u7FFB\u8B6F\u6309\u9215\uFF0C\u9EDE\u64CA\u5373\u53EF\u7FFB\u8B6F","floatBallOptions.enableDesc":"\u95DC\u9589\u61F8\u6D6E\u7403\u5F8C\uFF0C\u53EF\u4EE5\u7528{touch}\u559A\u8D77\u3002\u70BA\u9632\u6B62\u4E0D\u614E\u95DC\u9589\u8A72\u9078\u9805\u5F8C\u627E\u4E0D\u5230\u61F8\u6D6E\u7403\uFF0C\u5F37\u70C8\u5EFA\u8B70\u6536\u85CF\u672C\u8A2D\u5B9A\u9801","description.azureApiUrl":"\u586B\u5165\u81EA\u8A02\u7684API\u4F4D\u5740",shareBtnTitle:"\u9EDE\u64CA\u751F\u6210\u7DB2\u9801\u5FEB\u7167","floatBall.share":"\u751F\u6210\u7DB2\u9801\u5FEB\u7167","floatBall.guideClickToTranslate":`\u9EDE\u64CA\u6C89\u6D78\u5F0F\u7FFB\u8B6F\u61F8\u6D6E\u7403 \u5373\u53EF\u5FEB\u901F\u7FFB\u8B6F`,"floatBall.iKnow":"\u6211\u77E5\u9053\u4E86",confirmSupportMouse:"\u5F37\u5236\u555F\u7528\u6ED1\u9F20\u652F\u63F4",confirmSupportMouseDescription:"\u6AA2\u6E2C\u5230\u7576\u524D\u700F\u89BD\u5668\u4E0D\u652F\u63F4\u6ED1\u9F20\u529F\u80FD\uFF0C\u662F\u5426\u5F37\u5236\u555F\u7528\u6ED1\u9F20\u652F\u63F4\uFF1F",sampleTargetText:"\u9577\u591C\u5C07\u81F3\uFF0C\u6211\u5F9E\u4ECA\u958B\u59CB\u5B88\u671B\uFF0C\u81F3\u6B7B\u65B9\u4F11\u3002 \u6211\u5C07\u4E0D\u5A36\u59BB\u3001\u4E0D\u5C01\u5730\u3001\u4E0D\u751F\u5B50\u3002 \u6211\u5C07\u4E0D\u6234\u5BF6\u51A0\uFF0C\u4E0D\u722D\u69AE\u5BF5\u3002 \u6211\u5C07\u76E1\u5FE0\u8077\u5B88\uFF0C\u751F\u6B7B\u65BC\u65AF\u3002",sampleSourceText:"Night gathers, and now my watch begins. It shall not end until my death. I shall take no wife, hold no lands, father no children. I shall wear no crowns and win no glory. I shall live and die at my post.","subtitle.supportedSites":"\u5DF2\u652F\u63F4\u5728\u9019\u4E9B\u7DB2\u7AD9\u4F7F\u7528\u96D9\u8A9E\u5B57\u5E55\uFF08\u6CE8\u610F\uFF1A\u7531\u65BC\u6280\u8853\u9650\u5236\uFF0C\u90E8\u5206\u7DB2\u7AD9\u5728\u9996\u6B21\u958B\u555F\u5B57\u5E55\u5F8C\u9700\u8981\u91CD\u65B0\u5237\u65B0\u9801\u9762\uFF0C\u6216\u8005\u9700\u7B49\u5F85\u7FFB\u8B6F\u5B8C\u6210\u4EE5\u986F\u793A\u96D9\u8A9E\u5B57\u5E55\uFF09\uFF1A",viewWithImmersiveTranslate:"\u53CC\u8BED\u7248\u672C(\u6C89\u6D78\u5F0F\u7FFB\u8BD1)",errorReason:"\u932F\u8AA4\u539F\u56E0\uFF1A{message}","proQuotaExceededError.onetime7day":'\uFF0C\u60A8\u53EF\u4EE5\u9078\u64C7\u4EE5\u4E0B\u65B9\u5F0F\u89E3\u6C7A\uFF1A

1. \u5207\u63DB\u5230 {anotherService} \u6216\u5176\u4ED6\u7FFB\u8B6F\u670D\u52D9
2. \u5347\u7D1A\u70BA\u6708\u5EA6/\u5E74\u5EA6\u6703\u54E1',"proQuotaExceededError.trial":'\uFF0C\u60A8\u53EF\u4EE5\u9078\u64C7\u4EE5\u4E0B\u65B9\u5F0F\u89E3\u6C7A\uFF1A

1. \u5207\u63DB\u5230 {anotherService} \u6216\u5176\u4ED6\u7FFB\u8B6F\u670D\u52D9
2. \u7ACB\u5373\u5347\u7D1A\u70BA\u6B63\u5F0F\u6703\u54E1',"proQuotaExceededError.nonTrial":'\uFF0C\u60A8\u53EF\u4EE5\u9078\u64C7\u4EE5\u4E0B\u65B9\u5F0F\u89E3\u6C7A\uFF1A

1. \u5207\u63DB\u5230 {anotherService} \u6216\u5176\u4ED6\u7FFB\u8B6F\u670D\u52D9
2. \u8CFC\u8CB7 {translationService} \u984D\u5916\u6D41\u91CF\u5305',"proQuotaExceededError.resetTime":"
3. \u984D\u5EA6\u91CD\u7F6E\u6642\u9593\uFF1A{resetTime}",paragraphMinTextCountField:"\u7FFB\u8B6F\u6BB5\u843D\u6240\u9700\u7684\u6700\u5C11\u5B57\u7B26\u6578",paragraphMinTextCountDesc:"\u6CE8\u610F\uFF0C\u9019\u88E1\u6307\u7684\u5B57\u7B26\u9577\u5EA6\uFF0C\u6BD4\u5982\uFF1Ahello \u662F 5 \u500B\u5B57\u7B26\uFF0C\u8A2D\u5B9A\u70BA\u66F4\u5927\u7684\u503C\u53EF\u4EE5\u6E1B\u5C11\u4E0D\u5FC5\u8981\u7684\u5C0F\u6BB5\u843D\u7FFB\u8B6F",networkError:"\u7FFB\u8B6F\u670D\u52D9\u6216\u7DB2\u8DEF\u51FA\u73FE\u554F\u984C",notLogin:"\u672A\u767B\u9304","browser.toggleMouseHoverTranslateDirectly":"\u5728\u9801\u9762\u4E0A\u81E8\u6642\u555F\u7528\u6216\u95DC\u9589\u6ED1\u9F20\u61F8\u505C\u76F4\u63A5\u7FFB\u8B6F","browser.translateWithOpenAI":"\u81E8\u6642\u4F7F\u7528 OpenAI \u7FFB\u8B6F\u7576\u524D\u9801\u9762","browser.translateWithDeepL":"\u81E8\u6642\u4F7F\u7528 DeepL \u7FFB\u8B6F\u7576\u524D\u9801\u9762","browser.translateWithGoogle":"\u81E8\u6642\u4F7F\u7528 Google \u7FFB\u8B6F\u7576\u524D\u9801\u9762","browser.translateWithBing":"\u81E8\u6642\u4F7F\u7528\u5FAE\u8EDF\u7FFB\u8B6F\u7576\u524D\u9801\u9762","browser.translateWithGemini":"\u81E8\u6642\u4F7F\u7528 Gemini \u7FFB\u8B6F\u7576\u524D\u9801\u9762","browser.translateWithTransmart":"\u81E8\u6642\u4F7F\u7528\u9A30\u8A0A\u7FFB\u8B6F\u7576\u524D\u9801\u9762","browser.translateInputBox":"\u7FFB\u8B6F\u7576\u524D\u8F38\u5165\u6846\u5167\u5BB9",shortcutSettings:"\u5FEB\u6377\u9375",shortcutSettingsTitle:"\u5FEB\u6377\u9375\u8A2D\u7F6E",confirmResetToDefaultSettings:"\u78BA\u8A8D\u8981\u6062\u5FA9\u8A72\u7FFB\u8B6F\u670D\u52D9\u70BA\u9ED8\u8A8D\u8A2D\u7F6E\u55CE\uFF1F\uFF08\u50C5\u91CD\u7F6E\u7576\u524D\u7FFB\u8B6F\u670D\u52D9\u7684\u8A2D\u7F6E\uFF09","intro.hoverTitle":"\u6ED1\u9F20\u61F8\u505C\u7FFB\u8B6F\u7576\u524D\u6BB5\u843D","intro.hoverDescription":"\u6ED1\u9F20\u61F8\u505C\u7FFB\u8B6F\u662F\u6C89\u6D78\u5F0F\u7FFB\u8B6F\u88E1\u975E\u5E38\u91CD\u8981\u7684\u529F\u80FD\uFF0C\u53EA\u9700\u5C07\u6ED1\u9F20\u653E\u5728\u6BB5\u843D\u4E0A\uFF0C\u540C\u6642\u6309\u4E0B\u8A2D\u5B9A\u7684\u5FEB\u6377\u9375\uFF0C\u5373\u53EF\u81EA\u52D5\u7FFB\u8B6F\u7576\u524D\u6BB5\u843D\uFF08\u6CE8\u610F\uFF1A\u9810\u8A2D\u6C92\u6709\u555F\u7528\u54E6\uFF0C\u8ACB \u5728\u4E0B\u65B9\u8A2D\u5B9A\uFF09\uFF0C\u8A72\u4E92\u52D5\u7528\u65BC\u66F4\u597D\u7684\u66FF\u4EE3\u5283\u8A5E\u7FFB\u8B6F\uFF0C\u53E6\u5916\uFF0C\u6B64\u529F\u80FD\u4E5F\u5EE3\u6CDB\u61C9\u7528\u65BC\u90A3\u4E9B\u7121\u6CD5\u88AB\u8B58\u5225\u7684\u7FFB\u8B6F\u5340\u57DF\uFF0C\u4F60\u53EF\u4EE5\u5229\u7528\u8A72\u529F\u80FD\uFF0C\u5F37\u5236\u7FFB\u8B6F\u4EFB\u4F55\u6BB5\u843D\u3002","intro.floatBallTitle":"\u5FEB\u6377\u7FFB\u8B6F\u61F8\u6D6E\u7403","intro.floatBallDescription":"\u555F\u7528\u5F8C\uFF0C\u6703\u5728\u9801\u9762\u53F3\u5074\u986F\u793A\u4E00\u500B\u5FEB\u6377\u7FFB\u8B6F\u6309\u9215\uFF0C\u9EDE\u64CA\u5373\u53EF\u7FFB\u8B6F\uFF0C\u518D\u6B21\u9EDE\u64CA\u5373\u53EF\u5207\u63DB\u56DE\u539F\u6587\u3002\u5728\u79FB\u52D5\u7AEF\uFF0C\u9577\u6309\u61F8\u6D6E\u7403\uFF0C\u53EF\u4EE5\u6253\u958B\u5FEB\u6377\u8A2D\u7F6E\u9762\u677F\u3002","intro.subtitleTitle":"\u5728\u7DDA\u8996\u983B\u96D9\u8A9E\u5B57\u5E55\u986F\u793A","intro.subtitleDescription":"\u958B\u555F\u6B64\u529F\u80FD\u5F8C\uFF0C\u5F71\u7247\u64AD\u653E\u6642\u5C07\u81EA\u52D5\u5C55\u793A\u96D9\u8A9E\u5B57\u5E55\u3002 \u5982\u679C\u672A\u555F\u7528\uFF0C\u60A8\u9700\u5728\u9801\u9762\u4E0A\u624B\u52D5\u9EDE\u9078\u7FFB\u8B6F\u6309\u9215\u4EE5\u986F\u793A\u5B57\u5E55\u3002 \u8ACB\u6CE8\u610F\uFF0C\u7531\u65BC\u6280\u8853\u9650\u5236\uFF0C\u67D0\u4E9B\u7DB2\u7AD9\u5728\u9996\u6B21\u555F\u52D5\u5B57\u5E55\u6642\u53EF\u80FD\u9700\u8981\u91CD\u65B0\u6574\u7406\u9801\u9762\u6216\u7B49\u5F85\u7FFB\u8B6F\u5B8C\u6210\u5F8C\uFF0C\u624D\u80FD\u986F\u793A\u96D9\u8A9E\u5B57\u5E55\u3002 \uFF08\u6B64\u5916\uFF0C\u4F60\u9084\u53EF\u4EE5\u5728\u958B\u555F\u5F71\u7247\u7DB2\u7AD9\u5F8C\uFF0C\u53F3\u4E0A\u89D2\u958B\u555F\u6C89\u6D78\u5F0F\u7FFB\u8B6F\u7684\u5FEB\u6377\u9762\u677F\u555F\u7528/\u95DC\u9589\uFF09

\u76EE\u524D\u5DF2\u652F\u63F4\u5728\u9019\u4E9B\u7DB2\u7AD9\u4F7F\u7528\u96D9\u8A9E\u5B57\u5E55\uFF1A","desc.toggleMouseHoverTranslateDirectly":"\u6309\u4E0B\u9019\u500B\u5FEB\u6377\u9375\u5F8C\uFF0C\u5728\u9801\u9762\u4E0A\uFF0C\u53EA\u8981\u6ED1\u9F20\u6307\u5411\u4EFB\u4F55\u4E00\u6BB5\u6587\u5B57\uFF0C\u5C31\u6703\u81EA\u52D5\u7FFB\u8B6F\u9019\u6BB5\u6587\u5B57\u3002\u518D\u6309\u4E00\u6B21\u5FEB\u6377\u9375\uFF0C\u5C31\u53EF\u4EE5\u95DC\u9589\u9019\u500B\u81EA\u52D5\u7FFB\u8B6F\u529F\u80FD\u3002","shortcutGroup.main":"\u5E38\u7528\u529F\u80FD\u5FEB\u6377\u9375","shortcutGroup.others":"\u66F4\u591A\u81EA\u5B9A\u7FA9\u529F\u80FD\u5FEB\u6377\u9375","shortcutGroup.shortcutsForTranslationServices":"\u7FFB\u8B6F\u670D\u52D9\u76F8\u95DC\u5FEB\u6377\u9375",browserShortcutsSucks:"\u7531\u65BC\u700F\u89BD\u5668\u5C0D\u8F38\u5165\u6846\u7684\u5FEB\u6377\u9375\u8B58\u5225\u4E0D\u6E96\u78BA\uFF0C\u6240\u4EE5\u8ACB\u624B\u52D5\u8F38\u5165\u5FEB\u6377\u9375\u7684\u540D\u5B57\uFF0C\u8F38\u5165\u5F8C\uFF0C\u9EDE\u64CA\u7A7A\u767D\u8655\u5373\u53EF\u81EA\u52D5\u4FDD\u5B58\u3002\uFF08macOS \u88E1\u9762 Alt \u548C Option \u662F\u540C\u6A23\u7684\u9375\uFF0C\u5EFA\u8B70\u7D71\u4E00\u8F38\u5165 Alt\uFF09\u3002\u6BD4\u5982\uFF1A","shortcutGroup.touch":"\u89F8\u5C4F\u5C08\u7528\u624B\u52E2","shortcutGroup.mouse":"\u6ED1\u9F20\u61F8\u505C\u5FEB\u6377\u9375\u914D\u7F6E",fingerCountToToggleTranslagePageWhenTouching:"\u591A\u6307\u540C\u6642\u89F8\u6478\u5C4F\u5E55\u5247\u7FFB\u8B6F\u7DB2\u9801/\u986F\u793A\u539F\u6587","desc.fingerCountToToggleTranslagePageWhenTouching":"\u8A2D\u7F6E\u5F8C\uFF0C\u5728\u79FB\u52D5\u8A2D\u5099\u6642\uFF0C\u53EF\u4EE5\u540C\u6642\u7528 X \u500B\u624B\u6307\u89F8\u6478\u5C4F\u5E55\uFF0C\u5373\u53EF\u7FFB\u8B6F\u7DB2\u9801/\u986F\u793A\u539F\u6587",fingerCountToToggleTranslationMaskWhenTouching:"\u591A\u6307\u540C\u6642\u89F8\u6478\u5C4F\u5E55\u5247\u986F\u793A\u7FFB\u8B6F\u906E\u7F69/\u986F\u793A\u539F\u6587","desc.fingerCountToToggleTranslationMaskWhenTouching":"\u7FFB\u8B6F\u906E\u7F69\u662F\u6307\u8B6F\u6587\u6A23\u5F0F\u88E1\u7684\u6A21\u7CCA\u6548\u679C\uFF08\u5B78\u7FD2\u6A21\u5F0F\uFF09\uFF0C\u958B\u555F\u5F8C\u81E8\u6642\u5C0D\u8B6F\u6587\u4F7F\u7528\u6A21\u7CCA\u6548\u679C\uFF0C\u65B9\u4FBF\u5B78\u7FD2",fingerCountToToggleTranslagePageOnlyTranslationWhenTouching:"\u591A\u6307\u540C\u6642\u89F8\u5C4F\uFF0C\u4F7F\u7528\u50C5\u8B6F\u6587\u6A21\u5F0F\u9032\u884C\u7FFB\u8B6F/\u986F\u793A\u539F\u6587","desc.fingerCountToToggleTranslagePageOnlyTranslationWhenTouching":"\u50C5\u8B6F\u6587\u6307\u7684\u662F\u53EA\u986F\u793A\u8B6F\u6587\uFF0C\u800C\u4E0D\u662F\u9ED8\u8A8D\u7684\u96D9\u8A9E\u6A21\u5F0F","neverTranslateText.title":"\u4EE5\u4E0B\u55AE\u8A5E\u4FDD\u6301\u539F\u6587\uFF0C\u4E0D\u8981\u7FFB\u8B6F","neverTranslateText.description":"\u7531\u65BC\u67D0\u4E9B\u7FFB\u8B6F\u5F15\u64CE\u5C0D\u5C08\u6709\u540D\u8A5E\u8B58\u5225\u4E0D\u7406\u60F3\uFF0C\u4F60\u53EF\u4EE5\u5728\u6B64\u8655\u6DFB\u52A0\u55AE\u8A5E\uFF0C\u78BA\u4FDD\u5B83\u5011\u5728\u7FFB\u8B6F\u904E\u7A0B\u4E2D\u4E0D\u88AB\u8F49\u63DB\u3002\u8ACB\u6CE8\u610F\uFF0C\u6B64\u529F\u80FD\u5340\u5206\u5927\u5C0F\u5BEB\uFF0C\u4E26\u50C5\u652F\u6301\u4EE5\u7A7A\u683C\u5206\u9694\u7684\u55AE\u8A5E\u8A9E\u8A00\uFF08\u5982\u82F1\u8A9E\u3001\u6CD5\u8A9E\uFF09\uFF0C\u4E0D\u9069\u7528\u65BC\u65E5\u8A9E\u3001\u97D3\u8A9E\u7B49\u8A9E\u8A00","tagsInput.add":"+ \u6DFB\u52A0","desc.mouseHoverHoldKey":"\u7576\u6ED1\u9F20\u61F8\u505C\u5728\u67D0\u500B\u6BB5\u843D\u4E0A\u6642\uFF0C\u540C\u6642\u6309\u4E0B\u53F3\u5074\u7684\u5FEB\u6377\u9375\uFF0C\u5373\u53EF\u76F4\u63A5\u7FFB\u8B6F\u8A72\u6BB5\u843D",mouseHoverCustomKeyTitle:"\u81EA\u5B9A\u7FA9\u6ED1\u9F20\u61F8\u505C\u5FEB\u6377\u9375",mouseHoverCustomKeyDescription:"\u4F60\u53EF\u4EE5\u81EA\u5B9A\u7FA9\u4E00\u500B\u6ED1\u9F20\u61F8\u505C\u7684\u7D44\u5408\u5FEB\u6377\u9375\uFF0C\u6BD4\u5982\uFF1A Alt+Z, Ctrl+E, Cmd+Alt+E \u6216\u8005\u76F4\u63A5 Cmd\uFF0C \u8ACB\u624B\u52D5\u8F38\u5165",mouseHoverShortcutPlaceholder:"\u8ACB\u624B\u52D5\u8F38\u5165",browserShortcutsNoteForFirefox:"Firefox \u700F\u89BD\u5668\u4FEE\u6539\u5FEB\u6377\u9375\u9700\u8981\u6253\u958B\u64F4\u5C55\u7BA1\u7406\u9801\u9762 `about:addons`\uFF0C\u7136\u5F8C\u9EDE\u64CA\u300C\u8A2D\u7F6E\u300D-> \u300C\u7BA1\u7406\u5FEB\u6377\u9375\u300D",browserShortcutsNoteForChrome:"\u8ACB\u6CE8\u610F\uFF1A\u8981\u5728\u57FA\u65BCChrome\u5167\u6838\u7684\u700F\u89BD\u5668\u4E2D\u4FEE\u6539\u5FEB\u6377\u9375\uFF0C\u8ACB\u8A2A\u554F[\u64F4\u5C55\u7BA1\u7406\u9801\u9762] -> [\u7BA1\u7406\u5FEB\u6377\u9375]","desc.toggleTranslateTheMainPage":"\u50C5\u7FFB\u8B6F\u9801\u9762\u4E3B\u8981\u5340\u57DF\uFF0C\u7576\u4F60\u5728\u9032\u968E\u8A2D\u7F6E\u88E1\u555F\u7528\u4E86\u7FFB\u8B6F\u9801\u9762\u5168\u90E8\u5340\u57DF\u5F8C\uFF0C\u4F60\u53EF\u4EE5\u4F7F\u7528\u9019\u500B\u5FEB\u6377\u9375\u4F86\u5C08\u9580\u7FFB\u8B6F\u9801\u9762\u7684\u4E3B\u8981\u5340\u57DF","desc.toggleTranslateTheWholePage":"\u7FFB\u8B6F\u9801\u9762\u5168\u90E8\u5340\u57DF\uFF0C\u9810\u8A2D\u60C5\u6CC1\u4E0B\uFF0C\u6211\u5011\u6703\u7FFB\u8B6F\u9801\u9762\u7684\u4E3B\u8981\u5340\u57DF\uFF0C\u4F60\u53EF\u4EE5\u4F7F\u7528\u9019\u500B\u5FEB\u6377\u9375\u4F86\u5C08\u9580\u7FFB\u8B6F\u9801\u9762\u7684\u5168\u90E8\u5340\u57DF","browser.toggleOnlyTransation":"\u5207\u63DB\u96D9\u8A9E/\u50C5\u8B6F\u6587\u6A21\u5F0F","desc.toggleOnlyTransation":"\u50C5\u8B6F\u6587\u6A21\u5F0F\u6307\u7684\u662F\u53EA\u986F\u793A\u8B6F\u6587\uFF0C\u5982\u679C\u7DB2\u9801\u9084\u6C92\u6709\u7FFB\u8B6F\u7684\u8A71\uFF0C\u5C07\u6703\u5207\u63DB\u6A21\u5F0F\u4E26\u7FFB\u8B6F\u3002","browser.toggleTranslationMask":"\u5207\u63DB\u7576\u524D\u9801\u9762\u8B6F\u6587\u70BA\u6A21\u7CCA\u6548\u679C\uFF08\u5B78\u7FD2\u6A21\u5F0F\uFF09","desc.interfaceLanguage":"\u4ECB\u9762\u8A9E\u8A00\u8A2D\u7F6E\u5F71\u97FF\u63A7\u5236\u9762\u677F\u7684\u986F\u793A\u8A9E\u8A00\uFF0C\u548C\u7FFB\u8B6F\u7684\u76EE\u6A19\u8A9E\u8A00\u7121\u95DC",mouseHoverHoldKey:"\u61F8\u505C\u7FFB\u8B6F\u89F8\u767C\u9375",clickToSeeQuickDemo:"30 \u79D2\u5FEB\u901F\u6559\u5B78\u8996\u983B",shortcutDisableTooltip:"\u8ACB\u5728\u700F\u89BD\u5668\u63D0\u4F9B\u7684\u64F4\u5C55\u5FEB\u6377\u9375\u7BA1\u7406\u9801\u9762\u9032\u884C\u8A2D\u7F6E\uFF0C\u66F4\u591A\u6307\u5F15\u8ACB\u67E5\u770B\u672C\u9801\u9762\u6700\u4E0A\u65B9\u7684\u8AAA\u660E",floatBallOptions:"\u61F8\u6D6E\u7403","subtitle.autoEnableSubtitle":"\u81EA\u52D5\u958B\u555F\u96D9\u8A9E\u5B57\u5E55","floatBall.longPress":"\u9577\u6309\u53EF\u5FEB\u901F\u6253\u958B\u8A2D\u7F6E\u9762\u677F\u54E6",notLoginPro:"\u60A8\u9084\u672A\u767B\u9304\u60A8\u7684\u6703\u54E1\u8CEC\u6236",upgradeToProErrorTitle:"\u8ACB\u5347\u7D1A\u70BA Pro \u6703\u54E1\u518D\u4F7F\u7528\u8A72\u7FFB\u8B6F\u670D\u52D9",translationOnlyMode:"\u50C5\u8B6F\u6587\u6A21\u5F0F",translationOnlyModeDescription:"\u50C5\u8B6F\u6587\u6A21\u5F0F\u6307\u7684\u662F\u53EA\u986F\u793A\u8B6F\u6587\uFF0C\u800C\u4E0D\u662F\u9ED8\u8A8D\u7684\u96D9\u8A9E\u6A21\u5F0F\u3002\u6CE8\u610F\uFF1A\u7531\u65BC\u6280\u8853\u7684\u9650\u5236\u554F\u984C\uFF0C\u5728\u50C5\u8B6F\u6587\u6A21\u5F0F\u4E0B\uFF0C\u539F\u6587\u7684\u8D85\u9023\u7D50\u5C07\u6703\u5931\u6548","description.baiduField":"\u652F\u6301\u7684\u9818\u57DF\u898B<1>\u9019\u88E1\uFF0C\u70BA\u7A7A\u5247\u8868\u793A\u4E0D\u6307\u5B9A\u9818\u57DF",temprarilyChangeTranslationTo_openai:"\u6B63\u5728\u4F7F\u7528 OpenAI \u7FFB\u8B6F\u7576\u524D\u9801\u9762",temprarilyChangeTranslationTo_google:"\u6B63\u5728\u4F7F\u7528 Google \u7FFB\u8B6F\u7576\u524D\u9801\u9762",temprarilyChangeTranslationTo_bing:"\u6B63\u5728\u4F7F\u7528\u5FAE\u8EDF\u7FFB\u8B6F\u7576\u524D\u9801\u9762",temprarilyChangeTranslationTo_gemini:"\u6B63\u5728\u4F7F\u7528 Gemini \u7FFB\u8B6F\u7576\u524D\u9801\u9762",temprarilyChangeTranslationTo_transmart:"\u6B63\u5728\u4F7F\u7528\u9A30\u8A0A\u7FFB\u8B6F\u7576\u524D\u9801\u9762",temprarilyChangeTranslationTo_deepl:"\u6B63\u5728\u4F7F\u7528 DeepL \u7FFB\u8B6F\u7576\u524D\u9801\u9762","widget.videoSubtitle":"\u5F71\u7247\u5B57\u5E55","widget.instruction":"\u4F7F\u7528\u8AAA\u660E","widget.translateFile":"PDF/ePub",buildSnapshots:"\u751F\u6210\u7DB2\u9801\u5FEB\u7167","widget.translateFileTooltip":"\u7FFB\u8B6F PDF\u3001EPUB\u3001SRT\u3001ASS\u3001HTML \u548C TXT \u6587\u4EF6","widget.videoSubtitleTooltip":"\u652F\u63F4 Youtube \u7B49 {count}+ \u5F71\u7247\u7DB2\u7AD9","widget.instructionTooltip":"\u67E5\u770B\u4F7F\u7528\u8AAA\u660E",alwaysTranslateSomeLanguage:"\u7E3D\u662F\u7FFB\u8B6F{language}\u9801\u9762",alwaysTranslateThisSite:"\u7E3D\u662F\u7FFB\u8B6F\u8A72\u7DB2\u7AD9",neverTranslateThisSite:"\u6C38\u4E0D\u7FFB\u8B6F\u8A72\u7DB2\u7AD9",loggedIn:"\u5DF2\u767B\u5165",touchShortcutsToggleTranslatePage:"\u8A2D\u7F6E\u89F8\u5C4F\u624B\u52E2\u4F86\u7FFB\u8B6F\u7DB2\u9801/\u986F\u793A\u539F\u6587","desc.touchShortcutsToggleTranslatePage":"\u8A2D\u7F6E\u5F8C\uFF0C\u5728\u79FB\u52D5\u8A2D\u5099\u6642\uFF0C\u53EF\u4EE5\u540C\u6642\u7528 X \u500B\u624B\u6307\u89F8\u6478\u5C4F\u5E55\u3001\u5DE6\u53F3\u6ED1\u52D5\u6216\u9023\u7E8C\u9EDE\u64CA\uFF0C\u89F8\u767C\u7FFB\u8B6F\u7DB2\u9801/\u986F\u793A\u539F\u6587",touchShortcutsToggleTranslationMask:"\u8A2D\u7F6E\u89F8\u5C4F\u624B\u52E2\u986F\u793A\u7FFB\u8B6F\u906E\u7F69/\u986F\u793A\u539F\u6587","desc.touchShortcutsToggleTranslationMask":"\u7FFB\u8B6F\u906E\u7F69\u662F\u6307\u8B6F\u6587\u6A23\u5F0F\u88E1\u7684\u6A21\u7CCA\u6548\u679C\uFF08\u5B78\u7FD2\u6A21\u5F0F\uFF09\uFF0C\u958B\u555F\u5F8C\u81E8\u6642\u5C0D\u8B6F\u6587\u4F7F\u7528\u6A21\u7CCA\u6548\u679C\uFF0C\u65B9\u4FBF\u5B78\u7FD2",touchShortcutsToggleTranslatePageOnlyTranslation:"\u8A2D\u7F6E\u89F8\u5C4F\u624B\u52E2\u5207\u63DB\u96D9\u8A9E/\u50C5\u8B6F\u6587\u6A21\u5F0F","desc.touchShortcutsToggleTranslatePageOnlyTranslation":"\u53EA\u986F\u793A\u8B6F\u6587\u662F\u6307\u50C5\u986F\u793A\u8B6F\u6587\uFF0C\u5982\u679C\u7DB2\u9801\u9084\u6C92\u6709\u7FFB\u8B6F\u7684\u8A71\uFF0C\u5C07\u6703\u5207\u63DB\u6A21\u5F0F\u4E26\u7FFB\u8B6F\u3002",touchShortcutsToggleTranslateTouchElement:"\u8A2D\u7F6E\u89F8\u5C4F\u624B\u52E2\u7FFB\u8B6F\u6307\u5B9A\u6BB5\u843D","desc.touchShortcutsToggleTranslateTouchElement":"\u81EA\u5B9A\u7FA9\u4E00\u500B\u624B\u52E2\uFF0C\u5373\u53EF\u7FFB\u8B6F\u60A8\u6240\u5728\u7684\u4EFB\u4F55\u6BB5\u843D",touchShortcutsOff:"\u95DC\u9589","fingers.2":"\u96D9\u6307\u89F8\u6478","fingers.3":"\u4E09\u6307\u89F8\u6478","fingers.4":"\u56DB\u6307\u89F8\u6478","fingers.5":"\u4E94\u6307\u89F8\u6478","multipleClick.2":"\u96D9\u64CA","multipleClick.3":"\u4E09\u9023\u64CA","multipleClick.4":"\u56DB\u9023\u64CA","slide.left":"\u5411\u53F3\u6ED1\u52D5","slide.right":"\u5411\u5DE6\u6ED1\u52D5",contact:"\u806F\u7D61\u6211\u5011","contact.description":"\u5982\u679C\u60A8\u6709\u4EFB\u4F55\u554F\u984C\u6216\u5EFA\u8B70\uFF0C\u6B61\u8FCE\u586B\u5BEB\u4E0B\u65B9\u8868\u55AE\u806F\u7D61\u6211\u5011\uFF0C\u6216\u8005\u767C\u9001\u90F5\u4EF6\u81F3 {email}\uFF0C\u6211\u5011\u6703\u76E1\u5FEB\u56DE\u8986\u60A8\u3002","font.none":"\u7121","font.Microsoft YaHei":"\u5FAE\u8EDF\u96C5\u9ED1","font.SimSun":"\u5B8B\u9AD4","font.NSimSun":"\u65B0\u5B8B\u9AD4","font.Microsoft JhengHei":"\u5FAE\u8EDF\u6B63\u9ED1\u9AD4","font.KaiTi":"\u6977\u9AD4","font.FangSong":"\u4EFF\u5B8B","font.PingFang SC":"\u860B\u65B9","font.STHeiti":"\u83EF\u6587\u9ED1\u9AD4","font.STKaiti":"\u83EF\u6587\u6977\u9AD4","font.STSong":"\u83EF\u6587\u5B8B\u9AD4","font.STFangsong":"\u83EF\u6587\u4EFF\u5B8B","font.STZhongsong":"\u83EF\u6587\u4E2D\u5B8B","font.STHupo":"\u83EF\u6587\u7425\u73C0","font.STXinwei":"\u83EF\u6587\u65B0\u9B4F","font.STLiti":"\u83EF\u6587\u96B8\u66F8","font.STXingkai":"\u83EF\u6587\u884C\u6977","font.Hiragino Sans GB":"\u51AC\u9752\u9ED1\u9AD4","font.Lantinghei SC":"\u862D\u4EAD\u9ED1","font.Hanzipen SC":"\u6F22\u5100\u7FE9\u7FE9\u9AD4","font.Hannotate SC":"\u6F22\u5100\u6CE8\u9ED1","font.Songti SC":"\u5B8B\u9AD4","font.Wawati SC":"\u5A03\u5A03\u9AD4","font.Weibei SC":"\u9B4F\u7891","font.Xingkai SC":"\u884C\u6977","font.Yapi SC":"\u96C5\u75DE","font.Yuanti SC":"\u5713\u9AD4","browser.toggleVideoSubtitlePreTranslation":"\u5207\u63DB\u96D9\u8A9E\u5B57\u5E55\u512A\u5148\u4F7F\u7528\u6C89\u6D78\u5F0F\u7FFB\u8B6F\u8A2D\u7F6E","desc.toggleVideoSubtitlePreTranslation":"\u6309\u4E0B\u5F8C\uFF0C\u8996\u983B\u96D9\u8A9E\u5B57\u5E55\u6703\u512A\u5148\u4F7F\u7528\u6C89\u6D78\u5F0F\u7FFB\u8B6F\u7684\u8A2D\u7F6E\uFF0C\u518D\u6B21\u6309\u4E0B\u6703\u512A\u5148\u4F7F\u7528\u539F\u8996\u983B\u81EA\u5E36\u7684\u6A5F\u7FFB\u5B57\u5E55\uFF0C\u6CE8\u610F\uFF1A\u8A72\u5FEB\u6377\u65B9\u5F0F\u4FEE\u6539\u7684\u662F\u5168\u5C40\u8A2D\u7F6E",videoSubtitlePreTranslationOn:"\u8996\u983B\u5B57\u5E55\u5C07\u512A\u5148\u4F7F\u7528\u6C89\u6D78\u5F0F\u7FFB\u8B6F",videoSubtitlePreTranslationOff:"\u8996\u983B\u5B57\u5E55\u5C07\u512A\u5148\u4F7F\u7528\u539F\u8996\u983B\u81EA\u5E36\u7684\u6A5F\u7FFB\u5B57\u5E55",translationFont:"\u8A2D\u7F6E\u5B57\u9AD4","translationFont.custom":"\u8F38\u5165\u81EA\u5B9A\u7FA9\u5B57\u9AD4","translationFont.customPlaceholder":"\u5B57\u9AD4","translationFont.notSupportErrorMessage":"\u8ACB\u6AA2\u67E5\u60A8\u8F38\u5165\u7684\u5B57\u9AD4\u540D\u7A31\u662F\u5426\u6B63\u78BA\uFF0C\u6216\u78BA\u8A8D\u8A72\u5B57\u9AD4\u5DF2\u5728\u60A8\u7684\u8A2D\u5099\u4E0A\u5B89\u88DD\u3002","touch.mouse-translate":"\u7FFB\u8B6F\u6307\u5B9A\u6BB5\u843D","error.serveConfigError":"\u670D\u52D9\u914D\u7F6E\u932F\u8AA4","error.reloadPageOfSetting":"\u914D\u7F6E\u5F8C\uFF0C\u8ACB\u5237\u65B0\u9801\u9762\u518D\u6B21\u7FFB\u8B6F\u3002","error.googleLimitIp":"\u670D\u52D9\u8FD4\u56DE\u932F\u8AA4\uFF0C\u8C37\u6B4C\u670D\u52D9\u5DF2\u5C0D\u8A72IP\u5730\u5740\u9032\u884C\u9650\u6D41\uFF0C\u5EFA\u8B70\u60A8\u66F4\u63DB\u7DB2\u7D61\u7BC0\u9EDE\u3002","error.openAIFreeLimit":"\u670D\u52D9\u8FD4\u56DE\u932F\u8AA4\uFF0C\u7576\u524D\u7684\u7FFB\u8B6F\u8ACB\u6C42\u983B\u7387\u5DF2\u9054\u5230\u6BCF\u5206\u9418\u6700\u591A 3 \u6B21\u7684\u4E0A\u9650\uFF0C\u8ACB\u7A0D\u5F8C\u518D\u8A66\u3002\uFF08\u9019\u662F OpenAI \u5B98\u65B9\u5C0D\u514D\u8CBB API Key \u7684\u9650\u5236\uFF0C\u82E5\u8981\u89E3\u9664\u6B64\u9650\u5236\uFF0C\u8ACB\u5728 OpenAI \u5F8C\u53F0\u7D81\u5B9A\u4FE1\u7528\u5361\u3002\uFF09","error.openAIExceededQuota":"\u670D\u52D9\u8FD4\u56DE\u932F\u8AA4\uFF1A\u4F60\u7576\u524D\u7684 OpenAI \u8CEC\u6236\u9918\u984D\u4E0D\u8DB3\uFF0C\u8ACB\u5728 OpenAI \u5B98\u65B9\u5F8C\u53F0\u9032\u884C\u5145\u503C\u6216\u8005\u7D81\u5B9A\u4FE1\u7528\u5361\u3002","error.429":"\u670D\u52D9\u8FD4\u56DE\u932F\u8AA4\uFF0C\u8AAA\u660E\u8ACB\u6C42\u904E\u65BC\u983B\u7E41\u6216\u8D85\u51FA\u984D\u5EA6\u9650\u5236\uFF0C\u8ACB\u7A0D\u5F8C\u518D\u8A66\u3002","error.403":"\u670D\u52D9\u8FD4\u56DE\u932F\u8AA4\uFF0C \u66AB\u6642\u6C92\u6709\u6B0A\u9650\u8A2A\u554F\u8A72\u670D\u52D9\u3002","error.400":"\u670D\u52D9\u8FD4\u56DE\u932F\u8AA4\uFF0C \u8ACB\u6C42\u53C3\u6578\u932F\u8AA4\uFF0C\u8ACB\u6AA2\u67E5\u76F8\u61C9\u914D\u7F6E\u3002","error.502":"\u670D\u52D9\u8FD4\u56DE\u932F\u8AA4\uFF0C \u670D\u52D9\u8D85\u6642\uFF0C\u8ACB\u7A0D\u5F8C\u518D\u8A66\u3002","error.proTokenInvalid":"\u82E5\u60A8\u662FPro\u7528\u6236\uFF0C\u8ACB\u767B\u9678\u5F8C\u518D\u4F7F\u7528Pro\u7FFB\u8B6F\u670D\u52D9","error.proUpgrade":"\u5347\u7D1A\u5F8C\uFF0C\u8ACB\u5237\u65B0\u9801\u9762\u518D\u6B21\u7FFB\u8B6F\u3002","error.configError":"\u914D\u7F6E\u6578\u64DA\u7570\u5E38","error.goReset":"\u524D\u5F80\u91CD\u7F6E",batchEdit:"\u6279\u6B21\u64CD\u4F5C","translationServices.inherit":"\u8DDF\u96A8\u4E3B\u7FFB\u8B6F\u670D\u52D9","translationModeLang.translation.title":"\u50C5\u8B6F\u6587\u6A21\u5F0F\u7684\u8A9E\u8A00","translationModeLang.translation.description":"\u7576\u9801\u9762\u8A9E\u8A00\u70BA\u4E0B\u5217\u8A9E\u8A00\u6642\uFF0C\u6703\u81EA\u52D5\u4F7F\u7528\u50C5\u8B6F\u6587\u6A21\u5F0F","translationModeUrl.translation.title":"\u50C5\u8B6F\u6587\u6A21\u5F0F\u7684\u7DB2\u5740","translationModeUrl.translation.description":"\u7576\u7DB2\u7AD9\u70BA\u4E0B\u5217\u57DF\u540D\u6642\uFF0C\u6703\u81EA\u52D5\u4F7F\u7528\u50C5\u8B6F\u6587\u6A21\u5F0F",download_started:"\u4E0B\u8F09\u5DF2\u7D93\u958B\u59CB\uFF0C\u5982\u679C\u6C92\u6709\u81EA\u52D5\u4E0B\u8F09\uFF0C\u8ACB\u624B\u52D5\u9EDE\u64CA",here:"\u9019\u88E1","error.serveUnavailable":"\u60A8\u76EE\u524D\u6240\u4F7F\u7528\u7684 [{serverName}] \u670D\u52D9\u56E0\u7DB2\u8DEF\u9023\u7DDA\u6216\u670D\u52D9\u63D0\u4F9B\u5546\u7684\u554F\u984C\u66AB\u6642\u7121\u6CD5\u8A2A\u554F\u3002\u5EFA\u8B70\u60A8\u5617\u8A66\u5237\u65B0\u9801\u9762\u6216\u900F\u904E<1>\u8A2D\u5B9A\u66F4\u63DB\u5176\u4ED6\u7FFB\u8B6F\u670D\u52D9\u3002\u82E5\u60A8\u662F<2>Pro\u6703\u54E1\uFF0C\u53EF\u4EE5\u9078\u64C7\u4F7F\u7528\u66F4\u70BA\u7A69\u5B9A\u7684 DeepL \u6216 OpenAI \u7FFB\u8B6F\u670D\u52D9\uFF08<3>\u9EDE\u6B64\u514D\u8CBB\u9AD4\u9A57\uFF09\u3002 \u53E6\u5916\uFF0C\u60A8\u4E5F\u53EF\u80FD\u9700\u8981\u6AA2\u67E5\u60A8\u7684\u7DB2\u8DEF\u6216\u4EE3\u7406\u8A2D\u5B9A\u3002",detectServiceLoading:"\u6B63\u5728\u6AA2\u6E2C\u53EF\u7528\u7684\u7FFB\u8B6F\u670D\u52D9...",toggleToService:"\u5207\u63DB\u5230{service}\u4E26\u91CD\u8A66","error.gemini.429":"\u7576\u524D Gemini \u670D\u52D9\u7576\u524D\u627F\u8F09\u80FD\u529B\u5DF2\u9054\u4E0A\u9650\uFF0C\u8ACB\u60A8\u7A0D\u5F8C\u518D\u8A66\uFF0C\u6216\u8005\u5207\u63DB\u5230\u5176\u4ED6\u7FFB\u8B6F\u670D\u52D9",enableSentryReport:"\u7576\u64F4\u5C55\u767C\u751F\u932F\u8AA4\u6642\uFF0C\u4F7F\u7528 Sentry \u63D0\u4EA4\u53CD\u994B","translationServices.gemini":"\u96D9\u5B50\u5EA7","error.subscriptionExpiredTitle":"\u6703\u54E1\u5DF2\u904E\u671F","error.subscriptionExpired":"\u60A8\u7684\u6703\u54E1\u53EF\u80FD\u5DF2\u904E\u671F\uFF0C\u8ACB\u6AA2\u67E5\u60A8\u7684\u6703\u54E1\u72C0\u614B",geminiWarning:"\u6CE8\u610F\uFF1AGoogle \u63D0\u4F9B\u7684 Gemini \u7684\u514D\u8CBB\u670D\u52D9\u9650\u5236\u56B4\u683C\uFF0C\u53EF\u80FD\u6703\u88AB Google \u5224\u5B9A\u70BA\u7528\u6236\u5728\u4F7F\u7528\u591A\u500B Key \u4F86\u898F\u907F\u4ED6\u5011\u7684\u514D\u8CBB\u914D\u984D\u9650\u5236\uFF0C\u4E0D\u5EFA\u8B70\u4F7F\u7528\uFF0C\u5EFA\u8B70\u7B49\u5F85 Google \u672A\u4F86\u958B\u653E Gemini \u4ED8\u8CBB\u63A5\u53E3\u5F8C\u518D\u4F7F\u7528\u3002","floatBall.setting":"\u8A2D\u7F6E","floatBall.translateToLanguage":"\u9EDE\u64CA\u7FFB\u8B6F\u70BA{language}","floatBall.file":`\u7FFB\u8B6FPDF\u3001EPUB\u3001SRT\u3001 ASS\u3001HTML\u3001TXT\u6587\u4EF6`,changeToDualTranslationMode:"\u5207\u63DB\u9810\u8A2D\u8B6F\u6587\u6A21\u5F0F\u70BA\u96D9\u8A9E\u5C0D\u7167",changeToOnlyTempTranslationMode:`\u7576\u524D\u70BA\u96D9\u8A9E\u5C0D\u7167 \u9EDE\u64CA\u5207\u63DB\u70BA\u50C5\u8B6F\u6587`,changeToOnlyTranslationMode:"\u5207\u63DB\u9810\u8A2D\u7FFB\u8B6F\u6A21\u5F0F\u70BA\u50C5\u986F\u793A\u8B6F\u6587",changeToDualTempTranslationMode:`\u7576\u524D\u70BA\u50C5\u8B6F\u6587 @@ -4981,7 +4981,7 @@ ass\u3001HTML\u3001TXT\u6A94\u6848`,"description.multiplePrompt":`\u7576\u6BB5\u {env.imt_sub_trans_field}: \u8B6F\u6587 - id: 2 {env.imt_sub_source_field}: Source - {env.imt_sub_trans_field}: \u8B6F\u6587`,"subtitle.quickButton.translationPosition":"\u8B6F\u6587\u4F4D\u7F6E","subtitle.quickButton.cyan":"\u9752\u8272","subtitle.quickButton.translationPositionTop":"\u539F\u6587\u4E0A\u65B9","subtitle.quickButton.translationPositionBottom":"\u539F\u6587\u4E0B\u65B9","subtitle.quickButton.yellow":"\u9EC3\u8272","subtitle.quickButton.black":"\u9ED1\u8272","subtitle.quickButton.white":"\u767D\u8272","subtitle.quickButton.setting":"\u8A2D\u7F6E","subtitle.quickButton.blue":"\u85CD\u8272","subtitle.quickButton.backgroundColor":"\u80CC\u666F\u984F\u8272","subtitle.quickButton.sourceFontSize":"\u539F\u59CB\u5B57\u9AD4\u5927\u5C0F","subtitle.quickButton.translationFontSize":"\u7FFB\u8B6F\u6587\u5B57\u9AD4\u5927\u5C0F","translationServices.claude":"\u514B\u52DE\u5FB7","subtitle.quickButton.sourceTextColor":"\u539F\u59CB\u5B57\u9AD4\u984F\u8272","subtitle.quickButton.red":"\u7D05\u8272","subtitle.quickButton.translationTextColor":"\u7FFB\u8B6F\u6587\u5B57\u9AD4\u984F\u8272","subtitle.quickButton.magenta":"\u6D0B\u7D05\u8272","subtitle.quickButton.green":"\u7DA0\u8272","subtitle.quickButton.backgroundOpacity":"\u80CC\u666F\u4E0D\u900F\u660E\u5EA6",attachSubtitleTranslating:"\u6B63\u5728\u4F7F\u7528 {service} \u7FFB\u8B6F\u4E2D...","error.claude.403":"\u66AB\u7121\u6B0A\u9650\u8A2A\u554F\u670D\u52D9\uFF0C\u53EF\u80FD\u8207 Claude \u7684\u5730\u5340\u9650\u5236\u6709\u95DC\uFF0C\u60A8\u53EF\u4EE5\u5617\u8A66\u5207\u63DB\u60A8\u7684 IP \u5730\u5740\uFF0C\u6216\u8005\u4F7F\u7528\u5176\u4ED6\u7FFB\u8B6F\u670D\u52D9\u3002","browser.brandDescriptionForSafari":"\u3010\u6C89\u6D78\u5F0F\u7FFB\u8B6F\u3011\u4E00\u6B3E\u514D\u8CBB\u7684\uFF08\u539F\u6587/\u8B6F\u6587\uFF09\u96D9\u8A9E\u5C0D\u7167\u7DB2\u9801\u7FFB\u8B6F\u63D2\u4EF6\uFF0C\u540C\u6642\u652F\u6301PDF\u7FFB\u8B6F\u548CEPUB\u96FB\u5B50\u66F8\u7FFB\u8B6F\u4E14\u4FDD\u7559\u539F\u6587\u6A94\u6392\u7248\uFF0CYoutube/Netflix\u7B49\u5728\u7DDA\u8996\u983B\u96D9\u8A9E\u5B57\u5E55\u7FFB\u8B6F\uFF0C\u652F\u6301Deepl/Google\u7B49\u4E3B\u6D41\u7FFB\u8B6F\u670D\u52D9;","browser.PdfProFile":"AI \u9A45\u52D5\u7684 PDF Pro \u7FFB\u8B6F","browser.textTranslate":"\u6587\u672C\u7FFB\u8B6F\uFF08\u5C0D\u6BD4\u591A\u500B\u7FFB\u8B6F\u670D\u52D9\uFF09"};var Ds={nologin:"Not logged in",loginForSafari:"Sign In or Sign Up",login:"Log In",goLogin:"Sign In",manageAccount:"Manage Account",openPremium:"Upgrade to Pro",logout:"Logout",curentPlan:"Current Plan",endAt:"Expires",endAuto:"Auto Renew",lineBreakMaxTextCount:"Maximum characters per sentence after line break","translate-pdf":"Translate PDF","noSupportTranslate-pdf":"This script is not supported. Please use a plugin.","translate-firefox-local-pdf":"Go to upload PDF",enableLineBreak:"Enable automatic line wrapping for long paragraphs",sponsorLabel:"Sponsor developers from $1 (monthly or one-time)",help:"Help",enableLineBreakDescription:"After activating, insert line breaks at the end of each sentence in lengthy paragraphs for improved readability.","browser.shortBrandName":"Immersive Translate","browser.brandName":"Immersive Translate - Translate Website & PDF","browser.brandDescription":"Free Translate Website, Translate PDF & Epub eBook, Translate Video Subtitles in Bilingual","browser.toggleTranslatePage":"Translate webpage/Display original text","browser.toggleTranslateTheWholePage":"Translate entire page/Display original text","browser.toggleTranslateToThePageEndImmediately":"Translate instantly to the bottom of the page/Display original text","browser.toggleTranslateTheMainPage":"Translate main page /Display original text","browser.shareToDraft":"Share Bilingual Page","browser.openOptionsPage":"Open Settings Page","browser.translateLocalPdfFile":"Translate local PDF File","browser.openEbookViewer":"Read local e-books","browser.openEbookBuilder":"Create Bilingual EPUB E-books","browser.translateLocalHtmlFile":"Translate HTML/txt File","browser.donateContext":"Explore Sponsorship Benefits","browser.translateLocalSubtitleFile":"Translate Local Subtitle File",confirmResetConfig:"Are you sure you want to reset settings?",translationLineBreakSettingTitle:"Line break setting",smartLineBreak:"Smart Wrap",alwaysLineBreak:"Always Wrap",isShowContextMenu:"Add Translation to Right-Click Menu",toggleBeta:"Enable Beta Testing Features",betaDescription:"Enable experimental features and test translation services. Join the <1>Telegram group for more information.",translationLineBreakSettingDescription:"Always Wrap is suitable for layouts with less content, providing a neater appearance. (For longer paragraphs with over {count} characters, use Smart Wrap for a more space-efficient display.)",tempTranslateDomainTitle:"Temporarily Activate Website Translation Time",tempTranslateDomainDescription:"When manually translating a webpage, temporarily enable automatic translation for the site. You can set a temporary duration.",xMinutes:"{count} minutes",disabled:"Disable",changelog:"Change Log",toggleTranslatePageWhenThreeFingersOnTheScreen:"Touch screen with multiple fingers to translate webpage/display original text",toggleTranslationMaskWhenThreeFingersOnTheScreen:"Touch screen with multiple fingers to show/hide the blurry effect of the translated text",addUrlDescription:"You can specify domain names, and also use wildcard characters, such as: *.google.com, google.com/mail/*, https://www.google.com/*",general:"General",clickToExpandConfig:"Expand current configuration",import:"Import from file",export:"Export to file",toggleDebug:"Print debug logs to console","fingers.0":"Close",mouseHoldKey:"+ {key} translate/restore this paragraph",mouseHoldKeyAuto:"immediately translate this paragraph",mouseHoldKeyOff:"Do nothing",mouseHoldKeyOther:"Custom shortcut key (open settings)",mouseHoldKeyCustomKey:"{key} translate/restore this paragraph","mouse-translate":"Hover",document:"Document",resetSuccess:"Reset all settings successful",resetThisSuccess:"Reset successful",saved:"Saved successfully",successImportConfig:"Configuration imported successfully",goAdvancedSettings:"Go to Advanced Settings Page",goAdvancedInterfaceSettings:"Go to Advanced Custom Settings Page",advanced:"Advanced Settings",advancedDescription:"Generally, there's no need to adjust; keep the default settings. These options are provided for more advanced users seeking a more personalized experience.",developer:"Developer settings",donateCafe:"Pricing","translate to the bottom of the page":"After opening a webpage, do you want to translate to the bottom of the page immediately?",feedback:"Feedback",toggleTranslatePage:"Translate webpage/Show original text",translateToThePageEndImmediatelyDescription:"Once enabled, upon entering a webpage, it will immediately translate the content from the top to the bottom. If disabled, it will translate as you read. (Not recommended to enable)","translate all areas of the page":"Should all areas of the webpage be translated?",translationAreaDescription:"Once enabled, all areas of the entire webpage will be translated. If disabled, the default smart recognition will be used to translate only the main areas. (Not recommended to enable)","the number of characters to be translated first":"Translate the first few characters of the page directly, without waiting to scroll to the visible area.","interface language":"Interface language","display both the original text and the translation":"Display both the original text and the translation","keyboard shortcuts":"Keyboard shortcuts",modify:"Edit",reset:"Reset",close:"Close",homepage:"Home Page",more:"More",moreOptions:"Expand for more custom settings",translateTheWholePage:"Translate entire page",changeToTranslateTheWholePage:"Translate the Whole Page",changeToTranslateTheMainPage:"Translate the Main Content",changeToOnlyTranslationMode:"Show Translation only",changeToDualTranslationMode:"Show Bilingual Translation",translateToThePageEndImmediately:"Immediately translate to the bottom ",translateTheMainPage:"smart translate the main areas","The local rules are up to date":"Local rules are up to date:","Successfully synchronized with the latest official rules:":"Successfully synced latest official rules:","Checking for updates":"Checking for update","Rules are being synchronized":"Syncing official rules",localVersionIsTooOld:"The local extension version is too old, please upgrade the extension to {minVersion} or a newer version and try to sync again.",badUserscriptBrowser:"The current browser does not correctly support the interface of the Tampermonkey extension (such as obtaining version information of Tampermonkey scripts). Please use another <1>browser that supports Tampermonkey extensions, such as Firefox.",foundNewVersion:"New version available",theLocalExtensionIsUpToUpdate:"The current extension version is up to date.",failToSyncRules:"Failed to sync latest adaptive rules",retry:"Retry",failedReason:"Failure reason",currentRuleVersion:"Current Rule Version",calculating:"Calculating",unknownError:"Unknown Error",canNotFetchRemoteRule:"Unable to fetch remote rule",enableAlphaSuccess:"Alpha feature enabled successfully",disableAlphaSuccess:"Alpha feature has been disabled",cacheSize:"Cache size:",cleaning:"Cleaning",cleanCache:"Clear cache",options:"Options",about:"About",service:"Translation Service",needAction:"(go to settings)",goSettings:"go to settings",needActionForOptions:"(requires setting)",translationEngine:"Engine Options",sourceLanguage:"Original language",target:"Target Language",popupSourceLanguage:"Source",popupTarget:"Target",popupService:"Service",forThisSite:"Site",autoEnableSubtitle:"Auto-enable bilingual captions",alwaysTranslate:"Always translate",neverTranslate:"Never translate",neverTranslateSomeLanguage:"Never translate {language}",alwaysTranslateSomeSite:"Always translate {hostname}",neverTranslateSomeSite:"Never translate {hostname}",alwaysTranslateSomeSiteOrWildSite:"Always translate this site",alwaysTranslateSomePage:"Always translate this page",add:"Add",default:"Default",forThisLanguage:"For This Language:","add url":"Add URL",edit:"Edit",pickAll:"Select All","translate other languages into specific language":"Translate other languages into the language you set","select translation service":"Select a translation service",language:"Language","show-original":"Show Original",translate:"Translate",Translated:"Translated",Translating:"Translating",Error:"Error",allowCacheTranslations:"Enable local translation caching (reduce translation requests for repeated paragraphs)","translation display":"Translation display style","select diplay style":"See below for examples of different translation styles",interface:"Interface Settings",import_export:"Import/Export",import_export_title:"Import/Export Configuration",syncToGoogleDrive:"Sync Now with Google Drive",floatBallOptions:"Floating Button","floatBallOptions.enable":"Enable Floating Ball","floatBallOptions.blockUrls":"Blocked Websites","floatBallOptions.add":"Add","floatBallOptions.blockUrlDesc":"Don\u2019t show the floating ball on these websites","floatBallOptions.clickType":"Click Behavior","floatBallOptions.clickTypeDesc":"What happens when you click the floating ball icon","floatBallOptions.clickPopup":"Display Translation Panel","floatBallOptions.clickTranslate":"Translate/Show Original Text","floatBallOptions.fixedPosition":"Fixed Position","floatBallOptions.fixedPositionDesc":"Whether the float ball is on the left or right of the window","floatBallOptions.fixedPositionLeft":"Left","floatBallOptions.fixedPositionRight":"Right",previewAllThemes:"Preview all themes","translationTheme.none":"None","translationTheme.grey":"Black Gray","translationTheme.dashed":"Dotted lines","translationTheme.dotted":"Dotted lines","translationTheme.dashedBorder":"Dotted Border","translationTheme.solidBorder":"Solid Border","translationTheme.underline":"Straight line","translationTheme.mask":"Blur effect (learning mode)","translationTheme.opacity":"Transparency effect","translationTheme.paper":"White paper shadow effect","translationTheme.dividingLine":"Dividing line","translationTheme.highlight":"Highlight","translationTheme.marker":"Marker","translationTheme.marker2":"Maker2","translationTheme.blockquote":"quote style","translationTheme.weakening":"Weaken","translationTheme.italic":"Italic","translationTheme.bold":"Bold","translationTheme.thinDashed":"Thin dotted lines","translationTheme.nativeDashed":"System built-in dotted lines","translationTheme.nativeDotted":"System built-in dotted lines","translationTheme.nativeUnderline":"System built-in straight lines","translationTheme.wavy":"wavy lines","translationServices.custom":"Custom API","translationServices.tencent":"Tencent Translator","translationServices.tenAlpha":"Tencent Translator (Alpha)","translationServices.google":"Google Translate","translationServices.bai":"Baidu (Alpha)","translationServices.baidu":"Baidu translation","translationServices.aliyun":"Aliyun Translator","translationServices.volc":"Volcano Translation","translationServices.deeplx":"DeepLX (Alpha)","translationServices.bing":"Microsoft Translator","translationServices.deepl":"DeepL","translationServices.wechat":"Wechat translation","translationServices.azure":"Azure Translator","translationServices.ibm":"IBM Watson","translationServices.aws":"Amazon Translate","translationServices.mock":"Mock translation","translationServices.mock2":"Mock Translation2","translationServices.caiyun":"Caiyun Translation","translationServices.cai":"Caiyun Translation (Alpha)","translationServices.volcAlpha":"Volcano Translation (Alpha)","translationServices.openl":"OpenL","translationServices.youdao":"Youdao Translation","translationServices.you":"Youdao Translation (Alpha)","translationServices.transmart":"Tencent Smart Translation","translationServices.niu":"Niu Translation","translationServices.papago":"Papago Translation","translationServices.d":"DeeplX (Alpha)","translationServices.dpro":"D Pro (Canary)","translationServices.openai":"OpenAI","translationServices.yandex":"Yandex","translationServices.gemini":"Gemini","translationServices.chatgpt":"ChatGPT Web(3.5 mobile)","translate title":"Translate page title","always languages":"Always translate the following languages",neverTranslateLanguagesLabel:"Never Translated Languages",neverTranslateTheFollowingLanguagesDescription:"When a paragraph on a page is in one of the following languages, the translation will be skipped",enableUserscriptPagePopup:"Always show Popup windows on the page",enableUserscriptPagePopupDescription:"After closing the floating ball, you can use the shortcut key /{touch} to summon it. To prevent accidentally losing the floating ball after turning off this option, it is strongly recommended to bookmark this settings page.","always translate the following languages":"The following languages will always be translated","always sites":"Always translate the following sites","always translate the following sites":"The following sites will always be translated","never sites":"Never translate the following sites","never translate the following sites":"The following sites will never be translated","please refer to":"It can only be used after filling in the key. For details, please refer to",KeyAndConfigurationTutorial:"Key Application and Configuration Tutorial",useAboveStyleForTheseSites:"Sites that always use the {theme} translation style",currentUrl:"Current URL",confirm:"Save",cancel:"Cancel",delete:"Delete",syncToCloud:"Sync to cloud",syncToCloudDescription:"Upload the configuration to the cloud server, and you can synchronize the configuration between different browsers or Tampermonkey scripts, based on the last modification time.",syncToAccount:"Sync to account",syncToAccountButton:"Sync to account now",syncToAccountDescription:"Uploaded to the logged-in account, the configuration can be synchronized between different devices, and the last modification time shall prevail.",successSyncConfigInAccount:"Successfully synced with account",successSyncConfigToAccount:"Successfully synchronized to account",syncConfigNoUpdate:"Already up to date",authFail:"Authorization Failed",syncTitle:"Manual Backup Management",import_hint:"Import",upload:"Upload",revokeAuth:"Revoke Authorization",uploadFail:"Upload Failed",download:"Download",importSuccess:"Upload Success",importFail:"Import Failed",deleteFail:"Delete Failed",backupToCloud:"Manage backup files manually",create_new_backup:"Add backup node",maxBackupFiles:"Up to{count}different nodes can be backed up. Please delete unneeded nodes",backupToCloudDescription:"Upload or restore backup files manually, up to 3 different backups",successSyncConfig:"Successfully synced with cloud",syncFail:"Synchronization failed",updatedAt:"Updated at {date}",lastSyncedAt:"Last checked at {date}",downloadFail:"Download failed",clickToDownload:"Click to download",aboutLabel:"About - Feedback ","browser.openAboutPage":"About / Feedback/Sponsor",aboutLabelWithoutSponsor:"About - Feedback",aboutIntro:"We hope that all users will easily and pleasantly access to the enormous amount of foreign language information available on the Internet \u2764\uFE0F. You can choose to subscribe to <6>Pro membership to use the out-of-the-box DeepL and OpenAI translation.

Follow us on<3>Twitter, <4>Telegram Channel, WeChat public account, WeChat community group, or subscribe to updates via <5>email below.
<7>Pro members can contact us through the quick customer service email <8>support@immersivetranslate.com.",aboutIntroWithoutSponsor:"The extension is completely free. We hope that everyone can easily and joyfully access the vast foreign language information on the Internet \u2764\uFE0F.

Follow us on <3>Twitter, <4>Telegram channel, WeChat public account, WeChat community group, or subscribe to updates via <5>email below.",projectHomepage:"Project Homepage",joinTelegramGroup:"Join our communities for feature discussion",wechatPublicAccount:"Wechat Official Account",wechatCommunities:"Wechat Group",qqCommunities:"QQ Channel",joinTelegramChannel:"Subscribe to our Telegram channel to get the latest updates",feedbackAndJoin:"Feedback",autoSync:"Auto-Time Sync",loadingThemeTitle:"Loading Style",loadingThemeDescription:"Set the style of waiting for the translation to load","loadingTheme.spinner":"Spinning icon","loadingTheme.text":"Static Text... ","loadingTheme.none":"Disabled",developerDescription:"You can click <1>here to see the documentation related to advanced customization","edit border color":"Edit border color",successSyncButNoChange:"The current configuration is consistent with that in the cloud server",customTheme:"Customize colors and sizes","customThemeLabel.borderColor":"Border color","customThemeLabel.borderRadius":"Border Round Corner","customThemeLabel.textColor":"Text color","customThemeLabel.backgroundColor":"Background color","customThemeLabel.zoom":"Font scale (%)","customThemeLabel.opacity":"Text opacity (%)",resetToDefaultColor:"Reset to default colors",resetToDefaultSettings:"Reset to default settings",isTranslateTitle:"Enable translate page title",isTranslateTitleDescription:"When enabled, the webpage title will be translated",enableSearchEnhancement:"Enable Search Enhancement",enableSearchEnhancementDescription:"After activation, the right sidebar will automatically display 'Google News' search results for the corresponding English keywords on supported websites (Google News, Google Search (for certain keywords), Xueqiu, East Money, Futu, Tiger Community).",verifyService:"Verify service",verified:"Successful","field.langs":"Supported Language Code","field.model":"Model","field.translationEngine":"Translation engine","field.limitPerMinute":"Max requests per minute","field.limitPerSecond":"Max requests per second","field.maxTextLengthPerRequest":"Maximum text length per request","field.maxTextGroupLengthPerRequest":"Maximum number of paragraphs per request","field.apiUrl":"Custom API interface address","field.placeholderDelimiters":"Reserved placeholders","description.custom":"Custom interface access requires reference documents","description.limitPerMinute":"When the number of requests exceeds this limit, it will be temporarily suspended until the beginning of the next minute. Due to various limitations of OpenAI's current services, please click <1>here to view the latest suggested values","description.limitPerSecond":"When the number of requests exceeds this limit, it will be temporarily suspended until the beginning of the next second. Due to various limitations of OpenAI's current services, please click <1>here to view the latest suggested values","description.generalLimitPerSecond":"When the number of requests exceeds the limit, it will enter a queue state until the beginning of the next second.","description.prompt":"The dialogue sent to {service} as a user, where {{text}} represents the text content of the paragraph, {{from}} represents the language of the paragraph, and {{to}} represents the target language.","description.maxTextLengthPerRequest":"By default multiple paragraphs will be merged to reduce the number of requests, but if the total length of the paragraphs is too long, it may also cause the interface to respond slowly, so you can try to adjust this option to optimize speed","description.systemPrompt":"Send the conversation to OpenAI as a system, where {{text}} represents the text content of the paragraph, {{from}} represents the original language of the paragraph, and {{to}} represents the target language.","field.domain":"Domain","description.domain":"The default is: general. It can only be set when domain translation is activated in the Youdao API console, and the supported domains can be seen <1>Here ","field.scene":"Scenarios","description.scene":"The default is: general. It can be set only if the Alibaba Cloud API console has the Machine Translation Professional Edition enabled. Supported scenes can be found <1>here.","field.vocabId":"User dictionary ID","description.vocabId":"Specified dictionary out_id, currently supported in English translation","description.model":"OpenAI's models, such as gpt-3.5-turbo, gpt-4, etc","description.maxTextGroupLengthPerRequest":"The number of paragraphs sent to translation service each time. Sending too many paragraphs to OpenAI at once can slow down the interface.","description.apiUrl":"Please add a specific URL with a path, <1>more instructions",enabledExtension:"Enable extensions",clickToDisableExtension:"Click to disable extension",clickToEnableExtension:"Click to enable the extension",hasBeenDisabled:"Disabled","show password":"Show password",customContent:"Enter the name of the custom model",inputOptions:"Enhanced input box",mouseHoverOptions:"Mouse Hover",modifyMouseHoverKey:"Modify mouse hover shortcuts",enableInputTranslation:"enhanced input box?",enableInputTranslationDescription:"When enabled, enter {startingKey}{startingKey} direct in the input box and hit{inputTrailingTriggerKeyRepeatTimes}times{trailingKey}, translated into {inputTargetLanguage}",enableInputTranslationDescriptionForNoneKey:'When enabled, simply enter "Hello World" in the input box, then quickly press {inputTrailingTriggerKeyRepeatTimes} times on {trailingKey}, and it will be translated into the default target language.',inputTargetLanguage:"Set the default target language for the input box",inputTargetLanguageDescription:"The default target language for the translation input box, which is {startingKey}{startingKey} as the default language for triggering words.",inputTargetLanguageDescriptionForNoneKey:"Default target language for translation input box",inputStartingTriggerKeyTitle:"Set the delimiter character for partial translation of the input box",inputStartingTriggerKeyDescription:"When you don\u2019t need to translate the entire input box, the delimiter allows you to only translate the part from {startingKey}{startingKey} to the end of the input box. You can also specify a language code, for example: {startingKey}ja means to only translate the part from {startingKey}ja to the end of the input box",inputStartingTriggerKeyDescriptionForNoneKey:"The current setting does not require a prefix, so the partial text translation function of the input box cannot be used temporarily",inputTrailingTriggerKeyTitle:"Select a trigger character to indicate the end of input.",inputTrailingTriggerKeyDescription:"Quickly hitting {trailingKey} 3 times will start the translation",inputTrailingTriggerKeyTimeout:"Enter the interval time to end the trailing trigger",inputTrailingTriggerKeyTimeoutDescription:"Set the interval time for the end of input combo trigger (milliseconds)",spaceKey:"",noneKey:"No prefix needed, translate the entire text box directly",inputTranslationBlockUrlsTitle:"Do not enable input box enhancement on the following URLs",inputTranslationBlockUrlsDescription:"The input box enhancement will not work in the following URL",inputHelperInfo:`Note: We have optimized the system to address an issue where certain characters in Chinese input methods were being converted into Chinese punctuation marks. For instance, when using Sogou Input Method, "/" would be changed to "\u3001". We now recognizes all corresponding Chinese symbols as triggering characters, including "//" and "\u3001\u3001". + {env.imt_sub_trans_field}: \u8B6F\u6587`,"subtitle.quickButton.translationPosition":"\u8B6F\u6587\u4F4D\u7F6E","subtitle.quickButton.cyan":"\u9752\u8272","subtitle.quickButton.translationPositionTop":"\u539F\u6587\u4E0A\u65B9","subtitle.quickButton.translationPositionBottom":"\u539F\u6587\u4E0B\u65B9","subtitle.quickButton.yellow":"\u9EC3\u8272","subtitle.quickButton.black":"\u9ED1\u8272","subtitle.quickButton.white":"\u767D\u8272","subtitle.quickButton.setting":"\u8A2D\u7F6E","subtitle.quickButton.blue":"\u85CD\u8272","subtitle.quickButton.backgroundColor":"\u80CC\u666F\u984F\u8272","subtitle.quickButton.sourceFontSize":"\u539F\u59CB\u5B57\u9AD4\u5927\u5C0F","subtitle.quickButton.translationFontSize":"\u7FFB\u8B6F\u6587\u5B57\u9AD4\u5927\u5C0F","translationServices.claude":"\u514B\u52DE\u5FB7","subtitle.quickButton.sourceTextColor":"\u539F\u59CB\u5B57\u9AD4\u984F\u8272","subtitle.quickButton.red":"\u7D05\u8272","subtitle.quickButton.translationTextColor":"\u7FFB\u8B6F\u6587\u5B57\u9AD4\u984F\u8272","subtitle.quickButton.magenta":"\u6D0B\u7D05\u8272","subtitle.quickButton.green":"\u7DA0\u8272","subtitle.quickButton.backgroundOpacity":"\u80CC\u666F\u4E0D\u900F\u660E\u5EA6",attachSubtitleTranslating:"\u6B63\u5728\u4F7F\u7528 {service} \u7FFB\u8B6F\u4E2D...","error.claude.403":"\u66AB\u7121\u6B0A\u9650\u8A2A\u554F\u670D\u52D9\uFF0C\u53EF\u80FD\u8207 Claude \u7684\u5730\u5340\u9650\u5236\u6709\u95DC\uFF0C\u60A8\u53EF\u4EE5\u5617\u8A66\u5207\u63DB\u60A8\u7684 IP \u5730\u5740\uFF0C\u6216\u8005\u4F7F\u7528\u5176\u4ED6\u7FFB\u8B6F\u670D\u52D9\u3002","browser.brandDescriptionForSafari":"\u3010\u6C89\u6D78\u5F0F\u7FFB\u8B6F\u3011\u4E00\u6B3E\u514D\u8CBB\u7684\uFF08\u539F\u6587/\u8B6F\u6587\uFF09\u96D9\u8A9E\u5C0D\u7167\u7DB2\u9801\u7FFB\u8B6F\u63D2\u4EF6\uFF0C\u540C\u6642\u652F\u6301PDF\u7FFB\u8B6F\u548CEPUB\u96FB\u5B50\u66F8\u7FFB\u8B6F\u4E14\u4FDD\u7559\u539F\u6587\u6A94\u6392\u7248\uFF0CYoutube/Netflix\u7B49\u5728\u7DDA\u8996\u983B\u96D9\u8A9E\u5B57\u5E55\u7FFB\u8B6F\uFF0C\u652F\u6301Deepl/Google\u7B49\u4E3B\u6D41\u7FFB\u8B6F\u670D\u52D9;","browser.PdfProFile":"AI \u9A45\u52D5\u7684 PDF Pro \u7FFB\u8B6F","browser.textTranslate":"\u6587\u672C\u7FFB\u8B6F\uFF08\u5C0D\u6BD4\u591A\u500B\u7FFB\u8B6F\u670D\u52D9\uFF09"};var Ds={nologin:"Not logged in",loginForSafari:"Sign In or Sign Up",login:"Log In",goLogin:"Sign In",manageAccount:"Manage Account",openPremium:"Upgrade to Pro",logout:"Logout",curentPlan:"Current Plan",endAt:"Expires",endAuto:"Auto Renew",lineBreakMaxTextCount:"Maximum characters per sentence after line break","translate-pdf":"Translate PDF","noSupportTranslate-pdf":"This script is not supported. Please use a plugin.","translate-firefox-local-pdf":"Go to upload PDF",enableLineBreak:"Enable automatic line wrapping for long paragraphs",sponsorLabel:"Sponsor developers from $1 (monthly or one-time)",help:"Help",enableLineBreakDescription:"After activating, insert line breaks at the end of each sentence in lengthy paragraphs for improved readability.","browser.shortBrandName":"Immersive Translate","browser.brandName":"Immersive Translate - Translate Website & PDF","browser.brandDescription":"Free Translate Website, Translate PDF & Epub eBook, Translate Video Subtitles in Bilingual","browser.toggleTranslatePage":"Translate webpage/Display original text","browser.toggleTranslateTheWholePage":"Translate entire page/Display original text","browser.toggleTranslateToThePageEndImmediately":"Translate instantly to the bottom of the page/Display original text","browser.toggleTranslateTheMainPage":"Translate main page /Display original text","browser.shareToDraft":"Share Bilingual Page","browser.openOptionsPage":"Open Settings Page","browser.translateLocalPdfFile":"Translate local PDF File","browser.openEbookViewer":"Read local e-books","browser.openEbookBuilder":"Create Bilingual EPUB E-books","browser.translateLocalHtmlFile":"Translate HTML/txt File","browser.donateContext":"Explore Sponsorship Benefits","browser.translateLocalSubtitleFile":"Translate Local Subtitle File",confirmResetConfig:"Are you sure you want to reset settings?",translationLineBreakSettingTitle:"Line break setting",smartLineBreak:"Smart Wrap",alwaysLineBreak:"Always Wrap",isShowContextMenu:"Add Translation to Right-Click Menu",toggleBeta:"Enable Beta Testing Features",betaDescription:"Enable experimental features and test translation services. Join the <1>Telegram group for more information.",translationLineBreakSettingDescription:"Always Wrap is suitable for layouts with less content, providing a neater appearance. (For longer paragraphs with over {count} characters, use Smart Wrap for a more space-efficient display.)",tempTranslateDomainTitle:"Temporarily Activate Website Translation Time",tempTranslateDomainDescription:"When manually translating a webpage, temporarily enable automatic translation for the site. You can set a temporary duration.",xMinutes:"{count} minutes",disabled:"Disable",changelog:"Change Log",toggleTranslatePageWhenThreeFingersOnTheScreen:"Touch screen with multiple fingers to translate webpage/display original text",toggleTranslationMaskWhenThreeFingersOnTheScreen:"Touch screen with multiple fingers to show/hide the blurry effect of the translated text",addUrlDescription:"You can specify domain names, and also use wildcard characters, such as: *.google.com, google.com/mail/*, https://www.google.com/*",general:"General",clickToExpandConfig:"Expand current configuration",import:"Import from file",export:"Export to file",toggleDebug:"Print debug logs to console","fingers.0":"Close",mouseHoldKey:"+ {key} translate/restore this paragraph",mouseHoldKeyAuto:"immediately translate this paragraph",mouseHoldKeyOff:"Do nothing",mouseHoldKeyOther:"Custom shortcut key (open settings)",mouseHoldKeyCustomKey:"{key} translate/restore this paragraph","mouse-translate":"Hover",document:"Document",resetSuccess:"Reset all settings successful",resetThisSuccess:"Reset successful",saved:"Saved successfully",successImportConfig:"Configuration imported successfully",goAdvancedSettings:"Go to Advanced Settings Page",goAdvancedInterfaceSettings:"Go to Advanced Custom Settings Page",advanced:"Advanced Settings",advancedDescription:"Generally, there's no need to adjust; keep the default settings. These options are provided for more advanced users seeking a more personalized experience.",developer:"Developer settings",donateCafe:"Pricing","translate to the bottom of the page":"After opening a webpage, do you want to translate to the bottom of the page immediately?",feedback:"Feedback",toggleTranslatePage:"Translate webpage/Show original text",translateToThePageEndImmediatelyDescription:"Once enabled, upon entering a webpage, it will immediately translate the content from the top to the bottom. If disabled, it will translate as you read. (Not recommended to enable)","translate all areas of the page":"Should all areas of the webpage be translated?",translationAreaDescription:"Once enabled, all areas of the entire webpage will be translated. If disabled, the default smart recognition will be used to translate only the main areas. (Not recommended to enable)","the number of characters to be translated first":"Translate the first few characters of the page directly, without waiting to scroll to the visible area.","interface language":"Interface language","display both the original text and the translation":"Display both the original text and the translation","keyboard shortcuts":"Keyboard shortcuts",modify:"Edit",reset:"Reset",close:"Close",homepage:"Home Page",more:"More",moreOptions:"Expand for more custom settings",translateTheWholePage:"Translate entire page",changeToTranslateTheWholePage:"Translate the Whole Page",changeToTranslateTheMainPage:"Translate the Main Content",changeToOnlyTranslationMode:"Show Translation only",changeToDualTranslationMode:"Show Bilingual Translation",translateToThePageEndImmediately:"Immediately translate to the bottom ",translateTheMainPage:"smart translate the main areas","The local rules are up to date":"Local rules are up to date:","Successfully synchronized with the latest official rules:":"Successfully synced latest official rules:","Checking for updates":"Checking for update","Rules are being synchronized":"Syncing official rules",localVersionIsTooOld:"The local extension version is too old, please upgrade the extension to {minVersion} or a newer version and try to sync again.",badUserscriptBrowser:"The current browser does not correctly support the interface of the Tampermonkey extension (such as obtaining version information of Tampermonkey scripts). Please use another <1>browser that supports Tampermonkey extensions, such as Firefox.",foundNewVersion:"New version available",theLocalExtensionIsUpToUpdate:"The current extension version is up to date.",failToSyncRules:"Failed to sync latest adaptive rules",retry:"Retry",failedReason:"Failure reason",currentRuleVersion:"Current Rule Version",calculating:"Calculating",unknownError:"Unknown Error",canNotFetchRemoteRule:"Unable to fetch remote rule",enableAlphaSuccess:"Alpha feature enabled successfully",disableAlphaSuccess:"Alpha feature has been disabled",cacheSize:"Cache size:",cleaning:"Cleaning",cleanCache:"Clear cache",options:"Options",about:"About",service:"Translation Service",needAction:"(go to settings)",goSettings:"go to settings",needActionForOptions:"(requires setting)",translationEngine:"Engine Options",sourceLanguage:"Original language",target:"Target Language",popupSourceLanguage:"Source",popupTarget:"Target",popupService:"Service",forThisSite:"Site",autoEnableSubtitle:"Auto-enable bilingual captions",alwaysTranslate:"Always translate",neverTranslate:"Never translate",neverTranslateSomeLanguage:"Never translate {language}",alwaysTranslateSomeSite:"Always translate {hostname}",neverTranslateSomeSite:"Never translate {hostname}",alwaysTranslateSomeSiteOrWildSite:"Always translate this site",alwaysTranslateSomePage:"Always translate this page",add:"Add",default:"Default",forThisLanguage:"For This Language:","add url":"Add URL",edit:"Edit",pickAll:"Select All","translate other languages into specific language":"Translate other languages into the language you set","select translation service":"Select a translation service",language:"Language","show-original":"Show Original",translate:"Translate",Translated:"Translated",Translating:"Translating",Error:"Error",allowCacheTranslations:"Enable local translation caching (reduce translation requests for repeated paragraphs)","translation display":"Translation display style","select diplay style":"See below for examples of different translation styles",interface:"Interface Settings",import_export:"Import/Export",import_export_title:"Import/Export Configuration",syncToGoogleDrive:"Sync Now with Google Drive",floatBallOptions:"Floating Button","floatBallOptions.enable":"Enable Floating Ball","floatBallOptions.blockUrls":"Blocked Websites","floatBallOptions.add":"Add","floatBallOptions.blockUrlDesc":"Don\u2019t show the floating ball on these websites","floatBallOptions.clickType":"Click Behavior","floatBallOptions.clickTypeDesc":"What happens when you click the floating ball icon","floatBallOptions.clickPopup":"Display Translation Panel","floatBallOptions.clickTranslate":"Translate/Show Original Text","floatBallOptions.fixedPosition":"Fixed Position","floatBallOptions.fixedPositionDesc":"Whether the float ball is on the left or right of the window","floatBallOptions.fixedPositionLeft":"Left","floatBallOptions.fixedPositionRight":"Right",previewAllThemes:"Preview all themes","translationTheme.none":"None","translationTheme.grey":"Black Gray","translationTheme.dashed":"Dotted lines","translationTheme.dotted":"Dotted lines","translationTheme.dashedBorder":"Dotted Border","translationTheme.solidBorder":"Solid Border","translationTheme.underline":"Straight line","translationTheme.mask":"Blur effect (learning mode)","translationTheme.opacity":"Transparency effect","translationTheme.paper":"White paper shadow effect","translationTheme.dividingLine":"Dividing line","translationTheme.highlight":"Highlight","translationTheme.marker":"Marker","translationTheme.marker2":"Maker2","translationTheme.blockquote":"quote style","translationTheme.weakening":"Weaken","translationTheme.italic":"Italic","translationTheme.bold":"Bold","translationTheme.thinDashed":"Thin dotted lines","translationTheme.nativeDashed":"System built-in dotted lines","translationTheme.nativeDotted":"System built-in dotted lines","translationTheme.nativeUnderline":"System built-in straight lines","translationTheme.wavy":"wavy lines","translationServices.custom":"Custom API","translationServices.tencent":"Tencent Translator","translationServices.tenAlpha":"Tencent Translator (Alpha)","translationServices.google":"Google Translate","translationServices.bai":"Baidu (Alpha)","translationServices.baidu":"Baidu translation","translationServices.aliyun":"Aliyun Translator","translationServices.volc":"Volcano Translation","translationServices.deeplx":"DeepLX (Alpha)","translationServices.bing":"Microsoft Translator","translationServices.deepl":"DeepL","translationServices.wechat":"Wechat translation","translationServices.azure":"Azure Translator","translationServices.ibm":"IBM Watson","translationServices.aws":"Amazon Translate","translationServices.mock":"Mock translation","translationServices.mock2":"Mock Translation2","translationServices.caiyun":"Caiyun Translation","translationServices.cai":"Caiyun Translation (Alpha)","translationServices.volcAlpha":"Volcano Translation (Alpha)","translationServices.openl":"OpenL","translationServices.youdao":"Youdao Translation","translationServices.you":"Youdao Translation (Alpha)","translationServices.transmart":"Tencent Smart Translation","translationServices.niu":"Niu Translation","translationServices.papago":"Papago Translation","translationServices.d":"DeeplX (Alpha)","translationServices.dpro":"D Pro (Canary)","translationServices.openai":"OpenAI","translationServices.yandex":"Yandex","translationServices.gemini":"Gemini","translationServices.chatgpt":"ChatGPT Web(3.5 mobile)","translate title":"Translate page title","always languages":"Always translate the following languages",neverTranslateLanguagesLabel:"Never Translated Languages",neverTranslateTheFollowingLanguagesDescription:"When a paragraph on a page is in one of the following languages, the translation will be skipped",enableUserscriptPagePopup:"Always show Popup windows on the page",enableUserscriptPagePopupDescription:"After closing the floating ball, you can use the shortcut key /{touch} to summon it. To prevent accidentally losing the floating ball after turning off this option, it is strongly recommended to bookmark this settings page.","always translate the following languages":"The following languages will always be translated","always sites":"Always translate the following sites","always translate the following sites":"The following sites will always be translated","never sites":"Never translate the following sites","never translate the following sites":"The following sites will never be translated","please refer to":"It can only be used after filling in the key. For details, please refer to",KeyAndConfigurationTutorial:"Key Application and Configuration Tutorial",useAboveStyleForTheseSites:"Sites that always use the {theme} translation style",currentUrl:"Current URL",confirm:"Save",cancel:"Cancel",delete:"Delete",syncToCloud:"Sync to cloud",syncToCloudDescription:"Upload the configuration to the cloud server, and you can synchronize the configuration between different browsers or Tampermonkey scripts, based on the last modification time.",syncToAccount:"Sync to account",syncToAccountButton:"Sync to account now",syncToAccountDescription:"Uploaded to the logged-in account, the configuration can be synchronized between different devices, and the last modification time shall prevail.",successSyncConfigInAccount:"Successfully synced with account",successSyncConfigToAccount:"Successfully synchronized to account",syncConfigNoUpdate:"Already up to date",authFail:"Authorization Failed",syncTitle:"Manual Backup Management",import_hint:"Import",upload:"Upload",revokeAuth:"Revoke Authorization",uploadFail:"Upload Failed",download:"Download",importSuccess:"Upload Success",importFail:"Import Failed",deleteFail:"Delete Failed",backupToCloud:"Manage backup files manually",create_new_backup:"Add backup node",maxBackupFiles:"Up to{count}different nodes can be backed up. Please delete unneeded nodes",backupToCloudDescription:"Upload or restore backup files manually, up to 3 different backups",successSyncConfig:"Successfully synced with cloud",syncFail:"Synchronization failed",updatedAt:"Updated at {date}",lastSyncedAt:"Last checked at {date}",downloadFail:"Download failed",clickToDownload:"Click to download",aboutLabel:"About - Feedback ","browser.openAboutPage":"About / Feedback/Sponsor",aboutLabelWithoutSponsor:"About - Feedback",aboutIntro:"We hope that all users will easily and pleasantly access to the enormous amount of foreign language information available on the Internet \u2764\uFE0F. You can choose to subscribe to <6>Pro membership to use the out-of-the-box DeepL and OpenAI translation.

Follow us on<3>Twitter, <4>Telegram Channel, WeChat public account, WeChat community group, or subscribe to updates via <5>email below.
<7>Pro members can contact us through the quick customer service email <8>support@immersivetranslate.com.",aboutIntroWithoutSponsor:"The extension is completely free. We hope that everyone can easily and joyfully access the vast foreign language information on the Internet \u2764\uFE0F.

Follow us on <3>Twitter, <4>Telegram channel, WeChat public account, WeChat community group, or subscribe to updates via <5>email below.",projectHomepage:"Project Homepage",joinTelegramGroup:"Join our communities for feature discussion",wechatPublicAccount:"Wechat Official Account",wechatCommunities:"Wechat Group",qqCommunities:"QQ Channel",joinTelegramChannel:"Subscribe to our Telegram channel to get the latest updates",feedbackAndJoin:"Feedback",autoSync:"Auto-Time Sync",loadingThemeTitle:"Loading Style",loadingThemeDescription:"Set the style of waiting for the translation to load","loadingTheme.spinner":"Spinning icon","loadingTheme.text":"Static Text... ","loadingTheme.none":"Disabled",developerDescription:"You can click <1>here to see the documentation related to advanced customization","edit border color":"Edit border color",successSyncButNoChange:"The current configuration is consistent with that in the cloud server",customTheme:"Customize colors and sizes","customThemeLabel.borderColor":"Border color","customThemeLabel.borderRadius":"Border Round Corner","customThemeLabel.textColor":"Text color","customThemeLabel.backgroundColor":"Background color","customThemeLabel.zoom":"Font scale (%)","customThemeLabel.opacity":"Text opacity (%)",resetToDefaultColor:"Reset to default colors",resetToDefaultSettings:"Reset to default settings",isTranslateTitle:"Enable translate page title",isTranslateTitleDescription:"When enabled, the webpage title will be translated",enableSearchEnhancement:"Enable Search Enhancement",enableSearchEnhancementDescription:"After activation, the right sidebar will automatically display 'Google News' search results for the corresponding English keywords on supported websites (Google News, Google Search (for certain keywords), Xueqiu, East Money, Futu, Tiger Community).",verifyService:"Verify service",verified:"Successful","field.langs":"Supported Language Code","field.model":"Model","field.translationEngine":"Translation engine","field.limitPerMinute":"Max requests per minute","field.limitPerSecond":"Max requests per second","field.maxTextLengthPerRequest":"Maximum text length per request","field.maxTextGroupLengthPerRequest":"Maximum number of paragraphs per request","field.apiUrl":"Custom API interface address","field.placeholderDelimiters":"Reserved placeholders","description.custom":"Custom interface access requires reference documents","description.limitPerMinute":"When the number of requests exceeds this limit, it will be temporarily suspended until the beginning of the next minute. Due to various limitations of OpenAI's current services, please click <1>here to view the latest suggested values","description.limitPerSecond":"When the number of requests exceeds this limit, it will be temporarily suspended until the beginning of the next second. Due to various limitations of OpenAI's current services, please click <1>here to view the latest suggested values","description.generalLimitPerSecond":"When the number of requests exceeds the limit, it will enter a queue state until the beginning of the next second.","description.prompt":"The dialogue sent to {service} as a user, where {{text}} represents the text content of the paragraph, {{from}} represents the language of the paragraph, and {{to}} represents the target language.","description.maxTextLengthPerRequest":"By default multiple paragraphs will be merged to reduce the number of requests, but if the total length of the paragraphs is too long, it may also cause the interface to respond slowly, so you can try to adjust this option to optimize speed","description.systemPrompt":"The dialogue sent to {service} as a system, where {{text}} represents the text content of the paragraph, {{from}} represents the language of the paragraph, and {{to}} represents the target language.","field.domain":"Domain","description.domain":"The default is: general. It can only be set when domain translation is activated in the Youdao API console, and the supported domains can be seen <1>Here ","field.scene":"Scenarios","description.scene":"The default is: general. It can be set only if the Alibaba Cloud API console has the Machine Translation Professional Edition enabled. Supported scenes can be found <1>here.","field.vocabId":"User dictionary ID","description.vocabId":"Specified dictionary out_id, currently supported in English translation","description.model":"OpenAI's models, such as gpt-3.5-turbo, gpt-4, etc","description.maxTextGroupLengthPerRequest":"The number of paragraphs sent to translation service each time. Sending too many paragraphs to OpenAI at once can slow down the interface.","description.apiUrl":"Please add a specific URL with a path, <1>more instructions",enabledExtension:"Enable extensions",clickToDisableExtension:"Click to disable extension",clickToEnableExtension:"Click to enable the extension",hasBeenDisabled:"Disabled","show password":"Show password",customContent:"Enter the name of the custom model",inputOptions:"Enhanced input box",mouseHoverOptions:"Mouse Hover",modifyMouseHoverKey:"Modify mouse hover shortcuts",enableInputTranslation:"enhanced input box?",enableInputTranslationDescription:"When enabled, enter {startingKey}{startingKey} direct in the input box and hit{inputTrailingTriggerKeyRepeatTimes}times{trailingKey}, translated into {inputTargetLanguage}",enableInputTranslationDescriptionForNoneKey:'When enabled, simply enter "Hello World" in the input box, then quickly press {inputTrailingTriggerKeyRepeatTimes} times on {trailingKey}, and it will be translated into the default target language.',inputTargetLanguage:"Set the default target language for the input box",inputTargetLanguageDescription:"The default target language for the translation input box, which is {startingKey}{startingKey} as the default language for triggering words.",inputTargetLanguageDescriptionForNoneKey:"Default target language for translation input box",inputStartingTriggerKeyTitle:"Set the delimiter character for partial translation of the input box",inputStartingTriggerKeyDescription:"When you don\u2019t need to translate the entire input box, the delimiter allows you to only translate the part from {startingKey}{startingKey} to the end of the input box. You can also specify a language code, for example: {startingKey}ja means to only translate the part from {startingKey}ja to the end of the input box",inputStartingTriggerKeyDescriptionForNoneKey:"The current setting does not require a prefix, so the partial text translation function of the input box cannot be used temporarily",inputTrailingTriggerKeyTitle:"Select a trigger character to indicate the end of input.",inputTrailingTriggerKeyDescription:"Quickly hitting {trailingKey} 3 times will start the translation",inputTrailingTriggerKeyTimeout:"Enter the interval time to end the trailing trigger",inputTrailingTriggerKeyTimeoutDescription:"Set the interval time for the end of input combo trigger (milliseconds)",spaceKey:"",noneKey:"No prefix needed, translate the entire text box directly",inputTranslationBlockUrlsTitle:"Do not enable input box enhancement on the following URLs",inputTranslationBlockUrlsDescription:"The input box enhancement will not work in the following URL",inputHelperInfo:`Note: We have optimized the system to address an issue where certain characters in Chinese input methods were being converted into Chinese punctuation marks. For instance, when using Sogou Input Method, "/" would be changed to "\u3001". We now recognizes all corresponding Chinese symbols as triggering characters, including "//" and "\u3001\u3001". Additionally, we support using Chinese aliases of language codes as commands. For example, entering "/Japanense Hello World" will translate the text into Japanese. You can click here to see a list of all supported language codes.`,reloadCurrentPage:"Please refresh the current page before starting translation",noLocalFilePermissionForPDF:"No permission to read local files temporarily, please click the button above and then import local files",noPermissionForThisPage:"\u26A0\uFE0F No permission to translate the current page","error.retry":"Retry","error.reason":"Reason",retryAllParagraphs:"Retry all error paragraphs",retryAllButton:"Retry All",errorTooltipTitle:"Click to get the error details",errorModalTitle:"Oops, something went wrong",disableConfirm:"Bilingual information enhancement settings",disableOnce:"Disable Once",disableGlobal:"Disable Forever",disableTint:"* You can re-enable it in {option}.",searchEnhancementNotes:"We found that the news results of Chinese keywords and English keywords are very different. After enabling the immersive translate bilingual information enhancement function, we will automatically search for the same keywords in English on supported websites (Google News, Google Search (for certain keywords), Xueqiu, East Money, Futu, Tiger) and display them on the right side. If you don\u2019t need this feature, you can choose to disable it",option:"Settings",saveSettings:"Save",closeModal:"Close",enableInputTranslationWithoutTriggerKeyTitle:"\u201CEnable quick hit 3 times {trailingKey}, directly translate the entire input box into {inputTargetLanguage}",enableInputTranslationWithoutTriggerKeyDescription:"To specify the target language, please add a language code at the beginning, such as: ja Hello world",deepLProName:"Premium Membership (Recommended)",deepLProDescription:"You can directly use this service",deeplProDescriptionForNormal:"No setup required, available for premium members after login, <1>Upgrade",deepLCustomDescription:"Requires an international credit card, activate at <1>DeepL official site, click to see <2>documentation",deepLCustomName:"Custom Auth Key",chooseProviderLabel:"Choose a service provider",openaiProName:"Premium Membership (Recommended)",openaiProDescription:"The current plan can be used directly",openaiProDescriptionForNormal:"No setup required, available for premium members after login, <1>Upgrade",openaiCustomDescription:"Can be obtained from OpenAI, Azure OpenAI, or other third-party services, <1>Click here to view documentation",openaiCustomName:"Custom API Key",needLoginAction:"(Premium or custom)",goLoginOrAction:"(Premium or go to setting)",yearly:"Annual Renewal",quarterly:"Quarterly Renewal",monthly:"Monthly Renewal",yearlyForOnce:"One-time Annual",monthlyForOnce:"One-time Monthly",daily:"Daily Renewal",year:"Annual Renewal",quarter:"Quarterly Renewal",month:"Monthly Renewal",day:"Daily Renewal",onetime_7day:"7-day Trial Pack",currentPlanDescriptionForFree:"Current plan: Free",currentPlanDescriptionForContinuous:"Current plan: {plan}, will auto-renew on {endAt}",currentPlanDescriptionForAutoRenewCaceling:"Current plan: {plan}, will expire on {endAt}. After expiration, it will not be automatically renewed",currentYearlyPlanDescriptionForAutoRenewCacelingWithRealPaiedUser:"Current plan: {plan}, will expire on {endAt}, will not be auto-renewed after expiration
<1>Manage the renewal plan",currentYearlyPlanDescriptionForAutoRenewCacelingWithAdmin:"The current plan: {plan}, will expire on {endAt}. After expiration, it will not be automatically renewed.
<1>Click here to enable continuous annual renewal",currentPlanDescriptionForOneTime:"Current plan: {plan}, expiring on {endAt}. <1>Upgrade to annual or <2>monthly or pro membership",upgradePlan:"Click here to upgrade to Pro membership",upgradeToPro:"Upgrade to Pro","popup.openPro":"Enjoy unrestricted access to DeepL and OpenAI translations after upgrading to Pro Membership. Click here to upgrade","popup.openProForPro":"You are a Pro member, you can directly use DeepL and OpenAI translations",currentAccount:"Account",enableAutoSyncUserSettings:"Enable auto-sync user settings",modalEnableInputTranslationTitle:"Writing Settings",modalEnableInputTranslationDesc:"You just triggered the translation of the immersive translate input box by quickly tapping the space bar 3 times. The content of the input box will be translated into the default target language. You can undo the translation with Ctrl+Z.

If this was a mistake, don't worry, you can choose to disable it this time, or permanently disable input box translation.",saveAndNotShowAgain:"Save and don't show prompt again",disableInputTranslationTips:"* You can also set other shortcuts in {option}, {learnMore}.",learnMore:"Click here to learn more",continueEnalbeInputTranslation:"Continue to enable input translation",autoRenewTrialSuffix:'(In trial, Upgrade to paid Pro now)',upgradeFromTrialTitle:"Upgrade to Pro membership",subtitle:"Video Subtitles",youtubeService:"Video Subtitle Translation Service","subtitle.disabledSubtitle":"Disable Video Subtitle Feature Permanently ","subtitle.disabledSubtitleDescription":"If the video subtitles of immersive translate conflict with other extensions, you can choose to permanently disable the video subtitle function of immersive translation or uninstall other conflicting extensions","subtitle.autoEnableSubtitleDescription":"Once enabled, bilingual subtitles will automatically appear when the video is playing, otherwise, you need to click the translation button to display them.","subtitle.preTranslation":"Use immersive translate to translate subtitles","subtitle.preTranslationDescription":"After enabling, the specified translation service below will be used to translate the entire subtitle in advance. A 1-hour video will consume approximately 50,000 Tokens or characters. Please use it judiciously. If disabled, the machine-translated subtitles that come with the original video will be used preferentially","subtitle.humanSubtitlesPreferred":"Use manual subtitles first","subtitle.humanSubtitlesPreferredDescription":"When the video has manual subtitles in the target language, prioritize using manual subtitles (recommended)","subtitle.bilingual":"Bilingual","subtitle.autoDisableSubtitle":"Disable Auto Bilingual","subtitle.hideQuickButton":"Hide This Shortcut","subtitle.showQuickButton":"Display bilingual subtitles shortcut","subtitle.showQuickButtonDescription":"Provide a shortcut to enable bilingual subtitles in the lower right corner of the video player.",videoSubtitleTranslationDescription:"Specify a separate translation service for video subtitles.",subtitleTranslating:"Immersive Translate is using {service} to translate subtitles...",subtitleLoading:"Loading subtitles...",bilingual:"Bilingual","field.action":"Enable Baidu terminology?","description.action":"After enabling, an action=1 parameter will be added to the request to inform Baidu to enable terminology. <1>For more explanation, please refer to the [official documentation]",closeQuickTranslation:"Close Floating Button","closeQuickTranslation.untilNext":"Close this time until the next visit","closeQuickTranslation.currentWebsite":"Disable the current website","closeQuickTranslation.alwaysClose":"Permanently disable","closeQuickTranslation.settingOpen":"(Can be activated in <1>Settings Page)","closeQuickTranslation.cancel":"Cancel","closeQuickTranslation.confirm":"confirm","floatBall.popup":"Open quick settings panel","floatBall.translate":"Click to translate this page","floatBall.showOriginal":"Click to switch back to the original text","floatBall.close":"Close Floating Button","floatBallOptions.enableDescPc":"When you enable the floating button, a translation button appears on the right. Click it to translate","floatBallOptions.enableDesc":"After you turn off the floating button, you can bring it back with {touch}. To avoid losing the floating button by accidentally turning it off, it is highly recommended you bookmark this settings page.","description.azureApiUrl":"Enter the custom API interface address","floatBall.guideClickToTranslate":`Click the floating ball to translate quickly`,"floatBall.iKnow":"Got it",confirmSupportMouse:"Force Enable Mouse Support",confirmSupportMouseDescription:"The current browser does not support mouse functions, do you want to forcibly enable mouse support?",sampleTargetText:"Night is coming, I will start watching from now on until death. I will not marry, not seal the land, not have children. I will not wear a crown, not fight for glory. I will be loyal to my duty, life and death.",sampleSourceText:"\u957F\u591C\u5C06\u81F3\uFF0C\u6211\u4ECE\u4ECA\u5F00\u59CB\u5B88\u671B\uFF0C\u81F3\u6B7B\u65B9\u4F11\u3002\u6211\u5C06\u4E0D\u5A36\u59BB\u3001\u4E0D\u5C01\u5730\u3001\u4E0D\u751F\u5B50\u3002\u6211\u5C06\u4E0D\u6234\u5B9D\u51A0\uFF0C\u4E0D\u4E89\u8363\u5BA0\u3002\u6211\u5C06\u5C3D\u5FE0\u804C\u5B88\uFF0C\u751F\u6B7B\u4E8E\u65AF\u3002","subtitle.supportedSites":"Bilingual subtitles are now supported on these websites (Note: Due to technical limitations, some websites need to be refreshed after the subtitles are turned on for the first time, or wait for the translation to complete to display bilingual subtitles)",viewWithImmersiveTranslate:"Bilingual version (Immersive Translate)",errorReason:"Error reason: {message}","proQuotaExceededError.onetime7day":'You can resolve this issue by choosing one of the following options:

1. Switch to {anotherService} or another translation service
2. Upgrade to Monthly/Annual membership',"proQuotaExceededError.trial":'You can resolve this issue by choosing one of the following options:

1. Switch to {anotherService} or another translation service
2. Upgrade to paid Pro now',"proQuotaExceededError.nonTrial":'You can resolve this issue by choosing one of the following options:

1. Switch to {anotherService} or another translation service
2. Purchase Data Package for {translationService}',"proQuotaExceededError.resetTime":"
3. Quota reset time: {resetTime}",paragraphMinTextCountField:"Minimum character count for paragraph translation",paragraphMinTextCountDesc:"Note, this refers to the character length, for example: 'hello' is 5 characters, setting a higher value can reduce unnecessary translations of small paragraphs",networkError:"Translation service or network problem",notLogin:"Not Logged In","browser.toggleMouseHoverTranslateDirectly":"Temporarily enable or disable direct translation by mouse hover on the page","browser.translateWithOpenAI":"Temporarily translate the current page with OpenAI","browser.translateWithDeepL":"Temporarily translate the current page with DeepL","browser.translateWithGoogle":"Temporarily translate the current page with Google","browser.translateWithBing":"Temporarily translate the current page with Microsoft Translator","browser.translateWithGemini":"Temporarily translate the current page with Gemini","browser.translateWithTransmart":"Temporarily translate the current page with Tencent Translator","browser.translateInputBox":"Translate the content of the current input box",shortcutSettings:"Shortcuts",shortcutSettingsTitle:"Shortcut Settings",confirmResetToDefaultSettings:"Confirm to reset this translation service to default settings? (Only resets settings for the current translation service)","intro.hoverTitle":"Mouse Hover Translation of the Current Paragraph","intro.hoverDescription":"Mouse hover translation is an important and easy-to-use feature in immersive translation. Simply hover the mouse over a paragraph and press the set shortcut to automatically translate it (not enabled by default, please set below). This interaction is a better alternative to word-selection translation, as it's more intuitive and convenient. Additionally, this function is widely used in areas we can't recognize, allowing you to force-translate any paragraph.","intro.floatBallTitle":"Quick Translation Floating Button","intro.floatBallDescription":"Once enabled, a quick translation button appears on the right side of the page. Click to translate, and click again to switch back to the original text. On mobile, long-press the floating button to open the quick settings panel.","intro.subtitleTitle":"Bilingual Subtitles for Online Videos","intro.subtitleDescription":"When enabled, bilingual subtitles will automatically appear when a video starts playing. Otherwise, manually click the translate button on the page to display them. (Due to technical limitations, some sites may require a page refresh or wait for the translation to complete to display bilingual subtitles.)

Currently supported on these sites:","desc.toggleMouseHoverTranslateDirectly":"Press this shortcut to automatically translate any text under the mouse pointer on the page. Press again to turn off this auto-translation feature.","shortcutGroup.main":"Common Function Shortcuts","shortcutGroup.others":"More Custom Function Shortcuts","shortcutGroup.shortcutsForTranslationServices":"Shortcuts for Translation Services",browserShortcutsSucks:"Due to browsers' inaccurate recognition of shortcuts in input boxes, please manually enter the name of the shortcut. After entering, click on a blank space to auto-save. (In macOS, Alt and Option are the same key, so it's recommended to enter Alt). For example:","shortcutGroup.touch":"Touch Screen Specific Gestures","shortcutGroup.mouse":"Mouse Hover Shortcut Configuration",fingerCountToToggleTranslagePageWhenTouching:"Multiple fingers touching the screen to translate the page/show original text","desc.fingerCountToToggleTranslagePageWhenTouching":"Once set, you can touch the screen with X number of fingers on a mobile device to translate the page/show original text",fingerCountToToggleTranslationMaskWhenTouching:"Multiple fingers touching the screen to display translation mask/show original text","desc.fingerCountToToggleTranslationMaskWhenTouching":"Translation mask refers to the blur effect on the translated text (learning mode). When enabled, it temporarily applies a blur effect to the translation, facilitating learning",fingerCountToToggleTranslagePageOnlyTranslationWhenTouching:"Touch the screen with multiple fingers to translate in translation-only mode/show original text","desc.fingerCountToToggleTranslagePageOnlyTranslationWhenTouching":"Translation-only mode refers to displaying only the translated text, as opposed to the default bilingual mode","neverTranslateText.title":"Keep the following words untranslated","neverTranslateText.description":"Due to some translation engines' poor recognition of proper nouns, you can add words here to ensure they remain untranslated during the process. Please note, this feature is case-sensitive and only supports space-separated word languages (like English, French), not suitable for languages like Japanese, Korean, etc.","tagsInput.add":"+ Add","desc.mouseHoverHoldKey":"While hovering the mouse over a paragraph, press the shortcut key on the right to directly translate it",mouseHoverCustomKeyTitle:"Customize Mouse Hover Shortcut Key",mouseHoverCustomKeyDescription:"You can customize a combination shortcut key for mouse hover, like: Alt+Z, Ctrl+E, Cmd+Alt+E or just Cmd. Please enter manually",mouseHoverShortcutPlaceholder:"Please enter manually",browserShortcutsNoteForFirefox:"For Firefox, modify shortcuts by opening the extensions management page `about:addons`, then click 'Settings' -> 'Manage Shortcuts'",browserShortcutsNoteForChrome:"Note: To modify shortcuts in Chrome-based browsers, visit [Extensions Management Page] -> [Manage Shortcuts]","desc.toggleTranslateTheMainPage":"Translate only the main area of the page. If you have enabled translating all areas in advanced settings, use this shortcut to specifically translate the main area","desc.toggleTranslateTheWholePage":"Translate the entire page area. By default, we translate the main area of the page, use this shortcut to specifically translate the entire area","browser.toggleOnlyTransation":"Switch to bilingual/translation-only mode","desc.toggleOnlyTransation":'"Only translation mode" refers to only displaying the translation. If the webpage has not been translated yet, it will switch modes and translate.',"browser.toggleTranslationMask":"Toggle blur effect on translated text (learning mode) for the current page","desc.interfaceLanguage":"The interface language setting affects the language of the control panel display and is unrelated to the target language of the translation",mouseHoverHoldKey:"Mouse Hover Translation Trigger Key",clickToSeeQuickDemo:"30-second Quick Tutorial Video",shortcutDisableTooltip:"Please set in the browser's extension shortcut key management page, for more guidance, see the instructions at the top of this page","subtitle.autoEnableSubtitle":"Enable Bilingual","floatBall.longPress":"Long press to quickly open the settings panel",notLoginPro:"You have not logged in to your member account",upgradeToProErrorTitle:"Please upgrade to Pro member before using this translation service",translationOnlyMode:"Translation Only Mode",translationOnlyModeDescription:"Translation only mode refers to displaying only the translation, instead of the default bilingual mode. Note: Due to technical limitations, hyperlinks in the original text will be ineffective in translation only mode","description.baiduField":"See supported fields <1>here; if empty, it means no specific field is designated",temprarilyChangeTranslationTo_openai:"Currently using OpenAI to translate this page",temprarilyChangeTranslationTo_google:"Currently using Google to translate this page",temprarilyChangeTranslationTo_bing:"Currently using Microsoft Translate to translate this page",temprarilyChangeTranslationTo_gemini:"Currently using Gemini to translate this page",temprarilyChangeTranslationTo_transmart:"Currently using Tencent Translate to translate this page",temprarilyChangeTranslationTo_deepl:"Currently using DeepL to translate this page","widget.videoSubtitle":"Subtitle","widget.instruction":"Usage",buildSnapshots:"Snapshot","widget.translateFileTooltip":"Translate PDF, EPUB, SRT, ASS, HTML, and TXT documents","widget.videoSubtitleTooltip":"Youtube and {count}+ video websites","widget.instructionTooltip":"View instructions for use",alwaysTranslateSomeLanguage:"Always translate {language} pages",alwaysTranslateThisSite:"Always translate this site",neverTranslateThisSite:"Never translate this site",loggedIn:"Logged in","widget.translateFile":"PDF/ePub",touchShortcutsToggleTranslatePage:"Set touch gestures to translate web pages/show original text","desc.touchShortcutsToggleTranslatePage":"Once set, on mobile devices, you can touch the screen with X fingers, swipe left and right or tap continuously to trigger translation of web pages/show original text",touchShortcutsToggleTranslationMask:"Set touch gestures to display translation mask/show original text","desc.touchShortcutsToggleTranslationMask":"Translation mask refers to the blur effect in the translation style (learning mode). When activated, it temporarily applies a blur effect to the translated text, facilitating learning",touchShortcutsToggleTranslatePageOnlyTranslation:"Set touch screen gesture to switch between bilingual/translation-only mode.","desc.touchShortcutsToggleTranslatePageOnlyTranslation":'"Only translation" means that only the translated text will be displayed. If the webpage has not been translated yet, the mode will be switched and it will be translated.',touchShortcutsToggleTranslateTouchElement:"Set touch gestures to translate a specified paragraph","desc.touchShortcutsToggleTranslateTouchElement":"Customize a gesture to translate any paragraph you're on",touchShortcutsOff:"Off","fingers.2":"Two-finger touch","fingers.3":"Three-finger touch","fingers.4":"Four-finger touch","fingers.5":"Five-finger touch","font.none":"Unset","multipleClick.2":"Double click","multipleClick.3":"Triple click","multipleClick.4":"Quadruple click","slide.left":"Slide right","slide.right":"Slide left","browser.toggleVideoSubtitlePreTranslation":"Switch Video Subtitles with Immersive Translation Feature",contact:"Contact","contact.description":"If you have any questions or suggestions, please contact us via filling out the form below or sending an email to {email}","desc.toggleVideoSubtitlePreTranslation":"After pressing, video bilingual subtitles will prioritize immersive translation settings. Pressing again will prioritize the auto-translated subtitles originally provided with the video. Note: This shortcut modifies the global settings",videoSubtitlePreTranslationOn:"Video subtitles will prioritize immersive translation",videoSubtitlePreTranslationOff:"Video subtitles will prioritize the auto-translated subtitles originally provided with the video",translationFont:"Set Font","translationFont.custom":"Enter Custom Font","translationFont.customPlaceholder":"Font","translationFont.notSupportErrorMessage":"Please check if the font name you entered is correct, or confirm that the font is installed on your device.","touch.mouse-translate":"Translate Paragraph","error.serveConfigError":"Service configuration error","error.reloadPageOfSetting":"After configuring, please refresh the page to translate again.","error.googleLimitIp":"Service returned an error, Google services have limited the flow for this IP address, it is recommended to change the network node.","error.openAIFreeLimit":"Service returned an error, the current translation request frequency has reached the maximum of 3 times per minute, please try again later. (This is the limit imposed by OpenAI official on free API Keys, to remove this limit, please bind a credit card in the OpenAI backend.)","error.openAIExceededQuota":"Service returned an error: your current OpenAI account balance is insufficient, please recharge or bind a credit card in the OpenAI official backend.","error.429":"Service returned an error, indicating too frequent requests or exceeding the quota limit, please try again later.","error.403":"Service returned an error, temporarily no permission to access the service.","error.400":"Service returned an error, request parameter error, please check the corresponding configuration.","error.502":"Service returned an error, service timeout, please try again later.","error.proTokenInvalid":"If you are a Pro user, please log in before using the Pro translation service","error.proUpgrade":"After upgrading, please refresh the page to translate again.","error.configError":"Configuration data anomaly","error.goReset":"Go to Reset",batchEdit:"Batch Edit","translationServices.inherit":"Inherit","translationModeLang.translation.title":"Language for Translation-Only Mode","translationModeLang.translation.description":"Translation-only mode will be automatically used when the page language is one of the following","translationModeUrl.translation.title":"URLs for Translation-Only Mode","translationModeUrl.translation.description":"Translation-only mode will be automatically used for websites with the following domains",download_started:"The download has begun, if it does not start automatically, please click manually.",here:"Here","error.serveUnavailable":"The [{serverName}] service you are currently using is temporarily unavailable due to network connection or service provider issues. It is suggested that you try refreshing the page or switch to another translation service through <1>Settings. If you are a <2>Pro member, you can choose to use the more stable DeepL or OpenAI translation services (<3>click here for a free trial). Additionally, you may need to check your network or proxy settings.",detectServiceLoading:"Detecting available translation services...",toggleToService:"Change to {service}","error.gemini.429":"The current Gemini service has reached its capacity limit. Please try again later, or switch to another translation service.",enableSentryReport:"When an extension encounters an error, submit feedback using Sentry","error.subscriptionExpired":"Your membership may have expired, please check your membership status.","error.subscriptionExpiredTitle":"Membership has expired.","languages.auto":"Auto Detect",geminiWarning:"Note: The free service provided by Google for Gemini is strictly limited and may be judged by Google as users using multiple Keys to evade their free quota restrictions. It is not recommended to use it. It is suggested to wait for Google to open the paid interface of Gemini in the future before using it.","floatBall.setting":"Settings","floatBall.translateToLanguage":"Click to translate into {language}","floatBall.file":"Translate PDF, EPUB, SRT, ASS, HTML, TXT files.",changeToOnlyTempTranslationMode:"Show Translation only",changeToDualTempTranslationMode:"Show Bilingual Translation","transitionMode.translation":"Only the translation","options.navbar.installApp":"Install mobile APP","options.navbar.translateFile":"Translate Document","subtitle.transitionMode":"Bilingual Video Subtitles/Translation Only Settings","transitionMode.dual":"Bilingual Comparison","transitionMode.inherit":"Maintain consistency with the system's default translation display mode.","subtitle.transitionModeDescription":"Set the video subtitles to bilingual comparison or translation-only mode.",translateFileTooltip:`Translate PDF, ePub, srt, @@ -4997,7 +4997,7 @@ ass, HTML, TXT files.`,"description.multiplePrompt":`When the number of paragrap {env.imt_sub_trans_field}: Translation - id: 2 {env.imt_sub_source_field}: Source - {env.imt_sub_trans_field}: Translation`,"subtitle.quickButton.black":"Black","subtitle.quickButton.cyan":"Blue","translationServices.claude":"Claude","subtitle.quickButton.backgroundColor":"Background color","subtitle.quickButton.green":"Green","subtitle.quickButton.blue":"Blue","subtitle.quickButton.white":"White","subtitle.quickButton.setting":"Settings","subtitle.quickButton.translationPosition":"Translation location","subtitle.quickButton.backgroundOpacity":"Background Opacity","subtitle.quickButton.sourceFontSize":"Original font size","subtitle.quickButton.sourceTextColor":"Original font color","subtitle.quickButton.yellow":"Yellow","subtitle.quickButton.translationFontSize":"Translation font size","subtitle.quickButton.translationPositionBottom":"Below the original text","subtitle.quickButton.red":"Red","subtitle.quickButton.translationPositionTop":"Above the original text","subtitle.quickButton.translationTextColor":"Translation font color","subtitle.quickButton.magenta":"Magenta",attachSubtitleTranslating:"Translating using {service}...","error.claude.403":"Access to the service is temporarily unavailable, possibly due to regional restrictions related to Claude. You can try changing your IP address, or use other translation services.","browser.brandDescriptionForSafari":"Free Translate Website, Translate PDF & Epub eBook, Translate Video Subtitles in Bilingual","browser.PdfProFile":"AI-Driven PDF Pro Translation","browser.textTranslate":"Text Translation"};var Es={nologin:"\u30ED\u30B0\u30A4\u30F3\u3057\u3066\u3044\u306A\u3044",loginForSafari:"\u30ED\u30B0\u30A4\u30F3\u307E\u305F\u306F\u767B\u9332",login:"\u30ED\u30B0\u30A4\u30F3\u3057\u3066\u4F1A\u54E1\u767B\u9332",manageAccount:"\u30DE\u30CD\u30FC\u30B8\u30C9\u30FB\u30A2\u30AB\u30A6\u30F3\u30C8",openPremium:"\u30AA\u30FC\u30D7\u30F3\u30FB\u30E1\u30F3\u30D0\u30FC",logout:"\u30A2\u30DC\u30FC\u30C8",curentPlan:"\u73FE\u5728\u306E\u30D1\u30C3\u30B1\u30FC\u30B8",endAt:"\u7D76\u606F",endAuto:"\u81EA\u52D5\u66F4\u65B0",lineBreakMaxTextCount:"\u6539\u884C\u5F8C\u306E1\u6587\u306B\u8A31\u3055\u308C\u308B\u6700\u5927\u6587\u5B57\u6570","translate-pdf":"\u30AF\u30EA\u30C3\u30AF\u3057\u3066PDF\u3092\u7FFB\u8A33\u3059\u308B","noSupportTranslate-pdf":"\u30B9\u30AF\u30EA\u30D7\u30C8\u306F\u30B5\u30DD\u30FC\u30C8\u3055\u308C\u3066\u3044\u307E\u305B\u3093\u3002","translate-firefox-local-pdf":"\u30AF\u30EA\u30C3\u30AF\u3057\u3066PDF\u3092\u30A4\u30F3\u30DD\u30FC\u30C8\u3059\u308B",enableLineBreak:"\u9577\u3044\u6BB5\u843D\u306E\u81EA\u52D5\u6539\u884C\u3092\u6709\u52B9\u306B\u3059\u308B",sponsorLabel:"\u30B9\u30DD\u30F3\u30B5\u30FC\u4ED8\u304D\u958B\u767A\u8005",help:"\u624B",browserShortcutsNoteForFirefox:"Firefox\u3067\u30B7\u30E7\u30FC\u30C8\u30AB\u30C3\u30C8\u3092\u5909\u66F4\u3059\u308B\u306B\u306F\u3001\u62E1\u5F35\u6A5F\u80FD\u306E\u7BA1\u7406\u30DA\u30FC\u30B8`about:addons`\u3092\u958B\u304D\u3001`Settings`\u3092\u30AF\u30EA\u30C3\u30AF\u3057\u3001`Manage Shortcuts`\u3092\u30AF\u30EA\u30C3\u30AF\u3057\u3066\u30B7\u30E7\u30FC\u30C8\u30AB\u30C3\u30C8\u3092\u8A2D\u5B9A\u3059\u308B\u5FC5\u8981\u304C\u3042\u308B\u3002",browserShortcutsNoteForChrome:"Chrome\u3067\u30B7\u30E7\u30FC\u30C8\u30AB\u30C3\u30C8\u3092\u5909\u66F4\u3059\u308B\u306B\u306F\u3001\u62E1\u5F35\u6A5F\u80FD\u306E\u7BA1\u7406\u30DA\u30FC\u30B8\u3092\u958B\u304D\u3001`\u30B7\u30E7\u30FC\u30C8\u30AB\u30C3\u30C8\u306E\u7BA1\u7406`\u30D1\u30CD\u30EB\uFF08`chrome://extensions/shortcuts`\uFF09\u3067\u30B7\u30E7\u30FC\u30C8\u30AB\u30C3\u30C8\u3092\u8A2D\u5B9A\u3057\u3001\u4E0B\u306E\u30DC\u30BF\u30F3\u3092\u30AF\u30EA\u30C3\u30AF\u3057\u3066\u30B7\u30E7\u30FC\u30C8\u30AB\u30C3\u30C8\u306E\u7BA1\u7406\u30DA\u30FC\u30B8\u306B\u30B8\u30E3\u30F3\u30D7\u3059\u308B\u5FC5\u8981\u304C\u3042\u308A\u307E\u3059\u3002",browserShortcutsSucks:"\u30AB\u30B9\u30BF\u30DE\u30A4\u30BA\u3055\u308C\u305F\u30B7\u30E7\u30FC\u30C8\u30AB\u30C3\u30C8\u306E\u66F8\u5F0F\u306F\u6B21\u306E\u3068\u304A\u308A\u3067\u3059\uFF08\u81EA\u52D5\u8A8D\u8B58\u306F\u884C\u308F\u308C\u307E\u305B\u3093\u306E\u3067\u3001\u76F4\u63A5\u5165\u529B\u3057\u3066\u304F\u3060\u3055\u3044\uFF09\uFF1A",enableLineBreakDescription:"\u30AA\u30F3\u306B\u3059\u308B\u3068\u3001\u9577\u3044\u6BB5\u843D\u306E\u6587\u672B\u306B\u6539\u884C\u304C\u5165\u308A\u3001\u8AAD\u307F\u3084\u3059\u304F\u306A\u308A\u307E\u3059\u3002","browser.shortBrandName":"\u30A4\u30DE\u30FC\u30B8\u30E7\u30F3\u7FFB\u8A33","browser.brandName":"\u30A4\u30DE\u30FC\u30B8\u30E7\u30F3\u7FFB\u8A33: \u4E8C\u30F6\u56FD\u8A9E\u30A6\u30A7\u30D6\u30DA\u30FC\u30B8\u7FFB\u8A33 & PDF\u6587\u66F8\u7FFB\u8A33","browser.brandDescription":"Deepl\u3001Google\u3001YouDao\u3001Tencent Translate\u306A\u3069\u3001\u8907\u6570\u306E\u7FFB\u8A33\u30B5\u30FC\u30D3\u30B9\u3092\u30B5\u30DD\u30FC\u30C8\u3057\u3066\u3044\u307E\u3059\u3002","browser.toggleTranslatePage":"\u30DA\u30FC\u30B8\u3092\u7FFB\u8A33\u3059\u308B\uFF0F\u539F\u6587\u3092\u8868\u793A\u3059\u308B","browser.toggleTranslateTheWholePage":"\u30DA\u30FC\u30B8\u306E\u5168\u9818\u57DF\u3092\u7FFB\u8A33\u3059\u308B\uFF0F\u539F\u6587\u3092\u8868\u793A\u3059\u308B","browser.toggleOnlyTransation":"\u30D0\u30A4\u30EA\u30F3\u30AC\u30EB/\u7FFB\u8A33\u30C6\u30AD\u30B9\u30C8\u306E\u307F\u30E2\u30FC\u30C9\u306B\u5207\u308A\u66FF\u3048\u3066\u304F\u3060\u3055\u3044","browser.toggleTranslateToThePageEndImmediately":"\u30DA\u30FC\u30B8\u4E0B\u90E8\u3078\u306E\u5373\u6642\u7FFB\u8A33\uFF0F\u539F\u6587\u306E\u8868\u793A","browser.toggleTranslateTheMainPage":"\u30DA\u30FC\u30B8\u306E\u30E1\u30A4\u30F3\u30A8\u30EA\u30A2\u3092\u7FFB\u8A33\u3059\u308B\uFF0F\u539F\u6587\u3092\u8868\u793A\u3059\u308B","browser.shareToDraft":"\u30D0\u30A4\u30EA\u30F3\u30AC\u30EB\u30DA\u30FC\u30B8\u3092\u5171\u6709\u3059\u308B","browser.openOptionsPage":"\u8A2D\u5B9A\u30DA\u30FC\u30B8\u3092\u958B\u304F","browser.toggleTranslationMask":"\u4E26\u9032\u30D6\u30E9\u30FC\u52B9\u679C\u306E\u8868\u793A\uFF0F\u975E\u8868\u793A","browser.translateLocalPdfFile":"\u30ED\u30FC\u30AB\u30EB\u306EPDF\u30D5\u30A1\u30A4\u30EB\u3092\u7FFB\u8A33\u3059\u308B","browser.openEbookViewer":"\u5730\u5143\u306E\u96FB\u5B50\u66F8\u7C4D\u3092\u8AAD\u3080","browser.openEbookBuilder":"\u30D0\u30A4\u30EA\u30F3\u30AC\u30EBEPUB\u96FB\u5B50\u66F8\u7C4D\u306E\u5236\u4F5C","browser.translateLocalHtmlFile":"HTML/\u30C6\u30AD\u30B9\u30C8\u30D5\u30A1\u30A4\u30EB\u3092\u7FFB\u8A33\u3059\u308B","browser.donateContext":"\u30B9\u30DD\u30F3\u30B5\u30FC\u7279\u5178\u306B\u3064\u3044\u3066","browser.translateLocalSubtitleFile":"\u30ED\u30FC\u30AB\u30EB\u5B57\u5E55\u30D5\u30A1\u30A4\u30EB\u3092\u7FFB\u8A33\u3059\u308B",confirmResetConfig:"\u672C\u5F53\u306B\u8A2D\u5B9A\u3092\u30EA\u30BB\u30C3\u30C8\u3057\u307E\u3059\u304B\uFF1F",translationLineBreakSettingTitle:"\u7FFB\u8A33\u306E\u6539\u884C\u8A2D\u5B9A",smartLineBreak:"\u30B9\u30DE\u30FC\u30C8\u30E9\u30A4\u30F3\u30D5\u30A3\u30FC\u30C9",alwaysLineBreak:"\u5E38\u306B\u6539\u884C",isShowContextMenu:"\u53F3\u30AF\u30EA\u30C3\u30AF\u30E1\u30CB\u30E5\u30FC\u306B\u7FFB\u8A33\u30DA\u30FC\u30B8\u3092\u8FFD\u52A0",toggleBeta:"\u30D9\u30FC\u30BF\u30C6\u30B9\u30C8\u6A5F\u80FD\u306E\u6709\u52B9\u5316",betaDescription:"\u307E\u3060\u5B9F\u9A13\u6BB5\u968E\u3067\u3042\u308B\u6A5F\u80FD\u3084\u3001\u30D9\u30FC\u30BF\u7248\u306E\u7FFB\u8A33\u30B5\u30FC\u30D3\u30B9\u3092\u6709\u52B9\u306B\u3059\u308B\u3002\u8A73\u3057\u304F\u306F <1>Telegram\u30B0\u30EB\u30FC\u30D7\u306B\u3054\u53C2\u52A0\u304F\u3060\u3055\u3044\u3002",translationLineBreakSettingDescription:"\u30B3\u30F3\u30C6\u30F3\u30C4\u304C\u5C11\u306A\u3044\u30DA\u30FC\u30B8\u3067\u306F\u3001\u5E38\u306B\u304D\u3061\u3093\u3068\u6539\u884C\u3059\u308B\u3002(\u5185\u5BB9\u306E\u591A\u3044\u9577\u3044\u6BB5\u843D({count}\u6587\u5B57\u4EE5\u4E0A)\u3067\u306F\u3001\u30B9\u30DA\u30FC\u30B9\u3092\u7BC0\u7D04\u3059\u308B\u305F\u3081\u306B\u6539\u884C\u3092\u30B9\u30DE\u30FC\u30C8\u306B\u4F7F\u3044\u307E\u3057\u3087\u3046)\u3002",tempTranslateDomainTitle:"\u30A6\u30A7\u30D6\u30B5\u30A4\u30C8\u7FFB\u8A33\u306E\u4E00\u6642\u7684\u306A\u5207\u308A\u66FF\u3048\u671F\u9593",tempTranslateDomainDescription:"\u624B\u52D5\u3067\u30A6\u30A7\u30D6\u30DA\u30FC\u30B8\u3092\u7FFB\u8A33\u3059\u308B\u5834\u5408\u306F\u3001\u4E00\u6642\u7684\u306B\u81EA\u52D5\u7FFB\u8A33\u7528\u306EWeb\u30B5\u30A4\u30C8\u3092\u30AA\u30F3\u306B\u3057\u3001\u4E00\u6642\u7684\u306A\u671F\u9593\u3092\u8A2D\u5B9A\u3059\u308B\u3053\u3068\u304C\u3067\u304D\u307E\u3059\u3002",xMinutes:"{count} \u8B70\u4E8B\u9332",disabled:"\u7269\u306E\u4F7F\u7528\u3092\u7981\u6B62\u3059\u308B\u3002",changelog:"\u66F4\u65B0\u30ED\u30B0",toggleTranslatePageWhenThreeFingersOnTheScreen:"\u8907\u6570\u306E\u6307\u304C\u540C\u6642\u306B\u753B\u9762\u306B\u89E6\u308C\u308B\u3068\u3001\u30A6\u30A7\u30D6\u30DA\u30FC\u30B8\u3092\u7FFB\u8A33\u3057\u305F\u308A\u3001\u539F\u6587\u3092\u8868\u793A\u3057\u305F\u308A\u3059\u308B\u3002",toggleTranslationMaskWhenThreeFingersOnTheScreen:"\u30DE\u30EB\u30C1\u30D5\u30A3\u30F3\u30AC\u30FC\u30BF\u30C3\u30C1\u3067\u307C\u304B\u3057\u52B9\u679C\u3092\u8868\u793A/\u975E\u8868\u793A\u3002",fingerCountToToggleTranslagePageOnlyTranslationWhenTouching:"\u8907\u6570\u306E\u6307\u304C\u540C\u6642\u306B\u753B\u9762\u306B\u89E6\u308C\u308B\u3053\u3068\u3067\u3001\u30A6\u30A7\u30D6\u30DA\u30FC\u30B8\u3092\u7FFB\u8A33\uFF08\u7FFB\u8A33\u306E\u307F\uFF09\uFF0F\u539F\u6587\u3092\u8868\u793A\u3002",addUrlDescription:"\u30C9\u30E1\u30A4\u30F3\u540D\u3092\u6307\u5B9A\u3067\u304D\u3001\u30EF\u30A4\u30EB\u30C9\u30AB\u30FC\u30C9\u3082\u30B5\u30DD\u30FC\u30C8\u3002\u4F8B\uFF1A\uFF1A*.google.com\u3001google.com/mail/*\u3001https://www.google.com/*\u3002",general:"\u57FA\u672C\u8A2D\u5B9A",clickToExpandConfig:"\u73FE\u5728\u306E\u30B3\u30F3\u30D5\u30A3\u30AE\u30E5\u30EC\u30FC\u30B7\u30E7\u30F3\u3092\u62E1\u5927\u3059\u308B",import:"\u30D5\u30A1\u30A4\u30EB\u304B\u3089\u306E\u30A4\u30F3\u30DD\u30FC\u30C8",export:"\u30D5\u30A1\u30A4\u30EB\u3078\u306E\u30A8\u30AF\u30B9\u30DD\u30FC\u30C8",toggleDebug:"\u30B3\u30F3\u30BD\u30FC\u30EB\u306B\u30C7\u30D0\u30C3\u30B0\u30ED\u30B0\u3092\u8868\u793A\u3059\u308B","fingers.0":"\u51DD\u56FA","fingers.2":"\u30C4\u30FC\u30D5\u30A3\u30F3\u30AC\u30FC\u30BF\u30C3\u30C1","fingers.3":"\u30B9\u30EA\u30FC\u30D5\u30A3\u30F3\u30AC\u30FC\u30BF\u30C3\u30C1","fingers.4":"\u30D5\u30A9\u30FC\u30D5\u30A3\u30F3\u30AC\u30FC\u30BF\u30C3\u30C1","fingers.5":"5\u672C\u6307\u30BF\u30C3\u30C1",mouseHoldKey:"+ {key} \u7FFB\u8A33/\u6BB5\u843D\u3092\u5143\u306B\u623B\u3059",mouseHoldKeyAuto:"\u30D1\u30E9\u30B0\u30E9\u30D5\u306E\u76F4\u8A33",mouseHoldKeyOff:"\u4F55\u3082\u3059\u308B\u306A\u3002",mouseHoldKeyOther:"\u30B7\u30E7\u30FC\u30C8\u30AB\u30C3\u30C8\u306E\u30AB\u30B9\u30BF\u30DE\u30A4\u30BA\uFF08\u8A2D\u5B9A\u3092\u958B\u304F\uFF09",mouseHoldKeyCustomKey:"{key} \u30D1\u30E9\u30B0\u30E9\u30D5\u306E\u7FFB\u8A33\uFF0F\u7E2E\u5C0F",mouseHoverHoldKey:"\u30B7\u30E7\u30FC\u30C8\u30AB\u30C3\u30C8\u30AD\u30FC\u3092\u62BC\u3057\u306A\u304C\u3089\u30DE\u30A6\u30B9\u3092\u52D5\u304B\u3059\u3068\u6BB5\u843D\u304C\u7FFB\u8A33\u3055\u308C\u308B","mouse-translate":"\u30DE\u30A6\u30B9\u30DB\u30D0\u30FC",document:"(\u3055\u3093\u3077",resetSuccess:"\u3059\u3079\u3066\u306E\u8A2D\u5B9A\u306E\u30EA\u30BB\u30C3\u30C8\u306B\u6210\u529F",resetThisSuccess:"\u30EA\u30BB\u30C3\u30C8\u6210\u529F",saved:"\u30BB\u30FC\u30D6\u30FB\u30B5\u30AF\u30BB\u30B9",successImportConfig:"\u8A2D\u5B9A\u306E\u30A4\u30F3\u30DD\u30FC\u30C8\u306B\u6210\u529F",goAdvancedSettings:"\u8A73\u7D30\u8A2D\u5B9A\u30DA\u30FC\u30B8\u306B\u79FB\u52D5\u3059\u308B",goAdvancedInterfaceSettings:"\u8A73\u7D30\u30AB\u30B9\u30BF\u30DE\u30A4\u30BA\u8A2D\u5B9A\u30DA\u30FC\u30B8\u306B\u79FB\u52D5\u3059\u308B",advanced:"\u8A73\u7D30\u8A2D\u5B9A",advancedDescription:"\u901A\u5E38\u3001\u8A2D\u5B9A\u306F\u5FC5\u8981\u306A\u304F\u3001\u30C7\u30D5\u30A9\u30EB\u30C8\u306E\u307E\u307E\u3067\u3088\u3044\u3002\u3088\u308A\u5C02\u9580\u7684\u306A\u30E6\u30FC\u30B6\u30FC\u306E\u307F\u3001\u3088\u308A\u30D1\u30FC\u30BD\u30CA\u30E9\u30A4\u30BA\u3055\u308C\u305F\u8A2D\u5B9A\u304C\u53EF\u80FD\u3067\u3059\u3002",developer:"\u30C7\u30D9\u30ED\u30C3\u30D1\u30FC\u8A2D\u5B9A",donateCafe:"\u7269\u4FA1","translate to the bottom of the page":"\u30DA\u30FC\u30B8\u4E0B\u90E8\u3078\u306E\u7FFB\u8A33\u306F\u3001\u30DA\u30FC\u30B8\u306B\u5165\u3063\u3066\u3059\u3050\u306B\u884C\u308F\u308C\u308B\u306E\u3067\u3059\u304B\uFF1F",feedback:"\u554F\u984C\u306B\u95A2\u3059\u308B\u30D5\u30A3\u30FC\u30C9\u30D0\u30C3\u30AF",toggleTranslatePage:"\u30DA\u30FC\u30B8\u3092\u7FFB\u8A33\u3059\u308B\uFF0F\u539F\u6587\u3092\u8868\u793A\u3059\u308B",translateToThePageEndImmediatelyDescription:"\u3053\u306E\u6A5F\u80FD\u3092\u30AA\u30F3\u306B\u3059\u308B\u3068\u3001\u30DA\u30FC\u30B8\u306E\u4E0A\u304B\u3089\u4E0B\u306B\u5165\u529B\u3057\u305F\u5185\u5BB9\u304C\u5373\u5EA7\u306B\u7FFB\u8A33\u3055\u308C\u307E\u3059\u3002\u30AA\u30D5\u306B\u3059\u308B\u3068\u3001\u8AAD\u307F\u306A\u304C\u3089\u7FFB\u8A33\u3055\u308C\u307E\u3059\u3002(\u304A\u52E7\u3081\u3057\u307E\u305B\u3093\uFF09","translate all areas of the page":"\u30DA\u30FC\u30B8\u306E\u5168\u9818\u57DF\u3092\u7FFB\u8A33\u3059\u308B\u304B\u3069\u3046\u304B",translationAreaDescription:"\u30AA\u30F3\u306B\u3059\u308B\u3068\u3001\u30A6\u30A7\u30D6\u30DA\u30FC\u30B8\u5168\u4F53\u306E\u3059\u3079\u3066\u306E\u9818\u57DF\u304C\u7FFB\u8A33\u3055\u308C\u307E\u3059\u3002\u30AA\u30D5\u306B\u3059\u308B\u3068\u3001\u30C7\u30D5\u30A9\u30EB\u30C8\u306E\u30B9\u30DE\u30FC\u30C8\u8A8D\u8B58\u304C\u4F7F\u7528\u3055\u308C\u3001\u4E3B\u8981\u306A\u9818\u57DF\u306E\u307F\u304C\u7FFB\u8A33\u3055\u308C\u307E\u3059\u3002(\u30AA\u30F3\u306B\u3059\u308B\u3053\u3068\u306F\u304A\u52E7\u3081\u3057\u307E\u305B\u3093)","the number of characters to be translated first":"\u8868\u793A\u9818\u57DF\u307E\u3067\u30B9\u30AF\u30ED\u30FC\u30EB\u3059\u308B\u3053\u3068\u306A\u304F\u3001\u30DA\u30FC\u30B8\u306E\u6700\u521D\u306E\u6570\u6587\u5B57\u3092\u76F4\u63A5\u7FFB\u8A33\u3059\u308B\u3002","interface language":"\u30A4\u30F3\u30BF\u30FC\u30D5\u30A7\u30FC\u30B9\u8A00\u8A9E","display both the original text and the translation":"\u539F\u6587\u3068\u8A33\u6587\u306E\u540C\u6642\u8868\u793A","keyboard shortcuts":"\u30AD\u30FC\u30DC\u30FC\u30C9\u30B7\u30E7\u30FC\u30C8\u30AB\u30C3\u30C8",modify:"\u30B7\u30E7\u30FC\u30C8\u30AB\u30C3\u30C8\u30AD\u30FC\u306E\u5909\u66F4",reset:"\u30EA\u30D3\u30B8\u30E7\u30F3",close:"\u51DD\u56FA",homepage:"\u30DB\u30FC\u30E0\u30DA\u30FC\u30B8",more:"\u3082\u3063\u3068\u898B\u308B",moreOptions:"\u30AB\u30B9\u30BF\u30DE\u30A4\u30BA\u30FB\u30AA\u30D7\u30B7\u30E7\u30F3\u306E\u62E1\u5927",translateTheWholePage:"\u30DA\u30FC\u30B8\u306E\u5168\u9818\u57DF\u3092\u7FFB\u8A33\u3059\u308B\uFF08\u4E3B\u8981\u306A\u9818\u57DF\u3092\u30A4\u30F3\u30C6\u30EA\u30B8\u30A7\u30F3\u30C8\u306B\u8A8D\u8B58\u3059\u308B\u306E\u3068\u306F\u5BFE\u7167\u7684\uFF09\u3002",changeToTranslateTheWholePage:"\u5168\u5730\u57DF\u306E\u7FFB\u8A33\u306B\u5207\u308A\u66FF\u3048\u308B",changeToTranslateTheMainPage:"\u30E1\u30A4\u30F3\u30A8\u30EA\u30A2\u306E\u7FFB\u8A33\u306B\u5207\u308A\u66FF\u3048\u308B",changeToOnlyTranslationMode:"\u7FFB\u8A33\u306E\u307F\u3092\u8868\u793A\u3059\u308B\u3088\u3046\u306B\u5207\u308A\u66FF\u3048\u308B",changeToDualTranslationMode:"\u5BFE\u8A33\u3078\u306E\u5207\u308A\u66FF\u3048",translateToThePageEndImmediately:"\u30DA\u30FC\u30B8\u4E0B\u90E8\u3078\u306E\u5373\u6642\u7FFB\u8A33",translateTheMainPage:"\u30A4\u30F3\u30C6\u30EA\u30B8\u30A7\u30F3\u30C8\u7FFB\u8A33 \u4E3B\u8981\u5730\u57DF","The local rules are up to date":"\u5730\u5143\u306E\u9069\u5FDC\u898F\u5B9A\u306F\u6700\u65B0\u306E\u3082\u306E\u3060\u3002","Successfully synchronized with the latest official rules:":"\u6700\u65B0\u306E\u516C\u5F0F\u7AF6\u6280\u898F\u5247\u3068\u306E\u540C\u671F\u306B\u6210\u529F\u3002","Checking for updates":"\u30A2\u30C3\u30D7\u30C7\u30FC\u30C8\u306E\u30C1\u30A7\u30C3\u30AF","Rules are being synchronized":"\u9069\u5FDC\u30EB\u30FC\u30EB\u306E\u540C\u671F\u5316",localVersionIsTooOld:"\u30ED\u30FC\u30AB\u30EB\u306E\u62E1\u5F35\u6A5F\u80FD\u306E\u30D0\u30FC\u30B8\u30E7\u30F3\u304C\u53E4\u3059\u304E\u307E\u3059\u3002\u540C\u671F\u3092\u8A66\u307F\u308B\u524D\u306B\u3001\u62E1\u5F35\u6A5F\u80FD\u3092 {minVersion} \u4EE5\u964D\u306B\u30A2\u30C3\u30D7\u30B0\u30EC\u30FC\u30C9\u3057\u3066\u304F\u3060\u3055\u3044\u3002",badUserscriptBrowser:"\u73FE\u5728\u306E\u30D6\u30E9\u30A6\u30B6\u306F\u30B0\u30EA\u30FC\u30B9\u30E2\u30F3\u30AD\u30FC\u62E1\u5F35\u30A4\u30F3\u30BF\u30FC\u30D5\u30A7\u30A4\u30B9\u3092\u6B63\u3057\u304F\u5B9F\u88C5\u3057\u3066\u3044\u307E\u305B\u3093\uFF08\u4F8B\u3048\u3070\u3001\u30B0\u30EA\u30FC\u30B9\u30E2\u30F3\u30AD\u30FC\u30FB\u30B9\u30AF\u30EA\u30D7\u30C8\u81EA\u4F53\u306E\u30D0\u30FC\u30B8\u30E7\u30F3\u756A\u53F7\u306B\u95A2\u3059\u308B\u60C5\u5831\u3092\u53D6\u5F97\u3059\u308B\u5834\u5408\u306A\u3069\uFF09\u306E\u3067\u3001Firefox\u306A\u3069<1>\u30B0\u30EA\u30FC\u30B9\u30E2\u30F3\u30AD\u30FC\u62E1\u5F35\u3092\u30B5\u30DD\u30FC\u30C8\u3059\u308B\u4ED6\u306E\u30D6\u30E9\u30A6\u30B6\u3092\u3054\u5229\u7528\u304F\u3060\u3055\u3044\u3002",foundNewVersion:"\u65B0\u30D0\u30FC\u30B8\u30E7\u30F3\u3092\u898B\u308B",theLocalExtensionIsUpToUpdate:"\u73FE\u5728\u306E\u30A8\u30AF\u30B9\u30C6\u30F3\u30B7\u30E7\u30F3\u306F\u6700\u65B0\u3060\u3002",failToSyncRules:"\u6700\u65B0\u306E\u9069\u5FDC\u30EB\u30FC\u30EB\u306E\u540C\u671F\u306B\u5931\u6557",retry:"\u30EA\u30C8\u30E9\u30A4\u3059\u308B\u306B\u306F\u3053\u3053\u3092\u30AF\u30EA\u30C3\u30AF",failedReason:"\u5931\u6557\u306E\u7406\u7531",currentRuleVersion:"\u73FE\u5728\u306E\u30EB\u30FC\u30EB\u30FB\u30D0\u30FC\u30B8\u30E7\u30F3",calculating:"\u8A08\u7B97",unknownError:"\u672A\u77E5\u306E\u30A8\u30E9\u30FC",canNotFetchRemoteRule:"\u30EA\u30E2\u30FC\u30C8\u30EB\u30FC\u30EB\u304C\u53D6\u5F97\u3067\u304D\u306A\u3044",enableAlphaSuccess:"\u30A2\u30EB\u30D5\u30A1\u5BFE\u5FDC",disableAlphaSuccess:"\u30A2\u30EB\u30D5\u30A1\u6A5F\u80FD\u306F\u30AA\u30D5",cacheSize:"\u30AD\u30E3\u30C3\u30B7\u30E5\u30FB\u30B5\u30A4\u30BA\uFF1A",cleaning:"\u6E05\u7B97\u4E2D",cleanCache:"\u30AD\u30E3\u30C3\u30B7\u30E5\u3092\u6D88\u53BB\u3059\u308B",options:"\u30BB\u30C3\u30C8\u30A2\u30C3\u30D7",about:"\u306B\u5BFE\u3057\u3066",service:"\u901A\u8A33\u30B5\u30FC\u30D3\u30B9",needAction:"(\u8A2D\u5B9A\u3078\uFF09",goSettings:"\u8A2D\u5B9A\u3059\u308B",needActionForOptions:"(\u8A2D\u5B9A\u4E88\u5B9A\uFF09",translationEngine:"\u30A8\u30F3\u30B8\u30F3\u30FB\u30AA\u30D7\u30B7\u30E7\u30F3",sourceLanguage:"\u539F\u8A9E",target:"\u76EE\u6A19\u8A00\u8A9E",popupSourceLanguage:"\u539F\u8A9E",popupTarget:"\u76EE\u6A19\u8A00\u8A9E",popupService:"\u901A\u8A33\u30B5\u30FC\u30D3\u30B9",forThisSite:"\u73FE\u5728\u306E\u30A6\u30A7\u30D6\u30B5\u30A4\u30C8",autoEnableSubtitle:"\u4E8C\u30AB\u56FD\u8A9E\u5B57\u5E55\u3092\u81EA\u52D5\u7684\u306B\u30AA\u30F3\u306B\u3059\u308B",alwaysTranslate:"\u5E38\u306B\u7FFB\u8A33\u3059\u308B",neverTranslate:"\u6C7A\u3057\u3066\u7FFB\u8A33\u3057\u306A\u3044",alwaysTranslateSomeLanguage:"\u5E38\u306B\u7FFB\u8A33\u3059\u308B {language}",neverTranslateSomeLanguage:"\u6C7A\u3057\u3066\u7FFB\u8A33\u3057\u306A\u3044 {language}",alwaysTranslateSomeSite:"\u5E38\u306B\u7FFB\u8A33\u3059\u308B {hostname}",neverTranslateSomeSite:"\u6C7A\u3057\u3066\u7FFB\u8A33\u3057\u306A\u3044 {hostname}",alwaysTranslateSomeSiteOrWildSite:"\u5E38\u306B\u30B5\u30A4\u30C8\u3092\u7FFB\u8A33\u3059\u308B",alwaysTranslateSomePage:"\u5E38\u306B\u30DA\u30FC\u30B8\u3092\u7FFB\u8A33\u3059\u308B",add:"\u5897\u52A0",default:"\u30C7\u30D5\u30A9\u30EB\u30C8",forThisLanguage:"\u3053\u306E\u8A00\u8A9E\u306E\u5834\u5408\uFF1A","add url":"URL\u3092\u5165\u529B",edit:"\u30B3\u30F3\u30D1\u30A4\u30E9","translate other languages into specific language":"\u4ED6\u306E\u8A00\u8A9E\u3092\u8A2D\u5B9A\u3057\u305F\u8A00\u8A9E\u306B\u7FFB\u8A33\u3059\u308B","select translation service":"\u7FFB\u8A33\u30B5\u30FC\u30D3\u30B9\u306E\u9078\u629E",language:"\u591A\u8A00\u8A9E\u4E3B\u7FA9","show-original":"\u539F\u6587\u3092\u8868\u793A",translate:"\u30EC\u30F3\u30C0\u30EA\u30F3\u30B0",Translated:"\u7FFB\u8A33",Translating:"\u7FFB\u8A33\u4E2D",Error:"\u4E0D\u6B63\u78BA",allowCacheTranslations:"\u30ED\u30FC\u30AB\u30EB\u7FFB\u8A33\u30AD\u30E3\u30C3\u30B7\u30E5\u3092\u6709\u52B9\u306B\u3059\u308B\uFF08\u91CD\u8907\u3057\u305F\u7B87\u6240\u306E\u7FFB\u8A33\u30EA\u30AF\u30A8\u30B9\u30C8\u3092\u6E1B\u3089\u3059\uFF09","translation display":"\u7FFB\u8A33\u8868\u793A\u30B9\u30BF\u30A4\u30EB","select diplay style":"\u4EE5\u4E0B\u306E\u4F8B\u3092\u5177\u4F53\u7684\u306B\u53C2\u7167\u3057\u306A\u304C\u3089\u3001\u7FFB\u8A33\u306E\u30B9\u30BF\u30A4\u30EB\u3092\u533A\u5225\u3059\u308B\u3002",interface:"\u30A4\u30F3\u30BF\u30FC\u30D5\u30A7\u30FC\u30B9\u8A2D\u5B9A",import_export:"\u30A4\u30F3\u30DD\u30FC\u30C8/\u30A8\u30AF\u30B9\u30DD\u30FC\u30C8",import_export_title:"\u30A4\u30F3\u30DD\u30FC\u30C8/\u30A8\u30AF\u30B9\u30DD\u30FC\u30C8\u8A2D\u5B9A",syncToGoogleDrive:"Google\u30C9\u30E9\u30A4\u30D6\u3068\u540C\u671F",floatBallOptions:"\u30DB\u30D0\u30FC\u30DC\u30FC\u30EB\u306E\u8A2D\u5B9A","floatBallOptions.enable":"\u30DB\u30D0\u30FC\u30DC\u30FC\u30EB\u3092\u4F7F\u7528\u53EF\u80FD\u306B\u3059\u308B","floatBallOptions.blockUrls":"\u30A6\u30A7\u30D6\u30B5\u30A4\u30C8\u3092\u7121\u52B9\u306B\u3059\u308B","floatBallOptions.add":"\u5897\u52A0","floatBallOptions.blockUrlDesc":"\u4EE5\u4E0B\u306E\u30B5\u30A4\u30C8\u3067\u306F\u30DB\u30D0\u30FC\u30DC\u30FC\u30EB\u304C\u8868\u793A\u3055\u308C\u307E\u305B\u3093\u3002","floatBallOptions.clickType":"\u30AF\u30EA\u30C3\u30AF\u884C\u52D5","floatBallOptions.clickTypeDesc":"\u30AF\u30EA\u30C3\u30AF\u3057\u305F\u3068\u304D\u306E\u30DB\u30D0\u30FC\u30DC\u30FC\u30EB\u30FB\u30A2\u30A4\u30B3\u30F3\u306E\u52D5\u4F5C","floatBallOptions.clickPopup":"\u7FFB\u8A33\u30D1\u30CD\u30EB\u306E\u8868\u793A","floatBallOptions.clickTranslate":"\u539F\u6587\u306E\u7FFB\u8A33\uFF0F\u8868\u793A","floatBallOptions.fixedPosition":"\u56FA\u5B9A\u4F4D\u7F6E","floatBallOptions.fixedPositionDesc":"\u60AC\u6D6E\u7403\u5728\u7A97\u53E3\u5DE6\u4FA7\u8FD8\u662F\u53F3\u4FA7","floatBallOptions.fixedPositionLeft":"\u5DE6\u4FA7","floatBallOptions.fixedPositionRight":"\u53F3\u4FA7",previewAllThemes:"\u3059\u3079\u3066\u306E\u30B9\u30BF\u30A4\u30EB\u3092\u30D7\u30EC\u30D3\u30E5\u30FC\u3059\u308B","translationTheme.none":"\u306A\u3044","translationTheme.grey":"\u30C0\u30FC\u30AF\u30B0\u30EC\u30FC","translationTheme.dashed":"\u70B9\u7DDA\u4E0B\u7DDA","translationTheme.dotted":"\u70B9\u7DDA\u30A2\u30F3\u30C0\u30FC\u30B9\u30B3\u30A2","translationTheme.dashedBorder":"\u70B9\u7DDA","translationTheme.solidBorder":"\u30BD\u30EA\u30C3\u30C9\u30DC\u30FC\u30C0\u30FC","translationTheme.underline":"\u76F4\u7DDA\u306B\u4E0B\u7DDA\u3092\u5F15\u304F","translationTheme.mask":"\u30D5\u30A1\u30B8\u30FC\u52B9\u679C\uFF08\u5B66\u7FD2\u30E2\u30FC\u30C9\uFF09","translationTheme.opacity":"\u900F\u660E\u52B9\u679C","translationTheme.paper":"\u767D\u3044\u7D19\u306E\u5F71\u306E\u52B9\u679C","translationTheme.dividingLine":"\u308F\u3051\u3081","translationTheme.highlight":"\u9AD8\u8F1D\u5EA6","translationTheme.marker":"\u30DE\u30FC\u30AB\u30FC","translationTheme.marker2":"\u30DE\u30FC\u30AB\u30FC2","translationTheme.blockquote":"\u53C2\u7167\u30B9\u30BF\u30A4\u30EB","translationTheme.weakening":"\u5F31\u4F53\u5316","translationTheme.italic":"\u659C\u4F53","translationTheme.bold":"\u6FC3\u5316","translationTheme.thinDashed":"\u7D30\u70B9\u7DDA\u30A2\u30F3\u30C0\u30FC\u30E9\u30A4\u30F3","translationTheme.nativeDashed":"\u30B7\u30B9\u30C6\u30E0\u306F\u70B9\u7DDA\u306E\u30A2\u30F3\u30C0\u30FC\u30E9\u30A4\u30F3\u4ED8\u304D","translationTheme.nativeDotted":"\u30B7\u30B9\u30C6\u30E0\u306F\u70B9\u7DDA\u306E\u30A2\u30F3\u30C0\u30FC\u30E9\u30A4\u30F3\u4ED8\u304D","translationTheme.nativeUnderline":"\u30B7\u30B9\u30C6\u30E0\u306B\u306F\u76F4\u7DDA\u306E\u30A2\u30F3\u30C0\u30FC\u30E9\u30A4\u30F3\u304C\u4ED8\u5C5E\u3057\u3066\u3044\u308B","translationTheme.wavy":"\u6CE2\u7DDA","translationServices.custom":"\u30AB\u30B9\u30BF\u30E0API","translationServices.tencent":"\u30C6\u30F3\u30BB\u30F3\u30C8\u7FFB\u8A33\u8005","translationServices.tenAlpha":"\u30C6\u30F3\u30BB\u30F3\u30C8\u30FB\u30C8\u30E9\u30F3\u30B9\u30EC\u30FC\u30BF\u30FC\uFF08\u30A2\u30EB\u30D5\u30A1\uFF09","translationServices.google":"\u30B0\u30FC\u30B0\u30EB\u7FFB\u8A33","translationServices.bai":"\u30D0\u30A4\u30C9\u30A5\uFF08\u30A2\u30EB\u30D5\u30A1\uFF09","translationServices.baidu":"\u767E\u5EA6\u306E\u7FFB\u8A33","translationServices.aliyun":"\u30A2\u30EA\u30AF\u30E9\u30A6\u30C9\u7FFB\u8A33","translationServices.volc":"\u706B\u5C71\u7FFB\u8A33","translationServices.deeplx":"DeepLX (\u30D9\u30FC\u30BF)","translationServices.bing":"\u30DE\u30A4\u30AF\u30ED\u30BD\u30D5\u30C8\u7FFB\u8A33","translationServices.deepl":"\u30C7\u30A3\u30FC\u30D7\u30A8\u30EB","translationServices.wechat":"WeChat\u7FFB\u8A33","translationServices.azure":"\u30A2\u30B8\u30E5\u30FC\u30EB\u7FFB\u8A33","translationServices.ibm":"IBM\u30EF\u30C8\u30BD\u30F3","translationServices.aws":"\u30A2\u30DE\u30BE\u30F3\u7FFB\u8A33","translationServices.mock":"\u6A21\u64EC\u7FFB\u8A33","translationServices.mock2":"\u6A21\u64EC\u7FFB\u8A332","translationServices.caiyun":"\u30AB\u30E9\u30D5\u30EB\u306A\u96F2\u3068\u5C0F\u3055\u306A\u7FFB\u8A33","translationServices.cai":"\u30AB\u30E9\u30D5\u30EB\u306A\u96F2\uFF08\u30A2\u30EB\u30D5\u30A1\uFF09","translationServices.volcAlpha":"\u30DC\u30EB\u30B1\u30FC\u30CE\uFF08\u30A2\u30EB\u30D5\u30A1\uFF09","translationServices.openl":"\u30AA\u30FC\u30D7\u30F3L","translationServices.youdao":"Youtube\u7FFB\u8A33","translationServices.you":"Youdao \u7FFB\u8A33\u8005\uFF08\u30A2\u30EB\u30D5\u30A1\uFF09","translationServices.transmart":"\u9A30\u8A0A\u30A4\u30F3\u30BF\u30E9\u30AF\u30C6\u30A3\u30D6\u7FFB\u8A33","translationServices.niu":"\u30DE\u30FC\u30D9\u30EA\u30C3\u30AF\u7FFB\u8A33\u8005","translationServices.papago":"\u30D1\u30D1\u30B4\u7FFB\u8A33","translationServices.d":"D\uFF08\u30A2\u30EB\u30D5\u30A1\uFF09","translationServices.dpro":"D\u30D7\u30ED\uFF08\u30AB\u30CA\u30EA\u30A2\uFF09","translationServices.openai":"\u30AA\u30FC\u30D7\u30F3AI","translationServices.chatgpt":"ChatGPT Web(3.5 mobile)","translate title":"\u30DA\u30FC\u30B8\u30BF\u30A4\u30C8\u30EB\u3092\u7FFB\u8A33\u3059\u308B","always languages":"\u5E38\u306B\u8A00\u8A9E\u3092\u7FFB\u8A33\u3059\u308B",neverTranslateLanguagesLabel:"\u7FFB\u8A33\u3055\u308C\u308B\u3053\u3068\u306E\u306A\u3044\u8A00\u8A9E",neverTranslateTheFollowingLanguagesDescription:"\u30DA\u30FC\u30B8\u4E0A\u306E\u6BB5\u843D\u304C\u4EE5\u4E0B\u306E\u8A00\u8A9E\u306E\u3044\u305A\u308C\u304B\u3067\u3042\u308B\u5834\u5408\u3001\u7FFB\u8A33\u306F\u30B9\u30AD\u30C3\u30D7\u3055\u308C\u307E\u3059\u3002",enableUserscriptPagePopup:"\u30DA\u30FC\u30B8\u306B\u30DB\u30D0\u30FC\u30DC\u30FC\u30EB\u3092\u8868\u793A",enableUserscriptPagePopupDescription:"\u30DB\u30D0\u30FC\u30DC\u30FC\u30EB\u3092\u30AA\u30D5\u306B\u3057\u305F\u5F8C\u306F\u3001\u30B7\u30E7\u30FC\u30C8\u30AB\u30C3\u30C8 /{touch}\u3067\u547C\u3073\u51FA\u3059\u3053\u3068\u304C\u3067\u304D\u307E\u3059\u3002\u3046\u3063\u304B\u308A\u3053\u306E\u30AA\u30D7\u30B7\u30E7\u30F3\u3092\u30AA\u30D5\u306B\u3057\u305F\u5F8C\u3001\u30DB\u30D0\u30FC\u30DC\u30FC\u30EB\u3092\u898B\u3064\u3051\u3089\u308C\u306A\u304F\u306A\u308B\u306E\u3092\u9632\u3050\u305F\u3081\u3001\u3053\u306E\u8A2D\u5B9A\u30DA\u30FC\u30B8\u3092\u30D6\u30C3\u30AF\u30DE\u30FC\u30AF\u3057\u3066\u304A\u304F\u3053\u3068\u3092\u5F37\u304F\u304A\u52E7\u3081\u3057\u307E\u3059\uFF01","always translate the following languages":"\u30DA\u30FC\u30B8\u304C\u6B21\u306E\u8A00\u8A9E\u306E1\u3064\u3067\u3042\u308B\u3068\u304D\u81EA\u52D5\u7684\u306B\u30BF\u30FC\u30B2\u30C3\u30C8\u8A00\u8A9E\u306B\u7FFB\u8A33\u3059\u308B","always sites":"\u5E38\u306B\u7FFB\u8A33\u3055\u308C\u305F\u30A6\u30A7\u30D6\u30B5\u30A4\u30C8","always translate the following sites":"\u306E\u30C9\u30E1\u30A4\u30F3\u540D\u3067\u3042\u308C\u3070\u3001\u30A6\u30A7\u30D6\u30B5\u30A4\u30C8\u306F\u81EA\u52D5\u7684\u306B\u30BF\u30FC\u30B2\u30C3\u30C8\u8A00\u8A9E\u306B\u7FFB\u8A33\u3055\u308C\u308B\u3002","never sites":"\u672A\u7FFB\u8A33\u30B5\u30A4\u30C8","never translate the following sites":"\u4EE5\u4E0B\u306E\u30C9\u30E1\u30A4\u30F3\u306E\u30B5\u30A4\u30C8\u3067\u306F\u3001\u7FFB\u8A33\u306F\u884C\u308F\u308C\u307E\u305B\u3093\u3002","please refer to":"\u4F7F\u7528\u3059\u308B\u524D\u306B\u30AD\u30FC\u3092\u5165\u529B\u3059\u308B\u5FC5\u8981\u304C\u3042\u308A\u307E\u3059\u3002",KeyAndConfigurationTutorial:"\u30AD\u30FC\u30FB\u30A2\u30D7\u30EA\u30B1\u30FC\u30B7\u30E7\u30F3\u3068\u30B3\u30F3\u30D5\u30A3\u30AE\u30E5\u30EC\u30FC\u30B7\u30E7\u30F3\u30FB\u30C1\u30E5\u30FC\u30C8\u30EA\u30A2\u30EB",useAboveStyleForTheseSites:"\u4EE5\u4E0B\u306E\u30C9\u30E1\u30A4\u30F3\u306E\u30B5\u30A4\u30C8\u3067\u306F\u3001\u5E38\u306B \u2308{theme}\u230B \u7FFB\u8A33\u30B9\u30BF\u30A4\u30EB\u3092\u4F7F\u7528\u3057\u307E\u3059\u3002",currentUrl:"\u73FE\u5728\u306EURL",confirm:"\u30BB\u30FC\u30D6",cancel:"\u30AD\u30E3\u30F3\u30BB\u30EB",delete:"\u9664\u53BB","languages.auto":"\u81EA\u52D5\u691C\u51FA",syncToCloud:"\u30B0\u30FC\u30B0\u30EB\u30C9\u30E9\u30A4\u30D6\u306B\u540C\u671F",syncToCloudDescription:"\u30AF\u30E9\u30A6\u30C9\u306B\u30A2\u30C3\u30D7\u30ED\u30FC\u30C9\u3055\u308C\u305F\u30B3\u30F3\u30D5\u30A3\u30AE\u30E5\u30EC\u30FC\u30B7\u30E7\u30F3\u306F\u3001\u7570\u306A\u308B\u30D6\u30E9\u30A6\u30B6\u30FC\uFF0F\u30B0\u30EA\u30FC\u30B9\u30E2\u30F3\u30AD\u30FC\u30FB\u30B9\u30AF\u30EA\u30D7\u30C8\u9593\u3067\u540C\u671F\u3055\u305B\u308B\u3053\u3068\u304C\u3067\u304D\u308B\u3002",syncToAccount:"\u30A4\u30DE\u30FC\u30B7\u30D6\u7FFB\u8A33\u30AF\u30E9\u30A6\u30C9\u3078\u306E\u540C\u671F",syncToAccountButton:"\u30AF\u30E9\u30A6\u30C9\u3068\u306E\u5373\u6642\u540C\u671F",syncToAccountDescription:"\u7570\u306A\u308B\u30C7\u30D0\u30A4\u30B9\u9593\u3067\u3001\u6700\u5F8C\u306B\u5909\u66F4\u3055\u308C\u305F\u65B9\u306E\u8A2D\u5B9A\u3092\u81EA\u52D5\u7684\u306B\u540C\u671F\u3057\u307E\u3059\u3002",successSyncConfigInAccount:"\u30AF\u30E9\u30A6\u30C9\u3068\u306E\u540C\u671F\u306B\u6210\u529F",successSyncConfigToAccount:"\u30AF\u30E9\u30A6\u30C9\u3078\u306E\u540C\u671F\u306B\u6210\u529F",syncConfigNoUpdate:"\u3082\u3046\u6700\u65B0\u306E\u3082\u306E\u3060\u3002",authFail:"\u8A8D\u8A3C\u5931\u6557",syncTitle:"\u624B\u52D5\u30D0\u30C3\u30AF\u30A2\u30C3\u30D7\u7BA1\u7406",import_hint:"\u30A4\u30F3\u30DD\u30FC\u30C8",upload:"\u30A2\u30C3\u30D7\u30ED\u30FC\u30C9",revokeAuth:"\u8A8D\u53EF\u306E\u53D6\u308A\u6D88\u3057",uploadFail:"\u30A2\u30C3\u30D7\u30ED\u30FC\u30C9\u5931\u6557",download:"\u30C0\u30A6\u30F3\u30ED\u30FC\u30C9",importSuccess:"\u8F38\u5165\u306B\u6210\u529F",importFail:"\u30A4\u30F3\u30DD\u30FC\u30C8\u5931\u6557",deleteFail:"\u524A\u9664\u306B\u5931\u6557\u3057\u307E\u3057\u305F",backupToCloud:"\u30D0\u30C3\u30AF\u30A2\u30C3\u30D7\u30D5\u30A1\u30A4\u30EB\u306E\u624B\u52D5\u7BA1\u7406",create_new_backup:"\u65B0\u3057\u3044\u30D0\u30C3\u30AF\u30A2\u30C3\u30D7\u30CE\u30FC\u30C9\u3092\u8FFD\u52A0\u3059\u308B",maxBackupFiles:"\u6700\u5927{count}\u7570\u306A\u308B\u30CE\u30FC\u30C9\u3092\u30D0\u30C3\u30AF\u30A2\u30C3\u30D7\u3067\u304D\u307E\u3059\u3002\u4E0D\u8981\u306A\u30CE\u30FC\u30C9\u306F\u524A\u9664\u3057\u3066\u304F\u3060\u3055\u3044\u3002",backupToCloudDescription:"\u30D0\u30C3\u30AF\u30A2\u30C3\u30D7\u30D5\u30A1\u30A4\u30EB\u3092\u624B\u52D5\u3067\u30A2\u30C3\u30D7\u30ED\u30FC\u30C9\u307E\u305F\u306F\u30EA\u30B9\u30C8\u30A2\u3002",successSyncConfig:"\u30AF\u30E9\u30A6\u30C9\u3068\u306E\u540C\u671F\u306B\u6210\u529F",syncFail:"\u540C\u671F\u5931\u6557",updatedAt:"{date}\u3088\u308A\u66F4\u65B0",lastSyncedAt:"\u6700\u7D42\u78BA\u8A8D\uFF1A {date}",downloadFail:"\u30C0\u30A6\u30F3\u30ED\u30FC\u30C9\u306B\u5931\u6557\u3057\u307E\u3057\u305F",clickToDownload:"\u30AF\u30EA\u30C3\u30AF\u3057\u3066\u30C0\u30A6\u30F3\u30ED\u30FC\u30C9",aboutLabel:"\u30D5\u30A3\u30FC\u30C9\u30D0\u30C3\u30AF","browser.openAboutPage":"\u3054\u610F\u898B\u30FB\u3054\u611F\u60F3",aboutLabelWithoutSponsor:"\u30D5\u30A3\u30FC\u30C9\u30D0\u30C3\u30AF",aboutIntro:"\u30A4\u30F3\u30BF\u30FC\u30CD\u30C3\u30C8\u4E0A\u306E\u81A8\u5927\u306A\u5916\u56FD\u8A9E\u60C5\u5831\u3078\u306E\u30A2\u30AF\u30BB\u30B9\u304C\u3088\u308A\u7C21\u5358\u3067\u697D\u3057\u3044\u3082\u306E\u306B\u306A\u308A\u307E\u3059\u3088\u3046\u306B \u2764\uFE0F <6>\u30D7\u30ED\u30E1\u30F3\u30D0\u30FC\u30B7\u30C3\u30D7\u3092 \u6709\u52B9\u306B\u3057\u3066\u3001\u3059\u3050\u306B\u4F7F\u3048\u308BDeepL\u3068OpenAI\u306E\u7FFB\u8A33\u3092\u3054\u5229\u7528\u304F\u3060\u3055\u3044\u3002

<3>Twitter\u3001<4>Telegram\u3001Weibo\u3001WeChat\u3067\u79C1\u305F\u3061\u3092\u30D5\u30A9\u30ED\u30FC\u3059\u308B\u304B\u3001\u4EE5\u4E0B\u306E<5>\u30E1\u30FC\u30EA\u30F3\u30B0\u30EA\u30B9\u30C8\u306B\u767B\u9332\u3057\u3066\u66F4\u65B0\u3092\u8FFD\u8DE1\u3059\u308B\u3053\u3068\u304C\u3067\u304D\u307E\u3059\u3002
<7>\u30D7\u30ED\u4F1A\u54E1\u306E \u65B9\u306F\u3001 <8>support@immersivetranslate.com \u307E\u3067\u3054\u9023\u7D61\u3044\u305F\u3060\u3051\u308C\u3070\u3001\u8FC5\u901F\u306A\u30AB\u30B9\u30BF\u30DE\u30FC\u30B5\u30FC\u30D3\u30B9\u3092\u3054\u63D0\u4F9B\u3044\u305F\u3057\u307E\u3059\u3002",aboutIntroWithoutSponsor:"\u2764\uFE0F

<3>\u30C4\u30A4\u30C3\u30BF\u30FC\u3001<4>\u30C6\u30EC\u30B0\u30E9\u30E0\u30FB\u30C1\u30E3\u30F3\u30CD\u30EB\u3001WeChat\u3001WeChat Exchange\u3067\u30D5\u30A9\u30ED\u30FC\u3057\u3066\u3044\u305F\u3060\u304F\u304B\u3001\u4EE5\u4E0B\u306E<5>E\u30E1\u30FC\u30EB\u3067\u66F4\u65B0\u60C5\u5831\u3092<5>\u8CFC\u8AAD\u3057\u3066\u304F\u3060\u3055\u3044\u3002",projectHomepage:"\u30D7\u30ED\u30B8\u30A7\u30AF\u30C8\u30FB\u30DB\u30FC\u30E0",joinTelegramGroup:"\u30E6\u30FC\u30B6\u30FC\u30B0\u30EB\u30FC\u30D7\u306B\u53C2\u52A0\u3057\u3066\u3001\u6A5F\u80FD\u306B\u95A2\u3059\u308B\u30C7\u30A3\u30B9\u30AB\u30C3\u30B7\u30E7\u30F3\u306B\u53C2\u52A0",wechatPublicAccount:"WeChat\u30D1\u30D6\u30EA\u30C3\u30AF",wechatCommunities:"WeChat\u4EA4\u6D41\u30B0\u30EB\u30FC\u30D7",qqCommunities:"QQ\u30B3\u30DF\u30E5\u30CB\u30B1\u30FC\u30B7\u30E7\u30F3\u30C1\u30E3\u30F3\u30CD\u30EB",joinTelegramChannel:"\u6700\u65B0\u60C5\u5831\u306FTelegram\u30C1\u30E3\u30F3\u30CD\u30EB\u3092\u30D5\u30A9\u30ED\u30FC",feedbackAndJoin:"\u8CEA\u554F \u30D5\u30A3\u30FC\u30C9\u30D0\u30C3\u30AF / \u30B0\u30EB\u30FC\u30D7\u8FFD\u52A0",autoSync:"\u81EA\u52D5\u6642\u523B\u540C\u671F",loadingThemeTitle:"\u30ED\u30FC\u30C7\u30A3\u30F3\u30B0\u30FB\u30B9\u30BF\u30A4\u30EB",loadingThemeDescription:"\u7FFB\u8A33\u30ED\u30FC\u30C9\u5F85\u3061\u6642\u9593\u306E\u30B9\u30BF\u30A4\u30EB\u8A2D\u5B9A","loadingTheme.spinner":"\u56DE\u8EE2\u30A2\u30CB\u30E1\u30FC\u30B7\u30E7\u30F3","loadingTheme.text":"\u9759\u7684\u30C6\u30AD\u30B9\u30C8 ","loadingTheme.none":"\u8868\u793A\u306A\u3057",developerDescription:"\u9AD8\u5EA6\u306A\u30AB\u30B9\u30BF\u30DE\u30A4\u30BA\u306B\u95A2\u3059\u308B\u30C9\u30AD\u30E5\u30E1\u30F3\u30C8\u306F<1>\u3053\u3061\u3089\u3092\u3054\u89A7\u304F\u3060\u3055\u3044\u3002","edit border color":"\u30DC\u30FC\u30C0\u30FC\u30AB\u30E9\u30FC\u306E\u5909\u66F4",successSyncButNoChange:"\u73FE\u5728\u306E\u30B3\u30F3\u30D5\u30A3\u30AE\u30E5\u30EC\u30FC\u30B7\u30E7\u30F3\u306F\u30AF\u30E9\u30A6\u30C9\u3068\u4E00\u81F4\u3057\u3066\u3044\u308B",customTheme:"\u30AB\u30B9\u30BF\u30E0\u30AB\u30E9\u30FC\u3068\u30B5\u30A4\u30BA","customThemeLabel.borderColor":"\u30DC\u30FC\u30C0\u30FC\u30AB\u30E9\u30FC","customThemeLabel.borderRadius":"\u4E38\u307F\u3092\u5E2F\u3073\u305F\u30A8\u30C3\u30B8","customThemeLabel.textColor":"\u30C6\u30AD\u30B9\u30C8\u30AB\u30E9\u30FC","customThemeLabel.backgroundColor":"\u80CC\u666F\u8272","customThemeLabel.zoom":"\u30D5\u30A9\u30F3\u30C8\u30FB\u30B9\u30B1\u30FC\u30EA\u30F3\u30B0 (%)","customThemeLabel.opacity":"\u30C6\u30AD\u30B9\u30C8\u306E\u4E0D\u900F\u660E\u5EA6 (%)",resetToDefaultColor:"\u30C7\u30D5\u30A9\u30EB\u30C8\u30AB\u30E9\u30FC\u306B\u623B\u3059",resetToDefaultSettings:"\u30C7\u30D5\u30A9\u30EB\u30C8\u8A2D\u5B9A\u306B\u623B\u3059",isTranslateTitle:"\u30DA\u30FC\u30B8\u30BF\u30A4\u30C8\u30EB\u306E\u7FFB\u8A33\u3092\u6709\u52B9\u306B\u3059\u308B",isTranslateTitleDescription:"\u30AA\u30F3\u306B\u3059\u308B\u3068\u3001\u30DA\u30FC\u30B8\u30BF\u30A4\u30C8\u30EB\u304C\u7FFB\u8A33\u3055\u308C\u307E\u3059",enableSearchEnhancement:"\u30D0\u30A4\u30EA\u30F3\u30AC\u30EB\u30E1\u30C3\u30BB\u30FC\u30B8\u3092\u6709\u52B9\u306B\u3059\u308B",enableSearchEnhancementDescription:"\u6709\u52B9\u306B\u3059\u308B\u3068\u3001\u5BFE\u5FDC\u30B5\u30A4\u30C8\uFF08Google News\u3001Google Search\uFF08\u4E00\u90E8\u30AD\u30FC\u30EF\u30FC\u30C9\uFF09\u3001Snowball\u3001Oriental Fortune\u3001Futura\u3001Tiger Community\uFF09\u306E\u53F3\u30AB\u30E9\u30E0\u306B\u3001\u8A72\u5F53\u3059\u308B\u82F1\u8A9E\u30AD\u30FC\u30EF\u30FC\u30C9\u3067\u300CGoogle News\u300D\u306E\u691C\u7D22\u7D50\u679C\u304C\u81EA\u52D5\u7684\u306B\u8868\u793A\u3055\u308C\u308B\u3088\u3046\u306B\u306A\u308A\u307E\u3059\u3002",verifyService:"\u30B5\u30FC\u30D3\u30B9\u306E\u30C6\u30B9\u30C8\u306F\u3053\u3061\u3089",verified:"\u6210\u529F\u306E\u78BA\u8A8D","field.langs":"\u5BFE\u5FDC\u8A00\u8A9E\u30B3\u30FC\u30C9","field.model":"\u30E2\u30C7\u30EA\u30F3\u30B0","field.translationEngine":"\u7FFB\u8A33\u30A8\u30F3\u30B8\u30F3","field.limitPerMinute":"1\u5206\u3042\u305F\u308A\u306E\u6700\u5927\u30EA\u30AF\u30A8\u30B9\u30C8\u6570","field.limitPerSecond":"1\u79D2\u3042\u305F\u308A\u306E\u6700\u5927\u30EA\u30AF\u30A8\u30B9\u30C8\u6570","field.maxTextLengthPerRequest":"\u30EA\u30AF\u30A8\u30B9\u30C8\u3054\u3068\u306E\u6700\u5927\u30C6\u30AD\u30B9\u30C8\u9577","field.maxTextGroupLengthPerRequest":"\u30EA\u30AF\u30A8\u30B9\u30C8\u3054\u3068\u306E\u6700\u5927\u6BB5\u843D\u6570","field.apiUrl":"\u30AB\u30B9\u30BF\u30E0API\u30A4\u30F3\u30BF\u30FC\u30D5\u30A7\u30FC\u30B9\u306E\u30A2\u30C9\u30EC\u30B9","field.placeholderDelimiters":"\u4E88\u7D04\u30D7\u30EC\u30FC\u30B9\u30DB\u30EB\u30C0","description.custom":"\u30AB\u30B9\u30BF\u30E0\u30A4\u30F3\u30BF\u30FC\u30D5\u30A7\u30FC\u30B9\u30A2\u30AF\u30BB\u30B9 \u8981\u30C9\u30AD\u30E5\u30E1\u30F3\u30C6\u30FC\u30B7\u30E7\u30F3","description.limitPerMinute":"\u3053\u306E\u5236\u9650\u3092\u8D85\u3048\u305F\u30EA\u30AF\u30A8\u30B9\u30C8\u306F\u3001\u6B21\u306E\u5206\u304C\u59CB\u307E\u308B\u307E\u3067\u30AD\u30E5\u30FC\u306B\u5165\u308A\u307E\u3059\u3002OpenAI\u306E\u73FE\u5728\u306E\u30B5\u30FC\u30D3\u30B9\u306B\u306F\u3055\u307E\u3056\u307E\u306A\u5236\u9650\u304C\u3042\u308B\u305F\u3081\u3001\u6700\u65B0\u306E\u63A8\u5968\u5024\u306F<1>\u3053\u3061\u3089\u3092\u3054\u89A7\u304F\u3060\u3055\u3044\u3002","description.limitPerSecond":"\u3053\u306E\u5236\u9650\u3092\u8D85\u3048\u305F\u30EA\u30AF\u30A8\u30B9\u30C8\u306F\u3001\u6B21\u306E\u79D2\u304C\u59CB\u307E\u308B\u307E\u3067\u30AD\u30E5\u30FC\u306B\u5165\u308A\u307E\u3059\u3002OpenAI\u306E\u73FE\u5728\u306E\u30B5\u30FC\u30D3\u30B9\u306B\u306F\u3055\u307E\u3056\u307E\u306A\u5236\u9650\u304C\u3042\u308B\u305F\u3081\u3001\u6700\u65B0\u306E\u63A8\u5968\u5024\u306F<1>\u3053\u3061\u3089\u3092\u3054\u89A7\u304F\u3060\u3055\u3044\u3002","description.generalLimitPerSecond":"\u3053\u306E\u5236\u9650\u3092\u8D85\u3048\u305F\u30EA\u30AF\u30A8\u30B9\u30C8\u306F\u3001\u6B21\u306E\u79D2\u304C\u59CB\u307E\u308B\u307E\u3067\u30AD\u30E5\u30FC\u306B\u5165\u308B\u3002","description.prompt":"\u30E6\u30FC\u30B6\u30FC\u3068\u3057\u3066 {service} \u306B\u9001\u4FE1\u3055\u308C\u308B\u5BFE\u8A71\u3067\u3001{{text}} \u306F\u6BB5\u843D\u306E\u30C6\u30AD\u30B9\u30C8\u5185\u5BB9\u3092\u793A\u3057\u3001{{from}} \u306F\u6BB5\u843D\u306E\u8A00\u8A9E\u3092\u793A\u3057\u3001{{to}} \u306F\u76EE\u6A19\u8A00\u8A9E\u3092\u793A\u3057\u307E\u3059\u3002","description.maxTextLengthPerRequest":"\u30EA\u30AF\u30A8\u30B9\u30C8\u3042\u305F\u308A\u306E\u6700\u5927\u6587\u5B57\u6570\u304C\u5927\u304D\u3059\u304E\u308B\u3068\u3001\u30A4\u30F3\u30BF\u30FC\u30D5\u30A7\u30FC\u30B9\u306E\u5FDC\u7B54\u304C\u9045\u304F\u306A\u308B\u306E\u3067\u3001\u3053\u306E\u30AA\u30D7\u30B7\u30E7\u30F3\u3092\u8ABF\u6574\u3057\u3066\u901F\u5EA6\u3092\u6700\u9069\u5316\u3057\u3066\u304F\u3060\u3055\u3044\u3002","description.systemPrompt":"\u30B7\u30B9\u30C6\u30E0\u3068\u3057\u3066OpenAI\u306B\u9001\u3089\u308C\u308B\u30C0\u30A4\u30A2\u30ED\u30B0\u3002 {{text}} \u306F\u6BB5\u843D\u306E\u30C6\u30AD\u30B9\u30C8\u5185\u5BB9\u3001{{from}} \u306F\u6BB5\u843D\u306E\u8A00\u8A9E\u3001{{to}} \u306F\u30BF\u30FC\u30B2\u30C3\u30C8\u8A00\u8A9E\u3092\u793A\u3059\u3002","field.domain":"\u30EC\u30A2\u30EB","description.domain":"\u30C7\u30D5\u30A9\u30EB\u30C8\u306F\uFF1Ageneral \u3067\u3059\u3002Arima API \u30B3\u30F3\u30BD\u30FC\u30EB\u3067\u30C9\u30E1\u30A4\u30F3\u5909\u63DB\u304C\u6709\u52B9\u306B\u306A\u3063\u3066\u3044\u308B\u5834\u5408\u306E\u307F\u8A2D\u5B9A\u3067\u304D\u307E\u3059\u3002","field.scene":"\u53D6\u308B","description.scene":"\u30C7\u30D5\u30A9\u30EB\u30C8\u306F\uFF1A\u4E00\u822C\u3067\u3059\u3002AliCloud API\u30B3\u30F3\u30BD\u30FC\u30EB\u3067Machine Translation Pro\u3092\u958B\u3044\u305F\u5834\u5408\u306E\u307F\u8A2D\u5B9A\u3067\u304D\u307E\u3059\u3002","field.vocabId":"\u30E6\u30FC\u30B6\u30FC\u8F9E\u66F8ID","description.vocabId":"\u6307\u5B9A\u3055\u308C\u305F\u8F9E\u66F8out_id\u306F\u3001\u73FE\u5728\u3001\u82F1\u8A9E\u304B\u3089\u4E2D\u56FD\u8A9E\u3078\u306E\u7FFB\u8A33\u3092\u30B5\u30DD\u30FC\u30C8\u3057\u3066\u3044\u308B\u3002","description.model":"OpenAI\u306E\u30E2\u30C7\u30EB\u306F\u3001gpt-3.5-turbo\u3001gpt-4\u306A\u3069\u3002","description.maxTextGroupLengthPerRequest":"\u4E00\u5EA6\u306B\u7FFB\u8A33\u30B5\u30FC\u30D3\u30B9\u306B\u9001\u4FE1\u3055\u308C\u308B\u6BB5\u843D\u6570\u3002\u6BB5\u843D\u6570\u304C\u591A\u3059\u304E\u308B\u3068\u3001\u30A4\u30F3\u30BF\u30FC\u30D5\u30A7\u30FC\u30B9\u306E\u5FDC\u7B54\u304C\u9045\u304F\u306A\u308B\u3053\u3068\u304C\u3042\u308A\u307E\u3059\u3002","description.apiUrl":"\u5177\u4F53\u7684\u306AURL\u3068\u30D1\u30B9\u3001<1>\u3088\u308A\u8A73\u3057\u3044\u8AAC\u660E\u3092\u8FFD\u52A0\u3057\u3066\u304F\u3060\u3055\u3044\u3002",enabledExtension:"\u30A8\u30AF\u30B9\u30C6\u30F3\u30B7\u30E7\u30F3\u306E\u6709\u52B9\u5316",clickToDisableExtension:"\u30AF\u30EA\u30C3\u30AF\u3057\u3066\u62E1\u5F35\u6A5F\u80FD\u3092\u7121\u52B9\u306B\u3059\u308B",clickToEnableExtension:"\u30AF\u30EA\u30C3\u30AF\u3057\u3066\u62E1\u5F35\u6A5F\u80FD\u3092\u6709\u52B9\u306B\u3059\u308B",hasBeenDisabled:"\u4F7F\u7528\u4E0D\u80FD","show password":"\u30D1\u30B9\u30EF\u30FC\u30C9\u3092\u8868\u793A\u3059\u308B",customContent:"\u30AB\u30B9\u30BF\u30E0\u30E2\u30C7\u30EB\u540D\u3092\u5165\u529B",inputOptions:"\u5165\u529B\u30DC\u30C3\u30AF\u30B9\u306E\u5F37\u5316",mouseHoverOptions:"\u30DE\u30A6\u30B9\u30DB\u30D0\u30FC",modifyMouseHoverKey:"\u30DE\u30A6\u30B9\u30DB\u30D0\u30FC\u30B7\u30E7\u30FC\u30C8\u30AB\u30C3\u30C8\u306E\u5909\u66F4",enableInputTranslation:"\u5165\u529B\u30DC\u30C3\u30AF\u30B9\u306E\u62E1\u5F35\u3092\u6709\u52B9\u306B\u3059\u308B\u304B\u3069\u3046\u304B",enableInputTranslationDescription:"\u6709\u52B9\u5316\u3057\u305F\u3089\u3001 {startingKey}{startingKey} hello \u3068\u5165\u529B\u30DC\u30C3\u30AF\u30B9\u306B\u76F4\u63A5\u5165\u529B\u3057\u3001{inputTrailingTriggerKeyRepeatTimes}times{trailingKey}\u3092\u7D20\u65E9\u304F\u62BC\u3057\u3066\u3001 {inputTargetLanguage}\u306B\u5909\u63DB\u3059\u308B\u3002",enableInputTranslationDescriptionForNoneKey:"\u6709\u52B9\u306B\u3057\u305F\u3089\u3001\uFF1AHello World\u3068\u5165\u529B\u30DC\u30C3\u30AF\u30B9\u306B\u76F4\u63A5\u5165\u529B\u3057\u3001{inputTrailingTriggerKeyRepeatTimes}{trailingKey}\u3092\u7D20\u65E9\u304F\u62BC\u3057\u3066\u3001\u30C7\u30D5\u30A9\u30EB\u30C8\u306E\u30BF\u30FC\u30B2\u30C3\u30C8\u8A00\u8A9E\u306B\u7FFB\u8A33\u3059\u308B\u3002",inputTargetLanguage:"\u5165\u529B\u30DC\u30C3\u30AF\u30B9\u306E\u30C7\u30D5\u30A9\u30EB\u30C8\u30BF\u30FC\u30B2\u30C3\u30C8\u8A00\u8A9E\u306E\u8A2D\u5B9A",inputTargetLanguageDescription:"\u5165\u529B\u30DC\u30C3\u30AF\u30B9\u7FFB\u8A33\u306E\u30C7\u30D5\u30A9\u30EB\u30C8\u30BF\u30FC\u30B2\u30C3\u30C8\u8A00\u8A9E\u3001\u3059\u306A\u308F\u3061\u3001\u30C8\u30EA\u30AC\u30FC\u30EF\u30FC\u30C9\u306E\u30C7\u30D5\u30A9\u30EB\u30C8\u8A00\u8A9E\u3068\u3057\u3066 {startingKey}{startingKey}",inputTargetLanguageDescriptionForNoneKey:"\u5165\u529B\u30DC\u30C3\u30AF\u30B9\u7FFB\u8A33\u306E\u30C7\u30D5\u30A9\u30EB\u30C8\u30BF\u30FC\u30B2\u30C3\u30C8\u8A00\u8A9E",inputStartingTriggerKeyTitle:"\u5165\u529B\u30DC\u30C3\u30AF\u30B9\u306E\u90E8\u5206\u7FFB\u8A33\u306E\u305F\u3081\u306E\u5206\u5272\u6587\u5B57\u306E\u8A2D\u5B9A",inputStartingTriggerKeyDescription:"\u5165\u529B\u30DC\u30C3\u30AF\u30B9\u5168\u4F53\u3092\u7FFB\u8A33\u3059\u308B\u5FC5\u8981\u304C\u306A\u3044\u5834\u5408\u3001\u30B9\u30D7\u30EA\u30C3\u30BF\u30FC\u306F {startingKey}{startingKey} \u304B\u3089\u5165\u529B\u30DC\u30C3\u30AF\u30B9\u306E\u6700\u5F8C\u307E\u3067\u306E\u90E8\u5206\u3060\u3051\u3092\u7FFB\u8A33\u3059\u308B\u3053\u3068\u304C\u3067\u304D\u307E\u3059\u3002\u307E\u305F\u3001\u8A00\u8A9E\u30B3\u30FC\u30C9\u3092\u6307\u5B9A\u3059\u308B\u3053\u3068\u3082\u3067\u304D\u307E\u3059\u3002\u4F8B\u3048\u3070\u3001\uFF1A{startingKey}ja \u306F {startingKey}ja \u304B\u3089\u5165\u529B\u30DC\u30C3\u30AF\u30B9\u306E\u6700\u5F8C\u307E\u3067\u306E\u90E8\u5206\u3060\u3051\u3092\u7FFB\u8A33\u3059\u308B\u3053\u3068\u3092\u610F\u5473\u3057\u307E\u3059\u3002",inputStartingTriggerKeyDescriptionForNoneKey:"\u73FE\u5728\u306E\u63A5\u982D\u8F9E\u306A\u3057\u306E\u8A2D\u5B9A\u306F\u4E0D\u8981\u3067\u3042\u308A\u3001\u5165\u529B\u30DC\u30C3\u30AF\u30B9\u306E\u4E00\u90E8\u306E\u30C6\u30AD\u30B9\u30C8\u306E\u7FFB\u8A33\u6A5F\u80FD\u306F\u73FE\u6642\u70B9\u3067\u306F\u5229\u7528\u3067\u304D\u306A\u3044\u3002",inputTrailingTriggerKeyTitle:"\u5165\u529B\u7D42\u4E86\u30C8\u30EA\u30AC\u30FC\u6587\u5B57\u3092\u9078\u629E\u3059\u308B",inputTrailingTriggerKeyDescription:"3 quick hits{trailingKey} \u7FFB\u8A33\u3092\u958B\u59CB\u3057\u307E\u3059\uFF01",inputTrailingTriggerKeyTimeout:"\u6226\u95D8\u7D42\u4E86\u30C8\u30EA\u30AC\u30FC\u307E\u3067\u306E\u6642\u9593\u3092\u5165\u529B\u3059\u308B\u3002",inputTrailingTriggerKeyTimeoutDescription:"\u5165\u529B\u7D42\u4E86\u30B3\u30F3\u30DC\u306E\u30C8\u30EA\u30AC\u30FC\u307E\u3067\u306E\u6642\u9593\uFF08\u30DF\u30EA\u79D2\uFF09\u3092\u8A2D\u5B9A\u3059\u308B\u3002",spaceKey:"<\u7A7A\u683C\u952E>",noneKey:"\u63A5\u982D\u8F9E\u306A\u3057\u306E\u30C6\u30AD\u30B9\u30C8\u30DC\u30C3\u30AF\u30B9\u5168\u4F53\u306E\u76F4\u63A5\u7FFB\u8A33",inputTranslationBlockUrlsTitle:"\u4EE5\u4E0B\u306EURL\u3067\u306F\u3001\u5165\u529B\u30DC\u30C3\u30AF\u30B9\u306E\u62E1\u5F35\u6A5F\u80FD\u3092\u6709\u52B9\u306B\u3057\u306A\u3044\u3067\u304F\u3060\u3055\u3044\u3002",inputTranslationBlockUrlsDescription:"\u5165\u529B\u30DC\u30C3\u30AF\u30B9\u306E\u6A5F\u80FD\u62E1\u5F35\u306F\u3001\u4EE5\u4E0B\u306EURL\u3067\u306F\u6A5F\u80FD\u3057\u307E\u305B\u3093\u3002",clickToSeeQuickDemo:"\u30AF\u30EA\u30C3\u30AF\u3057\u306630\u79D2\u306E\u30C1\u30E5\u30FC\u30C8\u30EA\u30A2\u30EB\u30D3\u30C7\u30AA\u3092\u62E1\u5927",inputHelperInfo:"\u8AAC\u660E\uFF1A\u4E2D\u56FD\u8A9E\u306E\u5165\u529B\u30E1\u30BD\u30C3\u30C9\u3067\u306F\u3001\u3044\u304F\u3064\u304B\u306E\u30C8\u30EA\u30AC\u30FC\u6587\u5B57\u304C\u4E2D\u56FD\u8A9E\u306E\u53E5\u8AAD\u70B9\u306B\u5909\u308F\u308B\u3068\u3044\u3046\u4E8B\u5B9F\u306B\u6700\u9069\u5316\u3057\u307E\u3057\u305F\u3002\u4F8B\u3048\u3070\u3001/ \u306F Sogou \u5165\u529B\u30E1\u30BD\u30C3\u30C9\u3067\u306F\u3001\u30C0\u30F3\u8A18\u53F7\u306B\u5909\u308F\u308A\u307E\u3059\u3002

\u307E\u305F\u3001\u8A00\u8A9E<1>\u30B3\u30FC\u30C9\u306E\u4E2D\u56FD\u8A9E\u30A8\u30A4\u30EA\u30A2\u30B9\u3082\u30B3\u30DE\u30F3\u30C9\u3068\u3057\u3066\u30B5\u30DD\u30FC\u30C8\u3057\u3066\u304A\u308A\u3001\u4F8B\u3048\u3070 /Japanese Hello World \u306F\u65E5\u672C\u8A9E\u306B\u7FFB\u8A33\u3055\u308C\u307E\u3059\u3002",reloadCurrentPage:"\u7FFB\u8A33\u3092\u958B\u59CB\u3059\u308B\u524D\u306B\u3001\u73FE\u5728\u306E\u30DA\u30FC\u30B8\u3092\u66F4\u65B0\u3057\u3066\u304F\u3060\u3055\u3044\u3002",noLocalFilePermissionForPDF:"\u30ED\u30FC\u30AB\u30EB\u30D5\u30A1\u30A4\u30EB\u3092\u8AAD\u307F\u8FBC\u3080\u6A29\u9650\u304C\u3042\u308A\u307E\u305B\u3093\u3002\u4E0A\u306E\u30DC\u30BF\u30F3\u3092\u30AF\u30EA\u30C3\u30AF\u3057\u3066\u3001\u30ED\u30FC\u30AB\u30EB\u30D5\u30A1\u30A4\u30EB\u3092\u30A4\u30F3\u30DD\u30FC\u30C8\u3057\u3066\u304F\u3060\u3055\u3044\u3002",noPermissionForThisPage:"\u26A0\uFE0F \u73FE\u5728\u306E\u30DA\u30FC\u30B8\u3092\u7FFB\u8A33\u3059\u308B\u6A29\u9650\u304C\u306A\u3044",retryAllParagraphs:"\u3059\u3079\u3066\u306E\u30A8\u30E9\u30FC\u30D1\u30C3\u30BB\u30FC\u30B8\u3092\u518D\u8A66\u884C\u3059\u308B",retryAllButton:"\u3059\u3079\u3066\u306E\u30A8\u30E9\u30FC\u30D1\u30C3\u30BB\u30FC\u30B8\u3092\u518D\u8A66\u884C\u3059\u308B",errorTooltipTitle:"\u30AF\u30EA\u30C3\u30AF\u3057\u3066\u30A8\u30E9\u30FC\u306E\u539F\u56E0\u3092\u898B\u308B",errorModalTitle:"\u7FFB\u8A33\u30B5\u30FC\u30D3\u30B9\u304B\u30CD\u30C3\u30C8\u30EF\u30FC\u30AF\u306B\u4F55\u304B\u554F\u984C\u304C\u3042\u308B\u3088\u3046\u3060...\u3002",disableConfirm:"\u30D0\u30A4\u30EA\u30F3\u30AC\u30EB\u60C5\u5831\u5F37\u5316\u8A2D\u5B9A",disableOnce:"\u3053\u306E\u969C\u5BB3",disableGlobal:"\u6C38\u4E45\u306B\u7121\u52B9\u306B\u3059\u308B",disableTint:"* {option}\u3002",searchEnhancementNotes:"\u4E2D\u56FD\u8A9E\u30AD\u30FC\u30EF\u30FC\u30C9\u3068\u82F1\u8A9E\u30AD\u30FC\u30EF\u30FC\u30C9\u3067\u306F\u3001\u30CB\u30E5\u30FC\u30B9\u306E\u691C\u7D22\u7D50\u679C\u304C\u5927\u304D\u304F\u7570\u306A\u308B\u3053\u3068\u304C\u308F\u304B\u308A\u307E\u3057\u305F\u3002 \u30A4\u30DE\u30FC\u30B7\u30D6\u7FFB\u8A33\u30D0\u30A4\u30EA\u30F3\u30AC\u30EB\u60C5\u5831\u5F37\u5316\u6A5F\u80FD\u3092\u6709\u52B9\u306B\u3059\u308B\u3068\u3001\u5BFE\u5FDC\u30B5\u30A4\u30C8\uFF08Google\u30CB\u30E5\u30FC\u30B9\u3001Google\u691C\u7D22\uFF08\u4E00\u90E8\u30AD\u30FC\u30EF\u30FC\u30C9\uFF09\u3001Snowball\u3001Oriental Wealth\u3001Futura\u3001Tiger\uFF09\u3067\u540C\u3058\u30AD\u30FC\u30EF\u30FC\u30C9\u3092\u82F1\u8A9E\u3067\u81EA\u52D5\u7684\u306B\u691C\u7D22\u3057\u3001\u53F3\u5074\u306B\u8868\u793A\u3057\u307E\u3059\u3002\u3053\u306E\u6A5F\u80FD\u304C\u4E0D\u8981\u306A\u5834\u5408\u306F\u3001\u7121\u52B9\u306B\u3059\u308B\u3053\u3068\u3082\u3067\u304D\u307E\u3059\u3002",option:"\u30BB\u30C3\u30C8\u30A2\u30C3\u30D7",saveSettings:"\u8A2D\u5B9A\u306E\u4FDD\u5B58",closeModal:"\u30A6\u30A3\u30F3\u30C9\u30A6\u3092\u9589\u3058\u308B",enableInputTranslationWithoutTriggerKeyTitle:"{trailingKey}\u3001\u5165\u529B\u30DC\u30C3\u30AF\u30B9\u5168\u4F53\u3092\u76F4\u63A5{inputTargetLanguage}\u3002",enableInputTranslationWithoutTriggerKeyDescription:"\u4F8B\u3048\u3070\u3001\uFF1Aja Hello World \u306E\u3088\u3046\u306B\u3002",mouseHoverShortcutPlaceholder:"\u4F8B\uFF1A\uFF1A\u30B7\u30D5\u30C8",deepLProName:"\u6CA1\u5165\u578B\u7FFB\u8A33\u30D7\u30ED\u30E1\u30F3\u30D0\u30FC\uFF08\u63A8\u5968\uFF09",deepLProDescription:"\u73FE\u5728\u306E\u30D1\u30C3\u30B1\u30FC\u30B8\u306F\u76F4\u63A5\u4F7F\u7528\u3067\u304D\u308B",deeplProDescriptionForNormal:"\u30BB\u30C3\u30C8\u30A2\u30C3\u30D7\u4E0D\u8981\u3001\u4F1A\u54E1\u306E\u65B9\u306F\u30ED\u30B0\u30A4\u30F3\u5F8C\u5229\u7528\u53EF\u80FD\u3001<1>\u4F1A\u54E1\u3078\u306E\u30A2\u30C3\u30D7\u30B0\u30EC\u30FC\u30C9\u306F\u3053\u3061\u3089",deepLCustomDescription:"\u6D77\u5916\u767A\u884C\u306E\u30AF\u30EC\u30B8\u30C3\u30C8\u30AB\u30FC\u30C9\u304C\u5FC5\u8981 <1>\u3002",deepLCustomName:"\u30AB\u30B9\u30BF\u30E0\u8A8D\u8A3C\u30AD\u30FC",chooseProviderLabel:"\u30B5\u30FC\u30D3\u30B9\u30FB\u30D7\u30ED\u30D0\u30A4\u30C0\u30FC\u306E\u9078\u629E",openaiProName:"\u6CA1\u5165\u578B\u7FFB\u8A33\u30D7\u30ED\u30E1\u30F3\u30D0\u30FC\uFF08\u63A8\u5968\uFF09",openaiProDescription:"\u73FE\u5728\u306E\u30D1\u30C3\u30B1\u30FC\u30B8\u306F\u76F4\u63A5\u4F7F\u7528\u3067\u304D\u308B",openaiProDescriptionForNormal:"\u30BB\u30C3\u30C8\u30A2\u30C3\u30D7\u4E0D\u8981\u3001\u4F1A\u54E1\u306E\u65B9\u306F\u30ED\u30B0\u30A4\u30F3\u5F8C\u5229\u7528\u53EF\u80FD\u3001<1>\u4F1A\u54E1\u3078\u306E\u30A2\u30C3\u30D7\u30B0\u30EC\u30FC\u30C9\u306F\u3053\u3061\u3089",openaiCustomDescription:"OpenAI\u3001Azure OpenAI\u3001\u307E\u305F\u306F\u305D\u306E\u4ED6\u306E\u30B5\u30FC\u30C9\u30D1\u30FC\u30C6\u30A3\u30B5\u30FC\u30D3\u30B9\u3067\u5229\u7528\u53EF\u80FD\u3067\u3059<1>\u3002",openaiCustomName:"\u30AB\u30B9\u30BF\u30E0API\u30AD\u30FC",needLoginAction:"(\u30AA\u30FC\u30D7\u30F3\u30FB\u30E1\u30F3\u30D0\u30FC\u307E\u305F\u306F\u30AB\u30B9\u30BF\u30DE\u30A4\u30BA\uFF09",goLoginOrAction:"(\u30E1\u30F3\u30D0\u30FC\u30B7\u30C3\u30D7\u3092\u958B\u304F\u304B\u3001\u8A2D\u5B9A\u306B\u9032\u3080)",yearly:"\u9023\u7D9A\u5E74\u6255\u3044\u3092\u3059\u308B",quarterly:"\u9806\u6B21\u5305\u88C5",monthly:"\u30DE\u30F3\u30B9\u30EA\u30FC\u30FB\u30B5\u30D6\u30B9\u30AF\u30EA\u30D7\u30B7\u30E7\u30F3",yearlyForOnce:"\u5E74\u9593\u30D1\u30C3\u30B1\u30FC\u30B8",monthlyForOnce:"\u67081\u56DE\u30D1\u30C3\u30B1\u30FC\u30B8",daily:"\u9023\u7D9A\u30D1\u30B1\u30C3\u30C8\u65E5",year:"\u9023\u7D9A\u5E74\u6255\u3044\u3092\u3059\u308B",quarter:"\u9806\u6B21\u5305\u88C5",month:"\u30DE\u30F3\u30B9\u30EA\u30FC\u30FB\u30B5\u30D6\u30B9\u30AF\u30EA\u30D7\u30B7\u30E7\u30F3",day:"\u9023\u7D9A\u30D1\u30B1\u30C3\u30C8\u65E5",onetime_7day:"7\u65E5\u9593\u4F53\u9A13\u30D1\u30C3\u30AF",currentPlanDescriptionForFree:"\u73FE\u5728\u306E\u30D1\u30C3\u30B1\u30FC\u30B8\uFF1A\u7121\u6599",currentPlanDescriptionForContinuous:"\u73FE\u5728\u306E\u30D1\u30C3\u30B1\u30FC\u30B8\uFF1A{plan}\u306F {endAt} \u306B\u81EA\u52D5\u66F4\u65B0\u3055\u308C\u307E\u3059\u3002",currentPlanDescriptionForAutoRenewCaceling:"\u73FE\u5728\u306E\u30D1\u30C3\u30B1\u30FC\u30B8\uFF1A{plan}\u306E\u6709\u52B9\u671F\u9650\u306F {endAt} \u3068\u306A\u308A\u3001\u6709\u52B9\u671F\u9650\u5207\u308C\u306B\u3088\u308B\u81EA\u52D5\u66F4\u65B0\u306F\u884C\u308F\u308C\u307E\u305B\u3093\u3002",currentYearlyPlanDescriptionForAutoRenewCacelingWithRealPaiedUser:"\u73FE\u5728\u306E\u30D1\u30C3\u30B1\u30FC\u30B8\u3001\uFF1A{plan}\u306F\u3001 {endAt} \u306B\u671F\u9650\u5207\u308C\u3068\u306A\u308A\u3001\u671F\u9650\u5207\u308C\u306B\u3088\u308B\u81EA\u52D5\u66F4\u65B0\u306F\u884C\u308F\u308C\u307E\u305B\u3093\u3002
<1>\u66F4\u65B0\u30D7\u30E9\u30F3\u306E\u7BA1\u7406\u306F\u3053\u3061\u3089",currentYearlyPlanDescriptionForAutoRenewCacelingWithAdmin:"\u73FE\u5728\u306E\u30D1\u30C3\u30B1\u30FC\u30B8\u3001\uFF1A{plan}\u306F\u3001 {endAt} \u306B\u671F\u9650\u5207\u308C\u3068\u306A\u308A\u3001\u671F\u9650\u5207\u308C\u306B\u3088\u308B\u81EA\u52D5\u66F4\u65B0\u306F\u884C\u308F\u308C\u307E\u305B\u3093\u3002
<1>\u7D99\u7D9A\u7684\u306A\u5E74\u9593\u8CFC\u8AAD\u3092\u6709\u52B9\u306B\u3059\u308B\u306B\u306F\u3001\u3053\u3053\u3092\u30AF\u30EA\u30C3\u30AF\u3057\u3066\u304F\u3060\u3055\u3044\u3002",currentPlanDescriptionForOneTime:"\u73FE\u5728\u306E\u8CFC\u8AAD\uFF1A{plan}\u306F {endAt} \u3067\u671F\u9650\u5207\u308C\u3068\u306A\u308A\u307E\u3059\u3002<1>\u5E74\u4F1A\u8CBB\u307E\u305F\u306F<2>\u6708\u4F1A\u8CBB<1>\u3078\u306E\u30A2\u30C3\u30D7\u30B0\u30EC\u30FC\u30C9\u306F\u3053\u3061\u3089\u3092\u30AF\u30EA\u30C3\u30AF\u3057\u3066\u304F\u3060\u3055\u3044\u3002",upgradePlan:"\u30D7\u30ED\u4F1A\u54E1\u3078\u306E\u30A2\u30C3\u30D7\u30B0\u30EC\u30FC\u30C9\u306F\u3053\u3061\u3089",upgradeToPro:"\u30D7\u30ED\u4F1A\u54E1\u3078\u306E\u30A2\u30C3\u30D7\u30B0\u30EC\u30FC\u30C9","popup.openPro":"DeepL\u3068OpenAI\u306E\u7FFB\u8A33\u3092\u304A\u697D\u3057\u307F\u3044\u305F\u3060\u304F\u306B\u306F\u3001Pro\u30E1\u30F3\u30D0\u30FC\u30B7\u30C3\u30D7\u306B\u30A2\u30C3\u30D7\u30B0\u30EC\u30FC\u30C9\u3057\u3066\u304F\u3060\u3055\u3044\uFF01","popup.openProForPro":"\u3042\u306A\u305F\u306F\u3001DeepL\u3068OpenAI\u306E\u7FFB\u8A33\u306B\u76F4\u63A5\u30A2\u30AF\u30BB\u30B9\u3067\u304D\u308B\u30D7\u30ED\u30E1\u30F3\u30D0\u30FC\u3067\u3059\uFF01",currentAccount:"\u5F53\u5EA7\u9810\u91D1",enableAutoSyncUserSettings:"\u8907\u6570\u306E\u30C7\u30D0\u30A4\u30B9\u9593\u3067\u81EA\u52D5\u30AF\u30E9\u30A6\u30C9\u540C\u671F\u304C\u53EF\u80FD",modalEnableInputTranslationTitle:"\u6CA1\u5165\u578B\u7FFB\u8A33\u5165\u529B\u30DC\u30C3\u30AF\u30B9 \u7FFB\u8A33\u30A2\u30E9\u30FC\u30C8",modalEnableInputTranslationDesc:"\u30B9\u30DA\u30FC\u30B9\u30D0\u30FC\u30923\u56DE\u9023\u6253\u3059\u308B\u3053\u3068\u3067\u3001Immersive Translation\u306E\u5165\u529B\u30DC\u30C3\u30AF\u30B9\u7FFB\u8A33\u304C\u958B\u59CB\u3055\u308C\u3001\u5165\u529B\u30DC\u30C3\u30AF\u30B9\u306E\u5185\u5BB9\u304C\u30C7\u30D5\u30A9\u30EB\u30C8\u306E\u30BF\u30FC\u30B2\u30C3\u30C8\u8A00\u8A9E\u306B\u7FFB\u8A33\u3055\u308C\u307E\u3059\u3002\u7FFB\u8A33\u306FCtrl+Z\u3067\u53D6\u308A\u6D88\u3059\u3053\u3068\u304C\u3067\u304D\u307E\u3059\u3002

\u3082\u3057\u3053\u308C\u304C\u9593\u9055\u3044\u3067\u3042\u3063\u305F\u3068\u3057\u3066\u3082\u3001\u4ECA\u56DE\u306F\u7121\u52B9\u306B\u3059\u308B\u304B\u3001\u6C38\u4E45\u306B\u5165\u529B\u30DC\u30C3\u30AF\u30B9\u306E\u7FFB\u8A33\u3092\u7121\u52B9\u306B\u3059\u308B\u304B\u3092\u9078\u629E\u3067\u304D\u307E\u3059\u306E\u3067\u3001\u3054\u5B89\u5FC3\u304F\u3060\u3055\u3044\u3002",saveAndNotShowAgain:"\u4FDD\u5B58\u3057\u3066\u30D7\u30ED\u30F3\u30D7\u30C8\u3092\u6B62\u3081\u308B",disableInputTranslationTips:"* {option} ,{learnMore}\u3067\u30C8\u30EA\u30AC\u30FC\u3059\u308B\u4ED6\u306E\u30B7\u30E7\u30FC\u30C8\u30AB\u30C3\u30C8\u3082\u8A2D\u5B9A\u3067\u304D\u308B\u3002",learnMore:"\u8A73\u7D30\u306F\u3053\u3061\u3089",continueEnalbeInputTranslation:"\u5F15\u304D\u7D9A\u304D\u5165\u529B\u30DC\u30C3\u30AF\u30B9\u306E\u7FFB\u8A33\u3092\u6709\u52B9\u306B\u3059\u308B",autoRenewTrialSuffix:'(\u30C8\u30E9\u30A4\u30A2\u30EB\u306E\u5834\u5408\u3001\u3059\u3050\u306B\u6B63\u4F1A\u54E1\u306B\u30A2\u30C3\u30D7\u30B0\u30EC\u30FC\u30C9)',upgradeFromTrialTitle:"\u6B63\u4F1A\u54E1\u3078\u306E\u30A2\u30C3\u30D7\u30B0\u30EC\u30FC\u30C9",subtitle:"\u30D3\u30C7\u30AA\u30AD\u30E3\u30D7\u30B7\u30E7\u30F3",youtubeService:"\u6620\u50CF\u5B57\u5E55\u7FFB\u8A33\u30B5\u30FC\u30D3\u30B9","subtitle.disabledSubtitle":"\u30D3\u30C7\u30AA\u5B57\u5E55\u6A5F\u80FD\u3092\u6C38\u4E45\u306B\u7121\u52B9\u306B\u3059\u308B","subtitle.disabledSubtitleDescription":"Immersive Translator\u306EVideo Subtitles\u304C\u4ED6\u306E\u62E1\u5F35\u6A5F\u80FD\u3068\u7AF6\u5408\u3059\u308B\u5834\u5408\u3001Immersive Translator\u306EVideo Subtitles\u306E\u6A5F\u80FD\u3092\u6C38\u4E45\u7684\u306B\u7121\u52B9\u306B\u3059\u308B\u304B\u3001\u7AF6\u5408\u3059\u308B\u4ED6\u306E\u62E1\u5F35\u6A5F\u80FD\u3092\u30A2\u30F3\u30A4\u30F3\u30B9\u30C8\u30FC\u30EB\u3059\u308B\u3053\u3068\u304C\u3067\u304D\u307E\u3059\u3002","subtitle.autoEnableSubtitle":"\u30D0\u30A4\u30EA\u30F3\u30AC\u30EB\u5B57\u5E55\u306E\u81EA\u52D5\u4F7F\u7528","subtitle.autoEnableSubtitleDescription":"\u6709\u52B9\u306B\u3057\u305F\u5F8C\u3001\u30D3\u30C7\u30AA\u304C\u518D\u751F\u3055\u308C\u308B\u3068\u304D\u306F\u3001\u81EA\u52D5\u7684\u306B\u4E8C\u304B\u56FD\u8A9E\u306E\u5B57\u5E55\u304C\u8868\u793A\u3055\u308C\u307E\u3059\u3002\u305D\u308C\u4EE5\u5916\u306E\u5834\u5408\u306F\u3001\u7FFB\u8A33\u30DC\u30BF\u30F3\u3092\u30AF\u30EA\u30C3\u30AF\u3059\u308B\u5FC5\u8981\u304C\u3042\u308A\u307E\u3059\u3002","subtitle.preTranslation":"\u6CA1\u5165\u578B\u7FFB\u8A33\u3067\u5B57\u5E55\u3092\u7FFB\u8A33","subtitle.preTranslationDescription":"\u6709\u52B9\u306E\u5834\u5408\u3001\u5B57\u5E55\u5168\u4F53\u304C\u4EE5\u4E0B\u306B\u6307\u5B9A\u3059\u308B\u7FFB\u8A33\u30B5\u30FC\u30D3\u30B9\u3092\u4F7F\u3063\u3066\u4E8B\u524D\u306B\u7FFB\u8A33\u3055\u308C\u30011\u6642\u9593\u306E\u52D5\u753B\u3067\u7D0450,000\u30C8\u30FC\u30AF\u30F3\uFF08\u6587\u5B57\u6570\uFF09\u3092\u6D88\u8CBB\u3057\u307E\u3059\u306E\u3067\u3001\u3054\u81EA\u8EAB\u306E\u5224\u65AD\u3067\u3054\u5229\u7528\u304F\u3060\u3055\u3044\u3002\u7121\u52B9\u306E\u5834\u5408\u3001\u30AA\u30EA\u30B8\u30CA\u30EB\u306E\u5B57\u5E55\u304C\u6700\u521D\u306B\u4F7F\u7528\u3055\u308C\u307E\u3059\u3002","subtitle.humanSubtitlesPreferred":"\u30D2\u30E5\u30FC\u30DE\u30F3\u30FB\u30AD\u30E3\u30D7\u30B7\u30E7\u30F3\u306E\u512A\u5148\u4F7F\u7528","subtitle.humanSubtitlesPreferredDescription":"\u30D3\u30C7\u30AA\u306B\u30BF\u30FC\u30B2\u30C3\u30C8\u8A00\u8A9E\u306E\u5B57\u5E55\u304C\u3042\u308B\u5834\u5408\u3001\u4EBA\u9593\u306E\u5B57\u5E55\u3092\u512A\u5148\u7684\u306B\u4F7F\u7528\u3059\u308B\uFF08\u63A8\u5968\uFF09",videoSubtitleTranslationDescription:"\u30D3\u30C7\u30AA\u5B57\u5E55\u7528\u306B\u5225\u306E\u7FFB\u8A33\u30B5\u30FC\u30D3\u30B9\u3092\u5272\u308A\u5F53\u3066\u308B",subtitleTranslating:"{service} \u3001\u5B57\u5E55\u3092\u7FFB\u8A33\u3057\u3066\u3044\u307E\u3059\u3002(\u30A4\u30DE\u30FC\u30B8\u30E7\u30F3\u7FFB\u8A33)",subtitleLoading:"\u5B57\u5E55\u3092\u8AAD\u307F\u8FBC\u3093\u3067\u3044\u307E\u3059...",bilingual:"\u30D0\u30A4\u30EA\u30F3\u30AC\u30EA\u30BA\u30E0","field.action":"\u767E\u5EA6\u7528\u8A9E\u3092\u6709\u52B9\u306B\u3059\u308B\u304B\u3069\u3046\u304B","description.action":"\u6709\u52B9\u5316\u3055\u308C\u308B\u3068\u3001\u30EA\u30AF\u30A8\u30B9\u30C8\u306Baction=1\u30D1\u30E9\u30E1\u30FC\u30BF\u304C\u8FFD\u52A0\u3055\u308C\u3001\u6709\u52B9\u5316\u3055\u308C\u305F\u7528\u8A9E\u3092Baidu\u306B\u901A\u77E5\u3059\u308B<1>\u3002",closeQuickTranslation:"\u30AF\u30ED\u30FC\u30BA\u30FB\u30DB\u30D0\u30FC\u30DC\u30FC\u30EB","closeQuickTranslation.untilNext":"\u4ECA\u56DE\u306F\u6B21\u56DE\u307E\u3067\u304A\u4F11\u307F","closeQuickTranslation.currentWebsite":"\u73FE\u5728\u306E\u30B5\u30A4\u30C8\u306F\u4F7F\u7528\u4E0D\u53EF","closeQuickTranslation.alwaysClose":"\u6C38\u4E45\u306B\u7121\u52B9\u306B\u3059\u308B","closeQuickTranslation.settingOpen":"<1>(\u8A2D\u5B9A\u30DA\u30FC\u30B8\u3067\u30AA\u30F3\u306B\u3067\u304D\u308B\uFF09","closeQuickTranslation.cancel":"\u30AD\u30E3\u30F3\u30BB\u30EB","closeQuickTranslation.confirm":"\u5B9A\u7FA9\u3059\u308B","floatBall.popup":"\u30AF\u30A4\u30C3\u30AF\u8A2D\u5B9A\u30D1\u30CD\u30EB\u3092\u958B\u304F","floatBall.translate":"\u30AF\u30EA\u30C3\u30AF\u3057\u3066\u30DA\u30FC\u30B8\u3092\u7FFB\u8A33\u3059\u308B","floatBall.showOriginal":"\u30AF\u30EA\u30C3\u30AF\u3057\u3066\u5143\u306E\u8A18\u4E8B\u306B\u623B\u308B","floatBall.close":"\u30AF\u30ED\u30FC\u30BA\u30FB\u30DB\u30D0\u30FC\u30DC\u30FC\u30EB","floatBallOptions.enableDescPc":"\u30DA\u30FC\u30B8\u306E\u30DB\u30D0\u30FC\u30DC\u30FC\u30EB\u3092\u6709\u52B9\u306B\u3059\u308B\u3068\u3001\u30DA\u30FC\u30B8\u306E\u53F3\u5074\u306B\u30AF\u30A4\u30C3\u30AF\u7FFB\u8A33\u30DC\u30BF\u30F3\u304C\u8868\u793A\u3055\u308C\u307E\u3059\uFF01","floatBallOptions.enableDesc":"\u30DB\u30D0\u30FC\u30DC\u30FC\u30EB\u3092\u30AA\u30D5\u306B\u3057\u305F\u5F8C\u3001{touch}\u3002\u3046\u3063\u304B\u308A\u3053\u306E\u30AA\u30D7\u30B7\u30E7\u30F3\u3092\u30AA\u30D5\u306B\u3057\u305F\u5F8C\u3001\u30DB\u30D0\u30FC\u30DC\u30FC\u30EB\u304C\u898B\u3064\u304B\u3089\u306A\u3044\u5834\u5408\u306B\u5099\u3048\u3066\u3001\u3053\u306E\u8A2D\u5B9A\u30DA\u30FC\u30B8\u3092\u30D6\u30C3\u30AF\u30DE\u30FC\u30AF\u3057\u3066\u304A\u304F\u3053\u3068\u3092\u5F37\u304F\u304A\u52E7\u3081\u3057\u307E\u3059\uFF01","description.azureApiUrl":"\u30AB\u30B9\u30BF\u30E0API\u30A4\u30F3\u30BF\u30FC\u30D5\u30A7\u30FC\u30B9\u306E\u30A2\u30C9\u30EC\u30B9\u3092\u8A18\u5165\u3059\u308B\u3002",confirmSupportMouse:"\u30DE\u30A6\u30B9\u30B5\u30DD\u30FC\u30C8\u3092\u5F37\u5236\u7684\u306B\u6709\u52B9\u306B\u3059\u308B",confirmSupportMouseDescription:"\u73FE\u5728\u306E\u30D6\u30E9\u30A6\u30B6\u304C\u30DE\u30A6\u30B9\u6A5F\u80FD\u3092\u30B5\u30DD\u30FC\u30C8\u3057\u3066\u3044\u306A\u3044\u3053\u3068\u3092\u691C\u51FA\u3057\u307E\u3057\u305F\u3002",sampleTargetText:"\u9577\u3044\u591C\u304C\u8A2A\u308C\u3001\u79C1\u306F\u3053\u306E\u65E5\u304B\u3089\u6B7B\u306C\u307E\u3067\u898B\u5F35\u308A\u7D9A\u3051\u308B\u3002\u79C1\u306F\u59BB\u3092\u5A36\u3089\u305A\u3001\u9818\u5730\u3092\u4F5C\u3089\u305A\u3001\u5B50\u3092\u3082\u3046\u3051\u306A\u3044\u3002\u79C1\u306F\u738B\u51A0\u3092\u304B\u3076\u3089\u305A\u3001\u540D\u8A89\u306E\u305F\u3081\u306B\u52AA\u529B\u3057\u306A\u3044\u3002\u79C1\u306F\u81EA\u5206\u306E\u7FA9\u52D9\u3092\u679C\u305F\u3057\u3001\u751F\u304D\u3066\u6B7B\u306C\u3002",sampleSourceText:"Night gathers, and now my watch begins. It shall not end until my death. I shall take no wife, hold no lands, father no children. I shall wear no crowns and win no glory. I shall live and die at my post.","subtitle.supportedSites":"\u5DF2\u652F\u6301\u5728\u8FD9\u4E9B\u7F51\u7AD9\u4F7F\u7528\u53CC\u8BED\u5B57\u5E55\uFF08\u6CE8\u610F\uFF1A\u7531\u4E8E\u6280\u672F\u9650\u5236\uFF0C\u90E8\u5206\u7F51\u7AD9\u5728\u9996\u6B21\u5F00\u542F\u5B57\u5E55\u540E\u9700\u8981\u91CD\u65B0\u5237\u65B0\u9875\u9762\uFF0C\u6216\u8005\u9700\u7B49\u5F85\u7FFB\u8BD1\u5B8C\u6210\u4EE5\u663E\u793A\u53CC\u8BED\u5B57\u5E55\uFF09\uFF1A",viewWithImmersiveTranslate:"\u53CC\u8BED\u7248\u672C(\u6C89\u6D78\u5F0F\u7FFB\u8BD1)",errorReason:"\u9519\u8BEF\u539F\u56E0\uFF1A{message}","proQuotaExceededError.onetime7day":'\uFF0C\u60A8\u53EF\u4EE5\u9009\u62E9\u4EE5\u4E0B\u65B9\u5F0F\u89E3\u51B3\uFF1A

1. \u5207\u6362\u5230 {anotherService} \u6216\u5176\u4ED6\u7FFB\u8BD1\u670D\u52A1
2. \u5347\u7EA7\u4E3A\u6708\u5EA6/\u5E74\u5EA6\u4F1A\u5458',"proQuotaExceededError.trial":'\uFF0C\u60A8\u53EF\u4EE5\u9009\u62E9\u4EE5\u4E0B\u65B9\u5F0F\u89E3\u51B3\uFF1A

1. \u5207\u6362\u5230 {anotherService} \u6216\u5176\u4ED6\u7FFB\u8BD1\u670D\u52A1
2. \u7ACB\u523B\u5347\u7EA7\u4E3A\u6B63\u5F0F\u4F1A\u5458',"proQuotaExceededError.nonTrial":'\uFF0C\u60A8\u53EF\u4EE5\u9009\u62E9\u4EE5\u4E0B\u65B9\u5F0F\u89E3\u51B3\uFF1A

1. \u5207\u6362\u5230 {anotherService} \u6216\u5176\u4ED6\u7FFB\u8BD1\u670D\u52A1
2. \u8D2D\u4E70 {translationService} \u989D\u5916\u6D41\u91CF\u5305',"proQuotaExceededError.resetTime":"
3. \u989D\u5EA6\u91CD\u7F6E\u65F6\u95F4\uFF1A{resetTime}","desc.touchShortcutsToggleTranslatePageOnlyTranslation":"\u300C\u8A33\u6587\u306E\u307F\u300D\u306F\u3001\u8A33\u6587\u306E\u307F\u3092\u8868\u793A\u3059\u308B\u3053\u3068\u3092\u610F\u5473\u3057\u3001\u30DA\u30FC\u30B8\u304C\u307E\u3060\u7FFB\u8A33\u3055\u308C\u3066\u3044\u306A\u3044\u5834\u5408\u306F\u3001\u30E2\u30FC\u30C9\u3092\u5207\u308A\u66FF\u3048\u3066\u7FFB\u8A33\u3057\u307E\u3059\u3002","desc.toggleOnlyTransation":"\u300C\u8A33\u6587\u306E\u307F\u30E2\u30FC\u30C9\u300D\u3068\u306F\u3001\u8A33\u6587\u306E\u307F\u3092\u8868\u793A\u3059\u308B\u3053\u3068\u3092\u6307\u3057\u3001\u30DA\u30FC\u30B8\u304C\u307E\u3060\u7FFB\u8A33\u3055\u308C\u3066\u3044\u306A\u3044\u5834\u5408\u306F\u3001\u30E2\u30FC\u30C9\u3092\u5207\u308A\u66FF\u3048\u3066\u7FFB\u8A33\u3057\u307E\u3059\u3002",touchShortcutsToggleTranslatePageOnlyTranslation:"\u30BF\u30C3\u30C1\u30B9\u30AF\u30EA\u30FC\u30F3\u30B8\u30A7\u30B9\u30C1\u30E3\u30FC\u3092\u8A2D\u5B9A\u3057\u3066\u3001\u30D0\u30A4\u30EA\u30F3\u30AC\u30EB/\u7FFB\u8A33\u30C6\u30AD\u30B9\u30C8\u306E\u307F\u306E\u30E2\u30FC\u30C9\u3092\u5207\u308A\u66FF\u3048\u307E\u3059",download_started:"\u30C0\u30A6\u30F3\u30ED\u30FC\u30C9\u304C\u958B\u59CB\u3055\u308C\u307E\u3057\u305F\u3002\u81EA\u52D5\u7684\u306B\u30C0\u30A6\u30F3\u30ED\u30FC\u30C9\u3055\u308C\u306A\u3044\u5834\u5408\u306F\u3001\u624B\u52D5\u3067\u30AF\u30EA\u30C3\u30AF\u3057\u3066\u304F\u3060\u3055\u3044\u3002",here:"\u3053\u3053","desc.toggleVideoSubtitlePreTranslation":"\u62BC\u3059\u3068\u3001\u30D3\u30C7\u30AA\u306E\u4E8C\u8A00\u8A9E\u5B57\u5E55\u306F\u3001\u307E\u305A\u6CA1\u5165\u578B\u7FFB\u8A33\u306E\u8A2D\u5B9A\u3092\u512A\u5148\u7684\u306B\u4F7F\u7528\u3057\u307E\u3059\u3002\u518D\u5EA6\u62BC\u3059\u3068\u3001\u5143\u306E\u30D3\u30C7\u30AA\u306B\u7D44\u307F\u8FBC\u307E\u308C\u305F\u6A5F\u68B0\u7FFB\u8A33\u5B57\u5E55\u3092\u512A\u5148\u7684\u306B\u4F7F\u7528\u3057\u307E\u3059\u3002\u6CE8\u610F\uFF1A\u3053\u306E\u30B7\u30E7\u30FC\u30C8\u30AB\u30C3\u30C8\u3067\u5909\u66F4\u3055\u308C\u308B\u306E\u306F\u5168\u4F53\u306E\u8A2D\u5B9A\u3067\u3059\u3002",videoSubtitlePreTranslationOn:"\u30D3\u30C7\u30AA\u306E\u5B57\u5E55\u306F\u3001\u512A\u5148\u7684\u306B\u6CA1\u5165\u578B\u306E\u7FFB\u8A33\u3092\u4F7F\u7528\u3057\u307E\u3059",videoSubtitlePreTranslationOff:"\u30D3\u30C7\u30AA\u306E\u5B57\u5E55\u306F\u3001\u5143\u306E\u30D3\u30C7\u30AA\u306B\u4ED8\u5C5E\u306E\u6A5F\u68B0\u7FFB\u8A33\u5B57\u5E55\u3092\u512A\u5148\u7684\u306B\u4F7F\u7528\u3057\u307E\u3059\u3002",translationFont:"\u30D5\u30A9\u30F3\u30C8\u3092\u8A2D\u5B9A\u3059\u308B","translationFont.custom":"\u30AB\u30B9\u30BF\u30E0\u30D5\u30A9\u30F3\u30C8\u3092\u5165\u529B\u3057\u3066\u304F\u3060\u3055\u3044","translationFont.customPlaceholder":"\u30D5\u30A9\u30F3\u30C8","translationFont.notSupportErrorMessage":"\u3042\u306A\u305F\u304C\u5165\u529B\u3057\u305F\u30D5\u30A9\u30F3\u30C8\u540D\u304C\u6B63\u3057\u3044\u304B\u78BA\u8A8D\u3059\u308B\u304B\u3001\u305D\u306E\u30D5\u30A9\u30F3\u30C8\u304C\u3042\u306A\u305F\u306E\u30C7\u30D0\u30A4\u30B9\u306B\u30A4\u30F3\u30B9\u30C8\u30FC\u30EB\u3055\u308C\u3066\u3044\u308B\u3053\u3068\u3092\u78BA\u8A8D\u3057\u3066\u304F\u3060\u3055\u3044\u3002","touch.mouse-translate":"\u6307\u5B9A\u3055\u308C\u305F\u6BB5\u843D\u3092\u7FFB\u8A33\u3057\u3066\u304F\u3060\u3055\u3044","translationServices.inherit":"\u4E3B\u306A\u7FFB\u8A33\u30B5\u30FC\u30D3\u30B9\u306B\u5F93\u3063\u3066\u304F\u3060\u3055\u3044\u3002","error.serveConfigError":"\u30B5\u30FC\u30D3\u30B9\u8A2D\u5B9A\u30A8\u30E9\u30FC","error.reloadPageOfSetting":"\u8A2D\u5B9A\u5F8C\u3001\u30DA\u30FC\u30B8\u3092\u30EA\u30D5\u30EC\u30C3\u30B7\u30E5\u3057\u3066\u518D\u5EA6\u7FFB\u8A33\u3057\u3066\u304F\u3060\u3055\u3044\u3002","error.googleLimitIp":"\u30B5\u30FC\u30D3\u30B9\u304C\u30A8\u30E9\u30FC\u3092\u8FD4\u3057\u307E\u3057\u305F\u3002Google\u30B5\u30FC\u30D3\u30B9\u306F\u3053\u306EIP\u30A2\u30C9\u30EC\u30B9\u306B\u5BFE\u3057\u3066\u6D41\u91CF\u5236\u9650\u3092\u884C\u3063\u3066\u3044\u307E\u3059\u3002\u30CD\u30C3\u30C8\u30EF\u30FC\u30AF\u30CE\u30FC\u30C9\u306E\u5909\u66F4\u3092\u304A\u52E7\u3081\u3057\u307E\u3059\u3002","error.openAIFreeLimit":"\u30B5\u30FC\u30D3\u30B9\u304C\u30A8\u30E9\u30FC\u3092\u8FD4\u3057\u307E\u3057\u305F\u3002\u73FE\u5728\u306E\u7FFB\u8A33\u30EA\u30AF\u30A8\u30B9\u30C8\u306E\u983B\u5EA6\u306F\u30011\u5206\u3042\u305F\u308A\u6700\u59273\u56DE\u306E\u4E0A\u9650\u306B\u9054\u3057\u3066\u3044\u307E\u3059\u3002\u5F8C\u307B\u3069\u518D\u5EA6\u304A\u8A66\u3057\u304F\u3060\u3055\u3044\u3002\uFF08\u3053\u308C\u306FOpenAI\u516C\u5F0F\u304C\u7121\u6599\u306EAPI Key\u306B\u5BFE\u3059\u308B\u5236\u9650\u3067\u3001\u3053\u306E\u5236\u9650\u3092\u89E3\u9664\u3059\u308B\u306B\u306F\u3001OpenAI\u306E\u30D0\u30C3\u30AF\u30A8\u30F3\u30C9\u3067\u30AF\u30EC\u30B8\u30C3\u30C8\u30AB\u30FC\u30C9\u3092\u767B\u9332\u3057\u3066\u304F\u3060\u3055\u3044\u3002\uFF09","error.openAIExceededQuota":"\u30B5\u30FC\u30D3\u30B9\u30A8\u30E9\u30FC\u304C\u8FD4\u3055\u308C\u307E\u3057\u305F\uFF1A\u73FE\u5728\u306EOpenAI\u30A2\u30AB\u30A6\u30F3\u30C8\u306E\u6B8B\u9AD8\u304C\u4E0D\u8DB3\u3057\u3066\u3044\u307E\u3059\u3002OpenAI\u306E\u516C\u5F0F\u30D0\u30C3\u30AF\u30A8\u30F3\u30C9\u3067\u30C1\u30E3\u30FC\u30B8\u3059\u308B\u304B\u3001\u30AF\u30EC\u30B8\u30C3\u30C8\u30AB\u30FC\u30C9\u3092\u767B\u9332\u3057\u3066\u304F\u3060\u3055\u3044\u3002","error.429":"\u30B5\u30FC\u30D3\u30B9\u304C\u30A8\u30E9\u30FC\u3092\u8FD4\u3057\u307E\u3057\u305F\u3002\u3053\u308C\u306F\u3001\u30EA\u30AF\u30A8\u30B9\u30C8\u304C\u983B\u7E41\u3059\u304E\u308B\u304B\u3001\u5236\u9650\u3092\u8D85\u3048\u3066\u3044\u308B\u3053\u3068\u3092\u793A\u3057\u3066\u3044\u307E\u3059\u3002\u5F8C\u3067\u3082\u3046\u4E00\u5EA6\u304A\u8A66\u3057\u304F\u3060\u3055\u3044\u3002","error.403":"\u30B5\u30FC\u30D3\u30B9\u304C\u30A8\u30E9\u30FC\u3092\u8FD4\u3057\u307E\u3057\u305F\u3001\u73FE\u5728\u305D\u306E\u30B5\u30FC\u30D3\u30B9\u306B\u30A2\u30AF\u30BB\u30B9\u3059\u308B\u6A29\u9650\u304C\u3042\u308A\u307E\u305B\u3093\u3002","error.400":"\u30B5\u30FC\u30D3\u30B9\u304C\u30A8\u30E9\u30FC\u3092\u8FD4\u3057\u307E\u3057\u305F\u3001\u30EA\u30AF\u30A8\u30B9\u30C8\u30D1\u30E9\u30E1\u30FC\u30BF\u304C\u9593\u9055\u3063\u3066\u3044\u307E\u3059\u3001\u5BFE\u5FDC\u3059\u308B\u8A2D\u5B9A\u3092\u78BA\u8A8D\u3057\u3066\u304F\u3060\u3055\u3044\u3002","error.502":"\u30B5\u30FC\u30D3\u30B9\u304C\u30A8\u30E9\u30FC\u3092\u8FD4\u3057\u307E\u3057\u305F\u3001\u30B5\u30FC\u30D3\u30B9\u304C\u30BF\u30A4\u30E0\u30A2\u30A6\u30C8\u3057\u307E\u3057\u305F\u3001\u5F8C\u3067\u3082\u3046\u4E00\u5EA6\u304A\u8A66\u3057\u304F\u3060\u3055\u3044\u3002","error.proTokenInvalid":"\u3082\u3057\u3042\u306A\u305F\u304CPro\u30E6\u30FC\u30B6\u30FC\u3067\u3042\u308C\u3070\u3001\u30ED\u30B0\u30A4\u30F3\u5F8C\u306BPro\u7FFB\u8A33\u30B5\u30FC\u30D3\u30B9\u3092\u3054\u5229\u7528\u304F\u3060\u3055\u3044\u3002","error.proUpgrade":"\u30A2\u30C3\u30D7\u30B0\u30EC\u30FC\u30C9\u5F8C\u3001\u30DA\u30FC\u30B8\u3092\u66F4\u65B0\u3057\u3066\u518D\u5EA6\u7FFB\u8A33\u3057\u3066\u304F\u3060\u3055\u3044\u3002","error.configError":"\u8A2D\u5B9A\u30C7\u30FC\u30BF\u304C\u7570\u5E38\u3067\u3059","error.goReset":"\u30EA\u30BB\u30C3\u30C8\u306B\u884C\u304F",batchEdit:"\u4E00\u62EC\u64CD\u4F5C","translationModeLang.translation.title":"\u7FFB\u8A33\u306E\u307F\u30E2\u30FC\u30C9\u306E\u8A00\u8A9E","translationModeLang.translation.description":"\u30DA\u30FC\u30B8\u306E\u8A00\u8A9E\u304C\u4EE5\u4E0B\u306E\u8A00\u8A9E\u306E\u5834\u5408\u3001\u81EA\u52D5\u7684\u306B\u7FFB\u8A33\u6587\u306E\u307F\u306E\u30E2\u30FC\u30C9\u3092\u4F7F\u7528\u3057\u307E\u3059\u3002","translationModeUrl.translation.title":"\u7FFB\u8A33\u306E\u307F\u30E2\u30FC\u30C9\u306E\u30A6\u30A7\u30D6\u30B5\u30A4\u30C8","translationModeUrl.translation.description":"\u4EE5\u4E0B\u306E\u30C9\u30E1\u30A4\u30F3\u306E\u30A6\u30A7\u30D6\u30B5\u30A4\u30C8\u3067\u306F\u3001\u81EA\u52D5\u7684\u306B\u7FFB\u8A33\u30C6\u30AD\u30B9\u30C8\u306E\u307F\u306E\u30E2\u30FC\u30C9\u304C\u4F7F\u7528\u3055\u308C\u307E\u3059\u3002","error.serveUnavailable":"\u3042\u306A\u305F\u304C\u73FE\u5728\u4F7F\u7528\u3057\u3066\u3044\u308B[{serverName}]\u30B5\u30FC\u30D3\u30B9\u306F\u3001\u30CD\u30C3\u30C8\u30EF\u30FC\u30AF\u63A5\u7D9A\u3084\u30B5\u30FC\u30D3\u30B9\u30D7\u30ED\u30D0\u30A4\u30C0\u306E\u554F\u984C\u306B\u3088\u308A\u4E00\u6642\u7684\u306B\u30A2\u30AF\u30BB\u30B9\u3067\u304D\u307E\u305B\u3093\u3002\u30DA\u30FC\u30B8\u3092\u30EA\u30D5\u30EC\u30C3\u30B7\u30E5\u3059\u308B\u304B\u3001<1>\u8A2D\u5B9A\u304B\u3089\u4ED6\u306E\u7FFB\u8A33\u30B5\u30FC\u30D3\u30B9\u306B\u5207\u308A\u66FF\u3048\u308B\u3053\u3068\u3092\u304A\u52E7\u3081\u3057\u307E\u3059\u3002\u3082\u3057<2>Pro\u4F1A\u54E1\u3067\u3042\u308C\u3070\u3001\u3088\u308A\u5B89\u5B9A\u3057\u305FDeepL\u307E\u305F\u306FOpenAI\u306E\u7FFB\u8A33\u30B5\u30FC\u30D3\u30B9\u3092\u9078\u629E\u3059\u308B\u3053\u3068\u304C\u3067\u304D\u307E\u3059\uFF08<3>\u3053\u3053\u3092\u30AF\u30EA\u30C3\u30AF\u3057\u3066\u7121\u6599\u4F53\u9A13\uFF09\u3002\u307E\u305F\u3001\u30CD\u30C3\u30C8\u30EF\u30FC\u30AF\u3084\u30D7\u30ED\u30AD\u30B7\u8A2D\u5B9A\u3092\u78BA\u8A8D\u3059\u308B\u5FC5\u8981\u304C\u3042\u308B\u304B\u3082\u3057\u308C\u307E\u305B\u3093\u3002",detectServiceLoading:"\u5229\u7528\u53EF\u80FD\u306A\u7FFB\u8A33\u30B5\u30FC\u30D3\u30B9\u3092\u691C\u51FA\u4E2D...",toggleToService:"{service}\u306B\u5207\u308A\u66FF\u3048\u3066\u518D\u8A66\u884C\u3057\u3066\u304F\u3060\u3055\u3044\u3002","error.gemini.429":"\u73FE\u5728\u306EGemini\u30B5\u30FC\u30D3\u30B9\u306E\u73FE\u5728\u306E\u8CA0\u8377\u80FD\u529B\u304C\u4E0A\u9650\u306B\u9054\u3057\u3066\u3044\u307E\u3059\u306E\u3067\u3001\u5F8C\u307B\u3069\u518D\u5EA6\u304A\u8A66\u3057\u3044\u305F\u3060\u304F\u304B\u3001\u4ED6\u306E\u7FFB\u8A33\u30B5\u30FC\u30D3\u30B9\u306B\u5207\u308A\u66FF\u3048\u3066\u304F\u3060\u3055\u3044\u3002",enableSentryReport:"\u62E1\u5F35\u304C\u30A8\u30E9\u30FC\u3092\u8D77\u3053\u3057\u305F\u3068\u304D\u3001Sentry\u3092\u4F7F\u7528\u3057\u3066\u30D5\u30A3\u30FC\u30C9\u30D0\u30C3\u30AF\u3092\u63D0\u51FA\u3057\u3066\u304F\u3060\u3055\u3044\u3002",goLogin:"\u30ED\u30B0\u30A4\u30F3\u3057\u3066\u304F\u3060\u3055\u3044","translationServices.gemini":"\u30B8\u30A7\u30DF\u30CB","error.reason":"\u30A8\u30E9\u30FC\u306E\u539F\u56E0","widget.translateFile":"PDF/ePub",touchShortcutsOff:"\u9589\u3058\u308B","error.retry":"\u518D\u8A66\u884C","multipleClick.4":"\u56DB\u9023\u6483",shortcutSettings:"\u30B7\u30E7\u30FC\u30C8\u30AB\u30C3\u30C8\u30AD\u30FC","multipleClick.3":"\u30C8\u30EA\u30D7\u30EB\u30B9\u30C8\u30E9\u30A4\u30AF",notLogin:"\u30ED\u30B0\u30A4\u30F3\u3057\u3066\u3044\u307E\u305B\u3093","slide.right":"\u5DE6\u306B\u30B9\u30EF\u30A4\u30D7\u3057\u3066\u304F\u3060\u3055\u3044",translationOnlyMode:"\u8A33\u6587\u306E\u307F\u30E2\u30FC\u30C9","widget.videoSubtitle":"\u30D3\u30C7\u30AA\u5B57\u5E55",paragraphMinTextCountField:"\u7FFB\u8A33\u6BB5\u843D\u306B\u5FC5\u8981\u306A\u6700\u5C0F\u6587\u5B57\u6570","subtitle.hideQuickButton":"\u3053\u306E\u30B7\u30E7\u30FC\u30C8\u30AB\u30C3\u30C8\u3092\u8868\u793A\u3057\u306A\u3044","floatBall.iKnow":"\u308F\u304B\u308A\u307E\u3057\u305F",contact:"\u79C1\u305F\u3061\u306B\u9023\u7D61\u3057\u3066\u304F\u3060\u3055\u3044","widget.instructionTooltip":"\u4F7F\u7528\u8AAC\u660E\u3092\u78BA\u8A8D\u3057\u3066\u304F\u3060\u3055\u3044","tagsInput.add":"+ \u8FFD\u52A0",loggedIn:"\u30ED\u30B0\u30A4\u30F3\u6E08\u307F","intro.floatBallTitle":"\u30AF\u30A4\u30C3\u30AF\u7FFB\u8A33\u30D5\u30ED\u30FC\u30C8\u30DC\u30FC\u30EB",pickAll:"\u3059\u3079\u3066\u9078\u629E","error.subscriptionExpiredTitle":"\u4F1A\u54E1\u304C\u671F\u9650\u5207\u308C\u306B\u306A\u308A\u307E\u3057\u305F","widget.instruction":"\u4F7F\u7528\u8AAC\u660E","shortcutGroup.main":"\u4E00\u822C\u7684\u306A\u6A5F\u80FD\u306E\u30B7\u30E7\u30FC\u30C8\u30AB\u30C3\u30C8\u30AD\u30FC","subtitle.bilingual":"\u30D0\u30A4\u30EA\u30F3\u30AC\u30EB\u5B57\u5E55",alwaysTranslateThisSite:"\u5E38\u306B\u3053\u306E\u30A6\u30A7\u30D6\u30B5\u30A4\u30C8\u3092\u7FFB\u8A33\u3057\u3066\u304F\u3060\u3055\u3044\u3002",mouseHoverCustomKeyTitle:"\u30AB\u30B9\u30BF\u30E0\u30DE\u30A6\u30B9\u30DB\u30D0\u30FC\u30B7\u30E7\u30FC\u30C8\u30AB\u30C3\u30C8","shortcutGroup.mouse":"\u30DE\u30A6\u30B9\u30DB\u30D0\u30FC\u30B7\u30E7\u30FC\u30C8\u30AB\u30C3\u30C8\u8A2D\u5B9A","browser.translateWithGemini":"\u73FE\u5728\u306E\u30DA\u30FC\u30B8\u3092\u4E00\u6642\u7684\u306BGemini\u3067\u7FFB\u8A33\u3057\u3066\u304F\u3060\u3055\u3044",shortcutSettingsTitle:"\u30B7\u30E7\u30FC\u30C8\u30AB\u30C3\u30C8\u30AD\u30FC\u306E\u8A2D\u5B9A","subtitle.showQuickButton":"\u30D7\u30EC\u30FC\u30E4\u30FC\u306B\u4E8C\u8A00\u8A9E\u5B57\u5E55\u306E\u30B7\u30E7\u30FC\u30C8\u30AB\u30C3\u30C8\u3092\u8868\u793A\u3059\u308B","browser.translateWithOpenAI":"\u4E00\u6642\u7684\u306BOpenAI\u3092\u4F7F\u3063\u3066\u73FE\u5728\u306E\u30DA\u30FC\u30B8\u3092\u7FFB\u8A33\u3057\u3066\u304F\u3060\u3055\u3044","browser.translateInputBox":"\u73FE\u5728\u306E\u5165\u529B\u30DC\u30C3\u30AF\u30B9\u306E\u5185\u5BB9\u3092\u7FFB\u8A33\u3057\u3066\u304F\u3060\u3055\u3044\u3002","browser.translateWithDeepL":"\u73FE\u5728\u306E\u30DA\u30FC\u30B8\u3092\u4E00\u6642\u7684\u306BDeepL\u3067\u7FFB\u8A33\u3057\u3066\u304F\u3060\u3055\u3044\u3002","browser.translateWithGoogle":"\u4E00\u6642\u7684\u306BGoogle\u7FFB\u8A33\u3067\u73FE\u5728\u306E\u30DA\u30FC\u30B8\u3092\u7FFB\u8A33\u3057\u3066\u304F\u3060\u3055\u3044\u3002",temprarilyChangeTranslationTo_openai:"\u73FE\u5728\u3001OpenAI\u3092\u4F7F\u7528\u3057\u3066\u73FE\u5728\u306E\u30DA\u30FC\u30B8\u3092\u7FFB\u8A33\u3057\u3066\u3044\u307E\u3059",temprarilyChangeTranslationTo_deepl:"\u73FE\u5728\u3001DeepL\u3092\u4F7F\u7528\u3057\u3066\u73FE\u5728\u306E\u30DA\u30FC\u30B8\u3092\u7FFB\u8A33\u3057\u3066\u3044\u307E\u3059","intro.subtitleTitle":"\u30AA\u30F3\u30E9\u30A4\u30F3\u30D3\u30C7\u30AA\u306E\u30D0\u30A4\u30EA\u30F3\u30AC\u30EB\u5B57\u5E55\u8868\u793A","shortcutGroup.touch":"\u30BF\u30C3\u30C1\u30B9\u30AF\u30EA\u30FC\u30F3\u5C02\u7528\u30B8\u30A7\u30B9\u30C1\u30E3\u30FC",temprarilyChangeTranslationTo_gemini:"\u73FE\u5728\u3001Gemini\u3092\u4F7F\u7528\u3057\u3066\u73FE\u5728\u306E\u30DA\u30FC\u30B8\u3092\u7FFB\u8A33\u3057\u3066\u3044\u307E\u3059",neverTranslateThisSite:"\u3053\u306E\u30A6\u30A7\u30D6\u30B5\u30A4\u30C8\u3092\u6C38\u9060\u306B\u7FFB\u8A33\u3057\u306A\u3044\u3067\u304F\u3060\u3055\u3044",temprarilyChangeTranslationTo_transmart:"\u73FE\u5728\u3001\u30C6\u30F3\u30BB\u30F3\u30C8\u7FFB\u8A33\u3092\u4F7F\u7528\u3057\u3066\u73FE\u5728\u306E\u30DA\u30FC\u30B8\u3092\u7FFB\u8A33\u3057\u3066\u3044\u307E\u3059","browser.translateWithTransmart":"\u4E00\u6642\u7684\u306B\u30C6\u30F3\u30BB\u30F3\u30C8\u7FFB\u8A33\u3067\u73FE\u5728\u306E\u30DA\u30FC\u30B8\u3092\u7FFB\u8A33\u3057\u3066\u304F\u3060\u3055\u3044",notLoginPro:"\u3042\u306A\u305F\u306E\u4F1A\u54E1\u30A2\u30AB\u30A6\u30F3\u30C8\u306B\u307E\u3060\u30ED\u30B0\u30A4\u30F3\u3057\u3066\u3044\u307E\u305B\u3093",networkError:"\u7FFB\u8A33\u30B5\u30FC\u30D3\u30B9\u307E\u305F\u306F\u30CD\u30C3\u30C8\u30EF\u30FC\u30AF\u306B\u554F\u984C\u304C\u767A\u751F\u3057\u3066\u3044\u307E\u3059","widget.videoSubtitleTooltip":"Youtube \u7B49 {count}+ \u306E\u30D3\u30C7\u30AA\u30B5\u30A4\u30C8\u3092\u30B5\u30DD\u30FC\u30C8\u3057\u3066\u3044\u307E\u3059","subtitle.autoDisableSubtitle":"\u81EA\u52D5\u7684\u306B\u4E8C\u304B\u56FD\u8A9E\u306E\u5B57\u5E55\u3092\u6709\u52B9\u306B\u3057\u306A\u3044","intro.hoverTitle":"\u30DE\u30A6\u30B9\u3092\u73FE\u5728\u306E\u6BB5\u843D\u306B\u30DB\u30D0\u30FC\u3057\u3066\u7FFB\u8A33\u3057\u3066\u304F\u3060\u3055\u3044","shortcutGroup.others":"\u3088\u308A\u591A\u304F\u306E\u30AB\u30B9\u30BF\u30E0\u6A5F\u80FD\u306E\u30B7\u30E7\u30FC\u30C8\u30AB\u30C3\u30C8",upgradeToProErrorTitle:"\u3053\u306E\u7FFB\u8A33\u30B5\u30FC\u30D3\u30B9\u3092\u4F7F\u7528\u3059\u308B\u306B\u306F\u3001Pro\u30E1\u30F3\u30D0\u30FC\u306B\u30A2\u30C3\u30D7\u30B0\u30EC\u30FC\u30C9\u3057\u3066\u304F\u3060\u3055\u3044\u3002",temprarilyChangeTranslationTo_google:"\u73FE\u5728\u3001Google\u7FFB\u8A33\u3092\u4F7F\u7528\u3057\u3066\u73FE\u5728\u306E\u30DA\u30FC\u30B8\u3092\u7FFB\u8A33\u3057\u3066\u3044\u307E\u3059",touchShortcutsToggleTranslationMask:"\u30BF\u30C3\u30C1\u30B9\u30AF\u30EA\u30FC\u30F3\u30B8\u30A7\u30B9\u30C1\u30E3\u30FC\u3092\u8A2D\u5B9A\u3057\u3066\u3001\u7FFB\u8A33\u30DE\u30B9\u30AF\u3092\u8868\u793A/\u539F\u6587\u3092\u8868\u793A","shortcutGroup.shortcutsForTranslationServices":"\u7FFB\u8A33\u30B5\u30FC\u30D3\u30B9\u95A2\u9023\u306E\u30B7\u30E7\u30FC\u30C8\u30AB\u30C3\u30C8\u30AD\u30FC","neverTranslateText.title":"\u4EE5\u4E0B\u306E\u5358\u8A9E\u306F\u539F\u6587\u306E\u307E\u307E\u306B\u3057\u3066\u304F\u3060\u3055\u3044\u3001\u7FFB\u8A33\u3057\u306A\u3044\u3067\u304F\u3060\u3055\u3044\u3002","widget.translateFileTooltip":"PDF\u3001EPUB\u3001SRT\u3001ASS\u3001HTML\u3001TXT \u30C9\u30AD\u30E5\u30E1\u30F3\u30C8\u3092\u7FFB\u8A33\u3057\u3066\u304F\u3060\u3055\u3044","floatBall.longPress":"\u9577\u62BC\u3057\u3059\u308B\u3068\u3001\u8A2D\u5B9A\u30D1\u30CD\u30EB\u3092\u7D20\u65E9\u304F\u958B\u304F\u3053\u3068\u304C\u3067\u304D\u307E\u3059\u3088","floatBall.guideClickToTranslate":`\u30AF\u30EA\u30C3\u30AF\u3057\u3066\u6CA1\u5165\u578B\u7FFB\u8A33\u30D5\u30ED\u30FC\u30C8\u30DC\u30FC\u30EB\u3092 + {env.imt_sub_trans_field}: Translation`,"subtitle.quickButton.black":"Black","subtitle.quickButton.cyan":"Blue","translationServices.claude":"Claude","subtitle.quickButton.backgroundColor":"Background color","subtitle.quickButton.green":"Green","subtitle.quickButton.blue":"Blue","subtitle.quickButton.white":"White","subtitle.quickButton.setting":"Settings","subtitle.quickButton.translationPosition":"Translation location","subtitle.quickButton.backgroundOpacity":"Background Opacity","subtitle.quickButton.sourceFontSize":"Original font size","subtitle.quickButton.sourceTextColor":"Original font color","subtitle.quickButton.yellow":"Yellow","subtitle.quickButton.translationFontSize":"Translation font size","subtitle.quickButton.translationPositionBottom":"Below the original text","subtitle.quickButton.red":"Red","subtitle.quickButton.translationPositionTop":"Above the original text","subtitle.quickButton.translationTextColor":"Translation font color","subtitle.quickButton.magenta":"Magenta",attachSubtitleTranslating:"Translating using {service}...","error.claude.403":"Access to the service is temporarily unavailable, possibly due to regional restrictions related to Claude. You can try changing your IP address, or use other translation services.","browser.brandDescriptionForSafari":"Free Translate Website, Translate PDF & Epub eBook, Translate Video Subtitles in Bilingual","browser.PdfProFile":"AI-Driven PDF Pro Translation","browser.textTranslate":"Text Translation"};var Es={nologin:"\u30ED\u30B0\u30A4\u30F3\u3057\u3066\u3044\u306A\u3044",loginForSafari:"\u30ED\u30B0\u30A4\u30F3\u307E\u305F\u306F\u767B\u9332",login:"\u30ED\u30B0\u30A4\u30F3\u3057\u3066\u4F1A\u54E1\u767B\u9332",manageAccount:"\u30DE\u30CD\u30FC\u30B8\u30C9\u30FB\u30A2\u30AB\u30A6\u30F3\u30C8",openPremium:"\u30AA\u30FC\u30D7\u30F3\u30FB\u30E1\u30F3\u30D0\u30FC",logout:"\u30A2\u30DC\u30FC\u30C8",curentPlan:"\u73FE\u5728\u306E\u30D1\u30C3\u30B1\u30FC\u30B8",endAt:"\u7D76\u606F",endAuto:"\u81EA\u52D5\u66F4\u65B0",lineBreakMaxTextCount:"\u6539\u884C\u5F8C\u306E1\u6587\u306B\u8A31\u3055\u308C\u308B\u6700\u5927\u6587\u5B57\u6570","translate-pdf":"\u30AF\u30EA\u30C3\u30AF\u3057\u3066PDF\u3092\u7FFB\u8A33\u3059\u308B","noSupportTranslate-pdf":"\u30B9\u30AF\u30EA\u30D7\u30C8\u306F\u30B5\u30DD\u30FC\u30C8\u3055\u308C\u3066\u3044\u307E\u305B\u3093\u3002","translate-firefox-local-pdf":"\u30AF\u30EA\u30C3\u30AF\u3057\u3066PDF\u3092\u30A4\u30F3\u30DD\u30FC\u30C8\u3059\u308B",enableLineBreak:"\u9577\u3044\u6BB5\u843D\u306E\u81EA\u52D5\u6539\u884C\u3092\u6709\u52B9\u306B\u3059\u308B",sponsorLabel:"\u30B9\u30DD\u30F3\u30B5\u30FC\u4ED8\u304D\u958B\u767A\u8005",help:"\u624B",browserShortcutsNoteForFirefox:"Firefox\u3067\u30B7\u30E7\u30FC\u30C8\u30AB\u30C3\u30C8\u3092\u5909\u66F4\u3059\u308B\u306B\u306F\u3001\u62E1\u5F35\u6A5F\u80FD\u306E\u7BA1\u7406\u30DA\u30FC\u30B8`about:addons`\u3092\u958B\u304D\u3001`Settings`\u3092\u30AF\u30EA\u30C3\u30AF\u3057\u3001`Manage Shortcuts`\u3092\u30AF\u30EA\u30C3\u30AF\u3057\u3066\u30B7\u30E7\u30FC\u30C8\u30AB\u30C3\u30C8\u3092\u8A2D\u5B9A\u3059\u308B\u5FC5\u8981\u304C\u3042\u308B\u3002",browserShortcutsNoteForChrome:"Chrome\u3067\u30B7\u30E7\u30FC\u30C8\u30AB\u30C3\u30C8\u3092\u5909\u66F4\u3059\u308B\u306B\u306F\u3001\u62E1\u5F35\u6A5F\u80FD\u306E\u7BA1\u7406\u30DA\u30FC\u30B8\u3092\u958B\u304D\u3001`\u30B7\u30E7\u30FC\u30C8\u30AB\u30C3\u30C8\u306E\u7BA1\u7406`\u30D1\u30CD\u30EB\uFF08`chrome://extensions/shortcuts`\uFF09\u3067\u30B7\u30E7\u30FC\u30C8\u30AB\u30C3\u30C8\u3092\u8A2D\u5B9A\u3057\u3001\u4E0B\u306E\u30DC\u30BF\u30F3\u3092\u30AF\u30EA\u30C3\u30AF\u3057\u3066\u30B7\u30E7\u30FC\u30C8\u30AB\u30C3\u30C8\u306E\u7BA1\u7406\u30DA\u30FC\u30B8\u306B\u30B8\u30E3\u30F3\u30D7\u3059\u308B\u5FC5\u8981\u304C\u3042\u308A\u307E\u3059\u3002",browserShortcutsSucks:"\u30AB\u30B9\u30BF\u30DE\u30A4\u30BA\u3055\u308C\u305F\u30B7\u30E7\u30FC\u30C8\u30AB\u30C3\u30C8\u306E\u66F8\u5F0F\u306F\u6B21\u306E\u3068\u304A\u308A\u3067\u3059\uFF08\u81EA\u52D5\u8A8D\u8B58\u306F\u884C\u308F\u308C\u307E\u305B\u3093\u306E\u3067\u3001\u76F4\u63A5\u5165\u529B\u3057\u3066\u304F\u3060\u3055\u3044\uFF09\uFF1A",enableLineBreakDescription:"\u30AA\u30F3\u306B\u3059\u308B\u3068\u3001\u9577\u3044\u6BB5\u843D\u306E\u6587\u672B\u306B\u6539\u884C\u304C\u5165\u308A\u3001\u8AAD\u307F\u3084\u3059\u304F\u306A\u308A\u307E\u3059\u3002","browser.shortBrandName":"\u30A4\u30DE\u30FC\u30B8\u30E7\u30F3\u7FFB\u8A33","browser.brandName":"\u30A4\u30DE\u30FC\u30B8\u30E7\u30F3\u7FFB\u8A33: \u4E8C\u30F6\u56FD\u8A9E\u30A6\u30A7\u30D6\u30DA\u30FC\u30B8\u7FFB\u8A33 & PDF\u6587\u66F8\u7FFB\u8A33","browser.brandDescription":"Deepl\u3001Google\u3001YouDao\u3001Tencent Translate\u306A\u3069\u3001\u8907\u6570\u306E\u7FFB\u8A33\u30B5\u30FC\u30D3\u30B9\u3092\u30B5\u30DD\u30FC\u30C8\u3057\u3066\u3044\u307E\u3059\u3002","browser.toggleTranslatePage":"\u30DA\u30FC\u30B8\u3092\u7FFB\u8A33\u3059\u308B\uFF0F\u539F\u6587\u3092\u8868\u793A\u3059\u308B","browser.toggleTranslateTheWholePage":"\u30DA\u30FC\u30B8\u306E\u5168\u9818\u57DF\u3092\u7FFB\u8A33\u3059\u308B\uFF0F\u539F\u6587\u3092\u8868\u793A\u3059\u308B","browser.toggleOnlyTransation":"\u30D0\u30A4\u30EA\u30F3\u30AC\u30EB/\u7FFB\u8A33\u30C6\u30AD\u30B9\u30C8\u306E\u307F\u30E2\u30FC\u30C9\u306B\u5207\u308A\u66FF\u3048\u3066\u304F\u3060\u3055\u3044","browser.toggleTranslateToThePageEndImmediately":"\u30DA\u30FC\u30B8\u4E0B\u90E8\u3078\u306E\u5373\u6642\u7FFB\u8A33\uFF0F\u539F\u6587\u306E\u8868\u793A","browser.toggleTranslateTheMainPage":"\u30DA\u30FC\u30B8\u306E\u30E1\u30A4\u30F3\u30A8\u30EA\u30A2\u3092\u7FFB\u8A33\u3059\u308B\uFF0F\u539F\u6587\u3092\u8868\u793A\u3059\u308B","browser.shareToDraft":"\u30D0\u30A4\u30EA\u30F3\u30AC\u30EB\u30DA\u30FC\u30B8\u3092\u5171\u6709\u3059\u308B","browser.openOptionsPage":"\u8A2D\u5B9A\u30DA\u30FC\u30B8\u3092\u958B\u304F","browser.toggleTranslationMask":"\u4E26\u9032\u30D6\u30E9\u30FC\u52B9\u679C\u306E\u8868\u793A\uFF0F\u975E\u8868\u793A","browser.translateLocalPdfFile":"\u30ED\u30FC\u30AB\u30EB\u306EPDF\u30D5\u30A1\u30A4\u30EB\u3092\u7FFB\u8A33\u3059\u308B","browser.openEbookViewer":"\u5730\u5143\u306E\u96FB\u5B50\u66F8\u7C4D\u3092\u8AAD\u3080","browser.openEbookBuilder":"\u30D0\u30A4\u30EA\u30F3\u30AC\u30EBEPUB\u96FB\u5B50\u66F8\u7C4D\u306E\u5236\u4F5C","browser.translateLocalHtmlFile":"HTML/\u30C6\u30AD\u30B9\u30C8\u30D5\u30A1\u30A4\u30EB\u3092\u7FFB\u8A33\u3059\u308B","browser.donateContext":"\u30B9\u30DD\u30F3\u30B5\u30FC\u7279\u5178\u306B\u3064\u3044\u3066","browser.translateLocalSubtitleFile":"\u30ED\u30FC\u30AB\u30EB\u5B57\u5E55\u30D5\u30A1\u30A4\u30EB\u3092\u7FFB\u8A33\u3059\u308B",confirmResetConfig:"\u672C\u5F53\u306B\u8A2D\u5B9A\u3092\u30EA\u30BB\u30C3\u30C8\u3057\u307E\u3059\u304B\uFF1F",translationLineBreakSettingTitle:"\u7FFB\u8A33\u306E\u6539\u884C\u8A2D\u5B9A",smartLineBreak:"\u30B9\u30DE\u30FC\u30C8\u30E9\u30A4\u30F3\u30D5\u30A3\u30FC\u30C9",alwaysLineBreak:"\u5E38\u306B\u6539\u884C",isShowContextMenu:"\u53F3\u30AF\u30EA\u30C3\u30AF\u30E1\u30CB\u30E5\u30FC\u306B\u7FFB\u8A33\u30DA\u30FC\u30B8\u3092\u8FFD\u52A0",toggleBeta:"\u30D9\u30FC\u30BF\u30C6\u30B9\u30C8\u6A5F\u80FD\u306E\u6709\u52B9\u5316",betaDescription:"\u307E\u3060\u5B9F\u9A13\u6BB5\u968E\u3067\u3042\u308B\u6A5F\u80FD\u3084\u3001\u30D9\u30FC\u30BF\u7248\u306E\u7FFB\u8A33\u30B5\u30FC\u30D3\u30B9\u3092\u6709\u52B9\u306B\u3059\u308B\u3002\u8A73\u3057\u304F\u306F <1>Telegram\u30B0\u30EB\u30FC\u30D7\u306B\u3054\u53C2\u52A0\u304F\u3060\u3055\u3044\u3002",translationLineBreakSettingDescription:"\u30B3\u30F3\u30C6\u30F3\u30C4\u304C\u5C11\u306A\u3044\u30DA\u30FC\u30B8\u3067\u306F\u3001\u5E38\u306B\u304D\u3061\u3093\u3068\u6539\u884C\u3059\u308B\u3002(\u5185\u5BB9\u306E\u591A\u3044\u9577\u3044\u6BB5\u843D({count}\u6587\u5B57\u4EE5\u4E0A)\u3067\u306F\u3001\u30B9\u30DA\u30FC\u30B9\u3092\u7BC0\u7D04\u3059\u308B\u305F\u3081\u306B\u6539\u884C\u3092\u30B9\u30DE\u30FC\u30C8\u306B\u4F7F\u3044\u307E\u3057\u3087\u3046)\u3002",tempTranslateDomainTitle:"\u30A6\u30A7\u30D6\u30B5\u30A4\u30C8\u7FFB\u8A33\u306E\u4E00\u6642\u7684\u306A\u5207\u308A\u66FF\u3048\u671F\u9593",tempTranslateDomainDescription:"\u624B\u52D5\u3067\u30A6\u30A7\u30D6\u30DA\u30FC\u30B8\u3092\u7FFB\u8A33\u3059\u308B\u5834\u5408\u306F\u3001\u4E00\u6642\u7684\u306B\u81EA\u52D5\u7FFB\u8A33\u7528\u306EWeb\u30B5\u30A4\u30C8\u3092\u30AA\u30F3\u306B\u3057\u3001\u4E00\u6642\u7684\u306A\u671F\u9593\u3092\u8A2D\u5B9A\u3059\u308B\u3053\u3068\u304C\u3067\u304D\u307E\u3059\u3002",xMinutes:"{count} \u8B70\u4E8B\u9332",disabled:"\u7269\u306E\u4F7F\u7528\u3092\u7981\u6B62\u3059\u308B\u3002",changelog:"\u66F4\u65B0\u30ED\u30B0",toggleTranslatePageWhenThreeFingersOnTheScreen:"\u8907\u6570\u306E\u6307\u304C\u540C\u6642\u306B\u753B\u9762\u306B\u89E6\u308C\u308B\u3068\u3001\u30A6\u30A7\u30D6\u30DA\u30FC\u30B8\u3092\u7FFB\u8A33\u3057\u305F\u308A\u3001\u539F\u6587\u3092\u8868\u793A\u3057\u305F\u308A\u3059\u308B\u3002",toggleTranslationMaskWhenThreeFingersOnTheScreen:"\u30DE\u30EB\u30C1\u30D5\u30A3\u30F3\u30AC\u30FC\u30BF\u30C3\u30C1\u3067\u307C\u304B\u3057\u52B9\u679C\u3092\u8868\u793A/\u975E\u8868\u793A\u3002",fingerCountToToggleTranslagePageOnlyTranslationWhenTouching:"\u8907\u6570\u306E\u6307\u304C\u540C\u6642\u306B\u753B\u9762\u306B\u89E6\u308C\u308B\u3053\u3068\u3067\u3001\u30A6\u30A7\u30D6\u30DA\u30FC\u30B8\u3092\u7FFB\u8A33\uFF08\u7FFB\u8A33\u306E\u307F\uFF09\uFF0F\u539F\u6587\u3092\u8868\u793A\u3002",addUrlDescription:"\u30C9\u30E1\u30A4\u30F3\u540D\u3092\u6307\u5B9A\u3067\u304D\u3001\u30EF\u30A4\u30EB\u30C9\u30AB\u30FC\u30C9\u3082\u30B5\u30DD\u30FC\u30C8\u3002\u4F8B\uFF1A\uFF1A*.google.com\u3001google.com/mail/*\u3001https://www.google.com/*\u3002",general:"\u57FA\u672C\u8A2D\u5B9A",clickToExpandConfig:"\u73FE\u5728\u306E\u30B3\u30F3\u30D5\u30A3\u30AE\u30E5\u30EC\u30FC\u30B7\u30E7\u30F3\u3092\u62E1\u5927\u3059\u308B",import:"\u30D5\u30A1\u30A4\u30EB\u304B\u3089\u306E\u30A4\u30F3\u30DD\u30FC\u30C8",export:"\u30D5\u30A1\u30A4\u30EB\u3078\u306E\u30A8\u30AF\u30B9\u30DD\u30FC\u30C8",toggleDebug:"\u30B3\u30F3\u30BD\u30FC\u30EB\u306B\u30C7\u30D0\u30C3\u30B0\u30ED\u30B0\u3092\u8868\u793A\u3059\u308B","fingers.0":"\u51DD\u56FA","fingers.2":"\u30C4\u30FC\u30D5\u30A3\u30F3\u30AC\u30FC\u30BF\u30C3\u30C1","fingers.3":"\u30B9\u30EA\u30FC\u30D5\u30A3\u30F3\u30AC\u30FC\u30BF\u30C3\u30C1","fingers.4":"\u30D5\u30A9\u30FC\u30D5\u30A3\u30F3\u30AC\u30FC\u30BF\u30C3\u30C1","fingers.5":"5\u672C\u6307\u30BF\u30C3\u30C1",mouseHoldKey:"+ {key} \u7FFB\u8A33/\u6BB5\u843D\u3092\u5143\u306B\u623B\u3059",mouseHoldKeyAuto:"\u30D1\u30E9\u30B0\u30E9\u30D5\u306E\u76F4\u8A33",mouseHoldKeyOff:"\u4F55\u3082\u3059\u308B\u306A\u3002",mouseHoldKeyOther:"\u30B7\u30E7\u30FC\u30C8\u30AB\u30C3\u30C8\u306E\u30AB\u30B9\u30BF\u30DE\u30A4\u30BA\uFF08\u8A2D\u5B9A\u3092\u958B\u304F\uFF09",mouseHoldKeyCustomKey:"{key} \u30D1\u30E9\u30B0\u30E9\u30D5\u306E\u7FFB\u8A33\uFF0F\u7E2E\u5C0F",mouseHoverHoldKey:"\u30B7\u30E7\u30FC\u30C8\u30AB\u30C3\u30C8\u30AD\u30FC\u3092\u62BC\u3057\u306A\u304C\u3089\u30DE\u30A6\u30B9\u3092\u52D5\u304B\u3059\u3068\u6BB5\u843D\u304C\u7FFB\u8A33\u3055\u308C\u308B","mouse-translate":"\u30DE\u30A6\u30B9\u30DB\u30D0\u30FC",document:"(\u3055\u3093\u3077",resetSuccess:"\u3059\u3079\u3066\u306E\u8A2D\u5B9A\u306E\u30EA\u30BB\u30C3\u30C8\u306B\u6210\u529F",resetThisSuccess:"\u30EA\u30BB\u30C3\u30C8\u6210\u529F",saved:"\u30BB\u30FC\u30D6\u30FB\u30B5\u30AF\u30BB\u30B9",successImportConfig:"\u8A2D\u5B9A\u306E\u30A4\u30F3\u30DD\u30FC\u30C8\u306B\u6210\u529F",goAdvancedSettings:"\u8A73\u7D30\u8A2D\u5B9A\u30DA\u30FC\u30B8\u306B\u79FB\u52D5\u3059\u308B",goAdvancedInterfaceSettings:"\u8A73\u7D30\u30AB\u30B9\u30BF\u30DE\u30A4\u30BA\u8A2D\u5B9A\u30DA\u30FC\u30B8\u306B\u79FB\u52D5\u3059\u308B",advanced:"\u8A73\u7D30\u8A2D\u5B9A",advancedDescription:"\u901A\u5E38\u3001\u8A2D\u5B9A\u306F\u5FC5\u8981\u306A\u304F\u3001\u30C7\u30D5\u30A9\u30EB\u30C8\u306E\u307E\u307E\u3067\u3088\u3044\u3002\u3088\u308A\u5C02\u9580\u7684\u306A\u30E6\u30FC\u30B6\u30FC\u306E\u307F\u3001\u3088\u308A\u30D1\u30FC\u30BD\u30CA\u30E9\u30A4\u30BA\u3055\u308C\u305F\u8A2D\u5B9A\u304C\u53EF\u80FD\u3067\u3059\u3002",developer:"\u30C7\u30D9\u30ED\u30C3\u30D1\u30FC\u8A2D\u5B9A",donateCafe:"\u7269\u4FA1","translate to the bottom of the page":"\u30DA\u30FC\u30B8\u4E0B\u90E8\u3078\u306E\u7FFB\u8A33\u306F\u3001\u30DA\u30FC\u30B8\u306B\u5165\u3063\u3066\u3059\u3050\u306B\u884C\u308F\u308C\u308B\u306E\u3067\u3059\u304B\uFF1F",feedback:"\u554F\u984C\u306B\u95A2\u3059\u308B\u30D5\u30A3\u30FC\u30C9\u30D0\u30C3\u30AF",toggleTranslatePage:"\u30DA\u30FC\u30B8\u3092\u7FFB\u8A33\u3059\u308B\uFF0F\u539F\u6587\u3092\u8868\u793A\u3059\u308B",translateToThePageEndImmediatelyDescription:"\u3053\u306E\u6A5F\u80FD\u3092\u30AA\u30F3\u306B\u3059\u308B\u3068\u3001\u30DA\u30FC\u30B8\u306E\u4E0A\u304B\u3089\u4E0B\u306B\u5165\u529B\u3057\u305F\u5185\u5BB9\u304C\u5373\u5EA7\u306B\u7FFB\u8A33\u3055\u308C\u307E\u3059\u3002\u30AA\u30D5\u306B\u3059\u308B\u3068\u3001\u8AAD\u307F\u306A\u304C\u3089\u7FFB\u8A33\u3055\u308C\u307E\u3059\u3002(\u304A\u52E7\u3081\u3057\u307E\u305B\u3093\uFF09","translate all areas of the page":"\u30DA\u30FC\u30B8\u306E\u5168\u9818\u57DF\u3092\u7FFB\u8A33\u3059\u308B\u304B\u3069\u3046\u304B",translationAreaDescription:"\u30AA\u30F3\u306B\u3059\u308B\u3068\u3001\u30A6\u30A7\u30D6\u30DA\u30FC\u30B8\u5168\u4F53\u306E\u3059\u3079\u3066\u306E\u9818\u57DF\u304C\u7FFB\u8A33\u3055\u308C\u307E\u3059\u3002\u30AA\u30D5\u306B\u3059\u308B\u3068\u3001\u30C7\u30D5\u30A9\u30EB\u30C8\u306E\u30B9\u30DE\u30FC\u30C8\u8A8D\u8B58\u304C\u4F7F\u7528\u3055\u308C\u3001\u4E3B\u8981\u306A\u9818\u57DF\u306E\u307F\u304C\u7FFB\u8A33\u3055\u308C\u307E\u3059\u3002(\u30AA\u30F3\u306B\u3059\u308B\u3053\u3068\u306F\u304A\u52E7\u3081\u3057\u307E\u305B\u3093)","the number of characters to be translated first":"\u8868\u793A\u9818\u57DF\u307E\u3067\u30B9\u30AF\u30ED\u30FC\u30EB\u3059\u308B\u3053\u3068\u306A\u304F\u3001\u30DA\u30FC\u30B8\u306E\u6700\u521D\u306E\u6570\u6587\u5B57\u3092\u76F4\u63A5\u7FFB\u8A33\u3059\u308B\u3002","interface language":"\u30A4\u30F3\u30BF\u30FC\u30D5\u30A7\u30FC\u30B9\u8A00\u8A9E","display both the original text and the translation":"\u539F\u6587\u3068\u8A33\u6587\u306E\u540C\u6642\u8868\u793A","keyboard shortcuts":"\u30AD\u30FC\u30DC\u30FC\u30C9\u30B7\u30E7\u30FC\u30C8\u30AB\u30C3\u30C8",modify:"\u30B7\u30E7\u30FC\u30C8\u30AB\u30C3\u30C8\u30AD\u30FC\u306E\u5909\u66F4",reset:"\u30EA\u30D3\u30B8\u30E7\u30F3",close:"\u51DD\u56FA",homepage:"\u30DB\u30FC\u30E0\u30DA\u30FC\u30B8",more:"\u3082\u3063\u3068\u898B\u308B",moreOptions:"\u30AB\u30B9\u30BF\u30DE\u30A4\u30BA\u30FB\u30AA\u30D7\u30B7\u30E7\u30F3\u306E\u62E1\u5927",translateTheWholePage:"\u30DA\u30FC\u30B8\u306E\u5168\u9818\u57DF\u3092\u7FFB\u8A33\u3059\u308B\uFF08\u4E3B\u8981\u306A\u9818\u57DF\u3092\u30A4\u30F3\u30C6\u30EA\u30B8\u30A7\u30F3\u30C8\u306B\u8A8D\u8B58\u3059\u308B\u306E\u3068\u306F\u5BFE\u7167\u7684\uFF09\u3002",changeToTranslateTheWholePage:"\u5168\u5730\u57DF\u306E\u7FFB\u8A33\u306B\u5207\u308A\u66FF\u3048\u308B",changeToTranslateTheMainPage:"\u30E1\u30A4\u30F3\u30A8\u30EA\u30A2\u306E\u7FFB\u8A33\u306B\u5207\u308A\u66FF\u3048\u308B",changeToOnlyTranslationMode:"\u7FFB\u8A33\u306E\u307F\u3092\u8868\u793A\u3059\u308B\u3088\u3046\u306B\u5207\u308A\u66FF\u3048\u308B",changeToDualTranslationMode:"\u5BFE\u8A33\u3078\u306E\u5207\u308A\u66FF\u3048",translateToThePageEndImmediately:"\u30DA\u30FC\u30B8\u4E0B\u90E8\u3078\u306E\u5373\u6642\u7FFB\u8A33",translateTheMainPage:"\u30A4\u30F3\u30C6\u30EA\u30B8\u30A7\u30F3\u30C8\u7FFB\u8A33 \u4E3B\u8981\u5730\u57DF","The local rules are up to date":"\u5730\u5143\u306E\u9069\u5FDC\u898F\u5B9A\u306F\u6700\u65B0\u306E\u3082\u306E\u3060\u3002","Successfully synchronized with the latest official rules:":"\u6700\u65B0\u306E\u516C\u5F0F\u7AF6\u6280\u898F\u5247\u3068\u306E\u540C\u671F\u306B\u6210\u529F\u3002","Checking for updates":"\u30A2\u30C3\u30D7\u30C7\u30FC\u30C8\u306E\u30C1\u30A7\u30C3\u30AF","Rules are being synchronized":"\u9069\u5FDC\u30EB\u30FC\u30EB\u306E\u540C\u671F\u5316",localVersionIsTooOld:"\u30ED\u30FC\u30AB\u30EB\u306E\u62E1\u5F35\u6A5F\u80FD\u306E\u30D0\u30FC\u30B8\u30E7\u30F3\u304C\u53E4\u3059\u304E\u307E\u3059\u3002\u540C\u671F\u3092\u8A66\u307F\u308B\u524D\u306B\u3001\u62E1\u5F35\u6A5F\u80FD\u3092 {minVersion} \u4EE5\u964D\u306B\u30A2\u30C3\u30D7\u30B0\u30EC\u30FC\u30C9\u3057\u3066\u304F\u3060\u3055\u3044\u3002",badUserscriptBrowser:"\u73FE\u5728\u306E\u30D6\u30E9\u30A6\u30B6\u306F\u30B0\u30EA\u30FC\u30B9\u30E2\u30F3\u30AD\u30FC\u62E1\u5F35\u30A4\u30F3\u30BF\u30FC\u30D5\u30A7\u30A4\u30B9\u3092\u6B63\u3057\u304F\u5B9F\u88C5\u3057\u3066\u3044\u307E\u305B\u3093\uFF08\u4F8B\u3048\u3070\u3001\u30B0\u30EA\u30FC\u30B9\u30E2\u30F3\u30AD\u30FC\u30FB\u30B9\u30AF\u30EA\u30D7\u30C8\u81EA\u4F53\u306E\u30D0\u30FC\u30B8\u30E7\u30F3\u756A\u53F7\u306B\u95A2\u3059\u308B\u60C5\u5831\u3092\u53D6\u5F97\u3059\u308B\u5834\u5408\u306A\u3069\uFF09\u306E\u3067\u3001Firefox\u306A\u3069<1>\u30B0\u30EA\u30FC\u30B9\u30E2\u30F3\u30AD\u30FC\u62E1\u5F35\u3092\u30B5\u30DD\u30FC\u30C8\u3059\u308B\u4ED6\u306E\u30D6\u30E9\u30A6\u30B6\u3092\u3054\u5229\u7528\u304F\u3060\u3055\u3044\u3002",foundNewVersion:"\u65B0\u30D0\u30FC\u30B8\u30E7\u30F3\u3092\u898B\u308B",theLocalExtensionIsUpToUpdate:"\u73FE\u5728\u306E\u30A8\u30AF\u30B9\u30C6\u30F3\u30B7\u30E7\u30F3\u306F\u6700\u65B0\u3060\u3002",failToSyncRules:"\u6700\u65B0\u306E\u9069\u5FDC\u30EB\u30FC\u30EB\u306E\u540C\u671F\u306B\u5931\u6557",retry:"\u30EA\u30C8\u30E9\u30A4\u3059\u308B\u306B\u306F\u3053\u3053\u3092\u30AF\u30EA\u30C3\u30AF",failedReason:"\u5931\u6557\u306E\u7406\u7531",currentRuleVersion:"\u73FE\u5728\u306E\u30EB\u30FC\u30EB\u30FB\u30D0\u30FC\u30B8\u30E7\u30F3",calculating:"\u8A08\u7B97",unknownError:"\u672A\u77E5\u306E\u30A8\u30E9\u30FC",canNotFetchRemoteRule:"\u30EA\u30E2\u30FC\u30C8\u30EB\u30FC\u30EB\u304C\u53D6\u5F97\u3067\u304D\u306A\u3044",enableAlphaSuccess:"\u30A2\u30EB\u30D5\u30A1\u5BFE\u5FDC",disableAlphaSuccess:"\u30A2\u30EB\u30D5\u30A1\u6A5F\u80FD\u306F\u30AA\u30D5",cacheSize:"\u30AD\u30E3\u30C3\u30B7\u30E5\u30FB\u30B5\u30A4\u30BA\uFF1A",cleaning:"\u6E05\u7B97\u4E2D",cleanCache:"\u30AD\u30E3\u30C3\u30B7\u30E5\u3092\u6D88\u53BB\u3059\u308B",options:"\u30BB\u30C3\u30C8\u30A2\u30C3\u30D7",about:"\u306B\u5BFE\u3057\u3066",service:"\u901A\u8A33\u30B5\u30FC\u30D3\u30B9",needAction:"(\u8A2D\u5B9A\u3078\uFF09",goSettings:"\u8A2D\u5B9A\u3059\u308B",needActionForOptions:"(\u8A2D\u5B9A\u4E88\u5B9A\uFF09",translationEngine:"\u30A8\u30F3\u30B8\u30F3\u30FB\u30AA\u30D7\u30B7\u30E7\u30F3",sourceLanguage:"\u539F\u8A9E",target:"\u76EE\u6A19\u8A00\u8A9E",popupSourceLanguage:"\u539F\u8A9E",popupTarget:"\u76EE\u6A19\u8A00\u8A9E",popupService:"\u901A\u8A33\u30B5\u30FC\u30D3\u30B9",forThisSite:"\u73FE\u5728\u306E\u30A6\u30A7\u30D6\u30B5\u30A4\u30C8",autoEnableSubtitle:"\u4E8C\u30AB\u56FD\u8A9E\u5B57\u5E55\u3092\u81EA\u52D5\u7684\u306B\u30AA\u30F3\u306B\u3059\u308B",alwaysTranslate:"\u5E38\u306B\u7FFB\u8A33\u3059\u308B",neverTranslate:"\u6C7A\u3057\u3066\u7FFB\u8A33\u3057\u306A\u3044",alwaysTranslateSomeLanguage:"\u5E38\u306B\u7FFB\u8A33\u3059\u308B {language}",neverTranslateSomeLanguage:"\u6C7A\u3057\u3066\u7FFB\u8A33\u3057\u306A\u3044 {language}",alwaysTranslateSomeSite:"\u5E38\u306B\u7FFB\u8A33\u3059\u308B {hostname}",neverTranslateSomeSite:"\u6C7A\u3057\u3066\u7FFB\u8A33\u3057\u306A\u3044 {hostname}",alwaysTranslateSomeSiteOrWildSite:"\u5E38\u306B\u30B5\u30A4\u30C8\u3092\u7FFB\u8A33\u3059\u308B",alwaysTranslateSomePage:"\u5E38\u306B\u30DA\u30FC\u30B8\u3092\u7FFB\u8A33\u3059\u308B",add:"\u5897\u52A0",default:"\u30C7\u30D5\u30A9\u30EB\u30C8",forThisLanguage:"\u3053\u306E\u8A00\u8A9E\u306E\u5834\u5408\uFF1A","add url":"URL\u3092\u5165\u529B",edit:"\u30B3\u30F3\u30D1\u30A4\u30E9","translate other languages into specific language":"\u4ED6\u306E\u8A00\u8A9E\u3092\u8A2D\u5B9A\u3057\u305F\u8A00\u8A9E\u306B\u7FFB\u8A33\u3059\u308B","select translation service":"\u7FFB\u8A33\u30B5\u30FC\u30D3\u30B9\u306E\u9078\u629E",language:"\u591A\u8A00\u8A9E\u4E3B\u7FA9","show-original":"\u539F\u6587\u3092\u8868\u793A",translate:"\u30EC\u30F3\u30C0\u30EA\u30F3\u30B0",Translated:"\u7FFB\u8A33",Translating:"\u7FFB\u8A33\u4E2D",Error:"\u4E0D\u6B63\u78BA",allowCacheTranslations:"\u30ED\u30FC\u30AB\u30EB\u7FFB\u8A33\u30AD\u30E3\u30C3\u30B7\u30E5\u3092\u6709\u52B9\u306B\u3059\u308B\uFF08\u91CD\u8907\u3057\u305F\u7B87\u6240\u306E\u7FFB\u8A33\u30EA\u30AF\u30A8\u30B9\u30C8\u3092\u6E1B\u3089\u3059\uFF09","translation display":"\u7FFB\u8A33\u8868\u793A\u30B9\u30BF\u30A4\u30EB","select diplay style":"\u4EE5\u4E0B\u306E\u4F8B\u3092\u5177\u4F53\u7684\u306B\u53C2\u7167\u3057\u306A\u304C\u3089\u3001\u7FFB\u8A33\u306E\u30B9\u30BF\u30A4\u30EB\u3092\u533A\u5225\u3059\u308B\u3002",interface:"\u30A4\u30F3\u30BF\u30FC\u30D5\u30A7\u30FC\u30B9\u8A2D\u5B9A",import_export:"\u30A4\u30F3\u30DD\u30FC\u30C8/\u30A8\u30AF\u30B9\u30DD\u30FC\u30C8",import_export_title:"\u30A4\u30F3\u30DD\u30FC\u30C8/\u30A8\u30AF\u30B9\u30DD\u30FC\u30C8\u8A2D\u5B9A",syncToGoogleDrive:"Google\u30C9\u30E9\u30A4\u30D6\u3068\u540C\u671F",floatBallOptions:"\u30DB\u30D0\u30FC\u30DC\u30FC\u30EB\u306E\u8A2D\u5B9A","floatBallOptions.enable":"\u30DB\u30D0\u30FC\u30DC\u30FC\u30EB\u3092\u4F7F\u7528\u53EF\u80FD\u306B\u3059\u308B","floatBallOptions.blockUrls":"\u30A6\u30A7\u30D6\u30B5\u30A4\u30C8\u3092\u7121\u52B9\u306B\u3059\u308B","floatBallOptions.add":"\u5897\u52A0","floatBallOptions.blockUrlDesc":"\u4EE5\u4E0B\u306E\u30B5\u30A4\u30C8\u3067\u306F\u30DB\u30D0\u30FC\u30DC\u30FC\u30EB\u304C\u8868\u793A\u3055\u308C\u307E\u305B\u3093\u3002","floatBallOptions.clickType":"\u30AF\u30EA\u30C3\u30AF\u884C\u52D5","floatBallOptions.clickTypeDesc":"\u30AF\u30EA\u30C3\u30AF\u3057\u305F\u3068\u304D\u306E\u30DB\u30D0\u30FC\u30DC\u30FC\u30EB\u30FB\u30A2\u30A4\u30B3\u30F3\u306E\u52D5\u4F5C","floatBallOptions.clickPopup":"\u7FFB\u8A33\u30D1\u30CD\u30EB\u306E\u8868\u793A","floatBallOptions.clickTranslate":"\u539F\u6587\u306E\u7FFB\u8A33\uFF0F\u8868\u793A","floatBallOptions.fixedPosition":"\u56FA\u5B9A\u4F4D\u7F6E","floatBallOptions.fixedPositionDesc":"\u60AC\u6D6E\u7403\u5728\u7A97\u53E3\u5DE6\u4FA7\u8FD8\u662F\u53F3\u4FA7","floatBallOptions.fixedPositionLeft":"\u5DE6\u4FA7","floatBallOptions.fixedPositionRight":"\u53F3\u4FA7",previewAllThemes:"\u3059\u3079\u3066\u306E\u30B9\u30BF\u30A4\u30EB\u3092\u30D7\u30EC\u30D3\u30E5\u30FC\u3059\u308B","translationTheme.none":"\u306A\u3044","translationTheme.grey":"\u30C0\u30FC\u30AF\u30B0\u30EC\u30FC","translationTheme.dashed":"\u70B9\u7DDA\u4E0B\u7DDA","translationTheme.dotted":"\u70B9\u7DDA\u30A2\u30F3\u30C0\u30FC\u30B9\u30B3\u30A2","translationTheme.dashedBorder":"\u70B9\u7DDA","translationTheme.solidBorder":"\u30BD\u30EA\u30C3\u30C9\u30DC\u30FC\u30C0\u30FC","translationTheme.underline":"\u76F4\u7DDA\u306B\u4E0B\u7DDA\u3092\u5F15\u304F","translationTheme.mask":"\u30D5\u30A1\u30B8\u30FC\u52B9\u679C\uFF08\u5B66\u7FD2\u30E2\u30FC\u30C9\uFF09","translationTheme.opacity":"\u900F\u660E\u52B9\u679C","translationTheme.paper":"\u767D\u3044\u7D19\u306E\u5F71\u306E\u52B9\u679C","translationTheme.dividingLine":"\u308F\u3051\u3081","translationTheme.highlight":"\u9AD8\u8F1D\u5EA6","translationTheme.marker":"\u30DE\u30FC\u30AB\u30FC","translationTheme.marker2":"\u30DE\u30FC\u30AB\u30FC2","translationTheme.blockquote":"\u53C2\u7167\u30B9\u30BF\u30A4\u30EB","translationTheme.weakening":"\u5F31\u4F53\u5316","translationTheme.italic":"\u659C\u4F53","translationTheme.bold":"\u6FC3\u5316","translationTheme.thinDashed":"\u7D30\u70B9\u7DDA\u30A2\u30F3\u30C0\u30FC\u30E9\u30A4\u30F3","translationTheme.nativeDashed":"\u30B7\u30B9\u30C6\u30E0\u306F\u70B9\u7DDA\u306E\u30A2\u30F3\u30C0\u30FC\u30E9\u30A4\u30F3\u4ED8\u304D","translationTheme.nativeDotted":"\u30B7\u30B9\u30C6\u30E0\u306F\u70B9\u7DDA\u306E\u30A2\u30F3\u30C0\u30FC\u30E9\u30A4\u30F3\u4ED8\u304D","translationTheme.nativeUnderline":"\u30B7\u30B9\u30C6\u30E0\u306B\u306F\u76F4\u7DDA\u306E\u30A2\u30F3\u30C0\u30FC\u30E9\u30A4\u30F3\u304C\u4ED8\u5C5E\u3057\u3066\u3044\u308B","translationTheme.wavy":"\u6CE2\u7DDA","translationServices.custom":"\u30AB\u30B9\u30BF\u30E0API","translationServices.tencent":"\u30C6\u30F3\u30BB\u30F3\u30C8\u7FFB\u8A33\u8005","translationServices.tenAlpha":"\u30C6\u30F3\u30BB\u30F3\u30C8\u30FB\u30C8\u30E9\u30F3\u30B9\u30EC\u30FC\u30BF\u30FC\uFF08\u30A2\u30EB\u30D5\u30A1\uFF09","translationServices.google":"\u30B0\u30FC\u30B0\u30EB\u7FFB\u8A33","translationServices.bai":"\u30D0\u30A4\u30C9\u30A5\uFF08\u30A2\u30EB\u30D5\u30A1\uFF09","translationServices.baidu":"\u767E\u5EA6\u306E\u7FFB\u8A33","translationServices.aliyun":"\u30A2\u30EA\u30AF\u30E9\u30A6\u30C9\u7FFB\u8A33","translationServices.volc":"\u706B\u5C71\u7FFB\u8A33","translationServices.deeplx":"DeepLX (\u30D9\u30FC\u30BF)","translationServices.bing":"\u30DE\u30A4\u30AF\u30ED\u30BD\u30D5\u30C8\u7FFB\u8A33","translationServices.deepl":"\u30C7\u30A3\u30FC\u30D7\u30A8\u30EB","translationServices.wechat":"WeChat\u7FFB\u8A33","translationServices.azure":"\u30A2\u30B8\u30E5\u30FC\u30EB\u7FFB\u8A33","translationServices.ibm":"IBM\u30EF\u30C8\u30BD\u30F3","translationServices.aws":"\u30A2\u30DE\u30BE\u30F3\u7FFB\u8A33","translationServices.mock":"\u6A21\u64EC\u7FFB\u8A33","translationServices.mock2":"\u6A21\u64EC\u7FFB\u8A332","translationServices.caiyun":"\u30AB\u30E9\u30D5\u30EB\u306A\u96F2\u3068\u5C0F\u3055\u306A\u7FFB\u8A33","translationServices.cai":"\u30AB\u30E9\u30D5\u30EB\u306A\u96F2\uFF08\u30A2\u30EB\u30D5\u30A1\uFF09","translationServices.volcAlpha":"\u30DC\u30EB\u30B1\u30FC\u30CE\uFF08\u30A2\u30EB\u30D5\u30A1\uFF09","translationServices.openl":"\u30AA\u30FC\u30D7\u30F3L","translationServices.youdao":"Youtube\u7FFB\u8A33","translationServices.you":"Youdao \u7FFB\u8A33\u8005\uFF08\u30A2\u30EB\u30D5\u30A1\uFF09","translationServices.transmart":"\u9A30\u8A0A\u30A4\u30F3\u30BF\u30E9\u30AF\u30C6\u30A3\u30D6\u7FFB\u8A33","translationServices.niu":"\u30DE\u30FC\u30D9\u30EA\u30C3\u30AF\u7FFB\u8A33\u8005","translationServices.papago":"\u30D1\u30D1\u30B4\u7FFB\u8A33","translationServices.d":"D\uFF08\u30A2\u30EB\u30D5\u30A1\uFF09","translationServices.dpro":"D\u30D7\u30ED\uFF08\u30AB\u30CA\u30EA\u30A2\uFF09","translationServices.openai":"\u30AA\u30FC\u30D7\u30F3AI","translationServices.chatgpt":"ChatGPT Web(3.5 mobile)","translate title":"\u30DA\u30FC\u30B8\u30BF\u30A4\u30C8\u30EB\u3092\u7FFB\u8A33\u3059\u308B","always languages":"\u5E38\u306B\u8A00\u8A9E\u3092\u7FFB\u8A33\u3059\u308B",neverTranslateLanguagesLabel:"\u7FFB\u8A33\u3055\u308C\u308B\u3053\u3068\u306E\u306A\u3044\u8A00\u8A9E",neverTranslateTheFollowingLanguagesDescription:"\u30DA\u30FC\u30B8\u4E0A\u306E\u6BB5\u843D\u304C\u4EE5\u4E0B\u306E\u8A00\u8A9E\u306E\u3044\u305A\u308C\u304B\u3067\u3042\u308B\u5834\u5408\u3001\u7FFB\u8A33\u306F\u30B9\u30AD\u30C3\u30D7\u3055\u308C\u307E\u3059\u3002",enableUserscriptPagePopup:"\u30DA\u30FC\u30B8\u306B\u30DB\u30D0\u30FC\u30DC\u30FC\u30EB\u3092\u8868\u793A",enableUserscriptPagePopupDescription:"\u30DB\u30D0\u30FC\u30DC\u30FC\u30EB\u3092\u30AA\u30D5\u306B\u3057\u305F\u5F8C\u306F\u3001\u30B7\u30E7\u30FC\u30C8\u30AB\u30C3\u30C8 /{touch}\u3067\u547C\u3073\u51FA\u3059\u3053\u3068\u304C\u3067\u304D\u307E\u3059\u3002\u3046\u3063\u304B\u308A\u3053\u306E\u30AA\u30D7\u30B7\u30E7\u30F3\u3092\u30AA\u30D5\u306B\u3057\u305F\u5F8C\u3001\u30DB\u30D0\u30FC\u30DC\u30FC\u30EB\u3092\u898B\u3064\u3051\u3089\u308C\u306A\u304F\u306A\u308B\u306E\u3092\u9632\u3050\u305F\u3081\u3001\u3053\u306E\u8A2D\u5B9A\u30DA\u30FC\u30B8\u3092\u30D6\u30C3\u30AF\u30DE\u30FC\u30AF\u3057\u3066\u304A\u304F\u3053\u3068\u3092\u5F37\u304F\u304A\u52E7\u3081\u3057\u307E\u3059\uFF01","always translate the following languages":"\u30DA\u30FC\u30B8\u304C\u6B21\u306E\u8A00\u8A9E\u306E1\u3064\u3067\u3042\u308B\u3068\u304D\u81EA\u52D5\u7684\u306B\u30BF\u30FC\u30B2\u30C3\u30C8\u8A00\u8A9E\u306B\u7FFB\u8A33\u3059\u308B","always sites":"\u5E38\u306B\u7FFB\u8A33\u3055\u308C\u305F\u30A6\u30A7\u30D6\u30B5\u30A4\u30C8","always translate the following sites":"\u306E\u30C9\u30E1\u30A4\u30F3\u540D\u3067\u3042\u308C\u3070\u3001\u30A6\u30A7\u30D6\u30B5\u30A4\u30C8\u306F\u81EA\u52D5\u7684\u306B\u30BF\u30FC\u30B2\u30C3\u30C8\u8A00\u8A9E\u306B\u7FFB\u8A33\u3055\u308C\u308B\u3002","never sites":"\u672A\u7FFB\u8A33\u30B5\u30A4\u30C8","never translate the following sites":"\u4EE5\u4E0B\u306E\u30C9\u30E1\u30A4\u30F3\u306E\u30B5\u30A4\u30C8\u3067\u306F\u3001\u7FFB\u8A33\u306F\u884C\u308F\u308C\u307E\u305B\u3093\u3002","please refer to":"\u4F7F\u7528\u3059\u308B\u524D\u306B\u30AD\u30FC\u3092\u5165\u529B\u3059\u308B\u5FC5\u8981\u304C\u3042\u308A\u307E\u3059\u3002",KeyAndConfigurationTutorial:"\u30AD\u30FC\u30FB\u30A2\u30D7\u30EA\u30B1\u30FC\u30B7\u30E7\u30F3\u3068\u30B3\u30F3\u30D5\u30A3\u30AE\u30E5\u30EC\u30FC\u30B7\u30E7\u30F3\u30FB\u30C1\u30E5\u30FC\u30C8\u30EA\u30A2\u30EB",useAboveStyleForTheseSites:"\u4EE5\u4E0B\u306E\u30C9\u30E1\u30A4\u30F3\u306E\u30B5\u30A4\u30C8\u3067\u306F\u3001\u5E38\u306B \u2308{theme}\u230B \u7FFB\u8A33\u30B9\u30BF\u30A4\u30EB\u3092\u4F7F\u7528\u3057\u307E\u3059\u3002",currentUrl:"\u73FE\u5728\u306EURL",confirm:"\u30BB\u30FC\u30D6",cancel:"\u30AD\u30E3\u30F3\u30BB\u30EB",delete:"\u9664\u53BB","languages.auto":"\u81EA\u52D5\u691C\u51FA",syncToCloud:"\u30B0\u30FC\u30B0\u30EB\u30C9\u30E9\u30A4\u30D6\u306B\u540C\u671F",syncToCloudDescription:"\u30AF\u30E9\u30A6\u30C9\u306B\u30A2\u30C3\u30D7\u30ED\u30FC\u30C9\u3055\u308C\u305F\u30B3\u30F3\u30D5\u30A3\u30AE\u30E5\u30EC\u30FC\u30B7\u30E7\u30F3\u306F\u3001\u7570\u306A\u308B\u30D6\u30E9\u30A6\u30B6\u30FC\uFF0F\u30B0\u30EA\u30FC\u30B9\u30E2\u30F3\u30AD\u30FC\u30FB\u30B9\u30AF\u30EA\u30D7\u30C8\u9593\u3067\u540C\u671F\u3055\u305B\u308B\u3053\u3068\u304C\u3067\u304D\u308B\u3002",syncToAccount:"\u30A4\u30DE\u30FC\u30B7\u30D6\u7FFB\u8A33\u30AF\u30E9\u30A6\u30C9\u3078\u306E\u540C\u671F",syncToAccountButton:"\u30AF\u30E9\u30A6\u30C9\u3068\u306E\u5373\u6642\u540C\u671F",syncToAccountDescription:"\u7570\u306A\u308B\u30C7\u30D0\u30A4\u30B9\u9593\u3067\u3001\u6700\u5F8C\u306B\u5909\u66F4\u3055\u308C\u305F\u65B9\u306E\u8A2D\u5B9A\u3092\u81EA\u52D5\u7684\u306B\u540C\u671F\u3057\u307E\u3059\u3002",successSyncConfigInAccount:"\u30AF\u30E9\u30A6\u30C9\u3068\u306E\u540C\u671F\u306B\u6210\u529F",successSyncConfigToAccount:"\u30AF\u30E9\u30A6\u30C9\u3078\u306E\u540C\u671F\u306B\u6210\u529F",syncConfigNoUpdate:"\u3082\u3046\u6700\u65B0\u306E\u3082\u306E\u3060\u3002",authFail:"\u8A8D\u8A3C\u5931\u6557",syncTitle:"\u624B\u52D5\u30D0\u30C3\u30AF\u30A2\u30C3\u30D7\u7BA1\u7406",import_hint:"\u30A4\u30F3\u30DD\u30FC\u30C8",upload:"\u30A2\u30C3\u30D7\u30ED\u30FC\u30C9",revokeAuth:"\u8A8D\u53EF\u306E\u53D6\u308A\u6D88\u3057",uploadFail:"\u30A2\u30C3\u30D7\u30ED\u30FC\u30C9\u5931\u6557",download:"\u30C0\u30A6\u30F3\u30ED\u30FC\u30C9",importSuccess:"\u8F38\u5165\u306B\u6210\u529F",importFail:"\u30A4\u30F3\u30DD\u30FC\u30C8\u5931\u6557",deleteFail:"\u524A\u9664\u306B\u5931\u6557\u3057\u307E\u3057\u305F",backupToCloud:"\u30D0\u30C3\u30AF\u30A2\u30C3\u30D7\u30D5\u30A1\u30A4\u30EB\u306E\u624B\u52D5\u7BA1\u7406",create_new_backup:"\u65B0\u3057\u3044\u30D0\u30C3\u30AF\u30A2\u30C3\u30D7\u30CE\u30FC\u30C9\u3092\u8FFD\u52A0\u3059\u308B",maxBackupFiles:"\u6700\u5927{count}\u7570\u306A\u308B\u30CE\u30FC\u30C9\u3092\u30D0\u30C3\u30AF\u30A2\u30C3\u30D7\u3067\u304D\u307E\u3059\u3002\u4E0D\u8981\u306A\u30CE\u30FC\u30C9\u306F\u524A\u9664\u3057\u3066\u304F\u3060\u3055\u3044\u3002",backupToCloudDescription:"\u30D0\u30C3\u30AF\u30A2\u30C3\u30D7\u30D5\u30A1\u30A4\u30EB\u3092\u624B\u52D5\u3067\u30A2\u30C3\u30D7\u30ED\u30FC\u30C9\u307E\u305F\u306F\u30EA\u30B9\u30C8\u30A2\u3002",successSyncConfig:"\u30AF\u30E9\u30A6\u30C9\u3068\u306E\u540C\u671F\u306B\u6210\u529F",syncFail:"\u540C\u671F\u5931\u6557",updatedAt:"{date}\u3088\u308A\u66F4\u65B0",lastSyncedAt:"\u6700\u7D42\u78BA\u8A8D\uFF1A {date}",downloadFail:"\u30C0\u30A6\u30F3\u30ED\u30FC\u30C9\u306B\u5931\u6557\u3057\u307E\u3057\u305F",clickToDownload:"\u30AF\u30EA\u30C3\u30AF\u3057\u3066\u30C0\u30A6\u30F3\u30ED\u30FC\u30C9",aboutLabel:"\u30D5\u30A3\u30FC\u30C9\u30D0\u30C3\u30AF","browser.openAboutPage":"\u3054\u610F\u898B\u30FB\u3054\u611F\u60F3",aboutLabelWithoutSponsor:"\u30D5\u30A3\u30FC\u30C9\u30D0\u30C3\u30AF",aboutIntro:"\u30A4\u30F3\u30BF\u30FC\u30CD\u30C3\u30C8\u4E0A\u306E\u81A8\u5927\u306A\u5916\u56FD\u8A9E\u60C5\u5831\u3078\u306E\u30A2\u30AF\u30BB\u30B9\u304C\u3088\u308A\u7C21\u5358\u3067\u697D\u3057\u3044\u3082\u306E\u306B\u306A\u308A\u307E\u3059\u3088\u3046\u306B \u2764\uFE0F <6>\u30D7\u30ED\u30E1\u30F3\u30D0\u30FC\u30B7\u30C3\u30D7\u3092 \u6709\u52B9\u306B\u3057\u3066\u3001\u3059\u3050\u306B\u4F7F\u3048\u308BDeepL\u3068OpenAI\u306E\u7FFB\u8A33\u3092\u3054\u5229\u7528\u304F\u3060\u3055\u3044\u3002

<3>Twitter\u3001<4>Telegram\u3001Weibo\u3001WeChat\u3067\u79C1\u305F\u3061\u3092\u30D5\u30A9\u30ED\u30FC\u3059\u308B\u304B\u3001\u4EE5\u4E0B\u306E<5>\u30E1\u30FC\u30EA\u30F3\u30B0\u30EA\u30B9\u30C8\u306B\u767B\u9332\u3057\u3066\u66F4\u65B0\u3092\u8FFD\u8DE1\u3059\u308B\u3053\u3068\u304C\u3067\u304D\u307E\u3059\u3002
<7>\u30D7\u30ED\u4F1A\u54E1\u306E \u65B9\u306F\u3001 <8>support@immersivetranslate.com \u307E\u3067\u3054\u9023\u7D61\u3044\u305F\u3060\u3051\u308C\u3070\u3001\u8FC5\u901F\u306A\u30AB\u30B9\u30BF\u30DE\u30FC\u30B5\u30FC\u30D3\u30B9\u3092\u3054\u63D0\u4F9B\u3044\u305F\u3057\u307E\u3059\u3002",aboutIntroWithoutSponsor:"\u2764\uFE0F

<3>\u30C4\u30A4\u30C3\u30BF\u30FC\u3001<4>\u30C6\u30EC\u30B0\u30E9\u30E0\u30FB\u30C1\u30E3\u30F3\u30CD\u30EB\u3001WeChat\u3001WeChat Exchange\u3067\u30D5\u30A9\u30ED\u30FC\u3057\u3066\u3044\u305F\u3060\u304F\u304B\u3001\u4EE5\u4E0B\u306E<5>E\u30E1\u30FC\u30EB\u3067\u66F4\u65B0\u60C5\u5831\u3092<5>\u8CFC\u8AAD\u3057\u3066\u304F\u3060\u3055\u3044\u3002",projectHomepage:"\u30D7\u30ED\u30B8\u30A7\u30AF\u30C8\u30FB\u30DB\u30FC\u30E0",joinTelegramGroup:"\u30E6\u30FC\u30B6\u30FC\u30B0\u30EB\u30FC\u30D7\u306B\u53C2\u52A0\u3057\u3066\u3001\u6A5F\u80FD\u306B\u95A2\u3059\u308B\u30C7\u30A3\u30B9\u30AB\u30C3\u30B7\u30E7\u30F3\u306B\u53C2\u52A0",wechatPublicAccount:"WeChat\u30D1\u30D6\u30EA\u30C3\u30AF",wechatCommunities:"WeChat\u4EA4\u6D41\u30B0\u30EB\u30FC\u30D7",qqCommunities:"QQ\u30B3\u30DF\u30E5\u30CB\u30B1\u30FC\u30B7\u30E7\u30F3\u30C1\u30E3\u30F3\u30CD\u30EB",joinTelegramChannel:"\u6700\u65B0\u60C5\u5831\u306FTelegram\u30C1\u30E3\u30F3\u30CD\u30EB\u3092\u30D5\u30A9\u30ED\u30FC",feedbackAndJoin:"\u8CEA\u554F \u30D5\u30A3\u30FC\u30C9\u30D0\u30C3\u30AF / \u30B0\u30EB\u30FC\u30D7\u8FFD\u52A0",autoSync:"\u81EA\u52D5\u6642\u523B\u540C\u671F",loadingThemeTitle:"\u30ED\u30FC\u30C7\u30A3\u30F3\u30B0\u30FB\u30B9\u30BF\u30A4\u30EB",loadingThemeDescription:"\u7FFB\u8A33\u30ED\u30FC\u30C9\u5F85\u3061\u6642\u9593\u306E\u30B9\u30BF\u30A4\u30EB\u8A2D\u5B9A","loadingTheme.spinner":"\u56DE\u8EE2\u30A2\u30CB\u30E1\u30FC\u30B7\u30E7\u30F3","loadingTheme.text":"\u9759\u7684\u30C6\u30AD\u30B9\u30C8 ","loadingTheme.none":"\u8868\u793A\u306A\u3057",developerDescription:"\u9AD8\u5EA6\u306A\u30AB\u30B9\u30BF\u30DE\u30A4\u30BA\u306B\u95A2\u3059\u308B\u30C9\u30AD\u30E5\u30E1\u30F3\u30C8\u306F<1>\u3053\u3061\u3089\u3092\u3054\u89A7\u304F\u3060\u3055\u3044\u3002","edit border color":"\u30DC\u30FC\u30C0\u30FC\u30AB\u30E9\u30FC\u306E\u5909\u66F4",successSyncButNoChange:"\u73FE\u5728\u306E\u30B3\u30F3\u30D5\u30A3\u30AE\u30E5\u30EC\u30FC\u30B7\u30E7\u30F3\u306F\u30AF\u30E9\u30A6\u30C9\u3068\u4E00\u81F4\u3057\u3066\u3044\u308B",customTheme:"\u30AB\u30B9\u30BF\u30E0\u30AB\u30E9\u30FC\u3068\u30B5\u30A4\u30BA","customThemeLabel.borderColor":"\u30DC\u30FC\u30C0\u30FC\u30AB\u30E9\u30FC","customThemeLabel.borderRadius":"\u4E38\u307F\u3092\u5E2F\u3073\u305F\u30A8\u30C3\u30B8","customThemeLabel.textColor":"\u30C6\u30AD\u30B9\u30C8\u30AB\u30E9\u30FC","customThemeLabel.backgroundColor":"\u80CC\u666F\u8272","customThemeLabel.zoom":"\u30D5\u30A9\u30F3\u30C8\u30FB\u30B9\u30B1\u30FC\u30EA\u30F3\u30B0 (%)","customThemeLabel.opacity":"\u30C6\u30AD\u30B9\u30C8\u306E\u4E0D\u900F\u660E\u5EA6 (%)",resetToDefaultColor:"\u30C7\u30D5\u30A9\u30EB\u30C8\u30AB\u30E9\u30FC\u306B\u623B\u3059",resetToDefaultSettings:"\u30C7\u30D5\u30A9\u30EB\u30C8\u8A2D\u5B9A\u306B\u623B\u3059",isTranslateTitle:"\u30DA\u30FC\u30B8\u30BF\u30A4\u30C8\u30EB\u306E\u7FFB\u8A33\u3092\u6709\u52B9\u306B\u3059\u308B",isTranslateTitleDescription:"\u30AA\u30F3\u306B\u3059\u308B\u3068\u3001\u30DA\u30FC\u30B8\u30BF\u30A4\u30C8\u30EB\u304C\u7FFB\u8A33\u3055\u308C\u307E\u3059",enableSearchEnhancement:"\u30D0\u30A4\u30EA\u30F3\u30AC\u30EB\u30E1\u30C3\u30BB\u30FC\u30B8\u3092\u6709\u52B9\u306B\u3059\u308B",enableSearchEnhancementDescription:"\u6709\u52B9\u306B\u3059\u308B\u3068\u3001\u5BFE\u5FDC\u30B5\u30A4\u30C8\uFF08Google News\u3001Google Search\uFF08\u4E00\u90E8\u30AD\u30FC\u30EF\u30FC\u30C9\uFF09\u3001Snowball\u3001Oriental Fortune\u3001Futura\u3001Tiger Community\uFF09\u306E\u53F3\u30AB\u30E9\u30E0\u306B\u3001\u8A72\u5F53\u3059\u308B\u82F1\u8A9E\u30AD\u30FC\u30EF\u30FC\u30C9\u3067\u300CGoogle News\u300D\u306E\u691C\u7D22\u7D50\u679C\u304C\u81EA\u52D5\u7684\u306B\u8868\u793A\u3055\u308C\u308B\u3088\u3046\u306B\u306A\u308A\u307E\u3059\u3002",verifyService:"\u30B5\u30FC\u30D3\u30B9\u306E\u30C6\u30B9\u30C8\u306F\u3053\u3061\u3089",verified:"\u6210\u529F\u306E\u78BA\u8A8D","field.langs":"\u5BFE\u5FDC\u8A00\u8A9E\u30B3\u30FC\u30C9","field.model":"\u30E2\u30C7\u30EA\u30F3\u30B0","field.translationEngine":"\u7FFB\u8A33\u30A8\u30F3\u30B8\u30F3","field.limitPerMinute":"1\u5206\u3042\u305F\u308A\u306E\u6700\u5927\u30EA\u30AF\u30A8\u30B9\u30C8\u6570","field.limitPerSecond":"1\u79D2\u3042\u305F\u308A\u306E\u6700\u5927\u30EA\u30AF\u30A8\u30B9\u30C8\u6570","field.maxTextLengthPerRequest":"\u30EA\u30AF\u30A8\u30B9\u30C8\u3054\u3068\u306E\u6700\u5927\u30C6\u30AD\u30B9\u30C8\u9577","field.maxTextGroupLengthPerRequest":"\u30EA\u30AF\u30A8\u30B9\u30C8\u3054\u3068\u306E\u6700\u5927\u6BB5\u843D\u6570","field.apiUrl":"\u30AB\u30B9\u30BF\u30E0API\u30A4\u30F3\u30BF\u30FC\u30D5\u30A7\u30FC\u30B9\u306E\u30A2\u30C9\u30EC\u30B9","field.placeholderDelimiters":"\u4E88\u7D04\u30D7\u30EC\u30FC\u30B9\u30DB\u30EB\u30C0","description.custom":"\u30AB\u30B9\u30BF\u30E0\u30A4\u30F3\u30BF\u30FC\u30D5\u30A7\u30FC\u30B9\u30A2\u30AF\u30BB\u30B9 \u8981\u30C9\u30AD\u30E5\u30E1\u30F3\u30C6\u30FC\u30B7\u30E7\u30F3","description.limitPerMinute":"\u3053\u306E\u5236\u9650\u3092\u8D85\u3048\u305F\u30EA\u30AF\u30A8\u30B9\u30C8\u306F\u3001\u6B21\u306E\u5206\u304C\u59CB\u307E\u308B\u307E\u3067\u30AD\u30E5\u30FC\u306B\u5165\u308A\u307E\u3059\u3002OpenAI\u306E\u73FE\u5728\u306E\u30B5\u30FC\u30D3\u30B9\u306B\u306F\u3055\u307E\u3056\u307E\u306A\u5236\u9650\u304C\u3042\u308B\u305F\u3081\u3001\u6700\u65B0\u306E\u63A8\u5968\u5024\u306F<1>\u3053\u3061\u3089\u3092\u3054\u89A7\u304F\u3060\u3055\u3044\u3002","description.limitPerSecond":"\u3053\u306E\u5236\u9650\u3092\u8D85\u3048\u305F\u30EA\u30AF\u30A8\u30B9\u30C8\u306F\u3001\u6B21\u306E\u79D2\u304C\u59CB\u307E\u308B\u307E\u3067\u30AD\u30E5\u30FC\u306B\u5165\u308A\u307E\u3059\u3002OpenAI\u306E\u73FE\u5728\u306E\u30B5\u30FC\u30D3\u30B9\u306B\u306F\u3055\u307E\u3056\u307E\u306A\u5236\u9650\u304C\u3042\u308B\u305F\u3081\u3001\u6700\u65B0\u306E\u63A8\u5968\u5024\u306F<1>\u3053\u3061\u3089\u3092\u3054\u89A7\u304F\u3060\u3055\u3044\u3002","description.generalLimitPerSecond":"\u3053\u306E\u5236\u9650\u3092\u8D85\u3048\u305F\u30EA\u30AF\u30A8\u30B9\u30C8\u306F\u3001\u6B21\u306E\u79D2\u304C\u59CB\u307E\u308B\u307E\u3067\u30AD\u30E5\u30FC\u306B\u5165\u308B\u3002","description.prompt":"\u30E6\u30FC\u30B6\u30FC\u3068\u3057\u3066 {service} \u306B\u9001\u4FE1\u3055\u308C\u308B\u5BFE\u8A71\u3067\u3001{{text}} \u306F\u6BB5\u843D\u306E\u30C6\u30AD\u30B9\u30C8\u5185\u5BB9\u3092\u793A\u3057\u3001{{from}} \u306F\u6BB5\u843D\u306E\u8A00\u8A9E\u3092\u793A\u3057\u3001{{to}} \u306F\u76EE\u6A19\u8A00\u8A9E\u3092\u793A\u3057\u307E\u3059\u3002","description.maxTextLengthPerRequest":"\u30EA\u30AF\u30A8\u30B9\u30C8\u3042\u305F\u308A\u306E\u6700\u5927\u6587\u5B57\u6570\u304C\u5927\u304D\u3059\u304E\u308B\u3068\u3001\u30A4\u30F3\u30BF\u30FC\u30D5\u30A7\u30FC\u30B9\u306E\u5FDC\u7B54\u304C\u9045\u304F\u306A\u308B\u306E\u3067\u3001\u3053\u306E\u30AA\u30D7\u30B7\u30E7\u30F3\u3092\u8ABF\u6574\u3057\u3066\u901F\u5EA6\u3092\u6700\u9069\u5316\u3057\u3066\u304F\u3060\u3055\u3044\u3002","description.systemPrompt":"\u30B7\u30B9\u30C6\u30E0\u3068\u3057\u3066 {service} \u306B\u9001\u4FE1\u3055\u308C\u308B\u5BFE\u8A71\u3067\u3001{{text}} \u306F\u6BB5\u843D\u306E\u30C6\u30AD\u30B9\u30C8\u5185\u5BB9\u3092\u793A\u3057\u3001{{from}} \u306F\u6BB5\u843D\u306E\u8A00\u8A9E\u3092\u793A\u3057\u3001{{to}} \u306F\u76EE\u6A19\u8A00\u8A9E\u3092\u793A\u3057\u307E\u3059\u3002","field.domain":"\u30EC\u30A2\u30EB","description.domain":"\u30C7\u30D5\u30A9\u30EB\u30C8\u306F\uFF1Ageneral \u3067\u3059\u3002Arima API \u30B3\u30F3\u30BD\u30FC\u30EB\u3067\u30C9\u30E1\u30A4\u30F3\u5909\u63DB\u304C\u6709\u52B9\u306B\u306A\u3063\u3066\u3044\u308B\u5834\u5408\u306E\u307F\u8A2D\u5B9A\u3067\u304D\u307E\u3059\u3002","field.scene":"\u53D6\u308B","description.scene":"\u30C7\u30D5\u30A9\u30EB\u30C8\u306F\uFF1A\u4E00\u822C\u3067\u3059\u3002AliCloud API\u30B3\u30F3\u30BD\u30FC\u30EB\u3067Machine Translation Pro\u3092\u958B\u3044\u305F\u5834\u5408\u306E\u307F\u8A2D\u5B9A\u3067\u304D\u307E\u3059\u3002","field.vocabId":"\u30E6\u30FC\u30B6\u30FC\u8F9E\u66F8ID","description.vocabId":"\u6307\u5B9A\u3055\u308C\u305F\u8F9E\u66F8out_id\u306F\u3001\u73FE\u5728\u3001\u82F1\u8A9E\u304B\u3089\u4E2D\u56FD\u8A9E\u3078\u306E\u7FFB\u8A33\u3092\u30B5\u30DD\u30FC\u30C8\u3057\u3066\u3044\u308B\u3002","description.model":"OpenAI\u306E\u30E2\u30C7\u30EB\u306F\u3001gpt-3.5-turbo\u3001gpt-4\u306A\u3069\u3002","description.maxTextGroupLengthPerRequest":"\u4E00\u5EA6\u306B\u7FFB\u8A33\u30B5\u30FC\u30D3\u30B9\u306B\u9001\u4FE1\u3055\u308C\u308B\u6BB5\u843D\u6570\u3002\u6BB5\u843D\u6570\u304C\u591A\u3059\u304E\u308B\u3068\u3001\u30A4\u30F3\u30BF\u30FC\u30D5\u30A7\u30FC\u30B9\u306E\u5FDC\u7B54\u304C\u9045\u304F\u306A\u308B\u3053\u3068\u304C\u3042\u308A\u307E\u3059\u3002","description.apiUrl":"\u5177\u4F53\u7684\u306AURL\u3068\u30D1\u30B9\u3001<1>\u3088\u308A\u8A73\u3057\u3044\u8AAC\u660E\u3092\u8FFD\u52A0\u3057\u3066\u304F\u3060\u3055\u3044\u3002",enabledExtension:"\u30A8\u30AF\u30B9\u30C6\u30F3\u30B7\u30E7\u30F3\u306E\u6709\u52B9\u5316",clickToDisableExtension:"\u30AF\u30EA\u30C3\u30AF\u3057\u3066\u62E1\u5F35\u6A5F\u80FD\u3092\u7121\u52B9\u306B\u3059\u308B",clickToEnableExtension:"\u30AF\u30EA\u30C3\u30AF\u3057\u3066\u62E1\u5F35\u6A5F\u80FD\u3092\u6709\u52B9\u306B\u3059\u308B",hasBeenDisabled:"\u4F7F\u7528\u4E0D\u80FD","show password":"\u30D1\u30B9\u30EF\u30FC\u30C9\u3092\u8868\u793A\u3059\u308B",customContent:"\u30AB\u30B9\u30BF\u30E0\u30E2\u30C7\u30EB\u540D\u3092\u5165\u529B",inputOptions:"\u5165\u529B\u30DC\u30C3\u30AF\u30B9\u306E\u5F37\u5316",mouseHoverOptions:"\u30DE\u30A6\u30B9\u30DB\u30D0\u30FC",modifyMouseHoverKey:"\u30DE\u30A6\u30B9\u30DB\u30D0\u30FC\u30B7\u30E7\u30FC\u30C8\u30AB\u30C3\u30C8\u306E\u5909\u66F4",enableInputTranslation:"\u5165\u529B\u30DC\u30C3\u30AF\u30B9\u306E\u62E1\u5F35\u3092\u6709\u52B9\u306B\u3059\u308B\u304B\u3069\u3046\u304B",enableInputTranslationDescription:"\u6709\u52B9\u5316\u3057\u305F\u3089\u3001 {startingKey}{startingKey} hello \u3068\u5165\u529B\u30DC\u30C3\u30AF\u30B9\u306B\u76F4\u63A5\u5165\u529B\u3057\u3001{inputTrailingTriggerKeyRepeatTimes}times{trailingKey}\u3092\u7D20\u65E9\u304F\u62BC\u3057\u3066\u3001 {inputTargetLanguage}\u306B\u5909\u63DB\u3059\u308B\u3002",enableInputTranslationDescriptionForNoneKey:"\u6709\u52B9\u306B\u3057\u305F\u3089\u3001\uFF1AHello World\u3068\u5165\u529B\u30DC\u30C3\u30AF\u30B9\u306B\u76F4\u63A5\u5165\u529B\u3057\u3001{inputTrailingTriggerKeyRepeatTimes}{trailingKey}\u3092\u7D20\u65E9\u304F\u62BC\u3057\u3066\u3001\u30C7\u30D5\u30A9\u30EB\u30C8\u306E\u30BF\u30FC\u30B2\u30C3\u30C8\u8A00\u8A9E\u306B\u7FFB\u8A33\u3059\u308B\u3002",inputTargetLanguage:"\u5165\u529B\u30DC\u30C3\u30AF\u30B9\u306E\u30C7\u30D5\u30A9\u30EB\u30C8\u30BF\u30FC\u30B2\u30C3\u30C8\u8A00\u8A9E\u306E\u8A2D\u5B9A",inputTargetLanguageDescription:"\u5165\u529B\u30DC\u30C3\u30AF\u30B9\u7FFB\u8A33\u306E\u30C7\u30D5\u30A9\u30EB\u30C8\u30BF\u30FC\u30B2\u30C3\u30C8\u8A00\u8A9E\u3001\u3059\u306A\u308F\u3061\u3001\u30C8\u30EA\u30AC\u30FC\u30EF\u30FC\u30C9\u306E\u30C7\u30D5\u30A9\u30EB\u30C8\u8A00\u8A9E\u3068\u3057\u3066 {startingKey}{startingKey}",inputTargetLanguageDescriptionForNoneKey:"\u5165\u529B\u30DC\u30C3\u30AF\u30B9\u7FFB\u8A33\u306E\u30C7\u30D5\u30A9\u30EB\u30C8\u30BF\u30FC\u30B2\u30C3\u30C8\u8A00\u8A9E",inputStartingTriggerKeyTitle:"\u5165\u529B\u30DC\u30C3\u30AF\u30B9\u306E\u90E8\u5206\u7FFB\u8A33\u306E\u305F\u3081\u306E\u5206\u5272\u6587\u5B57\u306E\u8A2D\u5B9A",inputStartingTriggerKeyDescription:"\u5165\u529B\u30DC\u30C3\u30AF\u30B9\u5168\u4F53\u3092\u7FFB\u8A33\u3059\u308B\u5FC5\u8981\u304C\u306A\u3044\u5834\u5408\u3001\u30B9\u30D7\u30EA\u30C3\u30BF\u30FC\u306F {startingKey}{startingKey} \u304B\u3089\u5165\u529B\u30DC\u30C3\u30AF\u30B9\u306E\u6700\u5F8C\u307E\u3067\u306E\u90E8\u5206\u3060\u3051\u3092\u7FFB\u8A33\u3059\u308B\u3053\u3068\u304C\u3067\u304D\u307E\u3059\u3002\u307E\u305F\u3001\u8A00\u8A9E\u30B3\u30FC\u30C9\u3092\u6307\u5B9A\u3059\u308B\u3053\u3068\u3082\u3067\u304D\u307E\u3059\u3002\u4F8B\u3048\u3070\u3001\uFF1A{startingKey}ja \u306F {startingKey}ja \u304B\u3089\u5165\u529B\u30DC\u30C3\u30AF\u30B9\u306E\u6700\u5F8C\u307E\u3067\u306E\u90E8\u5206\u3060\u3051\u3092\u7FFB\u8A33\u3059\u308B\u3053\u3068\u3092\u610F\u5473\u3057\u307E\u3059\u3002",inputStartingTriggerKeyDescriptionForNoneKey:"\u73FE\u5728\u306E\u63A5\u982D\u8F9E\u306A\u3057\u306E\u8A2D\u5B9A\u306F\u4E0D\u8981\u3067\u3042\u308A\u3001\u5165\u529B\u30DC\u30C3\u30AF\u30B9\u306E\u4E00\u90E8\u306E\u30C6\u30AD\u30B9\u30C8\u306E\u7FFB\u8A33\u6A5F\u80FD\u306F\u73FE\u6642\u70B9\u3067\u306F\u5229\u7528\u3067\u304D\u306A\u3044\u3002",inputTrailingTriggerKeyTitle:"\u5165\u529B\u7D42\u4E86\u30C8\u30EA\u30AC\u30FC\u6587\u5B57\u3092\u9078\u629E\u3059\u308B",inputTrailingTriggerKeyDescription:"3 quick hits{trailingKey} \u7FFB\u8A33\u3092\u958B\u59CB\u3057\u307E\u3059\uFF01",inputTrailingTriggerKeyTimeout:"\u6226\u95D8\u7D42\u4E86\u30C8\u30EA\u30AC\u30FC\u307E\u3067\u306E\u6642\u9593\u3092\u5165\u529B\u3059\u308B\u3002",inputTrailingTriggerKeyTimeoutDescription:"\u5165\u529B\u7D42\u4E86\u30B3\u30F3\u30DC\u306E\u30C8\u30EA\u30AC\u30FC\u307E\u3067\u306E\u6642\u9593\uFF08\u30DF\u30EA\u79D2\uFF09\u3092\u8A2D\u5B9A\u3059\u308B\u3002",spaceKey:"<\u7A7A\u683C\u952E>",noneKey:"\u63A5\u982D\u8F9E\u306A\u3057\u306E\u30C6\u30AD\u30B9\u30C8\u30DC\u30C3\u30AF\u30B9\u5168\u4F53\u306E\u76F4\u63A5\u7FFB\u8A33",inputTranslationBlockUrlsTitle:"\u4EE5\u4E0B\u306EURL\u3067\u306F\u3001\u5165\u529B\u30DC\u30C3\u30AF\u30B9\u306E\u62E1\u5F35\u6A5F\u80FD\u3092\u6709\u52B9\u306B\u3057\u306A\u3044\u3067\u304F\u3060\u3055\u3044\u3002",inputTranslationBlockUrlsDescription:"\u5165\u529B\u30DC\u30C3\u30AF\u30B9\u306E\u6A5F\u80FD\u62E1\u5F35\u306F\u3001\u4EE5\u4E0B\u306EURL\u3067\u306F\u6A5F\u80FD\u3057\u307E\u305B\u3093\u3002",clickToSeeQuickDemo:"\u30AF\u30EA\u30C3\u30AF\u3057\u306630\u79D2\u306E\u30C1\u30E5\u30FC\u30C8\u30EA\u30A2\u30EB\u30D3\u30C7\u30AA\u3092\u62E1\u5927",inputHelperInfo:"\u8AAC\u660E\uFF1A\u4E2D\u56FD\u8A9E\u306E\u5165\u529B\u30E1\u30BD\u30C3\u30C9\u3067\u306F\u3001\u3044\u304F\u3064\u304B\u306E\u30C8\u30EA\u30AC\u30FC\u6587\u5B57\u304C\u4E2D\u56FD\u8A9E\u306E\u53E5\u8AAD\u70B9\u306B\u5909\u308F\u308B\u3068\u3044\u3046\u4E8B\u5B9F\u306B\u6700\u9069\u5316\u3057\u307E\u3057\u305F\u3002\u4F8B\u3048\u3070\u3001/ \u306F Sogou \u5165\u529B\u30E1\u30BD\u30C3\u30C9\u3067\u306F\u3001\u30C0\u30F3\u8A18\u53F7\u306B\u5909\u308F\u308A\u307E\u3059\u3002

\u307E\u305F\u3001\u8A00\u8A9E<1>\u30B3\u30FC\u30C9\u306E\u4E2D\u56FD\u8A9E\u30A8\u30A4\u30EA\u30A2\u30B9\u3082\u30B3\u30DE\u30F3\u30C9\u3068\u3057\u3066\u30B5\u30DD\u30FC\u30C8\u3057\u3066\u304A\u308A\u3001\u4F8B\u3048\u3070 /Japanese Hello World \u306F\u65E5\u672C\u8A9E\u306B\u7FFB\u8A33\u3055\u308C\u307E\u3059\u3002",reloadCurrentPage:"\u7FFB\u8A33\u3092\u958B\u59CB\u3059\u308B\u524D\u306B\u3001\u73FE\u5728\u306E\u30DA\u30FC\u30B8\u3092\u66F4\u65B0\u3057\u3066\u304F\u3060\u3055\u3044\u3002",noLocalFilePermissionForPDF:"\u30ED\u30FC\u30AB\u30EB\u30D5\u30A1\u30A4\u30EB\u3092\u8AAD\u307F\u8FBC\u3080\u6A29\u9650\u304C\u3042\u308A\u307E\u305B\u3093\u3002\u4E0A\u306E\u30DC\u30BF\u30F3\u3092\u30AF\u30EA\u30C3\u30AF\u3057\u3066\u3001\u30ED\u30FC\u30AB\u30EB\u30D5\u30A1\u30A4\u30EB\u3092\u30A4\u30F3\u30DD\u30FC\u30C8\u3057\u3066\u304F\u3060\u3055\u3044\u3002",noPermissionForThisPage:"\u26A0\uFE0F \u73FE\u5728\u306E\u30DA\u30FC\u30B8\u3092\u7FFB\u8A33\u3059\u308B\u6A29\u9650\u304C\u306A\u3044",retryAllParagraphs:"\u3059\u3079\u3066\u306E\u30A8\u30E9\u30FC\u30D1\u30C3\u30BB\u30FC\u30B8\u3092\u518D\u8A66\u884C\u3059\u308B",retryAllButton:"\u3059\u3079\u3066\u306E\u30A8\u30E9\u30FC\u30D1\u30C3\u30BB\u30FC\u30B8\u3092\u518D\u8A66\u884C\u3059\u308B",errorTooltipTitle:"\u30AF\u30EA\u30C3\u30AF\u3057\u3066\u30A8\u30E9\u30FC\u306E\u539F\u56E0\u3092\u898B\u308B",errorModalTitle:"\u7FFB\u8A33\u30B5\u30FC\u30D3\u30B9\u304B\u30CD\u30C3\u30C8\u30EF\u30FC\u30AF\u306B\u4F55\u304B\u554F\u984C\u304C\u3042\u308B\u3088\u3046\u3060...\u3002",disableConfirm:"\u30D0\u30A4\u30EA\u30F3\u30AC\u30EB\u60C5\u5831\u5F37\u5316\u8A2D\u5B9A",disableOnce:"\u3053\u306E\u969C\u5BB3",disableGlobal:"\u6C38\u4E45\u306B\u7121\u52B9\u306B\u3059\u308B",disableTint:"* {option}\u3002",searchEnhancementNotes:"\u4E2D\u56FD\u8A9E\u30AD\u30FC\u30EF\u30FC\u30C9\u3068\u82F1\u8A9E\u30AD\u30FC\u30EF\u30FC\u30C9\u3067\u306F\u3001\u30CB\u30E5\u30FC\u30B9\u306E\u691C\u7D22\u7D50\u679C\u304C\u5927\u304D\u304F\u7570\u306A\u308B\u3053\u3068\u304C\u308F\u304B\u308A\u307E\u3057\u305F\u3002 \u30A4\u30DE\u30FC\u30B7\u30D6\u7FFB\u8A33\u30D0\u30A4\u30EA\u30F3\u30AC\u30EB\u60C5\u5831\u5F37\u5316\u6A5F\u80FD\u3092\u6709\u52B9\u306B\u3059\u308B\u3068\u3001\u5BFE\u5FDC\u30B5\u30A4\u30C8\uFF08Google\u30CB\u30E5\u30FC\u30B9\u3001Google\u691C\u7D22\uFF08\u4E00\u90E8\u30AD\u30FC\u30EF\u30FC\u30C9\uFF09\u3001Snowball\u3001Oriental Wealth\u3001Futura\u3001Tiger\uFF09\u3067\u540C\u3058\u30AD\u30FC\u30EF\u30FC\u30C9\u3092\u82F1\u8A9E\u3067\u81EA\u52D5\u7684\u306B\u691C\u7D22\u3057\u3001\u53F3\u5074\u306B\u8868\u793A\u3057\u307E\u3059\u3002\u3053\u306E\u6A5F\u80FD\u304C\u4E0D\u8981\u306A\u5834\u5408\u306F\u3001\u7121\u52B9\u306B\u3059\u308B\u3053\u3068\u3082\u3067\u304D\u307E\u3059\u3002",option:"\u30BB\u30C3\u30C8\u30A2\u30C3\u30D7",saveSettings:"\u8A2D\u5B9A\u306E\u4FDD\u5B58",closeModal:"\u30A6\u30A3\u30F3\u30C9\u30A6\u3092\u9589\u3058\u308B",enableInputTranslationWithoutTriggerKeyTitle:"{trailingKey}\u3001\u5165\u529B\u30DC\u30C3\u30AF\u30B9\u5168\u4F53\u3092\u76F4\u63A5{inputTargetLanguage}\u3002",enableInputTranslationWithoutTriggerKeyDescription:"\u4F8B\u3048\u3070\u3001\uFF1Aja Hello World \u306E\u3088\u3046\u306B\u3002",mouseHoverShortcutPlaceholder:"\u4F8B\uFF1A\uFF1A\u30B7\u30D5\u30C8",deepLProName:"\u6CA1\u5165\u578B\u7FFB\u8A33\u30D7\u30ED\u30E1\u30F3\u30D0\u30FC\uFF08\u63A8\u5968\uFF09",deepLProDescription:"\u73FE\u5728\u306E\u30D1\u30C3\u30B1\u30FC\u30B8\u306F\u76F4\u63A5\u4F7F\u7528\u3067\u304D\u308B",deeplProDescriptionForNormal:"\u30BB\u30C3\u30C8\u30A2\u30C3\u30D7\u4E0D\u8981\u3001\u4F1A\u54E1\u306E\u65B9\u306F\u30ED\u30B0\u30A4\u30F3\u5F8C\u5229\u7528\u53EF\u80FD\u3001<1>\u4F1A\u54E1\u3078\u306E\u30A2\u30C3\u30D7\u30B0\u30EC\u30FC\u30C9\u306F\u3053\u3061\u3089",deepLCustomDescription:"\u6D77\u5916\u767A\u884C\u306E\u30AF\u30EC\u30B8\u30C3\u30C8\u30AB\u30FC\u30C9\u304C\u5FC5\u8981 <1>\u3002",deepLCustomName:"\u30AB\u30B9\u30BF\u30E0\u8A8D\u8A3C\u30AD\u30FC",chooseProviderLabel:"\u30B5\u30FC\u30D3\u30B9\u30FB\u30D7\u30ED\u30D0\u30A4\u30C0\u30FC\u306E\u9078\u629E",openaiProName:"\u6CA1\u5165\u578B\u7FFB\u8A33\u30D7\u30ED\u30E1\u30F3\u30D0\u30FC\uFF08\u63A8\u5968\uFF09",openaiProDescription:"\u73FE\u5728\u306E\u30D1\u30C3\u30B1\u30FC\u30B8\u306F\u76F4\u63A5\u4F7F\u7528\u3067\u304D\u308B",openaiProDescriptionForNormal:"\u30BB\u30C3\u30C8\u30A2\u30C3\u30D7\u4E0D\u8981\u3001\u4F1A\u54E1\u306E\u65B9\u306F\u30ED\u30B0\u30A4\u30F3\u5F8C\u5229\u7528\u53EF\u80FD\u3001<1>\u4F1A\u54E1\u3078\u306E\u30A2\u30C3\u30D7\u30B0\u30EC\u30FC\u30C9\u306F\u3053\u3061\u3089",openaiCustomDescription:"OpenAI\u3001Azure OpenAI\u3001\u307E\u305F\u306F\u305D\u306E\u4ED6\u306E\u30B5\u30FC\u30C9\u30D1\u30FC\u30C6\u30A3\u30B5\u30FC\u30D3\u30B9\u3067\u5229\u7528\u53EF\u80FD\u3067\u3059<1>\u3002",openaiCustomName:"\u30AB\u30B9\u30BF\u30E0API\u30AD\u30FC",needLoginAction:"(\u30AA\u30FC\u30D7\u30F3\u30FB\u30E1\u30F3\u30D0\u30FC\u307E\u305F\u306F\u30AB\u30B9\u30BF\u30DE\u30A4\u30BA\uFF09",goLoginOrAction:"(\u30E1\u30F3\u30D0\u30FC\u30B7\u30C3\u30D7\u3092\u958B\u304F\u304B\u3001\u8A2D\u5B9A\u306B\u9032\u3080)",yearly:"\u9023\u7D9A\u5E74\u6255\u3044\u3092\u3059\u308B",quarterly:"\u9806\u6B21\u5305\u88C5",monthly:"\u30DE\u30F3\u30B9\u30EA\u30FC\u30FB\u30B5\u30D6\u30B9\u30AF\u30EA\u30D7\u30B7\u30E7\u30F3",yearlyForOnce:"\u5E74\u9593\u30D1\u30C3\u30B1\u30FC\u30B8",monthlyForOnce:"\u67081\u56DE\u30D1\u30C3\u30B1\u30FC\u30B8",daily:"\u9023\u7D9A\u30D1\u30B1\u30C3\u30C8\u65E5",year:"\u9023\u7D9A\u5E74\u6255\u3044\u3092\u3059\u308B",quarter:"\u9806\u6B21\u5305\u88C5",month:"\u30DE\u30F3\u30B9\u30EA\u30FC\u30FB\u30B5\u30D6\u30B9\u30AF\u30EA\u30D7\u30B7\u30E7\u30F3",day:"\u9023\u7D9A\u30D1\u30B1\u30C3\u30C8\u65E5",onetime_7day:"7\u65E5\u9593\u4F53\u9A13\u30D1\u30C3\u30AF",currentPlanDescriptionForFree:"\u73FE\u5728\u306E\u30D1\u30C3\u30B1\u30FC\u30B8\uFF1A\u7121\u6599",currentPlanDescriptionForContinuous:"\u73FE\u5728\u306E\u30D1\u30C3\u30B1\u30FC\u30B8\uFF1A{plan}\u306F {endAt} \u306B\u81EA\u52D5\u66F4\u65B0\u3055\u308C\u307E\u3059\u3002",currentPlanDescriptionForAutoRenewCaceling:"\u73FE\u5728\u306E\u30D1\u30C3\u30B1\u30FC\u30B8\uFF1A{plan}\u306E\u6709\u52B9\u671F\u9650\u306F {endAt} \u3068\u306A\u308A\u3001\u6709\u52B9\u671F\u9650\u5207\u308C\u306B\u3088\u308B\u81EA\u52D5\u66F4\u65B0\u306F\u884C\u308F\u308C\u307E\u305B\u3093\u3002",currentYearlyPlanDescriptionForAutoRenewCacelingWithRealPaiedUser:"\u73FE\u5728\u306E\u30D1\u30C3\u30B1\u30FC\u30B8\u3001\uFF1A{plan}\u306F\u3001 {endAt} \u306B\u671F\u9650\u5207\u308C\u3068\u306A\u308A\u3001\u671F\u9650\u5207\u308C\u306B\u3088\u308B\u81EA\u52D5\u66F4\u65B0\u306F\u884C\u308F\u308C\u307E\u305B\u3093\u3002
<1>\u66F4\u65B0\u30D7\u30E9\u30F3\u306E\u7BA1\u7406\u306F\u3053\u3061\u3089",currentYearlyPlanDescriptionForAutoRenewCacelingWithAdmin:"\u73FE\u5728\u306E\u30D1\u30C3\u30B1\u30FC\u30B8\u3001\uFF1A{plan}\u306F\u3001 {endAt} \u306B\u671F\u9650\u5207\u308C\u3068\u306A\u308A\u3001\u671F\u9650\u5207\u308C\u306B\u3088\u308B\u81EA\u52D5\u66F4\u65B0\u306F\u884C\u308F\u308C\u307E\u305B\u3093\u3002
<1>\u7D99\u7D9A\u7684\u306A\u5E74\u9593\u8CFC\u8AAD\u3092\u6709\u52B9\u306B\u3059\u308B\u306B\u306F\u3001\u3053\u3053\u3092\u30AF\u30EA\u30C3\u30AF\u3057\u3066\u304F\u3060\u3055\u3044\u3002",currentPlanDescriptionForOneTime:"\u73FE\u5728\u306E\u8CFC\u8AAD\uFF1A{plan}\u306F {endAt} \u3067\u671F\u9650\u5207\u308C\u3068\u306A\u308A\u307E\u3059\u3002<1>\u5E74\u4F1A\u8CBB\u307E\u305F\u306F<2>\u6708\u4F1A\u8CBB<1>\u3078\u306E\u30A2\u30C3\u30D7\u30B0\u30EC\u30FC\u30C9\u306F\u3053\u3061\u3089\u3092\u30AF\u30EA\u30C3\u30AF\u3057\u3066\u304F\u3060\u3055\u3044\u3002",upgradePlan:"\u30D7\u30ED\u4F1A\u54E1\u3078\u306E\u30A2\u30C3\u30D7\u30B0\u30EC\u30FC\u30C9\u306F\u3053\u3061\u3089",upgradeToPro:"\u30D7\u30ED\u4F1A\u54E1\u3078\u306E\u30A2\u30C3\u30D7\u30B0\u30EC\u30FC\u30C9","popup.openPro":"DeepL\u3068OpenAI\u306E\u7FFB\u8A33\u3092\u304A\u697D\u3057\u307F\u3044\u305F\u3060\u304F\u306B\u306F\u3001Pro\u30E1\u30F3\u30D0\u30FC\u30B7\u30C3\u30D7\u306B\u30A2\u30C3\u30D7\u30B0\u30EC\u30FC\u30C9\u3057\u3066\u304F\u3060\u3055\u3044\uFF01","popup.openProForPro":"\u3042\u306A\u305F\u306F\u3001DeepL\u3068OpenAI\u306E\u7FFB\u8A33\u306B\u76F4\u63A5\u30A2\u30AF\u30BB\u30B9\u3067\u304D\u308B\u30D7\u30ED\u30E1\u30F3\u30D0\u30FC\u3067\u3059\uFF01",currentAccount:"\u5F53\u5EA7\u9810\u91D1",enableAutoSyncUserSettings:"\u8907\u6570\u306E\u30C7\u30D0\u30A4\u30B9\u9593\u3067\u81EA\u52D5\u30AF\u30E9\u30A6\u30C9\u540C\u671F\u304C\u53EF\u80FD",modalEnableInputTranslationTitle:"\u6CA1\u5165\u578B\u7FFB\u8A33\u5165\u529B\u30DC\u30C3\u30AF\u30B9 \u7FFB\u8A33\u30A2\u30E9\u30FC\u30C8",modalEnableInputTranslationDesc:"\u30B9\u30DA\u30FC\u30B9\u30D0\u30FC\u30923\u56DE\u9023\u6253\u3059\u308B\u3053\u3068\u3067\u3001Immersive Translation\u306E\u5165\u529B\u30DC\u30C3\u30AF\u30B9\u7FFB\u8A33\u304C\u958B\u59CB\u3055\u308C\u3001\u5165\u529B\u30DC\u30C3\u30AF\u30B9\u306E\u5185\u5BB9\u304C\u30C7\u30D5\u30A9\u30EB\u30C8\u306E\u30BF\u30FC\u30B2\u30C3\u30C8\u8A00\u8A9E\u306B\u7FFB\u8A33\u3055\u308C\u307E\u3059\u3002\u7FFB\u8A33\u306FCtrl+Z\u3067\u53D6\u308A\u6D88\u3059\u3053\u3068\u304C\u3067\u304D\u307E\u3059\u3002

\u3082\u3057\u3053\u308C\u304C\u9593\u9055\u3044\u3067\u3042\u3063\u305F\u3068\u3057\u3066\u3082\u3001\u4ECA\u56DE\u306F\u7121\u52B9\u306B\u3059\u308B\u304B\u3001\u6C38\u4E45\u306B\u5165\u529B\u30DC\u30C3\u30AF\u30B9\u306E\u7FFB\u8A33\u3092\u7121\u52B9\u306B\u3059\u308B\u304B\u3092\u9078\u629E\u3067\u304D\u307E\u3059\u306E\u3067\u3001\u3054\u5B89\u5FC3\u304F\u3060\u3055\u3044\u3002",saveAndNotShowAgain:"\u4FDD\u5B58\u3057\u3066\u30D7\u30ED\u30F3\u30D7\u30C8\u3092\u6B62\u3081\u308B",disableInputTranslationTips:"* {option} ,{learnMore}\u3067\u30C8\u30EA\u30AC\u30FC\u3059\u308B\u4ED6\u306E\u30B7\u30E7\u30FC\u30C8\u30AB\u30C3\u30C8\u3082\u8A2D\u5B9A\u3067\u304D\u308B\u3002",learnMore:"\u8A73\u7D30\u306F\u3053\u3061\u3089",continueEnalbeInputTranslation:"\u5F15\u304D\u7D9A\u304D\u5165\u529B\u30DC\u30C3\u30AF\u30B9\u306E\u7FFB\u8A33\u3092\u6709\u52B9\u306B\u3059\u308B",autoRenewTrialSuffix:'(\u30C8\u30E9\u30A4\u30A2\u30EB\u306E\u5834\u5408\u3001\u3059\u3050\u306B\u6B63\u4F1A\u54E1\u306B\u30A2\u30C3\u30D7\u30B0\u30EC\u30FC\u30C9)',upgradeFromTrialTitle:"\u6B63\u4F1A\u54E1\u3078\u306E\u30A2\u30C3\u30D7\u30B0\u30EC\u30FC\u30C9",subtitle:"\u30D3\u30C7\u30AA\u30AD\u30E3\u30D7\u30B7\u30E7\u30F3",youtubeService:"\u6620\u50CF\u5B57\u5E55\u7FFB\u8A33\u30B5\u30FC\u30D3\u30B9","subtitle.disabledSubtitle":"\u30D3\u30C7\u30AA\u5B57\u5E55\u6A5F\u80FD\u3092\u6C38\u4E45\u306B\u7121\u52B9\u306B\u3059\u308B","subtitle.disabledSubtitleDescription":"Immersive Translator\u306EVideo Subtitles\u304C\u4ED6\u306E\u62E1\u5F35\u6A5F\u80FD\u3068\u7AF6\u5408\u3059\u308B\u5834\u5408\u3001Immersive Translator\u306EVideo Subtitles\u306E\u6A5F\u80FD\u3092\u6C38\u4E45\u7684\u306B\u7121\u52B9\u306B\u3059\u308B\u304B\u3001\u7AF6\u5408\u3059\u308B\u4ED6\u306E\u62E1\u5F35\u6A5F\u80FD\u3092\u30A2\u30F3\u30A4\u30F3\u30B9\u30C8\u30FC\u30EB\u3059\u308B\u3053\u3068\u304C\u3067\u304D\u307E\u3059\u3002","subtitle.autoEnableSubtitle":"\u30D0\u30A4\u30EA\u30F3\u30AC\u30EB\u5B57\u5E55\u306E\u81EA\u52D5\u4F7F\u7528","subtitle.autoEnableSubtitleDescription":"\u6709\u52B9\u306B\u3057\u305F\u5F8C\u3001\u30D3\u30C7\u30AA\u304C\u518D\u751F\u3055\u308C\u308B\u3068\u304D\u306F\u3001\u81EA\u52D5\u7684\u306B\u4E8C\u304B\u56FD\u8A9E\u306E\u5B57\u5E55\u304C\u8868\u793A\u3055\u308C\u307E\u3059\u3002\u305D\u308C\u4EE5\u5916\u306E\u5834\u5408\u306F\u3001\u7FFB\u8A33\u30DC\u30BF\u30F3\u3092\u30AF\u30EA\u30C3\u30AF\u3059\u308B\u5FC5\u8981\u304C\u3042\u308A\u307E\u3059\u3002","subtitle.preTranslation":"\u6CA1\u5165\u578B\u7FFB\u8A33\u3067\u5B57\u5E55\u3092\u7FFB\u8A33","subtitle.preTranslationDescription":"\u6709\u52B9\u306E\u5834\u5408\u3001\u5B57\u5E55\u5168\u4F53\u304C\u4EE5\u4E0B\u306B\u6307\u5B9A\u3059\u308B\u7FFB\u8A33\u30B5\u30FC\u30D3\u30B9\u3092\u4F7F\u3063\u3066\u4E8B\u524D\u306B\u7FFB\u8A33\u3055\u308C\u30011\u6642\u9593\u306E\u52D5\u753B\u3067\u7D0450,000\u30C8\u30FC\u30AF\u30F3\uFF08\u6587\u5B57\u6570\uFF09\u3092\u6D88\u8CBB\u3057\u307E\u3059\u306E\u3067\u3001\u3054\u81EA\u8EAB\u306E\u5224\u65AD\u3067\u3054\u5229\u7528\u304F\u3060\u3055\u3044\u3002\u7121\u52B9\u306E\u5834\u5408\u3001\u30AA\u30EA\u30B8\u30CA\u30EB\u306E\u5B57\u5E55\u304C\u6700\u521D\u306B\u4F7F\u7528\u3055\u308C\u307E\u3059\u3002","subtitle.humanSubtitlesPreferred":"\u30D2\u30E5\u30FC\u30DE\u30F3\u30FB\u30AD\u30E3\u30D7\u30B7\u30E7\u30F3\u306E\u512A\u5148\u4F7F\u7528","subtitle.humanSubtitlesPreferredDescription":"\u30D3\u30C7\u30AA\u306B\u30BF\u30FC\u30B2\u30C3\u30C8\u8A00\u8A9E\u306E\u5B57\u5E55\u304C\u3042\u308B\u5834\u5408\u3001\u4EBA\u9593\u306E\u5B57\u5E55\u3092\u512A\u5148\u7684\u306B\u4F7F\u7528\u3059\u308B\uFF08\u63A8\u5968\uFF09",videoSubtitleTranslationDescription:"\u30D3\u30C7\u30AA\u5B57\u5E55\u7528\u306B\u5225\u306E\u7FFB\u8A33\u30B5\u30FC\u30D3\u30B9\u3092\u5272\u308A\u5F53\u3066\u308B",subtitleTranslating:"{service} \u3001\u5B57\u5E55\u3092\u7FFB\u8A33\u3057\u3066\u3044\u307E\u3059\u3002(\u30A4\u30DE\u30FC\u30B8\u30E7\u30F3\u7FFB\u8A33)",subtitleLoading:"\u5B57\u5E55\u3092\u8AAD\u307F\u8FBC\u3093\u3067\u3044\u307E\u3059...",bilingual:"\u30D0\u30A4\u30EA\u30F3\u30AC\u30EA\u30BA\u30E0","field.action":"\u767E\u5EA6\u7528\u8A9E\u3092\u6709\u52B9\u306B\u3059\u308B\u304B\u3069\u3046\u304B","description.action":"\u6709\u52B9\u5316\u3055\u308C\u308B\u3068\u3001\u30EA\u30AF\u30A8\u30B9\u30C8\u306Baction=1\u30D1\u30E9\u30E1\u30FC\u30BF\u304C\u8FFD\u52A0\u3055\u308C\u3001\u6709\u52B9\u5316\u3055\u308C\u305F\u7528\u8A9E\u3092Baidu\u306B\u901A\u77E5\u3059\u308B<1>\u3002",closeQuickTranslation:"\u30AF\u30ED\u30FC\u30BA\u30FB\u30DB\u30D0\u30FC\u30DC\u30FC\u30EB","closeQuickTranslation.untilNext":"\u4ECA\u56DE\u306F\u6B21\u56DE\u307E\u3067\u304A\u4F11\u307F","closeQuickTranslation.currentWebsite":"\u73FE\u5728\u306E\u30B5\u30A4\u30C8\u306F\u4F7F\u7528\u4E0D\u53EF","closeQuickTranslation.alwaysClose":"\u6C38\u4E45\u306B\u7121\u52B9\u306B\u3059\u308B","closeQuickTranslation.settingOpen":"<1>(\u8A2D\u5B9A\u30DA\u30FC\u30B8\u3067\u30AA\u30F3\u306B\u3067\u304D\u308B\uFF09","closeQuickTranslation.cancel":"\u30AD\u30E3\u30F3\u30BB\u30EB","closeQuickTranslation.confirm":"\u5B9A\u7FA9\u3059\u308B","floatBall.popup":"\u30AF\u30A4\u30C3\u30AF\u8A2D\u5B9A\u30D1\u30CD\u30EB\u3092\u958B\u304F","floatBall.translate":"\u30AF\u30EA\u30C3\u30AF\u3057\u3066\u30DA\u30FC\u30B8\u3092\u7FFB\u8A33\u3059\u308B","floatBall.showOriginal":"\u30AF\u30EA\u30C3\u30AF\u3057\u3066\u5143\u306E\u8A18\u4E8B\u306B\u623B\u308B","floatBall.close":"\u30AF\u30ED\u30FC\u30BA\u30FB\u30DB\u30D0\u30FC\u30DC\u30FC\u30EB","floatBallOptions.enableDescPc":"\u30DA\u30FC\u30B8\u306E\u30DB\u30D0\u30FC\u30DC\u30FC\u30EB\u3092\u6709\u52B9\u306B\u3059\u308B\u3068\u3001\u30DA\u30FC\u30B8\u306E\u53F3\u5074\u306B\u30AF\u30A4\u30C3\u30AF\u7FFB\u8A33\u30DC\u30BF\u30F3\u304C\u8868\u793A\u3055\u308C\u307E\u3059\uFF01","floatBallOptions.enableDesc":"\u30DB\u30D0\u30FC\u30DC\u30FC\u30EB\u3092\u30AA\u30D5\u306B\u3057\u305F\u5F8C\u3001{touch}\u3002\u3046\u3063\u304B\u308A\u3053\u306E\u30AA\u30D7\u30B7\u30E7\u30F3\u3092\u30AA\u30D5\u306B\u3057\u305F\u5F8C\u3001\u30DB\u30D0\u30FC\u30DC\u30FC\u30EB\u304C\u898B\u3064\u304B\u3089\u306A\u3044\u5834\u5408\u306B\u5099\u3048\u3066\u3001\u3053\u306E\u8A2D\u5B9A\u30DA\u30FC\u30B8\u3092\u30D6\u30C3\u30AF\u30DE\u30FC\u30AF\u3057\u3066\u304A\u304F\u3053\u3068\u3092\u5F37\u304F\u304A\u52E7\u3081\u3057\u307E\u3059\uFF01","description.azureApiUrl":"\u30AB\u30B9\u30BF\u30E0API\u30A4\u30F3\u30BF\u30FC\u30D5\u30A7\u30FC\u30B9\u306E\u30A2\u30C9\u30EC\u30B9\u3092\u8A18\u5165\u3059\u308B\u3002",confirmSupportMouse:"\u30DE\u30A6\u30B9\u30B5\u30DD\u30FC\u30C8\u3092\u5F37\u5236\u7684\u306B\u6709\u52B9\u306B\u3059\u308B",confirmSupportMouseDescription:"\u73FE\u5728\u306E\u30D6\u30E9\u30A6\u30B6\u304C\u30DE\u30A6\u30B9\u6A5F\u80FD\u3092\u30B5\u30DD\u30FC\u30C8\u3057\u3066\u3044\u306A\u3044\u3053\u3068\u3092\u691C\u51FA\u3057\u307E\u3057\u305F\u3002",sampleTargetText:"\u9577\u3044\u591C\u304C\u8A2A\u308C\u3001\u79C1\u306F\u3053\u306E\u65E5\u304B\u3089\u6B7B\u306C\u307E\u3067\u898B\u5F35\u308A\u7D9A\u3051\u308B\u3002\u79C1\u306F\u59BB\u3092\u5A36\u3089\u305A\u3001\u9818\u5730\u3092\u4F5C\u3089\u305A\u3001\u5B50\u3092\u3082\u3046\u3051\u306A\u3044\u3002\u79C1\u306F\u738B\u51A0\u3092\u304B\u3076\u3089\u305A\u3001\u540D\u8A89\u306E\u305F\u3081\u306B\u52AA\u529B\u3057\u306A\u3044\u3002\u79C1\u306F\u81EA\u5206\u306E\u7FA9\u52D9\u3092\u679C\u305F\u3057\u3001\u751F\u304D\u3066\u6B7B\u306C\u3002",sampleSourceText:"Night gathers, and now my watch begins. It shall not end until my death. I shall take no wife, hold no lands, father no children. I shall wear no crowns and win no glory. I shall live and die at my post.","subtitle.supportedSites":"\u5DF2\u652F\u6301\u5728\u8FD9\u4E9B\u7F51\u7AD9\u4F7F\u7528\u53CC\u8BED\u5B57\u5E55\uFF08\u6CE8\u610F\uFF1A\u7531\u4E8E\u6280\u672F\u9650\u5236\uFF0C\u90E8\u5206\u7F51\u7AD9\u5728\u9996\u6B21\u5F00\u542F\u5B57\u5E55\u540E\u9700\u8981\u91CD\u65B0\u5237\u65B0\u9875\u9762\uFF0C\u6216\u8005\u9700\u7B49\u5F85\u7FFB\u8BD1\u5B8C\u6210\u4EE5\u663E\u793A\u53CC\u8BED\u5B57\u5E55\uFF09\uFF1A",viewWithImmersiveTranslate:"\u53CC\u8BED\u7248\u672C(\u6C89\u6D78\u5F0F\u7FFB\u8BD1)",errorReason:"\u9519\u8BEF\u539F\u56E0\uFF1A{message}","proQuotaExceededError.onetime7day":'\uFF0C\u60A8\u53EF\u4EE5\u9009\u62E9\u4EE5\u4E0B\u65B9\u5F0F\u89E3\u51B3\uFF1A

1. \u5207\u6362\u5230 {anotherService} \u6216\u5176\u4ED6\u7FFB\u8BD1\u670D\u52A1
2. \u5347\u7EA7\u4E3A\u6708\u5EA6/\u5E74\u5EA6\u4F1A\u5458',"proQuotaExceededError.trial":'\uFF0C\u60A8\u53EF\u4EE5\u9009\u62E9\u4EE5\u4E0B\u65B9\u5F0F\u89E3\u51B3\uFF1A

1. \u5207\u6362\u5230 {anotherService} \u6216\u5176\u4ED6\u7FFB\u8BD1\u670D\u52A1
2. \u7ACB\u523B\u5347\u7EA7\u4E3A\u6B63\u5F0F\u4F1A\u5458',"proQuotaExceededError.nonTrial":'\uFF0C\u60A8\u53EF\u4EE5\u9009\u62E9\u4EE5\u4E0B\u65B9\u5F0F\u89E3\u51B3\uFF1A

1. \u5207\u6362\u5230 {anotherService} \u6216\u5176\u4ED6\u7FFB\u8BD1\u670D\u52A1
2. \u8D2D\u4E70 {translationService} \u989D\u5916\u6D41\u91CF\u5305',"proQuotaExceededError.resetTime":"
3. \u989D\u5EA6\u91CD\u7F6E\u65F6\u95F4\uFF1A{resetTime}","desc.touchShortcutsToggleTranslatePageOnlyTranslation":"\u300C\u8A33\u6587\u306E\u307F\u300D\u306F\u3001\u8A33\u6587\u306E\u307F\u3092\u8868\u793A\u3059\u308B\u3053\u3068\u3092\u610F\u5473\u3057\u3001\u30DA\u30FC\u30B8\u304C\u307E\u3060\u7FFB\u8A33\u3055\u308C\u3066\u3044\u306A\u3044\u5834\u5408\u306F\u3001\u30E2\u30FC\u30C9\u3092\u5207\u308A\u66FF\u3048\u3066\u7FFB\u8A33\u3057\u307E\u3059\u3002","desc.toggleOnlyTransation":"\u300C\u8A33\u6587\u306E\u307F\u30E2\u30FC\u30C9\u300D\u3068\u306F\u3001\u8A33\u6587\u306E\u307F\u3092\u8868\u793A\u3059\u308B\u3053\u3068\u3092\u6307\u3057\u3001\u30DA\u30FC\u30B8\u304C\u307E\u3060\u7FFB\u8A33\u3055\u308C\u3066\u3044\u306A\u3044\u5834\u5408\u306F\u3001\u30E2\u30FC\u30C9\u3092\u5207\u308A\u66FF\u3048\u3066\u7FFB\u8A33\u3057\u307E\u3059\u3002",touchShortcutsToggleTranslatePageOnlyTranslation:"\u30BF\u30C3\u30C1\u30B9\u30AF\u30EA\u30FC\u30F3\u30B8\u30A7\u30B9\u30C1\u30E3\u30FC\u3092\u8A2D\u5B9A\u3057\u3066\u3001\u30D0\u30A4\u30EA\u30F3\u30AC\u30EB/\u7FFB\u8A33\u30C6\u30AD\u30B9\u30C8\u306E\u307F\u306E\u30E2\u30FC\u30C9\u3092\u5207\u308A\u66FF\u3048\u307E\u3059",download_started:"\u30C0\u30A6\u30F3\u30ED\u30FC\u30C9\u304C\u958B\u59CB\u3055\u308C\u307E\u3057\u305F\u3002\u81EA\u52D5\u7684\u306B\u30C0\u30A6\u30F3\u30ED\u30FC\u30C9\u3055\u308C\u306A\u3044\u5834\u5408\u306F\u3001\u624B\u52D5\u3067\u30AF\u30EA\u30C3\u30AF\u3057\u3066\u304F\u3060\u3055\u3044\u3002",here:"\u3053\u3053","desc.toggleVideoSubtitlePreTranslation":"\u62BC\u3059\u3068\u3001\u30D3\u30C7\u30AA\u306E\u4E8C\u8A00\u8A9E\u5B57\u5E55\u306F\u3001\u307E\u305A\u6CA1\u5165\u578B\u7FFB\u8A33\u306E\u8A2D\u5B9A\u3092\u512A\u5148\u7684\u306B\u4F7F\u7528\u3057\u307E\u3059\u3002\u518D\u5EA6\u62BC\u3059\u3068\u3001\u5143\u306E\u30D3\u30C7\u30AA\u306B\u7D44\u307F\u8FBC\u307E\u308C\u305F\u6A5F\u68B0\u7FFB\u8A33\u5B57\u5E55\u3092\u512A\u5148\u7684\u306B\u4F7F\u7528\u3057\u307E\u3059\u3002\u6CE8\u610F\uFF1A\u3053\u306E\u30B7\u30E7\u30FC\u30C8\u30AB\u30C3\u30C8\u3067\u5909\u66F4\u3055\u308C\u308B\u306E\u306F\u5168\u4F53\u306E\u8A2D\u5B9A\u3067\u3059\u3002",videoSubtitlePreTranslationOn:"\u30D3\u30C7\u30AA\u306E\u5B57\u5E55\u306F\u3001\u512A\u5148\u7684\u306B\u6CA1\u5165\u578B\u306E\u7FFB\u8A33\u3092\u4F7F\u7528\u3057\u307E\u3059",videoSubtitlePreTranslationOff:"\u30D3\u30C7\u30AA\u306E\u5B57\u5E55\u306F\u3001\u5143\u306E\u30D3\u30C7\u30AA\u306B\u4ED8\u5C5E\u306E\u6A5F\u68B0\u7FFB\u8A33\u5B57\u5E55\u3092\u512A\u5148\u7684\u306B\u4F7F\u7528\u3057\u307E\u3059\u3002",translationFont:"\u30D5\u30A9\u30F3\u30C8\u3092\u8A2D\u5B9A\u3059\u308B","translationFont.custom":"\u30AB\u30B9\u30BF\u30E0\u30D5\u30A9\u30F3\u30C8\u3092\u5165\u529B\u3057\u3066\u304F\u3060\u3055\u3044","translationFont.customPlaceholder":"\u30D5\u30A9\u30F3\u30C8","translationFont.notSupportErrorMessage":"\u3042\u306A\u305F\u304C\u5165\u529B\u3057\u305F\u30D5\u30A9\u30F3\u30C8\u540D\u304C\u6B63\u3057\u3044\u304B\u78BA\u8A8D\u3059\u308B\u304B\u3001\u305D\u306E\u30D5\u30A9\u30F3\u30C8\u304C\u3042\u306A\u305F\u306E\u30C7\u30D0\u30A4\u30B9\u306B\u30A4\u30F3\u30B9\u30C8\u30FC\u30EB\u3055\u308C\u3066\u3044\u308B\u3053\u3068\u3092\u78BA\u8A8D\u3057\u3066\u304F\u3060\u3055\u3044\u3002","touch.mouse-translate":"\u6307\u5B9A\u3055\u308C\u305F\u6BB5\u843D\u3092\u7FFB\u8A33\u3057\u3066\u304F\u3060\u3055\u3044","translationServices.inherit":"\u4E3B\u306A\u7FFB\u8A33\u30B5\u30FC\u30D3\u30B9\u306B\u5F93\u3063\u3066\u304F\u3060\u3055\u3044\u3002","error.serveConfigError":"\u30B5\u30FC\u30D3\u30B9\u8A2D\u5B9A\u30A8\u30E9\u30FC","error.reloadPageOfSetting":"\u8A2D\u5B9A\u5F8C\u3001\u30DA\u30FC\u30B8\u3092\u30EA\u30D5\u30EC\u30C3\u30B7\u30E5\u3057\u3066\u518D\u5EA6\u7FFB\u8A33\u3057\u3066\u304F\u3060\u3055\u3044\u3002","error.googleLimitIp":"\u30B5\u30FC\u30D3\u30B9\u304C\u30A8\u30E9\u30FC\u3092\u8FD4\u3057\u307E\u3057\u305F\u3002Google\u30B5\u30FC\u30D3\u30B9\u306F\u3053\u306EIP\u30A2\u30C9\u30EC\u30B9\u306B\u5BFE\u3057\u3066\u6D41\u91CF\u5236\u9650\u3092\u884C\u3063\u3066\u3044\u307E\u3059\u3002\u30CD\u30C3\u30C8\u30EF\u30FC\u30AF\u30CE\u30FC\u30C9\u306E\u5909\u66F4\u3092\u304A\u52E7\u3081\u3057\u307E\u3059\u3002","error.openAIFreeLimit":"\u30B5\u30FC\u30D3\u30B9\u304C\u30A8\u30E9\u30FC\u3092\u8FD4\u3057\u307E\u3057\u305F\u3002\u73FE\u5728\u306E\u7FFB\u8A33\u30EA\u30AF\u30A8\u30B9\u30C8\u306E\u983B\u5EA6\u306F\u30011\u5206\u3042\u305F\u308A\u6700\u59273\u56DE\u306E\u4E0A\u9650\u306B\u9054\u3057\u3066\u3044\u307E\u3059\u3002\u5F8C\u307B\u3069\u518D\u5EA6\u304A\u8A66\u3057\u304F\u3060\u3055\u3044\u3002\uFF08\u3053\u308C\u306FOpenAI\u516C\u5F0F\u304C\u7121\u6599\u306EAPI Key\u306B\u5BFE\u3059\u308B\u5236\u9650\u3067\u3001\u3053\u306E\u5236\u9650\u3092\u89E3\u9664\u3059\u308B\u306B\u306F\u3001OpenAI\u306E\u30D0\u30C3\u30AF\u30A8\u30F3\u30C9\u3067\u30AF\u30EC\u30B8\u30C3\u30C8\u30AB\u30FC\u30C9\u3092\u767B\u9332\u3057\u3066\u304F\u3060\u3055\u3044\u3002\uFF09","error.openAIExceededQuota":"\u30B5\u30FC\u30D3\u30B9\u30A8\u30E9\u30FC\u304C\u8FD4\u3055\u308C\u307E\u3057\u305F\uFF1A\u73FE\u5728\u306EOpenAI\u30A2\u30AB\u30A6\u30F3\u30C8\u306E\u6B8B\u9AD8\u304C\u4E0D\u8DB3\u3057\u3066\u3044\u307E\u3059\u3002OpenAI\u306E\u516C\u5F0F\u30D0\u30C3\u30AF\u30A8\u30F3\u30C9\u3067\u30C1\u30E3\u30FC\u30B8\u3059\u308B\u304B\u3001\u30AF\u30EC\u30B8\u30C3\u30C8\u30AB\u30FC\u30C9\u3092\u767B\u9332\u3057\u3066\u304F\u3060\u3055\u3044\u3002","error.429":"\u30B5\u30FC\u30D3\u30B9\u304C\u30A8\u30E9\u30FC\u3092\u8FD4\u3057\u307E\u3057\u305F\u3002\u3053\u308C\u306F\u3001\u30EA\u30AF\u30A8\u30B9\u30C8\u304C\u983B\u7E41\u3059\u304E\u308B\u304B\u3001\u5236\u9650\u3092\u8D85\u3048\u3066\u3044\u308B\u3053\u3068\u3092\u793A\u3057\u3066\u3044\u307E\u3059\u3002\u5F8C\u3067\u3082\u3046\u4E00\u5EA6\u304A\u8A66\u3057\u304F\u3060\u3055\u3044\u3002","error.403":"\u30B5\u30FC\u30D3\u30B9\u304C\u30A8\u30E9\u30FC\u3092\u8FD4\u3057\u307E\u3057\u305F\u3001\u73FE\u5728\u305D\u306E\u30B5\u30FC\u30D3\u30B9\u306B\u30A2\u30AF\u30BB\u30B9\u3059\u308B\u6A29\u9650\u304C\u3042\u308A\u307E\u305B\u3093\u3002","error.400":"\u30B5\u30FC\u30D3\u30B9\u304C\u30A8\u30E9\u30FC\u3092\u8FD4\u3057\u307E\u3057\u305F\u3001\u30EA\u30AF\u30A8\u30B9\u30C8\u30D1\u30E9\u30E1\u30FC\u30BF\u304C\u9593\u9055\u3063\u3066\u3044\u307E\u3059\u3001\u5BFE\u5FDC\u3059\u308B\u8A2D\u5B9A\u3092\u78BA\u8A8D\u3057\u3066\u304F\u3060\u3055\u3044\u3002","error.502":"\u30B5\u30FC\u30D3\u30B9\u304C\u30A8\u30E9\u30FC\u3092\u8FD4\u3057\u307E\u3057\u305F\u3001\u30B5\u30FC\u30D3\u30B9\u304C\u30BF\u30A4\u30E0\u30A2\u30A6\u30C8\u3057\u307E\u3057\u305F\u3001\u5F8C\u3067\u3082\u3046\u4E00\u5EA6\u304A\u8A66\u3057\u304F\u3060\u3055\u3044\u3002","error.proTokenInvalid":"\u3082\u3057\u3042\u306A\u305F\u304CPro\u30E6\u30FC\u30B6\u30FC\u3067\u3042\u308C\u3070\u3001\u30ED\u30B0\u30A4\u30F3\u5F8C\u306BPro\u7FFB\u8A33\u30B5\u30FC\u30D3\u30B9\u3092\u3054\u5229\u7528\u304F\u3060\u3055\u3044\u3002","error.proUpgrade":"\u30A2\u30C3\u30D7\u30B0\u30EC\u30FC\u30C9\u5F8C\u3001\u30DA\u30FC\u30B8\u3092\u66F4\u65B0\u3057\u3066\u518D\u5EA6\u7FFB\u8A33\u3057\u3066\u304F\u3060\u3055\u3044\u3002","error.configError":"\u8A2D\u5B9A\u30C7\u30FC\u30BF\u304C\u7570\u5E38\u3067\u3059","error.goReset":"\u30EA\u30BB\u30C3\u30C8\u306B\u884C\u304F",batchEdit:"\u4E00\u62EC\u64CD\u4F5C","translationModeLang.translation.title":"\u7FFB\u8A33\u306E\u307F\u30E2\u30FC\u30C9\u306E\u8A00\u8A9E","translationModeLang.translation.description":"\u30DA\u30FC\u30B8\u306E\u8A00\u8A9E\u304C\u4EE5\u4E0B\u306E\u8A00\u8A9E\u306E\u5834\u5408\u3001\u81EA\u52D5\u7684\u306B\u7FFB\u8A33\u6587\u306E\u307F\u306E\u30E2\u30FC\u30C9\u3092\u4F7F\u7528\u3057\u307E\u3059\u3002","translationModeUrl.translation.title":"\u7FFB\u8A33\u306E\u307F\u30E2\u30FC\u30C9\u306E\u30A6\u30A7\u30D6\u30B5\u30A4\u30C8","translationModeUrl.translation.description":"\u4EE5\u4E0B\u306E\u30C9\u30E1\u30A4\u30F3\u306E\u30A6\u30A7\u30D6\u30B5\u30A4\u30C8\u3067\u306F\u3001\u81EA\u52D5\u7684\u306B\u7FFB\u8A33\u30C6\u30AD\u30B9\u30C8\u306E\u307F\u306E\u30E2\u30FC\u30C9\u304C\u4F7F\u7528\u3055\u308C\u307E\u3059\u3002","error.serveUnavailable":"\u3042\u306A\u305F\u304C\u73FE\u5728\u4F7F\u7528\u3057\u3066\u3044\u308B[{serverName}]\u30B5\u30FC\u30D3\u30B9\u306F\u3001\u30CD\u30C3\u30C8\u30EF\u30FC\u30AF\u63A5\u7D9A\u3084\u30B5\u30FC\u30D3\u30B9\u30D7\u30ED\u30D0\u30A4\u30C0\u306E\u554F\u984C\u306B\u3088\u308A\u4E00\u6642\u7684\u306B\u30A2\u30AF\u30BB\u30B9\u3067\u304D\u307E\u305B\u3093\u3002\u30DA\u30FC\u30B8\u3092\u30EA\u30D5\u30EC\u30C3\u30B7\u30E5\u3059\u308B\u304B\u3001<1>\u8A2D\u5B9A\u304B\u3089\u4ED6\u306E\u7FFB\u8A33\u30B5\u30FC\u30D3\u30B9\u306B\u5207\u308A\u66FF\u3048\u308B\u3053\u3068\u3092\u304A\u52E7\u3081\u3057\u307E\u3059\u3002\u3082\u3057<2>Pro\u4F1A\u54E1\u3067\u3042\u308C\u3070\u3001\u3088\u308A\u5B89\u5B9A\u3057\u305FDeepL\u307E\u305F\u306FOpenAI\u306E\u7FFB\u8A33\u30B5\u30FC\u30D3\u30B9\u3092\u9078\u629E\u3059\u308B\u3053\u3068\u304C\u3067\u304D\u307E\u3059\uFF08<3>\u3053\u3053\u3092\u30AF\u30EA\u30C3\u30AF\u3057\u3066\u7121\u6599\u4F53\u9A13\uFF09\u3002\u307E\u305F\u3001\u30CD\u30C3\u30C8\u30EF\u30FC\u30AF\u3084\u30D7\u30ED\u30AD\u30B7\u8A2D\u5B9A\u3092\u78BA\u8A8D\u3059\u308B\u5FC5\u8981\u304C\u3042\u308B\u304B\u3082\u3057\u308C\u307E\u305B\u3093\u3002",detectServiceLoading:"\u5229\u7528\u53EF\u80FD\u306A\u7FFB\u8A33\u30B5\u30FC\u30D3\u30B9\u3092\u691C\u51FA\u4E2D...",toggleToService:"{service}\u306B\u5207\u308A\u66FF\u3048\u3066\u518D\u8A66\u884C\u3057\u3066\u304F\u3060\u3055\u3044\u3002","error.gemini.429":"\u73FE\u5728\u306EGemini\u30B5\u30FC\u30D3\u30B9\u306E\u73FE\u5728\u306E\u8CA0\u8377\u80FD\u529B\u304C\u4E0A\u9650\u306B\u9054\u3057\u3066\u3044\u307E\u3059\u306E\u3067\u3001\u5F8C\u307B\u3069\u518D\u5EA6\u304A\u8A66\u3057\u3044\u305F\u3060\u304F\u304B\u3001\u4ED6\u306E\u7FFB\u8A33\u30B5\u30FC\u30D3\u30B9\u306B\u5207\u308A\u66FF\u3048\u3066\u304F\u3060\u3055\u3044\u3002",enableSentryReport:"\u62E1\u5F35\u304C\u30A8\u30E9\u30FC\u3092\u8D77\u3053\u3057\u305F\u3068\u304D\u3001Sentry\u3092\u4F7F\u7528\u3057\u3066\u30D5\u30A3\u30FC\u30C9\u30D0\u30C3\u30AF\u3092\u63D0\u51FA\u3057\u3066\u304F\u3060\u3055\u3044\u3002",goLogin:"\u30ED\u30B0\u30A4\u30F3\u3057\u3066\u304F\u3060\u3055\u3044","translationServices.gemini":"\u30B8\u30A7\u30DF\u30CB","error.reason":"\u30A8\u30E9\u30FC\u306E\u539F\u56E0","widget.translateFile":"PDF/ePub",touchShortcutsOff:"\u9589\u3058\u308B","error.retry":"\u518D\u8A66\u884C","multipleClick.4":"\u56DB\u9023\u6483",shortcutSettings:"\u30B7\u30E7\u30FC\u30C8\u30AB\u30C3\u30C8\u30AD\u30FC","multipleClick.3":"\u30C8\u30EA\u30D7\u30EB\u30B9\u30C8\u30E9\u30A4\u30AF",notLogin:"\u30ED\u30B0\u30A4\u30F3\u3057\u3066\u3044\u307E\u305B\u3093","slide.right":"\u5DE6\u306B\u30B9\u30EF\u30A4\u30D7\u3057\u3066\u304F\u3060\u3055\u3044",translationOnlyMode:"\u8A33\u6587\u306E\u307F\u30E2\u30FC\u30C9","widget.videoSubtitle":"\u30D3\u30C7\u30AA\u5B57\u5E55",paragraphMinTextCountField:"\u7FFB\u8A33\u6BB5\u843D\u306B\u5FC5\u8981\u306A\u6700\u5C0F\u6587\u5B57\u6570","subtitle.hideQuickButton":"\u3053\u306E\u30B7\u30E7\u30FC\u30C8\u30AB\u30C3\u30C8\u3092\u8868\u793A\u3057\u306A\u3044","floatBall.iKnow":"\u308F\u304B\u308A\u307E\u3057\u305F",contact:"\u79C1\u305F\u3061\u306B\u9023\u7D61\u3057\u3066\u304F\u3060\u3055\u3044","widget.instructionTooltip":"\u4F7F\u7528\u8AAC\u660E\u3092\u78BA\u8A8D\u3057\u3066\u304F\u3060\u3055\u3044","tagsInput.add":"+ \u8FFD\u52A0",loggedIn:"\u30ED\u30B0\u30A4\u30F3\u6E08\u307F","intro.floatBallTitle":"\u30AF\u30A4\u30C3\u30AF\u7FFB\u8A33\u30D5\u30ED\u30FC\u30C8\u30DC\u30FC\u30EB",pickAll:"\u3059\u3079\u3066\u9078\u629E","error.subscriptionExpiredTitle":"\u4F1A\u54E1\u304C\u671F\u9650\u5207\u308C\u306B\u306A\u308A\u307E\u3057\u305F","widget.instruction":"\u4F7F\u7528\u8AAC\u660E","shortcutGroup.main":"\u4E00\u822C\u7684\u306A\u6A5F\u80FD\u306E\u30B7\u30E7\u30FC\u30C8\u30AB\u30C3\u30C8\u30AD\u30FC","subtitle.bilingual":"\u30D0\u30A4\u30EA\u30F3\u30AC\u30EB\u5B57\u5E55",alwaysTranslateThisSite:"\u5E38\u306B\u3053\u306E\u30A6\u30A7\u30D6\u30B5\u30A4\u30C8\u3092\u7FFB\u8A33\u3057\u3066\u304F\u3060\u3055\u3044\u3002",mouseHoverCustomKeyTitle:"\u30AB\u30B9\u30BF\u30E0\u30DE\u30A6\u30B9\u30DB\u30D0\u30FC\u30B7\u30E7\u30FC\u30C8\u30AB\u30C3\u30C8","shortcutGroup.mouse":"\u30DE\u30A6\u30B9\u30DB\u30D0\u30FC\u30B7\u30E7\u30FC\u30C8\u30AB\u30C3\u30C8\u8A2D\u5B9A","browser.translateWithGemini":"\u73FE\u5728\u306E\u30DA\u30FC\u30B8\u3092\u4E00\u6642\u7684\u306BGemini\u3067\u7FFB\u8A33\u3057\u3066\u304F\u3060\u3055\u3044",shortcutSettingsTitle:"\u30B7\u30E7\u30FC\u30C8\u30AB\u30C3\u30C8\u30AD\u30FC\u306E\u8A2D\u5B9A","subtitle.showQuickButton":"\u30D7\u30EC\u30FC\u30E4\u30FC\u306B\u4E8C\u8A00\u8A9E\u5B57\u5E55\u306E\u30B7\u30E7\u30FC\u30C8\u30AB\u30C3\u30C8\u3092\u8868\u793A\u3059\u308B","browser.translateWithOpenAI":"\u4E00\u6642\u7684\u306BOpenAI\u3092\u4F7F\u3063\u3066\u73FE\u5728\u306E\u30DA\u30FC\u30B8\u3092\u7FFB\u8A33\u3057\u3066\u304F\u3060\u3055\u3044","browser.translateInputBox":"\u73FE\u5728\u306E\u5165\u529B\u30DC\u30C3\u30AF\u30B9\u306E\u5185\u5BB9\u3092\u7FFB\u8A33\u3057\u3066\u304F\u3060\u3055\u3044\u3002","browser.translateWithDeepL":"\u73FE\u5728\u306E\u30DA\u30FC\u30B8\u3092\u4E00\u6642\u7684\u306BDeepL\u3067\u7FFB\u8A33\u3057\u3066\u304F\u3060\u3055\u3044\u3002","browser.translateWithGoogle":"\u4E00\u6642\u7684\u306BGoogle\u7FFB\u8A33\u3067\u73FE\u5728\u306E\u30DA\u30FC\u30B8\u3092\u7FFB\u8A33\u3057\u3066\u304F\u3060\u3055\u3044\u3002",temprarilyChangeTranslationTo_openai:"\u73FE\u5728\u3001OpenAI\u3092\u4F7F\u7528\u3057\u3066\u73FE\u5728\u306E\u30DA\u30FC\u30B8\u3092\u7FFB\u8A33\u3057\u3066\u3044\u307E\u3059",temprarilyChangeTranslationTo_deepl:"\u73FE\u5728\u3001DeepL\u3092\u4F7F\u7528\u3057\u3066\u73FE\u5728\u306E\u30DA\u30FC\u30B8\u3092\u7FFB\u8A33\u3057\u3066\u3044\u307E\u3059","intro.subtitleTitle":"\u30AA\u30F3\u30E9\u30A4\u30F3\u30D3\u30C7\u30AA\u306E\u30D0\u30A4\u30EA\u30F3\u30AC\u30EB\u5B57\u5E55\u8868\u793A","shortcutGroup.touch":"\u30BF\u30C3\u30C1\u30B9\u30AF\u30EA\u30FC\u30F3\u5C02\u7528\u30B8\u30A7\u30B9\u30C1\u30E3\u30FC",temprarilyChangeTranslationTo_gemini:"\u73FE\u5728\u3001Gemini\u3092\u4F7F\u7528\u3057\u3066\u73FE\u5728\u306E\u30DA\u30FC\u30B8\u3092\u7FFB\u8A33\u3057\u3066\u3044\u307E\u3059",neverTranslateThisSite:"\u3053\u306E\u30A6\u30A7\u30D6\u30B5\u30A4\u30C8\u3092\u6C38\u9060\u306B\u7FFB\u8A33\u3057\u306A\u3044\u3067\u304F\u3060\u3055\u3044",temprarilyChangeTranslationTo_transmart:"\u73FE\u5728\u3001\u30C6\u30F3\u30BB\u30F3\u30C8\u7FFB\u8A33\u3092\u4F7F\u7528\u3057\u3066\u73FE\u5728\u306E\u30DA\u30FC\u30B8\u3092\u7FFB\u8A33\u3057\u3066\u3044\u307E\u3059","browser.translateWithTransmart":"\u4E00\u6642\u7684\u306B\u30C6\u30F3\u30BB\u30F3\u30C8\u7FFB\u8A33\u3067\u73FE\u5728\u306E\u30DA\u30FC\u30B8\u3092\u7FFB\u8A33\u3057\u3066\u304F\u3060\u3055\u3044",notLoginPro:"\u3042\u306A\u305F\u306E\u4F1A\u54E1\u30A2\u30AB\u30A6\u30F3\u30C8\u306B\u307E\u3060\u30ED\u30B0\u30A4\u30F3\u3057\u3066\u3044\u307E\u305B\u3093",networkError:"\u7FFB\u8A33\u30B5\u30FC\u30D3\u30B9\u307E\u305F\u306F\u30CD\u30C3\u30C8\u30EF\u30FC\u30AF\u306B\u554F\u984C\u304C\u767A\u751F\u3057\u3066\u3044\u307E\u3059","widget.videoSubtitleTooltip":"Youtube \u7B49 {count}+ \u306E\u30D3\u30C7\u30AA\u30B5\u30A4\u30C8\u3092\u30B5\u30DD\u30FC\u30C8\u3057\u3066\u3044\u307E\u3059","subtitle.autoDisableSubtitle":"\u81EA\u52D5\u7684\u306B\u4E8C\u304B\u56FD\u8A9E\u306E\u5B57\u5E55\u3092\u6709\u52B9\u306B\u3057\u306A\u3044","intro.hoverTitle":"\u30DE\u30A6\u30B9\u3092\u73FE\u5728\u306E\u6BB5\u843D\u306B\u30DB\u30D0\u30FC\u3057\u3066\u7FFB\u8A33\u3057\u3066\u304F\u3060\u3055\u3044","shortcutGroup.others":"\u3088\u308A\u591A\u304F\u306E\u30AB\u30B9\u30BF\u30E0\u6A5F\u80FD\u306E\u30B7\u30E7\u30FC\u30C8\u30AB\u30C3\u30C8",upgradeToProErrorTitle:"\u3053\u306E\u7FFB\u8A33\u30B5\u30FC\u30D3\u30B9\u3092\u4F7F\u7528\u3059\u308B\u306B\u306F\u3001Pro\u30E1\u30F3\u30D0\u30FC\u306B\u30A2\u30C3\u30D7\u30B0\u30EC\u30FC\u30C9\u3057\u3066\u304F\u3060\u3055\u3044\u3002",temprarilyChangeTranslationTo_google:"\u73FE\u5728\u3001Google\u7FFB\u8A33\u3092\u4F7F\u7528\u3057\u3066\u73FE\u5728\u306E\u30DA\u30FC\u30B8\u3092\u7FFB\u8A33\u3057\u3066\u3044\u307E\u3059",touchShortcutsToggleTranslationMask:"\u30BF\u30C3\u30C1\u30B9\u30AF\u30EA\u30FC\u30F3\u30B8\u30A7\u30B9\u30C1\u30E3\u30FC\u3092\u8A2D\u5B9A\u3057\u3066\u3001\u7FFB\u8A33\u30DE\u30B9\u30AF\u3092\u8868\u793A/\u539F\u6587\u3092\u8868\u793A","shortcutGroup.shortcutsForTranslationServices":"\u7FFB\u8A33\u30B5\u30FC\u30D3\u30B9\u95A2\u9023\u306E\u30B7\u30E7\u30FC\u30C8\u30AB\u30C3\u30C8\u30AD\u30FC","neverTranslateText.title":"\u4EE5\u4E0B\u306E\u5358\u8A9E\u306F\u539F\u6587\u306E\u307E\u307E\u306B\u3057\u3066\u304F\u3060\u3055\u3044\u3001\u7FFB\u8A33\u3057\u306A\u3044\u3067\u304F\u3060\u3055\u3044\u3002","widget.translateFileTooltip":"PDF\u3001EPUB\u3001SRT\u3001ASS\u3001HTML\u3001TXT \u30C9\u30AD\u30E5\u30E1\u30F3\u30C8\u3092\u7FFB\u8A33\u3057\u3066\u304F\u3060\u3055\u3044","floatBall.longPress":"\u9577\u62BC\u3057\u3059\u308B\u3068\u3001\u8A2D\u5B9A\u30D1\u30CD\u30EB\u3092\u7D20\u65E9\u304F\u958B\u304F\u3053\u3068\u304C\u3067\u304D\u307E\u3059\u3088","floatBall.guideClickToTranslate":`\u30AF\u30EA\u30C3\u30AF\u3057\u3066\u6CA1\u5165\u578B\u7FFB\u8A33\u30D5\u30ED\u30FC\u30C8\u30DC\u30FC\u30EB\u3092 \u3059\u3050\u306B\u7FFB\u8A33\u3067\u304D\u307E\u3059`,"browser.translateWithBing":"\u4E00\u6642\u7684\u306B\u30DE\u30A4\u30AF\u30ED\u30BD\u30D5\u30C8\u7FFB\u8A33\u3092\u4F7F\u7528\u3057\u3066\u73FE\u5728\u306E\u30DA\u30FC\u30B8\u3092\u7FFB\u8A33\u3057\u3066\u304F\u3060\u3055\u3044\u3002","browser.toggleMouseHoverTranslateDirectly":"\u30DA\u30FC\u30B8\u4E0A\u3067\u4E00\u6642\u7684\u306B\u30DE\u30A6\u30B9\u30DB\u30D0\u30FC\u306B\u3088\u308B\u76F4\u63A5\u7FFB\u8A33\u3092\u6709\u52B9\u306B\u3059\u308B\u304B\u7121\u52B9\u306B\u3059\u308B","browser.toggleVideoSubtitlePreTranslation":"\u30D0\u30A4\u30EA\u30F3\u30AC\u30EB\u5B57\u5E55\u3092\u5207\u308A\u66FF\u3048\u3066\u3001\u6CA1\u5165\u578B\u7FFB\u8A33\u8A2D\u5B9A\u3092\u512A\u5148\u7684\u306B\u4F7F\u7528\u3057\u3066\u304F\u3060\u3055\u3044\u3002",touchShortcutsToggleTranslateTouchElement:"\u6307\u5B9A\u306E\u6BB5\u843D\u3092\u7FFB\u8A33\u3059\u308B\u305F\u3081\u306E\u30BF\u30C3\u30C1\u30B9\u30AF\u30EA\u30FC\u30F3\u30B8\u30A7\u30B9\u30C1\u30E3\u30FC\u3092\u8A2D\u5B9A\u3057\u3066\u304F\u3060\u3055\u3044",touchShortcutsToggleTranslatePage:"\u30A6\u30A7\u30D6\u30DA\u30FC\u30B8\u3092\u7FFB\u8A33/\u539F\u6587\u3092\u8868\u793A\u3059\u308B\u305F\u3081\u306E\u30BF\u30C3\u30C1\u30B9\u30AF\u30EA\u30FC\u30F3\u30B8\u30A7\u30B9\u30C1\u30E3\u30FC\u3092\u8A2D\u5B9A\u3057\u3066\u304F\u3060\u3055\u3044\u3002","contact.description":"\u4F55\u304B\u3054\u8CEA\u554F\u3084\u63D0\u6848\u304C\u3054\u3056\u3044\u307E\u3057\u305F\u3089\u3001\u4E0B\u8A18\u306E\u30D5\u30A9\u30FC\u30E0\u306B\u8A18\u5165\u3057\u3066\u3054\u9023\u7D61\u3044\u305F\u3060\u304F\u304B\u3001{email}\u307E\u3067\u30E1\u30FC\u30EB\u3092\u304A\u9001\u308A\u304F\u3060\u3055\u3044\u3002\u65E9\u6025\u306B\u3054\u8FD4\u4FE1\u3044\u305F\u3057\u307E\u3059\u3002","desc.mouseHoverHoldKey":"\u30DE\u30A6\u30B9\u3092\u7279\u5B9A\u306E\u6BB5\u843D\u306B\u30DB\u30D0\u30FC\u3055\u305B\u3001\u540C\u6642\u306B\u53F3\u5074\u306E\u30B7\u30E7\u30FC\u30C8\u30AB\u30C3\u30C8\u30AD\u30FC\u3092\u62BC\u3059\u3068\u3001\u305D\u306E\u6BB5\u843D\u3092\u76F4\u63A5\u7FFB\u8A33\u3067\u304D\u307E\u3059\u3002","desc.touchShortcutsToggleTranslateTouchElement":"\u3042\u306A\u305F\u306E\u3044\u308B\u4EFB\u610F\u306E\u6BB5\u843D\u3092\u7FFB\u8A33\u3059\u308B\u305F\u3081\u306E\u30B8\u30A7\u30B9\u30C1\u30E3\u30FC\u3092\u30AB\u30B9\u30BF\u30DE\u30A4\u30BA\u3057\u3066\u304F\u3060\u3055\u3044\u3002",paragraphMinTextCountDesc:"\u6CE8\u610F\u3001\u3053\u3053\u3067\u6307\u3059\u306E\u306F\u6587\u5B57\u306E\u9577\u3055\u3067\u3001\u4F8B\u3048\u3070\uFF1Ahello\u306F5\u6587\u5B57\u3067\u3059\u3001\u3088\u308A\u5927\u304D\u306A\u5024\u3092\u8A2D\u5B9A\u3059\u308B\u3068\u4E0D\u5FC5\u8981\u306A\u5C0F\u3055\u306A\u6BB5\u843D\u306E\u7FFB\u8A33\u3092\u6E1B\u3089\u3059\u3053\u3068\u304C\u3067\u304D\u307E\u3059\u3002","description.baiduField":"\u30B5\u30DD\u30FC\u30C8\u3055\u308C\u3066\u3044\u308B\u30D5\u30A3\u30FC\u30EB\u30C9\u306F<1>\u3053\u3053\u3092\u53C2\u7167\u3057\u3066\u304F\u3060\u3055\u3044\u3002\u7A7A\u306E\u5834\u5408\u306F\u3001\u30D5\u30A3\u30FC\u30EB\u30C9\u304C\u6307\u5B9A\u3055\u308C\u3066\u3044\u306A\u3044\u3053\u3068\u3092\u610F\u5473\u3057\u307E\u3059\u3002","error.subscriptionExpired":"\u3042\u306A\u305F\u306E\u4F1A\u54E1\u8CC7\u683C\u306F\u3059\u3067\u306B\u671F\u9650\u5207\u308C\u304B\u3082\u3057\u308C\u307E\u305B\u3093\u3001\u3042\u306A\u305F\u306E\u4F1A\u54E1\u30B9\u30C6\u30FC\u30BF\u30B9\u3092\u78BA\u8A8D\u3057\u3066\u304F\u3060\u3055\u3044\u3002",temprarilyChangeTranslationTo_bing:"\u73FE\u5728\u3001\u30DE\u30A4\u30AF\u30ED\u30BD\u30D5\u30C8\u7FFB\u8A33\u3092\u4F7F\u7528\u3057\u3066\u73FE\u5728\u306E\u30DA\u30FC\u30B8\u3092\u7FFB\u8A33\u3057\u3066\u3044\u307E\u3059","desc.touchShortcutsToggleTranslatePage":"\u8A2D\u5B9A\u5F8C\u3001\u79FB\u52D5\u30C7\u30D0\u30A4\u30B9\u6642\u306B\u306F\u3001X\u672C\u306E\u6307\u3067\u753B\u9762\u3092\u540C\u6642\u306B\u30BF\u30C3\u30C1\u3057\u305F\u308A\u3001\u5DE6\u53F3\u306B\u30B9\u30EF\u30A4\u30D7\u3057\u305F\u308A\u3001\u9023\u7D9A\u3057\u3066\u30BF\u30C3\u30D7\u3057\u305F\u308A\u3057\u3066\u3001\u7FFB\u8A33\u30DA\u30FC\u30B8/\u539F\u6587\u3092\u8868\u793A\u3059\u308B\u3053\u3068\u304C\u3067\u304D\u307E\u3059\u3002",confirmResetToDefaultSettings:"\u3053\u306E\u7FFB\u8A33\u30B5\u30FC\u30D3\u30B9\u3092\u30C7\u30D5\u30A9\u30EB\u30C8\u8A2D\u5B9A\u306B\u623B\u3057\u307E\u3059\u304B\uFF1F\uFF08\u73FE\u5728\u306E\u7FFB\u8A33\u30B5\u30FC\u30D3\u30B9\u306E\u8A2D\u5B9A\u306E\u307F\u30EA\u30BB\u30C3\u30C8\uFF09","desc.toggleMouseHoverTranslateDirectly":"\u3053\u306E\u30B7\u30E7\u30FC\u30C8\u30AB\u30C3\u30C8\u30AD\u30FC\u3092\u62BC\u3059\u3068\u3001\u30DA\u30FC\u30B8\u4E0A\u3067\u30DE\u30A6\u30B9\u304C\u4EFB\u610F\u306E\u30C6\u30AD\u30B9\u30C8\u3092\u6307\u3059\u3068\u3001\u305D\u306E\u30C6\u30AD\u30B9\u30C8\u304C\u81EA\u52D5\u7684\u306B\u7FFB\u8A33\u3055\u308C\u307E\u3059\u3002\u30B7\u30E7\u30FC\u30C8\u30AB\u30C3\u30C8\u30AD\u30FC\u3092\u3082\u3046\u4E00\u5EA6\u62BC\u3059\u3068\u3001\u3053\u306E\u81EA\u52D5\u7FFB\u8A33\u6A5F\u80FD\u3092\u9589\u3058\u308B\u3053\u3068\u304C\u3067\u304D\u307E\u3059\u3002","slide.left":"\u53F3\u306B\u30B9\u30E9\u30A4\u30C9\u3057\u3066\u304F\u3060\u3055\u3044","subtitle.showQuickButtonDescription":"\u30D3\u30C7\u30AA\u30D7\u30EC\u30FC\u30E4\u30FC\u306E\u53F3\u4E0B\u9685\u306B\u4E8C\u8A00\u8A9E\u5B57\u5E55\u3092\u6709\u52B9\u306B\u3059\u308B\u30B7\u30E7\u30FC\u30C8\u30AB\u30C3\u30C8\u304C\u63D0\u4F9B\u3055\u308C\u3066\u3044\u307E\u3059",mouseHoverCustomKeyDescription:"\u3042\u306A\u305F\u306F\u30DE\u30A6\u30B9\u306E\u30DB\u30D0\u30FC\u306B\u30AB\u30B9\u30BF\u30E0\u30B7\u30E7\u30FC\u30C8\u30AB\u30C3\u30C8\u30AD\u30FC\u3092\u8A2D\u5B9A\u3059\u308B\u3053\u3068\u304C\u3067\u304D\u307E\u3059\u3002\u4F8B\u3048\u3070\uFF1AAlt+Z\u3001Ctrl+E\u3001Cmd+Alt+E\u3001\u307E\u305F\u306F\u76F4\u63A5Cmd\u3001\u624B\u52D5\u3067\u5165\u529B\u3057\u3066\u304F\u3060\u3055\u3044\u3002",buildSnapshots:"\u30A6\u30A7\u30D6\u30DA\u30FC\u30B8\u306E\u30B9\u30CA\u30C3\u30D7\u30B7\u30E7\u30C3\u30C8\u3092\u751F\u6210\u3059\u308B",shortcutDisableTooltip:"\u30D6\u30E9\u30A6\u30B6\u304C\u63D0\u4F9B\u3059\u308B\u62E1\u5F35\u30B7\u30E7\u30FC\u30C8\u30AB\u30C3\u30C8\u30AD\u30FC\u7BA1\u7406\u30DA\u30FC\u30B8\u3067\u8A2D\u5B9A\u3092\u884C\u3063\u3066\u304F\u3060\u3055\u3044\u3002\u8A73\u3057\u3044\u30AC\u30A4\u30C9\u306F\u3001\u3053\u306E\u30DA\u30FC\u30B8\u306E\u4E00\u756A\u4E0A\u306E\u8AAC\u660E\u3092\u3054\u89A7\u304F\u3060\u3055\u3044\u3002","desc.toggleTranslateTheMainPage":"\u30DA\u30FC\u30B8\u306E\u4E3B\u8981\u306A\u30A8\u30EA\u30A2\u306E\u307F\u3092\u7FFB\u8A33\u3057\u3066\u304F\u3060\u3055\u3044\u3002\u30DA\u30FC\u30B8\u5168\u4F53\u306E\u30A8\u30EA\u30A2\u3092\u7FFB\u8A33\u3059\u308B\u8A2D\u5B9A\u3092\u6709\u52B9\u306B\u3057\u305F\u5F8C\u3001\u3053\u306E\u30B7\u30E7\u30FC\u30C8\u30AB\u30C3\u30C8\u30AD\u30FC\u3092\u4F7F\u7528\u3057\u3066\u30DA\u30FC\u30B8\u306E\u4E3B\u8981\u306A\u30A8\u30EA\u30A2\u306E\u307F\u3092\u7279\u5225\u306B\u7FFB\u8A33\u3059\u308B\u3053\u3068\u304C\u3067\u304D\u307E\u3059\u3002","multipleClick.2":"\u30C0\u30D6\u30EB\u30AF\u30EA\u30C3\u30AF","desc.touchShortcutsToggleTranslationMask":"\u7FFB\u8A33\u30DE\u30B9\u30AF\u306F\u3001\u7FFB\u8A33\u30B9\u30BF\u30A4\u30EB\u306E\u307C\u304B\u3057\u52B9\u679C\uFF08\u5B66\u7FD2\u30E2\u30FC\u30C9\uFF09\u3092\u6307\u3057\u3001\u958B\u59CB\u3059\u308B\u3068\u4E00\u6642\u7684\u306B\u7FFB\u8A33\u6587\u306B\u307C\u304B\u3057\u52B9\u679C\u3092\u4F7F\u7528\u3057\u3001\u5B66\u7FD2\u306B\u4FBF\u5229\u3067\u3059\u3002","desc.toggleTranslateTheWholePage":"\u30DA\u30FC\u30B8\u5168\u4F53\u3092\u7FFB\u8A33\u3057\u307E\u3059\u3002\u30C7\u30D5\u30A9\u30EB\u30C8\u3067\u306F\u3001\u79C1\u305F\u3061\u306F\u30DA\u30FC\u30B8\u306E\u4E3B\u8981\u306A\u90E8\u5206\u3092\u7FFB\u8A33\u3057\u307E\u3059\u304C\u3001\u3053\u306E\u30B7\u30E7\u30FC\u30C8\u30AB\u30C3\u30C8\u30AD\u30FC\u3092\u4F7F\u7528\u3057\u3066\u30DA\u30FC\u30B8\u5168\u4F53\u3092\u7279\u5225\u306B\u7FFB\u8A33\u3059\u308B\u3053\u3068\u304C\u3067\u304D\u307E\u3059\u3002","desc.interfaceLanguage":"\u30A4\u30F3\u30BF\u30FC\u30D5\u30A7\u30FC\u30B9\u306E\u8A00\u8A9E\u8A2D\u5B9A\u306F\u30B3\u30F3\u30C8\u30ED\u30FC\u30EB\u30D1\u30CD\u30EB\u306E\u8868\u793A\u8A00\u8A9E\u306B\u5F71\u97FF\u3092\u4E0E\u3048\u3001\u7FFB\u8A33\u306E\u76EE\u6A19\u8A00\u8A9E\u3068\u306F\u95A2\u4FC2\u3042\u308A\u307E\u305B\u3093\u3002","intro.floatBallDescription":"\u6709\u52B9\u306B\u3059\u308B\u3068\u3001\u30DA\u30FC\u30B8\u306E\u53F3\u5074\u306B\u7FFB\u8A33\u30DC\u30BF\u30F3\u304C\u8868\u793A\u3055\u308C\u3001\u30AF\u30EA\u30C3\u30AF\u3059\u308B\u3068\u3059\u3050\u306B\u7FFB\u8A33\u3067\u304D\u3001\u518D\u5EA6\u30AF\u30EA\u30C3\u30AF\u3059\u308B\u3068\u5143\u306E\u30C6\u30AD\u30B9\u30C8\u306B\u5207\u308A\u66FF\u3048\u308B\u3053\u3068\u304C\u3067\u304D\u307E\u3059\u3002\u30E2\u30D0\u30A4\u30EB\u7AEF\u672B\u3067\u306F\u3001\u30D5\u30ED\u30FC\u30C6\u30A3\u30F3\u30B0\u30DC\u30FC\u30EB\u3092\u9577\u62BC\u3057\u3059\u308B\u3068\u3001\u30B7\u30E7\u30FC\u30C8\u30AB\u30C3\u30C8\u8A2D\u5B9A\u30D1\u30CD\u30EB\u3092\u958B\u304F\u3053\u3068\u304C\u3067\u304D\u307E\u3059\u3002","neverTranslateText.description":"\u4E00\u90E8\u306E\u7FFB\u8A33\u30A8\u30F3\u30B8\u30F3\u306F\u5C02\u6709\u540D\u8A5E\u306E\u8A8D\u8B58\u304C\u7406\u60F3\u7684\u3067\u306F\u306A\u3044\u305F\u3081\u3001\u3053\u3053\u306B\u5358\u8A9E\u3092\u8FFD\u52A0\u3057\u3066\u3001\u7FFB\u8A33\u30D7\u30ED\u30BB\u30B9\u4E2D\u306B\u305D\u308C\u3089\u304C\u5909\u63DB\u3055\u308C\u306A\u3044\u3088\u3046\u306B\u3059\u308B\u3053\u3068\u304C\u3067\u304D\u307E\u3059\u3002\u3053\u306E\u6A5F\u80FD\u306F\u5927\u6587\u5B57\u3068\u5C0F\u6587\u5B57\u3092\u533A\u5225\u3057\u3001\u30B9\u30DA\u30FC\u30B9\u3067\u533A\u5207\u3089\u308C\u305F\u5358\u8A9E\u8A00\u8A9E\uFF08\u82F1\u8A9E\u3001\u30D5\u30E9\u30F3\u30B9\u8A9E\u306A\u3069\uFF09\u306E\u307F\u3092\u30B5\u30DD\u30FC\u30C8\u3057\u3066\u304A\u308A\u3001\u65E5\u672C\u8A9E\u3084\u97D3\u56FD\u8A9E\u306A\u3069\u306E\u8A00\u8A9E\u306B\u306F\u9069\u7528\u3055\u308C\u307E\u305B\u3093\u3002","intro.subtitleDescription":"\u3053\u306E\u6A5F\u80FD\u3092\u6709\u52B9\u306B\u3059\u308B\u3068\u3001\u30D3\u30C7\u30AA\u306E\u518D\u751F\u6642\u306B\u81EA\u52D5\u7684\u306B\u4E8C\u8A00\u8A9E\u5B57\u5E55\u304C\u8868\u793A\u3055\u308C\u307E\u3059\u3002\u6709\u52B9\u306B\u3057\u3066\u3044\u306A\u3044\u5834\u5408\u306F\u3001\u30DA\u30FC\u30B8\u4E0A\u3067\u624B\u52D5\u3067\u7FFB\u8A33\u30DC\u30BF\u30F3\u3092\u30AF\u30EA\u30C3\u30AF\u3057\u3066\u5B57\u5E55\u3092\u8868\u793A\u3059\u308B\u5FC5\u8981\u304C\u3042\u308A\u307E\u3059\u3002\u6280\u8853\u7684\u306A\u5236\u9650\u306E\u305F\u3081\u3001\u4E00\u90E8\u306E\u30A6\u30A7\u30D6\u30B5\u30A4\u30C8\u3067\u306F\u3001\u5B57\u5E55\u3092\u521D\u3081\u3066\u6709\u52B9\u306B\u3059\u308B\u3068\u304D\u306B\u30DA\u30FC\u30B8\u3092\u66F4\u65B0\u3059\u308B\u304B\u3001\u7FFB\u8A33\u304C\u5B8C\u4E86\u3059\u308B\u306E\u3092\u5F85\u3064\u5FC5\u8981\u304C\u3042\u308B\u304B\u3082\u3057\u308C\u307E\u305B\u3093\u3002\u307E\u305F\u3001\u30D3\u30C7\u30AA\u30B5\u30A4\u30C8\u3092\u958B\u3044\u305F\u5F8C\u3001\u53F3\u4E0A\u306E\u89D2\u3067\u6CA1\u5165\u578B\u7FFB\u8A33\u306E\u30B7\u30E7\u30FC\u30C8\u30AB\u30C3\u30C8\u30D1\u30CD\u30EB\u3092\u958B\u304F/\u9589\u3058\u308B\u3053\u3068\u3082\u3067\u304D\u307E\u3059\u3002

\u73FE\u5728\u3001\u4EE5\u4E0B\u306E\u30A6\u30A7\u30D6\u30B5\u30A4\u30C8\u3067\u4E8C\u8A00\u8A9E\u5B57\u5E55\u3092\u4F7F\u7528\u3059\u308B\u3053\u3068\u304C\u3067\u304D\u307E\u3059\uFF1A","intro.hoverDescription":"\u30DE\u30A6\u30B9\u30DB\u30D0\u30FC\u7FFB\u8A33\u306F\u3001\u6CA1\u5165\u578B\u7FFB\u8A33\u306B\u304A\u3044\u3066\u975E\u5E38\u306B\u91CD\u8981\u306A\u6A5F\u80FD\u3067\u3001\u30D1\u30E9\u30B0\u30E9\u30D5\u306E\u4E0A\u306B\u30DE\u30A6\u30B9\u3092\u7F6E\u304D\u3001\u8A2D\u5B9A\u3057\u305F\u30B7\u30E7\u30FC\u30C8\u30AB\u30C3\u30C8\u30AD\u30FC\u3092\u540C\u6642\u306B\u62BC\u3059\u3060\u3051\u3067\u3001\u73FE\u5728\u306E\u30D1\u30E9\u30B0\u30E9\u30D5\u3092\u81EA\u52D5\u7684\u306B\u7FFB\u8A33\u3057\u307E\u3059\uFF08\u6CE8\u610F\uFF1A\u30C7\u30D5\u30A9\u30EB\u30C8\u3067\u306F\u6709\u52B9\u306B\u306A\u3063\u3066\u3044\u307E\u305B\u3093\u306E\u3067\u3001\u4E0B\u306E\u8A2D\u5B9A\u3067\u6709\u52B9\u306B\u3057\u3066\u304F\u3060\u3055\u3044\uFF09\u3002\u3053\u306E\u30A4\u30F3\u30BF\u30E9\u30AF\u30B7\u30E7\u30F3\u306F\u3001\u5358\u8A9E\u306E\u9078\u629E\u7FFB\u8A33\u3092\u3088\u308A\u826F\u304F\u4EE3\u66FF\u3059\u308B\u305F\u3081\u306B\u4F7F\u7528\u3055\u308C\u307E\u3059\u3002\u307E\u305F\u3001\u3053\u306E\u6A5F\u80FD\u306F\u3001\u8A8D\u8B58\u3067\u304D\u306A\u3044\u7FFB\u8A33\u30A8\u30EA\u30A2\u306B\u3082\u5E83\u304F\u9069\u7528\u3055\u308C\u3066\u3044\u307E\u3059\u3002\u3053\u306E\u6A5F\u80FD\u3092\u5229\u7528\u3057\u3066\u3001\u4EFB\u610F\u306E\u30D1\u30E9\u30B0\u30E9\u30D5\u3092\u5F37\u5236\u7684\u306B\u7FFB\u8A33\u3059\u308B\u3053\u3068\u304C\u3067\u304D\u307E\u3059\u3002",translationOnlyModeDescription:"\u300C\u8A33\u6587\u306E\u307F\u300D\u30E2\u30FC\u30C9\u3068\u306F\u3001\u30C7\u30D5\u30A9\u30EB\u30C8\u306E\u30D0\u30A4\u30EA\u30F3\u30AC\u30EB\u30E2\u30FC\u30C9\u3067\u306F\u306A\u304F\u3001\u8A33\u6587\u306E\u307F\u3092\u8868\u793A\u3059\u308B\u3053\u3068\u3092\u6307\u3057\u307E\u3059\u3002\u6CE8\u610F\uFF1A\u6280\u8853\u7684\u306A\u5236\u9650\u306E\u305F\u3081\u3001\u300C\u8A33\u6587\u306E\u307F\u300D\u30E2\u30FC\u30C9\u3067\u306F\u3001\u539F\u6587\u306E\u30CF\u30A4\u30D1\u30FC\u30EA\u30F3\u30AF\u304C\u7121\u52B9\u306B\u306A\u308A\u307E\u3059\u3002",geminiWarning:"\u6CE8\u610F\uFF1AGoogle\u304C\u63D0\u4F9B\u3059\u308BGemini\u306E\u7121\u6599\u30B5\u30FC\u30D3\u30B9\u306E\u5236\u9650\u306F\u53B3\u3057\u304F\u3001\u30E6\u30FC\u30B6\u30FC\u304C\u8907\u6570\u306EKey\u3092\u4F7F\u7528\u3057\u3066\u5F7C\u3089\u306E\u7121\u6599\u914D\u5F53\u5236\u9650\u3092\u56DE\u907F\u3057\u3066\u3044\u308B\u3068Google\u306B\u5224\u65AD\u3055\u308C\u308B\u53EF\u80FD\u6027\u304C\u3042\u308A\u307E\u3059\u3002\u4F7F\u7528\u3059\u308B\u3053\u3068\u306F\u304A\u52E7\u3081\u3057\u307E\u305B\u3093\u3001Google\u304C\u5C06\u6765Gemini\u306E\u6709\u6599\u30A4\u30F3\u30BF\u30FC\u30D5\u30A7\u30FC\u30B9\u3092\u958B\u653E\u3059\u308B\u306E\u3092\u5F85\u3064\u3053\u3068\u3092\u304A\u52E7\u3081\u3057\u307E\u3059\u3002","floatBall.setting":"\u8A2D\u5B9A","floatBall.translateToLanguage":"{language}\u306B\u7FFB\u8A33\u3059\u308B\u3092\u30AF\u30EA\u30C3\u30AF\u3057\u3066\u304F\u3060\u3055\u3044","floatBall.file":`PDF\u3001EPUB\u3001SRT\u3001 ASS\u3001HTML\u3001TXT\u30D5\u30A1\u30A4\u30EB\u3092\u7FFB\u8A33\u3057\u307E\u3059`,changeToOnlyTempTranslationMode:"\u7FFB\u8A33\u306E\u307F\u3092\u8868\u793A\u3059\u308B\u3088\u3046\u306B\u5207\u308A\u66FF\u3048\u308B",changeToDualTempTranslationMode:"\u5BFE\u8A33\u3078\u306E\u5207\u308A\u66FF\u3048","options.navbar.translateFile":"\u7FFB\u8A33\u6587\u66F8","translationServices.yandex":"\u30E4\u30F3\u30C7\u30C3\u30AF\u30B9","options.navbar.installApp":"\u643A\u5E2F\u96FB\u8A71\u306E\u30A2\u30D7\u30EA\u3092\u30A4\u30F3\u30B9\u30C8\u30FC\u30EB\u3059\u308B","transitionMode.translation":"\u305F\u3060\u8A33\u6587","subtitle.transitionMode":"\u30D3\u30C7\u30AA\u5B57\u5E55\u306E\u4E8C\u8A00\u8A9E/\u7FFB\u8A33\u30C6\u30AD\u30B9\u30C8\u306E\u307F\u306E\u8A2D\u5B9A","transitionMode.dual":"\u30D0\u30A4\u30EA\u30F3\u30AC\u30EB\u5BFE\u7167","subtitle.transitionModeDescription":"\u30D3\u30C7\u30AA\u5B57\u5E55\u3092\u4E8C\u8A00\u8A9E\u5BFE\u7167\u307E\u305F\u306F\u7FFB\u8A33\u6587\u306E\u307F\u306E\u30E2\u30FC\u30C9\u306B\u8A2D\u5B9A\u3057\u3066\u304F\u3060\u3055\u3044","transitionMode.inherit":"\u30B7\u30B9\u30C6\u30E0\u306E\u30C7\u30D5\u30A9\u30EB\u30C8\u306E\u7FFB\u8A33\u8868\u793A\u30E2\u30FC\u30C9\u3068\u4E00\u81F4\u3057\u3066\u304F\u3060\u3055\u3044\u3002",translateFileTooltip:`PDF\u3001ePub\u3001srt\u3001 ass\u3001HTML\u3001TXT\u30D5\u30A1\u30A4\u30EB\u3092\u7FFB\u8A33\u3057\u3066\u304F\u3060\u3055\u3044`,"description.subtitlePrompt":`\u5B57\u5E55\u30B7\u30FC\u30F3\u3067\u8907\u6570\u306E\u30D1\u30E9\u30B0\u30E9\u30D5\u3092\u9001\u4FE1\u3059\u308B\u5834\u5408\u3001\u30E6\u30FC\u30B6\u30FC\u3068\u3057\u3066{service}\u306B\u5BFE\u8A71\u3092\u9001\u4FE1\u3057\u307E\u3059\u3002\u3053\u3053\u3067\u3001{{from}}\u306F\u30D1\u30E9\u30B0\u30E9\u30D5\u306E\u8A00\u8A9E\u3092\u3001{{to}}\u306F\u76EE\u6A19\u8A00\u8A9E\u3092\u8868\u3057\u3001{{yaml}}\u306Fyaml\u5F62\u5F0F\u3067\u5305\u88C5\u3057\u305F\u30D1\u30E9\u30B0\u30E9\u30D5\u306E\u5185\u5BB9\u3067\u3059\u3002\u30AB\u30B9\u30BF\u30E0Prompt\u304C\u5FC5\u8981\u306A\u5834\u5408\u3001AI\u306E\u5FDC\u7B54\u3068\u3057\u3066\u306EYAML\u7D50\u679C\u306E\u5404\u9805\u76EE\u304C{env.imt_sub_trans_field}\u30D5\u30A3\u30FC\u30EB\u30C9\u3092\u542B\u3080\u3053\u3068\u3092\u78BA\u8A8D\u3059\u308B\u5FC5\u8981\u304C\u3042\u308A\u307E\u3059\u3002{{imt_sub_trans_field}}\u306F\u3001AI\u306E\u5FDC\u7B54\u3068\u3057\u3066\u671F\u5F85\u3059\u308B\u7FFB\u8A33\u30D5\u30A3\u30FC\u30EB\u30C9\u540D\u3067\u3001\u30C7\u30D5\u30A9\u30EB\u30C8\u306F{env.imt_sub_trans_field}\u3067\u3059\u3002{{imt_sub_source_field}}\u306F\u3001AI\u306B\u6E21\u3059\u539F\u6587\u30D5\u30A3\u30FC\u30EB\u30C9\u540D\u3067\u3001\u30C7\u30D5\u30A9\u30EB\u30C8\u306F{env.imt_sub_source_field}\u3067\u3059\u3002\u7D50\u679C\u306E\u4F8B\u306F\u4EE5\u4E0B\u306E\u901A\u308A\u3067\u3059\uFF1A @@ -5012,7 +5012,7 @@ ass\u3001HTML\u3001TXT\u30D5\u30A1\u30A4\u30EB\u3092\u7FFB\u8A33\u3057\u3066\u30 - id: 1 {env.imt_trans_field}: \u7FFB\u8A33\u6587 - id: 2 - {env.imt_trans_field}: \u7FFB\u8A33\u6587`,"subtitle.quickButton.white":"\u767D\u8272","subtitle.quickButton.black":"\u9ED2\u8272","subtitle.quickButton.setting":"\u8A2D\u5B9A","subtitle.quickButton.blue":"\u9752\u8272","subtitle.quickButton.backgroundOpacity":"\u80CC\u666F\u306E\u4E0D\u900F\u660E\u5EA6","subtitle.quickButton.cyan":"\u9752\u8272","subtitle.quickButton.translationPositionBottom":"\u539F\u6587\u306E\u4E0B\u65B9","subtitle.quickButton.sourceFontSize":"\u5143\u306E\u30D5\u30A9\u30F3\u30C8\u30B5\u30A4\u30BA","subtitle.quickButton.backgroundColor":"\u80CC\u666F\u8272","subtitle.quickButton.magenta":"\u30DE\u30BC\u30F3\u30BF\u8272","subtitle.quickButton.red":"\u8D64\u8272","subtitle.quickButton.green":"\u7DD1\u8272","subtitle.quickButton.translationPositionTop":"\u539F\u6587\u306E\u4E0A\u306B","translationServices.claude":"\u30AF\u30ED\u30FC\u30C9","subtitle.quickButton.sourceTextColor":"\u539F\u6587\u306E\u30D5\u30A9\u30F3\u30C8\u306E\u8272","subtitle.quickButton.yellow":"\u9EC4\u8272","subtitle.quickButton.translationFontSize":"\u7FFB\u8A33\u6587\u5B57\u306E\u30D5\u30A9\u30F3\u30C8\u30B5\u30A4\u30BA","subtitle.quickButton.translationTextColor":"\u7FFB\u8A33\u6587\u5B57\u306E\u8272","subtitle.quickButton.translationPosition":"\u7FFB\u8A33\u4F4D\u7F6E",attachSubtitleTranslating:"{service} \u3092\u4F7F\u7528\u3057\u3066\u7FFB\u8A33\u4E2D...","error.claude.403":"\u4E00\u6642\u7684\u306B\u30B5\u30FC\u30D3\u30B9\u3078\u306E\u30A2\u30AF\u30BB\u30B9\u6A29\u9650\u304C\u3042\u308A\u307E\u305B\u3093\u3002\u3053\u308C\u306FClaude\u306E\u5730\u57DF\u5236\u9650\u306B\u95A2\u9023\u3057\u3066\u3044\u308B\u53EF\u80FD\u6027\u304C\u3042\u308A\u307E\u3059\u3002IP\u30A2\u30C9\u30EC\u30B9\u3092\u5207\u308A\u66FF\u3048\u308B\u304B\u3001\u4ED6\u306E\u7FFB\u8A33\u30B5\u30FC\u30D3\u30B9\u3092\u4F7F\u7528\u3057\u3066\u307F\u3066\u304F\u3060\u3055\u3044\u3002","browser.brandDescriptionForSafari":"\u3010\u6CA1\u5165\u578B\u7FFB\u8A33\u3011\u7121\u6599\u306E\uFF08\u539F\u6587/\u8A33\u6587\uFF09\u30D0\u30A4\u30EA\u30F3\u30AC\u30EB\u5BFE\u7167\u30A6\u30A7\u30D6\u30DA\u30FC\u30B8\u7FFB\u8A33\u30D7\u30E9\u30B0\u30A4\u30F3\u3067\u3001PDF\u7FFB\u8A33\u3068EPUB\u96FB\u5B50\u66F8\u7C4D\u7FFB\u8A33\u3092\u540C\u6642\u306B\u30B5\u30DD\u30FC\u30C8\u3057\u3001\u539F\u6587\u306E\u30EC\u30A4\u30A2\u30A6\u30C8\u3092\u4FDD\u6301\u3057\u307E\u3059\u3002Youtube/Netflix\u306A\u3069\u306E\u30AA\u30F3\u30E9\u30A4\u30F3\u30D3\u30C7\u30AA\u306E\u30D0\u30A4\u30EA\u30F3\u30AC\u30EB\u5B57\u5E55\u7FFB\u8A33\u3082\u30B5\u30DD\u30FC\u30C8\u3057\u3001Deepl/Google\u306A\u3069\u306E\u4E3B\u6D41\u7FFB\u8A33\u30B5\u30FC\u30D3\u30B9\u306B\u5BFE\u5FDC\u3057\u3066\u3044\u307E\u3059\u3002","browser.PdfProFile":"AI \u99C6\u52D5\u306E PDF Pro \u7FFB\u8A33","browser.textTranslate":"\u30C6\u30AD\u30B9\u30C8\u7FFB\u8A33"};var _s={nologin:"\u0644\u0645 \u062A\u0642\u0645 \u0628\u062A\u0633\u062C\u064A\u0644 \u0627\u0644\u062F\u062E\u0648\u0644",loginForSafari:"\u062A\u0633\u062C\u064A\u0644 \u0627\u0644\u062F\u062E\u0648\u0644 \u0623\u0648 \u0627\u0644\u062A\u0633\u062C\u064A\u0644",login:"\u064A\u0645\u0643\u0646\u0643 \u062A\u0641\u0639\u064A\u0644 \u0627\u0644\u0639\u0636\u0648\u064A\u0629 \u0628\u0639\u062F \u062A\u0633\u062C\u064A\u0644 \u0627\u0644\u062F\u062E\u0648\u0644",manageAccount:"\u0625\u062F\u0627\u0631\u0629 \u0627\u0644\u062D\u0633\u0627\u0628",openPremium:"\u0627\u0644\u0627\u0646\u0636\u0645\u0627\u0645 \u0625\u0644\u0649 \u0627\u0644\u0639\u0636\u0648\u064A\u0629",logout:"\u064A\u062A\u0631\u0643",curentPlan:"\u0627\u0644\u0631\u0632\u0645\u0629 \u0627\u0644\u062D\u0627\u0644\u064A\u0629",endAt:"\u0646\u0636\u062C",endAuto:"\u062A\u062C\u062F\u064A\u062F \u062A\u0644\u0642\u0627\u0626\u064A",lineBreakMaxTextCount:"\u0627\u0644\u062D\u062F \u0627\u0644\u0623\u0642\u0635\u0649 \u0644\u0639\u062F\u062F \u0627\u0644\u0623\u062D\u0631\u0641 \u0627\u0644\u0645\u0633\u0645\u0648\u062D \u0628\u0647 \u0644\u0643\u0644 \u062C\u0645\u0644\u0629 \u0628\u0639\u062F \u0641\u0648\u0627\u0635\u0644 \u0627\u0644\u0623\u0633\u0637\u0631","translate-pdf":"\u0627\u0646\u0642\u0631 \u0644\u062A\u0631\u062C\u0645\u0629 PDF","noSupportTranslate-pdf":"\u0627\u0644\u0628\u0631\u0646\u0627\u0645\u062C \u0627\u0644\u0646\u0635\u064A \u063A\u064A\u0631 \u0645\u062F\u0639\u0648\u0645\u060C \u064A\u0631\u062C\u0649 \u0627\u0633\u062A\u062E\u062F\u0627\u0645 \u0627\u0644\u0628\u0631\u0646\u0627\u0645\u062C \u0627\u0644\u0625\u0636\u0627\u0641\u064A","translate-firefox-local-pdf":"\u0627\u0646\u0642\u0631 \u0644\u0627\u0633\u062A\u064A\u0631\u0627\u062F PDF",enableLineBreak:"\u0642\u0645 \u0628\u062A\u0634\u063A\u064A\u0644 \u0627\u0644\u062A\u0641\u0627\u0641 \u0627\u0644\u0643\u0644\u0645\u0627\u062A \u0627\u0644\u062A\u0644\u0642\u0627\u0626\u064A \u0644\u0644\u0641\u0642\u0631\u0627\u062A \u0627\u0644\u0637\u0648\u064A\u0644\u0629",sponsorLabel:"\u0627\u062F\u0639\u0645 \u0645\u0637\u0648\u0631\u064B\u0627 \u0628\u062F\u0621\u064B\u0627 \u0645\u0646 1 \u062F\u0648\u0644\u0627\u0631",help:"\u064A\u0633\u0627\u0639\u062F",browserShortcutsNoteForFirefox:'\u0644\u062A\u0639\u062F\u064A\u0644 \u0645\u0641\u0627\u062A\u064A\u062D \u0627\u0644\u0627\u062E\u062A\u0635\u0627\u0631 \u0641\u064A \u0645\u062A\u0635\u0641\u062D Firefox\u060C \u062A\u062D\u062A\u0627\u062C \u0625\u0644\u0649 \u0641\u062A\u062D \u0635\u0641\u062D\u0629 \u0625\u062F\u0627\u0631\u0629 \u0627\u0644\u0627\u0645\u062A\u062F\u0627\u062F\u0627\u062A `about:addons`\u060C \u062B\u0645 \u0627\u0644\u0646\u0642\u0631 \u0641\u0648\u0642 "\u0627\u0644\u0625\u0639\u062F\u0627\u062F\u0627\u062A"\u060C \u062B\u0645 \u0627\u0644\u0646\u0642\u0631 \u0641\u0648\u0642 "\u0625\u062F\u0627\u0631\u0629 \u0645\u0641\u0627\u062A\u064A\u062D \u0627\u0644\u0627\u062E\u062A\u0635\u0627\u0631" \u0644\u062A\u0639\u064A\u064A\u0646\u0647\u0627.',browserShortcutsNoteForChrome:"\u0644\u062A\u0639\u062F\u064A\u0644 \u0645\u0641\u0627\u062A\u064A\u062D \u0627\u0644\u0627\u062E\u062A\u0635\u0627\u0631 \u0641\u064A \u0645\u062A\u0635\u0641\u062D \u064A\u0634\u0628\u0647 Chrome\u060C \u062A\u062D\u062A\u0627\u062C \u0625\u0644\u0649 \u0641\u062A\u062D \u0635\u0641\u062D\u0629 \u0625\u062F\u0627\u0631\u0629 \u0627\u0644\u0625\u0636\u0627\u0641\u0627\u062A\u060C \u0648\u062A\u0639\u064A\u064A\u0646\u0647\u0627 \u0641\u064A \u0644\u0648\u062D\u0629 `\u0625\u062F\u0627\u0631\u0629 \u0627\u0644\u0627\u062E\u062A\u0635\u0627\u0631\u0627\u062A` (`chrome://extensions/shortcuts`)\u060C \u062B\u0645 \u0627\u0644\u0646\u0642\u0631 \u0641\u0648\u0642 \u0627\u0644\u0632\u0631 \u0623\u062F\u0646\u0627\u0647 \u0644\u0644\u0627\u0646\u062A\u0642\u0627\u0644 \u0625\u0644\u0649 \u0635\u0641\u062D\u0629 \u0625\u062F\u0627\u0631\u0629 \u0645\u0641\u062A\u0627\u062D \u0627\u0644\u0627\u062E\u062A\u0635\u0627\u0631.",browserShortcutsSucks:"\u062A\u0646\u0633\u064A\u0642 \u0645\u0641\u062A\u0627\u062D \u0627\u0644\u0627\u062E\u062A\u0635\u0627\u0631 \u0627\u0644\u0645\u062E\u0635\u0635 \u0647\u0648 (\u0644\u0627 \u064A\u0648\u062C\u062F \u0627\u0644\u062A\u0639\u0631\u0641 \u0627\u0644\u062A\u0644\u0642\u0627\u0626\u064A\u060C \u064A\u0631\u062C\u0649 \u0627\u0644\u062F\u062E\u0648\u0644 \u0645\u0628\u0627\u0634\u0631\u0629)\uFF1A",enableLineBreakDescription:"\u0639\u0646\u062F \u062A\u0634\u063A\u064A\u0644\u0647\u060C \u0633\u064A\u062A\u0645 \u0625\u062F\u0631\u0627\u062C \u0641\u0648\u0627\u0635\u0644 \u0627\u0644\u0623\u0633\u0637\u0631 \u0641\u064A \u0646\u0647\u0627\u064A\u0629 \u0643\u0644 \u062C\u0645\u0644\u0629 \u0641\u064A \u0641\u0642\u0631\u0627\u062A \u0637\u0648\u064A\u0644\u0629 \u0644\u062A\u0633\u0647\u064A\u0644 \u0627\u0644\u0642\u0631\u0627\u0621\u0629.","browser.shortBrandName":"\u062A\u0631\u062C\u0645\u0629 \u063A\u0627\u0645\u0631\u0629","browser.brandName":"\u062A\u0631\u062C\u0645\u0629 \u063A\u0627\u0645\u0631\u0629: \u062A\u0631\u062C\u0645\u0629 \u0635\u0641\u062D\u0627\u062A \u0627\u0644\u0648\u064A\u0628 \u062B\u0646\u0627\u0626\u064A\u0629 \u0627\u0644\u0644\u063A\u0629 \u0648\u062A\u0631\u062C\u0645\u0629 \u0645\u0633\u062A\u0646\u062F\u0627\u062A PDF","browser.brandDescription":"Bilingual web page translation, also supports PDF translation, bilingual Epub eBook translation, free to use.","browser.toggleTranslatePage":"\u062A\u0631\u062C\u0645\u0629 \u0635\u0641\u062D\u0629 \u0627\u0644\u0648\u064A\u0628/\u0625\u0638\u0647\u0627\u0631 \u0627\u0644\u0646\u0635 \u0627\u0644\u0623\u0635\u0644\u064A","browser.toggleTranslateTheWholePage":"\u062A\u0631\u062C\u0645\u0629 \u062C\u0645\u064A\u0639 \u0645\u0646\u0627\u0637\u0642 \u0627\u0644\u0635\u0641\u062D\u0629/\u0639\u0631\u0636 \u0627\u0644\u0646\u0635 \u0627\u0644\u0623\u0635\u0644\u064A","browser.toggleOnlyTransation":"\u062A\u0628\u062F\u064A\u0644 \u0627\u0644\u0648\u0636\u0639 \u062B\u0646\u0627\u0626\u064A \u0627\u0644\u0644\u063A\u0629 / \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0641\u0642\u0637","browser.toggleTranslateToThePageEndImmediately":"\u062A\u0631\u062C\u0645\u0629 \u0641\u0648\u0631\u064A\u0629 \u0625\u0644\u0649 \u0623\u0633\u0641\u0644 \u0627\u0644\u0635\u0641\u062D\u0629/\u0625\u0638\u0647\u0627\u0631 \u0627\u0644\u0646\u0635 \u0627\u0644\u0623\u0635\u0644\u064A","browser.toggleTranslateTheMainPage":"\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0645\u0646\u0637\u0642\u0629 \u0627\u0644\u0631\u0626\u064A\u0633\u064A\u0629 \u0644\u0644\u0635\u0641\u062D\u0629/\u0639\u0631\u0636 \u0627\u0644\u0646\u0635 \u0627\u0644\u0623\u0635\u0644\u064A","browser.shareToDraft":"\u0645\u0634\u0627\u0631\u0643\u0629 \u0627\u0644\u0635\u0641\u062D\u0627\u062A \u062B\u0646\u0627\u0626\u064A\u0629 \u0627\u0644\u0644\u063A\u0629","browser.openOptionsPage":"\u0627\u0641\u062A\u062D \u0635\u0641\u062D\u0629 \u0627\u0644\u0625\u0639\u062F\u0627\u062F\u0627\u062A","browser.toggleTranslationMask":"\u0625\u0638\u0647\u0627\u0631/\u0625\u062E\u0641\u0627\u0621 \u062A\u0623\u062B\u064A\u0631 \u0637\u0645\u0633 \u0627\u0644\u062A\u0631\u062C\u0645\u0629","browser.translateLocalPdfFile":"\u062A\u0631\u062C\u0645\u0629 \u0645\u0644\u0641\u0627\u062A PDF \u0627\u0644\u0645\u062D\u0644\u064A\u0629","browser.openEbookViewer":"\u0642\u0631\u0627\u0621\u0629 \u0627\u0644\u0643\u062A\u0628 \u0627\u0644\u0625\u0644\u0643\u062A\u0631\u0648\u0646\u064A\u0629 \u0627\u0644\u0645\u062D\u0644\u064A\u0629","browser.openEbookBuilder":"\u0625\u0646\u0634\u0627\u0621 \u0643\u062A\u0628 \u0625\u0644\u0643\u062A\u0631\u0648\u0646\u064A\u0629 EPUB \u062B\u0646\u0627\u0626\u064A\u0629 \u0627\u0644\u0644\u063A\u0629","browser.translateLocalHtmlFile":"\u062A\u0631\u062C\u0645\u0629 \u0645\u0644\u0641\u0627\u062A HTML/txt","browser.donateContext":"\u062A\u0639\u0631\u0641 \u0639\u0644\u0649 \u0641\u0648\u0627\u0626\u062F \u0627\u0644\u0631\u0639\u0627\u064A\u0629","browser.translateLocalSubtitleFile":"\u062A\u0631\u062C\u0645\u0629 \u0645\u0644\u0641\u0627\u062A \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0645\u062D\u0644\u064A\u0629",confirmResetConfig:"\u0647\u0644 \u0623\u0646\u062A \u0645\u062A\u0623\u0643\u062F \u0623\u0646\u0643 \u062A\u0631\u064A\u062F \u0625\u0639\u0627\u062F\u0629 \u0636\u0628\u0637 \u0625\u0639\u062F\u0627\u062F\u0627\u062A\u0643\u061F",translationLineBreakSettingTitle:"\u0625\u0639\u062F\u0627\u062F\u0627\u062A \u0627\u0644\u062A\u0641\u0627\u0641 \u0633\u0637\u0631 \u0627\u0644\u062A\u0631\u062C\u0645\u0629",smartLineBreak:"\u062A\u063A\u0644\u064A\u0641 \u0627\u0644\u062E\u0637 \u0627\u0644\u0630\u0643\u064A",alwaysLineBreak:"\u0627\u0644\u062A\u0641\u0627\u0641 \u062F\u0627\u0626\u0645\u0627",isShowContextMenu:"\u0623\u0636\u0641 \u0635\u0641\u062D\u0629 \u0627\u0644\u0648\u064A\u0628 \u0627\u0644\u0645\u062A\u0631\u062C\u0645\u0629 \u0625\u0644\u0649 \u0639\u0646\u0635\u0631 \u0642\u0627\u0626\u0645\u0629 \u0627\u0644\u0646\u0642\u0631 \u0628\u0632\u0631 \u0627\u0644\u0645\u0627\u0648\u0633 \u0627\u0644\u0623\u064A\u0645\u0646",toggleBeta:"\u062A\u0641\u0639\u064A\u0644 \u0645\u064A\u0632\u0627\u062A \u0627\u0644\u0627\u062E\u062A\u0628\u0627\u0631 \u0627\u0644\u062A\u062C\u0631\u064A\u0628\u064A",betaDescription:"\u062A\u0645\u0643\u064A\u0646 \u0627\u0644\u0645\u064A\u0632\u0627\u062A \u0627\u0644\u062A\u064A \u0644\u0627 \u062A\u0632\u0627\u0644 \u062A\u062C\u0631\u064A\u0628\u064A\u0629\u060C \u0628\u0627\u0644\u0625\u0636\u0627\u0641\u0629 \u0625\u0644\u0649 \u062E\u062F\u0645\u0627\u062A \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0642\u064A\u062F \u0627\u0644\u0627\u062E\u062A\u0628\u0627\u0631. \u0627\u0646\u0636\u0645 \u0625\u0644\u0649<1>\u0645\u062C\u0645\u0648\u0639\u0629 \u0627\u0644\u062A\u0644\u064A\u062C\u0631\u0627\u0645 \u064A\u062A\u0639\u0644\u0645 \u0623\u0643\u062B\u0631.",translationLineBreakSettingDescription:"\u064A\u064F\u0639\u062F \u0627\u0644\u0627\u0644\u062A\u0641\u0627\u0641 \u062F\u0627\u0626\u0645\u064B\u0627 \u0645\u0646\u0627\u0633\u0628\u064B\u0627 \u0644\u0644\u062A\u062E\u0637\u064A\u0637\u0627\u062A \u0630\u0627\u062A \u0627\u0644\u0645\u062D\u062A\u0648\u0649 \u0627\u0644\u0623\u0642\u0644 \u0648\u0627\u0644\u0623\u0643\u062B\u0631 \u062A\u0631\u062A\u064A\u0628\u064B\u0627. (\u0627\u0633\u062A\u062E\u062F\u0645 \u0641\u0648\u0627\u0635\u0644 \u0627\u0644\u0623\u0633\u0637\u0631 \u0627\u0644\u0630\u0643\u064A\u0629 \u0641\u064A \u0627\u0644\u0641\u0642\u0631\u0627\u062A \u0627\u0644\u0637\u0648\u064A\u0644\u0629 \u0627\u0644\u062A\u064A \u062A\u062D\u062A\u0648\u064A \u0639\u0644\u0649 \u0627\u0644\u0643\u062B\u064A\u0631 \u0645\u0646 \u0627\u0644\u0645\u062D\u062A\u0648\u0649 (\u0623\u0643\u062B\u0631 \u0645\u0646{count}\u062D\u0631\u0641) \u0644\u062A\u0648\u0641\u064A\u0631 \u0627\u0644\u0645\u0633\u0627\u062D\u0629)",tempTranslateDomainTitle:"\u0643\u0645 \u0645\u0646 \u0627\u0644\u0648\u0642\u062A \u0644\u062A\u0645\u0643\u064A\u0646 \u062A\u0631\u062C\u0645\u0629 \u0645\u0648\u0642\u0639 \u0627\u0644\u0648\u064A\u0628 \u0645\u0624\u0642\u062A\u064B\u0627",tempTranslateDomainDescription:"\u0639\u0646\u062F \u062A\u0631\u062C\u0645\u0629 \u0635\u0641\u062D\u0629 \u0648\u064A\u0628 \u064A\u062F\u0648\u064A\u064B\u0627\u060C \u0642\u0645 \u0628\u062A\u0634\u063A\u064A\u0644 \u0645\u0648\u0642\u0639 \u0627\u0644\u0648\u064A\u0628 \u0645\u0624\u0642\u062A\u064B\u0627 \u0644\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u062A\u0644\u0642\u0627\u0626\u064A\u0629\u060C \u0648\u064A\u0645\u0643\u0646\u0643 \u0636\u0628\u0637 \u0627\u0644\u0645\u062F\u0629 \u0627\u0644\u0645\u0624\u0642\u062A\u0629.",xMinutes:"{count} \u062F\u0642\u064A\u0642\u0629",disabled:"\u0625\u0628\u0637\u0627\u0644",changelog:"\u062A\u063A\u064A\u064A\u0631 \u0627\u0644\u0633\u062C\u0644",toggleTranslatePageWhenThreeFingersOnTheScreen:"\u0627\u0644\u0645\u0633 \u0627\u0644\u0634\u0627\u0634\u0629 \u0628\u0623\u0635\u0627\u0628\u0639 \u0645\u062A\u0639\u062F\u062F\u0629 \u0641\u064A \u0646\u0641\u0633 \u0627\u0644\u0648\u0642\u062A \u0644\u062A\u0631\u062C\u0645\u0629 \u0635\u0641\u062D\u0629 \u0627\u0644\u0648\u064A\u0628/\u0639\u0631\u0636 \u0627\u0644\u0646\u0635 \u0627\u0644\u0623\u0635\u0644\u064A",toggleTranslationMaskWhenThreeFingersOnTheScreen:"\u0627\u0644\u0645\u0633 \u0639\u062F\u0629 \u0623\u0635\u0627\u0628\u0639 \u0641\u064A \u0646\u0641\u0633 \u0627\u0644\u0648\u0642\u062A \u0644\u0625\u0638\u0647\u0627\u0631/\u0625\u062E\u0641\u0627\u0621 \u062A\u0623\u062B\u064A\u0631 \u0637\u0645\u0633 \u0627\u0644\u062A\u0631\u062C\u0645\u0629",fingerCountToToggleTranslagePageOnlyTranslationWhenTouching:"\u0627\u0644\u0645\u0633 \u0627\u0644\u0634\u0627\u0634\u0629 \u0628\u0623\u0635\u0627\u0628\u0639 \u0645\u062A\u0639\u062F\u062F\u0629 \u0641\u064A \u0646\u0641\u0633 \u0627\u0644\u0648\u0642\u062A \u0644\u062A\u0631\u062C\u0645\u0629 \u0635\u0641\u062D\u0629 \u0627\u0644\u0648\u064A\u0628 (\u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0641\u0642\u0637)/\u0639\u0631\u0636 \u0627\u0644\u0646\u0635 \u0627\u0644\u0623\u0635\u0644\u064A",addUrlDescription:"\u064A\u0645\u0643\u0646 \u0623\u0646 \u064A\u0643\u0648\u0646 \u0627\u0633\u0645 \u0646\u0637\u0627\u0642 \u0648\u064A\u062F\u0639\u0645 \u0623\u062D\u0631\u0641 \u0627\u0644\u0628\u062F\u0644\u060C \u0645\u062B\u0644\uFF1A*.google.com\u060C google.com/mail/*\u060C https://www.google.com/*",general:"\u0627\u0644\u0625\u0639\u062F\u0627\u062F\u0627\u062A \u0627\u0644\u0623\u0633\u0627\u0633\u064A\u0629",clickToExpandConfig:"\u0642\u0645 \u0628\u062A\u0648\u0633\u064A\u0639 \u0627\u0644\u062A\u0643\u0648\u064A\u0646 \u0627\u0644\u062D\u0627\u0644\u064A",import:"\u0627\u0633\u062A\u064A\u0631\u0627\u062F \u0645\u0646 \u0645\u0644\u0641",export:"\u062A\u0635\u062F\u064A\u0631 \u0625\u0644\u0649 \u0645\u0644\u0641",toggleDebug:"\u0637\u0628\u0627\u0639\u0629 \u0633\u062C\u0644\u0627\u062A \u0627\u0644\u062A\u0635\u062D\u064A\u062D \u0639\u0644\u0649 \u0648\u062D\u062F\u0629 \u0627\u0644\u062A\u062D\u0643\u0645","fingers.0":"\u0625\u0646\u0647\u0627\u0621","fingers.2":"\u0644\u0645\u0633\u0629 \u0628\u0625\u0635\u0628\u0639\u064A\u0646","fingers.3":"\u0644\u0645\u0633\u0629 \u0628\u062B\u0644\u0627\u062B\u0629 \u0623\u0635\u0627\u0628\u0639","fingers.4":"\u0644\u0645\u0633\u0629 \u0628\u0623\u0631\u0628\u0639\u0629 \u0623\u0635\u0627\u0628\u0639","fingers.5":"\u0644\u0645\u0633\u0629 \u062E\u0645\u0633\u0629 \u0623\u0635\u0627\u0628\u0639",mouseHoldKey:"+ {key} \u062A\u0631\u062C\u0645\u0629/\u0627\u0633\u062A\u0639\u0627\u062F\u0629 \u0647\u0630\u0647 \u0627\u0644\u0641\u0642\u0631\u0629",mouseHoldKeyAuto:"\u062A\u0631\u062C\u0645\u0629 \u0647\u0630\u0647 \u0627\u0644\u0641\u0642\u0631\u0629 \u0645\u0628\u0627\u0634\u0631\u0629",mouseHoldKeyOff:"\u0644\u0627 \u062A\u0641\u0639\u0644 \u0623\u064A \u0634\u064A\u0621",mouseHoldKeyOther:"\u0645\u0641\u0627\u062A\u064A\u062D \u0627\u0644\u0627\u062E\u062A\u0635\u0627\u0631 \u0627\u0644\u0645\u062E\u0635\u0635\u0629 (\u0627\u0644\u0625\u0639\u062F\u0627\u062F\u0627\u062A \u0627\u0644\u0645\u0641\u062A\u0648\u062D\u0629)",mouseHoldKeyCustomKey:"{key} / \u0627\u0633\u062A\u0639\u0627\u062F\u0629 \u0647\u0630\u0647 \u0627\u0644\u0641\u0642\u0631\u0629",mouseHoverHoldKey:"\u062D\u0631\u0643 \u0627\u0644\u0645\u0627\u0648\u0633 \u0648\u0627\u0636\u063A\u0637 \u0639\u0644\u0649 \u0645\u0641\u062A\u0627\u062D \u0627\u0644\u0627\u062E\u062A\u0635\u0627\u0631 \u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0641\u0642\u0631\u0629","mouse-translate":"\u062A\u0645\u0631\u064A\u0631 \u0627\u0644\u0645\u0627\u0648\u0633",document:"\u0648\u062B\u064A\u0642\u0629",resetSuccess:"\u0625\u0639\u0627\u062F\u0629 \u0636\u0628\u0637 \u062C\u0645\u064A\u0639 \u0627\u0644\u0625\u0639\u062F\u0627\u062F\u0627\u062A \u0628\u0646\u062C\u0627\u062D",resetThisSuccess:"\u062A\u0645\u062A \u0625\u0639\u0627\u062F\u0629 \u0627\u0644\u0636\u0628\u0637 \u0628\u0646\u062C\u0627\u062D",saved:"\u062D\u0641\u0638 \u0628\u0646\u062C\u0627\u062D",successImportConfig:"\u062A\u0645 \u0627\u0633\u062A\u064A\u0631\u0627\u062F \u0627\u0644\u062A\u0643\u0648\u064A\u0646 \u0628\u0646\u062C\u0627\u062D",goAdvancedSettings:"\u0627\u0646\u062A\u0642\u0644 \u0625\u0644\u0649 \u0635\u0641\u062D\u0629 \u0627\u0644\u0625\u0639\u062F\u0627\u062F\u0627\u062A \u0627\u0644\u0645\u062A\u0642\u062F\u0645\u0629",goAdvancedInterfaceSettings:"\u0627\u0646\u062A\u0642\u0644 \u0625\u0644\u0649 \u0635\u0641\u062D\u0629 \u0625\u0639\u062F\u0627\u062F\u0627\u062A \u0627\u0644\u062A\u062E\u0635\u064A\u0635 \u0627\u0644\u0645\u062A\u0642\u062F\u0645\u0629",advanced:"\u0625\u0639\u062F\u0627\u062F\u0627\u062A \u0645\u062A\u0642\u062F\u0645\u0629",advancedDescription:"\u0628\u0634\u0643\u0644 \u0639\u0627\u0645\u060C \u0644\u0627 \u064A\u0644\u0632\u0645 \u0623\u064A \u0625\u0639\u062F\u0627\u062F\u060C \u0641\u0642\u0637 \u0627\u062D\u062A\u0641\u0638 \u0628\u0627\u0644\u0625\u0639\u062F\u0627\u062F \u0627\u0644\u0627\u0641\u062A\u0631\u0627\u0636\u064A. \u0641\u0642\u0637 \u0644\u0644\u0645\u0633\u062A\u062E\u062F\u0645\u064A\u0646 \u0627\u0644\u0623\u0643\u062B\u0631 \u0627\u062D\u062A\u0631\u0627\u0641\u064B\u0627\u060C \u064A\u062A\u0645 \u062A\u0648\u0641\u064A\u0631 \u0625\u0639\u062F\u0627\u062F\u0627\u062A \u0623\u0643\u062B\u0631 \u062A\u062E\u0635\u064A\u0635\u064B\u0627.",developer:"\u0625\u0639\u062F\u0627\u062F\u0627\u062A \u0627\u0644\u0645\u0637\u0648\u0631",donateCafe:"\u0633\u0639\u0631","translate to the bottom of the page":"\u0628\u0639\u062F \u0627\u0644\u062F\u062E\u0648\u0644 \u0625\u0644\u0649 \u0635\u0641\u062D\u0629 \u0627\u0644\u0648\u064A\u0628 \u0647\u0644 \u064A\u062A\u0645 \u062A\u0631\u062C\u0645\u062A\u0647\u0627 \u0645\u0628\u0627\u0634\u0631\u0629 \u0625\u0644\u0649 \u0623\u0633\u0641\u0644 \u0627\u0644\u0635\u0641\u062D\u0629\u061F",feedback:"\u062A\u0639\u0644\u064A\u0642",toggleTranslatePage:"\u062A\u0631\u062C\u0645\u0629 \u0635\u0641\u062D\u0629 \u0627\u0644\u0648\u064A\u0628/\u0625\u0638\u0647\u0627\u0631 \u0627\u0644\u0646\u0635 \u0627\u0644\u0623\u0635\u0644\u064A",translateToThePageEndImmediatelyDescription:"\u0639\u0646\u062F \u062A\u0634\u063A\u064A\u0644\u0647\u060C \u0633\u064A\u0624\u062F\u064A \u0627\u0644\u062F\u062E\u0648\u0644 \u0625\u0644\u0649 \u0635\u0641\u062D\u0629 \u0648\u064A\u0628 \u0625\u0644\u0649 \u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0645\u062D\u062A\u0648\u0649 \u0639\u0644\u0649 \u0627\u0644\u0641\u0648\u0631 \u0645\u0646 \u0623\u0639\u0644\u0649 \u0625\u0644\u0649 \u0623\u0633\u0641\u0644. \u0625\u0630\u0627 \u062A\u0645 \u0625\u064A\u0642\u0627\u0641\u0647\u060C \u064A\u0645\u0643\u0646\u0643 \u0627\u0644\u0642\u0631\u0627\u0621\u0629 \u0648\u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0641\u064A \u0646\u0641\u0633 \u0627\u0644\u0648\u0642\u062A. (\u0644\u0627 \u064A\u0646\u0635\u062D \u0628\u062A\u0634\u063A\u064A\u0644\u0647)","translate all areas of the page":"\u0645\u0627 \u0625\u0630\u0627 \u0643\u0627\u0646 \u0633\u064A\u062A\u0645 \u062A\u0631\u062C\u0645\u0629 \u062C\u0645\u064A\u0639 \u0645\u0646\u0627\u0637\u0642 \u0635\u0641\u062D\u0629 \u0627\u0644\u0648\u064A\u0628",translationAreaDescription:"\u0639\u0646\u062F \u062A\u0634\u063A\u064A\u0644\u0647\u060C \u0633\u062A\u062A\u0645 \u062A\u0631\u062C\u0645\u0629 \u062C\u0645\u064A\u0639 \u0645\u0646\u0627\u0637\u0642 \u0635\u0641\u062D\u0629 \u0627\u0644\u0648\u064A\u0628 \u0628\u0623\u0643\u0645\u0644\u0647\u0627. \u0625\u0630\u0627 \u062A\u0645 \u0625\u064A\u0642\u0627\u0641 \u062A\u0634\u063A\u064A\u0644\u0647\u060C \u0641\u0633\u064A\u062A\u0645 \u0627\u0633\u062A\u062E\u062F\u0627\u0645 \u0627\u0644\u062A\u0639\u0631\u0641 \u0627\u0644\u0630\u0643\u064A \u0627\u0644\u0627\u0641\u062A\u0631\u0627\u0636\u064A \u0648\u0633\u062A\u062A\u0645 \u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0645\u0646\u0637\u0642\u0629 \u0627\u0644\u0631\u0626\u064A\u0633\u064A\u0629 \u0641\u0642\u0637. (\u0644\u0627 \u064A\u0646\u0635\u062D \u0628\u062A\u0634\u063A\u064A\u0644\u0647)","the number of characters to be translated first":"\u0642\u0645 \u0628\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0623\u062D\u0631\u0641 \u0627\u0644\u0642\u0644\u064A\u0644\u0629 \u0627\u0644\u0623\u0648\u0644\u0649 \u0645\u0646 \u0627\u0644\u0635\u0641\u062D\u0629 \u0645\u0628\u0627\u0634\u0631\u0629 \u062F\u0648\u0646 \u0627\u0646\u062A\u0638\u0627\u0631 \u0627\u0644\u062A\u0645\u0631\u064A\u0631 \u0625\u0644\u0649 \u0627\u0644\u0645\u0646\u0637\u0642\u0629 \u0627\u0644\u0645\u0631\u0626\u064A\u0629","interface language":"\u0644\u063A\u0629 \u0627\u0644\u0648\u0627\u062C\u0647\u0629","display both the original text and the translation":"\u0639\u0631\u0636 \u0627\u0644\u0646\u0635 \u0627\u0644\u0623\u0635\u0644\u064A \u0648\u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0641\u064A \u0648\u0642\u062A \u0648\u0627\u062D\u062F","keyboard shortcuts":"\u0627\u062E\u062A\u0635\u0627\u0631\u0627\u062A \u0644\u0648\u062D\u0629 \u0627\u0644\u0645\u0641\u0627\u062A\u064A\u062D",modify:"\u062A\u0639\u062F\u064A\u0644 \u0645\u0641\u0627\u062A\u064A\u062D \u0627\u0644\u0627\u062E\u062A\u0635\u0627\u0631",reset:"\u0625\u0639\u0627\u062F\u0629 \u0636\u0628\u0637",close:"\u0625\u0646\u0647\u0627\u0621",homepage:"\u0627\u0644\u0635\u0641\u062D\u0629 \u0627\u0644\u0631\u0626\u064A\u0633\u064A\u0629",more:"\u0623\u0643\u062B\u0631",moreOptions:"\u0642\u0645 \u0628\u062A\u0648\u0633\u064A\u0639 \u0627\u0644\u0645\u0632\u064A\u062F \u0645\u0646 \u062E\u064A\u0627\u0631\u0627\u062A \u0627\u0644\u062A\u062E\u0635\u064A\u0635",translateTheWholePage:"\u062A\u0631\u062C\u0645\u0629 \u062C\u0645\u064A\u0639 \u0645\u0646\u0627\u0637\u0642 \u0627\u0644\u0635\u0641\u062D\u0629 (\u062A\u062E\u062A\u0644\u0641 \u0639\u0646 \u0627\u0644\u0645\u0646\u0627\u0637\u0642 \u0627\u0644\u0631\u0626\u064A\u0633\u064A\u0629 \u0644\u0644\u062A\u0639\u0631\u0641 \u0627\u0644\u0630\u0643\u064A)",changeToTranslateTheWholePage:"\u0627\u0644\u062A\u0628\u062F\u064A\u0644 \u0644\u062A\u0631\u062C\u0645\u0629 \u0643\u0627\u0641\u0629 \u0627\u0644\u0645\u062C\u0627\u0644\u0627\u062A",changeToTranslateTheMainPage:"\u0642\u0645 \u0628\u0627\u0644\u062A\u0628\u062F\u064A\u0644 \u0625\u0644\u0649 \u0645\u0646\u0637\u0642\u0629 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0631\u0626\u064A\u0633\u064A\u0629",changeToOnlyTranslationMode:"\u0642\u0645 \u0628\u0627\u0644\u062A\u0628\u062F\u064A\u0644 \u0625\u0644\u0649 \u0625\u0638\u0647\u0627\u0631 \u0627\u0644\u062A\u0631\u062C\u0645\u0627\u062A \u0641\u0642\u0637",changeToDualTranslationMode:"\u0627\u0644\u062A\u0628\u062F\u064A\u0644 \u0625\u0644\u0649 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u062B\u0646\u0627\u0626\u064A\u0629 \u0627\u0644\u0644\u063A\u0629",translateToThePageEndImmediately:"\u062A\u0631\u062C\u0645 \u0639\u0644\u0649 \u0627\u0644\u0641\u0648\u0631 \u0625\u0644\u0649 \u0623\u0633\u0641\u0644 \u0627\u0644\u0635\u0641\u062D\u0629",translateTheMainPage:"\u0627\u0644\u0645\u062C\u0627\u0644\u0627\u062A \u0627\u0644\u0631\u0626\u064A\u0633\u064A\u0629 \u0644\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0630\u0643\u064A\u0629","The local rules are up to date":"\u0642\u0648\u0627\u0639\u062F \u0627\u0644\u062A\u0643\u064A\u0641 \u0627\u0644\u0645\u062D\u0644\u064A\u0629 \u0645\u062D\u062F\u062B\u0629:","Successfully synchronized with the latest official rules:":"\u062A\u0645\u062A \u0645\u0632\u0627\u0645\u0646\u0629 \u0623\u062D\u062F\u062B \u0642\u0648\u0627\u0639\u062F \u0627\u0644\u062A\u0643\u064A\u0641 \u0627\u0644\u0631\u0633\u0645\u064A\u0629 \u0628\u0646\u062C\u0627\u062D:","Checking for updates":"\u0627\u0644\u0628\u062D\u062B \u0639\u0646 \u062A\u062D\u062F\u064A\u062B\u0627\u062A","Rules are being synchronized":"\u0645\u0632\u0627\u0645\u0646\u0629 \u0642\u0648\u0627\u0639\u062F \u0627\u0644\u062A\u0643\u064A\u0641",localVersionIsTooOld:"\u0625\u0635\u062F\u0627\u0631 \u0627\u0644\u0645\u0644\u062D\u0642 \u0627\u0644\u0645\u062D\u0644\u064A \u0642\u062F\u064A\u0645 \u062C\u062F\u064B\u0627. \u064A\u0631\u062C\u0649 \u0627\u0644\u062A\u0631\u0642\u064A\u0629 \u0625\u0644\u0649 \u0627\u0644\u0645\u0644\u062D\u0642 {minVersion} \u0623\u0648 \u0625\u0635\u062F\u0627\u0631 \u0623\u062D\u062F\u062B \u0648\u0645\u062D\u0627\u0648\u0644\u0629 \u0627\u0644\u0645\u0632\u0627\u0645\u0646\u0629 \u0645\u0631\u0629 \u0623\u062E\u0631\u0649.",badUserscriptBrowser:"\u0627\u0644\u0645\u062A\u0635\u0641\u062D \u0627\u0644\u062D\u0627\u0644\u064A \u0644\u0627 \u064A\u0637\u0628\u0642 \u0648\u0627\u062C\u0647\u0629 \u0645\u0644\u062D\u0642 Grease Monkey \u0628\u0634\u0643\u0644 \u0635\u062D\u064A\u062D (\u0645\u062B\u0644 \u0627\u0644\u062D\u0635\u0648\u0644 \u0639\u0644\u0649 \u0645\u0639\u0644\u0648\u0645\u0627\u062A \u0631\u0642\u0645 \u0627\u0644\u0625\u0635\u062F\u0627\u0631 \u0644\u0644\u0628\u0631\u0646\u0627\u0645\u062C \u0627\u0644\u0646\u0635\u064A Grease Monkey \u0646\u0641\u0633\u0647)\u060C \u064A\u0631\u062C\u0649 \u0627\u0633\u062A\u062E\u062F\u0627\u0645 \u0645\u0644\u062D\u0642\u0627\u062A \u062F\u0639\u0645 \u0623\u062E\u0631\u0649 <1> Grease Monkey \u0645\u062A\u0635\u0641\u062D\u0627\u062A \u0645\u062B\u0644 \u0641\u0627\u064A\u0631\u0641\u0648\u0643\u0633",foundNewVersion:"\u062A\u0645 \u0627\u0644\u0639\u062B\u0648\u0631 \u0639\u0644\u0649 \u0646\u0633\u062E\u0629 \u062C\u062F\u064A\u062F\u0629",theLocalExtensionIsUpToUpdate:"\u0627\u0644\u0627\u0645\u062A\u062F\u0627\u062F \u0627\u0644\u062D\u0627\u0644\u064A \u0647\u0648 \u0623\u062D\u062F\u062B \u0625\u0635\u062F\u0627\u0631.",failToSyncRules:"\u0641\u0634\u0644\u062A \u0645\u0632\u0627\u0645\u0646\u0629 \u0623\u062D\u062F\u062B \u0642\u0648\u0627\u0639\u062F \u0627\u0644\u062A\u0643\u064A\u0641",retry:"\u0627\u0636\u063A\u0637 \u0647\u0646\u0627 \u0644\u0644\u0645\u062D\u0627\u0648\u0644\u0629 \u0645\u0631\u0629 \u0623\u062E\u0631\u0649",failedReason:"\u0633\u0628\u0628 \u0627\u0644\u0641\u0634\u0644",currentRuleVersion:"\u0646\u0633\u062E\u0629 \u0627\u0644\u0642\u0627\u0639\u062F\u0629 \u0627\u0644\u062D\u0627\u0644\u064A\u0629",calculating:"\u062D\u0633\u0627\u0628",unknownError:"\u062E\u0637\u0623 \u063A\u064A\u0631 \u0645\u0639\u0631\u0648\u0641",canNotFetchRemoteRule:"\u063A\u064A\u0631 \u0642\u0627\u062F\u0631 \u0639\u0644\u0649 \u0627\u0644\u062D\u0635\u0648\u0644 \u0639\u0644\u0649 \u0627\u0644\u0642\u0648\u0627\u0639\u062F \u0627\u0644\u0628\u0639\u064A\u062F\u0629",enableAlphaSuccess:"\u062A\u0645 \u062A\u0634\u063A\u064A\u0644 \u0648\u0638\u064A\u0641\u0629 \u0623\u0644\u0641\u0627",disableAlphaSuccess:"\u062A\u0645 \u0625\u064A\u0642\u0627\u0641 \u0645\u064A\u0632\u0629 \u0623\u0644\u0641\u0627",cacheSize:"\u062D\u062C\u0645 \u0630\u0627\u0643\u0631\u0629 \u0627\u0644\u062A\u062E\u0632\u064A\u0646 \u0627\u0644\u0645\u0624\u0642\u062A\uFF1A",cleaning:"\u062A\u0646\u0638\u064A\u0641",cleanCache:"\u0645\u0633\u062D \u0630\u0627\u0643\u0631\u0629 \u0627\u0644\u062A\u062E\u0632\u064A\u0646 \u0627\u0644\u0645\u0624\u0642\u062A",options:"\u064A\u062B\u0628\u062A",about:"\u0639\u0646",service:"\u062E\u062F\u0645\u0629 \u0627\u0644\u062A\u0631\u062C\u0645\u0629",needAction:"(\u0627\u0630\u0647\u0628 \u0644\u0644\u0627\u0639\u062F\u0627\u062F\u0627\u062A)",goSettings:"\u0627\u0630\u0647\u0628 \u0644\u0644\u0627\u0639\u062F\u0627\u062F\u0627\u062A",needActionForOptions:"(\u062A\u062D\u062A\u0627\u062C \u0625\u0644\u0649 \u062A\u0639\u064A\u064A\u0646)",translationEngine:"\u062E\u064A\u0627\u0631\u0627\u062A \u0627\u0644\u0645\u062D\u0631\u0643",sourceLanguage:"\u0627\u0644\u0644\u063A\u0629 \u0627\u0644\u0623\u0635\u0644\u064A\u0629",target:"\u0627\u0644\u0644\u063A\u0629 \u0627\u0644\u0645\u0633\u062A\u0647\u062F\u0641\u0629",popupSourceLanguage:"\u0627\u0644\u0644\u063A\u0629 \u0627\u0644\u0623\u0635\u0644\u064A\u0629",popupTarget:"\u0627\u0644\u0644\u063A\u0629 \u0627\u0644\u0645\u0633\u062A\u0647\u062F\u0641\u0629",popupService:"\u062E\u062F\u0645\u0629 \u0627\u0644\u062A\u0631\u062C\u0645\u0629",forThisSite:"\u0627\u0644\u0645\u0648\u0642\u0639 \u0627\u0644\u062D\u0627\u0644\u064A",autoEnableSubtitle:"\u0642\u0645 \u0628\u062A\u0634\u063A\u064A\u0644 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u062B\u0646\u0627\u0626\u064A\u0629 \u0627\u0644\u0644\u063A\u0629 \u062A\u0644\u0642\u0627\u0626\u064A\u064B\u0627",alwaysTranslate:"\u062A\u0631\u062C\u0645 \u062F\u0627\u0626\u0645\u0627 ",neverTranslate:"\u0644\u0627 \u062A\u062A\u0631\u062C\u0645 \u0623\u0628\u062F\u064B\u0627 ",alwaysTranslateSomeLanguage:"\u062A\u0631\u062C\u0645 \u062F\u0627\u0626\u0645\u0627 {language}",neverTranslateSomeLanguage:"\u0644\u0627 \u062A\u062A\u0631\u062C\u0645 \u0623\u0628\u062F\u064B\u0627 {language}",alwaysTranslateSomeSite:"\u062A\u0631\u062C\u0645 \u062F\u0627\u0626\u0645\u0627 {hostname}",neverTranslateSomeSite:"\u0644\u0627 \u062A\u062A\u0631\u062C\u0645 \u0623\u0628\u062F\u064B\u0627 {hostname}",alwaysTranslateSomeSiteOrWildSite:"\u0642\u0645 \u0628\u062A\u0631\u062C\u0645\u0629 \u0647\u0630\u0627 \u0627\u0644\u0645\u0648\u0642\u0639 \u062F\u0627\u0626\u0645\u064B\u0627",alwaysTranslateSomePage:"\u0642\u0645 \u0628\u062A\u0631\u062C\u0645\u0629 \u0647\u0630\u0647 \u0627\u0644\u0635\u0641\u062D\u0629 \u062F\u0627\u0626\u0645\u064B\u0627",add:"\u0627\u0636\u0641 \u0625\u0644\u064A\u0647",default:"\u062A\u0642\u0635\u064A\u0631",forThisLanguage:"\u0644\u0647\u0630\u0647 \u0627\u0644\u0644\u063A\u0629\uFF1A","add url":"\u0625\u062F\u062E\u0627\u0644 \u0639\u0646\u0648\u0627\u0646 \u0627\u0644\u0645\u0648\u0642\u0639",edit:"\u064A\u062D\u0631\u0631","translate other languages into specific language":"\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0644\u063A\u0627\u062A \u0627\u0644\u0623\u062E\u0631\u0649 \u0625\u0644\u0649 \u0627\u0644\u0644\u063A\u0629 \u0627\u0644\u062A\u064A \u062A\u062D\u062F\u062F\u0647\u0627","select translation service":"\u0627\u062E\u062A\u0631 \u062E\u062F\u0645\u0629 \u0627\u0644\u062A\u0631\u062C\u0645\u0629",language:"\u0644\u063A\u0629","show-original":"\u0625\u0638\u0647\u0627\u0631 \u0627\u0644\u0646\u0635 \u0627\u0644\u0623\u0635\u0644\u064A",translate:"\u064A\u062A\u0631\u062C\u0645",Translated:"\u0645\u062A\u0631\u062C\u0645",Translating:"\u062C\u0627\u0631 \u0627\u0644\u062A\u0631\u062C\u0645\u0629",Error:"\u062E\u0637\u0623",allowCacheTranslations:"\u062A\u0645\u0643\u064A\u0646 \u0627\u0644\u062A\u062E\u0632\u064A\u0646 \u0627\u0644\u0645\u0624\u0642\u062A \u0644\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0645\u062D\u0644\u064A\u0629 (\u0644\u062A\u0642\u0644\u064A\u0644 \u0637\u0644\u0628\u0627\u062A \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0644\u0644\u0641\u0642\u0631\u0627\u062A \u0627\u0644\u0645\u0643\u0631\u0631\u0629)","translation display":"\u0623\u0633\u0644\u0648\u0628 \u0639\u0631\u0636 \u0627\u0644\u062A\u0631\u062C\u0645\u0629","select diplay style":"\u062A\u0645\u064A\u064A\u0632 \u0623\u0633\u0644\u0648\u0628 \u0627\u0644\u062A\u0631\u062C\u0645\u0629\u060C \u064A\u0631\u062C\u0649 \u0627\u0644\u0631\u062C\u0648\u0639 \u0625\u0644\u0649 \u0627\u0644\u0623\u0645\u062B\u0644\u0629 \u0627\u0644\u062A\u0627\u0644\u064A\u0629 \u0644\u0645\u0632\u064A\u062F \u0645\u0646 \u0627\u0644\u062A\u0641\u0627\u0635\u064A\u0644:",interface:"\u0625\u0639\u062F\u0627\u062F\u0627\u062A \u0627\u0644\u0648\u0627\u062C\u0647\u0629",import_export:"\u0627\u0633\u062A\u064A\u0631\u0627\u062F \u0648\u062A\u0635\u062F\u064A\u0631",import_export_title:"\u062A\u0643\u0648\u064A\u0646 \u0627\u0644\u0627\u0633\u062A\u064A\u0631\u0627\u062F/\u0627\u0644\u062A\u0635\u062F\u064A\u0631",syncToGoogleDrive:"\u0627\u0644\u0645\u0632\u0627\u0645\u0646\u0629 \u0645\u0639 Google Drive \u0627\u0644\u0622\u0646",floatBallOptions:"\u0625\u0639\u062F\u0627\u062F\u0627\u062A \u0627\u0644\u0643\u0631\u0629 \u0627\u0644\u0645\u0639\u0644\u0642\u0629","floatBallOptions.enable":"\u062A\u0645\u0643\u064A\u0646 \u0627\u0644\u0643\u0631\u0629 \u0627\u0644\u0639\u0627\u0626\u0645\u0629","floatBallOptions.blockUrls":"\u062A\u0639\u0637\u064A\u0644 \u0645\u0648\u0642\u0639 \u0627\u0644\u0648\u064A\u0628","floatBallOptions.add":"\u0627\u0636\u0641 \u0625\u0644\u064A\u0647","floatBallOptions.blockUrlDesc":"\u0644\u0646 \u064A\u062A\u0645 \u0639\u0631\u0636 \u0627\u0644\u0643\u0631\u0629 \u0627\u0644\u0639\u0627\u0626\u0645\u0629 \u0639\u0646\u062F \u0645\u0648\u0627\u062C\u0647\u0629 \u0627\u0644\u0645\u0648\u0627\u0642\u0639 \u0627\u0644\u062A\u0627\u0644\u064A\u0629","floatBallOptions.clickType":"\u0627\u0646\u0642\u0631 \u0641\u0648\u0642 \u0627\u0644\u0633\u0644\u0648\u0643","floatBallOptions.clickTypeDesc":"\u0633\u0644\u0648\u0643 \u0623\u064A\u0642\u0648\u0646\u0629 \u0627\u0644\u0643\u0631\u0629 \u0627\u0644\u0639\u0627\u0626\u0645\u0629 \u0639\u0646\u062F \u0627\u0644\u0646\u0642\u0631 \u0639\u0644\u064A\u0647\u0627","floatBallOptions.clickPopup":"\u0625\u0638\u0647\u0627\u0631 \u0644\u0648\u062D\u0629 \u0627\u0644\u062A\u0631\u062C\u0645\u0629","floatBallOptions.clickTranslate":"\u062A\u0631\u062C\u0645\u0629/\u0625\u0638\u0647\u0627\u0631 \u0627\u0644\u0646\u0635 \u0627\u0644\u0623\u0635\u0644\u064A","floatBallOptions.fixedPosition":"\u56FA\u5B9A\u4F4D\u7F6E","floatBallOptions.fixedPositionDesc":"\u60AC\u6D6E\u7403\u5728\u7A97\u53E3\u5DE6\u4FA7\u8FD8\u662F\u53F3\u4FA7","floatBallOptions.fixedPositionLeft":"\u5DE6\u4FA7","floatBallOptions.fixedPositionRight":"\u53F3\u4FA7",previewAllThemes:"\u0645\u0639\u0627\u064A\u0646\u0629 \u0643\u0627\u0641\u0629 \u0627\u0644\u0623\u0646\u0645\u0627\u0637","translationTheme.none":"\u0644\u0627 \u0623\u062D\u062F","translationTheme.grey":"\u0627\u0644\u0631\u0645\u0627\u062F\u064A \u0627\u0644\u062F\u0627\u0643\u0646","translationTheme.dashed":"\u062A\u0633\u0637\u064A\u0631 \u0645\u062A\u0642\u0637\u0639","translationTheme.dotted":"\u062A\u0633\u0637\u064A\u0631 \u0645\u0646\u0642\u0637","translationTheme.dashedBorder":"\u0627\u0644\u062D\u062F\u0648\u062F \u0627\u0644\u0645\u062A\u0642\u0637\u0639\u0629","translationTheme.solidBorder":"\u0627\u0644\u062D\u062F\u0648\u062F \u0627\u0644\u0635\u0644\u0628\u0629","translationTheme.underline":"\u062A\u0633\u0637\u064A\u0631 \u0645\u0633\u062A\u0642\u064A\u0645","translationTheme.mask":"\u062A\u0623\u062B\u064A\u0631 \u0637\u0645\u0633 (\u0648\u0636\u0639 \u0627\u0644\u062A\u0639\u0644\u0645)","translationTheme.opacity":"\u062A\u0623\u062B\u064A\u0631 \u0627\u0644\u0634\u0641\u0627\u0641\u064A\u0629","translationTheme.paper":"\u062A\u0623\u062B\u064A\u0631 \u0627\u0644\u0638\u0644 \u0648\u0631\u0642\u0629 \u0628\u064A\u0636\u0627\u0621","translationTheme.dividingLine":"\u062E\u0637 \u0627\u0644\u062A\u0642\u0633\u064A\u0645","translationTheme.highlight":"\u062A\u0633\u0644\u064A\u0637 \u0627\u0644\u0636\u0648\u0621","translationTheme.marker":"\u0639\u0644\u0627\u0645\u0629","translationTheme.marker2":"\u0639\u0644\u0627\u0645\u0629 2","translationTheme.blockquote":"\u0627\u0644\u0646\u0645\u0637 \u0627\u0644\u0645\u0631\u062C\u0639\u064A","translationTheme.weakening":"\u064A\u0636\u0639\u0641","translationTheme.italic":"\u0645\u0627\u0626\u0644","translationTheme.bold":"\u0639\u0631\u064A\u0636","translationTheme.thinDashed":"\u062A\u0633\u0637\u064A\u0631 \u0645\u062A\u0642\u0637\u0639 \u0631\u0641\u064A\u0639","translationTheme.nativeDashed":"\u064A\u0623\u062A\u064A \u0627\u0644\u0646\u0638\u0627\u0645 \u0645\u0639 \u062A\u0633\u0637\u064A\u0631 \u0645\u0646\u0642\u0637","translationTheme.nativeDotted":"\u064A\u0623\u062A\u064A \u0627\u0644\u0646\u0638\u0627\u0645 \u0645\u0639 \u062A\u0633\u0637\u064A\u0631 \u0645\u0646\u0642\u0637","translationTheme.nativeUnderline":"\u0627\u0644\u0646\u0638\u0627\u0645 \u064A\u0623\u062A\u064A \u0645\u0639 \u062A\u0633\u0637\u064A\u0631 \u0645\u0633\u062A\u0642\u064A\u0645","translationTheme.wavy":"\u062E\u0637\u0648\u0637 \u0645\u062A\u0645\u0648\u062C\u0629","translationServices.custom":"\u0648\u0627\u062C\u0647\u0629 \u0628\u0631\u0645\u062C\u0629 \u0627\u0644\u062A\u0637\u0628\u064A\u0642\u0627\u062A \u0627\u0644\u0645\u062E\u0635\u0635\u0629","translationServices.tencent":"\u0645\u062A\u0631\u062C\u0645 \u062A\u064A\u0646\u0633\u0646\u062A","translationServices.tenAlpha":"\u0645\u062A\u0631\u062C\u0645 \u062A\u064A\u0646\u0633\u0646\u062A (\u0623\u0644\u0641\u0627)","translationServices.google":"\u062C\u0648\u062C\u0644 \u0627\u0644\u0645\u062A\u0631\u062C\u0645","translationServices.bai":"\u0628\u0627\u064A\u062F\u0648 (\u0623\u0644\u0641\u0627)","translationServices.baidu":"\u0645\u062A\u0631\u062C\u0645 \u0628\u0627\u064A\u062F\u0648","translationServices.aliyun":"\u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0633\u062D\u0627\u0628\u064A\u0629 \u0639\u0644\u0649 \u0628\u0627\u0628\u0627","translationServices.volc":"\u062A\u0631\u062C\u0645\u0629 \u0628\u0631\u0643\u0627\u0646","translationServices.deeplx":"DeepLX (\u0628\u064A\u062A\u0627)","translationServices.bing":"\u0645\u062A\u0631\u062C\u0645 \u0645\u0627\u064A\u0643\u0631\u0648\u0633\u0648\u0641\u062A","translationServices.deepl":"\u062F\u064A\u0628 \u0625\u0644","translationServices.wechat":"\u062A\u0631\u062C\u0645\u0629 \u0648\u064A \u0634\u0627\u062A","translationServices.azure":"\u062A\u0631\u062C\u0645\u0629 \u0623\u0632\u0648\u0631","translationServices.ibm":"\u0622\u064A \u0628\u064A \u0625\u0645 \u0648\u0627\u062A\u0633\u0648\u0646","translationServices.aws":"\u062A\u0631\u062C\u0645\u0629 \u0623\u0645\u0627\u0632\u0648\u0646","translationServices.mock":"\u062A\u0631\u062C\u0645\u0629 \u0645\u062D\u0627\u0643\u0627\u0629","translationServices.mock2":"\u062A\u0631\u062C\u0645\u0629 \u0645\u062D\u0627\u0643\u0627\u0629 2","translationServices.caiyun":"\u0643\u0627\u064A\u0648\u0646 \u0634\u064A\u0627\u0648\u064A\u0649","translationServices.cai":"\u0643\u0627\u064A\u0648\u0646 \u0634\u064A\u0627\u0648\u064A\u0649 (\u0623\u0644\u0641\u0627)","translationServices.volcAlpha":"\u0628\u0631\u0643\u0627\u0646 (\u0623\u0644\u0641\u0627)","translationServices.openl":"\u0623\u0648\u0628\u0646 \u0625\u0644","translationServices.youdao":"\u062A\u0631\u062C\u0645\u0629 \u064A\u0648\u062F\u0627\u0648","translationServices.you":"\u062A\u0631\u062C\u0645\u0629 \u064A\u0648\u062F\u0627\u0648 (\u0623\u0644\u0641\u0627)","translationServices.transmart":"\u062A\u064A\u0646\u0633\u0646\u062A \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u062A\u0641\u0627\u0639\u0644\u064A\u0629","translationServices.niu":"\u062A\u0631\u062C\u0645\u0629 \u0645\u0627\u0641\u0631\u064A\u0643\u0633","translationServices.papago":"\u062A\u0631\u062C\u0645\u0629 \u0628\u0627\u0628\u0627\u062C\u0648","translationServices.d":"\u062F (\u0623\u0644\u0641\u0627)","translationServices.dpro":"\u062F\u064A \u0628\u0631\u0648 (\u0643\u0646\u0627\u0631\u064A)","translationServices.openai":"OpenAI","translationServices.yandex":"Yandex","translationServices.chatgpt":"ChatGPT Web (3.5 \u062C\u0648\u0627\u0644)","translate title":"\u062A\u0631\u062C\u0645\u0629 \u0639\u0646\u0648\u0627\u0646 \u0627\u0644\u0635\u0641\u062D\u0629","always languages":"\u0627\u0644\u0644\u063A\u0629 \u0627\u0644\u0645\u062A\u0631\u062C\u0645\u0629 \u062F\u0627\u0626\u0645\u0627",neverTranslateLanguagesLabel:"\u0627\u0644\u0644\u063A\u0627\u062A \u0627\u0644\u062A\u064A \u0644\u0627 \u062A\u062A\u0631\u062C\u0645 \u0623\u0628\u062F\u0627",neverTranslateTheFollowingLanguagesDescription:"\u0633\u064A\u062A\u0645 \u062A\u062E\u0637\u064A \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0639\u0646\u062F\u0645\u0627 \u062A\u0643\u0648\u0646 \u0641\u0642\u0631\u0629 \u0641\u064A \u0627\u0644\u0635\u0641\u062D\u0629 \u0628\u0627\u0644\u0644\u063A\u0627\u062A \u0627\u0644\u062A\u0627\u0644\u064A\u0629",enableUserscriptPagePopup:"\u0625\u0638\u0647\u0627\u0631 \u0627\u0644\u0643\u0631\u0629 \u0627\u0644\u0639\u0627\u0626\u0645\u0629 \u0639\u0644\u0649 \u0627\u0644\u0635\u0641\u062D\u0629",enableUserscriptPagePopupDescription:"\u0628\u0639\u062F \u0625\u063A\u0644\u0627\u0642 \u0627\u0644\u0643\u0631\u0629 \u0627\u0644\u0639\u0627\u0626\u0645\u0629\u060C \u064A\u0645\u0643\u0646\u0643 \u0627\u0633\u062A\u062E\u062F\u0627\u0645 \u0645\u0641\u062A\u0627\u062D \u0627\u0644\u0627\u062E\u062A\u0635\u0627\u0631 /{touch}\u0644\u0625\u064A\u0642\u0627\u0638\u0647\u0627. \u0644\u0645\u0646\u0639 \u0627\u0644\u0639\u062B\u0648\u0631 \u0639\u0644\u0649 \u0627\u0644\u0643\u0631\u0629 \u0627\u0644\u0639\u0627\u0626\u0645\u0629 \u0628\u0639\u062F \u0625\u064A\u0642\u0627\u0641 \u062A\u0634\u063A\u064A\u0644 \u0647\u0630\u0627 \u0627\u0644\u062E\u064A\u0627\u0631 \u0639\u0646 \u0637\u0631\u064A\u0642 \u0627\u0644\u062E\u0637\u0623\u060C \u064A\u0648\u0635\u0649 \u0628\u0634\u062F\u0629 \u0628\u0648\u0636\u0639 \u0625\u0634\u0627\u0631\u0629 \u0645\u0631\u062C\u0639\u064A\u0629 \u0639\u0644\u0649 \u0635\u0641\u062D\u0629 \u0627\u0644\u0625\u0639\u062F\u0627\u062F\u0627\u062A \u0647\u0630\u0647.","always translate the following languages":"\u0639\u0646\u062F\u0645\u0627 \u062A\u0643\u0648\u0646 \u0644\u063A\u0629 \u0627\u0644\u0635\u0641\u062D\u0629 \u0628\u0627\u0644\u0644\u063A\u0627\u062A \u0627\u0644\u062A\u0627\u0644\u064A\u0629\u060C \u0633\u062A\u062A\u0645 \u062A\u0631\u062C\u0645\u062A\u0647\u0627 \u062A\u0644\u0642\u0627\u0626\u064A\u064B\u0627 \u0625\u0644\u0649 \u0627\u0644\u0644\u063A\u0629 \u0627\u0644\u0645\u0633\u062A\u0647\u062F\u0641\u0629","always sites":"\u0639\u0646\u0627\u0648\u064A\u0646 URL \u0627\u0644\u0645\u062A\u0631\u062C\u0645\u0629 \u062F\u0627\u0626\u0645\u064B\u0627","always translate the following sites":"\u0639\u0646\u062F\u0645\u0627 \u064A\u0643\u0648\u0646 \u0645\u0648\u0642\u0639 \u0627\u0644\u0648\u064A\u0628 \u0628\u0627\u0633\u0645 \u0627\u0644\u0646\u0637\u0627\u0642 \u0627\u0644\u062A\u0627\u0644\u064A\u060C \u0633\u062A\u062A\u0645 \u062A\u0631\u062C\u0645\u062A\u0647 \u062A\u0644\u0642\u0627\u0626\u064A\u064B\u0627 \u0625\u0644\u0649 \u0627\u0644\u0644\u063A\u0629 \u0627\u0644\u0647\u062F\u0641","never sites":"\u0639\u0646\u0627\u0648\u064A\u0646 URL \u0627\u0644\u062A\u064A \u0644\u0646 \u062A\u062A\u0645 \u062A\u0631\u062C\u0645\u062A\u0647\u0627 \u0623\u0628\u062F\u064B\u0627","never translate the following sites":"\u0644\u0646 \u064A\u062A\u0645 \u062A\u0646\u0641\u064A\u0630 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0639\u0646\u062F\u0645\u0627 \u064A\u0643\u0648\u0646 \u0645\u0648\u0642\u0639 \u0627\u0644\u0648\u064A\u0628 \u064A\u062D\u0645\u0644 \u0627\u0633\u0645 \u0627\u0644\u0646\u0637\u0627\u0642 \u0627\u0644\u062A\u0627\u0644\u064A","please refer to":"\u064A\u062C\u0628 \u0639\u0644\u064A\u0643 \u062A\u0639\u0628\u0626\u0629 \u0627\u0644\u0645\u0641\u062A\u0627\u062D \u0642\u0628\u0644 \u0627\u0633\u062A\u062E\u062F\u0627\u0645\u0647\u060C \u0644\u0645\u0632\u064A\u062F \u0645\u0646 \u0627\u0644\u062A\u0641\u0627\u0635\u064A\u0644 \u064A\u0631\u062C\u0649 \u0627\u0644\u0631\u062C\u0648\u0639 \u0625\u0644\u0649",KeyAndConfigurationTutorial:'"\u0627\u0644\u0628\u0631\u0646\u0627\u0645\u062C \u0627\u0644\u062A\u0639\u0644\u064A\u0645\u064A \u0644\u0644\u062A\u0637\u0628\u064A\u0642 \u0648\u0627\u0644\u062A\u0643\u0648\u064A\u0646 \u0627\u0644\u0631\u0626\u064A\u0633\u064A"',useAboveStyleForTheseSites:"\u0639\u0646\u062F\u0645\u0627 \u064A\u0643\u0648\u0646 \u0645\u0648\u0642\u0639 \u0627\u0644\u0648\u064A\u0628 \u0647\u0648 \u0627\u0633\u0645 \u0627\u0644\u0646\u0637\u0627\u0642 \u0627\u0644\u062A\u0627\u0644\u064A\u060C \u0627\u0633\u062A\u062E\u062F\u0645 \u062F\u0627\u0626\u0645\u064B\u0627 \u0646\u0645\u0637 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u2308{theme}\u230B",currentUrl:"\u0639\u0646\u0648\u0627\u0646 URL \u0627\u0644\u062D\u0627\u0644\u064A",confirm:"\u064A\u062D\u0641\u0638",cancel:"\u064A\u0644\u063A\u064A",delete:"\u064A\u0645\u0633\u062D","languages.auto":"\u0627\u0644\u0643\u0634\u0641 \u0627\u0644\u062A\u0644\u0642\u0627\u0626\u064A",syncToCloud:"\u0627\u0644\u0645\u0632\u0627\u0645\u0646\u0629 \u0645\u0639 \u062C\u0648\u062C\u0644 \u062F\u0631\u0627\u064A\u0641",syncToCloudDescription:"\u0642\u0645 \u0628\u0627\u0644\u062A\u062D\u0645\u064A\u0644 \u0625\u0644\u0649 \u0627\u0644\u0633\u062D\u0627\u0628\u0629\u060C \u0648\u064A\u0645\u0643\u0646 \u0645\u0632\u0627\u0645\u0646\u0629 \u0627\u0644\u062A\u0643\u0648\u064A\u0646 \u0628\u064A\u0646 \u0627\u0644\u0645\u062A\u0635\u0641\u062D\u0627\u062A \u0627\u0644\u0645\u062E\u062A\u0644\u0641\u0629/\u0627\u0644\u0646\u0635\u0648\u0635 \u0627\u0644\u0628\u0631\u0645\u062C\u064A\u0629 \u0644\u0642\u0631\u062F \u0627\u0644\u0632\u064A\u062A\u060C \u0645\u0639 \u0645\u0631\u0627\u0639\u0627\u0629 \u0648\u0642\u062A \u0627\u0644\u062A\u0639\u062F\u064A\u0644 \u0627\u0644\u0623\u062E\u064A\u0631.",syncToAccount:"\u0627\u0644\u0645\u0632\u0627\u0645\u0646\u0629 \u0645\u0639 \u0633\u062D\u0627\u0628\u0629 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0634\u0627\u0645\u0644\u0629",syncToAccountButton:"\u0645\u0632\u0627\u0645\u0646\u0629 \u0645\u0639 \u0627\u0644\u0633\u062D\u0627\u0628\u0629 \u0639\u0644\u0649 \u0627\u0644\u0641\u0648\u0631",syncToAccountDescription:"\u0645\u0632\u0627\u0645\u0646\u0629 \u0627\u0644\u062A\u0643\u0648\u064A\u0646\u0627\u062A \u062A\u0644\u0642\u0627\u0626\u064A\u064B\u0627 \u0628\u064A\u0646 \u0627\u0644\u0623\u062C\u0647\u0632\u0629 \u0627\u0644\u0645\u062E\u062A\u0644\u0641\u0629\u060C \u0628\u0646\u0627\u0621\u064B \u0639\u0644\u0649 \u0648\u0642\u062A \u0627\u0644\u062A\u0639\u062F\u064A\u0644 \u0627\u0644\u0623\u062E\u064A\u0631.",successSyncConfigInAccount:"\u0627\u0644\u0628\u0642\u0627\u0621 \u0645\u062A\u0632\u0627\u0645\u0646\u064B\u0627 \u0645\u0639 \u0627\u0644\u0633\u062D\u0627\u0628\u0629 \u0628\u0646\u062C\u0627\u062D",successSyncConfigToAccount:"\u062A\u0645\u062A \u0627\u0644\u0645\u0632\u0627\u0645\u0646\u0629 \u0628\u0646\u062C\u0627\u062D \u0645\u0639 \u0627\u0644\u0633\u062D\u0627\u0628\u0629",syncConfigNoUpdate:"\u0628\u0627\u0644\u0641\u0639\u0644 \u0627\u0644\u0623\u062D\u062F\u062B",authFail:"\u0641\u0634\u0644 \u0627\u0644\u062A\u0641\u0648\u064A\u0636",syncTitle:"\u0625\u062F\u0627\u0631\u0629 \u0627\u0644\u0646\u0633\u062E \u0627\u0644\u0627\u062D\u062A\u064A\u0627\u0637\u064A \u0627\u0644\u064A\u062F\u0648\u064A",import_hint:"\u064A\u0633\u062A\u0648\u0631\u062F",upload:"\u0631\u0641\u0639",revokeAuth:"\u0625\u0644\u063A\u0627\u0621 \u0627\u0644\u062A\u0631\u062E\u064A\u0635",uploadFail:"\u0627\u0644\u062A\u062D\u0645\u064A\u0644 \u0641\u0634\u0644",download:"\u062A\u062D\u0645\u064A\u0644",importSuccess:"\u062A\u0645 \u0627\u0644\u0627\u0633\u062A\u064A\u0631\u0627\u062F \u0628\u0646\u062C\u0627\u062D",importFail:"\u0641\u0634\u0644 \u0627\u0644\u0627\u0633\u062A\u064A\u0631\u0627\u062F",deleteFail:"\u0641\u0634\u0644 \u0641\u064A \u0627\u0644\u062D\u0630\u0641",backupToCloud:"\u0625\u062F\u0627\u0631\u0629 \u0645\u0644\u0641\u0627\u062A \u0627\u0644\u0646\u0633\u062E \u0627\u0644\u0627\u062D\u062A\u064A\u0627\u0637\u064A \u064A\u062F\u0648\u064A\u0627",create_new_backup:"\u0625\u0636\u0627\u0641\u0629 \u0639\u0642\u062F\u0629 \u0627\u062D\u062A\u064A\u0627\u0637\u064A\u0629",maxBackupFiles:"\u064A\u0645\u0643\u0646 \u0639\u0645\u0644 \u0646\u0633\u062E\u0629 \u0627\u062D\u062A\u064A\u0627\u0637\u064A\u0629 \u0644\u0645\u0627 \u064A\u0635\u0644 \u0625\u0644\u0649{count}\u0639\u0642\u062F \u0645\u062E\u062A\u0644\u0641\u0629\u060C \u064A\u0631\u062C\u0649 \u062D\u0630\u0641 \u0627\u0644\u0639\u0642\u062F \u063A\u064A\u0631 \u0627\u0644\u0636\u0631\u0648\u0631\u064A\u0629",backupToCloudDescription:"\u062A\u062D\u0645\u064A\u0644 \u0645\u0644\u0641\u0627\u062A \u0627\u0644\u0646\u0633\u062E \u0627\u0644\u0627\u062D\u062A\u064A\u0627\u0637\u064A \u0623\u0648 \u0627\u0633\u062A\u0639\u0627\u062F\u062A\u0647\u0627 \u064A\u062F\u0648\u064A\u064B\u0627\u060C \u0645\u0645\u0627 \u064A\u0633\u0645\u062D \u0628\u0645\u0627 \u064A\u0635\u0644 \u0625\u0644\u0649 3 \u0646\u0633\u062E \u0627\u062D\u062A\u064A\u0627\u0637\u064A\u0629 \u0645\u062E\u062A\u0644\u0641\u0629",successSyncConfig:"\u0627\u0644\u0628\u0642\u0627\u0621 \u0645\u062A\u0632\u0627\u0645\u0646\u064B\u0627 \u0645\u0639 \u0627\u0644\u0633\u062D\u0627\u0628\u0629 \u0628\u0646\u062C\u0627\u062D",syncFail:"\u0641\u0634\u0644\u062A \u0627\u0644\u0645\u0632\u0627\u0645\u0646\u0629",updatedAt:"\u062A\u0645 \u0627\u0644\u062A\u062D\u062F\u064A\u062B \u0639\u0646\u062F {date}",lastSyncedAt:"\u0622\u062E\u0631 \u0641\u062D\u0635 \u0643\u0627\u0646 \u0639\u0646\u062F {date}",downloadFail:"\u0627\u0644\u062A\u062D\u0645\u064A\u0644 \u0641\u0634\u0644",clickToDownload:"\u0627\u0636\u063A\u0637 \u0644\u0644\u062A\u062D\u0645\u064A\u0644",aboutLabel:"\u062D\u0648\u0644 - \u0631\u062F\u0648\u062F \u0627\u0644\u0641\u0639\u0644","browser.openAboutPage":"\u062D\u0648\u0644/\u0631\u062F\u0648\u062F \u0627\u0644\u0641\u0639\u0644",aboutLabelWithoutSponsor:"\u062D\u0648\u0644 - \u0631\u062F\u0648\u062F \u0627\u0644\u0641\u0639\u0644",aboutIntro:"\u0623\u062A\u0645\u0646\u0649 \u0623\u0646 \u0646\u062A\u0645\u0643\u0646 \u062C\u0645\u064A\u0639\u064B\u0627 \u0645\u0646 \u0627\u0644\u0648\u0635\u0648\u0644 \u0625\u0644\u0649 \u0627\u0644\u0645\u0639\u0644\u0648\u0645\u0627\u062A \u0627\u0644\u0636\u062E\u0645\u0629 \u0627\u0644\u0645\u062A\u0639\u0644\u0642\u0629 \u0628\u0627\u0644\u0644\u063A\u0627\u062A \u0627\u0644\u0623\u062C\u0646\u0628\u064A\u0629 \u0639\u0644\u0649 \u0627\u0644\u0625\u0646\u062A\u0631\u0646\u062A \u0628\u0633\u0647\u0648\u0644\u0629 \u0648\u0633\u0639\u0627\u062F\u0629 \u0623\u0643\u0628\u0631. \u064A\u0645\u0643\u0646\u0643 \u0627\u062E\u062A\u064A\u0627\u0631 \u0641\u062A\u062D \u0639\u0636\u0648\u064A\u0629 <6> Pro \u0644\u0627\u0633\u062A\u062E\u062F\u0627\u0645 \u062A\u0631\u062C\u0645\u0627\u062A DeepL \u0648OpenAI \u062E\u0627\u0631\u062C \u0627\u0644\u0635\u0646\u062F\u0648\u0642.

\u064A\u0645\u0643\u0646\u0643\u0645 \u0645\u062A\u0627\u0628\u0639\u062A\u0646\u0627 \u0639\u0644\u0649 <3>\u062A\u0648\u064A\u062A\u0631 ,<4>\u0642\u0646\u0627\u0629 \u0627\u0644\u062A\u0644\u064A\u062C\u0631\u0627\u0645 \u0623\u0648 \u062D\u0633\u0627\u0628 WeChat \u0627\u0644\u0639\u0627\u0645 \u0623\u0648 \u0645\u062C\u0645\u0648\u0639\u0629 \u0627\u062A\u0635\u0627\u0644\u0627\u062A WeChat \u0623\u0648 <5> \u0627\u0634\u062A\u0631\u0627\u0643 \u0627\u0644\u0628\u0631\u064A\u062F \u0627\u0644\u0625\u0644\u0643\u062A\u0631\u0648\u0646\u064A \u0623\u062F\u0646\u0627\u0647 \u062A\u062A\u0628\u0639 \u0627\u0644\u062A\u062D\u062F\u064A\u062B\u0627\u062A.
<7>\u0639\u0636\u0648 \u0645\u062D\u062A\u0631\u0641 \u064A\u0645\u0643\u0646\u0643 \u0627\u0644\u0627\u062A\u0635\u0627\u0644 \u0628\u0627\u0644\u0628\u0631\u064A\u062F \u0627\u0644\u0625\u0644\u0643\u062A\u0631\u0648\u0646\u064A \u0627\u0644\u0633\u0631\u064A\u0639 \u0644\u062E\u062F\u0645\u0629 \u0627\u0644\u0639\u0645\u0644\u0627\u0621 <8> support@immersivetranslate.com \u0627\u0628\u0642 \u0639\u0644\u0649 \u062A\u0648\u0627\u0635\u0644 \u0645\u0639\u0646\u0627.",aboutIntroWithoutSponsor:"\u0623\u062A\u0645\u0646\u0649 \u0623\u0646 \u0646\u062A\u0645\u0643\u0646 \u062C\u0645\u064A\u0639\u064B\u0627 \u0645\u0646 \u0627\u0644\u0648\u0635\u0648\u0644 \u0628\u0634\u0643\u0644 \u0623\u0633\u0647\u0644 \u0648\u0623\u0643\u062B\u0631 \u0645\u062A\u0639\u0629 \u0625\u0644\u0649 \u0627\u0644\u0643\u0645 \u0627\u0644\u0647\u0627\u0626\u0644 \u0645\u0646 \u0627\u0644\u0645\u0639\u0644\u0648\u0645\u0627\u062A \u0628\u0627\u0644\u0644\u063A\u0629 \u0627\u0644\u0623\u062C\u0646\u0628\u064A\u0629 \u0639\u0644\u0649 \u0627\u0644\u0625\u0646\u062A\u0631\u0646\u062A \u2764\uFE0F

\u064A\u0645\u0643\u0646\u0643 \u0645\u062A\u0627\u0628\u0639\u062A\u0646\u0627 \u0639\u0644\u0649 Twitter <3> ,<4>\u0642\u0646\u0627\u0629 \u0627\u0644\u062A\u0644\u064A\u062C\u0631\u0627\u0645 \u0623\u0648 \u062D\u0633\u0627\u0628 WeChat \u0627\u0644\u0639\u0627\u0645 \u0623\u0648 \u0645\u062C\u0645\u0648\u0639\u0629 \u0627\u062A\u0635\u0627\u0644\u0627\u062A WeChat \u0623\u0648 <5> \u0627\u0634\u062A\u0631\u0627\u0643 \u0627\u0644\u0628\u0631\u064A\u062F \u0627\u0644\u0625\u0644\u0643\u062A\u0631\u0648\u0646\u064A \u0623\u062F\u0646\u0627\u0647 \u062A\u062A\u0628\u0639 \u0627\u0644\u062A\u062D\u062F\u064A\u062B\u0627\u062A.",projectHomepage:"\u0627\u0644\u0635\u0641\u062D\u0629 \u0627\u0644\u0631\u0626\u064A\u0633\u064A\u0629 \u0644\u0644\u0645\u0634\u0631\u0648\u0639",joinTelegramGroup:"\u0627\u0646\u0636\u0645 \u0625\u0644\u0649 \u0645\u062C\u0645\u0648\u0639\u0629 \u0627\u062A\u0635\u0627\u0644\u0627\u062A \u0627\u0644\u0645\u0633\u062A\u062E\u062F\u0645\u064A\u0646 \u0644\u0644\u0645\u0634\u0627\u0631\u0643\u0629 \u0641\u064A \u0627\u0644\u0645\u0646\u0627\u0642\u0634\u0627\u062A \u0627\u0644\u0648\u0638\u064A\u0641\u064A\u0629",wechatPublicAccount:"\u062D\u0633\u0627\u0628 \u0648\u064A \u0634\u0627\u062A \u0627\u0644\u0639\u0627\u0645",wechatCommunities:"\u0645\u062C\u0645\u0648\u0639\u0629 \u0627\u0644\u0627\u062A\u0635\u0627\u0644\u0627\u062A WeChat",qqCommunities:"\u0642\u0646\u0627\u0629 \u0627\u062A\u0635\u0627\u0644 QQ",joinTelegramChannel:"\u062A\u0627\u0628\u0639\u0648\u0627 \u0642\u0646\u0627\u0629 \u0627\u0644\u062A\u0644\u064A\u062C\u0631\u0627\u0645 \u0644\u0645\u0639\u0631\u0641\u0629 \u0622\u062E\u0631 \u0627\u0644\u062A\u062D\u062F\u064A\u062B\u0627\u062A",feedbackAndJoin:"\u0631\u062F\u0648\u062F \u0627\u0644\u0641\u0639\u0644 \u0627\u0644\u0645\u0634\u0643\u0644\u0629 / \u0627\u0644\u0627\u0646\u0636\u0645\u0627\u0645 \u0625\u0644\u0649 \u0627\u0644\u0645\u062C\u0645\u0648\u0639\u0629",autoSync:"\u0627\u0644\u0645\u0632\u0627\u0645\u0646\u0629 \u0627\u0644\u0645\u062C\u062F\u0648\u0644\u0629 \u0627\u0644\u062A\u0644\u0642\u0627\u0626\u064A\u0629",loadingThemeTitle:"\u0623\u0633\u0644\u0648\u0628 \u0627\u0644\u062A\u062D\u0645\u064A\u0644",loadingThemeDescription:"\u0627\u0636\u0628\u0637 \u0627\u0644\u0646\u0645\u0637 \u0623\u062B\u0646\u0627\u0621 \u0627\u0646\u062A\u0638\u0627\u0631 \u062A\u062D\u0645\u064A\u0644 \u0627\u0644\u062A\u0631\u062C\u0645\u0629","loadingTheme.spinner":"\u0627\u0644\u0631\u0633\u0648\u0645 \u0627\u0644\u0645\u062A\u062D\u0631\u0643\u0629 \u0627\u0644\u062F\u0627\u0626\u0631\u0629","loadingTheme.text":"\u0646\u0635 \u062B\u0627\u0628\u062A... ","loadingTheme.none":"\u0644\u0627 \u062A\u0638\u0647\u0631",developerDescription:"\u064A\u0645\u0643\u0646\u0643 \u0627\u0644\u0646\u0642\u0631 \u0641\u0648\u0642 <1> \u0647\u0646\u0627 \u0639\u0631\u0636 \u0627\u0644\u0648\u062B\u0627\u0626\u0642 \u0627\u0644\u0645\u062A\u0639\u0644\u0642\u0629 \u0628\u0627\u0644\u062A\u062E\u0635\u064A\u0635 \u0627\u0644\u0645\u062A\u0642\u062F\u0645","edit border color":"\u062A\u0639\u062F\u064A\u0644 \u0644\u0648\u0646 \u0627\u0644\u062D\u062F\u0648\u062F",successSyncButNoChange:"\u0627\u0644\u062A\u0643\u0648\u064A\u0646 \u0627\u0644\u062D\u0627\u0644\u064A \u0645\u062A\u0648\u0627\u0641\u0642 \u0645\u0639 \u0627\u0644\u0633\u062D\u0627\u0628\u0629",customTheme:"\u0627\u0644\u0623\u0644\u0648\u0627\u0646 \u0648\u0627\u0644\u0623\u062D\u062C\u0627\u0645 \u0627\u0644\u0645\u062E\u0635\u0635\u0629","customThemeLabel.borderColor":"\u0644\u0648\u0646 \u0627\u0644\u062D\u062F\u0648\u062F","customThemeLabel.borderRadius":"\u062D\u062F\u0648\u062F \u0645\u0633\u062A\u062F\u064A\u0631\u0629 \u0627\u0644\u0632\u0648\u0627\u064A\u0627","customThemeLabel.textColor":"\u0644\u0648\u0646 \u0627\u0644\u062E\u0637","customThemeLabel.backgroundColor":"\u0644\u0648\u0646 \u0627\u0644\u062E\u0644\u0641\u064A\u0629","customThemeLabel.zoom":"\u062A\u062D\u062C\u064A\u0645 \u0627\u0644\u062E\u0637 (%)","customThemeLabel.opacity":"\u0639\u062A\u0627\u0645\u0629 \u0627\u0644\u0646\u0635 (%)",resetToDefaultColor:"\u0627\u0644\u0639\u0648\u062F\u0629 \u0625\u0644\u0649 \u0627\u0644\u0644\u0648\u0646 \u0627\u0644\u0627\u0641\u062A\u0631\u0627\u0636\u064A",resetToDefaultSettings:"\u0627\u0644\u0639\u0648\u062F\u0629 \u0625\u0644\u0649 \u0627\u0644\u0625\u0639\u062F\u0627\u062F\u0627\u062A \u0627\u0644\u0627\u0641\u062A\u0631\u0627\u0636\u064A\u0629",isTranslateTitle:"\u0642\u0645 \u0628\u062A\u0634\u063A\u064A\u0644 \u0639\u0646\u0627\u0648\u064A\u0646 \u0635\u0641\u062D\u0627\u062A \u0627\u0644\u0648\u064A\u0628 \u0627\u0644\u0645\u062A\u0631\u062C\u0645\u0629",isTranslateTitleDescription:"\u0639\u0646\u062F \u062A\u0634\u063A\u064A\u0644\u0647\u060C \u0633\u064A\u062A\u0645 \u062A\u0631\u062C\u0645\u0629 \u0639\u0646\u0648\u0627\u0646 \u0635\u0641\u062D\u0629 \u0627\u0644\u0648\u064A\u0628",enableSearchEnhancement:"\u062A\u0645\u0643\u064A\u0646 \u062A\u0639\u0632\u064A\u0632 \u0627\u0644\u0645\u0639\u0644\u0648\u0645\u0627\u062A \u062B\u0646\u0627\u0626\u064A\u0629 \u0627\u0644\u0644\u063A\u0629",enableSearchEnhancementDescription:'\u0628\u0639\u062F \u062A\u0634\u063A\u064A\u0644\u0647\u0627\u060C \u0633\u064A\u062A\u0645 \u0639\u0631\u0636 \u0646\u062A\u0627\u0626\u062C \u0628\u062D\u062B "\u0623\u062E\u0628\u0627\u0631 Google" \u0627\u0644\u0645\u0642\u0627\u0628\u0644\u0629 \u0644\u0644\u0643\u0644\u0645\u0627\u062A \u0627\u0644\u0631\u0626\u064A\u0633\u064A\u0629 \u0628\u0627\u0644\u0644\u063A\u0629 \u0627\u0644\u0625\u0646\u062C\u0644\u064A\u0632\u064A\u0629 \u062A\u0644\u0642\u0627\u0626\u064A\u064B\u0627 \u0641\u064A \u0627\u0644\u0639\u0645\u0648\u062F \u0627\u0644\u0623\u064A\u0645\u0646 \u0644\u0645\u0648\u0627\u0642\u0639 \u0627\u0644\u0648\u064A\u0628 \u0627\u0644\u0645\u062F\u0639\u0648\u0645\u0629 (\u0623\u062E\u0628\u0627\u0631 Google\u060C \u0628\u062D\u062B Google (\u0628\u0639\u0636 \u0627\u0644\u0643\u0644\u0645\u0627\u062A \u0627\u0644\u0631\u0626\u064A\u0633\u064A\u0629)\u060C Snowball\u060C Oriental Fortune\u060C Futu\u060C Tiger Community).',verifyService:"\u0627\u0646\u0642\u0631 \u0647\u0646\u0627 \u0644\u0627\u062E\u062A\u0628\u0627\u0631 \u0627\u0644\u062E\u062F\u0645\u0629",verified:"\u062A\u0645 \u0627\u0644\u062A\u062D\u0642\u0642 \u0628\u0646\u062C\u0627\u062D","field.langs":"\u0631\u0645\u0648\u0632 \u0627\u0644\u0644\u063A\u0629 \u0627\u0644\u0645\u062F\u0639\u0648\u0645\u0629","field.model":"\u0646\u0645\u0648\u0630\u062C","field.translationEngine":"\u0645\u062D\u0631\u0643 \u0627\u0644\u062A\u0631\u062C\u0645\u0629","field.limitPerMinute":"\u0627\u0644\u062D\u062F \u0627\u0644\u0623\u0642\u0635\u0649 \u0644\u0639\u062F\u062F \u0627\u0644\u0637\u0644\u0628\u0627\u062A \u0641\u064A \u0627\u0644\u062F\u0642\u064A\u0642\u0629","field.limitPerSecond":"\u0627\u0644\u062D\u062F \u0627\u0644\u0623\u0642\u0635\u0649 \u0644\u0639\u062F\u062F \u0627\u0644\u0637\u0644\u0628\u0627\u062A \u0641\u064A \u0627\u0644\u062B\u0627\u0646\u064A\u0629","field.maxTextLengthPerRequest":"\u0627\u0644\u062D\u062F \u0627\u0644\u0623\u0642\u0635\u0649 \u0644\u0637\u0648\u0644 \u0627\u0644\u0646\u0635 \u0644\u0643\u0644 \u0637\u0644\u0628","field.maxTextGroupLengthPerRequest":"\u0627\u0644\u062D\u062F \u0627\u0644\u0623\u0642\u0635\u0649 \u0644\u0639\u062F\u062F \u0627\u0644\u0641\u0642\u0631\u0627\u062A \u0644\u0643\u0644 \u0637\u0644\u0628","field.apiUrl":"\u0639\u0646\u0648\u0627\u0646 \u0648\u0627\u062C\u0647\u0629 API \u0627\u0644\u0645\u062E\u0635\u0635\u0629","field.placeholderDelimiters":"\u0627\u0644\u0639\u0646\u0627\u0635\u0631 \u0627\u0644\u0646\u0627\u0626\u0628\u0629 \u0627\u0644\u0645\u062D\u062C\u0648\u0632\u0629","description.custom":"\u0627\u0644\u0648\u0635\u0648\u0644 \u0625\u0644\u0649 \u0627\u0644\u0648\u0627\u062C\u0647\u0629 \u0627\u0644\u0645\u062E\u0635\u0635\u0629 \u064A\u062A\u0637\u0644\u0628 \u0648\u062B\u0627\u0626\u0642 \u0645\u0631\u062C\u0639\u064A\u0629","description.limitPerMinute":"\u0648\u0639\u0646\u062F\u0645\u0627 \u064A\u062A\u062C\u0627\u0648\u0632 \u0639\u062F\u062F \u0627\u0644\u0637\u0644\u0628\u0627\u062A \u0647\u0630\u0627 \u0627\u0644\u062D\u062F\u060C \u0641\u0625\u0646\u0647 \u0633\u064A\u062F\u062E\u0644 \u0641\u064A \u062D\u0627\u0644\u0629 \u0627\u0644\u0627\u0646\u062A\u0638\u0627\u0631 \u062D\u062A\u0649 \u0628\u062F\u0627\u064A\u0629 \u0627\u0644\u062F\u0642\u064A\u0642\u0629 \u0627\u0644\u062A\u0627\u0644\u064A\u0629. \u0646\u0638\u0631\u064B\u0627 \u0644\u0644\u0642\u064A\u0648\u062F \u0627\u0644\u0645\u062E\u062A\u0644\u0641\u0629 \u0644\u062E\u062F\u0645\u0629 OpenAI \u0627\u0644\u062D\u0627\u0644\u064A\u0629\u060C \u064A\u0631\u062C\u0649 \u0627\u0644\u0646\u0642\u0631 \u0641\u0648\u0642 <1> \u0647\u0646\u0627 \u0639\u0631\u0636 \u0623\u062D\u062F\u062B \u0627\u0644\u0642\u064A\u0645 \u0627\u0644\u0645\u0648\u0635\u0649 \u0628\u0647\u0627","description.limitPerSecond":"\u0648\u0639\u0646\u062F\u0645\u0627 \u064A\u062A\u062C\u0627\u0648\u0632 \u0639\u062F\u062F \u0627\u0644\u0637\u0644\u0628\u0627\u062A \u0647\u0630\u0627 \u0627\u0644\u062D\u062F\u060C \u0641\u0625\u0646\u0647 \u0633\u064A\u062F\u062E\u0644 \u0641\u064A \u062D\u0627\u0644\u0629 \u0627\u0644\u0627\u0646\u062A\u0638\u0627\u0631 \u062D\u062A\u0649 \u0628\u062F\u0627\u064A\u0629 \u0627\u0644\u062B\u0627\u0646\u064A\u0629 \u0627\u0644\u062A\u0627\u0644\u064A\u0629. \u0646\u0638\u0631\u064B\u0627 \u0644\u0644\u0642\u064A\u0648\u062F \u0627\u0644\u0645\u062E\u062A\u0644\u0641\u0629 \u0644\u062E\u062F\u0645\u0629 OpenAI \u0627\u0644\u062D\u0627\u0644\u064A\u0629\u060C \u064A\u0631\u062C\u0649 \u0627\u0644\u0646\u0642\u0631 \u0641\u0648\u0642 <1> \u0647\u0646\u0627 \u0639\u0631\u0636 \u0623\u062D\u062F\u062B \u0627\u0644\u0642\u064A\u0645 \u0627\u0644\u0645\u0648\u0635\u0649 \u0628\u0647\u0627","description.generalLimitPerSecond":"\u0648\u0639\u0646\u062F\u0645\u0627 \u064A\u062A\u062C\u0627\u0648\u0632 \u0639\u062F\u062F \u0627\u0644\u0637\u0644\u0628\u0627\u062A \u0647\u0630\u0627 \u0627\u0644\u062D\u062F\u060C \u0641\u0625\u0646\u0647 \u0633\u064A\u062F\u062E\u0644 \u0641\u064A \u062D\u0627\u0644\u0629 \u0627\u0644\u0627\u0646\u062A\u0638\u0627\u0631 \u062D\u062A\u0649 \u0628\u062F\u0627\u064A\u0629 \u0627\u0644\u062B\u0627\u0646\u064A\u0629 \u0627\u0644\u062A\u0627\u0644\u064A\u0629.","description.prompt":"\u062A\u0631\u0633\u0644 \u0627\u0644\u0645\u062D\u0627\u062F\u062B\u0629 \u0625\u0644\u0649 {service} \u0628\u0635\u0641\u0629 \u0627\u0644\u0645\u0633\u062A\u062E\u062F\u0645\u060C \u062D\u064A\u062B \u064A\u0645\u062B\u0644 {{text}} \u0646\u0635 \u0627\u0644\u0641\u0642\u0631\u0629\u060C \u0648\u064A\u0645\u062B\u0644 {{from}} \u0644\u063A\u0629 \u0627\u0644\u0641\u0642\u0631\u0629\u060C \u0648\u064A\u0645\u062B\u0644 {{to}} \u0627\u0644\u0644\u063A\u0629 \u0627\u0644\u0645\u0633\u062A\u0647\u062F\u0641\u0629.","description.maxTextLengthPerRequest":"\u0627\u0644\u062D\u062F \u0627\u0644\u0623\u0642\u0635\u0649 \u0644\u0639\u062F\u062F \u0627\u0644\u0623\u062D\u0631\u0641 \u0644\u0643\u0644 \u0637\u0644\u0628. \u0625\u0630\u0627 \u0643\u0627\u0646 \u0643\u0628\u064A\u0631\u064B\u0627 \u062C\u062F\u064B\u0627\u060C \u0641\u0633\u062A\u062A\u0628\u0627\u0637\u0623 \u0627\u0633\u062A\u062C\u0627\u0628\u0629 \u0627\u0644\u0648\u0627\u062C\u0647\u0629\u060C \u0644\u0630\u0627 \u064A\u0645\u0643\u0646\u0643 \u0645\u062D\u0627\u0648\u0644\u0629 \u0636\u0628\u0637 \u0647\u0630\u0627 \u0627\u0644\u062E\u064A\u0627\u0631 \u0644\u062A\u062D\u0633\u064A\u0646 \u0627\u0644\u0633\u0631\u0639\u0629.","description.systemPrompt":"\u064A\u062A\u0645 \u0625\u0631\u0633\u0627\u0644 \u0627\u0644\u0645\u062D\u0627\u062F\u062B\u0629 \u0625\u0644\u0649 OpenAI \u0643\u0646\u0638\u0627\u0645\u060C \u062D\u064A\u062B \u064A\u0645\u062B\u0644 {{text}} \u0645\u062D\u062A\u0648\u0649 \u0646\u0635 \u0627\u0644\u0641\u0642\u0631\u0629\u060C \u0648\u064A\u0645\u062B\u0644{{from}} \u0644\u063A\u0629 \u0627\u0644\u0641\u0642\u0631\u0629\u060C \u0648\u064A\u0645\u062B\u0644{{to}} \u0627\u0644\u0644\u063A\u0629 \u0627\u0644\u0645\u0633\u062A\u0647\u062F\u0641\u0629","field.domain":"\u0645\u062C\u0627\u0644","description.domain":"\u0627\u0644\u0627\u0641\u062A\u0631\u0627\u0636\u064A \u0647\u0648\uFF1A\u0639\u0627\u0645. \u0644\u0627 \u064A\u0645\u0643\u0646 \u0636\u0628\u0637\u0647 \u0625\u0644\u0627 \u0639\u0646\u062F \u062A\u0645\u0643\u064A\u0646 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0645\u0633\u062A\u0646\u062F\u0629 \u0625\u0644\u0649 \u0627\u0644\u0645\u062C\u0627\u0644 \u0641\u064A \u0648\u062D\u062F\u0629 \u062A\u062D\u0643\u0645 Youdao API. \u0644\u0644\u062D\u0635\u0648\u0644 \u0639\u0644\u0649 \u0627\u0644\u062D\u0642\u0648\u0644 \u0627\u0644\u0645\u062F\u0639\u0648\u0645\u0629\u060C \u064A\u0631\u062C\u0649 \u0627\u0644\u0627\u0637\u0644\u0627\u0639 \u0639\u0644\u0649 <1> \u0647\u0646\u0627.","field.scene":"\u0645\u0634\u0627\u0647\u062F","description.scene":"\u0627\u0644\u0627\u0641\u062A\u0631\u0627\u0636\u064A \u0647\u0648\uFF1A\u0639\u0627\u0645. \u0644\u0627 \u064A\u0645\u0643\u0646 \u0636\u0628\u0637\u0647 \u0625\u0644\u0627 \u0639\u0646\u062F \u062A\u0646\u0634\u064A\u0637 \u0627\u0644\u0625\u0635\u062F\u0627\u0631 \u0627\u0644\u0627\u062D\u062A\u0631\u0627\u0641\u064A \u0644\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0622\u0644\u064A\u0629 \u0641\u064A \u0648\u062D\u062F\u0629 \u062A\u062D\u0643\u0645 Alibaba Cloud API. \u0631\u0627\u062C\u0639 <1> \u0647\u0646\u0627 \u0644\u0644\u062D\u0635\u0648\u0644 \u0639\u0644\u0649 \u0627\u0644\u0633\u064A\u0646\u0627\u0631\u064A\u0648\u0647\u0627\u062A \u0627\u0644\u0645\u062F\u0639\u0648\u0645\u0629.","field.vocabId":"\u0645\u0639\u0631\u0641 \u0642\u0627\u0645\u0648\u0633 \u0627\u0644\u0645\u0633\u062A\u062E\u062F\u0645","description.vocabId":"\u064A\u062F\u0639\u0645 \u0627\u0644\u0642\u0627\u0645\u0648\u0633 \u0627\u0644\u0645\u062D\u062F\u062F out_id \u062D\u0627\u0644\u064A\u064B\u0627 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0625\u0646\u062C\u0644\u064A\u0632\u064A\u0629 \u0627\u0644\u0635\u064A\u0646\u064A\u0629.","description.model":"\u064A\u0645\u0643\u0646 \u0623\u0646 \u064A\u0643\u0648\u0646 \u0646\u0645\u0648\u0630\u062C OpenAI \u0647\u0648 gpt-3.5-turbo \u0623\u0648 gpt-4 \u0648\u0645\u0627 \u0625\u0644\u0649 \u0630\u0644\u0643.","description.maxTextGroupLengthPerRequest":"\u0639\u062F\u062F \u0627\u0644\u0641\u0642\u0631\u0627\u062A \u0627\u0644\u0645\u0631\u0633\u0644\u0629 \u0625\u0644\u0649 \u062E\u062F\u0645\u0629 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0641\u064A \u0643\u0644 \u0645\u0631\u0629. \u0625\u0630\u0627 \u0643\u0627\u0646 \u0647\u0646\u0627\u0643 \u0639\u062F\u062F \u0643\u0628\u064A\u0631 \u062C\u062F\u064B\u0627 \u0645\u0646 \u0627\u0644\u0641\u0642\u0631\u0627\u062A\u060C \u0641\u0642\u062F \u062A\u062A\u0628\u0627\u0637\u0623 \u0627\u0633\u062A\u062C\u0627\u0628\u0629 \u0627\u0644\u0648\u0627\u062C\u0647\u0629.","description.apiUrl":"\u0627\u0644\u0631\u062C\u0627\u0621 \u0625\u0636\u0627\u0641\u0629 \u0639\u0646\u0648\u0627\u0646 URL \u0645\u062D\u062F\u062F \u0645\u0639 \u0627\u0644\u0645\u0633\u0627\u0631\u060C <1> \u0627\u0644\u0645\u0632\u064A\u062F \u0645\u0646 \u0627\u0644\u062A\u0639\u0644\u064A\u0645\u0627\u062A",enabledExtension:"\u062A\u0645\u0643\u064A\u0646 \u0627\u0644\u062A\u0645\u062F\u064A\u062F",clickToDisableExtension:"\u0627\u0646\u0642\u0631 \u0644\u062A\u0639\u0637\u064A\u0644 \u0627\u0644\u062A\u0645\u062F\u064A\u062F",clickToEnableExtension:"\u0627\u0646\u0642\u0631 \u0644\u062A\u0645\u0643\u064A\u0646 \u0627\u0644\u062A\u0645\u062F\u064A\u062F",hasBeenDisabled:"\u0639\u0627\u062C\u0632","show password":"\u0639\u0631\u0636 \u0643\u0644\u0645\u0629 \u0627\u0644\u0645\u0631\u0648\u0631",customContent:"\u0623\u062F\u062E\u0644 \u0627\u0633\u0645 \u0627\u0644\u0646\u0645\u0648\u0630\u062C \u0627\u0644\u0645\u062E\u0635\u0635",inputOptions:"\u062A\u062D\u0633\u064A\u0646 \u0635\u0646\u062F\u0648\u0642 \u0627\u0644\u0625\u062F\u062E\u0627\u0644",mouseHoverOptions:"\u062A\u0645\u0631\u064A\u0631 \u0627\u0644\u0645\u0627\u0648\u0633",modifyMouseHoverKey:"\u062A\u0639\u062F\u064A\u0644 \u0645\u0641\u0627\u062A\u064A\u062D \u0627\u0644\u0627\u062E\u062A\u0635\u0627\u0631 \u0627\u0644\u062E\u0627\u0635\u0629 \u0628\u0627\u0644\u0645\u0627\u0648\u0633",enableInputTranslation:"\u0645\u0627 \u0625\u0630\u0627 \u0643\u0627\u0646 \u0633\u064A\u062A\u0645 \u062A\u0645\u0643\u064A\u0646 \u062A\u062D\u0633\u064A\u0646 \u0645\u0631\u0628\u0639 \u0627\u0644\u0625\u062F\u062E\u0627\u0644",enableInputTranslationDescription:"\u0628\u0639\u062F{trailingKey}\u060C \u0623\u062F\u062E\u0644 \u0645\u0628\u0627\u0634\u0631\u0629 {startingKey}{startingKey} hello \u0641\u064A \u0645\u0631\u0628\u0639 \u0627\u0644\u0625\u062F\u062E\u0627\u0644\u060C \u062B\u0645 \u0627\u0646\u0642\u0631 \u0633\u0631\u064A\u0639\u064B\u0627 \u0641\u0648\u0642{inputTrailingTriggerKeyRepeatTimes}\u0645\u0631\u062A\u064A\u0646 \u0644\u062A\u0631\u062C\u0645\u062A\u0647 \u0625\u0644\u0649 {inputTargetLanguage}",enableInputTranslationDescriptionForNoneKey:"{trailingKey}\u062A\u0645\u0643\u064A\u0646\u0647\u060C \u0623\u062F\u062E\u0644 \u0645\u0628\u0627\u0634\u0631\u0629\uFF1Ahelloworld \u0641\u064A \u0645\u0631\u0628\u0639 \u0627\u0644\u0625\u062F\u062E\u0627\u0644\u060C \u062B\u0645 \u0627\u0646\u0642\u0631 \u0628\u0633\u0631\u0639\u0629{inputTrailingTriggerKeyRepeatTimes}\u0644\u0644\u062A\u0631\u062C\u0645\u0629 \u0625\u0644\u0649 \u0627\u0644\u0644\u063A\u0629 \u0627\u0644\u0645\u0633\u062A\u0647\u062F\u0641\u0629 \u0627\u0644\u0627\u0641\u062A\u0631\u0627\u0636\u064A\u0629.",inputTargetLanguage:"\u0642\u0645 \u0628\u062A\u0639\u064A\u064A\u0646 \u0627\u0644\u0644\u063A\u0629 \u0627\u0644\u0647\u062F\u0641 \u0627\u0644\u0627\u0641\u062A\u0631\u0627\u0636\u064A\u0629 \u0644\u0645\u0631\u0628\u0639 \u0627\u0644\u0625\u062F\u062E\u0627\u0644",inputTargetLanguageDescription:"\u0627\u0644\u0644\u063A\u0629 \u0627\u0644\u0647\u062F\u0641 \u0627\u0644\u0627\u0641\u062A\u0631\u0627\u0636\u064A\u0629 \u0644\u062A\u0631\u062C\u0645\u0629 \u0645\u0631\u0628\u0639 \u0627\u0644\u0625\u062F\u062E\u0627\u0644\u060C \u0648\u0647\u064A {startingKey}{startingKey} \u0643\u0644\u063A\u0629 \u0627\u0641\u062A\u0631\u0627\u0636\u064A\u0629 \u0644\u0643\u0644\u0645\u0627\u062A \u0627\u0644\u062A\u0634\u063A\u064A\u0644",inputTargetLanguageDescriptionForNoneKey:"\u0627\u0644\u0644\u063A\u0629 \u0627\u0644\u0647\u062F\u0641 \u0627\u0644\u0627\u0641\u062A\u0631\u0627\u0636\u064A\u0629 \u0644\u062A\u0631\u062C\u0645\u0627\u062A \u0645\u0631\u0628\u0639 \u0627\u0644\u0625\u062F\u062E\u0627\u0644",inputStartingTriggerKeyTitle:"\u0642\u0645 \u0628\u062A\u0639\u064A\u064A\u0646 \u0627\u0644\u0623\u062D\u0631\u0641 \u0627\u0644\u0645\u0642\u0633\u0645\u0629 \u0644\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u062C\u0632\u0626\u064A\u0629 \u0644\u0645\u0631\u0628\u0639 \u0627\u0644\u0625\u062F\u062E\u0627\u0644",inputStartingTriggerKeyDescription:"\u0639\u0646\u062F\u0645\u0627 \u0644\u0627 \u062A\u062D\u062A\u0627\u062C \u0625\u0644\u0649 \u062A\u0631\u062C\u0645\u0629 \u0645\u0631\u0628\u0639 \u0627\u0644\u0625\u062F\u062E\u0627\u0644 \u0628\u0623\u0643\u0645\u0644\u0647\u060C \u064A\u062A\u064A\u062D \u0644\u0643 \u0627\u0644\u0645\u062D\u062F\u062F \u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u062C\u0632\u0621 \u0641\u0642\u0637 {startingKey}{startingKey} \u0625\u0644\u0649 \u0646\u0647\u0627\u064A\u0629 \u0645\u0631\u0628\u0639 \u0627\u0644\u0625\u062F\u062E\u0627\u0644\u060C \u0623\u0648 \u064A\u0645\u0643\u0646\u0643 \u062A\u062D\u062F\u064A\u062F \u0631\u0645\u0632 \u0627\u0644\u0644\u063A\u0629\u060C \u0639\u0644\u0649 \u0633\u0628\u064A\u0644 \u0627\u0644\u0645\u062B\u0627\u0644\u060C\uFF1A{startingKey}ja \u062A\u0639\u0646\u064A \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0641\u0642\u0637 \u0627\u0644\u062C\u0632\u0621 \u0645\u0646 {startingKey}\u062C\u0627 \u0625\u0644\u0649 \u0646\u0647\u0627\u064A\u0629 \u0645\u0631\u0628\u0639 \u0627\u0644\u0625\u062F\u062E\u0627\u0644.",inputStartingTriggerKeyDescriptionForNoneKey:"\u062A\u0645 \u0636\u0628\u0637\u0647 \u062D\u0627\u0644\u064A\u064B\u0627 \u0628\u062D\u064A\u062B \u0644\u0627 \u064A\u062A\u0637\u0644\u0628 \u0623\u064A \u0628\u0627\u062F\u0626\u0629\u060C \u0648\u0628\u0639\u0636 \u0648\u0638\u0627\u0626\u0641 \u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0646\u0635 \u0641\u064A \u0645\u0631\u0628\u0639 \u0627\u0644\u0625\u062F\u062E\u0627\u0644 \u063A\u064A\u0631 \u0645\u062A\u0627\u062D\u0629 \u0645\u0624\u0642\u062A\u064B\u0627.",inputTrailingTriggerKeyTitle:"\u062D\u062F\u062F \u062D\u0631\u0641 \u0627\u0644\u0645\u0634\u063A\u0644 \u0627\u0644\u0630\u064A \u064A\u0646\u0647\u064A \u0627\u0644\u0625\u062F\u062E\u0627\u0644",inputTrailingTriggerKeyDescription:"\u0633\u064A\u0624\u062F\u064A \u0627\u0644\u0636\u063A\u0637 \u0639\u0644\u0649{trailingKey} 3 \u0645\u0631\u0627\u062A \u0641\u064A \u062A\u062A\u0627\u0628\u0639 \u0633\u0631\u064A\u0639 \u0625\u0644\u0649 \u0628\u062F\u0621 \u0627\u0644\u062A\u0631\u062C\u0645\u0629",inputTrailingTriggerKeyTimeout:"\u0623\u062F\u062E\u0644 \u0627\u0644\u0641\u0627\u0635\u0644 \u0627\u0644\u0632\u0645\u0646\u064A \u0628\u064A\u0646 \u0627\u0644\u0645\u0634\u063A\u0644\u0627\u062A \u0644\u0625\u0646\u0647\u0627\u0621 \u0627\u0644\u062A\u062D\u0631\u064A\u0631 \u0648\u0627\u0644\u0633\u0631\u062F.",inputTrailingTriggerKeyTimeoutDescription:"\u0642\u0645 \u0628\u062A\u0639\u064A\u064A\u0646 \u0627\u0644\u0641\u0627\u0635\u0644 \u0627\u0644\u0632\u0645\u0646\u064A (\u0645\u0644\u064A \u062B\u0627\u0646\u064A\u0629) \u0644\u0644\u0625\u062F\u062E\u0627\u0644 \u0644\u0625\u0646\u0647\u0627\u0621 \u0645\u0634\u063A\u0644 \u0627\u0644\u062A\u062D\u0631\u064A\u0631 \u0648\u0627\u0644\u0633\u0631\u062F",spaceKey:"<\u0645\u0633\u0627\u0641\u0629>",noneKey:"\u0644\u0627 \u062A\u0648\u062C\u062F \u062D\u0627\u062C\u0629 \u0625\u0644\u0649 \u0628\u0627\u062F\u0626\u0629\u060C \u0642\u0645 \u0628\u062A\u0631\u062C\u0645\u0629 \u0645\u0631\u0628\u0639 \u0627\u0644\u0646\u0635 \u0628\u0627\u0644\u0643\u0627\u0645\u0644 \u0645\u0628\u0627\u0634\u0631\u0629\u064B",inputTranslationBlockUrlsTitle:"\u0644\u0627 \u062A\u0642\u0645 \u0645\u0637\u0644\u0642\u064B\u0627 \u0628\u062A\u0645\u0643\u064A\u0646 \u062A\u062D\u0633\u064A\u0646\u0627\u062A \u062D\u0642\u0644 \u0627\u0644\u0625\u062F\u062E\u0627\u0644 \u0641\u064A \u0639\u0646\u0627\u0648\u064A\u0646 URL",inputTranslationBlockUrlsDescription:"\u0641\u064A \u0639\u0646\u0627\u0648\u064A\u0646 URL \u0627\u0644\u062A\u0627\u0644\u064A\u0629\u060C \u0644\u0646 \u064A\u0635\u0628\u062D \u062A\u062D\u0633\u064A\u0646 \u0645\u0631\u0628\u0639 \u0627\u0644\u0625\u062F\u062E\u0627\u0644 \u0633\u0627\u0631\u064A \u0627\u0644\u0645\u0641\u0639\u0648\u0644",clickToSeeQuickDemo:"\u0627\u0646\u0642\u0631 \u0644\u062A\u0648\u0633\u064A\u0639 \u0641\u064A\u062F\u064A\u0648 \u0627\u0644\u062A\u0639\u0644\u064A\u0645\u0627\u062A \u0627\u0644\u0633\u0631\u064A\u0639\u0629 \u0644\u0645\u062F\u0629 30 \u062B\u0627\u0646\u064A\u0629",inputHelperInfo:"\u0645\u0644\u0627\u062D\u0638\u0629\uFF1A: \u0644\u0642\u062F \u0642\u0645\u0646\u0627 \u0628\u062A\u062D\u0633\u064A\u0646 \u0627\u0644\u0645\u0634\u0643\u0644\u0629 \u0639\u0644\u0649 \u0648\u062C\u0647 \u0627\u0644\u062A\u062D\u062F\u064A\u062F \u062D\u064A\u062B \u062A\u062A\u062D\u0648\u0644 \u0628\u0639\u0636 \u0623\u062D\u0631\u0641 \u0627\u0644\u062A\u0634\u063A\u064A\u0644 \u0625\u0644\u0649 \u0639\u0644\u0627\u0645\u0627\u062A \u062A\u0631\u0642\u064A\u0645 \u0635\u064A\u0646\u064A\u0629 \u0636\u0645\u0646 \u0637\u0631\u064A\u0642\u0629 \u0627\u0644\u0625\u062F\u062E\u0627\u0644 \u0627\u0644\u0635\u064A\u0646\u064A\u0629. \u0639\u0644\u0649 \u0633\u0628\u064A\u0644 \u0627\u0644\u0645\u062B\u0627\u0644\u060C \u0636\u0645\u0646 \u0637\u0631\u064A\u0642\u0629 \u0627\u0644\u0625\u062F\u062E\u0627\u0644 Sogou\u060C / \u0633\u0648\u0641 \u062A\u062A\u062D\u0648\u0644 \u0625\u0644\u0649 \u062A\u0648\u0642\u0641 \u0645\u0624\u0642\u062A\u060C \u0648\u062A\u062F\u0639\u0645 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u063A\u0627\u0645\u0631\u0629 \u062C\u0645\u064A\u0639 \u0627\u0644\u0631\u0645\u0648\u0632 \u0627\u0644\u0635\u064A\u0646\u064A\u0629 \u0627\u0644\u0645\u0642\u0627\u0628\u0644\u0629 \u0644\u0640 \u0633\u064A\u062A\u0645 \u0627\u0644\u062A\u0639\u0631\u0641 \u0639\u0644\u0649 \u0623\u062D\u0631\u0641 \u0627\u0644\u062A\u0634\u063A\u064A\u0644\u060C \u0623\u064A //\u060C \u0639\u0644\u0649 \u0623\u0646\u0647\u0627 \u0623\u062D\u0631\u0641 \u062A\u0634\u063A\u064A\u0644.

\u0641\u064A \u0627\u0644\u0648\u0642\u062A \u0646\u0641\u0633\u0647\u060C \u0646\u062F\u0639\u0645 \u0623\u064A\u0636\u064B\u0627 \u0627\u0644\u0623\u0633\u0645\u0627\u0621 \u0627\u0644\u0635\u064A\u0646\u064A\u0629 \u0627\u0644\u0645\u0633\u062A\u0639\u0627\u0631\u0629 \u0644\u0631\u0645\u0648\u0632 \u0627\u0644\u0644\u063A\u0629 \u0643\u0623\u0648\u0627\u0645\u0631. \u0639\u0644\u0649 \u0633\u0628\u064A\u0644 \u0627\u0644\u0645\u062B\u0627\u0644\u060C \u0633\u062A\u062A\u0645 \u062A\u0631\u062C\u0645\u0629 /Japanese Hello World \u0625\u0644\u0649 \u0627\u0644\u064A\u0627\u0628\u0627\u0646\u064A\u0629. <1> \u0627\u0646\u0642\u0631 \u0647\u0646\u0627 \u0644\u0639\u0631\u0636 \u0643\u0627\u0641\u0629 \u0631\u0645\u0648\u0632 \u0627\u0644\u0644\u063A\u0627\u062A \u0627\u0644\u0645\u062F\u0639\u0648\u0645\u0629. .",reloadCurrentPage:"\u064A\u0631\u062C\u0649 \u062A\u062D\u062F\u064A\u062B \u0627\u0644\u0635\u0641\u062D\u0629 \u0627\u0644\u062D\u0627\u0644\u064A\u0629 \u0642\u0628\u0644 \u0628\u062F\u0621 \u0627\u0644\u062A\u0631\u062C\u0645\u0629",noLocalFilePermissionForPDF:"\u0644\u064A\u0633 \u0644\u062F\u064A\u0646\u0627 \u062D\u0627\u0644\u064A\u064B\u0627 \u0625\u0630\u0646 \u0628\u0642\u0631\u0627\u0621\u0629 \u0627\u0644\u0645\u0644\u0641\u0627\u062A \u0627\u0644\u0645\u062D\u0644\u064A\u0629. \u0627\u0644\u0631\u062C\u0627\u0621 \u0627\u0644\u0646\u0642\u0631 \u0641\u0648\u0642 \u0627\u0644\u0632\u0631 \u0623\u0639\u0644\u0627\u0647 \u0648\u0627\u0633\u062A\u064A\u0631\u0627\u062F \u0627\u0644\u0645\u0644\u0641\u0627\u062A \u0627\u0644\u0645\u062D\u0644\u064A\u0629.",noPermissionForThisPage:"\u26A0\uFE0F \u0644\u0627 \u064A\u0648\u062C\u062F \u0625\u0630\u0646 \u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0635\u0641\u062D\u0629 \u0627\u0644\u062D\u0627\u0644\u064A\u0629",retryAllParagraphs:"\u0623\u0639\u062F \u0645\u062D\u0627\u0648\u0644\u0629 \u0643\u0627\u0641\u0629 \u0641\u0642\u0631\u0627\u062A \u0627\u0644\u062E\u0637\u0623",retryAllButton:"\u0623\u0639\u062F \u0645\u062D\u0627\u0648\u0644\u0629 \u0643\u0627\u0641\u0629 \u0641\u0642\u0631\u0627\u062A \u0627\u0644\u062E\u0637\u0623",errorTooltipTitle:"\u0627\u0646\u0642\u0631 \u0644\u0639\u0631\u0636 \u0633\u0628\u0628 \u0627\u0644\u062E\u0637\u0623",errorModalTitle:"\u064A\u0628\u062F\u0648 \u0623\u0646 \u0647\u0646\u0627\u0643 \u062E\u0637\u0623 \u0645\u0627 \u0641\u064A \u062E\u062F\u0645\u0629 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0623\u0648 \u0627\u0644\u0634\u0628\u0643\u0629...",disableConfirm:"\u0625\u0639\u062F\u0627\u062F\u0627\u062A \u062A\u0639\u0632\u064A\u0632 \u0627\u0644\u0645\u0639\u0644\u0648\u0645\u0627\u062A \u062B\u0646\u0627\u0626\u064A\u0629 \u0627\u0644\u0644\u063A\u0629",disableOnce:"\u0645\u0639\u0637\u0644\u0629 \u0647\u0630\u0647 \u0627\u0644\u0645\u0631\u0629",disableGlobal:"\u062A\u0639\u0637\u064A\u0644 \u062F\u0627\u0626\u0645",disableTint:"* \u064A\u0645\u0643\u0646\u0643 \u0625\u0639\u0627\u062F\u0629 \u062A\u0645\u0643\u064A\u0646\u0647 \u0641\u064A {option}.",searchEnhancementNotes:"\u0644\u0642\u062F \u0648\u062C\u062F\u0646\u0627 \u0623\u0646 \u0646\u062A\u0627\u0626\u062C \u0627\u0644\u0623\u062E\u0628\u0627\u0631 \u0644\u0644\u0643\u0644\u0645\u0627\u062A \u0627\u0644\u0631\u0626\u064A\u0633\u064A\u0629 \u0627\u0644\u0635\u064A\u0646\u064A\u0629 \u0648\u0627\u0644\u0643\u0644\u0645\u0627\u062A \u0627\u0644\u0631\u0626\u064A\u0633\u064A\u0629 \u0627\u0644\u0625\u0646\u062C\u0644\u064A\u0632\u064A\u0629 \u0645\u062E\u062A\u0644\u0641\u0629 \u062A\u0645\u0627\u0645\u064B\u0627. \u0628\u0639\u062F \u062A\u0645\u0643\u064A\u0646 \u0648\u0638\u064A\u0641\u0629 \u062A\u062D\u0633\u064A\u0646 \u0627\u0644\u0645\u0639\u0644\u0648\u0645\u0627\u062A \u062B\u0646\u0627\u0626\u064A\u0629 \u0627\u0644\u0644\u063A\u0629 \u0644\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u063A\u0627\u0645\u0631\u0629\u060C \u0633\u0646\u0628\u062D\u062B \u0641\u064A \u0645\u0648\u0627\u0642\u0639 \u0627\u0644\u0648\u064A\u0628 \u0627\u0644\u0645\u062F\u0639\u0648\u0645\u0629 (\u0623\u062E\u0628\u0627\u0631 Google\u060C \u0628\u062D\u062B Google (\u0628\u0639\u0636 \u0627\u0644\u0643\u0644\u0645\u0627\u062A \u0627\u0644\u0631\u0626\u064A\u0633\u064A\u0629)\u060C Snowball\u060C Oriental Fortune Network\u060C Futu \u060C Tiger) \u064A\u0628\u062D\u062B \u062A\u0644\u0642\u0627\u0626\u064A\u064B\u0627 \u0639\u0646 \u0646\u0641\u0633 \u0627\u0644\u0643\u0644\u0645\u0627\u062A \u0627\u0644\u0631\u0626\u064A\u0633\u064A\u0629 \u0628\u0627\u0644\u0644\u063A\u0629 \u0627\u0644\u0625\u0646\u062C\u0644\u064A\u0632\u064A\u0629 \u0648\u064A\u0639\u0631\u0636\u0647\u0627 \u0639\u0644\u0649 \u0627\u0644\u064A\u0645\u064A\u0646. \u0625\u0630\u0627 \u0644\u0645 \u062A\u0643\u0646 \u0628\u062D\u0627\u062C\u0629 \u0625\u0644\u0649 \u0647\u0630\u0647 \u0627\u0644\u0645\u064A\u0632\u0629\u060C \u0641\u064A\u0645\u0643\u0646\u0643 \u0627\u062E\u062A\u064A\u0627\u0631 \u062A\u0639\u0637\u064A\u0644\u0647\u0627.",option:"\u064A\u062B\u0628\u062A",saveSettings:"\u0627\u062D\u0641\u0638 \u0627\u0644\u062A\u063A\u064A\u064A\u0631\u0627\u062A",closeModal:"\u0623\u063A\u0644\u0642 \u0627\u0644\u0646\u0627\u0641\u0630\u0629",enableInputTranslationWithoutTriggerKeyTitle:"\u062A\u0645\u0643\u064A\u0646 \u0627\u0644\u062A\u062D\u0631\u064A\u0631 \u0648\u0627\u0644\u0633\u0631\u062F \u0627\u0644\u0633\u0631\u064A\u0639 3 \u0645\u0631\u0627\u062A{trailingKey}\u060C \u0648\u062A\u0631\u062C\u0645\u0629 \u0645\u0631\u0628\u0639 \u0627\u0644\u0625\u062F\u062E\u0627\u0644 \u0628\u0623\u0643\u0645\u0644\u0647 \u0645\u0628\u0627\u0634\u0631\u0629 \u0625\u0644\u0649{inputTargetLanguage}",enableInputTranslationWithoutTriggerKeyDescription:"\u0625\u0630\u0627 \u0643\u0646\u062A \u0628\u062D\u0627\u062C\u0629 \u0625\u0644\u0649 \u062A\u062D\u062F\u064A\u062F \u0627\u0644\u0644\u063A\u0629 \u0627\u0644\u0645\u0633\u062A\u0647\u062F\u0641\u0629\u060C \u0641\u064A\u0631\u062C\u0649 \u0625\u0636\u0627\u0641\u0629 \u0631\u0645\u0632 \u0627\u0644\u0644\u063A\u0629 \u0641\u064A \u0627\u0644\u0645\u0642\u062F\u0645\u0629\u060C \u0645\u062B\u0644\uFF1Aja Hello World",mouseHoverShortcutPlaceholder:"\u0645\u062B\u0644\uFF1A\u0627\u0644\u062A\u062D\u0648\u0644",deepLProName:"\u0639\u0636\u0648 \u0645\u062D\u062A\u0631\u0641 \u0641\u064A \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0634\u0627\u0645\u0644\u0629 (\u0645\u0633\u062A\u062D\u0633\u0646)",deepLProDescription:"\u064A\u0645\u0643\u0646 \u0627\u0633\u062A\u062E\u062F\u0627\u0645 \u0627\u0644\u062D\u0632\u0645\u0629 \u0627\u0644\u062D\u0627\u0644\u064A\u0629 \u0645\u0628\u0627\u0634\u0631\u0629",deeplProDescriptionForNormal:"\u0644\u0627 \u062A\u0648\u062C\u062F \u0625\u0639\u062F\u0627\u062F\u0627\u062A \u0645\u0637\u0644\u0648\u0628\u0629. \u064A\u0645\u0643\u0646\u0643 \u0627\u0633\u062A\u062E\u062F\u0627\u0645\u0647\u0627 \u0628\u0639\u062F \u062A\u0633\u062C\u064A\u0644 \u0627\u0644\u062F\u062E\u0648\u0644 \u0643\u0639\u0636\u0648. <1> \u0627\u0646\u0642\u0631 \u0647\u0646\u0627 \u0644\u0644\u062A\u0631\u0642\u064A\u0629 \u0625\u0644\u0649 \u0639\u0636\u0648.",deepLCustomDescription:"\u0623\u0646\u062A \u0628\u062D\u0627\u062C\u0629 \u0625\u0644\u0649 \u0628\u0637\u0627\u0642\u0629 \u0627\u0626\u062A\u0645\u0627\u0646 \u0623\u062C\u0646\u0628\u064A\u0629\u060C \u0627\u0646\u062A\u0642\u0644 \u0625\u0644\u0649 <1>DeepL \u062A\u0645 \u0641\u062A\u062D\u0647 \u0631\u0633\u0645\u064A\u064B\u0627\u060C \u0627\u0646\u0642\u0631 \u0644\u0639\u0631\u0636 \u0627\u0644\u0645\u0633\u062A\u0646\u062F\u0627\u062A <2>",deepLCustomName:"\u0645\u0641\u062A\u0627\u062D \u0627\u0644\u0645\u0635\u0627\u062F\u0642\u0629 \u0627\u0644\u0645\u062E\u0635\u0635",chooseProviderLabel:"\u0627\u062E\u062A\u0631 \u0645\u0632\u0648\u062F \u0627\u0644\u062E\u062F\u0645\u0629",openaiProName:"\u0639\u0636\u0648 \u0645\u062D\u062A\u0631\u0641 \u0641\u064A \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0634\u0627\u0645\u0644\u0629 (\u0645\u0633\u062A\u062D\u0633\u0646)",openaiProDescription:"\u064A\u0645\u0643\u0646 \u0627\u0633\u062A\u062E\u062F\u0627\u0645 \u0627\u0644\u062D\u0632\u0645\u0629 \u0627\u0644\u062D\u0627\u0644\u064A\u0629 \u0645\u0628\u0627\u0634\u0631\u0629",openaiProDescriptionForNormal:"\u0644\u0627 \u062A\u0648\u062C\u062F \u0625\u0639\u062F\u0627\u062F\u0627\u062A \u0645\u0637\u0644\u0648\u0628\u0629. \u064A\u0645\u0643\u0646\u0643 \u0627\u0633\u062A\u062E\u062F\u0627\u0645\u0647\u0627 \u0628\u0639\u062F \u062A\u0633\u062C\u064A\u0644 \u0627\u0644\u062F\u062E\u0648\u0644 \u0643\u0639\u0636\u0648. <1> \u0627\u0646\u0642\u0631 \u0647\u0646\u0627 \u0644\u0644\u062A\u0631\u0642\u064A\u0629 \u0625\u0644\u0649 \u0639\u0636\u0648.",openaiCustomDescription:"\u064A\u0645\u0643\u0646 \u0627\u0644\u062D\u0635\u0648\u0644 \u0639\u0644\u064A\u0647 \u0645\u0646 OpenAI \u0623\u0648 Azure OpenAI \u0623\u0648 \u062E\u062F\u0645\u0627\u062A \u0623\u062E\u0631\u0649 \u062A\u0627\u0628\u0639\u0629 \u0644\u062C\u0647\u0627\u062A \u062E\u0627\u0631\u062C\u064A\u0629.<1> \u0627\u0646\u0642\u0631 \u0647\u0646\u0627 \u0644\u0639\u0631\u0636 \u0627\u0644\u0645\u0633\u062A\u0646\u062F.",openaiCustomName:"\u0645\u0641\u062A\u0627\u062D \u0648\u0627\u062C\u0647\u0629 \u0628\u0631\u0645\u062C\u0629 \u0627\u0644\u062A\u0637\u0628\u064A\u0642\u0627\u062A \u0627\u0644\u0645\u062E\u0635\u0635",needLoginAction:"(\u0623\u062F\u062E\u0644 \u0627\u0644\u0639\u0636\u0648\u064A\u0629 \u0623\u0648 \u0627\u0644\u062A\u062E\u0635\u064A\u0635)",goLoginOrAction:"(\u0623\u062F\u062E\u0644 \u0627\u0644\u0639\u0636\u0648\u064A\u0629 \u0623\u0648 \u0627\u0630\u0647\u0628 \u0625\u0644\u0649 \u0627\u0644\u0625\u0639\u062F\u0627\u062F\u0627\u062A)",yearly:"\u0627\u0644\u0627\u0634\u062A\u0631\u0627\u0643 \u0627\u0644\u0633\u0646\u0648\u064A \u0627\u0644\u0645\u0633\u062A\u0645\u0631",quarterly:"\u0645\u0648\u0627\u0633\u0645 \u0645\u062A\u062A\u0627\u0644\u064A\u0629",monthly:"\u0627\u0634\u062A\u0631\u0627\u0643 \u0634\u0647\u0631\u064A \u0645\u0633\u062A\u0645\u0631",yearlyForOnce:"\u0627\u0644\u0628\u0627\u0642\u0629 \u0627\u0644\u0633\u0646\u0648\u064A\u0629 \u0644\u0645\u0631\u0629 \u0648\u0627\u062D\u062F\u0629",monthlyForOnce:"\u0628\u0627\u0642\u0629 \u0634\u0647\u0631\u064A\u0629 \u0644\u0645\u0631\u0629 \u0648\u0627\u062D\u062F\u0629",daily:"\u0623\u064A\u0627\u0645 \u0645\u062A\u062A\u0627\u0644\u064A\u0629",year:"\u0627\u0644\u0627\u0634\u062A\u0631\u0627\u0643 \u0627\u0644\u0633\u0646\u0648\u064A \u0627\u0644\u0645\u0633\u062A\u0645\u0631",quarter:"\u0645\u0648\u0627\u0633\u0645 \u0645\u062A\u062A\u0627\u0644\u064A\u0629",month:"\u0627\u0634\u062A\u0631\u0627\u0643 \u0634\u0647\u0631\u064A \u0645\u0633\u062A\u0645\u0631",day:"\u0623\u064A\u0627\u0645 \u0645\u062A\u062A\u0627\u0644\u064A\u0629",onetime_7day:"\u062D\u0632\u0645\u0629 \u062A\u062C\u0631\u064A\u0628\u064A\u0629 \u0644\u0645\u062F\u0629 7 \u0623\u064A\u0627\u0645",currentPlanDescriptionForFree:"\u0627\u0644\u062D\u0632\u0645\u0629 \u0627\u0644\u062D\u0627\u0644\u064A\u0629\uFF1A\u0645\u062C\u0627\u0646\u064A\u0629",currentPlanDescriptionForContinuous:"\u0627\u0644\u0628\u0627\u0642\u0629 \u0627\u0644\u062D\u0627\u0644\u064A\u0629\uFF1A{plan}\u062A\u062C\u062F\u064A\u062F\u0647\u0627 \u062A\u0644\u0642\u0627\u0626\u064A\u0627 \u0641\u064A {endAt}",currentPlanDescriptionForAutoRenewCaceling:"\u0627\u0644\u0628\u0627\u0642\u0629 \u0627\u0644\u062D\u0627\u0644\u064A\u0629\uFF1A{plan}\u0648\u0633\u062A\u0646\u062A\u0647\u064A \u0641\u064A {endAt} \u0648\u0644\u0646 \u064A\u062A\u0645 \u062A\u062C\u062F\u064A\u062F\u0647\u0627 \u062A\u0644\u0642\u0627\u0626\u064A\u064B\u0627 \u0628\u0639\u062F \u0627\u0646\u062A\u0647\u0627\u0621 \u0627\u0644\u0635\u0644\u0627\u062D\u064A\u0629.",currentYearlyPlanDescriptionForAutoRenewCacelingWithRealPaiedUser:"\u0633\u062A\u0646\u062A\u0647\u064A \u0635\u0644\u0627\u062D\u064A\u0629 \u0627\u0644\u062D\u0632\u0645\u0629 \u0627\u0644\u062D\u0627\u0644\u064A\u0629\uFF1A{plan}\u0641\u064A {endAt} \u0648\u0644\u0646 \u064A\u062A\u0645 \u062A\u062C\u062F\u064A\u062F\u0647\u0627 \u062A\u0644\u0642\u0627\u0626\u064A\u064B\u0627 \u0628\u0639\u062F \u0627\u0646\u062A\u0647\u0627\u0621 \u0627\u0644\u0635\u0644\u0627\u062D\u064A\u0629.
<1>\u0627\u0646\u0642\u0631 \u0647\u0646\u0627 \u0644\u0625\u062F\u0627\u0631\u0629 \u062E\u0637\u0637 \u0627\u0644\u062A\u062C\u062F\u064A\u062F",currentYearlyPlanDescriptionForAutoRenewCacelingWithAdmin:"\u0633\u062A\u0646\u062A\u0647\u064A \u0635\u0644\u0627\u062D\u064A\u0629 \u0627\u0644\u062D\u0632\u0645\u0629 \u0627\u0644\u062D\u0627\u0644\u064A\u0629\uFF1A{plan}\u0641\u064A {endAt} \u0648\u0644\u0646 \u064A\u062A\u0645 \u062A\u062C\u062F\u064A\u062F\u0647\u0627 \u062A\u0644\u0642\u0627\u0626\u064A\u064B\u0627 \u0628\u0639\u062F \u0627\u0646\u062A\u0647\u0627\u0621 \u0627\u0644\u0635\u0644\u0627\u062D\u064A\u0629.
<1>\u0627\u0636\u063A\u0637 \u0647\u0646\u0627 \u0644\u062A\u0641\u0639\u064A\u0644 \u0627\u0644\u0627\u0634\u062A\u0631\u0627\u0643 \u0627\u0644\u0633\u0646\u0648\u064A \u0627\u0644\u0645\u0633\u062A\u0645\u0631",currentPlanDescriptionForOneTime:"\u0627\u0644\u062D\u0632\u0645\u0629 \u0627\u0644\u062D\u0627\u0644\u064A\u0629\uFF1A{plan}\u0648\u0633\u062A\u0646\u062A\u0647\u064A \u0641\u064A {endAt} <1> \u0627\u0646\u0642\u0631 \u0647\u0646\u0627 \u0644\u0644\u062A\u0631\u0642\u064A\u0629 \u0625\u0644\u0649 \u0627\u0644\u0631\u0633\u0648\u0645 \u0627\u0644\u0633\u0646\u0648\u064A\u0629 \u0623\u0648 <2> \u0631\u0633\u0648\u0645 \u0634\u0647\u0631\u064A\u0629 \u0639\u0636\u0648",upgradePlan:"\u0627\u0646\u0642\u0631 \u0647\u0646\u0627 \u0644\u0644\u062A\u0631\u0642\u064A\u0629 \u0625\u0644\u0649 \u0639\u0636\u0648\u064A\u0629 Pro",upgradeToPro:"\u0627\u0644\u062A\u0631\u0642\u064A\u0629 \u0625\u0644\u0649 \u0639\u0636\u0648\u064A\u0629 \u0628\u0631\u0648","popup.openPro":"\u0628\u0639\u062F \u0627\u0644\u062A\u0631\u0642\u064A\u0629 \u0625\u0644\u0649 \u0639\u0636\u0648\u064A\u0629 Pro\u060C \u064A\u0645\u0643\u0646\u0643 \u0627\u0644\u0627\u0633\u062A\u0645\u062A\u0627\u0639 \u0628\u062A\u0631\u062C\u0645\u0629 DeepL \u0648OpenAI\u060C \u0627\u0646\u0642\u0631 \u0647\u0646\u0627 \u0644\u0644\u062A\u0631\u0642\u064A\u0629","popup.openProForPro":"\u0623\u0646\u062A \u0639\u0636\u0648 \u0645\u062D\u062A\u0631\u0641 \u0648\u064A\u0645\u0643\u0646\u0643 \u0627\u0633\u062A\u062E\u062F\u0627\u0645 \u062A\u0631\u062C\u0645\u0629 DeepL \u0648OpenAI \u0645\u0628\u0627\u0634\u0631\u0629",currentAccount:"\u0627\u0644\u062D\u0633\u0627\u0628 \u0627\u0644\u062D\u0627\u0644\u064A",enableAutoSyncUserSettings:"\u062A\u0645\u0643\u064A\u0646 \u0627\u0644\u0645\u0632\u0627\u0645\u0646\u0629 \u0627\u0644\u0633\u062D\u0627\u0628\u064A\u0629 \u0627\u0644\u062A\u0644\u0642\u0627\u0626\u064A\u0629 \u0639\u0628\u0631 \u0623\u062C\u0647\u0632\u0629 \u0645\u062A\u0639\u062F\u062F\u0629",modalEnableInputTranslationTitle:"\u0646\u0635\u0627\u0626\u062D \u062A\u0631\u062C\u0645\u0629 \u0645\u0631\u0628\u0639 \u0625\u062F\u062E\u0627\u0644 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u063A\u0627\u0645\u0631\u0629",modalEnableInputTranslationDesc:"\u0644\u0642\u062F \u0642\u0645\u062A \u0644\u0644\u062A\u0648 \u0628\u062A\u0634\u063A\u064A\u0644 \u062A\u0631\u062C\u0645\u0629 \u0645\u0631\u0628\u0639 \u0627\u0644\u0625\u062F\u062E\u0627\u0644 \u0644\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0634\u0627\u0645\u0644\u0629 \u0639\u0646 \u0637\u0631\u064A\u0642 \u0627\u0644\u0636\u063A\u0637 \u0639\u0644\u0649 \u0634\u0631\u064A\u0637 \u0627\u0644\u0645\u0633\u0627\u0641\u0629 \u062B\u0644\u0627\u062B \u0645\u0631\u0627\u062A \u0641\u064A \u062A\u062A\u0627\u0628\u0639 \u0633\u0631\u064A\u0639\u060C \u0648\u0633\u064A\u062A\u0645 \u062A\u0631\u062C\u0645\u0629 \u0645\u062D\u062A\u0648\u0649 \u0645\u0631\u0628\u0639 \u0627\u0644\u0625\u062F\u062E\u0627\u0644 \u0625\u0644\u0649 \u0627\u0644\u0644\u063A\u0629 \u0627\u0644\u0647\u062F\u0641 \u0627\u0644\u0627\u0641\u062A\u0631\u0627\u0636\u064A\u0629. \u064A\u0645\u0643\u0646 \u0627\u0644\u062A\u0631\u0627\u062C\u0639 \u0639\u0646 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0639\u0628\u0631 Ctrl+Z.

\u0625\u0630\u0627 \u0643\u0627\u0646 \u0647\u0630\u0627 \u062E\u0637\u0623\u060C \u0641\u0644\u0627 \u062A\u0642\u0644\u0642\u060C \u064A\u0645\u0643\u0646\u0643 \u0627\u062E\u062A\u064A\u0627\u0631 \u062A\u0639\u0637\u064A\u0644\u0647 \u0647\u0630\u0647 \u0627\u0644\u0645\u0631\u0629\u060C \u0623\u0648 \u062A\u0639\u0637\u064A\u0644 \u062A\u0631\u062C\u0645\u0629 \u0645\u0631\u0628\u0639 \u0627\u0644\u0625\u062F\u062E\u0627\u0644 \u0628\u0634\u0643\u0644 \u062F\u0627\u0626\u0645.",saveAndNotShowAgain:"\u0627\u062D\u0641\u0638 \u0648\u0644\u0627 \u062A\u0637\u0627\u0644\u0628 \u0645\u0631\u0629 \u0623\u062E\u0631\u0649",disableInputTranslationTips:"* \u064A\u0645\u0643\u0646\u0643 \u0623\u064A\u0636\u064B\u0627 \u0636\u0628\u0637 \u0645\u0641\u0627\u062A\u064A\u062D \u0627\u0644\u0627\u062E\u062A\u0635\u0627\u0631 \u0627\u0644\u0623\u062E\u0631\u0649 \u0644\u062A\u0634\u063A\u064A\u0644\u0647\u0627 \u0641\u064A {option} \u060C{learnMore}.",learnMore:"\u0627\u0646\u0642\u0631 \u0647\u0646\u0627 \u0644\u0645\u0639\u0631\u0641\u0629 \u0627\u0644\u0645\u0632\u064A\u062F",continueEnalbeInputTranslation:"\u0627\u0633\u062A\u0645\u0631 \u0641\u064A \u062A\u0645\u0643\u064A\u0646 \u062A\u0631\u062C\u0645\u0629 \u0645\u0631\u0628\u0639 \u0627\u0644\u0625\u062F\u062E\u0627\u0644",autoRenewTrialSuffix:'(\u0623\u062B\u0646\u0627\u0621 \u0627\u0644\u0641\u062A\u0631\u0629 \u0627\u0644\u062A\u062C\u0631\u064A\u0628\u064A\u0629\u060C \u0633\u064A\u062A\u0645 \u062A\u0631\u0642\u064A\u0629\u0639\u0644\u0649 \u0627\u0644\u0641\u0648\u0631 \u0625\u0644\u0649\u0631\u0633\u0645\u064A1 )',upgradeFromTrialTitle:"\u0627\u0644\u062A\u0631\u0642\u064A\u0629 \u0625\u0644\u0649 \u0639\u0636\u0648 \u0631\u0633\u0645\u064A",subtitle:"\u062A\u0631\u062C\u0645\u0627\u062A \u0627\u0644\u0641\u064A\u062F\u064A\u0648",youtubeService:"\u062E\u062F\u0645\u0629 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u063A\u0627\u0645\u0631\u0629 \u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0641\u064A\u062F\u064A\u0648","subtitle.disabledSubtitle":"\u062A\u0639\u0637\u064A\u0644 \u062A\u0631\u062C\u0645\u0627\u062A \u0627\u0644\u0641\u064A\u062F\u064A\u0648 \u0628\u0634\u0643\u0644 \u062F\u0627\u0626\u0645","subtitle.disabledSubtitleDescription":"\u0625\u0630\u0627 \u0643\u0627\u0646\u062A \u062A\u0631\u062C\u0645\u0627\u062A \u0627\u0644\u0641\u064A\u062F\u064A\u0648 \u0627\u0644\u062E\u0627\u0635\u0629 \u0628\u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0634\u0627\u0645\u0644\u0629 \u062A\u062A\u0639\u0627\u0631\u0636 \u0645\u0639 \u0645\u0644\u062D\u0642\u0627\u062A \u0623\u062E\u0631\u0649\u060C \u0641\u064A\u0645\u0643\u0646\u0643 \u0627\u062E\u062A\u064A\u0627\u0631 \u062A\u0639\u0637\u064A\u0644 \u0648\u0638\u064A\u0641\u0629 \u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0641\u064A\u062F\u064A\u0648 \u0627\u0644\u062E\u0627\u0635\u0629 \u0628\u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0634\u0627\u0645\u0644\u0629 \u0628\u0634\u0643\u0644 \u062F\u0627\u0626\u0645 \u0623\u0648 \u0625\u0644\u063A\u0627\u0621 \u062A\u062B\u0628\u064A\u062A \u0627\u0644\u0645\u0644\u062D\u0642\u0627\u062A \u0627\u0644\u0645\u062A\u0639\u0627\u0631\u0636\u0629 \u0627\u0644\u0623\u062E\u0631\u0649.","subtitle.autoEnableSubtitle":"\u0627\u0633\u062A\u062E\u062F\u0645 \u0627\u0644\u062A\u0631\u062C\u0645\u0627\u062A \u062B\u0646\u0627\u0626\u064A\u0629 \u0627\u0644\u0644\u063A\u0629 \u062A\u0644\u0642\u0627\u0626\u064A\u064B\u0627","subtitle.autoEnableSubtitleDescription":"\u0628\u0639\u062F \u0627\u0644\u062A\u0641\u0639\u064A\u0644\u060C \u0639\u0646\u062F \u062A\u0634\u063A\u064A\u0644 \u0627\u0644\u0641\u064A\u062F\u064A\u0648\u060C \u0633\u064A\u062A\u0645 \u0639\u0631\u0636 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u062B\u0646\u0627\u0626\u064A\u0629 \u062A\u0644\u0642\u0627\u0626\u064A\u064B\u0627\u060C \u0648\u0625\u0644\u0627 \u0633\u064A\u062A\u0639\u064A\u0646 \u0627\u0644\u0646\u0642\u0631 \u0639\u0644\u0649 \u0632\u0631 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0644\u0644\u0639\u0631\u0636.","subtitle.preTranslation":"\u0627\u0633\u062A\u062E\u062F\u0645 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0634\u0627\u0645\u0644\u0629 \u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u062A\u0631\u062C\u0645\u0627\u062A","subtitle.preTranslationDescription":"\u0628\u0639\u062F \u062A\u0641\u0639\u064A\u0644\u0647\u0627\u060C \u0633\u062A\u0639\u0637\u0649 \u0627\u0644\u0623\u0648\u0644\u0648\u064A\u0629 \u0644\u0627\u0633\u062A\u062E\u062F\u0627\u0645 \u062E\u062F\u0645\u0629 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0645\u062D\u062F\u062F\u0629 \u0623\u062F\u0646\u0627\u0647 \u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0628\u0627\u0644\u0643\u0627\u0645\u0644 \u0645\u0642\u062F\u0645\u064B\u0627. \u064A\u0633\u062A\u0647\u0644\u0643 \u0645\u0642\u0637\u0639 \u0641\u064A\u062F\u064A\u0648 \u0645\u062F\u062A\u0647 \u0633\u0627\u0639\u0629 \u0648\u0627\u062D\u062F\u0629 \u0645\u0627 \u064A\u0642\u0631\u0628 \u0645\u0646 50000 \u0631\u0645\u0632\u064B\u0627 \u0623\u0648 \u062D\u0631\u0641\u064B\u0627\u060C \u0644\u0630\u0627 \u064A\u0631\u062C\u0649 \u0627\u0633\u062A\u062E\u062F\u0627\u0645\u0647\u0627 \u0628\u0627\u0644\u0634\u0643\u0644 \u0627\u0644\u0645\u0646\u0627\u0633\u0628\u061B \u0628\u0639\u062F \u0627\u0644\u062A\u0639\u0637\u064A\u0644\u060C \u0633\u062A\u0639\u0637\u0649 \u0627\u0644\u0623\u0648\u0644\u0648\u064A\u0629 \u0644\u0627\u0633\u062A\u062E\u062F\u0627\u0645 \u0627\u0644\u062A\u0631\u062C\u0645\u0627\u062A \u0627\u0644\u0645\u062A\u0631\u062C\u0645\u0629 \u0622\u0644\u064A\u064B\u0627 \u0648\u0627\u0644\u062A\u064A \u062A\u0623\u062A\u064A \u0645\u0639 \u0627\u0644\u0641\u064A\u062F\u064A\u0648 \u0627\u0644\u0623\u0635\u0644\u064A.","subtitle.humanSubtitlesPreferred":"\u0625\u0639\u0637\u0627\u0621 \u0627\u0644\u0623\u0648\u0644\u0648\u064A\u0629 \u0644\u0627\u0633\u062A\u062E\u062F\u0627\u0645 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0628\u0634\u0631\u064A\u0629","subtitle.humanSubtitlesPreferredDescription":"\u0639\u0646\u062F\u0645\u0627 \u064A\u062D\u062A\u0648\u064A \u0645\u0642\u0637\u0639 \u0641\u064A\u062F\u064A\u0648 \u0639\u0644\u0649 \u062A\u0631\u062C\u0645\u0627\u062A \u064A\u062F\u0648\u064A\u0629 \u0628\u0627\u0644\u0644\u063A\u0629 \u0627\u0644\u0647\u062F\u0641\u060C \u0627\u0633\u062A\u062E\u062F\u0645 \u0627\u0644\u062A\u0631\u062C\u0645\u0627\u062A \u0627\u0644\u064A\u062F\u0648\u064A\u0629 \u0623\u0648\u0644\u0627\u064B (\u0645\u0648\u0635\u0649 \u0628\u0647)",videoSubtitleTranslationDescription:"\u062A\u062E\u0635\u064A\u0635 \u062E\u062F\u0645\u0629 \u062A\u0631\u062C\u0645\u0629 \u0645\u0646\u0641\u0635\u0644\u0629 \u0644\u062A\u0631\u062C\u0645\u0627\u062A \u0627\u0644\u0641\u064A\u062F\u064A\u0648",subtitleTranslating:"\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u062A\u0631\u062C\u0645\u0627\u062A \u0628\u0627\u0633\u062A\u062E\u062F\u0627\u0645 {service} \u062E\u062F\u0645\u0629\u060C \u064A\u0631\u062C\u0649 \u0627\u0644\u0627\u0646\u062A\u0638\u0627\u0631... (\u062A\u0631\u062C\u0645\u0629 \u063A\u0627\u0645\u0631\u0629)",subtitleLoading:"\u062C\u0627\u0631\u064D \u062A\u062D\u0645\u064A\u0644 \u0627\u0644\u062A\u0631\u062C\u0645\u0629...",bilingual:"\u062B\u0646\u0627\u0626\u064A \u0627\u0644\u0644\u063A\u0629","field.action":"\u0645\u0627 \u0625\u0630\u0627 \u0643\u0627\u0646 \u0633\u064A\u062A\u0645 \u062A\u0645\u0643\u064A\u0646 \u0645\u0635\u0637\u0644\u062D\u0627\u062A \u0628\u0627\u064A\u062F\u0648","description.action":"\u0628\u0639\u062F \u0627\u0644\u062A\u0645\u0643\u064A\u0646\u060C \u0633\u062A\u062A\u0645 \u0625\u0636\u0627\u0641\u0629 \u0627\u0644\u0625\u062C\u0631\u0627\u0621 \u0627\u0644\u0645\u0639\u0644\u0645\u0629 = 1 \u0625\u0644\u0649 \u0637\u0644\u0628 \u0625\u0628\u0644\u0627\u063A Baidu \u0644\u062A\u0645\u0643\u064A\u0646 \u0627\u0644\u0645\u0635\u0637\u0644\u062D.<1> \u064A\u0631\u062C\u0649 \u0627\u0644\u0631\u062C\u0648\u0639 \u0625\u0644\u0649 \u0627\u0644\u0648\u062B\u0627\u0626\u0642 \u0627\u0644\u0631\u0633\u0645\u064A\u0629 \u0644\u0645\u0632\u064A\u062F \u0645\u0646 \u0627\u0644\u062A\u0639\u0644\u064A\u0645\u0627\u062A.",closeQuickTranslation:"\u0623\u063A\u0644\u0642 \u0627\u0644\u0643\u0631\u0629 \u0627\u0644\u0639\u0627\u0626\u0645\u0629","closeQuickTranslation.untilNext":"\u0645\u063A\u0644\u0642 \u062D\u062A\u0649 \u0627\u0644\u0632\u064A\u0627\u0631\u0629 \u0627\u0644\u0642\u0627\u062F\u0645\u0629","closeQuickTranslation.currentWebsite":"\u0627\u0644\u0645\u0648\u0642\u0639 \u0627\u0644\u062D\u0627\u0644\u064A \u0645\u0639\u0637\u0644","closeQuickTranslation.alwaysClose":"\u062A\u0639\u0637\u064A\u0644 \u062F\u0627\u0626\u0645","closeQuickTranslation.settingOpen":"(\u064A\u0645\u0643\u0646 \u0627\u0644\u0639\u062B\u0648\u0631 \u0639\u0644\u064A\u0647 \u0641\u064A \u0635\u0641\u062D\u0629 \u0627\u0644\u0625\u0639\u062F\u0627\u062F <1> \u0634\u063A\u0644\u0647)","closeQuickTranslation.cancel":"\u064A\u0644\u063A\u064A","closeQuickTranslation.confirm":"\u0628\u0627\u0644\u062A\u0623\u0643\u064A\u062F","floatBall.popup":"\u0627\u0641\u062A\u062D \u0644\u0648\u062D\u0629 \u0627\u0644\u0625\u0639\u062F\u0627\u062F\u0627\u062A \u0627\u0644\u0633\u0631\u064A\u0639\u0629","floatBall.translate":"\u0627\u0646\u0642\u0631 \u0644\u062A\u0631\u062C\u0645\u0629 \u0647\u0630\u0647 \u0627\u0644\u0635\u0641\u062D\u0629","floatBall.showOriginal":"\u0627\u0646\u0642\u0631 \u0644\u0644\u062A\u0628\u062F\u064A\u0644 \u0645\u0631\u0629 \u0623\u062E\u0631\u0649 \u0625\u0644\u0649 \u0627\u0644\u0646\u0635 \u0627\u0644\u0623\u0635\u0644\u064A","floatBall.close":"\u0623\u063A\u0644\u0642 \u0627\u0644\u0643\u0631\u0629 \u0627\u0644\u0639\u0627\u0626\u0645\u0629","floatBallOptions.enableDescPc":"\u0628\u0639\u062F \u062A\u0641\u0639\u064A\u0644 \u0627\u0644\u0643\u0631\u0629 \u0627\u0644\u0639\u0627\u0626\u0645\u0629 \u0644\u0644\u0635\u0641\u062D\u0629\u060C \u0633\u064A\u062A\u0645 \u0639\u0631\u0636 \u0632\u0631 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0633\u0631\u064A\u0639\u0629 \u0639\u0644\u0649 \u0627\u0644\u062C\u0627\u0646\u0628 \u0627\u0644\u0623\u064A\u0645\u0646 \u0645\u0646 \u0627\u0644\u0635\u0641\u062D\u0629\u060C \u0627\u0646\u0642\u0631 \u0644\u0644\u062A\u0631\u062C\u0645\u0629.","floatBallOptions.enableDesc":"\u0628\u0639\u062F \u0625\u063A\u0644\u0627\u0642 \u0627\u0644\u0643\u0631\u0629 \u0627\u0644\u0639\u0627\u0626\u0645\u0629\u060C \u064A\u0645\u0643\u0646 \u0625\u064A\u0642\u0627\u0638\u0647\u0627 \u0628\u0640{touch}. \u0644\u0645\u0646\u0639 \u0627\u0644\u0639\u062B\u0648\u0631 \u0639\u0644\u0649 \u0627\u0644\u0643\u0631\u0629 \u0627\u0644\u0639\u0627\u0626\u0645\u0629 \u0628\u0639\u062F \u0625\u064A\u0642\u0627\u0641 \u062A\u0634\u063A\u064A\u0644 \u0647\u0630\u0627 \u0627\u0644\u062E\u064A\u0627\u0631 \u0639\u0646 \u0637\u0631\u064A\u0642 \u0627\u0644\u062E\u0637\u0623\u060C \u064A\u0648\u0635\u0649 \u0628\u0634\u062F\u0629 \u0628\u0648\u0636\u0639 \u0625\u0634\u0627\u0631\u0629 \u0645\u0631\u062C\u0639\u064A\u0629 \u0639\u0644\u0649 \u0635\u0641\u062D\u0629 \u0627\u0644\u0625\u0639\u062F\u0627\u062F\u0627\u062A \u0647\u0630\u0647.","description.azureApiUrl":"\u0627\u0645\u0644\u0623 \u0639\u0646\u0648\u0627\u0646 \u0648\u0627\u062C\u0647\u0629 API \u0627\u0644\u0645\u062E\u0635\u0635\u0629",confirmSupportMouse:"\u0641\u0631\u0636 \u062F\u0639\u0645 \u0627\u0644\u0645\u0627\u0648\u0633 \u0644\u064A\u062A\u0645 \u062A\u0645\u0643\u064A\u0646\u0647",confirmSupportMouseDescription:"\u062A\u0645 \u0627\u0643\u062A\u0634\u0627\u0641 \u0623\u0646 \u0627\u0644\u0645\u062A\u0635\u0641\u062D \u0627\u0644\u062D\u0627\u0644\u064A \u0644\u0627 \u064A\u062F\u0639\u0645 \u0648\u0638\u064A\u0641\u0629 \u0627\u0644\u0645\u0627\u0648\u0633. \u0647\u0644 \u062A\u0631\u064A\u062F \u0641\u0631\u0636 \u062A\u0645\u0643\u064A\u0646 \u062F\u0639\u0645 \u0627\u0644\u0645\u0627\u0648\u0633\u061F",sampleTargetText:"\u0627\u0644\u0644\u064A\u0644 \u0627\u0644\u0637\u0648\u064A\u0644 \u0642\u0627\u062F\u0645\u060C \u0648\u0633\u0623\u0638\u0644 \u0633\u0627\u0647\u0631\u064B\u0627 \u0645\u0646 \u0627\u0644\u0622\u0646 \u0641\u0635\u0627\u0639\u062F\u064B\u0627 \u062D\u062A\u0649 \u0623\u0645\u0648\u062A. \u0644\u0646 \u0623\u062A\u062E\u0630 \u0632\u0648\u062C\u0629\u060C \u0648\u0644\u0627 \u0625\u0642\u0637\u0627\u0639\u064A\u0629\u060C \u0648\u0644\u0627 \u0623\u0637\u0641\u0627\u0644\u0627\u064B. \u0644\u0646 \u0623\u0631\u062A\u062F\u064A \u0627\u0644\u062A\u0627\u062C \u0623\u0648 \u0623\u062A\u0646\u0627\u0641\u0633 \u0639\u0644\u0649 \u0627\u0644\u0623\u0648\u0633\u0645\u0629. \u0633\u0623\u0642\u0648\u0645 \u0628\u0648\u0627\u062C\u0628\u064A \u0628\u0625\u062E\u0644\u0627\u0635\u060C \u0648\u0623\u0639\u064A\u0634 \u0648\u0623\u0645\u0648\u062A.",sampleSourceText:"Night gathers, and now my watch begins. It shall not end until my death. I shall take no wife, hold no lands, father no children. I shall wear no crowns and win no glory. I shall live and die at my post.","subtitle.supportedSites":"\u5DF2\u652F\u6301\u5728\u8FD9\u4E9B\u7F51\u7AD9\u4F7F\u7528\u53CC\u8BED\u5B57\u5E55\uFF08\u6CE8\u610F\uFF1A\u7531\u4E8E\u6280\u672F\u9650\u5236\uFF0C\u90E8\u5206\u7F51\u7AD9\u5728\u9996\u6B21\u5F00\u542F\u5B57\u5E55\u540E\u9700\u8981\u91CD\u65B0\u5237\u65B0\u9875\u9762\uFF0C\u6216\u8005\u9700\u7B49\u5F85\u7FFB\u8BD1\u5B8C\u6210\u4EE5\u663E\u793A\u53CC\u8BED\u5B57\u5E55\uFF09\uFF1A",viewWithImmersiveTranslate:"\u53CC\u8BED\u7248\u672C(\u6C89\u6D78\u5F0F\u7FFB\u8BD1)",errorReason:"\u9519\u8BEF\u539F\u56E0\uFF1A{message}","proQuotaExceededError.onetime7day":'\uFF0C\u60A8\u53EF\u4EE5\u9009\u62E9\u4EE5\u4E0B\u65B9\u5F0F\u89E3\u51B3\uFF1A

1. \u5207\u6362\u5230 {anotherService} \u6216\u5176\u4ED6\u7FFB\u8BD1\u670D\u52A1
2. \u5347\u7EA7\u4E3A\u6708\u5EA6/\u5E74\u5EA6\u4F1A\u5458',"proQuotaExceededError.trial":'\uFF0C\u60A8\u53EF\u4EE5\u9009\u62E9\u4EE5\u4E0B\u65B9\u5F0F\u89E3\u51B3\uFF1A

1. \u5207\u6362\u5230 {anotherService} \u6216\u5176\u4ED6\u7FFB\u8BD1\u670D\u52A1
2. \u7ACB\u523B\u5347\u7EA7\u4E3A\u6B63\u5F0F\u4F1A\u5458',"proQuotaExceededError.nonTrial":'\uFF0C\u60A8\u53EF\u4EE5\u9009\u62E9\u4EE5\u4E0B\u65B9\u5F0F\u89E3\u51B3\uFF1A

1. \u5207\u6362\u5230 {anotherService} \u6216\u5176\u4ED6\u7FFB\u8BD1\u670D\u52A1
2. \u8D2D\u4E70 {translationService} \u989D\u5916\u6D41\u91CF\u5305',"proQuotaExceededError.resetTime":"
3. \u989D\u5EA6\u91CD\u7F6E\u65F6\u95F4\uFF1A{resetTime}","desc.touchShortcutsToggleTranslatePageOnlyTranslation":'\u062A\u0634\u064A\u0631 "\u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0641\u0642\u0637" \u0625\u0644\u0649 \u0639\u0631\u0636 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0641\u0642\u0637\u060C \u0625\u0630\u0627 \u0644\u0645 \u064A\u062A\u0645 \u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0635\u0641\u062D\u0629 \u0627\u0644\u0625\u0644\u0643\u062A\u0631\u0648\u0646\u064A\u0629 \u0628\u0639\u062F\u060C \u0633\u064A\u062A\u0645 \u062A\u063A\u064A\u064A\u0631 \u0627\u0644\u0648\u0636\u0639 \u0648\u062A\u0631\u062C\u0645\u062A\u0647\u0627.',"desc.toggleOnlyTransation":"\u062A\u0634\u064A\u0631 \u0648\u0636\u0639\u064A\u0629 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0641\u0642\u0637 \u0625\u0644\u0649 \u0639\u0631\u0636 \u0627\u0644\u0646\u0635 \u0627\u0644\u0645\u062A\u0631\u062C\u0645 \u0641\u0642\u0637\u060C \u0625\u0630\u0627 \u0644\u0645 \u064A\u062A\u0645 \u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0635\u0641\u062D\u0629 \u0627\u0644\u0625\u0644\u0643\u062A\u0631\u0648\u0646\u064A\u0629 \u0628\u0639\u062F\u060C \u0633\u064A\u062A\u0645 \u062A\u063A\u064A\u064A\u0631 \u0627\u0644\u0648\u0636\u0639 \u0648\u062A\u0631\u062C\u0645\u062A\u0647\u0627.",touchShortcutsToggleTranslatePageOnlyTranslation:"\u062A\u0639\u064A\u064A\u0646 \u0627\u0644\u0625\u064A\u0645\u0627\u0621\u0627\u062A \u0639\u0644\u0649 \u0627\u0644\u0634\u0627\u0634\u0629 \u0644\u0644\u062A\u0628\u062F\u064A\u0644 \u0628\u064A\u0646 \u0627\u0644\u0648\u0636\u0639 \u0627\u0644\u0645\u0632\u062F\u0648\u062C / \u0627\u0644\u0648\u0636\u0639 \u0627\u0644\u0646\u0635\u064A \u0641\u0642\u0637",download_started:"\u0628\u062F\u0623 \u0627\u0644\u062A\u0646\u0632\u064A\u0644 \u0628\u0627\u0644\u0641\u0639\u0644\u060C \u0625\u0630\u0627 \u0644\u0645 \u064A\u062A\u0645 \u0627\u0644\u062A\u0646\u0632\u064A\u0644 \u062A\u0644\u0642\u0627\u0626\u064A\u064B\u0627\u060C \u064A\u0631\u062C\u0649 \u0627\u0644\u0646\u0642\u0631 \u064A\u062F\u0648\u064A\u064B\u0627",here:"\u0647\u0646\u0627","desc.toggleVideoSubtitlePreTranslation":"\u0628\u0639\u062F \u0627\u0644\u0636\u063A\u0637\u060C \u0633\u062A\u0633\u062A\u062E\u062F\u0645 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u063A\u0627\u0645\u0631\u0629 \u0644\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u062B\u0646\u0627\u0626\u064A\u0629 \u0644\u0644\u0641\u064A\u062F\u064A\u0648 \u0628\u0634\u0643\u0644 \u0623\u0648\u0644\u0648\u064A\u060C \u0648\u0628\u0627\u0644\u0636\u063A\u0637 \u0645\u0631\u0629 \u0623\u062E\u0631\u0649\u060C \u0633\u062A\u0633\u062A\u062E\u062F\u0645 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0622\u0644\u064A\u0629 \u0627\u0644\u0645\u0631\u0641\u0642\u0629 \u0628\u0627\u0644\u0641\u064A\u062F\u064A\u0648 \u0627\u0644\u0623\u0635\u0644\u064A \u0628\u0634\u0643\u0644 \u0623\u0648\u0644\u0648\u064A. \u064A\u0631\u062C\u0649 \u0645\u0644\u0627\u062D\u0638\u0629: \u0647\u0630\u0627 \u0627\u0644\u0627\u062E\u062A\u0635\u0627\u0631 \u064A\u0639\u062F\u0644 \u0627\u0644\u0625\u0639\u062F\u0627\u062F\u0627\u062A \u0627\u0644\u0639\u0627\u0645\u0629.",videoSubtitlePreTranslationOn:"\u0633\u064A\u062A\u0645 \u0627\u0633\u062A\u062E\u062F\u0627\u0645 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u063A\u0627\u0645\u0631\u0629 \u0628\u0634\u0643\u0644 \u0623\u0648\u0644\u0648\u064A \u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u062A\u0631\u062C\u0645\u0627\u062A \u0627\u0644\u0645\u0631\u0626\u064A\u0629",videoSubtitlePreTranslationOff:"\u0633\u064A\u062A\u0645 \u0627\u0633\u062A\u062E\u062F\u0627\u0645 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0622\u0644\u064A\u0629 \u0644\u0644\u062A\u0631\u062C\u0645\u0629 \u0641\u064A \u0627\u0644\u0641\u064A\u062F\u064A\u0648 \u0628\u0634\u0643\u0644 \u0623\u0648\u0644\u0648\u064A",translationFont:"\u062A\u0639\u064A\u064A\u0646 \u0627\u0644\u062E\u0637","translationFont.custom":"\u0623\u062F\u062E\u0644 \u0627\u0644\u062E\u0637 \u0627\u0644\u0645\u062E\u0635\u0635","translationFont.customPlaceholder":"\u062E\u0637 \u0627\u0644\u0643\u062A\u0627\u0628\u0629","translationFont.notSupportErrorMessage":"\u064A\u0631\u062C\u0649 \u0627\u0644\u062A\u062D\u0642\u0642 \u0645\u0646 \u0635\u062D\u0629 \u0627\u0633\u0645 \u0627\u0644\u062E\u0637 \u0627\u0644\u0630\u064A \u0623\u062F\u062E\u0644\u062A\u0647 \u060C \u0623\u0648 \u0627\u0644\u062A\u0623\u0643\u062F \u0645\u0646 \u0623\u0646 \u0627\u0644\u062E\u0637 \u0642\u062F \u062A\u0645 \u062A\u062B\u0628\u064A\u062A\u0647 \u0628\u0627\u0644\u0641\u0639\u0644 \u0639\u0644\u0649 \u062C\u0647\u0627\u0632\u0643.","touch.mouse-translate":"\u062A\u0631\u062C\u0645 \u0627\u0644\u0641\u0642\u0631\u0629 \u0627\u0644\u0645\u062D\u062F\u062F\u0629","translationServices.inherit":"\u0627\u062A\u0628\u0639 \u0627\u0644\u062E\u062F\u0645\u0629 \u0627\u0644\u0631\u0626\u064A\u0633\u064A\u0629 \u0644\u0644\u062A\u0631\u062C\u0645\u0629","error.serveConfigError":"\u062E\u0637\u0623 \u0641\u064A \u062A\u0643\u0648\u064A\u0646 \u0627\u0644\u062E\u062F\u0645\u0629","error.reloadPageOfSetting":"\u0628\u0639\u062F \u0627\u0644\u062A\u0643\u0648\u064A\u0646\u060C \u064A\u0631\u062C\u0649 \u062A\u062D\u062F\u064A\u062B \u0627\u0644\u0635\u0641\u062D\u0629 \u0648\u062A\u0631\u062C\u0645\u062A\u0647\u0627 \u0645\u0631\u0629 \u0623\u062E\u0631\u0649.","error.googleLimitIp":"\u062A\u0645 \u0625\u0631\u062C\u0627\u0639 \u062E\u0637\u0623 \u0645\u0646 \u0627\u0644\u062E\u062F\u0645\u0629 \u060C \u062E\u062F\u0645\u0629 Google \u0642\u062F \u0642\u0627\u0645\u062A \u0628\u062A\u0642\u064A\u064A\u062F \u0627\u0644\u0646\u0637\u0627\u0642 \u0627\u0644\u062E\u0627\u0635 \u0628\u0639\u0646\u0648\u0627\u0646 IP \u0647\u0630\u0627 \u060C \u0646\u0646\u0635\u062D\u0643 \u0628\u062A\u063A\u064A\u064A\u0631 \u0646\u0642\u0637\u0629 \u0627\u0644\u0634\u0628\u0643\u0629.","error.openAIFreeLimit":"\u062A\u0645 \u0625\u0631\u062C\u0627\u0639 \u062E\u0637\u0623 \u0645\u0646 \u0627\u0644\u062E\u062F\u0645\u0629\u060C \u0648\u0642\u062F \u0648\u0635\u0644\u062A \u062A\u0631\u062F\u062F \u0637\u0644\u0628\u0627\u062A \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u062D\u0627\u0644\u064A\u0629 \u0625\u0644\u0649 \u0627\u0644\u062D\u062F \u0627\u0644\u0623\u0642\u0635\u0649 \u0627\u0644\u0628\u0627\u0644\u063A 3 \u0645\u0631\u0627\u062A \u0641\u064A \u0627\u0644\u062F\u0642\u064A\u0642\u0629\u060C \u064A\u0631\u062C\u0649 \u0627\u0644\u0645\u062D\u0627\u0648\u0644\u0629 \u0645\u0631\u0629 \u0623\u062E\u0631\u0649 \u0644\u0627\u062D\u0642\u064B\u0627. (\u0647\u0630\u0627 \u0647\u0648 \u0627\u0644\u0642\u064A\u062F \u0627\u0644\u0631\u0633\u0645\u064A \u0645\u0646 OpenAI \u0644\u0645\u0641\u062A\u0627\u062D API \u0627\u0644\u0645\u062C\u0627\u0646\u064A\u060C \u0644\u0631\u0641\u0639 \u0647\u0630\u0627 \u0627\u0644\u0642\u064A\u062F\u060C \u064A\u0631\u062C\u0649 \u0631\u0628\u0637 \u0628\u0637\u0627\u0642\u0629 \u0627\u0644\u0627\u0626\u062A\u0645\u0627\u0646 \u0641\u064A \u0644\u0648\u062D\u0629 \u0627\u0644\u062A\u062D\u0643\u0645 \u0627\u0644\u062E\u0644\u0641\u064A\u0629 \u0644\u0640 OpenAI.)","error.openAIExceededQuota":"\u062A\u0645 \u0625\u0631\u062C\u0627\u0639 \u0627\u0644\u062E\u062F\u0645\u0629 \u0628\u062E\u0637\u0623: \u0631\u0635\u064A\u062F \u062D\u0633\u0627\u0628 OpenAI \u0627\u0644\u062D\u0627\u0644\u064A \u063A\u064A\u0631 \u0643\u0627\u0641\u064D \u060C \u064A\u0631\u062C\u0649 \u0625\u0639\u0627\u062F\u0629 \u0627\u0644\u0634\u062D\u0646 \u0623\u0648 \u0631\u0628\u0637 \u0628\u0637\u0627\u0642\u0629 \u0627\u0644\u0627\u0626\u062A\u0645\u0627\u0646 \u0641\u064A \u0627\u0644\u062E\u0644\u0641\u064A\u0629 \u0627\u0644\u0631\u0633\u0645\u064A\u0629 \u0644\u0640 OpenAI.","error.429":"\u062A\u0645 \u0625\u0631\u062C\u0627\u0639 \u0627\u0644\u062E\u062F\u0645\u0629 \u0628\u062E\u0637\u0623\u060C \u0645\u0645\u0627 \u064A\u0634\u064A\u0631 \u0625\u0644\u0649 \u0623\u0646 \u0627\u0644\u0637\u0644\u0628\u0627\u062A \u0643\u062B\u064A\u0631\u0629 \u062C\u062F\u064B\u0627 \u0623\u0648 \u062A\u062C\u0627\u0648\u0632\u062A \u0627\u0644\u062D\u062F \u0627\u0644\u0645\u062D\u062F\u062F\u060C \u064A\u0631\u062C\u0649 \u0627\u0644\u0645\u062D\u0627\u0648\u0644\u0629 \u0645\u0631\u0629 \u0623\u062E\u0631\u0649 \u0644\u0627\u062D\u0642\u064B\u0627.","error.403":"\u062A\u0645 \u0625\u0631\u062C\u0627\u0639 \u0627\u0644\u062E\u062F\u0645\u0629 \u0628\u062E\u0637\u0623\u060C \u0644\u064A\u0633 \u0644\u062F\u064A\u0643 \u0627\u0644\u0635\u0644\u0627\u062D\u064A\u0629 \u0627\u0644\u0645\u0624\u0642\u062A\u0629 \u0644\u0644\u0648\u0635\u0648\u0644 \u0625\u0644\u0649 \u0647\u0630\u0647 \u0627\u0644\u062E\u062F\u0645\u0629.","error.400":"\u062A\u0645 \u0625\u0631\u062C\u0627\u0639 \u062E\u0637\u0623 \u0641\u064A \u0627\u0644\u062E\u062F\u0645\u0629 \u060C \u062E\u0637\u0623 \u0641\u064A \u0645\u0639\u0644\u0645\u0627\u062A \u0627\u0644\u0637\u0644\u0628 \u060C \u064A\u0631\u062C\u0649 \u0627\u0644\u062A\u062D\u0642\u0642 \u0645\u0646 \u0627\u0644\u062A\u0643\u0648\u064A\u0646 \u0627\u0644\u0645\u0646\u0627\u0633\u0628.","error.502":"\u062A\u0645 \u0625\u0631\u062C\u0627\u0639 \u062E\u0637\u0623 \u0645\u0646 \u0627\u0644\u062E\u062F\u0645\u0629 \u060C \u062A\u062C\u0627\u0648\u0632 \u0627\u0644\u062E\u062F\u0645\u0629 \u0627\u0644\u0648\u0642\u062A \u0627\u0644\u0645\u062D\u062F\u062F \u060C \u064A\u0631\u062C\u0649 \u0627\u0644\u0645\u062D\u0627\u0648\u0644\u0629 \u0645\u0631\u0629 \u0623\u062E\u0631\u0649 \u0641\u064A \u0648\u0642\u062A \u0644\u0627\u062D\u0642.","error.proTokenInvalid":"\u0625\u0630\u0627 \u0643\u0646\u062A \u0645\u0633\u062A\u062E\u062F\u0645\u064B\u0627 \u0645\u062D\u062A\u0631\u0641\u064B\u0627 \u060C \u064A\u0631\u062C\u0649 \u062A\u0633\u062C\u064A\u0644 \u0627\u0644\u062F\u062E\u0648\u0644 \u0642\u0628\u0644 \u0627\u0633\u062A\u062E\u062F\u0627\u0645 \u062E\u062F\u0645\u0629 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0645\u062D\u062A\u0631\u0641\u0629","error.proUpgrade":"\u0628\u0639\u062F \u0627\u0644\u062A\u0631\u0642\u064A\u0629 \u060C \u064A\u0631\u062C\u0649 \u062A\u062D\u062F\u064A\u062B \u0627\u0644\u0635\u0641\u062D\u0629 \u0648\u062A\u0631\u062C\u0645\u062A\u0647\u0627 \u0645\u0631\u0629 \u0623\u062E\u0631\u0649.","error.configError":"\u062A\u0643\u0648\u064A\u0646 \u0627\u0644\u0628\u064A\u0627\u0646\u0627\u062A \u063A\u064A\u0631 \u0637\u0628\u064A\u0639\u064A","error.goReset":"\u0625\u0639\u0627\u062F\u0629 \u0627\u0644\u062A\u0639\u064A\u064A\u0646",batchEdit:"\u0627\u0644\u0639\u0645\u0644\u064A\u0627\u062A \u0627\u0644\u062C\u0645\u0627\u0639\u064A\u0629","translationModeLang.translation.title":"\u0646\u0645\u0637 \u0627\u0644\u0644\u063A\u0629 \u0627\u0644\u0646\u0635\u064A \u0641\u0642\u0637","translationModeLang.translation.description":"\u0639\u0646\u062F\u0645\u0627 \u064A\u0643\u0648\u0646 \u0644\u063A\u0629 \u0627\u0644\u0635\u0641\u062D\u0629 \u0628\u0627\u0644\u0644\u063A\u0627\u062A \u0627\u0644\u062A\u0627\u0644\u064A\u0629\u060C \u0633\u064A\u062A\u0645 \u0627\u0633\u062A\u062E\u062F\u0627\u0645 \u0648\u0636\u0639 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0641\u0642\u0637 \u062A\u0644\u0642\u0627\u0626\u064A\u064B\u0627.","translationModeUrl.translation.title":"\u0631\u0627\u0628\u0637 \u0627\u0644\u0648\u0636\u0639 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0641\u0642\u0637","translationModeUrl.translation.description":"\u0639\u0646\u062F\u0645\u0627 \u064A\u0643\u0648\u0646 \u0627\u0644\u0645\u0648\u0642\u0639 \u0627\u0644\u0625\u0644\u0643\u062A\u0631\u0648\u0646\u064A \u0644\u0644\u0646\u0637\u0627\u0642\u0627\u062A \u0627\u0644\u062A\u0627\u0644\u064A\u0629\u060C \u0633\u064A\u062A\u0645 \u0627\u0633\u062A\u062E\u062F\u0627\u0645 \u0648\u0636\u0639 \u0627\u0644\u0646\u0635 \u0627\u0644\u0645\u062A\u0631\u062C\u0645 \u0641\u0642\u0637 \u062A\u0644\u0642\u0627\u0626\u064A\u064B\u0627.","error.serveUnavailable":"\u0627\u0644\u062E\u062F\u0645\u0629 [{serverName}] \u0627\u0644\u062A\u064A \u062A\u0633\u062A\u062E\u062F\u0645\u0647\u0627 \u062D\u0627\u0644\u064A\u064B\u0627 \u063A\u064A\u0631 \u0642\u0627\u0628\u0644\u0629 \u0644\u0644\u0648\u0635\u0648\u0644 \u0645\u0624\u0642\u062A\u064B\u0627 \u0628\u0633\u0628\u0628 \u0645\u0634\u0643\u0644\u0629 \u0641\u064A \u0627\u0644\u0627\u062A\u0635\u0627\u0644 \u0628\u0627\u0644\u0634\u0628\u0643\u0629 \u0623\u0648 \u0645\u0632\u0648\u062F \u0627\u0644\u062E\u062F\u0645\u0629. \u0646\u0642\u062A\u0631\u062D \u0639\u0644\u064A\u0643 \u062A\u062D\u062F\u064A\u062B \u0627\u0644\u0635\u0641\u062D\u0629 \u0623\u0648 \u062A\u063A\u064A\u064A\u0631 \u062E\u062F\u0645\u0629 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0623\u062E\u0631\u0649 \u0645\u0646 \u062E\u0644\u0627\u0644 <1>\u0627\u0644\u0625\u0639\u062F\u0627\u062F\u0627\u062A. \u0625\u0630\u0627 \u0643\u0646\u062A \u0639\u0636\u0648\u064B\u0627 \u0641\u064A <2>Pro\u060C \u064A\u0645\u0643\u0646\u0643 \u0627\u062E\u062A\u064A\u0627\u0631 \u0627\u0633\u062A\u062E\u062F\u0627\u0645 \u062E\u062F\u0645\u0629 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 DeepL \u0623\u0648 OpenAI \u0627\u0644\u0623\u0643\u062B\u0631 \u0627\u0633\u062A\u0642\u0631\u0627\u0631\u064B\u0627 (<3>\u0627\u0646\u0642\u0631 \u0647\u0646\u0627 \u0644\u062A\u062C\u0631\u0628\u0629 \u0645\u062C\u0627\u0646\u064A\u0629). \u0628\u0627\u0644\u0625\u0636\u0627\u0641\u0629 \u0625\u0644\u0649 \u0630\u0644\u0643\u060C \u0642\u062F \u062A\u062D\u062A\u0627\u062C \u0623\u064A\u0636\u064B\u0627 \u0625\u0644\u0649 \u0627\u0644\u062A\u062D\u0642\u0642 \u0645\u0646 \u0625\u0639\u062F\u0627\u062F\u0627\u062A \u0627\u0644\u0634\u0628\u0643\u0629 \u0623\u0648 \u0627\u0644\u0648\u0643\u064A\u0644 \u0627\u0644\u062E\u0627\u0635\u0629 \u0628\u0643.",detectServiceLoading:"\u062C\u0627\u0631\u064D \u0627\u0644\u062A\u062D\u0642\u0642 \u0645\u0646 \u0627\u0644\u062E\u062F\u0645\u0627\u062A \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0645\u062A\u0627\u062D\u0629...",toggleToService:"\u0627\u0644\u062A\u0628\u062F\u064A\u0644 \u0625\u0644\u0649 {service} \u0648\u0625\u0639\u0627\u062F\u0629 \u0627\u0644\u0645\u062D\u0627\u0648\u0644\u0629","error.gemini.429":"\u0627\u0644\u062E\u062F\u0645\u0629 Gemini \u0627\u0644\u062D\u0627\u0644\u064A\u0629 \u0642\u062F \u0648\u0635\u0644\u062A \u0625\u0644\u0649 \u0627\u0644\u062D\u062F \u0627\u0644\u0623\u0642\u0635\u0649 \u0644\u0644\u0642\u062F\u0631\u0629 \u0639\u0644\u0649 \u0627\u0644\u062A\u062D\u0645\u0644\u060C \u064A\u0631\u062C\u0649 \u0627\u0644\u0645\u062D\u0627\u0648\u0644\u0629 \u0645\u0631\u0629 \u0623\u062E\u0631\u0649 \u0641\u064A \u0648\u0642\u062A \u0644\u0627\u062D\u0642\u060C \u0623\u0648 \u0627\u0644\u062A\u0628\u062F\u064A\u0644 \u0625\u0644\u0649 \u062E\u062F\u0645\u0629 \u062A\u0631\u062C\u0645\u0629 \u0623\u062E\u0631\u0649.",enableSentryReport:"\u0639\u0646\u062F \u062D\u062F\u0648\u062B \u062E\u0637\u0623 \u0641\u064A \u0627\u0644\u062A\u0648\u0633\u064A\u0639 \u060C \u0627\u0633\u062A\u062E\u062F\u0645 Sentry \u0644\u062A\u0642\u062F\u064A\u0645 \u0627\u0644\u0645\u0644\u0627\u062D\u0638\u0627\u062A","widget.translateFile":"PDF/ePub",pickAll:"\u062D\u062F\u062F \u0627\u0644\u0643\u0644",contact:"\u0627\u062A\u0635\u0644 \u0628\u0646\u0627","translationServices.gemini":"\u0627\u0644\u062C\u0645\u0646\u0627\u0632","tagsInput.add":"+ \u0625\u0636\u0627\u0641\u0629",touchShortcutsOff:"\u0625\u063A\u0644\u0627\u0642","error.retry":"\u0623\u0639\u062F \u0627\u0644\u0645\u062D\u0627\u0648\u0644\u0629","slide.left":"\u0627\u0646\u0632\u0644\u0642 \u0625\u0644\u0649 \u0627\u0644\u064A\u0645\u064A\u0646",translationOnlyMode:"\u0648\u0636\u0639 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0641\u0642\u0637",goLogin:"\u062A\u0633\u062C\u064A\u0644 \u0627\u0644\u062F\u062E\u0648\u0644","slide.right":"\u0627\u0646\u0632\u0644\u0642 \u0625\u0644\u0649 \u0627\u0644\u064A\u0633\u0627\u0631","multipleClick.4":"\u0631\u0628\u0627\u0639\u064A \u0645\u062A\u062A\u0627\u0644\u064A",shortcutSettingsTitle:"\u0625\u0639\u062F\u0627\u062F\u0627\u062A \u0627\u0644\u0627\u062E\u062A\u0635\u0627\u0631\u0627\u062A",loggedIn:"\u062A\u0645 \u062A\u0633\u062C\u064A\u0644 \u0627\u0644\u062F\u062E\u0648\u0644",shortcutSettings:"\u0627\u062E\u062A\u0635\u0627\u0631\u0627\u062A \u0627\u0644\u0645\u0641\u0627\u062A\u064A\u062D","multipleClick.2":"\u0627\u0646\u0642\u0631 \u0645\u0631\u062A\u064A\u0646","shortcutGroup.others":"\u0627\u0644\u0645\u0632\u064A\u062F \u0645\u0646 \u0627\u0644\u0627\u062E\u062A\u0635\u0627\u0631\u0627\u062A \u0627\u0644\u0645\u062E\u0635\u0635\u0629","widget.videoSubtitle":"\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0641\u064A\u062F\u064A\u0648","intro.floatBallTitle":"\u0643\u0631\u0629 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0633\u0631\u064A\u0639\u0629",notLogin:"\u0644\u0645 \u064A\u062A\u0645 \u062A\u0633\u062C\u064A\u0644 \u0627\u0644\u062F\u062E\u0648\u0644","widget.instruction":"\u062A\u0639\u0644\u064A\u0645\u0627\u062A \u0627\u0644\u0627\u0633\u062A\u062E\u062F\u0627\u0645",alwaysTranslateThisSite:"\u062F\u0627\u0626\u0645\u0627 \u062A\u0631\u062C\u0645 \u0647\u0630\u0627 \u0627\u0644\u0645\u0648\u0642\u0639","error.subscriptionExpiredTitle":"\u0627\u0646\u062A\u0647\u062A \u0635\u0644\u0627\u062D\u064A\u0629 \u0627\u0644\u0639\u0636\u0648\u064A\u0629","shortcutGroup.shortcutsForTranslationServices":"\u062E\u062F\u0645\u0627\u062A \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0645\u0641\u0627\u062A\u064A\u062D \u0627\u0644\u0633\u0631\u064A\u0639\u0629","widget.instructionTooltip":"\u0631\u0627\u062C\u0639 \u062A\u0639\u0644\u064A\u0645\u0627\u062A \u0627\u0644\u0627\u0633\u062A\u062E\u062F\u0627\u0645",temprarilyChangeTranslationTo_gemini:"\u064A\u062A\u0645 \u0627\u0633\u062A\u062E\u062F\u0627\u0645 Gemini \u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0635\u0641\u062D\u0629 \u0627\u0644\u062D\u0627\u0644\u064A\u0629","subtitle.hideQuickButton":"\u0644\u0627 \u062A\u0638\u0647\u0631 \u0647\u0630\u0627 \u0627\u0644\u0627\u062E\u062A\u0635\u0627\u0631 \u0645\u0631\u0629 \u0623\u062E\u0631\u0649",temprarilyChangeTranslationTo_google:"\u064A\u062A\u0645 \u0627\u0633\u062A\u062E\u062F\u0627\u0645 \u062A\u0631\u062C\u0645\u0629 Google \u0644\u0644\u0635\u0641\u062D\u0629 \u0627\u0644\u062D\u0627\u0644\u064A\u0629","subtitle.bilingual":"\u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u062B\u0646\u0627\u0626\u064A\u0629 \u0627\u0644\u0644\u063A\u0629",mouseHoverCustomKeyTitle:"\u062A\u0639\u0631\u064A\u0641 \u0627\u062E\u062A\u0635\u0627\u0631\u0627\u062A \u0627\u0644\u0645\u0627\u0648\u0633 \u0627\u0644\u0645\u0639\u0644\u0642\u0629","browser.translateInputBox":"\u062A\u0631\u062C\u0645 \u0645\u062D\u062A\u0648\u0649 \u0645\u0631\u0628\u0639 \u0627\u0644\u0625\u062F\u062E\u0627\u0644 \u0627\u0644\u062D\u0627\u0644\u064A","shortcutGroup.touch":"\u0627\u0644\u0625\u064A\u0645\u0627\u0621\u0627\u062A \u0627\u0644\u0645\u062E\u0635\u0635\u0629 \u0644\u0644\u0634\u0627\u0634\u0627\u062A \u0627\u0644\u0644\u0645\u0633\u064A\u0629",neverTranslateThisSite:"\u0644\u0627 \u062A\u062A\u0631\u062C\u0645 \u0647\u0630\u0627 \u0627\u0644\u0645\u0648\u0642\u0639 \u0623\u0628\u062F\u0627",temprarilyChangeTranslationTo_deepl:"\u064A\u062A\u0645 \u0627\u0633\u062A\u062E\u062F\u0627\u0645 DeepL \u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0635\u0641\u062D\u0629 \u0627\u0644\u062D\u0627\u0644\u064A\u0629","browser.translateWithDeepL":"\u0627\u0633\u062A\u062E\u062F\u0645 DeepL \u0645\u0624\u0642\u062A\u064B\u0627 \u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0635\u0641\u062D\u0629 \u0627\u0644\u062D\u0627\u0644\u064A\u0629","multipleClick.3":"\u062B\u0644\u0627\u062B\u0629 \u0636\u0631\u0628\u0627\u062A \u0645\u062A\u062A\u0627\u0644\u064A\u0629","widget.translateFileTooltip":"\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0645\u0633\u062A\u0646\u062F\u0627\u062A PDF\u060C EPUB\u060C SRT\u060C ASS\u060C HTML \u0648 TXT","neverTranslateText.title":"\u0627\u0644\u0643\u0644\u0645\u0627\u062A \u0627\u0644\u062A\u0627\u0644\u064A\u0629 \u062A\u0628\u0642\u0649 \u0643\u0645\u0627 \u0647\u064A\u060C \u0644\u0627 \u062A\u062A\u0631\u062C\u0645","subtitle.autoDisableSubtitle":"\u0644\u0627 \u062A\u0642\u0645 \u0628\u062A\u0634\u063A\u064A\u0644 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u062B\u0646\u0627\u0626\u064A\u0629 \u062A\u0644\u0642\u0627\u0626\u064A\u064B\u0627","browser.translateWithGoogle":"\u0627\u0633\u062A\u062E\u062F\u0645 Google Translate \u0645\u0624\u0642\u062A\u064B\u0627 \u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0635\u0641\u062D\u0629 \u0627\u0644\u062D\u0627\u0644\u064A\u0629","shortcutGroup.main":"\u0627\u062E\u062A\u0635\u0627\u0631\u0627\u062A \u0627\u0644\u0648\u0638\u0627\u0626\u0641 \u0627\u0644\u0634\u0627\u0626\u0639\u0629",paragraphMinTextCountField:"\u0627\u0644\u062D\u062F \u0627\u0644\u0623\u062F\u0646\u0649 \u0644\u0639\u062F\u062F \u0627\u0644\u0623\u062D\u0631\u0641 \u0627\u0644\u0645\u0637\u0644\u0648\u0628\u0629 \u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0641\u0642\u0631\u0629","widget.videoSubtitleTooltip":"\u062F\u0639\u0645 Youtube \u0648\u063A\u064A\u0631\u0647\u0627 \u0645\u0646 \u0645\u0648\u0627\u0642\u0639 \u0627\u0644\u0641\u064A\u062F\u064A\u0648 {count}+",upgradeToProErrorTitle:"\u064A\u0631\u062C\u0649 \u0627\u0644\u062A\u0631\u0642\u064A\u0629 \u0625\u0644\u0649 \u0639\u0636\u0648\u064A\u0629 Pro \u0642\u0628\u0644 \u0627\u0633\u062A\u062E\u062F\u0627\u0645 \u0647\u0630\u0647 \u0627\u0644\u062E\u062F\u0645\u0629 \u0627\u0644\u062A\u0631\u062C\u0645\u0629","subtitle.showQuickButton":"\u0641\u064A \u0639\u0631\u0636 \u0627\u0644\u0646\u0635\u0648\u0635 \u0627\u0644\u0645\u062A\u0631\u062C\u0645\u0629 \u0628\u0634\u0643\u0644 \u0645\u0632\u062F\u0648\u062C \u0641\u064A \u0627\u0644\u0645\u0634\u063A\u0644 \u0628\u0637\u0631\u064A\u0642\u0629 \u0633\u0631\u064A\u0639\u0629",temprarilyChangeTranslationTo_transmart:"\u064A\u062A\u0645 \u0627\u0633\u062A\u062E\u062F\u0627\u0645 \u062A\u0631\u062C\u0645\u0629 \u062A\u064A\u0646\u0633\u0646\u062A \u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0635\u0641\u062D\u0629 \u0627\u0644\u062D\u0627\u0644\u064A\u0629",notLoginPro:"\u0644\u0645 \u062A\u0642\u0645 \u0628\u062A\u0633\u062C\u064A\u0644 \u0627\u0644\u062F\u062E\u0648\u0644 \u0625\u0644\u0649 \u062D\u0633\u0627\u0628 \u0627\u0644\u0639\u0636\u0648\u064A\u0629 \u0627\u0644\u062E\u0627\u0635 \u0628\u0643 \u0628\u0639\u062F","floatBall.iKnow":"\u0623\u0646\u0627 \u0623\u0639\u0631\u0641","intro.hoverTitle":"\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0641\u0642\u0631\u0629 \u0627\u0644\u062D\u0627\u0644\u064A\u0629 \u0639\u0646\u062F \u062A\u062D\u0631\u064A\u0643 \u0627\u0644\u0645\u0627\u0648\u0633 \u0641\u0648\u0642\u0647\u0627",temprarilyChangeTranslationTo_bing:"\u064A\u062A\u0645 \u0627\u0633\u062A\u062E\u062F\u0627\u0645 \u0645\u062A\u0631\u062C\u0645 \u0645\u0627\u064A\u0643\u0631\u0648\u0633\u0648\u0641\u062A \u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0635\u0641\u062D\u0629 \u0627\u0644\u062D\u0627\u0644\u064A\u0629",temprarilyChangeTranslationTo_openai:"\u064A\u062A\u0645 \u0627\u0633\u062A\u062E\u062F\u0627\u0645 OpenAI \u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0635\u0641\u062D\u0629 \u0627\u0644\u062D\u0627\u0644\u064A\u0629","browser.translateWithOpenAI":"\u0627\u0633\u062A\u062E\u062F\u0645 OpenAI \u0645\u0624\u0642\u062A\u064B\u0627 \u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0635\u0641\u062D\u0629 \u0627\u0644\u062D\u0627\u0644\u064A\u0629",networkError:"\u062A\u0648\u0627\u062C\u0647 \u062E\u062F\u0645\u0629 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0623\u0648 \u0627\u0644\u0634\u0628\u0643\u0629 \u0645\u0634\u0643\u0644\u0629",buildSnapshots:"\u0625\u0646\u0634\u0627\u0621 \u0644\u0642\u0637\u0629 \u0633\u0631\u064A\u0639\u0629 \u0644\u0644\u0635\u0641\u062D\u0629 \u0627\u0644\u0625\u0644\u0643\u062A\u0631\u0648\u0646\u064A\u0629","shortcutGroup.mouse":"\u062A\u0643\u0648\u064A\u0646 \u0627\u062E\u062A\u0635\u0627\u0631\u0627\u062A \u0627\u0644\u0645\u0627\u0648\u0633 \u0627\u0644\u0645\u0639\u0644\u0642\u0629","intro.subtitleTitle":"\u0639\u0631\u0636 \u0627\u0644\u062A\u0631\u062C\u0645\u0627\u062A \u0627\u0644\u0645\u0632\u062F\u0648\u062C\u0629 \u0644\u0644\u0641\u064A\u062F\u064A\u0648 \u0639\u0628\u0631 \u0627\u0644\u0625\u0646\u062A\u0631\u0646\u062A","floatBall.longPress":"\u0627\u0636\u063A\u0637 \u0645\u0639 \u0627\u0644\u0627\u0633\u062A\u0645\u0631\u0627\u0631 \u0644\u0641\u062A\u062D \u0644\u0648\u062D\u0629 \u0627\u0644\u0625\u0639\u062F\u0627\u062F\u0627\u062A \u0628\u0633\u0631\u0639\u0629",touchShortcutsToggleTranslateTouchElement:"\u062A\u0639\u064A\u064A\u0646 \u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0641\u0642\u0631\u0629 \u0627\u0644\u0645\u062D\u062F\u062F\u0629 \u0628\u0648\u0627\u0633\u0637\u0629 \u0627\u0644\u0625\u064A\u0645\u0627\u0621\u0627\u062A \u0639\u0644\u0649 \u0627\u0644\u0634\u0627\u0634\u0629 \u0627\u0644\u062A\u064A \u062A\u0639\u0645\u0644 \u0628\u0627\u0644\u0644\u0645\u0633","browser.translateWithBing":"\u0627\u0633\u062A\u062E\u062F\u0645 \u062A\u0631\u062C\u0645\u0629 \u0645\u0627\u064A\u0643\u0631\u0648\u0633\u0648\u0641\u062A \u0645\u0624\u0642\u062A\u064B\u0627 \u0644\u0644\u0635\u0641\u062D\u0629 \u0627\u0644\u062D\u0627\u0644\u064A\u0629","error.subscriptionExpired":"\u0642\u062F \u064A\u0643\u0648\u0646 \u0639\u0636\u0648\u064A\u062A\u0643 \u0642\u062F \u0627\u0646\u062A\u0647\u062A \u060C \u064A\u0631\u062C\u0649 \u0627\u0644\u062A\u062D\u0642\u0642 \u0645\u0646 \u062D\u0627\u0644\u0629 \u0639\u0636\u0648\u064A\u062A\u0643","browser.translateWithGemini":"\u0627\u0633\u062A\u062E\u062F\u0645 Gemini \u0645\u0624\u0642\u062A\u064B\u0627 \u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0635\u0641\u062D\u0629 \u0627\u0644\u062D\u0627\u0644\u064A\u0629","desc.touchShortcutsToggleTranslateTouchElement":"\u0642\u0645 \u0628\u062A\u062E\u0635\u064A\u0635 \u0625\u0634\u0627\u0631\u0629 \u0628\u064A\u062F\u0643\u060C \u0648\u064A\u0645\u0643\u0646\u0643 \u062A\u0631\u062C\u0645\u0629 \u0623\u064A \u0641\u0642\u0631\u0629 \u062A\u0648\u0627\u062C\u062F \u0641\u064A\u0647\u0627.","browser.translateWithTransmart":"\u0627\u0633\u062A\u062E\u062F\u0645 \u062A\u0631\u062C\u0645\u0629 \u062A\u064A\u0646\u0633\u0646\u062A \u0645\u0624\u0642\u062A\u064B\u0627 \u0644\u0644\u0635\u0641\u062D\u0629 \u0627\u0644\u062D\u0627\u0644\u064A\u0629","desc.interfaceLanguage":"\u062A\u0624\u062B\u0631 \u0625\u0639\u062F\u0627\u062F\u0627\u062A \u0644\u063A\u0629 \u0627\u0644\u0648\u0627\u062C\u0647\u0629 \u0639\u0644\u0649 \u0644\u063A\u0629 \u0639\u0631\u0636 \u0644\u0648\u062D\u0629 \u0627\u0644\u062A\u062D\u0643\u0645\u060C \u0648\u0644\u0627 \u062A\u062A\u0639\u0644\u0642 \u0628\u0644\u063A\u0629 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0645\u0633\u062A\u0647\u062F\u0641\u0629.",touchShortcutsToggleTranslationMask:"\u062A\u0639\u064A\u064A\u0646 \u0625\u064A\u0645\u0627\u0621\u0627\u062A \u0627\u0644\u0634\u0627\u0634\u0629 \u0627\u0644\u062A\u064A \u062A\u0639\u0645\u0644 \u0628\u0627\u0644\u0644\u0645\u0633 \u0644\u0639\u0631\u0636 \u0642\u0646\u0627\u0639 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 / \u0639\u0631\u0636 \u0627\u0644\u0646\u0635 \u0627\u0644\u0623\u0635\u0644\u064A","browser.toggleMouseHoverTranslateDirectly":"\u062A\u0645\u0643\u064A\u0646 \u0623\u0648 \u062A\u0639\u0637\u064A\u0644 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0645\u0628\u0627\u0634\u0631\u0629 \u0639\u0646\u062F \u062A\u0645\u0631\u064A\u0631 \u0627\u0644\u0645\u0627\u0648\u0633 \u0645\u0624\u0642\u062A\u064B\u0627 \u0639\u0644\u0649 \u0627\u0644\u0635\u0641\u062D\u0629","floatBall.guideClickToTranslate":`\u0627\u0646\u0642\u0631 \u0639\u0644\u0649 \u0643\u0631\u0629 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0639\u0627\u0626\u0645\u0629 \u0627\u0644\u063A\u0627\u0645\u0631\u0629 + {env.imt_trans_field}: \u7FFB\u8A33\u6587`,"subtitle.quickButton.white":"\u767D\u8272","subtitle.quickButton.black":"\u9ED2\u8272","subtitle.quickButton.setting":"\u8A2D\u5B9A","subtitle.quickButton.blue":"\u9752\u8272","subtitle.quickButton.backgroundOpacity":"\u80CC\u666F\u306E\u4E0D\u900F\u660E\u5EA6","subtitle.quickButton.cyan":"\u9752\u8272","subtitle.quickButton.translationPositionBottom":"\u539F\u6587\u306E\u4E0B\u65B9","subtitle.quickButton.sourceFontSize":"\u5143\u306E\u30D5\u30A9\u30F3\u30C8\u30B5\u30A4\u30BA","subtitle.quickButton.backgroundColor":"\u80CC\u666F\u8272","subtitle.quickButton.magenta":"\u30DE\u30BC\u30F3\u30BF\u8272","subtitle.quickButton.red":"\u8D64\u8272","subtitle.quickButton.green":"\u7DD1\u8272","subtitle.quickButton.translationPositionTop":"\u539F\u6587\u306E\u4E0A\u306B","translationServices.claude":"\u30AF\u30ED\u30FC\u30C9","subtitle.quickButton.sourceTextColor":"\u539F\u6587\u306E\u30D5\u30A9\u30F3\u30C8\u306E\u8272","subtitle.quickButton.yellow":"\u9EC4\u8272","subtitle.quickButton.translationFontSize":"\u7FFB\u8A33\u6587\u5B57\u306E\u30D5\u30A9\u30F3\u30C8\u30B5\u30A4\u30BA","subtitle.quickButton.translationTextColor":"\u7FFB\u8A33\u6587\u5B57\u306E\u8272","subtitle.quickButton.translationPosition":"\u7FFB\u8A33\u4F4D\u7F6E",attachSubtitleTranslating:"{service} \u3092\u4F7F\u7528\u3057\u3066\u7FFB\u8A33\u4E2D...","error.claude.403":"\u4E00\u6642\u7684\u306B\u30B5\u30FC\u30D3\u30B9\u3078\u306E\u30A2\u30AF\u30BB\u30B9\u6A29\u9650\u304C\u3042\u308A\u307E\u305B\u3093\u3002\u3053\u308C\u306FClaude\u306E\u5730\u57DF\u5236\u9650\u306B\u95A2\u9023\u3057\u3066\u3044\u308B\u53EF\u80FD\u6027\u304C\u3042\u308A\u307E\u3059\u3002IP\u30A2\u30C9\u30EC\u30B9\u3092\u5207\u308A\u66FF\u3048\u308B\u304B\u3001\u4ED6\u306E\u7FFB\u8A33\u30B5\u30FC\u30D3\u30B9\u3092\u4F7F\u7528\u3057\u3066\u307F\u3066\u304F\u3060\u3055\u3044\u3002","browser.brandDescriptionForSafari":"\u3010\u6CA1\u5165\u578B\u7FFB\u8A33\u3011\u7121\u6599\u306E\uFF08\u539F\u6587/\u8A33\u6587\uFF09\u30D0\u30A4\u30EA\u30F3\u30AC\u30EB\u5BFE\u7167\u30A6\u30A7\u30D6\u30DA\u30FC\u30B8\u7FFB\u8A33\u30D7\u30E9\u30B0\u30A4\u30F3\u3067\u3001PDF\u7FFB\u8A33\u3068EPUB\u96FB\u5B50\u66F8\u7C4D\u7FFB\u8A33\u3092\u540C\u6642\u306B\u30B5\u30DD\u30FC\u30C8\u3057\u3001\u539F\u6587\u306E\u30EC\u30A4\u30A2\u30A6\u30C8\u3092\u4FDD\u6301\u3057\u307E\u3059\u3002Youtube/Netflix\u306A\u3069\u306E\u30AA\u30F3\u30E9\u30A4\u30F3\u30D3\u30C7\u30AA\u306E\u30D0\u30A4\u30EA\u30F3\u30AC\u30EB\u5B57\u5E55\u7FFB\u8A33\u3082\u30B5\u30DD\u30FC\u30C8\u3057\u3001Deepl/Google\u306A\u3069\u306E\u4E3B\u6D41\u7FFB\u8A33\u30B5\u30FC\u30D3\u30B9\u306B\u5BFE\u5FDC\u3057\u3066\u3044\u307E\u3059\u3002","browser.PdfProFile":"AI \u99C6\u52D5\u306E PDF Pro \u7FFB\u8A33","browser.textTranslate":"\u30C6\u30AD\u30B9\u30C8\u7FFB\u8A33"};var _s={nologin:"\u0644\u0645 \u062A\u0642\u0645 \u0628\u062A\u0633\u062C\u064A\u0644 \u0627\u0644\u062F\u062E\u0648\u0644",loginForSafari:"\u062A\u0633\u062C\u064A\u0644 \u0627\u0644\u062F\u062E\u0648\u0644 \u0623\u0648 \u0627\u0644\u062A\u0633\u062C\u064A\u0644",login:"\u064A\u0645\u0643\u0646\u0643 \u062A\u0641\u0639\u064A\u0644 \u0627\u0644\u0639\u0636\u0648\u064A\u0629 \u0628\u0639\u062F \u062A\u0633\u062C\u064A\u0644 \u0627\u0644\u062F\u062E\u0648\u0644",manageAccount:"\u0625\u062F\u0627\u0631\u0629 \u0627\u0644\u062D\u0633\u0627\u0628",openPremium:"\u0627\u0644\u0627\u0646\u0636\u0645\u0627\u0645 \u0625\u0644\u0649 \u0627\u0644\u0639\u0636\u0648\u064A\u0629",logout:"\u064A\u062A\u0631\u0643",curentPlan:"\u0627\u0644\u0631\u0632\u0645\u0629 \u0627\u0644\u062D\u0627\u0644\u064A\u0629",endAt:"\u0646\u0636\u062C",endAuto:"\u062A\u062C\u062F\u064A\u062F \u062A\u0644\u0642\u0627\u0626\u064A",lineBreakMaxTextCount:"\u0627\u0644\u062D\u062F \u0627\u0644\u0623\u0642\u0635\u0649 \u0644\u0639\u062F\u062F \u0627\u0644\u0623\u062D\u0631\u0641 \u0627\u0644\u0645\u0633\u0645\u0648\u062D \u0628\u0647 \u0644\u0643\u0644 \u062C\u0645\u0644\u0629 \u0628\u0639\u062F \u0641\u0648\u0627\u0635\u0644 \u0627\u0644\u0623\u0633\u0637\u0631","translate-pdf":"\u0627\u0646\u0642\u0631 \u0644\u062A\u0631\u062C\u0645\u0629 PDF","noSupportTranslate-pdf":"\u0627\u0644\u0628\u0631\u0646\u0627\u0645\u062C \u0627\u0644\u0646\u0635\u064A \u063A\u064A\u0631 \u0645\u062F\u0639\u0648\u0645\u060C \u064A\u0631\u062C\u0649 \u0627\u0633\u062A\u062E\u062F\u0627\u0645 \u0627\u0644\u0628\u0631\u0646\u0627\u0645\u062C \u0627\u0644\u0625\u0636\u0627\u0641\u064A","translate-firefox-local-pdf":"\u0627\u0646\u0642\u0631 \u0644\u0627\u0633\u062A\u064A\u0631\u0627\u062F PDF",enableLineBreak:"\u0642\u0645 \u0628\u062A\u0634\u063A\u064A\u0644 \u0627\u0644\u062A\u0641\u0627\u0641 \u0627\u0644\u0643\u0644\u0645\u0627\u062A \u0627\u0644\u062A\u0644\u0642\u0627\u0626\u064A \u0644\u0644\u0641\u0642\u0631\u0627\u062A \u0627\u0644\u0637\u0648\u064A\u0644\u0629",sponsorLabel:"\u0627\u062F\u0639\u0645 \u0645\u0637\u0648\u0631\u064B\u0627 \u0628\u062F\u0621\u064B\u0627 \u0645\u0646 1 \u062F\u0648\u0644\u0627\u0631",help:"\u064A\u0633\u0627\u0639\u062F",browserShortcutsNoteForFirefox:'\u0644\u062A\u0639\u062F\u064A\u0644 \u0645\u0641\u0627\u062A\u064A\u062D \u0627\u0644\u0627\u062E\u062A\u0635\u0627\u0631 \u0641\u064A \u0645\u062A\u0635\u0641\u062D Firefox\u060C \u062A\u062D\u062A\u0627\u062C \u0625\u0644\u0649 \u0641\u062A\u062D \u0635\u0641\u062D\u0629 \u0625\u062F\u0627\u0631\u0629 \u0627\u0644\u0627\u0645\u062A\u062F\u0627\u062F\u0627\u062A `about:addons`\u060C \u062B\u0645 \u0627\u0644\u0646\u0642\u0631 \u0641\u0648\u0642 "\u0627\u0644\u0625\u0639\u062F\u0627\u062F\u0627\u062A"\u060C \u062B\u0645 \u0627\u0644\u0646\u0642\u0631 \u0641\u0648\u0642 "\u0625\u062F\u0627\u0631\u0629 \u0645\u0641\u0627\u062A\u064A\u062D \u0627\u0644\u0627\u062E\u062A\u0635\u0627\u0631" \u0644\u062A\u0639\u064A\u064A\u0646\u0647\u0627.',browserShortcutsNoteForChrome:"\u0644\u062A\u0639\u062F\u064A\u0644 \u0645\u0641\u0627\u062A\u064A\u062D \u0627\u0644\u0627\u062E\u062A\u0635\u0627\u0631 \u0641\u064A \u0645\u062A\u0635\u0641\u062D \u064A\u0634\u0628\u0647 Chrome\u060C \u062A\u062D\u062A\u0627\u062C \u0625\u0644\u0649 \u0641\u062A\u062D \u0635\u0641\u062D\u0629 \u0625\u062F\u0627\u0631\u0629 \u0627\u0644\u0625\u0636\u0627\u0641\u0627\u062A\u060C \u0648\u062A\u0639\u064A\u064A\u0646\u0647\u0627 \u0641\u064A \u0644\u0648\u062D\u0629 `\u0625\u062F\u0627\u0631\u0629 \u0627\u0644\u0627\u062E\u062A\u0635\u0627\u0631\u0627\u062A` (`chrome://extensions/shortcuts`)\u060C \u062B\u0645 \u0627\u0644\u0646\u0642\u0631 \u0641\u0648\u0642 \u0627\u0644\u0632\u0631 \u0623\u062F\u0646\u0627\u0647 \u0644\u0644\u0627\u0646\u062A\u0642\u0627\u0644 \u0625\u0644\u0649 \u0635\u0641\u062D\u0629 \u0625\u062F\u0627\u0631\u0629 \u0645\u0641\u062A\u0627\u062D \u0627\u0644\u0627\u062E\u062A\u0635\u0627\u0631.",browserShortcutsSucks:"\u062A\u0646\u0633\u064A\u0642 \u0645\u0641\u062A\u0627\u062D \u0627\u0644\u0627\u062E\u062A\u0635\u0627\u0631 \u0627\u0644\u0645\u062E\u0635\u0635 \u0647\u0648 (\u0644\u0627 \u064A\u0648\u062C\u062F \u0627\u0644\u062A\u0639\u0631\u0641 \u0627\u0644\u062A\u0644\u0642\u0627\u0626\u064A\u060C \u064A\u0631\u062C\u0649 \u0627\u0644\u062F\u062E\u0648\u0644 \u0645\u0628\u0627\u0634\u0631\u0629)\uFF1A",enableLineBreakDescription:"\u0639\u0646\u062F \u062A\u0634\u063A\u064A\u0644\u0647\u060C \u0633\u064A\u062A\u0645 \u0625\u062F\u0631\u0627\u062C \u0641\u0648\u0627\u0635\u0644 \u0627\u0644\u0623\u0633\u0637\u0631 \u0641\u064A \u0646\u0647\u0627\u064A\u0629 \u0643\u0644 \u062C\u0645\u0644\u0629 \u0641\u064A \u0641\u0642\u0631\u0627\u062A \u0637\u0648\u064A\u0644\u0629 \u0644\u062A\u0633\u0647\u064A\u0644 \u0627\u0644\u0642\u0631\u0627\u0621\u0629.","browser.shortBrandName":"\u062A\u0631\u062C\u0645\u0629 \u063A\u0627\u0645\u0631\u0629","browser.brandName":"\u062A\u0631\u062C\u0645\u0629 \u063A\u0627\u0645\u0631\u0629: \u062A\u0631\u062C\u0645\u0629 \u0635\u0641\u062D\u0627\u062A \u0627\u0644\u0648\u064A\u0628 \u062B\u0646\u0627\u0626\u064A\u0629 \u0627\u0644\u0644\u063A\u0629 \u0648\u062A\u0631\u062C\u0645\u0629 \u0645\u0633\u062A\u0646\u062F\u0627\u062A PDF","browser.brandDescription":"Bilingual web page translation, also supports PDF translation, bilingual Epub eBook translation, free to use.","browser.toggleTranslatePage":"\u062A\u0631\u062C\u0645\u0629 \u0635\u0641\u062D\u0629 \u0627\u0644\u0648\u064A\u0628/\u0625\u0638\u0647\u0627\u0631 \u0627\u0644\u0646\u0635 \u0627\u0644\u0623\u0635\u0644\u064A","browser.toggleTranslateTheWholePage":"\u062A\u0631\u062C\u0645\u0629 \u062C\u0645\u064A\u0639 \u0645\u0646\u0627\u0637\u0642 \u0627\u0644\u0635\u0641\u062D\u0629/\u0639\u0631\u0636 \u0627\u0644\u0646\u0635 \u0627\u0644\u0623\u0635\u0644\u064A","browser.toggleOnlyTransation":"\u062A\u0628\u062F\u064A\u0644 \u0627\u0644\u0648\u0636\u0639 \u062B\u0646\u0627\u0626\u064A \u0627\u0644\u0644\u063A\u0629 / \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0641\u0642\u0637","browser.toggleTranslateToThePageEndImmediately":"\u062A\u0631\u062C\u0645\u0629 \u0641\u0648\u0631\u064A\u0629 \u0625\u0644\u0649 \u0623\u0633\u0641\u0644 \u0627\u0644\u0635\u0641\u062D\u0629/\u0625\u0638\u0647\u0627\u0631 \u0627\u0644\u0646\u0635 \u0627\u0644\u0623\u0635\u0644\u064A","browser.toggleTranslateTheMainPage":"\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0645\u0646\u0637\u0642\u0629 \u0627\u0644\u0631\u0626\u064A\u0633\u064A\u0629 \u0644\u0644\u0635\u0641\u062D\u0629/\u0639\u0631\u0636 \u0627\u0644\u0646\u0635 \u0627\u0644\u0623\u0635\u0644\u064A","browser.shareToDraft":"\u0645\u0634\u0627\u0631\u0643\u0629 \u0627\u0644\u0635\u0641\u062D\u0627\u062A \u062B\u0646\u0627\u0626\u064A\u0629 \u0627\u0644\u0644\u063A\u0629","browser.openOptionsPage":"\u0627\u0641\u062A\u062D \u0635\u0641\u062D\u0629 \u0627\u0644\u0625\u0639\u062F\u0627\u062F\u0627\u062A","browser.toggleTranslationMask":"\u0625\u0638\u0647\u0627\u0631/\u0625\u062E\u0641\u0627\u0621 \u062A\u0623\u062B\u064A\u0631 \u0637\u0645\u0633 \u0627\u0644\u062A\u0631\u062C\u0645\u0629","browser.translateLocalPdfFile":"\u062A\u0631\u062C\u0645\u0629 \u0645\u0644\u0641\u0627\u062A PDF \u0627\u0644\u0645\u062D\u0644\u064A\u0629","browser.openEbookViewer":"\u0642\u0631\u0627\u0621\u0629 \u0627\u0644\u0643\u062A\u0628 \u0627\u0644\u0625\u0644\u0643\u062A\u0631\u0648\u0646\u064A\u0629 \u0627\u0644\u0645\u062D\u0644\u064A\u0629","browser.openEbookBuilder":"\u0625\u0646\u0634\u0627\u0621 \u0643\u062A\u0628 \u0625\u0644\u0643\u062A\u0631\u0648\u0646\u064A\u0629 EPUB \u062B\u0646\u0627\u0626\u064A\u0629 \u0627\u0644\u0644\u063A\u0629","browser.translateLocalHtmlFile":"\u062A\u0631\u062C\u0645\u0629 \u0645\u0644\u0641\u0627\u062A HTML/txt","browser.donateContext":"\u062A\u0639\u0631\u0641 \u0639\u0644\u0649 \u0641\u0648\u0627\u0626\u062F \u0627\u0644\u0631\u0639\u0627\u064A\u0629","browser.translateLocalSubtitleFile":"\u062A\u0631\u062C\u0645\u0629 \u0645\u0644\u0641\u0627\u062A \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0645\u062D\u0644\u064A\u0629",confirmResetConfig:"\u0647\u0644 \u0623\u0646\u062A \u0645\u062A\u0623\u0643\u062F \u0623\u0646\u0643 \u062A\u0631\u064A\u062F \u0625\u0639\u0627\u062F\u0629 \u0636\u0628\u0637 \u0625\u0639\u062F\u0627\u062F\u0627\u062A\u0643\u061F",translationLineBreakSettingTitle:"\u0625\u0639\u062F\u0627\u062F\u0627\u062A \u0627\u0644\u062A\u0641\u0627\u0641 \u0633\u0637\u0631 \u0627\u0644\u062A\u0631\u062C\u0645\u0629",smartLineBreak:"\u062A\u063A\u0644\u064A\u0641 \u0627\u0644\u062E\u0637 \u0627\u0644\u0630\u0643\u064A",alwaysLineBreak:"\u0627\u0644\u062A\u0641\u0627\u0641 \u062F\u0627\u0626\u0645\u0627",isShowContextMenu:"\u0623\u0636\u0641 \u0635\u0641\u062D\u0629 \u0627\u0644\u0648\u064A\u0628 \u0627\u0644\u0645\u062A\u0631\u062C\u0645\u0629 \u0625\u0644\u0649 \u0639\u0646\u0635\u0631 \u0642\u0627\u0626\u0645\u0629 \u0627\u0644\u0646\u0642\u0631 \u0628\u0632\u0631 \u0627\u0644\u0645\u0627\u0648\u0633 \u0627\u0644\u0623\u064A\u0645\u0646",toggleBeta:"\u062A\u0641\u0639\u064A\u0644 \u0645\u064A\u0632\u0627\u062A \u0627\u0644\u0627\u062E\u062A\u0628\u0627\u0631 \u0627\u0644\u062A\u062C\u0631\u064A\u0628\u064A",betaDescription:"\u062A\u0645\u0643\u064A\u0646 \u0627\u0644\u0645\u064A\u0632\u0627\u062A \u0627\u0644\u062A\u064A \u0644\u0627 \u062A\u0632\u0627\u0644 \u062A\u062C\u0631\u064A\u0628\u064A\u0629\u060C \u0628\u0627\u0644\u0625\u0636\u0627\u0641\u0629 \u0625\u0644\u0649 \u062E\u062F\u0645\u0627\u062A \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0642\u064A\u062F \u0627\u0644\u0627\u062E\u062A\u0628\u0627\u0631. \u0627\u0646\u0636\u0645 \u0625\u0644\u0649<1>\u0645\u062C\u0645\u0648\u0639\u0629 \u0627\u0644\u062A\u0644\u064A\u062C\u0631\u0627\u0645 \u064A\u062A\u0639\u0644\u0645 \u0623\u0643\u062B\u0631.",translationLineBreakSettingDescription:"\u064A\u064F\u0639\u062F \u0627\u0644\u0627\u0644\u062A\u0641\u0627\u0641 \u062F\u0627\u0626\u0645\u064B\u0627 \u0645\u0646\u0627\u0633\u0628\u064B\u0627 \u0644\u0644\u062A\u062E\u0637\u064A\u0637\u0627\u062A \u0630\u0627\u062A \u0627\u0644\u0645\u062D\u062A\u0648\u0649 \u0627\u0644\u0623\u0642\u0644 \u0648\u0627\u0644\u0623\u0643\u062B\u0631 \u062A\u0631\u062A\u064A\u0628\u064B\u0627. (\u0627\u0633\u062A\u062E\u062F\u0645 \u0641\u0648\u0627\u0635\u0644 \u0627\u0644\u0623\u0633\u0637\u0631 \u0627\u0644\u0630\u0643\u064A\u0629 \u0641\u064A \u0627\u0644\u0641\u0642\u0631\u0627\u062A \u0627\u0644\u0637\u0648\u064A\u0644\u0629 \u0627\u0644\u062A\u064A \u062A\u062D\u062A\u0648\u064A \u0639\u0644\u0649 \u0627\u0644\u0643\u062B\u064A\u0631 \u0645\u0646 \u0627\u0644\u0645\u062D\u062A\u0648\u0649 (\u0623\u0643\u062B\u0631 \u0645\u0646{count}\u062D\u0631\u0641) \u0644\u062A\u0648\u0641\u064A\u0631 \u0627\u0644\u0645\u0633\u0627\u062D\u0629)",tempTranslateDomainTitle:"\u0643\u0645 \u0645\u0646 \u0627\u0644\u0648\u0642\u062A \u0644\u062A\u0645\u0643\u064A\u0646 \u062A\u0631\u062C\u0645\u0629 \u0645\u0648\u0642\u0639 \u0627\u0644\u0648\u064A\u0628 \u0645\u0624\u0642\u062A\u064B\u0627",tempTranslateDomainDescription:"\u0639\u0646\u062F \u062A\u0631\u062C\u0645\u0629 \u0635\u0641\u062D\u0629 \u0648\u064A\u0628 \u064A\u062F\u0648\u064A\u064B\u0627\u060C \u0642\u0645 \u0628\u062A\u0634\u063A\u064A\u0644 \u0645\u0648\u0642\u0639 \u0627\u0644\u0648\u064A\u0628 \u0645\u0624\u0642\u062A\u064B\u0627 \u0644\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u062A\u0644\u0642\u0627\u0626\u064A\u0629\u060C \u0648\u064A\u0645\u0643\u0646\u0643 \u0636\u0628\u0637 \u0627\u0644\u0645\u062F\u0629 \u0627\u0644\u0645\u0624\u0642\u062A\u0629.",xMinutes:"{count} \u062F\u0642\u064A\u0642\u0629",disabled:"\u0625\u0628\u0637\u0627\u0644",changelog:"\u062A\u063A\u064A\u064A\u0631 \u0627\u0644\u0633\u062C\u0644",toggleTranslatePageWhenThreeFingersOnTheScreen:"\u0627\u0644\u0645\u0633 \u0627\u0644\u0634\u0627\u0634\u0629 \u0628\u0623\u0635\u0627\u0628\u0639 \u0645\u062A\u0639\u062F\u062F\u0629 \u0641\u064A \u0646\u0641\u0633 \u0627\u0644\u0648\u0642\u062A \u0644\u062A\u0631\u062C\u0645\u0629 \u0635\u0641\u062D\u0629 \u0627\u0644\u0648\u064A\u0628/\u0639\u0631\u0636 \u0627\u0644\u0646\u0635 \u0627\u0644\u0623\u0635\u0644\u064A",toggleTranslationMaskWhenThreeFingersOnTheScreen:"\u0627\u0644\u0645\u0633 \u0639\u062F\u0629 \u0623\u0635\u0627\u0628\u0639 \u0641\u064A \u0646\u0641\u0633 \u0627\u0644\u0648\u0642\u062A \u0644\u0625\u0638\u0647\u0627\u0631/\u0625\u062E\u0641\u0627\u0621 \u062A\u0623\u062B\u064A\u0631 \u0637\u0645\u0633 \u0627\u0644\u062A\u0631\u062C\u0645\u0629",fingerCountToToggleTranslagePageOnlyTranslationWhenTouching:"\u0627\u0644\u0645\u0633 \u0627\u0644\u0634\u0627\u0634\u0629 \u0628\u0623\u0635\u0627\u0628\u0639 \u0645\u062A\u0639\u062F\u062F\u0629 \u0641\u064A \u0646\u0641\u0633 \u0627\u0644\u0648\u0642\u062A \u0644\u062A\u0631\u062C\u0645\u0629 \u0635\u0641\u062D\u0629 \u0627\u0644\u0648\u064A\u0628 (\u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0641\u0642\u0637)/\u0639\u0631\u0636 \u0627\u0644\u0646\u0635 \u0627\u0644\u0623\u0635\u0644\u064A",addUrlDescription:"\u064A\u0645\u0643\u0646 \u0623\u0646 \u064A\u0643\u0648\u0646 \u0627\u0633\u0645 \u0646\u0637\u0627\u0642 \u0648\u064A\u062F\u0639\u0645 \u0623\u062D\u0631\u0641 \u0627\u0644\u0628\u062F\u0644\u060C \u0645\u062B\u0644\uFF1A*.google.com\u060C google.com/mail/*\u060C https://www.google.com/*",general:"\u0627\u0644\u0625\u0639\u062F\u0627\u062F\u0627\u062A \u0627\u0644\u0623\u0633\u0627\u0633\u064A\u0629",clickToExpandConfig:"\u0642\u0645 \u0628\u062A\u0648\u0633\u064A\u0639 \u0627\u0644\u062A\u0643\u0648\u064A\u0646 \u0627\u0644\u062D\u0627\u0644\u064A",import:"\u0627\u0633\u062A\u064A\u0631\u0627\u062F \u0645\u0646 \u0645\u0644\u0641",export:"\u062A\u0635\u062F\u064A\u0631 \u0625\u0644\u0649 \u0645\u0644\u0641",toggleDebug:"\u0637\u0628\u0627\u0639\u0629 \u0633\u062C\u0644\u0627\u062A \u0627\u0644\u062A\u0635\u062D\u064A\u062D \u0639\u0644\u0649 \u0648\u062D\u062F\u0629 \u0627\u0644\u062A\u062D\u0643\u0645","fingers.0":"\u0625\u0646\u0647\u0627\u0621","fingers.2":"\u0644\u0645\u0633\u0629 \u0628\u0625\u0635\u0628\u0639\u064A\u0646","fingers.3":"\u0644\u0645\u0633\u0629 \u0628\u062B\u0644\u0627\u062B\u0629 \u0623\u0635\u0627\u0628\u0639","fingers.4":"\u0644\u0645\u0633\u0629 \u0628\u0623\u0631\u0628\u0639\u0629 \u0623\u0635\u0627\u0628\u0639","fingers.5":"\u0644\u0645\u0633\u0629 \u062E\u0645\u0633\u0629 \u0623\u0635\u0627\u0628\u0639",mouseHoldKey:"+ {key} \u062A\u0631\u062C\u0645\u0629/\u0627\u0633\u062A\u0639\u0627\u062F\u0629 \u0647\u0630\u0647 \u0627\u0644\u0641\u0642\u0631\u0629",mouseHoldKeyAuto:"\u062A\u0631\u062C\u0645\u0629 \u0647\u0630\u0647 \u0627\u0644\u0641\u0642\u0631\u0629 \u0645\u0628\u0627\u0634\u0631\u0629",mouseHoldKeyOff:"\u0644\u0627 \u062A\u0641\u0639\u0644 \u0623\u064A \u0634\u064A\u0621",mouseHoldKeyOther:"\u0645\u0641\u0627\u062A\u064A\u062D \u0627\u0644\u0627\u062E\u062A\u0635\u0627\u0631 \u0627\u0644\u0645\u062E\u0635\u0635\u0629 (\u0627\u0644\u0625\u0639\u062F\u0627\u062F\u0627\u062A \u0627\u0644\u0645\u0641\u062A\u0648\u062D\u0629)",mouseHoldKeyCustomKey:"{key} / \u0627\u0633\u062A\u0639\u0627\u062F\u0629 \u0647\u0630\u0647 \u0627\u0644\u0641\u0642\u0631\u0629",mouseHoverHoldKey:"\u062D\u0631\u0643 \u0627\u0644\u0645\u0627\u0648\u0633 \u0648\u0627\u0636\u063A\u0637 \u0639\u0644\u0649 \u0645\u0641\u062A\u0627\u062D \u0627\u0644\u0627\u062E\u062A\u0635\u0627\u0631 \u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0641\u0642\u0631\u0629","mouse-translate":"\u062A\u0645\u0631\u064A\u0631 \u0627\u0644\u0645\u0627\u0648\u0633",document:"\u0648\u062B\u064A\u0642\u0629",resetSuccess:"\u0625\u0639\u0627\u062F\u0629 \u0636\u0628\u0637 \u062C\u0645\u064A\u0639 \u0627\u0644\u0625\u0639\u062F\u0627\u062F\u0627\u062A \u0628\u0646\u062C\u0627\u062D",resetThisSuccess:"\u062A\u0645\u062A \u0625\u0639\u0627\u062F\u0629 \u0627\u0644\u0636\u0628\u0637 \u0628\u0646\u062C\u0627\u062D",saved:"\u062D\u0641\u0638 \u0628\u0646\u062C\u0627\u062D",successImportConfig:"\u062A\u0645 \u0627\u0633\u062A\u064A\u0631\u0627\u062F \u0627\u0644\u062A\u0643\u0648\u064A\u0646 \u0628\u0646\u062C\u0627\u062D",goAdvancedSettings:"\u0627\u0646\u062A\u0642\u0644 \u0625\u0644\u0649 \u0635\u0641\u062D\u0629 \u0627\u0644\u0625\u0639\u062F\u0627\u062F\u0627\u062A \u0627\u0644\u0645\u062A\u0642\u062F\u0645\u0629",goAdvancedInterfaceSettings:"\u0627\u0646\u062A\u0642\u0644 \u0625\u0644\u0649 \u0635\u0641\u062D\u0629 \u0625\u0639\u062F\u0627\u062F\u0627\u062A \u0627\u0644\u062A\u062E\u0635\u064A\u0635 \u0627\u0644\u0645\u062A\u0642\u062F\u0645\u0629",advanced:"\u0625\u0639\u062F\u0627\u062F\u0627\u062A \u0645\u062A\u0642\u062F\u0645\u0629",advancedDescription:"\u0628\u0634\u0643\u0644 \u0639\u0627\u0645\u060C \u0644\u0627 \u064A\u0644\u0632\u0645 \u0623\u064A \u0625\u0639\u062F\u0627\u062F\u060C \u0641\u0642\u0637 \u0627\u062D\u062A\u0641\u0638 \u0628\u0627\u0644\u0625\u0639\u062F\u0627\u062F \u0627\u0644\u0627\u0641\u062A\u0631\u0627\u0636\u064A. \u0641\u0642\u0637 \u0644\u0644\u0645\u0633\u062A\u062E\u062F\u0645\u064A\u0646 \u0627\u0644\u0623\u0643\u062B\u0631 \u0627\u062D\u062A\u0631\u0627\u0641\u064B\u0627\u060C \u064A\u062A\u0645 \u062A\u0648\u0641\u064A\u0631 \u0625\u0639\u062F\u0627\u062F\u0627\u062A \u0623\u0643\u062B\u0631 \u062A\u062E\u0635\u064A\u0635\u064B\u0627.",developer:"\u0625\u0639\u062F\u0627\u062F\u0627\u062A \u0627\u0644\u0645\u0637\u0648\u0631",donateCafe:"\u0633\u0639\u0631","translate to the bottom of the page":"\u0628\u0639\u062F \u0627\u0644\u062F\u062E\u0648\u0644 \u0625\u0644\u0649 \u0635\u0641\u062D\u0629 \u0627\u0644\u0648\u064A\u0628 \u0647\u0644 \u064A\u062A\u0645 \u062A\u0631\u062C\u0645\u062A\u0647\u0627 \u0645\u0628\u0627\u0634\u0631\u0629 \u0625\u0644\u0649 \u0623\u0633\u0641\u0644 \u0627\u0644\u0635\u0641\u062D\u0629\u061F",feedback:"\u062A\u0639\u0644\u064A\u0642",toggleTranslatePage:"\u062A\u0631\u062C\u0645\u0629 \u0635\u0641\u062D\u0629 \u0627\u0644\u0648\u064A\u0628/\u0625\u0638\u0647\u0627\u0631 \u0627\u0644\u0646\u0635 \u0627\u0644\u0623\u0635\u0644\u064A",translateToThePageEndImmediatelyDescription:"\u0639\u0646\u062F \u062A\u0634\u063A\u064A\u0644\u0647\u060C \u0633\u064A\u0624\u062F\u064A \u0627\u0644\u062F\u062E\u0648\u0644 \u0625\u0644\u0649 \u0635\u0641\u062D\u0629 \u0648\u064A\u0628 \u0625\u0644\u0649 \u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0645\u062D\u062A\u0648\u0649 \u0639\u0644\u0649 \u0627\u0644\u0641\u0648\u0631 \u0645\u0646 \u0623\u0639\u0644\u0649 \u0625\u0644\u0649 \u0623\u0633\u0641\u0644. \u0625\u0630\u0627 \u062A\u0645 \u0625\u064A\u0642\u0627\u0641\u0647\u060C \u064A\u0645\u0643\u0646\u0643 \u0627\u0644\u0642\u0631\u0627\u0621\u0629 \u0648\u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0641\u064A \u0646\u0641\u0633 \u0627\u0644\u0648\u0642\u062A. (\u0644\u0627 \u064A\u0646\u0635\u062D \u0628\u062A\u0634\u063A\u064A\u0644\u0647)","translate all areas of the page":"\u0645\u0627 \u0625\u0630\u0627 \u0643\u0627\u0646 \u0633\u064A\u062A\u0645 \u062A\u0631\u062C\u0645\u0629 \u062C\u0645\u064A\u0639 \u0645\u0646\u0627\u0637\u0642 \u0635\u0641\u062D\u0629 \u0627\u0644\u0648\u064A\u0628",translationAreaDescription:"\u0639\u0646\u062F \u062A\u0634\u063A\u064A\u0644\u0647\u060C \u0633\u062A\u062A\u0645 \u062A\u0631\u062C\u0645\u0629 \u062C\u0645\u064A\u0639 \u0645\u0646\u0627\u0637\u0642 \u0635\u0641\u062D\u0629 \u0627\u0644\u0648\u064A\u0628 \u0628\u0623\u0643\u0645\u0644\u0647\u0627. \u0625\u0630\u0627 \u062A\u0645 \u0625\u064A\u0642\u0627\u0641 \u062A\u0634\u063A\u064A\u0644\u0647\u060C \u0641\u0633\u064A\u062A\u0645 \u0627\u0633\u062A\u062E\u062F\u0627\u0645 \u0627\u0644\u062A\u0639\u0631\u0641 \u0627\u0644\u0630\u0643\u064A \u0627\u0644\u0627\u0641\u062A\u0631\u0627\u0636\u064A \u0648\u0633\u062A\u062A\u0645 \u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0645\u0646\u0637\u0642\u0629 \u0627\u0644\u0631\u0626\u064A\u0633\u064A\u0629 \u0641\u0642\u0637. (\u0644\u0627 \u064A\u0646\u0635\u062D \u0628\u062A\u0634\u063A\u064A\u0644\u0647)","the number of characters to be translated first":"\u0642\u0645 \u0628\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0623\u062D\u0631\u0641 \u0627\u0644\u0642\u0644\u064A\u0644\u0629 \u0627\u0644\u0623\u0648\u0644\u0649 \u0645\u0646 \u0627\u0644\u0635\u0641\u062D\u0629 \u0645\u0628\u0627\u0634\u0631\u0629 \u062F\u0648\u0646 \u0627\u0646\u062A\u0638\u0627\u0631 \u0627\u0644\u062A\u0645\u0631\u064A\u0631 \u0625\u0644\u0649 \u0627\u0644\u0645\u0646\u0637\u0642\u0629 \u0627\u0644\u0645\u0631\u0626\u064A\u0629","interface language":"\u0644\u063A\u0629 \u0627\u0644\u0648\u0627\u062C\u0647\u0629","display both the original text and the translation":"\u0639\u0631\u0636 \u0627\u0644\u0646\u0635 \u0627\u0644\u0623\u0635\u0644\u064A \u0648\u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0641\u064A \u0648\u0642\u062A \u0648\u0627\u062D\u062F","keyboard shortcuts":"\u0627\u062E\u062A\u0635\u0627\u0631\u0627\u062A \u0644\u0648\u062D\u0629 \u0627\u0644\u0645\u0641\u0627\u062A\u064A\u062D",modify:"\u062A\u0639\u062F\u064A\u0644 \u0645\u0641\u0627\u062A\u064A\u062D \u0627\u0644\u0627\u062E\u062A\u0635\u0627\u0631",reset:"\u0625\u0639\u0627\u062F\u0629 \u0636\u0628\u0637",close:"\u0625\u0646\u0647\u0627\u0621",homepage:"\u0627\u0644\u0635\u0641\u062D\u0629 \u0627\u0644\u0631\u0626\u064A\u0633\u064A\u0629",more:"\u0623\u0643\u062B\u0631",moreOptions:"\u0642\u0645 \u0628\u062A\u0648\u0633\u064A\u0639 \u0627\u0644\u0645\u0632\u064A\u062F \u0645\u0646 \u062E\u064A\u0627\u0631\u0627\u062A \u0627\u0644\u062A\u062E\u0635\u064A\u0635",translateTheWholePage:"\u062A\u0631\u062C\u0645\u0629 \u062C\u0645\u064A\u0639 \u0645\u0646\u0627\u0637\u0642 \u0627\u0644\u0635\u0641\u062D\u0629 (\u062A\u062E\u062A\u0644\u0641 \u0639\u0646 \u0627\u0644\u0645\u0646\u0627\u0637\u0642 \u0627\u0644\u0631\u0626\u064A\u0633\u064A\u0629 \u0644\u0644\u062A\u0639\u0631\u0641 \u0627\u0644\u0630\u0643\u064A)",changeToTranslateTheWholePage:"\u0627\u0644\u062A\u0628\u062F\u064A\u0644 \u0644\u062A\u0631\u062C\u0645\u0629 \u0643\u0627\u0641\u0629 \u0627\u0644\u0645\u062C\u0627\u0644\u0627\u062A",changeToTranslateTheMainPage:"\u0642\u0645 \u0628\u0627\u0644\u062A\u0628\u062F\u064A\u0644 \u0625\u0644\u0649 \u0645\u0646\u0637\u0642\u0629 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0631\u0626\u064A\u0633\u064A\u0629",changeToOnlyTranslationMode:"\u0642\u0645 \u0628\u0627\u0644\u062A\u0628\u062F\u064A\u0644 \u0625\u0644\u0649 \u0625\u0638\u0647\u0627\u0631 \u0627\u0644\u062A\u0631\u062C\u0645\u0627\u062A \u0641\u0642\u0637",changeToDualTranslationMode:"\u0627\u0644\u062A\u0628\u062F\u064A\u0644 \u0625\u0644\u0649 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u062B\u0646\u0627\u0626\u064A\u0629 \u0627\u0644\u0644\u063A\u0629",translateToThePageEndImmediately:"\u062A\u0631\u062C\u0645 \u0639\u0644\u0649 \u0627\u0644\u0641\u0648\u0631 \u0625\u0644\u0649 \u0623\u0633\u0641\u0644 \u0627\u0644\u0635\u0641\u062D\u0629",translateTheMainPage:"\u0627\u0644\u0645\u062C\u0627\u0644\u0627\u062A \u0627\u0644\u0631\u0626\u064A\u0633\u064A\u0629 \u0644\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0630\u0643\u064A\u0629","The local rules are up to date":"\u0642\u0648\u0627\u0639\u062F \u0627\u0644\u062A\u0643\u064A\u0641 \u0627\u0644\u0645\u062D\u0644\u064A\u0629 \u0645\u062D\u062F\u062B\u0629:","Successfully synchronized with the latest official rules:":"\u062A\u0645\u062A \u0645\u0632\u0627\u0645\u0646\u0629 \u0623\u062D\u062F\u062B \u0642\u0648\u0627\u0639\u062F \u0627\u0644\u062A\u0643\u064A\u0641 \u0627\u0644\u0631\u0633\u0645\u064A\u0629 \u0628\u0646\u062C\u0627\u062D:","Checking for updates":"\u0627\u0644\u0628\u062D\u062B \u0639\u0646 \u062A\u062D\u062F\u064A\u062B\u0627\u062A","Rules are being synchronized":"\u0645\u0632\u0627\u0645\u0646\u0629 \u0642\u0648\u0627\u0639\u062F \u0627\u0644\u062A\u0643\u064A\u0641",localVersionIsTooOld:"\u0625\u0635\u062F\u0627\u0631 \u0627\u0644\u0645\u0644\u062D\u0642 \u0627\u0644\u0645\u062D\u0644\u064A \u0642\u062F\u064A\u0645 \u062C\u062F\u064B\u0627. \u064A\u0631\u062C\u0649 \u0627\u0644\u062A\u0631\u0642\u064A\u0629 \u0625\u0644\u0649 \u0627\u0644\u0645\u0644\u062D\u0642 {minVersion} \u0623\u0648 \u0625\u0635\u062F\u0627\u0631 \u0623\u062D\u062F\u062B \u0648\u0645\u062D\u0627\u0648\u0644\u0629 \u0627\u0644\u0645\u0632\u0627\u0645\u0646\u0629 \u0645\u0631\u0629 \u0623\u062E\u0631\u0649.",badUserscriptBrowser:"\u0627\u0644\u0645\u062A\u0635\u0641\u062D \u0627\u0644\u062D\u0627\u0644\u064A \u0644\u0627 \u064A\u0637\u0628\u0642 \u0648\u0627\u062C\u0647\u0629 \u0645\u0644\u062D\u0642 Grease Monkey \u0628\u0634\u0643\u0644 \u0635\u062D\u064A\u062D (\u0645\u062B\u0644 \u0627\u0644\u062D\u0635\u0648\u0644 \u0639\u0644\u0649 \u0645\u0639\u0644\u0648\u0645\u0627\u062A \u0631\u0642\u0645 \u0627\u0644\u0625\u0635\u062F\u0627\u0631 \u0644\u0644\u0628\u0631\u0646\u0627\u0645\u062C \u0627\u0644\u0646\u0635\u064A Grease Monkey \u0646\u0641\u0633\u0647)\u060C \u064A\u0631\u062C\u0649 \u0627\u0633\u062A\u062E\u062F\u0627\u0645 \u0645\u0644\u062D\u0642\u0627\u062A \u062F\u0639\u0645 \u0623\u062E\u0631\u0649 <1> Grease Monkey \u0645\u062A\u0635\u0641\u062D\u0627\u062A \u0645\u062B\u0644 \u0641\u0627\u064A\u0631\u0641\u0648\u0643\u0633",foundNewVersion:"\u062A\u0645 \u0627\u0644\u0639\u062B\u0648\u0631 \u0639\u0644\u0649 \u0646\u0633\u062E\u0629 \u062C\u062F\u064A\u062F\u0629",theLocalExtensionIsUpToUpdate:"\u0627\u0644\u0627\u0645\u062A\u062F\u0627\u062F \u0627\u0644\u062D\u0627\u0644\u064A \u0647\u0648 \u0623\u062D\u062F\u062B \u0625\u0635\u062F\u0627\u0631.",failToSyncRules:"\u0641\u0634\u0644\u062A \u0645\u0632\u0627\u0645\u0646\u0629 \u0623\u062D\u062F\u062B \u0642\u0648\u0627\u0639\u062F \u0627\u0644\u062A\u0643\u064A\u0641",retry:"\u0627\u0636\u063A\u0637 \u0647\u0646\u0627 \u0644\u0644\u0645\u062D\u0627\u0648\u0644\u0629 \u0645\u0631\u0629 \u0623\u062E\u0631\u0649",failedReason:"\u0633\u0628\u0628 \u0627\u0644\u0641\u0634\u0644",currentRuleVersion:"\u0646\u0633\u062E\u0629 \u0627\u0644\u0642\u0627\u0639\u062F\u0629 \u0627\u0644\u062D\u0627\u0644\u064A\u0629",calculating:"\u062D\u0633\u0627\u0628",unknownError:"\u062E\u0637\u0623 \u063A\u064A\u0631 \u0645\u0639\u0631\u0648\u0641",canNotFetchRemoteRule:"\u063A\u064A\u0631 \u0642\u0627\u062F\u0631 \u0639\u0644\u0649 \u0627\u0644\u062D\u0635\u0648\u0644 \u0639\u0644\u0649 \u0627\u0644\u0642\u0648\u0627\u0639\u062F \u0627\u0644\u0628\u0639\u064A\u062F\u0629",enableAlphaSuccess:"\u062A\u0645 \u062A\u0634\u063A\u064A\u0644 \u0648\u0638\u064A\u0641\u0629 \u0623\u0644\u0641\u0627",disableAlphaSuccess:"\u062A\u0645 \u0625\u064A\u0642\u0627\u0641 \u0645\u064A\u0632\u0629 \u0623\u0644\u0641\u0627",cacheSize:"\u062D\u062C\u0645 \u0630\u0627\u0643\u0631\u0629 \u0627\u0644\u062A\u062E\u0632\u064A\u0646 \u0627\u0644\u0645\u0624\u0642\u062A\uFF1A",cleaning:"\u062A\u0646\u0638\u064A\u0641",cleanCache:"\u0645\u0633\u062D \u0630\u0627\u0643\u0631\u0629 \u0627\u0644\u062A\u062E\u0632\u064A\u0646 \u0627\u0644\u0645\u0624\u0642\u062A",options:"\u064A\u062B\u0628\u062A",about:"\u0639\u0646",service:"\u062E\u062F\u0645\u0629 \u0627\u0644\u062A\u0631\u062C\u0645\u0629",needAction:"(\u0627\u0630\u0647\u0628 \u0644\u0644\u0627\u0639\u062F\u0627\u062F\u0627\u062A)",goSettings:"\u0627\u0630\u0647\u0628 \u0644\u0644\u0627\u0639\u062F\u0627\u062F\u0627\u062A",needActionForOptions:"(\u062A\u062D\u062A\u0627\u062C \u0625\u0644\u0649 \u062A\u0639\u064A\u064A\u0646)",translationEngine:"\u062E\u064A\u0627\u0631\u0627\u062A \u0627\u0644\u0645\u062D\u0631\u0643",sourceLanguage:"\u0627\u0644\u0644\u063A\u0629 \u0627\u0644\u0623\u0635\u0644\u064A\u0629",target:"\u0627\u0644\u0644\u063A\u0629 \u0627\u0644\u0645\u0633\u062A\u0647\u062F\u0641\u0629",popupSourceLanguage:"\u0627\u0644\u0644\u063A\u0629 \u0627\u0644\u0623\u0635\u0644\u064A\u0629",popupTarget:"\u0627\u0644\u0644\u063A\u0629 \u0627\u0644\u0645\u0633\u062A\u0647\u062F\u0641\u0629",popupService:"\u062E\u062F\u0645\u0629 \u0627\u0644\u062A\u0631\u062C\u0645\u0629",forThisSite:"\u0627\u0644\u0645\u0648\u0642\u0639 \u0627\u0644\u062D\u0627\u0644\u064A",autoEnableSubtitle:"\u0642\u0645 \u0628\u062A\u0634\u063A\u064A\u0644 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u062B\u0646\u0627\u0626\u064A\u0629 \u0627\u0644\u0644\u063A\u0629 \u062A\u0644\u0642\u0627\u0626\u064A\u064B\u0627",alwaysTranslate:"\u062A\u0631\u062C\u0645 \u062F\u0627\u0626\u0645\u0627 ",neverTranslate:"\u0644\u0627 \u062A\u062A\u0631\u062C\u0645 \u0623\u0628\u062F\u064B\u0627 ",alwaysTranslateSomeLanguage:"\u062A\u0631\u062C\u0645 \u062F\u0627\u0626\u0645\u0627 {language}",neverTranslateSomeLanguage:"\u0644\u0627 \u062A\u062A\u0631\u062C\u0645 \u0623\u0628\u062F\u064B\u0627 {language}",alwaysTranslateSomeSite:"\u062A\u0631\u062C\u0645 \u062F\u0627\u0626\u0645\u0627 {hostname}",neverTranslateSomeSite:"\u0644\u0627 \u062A\u062A\u0631\u062C\u0645 \u0623\u0628\u062F\u064B\u0627 {hostname}",alwaysTranslateSomeSiteOrWildSite:"\u0642\u0645 \u0628\u062A\u0631\u062C\u0645\u0629 \u0647\u0630\u0627 \u0627\u0644\u0645\u0648\u0642\u0639 \u062F\u0627\u0626\u0645\u064B\u0627",alwaysTranslateSomePage:"\u0642\u0645 \u0628\u062A\u0631\u062C\u0645\u0629 \u0647\u0630\u0647 \u0627\u0644\u0635\u0641\u062D\u0629 \u062F\u0627\u0626\u0645\u064B\u0627",add:"\u0627\u0636\u0641 \u0625\u0644\u064A\u0647",default:"\u062A\u0642\u0635\u064A\u0631",forThisLanguage:"\u0644\u0647\u0630\u0647 \u0627\u0644\u0644\u063A\u0629\uFF1A","add url":"\u0625\u062F\u062E\u0627\u0644 \u0639\u0646\u0648\u0627\u0646 \u0627\u0644\u0645\u0648\u0642\u0639",edit:"\u064A\u062D\u0631\u0631","translate other languages into specific language":"\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0644\u063A\u0627\u062A \u0627\u0644\u0623\u062E\u0631\u0649 \u0625\u0644\u0649 \u0627\u0644\u0644\u063A\u0629 \u0627\u0644\u062A\u064A \u062A\u062D\u062F\u062F\u0647\u0627","select translation service":"\u0627\u062E\u062A\u0631 \u062E\u062F\u0645\u0629 \u0627\u0644\u062A\u0631\u062C\u0645\u0629",language:"\u0644\u063A\u0629","show-original":"\u0625\u0638\u0647\u0627\u0631 \u0627\u0644\u0646\u0635 \u0627\u0644\u0623\u0635\u0644\u064A",translate:"\u064A\u062A\u0631\u062C\u0645",Translated:"\u0645\u062A\u0631\u062C\u0645",Translating:"\u062C\u0627\u0631 \u0627\u0644\u062A\u0631\u062C\u0645\u0629",Error:"\u062E\u0637\u0623",allowCacheTranslations:"\u062A\u0645\u0643\u064A\u0646 \u0627\u0644\u062A\u062E\u0632\u064A\u0646 \u0627\u0644\u0645\u0624\u0642\u062A \u0644\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0645\u062D\u0644\u064A\u0629 (\u0644\u062A\u0642\u0644\u064A\u0644 \u0637\u0644\u0628\u0627\u062A \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0644\u0644\u0641\u0642\u0631\u0627\u062A \u0627\u0644\u0645\u0643\u0631\u0631\u0629)","translation display":"\u0623\u0633\u0644\u0648\u0628 \u0639\u0631\u0636 \u0627\u0644\u062A\u0631\u062C\u0645\u0629","select diplay style":"\u062A\u0645\u064A\u064A\u0632 \u0623\u0633\u0644\u0648\u0628 \u0627\u0644\u062A\u0631\u062C\u0645\u0629\u060C \u064A\u0631\u062C\u0649 \u0627\u0644\u0631\u062C\u0648\u0639 \u0625\u0644\u0649 \u0627\u0644\u0623\u0645\u062B\u0644\u0629 \u0627\u0644\u062A\u0627\u0644\u064A\u0629 \u0644\u0645\u0632\u064A\u062F \u0645\u0646 \u0627\u0644\u062A\u0641\u0627\u0635\u064A\u0644:",interface:"\u0625\u0639\u062F\u0627\u062F\u0627\u062A \u0627\u0644\u0648\u0627\u062C\u0647\u0629",import_export:"\u0627\u0633\u062A\u064A\u0631\u0627\u062F \u0648\u062A\u0635\u062F\u064A\u0631",import_export_title:"\u062A\u0643\u0648\u064A\u0646 \u0627\u0644\u0627\u0633\u062A\u064A\u0631\u0627\u062F/\u0627\u0644\u062A\u0635\u062F\u064A\u0631",syncToGoogleDrive:"\u0627\u0644\u0645\u0632\u0627\u0645\u0646\u0629 \u0645\u0639 Google Drive \u0627\u0644\u0622\u0646",floatBallOptions:"\u0625\u0639\u062F\u0627\u062F\u0627\u062A \u0627\u0644\u0643\u0631\u0629 \u0627\u0644\u0645\u0639\u0644\u0642\u0629","floatBallOptions.enable":"\u062A\u0645\u0643\u064A\u0646 \u0627\u0644\u0643\u0631\u0629 \u0627\u0644\u0639\u0627\u0626\u0645\u0629","floatBallOptions.blockUrls":"\u062A\u0639\u0637\u064A\u0644 \u0645\u0648\u0642\u0639 \u0627\u0644\u0648\u064A\u0628","floatBallOptions.add":"\u0627\u0636\u0641 \u0625\u0644\u064A\u0647","floatBallOptions.blockUrlDesc":"\u0644\u0646 \u064A\u062A\u0645 \u0639\u0631\u0636 \u0627\u0644\u0643\u0631\u0629 \u0627\u0644\u0639\u0627\u0626\u0645\u0629 \u0639\u0646\u062F \u0645\u0648\u0627\u062C\u0647\u0629 \u0627\u0644\u0645\u0648\u0627\u0642\u0639 \u0627\u0644\u062A\u0627\u0644\u064A\u0629","floatBallOptions.clickType":"\u0627\u0646\u0642\u0631 \u0641\u0648\u0642 \u0627\u0644\u0633\u0644\u0648\u0643","floatBallOptions.clickTypeDesc":"\u0633\u0644\u0648\u0643 \u0623\u064A\u0642\u0648\u0646\u0629 \u0627\u0644\u0643\u0631\u0629 \u0627\u0644\u0639\u0627\u0626\u0645\u0629 \u0639\u0646\u062F \u0627\u0644\u0646\u0642\u0631 \u0639\u0644\u064A\u0647\u0627","floatBallOptions.clickPopup":"\u0625\u0638\u0647\u0627\u0631 \u0644\u0648\u062D\u0629 \u0627\u0644\u062A\u0631\u062C\u0645\u0629","floatBallOptions.clickTranslate":"\u062A\u0631\u062C\u0645\u0629/\u0625\u0638\u0647\u0627\u0631 \u0627\u0644\u0646\u0635 \u0627\u0644\u0623\u0635\u0644\u064A","floatBallOptions.fixedPosition":"\u56FA\u5B9A\u4F4D\u7F6E","floatBallOptions.fixedPositionDesc":"\u60AC\u6D6E\u7403\u5728\u7A97\u53E3\u5DE6\u4FA7\u8FD8\u662F\u53F3\u4FA7","floatBallOptions.fixedPositionLeft":"\u5DE6\u4FA7","floatBallOptions.fixedPositionRight":"\u53F3\u4FA7",previewAllThemes:"\u0645\u0639\u0627\u064A\u0646\u0629 \u0643\u0627\u0641\u0629 \u0627\u0644\u0623\u0646\u0645\u0627\u0637","translationTheme.none":"\u0644\u0627 \u0623\u062D\u062F","translationTheme.grey":"\u0627\u0644\u0631\u0645\u0627\u062F\u064A \u0627\u0644\u062F\u0627\u0643\u0646","translationTheme.dashed":"\u062A\u0633\u0637\u064A\u0631 \u0645\u062A\u0642\u0637\u0639","translationTheme.dotted":"\u062A\u0633\u0637\u064A\u0631 \u0645\u0646\u0642\u0637","translationTheme.dashedBorder":"\u0627\u0644\u062D\u062F\u0648\u062F \u0627\u0644\u0645\u062A\u0642\u0637\u0639\u0629","translationTheme.solidBorder":"\u0627\u0644\u062D\u062F\u0648\u062F \u0627\u0644\u0635\u0644\u0628\u0629","translationTheme.underline":"\u062A\u0633\u0637\u064A\u0631 \u0645\u0633\u062A\u0642\u064A\u0645","translationTheme.mask":"\u062A\u0623\u062B\u064A\u0631 \u0637\u0645\u0633 (\u0648\u0636\u0639 \u0627\u0644\u062A\u0639\u0644\u0645)","translationTheme.opacity":"\u062A\u0623\u062B\u064A\u0631 \u0627\u0644\u0634\u0641\u0627\u0641\u064A\u0629","translationTheme.paper":"\u062A\u0623\u062B\u064A\u0631 \u0627\u0644\u0638\u0644 \u0648\u0631\u0642\u0629 \u0628\u064A\u0636\u0627\u0621","translationTheme.dividingLine":"\u062E\u0637 \u0627\u0644\u062A\u0642\u0633\u064A\u0645","translationTheme.highlight":"\u062A\u0633\u0644\u064A\u0637 \u0627\u0644\u0636\u0648\u0621","translationTheme.marker":"\u0639\u0644\u0627\u0645\u0629","translationTheme.marker2":"\u0639\u0644\u0627\u0645\u0629 2","translationTheme.blockquote":"\u0627\u0644\u0646\u0645\u0637 \u0627\u0644\u0645\u0631\u062C\u0639\u064A","translationTheme.weakening":"\u064A\u0636\u0639\u0641","translationTheme.italic":"\u0645\u0627\u0626\u0644","translationTheme.bold":"\u0639\u0631\u064A\u0636","translationTheme.thinDashed":"\u062A\u0633\u0637\u064A\u0631 \u0645\u062A\u0642\u0637\u0639 \u0631\u0641\u064A\u0639","translationTheme.nativeDashed":"\u064A\u0623\u062A\u064A \u0627\u0644\u0646\u0638\u0627\u0645 \u0645\u0639 \u062A\u0633\u0637\u064A\u0631 \u0645\u0646\u0642\u0637","translationTheme.nativeDotted":"\u064A\u0623\u062A\u064A \u0627\u0644\u0646\u0638\u0627\u0645 \u0645\u0639 \u062A\u0633\u0637\u064A\u0631 \u0645\u0646\u0642\u0637","translationTheme.nativeUnderline":"\u0627\u0644\u0646\u0638\u0627\u0645 \u064A\u0623\u062A\u064A \u0645\u0639 \u062A\u0633\u0637\u064A\u0631 \u0645\u0633\u062A\u0642\u064A\u0645","translationTheme.wavy":"\u062E\u0637\u0648\u0637 \u0645\u062A\u0645\u0648\u062C\u0629","translationServices.custom":"\u0648\u0627\u062C\u0647\u0629 \u0628\u0631\u0645\u062C\u0629 \u0627\u0644\u062A\u0637\u0628\u064A\u0642\u0627\u062A \u0627\u0644\u0645\u062E\u0635\u0635\u0629","translationServices.tencent":"\u0645\u062A\u0631\u062C\u0645 \u062A\u064A\u0646\u0633\u0646\u062A","translationServices.tenAlpha":"\u0645\u062A\u0631\u062C\u0645 \u062A\u064A\u0646\u0633\u0646\u062A (\u0623\u0644\u0641\u0627)","translationServices.google":"\u062C\u0648\u062C\u0644 \u0627\u0644\u0645\u062A\u0631\u062C\u0645","translationServices.bai":"\u0628\u0627\u064A\u062F\u0648 (\u0623\u0644\u0641\u0627)","translationServices.baidu":"\u0645\u062A\u0631\u062C\u0645 \u0628\u0627\u064A\u062F\u0648","translationServices.aliyun":"\u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0633\u062D\u0627\u0628\u064A\u0629 \u0639\u0644\u0649 \u0628\u0627\u0628\u0627","translationServices.volc":"\u062A\u0631\u062C\u0645\u0629 \u0628\u0631\u0643\u0627\u0646","translationServices.deeplx":"DeepLX (\u0628\u064A\u062A\u0627)","translationServices.bing":"\u0645\u062A\u0631\u062C\u0645 \u0645\u0627\u064A\u0643\u0631\u0648\u0633\u0648\u0641\u062A","translationServices.deepl":"\u062F\u064A\u0628 \u0625\u0644","translationServices.wechat":"\u062A\u0631\u062C\u0645\u0629 \u0648\u064A \u0634\u0627\u062A","translationServices.azure":"\u062A\u0631\u062C\u0645\u0629 \u0623\u0632\u0648\u0631","translationServices.ibm":"\u0622\u064A \u0628\u064A \u0625\u0645 \u0648\u0627\u062A\u0633\u0648\u0646","translationServices.aws":"\u062A\u0631\u062C\u0645\u0629 \u0623\u0645\u0627\u0632\u0648\u0646","translationServices.mock":"\u062A\u0631\u062C\u0645\u0629 \u0645\u062D\u0627\u0643\u0627\u0629","translationServices.mock2":"\u062A\u0631\u062C\u0645\u0629 \u0645\u062D\u0627\u0643\u0627\u0629 2","translationServices.caiyun":"\u0643\u0627\u064A\u0648\u0646 \u0634\u064A\u0627\u0648\u064A\u0649","translationServices.cai":"\u0643\u0627\u064A\u0648\u0646 \u0634\u064A\u0627\u0648\u064A\u0649 (\u0623\u0644\u0641\u0627)","translationServices.volcAlpha":"\u0628\u0631\u0643\u0627\u0646 (\u0623\u0644\u0641\u0627)","translationServices.openl":"\u0623\u0648\u0628\u0646 \u0625\u0644","translationServices.youdao":"\u062A\u0631\u062C\u0645\u0629 \u064A\u0648\u062F\u0627\u0648","translationServices.you":"\u062A\u0631\u062C\u0645\u0629 \u064A\u0648\u062F\u0627\u0648 (\u0623\u0644\u0641\u0627)","translationServices.transmart":"\u062A\u064A\u0646\u0633\u0646\u062A \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u062A\u0641\u0627\u0639\u0644\u064A\u0629","translationServices.niu":"\u062A\u0631\u062C\u0645\u0629 \u0645\u0627\u0641\u0631\u064A\u0643\u0633","translationServices.papago":"\u062A\u0631\u062C\u0645\u0629 \u0628\u0627\u0628\u0627\u062C\u0648","translationServices.d":"\u062F (\u0623\u0644\u0641\u0627)","translationServices.dpro":"\u062F\u064A \u0628\u0631\u0648 (\u0643\u0646\u0627\u0631\u064A)","translationServices.openai":"OpenAI","translationServices.yandex":"Yandex","translationServices.chatgpt":"ChatGPT Web (3.5 \u062C\u0648\u0627\u0644)","translate title":"\u062A\u0631\u062C\u0645\u0629 \u0639\u0646\u0648\u0627\u0646 \u0627\u0644\u0635\u0641\u062D\u0629","always languages":"\u0627\u0644\u0644\u063A\u0629 \u0627\u0644\u0645\u062A\u0631\u062C\u0645\u0629 \u062F\u0627\u0626\u0645\u0627",neverTranslateLanguagesLabel:"\u0627\u0644\u0644\u063A\u0627\u062A \u0627\u0644\u062A\u064A \u0644\u0627 \u062A\u062A\u0631\u062C\u0645 \u0623\u0628\u062F\u0627",neverTranslateTheFollowingLanguagesDescription:"\u0633\u064A\u062A\u0645 \u062A\u062E\u0637\u064A \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0639\u0646\u062F\u0645\u0627 \u062A\u0643\u0648\u0646 \u0641\u0642\u0631\u0629 \u0641\u064A \u0627\u0644\u0635\u0641\u062D\u0629 \u0628\u0627\u0644\u0644\u063A\u0627\u062A \u0627\u0644\u062A\u0627\u0644\u064A\u0629",enableUserscriptPagePopup:"\u0625\u0638\u0647\u0627\u0631 \u0627\u0644\u0643\u0631\u0629 \u0627\u0644\u0639\u0627\u0626\u0645\u0629 \u0639\u0644\u0649 \u0627\u0644\u0635\u0641\u062D\u0629",enableUserscriptPagePopupDescription:"\u0628\u0639\u062F \u0625\u063A\u0644\u0627\u0642 \u0627\u0644\u0643\u0631\u0629 \u0627\u0644\u0639\u0627\u0626\u0645\u0629\u060C \u064A\u0645\u0643\u0646\u0643 \u0627\u0633\u062A\u062E\u062F\u0627\u0645 \u0645\u0641\u062A\u0627\u062D \u0627\u0644\u0627\u062E\u062A\u0635\u0627\u0631 /{touch}\u0644\u0625\u064A\u0642\u0627\u0638\u0647\u0627. \u0644\u0645\u0646\u0639 \u0627\u0644\u0639\u062B\u0648\u0631 \u0639\u0644\u0649 \u0627\u0644\u0643\u0631\u0629 \u0627\u0644\u0639\u0627\u0626\u0645\u0629 \u0628\u0639\u062F \u0625\u064A\u0642\u0627\u0641 \u062A\u0634\u063A\u064A\u0644 \u0647\u0630\u0627 \u0627\u0644\u062E\u064A\u0627\u0631 \u0639\u0646 \u0637\u0631\u064A\u0642 \u0627\u0644\u062E\u0637\u0623\u060C \u064A\u0648\u0635\u0649 \u0628\u0634\u062F\u0629 \u0628\u0648\u0636\u0639 \u0625\u0634\u0627\u0631\u0629 \u0645\u0631\u062C\u0639\u064A\u0629 \u0639\u0644\u0649 \u0635\u0641\u062D\u0629 \u0627\u0644\u0625\u0639\u062F\u0627\u062F\u0627\u062A \u0647\u0630\u0647.","always translate the following languages":"\u0639\u0646\u062F\u0645\u0627 \u062A\u0643\u0648\u0646 \u0644\u063A\u0629 \u0627\u0644\u0635\u0641\u062D\u0629 \u0628\u0627\u0644\u0644\u063A\u0627\u062A \u0627\u0644\u062A\u0627\u0644\u064A\u0629\u060C \u0633\u062A\u062A\u0645 \u062A\u0631\u062C\u0645\u062A\u0647\u0627 \u062A\u0644\u0642\u0627\u0626\u064A\u064B\u0627 \u0625\u0644\u0649 \u0627\u0644\u0644\u063A\u0629 \u0627\u0644\u0645\u0633\u062A\u0647\u062F\u0641\u0629","always sites":"\u0639\u0646\u0627\u0648\u064A\u0646 URL \u0627\u0644\u0645\u062A\u0631\u062C\u0645\u0629 \u062F\u0627\u0626\u0645\u064B\u0627","always translate the following sites":"\u0639\u0646\u062F\u0645\u0627 \u064A\u0643\u0648\u0646 \u0645\u0648\u0642\u0639 \u0627\u0644\u0648\u064A\u0628 \u0628\u0627\u0633\u0645 \u0627\u0644\u0646\u0637\u0627\u0642 \u0627\u0644\u062A\u0627\u0644\u064A\u060C \u0633\u062A\u062A\u0645 \u062A\u0631\u062C\u0645\u062A\u0647 \u062A\u0644\u0642\u0627\u0626\u064A\u064B\u0627 \u0625\u0644\u0649 \u0627\u0644\u0644\u063A\u0629 \u0627\u0644\u0647\u062F\u0641","never sites":"\u0639\u0646\u0627\u0648\u064A\u0646 URL \u0627\u0644\u062A\u064A \u0644\u0646 \u062A\u062A\u0645 \u062A\u0631\u062C\u0645\u062A\u0647\u0627 \u0623\u0628\u062F\u064B\u0627","never translate the following sites":"\u0644\u0646 \u064A\u062A\u0645 \u062A\u0646\u0641\u064A\u0630 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0639\u0646\u062F\u0645\u0627 \u064A\u0643\u0648\u0646 \u0645\u0648\u0642\u0639 \u0627\u0644\u0648\u064A\u0628 \u064A\u062D\u0645\u0644 \u0627\u0633\u0645 \u0627\u0644\u0646\u0637\u0627\u0642 \u0627\u0644\u062A\u0627\u0644\u064A","please refer to":"\u064A\u062C\u0628 \u0639\u0644\u064A\u0643 \u062A\u0639\u0628\u0626\u0629 \u0627\u0644\u0645\u0641\u062A\u0627\u062D \u0642\u0628\u0644 \u0627\u0633\u062A\u062E\u062F\u0627\u0645\u0647\u060C \u0644\u0645\u0632\u064A\u062F \u0645\u0646 \u0627\u0644\u062A\u0641\u0627\u0635\u064A\u0644 \u064A\u0631\u062C\u0649 \u0627\u0644\u0631\u062C\u0648\u0639 \u0625\u0644\u0649",KeyAndConfigurationTutorial:'"\u0627\u0644\u0628\u0631\u0646\u0627\u0645\u062C \u0627\u0644\u062A\u0639\u0644\u064A\u0645\u064A \u0644\u0644\u062A\u0637\u0628\u064A\u0642 \u0648\u0627\u0644\u062A\u0643\u0648\u064A\u0646 \u0627\u0644\u0631\u0626\u064A\u0633\u064A"',useAboveStyleForTheseSites:"\u0639\u0646\u062F\u0645\u0627 \u064A\u0643\u0648\u0646 \u0645\u0648\u0642\u0639 \u0627\u0644\u0648\u064A\u0628 \u0647\u0648 \u0627\u0633\u0645 \u0627\u0644\u0646\u0637\u0627\u0642 \u0627\u0644\u062A\u0627\u0644\u064A\u060C \u0627\u0633\u062A\u062E\u062F\u0645 \u062F\u0627\u0626\u0645\u064B\u0627 \u0646\u0645\u0637 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u2308{theme}\u230B",currentUrl:"\u0639\u0646\u0648\u0627\u0646 URL \u0627\u0644\u062D\u0627\u0644\u064A",confirm:"\u064A\u062D\u0641\u0638",cancel:"\u064A\u0644\u063A\u064A",delete:"\u064A\u0645\u0633\u062D","languages.auto":"\u0627\u0644\u0643\u0634\u0641 \u0627\u0644\u062A\u0644\u0642\u0627\u0626\u064A",syncToCloud:"\u0627\u0644\u0645\u0632\u0627\u0645\u0646\u0629 \u0645\u0639 \u062C\u0648\u062C\u0644 \u062F\u0631\u0627\u064A\u0641",syncToCloudDescription:"\u0642\u0645 \u0628\u0627\u0644\u062A\u062D\u0645\u064A\u0644 \u0625\u0644\u0649 \u0627\u0644\u0633\u062D\u0627\u0628\u0629\u060C \u0648\u064A\u0645\u0643\u0646 \u0645\u0632\u0627\u0645\u0646\u0629 \u0627\u0644\u062A\u0643\u0648\u064A\u0646 \u0628\u064A\u0646 \u0627\u0644\u0645\u062A\u0635\u0641\u062D\u0627\u062A \u0627\u0644\u0645\u062E\u062A\u0644\u0641\u0629/\u0627\u0644\u0646\u0635\u0648\u0635 \u0627\u0644\u0628\u0631\u0645\u062C\u064A\u0629 \u0644\u0642\u0631\u062F \u0627\u0644\u0632\u064A\u062A\u060C \u0645\u0639 \u0645\u0631\u0627\u0639\u0627\u0629 \u0648\u0642\u062A \u0627\u0644\u062A\u0639\u062F\u064A\u0644 \u0627\u0644\u0623\u062E\u064A\u0631.",syncToAccount:"\u0627\u0644\u0645\u0632\u0627\u0645\u0646\u0629 \u0645\u0639 \u0633\u062D\u0627\u0628\u0629 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0634\u0627\u0645\u0644\u0629",syncToAccountButton:"\u0645\u0632\u0627\u0645\u0646\u0629 \u0645\u0639 \u0627\u0644\u0633\u062D\u0627\u0628\u0629 \u0639\u0644\u0649 \u0627\u0644\u0641\u0648\u0631",syncToAccountDescription:"\u0645\u0632\u0627\u0645\u0646\u0629 \u0627\u0644\u062A\u0643\u0648\u064A\u0646\u0627\u062A \u062A\u0644\u0642\u0627\u0626\u064A\u064B\u0627 \u0628\u064A\u0646 \u0627\u0644\u0623\u062C\u0647\u0632\u0629 \u0627\u0644\u0645\u062E\u062A\u0644\u0641\u0629\u060C \u0628\u0646\u0627\u0621\u064B \u0639\u0644\u0649 \u0648\u0642\u062A \u0627\u0644\u062A\u0639\u062F\u064A\u0644 \u0627\u0644\u0623\u062E\u064A\u0631.",successSyncConfigInAccount:"\u0627\u0644\u0628\u0642\u0627\u0621 \u0645\u062A\u0632\u0627\u0645\u0646\u064B\u0627 \u0645\u0639 \u0627\u0644\u0633\u062D\u0627\u0628\u0629 \u0628\u0646\u062C\u0627\u062D",successSyncConfigToAccount:"\u062A\u0645\u062A \u0627\u0644\u0645\u0632\u0627\u0645\u0646\u0629 \u0628\u0646\u062C\u0627\u062D \u0645\u0639 \u0627\u0644\u0633\u062D\u0627\u0628\u0629",syncConfigNoUpdate:"\u0628\u0627\u0644\u0641\u0639\u0644 \u0627\u0644\u0623\u062D\u062F\u062B",authFail:"\u0641\u0634\u0644 \u0627\u0644\u062A\u0641\u0648\u064A\u0636",syncTitle:"\u0625\u062F\u0627\u0631\u0629 \u0627\u0644\u0646\u0633\u062E \u0627\u0644\u0627\u062D\u062A\u064A\u0627\u0637\u064A \u0627\u0644\u064A\u062F\u0648\u064A",import_hint:"\u064A\u0633\u062A\u0648\u0631\u062F",upload:"\u0631\u0641\u0639",revokeAuth:"\u0625\u0644\u063A\u0627\u0621 \u0627\u0644\u062A\u0631\u062E\u064A\u0635",uploadFail:"\u0627\u0644\u062A\u062D\u0645\u064A\u0644 \u0641\u0634\u0644",download:"\u062A\u062D\u0645\u064A\u0644",importSuccess:"\u062A\u0645 \u0627\u0644\u0627\u0633\u062A\u064A\u0631\u0627\u062F \u0628\u0646\u062C\u0627\u062D",importFail:"\u0641\u0634\u0644 \u0627\u0644\u0627\u0633\u062A\u064A\u0631\u0627\u062F",deleteFail:"\u0641\u0634\u0644 \u0641\u064A \u0627\u0644\u062D\u0630\u0641",backupToCloud:"\u0625\u062F\u0627\u0631\u0629 \u0645\u0644\u0641\u0627\u062A \u0627\u0644\u0646\u0633\u062E \u0627\u0644\u0627\u062D\u062A\u064A\u0627\u0637\u064A \u064A\u062F\u0648\u064A\u0627",create_new_backup:"\u0625\u0636\u0627\u0641\u0629 \u0639\u0642\u062F\u0629 \u0627\u062D\u062A\u064A\u0627\u0637\u064A\u0629",maxBackupFiles:"\u064A\u0645\u0643\u0646 \u0639\u0645\u0644 \u0646\u0633\u062E\u0629 \u0627\u062D\u062A\u064A\u0627\u0637\u064A\u0629 \u0644\u0645\u0627 \u064A\u0635\u0644 \u0625\u0644\u0649{count}\u0639\u0642\u062F \u0645\u062E\u062A\u0644\u0641\u0629\u060C \u064A\u0631\u062C\u0649 \u062D\u0630\u0641 \u0627\u0644\u0639\u0642\u062F \u063A\u064A\u0631 \u0627\u0644\u0636\u0631\u0648\u0631\u064A\u0629",backupToCloudDescription:"\u062A\u062D\u0645\u064A\u0644 \u0645\u0644\u0641\u0627\u062A \u0627\u0644\u0646\u0633\u062E \u0627\u0644\u0627\u062D\u062A\u064A\u0627\u0637\u064A \u0623\u0648 \u0627\u0633\u062A\u0639\u0627\u062F\u062A\u0647\u0627 \u064A\u062F\u0648\u064A\u064B\u0627\u060C \u0645\u0645\u0627 \u064A\u0633\u0645\u062D \u0628\u0645\u0627 \u064A\u0635\u0644 \u0625\u0644\u0649 3 \u0646\u0633\u062E \u0627\u062D\u062A\u064A\u0627\u0637\u064A\u0629 \u0645\u062E\u062A\u0644\u0641\u0629",successSyncConfig:"\u0627\u0644\u0628\u0642\u0627\u0621 \u0645\u062A\u0632\u0627\u0645\u0646\u064B\u0627 \u0645\u0639 \u0627\u0644\u0633\u062D\u0627\u0628\u0629 \u0628\u0646\u062C\u0627\u062D",syncFail:"\u0641\u0634\u0644\u062A \u0627\u0644\u0645\u0632\u0627\u0645\u0646\u0629",updatedAt:"\u062A\u0645 \u0627\u0644\u062A\u062D\u062F\u064A\u062B \u0639\u0646\u062F {date}",lastSyncedAt:"\u0622\u062E\u0631 \u0641\u062D\u0635 \u0643\u0627\u0646 \u0639\u0646\u062F {date}",downloadFail:"\u0627\u0644\u062A\u062D\u0645\u064A\u0644 \u0641\u0634\u0644",clickToDownload:"\u0627\u0636\u063A\u0637 \u0644\u0644\u062A\u062D\u0645\u064A\u0644",aboutLabel:"\u062D\u0648\u0644 - \u0631\u062F\u0648\u062F \u0627\u0644\u0641\u0639\u0644","browser.openAboutPage":"\u062D\u0648\u0644/\u0631\u062F\u0648\u062F \u0627\u0644\u0641\u0639\u0644",aboutLabelWithoutSponsor:"\u062D\u0648\u0644 - \u0631\u062F\u0648\u062F \u0627\u0644\u0641\u0639\u0644",aboutIntro:"\u0623\u062A\u0645\u0646\u0649 \u0623\u0646 \u0646\u062A\u0645\u0643\u0646 \u062C\u0645\u064A\u0639\u064B\u0627 \u0645\u0646 \u0627\u0644\u0648\u0635\u0648\u0644 \u0625\u0644\u0649 \u0627\u0644\u0645\u0639\u0644\u0648\u0645\u0627\u062A \u0627\u0644\u0636\u062E\u0645\u0629 \u0627\u0644\u0645\u062A\u0639\u0644\u0642\u0629 \u0628\u0627\u0644\u0644\u063A\u0627\u062A \u0627\u0644\u0623\u062C\u0646\u0628\u064A\u0629 \u0639\u0644\u0649 \u0627\u0644\u0625\u0646\u062A\u0631\u0646\u062A \u0628\u0633\u0647\u0648\u0644\u0629 \u0648\u0633\u0639\u0627\u062F\u0629 \u0623\u0643\u0628\u0631. \u064A\u0645\u0643\u0646\u0643 \u0627\u062E\u062A\u064A\u0627\u0631 \u0641\u062A\u062D \u0639\u0636\u0648\u064A\u0629 <6> Pro \u0644\u0627\u0633\u062A\u062E\u062F\u0627\u0645 \u062A\u0631\u062C\u0645\u0627\u062A DeepL \u0648OpenAI \u062E\u0627\u0631\u062C \u0627\u0644\u0635\u0646\u062F\u0648\u0642.

\u064A\u0645\u0643\u0646\u0643\u0645 \u0645\u062A\u0627\u0628\u0639\u062A\u0646\u0627 \u0639\u0644\u0649 <3>\u062A\u0648\u064A\u062A\u0631 ,<4>\u0642\u0646\u0627\u0629 \u0627\u0644\u062A\u0644\u064A\u062C\u0631\u0627\u0645 \u0623\u0648 \u062D\u0633\u0627\u0628 WeChat \u0627\u0644\u0639\u0627\u0645 \u0623\u0648 \u0645\u062C\u0645\u0648\u0639\u0629 \u0627\u062A\u0635\u0627\u0644\u0627\u062A WeChat \u0623\u0648 <5> \u0627\u0634\u062A\u0631\u0627\u0643 \u0627\u0644\u0628\u0631\u064A\u062F \u0627\u0644\u0625\u0644\u0643\u062A\u0631\u0648\u0646\u064A \u0623\u062F\u0646\u0627\u0647 \u062A\u062A\u0628\u0639 \u0627\u0644\u062A\u062D\u062F\u064A\u062B\u0627\u062A.
<7>\u0639\u0636\u0648 \u0645\u062D\u062A\u0631\u0641 \u064A\u0645\u0643\u0646\u0643 \u0627\u0644\u0627\u062A\u0635\u0627\u0644 \u0628\u0627\u0644\u0628\u0631\u064A\u062F \u0627\u0644\u0625\u0644\u0643\u062A\u0631\u0648\u0646\u064A \u0627\u0644\u0633\u0631\u064A\u0639 \u0644\u062E\u062F\u0645\u0629 \u0627\u0644\u0639\u0645\u0644\u0627\u0621 <8> support@immersivetranslate.com \u0627\u0628\u0642 \u0639\u0644\u0649 \u062A\u0648\u0627\u0635\u0644 \u0645\u0639\u0646\u0627.",aboutIntroWithoutSponsor:"\u0623\u062A\u0645\u0646\u0649 \u0623\u0646 \u0646\u062A\u0645\u0643\u0646 \u062C\u0645\u064A\u0639\u064B\u0627 \u0645\u0646 \u0627\u0644\u0648\u0635\u0648\u0644 \u0628\u0634\u0643\u0644 \u0623\u0633\u0647\u0644 \u0648\u0623\u0643\u062B\u0631 \u0645\u062A\u0639\u0629 \u0625\u0644\u0649 \u0627\u0644\u0643\u0645 \u0627\u0644\u0647\u0627\u0626\u0644 \u0645\u0646 \u0627\u0644\u0645\u0639\u0644\u0648\u0645\u0627\u062A \u0628\u0627\u0644\u0644\u063A\u0629 \u0627\u0644\u0623\u062C\u0646\u0628\u064A\u0629 \u0639\u0644\u0649 \u0627\u0644\u0625\u0646\u062A\u0631\u0646\u062A \u2764\uFE0F

\u064A\u0645\u0643\u0646\u0643 \u0645\u062A\u0627\u0628\u0639\u062A\u0646\u0627 \u0639\u0644\u0649 Twitter <3> ,<4>\u0642\u0646\u0627\u0629 \u0627\u0644\u062A\u0644\u064A\u062C\u0631\u0627\u0645 \u0623\u0648 \u062D\u0633\u0627\u0628 WeChat \u0627\u0644\u0639\u0627\u0645 \u0623\u0648 \u0645\u062C\u0645\u0648\u0639\u0629 \u0627\u062A\u0635\u0627\u0644\u0627\u062A WeChat \u0623\u0648 <5> \u0627\u0634\u062A\u0631\u0627\u0643 \u0627\u0644\u0628\u0631\u064A\u062F \u0627\u0644\u0625\u0644\u0643\u062A\u0631\u0648\u0646\u064A \u0623\u062F\u0646\u0627\u0647 \u062A\u062A\u0628\u0639 \u0627\u0644\u062A\u062D\u062F\u064A\u062B\u0627\u062A.",projectHomepage:"\u0627\u0644\u0635\u0641\u062D\u0629 \u0627\u0644\u0631\u0626\u064A\u0633\u064A\u0629 \u0644\u0644\u0645\u0634\u0631\u0648\u0639",joinTelegramGroup:"\u0627\u0646\u0636\u0645 \u0625\u0644\u0649 \u0645\u062C\u0645\u0648\u0639\u0629 \u0627\u062A\u0635\u0627\u0644\u0627\u062A \u0627\u0644\u0645\u0633\u062A\u062E\u062F\u0645\u064A\u0646 \u0644\u0644\u0645\u0634\u0627\u0631\u0643\u0629 \u0641\u064A \u0627\u0644\u0645\u0646\u0627\u0642\u0634\u0627\u062A \u0627\u0644\u0648\u0638\u064A\u0641\u064A\u0629",wechatPublicAccount:"\u062D\u0633\u0627\u0628 \u0648\u064A \u0634\u0627\u062A \u0627\u0644\u0639\u0627\u0645",wechatCommunities:"\u0645\u062C\u0645\u0648\u0639\u0629 \u0627\u0644\u0627\u062A\u0635\u0627\u0644\u0627\u062A WeChat",qqCommunities:"\u0642\u0646\u0627\u0629 \u0627\u062A\u0635\u0627\u0644 QQ",joinTelegramChannel:"\u062A\u0627\u0628\u0639\u0648\u0627 \u0642\u0646\u0627\u0629 \u0627\u0644\u062A\u0644\u064A\u062C\u0631\u0627\u0645 \u0644\u0645\u0639\u0631\u0641\u0629 \u0622\u062E\u0631 \u0627\u0644\u062A\u062D\u062F\u064A\u062B\u0627\u062A",feedbackAndJoin:"\u0631\u062F\u0648\u062F \u0627\u0644\u0641\u0639\u0644 \u0627\u0644\u0645\u0634\u0643\u0644\u0629 / \u0627\u0644\u0627\u0646\u0636\u0645\u0627\u0645 \u0625\u0644\u0649 \u0627\u0644\u0645\u062C\u0645\u0648\u0639\u0629",autoSync:"\u0627\u0644\u0645\u0632\u0627\u0645\u0646\u0629 \u0627\u0644\u0645\u062C\u062F\u0648\u0644\u0629 \u0627\u0644\u062A\u0644\u0642\u0627\u0626\u064A\u0629",loadingThemeTitle:"\u0623\u0633\u0644\u0648\u0628 \u0627\u0644\u062A\u062D\u0645\u064A\u0644",loadingThemeDescription:"\u0627\u0636\u0628\u0637 \u0627\u0644\u0646\u0645\u0637 \u0623\u062B\u0646\u0627\u0621 \u0627\u0646\u062A\u0638\u0627\u0631 \u062A\u062D\u0645\u064A\u0644 \u0627\u0644\u062A\u0631\u062C\u0645\u0629","loadingTheme.spinner":"\u0627\u0644\u0631\u0633\u0648\u0645 \u0627\u0644\u0645\u062A\u062D\u0631\u0643\u0629 \u0627\u0644\u062F\u0627\u0626\u0631\u0629","loadingTheme.text":"\u0646\u0635 \u062B\u0627\u0628\u062A... ","loadingTheme.none":"\u0644\u0627 \u062A\u0638\u0647\u0631",developerDescription:"\u064A\u0645\u0643\u0646\u0643 \u0627\u0644\u0646\u0642\u0631 \u0641\u0648\u0642 <1> \u0647\u0646\u0627 \u0639\u0631\u0636 \u0627\u0644\u0648\u062B\u0627\u0626\u0642 \u0627\u0644\u0645\u062A\u0639\u0644\u0642\u0629 \u0628\u0627\u0644\u062A\u062E\u0635\u064A\u0635 \u0627\u0644\u0645\u062A\u0642\u062F\u0645","edit border color":"\u062A\u0639\u062F\u064A\u0644 \u0644\u0648\u0646 \u0627\u0644\u062D\u062F\u0648\u062F",successSyncButNoChange:"\u0627\u0644\u062A\u0643\u0648\u064A\u0646 \u0627\u0644\u062D\u0627\u0644\u064A \u0645\u062A\u0648\u0627\u0641\u0642 \u0645\u0639 \u0627\u0644\u0633\u062D\u0627\u0628\u0629",customTheme:"\u0627\u0644\u0623\u0644\u0648\u0627\u0646 \u0648\u0627\u0644\u0623\u062D\u062C\u0627\u0645 \u0627\u0644\u0645\u062E\u0635\u0635\u0629","customThemeLabel.borderColor":"\u0644\u0648\u0646 \u0627\u0644\u062D\u062F\u0648\u062F","customThemeLabel.borderRadius":"\u062D\u062F\u0648\u062F \u0645\u0633\u062A\u062F\u064A\u0631\u0629 \u0627\u0644\u0632\u0648\u0627\u064A\u0627","customThemeLabel.textColor":"\u0644\u0648\u0646 \u0627\u0644\u062E\u0637","customThemeLabel.backgroundColor":"\u0644\u0648\u0646 \u0627\u0644\u062E\u0644\u0641\u064A\u0629","customThemeLabel.zoom":"\u062A\u062D\u062C\u064A\u0645 \u0627\u0644\u062E\u0637 (%)","customThemeLabel.opacity":"\u0639\u062A\u0627\u0645\u0629 \u0627\u0644\u0646\u0635 (%)",resetToDefaultColor:"\u0627\u0644\u0639\u0648\u062F\u0629 \u0625\u0644\u0649 \u0627\u0644\u0644\u0648\u0646 \u0627\u0644\u0627\u0641\u062A\u0631\u0627\u0636\u064A",resetToDefaultSettings:"\u0627\u0644\u0639\u0648\u062F\u0629 \u0625\u0644\u0649 \u0627\u0644\u0625\u0639\u062F\u0627\u062F\u0627\u062A \u0627\u0644\u0627\u0641\u062A\u0631\u0627\u0636\u064A\u0629",isTranslateTitle:"\u0642\u0645 \u0628\u062A\u0634\u063A\u064A\u0644 \u0639\u0646\u0627\u0648\u064A\u0646 \u0635\u0641\u062D\u0627\u062A \u0627\u0644\u0648\u064A\u0628 \u0627\u0644\u0645\u062A\u0631\u062C\u0645\u0629",isTranslateTitleDescription:"\u0639\u0646\u062F \u062A\u0634\u063A\u064A\u0644\u0647\u060C \u0633\u064A\u062A\u0645 \u062A\u0631\u062C\u0645\u0629 \u0639\u0646\u0648\u0627\u0646 \u0635\u0641\u062D\u0629 \u0627\u0644\u0648\u064A\u0628",enableSearchEnhancement:"\u062A\u0645\u0643\u064A\u0646 \u062A\u0639\u0632\u064A\u0632 \u0627\u0644\u0645\u0639\u0644\u0648\u0645\u0627\u062A \u062B\u0646\u0627\u0626\u064A\u0629 \u0627\u0644\u0644\u063A\u0629",enableSearchEnhancementDescription:'\u0628\u0639\u062F \u062A\u0634\u063A\u064A\u0644\u0647\u0627\u060C \u0633\u064A\u062A\u0645 \u0639\u0631\u0636 \u0646\u062A\u0627\u0626\u062C \u0628\u062D\u062B "\u0623\u062E\u0628\u0627\u0631 Google" \u0627\u0644\u0645\u0642\u0627\u0628\u0644\u0629 \u0644\u0644\u0643\u0644\u0645\u0627\u062A \u0627\u0644\u0631\u0626\u064A\u0633\u064A\u0629 \u0628\u0627\u0644\u0644\u063A\u0629 \u0627\u0644\u0625\u0646\u062C\u0644\u064A\u0632\u064A\u0629 \u062A\u0644\u0642\u0627\u0626\u064A\u064B\u0627 \u0641\u064A \u0627\u0644\u0639\u0645\u0648\u062F \u0627\u0644\u0623\u064A\u0645\u0646 \u0644\u0645\u0648\u0627\u0642\u0639 \u0627\u0644\u0648\u064A\u0628 \u0627\u0644\u0645\u062F\u0639\u0648\u0645\u0629 (\u0623\u062E\u0628\u0627\u0631 Google\u060C \u0628\u062D\u062B Google (\u0628\u0639\u0636 \u0627\u0644\u0643\u0644\u0645\u0627\u062A \u0627\u0644\u0631\u0626\u064A\u0633\u064A\u0629)\u060C Snowball\u060C Oriental Fortune\u060C Futu\u060C Tiger Community).',verifyService:"\u0627\u0646\u0642\u0631 \u0647\u0646\u0627 \u0644\u0627\u062E\u062A\u0628\u0627\u0631 \u0627\u0644\u062E\u062F\u0645\u0629",verified:"\u062A\u0645 \u0627\u0644\u062A\u062D\u0642\u0642 \u0628\u0646\u062C\u0627\u062D","field.langs":"\u0631\u0645\u0648\u0632 \u0627\u0644\u0644\u063A\u0629 \u0627\u0644\u0645\u062F\u0639\u0648\u0645\u0629","field.model":"\u0646\u0645\u0648\u0630\u062C","field.translationEngine":"\u0645\u062D\u0631\u0643 \u0627\u0644\u062A\u0631\u062C\u0645\u0629","field.limitPerMinute":"\u0627\u0644\u062D\u062F \u0627\u0644\u0623\u0642\u0635\u0649 \u0644\u0639\u062F\u062F \u0627\u0644\u0637\u0644\u0628\u0627\u062A \u0641\u064A \u0627\u0644\u062F\u0642\u064A\u0642\u0629","field.limitPerSecond":"\u0627\u0644\u062D\u062F \u0627\u0644\u0623\u0642\u0635\u0649 \u0644\u0639\u062F\u062F \u0627\u0644\u0637\u0644\u0628\u0627\u062A \u0641\u064A \u0627\u0644\u062B\u0627\u0646\u064A\u0629","field.maxTextLengthPerRequest":"\u0627\u0644\u062D\u062F \u0627\u0644\u0623\u0642\u0635\u0649 \u0644\u0637\u0648\u0644 \u0627\u0644\u0646\u0635 \u0644\u0643\u0644 \u0637\u0644\u0628","field.maxTextGroupLengthPerRequest":"\u0627\u0644\u062D\u062F \u0627\u0644\u0623\u0642\u0635\u0649 \u0644\u0639\u062F\u062F \u0627\u0644\u0641\u0642\u0631\u0627\u062A \u0644\u0643\u0644 \u0637\u0644\u0628","field.apiUrl":"\u0639\u0646\u0648\u0627\u0646 \u0648\u0627\u062C\u0647\u0629 API \u0627\u0644\u0645\u062E\u0635\u0635\u0629","field.placeholderDelimiters":"\u0627\u0644\u0639\u0646\u0627\u0635\u0631 \u0627\u0644\u0646\u0627\u0626\u0628\u0629 \u0627\u0644\u0645\u062D\u062C\u0648\u0632\u0629","description.custom":"\u0627\u0644\u0648\u0635\u0648\u0644 \u0625\u0644\u0649 \u0627\u0644\u0648\u0627\u062C\u0647\u0629 \u0627\u0644\u0645\u062E\u0635\u0635\u0629 \u064A\u062A\u0637\u0644\u0628 \u0648\u062B\u0627\u0626\u0642 \u0645\u0631\u062C\u0639\u064A\u0629","description.limitPerMinute":"\u0648\u0639\u0646\u062F\u0645\u0627 \u064A\u062A\u062C\u0627\u0648\u0632 \u0639\u062F\u062F \u0627\u0644\u0637\u0644\u0628\u0627\u062A \u0647\u0630\u0627 \u0627\u0644\u062D\u062F\u060C \u0641\u0625\u0646\u0647 \u0633\u064A\u062F\u062E\u0644 \u0641\u064A \u062D\u0627\u0644\u0629 \u0627\u0644\u0627\u0646\u062A\u0638\u0627\u0631 \u062D\u062A\u0649 \u0628\u062F\u0627\u064A\u0629 \u0627\u0644\u062F\u0642\u064A\u0642\u0629 \u0627\u0644\u062A\u0627\u0644\u064A\u0629. \u0646\u0638\u0631\u064B\u0627 \u0644\u0644\u0642\u064A\u0648\u062F \u0627\u0644\u0645\u062E\u062A\u0644\u0641\u0629 \u0644\u062E\u062F\u0645\u0629 OpenAI \u0627\u0644\u062D\u0627\u0644\u064A\u0629\u060C \u064A\u0631\u062C\u0649 \u0627\u0644\u0646\u0642\u0631 \u0641\u0648\u0642 <1> \u0647\u0646\u0627 \u0639\u0631\u0636 \u0623\u062D\u062F\u062B \u0627\u0644\u0642\u064A\u0645 \u0627\u0644\u0645\u0648\u0635\u0649 \u0628\u0647\u0627","description.limitPerSecond":"\u0648\u0639\u0646\u062F\u0645\u0627 \u064A\u062A\u062C\u0627\u0648\u0632 \u0639\u062F\u062F \u0627\u0644\u0637\u0644\u0628\u0627\u062A \u0647\u0630\u0627 \u0627\u0644\u062D\u062F\u060C \u0641\u0625\u0646\u0647 \u0633\u064A\u062F\u062E\u0644 \u0641\u064A \u062D\u0627\u0644\u0629 \u0627\u0644\u0627\u0646\u062A\u0638\u0627\u0631 \u062D\u062A\u0649 \u0628\u062F\u0627\u064A\u0629 \u0627\u0644\u062B\u0627\u0646\u064A\u0629 \u0627\u0644\u062A\u0627\u0644\u064A\u0629. \u0646\u0638\u0631\u064B\u0627 \u0644\u0644\u0642\u064A\u0648\u062F \u0627\u0644\u0645\u062E\u062A\u0644\u0641\u0629 \u0644\u062E\u062F\u0645\u0629 OpenAI \u0627\u0644\u062D\u0627\u0644\u064A\u0629\u060C \u064A\u0631\u062C\u0649 \u0627\u0644\u0646\u0642\u0631 \u0641\u0648\u0642 <1> \u0647\u0646\u0627 \u0639\u0631\u0636 \u0623\u062D\u062F\u062B \u0627\u0644\u0642\u064A\u0645 \u0627\u0644\u0645\u0648\u0635\u0649 \u0628\u0647\u0627","description.generalLimitPerSecond":"\u0648\u0639\u0646\u062F\u0645\u0627 \u064A\u062A\u062C\u0627\u0648\u0632 \u0639\u062F\u062F \u0627\u0644\u0637\u0644\u0628\u0627\u062A \u0647\u0630\u0627 \u0627\u0644\u062D\u062F\u060C \u0641\u0625\u0646\u0647 \u0633\u064A\u062F\u062E\u0644 \u0641\u064A \u062D\u0627\u0644\u0629 \u0627\u0644\u0627\u0646\u062A\u0638\u0627\u0631 \u062D\u062A\u0649 \u0628\u062F\u0627\u064A\u0629 \u0627\u0644\u062B\u0627\u0646\u064A\u0629 \u0627\u0644\u062A\u0627\u0644\u064A\u0629.","description.prompt":"\u062A\u0631\u0633\u0644 \u0627\u0644\u0645\u062D\u0627\u062F\u062B\u0629 \u0625\u0644\u0649 {service} \u0628\u0635\u0641\u0629 \u0627\u0644\u0645\u0633\u062A\u062E\u062F\u0645\u060C \u062D\u064A\u062B \u064A\u0645\u062B\u0644 {{text}} \u0646\u0635 \u0627\u0644\u0641\u0642\u0631\u0629\u060C \u0648\u064A\u0645\u062B\u0644 {{from}} \u0644\u063A\u0629 \u0627\u0644\u0641\u0642\u0631\u0629\u060C \u0648\u064A\u0645\u062B\u0644 {{to}} \u0627\u0644\u0644\u063A\u0629 \u0627\u0644\u0645\u0633\u062A\u0647\u062F\u0641\u0629.","description.maxTextLengthPerRequest":"\u0627\u0644\u062D\u062F \u0627\u0644\u0623\u0642\u0635\u0649 \u0644\u0639\u062F\u062F \u0627\u0644\u0623\u062D\u0631\u0641 \u0644\u0643\u0644 \u0637\u0644\u0628. \u0625\u0630\u0627 \u0643\u0627\u0646 \u0643\u0628\u064A\u0631\u064B\u0627 \u062C\u062F\u064B\u0627\u060C \u0641\u0633\u062A\u062A\u0628\u0627\u0637\u0623 \u0627\u0633\u062A\u062C\u0627\u0628\u0629 \u0627\u0644\u0648\u0627\u062C\u0647\u0629\u060C \u0644\u0630\u0627 \u064A\u0645\u0643\u0646\u0643 \u0645\u062D\u0627\u0648\u0644\u0629 \u0636\u0628\u0637 \u0647\u0630\u0627 \u0627\u0644\u062E\u064A\u0627\u0631 \u0644\u062A\u062D\u0633\u064A\u0646 \u0627\u0644\u0633\u0631\u0639\u0629.","description.systemPrompt":"\u062A\u0645 \u0625\u0631\u0633\u0627\u0644 \u0627\u0644\u062D\u0648\u0627\u0631 \u0625\u0644\u0649 {service} \u0628\u0627\u0633\u0645 \u0627\u0644\u0646\u0638\u0627\u0645\u060C \u062D\u064A\u062B \u064A\u0645\u062B\u0644 {{text}} \u0646\u0635 \u0627\u0644\u0641\u0642\u0631\u0629\u060C \u0648\u064A\u0645\u062B\u0644 {{from}} \u0644\u063A\u0629 \u0627\u0644\u0641\u0642\u0631\u0629\u060C \u0648\u064A\u0645\u062B\u0644 {{to}} \u0627\u0644\u0644\u063A\u0629 \u0627\u0644\u0645\u0633\u062A\u0647\u062F\u0641\u0629.","field.domain":"\u0645\u062C\u0627\u0644","description.domain":"\u0627\u0644\u0627\u0641\u062A\u0631\u0627\u0636\u064A \u0647\u0648\uFF1A\u0639\u0627\u0645. \u0644\u0627 \u064A\u0645\u0643\u0646 \u0636\u0628\u0637\u0647 \u0625\u0644\u0627 \u0639\u0646\u062F \u062A\u0645\u0643\u064A\u0646 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0645\u0633\u062A\u0646\u062F\u0629 \u0625\u0644\u0649 \u0627\u0644\u0645\u062C\u0627\u0644 \u0641\u064A \u0648\u062D\u062F\u0629 \u062A\u062D\u0643\u0645 Youdao API. \u0644\u0644\u062D\u0635\u0648\u0644 \u0639\u0644\u0649 \u0627\u0644\u062D\u0642\u0648\u0644 \u0627\u0644\u0645\u062F\u0639\u0648\u0645\u0629\u060C \u064A\u0631\u062C\u0649 \u0627\u0644\u0627\u0637\u0644\u0627\u0639 \u0639\u0644\u0649 <1> \u0647\u0646\u0627.","field.scene":"\u0645\u0634\u0627\u0647\u062F","description.scene":"\u0627\u0644\u0627\u0641\u062A\u0631\u0627\u0636\u064A \u0647\u0648\uFF1A\u0639\u0627\u0645. \u0644\u0627 \u064A\u0645\u0643\u0646 \u0636\u0628\u0637\u0647 \u0625\u0644\u0627 \u0639\u0646\u062F \u062A\u0646\u0634\u064A\u0637 \u0627\u0644\u0625\u0635\u062F\u0627\u0631 \u0627\u0644\u0627\u062D\u062A\u0631\u0627\u0641\u064A \u0644\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0622\u0644\u064A\u0629 \u0641\u064A \u0648\u062D\u062F\u0629 \u062A\u062D\u0643\u0645 Alibaba Cloud API. \u0631\u0627\u062C\u0639 <1> \u0647\u0646\u0627 \u0644\u0644\u062D\u0635\u0648\u0644 \u0639\u0644\u0649 \u0627\u0644\u0633\u064A\u0646\u0627\u0631\u064A\u0648\u0647\u0627\u062A \u0627\u0644\u0645\u062F\u0639\u0648\u0645\u0629.","field.vocabId":"\u0645\u0639\u0631\u0641 \u0642\u0627\u0645\u0648\u0633 \u0627\u0644\u0645\u0633\u062A\u062E\u062F\u0645","description.vocabId":"\u064A\u062F\u0639\u0645 \u0627\u0644\u0642\u0627\u0645\u0648\u0633 \u0627\u0644\u0645\u062D\u062F\u062F out_id \u062D\u0627\u0644\u064A\u064B\u0627 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0625\u0646\u062C\u0644\u064A\u0632\u064A\u0629 \u0627\u0644\u0635\u064A\u0646\u064A\u0629.","description.model":"\u064A\u0645\u0643\u0646 \u0623\u0646 \u064A\u0643\u0648\u0646 \u0646\u0645\u0648\u0630\u062C OpenAI \u0647\u0648 gpt-3.5-turbo \u0623\u0648 gpt-4 \u0648\u0645\u0627 \u0625\u0644\u0649 \u0630\u0644\u0643.","description.maxTextGroupLengthPerRequest":"\u0639\u062F\u062F \u0627\u0644\u0641\u0642\u0631\u0627\u062A \u0627\u0644\u0645\u0631\u0633\u0644\u0629 \u0625\u0644\u0649 \u062E\u062F\u0645\u0629 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0641\u064A \u0643\u0644 \u0645\u0631\u0629. \u0625\u0630\u0627 \u0643\u0627\u0646 \u0647\u0646\u0627\u0643 \u0639\u062F\u062F \u0643\u0628\u064A\u0631 \u062C\u062F\u064B\u0627 \u0645\u0646 \u0627\u0644\u0641\u0642\u0631\u0627\u062A\u060C \u0641\u0642\u062F \u062A\u062A\u0628\u0627\u0637\u0623 \u0627\u0633\u062A\u062C\u0627\u0628\u0629 \u0627\u0644\u0648\u0627\u062C\u0647\u0629.","description.apiUrl":"\u0627\u0644\u0631\u062C\u0627\u0621 \u0625\u0636\u0627\u0641\u0629 \u0639\u0646\u0648\u0627\u0646 URL \u0645\u062D\u062F\u062F \u0645\u0639 \u0627\u0644\u0645\u0633\u0627\u0631\u060C <1> \u0627\u0644\u0645\u0632\u064A\u062F \u0645\u0646 \u0627\u0644\u062A\u0639\u0644\u064A\u0645\u0627\u062A",enabledExtension:"\u062A\u0645\u0643\u064A\u0646 \u0627\u0644\u062A\u0645\u062F\u064A\u062F",clickToDisableExtension:"\u0627\u0646\u0642\u0631 \u0644\u062A\u0639\u0637\u064A\u0644 \u0627\u0644\u062A\u0645\u062F\u064A\u062F",clickToEnableExtension:"\u0627\u0646\u0642\u0631 \u0644\u062A\u0645\u0643\u064A\u0646 \u0627\u0644\u062A\u0645\u062F\u064A\u062F",hasBeenDisabled:"\u0639\u0627\u062C\u0632","show password":"\u0639\u0631\u0636 \u0643\u0644\u0645\u0629 \u0627\u0644\u0645\u0631\u0648\u0631",customContent:"\u0623\u062F\u062E\u0644 \u0627\u0633\u0645 \u0627\u0644\u0646\u0645\u0648\u0630\u062C \u0627\u0644\u0645\u062E\u0635\u0635",inputOptions:"\u062A\u062D\u0633\u064A\u0646 \u0635\u0646\u062F\u0648\u0642 \u0627\u0644\u0625\u062F\u062E\u0627\u0644",mouseHoverOptions:"\u062A\u0645\u0631\u064A\u0631 \u0627\u0644\u0645\u0627\u0648\u0633",modifyMouseHoverKey:"\u062A\u0639\u062F\u064A\u0644 \u0645\u0641\u0627\u062A\u064A\u062D \u0627\u0644\u0627\u062E\u062A\u0635\u0627\u0631 \u0627\u0644\u062E\u0627\u0635\u0629 \u0628\u0627\u0644\u0645\u0627\u0648\u0633",enableInputTranslation:"\u0645\u0627 \u0625\u0630\u0627 \u0643\u0627\u0646 \u0633\u064A\u062A\u0645 \u062A\u0645\u0643\u064A\u0646 \u062A\u062D\u0633\u064A\u0646 \u0645\u0631\u0628\u0639 \u0627\u0644\u0625\u062F\u062E\u0627\u0644",enableInputTranslationDescription:"\u0628\u0639\u062F{trailingKey}\u060C \u0623\u062F\u062E\u0644 \u0645\u0628\u0627\u0634\u0631\u0629 {startingKey}{startingKey} hello \u0641\u064A \u0645\u0631\u0628\u0639 \u0627\u0644\u0625\u062F\u062E\u0627\u0644\u060C \u062B\u0645 \u0627\u0646\u0642\u0631 \u0633\u0631\u064A\u0639\u064B\u0627 \u0641\u0648\u0642{inputTrailingTriggerKeyRepeatTimes}\u0645\u0631\u062A\u064A\u0646 \u0644\u062A\u0631\u062C\u0645\u062A\u0647 \u0625\u0644\u0649 {inputTargetLanguage}",enableInputTranslationDescriptionForNoneKey:"{trailingKey}\u062A\u0645\u0643\u064A\u0646\u0647\u060C \u0623\u062F\u062E\u0644 \u0645\u0628\u0627\u0634\u0631\u0629\uFF1Ahelloworld \u0641\u064A \u0645\u0631\u0628\u0639 \u0627\u0644\u0625\u062F\u062E\u0627\u0644\u060C \u062B\u0645 \u0627\u0646\u0642\u0631 \u0628\u0633\u0631\u0639\u0629{inputTrailingTriggerKeyRepeatTimes}\u0644\u0644\u062A\u0631\u062C\u0645\u0629 \u0625\u0644\u0649 \u0627\u0644\u0644\u063A\u0629 \u0627\u0644\u0645\u0633\u062A\u0647\u062F\u0641\u0629 \u0627\u0644\u0627\u0641\u062A\u0631\u0627\u0636\u064A\u0629.",inputTargetLanguage:"\u0642\u0645 \u0628\u062A\u0639\u064A\u064A\u0646 \u0627\u0644\u0644\u063A\u0629 \u0627\u0644\u0647\u062F\u0641 \u0627\u0644\u0627\u0641\u062A\u0631\u0627\u0636\u064A\u0629 \u0644\u0645\u0631\u0628\u0639 \u0627\u0644\u0625\u062F\u062E\u0627\u0644",inputTargetLanguageDescription:"\u0627\u0644\u0644\u063A\u0629 \u0627\u0644\u0647\u062F\u0641 \u0627\u0644\u0627\u0641\u062A\u0631\u0627\u0636\u064A\u0629 \u0644\u062A\u0631\u062C\u0645\u0629 \u0645\u0631\u0628\u0639 \u0627\u0644\u0625\u062F\u062E\u0627\u0644\u060C \u0648\u0647\u064A {startingKey}{startingKey} \u0643\u0644\u063A\u0629 \u0627\u0641\u062A\u0631\u0627\u0636\u064A\u0629 \u0644\u0643\u0644\u0645\u0627\u062A \u0627\u0644\u062A\u0634\u063A\u064A\u0644",inputTargetLanguageDescriptionForNoneKey:"\u0627\u0644\u0644\u063A\u0629 \u0627\u0644\u0647\u062F\u0641 \u0627\u0644\u0627\u0641\u062A\u0631\u0627\u0636\u064A\u0629 \u0644\u062A\u0631\u062C\u0645\u0627\u062A \u0645\u0631\u0628\u0639 \u0627\u0644\u0625\u062F\u062E\u0627\u0644",inputStartingTriggerKeyTitle:"\u0642\u0645 \u0628\u062A\u0639\u064A\u064A\u0646 \u0627\u0644\u0623\u062D\u0631\u0641 \u0627\u0644\u0645\u0642\u0633\u0645\u0629 \u0644\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u062C\u0632\u0626\u064A\u0629 \u0644\u0645\u0631\u0628\u0639 \u0627\u0644\u0625\u062F\u062E\u0627\u0644",inputStartingTriggerKeyDescription:"\u0639\u0646\u062F\u0645\u0627 \u0644\u0627 \u062A\u062D\u062A\u0627\u062C \u0625\u0644\u0649 \u062A\u0631\u062C\u0645\u0629 \u0645\u0631\u0628\u0639 \u0627\u0644\u0625\u062F\u062E\u0627\u0644 \u0628\u0623\u0643\u0645\u0644\u0647\u060C \u064A\u062A\u064A\u062D \u0644\u0643 \u0627\u0644\u0645\u062D\u062F\u062F \u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u062C\u0632\u0621 \u0641\u0642\u0637 {startingKey}{startingKey} \u0625\u0644\u0649 \u0646\u0647\u0627\u064A\u0629 \u0645\u0631\u0628\u0639 \u0627\u0644\u0625\u062F\u062E\u0627\u0644\u060C \u0623\u0648 \u064A\u0645\u0643\u0646\u0643 \u062A\u062D\u062F\u064A\u062F \u0631\u0645\u0632 \u0627\u0644\u0644\u063A\u0629\u060C \u0639\u0644\u0649 \u0633\u0628\u064A\u0644 \u0627\u0644\u0645\u062B\u0627\u0644\u060C\uFF1A{startingKey}ja \u062A\u0639\u0646\u064A \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0641\u0642\u0637 \u0627\u0644\u062C\u0632\u0621 \u0645\u0646 {startingKey}\u062C\u0627 \u0625\u0644\u0649 \u0646\u0647\u0627\u064A\u0629 \u0645\u0631\u0628\u0639 \u0627\u0644\u0625\u062F\u062E\u0627\u0644.",inputStartingTriggerKeyDescriptionForNoneKey:"\u062A\u0645 \u0636\u0628\u0637\u0647 \u062D\u0627\u0644\u064A\u064B\u0627 \u0628\u062D\u064A\u062B \u0644\u0627 \u064A\u062A\u0637\u0644\u0628 \u0623\u064A \u0628\u0627\u062F\u0626\u0629\u060C \u0648\u0628\u0639\u0636 \u0648\u0638\u0627\u0626\u0641 \u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0646\u0635 \u0641\u064A \u0645\u0631\u0628\u0639 \u0627\u0644\u0625\u062F\u062E\u0627\u0644 \u063A\u064A\u0631 \u0645\u062A\u0627\u062D\u0629 \u0645\u0624\u0642\u062A\u064B\u0627.",inputTrailingTriggerKeyTitle:"\u062D\u062F\u062F \u062D\u0631\u0641 \u0627\u0644\u0645\u0634\u063A\u0644 \u0627\u0644\u0630\u064A \u064A\u0646\u0647\u064A \u0627\u0644\u0625\u062F\u062E\u0627\u0644",inputTrailingTriggerKeyDescription:"\u0633\u064A\u0624\u062F\u064A \u0627\u0644\u0636\u063A\u0637 \u0639\u0644\u0649{trailingKey} 3 \u0645\u0631\u0627\u062A \u0641\u064A \u062A\u062A\u0627\u0628\u0639 \u0633\u0631\u064A\u0639 \u0625\u0644\u0649 \u0628\u062F\u0621 \u0627\u0644\u062A\u0631\u062C\u0645\u0629",inputTrailingTriggerKeyTimeout:"\u0623\u062F\u062E\u0644 \u0627\u0644\u0641\u0627\u0635\u0644 \u0627\u0644\u0632\u0645\u0646\u064A \u0628\u064A\u0646 \u0627\u0644\u0645\u0634\u063A\u0644\u0627\u062A \u0644\u0625\u0646\u0647\u0627\u0621 \u0627\u0644\u062A\u062D\u0631\u064A\u0631 \u0648\u0627\u0644\u0633\u0631\u062F.",inputTrailingTriggerKeyTimeoutDescription:"\u0642\u0645 \u0628\u062A\u0639\u064A\u064A\u0646 \u0627\u0644\u0641\u0627\u0635\u0644 \u0627\u0644\u0632\u0645\u0646\u064A (\u0645\u0644\u064A \u062B\u0627\u0646\u064A\u0629) \u0644\u0644\u0625\u062F\u062E\u0627\u0644 \u0644\u0625\u0646\u0647\u0627\u0621 \u0645\u0634\u063A\u0644 \u0627\u0644\u062A\u062D\u0631\u064A\u0631 \u0648\u0627\u0644\u0633\u0631\u062F",spaceKey:"<\u0645\u0633\u0627\u0641\u0629>",noneKey:"\u0644\u0627 \u062A\u0648\u062C\u062F \u062D\u0627\u062C\u0629 \u0625\u0644\u0649 \u0628\u0627\u062F\u0626\u0629\u060C \u0642\u0645 \u0628\u062A\u0631\u062C\u0645\u0629 \u0645\u0631\u0628\u0639 \u0627\u0644\u0646\u0635 \u0628\u0627\u0644\u0643\u0627\u0645\u0644 \u0645\u0628\u0627\u0634\u0631\u0629\u064B",inputTranslationBlockUrlsTitle:"\u0644\u0627 \u062A\u0642\u0645 \u0645\u0637\u0644\u0642\u064B\u0627 \u0628\u062A\u0645\u0643\u064A\u0646 \u062A\u062D\u0633\u064A\u0646\u0627\u062A \u062D\u0642\u0644 \u0627\u0644\u0625\u062F\u062E\u0627\u0644 \u0641\u064A \u0639\u0646\u0627\u0648\u064A\u0646 URL",inputTranslationBlockUrlsDescription:"\u0641\u064A \u0639\u0646\u0627\u0648\u064A\u0646 URL \u0627\u0644\u062A\u0627\u0644\u064A\u0629\u060C \u0644\u0646 \u064A\u0635\u0628\u062D \u062A\u062D\u0633\u064A\u0646 \u0645\u0631\u0628\u0639 \u0627\u0644\u0625\u062F\u062E\u0627\u0644 \u0633\u0627\u0631\u064A \u0627\u0644\u0645\u0641\u0639\u0648\u0644",clickToSeeQuickDemo:"\u0627\u0646\u0642\u0631 \u0644\u062A\u0648\u0633\u064A\u0639 \u0641\u064A\u062F\u064A\u0648 \u0627\u0644\u062A\u0639\u0644\u064A\u0645\u0627\u062A \u0627\u0644\u0633\u0631\u064A\u0639\u0629 \u0644\u0645\u062F\u0629 30 \u062B\u0627\u0646\u064A\u0629",inputHelperInfo:"\u0645\u0644\u0627\u062D\u0638\u0629\uFF1A: \u0644\u0642\u062F \u0642\u0645\u0646\u0627 \u0628\u062A\u062D\u0633\u064A\u0646 \u0627\u0644\u0645\u0634\u0643\u0644\u0629 \u0639\u0644\u0649 \u0648\u062C\u0647 \u0627\u0644\u062A\u062D\u062F\u064A\u062F \u062D\u064A\u062B \u062A\u062A\u062D\u0648\u0644 \u0628\u0639\u0636 \u0623\u062D\u0631\u0641 \u0627\u0644\u062A\u0634\u063A\u064A\u0644 \u0625\u0644\u0649 \u0639\u0644\u0627\u0645\u0627\u062A \u062A\u0631\u0642\u064A\u0645 \u0635\u064A\u0646\u064A\u0629 \u0636\u0645\u0646 \u0637\u0631\u064A\u0642\u0629 \u0627\u0644\u0625\u062F\u062E\u0627\u0644 \u0627\u0644\u0635\u064A\u0646\u064A\u0629. \u0639\u0644\u0649 \u0633\u0628\u064A\u0644 \u0627\u0644\u0645\u062B\u0627\u0644\u060C \u0636\u0645\u0646 \u0637\u0631\u064A\u0642\u0629 \u0627\u0644\u0625\u062F\u062E\u0627\u0644 Sogou\u060C / \u0633\u0648\u0641 \u062A\u062A\u062D\u0648\u0644 \u0625\u0644\u0649 \u062A\u0648\u0642\u0641 \u0645\u0624\u0642\u062A\u060C \u0648\u062A\u062F\u0639\u0645 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u063A\u0627\u0645\u0631\u0629 \u062C\u0645\u064A\u0639 \u0627\u0644\u0631\u0645\u0648\u0632 \u0627\u0644\u0635\u064A\u0646\u064A\u0629 \u0627\u0644\u0645\u0642\u0627\u0628\u0644\u0629 \u0644\u0640 \u0633\u064A\u062A\u0645 \u0627\u0644\u062A\u0639\u0631\u0641 \u0639\u0644\u0649 \u0623\u062D\u0631\u0641 \u0627\u0644\u062A\u0634\u063A\u064A\u0644\u060C \u0623\u064A //\u060C \u0639\u0644\u0649 \u0623\u0646\u0647\u0627 \u0623\u062D\u0631\u0641 \u062A\u0634\u063A\u064A\u0644.

\u0641\u064A \u0627\u0644\u0648\u0642\u062A \u0646\u0641\u0633\u0647\u060C \u0646\u062F\u0639\u0645 \u0623\u064A\u0636\u064B\u0627 \u0627\u0644\u0623\u0633\u0645\u0627\u0621 \u0627\u0644\u0635\u064A\u0646\u064A\u0629 \u0627\u0644\u0645\u0633\u062A\u0639\u0627\u0631\u0629 \u0644\u0631\u0645\u0648\u0632 \u0627\u0644\u0644\u063A\u0629 \u0643\u0623\u0648\u0627\u0645\u0631. \u0639\u0644\u0649 \u0633\u0628\u064A\u0644 \u0627\u0644\u0645\u062B\u0627\u0644\u060C \u0633\u062A\u062A\u0645 \u062A\u0631\u062C\u0645\u0629 /Japanese Hello World \u0625\u0644\u0649 \u0627\u0644\u064A\u0627\u0628\u0627\u0646\u064A\u0629. <1> \u0627\u0646\u0642\u0631 \u0647\u0646\u0627 \u0644\u0639\u0631\u0636 \u0643\u0627\u0641\u0629 \u0631\u0645\u0648\u0632 \u0627\u0644\u0644\u063A\u0627\u062A \u0627\u0644\u0645\u062F\u0639\u0648\u0645\u0629. .",reloadCurrentPage:"\u064A\u0631\u062C\u0649 \u062A\u062D\u062F\u064A\u062B \u0627\u0644\u0635\u0641\u062D\u0629 \u0627\u0644\u062D\u0627\u0644\u064A\u0629 \u0642\u0628\u0644 \u0628\u062F\u0621 \u0627\u0644\u062A\u0631\u062C\u0645\u0629",noLocalFilePermissionForPDF:"\u0644\u064A\u0633 \u0644\u062F\u064A\u0646\u0627 \u062D\u0627\u0644\u064A\u064B\u0627 \u0625\u0630\u0646 \u0628\u0642\u0631\u0627\u0621\u0629 \u0627\u0644\u0645\u0644\u0641\u0627\u062A \u0627\u0644\u0645\u062D\u0644\u064A\u0629. \u0627\u0644\u0631\u062C\u0627\u0621 \u0627\u0644\u0646\u0642\u0631 \u0641\u0648\u0642 \u0627\u0644\u0632\u0631 \u0623\u0639\u0644\u0627\u0647 \u0648\u0627\u0633\u062A\u064A\u0631\u0627\u062F \u0627\u0644\u0645\u0644\u0641\u0627\u062A \u0627\u0644\u0645\u062D\u0644\u064A\u0629.",noPermissionForThisPage:"\u26A0\uFE0F \u0644\u0627 \u064A\u0648\u062C\u062F \u0625\u0630\u0646 \u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0635\u0641\u062D\u0629 \u0627\u0644\u062D\u0627\u0644\u064A\u0629",retryAllParagraphs:"\u0623\u0639\u062F \u0645\u062D\u0627\u0648\u0644\u0629 \u0643\u0627\u0641\u0629 \u0641\u0642\u0631\u0627\u062A \u0627\u0644\u062E\u0637\u0623",retryAllButton:"\u0623\u0639\u062F \u0645\u062D\u0627\u0648\u0644\u0629 \u0643\u0627\u0641\u0629 \u0641\u0642\u0631\u0627\u062A \u0627\u0644\u062E\u0637\u0623",errorTooltipTitle:"\u0627\u0646\u0642\u0631 \u0644\u0639\u0631\u0636 \u0633\u0628\u0628 \u0627\u0644\u062E\u0637\u0623",errorModalTitle:"\u064A\u0628\u062F\u0648 \u0623\u0646 \u0647\u0646\u0627\u0643 \u062E\u0637\u0623 \u0645\u0627 \u0641\u064A \u062E\u062F\u0645\u0629 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0623\u0648 \u0627\u0644\u0634\u0628\u0643\u0629...",disableConfirm:"\u0625\u0639\u062F\u0627\u062F\u0627\u062A \u062A\u0639\u0632\u064A\u0632 \u0627\u0644\u0645\u0639\u0644\u0648\u0645\u0627\u062A \u062B\u0646\u0627\u0626\u064A\u0629 \u0627\u0644\u0644\u063A\u0629",disableOnce:"\u0645\u0639\u0637\u0644\u0629 \u0647\u0630\u0647 \u0627\u0644\u0645\u0631\u0629",disableGlobal:"\u062A\u0639\u0637\u064A\u0644 \u062F\u0627\u0626\u0645",disableTint:"* \u064A\u0645\u0643\u0646\u0643 \u0625\u0639\u0627\u062F\u0629 \u062A\u0645\u0643\u064A\u0646\u0647 \u0641\u064A {option}.",searchEnhancementNotes:"\u0644\u0642\u062F \u0648\u062C\u062F\u0646\u0627 \u0623\u0646 \u0646\u062A\u0627\u0626\u062C \u0627\u0644\u0623\u062E\u0628\u0627\u0631 \u0644\u0644\u0643\u0644\u0645\u0627\u062A \u0627\u0644\u0631\u0626\u064A\u0633\u064A\u0629 \u0627\u0644\u0635\u064A\u0646\u064A\u0629 \u0648\u0627\u0644\u0643\u0644\u0645\u0627\u062A \u0627\u0644\u0631\u0626\u064A\u0633\u064A\u0629 \u0627\u0644\u0625\u0646\u062C\u0644\u064A\u0632\u064A\u0629 \u0645\u062E\u062A\u0644\u0641\u0629 \u062A\u0645\u0627\u0645\u064B\u0627. \u0628\u0639\u062F \u062A\u0645\u0643\u064A\u0646 \u0648\u0638\u064A\u0641\u0629 \u062A\u062D\u0633\u064A\u0646 \u0627\u0644\u0645\u0639\u0644\u0648\u0645\u0627\u062A \u062B\u0646\u0627\u0626\u064A\u0629 \u0627\u0644\u0644\u063A\u0629 \u0644\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u063A\u0627\u0645\u0631\u0629\u060C \u0633\u0646\u0628\u062D\u062B \u0641\u064A \u0645\u0648\u0627\u0642\u0639 \u0627\u0644\u0648\u064A\u0628 \u0627\u0644\u0645\u062F\u0639\u0648\u0645\u0629 (\u0623\u062E\u0628\u0627\u0631 Google\u060C \u0628\u062D\u062B Google (\u0628\u0639\u0636 \u0627\u0644\u0643\u0644\u0645\u0627\u062A \u0627\u0644\u0631\u0626\u064A\u0633\u064A\u0629)\u060C Snowball\u060C Oriental Fortune Network\u060C Futu \u060C Tiger) \u064A\u0628\u062D\u062B \u062A\u0644\u0642\u0627\u0626\u064A\u064B\u0627 \u0639\u0646 \u0646\u0641\u0633 \u0627\u0644\u0643\u0644\u0645\u0627\u062A \u0627\u0644\u0631\u0626\u064A\u0633\u064A\u0629 \u0628\u0627\u0644\u0644\u063A\u0629 \u0627\u0644\u0625\u0646\u062C\u0644\u064A\u0632\u064A\u0629 \u0648\u064A\u0639\u0631\u0636\u0647\u0627 \u0639\u0644\u0649 \u0627\u0644\u064A\u0645\u064A\u0646. \u0625\u0630\u0627 \u0644\u0645 \u062A\u0643\u0646 \u0628\u062D\u0627\u062C\u0629 \u0625\u0644\u0649 \u0647\u0630\u0647 \u0627\u0644\u0645\u064A\u0632\u0629\u060C \u0641\u064A\u0645\u0643\u0646\u0643 \u0627\u062E\u062A\u064A\u0627\u0631 \u062A\u0639\u0637\u064A\u0644\u0647\u0627.",option:"\u064A\u062B\u0628\u062A",saveSettings:"\u0627\u062D\u0641\u0638 \u0627\u0644\u062A\u063A\u064A\u064A\u0631\u0627\u062A",closeModal:"\u0623\u063A\u0644\u0642 \u0627\u0644\u0646\u0627\u0641\u0630\u0629",enableInputTranslationWithoutTriggerKeyTitle:"\u062A\u0645\u0643\u064A\u0646 \u0627\u0644\u062A\u062D\u0631\u064A\u0631 \u0648\u0627\u0644\u0633\u0631\u062F \u0627\u0644\u0633\u0631\u064A\u0639 3 \u0645\u0631\u0627\u062A{trailingKey}\u060C \u0648\u062A\u0631\u062C\u0645\u0629 \u0645\u0631\u0628\u0639 \u0627\u0644\u0625\u062F\u062E\u0627\u0644 \u0628\u0623\u0643\u0645\u0644\u0647 \u0645\u0628\u0627\u0634\u0631\u0629 \u0625\u0644\u0649{inputTargetLanguage}",enableInputTranslationWithoutTriggerKeyDescription:"\u0625\u0630\u0627 \u0643\u0646\u062A \u0628\u062D\u0627\u062C\u0629 \u0625\u0644\u0649 \u062A\u062D\u062F\u064A\u062F \u0627\u0644\u0644\u063A\u0629 \u0627\u0644\u0645\u0633\u062A\u0647\u062F\u0641\u0629\u060C \u0641\u064A\u0631\u062C\u0649 \u0625\u0636\u0627\u0641\u0629 \u0631\u0645\u0632 \u0627\u0644\u0644\u063A\u0629 \u0641\u064A \u0627\u0644\u0645\u0642\u062F\u0645\u0629\u060C \u0645\u062B\u0644\uFF1Aja Hello World",mouseHoverShortcutPlaceholder:"\u0645\u062B\u0644\uFF1A\u0627\u0644\u062A\u062D\u0648\u0644",deepLProName:"\u0639\u0636\u0648 \u0645\u062D\u062A\u0631\u0641 \u0641\u064A \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0634\u0627\u0645\u0644\u0629 (\u0645\u0633\u062A\u062D\u0633\u0646)",deepLProDescription:"\u064A\u0645\u0643\u0646 \u0627\u0633\u062A\u062E\u062F\u0627\u0645 \u0627\u0644\u062D\u0632\u0645\u0629 \u0627\u0644\u062D\u0627\u0644\u064A\u0629 \u0645\u0628\u0627\u0634\u0631\u0629",deeplProDescriptionForNormal:"\u0644\u0627 \u062A\u0648\u062C\u062F \u0625\u0639\u062F\u0627\u062F\u0627\u062A \u0645\u0637\u0644\u0648\u0628\u0629. \u064A\u0645\u0643\u0646\u0643 \u0627\u0633\u062A\u062E\u062F\u0627\u0645\u0647\u0627 \u0628\u0639\u062F \u062A\u0633\u062C\u064A\u0644 \u0627\u0644\u062F\u062E\u0648\u0644 \u0643\u0639\u0636\u0648. <1> \u0627\u0646\u0642\u0631 \u0647\u0646\u0627 \u0644\u0644\u062A\u0631\u0642\u064A\u0629 \u0625\u0644\u0649 \u0639\u0636\u0648.",deepLCustomDescription:"\u0623\u0646\u062A \u0628\u062D\u0627\u062C\u0629 \u0625\u0644\u0649 \u0628\u0637\u0627\u0642\u0629 \u0627\u0626\u062A\u0645\u0627\u0646 \u0623\u062C\u0646\u0628\u064A\u0629\u060C \u0627\u0646\u062A\u0642\u0644 \u0625\u0644\u0649 <1>DeepL \u062A\u0645 \u0641\u062A\u062D\u0647 \u0631\u0633\u0645\u064A\u064B\u0627\u060C \u0627\u0646\u0642\u0631 \u0644\u0639\u0631\u0636 \u0627\u0644\u0645\u0633\u062A\u0646\u062F\u0627\u062A <2>",deepLCustomName:"\u0645\u0641\u062A\u0627\u062D \u0627\u0644\u0645\u0635\u0627\u062F\u0642\u0629 \u0627\u0644\u0645\u062E\u0635\u0635",chooseProviderLabel:"\u0627\u062E\u062A\u0631 \u0645\u0632\u0648\u062F \u0627\u0644\u062E\u062F\u0645\u0629",openaiProName:"\u0639\u0636\u0648 \u0645\u062D\u062A\u0631\u0641 \u0641\u064A \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0634\u0627\u0645\u0644\u0629 (\u0645\u0633\u062A\u062D\u0633\u0646)",openaiProDescription:"\u064A\u0645\u0643\u0646 \u0627\u0633\u062A\u062E\u062F\u0627\u0645 \u0627\u0644\u062D\u0632\u0645\u0629 \u0627\u0644\u062D\u0627\u0644\u064A\u0629 \u0645\u0628\u0627\u0634\u0631\u0629",openaiProDescriptionForNormal:"\u0644\u0627 \u062A\u0648\u062C\u062F \u0625\u0639\u062F\u0627\u062F\u0627\u062A \u0645\u0637\u0644\u0648\u0628\u0629. \u064A\u0645\u0643\u0646\u0643 \u0627\u0633\u062A\u062E\u062F\u0627\u0645\u0647\u0627 \u0628\u0639\u062F \u062A\u0633\u062C\u064A\u0644 \u0627\u0644\u062F\u062E\u0648\u0644 \u0643\u0639\u0636\u0648. <1> \u0627\u0646\u0642\u0631 \u0647\u0646\u0627 \u0644\u0644\u062A\u0631\u0642\u064A\u0629 \u0625\u0644\u0649 \u0639\u0636\u0648.",openaiCustomDescription:"\u064A\u0645\u0643\u0646 \u0627\u0644\u062D\u0635\u0648\u0644 \u0639\u0644\u064A\u0647 \u0645\u0646 OpenAI \u0623\u0648 Azure OpenAI \u0623\u0648 \u062E\u062F\u0645\u0627\u062A \u0623\u062E\u0631\u0649 \u062A\u0627\u0628\u0639\u0629 \u0644\u062C\u0647\u0627\u062A \u062E\u0627\u0631\u062C\u064A\u0629.<1> \u0627\u0646\u0642\u0631 \u0647\u0646\u0627 \u0644\u0639\u0631\u0636 \u0627\u0644\u0645\u0633\u062A\u0646\u062F.",openaiCustomName:"\u0645\u0641\u062A\u0627\u062D \u0648\u0627\u062C\u0647\u0629 \u0628\u0631\u0645\u062C\u0629 \u0627\u0644\u062A\u0637\u0628\u064A\u0642\u0627\u062A \u0627\u0644\u0645\u062E\u0635\u0635",needLoginAction:"(\u0623\u062F\u062E\u0644 \u0627\u0644\u0639\u0636\u0648\u064A\u0629 \u0623\u0648 \u0627\u0644\u062A\u062E\u0635\u064A\u0635)",goLoginOrAction:"(\u0623\u062F\u062E\u0644 \u0627\u0644\u0639\u0636\u0648\u064A\u0629 \u0623\u0648 \u0627\u0630\u0647\u0628 \u0625\u0644\u0649 \u0627\u0644\u0625\u0639\u062F\u0627\u062F\u0627\u062A)",yearly:"\u0627\u0644\u0627\u0634\u062A\u0631\u0627\u0643 \u0627\u0644\u0633\u0646\u0648\u064A \u0627\u0644\u0645\u0633\u062A\u0645\u0631",quarterly:"\u0645\u0648\u0627\u0633\u0645 \u0645\u062A\u062A\u0627\u0644\u064A\u0629",monthly:"\u0627\u0634\u062A\u0631\u0627\u0643 \u0634\u0647\u0631\u064A \u0645\u0633\u062A\u0645\u0631",yearlyForOnce:"\u0627\u0644\u0628\u0627\u0642\u0629 \u0627\u0644\u0633\u0646\u0648\u064A\u0629 \u0644\u0645\u0631\u0629 \u0648\u0627\u062D\u062F\u0629",monthlyForOnce:"\u0628\u0627\u0642\u0629 \u0634\u0647\u0631\u064A\u0629 \u0644\u0645\u0631\u0629 \u0648\u0627\u062D\u062F\u0629",daily:"\u0623\u064A\u0627\u0645 \u0645\u062A\u062A\u0627\u0644\u064A\u0629",year:"\u0627\u0644\u0627\u0634\u062A\u0631\u0627\u0643 \u0627\u0644\u0633\u0646\u0648\u064A \u0627\u0644\u0645\u0633\u062A\u0645\u0631",quarter:"\u0645\u0648\u0627\u0633\u0645 \u0645\u062A\u062A\u0627\u0644\u064A\u0629",month:"\u0627\u0634\u062A\u0631\u0627\u0643 \u0634\u0647\u0631\u064A \u0645\u0633\u062A\u0645\u0631",day:"\u0623\u064A\u0627\u0645 \u0645\u062A\u062A\u0627\u0644\u064A\u0629",onetime_7day:"\u062D\u0632\u0645\u0629 \u062A\u062C\u0631\u064A\u0628\u064A\u0629 \u0644\u0645\u062F\u0629 7 \u0623\u064A\u0627\u0645",currentPlanDescriptionForFree:"\u0627\u0644\u062D\u0632\u0645\u0629 \u0627\u0644\u062D\u0627\u0644\u064A\u0629\uFF1A\u0645\u062C\u0627\u0646\u064A\u0629",currentPlanDescriptionForContinuous:"\u0627\u0644\u0628\u0627\u0642\u0629 \u0627\u0644\u062D\u0627\u0644\u064A\u0629\uFF1A{plan}\u062A\u062C\u062F\u064A\u062F\u0647\u0627 \u062A\u0644\u0642\u0627\u0626\u064A\u0627 \u0641\u064A {endAt}",currentPlanDescriptionForAutoRenewCaceling:"\u0627\u0644\u0628\u0627\u0642\u0629 \u0627\u0644\u062D\u0627\u0644\u064A\u0629\uFF1A{plan}\u0648\u0633\u062A\u0646\u062A\u0647\u064A \u0641\u064A {endAt} \u0648\u0644\u0646 \u064A\u062A\u0645 \u062A\u062C\u062F\u064A\u062F\u0647\u0627 \u062A\u0644\u0642\u0627\u0626\u064A\u064B\u0627 \u0628\u0639\u062F \u0627\u0646\u062A\u0647\u0627\u0621 \u0627\u0644\u0635\u0644\u0627\u062D\u064A\u0629.",currentYearlyPlanDescriptionForAutoRenewCacelingWithRealPaiedUser:"\u0633\u062A\u0646\u062A\u0647\u064A \u0635\u0644\u0627\u062D\u064A\u0629 \u0627\u0644\u062D\u0632\u0645\u0629 \u0627\u0644\u062D\u0627\u0644\u064A\u0629\uFF1A{plan}\u0641\u064A {endAt} \u0648\u0644\u0646 \u064A\u062A\u0645 \u062A\u062C\u062F\u064A\u062F\u0647\u0627 \u062A\u0644\u0642\u0627\u0626\u064A\u064B\u0627 \u0628\u0639\u062F \u0627\u0646\u062A\u0647\u0627\u0621 \u0627\u0644\u0635\u0644\u0627\u062D\u064A\u0629.
<1>\u0627\u0646\u0642\u0631 \u0647\u0646\u0627 \u0644\u0625\u062F\u0627\u0631\u0629 \u062E\u0637\u0637 \u0627\u0644\u062A\u062C\u062F\u064A\u062F",currentYearlyPlanDescriptionForAutoRenewCacelingWithAdmin:"\u0633\u062A\u0646\u062A\u0647\u064A \u0635\u0644\u0627\u062D\u064A\u0629 \u0627\u0644\u062D\u0632\u0645\u0629 \u0627\u0644\u062D\u0627\u0644\u064A\u0629\uFF1A{plan}\u0641\u064A {endAt} \u0648\u0644\u0646 \u064A\u062A\u0645 \u062A\u062C\u062F\u064A\u062F\u0647\u0627 \u062A\u0644\u0642\u0627\u0626\u064A\u064B\u0627 \u0628\u0639\u062F \u0627\u0646\u062A\u0647\u0627\u0621 \u0627\u0644\u0635\u0644\u0627\u062D\u064A\u0629.
<1>\u0627\u0636\u063A\u0637 \u0647\u0646\u0627 \u0644\u062A\u0641\u0639\u064A\u0644 \u0627\u0644\u0627\u0634\u062A\u0631\u0627\u0643 \u0627\u0644\u0633\u0646\u0648\u064A \u0627\u0644\u0645\u0633\u062A\u0645\u0631",currentPlanDescriptionForOneTime:"\u0627\u0644\u062D\u0632\u0645\u0629 \u0627\u0644\u062D\u0627\u0644\u064A\u0629\uFF1A{plan}\u0648\u0633\u062A\u0646\u062A\u0647\u064A \u0641\u064A {endAt} <1> \u0627\u0646\u0642\u0631 \u0647\u0646\u0627 \u0644\u0644\u062A\u0631\u0642\u064A\u0629 \u0625\u0644\u0649 \u0627\u0644\u0631\u0633\u0648\u0645 \u0627\u0644\u0633\u0646\u0648\u064A\u0629 \u0623\u0648 <2> \u0631\u0633\u0648\u0645 \u0634\u0647\u0631\u064A\u0629 \u0639\u0636\u0648",upgradePlan:"\u0627\u0646\u0642\u0631 \u0647\u0646\u0627 \u0644\u0644\u062A\u0631\u0642\u064A\u0629 \u0625\u0644\u0649 \u0639\u0636\u0648\u064A\u0629 Pro",upgradeToPro:"\u0627\u0644\u062A\u0631\u0642\u064A\u0629 \u0625\u0644\u0649 \u0639\u0636\u0648\u064A\u0629 \u0628\u0631\u0648","popup.openPro":"\u0628\u0639\u062F \u0627\u0644\u062A\u0631\u0642\u064A\u0629 \u0625\u0644\u0649 \u0639\u0636\u0648\u064A\u0629 Pro\u060C \u064A\u0645\u0643\u0646\u0643 \u0627\u0644\u0627\u0633\u062A\u0645\u062A\u0627\u0639 \u0628\u062A\u0631\u062C\u0645\u0629 DeepL \u0648OpenAI\u060C \u0627\u0646\u0642\u0631 \u0647\u0646\u0627 \u0644\u0644\u062A\u0631\u0642\u064A\u0629","popup.openProForPro":"\u0623\u0646\u062A \u0639\u0636\u0648 \u0645\u062D\u062A\u0631\u0641 \u0648\u064A\u0645\u0643\u0646\u0643 \u0627\u0633\u062A\u062E\u062F\u0627\u0645 \u062A\u0631\u062C\u0645\u0629 DeepL \u0648OpenAI \u0645\u0628\u0627\u0634\u0631\u0629",currentAccount:"\u0627\u0644\u062D\u0633\u0627\u0628 \u0627\u0644\u062D\u0627\u0644\u064A",enableAutoSyncUserSettings:"\u062A\u0645\u0643\u064A\u0646 \u0627\u0644\u0645\u0632\u0627\u0645\u0646\u0629 \u0627\u0644\u0633\u062D\u0627\u0628\u064A\u0629 \u0627\u0644\u062A\u0644\u0642\u0627\u0626\u064A\u0629 \u0639\u0628\u0631 \u0623\u062C\u0647\u0632\u0629 \u0645\u062A\u0639\u062F\u062F\u0629",modalEnableInputTranslationTitle:"\u0646\u0635\u0627\u0626\u062D \u062A\u0631\u062C\u0645\u0629 \u0645\u0631\u0628\u0639 \u0625\u062F\u062E\u0627\u0644 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u063A\u0627\u0645\u0631\u0629",modalEnableInputTranslationDesc:"\u0644\u0642\u062F \u0642\u0645\u062A \u0644\u0644\u062A\u0648 \u0628\u062A\u0634\u063A\u064A\u0644 \u062A\u0631\u062C\u0645\u0629 \u0645\u0631\u0628\u0639 \u0627\u0644\u0625\u062F\u062E\u0627\u0644 \u0644\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0634\u0627\u0645\u0644\u0629 \u0639\u0646 \u0637\u0631\u064A\u0642 \u0627\u0644\u0636\u063A\u0637 \u0639\u0644\u0649 \u0634\u0631\u064A\u0637 \u0627\u0644\u0645\u0633\u0627\u0641\u0629 \u062B\u0644\u0627\u062B \u0645\u0631\u0627\u062A \u0641\u064A \u062A\u062A\u0627\u0628\u0639 \u0633\u0631\u064A\u0639\u060C \u0648\u0633\u064A\u062A\u0645 \u062A\u0631\u062C\u0645\u0629 \u0645\u062D\u062A\u0648\u0649 \u0645\u0631\u0628\u0639 \u0627\u0644\u0625\u062F\u062E\u0627\u0644 \u0625\u0644\u0649 \u0627\u0644\u0644\u063A\u0629 \u0627\u0644\u0647\u062F\u0641 \u0627\u0644\u0627\u0641\u062A\u0631\u0627\u0636\u064A\u0629. \u064A\u0645\u0643\u0646 \u0627\u0644\u062A\u0631\u0627\u062C\u0639 \u0639\u0646 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0639\u0628\u0631 Ctrl+Z.

\u0625\u0630\u0627 \u0643\u0627\u0646 \u0647\u0630\u0627 \u062E\u0637\u0623\u060C \u0641\u0644\u0627 \u062A\u0642\u0644\u0642\u060C \u064A\u0645\u0643\u0646\u0643 \u0627\u062E\u062A\u064A\u0627\u0631 \u062A\u0639\u0637\u064A\u0644\u0647 \u0647\u0630\u0647 \u0627\u0644\u0645\u0631\u0629\u060C \u0623\u0648 \u062A\u0639\u0637\u064A\u0644 \u062A\u0631\u062C\u0645\u0629 \u0645\u0631\u0628\u0639 \u0627\u0644\u0625\u062F\u062E\u0627\u0644 \u0628\u0634\u0643\u0644 \u062F\u0627\u0626\u0645.",saveAndNotShowAgain:"\u0627\u062D\u0641\u0638 \u0648\u0644\u0627 \u062A\u0637\u0627\u0644\u0628 \u0645\u0631\u0629 \u0623\u062E\u0631\u0649",disableInputTranslationTips:"* \u064A\u0645\u0643\u0646\u0643 \u0623\u064A\u0636\u064B\u0627 \u0636\u0628\u0637 \u0645\u0641\u0627\u062A\u064A\u062D \u0627\u0644\u0627\u062E\u062A\u0635\u0627\u0631 \u0627\u0644\u0623\u062E\u0631\u0649 \u0644\u062A\u0634\u063A\u064A\u0644\u0647\u0627 \u0641\u064A {option} \u060C{learnMore}.",learnMore:"\u0627\u0646\u0642\u0631 \u0647\u0646\u0627 \u0644\u0645\u0639\u0631\u0641\u0629 \u0627\u0644\u0645\u0632\u064A\u062F",continueEnalbeInputTranslation:"\u0627\u0633\u062A\u0645\u0631 \u0641\u064A \u062A\u0645\u0643\u064A\u0646 \u062A\u0631\u062C\u0645\u0629 \u0645\u0631\u0628\u0639 \u0627\u0644\u0625\u062F\u062E\u0627\u0644",autoRenewTrialSuffix:'(\u0623\u062B\u0646\u0627\u0621 \u0627\u0644\u0641\u062A\u0631\u0629 \u0627\u0644\u062A\u062C\u0631\u064A\u0628\u064A\u0629\u060C \u0633\u064A\u062A\u0645 \u062A\u0631\u0642\u064A\u0629\u0639\u0644\u0649 \u0627\u0644\u0641\u0648\u0631 \u0625\u0644\u0649\u0631\u0633\u0645\u064A1 )',upgradeFromTrialTitle:"\u0627\u0644\u062A\u0631\u0642\u064A\u0629 \u0625\u0644\u0649 \u0639\u0636\u0648 \u0631\u0633\u0645\u064A",subtitle:"\u062A\u0631\u062C\u0645\u0627\u062A \u0627\u0644\u0641\u064A\u062F\u064A\u0648",youtubeService:"\u062E\u062F\u0645\u0629 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u063A\u0627\u0645\u0631\u0629 \u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0641\u064A\u062F\u064A\u0648","subtitle.disabledSubtitle":"\u062A\u0639\u0637\u064A\u0644 \u062A\u0631\u062C\u0645\u0627\u062A \u0627\u0644\u0641\u064A\u062F\u064A\u0648 \u0628\u0634\u0643\u0644 \u062F\u0627\u0626\u0645","subtitle.disabledSubtitleDescription":"\u0625\u0630\u0627 \u0643\u0627\u0646\u062A \u062A\u0631\u062C\u0645\u0627\u062A \u0627\u0644\u0641\u064A\u062F\u064A\u0648 \u0627\u0644\u062E\u0627\u0635\u0629 \u0628\u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0634\u0627\u0645\u0644\u0629 \u062A\u062A\u0639\u0627\u0631\u0636 \u0645\u0639 \u0645\u0644\u062D\u0642\u0627\u062A \u0623\u062E\u0631\u0649\u060C \u0641\u064A\u0645\u0643\u0646\u0643 \u0627\u062E\u062A\u064A\u0627\u0631 \u062A\u0639\u0637\u064A\u0644 \u0648\u0638\u064A\u0641\u0629 \u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0641\u064A\u062F\u064A\u0648 \u0627\u0644\u062E\u0627\u0635\u0629 \u0628\u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0634\u0627\u0645\u0644\u0629 \u0628\u0634\u0643\u0644 \u062F\u0627\u0626\u0645 \u0623\u0648 \u0625\u0644\u063A\u0627\u0621 \u062A\u062B\u0628\u064A\u062A \u0627\u0644\u0645\u0644\u062D\u0642\u0627\u062A \u0627\u0644\u0645\u062A\u0639\u0627\u0631\u0636\u0629 \u0627\u0644\u0623\u062E\u0631\u0649.","subtitle.autoEnableSubtitle":"\u0627\u0633\u062A\u062E\u062F\u0645 \u0627\u0644\u062A\u0631\u062C\u0645\u0627\u062A \u062B\u0646\u0627\u0626\u064A\u0629 \u0627\u0644\u0644\u063A\u0629 \u062A\u0644\u0642\u0627\u0626\u064A\u064B\u0627","subtitle.autoEnableSubtitleDescription":"\u0628\u0639\u062F \u0627\u0644\u062A\u0641\u0639\u064A\u0644\u060C \u0639\u0646\u062F \u062A\u0634\u063A\u064A\u0644 \u0627\u0644\u0641\u064A\u062F\u064A\u0648\u060C \u0633\u064A\u062A\u0645 \u0639\u0631\u0636 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u062B\u0646\u0627\u0626\u064A\u0629 \u062A\u0644\u0642\u0627\u0626\u064A\u064B\u0627\u060C \u0648\u0625\u0644\u0627 \u0633\u064A\u062A\u0639\u064A\u0646 \u0627\u0644\u0646\u0642\u0631 \u0639\u0644\u0649 \u0632\u0631 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0644\u0644\u0639\u0631\u0636.","subtitle.preTranslation":"\u0627\u0633\u062A\u062E\u062F\u0645 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0634\u0627\u0645\u0644\u0629 \u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u062A\u0631\u062C\u0645\u0627\u062A","subtitle.preTranslationDescription":"\u0628\u0639\u062F \u062A\u0641\u0639\u064A\u0644\u0647\u0627\u060C \u0633\u062A\u0639\u0637\u0649 \u0627\u0644\u0623\u0648\u0644\u0648\u064A\u0629 \u0644\u0627\u0633\u062A\u062E\u062F\u0627\u0645 \u062E\u062F\u0645\u0629 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0645\u062D\u062F\u062F\u0629 \u0623\u062F\u0646\u0627\u0647 \u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0628\u0627\u0644\u0643\u0627\u0645\u0644 \u0645\u0642\u062F\u0645\u064B\u0627. \u064A\u0633\u062A\u0647\u0644\u0643 \u0645\u0642\u0637\u0639 \u0641\u064A\u062F\u064A\u0648 \u0645\u062F\u062A\u0647 \u0633\u0627\u0639\u0629 \u0648\u0627\u062D\u062F\u0629 \u0645\u0627 \u064A\u0642\u0631\u0628 \u0645\u0646 50000 \u0631\u0645\u0632\u064B\u0627 \u0623\u0648 \u062D\u0631\u0641\u064B\u0627\u060C \u0644\u0630\u0627 \u064A\u0631\u062C\u0649 \u0627\u0633\u062A\u062E\u062F\u0627\u0645\u0647\u0627 \u0628\u0627\u0644\u0634\u0643\u0644 \u0627\u0644\u0645\u0646\u0627\u0633\u0628\u061B \u0628\u0639\u062F \u0627\u0644\u062A\u0639\u0637\u064A\u0644\u060C \u0633\u062A\u0639\u0637\u0649 \u0627\u0644\u0623\u0648\u0644\u0648\u064A\u0629 \u0644\u0627\u0633\u062A\u062E\u062F\u0627\u0645 \u0627\u0644\u062A\u0631\u062C\u0645\u0627\u062A \u0627\u0644\u0645\u062A\u0631\u062C\u0645\u0629 \u0622\u0644\u064A\u064B\u0627 \u0648\u0627\u0644\u062A\u064A \u062A\u0623\u062A\u064A \u0645\u0639 \u0627\u0644\u0641\u064A\u062F\u064A\u0648 \u0627\u0644\u0623\u0635\u0644\u064A.","subtitle.humanSubtitlesPreferred":"\u0625\u0639\u0637\u0627\u0621 \u0627\u0644\u0623\u0648\u0644\u0648\u064A\u0629 \u0644\u0627\u0633\u062A\u062E\u062F\u0627\u0645 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0628\u0634\u0631\u064A\u0629","subtitle.humanSubtitlesPreferredDescription":"\u0639\u0646\u062F\u0645\u0627 \u064A\u062D\u062A\u0648\u064A \u0645\u0642\u0637\u0639 \u0641\u064A\u062F\u064A\u0648 \u0639\u0644\u0649 \u062A\u0631\u062C\u0645\u0627\u062A \u064A\u062F\u0648\u064A\u0629 \u0628\u0627\u0644\u0644\u063A\u0629 \u0627\u0644\u0647\u062F\u0641\u060C \u0627\u0633\u062A\u062E\u062F\u0645 \u0627\u0644\u062A\u0631\u062C\u0645\u0627\u062A \u0627\u0644\u064A\u062F\u0648\u064A\u0629 \u0623\u0648\u0644\u0627\u064B (\u0645\u0648\u0635\u0649 \u0628\u0647)",videoSubtitleTranslationDescription:"\u062A\u062E\u0635\u064A\u0635 \u062E\u062F\u0645\u0629 \u062A\u0631\u062C\u0645\u0629 \u0645\u0646\u0641\u0635\u0644\u0629 \u0644\u062A\u0631\u062C\u0645\u0627\u062A \u0627\u0644\u0641\u064A\u062F\u064A\u0648",subtitleTranslating:"\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u062A\u0631\u062C\u0645\u0627\u062A \u0628\u0627\u0633\u062A\u062E\u062F\u0627\u0645 {service} \u062E\u062F\u0645\u0629\u060C \u064A\u0631\u062C\u0649 \u0627\u0644\u0627\u0646\u062A\u0638\u0627\u0631... (\u062A\u0631\u062C\u0645\u0629 \u063A\u0627\u0645\u0631\u0629)",subtitleLoading:"\u062C\u0627\u0631\u064D \u062A\u062D\u0645\u064A\u0644 \u0627\u0644\u062A\u0631\u062C\u0645\u0629...",bilingual:"\u062B\u0646\u0627\u0626\u064A \u0627\u0644\u0644\u063A\u0629","field.action":"\u0645\u0627 \u0625\u0630\u0627 \u0643\u0627\u0646 \u0633\u064A\u062A\u0645 \u062A\u0645\u0643\u064A\u0646 \u0645\u0635\u0637\u0644\u062D\u0627\u062A \u0628\u0627\u064A\u062F\u0648","description.action":"\u0628\u0639\u062F \u0627\u0644\u062A\u0645\u0643\u064A\u0646\u060C \u0633\u062A\u062A\u0645 \u0625\u0636\u0627\u0641\u0629 \u0627\u0644\u0625\u062C\u0631\u0627\u0621 \u0627\u0644\u0645\u0639\u0644\u0645\u0629 = 1 \u0625\u0644\u0649 \u0637\u0644\u0628 \u0625\u0628\u0644\u0627\u063A Baidu \u0644\u062A\u0645\u0643\u064A\u0646 \u0627\u0644\u0645\u0635\u0637\u0644\u062D.<1> \u064A\u0631\u062C\u0649 \u0627\u0644\u0631\u062C\u0648\u0639 \u0625\u0644\u0649 \u0627\u0644\u0648\u062B\u0627\u0626\u0642 \u0627\u0644\u0631\u0633\u0645\u064A\u0629 \u0644\u0645\u0632\u064A\u062F \u0645\u0646 \u0627\u0644\u062A\u0639\u0644\u064A\u0645\u0627\u062A.",closeQuickTranslation:"\u0623\u063A\u0644\u0642 \u0627\u0644\u0643\u0631\u0629 \u0627\u0644\u0639\u0627\u0626\u0645\u0629","closeQuickTranslation.untilNext":"\u0645\u063A\u0644\u0642 \u062D\u062A\u0649 \u0627\u0644\u0632\u064A\u0627\u0631\u0629 \u0627\u0644\u0642\u0627\u062F\u0645\u0629","closeQuickTranslation.currentWebsite":"\u0627\u0644\u0645\u0648\u0642\u0639 \u0627\u0644\u062D\u0627\u0644\u064A \u0645\u0639\u0637\u0644","closeQuickTranslation.alwaysClose":"\u062A\u0639\u0637\u064A\u0644 \u062F\u0627\u0626\u0645","closeQuickTranslation.settingOpen":"(\u064A\u0645\u0643\u0646 \u0627\u0644\u0639\u062B\u0648\u0631 \u0639\u0644\u064A\u0647 \u0641\u064A \u0635\u0641\u062D\u0629 \u0627\u0644\u0625\u0639\u062F\u0627\u062F <1> \u0634\u063A\u0644\u0647)","closeQuickTranslation.cancel":"\u064A\u0644\u063A\u064A","closeQuickTranslation.confirm":"\u0628\u0627\u0644\u062A\u0623\u0643\u064A\u062F","floatBall.popup":"\u0627\u0641\u062A\u062D \u0644\u0648\u062D\u0629 \u0627\u0644\u0625\u0639\u062F\u0627\u062F\u0627\u062A \u0627\u0644\u0633\u0631\u064A\u0639\u0629","floatBall.translate":"\u0627\u0646\u0642\u0631 \u0644\u062A\u0631\u062C\u0645\u0629 \u0647\u0630\u0647 \u0627\u0644\u0635\u0641\u062D\u0629","floatBall.showOriginal":"\u0627\u0646\u0642\u0631 \u0644\u0644\u062A\u0628\u062F\u064A\u0644 \u0645\u0631\u0629 \u0623\u062E\u0631\u0649 \u0625\u0644\u0649 \u0627\u0644\u0646\u0635 \u0627\u0644\u0623\u0635\u0644\u064A","floatBall.close":"\u0623\u063A\u0644\u0642 \u0627\u0644\u0643\u0631\u0629 \u0627\u0644\u0639\u0627\u0626\u0645\u0629","floatBallOptions.enableDescPc":"\u0628\u0639\u062F \u062A\u0641\u0639\u064A\u0644 \u0627\u0644\u0643\u0631\u0629 \u0627\u0644\u0639\u0627\u0626\u0645\u0629 \u0644\u0644\u0635\u0641\u062D\u0629\u060C \u0633\u064A\u062A\u0645 \u0639\u0631\u0636 \u0632\u0631 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0633\u0631\u064A\u0639\u0629 \u0639\u0644\u0649 \u0627\u0644\u062C\u0627\u0646\u0628 \u0627\u0644\u0623\u064A\u0645\u0646 \u0645\u0646 \u0627\u0644\u0635\u0641\u062D\u0629\u060C \u0627\u0646\u0642\u0631 \u0644\u0644\u062A\u0631\u062C\u0645\u0629.","floatBallOptions.enableDesc":"\u0628\u0639\u062F \u0625\u063A\u0644\u0627\u0642 \u0627\u0644\u0643\u0631\u0629 \u0627\u0644\u0639\u0627\u0626\u0645\u0629\u060C \u064A\u0645\u0643\u0646 \u0625\u064A\u0642\u0627\u0638\u0647\u0627 \u0628\u0640{touch}. \u0644\u0645\u0646\u0639 \u0627\u0644\u0639\u062B\u0648\u0631 \u0639\u0644\u0649 \u0627\u0644\u0643\u0631\u0629 \u0627\u0644\u0639\u0627\u0626\u0645\u0629 \u0628\u0639\u062F \u0625\u064A\u0642\u0627\u0641 \u062A\u0634\u063A\u064A\u0644 \u0647\u0630\u0627 \u0627\u0644\u062E\u064A\u0627\u0631 \u0639\u0646 \u0637\u0631\u064A\u0642 \u0627\u0644\u062E\u0637\u0623\u060C \u064A\u0648\u0635\u0649 \u0628\u0634\u062F\u0629 \u0628\u0648\u0636\u0639 \u0625\u0634\u0627\u0631\u0629 \u0645\u0631\u062C\u0639\u064A\u0629 \u0639\u0644\u0649 \u0635\u0641\u062D\u0629 \u0627\u0644\u0625\u0639\u062F\u0627\u062F\u0627\u062A \u0647\u0630\u0647.","description.azureApiUrl":"\u0627\u0645\u0644\u0623 \u0639\u0646\u0648\u0627\u0646 \u0648\u0627\u062C\u0647\u0629 API \u0627\u0644\u0645\u062E\u0635\u0635\u0629",confirmSupportMouse:"\u0641\u0631\u0636 \u062F\u0639\u0645 \u0627\u0644\u0645\u0627\u0648\u0633 \u0644\u064A\u062A\u0645 \u062A\u0645\u0643\u064A\u0646\u0647",confirmSupportMouseDescription:"\u062A\u0645 \u0627\u0643\u062A\u0634\u0627\u0641 \u0623\u0646 \u0627\u0644\u0645\u062A\u0635\u0641\u062D \u0627\u0644\u062D\u0627\u0644\u064A \u0644\u0627 \u064A\u062F\u0639\u0645 \u0648\u0638\u064A\u0641\u0629 \u0627\u0644\u0645\u0627\u0648\u0633. \u0647\u0644 \u062A\u0631\u064A\u062F \u0641\u0631\u0636 \u062A\u0645\u0643\u064A\u0646 \u062F\u0639\u0645 \u0627\u0644\u0645\u0627\u0648\u0633\u061F",sampleTargetText:"\u0627\u0644\u0644\u064A\u0644 \u0627\u0644\u0637\u0648\u064A\u0644 \u0642\u0627\u062F\u0645\u060C \u0648\u0633\u0623\u0638\u0644 \u0633\u0627\u0647\u0631\u064B\u0627 \u0645\u0646 \u0627\u0644\u0622\u0646 \u0641\u0635\u0627\u0639\u062F\u064B\u0627 \u062D\u062A\u0649 \u0623\u0645\u0648\u062A. \u0644\u0646 \u0623\u062A\u062E\u0630 \u0632\u0648\u062C\u0629\u060C \u0648\u0644\u0627 \u0625\u0642\u0637\u0627\u0639\u064A\u0629\u060C \u0648\u0644\u0627 \u0623\u0637\u0641\u0627\u0644\u0627\u064B. \u0644\u0646 \u0623\u0631\u062A\u062F\u064A \u0627\u0644\u062A\u0627\u062C \u0623\u0648 \u0623\u062A\u0646\u0627\u0641\u0633 \u0639\u0644\u0649 \u0627\u0644\u0623\u0648\u0633\u0645\u0629. \u0633\u0623\u0642\u0648\u0645 \u0628\u0648\u0627\u062C\u0628\u064A \u0628\u0625\u062E\u0644\u0627\u0635\u060C \u0648\u0623\u0639\u064A\u0634 \u0648\u0623\u0645\u0648\u062A.",sampleSourceText:"Night gathers, and now my watch begins. It shall not end until my death. I shall take no wife, hold no lands, father no children. I shall wear no crowns and win no glory. I shall live and die at my post.","subtitle.supportedSites":"\u5DF2\u652F\u6301\u5728\u8FD9\u4E9B\u7F51\u7AD9\u4F7F\u7528\u53CC\u8BED\u5B57\u5E55\uFF08\u6CE8\u610F\uFF1A\u7531\u4E8E\u6280\u672F\u9650\u5236\uFF0C\u90E8\u5206\u7F51\u7AD9\u5728\u9996\u6B21\u5F00\u542F\u5B57\u5E55\u540E\u9700\u8981\u91CD\u65B0\u5237\u65B0\u9875\u9762\uFF0C\u6216\u8005\u9700\u7B49\u5F85\u7FFB\u8BD1\u5B8C\u6210\u4EE5\u663E\u793A\u53CC\u8BED\u5B57\u5E55\uFF09\uFF1A",viewWithImmersiveTranslate:"\u53CC\u8BED\u7248\u672C(\u6C89\u6D78\u5F0F\u7FFB\u8BD1)",errorReason:"\u9519\u8BEF\u539F\u56E0\uFF1A{message}","proQuotaExceededError.onetime7day":'\uFF0C\u60A8\u53EF\u4EE5\u9009\u62E9\u4EE5\u4E0B\u65B9\u5F0F\u89E3\u51B3\uFF1A

1. \u5207\u6362\u5230 {anotherService} \u6216\u5176\u4ED6\u7FFB\u8BD1\u670D\u52A1
2. \u5347\u7EA7\u4E3A\u6708\u5EA6/\u5E74\u5EA6\u4F1A\u5458',"proQuotaExceededError.trial":'\uFF0C\u60A8\u53EF\u4EE5\u9009\u62E9\u4EE5\u4E0B\u65B9\u5F0F\u89E3\u51B3\uFF1A

1. \u5207\u6362\u5230 {anotherService} \u6216\u5176\u4ED6\u7FFB\u8BD1\u670D\u52A1
2. \u7ACB\u523B\u5347\u7EA7\u4E3A\u6B63\u5F0F\u4F1A\u5458',"proQuotaExceededError.nonTrial":'\uFF0C\u60A8\u53EF\u4EE5\u9009\u62E9\u4EE5\u4E0B\u65B9\u5F0F\u89E3\u51B3\uFF1A

1. \u5207\u6362\u5230 {anotherService} \u6216\u5176\u4ED6\u7FFB\u8BD1\u670D\u52A1
2. \u8D2D\u4E70 {translationService} \u989D\u5916\u6D41\u91CF\u5305',"proQuotaExceededError.resetTime":"
3. \u989D\u5EA6\u91CD\u7F6E\u65F6\u95F4\uFF1A{resetTime}","desc.touchShortcutsToggleTranslatePageOnlyTranslation":'\u062A\u0634\u064A\u0631 "\u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0641\u0642\u0637" \u0625\u0644\u0649 \u0639\u0631\u0636 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0641\u0642\u0637\u060C \u0625\u0630\u0627 \u0644\u0645 \u064A\u062A\u0645 \u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0635\u0641\u062D\u0629 \u0627\u0644\u0625\u0644\u0643\u062A\u0631\u0648\u0646\u064A\u0629 \u0628\u0639\u062F\u060C \u0633\u064A\u062A\u0645 \u062A\u063A\u064A\u064A\u0631 \u0627\u0644\u0648\u0636\u0639 \u0648\u062A\u0631\u062C\u0645\u062A\u0647\u0627.',"desc.toggleOnlyTransation":"\u062A\u0634\u064A\u0631 \u0648\u0636\u0639\u064A\u0629 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0641\u0642\u0637 \u0625\u0644\u0649 \u0639\u0631\u0636 \u0627\u0644\u0646\u0635 \u0627\u0644\u0645\u062A\u0631\u062C\u0645 \u0641\u0642\u0637\u060C \u0625\u0630\u0627 \u0644\u0645 \u064A\u062A\u0645 \u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0635\u0641\u062D\u0629 \u0627\u0644\u0625\u0644\u0643\u062A\u0631\u0648\u0646\u064A\u0629 \u0628\u0639\u062F\u060C \u0633\u064A\u062A\u0645 \u062A\u063A\u064A\u064A\u0631 \u0627\u0644\u0648\u0636\u0639 \u0648\u062A\u0631\u062C\u0645\u062A\u0647\u0627.",touchShortcutsToggleTranslatePageOnlyTranslation:"\u062A\u0639\u064A\u064A\u0646 \u0627\u0644\u0625\u064A\u0645\u0627\u0621\u0627\u062A \u0639\u0644\u0649 \u0627\u0644\u0634\u0627\u0634\u0629 \u0644\u0644\u062A\u0628\u062F\u064A\u0644 \u0628\u064A\u0646 \u0627\u0644\u0648\u0636\u0639 \u0627\u0644\u0645\u0632\u062F\u0648\u062C / \u0627\u0644\u0648\u0636\u0639 \u0627\u0644\u0646\u0635\u064A \u0641\u0642\u0637",download_started:"\u0628\u062F\u0623 \u0627\u0644\u062A\u0646\u0632\u064A\u0644 \u0628\u0627\u0644\u0641\u0639\u0644\u060C \u0625\u0630\u0627 \u0644\u0645 \u064A\u062A\u0645 \u0627\u0644\u062A\u0646\u0632\u064A\u0644 \u062A\u0644\u0642\u0627\u0626\u064A\u064B\u0627\u060C \u064A\u0631\u062C\u0649 \u0627\u0644\u0646\u0642\u0631 \u064A\u062F\u0648\u064A\u064B\u0627",here:"\u0647\u0646\u0627","desc.toggleVideoSubtitlePreTranslation":"\u0628\u0639\u062F \u0627\u0644\u0636\u063A\u0637\u060C \u0633\u062A\u0633\u062A\u062E\u062F\u0645 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u063A\u0627\u0645\u0631\u0629 \u0644\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u062B\u0646\u0627\u0626\u064A\u0629 \u0644\u0644\u0641\u064A\u062F\u064A\u0648 \u0628\u0634\u0643\u0644 \u0623\u0648\u0644\u0648\u064A\u060C \u0648\u0628\u0627\u0644\u0636\u063A\u0637 \u0645\u0631\u0629 \u0623\u062E\u0631\u0649\u060C \u0633\u062A\u0633\u062A\u062E\u062F\u0645 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0622\u0644\u064A\u0629 \u0627\u0644\u0645\u0631\u0641\u0642\u0629 \u0628\u0627\u0644\u0641\u064A\u062F\u064A\u0648 \u0627\u0644\u0623\u0635\u0644\u064A \u0628\u0634\u0643\u0644 \u0623\u0648\u0644\u0648\u064A. \u064A\u0631\u062C\u0649 \u0645\u0644\u0627\u062D\u0638\u0629: \u0647\u0630\u0627 \u0627\u0644\u0627\u062E\u062A\u0635\u0627\u0631 \u064A\u0639\u062F\u0644 \u0627\u0644\u0625\u0639\u062F\u0627\u062F\u0627\u062A \u0627\u0644\u0639\u0627\u0645\u0629.",videoSubtitlePreTranslationOn:"\u0633\u064A\u062A\u0645 \u0627\u0633\u062A\u062E\u062F\u0627\u0645 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u063A\u0627\u0645\u0631\u0629 \u0628\u0634\u0643\u0644 \u0623\u0648\u0644\u0648\u064A \u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u062A\u0631\u062C\u0645\u0627\u062A \u0627\u0644\u0645\u0631\u0626\u064A\u0629",videoSubtitlePreTranslationOff:"\u0633\u064A\u062A\u0645 \u0627\u0633\u062A\u062E\u062F\u0627\u0645 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0622\u0644\u064A\u0629 \u0644\u0644\u062A\u0631\u062C\u0645\u0629 \u0641\u064A \u0627\u0644\u0641\u064A\u062F\u064A\u0648 \u0628\u0634\u0643\u0644 \u0623\u0648\u0644\u0648\u064A",translationFont:"\u062A\u0639\u064A\u064A\u0646 \u0627\u0644\u062E\u0637","translationFont.custom":"\u0623\u062F\u062E\u0644 \u0627\u0644\u062E\u0637 \u0627\u0644\u0645\u062E\u0635\u0635","translationFont.customPlaceholder":"\u062E\u0637 \u0627\u0644\u0643\u062A\u0627\u0628\u0629","translationFont.notSupportErrorMessage":"\u064A\u0631\u062C\u0649 \u0627\u0644\u062A\u062D\u0642\u0642 \u0645\u0646 \u0635\u062D\u0629 \u0627\u0633\u0645 \u0627\u0644\u062E\u0637 \u0627\u0644\u0630\u064A \u0623\u062F\u062E\u0644\u062A\u0647 \u060C \u0623\u0648 \u0627\u0644\u062A\u0623\u0643\u062F \u0645\u0646 \u0623\u0646 \u0627\u0644\u062E\u0637 \u0642\u062F \u062A\u0645 \u062A\u062B\u0628\u064A\u062A\u0647 \u0628\u0627\u0644\u0641\u0639\u0644 \u0639\u0644\u0649 \u062C\u0647\u0627\u0632\u0643.","touch.mouse-translate":"\u062A\u0631\u062C\u0645 \u0627\u0644\u0641\u0642\u0631\u0629 \u0627\u0644\u0645\u062D\u062F\u062F\u0629","translationServices.inherit":"\u0627\u062A\u0628\u0639 \u0627\u0644\u062E\u062F\u0645\u0629 \u0627\u0644\u0631\u0626\u064A\u0633\u064A\u0629 \u0644\u0644\u062A\u0631\u062C\u0645\u0629","error.serveConfigError":"\u062E\u0637\u0623 \u0641\u064A \u062A\u0643\u0648\u064A\u0646 \u0627\u0644\u062E\u062F\u0645\u0629","error.reloadPageOfSetting":"\u0628\u0639\u062F \u0627\u0644\u062A\u0643\u0648\u064A\u0646\u060C \u064A\u0631\u062C\u0649 \u062A\u062D\u062F\u064A\u062B \u0627\u0644\u0635\u0641\u062D\u0629 \u0648\u062A\u0631\u062C\u0645\u062A\u0647\u0627 \u0645\u0631\u0629 \u0623\u062E\u0631\u0649.","error.googleLimitIp":"\u062A\u0645 \u0625\u0631\u062C\u0627\u0639 \u062E\u0637\u0623 \u0645\u0646 \u0627\u0644\u062E\u062F\u0645\u0629 \u060C \u062E\u062F\u0645\u0629 Google \u0642\u062F \u0642\u0627\u0645\u062A \u0628\u062A\u0642\u064A\u064A\u062F \u0627\u0644\u0646\u0637\u0627\u0642 \u0627\u0644\u062E\u0627\u0635 \u0628\u0639\u0646\u0648\u0627\u0646 IP \u0647\u0630\u0627 \u060C \u0646\u0646\u0635\u062D\u0643 \u0628\u062A\u063A\u064A\u064A\u0631 \u0646\u0642\u0637\u0629 \u0627\u0644\u0634\u0628\u0643\u0629.","error.openAIFreeLimit":"\u062A\u0645 \u0625\u0631\u062C\u0627\u0639 \u062E\u0637\u0623 \u0645\u0646 \u0627\u0644\u062E\u062F\u0645\u0629\u060C \u0648\u0642\u062F \u0648\u0635\u0644\u062A \u062A\u0631\u062F\u062F \u0637\u0644\u0628\u0627\u062A \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u062D\u0627\u0644\u064A\u0629 \u0625\u0644\u0649 \u0627\u0644\u062D\u062F \u0627\u0644\u0623\u0642\u0635\u0649 \u0627\u0644\u0628\u0627\u0644\u063A 3 \u0645\u0631\u0627\u062A \u0641\u064A \u0627\u0644\u062F\u0642\u064A\u0642\u0629\u060C \u064A\u0631\u062C\u0649 \u0627\u0644\u0645\u062D\u0627\u0648\u0644\u0629 \u0645\u0631\u0629 \u0623\u062E\u0631\u0649 \u0644\u0627\u062D\u0642\u064B\u0627. (\u0647\u0630\u0627 \u0647\u0648 \u0627\u0644\u0642\u064A\u062F \u0627\u0644\u0631\u0633\u0645\u064A \u0645\u0646 OpenAI \u0644\u0645\u0641\u062A\u0627\u062D API \u0627\u0644\u0645\u062C\u0627\u0646\u064A\u060C \u0644\u0631\u0641\u0639 \u0647\u0630\u0627 \u0627\u0644\u0642\u064A\u062F\u060C \u064A\u0631\u062C\u0649 \u0631\u0628\u0637 \u0628\u0637\u0627\u0642\u0629 \u0627\u0644\u0627\u0626\u062A\u0645\u0627\u0646 \u0641\u064A \u0644\u0648\u062D\u0629 \u0627\u0644\u062A\u062D\u0643\u0645 \u0627\u0644\u062E\u0644\u0641\u064A\u0629 \u0644\u0640 OpenAI.)","error.openAIExceededQuota":"\u062A\u0645 \u0625\u0631\u062C\u0627\u0639 \u0627\u0644\u062E\u062F\u0645\u0629 \u0628\u062E\u0637\u0623: \u0631\u0635\u064A\u062F \u062D\u0633\u0627\u0628 OpenAI \u0627\u0644\u062D\u0627\u0644\u064A \u063A\u064A\u0631 \u0643\u0627\u0641\u064D \u060C \u064A\u0631\u062C\u0649 \u0625\u0639\u0627\u062F\u0629 \u0627\u0644\u0634\u062D\u0646 \u0623\u0648 \u0631\u0628\u0637 \u0628\u0637\u0627\u0642\u0629 \u0627\u0644\u0627\u0626\u062A\u0645\u0627\u0646 \u0641\u064A \u0627\u0644\u062E\u0644\u0641\u064A\u0629 \u0627\u0644\u0631\u0633\u0645\u064A\u0629 \u0644\u0640 OpenAI.","error.429":"\u062A\u0645 \u0625\u0631\u062C\u0627\u0639 \u0627\u0644\u062E\u062F\u0645\u0629 \u0628\u062E\u0637\u0623\u060C \u0645\u0645\u0627 \u064A\u0634\u064A\u0631 \u0625\u0644\u0649 \u0623\u0646 \u0627\u0644\u0637\u0644\u0628\u0627\u062A \u0643\u062B\u064A\u0631\u0629 \u062C\u062F\u064B\u0627 \u0623\u0648 \u062A\u062C\u0627\u0648\u0632\u062A \u0627\u0644\u062D\u062F \u0627\u0644\u0645\u062D\u062F\u062F\u060C \u064A\u0631\u062C\u0649 \u0627\u0644\u0645\u062D\u0627\u0648\u0644\u0629 \u0645\u0631\u0629 \u0623\u062E\u0631\u0649 \u0644\u0627\u062D\u0642\u064B\u0627.","error.403":"\u062A\u0645 \u0625\u0631\u062C\u0627\u0639 \u0627\u0644\u062E\u062F\u0645\u0629 \u0628\u062E\u0637\u0623\u060C \u0644\u064A\u0633 \u0644\u062F\u064A\u0643 \u0627\u0644\u0635\u0644\u0627\u062D\u064A\u0629 \u0627\u0644\u0645\u0624\u0642\u062A\u0629 \u0644\u0644\u0648\u0635\u0648\u0644 \u0625\u0644\u0649 \u0647\u0630\u0647 \u0627\u0644\u062E\u062F\u0645\u0629.","error.400":"\u062A\u0645 \u0625\u0631\u062C\u0627\u0639 \u062E\u0637\u0623 \u0641\u064A \u0627\u0644\u062E\u062F\u0645\u0629 \u060C \u062E\u0637\u0623 \u0641\u064A \u0645\u0639\u0644\u0645\u0627\u062A \u0627\u0644\u0637\u0644\u0628 \u060C \u064A\u0631\u062C\u0649 \u0627\u0644\u062A\u062D\u0642\u0642 \u0645\u0646 \u0627\u0644\u062A\u0643\u0648\u064A\u0646 \u0627\u0644\u0645\u0646\u0627\u0633\u0628.","error.502":"\u062A\u0645 \u0625\u0631\u062C\u0627\u0639 \u062E\u0637\u0623 \u0645\u0646 \u0627\u0644\u062E\u062F\u0645\u0629 \u060C \u062A\u062C\u0627\u0648\u0632 \u0627\u0644\u062E\u062F\u0645\u0629 \u0627\u0644\u0648\u0642\u062A \u0627\u0644\u0645\u062D\u062F\u062F \u060C \u064A\u0631\u062C\u0649 \u0627\u0644\u0645\u062D\u0627\u0648\u0644\u0629 \u0645\u0631\u0629 \u0623\u062E\u0631\u0649 \u0641\u064A \u0648\u0642\u062A \u0644\u0627\u062D\u0642.","error.proTokenInvalid":"\u0625\u0630\u0627 \u0643\u0646\u062A \u0645\u0633\u062A\u062E\u062F\u0645\u064B\u0627 \u0645\u062D\u062A\u0631\u0641\u064B\u0627 \u060C \u064A\u0631\u062C\u0649 \u062A\u0633\u062C\u064A\u0644 \u0627\u0644\u062F\u062E\u0648\u0644 \u0642\u0628\u0644 \u0627\u0633\u062A\u062E\u062F\u0627\u0645 \u062E\u062F\u0645\u0629 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0645\u062D\u062A\u0631\u0641\u0629","error.proUpgrade":"\u0628\u0639\u062F \u0627\u0644\u062A\u0631\u0642\u064A\u0629 \u060C \u064A\u0631\u062C\u0649 \u062A\u062D\u062F\u064A\u062B \u0627\u0644\u0635\u0641\u062D\u0629 \u0648\u062A\u0631\u062C\u0645\u062A\u0647\u0627 \u0645\u0631\u0629 \u0623\u062E\u0631\u0649.","error.configError":"\u062A\u0643\u0648\u064A\u0646 \u0627\u0644\u0628\u064A\u0627\u0646\u0627\u062A \u063A\u064A\u0631 \u0637\u0628\u064A\u0639\u064A","error.goReset":"\u0625\u0639\u0627\u062F\u0629 \u0627\u0644\u062A\u0639\u064A\u064A\u0646",batchEdit:"\u0627\u0644\u0639\u0645\u0644\u064A\u0627\u062A \u0627\u0644\u062C\u0645\u0627\u0639\u064A\u0629","translationModeLang.translation.title":"\u0646\u0645\u0637 \u0627\u0644\u0644\u063A\u0629 \u0627\u0644\u0646\u0635\u064A \u0641\u0642\u0637","translationModeLang.translation.description":"\u0639\u0646\u062F\u0645\u0627 \u064A\u0643\u0648\u0646 \u0644\u063A\u0629 \u0627\u0644\u0635\u0641\u062D\u0629 \u0628\u0627\u0644\u0644\u063A\u0627\u062A \u0627\u0644\u062A\u0627\u0644\u064A\u0629\u060C \u0633\u064A\u062A\u0645 \u0627\u0633\u062A\u062E\u062F\u0627\u0645 \u0648\u0636\u0639 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0641\u0642\u0637 \u062A\u0644\u0642\u0627\u0626\u064A\u064B\u0627.","translationModeUrl.translation.title":"\u0631\u0627\u0628\u0637 \u0627\u0644\u0648\u0636\u0639 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0641\u0642\u0637","translationModeUrl.translation.description":"\u0639\u0646\u062F\u0645\u0627 \u064A\u0643\u0648\u0646 \u0627\u0644\u0645\u0648\u0642\u0639 \u0627\u0644\u0625\u0644\u0643\u062A\u0631\u0648\u0646\u064A \u0644\u0644\u0646\u0637\u0627\u0642\u0627\u062A \u0627\u0644\u062A\u0627\u0644\u064A\u0629\u060C \u0633\u064A\u062A\u0645 \u0627\u0633\u062A\u062E\u062F\u0627\u0645 \u0648\u0636\u0639 \u0627\u0644\u0646\u0635 \u0627\u0644\u0645\u062A\u0631\u062C\u0645 \u0641\u0642\u0637 \u062A\u0644\u0642\u0627\u0626\u064A\u064B\u0627.","error.serveUnavailable":"\u0627\u0644\u062E\u062F\u0645\u0629 [{serverName}] \u0627\u0644\u062A\u064A \u062A\u0633\u062A\u062E\u062F\u0645\u0647\u0627 \u062D\u0627\u0644\u064A\u064B\u0627 \u063A\u064A\u0631 \u0642\u0627\u0628\u0644\u0629 \u0644\u0644\u0648\u0635\u0648\u0644 \u0645\u0624\u0642\u062A\u064B\u0627 \u0628\u0633\u0628\u0628 \u0645\u0634\u0643\u0644\u0629 \u0641\u064A \u0627\u0644\u0627\u062A\u0635\u0627\u0644 \u0628\u0627\u0644\u0634\u0628\u0643\u0629 \u0623\u0648 \u0645\u0632\u0648\u062F \u0627\u0644\u062E\u062F\u0645\u0629. \u0646\u0642\u062A\u0631\u062D \u0639\u0644\u064A\u0643 \u062A\u062D\u062F\u064A\u062B \u0627\u0644\u0635\u0641\u062D\u0629 \u0623\u0648 \u062A\u063A\u064A\u064A\u0631 \u062E\u062F\u0645\u0629 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0623\u062E\u0631\u0649 \u0645\u0646 \u062E\u0644\u0627\u0644 <1>\u0627\u0644\u0625\u0639\u062F\u0627\u062F\u0627\u062A. \u0625\u0630\u0627 \u0643\u0646\u062A \u0639\u0636\u0648\u064B\u0627 \u0641\u064A <2>Pro\u060C \u064A\u0645\u0643\u0646\u0643 \u0627\u062E\u062A\u064A\u0627\u0631 \u0627\u0633\u062A\u062E\u062F\u0627\u0645 \u062E\u062F\u0645\u0629 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 DeepL \u0623\u0648 OpenAI \u0627\u0644\u0623\u0643\u062B\u0631 \u0627\u0633\u062A\u0642\u0631\u0627\u0631\u064B\u0627 (<3>\u0627\u0646\u0642\u0631 \u0647\u0646\u0627 \u0644\u062A\u062C\u0631\u0628\u0629 \u0645\u062C\u0627\u0646\u064A\u0629). \u0628\u0627\u0644\u0625\u0636\u0627\u0641\u0629 \u0625\u0644\u0649 \u0630\u0644\u0643\u060C \u0642\u062F \u062A\u062D\u062A\u0627\u062C \u0623\u064A\u0636\u064B\u0627 \u0625\u0644\u0649 \u0627\u0644\u062A\u062D\u0642\u0642 \u0645\u0646 \u0625\u0639\u062F\u0627\u062F\u0627\u062A \u0627\u0644\u0634\u0628\u0643\u0629 \u0623\u0648 \u0627\u0644\u0648\u0643\u064A\u0644 \u0627\u0644\u062E\u0627\u0635\u0629 \u0628\u0643.",detectServiceLoading:"\u062C\u0627\u0631\u064D \u0627\u0644\u062A\u062D\u0642\u0642 \u0645\u0646 \u0627\u0644\u062E\u062F\u0645\u0627\u062A \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0645\u062A\u0627\u062D\u0629...",toggleToService:"\u0627\u0644\u062A\u0628\u062F\u064A\u0644 \u0625\u0644\u0649 {service} \u0648\u0625\u0639\u0627\u062F\u0629 \u0627\u0644\u0645\u062D\u0627\u0648\u0644\u0629","error.gemini.429":"\u0627\u0644\u062E\u062F\u0645\u0629 Gemini \u0627\u0644\u062D\u0627\u0644\u064A\u0629 \u0642\u062F \u0648\u0635\u0644\u062A \u0625\u0644\u0649 \u0627\u0644\u062D\u062F \u0627\u0644\u0623\u0642\u0635\u0649 \u0644\u0644\u0642\u062F\u0631\u0629 \u0639\u0644\u0649 \u0627\u0644\u062A\u062D\u0645\u0644\u060C \u064A\u0631\u062C\u0649 \u0627\u0644\u0645\u062D\u0627\u0648\u0644\u0629 \u0645\u0631\u0629 \u0623\u062E\u0631\u0649 \u0641\u064A \u0648\u0642\u062A \u0644\u0627\u062D\u0642\u060C \u0623\u0648 \u0627\u0644\u062A\u0628\u062F\u064A\u0644 \u0625\u0644\u0649 \u062E\u062F\u0645\u0629 \u062A\u0631\u062C\u0645\u0629 \u0623\u062E\u0631\u0649.",enableSentryReport:"\u0639\u0646\u062F \u062D\u062F\u0648\u062B \u062E\u0637\u0623 \u0641\u064A \u0627\u0644\u062A\u0648\u0633\u064A\u0639 \u060C \u0627\u0633\u062A\u062E\u062F\u0645 Sentry \u0644\u062A\u0642\u062F\u064A\u0645 \u0627\u0644\u0645\u0644\u0627\u062D\u0638\u0627\u062A","widget.translateFile":"PDF/ePub",pickAll:"\u062D\u062F\u062F \u0627\u0644\u0643\u0644",contact:"\u0627\u062A\u0635\u0644 \u0628\u0646\u0627","translationServices.gemini":"\u0627\u0644\u062C\u0645\u0646\u0627\u0632","tagsInput.add":"+ \u0625\u0636\u0627\u0641\u0629",touchShortcutsOff:"\u0625\u063A\u0644\u0627\u0642","error.retry":"\u0623\u0639\u062F \u0627\u0644\u0645\u062D\u0627\u0648\u0644\u0629","slide.left":"\u0627\u0646\u0632\u0644\u0642 \u0625\u0644\u0649 \u0627\u0644\u064A\u0645\u064A\u0646",translationOnlyMode:"\u0648\u0636\u0639 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0641\u0642\u0637",goLogin:"\u062A\u0633\u062C\u064A\u0644 \u0627\u0644\u062F\u062E\u0648\u0644","slide.right":"\u0627\u0646\u0632\u0644\u0642 \u0625\u0644\u0649 \u0627\u0644\u064A\u0633\u0627\u0631","multipleClick.4":"\u0631\u0628\u0627\u0639\u064A \u0645\u062A\u062A\u0627\u0644\u064A",shortcutSettingsTitle:"\u0625\u0639\u062F\u0627\u062F\u0627\u062A \u0627\u0644\u0627\u062E\u062A\u0635\u0627\u0631\u0627\u062A",loggedIn:"\u062A\u0645 \u062A\u0633\u062C\u064A\u0644 \u0627\u0644\u062F\u062E\u0648\u0644",shortcutSettings:"\u0627\u062E\u062A\u0635\u0627\u0631\u0627\u062A \u0627\u0644\u0645\u0641\u0627\u062A\u064A\u062D","multipleClick.2":"\u0627\u0646\u0642\u0631 \u0645\u0631\u062A\u064A\u0646","shortcutGroup.others":"\u0627\u0644\u0645\u0632\u064A\u062F \u0645\u0646 \u0627\u0644\u0627\u062E\u062A\u0635\u0627\u0631\u0627\u062A \u0627\u0644\u0645\u062E\u0635\u0635\u0629","widget.videoSubtitle":"\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0641\u064A\u062F\u064A\u0648","intro.floatBallTitle":"\u0643\u0631\u0629 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0633\u0631\u064A\u0639\u0629",notLogin:"\u0644\u0645 \u064A\u062A\u0645 \u062A\u0633\u062C\u064A\u0644 \u0627\u0644\u062F\u062E\u0648\u0644","widget.instruction":"\u062A\u0639\u0644\u064A\u0645\u0627\u062A \u0627\u0644\u0627\u0633\u062A\u062E\u062F\u0627\u0645",alwaysTranslateThisSite:"\u062F\u0627\u0626\u0645\u0627 \u062A\u0631\u062C\u0645 \u0647\u0630\u0627 \u0627\u0644\u0645\u0648\u0642\u0639","error.subscriptionExpiredTitle":"\u0627\u0646\u062A\u0647\u062A \u0635\u0644\u0627\u062D\u064A\u0629 \u0627\u0644\u0639\u0636\u0648\u064A\u0629","shortcutGroup.shortcutsForTranslationServices":"\u062E\u062F\u0645\u0627\u062A \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0645\u0641\u0627\u062A\u064A\u062D \u0627\u0644\u0633\u0631\u064A\u0639\u0629","widget.instructionTooltip":"\u0631\u0627\u062C\u0639 \u062A\u0639\u0644\u064A\u0645\u0627\u062A \u0627\u0644\u0627\u0633\u062A\u062E\u062F\u0627\u0645",temprarilyChangeTranslationTo_gemini:"\u064A\u062A\u0645 \u0627\u0633\u062A\u062E\u062F\u0627\u0645 Gemini \u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0635\u0641\u062D\u0629 \u0627\u0644\u062D\u0627\u0644\u064A\u0629","subtitle.hideQuickButton":"\u0644\u0627 \u062A\u0638\u0647\u0631 \u0647\u0630\u0627 \u0627\u0644\u0627\u062E\u062A\u0635\u0627\u0631 \u0645\u0631\u0629 \u0623\u062E\u0631\u0649",temprarilyChangeTranslationTo_google:"\u064A\u062A\u0645 \u0627\u0633\u062A\u062E\u062F\u0627\u0645 \u062A\u0631\u062C\u0645\u0629 Google \u0644\u0644\u0635\u0641\u062D\u0629 \u0627\u0644\u062D\u0627\u0644\u064A\u0629","subtitle.bilingual":"\u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u062B\u0646\u0627\u0626\u064A\u0629 \u0627\u0644\u0644\u063A\u0629",mouseHoverCustomKeyTitle:"\u062A\u0639\u0631\u064A\u0641 \u0627\u062E\u062A\u0635\u0627\u0631\u0627\u062A \u0627\u0644\u0645\u0627\u0648\u0633 \u0627\u0644\u0645\u0639\u0644\u0642\u0629","browser.translateInputBox":"\u062A\u0631\u062C\u0645 \u0645\u062D\u062A\u0648\u0649 \u0645\u0631\u0628\u0639 \u0627\u0644\u0625\u062F\u062E\u0627\u0644 \u0627\u0644\u062D\u0627\u0644\u064A","shortcutGroup.touch":"\u0627\u0644\u0625\u064A\u0645\u0627\u0621\u0627\u062A \u0627\u0644\u0645\u062E\u0635\u0635\u0629 \u0644\u0644\u0634\u0627\u0634\u0627\u062A \u0627\u0644\u0644\u0645\u0633\u064A\u0629",neverTranslateThisSite:"\u0644\u0627 \u062A\u062A\u0631\u062C\u0645 \u0647\u0630\u0627 \u0627\u0644\u0645\u0648\u0642\u0639 \u0623\u0628\u062F\u0627",temprarilyChangeTranslationTo_deepl:"\u064A\u062A\u0645 \u0627\u0633\u062A\u062E\u062F\u0627\u0645 DeepL \u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0635\u0641\u062D\u0629 \u0627\u0644\u062D\u0627\u0644\u064A\u0629","browser.translateWithDeepL":"\u0627\u0633\u062A\u062E\u062F\u0645 DeepL \u0645\u0624\u0642\u062A\u064B\u0627 \u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0635\u0641\u062D\u0629 \u0627\u0644\u062D\u0627\u0644\u064A\u0629","multipleClick.3":"\u062B\u0644\u0627\u062B\u0629 \u0636\u0631\u0628\u0627\u062A \u0645\u062A\u062A\u0627\u0644\u064A\u0629","widget.translateFileTooltip":"\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0645\u0633\u062A\u0646\u062F\u0627\u062A PDF\u060C EPUB\u060C SRT\u060C ASS\u060C HTML \u0648 TXT","neverTranslateText.title":"\u0627\u0644\u0643\u0644\u0645\u0627\u062A \u0627\u0644\u062A\u0627\u0644\u064A\u0629 \u062A\u0628\u0642\u0649 \u0643\u0645\u0627 \u0647\u064A\u060C \u0644\u0627 \u062A\u062A\u0631\u062C\u0645","subtitle.autoDisableSubtitle":"\u0644\u0627 \u062A\u0642\u0645 \u0628\u062A\u0634\u063A\u064A\u0644 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u062B\u0646\u0627\u0626\u064A\u0629 \u062A\u0644\u0642\u0627\u0626\u064A\u064B\u0627","browser.translateWithGoogle":"\u0627\u0633\u062A\u062E\u062F\u0645 Google Translate \u0645\u0624\u0642\u062A\u064B\u0627 \u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0635\u0641\u062D\u0629 \u0627\u0644\u062D\u0627\u0644\u064A\u0629","shortcutGroup.main":"\u0627\u062E\u062A\u0635\u0627\u0631\u0627\u062A \u0627\u0644\u0648\u0638\u0627\u0626\u0641 \u0627\u0644\u0634\u0627\u0626\u0639\u0629",paragraphMinTextCountField:"\u0627\u0644\u062D\u062F \u0627\u0644\u0623\u062F\u0646\u0649 \u0644\u0639\u062F\u062F \u0627\u0644\u0623\u062D\u0631\u0641 \u0627\u0644\u0645\u0637\u0644\u0648\u0628\u0629 \u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0641\u0642\u0631\u0629","widget.videoSubtitleTooltip":"\u062F\u0639\u0645 Youtube \u0648\u063A\u064A\u0631\u0647\u0627 \u0645\u0646 \u0645\u0648\u0627\u0642\u0639 \u0627\u0644\u0641\u064A\u062F\u064A\u0648 {count}+",upgradeToProErrorTitle:"\u064A\u0631\u062C\u0649 \u0627\u0644\u062A\u0631\u0642\u064A\u0629 \u0625\u0644\u0649 \u0639\u0636\u0648\u064A\u0629 Pro \u0642\u0628\u0644 \u0627\u0633\u062A\u062E\u062F\u0627\u0645 \u0647\u0630\u0647 \u0627\u0644\u062E\u062F\u0645\u0629 \u0627\u0644\u062A\u0631\u062C\u0645\u0629","subtitle.showQuickButton":"\u0641\u064A \u0639\u0631\u0636 \u0627\u0644\u0646\u0635\u0648\u0635 \u0627\u0644\u0645\u062A\u0631\u062C\u0645\u0629 \u0628\u0634\u0643\u0644 \u0645\u0632\u062F\u0648\u062C \u0641\u064A \u0627\u0644\u0645\u0634\u063A\u0644 \u0628\u0637\u0631\u064A\u0642\u0629 \u0633\u0631\u064A\u0639\u0629",temprarilyChangeTranslationTo_transmart:"\u064A\u062A\u0645 \u0627\u0633\u062A\u062E\u062F\u0627\u0645 \u062A\u0631\u062C\u0645\u0629 \u062A\u064A\u0646\u0633\u0646\u062A \u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0635\u0641\u062D\u0629 \u0627\u0644\u062D\u0627\u0644\u064A\u0629",notLoginPro:"\u0644\u0645 \u062A\u0642\u0645 \u0628\u062A\u0633\u062C\u064A\u0644 \u0627\u0644\u062F\u062E\u0648\u0644 \u0625\u0644\u0649 \u062D\u0633\u0627\u0628 \u0627\u0644\u0639\u0636\u0648\u064A\u0629 \u0627\u0644\u062E\u0627\u0635 \u0628\u0643 \u0628\u0639\u062F","floatBall.iKnow":"\u0623\u0646\u0627 \u0623\u0639\u0631\u0641","intro.hoverTitle":"\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0641\u0642\u0631\u0629 \u0627\u0644\u062D\u0627\u0644\u064A\u0629 \u0639\u0646\u062F \u062A\u062D\u0631\u064A\u0643 \u0627\u0644\u0645\u0627\u0648\u0633 \u0641\u0648\u0642\u0647\u0627",temprarilyChangeTranslationTo_bing:"\u064A\u062A\u0645 \u0627\u0633\u062A\u062E\u062F\u0627\u0645 \u0645\u062A\u0631\u062C\u0645 \u0645\u0627\u064A\u0643\u0631\u0648\u0633\u0648\u0641\u062A \u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0635\u0641\u062D\u0629 \u0627\u0644\u062D\u0627\u0644\u064A\u0629",temprarilyChangeTranslationTo_openai:"\u064A\u062A\u0645 \u0627\u0633\u062A\u062E\u062F\u0627\u0645 OpenAI \u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0635\u0641\u062D\u0629 \u0627\u0644\u062D\u0627\u0644\u064A\u0629","browser.translateWithOpenAI":"\u0627\u0633\u062A\u062E\u062F\u0645 OpenAI \u0645\u0624\u0642\u062A\u064B\u0627 \u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0635\u0641\u062D\u0629 \u0627\u0644\u062D\u0627\u0644\u064A\u0629",networkError:"\u062A\u0648\u0627\u062C\u0647 \u062E\u062F\u0645\u0629 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0623\u0648 \u0627\u0644\u0634\u0628\u0643\u0629 \u0645\u0634\u0643\u0644\u0629",buildSnapshots:"\u0625\u0646\u0634\u0627\u0621 \u0644\u0642\u0637\u0629 \u0633\u0631\u064A\u0639\u0629 \u0644\u0644\u0635\u0641\u062D\u0629 \u0627\u0644\u0625\u0644\u0643\u062A\u0631\u0648\u0646\u064A\u0629","shortcutGroup.mouse":"\u062A\u0643\u0648\u064A\u0646 \u0627\u062E\u062A\u0635\u0627\u0631\u0627\u062A \u0627\u0644\u0645\u0627\u0648\u0633 \u0627\u0644\u0645\u0639\u0644\u0642\u0629","intro.subtitleTitle":"\u0639\u0631\u0636 \u0627\u0644\u062A\u0631\u062C\u0645\u0627\u062A \u0627\u0644\u0645\u0632\u062F\u0648\u062C\u0629 \u0644\u0644\u0641\u064A\u062F\u064A\u0648 \u0639\u0628\u0631 \u0627\u0644\u0625\u0646\u062A\u0631\u0646\u062A","floatBall.longPress":"\u0627\u0636\u063A\u0637 \u0645\u0639 \u0627\u0644\u0627\u0633\u062A\u0645\u0631\u0627\u0631 \u0644\u0641\u062A\u062D \u0644\u0648\u062D\u0629 \u0627\u0644\u0625\u0639\u062F\u0627\u062F\u0627\u062A \u0628\u0633\u0631\u0639\u0629",touchShortcutsToggleTranslateTouchElement:"\u062A\u0639\u064A\u064A\u0646 \u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0641\u0642\u0631\u0629 \u0627\u0644\u0645\u062D\u062F\u062F\u0629 \u0628\u0648\u0627\u0633\u0637\u0629 \u0627\u0644\u0625\u064A\u0645\u0627\u0621\u0627\u062A \u0639\u0644\u0649 \u0627\u0644\u0634\u0627\u0634\u0629 \u0627\u0644\u062A\u064A \u062A\u0639\u0645\u0644 \u0628\u0627\u0644\u0644\u0645\u0633","browser.translateWithBing":"\u0627\u0633\u062A\u062E\u062F\u0645 \u062A\u0631\u062C\u0645\u0629 \u0645\u0627\u064A\u0643\u0631\u0648\u0633\u0648\u0641\u062A \u0645\u0624\u0642\u062A\u064B\u0627 \u0644\u0644\u0635\u0641\u062D\u0629 \u0627\u0644\u062D\u0627\u0644\u064A\u0629","error.subscriptionExpired":"\u0642\u062F \u064A\u0643\u0648\u0646 \u0639\u0636\u0648\u064A\u062A\u0643 \u0642\u062F \u0627\u0646\u062A\u0647\u062A \u060C \u064A\u0631\u062C\u0649 \u0627\u0644\u062A\u062D\u0642\u0642 \u0645\u0646 \u062D\u0627\u0644\u0629 \u0639\u0636\u0648\u064A\u062A\u0643","browser.translateWithGemini":"\u0627\u0633\u062A\u062E\u062F\u0645 Gemini \u0645\u0624\u0642\u062A\u064B\u0627 \u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0635\u0641\u062D\u0629 \u0627\u0644\u062D\u0627\u0644\u064A\u0629","desc.touchShortcutsToggleTranslateTouchElement":"\u0642\u0645 \u0628\u062A\u062E\u0635\u064A\u0635 \u0625\u0634\u0627\u0631\u0629 \u0628\u064A\u062F\u0643\u060C \u0648\u064A\u0645\u0643\u0646\u0643 \u062A\u0631\u062C\u0645\u0629 \u0623\u064A \u0641\u0642\u0631\u0629 \u062A\u0648\u0627\u062C\u062F \u0641\u064A\u0647\u0627.","browser.translateWithTransmart":"\u0627\u0633\u062A\u062E\u062F\u0645 \u062A\u0631\u062C\u0645\u0629 \u062A\u064A\u0646\u0633\u0646\u062A \u0645\u0624\u0642\u062A\u064B\u0627 \u0644\u0644\u0635\u0641\u062D\u0629 \u0627\u0644\u062D\u0627\u0644\u064A\u0629","desc.interfaceLanguage":"\u062A\u0624\u062B\u0631 \u0625\u0639\u062F\u0627\u062F\u0627\u062A \u0644\u063A\u0629 \u0627\u0644\u0648\u0627\u062C\u0647\u0629 \u0639\u0644\u0649 \u0644\u063A\u0629 \u0639\u0631\u0636 \u0644\u0648\u062D\u0629 \u0627\u0644\u062A\u062D\u0643\u0645\u060C \u0648\u0644\u0627 \u062A\u062A\u0639\u0644\u0642 \u0628\u0644\u063A\u0629 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0645\u0633\u062A\u0647\u062F\u0641\u0629.",touchShortcutsToggleTranslationMask:"\u062A\u0639\u064A\u064A\u0646 \u0625\u064A\u0645\u0627\u0621\u0627\u062A \u0627\u0644\u0634\u0627\u0634\u0629 \u0627\u0644\u062A\u064A \u062A\u0639\u0645\u0644 \u0628\u0627\u0644\u0644\u0645\u0633 \u0644\u0639\u0631\u0636 \u0642\u0646\u0627\u0639 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 / \u0639\u0631\u0636 \u0627\u0644\u0646\u0635 \u0627\u0644\u0623\u0635\u0644\u064A","browser.toggleMouseHoverTranslateDirectly":"\u062A\u0645\u0643\u064A\u0646 \u0623\u0648 \u062A\u0639\u0637\u064A\u0644 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0645\u0628\u0627\u0634\u0631\u0629 \u0639\u0646\u062F \u062A\u0645\u0631\u064A\u0631 \u0627\u0644\u0645\u0627\u0648\u0633 \u0645\u0624\u0642\u062A\u064B\u0627 \u0639\u0644\u0649 \u0627\u0644\u0635\u0641\u062D\u0629","floatBall.guideClickToTranslate":`\u0627\u0646\u0642\u0631 \u0639\u0644\u0649 \u0643\u0631\u0629 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0639\u0627\u0626\u0645\u0629 \u0627\u0644\u063A\u0627\u0645\u0631\u0629 \u0644\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0633\u0631\u064A\u0639\u0629`,"description.baiduField":"\u062A\u0631\u0649 \u0627\u0644\u0645\u062C\u0627\u0644\u0627\u062A \u0627\u0644\u0645\u062F\u0639\u0648\u0645\u0629 <1> \u0647\u0646\u0627 \u060C \u0625\u0630\u0627 \u0643\u0627\u0646\u062A \u0641\u0627\u0631\u063A\u0629 \u060C \u0641\u0647\u0630\u0627 \u064A\u0639\u0646\u064A \u0623\u0646 \u0627\u0644\u0645\u062C\u0627\u0644 \u063A\u064A\u0631 \u0645\u062D\u062F\u062F","error.reason":"\u0633\u0628\u0628 \u0627\u0644\u062E\u0637\u0623","browser.toggleVideoSubtitlePreTranslation":"\u062A\u0628\u062F\u064A\u0644 \u0625\u0644\u0649 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u063A\u0627\u0645\u0631\u0629 \u0627\u0644\u0645\u0641\u0636\u0644\u0629 \u0644\u0644\u062A\u0631\u062C\u0645\u0627\u062A \u0627\u0644\u062B\u0646\u0627\u0626\u064A\u0629 \u0627\u0644\u0644\u063A\u0629",touchShortcutsToggleTranslatePage:"\u0642\u0645 \u0628\u062A\u0639\u064A\u064A\u0646 \u0627\u0644\u0625\u064A\u0645\u0627\u0621\u0627\u062A \u0639\u0644\u0649 \u0627\u0644\u0634\u0627\u0634\u0629 \u0627\u0644\u062A\u064A \u062A\u0639\u0645\u0644 \u0628\u0627\u0644\u0644\u0645\u0633 \u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0635\u0641\u062D\u0627\u062A \u0627\u0644\u0625\u0644\u0643\u062A\u0631\u0648\u0646\u064A\u0629 / \u0639\u0631\u0636 \u0627\u0644\u0646\u0635 \u0627\u0644\u0623\u0635\u0644\u064A","subtitle.showQuickButtonDescription":"\u062A\u0648\u0641\u0631 \u0645\u0634\u063A\u0644 \u0627\u0644\u0641\u064A\u062F\u064A\u0648 \u0637\u0631\u064A\u0642\u0629 \u0645\u062E\u062A\u0635\u0631\u0629 \u0644\u062A\u0645\u0643\u064A\u0646 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u062B\u0646\u0627\u0626\u064A\u0629 \u0641\u064A \u0627\u0644\u0632\u0627\u0648\u064A\u0629 \u0627\u0644\u064A\u0645\u0646\u0649 \u0627\u0644\u0633\u0641\u0644\u0649",mouseHoverCustomKeyDescription:"\u064A\u0645\u0643\u0646\u0643 \u062A\u062E\u0635\u064A\u0635 \u0645\u062C\u0645\u0648\u0639\u0629 \u0645\u0641\u0627\u062A\u064A\u062D \u0627\u062E\u062A\u0635\u0627\u0631 \u0644\u062A\u0645\u0631\u064A\u0631 \u0627\u0644\u0645\u0627\u0648\u0633\u060C \u0645\u062B\u0644: Alt+Z\u060C Ctrl+E\u060C Cmd+Alt+E \u0623\u0648 \u0645\u0628\u0627\u0634\u0631\u0629 Cmd\u060C \u0627\u0644\u0631\u062C\u0627\u0621 \u0627\u0644\u0625\u062F\u062E\u0627\u0644 \u064A\u062F\u0648\u064A\u0627","desc.toggleTranslateTheMainPage":"\u062A\u0631\u062C\u0645 \u0641\u0642\u0637 \u0627\u0644\u0645\u0646\u0627\u0637\u0642 \u0627\u0644\u0631\u0626\u064A\u0633\u064A\u0629 \u0644\u0644\u0635\u0641\u062D\u0629 \u060C \u0639\u0646\u062F \u062A\u0645\u0643\u064A\u0646\u0643 \u0644\u062A\u0631\u062C\u0645\u0629 \u062C\u0645\u064A\u0639 \u0645\u0646\u0627\u0637\u0642 \u0627\u0644\u0635\u0641\u062D\u0629 \u0641\u064A \u0627\u0644\u0625\u0639\u062F\u0627\u062F\u0627\u062A \u0627\u0644\u0645\u062A\u0642\u062F\u0645\u0629 \u060C \u064A\u0645\u0643\u0646\u0643 \u0627\u0633\u062A\u062E\u062F\u0627\u0645 \u0647\u0630\u0627 \u0627\u0644\u0627\u062E\u062A\u0635\u0627\u0631 \u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0645\u0646\u0627\u0637\u0642 \u0627\u0644\u0631\u0626\u064A\u0633\u064A\u0629 \u0644\u0644\u0635\u0641\u062D\u0629 \u0641\u0642\u0637.","contact.description":"\u0625\u0630\u0627 \u0643\u0627\u0646 \u0644\u062F\u064A\u0643 \u0623\u064A \u0623\u0633\u0626\u0644\u0629 \u0623\u0648 \u0627\u0642\u062A\u0631\u0627\u062D\u0627\u062A\u060C \u0641\u0646\u062D\u0646 \u0646\u0631\u062D\u0628 \u0628\u0643 \u0644\u0645\u0644\u0621 \u0627\u0644\u0646\u0645\u0648\u0630\u062C \u0623\u062F\u0646\u0627\u0647 \u0644\u0644\u0627\u062A\u0635\u0627\u0644 \u0628\u0646\u0627\u060C \u0623\u0648 \u0625\u0631\u0633\u0627\u0644 \u0628\u0631\u064A\u062F \u0625\u0644\u0643\u062A\u0631\u0648\u0646\u064A \u0625\u0644\u0649 {email}\u060C \u0648\u0633\u0646\u0631\u062F \u0639\u0644\u064A\u0643 \u0641\u064A \u0623\u0642\u0631\u0628 \u0648\u0642\u062A \u0645\u0645\u0643\u0646.","desc.toggleTranslateTheWholePage":"\u062A\u0631\u062C\u0645\u0629 \u062C\u0645\u064A\u0639 \u0627\u0644\u0645\u0646\u0627\u0637\u0642 \u0641\u064A \u0627\u0644\u0635\u0641\u062D\u0629\u060C \u0628\u0634\u0643\u0644 \u0627\u0641\u062A\u0631\u0627\u0636\u064A\u060C \u0633\u0646\u062A\u0631\u062C\u0645 \u0627\u0644\u0645\u0646\u0627\u0637\u0642 \u0627\u0644\u0631\u0626\u064A\u0633\u064A\u0629 \u0641\u064A \u0627\u0644\u0635\u0641\u062D\u0629\u060C \u064A\u0645\u0643\u0646\u0643 \u0627\u0633\u062A\u062E\u062F\u0627\u0645 \u0647\u0630\u0627 \u0627\u0644\u0627\u062E\u062A\u0635\u0627\u0631 \u0644\u062A\u0631\u062C\u0645\u0629 \u062C\u0645\u064A\u0639 \u0627\u0644\u0645\u0646\u0627\u0637\u0642 \u0641\u064A \u0627\u0644\u0635\u0641\u062D\u0629 \u0628\u0634\u0643\u0644 \u062E\u0627\u0635.",confirmResetToDefaultSettings:"\u0647\u0644 \u062A\u0631\u064A\u062F \u0628\u0627\u0644\u062A\u0623\u0643\u064A\u062F \u0627\u0633\u062A\u0639\u0627\u062F\u0629 \u0647\u0630\u0647 \u0627\u0644\u062E\u062F\u0645\u0629 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0625\u0644\u0649 \u0627\u0644\u0625\u0639\u062F\u0627\u062F\u0627\u062A \u0627\u0644\u0627\u0641\u062A\u0631\u0627\u0636\u064A\u0629\u061F (\u0625\u0639\u0627\u062F\u0629 \u062A\u0639\u064A\u064A\u0646 \u0625\u0639\u062F\u0627\u062F\u0627\u062A \u062E\u062F\u0645\u0629 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u062D\u0627\u0644\u064A\u0629 \u0641\u0642\u0637)",shortcutDisableTooltip:"\u064A\u0631\u062C\u0649 \u0627\u0644\u0642\u064A\u0627\u0645 \u0628\u0627\u0644\u0625\u0639\u062F\u0627\u062F\u0627\u062A \u0641\u064A \u0635\u0641\u062D\u0629 \u0625\u062F\u0627\u0631\u0629 \u0627\u062E\u062A\u0635\u0627\u0631\u0627\u062A \u0627\u0644\u0645\u062A\u0635\u0641\u062D \u0627\u0644\u0645\u0642\u062F\u0645\u0629 \u060C \u0644\u0644\u0645\u0632\u064A\u062F \u0645\u0646 \u0627\u0644\u0625\u0631\u0634\u0627\u062F\u0627\u062A \u060C \u064A\u0631\u062C\u0649 \u0627\u0644\u0627\u0637\u0644\u0627\u0639 \u0639\u0644\u0649 \u0627\u0644\u062A\u0639\u0644\u064A\u0645\u0627\u062A \u0641\u064A \u0623\u0639\u0644\u0649 \u0647\u0630\u0647 \u0627\u0644\u0635\u0641\u062D\u0629.","desc.toggleMouseHoverTranslateDirectly":"\u0628\u0639\u062F \u0627\u0644\u0636\u063A\u0637 \u0639\u0644\u0649 \u0647\u0630\u0627 \u0627\u0644\u0645\u0641\u062A\u0627\u062D \u0627\u0644\u0633\u0631\u064A\u0639 \u060C \u0639\u0644\u0649 \u0627\u0644\u0635\u0641\u062D\u0629 \u060C \u0637\u0627\u0644\u0645\u0627 \u0623\u0634\u0627\u0631 \u0627\u0644\u0645\u0627\u0648\u0633 \u0625\u0644\u0649 \u0623\u064A \u0646\u0635 \u060C \u0633\u064A\u062A\u0645 \u062A\u0631\u062C\u0645\u0629 \u0647\u0630\u0627 \u0627\u0644\u0646\u0635 \u062A\u0644\u0642\u0627\u0626\u064A\u064B\u0627. \u0627\u0636\u063A\u0637 \u0639\u0644\u0649 \u0627\u0644\u0645\u0641\u062A\u0627\u062D \u0627\u0644\u0633\u0631\u064A\u0639 \u0645\u0631\u0629 \u0623\u062E\u0631\u0649 \u060C \u0648\u0633\u064A\u062A\u0645 \u0625\u063A\u0644\u0627\u0642 \u0647\u0630\u0647 \u0627\u0644\u0648\u0638\u064A\u0641\u0629 \u0627\u0644\u062A\u0644\u0642\u0627\u0626\u064A\u0629 \u0644\u0644\u062A\u0631\u062C\u0645\u0629.","desc.mouseHoverHoldKey":"\u0639\u0646\u062F \u062A\u0645\u0631\u064A\u0631 \u0627\u0644\u0645\u0627\u0648\u0633 \u0641\u0648\u0642 \u0641\u0642\u0631\u0629 \u0645\u0639\u064A\u0646\u0629 \u0648\u0627\u0644\u0636\u063A\u0637 \u0639\u0644\u0649 \u0627\u0644\u0645\u0641\u062A\u0627\u062D \u0627\u0644\u0633\u0631\u064A\u0639 \u0639\u0644\u0649 \u0627\u0644\u062C\u0627\u0646\u0628 \u0627\u0644\u0623\u064A\u0645\u0646 \u0641\u064A \u0627\u0644\u0648\u0642\u062A \u0646\u0641\u0633\u0647\u060C \u064A\u0645\u0643\u0646\u0643 \u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0641\u0642\u0631\u0629 \u0645\u0628\u0627\u0634\u0631\u0629.",paragraphMinTextCountDesc:"\u064A\u0631\u062C\u0649 \u0627\u0644\u0627\u0646\u062A\u0628\u0627\u0647 \u060C \u0647\u0646\u0627 \u064A\u062A\u0645 \u0627\u0644\u0625\u0634\u0627\u0631\u0629 \u0625\u0644\u0649 \u0637\u0648\u0644 \u0627\u0644\u062D\u0631\u0641 \u060C \u0639\u0644\u0649 \u0633\u0628\u064A\u0644 \u0627\u0644\u0645\u062B\u0627\u0644: hello \u0647\u0648 5 \u0623\u062D\u0631\u0641 \u060C \u0648\u062A\u0639\u064A\u064A\u0646 \u0642\u064A\u0645\u0629 \u0623\u0643\u0628\u0631 \u064A\u0645\u0643\u0646 \u0623\u0646 \u064A\u0642\u0644\u0644 \u0645\u0646 \u0627\u0644\u062A\u0631\u062C\u0645\u0627\u062A \u063A\u064A\u0631 \u0627\u0644\u0636\u0631\u0648\u0631\u064A\u0629 \u0644\u0644\u0641\u0642\u0631\u0627\u062A \u0627\u0644\u0635\u063A\u064A\u0631\u0629.","desc.touchShortcutsToggleTranslationMask":"\u062A\u0634\u064A\u0631 \u0642\u0646\u0627\u0639 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0625\u0644\u0649 \u062A\u0623\u062B\u064A\u0631 \u0627\u0644\u0636\u0628\u0627\u0628\u064A\u0629 \u0641\u064A \u0646\u0645\u0637 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 (\u0648\u0636\u0639 \u0627\u0644\u062A\u0639\u0644\u0645) \u060C \u0648\u0628\u0639\u062F \u0627\u0644\u062A\u0634\u063A\u064A\u0644 \u060C \u064A\u062A\u0645 \u0627\u0633\u062A\u062E\u062F\u0627\u0645 \u062A\u0623\u062B\u064A\u0631 \u0627\u0644\u0636\u0628\u0627\u0628\u064A\u0629 \u0645\u0624\u0642\u062A\u064B\u0627 \u0639\u0644\u0649 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u060C \u0645\u0645\u0627 \u064A\u0633\u0647\u0644 \u0627\u0644\u062A\u0639\u0644\u0645.","intro.floatBallDescription":"\u0628\u0639\u062F \u0627\u0644\u062A\u0641\u0639\u064A\u0644\u060C \u0633\u064A\u0638\u0647\u0631 \u0632\u0631 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0633\u0631\u064A\u0639\u0629 \u0639\u0644\u0649 \u0627\u0644\u062C\u0627\u0646\u0628 \u0627\u0644\u0623\u064A\u0645\u0646 \u0645\u0646 \u0627\u0644\u0635\u0641\u062D\u0629\u060C \u0627\u0646\u0642\u0631 \u0639\u0644\u064A\u0647 \u0644\u0644\u062A\u0631\u062C\u0645\u0629\u060C \u0648\u0627\u0646\u0642\u0631 \u0645\u0631\u0629 \u0623\u062E\u0631\u0649 \u0644\u0644\u0639\u0648\u062F\u0629 \u0625\u0644\u0649 \u0627\u0644\u0646\u0635 \u0627\u0644\u0623\u0635\u0644\u064A. \u0639\u0644\u0649 \u0627\u0644\u0623\u062C\u0647\u0632\u0629 \u0627\u0644\u0645\u062D\u0645\u0648\u0644\u0629\u060C \u0627\u0636\u063A\u0637 \u0645\u0639 \u0627\u0644\u0627\u0633\u062A\u0645\u0631\u0627\u0631 \u0639\u0644\u0649 \u0627\u0644\u0643\u0631\u0629 \u0627\u0644\u0645\u0639\u0644\u0642\u0629 \u0644\u0641\u062A\u062D \u0644\u0648\u062D\u0629 \u0627\u0644\u0625\u0639\u062F\u0627\u062F\u0627\u062A \u0627\u0644\u0633\u0631\u064A\u0639\u0629.","desc.touchShortcutsToggleTranslatePage":"\u0628\u0639\u062F \u0627\u0644\u0625\u0639\u062F\u0627\u062F \u060C \u0639\u0646\u062F \u0627\u0644\u062A\u0646\u0642\u0644 \u0628\u0627\u0644\u062C\u0647\u0627\u0632 \u0627\u0644\u0645\u062D\u0645\u0648\u0644 \u060C \u064A\u0645\u0643\u0646\u0643 \u0627\u0633\u062A\u062E\u062F\u0627\u0645 X \u0623\u0635\u0627\u0628\u0639 \u0644\u0644\u0645\u0633 \u0627\u0644\u0634\u0627\u0634\u0629 \u0641\u064A \u0646\u0641\u0633 \u0627\u0644\u0648\u0642\u062A \u060C \u0623\u0648 \u0627\u0644\u062A\u0645\u0631\u064A\u0631 \u0644\u0644\u064A\u0645\u064A\u0646 \u0648\u0627\u0644\u064A\u0633\u0627\u0631 \u060C \u0623\u0648 \u0627\u0644\u0646\u0642\u0631 \u0627\u0644\u0645\u062A\u0648\u0627\u0635\u0644 \u060C \u0644\u062A\u0641\u0639\u064A\u0644 \u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0635\u0641\u062D\u0629 / \u0639\u0631\u0636 \u0627\u0644\u0646\u0635 \u0627\u0644\u0623\u0635\u0644\u064A.",translationOnlyModeDescription:"\u062A\u0634\u064A\u0631 \u0648\u0636\u0639\u064A\u0629 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0641\u0642\u0637 \u0625\u0644\u0649 \u0639\u0631\u0636 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0641\u0642\u0637\u060C \u0648\u0644\u064A\u0633 \u0627\u0644\u0648\u0636\u0639 \u0627\u0644\u062B\u0646\u0627\u0626\u064A \u0627\u0644\u0644\u063A\u0629 \u0627\u0644\u0627\u0641\u062A\u0631\u0627\u0636\u064A. \u0627\u0644\u0631\u062C\u0627\u0621 \u0645\u0644\u0627\u062D\u0638\u0629: \u0628\u0633\u0628\u0628 \u0645\u0634\u0643\u0644\u0627\u062A \u0627\u0644\u062A\u0642\u0646\u064A\u0629\u060C \u0633\u062A\u0635\u0628\u062D \u0627\u0644\u0631\u0648\u0627\u0628\u0637 \u0627\u0644\u0641\u0627\u0626\u0642\u0629 \u0641\u064A \u0627\u0644\u0646\u0635 \u0627\u0644\u0623\u0635\u0644\u064A \u063A\u064A\u0631 \u0641\u0639\u0627\u0644\u0629 \u0641\u064A \u0648\u0636\u0639\u064A\u0629 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0641\u0642\u0637.","intro.hoverDescription":"\u062A\u0639\u062F \u0648\u0638\u064A\u0641\u0629 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0639\u0646\u062F \u062A\u0645\u0631\u064A\u0631 \u0627\u0644\u0645\u0624\u0634\u0631 \u0641\u0648\u0642 \u0627\u0644\u0646\u0635 \u062C\u0632\u0621\u064B\u0627 \u0645\u0647\u0645\u064B\u0627 \u062C\u062F\u064B\u0627 \u0645\u0646 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u063A\u0627\u0645\u0631\u0629\u060C \u0641\u0642\u0637 \u0636\u0639 \u0627\u0644\u0645\u0624\u0634\u0631 \u0639\u0644\u0649 \u0627\u0644\u0641\u0642\u0631\u0629 \u0648\u0627\u0636\u063A\u0637 \u0639\u0644\u0649 \u0627\u0644\u0645\u0641\u062A\u0627\u062D \u0627\u0644\u0633\u0631\u064A\u0639 \u0627\u0644\u0645\u062D\u062F\u062F \u0641\u064A \u0646\u0641\u0633 \u0627\u0644\u0648\u0642\u062A\u060C \u0648\u0633\u064A\u062A\u0645 \u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0641\u0642\u0631\u0629 \u0627\u0644\u062D\u0627\u0644\u064A\u0629 \u062A\u0644\u0642\u0627\u0626\u064A\u064B\u0627 (\u0645\u0644\u0627\u062D\u0638\u0629: \u0627\u0644\u0625\u0639\u062F\u0627\u062F \u0627\u0644\u0627\u0641\u062A\u0631\u0627\u0636\u064A \u0644\u064A\u0633 \u0645\u0641\u0639\u0644\u0627\u064B\u060C \u064A\u0631\u062C\u0649 \u0627\u0644\u0625\u0639\u062F\u0627\u062F \u0623\u062F\u0646\u0627\u0647)\u060C \u064A\u062A\u0645 \u0627\u0633\u062A\u062E\u062F\u0627\u0645 \u0647\u0630\u0627 \u0627\u0644\u062A\u0641\u0627\u0639\u0644 \u0644\u0627\u0633\u062A\u0628\u062F\u0627\u0644 \u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0643\u0644\u0645\u0627\u062A \u0627\u0644\u0645\u062D\u062F\u062F\u0629 \u0628\u0634\u0643\u0644 \u0623\u0641\u0636\u0644\u060C \u0628\u0627\u0644\u0625\u0636\u0627\u0641\u0629 \u0625\u0644\u0649 \u0630\u0644\u0643\u060C \u064A\u062A\u0645 \u0627\u0633\u062A\u062E\u062F\u0627\u0645 \u0647\u0630\u0647 \u0627\u0644\u0648\u0638\u064A\u0641\u0629 \u0639\u0644\u0649 \u0646\u0637\u0627\u0642 \u0648\u0627\u0633\u0639 \u0641\u064A \u062A\u0644\u0643 \u0627\u0644\u0645\u0646\u0627\u0637\u0642 \u0627\u0644\u062A\u064A \u0644\u0627 \u064A\u0645\u0643\u0646 \u0627\u0644\u062A\u0639\u0631\u0641 \u0639\u0644\u064A\u0647\u0627 \u0644\u0644\u062A\u0631\u062C\u0645\u0629\u060C \u064A\u0645\u0643\u0646\u0643 \u0627\u0633\u062A\u062E\u062F\u0627\u0645 \u0647\u0630\u0647 \u0627\u0644\u0648\u0638\u064A\u0641\u0629 \u0644\u062A\u0631\u062C\u0645\u0629 \u0623\u064A \u0641\u0642\u0631\u0629 \u0628\u0627\u0644\u0642\u0648\u0629.","neverTranslateText.description":"\u0628\u0633\u0628\u0628 \u0623\u0646 \u0628\u0639\u0636 \u0645\u062D\u0631\u0643\u0627\u062A \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0644\u0627 \u062A\u062A\u0639\u0631\u0641 \u0628\u0634\u0643\u0644 \u0645\u062B\u0627\u0644\u064A \u0639\u0644\u0649 \u0627\u0644\u0623\u0633\u0645\u0627\u0621 \u0627\u0644\u062E\u0627\u0635\u0629\u060C \u064A\u0645\u0643\u0646\u0643 \u0625\u0636\u0627\u0641\u0629 \u0643\u0644\u0645\u0627\u062A \u0647\u0646\u0627 \u0644\u0644\u062A\u0623\u0643\u062F \u0645\u0646 \u0623\u0646\u0647\u0627 \u0644\u0646 \u062A\u062A\u063A\u064A\u0631 \u0623\u062B\u0646\u0627\u0621 \u0639\u0645\u0644\u064A\u0629 \u0627\u0644\u062A\u0631\u062C\u0645\u0629. \u064A\u0631\u062C\u0649 \u0645\u0644\u0627\u062D\u0638\u0629 \u0623\u0646 \u0647\u0630\u0647 \u0627\u0644\u0648\u0638\u064A\u0641\u0629 \u062A\u0639\u062A\u0645\u062F \u0639\u0644\u0649 \u062D\u062C\u0645 \u0627\u0644\u062D\u0631\u0648\u0641\u060C \u0648\u062A\u062F\u0639\u0645 \u0641\u0642\u0637 \u0627\u0644\u0644\u063A\u0627\u062A \u0627\u0644\u062A\u064A \u062A\u0641\u0635\u0644 \u0627\u0644\u0643\u0644\u0645\u0627\u062A \u0628\u0645\u0633\u0627\u0641\u0627\u062A (\u0645\u062B\u0644 \u0627\u0644\u0625\u0646\u062C\u0644\u064A\u0632\u064A\u0629 \u0648\u0627\u0644\u0641\u0631\u0646\u0633\u064A\u0629)\u060C \u0648\u0644\u0627 \u062A\u0646\u0637\u0628\u0642 \u0639\u0644\u0649 \u0627\u0644\u0644\u063A\u0627\u062A \u0645\u062B\u0644 \u0627\u0644\u064A\u0627\u0628\u0627\u0646\u064A\u0629 \u0648\u0627\u0644\u0643\u0648\u0631\u064A\u0629.","intro.subtitleDescription":"\u0628\u0639\u062F \u062A\u0641\u0639\u064A\u0644 \u0647\u0630\u0647 \u0627\u0644\u0648\u0638\u064A\u0641\u0629\u060C \u0633\u064A\u062A\u0645 \u0639\u0631\u0636 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u062B\u0646\u0627\u0626\u064A\u0629 \u062A\u0644\u0642\u0627\u0626\u064A\u064B\u0627 \u0623\u062B\u0646\u0627\u0621 \u062A\u0634\u063A\u064A\u0644 \u0627\u0644\u0641\u064A\u062F\u064A\u0648. \u0625\u0630\u0627 \u0644\u0645 \u064A\u062A\u0645 \u0627\u0644\u062A\u0641\u0639\u064A\u0644\u060C \u0633\u062A\u062D\u062A\u0627\u062C \u0625\u0644\u0649 \u0627\u0644\u0646\u0642\u0631 \u064A\u062F\u0648\u064A\u064B\u0627 \u0639\u0644\u0649 \u0632\u0631 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0639\u0644\u0649 \u0627\u0644\u0635\u0641\u062D\u0629 \u0644\u0639\u0631\u0636 \u0627\u0644\u062A\u0631\u062C\u0645\u0629. \u064A\u0631\u062C\u0649 \u0645\u0644\u0627\u062D\u0638\u0629 \u0623\u0646 \u0628\u0639\u0636 \u0627\u0644\u0645\u0648\u0627\u0642\u0639 \u0642\u062F \u062A\u062D\u062A\u0627\u062C \u0625\u0644\u0649 \u062A\u062D\u062F\u064A\u062B \u0627\u0644\u0635\u0641\u062D\u0629 \u0623\u0648 \u0627\u0644\u0627\u0646\u062A\u0638\u0627\u0631 \u062D\u062A\u0649 \u064A\u062A\u0645 \u0627\u0644\u0627\u0646\u062A\u0647\u0627\u0621 \u0645\u0646 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0639\u0646\u062F \u062A\u0641\u0639\u064A\u0644 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0644\u0623\u0648\u0644 \u0645\u0631\u0629 \u0644\u0639\u0631\u0636 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u062B\u0646\u0627\u0626\u064A\u0629. (\u0628\u0627\u0644\u0625\u0636\u0627\u0641\u0629 \u0625\u0644\u0649 \u0630\u0644\u0643\u060C \u064A\u0645\u0643\u0646\u0643 \u0623\u064A\u0636\u064B\u0627 \u062A\u0641\u0639\u064A\u0644 / \u0625\u0644\u063A\u0627\u0621 \u062A\u0641\u0639\u064A\u0644 \u0644\u0648\u062D\u0629 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u063A\u0627\u0645\u0631\u0629 \u0645\u0646 \u0627\u0644\u0632\u0627\u0648\u064A\u0629 \u0627\u0644\u0639\u0644\u0648\u064A\u0629 \u0627\u0644\u064A\u0645\u0646\u0649 \u0628\u0639\u062F \u0641\u062A\u062D \u0645\u0648\u0642\u0639 \u0627\u0644\u0641\u064A\u062F\u064A\u0648)

\u064A\u062A\u0645 \u0627\u0644\u0622\u0646 \u062F\u0639\u0645 \u0627\u0633\u062A\u062E\u062F\u0627\u0645 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u062B\u0646\u0627\u0626\u064A\u0629 \u0639\u0644\u0649 \u0647\u0630\u0647 \u0627\u0644\u0645\u0648\u0627\u0642\u0639:",geminiWarning:"\u062A\u0646\u0628\u064A\u0647: \u0627\u0644\u062E\u062F\u0645\u0629 \u0627\u0644\u0645\u062C\u0627\u0646\u064A\u0629 \u0644\u0640 Gemini \u0627\u0644\u062A\u064A \u062A\u0642\u062F\u0645\u0647\u0627 Google \u0644\u0647\u0627 \u0642\u064A\u0648\u062F \u0635\u0627\u0631\u0645\u0629\u060C \u0642\u062F \u064A\u062D\u0643\u0645 Google \u0623\u0646 \u0627\u0644\u0645\u0633\u062A\u062E\u062F\u0645 \u064A\u0633\u062A\u062E\u062F\u0645 \u0645\u0641\u0627\u062A\u064A\u062D \u0645\u062A\u0639\u062F\u062F\u0629 \u0644\u062A\u062C\u0646\u0628 \u0642\u064A\u0648\u062F \u0627\u0644\u062D\u0635\u0629 \u0627\u0644\u0645\u062C\u0627\u0646\u064A\u0629 \u0627\u0644\u062E\u0627\u0635\u0629 \u0628\u0647\u0645\u060C \u0644\u0630\u0627 \u0644\u0627 \u064A\u064F\u0646\u0635\u062D \u0628\u0627\u0633\u062A\u062E\u062F\u0627\u0645\u0647\u0627\u060C \u064A\u064F\u0641\u0636\u0644 \u0627\u0644\u0627\u0646\u062A\u0638\u0627\u0631 \u062D\u062A\u0649 \u062A\u0641\u062A\u062D Google \u0648\u0627\u062C\u0647\u0629 \u0628\u0631\u0645\u062C\u0629 \u0627\u0644\u062A\u0637\u0628\u064A\u0642\u0627\u062A \u0627\u0644\u0645\u062F\u0641\u0648\u0639\u0629 \u0644\u0640 Gemini \u0641\u064A \u0627\u0644\u0645\u0633\u062A\u0642\u0628\u0644 \u0644\u0627\u0633\u062A\u062E\u062F\u0627\u0645\u0647\u0627.","floatBall.setting":"\u0625\u0639\u062F\u0627\u062F\u0627\u062A","floatBall.file":`\u062A\u0631\u062C\u0645\u0629 \u0645\u0644\u0641\u0627\u062A PDF\u060C EPUB\u060C SRT\u060C ASS\u060C HTML\u060C TXT`,"floatBall.translateToLanguage":"\u0627\u0646\u0642\u0631 \u0644\u0644\u062A\u0631\u062C\u0645\u0629 \u0625\u0644\u0649 {language}",changeToOnlyTempTranslationMode:"\u0642\u0645 \u0628\u0627\u0644\u062A\u0628\u062F\u064A\u0644 \u0625\u0644\u0649 \u0625\u0638\u0647\u0627\u0631 \u0627\u0644\u062A\u0631\u062C\u0645\u0627\u062A \u0641\u0642\u0637",changeToDualTempTranslationMode:"\u0627\u0644\u062A\u0628\u062F\u064A\u0644 \u0625\u0644\u0649 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u062B\u0646\u0627\u0626\u064A\u0629 \u0627\u0644\u0644\u063A\u0629","transitionMode.translation":"\u0641\u0642\u0637 \u0627\u0644\u0646\u0635 \u0627\u0644\u0645\u062A\u0631\u062C\u0645","options.navbar.translateFile":"\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0648\u062B\u0627\u0626\u0642","transitionMode.dual":"\u0645\u0642\u0627\u0628\u0644\u0629 \u062B\u0646\u0627\u0626\u064A\u0629 \u0627\u0644\u0644\u063A\u0629","options.navbar.installApp":"\u062A\u062B\u0628\u064A\u062A \u062A\u0637\u0628\u064A\u0642 \u0627\u0644\u0647\u0627\u062A\u0641 \u0627\u0644\u0645\u062D\u0645\u0648\u0644","transitionMode.inherit":"\u0645\u0639 \u0627\u0644\u062D\u0641\u0627\u0638 \u0639\u0644\u0649 \u0627\u0644\u062A\u0646\u0627\u0633\u0642 \u0645\u0639 \u0648\u0636\u0639 \u0639\u0631\u0636 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0627\u0641\u062A\u0631\u0627\u0636\u064A \u0644\u0644\u0646\u0638\u0627\u0645","subtitle.transitionMode":"\u0625\u0639\u062F\u0627\u062F\u0627\u062A \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0641\u0642\u0637 / \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u062B\u0646\u0627\u0626\u064A\u0629 \u0644\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0641\u064A\u062F\u064A\u0648","subtitle.transitionModeDescription":"\u0642\u0645 \u0628\u062A\u0639\u064A\u064A\u0646 \u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0641\u064A\u062F\u064A\u0648 \u0625\u0644\u0649 \u0627\u0644\u0646\u0635 \u0627\u0644\u0645\u062A\u0631\u062C\u0645 \u0641\u0642\u0637 \u0623\u0648 \u0645\u0642\u0627\u0631\u0646\u0629 \u0627\u0644\u0644\u063A\u062A\u064A\u0646",translateFileTooltip:`\u062A\u0631\u062C\u0645\u0629 \u0645\u0644\u0641\u0627\u062A PDF\u060C ePub\u060C srt\u060C ass\u060C HTML\u060C TXT`,"description.subtitlePrompt":`\u0641\u064A \u0633\u064A\u0627\u0642 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u062A\u062D\u062A \u0627\u0644\u0634\u0627\u0634\u0629 \u0639\u0646\u062F \u0625\u0631\u0633\u0627\u0644 \u0639\u062F\u0629 \u0641\u0642\u0631\u0627\u062A\u060C \u064A\u062A\u0645 \u0625\u0631\u0633\u0627\u0644 \u0627\u0644\u062D\u0648\u0627\u0631 \u0625\u0644\u0649 {service} \u0628\u0627\u0633\u0645 \u0627\u0644\u0645\u0633\u062A\u062E\u062F\u0645\u060C \u062D\u064A\u062B {{from}} \u064A\u0645\u062B\u0644 \u0644\u063A\u0629 \u0627\u0644\u0641\u0642\u0631\u0629\u060C \u0648{{to}} \u064A\u0645\u062B\u0644 \u0627\u0644\u0644\u063A\u0629 \u0627\u0644\u0645\u0633\u062A\u0647\u062F\u0641\u0629\u060C \u0648{{yaml}} \u0647\u0648 \u0645\u062D\u062A\u0648\u0649 \u0627\u0644\u0641\u0642\u0631\u0629 \u0627\u0644\u0630\u064A \u0646\u0642\u0648\u0645 \u0628\u062A\u063A\u0644\u064A\u0641\u0647 \u0628\u062A\u0646\u0633\u064A\u0642 yaml\u060C \u0625\u0630\u0627 \u0643\u0627\u0646 \u0644\u062F\u064A\u0643 \u062D\u0627\u062C\u0629 \u0644\u062A\u062E\u0635\u064A\u0635 Prompt\u060C \u064A\u062C\u0628 \u0623\u0646 \u062A\u0636\u0645\u0646 \u0623\u0646 \u0643\u0644 \u0639\u0646\u0635\u0631 \u0641\u064A \u0646\u062A\u0627\u0626\u062C YAML \u0627\u0644\u062A\u064A \u064A\u0631\u062F \u0639\u0644\u064A\u0647\u0627 \u0627\u0644\u0630\u0643\u0627\u0621 \u0627\u0644\u0627\u0635\u0637\u0646\u0627\u0639\u064A \u064A\u062D\u062A\u0648\u064A \u0639\u0644\u0649 \u062D\u0642\u0644 {env.imt_sub_trans_field}\u060C {{imt_sub_trans_field}} \u0647\u0648 \u0627\u0633\u0645 \u0627\u0644\u062D\u0642\u0644 \u0627\u0644\u0630\u064A \u0646\u0631\u063A\u0628 \u0641\u064A \u0623\u0646 \u064A\u0631\u062F \u0639\u0644\u064A\u0647 \u0627\u0644\u0630\u0643\u0627\u0621 \u0627\u0644\u0627\u0635\u0637\u0646\u0627\u0639\u064A \u0628\u0627\u0644\u062A\u0631\u062C\u0645\u0629\u060C \u0627\u0644\u0627\u0641\u062A\u0631\u0627\u0636\u064A \u0647\u0648: {env.imt_sub_trans_field}\u060C {{imt_sub_source_field}} \u0647\u0648 \u0627\u0633\u0645 \u0627\u0644\u062D\u0642\u0644 \u0627\u0644\u0623\u0635\u0644\u064A \u0627\u0644\u0630\u064A \u0646\u0642\u062F\u0645\u0647 \u0644\u0644\u0630\u0643\u0627\u0621 \u0627\u0644\u0627\u0635\u0637\u0646\u0627\u0639\u064A\u060C \u0627\u0644\u0627\u0641\u062A\u0631\u0627\u0636\u064A \u0647\u0648: {env.imt_sub_source_field}\u060C \u0646\u062A\u064A\u062C\u0629 \u0627\u0644\u0639\u064A\u0646\u0629: @@ -5027,7 +5027,7 @@ ass\u060C HTML\u060C TXT`,"description.subtitlePrompt":`\u0641\u064A \u0633\u064 - id: 1 {env.imt_trans_field}: \u0627\u0644\u062A\u0631\u062C\u0645\u0629 - id: 2 - {env.imt_trans_field}: \u0627\u0644\u062A\u0631\u062C\u0645\u0629`,"translationServices.claude":"\u0643\u0644\u0648\u062F","subtitle.quickButton.setting":"\u0625\u0639\u062F\u0627\u062F\u0627\u062A","subtitle.quickButton.white":"\u0623\u0628\u064A\u0636","subtitle.quickButton.black":"\u0627\u0644\u0644\u0648\u0646 \u0627\u0644\u0623\u0633\u0648\u062F","subtitle.quickButton.yellow":"\u0627\u0644\u0644\u0648\u0646 \u0627\u0644\u0623\u0635\u0641\u0631","subtitle.quickButton.backgroundOpacity":"\u0634\u0641\u0627\u0641\u064A\u0629 \u0627\u0644\u062E\u0644\u0641\u064A\u0629","subtitle.quickButton.translationPositionBottom":"\u0623\u0633\u0641\u0644 \u0627\u0644\u0646\u0635 \u0627\u0644\u0623\u0635\u0644\u064A","subtitle.quickButton.backgroundColor":"\u0644\u0648\u0646 \u0627\u0644\u062E\u0644\u0641\u064A\u0629","subtitle.quickButton.cyan":"\u0627\u0644\u0644\u0648\u0646 \u0627\u0644\u0623\u0632\u0631\u0642","subtitle.quickButton.translationPosition":"\u0645\u0648\u0642\u0639 \u0627\u0644\u062A\u0631\u062C\u0645\u0629","subtitle.quickButton.magenta":"\u0627\u0644\u0644\u0648\u0646 \u0627\u0644\u0642\u0631\u0645\u0632\u064A","subtitle.quickButton.translationTextColor":"\u0644\u0648\u0646 \u062E\u0637 \u0627\u0644\u0646\u0635","subtitle.quickButton.red":"\u0627\u0644\u0644\u0648\u0646 \u0627\u0644\u0623\u062D\u0645\u0631","subtitle.quickButton.translationPositionTop":"\u0641\u064A \u0627\u0644\u062C\u0632\u0621 \u0627\u0644\u0639\u0644\u0648\u064A \u0645\u0646 \u0627\u0644\u0646\u0635 \u0627\u0644\u0623\u0635\u0644\u064A","subtitle.quickButton.sourceTextColor":"\u0644\u0648\u0646 \u0627\u0644\u062E\u0637 \u0627\u0644\u0623\u0635\u0644\u064A","subtitle.quickButton.green":"\u0627\u0644\u0644\u0648\u0646 \u0627\u0644\u0623\u062E\u0636\u0631","subtitle.quickButton.sourceFontSize":"\u062D\u062C\u0645 \u0627\u0644\u062E\u0637 \u0627\u0644\u0623\u0635\u0644\u064A","subtitle.quickButton.blue":"\u0627\u0644\u0644\u0648\u0646 \u0627\u0644\u0623\u0632\u0631\u0642","subtitle.quickButton.translationFontSize":"\u062D\u062C\u0645 \u062E\u0637 \u0627\u0644\u0646\u0635 \u0627\u0644\u0645\u062A\u0631\u062C\u0645",attachSubtitleTranslating:"\u0627\u0633\u062A\u062E\u062F\u0645 {service} \u0644\u0644\u062A\u0631\u062C\u0645\u0629...","error.claude.403":"\u0644\u0627 \u062A\u0648\u062C\u062F \u0635\u0644\u0627\u062D\u064A\u0629 \u0645\u0624\u0642\u062A\u0629 \u0644\u0644\u0648\u0635\u0648\u0644 \u0625\u0644\u0649 \u0627\u0644\u062E\u062F\u0645\u0629\u060C \u0642\u062F \u064A\u0643\u0648\u0646 \u0630\u0644\u0643 \u0645\u0631\u062A\u0628\u0637\u064B\u0627 \u0628\u0627\u0644\u0642\u064A\u0648\u062F \u0627\u0644\u062C\u063A\u0631\u0627\u0641\u064A\u0629 \u0644\u0640 Claude \u060C \u064A\u0645\u0643\u0646\u0643 \u0645\u062D\u0627\u0648\u0644\u0629 \u062A\u063A\u064A\u064A\u0631 \u0639\u0646\u0648\u0627\u0646 IP \u0627\u0644\u062E\u0627\u0635 \u0628\u0643 \u060C \u0623\u0648 \u0627\u0633\u062A\u062E\u062F\u0627\u0645 \u062E\u062F\u0645\u0627\u062A \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0623\u062E\u0631\u0649.","browser.brandDescriptionForSafari":"\u3010\u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u063A\u0627\u0645\u0631\u0629\u3011 \u0625\u0636\u0627\u0641\u0629 \u0645\u062C\u0627\u0646\u064A\u0629 \u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0635\u0641\u062D\u0627\u062A \u0627\u0644\u062B\u0646\u0627\u0626\u064A\u0629 \u0627\u0644\u0644\u063A\u0629 (\u0627\u0644\u0646\u0635 \u0627\u0644\u0623\u0635\u0644\u064A / \u0627\u0644\u062A\u0631\u062C\u0645\u0629)\u060C \u062A\u062F\u0639\u0645 \u0641\u064A \u0627\u0644\u0648\u0642\u062A \u0646\u0641\u0633\u0647 \u062A\u0631\u062C\u0645\u0629 PDF \u0648\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0643\u062A\u0628 \u0627\u0644\u0625\u0644\u0643\u062A\u0631\u0648\u0646\u064A\u0629 EPUB \u0645\u0639 \u0627\u0644\u062D\u0641\u0627\u0638 \u0639\u0644\u0649 \u062A\u0646\u0633\u064A\u0642 \u0627\u0644\u0648\u062B\u064A\u0642\u0629 \u0627\u0644\u0623\u0635\u0644\u064A\u0629\u060C \u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u062A\u0631\u062C\u0645\u0627\u062A \u0627\u0644\u062B\u0646\u0627\u0626\u064A\u0629 \u0627\u0644\u0644\u063A\u0629 \u0644\u0644\u0641\u064A\u062F\u064A\u0648\u0647\u0627\u062A \u0639\u0644\u0649 \u0627\u0644\u0625\u0646\u062A\u0631\u0646\u062A \u0645\u062B\u0644 Youtube/Netflix\u060C \u062A\u062F\u0639\u0645 \u062E\u062F\u0645\u0627\u062A \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0631\u0626\u064A\u0633\u064A\u0629 \u0645\u062B\u0644 Deepl/Google\u061B","browser.PdfProFile":"\u062A\u0631\u062C\u0645\u0629 PDF Pro \u0628\u062F\u0639\u0645 \u0645\u0646 \u0627\u0644\u0630\u0643\u0627\u0621 \u0627\u0644\u0627\u0635\u0637\u0646\u0627\u0639\u064A","browser.textTranslate":"\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0646\u0635"};var ks={nologin:"nicht eingeloggt",loginForSafari:"Anmelden oder Registrieren",login:"Anmelden, um eine Mitgliedschaft zu er\xF6ffnen",manageAccount:"Verwaltete Konten",openPremium:"Offene Mitgliedschaft",logout:"Abbrechen",curentPlan:"Aktuelle Pakete",endAt:"Verfallsdatum",endAuto:"automatische Erneuerung",lineBreakMaxTextCount:"Maximal zul\xE4ssige Anzahl von Zeichen pro Satz nach Zeilenumbr\xFCchen","translate-pdf":"Zum \xDCbersetzen PDF anklicken","noSupportTranslate-pdf":"Script nicht unterst\xFCtzt, bitte Plugin verwenden","translate-firefox-local-pdf":"Klicken Sie, um zu PDF importieren zu gelangen",enableLineBreak:"Automatischen Zeilenvorschub f\xFCr lange Abs\xE4tze aktivieren",sponsorLabel:"$1 Gesponserte Entwickler",help:"Hand",browserShortcutsNoteForFirefox:'Um die Verkn\xFCpfungen in Firefox zu \xE4ndern, m\xFCssen Sie die Seite f\xFCr die Verwaltung der Erweiterungen "about:addons" \xF6ffnen, dann auf "Einstellungen" und dann auf "Verkn\xFCpfungen verwalten" klicken, um die Verkn\xFCpfungen festzulegen.',browserShortcutsNoteForChrome:'Um Verkn\xFCpfungen in Chrome zu \xE4ndern, m\xFCssen Sie die Seite f\xFCr die Verwaltung von Erweiterungen \xF6ffnen, sie im Bereich "Verkn\xFCpfungen verwalten" festlegen (chrome://extensions/shortcuts) und auf die Schaltfl\xE4che unten klicken, um zur Seite f\xFCr die Verwaltung von Verkn\xFCpfungen zu gelangen.',browserShortcutsSucks:"Benutzerdefinierte Tastenkombinationen werden wie folgt formatiert (es erfolgt keine automatische Erkennung, bitte direkt eingeben)\uFF1A",enableLineBreakDescription:"Wenn diese Funktion aktiviert ist, werden in langen Abs\xE4tzen am Ende jedes Satzes Zeilenumbr\xFCche eingef\xFCgt, um die Lesbarkeit zu verbessern.","browser.shortBrandName":"Immersions\xFCbersetzung","browser.brandName":"Immersion Translation: Bilinguale Webseiten & PDF \xDCbersetzung","browser.brandDescription":"Bilingual web page translation, also supports PDF translation, bilingual Epub eBook translation, free to use.","browser.toggleTranslatePage":"Seite \xFCbersetzen/ Originaltext anzeigen","browser.toggleTranslateTheWholePage":"Alle Bereiche der Seite \xFCbersetzen/den Originaltext anzeigen","browser.toggleOnlyTransation":"Wechseln Sie in den Zweisprachen-/Nur-\xDCbersetzungsmodus","browser.toggleTranslateToThePageEndImmediately":"Sofortige \xDCbersetzung am Ende der Seite/Anzeige des Originaltextes","browser.toggleTranslateTheMainPage":"Den Hauptbereich der Seite \xFCbersetzen/den Originaltext anzeigen","browser.shareToDraft":"Zweisprachige Seiten teilen","browser.openOptionsPage":"\xD6ffnen Sie die Einstellungsseite","browser.toggleTranslationMask":"Translationsunsch\xE4rfe-Effekt ein-/ausblenden","browser.translateLocalPdfFile":"Lokale PDF-Dateien \xFCbersetzen","browser.openEbookViewer":"Lokale eBooks lesen","browser.openEbookBuilder":"Zweisprachige EPUB eBooks erstellen","browser.translateLocalHtmlFile":"HTML/Txt-Dateien \xFCbersetzen","browser.donateContext":"Erfahren Sie mehr \xFCber die Vorteile eines Sponsors","browser.translateLocalSubtitleFile":"Lokale Untertiteldateien \xFCbersetzen",confirmResetConfig:"Sind Sie sicher, dass Sie die Einstellungen zur\xFCcksetzen wollen?",translationLineBreakSettingTitle:"\xDCbersetzung Zeilenvorschubeinstellung",smartLineBreak:"Smart Line Feed (Berechnung)",alwaysLineBreak:"Immer Zeilenvorschub",isShowContextMenu:"Hinzuf\xFCgen \xFCbersetzter Seiten zu Rechtsklick-Men\xFCpunkten",toggleBeta:"Aktivieren von Beta-Testfunktionen",betaDescription:"Aktivieren Sie Funktionen, die noch experimentell sind, sowie einen \xDCbersetzungsdienst in der Beta-Phase. Treten Sie der <1>Telegram-Gruppe bei, um mehr zu erfahren.",translationLineBreakSettingDescription:"Bei Seiten mit wenig Inhalt sind die Zeilenumbr\xFCche immer ordentlich und \xFCbersichtlich. (Verwenden Sie intelligente Zeilenumbr\xFCche in langen, inhaltsreichen Abs\xE4tzen (mehr als{count}Zeichen), um Platz zu sparen).",tempTranslateDomainTitle:"Dauer des vor\xFCbergehenden Einschaltens der Website-\xDCbersetzung",tempTranslateDomainDescription:"Wenn Sie eine Webseite manuell \xFCbersetzen, schalten Sie die Website vor\xFCbergehend f\xFCr die automatische \xDCbersetzung ein, und Sie k\xF6nnen die vor\xFCbergehende Dauer festlegen.",xMinutes:"{count} Minuten",disabled:"die Verwendung von etw. untersagen",changelog:"Protokoll aktualisieren",toggleTranslatePageWhenThreeFingersOnTheScreen:"Gleichzeitiges Ber\xFChren des Bildschirms mit mehreren Fingern \xFCbersetzt Webseiten/zeigt den Originaltext an",toggleTranslationMaskWhenThreeFingersOnTheScreen:"Durch Ber\xFChren mit mehreren Fingern wird der Unsch\xE4rfeeffekt ein- und ausgeblendet.",fingerCountToToggleTranslagePageOnlyTranslationWhenTouching:"Wenn Sie mit mehreren Fingern gleichzeitig den Bildschirm ber\xFChren, wird die Webseite \xFCbersetzt (nur \xDCbersetzung) bzw. der Originaltext angezeigt.",addUrlDescription:"Kann ein Dom\xE4nenname sein und unterst\xFCtzt auch Wildcards, z. B.\uFF1A*.google.com, google.com/mail/*, https://www.google.com/*",general:"Grundeinstellungen",clickToExpandConfig:"Aktuelle Konfiguration erweitern",import:"Aus Datei importieren",export:"In Datei exportieren",toggleDebug:"Das Debug-Protokoll auf der Konsole ausgeben","fingers.0":"Klageschrift","fingers.2":"Zwei-Finger-Ber\xFChrung","fingers.3":"Drei-Finger-Ber\xFChrung","fingers.4":"Vier-Finger-Ber\xFChrung","fingers.5":"F\xFCnf-Finger-Ber\xFChrung",mouseHoldKey:"+ {key} \xDCbersetzen/Wiederherstellen des Absatzes",mouseHoldKeyAuto:"Direkte \xDCbersetzung des Absatzes",mouseHoldKeyOff:"Tun Sie nichts.",mouseHoldKeyOther:"Benutzerdefinierte Tastenkombinationen (Einstellungen \xF6ffnen)",mouseHoldKeyCustomKey:"{key} \xDCbersetzung/K\xFCrzung des Absatzes",mouseHoverHoldKey:"\xDCbersetzen Sie Abs\xE4tze, indem Sie die Tastenkombination dr\xFCcken, w\xE4hrend Sie mit der Maus dar\xFCber fahren.","mouse-translate":"Mauszeiger",document:"(Computer-)Datei",resetSuccess:"Alle Einstellungen erfolgreich zur\xFCcksetzen",resetThisSuccess:"Zur\xFCcksetzen erfolgreich",saved:"Erfolgreich speichern",successImportConfig:"Erfolgreich importierte Konfiguration",goAdvancedSettings:"Gehen Sie zur Seite Erweiterte Einstellungen",goAdvancedInterfaceSettings:"Gehen Sie zur Seite Erweiterte Anpassungseinstellungen",advanced:"Erweiterte Einstellungen",advancedDescription:"In der Regel sind keine Einstellungen erforderlich, belassen Sie es bei der Standardeinstellung. Nur f\xFCr spezialisiertere Benutzer sind mehr personalisierte Einstellungen verf\xFCgbar.",developer:"Einstellungen f\xFCr Entwickler",donateCafe:"Preise","translate to the bottom of the page":"Wird sie unmittelbar nach dem Betreten der Seite an das Ende der Seite \xFCbersetzt?",feedback:"Frage Feedback",toggleTranslatePage:"Seite \xFCbersetzen/ Originaltext anzeigen",translateToThePageEndImmediatelyDescription:"Wenn Sie die Funktion einschalten, wird der Inhalt sofort bei der Eingabe vom oberen zum unteren Rand der Seite \xFCbersetzt. Wenn Sie die Funktion ausschalten, wird der Inhalt w\xE4hrend des Lesens \xFCbersetzt. (Nicht empfohlen)","translate all areas of the page":"Ob alle Bereiche der Seite \xFCbersetzt werden sollen",translationAreaDescription:"Ist die Option aktiviert, werden alle Bereiche der gesamten Webseite \xFCbersetzt. Wenn Sie die Option ausschalten, wird die standardm\xE4\xDFige intelligente Erkennung verwendet und nur die Hauptbereiche werden \xFCbersetzt. (Es wird nicht empfohlen, diese Funktion einzuschalten)","the number of characters to be translated first":"\xDCbersetzen Sie direkt die ersten Zeichen der Seite, ohne zu warten, bis der Anzeigebereich angezeigt wird.","interface language":"Interface-Sprache","display both the original text and the translation":"Gleichzeitige Anzeige von Original und \xDCbersetzung","keyboard shortcuts":"Tastaturkurzbefehle",modify:"Tastenkombinationen \xE4ndern",reset:"reprovision",close:"Klageschrift",homepage:"Homepage",more:"mehr",moreOptions:"Erweitern Sie Ihre Anpassungsoptionen",translateTheWholePage:"Alle Bereiche der Seite \xFCbersetzen (im Gegensatz zu einer intelligenten Erkennung der Hauptbereiche)",changeToTranslateTheWholePage:"Umschalten auf die \xDCbersetzung aller Regionen",changeToTranslateTheMainPage:"Zum Hauptbereich \xDCbersetzen wechseln",changeToOnlyTranslationMode:"Umschalten, um nur \xDCbersetzungen anzuzeigen",changeToDualTranslationMode:"Umschalten auf zweisprachige \xDCbersetzung",translateToThePageEndImmediately:"Sofortige \xDCbersetzung an das Ende der Seite",translateTheMainPage:"Intelligente \xDCbersetzung Schl\xFCsselregionen","The local rules are up to date":"Die \xF6rtlichen Anpassungsvorschriften sind auf dem neuesten Stand.","Successfully synchronized with the latest official rules:":"Erfolgreich synchronisiert mit den neuesten offiziellen Anpassungsregeln.","Checking for updates":"Pr\xFCfen auf Aktualisierungen","Rules are being synchronized":"Anpassungsregeln werden synchronisiert",localVersionIsTooOld:"Die Version der lokalen Erweiterung ist zu alt. Bitte aktualisieren Sie die Erweiterung auf {minVersion} oder eine neuere Version, bevor Sie versuchen zu synchronisieren.",badUserscriptBrowser:"Der aktuelle Browser implementiert die Schnittstelle der Grease Monkey-Erweiterung nicht korrekt (z. B. um Informationen \xFCber die Versionsnummer des Grease Monkey-Skripts selbst zu erhalten). Bitte verwenden Sie andere Browser, die die <1>Grease Monkey-Erweiterung unterst\xFCtzen, wie z. B. Firefox.",foundNewVersion:"Entdecken Sie die neue Version",theLocalExtensionIsUpToUpdate:"Die aktuelle Erweiterung ist auf dem neuesten Stand.",failToSyncRules:"Fehlende Synchronisierung der neuesten Anpassungsregeln",retry:"Klicken Sie hier, um es erneut zu versuchen",failedReason:"Gr\xFCnde f\xFCr das Scheitern",currentRuleVersion:"Aktuelle Regelversion",calculating:"Berechnungen",unknownError:"unbekannter Fehler",canNotFetchRemoteRule:"Remote-Regeln k\xF6nnen nicht abgerufen werden",enableAlphaSuccess:"Alpha aktiviert",disableAlphaSuccess:"Die Alpha-Funktion wurde ausgeschaltet.",cacheSize:"Cache-Gr\xF6\xDFe\uFF1A",cleaning:"in Liquidation befindlich",cleanCache:"den Cache l\xF6schen",options:"aufstellen",about:"in Bezug auf",service:"Dolmetscherdienst",needAction:"(Gehe zu Einstellungen)",goSettings:"loslegen und einrichten",needActionForOptions:"(noch einzurichten)",translationEngine:"Motor Optionen",sourceLanguage:"Originalsprache",target:"Zielsprache",popupSourceLanguage:"Originalsprache",popupTarget:"Zielsprache",popupService:"Dolmetscherdienst",forThisSite:"Aktuelle Website",autoEnableSubtitle:"Automatisches \xD6ffnen von zweisprachigen Untertiteln",alwaysTranslate:"\xDCbersetzen Sie immer",neverTranslate:"Niemals \xFCbersetzen",alwaysTranslateSomeLanguage:"\xDCbersetzen Sie immer {language}",neverTranslateSomeLanguage:"Niemals \xFCbersetzen {language}",alwaysTranslateSomeSite:"\xDCbersetzen Sie immer {hostname}",neverTranslateSomeSite:"Niemals \xFCbersetzen {hostname}",alwaysTranslateSomeSiteOrWildSite:"\xDCbersetzen Sie immer die Website",alwaysTranslateSomePage:"\xDCbersetzen Sie die Seite immer",add:"erh\xF6hen.",default:"Standard (Einstellung)",forThisLanguage:"F\xFCr diese Sprache\uFF1A","add url":"URL eingeben",edit:"Compiler","translate other languages into specific language":"\xDCbersetzen Sie andere Sprachen in Ihre eingestellte Sprache","select translation service":"W\xE4hlen Sie einen \xDCbersetzungsdienst",language:"Mehrsprachigkeit","show-original":"Originaltext anzeigen",translate:"Rendering",Translated:"\xFCbersetzt",Translating:"in \xDCbersetzung",Error:"falsch",allowCacheTranslations:"Aktivieren Sie das lokale \xDCbersetzungscaching (um \xDCbersetzungsanfragen f\xFCr doppelte Passagen zu reduzieren)","translation display":"Anzeigestil der \xDCbersetzung","select diplay style":"Unterscheiden Sie die verschiedenen \xDCbersetzungsstile anhand der folgenden Beispiele",interface:"Interface-Einstellungen",import_export:"Import/Export",import_export_title:"Konfiguration importieren/exportieren",syncToGoogleDrive:"Jetzt mit Google Drive synchronisieren",floatBallOptions:"Hoverball-Einstellungen","floatBallOptions.enable":"Hoverball freischalten","floatBallOptions.blockUrls":"Website deaktivieren","floatBallOptions.add":"erh\xF6hen.","floatBallOptions.blockUrlDesc":"Schwebeb\xE4lle werden nicht angezeigt, wenn die folgenden Websites aufgerufen werden","floatBallOptions.clickType":"Klickverhalten","floatBallOptions.clickTypeDesc":"Verhalten des Hoverball-Symbols beim Anklicken","floatBallOptions.clickPopup":"\xDCbersetzungspanel anzeigen","floatBallOptions.clickTranslate":"\xDCbersetzung/Anzeige des Originaltextes","floatBallOptions.fixedPosition":"\u56FA\u5B9A\u4F4D\u7F6E","floatBallOptions.fixedPositionDesc":"\u60AC\u6D6E\u7403\u5728\u7A97\u53E3\u5DE6\u4FA7\u8FD8\u662F\u53F3\u4FA7","floatBallOptions.fixedPositionLeft":"\u5DE6\u4FA7","floatBallOptions.fixedPositionRight":"\u53F3\u4FA7",previewAllThemes:"Vorschau aller Stile","translationTheme.none":"nicht haben","translationTheme.grey":"dunkelgrau","translationTheme.dashed":"gepunktete Unterstreichung","translationTheme.dotted":"gepunkteter Unterstrich","translationTheme.dashedBorder":"gepunkteter Rand","translationTheme.solidBorder":"feste Umrandung","translationTheme.underline":"Unterstreichen Sie gerade Linien","translationTheme.mask":"Fuzzy-Effekte (Lernmodi)","translationTheme.opacity":"Transparenz-Effekt","translationTheme.paper":"Wei\xDFes Papier Schatteneffekt","translationTheme.dividingLine":"Trennungslinie","translationTheme.highlight":"hohe Helligkeit","translationTheme.marker":"Markierung (Lehnwort)","translationTheme.marker2":"Markierung 2","translationTheme.blockquote":"Referenzierungsstile","translationTheme.weakening":"Schw\xE4chung","translationTheme.italic":"Schr\xE4gschrift","translationTheme.bold":"eindicken","translationTheme.thinDashed":"d\xFCnne gepunktete Linie, Unterstrich","translationTheme.nativeDashed":"Das System ist mit einem gepunkteten Unterstrich versehen","translationTheme.nativeDotted":"System kommt mit gepunktetem Unterstrich","translationTheme.nativeUnderline":"Das System wird mit einer geraden Linie unterstrichen","translationTheme.wavy":"gewellte Linie","translationServices.custom":"Benutzerdefinierte API","translationServices.tencent":"Tencent \xDCbersetzer","translationServices.tenAlpha":"Tencent \xDCbersetzer (Alpha)","translationServices.google":"Google \xDCbersetzen","translationServices.bai":"Baidu (Alpha)","translationServices.baidu":"Baidu's \xDCbersetzung","translationServices.aliyun":"AliCloud \xDCbersetzung","translationServices.volc":"Vulkan\xFCbersetzung","translationServices.deeplx":"DeepLX (Beta)","translationServices.bing":"Microsoft \xDCbersetzen","translationServices.deepl":"DeepL","translationServices.wechat":"WeChat \xDCbersetzung","translationServices.azure":"Azure-\xDCbersetzung","translationServices.ibm":"IBM Watson","translationServices.aws":"Amazonas-\xDCbersetzung","translationServices.mock":"Simulierte \xDCbersetzung","translationServices.mock2":"Simulierte \xDCbersetzung 2","translationServices.caiyun":"lit. bunte Wolken und kleine \xDCbersetzungen","translationServices.cai":"Bunte Wolken (Alpha)","translationServices.volcAlpha":"Vulkan (Alpha)","translationServices.openl":"OpenL","translationServices.youdao":"Youtube-\xDCbersetzung","translationServices.you":"Youdao \xDCbersetzer (Alpha)","translationServices.transmart":"Tencent Interactive \xDCbersetzung","translationServices.niu":"Maverick Translator","translationServices.papago":"Papago \xDCbersetzung","translationServices.d":"D (Alpha)","translationServices.dpro":"D Pro (Kanarienvogel)","translationServices.openai":"OpenAI","translationServices.yandex":"Yandex","translationServices.chatgpt":"ChatGPT Web(3.5 mobil)","translate title":"Seitentitel \xFCbersetzen","always languages":"\xDCbersetzen Sie immer die Sprache",neverTranslateLanguagesLabel:"Die Sprache, die nie \xFCbersetzt werden wird",neverTranslateTheFollowingLanguagesDescription:"\xDCbersetzungen werden \xFCbersprungen, wenn ein Absatz auf der Seite in einer der folgenden Sprachen vorliegt",enableUserscriptPagePopup:"Schwebeball auf der Seite anzeigen",enableUserscriptPagePopupDescription:"Nachdem Sie den Hoverball ausgeschaltet haben, k\xF6nnen Sie ihn mit dem Shortcut /{touch}wieder aufrufen. Es wird dringend empfohlen, diese Einstellungsseite als Lesezeichen zu speichern, um zu verhindern, dass der Hoverball nach dem versehentlichen Ausschalten dieser Option nicht mehr gefunden wird!","always translate the following languages":"\xDCbersetzt automatisch in die Zielsprache, wenn die Seite in einer der folgenden Sprachen vorliegt","always sites":"Immer \xFCbersetzte Websites","always translate the following sites":"Websites werden automatisch in die Zielsprache \xFCbersetzt, wenn es sich um die Domainnamen von","never sites":"Nie \xFCbersetzte Website","never translate the following sites":"\xDCbersetzungen werden nicht durchgef\xFChrt, wenn die Website f\xFCr die folgenden Domains bestimmt ist","please refer to":"Sie m\xFCssen den Schl\xFCssel ausf\xFCllen, bevor Sie ihn verwenden k\xF6nnen.",KeyAndConfigurationTutorial:"Tutorial zur Anwendung und Konfiguration von Schl\xFCsseln",useAboveStyleForTheseSites:"Verwenden Sie immer den \xDCbersetzungsstil \u2308{theme}\u230B, wenn die Website f\xFCr die folgenden Domains bestimmt ist",currentUrl:"Aktuelle URL",confirm:"Speichern (einer Datei usw.) (Informatik)",cancel:"Stornierungen",delete:"entfernen","languages.auto":"automatische Erkennung",syncToCloud:"Mit Google Drive synchronisieren",syncToCloudDescription:"Die in die Cloud hochgeladene Konfiguration kann zwischen verschiedenen Browsern bzw. Grease-Monkey-Skripten synchronisiert werden, je nachdem, was zuletzt ge\xE4ndert wurde.",syncToAccount:"Synchronisierung mit der Immersive Translation Cloud",syncToAccountButton:"Sofortige Synchronisierung mit der Cloud",syncToAccountDescription:"Automatische Synchronisierung von Konfigurationen zwischen verschiedenen Ger\xE4ten, je nachdem, was zuletzt ge\xE4ndert wurde.",successSyncConfigInAccount:"Erfolgreiche Synchronisierung mit der Cloud",successSyncConfigToAccount:"Erfolgreiche Synchronisierung mit der Cloud",syncConfigNoUpdate:"Sie ist bereits auf dem neuesten Stand.",authFail:"Autorisierungsfehler",syncTitle:"Manuelles Backup-Management",import_hint:"importieren (Daten)",upload:"hochladen",revokeAuth:"eine Zulassung widerrufen",uploadFail:"Upload fehlgeschlagen",download:"Herunterladen von",importSuccess:"Erfolgreich importiert",importFail:"Importfehler",deleteFail:"L\xF6schen fehlgeschlagen",backupToCloud:"Manuelle Verwaltung von Sicherungsdateien",create_new_backup:"Einen neuen Sicherungsknoten hinzuf\xFCgen",maxBackupFiles:"Es k\xF6nnen bis zu{count}verschiedene Nodes gesichert werden, bitte l\xF6schen Sie die Nodes, die Sie nicht ben\xF6tigen.",backupToCloudDescription:"Manuelles Hochladen oder Wiederherstellen von Sicherungsdateien, wobei bis zu 3 verschiedene Sicherungen m\xF6glich sind",successSyncConfig:"Erfolgreiche Synchronisierung mit der Cloud",syncFail:"Synchronisationsfehler",updatedAt:"Aktualisiert von {date}",lastSyncedAt:"Zuletzt gepr\xFCft unter {date}",downloadFail:"Download fehlgeschlagen",clickToDownload:"Klicken Sie zum Herunterladen",aboutLabel:"\xDCber - Feedback","browser.openAboutPage":"\xDCber/Feedback",aboutLabelWithoutSponsor:"\xDCber - Feedback",aboutIntro:"M\xF6gen wir alle einen einfacheren und angenehmeren Zugang zu der riesigen Menge fremdsprachiger Informationen im Internet haben \u2764\uFE0F Sie k\xF6nnen Ihre <6>Pro-Mitgliedschaft aktivieren, um die sofort einsetzbaren DeepL und OpenAI-\xDCbersetzungen zu nutzen.

Sie k\xF6nnen uns auf <3>Twitter, <4>Telegram, Weibo, WeChat folgen oder <5>sich in unsere Mailingliste eintragen, um Updates zu erhalten.
<7>Pro-Mitglieder k\xF6nnen uns unter <8>support@immersivetranslate.com kontaktieren, um schnellen Kundenservice zu erhalten.",aboutIntroWithoutSponsor:"M\xF6gen wir alle einen leichteren und angenehmeren Zugang zu der enormen Menge an fremdsprachlichen Informationen haben, die im Internet zur Verf\xFCgung stehen \u2764\uFE0F

Sie k\xF6nnen uns auf <3>Twitter, im <4>Telegram-Kanal, auf WeChat und WeChat Exchange folgen oder <5>sich unten per <5>E-Mail f\xFCr Updates <5>anmelden.",projectHomepage:"Projekt Heimat",joinTelegramGroup:"Treten Sie der Benutzergruppe bei, um an Diskussionen \xFCber Funktionen teilzunehmen.",wechatPublicAccount:"WeChat \xD6ffentlich",wechatCommunities:"WeChat Austauschgruppe",qqCommunities:"QQ Kommunikationskanal",joinTelegramChannel:"Folgen Sie dem Telegram-Kanal f\xFCr aktuelle Updates",feedbackAndJoin:"Frage Feedback / Gruppe hinzuf\xFCgen",autoSync:"automatische Zeitsynchronisation",loadingThemeTitle:"Stil laden",loadingThemeDescription:"Einstellen des Stils beim Warten auf das Laden der \xDCbersetzung","loadingTheme.spinner":"Animation zum Drehen","loadingTheme.text":"etw. in statischer Schrift ","loadingTheme.none":"nicht gezeigt",developerDescription:"Die Dokumentation zur erweiterten Anpassung finden Sie <1>hier","edit border color":"\xC4ndern Sie die Farbe des Rahmens",successSyncButNoChange:"Die aktuelle Konfiguration ist mit der Cloud konsistent",customTheme:"Individuelle Farben und Gr\xF6\xDFen","customThemeLabel.borderColor":"Farbe der Umrandung","customThemeLabel.borderRadius":"Abgerundete Kanten","customThemeLabel.textColor":"Textfarbe","customThemeLabel.backgroundColor":"Hintergrundfarbe","customThemeLabel.zoom":"Skalierung der Schrift (%)","customThemeLabel.opacity":"Text-Opazit\xE4t (%)",resetToDefaultColor:"Wiederherstellung der Standardfarben",resetToDefaultSettings:"Wiederherstellen der Standardeinstellungen",isTranslateTitle:"\xDCbersetzung der Seitentitel aktivieren",isTranslateTitleDescription:"Beim \xD6ffnen wird der Seitentitel \xFCbersetzt",enableSearchEnhancement:"Erm\xF6glichung der zweisprachigen Erweiterung von Nachrichten",enableSearchEnhancementDescription:'Sobald diese Funktion aktiviert ist, werden die Suchergebnisse von "Google News" automatisch in der rechten Spalte der unterst\xFCtzten Websites (Google News, Google Search (einige Suchbegriffe), Snowball, Oriental Fortune, Futura, Tiger Community) f\xFCr die entsprechenden englischen Suchbegriffe angezeigt.',verifyService:"Klicken Sie hier, um den Dienst zu testen",verified:"Erfolg \xFCberpr\xFCfen","field.langs":"Unterst\xFCtzte Sprachcodes","field.model":"Modellierung","field.translationEngine":"\xDCbersetzungsmotor","field.limitPerMinute":"Maximale Anfragen pro Minute","field.limitPerSecond":"Maximale Anzahl von Anfragen pro Sekunde","field.maxTextLengthPerRequest":"Maximale Textl\xE4nge pro Anfrage","field.maxTextGroupLengthPerRequest":"Maximale Anzahl von Abs\xE4tzen pro Anfrage","field.apiUrl":"Adresse der benutzerdefinierten API-Schnittstelle","field.placeholderDelimiters":"reservierter Platzhalter","description.custom":"Benutzerdefinierte Schnittstelle Zugriff Dokumentation erforderlich","description.limitPerMinute":"Anfragen, die diese Grenze \xFCberschreiten, werden bis zum Beginn der n\xE4chsten Minute in eine Warteschlange gestellt. Aufgrund der verschiedenen Einschr\xE4nkungen von OpenAIs aktuellem Service, klicken Sie bitte <1>hier f\xFCr die neuesten vorgeschlagenen Werte","description.limitPerSecond":"Anfragen, die diese Grenze \xFCberschreiten, werden bis zum Beginn der n\xE4chsten Sekunde in eine Warteschlange gestellt. Aufgrund der verschiedenen Einschr\xE4nkungen von OpenAIs aktuellem Service, klicken Sie bitte <1>hier f\xFCr die neuesten vorgeschlagenen Werte","description.generalLimitPerSecond":"Anfragen, die diese Grenze \xFCberschreiten, werden bis zum Beginn der n\xE4chsten Sekunde in eine Warteschlange gestellt.","description.prompt":"Gespr\xE4che, die im Namen des Benutzers an {service} gesendet werden, wobei {{text}} den Textinhalt des Absatzes darstellt, {{from}} die Sprache des Absatzes und {{to}} die Zielsprache.","description.maxTextLengthPerRequest":"Die maximale Anzahl von Zeichen pro Anfrage ist zu gro\xDF, so dass die Schnittstelle langsam reagiert. Versuchen Sie daher, diese Option anzupassen, um die Geschwindigkeit zu optimieren.","description.systemPrompt":"Ein Dialog, der an OpenAI als System gesendet wird, wobei {{text}} den Textinhalt des Absatzes,{{from}} die Sprache des Absatzes und{{to}} die Zielsprache angibt.","field.domain":"Bereich","description.domain":"Der Standardwert ist\uFF1Ageneral. Kann nur gesetzt werden, wenn die Dom\xE4nen\xFCbersetzung in der Arima API-Konsole aktiviert ist, siehe <1>hier f\xFCr unterst\xFCtzte Dom\xE4nen","field.scene":"Nehmen Sie","description.scene":"Der Standardwert ist\uFF1Ageneral. Kann nur eingestellt werden, wenn die AliCloud-API-Konsole Machine Translation Pro \xF6ffnet, siehe <1>hier f\xFCr unterst\xFCtzte Szenarien","field.vocabId":"Benutzerw\xF6rterbuch-ID","description.vocabId":"Das angegebene W\xF6rterbuch out_id unterst\xFCtzt derzeit die \xDCbersetzung Englisch-Chinesisch.","description.model":"OpenAI-Modelle, z.B. gpt-3.5-turbo, gpt-4, etc.","description.maxTextGroupLengthPerRequest":"Die Anzahl der Abs\xE4tze, die gleichzeitig an den \xDCbersetzungsdienst gesendet werden. Wenn es zu viele Abs\xE4tze sind, kann dies dazu f\xFChren, dass die Schnittstelle langsamer reagiert.","description.apiUrl":"Bitte f\xFCgen Sie spezifische URLs mit Pfaden, <1>mehr Beschreibung",enabledExtension:"Aktivieren von Erweiterungen",clickToDisableExtension:"Klicken Sie hier, um Erweiterungen zu deaktivieren",clickToEnableExtension:"Klicken Sie, um Erweiterungen zu aktivieren",hasBeenDisabled:"deaktiviert","show password":"Passwort anzeigen",customContent:"Eingabe eines benutzerdefinierten Modellnamens",inputOptions:"Erweiterung des Eingabefeldes",mouseHoverOptions:"Mauszeiger",modifyMouseHoverKey:"Mauszeiger-Kurzbefehl \xE4ndern",enableInputTranslation:"Ob die Erweiterung des Eingabefeldes aktiviert werden soll",enableInputTranslationDescription:"Nach der Aktivierung geben Sie {startingKey}{startingKey} hallo direkt in das Eingabefeld ein und dr\xFCcken dann schnell{inputTrailingTriggerKeyRepeatTimes}mal{trailingKey}, um in {inputTargetLanguage}zu \xFCbersetzen.",enableInputTranslationDescriptionForNoneKey:"Nach der Aktivierung geben Sie\uFF1AHello World direkt in das Eingabefeld ein und dr\xFCcken dann schnell{inputTrailingTriggerKeyRepeatTimes}{trailingKey}, um in die Standardzielsprache zu \xFCbersetzen.",inputTargetLanguage:"Einstellung der Standard-Zielsprache f\xFCr Eingabefelder",inputTargetLanguageDescription:"Standard-Zielsprache f\xFCr die \xDCbersetzung von Eingabefeldern, d.h. {startingKey}{startingKey} als Standardsprache f\xFCr Triggerw\xF6rter",inputTargetLanguageDescriptionForNoneKey:"Standard-Zielsprache f\xFCr die \xDCbersetzung des Eingabefeldes",inputStartingTriggerKeyTitle:"Einstellung des Trennzeichens f\xFCr die Teil\xFCbersetzung des Eingabefeldes",inputStartingTriggerKeyDescription:"Wenn Sie nicht das gesamte Eingabefeld \xFCbersetzen m\xFCssen, k\xF6nnen Sie mit dem Splitter nur den Teil von {startingKey}{startingKey} bis zum Ende des Eingabefelds \xFCbersetzen, oder Sie k\xF6nnen den Sprachcode angeben, z. B.\uFF1A{startingKey}ja bedeutet, dass nur der Teil von {startingKey}ja bis zum Ende des Eingabefelds \xFCbersetzt wird.",inputStartingTriggerKeyDescriptionForNoneKey:'Die derzeitige Einstellung "kein Pr\xE4fix" wird nicht ben\xF6tigt, und die \xDCbersetzungsfunktion f\xFCr einige Texte im Eingabefeld ist derzeit nicht verf\xFCgbar.',inputTrailingTriggerKeyTitle:"W\xE4hlen Sie ein Ausl\xF6sezeichen f\xFCr das Ende eines Eintrags",inputTrailingTriggerKeyDescription:"3 schnelle Treffer{trailingKey} wird mit der \xDCbersetzung beginnen!",inputTrailingTriggerKeyTimeout:"Geben Sie die Zeit zwischen den Ausl\xF6sern f\xFCr das Ende des Kampfes ein.",inputTrailingTriggerKeyTimeoutDescription:"Legt die Zeit (in Millisekunden) zwischen den Combo-Triggern f\xFCr das Eingangsende fest",spaceKey:"<\u7A7A\u683C\u952E>",noneKey:"Direkte \xDCbersetzung des gesamten Textfeldes ohne Pr\xE4fixe",inputTranslationBlockUrlsTitle:"Aktivieren Sie die Eingabefelderweiterung in den folgenden URLs nicht",inputTranslationBlockUrlsDescription:"Die Erweiterungen der Eingabefelder funktionieren nicht bei den folgenden URLs",clickToSeeQuickDemo:"Klicken Sie hier, um das 30-Sekunden-Kurzanleitung-Video zu erweitern",inputHelperInfo:"Beschreibung\uFF1AWir haben die Tatsache optimiert, dass einige ausl\xF6sende Zeichen bei chinesischen Eingabemethoden zu chinesischen Satzzeichen werden, z. B. wird / bei der Sogou-Eingabemethode zu einem Dun-Zeichen, und Immersive Translator unterst\xFCtzt alle chinesischen Symbole, die den ausl\xF6senden Zeichen entsprechen, d. h. //,,, wird als ausl\xF6sendes Zeichen erkannt.

Wir unterst\xFCtzen auch chinesische Aliase f\xFCr Sprachcodes als Befehle, z.B. /Japanese Hello World wird ins Japanische \xFCbersetzt, <1>klicken Sie hier, um alle unterst\xFCtzten Sprachcodes zu sehen.",reloadCurrentPage:"Bitte aktualisieren Sie die aktuelle Seite, bevor Sie die \xDCbersetzung starten.",noLocalFilePermissionForPDF:"Sie haben keine Berechtigung, lokale Dateien zu lesen. Bitte klicken Sie auf die Schaltfl\xE4che oben und importieren Sie dann lokale Dateien.",noPermissionForThisPage:"\u26A0\uFE0F Keine Berechtigung zur \xDCbersetzung der aktuellen Seite",retryAllParagraphs:"Alle Fehlerpassagen erneut versuchen",retryAllButton:"Alle Fehlerpassagen erneut versuchen",errorTooltipTitle:"Klicken Sie, um die Ursache des Fehlers zu sehen",errorModalTitle:"Irgendetwas scheint mit dem \xDCbersetzungsdienst oder dem Netzwerk nicht in Ordnung zu sein...",disableConfirm:"Zweisprachige Information Enhancement Setting",disableOnce:"Diese Invalidit\xE4t",disableGlobal:"dauerhaft deaktivieren",disableTint:"* Sie k\xF6nnen sie unter {option} wieder aktivieren.",searchEnhancementNotes:'Wir haben festgestellt, dass die Nachrichtenergebnisse f\xFCr chinesische und englische Schl\xFCsselw\xF6rter sehr unterschiedlich sind. Nach der Aktivierung der Funktion "Immersive Translation Bilingual Information Enhancement" suchen wir f\xFCr Sie automatisch auf den unterst\xFCtzten Websites (Google News, Google Search (einige Schl\xFCsselw\xF6rter), Snowball, Oriental Wealth, Futura, Tiger) nach denselben Schl\xFCsselw\xF6rtern auf Englisch und zeigen sie auf der rechten Seite an. Sie k\xF6nnen diese Funktion deaktivieren, wenn Sie sie nicht ben\xF6tigen.',option:"aufstellen",saveSettings:"Einstellungen speichern",closeModal:"Fenster schlie\xDFen",enableInputTranslationWithoutTriggerKeyTitle:"Aktivieren Sie 3 Schnellzugriffe auf{trailingKey}, um das gesamte Eingabefeld direkt in{inputTargetLanguage}zu \xFCbersetzen.",enableInputTranslationWithoutTriggerKeyDescription:"Um die Zielsprache anzugeben, stellen Sie ihr den Sprachcode voran, z. B.\uFF1Aja Hello World",mouseHoverShortcutPlaceholder:"z.B.\uFF1AVerschiebung",deepLProName:"Immersive Translation Pro Mitglied (empfohlen)",deepLProDescription:"Das aktuelle Paket kann direkt verwendet werden",deeplProDescriptionForNormal:"Keine Einrichtung erforderlich, Mitglieder k\xF6nnen es nach der Anmeldung nutzen, <1>klicken Sie hier, um Mitglied zu werden",deepLCustomDescription:"Ausl\xE4ndische Kreditkarte erforderlich, offiziell er\xF6ffnet unter <1>DeepL, klicken Sie f\xFCr die <2>Dokumentation",deepLCustomName:"Benutzerdefinierter Authentifizierungsschl\xFCssel",chooseProviderLabel:"W\xE4hlen Sie einen Dienstanbieter",openaiProName:"Immersive Translation Pro Mitglied (empfohlen)",openaiProDescription:"Das aktuelle Paket kann direkt verwendet werden",openaiProDescriptionForNormal:"Keine Einrichtung erforderlich, Mitglieder k\xF6nnen es nach der Anmeldung nutzen, <1>klicken Sie hier, um Mitglied zu werden",openaiCustomDescription:"Verf\xFCgbar auf OpenAI, Azure OpenAI oder anderen Diensten von Drittanbietern, <1>klicken Sie hier f\xFCr die Dokumentation",openaiCustomName:"Benutzerdefinierter API-Schl\xFCssel",needLoginAction:"(Offene Mitgliedschaft oder Anpassung)",goLoginOrAction:"(\xD6ffnen Sie eine Mitgliedschaft oder gehen Sie zu den Einstellungen)",yearly:"eine fortlaufende j\xE4hrliche Zahlung leisten",quarterly:"sequenzieller Umschlag",monthly:"Monatsabonnement",yearlyForOnce:"Einmaliges Jahrespaket",monthlyForOnce:"Einmaliges Monatspaket",daily:"aufeinanderfolgende Pakettage",year:"eine fortlaufende j\xE4hrliche Zahlung leisten",quarter:"sequenzieller Umschlag",month:"Monatsabonnement",day:"aufeinanderfolgende Pakettage",onetime_7day:"7-Tage-Erlebnispaket",currentPlanDescriptionForFree:"Aktuelle Pakete\uFF1AKostenlos",currentPlanDescriptionForContinuous:"Das aktuelle Paket\uFF1A{plan}wird automatisch auf {endAt} verl\xE4ngert.",currentPlanDescriptionForAutoRenewCaceling:"Das aktuelle Paket\uFF1A{plan}l\xE4uft auf {endAt} aus und wird nach Ablauf nicht automatisch verl\xE4ngert.",currentYearlyPlanDescriptionForAutoRenewCacelingWithRealPaiedUser:"Das aktuelle Paket,\uFF1A{plan}, l\xE4uft am {endAt} aus und wird nach Ablauf nicht automatisch verl\xE4ngert.
<1>Klicken Sie hier, um Ihren Verl\xE4ngerungsplan zu verwalten",currentYearlyPlanDescriptionForAutoRenewCacelingWithAdmin:"Das aktuelle Paket\uFF1A{plan}l\xE4uft auf {endAt} aus und wird nach Ablauf nicht automatisch verl\xE4ngert.
<1>Klicken Sie hier, um ein fortlaufendes Jahresabonnement zu aktivieren",currentPlanDescriptionForOneTime:"Das aktuelle Abonnement\uFF1A{plan}l\xE4uft auf {endAt} aus. <1>Klicken Sie hier, um eine j\xE4hrliche oder <2>monatliche Mitgliedschaft zu <1>erwerben.",upgradePlan:"Klicken Sie hier f\xFCr ein Upgrade auf die Pro-Mitgliedschaft",upgradeToPro:"Upgrade auf Pro-Mitgliedschaft","popup.openPro":"Upgraden Sie auf die Pro-Mitgliedschaft, um DeepL und OpenAI-\xDCbersetzung zu genie\xDFen. Klicken Sie hier, um upzugraden!","popup.openProForPro":"Sie sind ein Pro-Mitglied mit direktem Zugang zu DeepL und OpenAI \xDCbersetzungen!",currentAccount:"laufendes Konto",enableAutoSyncUserSettings:"Aktivieren Sie die automatische Cloud-Synchronisierung \xFCber mehrere Ger\xE4te hinweg",modalEnableInputTranslationTitle:"Immersive Translation Eingabefeld Translation Alerts",modalEnableInputTranslationDesc:"Sie haben soeben die \xDCbersetzung des Eingabefeldes von Immersive Translation ausgel\xF6st, indem Sie dreimal kurz hintereinander die Leertaste gedr\xFCckt haben, und der Inhalt des Eingabefeldes wird in die Standardzielsprache \xFCbersetzt. Die \xDCbersetzung kann mit Strg+Z r\xFCckg\xE4ngig gemacht werden.

Sollte dies ein Fehler gewesen sein, k\xF6nnen Sie die \xDCbersetzung des Eingabefeldes entweder deaktivieren oder dauerhaft abschalten.",saveAndNotShowAgain:"Speichern und Beenden der Eingabeaufforderung",disableInputTranslationTips:"* Sie k\xF6nnen auch andere Tastenkombinationen f\xFCr die Ausl\xF6sung in {option} ,{learnMore}festlegen.",learnMore:"Klicken Sie hier, um mehr zu erfahren",continueEnalbeInputTranslation:"Fortfahren, um die \xDCbersetzung von Eingabefeldern zu aktivieren",autoRenewTrialSuffix:'(Aufwird die Testversion sofort zur Vollmitgliedschaft aufgewertet)',upgradeFromTrialTitle:"Upgrade zum Vollmitglied",subtitle:"Video-Untertitelung",youtubeService:"Immersions\xFCbersetzung Videountertitelung \xDCbersetzungsdienste","subtitle.disabledSubtitle":"Dauerhaftes Deaktivieren der Video-Untertitelfunktion","subtitle.disabledSubtitleDescription":"Wenn Immersive Translator's Video Subtitles mit anderen Erweiterungen in Konflikt steht, k\xF6nnen Sie die Funktion von Immersive Translator's Video Subtitles dauerhaft deaktivieren oder andere in Konflikt stehende Erweiterungen deinstallieren","subtitle.autoEnableSubtitle":"Automatische Verwendung von zweisprachigen Untertiteln","subtitle.autoEnableSubtitleDescription":"Nach der Aktivierung werden beim Abspielen eines Videos automatisch zweisprachige Untertitel angezeigt, sonst m\xFCssen Sie auf die \xDCbersetzungsschaltfl\xE4che klicken, um sie anzuzeigen.","subtitle.preTranslation":"\xDCbersetzen von Untertiteln mit immersiver \xDCbersetzung","subtitle.preTranslationDescription":"Wenn diese Option aktiviert ist, wird der gesamte Untertitel mit Hilfe des unten angegebenen \xDCbersetzungsdienstes vor\xFCbersetzt. F\xFCr ein einst\xFCndiges Video werden etwa 50.000 Token oder Zeichen ben\xF6tigt, die Sie bitte nach eigenem Ermessen verwenden.","subtitle.humanSubtitlesPreferred":"Vorrangige Verwendung von Untertiteln f\xFCr Menschen","subtitle.humanSubtitlesPreferredDescription":"Bevorzugen Sie die Verwendung von menschlichen Untertiteln, wenn das Video menschliche Untertitel in der Zielsprache hat (empfohlen)",videoSubtitleTranslationDescription:"Beauftragen Sie einen separaten \xDCbersetzungsdienst f\xFCr Videountertitel",subtitleTranslating:"Bitte warten Sie, w\xE4hrend die Untertitel \xFCber den Dienst {service} \xFCbersetzt werden... (Immersions\xFCbersetzung)",subtitleLoading:"Laden von Untertiteln...",bilingual:"Zweisprachigkeit","field.action":"Ob Baidu-Terminologie aktiviert werden soll","description.action":"Wenn diese Funktion aktiviert ist, wird der Anfrage ein Parameter action=1 hinzugef\xFCgt, um Baidu \xFCber den aktivierten Begriff zu informieren. <1>Weitere Informationen finden Sie in der offiziellen Dokumentation.",closeQuickTranslation:"Hoverball schlie\xDFen","closeQuickTranslation.untilNext":"Diesmal geschlossen bis zum n\xE4chsten Besuch","closeQuickTranslation.currentWebsite":"Aktuelle Seite deaktiviert","closeQuickTranslation.alwaysClose":"dauerhaft deaktivieren","closeQuickTranslation.settingOpen":"(kann auf der <1>Einstellungsseite aktiviert werden)","closeQuickTranslation.cancel":"Stornierungen","closeQuickTranslation.confirm":"definieren.","floatBall.popup":"\xD6ffnen Sie das Panel Schnelleinstellungen","floatBall.translate":"Klicken Sie, um die Seite zu \xFCbersetzen","floatBall.showOriginal":"Klicken Sie, um zum Originalartikel zur\xFCckzukehren","floatBall.close":"Hoverball schlie\xDFen","floatBallOptions.enableDescPc":"Nach dem Aktivieren des Hoverballs wird auf der rechten Seite der Seite eine Schaltfl\xE4che f\xFCr die Schnell\xFCbersetzung angezeigt. Klicken Sie darauf, um zu \xFCbersetzen!","floatBallOptions.enableDesc":"Nachdem Sie den Hoverball ausgeschaltet haben, k\xF6nnen Sie ihn mit{touch}wieder aufrufen. Es wird dringend empfohlen, diese Einstellungsseite als Lesezeichen zu speichern, falls Sie den Hoverball nicht mehr finden k\xF6nnen, nachdem Sie diese Option versehentlich ausgeschaltet haben!","description.azureApiUrl":"Geben Sie die Adresse der benutzerdefinierten API-Schnittstelle ein",confirmSupportMouse:"Aktivierung der Mausunterst\xFCtzung erzwingen",confirmSupportMouseDescription:"Es wurde festgestellt, dass der aktuelle Browser die Mausfunktion nicht unterst\xFCtzt. Ist es notwendig, die Mausunterst\xFCtzung zu aktivieren?",sampleTargetText:"Die lange Nacht wird kommen, und ich werde von heute an bis zu meinem Tod Wache halten. Ich werde keine Frau nehmen, ich werde kein Lehen machen, ich werde keine Kinder haben. Ich werde keine Krone tragen, ich werde nicht nach Ehre streben. Ich werde meine Pflicht tun und leben und sterben.",sampleSourceText:"Night gathers, and now my watch begins. It shall not end until my death. I shall take no wife, hold no lands, father no children. I shall wear no crowns and win no glory. I shall live and die at my post.","subtitle.supportedSites":"\u5DF2\u652F\u6301\u5728\u8FD9\u4E9B\u7F51\u7AD9\u4F7F\u7528\u53CC\u8BED\u5B57\u5E55\uFF08\u6CE8\u610F\uFF1A\u7531\u4E8E\u6280\u672F\u9650\u5236\uFF0C\u90E8\u5206\u7F51\u7AD9\u5728\u9996\u6B21\u5F00\u542F\u5B57\u5E55\u540E\u9700\u8981\u91CD\u65B0\u5237\u65B0\u9875\u9762\uFF0C\u6216\u8005\u9700\u7B49\u5F85\u7FFB\u8BD1\u5B8C\u6210\u4EE5\u663E\u793A\u53CC\u8BED\u5B57\u5E55\uFF09\uFF1A",viewWithImmersiveTranslate:"\u53CC\u8BED\u7248\u672C(\u6C89\u6D78\u5F0F\u7FFB\u8BD1)",errorReason:"\u9519\u8BEF\u539F\u56E0\uFF1A{message}","proQuotaExceededError.onetime7day":'\uFF0C\u60A8\u53EF\u4EE5\u9009\u62E9\u4EE5\u4E0B\u65B9\u5F0F\u89E3\u51B3\uFF1A

1. \u5207\u6362\u5230 {anotherService} \u6216\u5176\u4ED6\u7FFB\u8BD1\u670D\u52A1
2. \u5347\u7EA7\u4E3A\u6708\u5EA6/\u5E74\u5EA6\u4F1A\u5458',"proQuotaExceededError.trial":'\uFF0C\u60A8\u53EF\u4EE5\u9009\u62E9\u4EE5\u4E0B\u65B9\u5F0F\u89E3\u51B3\uFF1A

1. \u5207\u6362\u5230 {anotherService} \u6216\u5176\u4ED6\u7FFB\u8BD1\u670D\u52A1
2. \u7ACB\u523B\u5347\u7EA7\u4E3A\u6B63\u5F0F\u4F1A\u5458',"proQuotaExceededError.nonTrial":'\uFF0C\u60A8\u53EF\u4EE5\u9009\u62E9\u4EE5\u4E0B\u65B9\u5F0F\u89E3\u51B3\uFF1A

1. \u5207\u6362\u5230 {anotherService} \u6216\u5176\u4ED6\u7FFB\u8BD1\u670D\u52A1
2. \u8D2D\u4E70 {translationService} \u989D\u5916\u6D41\u91CF\u5305',"proQuotaExceededError.resetTime":"
3. \u989D\u5EA6\u91CD\u7F6E\u65F6\u95F4\uFF1A{resetTime}","desc.touchShortcutsToggleTranslatePageOnlyTranslation":'"Nur \xDCbersetzung" bedeutet, dass nur die \xDCbersetzung angezeigt wird. Wenn eine Webseite noch nicht \xFCbersetzt wurde, wird der Modus gewechselt und \xFCbersetzt.',"desc.toggleOnlyTransation":'"Nur \xDCbersetzungsmodus" bedeutet, dass nur die \xDCbersetzung angezeigt wird. Wenn eine Webseite noch nicht \xFCbersetzt wurde, wird der Modus gewechselt und \xFCbersetzt.',touchShortcutsToggleTranslatePageOnlyTranslation:"Einstellen von Touchscreen-Gesten zum Wechseln zwischen Zweisprachig/Nur \xDCbersetzung Modus",download_started:"Der Download hat bereits begonnen, wenn er nicht automatisch heruntergeladen wird, klicken Sie bitte manuell.",here:"Hier","desc.toggleVideoSubtitlePreTranslation":"Nach dem Dr\xFCcken werden die zweisprachigen Untertitel des Videos vorrangig mit den Einstellungen der immersiven \xDCbersetzung verwendet. Wenn Sie erneut dr\xFCcken, werden vorrangig die maschinell \xFCbersetzten Untertitel des Originalvideos verwendet. Bitte beachten Sie: Diese Verkn\xFCpfung \xE4ndert die globalen Einstellungen.",videoSubtitlePreTranslationOn:"Videountertitel werden vorrangig mit immersiver \xDCbersetzung verwendet.",videoSubtitlePreTranslationOff:"Videounteritel werden vorrangig die maschinell \xFCbersetzten Untertitel des Originalvideos verwenden.",translationFont:"Schriftart einstellen","translationFont.custom":"Geben Sie benutzerdefinierte Schriftarten ein","translationFont.customPlaceholder":"Schriftart","translationFont.notSupportErrorMessage":"Bitte \xFCberpr\xFCfen Sie, ob der von Ihnen eingegebene Schriftartname korrekt ist, oder best\xE4tigen Sie, dass diese Schriftart bereits auf Ihrem Ger\xE4t installiert ist.","touch.mouse-translate":"\xDCbersetzen Sie den angegebenen Absatz.","translationServices.inherit":"Folgen Sie dem Haupt\xFCbersetzungsdienst","error.serveConfigError":"Dienstkonfigurationsfehler","error.reloadPageOfSetting":"Nach der Konfiguration, bitte aktualisieren Sie die Seite und \xFCbersetzen Sie erneut.","error.googleLimitIp":"Der Service gibt einen Fehler zur\xFCck, Google-Dienste haben die IP-Adresse gedrosselt, es wird empfohlen, den Netzwerkknoten zu wechseln.","error.openAIFreeLimit":"Der Service gibt einen Fehler zur\xFCck, die aktuelle \xDCbersetzungsanforderungsrate hat das Limit von maximal 3 Mal pro Minute erreicht, bitte versuchen Sie es sp\xE4ter erneut. (Dies ist eine Beschr\xE4nkung von OpenAI f\xFCr kostenlose API-Schl\xFCssel. Um diese Beschr\xE4nkung aufzuheben, binden Sie bitte eine Kreditkarte im OpenAI-Backend.)","error.openAIExceededQuota":"Dienst gibt Fehler zur\xFCck: Ihr aktuelles OpenAI-Konto hat nicht gen\xFCgend Guthaben. Bitte laden Sie Ihr Konto auf oder verkn\xFCpfen Sie eine Kreditkarte im offiziellen OpenAI-Backend.","error.429":"Der Service gibt einen Fehler zur\xFCck, was darauf hinweist, dass die Anfragen zu h\xE4ufig sind oder das Limit \xFCberschritten wurde. Bitte versuchen Sie es sp\xE4ter erneut.","error.403":"Der Service gibt einen Fehler zur\xFCck, vor\xFCbergehend besteht keine Berechtigung zum Zugriff auf diesen Service.","error.400":"Der Service gibt einen Fehler zur\xFCck, die Anforderungsparameter sind falsch, bitte \xFCberpr\xFCfen Sie die entsprechende Konfiguration.","error.502":"Der Service gibt einen Fehler zur\xFCck, der Service ist zeitlich \xFCberschritten, bitte versuchen Sie es sp\xE4ter erneut.","error.proTokenInvalid":"Wenn Sie ein Pro-Benutzer sind, melden Sie sich bitte an, bevor Sie den Pro-\xDCbersetzungsdienst nutzen.","error.proUpgrade":"Nach dem Upgrade, bitte aktualisieren Sie die Seite und \xFCbersetzen Sie erneut.","error.configError":"Konfigurationsdaten sind abnormal","error.goReset":"Zur\xFCcksetzen",batchEdit:"Massenoperation","translationModeLang.translation.title":"Nur \xDCbersetzungsmodus Sprache","translationModeLang.translation.description":"Wenn die Seitensprache eine der folgenden Sprachen ist, wird automatisch nur der \xDCbersetzungsmodus verwendet.","translationModeUrl.translation.title":"Nur \xDCbersetzungsmodus-Webadresse","translationModeUrl.translation.description":"Wenn die Website die folgenden Domains hat, wird automatisch nur der \xDCbersetzungsmodus verwendet.","error.serveUnavailable":"Der von Ihnen derzeit verwendete [{serverName}] Dienst ist aufgrund von Netzwerkverbindungsproblemen oder Problemen mit dem Dienstanbieter vor\xFCbergehend nicht erreichbar. Wir empfehlen Ihnen, die Seite zu aktualisieren oder \xFCber <1>Einstellungen einen anderen \xDCbersetzungsdienst auszuw\xE4hlen. Wenn Sie ein <2>Pro-Mitglied sind, k\xF6nnen Sie den stabileren DeepL oder OpenAI \xDCbersetzungsdienst nutzen (<3>klicken Sie hier, um es kostenlos auszuprobieren). Dar\xFCber hinaus sollten Sie m\xF6glicherweise Ihre Netzwerk- oder Proxy-Einstellungen \xFCberpr\xFCfen.",detectServiceLoading:"\xDCberpr\xFCfung der verf\xFCgbaren \xDCbersetzungsdienste...",toggleToService:"Wechseln Sie zu {service} und versuchen Sie es erneut.","error.gemini.429":"Der aktuelle Gemini-Dienst hat seine maximale Kapazit\xE4t erreicht. Bitte versuchen Sie es sp\xE4ter erneut oder wechseln Sie zu einem anderen \xDCbersetzungsdienst.",enableSentryReport:"Wenn ein Fehler bei der Erweiterung auftritt, senden Sie Feedback mit Sentry.","translationServices.gemini":"Zwillinge","widget.translateFile":"PDF/ePub","error.reason":"Fehlergrund","floatBall.iKnow":"Ich wei\xDF.",goLogin:"Anmelden gehen","error.retry":"Wiederholen",touchShortcutsOff:"schlie\xDFen",pickAll:"Alles ausw\xE4hlen",notLogin:"Nicht angemeldet","slide.left":"Nach rechts wischen",loggedIn:"Eingeloggt","slide.right":"Nach links wischen",shortcutSettingsTitle:"Tastenkombination Einstellungen","tagsInput.add":"+ Hinzuf\xFCgen","subtitle.bilingual":"Zweisprachige Untertitel","multipleClick.2":"Doppelklick","shortcutGroup.touch":"Gesten speziell f\xFCr Touchscreens",alwaysTranslateThisSite:"Immer diese Website \xFCbersetzen",buildSnapshots:"Erstellen Sie ein Webseiten-Snapshot",networkError:"\xDCbersetzungsdienst oder Netzwerk hat ein Problem",neverTranslateThisSite:"\xDCbersetzen Sie diese Website niemals",translationOnlyMode:"Nur \xDCbersetzungsmodus","subtitle.hideQuickButton":"Nicht mehr diese Verkn\xFCpfung anzeigen","subtitle.showQuickButton":"Im Player werden Untertitel in zwei Sprachen angezeigt.","multipleClick.3":"Dreifachschlag","intro.subtitleTitle":"Online-Video-Zweisprachige Untertitelanzeige","shortcutGroup.main":"H\xE4ufig verwendete Funktionstastenkombinationen",temprarilyChangeTranslationTo_openai:"Verwendet OpenAI zum \xDCbersetzen der aktuellen Seite",shortcutSettings:"Tastenkombination","shortcutGroup.others":"Mehr benutzerdefinierte Funktionstastenkombinationen","intro.floatBallTitle":"Schnelle \xDCbersetzung Schwebekugel","widget.videoSubtitle":"Videountertitel",contact:"Kontaktieren Sie uns",mouseHoverCustomKeyTitle:"Benutzerdefinierte Maus-Hover-Tastenkombination",temprarilyChangeTranslationTo_gemini:"Verwenden von Gemini, um die aktuelle Seite zu \xFCbersetzen","browser.translateInputBox":"\xDCbersetzen Sie den aktuellen Inhalt des Eingabefelds.","multipleClick.4":"Vierfachschlag","browser.translateWithDeepL":"Vor\xFCbergehende Verwendung von DeepL zur \xDCbersetzung der aktuellen Seite",notLoginPro:"Sie haben sich noch nicht in Ihr Mitgliedskonto eingeloggt.",touchShortcutsToggleTranslateTouchElement:"Einstellen von Touchscreen-Gesten zum \xDCbersetzen bestimmter Abs\xE4tze","widget.instructionTooltip":"Anleitung anzeigen","browser.translateWithTransmart":"Verwenden Sie vor\xFCbergehend Tencent, um die aktuelle Seite zu \xFCbersetzen.",temprarilyChangeTranslationTo_google:"Verwenden Sie Google \xDCbersetzer, um diese Seite zu \xFCbersetzen.","shortcutGroup.shortcutsForTranslationServices":"\xDCbersetzungsdienst verwandte Tastenkombinationen",temprarilyChangeTranslationTo_deepl:"Verwenden von DeepL, um die aktuelle Seite zu \xFCbersetzen.","widget.instruction":"Gebrauchsanweisung","browser.translateWithOpenAI":"Vor\xFCbergehende Verwendung von OpenAI zum \xDCbersetzen der aktuellen Seite","intro.hoverTitle":"\xDCbersetzen Sie den aktuellen Absatz, indem Sie die Maus dar\xFCber schweben lassen.","browser.toggleMouseHoverTranslateDirectly":"Auf der Seite das direkte \xDCbersetzen durch Mouseover tempor\xE4r aktivieren oder deaktivieren","floatBall.longPress":"Durch langes Dr\xFCcken k\xF6nnen Sie das Einstellungsmen\xFC schnell \xF6ffnen.",temprarilyChangeTranslationTo_transmart:"Verwendet gerade Tencent \xDCbersetzung f\xFCr die aktuelle Seite.","floatBall.guideClickToTranslate":`Klicken Sie auf die immersive \xDCbersetzungsschwebekugel + {env.imt_trans_field}: \u0627\u0644\u062A\u0631\u062C\u0645\u0629`,"translationServices.claude":"\u0643\u0644\u0648\u062F","subtitle.quickButton.setting":"\u0625\u0639\u062F\u0627\u062F\u0627\u062A","subtitle.quickButton.white":"\u0623\u0628\u064A\u0636","subtitle.quickButton.black":"\u0627\u0644\u0644\u0648\u0646 \u0627\u0644\u0623\u0633\u0648\u062F","subtitle.quickButton.yellow":"\u0627\u0644\u0644\u0648\u0646 \u0627\u0644\u0623\u0635\u0641\u0631","subtitle.quickButton.backgroundOpacity":"\u0634\u0641\u0627\u0641\u064A\u0629 \u0627\u0644\u062E\u0644\u0641\u064A\u0629","subtitle.quickButton.translationPositionBottom":"\u0623\u0633\u0641\u0644 \u0627\u0644\u0646\u0635 \u0627\u0644\u0623\u0635\u0644\u064A","subtitle.quickButton.backgroundColor":"\u0644\u0648\u0646 \u0627\u0644\u062E\u0644\u0641\u064A\u0629","subtitle.quickButton.cyan":"\u0627\u0644\u0644\u0648\u0646 \u0627\u0644\u0623\u0632\u0631\u0642","subtitle.quickButton.translationPosition":"\u0645\u0648\u0642\u0639 \u0627\u0644\u062A\u0631\u062C\u0645\u0629","subtitle.quickButton.magenta":"\u0627\u0644\u0644\u0648\u0646 \u0627\u0644\u0642\u0631\u0645\u0632\u064A","subtitle.quickButton.translationTextColor":"\u0644\u0648\u0646 \u062E\u0637 \u0627\u0644\u0646\u0635","subtitle.quickButton.red":"\u0627\u0644\u0644\u0648\u0646 \u0627\u0644\u0623\u062D\u0645\u0631","subtitle.quickButton.translationPositionTop":"\u0641\u064A \u0627\u0644\u062C\u0632\u0621 \u0627\u0644\u0639\u0644\u0648\u064A \u0645\u0646 \u0627\u0644\u0646\u0635 \u0627\u0644\u0623\u0635\u0644\u064A","subtitle.quickButton.sourceTextColor":"\u0644\u0648\u0646 \u0627\u0644\u062E\u0637 \u0627\u0644\u0623\u0635\u0644\u064A","subtitle.quickButton.green":"\u0627\u0644\u0644\u0648\u0646 \u0627\u0644\u0623\u062E\u0636\u0631","subtitle.quickButton.sourceFontSize":"\u062D\u062C\u0645 \u0627\u0644\u062E\u0637 \u0627\u0644\u0623\u0635\u0644\u064A","subtitle.quickButton.blue":"\u0627\u0644\u0644\u0648\u0646 \u0627\u0644\u0623\u0632\u0631\u0642","subtitle.quickButton.translationFontSize":"\u062D\u062C\u0645 \u062E\u0637 \u0627\u0644\u0646\u0635 \u0627\u0644\u0645\u062A\u0631\u062C\u0645",attachSubtitleTranslating:"\u0627\u0633\u062A\u062E\u062F\u0645 {service} \u0644\u0644\u062A\u0631\u062C\u0645\u0629...","error.claude.403":"\u0644\u0627 \u062A\u0648\u062C\u062F \u0635\u0644\u0627\u062D\u064A\u0629 \u0645\u0624\u0642\u062A\u0629 \u0644\u0644\u0648\u0635\u0648\u0644 \u0625\u0644\u0649 \u0627\u0644\u062E\u062F\u0645\u0629\u060C \u0642\u062F \u064A\u0643\u0648\u0646 \u0630\u0644\u0643 \u0645\u0631\u062A\u0628\u0637\u064B\u0627 \u0628\u0627\u0644\u0642\u064A\u0648\u062F \u0627\u0644\u062C\u063A\u0631\u0627\u0641\u064A\u0629 \u0644\u0640 Claude \u060C \u064A\u0645\u0643\u0646\u0643 \u0645\u062D\u0627\u0648\u0644\u0629 \u062A\u063A\u064A\u064A\u0631 \u0639\u0646\u0648\u0627\u0646 IP \u0627\u0644\u062E\u0627\u0635 \u0628\u0643 \u060C \u0623\u0648 \u0627\u0633\u062A\u062E\u062F\u0627\u0645 \u062E\u062F\u0645\u0627\u062A \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0623\u062E\u0631\u0649.","browser.brandDescriptionForSafari":"\u3010\u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u063A\u0627\u0645\u0631\u0629\u3011 \u0625\u0636\u0627\u0641\u0629 \u0645\u062C\u0627\u0646\u064A\u0629 \u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0635\u0641\u062D\u0627\u062A \u0627\u0644\u062B\u0646\u0627\u0626\u064A\u0629 \u0627\u0644\u0644\u063A\u0629 (\u0627\u0644\u0646\u0635 \u0627\u0644\u0623\u0635\u0644\u064A / \u0627\u0644\u062A\u0631\u062C\u0645\u0629)\u060C \u062A\u062F\u0639\u0645 \u0641\u064A \u0627\u0644\u0648\u0642\u062A \u0646\u0641\u0633\u0647 \u062A\u0631\u062C\u0645\u0629 PDF \u0648\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0643\u062A\u0628 \u0627\u0644\u0625\u0644\u0643\u062A\u0631\u0648\u0646\u064A\u0629 EPUB \u0645\u0639 \u0627\u0644\u062D\u0641\u0627\u0638 \u0639\u0644\u0649 \u062A\u0646\u0633\u064A\u0642 \u0627\u0644\u0648\u062B\u064A\u0642\u0629 \u0627\u0644\u0623\u0635\u0644\u064A\u0629\u060C \u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u062A\u0631\u062C\u0645\u0627\u062A \u0627\u0644\u062B\u0646\u0627\u0626\u064A\u0629 \u0627\u0644\u0644\u063A\u0629 \u0644\u0644\u0641\u064A\u062F\u064A\u0648\u0647\u0627\u062A \u0639\u0644\u0649 \u0627\u0644\u0625\u0646\u062A\u0631\u0646\u062A \u0645\u062B\u0644 Youtube/Netflix\u060C \u062A\u062F\u0639\u0645 \u062E\u062F\u0645\u0627\u062A \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0631\u0626\u064A\u0633\u064A\u0629 \u0645\u062B\u0644 Deepl/Google\u061B","browser.PdfProFile":"\u062A\u0631\u062C\u0645\u0629 PDF Pro \u0628\u062F\u0639\u0645 \u0645\u0646 \u0627\u0644\u0630\u0643\u0627\u0621 \u0627\u0644\u0627\u0635\u0637\u0646\u0627\u0639\u064A","browser.textTranslate":"\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0646\u0635"};var ks={nologin:"nicht eingeloggt",loginForSafari:"Anmelden oder Registrieren",login:"Anmelden, um eine Mitgliedschaft zu er\xF6ffnen",manageAccount:"Verwaltete Konten",openPremium:"Offene Mitgliedschaft",logout:"Abbrechen",curentPlan:"Aktuelle Pakete",endAt:"Verfallsdatum",endAuto:"automatische Erneuerung",lineBreakMaxTextCount:"Maximal zul\xE4ssige Anzahl von Zeichen pro Satz nach Zeilenumbr\xFCchen","translate-pdf":"Zum \xDCbersetzen PDF anklicken","noSupportTranslate-pdf":"Script nicht unterst\xFCtzt, bitte Plugin verwenden","translate-firefox-local-pdf":"Klicken Sie, um zu PDF importieren zu gelangen",enableLineBreak:"Automatischen Zeilenvorschub f\xFCr lange Abs\xE4tze aktivieren",sponsorLabel:"$1 Gesponserte Entwickler",help:"Hand",browserShortcutsNoteForFirefox:'Um die Verkn\xFCpfungen in Firefox zu \xE4ndern, m\xFCssen Sie die Seite f\xFCr die Verwaltung der Erweiterungen "about:addons" \xF6ffnen, dann auf "Einstellungen" und dann auf "Verkn\xFCpfungen verwalten" klicken, um die Verkn\xFCpfungen festzulegen.',browserShortcutsNoteForChrome:'Um Verkn\xFCpfungen in Chrome zu \xE4ndern, m\xFCssen Sie die Seite f\xFCr die Verwaltung von Erweiterungen \xF6ffnen, sie im Bereich "Verkn\xFCpfungen verwalten" festlegen (chrome://extensions/shortcuts) und auf die Schaltfl\xE4che unten klicken, um zur Seite f\xFCr die Verwaltung von Verkn\xFCpfungen zu gelangen.',browserShortcutsSucks:"Benutzerdefinierte Tastenkombinationen werden wie folgt formatiert (es erfolgt keine automatische Erkennung, bitte direkt eingeben)\uFF1A",enableLineBreakDescription:"Wenn diese Funktion aktiviert ist, werden in langen Abs\xE4tzen am Ende jedes Satzes Zeilenumbr\xFCche eingef\xFCgt, um die Lesbarkeit zu verbessern.","browser.shortBrandName":"Immersions\xFCbersetzung","browser.brandName":"Immersion Translation: Bilinguale Webseiten & PDF \xDCbersetzung","browser.brandDescription":"Bilingual web page translation, also supports PDF translation, bilingual Epub eBook translation, free to use.","browser.toggleTranslatePage":"Seite \xFCbersetzen/ Originaltext anzeigen","browser.toggleTranslateTheWholePage":"Alle Bereiche der Seite \xFCbersetzen/den Originaltext anzeigen","browser.toggleOnlyTransation":"Wechseln Sie in den Zweisprachen-/Nur-\xDCbersetzungsmodus","browser.toggleTranslateToThePageEndImmediately":"Sofortige \xDCbersetzung am Ende der Seite/Anzeige des Originaltextes","browser.toggleTranslateTheMainPage":"Den Hauptbereich der Seite \xFCbersetzen/den Originaltext anzeigen","browser.shareToDraft":"Zweisprachige Seiten teilen","browser.openOptionsPage":"\xD6ffnen Sie die Einstellungsseite","browser.toggleTranslationMask":"Translationsunsch\xE4rfe-Effekt ein-/ausblenden","browser.translateLocalPdfFile":"Lokale PDF-Dateien \xFCbersetzen","browser.openEbookViewer":"Lokale eBooks lesen","browser.openEbookBuilder":"Zweisprachige EPUB eBooks erstellen","browser.translateLocalHtmlFile":"HTML/Txt-Dateien \xFCbersetzen","browser.donateContext":"Erfahren Sie mehr \xFCber die Vorteile eines Sponsors","browser.translateLocalSubtitleFile":"Lokale Untertiteldateien \xFCbersetzen",confirmResetConfig:"Sind Sie sicher, dass Sie die Einstellungen zur\xFCcksetzen wollen?",translationLineBreakSettingTitle:"\xDCbersetzung Zeilenvorschubeinstellung",smartLineBreak:"Smart Line Feed (Berechnung)",alwaysLineBreak:"Immer Zeilenvorschub",isShowContextMenu:"Hinzuf\xFCgen \xFCbersetzter Seiten zu Rechtsklick-Men\xFCpunkten",toggleBeta:"Aktivieren von Beta-Testfunktionen",betaDescription:"Aktivieren Sie Funktionen, die noch experimentell sind, sowie einen \xDCbersetzungsdienst in der Beta-Phase. Treten Sie der <1>Telegram-Gruppe bei, um mehr zu erfahren.",translationLineBreakSettingDescription:"Bei Seiten mit wenig Inhalt sind die Zeilenumbr\xFCche immer ordentlich und \xFCbersichtlich. (Verwenden Sie intelligente Zeilenumbr\xFCche in langen, inhaltsreichen Abs\xE4tzen (mehr als{count}Zeichen), um Platz zu sparen).",tempTranslateDomainTitle:"Dauer des vor\xFCbergehenden Einschaltens der Website-\xDCbersetzung",tempTranslateDomainDescription:"Wenn Sie eine Webseite manuell \xFCbersetzen, schalten Sie die Website vor\xFCbergehend f\xFCr die automatische \xDCbersetzung ein, und Sie k\xF6nnen die vor\xFCbergehende Dauer festlegen.",xMinutes:"{count} Minuten",disabled:"die Verwendung von etw. untersagen",changelog:"Protokoll aktualisieren",toggleTranslatePageWhenThreeFingersOnTheScreen:"Gleichzeitiges Ber\xFChren des Bildschirms mit mehreren Fingern \xFCbersetzt Webseiten/zeigt den Originaltext an",toggleTranslationMaskWhenThreeFingersOnTheScreen:"Durch Ber\xFChren mit mehreren Fingern wird der Unsch\xE4rfeeffekt ein- und ausgeblendet.",fingerCountToToggleTranslagePageOnlyTranslationWhenTouching:"Wenn Sie mit mehreren Fingern gleichzeitig den Bildschirm ber\xFChren, wird die Webseite \xFCbersetzt (nur \xDCbersetzung) bzw. der Originaltext angezeigt.",addUrlDescription:"Kann ein Dom\xE4nenname sein und unterst\xFCtzt auch Wildcards, z. B.\uFF1A*.google.com, google.com/mail/*, https://www.google.com/*",general:"Grundeinstellungen",clickToExpandConfig:"Aktuelle Konfiguration erweitern",import:"Aus Datei importieren",export:"In Datei exportieren",toggleDebug:"Das Debug-Protokoll auf der Konsole ausgeben","fingers.0":"Klageschrift","fingers.2":"Zwei-Finger-Ber\xFChrung","fingers.3":"Drei-Finger-Ber\xFChrung","fingers.4":"Vier-Finger-Ber\xFChrung","fingers.5":"F\xFCnf-Finger-Ber\xFChrung",mouseHoldKey:"+ {key} \xDCbersetzen/Wiederherstellen des Absatzes",mouseHoldKeyAuto:"Direkte \xDCbersetzung des Absatzes",mouseHoldKeyOff:"Tun Sie nichts.",mouseHoldKeyOther:"Benutzerdefinierte Tastenkombinationen (Einstellungen \xF6ffnen)",mouseHoldKeyCustomKey:"{key} \xDCbersetzung/K\xFCrzung des Absatzes",mouseHoverHoldKey:"\xDCbersetzen Sie Abs\xE4tze, indem Sie die Tastenkombination dr\xFCcken, w\xE4hrend Sie mit der Maus dar\xFCber fahren.","mouse-translate":"Mauszeiger",document:"(Computer-)Datei",resetSuccess:"Alle Einstellungen erfolgreich zur\xFCcksetzen",resetThisSuccess:"Zur\xFCcksetzen erfolgreich",saved:"Erfolgreich speichern",successImportConfig:"Erfolgreich importierte Konfiguration",goAdvancedSettings:"Gehen Sie zur Seite Erweiterte Einstellungen",goAdvancedInterfaceSettings:"Gehen Sie zur Seite Erweiterte Anpassungseinstellungen",advanced:"Erweiterte Einstellungen",advancedDescription:"In der Regel sind keine Einstellungen erforderlich, belassen Sie es bei der Standardeinstellung. Nur f\xFCr spezialisiertere Benutzer sind mehr personalisierte Einstellungen verf\xFCgbar.",developer:"Einstellungen f\xFCr Entwickler",donateCafe:"Preise","translate to the bottom of the page":"Wird sie unmittelbar nach dem Betreten der Seite an das Ende der Seite \xFCbersetzt?",feedback:"Frage Feedback",toggleTranslatePage:"Seite \xFCbersetzen/ Originaltext anzeigen",translateToThePageEndImmediatelyDescription:"Wenn Sie die Funktion einschalten, wird der Inhalt sofort bei der Eingabe vom oberen zum unteren Rand der Seite \xFCbersetzt. Wenn Sie die Funktion ausschalten, wird der Inhalt w\xE4hrend des Lesens \xFCbersetzt. (Nicht empfohlen)","translate all areas of the page":"Ob alle Bereiche der Seite \xFCbersetzt werden sollen",translationAreaDescription:"Ist die Option aktiviert, werden alle Bereiche der gesamten Webseite \xFCbersetzt. Wenn Sie die Option ausschalten, wird die standardm\xE4\xDFige intelligente Erkennung verwendet und nur die Hauptbereiche werden \xFCbersetzt. (Es wird nicht empfohlen, diese Funktion einzuschalten)","the number of characters to be translated first":"\xDCbersetzen Sie direkt die ersten Zeichen der Seite, ohne zu warten, bis der Anzeigebereich angezeigt wird.","interface language":"Interface-Sprache","display both the original text and the translation":"Gleichzeitige Anzeige von Original und \xDCbersetzung","keyboard shortcuts":"Tastaturkurzbefehle",modify:"Tastenkombinationen \xE4ndern",reset:"reprovision",close:"Klageschrift",homepage:"Homepage",more:"mehr",moreOptions:"Erweitern Sie Ihre Anpassungsoptionen",translateTheWholePage:"Alle Bereiche der Seite \xFCbersetzen (im Gegensatz zu einer intelligenten Erkennung der Hauptbereiche)",changeToTranslateTheWholePage:"Umschalten auf die \xDCbersetzung aller Regionen",changeToTranslateTheMainPage:"Zum Hauptbereich \xDCbersetzen wechseln",changeToOnlyTranslationMode:"Umschalten, um nur \xDCbersetzungen anzuzeigen",changeToDualTranslationMode:"Umschalten auf zweisprachige \xDCbersetzung",translateToThePageEndImmediately:"Sofortige \xDCbersetzung an das Ende der Seite",translateTheMainPage:"Intelligente \xDCbersetzung Schl\xFCsselregionen","The local rules are up to date":"Die \xF6rtlichen Anpassungsvorschriften sind auf dem neuesten Stand.","Successfully synchronized with the latest official rules:":"Erfolgreich synchronisiert mit den neuesten offiziellen Anpassungsregeln.","Checking for updates":"Pr\xFCfen auf Aktualisierungen","Rules are being synchronized":"Anpassungsregeln werden synchronisiert",localVersionIsTooOld:"Die Version der lokalen Erweiterung ist zu alt. Bitte aktualisieren Sie die Erweiterung auf {minVersion} oder eine neuere Version, bevor Sie versuchen zu synchronisieren.",badUserscriptBrowser:"Der aktuelle Browser implementiert die Schnittstelle der Grease Monkey-Erweiterung nicht korrekt (z. B. um Informationen \xFCber die Versionsnummer des Grease Monkey-Skripts selbst zu erhalten). Bitte verwenden Sie andere Browser, die die <1>Grease Monkey-Erweiterung unterst\xFCtzen, wie z. B. Firefox.",foundNewVersion:"Entdecken Sie die neue Version",theLocalExtensionIsUpToUpdate:"Die aktuelle Erweiterung ist auf dem neuesten Stand.",failToSyncRules:"Fehlende Synchronisierung der neuesten Anpassungsregeln",retry:"Klicken Sie hier, um es erneut zu versuchen",failedReason:"Gr\xFCnde f\xFCr das Scheitern",currentRuleVersion:"Aktuelle Regelversion",calculating:"Berechnungen",unknownError:"unbekannter Fehler",canNotFetchRemoteRule:"Remote-Regeln k\xF6nnen nicht abgerufen werden",enableAlphaSuccess:"Alpha aktiviert",disableAlphaSuccess:"Die Alpha-Funktion wurde ausgeschaltet.",cacheSize:"Cache-Gr\xF6\xDFe\uFF1A",cleaning:"in Liquidation befindlich",cleanCache:"den Cache l\xF6schen",options:"aufstellen",about:"in Bezug auf",service:"Dolmetscherdienst",needAction:"(Gehe zu Einstellungen)",goSettings:"loslegen und einrichten",needActionForOptions:"(noch einzurichten)",translationEngine:"Motor Optionen",sourceLanguage:"Originalsprache",target:"Zielsprache",popupSourceLanguage:"Originalsprache",popupTarget:"Zielsprache",popupService:"Dolmetscherdienst",forThisSite:"Aktuelle Website",autoEnableSubtitle:"Automatisches \xD6ffnen von zweisprachigen Untertiteln",alwaysTranslate:"\xDCbersetzen Sie immer",neverTranslate:"Niemals \xFCbersetzen",alwaysTranslateSomeLanguage:"\xDCbersetzen Sie immer {language}",neverTranslateSomeLanguage:"Niemals \xFCbersetzen {language}",alwaysTranslateSomeSite:"\xDCbersetzen Sie immer {hostname}",neverTranslateSomeSite:"Niemals \xFCbersetzen {hostname}",alwaysTranslateSomeSiteOrWildSite:"\xDCbersetzen Sie immer die Website",alwaysTranslateSomePage:"\xDCbersetzen Sie die Seite immer",add:"erh\xF6hen.",default:"Standard (Einstellung)",forThisLanguage:"F\xFCr diese Sprache\uFF1A","add url":"URL eingeben",edit:"Compiler","translate other languages into specific language":"\xDCbersetzen Sie andere Sprachen in Ihre eingestellte Sprache","select translation service":"W\xE4hlen Sie einen \xDCbersetzungsdienst",language:"Mehrsprachigkeit","show-original":"Originaltext anzeigen",translate:"Rendering",Translated:"\xFCbersetzt",Translating:"in \xDCbersetzung",Error:"falsch",allowCacheTranslations:"Aktivieren Sie das lokale \xDCbersetzungscaching (um \xDCbersetzungsanfragen f\xFCr doppelte Passagen zu reduzieren)","translation display":"Anzeigestil der \xDCbersetzung","select diplay style":"Unterscheiden Sie die verschiedenen \xDCbersetzungsstile anhand der folgenden Beispiele",interface:"Interface-Einstellungen",import_export:"Import/Export",import_export_title:"Konfiguration importieren/exportieren",syncToGoogleDrive:"Jetzt mit Google Drive synchronisieren",floatBallOptions:"Hoverball-Einstellungen","floatBallOptions.enable":"Hoverball freischalten","floatBallOptions.blockUrls":"Website deaktivieren","floatBallOptions.add":"erh\xF6hen.","floatBallOptions.blockUrlDesc":"Schwebeb\xE4lle werden nicht angezeigt, wenn die folgenden Websites aufgerufen werden","floatBallOptions.clickType":"Klickverhalten","floatBallOptions.clickTypeDesc":"Verhalten des Hoverball-Symbols beim Anklicken","floatBallOptions.clickPopup":"\xDCbersetzungspanel anzeigen","floatBallOptions.clickTranslate":"\xDCbersetzung/Anzeige des Originaltextes","floatBallOptions.fixedPosition":"\u56FA\u5B9A\u4F4D\u7F6E","floatBallOptions.fixedPositionDesc":"\u60AC\u6D6E\u7403\u5728\u7A97\u53E3\u5DE6\u4FA7\u8FD8\u662F\u53F3\u4FA7","floatBallOptions.fixedPositionLeft":"\u5DE6\u4FA7","floatBallOptions.fixedPositionRight":"\u53F3\u4FA7",previewAllThemes:"Vorschau aller Stile","translationTheme.none":"nicht haben","translationTheme.grey":"dunkelgrau","translationTheme.dashed":"gepunktete Unterstreichung","translationTheme.dotted":"gepunkteter Unterstrich","translationTheme.dashedBorder":"gepunkteter Rand","translationTheme.solidBorder":"feste Umrandung","translationTheme.underline":"Unterstreichen Sie gerade Linien","translationTheme.mask":"Fuzzy-Effekte (Lernmodi)","translationTheme.opacity":"Transparenz-Effekt","translationTheme.paper":"Wei\xDFes Papier Schatteneffekt","translationTheme.dividingLine":"Trennungslinie","translationTheme.highlight":"hohe Helligkeit","translationTheme.marker":"Markierung (Lehnwort)","translationTheme.marker2":"Markierung 2","translationTheme.blockquote":"Referenzierungsstile","translationTheme.weakening":"Schw\xE4chung","translationTheme.italic":"Schr\xE4gschrift","translationTheme.bold":"eindicken","translationTheme.thinDashed":"d\xFCnne gepunktete Linie, Unterstrich","translationTheme.nativeDashed":"Das System ist mit einem gepunkteten Unterstrich versehen","translationTheme.nativeDotted":"System kommt mit gepunktetem Unterstrich","translationTheme.nativeUnderline":"Das System wird mit einer geraden Linie unterstrichen","translationTheme.wavy":"gewellte Linie","translationServices.custom":"Benutzerdefinierte API","translationServices.tencent":"Tencent \xDCbersetzer","translationServices.tenAlpha":"Tencent \xDCbersetzer (Alpha)","translationServices.google":"Google \xDCbersetzen","translationServices.bai":"Baidu (Alpha)","translationServices.baidu":"Baidu's \xDCbersetzung","translationServices.aliyun":"AliCloud \xDCbersetzung","translationServices.volc":"Vulkan\xFCbersetzung","translationServices.deeplx":"DeepLX (Beta)","translationServices.bing":"Microsoft \xDCbersetzen","translationServices.deepl":"DeepL","translationServices.wechat":"WeChat \xDCbersetzung","translationServices.azure":"Azure-\xDCbersetzung","translationServices.ibm":"IBM Watson","translationServices.aws":"Amazonas-\xDCbersetzung","translationServices.mock":"Simulierte \xDCbersetzung","translationServices.mock2":"Simulierte \xDCbersetzung 2","translationServices.caiyun":"lit. bunte Wolken und kleine \xDCbersetzungen","translationServices.cai":"Bunte Wolken (Alpha)","translationServices.volcAlpha":"Vulkan (Alpha)","translationServices.openl":"OpenL","translationServices.youdao":"Youtube-\xDCbersetzung","translationServices.you":"Youdao \xDCbersetzer (Alpha)","translationServices.transmart":"Tencent Interactive \xDCbersetzung","translationServices.niu":"Maverick Translator","translationServices.papago":"Papago \xDCbersetzung","translationServices.d":"D (Alpha)","translationServices.dpro":"D Pro (Kanarienvogel)","translationServices.openai":"OpenAI","translationServices.yandex":"Yandex","translationServices.chatgpt":"ChatGPT Web(3.5 mobil)","translate title":"Seitentitel \xFCbersetzen","always languages":"\xDCbersetzen Sie immer die Sprache",neverTranslateLanguagesLabel:"Die Sprache, die nie \xFCbersetzt werden wird",neverTranslateTheFollowingLanguagesDescription:"\xDCbersetzungen werden \xFCbersprungen, wenn ein Absatz auf der Seite in einer der folgenden Sprachen vorliegt",enableUserscriptPagePopup:"Schwebeball auf der Seite anzeigen",enableUserscriptPagePopupDescription:"Nachdem Sie den Hoverball ausgeschaltet haben, k\xF6nnen Sie ihn mit dem Shortcut /{touch}wieder aufrufen. Es wird dringend empfohlen, diese Einstellungsseite als Lesezeichen zu speichern, um zu verhindern, dass der Hoverball nach dem versehentlichen Ausschalten dieser Option nicht mehr gefunden wird!","always translate the following languages":"\xDCbersetzt automatisch in die Zielsprache, wenn die Seite in einer der folgenden Sprachen vorliegt","always sites":"Immer \xFCbersetzte Websites","always translate the following sites":"Websites werden automatisch in die Zielsprache \xFCbersetzt, wenn es sich um die Domainnamen von","never sites":"Nie \xFCbersetzte Website","never translate the following sites":"\xDCbersetzungen werden nicht durchgef\xFChrt, wenn die Website f\xFCr die folgenden Domains bestimmt ist","please refer to":"Sie m\xFCssen den Schl\xFCssel ausf\xFCllen, bevor Sie ihn verwenden k\xF6nnen.",KeyAndConfigurationTutorial:"Tutorial zur Anwendung und Konfiguration von Schl\xFCsseln",useAboveStyleForTheseSites:"Verwenden Sie immer den \xDCbersetzungsstil \u2308{theme}\u230B, wenn die Website f\xFCr die folgenden Domains bestimmt ist",currentUrl:"Aktuelle URL",confirm:"Speichern (einer Datei usw.) (Informatik)",cancel:"Stornierungen",delete:"entfernen","languages.auto":"automatische Erkennung",syncToCloud:"Mit Google Drive synchronisieren",syncToCloudDescription:"Die in die Cloud hochgeladene Konfiguration kann zwischen verschiedenen Browsern bzw. Grease-Monkey-Skripten synchronisiert werden, je nachdem, was zuletzt ge\xE4ndert wurde.",syncToAccount:"Synchronisierung mit der Immersive Translation Cloud",syncToAccountButton:"Sofortige Synchronisierung mit der Cloud",syncToAccountDescription:"Automatische Synchronisierung von Konfigurationen zwischen verschiedenen Ger\xE4ten, je nachdem, was zuletzt ge\xE4ndert wurde.",successSyncConfigInAccount:"Erfolgreiche Synchronisierung mit der Cloud",successSyncConfigToAccount:"Erfolgreiche Synchronisierung mit der Cloud",syncConfigNoUpdate:"Sie ist bereits auf dem neuesten Stand.",authFail:"Autorisierungsfehler",syncTitle:"Manuelles Backup-Management",import_hint:"importieren (Daten)",upload:"hochladen",revokeAuth:"eine Zulassung widerrufen",uploadFail:"Upload fehlgeschlagen",download:"Herunterladen von",importSuccess:"Erfolgreich importiert",importFail:"Importfehler",deleteFail:"L\xF6schen fehlgeschlagen",backupToCloud:"Manuelle Verwaltung von Sicherungsdateien",create_new_backup:"Einen neuen Sicherungsknoten hinzuf\xFCgen",maxBackupFiles:"Es k\xF6nnen bis zu{count}verschiedene Nodes gesichert werden, bitte l\xF6schen Sie die Nodes, die Sie nicht ben\xF6tigen.",backupToCloudDescription:"Manuelles Hochladen oder Wiederherstellen von Sicherungsdateien, wobei bis zu 3 verschiedene Sicherungen m\xF6glich sind",successSyncConfig:"Erfolgreiche Synchronisierung mit der Cloud",syncFail:"Synchronisationsfehler",updatedAt:"Aktualisiert von {date}",lastSyncedAt:"Zuletzt gepr\xFCft unter {date}",downloadFail:"Download fehlgeschlagen",clickToDownload:"Klicken Sie zum Herunterladen",aboutLabel:"\xDCber - Feedback","browser.openAboutPage":"\xDCber/Feedback",aboutLabelWithoutSponsor:"\xDCber - Feedback",aboutIntro:"M\xF6gen wir alle einen einfacheren und angenehmeren Zugang zu der riesigen Menge fremdsprachiger Informationen im Internet haben \u2764\uFE0F Sie k\xF6nnen Ihre <6>Pro-Mitgliedschaft aktivieren, um die sofort einsetzbaren DeepL und OpenAI-\xDCbersetzungen zu nutzen.

Sie k\xF6nnen uns auf <3>Twitter, <4>Telegram, Weibo, WeChat folgen oder <5>sich in unsere Mailingliste eintragen, um Updates zu erhalten.
<7>Pro-Mitglieder k\xF6nnen uns unter <8>support@immersivetranslate.com kontaktieren, um schnellen Kundenservice zu erhalten.",aboutIntroWithoutSponsor:"M\xF6gen wir alle einen leichteren und angenehmeren Zugang zu der enormen Menge an fremdsprachlichen Informationen haben, die im Internet zur Verf\xFCgung stehen \u2764\uFE0F

Sie k\xF6nnen uns auf <3>Twitter, im <4>Telegram-Kanal, auf WeChat und WeChat Exchange folgen oder <5>sich unten per <5>E-Mail f\xFCr Updates <5>anmelden.",projectHomepage:"Projekt Heimat",joinTelegramGroup:"Treten Sie der Benutzergruppe bei, um an Diskussionen \xFCber Funktionen teilzunehmen.",wechatPublicAccount:"WeChat \xD6ffentlich",wechatCommunities:"WeChat Austauschgruppe",qqCommunities:"QQ Kommunikationskanal",joinTelegramChannel:"Folgen Sie dem Telegram-Kanal f\xFCr aktuelle Updates",feedbackAndJoin:"Frage Feedback / Gruppe hinzuf\xFCgen",autoSync:"automatische Zeitsynchronisation",loadingThemeTitle:"Stil laden",loadingThemeDescription:"Einstellen des Stils beim Warten auf das Laden der \xDCbersetzung","loadingTheme.spinner":"Animation zum Drehen","loadingTheme.text":"etw. in statischer Schrift ","loadingTheme.none":"nicht gezeigt",developerDescription:"Die Dokumentation zur erweiterten Anpassung finden Sie <1>hier","edit border color":"\xC4ndern Sie die Farbe des Rahmens",successSyncButNoChange:"Die aktuelle Konfiguration ist mit der Cloud konsistent",customTheme:"Individuelle Farben und Gr\xF6\xDFen","customThemeLabel.borderColor":"Farbe der Umrandung","customThemeLabel.borderRadius":"Abgerundete Kanten","customThemeLabel.textColor":"Textfarbe","customThemeLabel.backgroundColor":"Hintergrundfarbe","customThemeLabel.zoom":"Skalierung der Schrift (%)","customThemeLabel.opacity":"Text-Opazit\xE4t (%)",resetToDefaultColor:"Wiederherstellung der Standardfarben",resetToDefaultSettings:"Wiederherstellen der Standardeinstellungen",isTranslateTitle:"\xDCbersetzung der Seitentitel aktivieren",isTranslateTitleDescription:"Beim \xD6ffnen wird der Seitentitel \xFCbersetzt",enableSearchEnhancement:"Erm\xF6glichung der zweisprachigen Erweiterung von Nachrichten",enableSearchEnhancementDescription:'Sobald diese Funktion aktiviert ist, werden die Suchergebnisse von "Google News" automatisch in der rechten Spalte der unterst\xFCtzten Websites (Google News, Google Search (einige Suchbegriffe), Snowball, Oriental Fortune, Futura, Tiger Community) f\xFCr die entsprechenden englischen Suchbegriffe angezeigt.',verifyService:"Klicken Sie hier, um den Dienst zu testen",verified:"Erfolg \xFCberpr\xFCfen","field.langs":"Unterst\xFCtzte Sprachcodes","field.model":"Modellierung","field.translationEngine":"\xDCbersetzungsmotor","field.limitPerMinute":"Maximale Anfragen pro Minute","field.limitPerSecond":"Maximale Anzahl von Anfragen pro Sekunde","field.maxTextLengthPerRequest":"Maximale Textl\xE4nge pro Anfrage","field.maxTextGroupLengthPerRequest":"Maximale Anzahl von Abs\xE4tzen pro Anfrage","field.apiUrl":"Adresse der benutzerdefinierten API-Schnittstelle","field.placeholderDelimiters":"reservierter Platzhalter","description.custom":"Benutzerdefinierte Schnittstelle Zugriff Dokumentation erforderlich","description.limitPerMinute":"Anfragen, die diese Grenze \xFCberschreiten, werden bis zum Beginn der n\xE4chsten Minute in eine Warteschlange gestellt. Aufgrund der verschiedenen Einschr\xE4nkungen von OpenAIs aktuellem Service, klicken Sie bitte <1>hier f\xFCr die neuesten vorgeschlagenen Werte","description.limitPerSecond":"Anfragen, die diese Grenze \xFCberschreiten, werden bis zum Beginn der n\xE4chsten Sekunde in eine Warteschlange gestellt. Aufgrund der verschiedenen Einschr\xE4nkungen von OpenAIs aktuellem Service, klicken Sie bitte <1>hier f\xFCr die neuesten vorgeschlagenen Werte","description.generalLimitPerSecond":"Anfragen, die diese Grenze \xFCberschreiten, werden bis zum Beginn der n\xE4chsten Sekunde in eine Warteschlange gestellt.","description.prompt":"Gespr\xE4che, die im Namen des Benutzers an {service} gesendet werden, wobei {{text}} den Textinhalt des Absatzes darstellt, {{from}} die Sprache des Absatzes und {{to}} die Zielsprache.","description.maxTextLengthPerRequest":"Die maximale Anzahl von Zeichen pro Anfrage ist zu gro\xDF, so dass die Schnittstelle langsam reagiert. Versuchen Sie daher, diese Option anzupassen, um die Geschwindigkeit zu optimieren.","description.systemPrompt":"Gespr\xE4che, die im Namen des Systems an {service} gesendet werden, wobei {{text}} den Textinhalt des Absatzes darstellt, {{from}} die Sprache des Absatzes und {{to}} die Zielsprache.","field.domain":"Bereich","description.domain":"Der Standardwert ist\uFF1Ageneral. Kann nur gesetzt werden, wenn die Dom\xE4nen\xFCbersetzung in der Arima API-Konsole aktiviert ist, siehe <1>hier f\xFCr unterst\xFCtzte Dom\xE4nen","field.scene":"Nehmen Sie","description.scene":"Der Standardwert ist\uFF1Ageneral. Kann nur eingestellt werden, wenn die AliCloud-API-Konsole Machine Translation Pro \xF6ffnet, siehe <1>hier f\xFCr unterst\xFCtzte Szenarien","field.vocabId":"Benutzerw\xF6rterbuch-ID","description.vocabId":"Das angegebene W\xF6rterbuch out_id unterst\xFCtzt derzeit die \xDCbersetzung Englisch-Chinesisch.","description.model":"OpenAI-Modelle, z.B. gpt-3.5-turbo, gpt-4, etc.","description.maxTextGroupLengthPerRequest":"Die Anzahl der Abs\xE4tze, die gleichzeitig an den \xDCbersetzungsdienst gesendet werden. Wenn es zu viele Abs\xE4tze sind, kann dies dazu f\xFChren, dass die Schnittstelle langsamer reagiert.","description.apiUrl":"Bitte f\xFCgen Sie spezifische URLs mit Pfaden, <1>mehr Beschreibung",enabledExtension:"Aktivieren von Erweiterungen",clickToDisableExtension:"Klicken Sie hier, um Erweiterungen zu deaktivieren",clickToEnableExtension:"Klicken Sie, um Erweiterungen zu aktivieren",hasBeenDisabled:"deaktiviert","show password":"Passwort anzeigen",customContent:"Eingabe eines benutzerdefinierten Modellnamens",inputOptions:"Erweiterung des Eingabefeldes",mouseHoverOptions:"Mauszeiger",modifyMouseHoverKey:"Mauszeiger-Kurzbefehl \xE4ndern",enableInputTranslation:"Ob die Erweiterung des Eingabefeldes aktiviert werden soll",enableInputTranslationDescription:"Nach der Aktivierung geben Sie {startingKey}{startingKey} hallo direkt in das Eingabefeld ein und dr\xFCcken dann schnell{inputTrailingTriggerKeyRepeatTimes}mal{trailingKey}, um in {inputTargetLanguage}zu \xFCbersetzen.",enableInputTranslationDescriptionForNoneKey:"Nach der Aktivierung geben Sie\uFF1AHello World direkt in das Eingabefeld ein und dr\xFCcken dann schnell{inputTrailingTriggerKeyRepeatTimes}{trailingKey}, um in die Standardzielsprache zu \xFCbersetzen.",inputTargetLanguage:"Einstellung der Standard-Zielsprache f\xFCr Eingabefelder",inputTargetLanguageDescription:"Standard-Zielsprache f\xFCr die \xDCbersetzung von Eingabefeldern, d.h. {startingKey}{startingKey} als Standardsprache f\xFCr Triggerw\xF6rter",inputTargetLanguageDescriptionForNoneKey:"Standard-Zielsprache f\xFCr die \xDCbersetzung des Eingabefeldes",inputStartingTriggerKeyTitle:"Einstellung des Trennzeichens f\xFCr die Teil\xFCbersetzung des Eingabefeldes",inputStartingTriggerKeyDescription:"Wenn Sie nicht das gesamte Eingabefeld \xFCbersetzen m\xFCssen, k\xF6nnen Sie mit dem Splitter nur den Teil von {startingKey}{startingKey} bis zum Ende des Eingabefelds \xFCbersetzen, oder Sie k\xF6nnen den Sprachcode angeben, z. B.\uFF1A{startingKey}ja bedeutet, dass nur der Teil von {startingKey}ja bis zum Ende des Eingabefelds \xFCbersetzt wird.",inputStartingTriggerKeyDescriptionForNoneKey:'Die derzeitige Einstellung "kein Pr\xE4fix" wird nicht ben\xF6tigt, und die \xDCbersetzungsfunktion f\xFCr einige Texte im Eingabefeld ist derzeit nicht verf\xFCgbar.',inputTrailingTriggerKeyTitle:"W\xE4hlen Sie ein Ausl\xF6sezeichen f\xFCr das Ende eines Eintrags",inputTrailingTriggerKeyDescription:"3 schnelle Treffer{trailingKey} wird mit der \xDCbersetzung beginnen!",inputTrailingTriggerKeyTimeout:"Geben Sie die Zeit zwischen den Ausl\xF6sern f\xFCr das Ende des Kampfes ein.",inputTrailingTriggerKeyTimeoutDescription:"Legt die Zeit (in Millisekunden) zwischen den Combo-Triggern f\xFCr das Eingangsende fest",spaceKey:"<\u7A7A\u683C\u952E>",noneKey:"Direkte \xDCbersetzung des gesamten Textfeldes ohne Pr\xE4fixe",inputTranslationBlockUrlsTitle:"Aktivieren Sie die Eingabefelderweiterung in den folgenden URLs nicht",inputTranslationBlockUrlsDescription:"Die Erweiterungen der Eingabefelder funktionieren nicht bei den folgenden URLs",clickToSeeQuickDemo:"Klicken Sie hier, um das 30-Sekunden-Kurzanleitung-Video zu erweitern",inputHelperInfo:"Beschreibung\uFF1AWir haben die Tatsache optimiert, dass einige ausl\xF6sende Zeichen bei chinesischen Eingabemethoden zu chinesischen Satzzeichen werden, z. B. wird / bei der Sogou-Eingabemethode zu einem Dun-Zeichen, und Immersive Translator unterst\xFCtzt alle chinesischen Symbole, die den ausl\xF6senden Zeichen entsprechen, d. h. //,,, wird als ausl\xF6sendes Zeichen erkannt.

Wir unterst\xFCtzen auch chinesische Aliase f\xFCr Sprachcodes als Befehle, z.B. /Japanese Hello World wird ins Japanische \xFCbersetzt, <1>klicken Sie hier, um alle unterst\xFCtzten Sprachcodes zu sehen.",reloadCurrentPage:"Bitte aktualisieren Sie die aktuelle Seite, bevor Sie die \xDCbersetzung starten.",noLocalFilePermissionForPDF:"Sie haben keine Berechtigung, lokale Dateien zu lesen. Bitte klicken Sie auf die Schaltfl\xE4che oben und importieren Sie dann lokale Dateien.",noPermissionForThisPage:"\u26A0\uFE0F Keine Berechtigung zur \xDCbersetzung der aktuellen Seite",retryAllParagraphs:"Alle Fehlerpassagen erneut versuchen",retryAllButton:"Alle Fehlerpassagen erneut versuchen",errorTooltipTitle:"Klicken Sie, um die Ursache des Fehlers zu sehen",errorModalTitle:"Irgendetwas scheint mit dem \xDCbersetzungsdienst oder dem Netzwerk nicht in Ordnung zu sein...",disableConfirm:"Zweisprachige Information Enhancement Setting",disableOnce:"Diese Invalidit\xE4t",disableGlobal:"dauerhaft deaktivieren",disableTint:"* Sie k\xF6nnen sie unter {option} wieder aktivieren.",searchEnhancementNotes:'Wir haben festgestellt, dass die Nachrichtenergebnisse f\xFCr chinesische und englische Schl\xFCsselw\xF6rter sehr unterschiedlich sind. Nach der Aktivierung der Funktion "Immersive Translation Bilingual Information Enhancement" suchen wir f\xFCr Sie automatisch auf den unterst\xFCtzten Websites (Google News, Google Search (einige Schl\xFCsselw\xF6rter), Snowball, Oriental Wealth, Futura, Tiger) nach denselben Schl\xFCsselw\xF6rtern auf Englisch und zeigen sie auf der rechten Seite an. Sie k\xF6nnen diese Funktion deaktivieren, wenn Sie sie nicht ben\xF6tigen.',option:"aufstellen",saveSettings:"Einstellungen speichern",closeModal:"Fenster schlie\xDFen",enableInputTranslationWithoutTriggerKeyTitle:"Aktivieren Sie 3 Schnellzugriffe auf{trailingKey}, um das gesamte Eingabefeld direkt in{inputTargetLanguage}zu \xFCbersetzen.",enableInputTranslationWithoutTriggerKeyDescription:"Um die Zielsprache anzugeben, stellen Sie ihr den Sprachcode voran, z. B.\uFF1Aja Hello World",mouseHoverShortcutPlaceholder:"z.B.\uFF1AVerschiebung",deepLProName:"Immersive Translation Pro Mitglied (empfohlen)",deepLProDescription:"Das aktuelle Paket kann direkt verwendet werden",deeplProDescriptionForNormal:"Keine Einrichtung erforderlich, Mitglieder k\xF6nnen es nach der Anmeldung nutzen, <1>klicken Sie hier, um Mitglied zu werden",deepLCustomDescription:"Ausl\xE4ndische Kreditkarte erforderlich, offiziell er\xF6ffnet unter <1>DeepL, klicken Sie f\xFCr die <2>Dokumentation",deepLCustomName:"Benutzerdefinierter Authentifizierungsschl\xFCssel",chooseProviderLabel:"W\xE4hlen Sie einen Dienstanbieter",openaiProName:"Immersive Translation Pro Mitglied (empfohlen)",openaiProDescription:"Das aktuelle Paket kann direkt verwendet werden",openaiProDescriptionForNormal:"Keine Einrichtung erforderlich, Mitglieder k\xF6nnen es nach der Anmeldung nutzen, <1>klicken Sie hier, um Mitglied zu werden",openaiCustomDescription:"Verf\xFCgbar auf OpenAI, Azure OpenAI oder anderen Diensten von Drittanbietern, <1>klicken Sie hier f\xFCr die Dokumentation",openaiCustomName:"Benutzerdefinierter API-Schl\xFCssel",needLoginAction:"(Offene Mitgliedschaft oder Anpassung)",goLoginOrAction:"(\xD6ffnen Sie eine Mitgliedschaft oder gehen Sie zu den Einstellungen)",yearly:"eine fortlaufende j\xE4hrliche Zahlung leisten",quarterly:"sequenzieller Umschlag",monthly:"Monatsabonnement",yearlyForOnce:"Einmaliges Jahrespaket",monthlyForOnce:"Einmaliges Monatspaket",daily:"aufeinanderfolgende Pakettage",year:"eine fortlaufende j\xE4hrliche Zahlung leisten",quarter:"sequenzieller Umschlag",month:"Monatsabonnement",day:"aufeinanderfolgende Pakettage",onetime_7day:"7-Tage-Erlebnispaket",currentPlanDescriptionForFree:"Aktuelle Pakete\uFF1AKostenlos",currentPlanDescriptionForContinuous:"Das aktuelle Paket\uFF1A{plan}wird automatisch auf {endAt} verl\xE4ngert.",currentPlanDescriptionForAutoRenewCaceling:"Das aktuelle Paket\uFF1A{plan}l\xE4uft auf {endAt} aus und wird nach Ablauf nicht automatisch verl\xE4ngert.",currentYearlyPlanDescriptionForAutoRenewCacelingWithRealPaiedUser:"Das aktuelle Paket,\uFF1A{plan}, l\xE4uft am {endAt} aus und wird nach Ablauf nicht automatisch verl\xE4ngert.
<1>Klicken Sie hier, um Ihren Verl\xE4ngerungsplan zu verwalten",currentYearlyPlanDescriptionForAutoRenewCacelingWithAdmin:"Das aktuelle Paket\uFF1A{plan}l\xE4uft auf {endAt} aus und wird nach Ablauf nicht automatisch verl\xE4ngert.
<1>Klicken Sie hier, um ein fortlaufendes Jahresabonnement zu aktivieren",currentPlanDescriptionForOneTime:"Das aktuelle Abonnement\uFF1A{plan}l\xE4uft auf {endAt} aus. <1>Klicken Sie hier, um eine j\xE4hrliche oder <2>monatliche Mitgliedschaft zu <1>erwerben.",upgradePlan:"Klicken Sie hier f\xFCr ein Upgrade auf die Pro-Mitgliedschaft",upgradeToPro:"Upgrade auf Pro-Mitgliedschaft","popup.openPro":"Upgraden Sie auf die Pro-Mitgliedschaft, um DeepL und OpenAI-\xDCbersetzung zu genie\xDFen. Klicken Sie hier, um upzugraden!","popup.openProForPro":"Sie sind ein Pro-Mitglied mit direktem Zugang zu DeepL und OpenAI \xDCbersetzungen!",currentAccount:"laufendes Konto",enableAutoSyncUserSettings:"Aktivieren Sie die automatische Cloud-Synchronisierung \xFCber mehrere Ger\xE4te hinweg",modalEnableInputTranslationTitle:"Immersive Translation Eingabefeld Translation Alerts",modalEnableInputTranslationDesc:"Sie haben soeben die \xDCbersetzung des Eingabefeldes von Immersive Translation ausgel\xF6st, indem Sie dreimal kurz hintereinander die Leertaste gedr\xFCckt haben, und der Inhalt des Eingabefeldes wird in die Standardzielsprache \xFCbersetzt. Die \xDCbersetzung kann mit Strg+Z r\xFCckg\xE4ngig gemacht werden.

Sollte dies ein Fehler gewesen sein, k\xF6nnen Sie die \xDCbersetzung des Eingabefeldes entweder deaktivieren oder dauerhaft abschalten.",saveAndNotShowAgain:"Speichern und Beenden der Eingabeaufforderung",disableInputTranslationTips:"* Sie k\xF6nnen auch andere Tastenkombinationen f\xFCr die Ausl\xF6sung in {option} ,{learnMore}festlegen.",learnMore:"Klicken Sie hier, um mehr zu erfahren",continueEnalbeInputTranslation:"Fortfahren, um die \xDCbersetzung von Eingabefeldern zu aktivieren",autoRenewTrialSuffix:'(Aufwird die Testversion sofort zur Vollmitgliedschaft aufgewertet)',upgradeFromTrialTitle:"Upgrade zum Vollmitglied",subtitle:"Video-Untertitelung",youtubeService:"Immersions\xFCbersetzung Videountertitelung \xDCbersetzungsdienste","subtitle.disabledSubtitle":"Dauerhaftes Deaktivieren der Video-Untertitelfunktion","subtitle.disabledSubtitleDescription":"Wenn Immersive Translator's Video Subtitles mit anderen Erweiterungen in Konflikt steht, k\xF6nnen Sie die Funktion von Immersive Translator's Video Subtitles dauerhaft deaktivieren oder andere in Konflikt stehende Erweiterungen deinstallieren","subtitle.autoEnableSubtitle":"Automatische Verwendung von zweisprachigen Untertiteln","subtitle.autoEnableSubtitleDescription":"Nach der Aktivierung werden beim Abspielen eines Videos automatisch zweisprachige Untertitel angezeigt, sonst m\xFCssen Sie auf die \xDCbersetzungsschaltfl\xE4che klicken, um sie anzuzeigen.","subtitle.preTranslation":"\xDCbersetzen von Untertiteln mit immersiver \xDCbersetzung","subtitle.preTranslationDescription":"Wenn diese Option aktiviert ist, wird der gesamte Untertitel mit Hilfe des unten angegebenen \xDCbersetzungsdienstes vor\xFCbersetzt. F\xFCr ein einst\xFCndiges Video werden etwa 50.000 Token oder Zeichen ben\xF6tigt, die Sie bitte nach eigenem Ermessen verwenden.","subtitle.humanSubtitlesPreferred":"Vorrangige Verwendung von Untertiteln f\xFCr Menschen","subtitle.humanSubtitlesPreferredDescription":"Bevorzugen Sie die Verwendung von menschlichen Untertiteln, wenn das Video menschliche Untertitel in der Zielsprache hat (empfohlen)",videoSubtitleTranslationDescription:"Beauftragen Sie einen separaten \xDCbersetzungsdienst f\xFCr Videountertitel",subtitleTranslating:"Bitte warten Sie, w\xE4hrend die Untertitel \xFCber den Dienst {service} \xFCbersetzt werden... (Immersions\xFCbersetzung)",subtitleLoading:"Laden von Untertiteln...",bilingual:"Zweisprachigkeit","field.action":"Ob Baidu-Terminologie aktiviert werden soll","description.action":"Wenn diese Funktion aktiviert ist, wird der Anfrage ein Parameter action=1 hinzugef\xFCgt, um Baidu \xFCber den aktivierten Begriff zu informieren. <1>Weitere Informationen finden Sie in der offiziellen Dokumentation.",closeQuickTranslation:"Hoverball schlie\xDFen","closeQuickTranslation.untilNext":"Diesmal geschlossen bis zum n\xE4chsten Besuch","closeQuickTranslation.currentWebsite":"Aktuelle Seite deaktiviert","closeQuickTranslation.alwaysClose":"dauerhaft deaktivieren","closeQuickTranslation.settingOpen":"(kann auf der <1>Einstellungsseite aktiviert werden)","closeQuickTranslation.cancel":"Stornierungen","closeQuickTranslation.confirm":"definieren.","floatBall.popup":"\xD6ffnen Sie das Panel Schnelleinstellungen","floatBall.translate":"Klicken Sie, um die Seite zu \xFCbersetzen","floatBall.showOriginal":"Klicken Sie, um zum Originalartikel zur\xFCckzukehren","floatBall.close":"Hoverball schlie\xDFen","floatBallOptions.enableDescPc":"Nach dem Aktivieren des Hoverballs wird auf der rechten Seite der Seite eine Schaltfl\xE4che f\xFCr die Schnell\xFCbersetzung angezeigt. Klicken Sie darauf, um zu \xFCbersetzen!","floatBallOptions.enableDesc":"Nachdem Sie den Hoverball ausgeschaltet haben, k\xF6nnen Sie ihn mit{touch}wieder aufrufen. Es wird dringend empfohlen, diese Einstellungsseite als Lesezeichen zu speichern, falls Sie den Hoverball nicht mehr finden k\xF6nnen, nachdem Sie diese Option versehentlich ausgeschaltet haben!","description.azureApiUrl":"Geben Sie die Adresse der benutzerdefinierten API-Schnittstelle ein",confirmSupportMouse:"Aktivierung der Mausunterst\xFCtzung erzwingen",confirmSupportMouseDescription:"Es wurde festgestellt, dass der aktuelle Browser die Mausfunktion nicht unterst\xFCtzt. Ist es notwendig, die Mausunterst\xFCtzung zu aktivieren?",sampleTargetText:"Die lange Nacht wird kommen, und ich werde von heute an bis zu meinem Tod Wache halten. Ich werde keine Frau nehmen, ich werde kein Lehen machen, ich werde keine Kinder haben. Ich werde keine Krone tragen, ich werde nicht nach Ehre streben. Ich werde meine Pflicht tun und leben und sterben.",sampleSourceText:"Night gathers, and now my watch begins. It shall not end until my death. I shall take no wife, hold no lands, father no children. I shall wear no crowns and win no glory. I shall live and die at my post.","subtitle.supportedSites":"\u5DF2\u652F\u6301\u5728\u8FD9\u4E9B\u7F51\u7AD9\u4F7F\u7528\u53CC\u8BED\u5B57\u5E55\uFF08\u6CE8\u610F\uFF1A\u7531\u4E8E\u6280\u672F\u9650\u5236\uFF0C\u90E8\u5206\u7F51\u7AD9\u5728\u9996\u6B21\u5F00\u542F\u5B57\u5E55\u540E\u9700\u8981\u91CD\u65B0\u5237\u65B0\u9875\u9762\uFF0C\u6216\u8005\u9700\u7B49\u5F85\u7FFB\u8BD1\u5B8C\u6210\u4EE5\u663E\u793A\u53CC\u8BED\u5B57\u5E55\uFF09\uFF1A",viewWithImmersiveTranslate:"\u53CC\u8BED\u7248\u672C(\u6C89\u6D78\u5F0F\u7FFB\u8BD1)",errorReason:"\u9519\u8BEF\u539F\u56E0\uFF1A{message}","proQuotaExceededError.onetime7day":'\uFF0C\u60A8\u53EF\u4EE5\u9009\u62E9\u4EE5\u4E0B\u65B9\u5F0F\u89E3\u51B3\uFF1A

1. \u5207\u6362\u5230 {anotherService} \u6216\u5176\u4ED6\u7FFB\u8BD1\u670D\u52A1
2. \u5347\u7EA7\u4E3A\u6708\u5EA6/\u5E74\u5EA6\u4F1A\u5458',"proQuotaExceededError.trial":'\uFF0C\u60A8\u53EF\u4EE5\u9009\u62E9\u4EE5\u4E0B\u65B9\u5F0F\u89E3\u51B3\uFF1A

1. \u5207\u6362\u5230 {anotherService} \u6216\u5176\u4ED6\u7FFB\u8BD1\u670D\u52A1
2. \u7ACB\u523B\u5347\u7EA7\u4E3A\u6B63\u5F0F\u4F1A\u5458',"proQuotaExceededError.nonTrial":'\uFF0C\u60A8\u53EF\u4EE5\u9009\u62E9\u4EE5\u4E0B\u65B9\u5F0F\u89E3\u51B3\uFF1A

1. \u5207\u6362\u5230 {anotherService} \u6216\u5176\u4ED6\u7FFB\u8BD1\u670D\u52A1
2. \u8D2D\u4E70 {translationService} \u989D\u5916\u6D41\u91CF\u5305',"proQuotaExceededError.resetTime":"
3. \u989D\u5EA6\u91CD\u7F6E\u65F6\u95F4\uFF1A{resetTime}","desc.touchShortcutsToggleTranslatePageOnlyTranslation":'"Nur \xDCbersetzung" bedeutet, dass nur die \xDCbersetzung angezeigt wird. Wenn eine Webseite noch nicht \xFCbersetzt wurde, wird der Modus gewechselt und \xFCbersetzt.',"desc.toggleOnlyTransation":'"Nur \xDCbersetzungsmodus" bedeutet, dass nur die \xDCbersetzung angezeigt wird. Wenn eine Webseite noch nicht \xFCbersetzt wurde, wird der Modus gewechselt und \xFCbersetzt.',touchShortcutsToggleTranslatePageOnlyTranslation:"Einstellen von Touchscreen-Gesten zum Wechseln zwischen Zweisprachig/Nur \xDCbersetzung Modus",download_started:"Der Download hat bereits begonnen, wenn er nicht automatisch heruntergeladen wird, klicken Sie bitte manuell.",here:"Hier","desc.toggleVideoSubtitlePreTranslation":"Nach dem Dr\xFCcken werden die zweisprachigen Untertitel des Videos vorrangig mit den Einstellungen der immersiven \xDCbersetzung verwendet. Wenn Sie erneut dr\xFCcken, werden vorrangig die maschinell \xFCbersetzten Untertitel des Originalvideos verwendet. Bitte beachten Sie: Diese Verkn\xFCpfung \xE4ndert die globalen Einstellungen.",videoSubtitlePreTranslationOn:"Videountertitel werden vorrangig mit immersiver \xDCbersetzung verwendet.",videoSubtitlePreTranslationOff:"Videounteritel werden vorrangig die maschinell \xFCbersetzten Untertitel des Originalvideos verwenden.",translationFont:"Schriftart einstellen","translationFont.custom":"Geben Sie benutzerdefinierte Schriftarten ein","translationFont.customPlaceholder":"Schriftart","translationFont.notSupportErrorMessage":"Bitte \xFCberpr\xFCfen Sie, ob der von Ihnen eingegebene Schriftartname korrekt ist, oder best\xE4tigen Sie, dass diese Schriftart bereits auf Ihrem Ger\xE4t installiert ist.","touch.mouse-translate":"\xDCbersetzen Sie den angegebenen Absatz.","translationServices.inherit":"Folgen Sie dem Haupt\xFCbersetzungsdienst","error.serveConfigError":"Dienstkonfigurationsfehler","error.reloadPageOfSetting":"Nach der Konfiguration, bitte aktualisieren Sie die Seite und \xFCbersetzen Sie erneut.","error.googleLimitIp":"Der Service gibt einen Fehler zur\xFCck, Google-Dienste haben die IP-Adresse gedrosselt, es wird empfohlen, den Netzwerkknoten zu wechseln.","error.openAIFreeLimit":"Der Service gibt einen Fehler zur\xFCck, die aktuelle \xDCbersetzungsanforderungsrate hat das Limit von maximal 3 Mal pro Minute erreicht, bitte versuchen Sie es sp\xE4ter erneut. (Dies ist eine Beschr\xE4nkung von OpenAI f\xFCr kostenlose API-Schl\xFCssel. Um diese Beschr\xE4nkung aufzuheben, binden Sie bitte eine Kreditkarte im OpenAI-Backend.)","error.openAIExceededQuota":"Dienst gibt Fehler zur\xFCck: Ihr aktuelles OpenAI-Konto hat nicht gen\xFCgend Guthaben. Bitte laden Sie Ihr Konto auf oder verkn\xFCpfen Sie eine Kreditkarte im offiziellen OpenAI-Backend.","error.429":"Der Service gibt einen Fehler zur\xFCck, was darauf hinweist, dass die Anfragen zu h\xE4ufig sind oder das Limit \xFCberschritten wurde. Bitte versuchen Sie es sp\xE4ter erneut.","error.403":"Der Service gibt einen Fehler zur\xFCck, vor\xFCbergehend besteht keine Berechtigung zum Zugriff auf diesen Service.","error.400":"Der Service gibt einen Fehler zur\xFCck, die Anforderungsparameter sind falsch, bitte \xFCberpr\xFCfen Sie die entsprechende Konfiguration.","error.502":"Der Service gibt einen Fehler zur\xFCck, der Service ist zeitlich \xFCberschritten, bitte versuchen Sie es sp\xE4ter erneut.","error.proTokenInvalid":"Wenn Sie ein Pro-Benutzer sind, melden Sie sich bitte an, bevor Sie den Pro-\xDCbersetzungsdienst nutzen.","error.proUpgrade":"Nach dem Upgrade, bitte aktualisieren Sie die Seite und \xFCbersetzen Sie erneut.","error.configError":"Konfigurationsdaten sind abnormal","error.goReset":"Zur\xFCcksetzen",batchEdit:"Massenoperation","translationModeLang.translation.title":"Nur \xDCbersetzungsmodus Sprache","translationModeLang.translation.description":"Wenn die Seitensprache eine der folgenden Sprachen ist, wird automatisch nur der \xDCbersetzungsmodus verwendet.","translationModeUrl.translation.title":"Nur \xDCbersetzungsmodus-Webadresse","translationModeUrl.translation.description":"Wenn die Website die folgenden Domains hat, wird automatisch nur der \xDCbersetzungsmodus verwendet.","error.serveUnavailable":"Der von Ihnen derzeit verwendete [{serverName}] Dienst ist aufgrund von Netzwerkverbindungsproblemen oder Problemen mit dem Dienstanbieter vor\xFCbergehend nicht erreichbar. Wir empfehlen Ihnen, die Seite zu aktualisieren oder \xFCber <1>Einstellungen einen anderen \xDCbersetzungsdienst auszuw\xE4hlen. Wenn Sie ein <2>Pro-Mitglied sind, k\xF6nnen Sie den stabileren DeepL oder OpenAI \xDCbersetzungsdienst nutzen (<3>klicken Sie hier, um es kostenlos auszuprobieren). Dar\xFCber hinaus sollten Sie m\xF6glicherweise Ihre Netzwerk- oder Proxy-Einstellungen \xFCberpr\xFCfen.",detectServiceLoading:"\xDCberpr\xFCfung der verf\xFCgbaren \xDCbersetzungsdienste...",toggleToService:"Wechseln Sie zu {service} und versuchen Sie es erneut.","error.gemini.429":"Der aktuelle Gemini-Dienst hat seine maximale Kapazit\xE4t erreicht. Bitte versuchen Sie es sp\xE4ter erneut oder wechseln Sie zu einem anderen \xDCbersetzungsdienst.",enableSentryReport:"Wenn ein Fehler bei der Erweiterung auftritt, senden Sie Feedback mit Sentry.","translationServices.gemini":"Zwillinge","widget.translateFile":"PDF/ePub","error.reason":"Fehlergrund","floatBall.iKnow":"Ich wei\xDF.",goLogin:"Anmelden gehen","error.retry":"Wiederholen",touchShortcutsOff:"schlie\xDFen",pickAll:"Alles ausw\xE4hlen",notLogin:"Nicht angemeldet","slide.left":"Nach rechts wischen",loggedIn:"Eingeloggt","slide.right":"Nach links wischen",shortcutSettingsTitle:"Tastenkombination Einstellungen","tagsInput.add":"+ Hinzuf\xFCgen","subtitle.bilingual":"Zweisprachige Untertitel","multipleClick.2":"Doppelklick","shortcutGroup.touch":"Gesten speziell f\xFCr Touchscreens",alwaysTranslateThisSite:"Immer diese Website \xFCbersetzen",buildSnapshots:"Erstellen Sie ein Webseiten-Snapshot",networkError:"\xDCbersetzungsdienst oder Netzwerk hat ein Problem",neverTranslateThisSite:"\xDCbersetzen Sie diese Website niemals",translationOnlyMode:"Nur \xDCbersetzungsmodus","subtitle.hideQuickButton":"Nicht mehr diese Verkn\xFCpfung anzeigen","subtitle.showQuickButton":"Im Player werden Untertitel in zwei Sprachen angezeigt.","multipleClick.3":"Dreifachschlag","intro.subtitleTitle":"Online-Video-Zweisprachige Untertitelanzeige","shortcutGroup.main":"H\xE4ufig verwendete Funktionstastenkombinationen",temprarilyChangeTranslationTo_openai:"Verwendet OpenAI zum \xDCbersetzen der aktuellen Seite",shortcutSettings:"Tastenkombination","shortcutGroup.others":"Mehr benutzerdefinierte Funktionstastenkombinationen","intro.floatBallTitle":"Schnelle \xDCbersetzung Schwebekugel","widget.videoSubtitle":"Videountertitel",contact:"Kontaktieren Sie uns",mouseHoverCustomKeyTitle:"Benutzerdefinierte Maus-Hover-Tastenkombination",temprarilyChangeTranslationTo_gemini:"Verwenden von Gemini, um die aktuelle Seite zu \xFCbersetzen","browser.translateInputBox":"\xDCbersetzen Sie den aktuellen Inhalt des Eingabefelds.","multipleClick.4":"Vierfachschlag","browser.translateWithDeepL":"Vor\xFCbergehende Verwendung von DeepL zur \xDCbersetzung der aktuellen Seite",notLoginPro:"Sie haben sich noch nicht in Ihr Mitgliedskonto eingeloggt.",touchShortcutsToggleTranslateTouchElement:"Einstellen von Touchscreen-Gesten zum \xDCbersetzen bestimmter Abs\xE4tze","widget.instructionTooltip":"Anleitung anzeigen","browser.translateWithTransmart":"Verwenden Sie vor\xFCbergehend Tencent, um die aktuelle Seite zu \xFCbersetzen.",temprarilyChangeTranslationTo_google:"Verwenden Sie Google \xDCbersetzer, um diese Seite zu \xFCbersetzen.","shortcutGroup.shortcutsForTranslationServices":"\xDCbersetzungsdienst verwandte Tastenkombinationen",temprarilyChangeTranslationTo_deepl:"Verwenden von DeepL, um die aktuelle Seite zu \xFCbersetzen.","widget.instruction":"Gebrauchsanweisung","browser.translateWithOpenAI":"Vor\xFCbergehende Verwendung von OpenAI zum \xDCbersetzen der aktuellen Seite","intro.hoverTitle":"\xDCbersetzen Sie den aktuellen Absatz, indem Sie die Maus dar\xFCber schweben lassen.","browser.toggleMouseHoverTranslateDirectly":"Auf der Seite das direkte \xDCbersetzen durch Mouseover tempor\xE4r aktivieren oder deaktivieren","floatBall.longPress":"Durch langes Dr\xFCcken k\xF6nnen Sie das Einstellungsmen\xFC schnell \xF6ffnen.",temprarilyChangeTranslationTo_transmart:"Verwendet gerade Tencent \xDCbersetzung f\xFCr die aktuelle Seite.","floatBall.guideClickToTranslate":`Klicken Sie auf die immersive \xDCbersetzungsschwebekugel f\xFCr eine schnelle \xDCbersetzung`,"subtitle.autoDisableSubtitle":"Nicht automatische Aktivierung von zweisprachigen Untertiteln",touchShortcutsToggleTranslationMask:"Einstellen von Touchscreen-Gesten zum Anzeigen der \xDCbersetzungsabdeckung / Anzeigen des Originaltexts","widget.translateFileTooltip":"\xDCbersetzen Sie PDF, EPUB, SRT, ASS, HTML und TXT Dokumente",touchShortcutsToggleTranslatePage:"Stellen Sie Touchscreen-Gesten ein, um Webseiten zu \xFCbersetzen / den Originaltext anzuzeigen.","shortcutGroup.mouse":"Mauszeiger Hover Tastenkombination Konfiguration","browser.translateWithBing":"Verwenden Sie vor\xFCbergehend Microsoft Translate, um die aktuelle Seite zu \xFCbersetzen.","browser.translateWithGoogle":"Vor\xFCbergehende Verwendung von Google \xDCbersetzer f\xFCr die aktuelle Seite","widget.videoSubtitleTooltip":"Unterst\xFCtzt Youtube und {count}+ weitere Videowebsites",paragraphMinTextCountField:"Die Mindestanzahl an Zeichen, die f\xFCr die \xDCbersetzung eines Absatzes ben\xF6tigt wird","neverTranslateText.title":"Die folgenden W\xF6rter bleiben im Originaltext und werden nicht \xFCbersetzt.","browser.toggleVideoSubtitlePreTranslation":"Wechseln Sie zu zweisprachigen Untertiteln und verwenden Sie vorzugsweise immersive \xDCbersetzungseinstellungen.","error.subscriptionExpiredTitle":"Die Mitgliedschaft ist abgelaufen.",temprarilyChangeTranslationTo_bing:"Verwendet gerade Microsoft \xDCbersetzer, um die aktuelle Seite zu \xFCbersetzen.","description.baiduField":"Unterst\xFCtzte Bereiche siehe <1>hier, wenn leer bedeutet dies, dass kein Bereich angegeben ist.","error.subscriptionExpired":"Ihr Mitgliedschaft k\xF6nnte abgelaufen sein, bitte \xFCberpr\xFCfen Sie Ihren Mitgliedsstatus.","desc.mouseHoverHoldKey":"Wenn die Maus \xFCber einem Absatz schwebt und gleichzeitig die rechte Shortcut-Taste gedr\xFCckt wird, kann der Absatz direkt \xFCbersetzt werden.",upgradeToProErrorTitle:"Bitte aktualisieren Sie auf Pro-Mitgliedschaft, um diesen \xDCbersetzungsdienst zu nutzen.","browser.translateWithGemini":"Verwenden Sie vor\xFCbergehend Gemini, um die aktuelle Seite zu \xFCbersetzen.",confirmResetToDefaultSettings:"M\xF6chten Sie diesen \xDCbersetzungsdienst wirklich auf die Standardeinstellungen zur\xFCcksetzen? (Nur die Einstellungen des aktuellen \xDCbersetzungsdienstes werden zur\xFCckgesetzt)","desc.touchShortcutsToggleTranslateTouchElement":"Definieren Sie eine Geste und Sie k\xF6nnen jeden Abschnitt \xFCbersetzen, in dem Sie sich befinden.",shortcutDisableTooltip:"Bitte stellen Sie dies auf der Erweiterungs-Shortcut-Verwaltungsseite Ihres Browsers ein. Weitere Anleitungen finden Sie in den Anweisungen oben auf dieser Seite.",paragraphMinTextCountDesc:"Achtung, hier ist die Zeichenl\xE4nge gemeint, zum Beispiel: hello hat 5 Zeichen, das Einstellen eines gr\xF6\xDFeren Werts kann unn\xF6tige \xDCbersetzungen kleiner Abschnitte reduzieren.","desc.touchShortcutsToggleTranslationMask":"\xDCbersetzungsmaske bezieht sich auf den unscharfen Effekt im \xDCbersetzungsstil (Lernmodus). Nach der Aktivierung wird der unscharfe Effekt vor\xFCbergehend auf die \xDCbersetzung angewendet, was das Lernen erleichtert.","desc.interfaceLanguage":"Die Einstellung der Benutzeroberfl\xE4chensprache beeinflusst die Anzeigesprache des Bedienfelds und hat nichts mit der Zielsprache der \xDCbersetzung zu tun.","subtitle.showQuickButtonDescription":"Im unteren rechten Eck des Videoplayers wird eine Verkn\xFCpfung zum Aktivieren von zweisprachigen Untertiteln bereitgestellt.","desc.toggleTranslateTheWholePage":"\xDCbersetzen Sie den gesamten Bereich der Seite. Standardm\xE4\xDFig \xFCbersetzen wir den Hauptbereich der Seite. Sie k\xF6nnen diese Tastenkombination verwenden, um speziell den gesamten Bereich der Seite zu \xFCbersetzen.",mouseHoverCustomKeyDescription:"Sie k\xF6nnen eine benutzerdefinierte Kombination von Tastenk\xFCrzeln f\xFCr die Mauszeiger-Hover erstellen, wie zum Beispiel: Alt+Z, Ctrl+E, Cmd+Alt+E oder direkt Cmd, bitte geben Sie manuell ein.","contact.description":"Wenn Sie Fragen oder Vorschl\xE4ge haben, f\xFCllen Sie bitte das untenstehende Formular aus, um uns zu kontaktieren, oder senden Sie eine E-Mail an {email}. Wir werden Ihnen so schnell wie m\xF6glich antworten.","desc.toggleTranslateTheMainPage":"\xDCbersetzen Sie nur den Hauptbereich der Seite. Wenn Sie in den erweiterten Einstellungen die \xDCbersetzung des gesamten Seitenbereichs aktiviert haben, k\xF6nnen Sie diese Tastenkombination verwenden, um speziell den Hauptbereich der Seite zu \xFCbersetzen.","desc.toggleMouseHoverTranslateDirectly":"Nach dem Dr\xFCcken dieser Tastenkombination wird auf der Seite jeder Textabschnitt, auf den die Maus zeigt, automatisch \xFCbersetzt. Dr\xFCcken Sie die Tastenkombination erneut, um diese automatische \xDCbersetzungsfunktion zu deaktivieren.",translationOnlyModeDescription:'"\xDCbersetzungsmodus" bedeutet, dass nur die \xDCbersetzung angezeigt wird, nicht der Standard-Zweisprachenmodus. Bitte beachten Sie: Aufgrund technischer Einschr\xE4nkungen werden Hyperlinks im Originaltext im \xDCbersetzungsmodus deaktiviert.',"intro.floatBallDescription":"Nach der Aktivierung wird auf der rechten Seite der Seite eine Schnell\xFCbersetzungsschaltfl\xE4che angezeigt. Klicken Sie darauf, um zu \xFCbersetzen, und klicken Sie erneut, um zum Originaltext zur\xFCckzukehren. Auf dem Mobilger\xE4t k\xF6nnen Sie durch langes Dr\xFCcken auf den schwebenden Ball das Schnelleinstellungsfenster \xF6ffnen.","desc.touchShortcutsToggleTranslatePage":"Nach der Einstellung k\xF6nnen Sie beim Bewegen des Ger\xE4ts gleichzeitig mit X Fingern auf den Bildschirm tippen, nach links oder rechts wischen oder kontinuierlich tippen, um die \xDCbersetzung der Webseite / Anzeige des Originaltexts auszul\xF6sen.","intro.hoverDescription":"Die \xDCbersetzung beim \xDCberfahren mit der Maus ist eine sehr wichtige Funktion in der immersiven \xDCbersetzung. Sie m\xFCssen nur die Maus auf den Absatz legen und gleichzeitig die festgelegte Tastenkombination dr\xFCcken, um den aktuellen Absatz automatisch zu \xFCbersetzen (Hinweis: Standardm\xE4\xDFig ist dies nicht aktiviert, bitte stellen Sie es unten ein). Diese Interaktion dient als bessere Alternative zur Wortmarkierungs\xFCbersetzung. Dar\xFCber hinaus wird diese Funktion auch h\xE4ufig in Bereichen eingesetzt, die nicht erkannt werden k\xF6nnen. Sie k\xF6nnen diese Funktion nutzen, um jeden Absatz zu \xFCbersetzen.","neverTranslateText.description":"Aufgrund der unzureichenden Erkennung von Eigennamen durch einige \xDCbersetzungsmaschinen k\xF6nnen Sie hier W\xF6rter hinzuf\xFCgen, um sicherzustellen, dass sie w\xE4hrend des \xDCbersetzungsprozesses nicht konvertiert werden. Bitte beachten Sie, dass diese Funktion Gro\xDF- und Kleinschreibung unterscheidet und nur Sprachen mit durch Leerzeichen getrennten W\xF6rtern (wie Englisch, Franz\xF6sisch) unterst\xFCtzt, nicht jedoch f\xFCr Sprachen wie Japanisch, Koreanisch usw. geeignet ist.","intro.subtitleDescription":"Nach Aktivierung dieser Funktion werden beim Abspielen von Videos automatisch zweisprachige Untertitel angezeigt. Wenn diese Funktion nicht aktiviert ist, m\xFCssen Sie auf der Seite manuell auf die \xDCbersetzungsschaltfl\xE4che klicken, um Untertitel anzuzeigen. Bitte beachten Sie, dass aufgrund technischer Einschr\xE4nkungen einige Websites m\xF6glicherweise die Seite aktualisieren oder auf die Fertigstellung der \xDCbersetzung warten m\xFCssen, bevor zweisprachige Untertitel angezeigt werden k\xF6nnen. (Dar\xFCber hinaus k\xF6nnen Sie auch das Schnellzugriffsfeld f\xFCr immersive \xDCbersetzungen in der oberen rechten Ecke \xF6ffnen/schlie\xDFen, nachdem Sie die Videowebsite ge\xF6ffnet haben.)

Derzeit wird die Verwendung von zweisprachigen Untertiteln auf diesen Websites unterst\xFCtzt:",geminiWarning:"Achtung: Der kostenlose Service von Google Gemini ist streng begrenzt und Google k\xF6nnte feststellen, dass Benutzer mehrere Schl\xFCssel verwenden, um ihre kostenlose Kontingentbeschr\xE4nkung zu umgehen. Es wird nicht empfohlen, ihn zu verwenden. Es wird empfohlen, auf die zuk\xFCnftige \xD6ffnung der kostenpflichtigen Gemini-Schnittstelle von Google zu warten.","floatBall.setting":"Einstellung","floatBall.file":"\xDCbersetzen Sie PDF, EPUB, SRT, ASS, HTML, TXT-Dateien","floatBall.translateToLanguage":"Klicken Sie auf \xDCbersetzen in {language}",changeToOnlyTempTranslationMode:"Umschalten, um nur \xDCbersetzungen anzuzeigen",changeToDualTempTranslationMode:"Umschalten auf zweisprachige \xDCbersetzung","options.navbar.translateFile":"\xDCbersetzen Sie das Dokument","options.navbar.installApp":"Installieren Sie die Handy-App","transitionMode.dual":"Zweisprachiger Vergleich","transitionMode.inherit":"Bleiben Sie konsistent mit dem Standardanzeigemodus des Systems.","subtitle.transitionModeDescription":"Stellen Sie die Video-Untertitel auf zweisprachigen Vergleich oder nur \xDCbersetzungsmodus ein.","subtitle.transitionMode":"Videounteritel zweisprachig / Nur \xDCbersetzungseinstellungen","transitionMode.translation":"Nur \xDCbersetzung",translateFileTooltip:`\xDCbersetzen Sie PDF, ePub, srt, ass, HTML, TXT-Dateien`,"description.subtitlePrompt":`In Untertitelszenarien, wenn mehrere Abs\xE4tze gesendet werden, wird die Konversation im Namen des Benutzers an {service} gesendet, wobei {{from}} die Sprache des Absatzes darstellt, {{to}} die Zielsprache darstellt, {{yaml}} ist der Absatzinhalt, den wir im yaml-Format verpackt haben. Wenn Sie eine benutzerdefinierte Aufforderung ben\xF6tigen, m\xFCssen Sie sicherstellen, dass jeder Artikel in den YAML-Ergebnissen der AI-Antwort das Feld {env.imt_sub_trans_field} enth\xE4lt. {{imt_sub_trans_field}} ist der Name des \xDCbersetzungsfeldes, das wir von der AI-Antwort erwarten, der Standard ist: {env.imt_sub_trans_field}, {{imt_sub_source_field}} ist der Name des Originaltextfeldes, das wir an die AI \xFCbergeben, der Standard ist: {env.imt_sub_source_field}, Beispiel Ergebnis: @@ -5041,7 +5041,7 @@ ass, HTML, TXT-Dateien`,"description.subtitlePrompt":`In Untertitelszenarien, we - id: 1 {env.imt_trans_field}: \xDCbersetzung - id: 2 - {env.imt_trans_field}: \xDCbersetzung`,"subtitle.quickButton.red":"Rot","subtitle.quickButton.blue":"Blau","subtitle.quickButton.magenta":"Magenta","translationServices.claude":"Claude","subtitle.quickButton.white":"Wei\xDF","subtitle.quickButton.translationPositionBottom":"\u539Ftext unten","subtitle.quickButton.yellow":"Gelb","subtitle.quickButton.cyan":"Blau","subtitle.quickButton.green":"Gr\xFCn","subtitle.quickButton.backgroundOpacity":"Hintergrundunsch\xE4rfe","subtitle.quickButton.translationPosition":"\xDCbersetzungsposition","subtitle.quickButton.translationTextColor":"\xDCbersetzungsschriftfarbe","subtitle.quickButton.sourceFontSize":"Originalschriftgr\xF6\xDFe","subtitle.quickButton.translationFontSize":"\xDCbersetzungs-Schriftgr\xF6\xDFe","subtitle.quickButton.sourceTextColor":"Urspr\xFCngliche Schriftfarbe","subtitle.quickButton.black":"Schwarz","subtitle.quickButton.backgroundColor":"Hintergrundfarbe","subtitle.quickButton.setting":"Einstellung","subtitle.quickButton.translationPositionTop":"Oben im Originaltext",attachSubtitleTranslating:"Verwenden Sie {service} zur \xDCbersetzung...","error.claude.403":"Keine Berechtigung zum Zugriff auf den Dienst, m\xF6glicherweise im Zusammenhang mit den regionalen Einschr\xE4nkungen von Claude. Sie k\xF6nnen versuchen, Ihre IP-Adresse zu wechseln, oder andere \xDCbersetzungsdienste nutzen.","browser.brandDescriptionForSafari":"\u3010Immersive \xDCbersetzung\u3011Ein kostenloses zweisprachiges Webseiten-\xDCbersetzungs-Plugin (Originaltext/\xDCbersetzung), das gleichzeitig PDF-\xDCbersetzung und EPUB-E-Book-\xDCbersetzung unterst\xFCtzt und das Originaldokumentenlayout beibeh\xE4lt, Youtube/Netflix und andere Online-Video-Zweisprachen-Untertitel-\xDCbersetzung, Unterst\xFCtzung f\xFCr Deepl/Google und andere Mainstream-\xDCbersetzungsdienste;","browser.textTranslate":"Text\xFCbersetzung","browser.PdfProFile":"Von KI angetriebene PDF Pro \xDCbersetzung"};var Cs={nologin:"no conectado",loginForSafari:"Iniciar sesi\xF3n o registrarse",login:"Iniciar sesi\xF3n para abrir una cuenta",manageAccount:"Cuentas gestionadas",openPremium:"Afiliaci\xF3n abierta",logout:"abortar",curentPlan:"Paquetes actuales",endAt:"caducidad",endAuto:"renovaci\xF3n autom\xE1tica",lineBreakMaxTextCount:"N\xFAmero m\xE1ximo de caracteres permitidos por frase despu\xE9s de los saltos de l\xEDnea","translate-pdf":"Haga clic para traducir PDF","noSupportTranslate-pdf":"Script no soportado por favor use plugin","translate-firefox-local-pdf":"Haga clic para ir a Importar PDF",enableLineBreak:"Activar el salto de l\xEDnea autom\xE1tico para p\xE1rrafos largos",sponsorLabel:"1 $ Desarrolladores patrocinados",help:"mano",browserShortcutsNoteForFirefox:"Para cambiar los accesos directos en Firefox, tienes que abrir la p\xE1gina de gesti\xF3n de extensiones `about:addons`, luego hacer clic en `Settings`, y despu\xE9s en `Manage Shortcuts` para configurar los accesos directos.",browserShortcutsNoteForChrome:"Para modificar los accesos directos en Chrome, tienes que abrir la p\xE1gina de gesti\xF3n de extensiones, establecerlos en el panel `Manage Shortcuts` (`chrome://extensions/shortcuts`), y hacer clic en el bot\xF3n de abajo para saltar a la p\xE1gina de gesti\xF3n de accesos directos.",browserShortcutsSucks:"Los accesos directos personalizados tienen el siguiente formato (no se reconoce autom\xE1ticamente, introd\xFAzcalo directamente)\uFF1A",enableLineBreakDescription:"Si est\xE1 activada, se insertar\xE1n saltos de l\xEDnea al final de cada frase en los p\xE1rrafos largos para facilitar su lectura.","browser.shortBrandName":"Traducci\xF3n por inmersi\xF3n","browser.brandName":"Immersion Translation: Traducci\xF3n biling\xFCe de p\xE1ginas web y documentos PDF","browser.brandDescription":"Bilingual web page translation, also supports PDF translation, bilingual Epub eBook translation, free to use.","browser.toggleTranslatePage":"Traducir p\xE1gina/visualizar texto original","browser.toggleTranslateTheWholePage":"Traducir todas las \xE1reas de la p\xE1gina/visualizar el texto original","browser.toggleOnlyTransation":"Cambiar al modo biling\xFCe/solo texto traducido","browser.toggleTranslateToThePageEndImmediately":"Traducci\xF3n inmediata al final de la p\xE1gina/visualizaci\xF3n del texto original","browser.toggleTranslateTheMainPage":"Traducir el \xE1rea principal de la p\xE1gina/visualizar el texto original","browser.shareToDraft":"Compartir p\xE1ginas biling\xFCes","browser.openOptionsPage":"Abrir la p\xE1gina de configuraci\xF3n","browser.toggleTranslationMask":"Mostrar/ocultar el efecto de desenfoque de traslaci\xF3n","browser.translateLocalPdfFile":"Traducir archivos PDF locales","browser.openEbookViewer":"Leer libros electr\xF3nicos locales","browser.openEbookBuilder":"Creaci\xF3n de eBooks EPUB biling\xFCes","browser.translateLocalHtmlFile":"Traducir archivos HTML/txt","browser.donateContext":"M\xE1s informaci\xF3n sobre las ventajas del patrocinio","browser.translateLocalSubtitleFile":"Traducir archivos de subt\xEDtulos locales",confirmResetConfig:"\xBFEst\xE1s seguro de que quieres restablecer la configuraci\xF3n?",translationLineBreakSettingTitle:"Ajuste del salto de l\xEDnea de traducci\xF3n",smartLineBreak:"alimentaci\xF3n de l\xEDnea inteligente (inform\xE1tica)",alwaysLineBreak:"Siempre avance de l\xEDnea",isShowContextMenu:"A\xF1adir p\xE1ginas traducidas a los elementos del men\xFA contextual",toggleBeta:"Activaci\xF3n de las funciones de prueba beta",betaDescription:"Habilita funciones que a\xFAn son experimentales, as\xED como un servicio de traducci\xF3n en beta. \xDAnete al <1>grupo de Telegram para obtener m\xE1s informaci\xF3n.",translationLineBreakSettingDescription:"Los saltos de l\xEDnea siempre son ordenados para las p\xE1ginas con menos contenido. (Utilice saltos de l\xEDnea inteligentes en p\xE1rrafos largos con mucho contenido (m\xE1s de{count}caracteres) para ahorrar espacio).",tempTranslateDomainTitle:"Duraci\xF3n de la conexi\xF3n temporal de la traducci\xF3n del sitio web",tempTranslateDomainDescription:"Al traducir manualmente una p\xE1gina web, active temporalmente el sitio web para la traducci\xF3n autom\xE1tica, y puede establecer la duraci\xF3n temporal.",xMinutes:"{count} minutos",disabled:"prohibir el uso de algo",changelog:"Registro de actualizaci\xF3n",toggleTranslatePageWhenThreeFingersOnTheScreen:"Tocar la pantalla con varios dedos simult\xE1neamente traduce p\xE1ginas web/visualiza el texto original",toggleTranslationMaskWhenThreeFingersOnTheScreen:"El toque con varios dedos muestra/oculta el efecto de desenfoque.",fingerCountToToggleTranslagePageOnlyTranslationWhenTouching:"Varios dedos tocando la pantalla al mismo tiempo traducen la p\xE1gina web (s\xF3lo traducci\xF3n)/visualizan el texto original.",addUrlDescription:"Puede ser un nombre de dominio y tambi\xE9n admite comodines, por ejemplo\uFF1A*.google.com, google.com/mail/*, https://www.google.com/*",general:"Ajustes b\xE1sicos",clickToExpandConfig:"Ampliar la configuraci\xF3n actual",import:"Importar desde archivo",export:"Exportar a archivo",toggleDebug:"Imprime el registro de depuraci\xF3n en la consola","fingers.0":"coagulaci\xF3n","fingers.2":"toque con dos dedos","fingers.3":"toque con tres dedos","fingers.4":"toque con cuatro dedos","fingers.5":"toque con cinco dedos",mouseHoldKey:"+ {key} traducir/restaurar el p\xE1rrafo",mouseHoldKeyAuto:"Traducci\xF3n directa del p\xE1rrafo",mouseHoldKeyOff:"No hagas nada.",mouseHoldKeyOther:"Atajos personalizados (abrir ajustes)",mouseHoldKeyCustomKey:"{key} Traducci\xF3n/reducci\xF3n del p\xE1rrafo",mouseHoverHoldKey:"Traduce p\xE1rrafos pulsando la tecla de acceso directo mientras pasas el rat\xF3n por encima.","mouse-translate":"al pasar el rat\xF3n",document:"Archivo (inform\xE1tico)",resetSuccess:"Restablecer todos los ajustes correctamente",resetThisSuccess:"Restablecimiento correcto",saved:"Salvar con \xE9xito",successImportConfig:"Configuraci\xF3n importada correctamente",goAdvancedSettings:"Vaya a la p\xE1gina de configuraci\xF3n avanzada",goAdvancedInterfaceSettings:"Vaya a la p\xE1gina Configuraci\xF3n avanzada de personalizaci\xF3n",advanced:"Ajustes avanzados",advancedDescription:"Por lo general, no es necesario realizar ning\xFAn ajuste, basta con dejarlo por defecto. S\xF3lo para usuarios m\xE1s especializados, hay disponibles ajustes m\xE1s personalizados.",developer:"Ajustes de desarrollador",donateCafe:"precios","translate to the bottom of the page":"\xBFSe traslada al final de la p\xE1gina inmediatamente despu\xE9s de entrar en ella?",feedback:"Preguntas",toggleTranslatePage:"Traducir p\xE1gina/visualizar texto original",translateToThePageEndImmediatelyDescription:"Si la activas, el contenido se traducir\xE1 inmediatamente desde la parte superior a la inferior de la p\xE1gina a medida que entras en ella. Si lo desactiva, se traducir\xE1 a medida que lea. (No recomendado)","translate all areas of the page":"Traducir o no todas las \xE1reas de la p\xE1gina",translationAreaDescription:"Activado, se traducen todas las \xE1reas de toda la p\xE1gina web. Si se desactiva, se utiliza el reconocimiento inteligente predeterminado y s\xF3lo se traducen las \xE1reas principales. (No se recomienda activarlo)","the number of characters to be translated first":"Traduzca directamente los primeros caracteres de la p\xE1gina sin esperar a desplazarse hasta el \xE1rea de visualizaci\xF3n","interface language":"lenguaje de interfaz","display both the original text and the translation":"Visualizaci\xF3n simult\xE1nea del original y la traducci\xF3n","keyboard shortcuts":"Atajos de teclado",modify:"Modificar las teclas de acceso directo",reset:"revisi\xF3n",close:"coagulaci\xF3n",homepage:"p\xE1gina de inicio",more:"m\xE1s",moreOptions:"M\xE1s opciones de personalizaci\xF3n",translateTheWholePage:"Traducir todas las \xE1reas de la p\xE1gina (a diferencia de reconocer inteligentemente las \xE1reas principales)",changeToTranslateTheWholePage:"Cambiar para traducir todas las regiones",changeToTranslateTheMainPage:"Cambiar al \xE1rea principal de traducci\xF3n",changeToOnlyTranslationMode:"Mostrar s\xF3lo traducciones",changeToDualTranslationMode:"Cambiar a traducci\xF3n biling\xFCe",translateToThePageEndImmediately:"Traducci\xF3n inmediata al final de la p\xE1gina",translateTheMainPage:"Traducci\xF3n inteligente Regiones clave","The local rules are up to date":"Las normas locales de adaptaci\xF3n est\xE1n actualizadas.","Successfully synchronized with the latest official rules:":"Sincronizado con \xE9xito con las \xFAltimas normas oficiales de adaptaci\xF3n.","Checking for updates":"Comprobaci\xF3n de actualizaciones","Rules are being synchronized":"Sincronizaci\xF3n de las normas de adaptaci\xF3n",localVersionIsTooOld:"La versi\xF3n de la extensi\xF3n local es demasiado antigua, por favor actualice la extensi\xF3n a {minVersion} o m\xE1s reciente antes de intentar sincronizar.",badUserscriptBrowser:"El navegador actual no implementa correctamente la interfaz de la <1>extensi\xF3n Grease Mon key (por ejemplo, para obtener informaci\xF3n sobre el n\xFAmero de versi\xF3n del propio script Grease Monkey), por favor, utilice otros navegadores <1>compatibles con la extensi\xF3n Grease Monkey, como Firefox.",foundNewVersion:"Descubra la nueva versi\xF3n",theLocalExtensionIsUpToUpdate:"La extensi\xF3n actual est\xE1 al d\xEDa.",failToSyncRules:"No sincronizaci\xF3n de las \xFAltimas normas de adaptaci\xF3n",retry:"Pulse aqu\xED para volver a intentarlo",failedReason:"Razones del fracaso",currentRuleVersion:"Versi\xF3n actual de la norma",calculating:"c\xE1lculos",unknownError:"error desconocido",canNotFetchRemoteRule:"No se pueden obtener reglas remotas",enableAlphaSuccess:"Alfa activado",disableAlphaSuccess:"Se ha desactivado la funci\xF3n Alfa",cacheSize:"Tama\xF1o de la cach\xE9\uFF1A",cleaning:"en proceso de liquidaci\xF3n",cleanCache:"borrar la cach\xE9",options:"establecer",about:"con respecto a",service:"servicio de interpretaci\xF3n",needAction:"(Ir a Ajustes)",goSettings:"seguir adelante y configurar",needActionForOptions:"(por establecer)",translationEngine:"Opciones de motor",sourceLanguage:"Idioma original",target:"lengua de llegada",popupSourceLanguage:"Idioma original",popupTarget:"lengua de llegada",popupService:"servicio de interpretaci\xF3n",forThisSite:"P\xE1gina web actual",autoEnableSubtitle:"Activa autom\xE1ticamente los subt\xEDtulos biling\xFCes",alwaysTranslate:"Traduzca siempre",neverTranslate:"Nunca traduzca",alwaysTranslateSomeLanguage:"Traduzca siempre {language}",neverTranslateSomeLanguage:"Nunca traduzca {language}",alwaysTranslateSomeSite:"Traduzca siempre {hostname}",neverTranslateSomeSite:"Nunca traduzca {hostname}",alwaysTranslateSomeSiteOrWildSite:"Traduzca siempre el sitio",alwaysTranslateSomePage:"Traducir siempre la p\xE1gina",add:"aumentar",default:"por defecto (ajuste)",forThisLanguage:"Para este idioma\uFF1A","add url":"Introducir URL",edit:"compilador","translate other languages into specific language":"Traduce otros idiomas a tu idioma","select translation service":"Seleccione un servicio de traducci\xF3n",language:"multiling\xFCismo","show-original":"Mostrar texto original",translate:"renderizaci\xF3n",Translated:"traducido",Translating:"en traducci\xF3n",Error:"incorrecto",allowCacheTranslations:"Activar la cach\xE9 de traducci\xF3n local (para reducir las solicitudes de traducci\xF3n de pasajes duplicados)","translation display":"Estilo de visualizaci\xF3n de la traducci\xF3n","select diplay style":"Distinguir entre los estilos de traducci\xF3n, con referencia espec\xEDfica a los siguientes ejemplos",interface:"Ajustes de interfaz",import_export:"Importaci\xF3n y exportaci\xF3n",import_export_title:"Configuraci\xF3n de importaci\xF3n/exportaci\xF3n",syncToGoogleDrive:"Sincronizar con Google Drive ahora",floatBallOptions:"Ajustes de la Hoverball","floatBallOptions.enable":"Habilitar Hoverball","floatBallOptions.blockUrls":"Desactivar el sitio web","floatBallOptions.add":"aumentar","floatBallOptions.blockUrlDesc":"Las Hoverballs no se muestran cuando se encuentran los siguientes sitios web","floatBallOptions.clickType":"comportamiento al hacer clic","floatBallOptions.clickTypeDesc":"Comportamiento del icono Hoverball al hacer clic","floatBallOptions.clickPopup":"Mostrar panel de traducci\xF3n","floatBallOptions.clickTranslate":"Traducci\xF3n/visualizaci\xF3n del texto original","floatBallOptions.fixedPosition":"\u56FA\u5B9A\u4F4D\u7F6E","floatBallOptions.fixedPositionDesc":"\u60AC\u6D6E\u7403\u5728\u7A97\u53E3\u5DE6\u4FA7\u8FD8\u662F\u53F3\u4FA7","floatBallOptions.fixedPositionLeft":"\u5DE6\u4FA7","floatBallOptions.fixedPositionRight":"\u53F3\u4FA7",previewAllThemes:"Vista previa de todos los estilos","translationTheme.none":"no tener","translationTheme.grey":"gris oscuro","translationTheme.dashed":"subrayado punteado","translationTheme.dotted":"gui\xF3n bajo punteado","translationTheme.dashedBorder":"borde punteado","translationTheme.solidBorder":"borde s\xF3lido","translationTheme.underline":"Subrayar l\xEDneas rectas","translationTheme.mask":"Efectos difusos (modos de aprendizaje)","translationTheme.opacity":"efecto de transparencia","translationTheme.paper":"Efecto sombra de papel blanco","translationTheme.dividingLine":"l\xEDnea divisoria","translationTheme.highlight":"alto brillo","translationTheme.marker":"marcador (palabra de pr\xE9stamo)","translationTheme.marker2":"Marcador 2","translationTheme.blockquote":"Estilos de referencia","translationTheme.weakening":"debilitamiento","translationTheme.italic":"tipo de letra inclinado","translationTheme.bold":"espesar","translationTheme.thinDashed":"subrayado de l\xEDnea discontinua fina","translationTheme.nativeDashed":"El sistema viene con un subrayado de puntos","translationTheme.nativeDotted":"El sistema viene con subrayado de puntos","translationTheme.nativeUnderline":"El sistema viene con un subrayado recto","translationTheme.wavy":"l\xEDnea ondulada","translationServices.custom":"API personalizada","translationServices.tencent":"Tencent Traductor","translationServices.tenAlpha":"Tencent Translator (Alfa)","translationServices.google":"Google Translate","translationServices.bai":"Baidu (Alfa)","translationServices.baidu":"Traducci\xF3n de Baidu","translationServices.aliyun":"Traducci\xF3n AliCloud","translationServices.volc":"traducci\xF3n del volc\xE1n","translationServices.deeplx":"DeepLX (Beta)","translationServices.bing":"Microsoft Translate","translationServices.deepl":"DeepL","translationServices.wechat":"Traducci\xF3n de WeChat","translationServices.azure":"Traducci\xF3n Azure","translationServices.ibm":"IBM Watson","translationServices.aws":"Traducci\xF3n Amazon","translationServices.mock":"Traducci\xF3n simulada","translationServices.mock2":"Traducci\xF3n simulada 2","translationServices.caiyun":"lit. nubes de colores y peque\xF1as traducciones","translationServices.cai":"Nubes de colores (Alfa)","translationServices.volcAlpha":"Volc\xE1n (Alfa)","translationServices.openl":"OpenL","translationServices.youdao":"Traducci\xF3n Youtube","translationServices.you":"Youdao Traductor (Alfa)","translationServices.transmart":"Tencent Interactive Traducci\xF3n","translationServices.niu":"Traductor Maverick","translationServices.papago":"Traducci\xF3n de Papago","translationServices.d":"D (Alfa)","translationServices.dpro":"D Pro (Canarias)","translationServices.openai":"OpenAI","translationServices.yandex":"Yandex","translationServices.chatgpt":"ChatGPT Web(3.5 m\xF3vil)","translate title":"Traducir t\xEDtulos de p\xE1ginas","always languages":"Traduzca siempre el idioma",neverTranslateLanguagesLabel:"La lengua que nunca se traducir\xE1",neverTranslateTheFollowingLanguagesDescription:"Las traducciones se omiten cuando un p\xE1rrafo de la p\xE1gina est\xE1 en uno de los siguientes idiomas",enableUserscriptPagePopup:"Mostrar hoverball en la p\xE1gina",enableUserscriptPagePopupDescription:"Despu\xE9s de desactivar el hoverball, se puede recuperar con el acceso directo /{touch}. Se recomienda encarecidamente marcar esta p\xE1gina de configuraci\xF3n para evitar no poder encontrar el hoverball despu\xE9s de desactivar esta opci\xF3n por error.","always translate the following languages":"Traduce autom\xE1ticamente al idioma de destino cuando la p\xE1gina est\xE1 en uno de los siguientes idiomas","always sites":"Sitios web siempre traducidos","always translate the following sites":"Los sitios web se traducen autom\xE1ticamente a la lengua de destino cuando son los nombres de dominio de","never sites":"Sitio nunca traducido","never translate the following sites":"No se realizar\xE1n traducciones cuando el sitio web corresponda a los siguientes dominios","please refer to":"Tienes que rellenar la clave antes de poder utilizarla.",KeyAndConfigurationTutorial:"Tutorial de aplicaci\xF3n y configuraci\xF3n de llaves",useAboveStyleForTheseSites:"Utilice siempre el estilo de traducci\xF3n \u2308{theme}\u230B cuando el sitio sea para los siguientes dominios",currentUrl:"URL actual",confirm:"guardar (un archivo, etc.) (inform\xE1tica)",cancel:"anulaciones",delete:"eliminar","languages.auto":"detecci\xF3n autom\xE1tica",syncToCloud:"Sincronizaci\xF3n con Google Drive",syncToCloudDescription:"Subida a la nube, la configuraci\xF3n se puede sincronizar entre distintos navegadores/scripts de mono de grasa, sea cual sea la \xFAltima modificaci\xF3n.",syncToAccount:"Sincronizaci\xF3n con la nube de traducci\xF3n inmersiva",syncToAccountButton:"Sincronizaci\xF3n instant\xE1nea con la nube",syncToAccountDescription:"Sincroniza autom\xE1ticamente las configuraciones entre distintos dispositivos, sea cual sea el \xFAltimo en modificarse.",successSyncConfigInAccount:"Sincronizaci\xF3n satisfactoria con la nube",successSyncConfigToAccount:"Sincronizaci\xF3n satisfactoria con la nube",syncConfigNoUpdate:"Ya est\xE1 actualizado.",authFail:"Fallo de autorizaci\xF3n",syncTitle:"Gesti\xF3n manual de copias de seguridad",import_hint:"importar (datos)",upload:"cargar",revokeAuth:"revocar una autorizaci\xF3n",uploadFail:"Carga fallida",download:"descargando",importSuccess:"Importado con \xE9xito",importFail:"fallo de importaci\xF3n",deleteFail:"Error al borrar",backupToCloud:"Gesti\xF3n manual de los archivos de copia de seguridad",create_new_backup:"A\xF1adir un nuevo nodo de copia de seguridad",maxBackupFiles:"Se pueden hacer copias de seguridad de hasta{count}nodos diferentes, por favor, elimine los nodos que no necesite.",backupToCloudDescription:"Cargar o restaurar manualmente archivos de copia de seguridad, permitiendo hasta 3 copias de seguridad diferentes.",successSyncConfig:"Sincronizaci\xF3n satisfactoria con la nube",syncFail:"fallo de sincronizaci\xF3n",updatedAt:"Actualizado desde {date}",lastSyncedAt:"\xDAltima consulta en {date}",downloadFail:"Error de descarga",clickToDownload:"Haga clic para descargar",aboutLabel:"Acerca de - Comentarios","browser.openAboutPage":"Acerca de/Feedback",aboutLabelWithoutSponsor:"Acerca de - Comentarios",aboutIntro:"Que todos tengamos un acceso m\xE1s f\xE1cil y agradable a la enorme cantidad de informaci\xF3n en idiomas extranjeros que hay en Internet \u2764\uFE0F Puedes optar por activar tu <6>suscripci\xF3n Pro para utilizar las traducciones listas para usar de DeepL y OpenAI.

Puedes seguirnos en <3>Twitter, <4>Telegram, Weibo, WeChat, o <5>suscribirte a nuestra lista de correo para estar al tanto de las actualizaciones.
<7>Los miembros Pro pueden ponerse en contacto con nosotros en <8>support@immersivetranslate.com para un r\xE1pido servicio de atenci\xF3n al cliente.",aboutIntroWithoutSponsor:"Ojal\xE1 todos tengamos un acceso m\xE1s f\xE1cil y agradable a la enorme cantidad de informaci\xF3n en idiomas extranjeros disponible en Internet \u2764\uFE0F

Puedes seguirnos en <3>Twitter, el <4>canal de Telegram, WeChat, WeChat Exchange, o <5>suscribirte para seguir las actualizaciones por <5>correo electr\xF3nico a continuaci\xF3n.",projectHomepage:"Inicio del proyecto",joinTelegramGroup:"\xDAnase al grupo de usuarios para participar en los debates",wechatPublicAccount:"WeChat P\xFAblico",wechatCommunities:"Grupo de intercambio WeChat",qqCommunities:"Canal de comunicaci\xF3n QQ",joinTelegramChannel:"Siga el canal de Telegram para las \xFAltimas actualizaciones",feedbackAndJoin:"Pregunta Feedback / A\xF1adir Grupo",autoSync:"sincronizaci\xF3n horaria autom\xE1tica",loadingThemeTitle:"Estilo de carga",loadingThemeDescription:"Establecer el estilo mientras se espera a que se cargue la traducci\xF3n","loadingTheme.spinner":"Animaci\xF3n giratoria","loadingTheme.text":"texto est\xE1tico algo ","loadingTheme.none":"no se muestra",developerDescription:"La documentaci\xF3n sobre personalizaci\xF3n avanzada se encuentra <1>aqu\xED","edit border color":"Modificar el color del borde",successSyncButNoChange:"La configuraci\xF3n actual es coherente con la nube",customTheme:"Colores y tama\xF1os personalizados","customThemeLabel.borderColor":"Color del borde","customThemeLabel.borderRadius":"Bordes redondeados","customThemeLabel.textColor":"color del texto","customThemeLabel.backgroundColor":"color de fondo","customThemeLabel.zoom":"Escalado de fuentes (%)","customThemeLabel.opacity":"Opacidad del texto (%)",resetToDefaultColor:"Restablecer los colores por defecto",resetToDefaultSettings:"Restablecer la configuraci\xF3n predeterminada",isTranslateTitle:"Activar la traducci\xF3n de los t\xEDtulos de las p\xE1ginas",isTranslateTitleDescription:"Si est\xE1 activada, se traducen los t\xEDtulos de las p\xE1ginas",enableSearchEnhancement:"Activar la mejora de mensajes biling\xFCes",enableSearchEnhancementDescription:'Una vez activada, los resultados de b\xFAsqueda de "Google News" se mostrar\xE1n autom\xE1ticamente en la columna derecha de los sitios web compatibles (Google News, Google Search (algunas palabras clave), Snowball, Oriental Fortune, Futura, Tiger Community) para las correspondientes palabras clave en ingl\xE9s.',verifyService:"Haga clic aqu\xED para probar el servicio",verified:"Verificar el \xE9xito","field.langs":"C\xF3digos de idioma admitidos","field.model":"modelizaci\xF3n","field.translationEngine":"motor de traducci\xF3n","field.limitPerMinute":"Peticiones m\xE1ximas por minuto","field.limitPerSecond":"N\xFAmero m\xE1ximo de solicitudes por segundo","field.maxTextLengthPerRequest":"Longitud m\xE1xima del texto por solicitud","field.maxTextGroupLengthPerRequest":"N\xFAmero m\xE1ximo de apartados por solicitud","field.apiUrl":"Direcci\xF3n de interfaz API personalizada","field.placeholderDelimiters":"marcador de posici\xF3n reservado","description.custom":"Interfaz personalizada Acceso Documentaci\xF3n necesaria","description.limitPerMinute":"Las solicitudes que superan este l\xEDmite pasan a una cola hasta el inicio del siguiente minuto. Debido a las diversas limitaciones del servicio actual de OpenAI, haz clic <1>aqu\xED para consultar los \xFAltimos valores sugeridos.","description.limitPerSecond":"Las solicitudes que superan este l\xEDmite pasan a una cola hasta el inicio del siguiente segundo. Debido a las diversas limitaciones del servicio actual de OpenAI, haz clic <1>aqu\xED para consultar los \xFAltimos valores sugeridos.","description.generalLimitPerSecond":"Las solicitudes que superan este l\xEDmite pasan a una cola hasta el inicio del segundo siguiente.","description.prompt":"Enviar la conversaci\xF3n a {service} como usuario, donde {{text}} representa el contenido del texto del p\xE1rrafo, {{from}} representa el idioma del p\xE1rrafo y {{to}} representa el idioma objetivo.","description.maxTextLengthPerRequest":"El n\xFAmero m\xE1ximo de caracteres por petici\xF3n es demasiado grande para que la interfaz responda con lentitud, as\xED que pruebe a ajustar esta opci\xF3n para optimizar la velocidad","description.systemPrompt":"Un di\xE1logo enviado a OpenAI como sistema, donde {{text}} indica el contenido textual del p\xE1rrafo,{{from}} indica el idioma del p\xE1rrafo y{{to}} indica el idioma de destino.","field.domain":"reino","description.domain":"El valor predeterminado es\uFF1Ageneral. S\xF3lo puede establecerse si la traducci\xF3n de dominios est\xE1 activada en la consola de la API Arima; consulte <1>aqu\xED los dominios admitidos.","field.scene":"toma","description.scene":"Por defecto\uFF1Ageneral. S\xF3lo se puede establecer si la consola API AliCloud est\xE1 habilitado para Machine Translation Pro, ver <1>aqu\xED para los escenarios compatibles","field.vocabId":"ID del diccionario del usuario","description.vocabId":"El diccionario out_id especificado admite actualmente la traducci\xF3n del ingl\xE9s al chino.","description.model":"Modelos OpenAI, pueden ser gpt-3.5-turbo, gpt-4, etc.","description.maxTextGroupLengthPerRequest":"El n\xFAmero de p\xE1rrafos enviados al servicio de traducci\xF3n a la vez, si hay demasiados p\xE1rrafos, puede hacer que la interfaz responda m\xE1s lentamente.","description.apiUrl":"Por favor, a\xF1ada URLs espec\xEDficas con rutas, <1>m\xE1s descripci\xF3n",enabledExtension:"Habilitar extensiones",clickToDisableExtension:"Haga clic para desactivar las extensiones",clickToEnableExtension:"Haga clic para activar las extensiones",hasBeenDisabled:"desactivado","show password":"Mostrar contrase\xF1a",customContent:"Introduzca un nombre de modelo personalizado",inputOptions:"Mejora del cuadro de entrada",mouseHoverOptions:"al pasar el rat\xF3n",modifyMouseHoverKey:"Modificar el acceso directo del rat\xF3n",enableInputTranslation:"Activar o no la mejora del cuadro de entrada",enableInputTranslationDescription:"Una vez activado, escriba {startingKey}{startingKey} hola directamente en el cuadro de entrada, luego pulse r\xE1pidamente{inputTrailingTriggerKeyRepeatTimes}veces{trailingKey}para traducir a {inputTargetLanguage}",enableInputTranslationDescriptionForNoneKey:"Una vez activado, escriba\uFF1AHello World directamente en el cuadro de entrada y, a continuaci\xF3n, pulse r\xE1pidamente{inputTrailingTriggerKeyRepeatTimes}{trailingKey}veces para traducir al idioma de destino predeterminado.",inputTargetLanguage:"Establecer el idioma de destino por defecto para los cuadros de entrada",inputTargetLanguageDescription:"Idioma de destino por defecto para la traducci\xF3n del cuadro de entrada, es decir, {startingKey}{startingKey} como idioma por defecto para las palabras desencadenantes.",inputTargetLanguageDescriptionForNoneKey:"Idioma de destino predeterminado para la traducci\xF3n del cuadro de entrada",inputStartingTriggerKeyTitle:"Configuraci\xF3n del car\xE1cter de divisi\xF3n para la traducci\xF3n parcial del cuadro de entrada",inputStartingTriggerKeyDescription:"Cuando no necesite traducir todo el cuadro de entrada, el divisor le permite traducir s\xF3lo la parte desde {startingKey}{startingKey} hasta el final del cuadro de entrada, o puede especificar el c\xF3digo de idioma, por ejemplo\uFF1A{startingKey}ja significa traducir s\xF3lo la parte desde {startingKey}ja hasta el final del cuadro de entrada.",inputStartingTriggerKeyDescriptionForNoneKey:"La configuraci\xF3n actual de sin prefijo no es necesaria, y la funci\xF3n de traducci\xF3n de algunos textos en el cuadro de entrada no est\xE1 disponible por el momento.",inputTrailingTriggerKeyTitle:"Seleccione un car\xE1cter de activaci\xF3n de fin de entrada",inputTrailingTriggerKeyDescription:"\xA13 golpes r\xE1pidos{trailingKey} comenzar\xE1 a traducir!",inputTrailingTriggerKeyTimeout:"Introduce el tiempo entre disparos de fin de combate",inputTrailingTriggerKeyTimeoutDescription:"Establece el tiempo (en milisegundos) entre disparos de combo de fin de entrada.",spaceKey:"<\u7A7A\u683C\u952E>",noneKey:"Traducci\xF3n directa de todo el cuadro de texto sin prefijos",inputTranslationBlockUrlsTitle:"No active la mejora del cuadro de entrada en las siguientes URL",inputTranslationBlockUrlsDescription:"Las mejoras del cuadro de entrada no funcionar\xE1n en las siguientes URL",clickToSeeQuickDemo:"Haga clic para ampliar el v\xEDdeo tutorial r\xE1pido de 30 segundos",inputHelperInfo:"Descripci\xF3n\uFF1AHemos optimizado el hecho de que algunos caracteres desencadenantes se convertir\xE1n en signos de puntuaci\xF3n chinos bajo m\xE9todos de entrada chinos, por ejemplo, / se convertir\xE1 en un signo dun , bajo el m\xE9todo de entrada Sogou, e Immersive Translator soporta todos los s\xEDmbolos chinos correspondientes a los caracteres desencadenantes, es decir, //,,, ser\xE1n reconocidos como caracteres desencadenantes.

Tambi\xE9n soportamos alias Chinos para c\xF3digos de lenguaje como comandos, por ejemplo /Japanese Hello World ser\xE1 traducido al Japon\xE9s, <1>haga clic aqu\xED para ver todos los c\xF3digos de lenguaje soportados.",reloadCurrentPage:"Actualice la p\xE1gina actual antes de iniciar la traducci\xF3n.",noLocalFilePermissionForPDF:"Usted no tiene permiso para leer archivos locales, por favor haga clic en el bot\xF3n de arriba y luego importar archivos locales.",noPermissionForThisPage:"\u26A0\uFE0F No hay permiso para traducir la p\xE1gina actual",retryAllParagraphs:"Reintentar todos los pasajes de error",retryAllButton:"Reintentar todos los pasajes de error",errorTooltipTitle:"Haga clic para ver la causa del error",errorModalTitle:"Parece que algo va mal con el servicio de traducci\xF3n o la red...",disableConfirm:"Entorno biling\xFCe de mejora de la informaci\xF3n",disableOnce:"Esta inhabilitaci\xF3n",disableGlobal:"desactivar permanentemente",disableTint:"* Puede volver a activarlo en {option} .",searchEnhancementNotes:"Tras activar la funci\xF3n de mejora de la informaci\xF3n biling\xFCe con traducci\xF3n inmersiva, buscaremos autom\xE1ticamente las mismas palabras clave en ingl\xE9s en los sitios web compatibles (Google News, Google Search (algunas palabras clave), Snowball, Oriental Wealth, Futura, Tiger) y las mostraremos a la derecha. Si no necesitas esta funci\xF3n, puedes desactivarla.",option:"establecer",saveSettings:"Guardar configuraci\xF3n",closeModal:"Cerrar ventana",enableInputTranslationWithoutTriggerKeyTitle:"Habilite 3 pulsaciones r\xE1pidas en{trailingKey}para traducir directamente todo el cuadro de entrada a{inputTargetLanguage}",enableInputTranslationWithoutTriggerKeyDescription:"Para especificar el idioma de destino, antep\xF3ngale el c\xF3digo del idioma, por ejemplo:\uFF1Aja Hola Mundo",mouseHoverShortcutPlaceholder:"p. ej.\uFF1ATurno",deepLProName:"Miembro de Immersive Translation Pro (Recomendado)",deepLProDescription:"El paquete actual puede utilizarse directamente",deeplProDescriptionForNormal:"No requiere instalaci\xF3n, los miembros pueden utilizarlo despu\xE9s de iniciar sesi\xF3n, <1>haga clic aqu\xED para actualizar a miembro",deepLCustomDescription:"Se requiere tarjeta de cr\xE9dito extranjera, abierta oficialmente en <1>DeepL, haga clic para ver <2>la documentaci\xF3n",deepLCustomName:"Clave de autenticaci\xF3n personalizada",chooseProviderLabel:"Seleccione un proveedor de servicios",openaiProName:"Miembro de Immersive Translation Pro (Recomendado)",openaiProDescription:"El paquete actual puede utilizarse directamente",openaiProDescriptionForNormal:"No requiere instalaci\xF3n, los miembros pueden utilizarlo despu\xE9s de iniciar sesi\xF3n, <1>haga clic aqu\xED para actualizar a miembro",openaiCustomDescription:"Disponible en OpenAI, Azure OpenAI u otros servicios de terceros. <1>Haga clic aqu\xED para consultar la documentaci\xF3n.",openaiCustomName:"Clave API personalizada",needLoginAction:"(Afiliaci\xF3n abierta o personalizaci\xF3n)",goLoginOrAction:"(Abra una cuenta o vaya a la configuraci\xF3n)",yearly:"efectuar un pago anual consecutivo",quarterly:"embalaje secuencial",monthly:"suscripci\xF3n mensual",yearlyForOnce:"Paquete anual \xFAnico",monthlyForOnce:"Paquete mensual \xFAnico",daily:"d\xEDas consecutivos de paquetes",year:"efectuar un pago anual consecutivo",quarter:"embalaje secuencial",month:"suscripci\xF3n mensual",day:"d\xEDas consecutivos de paquetes",onetime_7day:"Pack Experiencia 7 d\xEDas",currentPlanDescriptionForFree:"Paquetes actuales\uFF1AGratis",currentPlanDescriptionForContinuous:"El paquete actual\uFF1A{plan}se renovar\xE1 autom\xE1ticamente en {endAt} .",currentPlanDescriptionForAutoRenewCaceling:"El paquete actual\uFF1A{plan}expirar\xE1 en {endAt} y no se renovar\xE1 autom\xE1ticamente a su vencimiento.",currentYearlyPlanDescriptionForAutoRenewCacelingWithRealPaiedUser:"El paquete actual,\uFF1A{plan}, caducar\xE1 en {endAt} y no se renovar\xE1 autom\xE1ticamente a su vencimiento.
<1>Haga clic aqu\xED para gestionar su plan de renovaci\xF3n",currentYearlyPlanDescriptionForAutoRenewCacelingWithAdmin:"El paquete actual,\uFF1A{plan}, caducar\xE1 en {endAt} y no se renovar\xE1 autom\xE1ticamente a su vencimiento.
<1>Haga clic aqu\xED para activar la suscripci\xF3n anual continua",currentPlanDescriptionForOneTime:"La suscripci\xF3n actual\uFF1A{plan}expirar\xE1 en {endAt} , <1>haga clic aqu\xED para cambiar a una suscripci\xF3n <1>anual o <2>mensual.",upgradePlan:"Haga clic aqu\xED para pasar a Pro",upgradeToPro:"Actualizar a miembro Pro","popup.openPro":"Actualice su suscripci\xF3n a Pro para disfrutar de DeepL y de la traducci\xF3n OpenAI, \xA1haga clic aqu\xED para actualizar!","popup.openProForPro":"Eres un miembro Pro con acceso directo a DeepL y a las traducciones de OpenAI.",currentAccount:"cuenta corriente",enableAutoSyncUserSettings:"Sincronizaci\xF3n autom\xE1tica en la nube de varios dispositivos",modalEnableInputTranslationTitle:"Traducci\xF3n inmersiva Cuadro de entrada Alertas de traducci\xF3n",modalEnableInputTranslationDesc:"Acaba de activar la traducci\xF3n del cuadro de entrada de Immersive Translation pulsando la barra espaciadora 3 veces en r\xE1pida sucesi\xF3n, y el contenido del cuadro de entrada se traducir\xE1 al idioma de destino predeterminado. La traducci\xF3n puede deshacerse con Ctrl+Z.

Si ha sido un error, no se preocupe, puede elegir desactivarla esta vez, o desactivar permanentemente la traducci\xF3n del cuadro de entrada.",saveAndNotShowAgain:"Guardar y dejar de preguntar",disableInputTranslationTips:"* Tambi\xE9n puedes configurar otros atajos para que se activen en {option} ,{learnMore}.",learnMore:"M\xE1s informaci\xF3n",continueEnalbeInputTranslation:"Seguir activando la traducci\xF3n del cuadro de entrada",autoRenewTrialSuffix:'(En la versi\xF3n de prueba,pas\xF3 inmediatamente a ser miembro de pleno derecho)',upgradeFromTrialTitle:"Pasar a Miembro de pleno derecho",subtitle:"subtitulado de v\xEDdeo",youtubeService:"Traducci\xF3n por inmersi\xF3n Servicios de traducci\xF3n de subt\xEDtulos de v\xEDdeo","subtitle.disabledSubtitle":"Desactivar permanentemente la funci\xF3n de subt\xEDtulos de v\xEDdeo","subtitle.disabledSubtitleDescription":"Si Immersive Translator's Video Subtitles entra en conflicto con otras extensiones, puedes optar por desactivar permanentemente la funcionalidad de Immersive Translator's Video Subtitles o desinstalar otras extensiones conflictivas.","subtitle.autoEnableSubtitle":"Uso autom\xE1tico de subt\xEDtulos biling\xFCes","subtitle.autoEnableSubtitleDescription":"Una vez activado, se mostrar\xE1n autom\xE1ticamente subt\xEDtulos biling\xFCes cuando se reproduzca el video, de lo contrario, necesitar\xE1 hacer clic en el bot\xF3n de traducci\xF3n para que se muestren.","subtitle.preTranslation":"Traducir subt\xEDtulos mediante traducci\xF3n inmersiva","subtitle.preTranslationDescription":"Cuando est\xE1 activada, se pretraducir\xE1 todo el subt\xEDtulo utilizando el servicio de traducci\xF3n especificado m\xE1s abajo, y un v\xEDdeo de 1 hora consumir\xE1 unos 50.000 tokens o caracteres, as\xED que util\xEDzalos seg\xFAn tu criterio; cuando est\xE1 desactivada, se utilizar\xE1n primero los subt\xEDtulos originales.","subtitle.humanSubtitlesPreferred":"Uso prioritario del subtitulado humano","subtitle.humanSubtitlesPreferredDescription":"Priorizar el uso de subt\xEDtulos humanos cuando el v\xEDdeo disponga de subt\xEDtulos humanos en la lengua de llegada (recomendado)",videoSubtitleTranslationDescription:"Asignar un servicio de traducci\xF3n independiente para los subt\xEDtulos de v\xEDdeo",subtitleTranslating:"Por favor, espere mientras se traducen los subt\xEDtulos mediante el servicio {service} ... (traducci\xF3n por inmersi\xF3n)",subtitleLoading:"Cargando subt\xEDtulos...",bilingual:"biling\xFCismo","field.action":"Activar o no la terminolog\xEDa Baidu","description.action":"Cuando est\xE9 activado, se a\xF1adir\xE1 un par\xE1metro action=1 a la solicitud para informar a Baidu del t\xE9rmino activado; <1>consulte la documentaci\xF3n oficial para obtener m\xE1s informaci\xF3n.",closeQuickTranslation:"Cerrar Hoverball","closeQuickTranslation.untilNext":"Esta vez cerrado hasta la pr\xF3xima visita","closeQuickTranslation.currentWebsite":"Sitio actual desactivado","closeQuickTranslation.alwaysClose":"desactivar permanentemente","closeQuickTranslation.settingOpen":"(puede activarse en la <1>p\xE1gina de configuraci\xF3n )","closeQuickTranslation.cancel":"anulaciones","closeQuickTranslation.confirm":"defina","floatBall.popup":"Abrir el panel de ajustes r\xE1pidos","floatBall.translate":"Haga clic para traducir la p\xE1gina","floatBall.showOriginal":"Haga clic para volver al art\xEDculo original","floatBall.close":"Cerrar Hoverball","floatBallOptions.enableDescPc":"Despu\xE9s de activar el hoverball de la p\xE1gina, aparecer\xE1 un bot\xF3n de traducci\xF3n r\xE1pida en la parte derecha de la p\xE1gina, \xA1haz clic en \xE9l para traducir!","floatBallOptions.enableDesc":"Despu\xE9s de apagar el hoverball, puedes recuperarlo con{touch}. Se recomienda encarecidamente marcar esta p\xE1gina de configuraci\xF3n para evitar no poder encontrar el hoverball despu\xE9s de desactivar esta opci\xF3n por error.","description.azureApiUrl":"Introduzca la direcci\xF3n de la interfaz API personalizada",confirmSupportMouse:"Forzar la activaci\xF3n del soporte de rat\xF3n",confirmSupportMouseDescription:"Detectado que el navegador actual no soporta la funci\xF3n de rat\xF3n, \xBFse fuerza a habilitar el soporte de rat\xF3n?",sampleTargetText:"Llegar\xE1 la larga noche, y velar\xE9 desde hoy hasta que muera. No tomar\xE9 esposa, no har\xE9 feudo, no tendr\xE9 hijos. No llevar\xE9 corona, no luchar\xE9 por el honor. Cumplir\xE9 con mi deber, vivir\xE9 y morir\xE9.",sampleSourceText:"Night gathers, and now my watch begins. It shall not end until my death. I shall take no wife, hold no lands, father no children. I shall wear no crowns and win no glory. I shall live and die at my post.","subtitle.supportedSites":"\u5DF2\u652F\u6301\u5728\u8FD9\u4E9B\u7F51\u7AD9\u4F7F\u7528\u53CC\u8BED\u5B57\u5E55\uFF08\u6CE8\u610F\uFF1A\u7531\u4E8E\u6280\u672F\u9650\u5236\uFF0C\u90E8\u5206\u7F51\u7AD9\u5728\u9996\u6B21\u5F00\u542F\u5B57\u5E55\u540E\u9700\u8981\u91CD\u65B0\u5237\u65B0\u9875\u9762\uFF0C\u6216\u8005\u9700\u7B49\u5F85\u7FFB\u8BD1\u5B8C\u6210\u4EE5\u663E\u793A\u53CC\u8BED\u5B57\u5E55\uFF09\uFF1A",viewWithImmersiveTranslate:"\u53CC\u8BED\u7248\u672C(\u6C89\u6D78\u5F0F\u7FFB\u8BD1)",errorReason:"\u9519\u8BEF\u539F\u56E0\uFF1A{message}","proQuotaExceededError.onetime7day":'\uFF0C\u60A8\u53EF\u4EE5\u9009\u62E9\u4EE5\u4E0B\u65B9\u5F0F\u89E3\u51B3\uFF1A

1. \u5207\u6362\u5230 {anotherService} \u6216\u5176\u4ED6\u7FFB\u8BD1\u670D\u52A1
2. \u5347\u7EA7\u4E3A\u6708\u5EA6/\u5E74\u5EA6\u4F1A\u5458',"proQuotaExceededError.trial":'\uFF0C\u60A8\u53EF\u4EE5\u9009\u62E9\u4EE5\u4E0B\u65B9\u5F0F\u89E3\u51B3\uFF1A

1. \u5207\u6362\u5230 {anotherService} \u6216\u5176\u4ED6\u7FFB\u8BD1\u670D\u52A1
2. \u7ACB\u523B\u5347\u7EA7\u4E3A\u6B63\u5F0F\u4F1A\u5458',"proQuotaExceededError.nonTrial":'\uFF0C\u60A8\u53EF\u4EE5\u9009\u62E9\u4EE5\u4E0B\u65B9\u5F0F\u89E3\u51B3\uFF1A

1. \u5207\u6362\u5230 {anotherService} \u6216\u5176\u4ED6\u7FFB\u8BD1\u670D\u52A1
2. \u8D2D\u4E70 {translationService} \u989D\u5916\u6D41\u91CF\u5305',"proQuotaExceededError.resetTime":"
3. \u989D\u5EA6\u91CD\u7F6E\u65F6\u95F4\uFF1A{resetTime}","desc.touchShortcutsToggleTranslatePageOnlyTranslation":"Solo se muestra la traducci\xF3n se refiere a que solo se mostrar\xE1 la traducci\xF3n, si la p\xE1gina web a\xFAn no se ha traducido, cambiar\xE1 el modo y traducir\xE1.","desc.toggleOnlyTransation":"El modo de solo traducci\xF3n se refiere a mostrar solo el texto traducido, si la p\xE1gina web a\xFAn no se ha traducido, cambiar\xE1 el modo y traducir\xE1.",touchShortcutsToggleTranslatePageOnlyTranslation:"Configurar gestos de pantalla t\xE1ctil para cambiar entre modo biling\xFCe/solo texto traducido",download_started:"La descarga ya ha comenzado, si no se descarga autom\xE1ticamente, haga clic manualmente.",here:"aqu\xED","desc.toggleVideoSubtitlePreTranslation":"Al presionar, los subt\xEDtulos biling\xFCes del video usar\xE1n preferentemente la configuraci\xF3n de traducci\xF3n inmersiva, al presionar nuevamente, se dar\xE1 prioridad a los subt\xEDtulos de traducci\xF3n autom\xE1tica incluidos en el video original. Nota: este atajo modifica la configuraci\xF3n global.",videoSubtitlePreTranslationOn:"Los subt\xEDtulos del video tendr\xE1n prioridad para usar la traducci\xF3n inmersiva.",videoSubtitlePreTranslationOff:"Los subt\xEDtulos del video dar\xE1n prioridad a los subt\xEDtulos de traducci\xF3n autom\xE1tica incluidos en el video original.",translationFont:"Establecer fuente","translationFont.custom":"Ingrese fuente personalizada","translationFont.customPlaceholder":"fuente","translationFont.notSupportErrorMessage":"Por favor, verifique si el nombre de la fuente que ingres\xF3 es correcto, o confirme si esta fuente ya est\xE1 instalada en su dispositivo.","touch.mouse-translate":"Traducir el p\xE1rrafo especificado.","translationServices.inherit":"Siga el servicio de traducci\xF3n principal","error.serveConfigError":"Error de configuraci\xF3n del servicio","error.reloadPageOfSetting":"Despu\xE9s de configurar, por favor refresca la p\xE1gina para traducir de nuevo.","error.googleLimitIp":"El servicio devuelve un error, el servicio de Google ha limitado la direcci\xF3n IP, se recomienda que cambie el nodo de red.","error.openAIFreeLimit":"El servicio devuelve un error, la frecuencia actual de solicitudes de traducci\xF3n ha alcanzado el l\xEDmite m\xE1ximo de 3 veces por minuto, por favor intente de nuevo m\xE1s tarde. (Esta es una restricci\xF3n de OpenAI oficial para la API Key gratuita, para eliminar esta restricci\xF3n, por favor vincule una tarjeta de cr\xE9dito en el backend de OpenAI.)","error.openAIExceededQuota":"El servicio devuelve un error: el saldo de tu cuenta de OpenAI es insuficiente, por favor recarga o vincula una tarjeta de cr\xE9dito en el panel de control oficial de OpenAI.","error.429":"El servicio devuelve un error, lo que indica que la solicitud es demasiado frecuente o excede el l\xEDmite de cuota, por favor intente de nuevo m\xE1s tarde.","error.403":"El servicio devuelve un error, no tiene permiso temporal para acceder a este servicio.","error.400":"El servicio devuelve un error, el par\xE1metro de solicitud es incorrecto, por favor verifica la configuraci\xF3n correspondiente.","error.502":"El servicio devuelve un error, el servicio se ha agotado, por favor intente de nuevo m\xE1s tarde.","error.proTokenInvalid":"Si usted es un usuario Pro, por favor inicie sesi\xF3n para usar el servicio de traducci\xF3n Pro.","error.proUpgrade":"Despu\xE9s de la actualizaci\xF3n, por favor refresca la p\xE1gina y traduce de nuevo.","error.configError":"Los datos de configuraci\xF3n son anormales.","error.goReset":"Ir a restablecer",batchEdit:"Operaci\xF3n en masa","translationModeLang.translation.title":"Solo modo de traducci\xF3n de idioma","translationModeLang.translation.description":"Cuando el idioma de la p\xE1gina es uno de los siguientes, se utilizar\xE1 autom\xE1ticamente solo el modo de traducci\xF3n.","translationModeUrl.translation.title":"Solo el modo de direcci\xF3n web de traducci\xF3n","translationModeUrl.translation.description":"Cuando el sitio web tiene los siguientes dominios, se utilizar\xE1 autom\xE1ticamente el modo de solo traducci\xF3n.","error.serveUnavailable":"El servicio [{serverName}] que est\xE1 utilizando actualmente no est\xE1 disponible temporalmente debido a problemas con la conexi\xF3n a la red o el proveedor del servicio. Le sugerimos que intente actualizar la p\xE1gina o cambiar a otro servicio de traducci\xF3n a trav\xE9s de <1>Configuraci\xF3n. Si usted es un miembro <2>Pro, puede optar por utilizar los servicios de traducci\xF3n m\xE1s estables de DeepL o OpenAI (<3>haga clic aqu\xED para probarlo gratis). Adem\xE1s, es posible que necesite revisar su configuraci\xF3n de red o proxy.",detectServiceLoading:"Detectando servicios de traducci\xF3n disponibles...",toggleToService:"Cambie a {service} e intente de nuevo.","error.gemini.429":"El servicio actual de Gemini ha alcanzado su capacidad m\xE1xima, por favor intente m\xE1s tarde o cambie a otro servicio de traducci\xF3n.",enableSentryReport:"Cuando ocurre un error de expansi\xF3n, usa Sentry para enviar comentarios.",notLogin:"No registrado",goLogin:"Iniciar sesi\xF3n",touchShortcutsOff:"Cerrar",shortcutSettings:"Atajo de teclado","tagsInput.add":"+ A\xF1adir",translationOnlyMode:"Solo modo de traducci\xF3n","multipleClick.2":"Haz doble clic",contact:"Cont\xE1ctanos","widget.translateFile":"PDF/ePub","subtitle.hideQuickButton":"Ya no mostrar este atajo","translationServices.gemini":"G\xE9minis","widget.instructionTooltip":"Consultar las instrucciones de uso","subtitle.bilingual":"Subt\xEDtulos biling\xFCes","error.retry":"Reintentar","multipleClick.4":"Cu\xE1druple golpe",buildSnapshots:"Generar captura de p\xE1gina web","error.subscriptionExpiredTitle":"La membres\xEDa ha expirado","slide.left":"Desliza a la derecha","widget.videoSubtitle":"subt\xEDtulos de video","browser.translateWithDeepL":"Uso temporal de DeepL para traducir la p\xE1gina actual","subtitle.autoDisableSubtitle":"No activar autom\xE1ticamente los subt\xEDtulos biling\xFCes","browser.translateWithBing":"Uso temporal de Microsoft para traducir la p\xE1gina actual","error.reason":"Raz\xF3n del error","browser.translateWithTransmart":"Uso temporal de Tencent para traducir la p\xE1gina actual",pickAll:"Seleccionar todo","browser.translateInputBox":"Traducir el contenido actual del cuadro de entrada.","floatBall.iKnow":"Ya lo s\xE9.",temprarilyChangeTranslationTo_deepl:"Estoy usando DeepL para traducir la p\xE1gina actual.","multipleClick.3":"Triple golpe","intro.hoverTitle":"Pase el mouse para traducir el p\xE1rrafo actual",temprarilyChangeTranslationTo_transmart:"Est\xE1 utilizando Tencent para traducir la p\xE1gina actual.","intro.floatBallTitle":"Bola flotante de traducci\xF3n r\xE1pida",paragraphMinTextCountField:"El n\xFAmero m\xEDnimo de caracteres necesarios para traducir un p\xE1rrafo","shortcutGroup.touch":"Gestos espec\xEDficos para pantallas t\xE1ctiles",temprarilyChangeTranslationTo_gemini:"Estoy usando Gemini para traducir la p\xE1gina actual.",temprarilyChangeTranslationTo_bing:"Est\xE1 utilizando Microsoft para traducir la p\xE1gina actual.","shortcutGroup.main":"Atajos de teclado de funciones comunes",mouseHoverCustomKeyTitle:"Personalizar el atajo de teclado para el rat\xF3n en suspensi\xF3n","shortcutGroup.shortcutsForTranslationServices":"Atajos de teclado relacionados con el servicio de traducci\xF3n",touchShortcutsToggleTranslateTouchElement:"Configurar gestos t\xE1ctiles para traducir p\xE1rrafos espec\xEDficos",notLoginPro:"Todav\xEDa no has iniciado sesi\xF3n en tu cuenta de miembro.","intro.subtitleTitle":"Visualizaci\xF3n de subt\xEDtulos biling\xFCes en videos en l\xEDnea","subtitle.showQuickButton":"En el reproductor se muestra el atajo de subt\xEDtulos biling\xFCes",temprarilyChangeTranslationTo_google:"Est\xE1 utilizando Google Traductor para traducir la p\xE1gina actual.",upgradeToProErrorTitle:"Por favor, actualice a miembro Pro para utilizar este servicio de traducci\xF3n.","widget.instruction":"Instrucciones de uso","slide.right":"Desliza a la izquierda","browser.translateWithOpenAI":"Uso temporal de OpenAI para traducir la p\xE1gina actual","shortcutGroup.others":"M\xE1s atajos de teclado personalizados","browser.toggleMouseHoverTranslateDirectly":"Habilitar o deshabilitar temporalmente la traducci\xF3n directa al pasar el mouse en la p\xE1gina",alwaysTranslateThisSite:"Siempre traduce este sitio web",neverTranslateThisSite:"Nunca traduzca este sitio web","shortcutGroup.mouse":"Configuraci\xF3n de atajos de teclado para el rat\xF3n en suspensi\xF3n","widget.translateFileTooltip":"Traducir documentos PDF, EPUB, SRT, ASS, HTML y TXT","browser.translateWithGemini":"Usa temporalmente Gemini para traducir la p\xE1gina actual","browser.toggleVideoSubtitlePreTranslation":"Cambie a subt\xEDtulos biling\xFCes y priorice la configuraci\xF3n de traducci\xF3n inmersiva.",networkError:"El servicio de traducci\xF3n o la red tienen problemas.",loggedIn:"Conectado","widget.videoSubtitleTooltip":"Apoya Youtube y otros {count}+ sitios web de videos",touchShortcutsToggleTranslationMask:"Configurar gestos t\xE1ctiles para mostrar la m\xE1scara de traducci\xF3n / mostrar el texto original","floatBall.guideClickToTranslate":"Haz clic en la bola flotante de traducci\xF3n inmersiva para traducir r\xE1pidamente","desc.touchShortcutsToggleTranslateTouchElement":"Personalice un gesto y podr\xE1 traducir cualquier p\xE1rrafo en el que se encuentre.","floatBall.longPress":"Mant\xE9n presionado para abrir r\xE1pidamente el panel de configuraci\xF3n.","error.subscriptionExpired":"Es posible que su membres\xEDa haya expirado, por favor verifique el estado de su membres\xEDa.",shortcutSettingsTitle:"Configuraci\xF3n de atajos de teclado",temprarilyChangeTranslationTo_openai:"Estoy usando OpenAI para traducir la p\xE1gina actual.","browser.translateWithGoogle":"Uso temporal de Google Traductor para traducir la p\xE1gina actual","desc.interfaceLanguage":"La configuraci\xF3n del idioma de la interfaz afecta el idioma de visualizaci\xF3n del panel de control y no tiene relaci\xF3n con el idioma objetivo de la traducci\xF3n.","description.baiduField":"Las \xE1reas de apoyo se ven <1>aqu\xED, si est\xE1 vac\xEDo significa que no se especifica el \xE1rea.","contact.description":"Si tiene alguna pregunta o sugerencia, no dude en completar el formulario a continuaci\xF3n para contactarnos, o env\xEDe un correo electr\xF3nico a {email}, le responderemos lo antes posible.","neverTranslateText.title":`Por favor, traduce directamente al espa\xF1ol (evita explicar el texto original): + {env.imt_trans_field}: \xDCbersetzung`,"subtitle.quickButton.red":"Rot","subtitle.quickButton.blue":"Blau","subtitle.quickButton.magenta":"Magenta","translationServices.claude":"Claude","subtitle.quickButton.white":"Wei\xDF","subtitle.quickButton.translationPositionBottom":"\u539Ftext unten","subtitle.quickButton.yellow":"Gelb","subtitle.quickButton.cyan":"Blau","subtitle.quickButton.green":"Gr\xFCn","subtitle.quickButton.backgroundOpacity":"Hintergrundunsch\xE4rfe","subtitle.quickButton.translationPosition":"\xDCbersetzungsposition","subtitle.quickButton.translationTextColor":"\xDCbersetzungsschriftfarbe","subtitle.quickButton.sourceFontSize":"Originalschriftgr\xF6\xDFe","subtitle.quickButton.translationFontSize":"\xDCbersetzungs-Schriftgr\xF6\xDFe","subtitle.quickButton.sourceTextColor":"Urspr\xFCngliche Schriftfarbe","subtitle.quickButton.black":"Schwarz","subtitle.quickButton.backgroundColor":"Hintergrundfarbe","subtitle.quickButton.setting":"Einstellung","subtitle.quickButton.translationPositionTop":"Oben im Originaltext",attachSubtitleTranslating:"Verwenden Sie {service} zur \xDCbersetzung...","error.claude.403":"Keine Berechtigung zum Zugriff auf den Dienst, m\xF6glicherweise im Zusammenhang mit den regionalen Einschr\xE4nkungen von Claude. Sie k\xF6nnen versuchen, Ihre IP-Adresse zu wechseln, oder andere \xDCbersetzungsdienste nutzen.","browser.brandDescriptionForSafari":"\u3010Immersive \xDCbersetzung\u3011Ein kostenloses zweisprachiges Webseiten-\xDCbersetzungs-Plugin (Originaltext/\xDCbersetzung), das gleichzeitig PDF-\xDCbersetzung und EPUB-E-Book-\xDCbersetzung unterst\xFCtzt und das Originaldokumentenlayout beibeh\xE4lt, Youtube/Netflix und andere Online-Video-Zweisprachen-Untertitel-\xDCbersetzung, Unterst\xFCtzung f\xFCr Deepl/Google und andere Mainstream-\xDCbersetzungsdienste;","browser.textTranslate":"Text\xFCbersetzung","browser.PdfProFile":"Von KI angetriebene PDF Pro \xDCbersetzung"};var Cs={nologin:"no conectado",loginForSafari:"Iniciar sesi\xF3n o registrarse",login:"Iniciar sesi\xF3n para abrir una cuenta",manageAccount:"Cuentas gestionadas",openPremium:"Afiliaci\xF3n abierta",logout:"abortar",curentPlan:"Paquetes actuales",endAt:"caducidad",endAuto:"renovaci\xF3n autom\xE1tica",lineBreakMaxTextCount:"N\xFAmero m\xE1ximo de caracteres permitidos por frase despu\xE9s de los saltos de l\xEDnea","translate-pdf":"Haga clic para traducir PDF","noSupportTranslate-pdf":"Script no soportado por favor use plugin","translate-firefox-local-pdf":"Haga clic para ir a Importar PDF",enableLineBreak:"Activar el salto de l\xEDnea autom\xE1tico para p\xE1rrafos largos",sponsorLabel:"1 $ Desarrolladores patrocinados",help:"mano",browserShortcutsNoteForFirefox:"Para cambiar los accesos directos en Firefox, tienes que abrir la p\xE1gina de gesti\xF3n de extensiones `about:addons`, luego hacer clic en `Settings`, y despu\xE9s en `Manage Shortcuts` para configurar los accesos directos.",browserShortcutsNoteForChrome:"Para modificar los accesos directos en Chrome, tienes que abrir la p\xE1gina de gesti\xF3n de extensiones, establecerlos en el panel `Manage Shortcuts` (`chrome://extensions/shortcuts`), y hacer clic en el bot\xF3n de abajo para saltar a la p\xE1gina de gesti\xF3n de accesos directos.",browserShortcutsSucks:"Los accesos directos personalizados tienen el siguiente formato (no se reconoce autom\xE1ticamente, introd\xFAzcalo directamente)\uFF1A",enableLineBreakDescription:"Si est\xE1 activada, se insertar\xE1n saltos de l\xEDnea al final de cada frase en los p\xE1rrafos largos para facilitar su lectura.","browser.shortBrandName":"Traducci\xF3n por inmersi\xF3n","browser.brandName":"Immersion Translation: Traducci\xF3n biling\xFCe de p\xE1ginas web y documentos PDF","browser.brandDescription":"Bilingual web page translation, also supports PDF translation, bilingual Epub eBook translation, free to use.","browser.toggleTranslatePage":"Traducir p\xE1gina/visualizar texto original","browser.toggleTranslateTheWholePage":"Traducir todas las \xE1reas de la p\xE1gina/visualizar el texto original","browser.toggleOnlyTransation":"Cambiar al modo biling\xFCe/solo texto traducido","browser.toggleTranslateToThePageEndImmediately":"Traducci\xF3n inmediata al final de la p\xE1gina/visualizaci\xF3n del texto original","browser.toggleTranslateTheMainPage":"Traducir el \xE1rea principal de la p\xE1gina/visualizar el texto original","browser.shareToDraft":"Compartir p\xE1ginas biling\xFCes","browser.openOptionsPage":"Abrir la p\xE1gina de configuraci\xF3n","browser.toggleTranslationMask":"Mostrar/ocultar el efecto de desenfoque de traslaci\xF3n","browser.translateLocalPdfFile":"Traducir archivos PDF locales","browser.openEbookViewer":"Leer libros electr\xF3nicos locales","browser.openEbookBuilder":"Creaci\xF3n de eBooks EPUB biling\xFCes","browser.translateLocalHtmlFile":"Traducir archivos HTML/txt","browser.donateContext":"M\xE1s informaci\xF3n sobre las ventajas del patrocinio","browser.translateLocalSubtitleFile":"Traducir archivos de subt\xEDtulos locales",confirmResetConfig:"\xBFEst\xE1s seguro de que quieres restablecer la configuraci\xF3n?",translationLineBreakSettingTitle:"Ajuste del salto de l\xEDnea de traducci\xF3n",smartLineBreak:"alimentaci\xF3n de l\xEDnea inteligente (inform\xE1tica)",alwaysLineBreak:"Siempre avance de l\xEDnea",isShowContextMenu:"A\xF1adir p\xE1ginas traducidas a los elementos del men\xFA contextual",toggleBeta:"Activaci\xF3n de las funciones de prueba beta",betaDescription:"Habilita funciones que a\xFAn son experimentales, as\xED como un servicio de traducci\xF3n en beta. \xDAnete al <1>grupo de Telegram para obtener m\xE1s informaci\xF3n.",translationLineBreakSettingDescription:"Los saltos de l\xEDnea siempre son ordenados para las p\xE1ginas con menos contenido. (Utilice saltos de l\xEDnea inteligentes en p\xE1rrafos largos con mucho contenido (m\xE1s de{count}caracteres) para ahorrar espacio).",tempTranslateDomainTitle:"Duraci\xF3n de la conexi\xF3n temporal de la traducci\xF3n del sitio web",tempTranslateDomainDescription:"Al traducir manualmente una p\xE1gina web, active temporalmente el sitio web para la traducci\xF3n autom\xE1tica, y puede establecer la duraci\xF3n temporal.",xMinutes:"{count} minutos",disabled:"prohibir el uso de algo",changelog:"Registro de actualizaci\xF3n",toggleTranslatePageWhenThreeFingersOnTheScreen:"Tocar la pantalla con varios dedos simult\xE1neamente traduce p\xE1ginas web/visualiza el texto original",toggleTranslationMaskWhenThreeFingersOnTheScreen:"El toque con varios dedos muestra/oculta el efecto de desenfoque.",fingerCountToToggleTranslagePageOnlyTranslationWhenTouching:"Varios dedos tocando la pantalla al mismo tiempo traducen la p\xE1gina web (s\xF3lo traducci\xF3n)/visualizan el texto original.",addUrlDescription:"Puede ser un nombre de dominio y tambi\xE9n admite comodines, por ejemplo\uFF1A*.google.com, google.com/mail/*, https://www.google.com/*",general:"Ajustes b\xE1sicos",clickToExpandConfig:"Ampliar la configuraci\xF3n actual",import:"Importar desde archivo",export:"Exportar a archivo",toggleDebug:"Imprime el registro de depuraci\xF3n en la consola","fingers.0":"coagulaci\xF3n","fingers.2":"toque con dos dedos","fingers.3":"toque con tres dedos","fingers.4":"toque con cuatro dedos","fingers.5":"toque con cinco dedos",mouseHoldKey:"+ {key} traducir/restaurar el p\xE1rrafo",mouseHoldKeyAuto:"Traducci\xF3n directa del p\xE1rrafo",mouseHoldKeyOff:"No hagas nada.",mouseHoldKeyOther:"Atajos personalizados (abrir ajustes)",mouseHoldKeyCustomKey:"{key} Traducci\xF3n/reducci\xF3n del p\xE1rrafo",mouseHoverHoldKey:"Traduce p\xE1rrafos pulsando la tecla de acceso directo mientras pasas el rat\xF3n por encima.","mouse-translate":"al pasar el rat\xF3n",document:"Archivo (inform\xE1tico)",resetSuccess:"Restablecer todos los ajustes correctamente",resetThisSuccess:"Restablecimiento correcto",saved:"Salvar con \xE9xito",successImportConfig:"Configuraci\xF3n importada correctamente",goAdvancedSettings:"Vaya a la p\xE1gina de configuraci\xF3n avanzada",goAdvancedInterfaceSettings:"Vaya a la p\xE1gina Configuraci\xF3n avanzada de personalizaci\xF3n",advanced:"Ajustes avanzados",advancedDescription:"Por lo general, no es necesario realizar ning\xFAn ajuste, basta con dejarlo por defecto. S\xF3lo para usuarios m\xE1s especializados, hay disponibles ajustes m\xE1s personalizados.",developer:"Ajustes de desarrollador",donateCafe:"precios","translate to the bottom of the page":"\xBFSe traslada al final de la p\xE1gina inmediatamente despu\xE9s de entrar en ella?",feedback:"Preguntas",toggleTranslatePage:"Traducir p\xE1gina/visualizar texto original",translateToThePageEndImmediatelyDescription:"Si la activas, el contenido se traducir\xE1 inmediatamente desde la parte superior a la inferior de la p\xE1gina a medida que entras en ella. Si lo desactiva, se traducir\xE1 a medida que lea. (No recomendado)","translate all areas of the page":"Traducir o no todas las \xE1reas de la p\xE1gina",translationAreaDescription:"Activado, se traducen todas las \xE1reas de toda la p\xE1gina web. Si se desactiva, se utiliza el reconocimiento inteligente predeterminado y s\xF3lo se traducen las \xE1reas principales. (No se recomienda activarlo)","the number of characters to be translated first":"Traduzca directamente los primeros caracteres de la p\xE1gina sin esperar a desplazarse hasta el \xE1rea de visualizaci\xF3n","interface language":"lenguaje de interfaz","display both the original text and the translation":"Visualizaci\xF3n simult\xE1nea del original y la traducci\xF3n","keyboard shortcuts":"Atajos de teclado",modify:"Modificar las teclas de acceso directo",reset:"revisi\xF3n",close:"coagulaci\xF3n",homepage:"p\xE1gina de inicio",more:"m\xE1s",moreOptions:"M\xE1s opciones de personalizaci\xF3n",translateTheWholePage:"Traducir todas las \xE1reas de la p\xE1gina (a diferencia de reconocer inteligentemente las \xE1reas principales)",changeToTranslateTheWholePage:"Cambiar para traducir todas las regiones",changeToTranslateTheMainPage:"Cambiar al \xE1rea principal de traducci\xF3n",changeToOnlyTranslationMode:"Mostrar s\xF3lo traducciones",changeToDualTranslationMode:"Cambiar a traducci\xF3n biling\xFCe",translateToThePageEndImmediately:"Traducci\xF3n inmediata al final de la p\xE1gina",translateTheMainPage:"Traducci\xF3n inteligente Regiones clave","The local rules are up to date":"Las normas locales de adaptaci\xF3n est\xE1n actualizadas.","Successfully synchronized with the latest official rules:":"Sincronizado con \xE9xito con las \xFAltimas normas oficiales de adaptaci\xF3n.","Checking for updates":"Comprobaci\xF3n de actualizaciones","Rules are being synchronized":"Sincronizaci\xF3n de las normas de adaptaci\xF3n",localVersionIsTooOld:"La versi\xF3n de la extensi\xF3n local es demasiado antigua, por favor actualice la extensi\xF3n a {minVersion} o m\xE1s reciente antes de intentar sincronizar.",badUserscriptBrowser:"El navegador actual no implementa correctamente la interfaz de la <1>extensi\xF3n Grease Mon key (por ejemplo, para obtener informaci\xF3n sobre el n\xFAmero de versi\xF3n del propio script Grease Monkey), por favor, utilice otros navegadores <1>compatibles con la extensi\xF3n Grease Monkey, como Firefox.",foundNewVersion:"Descubra la nueva versi\xF3n",theLocalExtensionIsUpToUpdate:"La extensi\xF3n actual est\xE1 al d\xEDa.",failToSyncRules:"No sincronizaci\xF3n de las \xFAltimas normas de adaptaci\xF3n",retry:"Pulse aqu\xED para volver a intentarlo",failedReason:"Razones del fracaso",currentRuleVersion:"Versi\xF3n actual de la norma",calculating:"c\xE1lculos",unknownError:"error desconocido",canNotFetchRemoteRule:"No se pueden obtener reglas remotas",enableAlphaSuccess:"Alfa activado",disableAlphaSuccess:"Se ha desactivado la funci\xF3n Alfa",cacheSize:"Tama\xF1o de la cach\xE9\uFF1A",cleaning:"en proceso de liquidaci\xF3n",cleanCache:"borrar la cach\xE9",options:"establecer",about:"con respecto a",service:"servicio de interpretaci\xF3n",needAction:"(Ir a Ajustes)",goSettings:"seguir adelante y configurar",needActionForOptions:"(por establecer)",translationEngine:"Opciones de motor",sourceLanguage:"Idioma original",target:"lengua de llegada",popupSourceLanguage:"Idioma original",popupTarget:"lengua de llegada",popupService:"servicio de interpretaci\xF3n",forThisSite:"P\xE1gina web actual",autoEnableSubtitle:"Activa autom\xE1ticamente los subt\xEDtulos biling\xFCes",alwaysTranslate:"Traduzca siempre",neverTranslate:"Nunca traduzca",alwaysTranslateSomeLanguage:"Traduzca siempre {language}",neverTranslateSomeLanguage:"Nunca traduzca {language}",alwaysTranslateSomeSite:"Traduzca siempre {hostname}",neverTranslateSomeSite:"Nunca traduzca {hostname}",alwaysTranslateSomeSiteOrWildSite:"Traduzca siempre el sitio",alwaysTranslateSomePage:"Traducir siempre la p\xE1gina",add:"aumentar",default:"por defecto (ajuste)",forThisLanguage:"Para este idioma\uFF1A","add url":"Introducir URL",edit:"compilador","translate other languages into specific language":"Traduce otros idiomas a tu idioma","select translation service":"Seleccione un servicio de traducci\xF3n",language:"multiling\xFCismo","show-original":"Mostrar texto original",translate:"renderizaci\xF3n",Translated:"traducido",Translating:"en traducci\xF3n",Error:"incorrecto",allowCacheTranslations:"Activar la cach\xE9 de traducci\xF3n local (para reducir las solicitudes de traducci\xF3n de pasajes duplicados)","translation display":"Estilo de visualizaci\xF3n de la traducci\xF3n","select diplay style":"Distinguir entre los estilos de traducci\xF3n, con referencia espec\xEDfica a los siguientes ejemplos",interface:"Ajustes de interfaz",import_export:"Importaci\xF3n y exportaci\xF3n",import_export_title:"Configuraci\xF3n de importaci\xF3n/exportaci\xF3n",syncToGoogleDrive:"Sincronizar con Google Drive ahora",floatBallOptions:"Ajustes de la Hoverball","floatBallOptions.enable":"Habilitar Hoverball","floatBallOptions.blockUrls":"Desactivar el sitio web","floatBallOptions.add":"aumentar","floatBallOptions.blockUrlDesc":"Las Hoverballs no se muestran cuando se encuentran los siguientes sitios web","floatBallOptions.clickType":"comportamiento al hacer clic","floatBallOptions.clickTypeDesc":"Comportamiento del icono Hoverball al hacer clic","floatBallOptions.clickPopup":"Mostrar panel de traducci\xF3n","floatBallOptions.clickTranslate":"Traducci\xF3n/visualizaci\xF3n del texto original","floatBallOptions.fixedPosition":"\u56FA\u5B9A\u4F4D\u7F6E","floatBallOptions.fixedPositionDesc":"\u60AC\u6D6E\u7403\u5728\u7A97\u53E3\u5DE6\u4FA7\u8FD8\u662F\u53F3\u4FA7","floatBallOptions.fixedPositionLeft":"\u5DE6\u4FA7","floatBallOptions.fixedPositionRight":"\u53F3\u4FA7",previewAllThemes:"Vista previa de todos los estilos","translationTheme.none":"no tener","translationTheme.grey":"gris oscuro","translationTheme.dashed":"subrayado punteado","translationTheme.dotted":"gui\xF3n bajo punteado","translationTheme.dashedBorder":"borde punteado","translationTheme.solidBorder":"borde s\xF3lido","translationTheme.underline":"Subrayar l\xEDneas rectas","translationTheme.mask":"Efectos difusos (modos de aprendizaje)","translationTheme.opacity":"efecto de transparencia","translationTheme.paper":"Efecto sombra de papel blanco","translationTheme.dividingLine":"l\xEDnea divisoria","translationTheme.highlight":"alto brillo","translationTheme.marker":"marcador (palabra de pr\xE9stamo)","translationTheme.marker2":"Marcador 2","translationTheme.blockquote":"Estilos de referencia","translationTheme.weakening":"debilitamiento","translationTheme.italic":"tipo de letra inclinado","translationTheme.bold":"espesar","translationTheme.thinDashed":"subrayado de l\xEDnea discontinua fina","translationTheme.nativeDashed":"El sistema viene con un subrayado de puntos","translationTheme.nativeDotted":"El sistema viene con subrayado de puntos","translationTheme.nativeUnderline":"El sistema viene con un subrayado recto","translationTheme.wavy":"l\xEDnea ondulada","translationServices.custom":"API personalizada","translationServices.tencent":"Tencent Traductor","translationServices.tenAlpha":"Tencent Translator (Alfa)","translationServices.google":"Google Translate","translationServices.bai":"Baidu (Alfa)","translationServices.baidu":"Traducci\xF3n de Baidu","translationServices.aliyun":"Traducci\xF3n AliCloud","translationServices.volc":"traducci\xF3n del volc\xE1n","translationServices.deeplx":"DeepLX (Beta)","translationServices.bing":"Microsoft Translate","translationServices.deepl":"DeepL","translationServices.wechat":"Traducci\xF3n de WeChat","translationServices.azure":"Traducci\xF3n Azure","translationServices.ibm":"IBM Watson","translationServices.aws":"Traducci\xF3n Amazon","translationServices.mock":"Traducci\xF3n simulada","translationServices.mock2":"Traducci\xF3n simulada 2","translationServices.caiyun":"lit. nubes de colores y peque\xF1as traducciones","translationServices.cai":"Nubes de colores (Alfa)","translationServices.volcAlpha":"Volc\xE1n (Alfa)","translationServices.openl":"OpenL","translationServices.youdao":"Traducci\xF3n Youtube","translationServices.you":"Youdao Traductor (Alfa)","translationServices.transmart":"Tencent Interactive Traducci\xF3n","translationServices.niu":"Traductor Maverick","translationServices.papago":"Traducci\xF3n de Papago","translationServices.d":"D (Alfa)","translationServices.dpro":"D Pro (Canarias)","translationServices.openai":"OpenAI","translationServices.yandex":"Yandex","translationServices.chatgpt":"ChatGPT Web(3.5 m\xF3vil)","translate title":"Traducir t\xEDtulos de p\xE1ginas","always languages":"Traduzca siempre el idioma",neverTranslateLanguagesLabel:"La lengua que nunca se traducir\xE1",neverTranslateTheFollowingLanguagesDescription:"Las traducciones se omiten cuando un p\xE1rrafo de la p\xE1gina est\xE1 en uno de los siguientes idiomas",enableUserscriptPagePopup:"Mostrar hoverball en la p\xE1gina",enableUserscriptPagePopupDescription:"Despu\xE9s de desactivar el hoverball, se puede recuperar con el acceso directo /{touch}. Se recomienda encarecidamente marcar esta p\xE1gina de configuraci\xF3n para evitar no poder encontrar el hoverball despu\xE9s de desactivar esta opci\xF3n por error.","always translate the following languages":"Traduce autom\xE1ticamente al idioma de destino cuando la p\xE1gina est\xE1 en uno de los siguientes idiomas","always sites":"Sitios web siempre traducidos","always translate the following sites":"Los sitios web se traducen autom\xE1ticamente a la lengua de destino cuando son los nombres de dominio de","never sites":"Sitio nunca traducido","never translate the following sites":"No se realizar\xE1n traducciones cuando el sitio web corresponda a los siguientes dominios","please refer to":"Tienes que rellenar la clave antes de poder utilizarla.",KeyAndConfigurationTutorial:"Tutorial de aplicaci\xF3n y configuraci\xF3n de llaves",useAboveStyleForTheseSites:"Utilice siempre el estilo de traducci\xF3n \u2308{theme}\u230B cuando el sitio sea para los siguientes dominios",currentUrl:"URL actual",confirm:"guardar (un archivo, etc.) (inform\xE1tica)",cancel:"anulaciones",delete:"eliminar","languages.auto":"detecci\xF3n autom\xE1tica",syncToCloud:"Sincronizaci\xF3n con Google Drive",syncToCloudDescription:"Subida a la nube, la configuraci\xF3n se puede sincronizar entre distintos navegadores/scripts de mono de grasa, sea cual sea la \xFAltima modificaci\xF3n.",syncToAccount:"Sincronizaci\xF3n con la nube de traducci\xF3n inmersiva",syncToAccountButton:"Sincronizaci\xF3n instant\xE1nea con la nube",syncToAccountDescription:"Sincroniza autom\xE1ticamente las configuraciones entre distintos dispositivos, sea cual sea el \xFAltimo en modificarse.",successSyncConfigInAccount:"Sincronizaci\xF3n satisfactoria con la nube",successSyncConfigToAccount:"Sincronizaci\xF3n satisfactoria con la nube",syncConfigNoUpdate:"Ya est\xE1 actualizado.",authFail:"Fallo de autorizaci\xF3n",syncTitle:"Gesti\xF3n manual de copias de seguridad",import_hint:"importar (datos)",upload:"cargar",revokeAuth:"revocar una autorizaci\xF3n",uploadFail:"Carga fallida",download:"descargando",importSuccess:"Importado con \xE9xito",importFail:"fallo de importaci\xF3n",deleteFail:"Error al borrar",backupToCloud:"Gesti\xF3n manual de los archivos de copia de seguridad",create_new_backup:"A\xF1adir un nuevo nodo de copia de seguridad",maxBackupFiles:"Se pueden hacer copias de seguridad de hasta{count}nodos diferentes, por favor, elimine los nodos que no necesite.",backupToCloudDescription:"Cargar o restaurar manualmente archivos de copia de seguridad, permitiendo hasta 3 copias de seguridad diferentes.",successSyncConfig:"Sincronizaci\xF3n satisfactoria con la nube",syncFail:"fallo de sincronizaci\xF3n",updatedAt:"Actualizado desde {date}",lastSyncedAt:"\xDAltima consulta en {date}",downloadFail:"Error de descarga",clickToDownload:"Haga clic para descargar",aboutLabel:"Acerca de - Comentarios","browser.openAboutPage":"Acerca de/Feedback",aboutLabelWithoutSponsor:"Acerca de - Comentarios",aboutIntro:"Que todos tengamos un acceso m\xE1s f\xE1cil y agradable a la enorme cantidad de informaci\xF3n en idiomas extranjeros que hay en Internet \u2764\uFE0F Puedes optar por activar tu <6>suscripci\xF3n Pro para utilizar las traducciones listas para usar de DeepL y OpenAI.

Puedes seguirnos en <3>Twitter, <4>Telegram, Weibo, WeChat, o <5>suscribirte a nuestra lista de correo para estar al tanto de las actualizaciones.
<7>Los miembros Pro pueden ponerse en contacto con nosotros en <8>support@immersivetranslate.com para un r\xE1pido servicio de atenci\xF3n al cliente.",aboutIntroWithoutSponsor:"Ojal\xE1 todos tengamos un acceso m\xE1s f\xE1cil y agradable a la enorme cantidad de informaci\xF3n en idiomas extranjeros disponible en Internet \u2764\uFE0F

Puedes seguirnos en <3>Twitter, el <4>canal de Telegram, WeChat, WeChat Exchange, o <5>suscribirte para seguir las actualizaciones por <5>correo electr\xF3nico a continuaci\xF3n.",projectHomepage:"Inicio del proyecto",joinTelegramGroup:"\xDAnase al grupo de usuarios para participar en los debates",wechatPublicAccount:"WeChat P\xFAblico",wechatCommunities:"Grupo de intercambio WeChat",qqCommunities:"Canal de comunicaci\xF3n QQ",joinTelegramChannel:"Siga el canal de Telegram para las \xFAltimas actualizaciones",feedbackAndJoin:"Pregunta Feedback / A\xF1adir Grupo",autoSync:"sincronizaci\xF3n horaria autom\xE1tica",loadingThemeTitle:"Estilo de carga",loadingThemeDescription:"Establecer el estilo mientras se espera a que se cargue la traducci\xF3n","loadingTheme.spinner":"Animaci\xF3n giratoria","loadingTheme.text":"texto est\xE1tico algo ","loadingTheme.none":"no se muestra",developerDescription:"La documentaci\xF3n sobre personalizaci\xF3n avanzada se encuentra <1>aqu\xED","edit border color":"Modificar el color del borde",successSyncButNoChange:"La configuraci\xF3n actual es coherente con la nube",customTheme:"Colores y tama\xF1os personalizados","customThemeLabel.borderColor":"Color del borde","customThemeLabel.borderRadius":"Bordes redondeados","customThemeLabel.textColor":"color del texto","customThemeLabel.backgroundColor":"color de fondo","customThemeLabel.zoom":"Escalado de fuentes (%)","customThemeLabel.opacity":"Opacidad del texto (%)",resetToDefaultColor:"Restablecer los colores por defecto",resetToDefaultSettings:"Restablecer la configuraci\xF3n predeterminada",isTranslateTitle:"Activar la traducci\xF3n de los t\xEDtulos de las p\xE1ginas",isTranslateTitleDescription:"Si est\xE1 activada, se traducen los t\xEDtulos de las p\xE1ginas",enableSearchEnhancement:"Activar la mejora de mensajes biling\xFCes",enableSearchEnhancementDescription:'Una vez activada, los resultados de b\xFAsqueda de "Google News" se mostrar\xE1n autom\xE1ticamente en la columna derecha de los sitios web compatibles (Google News, Google Search (algunas palabras clave), Snowball, Oriental Fortune, Futura, Tiger Community) para las correspondientes palabras clave en ingl\xE9s.',verifyService:"Haga clic aqu\xED para probar el servicio",verified:"Verificar el \xE9xito","field.langs":"C\xF3digos de idioma admitidos","field.model":"modelizaci\xF3n","field.translationEngine":"motor de traducci\xF3n","field.limitPerMinute":"Peticiones m\xE1ximas por minuto","field.limitPerSecond":"N\xFAmero m\xE1ximo de solicitudes por segundo","field.maxTextLengthPerRequest":"Longitud m\xE1xima del texto por solicitud","field.maxTextGroupLengthPerRequest":"N\xFAmero m\xE1ximo de apartados por solicitud","field.apiUrl":"Direcci\xF3n de interfaz API personalizada","field.placeholderDelimiters":"marcador de posici\xF3n reservado","description.custom":"Interfaz personalizada Acceso Documentaci\xF3n necesaria","description.limitPerMinute":"Las solicitudes que superan este l\xEDmite pasan a una cola hasta el inicio del siguiente minuto. Debido a las diversas limitaciones del servicio actual de OpenAI, haz clic <1>aqu\xED para consultar los \xFAltimos valores sugeridos.","description.limitPerSecond":"Las solicitudes que superan este l\xEDmite pasan a una cola hasta el inicio del siguiente segundo. Debido a las diversas limitaciones del servicio actual de OpenAI, haz clic <1>aqu\xED para consultar los \xFAltimos valores sugeridos.","description.generalLimitPerSecond":"Las solicitudes que superan este l\xEDmite pasan a una cola hasta el inicio del segundo siguiente.","description.prompt":"Enviar la conversaci\xF3n a {service} como usuario, donde {{text}} representa el contenido del texto del p\xE1rrafo, {{from}} representa el idioma del p\xE1rrafo y {{to}} representa el idioma objetivo.","description.maxTextLengthPerRequest":"El n\xFAmero m\xE1ximo de caracteres por petici\xF3n es demasiado grande para que la interfaz responda con lentitud, as\xED que pruebe a ajustar esta opci\xF3n para optimizar la velocidad","description.systemPrompt":"Enviar di\xE1logo al {service} como sistema, donde {{text}} representa el contenido del texto del p\xE1rrafo, {{from}} representa el idioma del p\xE1rrafo, {{to}} representa el idioma objetivo.","field.domain":"reino","description.domain":"El valor predeterminado es\uFF1Ageneral. S\xF3lo puede establecerse si la traducci\xF3n de dominios est\xE1 activada en la consola de la API Arima; consulte <1>aqu\xED los dominios admitidos.","field.scene":"toma","description.scene":"Por defecto\uFF1Ageneral. S\xF3lo se puede establecer si la consola API AliCloud est\xE1 habilitado para Machine Translation Pro, ver <1>aqu\xED para los escenarios compatibles","field.vocabId":"ID del diccionario del usuario","description.vocabId":"El diccionario out_id especificado admite actualmente la traducci\xF3n del ingl\xE9s al chino.","description.model":"Modelos OpenAI, pueden ser gpt-3.5-turbo, gpt-4, etc.","description.maxTextGroupLengthPerRequest":"El n\xFAmero de p\xE1rrafos enviados al servicio de traducci\xF3n a la vez, si hay demasiados p\xE1rrafos, puede hacer que la interfaz responda m\xE1s lentamente.","description.apiUrl":"Por favor, a\xF1ada URLs espec\xEDficas con rutas, <1>m\xE1s descripci\xF3n",enabledExtension:"Habilitar extensiones",clickToDisableExtension:"Haga clic para desactivar las extensiones",clickToEnableExtension:"Haga clic para activar las extensiones",hasBeenDisabled:"desactivado","show password":"Mostrar contrase\xF1a",customContent:"Introduzca un nombre de modelo personalizado",inputOptions:"Mejora del cuadro de entrada",mouseHoverOptions:"al pasar el rat\xF3n",modifyMouseHoverKey:"Modificar el acceso directo del rat\xF3n",enableInputTranslation:"Activar o no la mejora del cuadro de entrada",enableInputTranslationDescription:"Una vez activado, escriba {startingKey}{startingKey} hola directamente en el cuadro de entrada, luego pulse r\xE1pidamente{inputTrailingTriggerKeyRepeatTimes}veces{trailingKey}para traducir a {inputTargetLanguage}",enableInputTranslationDescriptionForNoneKey:"Una vez activado, escriba\uFF1AHello World directamente en el cuadro de entrada y, a continuaci\xF3n, pulse r\xE1pidamente{inputTrailingTriggerKeyRepeatTimes}{trailingKey}veces para traducir al idioma de destino predeterminado.",inputTargetLanguage:"Establecer el idioma de destino por defecto para los cuadros de entrada",inputTargetLanguageDescription:"Idioma de destino por defecto para la traducci\xF3n del cuadro de entrada, es decir, {startingKey}{startingKey} como idioma por defecto para las palabras desencadenantes.",inputTargetLanguageDescriptionForNoneKey:"Idioma de destino predeterminado para la traducci\xF3n del cuadro de entrada",inputStartingTriggerKeyTitle:"Configuraci\xF3n del car\xE1cter de divisi\xF3n para la traducci\xF3n parcial del cuadro de entrada",inputStartingTriggerKeyDescription:"Cuando no necesite traducir todo el cuadro de entrada, el divisor le permite traducir s\xF3lo la parte desde {startingKey}{startingKey} hasta el final del cuadro de entrada, o puede especificar el c\xF3digo de idioma, por ejemplo\uFF1A{startingKey}ja significa traducir s\xF3lo la parte desde {startingKey}ja hasta el final del cuadro de entrada.",inputStartingTriggerKeyDescriptionForNoneKey:"La configuraci\xF3n actual de sin prefijo no es necesaria, y la funci\xF3n de traducci\xF3n de algunos textos en el cuadro de entrada no est\xE1 disponible por el momento.",inputTrailingTriggerKeyTitle:"Seleccione un car\xE1cter de activaci\xF3n de fin de entrada",inputTrailingTriggerKeyDescription:"\xA13 golpes r\xE1pidos{trailingKey} comenzar\xE1 a traducir!",inputTrailingTriggerKeyTimeout:"Introduce el tiempo entre disparos de fin de combate",inputTrailingTriggerKeyTimeoutDescription:"Establece el tiempo (en milisegundos) entre disparos de combo de fin de entrada.",spaceKey:"<\u7A7A\u683C\u952E>",noneKey:"Traducci\xF3n directa de todo el cuadro de texto sin prefijos",inputTranslationBlockUrlsTitle:"No active la mejora del cuadro de entrada en las siguientes URL",inputTranslationBlockUrlsDescription:"Las mejoras del cuadro de entrada no funcionar\xE1n en las siguientes URL",clickToSeeQuickDemo:"Haga clic para ampliar el v\xEDdeo tutorial r\xE1pido de 30 segundos",inputHelperInfo:"Descripci\xF3n\uFF1AHemos optimizado el hecho de que algunos caracteres desencadenantes se convertir\xE1n en signos de puntuaci\xF3n chinos bajo m\xE9todos de entrada chinos, por ejemplo, / se convertir\xE1 en un signo dun , bajo el m\xE9todo de entrada Sogou, e Immersive Translator soporta todos los s\xEDmbolos chinos correspondientes a los caracteres desencadenantes, es decir, //,,, ser\xE1n reconocidos como caracteres desencadenantes.

Tambi\xE9n soportamos alias Chinos para c\xF3digos de lenguaje como comandos, por ejemplo /Japanese Hello World ser\xE1 traducido al Japon\xE9s, <1>haga clic aqu\xED para ver todos los c\xF3digos de lenguaje soportados.",reloadCurrentPage:"Actualice la p\xE1gina actual antes de iniciar la traducci\xF3n.",noLocalFilePermissionForPDF:"Usted no tiene permiso para leer archivos locales, por favor haga clic en el bot\xF3n de arriba y luego importar archivos locales.",noPermissionForThisPage:"\u26A0\uFE0F No hay permiso para traducir la p\xE1gina actual",retryAllParagraphs:"Reintentar todos los pasajes de error",retryAllButton:"Reintentar todos los pasajes de error",errorTooltipTitle:"Haga clic para ver la causa del error",errorModalTitle:"Parece que algo va mal con el servicio de traducci\xF3n o la red...",disableConfirm:"Entorno biling\xFCe de mejora de la informaci\xF3n",disableOnce:"Esta inhabilitaci\xF3n",disableGlobal:"desactivar permanentemente",disableTint:"* Puede volver a activarlo en {option} .",searchEnhancementNotes:"Tras activar la funci\xF3n de mejora de la informaci\xF3n biling\xFCe con traducci\xF3n inmersiva, buscaremos autom\xE1ticamente las mismas palabras clave en ingl\xE9s en los sitios web compatibles (Google News, Google Search (algunas palabras clave), Snowball, Oriental Wealth, Futura, Tiger) y las mostraremos a la derecha. Si no necesitas esta funci\xF3n, puedes desactivarla.",option:"establecer",saveSettings:"Guardar configuraci\xF3n",closeModal:"Cerrar ventana",enableInputTranslationWithoutTriggerKeyTitle:"Habilite 3 pulsaciones r\xE1pidas en{trailingKey}para traducir directamente todo el cuadro de entrada a{inputTargetLanguage}",enableInputTranslationWithoutTriggerKeyDescription:"Para especificar el idioma de destino, antep\xF3ngale el c\xF3digo del idioma, por ejemplo:\uFF1Aja Hola Mundo",mouseHoverShortcutPlaceholder:"p. ej.\uFF1ATurno",deepLProName:"Miembro de Immersive Translation Pro (Recomendado)",deepLProDescription:"El paquete actual puede utilizarse directamente",deeplProDescriptionForNormal:"No requiere instalaci\xF3n, los miembros pueden utilizarlo despu\xE9s de iniciar sesi\xF3n, <1>haga clic aqu\xED para actualizar a miembro",deepLCustomDescription:"Se requiere tarjeta de cr\xE9dito extranjera, abierta oficialmente en <1>DeepL, haga clic para ver <2>la documentaci\xF3n",deepLCustomName:"Clave de autenticaci\xF3n personalizada",chooseProviderLabel:"Seleccione un proveedor de servicios",openaiProName:"Miembro de Immersive Translation Pro (Recomendado)",openaiProDescription:"El paquete actual puede utilizarse directamente",openaiProDescriptionForNormal:"No requiere instalaci\xF3n, los miembros pueden utilizarlo despu\xE9s de iniciar sesi\xF3n, <1>haga clic aqu\xED para actualizar a miembro",openaiCustomDescription:"Disponible en OpenAI, Azure OpenAI u otros servicios de terceros. <1>Haga clic aqu\xED para consultar la documentaci\xF3n.",openaiCustomName:"Clave API personalizada",needLoginAction:"(Afiliaci\xF3n abierta o personalizaci\xF3n)",goLoginOrAction:"(Abra una cuenta o vaya a la configuraci\xF3n)",yearly:"efectuar un pago anual consecutivo",quarterly:"embalaje secuencial",monthly:"suscripci\xF3n mensual",yearlyForOnce:"Paquete anual \xFAnico",monthlyForOnce:"Paquete mensual \xFAnico",daily:"d\xEDas consecutivos de paquetes",year:"efectuar un pago anual consecutivo",quarter:"embalaje secuencial",month:"suscripci\xF3n mensual",day:"d\xEDas consecutivos de paquetes",onetime_7day:"Pack Experiencia 7 d\xEDas",currentPlanDescriptionForFree:"Paquetes actuales\uFF1AGratis",currentPlanDescriptionForContinuous:"El paquete actual\uFF1A{plan}se renovar\xE1 autom\xE1ticamente en {endAt} .",currentPlanDescriptionForAutoRenewCaceling:"El paquete actual\uFF1A{plan}expirar\xE1 en {endAt} y no se renovar\xE1 autom\xE1ticamente a su vencimiento.",currentYearlyPlanDescriptionForAutoRenewCacelingWithRealPaiedUser:"El paquete actual,\uFF1A{plan}, caducar\xE1 en {endAt} y no se renovar\xE1 autom\xE1ticamente a su vencimiento.
<1>Haga clic aqu\xED para gestionar su plan de renovaci\xF3n",currentYearlyPlanDescriptionForAutoRenewCacelingWithAdmin:"El paquete actual,\uFF1A{plan}, caducar\xE1 en {endAt} y no se renovar\xE1 autom\xE1ticamente a su vencimiento.
<1>Haga clic aqu\xED para activar la suscripci\xF3n anual continua",currentPlanDescriptionForOneTime:"La suscripci\xF3n actual\uFF1A{plan}expirar\xE1 en {endAt} , <1>haga clic aqu\xED para cambiar a una suscripci\xF3n <1>anual o <2>mensual.",upgradePlan:"Haga clic aqu\xED para pasar a Pro",upgradeToPro:"Actualizar a miembro Pro","popup.openPro":"Actualice su suscripci\xF3n a Pro para disfrutar de DeepL y de la traducci\xF3n OpenAI, \xA1haga clic aqu\xED para actualizar!","popup.openProForPro":"Eres un miembro Pro con acceso directo a DeepL y a las traducciones de OpenAI.",currentAccount:"cuenta corriente",enableAutoSyncUserSettings:"Sincronizaci\xF3n autom\xE1tica en la nube de varios dispositivos",modalEnableInputTranslationTitle:"Traducci\xF3n inmersiva Cuadro de entrada Alertas de traducci\xF3n",modalEnableInputTranslationDesc:"Acaba de activar la traducci\xF3n del cuadro de entrada de Immersive Translation pulsando la barra espaciadora 3 veces en r\xE1pida sucesi\xF3n, y el contenido del cuadro de entrada se traducir\xE1 al idioma de destino predeterminado. La traducci\xF3n puede deshacerse con Ctrl+Z.

Si ha sido un error, no se preocupe, puede elegir desactivarla esta vez, o desactivar permanentemente la traducci\xF3n del cuadro de entrada.",saveAndNotShowAgain:"Guardar y dejar de preguntar",disableInputTranslationTips:"* Tambi\xE9n puedes configurar otros atajos para que se activen en {option} ,{learnMore}.",learnMore:"M\xE1s informaci\xF3n",continueEnalbeInputTranslation:"Seguir activando la traducci\xF3n del cuadro de entrada",autoRenewTrialSuffix:'(En la versi\xF3n de prueba,pas\xF3 inmediatamente a ser miembro de pleno derecho)',upgradeFromTrialTitle:"Pasar a Miembro de pleno derecho",subtitle:"subtitulado de v\xEDdeo",youtubeService:"Traducci\xF3n por inmersi\xF3n Servicios de traducci\xF3n de subt\xEDtulos de v\xEDdeo","subtitle.disabledSubtitle":"Desactivar permanentemente la funci\xF3n de subt\xEDtulos de v\xEDdeo","subtitle.disabledSubtitleDescription":"Si Immersive Translator's Video Subtitles entra en conflicto con otras extensiones, puedes optar por desactivar permanentemente la funcionalidad de Immersive Translator's Video Subtitles o desinstalar otras extensiones conflictivas.","subtitle.autoEnableSubtitle":"Uso autom\xE1tico de subt\xEDtulos biling\xFCes","subtitle.autoEnableSubtitleDescription":"Una vez activado, se mostrar\xE1n autom\xE1ticamente subt\xEDtulos biling\xFCes cuando se reproduzca el video, de lo contrario, necesitar\xE1 hacer clic en el bot\xF3n de traducci\xF3n para que se muestren.","subtitle.preTranslation":"Traducir subt\xEDtulos mediante traducci\xF3n inmersiva","subtitle.preTranslationDescription":"Cuando est\xE1 activada, se pretraducir\xE1 todo el subt\xEDtulo utilizando el servicio de traducci\xF3n especificado m\xE1s abajo, y un v\xEDdeo de 1 hora consumir\xE1 unos 50.000 tokens o caracteres, as\xED que util\xEDzalos seg\xFAn tu criterio; cuando est\xE1 desactivada, se utilizar\xE1n primero los subt\xEDtulos originales.","subtitle.humanSubtitlesPreferred":"Uso prioritario del subtitulado humano","subtitle.humanSubtitlesPreferredDescription":"Priorizar el uso de subt\xEDtulos humanos cuando el v\xEDdeo disponga de subt\xEDtulos humanos en la lengua de llegada (recomendado)",videoSubtitleTranslationDescription:"Asignar un servicio de traducci\xF3n independiente para los subt\xEDtulos de v\xEDdeo",subtitleTranslating:"Por favor, espere mientras se traducen los subt\xEDtulos mediante el servicio {service} ... (traducci\xF3n por inmersi\xF3n)",subtitleLoading:"Cargando subt\xEDtulos...",bilingual:"biling\xFCismo","field.action":"Activar o no la terminolog\xEDa Baidu","description.action":"Cuando est\xE9 activado, se a\xF1adir\xE1 un par\xE1metro action=1 a la solicitud para informar a Baidu del t\xE9rmino activado; <1>consulte la documentaci\xF3n oficial para obtener m\xE1s informaci\xF3n.",closeQuickTranslation:"Cerrar Hoverball","closeQuickTranslation.untilNext":"Esta vez cerrado hasta la pr\xF3xima visita","closeQuickTranslation.currentWebsite":"Sitio actual desactivado","closeQuickTranslation.alwaysClose":"desactivar permanentemente","closeQuickTranslation.settingOpen":"(puede activarse en la <1>p\xE1gina de configuraci\xF3n )","closeQuickTranslation.cancel":"anulaciones","closeQuickTranslation.confirm":"defina","floatBall.popup":"Abrir el panel de ajustes r\xE1pidos","floatBall.translate":"Haga clic para traducir la p\xE1gina","floatBall.showOriginal":"Haga clic para volver al art\xEDculo original","floatBall.close":"Cerrar Hoverball","floatBallOptions.enableDescPc":"Despu\xE9s de activar el hoverball de la p\xE1gina, aparecer\xE1 un bot\xF3n de traducci\xF3n r\xE1pida en la parte derecha de la p\xE1gina, \xA1haz clic en \xE9l para traducir!","floatBallOptions.enableDesc":"Despu\xE9s de apagar el hoverball, puedes recuperarlo con{touch}. Se recomienda encarecidamente marcar esta p\xE1gina de configuraci\xF3n para evitar no poder encontrar el hoverball despu\xE9s de desactivar esta opci\xF3n por error.","description.azureApiUrl":"Introduzca la direcci\xF3n de la interfaz API personalizada",confirmSupportMouse:"Forzar la activaci\xF3n del soporte de rat\xF3n",confirmSupportMouseDescription:"Detectado que el navegador actual no soporta la funci\xF3n de rat\xF3n, \xBFse fuerza a habilitar el soporte de rat\xF3n?",sampleTargetText:"Llegar\xE1 la larga noche, y velar\xE9 desde hoy hasta que muera. No tomar\xE9 esposa, no har\xE9 feudo, no tendr\xE9 hijos. No llevar\xE9 corona, no luchar\xE9 por el honor. Cumplir\xE9 con mi deber, vivir\xE9 y morir\xE9.",sampleSourceText:"Night gathers, and now my watch begins. It shall not end until my death. I shall take no wife, hold no lands, father no children. I shall wear no crowns and win no glory. I shall live and die at my post.","subtitle.supportedSites":"\u5DF2\u652F\u6301\u5728\u8FD9\u4E9B\u7F51\u7AD9\u4F7F\u7528\u53CC\u8BED\u5B57\u5E55\uFF08\u6CE8\u610F\uFF1A\u7531\u4E8E\u6280\u672F\u9650\u5236\uFF0C\u90E8\u5206\u7F51\u7AD9\u5728\u9996\u6B21\u5F00\u542F\u5B57\u5E55\u540E\u9700\u8981\u91CD\u65B0\u5237\u65B0\u9875\u9762\uFF0C\u6216\u8005\u9700\u7B49\u5F85\u7FFB\u8BD1\u5B8C\u6210\u4EE5\u663E\u793A\u53CC\u8BED\u5B57\u5E55\uFF09\uFF1A",viewWithImmersiveTranslate:"\u53CC\u8BED\u7248\u672C(\u6C89\u6D78\u5F0F\u7FFB\u8BD1)",errorReason:"\u9519\u8BEF\u539F\u56E0\uFF1A{message}","proQuotaExceededError.onetime7day":'\uFF0C\u60A8\u53EF\u4EE5\u9009\u62E9\u4EE5\u4E0B\u65B9\u5F0F\u89E3\u51B3\uFF1A

1. \u5207\u6362\u5230 {anotherService} \u6216\u5176\u4ED6\u7FFB\u8BD1\u670D\u52A1
2. \u5347\u7EA7\u4E3A\u6708\u5EA6/\u5E74\u5EA6\u4F1A\u5458',"proQuotaExceededError.trial":'\uFF0C\u60A8\u53EF\u4EE5\u9009\u62E9\u4EE5\u4E0B\u65B9\u5F0F\u89E3\u51B3\uFF1A

1. \u5207\u6362\u5230 {anotherService} \u6216\u5176\u4ED6\u7FFB\u8BD1\u670D\u52A1
2. \u7ACB\u523B\u5347\u7EA7\u4E3A\u6B63\u5F0F\u4F1A\u5458',"proQuotaExceededError.nonTrial":'\uFF0C\u60A8\u53EF\u4EE5\u9009\u62E9\u4EE5\u4E0B\u65B9\u5F0F\u89E3\u51B3\uFF1A

1. \u5207\u6362\u5230 {anotherService} \u6216\u5176\u4ED6\u7FFB\u8BD1\u670D\u52A1
2. \u8D2D\u4E70 {translationService} \u989D\u5916\u6D41\u91CF\u5305',"proQuotaExceededError.resetTime":"
3. \u989D\u5EA6\u91CD\u7F6E\u65F6\u95F4\uFF1A{resetTime}","desc.touchShortcutsToggleTranslatePageOnlyTranslation":"Solo se muestra la traducci\xF3n se refiere a que solo se mostrar\xE1 la traducci\xF3n, si la p\xE1gina web a\xFAn no se ha traducido, cambiar\xE1 el modo y traducir\xE1.","desc.toggleOnlyTransation":"El modo de solo traducci\xF3n se refiere a mostrar solo el texto traducido, si la p\xE1gina web a\xFAn no se ha traducido, cambiar\xE1 el modo y traducir\xE1.",touchShortcutsToggleTranslatePageOnlyTranslation:"Configurar gestos de pantalla t\xE1ctil para cambiar entre modo biling\xFCe/solo texto traducido",download_started:"La descarga ya ha comenzado, si no se descarga autom\xE1ticamente, haga clic manualmente.",here:"aqu\xED","desc.toggleVideoSubtitlePreTranslation":"Al presionar, los subt\xEDtulos biling\xFCes del video usar\xE1n preferentemente la configuraci\xF3n de traducci\xF3n inmersiva, al presionar nuevamente, se dar\xE1 prioridad a los subt\xEDtulos de traducci\xF3n autom\xE1tica incluidos en el video original. Nota: este atajo modifica la configuraci\xF3n global.",videoSubtitlePreTranslationOn:"Los subt\xEDtulos del video tendr\xE1n prioridad para usar la traducci\xF3n inmersiva.",videoSubtitlePreTranslationOff:"Los subt\xEDtulos del video dar\xE1n prioridad a los subt\xEDtulos de traducci\xF3n autom\xE1tica incluidos en el video original.",translationFont:"Establecer fuente","translationFont.custom":"Ingrese fuente personalizada","translationFont.customPlaceholder":"fuente","translationFont.notSupportErrorMessage":"Por favor, verifique si el nombre de la fuente que ingres\xF3 es correcto, o confirme si esta fuente ya est\xE1 instalada en su dispositivo.","touch.mouse-translate":"Traducir el p\xE1rrafo especificado.","translationServices.inherit":"Siga el servicio de traducci\xF3n principal","error.serveConfigError":"Error de configuraci\xF3n del servicio","error.reloadPageOfSetting":"Despu\xE9s de configurar, por favor refresca la p\xE1gina para traducir de nuevo.","error.googleLimitIp":"El servicio devuelve un error, el servicio de Google ha limitado la direcci\xF3n IP, se recomienda que cambie el nodo de red.","error.openAIFreeLimit":"El servicio devuelve un error, la frecuencia actual de solicitudes de traducci\xF3n ha alcanzado el l\xEDmite m\xE1ximo de 3 veces por minuto, por favor intente de nuevo m\xE1s tarde. (Esta es una restricci\xF3n de OpenAI oficial para la API Key gratuita, para eliminar esta restricci\xF3n, por favor vincule una tarjeta de cr\xE9dito en el backend de OpenAI.)","error.openAIExceededQuota":"El servicio devuelve un error: el saldo de tu cuenta de OpenAI es insuficiente, por favor recarga o vincula una tarjeta de cr\xE9dito en el panel de control oficial de OpenAI.","error.429":"El servicio devuelve un error, lo que indica que la solicitud es demasiado frecuente o excede el l\xEDmite de cuota, por favor intente de nuevo m\xE1s tarde.","error.403":"El servicio devuelve un error, no tiene permiso temporal para acceder a este servicio.","error.400":"El servicio devuelve un error, el par\xE1metro de solicitud es incorrecto, por favor verifica la configuraci\xF3n correspondiente.","error.502":"El servicio devuelve un error, el servicio se ha agotado, por favor intente de nuevo m\xE1s tarde.","error.proTokenInvalid":"Si usted es un usuario Pro, por favor inicie sesi\xF3n para usar el servicio de traducci\xF3n Pro.","error.proUpgrade":"Despu\xE9s de la actualizaci\xF3n, por favor refresca la p\xE1gina y traduce de nuevo.","error.configError":"Los datos de configuraci\xF3n son anormales.","error.goReset":"Ir a restablecer",batchEdit:"Operaci\xF3n en masa","translationModeLang.translation.title":"Solo modo de traducci\xF3n de idioma","translationModeLang.translation.description":"Cuando el idioma de la p\xE1gina es uno de los siguientes, se utilizar\xE1 autom\xE1ticamente solo el modo de traducci\xF3n.","translationModeUrl.translation.title":"Solo el modo de direcci\xF3n web de traducci\xF3n","translationModeUrl.translation.description":"Cuando el sitio web tiene los siguientes dominios, se utilizar\xE1 autom\xE1ticamente el modo de solo traducci\xF3n.","error.serveUnavailable":"El servicio [{serverName}] que est\xE1 utilizando actualmente no est\xE1 disponible temporalmente debido a problemas con la conexi\xF3n a la red o el proveedor del servicio. Le sugerimos que intente actualizar la p\xE1gina o cambiar a otro servicio de traducci\xF3n a trav\xE9s de <1>Configuraci\xF3n. Si usted es un miembro <2>Pro, puede optar por utilizar los servicios de traducci\xF3n m\xE1s estables de DeepL o OpenAI (<3>haga clic aqu\xED para probarlo gratis). Adem\xE1s, es posible que necesite revisar su configuraci\xF3n de red o proxy.",detectServiceLoading:"Detectando servicios de traducci\xF3n disponibles...",toggleToService:"Cambie a {service} e intente de nuevo.","error.gemini.429":"El servicio actual de Gemini ha alcanzado su capacidad m\xE1xima, por favor intente m\xE1s tarde o cambie a otro servicio de traducci\xF3n.",enableSentryReport:"Cuando ocurre un error de expansi\xF3n, usa Sentry para enviar comentarios.",notLogin:"No registrado",goLogin:"Iniciar sesi\xF3n",touchShortcutsOff:"Cerrar",shortcutSettings:"Atajo de teclado","tagsInput.add":"+ A\xF1adir",translationOnlyMode:"Solo modo de traducci\xF3n","multipleClick.2":"Haz doble clic",contact:"Cont\xE1ctanos","widget.translateFile":"PDF/ePub","subtitle.hideQuickButton":"Ya no mostrar este atajo","translationServices.gemini":"G\xE9minis","widget.instructionTooltip":"Consultar las instrucciones de uso","subtitle.bilingual":"Subt\xEDtulos biling\xFCes","error.retry":"Reintentar","multipleClick.4":"Cu\xE1druple golpe",buildSnapshots:"Generar captura de p\xE1gina web","error.subscriptionExpiredTitle":"La membres\xEDa ha expirado","slide.left":"Desliza a la derecha","widget.videoSubtitle":"subt\xEDtulos de video","browser.translateWithDeepL":"Uso temporal de DeepL para traducir la p\xE1gina actual","subtitle.autoDisableSubtitle":"No activar autom\xE1ticamente los subt\xEDtulos biling\xFCes","browser.translateWithBing":"Uso temporal de Microsoft para traducir la p\xE1gina actual","error.reason":"Raz\xF3n del error","browser.translateWithTransmart":"Uso temporal de Tencent para traducir la p\xE1gina actual",pickAll:"Seleccionar todo","browser.translateInputBox":"Traducir el contenido actual del cuadro de entrada.","floatBall.iKnow":"Ya lo s\xE9.",temprarilyChangeTranslationTo_deepl:"Estoy usando DeepL para traducir la p\xE1gina actual.","multipleClick.3":"Triple golpe","intro.hoverTitle":"Pase el mouse para traducir el p\xE1rrafo actual",temprarilyChangeTranslationTo_transmart:"Est\xE1 utilizando Tencent para traducir la p\xE1gina actual.","intro.floatBallTitle":"Bola flotante de traducci\xF3n r\xE1pida",paragraphMinTextCountField:"El n\xFAmero m\xEDnimo de caracteres necesarios para traducir un p\xE1rrafo","shortcutGroup.touch":"Gestos espec\xEDficos para pantallas t\xE1ctiles",temprarilyChangeTranslationTo_gemini:"Estoy usando Gemini para traducir la p\xE1gina actual.",temprarilyChangeTranslationTo_bing:"Est\xE1 utilizando Microsoft para traducir la p\xE1gina actual.","shortcutGroup.main":"Atajos de teclado de funciones comunes",mouseHoverCustomKeyTitle:"Personalizar el atajo de teclado para el rat\xF3n en suspensi\xF3n","shortcutGroup.shortcutsForTranslationServices":"Atajos de teclado relacionados con el servicio de traducci\xF3n",touchShortcutsToggleTranslateTouchElement:"Configurar gestos t\xE1ctiles para traducir p\xE1rrafos espec\xEDficos",notLoginPro:"Todav\xEDa no has iniciado sesi\xF3n en tu cuenta de miembro.","intro.subtitleTitle":"Visualizaci\xF3n de subt\xEDtulos biling\xFCes en videos en l\xEDnea","subtitle.showQuickButton":"En el reproductor se muestra el atajo de subt\xEDtulos biling\xFCes",temprarilyChangeTranslationTo_google:"Est\xE1 utilizando Google Traductor para traducir la p\xE1gina actual.",upgradeToProErrorTitle:"Por favor, actualice a miembro Pro para utilizar este servicio de traducci\xF3n.","widget.instruction":"Instrucciones de uso","slide.right":"Desliza a la izquierda","browser.translateWithOpenAI":"Uso temporal de OpenAI para traducir la p\xE1gina actual","shortcutGroup.others":"M\xE1s atajos de teclado personalizados","browser.toggleMouseHoverTranslateDirectly":"Habilitar o deshabilitar temporalmente la traducci\xF3n directa al pasar el mouse en la p\xE1gina",alwaysTranslateThisSite:"Siempre traduce este sitio web",neverTranslateThisSite:"Nunca traduzca este sitio web","shortcutGroup.mouse":"Configuraci\xF3n de atajos de teclado para el rat\xF3n en suspensi\xF3n","widget.translateFileTooltip":"Traducir documentos PDF, EPUB, SRT, ASS, HTML y TXT","browser.translateWithGemini":"Usa temporalmente Gemini para traducir la p\xE1gina actual","browser.toggleVideoSubtitlePreTranslation":"Cambie a subt\xEDtulos biling\xFCes y priorice la configuraci\xF3n de traducci\xF3n inmersiva.",networkError:"El servicio de traducci\xF3n o la red tienen problemas.",loggedIn:"Conectado","widget.videoSubtitleTooltip":"Apoya Youtube y otros {count}+ sitios web de videos",touchShortcutsToggleTranslationMask:"Configurar gestos t\xE1ctiles para mostrar la m\xE1scara de traducci\xF3n / mostrar el texto original","floatBall.guideClickToTranslate":"Haz clic en la bola flotante de traducci\xF3n inmersiva para traducir r\xE1pidamente","desc.touchShortcutsToggleTranslateTouchElement":"Personalice un gesto y podr\xE1 traducir cualquier p\xE1rrafo en el que se encuentre.","floatBall.longPress":"Mant\xE9n presionado para abrir r\xE1pidamente el panel de configuraci\xF3n.","error.subscriptionExpired":"Es posible que su membres\xEDa haya expirado, por favor verifique el estado de su membres\xEDa.",shortcutSettingsTitle:"Configuraci\xF3n de atajos de teclado",temprarilyChangeTranslationTo_openai:"Estoy usando OpenAI para traducir la p\xE1gina actual.","browser.translateWithGoogle":"Uso temporal de Google Traductor para traducir la p\xE1gina actual","desc.interfaceLanguage":"La configuraci\xF3n del idioma de la interfaz afecta el idioma de visualizaci\xF3n del panel de control y no tiene relaci\xF3n con el idioma objetivo de la traducci\xF3n.","description.baiduField":"Las \xE1reas de apoyo se ven <1>aqu\xED, si est\xE1 vac\xEDo significa que no se especifica el \xE1rea.","contact.description":"Si tiene alguna pregunta o sugerencia, no dude en completar el formulario a continuaci\xF3n para contactarnos, o env\xEDe un correo electr\xF3nico a {email}, le responderemos lo antes posible.","neverTranslateText.title":`Por favor, traduce directamente al espa\xF1ol (evita explicar el texto original): Mant\xE9n las siguientes palabras en su idioma original, no las traduzcas.`,confirmResetToDefaultSettings:"\xBFEst\xE1 seguro de que desea restaurar este servicio de traducci\xF3n a la configuraci\xF3n predeterminada? (Solo restablece la configuraci\xF3n del servicio de traducci\xF3n actual)","desc.toggleTranslateTheWholePage":"Traducir toda el \xE1rea de la p\xE1gina, por defecto, traduciremos el \xE1rea principal de la p\xE1gina, puedes usar este atajo para traducir espec\xEDficamente toda el \xE1rea de la p\xE1gina.",shortcutDisableTooltip:"Realice la configuraci\xF3n en la p\xE1gina de administraci\xF3n de atajos de extensi\xF3n proporcionada por el navegador, para m\xE1s orientaci\xF3n consulte las instrucciones en la parte superior de esta p\xE1gina.",touchShortcutsToggleTranslatePage:"Configura gestos t\xE1ctiles para traducir p\xE1ginas web/mostrar el texto original","desc.toggleTranslateTheMainPage":"Solo traduce el \xE1rea principal de la p\xE1gina, cuando has habilitado la traducci\xF3n de todo el \xE1rea de la p\xE1gina en la configuraci\xF3n avanzada, puedes usar este atajo para traducir espec\xEDficamente el \xE1rea principal de la p\xE1gina.","desc.touchShortcutsToggleTranslatePage":"Una vez configurado, al mover el dispositivo m\xF3vil, se puede tocar la pantalla con X dedos, deslizar hacia la izquierda o hacia la derecha o hacer clic continuamente para activar la traducci\xF3n de la p\xE1gina web/mostrar el texto original.",paragraphMinTextCountDesc:"Tenga en cuenta, aqu\xED se refiere a la longitud del car\xE1cter, por ejemplo: hola es 5 caracteres, establecer un valor m\xE1s grande puede reducir la traducci\xF3n de p\xE1rrafos peque\xF1os innecesarios.","desc.mouseHoverHoldKey":"Cuando el mouse se coloca sobre un p\xE1rrafo, al presionar la tecla de acceso r\xE1pido en el lado derecho, se puede traducir directamente ese p\xE1rrafo.",mouseHoverCustomKeyDescription:"Puedes personalizar una combinaci\xF3n de teclas de acceso r\xE1pido para cuando el mouse se posicione encima, como: Alt+Z, Ctrl+E, Cmd+Alt+E o directamente Cmd, por favor ingresa manualmente.","intro.floatBallDescription":"Una vez activado, se mostrar\xE1 un bot\xF3n de traducci\xF3n r\xE1pida en el lado derecho de la p\xE1gina, haga clic para traducir, haga clic nuevamente para volver al texto original. En dispositivos m\xF3viles, mantenga presionada la bola flotante para abrir el panel de configuraci\xF3n r\xE1pida.","desc.touchShortcutsToggleTranslationMask":"La m\xE1scara de traducci\xF3n se refiere al efecto borroso en el estilo de la traducci\xF3n (modo de aprendizaje), que se activa temporalmente para usar el efecto borroso en la traducci\xF3n, lo que facilita el aprendizaje.",translationOnlyModeDescription:"El modo de solo traducci\xF3n se refiere a mostrar solo el texto traducido, en lugar del modo biling\xFCe predeterminado. Nota: debido a limitaciones t\xE9cnicas, los hiperv\xEDnculos del texto original se desactivar\xE1n en el modo de solo traducci\xF3n.","neverTranslateText.description":"Debido a que algunos motores de traducci\xF3n no reconocen adecuadamente los nombres propios, puedes agregar palabras aqu\xED para asegurarte de que no se conviertan durante el proceso de traducci\xF3n. Ten en cuenta que esta funci\xF3n distingue entre may\xFAsculas y min\xFAsculas, y solo admite idiomas con palabras separadas por espacios (como ingl\xE9s, franc\xE9s), no es aplicable a idiomas como japon\xE9s, coreano, etc.","desc.toggleMouseHoverTranslateDirectly":"Despu\xE9s de presionar esta tecla de acceso r\xE1pido, en la p\xE1gina, siempre que el mouse apunte a cualquier texto, se traducir\xE1 autom\xE1ticamente ese texto. Presione la tecla de acceso r\xE1pido nuevamente para desactivar esta funci\xF3n de traducci\xF3n autom\xE1tica.","intro.subtitleDescription":"Despu\xE9s de activar esta funci\xF3n, los subt\xEDtulos biling\xFCes se mostrar\xE1n autom\xE1ticamente durante la reproducci\xF3n del video. Si no est\xE1 habilitado, deber\xE1 hacer clic manualmente en el bot\xF3n de traducci\xF3n en la p\xE1gina para mostrar los subt\xEDtulos. Tenga en cuenta que, debido a las limitaciones t\xE9cnicas, algunos sitios web pueden necesitar refrescar la p\xE1gina o esperar a que se complete la traducci\xF3n para mostrar los subt\xEDtulos biling\xFCes. (Adem\xE1s, tambi\xE9n puede habilitar/deshabilitar el panel de acceso r\xE1pido de traducci\xF3n inmersiva en la esquina superior derecha despu\xE9s de abrir el sitio web de video).

Actualmente se admite el uso de subt\xEDtulos biling\xFCes en estos sitios web:","intro.hoverDescription":"La traducci\xF3n al pasar el rat\xF3n es una funci\xF3n muy importante en la traducci\xF3n inmersiva, solo necesitas colocar el rat\xF3n sobre el p\xE1rrafo y presionar la tecla de acceso r\xE1pido establecida para traducir autom\xE1ticamente el p\xE1rrafo actual (nota: no est\xE1 habilitado por defecto, config\xFAralo a continuaci\xF3n). Esta interacci\xF3n se utiliza para reemplazar mejor la traducci\xF3n de palabras seleccionadas. Adem\xE1s, esta funci\xF3n se utiliza ampliamente en \xE1reas de traducci\xF3n que no se pueden reconocer, puedes utilizar esta funci\xF3n para forzar la traducci\xF3n de cualquier p\xE1rrafo.","subtitle.showQuickButtonDescription":"Proporciona un atajo para activar los subt\xEDtulos biling\xFCes en la esquina inferior derecha del reproductor de video.",geminiWarning:"Atenci\xF3n: El servicio gratuito de Gemini proporcionado por Google tiene restricciones estrictas, Google puede determinar que el usuario est\xE1 utilizando m\xFAltiples Keys para eludir sus l\xEDmites de cuota gratuita, no se recomienda su uso, se sugiere esperar hasta que Google abra la interfaz de pago de Gemini en el futuro para su uso.","floatBall.setting":"Configuraci\xF3n","floatBall.file":"Traducir PDF, EPUB, SRT, ASS, HTML, archivos TXT","floatBall.translateToLanguage":"Haga clic para traducir a {language}",changeToOnlyTempTranslationMode:"Mostrar s\xF3lo traducciones",changeToDualTempTranslationMode:"Cambiar a traducci\xF3n biling\xFCe","options.navbar.translateFile":"Traducir documento","transitionMode.translation":"Solo texto traducido.","options.navbar.installApp":"Instalar la aplicaci\xF3n m\xF3vil","transitionMode.dual":"Contraste biling\xFCe","subtitle.transitionModeDescription":"Establecer subt\xEDtulos de video en modo de comparaci\xF3n biling\xFCe o solo en modo de traducci\xF3n","subtitle.transitionMode":"Subt\xEDtulos de video biling\xFCes / Configuraci\xF3n solo de texto traducido","transitionMode.inherit":"Mant\xE9ngase consistente con el modo de visualizaci\xF3n de traducci\xF3n predeterminado del sistema.",translateFileTooltip:`Traducir PDF, ePub, srt, ass, HTML, archivos TXT`,"description.multiplePrompt":`Cuando el n\xFAmero de p\xE1rrafos es mayor a 1, se env\xEDa la conversaci\xF3n a {service} como usuario, donde {{from}} indica el idioma del p\xE1rrafo, {{to}} indica el idioma objetivo, {{yaml}} es el contenido del p\xE1rrafo que hemos envuelto en formato yaml, si tienes la necesidad de personalizar Prompt, necesitas asegurarte de que cada elemento en el resultado YAML de la respuesta de AI contenga el campo {env.imt_trans_field}, {{imt_trans_field}} es el nombre del campo de la traducci\xF3n que esperamos de la respuesta de AI, por defecto es {env.imt_trans_field}, {{imt_source_field}} es el nombre del campo del texto original que pasamos a AI, por defecto es {env.imt_source_field}, ejemplo de resultado: @@ -5056,7 +5056,7 @@ ass, HTML, archivos TXT`,"description.multiplePrompt":`Cuando el n\xFAmero de p\ {env.imt_sub_trans_field}: Traducci\xF3n - id: 2 {env.imt_sub_source_field}: Fuente - {env.imt_sub_trans_field}: Traducci\xF3n`,"subtitle.quickButton.cyan":"Azul","subtitle.quickButton.backgroundColor":"color de fondo","subtitle.quickButton.blue":"azul","subtitle.quickButton.translationTextColor":"Color de fuente de traducci\xF3n","subtitle.quickButton.translationPosition":"Posici\xF3n de traducci\xF3n","subtitle.quickButton.translationFontSize":"Tama\xF1o de fuente de traducci\xF3n","subtitle.quickButton.translationPositionBottom":"Debajo del texto original","subtitle.quickButton.sourceFontSize":"Tama\xF1o original de la fuente","subtitle.quickButton.green":"Verde","subtitle.quickButton.white":"blanco","subtitle.quickButton.red":"Rojo","subtitle.quickButton.magenta":"Magenta","translationServices.claude":"Claude","subtitle.quickButton.setting":"Configuraci\xF3n","subtitle.quickButton.yellow":"amarillo","subtitle.quickButton.backgroundOpacity":"Opacidad de fondo","subtitle.quickButton.black":"negro","subtitle.quickButton.sourceTextColor":"Color original de la fuente","subtitle.quickButton.translationPositionTop":"En la parte superior del texto original",attachSubtitleTranslating:"Usando {service} para traducir...","error.claude.403":"No tiene permiso para acceder al servicio, puede estar relacionado con las restricciones de \xE1rea de Claude, puede intentar cambiar su direcci\xF3n IP o usar otros servicios de traducci\xF3n.","browser.brandDescriptionForSafari":"\u3010Traducci\xF3n inmersiva\u3011Un complemento de traducci\xF3n de p\xE1ginas web biling\xFCe (original/traducci\xF3n) gratuito que tambi\xE9n soporta la traducci\xF3n de PDF y libros electr\xF3nicos EPUB manteniendo el formato original del documento, la traducci\xF3n de subt\xEDtulos biling\xFCes de videos en l\xEDnea como Youtube/Netflix, y soporta servicios de traducci\xF3n principales como Deepl/Google;","browser.PdfProFile":"AI impulsado por PDF Pro traducci\xF3n","browser.textTranslate":"Traducci\xF3n de texto"};var Ps={nologin:"\u0648\u0627\u0631\u062F \u0646\u0634\u062F\u0647 \u0627\u06CC\u062F",loginForSafari:"\u0648\u0627\u0631\u062F \u0634\u0648\u06CC\u062F \u06CC\u0627 \u062B\u0628\u062A \u0646\u0627\u0645 \u06A9\u0646\u06CC\u062F",login:"\u767B\u5F55",manageAccount:"\u0645\u062F\u06CC\u0631\u06CC\u062A \u062D\u0633\u0627\u0628",openPremium:"\u0639\u0636\u0648\u06CC\u062A",logout:"\u062A\u0631\u06A9 \u06A9\u0631\u062F\u0646",curentPlan:"\u0628\u0633\u062A\u0647 \u0641\u0639\u0644\u06CC",endAt:"\u0628\u0644\u0648\u063A",endAuto:"\u062A\u0645\u062F\u06CC\u062F \u062E\u0648\u062F\u06A9\u0627\u0631",lineBreakMaxTextCount:"\u062D\u062F\u0627\u06A9\u062B\u0631 \u062A\u0639\u062F\u0627\u062F \u06A9\u0627\u0631\u0627\u06A9\u062A\u0631\u0647\u0627\u06CC \u0645\u062C\u0627\u0632 \u062F\u0631 \u0647\u0631 \u062C\u0645\u0644\u0647 \u067E\u0633 \u0627\u0632 \u0634\u06A9\u0633\u062A \u062E\u0637","translate-pdf":"\u0628\u0631\u0627\u06CC \u062A\u0631\u062C\u0645\u0647 PDF \u06A9\u0644\u06CC\u06A9 \u06A9\u0646\u06CC\u062F","noSupportTranslate-pdf":"\u0627\u0633\u06A9\u0631\u06CC\u067E\u062A \u067E\u0634\u062A\u06CC\u0628\u0627\u0646\u06CC \u0646\u0645\u06CC \u0634\u0648\u062F\u060C \u0644\u0637\u0641\u0627 \u0627\u0632 \u0627\u0641\u0632\u0648\u0646\u0647 \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u06A9\u0646\u06CC\u062F","translate-firefox-local-pdf":"\u0628\u0631\u0627\u06CC \u0628\u0627\u0631\u06AF\u06CC\u0631\u06CC PDF \u06A9\u0644\u06CC\u06A9 \u06A9\u0646\u06CC\u062F",enableLineBreak:"\u0641\u0639\u0627\u0644 \u06A9\u0631\u062F\u0646 \u0634\u06A9\u0633\u062A \u062E\u0637 \u062E\u0648\u062F\u06A9\u0627\u0631 \u0628\u0646\u062F \u0628\u0644\u0646\u062F",sponsorLabel:"\u062D\u0627\u0645\u06CC\u0627\u0646 \u062A\u0648\u0633\u0639\u0647\u200C\u062F\u0647\u0646\u062F\u06AF\u0627\u0646 \u0628\u0627 \u0634\u0631\u0648\u0639 \u0627\u0632 1 \u062F\u0644\u0627\u0631",help:"\u06A9\u0645\u06A9",browserShortcutsNoteForFirefox:"\u0628\u0631\u0627\u06CC \u062A\u063A\u06CC\u06CC\u0631 \u06A9\u0644\u06CC\u062F\u0647\u0627\u06CC \u0645\u06CC\u0627\u0646\u0628\u0631 \u062F\u0631 \u0645\u0631\u0648\u0631\u06AF\u0631 \u0641\u0627\u06CC\u0631\u0641\u0627\u06A9\u0633\u060C \u0628\u0627\u06CC\u062F \u0628\u0631\u06AF\u0647 \u0645\u062F\u06CC\u0631\u06CC\u062A \u0627\u0641\u0632\u0648\u0646\u0647\u200C\u0647\u0627 (about:addons) \u0631\u0627 \u0628\u0627\u0632 \u06A9\u0646\u06CC\u062F\u060C \u0633\u067E\u0633 \u0631\u0648\u06CC \xAB\u062A\u0646\u0638\u06CC\u0645\u0627\u062A\xBB \u06A9\u0644\u06CC\u06A9 \u06A9\u0646\u06CC\u062F \u0648 \u0633\u067E\u0633 \u0628\u0631\u0627\u06CC \u062A\u0646\u0638\u06CC\u0645 \u0631\u0648\u06CC \xAB\u0645\u062F\u06CC\u0631\u06CC\u062A \u06A9\u0644\u06CC\u062F\u0647\u0627\u06CC \u0645\u06CC\u0627\u0646\u0628\u0631\xBB \u06A9\u0644\u06CC\u06A9 \u06A9\u0646\u06CC\u062F",browserShortcutsNoteForChrome:"\u0628\u0631\u0627\u06CC \u0645\u0631\u0648\u0631\u06AF\u0631\u0647\u0627\u06CC Chrome \u0645\u0627\u0646\u0646\u062F\u060C \u0628\u0627\u06CC\u062F \u0628\u0631\u06AF\u0647 \u0645\u062F\u06CC\u0631\u06CC\u062A \u0627\u0641\u0632\u0648\u0646\u0647\u200C\u0647\u0627 \u0631\u0627 \u0628\u0631\u0627\u06CC \u062A\u063A\u06CC\u06CC\u0631 \u06A9\u0644\u06CC\u062F\u0647\u0627\u06CC \u0645\u06CC\u0627\u0646\u0628\u0631 \u0628\u0627\u0632 \u06A9\u0646\u06CC\u062F\u060C \u0622\u0646 \u0631\u0627 \u062F\u0631 \u062F\u0631\u06AF\u0627\u0647 \xAB\u0645\u062F\u06CC\u0631\u06CC\u062A \u06A9\u0644\u06CC\u062F\u0647\u0627\u06CC \u0645\u06CC\u0627\u0646\u0628\u0631\xBB (chrome://extensions/shortcuts) \u062A\u0646\u0638\u06CC\u0645 \u06A9\u0646\u06CC\u062F. \u0631\u0648\u06CC \u062F\u06A9\u0645\u0647 \u0632\u06CC\u0631 \u06A9\u0644\u06CC\u06A9 \u06A9\u0646\u06CC\u062F \u062A\u0627 \u0628\u0647 \u0628\u0631\u06AF\u0647 \u0645\u062F\u06CC\u0631\u06CC\u062A \u06A9\u0644\u06CC\u062F \u0645\u06CC\u0627\u0646\u0628\u0631 \u0628\u0631\u0648\u06CC\u062F.",browserShortcutsSucks:"\u0641\u0631\u0645\u062A \u06A9\u0644\u06CC\u062F \u0645\u06CC\u0627\u0646\u0628\u0631 \u0633\u0641\u0627\u0631\u0634\u06CC (\u0628\u062F\u0648\u0646 \u062A\u0634\u062E\u06CC\u0635 \u062E\u0648\u062F\u06A9\u0627\u0631\u060C \u0644\u0637\u0641\u0627 \u0645\u0633\u062A\u0642\u06CC\u0645\u0627 \u0648\u0627\u0631\u062F \u06A9\u0646\u06CC\u062F)\uFF1A\u0627\u0633\u062A",enableLineBreakDescription:"\u0648\u0642\u062A\u06CC \u0641\u0639\u0627\u0644 \u0628\u0627\u0634\u062F\u060C \u06CC\u06A9 \u0634\u06A9\u0633\u062A \u062E\u0637 \u062F\u0631 \u067E\u0627\u06CC\u0627\u0646 \u0647\u0631 \u062C\u0645\u0644\u0647 \u062F\u0631 \u06CC\u06A9 \u0628\u0646\u062F \u0628\u0644\u0646\u062F \u0628\u0631\u0627\u06CC \u062A\u0633\u0647\u06CC\u0644 \u062E\u0648\u0627\u0646\u062F\u0646 \u0627\u0639\u0645\u0627\u0644 \u0645\u06CC \u0634\u0648\u062F","browser.shortBrandName":"\u062A\u0631\u062C\u0645\u0647 \u0647\u0645\u0647\u062C\u0627\u0646\u0628\u0647","browser.brandName":"\u062A\u0631\u062C\u0645\u0647 \u0647\u0645\u0647\u200C\u062C\u0627\u0646\u0628\u0647","browser.brandDescription":"Web bilingual translation, completely free to use, supports Deepl/Google/Bing/Tencent/Youdao, etc.","browser.toggleTranslatePage":"\u062A\u0631\u062C\u0645\u0647 \u062A\u0627\u0631\u0646\u0645\u0627/\u0646\u0645\u0627\u06CC\u0634 \u0645\u062A\u0646 \u0627\u0635\u0644\u06CC","browser.toggleTranslateTheWholePage":"\u062A\u0631\u062C\u0645\u0647 \u062A\u0645\u0627\u0645 \u0628\u0631\u06AF\u0647/\u0646\u0645\u0627\u06CC\u0634 \u0645\u062A\u0646 \u0627\u0635\u0644\u06CC","browser.toggleOnlyTransation":"\u062A\u063A\u06CC\u06CC\u0631 \u0628\u0647 \u062D\u0627\u0644\u062A \u062F\u0648\u0632\u0628\u0627\u0646\u0647 / \u0641\u0642\u0637 \u0645\u062A\u0646 \u062A\u0631\u062C\u0645\u0647 \u0634\u062F\u0647","browser.toggleTranslateToThePageEndImmediately":"\u0627\u0632 \u0627\u0646\u062A\u0647\u0627\u06CC \u0628\u0631\u06AF\u0647 \u062A\u0631\u062C\u0645\u0647 \u06A9\u0646\u06CC\u062F/\u0646\u0645\u0627\u06CC\u0634 \u0645\u062A\u0646 \u0627\u0635\u0644\u06CC","browser.toggleTranslateTheMainPage":"\u062A\u0631\u062C\u0645\u0647 \u0642\u0633\u0645\u062A\u200C\u0647\u0627\u06CC \u0627\u0635\u0644\u06CC \u0628\u0631\u06AF\u0647/\u0646\u0645\u0627\u06CC\u0634 \u0645\u062A\u0646 \u0627\u0635\u0644\u06CC","browser.shareToDraft":"\u0627\u0634\u062A\u0631\u0627\u06A9\u200C\u06AF\u0630\u0627\u0631\u06CC \u0635\u0641\u062D\u0647 \u062F\u0648\u0632\u0628\u0627\u0646\u0647","browser.openOptionsPage":"\u0628\u0631\u06AF\u0647 \u062A\u0646\u0638\u06CC\u0645\u0627\u062A \u0631\u0627 \u0628\u0627\u0632 \u06A9\u0646\u06CC\u062F","browser.toggleTranslationMask":"\u0646\u0645\u0627\u06CC\u0634/\u067E\u0646\u0647\u0627\u0646 \u06A9\u0631\u062F\u0646 \u062C\u0644\u0648\u0647 \u062A\u0627\u0631\u06CC \u062A\u0631\u062C\u0645\u0647","browser.translateLocalPdfFile":"\u062A\u0631\u062C\u0645\u0647 \u067E\u0631\u0648\u0646\u062F\u0647 PDF \u0645\u062D\u0644\u06CC","browser.openEbookViewer":"\u06A9\u062A\u0627\u0628 \u0647\u0627\u06CC \u0627\u0644\u06A9\u062A\u0631\u0648\u0646\u06CC\u06A9\u06CC \u0645\u062D\u0644\u06CC \u0631\u0627 \u0628\u062E\u0648\u0627\u0646\u06CC\u062F","browser.openEbookBuilder":"\u06A9\u062A\u0627\u0628 \u0647\u0627\u06CC \u0627\u0644\u06A9\u062A\u0631\u0648\u0646\u06CC\u06A9\u06CC \u062F\u0648 \u0632\u0628\u0627\u0646\u0647 EPUB \u0627\u06CC\u062C\u0627\u062F \u06A9\u0646\u06CC\u062F","browser.translateLocalHtmlFile":"\u7FFB\u8BD1\u672C\u5730 HTML \u6587\u4EF6","browser.donateContext":"\u0628\u0627 \u0645\u0632\u0627\u06CC\u0627\u06CC \u062D\u0645\u0627\u06CC\u062A \u0645\u0627\u0644\u06CC \u0622\u0634\u0646\u0627 \u0634\u0648\u06CC\u062F","browser.translateLocalSubtitleFile":"\u0641\u0627\u06CC\u0644 \u0647\u0627\u06CC \u0632\u06CC\u0631\u0646\u0648\u06CC\u0633 \u0645\u062D\u0644\u06CC \u0631\u0627 \u062A\u0631\u062C\u0645\u0647 \u06A9\u0646\u06CC\u062F",confirmResetConfig:"\u0622\u06CC\u0627 \u0645\u0637\u0645\u0626\u0646 \u0647\u0633\u062A\u06CC\u062F \u06A9\u0647 \u0645\u06CC\u200C\u062E\u0648\u0627\u0647\u06CC\u062F \u062A\u0646\u0638\u06CC\u0645\u0627\u062A \u0631\u0627 \u0628\u0627\u0632\u0646\u0634\u0627\u0646\u06CC \u06A9\u0646\u06CC\u062F\u061F",translationLineBreakSettingTitle:"\u062A\u0646\u0638\u06CC\u0645\u0627\u062A \u0628\u0633\u062A\u0647 \u0628\u0646\u062F\u06CC \u062E\u0637 \u062A\u0631\u062C\u0645\u0647",smartLineBreak:"\u0628\u0633\u062A\u0647 \u0628\u0646\u062F\u06CC \u062E\u0637 \u0647\u0648\u0634\u0645\u0646\u062F",alwaysLineBreak:"\u0647\u0645\u06CC\u0634\u0647 \u0628\u067E\u06CC\u0686\u06CC\u062F",isShowContextMenu:"\u521B\u5EFA\u53F3\u952E\u83DC\u5355",toggleBeta:"\u0648\u06CC\u0698\u06AF\u06CC \u0647\u0627\u06CC \u0622\u0632\u0645\u0627\u06CC\u0634 \u0628\u062A\u0627 \u0631\u0627 \u0641\u0639\u0627\u0644 \u06A9\u0646\u06CC\u062F",betaDescription:"\u0648\u06CC\u0698\u06AF\u06CC\u200C\u0647\u0627\u06CC\u06CC \u0631\u0627 \u06A9\u0647 \u0647\u0646\u0648\u0632 \u0622\u0632\u0645\u0627\u06CC\u0634\u06CC \u0647\u0633\u062A\u0646\u062F \u0648 \u0647\u0645\u0686\u0646\u06CC\u0646 \u062E\u062F\u0645\u0627\u062A \u062A\u0631\u062C\u0645\u0647 \u0631\u0627 \u062F\u0631 \u0622\u0632\u0645\u0627\u06CC\u0634 \u0641\u0639\u0627\u0644 \u06A9\u0646\u06CC\u062F. \u0639\u0636\u0648<1>\u06AF\u0631\u0648\u0647 \u062A\u0644\u06AF\u0631\u0627\u0645 \u0634\u0648\u06CC\u062F \u0628\u06CC\u0634\u062A\u0631 \u0628\u062F\u0627\u0646\u06CC\u062F.",translationLineBreakSettingDescription:"\u5BF9\u4E8E\u8BD1\u6587\u7684\u4F4D\u7F6E\uFF1A\u603B\u662F\u6362\u884C/\u667A\u80FD\u6362\u884C\uFF08\u5F53\u6BB5\u843D\u591A\u4E8E{count}\u4E2A\u5B57\u7B26\u624D\u6362\u884C\u663E\u793A\u8BD1\u6587\uFF09",tempTranslateDomainTitle:"\u0686\u0647 \u0645\u062F\u062A \u0628\u0631\u0627\u06CC \u0641\u0639\u0627\u0644 \u06A9\u0631\u062F\u0646 \u0645\u0648\u0642\u062A \u062A\u0631\u062C\u0645\u0647 \u0648\u0628 \u0633\u0627\u06CC\u062A",tempTranslateDomainDescription:"\u5F53\u624B\u52A8\u7FFB\u8BD1\u67D0\u4E2A\u7F51\u9875\u7684\u65F6\u5019\uFF0C\u4E34\u65F6\u5F00\u542F\u8BE5\u7F51\u7AD9\u4E3A\u81EA\u52A8\u7FFB\u8BD1",xMinutes:"{count} \u062F\u0642\u06CC\u0642\u0647",disabled:"\u063A\u06CC\u0631 \u0641\u0639\u0627\u0644 \u06A9\u0631\u062F\u0646",changelog:"\u062A\u063A\u06CC\u06CC\u0631 \u06AF\u0632\u0627\u0631\u0634",toggleTranslatePageWhenThreeFingersOnTheScreen:"\u0628\u0631\u0627\u06CC \u062A\u0631\u062C\u0645\u0647 \u0635\u0641\u062D\u0647 \u0648\u0628/\u0646\u0645\u0627\u06CC\u0634 \u0645\u062A\u0646 \u0627\u0635\u0644\u06CC\u060C \u0647\u0645\u0632\u0645\u0627\u0646 \u0628\u0627 \u0686\u0646\u062F\u06CC\u0646 \u0627\u0646\u06AF\u0634\u062A \u0635\u0641\u062D\u0647 \u0631\u0627 \u0644\u0645\u0633 \u06A9\u0646\u06CC\u062F",toggleTranslationMaskWhenThreeFingersOnTheScreen:"\u0686\u0646\u062F\u06CC\u0646 \u0627\u0646\u06AF\u0634\u062A \u0631\u0627 \u0628\u0647 \u0637\u0648\u0631 \u0647\u0645\u0632\u0645\u0627\u0646 \u0644\u0645\u0633 \u06A9\u0646\u06CC\u062F \u062A\u0627 \u062C\u0644\u0648\u0647 \u062A\u0627\u0631\u06CC \u062A\u0631\u062C\u0645\u0647 \u0646\u0634\u0627\u0646 \u062F\u0627\u062F\u0647 \u06CC\u0627 \u067E\u0646\u0647\u0627\u0646 \u0634\u0648\u062F",fingerCountToToggleTranslagePageOnlyTranslationWhenTouching:"\u0628\u0631\u0627\u06CC \u062A\u0631\u062C\u0645\u0647 \u0635\u0641\u062D\u0647 \u0648\u0628 (\u0641\u0642\u0637 \u062A\u0631\u062C\u0645\u0647)/\u0646\u0645\u0627\u06CC\u0634 \u0645\u062A\u0646 \u0627\u0635\u0644\u06CC \u0628\u0627 \u0686\u0646\u062F\u06CC\u0646 \u0627\u0646\u06AF\u0634\u062A \u0647\u0645\u0632\u0645\u0627\u0646 \u0635\u0641\u062D\u0647 \u0631\u0627 \u0644\u0645\u0633 \u06A9\u0646\u06CC\u062F",addUrlDescription:"\u0627\u06CC\u0646 \u0645\u06CC \u062A\u0648\u0627\u0646\u062F \u06CC\u06A9 \u0646\u0627\u0645 \u062F\u0627\u0645\u0646\u0647 \u0628\u0627\u0634\u062F \u0648 \u0627\u0632 \u062D\u0631\u0648\u0641 \u0639\u0627\u0645 \u067E\u0634\u062A\u06CC\u0628\u0627\u0646\u06CC \u0645\u06CC \u06A9\u0646\u062F\u060C \u0645\u0627\u0646\u0646\u062F\uFF1A*.google.com\u060C google.com/mail/*\u060C https://www.google.com/*",general:"\u062A\u0646\u0638\u06CC\u0645\u0627\u062A \u067E\u0627\u06CC\u0647",clickToExpandConfig:"\u06AF\u0633\u062A\u0631\u0634 \u067E\u06CC\u06A9\u0631\u0628\u0646\u062F\u06CC \u0641\u0639\u0644\u06CC",import:"\u4ECE\u6587\u4EF6\u5BFC\u5165\u914D\u7F6E",export:"\u0635\u0627\u062F\u0631\u0627\u062A \u0628\u0647 \u0641\u0627\u06CC\u0644",toggleDebug:"\u06AF\u0632\u0627\u0631\u0634 \u0647\u0627\u06CC \u0627\u0634\u06A9\u0627\u0644 \u0632\u062F\u0627\u06CC\u06CC \u0631\u0627 \u0631\u0648\u06CC \u06A9\u0646\u0633\u0648\u0644 \u0686\u0627\u067E \u06A9\u0646\u06CC\u062F","fingers.0":"\u0628\u0633\u062A\u0647","fingers.2":"\u0644\u0645\u0633 \u062F\u0648 \u0627\u0646\u06AF\u0634\u062A\u06CC","fingers.3":"\u0644\u0645\u0633 \u0633\u0647 \u0627\u0646\u06AF\u0634\u062A","fingers.4":"\u0644\u0645\u0633 \u0686\u0647\u0627\u0631 \u0627\u0646\u06AF\u0634\u062A","fingers.5":"\u0644\u0645\u0633 \u067E\u0646\u062C \u0627\u0646\u06AF\u0634\u062A",mouseHoldKey:"+ {key} \u0627\u06CC\u0646 \u067E\u0627\u0631\u0627\u06AF\u0631\u0627\u0641 \u0631\u0627 \u062A\u0631\u062C\u0645\u0647/\u0628\u0627\u0632\u06CC\u0627\u0628\u06CC \u06A9\u0646\u06CC\u062F",mouseHoldKeyAuto:"\u0627\u06CC\u0646 \u067E\u0627\u0631\u0627\u06AF\u0631\u0627\u0641 \u0631\u0627 \u0645\u0633\u062A\u0642\u06CC\u0645\u0627\u064B \u062A\u0631\u062C\u0645\u0647 \u06A9\u0646\u06CC\u062F",mouseHoldKeyOff:"\u0647\u06CC\u0686 \u06A9\u0627\u0631\u06CC \u0646\u06A9\u0646",mouseHoldKeyOther:"\u06A9\u0644\u06CC\u062F\u0647\u0627\u06CC \u0645\u06CC\u0627\u0646\u0628\u0631 \u0633\u0641\u0627\u0631\u0634\u06CC (\u062A\u0646\u0638\u06CC\u0645\u0627\u062A \u0628\u0627\u0632)",mouseHoldKeyCustomKey:"0 \u0627\u06CC\u0646 \u067E\u0627\u0631\u0627\u06AF\u0631\u0627\u0641 \u0631\u0627 {key} / \u0628\u0627\u0632\u06CC\u0627\u0628\u06CC \u06A9\u0646\u06CC\u062F",mouseHoverHoldKey:"\u0645\u0627\u0648\u0633 \u0631\u0627 \u0646\u06AF\u0647 \u062F\u0627\u0631\u06CC\u062F \u0648 \u06A9\u0644\u06CC\u062F \u0645\u06CC\u0627\u0646\u0628\u0631 \u0631\u0627 \u0641\u0634\u0627\u0631 \u062F\u0647\u06CC\u062F \u062A\u0627 \u067E\u0627\u0631\u0627\u06AF\u0631\u0627\u0641 \u062A\u0631\u062C\u0645\u0647 \u0634\u0648\u062F","mouse-translate":"MouseTranslateWhen",document:"\u0633\u0646\u062F",resetSuccess:"\u0647\u0645\u0647 \u062A\u0646\u0638\u06CC\u0645\u0627\u062A \u0628\u0627 \u0645\u0648\u0641\u0642\u06CC\u062A \u0628\u0627\u0632\u0646\u0634\u0627\u0646\u06CC \u0634\u062F",resetThisSuccess:"\u0628\u0627\u0632\u0646\u0634\u0627\u0646\u06CC \u0628\u0627 \u0645\u0648\u0641\u0642\u06CC\u062A \u0627\u0646\u062C\u0627\u0645 \u0634\u062F",saved:"\u0628\u0627 \u0645\u0648\u0641\u0642\u06CC\u062A \u0630\u062E\u06CC\u0631\u0647 \u0634\u062F",successImportConfig:"\u067E\u06CC\u06A9\u0631\u0628\u0646\u062F\u06CC \u0628\u0627 \u0645\u0648\u0641\u0642\u06CC\u062A \u0648\u0627\u0631\u062F \u0634\u062F",goAdvancedSettings:"\u0628\u0647 \u0635\u0641\u062D\u0647 \u062A\u0646\u0638\u06CC\u0645\u0627\u062A \u067E\u06CC\u0634\u0631\u0641\u062A\u0647 \u0628\u0631\u0648\u06CC\u062F",goAdvancedInterfaceSettings:"\u0628\u0647 \u0635\u0641\u062D\u0647 \u062A\u0646\u0638\u06CC\u0645\u0627\u062A \u0633\u0641\u0627\u0631\u0634\u06CC \u0633\u0627\u0632\u06CC \u067E\u06CC\u0634\u0631\u0641\u062A\u0647 \u0628\u0631\u0648\u06CC\u062F",advanced:"\u062A\u0646\u0638\u06CC\u0645\u0627\u062A \u067E\u06CC\u0634\u0631\u0641\u062A\u0647",advancedDescription:"\u0628\u0647 \u0637\u0648\u0631 \u06A9\u0644\u06CC\u060C \u0647\u06CC\u0686 \u062A\u0646\u0638\u06CC\u0645\u06CC \u0644\u0627\u0632\u0645 \u0646\u06CC\u0633\u062A\u060C \u0641\u0642\u0637 \u067E\u06CC\u0634 \u0641\u0631\u0636 \u0631\u0627 \u062D\u0641\u0638 \u06A9\u0646\u06CC\u062F. \u0641\u0642\u0637 \u0628\u0631\u0627\u06CC \u06A9\u0627\u0631\u0628\u0631\u0627\u0646 \u062D\u0631\u0641\u0647 \u0627\u06CC \u062A\u0631\u060C \u062A\u0646\u0638\u06CC\u0645\u0627\u062A \u0634\u062E\u0635\u06CC \u062A\u0631 \u0627\u0631\u0627\u0626\u0647 \u0634\u062F\u0647 \u0627\u0633\u062A.",developer:"\u062A\u0646\u0638\u06CC\u0645\u0627\u062A \u0628\u0631\u0646\u0627\u0645\u0647 \u0646\u0648\u06CC\u0633",donateCafe:"\u8BF7\u5F00\u53D1\u8005\u559D\u676F\u5496\u5561","translate to the bottom of the page":"\u6253\u5F00\u7F51\u9875\u540E\uFF0C\u662F\u5426\u7ACB\u5373\u7FFB\u8BD1\u5230\u9875\u9762\u5E95\u90E8\uFF1F",feedback:"\u0628\u0627\u0632\u062E\u0648\u0631\u062F",toggleTranslatePage:"\u062A\u0631\u062C\u0645\u0647 \u0635\u0641\u062D\u0647 \u0648\u0628/\u0646\u0645\u0627\u06CC\u0634 \u0645\u062A\u0646 \u0627\u0635\u0644\u06CC",translateToThePageEndImmediatelyDescription:"\u5F00\u542F\u540E\uFF0C\u5C06\u4F1A\u7ACB\u5373\u7FFB\u8BD1\u7F51\u9875\u4ECE\u9876\u90E8\u5230\u5E95\u90E8\u7684\u5185\u5BB9\uFF0C\u800C\u4E0D\u662F\u8FB9\u770B\u8FB9\u8BD1\u3002\uFF08\u4E0D\u63A8\u8350\u5F00\u542F\uFF09","translate all areas of the page":"\u0622\u06CC\u0627 \u0628\u0631\u0627\u06CC \u062A\u0631\u062C\u0645\u0647 \u0647\u0645\u0647 \u0642\u0633\u0645\u062A \u0647\u0627\u06CC \u0635\u0641\u062D\u0647 \u0648\u0628",translationAreaDescription:"\u5F00\u542F\u540E\uFF0C\u6574\u4E2A\u7F51\u9875\u7684\u533A\u57DF\u90FD\u4F1A\u88AB\u7FFB\u8BD1\uFF0C\u800C\u4E0D\u662F\u9ED8\u8BA4\u7684\u667A\u80FD\u8BC6\u522B\u4E3B\u8981\u533A\u57DF\u53BB\u7FFB\u8BD1\uFF08\u4E0D\u63A8\u8350\u5F00\u542F\uFF09","the number of characters to be translated first":"\u524D\u591A\u5C11\u4E2A\u5B57\u7B26\u65E0\u9700\u7B49\u5F85\u6EDA\u52A8\u5230\u53EF\u89C6\u533A\u57DF\uFF0C\u76F4\u63A5\u7FFB\u8BD1\uFF1F","interface language":"\u0632\u0628\u0627\u0646 \u0631\u0627\u0628\u0637","display both the original text and the translation":"\u0646\u0645\u0627\u06CC\u0634 \u0645\u062A\u0646 \u0627\u0635\u0644\u06CC \u0648 \u062A\u0631\u062C\u0645\u0647 \u0628\u0647 \u0637\u0648\u0631 \u0647\u0645\u0632\u0645\u0627\u0646","keyboard shortcuts":"\u0645\u06CC\u0627\u0646\u0628\u0631\u0647\u0627\u06CC \u0635\u0641\u062D\u0647 \u06A9\u0644\u06CC\u062F",modify:"\u06A9\u0644\u06CC\u062F\u0647\u0627\u06CC \u0645\u06CC\u0627\u0646\u0628\u0631 \u0631\u0627 \u062A\u063A\u06CC\u06CC\u0631 \u062F\u0647\u06CC\u062F",reset:"\u062A\u0646\u0638\u06CC\u0645 \u0645\u062C\u062F\u062F",close:"\u0628\u0633\u062A\u0647",homepage:"\u0635\u0641\u062D\u0647 \u0646\u062E\u0633\u062A",more:"\u0628\u06CC\u0634\u062A\u0631",moreOptions:"\u06AF\u0632\u06CC\u0646\u0647 \u0647\u0627\u06CC \u0633\u0641\u0627\u0631\u0634\u06CC \u0633\u0627\u0632\u06CC \u0628\u06CC\u0634\u062A\u0631\u06CC \u0631\u0627 \u06AF\u0633\u062A\u0631\u0634 \u062F\u0647\u06CC\u062F",translateTheWholePage:"\u062A\u0631\u062C\u0645\u0647 \u062A\u0645\u0627\u0645 \u0642\u0633\u0645\u062A\u200C\u0647\u0627\u06CC \u0635\u0641\u062D\u0647 (\u0645\u062A\u0641\u0627\u0648\u062A \u0627\u0632 \u0642\u0633\u0645\u062A\u200C\u0647\u0627\u06CC \u0627\u0635\u0644\u06CC \u062A\u0634\u062E\u06CC\u0635 \u0647\u0648\u0634\u0645\u0646\u062F)",changeToTranslateTheWholePage:"\u5207\u6362\u4E3A\u7FFB\u8BD1\u9875\u9762\u6240\u6709\u533A\u57DF",changeToTranslateTheMainPage:"\u5207\u6362\u4E3A\u667A\u80FD\u7FFB\u8BD1\u4E3B\u8981\u533A\u57DF",changeToOnlyTranslationMode:"\u0628\u0647 \u0646\u0645\u0627\u06CC\u0634 \u0641\u0642\u0637 \u062A\u0631\u062C\u0645\u0647 \u0647\u0627 \u0628\u0631\u0648\u06CC\u062F",changeToDualTranslationMode:"\u0628\u0647 \u062A\u0631\u062C\u0645\u0647 \u062F\u0648 \u0632\u0628\u0627\u0646\u0647 \u0628\u0631\u0648\u06CC\u062F",translateToThePageEndImmediately:"\u7ACB\u5373\u7FFB\u8BD1\u5230\u9875\u9762\u5E95\u90E8\uFF08\u533A\u522B\u4E8E\u6EDA\u52A8\u7FFB\u8BD1\uFF09",translateTheMainPage:"\u0632\u0645\u06CC\u0646\u0647 \u0647\u0627\u06CC \u0627\u0635\u0644\u06CC \u062A\u0631\u062C\u0645\u0647 \u0647\u0648\u0634\u0645\u0646\u062F","The local rules are up to date":"\u0642\u0648\u0627\u0646\u06CC\u0646 \u0633\u0627\u0632\u06AF\u0627\u0631\u06CC \u0645\u062D\u0644\u06CC \u0628\u0647 \u0631\u0648\u0632 \u0647\u0633\u062A\u0646\u062F:","Successfully synchronized with the latest official rules:":"\u0622\u062E\u0631\u06CC\u0646 \u0642\u0648\u0627\u0646\u06CC\u0646 \u0627\u0646\u0637\u0628\u0627\u0642 \u0631\u0633\u0645\u06CC \u0628\u0627 \u0645\u0648\u0641\u0642\u06CC\u062A \u0647\u0645\u06AF\u0627\u0645 \u0633\u0627\u0632\u06CC \u0634\u062F:","Checking for updates":"\u0628\u0631\u0631\u0633\u06CC \u0628\u0647 \u0631\u0648\u0632 \u0631\u0633\u0627\u0646\u06CC","Rules are being synchronized":"\u0647\u0645\u06AF\u0627\u0645 \u0633\u0627\u0632\u06CC \u0642\u0648\u0627\u0646\u06CC\u0646 \u0633\u0627\u0632\u06AF\u0627\u0631\u06CC",localVersionIsTooOld:"\u672C\u5730\u6269\u5C55\u7248\u672C\u8FC7\u65E7\uFF0C\u8BF7\u5347\u7EA7\u6269\u5C55\u5230 {minVersion} \u6216\u4E4B\u540E\u7684\u7248\u672C\u518D\u5C1D\u8BD5\u540C\u6B65",badUserscriptBrowser:"\u8BE5\u6D4F\u89C8\u5668\u672A\u6B63\u786E\u5B9E\u73B0\u6CB9\u7334\u7684\u63A5\u53E3\uFF0C\u8BF7\u4F7F\u7528\u5176\u4ED6<1>\u652F\u6301\u6CB9\u7334\u7684\u6D4F\u89C8\u5668\u5982(Firefox Nightly \u7248\u672C)",foundNewVersion:"\u0646\u0633\u062E\u0647 \u062C\u062F\u06CC\u062F \u067E\u06CC\u062F\u0627 \u0634\u062F",theLocalExtensionIsUpToUpdate:"\u0627\u0641\u0632\u0648\u0646\u0647 \u0641\u0639\u0644\u06CC \u0622\u062E\u0631\u06CC\u0646 \u0646\u0633\u062E\u0647 \u0627\u0633\u062A.",failToSyncRules:"\u0647\u0645\u06AF\u0627\u0645 \u0633\u0627\u0632\u06CC \u0622\u062E\u0631\u06CC\u0646 \u0642\u0648\u0627\u0646\u06CC\u0646 \u0627\u0646\u0637\u0628\u0627\u0642 \u0627\u0646\u062C\u0627\u0645 \u0646\u0634\u062F",retry:"\u062C\u0647\u062A \u062A\u0644\u0627\u0634 \u062F\u0648\u0628\u0627\u0631\u0647 \u0627\u06CC\u0646\u062C\u0627 \u06A9\u0644\u06CC\u06A9 \u06A9\u0646\u06CC\u062F",failedReason:"\u062F\u0644\u06CC\u0644 \u0634\u06A9\u0633\u062A",currentRuleVersion:"\u0646\u0633\u062E\u0647 \u0642\u0627\u0646\u0648\u0646 \u0641\u0639\u0644\u06CC",calculating:"\u062F\u0631 \u062D\u0627\u0644 \u0645\u062D\u0627\u0633\u0628\u0647",unknownError:"\u0627\u0634\u062A\u0628\u0627\u0647 \u0646\u0627\u0634\u0646\u0627\u062E\u062A\u0647",canNotFetchRemoteRule:"\u0646\u0645\u06CC \u062A\u0648\u0627\u0646 \u0642\u0648\u0627\u0646\u06CC\u0646 \u0631\u0627\u0647 \u062F\u0648\u0631 \u0631\u0627 \u062F\u0631\u06CC\u0627\u0641\u062A \u06A9\u0631\u062F",enableAlphaSuccess:"\u062A\u0627\u0628\u0639 \u0622\u0644\u0641\u0627 \u0631\u0648\u0634\u0646 \u0634\u062F",disableAlphaSuccess:"\u0648\u06CC\u0698\u06AF\u06CC \u0622\u0644\u0641\u0627 \u062E\u0627\u0645\u0648\u0634 \u0634\u062F",cacheSize:"\u0627\u0646\u062F\u0627\u0632\u0647 \u06A9\u0634\uFF1A",cleaning:"\u062A\u0645\u06CC\u0632 \u06A9\u0631\u062F\u0646",cleanCache:"\u067E\u0627\u06A9 \u06A9\u0631\u062F\u0646 \u062D\u0627\u0641\u0638\u0647 \u067E\u0646\u0647\u0627\u0646",options:"\u0628\u0631\u067E\u0627\u06CC\u06CC",about:"\u062F\u0631 \u0628\u0627\u0631\u0647",service:"\u062E\u062F\u0645\u0627\u062A \u062A\u0631\u062C\u0645\u0647",needAction:"(\u0628\u0647 \u062A\u0646\u0638\u06CC\u0645\u0627\u062A \u0628\u0631\u0648\u06CC\u062F)",goSettings:"\u0628\u0647 \u062A\u0646\u0638\u06CC\u0645\u0627\u062A \u0628\u0631\u0648\u06CC\u062F",needActionForOptions:"(\u0646\u06CC\u0627\u0632 \u0628\u0647 \u062A\u0646\u0638\u06CC\u0645)",translationEngine:"\u06AF\u0632\u06CC\u0646\u0647 \u0647\u0627\u06CC \u0645\u0648\u062A\u0648\u0631",sourceLanguage:"\u0632\u0628\u0627\u0646 \u0627\u0635\u0644\u06CC",target:"\u0632\u0628\u0627\u0646 \u0645\u0642\u0635\u062F",popupSourceLanguage:"\u0632\u0628\u0627\u0646 \u0627\u0635\u0644\u06CC",popupTarget:"\u0632\u0628\u0627\u0646 \u0645\u0642\u0635\u062F",popupService:"\u062E\u062F\u0645\u0627\u062A \u062A\u0631\u062C\u0645\u0647",forThisSite:"\u0648\u0628 \u0633\u0627\u06CC\u062A \u0641\u0639\u0644\u06CC",autoEnableSubtitle:"\u0632\u06CC\u0631\u0646\u0648\u06CC\u0633\u200C\u0647\u0627\u06CC \u062F\u0648\u0632\u0628\u0627\u0646\u0647 \u0631\u0627 \u0628\u0647\u200C\u0637\u0648\u0631 \u062E\u0648\u062F\u06A9\u0627\u0631 \u0631\u0648\u0634\u0646 \u06A9\u0646\u06CC\u062F",alwaysTranslateSomeLanguage:"\u603B\u662F\u7FFB\u8BD1{language}",neverTranslateSomeLanguage:"\u6C38\u4E0D\u7FFB\u8BD1{language}",alwaysTranslateSomeSite:"\u0647\u0645\u06CC\u0634\u0647 {hostname}\u0631\u0627 \u062A\u0631\u062C\u0645\u0647 \u06A9\u0646\u06CC\u062F",neverTranslateSomeSite:"\u0647\u0631\u06AF\u0632 {hostname}\u0631\u0627 \u062A\u0631\u062C\u0645\u0647 \u0646\u06A9\u0646\u06CC\u062F",alwaysTranslateSomeSiteOrWildSite:"\u0647\u0645\u06CC\u0634\u0647 \u0627\u06CC\u0646 \u0633\u0627\u06CC\u062A \u0631\u0627 \u062A\u0631\u062C\u0645\u0647 \u06A9\u0646\u06CC\u062F",alwaysTranslateSomePage:"\u0647\u0645\u06CC\u0634\u0647 \u0627\u06CC\u0646 \u0635\u0641\u062D\u0647 \u0631\u0627 \u062A\u0631\u062C\u0645\u0647 \u06A9\u0646\u06CC\u062F",add:"\u0627\u0636\u0627\u0641\u0647 \u06A9\u0631\u062F\u0646 \u0628\u0647",default:"\u067E\u06CC\u0634 \u0641\u0631\u0636",forThisLanguage:"\u0628\u0631\u0627\u06CC \u0627\u06CC\u0646 \u0632\u0628\u0627\u0646\uFF1A","add url":"\u0622\u062F\u0631\u0633 \u0627\u06CC\u0646\u062A\u0631\u0646\u062A\u06CC \u0631\u0627 \u0648\u0627\u0631\u062F \u06A9\u0646\u06CC\u062F",edit:"\u0648\u06CC\u0631\u0627\u06CC\u0634 \u06A9\u0646\u06CC\u062F","translate other languages into specific language":"\u0632\u0628\u0627\u0646 \u0647\u0627\u06CC \u062F\u06CC\u06AF\u0631 \u0631\u0627 \u0628\u0647 \u0632\u0628\u0627\u0646\u06CC \u06A9\u0647 \u062A\u0646\u0638\u06CC\u0645 \u06A9\u0631\u062F\u0647 \u0627\u06CC\u062F \u062A\u0631\u062C\u0645\u0647 \u06A9\u0646\u06CC\u062F","select translation service":"\u062E\u062F\u0645\u0627\u062A \u062A\u0631\u062C\u0645\u0647 \u0631\u0627 \u0627\u0646\u062A\u062E\u0627\u0628 \u06A9\u0646\u06CC\u062F",language:"\u0632\u0628\u0627\u0646","show-original":"\u0646\u0645\u0627\u06CC\u0634 \u0645\u062A\u0646 \u0627\u0635\u0644\u06CC",translate:"\u062A\u0631\u062C\u0645\u0647 \u06A9\u0631\u062F\u0646",Translated:"\u062A\u0631\u062C\u0645\u0647 \u0634\u062F\u0647",Translating:"\u062F\u0631 \u062D\u0627\u0644 \u062A\u0631\u062C\u0645\u0647",Error:"\u0627\u0634\u062A\u0628\u0627\u0647",allowCacheTranslations:"\u0641\u0639\u0627\u0644 \u06A9\u0631\u062F\u0646 \u062D\u0627\u0641\u0638\u0647 \u067E\u0646\u0647\u0627\u0646 \u062A\u0631\u062C\u0645\u0647 \u0645\u062D\u0644\u06CC (\u0628\u0631\u0627\u06CC \u06A9\u0627\u0647\u0634 \u062F\u0631\u062E\u0648\u0627\u0633\u062A \u0647\u0627\u06CC \u062A\u0631\u062C\u0645\u0647 \u0628\u0631\u0627\u06CC \u067E\u0627\u0631\u0627\u06AF\u0631\u0627\u0641 \u0647\u0627\u06CC \u062A\u06A9\u0631\u0627\u0631\u06CC)","translation display":"\u0633\u0628\u06A9 \u0646\u0645\u0627\u06CC\u0634 \u062A\u0631\u062C\u0645\u0647","select diplay style":"\u0633\u0628\u06A9 \u062A\u0631\u062C\u0645\u0647 \u0631\u0627 \u0645\u062A\u0645\u0627\u06CC\u0632 \u06A9\u0646\u06CC\u062F. \u0644\u0637\u0641\u0627\u064B \u0628\u0631\u0627\u06CC \u062C\u0632\u0626\u06CC\u0627\u062A \u0628\u06CC\u0634\u062A\u0631 \u0628\u0647 \u0645\u062B\u0627\u0644 \u0647\u0627\u06CC \u0632\u06CC\u0631 \u0645\u0631\u0627\u062C\u0639\u0647 \u06A9\u0646\u06CC\u062F:",interface:"\u062A\u0646\u0638\u06CC\u0645\u0627\u062A \u0631\u0627\u0628\u0637",import_export:"\u0648\u0627\u0631\u062F\u0627\u062A \u0648 \u0635\u0627\u062F\u0631\u0627\u062A",import_export_title:"\u067E\u06CC\u06A9\u0631\u0628\u0646\u062F\u06CC \u0648\u0627\u0631\u062F\u0627\u062A/\u0635\u0627\u062F\u0631\u0627\u062A",syncToGoogleDrive:"\u0627\u06A9\u0646\u0648\u0646 \u0628\u0627 Google Drive \u0647\u0645\u06AF\u0627\u0645 \u0633\u0627\u0632\u06CC \u06A9\u0646\u06CC\u062F",floatBallOptions:"\u062A\u0646\u0638\u06CC\u0645\u0627\u062A \u062A\u0648\u067E \u0645\u0639\u0644\u0642","floatBallOptions.enable":"\u062A\u0648\u067E \u0634\u0646\u0627\u0648\u0631 \u0631\u0627 \u0641\u0639\u0627\u0644 \u06A9\u0646\u06CC\u062F","floatBallOptions.blockUrls":"\u0648\u0628 \u0633\u0627\u06CC\u062A \u0631\u0627 \u063A\u06CC\u0631 \u0641\u0639\u0627\u0644 \u06A9\u0646\u06CC\u062F","floatBallOptions.add":"\u0627\u0636\u0627\u0641\u0647 \u06A9\u0631\u062F\u0646 \u0628\u0647","floatBallOptions.blockUrlDesc":"\u062A\u0648\u067E \u0634\u0646\u0627\u0648\u0631 \u0647\u0646\u06AF\u0627\u0645 \u0628\u0631\u062E\u0648\u0631\u062F \u0628\u0627 \u0648\u0628 \u0633\u0627\u06CC\u062A \u0647\u0627\u06CC \u0632\u06CC\u0631 \u0646\u0645\u0627\u06CC\u0634 \u062F\u0627\u062F\u0647 \u0646\u0645\u06CC \u0634\u0648\u062F","floatBallOptions.clickType":"\u0631\u0641\u062A\u0627\u0631 \u06A9\u0644\u06CC\u06A9\u06CC","floatBallOptions.clickTypeDesc":"\u0631\u0641\u062A\u0627\u0631 \u0646\u0645\u0627\u062F \u062A\u0648\u067E \u0634\u0646\u0627\u0648\u0631 \u0647\u0646\u06AF\u0627\u0645 \u06A9\u0644\u06CC\u06A9 \u06A9\u0631\u062F\u0646","floatBallOptions.clickPopup":"\u0646\u0645\u0627\u06CC\u0634 \u067E\u0627\u0646\u0644 \u062A\u0631\u062C\u0645\u0647","floatBallOptions.clickTranslate":"\u062A\u0631\u062C\u0645\u0647/\u0646\u0645\u0627\u06CC\u0634 \u0645\u062A\u0646 \u0627\u0635\u0644\u06CC","floatBallOptions.fixedPosition":"\u56FA\u5B9A\u4F4D\u7F6E","floatBallOptions.fixedPositionDesc":"\u60AC\u6D6E\u7403\u5728\u7A97\u53E3\u5DE6\u4FA7\u8FD8\u662F\u53F3\u4FA7","floatBallOptions.fixedPositionLeft":"\u5DE6\u4FA7","floatBallOptions.fixedPositionRight":"\u53F3\u4FA7",previewAllThemes:"\u067E\u06CC\u0634 \u0646\u0645\u0627\u06CC\u0634 \u0647\u0645\u0647 \u0633\u0628\u06A9 \u0647\u0627","translationTheme.none":"\u0647\u06CC\u0686 \u06CC\u06A9","translationTheme.grey":"\u062E\u0627\u06A9\u0633\u062A\u0631\u06CC \u062A\u06CC\u0631\u0647","translationTheme.dashed":"\u0632\u06CC\u0631 \u062E\u0637 \u0686\u06CC\u0646","translationTheme.dotted":"\u0632\u06CC\u0631 \u062E\u0637 \u0646\u0642\u0637\u0647 \u062F\u0627\u0631","translationTheme.dashedBorder":"\u0645\u0631\u0632 \u0634\u06A9\u0633\u062A\u0647","translationTheme.solidBorder":"\u0645\u0631\u0632 \u062C\u0627\u0645\u062F","translationTheme.underline":"\u0632\u06CC\u0631 \u062E\u0637 \u0645\u0633\u062A\u0642\u06CC\u0645","translationTheme.mask":"\u062C\u0644\u0648\u0647 \u062A\u0627\u0631\u06CC (\u062D\u0627\u0644\u062A \u06CC\u0627\u062F\u06AF\u06CC\u0631\u06CC)","translationTheme.opacity":"\u0627\u062B\u0631 \u0634\u0641\u0627\u0641\u06CC\u062A","translationTheme.paper":"\u0627\u0641\u06A9\u062A \u0633\u0627\u06CC\u0647 \u06A9\u0627\u063A\u0630 \u0633\u0641\u06CC\u062F","translationTheme.dividingLine":"\u062E\u0637 \u062A\u0642\u0633\u06CC\u0645","translationTheme.highlight":"\u0628\u0631\u062C\u0633\u062A\u0647","translationTheme.marker":"\u0646\u0634\u0627\u0646\u06AF\u0631","translationTheme.marker2":"\u0646\u0634\u0627\u0646\u06AF\u0631 2","translationTheme.blockquote":"\u0633\u0628\u06A9 \u0645\u0631\u062C\u0639","translationTheme.weakening":"\u062A\u0636\u0639\u06CC\u0641 \u0634\u0648\u062F","translationTheme.italic":"\u0645\u0648\u0631\u0628","translationTheme.bold":"\u067E\u0631\u0631\u0646\u06AF","translationTheme.thinDashed":"\u0632\u06CC\u0631 \u062E\u0637 \u0686\u06CC\u0646 \u0646\u0627\u0632\u06A9","translationTheme.nativeDashed":"\u0627\u06CC\u0646 \u0633\u06CC\u0633\u062A\u0645 \u062F\u0627\u0631\u0627\u06CC \u062E\u0637 \u0632\u06CC\u0631 \u0646\u0642\u0637\u0647\u200C\u062F\u0627\u0631 \u0627\u0633\u062A","translationTheme.nativeDotted":"\u0627\u06CC\u0646 \u0633\u06CC\u0633\u062A\u0645 \u062F\u0627\u0631\u0627\u06CC \u062E\u0637 \u0632\u06CC\u0631 \u0646\u0642\u0637\u0647\u200C\u062F\u0627\u0631 \u0627\u0633\u062A","translationTheme.nativeUnderline":"\u0627\u06CC\u0646 \u0633\u06CC\u0633\u062A\u0645 \u062F\u0627\u0631\u0627\u06CC \u062E\u0637 \u0645\u0633\u062A\u0642\u06CC\u0645 \u0627\u0633\u062A","translationTheme.wavy":"\u062E\u0637\u0648\u0637 \u0645\u0648\u0627\u062C","translationServices.custom":"API \u0633\u0641\u0627\u0631\u0634\u06CC","translationServices.tencent":"\u0645\u062A\u0631\u062C\u0645 \u062A\u0646\u0633\u0646\u062A","translationServices.tenAlpha":"\u0645\u062A\u0631\u062C\u0645 \u062A\u0646\u0633\u0646\u062A (\u0622\u0644\u0641\u0627)","translationServices.google":"\u0645\u062A\u0631\u062C\u0645 \u06AF\u0648\u06AF\u0644","translationServices.bai":"\u0628\u0627\u06CC\u062F\u0648 (\u0622\u0644\u0641\u0627)","translationServices.baidu":"\u0645\u062A\u0631\u062C\u0645 \u0628\u0627\u06CC\u062F\u0648","translationServices.aliyun":"\u062A\u0631\u062C\u0645\u0647 \u0627\u0628\u0631\u06CC \u0639\u0644\u06CC \u0628\u0627\u0628\u0627","translationServices.volc":"\u062A\u0631\u062C\u0645\u0647 \u0622\u062A\u0634\u0641\u0634\u0627\u0646","translationServices.deeplx":"DeepLX(Alpha)","translationServices.bing":"\u5FC5\u5E94\u7FFB\u8BD1","translationServices.deepl":"DeepL","translationServices.wechat":"\u062A\u0631\u062C\u0645\u0647 \u0648\u06CC \u0686\u062A","translationServices.azure":"\u5FAE\u8F6F\u7FFB\u8BD1","translationServices.ibm":"\u0622\u06CC \u0628\u06CC \u0627\u0645 \u0648\u0627\u062A\u0633\u0648\u0646","translationServices.aws":"\u062A\u0631\u062C\u0645\u0647 \u0622\u0645\u0627\u0632\u0648\u0646","translationServices.mock":"\u6A21\u62DF\u7FFB\u8BD11","translationServices.mock2":"\u062A\u0631\u062C\u0645\u0647 \u0634\u0628\u06CC\u0647 \u0633\u0627\u0632\u06CC \u0634\u062F\u0647 2","translationServices.caiyun":"\u06A9\u0627\u06CC\u0648\u0646 \u0634\u06CC\u0627\u0626\u0648\u06CC","translationServices.cai":"\u5F69\u4E91\u5C0F\u8BD1","translationServices.volcAlpha":"\u706B\u5C71\u7FFB\u8BD1(Alpha)","translationServices.openl":"OpenL","translationServices.youdao":"\u062A\u0631\u062C\u0645\u0647 \u06CC\u0648\u062F\u0627\u0626\u0648","translationServices.you":"\u062A\u0631\u062C\u0645\u0647 \u06CC\u0648\u062F\u0627\u0626\u0648 (\u0622\u0644\u0641\u0627)","translationServices.transmart":"\u062A\u0631\u062C\u0645\u0647 \u062A\u0639\u0627\u0645\u0644\u06CC Tencent","translationServices.niu":"\u062A\u0631\u062C\u0645\u0647 \u0645\u0627\u0648\u0631\u06CC\u06A9\u0633","translationServices.papago":"Papago\u7FFB\u8BD1","translationServices.d":"Deepl(Alpha)","translationServices.dpro":"\u062F\u06CC \u067E\u0631\u0648 (\u0642\u0646\u0627\u0631\u06CC)","translationServices.openai":"OpenAI","translationServices.yandex":"Yandex","translationServices.chatgpt":"ChatGPT Web (\u0645\u0648\u0628\u0627\u06CC\u0644 3.5)","translate title":"\u0639\u0646\u0648\u0627\u0646 \u0635\u0641\u062D\u0647 \u0631\u0627 \u062A\u0631\u062C\u0645\u0647 \u06A9\u0646\u06CC\u062F","always languages":"\u0647\u0645\u06CC\u0634\u0647 \u0632\u0628\u0627\u0646 \u062A\u0631\u062C\u0645\u0647 \u0634\u062F\u0647",neverTranslateLanguagesLabel:"\u0632\u0628\u0627\u0646 \u0647\u0627\u06CC\u06CC \u06A9\u0647 \u0647\u0631\u06AF\u0632 \u062A\u0631\u062C\u0645\u0647 \u0646\u0645\u06CC \u0634\u0648\u0646\u062F",neverTranslateTheFollowingLanguagesDescription:"\u5F53\u9875\u9762\u4E2D\u67D0\u4E00\u6BB5\u843D\u7684\u8BED\u8A00\u4E3A\u4E0B\u5217\u8BED\u8A00\u65F6\uFF0C\u4F1A\u81EA\u52A8\u8DF3\u8FC7\u7FFB\u8BD1\u8BE5\u6BB5\u843D",enableUserscriptPagePopup:"\u603B\u662F\u5728\u9875\u9762\u4E0A\u5C55\u793A Popup \u6D6E\u7A97",enableUserscriptPagePopupDescription:"\u5173\u95ED\u6D6E\u7A97\u540E\uFF0C\u53EF\u4EE5\u7528\u5FEB\u6377\u952E/{touch}\u5524\u8D77\u3002\u4E3A\u9632\u6B62\u4E0D\u614E\u5173\u95ED\u8BE5\u9009\u9879\u540E\u627E\u4E0D\u5230\u6D6E\u7A97\uFF0C\u5F3A\u70C8\u5EFA\u8BAE\u6536\u85CF\u672C\u8BBE\u7F6E\u9875","always translate the following languages":"\u0647\u0646\u06AF\u0627\u0645\u06CC \u06A9\u0647 \u0632\u0628\u0627\u0646 \u0635\u0641\u062D\u0647 \u0628\u0647 \u0632\u0628\u0627\u0646 \u0647\u0627\u06CC \u0632\u06CC\u0631 \u0628\u0627\u0634\u062F\u060C \u0628\u0647 \u0637\u0648\u0631 \u062E\u0648\u062F\u06A9\u0627\u0631 \u0628\u0647 \u0632\u0628\u0627\u0646 \u0645\u0642\u0635\u062F \u062A\u0631\u062C\u0645\u0647 \u0645\u06CC \u0634\u0648\u062F","always sites":"URL \u0647\u0627\u06CC \u0647\u0645\u06CC\u0634\u0647 \u062A\u0631\u062C\u0645\u0647 \u0634\u062F\u0647","always translate the following sites":"\u0647\u0646\u06AF\u0627\u0645\u06CC \u06A9\u0647 \u0648\u0628 \u0633\u0627\u06CC\u062A \u0628\u0627 \u0646\u0627\u0645 \u062F\u0627\u0645\u0646\u0647 \u0632\u06CC\u0631 \u0628\u0627\u0634\u062F\u060C \u0628\u0647 \u0637\u0648\u0631 \u062E\u0648\u062F\u06A9\u0627\u0631 \u0628\u0647 \u0632\u0628\u0627\u0646 \u0645\u0642\u0635\u062F \u062A\u0631\u062C\u0645\u0647 \u0645\u06CC \u0634\u0648\u062F","never sites":"URL \u0647\u0627\u06CC\u06CC \u06A9\u0647 \u0647\u0631\u06AF\u0632 \u062A\u0631\u062C\u0645\u0647 \u0646\u0645\u06CC \u0634\u0648\u0646\u062F","never translate the following sites":"\u0647\u0646\u06AF\u0627\u0645\u06CC \u06A9\u0647 \u0648\u0628 \u0633\u0627\u06CC\u062A \u062F\u0627\u0631\u0627\u06CC \u0646\u0627\u0645 \u062F\u0627\u0645\u0646\u0647 \u0632\u06CC\u0631 \u0628\u0627\u0634\u062F\u060C \u062A\u0631\u062C\u0645\u0647 \u0627\u0646\u062C\u0627\u0645 \u0646\u062E\u0648\u0627\u0647\u062F \u0634\u062F","please refer to":"\u0642\u0628\u0644 \u0627\u0632 \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u0628\u0627\u06CC\u062F \u06A9\u0644\u06CC\u062F \u0631\u0627 \u067E\u0631 \u06A9\u0646\u06CC\u062F. \u0628\u0631\u0627\u06CC \u062C\u0632\u0626\u06CC\u0627\u062A \u0644\u0637\u0641\u0627\u064B \u0628\u0647",KeyAndConfigurationTutorial:'"\u0622\u0645\u0648\u0632\u0634 \u0628\u0631\u0646\u0627\u0645\u0647 \u06A9\u0627\u0631\u0628\u0631\u062F\u06CC \u0648 \u067E\u06CC\u06A9\u0631\u0628\u0646\u062F\u06CC \u06A9\u0644\u06CC\u062F"',useAboveStyleForTheseSites:"\u603B\u662F\u4F7F\u7528 {theme} \u8BD1\u6587\u6837\u5F0F\u7684\u7F51\u7AD9",currentUrl:"URL \u0641\u0639\u0644\u06CC",confirm:"\u0635\u0631\u0641\u0647 \u062C\u0648\u06CC\u06CC",cancel:"\u0644\u063A\u0648 \u06A9\u0646\u06CC\u062F",delete:"\u062D\u0630\u0641","languages.auto":"\u062A\u0634\u062E\u06CC\u0635 \u062E\u0648\u062F\u06A9\u0627\u0631",syncToCloud:"\u540C\u6B65\u5230\u4E91\u7AEF",syncToCloudDescription:"\u5F00\u542F\u540E\u53EF\u4EE5\u5728\u4E0D\u540C\u7684\u6D4F\u89C8\u5668/\u6CB9\u7334\u811A\u672C\u4E4B\u95F4\u540C\u6B65\u914D\u7F6E,\u4EE5\u6700\u540E\u4FEE\u6539\u65F6\u95F4\u4E3A\u51C6\u3002",syncToAccount:"\u0647\u0645\u06AF\u0627\u0645 \u0633\u0627\u0632\u06CC \u0628\u0627 Immersive Translation Cloud",syncToAccountButton:"\u0641\u0648\u0631\u0627\u064B \u0628\u0627 \u0627\u0628\u0631 \u0647\u0645\u06AF\u0627\u0645 \u0633\u0627\u0632\u06CC \u06A9\u0646\u06CC\u062F",syncToAccountDescription:"\u0628\u0647 \u0637\u0648\u0631 \u062E\u0648\u062F\u06A9\u0627\u0631 \u067E\u06CC\u06A9\u0631\u0628\u0646\u062F\u06CC \u0647\u0627 \u0631\u0627 \u0628\u06CC\u0646 \u062F\u0633\u062A\u06AF\u0627\u0647 \u0647\u0627\u06CC \u0645\u062E\u062A\u0644\u0641 \u0628\u0631 \u0627\u0633\u0627\u0633 \u0622\u062E\u0631\u06CC\u0646 \u0632\u0645\u0627\u0646 \u062A\u063A\u06CC\u06CC\u0631 \u0647\u0645\u06AF\u0627\u0645 \u0633\u0627\u0632\u06CC \u06A9\u0646\u06CC\u062F.",successSyncConfigInAccount:"\u0628\u0627 \u0645\u0648\u0641\u0642\u06CC\u062A \u0628\u0627 \u0627\u0628\u0631 \u0647\u0645\u06AF\u0627\u0645 \u0628\u0645\u0627\u0646\u06CC\u062F",successSyncConfigToAccount:"\u0628\u0627 \u0645\u0648\u0641\u0642\u06CC\u062A \u0628\u0627 \u0627\u0628\u0631 \u0647\u0645\u06AF\u0627\u0645\u200C\u0633\u0627\u0632\u06CC \u0634\u062F",syncConfigNoUpdate:"\u062F\u0631 \u062D\u0627\u0644 \u062D\u0627\u0636\u0631 \u062C\u062F\u06CC\u062F\u062A\u0631\u06CC\u0646",authFail:"\u0645\u062C\u0648\u0632 \u0627\u0646\u062C\u0627\u0645 \u0646\u0634\u062F",syncTitle:"\u0645\u062F\u06CC\u0631\u06CC\u062A \u067E\u0634\u062A\u06CC\u0628\u0627\u0646 \u06AF\u06CC\u0631\u06CC \u062F\u0633\u062A\u06CC",import_hint:"\u0648\u0627\u0631\u062F \u0643\u0631\u062F\u0646",upload:"\u0628\u0627\u0631\u06AF\u0630\u0627\u0631\u06CC",revokeAuth:"\u0644\u063A\u0648 \u0645\u062C\u0648\u0632",uploadFail:"\u0622\u067E\u0644\u0648\u062F \u0627\u0646\u062C\u0627\u0645 \u0646\u0634\u062F",download:"\u062F\u0627\u0646\u0644\u0648\u062F",importSuccess:"\u0648\u0627\u0631\u062F\u0627\u062A \u0628\u0627 \u0645\u0648\u0641\u0642\u06CC\u062A \u0627\u0646\u062C\u0627\u0645 \u0634\u062F",importFail:"\u0648\u0627\u0631\u062F\u0627\u062A \u0627\u0646\u062C\u0627\u0645 \u0646\u0634\u062F",deleteFail:"\u062D\u0630\u0641 \u0646\u0634\u062F",backupToCloud:"\u0641\u0627\u06CC\u0644 \u0647\u0627\u06CC \u067E\u0634\u062A\u06CC\u0628\u0627\u0646 \u0631\u0627 \u0628\u0647 \u0635\u0648\u0631\u062A \u062F\u0633\u062A\u06CC \u0645\u062F\u06CC\u0631\u06CC\u062A \u06A9\u0646\u06CC\u062F",create_new_backup:"\u0627\u0636\u0627\u0641\u0647 \u06A9\u0631\u062F\u0646 \u06AF\u0631\u0647 \u067E\u0634\u062A\u06CC\u0628\u0627\u0646",maxBackupFiles:"\u062A\u0627{count}\u06AF\u0631\u0647 \u0645\u062E\u062A\u0644\u0641 \u0631\u0627 \u0645\u06CC \u062A\u0648\u0627\u0646 \u067E\u0634\u062A\u06CC\u0628\u0627\u0646 \u06AF\u06CC\u0631\u06CC \u06A9\u0631\u062F\u060C \u0644\u0637\u0641\u0627 \u06AF\u0631\u0647 \u0647\u0627\u06CC \u063A\u06CC\u0631 \u0636\u0631\u0648\u0631\u06CC \u0631\u0627 \u062D\u0630\u0641 \u06A9\u0646\u06CC\u062F",backupToCloudDescription:"\u0641\u0627\u06CC\u0644 \u0647\u0627\u06CC \u067E\u0634\u062A\u06CC\u0628\u0627\u0646 \u0631\u0627 \u0628\u0647 \u0635\u0648\u0631\u062A \u062F\u0633\u062A\u06CC \u0622\u067E\u0644\u0648\u062F \u06CC\u0627 \u0628\u0627\u0632\u06CC\u0627\u0628\u06CC \u06A9\u0646\u06CC\u062F\u060C \u062A\u0627 \u062D\u062F\u0627\u06A9\u062B\u0631 3 \u0646\u0633\u062E\u0647 \u067E\u0634\u062A\u06CC\u0628\u0627\u0646 \u062A\u0647\u06CC\u0647 \u06A9\u0646\u06CC\u062F",successSyncConfig:"\u0628\u0627 \u0645\u0648\u0641\u0642\u06CC\u062A \u0628\u0627 \u0627\u0628\u0631 \u0647\u0645\u06AF\u0627\u0645 \u0628\u0645\u0627\u0646\u06CC\u062F",syncFail:"\u0647\u0645\u06AF\u0627\u0645 \u0633\u0627\u0632\u06CC \u0627\u0646\u062C\u0627\u0645 \u0646\u0634\u062F",updatedAt:"\u0628\u0647 \u0631\u0648\u0632 \u0634\u062F\u0647 \u062F\u0631 {date}",lastSyncedAt:"\u0622\u062E\u0631\u06CC\u0646 \u0628\u0631\u0631\u0633\u06CC \u062F\u0631 {date}",downloadFail:"\u062F\u0627\u0646\u0644\u0648\u062F \u0646\u0634\u062F",clickToDownload:"\u0628\u0631\u0627\u06CC \u062F\u0627\u0646\u0644\u0648\u062F \u06A9\u0644\u06CC\u06A9 \u06A9\u0646\u06CC\u062F",aboutLabel:"\u062F\u0631\u0628\u0627\u0631\u0647 - \u0628\u0627\u0632\u062E\u0648\u0631\u062F","browser.openAboutPage":"\u5173\u4E8E/\u53CD\u9988/\u8D5E\u52A9",aboutLabelWithoutSponsor:"\u062F\u0631\u0628\u0627\u0631\u0647 - \u0628\u0627\u0632\u062E\u0648\u0631\u062F",aboutIntro:"\u8BE5\u6269\u5C55\u514D\u8D39\u4F7F\u7528\uFF0C\u5E0C\u671B\u6211\u4EEC\u90FD\u80FD\u66F4\u52A0\u5BB9\u6613\u4E14\u6109\u60A6\u5730\u83B7\u53D6\u4E92\u8054\u7F51\u4E0A\u5DE8\u5927\u7684\u5916\u8BED\u4FE1\u606F \u2764\uFE0F

\u611F\u8C22\u8FD9\u4E9B<1>\u8D5E\u52A9\u8005\u4EEC, \u7531\u4E8E\u4ED6/\u5979\u4EEC\u7684\u652F\u6301\uFF0C\u66F4\u591A\u7684\u4EBA\u53EF\u4EE5\u514D\u8D39\u5730\u4F7F\u7528\u8FD9\u4E2A\u5DE5\u5177\u3002\u5982\u679C\u6709\u4F59\u529B\uFF0C\u4F60\u53EF\u4EE5<2>\u70B9\u51FB\u8FD9\u91CC\u8D5E\u52A9\u6211\u7684\u5DE5\u4F5C\uFF0C\u4F60\u8FD8\u53EF\u4EE5\u5173\u6CE8\u6211\u7684<3>\u63A8\u7279\uFF0C<4>Telegram \u9891\u9053\u4EE5\u53CA\u4E0B\u65B9\u7684<5>\u90AE\u4EF6\u8BA2\u9605\u8FFD\u8E2A\u66F4\u65B0\u3002",aboutIntroWithoutSponsor:"\u8BE5\u6269\u5C55\u514D\u8D39\u4F7F\u7528\uFF0C\u5E0C\u671B\u6211\u4EEC\u90FD\u80FD\u66F4\u52A0\u5BB9\u6613\u4E14\u6109\u60A6\u5730\u83B7\u53D6\u4E92\u8054\u7F51\u4E0A\u5DE8\u5927\u7684\u5916\u8BED\u4FE1\u606F \u2764\uFE0F ",projectHomepage:"\u0635\u0641\u062D\u0647 \u0627\u0635\u0644\u06CC \u067E\u0631\u0648\u0698\u0647",joinTelegramGroup:"\u52A0\u5165 Telegram \u7FA4\u53C2\u4E0E\u529F\u80FD\u8BA8\u8BBA",wechatPublicAccount:"\u062D\u0633\u0627\u0628 \u0639\u0645\u0648\u0645\u06CC \u0648\u06CC \u0686\u062A",wechatCommunities:"\u06AF\u0631\u0648\u0647 \u0627\u0631\u062A\u0628\u0627\u0637\u06CC \u0648\u06CC \u0686\u062A",qqCommunities:"\u06A9\u0627\u0646\u0627\u0644 \u0627\u0631\u062A\u0628\u0627\u0637\u06CC QQ",joinTelegramChannel:"\u0628\u0631\u0627\u06CC \u0627\u0637\u0644\u0627\u0639 \u0627\u0632 \u0622\u062E\u0631\u06CC\u0646 \u0627\u062E\u0628\u0627\u0631 \u06A9\u0627\u0646\u0627\u0644 \u062A\u0644\u06AF\u0631\u0627\u0645 \u0631\u0627 \u062F\u0646\u0628\u0627\u0644 \u06A9\u0646\u06CC\u062F",feedbackAndJoin:"\u0628\u0627\u0632\u062E\u0648\u0631\u062F \u0645\u0634\u06A9\u0644/\u0628\u0647 \u06AF\u0631\u0648\u0647 \u0628\u067E\u06CC\u0648\u0646\u062F\u06CC\u062F",autoSync:"\u0647\u0645\u06AF\u0627\u0645 \u0633\u0627\u0632\u06CC \u0628\u0631\u0646\u0627\u0645\u0647 \u0631\u06CC\u0632\u06CC \u0634\u062F\u0647 \u062E\u0648\u062F\u06A9\u0627\u0631",loadingThemeTitle:"\u0633\u0628\u06A9 \u0628\u0627\u0631\u06AF\u06CC\u0631\u06CC",loadingThemeDescription:"\u0647\u0646\u06AF\u0627\u0645 \u0627\u0646\u062A\u0638\u0627\u0631 \u0628\u0631\u0627\u06CC \u0628\u0627\u0631\u06AF\u06CC\u0631\u06CC \u062A\u0631\u062C\u0645\u0647\u060C \u0633\u0628\u06A9 \u0631\u0627 \u062A\u0646\u0638\u06CC\u0645 \u06A9\u0646\u06CC\u062F","loadingTheme.spinner":"\u8F6C\u5708\u52A8\u753B Spinner","loadingTheme.text":"\u0645\u062A\u0646 \u0627\u06CC\u0633\u062A\u0627... ","loadingTheme.none":"\u0646\u0634\u0627\u0646 \u0646\u062F\u0647",developerDescription:"\u0627\u06CC\u0646\u062C\u0627 \u0645\u06CC \u062A\u0648\u0627\u0646\u06CC\u062F <1> \u0631\u0627 \u06A9\u0644\u06CC\u06A9 \u06A9\u0646\u06CC\u062F \u0645\u0634\u0627\u0647\u062F\u0647 \u0627\u0633\u0646\u0627\u062F \u0645\u0631\u0628\u0648\u0637 \u0628\u0647 \u0633\u0641\u0627\u0631\u0634\u06CC \u0633\u0627\u0632\u06CC \u067E\u06CC\u0634\u0631\u0641\u062A\u0647","edit border color":"\u0631\u0646\u06AF \u062D\u0627\u0634\u06CC\u0647 \u0631\u0627 \u062A\u063A\u06CC\u06CC\u0631 \u062F\u0647\u06CC\u062F",successSyncButNoChange:"\u067E\u06CC\u06A9\u0631\u0628\u0646\u062F\u06CC \u0641\u0639\u0644\u06CC \u0628\u0627 \u0627\u0628\u0631 \u0633\u0627\u0632\u06AF\u0627\u0631 \u0627\u0633\u062A",customTheme:"\u0631\u0646\u06AF \u0647\u0627 \u0648 \u0627\u0646\u062F\u0627\u0632\u0647 \u0647\u0627\u06CC \u0633\u0641\u0627\u0631\u0634\u06CC","customThemeLabel.borderColor":"\u0631\u0646\u06AF \u0644\u0628\u0647","customThemeLabel.borderRadius":"\u06AF\u0648\u0634\u0647 \u0647\u0627\u06CC \u06AF\u0631\u062F \u062D\u0627\u0634\u06CC\u0647","customThemeLabel.textColor":"\u0631\u0646\u06AF \u0645\u062A\u0646","customThemeLabel.backgroundColor":"\u0631\u0646\u06AF \u067E\u0633 \u0632\u0645\u06CC\u0646\u0647","customThemeLabel.zoom":"\u0645\u0642\u06CC\u0627\u0633 \u0628\u0646\u062F\u06CC \u0642\u0644\u0645 (%)","customThemeLabel.opacity":"\u06A9\u062F\u0648\u0631\u062A \u0645\u062A\u0646 (%)",resetToDefaultColor:"\u0628\u0647 \u0631\u0646\u06AF \u067E\u06CC\u0634 \u0641\u0631\u0636 \u0628\u0631\u06AF\u0631\u062F\u06CC\u062F",resetToDefaultSettings:"\u0628\u0647 \u062A\u0646\u0638\u06CC\u0645\u0627\u062A \u067E\u06CC\u0634 \u0641\u0631\u0636 \u0628\u0631\u06AF\u0631\u062F\u06CC\u062F",isTranslateTitle:"\u0639\u0646\u0627\u0648\u06CC\u0646 \u0635\u0641\u062D\u0627\u062A \u0648\u0628 \u062A\u0631\u062C\u0645\u0647 \u0634\u062F\u0647 \u0631\u0627 \u0631\u0648\u0634\u0646 \u06A9\u0646\u06CC\u062F",isTranslateTitleDescription:"\u0648\u0642\u062A\u06CC \u0631\u0648\u0634\u0646 \u0634\u062F\u060C \u0639\u0646\u0648\u0627\u0646 \u0635\u0641\u062D\u0647 \u0648\u0628 \u062A\u0631\u062C\u0645\u0647 \u062E\u0648\u0627\u0647\u062F \u0634\u062F",enableSearchEnhancement:"\u0628\u0647\u0628\u0648\u062F \u0627\u0637\u0644\u0627\u0639\u0627\u062A \u062F\u0648 \u0632\u0628\u0627\u0646\u0647 \u0631\u0627 \u0641\u0639\u0627\u0644 \u06A9\u0646\u06CC\u062F",enableSearchEnhancementDescription:"\u067E\u0633 \u0627\u0632 \u0631\u0648\u0634\u0646 \u0634\u062F\u0646\u060C \u0646\u062A\u0627\u06CC\u062C \u062C\u0633\u062A\u062C\u0648\u06CC \xABGoogle News\xBB \u0645\u0631\u0628\u0648\u0637 \u0628\u0647 \u06A9\u0644\u06CC\u062F\u0648\u0627\u0698\u0647\u200C\u0647\u0627\u06CC \u0627\u0646\u06AF\u0644\u06CC\u0633\u06CC \u0628\u0647\u200C\u0637\u0648\u0631 \u062E\u0648\u062F\u06A9\u0627\u0631 \u062F\u0631 \u0633\u062A\u0648\u0646 \u0633\u0645\u062A \u0631\u0627\u0633\u062A \u0648\u0628\u200C\u0633\u0627\u06CC\u062A\u200C\u0647\u0627\u06CC \u067E\u0634\u062A\u06CC\u0628\u0627\u0646\u06CC\u200C\u0634\u062F\u0647 (Google News\u060C Google Search (\u0628\u0631\u062E\u06CC \u06A9\u0644\u0645\u0627\u062A \u06A9\u0644\u06CC\u062F\u06CC)\u060C Snowball\u060C Oriental Fortune\u060C Futu\u060C \u0627\u0646\u062C\u0645\u0646 \u0628\u0628\u0631) \u0646\u0645\u0627\u06CC\u0634 \u062F\u0627\u062F\u0647 \u0645\u06CC\u200C\u0634\u0648\u0646\u062F.",verifyService:"\u0628\u0631\u0627\u06CC \u062A\u0633\u062A \u0633\u0631\u0648\u06CC\u0633 \u0627\u06CC\u0646\u062C\u0627 \u06A9\u0644\u06CC\u06A9 \u06A9\u0646\u06CC\u062F",verified:"\u062A\u0623\u06CC\u06CC\u062F \u0628\u0627 \u0645\u0648\u0641\u0642\u06CC\u062A \u0627\u0646\u062C\u0627\u0645 \u0634\u062F","field.langs":"\u06A9\u062F\u0647\u0627\u06CC \u0632\u0628\u0627\u0646 \u067E\u0634\u062A\u06CC\u0628\u0627\u0646\u06CC \u0634\u062F\u0647","field.model":"\u0645\u062F\u0644","field.translationEngine":"\u0645\u0648\u062A\u0648\u0631 \u062A\u0631\u062C\u0645\u0647","field.limitPerMinute":"\u062D\u062F\u0627\u06A9\u062B\u0631 \u062A\u0639\u062F\u0627\u062F \u062F\u0631\u062E\u0648\u0627\u0633\u062A \u062F\u0631 \u062F\u0642\u06CC\u0642\u0647","field.limitPerSecond":"\u062D\u062F\u0627\u06A9\u062B\u0631 \u062A\u0639\u062F\u0627\u062F \u062F\u0631\u062E\u0648\u0627\u0633\u062A \u062F\u0631 \u062B\u0627\u0646\u06CC\u0647","field.maxTextLengthPerRequest":"\u062D\u062F\u0627\u06A9\u062B\u0631 \u0637\u0648\u0644 \u0645\u062A\u0646 \u062F\u0631 \u0647\u0631 \u062F\u0631\u062E\u0648\u0627\u0633\u062A","field.maxTextGroupLengthPerRequest":"\u062D\u062F\u0627\u06A9\u062B\u0631 \u062A\u0639\u062F\u0627\u062F \u067E\u0627\u0631\u0627\u06AF\u0631\u0627\u0641 \u062F\u0631 \u0647\u0631 \u062F\u0631\u062E\u0648\u0627\u0633\u062A","field.apiUrl":"\u0622\u062F\u0631\u0633 \u0631\u0627\u0628\u0637 API \u0633\u0641\u0627\u0631\u0634\u06CC","field.placeholderDelimiters":"\u0645\u062A\u063A\u06CC\u0631\u0647\u0627\u06CC \u0631\u0632\u0631\u0648 \u0634\u062F\u0647","description.custom":"\u062F\u0633\u062A\u0631\u0633\u06CC \u0628\u0647 \u0631\u0627\u0628\u0637 \u0633\u0641\u0627\u0631\u0634\u06CC \u0628\u0647 \u0627\u0633\u0646\u0627\u062F \u0645\u0631\u062C\u0639 \u0646\u06CC\u0627\u0632 \u062F\u0627\u0631\u062F","description.limitPerMinute":"\u8BF7\u6C42\u6570\u8D85\u8FC7\u8BE5\u9650\u5236\u65F6\u4F1A\u88AB\u6682\u65F6\u7981\u7528\uFF0C\u76F4\u5230\u4E0B\u4E00\u5206\u949F\u5F00\u59CB\uFF0C\u9ED8\u8BA4\u8BBE\u7F6E\u4E3A OpenAI \u8BD5\u7528\u7248\u7684\u8BF7\u6C42\u9650\u5236","description.limitPerSecond":"\u0648\u0642\u062A\u06CC \u062A\u0639\u062F\u0627\u062F \u062F\u0631\u062E\u0648\u0627\u0633\u062A \u0647\u0627 \u0627\u0632 \u0627\u06CC\u0646 \u062D\u062F \u0628\u06CC\u0634\u062A\u0631 \u0634\u0648\u062F\u060C \u062A\u0627 \u0627\u0628\u062A\u062F\u0627\u06CC \u062B\u0627\u0646\u06CC\u0647 \u0628\u0639\u062F \u0648\u0627\u0631\u062F \u062D\u0627\u0644\u062A \u0635\u0641 \u0645\u06CC \u0634\u0648\u062F. \u0628\u0627 \u062A\u0648\u062C\u0647 \u0628\u0647 \u0645\u062D\u062F\u0648\u062F\u06CC\u062A\u200C\u0647\u0627\u06CC \u0645\u062E\u062A\u0644\u0641 \u0633\u0631\u0648\u06CC\u0633 \u0641\u0639\u0644\u06CC OpenAI\u060C \u0644\u0637\u0641\u0627\u064B <1> \u0631\u0627 \u0627\u06CC\u0646\u062C\u0627 \u06A9\u0644\u06CC\u06A9 \u06A9\u0646\u06CC\u062F \u0622\u062E\u0631\u06CC\u0646 \u0645\u0642\u0627\u062F\u06CC\u0631 \u062A\u0648\u0635\u06CC\u0647 \u0634\u062F\u0647 \u0631\u0627 \u0645\u0634\u0627\u0647\u062F\u0647 \u06A9\u0646\u06CC\u062F","description.generalLimitPerSecond":"\u0648\u0642\u062A\u06CC \u062A\u0639\u062F\u0627\u062F \u062F\u0631\u062E\u0648\u0627\u0633\u062A \u0647\u0627 \u0627\u0632 \u0627\u06CC\u0646 \u062D\u062F \u0628\u06CC\u0634\u062A\u0631 \u0634\u0648\u062F\u060C \u062A\u0627 \u0627\u0628\u062A\u062F\u0627\u06CC \u062B\u0627\u0646\u06CC\u0647 \u0628\u0639\u062F \u0648\u0627\u0631\u062F \u062D\u0627\u0644\u062A \u0635\u0641 \u0645\u06CC \u0634\u0648\u062F.","description.prompt":"\u0628\u0647 \u0639\u0646\u0648\u0627\u0646 \u06A9\u0627\u0631\u0628\u0631\u060C \u06AF\u0641\u062A\u06AF\u0648 \u0631\u0627 \u0628\u0647 {service} \u0627\u0631\u0633\u0627\u0644 \u06A9\u0646\u06CC\u062F\u060C \u06A9\u0647 \u062F\u0631 \u0622\u0646 {{text}} \u0645\u062D\u062A\u0648\u0627\u06CC \u0645\u062A\u0646 \u067E\u0627\u0631\u0627\u06AF\u0631\u0627\u0641\u060C {{from}} \u0632\u0628\u0627\u0646 \u067E\u0627\u0631\u0627\u06AF\u0631\u0627\u0641 \u0648 {{to}} \u0632\u0628\u0627\u0646 \u0645\u0642\u0635\u062F \u0631\u0627 \u0646\u0634\u0627\u0646 \u0645\u06CC \u062F\u0647\u062F.","description.maxTextLengthPerRequest":"\u9ED8\u8BA4\u4F1A\u5408\u5E76\u591A\u4E2A\u6BB5\u843D\uFF0C\u4EE5\u51CF\u5C11\u8BF7\u6C42\u6B21\u6570\uFF0C\u4F46\u662F\u5982\u679C\u6BB5\u843D\u603B\u957F\u5EA6\u8FC7\u957F\uFF0C\u4E5F\u53EF\u80FD\u4F1A\u5BFC\u81F4\u63A5\u53E3\u7684\u54CD\u5E94\u53D8\u6162\uFF0C\u56E0\u6B64\u53EF\u4EE5\u5C1D\u8BD5\u8C03\u6574\u8BE5\u9009\u9879\u6765\u4F18\u5316\u901F\u5EA6","description.systemPrompt":"\u0645\u06A9\u0627\u0644\u0645\u0647 \u0628\u0647 \u0639\u0646\u0648\u0627\u0646 \u0633\u06CC\u0633\u062A\u0645 \u0628\u0647 OpenAI \u0627\u0631\u0633\u0627\u0644 \u0645\u06CC \u0634\u0648\u062F\u060C \u06A9\u0647 \u062F\u0631 \u0622\u0646 {{text}} \u0646\u0634\u0627\u0646 \u062F\u0647\u0646\u062F\u0647 \u0645\u062D\u062A\u0648\u0627\u06CC \u0645\u062A\u0646 \u067E\u0627\u0631\u0627\u06AF\u0631\u0627\u0641\u060C{{from}} \u0646\u0634\u0627\u0646 \u062F\u0647\u0646\u062F\u0647 \u0632\u0628\u0627\u0646 \u067E\u0627\u0631\u0627\u06AF\u0631\u0627\u0641\u060C \u0648{{to}} \u0646\u0634\u0627\u0646 \u062F\u0647\u0646\u062F\u0647 \u0632\u0628\u0627\u0646 \u0645\u0642\u0635\u062F \u0627\u0633\u062A.","field.domain":"\u0631\u0634\u062A\u0647","description.domain":"\u067E\u06CC\u0634 \u0641\u0631\u0636\uFF1A\u0639\u0645\u0648\u0645\u06CC \u0627\u0633\u062A. \u0641\u0642\u0637 \u0632\u0645\u0627\u0646\u06CC \u0645\u06CC\u200C\u062A\u0648\u0627\u0646 \u0622\u0646 \u0631\u0627 \u062A\u0646\u0638\u06CC\u0645 \u06A9\u0631\u062F \u06A9\u0647 \u062A\u0631\u062C\u0645\u0647 \u0645\u0628\u062A\u0646\u06CC \u0628\u0631 \u062F\u0627\u0645\u0646\u0647 \u062F\u0631 \u06A9\u0646\u0633\u0648\u0644 Youdao API \u0641\u0639\u0627\u0644 \u0628\u0627\u0634\u062F. \u0628\u0631\u0627\u06CC \u0642\u0633\u0645\u062A\u200C\u0647\u0627\u06CC \u067E\u0634\u062A\u06CC\u0628\u0627\u0646\u06CC\u200C\u0634\u062F\u0647\u060C \u0644\u0637\u0641\u0627\u064B <1> \u0631\u0627 \u0627\u06CC\u0646\u062C\u0627 \u0628\u0628\u06CC\u0646\u06CC\u062F.","field.scene":"\u0635\u062D\u0646\u0647 \u0647\u0627\u06CC","description.scene":"\u067E\u06CC\u0634 \u0641\u0631\u0636\uFF1A\u0639\u0645\u0648\u0645\u06CC \u0627\u0633\u062A. \u062A\u0646\u0647\u0627 \u0632\u0645\u0627\u0646\u06CC \u0645\u06CC\u200C\u062A\u0648\u0627\u0646 \u0622\u0646 \u0631\u0627 \u062A\u0646\u0638\u06CC\u0645 \u06A9\u0631\u062F \u06A9\u0647 \u0646\u0633\u062E\u0647 \u062D\u0631\u0641\u0647\u200C\u0627\u06CC \u062A\u0631\u062C\u0645\u0647 \u0645\u0627\u0634\u06CC\u0646\u06CC \u062F\u0631 \u06A9\u0646\u0633\u0648\u0644 Alibaba Cloud API \u0641\u0639\u0627\u0644 \u0634\u0648\u062F. \u0628\u0631\u0627\u06CC \u0633\u0646\u0627\u0631\u06CC\u0648\u0647\u0627\u06CC \u067E\u0634\u062A\u06CC\u0628\u0627\u0646\u06CC \u0634\u062F\u0647 \u0628\u0647 <1> \u0627\u06CC\u0646\u062C\u0627 \u0645\u0631\u0627\u062C\u0639\u0647 \u06A9\u0646\u06CC\u062F.","field.vocabId":"\u0634\u0646\u0627\u0633\u0647 \u0641\u0631\u0647\u0646\u06AF \u0644\u063A\u062A \u06A9\u0627\u0631\u0628\u0631","description.vocabId":"\u0641\u0631\u0647\u0646\u06AF \u0644\u063A\u062A \u0645\u0634\u062E\u0635 \u0634\u062F\u0647 out_id \u062F\u0631 \u062D\u0627\u0644 \u062D\u0627\u0636\u0631 \u0627\u0632 \u062A\u0631\u062C\u0645\u0647 \u0627\u0646\u06AF\u0644\u06CC\u0633\u06CC \u0628\u0647 \u0686\u06CC\u0646\u06CC \u067E\u0634\u062A\u06CC\u0628\u0627\u0646\u06CC \u0645\u06CC \u06A9\u0646\u062F.","description.model":"\u0645\u062F\u0644 OpenAI \u0645\u06CC \u062A\u0648\u0627\u0646\u062F gpt-3.5-turbo\u060C gpt-4 \u0648 \u063A\u06CC\u0631\u0647 \u0628\u0627\u0634\u062F.","description.maxTextGroupLengthPerRequest":"\u062A\u0639\u062F\u0627\u062F \u067E\u0627\u0631\u0627\u06AF\u0631\u0627\u0641\u200C\u0647\u0627\u06CC\u06CC \u06A9\u0647 \u0647\u0631 \u0628\u0627\u0631 \u0628\u0647 \u0633\u0631\u0648\u06CC\u0633 \u062A\u0631\u062C\u0645\u0647 \u0627\u0631\u0633\u0627\u0644 \u0645\u06CC\u200C\u0634\u0648\u0646\u062F. \u0627\u06AF\u0631 \u062A\u0639\u062F\u0627\u062F \u067E\u0627\u0631\u0627\u06AF\u0631\u0627\u0641\u200C\u0647\u0627 \u0628\u06CC\u0634 \u0627\u0632 \u062D\u062F \u0628\u0627\u0634\u062F\u060C \u067E\u0627\u0633\u062E \u0631\u0627\u0628\u0637 \u0645\u0645\u06A9\u0646 \u0627\u0633\u062A \u06A9\u0646\u062F \u0634\u0648\u062F.","description.apiUrl":"\u8BF7\u6DFB\u52A0\u5177\u4F53\u5E26\u6709\u8DEF\u5F84\u7684\u7F51\u5740",enabledExtension:"\u0627\u0641\u0632\u0648\u0646\u0647 \u0631\u0627 \u0641\u0639\u0627\u0644 \u06A9\u0646\u06CC\u062F",clickToDisableExtension:"\u0628\u0631\u0627\u06CC \u063A\u06CC\u0631\u0641\u0639\u0627\u0644 \u06A9\u0631\u062F\u0646 \u0627\u0641\u0632\u0648\u0646\u0647 \u06A9\u0644\u06CC\u06A9 \u06A9\u0646\u06CC\u062F",clickToEnableExtension:"\u0628\u0631\u0627\u06CC \u0641\u0639\u0627\u0644 \u06A9\u0631\u062F\u0646 \u0628\u0631\u0646\u0627\u0645\u0647 \u0627\u0641\u0632\u0648\u062F\u0646\u06CC \u06A9\u0644\u06CC\u06A9 \u06A9\u0646\u06CC\u062F",hasBeenDisabled:"\u0645\u0639\u0644\u0648\u0644","show password":"\u0646\u0645\u0627\u06CC\u0634 \u0631\u0645\u0632 \u0639\u0628\u0648\u0631",customContent:"\u8F93\u5165\u81EA\u5B9A\u4E49\u5185\u5BB9",inputOptions:"\u0628\u0647\u0628\u0648\u062F \u062C\u0639\u0628\u0647 \u0648\u0631\u0648\u062F\u06CC",mouseHoverOptions:"\u0645\u0627\u0648\u0633 \u0628\u0631",modifyMouseHoverKey:"\u06A9\u0644\u06CC\u062F\u0647\u0627\u06CC \u0645\u06CC\u0627\u0646\u0628\u0631 \u0645\u0627\u0648\u0633 \u0631\u0627 \u062A\u063A\u06CC\u06CC\u0631 \u062F\u0647\u06CC\u062F",enableInputTranslation:"\u0641\u0639\u0627\u0644 \u06A9\u0631\u062F\u0646 \u0628\u0647\u0628\u0648\u062F \u062C\u0639\u0628\u0647 \u0648\u0631\u0648\u062F\u06CC",enableInputTranslationDescription:"\u067E\u0633 \u0627\u0632 \u0641\u0639\u0627\u0644 \u06A9\u0631\u062F\u0646{trailingKey}\u060C \u0645\u0633\u062A\u0642\u06CC\u0645\u0627\u064B {startingKey}{startingKey} hello \u0631\u0627 \u062F\u0631 \u06A9\u0627\u062F\u0631 \u0648\u0631\u0648\u062F\u06CC \u0648\u0627\u0631\u062F \u06A9\u0646\u06CC\u062F \u0648 \u0633\u067E\u0633 \u0628\u0647 \u0633\u0631\u0639\u062A \u0631\u0648\u06CC{inputTrailingTriggerKeyRepeatTimes}\u062F\u0648 \u0628\u0627\u0631 \u06A9\u0644\u06CC\u06A9 \u06A9\u0646\u06CC\u062F \u062A\u0627 \u0622\u0646 \u0631\u0627 \u0628\u0647 {inputTargetLanguage}\u062A\u0628\u062F\u06CC\u0644 \u06A9\u0646\u06CC\u062F.",enableInputTranslationDescriptionForNoneKey:"{trailingKey}\u0641\u0639\u0627\u0644 \u06A9\u0631\u062F\u0646 \u0622\u0646\u060C \u0645\u0633\u062A\u0642\u06CC\u0645\u0627\u064B\uFF1Ahello world \u0631\u0627 \u062F\u0631 \u06A9\u0627\u062F\u0631 \u0648\u0631\u0648\u062F\u06CC \u0648\u0627\u0631\u062F \u06A9\u0646\u06CC\u062F \u0648 \u0633\u067E\u0633 \u0628\u0647 \u0633\u0631\u0639\u062A{inputTrailingTriggerKeyRepeatTimes}\u0628\u0627\u0631 \u06A9\u0644\u06CC\u06A9 \u06A9\u0646\u06CC\u062F \u062A\u0627 \u0628\u0647 \u0632\u0628\u0627\u0646 \u0645\u0642\u0635\u062F \u067E\u06CC\u0634 \u0641\u0631\u0636 \u062A\u0631\u062C\u0645\u0647 \u0634\u0648\u062F.",inputTargetLanguage:"\u0632\u0628\u0627\u0646 \u0645\u0642\u0635\u062F \u067E\u06CC\u0634 \u0641\u0631\u0636 \u06A9\u0627\u062F\u0631 \u0648\u0631\u0648\u062F\u06CC \u0631\u0627 \u062A\u0646\u0638\u06CC\u0645 \u06A9\u0646\u06CC\u062F",inputTargetLanguageDescription:"\u0632\u0628\u0627\u0646 \u0645\u0642\u0635\u062F \u067E\u06CC\u0634\u200C\u0641\u0631\u0636 \u0628\u0631\u0627\u06CC \u062A\u0631\u062C\u0645\u0647 \u062C\u0639\u0628\u0647 \u0648\u0631\u0648\u062F\u06CC\u060C \u06A9\u0647 {startingKey}{startingKey} \u0628\u0647 \u0639\u0646\u0648\u0627\u0646 \u0632\u0628\u0627\u0646 \u067E\u06CC\u0634\u200C\u0641\u0631\u0636 \u0628\u0631\u0627\u06CC \u06A9\u0644\u0645\u0627\u062A \u0631\u0627\u0647\u200C\u0627\u0646\u062F\u0627\u0632 \u0627\u0633\u062A",inputTargetLanguageDescriptionForNoneKey:"\u0632\u0628\u0627\u0646 \u0645\u0642\u0635\u062F \u067E\u06CC\u0634\u200C\u0641\u0631\u0636 \u0628\u0631\u0627\u06CC \u062A\u0631\u062C\u0645\u0647\u200C\u0647\u0627\u06CC \u062C\u0639\u0628\u0647 \u0648\u0631\u0648\u062F\u06CC",inputStartingTriggerKeyTitle:"\u06A9\u0627\u0631\u0627\u06A9\u062A\u0631\u0647\u0627\u06CC \u062A\u0642\u0633\u06CC\u0645 \u0631\u0627 \u0628\u0631\u0627\u06CC \u062A\u0631\u062C\u0645\u0647 \u062C\u0632\u0626\u06CC \u06A9\u0627\u062F\u0631 \u0648\u0631\u0648\u062F\u06CC \u062A\u0646\u0638\u06CC\u0645 \u06A9\u0646\u06CC\u062F",inputStartingTriggerKeyDescription:"\u0647\u0646\u06AF\u0627\u0645\u06CC \u06A9\u0647 \u0646\u06CC\u0627\u0632\u06CC \u0628\u0647 \u062A\u0631\u062C\u0645\u0647 \u06A9\u0644 \u06A9\u0627\u062F\u0631 \u0648\u0631\u0648\u062F\u06CC \u0646\u062F\u0627\u0631\u06CC\u062F\u060C \u062C\u062F\u0627\u06A9\u0646\u0646\u062F\u0647 \u0628\u0647 \u0634\u0645\u0627 \u0627\u062C\u0627\u0632\u0647 \u0645\u06CC \u062F\u0647\u062F \u0641\u0642\u0637 \u0642\u0633\u0645\u062A \u0631\u0627 {startingKey}{startingKey} \u0628\u0647 \u0627\u0646\u062A\u0647\u0627\u06CC \u06A9\u0627\u062F\u0631 \u0648\u0631\u0648\u062F\u06CC \u062A\u0631\u062C\u0645\u0647 \u06A9\u0646\u06CC\u062F\u060C \u06CC\u0627 \u0645\u06CC \u062A\u0648\u0627\u0646\u06CC\u062F \u06A9\u062F \u0632\u0628\u0627\u0646 \u0631\u0627 \u0645\u0634\u062E\u0635 \u06A9\u0646\u06CC\u062F\u060C \u0628\u0647 \u0639\u0646\u0648\u0627\u0646 \u0645\u062B\u0627\u0644\u060C\uFF1A{startingKey}ja \u0628\u0647 \u0645\u0639\u0646\u0627\u06CC \u0641\u0642\u0637 \u062A\u0631\u062C\u0645\u0647 \u0627\u0633\u062A. \u0642\u0633\u0645\u062A \u0627\u0632 {startingKey}ja \u062A\u0627 \u0627\u0646\u062A\u0647\u0627\u06CC \u062C\u0639\u0628\u0647 \u0648\u0631\u0648\u062F\u06CC.",inputStartingTriggerKeyDescriptionForNoneKey:"\u062F\u0631 \u062D\u0627\u0644 \u062D\u0627\u0636\u0631 \u0628\u062F\u0648\u0646 \u0646\u06CC\u0627\u0632 \u0628\u0647 \u067E\u06CC\u0634\u0648\u0646\u062F \u062A\u0646\u0638\u06CC\u0645 \u0634\u062F\u0647 \u0627\u0633\u062A \u0648 \u0628\u0631\u062E\u06CC \u0627\u0632 \u0639\u0645\u0644\u06A9\u0631\u062F\u0647\u0627\u06CC \u062A\u0631\u062C\u0645\u0647 \u0645\u062A\u0646 \u062C\u0639\u0628\u0647 \u0648\u0631\u0648\u062F\u06CC \u0645\u0648\u0642\u062A\u0627\u064B \u062F\u0631 \u062F\u0633\u062A\u0631\u0633 \u0646\u06CC\u0633\u062A\u0646\u062F.",inputTrailingTriggerKeyTitle:"\u06CC\u06A9 \u06A9\u0627\u0631\u0627\u06A9\u062A\u0631 \u0645\u0627\u0634\u0647 \u0627\u06CC \u0631\u0627 \u0627\u0646\u062A\u062E\u0627\u0628 \u06A9\u0646\u06CC\u062F \u06A9\u0647 \u0628\u0647 \u0648\u0631\u0648\u062F\u06CC \u067E\u0627\u06CC\u0627\u0646 \u0645\u06CC \u062F\u0647\u062F",inputTrailingTriggerKeyDescription:"\u0628\u0627 \u0632\u062F\u0646{trailingKey} 3 \u0628\u0627\u0631 \u0645\u062A\u0648\u0627\u0644\u06CC\u060C \u062A\u0631\u062C\u0645\u0647 \u0634\u0631\u0648\u0639 \u0645\u06CC \u0634\u0648\u062F",inputTrailingTriggerKeyTimeout:"\u0641\u0627\u0635\u0644\u0647 \u0628\u06CC\u0646 \u0645\u0627\u0634\u0647 \u0647\u0627 \u0631\u0627 \u0628\u0631\u0627\u06CC \u067E\u0627\u06CC\u0627\u0646 \u062F\u0627\u062F\u0646 \u0628\u0647 \u062A\u0631\u06A9\u06CC\u0628 \u0648\u0627\u0631\u062F \u06A9\u0646\u06CC\u062F.",inputTrailingTriggerKeyTimeoutDescription:"\u0632\u0645\u0627\u0646 \u0641\u0627\u0635\u0644\u0647 (\u0645\u06CC\u0644\u06CC \u062B\u0627\u0646\u06CC\u0647) \u0631\u0627 \u0628\u0631\u0627\u06CC \u0648\u0631\u0648\u062F\u06CC \u0628\u0631\u0627\u06CC \u067E\u0627\u06CC\u0627\u0646 \u062F\u0627\u062F\u0646 \u0628\u0647 \u0645\u062D\u0631\u06A9 \u062A\u0631\u06A9\u06CC\u0628\u06CC \u062A\u0646\u0638\u06CC\u0645 \u06A9\u0646\u06CC\u062F",spaceKey:"",noneKey:"\u0628\u062F\u0648\u0646 \u0646\u06CC\u0627\u0632 \u0628\u0647 \u067E\u06CC\u0634\u0648\u0646\u062F\u060C \u0628\u0647 \u0637\u0648\u0631 \u0645\u0633\u062A\u0642\u06CC\u0645 \u06A9\u0644 \u062C\u0639\u0628\u0647 \u0645\u062A\u0646 \u0631\u0627 \u062A\u0631\u062C\u0645\u0647 \u06A9\u0646\u06CC\u062F",inputTranslationBlockUrlsTitle:"\u0647\u0631\u06AF\u0632 \u067E\u06CC\u0634\u0631\u0641\u062A \u0647\u0627\u06CC \u0641\u06CC\u0644\u062F \u0648\u0631\u0648\u062F\u06CC \u0631\u0627 \u062F\u0631 URL \u0647\u0627 \u0641\u0639\u0627\u0644 \u0646\u06A9\u0646\u06CC\u062F",inputTranslationBlockUrlsDescription:"\u062F\u0631 \u0622\u062F\u0631\u0633\u200C\u0647\u0627\u06CC \u0627\u06CC\u0646\u062A\u0631\u0646\u062A\u06CC \u0632\u06CC\u0631\u060C \u0628\u0647\u0628\u0648\u062F \u06A9\u0627\u062F\u0631 \u0648\u0631\u0648\u062F\u06CC \u0627\u062B\u0631\u06CC \u0646\u062E\u0648\u0627\u0647\u062F \u062F\u0627\u0634\u062A",clickToSeeQuickDemo:"\u0628\u0631\u0627\u06CC \u06AF\u0633\u062A\u0631\u0634 \u0648\u06CC\u062F\u06CC\u0648\u06CC \u0622\u0645\u0648\u0632\u0634 \u0633\u0631\u06CC\u0639 30 \u062B\u0627\u0646\u06CC\u0647 \u0627\u06CC \u06A9\u0644\u06CC\u06A9 \u06A9\u0646\u06CC\u062F",inputHelperInfo:"\u0646\u06A9\u062A\u0647\uFF1A: \u0645\u0627 \u0628\u0647 \u0637\u0648\u0631 \u062E\u0627\u0635 \u0627\u06CC\u0646 \u0645\u0648\u0636\u0648\u0639 \u0631\u0627 \u0628\u0647\u06CC\u0646\u0647 \u0633\u0627\u0632\u06CC \u06A9\u0631\u062F\u0647 \u0627\u06CC\u0645 \u06A9\u0647 \u062F\u0631 \u0622\u0646 \u0628\u0631\u062E\u06CC \u0627\u0632 \u06A9\u0627\u0631\u0627\u06A9\u062A\u0631\u0647\u0627\u06CC \u0645\u0627\u0634\u0647 \u0628\u0647 \u0639\u0644\u0627\u0626\u0645 \u0646\u06AF\u0627\u0631\u0634\u06CC \u0686\u06CC\u0646\u06CC \u062F\u0631 \u0631\u0648\u0634 \u0648\u0631\u0648\u062F\u06CC \u0686\u06CC\u0646\u06CC \u062A\u0628\u062F\u06CC\u0644 \u0645\u06CC \u0634\u0648\u0646\u062F. \u0628\u0647 \u0639\u0646\u0648\u0627\u0646 \u0645\u062B\u0627\u0644\u060C \u062F\u0631 \u0631\u0648\u0634 \u0648\u0631\u0648\u062F\u06CC Sogou\u060C / \u0628\u0647 \u0645\u06A9\u062B \u062A\u0628\u062F\u06CC\u0644 \u0645\u06CC \u0634\u0648\u062F\u060C \u0648 \u062A\u0631\u062C\u0645\u0647 \u0647\u0645\u0647 \u062C\u0627\u0646\u0628\u0647 \u0627\u0632 \u0647\u0645\u0647 \u0646\u0645\u0627\u062F\u0647\u0627\u06CC \u0686\u06CC\u0646\u06CC \u0645\u0631\u0628\u0648\u0637 \u0628\u0647 \u067E\u0634\u062A\u06CC\u0628\u0627\u0646\u06CC \u0645\u06CC \u06A9\u0646\u062F. \u06A9\u0627\u0631\u0627\u06A9\u062A\u0631\u0647\u0627\u06CC \u0645\u0627\u0634\u0647\u060C \u06CC\u0639\u0646\u06CC //\u060C\u060C \u0647\u0645\u0647 \u0628\u0647 \u0639\u0646\u0648\u0627\u0646 \u06A9\u0627\u0631\u0627\u06A9\u062A\u0631\u0647\u0627\u06CC \u0645\u0627\u0634\u0647 \u0634\u0646\u0627\u062E\u062A\u0647 \u0645\u06CC \u0634\u0648\u0646\u062F.

\u062F\u0631 \u0639\u06CC\u0646 \u062D\u0627\u0644\u060C \u0645\u0627 \u0647\u0645\u0686\u0646\u06CC\u0646 \u0627\u0632 \u0646\u0627\u0645 \u0645\u0633\u062A\u0639\u0627\u0631 \u0686\u06CC\u0646\u06CC \u06A9\u062F\u0647\u0627\u06CC \u0632\u0628\u0627\u0646 \u0628\u0647 \u0639\u0646\u0648\u0627\u0646 \u062F\u0633\u062A\u0648\u0631\u0627\u062A \u067E\u0634\u062A\u06CC\u0628\u0627\u0646\u06CC \u0645\u06CC \u06A9\u0646\u06CC\u0645. \u0628\u0647 \u0639\u0646\u0648\u0627\u0646 \u0645\u062B\u0627\u0644\u060C /Japanese Hello World \u0628\u0647 \u0698\u0627\u067E\u0646\u06CC \u062A\u0631\u062C\u0645\u0647 \u0645\u06CC \u0634\u0648\u062F. <1> \u0628\u0631\u0627\u06CC \u0645\u0634\u0627\u0647\u062F\u0647 \u0647\u0645\u0647 \u06A9\u062F\u0647\u0627\u06CC \u0632\u0628\u0627\u0646 \u067E\u0634\u062A\u06CC\u0628\u0627\u0646\u06CC \u0634\u062F\u0647 \u0627\u06CC\u0646\u062C\u0627 \u0631\u0627 \u06A9\u0644\u06CC\u06A9 \u06A9\u0646\u06CC\u062F. .",reloadCurrentPage:"\u0644\u0637\u0641\u0627\u064B \u0642\u0628\u0644 \u0627\u0632 \u0634\u0631\u0648\u0639 \u062A\u0631\u062C\u0645\u0647 \u0635\u0641\u062D\u0647 \u0641\u0639\u0644\u06CC \u0631\u0627 \u0628\u0627\u0632\u062E\u0648\u0627\u0646\u06CC \u06A9\u0646\u06CC\u062F",noLocalFilePermissionForPDF:"\u0645\u0627 \u062F\u0631 \u062D\u0627\u0644 \u062D\u0627\u0636\u0631 \u0645\u062C\u0648\u0632 \u062E\u0648\u0627\u0646\u062F\u0646 \u0641\u0627\u06CC\u0644 \u0647\u0627\u06CC \u0645\u062D\u0644\u06CC \u0631\u0627 \u0646\u062F\u0627\u0631\u06CC\u0645. \u0644\u0637\u0641\u0627 \u0631\u0648\u06CC \u062F\u06A9\u0645\u0647 \u0628\u0627\u0644\u0627 \u06A9\u0644\u06CC\u06A9 \u06A9\u0646\u06CC\u062F \u0648 \u0641\u0627\u06CC\u0644 \u0647\u0627\u06CC \u0645\u062D\u0644\u06CC \u0631\u0627 \u0648\u0627\u0631\u062F \u06A9\u0646\u06CC\u062F.",noPermissionForThisPage:"\u26A0\uFE0F \u0627\u062C\u0627\u0632\u0647 \u062A\u0631\u062C\u0645\u0647 \u0635\u0641\u062D\u0647 \u0641\u0639\u0644\u06CC \u0648\u062C\u0648\u062F \u0646\u062F\u0627\u0631\u062F",retryAllParagraphs:"\u0647\u0645\u0647 \u067E\u0627\u0631\u0627\u06AF\u0631\u0627\u0641 \u0647\u0627\u06CC \u062E\u0637\u0627 \u0631\u0627 \u062F\u0648\u0628\u0627\u0631\u0647 \u0627\u0645\u062A\u062D\u0627\u0646 \u06A9\u0646\u06CC\u062F",retryAllButton:"\u0647\u0645\u0647 \u067E\u0627\u0631\u0627\u06AF\u0631\u0627\u0641 \u0647\u0627\u06CC \u062E\u0637\u0627 \u0631\u0627 \u062F\u0648\u0628\u0627\u0631\u0647 \u0627\u0645\u062A\u062D\u0627\u0646 \u06A9\u0646\u06CC\u062F",errorTooltipTitle:"\u0628\u0631\u0627\u06CC \u0645\u0634\u0627\u0647\u062F\u0647 \u062F\u0644\u06CC\u0644 \u062E\u0637\u0627 \u06A9\u0644\u06CC\u06A9 \u06A9\u0646\u06CC\u062F",errorModalTitle:"\u0628\u0647 \u0646\u0638\u0631 \u0645\u06CC \u0631\u0633\u062F \u0645\u0634\u06A9\u0644\u06CC \u062F\u0631 \u062E\u062F\u0645\u0627\u062A \u062A\u0631\u062C\u0645\u0647 \u06CC\u0627 \u0634\u0628\u06A9\u0647 \u0648\u062C\u0648\u062F \u062F\u0627\u0631\u062F ...",disableConfirm:"\u062A\u0646\u0638\u06CC\u0645\u0627\u062A \u0627\u0641\u0632\u0627\u06CC\u0634 \u0627\u0637\u0644\u0627\u0639\u0627\u062A \u062F\u0648 \u0632\u0628\u0627\u0646\u0647",disableOnce:"\u0627\u06CC\u0646 \u0628\u0627\u0631 \u063A\u06CC\u0631 \u0641\u0639\u0627\u0644 \u0634\u062F\u0647",disableGlobal:"\u0628\u0631\u0627\u06CC \u0647\u0645\u06CC\u0634\u0647 \u0627\u0632 \u06A9\u0627\u0631 \u0627\u0641\u062A\u0627\u062F\u0647 \u0627\u0633\u062A",disableTint:"* \u0645\u06CC \u062A\u0648\u0627\u0646\u06CC\u062F \u0622\u0646 \u0631\u0627 \u0645\u062C\u062F\u062F\u0627\u064B \u062F\u0631 {option} \u0641\u0639\u0627\u0644 \u06A9\u0646\u06CC\u062F.",searchEnhancementNotes:"\u062F\u0631\u06CC\u0627\u0641\u062A\u06CC\u0645 \u06A9\u0647 \u0646\u062A\u0627\u06CC\u062C \u0627\u062E\u0628\u0627\u0631 \u0628\u0631\u0627\u06CC \u06A9\u0644\u0645\u0627\u062A \u06A9\u0644\u06CC\u062F\u06CC \u0686\u06CC\u0646\u06CC \u0648 \u06A9\u0644\u0645\u0627\u062A \u06A9\u0644\u06CC\u062F\u06CC \u0627\u0646\u06AF\u0644\u06CC\u0633\u06CC \u0628\u0633\u06CC\u0627\u0631 \u0645\u062A\u0641\u0627\u0648\u062A \u0627\u0633\u062A. \u067E\u0633 \u0627\u0632 \u0641\u0639\u0627\u0644 \u06A9\u0631\u062F\u0646 \u0639\u0645\u0644\u06A9\u0631\u062F \u0628\u0647\u0628\u0648\u062F \u0627\u0637\u0644\u0627\u0639\u0627\u062A \u062F\u0648\u0632\u0628\u0627\u0646\u0647 \u062A\u0631\u062C\u0645\u0647 \u0647\u0645\u0647\u062C\u0627\u0646\u0628\u0647\u060C \u062F\u0631 \u0648\u0628 \u0633\u0627\u06CC\u062A \u0647\u0627\u06CC \u067E\u0634\u062A\u06CC\u0628\u0627\u0646\u06CC \u0634\u062F\u0647 (Google News\u060C \u062C\u0633\u062A\u062C\u0648\u06CC Google (\u0628\u0631\u062E\u06CC \u0627\u0632 \u06A9\u0644\u0645\u0627\u062A \u06A9\u0644\u06CC\u062F\u06CC)\u060C Snowball\u060C Oriental Fortune Network\u060C Futu \u062C\u0633\u062A\u062C\u0648 \u062E\u0648\u0627\u0647\u06CC\u0645 \u06A9\u0631\u062F. , Tiger) \u0628\u0647 \u0637\u0648\u0631 \u062E\u0648\u062F\u06A9\u0627\u0631 \u0647\u0645\u0627\u0646 \u06A9\u0644\u0645\u0627\u062A \u06A9\u0644\u06CC\u062F\u06CC \u0631\u0627 \u0628\u0647 \u0632\u0628\u0627\u0646 \u0627\u0646\u06AF\u0644\u06CC\u0633\u06CC \u0628\u0631\u0627\u06CC \u0634\u0645\u0627 \u062C\u0633\u062A\u062C\u0648 \u0645\u06CC \u06A9\u0646\u062F \u0648 \u062F\u0631 \u0633\u0645\u062A \u0631\u0627\u0633\u062A \u0646\u0645\u0627\u06CC\u0634 \u0645\u06CC \u062F\u0647\u062F. \u0627\u06AF\u0631 \u0628\u0647 \u0627\u06CC\u0646 \u0648\u06CC\u0698\u06AF\u06CC \u0646\u06CC\u0627\u0632 \u0646\u062F\u0627\u0631\u06CC\u062F\u060C \u0645\u06CC \u062A\u0648\u0627\u0646\u06CC\u062F \u0622\u0646 \u0631\u0627 \u063A\u06CC\u0631\u0641\u0639\u0627\u0644 \u06A9\u0646\u06CC\u062F.",option:"\u0628\u0631\u067E\u0627\u06CC\u06CC",saveSettings:"\u062A\u0646\u0638\u06CC\u0645\u0627\u062A \u0631\u0627 \u0630\u062E\u06CC\u0631\u0647 \u06A9\u0646",closeModal:"\u067E\u0646\u062C\u0631\u0647 \u0631\u0627 \u0628\u0628\u0646\u062F",enableInputTranslationWithoutTriggerKeyTitle:"\u062A\u0631\u06A9\u06CC\u0628 \u0633\u0631\u06CC\u0639 \u0631\u0627 3 \u0628\u0627\u0631{trailingKey}\u0641\u0639\u0627\u0644 \u06A9\u0646\u06CC\u062F\u060C \u062A\u0645\u0627\u0645 \u06A9\u0627\u062F\u0631 \u0648\u0631\u0648\u062F\u06CC \u0631\u0627 \u0645\u0633\u062A\u0642\u06CC\u0645\u0627\u064B \u0628\u0647{inputTargetLanguage}\u062A\u0631\u062C\u0645\u0647 \u06A9\u0646\u06CC\u062F",enableInputTranslationWithoutTriggerKeyDescription:"\u0627\u06AF\u0631 \u0645\u06CC\u200C\u062E\u0648\u0627\u0647\u06CC\u062F \u0632\u0628\u0627\u0646 \u0645\u0642\u0635\u062F \u0631\u0627 \u0645\u0634\u062E\u0635 \u06A9\u0646\u06CC\u062F\u060C \u0644\u0637\u0641\u0627\u064B \u06A9\u062F \u0632\u0628\u0627\u0646 \u0645\u0642\u0627\u0628\u0644 \u0631\u0627 \u0627\u0636\u0627\u0641\u0647 \u06A9\u0646\u06CC\u062F\u060C \u0645\u0627\u0646\u0646\u062F\uFF1A\u06CC\u0627 Hello World",mouseHoverShortcutPlaceholder:"\u0645\u0627\u0646\u0646\u062F\uFF1AShift",deepLProName:"\u0639\u0636\u0648 \u062D\u0631\u0641\u0647 \u0627\u06CC \u062A\u0631\u062C\u0645\u0647 Immersive (\u062A\u0648\u0635\u06CC\u0647 \u0645\u06CC \u0634\u0648\u062F)",deepLProDescription:"\u0628\u0633\u062A\u0647 \u0641\u0639\u0644\u06CC \u0631\u0627 \u0645\u06CC \u062A\u0648\u0627\u0646 \u0628\u0647 \u0637\u0648\u0631 \u0645\u0633\u062A\u0642\u06CC\u0645 \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u06A9\u0631\u062F",deeplProDescriptionForNormal:"\u0647\u06CC\u0686 \u062A\u0646\u0638\u06CC\u0645\u0627\u062A\u06CC \u0644\u0627\u0632\u0645 \u0646\u06CC\u0633\u062A. \u0645\u06CC \u062A\u0648\u0627\u0646\u06CC\u062F \u067E\u0633 \u0627\u0632 \u0648\u0631\u0648\u062F \u0628\u0647 \u0639\u0646\u0648\u0627\u0646 \u0639\u0636\u0648 \u0627\u0632 \u0622\u0646 \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u06A9\u0646\u06CC\u062F. <1> \u0628\u0631\u0627\u06CC \u0627\u0631\u062A\u0642\u0627 \u0628\u0647 \u0639\u0636\u0648 \u0627\u06CC\u0646\u062C\u0627 \u0631\u0627 \u06A9\u0644\u06CC\u06A9 \u06A9\u0646\u06CC\u062F.",deepLCustomDescription:"\u0634\u0645\u0627 \u0628\u0647 \u06CC\u06A9 \u06A9\u0627\u0631\u062A \u0627\u0639\u062A\u0628\u0627\u0631\u06CC \u062E\u0627\u0631\u062C\u06CC \u0646\u06CC\u0627\u0632 \u062F\u0627\u0631\u06CC\u062F\u060C \u0628\u0647 <1>DeepL \u0628\u0631\u0648\u06CC\u062F \u0628\u0647 \u0637\u0648\u0631 \u0631\u0633\u0645\u06CC \u0628\u0627\u0632 \u0634\u062F\u060C \u0628\u0631\u0627\u06CC \u0645\u0634\u0627\u0647\u062F\u0647 \u0627\u0633\u0646\u0627\u062F <2> \u06A9\u0644\u06CC\u06A9 \u06A9\u0646\u06CC\u062F",deepLCustomName:"\u06A9\u0644\u06CC\u062F \u062A\u0623\u06CC\u06CC\u062F \u0633\u0641\u0627\u0631\u0634\u06CC",chooseProviderLabel:"\u0627\u0631\u0627\u0626\u0647 \u062F\u0647\u0646\u062F\u0647 \u062E\u062F\u0645\u0627\u062A \u0631\u0627 \u0627\u0646\u062A\u062E\u0627\u0628 \u06A9\u0646\u06CC\u062F",openaiProName:"\u0639\u0636\u0648 \u062D\u0631\u0641\u0647 \u0627\u06CC \u062A\u0631\u062C\u0645\u0647 Immersive (\u062A\u0648\u0635\u06CC\u0647 \u0645\u06CC \u0634\u0648\u062F)",openaiProDescription:"\u0628\u0633\u062A\u0647 \u0641\u0639\u0644\u06CC \u0631\u0627 \u0645\u06CC \u062A\u0648\u0627\u0646 \u0628\u0647 \u0637\u0648\u0631 \u0645\u0633\u062A\u0642\u06CC\u0645 \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u06A9\u0631\u062F",openaiProDescriptionForNormal:"\u0647\u06CC\u0686 \u062A\u0646\u0638\u06CC\u0645\u0627\u062A\u06CC \u0644\u0627\u0632\u0645 \u0646\u06CC\u0633\u062A. \u0645\u06CC \u062A\u0648\u0627\u0646\u06CC\u062F \u067E\u0633 \u0627\u0632 \u0648\u0631\u0648\u062F \u0628\u0647 \u0639\u0646\u0648\u0627\u0646 \u0639\u0636\u0648 \u0627\u0632 \u0622\u0646 \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u06A9\u0646\u06CC\u062F. <1> \u0628\u0631\u0627\u06CC \u0627\u0631\u062A\u0642\u0627 \u0628\u0647 \u0639\u0636\u0648 \u0627\u06CC\u0646\u062C\u0627 \u0631\u0627 \u06A9\u0644\u06CC\u06A9 \u06A9\u0646\u06CC\u062F.",openaiCustomDescription:"\u0645\u06CC \u062A\u0648\u0627\u0646 \u0622\u0646 \u0631\u0627 \u0627\u0632 OpenAI\u060C Azure OpenAI \u06CC\u0627 \u0633\u0627\u06CC\u0631 \u062E\u062F\u0645\u0627\u062A \u0634\u062E\u0635 \u062B\u0627\u0644\u062B \u062F\u0631\u06CC\u0627\u0641\u062A \u06A9\u0631\u062F. <1> \u0628\u0631\u0627\u06CC \u0645\u0634\u0627\u0647\u062F\u0647 \u0633\u0646\u062F \u0627\u06CC\u0646\u062C\u0627 \u0631\u0627 \u06A9\u0644\u06CC\u06A9 \u06A9\u0646\u06CC\u062F.",openaiCustomName:"\u06A9\u0644\u06CC\u062F API \u0633\u0641\u0627\u0631\u0634\u06CC",needLoginAction:"(\u0639\u0636\u0648\u06CC\u062A \u0631\u0627 \u0648\u0627\u0631\u062F \u06A9\u0646\u06CC\u062F \u06CC\u0627 \u0633\u0641\u0627\u0631\u0634\u06CC \u06A9\u0646\u06CC\u062F)",goLoginOrAction:"(\u0648\u0627\u0631\u062F \u0639\u0636\u0648\u06CC\u062A \u0634\u0648\u06CC\u062F \u06CC\u0627 \u0628\u0647 \u062A\u0646\u0638\u06CC\u0645\u0627\u062A \u0628\u0631\u0648\u06CC\u062F)",yearly:"\u0627\u0634\u062A\u0631\u0627\u06A9 \u0633\u0627\u0644\u0627\u0646\u0647 \u0645\u0633\u062A\u0645\u0631",quarterly:"\u0641\u0635\u0644 \u0647\u0627\u06CC \u0645\u062A\u0648\u0627\u0644\u06CC",monthly:"\u0627\u0634\u062A\u0631\u0627\u06A9 \u0645\u0627\u0647\u0627\u0646\u0647 \u0645\u0633\u062A\u0645\u0631",yearlyForOnce:"\u0628\u0633\u062A\u0647 \u0633\u0627\u0644\u0627\u0646\u0647 \u06CC\u06A9\u0628\u0627\u0631 \u0645\u0635\u0631\u0641",monthlyForOnce:"\u0628\u0633\u062A\u0647 \u06CC\u06A9\u0628\u0627\u0631\u0647 \u0645\u0627\u0647\u0627\u0646\u0647",daily:"\u0631\u0648\u0632\u0647\u0627\u06CC \u0645\u062A\u0648\u0627\u0644\u06CC",year:"\u0627\u0634\u062A\u0631\u0627\u06A9 \u0633\u0627\u0644\u0627\u0646\u0647 \u0645\u0633\u062A\u0645\u0631",quarter:"\u0641\u0635\u0644 \u0647\u0627\u06CC \u0645\u062A\u0648\u0627\u0644\u06CC",month:"\u0627\u0634\u062A\u0631\u0627\u06A9 \u0645\u0627\u0647\u0627\u0646\u0647 \u0645\u0633\u062A\u0645\u0631",day:"\u0631\u0648\u0632\u0647\u0627\u06CC \u0645\u062A\u0648\u0627\u0644\u06CC",onetime_7day:"\u0628\u0633\u062A\u0647 \u0622\u0632\u0645\u0627\u06CC\u0634\u06CC 7 \u0631\u0648\u0632\u0647",currentPlanDescriptionForFree:"\u0628\u0633\u062A\u0647 \u0641\u0639\u0644\u06CC\uFF1A\u0631\u0627\u06CC\u06AF\u0627\u0646 \u0627\u0633\u062A",currentPlanDescriptionForContinuous:"\u0628\u0633\u062A\u0647 \u0641\u0639\u0644\u06CC 0{plan}\uFF1A\u0648 \u0628\u0647 \u0637\u0648\u0631 \u062E\u0648\u062F\u06A9\u0627\u0631 \u062F\u0631 {endAt} \u062A\u0645\u062F\u06CC\u062F \u0645\u06CC \u0634\u0648\u062F",currentPlanDescriptionForAutoRenewCaceling:"\u0628\u0633\u062A\u0647 \u0641\u0639\u0644\u06CC\uFF1A{plan}\u0627\u0633\u062A \u0648 \u062F\u0631 {endAt} \u0645\u0646\u0642\u0636\u06CC \u0645\u06CC \u0634\u0648\u062F. \u067E\u0633 \u0627\u0632 \u0627\u0646\u0642\u0636\u0627 \u0628\u0647 \u0637\u0648\u0631 \u062E\u0648\u062F\u06A9\u0627\u0631 \u062A\u0645\u062F\u06CC\u062F \u0646\u0645\u06CC \u0634\u0648\u062F.",currentYearlyPlanDescriptionForAutoRenewCacelingWithRealPaiedUser:"\u0628\u0633\u062A\u0647 \u0641\u0639\u0644\u06CC\uFF1A{plan}\u062F\u0631 \u062A\u0627\u0631\u06CC\u062E {endAt} \u0645\u0646\u0642\u0636\u06CC \u0645\u06CC \u0634\u0648\u062F \u0648 \u067E\u0633 \u0627\u0632 \u0627\u0646\u0642\u0636\u0627 \u0628\u0647 \u0637\u0648\u0631 \u062E\u0648\u062F\u06A9\u0627\u0631 \u062A\u0645\u062F\u06CC\u062F \u0646\u0645\u06CC \u0634\u0648\u062F.
<1> \u0628\u0631\u0627\u06CC \u0645\u062F\u06CC\u0631\u06CC\u062A \u0628\u0631\u0646\u0627\u0645\u0647 \u0647\u0627\u06CC \u062A\u0645\u062F\u06CC\u062F \u0627\u06CC\u0646\u062C\u0627 \u0631\u0627 \u06A9\u0644\u06CC\u06A9 \u06A9\u0646\u06CC\u062F",currentYearlyPlanDescriptionForAutoRenewCacelingWithAdmin:"\u0628\u0633\u062A\u0647 \u0641\u0639\u0644\u06CC\uFF1A{plan}\u062F\u0631 \u062A\u0627\u0631\u06CC\u062E {endAt} \u0645\u0646\u0642\u0636\u06CC \u0645\u06CC \u0634\u0648\u062F \u0648 \u067E\u0633 \u0627\u0632 \u0627\u0646\u0642\u0636\u0627 \u0628\u0647 \u0637\u0648\u0631 \u062E\u0648\u062F\u06A9\u0627\u0631 \u062A\u0645\u062F\u06CC\u062F \u0646\u0645\u06CC \u0634\u0648\u062F.
<1>\u0628\u0631\u0627\u06CC \u0641\u0639\u0627\u0644 \u06A9\u0631\u062F\u0646 \u0627\u0634\u062A\u0631\u0627\u06A9 \u0633\u0627\u0644\u0627\u0646\u0647 \u0645\u0633\u062A\u0645\u0631 \u0627\u06CC\u0646\u062C\u0627 \u0631\u0627 \u06A9\u0644\u06CC\u06A9 \u06A9\u0646\u06CC\u062F",currentPlanDescriptionForOneTime:"\u0628\u0633\u062A\u0647 \u0641\u0639\u0644\u06CC\uFF1A{plan}\u0627\u0633\u062A \u0648 \u062F\u0631 {endAt} \u0645\u0646\u0642\u0636\u06CC \u0645\u06CC \u0634\u0648\u062F. <1> \u0628\u0631\u0627\u06CC \u0627\u0631\u062A\u0642\u0627\u0621 \u0628\u0647 \u0647\u0632\u06CC\u0646\u0647 \u0633\u0627\u0644\u0627\u0646\u0647 \u0627\u06CC\u0646\u062C\u0627 \u0631\u0627 \u06A9\u0644\u06CC\u06A9 \u06A9\u0646\u06CC\u062F \u06CC\u0627 <2> \u0647\u0632\u06CC\u0646\u0647 \u0645\u0627\u0647\u0627\u0646\u0647 \u0639\u0636\u0648",upgradePlan:"\u0628\u0631\u0627\u06CC \u0627\u0631\u062A\u0642\u0627\u0621 \u0628\u0647 \u0639\u0636\u0648\u06CC\u062A Pro \u0627\u06CC\u0646\u062C\u0627 \u0631\u0627 \u06A9\u0644\u06CC\u06A9 \u06A9\u0646\u06CC\u062F",upgradeToPro:"\u0628\u0647 \u0639\u0636\u0648\u06CC\u062A Pro \u0627\u0631\u062A\u0642\u0627 \u062F\u0647\u06CC\u062F","popup.openPro":"\u5F00\u901A\u4F1A\u5458\u540E\u53EF\u4EE5\u7545\u4EAB DeepL \u548C OpenAI \u7FFB\u8BD1","popup.openProForPro":"\u0634\u0645\u0627 \u06CC\u06A9 \u0639\u0636\u0648 \u062D\u0631\u0641\u0647 \u0627\u06CC \u0647\u0633\u062A\u06CC\u062F \u0648 \u0645\u06CC \u062A\u0648\u0627\u0646\u06CC\u062F \u0645\u0633\u062A\u0642\u06CC\u0645\u0627\u064B \u0627\u0632 \u062A\u0631\u062C\u0645\u0647 DeepL \u0648 OpenAI \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u06A9\u0646\u06CC\u062F",currentAccount:"\u062D\u0633\u0627\u0628 \u062C\u0627\u0631\u06CC",enableAutoSyncUserSettings:"\u0647\u0645\u06AF\u0627\u0645 \u0633\u0627\u0632\u06CC \u0627\u0628\u0631\u06CC \u062E\u0648\u062F\u06A9\u0627\u0631 \u0631\u0627 \u062F\u0631 \u0686\u0646\u062F\u06CC\u0646 \u062F\u0633\u062A\u06AF\u0627\u0647 \u0641\u0639\u0627\u0644 \u06A9\u0646\u06CC\u062F",modalEnableInputTranslationTitle:"\u0646\u06A9\u0627\u062A \u062A\u0631\u062C\u0645\u0647 \u0647\u0645\u0647\u062C\u0627\u0646\u0628\u0647 \u062C\u0639\u0628\u0647 \u0648\u0631\u0648\u062F\u06CC \u062A\u0631\u062C\u0645\u0647",modalEnableInputTranslationDesc:"\u0634\u0645\u0627 \u0628\u0647 \u062A\u0627\u0632\u06AF\u06CC \u062A\u0631\u062C\u0645\u0647 \u062C\u0639\u0628\u0647 \u0648\u0631\u0648\u062F\u06CC Immersive Translation \u0631\u0627 \u0628\u0627 \u0641\u0634\u0627\u0631 \u062F\u0627\u062F\u0646 \u06A9\u0644\u06CC\u062F \u0641\u0627\u0635\u0644\u0647 \u0633\u0647 \u0628\u0627\u0631 \u067E\u0634\u062A \u0633\u0631 \u0647\u0645 \u0641\u0639\u0627\u0644 \u06A9\u0631\u062F\u0647 \u0627\u06CC\u062F \u0648 \u0645\u062D\u062A\u0648\u0627\u06CC \u062C\u0639\u0628\u0647 \u0648\u0631\u0648\u062F\u06CC \u0628\u0647 \u0632\u0628\u0627\u0646 \u0645\u0642\u0635\u062F \u067E\u06CC\u0634 \u0641\u0631\u0636 \u062A\u0631\u062C\u0645\u0647 \u0645\u06CC \u0634\u0648\u062F. \u062A\u0631\u062C\u0645\u0647 \u0631\u0627 \u0645\u06CC \u062A\u0648\u0627\u0646 \u0628\u0627 Ctrl+Z \u0644\u063A\u0648 \u06A9\u0631\u062F.

\u0627\u06AF\u0631 \u0627\u06CC\u0646 \u06CC\u06A9 \u0627\u0634\u062A\u0628\u0627\u0647 \u0627\u0633\u062A\u060C \u0646\u06AF\u0631\u0627\u0646 \u0646\u0628\u0627\u0634\u06CC\u062F\u060C \u0645\u06CC\u200C\u062A\u0648\u0627\u0646\u06CC\u062F \u0627\u06CC\u0646 \u0628\u0627\u0631 \u0622\u0646 \u0631\u0627 \u063A\u06CC\u0631\u0641\u0639\u0627\u0644 \u06A9\u0646\u06CC\u062F \u06CC\u0627 \u062A\u0631\u062C\u0645\u0647 \u062C\u0639\u0628\u0647 \u0648\u0631\u0648\u062F\u06CC \u0631\u0627 \u0628\u0631\u0627\u06CC \u0647\u0645\u06CC\u0634\u0647 \u063A\u06CC\u0631\u0641\u0639\u0627\u0644 \u06A9\u0646\u06CC\u062F.",saveAndNotShowAgain:"\u0630\u062E\u06CC\u0631\u0647 \u06A9\u0646\u06CC\u062F \u0648 \u062F\u0648\u0628\u0627\u0631\u0647 \u062F\u0631\u062E\u0648\u0627\u0633\u062A \u0646\u06A9\u0646\u06CC\u062F",disableInputTranslationTips:"* \u0647\u0645\u0686\u0646\u06CC\u0646 \u0645\u06CC \u062A\u0648\u0627\u0646\u06CC\u062F \u0633\u0627\u06CC\u0631 \u06A9\u0644\u06CC\u062F\u0647\u0627\u06CC \u0645\u06CC\u0627\u0646\u0628\u0631 \u0631\u0627 \u0628\u0631\u0627\u06CC \u0641\u0639\u0627\u0644 \u06A9\u0631\u062F\u0646 {option} \u060C{learnMore}\u062A\u0646\u0638\u06CC\u0645 \u06A9\u0646\u06CC\u062F.",learnMore:"\u0628\u0631\u0627\u06CC \u0627\u0637\u0644\u0627\u0639\u0627\u062A \u0628\u06CC\u0634\u062A\u0631 \u0627\u06CC\u0646\u062C\u0627 \u06A9\u0644\u06CC\u06A9 \u06A9\u0646\u06CC\u062F",continueEnalbeInputTranslation:"\u0628\u0647 \u0641\u0639\u0627\u0644 \u06A9\u0631\u062F\u0646 \u062A\u0631\u062C\u0645\u0647 \u062C\u0639\u0628\u0647 \u0648\u0631\u0648\u062F\u06CC \u0627\u062F\u0627\u0645\u0647 \u062F\u0647\u06CC\u062F",autoRenewTrialSuffix:'(\u062F\u0631 \u0637\u0648\u0644 \u062F\u0648\u0631\u0647 \u0622\u0632\u0645\u0627\u06CC\u0634\u06CC\u060C\u0628\u0644\u0627\u0641\u0627\u0635\u0644\u0647 \u0628\u0647 \u06CC\u06A9\u0631\u0633\u0645\u06CC \u0627\u0631\u062A\u0642\u0627 \u062E\u0648\u0627\u0647\u062F \u06CC\u0627\u0641\u062A.',upgradeFromTrialTitle:"\u0627\u0631\u062A\u0642\u0627 \u0628\u0647 \u0639\u0636\u0648 \u0631\u0633\u0645\u06CC",subtitle:"\u0632\u06CC\u0631\u0646\u0648\u06CC\u0633 \u0648\u06CC\u062F\u06CC\u0648",youtubeService:"\u062E\u062F\u0645\u0627\u062A \u062A\u0631\u062C\u0645\u0647 \u0632\u06CC\u0631\u0646\u0648\u06CC\u0633 \u0648\u06CC\u062F\u06CC\u0648\u06CC\u06CC \u0647\u0645\u0647\u062C\u0627\u0646\u0628\u0647","subtitle.disabledSubtitle":"\u0632\u06CC\u0631\u0646\u0648\u06CC\u0633 \u0648\u06CC\u062F\u06CC\u0648 \u0631\u0627 \u0628\u0631\u0627\u06CC \u0647\u0645\u06CC\u0634\u0647 \u063A\u06CC\u0631\u0641\u0639\u0627\u0644 \u06A9\u0646\u06CC\u062F","subtitle.disabledSubtitleDescription":"\u0627\u06AF\u0631 \u0632\u06CC\u0631\u0646\u0648\u06CC\u0633\u200C\u0647\u0627\u06CC \u0648\u06CC\u062F\u06CC\u0648\u06CC \xAB\u062A\u0631\u062C\u0645\u0647 Immersive\xBB \u0628\u0627 \u0628\u0631\u0646\u0627\u0645\u0647\u200C\u0647\u0627\u06CC \u0627\u0641\u0632\u0648\u062F\u0646\u06CC \u062F\u06CC\u06AF\u0631 \u062A\u062F\u0627\u062E\u0644 \u062F\u0627\u0631\u0646\u062F\u060C \u0645\u06CC\u200C\u062A\u0648\u0627\u0646\u06CC\u062F \u0627\u0646\u062A\u062E\u0627\u0628 \u06A9\u0646\u06CC\u062F \u06A9\u0647 \u0639\u0645\u0644\u06A9\u0631\u062F \u0632\u06CC\u0631\u0646\u0648\u06CC\u0633\u200C\u0647\u0627\u06CC \u0648\u06CC\u062F\u06CC\u0648\u06CC\u06CC \u062A\u0631\u062C\u0645\u0647 Immersive \u0631\u0627 \u0628\u0631\u0627\u06CC \u0647\u0645\u06CC\u0634\u0647 \u063A\u06CC\u0631\u0641\u0639\u0627\u0644 \u06A9\u0646\u06CC\u062F \u06CC\u0627 \u0633\u0627\u06CC\u0631 \u0628\u0631\u0646\u0627\u0645\u0647\u200C\u0647\u0627\u06CC \u0627\u0641\u0632\u0648\u062F\u0646\u06CC \u0645\u062A\u0646\u0627\u0642\u0636 \u0631\u0627 \u062D\u0630\u0641 \u0646\u0635\u0628 \u06A9\u0646\u06CC\u062F.","subtitle.autoEnableSubtitle":"\u5F00\u542F\u5B57\u5E55\u7FFB\u8BD1","subtitle.autoEnableSubtitleDescription":"\u067E\u0633 \u0627\u0632 \u0641\u0639\u0627\u0644 \u0633\u0627\u0632\u06CC\u060C \u0647\u0646\u06AF\u0627\u0645 \u067E\u062E\u0634 \u0648\u06CC\u062F\u06CC\u0648\u060C \u0632\u06CC\u0631\u0646\u0648\u06CC\u0633 \u062F\u0648\u0632\u0628\u0627\u0646\u0647 \u0628\u0647 \u0635\u0648\u0631\u062A \u062E\u0648\u062F\u06A9\u0627\u0631 \u0646\u0645\u0627\u06CC\u0634 \u062F\u0627\u062F\u0647 \u0645\u06CC \u0634\u0648\u062F\u060C \u062F\u0631 \u063A\u06CC\u0631 \u0627\u06CC\u0646 \u0635\u0648\u0631\u062A \u0628\u0627\u06CC\u062F \u0631\u0648\u06CC \u062F\u06A9\u0645\u0647 \u062A\u0631\u062C\u0645\u0647 \u06A9\u0644\u06CC\u06A9 \u06A9\u0646\u06CC\u062F \u062A\u0627 \u0646\u0645\u0627\u06CC\u0634 \u062F\u0627\u062F\u0647 \u0634\u0648\u062F.","subtitle.preTranslation":"\u0628\u0631\u0627\u06CC \u062A\u0631\u062C\u0645\u0647 \u0632\u06CC\u0631\u0646\u0648\u06CC\u0633 \u0647\u0627 \u0627\u0632 \u062A\u0631\u062C\u0645\u0647 \u0647\u0645\u0647 \u062C\u0627\u0646\u0628\u0647 \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u06A9\u0646\u06CC\u062F","subtitle.preTranslationDescription":"\u067E\u0633 \u0627\u0632 \u0641\u0639\u0627\u0644 \u06A9\u0631\u062F\u0646 \u0622\u0646\u060C \u0627\u0648\u0644\u0648\u06CC\u062A \u0628\u0627 \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u0627\u0632 \u062E\u062F\u0645\u0627\u062A \u062A\u0631\u062C\u0645\u0647 \u0645\u0634\u062E\u0635 \u0634\u062F\u0647 \u062F\u0631 \u0632\u06CC\u0631 \u0628\u0631\u0627\u06CC \u062A\u0631\u062C\u0645\u0647 \u06A9\u0644 \u0632\u06CC\u0631\u0646\u0648\u06CC\u0633 \u0627\u0632 \u0642\u0628\u0644 \u062E\u0648\u0627\u0647\u062F \u0628\u0648\u062F. \u06CC\u06A9 \u0648\u06CC\u062F\u06CC\u0648\u06CC \u06CC\u06A9 \u0633\u0627\u0639\u062A\u0647 \u062A\u0642\u0631\u06CC\u0628\u0627\u064B 50000 \u062A\u0648\u06A9\u0646 \u06CC\u0627 \u06A9\u0627\u0631\u0627\u06A9\u062A\u0631 \u0645\u0635\u0631\u0641 \u0645\u06CC \u06A9\u0646\u062F\u060C \u0628\u0646\u0627\u0628\u0631\u0627\u06CC\u0646 \u0644\u0637\u0641\u0627\u064B \u0627\u0632 \u0622\u0646 \u062F\u0631 \u0635\u0648\u0631\u062A \u0644\u0632\u0648\u0645 \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u06A9\u0646\u06CC\u062F\u061B \u067E\u0633 \u0627\u0632 \u063A\u06CC\u0631\u0641\u0639\u0627\u0644 \u0634\u062F\u0646\u060C \u0627\u0648\u0644\u0648\u06CC\u062A \u062F\u0627\u062F\u0647 \u0645\u06CC \u0634\u0648\u062F. \u0628\u0631\u0627\u06CC \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u0627\u0632 \u0632\u06CC\u0631\u0646\u0648\u06CC\u0633\u200C\u0647\u0627\u06CC \u062A\u0631\u062C\u0645\u0647\u200C\u0634\u062F\u0647 \u0645\u0627\u0634\u06CC\u0646\u06CC \u0647\u0645\u0631\u0627\u0647 \u0628\u0627 \u0648\u06CC\u062F\u06CC\u0648\u06CC \u0627\u0635\u0644\u06CC.","subtitle.humanSubtitlesPreferred":"\u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u0627\u0632 \u0632\u06CC\u0631\u0646\u0648\u06CC\u0633 \u0647\u0627\u06CC \u0627\u0646\u0633\u0627\u0646\u06CC \u0631\u0627 \u062F\u0631 \u0627\u0648\u0644\u0648\u06CC\u062A \u0642\u0631\u0627\u0631 \u062F\u0647\u06CC\u062F","subtitle.humanSubtitlesPreferredDescription":"\u0648\u0642\u062A\u06CC \u0648\u06CC\u062F\u06CC\u0648\u06CC\u06CC \u062F\u0627\u0631\u0627\u06CC \u0632\u06CC\u0631\u0646\u0648\u06CC\u0633 \u062F\u0633\u062A\u06CC \u0628\u0647 \u0632\u0628\u0627\u0646 \u0645\u0642\u0635\u062F \u0627\u0633\u062A\u060C \u0627\u0628\u062A\u062F\u0627 \u0627\u0632 \u0632\u06CC\u0631\u0646\u0648\u06CC\u0633 \u062F\u0633\u062A\u06CC \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u06A9\u0646\u06CC\u062F (\u062A\u0648\u0635\u06CC\u0647 \u0645\u06CC\u200C\u0634\u0648\u062F)",videoSubtitleTranslationDescription:"\u06CC\u06A9 \u0633\u0631\u0648\u06CC\u0633 \u062A\u0631\u062C\u0645\u0647 \u062C\u062F\u0627\u06AF\u0627\u0646\u0647 \u0628\u0631\u0627\u06CC \u0632\u06CC\u0631\u0646\u0648\u06CC\u0633 \u0648\u06CC\u062F\u06CC\u0648\u0647\u0627 \u062A\u0639\u06CC\u06CC\u0646 \u06A9\u0646\u06CC\u062F",subtitleTranslating:"\u062A\u0631\u062C\u0645\u0647 \u0632\u06CC\u0631\u0646\u0648\u06CC\u0633 \u0628\u0627 \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u0627\u0632 \u0633\u0631\u0648\u06CC\u0633 {service} \u060C \u0644\u0637\u0641\u0627 \u0635\u0628\u0631 \u06A9\u0646\u06CC\u062F... (\u062A\u0631\u062C\u0645\u0647 \u0647\u0645\u0647 \u062C\u0627\u0646\u0628\u0647)",subtitleLoading:"\u062F\u0631 \u062D\u0627\u0644 \u0628\u0627\u0631\u06AF\u06CC\u0631\u06CC \u0632\u06CC\u0631\u0646\u0648\u06CC\u0633...",bilingual:"\u062F\u0648 \u0632\u0628\u0627\u0646\u0647","field.action":"\u0627\u06CC\u0646\u06A9\u0647 \u0622\u06CC\u0627 \u0627\u0635\u0637\u0644\u0627\u062D\u0627\u062A Baidu \u0631\u0627 \u0641\u0639\u0627\u0644 \u06A9\u0646\u06CC\u062F","description.action":"\u067E\u0633 \u0627\u0632 \u0641\u0639\u0627\u0644 \u06A9\u0631\u062F\u0646\u060C \u067E\u0627\u0631\u0627\u0645\u062A\u0631 action=1 \u0628\u0647 \u062F\u0631\u062E\u0648\u0627\u0633\u062A \u0627\u0636\u0627\u0641\u0647 \u0645\u06CC\u200C\u0634\u0648\u062F \u062A\u0627 \u0628\u0647 Baidu \u0627\u0637\u0644\u0627\u0639 \u062F\u0627\u062F\u0647 \u0634\u0648\u062F \u062A\u0627 \u0627\u0635\u0637\u0644\u0627\u062D \u0641\u0639\u0627\u0644 \u0634\u0648\u062F. <1> \u0644\u0637\u0641\u0627\u064B \u0628\u0631\u0627\u06CC \u062F\u0633\u062A\u0648\u0631\u0627\u0644\u0639\u0645\u0644\u200C\u0647\u0627\u06CC \u0628\u06CC\u0634\u062A\u0631 \u0628\u0647 \u0645\u0633\u062A\u0646\u062F\u0627\u062A \u0631\u0633\u0645\u06CC \u0645\u0631\u0627\u062C\u0639\u0647 \u06A9\u0646\u06CC\u062F.",closeQuickTranslation:"\u062A\u0648\u067E \u0634\u0646\u0627\u0648\u0631 \u0631\u0627 \u0628\u0628\u0646\u062F\u06CC\u062F","closeQuickTranslation.untilNext":"\u062A\u0627 \u0628\u0627\u0632\u062F\u06CC\u062F \u0628\u0639\u062F\u06CC \u062A\u0639\u0637\u06CC\u0644 \u0627\u0633\u062A","closeQuickTranslation.currentWebsite":"\u0648\u0628 \u0633\u0627\u06CC\u062A \u0641\u0639\u0644\u06CC \u063A\u06CC\u0631\u0641\u0639\u0627\u0644 \u0627\u0633\u062A","closeQuickTranslation.alwaysClose":"\u0628\u0631\u0627\u06CC \u0647\u0645\u06CC\u0634\u0647 \u0627\u0632 \u06A9\u0627\u0631 \u0627\u0641\u062A\u0627\u062F\u0647 \u0627\u0633\u062A","closeQuickTranslation.settingOpen":"(\u062F\u0631 \u0635\u0641\u062D\u0647 \u062A\u0646\u0638\u06CC\u0645\u0627\u062A <1> \u0642\u0627\u0628\u0644 \u0645\u0634\u0627\u0647\u062F\u0647 \u0627\u0633\u062A \u0631\u0648\u0634\u0646 \u06A9\u0646)","closeQuickTranslation.cancel":"\u0644\u063A\u0648 \u06A9\u0646\u06CC\u062F","closeQuickTranslation.confirm":"\u0645\u0637\u0645\u0626\u0646","floatBall.popup":"\u067E\u0627\u0646\u0644 \u062A\u0646\u0638\u06CC\u0645\u0627\u062A \u0633\u0631\u06CC\u0639 \u0631\u0627 \u0628\u0627\u0632 \u06A9\u0646\u06CC\u062F","floatBall.translate":"\u0628\u0631\u0627\u06CC \u062A\u0631\u062C\u0645\u0647 \u0627\u06CC\u0646 \u0635\u0641\u062D\u0647 \u06A9\u0644\u06CC\u06A9 \u06A9\u0646\u06CC\u062F","floatBall.showOriginal":"\u0628\u0631\u0627\u06CC \u0628\u0627\u0632\u06AF\u0634\u062A \u0628\u0647 \u0645\u062A\u0646 \u0627\u0635\u0644\u06CC \u06A9\u0644\u06CC\u06A9 \u06A9\u0646\u06CC\u062F","floatBall.close":"\u062A\u0648\u067E \u0634\u0646\u0627\u0648\u0631 \u0631\u0627 \u0628\u0628\u0646\u062F\u06CC\u062F","floatBallOptions.enableDescPc":"\u067E\u0633 \u0627\u0632 \u0641\u0639\u0627\u0644 \u0634\u062F\u0646 \u062A\u0648\u067E \u0634\u0646\u0627\u0648\u0631 \u0635\u0641\u062D\u0647\u060C \u062F\u06A9\u0645\u0647 \u062A\u0631\u062C\u0645\u0647 \u0633\u0631\u06CC\u0639 \u062F\u0631 \u0633\u0645\u062A \u0631\u0627\u0633\u062A \u0635\u0641\u062D\u0647 \u0646\u0645\u0627\u06CC\u0634 \u062F\u0627\u062F\u0647 \u0645\u06CC \u0634\u0648\u062F.\u0628\u0631\u0627\u06CC \u062A\u0631\u062C\u0645\u0647 \u06A9\u0644\u06CC\u06A9 \u06A9\u0646\u06CC\u062F.","floatBallOptions.enableDesc":"\u5173\u95ED\u60AC\u6D6E\u7403\u540E\uFF0C\u53EF\u4EE5\u7528\u5FEB\u6377\u952E/{touch}\u5524\u8D77\u3002\u4E3A\u9632\u6B62\u4E0D\u614E\u5173\u95ED\u8BE5\u9009\u9879\u540E\u627E\u4E0D\u5230\u60AC\u6D6E\u7403\uFF0C\u5F3A\u70C8\u5EFA\u8BAE\u6536\u85CF\u672C\u8BBE\u7F6E\u9875","description.azureApiUrl":"\u0622\u062F\u0631\u0633 \u0631\u0627\u0628\u0637 API \u0633\u0641\u0627\u0631\u0634\u06CC \u0631\u0627 \u067E\u0631 \u06A9\u0646\u06CC\u062F",confirmSupportMouse:"\u786E\u8BA4\u5F53\u524D\u6D4F\u89C8\u5668\u652F\u6301\u9F20\u6807",confirmSupportMouseDescription:"\u062A\u0634\u062E\u06CC\u0635 \u062F\u0627\u062F\u0647 \u0634\u062F\u0647 \u0627\u0633\u062A \u06A9\u0647 \u0645\u0631\u0648\u0631\u06AF\u0631 \u0641\u0639\u0644\u06CC \u0627\u0632 \u0639\u0645\u0644\u06A9\u0631\u062F \u0645\u0627\u0648\u0633 \u067E\u0634\u062A\u06CC\u0628\u0627\u0646\u06CC \u0646\u0645\u06CC \u06A9\u0646\u062F. \u0622\u06CC\u0627 \u0645\u06CC \u062E\u0648\u0627\u0647\u06CC\u062F \u067E\u0634\u062A\u06CC\u0628\u0627\u0646\u06CC \u0627\u0632 \u0645\u0627\u0648\u0633 \u0631\u0627 \u0628\u0647 \u0627\u062C\u0628\u0627\u0631 \u0641\u0639\u0627\u0644 \u06A9\u0646\u06CC\u062F\u061F",sampleTargetText:"\u0634\u0628 \u0637\u0648\u0644\u0627\u0646\u06CC \u062F\u0631 \u0631\u0627\u0647 \u0627\u0633\u062A \u0648 \u0645\u0646 \u0627\u0632 \u0627\u06CC\u0646 \u0628\u0647 \u0628\u0639\u062F \u062A\u0627 \u0632\u0645\u0627\u0646\u06CC \u06A9\u0647 \u0628\u0645\u06CC\u0631\u0645 \u0645\u0631\u0627\u0642\u0628 \u062E\u0648\u0627\u0647\u0645 \u0628\u0648\u062F. \u0645\u0646 \u0646\u0647 \u0632\u0646 \u0645\u06CC\u06AF\u06CC\u0631\u0645\u060C \u0646\u0647 \u0634\u0627\u0647\u06CC\u060C \u0646\u0647 \u0641\u0631\u0632\u0646\u062F\u06CC. \u062A\u0627\u062C \u0628\u0631 \u0633\u0631 \u0646\u062E\u0648\u0627\u0647\u0645 \u06AF\u0630\u0627\u0634\u062A \u0648 \u0628\u0631\u0627\u06CC \u0627\u0641\u062A\u062E\u0627\u0631\u0627\u062A \u0645\u0633\u0627\u0628\u0642\u0647 \u0646\u0645\u06CC \u062F\u0647\u0645. \u0645\u0646 \u0648\u0638\u06CC\u0641\u0647 \u0627\u0645 \u0631\u0627 \u0635\u0627\u062F\u0642\u0627\u0646\u0647 \u0627\u0646\u062C\u0627\u0645 \u062E\u0648\u0627\u0647\u0645 \u062F\u0627\u062F\u060C \u0632\u0646\u062F\u0647 \u0645\u06CC \u0634\u0648\u0645 \u0648 \u0645\u06CC \u0645\u06CC\u0631\u0645.",sampleSourceText:"Night gathers, and now my watch begins. It shall not end until my death. I shall take no wife, hold no lands, father no children. I shall wear no crowns and win no glory. I shall live and die at my post.","subtitle.supportedSites":"\u5DF2\u652F\u6301\u5728\u8FD9\u4E9B\u7F51\u7AD9\u4F7F\u7528\u53CC\u8BED\u5B57\u5E55\uFF08\u6CE8\u610F\uFF1A\u7531\u4E8E\u6280\u672F\u9650\u5236\uFF0C\u90E8\u5206\u7F51\u7AD9\u5728\u9996\u6B21\u5F00\u542F\u5B57\u5E55\u540E\u9700\u8981\u91CD\u65B0\u5237\u65B0\u9875\u9762\uFF0C\u6216\u8005\u9700\u7B49\u5F85\u7FFB\u8BD1\u5B8C\u6210\u4EE5\u663E\u793A\u53CC\u8BED\u5B57\u5E55\uFF09\uFF1A",viewWithImmersiveTranslate:"\u53CC\u8BED\u7248\u672C(\u6C89\u6D78\u5F0F\u7FFB\u8BD1)",errorReason:"\u9519\u8BEF\u539F\u56E0\uFF1A{message}","proQuotaExceededError.onetime7day":'\uFF0C\u60A8\u53EF\u4EE5\u9009\u62E9\u4EE5\u4E0B\u65B9\u5F0F\u89E3\u51B3\uFF1A

1. \u5207\u6362\u5230 {anotherService} \u6216\u5176\u4ED6\u7FFB\u8BD1\u670D\u52A1
2. \u5347\u7EA7\u4E3A\u6708\u5EA6/\u5E74\u5EA6\u4F1A\u5458',"proQuotaExceededError.trial":'\uFF0C\u60A8\u53EF\u4EE5\u9009\u62E9\u4EE5\u4E0B\u65B9\u5F0F\u89E3\u51B3\uFF1A

1. \u5207\u6362\u5230 {anotherService} \u6216\u5176\u4ED6\u7FFB\u8BD1\u670D\u52A1
2. \u7ACB\u523B\u5347\u7EA7\u4E3A\u6B63\u5F0F\u4F1A\u5458',"proQuotaExceededError.nonTrial":'\uFF0C\u60A8\u53EF\u4EE5\u9009\u62E9\u4EE5\u4E0B\u65B9\u5F0F\u89E3\u51B3\uFF1A

1. \u5207\u6362\u5230 {anotherService} \u6216\u5176\u4ED6\u7FFB\u8BD1\u670D\u52A1
2. \u8D2D\u4E70 {translationService} \u989D\u5916\u6D41\u91CF\u5305',"proQuotaExceededError.resetTime":"
3. \u989D\u5EA6\u91CD\u7F6E\u65F6\u95F4\uFF1A{resetTime}","desc.touchShortcutsToggleTranslatePageOnlyTranslation":"\u0641\u0642\u0637 \u0645\u062A\u0646 \u062A\u0631\u062C\u0645\u0647 \u0628\u0647 \u0645\u0639\u0646\u06CC \u0627\u0633\u062A \u06A9\u0647 \u0641\u0642\u0637 \u0645\u062A\u0646 \u062A\u0631\u062C\u0645\u0647 \u0646\u0645\u0627\u06CC\u0634 \u062F\u0627\u062F\u0647 \u0645\u06CC \u0634\u0648\u062F\u060C \u0627\u06AF\u0631 \u0635\u0641\u062D\u0647 \u0648\u0628 \u0647\u0646\u0648\u0632 \u062A\u0631\u062C\u0645\u0647 \u0646\u0634\u062F\u0647 \u0627\u0633\u062A\u060C \u062D\u0627\u0644\u062A \u062A\u063A\u06CC\u06CC\u0631 \u062E\u0648\u0627\u0647\u062F \u06A9\u0631\u062F \u0648 \u062A\u0631\u062C\u0645\u0647 \u062E\u0648\u0627\u0647\u062F \u0634\u062F.","desc.toggleOnlyTransation":"\u062D\u0627\u0644\u062A \u0641\u0642\u0637 \u062A\u0631\u062C\u0645\u0647 \u0628\u0647 \u0627\u06CC\u0646 \u0645\u0639\u0646\u06CC \u0627\u0633\u062A \u06A9\u0647 \u0641\u0642\u0637 \u0645\u062A\u0646 \u062A\u0631\u062C\u0645\u0647 \u0634\u062F\u0647 \u0646\u0645\u0627\u06CC\u0634 \u062F\u0627\u062F\u0647 \u0645\u06CC \u0634\u0648\u062F\u060C \u0627\u06AF\u0631 \u0635\u0641\u062D\u0647 \u0648\u0628 \u0647\u0646\u0648\u0632 \u062A\u0631\u062C\u0645\u0647 \u0646\u0634\u062F\u0647 \u0628\u0627\u0634\u062F\u060C \u062D\u0627\u0644\u062A \u062A\u063A\u06CC\u06CC\u0631 \u062E\u0648\u0627\u0647\u062F \u06A9\u0631\u062F \u0648 \u062A\u0631\u062C\u0645\u0647 \u062E\u0648\u0627\u0647\u062F \u0634\u062F.",touchShortcutsToggleTranslatePageOnlyTranslation:"\u062A\u0646\u0638\u06CC\u0645 \u062D\u0631\u06A9\u062A \u0644\u0645\u0633\u06CC \u0635\u0641\u062D\u0647 \u0646\u0645\u0627\u06CC\u0634 \u0628\u0631\u0627\u06CC \u062A\u063A\u06CC\u06CC\u0631 \u0628\u06CC\u0646 \u062D\u0627\u0644\u062A \u062F\u0648\u0632\u0628\u0627\u0646\u0647 / \u0641\u0642\u0637 \u0645\u062A\u0646 \u062A\u0631\u062C\u0645\u0647 \u0634\u062F\u0647",download_started:"\u062F\u0627\u0646\u0644\u0648\u062F \u0634\u0631\u0648\u0639 \u0634\u062F\u0647 \u0627\u0633\u062A \u060C \u0627\u06AF\u0631 \u0628\u0647 \u0637\u0648\u0631 \u062E\u0648\u062F\u06A9\u0627\u0631 \u062F\u0627\u0646\u0644\u0648\u062F \u0646\u0634\u062F \u060C \u0644\u0637\u0641\u0627\u064B \u0628\u0647 \u0635\u0648\u0631\u062A \u062F\u0633\u062A\u06CC \u062F\u0627\u0646\u0644\u0648\u062F \u06A9\u0646\u06CC\u062F.",here:"\u0627\u06CC\u0646\u062C\u0627","translationFont.customPlaceholder":"\u0641\u0648\u0646\u062A",translationFont:"\u062A\u0646\u0638\u06CC\u0645 \u0641\u0648\u0646\u062A",batchEdit:"\u0639\u0645\u0644\u06CC\u0627\u062A \u062F\u0633\u062A\u0647 \u062C\u0645\u0639\u06CC","translationModeLang.translation.title":"\u0641\u0642\u0637 \u062D\u0627\u0644\u062A \u062A\u0631\u062C\u0645\u0647 \u0632\u0628\u0627\u0646","error.goReset":"\u0628\u0627\u0632\u0646\u0634\u0627\u0646\u06CC \u06A9\u0646\u06CC\u062F","translationFont.custom":"\u0648\u0631\u0648\u062F \u0641\u0648\u0646\u062A \u0633\u0641\u0627\u0631\u0634\u06CC","error.serveConfigError":"\u062E\u0637\u0627\u06CC \u067E\u06CC\u06A9\u0631\u0628\u0646\u062F\u06CC \u0633\u0631\u0648\u06CC\u0633",detectServiceLoading:"\u062F\u0631 \u062D\u0627\u0644 \u0628\u0631\u0631\u0633\u06CC \u062E\u062F\u0645\u0627\u062A \u062A\u0631\u062C\u0645\u0647 \u0645\u0648\u062C\u0648\u062F...","touch.mouse-translate":"\u062A\u0631\u062C\u0645\u0647 \u067E\u0627\u0631\u0627\u06AF\u0631\u0627\u0641 \u0645\u0634\u062E\u0635","translationModeUrl.translation.title":"\u0622\u062F\u0631\u0633 \u0627\u06CC\u0646\u062A\u0631\u0646\u062A\u06CC \u062D\u0627\u0644\u062A \u0641\u0642\u0637 \u062A\u0631\u062C\u0645\u0647","translationServices.inherit":"\u0628\u0627 \u062E\u062F\u0645\u0627\u062A \u062A\u0631\u062C\u0645\u0647 \u0627\u0635\u0644\u06CC \u062F\u0646\u0628\u0627\u0644 \u06A9\u0646\u06CC\u062F","error.reloadPageOfSetting":"\u067E\u0633 \u0627\u0632 \u067E\u06CC\u06A9\u0631\u0628\u0646\u062F\u06CC\u060C \u0644\u0637\u0641\u0627 \u0635\u0641\u062D\u0647 \u0631\u0627 \u062F\u0648\u0628\u0627\u0631\u0647 \u062A\u0627\u0632\u0647 \u06A9\u0646\u06CC\u062F \u0648 \u062F\u0648\u0628\u0627\u0631\u0647 \u062A\u0631\u062C\u0645\u0647 \u06A9\u0646\u06CC\u062F.","error.configError":"\u0627\u0637\u0644\u0627\u0639\u0627\u062A \u067E\u06CC\u06A9\u0631\u0628\u0646\u062F\u06CC \u063A\u06CC\u0631 \u0645\u0639\u0645\u0648\u0644\u06CC \u0627\u0633\u062A","error.proTokenInvalid":"\u0627\u06AF\u0631 \u06A9\u0627\u0631\u0628\u0631 Pro \u0647\u0633\u062A\u06CC\u062F\u060C \u0644\u0637\u0641\u0627\u064B \u067E\u0633 \u0627\u0632 \u0648\u0631\u0648\u062F \u0627\u0632 \u062E\u062F\u0645\u0627\u062A \u062A\u0631\u062C\u0645\u0647 Pro \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u06A9\u0646\u06CC\u062F.",videoSubtitlePreTranslationOff:"\u0632\u06CC\u0631\u0646\u0648\u06CC\u0633 \u0648\u06CC\u062F\u06CC\u0648 \u0627\u0648\u0644\u0648\u06CC\u062A \u062E\u0648\u0627\u0647\u062F \u062F\u0627\u062F \u0628\u0647 \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u0627\u0632 \u0632\u06CC\u0631\u0646\u0648\u06CC\u0633 \u0645\u0627\u0634\u06CC\u0646\u06CC \u0645\u0648\u062C\u0648\u062F \u062F\u0631 \u0648\u06CC\u062F\u06CC\u0648 \u0627\u0635\u0644\u06CC",toggleToService:"\u0628\u0647 {service} \u062A\u063A\u06CC\u06CC\u0631 \u062F\u0647\u06CC\u062F \u0648 \u062F\u0648\u0628\u0627\u0631\u0647 \u0627\u0645\u062A\u062D\u0627\u0646 \u06A9\u0646\u06CC\u062F","error.proUpgrade":"\u067E\u0633 \u0627\u0632 \u0627\u0631\u062A\u0642\u0627\u060C \u0644\u0637\u0641\u0627 \u0635\u0641\u062D\u0647 \u0631\u0627 \u062F\u0648\u0628\u0627\u0631\u0647 \u062A\u0631\u062C\u0645\u0647 \u06A9\u0646\u06CC\u062F.",enableSentryReport:"\u0648\u0642\u062A\u06CC \u062E\u0637\u0627\u06CC \u06AF\u0633\u062A\u0631\u0634 \u0631\u062E \u0645\u06CC \u062F\u0647\u062F\u060C \u0628\u0627 \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u0627\u0632 Sentry \u0628\u0631\u0627\u06CC \u0627\u0631\u0633\u0627\u0644 \u0628\u0627\u0632\u062E\u0648\u0631\u062F \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u06A9\u0646\u06CC\u062F.","error.403":"\u062E\u062F\u0645\u062A \u062E\u0637\u0627\u06CC \u0628\u0631\u06AF\u0634\u062A \u062F\u0627\u062F\u0647 \u0627\u0633\u062A\u060C \u0645\u0648\u0642\u062A\u0627\u064B \u0627\u062C\u0627\u0632\u0647 \u062F\u0633\u062A\u0631\u0633\u06CC \u0628\u0647 \u0627\u06CC\u0646 \u062E\u062F\u0645\u062A \u0631\u0627 \u0646\u062F\u0627\u0631\u06CC\u062F.",videoSubtitlePreTranslationOn:"\u0632\u06CC\u0631\u0646\u0648\u06CC\u0633 \u0647\u0627\u06CC \u0648\u06CC\u062F\u06CC\u0648 \u0628\u0647 \u0637\u0648\u0631 \u0627\u0648\u0644\u0648\u06CC\u062A\u06CC \u0627\u0632 \u062A\u0631\u062C\u0645\u0647 \u0641\u0631\u0648 \u0631\u0641\u062A\u06AF\u06CC \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u062E\u0648\u0627\u0647\u062F \u06A9\u0631\u062F.","translationModeUrl.translation.description":"\u0648\u0642\u062A\u06CC \u0648\u0628 \u0633\u0627\u06CC\u062A \u0628\u0631\u0627\u06CC \u062F\u0627\u0645\u0646\u0647 \u0647\u0627\u06CC \u0632\u06CC\u0631 \u0627\u0633\u062A\u060C \u0628\u0647 \u0637\u0648\u0631 \u062E\u0648\u062F\u06A9\u0627\u0631 \u0627\u0632 \u062D\u0627\u0644\u062A \u0641\u0642\u0637 \u0645\u062A\u0646 \u062A\u0631\u062C\u0645\u0647 \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u0645\u06CC \u06A9\u0646\u062F.","error.502":"\u062E\u062F\u0645\u062A \u062E\u0637\u0627 \u062F\u0627\u062F\u0647 \u0627\u0633\u062A\u060C \u062E\u062F\u0645\u062A \u0628\u0647 \u062A\u0627\u062E\u06CC\u0631 \u0627\u0641\u062A\u0627\u062F\u0647 \u0627\u0633\u062A\u060C \u0644\u0637\u0641\u0627 \u0628\u0639\u062F\u0627 \u062F\u0648\u0628\u0627\u0631\u0647 \u0627\u0645\u062A\u062D\u0627\u0646 \u06A9\u0646\u06CC\u062F.","error.openAIExceededQuota":"\u062E\u0637\u0627\u06CC \u0628\u0627\u0632\u06AF\u0634\u062A \u0633\u0631\u0648\u06CC\u0633: \u0645\u0648\u062C\u0648\u062F\u06CC \u062D\u0633\u0627\u0628 OpenAI \u0634\u0645\u0627 \u06A9\u0627\u0641\u06CC \u0646\u06CC\u0633\u062A\u060C \u0644\u0637\u0641\u0627\u064B \u0627\u0632 \u0637\u0631\u06CC\u0642 \u067E\u0646\u0644 \u0645\u062F\u06CC\u0631\u06CC\u062A\u06CC \u0631\u0633\u0645\u06CC OpenAI \u0634\u0627\u0631\u0698 \u06A9\u0646\u06CC\u062F \u06CC\u0627 \u06A9\u0627\u0631\u062A \u0627\u0639\u062A\u0628\u0627\u0631\u06CC \u062E\u0648\u062F \u0631\u0627 \u0645\u062A\u0635\u0644 \u06A9\u0646\u06CC\u062F.","translationModeLang.translation.description":"\u0648\u0642\u062A\u06CC \u0632\u0628\u0627\u0646 \u0635\u0641\u062D\u0647 \u0628\u0647 \u0632\u0628\u0627\u0646\u0647\u0627\u06CC \u0632\u06CC\u0631 \u0627\u0633\u062A\u060C \u0628\u0647 \u0637\u0648\u0631 \u062E\u0648\u062F\u06A9\u0627\u0631 \u0627\u0632 \u062D\u0627\u0644\u062A \u062A\u0631\u062C\u0645\u0647 \u0641\u0642\u0637 \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u0645\u06CC \u0634\u0648\u062F","error.429":"\u062E\u062F\u0645\u062A \u062E\u0637\u0627 \u0631\u0627 \u0628\u0631\u0645\u06CC \u06AF\u0631\u062F\u0627\u0646\u062F\u060C \u06A9\u0647 \u0646\u0634\u0627\u0646 \u0645\u06CC \u062F\u0647\u062F \u062F\u0631\u062E\u0648\u0627\u0633\u062A \u0628\u06CC\u0634 \u0627\u0632 \u062D\u062F \u0645\u06A9\u0631\u0631 \u06CC\u0627 \u0628\u06CC\u0634 \u0627\u0632 \u062D\u062F \u0645\u062D\u062F\u0648\u062F\u06CC\u062A \u0627\u0633\u062A\u060C \u0644\u0637\u0641\u0627 \u0628\u0639\u062F\u0627 \u062F\u0648\u0628\u0627\u0631\u0647 \u0627\u0645\u062A\u062D\u0627\u0646 \u06A9\u0646\u06CC\u062F.","error.400":"\u062E\u0637\u0627\u06CC\u06CC \u062F\u0631 \u0628\u0627\u0632\u06AF\u0634\u062A \u062E\u062F\u0645\u0627\u062A \u0631\u062E \u062F\u0627\u062F\u0647 \u0627\u0633\u062A \u060C \u067E\u0627\u0631\u0627\u0645\u062A\u0631 \u062F\u0631\u062E\u0648\u0627\u0633\u062A \u0627\u0634\u062A\u0628\u0627\u0647 \u0627\u0633\u062A \u060C \u0644\u0637\u0641\u0627\u064B \u067E\u06CC\u06A9\u0631\u0628\u0646\u062F\u06CC \u0645\u0631\u0628\u0648\u0637\u0647 \u0631\u0627 \u0628\u0631\u0631\u0633\u06CC \u06A9\u0646\u06CC\u062F.","error.googleLimitIp":"\u062E\u062F\u0645\u062A \u062E\u0637\u0627 \u0631\u0627 \u0628\u0631\u0645\u06CC \u06AF\u0631\u062F\u0627\u0646\u062F \u060C \u062E\u062F\u0645\u0627\u062A \u06AF\u0648\u06AF\u0644 \u0628\u0631\u0627\u06CC \u0627\u06CC\u0646 \u0622\u062F\u0631\u0633 IP \u0645\u062D\u062F\u0648\u062F \u0634\u062F\u0647 \u0627\u0633\u062A \u060C \u067E\u06CC\u0634\u0646\u0647\u0627\u062F \u0645\u06CC \u06A9\u0646\u06CC\u0645 \u0634\u0645\u0627 \u0646\u0648\u062F \u0634\u0628\u06A9\u0647 \u0631\u0627 \u062A\u063A\u06CC\u06CC\u0631 \u062F\u0647\u06CC\u062F.","translationFont.notSupportErrorMessage":"\u0644\u0637\u0641\u0627\u064B \u0646\u0627\u0645 \u0641\u0648\u0646\u062A\u06CC \u06A9\u0647 \u0648\u0627\u0631\u062F \u06A9\u0631\u062F\u0647 \u0627\u06CC\u062F \u0631\u0627 \u0628\u0631\u0631\u0633\u06CC \u06A9\u0646\u06CC\u062F \u062A\u0627 \u0645\u0637\u0645\u0626\u0646 \u0634\u0648\u06CC\u062F \u06A9\u0647 \u062F\u0631\u0633\u062A \u0627\u0633\u062A\u060C \u06CC\u0627 \u062A\u0623\u06CC\u06CC\u062F \u06A9\u0646\u06CC\u062F \u06A9\u0647 \u0627\u06CC\u0646 \u0641\u0648\u0646\u062A \u0628\u0631 \u0631\u0648\u06CC \u062F\u0633\u062A\u06AF\u0627\u0647 \u0634\u0645\u0627 \u0646\u0635\u0628 \u0634\u062F\u0647 \u0627\u0633\u062A.","error.gemini.429":"\u062E\u062F\u0645\u062A Gemini \u062F\u0631 \u062D\u0627\u0644 \u062D\u0627\u0636\u0631 \u0628\u0647 \u0638\u0631\u0641\u06CC\u062A \u062D\u062F\u0627\u06A9\u062B\u0631\u06CC \u062E\u0648\u062F \u0631\u0633\u06CC\u062F\u0647 \u0627\u0633\u062A\u060C \u0644\u0637\u0641\u0627\u064B \u0628\u0639\u062F\u0627\u064B \u062F\u0648\u0628\u0627\u0631\u0647 \u0627\u0645\u062A\u062D\u0627\u0646 \u06A9\u0646\u06CC\u062F \u06CC\u0627 \u0628\u0647 \u0633\u0631\u0648\u06CC\u0633 \u062A\u0631\u062C\u0645\u0647 \u062F\u06CC\u06AF\u0631\u06CC \u062A\u063A\u06CC\u06CC\u0631 \u062F\u0647\u06CC\u062F.","desc.toggleVideoSubtitlePreTranslation":"\u0628\u0639\u062F \u0641\u0634\u0627\u0631\u060C \u0632\u06CC\u0631\u0646\u0648\u06CC\u0633 \u062F\u0648\u0632\u0628\u0627\u0646\u0647 \u0648\u06CC\u062F\u06CC\u0648 \u0627\u0648\u0644\u0648\u06CC\u062A \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u0627\u0632 \u062A\u0646\u0638\u06CC\u0645\u0627\u062A \u062A\u0631\u062C\u0645\u0647 \u063A\u0648\u0637\u0647 \u0648\u0631 \u062E\u0648\u0627\u0647\u062F \u062F\u0627\u0634\u062A\u060C \u0628\u0627 \u0641\u0634\u0627\u0631 \u062F\u0648\u0628\u0627\u0631\u0647\u060C \u0627\u0648\u0644\u0648\u06CC\u062A \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u0627\u0632 \u0632\u06CC\u0631\u0646\u0648\u06CC\u0633 \u0645\u0627\u0634\u06CC\u0646\u06CC \u0627\u0635\u0644\u06CC \u0648\u06CC\u062F\u06CC\u0648 \u062E\u0648\u0627\u0647\u062F \u0628\u0648\u062F\u060C \u062A\u0648\u062C\u0647 \u062F\u0627\u0634\u062A\u0647 \u0628\u0627\u0634\u06CC\u062F: \u0627\u06CC\u0646 \u0645\u06CC\u0627\u0646\u0628\u0631 \u062A\u0646\u0638\u06CC\u0645\u0627\u062A \u062C\u0647\u0627\u0646\u06CC \u0631\u0627 \u062A\u063A\u06CC\u06CC\u0631 \u0645\u06CC \u062F\u0647\u062F.","error.openAIFreeLimit":"\u062E\u062F\u0645\u062A \u062E\u0637\u0627 \u0631\u0627 \u0628\u0631\u0645\u06CC \u06AF\u0631\u062F\u0627\u0646\u062F\u060C \u0641\u0631\u06A9\u0627\u0646\u0633 \u062F\u0631\u062E\u0648\u0627\u0633\u062A \u062A\u0631\u062C\u0645\u0647 \u0641\u0639\u0644\u06CC \u0628\u0647 \u062D\u062F\u0627\u06A9\u062B\u0631 3 \u0628\u0627\u0631 \u062F\u0631 \u062F\u0642\u06CC\u0642\u0647 \u0631\u0633\u06CC\u062F\u0647 \u0627\u0633\u062A\u060C \u0644\u0637\u0641\u0627\u064B \u0628\u0639\u062F\u0627\u064B \u062F\u0648\u0628\u0627\u0631\u0647 \u0627\u0645\u062A\u062D\u0627\u0646 \u06A9\u0646\u06CC\u062F. (\u0627\u06CC\u0646 \u0645\u062D\u062F\u0648\u062F\u06CC\u062A \u0631\u0633\u0645\u06CC OpenAI \u0628\u0631\u0627\u06CC API Key \u0631\u0627\u06CC\u06AF\u0627\u0646 \u0627\u0633\u062A\u060C \u0628\u0631\u0627\u06CC \u0631\u0641\u0639 \u0627\u06CC\u0646 \u0645\u062D\u062F\u0648\u062F\u06CC\u062A\u060C \u0644\u0637\u0641\u0627\u064B \u06A9\u0627\u0631\u062A \u0627\u0639\u062A\u0628\u0627\u0631\u06CC \u062E\u0648\u062F \u0631\u0627 \u062F\u0631 \u067E\u0646\u0644 OpenAI \u0645\u062A\u0635\u0644 \u06A9\u0646\u06CC\u062F.)","error.serveUnavailable":"\u062E\u062F\u0645\u062A [{serverName}] \u06A9\u0647 \u062F\u0631 \u062D\u0627\u0644 \u062D\u0627\u0636\u0631 \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u0645\u06CC \u06A9\u0646\u06CC\u062F \u0628\u0647 \u062F\u0644\u06CC\u0644 \u0645\u0634\u06A9\u0644\u0627\u062A \u0627\u062A\u0635\u0627\u0644 \u0628\u0647 \u0634\u0628\u06A9\u0647 \u06CC\u0627 \u0645\u0634\u06A9\u0644\u0627\u062A \u0627\u0631\u0627\u0626\u0647 \u062F\u0647\u0646\u062F\u0647 \u062E\u062F\u0645\u0627\u062A \u0645\u0648\u0642\u062A\u0627\u064B \u0642\u0627\u0628\u0644 \u062F\u0633\u062A\u0631\u0633\u06CC \u0646\u06CC\u0633\u062A. \u067E\u06CC\u0634\u0646\u0647\u0627\u062F \u0645\u06CC \u06A9\u0646\u06CC\u0645 \u0635\u0641\u062D\u0647 \u0631\u0627 \u062A\u0627\u0632\u0647 \u06A9\u0646\u06CC\u062F \u06CC\u0627 \u0627\u0632 \u0637\u0631\u06CC\u0642 <1>\u062A\u0646\u0638\u06CC\u0645\u0627\u062A \u0628\u0647 \u062E\u062F\u0645\u0627\u062A \u062A\u0631\u062C\u0645\u0647 \u062F\u06CC\u06AF\u0631\u06CC \u062A\u063A\u06CC\u06CC\u0631 \u062F\u0647\u06CC\u062F. \u0627\u06AF\u0631 \u0634\u0645\u0627 \u0639\u0636\u0648 <2>Pro \u0647\u0633\u062A\u06CC\u062F\u060C \u0645\u06CC \u062A\u0648\u0627\u0646\u06CC\u062F \u0627\u0632 \u062E\u062F\u0645\u0627\u062A \u062A\u0631\u062C\u0645\u0647 \u067E\u0627\u06CC\u062F\u0627\u0631\u062A\u0631 DeepL \u06CC\u0627 OpenAI \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u06A9\u0646\u06CC\u062F (<3>\u0627\u06CC\u0646\u062C\u0627 \u0631\u0627 \u0628\u0631\u0627\u06CC \u062A\u062C\u0631\u0628\u0647 \u0631\u0627\u06CC\u06AF\u0627\u0646 \u06A9\u0644\u06CC\u06A9 \u06A9\u0646\u06CC\u062F). \u0639\u0644\u0627\u0648\u0647 \u0628\u0631 \u0627\u06CC\u0646\u060C \u0645\u0645\u06A9\u0646 \u0627\u0633\u062A \u0646\u06CC\u0627\u0632 \u0628\u0627\u0634\u062F \u062A\u0646\u0638\u06CC\u0645\u0627\u062A \u0634\u0628\u06A9\u0647 \u06CC\u0627 \u067E\u0631\u0648\u06A9\u0633\u06CC \u062E\u0648\u062F \u0631\u0627 \u0628\u0631\u0631\u0633\u06CC \u06A9\u0646\u06CC\u062F.","widget.translateFile":"PDF/ePub",goLogin:"\u0648\u0631\u0648\u062F \u06A9\u0646\u06CC\u062F",notLogin:"\u0648\u0631\u0648\u062F \u0646\u0634\u062F\u0647 \u0627\u0633\u062A","error.reason":"\u062F\u0644\u06CC\u0644 \u062E\u0637\u0627",shortcutSettings:"\u0645\u06CC\u0627\u0646\u0628\u0631",alwaysTranslate:"\u0647\u0645\u06CC\u0634\u0647 \u062A\u0631\u062C\u0645\u0647 \u06A9\u0646\u06CC\u062F","translationServices.gemini":"\u062C\u0645\u0646\u06CC","slide.left":"\u0628\u0647 \u0631\u0627\u0633\u062A \u0628\u06A9\u0634\u06CC\u062F",loggedIn:"\u0648\u0627\u0631\u062F \u0634\u062F\u0647 \u0627\u06CC\u062F","floatBall.iKnow":"\u0645\u0646 \u0645\u06CC \u062F\u0627\u0646\u0645","intro.floatBallTitle":"\u062A\u0631\u062C\u0645\u0647 \u0633\u0631\u06CC\u0639 \u0628\u0627\u0644 \u0634\u0646\u0627\u0648\u0631","shortcutGroup.touch":"\u0698\u0633\u062A \u0647\u0627\u06CC \u062E\u0627\u0635 \u0635\u0641\u062D\u0647 \u0644\u0645\u0633\u06CC","tagsInput.add":"+ \u0627\u0636\u0627\u0641\u0647 \u06A9\u0631\u062F\u0646",shortcutSettingsTitle:"\u062A\u0646\u0638\u06CC\u0645\u0627\u062A \u0645\u06CC\u0627\u0646\u0628\u0631","widget.instruction":"\u062F\u0633\u062A\u0648\u0631\u0627\u0644\u0639\u0645\u0644 \u0627\u0633\u062A\u0641\u0627\u062F\u0647",touchShortcutsOff:"\u0628\u0633\u062A\u0647 \u0634\u062F\u0646","shortcutGroup.others":"\u06A9\u0644\u06CC\u062F\u0647\u0627\u06CC \u0645\u06CC\u0627\u0646\u0628\u0631 \u0633\u0641\u0627\u0631\u0634\u06CC \u0628\u06CC\u0634\u062A\u0631","error.subscriptionExpiredTitle":"\u0639\u0636\u0648\u06CC\u062A \u0645\u0646\u0642\u0636\u06CC \u0634\u062F\u0647 \u0627\u0633\u062A","error.retry":"\u062A\u0644\u0627\u0634 \u0645\u062C\u062F\u062F",neverTranslate:"\u0647\u0631\u06AF\u0632 \u062A\u0631\u062C\u0645\u0647 \u0646\u0645\u06CC \u06A9\u0646\u0645",networkError:"\u062E\u062F\u0645\u0627\u062A \u062A\u0631\u062C\u0645\u0647 \u06CC\u0627 \u0634\u0628\u06A9\u0647 \u0645\u0634\u06A9\u0644 \u062F\u0627\u0631\u062F","widget.translateFileTooltip":"\u062A\u0631\u062C\u0645\u0647 \u0627\u0633\u0646\u0627\u062F PDF\u060C EPUB\u060C SRT\u060C ASS\u060C HTML \u0648 TXT","slide.right":"\u0628\u0647 \u0686\u067E \u0628\u06A9\u0634\u06CC\u062F","multipleClick.3":"\u0633\u0647 \u0636\u0631\u0628\u0647 \u0645\u062A\u0648\u0627\u0644\u06CC","multipleClick.4":"\u0686\u0647\u0627\u0631 \u0636\u0631\u0628\u0647 \u0645\u062A\u0648\u0627\u0644\u06CC",pickAll:"\u0627\u0646\u062A\u062E\u0627\u0628 \u0647\u0645\u0647",contact:"\u0628\u0627 \u0645\u0627 \u062A\u0645\u0627\u0633 \u0628\u06AF\u06CC\u0631\u06CC\u062F","subtitle.bilingual":"\u0632\u06CC\u0631\u0646\u0648\u06CC\u0633 \u062F\u0648\u0632\u0628\u0627\u0646\u0647","shortcutGroup.shortcutsForTranslationServices":"\u06A9\u0644\u06CC\u062F\u0647\u0627\u06CC \u0645\u06CC\u0627\u0646\u0628\u0631 \u0645\u0631\u0628\u0648\u0637 \u0628\u0647 \u062E\u062F\u0645\u0627\u062A \u062A\u0631\u062C\u0645\u0647",buildSnapshots:"\u0627\u06CC\u062C\u0627\u062F \u0639\u06A9\u0633 \u0641\u0648\u0631\u06CC \u0627\u0632 \u0635\u0641\u062D\u0647 \u0648\u0628","widget.instructionTooltip":"\u062F\u0633\u062A\u0648\u0631\u0627\u0644\u0639\u0645\u0644 \u0631\u0627 \u0628\u0631\u0631\u0633\u06CC \u06A9\u0646\u06CC\u062F","widget.videoSubtitle":"\u0632\u06CC\u0631\u0646\u0648\u06CC\u0633 \u0648\u06CC\u062F\u06CC\u0648","multipleClick.2":"\u062F\u0648\u0628\u0627\u0631 \u06A9\u0644\u06CC\u06A9 \u06A9\u0646\u06CC\u062F","subtitle.autoDisableSubtitle":"\u0632\u06CC\u0631\u0646\u0648\u06CC\u0633 \u062F\u0648\u0632\u0628\u0627\u0646\u0647 \u0628\u0647 \u0635\u0648\u0631\u062A \u062E\u0648\u062F\u06A9\u0627\u0631 \u0641\u0639\u0627\u0644 \u0646\u0645\u06CC \u0634\u0648\u062F",mouseHoverCustomKeyTitle:"\u0633\u0641\u0627\u0631\u0634\u06CC \u06A9\u0631\u062F\u0646 \u0645\u06CC\u0627\u0646\u0628\u0631 \u0645\u0648\u0633 \u062F\u0631 \u062D\u0627\u0644\u062A \u0634\u0646\u0627\u0648\u0631","browser.translateWithOpenAI":"\u0627\u0632 OpenAI \u0628\u0631\u0627\u06CC \u062A\u0631\u062C\u0645\u0647 \u0645\u0648\u0642\u062A\u06CC \u0635\u0641\u062D\u0647 \u0641\u0639\u0644\u06CC \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u06A9\u0646\u06CC\u062F",neverTranslateThisSite:"\u0647\u0631\u06AF\u0632 \u0627\u06CC\u0646 \u0648\u0628\u0633\u0627\u06CC\u062A \u0631\u0627 \u062A\u0631\u062C\u0645\u0647 \u0646\u06A9\u0646\u06CC\u062F","browser.translateInputBox":"\u062A\u0631\u062C\u0645\u0647 \u0645\u062D\u062A\u0648\u0627\u06CC \u062C\u0639\u0628\u0647 \u0648\u0631\u0648\u062F\u06CC \u0641\u0639\u0644\u06CC","subtitle.hideQuickButton":"\u062F\u06CC\u06AF\u0631 \u0627\u06CC\u0646 \u0645\u06CC\u0627\u0646\u0628\u0631 \u0631\u0627 \u0646\u0634\u0627\u0646 \u0646\u062F\u0647","subtitle.showQuickButton":"\u062F\u0631 \u067E\u062E\u0634 \u06A9\u0646\u0646\u062F\u0647\u060C \u0645\u06CC\u0627\u0646\u0628\u0631 \u0632\u06CC\u0631\u0646\u0648\u06CC\u0633 \u062F\u0648\u0632\u0628\u0627\u0646\u0647 \u0646\u0645\u0627\u06CC\u0634 \u062F\u0627\u062F\u0647 \u0634\u0648\u062F","browser.translateWithTransmart":"\u0627\u0632 \u062A\u0631\u062C\u0645\u0647 \u0645\u0648\u0642\u062A\u06CC \u062A\u0646\u0633\u0646\u062A \u0628\u0631\u0627\u06CC \u0635\u0641\u062D\u0647 \u0641\u0639\u0644\u06CC \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u06A9\u0646\u06CC\u062F","intro.hoverTitle":"\u0645\u0648\u0634\u0648\u0627\u0631\u0647 \u0631\u0627 \u0628\u0631 \u0631\u0648\u06CC \u067E\u0627\u0631\u0627\u06AF\u0631\u0627\u0641 \u0641\u0639\u0644\u06CC \u0628\u06AF\u0630\u0627\u0631\u06CC\u062F \u062A\u0627 \u062A\u0631\u062C\u0645\u0647 \u0634\u0648\u062F","shortcutGroup.mouse":"\u062A\u0646\u0638\u06CC\u0645\u0627\u062A \u0645\u06CC\u0627\u0646\u0628\u0631 \u0645\u0648\u0633 \u062F\u0631 \u062D\u0627\u0644\u062A \u0634\u0646\u0627\u0648\u0631",temprarilyChangeTranslationTo_openai:"\u062F\u0631 \u062D\u0627\u0644 \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u0627\u0632 OpenAI \u0628\u0631\u0627\u06CC \u062A\u0631\u062C\u0645\u0647 \u0635\u0641\u062D\u0647 \u0641\u0639\u0644\u06CC \u0647\u0633\u062A\u0645","browser.translateWithDeepL":"\u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u0645\u0648\u0642\u062A \u0627\u0632 DeepL \u0628\u0631\u0627\u06CC \u062A\u0631\u062C\u0645\u0647 \u0635\u0641\u062D\u0647 \u0641\u0639\u0644\u06CC",translationOnlyMode:"\u0641\u0642\u0637 \u062D\u0627\u0644\u062A \u062A\u0631\u062C\u0645\u0647","widget.videoSubtitleTooltip":"\u067E\u0634\u062A\u06CC\u0628\u0627\u0646\u06CC \u0627\u0632 Youtube \u0648 {count}+ \u0633\u0627\u06CC\u062A \u0648\u06CC\u062F\u06CC\u0648\u06CC\u06CC \u062F\u06CC\u06AF\u0631",paragraphMinTextCountField:"\u062A\u0639\u062F\u0627\u062F \u06A9\u0645\u062A\u0631\u06CC\u0646 \u06A9\u0627\u0631\u0627\u06A9\u062A\u0631\u0647\u0627\u06CC \u0645\u0648\u0631\u062F \u0646\u06CC\u0627\u0632 \u0628\u0631\u0627\u06CC \u062A\u0631\u062C\u0645\u0647 \u067E\u0627\u0631\u0627\u06AF\u0631\u0627\u0641",temprarilyChangeTranslationTo_gemini:"\u062F\u0631 \u062D\u0627\u0644 \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u0627\u0632 Gemini \u0628\u0631\u0627\u06CC \u062A\u0631\u062C\u0645\u0647 \u0635\u0641\u062D\u0647 \u0641\u0639\u0644\u06CC \u0647\u0633\u062A\u0645","shortcutGroup.main":"\u0645\u06CC\u0627\u0646\u0628\u0631\u0647\u0627\u06CC \u06A9\u0644\u06CC\u062F\u06CC \u0639\u0645\u0644\u06A9\u0631\u062F \u0631\u0627\u06CC\u062C",temprarilyChangeTranslationTo_deepl:"\u062F\u0631 \u062D\u0627\u0644 \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u0627\u0632 \u062A\u0631\u062C\u0645\u0647 DeepL \u0628\u0631\u0627\u06CC \u0635\u0641\u062D\u0647 \u0641\u0639\u0644\u06CC",temprarilyChangeTranslationTo_transmart:"\u062F\u0631 \u062D\u0627\u0644 \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u0627\u0632 \u062A\u0631\u062C\u0645\u0647 \u062A\u0646\u0633\u0646\u062A \u0628\u0631\u0627\u06CC \u0635\u0641\u062D\u0647 \u0641\u0639\u0644\u06CC",alwaysTranslateThisSite:"\u0647\u0645\u06CC\u0634\u0647 \u0627\u06CC\u0646 \u0648\u0628\u0633\u0627\u06CC\u062A \u0631\u0627 \u062A\u0631\u062C\u0645\u0647 \u06A9\u0646\u06CC\u062F","browser.translateWithBing":"\u0627\u0632 \u062A\u0631\u062C\u0645\u0647 \u0645\u0627\u06CC\u06A9\u0631\u0648\u0633\u0627\u0641\u062A \u0628\u0631\u0627\u06CC \u062A\u0631\u062C\u0645\u0647 \u0645\u0648\u0642\u062A\u06CC \u0635\u0641\u062D\u0647 \u0641\u0639\u0644\u06CC \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u06A9\u0646\u06CC\u062F",upgradeToProErrorTitle:"\u0644\u0637\u0641\u0627\u064B \u0628\u0647 \u0639\u0636\u0648\u06CC\u062A Pro \u0627\u0631\u062A\u0642\u0627 \u062F\u0647\u06CC\u062F \u0648 \u0633\u067E\u0633 \u0627\u0632 \u0627\u06CC\u0646 \u062E\u062F\u0645\u062A \u062A\u0631\u062C\u0645\u0647 \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u06A9\u0646\u06CC\u062F","intro.subtitleTitle":"\u0646\u0645\u0627\u06CC\u0634 \u0632\u06CC\u0631\u0646\u0648\u06CC\u0633 \u062F\u0648\u0632\u0628\u0627\u0646\u0647 \u0648\u06CC\u062F\u06CC\u0648\u06CC \u0622\u0646\u0644\u0627\u06CC\u0646",temprarilyChangeTranslationTo_bing:"\u062F\u0631 \u062D\u0627\u0644 \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u0627\u0632 \u062A\u0631\u062C\u0645\u0647 \u0645\u0627\u06CC\u06A9\u0631\u0648\u0633\u0627\u0641\u062A \u0628\u0631\u0627\u06CC \u0635\u0641\u062D\u0647 \u0641\u0639\u0644\u06CC \u0647\u0633\u062A\u0645",touchShortcutsToggleTranslationMask:"\u062A\u0646\u0638\u06CC\u0645 \u0646\u0645\u0627\u06CC\u0634 \u0698\u0633\u062A \u0644\u0645\u0633\u06CC \u0628\u0631\u0627\u06CC \u0646\u0645\u0627\u06CC\u0634 \u0645\u062A\u0646 \u062A\u0631\u062C\u0645\u0647 / \u0646\u0645\u0627\u06CC\u0634 \u0645\u062A\u0646 \u0627\u0635\u0644\u06CC","browser.translateWithGemini":"\u0628\u0647 \u0637\u0648\u0631 \u0645\u0648\u0642\u062A \u0627\u0632 Gemini \u0628\u0631\u0627\u06CC \u062A\u0631\u062C\u0645\u0647 \u0635\u0641\u062D\u0647 \u0641\u0639\u0644\u06CC \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u06A9\u0646\u06CC\u062F","browser.toggleVideoSubtitlePreTranslation":"\u062A\u063A\u06CC\u06CC\u0631 \u0632\u06CC\u0631\u0646\u0648\u06CC\u0633 \u062F\u0648\u0632\u0628\u0627\u0646\u0647 \u0628\u0627 \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u0627\u0632 \u062A\u0646\u0638\u06CC\u0645\u0627\u062A \u062A\u0631\u062C\u0645\u0647 \u0641\u0631\u0648 \u0631\u0641\u062A\u0647 \u0627\u0648\u0644\u0648\u06CC\u062A \u062F\u0627\u0631\u062F",notLoginPro:"\u0634\u0645\u0627 \u0647\u0646\u0648\u0632 \u0628\u0647 \u062D\u0633\u0627\u0628 \u06A9\u0627\u0631\u0628\u0631\u06CC \u062E\u0648\u062F \u0648\u0627\u0631\u062F \u0646\u0634\u062F\u0647 \u0627\u06CC\u062F",touchShortcutsToggleTranslatePage:"\u0628\u0631\u0627\u06CC \u062A\u0631\u062C\u0645\u0647 \u0635\u0641\u062D\u0627\u062A \u0648\u0628 / \u0646\u0645\u0627\u06CC\u0634 \u0645\u062A\u0646 \u0627\u0635\u0644\u06CC \u060C \u062D\u0631\u06A9\u062A \u0647\u0627\u06CC \u0644\u0645\u0633\u06CC \u0631\u0627 \u062A\u0646\u0638\u06CC\u0645 \u06A9\u0646\u06CC\u062F",temprarilyChangeTranslationTo_google:"\u062F\u0631 \u062D\u0627\u0644 \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u0627\u0632 \u062A\u0631\u062C\u0645\u0647 \u06AF\u0648\u06AF\u0644 \u0628\u0631\u0627\u06CC \u0635\u0641\u062D\u0647 \u0641\u0639\u0644\u06CC \u0647\u0633\u062A\u0645","neverTranslateText.title":"\u0644\u0637\u0641\u0627\u064B \u06A9\u0644\u0645\u0627\u062A \u0632\u06CC\u0631 \u0631\u0627 \u0628\u0647 \u0635\u0648\u0631\u062A \u0627\u0635\u0644\u06CC \u062D\u0641\u0638 \u06A9\u0646\u06CC\u062F\u060C \u062A\u0631\u062C\u0645\u0647 \u0646\u06A9\u0646\u06CC\u062F.",touchShortcutsToggleTranslateTouchElement:"\u062A\u0646\u0638\u06CC\u0645 \u062D\u0631\u06A9\u062A \u0644\u0645\u0633\u06CC \u0635\u0641\u062D\u0647 \u0646\u0645\u0627\u06CC\u0634 \u0628\u0631\u0627\u06CC \u062A\u0631\u062C\u0645\u0647 \u067E\u0627\u0631\u0627\u06AF\u0631\u0627\u0641 \u0645\u0634\u062E\u0635","description.baiduField":"\u062D\u0648\u0632\u0647 \u0647\u0627\u06CC \u067E\u0634\u062A\u06CC\u0628\u0627\u0646\u06CC \u0634\u062F\u0647 \u0631\u0627 \u062F\u0631 <1>\u0627\u06CC\u0646\u062C\u0627 \u0628\u0628\u06CC\u0646\u06CC\u062F \u060C \u0627\u06AF\u0631 \u062E\u0627\u0644\u06CC \u0628\u0627\u0634\u062F \u0628\u0647 \u0645\u0639\u0646\u06CC \u0627\u06CC\u0646 \u0627\u0633\u062A \u06A9\u0647 \u062D\u0648\u0632\u0647 \u0627\u06CC \u0645\u0634\u062E\u0635 \u0646\u0634\u062F\u0647 \u0627\u0633\u062A",mouseHoverCustomKeyDescription:"\u0634\u0645\u0627 \u0645\u06CC \u062A\u0648\u0627\u0646\u06CC\u062F \u06CC\u06A9 \u0645\u06CC\u0627\u0646\u0628\u0631 \u062A\u0631\u06A9\u06CC\u0628\u06CC \u0633\u0641\u0627\u0631\u0634\u06CC \u0628\u0631\u0627\u06CC \u0645\u0648\u0633 \u0631\u0627 \u062A\u0639\u0631\u06CC\u0641 \u06A9\u0646\u06CC\u062F\u060C \u0645\u0627\u0646\u0646\u062F: Alt+Z\u060C Ctrl+E\u060C Cmd+Alt+E \u06CC\u0627 \u0641\u0642\u0637 Cmd\u060C \u0644\u0637\u0641\u0627 \u0628\u0647 \u0635\u0648\u0631\u062A \u062F\u0633\u062A\u06CC \u062F\u0627\u062E\u0644 \u06A9\u0646\u06CC\u062F.","floatBall.guideClickToTranslate":`\u0628\u0627 \u06A9\u0644\u06CC\u06A9 \u06A9\u0631\u062F\u0646 \u0628\u0631 \u0631\u0648\u06CC \u062A\u0648\u067E \u0634\u0646\u0627\u0648\u0631 \u062A\u0631\u062C\u0645\u0647 \u0641\u0648\u0631\u06CC + {env.imt_sub_trans_field}: Traducci\xF3n`,"subtitle.quickButton.cyan":"Azul","subtitle.quickButton.backgroundColor":"color de fondo","subtitle.quickButton.blue":"azul","subtitle.quickButton.translationTextColor":"Color de fuente de traducci\xF3n","subtitle.quickButton.translationPosition":"Posici\xF3n de traducci\xF3n","subtitle.quickButton.translationFontSize":"Tama\xF1o de fuente de traducci\xF3n","subtitle.quickButton.translationPositionBottom":"Debajo del texto original","subtitle.quickButton.sourceFontSize":"Tama\xF1o original de la fuente","subtitle.quickButton.green":"Verde","subtitle.quickButton.white":"blanco","subtitle.quickButton.red":"Rojo","subtitle.quickButton.magenta":"Magenta","translationServices.claude":"Claude","subtitle.quickButton.setting":"Configuraci\xF3n","subtitle.quickButton.yellow":"amarillo","subtitle.quickButton.backgroundOpacity":"Opacidad de fondo","subtitle.quickButton.black":"negro","subtitle.quickButton.sourceTextColor":"Color original de la fuente","subtitle.quickButton.translationPositionTop":"En la parte superior del texto original",attachSubtitleTranslating:"Usando {service} para traducir...","error.claude.403":"No tiene permiso para acceder al servicio, puede estar relacionado con las restricciones de \xE1rea de Claude, puede intentar cambiar su direcci\xF3n IP o usar otros servicios de traducci\xF3n.","browser.brandDescriptionForSafari":"\u3010Traducci\xF3n inmersiva\u3011Un complemento de traducci\xF3n de p\xE1ginas web biling\xFCe (original/traducci\xF3n) gratuito que tambi\xE9n soporta la traducci\xF3n de PDF y libros electr\xF3nicos EPUB manteniendo el formato original del documento, la traducci\xF3n de subt\xEDtulos biling\xFCes de videos en l\xEDnea como Youtube/Netflix, y soporta servicios de traducci\xF3n principales como Deepl/Google;","browser.PdfProFile":"AI impulsado por PDF Pro traducci\xF3n","browser.textTranslate":"Traducci\xF3n de texto"};var Ps={nologin:"\u0648\u0627\u0631\u062F \u0646\u0634\u062F\u0647 \u0627\u06CC\u062F",loginForSafari:"\u0648\u0627\u0631\u062F \u0634\u0648\u06CC\u062F \u06CC\u0627 \u062B\u0628\u062A \u0646\u0627\u0645 \u06A9\u0646\u06CC\u062F",login:"\u767B\u5F55",manageAccount:"\u0645\u062F\u06CC\u0631\u06CC\u062A \u062D\u0633\u0627\u0628",openPremium:"\u0639\u0636\u0648\u06CC\u062A",logout:"\u062A\u0631\u06A9 \u06A9\u0631\u062F\u0646",curentPlan:"\u0628\u0633\u062A\u0647 \u0641\u0639\u0644\u06CC",endAt:"\u0628\u0644\u0648\u063A",endAuto:"\u062A\u0645\u062F\u06CC\u062F \u062E\u0648\u062F\u06A9\u0627\u0631",lineBreakMaxTextCount:"\u062D\u062F\u0627\u06A9\u062B\u0631 \u062A\u0639\u062F\u0627\u062F \u06A9\u0627\u0631\u0627\u06A9\u062A\u0631\u0647\u0627\u06CC \u0645\u062C\u0627\u0632 \u062F\u0631 \u0647\u0631 \u062C\u0645\u0644\u0647 \u067E\u0633 \u0627\u0632 \u0634\u06A9\u0633\u062A \u062E\u0637","translate-pdf":"\u0628\u0631\u0627\u06CC \u062A\u0631\u062C\u0645\u0647 PDF \u06A9\u0644\u06CC\u06A9 \u06A9\u0646\u06CC\u062F","noSupportTranslate-pdf":"\u0627\u0633\u06A9\u0631\u06CC\u067E\u062A \u067E\u0634\u062A\u06CC\u0628\u0627\u0646\u06CC \u0646\u0645\u06CC \u0634\u0648\u062F\u060C \u0644\u0637\u0641\u0627 \u0627\u0632 \u0627\u0641\u0632\u0648\u0646\u0647 \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u06A9\u0646\u06CC\u062F","translate-firefox-local-pdf":"\u0628\u0631\u0627\u06CC \u0628\u0627\u0631\u06AF\u06CC\u0631\u06CC PDF \u06A9\u0644\u06CC\u06A9 \u06A9\u0646\u06CC\u062F",enableLineBreak:"\u0641\u0639\u0627\u0644 \u06A9\u0631\u062F\u0646 \u0634\u06A9\u0633\u062A \u062E\u0637 \u062E\u0648\u062F\u06A9\u0627\u0631 \u0628\u0646\u062F \u0628\u0644\u0646\u062F",sponsorLabel:"\u062D\u0627\u0645\u06CC\u0627\u0646 \u062A\u0648\u0633\u0639\u0647\u200C\u062F\u0647\u0646\u062F\u06AF\u0627\u0646 \u0628\u0627 \u0634\u0631\u0648\u0639 \u0627\u0632 1 \u062F\u0644\u0627\u0631",help:"\u06A9\u0645\u06A9",browserShortcutsNoteForFirefox:"\u0628\u0631\u0627\u06CC \u062A\u063A\u06CC\u06CC\u0631 \u06A9\u0644\u06CC\u062F\u0647\u0627\u06CC \u0645\u06CC\u0627\u0646\u0628\u0631 \u062F\u0631 \u0645\u0631\u0648\u0631\u06AF\u0631 \u0641\u0627\u06CC\u0631\u0641\u0627\u06A9\u0633\u060C \u0628\u0627\u06CC\u062F \u0628\u0631\u06AF\u0647 \u0645\u062F\u06CC\u0631\u06CC\u062A \u0627\u0641\u0632\u0648\u0646\u0647\u200C\u0647\u0627 (about:addons) \u0631\u0627 \u0628\u0627\u0632 \u06A9\u0646\u06CC\u062F\u060C \u0633\u067E\u0633 \u0631\u0648\u06CC \xAB\u062A\u0646\u0638\u06CC\u0645\u0627\u062A\xBB \u06A9\u0644\u06CC\u06A9 \u06A9\u0646\u06CC\u062F \u0648 \u0633\u067E\u0633 \u0628\u0631\u0627\u06CC \u062A\u0646\u0638\u06CC\u0645 \u0631\u0648\u06CC \xAB\u0645\u062F\u06CC\u0631\u06CC\u062A \u06A9\u0644\u06CC\u062F\u0647\u0627\u06CC \u0645\u06CC\u0627\u0646\u0628\u0631\xBB \u06A9\u0644\u06CC\u06A9 \u06A9\u0646\u06CC\u062F",browserShortcutsNoteForChrome:"\u0628\u0631\u0627\u06CC \u0645\u0631\u0648\u0631\u06AF\u0631\u0647\u0627\u06CC Chrome \u0645\u0627\u0646\u0646\u062F\u060C \u0628\u0627\u06CC\u062F \u0628\u0631\u06AF\u0647 \u0645\u062F\u06CC\u0631\u06CC\u062A \u0627\u0641\u0632\u0648\u0646\u0647\u200C\u0647\u0627 \u0631\u0627 \u0628\u0631\u0627\u06CC \u062A\u063A\u06CC\u06CC\u0631 \u06A9\u0644\u06CC\u062F\u0647\u0627\u06CC \u0645\u06CC\u0627\u0646\u0628\u0631 \u0628\u0627\u0632 \u06A9\u0646\u06CC\u062F\u060C \u0622\u0646 \u0631\u0627 \u062F\u0631 \u062F\u0631\u06AF\u0627\u0647 \xAB\u0645\u062F\u06CC\u0631\u06CC\u062A \u06A9\u0644\u06CC\u062F\u0647\u0627\u06CC \u0645\u06CC\u0627\u0646\u0628\u0631\xBB (chrome://extensions/shortcuts) \u062A\u0646\u0638\u06CC\u0645 \u06A9\u0646\u06CC\u062F. \u0631\u0648\u06CC \u062F\u06A9\u0645\u0647 \u0632\u06CC\u0631 \u06A9\u0644\u06CC\u06A9 \u06A9\u0646\u06CC\u062F \u062A\u0627 \u0628\u0647 \u0628\u0631\u06AF\u0647 \u0645\u062F\u06CC\u0631\u06CC\u062A \u06A9\u0644\u06CC\u062F \u0645\u06CC\u0627\u0646\u0628\u0631 \u0628\u0631\u0648\u06CC\u062F.",browserShortcutsSucks:"\u0641\u0631\u0645\u062A \u06A9\u0644\u06CC\u062F \u0645\u06CC\u0627\u0646\u0628\u0631 \u0633\u0641\u0627\u0631\u0634\u06CC (\u0628\u062F\u0648\u0646 \u062A\u0634\u062E\u06CC\u0635 \u062E\u0648\u062F\u06A9\u0627\u0631\u060C \u0644\u0637\u0641\u0627 \u0645\u0633\u062A\u0642\u06CC\u0645\u0627 \u0648\u0627\u0631\u062F \u06A9\u0646\u06CC\u062F)\uFF1A\u0627\u0633\u062A",enableLineBreakDescription:"\u0648\u0642\u062A\u06CC \u0641\u0639\u0627\u0644 \u0628\u0627\u0634\u062F\u060C \u06CC\u06A9 \u0634\u06A9\u0633\u062A \u062E\u0637 \u062F\u0631 \u067E\u0627\u06CC\u0627\u0646 \u0647\u0631 \u062C\u0645\u0644\u0647 \u062F\u0631 \u06CC\u06A9 \u0628\u0646\u062F \u0628\u0644\u0646\u062F \u0628\u0631\u0627\u06CC \u062A\u0633\u0647\u06CC\u0644 \u062E\u0648\u0627\u0646\u062F\u0646 \u0627\u0639\u0645\u0627\u0644 \u0645\u06CC \u0634\u0648\u062F","browser.shortBrandName":"\u062A\u0631\u062C\u0645\u0647 \u0647\u0645\u0647\u062C\u0627\u0646\u0628\u0647","browser.brandName":"\u062A\u0631\u062C\u0645\u0647 \u0647\u0645\u0647\u200C\u062C\u0627\u0646\u0628\u0647","browser.brandDescription":"Web bilingual translation, completely free to use, supports Deepl/Google/Bing/Tencent/Youdao, etc.","browser.toggleTranslatePage":"\u062A\u0631\u062C\u0645\u0647 \u062A\u0627\u0631\u0646\u0645\u0627/\u0646\u0645\u0627\u06CC\u0634 \u0645\u062A\u0646 \u0627\u0635\u0644\u06CC","browser.toggleTranslateTheWholePage":"\u062A\u0631\u062C\u0645\u0647 \u062A\u0645\u0627\u0645 \u0628\u0631\u06AF\u0647/\u0646\u0645\u0627\u06CC\u0634 \u0645\u062A\u0646 \u0627\u0635\u0644\u06CC","browser.toggleOnlyTransation":"\u062A\u063A\u06CC\u06CC\u0631 \u0628\u0647 \u062D\u0627\u0644\u062A \u062F\u0648\u0632\u0628\u0627\u0646\u0647 / \u0641\u0642\u0637 \u0645\u062A\u0646 \u062A\u0631\u062C\u0645\u0647 \u0634\u062F\u0647","browser.toggleTranslateToThePageEndImmediately":"\u0627\u0632 \u0627\u0646\u062A\u0647\u0627\u06CC \u0628\u0631\u06AF\u0647 \u062A\u0631\u062C\u0645\u0647 \u06A9\u0646\u06CC\u062F/\u0646\u0645\u0627\u06CC\u0634 \u0645\u062A\u0646 \u0627\u0635\u0644\u06CC","browser.toggleTranslateTheMainPage":"\u062A\u0631\u062C\u0645\u0647 \u0642\u0633\u0645\u062A\u200C\u0647\u0627\u06CC \u0627\u0635\u0644\u06CC \u0628\u0631\u06AF\u0647/\u0646\u0645\u0627\u06CC\u0634 \u0645\u062A\u0646 \u0627\u0635\u0644\u06CC","browser.shareToDraft":"\u0627\u0634\u062A\u0631\u0627\u06A9\u200C\u06AF\u0630\u0627\u0631\u06CC \u0635\u0641\u062D\u0647 \u062F\u0648\u0632\u0628\u0627\u0646\u0647","browser.openOptionsPage":"\u0628\u0631\u06AF\u0647 \u062A\u0646\u0638\u06CC\u0645\u0627\u062A \u0631\u0627 \u0628\u0627\u0632 \u06A9\u0646\u06CC\u062F","browser.toggleTranslationMask":"\u0646\u0645\u0627\u06CC\u0634/\u067E\u0646\u0647\u0627\u0646 \u06A9\u0631\u062F\u0646 \u062C\u0644\u0648\u0647 \u062A\u0627\u0631\u06CC \u062A\u0631\u062C\u0645\u0647","browser.translateLocalPdfFile":"\u062A\u0631\u062C\u0645\u0647 \u067E\u0631\u0648\u0646\u062F\u0647 PDF \u0645\u062D\u0644\u06CC","browser.openEbookViewer":"\u06A9\u062A\u0627\u0628 \u0647\u0627\u06CC \u0627\u0644\u06A9\u062A\u0631\u0648\u0646\u06CC\u06A9\u06CC \u0645\u062D\u0644\u06CC \u0631\u0627 \u0628\u062E\u0648\u0627\u0646\u06CC\u062F","browser.openEbookBuilder":"\u06A9\u062A\u0627\u0628 \u0647\u0627\u06CC \u0627\u0644\u06A9\u062A\u0631\u0648\u0646\u06CC\u06A9\u06CC \u062F\u0648 \u0632\u0628\u0627\u0646\u0647 EPUB \u0627\u06CC\u062C\u0627\u062F \u06A9\u0646\u06CC\u062F","browser.translateLocalHtmlFile":"\u7FFB\u8BD1\u672C\u5730 HTML \u6587\u4EF6","browser.donateContext":"\u0628\u0627 \u0645\u0632\u0627\u06CC\u0627\u06CC \u062D\u0645\u0627\u06CC\u062A \u0645\u0627\u0644\u06CC \u0622\u0634\u0646\u0627 \u0634\u0648\u06CC\u062F","browser.translateLocalSubtitleFile":"\u0641\u0627\u06CC\u0644 \u0647\u0627\u06CC \u0632\u06CC\u0631\u0646\u0648\u06CC\u0633 \u0645\u062D\u0644\u06CC \u0631\u0627 \u062A\u0631\u062C\u0645\u0647 \u06A9\u0646\u06CC\u062F",confirmResetConfig:"\u0622\u06CC\u0627 \u0645\u0637\u0645\u0626\u0646 \u0647\u0633\u062A\u06CC\u062F \u06A9\u0647 \u0645\u06CC\u200C\u062E\u0648\u0627\u0647\u06CC\u062F \u062A\u0646\u0638\u06CC\u0645\u0627\u062A \u0631\u0627 \u0628\u0627\u0632\u0646\u0634\u0627\u0646\u06CC \u06A9\u0646\u06CC\u062F\u061F",translationLineBreakSettingTitle:"\u062A\u0646\u0638\u06CC\u0645\u0627\u062A \u0628\u0633\u062A\u0647 \u0628\u0646\u062F\u06CC \u062E\u0637 \u062A\u0631\u062C\u0645\u0647",smartLineBreak:"\u0628\u0633\u062A\u0647 \u0628\u0646\u062F\u06CC \u062E\u0637 \u0647\u0648\u0634\u0645\u0646\u062F",alwaysLineBreak:"\u0647\u0645\u06CC\u0634\u0647 \u0628\u067E\u06CC\u0686\u06CC\u062F",isShowContextMenu:"\u521B\u5EFA\u53F3\u952E\u83DC\u5355",toggleBeta:"\u0648\u06CC\u0698\u06AF\u06CC \u0647\u0627\u06CC \u0622\u0632\u0645\u0627\u06CC\u0634 \u0628\u062A\u0627 \u0631\u0627 \u0641\u0639\u0627\u0644 \u06A9\u0646\u06CC\u062F",betaDescription:"\u0648\u06CC\u0698\u06AF\u06CC\u200C\u0647\u0627\u06CC\u06CC \u0631\u0627 \u06A9\u0647 \u0647\u0646\u0648\u0632 \u0622\u0632\u0645\u0627\u06CC\u0634\u06CC \u0647\u0633\u062A\u0646\u062F \u0648 \u0647\u0645\u0686\u0646\u06CC\u0646 \u062E\u062F\u0645\u0627\u062A \u062A\u0631\u062C\u0645\u0647 \u0631\u0627 \u062F\u0631 \u0622\u0632\u0645\u0627\u06CC\u0634 \u0641\u0639\u0627\u0644 \u06A9\u0646\u06CC\u062F. \u0639\u0636\u0648<1>\u06AF\u0631\u0648\u0647 \u062A\u0644\u06AF\u0631\u0627\u0645 \u0634\u0648\u06CC\u062F \u0628\u06CC\u0634\u062A\u0631 \u0628\u062F\u0627\u0646\u06CC\u062F.",translationLineBreakSettingDescription:"\u5BF9\u4E8E\u8BD1\u6587\u7684\u4F4D\u7F6E\uFF1A\u603B\u662F\u6362\u884C/\u667A\u80FD\u6362\u884C\uFF08\u5F53\u6BB5\u843D\u591A\u4E8E{count}\u4E2A\u5B57\u7B26\u624D\u6362\u884C\u663E\u793A\u8BD1\u6587\uFF09",tempTranslateDomainTitle:"\u0686\u0647 \u0645\u062F\u062A \u0628\u0631\u0627\u06CC \u0641\u0639\u0627\u0644 \u06A9\u0631\u062F\u0646 \u0645\u0648\u0642\u062A \u062A\u0631\u062C\u0645\u0647 \u0648\u0628 \u0633\u0627\u06CC\u062A",tempTranslateDomainDescription:"\u5F53\u624B\u52A8\u7FFB\u8BD1\u67D0\u4E2A\u7F51\u9875\u7684\u65F6\u5019\uFF0C\u4E34\u65F6\u5F00\u542F\u8BE5\u7F51\u7AD9\u4E3A\u81EA\u52A8\u7FFB\u8BD1",xMinutes:"{count} \u062F\u0642\u06CC\u0642\u0647",disabled:"\u063A\u06CC\u0631 \u0641\u0639\u0627\u0644 \u06A9\u0631\u062F\u0646",changelog:"\u062A\u063A\u06CC\u06CC\u0631 \u06AF\u0632\u0627\u0631\u0634",toggleTranslatePageWhenThreeFingersOnTheScreen:"\u0628\u0631\u0627\u06CC \u062A\u0631\u062C\u0645\u0647 \u0635\u0641\u062D\u0647 \u0648\u0628/\u0646\u0645\u0627\u06CC\u0634 \u0645\u062A\u0646 \u0627\u0635\u0644\u06CC\u060C \u0647\u0645\u0632\u0645\u0627\u0646 \u0628\u0627 \u0686\u0646\u062F\u06CC\u0646 \u0627\u0646\u06AF\u0634\u062A \u0635\u0641\u062D\u0647 \u0631\u0627 \u0644\u0645\u0633 \u06A9\u0646\u06CC\u062F",toggleTranslationMaskWhenThreeFingersOnTheScreen:"\u0686\u0646\u062F\u06CC\u0646 \u0627\u0646\u06AF\u0634\u062A \u0631\u0627 \u0628\u0647 \u0637\u0648\u0631 \u0647\u0645\u0632\u0645\u0627\u0646 \u0644\u0645\u0633 \u06A9\u0646\u06CC\u062F \u062A\u0627 \u062C\u0644\u0648\u0647 \u062A\u0627\u0631\u06CC \u062A\u0631\u062C\u0645\u0647 \u0646\u0634\u0627\u0646 \u062F\u0627\u062F\u0647 \u06CC\u0627 \u067E\u0646\u0647\u0627\u0646 \u0634\u0648\u062F",fingerCountToToggleTranslagePageOnlyTranslationWhenTouching:"\u0628\u0631\u0627\u06CC \u062A\u0631\u062C\u0645\u0647 \u0635\u0641\u062D\u0647 \u0648\u0628 (\u0641\u0642\u0637 \u062A\u0631\u062C\u0645\u0647)/\u0646\u0645\u0627\u06CC\u0634 \u0645\u062A\u0646 \u0627\u0635\u0644\u06CC \u0628\u0627 \u0686\u0646\u062F\u06CC\u0646 \u0627\u0646\u06AF\u0634\u062A \u0647\u0645\u0632\u0645\u0627\u0646 \u0635\u0641\u062D\u0647 \u0631\u0627 \u0644\u0645\u0633 \u06A9\u0646\u06CC\u062F",addUrlDescription:"\u0627\u06CC\u0646 \u0645\u06CC \u062A\u0648\u0627\u0646\u062F \u06CC\u06A9 \u0646\u0627\u0645 \u062F\u0627\u0645\u0646\u0647 \u0628\u0627\u0634\u062F \u0648 \u0627\u0632 \u062D\u0631\u0648\u0641 \u0639\u0627\u0645 \u067E\u0634\u062A\u06CC\u0628\u0627\u0646\u06CC \u0645\u06CC \u06A9\u0646\u062F\u060C \u0645\u0627\u0646\u0646\u062F\uFF1A*.google.com\u060C google.com/mail/*\u060C https://www.google.com/*",general:"\u062A\u0646\u0638\u06CC\u0645\u0627\u062A \u067E\u0627\u06CC\u0647",clickToExpandConfig:"\u06AF\u0633\u062A\u0631\u0634 \u067E\u06CC\u06A9\u0631\u0628\u0646\u062F\u06CC \u0641\u0639\u0644\u06CC",import:"\u4ECE\u6587\u4EF6\u5BFC\u5165\u914D\u7F6E",export:"\u0635\u0627\u062F\u0631\u0627\u062A \u0628\u0647 \u0641\u0627\u06CC\u0644",toggleDebug:"\u06AF\u0632\u0627\u0631\u0634 \u0647\u0627\u06CC \u0627\u0634\u06A9\u0627\u0644 \u0632\u062F\u0627\u06CC\u06CC \u0631\u0627 \u0631\u0648\u06CC \u06A9\u0646\u0633\u0648\u0644 \u0686\u0627\u067E \u06A9\u0646\u06CC\u062F","fingers.0":"\u0628\u0633\u062A\u0647","fingers.2":"\u0644\u0645\u0633 \u062F\u0648 \u0627\u0646\u06AF\u0634\u062A\u06CC","fingers.3":"\u0644\u0645\u0633 \u0633\u0647 \u0627\u0646\u06AF\u0634\u062A","fingers.4":"\u0644\u0645\u0633 \u0686\u0647\u0627\u0631 \u0627\u0646\u06AF\u0634\u062A","fingers.5":"\u0644\u0645\u0633 \u067E\u0646\u062C \u0627\u0646\u06AF\u0634\u062A",mouseHoldKey:"+ {key} \u0627\u06CC\u0646 \u067E\u0627\u0631\u0627\u06AF\u0631\u0627\u0641 \u0631\u0627 \u062A\u0631\u062C\u0645\u0647/\u0628\u0627\u0632\u06CC\u0627\u0628\u06CC \u06A9\u0646\u06CC\u062F",mouseHoldKeyAuto:"\u0627\u06CC\u0646 \u067E\u0627\u0631\u0627\u06AF\u0631\u0627\u0641 \u0631\u0627 \u0645\u0633\u062A\u0642\u06CC\u0645\u0627\u064B \u062A\u0631\u062C\u0645\u0647 \u06A9\u0646\u06CC\u062F",mouseHoldKeyOff:"\u0647\u06CC\u0686 \u06A9\u0627\u0631\u06CC \u0646\u06A9\u0646",mouseHoldKeyOther:"\u06A9\u0644\u06CC\u062F\u0647\u0627\u06CC \u0645\u06CC\u0627\u0646\u0628\u0631 \u0633\u0641\u0627\u0631\u0634\u06CC (\u062A\u0646\u0638\u06CC\u0645\u0627\u062A \u0628\u0627\u0632)",mouseHoldKeyCustomKey:"0 \u0627\u06CC\u0646 \u067E\u0627\u0631\u0627\u06AF\u0631\u0627\u0641 \u0631\u0627 {key} / \u0628\u0627\u0632\u06CC\u0627\u0628\u06CC \u06A9\u0646\u06CC\u062F",mouseHoverHoldKey:"\u0645\u0627\u0648\u0633 \u0631\u0627 \u0646\u06AF\u0647 \u062F\u0627\u0631\u06CC\u062F \u0648 \u06A9\u0644\u06CC\u062F \u0645\u06CC\u0627\u0646\u0628\u0631 \u0631\u0627 \u0641\u0634\u0627\u0631 \u062F\u0647\u06CC\u062F \u062A\u0627 \u067E\u0627\u0631\u0627\u06AF\u0631\u0627\u0641 \u062A\u0631\u062C\u0645\u0647 \u0634\u0648\u062F","mouse-translate":"MouseTranslateWhen",document:"\u0633\u0646\u062F",resetSuccess:"\u0647\u0645\u0647 \u062A\u0646\u0638\u06CC\u0645\u0627\u062A \u0628\u0627 \u0645\u0648\u0641\u0642\u06CC\u062A \u0628\u0627\u0632\u0646\u0634\u0627\u0646\u06CC \u0634\u062F",resetThisSuccess:"\u0628\u0627\u0632\u0646\u0634\u0627\u0646\u06CC \u0628\u0627 \u0645\u0648\u0641\u0642\u06CC\u062A \u0627\u0646\u062C\u0627\u0645 \u0634\u062F",saved:"\u0628\u0627 \u0645\u0648\u0641\u0642\u06CC\u062A \u0630\u062E\u06CC\u0631\u0647 \u0634\u062F",successImportConfig:"\u067E\u06CC\u06A9\u0631\u0628\u0646\u062F\u06CC \u0628\u0627 \u0645\u0648\u0641\u0642\u06CC\u062A \u0648\u0627\u0631\u062F \u0634\u062F",goAdvancedSettings:"\u0628\u0647 \u0635\u0641\u062D\u0647 \u062A\u0646\u0638\u06CC\u0645\u0627\u062A \u067E\u06CC\u0634\u0631\u0641\u062A\u0647 \u0628\u0631\u0648\u06CC\u062F",goAdvancedInterfaceSettings:"\u0628\u0647 \u0635\u0641\u062D\u0647 \u062A\u0646\u0638\u06CC\u0645\u0627\u062A \u0633\u0641\u0627\u0631\u0634\u06CC \u0633\u0627\u0632\u06CC \u067E\u06CC\u0634\u0631\u0641\u062A\u0647 \u0628\u0631\u0648\u06CC\u062F",advanced:"\u062A\u0646\u0638\u06CC\u0645\u0627\u062A \u067E\u06CC\u0634\u0631\u0641\u062A\u0647",advancedDescription:"\u0628\u0647 \u0637\u0648\u0631 \u06A9\u0644\u06CC\u060C \u0647\u06CC\u0686 \u062A\u0646\u0638\u06CC\u0645\u06CC \u0644\u0627\u0632\u0645 \u0646\u06CC\u0633\u062A\u060C \u0641\u0642\u0637 \u067E\u06CC\u0634 \u0641\u0631\u0636 \u0631\u0627 \u062D\u0641\u0638 \u06A9\u0646\u06CC\u062F. \u0641\u0642\u0637 \u0628\u0631\u0627\u06CC \u06A9\u0627\u0631\u0628\u0631\u0627\u0646 \u062D\u0631\u0641\u0647 \u0627\u06CC \u062A\u0631\u060C \u062A\u0646\u0638\u06CC\u0645\u0627\u062A \u0634\u062E\u0635\u06CC \u062A\u0631 \u0627\u0631\u0627\u0626\u0647 \u0634\u062F\u0647 \u0627\u0633\u062A.",developer:"\u062A\u0646\u0638\u06CC\u0645\u0627\u062A \u0628\u0631\u0646\u0627\u0645\u0647 \u0646\u0648\u06CC\u0633",donateCafe:"\u8BF7\u5F00\u53D1\u8005\u559D\u676F\u5496\u5561","translate to the bottom of the page":"\u6253\u5F00\u7F51\u9875\u540E\uFF0C\u662F\u5426\u7ACB\u5373\u7FFB\u8BD1\u5230\u9875\u9762\u5E95\u90E8\uFF1F",feedback:"\u0628\u0627\u0632\u062E\u0648\u0631\u062F",toggleTranslatePage:"\u062A\u0631\u062C\u0645\u0647 \u0635\u0641\u062D\u0647 \u0648\u0628/\u0646\u0645\u0627\u06CC\u0634 \u0645\u062A\u0646 \u0627\u0635\u0644\u06CC",translateToThePageEndImmediatelyDescription:"\u5F00\u542F\u540E\uFF0C\u5C06\u4F1A\u7ACB\u5373\u7FFB\u8BD1\u7F51\u9875\u4ECE\u9876\u90E8\u5230\u5E95\u90E8\u7684\u5185\u5BB9\uFF0C\u800C\u4E0D\u662F\u8FB9\u770B\u8FB9\u8BD1\u3002\uFF08\u4E0D\u63A8\u8350\u5F00\u542F\uFF09","translate all areas of the page":"\u0622\u06CC\u0627 \u0628\u0631\u0627\u06CC \u062A\u0631\u062C\u0645\u0647 \u0647\u0645\u0647 \u0642\u0633\u0645\u062A \u0647\u0627\u06CC \u0635\u0641\u062D\u0647 \u0648\u0628",translationAreaDescription:"\u5F00\u542F\u540E\uFF0C\u6574\u4E2A\u7F51\u9875\u7684\u533A\u57DF\u90FD\u4F1A\u88AB\u7FFB\u8BD1\uFF0C\u800C\u4E0D\u662F\u9ED8\u8BA4\u7684\u667A\u80FD\u8BC6\u522B\u4E3B\u8981\u533A\u57DF\u53BB\u7FFB\u8BD1\uFF08\u4E0D\u63A8\u8350\u5F00\u542F\uFF09","the number of characters to be translated first":"\u524D\u591A\u5C11\u4E2A\u5B57\u7B26\u65E0\u9700\u7B49\u5F85\u6EDA\u52A8\u5230\u53EF\u89C6\u533A\u57DF\uFF0C\u76F4\u63A5\u7FFB\u8BD1\uFF1F","interface language":"\u0632\u0628\u0627\u0646 \u0631\u0627\u0628\u0637","display both the original text and the translation":"\u0646\u0645\u0627\u06CC\u0634 \u0645\u062A\u0646 \u0627\u0635\u0644\u06CC \u0648 \u062A\u0631\u062C\u0645\u0647 \u0628\u0647 \u0637\u0648\u0631 \u0647\u0645\u0632\u0645\u0627\u0646","keyboard shortcuts":"\u0645\u06CC\u0627\u0646\u0628\u0631\u0647\u0627\u06CC \u0635\u0641\u062D\u0647 \u06A9\u0644\u06CC\u062F",modify:"\u06A9\u0644\u06CC\u062F\u0647\u0627\u06CC \u0645\u06CC\u0627\u0646\u0628\u0631 \u0631\u0627 \u062A\u063A\u06CC\u06CC\u0631 \u062F\u0647\u06CC\u062F",reset:"\u062A\u0646\u0638\u06CC\u0645 \u0645\u062C\u062F\u062F",close:"\u0628\u0633\u062A\u0647",homepage:"\u0635\u0641\u062D\u0647 \u0646\u062E\u0633\u062A",more:"\u0628\u06CC\u0634\u062A\u0631",moreOptions:"\u06AF\u0632\u06CC\u0646\u0647 \u0647\u0627\u06CC \u0633\u0641\u0627\u0631\u0634\u06CC \u0633\u0627\u0632\u06CC \u0628\u06CC\u0634\u062A\u0631\u06CC \u0631\u0627 \u06AF\u0633\u062A\u0631\u0634 \u062F\u0647\u06CC\u062F",translateTheWholePage:"\u062A\u0631\u062C\u0645\u0647 \u062A\u0645\u0627\u0645 \u0642\u0633\u0645\u062A\u200C\u0647\u0627\u06CC \u0635\u0641\u062D\u0647 (\u0645\u062A\u0641\u0627\u0648\u062A \u0627\u0632 \u0642\u0633\u0645\u062A\u200C\u0647\u0627\u06CC \u0627\u0635\u0644\u06CC \u062A\u0634\u062E\u06CC\u0635 \u0647\u0648\u0634\u0645\u0646\u062F)",changeToTranslateTheWholePage:"\u5207\u6362\u4E3A\u7FFB\u8BD1\u9875\u9762\u6240\u6709\u533A\u57DF",changeToTranslateTheMainPage:"\u5207\u6362\u4E3A\u667A\u80FD\u7FFB\u8BD1\u4E3B\u8981\u533A\u57DF",changeToOnlyTranslationMode:"\u0628\u0647 \u0646\u0645\u0627\u06CC\u0634 \u0641\u0642\u0637 \u062A\u0631\u062C\u0645\u0647 \u0647\u0627 \u0628\u0631\u0648\u06CC\u062F",changeToDualTranslationMode:"\u0628\u0647 \u062A\u0631\u062C\u0645\u0647 \u062F\u0648 \u0632\u0628\u0627\u0646\u0647 \u0628\u0631\u0648\u06CC\u062F",translateToThePageEndImmediately:"\u7ACB\u5373\u7FFB\u8BD1\u5230\u9875\u9762\u5E95\u90E8\uFF08\u533A\u522B\u4E8E\u6EDA\u52A8\u7FFB\u8BD1\uFF09",translateTheMainPage:"\u0632\u0645\u06CC\u0646\u0647 \u0647\u0627\u06CC \u0627\u0635\u0644\u06CC \u062A\u0631\u062C\u0645\u0647 \u0647\u0648\u0634\u0645\u0646\u062F","The local rules are up to date":"\u0642\u0648\u0627\u0646\u06CC\u0646 \u0633\u0627\u0632\u06AF\u0627\u0631\u06CC \u0645\u062D\u0644\u06CC \u0628\u0647 \u0631\u0648\u0632 \u0647\u0633\u062A\u0646\u062F:","Successfully synchronized with the latest official rules:":"\u0622\u062E\u0631\u06CC\u0646 \u0642\u0648\u0627\u0646\u06CC\u0646 \u0627\u0646\u0637\u0628\u0627\u0642 \u0631\u0633\u0645\u06CC \u0628\u0627 \u0645\u0648\u0641\u0642\u06CC\u062A \u0647\u0645\u06AF\u0627\u0645 \u0633\u0627\u0632\u06CC \u0634\u062F:","Checking for updates":"\u0628\u0631\u0631\u0633\u06CC \u0628\u0647 \u0631\u0648\u0632 \u0631\u0633\u0627\u0646\u06CC","Rules are being synchronized":"\u0647\u0645\u06AF\u0627\u0645 \u0633\u0627\u0632\u06CC \u0642\u0648\u0627\u0646\u06CC\u0646 \u0633\u0627\u0632\u06AF\u0627\u0631\u06CC",localVersionIsTooOld:"\u672C\u5730\u6269\u5C55\u7248\u672C\u8FC7\u65E7\uFF0C\u8BF7\u5347\u7EA7\u6269\u5C55\u5230 {minVersion} \u6216\u4E4B\u540E\u7684\u7248\u672C\u518D\u5C1D\u8BD5\u540C\u6B65",badUserscriptBrowser:"\u8BE5\u6D4F\u89C8\u5668\u672A\u6B63\u786E\u5B9E\u73B0\u6CB9\u7334\u7684\u63A5\u53E3\uFF0C\u8BF7\u4F7F\u7528\u5176\u4ED6<1>\u652F\u6301\u6CB9\u7334\u7684\u6D4F\u89C8\u5668\u5982(Firefox Nightly \u7248\u672C)",foundNewVersion:"\u0646\u0633\u062E\u0647 \u062C\u062F\u06CC\u062F \u067E\u06CC\u062F\u0627 \u0634\u062F",theLocalExtensionIsUpToUpdate:"\u0627\u0641\u0632\u0648\u0646\u0647 \u0641\u0639\u0644\u06CC \u0622\u062E\u0631\u06CC\u0646 \u0646\u0633\u062E\u0647 \u0627\u0633\u062A.",failToSyncRules:"\u0647\u0645\u06AF\u0627\u0645 \u0633\u0627\u0632\u06CC \u0622\u062E\u0631\u06CC\u0646 \u0642\u0648\u0627\u0646\u06CC\u0646 \u0627\u0646\u0637\u0628\u0627\u0642 \u0627\u0646\u062C\u0627\u0645 \u0646\u0634\u062F",retry:"\u062C\u0647\u062A \u062A\u0644\u0627\u0634 \u062F\u0648\u0628\u0627\u0631\u0647 \u0627\u06CC\u0646\u062C\u0627 \u06A9\u0644\u06CC\u06A9 \u06A9\u0646\u06CC\u062F",failedReason:"\u062F\u0644\u06CC\u0644 \u0634\u06A9\u0633\u062A",currentRuleVersion:"\u0646\u0633\u062E\u0647 \u0642\u0627\u0646\u0648\u0646 \u0641\u0639\u0644\u06CC",calculating:"\u062F\u0631 \u062D\u0627\u0644 \u0645\u062D\u0627\u0633\u0628\u0647",unknownError:"\u0627\u0634\u062A\u0628\u0627\u0647 \u0646\u0627\u0634\u0646\u0627\u062E\u062A\u0647",canNotFetchRemoteRule:"\u0646\u0645\u06CC \u062A\u0648\u0627\u0646 \u0642\u0648\u0627\u0646\u06CC\u0646 \u0631\u0627\u0647 \u062F\u0648\u0631 \u0631\u0627 \u062F\u0631\u06CC\u0627\u0641\u062A \u06A9\u0631\u062F",enableAlphaSuccess:"\u062A\u0627\u0628\u0639 \u0622\u0644\u0641\u0627 \u0631\u0648\u0634\u0646 \u0634\u062F",disableAlphaSuccess:"\u0648\u06CC\u0698\u06AF\u06CC \u0622\u0644\u0641\u0627 \u062E\u0627\u0645\u0648\u0634 \u0634\u062F",cacheSize:"\u0627\u0646\u062F\u0627\u0632\u0647 \u06A9\u0634\uFF1A",cleaning:"\u062A\u0645\u06CC\u0632 \u06A9\u0631\u062F\u0646",cleanCache:"\u067E\u0627\u06A9 \u06A9\u0631\u062F\u0646 \u062D\u0627\u0641\u0638\u0647 \u067E\u0646\u0647\u0627\u0646",options:"\u0628\u0631\u067E\u0627\u06CC\u06CC",about:"\u062F\u0631 \u0628\u0627\u0631\u0647",service:"\u062E\u062F\u0645\u0627\u062A \u062A\u0631\u062C\u0645\u0647",needAction:"(\u0628\u0647 \u062A\u0646\u0638\u06CC\u0645\u0627\u062A \u0628\u0631\u0648\u06CC\u062F)",goSettings:"\u0628\u0647 \u062A\u0646\u0638\u06CC\u0645\u0627\u062A \u0628\u0631\u0648\u06CC\u062F",needActionForOptions:"(\u0646\u06CC\u0627\u0632 \u0628\u0647 \u062A\u0646\u0638\u06CC\u0645)",translationEngine:"\u06AF\u0632\u06CC\u0646\u0647 \u0647\u0627\u06CC \u0645\u0648\u062A\u0648\u0631",sourceLanguage:"\u0632\u0628\u0627\u0646 \u0627\u0635\u0644\u06CC",target:"\u0632\u0628\u0627\u0646 \u0645\u0642\u0635\u062F",popupSourceLanguage:"\u0632\u0628\u0627\u0646 \u0627\u0635\u0644\u06CC",popupTarget:"\u0632\u0628\u0627\u0646 \u0645\u0642\u0635\u062F",popupService:"\u062E\u062F\u0645\u0627\u062A \u062A\u0631\u062C\u0645\u0647",forThisSite:"\u0648\u0628 \u0633\u0627\u06CC\u062A \u0641\u0639\u0644\u06CC",autoEnableSubtitle:"\u0632\u06CC\u0631\u0646\u0648\u06CC\u0633\u200C\u0647\u0627\u06CC \u062F\u0648\u0632\u0628\u0627\u0646\u0647 \u0631\u0627 \u0628\u0647\u200C\u0637\u0648\u0631 \u062E\u0648\u062F\u06A9\u0627\u0631 \u0631\u0648\u0634\u0646 \u06A9\u0646\u06CC\u062F",alwaysTranslateSomeLanguage:"\u603B\u662F\u7FFB\u8BD1{language}",neverTranslateSomeLanguage:"\u6C38\u4E0D\u7FFB\u8BD1{language}",alwaysTranslateSomeSite:"\u0647\u0645\u06CC\u0634\u0647 {hostname}\u0631\u0627 \u062A\u0631\u062C\u0645\u0647 \u06A9\u0646\u06CC\u062F",neverTranslateSomeSite:"\u0647\u0631\u06AF\u0632 {hostname}\u0631\u0627 \u062A\u0631\u062C\u0645\u0647 \u0646\u06A9\u0646\u06CC\u062F",alwaysTranslateSomeSiteOrWildSite:"\u0647\u0645\u06CC\u0634\u0647 \u0627\u06CC\u0646 \u0633\u0627\u06CC\u062A \u0631\u0627 \u062A\u0631\u062C\u0645\u0647 \u06A9\u0646\u06CC\u062F",alwaysTranslateSomePage:"\u0647\u0645\u06CC\u0634\u0647 \u0627\u06CC\u0646 \u0635\u0641\u062D\u0647 \u0631\u0627 \u062A\u0631\u062C\u0645\u0647 \u06A9\u0646\u06CC\u062F",add:"\u0627\u0636\u0627\u0641\u0647 \u06A9\u0631\u062F\u0646 \u0628\u0647",default:"\u067E\u06CC\u0634 \u0641\u0631\u0636",forThisLanguage:"\u0628\u0631\u0627\u06CC \u0627\u06CC\u0646 \u0632\u0628\u0627\u0646\uFF1A","add url":"\u0622\u062F\u0631\u0633 \u0627\u06CC\u0646\u062A\u0631\u0646\u062A\u06CC \u0631\u0627 \u0648\u0627\u0631\u062F \u06A9\u0646\u06CC\u062F",edit:"\u0648\u06CC\u0631\u0627\u06CC\u0634 \u06A9\u0646\u06CC\u062F","translate other languages into specific language":"\u0632\u0628\u0627\u0646 \u0647\u0627\u06CC \u062F\u06CC\u06AF\u0631 \u0631\u0627 \u0628\u0647 \u0632\u0628\u0627\u0646\u06CC \u06A9\u0647 \u062A\u0646\u0638\u06CC\u0645 \u06A9\u0631\u062F\u0647 \u0627\u06CC\u062F \u062A\u0631\u062C\u0645\u0647 \u06A9\u0646\u06CC\u062F","select translation service":"\u062E\u062F\u0645\u0627\u062A \u062A\u0631\u062C\u0645\u0647 \u0631\u0627 \u0627\u0646\u062A\u062E\u0627\u0628 \u06A9\u0646\u06CC\u062F",language:"\u0632\u0628\u0627\u0646","show-original":"\u0646\u0645\u0627\u06CC\u0634 \u0645\u062A\u0646 \u0627\u0635\u0644\u06CC",translate:"\u062A\u0631\u062C\u0645\u0647 \u06A9\u0631\u062F\u0646",Translated:"\u062A\u0631\u062C\u0645\u0647 \u0634\u062F\u0647",Translating:"\u062F\u0631 \u062D\u0627\u0644 \u062A\u0631\u062C\u0645\u0647",Error:"\u0627\u0634\u062A\u0628\u0627\u0647",allowCacheTranslations:"\u0641\u0639\u0627\u0644 \u06A9\u0631\u062F\u0646 \u062D\u0627\u0641\u0638\u0647 \u067E\u0646\u0647\u0627\u0646 \u062A\u0631\u062C\u0645\u0647 \u0645\u062D\u0644\u06CC (\u0628\u0631\u0627\u06CC \u06A9\u0627\u0647\u0634 \u062F\u0631\u062E\u0648\u0627\u0633\u062A \u0647\u0627\u06CC \u062A\u0631\u062C\u0645\u0647 \u0628\u0631\u0627\u06CC \u067E\u0627\u0631\u0627\u06AF\u0631\u0627\u0641 \u0647\u0627\u06CC \u062A\u06A9\u0631\u0627\u0631\u06CC)","translation display":"\u0633\u0628\u06A9 \u0646\u0645\u0627\u06CC\u0634 \u062A\u0631\u062C\u0645\u0647","select diplay style":"\u0633\u0628\u06A9 \u062A\u0631\u062C\u0645\u0647 \u0631\u0627 \u0645\u062A\u0645\u0627\u06CC\u0632 \u06A9\u0646\u06CC\u062F. \u0644\u0637\u0641\u0627\u064B \u0628\u0631\u0627\u06CC \u062C\u0632\u0626\u06CC\u0627\u062A \u0628\u06CC\u0634\u062A\u0631 \u0628\u0647 \u0645\u062B\u0627\u0644 \u0647\u0627\u06CC \u0632\u06CC\u0631 \u0645\u0631\u0627\u062C\u0639\u0647 \u06A9\u0646\u06CC\u062F:",interface:"\u062A\u0646\u0638\u06CC\u0645\u0627\u062A \u0631\u0627\u0628\u0637",import_export:"\u0648\u0627\u0631\u062F\u0627\u062A \u0648 \u0635\u0627\u062F\u0631\u0627\u062A",import_export_title:"\u067E\u06CC\u06A9\u0631\u0628\u0646\u062F\u06CC \u0648\u0627\u0631\u062F\u0627\u062A/\u0635\u0627\u062F\u0631\u0627\u062A",syncToGoogleDrive:"\u0627\u06A9\u0646\u0648\u0646 \u0628\u0627 Google Drive \u0647\u0645\u06AF\u0627\u0645 \u0633\u0627\u0632\u06CC \u06A9\u0646\u06CC\u062F",floatBallOptions:"\u062A\u0646\u0638\u06CC\u0645\u0627\u062A \u062A\u0648\u067E \u0645\u0639\u0644\u0642","floatBallOptions.enable":"\u062A\u0648\u067E \u0634\u0646\u0627\u0648\u0631 \u0631\u0627 \u0641\u0639\u0627\u0644 \u06A9\u0646\u06CC\u062F","floatBallOptions.blockUrls":"\u0648\u0628 \u0633\u0627\u06CC\u062A \u0631\u0627 \u063A\u06CC\u0631 \u0641\u0639\u0627\u0644 \u06A9\u0646\u06CC\u062F","floatBallOptions.add":"\u0627\u0636\u0627\u0641\u0647 \u06A9\u0631\u062F\u0646 \u0628\u0647","floatBallOptions.blockUrlDesc":"\u062A\u0648\u067E \u0634\u0646\u0627\u0648\u0631 \u0647\u0646\u06AF\u0627\u0645 \u0628\u0631\u062E\u0648\u0631\u062F \u0628\u0627 \u0648\u0628 \u0633\u0627\u06CC\u062A \u0647\u0627\u06CC \u0632\u06CC\u0631 \u0646\u0645\u0627\u06CC\u0634 \u062F\u0627\u062F\u0647 \u0646\u0645\u06CC \u0634\u0648\u062F","floatBallOptions.clickType":"\u0631\u0641\u062A\u0627\u0631 \u06A9\u0644\u06CC\u06A9\u06CC","floatBallOptions.clickTypeDesc":"\u0631\u0641\u062A\u0627\u0631 \u0646\u0645\u0627\u062F \u062A\u0648\u067E \u0634\u0646\u0627\u0648\u0631 \u0647\u0646\u06AF\u0627\u0645 \u06A9\u0644\u06CC\u06A9 \u06A9\u0631\u062F\u0646","floatBallOptions.clickPopup":"\u0646\u0645\u0627\u06CC\u0634 \u067E\u0627\u0646\u0644 \u062A\u0631\u062C\u0645\u0647","floatBallOptions.clickTranslate":"\u062A\u0631\u062C\u0645\u0647/\u0646\u0645\u0627\u06CC\u0634 \u0645\u062A\u0646 \u0627\u0635\u0644\u06CC","floatBallOptions.fixedPosition":"\u56FA\u5B9A\u4F4D\u7F6E","floatBallOptions.fixedPositionDesc":"\u60AC\u6D6E\u7403\u5728\u7A97\u53E3\u5DE6\u4FA7\u8FD8\u662F\u53F3\u4FA7","floatBallOptions.fixedPositionLeft":"\u5DE6\u4FA7","floatBallOptions.fixedPositionRight":"\u53F3\u4FA7",previewAllThemes:"\u067E\u06CC\u0634 \u0646\u0645\u0627\u06CC\u0634 \u0647\u0645\u0647 \u0633\u0628\u06A9 \u0647\u0627","translationTheme.none":"\u0647\u06CC\u0686 \u06CC\u06A9","translationTheme.grey":"\u062E\u0627\u06A9\u0633\u062A\u0631\u06CC \u062A\u06CC\u0631\u0647","translationTheme.dashed":"\u0632\u06CC\u0631 \u062E\u0637 \u0686\u06CC\u0646","translationTheme.dotted":"\u0632\u06CC\u0631 \u062E\u0637 \u0646\u0642\u0637\u0647 \u062F\u0627\u0631","translationTheme.dashedBorder":"\u0645\u0631\u0632 \u0634\u06A9\u0633\u062A\u0647","translationTheme.solidBorder":"\u0645\u0631\u0632 \u062C\u0627\u0645\u062F","translationTheme.underline":"\u0632\u06CC\u0631 \u062E\u0637 \u0645\u0633\u062A\u0642\u06CC\u0645","translationTheme.mask":"\u062C\u0644\u0648\u0647 \u062A\u0627\u0631\u06CC (\u062D\u0627\u0644\u062A \u06CC\u0627\u062F\u06AF\u06CC\u0631\u06CC)","translationTheme.opacity":"\u0627\u062B\u0631 \u0634\u0641\u0627\u0641\u06CC\u062A","translationTheme.paper":"\u0627\u0641\u06A9\u062A \u0633\u0627\u06CC\u0647 \u06A9\u0627\u063A\u0630 \u0633\u0641\u06CC\u062F","translationTheme.dividingLine":"\u062E\u0637 \u062A\u0642\u0633\u06CC\u0645","translationTheme.highlight":"\u0628\u0631\u062C\u0633\u062A\u0647","translationTheme.marker":"\u0646\u0634\u0627\u0646\u06AF\u0631","translationTheme.marker2":"\u0646\u0634\u0627\u0646\u06AF\u0631 2","translationTheme.blockquote":"\u0633\u0628\u06A9 \u0645\u0631\u062C\u0639","translationTheme.weakening":"\u062A\u0636\u0639\u06CC\u0641 \u0634\u0648\u062F","translationTheme.italic":"\u0645\u0648\u0631\u0628","translationTheme.bold":"\u067E\u0631\u0631\u0646\u06AF","translationTheme.thinDashed":"\u0632\u06CC\u0631 \u062E\u0637 \u0686\u06CC\u0646 \u0646\u0627\u0632\u06A9","translationTheme.nativeDashed":"\u0627\u06CC\u0646 \u0633\u06CC\u0633\u062A\u0645 \u062F\u0627\u0631\u0627\u06CC \u062E\u0637 \u0632\u06CC\u0631 \u0646\u0642\u0637\u0647\u200C\u062F\u0627\u0631 \u0627\u0633\u062A","translationTheme.nativeDotted":"\u0627\u06CC\u0646 \u0633\u06CC\u0633\u062A\u0645 \u062F\u0627\u0631\u0627\u06CC \u062E\u0637 \u0632\u06CC\u0631 \u0646\u0642\u0637\u0647\u200C\u062F\u0627\u0631 \u0627\u0633\u062A","translationTheme.nativeUnderline":"\u0627\u06CC\u0646 \u0633\u06CC\u0633\u062A\u0645 \u062F\u0627\u0631\u0627\u06CC \u062E\u0637 \u0645\u0633\u062A\u0642\u06CC\u0645 \u0627\u0633\u062A","translationTheme.wavy":"\u062E\u0637\u0648\u0637 \u0645\u0648\u0627\u062C","translationServices.custom":"API \u0633\u0641\u0627\u0631\u0634\u06CC","translationServices.tencent":"\u0645\u062A\u0631\u062C\u0645 \u062A\u0646\u0633\u0646\u062A","translationServices.tenAlpha":"\u0645\u062A\u0631\u062C\u0645 \u062A\u0646\u0633\u0646\u062A (\u0622\u0644\u0641\u0627)","translationServices.google":"\u0645\u062A\u0631\u062C\u0645 \u06AF\u0648\u06AF\u0644","translationServices.bai":"\u0628\u0627\u06CC\u062F\u0648 (\u0622\u0644\u0641\u0627)","translationServices.baidu":"\u0645\u062A\u0631\u062C\u0645 \u0628\u0627\u06CC\u062F\u0648","translationServices.aliyun":"\u062A\u0631\u062C\u0645\u0647 \u0627\u0628\u0631\u06CC \u0639\u0644\u06CC \u0628\u0627\u0628\u0627","translationServices.volc":"\u062A\u0631\u062C\u0645\u0647 \u0622\u062A\u0634\u0641\u0634\u0627\u0646","translationServices.deeplx":"DeepLX(Alpha)","translationServices.bing":"\u5FC5\u5E94\u7FFB\u8BD1","translationServices.deepl":"DeepL","translationServices.wechat":"\u062A\u0631\u062C\u0645\u0647 \u0648\u06CC \u0686\u062A","translationServices.azure":"\u5FAE\u8F6F\u7FFB\u8BD1","translationServices.ibm":"\u0622\u06CC \u0628\u06CC \u0627\u0645 \u0648\u0627\u062A\u0633\u0648\u0646","translationServices.aws":"\u062A\u0631\u062C\u0645\u0647 \u0622\u0645\u0627\u0632\u0648\u0646","translationServices.mock":"\u6A21\u62DF\u7FFB\u8BD11","translationServices.mock2":"\u062A\u0631\u062C\u0645\u0647 \u0634\u0628\u06CC\u0647 \u0633\u0627\u0632\u06CC \u0634\u062F\u0647 2","translationServices.caiyun":"\u06A9\u0627\u06CC\u0648\u0646 \u0634\u06CC\u0627\u0626\u0648\u06CC","translationServices.cai":"\u5F69\u4E91\u5C0F\u8BD1","translationServices.volcAlpha":"\u706B\u5C71\u7FFB\u8BD1(Alpha)","translationServices.openl":"OpenL","translationServices.youdao":"\u062A\u0631\u062C\u0645\u0647 \u06CC\u0648\u062F\u0627\u0626\u0648","translationServices.you":"\u062A\u0631\u062C\u0645\u0647 \u06CC\u0648\u062F\u0627\u0626\u0648 (\u0622\u0644\u0641\u0627)","translationServices.transmart":"\u062A\u0631\u062C\u0645\u0647 \u062A\u0639\u0627\u0645\u0644\u06CC Tencent","translationServices.niu":"\u062A\u0631\u062C\u0645\u0647 \u0645\u0627\u0648\u0631\u06CC\u06A9\u0633","translationServices.papago":"Papago\u7FFB\u8BD1","translationServices.d":"Deepl(Alpha)","translationServices.dpro":"\u062F\u06CC \u067E\u0631\u0648 (\u0642\u0646\u0627\u0631\u06CC)","translationServices.openai":"OpenAI","translationServices.yandex":"Yandex","translationServices.chatgpt":"ChatGPT Web (\u0645\u0648\u0628\u0627\u06CC\u0644 3.5)","translate title":"\u0639\u0646\u0648\u0627\u0646 \u0635\u0641\u062D\u0647 \u0631\u0627 \u062A\u0631\u062C\u0645\u0647 \u06A9\u0646\u06CC\u062F","always languages":"\u0647\u0645\u06CC\u0634\u0647 \u0632\u0628\u0627\u0646 \u062A\u0631\u062C\u0645\u0647 \u0634\u062F\u0647",neverTranslateLanguagesLabel:"\u0632\u0628\u0627\u0646 \u0647\u0627\u06CC\u06CC \u06A9\u0647 \u0647\u0631\u06AF\u0632 \u062A\u0631\u062C\u0645\u0647 \u0646\u0645\u06CC \u0634\u0648\u0646\u062F",neverTranslateTheFollowingLanguagesDescription:"\u5F53\u9875\u9762\u4E2D\u67D0\u4E00\u6BB5\u843D\u7684\u8BED\u8A00\u4E3A\u4E0B\u5217\u8BED\u8A00\u65F6\uFF0C\u4F1A\u81EA\u52A8\u8DF3\u8FC7\u7FFB\u8BD1\u8BE5\u6BB5\u843D",enableUserscriptPagePopup:"\u603B\u662F\u5728\u9875\u9762\u4E0A\u5C55\u793A Popup \u6D6E\u7A97",enableUserscriptPagePopupDescription:"\u5173\u95ED\u6D6E\u7A97\u540E\uFF0C\u53EF\u4EE5\u7528\u5FEB\u6377\u952E/{touch}\u5524\u8D77\u3002\u4E3A\u9632\u6B62\u4E0D\u614E\u5173\u95ED\u8BE5\u9009\u9879\u540E\u627E\u4E0D\u5230\u6D6E\u7A97\uFF0C\u5F3A\u70C8\u5EFA\u8BAE\u6536\u85CF\u672C\u8BBE\u7F6E\u9875","always translate the following languages":"\u0647\u0646\u06AF\u0627\u0645\u06CC \u06A9\u0647 \u0632\u0628\u0627\u0646 \u0635\u0641\u062D\u0647 \u0628\u0647 \u0632\u0628\u0627\u0646 \u0647\u0627\u06CC \u0632\u06CC\u0631 \u0628\u0627\u0634\u062F\u060C \u0628\u0647 \u0637\u0648\u0631 \u062E\u0648\u062F\u06A9\u0627\u0631 \u0628\u0647 \u0632\u0628\u0627\u0646 \u0645\u0642\u0635\u062F \u062A\u0631\u062C\u0645\u0647 \u0645\u06CC \u0634\u0648\u062F","always sites":"URL \u0647\u0627\u06CC \u0647\u0645\u06CC\u0634\u0647 \u062A\u0631\u062C\u0645\u0647 \u0634\u062F\u0647","always translate the following sites":"\u0647\u0646\u06AF\u0627\u0645\u06CC \u06A9\u0647 \u0648\u0628 \u0633\u0627\u06CC\u062A \u0628\u0627 \u0646\u0627\u0645 \u062F\u0627\u0645\u0646\u0647 \u0632\u06CC\u0631 \u0628\u0627\u0634\u062F\u060C \u0628\u0647 \u0637\u0648\u0631 \u062E\u0648\u062F\u06A9\u0627\u0631 \u0628\u0647 \u0632\u0628\u0627\u0646 \u0645\u0642\u0635\u062F \u062A\u0631\u062C\u0645\u0647 \u0645\u06CC \u0634\u0648\u062F","never sites":"URL \u0647\u0627\u06CC\u06CC \u06A9\u0647 \u0647\u0631\u06AF\u0632 \u062A\u0631\u062C\u0645\u0647 \u0646\u0645\u06CC \u0634\u0648\u0646\u062F","never translate the following sites":"\u0647\u0646\u06AF\u0627\u0645\u06CC \u06A9\u0647 \u0648\u0628 \u0633\u0627\u06CC\u062A \u062F\u0627\u0631\u0627\u06CC \u0646\u0627\u0645 \u062F\u0627\u0645\u0646\u0647 \u0632\u06CC\u0631 \u0628\u0627\u0634\u062F\u060C \u062A\u0631\u062C\u0645\u0647 \u0627\u0646\u062C\u0627\u0645 \u0646\u062E\u0648\u0627\u0647\u062F \u0634\u062F","please refer to":"\u0642\u0628\u0644 \u0627\u0632 \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u0628\u0627\u06CC\u062F \u06A9\u0644\u06CC\u062F \u0631\u0627 \u067E\u0631 \u06A9\u0646\u06CC\u062F. \u0628\u0631\u0627\u06CC \u062C\u0632\u0626\u06CC\u0627\u062A \u0644\u0637\u0641\u0627\u064B \u0628\u0647",KeyAndConfigurationTutorial:'"\u0622\u0645\u0648\u0632\u0634 \u0628\u0631\u0646\u0627\u0645\u0647 \u06A9\u0627\u0631\u0628\u0631\u062F\u06CC \u0648 \u067E\u06CC\u06A9\u0631\u0628\u0646\u062F\u06CC \u06A9\u0644\u06CC\u062F"',useAboveStyleForTheseSites:"\u603B\u662F\u4F7F\u7528 {theme} \u8BD1\u6587\u6837\u5F0F\u7684\u7F51\u7AD9",currentUrl:"URL \u0641\u0639\u0644\u06CC",confirm:"\u0635\u0631\u0641\u0647 \u062C\u0648\u06CC\u06CC",cancel:"\u0644\u063A\u0648 \u06A9\u0646\u06CC\u062F",delete:"\u062D\u0630\u0641","languages.auto":"\u062A\u0634\u062E\u06CC\u0635 \u062E\u0648\u062F\u06A9\u0627\u0631",syncToCloud:"\u540C\u6B65\u5230\u4E91\u7AEF",syncToCloudDescription:"\u5F00\u542F\u540E\u53EF\u4EE5\u5728\u4E0D\u540C\u7684\u6D4F\u89C8\u5668/\u6CB9\u7334\u811A\u672C\u4E4B\u95F4\u540C\u6B65\u914D\u7F6E,\u4EE5\u6700\u540E\u4FEE\u6539\u65F6\u95F4\u4E3A\u51C6\u3002",syncToAccount:"\u0647\u0645\u06AF\u0627\u0645 \u0633\u0627\u0632\u06CC \u0628\u0627 Immersive Translation Cloud",syncToAccountButton:"\u0641\u0648\u0631\u0627\u064B \u0628\u0627 \u0627\u0628\u0631 \u0647\u0645\u06AF\u0627\u0645 \u0633\u0627\u0632\u06CC \u06A9\u0646\u06CC\u062F",syncToAccountDescription:"\u0628\u0647 \u0637\u0648\u0631 \u062E\u0648\u062F\u06A9\u0627\u0631 \u067E\u06CC\u06A9\u0631\u0628\u0646\u062F\u06CC \u0647\u0627 \u0631\u0627 \u0628\u06CC\u0646 \u062F\u0633\u062A\u06AF\u0627\u0647 \u0647\u0627\u06CC \u0645\u062E\u062A\u0644\u0641 \u0628\u0631 \u0627\u0633\u0627\u0633 \u0622\u062E\u0631\u06CC\u0646 \u0632\u0645\u0627\u0646 \u062A\u063A\u06CC\u06CC\u0631 \u0647\u0645\u06AF\u0627\u0645 \u0633\u0627\u0632\u06CC \u06A9\u0646\u06CC\u062F.",successSyncConfigInAccount:"\u0628\u0627 \u0645\u0648\u0641\u0642\u06CC\u062A \u0628\u0627 \u0627\u0628\u0631 \u0647\u0645\u06AF\u0627\u0645 \u0628\u0645\u0627\u0646\u06CC\u062F",successSyncConfigToAccount:"\u0628\u0627 \u0645\u0648\u0641\u0642\u06CC\u062A \u0628\u0627 \u0627\u0628\u0631 \u0647\u0645\u06AF\u0627\u0645\u200C\u0633\u0627\u0632\u06CC \u0634\u062F",syncConfigNoUpdate:"\u062F\u0631 \u062D\u0627\u0644 \u062D\u0627\u0636\u0631 \u062C\u062F\u06CC\u062F\u062A\u0631\u06CC\u0646",authFail:"\u0645\u062C\u0648\u0632 \u0627\u0646\u062C\u0627\u0645 \u0646\u0634\u062F",syncTitle:"\u0645\u062F\u06CC\u0631\u06CC\u062A \u067E\u0634\u062A\u06CC\u0628\u0627\u0646 \u06AF\u06CC\u0631\u06CC \u062F\u0633\u062A\u06CC",import_hint:"\u0648\u0627\u0631\u062F \u0643\u0631\u062F\u0646",upload:"\u0628\u0627\u0631\u06AF\u0630\u0627\u0631\u06CC",revokeAuth:"\u0644\u063A\u0648 \u0645\u062C\u0648\u0632",uploadFail:"\u0622\u067E\u0644\u0648\u062F \u0627\u0646\u062C\u0627\u0645 \u0646\u0634\u062F",download:"\u062F\u0627\u0646\u0644\u0648\u062F",importSuccess:"\u0648\u0627\u0631\u062F\u0627\u062A \u0628\u0627 \u0645\u0648\u0641\u0642\u06CC\u062A \u0627\u0646\u062C\u0627\u0645 \u0634\u062F",importFail:"\u0648\u0627\u0631\u062F\u0627\u062A \u0627\u0646\u062C\u0627\u0645 \u0646\u0634\u062F",deleteFail:"\u062D\u0630\u0641 \u0646\u0634\u062F",backupToCloud:"\u0641\u0627\u06CC\u0644 \u0647\u0627\u06CC \u067E\u0634\u062A\u06CC\u0628\u0627\u0646 \u0631\u0627 \u0628\u0647 \u0635\u0648\u0631\u062A \u062F\u0633\u062A\u06CC \u0645\u062F\u06CC\u0631\u06CC\u062A \u06A9\u0646\u06CC\u062F",create_new_backup:"\u0627\u0636\u0627\u0641\u0647 \u06A9\u0631\u062F\u0646 \u06AF\u0631\u0647 \u067E\u0634\u062A\u06CC\u0628\u0627\u0646",maxBackupFiles:"\u062A\u0627{count}\u06AF\u0631\u0647 \u0645\u062E\u062A\u0644\u0641 \u0631\u0627 \u0645\u06CC \u062A\u0648\u0627\u0646 \u067E\u0634\u062A\u06CC\u0628\u0627\u0646 \u06AF\u06CC\u0631\u06CC \u06A9\u0631\u062F\u060C \u0644\u0637\u0641\u0627 \u06AF\u0631\u0647 \u0647\u0627\u06CC \u063A\u06CC\u0631 \u0636\u0631\u0648\u0631\u06CC \u0631\u0627 \u062D\u0630\u0641 \u06A9\u0646\u06CC\u062F",backupToCloudDescription:"\u0641\u0627\u06CC\u0644 \u0647\u0627\u06CC \u067E\u0634\u062A\u06CC\u0628\u0627\u0646 \u0631\u0627 \u0628\u0647 \u0635\u0648\u0631\u062A \u062F\u0633\u062A\u06CC \u0622\u067E\u0644\u0648\u062F \u06CC\u0627 \u0628\u0627\u0632\u06CC\u0627\u0628\u06CC \u06A9\u0646\u06CC\u062F\u060C \u062A\u0627 \u062D\u062F\u0627\u06A9\u062B\u0631 3 \u0646\u0633\u062E\u0647 \u067E\u0634\u062A\u06CC\u0628\u0627\u0646 \u062A\u0647\u06CC\u0647 \u06A9\u0646\u06CC\u062F",successSyncConfig:"\u0628\u0627 \u0645\u0648\u0641\u0642\u06CC\u062A \u0628\u0627 \u0627\u0628\u0631 \u0647\u0645\u06AF\u0627\u0645 \u0628\u0645\u0627\u0646\u06CC\u062F",syncFail:"\u0647\u0645\u06AF\u0627\u0645 \u0633\u0627\u0632\u06CC \u0627\u0646\u062C\u0627\u0645 \u0646\u0634\u062F",updatedAt:"\u0628\u0647 \u0631\u0648\u0632 \u0634\u062F\u0647 \u062F\u0631 {date}",lastSyncedAt:"\u0622\u062E\u0631\u06CC\u0646 \u0628\u0631\u0631\u0633\u06CC \u062F\u0631 {date}",downloadFail:"\u062F\u0627\u0646\u0644\u0648\u062F \u0646\u0634\u062F",clickToDownload:"\u0628\u0631\u0627\u06CC \u062F\u0627\u0646\u0644\u0648\u062F \u06A9\u0644\u06CC\u06A9 \u06A9\u0646\u06CC\u062F",aboutLabel:"\u062F\u0631\u0628\u0627\u0631\u0647 - \u0628\u0627\u0632\u062E\u0648\u0631\u062F","browser.openAboutPage":"\u5173\u4E8E/\u53CD\u9988/\u8D5E\u52A9",aboutLabelWithoutSponsor:"\u062F\u0631\u0628\u0627\u0631\u0647 - \u0628\u0627\u0632\u062E\u0648\u0631\u062F",aboutIntro:"\u8BE5\u6269\u5C55\u514D\u8D39\u4F7F\u7528\uFF0C\u5E0C\u671B\u6211\u4EEC\u90FD\u80FD\u66F4\u52A0\u5BB9\u6613\u4E14\u6109\u60A6\u5730\u83B7\u53D6\u4E92\u8054\u7F51\u4E0A\u5DE8\u5927\u7684\u5916\u8BED\u4FE1\u606F \u2764\uFE0F

\u611F\u8C22\u8FD9\u4E9B<1>\u8D5E\u52A9\u8005\u4EEC, \u7531\u4E8E\u4ED6/\u5979\u4EEC\u7684\u652F\u6301\uFF0C\u66F4\u591A\u7684\u4EBA\u53EF\u4EE5\u514D\u8D39\u5730\u4F7F\u7528\u8FD9\u4E2A\u5DE5\u5177\u3002\u5982\u679C\u6709\u4F59\u529B\uFF0C\u4F60\u53EF\u4EE5<2>\u70B9\u51FB\u8FD9\u91CC\u8D5E\u52A9\u6211\u7684\u5DE5\u4F5C\uFF0C\u4F60\u8FD8\u53EF\u4EE5\u5173\u6CE8\u6211\u7684<3>\u63A8\u7279\uFF0C<4>Telegram \u9891\u9053\u4EE5\u53CA\u4E0B\u65B9\u7684<5>\u90AE\u4EF6\u8BA2\u9605\u8FFD\u8E2A\u66F4\u65B0\u3002",aboutIntroWithoutSponsor:"\u8BE5\u6269\u5C55\u514D\u8D39\u4F7F\u7528\uFF0C\u5E0C\u671B\u6211\u4EEC\u90FD\u80FD\u66F4\u52A0\u5BB9\u6613\u4E14\u6109\u60A6\u5730\u83B7\u53D6\u4E92\u8054\u7F51\u4E0A\u5DE8\u5927\u7684\u5916\u8BED\u4FE1\u606F \u2764\uFE0F ",projectHomepage:"\u0635\u0641\u062D\u0647 \u0627\u0635\u0644\u06CC \u067E\u0631\u0648\u0698\u0647",joinTelegramGroup:"\u52A0\u5165 Telegram \u7FA4\u53C2\u4E0E\u529F\u80FD\u8BA8\u8BBA",wechatPublicAccount:"\u062D\u0633\u0627\u0628 \u0639\u0645\u0648\u0645\u06CC \u0648\u06CC \u0686\u062A",wechatCommunities:"\u06AF\u0631\u0648\u0647 \u0627\u0631\u062A\u0628\u0627\u0637\u06CC \u0648\u06CC \u0686\u062A",qqCommunities:"\u06A9\u0627\u0646\u0627\u0644 \u0627\u0631\u062A\u0628\u0627\u0637\u06CC QQ",joinTelegramChannel:"\u0628\u0631\u0627\u06CC \u0627\u0637\u0644\u0627\u0639 \u0627\u0632 \u0622\u062E\u0631\u06CC\u0646 \u0627\u062E\u0628\u0627\u0631 \u06A9\u0627\u0646\u0627\u0644 \u062A\u0644\u06AF\u0631\u0627\u0645 \u0631\u0627 \u062F\u0646\u0628\u0627\u0644 \u06A9\u0646\u06CC\u062F",feedbackAndJoin:"\u0628\u0627\u0632\u062E\u0648\u0631\u062F \u0645\u0634\u06A9\u0644/\u0628\u0647 \u06AF\u0631\u0648\u0647 \u0628\u067E\u06CC\u0648\u0646\u062F\u06CC\u062F",autoSync:"\u0647\u0645\u06AF\u0627\u0645 \u0633\u0627\u0632\u06CC \u0628\u0631\u0646\u0627\u0645\u0647 \u0631\u06CC\u0632\u06CC \u0634\u062F\u0647 \u062E\u0648\u062F\u06A9\u0627\u0631",loadingThemeTitle:"\u0633\u0628\u06A9 \u0628\u0627\u0631\u06AF\u06CC\u0631\u06CC",loadingThemeDescription:"\u0647\u0646\u06AF\u0627\u0645 \u0627\u0646\u062A\u0638\u0627\u0631 \u0628\u0631\u0627\u06CC \u0628\u0627\u0631\u06AF\u06CC\u0631\u06CC \u062A\u0631\u062C\u0645\u0647\u060C \u0633\u0628\u06A9 \u0631\u0627 \u062A\u0646\u0638\u06CC\u0645 \u06A9\u0646\u06CC\u062F","loadingTheme.spinner":"\u8F6C\u5708\u52A8\u753B Spinner","loadingTheme.text":"\u0645\u062A\u0646 \u0627\u06CC\u0633\u062A\u0627... ","loadingTheme.none":"\u0646\u0634\u0627\u0646 \u0646\u062F\u0647",developerDescription:"\u0627\u06CC\u0646\u062C\u0627 \u0645\u06CC \u062A\u0648\u0627\u0646\u06CC\u062F <1> \u0631\u0627 \u06A9\u0644\u06CC\u06A9 \u06A9\u0646\u06CC\u062F \u0645\u0634\u0627\u0647\u062F\u0647 \u0627\u0633\u0646\u0627\u062F \u0645\u0631\u0628\u0648\u0637 \u0628\u0647 \u0633\u0641\u0627\u0631\u0634\u06CC \u0633\u0627\u0632\u06CC \u067E\u06CC\u0634\u0631\u0641\u062A\u0647","edit border color":"\u0631\u0646\u06AF \u062D\u0627\u0634\u06CC\u0647 \u0631\u0627 \u062A\u063A\u06CC\u06CC\u0631 \u062F\u0647\u06CC\u062F",successSyncButNoChange:"\u067E\u06CC\u06A9\u0631\u0628\u0646\u062F\u06CC \u0641\u0639\u0644\u06CC \u0628\u0627 \u0627\u0628\u0631 \u0633\u0627\u0632\u06AF\u0627\u0631 \u0627\u0633\u062A",customTheme:"\u0631\u0646\u06AF \u0647\u0627 \u0648 \u0627\u0646\u062F\u0627\u0632\u0647 \u0647\u0627\u06CC \u0633\u0641\u0627\u0631\u0634\u06CC","customThemeLabel.borderColor":"\u0631\u0646\u06AF \u0644\u0628\u0647","customThemeLabel.borderRadius":"\u06AF\u0648\u0634\u0647 \u0647\u0627\u06CC \u06AF\u0631\u062F \u062D\u0627\u0634\u06CC\u0647","customThemeLabel.textColor":"\u0631\u0646\u06AF \u0645\u062A\u0646","customThemeLabel.backgroundColor":"\u0631\u0646\u06AF \u067E\u0633 \u0632\u0645\u06CC\u0646\u0647","customThemeLabel.zoom":"\u0645\u0642\u06CC\u0627\u0633 \u0628\u0646\u062F\u06CC \u0642\u0644\u0645 (%)","customThemeLabel.opacity":"\u06A9\u062F\u0648\u0631\u062A \u0645\u062A\u0646 (%)",resetToDefaultColor:"\u0628\u0647 \u0631\u0646\u06AF \u067E\u06CC\u0634 \u0641\u0631\u0636 \u0628\u0631\u06AF\u0631\u062F\u06CC\u062F",resetToDefaultSettings:"\u0628\u0647 \u062A\u0646\u0638\u06CC\u0645\u0627\u062A \u067E\u06CC\u0634 \u0641\u0631\u0636 \u0628\u0631\u06AF\u0631\u062F\u06CC\u062F",isTranslateTitle:"\u0639\u0646\u0627\u0648\u06CC\u0646 \u0635\u0641\u062D\u0627\u062A \u0648\u0628 \u062A\u0631\u062C\u0645\u0647 \u0634\u062F\u0647 \u0631\u0627 \u0631\u0648\u0634\u0646 \u06A9\u0646\u06CC\u062F",isTranslateTitleDescription:"\u0648\u0642\u062A\u06CC \u0631\u0648\u0634\u0646 \u0634\u062F\u060C \u0639\u0646\u0648\u0627\u0646 \u0635\u0641\u062D\u0647 \u0648\u0628 \u062A\u0631\u062C\u0645\u0647 \u062E\u0648\u0627\u0647\u062F \u0634\u062F",enableSearchEnhancement:"\u0628\u0647\u0628\u0648\u062F \u0627\u0637\u0644\u0627\u0639\u0627\u062A \u062F\u0648 \u0632\u0628\u0627\u0646\u0647 \u0631\u0627 \u0641\u0639\u0627\u0644 \u06A9\u0646\u06CC\u062F",enableSearchEnhancementDescription:"\u067E\u0633 \u0627\u0632 \u0631\u0648\u0634\u0646 \u0634\u062F\u0646\u060C \u0646\u062A\u0627\u06CC\u062C \u062C\u0633\u062A\u062C\u0648\u06CC \xABGoogle News\xBB \u0645\u0631\u0628\u0648\u0637 \u0628\u0647 \u06A9\u0644\u06CC\u062F\u0648\u0627\u0698\u0647\u200C\u0647\u0627\u06CC \u0627\u0646\u06AF\u0644\u06CC\u0633\u06CC \u0628\u0647\u200C\u0637\u0648\u0631 \u062E\u0648\u062F\u06A9\u0627\u0631 \u062F\u0631 \u0633\u062A\u0648\u0646 \u0633\u0645\u062A \u0631\u0627\u0633\u062A \u0648\u0628\u200C\u0633\u0627\u06CC\u062A\u200C\u0647\u0627\u06CC \u067E\u0634\u062A\u06CC\u0628\u0627\u0646\u06CC\u200C\u0634\u062F\u0647 (Google News\u060C Google Search (\u0628\u0631\u062E\u06CC \u06A9\u0644\u0645\u0627\u062A \u06A9\u0644\u06CC\u062F\u06CC)\u060C Snowball\u060C Oriental Fortune\u060C Futu\u060C \u0627\u0646\u062C\u0645\u0646 \u0628\u0628\u0631) \u0646\u0645\u0627\u06CC\u0634 \u062F\u0627\u062F\u0647 \u0645\u06CC\u200C\u0634\u0648\u0646\u062F.",verifyService:"\u0628\u0631\u0627\u06CC \u062A\u0633\u062A \u0633\u0631\u0648\u06CC\u0633 \u0627\u06CC\u0646\u062C\u0627 \u06A9\u0644\u06CC\u06A9 \u06A9\u0646\u06CC\u062F",verified:"\u062A\u0623\u06CC\u06CC\u062F \u0628\u0627 \u0645\u0648\u0641\u0642\u06CC\u062A \u0627\u0646\u062C\u0627\u0645 \u0634\u062F","field.langs":"\u06A9\u062F\u0647\u0627\u06CC \u0632\u0628\u0627\u0646 \u067E\u0634\u062A\u06CC\u0628\u0627\u0646\u06CC \u0634\u062F\u0647","field.model":"\u0645\u062F\u0644","field.translationEngine":"\u0645\u0648\u062A\u0648\u0631 \u062A\u0631\u062C\u0645\u0647","field.limitPerMinute":"\u062D\u062F\u0627\u06A9\u062B\u0631 \u062A\u0639\u062F\u0627\u062F \u062F\u0631\u062E\u0648\u0627\u0633\u062A \u062F\u0631 \u062F\u0642\u06CC\u0642\u0647","field.limitPerSecond":"\u062D\u062F\u0627\u06A9\u062B\u0631 \u062A\u0639\u062F\u0627\u062F \u062F\u0631\u062E\u0648\u0627\u0633\u062A \u062F\u0631 \u062B\u0627\u0646\u06CC\u0647","field.maxTextLengthPerRequest":"\u062D\u062F\u0627\u06A9\u062B\u0631 \u0637\u0648\u0644 \u0645\u062A\u0646 \u062F\u0631 \u0647\u0631 \u062F\u0631\u062E\u0648\u0627\u0633\u062A","field.maxTextGroupLengthPerRequest":"\u062D\u062F\u0627\u06A9\u062B\u0631 \u062A\u0639\u062F\u0627\u062F \u067E\u0627\u0631\u0627\u06AF\u0631\u0627\u0641 \u062F\u0631 \u0647\u0631 \u062F\u0631\u062E\u0648\u0627\u0633\u062A","field.apiUrl":"\u0622\u062F\u0631\u0633 \u0631\u0627\u0628\u0637 API \u0633\u0641\u0627\u0631\u0634\u06CC","field.placeholderDelimiters":"\u0645\u062A\u063A\u06CC\u0631\u0647\u0627\u06CC \u0631\u0632\u0631\u0648 \u0634\u062F\u0647","description.custom":"\u062F\u0633\u062A\u0631\u0633\u06CC \u0628\u0647 \u0631\u0627\u0628\u0637 \u0633\u0641\u0627\u0631\u0634\u06CC \u0628\u0647 \u0627\u0633\u0646\u0627\u062F \u0645\u0631\u062C\u0639 \u0646\u06CC\u0627\u0632 \u062F\u0627\u0631\u062F","description.limitPerMinute":"\u8BF7\u6C42\u6570\u8D85\u8FC7\u8BE5\u9650\u5236\u65F6\u4F1A\u88AB\u6682\u65F6\u7981\u7528\uFF0C\u76F4\u5230\u4E0B\u4E00\u5206\u949F\u5F00\u59CB\uFF0C\u9ED8\u8BA4\u8BBE\u7F6E\u4E3A OpenAI \u8BD5\u7528\u7248\u7684\u8BF7\u6C42\u9650\u5236","description.limitPerSecond":"\u0648\u0642\u062A\u06CC \u062A\u0639\u062F\u0627\u062F \u062F\u0631\u062E\u0648\u0627\u0633\u062A \u0647\u0627 \u0627\u0632 \u0627\u06CC\u0646 \u062D\u062F \u0628\u06CC\u0634\u062A\u0631 \u0634\u0648\u062F\u060C \u062A\u0627 \u0627\u0628\u062A\u062F\u0627\u06CC \u062B\u0627\u0646\u06CC\u0647 \u0628\u0639\u062F \u0648\u0627\u0631\u062F \u062D\u0627\u0644\u062A \u0635\u0641 \u0645\u06CC \u0634\u0648\u062F. \u0628\u0627 \u062A\u0648\u062C\u0647 \u0628\u0647 \u0645\u062D\u062F\u0648\u062F\u06CC\u062A\u200C\u0647\u0627\u06CC \u0645\u062E\u062A\u0644\u0641 \u0633\u0631\u0648\u06CC\u0633 \u0641\u0639\u0644\u06CC OpenAI\u060C \u0644\u0637\u0641\u0627\u064B <1> \u0631\u0627 \u0627\u06CC\u0646\u062C\u0627 \u06A9\u0644\u06CC\u06A9 \u06A9\u0646\u06CC\u062F \u0622\u062E\u0631\u06CC\u0646 \u0645\u0642\u0627\u062F\u06CC\u0631 \u062A\u0648\u0635\u06CC\u0647 \u0634\u062F\u0647 \u0631\u0627 \u0645\u0634\u0627\u0647\u062F\u0647 \u06A9\u0646\u06CC\u062F","description.generalLimitPerSecond":"\u0648\u0642\u062A\u06CC \u062A\u0639\u062F\u0627\u062F \u062F\u0631\u062E\u0648\u0627\u0633\u062A \u0647\u0627 \u0627\u0632 \u0627\u06CC\u0646 \u062D\u062F \u0628\u06CC\u0634\u062A\u0631 \u0634\u0648\u062F\u060C \u062A\u0627 \u0627\u0628\u062A\u062F\u0627\u06CC \u062B\u0627\u0646\u06CC\u0647 \u0628\u0639\u062F \u0648\u0627\u0631\u062F \u062D\u0627\u0644\u062A \u0635\u0641 \u0645\u06CC \u0634\u0648\u062F.","description.prompt":"\u0628\u0647 \u0639\u0646\u0648\u0627\u0646 \u06A9\u0627\u0631\u0628\u0631\u060C \u06AF\u0641\u062A\u06AF\u0648 \u0631\u0627 \u0628\u0647 {service} \u0627\u0631\u0633\u0627\u0644 \u06A9\u0646\u06CC\u062F\u060C \u06A9\u0647 \u062F\u0631 \u0622\u0646 {{text}} \u0645\u062D\u062A\u0648\u0627\u06CC \u0645\u062A\u0646 \u067E\u0627\u0631\u0627\u06AF\u0631\u0627\u0641\u060C {{from}} \u0632\u0628\u0627\u0646 \u067E\u0627\u0631\u0627\u06AF\u0631\u0627\u0641 \u0648 {{to}} \u0632\u0628\u0627\u0646 \u0645\u0642\u0635\u062F \u0631\u0627 \u0646\u0634\u0627\u0646 \u0645\u06CC \u062F\u0647\u062F.","description.maxTextLengthPerRequest":"\u9ED8\u8BA4\u4F1A\u5408\u5E76\u591A\u4E2A\u6BB5\u843D\uFF0C\u4EE5\u51CF\u5C11\u8BF7\u6C42\u6B21\u6570\uFF0C\u4F46\u662F\u5982\u679C\u6BB5\u843D\u603B\u957F\u5EA6\u8FC7\u957F\uFF0C\u4E5F\u53EF\u80FD\u4F1A\u5BFC\u81F4\u63A5\u53E3\u7684\u54CD\u5E94\u53D8\u6162\uFF0C\u56E0\u6B64\u53EF\u4EE5\u5C1D\u8BD5\u8C03\u6574\u8BE5\u9009\u9879\u6765\u4F18\u5316\u901F\u5EA6","description.systemPrompt":"\u0628\u0647 \u0639\u0646\u0648\u0627\u0646 \u0633\u06CC\u0633\u062A\u0645\u060C \u06AF\u0641\u062A\u06AF\u0648\u06CC\u06CC \u0631\u0627 \u0628\u0647 {service} \u0627\u0631\u0633\u0627\u0644 \u06A9\u0646\u06CC\u062F\u060C \u06A9\u0647 \u062F\u0631 \u0622\u0646 {{text}} \u0645\u062D\u062A\u0648\u0627\u06CC \u0645\u062A\u0646 \u067E\u0627\u0631\u0627\u06AF\u0631\u0627\u0641\u060C {{from}} \u0632\u0628\u0627\u0646 \u067E\u0627\u0631\u0627\u06AF\u0631\u0627\u0641 \u0648 {{to}} \u0632\u0628\u0627\u0646 \u0647\u062F\u0641 \u0631\u0627 \u0646\u0634\u0627\u0646 \u0645\u06CC \u062F\u0647\u062F.","field.domain":"\u0631\u0634\u062A\u0647","description.domain":"\u067E\u06CC\u0634 \u0641\u0631\u0636\uFF1A\u0639\u0645\u0648\u0645\u06CC \u0627\u0633\u062A. \u0641\u0642\u0637 \u0632\u0645\u0627\u0646\u06CC \u0645\u06CC\u200C\u062A\u0648\u0627\u0646 \u0622\u0646 \u0631\u0627 \u062A\u0646\u0638\u06CC\u0645 \u06A9\u0631\u062F \u06A9\u0647 \u062A\u0631\u062C\u0645\u0647 \u0645\u0628\u062A\u0646\u06CC \u0628\u0631 \u062F\u0627\u0645\u0646\u0647 \u062F\u0631 \u06A9\u0646\u0633\u0648\u0644 Youdao API \u0641\u0639\u0627\u0644 \u0628\u0627\u0634\u062F. \u0628\u0631\u0627\u06CC \u0642\u0633\u0645\u062A\u200C\u0647\u0627\u06CC \u067E\u0634\u062A\u06CC\u0628\u0627\u0646\u06CC\u200C\u0634\u062F\u0647\u060C \u0644\u0637\u0641\u0627\u064B <1> \u0631\u0627 \u0627\u06CC\u0646\u062C\u0627 \u0628\u0628\u06CC\u0646\u06CC\u062F.","field.scene":"\u0635\u062D\u0646\u0647 \u0647\u0627\u06CC","description.scene":"\u067E\u06CC\u0634 \u0641\u0631\u0636\uFF1A\u0639\u0645\u0648\u0645\u06CC \u0627\u0633\u062A. \u062A\u0646\u0647\u0627 \u0632\u0645\u0627\u0646\u06CC \u0645\u06CC\u200C\u062A\u0648\u0627\u0646 \u0622\u0646 \u0631\u0627 \u062A\u0646\u0638\u06CC\u0645 \u06A9\u0631\u062F \u06A9\u0647 \u0646\u0633\u062E\u0647 \u062D\u0631\u0641\u0647\u200C\u0627\u06CC \u062A\u0631\u062C\u0645\u0647 \u0645\u0627\u0634\u06CC\u0646\u06CC \u062F\u0631 \u06A9\u0646\u0633\u0648\u0644 Alibaba Cloud API \u0641\u0639\u0627\u0644 \u0634\u0648\u062F. \u0628\u0631\u0627\u06CC \u0633\u0646\u0627\u0631\u06CC\u0648\u0647\u0627\u06CC \u067E\u0634\u062A\u06CC\u0628\u0627\u0646\u06CC \u0634\u062F\u0647 \u0628\u0647 <1> \u0627\u06CC\u0646\u062C\u0627 \u0645\u0631\u0627\u062C\u0639\u0647 \u06A9\u0646\u06CC\u062F.","field.vocabId":"\u0634\u0646\u0627\u0633\u0647 \u0641\u0631\u0647\u0646\u06AF \u0644\u063A\u062A \u06A9\u0627\u0631\u0628\u0631","description.vocabId":"\u0641\u0631\u0647\u0646\u06AF \u0644\u063A\u062A \u0645\u0634\u062E\u0635 \u0634\u062F\u0647 out_id \u062F\u0631 \u062D\u0627\u0644 \u062D\u0627\u0636\u0631 \u0627\u0632 \u062A\u0631\u062C\u0645\u0647 \u0627\u0646\u06AF\u0644\u06CC\u0633\u06CC \u0628\u0647 \u0686\u06CC\u0646\u06CC \u067E\u0634\u062A\u06CC\u0628\u0627\u0646\u06CC \u0645\u06CC \u06A9\u0646\u062F.","description.model":"\u0645\u062F\u0644 OpenAI \u0645\u06CC \u062A\u0648\u0627\u0646\u062F gpt-3.5-turbo\u060C gpt-4 \u0648 \u063A\u06CC\u0631\u0647 \u0628\u0627\u0634\u062F.","description.maxTextGroupLengthPerRequest":"\u062A\u0639\u062F\u0627\u062F \u067E\u0627\u0631\u0627\u06AF\u0631\u0627\u0641\u200C\u0647\u0627\u06CC\u06CC \u06A9\u0647 \u0647\u0631 \u0628\u0627\u0631 \u0628\u0647 \u0633\u0631\u0648\u06CC\u0633 \u062A\u0631\u062C\u0645\u0647 \u0627\u0631\u0633\u0627\u0644 \u0645\u06CC\u200C\u0634\u0648\u0646\u062F. \u0627\u06AF\u0631 \u062A\u0639\u062F\u0627\u062F \u067E\u0627\u0631\u0627\u06AF\u0631\u0627\u0641\u200C\u0647\u0627 \u0628\u06CC\u0634 \u0627\u0632 \u062D\u062F \u0628\u0627\u0634\u062F\u060C \u067E\u0627\u0633\u062E \u0631\u0627\u0628\u0637 \u0645\u0645\u06A9\u0646 \u0627\u0633\u062A \u06A9\u0646\u062F \u0634\u0648\u062F.","description.apiUrl":"\u8BF7\u6DFB\u52A0\u5177\u4F53\u5E26\u6709\u8DEF\u5F84\u7684\u7F51\u5740",enabledExtension:"\u0627\u0641\u0632\u0648\u0646\u0647 \u0631\u0627 \u0641\u0639\u0627\u0644 \u06A9\u0646\u06CC\u062F",clickToDisableExtension:"\u0628\u0631\u0627\u06CC \u063A\u06CC\u0631\u0641\u0639\u0627\u0644 \u06A9\u0631\u062F\u0646 \u0627\u0641\u0632\u0648\u0646\u0647 \u06A9\u0644\u06CC\u06A9 \u06A9\u0646\u06CC\u062F",clickToEnableExtension:"\u0628\u0631\u0627\u06CC \u0641\u0639\u0627\u0644 \u06A9\u0631\u062F\u0646 \u0628\u0631\u0646\u0627\u0645\u0647 \u0627\u0641\u0632\u0648\u062F\u0646\u06CC \u06A9\u0644\u06CC\u06A9 \u06A9\u0646\u06CC\u062F",hasBeenDisabled:"\u0645\u0639\u0644\u0648\u0644","show password":"\u0646\u0645\u0627\u06CC\u0634 \u0631\u0645\u0632 \u0639\u0628\u0648\u0631",customContent:"\u8F93\u5165\u81EA\u5B9A\u4E49\u5185\u5BB9",inputOptions:"\u0628\u0647\u0628\u0648\u062F \u062C\u0639\u0628\u0647 \u0648\u0631\u0648\u062F\u06CC",mouseHoverOptions:"\u0645\u0627\u0648\u0633 \u0628\u0631",modifyMouseHoverKey:"\u06A9\u0644\u06CC\u062F\u0647\u0627\u06CC \u0645\u06CC\u0627\u0646\u0628\u0631 \u0645\u0627\u0648\u0633 \u0631\u0627 \u062A\u063A\u06CC\u06CC\u0631 \u062F\u0647\u06CC\u062F",enableInputTranslation:"\u0641\u0639\u0627\u0644 \u06A9\u0631\u062F\u0646 \u0628\u0647\u0628\u0648\u062F \u062C\u0639\u0628\u0647 \u0648\u0631\u0648\u062F\u06CC",enableInputTranslationDescription:"\u067E\u0633 \u0627\u0632 \u0641\u0639\u0627\u0644 \u06A9\u0631\u062F\u0646{trailingKey}\u060C \u0645\u0633\u062A\u0642\u06CC\u0645\u0627\u064B {startingKey}{startingKey} hello \u0631\u0627 \u062F\u0631 \u06A9\u0627\u062F\u0631 \u0648\u0631\u0648\u062F\u06CC \u0648\u0627\u0631\u062F \u06A9\u0646\u06CC\u062F \u0648 \u0633\u067E\u0633 \u0628\u0647 \u0633\u0631\u0639\u062A \u0631\u0648\u06CC{inputTrailingTriggerKeyRepeatTimes}\u062F\u0648 \u0628\u0627\u0631 \u06A9\u0644\u06CC\u06A9 \u06A9\u0646\u06CC\u062F \u062A\u0627 \u0622\u0646 \u0631\u0627 \u0628\u0647 {inputTargetLanguage}\u062A\u0628\u062F\u06CC\u0644 \u06A9\u0646\u06CC\u062F.",enableInputTranslationDescriptionForNoneKey:"{trailingKey}\u0641\u0639\u0627\u0644 \u06A9\u0631\u062F\u0646 \u0622\u0646\u060C \u0645\u0633\u062A\u0642\u06CC\u0645\u0627\u064B\uFF1Ahello world \u0631\u0627 \u062F\u0631 \u06A9\u0627\u062F\u0631 \u0648\u0631\u0648\u062F\u06CC \u0648\u0627\u0631\u062F \u06A9\u0646\u06CC\u062F \u0648 \u0633\u067E\u0633 \u0628\u0647 \u0633\u0631\u0639\u062A{inputTrailingTriggerKeyRepeatTimes}\u0628\u0627\u0631 \u06A9\u0644\u06CC\u06A9 \u06A9\u0646\u06CC\u062F \u062A\u0627 \u0628\u0647 \u0632\u0628\u0627\u0646 \u0645\u0642\u0635\u062F \u067E\u06CC\u0634 \u0641\u0631\u0636 \u062A\u0631\u062C\u0645\u0647 \u0634\u0648\u062F.",inputTargetLanguage:"\u0632\u0628\u0627\u0646 \u0645\u0642\u0635\u062F \u067E\u06CC\u0634 \u0641\u0631\u0636 \u06A9\u0627\u062F\u0631 \u0648\u0631\u0648\u062F\u06CC \u0631\u0627 \u062A\u0646\u0638\u06CC\u0645 \u06A9\u0646\u06CC\u062F",inputTargetLanguageDescription:"\u0632\u0628\u0627\u0646 \u0645\u0642\u0635\u062F \u067E\u06CC\u0634\u200C\u0641\u0631\u0636 \u0628\u0631\u0627\u06CC \u062A\u0631\u062C\u0645\u0647 \u062C\u0639\u0628\u0647 \u0648\u0631\u0648\u062F\u06CC\u060C \u06A9\u0647 {startingKey}{startingKey} \u0628\u0647 \u0639\u0646\u0648\u0627\u0646 \u0632\u0628\u0627\u0646 \u067E\u06CC\u0634\u200C\u0641\u0631\u0636 \u0628\u0631\u0627\u06CC \u06A9\u0644\u0645\u0627\u062A \u0631\u0627\u0647\u200C\u0627\u0646\u062F\u0627\u0632 \u0627\u0633\u062A",inputTargetLanguageDescriptionForNoneKey:"\u0632\u0628\u0627\u0646 \u0645\u0642\u0635\u062F \u067E\u06CC\u0634\u200C\u0641\u0631\u0636 \u0628\u0631\u0627\u06CC \u062A\u0631\u062C\u0645\u0647\u200C\u0647\u0627\u06CC \u062C\u0639\u0628\u0647 \u0648\u0631\u0648\u062F\u06CC",inputStartingTriggerKeyTitle:"\u06A9\u0627\u0631\u0627\u06A9\u062A\u0631\u0647\u0627\u06CC \u062A\u0642\u0633\u06CC\u0645 \u0631\u0627 \u0628\u0631\u0627\u06CC \u062A\u0631\u062C\u0645\u0647 \u062C\u0632\u0626\u06CC \u06A9\u0627\u062F\u0631 \u0648\u0631\u0648\u062F\u06CC \u062A\u0646\u0638\u06CC\u0645 \u06A9\u0646\u06CC\u062F",inputStartingTriggerKeyDescription:"\u0647\u0646\u06AF\u0627\u0645\u06CC \u06A9\u0647 \u0646\u06CC\u0627\u0632\u06CC \u0628\u0647 \u062A\u0631\u062C\u0645\u0647 \u06A9\u0644 \u06A9\u0627\u062F\u0631 \u0648\u0631\u0648\u062F\u06CC \u0646\u062F\u0627\u0631\u06CC\u062F\u060C \u062C\u062F\u0627\u06A9\u0646\u0646\u062F\u0647 \u0628\u0647 \u0634\u0645\u0627 \u0627\u062C\u0627\u0632\u0647 \u0645\u06CC \u062F\u0647\u062F \u0641\u0642\u0637 \u0642\u0633\u0645\u062A \u0631\u0627 {startingKey}{startingKey} \u0628\u0647 \u0627\u0646\u062A\u0647\u0627\u06CC \u06A9\u0627\u062F\u0631 \u0648\u0631\u0648\u062F\u06CC \u062A\u0631\u062C\u0645\u0647 \u06A9\u0646\u06CC\u062F\u060C \u06CC\u0627 \u0645\u06CC \u062A\u0648\u0627\u0646\u06CC\u062F \u06A9\u062F \u0632\u0628\u0627\u0646 \u0631\u0627 \u0645\u0634\u062E\u0635 \u06A9\u0646\u06CC\u062F\u060C \u0628\u0647 \u0639\u0646\u0648\u0627\u0646 \u0645\u062B\u0627\u0644\u060C\uFF1A{startingKey}ja \u0628\u0647 \u0645\u0639\u0646\u0627\u06CC \u0641\u0642\u0637 \u062A\u0631\u062C\u0645\u0647 \u0627\u0633\u062A. \u0642\u0633\u0645\u062A \u0627\u0632 {startingKey}ja \u062A\u0627 \u0627\u0646\u062A\u0647\u0627\u06CC \u062C\u0639\u0628\u0647 \u0648\u0631\u0648\u062F\u06CC.",inputStartingTriggerKeyDescriptionForNoneKey:"\u062F\u0631 \u062D\u0627\u0644 \u062D\u0627\u0636\u0631 \u0628\u062F\u0648\u0646 \u0646\u06CC\u0627\u0632 \u0628\u0647 \u067E\u06CC\u0634\u0648\u0646\u062F \u062A\u0646\u0638\u06CC\u0645 \u0634\u062F\u0647 \u0627\u0633\u062A \u0648 \u0628\u0631\u062E\u06CC \u0627\u0632 \u0639\u0645\u0644\u06A9\u0631\u062F\u0647\u0627\u06CC \u062A\u0631\u062C\u0645\u0647 \u0645\u062A\u0646 \u062C\u0639\u0628\u0647 \u0648\u0631\u0648\u062F\u06CC \u0645\u0648\u0642\u062A\u0627\u064B \u062F\u0631 \u062F\u0633\u062A\u0631\u0633 \u0646\u06CC\u0633\u062A\u0646\u062F.",inputTrailingTriggerKeyTitle:"\u06CC\u06A9 \u06A9\u0627\u0631\u0627\u06A9\u062A\u0631 \u0645\u0627\u0634\u0647 \u0627\u06CC \u0631\u0627 \u0627\u0646\u062A\u062E\u0627\u0628 \u06A9\u0646\u06CC\u062F \u06A9\u0647 \u0628\u0647 \u0648\u0631\u0648\u062F\u06CC \u067E\u0627\u06CC\u0627\u0646 \u0645\u06CC \u062F\u0647\u062F",inputTrailingTriggerKeyDescription:"\u0628\u0627 \u0632\u062F\u0646{trailingKey} 3 \u0628\u0627\u0631 \u0645\u062A\u0648\u0627\u0644\u06CC\u060C \u062A\u0631\u062C\u0645\u0647 \u0634\u0631\u0648\u0639 \u0645\u06CC \u0634\u0648\u062F",inputTrailingTriggerKeyTimeout:"\u0641\u0627\u0635\u0644\u0647 \u0628\u06CC\u0646 \u0645\u0627\u0634\u0647 \u0647\u0627 \u0631\u0627 \u0628\u0631\u0627\u06CC \u067E\u0627\u06CC\u0627\u0646 \u062F\u0627\u062F\u0646 \u0628\u0647 \u062A\u0631\u06A9\u06CC\u0628 \u0648\u0627\u0631\u062F \u06A9\u0646\u06CC\u062F.",inputTrailingTriggerKeyTimeoutDescription:"\u0632\u0645\u0627\u0646 \u0641\u0627\u0635\u0644\u0647 (\u0645\u06CC\u0644\u06CC \u062B\u0627\u0646\u06CC\u0647) \u0631\u0627 \u0628\u0631\u0627\u06CC \u0648\u0631\u0648\u062F\u06CC \u0628\u0631\u0627\u06CC \u067E\u0627\u06CC\u0627\u0646 \u062F\u0627\u062F\u0646 \u0628\u0647 \u0645\u062D\u0631\u06A9 \u062A\u0631\u06A9\u06CC\u0628\u06CC \u062A\u0646\u0638\u06CC\u0645 \u06A9\u0646\u06CC\u062F",spaceKey:"",noneKey:"\u0628\u062F\u0648\u0646 \u0646\u06CC\u0627\u0632 \u0628\u0647 \u067E\u06CC\u0634\u0648\u0646\u062F\u060C \u0628\u0647 \u0637\u0648\u0631 \u0645\u0633\u062A\u0642\u06CC\u0645 \u06A9\u0644 \u062C\u0639\u0628\u0647 \u0645\u062A\u0646 \u0631\u0627 \u062A\u0631\u062C\u0645\u0647 \u06A9\u0646\u06CC\u062F",inputTranslationBlockUrlsTitle:"\u0647\u0631\u06AF\u0632 \u067E\u06CC\u0634\u0631\u0641\u062A \u0647\u0627\u06CC \u0641\u06CC\u0644\u062F \u0648\u0631\u0648\u062F\u06CC \u0631\u0627 \u062F\u0631 URL \u0647\u0627 \u0641\u0639\u0627\u0644 \u0646\u06A9\u0646\u06CC\u062F",inputTranslationBlockUrlsDescription:"\u062F\u0631 \u0622\u062F\u0631\u0633\u200C\u0647\u0627\u06CC \u0627\u06CC\u0646\u062A\u0631\u0646\u062A\u06CC \u0632\u06CC\u0631\u060C \u0628\u0647\u0628\u0648\u062F \u06A9\u0627\u062F\u0631 \u0648\u0631\u0648\u062F\u06CC \u0627\u062B\u0631\u06CC \u0646\u062E\u0648\u0627\u0647\u062F \u062F\u0627\u0634\u062A",clickToSeeQuickDemo:"\u0628\u0631\u0627\u06CC \u06AF\u0633\u062A\u0631\u0634 \u0648\u06CC\u062F\u06CC\u0648\u06CC \u0622\u0645\u0648\u0632\u0634 \u0633\u0631\u06CC\u0639 30 \u062B\u0627\u0646\u06CC\u0647 \u0627\u06CC \u06A9\u0644\u06CC\u06A9 \u06A9\u0646\u06CC\u062F",inputHelperInfo:"\u0646\u06A9\u062A\u0647\uFF1A: \u0645\u0627 \u0628\u0647 \u0637\u0648\u0631 \u062E\u0627\u0635 \u0627\u06CC\u0646 \u0645\u0648\u0636\u0648\u0639 \u0631\u0627 \u0628\u0647\u06CC\u0646\u0647 \u0633\u0627\u0632\u06CC \u06A9\u0631\u062F\u0647 \u0627\u06CC\u0645 \u06A9\u0647 \u062F\u0631 \u0622\u0646 \u0628\u0631\u062E\u06CC \u0627\u0632 \u06A9\u0627\u0631\u0627\u06A9\u062A\u0631\u0647\u0627\u06CC \u0645\u0627\u0634\u0647 \u0628\u0647 \u0639\u0644\u0627\u0626\u0645 \u0646\u06AF\u0627\u0631\u0634\u06CC \u0686\u06CC\u0646\u06CC \u062F\u0631 \u0631\u0648\u0634 \u0648\u0631\u0648\u062F\u06CC \u0686\u06CC\u0646\u06CC \u062A\u0628\u062F\u06CC\u0644 \u0645\u06CC \u0634\u0648\u0646\u062F. \u0628\u0647 \u0639\u0646\u0648\u0627\u0646 \u0645\u062B\u0627\u0644\u060C \u062F\u0631 \u0631\u0648\u0634 \u0648\u0631\u0648\u062F\u06CC Sogou\u060C / \u0628\u0647 \u0645\u06A9\u062B \u062A\u0628\u062F\u06CC\u0644 \u0645\u06CC \u0634\u0648\u062F\u060C \u0648 \u062A\u0631\u062C\u0645\u0647 \u0647\u0645\u0647 \u062C\u0627\u0646\u0628\u0647 \u0627\u0632 \u0647\u0645\u0647 \u0646\u0645\u0627\u062F\u0647\u0627\u06CC \u0686\u06CC\u0646\u06CC \u0645\u0631\u0628\u0648\u0637 \u0628\u0647 \u067E\u0634\u062A\u06CC\u0628\u0627\u0646\u06CC \u0645\u06CC \u06A9\u0646\u062F. \u06A9\u0627\u0631\u0627\u06A9\u062A\u0631\u0647\u0627\u06CC \u0645\u0627\u0634\u0647\u060C \u06CC\u0639\u0646\u06CC //\u060C\u060C \u0647\u0645\u0647 \u0628\u0647 \u0639\u0646\u0648\u0627\u0646 \u06A9\u0627\u0631\u0627\u06A9\u062A\u0631\u0647\u0627\u06CC \u0645\u0627\u0634\u0647 \u0634\u0646\u0627\u062E\u062A\u0647 \u0645\u06CC \u0634\u0648\u0646\u062F.

\u062F\u0631 \u0639\u06CC\u0646 \u062D\u0627\u0644\u060C \u0645\u0627 \u0647\u0645\u0686\u0646\u06CC\u0646 \u0627\u0632 \u0646\u0627\u0645 \u0645\u0633\u062A\u0639\u0627\u0631 \u0686\u06CC\u0646\u06CC \u06A9\u062F\u0647\u0627\u06CC \u0632\u0628\u0627\u0646 \u0628\u0647 \u0639\u0646\u0648\u0627\u0646 \u062F\u0633\u062A\u0648\u0631\u0627\u062A \u067E\u0634\u062A\u06CC\u0628\u0627\u0646\u06CC \u0645\u06CC \u06A9\u0646\u06CC\u0645. \u0628\u0647 \u0639\u0646\u0648\u0627\u0646 \u0645\u062B\u0627\u0644\u060C /Japanese Hello World \u0628\u0647 \u0698\u0627\u067E\u0646\u06CC \u062A\u0631\u062C\u0645\u0647 \u0645\u06CC \u0634\u0648\u062F. <1> \u0628\u0631\u0627\u06CC \u0645\u0634\u0627\u0647\u062F\u0647 \u0647\u0645\u0647 \u06A9\u062F\u0647\u0627\u06CC \u0632\u0628\u0627\u0646 \u067E\u0634\u062A\u06CC\u0628\u0627\u0646\u06CC \u0634\u062F\u0647 \u0627\u06CC\u0646\u062C\u0627 \u0631\u0627 \u06A9\u0644\u06CC\u06A9 \u06A9\u0646\u06CC\u062F. .",reloadCurrentPage:"\u0644\u0637\u0641\u0627\u064B \u0642\u0628\u0644 \u0627\u0632 \u0634\u0631\u0648\u0639 \u062A\u0631\u062C\u0645\u0647 \u0635\u0641\u062D\u0647 \u0641\u0639\u0644\u06CC \u0631\u0627 \u0628\u0627\u0632\u062E\u0648\u0627\u0646\u06CC \u06A9\u0646\u06CC\u062F",noLocalFilePermissionForPDF:"\u0645\u0627 \u062F\u0631 \u062D\u0627\u0644 \u062D\u0627\u0636\u0631 \u0645\u062C\u0648\u0632 \u062E\u0648\u0627\u0646\u062F\u0646 \u0641\u0627\u06CC\u0644 \u0647\u0627\u06CC \u0645\u062D\u0644\u06CC \u0631\u0627 \u0646\u062F\u0627\u0631\u06CC\u0645. \u0644\u0637\u0641\u0627 \u0631\u0648\u06CC \u062F\u06A9\u0645\u0647 \u0628\u0627\u0644\u0627 \u06A9\u0644\u06CC\u06A9 \u06A9\u0646\u06CC\u062F \u0648 \u0641\u0627\u06CC\u0644 \u0647\u0627\u06CC \u0645\u062D\u0644\u06CC \u0631\u0627 \u0648\u0627\u0631\u062F \u06A9\u0646\u06CC\u062F.",noPermissionForThisPage:"\u26A0\uFE0F \u0627\u062C\u0627\u0632\u0647 \u062A\u0631\u062C\u0645\u0647 \u0635\u0641\u062D\u0647 \u0641\u0639\u0644\u06CC \u0648\u062C\u0648\u062F \u0646\u062F\u0627\u0631\u062F",retryAllParagraphs:"\u0647\u0645\u0647 \u067E\u0627\u0631\u0627\u06AF\u0631\u0627\u0641 \u0647\u0627\u06CC \u062E\u0637\u0627 \u0631\u0627 \u062F\u0648\u0628\u0627\u0631\u0647 \u0627\u0645\u062A\u062D\u0627\u0646 \u06A9\u0646\u06CC\u062F",retryAllButton:"\u0647\u0645\u0647 \u067E\u0627\u0631\u0627\u06AF\u0631\u0627\u0641 \u0647\u0627\u06CC \u062E\u0637\u0627 \u0631\u0627 \u062F\u0648\u0628\u0627\u0631\u0647 \u0627\u0645\u062A\u062D\u0627\u0646 \u06A9\u0646\u06CC\u062F",errorTooltipTitle:"\u0628\u0631\u0627\u06CC \u0645\u0634\u0627\u0647\u062F\u0647 \u062F\u0644\u06CC\u0644 \u062E\u0637\u0627 \u06A9\u0644\u06CC\u06A9 \u06A9\u0646\u06CC\u062F",errorModalTitle:"\u0628\u0647 \u0646\u0638\u0631 \u0645\u06CC \u0631\u0633\u062F \u0645\u0634\u06A9\u0644\u06CC \u062F\u0631 \u062E\u062F\u0645\u0627\u062A \u062A\u0631\u062C\u0645\u0647 \u06CC\u0627 \u0634\u0628\u06A9\u0647 \u0648\u062C\u0648\u062F \u062F\u0627\u0631\u062F ...",disableConfirm:"\u062A\u0646\u0638\u06CC\u0645\u0627\u062A \u0627\u0641\u0632\u0627\u06CC\u0634 \u0627\u0637\u0644\u0627\u0639\u0627\u062A \u062F\u0648 \u0632\u0628\u0627\u0646\u0647",disableOnce:"\u0627\u06CC\u0646 \u0628\u0627\u0631 \u063A\u06CC\u0631 \u0641\u0639\u0627\u0644 \u0634\u062F\u0647",disableGlobal:"\u0628\u0631\u0627\u06CC \u0647\u0645\u06CC\u0634\u0647 \u0627\u0632 \u06A9\u0627\u0631 \u0627\u0641\u062A\u0627\u062F\u0647 \u0627\u0633\u062A",disableTint:"* \u0645\u06CC \u062A\u0648\u0627\u0646\u06CC\u062F \u0622\u0646 \u0631\u0627 \u0645\u062C\u062F\u062F\u0627\u064B \u062F\u0631 {option} \u0641\u0639\u0627\u0644 \u06A9\u0646\u06CC\u062F.",searchEnhancementNotes:"\u062F\u0631\u06CC\u0627\u0641\u062A\u06CC\u0645 \u06A9\u0647 \u0646\u062A\u0627\u06CC\u062C \u0627\u062E\u0628\u0627\u0631 \u0628\u0631\u0627\u06CC \u06A9\u0644\u0645\u0627\u062A \u06A9\u0644\u06CC\u062F\u06CC \u0686\u06CC\u0646\u06CC \u0648 \u06A9\u0644\u0645\u0627\u062A \u06A9\u0644\u06CC\u062F\u06CC \u0627\u0646\u06AF\u0644\u06CC\u0633\u06CC \u0628\u0633\u06CC\u0627\u0631 \u0645\u062A\u0641\u0627\u0648\u062A \u0627\u0633\u062A. \u067E\u0633 \u0627\u0632 \u0641\u0639\u0627\u0644 \u06A9\u0631\u062F\u0646 \u0639\u0645\u0644\u06A9\u0631\u062F \u0628\u0647\u0628\u0648\u062F \u0627\u0637\u0644\u0627\u0639\u0627\u062A \u062F\u0648\u0632\u0628\u0627\u0646\u0647 \u062A\u0631\u062C\u0645\u0647 \u0647\u0645\u0647\u062C\u0627\u0646\u0628\u0647\u060C \u062F\u0631 \u0648\u0628 \u0633\u0627\u06CC\u062A \u0647\u0627\u06CC \u067E\u0634\u062A\u06CC\u0628\u0627\u0646\u06CC \u0634\u062F\u0647 (Google News\u060C \u062C\u0633\u062A\u062C\u0648\u06CC Google (\u0628\u0631\u062E\u06CC \u0627\u0632 \u06A9\u0644\u0645\u0627\u062A \u06A9\u0644\u06CC\u062F\u06CC)\u060C Snowball\u060C Oriental Fortune Network\u060C Futu \u062C\u0633\u062A\u062C\u0648 \u062E\u0648\u0627\u0647\u06CC\u0645 \u06A9\u0631\u062F. , Tiger) \u0628\u0647 \u0637\u0648\u0631 \u062E\u0648\u062F\u06A9\u0627\u0631 \u0647\u0645\u0627\u0646 \u06A9\u0644\u0645\u0627\u062A \u06A9\u0644\u06CC\u062F\u06CC \u0631\u0627 \u0628\u0647 \u0632\u0628\u0627\u0646 \u0627\u0646\u06AF\u0644\u06CC\u0633\u06CC \u0628\u0631\u0627\u06CC \u0634\u0645\u0627 \u062C\u0633\u062A\u062C\u0648 \u0645\u06CC \u06A9\u0646\u062F \u0648 \u062F\u0631 \u0633\u0645\u062A \u0631\u0627\u0633\u062A \u0646\u0645\u0627\u06CC\u0634 \u0645\u06CC \u062F\u0647\u062F. \u0627\u06AF\u0631 \u0628\u0647 \u0627\u06CC\u0646 \u0648\u06CC\u0698\u06AF\u06CC \u0646\u06CC\u0627\u0632 \u0646\u062F\u0627\u0631\u06CC\u062F\u060C \u0645\u06CC \u062A\u0648\u0627\u0646\u06CC\u062F \u0622\u0646 \u0631\u0627 \u063A\u06CC\u0631\u0641\u0639\u0627\u0644 \u06A9\u0646\u06CC\u062F.",option:"\u0628\u0631\u067E\u0627\u06CC\u06CC",saveSettings:"\u062A\u0646\u0638\u06CC\u0645\u0627\u062A \u0631\u0627 \u0630\u062E\u06CC\u0631\u0647 \u06A9\u0646",closeModal:"\u067E\u0646\u062C\u0631\u0647 \u0631\u0627 \u0628\u0628\u0646\u062F",enableInputTranslationWithoutTriggerKeyTitle:"\u062A\u0631\u06A9\u06CC\u0628 \u0633\u0631\u06CC\u0639 \u0631\u0627 3 \u0628\u0627\u0631{trailingKey}\u0641\u0639\u0627\u0644 \u06A9\u0646\u06CC\u062F\u060C \u062A\u0645\u0627\u0645 \u06A9\u0627\u062F\u0631 \u0648\u0631\u0648\u062F\u06CC \u0631\u0627 \u0645\u0633\u062A\u0642\u06CC\u0645\u0627\u064B \u0628\u0647{inputTargetLanguage}\u062A\u0631\u062C\u0645\u0647 \u06A9\u0646\u06CC\u062F",enableInputTranslationWithoutTriggerKeyDescription:"\u0627\u06AF\u0631 \u0645\u06CC\u200C\u062E\u0648\u0627\u0647\u06CC\u062F \u0632\u0628\u0627\u0646 \u0645\u0642\u0635\u062F \u0631\u0627 \u0645\u0634\u062E\u0635 \u06A9\u0646\u06CC\u062F\u060C \u0644\u0637\u0641\u0627\u064B \u06A9\u062F \u0632\u0628\u0627\u0646 \u0645\u0642\u0627\u0628\u0644 \u0631\u0627 \u0627\u0636\u0627\u0641\u0647 \u06A9\u0646\u06CC\u062F\u060C \u0645\u0627\u0646\u0646\u062F\uFF1A\u06CC\u0627 Hello World",mouseHoverShortcutPlaceholder:"\u0645\u0627\u0646\u0646\u062F\uFF1AShift",deepLProName:"\u0639\u0636\u0648 \u062D\u0631\u0641\u0647 \u0627\u06CC \u062A\u0631\u062C\u0645\u0647 Immersive (\u062A\u0648\u0635\u06CC\u0647 \u0645\u06CC \u0634\u0648\u062F)",deepLProDescription:"\u0628\u0633\u062A\u0647 \u0641\u0639\u0644\u06CC \u0631\u0627 \u0645\u06CC \u062A\u0648\u0627\u0646 \u0628\u0647 \u0637\u0648\u0631 \u0645\u0633\u062A\u0642\u06CC\u0645 \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u06A9\u0631\u062F",deeplProDescriptionForNormal:"\u0647\u06CC\u0686 \u062A\u0646\u0638\u06CC\u0645\u0627\u062A\u06CC \u0644\u0627\u0632\u0645 \u0646\u06CC\u0633\u062A. \u0645\u06CC \u062A\u0648\u0627\u0646\u06CC\u062F \u067E\u0633 \u0627\u0632 \u0648\u0631\u0648\u062F \u0628\u0647 \u0639\u0646\u0648\u0627\u0646 \u0639\u0636\u0648 \u0627\u0632 \u0622\u0646 \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u06A9\u0646\u06CC\u062F. <1> \u0628\u0631\u0627\u06CC \u0627\u0631\u062A\u0642\u0627 \u0628\u0647 \u0639\u0636\u0648 \u0627\u06CC\u0646\u062C\u0627 \u0631\u0627 \u06A9\u0644\u06CC\u06A9 \u06A9\u0646\u06CC\u062F.",deepLCustomDescription:"\u0634\u0645\u0627 \u0628\u0647 \u06CC\u06A9 \u06A9\u0627\u0631\u062A \u0627\u0639\u062A\u0628\u0627\u0631\u06CC \u062E\u0627\u0631\u062C\u06CC \u0646\u06CC\u0627\u0632 \u062F\u0627\u0631\u06CC\u062F\u060C \u0628\u0647 <1>DeepL \u0628\u0631\u0648\u06CC\u062F \u0628\u0647 \u0637\u0648\u0631 \u0631\u0633\u0645\u06CC \u0628\u0627\u0632 \u0634\u062F\u060C \u0628\u0631\u0627\u06CC \u0645\u0634\u0627\u0647\u062F\u0647 \u0627\u0633\u0646\u0627\u062F <2> \u06A9\u0644\u06CC\u06A9 \u06A9\u0646\u06CC\u062F",deepLCustomName:"\u06A9\u0644\u06CC\u062F \u062A\u0623\u06CC\u06CC\u062F \u0633\u0641\u0627\u0631\u0634\u06CC",chooseProviderLabel:"\u0627\u0631\u0627\u0626\u0647 \u062F\u0647\u0646\u062F\u0647 \u062E\u062F\u0645\u0627\u062A \u0631\u0627 \u0627\u0646\u062A\u062E\u0627\u0628 \u06A9\u0646\u06CC\u062F",openaiProName:"\u0639\u0636\u0648 \u062D\u0631\u0641\u0647 \u0627\u06CC \u062A\u0631\u062C\u0645\u0647 Immersive (\u062A\u0648\u0635\u06CC\u0647 \u0645\u06CC \u0634\u0648\u062F)",openaiProDescription:"\u0628\u0633\u062A\u0647 \u0641\u0639\u0644\u06CC \u0631\u0627 \u0645\u06CC \u062A\u0648\u0627\u0646 \u0628\u0647 \u0637\u0648\u0631 \u0645\u0633\u062A\u0642\u06CC\u0645 \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u06A9\u0631\u062F",openaiProDescriptionForNormal:"\u0647\u06CC\u0686 \u062A\u0646\u0638\u06CC\u0645\u0627\u062A\u06CC \u0644\u0627\u0632\u0645 \u0646\u06CC\u0633\u062A. \u0645\u06CC \u062A\u0648\u0627\u0646\u06CC\u062F \u067E\u0633 \u0627\u0632 \u0648\u0631\u0648\u062F \u0628\u0647 \u0639\u0646\u0648\u0627\u0646 \u0639\u0636\u0648 \u0627\u0632 \u0622\u0646 \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u06A9\u0646\u06CC\u062F. <1> \u0628\u0631\u0627\u06CC \u0627\u0631\u062A\u0642\u0627 \u0628\u0647 \u0639\u0636\u0648 \u0627\u06CC\u0646\u062C\u0627 \u0631\u0627 \u06A9\u0644\u06CC\u06A9 \u06A9\u0646\u06CC\u062F.",openaiCustomDescription:"\u0645\u06CC \u062A\u0648\u0627\u0646 \u0622\u0646 \u0631\u0627 \u0627\u0632 OpenAI\u060C Azure OpenAI \u06CC\u0627 \u0633\u0627\u06CC\u0631 \u062E\u062F\u0645\u0627\u062A \u0634\u062E\u0635 \u062B\u0627\u0644\u062B \u062F\u0631\u06CC\u0627\u0641\u062A \u06A9\u0631\u062F. <1> \u0628\u0631\u0627\u06CC \u0645\u0634\u0627\u0647\u062F\u0647 \u0633\u0646\u062F \u0627\u06CC\u0646\u062C\u0627 \u0631\u0627 \u06A9\u0644\u06CC\u06A9 \u06A9\u0646\u06CC\u062F.",openaiCustomName:"\u06A9\u0644\u06CC\u062F API \u0633\u0641\u0627\u0631\u0634\u06CC",needLoginAction:"(\u0639\u0636\u0648\u06CC\u062A \u0631\u0627 \u0648\u0627\u0631\u062F \u06A9\u0646\u06CC\u062F \u06CC\u0627 \u0633\u0641\u0627\u0631\u0634\u06CC \u06A9\u0646\u06CC\u062F)",goLoginOrAction:"(\u0648\u0627\u0631\u062F \u0639\u0636\u0648\u06CC\u062A \u0634\u0648\u06CC\u062F \u06CC\u0627 \u0628\u0647 \u062A\u0646\u0638\u06CC\u0645\u0627\u062A \u0628\u0631\u0648\u06CC\u062F)",yearly:"\u0627\u0634\u062A\u0631\u0627\u06A9 \u0633\u0627\u0644\u0627\u0646\u0647 \u0645\u0633\u062A\u0645\u0631",quarterly:"\u0641\u0635\u0644 \u0647\u0627\u06CC \u0645\u062A\u0648\u0627\u0644\u06CC",monthly:"\u0627\u0634\u062A\u0631\u0627\u06A9 \u0645\u0627\u0647\u0627\u0646\u0647 \u0645\u0633\u062A\u0645\u0631",yearlyForOnce:"\u0628\u0633\u062A\u0647 \u0633\u0627\u0644\u0627\u0646\u0647 \u06CC\u06A9\u0628\u0627\u0631 \u0645\u0635\u0631\u0641",monthlyForOnce:"\u0628\u0633\u062A\u0647 \u06CC\u06A9\u0628\u0627\u0631\u0647 \u0645\u0627\u0647\u0627\u0646\u0647",daily:"\u0631\u0648\u0632\u0647\u0627\u06CC \u0645\u062A\u0648\u0627\u0644\u06CC",year:"\u0627\u0634\u062A\u0631\u0627\u06A9 \u0633\u0627\u0644\u0627\u0646\u0647 \u0645\u0633\u062A\u0645\u0631",quarter:"\u0641\u0635\u0644 \u0647\u0627\u06CC \u0645\u062A\u0648\u0627\u0644\u06CC",month:"\u0627\u0634\u062A\u0631\u0627\u06A9 \u0645\u0627\u0647\u0627\u0646\u0647 \u0645\u0633\u062A\u0645\u0631",day:"\u0631\u0648\u0632\u0647\u0627\u06CC \u0645\u062A\u0648\u0627\u0644\u06CC",onetime_7day:"\u0628\u0633\u062A\u0647 \u0622\u0632\u0645\u0627\u06CC\u0634\u06CC 7 \u0631\u0648\u0632\u0647",currentPlanDescriptionForFree:"\u0628\u0633\u062A\u0647 \u0641\u0639\u0644\u06CC\uFF1A\u0631\u0627\u06CC\u06AF\u0627\u0646 \u0627\u0633\u062A",currentPlanDescriptionForContinuous:"\u0628\u0633\u062A\u0647 \u0641\u0639\u0644\u06CC 0{plan}\uFF1A\u0648 \u0628\u0647 \u0637\u0648\u0631 \u062E\u0648\u062F\u06A9\u0627\u0631 \u062F\u0631 {endAt} \u062A\u0645\u062F\u06CC\u062F \u0645\u06CC \u0634\u0648\u062F",currentPlanDescriptionForAutoRenewCaceling:"\u0628\u0633\u062A\u0647 \u0641\u0639\u0644\u06CC\uFF1A{plan}\u0627\u0633\u062A \u0648 \u062F\u0631 {endAt} \u0645\u0646\u0642\u0636\u06CC \u0645\u06CC \u0634\u0648\u062F. \u067E\u0633 \u0627\u0632 \u0627\u0646\u0642\u0636\u0627 \u0628\u0647 \u0637\u0648\u0631 \u062E\u0648\u062F\u06A9\u0627\u0631 \u062A\u0645\u062F\u06CC\u062F \u0646\u0645\u06CC \u0634\u0648\u062F.",currentYearlyPlanDescriptionForAutoRenewCacelingWithRealPaiedUser:"\u0628\u0633\u062A\u0647 \u0641\u0639\u0644\u06CC\uFF1A{plan}\u062F\u0631 \u062A\u0627\u0631\u06CC\u062E {endAt} \u0645\u0646\u0642\u0636\u06CC \u0645\u06CC \u0634\u0648\u062F \u0648 \u067E\u0633 \u0627\u0632 \u0627\u0646\u0642\u0636\u0627 \u0628\u0647 \u0637\u0648\u0631 \u062E\u0648\u062F\u06A9\u0627\u0631 \u062A\u0645\u062F\u06CC\u062F \u0646\u0645\u06CC \u0634\u0648\u062F.
<1> \u0628\u0631\u0627\u06CC \u0645\u062F\u06CC\u0631\u06CC\u062A \u0628\u0631\u0646\u0627\u0645\u0647 \u0647\u0627\u06CC \u062A\u0645\u062F\u06CC\u062F \u0627\u06CC\u0646\u062C\u0627 \u0631\u0627 \u06A9\u0644\u06CC\u06A9 \u06A9\u0646\u06CC\u062F",currentYearlyPlanDescriptionForAutoRenewCacelingWithAdmin:"\u0628\u0633\u062A\u0647 \u0641\u0639\u0644\u06CC\uFF1A{plan}\u062F\u0631 \u062A\u0627\u0631\u06CC\u062E {endAt} \u0645\u0646\u0642\u0636\u06CC \u0645\u06CC \u0634\u0648\u062F \u0648 \u067E\u0633 \u0627\u0632 \u0627\u0646\u0642\u0636\u0627 \u0628\u0647 \u0637\u0648\u0631 \u062E\u0648\u062F\u06A9\u0627\u0631 \u062A\u0645\u062F\u06CC\u062F \u0646\u0645\u06CC \u0634\u0648\u062F.
<1>\u0628\u0631\u0627\u06CC \u0641\u0639\u0627\u0644 \u06A9\u0631\u062F\u0646 \u0627\u0634\u062A\u0631\u0627\u06A9 \u0633\u0627\u0644\u0627\u0646\u0647 \u0645\u0633\u062A\u0645\u0631 \u0627\u06CC\u0646\u062C\u0627 \u0631\u0627 \u06A9\u0644\u06CC\u06A9 \u06A9\u0646\u06CC\u062F",currentPlanDescriptionForOneTime:"\u0628\u0633\u062A\u0647 \u0641\u0639\u0644\u06CC\uFF1A{plan}\u0627\u0633\u062A \u0648 \u062F\u0631 {endAt} \u0645\u0646\u0642\u0636\u06CC \u0645\u06CC \u0634\u0648\u062F. <1> \u0628\u0631\u0627\u06CC \u0627\u0631\u062A\u0642\u0627\u0621 \u0628\u0647 \u0647\u0632\u06CC\u0646\u0647 \u0633\u0627\u0644\u0627\u0646\u0647 \u0627\u06CC\u0646\u062C\u0627 \u0631\u0627 \u06A9\u0644\u06CC\u06A9 \u06A9\u0646\u06CC\u062F \u06CC\u0627 <2> \u0647\u0632\u06CC\u0646\u0647 \u0645\u0627\u0647\u0627\u0646\u0647 \u0639\u0636\u0648",upgradePlan:"\u0628\u0631\u0627\u06CC \u0627\u0631\u062A\u0642\u0627\u0621 \u0628\u0647 \u0639\u0636\u0648\u06CC\u062A Pro \u0627\u06CC\u0646\u062C\u0627 \u0631\u0627 \u06A9\u0644\u06CC\u06A9 \u06A9\u0646\u06CC\u062F",upgradeToPro:"\u0628\u0647 \u0639\u0636\u0648\u06CC\u062A Pro \u0627\u0631\u062A\u0642\u0627 \u062F\u0647\u06CC\u062F","popup.openPro":"\u5F00\u901A\u4F1A\u5458\u540E\u53EF\u4EE5\u7545\u4EAB DeepL \u548C OpenAI \u7FFB\u8BD1","popup.openProForPro":"\u0634\u0645\u0627 \u06CC\u06A9 \u0639\u0636\u0648 \u062D\u0631\u0641\u0647 \u0627\u06CC \u0647\u0633\u062A\u06CC\u062F \u0648 \u0645\u06CC \u062A\u0648\u0627\u0646\u06CC\u062F \u0645\u0633\u062A\u0642\u06CC\u0645\u0627\u064B \u0627\u0632 \u062A\u0631\u062C\u0645\u0647 DeepL \u0648 OpenAI \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u06A9\u0646\u06CC\u062F",currentAccount:"\u062D\u0633\u0627\u0628 \u062C\u0627\u0631\u06CC",enableAutoSyncUserSettings:"\u0647\u0645\u06AF\u0627\u0645 \u0633\u0627\u0632\u06CC \u0627\u0628\u0631\u06CC \u062E\u0648\u062F\u06A9\u0627\u0631 \u0631\u0627 \u062F\u0631 \u0686\u0646\u062F\u06CC\u0646 \u062F\u0633\u062A\u06AF\u0627\u0647 \u0641\u0639\u0627\u0644 \u06A9\u0646\u06CC\u062F",modalEnableInputTranslationTitle:"\u0646\u06A9\u0627\u062A \u062A\u0631\u062C\u0645\u0647 \u0647\u0645\u0647\u062C\u0627\u0646\u0628\u0647 \u062C\u0639\u0628\u0647 \u0648\u0631\u0648\u062F\u06CC \u062A\u0631\u062C\u0645\u0647",modalEnableInputTranslationDesc:"\u0634\u0645\u0627 \u0628\u0647 \u062A\u0627\u0632\u06AF\u06CC \u062A\u0631\u062C\u0645\u0647 \u062C\u0639\u0628\u0647 \u0648\u0631\u0648\u062F\u06CC Immersive Translation \u0631\u0627 \u0628\u0627 \u0641\u0634\u0627\u0631 \u062F\u0627\u062F\u0646 \u06A9\u0644\u06CC\u062F \u0641\u0627\u0635\u0644\u0647 \u0633\u0647 \u0628\u0627\u0631 \u067E\u0634\u062A \u0633\u0631 \u0647\u0645 \u0641\u0639\u0627\u0644 \u06A9\u0631\u062F\u0647 \u0627\u06CC\u062F \u0648 \u0645\u062D\u062A\u0648\u0627\u06CC \u062C\u0639\u0628\u0647 \u0648\u0631\u0648\u062F\u06CC \u0628\u0647 \u0632\u0628\u0627\u0646 \u0645\u0642\u0635\u062F \u067E\u06CC\u0634 \u0641\u0631\u0636 \u062A\u0631\u062C\u0645\u0647 \u0645\u06CC \u0634\u0648\u062F. \u062A\u0631\u062C\u0645\u0647 \u0631\u0627 \u0645\u06CC \u062A\u0648\u0627\u0646 \u0628\u0627 Ctrl+Z \u0644\u063A\u0648 \u06A9\u0631\u062F.

\u0627\u06AF\u0631 \u0627\u06CC\u0646 \u06CC\u06A9 \u0627\u0634\u062A\u0628\u0627\u0647 \u0627\u0633\u062A\u060C \u0646\u06AF\u0631\u0627\u0646 \u0646\u0628\u0627\u0634\u06CC\u062F\u060C \u0645\u06CC\u200C\u062A\u0648\u0627\u0646\u06CC\u062F \u0627\u06CC\u0646 \u0628\u0627\u0631 \u0622\u0646 \u0631\u0627 \u063A\u06CC\u0631\u0641\u0639\u0627\u0644 \u06A9\u0646\u06CC\u062F \u06CC\u0627 \u062A\u0631\u062C\u0645\u0647 \u062C\u0639\u0628\u0647 \u0648\u0631\u0648\u062F\u06CC \u0631\u0627 \u0628\u0631\u0627\u06CC \u0647\u0645\u06CC\u0634\u0647 \u063A\u06CC\u0631\u0641\u0639\u0627\u0644 \u06A9\u0646\u06CC\u062F.",saveAndNotShowAgain:"\u0630\u062E\u06CC\u0631\u0647 \u06A9\u0646\u06CC\u062F \u0648 \u062F\u0648\u0628\u0627\u0631\u0647 \u062F\u0631\u062E\u0648\u0627\u0633\u062A \u0646\u06A9\u0646\u06CC\u062F",disableInputTranslationTips:"* \u0647\u0645\u0686\u0646\u06CC\u0646 \u0645\u06CC \u062A\u0648\u0627\u0646\u06CC\u062F \u0633\u0627\u06CC\u0631 \u06A9\u0644\u06CC\u062F\u0647\u0627\u06CC \u0645\u06CC\u0627\u0646\u0628\u0631 \u0631\u0627 \u0628\u0631\u0627\u06CC \u0641\u0639\u0627\u0644 \u06A9\u0631\u062F\u0646 {option} \u060C{learnMore}\u062A\u0646\u0638\u06CC\u0645 \u06A9\u0646\u06CC\u062F.",learnMore:"\u0628\u0631\u0627\u06CC \u0627\u0637\u0644\u0627\u0639\u0627\u062A \u0628\u06CC\u0634\u062A\u0631 \u0627\u06CC\u0646\u062C\u0627 \u06A9\u0644\u06CC\u06A9 \u06A9\u0646\u06CC\u062F",continueEnalbeInputTranslation:"\u0628\u0647 \u0641\u0639\u0627\u0644 \u06A9\u0631\u062F\u0646 \u062A\u0631\u062C\u0645\u0647 \u062C\u0639\u0628\u0647 \u0648\u0631\u0648\u062F\u06CC \u0627\u062F\u0627\u0645\u0647 \u062F\u0647\u06CC\u062F",autoRenewTrialSuffix:'(\u062F\u0631 \u0637\u0648\u0644 \u062F\u0648\u0631\u0647 \u0622\u0632\u0645\u0627\u06CC\u0634\u06CC\u060C\u0628\u0644\u0627\u0641\u0627\u0635\u0644\u0647 \u0628\u0647 \u06CC\u06A9\u0631\u0633\u0645\u06CC \u0627\u0631\u062A\u0642\u0627 \u062E\u0648\u0627\u0647\u062F \u06CC\u0627\u0641\u062A.',upgradeFromTrialTitle:"\u0627\u0631\u062A\u0642\u0627 \u0628\u0647 \u0639\u0636\u0648 \u0631\u0633\u0645\u06CC",subtitle:"\u0632\u06CC\u0631\u0646\u0648\u06CC\u0633 \u0648\u06CC\u062F\u06CC\u0648",youtubeService:"\u062E\u062F\u0645\u0627\u062A \u062A\u0631\u062C\u0645\u0647 \u0632\u06CC\u0631\u0646\u0648\u06CC\u0633 \u0648\u06CC\u062F\u06CC\u0648\u06CC\u06CC \u0647\u0645\u0647\u062C\u0627\u0646\u0628\u0647","subtitle.disabledSubtitle":"\u0632\u06CC\u0631\u0646\u0648\u06CC\u0633 \u0648\u06CC\u062F\u06CC\u0648 \u0631\u0627 \u0628\u0631\u0627\u06CC \u0647\u0645\u06CC\u0634\u0647 \u063A\u06CC\u0631\u0641\u0639\u0627\u0644 \u06A9\u0646\u06CC\u062F","subtitle.disabledSubtitleDescription":"\u0627\u06AF\u0631 \u0632\u06CC\u0631\u0646\u0648\u06CC\u0633\u200C\u0647\u0627\u06CC \u0648\u06CC\u062F\u06CC\u0648\u06CC \xAB\u062A\u0631\u062C\u0645\u0647 Immersive\xBB \u0628\u0627 \u0628\u0631\u0646\u0627\u0645\u0647\u200C\u0647\u0627\u06CC \u0627\u0641\u0632\u0648\u062F\u0646\u06CC \u062F\u06CC\u06AF\u0631 \u062A\u062F\u0627\u062E\u0644 \u062F\u0627\u0631\u0646\u062F\u060C \u0645\u06CC\u200C\u062A\u0648\u0627\u0646\u06CC\u062F \u0627\u0646\u062A\u062E\u0627\u0628 \u06A9\u0646\u06CC\u062F \u06A9\u0647 \u0639\u0645\u0644\u06A9\u0631\u062F \u0632\u06CC\u0631\u0646\u0648\u06CC\u0633\u200C\u0647\u0627\u06CC \u0648\u06CC\u062F\u06CC\u0648\u06CC\u06CC \u062A\u0631\u062C\u0645\u0647 Immersive \u0631\u0627 \u0628\u0631\u0627\u06CC \u0647\u0645\u06CC\u0634\u0647 \u063A\u06CC\u0631\u0641\u0639\u0627\u0644 \u06A9\u0646\u06CC\u062F \u06CC\u0627 \u0633\u0627\u06CC\u0631 \u0628\u0631\u0646\u0627\u0645\u0647\u200C\u0647\u0627\u06CC \u0627\u0641\u0632\u0648\u062F\u0646\u06CC \u0645\u062A\u0646\u0627\u0642\u0636 \u0631\u0627 \u062D\u0630\u0641 \u0646\u0635\u0628 \u06A9\u0646\u06CC\u062F.","subtitle.autoEnableSubtitle":"\u5F00\u542F\u5B57\u5E55\u7FFB\u8BD1","subtitle.autoEnableSubtitleDescription":"\u067E\u0633 \u0627\u0632 \u0641\u0639\u0627\u0644 \u0633\u0627\u0632\u06CC\u060C \u0647\u0646\u06AF\u0627\u0645 \u067E\u062E\u0634 \u0648\u06CC\u062F\u06CC\u0648\u060C \u0632\u06CC\u0631\u0646\u0648\u06CC\u0633 \u062F\u0648\u0632\u0628\u0627\u0646\u0647 \u0628\u0647 \u0635\u0648\u0631\u062A \u062E\u0648\u062F\u06A9\u0627\u0631 \u0646\u0645\u0627\u06CC\u0634 \u062F\u0627\u062F\u0647 \u0645\u06CC \u0634\u0648\u062F\u060C \u062F\u0631 \u063A\u06CC\u0631 \u0627\u06CC\u0646 \u0635\u0648\u0631\u062A \u0628\u0627\u06CC\u062F \u0631\u0648\u06CC \u062F\u06A9\u0645\u0647 \u062A\u0631\u062C\u0645\u0647 \u06A9\u0644\u06CC\u06A9 \u06A9\u0646\u06CC\u062F \u062A\u0627 \u0646\u0645\u0627\u06CC\u0634 \u062F\u0627\u062F\u0647 \u0634\u0648\u062F.","subtitle.preTranslation":"\u0628\u0631\u0627\u06CC \u062A\u0631\u062C\u0645\u0647 \u0632\u06CC\u0631\u0646\u0648\u06CC\u0633 \u0647\u0627 \u0627\u0632 \u062A\u0631\u062C\u0645\u0647 \u0647\u0645\u0647 \u062C\u0627\u0646\u0628\u0647 \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u06A9\u0646\u06CC\u062F","subtitle.preTranslationDescription":"\u067E\u0633 \u0627\u0632 \u0641\u0639\u0627\u0644 \u06A9\u0631\u062F\u0646 \u0622\u0646\u060C \u0627\u0648\u0644\u0648\u06CC\u062A \u0628\u0627 \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u0627\u0632 \u062E\u062F\u0645\u0627\u062A \u062A\u0631\u062C\u0645\u0647 \u0645\u0634\u062E\u0635 \u0634\u062F\u0647 \u062F\u0631 \u0632\u06CC\u0631 \u0628\u0631\u0627\u06CC \u062A\u0631\u062C\u0645\u0647 \u06A9\u0644 \u0632\u06CC\u0631\u0646\u0648\u06CC\u0633 \u0627\u0632 \u0642\u0628\u0644 \u062E\u0648\u0627\u0647\u062F \u0628\u0648\u062F. \u06CC\u06A9 \u0648\u06CC\u062F\u06CC\u0648\u06CC \u06CC\u06A9 \u0633\u0627\u0639\u062A\u0647 \u062A\u0642\u0631\u06CC\u0628\u0627\u064B 50000 \u062A\u0648\u06A9\u0646 \u06CC\u0627 \u06A9\u0627\u0631\u0627\u06A9\u062A\u0631 \u0645\u0635\u0631\u0641 \u0645\u06CC \u06A9\u0646\u062F\u060C \u0628\u0646\u0627\u0628\u0631\u0627\u06CC\u0646 \u0644\u0637\u0641\u0627\u064B \u0627\u0632 \u0622\u0646 \u062F\u0631 \u0635\u0648\u0631\u062A \u0644\u0632\u0648\u0645 \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u06A9\u0646\u06CC\u062F\u061B \u067E\u0633 \u0627\u0632 \u063A\u06CC\u0631\u0641\u0639\u0627\u0644 \u0634\u062F\u0646\u060C \u0627\u0648\u0644\u0648\u06CC\u062A \u062F\u0627\u062F\u0647 \u0645\u06CC \u0634\u0648\u062F. \u0628\u0631\u0627\u06CC \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u0627\u0632 \u0632\u06CC\u0631\u0646\u0648\u06CC\u0633\u200C\u0647\u0627\u06CC \u062A\u0631\u062C\u0645\u0647\u200C\u0634\u062F\u0647 \u0645\u0627\u0634\u06CC\u0646\u06CC \u0647\u0645\u0631\u0627\u0647 \u0628\u0627 \u0648\u06CC\u062F\u06CC\u0648\u06CC \u0627\u0635\u0644\u06CC.","subtitle.humanSubtitlesPreferred":"\u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u0627\u0632 \u0632\u06CC\u0631\u0646\u0648\u06CC\u0633 \u0647\u0627\u06CC \u0627\u0646\u0633\u0627\u0646\u06CC \u0631\u0627 \u062F\u0631 \u0627\u0648\u0644\u0648\u06CC\u062A \u0642\u0631\u0627\u0631 \u062F\u0647\u06CC\u062F","subtitle.humanSubtitlesPreferredDescription":"\u0648\u0642\u062A\u06CC \u0648\u06CC\u062F\u06CC\u0648\u06CC\u06CC \u062F\u0627\u0631\u0627\u06CC \u0632\u06CC\u0631\u0646\u0648\u06CC\u0633 \u062F\u0633\u062A\u06CC \u0628\u0647 \u0632\u0628\u0627\u0646 \u0645\u0642\u0635\u062F \u0627\u0633\u062A\u060C \u0627\u0628\u062A\u062F\u0627 \u0627\u0632 \u0632\u06CC\u0631\u0646\u0648\u06CC\u0633 \u062F\u0633\u062A\u06CC \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u06A9\u0646\u06CC\u062F (\u062A\u0648\u0635\u06CC\u0647 \u0645\u06CC\u200C\u0634\u0648\u062F)",videoSubtitleTranslationDescription:"\u06CC\u06A9 \u0633\u0631\u0648\u06CC\u0633 \u062A\u0631\u062C\u0645\u0647 \u062C\u062F\u0627\u06AF\u0627\u0646\u0647 \u0628\u0631\u0627\u06CC \u0632\u06CC\u0631\u0646\u0648\u06CC\u0633 \u0648\u06CC\u062F\u06CC\u0648\u0647\u0627 \u062A\u0639\u06CC\u06CC\u0646 \u06A9\u0646\u06CC\u062F",subtitleTranslating:"\u062A\u0631\u062C\u0645\u0647 \u0632\u06CC\u0631\u0646\u0648\u06CC\u0633 \u0628\u0627 \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u0627\u0632 \u0633\u0631\u0648\u06CC\u0633 {service} \u060C \u0644\u0637\u0641\u0627 \u0635\u0628\u0631 \u06A9\u0646\u06CC\u062F... (\u062A\u0631\u062C\u0645\u0647 \u0647\u0645\u0647 \u062C\u0627\u0646\u0628\u0647)",subtitleLoading:"\u062F\u0631 \u062D\u0627\u0644 \u0628\u0627\u0631\u06AF\u06CC\u0631\u06CC \u0632\u06CC\u0631\u0646\u0648\u06CC\u0633...",bilingual:"\u062F\u0648 \u0632\u0628\u0627\u0646\u0647","field.action":"\u0627\u06CC\u0646\u06A9\u0647 \u0622\u06CC\u0627 \u0627\u0635\u0637\u0644\u0627\u062D\u0627\u062A Baidu \u0631\u0627 \u0641\u0639\u0627\u0644 \u06A9\u0646\u06CC\u062F","description.action":"\u067E\u0633 \u0627\u0632 \u0641\u0639\u0627\u0644 \u06A9\u0631\u062F\u0646\u060C \u067E\u0627\u0631\u0627\u0645\u062A\u0631 action=1 \u0628\u0647 \u062F\u0631\u062E\u0648\u0627\u0633\u062A \u0627\u0636\u0627\u0641\u0647 \u0645\u06CC\u200C\u0634\u0648\u062F \u062A\u0627 \u0628\u0647 Baidu \u0627\u0637\u0644\u0627\u0639 \u062F\u0627\u062F\u0647 \u0634\u0648\u062F \u062A\u0627 \u0627\u0635\u0637\u0644\u0627\u062D \u0641\u0639\u0627\u0644 \u0634\u0648\u062F. <1> \u0644\u0637\u0641\u0627\u064B \u0628\u0631\u0627\u06CC \u062F\u0633\u062A\u0648\u0631\u0627\u0644\u0639\u0645\u0644\u200C\u0647\u0627\u06CC \u0628\u06CC\u0634\u062A\u0631 \u0628\u0647 \u0645\u0633\u062A\u0646\u062F\u0627\u062A \u0631\u0633\u0645\u06CC \u0645\u0631\u0627\u062C\u0639\u0647 \u06A9\u0646\u06CC\u062F.",closeQuickTranslation:"\u062A\u0648\u067E \u0634\u0646\u0627\u0648\u0631 \u0631\u0627 \u0628\u0628\u0646\u062F\u06CC\u062F","closeQuickTranslation.untilNext":"\u062A\u0627 \u0628\u0627\u0632\u062F\u06CC\u062F \u0628\u0639\u062F\u06CC \u062A\u0639\u0637\u06CC\u0644 \u0627\u0633\u062A","closeQuickTranslation.currentWebsite":"\u0648\u0628 \u0633\u0627\u06CC\u062A \u0641\u0639\u0644\u06CC \u063A\u06CC\u0631\u0641\u0639\u0627\u0644 \u0627\u0633\u062A","closeQuickTranslation.alwaysClose":"\u0628\u0631\u0627\u06CC \u0647\u0645\u06CC\u0634\u0647 \u0627\u0632 \u06A9\u0627\u0631 \u0627\u0641\u062A\u0627\u062F\u0647 \u0627\u0633\u062A","closeQuickTranslation.settingOpen":"(\u062F\u0631 \u0635\u0641\u062D\u0647 \u062A\u0646\u0638\u06CC\u0645\u0627\u062A <1> \u0642\u0627\u0628\u0644 \u0645\u0634\u0627\u0647\u062F\u0647 \u0627\u0633\u062A \u0631\u0648\u0634\u0646 \u06A9\u0646)","closeQuickTranslation.cancel":"\u0644\u063A\u0648 \u06A9\u0646\u06CC\u062F","closeQuickTranslation.confirm":"\u0645\u0637\u0645\u0626\u0646","floatBall.popup":"\u067E\u0627\u0646\u0644 \u062A\u0646\u0638\u06CC\u0645\u0627\u062A \u0633\u0631\u06CC\u0639 \u0631\u0627 \u0628\u0627\u0632 \u06A9\u0646\u06CC\u062F","floatBall.translate":"\u0628\u0631\u0627\u06CC \u062A\u0631\u062C\u0645\u0647 \u0627\u06CC\u0646 \u0635\u0641\u062D\u0647 \u06A9\u0644\u06CC\u06A9 \u06A9\u0646\u06CC\u062F","floatBall.showOriginal":"\u0628\u0631\u0627\u06CC \u0628\u0627\u0632\u06AF\u0634\u062A \u0628\u0647 \u0645\u062A\u0646 \u0627\u0635\u0644\u06CC \u06A9\u0644\u06CC\u06A9 \u06A9\u0646\u06CC\u062F","floatBall.close":"\u062A\u0648\u067E \u0634\u0646\u0627\u0648\u0631 \u0631\u0627 \u0628\u0628\u0646\u062F\u06CC\u062F","floatBallOptions.enableDescPc":"\u067E\u0633 \u0627\u0632 \u0641\u0639\u0627\u0644 \u0634\u062F\u0646 \u062A\u0648\u067E \u0634\u0646\u0627\u0648\u0631 \u0635\u0641\u062D\u0647\u060C \u062F\u06A9\u0645\u0647 \u062A\u0631\u062C\u0645\u0647 \u0633\u0631\u06CC\u0639 \u062F\u0631 \u0633\u0645\u062A \u0631\u0627\u0633\u062A \u0635\u0641\u062D\u0647 \u0646\u0645\u0627\u06CC\u0634 \u062F\u0627\u062F\u0647 \u0645\u06CC \u0634\u0648\u062F.\u0628\u0631\u0627\u06CC \u062A\u0631\u062C\u0645\u0647 \u06A9\u0644\u06CC\u06A9 \u06A9\u0646\u06CC\u062F.","floatBallOptions.enableDesc":"\u5173\u95ED\u60AC\u6D6E\u7403\u540E\uFF0C\u53EF\u4EE5\u7528\u5FEB\u6377\u952E/{touch}\u5524\u8D77\u3002\u4E3A\u9632\u6B62\u4E0D\u614E\u5173\u95ED\u8BE5\u9009\u9879\u540E\u627E\u4E0D\u5230\u60AC\u6D6E\u7403\uFF0C\u5F3A\u70C8\u5EFA\u8BAE\u6536\u85CF\u672C\u8BBE\u7F6E\u9875","description.azureApiUrl":"\u0622\u062F\u0631\u0633 \u0631\u0627\u0628\u0637 API \u0633\u0641\u0627\u0631\u0634\u06CC \u0631\u0627 \u067E\u0631 \u06A9\u0646\u06CC\u062F",confirmSupportMouse:"\u786E\u8BA4\u5F53\u524D\u6D4F\u89C8\u5668\u652F\u6301\u9F20\u6807",confirmSupportMouseDescription:"\u062A\u0634\u062E\u06CC\u0635 \u062F\u0627\u062F\u0647 \u0634\u062F\u0647 \u0627\u0633\u062A \u06A9\u0647 \u0645\u0631\u0648\u0631\u06AF\u0631 \u0641\u0639\u0644\u06CC \u0627\u0632 \u0639\u0645\u0644\u06A9\u0631\u062F \u0645\u0627\u0648\u0633 \u067E\u0634\u062A\u06CC\u0628\u0627\u0646\u06CC \u0646\u0645\u06CC \u06A9\u0646\u062F. \u0622\u06CC\u0627 \u0645\u06CC \u062E\u0648\u0627\u0647\u06CC\u062F \u067E\u0634\u062A\u06CC\u0628\u0627\u0646\u06CC \u0627\u0632 \u0645\u0627\u0648\u0633 \u0631\u0627 \u0628\u0647 \u0627\u062C\u0628\u0627\u0631 \u0641\u0639\u0627\u0644 \u06A9\u0646\u06CC\u062F\u061F",sampleTargetText:"\u0634\u0628 \u0637\u0648\u0644\u0627\u0646\u06CC \u062F\u0631 \u0631\u0627\u0647 \u0627\u0633\u062A \u0648 \u0645\u0646 \u0627\u0632 \u0627\u06CC\u0646 \u0628\u0647 \u0628\u0639\u062F \u062A\u0627 \u0632\u0645\u0627\u0646\u06CC \u06A9\u0647 \u0628\u0645\u06CC\u0631\u0645 \u0645\u0631\u0627\u0642\u0628 \u062E\u0648\u0627\u0647\u0645 \u0628\u0648\u062F. \u0645\u0646 \u0646\u0647 \u0632\u0646 \u0645\u06CC\u06AF\u06CC\u0631\u0645\u060C \u0646\u0647 \u0634\u0627\u0647\u06CC\u060C \u0646\u0647 \u0641\u0631\u0632\u0646\u062F\u06CC. \u062A\u0627\u062C \u0628\u0631 \u0633\u0631 \u0646\u062E\u0648\u0627\u0647\u0645 \u06AF\u0630\u0627\u0634\u062A \u0648 \u0628\u0631\u0627\u06CC \u0627\u0641\u062A\u062E\u0627\u0631\u0627\u062A \u0645\u0633\u0627\u0628\u0642\u0647 \u0646\u0645\u06CC \u062F\u0647\u0645. \u0645\u0646 \u0648\u0638\u06CC\u0641\u0647 \u0627\u0645 \u0631\u0627 \u0635\u0627\u062F\u0642\u0627\u0646\u0647 \u0627\u0646\u062C\u0627\u0645 \u062E\u0648\u0627\u0647\u0645 \u062F\u0627\u062F\u060C \u0632\u0646\u062F\u0647 \u0645\u06CC \u0634\u0648\u0645 \u0648 \u0645\u06CC \u0645\u06CC\u0631\u0645.",sampleSourceText:"Night gathers, and now my watch begins. It shall not end until my death. I shall take no wife, hold no lands, father no children. I shall wear no crowns and win no glory. I shall live and die at my post.","subtitle.supportedSites":"\u5DF2\u652F\u6301\u5728\u8FD9\u4E9B\u7F51\u7AD9\u4F7F\u7528\u53CC\u8BED\u5B57\u5E55\uFF08\u6CE8\u610F\uFF1A\u7531\u4E8E\u6280\u672F\u9650\u5236\uFF0C\u90E8\u5206\u7F51\u7AD9\u5728\u9996\u6B21\u5F00\u542F\u5B57\u5E55\u540E\u9700\u8981\u91CD\u65B0\u5237\u65B0\u9875\u9762\uFF0C\u6216\u8005\u9700\u7B49\u5F85\u7FFB\u8BD1\u5B8C\u6210\u4EE5\u663E\u793A\u53CC\u8BED\u5B57\u5E55\uFF09\uFF1A",viewWithImmersiveTranslate:"\u53CC\u8BED\u7248\u672C(\u6C89\u6D78\u5F0F\u7FFB\u8BD1)",errorReason:"\u9519\u8BEF\u539F\u56E0\uFF1A{message}","proQuotaExceededError.onetime7day":'\uFF0C\u60A8\u53EF\u4EE5\u9009\u62E9\u4EE5\u4E0B\u65B9\u5F0F\u89E3\u51B3\uFF1A

1. \u5207\u6362\u5230 {anotherService} \u6216\u5176\u4ED6\u7FFB\u8BD1\u670D\u52A1
2. \u5347\u7EA7\u4E3A\u6708\u5EA6/\u5E74\u5EA6\u4F1A\u5458',"proQuotaExceededError.trial":'\uFF0C\u60A8\u53EF\u4EE5\u9009\u62E9\u4EE5\u4E0B\u65B9\u5F0F\u89E3\u51B3\uFF1A

1. \u5207\u6362\u5230 {anotherService} \u6216\u5176\u4ED6\u7FFB\u8BD1\u670D\u52A1
2. \u7ACB\u523B\u5347\u7EA7\u4E3A\u6B63\u5F0F\u4F1A\u5458',"proQuotaExceededError.nonTrial":'\uFF0C\u60A8\u53EF\u4EE5\u9009\u62E9\u4EE5\u4E0B\u65B9\u5F0F\u89E3\u51B3\uFF1A

1. \u5207\u6362\u5230 {anotherService} \u6216\u5176\u4ED6\u7FFB\u8BD1\u670D\u52A1
2. \u8D2D\u4E70 {translationService} \u989D\u5916\u6D41\u91CF\u5305',"proQuotaExceededError.resetTime":"
3. \u989D\u5EA6\u91CD\u7F6E\u65F6\u95F4\uFF1A{resetTime}","desc.touchShortcutsToggleTranslatePageOnlyTranslation":"\u0641\u0642\u0637 \u0645\u062A\u0646 \u062A\u0631\u062C\u0645\u0647 \u0628\u0647 \u0645\u0639\u0646\u06CC \u0627\u0633\u062A \u06A9\u0647 \u0641\u0642\u0637 \u0645\u062A\u0646 \u062A\u0631\u062C\u0645\u0647 \u0646\u0645\u0627\u06CC\u0634 \u062F\u0627\u062F\u0647 \u0645\u06CC \u0634\u0648\u062F\u060C \u0627\u06AF\u0631 \u0635\u0641\u062D\u0647 \u0648\u0628 \u0647\u0646\u0648\u0632 \u062A\u0631\u062C\u0645\u0647 \u0646\u0634\u062F\u0647 \u0627\u0633\u062A\u060C \u062D\u0627\u0644\u062A \u062A\u063A\u06CC\u06CC\u0631 \u062E\u0648\u0627\u0647\u062F \u06A9\u0631\u062F \u0648 \u062A\u0631\u062C\u0645\u0647 \u062E\u0648\u0627\u0647\u062F \u0634\u062F.","desc.toggleOnlyTransation":"\u062D\u0627\u0644\u062A \u0641\u0642\u0637 \u062A\u0631\u062C\u0645\u0647 \u0628\u0647 \u0627\u06CC\u0646 \u0645\u0639\u0646\u06CC \u0627\u0633\u062A \u06A9\u0647 \u0641\u0642\u0637 \u0645\u062A\u0646 \u062A\u0631\u062C\u0645\u0647 \u0634\u062F\u0647 \u0646\u0645\u0627\u06CC\u0634 \u062F\u0627\u062F\u0647 \u0645\u06CC \u0634\u0648\u062F\u060C \u0627\u06AF\u0631 \u0635\u0641\u062D\u0647 \u0648\u0628 \u0647\u0646\u0648\u0632 \u062A\u0631\u062C\u0645\u0647 \u0646\u0634\u062F\u0647 \u0628\u0627\u0634\u062F\u060C \u062D\u0627\u0644\u062A \u062A\u063A\u06CC\u06CC\u0631 \u062E\u0648\u0627\u0647\u062F \u06A9\u0631\u062F \u0648 \u062A\u0631\u062C\u0645\u0647 \u062E\u0648\u0627\u0647\u062F \u0634\u062F.",touchShortcutsToggleTranslatePageOnlyTranslation:"\u062A\u0646\u0638\u06CC\u0645 \u062D\u0631\u06A9\u062A \u0644\u0645\u0633\u06CC \u0635\u0641\u062D\u0647 \u0646\u0645\u0627\u06CC\u0634 \u0628\u0631\u0627\u06CC \u062A\u063A\u06CC\u06CC\u0631 \u0628\u06CC\u0646 \u062D\u0627\u0644\u062A \u062F\u0648\u0632\u0628\u0627\u0646\u0647 / \u0641\u0642\u0637 \u0645\u062A\u0646 \u062A\u0631\u062C\u0645\u0647 \u0634\u062F\u0647",download_started:"\u062F\u0627\u0646\u0644\u0648\u062F \u0634\u0631\u0648\u0639 \u0634\u062F\u0647 \u0627\u0633\u062A \u060C \u0627\u06AF\u0631 \u0628\u0647 \u0637\u0648\u0631 \u062E\u0648\u062F\u06A9\u0627\u0631 \u062F\u0627\u0646\u0644\u0648\u062F \u0646\u0634\u062F \u060C \u0644\u0637\u0641\u0627\u064B \u0628\u0647 \u0635\u0648\u0631\u062A \u062F\u0633\u062A\u06CC \u062F\u0627\u0646\u0644\u0648\u062F \u06A9\u0646\u06CC\u062F.",here:"\u0627\u06CC\u0646\u062C\u0627","translationFont.customPlaceholder":"\u0641\u0648\u0646\u062A",translationFont:"\u062A\u0646\u0638\u06CC\u0645 \u0641\u0648\u0646\u062A",batchEdit:"\u0639\u0645\u0644\u06CC\u0627\u062A \u062F\u0633\u062A\u0647 \u062C\u0645\u0639\u06CC","translationModeLang.translation.title":"\u0641\u0642\u0637 \u062D\u0627\u0644\u062A \u062A\u0631\u062C\u0645\u0647 \u0632\u0628\u0627\u0646","error.goReset":"\u0628\u0627\u0632\u0646\u0634\u0627\u0646\u06CC \u06A9\u0646\u06CC\u062F","translationFont.custom":"\u0648\u0631\u0648\u062F \u0641\u0648\u0646\u062A \u0633\u0641\u0627\u0631\u0634\u06CC","error.serveConfigError":"\u062E\u0637\u0627\u06CC \u067E\u06CC\u06A9\u0631\u0628\u0646\u062F\u06CC \u0633\u0631\u0648\u06CC\u0633",detectServiceLoading:"\u062F\u0631 \u062D\u0627\u0644 \u0628\u0631\u0631\u0633\u06CC \u062E\u062F\u0645\u0627\u062A \u062A\u0631\u062C\u0645\u0647 \u0645\u0648\u062C\u0648\u062F...","touch.mouse-translate":"\u062A\u0631\u062C\u0645\u0647 \u067E\u0627\u0631\u0627\u06AF\u0631\u0627\u0641 \u0645\u0634\u062E\u0635","translationModeUrl.translation.title":"\u0622\u062F\u0631\u0633 \u0627\u06CC\u0646\u062A\u0631\u0646\u062A\u06CC \u062D\u0627\u0644\u062A \u0641\u0642\u0637 \u062A\u0631\u062C\u0645\u0647","translationServices.inherit":"\u0628\u0627 \u062E\u062F\u0645\u0627\u062A \u062A\u0631\u062C\u0645\u0647 \u0627\u0635\u0644\u06CC \u062F\u0646\u0628\u0627\u0644 \u06A9\u0646\u06CC\u062F","error.reloadPageOfSetting":"\u067E\u0633 \u0627\u0632 \u067E\u06CC\u06A9\u0631\u0628\u0646\u062F\u06CC\u060C \u0644\u0637\u0641\u0627 \u0635\u0641\u062D\u0647 \u0631\u0627 \u062F\u0648\u0628\u0627\u0631\u0647 \u062A\u0627\u0632\u0647 \u06A9\u0646\u06CC\u062F \u0648 \u062F\u0648\u0628\u0627\u0631\u0647 \u062A\u0631\u062C\u0645\u0647 \u06A9\u0646\u06CC\u062F.","error.configError":"\u0627\u0637\u0644\u0627\u0639\u0627\u062A \u067E\u06CC\u06A9\u0631\u0628\u0646\u062F\u06CC \u063A\u06CC\u0631 \u0645\u0639\u0645\u0648\u0644\u06CC \u0627\u0633\u062A","error.proTokenInvalid":"\u0627\u06AF\u0631 \u06A9\u0627\u0631\u0628\u0631 Pro \u0647\u0633\u062A\u06CC\u062F\u060C \u0644\u0637\u0641\u0627\u064B \u067E\u0633 \u0627\u0632 \u0648\u0631\u0648\u062F \u0627\u0632 \u062E\u062F\u0645\u0627\u062A \u062A\u0631\u062C\u0645\u0647 Pro \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u06A9\u0646\u06CC\u062F.",videoSubtitlePreTranslationOff:"\u0632\u06CC\u0631\u0646\u0648\u06CC\u0633 \u0648\u06CC\u062F\u06CC\u0648 \u0627\u0648\u0644\u0648\u06CC\u062A \u062E\u0648\u0627\u0647\u062F \u062F\u0627\u062F \u0628\u0647 \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u0627\u0632 \u0632\u06CC\u0631\u0646\u0648\u06CC\u0633 \u0645\u0627\u0634\u06CC\u0646\u06CC \u0645\u0648\u062C\u0648\u062F \u062F\u0631 \u0648\u06CC\u062F\u06CC\u0648 \u0627\u0635\u0644\u06CC",toggleToService:"\u0628\u0647 {service} \u062A\u063A\u06CC\u06CC\u0631 \u062F\u0647\u06CC\u062F \u0648 \u062F\u0648\u0628\u0627\u0631\u0647 \u0627\u0645\u062A\u062D\u0627\u0646 \u06A9\u0646\u06CC\u062F","error.proUpgrade":"\u067E\u0633 \u0627\u0632 \u0627\u0631\u062A\u0642\u0627\u060C \u0644\u0637\u0641\u0627 \u0635\u0641\u062D\u0647 \u0631\u0627 \u062F\u0648\u0628\u0627\u0631\u0647 \u062A\u0631\u062C\u0645\u0647 \u06A9\u0646\u06CC\u062F.",enableSentryReport:"\u0648\u0642\u062A\u06CC \u062E\u0637\u0627\u06CC \u06AF\u0633\u062A\u0631\u0634 \u0631\u062E \u0645\u06CC \u062F\u0647\u062F\u060C \u0628\u0627 \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u0627\u0632 Sentry \u0628\u0631\u0627\u06CC \u0627\u0631\u0633\u0627\u0644 \u0628\u0627\u0632\u062E\u0648\u0631\u062F \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u06A9\u0646\u06CC\u062F.","error.403":"\u062E\u062F\u0645\u062A \u062E\u0637\u0627\u06CC \u0628\u0631\u06AF\u0634\u062A \u062F\u0627\u062F\u0647 \u0627\u0633\u062A\u060C \u0645\u0648\u0642\u062A\u0627\u064B \u0627\u062C\u0627\u0632\u0647 \u062F\u0633\u062A\u0631\u0633\u06CC \u0628\u0647 \u0627\u06CC\u0646 \u062E\u062F\u0645\u062A \u0631\u0627 \u0646\u062F\u0627\u0631\u06CC\u062F.",videoSubtitlePreTranslationOn:"\u0632\u06CC\u0631\u0646\u0648\u06CC\u0633 \u0647\u0627\u06CC \u0648\u06CC\u062F\u06CC\u0648 \u0628\u0647 \u0637\u0648\u0631 \u0627\u0648\u0644\u0648\u06CC\u062A\u06CC \u0627\u0632 \u062A\u0631\u062C\u0645\u0647 \u0641\u0631\u0648 \u0631\u0641\u062A\u06AF\u06CC \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u062E\u0648\u0627\u0647\u062F \u06A9\u0631\u062F.","translationModeUrl.translation.description":"\u0648\u0642\u062A\u06CC \u0648\u0628 \u0633\u0627\u06CC\u062A \u0628\u0631\u0627\u06CC \u062F\u0627\u0645\u0646\u0647 \u0647\u0627\u06CC \u0632\u06CC\u0631 \u0627\u0633\u062A\u060C \u0628\u0647 \u0637\u0648\u0631 \u062E\u0648\u062F\u06A9\u0627\u0631 \u0627\u0632 \u062D\u0627\u0644\u062A \u0641\u0642\u0637 \u0645\u062A\u0646 \u062A\u0631\u062C\u0645\u0647 \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u0645\u06CC \u06A9\u0646\u062F.","error.502":"\u062E\u062F\u0645\u062A \u062E\u0637\u0627 \u062F\u0627\u062F\u0647 \u0627\u0633\u062A\u060C \u062E\u062F\u0645\u062A \u0628\u0647 \u062A\u0627\u062E\u06CC\u0631 \u0627\u0641\u062A\u0627\u062F\u0647 \u0627\u0633\u062A\u060C \u0644\u0637\u0641\u0627 \u0628\u0639\u062F\u0627 \u062F\u0648\u0628\u0627\u0631\u0647 \u0627\u0645\u062A\u062D\u0627\u0646 \u06A9\u0646\u06CC\u062F.","error.openAIExceededQuota":"\u062E\u0637\u0627\u06CC \u0628\u0627\u0632\u06AF\u0634\u062A \u0633\u0631\u0648\u06CC\u0633: \u0645\u0648\u062C\u0648\u062F\u06CC \u062D\u0633\u0627\u0628 OpenAI \u0634\u0645\u0627 \u06A9\u0627\u0641\u06CC \u0646\u06CC\u0633\u062A\u060C \u0644\u0637\u0641\u0627\u064B \u0627\u0632 \u0637\u0631\u06CC\u0642 \u067E\u0646\u0644 \u0645\u062F\u06CC\u0631\u06CC\u062A\u06CC \u0631\u0633\u0645\u06CC OpenAI \u0634\u0627\u0631\u0698 \u06A9\u0646\u06CC\u062F \u06CC\u0627 \u06A9\u0627\u0631\u062A \u0627\u0639\u062A\u0628\u0627\u0631\u06CC \u062E\u0648\u062F \u0631\u0627 \u0645\u062A\u0635\u0644 \u06A9\u0646\u06CC\u062F.","translationModeLang.translation.description":"\u0648\u0642\u062A\u06CC \u0632\u0628\u0627\u0646 \u0635\u0641\u062D\u0647 \u0628\u0647 \u0632\u0628\u0627\u0646\u0647\u0627\u06CC \u0632\u06CC\u0631 \u0627\u0633\u062A\u060C \u0628\u0647 \u0637\u0648\u0631 \u062E\u0648\u062F\u06A9\u0627\u0631 \u0627\u0632 \u062D\u0627\u0644\u062A \u062A\u0631\u062C\u0645\u0647 \u0641\u0642\u0637 \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u0645\u06CC \u0634\u0648\u062F","error.429":"\u062E\u062F\u0645\u062A \u062E\u0637\u0627 \u0631\u0627 \u0628\u0631\u0645\u06CC \u06AF\u0631\u062F\u0627\u0646\u062F\u060C \u06A9\u0647 \u0646\u0634\u0627\u0646 \u0645\u06CC \u062F\u0647\u062F \u062F\u0631\u062E\u0648\u0627\u0633\u062A \u0628\u06CC\u0634 \u0627\u0632 \u062D\u062F \u0645\u06A9\u0631\u0631 \u06CC\u0627 \u0628\u06CC\u0634 \u0627\u0632 \u062D\u062F \u0645\u062D\u062F\u0648\u062F\u06CC\u062A \u0627\u0633\u062A\u060C \u0644\u0637\u0641\u0627 \u0628\u0639\u062F\u0627 \u062F\u0648\u0628\u0627\u0631\u0647 \u0627\u0645\u062A\u062D\u0627\u0646 \u06A9\u0646\u06CC\u062F.","error.400":"\u062E\u0637\u0627\u06CC\u06CC \u062F\u0631 \u0628\u0627\u0632\u06AF\u0634\u062A \u062E\u062F\u0645\u0627\u062A \u0631\u062E \u062F\u0627\u062F\u0647 \u0627\u0633\u062A \u060C \u067E\u0627\u0631\u0627\u0645\u062A\u0631 \u062F\u0631\u062E\u0648\u0627\u0633\u062A \u0627\u0634\u062A\u0628\u0627\u0647 \u0627\u0633\u062A \u060C \u0644\u0637\u0641\u0627\u064B \u067E\u06CC\u06A9\u0631\u0628\u0646\u062F\u06CC \u0645\u0631\u0628\u0648\u0637\u0647 \u0631\u0627 \u0628\u0631\u0631\u0633\u06CC \u06A9\u0646\u06CC\u062F.","error.googleLimitIp":"\u062E\u062F\u0645\u062A \u062E\u0637\u0627 \u0631\u0627 \u0628\u0631\u0645\u06CC \u06AF\u0631\u062F\u0627\u0646\u062F \u060C \u062E\u062F\u0645\u0627\u062A \u06AF\u0648\u06AF\u0644 \u0628\u0631\u0627\u06CC \u0627\u06CC\u0646 \u0622\u062F\u0631\u0633 IP \u0645\u062D\u062F\u0648\u062F \u0634\u062F\u0647 \u0627\u0633\u062A \u060C \u067E\u06CC\u0634\u0646\u0647\u0627\u062F \u0645\u06CC \u06A9\u0646\u06CC\u0645 \u0634\u0645\u0627 \u0646\u0648\u062F \u0634\u0628\u06A9\u0647 \u0631\u0627 \u062A\u063A\u06CC\u06CC\u0631 \u062F\u0647\u06CC\u062F.","translationFont.notSupportErrorMessage":"\u0644\u0637\u0641\u0627\u064B \u0646\u0627\u0645 \u0641\u0648\u0646\u062A\u06CC \u06A9\u0647 \u0648\u0627\u0631\u062F \u06A9\u0631\u062F\u0647 \u0627\u06CC\u062F \u0631\u0627 \u0628\u0631\u0631\u0633\u06CC \u06A9\u0646\u06CC\u062F \u062A\u0627 \u0645\u0637\u0645\u0626\u0646 \u0634\u0648\u06CC\u062F \u06A9\u0647 \u062F\u0631\u0633\u062A \u0627\u0633\u062A\u060C \u06CC\u0627 \u062A\u0623\u06CC\u06CC\u062F \u06A9\u0646\u06CC\u062F \u06A9\u0647 \u0627\u06CC\u0646 \u0641\u0648\u0646\u062A \u0628\u0631 \u0631\u0648\u06CC \u062F\u0633\u062A\u06AF\u0627\u0647 \u0634\u0645\u0627 \u0646\u0635\u0628 \u0634\u062F\u0647 \u0627\u0633\u062A.","error.gemini.429":"\u062E\u062F\u0645\u062A Gemini \u062F\u0631 \u062D\u0627\u0644 \u062D\u0627\u0636\u0631 \u0628\u0647 \u0638\u0631\u0641\u06CC\u062A \u062D\u062F\u0627\u06A9\u062B\u0631\u06CC \u062E\u0648\u062F \u0631\u0633\u06CC\u062F\u0647 \u0627\u0633\u062A\u060C \u0644\u0637\u0641\u0627\u064B \u0628\u0639\u062F\u0627\u064B \u062F\u0648\u0628\u0627\u0631\u0647 \u0627\u0645\u062A\u062D\u0627\u0646 \u06A9\u0646\u06CC\u062F \u06CC\u0627 \u0628\u0647 \u0633\u0631\u0648\u06CC\u0633 \u062A\u0631\u062C\u0645\u0647 \u062F\u06CC\u06AF\u0631\u06CC \u062A\u063A\u06CC\u06CC\u0631 \u062F\u0647\u06CC\u062F.","desc.toggleVideoSubtitlePreTranslation":"\u0628\u0639\u062F \u0641\u0634\u0627\u0631\u060C \u0632\u06CC\u0631\u0646\u0648\u06CC\u0633 \u062F\u0648\u0632\u0628\u0627\u0646\u0647 \u0648\u06CC\u062F\u06CC\u0648 \u0627\u0648\u0644\u0648\u06CC\u062A \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u0627\u0632 \u062A\u0646\u0638\u06CC\u0645\u0627\u062A \u062A\u0631\u062C\u0645\u0647 \u063A\u0648\u0637\u0647 \u0648\u0631 \u062E\u0648\u0627\u0647\u062F \u062F\u0627\u0634\u062A\u060C \u0628\u0627 \u0641\u0634\u0627\u0631 \u062F\u0648\u0628\u0627\u0631\u0647\u060C \u0627\u0648\u0644\u0648\u06CC\u062A \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u0627\u0632 \u0632\u06CC\u0631\u0646\u0648\u06CC\u0633 \u0645\u0627\u0634\u06CC\u0646\u06CC \u0627\u0635\u0644\u06CC \u0648\u06CC\u062F\u06CC\u0648 \u062E\u0648\u0627\u0647\u062F \u0628\u0648\u062F\u060C \u062A\u0648\u062C\u0647 \u062F\u0627\u0634\u062A\u0647 \u0628\u0627\u0634\u06CC\u062F: \u0627\u06CC\u0646 \u0645\u06CC\u0627\u0646\u0628\u0631 \u062A\u0646\u0638\u06CC\u0645\u0627\u062A \u062C\u0647\u0627\u0646\u06CC \u0631\u0627 \u062A\u063A\u06CC\u06CC\u0631 \u0645\u06CC \u062F\u0647\u062F.","error.openAIFreeLimit":"\u062E\u062F\u0645\u062A \u062E\u0637\u0627 \u0631\u0627 \u0628\u0631\u0645\u06CC \u06AF\u0631\u062F\u0627\u0646\u062F\u060C \u0641\u0631\u06A9\u0627\u0646\u0633 \u062F\u0631\u062E\u0648\u0627\u0633\u062A \u062A\u0631\u062C\u0645\u0647 \u0641\u0639\u0644\u06CC \u0628\u0647 \u062D\u062F\u0627\u06A9\u062B\u0631 3 \u0628\u0627\u0631 \u062F\u0631 \u062F\u0642\u06CC\u0642\u0647 \u0631\u0633\u06CC\u062F\u0647 \u0627\u0633\u062A\u060C \u0644\u0637\u0641\u0627\u064B \u0628\u0639\u062F\u0627\u064B \u062F\u0648\u0628\u0627\u0631\u0647 \u0627\u0645\u062A\u062D\u0627\u0646 \u06A9\u0646\u06CC\u062F. (\u0627\u06CC\u0646 \u0645\u062D\u062F\u0648\u062F\u06CC\u062A \u0631\u0633\u0645\u06CC OpenAI \u0628\u0631\u0627\u06CC API Key \u0631\u0627\u06CC\u06AF\u0627\u0646 \u0627\u0633\u062A\u060C \u0628\u0631\u0627\u06CC \u0631\u0641\u0639 \u0627\u06CC\u0646 \u0645\u062D\u062F\u0648\u062F\u06CC\u062A\u060C \u0644\u0637\u0641\u0627\u064B \u06A9\u0627\u0631\u062A \u0627\u0639\u062A\u0628\u0627\u0631\u06CC \u062E\u0648\u062F \u0631\u0627 \u062F\u0631 \u067E\u0646\u0644 OpenAI \u0645\u062A\u0635\u0644 \u06A9\u0646\u06CC\u062F.)","error.serveUnavailable":"\u062E\u062F\u0645\u062A [{serverName}] \u06A9\u0647 \u062F\u0631 \u062D\u0627\u0644 \u062D\u0627\u0636\u0631 \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u0645\u06CC \u06A9\u0646\u06CC\u062F \u0628\u0647 \u062F\u0644\u06CC\u0644 \u0645\u0634\u06A9\u0644\u0627\u062A \u0627\u062A\u0635\u0627\u0644 \u0628\u0647 \u0634\u0628\u06A9\u0647 \u06CC\u0627 \u0645\u0634\u06A9\u0644\u0627\u062A \u0627\u0631\u0627\u0626\u0647 \u062F\u0647\u0646\u062F\u0647 \u062E\u062F\u0645\u0627\u062A \u0645\u0648\u0642\u062A\u0627\u064B \u0642\u0627\u0628\u0644 \u062F\u0633\u062A\u0631\u0633\u06CC \u0646\u06CC\u0633\u062A. \u067E\u06CC\u0634\u0646\u0647\u0627\u062F \u0645\u06CC \u06A9\u0646\u06CC\u0645 \u0635\u0641\u062D\u0647 \u0631\u0627 \u062A\u0627\u0632\u0647 \u06A9\u0646\u06CC\u062F \u06CC\u0627 \u0627\u0632 \u0637\u0631\u06CC\u0642 <1>\u062A\u0646\u0638\u06CC\u0645\u0627\u062A \u0628\u0647 \u062E\u062F\u0645\u0627\u062A \u062A\u0631\u062C\u0645\u0647 \u062F\u06CC\u06AF\u0631\u06CC \u062A\u063A\u06CC\u06CC\u0631 \u062F\u0647\u06CC\u062F. \u0627\u06AF\u0631 \u0634\u0645\u0627 \u0639\u0636\u0648 <2>Pro \u0647\u0633\u062A\u06CC\u062F\u060C \u0645\u06CC \u062A\u0648\u0627\u0646\u06CC\u062F \u0627\u0632 \u062E\u062F\u0645\u0627\u062A \u062A\u0631\u062C\u0645\u0647 \u067E\u0627\u06CC\u062F\u0627\u0631\u062A\u0631 DeepL \u06CC\u0627 OpenAI \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u06A9\u0646\u06CC\u062F (<3>\u0627\u06CC\u0646\u062C\u0627 \u0631\u0627 \u0628\u0631\u0627\u06CC \u062A\u062C\u0631\u0628\u0647 \u0631\u0627\u06CC\u06AF\u0627\u0646 \u06A9\u0644\u06CC\u06A9 \u06A9\u0646\u06CC\u062F). \u0639\u0644\u0627\u0648\u0647 \u0628\u0631 \u0627\u06CC\u0646\u060C \u0645\u0645\u06A9\u0646 \u0627\u0633\u062A \u0646\u06CC\u0627\u0632 \u0628\u0627\u0634\u062F \u062A\u0646\u0638\u06CC\u0645\u0627\u062A \u0634\u0628\u06A9\u0647 \u06CC\u0627 \u067E\u0631\u0648\u06A9\u0633\u06CC \u062E\u0648\u062F \u0631\u0627 \u0628\u0631\u0631\u0633\u06CC \u06A9\u0646\u06CC\u062F.","widget.translateFile":"PDF/ePub",goLogin:"\u0648\u0631\u0648\u062F \u06A9\u0646\u06CC\u062F",notLogin:"\u0648\u0631\u0648\u062F \u0646\u0634\u062F\u0647 \u0627\u0633\u062A","error.reason":"\u062F\u0644\u06CC\u0644 \u062E\u0637\u0627",shortcutSettings:"\u0645\u06CC\u0627\u0646\u0628\u0631",alwaysTranslate:"\u0647\u0645\u06CC\u0634\u0647 \u062A\u0631\u062C\u0645\u0647 \u06A9\u0646\u06CC\u062F","translationServices.gemini":"\u062C\u0645\u0646\u06CC","slide.left":"\u0628\u0647 \u0631\u0627\u0633\u062A \u0628\u06A9\u0634\u06CC\u062F",loggedIn:"\u0648\u0627\u0631\u062F \u0634\u062F\u0647 \u0627\u06CC\u062F","floatBall.iKnow":"\u0645\u0646 \u0645\u06CC \u062F\u0627\u0646\u0645","intro.floatBallTitle":"\u062A\u0631\u062C\u0645\u0647 \u0633\u0631\u06CC\u0639 \u0628\u0627\u0644 \u0634\u0646\u0627\u0648\u0631","shortcutGroup.touch":"\u0698\u0633\u062A \u0647\u0627\u06CC \u062E\u0627\u0635 \u0635\u0641\u062D\u0647 \u0644\u0645\u0633\u06CC","tagsInput.add":"+ \u0627\u0636\u0627\u0641\u0647 \u06A9\u0631\u062F\u0646",shortcutSettingsTitle:"\u062A\u0646\u0638\u06CC\u0645\u0627\u062A \u0645\u06CC\u0627\u0646\u0628\u0631","widget.instruction":"\u062F\u0633\u062A\u0648\u0631\u0627\u0644\u0639\u0645\u0644 \u0627\u0633\u062A\u0641\u0627\u062F\u0647",touchShortcutsOff:"\u0628\u0633\u062A\u0647 \u0634\u062F\u0646","shortcutGroup.others":"\u06A9\u0644\u06CC\u062F\u0647\u0627\u06CC \u0645\u06CC\u0627\u0646\u0628\u0631 \u0633\u0641\u0627\u0631\u0634\u06CC \u0628\u06CC\u0634\u062A\u0631","error.subscriptionExpiredTitle":"\u0639\u0636\u0648\u06CC\u062A \u0645\u0646\u0642\u0636\u06CC \u0634\u062F\u0647 \u0627\u0633\u062A","error.retry":"\u062A\u0644\u0627\u0634 \u0645\u062C\u062F\u062F",neverTranslate:"\u0647\u0631\u06AF\u0632 \u062A\u0631\u062C\u0645\u0647 \u0646\u0645\u06CC \u06A9\u0646\u0645",networkError:"\u062E\u062F\u0645\u0627\u062A \u062A\u0631\u062C\u0645\u0647 \u06CC\u0627 \u0634\u0628\u06A9\u0647 \u0645\u0634\u06A9\u0644 \u062F\u0627\u0631\u062F","widget.translateFileTooltip":"\u062A\u0631\u062C\u0645\u0647 \u0627\u0633\u0646\u0627\u062F PDF\u060C EPUB\u060C SRT\u060C ASS\u060C HTML \u0648 TXT","slide.right":"\u0628\u0647 \u0686\u067E \u0628\u06A9\u0634\u06CC\u062F","multipleClick.3":"\u0633\u0647 \u0636\u0631\u0628\u0647 \u0645\u062A\u0648\u0627\u0644\u06CC","multipleClick.4":"\u0686\u0647\u0627\u0631 \u0636\u0631\u0628\u0647 \u0645\u062A\u0648\u0627\u0644\u06CC",pickAll:"\u0627\u0646\u062A\u062E\u0627\u0628 \u0647\u0645\u0647",contact:"\u0628\u0627 \u0645\u0627 \u062A\u0645\u0627\u0633 \u0628\u06AF\u06CC\u0631\u06CC\u062F","subtitle.bilingual":"\u0632\u06CC\u0631\u0646\u0648\u06CC\u0633 \u062F\u0648\u0632\u0628\u0627\u0646\u0647","shortcutGroup.shortcutsForTranslationServices":"\u06A9\u0644\u06CC\u062F\u0647\u0627\u06CC \u0645\u06CC\u0627\u0646\u0628\u0631 \u0645\u0631\u0628\u0648\u0637 \u0628\u0647 \u062E\u062F\u0645\u0627\u062A \u062A\u0631\u062C\u0645\u0647",buildSnapshots:"\u0627\u06CC\u062C\u0627\u062F \u0639\u06A9\u0633 \u0641\u0648\u0631\u06CC \u0627\u0632 \u0635\u0641\u062D\u0647 \u0648\u0628","widget.instructionTooltip":"\u062F\u0633\u062A\u0648\u0631\u0627\u0644\u0639\u0645\u0644 \u0631\u0627 \u0628\u0631\u0631\u0633\u06CC \u06A9\u0646\u06CC\u062F","widget.videoSubtitle":"\u0632\u06CC\u0631\u0646\u0648\u06CC\u0633 \u0648\u06CC\u062F\u06CC\u0648","multipleClick.2":"\u062F\u0648\u0628\u0627\u0631 \u06A9\u0644\u06CC\u06A9 \u06A9\u0646\u06CC\u062F","subtitle.autoDisableSubtitle":"\u0632\u06CC\u0631\u0646\u0648\u06CC\u0633 \u062F\u0648\u0632\u0628\u0627\u0646\u0647 \u0628\u0647 \u0635\u0648\u0631\u062A \u062E\u0648\u062F\u06A9\u0627\u0631 \u0641\u0639\u0627\u0644 \u0646\u0645\u06CC \u0634\u0648\u062F",mouseHoverCustomKeyTitle:"\u0633\u0641\u0627\u0631\u0634\u06CC \u06A9\u0631\u062F\u0646 \u0645\u06CC\u0627\u0646\u0628\u0631 \u0645\u0648\u0633 \u062F\u0631 \u062D\u0627\u0644\u062A \u0634\u0646\u0627\u0648\u0631","browser.translateWithOpenAI":"\u0627\u0632 OpenAI \u0628\u0631\u0627\u06CC \u062A\u0631\u062C\u0645\u0647 \u0645\u0648\u0642\u062A\u06CC \u0635\u0641\u062D\u0647 \u0641\u0639\u0644\u06CC \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u06A9\u0646\u06CC\u062F",neverTranslateThisSite:"\u0647\u0631\u06AF\u0632 \u0627\u06CC\u0646 \u0648\u0628\u0633\u0627\u06CC\u062A \u0631\u0627 \u062A\u0631\u062C\u0645\u0647 \u0646\u06A9\u0646\u06CC\u062F","browser.translateInputBox":"\u062A\u0631\u062C\u0645\u0647 \u0645\u062D\u062A\u0648\u0627\u06CC \u062C\u0639\u0628\u0647 \u0648\u0631\u0648\u062F\u06CC \u0641\u0639\u0644\u06CC","subtitle.hideQuickButton":"\u062F\u06CC\u06AF\u0631 \u0627\u06CC\u0646 \u0645\u06CC\u0627\u0646\u0628\u0631 \u0631\u0627 \u0646\u0634\u0627\u0646 \u0646\u062F\u0647","subtitle.showQuickButton":"\u062F\u0631 \u067E\u062E\u0634 \u06A9\u0646\u0646\u062F\u0647\u060C \u0645\u06CC\u0627\u0646\u0628\u0631 \u0632\u06CC\u0631\u0646\u0648\u06CC\u0633 \u062F\u0648\u0632\u0628\u0627\u0646\u0647 \u0646\u0645\u0627\u06CC\u0634 \u062F\u0627\u062F\u0647 \u0634\u0648\u062F","browser.translateWithTransmart":"\u0627\u0632 \u062A\u0631\u062C\u0645\u0647 \u0645\u0648\u0642\u062A\u06CC \u062A\u0646\u0633\u0646\u062A \u0628\u0631\u0627\u06CC \u0635\u0641\u062D\u0647 \u0641\u0639\u0644\u06CC \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u06A9\u0646\u06CC\u062F","intro.hoverTitle":"\u0645\u0648\u0634\u0648\u0627\u0631\u0647 \u0631\u0627 \u0628\u0631 \u0631\u0648\u06CC \u067E\u0627\u0631\u0627\u06AF\u0631\u0627\u0641 \u0641\u0639\u0644\u06CC \u0628\u06AF\u0630\u0627\u0631\u06CC\u062F \u062A\u0627 \u062A\u0631\u062C\u0645\u0647 \u0634\u0648\u062F","shortcutGroup.mouse":"\u062A\u0646\u0638\u06CC\u0645\u0627\u062A \u0645\u06CC\u0627\u0646\u0628\u0631 \u0645\u0648\u0633 \u062F\u0631 \u062D\u0627\u0644\u062A \u0634\u0646\u0627\u0648\u0631",temprarilyChangeTranslationTo_openai:"\u062F\u0631 \u062D\u0627\u0644 \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u0627\u0632 OpenAI \u0628\u0631\u0627\u06CC \u062A\u0631\u062C\u0645\u0647 \u0635\u0641\u062D\u0647 \u0641\u0639\u0644\u06CC \u0647\u0633\u062A\u0645","browser.translateWithDeepL":"\u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u0645\u0648\u0642\u062A \u0627\u0632 DeepL \u0628\u0631\u0627\u06CC \u062A\u0631\u062C\u0645\u0647 \u0635\u0641\u062D\u0647 \u0641\u0639\u0644\u06CC",translationOnlyMode:"\u0641\u0642\u0637 \u062D\u0627\u0644\u062A \u062A\u0631\u062C\u0645\u0647","widget.videoSubtitleTooltip":"\u067E\u0634\u062A\u06CC\u0628\u0627\u0646\u06CC \u0627\u0632 Youtube \u0648 {count}+ \u0633\u0627\u06CC\u062A \u0648\u06CC\u062F\u06CC\u0648\u06CC\u06CC \u062F\u06CC\u06AF\u0631",paragraphMinTextCountField:"\u062A\u0639\u062F\u0627\u062F \u06A9\u0645\u062A\u0631\u06CC\u0646 \u06A9\u0627\u0631\u0627\u06A9\u062A\u0631\u0647\u0627\u06CC \u0645\u0648\u0631\u062F \u0646\u06CC\u0627\u0632 \u0628\u0631\u0627\u06CC \u062A\u0631\u062C\u0645\u0647 \u067E\u0627\u0631\u0627\u06AF\u0631\u0627\u0641",temprarilyChangeTranslationTo_gemini:"\u062F\u0631 \u062D\u0627\u0644 \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u0627\u0632 Gemini \u0628\u0631\u0627\u06CC \u062A\u0631\u062C\u0645\u0647 \u0635\u0641\u062D\u0647 \u0641\u0639\u0644\u06CC \u0647\u0633\u062A\u0645","shortcutGroup.main":"\u0645\u06CC\u0627\u0646\u0628\u0631\u0647\u0627\u06CC \u06A9\u0644\u06CC\u062F\u06CC \u0639\u0645\u0644\u06A9\u0631\u062F \u0631\u0627\u06CC\u062C",temprarilyChangeTranslationTo_deepl:"\u062F\u0631 \u062D\u0627\u0644 \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u0627\u0632 \u062A\u0631\u062C\u0645\u0647 DeepL \u0628\u0631\u0627\u06CC \u0635\u0641\u062D\u0647 \u0641\u0639\u0644\u06CC",temprarilyChangeTranslationTo_transmart:"\u062F\u0631 \u062D\u0627\u0644 \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u0627\u0632 \u062A\u0631\u062C\u0645\u0647 \u062A\u0646\u0633\u0646\u062A \u0628\u0631\u0627\u06CC \u0635\u0641\u062D\u0647 \u0641\u0639\u0644\u06CC",alwaysTranslateThisSite:"\u0647\u0645\u06CC\u0634\u0647 \u0627\u06CC\u0646 \u0648\u0628\u0633\u0627\u06CC\u062A \u0631\u0627 \u062A\u0631\u062C\u0645\u0647 \u06A9\u0646\u06CC\u062F","browser.translateWithBing":"\u0627\u0632 \u062A\u0631\u062C\u0645\u0647 \u0645\u0627\u06CC\u06A9\u0631\u0648\u0633\u0627\u0641\u062A \u0628\u0631\u0627\u06CC \u062A\u0631\u062C\u0645\u0647 \u0645\u0648\u0642\u062A\u06CC \u0635\u0641\u062D\u0647 \u0641\u0639\u0644\u06CC \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u06A9\u0646\u06CC\u062F",upgradeToProErrorTitle:"\u0644\u0637\u0641\u0627\u064B \u0628\u0647 \u0639\u0636\u0648\u06CC\u062A Pro \u0627\u0631\u062A\u0642\u0627 \u062F\u0647\u06CC\u062F \u0648 \u0633\u067E\u0633 \u0627\u0632 \u0627\u06CC\u0646 \u062E\u062F\u0645\u062A \u062A\u0631\u062C\u0645\u0647 \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u06A9\u0646\u06CC\u062F","intro.subtitleTitle":"\u0646\u0645\u0627\u06CC\u0634 \u0632\u06CC\u0631\u0646\u0648\u06CC\u0633 \u062F\u0648\u0632\u0628\u0627\u0646\u0647 \u0648\u06CC\u062F\u06CC\u0648\u06CC \u0622\u0646\u0644\u0627\u06CC\u0646",temprarilyChangeTranslationTo_bing:"\u062F\u0631 \u062D\u0627\u0644 \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u0627\u0632 \u062A\u0631\u062C\u0645\u0647 \u0645\u0627\u06CC\u06A9\u0631\u0648\u0633\u0627\u0641\u062A \u0628\u0631\u0627\u06CC \u0635\u0641\u062D\u0647 \u0641\u0639\u0644\u06CC \u0647\u0633\u062A\u0645",touchShortcutsToggleTranslationMask:"\u062A\u0646\u0638\u06CC\u0645 \u0646\u0645\u0627\u06CC\u0634 \u0698\u0633\u062A \u0644\u0645\u0633\u06CC \u0628\u0631\u0627\u06CC \u0646\u0645\u0627\u06CC\u0634 \u0645\u062A\u0646 \u062A\u0631\u062C\u0645\u0647 / \u0646\u0645\u0627\u06CC\u0634 \u0645\u062A\u0646 \u0627\u0635\u0644\u06CC","browser.translateWithGemini":"\u0628\u0647 \u0637\u0648\u0631 \u0645\u0648\u0642\u062A \u0627\u0632 Gemini \u0628\u0631\u0627\u06CC \u062A\u0631\u062C\u0645\u0647 \u0635\u0641\u062D\u0647 \u0641\u0639\u0644\u06CC \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u06A9\u0646\u06CC\u062F","browser.toggleVideoSubtitlePreTranslation":"\u062A\u063A\u06CC\u06CC\u0631 \u0632\u06CC\u0631\u0646\u0648\u06CC\u0633 \u062F\u0648\u0632\u0628\u0627\u0646\u0647 \u0628\u0627 \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u0627\u0632 \u062A\u0646\u0638\u06CC\u0645\u0627\u062A \u062A\u0631\u062C\u0645\u0647 \u0641\u0631\u0648 \u0631\u0641\u062A\u0647 \u0627\u0648\u0644\u0648\u06CC\u062A \u062F\u0627\u0631\u062F",notLoginPro:"\u0634\u0645\u0627 \u0647\u0646\u0648\u0632 \u0628\u0647 \u062D\u0633\u0627\u0628 \u06A9\u0627\u0631\u0628\u0631\u06CC \u062E\u0648\u062F \u0648\u0627\u0631\u062F \u0646\u0634\u062F\u0647 \u0627\u06CC\u062F",touchShortcutsToggleTranslatePage:"\u0628\u0631\u0627\u06CC \u062A\u0631\u062C\u0645\u0647 \u0635\u0641\u062D\u0627\u062A \u0648\u0628 / \u0646\u0645\u0627\u06CC\u0634 \u0645\u062A\u0646 \u0627\u0635\u0644\u06CC \u060C \u062D\u0631\u06A9\u062A \u0647\u0627\u06CC \u0644\u0645\u0633\u06CC \u0631\u0627 \u062A\u0646\u0638\u06CC\u0645 \u06A9\u0646\u06CC\u062F",temprarilyChangeTranslationTo_google:"\u062F\u0631 \u062D\u0627\u0644 \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u0627\u0632 \u062A\u0631\u062C\u0645\u0647 \u06AF\u0648\u06AF\u0644 \u0628\u0631\u0627\u06CC \u0635\u0641\u062D\u0647 \u0641\u0639\u0644\u06CC \u0647\u0633\u062A\u0645","neverTranslateText.title":"\u0644\u0637\u0641\u0627\u064B \u06A9\u0644\u0645\u0627\u062A \u0632\u06CC\u0631 \u0631\u0627 \u0628\u0647 \u0635\u0648\u0631\u062A \u0627\u0635\u0644\u06CC \u062D\u0641\u0638 \u06A9\u0646\u06CC\u062F\u060C \u062A\u0631\u062C\u0645\u0647 \u0646\u06A9\u0646\u06CC\u062F.",touchShortcutsToggleTranslateTouchElement:"\u062A\u0646\u0638\u06CC\u0645 \u062D\u0631\u06A9\u062A \u0644\u0645\u0633\u06CC \u0635\u0641\u062D\u0647 \u0646\u0645\u0627\u06CC\u0634 \u0628\u0631\u0627\u06CC \u062A\u0631\u062C\u0645\u0647 \u067E\u0627\u0631\u0627\u06AF\u0631\u0627\u0641 \u0645\u0634\u062E\u0635","description.baiduField":"\u062D\u0648\u0632\u0647 \u0647\u0627\u06CC \u067E\u0634\u062A\u06CC\u0628\u0627\u0646\u06CC \u0634\u062F\u0647 \u0631\u0627 \u062F\u0631 <1>\u0627\u06CC\u0646\u062C\u0627 \u0628\u0628\u06CC\u0646\u06CC\u062F \u060C \u0627\u06AF\u0631 \u062E\u0627\u0644\u06CC \u0628\u0627\u0634\u062F \u0628\u0647 \u0645\u0639\u0646\u06CC \u0627\u06CC\u0646 \u0627\u0633\u062A \u06A9\u0647 \u062D\u0648\u0632\u0647 \u0627\u06CC \u0645\u0634\u062E\u0635 \u0646\u0634\u062F\u0647 \u0627\u0633\u062A",mouseHoverCustomKeyDescription:"\u0634\u0645\u0627 \u0645\u06CC \u062A\u0648\u0627\u0646\u06CC\u062F \u06CC\u06A9 \u0645\u06CC\u0627\u0646\u0628\u0631 \u062A\u0631\u06A9\u06CC\u0628\u06CC \u0633\u0641\u0627\u0631\u0634\u06CC \u0628\u0631\u0627\u06CC \u0645\u0648\u0633 \u0631\u0627 \u062A\u0639\u0631\u06CC\u0641 \u06A9\u0646\u06CC\u062F\u060C \u0645\u0627\u0646\u0646\u062F: Alt+Z\u060C Ctrl+E\u060C Cmd+Alt+E \u06CC\u0627 \u0641\u0642\u0637 Cmd\u060C \u0644\u0637\u0641\u0627 \u0628\u0647 \u0635\u0648\u0631\u062A \u062F\u0633\u062A\u06CC \u062F\u0627\u062E\u0644 \u06A9\u0646\u06CC\u062F.","floatBall.guideClickToTranslate":`\u0628\u0627 \u06A9\u0644\u06CC\u06A9 \u06A9\u0631\u062F\u0646 \u0628\u0631 \u0631\u0648\u06CC \u062A\u0648\u067E \u0634\u0646\u0627\u0648\u0631 \u062A\u0631\u062C\u0645\u0647 \u0641\u0648\u0631\u06CC \u0645\u06CC \u062A\u0648\u0627\u0646\u06CC\u062F \u0633\u0631\u06CC\u0639\u0627 \u062A\u0631\u062C\u0645\u0647 \u06A9\u0646\u06CC\u062F`,"browser.toggleMouseHoverTranslateDirectly":"\u062F\u0631 \u0635\u0641\u062D\u0647\u060C \u0628\u0647 \u0637\u0648\u0631 \u0645\u0648\u0642\u062A \u0641\u0639\u0627\u0644 \u06CC\u0627 \u063A\u06CC\u0631\u0641\u0639\u0627\u0644 \u06A9\u0631\u062F\u0646 \u062A\u0631\u062C\u0645\u0647 \u0645\u0633\u062A\u0642\u06CC\u0645 \u0645\u0648\u0633 \u0647\u0646\u06AF\u0627\u0645 \u0627\u0634\u0627\u0631\u0647","desc.toggleTranslateTheWholePage":"\u062A\u0631\u062C\u0645\u0647 \u06A9\u0644 \u0635\u0641\u062D\u0647\u060C \u0628\u0647 \u0637\u0648\u0631 \u067E\u06CC\u0634 \u0641\u0631\u0636\u060C \u0645\u0627 \u0642\u0633\u0645\u062A \u0627\u0635\u0644\u06CC \u0635\u0641\u062D\u0647 \u0631\u0627 \u062A\u0631\u062C\u0645\u0647 \u0645\u06CC \u06A9\u0646\u06CC\u0645\u060C \u0634\u0645\u0627 \u0645\u06CC \u062A\u0648\u0627\u0646\u06CC\u062F \u0627\u0632 \u0627\u06CC\u0646 \u0645\u06CC\u0627\u0646\u0628\u0631 \u0628\u0631\u0627\u06CC \u062A\u0631\u062C\u0645\u0647 \u062E\u0627\u0635 \u06A9\u0644 \u0635\u0641\u062D\u0647 \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u06A9\u0646\u06CC\u062F","floatBall.longPress":"\u0628\u0627 \u0641\u0634\u0627\u0631 \u0637\u0648\u0644\u0627\u0646\u06CC \u0645\u06CC \u062A\u0648\u0627\u0646\u06CC\u062F \u0628\u0647 \u0633\u0631\u0639\u062A \u067E\u0646\u0644 \u062A\u0646\u0638\u06CC\u0645\u0627\u062A \u0631\u0627 \u0628\u0627\u0632 \u06A9\u0646\u06CC\u062F","desc.touchShortcutsToggleTranslateTouchElement":"\u06CC\u06A9 \u062D\u0631\u06A9\u062A \u062F\u0633\u062A \u0633\u0641\u0627\u0631\u0634\u06CC \u062A\u0639\u0631\u06CC\u0641 \u06A9\u0646\u06CC\u062F\u060C \u062A\u0627 \u0628\u062A\u0648\u0627\u0646\u06CC\u062F \u0647\u0631 \u067E\u0627\u0631\u0627\u06AF\u0631\u0627\u0641\u06CC \u0631\u0627 \u062F\u0631 \u0645\u062D\u0644 \u062E\u0648\u062F \u062A\u0631\u062C\u0645\u0647 \u06A9\u0646\u06CC\u062F","desc.interfaceLanguage":"\u062A\u0646\u0638\u06CC\u0645 \u0632\u0628\u0627\u0646 \u0631\u0627\u0628\u0637 \u062A\u0623\u062B\u06CC\u0631 \u0628\u0631 \u0632\u0628\u0627\u0646 \u0646\u0645\u0627\u06CC\u0634 \u067E\u0646\u0644 \u06A9\u0646\u062A\u0631\u0644 \u062F\u0627\u0631\u062F \u0648 \u0628\u0627 \u0632\u0628\u0627\u0646 \u0647\u062F\u0641 \u062A\u0631\u062C\u0645\u0647 \u0627\u0631\u062A\u0628\u0627\u0637\u06CC \u0646\u062F\u0627\u0631\u062F.","error.subscriptionExpired":"\u0639\u0636\u0648\u06CC\u062A \u0634\u0645\u0627 \u0645\u0645\u06A9\u0646 \u0627\u0633\u062A \u0645\u0646\u0642\u0636\u06CC \u0634\u062F\u0647 \u0628\u0627\u0634\u062F\u060C \u0644\u0637\u0641\u0627 \u0648\u0636\u0639\u06CC\u062A \u0639\u0636\u0648\u06CC\u062A \u062E\u0648\u062F \u0631\u0627 \u0628\u0631\u0631\u0633\u06CC \u06A9\u0646\u06CC\u062F.",shortcutDisableTooltip:"\u0644\u0637\u0641\u0627\u064B \u062F\u0631 \u0635\u0641\u062D\u0647 \u0645\u062F\u06CC\u0631\u06CC\u062A \u0645\u06CC\u0627\u0646\u0628\u0631\u0647\u0627\u06CC \u0627\u0641\u0632\u0648\u0646\u0647 \u0645\u0631\u0648\u0631\u06AF\u0631 \u062A\u0646\u0638\u06CC\u0645\u0627\u062A \u0631\u0627 \u0627\u0646\u062C\u0627\u0645 \u062F\u0647\u06CC\u062F\u060C \u0628\u0631\u0627\u06CC \u0631\u0627\u0647\u0646\u0645\u0627\u06CC\u06CC \u0628\u06CC\u0634\u062A\u0631 \u0628\u0647 \u062A\u0648\u0636\u06CC\u062D\u0627\u062A \u0628\u0627\u0644\u0627\u06CC \u0627\u06CC\u0646 \u0635\u0641\u062D\u0647 \u0645\u0631\u0627\u062C\u0639\u0647 \u06A9\u0646\u06CC\u062F.",paragraphMinTextCountDesc:"\u062A\u0648\u062C\u0647 \u062F\u0627\u0634\u062A\u0647 \u0628\u0627\u0634\u06CC\u062F\u060C \u0627\u06CC\u0646\u062C\u0627 \u0628\u0647 \u0637\u0648\u0644 \u06A9\u0627\u0631\u0627\u06A9\u062A\u0631 \u0627\u0634\u0627\u0631\u0647 \u0645\u06CC \u0634\u0648\u062F\u060C \u0628\u0631\u0627\u06CC \u0645\u062B\u0627\u0644: hello 5 \u06A9\u0627\u0631\u0627\u06A9\u062A\u0631 \u0627\u0633\u062A\u060C \u062A\u0646\u0638\u06CC\u0645 \u0628\u0631 \u0631\u0648\u06CC \u0645\u0642\u062F\u0627\u0631 \u0628\u0632\u0631\u06AF\u062A\u0631 \u0645\u06CC \u062A\u0648\u0627\u0646\u062F \u062A\u0631\u062C\u0645\u0647 \u067E\u0627\u0631\u0627\u06AF\u0631\u0627\u0641 \u0647\u0627\u06CC \u06A9\u0648\u0686\u06A9 \u063A\u06CC\u0631 \u0636\u0631\u0648\u0631\u06CC \u0631\u0627 \u06A9\u0627\u0647\u0634 \u062F\u0647\u062F.","desc.mouseHoverHoldKey":"\u0648\u0642\u062A\u06CC \u0645\u0648\u0634\u0648\u0627\u0631\u0647 \u0628\u0631 \u0631\u0648\u06CC \u06CC\u06A9 \u067E\u0627\u0631\u0627\u06AF\u0631\u0627\u0641 \u0642\u0631\u0627\u0631 \u0645\u06CC \u06AF\u06CC\u0631\u062F\u060C \u0628\u0627 \u0641\u0634\u0627\u0631 \u062F\u0627\u062F\u0646 \u062F\u06A9\u0645\u0647 \u0647\u0627\u06CC \u0645\u06CC\u0627\u0646\u0628\u0631 \u062F\u0631 \u0633\u0645\u062A \u0631\u0627\u0633\u062A\u060C \u0645\u06CC \u062A\u0648\u0627\u0646\u06CC\u062F \u0645\u0633\u062A\u0642\u06CC\u0645\u0627\u064B \u0622\u0646 \u067E\u0627\u0631\u0627\u06AF\u0631\u0627\u0641 \u0631\u0627 \u062A\u0631\u062C\u0645\u0647 \u06A9\u0646\u06CC\u062F.","desc.toggleMouseHoverTranslateDirectly":"\u0628\u0639\u062F \u0641\u0634\u0627\u0631\u062F\u0647\u0646 \u0627\u06CC\u0646 \u06A9\u0644\u06CC\u062F \u0645\u06CC\u0627\u0646\u0628\u0631\u060C \u062F\u0631 \u0635\u0641\u062D\u0647\u060C \u0641\u0642\u0637 \u06A9\u0627\u0641\u06CC \u0627\u0633\u062A \u0645\u0648\u0633 \u0631\u0627 \u0628\u0631 \u0631\u0648\u06CC \u0647\u0631 \u0628\u062E\u0634\u06CC \u0627\u0632 \u0645\u062A\u0646 \u0642\u0631\u0627\u0631 \u062F\u0647\u06CC\u062F\u060C \u0645\u062A\u0646 \u0628\u0647 \u0635\u0648\u0631\u062A \u062E\u0648\u062F\u06A9\u0627\u0631 \u062A\u0631\u062C\u0645\u0647 \u0645\u06CC \u0634\u0648\u062F. \u0628\u0627 \u0641\u0634\u0627\u0631 \u062F\u0627\u062F\u0646 \u062F\u0648\u0628\u0627\u0631\u0647 \u06A9\u0644\u06CC\u062F \u0645\u06CC\u0627\u0646\u0628\u0631\u060C \u0645\u06CC \u062A\u0648\u0627\u0646\u06CC\u062F \u0627\u06CC\u0646 \u0648\u06CC\u0698\u06AF\u06CC \u062A\u0631\u062C\u0645\u0647 \u062E\u0648\u062F\u06A9\u0627\u0631 \u0631\u0627 \u062E\u0627\u0645\u0648\u0634 \u06A9\u0646\u06CC\u062F.","desc.touchShortcutsToggleTranslatePage":"\u067E\u0633 \u0627\u0632 \u062A\u0646\u0638\u06CC\u0645\u060C \u0647\u0646\u06AF\u0627\u0645 \u062D\u0631\u06A9\u062A \u062F\u0633\u062A\u06AF\u0627\u0647\u060C \u0645\u06CC \u062A\u0648\u0627\u0646\u06CC\u062F \u0647\u0645\u0632\u0645\u0627\u0646 \u0628\u0627 X \u0627\u0646\u06AF\u0634\u062A \u0635\u0641\u062D\u0647 \u0646\u0645\u0627\u06CC\u0634 \u0631\u0627 \u0644\u0645\u0633 \u06A9\u0646\u06CC\u062F\u060C \u0628\u0647 \u0686\u067E \u0648 \u0631\u0627\u0633\u062A \u0628\u06A9\u0634\u06CC\u062F \u06CC\u0627 \u0628\u0647 \u0637\u0648\u0631 \u0645\u062F\u0627\u0648\u0645 \u06A9\u0644\u06CC\u06A9 \u06A9\u0646\u06CC\u062F\u060C \u0628\u0631\u0627\u06CC \u0641\u0639\u0627\u0644 \u06A9\u0631\u062F\u0646 \u062A\u0631\u062C\u0645\u0647 \u0635\u0641\u062D\u0647 \u0648\u0628 / \u0646\u0645\u0627\u06CC\u0634 \u0645\u062A\u0646 \u0627\u0635\u0644\u06CC.","desc.touchShortcutsToggleTranslationMask":"\u062A\u0631\u062C\u0645\u0647 \u0645\u0627\u0633\u06A9 \u0628\u0647 \u0627\u06CC\u0646 \u0645\u0639\u0646\u06CC \u0627\u0633\u062A \u06A9\u0647 \u062F\u0631 \u0633\u0628\u06A9 \u062A\u0631\u062C\u0645\u0647 \u0627\u062B\u0631 \u0645\u0628\u0647\u0645 \u0627\u0633\u062A (\u062D\u0627\u0644\u062A \u06CC\u0627\u062F\u06AF\u06CC\u0631\u06CC)\u060C \u067E\u0633 \u0627\u0632 \u0641\u0639\u0627\u0644 \u06A9\u0631\u062F\u0646\u060C \u0645\u0648\u0642\u062A\u0627\u064B \u0627\u0632 \u0627\u062B\u0631 \u0645\u0628\u0647\u0645 \u0628\u0631\u0627\u06CC \u062A\u0631\u062C\u0645\u0647 \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u0645\u06CC \u0634\u0648\u062F\u060C \u06A9\u0647 \u0628\u0631\u0627\u06CC \u06CC\u0627\u062F\u06AF\u06CC\u0631\u06CC \u0645\u0646\u0627\u0633\u0628 \u0627\u0633\u062A.","desc.toggleTranslateTheMainPage":"\u0641\u0642\u0637 \u0628\u062E\u0634 \u0627\u0635\u0644\u06CC \u0635\u0641\u062D\u0647 \u0631\u0627 \u062A\u0631\u062C\u0645\u0647 \u06A9\u0646\u06CC\u062F\u060C \u0632\u0645\u0627\u0646\u06CC \u06A9\u0647 \u062F\u0631 \u062A\u0646\u0638\u06CC\u0645\u0627\u062A \u067E\u06CC\u0634\u0631\u0641\u062A\u0647 \u062A\u0631\u062C\u0645\u0647 \u06A9\u0644 \u0635\u0641\u062D\u0647 \u0631\u0627 \u0641\u0639\u0627\u0644 \u06A9\u0631\u062F\u06CC\u062F\u060C \u0645\u06CC \u062A\u0648\u0627\u0646\u06CC\u062F \u0627\u0632 \u0627\u06CC\u0646 \u06A9\u0644\u06CC\u062F \u0645\u06CC\u0627\u0646\u0628\u0631 \u0628\u0631\u0627\u06CC \u062A\u0631\u062C\u0645\u0647 \u062E\u0627\u0635 \u0628\u062E\u0634 \u0627\u0635\u0644\u06CC \u0635\u0641\u062D\u0647 \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u06A9\u0646\u06CC\u062F.",confirmResetToDefaultSettings:"\u0622\u06CC\u0627 \u0645\u0637\u0645\u0626\u0646 \u0647\u0633\u062A\u06CC\u062F \u06A9\u0647 \u0645\u06CC \u062E\u0648\u0627\u0647\u06CC\u062F \u0627\u06CC\u0646 \u0633\u0631\u0648\u06CC\u0633 \u062A\u0631\u062C\u0645\u0647 \u0631\u0627 \u0628\u0647 \u062A\u0646\u0638\u06CC\u0645\u0627\u062A \u067E\u06CC\u0634 \u0641\u0631\u0636 \u0628\u0627\u0632\u06AF\u0631\u062F\u0627\u0646\u06CC\u062F\u061F (\u0641\u0642\u0637 \u062A\u0646\u0638\u06CC\u0645\u0627\u062A \u0633\u0631\u0648\u06CC\u0633 \u062A\u0631\u062C\u0645\u0647 \u0641\u0639\u0644\u06CC \u0631\u0627 \u0628\u0627\u0632\u0646\u0634\u0627\u0646\u06CC \u0645\u06CC \u06A9\u0646\u062F)","contact.description":"\u0627\u06AF\u0631 \u0633\u0648\u0627\u0644 \u06CC\u0627 \u067E\u06CC\u0634\u0646\u0647\u0627\u062F\u06CC \u062F\u0627\u0631\u06CC\u062F\u060C \u062E\u0648\u0634 \u0622\u0645\u062F\u06CC\u062F \u0641\u0631\u0645 \u0632\u06CC\u0631 \u0631\u0627 \u067E\u0631 \u06A9\u0646\u06CC\u062F \u062A\u0627 \u0628\u0627 \u0645\u0627 \u062A\u0645\u0627\u0633 \u0628\u06AF\u06CC\u0631\u06CC\u062F\u060C \u06CC\u0627 \u0627\u06CC\u0645\u06CC\u0644 \u0628\u0641\u0631\u0633\u062A\u06CC\u062F \u0628\u0647 {email}\u060C \u0645\u0627 \u0633\u0631\u06CC\u0639\u0627 \u0628\u0647 \u0634\u0645\u0627 \u067E\u0627\u0633\u062E \u062E\u0648\u0627\u0647\u06CC\u0645 \u062F\u0627\u062F.","subtitle.showQuickButtonDescription":"\u062F\u0631 \u06AF\u0648\u0634\u0647 \u067E\u0627\u06CC\u06CC\u0646 \u0633\u0645\u062A \u0631\u0627\u0633\u062A \u067E\u062E\u0634 \u06A9\u0646\u0646\u062F\u0647 \u0648\u06CC\u062F\u06CC\u0648\u060C \u0631\u0627\u0647\u06A9\u0627\u0631\u06CC \u0633\u0631\u06CC\u0639 \u0628\u0631\u0627\u06CC \u0641\u0639\u0627\u0644 \u06A9\u0631\u062F\u0646 \u0632\u06CC\u0631\u0646\u0648\u06CC\u0633 \u062F\u0648\u0632\u0628\u0627\u0646\u0647 \u0627\u0631\u0627\u0626\u0647 \u0645\u06CC \u062F\u0647\u062F.","browser.translateWithGoogle":"\u0627\u0632 \u062A\u0631\u062C\u0645\u0647 \u06AF\u0648\u06AF\u0644 \u0628\u0631\u0627\u06CC \u0635\u0641\u062D\u0647 \u0641\u0639\u0644\u06CC \u0628\u0647 \u0637\u0648\u0631 \u0645\u0648\u0642\u062A \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u06A9\u0646\u06CC\u062F",translationOnlyModeDescription:"\u062D\u0627\u0644\u062A \u062A\u0631\u062C\u0645\u0647 \u0641\u0642\u0637 \u0628\u0647 \u0627\u06CC\u0646 \u0645\u0639\u0646\u06CC \u0627\u0633\u062A \u06A9\u0647 \u0641\u0642\u0637 \u0645\u062A\u0646 \u062A\u0631\u062C\u0645\u0647 \u0634\u062F\u0647 \u0631\u0627 \u0646\u0634\u0627\u0646 \u0645\u06CC \u062F\u0647\u062F\u060C \u0646\u0647 \u062D\u0627\u0644\u062A \u062F\u0648\u0632\u0628\u0627\u0646\u0647 \u067E\u06CC\u0634 \u0641\u0631\u0636. \u062A\u0648\u062C\u0647: \u0628\u0647 \u062F\u0644\u06CC\u0644 \u0645\u062D\u062F\u0648\u062F\u06CC\u062A \u0647\u0627\u06CC \u0641\u0646\u0627\u0648\u0631\u06CC\u060C \u062F\u0631 \u062D\u0627\u0644\u062A \u062A\u0631\u062C\u0645\u0647 \u0641\u0642\u0637\u060C \u067E\u06CC\u0648\u0646\u062F\u0647\u0627\u06CC \u0641\u0648\u0642 \u0627\u0644\u0639\u0627\u062F\u0647 \u0645\u062A\u0646 \u0627\u0635\u0644\u06CC \u063A\u06CC\u0631\u0641\u0639\u0627\u0644 \u062E\u0648\u0627\u0647\u0646\u062F \u0634\u062F.","intro.floatBallDescription":"\u067E\u0633 \u0627\u0632 \u0641\u0639\u0627\u0644 \u0633\u0627\u0632\u06CC\u060C \u06CC\u06A9 \u062F\u06A9\u0645\u0647 \u062A\u0631\u062C\u0645\u0647 \u0633\u0631\u06CC\u0639 \u062F\u0631 \u0633\u0645\u062A \u0631\u0627\u0633\u062A \u0635\u0641\u062D\u0647 \u0646\u0645\u0627\u06CC\u0634 \u062F\u0627\u062F\u0647 \u0645\u06CC \u0634\u0648\u062F\u060C \u06A9\u0647 \u0628\u0627 \u06A9\u0644\u06CC\u06A9 \u06A9\u0631\u062F\u0646 \u0645\u06CC \u062A\u0648\u0627\u0646\u06CC\u062F \u062A\u0631\u062C\u0645\u0647 \u06A9\u0646\u06CC\u062F\u060C \u0648 \u0628\u0627 \u06A9\u0644\u06CC\u06A9 \u062F\u0648\u0628\u0627\u0631\u0647 \u0645\u06CC \u062A\u0648\u0627\u0646\u06CC\u062F \u0628\u0647 \u0645\u062A\u0646 \u0627\u0635\u0644\u06CC \u0628\u0631\u06AF\u0631\u062F\u06CC\u062F. \u062F\u0631 \u062F\u0633\u062A\u06AF\u0627\u0647 \u0647\u0627\u06CC \u062A\u0644\u0641\u0646 \u0647\u0645\u0631\u0627\u0647\u060C \u0628\u0627 \u0641\u0634\u0627\u0631 \u0637\u0648\u0644\u0627\u0646\u06CC \u0628\u0631 \u0631\u0648\u06CC \u062A\u0648\u067E \u0634\u0646\u0627\u0648\u0631\u060C \u0645\u06CC \u062A\u0648\u0627\u0646\u06CC\u062F \u067E\u0646\u0644 \u062A\u0646\u0638\u06CC\u0645\u0627\u062A \u0633\u0631\u06CC\u0639 \u0631\u0627 \u0628\u0627\u0632 \u06A9\u0646\u06CC\u062F.","intro.hoverDescription":"\u062A\u0631\u062C\u0645\u0647 \u0645\u0633\u062A\u0642\u06CC\u0645 \u0628\u0627 \u0627\u0634\u0627\u0631\u0647 \u0645\u0648\u0633 \u06CC\u06A9\u06CC \u0627\u0632 \u0648\u06CC\u0698\u06AF\u06CC \u0647\u0627\u06CC \u0628\u0633\u06CC\u0627\u0631 \u0645\u0647\u0645 \u062F\u0631 \u062A\u0631\u062C\u0645\u0647 \u0641\u0631\u0648 \u0631\u0641\u062A\u0647 \u0627\u0633\u062A\u060C \u06A9\u0627\u0641\u06CC \u0627\u0633\u062A \u0645\u0648\u0633 \u0631\u0627 \u0631\u0648\u06CC \u067E\u0627\u0631\u0627\u06AF\u0631\u0627\u0641 \u0642\u0631\u0627\u0631 \u062F\u0647\u06CC\u062F \u0648 \u062F\u0631 \u0639\u06CC\u0646 \u062D\u0627\u0644 \u06A9\u0644\u06CC\u062F \u0645\u06CC\u0627\u0646\u0628\u0631 \u062A\u0639\u06CC\u06CC\u0646 \u0634\u062F\u0647 \u0631\u0627 \u0641\u0634\u0627\u0631 \u062F\u0647\u06CC\u062F\u060C \u062A\u0627 \u067E\u0627\u0631\u0627\u06AF\u0631\u0627\u0641 \u0641\u0639\u0644\u06CC \u0628\u0647 \u0635\u0648\u0631\u062A \u062E\u0648\u062F\u06A9\u0627\u0631 \u062A\u0631\u062C\u0645\u0647 \u0634\u0648\u062F (\u062A\u0648\u062C\u0647: \u0628\u0647 \u0637\u0648\u0631 \u067E\u06CC\u0634 \u0641\u0631\u0636 \u0641\u0639\u0627\u0644 \u0646\u06CC\u0633\u062A\u060C \u0644\u0637\u0641\u0627 \u062F\u0631 \u0632\u06CC\u0631 \u062A\u0646\u0638\u06CC\u0645 \u06A9\u0646\u06CC\u062F)\u060C \u0627\u06CC\u0646 \u062A\u0639\u0627\u0645\u0644 \u0628\u0631\u0627\u06CC \u062C\u0627\u06CC\u06AF\u0632\u06CC\u0646\u06CC \u0628\u0647\u062A\u0631 \u062A\u0631\u062C\u0645\u0647 \u06A9\u0644\u0645\u0627\u062A \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u0645\u06CC \u0634\u0648\u062F\u060C \u0639\u0644\u0627\u0648\u0647 \u0628\u0631 \u0627\u06CC\u0646\u060C \u0627\u06CC\u0646 \u0648\u06CC\u0698\u06AF\u06CC \u0628\u0631\u0627\u06CC \u0622\u0646\u0647\u0627\u06CC\u06CC \u06A9\u0647 \u0646\u0645\u06CC \u062A\u0648\u0627\u0646\u0646\u062F \u0645\u0646\u0637\u0642\u0647 \u062A\u0631\u062C\u0645\u0647 \u0631\u0627 \u062A\u0634\u062E\u06CC\u0635 \u062F\u0647\u0646\u062F\u060C \u0628\u0633\u06CC\u0627\u0631 \u0645\u0641\u06CC\u062F \u0627\u0633\u062A\u060C \u0634\u0645\u0627 \u0645\u06CC \u062A\u0648\u0627\u0646\u06CC\u062F \u0627\u0632 \u0627\u06CC\u0646 \u0648\u06CC\u0698\u06AF\u06CC \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u06A9\u0646\u06CC\u062F \u0648 \u0647\u0631 \u067E\u0627\u0631\u0627\u06AF\u0631\u0627\u0641\u06CC \u0631\u0627 \u062A\u0631\u062C\u0645\u0647 \u06A9\u0646\u06CC\u062F.","neverTranslateText.description":"\u0628\u0647 \u062F\u0644\u06CC\u0644 \u0639\u062F\u0645 \u0634\u0646\u0627\u0633\u0627\u06CC\u06CC \u0645\u0646\u0627\u0633\u0628 \u0627\u0635\u0637\u0644\u0627\u062D\u0627\u062A \u062A\u062E\u0635\u0635\u06CC \u062A\u0648\u0633\u0637 \u0628\u0631\u062E\u06CC \u0627\u0632 \u0645\u0648\u062A\u0648\u0631\u0647\u0627\u06CC \u062A\u0631\u062C\u0645\u0647\u060C \u0634\u0645\u0627 \u0645\u06CC \u062A\u0648\u0627\u0646\u06CC\u062F \u062F\u0631 \u0627\u06CC\u0646\u062C\u0627 \u06A9\u0644\u0645\u0627\u062A \u0631\u0627 \u0627\u0636\u0627\u0641\u0647 \u06A9\u0646\u06CC\u062F \u062A\u0627 \u0627\u0637\u0645\u06CC\u0646\u0627\u0646 \u062D\u0627\u0635\u0644 \u06A9\u0646\u06CC\u062F \u06A9\u0647 \u0622\u0646\u0647\u0627 \u062F\u0631 \u0637\u06CC \u0641\u0631\u0622\u06CC\u0646\u062F \u062A\u0631\u062C\u0645\u0647 \u062A\u063A\u06CC\u06CC\u0631 \u0646\u0645\u06CC \u06A9\u0646\u0646\u062F. \u0644\u0637\u0641\u0627\u064B \u062A\u0648\u062C\u0647 \u062F\u0627\u0634\u062A\u0647 \u0628\u0627\u0634\u06CC\u062F \u06A9\u0647 \u0627\u06CC\u0646 \u0648\u06CC\u0698\u06AF\u06CC \u0628\u0647 \u062D\u0631\u0648\u0641 \u0628\u0632\u0631\u06AF \u0648 \u06A9\u0648\u0686\u06A9 \u062D\u0633\u0627\u0633 \u0627\u0633\u062A \u0648 \u0641\u0642\u0637 \u0632\u0628\u0627\u0646 \u0647\u0627\u06CC\u06CC \u0631\u0627 \u067E\u0634\u062A\u06CC\u0628\u0627\u0646\u06CC \u0645\u06CC \u06A9\u0646\u062F \u06A9\u0647 \u06A9\u0644\u0645\u0627\u062A \u0622\u0646\u0647\u0627 \u0628\u0627 \u0641\u0627\u0635\u0644\u0647 \u062C\u062F\u0627 \u0634\u062F\u0647 \u0627\u0646\u062F (\u0645\u0627\u0646\u0646\u062F \u0627\u0646\u06AF\u0644\u06CC\u0633\u06CC\u060C \u0641\u0631\u0627\u0646\u0633\u0648\u06CC) \u0648 \u0628\u0631\u0627\u06CC \u0632\u0628\u0627\u0646 \u0647\u0627\u06CC\u06CC \u0645\u0627\u0646\u0646\u062F \u0698\u0627\u067E\u0646\u06CC\u060C \u06A9\u0631\u0647 \u0627\u06CC \u0648 \u063A\u06CC\u0631\u0647 \u0645\u0646\u0627\u0633\u0628 \u0646\u06CC\u0633\u062A.","intro.subtitleDescription":"\u0628\u0627 \u0641\u0639\u0627\u0644 \u06A9\u0631\u062F\u0646 \u0627\u06CC\u0646 \u0648\u06CC\u0698\u06AF\u06CC\u060C \u0632\u06CC\u0631\u0646\u0648\u06CC\u0633 \u062F\u0648\u0632\u0628\u0627\u0646\u0647 \u0628\u0647 \u0635\u0648\u0631\u062A \u062E\u0648\u062F\u06A9\u0627\u0631 \u0647\u0646\u06AF\u0627\u0645 \u067E\u062E\u0634 \u0648\u06CC\u062F\u06CC\u0648 \u0646\u0645\u0627\u06CC\u0634 \u062F\u0627\u062F\u0647 \u0645\u06CC \u0634\u0648\u062F. \u0627\u06AF\u0631 \u0641\u0639\u0627\u0644 \u0646\u0634\u062F\u0647 \u0627\u0633\u062A\u060C \u0628\u0627\u06CC\u062F \u0628\u0631 \u0631\u0648\u06CC \u062F\u06A9\u0645\u0647 \u062A\u0631\u062C\u0645\u0647 \u062F\u0631 \u0635\u0641\u062D\u0647 \u06A9\u0644\u06CC\u06A9 \u06A9\u0646\u06CC\u062F \u062A\u0627 \u0632\u06CC\u0631\u0646\u0648\u06CC\u0633 \u0646\u0645\u0627\u06CC\u0634 \u062F\u0627\u062F\u0647 \u0634\u0648\u062F. \u0644\u0637\u0641\u0627\u064B \u062A\u0648\u062C\u0647 \u062F\u0627\u0634\u062A\u0647 \u0628\u0627\u0634\u06CC\u062F \u06A9\u0647 \u0628\u0647 \u062F\u0644\u06CC\u0644 \u0645\u062D\u062F\u0648\u062F\u06CC\u062A \u0647\u0627\u06CC \u0641\u0646\u06CC\u060C \u0628\u0631\u062E\u06CC \u0627\u0632 \u0648\u0628 \u0633\u0627\u06CC\u062A \u0647\u0627 \u0645\u0645\u06A9\u0646 \u0627\u0633\u062A \u0646\u06CC\u0627\u0632 \u0628\u0647 \u062A\u0627\u0632\u0647 \u06A9\u0631\u062F\u0646 \u0635\u0641\u062D\u0647 \u06CC\u0627 \u0627\u0646\u062A\u0638\u0627\u0631 \u0628\u0631\u0627\u06CC \u062A\u06A9\u0645\u06CC\u0644 \u062A\u0631\u062C\u0645\u0647 \u062F\u0631 \u0627\u0648\u0644\u06CC\u0646 \u0628\u0627\u0631 \u0641\u0639\u0627\u0644 \u06A9\u0631\u062F\u0646 \u0632\u06CC\u0631\u0646\u0648\u06CC\u0633 \u062F\u0627\u0634\u062A\u0647 \u0628\u0627\u0634\u0646\u062F \u062A\u0627 \u0628\u062A\u0648\u0627\u0646\u0646\u062F \u0632\u06CC\u0631\u0646\u0648\u06CC\u0633 \u062F\u0648\u0632\u0628\u0627\u0646\u0647 \u0631\u0627 \u0646\u0645\u0627\u06CC\u0634 \u062F\u0647\u0646\u062F. (\u0639\u0644\u0627\u0648\u0647 \u0628\u0631 \u0627\u06CC\u0646\u060C \u0634\u0645\u0627 \u0647\u0645\u0686\u0646\u06CC\u0646 \u0645\u06CC \u062A\u0648\u0627\u0646\u06CC\u062F \u067E\u0633 \u0627\u0632 \u0628\u0627\u0632 \u06A9\u0631\u062F\u0646 \u0648\u0628 \u0633\u0627\u06CC\u062A \u0648\u06CC\u062F\u06CC\u0648\u060C \u067E\u0646\u0644 \u0645\u06CC\u0627\u0646\u0628\u0631 \u062A\u0631\u062C\u0645\u0647 \u0641\u0631\u0648 \u0631\u0641\u062A\u0647 \u0631\u0627 \u0627\u0632 \u06AF\u0648\u0634\u0647 \u0628\u0627\u0644\u0627 \u0633\u0645\u062A \u0631\u0627\u0633\u062A \u0641\u0639\u0627\u0644 / \u063A\u06CC\u0631\u0641\u0639\u0627\u0644 \u06A9\u0646\u06CC\u062F)

\u062F\u0631 \u062D\u0627\u0644 \u062D\u0627\u0636\u0631 \u067E\u0634\u062A\u06CC\u0628\u0627\u0646\u06CC \u0627\u0632 \u0632\u06CC\u0631\u0646\u0648\u06CC\u0633 \u062F\u0648\u0632\u0628\u0627\u0646\u0647 \u062F\u0631 \u0627\u06CC\u0646 \u0648\u0628 \u0633\u0627\u06CC\u062A \u0647\u0627 \u0645\u0645\u06A9\u0646 \u0627\u0633\u062A:",geminiWarning:"\u062A\u0648\u062C\u0647: \u062E\u062F\u0645\u0627\u062A \u0631\u0627\u06CC\u06AF\u0627\u0646 Gemini \u06A9\u0647 \u062A\u0648\u0633\u0637 Google \u0627\u0631\u0627\u0626\u0647 \u0645\u06CC \u0634\u0648\u062F\u060C \u0645\u062D\u062F\u0648\u062F\u06CC\u062A \u0647\u0627\u06CC \u0633\u062E\u062A\u06AF\u06CC\u0631\u0627\u0646\u0647 \u0627\u06CC \u062F\u0627\u0631\u062F \u0648 \u0645\u0645\u06A9\u0646 \u0627\u0633\u062A Google \u062A\u0635\u0645\u06CC\u0645 \u0628\u06AF\u06CC\u0631\u062F \u06A9\u0647 \u06A9\u0627\u0631\u0628\u0631 \u0627\u0632 \u0686\u0646\u062F\u06CC\u0646 Key \u0628\u0631\u0627\u06CC \u062F\u0648\u0631 \u0632\u062F\u0646 \u0645\u062D\u062F\u0648\u062F\u06CC\u062A \u0647\u0627\u06CC \u0633\u0647\u0645\u06CC\u0647 \u0631\u0627\u06CC\u06AF\u0627\u0646 \u0622\u0646\u0647\u0627 \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u0645\u06CC \u06A9\u0646\u062F\u060C \u067E\u06CC\u0634\u0646\u0647\u0627\u062F \u0646\u0645\u06CC \u0634\u0648\u062F\u060C \u067E\u06CC\u0634\u0646\u0647\u0627\u062F \u0645\u06CC \u0634\u0648\u062F \u0645\u0646\u062A\u0638\u0631 \u0628\u0627\u0634\u06CC\u062F \u062A\u0627 Google \u062F\u0631 \u0622\u06CC\u0646\u062F\u0647 \u0631\u0627\u0628\u0637 \u067E\u0631\u062F\u0627\u062E\u062A Gemini \u0631\u0627 \u0628\u0627\u0632 \u06A9\u0646\u062F \u0648 \u0633\u067E\u0633 \u0627\u0632 \u0622\u0646 \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u06A9\u0646\u06CC\u062F.","floatBall.setting":"\u062A\u0646\u0638\u06CC\u0645\u0627\u062A","floatBall.translateToLanguage":"\u0628\u0631\u0627\u06CC \u062A\u0631\u062C\u0645\u0647 \u0628\u0647 {language} \u06A9\u0644\u06CC\u06A9 \u06A9\u0646\u06CC\u062F","floatBall.file":`\u062A\u0631\u062C\u0645\u0647 PDF\u060C EPUB\u060C SRT\u060C ASS\u060C HTML\u060C TXT \u0641\u0627\u06CC\u0644`,changeToOnlyTempTranslationMode:"\u0628\u0647 \u0646\u0645\u0627\u06CC\u0634 \u0641\u0642\u0637 \u062A\u0631\u062C\u0645\u0647 \u0647\u0627 \u0628\u0631\u0648\u06CC\u062F",changeToDualTempTranslationMode:"\u0628\u0647 \u062A\u0631\u062C\u0645\u0647 \u062F\u0648 \u0632\u0628\u0627\u0646\u0647 \u0628\u0631\u0648\u06CC\u062F","transitionMode.translation":"\u0641\u0642\u0637 \u0645\u062A\u0646 \u062A\u0631\u062C\u0645\u0647","options.navbar.translateFile":"\u062A\u0631\u062C\u0645\u0647 \u0627\u0633\u0646\u0627\u062F","transitionMode.dual":"\u062F\u0648\u0632\u0628\u0627\u0646\u0647 \u0645\u0642\u0627\u06CC\u0633\u0647","options.navbar.installApp":"\u0646\u0635\u0628 \u0628\u0631\u0646\u0627\u0645\u0647 \u062A\u0644\u0641\u0646 \u0647\u0645\u0631\u0627\u0647","transitionMode.inherit":"\u0628\u0627 \u062D\u0627\u0644\u062A \u0646\u0645\u0627\u06CC\u0634 \u067E\u06CC\u0634 \u0641\u0631\u0636 \u0633\u06CC\u0633\u062A\u0645 \u0647\u0645\u0627\u0647\u0646\u06AF \u0628\u0645\u0627\u0646\u06CC\u062F","subtitle.transitionMode":"\u062A\u0646\u0638\u06CC\u0645\u0627\u062A \u0632\u06CC\u0631\u0646\u0648\u06CC\u0633 \u0641\u06CC\u0644\u0645 \u062F\u0648\u0632\u0628\u0627\u0646\u0647 / \u0641\u0642\u0637 \u0645\u062A\u0646 \u062A\u0631\u062C\u0645\u0647","subtitle.transitionModeDescription":"\u062A\u0646\u0638\u06CC\u0645 \u0632\u06CC\u0631\u0646\u0648\u06CC\u0633 \u0648\u06CC\u062F\u06CC\u0648 \u0628\u0647 \u062D\u0627\u0644\u062A \u0645\u0642\u0627\u0628\u0644\u0647 \u062F\u0648\u0632\u0628\u0627\u0646\u0647 \u06CC\u0627 \u0641\u0642\u0637 \u062D\u0627\u0644\u062A \u062A\u0631\u062C\u0645\u0647",translateFileTooltip:`\u062A\u0631\u062C\u0645\u0647 PDF\u060C ePub\u060C srt\u060C ass\u060C HTML\u060C TXT \u0641\u0627\u06CC\u0644`,"description.multiplePrompt":`\u0648\u0642\u062A\u06CC \u062A\u0639\u062F\u0627\u062F \u067E\u0627\u0631\u0627\u06AF\u0631\u0627\u0641\u200C\u0647\u0627 \u0628\u06CC\u0634\u062A\u0631 \u0627\u0632 1 \u0627\u0633\u062A\u060C \u06AF\u0641\u062A\u06AF\u0648\u06CC\u06CC \u06A9\u0647 \u0628\u0627 \u0647\u0648\u06CC\u062A \u06A9\u0627\u0631\u0628\u0631 \u0628\u0647 {service} \u0627\u0631\u0633\u0627\u0644 \u0645\u06CC\u200C\u0634\u0648\u062F\u060C \u06A9\u0647 \u062F\u0631 \u0622\u0646 {{from}} \u0632\u0628\u0627\u0646 \u067E\u0627\u0631\u0627\u06AF\u0631\u0627\u0641 \u0631\u0627 \u0646\u0634\u0627\u0646 \u0645\u06CC\u200C\u062F\u0647\u062F\u060C {{to}} \u0632\u0628\u0627\u0646 \u0645\u0642\u0635\u062F \u0631\u0627 \u0646\u0634\u0627\u0646 \u0645\u06CC\u200C\u062F\u0647\u062F\u060C {{yaml}} \u0645\u062D\u062A\u0648\u0627\u06CC \u067E\u0627\u0631\u0627\u06AF\u0631\u0627\u0641\u06CC \u0627\u0633\u062A \u06A9\u0647 \u0628\u0627 \u0641\u0631\u0645\u062A yaml \u0628\u0633\u062A\u0647\u200C\u0628\u0646\u062F\u06CC \u0634\u062F\u0647 \u0627\u0633\u062A\u060C \u0627\u06AF\u0631 \u0646\u06CC\u0627\u0632 \u0628\u0647 \u0633\u0641\u0627\u0631\u0634\u06CC\u200C\u0633\u0627\u0632\u06CC Prompt \u062F\u0627\u0631\u06CC\u062F\u060C \u0628\u0627\u06CC\u062F \u0645\u0637\u0645\u0626\u0646 \u0634\u0648\u06CC\u062F \u06A9\u0647 \u0647\u0631 \u0645\u0648\u0631\u062F \u062F\u0631 \u0646\u062A\u06CC\u062C\u0647 YAML \u067E\u0627\u0633\u062E AI \u0634\u0627\u0645\u0644 \u0641\u06CC\u0644\u062F {env.imt_trans_field} \u0628\u0627\u0634\u062F\u060C {{imt_trans_field}} \u0646\u0627\u0645 \u0641\u06CC\u0644\u062F \u062A\u0631\u062C\u0645\u0647\u200C\u0627\u06CC \u0627\u0633\u062A \u06A9\u0647 \u0645\u0627 \u0627\u0645\u06CC\u062F\u0648\u0627\u0631\u06CC\u0645 AI \u0628\u0647 \u0639\u0646\u0648\u0627\u0646 \u067E\u0627\u0633\u062E \u0627\u0631\u0627\u0626\u0647 \u062F\u0647\u062F\u060C \u0628\u0647 \u0637\u0648\u0631 \u067E\u06CC\u0634 \u0641\u0631\u0636 {env.imt_trans_field} \u0627\u0633\u062A\u060C {{imt_source_field}} \u0646\u0627\u0645 \u0641\u06CC\u0644\u062F \u0645\u062A\u0646 \u0627\u0635\u0644\u06CC \u0627\u0633\u062A \u06A9\u0647 \u0645\u0627 \u0628\u0647 AI \u0627\u0631\u0627\u0626\u0647 \u0645\u06CC\u200C\u062F\u0647\u06CC\u0645\u060C \u0628\u0647 \u0637\u0648\u0631 \u067E\u06CC\u0634 \u0641\u0631\u0636 {env.imt_source_field} \u0627\u0633\u062A\u060C \u0646\u0645\u0648\u0646\u0647 \u0646\u062A\u06CC\u062C\u0647: @@ -5071,7 +5071,7 @@ ass\u060C HTML\u060C TXT \u0641\u0627\u06CC\u0644`,"description.multiplePrompt": {env.imt_sub_trans_field}: \u062A\u0631\u062C\u0645\u0647 - id: 2 {env.imt_sub_source_field}: \u0645\u0646\u0628\u0639 - {env.imt_sub_trans_field}: \u062A\u0631\u062C\u0645\u0647`,"subtitle.quickButton.red":"\u0633\u0631\u062E","subtitle.quickButton.cyan":"\u0622\u0628\u06CC","subtitle.quickButton.white":"\u0633\u0641\u06CC\u062F","subtitle.quickButton.yellow":"\u0632\u0631\u062F","subtitle.quickButton.setting":"\u062A\u0646\u0638\u06CC\u0645\u0627\u062A","translationServices.claude":"\u06A9\u0644\u0648\u062F","subtitle.quickButton.backgroundColor":"\u0631\u0646\u06AF \u067E\u0633 \u0632\u0645\u06CC\u0646\u0647","subtitle.quickButton.translationPositionTop":"\u0628\u0627\u0644\u0627\u06CC \u0645\u062A\u0646 \u0627\u0635\u0644\u06CC","subtitle.quickButton.black":"\u0633\u06CC\u0627\u0647","subtitle.quickButton.blue":"\u0622\u0628\u06CC","subtitle.quickButton.green":"\u0633\u0628\u0632","subtitle.quickButton.translationFontSize":"\u0627\u0646\u062F\u0627\u0632\u0647 \u0641\u0648\u0646\u062A \u0645\u062A\u0646 \u062A\u0631\u062C\u0645\u0647","subtitle.quickButton.sourceTextColor":"\u0631\u0646\u06AF \u0641\u0648\u0646\u062A \u0645\u062A\u0646 \u0627\u0635\u0644\u06CC","subtitle.quickButton.magenta":"\u0631\u0646\u06AF \u0628\u0646\u0641\u0634","subtitle.quickButton.translationTextColor":"\u0631\u0646\u06AF \u0641\u0648\u0646\u062A \u0645\u062A\u0646 \u062A\u0631\u062C\u0645\u0647 \u0634\u062F\u0647","subtitle.quickButton.backgroundOpacity":"\u067E\u0633 \u0632\u0645\u06CC\u0646\u0647 \u0646\u06CC\u0645\u0647 \u0634\u0641\u0627\u0641","subtitle.quickButton.sourceFontSize":"\u0627\u0646\u062F\u0627\u0632\u0647 \u0641\u0648\u0646\u062A \u0645\u062A\u0646 \u0627\u0635\u0644\u06CC","subtitle.quickButton.translationPositionBottom":"\u0645\u062A\u0646 \u0627\u0635\u0644\u06CC \u062F\u0631 \u0632\u06CC\u0631 \u0627\u0633\u062A","subtitle.quickButton.translationPosition":"\u0645\u06A9\u0627\u0646 \u062A\u0631\u062C\u0645\u0647",attachSubtitleTranslating:"\u062F\u0631 \u062D\u0627\u0644 \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u0627\u0632 {service} \u0628\u0631\u0627\u06CC \u062A\u0631\u062C\u0645\u0647...","error.claude.403":"\u062F\u0633\u062A\u0631\u0633\u06CC \u0645\u0648\u0642\u062A\u0627 \u0628\u0647 \u0633\u0631\u0648\u06CC\u0633 \u0645\u0645\u06A9\u0646 \u0627\u0633\u062A \u0645\u062D\u062F\u0648\u062F \u0634\u062F\u0647 \u0628\u0627\u0634\u062F\u060C \u0627\u06CC\u0646 \u0645\u0645\u06A9\u0646 \u0627\u0633\u062A \u0628\u0647 \u0645\u062D\u062F\u0648\u062F\u06CC\u062A \u0645\u0646\u0637\u0642\u0647 \u0627\u06CC Claude \u0645\u0631\u062A\u0628\u0637 \u0628\u0627\u0634\u062F\u060C \u0634\u0645\u0627 \u0645\u06CC \u062A\u0648\u0627\u0646\u06CC\u062F \u0633\u0639\u06CC \u06A9\u0646\u06CC\u062F \u0622\u062F\u0631\u0633 IP \u062E\u0648\u062F \u0631\u0627 \u062A\u063A\u06CC\u06CC\u0631 \u062F\u0647\u06CC\u062F\u060C \u06CC\u0627 \u0627\u0632 \u0633\u0631\u0648\u06CC\u0633 \u0647\u0627\u06CC \u062A\u0631\u062C\u0645\u0647 \u062F\u06CC\u06AF\u0631 \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u06A9\u0646\u06CC\u062F.","browser.brandDescriptionForSafari":"\u3010\u062A\u0631\u062C\u0645\u0647 \u0641\u0631\u0648 \u0631\u0641\u062A\u0647\u3011 \u06CC\u06A9 \u0627\u0641\u0632\u0648\u0646\u0647 \u062A\u0631\u062C\u0645\u0647 \u0635\u0641\u062D\u0647 \u0648\u0628 \u062F\u0648\u0632\u0628\u0627\u0646\u0647 \u0631\u0627\u06CC\u06AF\u0627\u0646 (\u0645\u062A\u0646 \u0627\u0635\u0644\u06CC / \u062A\u0631\u062C\u0645\u0647) \u060C \u062F\u0631 \u0639\u06CC\u0646 \u062D\u0627\u0644 \u067E\u0634\u062A\u06CC\u0628\u0627\u0646\u06CC \u0627\u0632 \u062A\u0631\u062C\u0645\u0647 PDF \u0648 \u062A\u0631\u062C\u0645\u0647 \u06A9\u062A\u0627\u0628 \u0627\u0644\u06A9\u062A\u0631\u0648\u0646\u06CC\u06A9\u06CC EPUB \u0628\u0627 \u062D\u0641\u0638 \u0637\u0631\u062D \u0628\u0646\u062F\u06CC \u0627\u0635\u0644\u06CC \u0633\u0646\u062F \u060C \u062A\u0631\u062C\u0645\u0647 \u0632\u06CC\u0631\u0646\u0648\u06CC\u0633 \u062F\u0648\u0632\u0628\u0627\u0646\u0647 \u0648\u06CC\u062F\u0626\u0648\u06CC \u0622\u0646\u0644\u0627\u06CC\u0646 Youtube / Netflix \u060C \u067E\u0634\u062A\u06CC\u0628\u0627\u0646\u06CC \u0627\u0632 \u062E\u062F\u0645\u0627\u062A \u062A\u0631\u062C\u0645\u0647 \u0627\u0635\u0644\u06CC Deepl / Google\u061B","browser.PdfProFile":"\u062A\u0631\u062C\u0645\u0647 PDF Pro \u0645\u062D\u0631\u06A9 \u0647\u0648\u0634 \u0645\u0635\u0646\u0648\u0639\u06CC","browser.textTranslate":"\u062A\u0631\u062C\u0645\u0647 \u0645\u062A\u0646"};var Ls={nologin:"non connect\xE9",loginForSafari:"Se connecter ou s'inscrire",login:"Se connecter pour ouvrir une adh\xE9sion",manageAccount:"Comptes g\xE9r\xE9s",openPremium:"Adh\xE9sion ouverte",logout:"annuler",curentPlan:"Paquets actuels",endAt:"expiration",endAuto:"renouvellement automatique",lineBreakMaxTextCount:"Nombre maximal de caract\xE8res autoris\xE9s par phrase apr\xE8s les retours \xE0 la ligne","translate-pdf":"Cliquez pour traduire le PDF","noSupportTranslate-pdf":"Script non support\xE9, veuillez utiliser le plugin","translate-firefox-local-pdf":"Cliquez pour aller \xE0 Importer le PDF",enableLineBreak:"Activer le saut de ligne automatique pour les longs paragraphes",sponsorLabel:"1 $ D\xE9veloppeurs sponsoris\xE9s",help:"main",browserShortcutsNoteForFirefox:"Pour modifier les raccourcis dans Firefox, vous devez ouvrir la page de gestion des extensions `about:addons`, puis cliquer sur `Settings`, et enfin sur `Manage Shortcuts` pour d\xE9finir les raccourcis.",browserShortcutsNoteForChrome:'Pour modifier les raccourcis dans Chrome, vous devez ouvrir la page de gestion des extensions, les d\xE9finir dans le panneau "Gestion des raccourcis" (`chrome://extensions/shortcuts`), et cliquer sur le bouton ci-dessous pour acc\xE9der \xE0 la page de gestion des raccourcis.',browserShortcutsSucks:"Les raccourcis personnalis\xE9s sont format\xE9s comme suit (pas de reconnaissance automatique, veuillez entrer directement) :\uFF1A",enableLineBreakDescription:"Lorsque cette option est activ\xE9e, des sauts de ligne sont ins\xE9r\xE9s \xE0 la fin de chaque phrase dans les longs paragraphes afin d'en faciliter la lecture.","browser.shortBrandName":"Traduction en immersion","browser.brandName":"Traduction en immersion : pages Web et PDF bilingues","browser.brandDescription":"Bilingual web page translation, also supports PDF translation, bilingual Epub eBook translation, free to use.","browser.toggleTranslatePage":"Traduire la page/afficher le texte original","browser.toggleTranslateTheWholePage":"Traduire toutes les zones de la page/afficher le texte original","browser.toggleOnlyTransation":"Basculer en mode bilingue / mode traduction uniquement","browser.toggleTranslateToThePageEndImmediately":"Traduction imm\xE9diate en bas de page/affichage du texte original","browser.toggleTranslateTheMainPage":"Traduire la zone principale de la page/afficher le texte original","browser.shareToDraft":"Partager les pages bilingues","browser.openOptionsPage":"Ouvrir la page des param\xE8tres","browser.toggleTranslationMask":"Afficher/masquer l'effet de flou de translation","browser.translateLocalPdfFile":"Traduire des fichiers PDF locaux","browser.openEbookViewer":"Lire les livres \xE9lectroniques locaux","browser.openEbookBuilder":"Cr\xE9er des livres bilingues EPUB","browser.translateLocalHtmlFile":"Traduire des fichiers HTML/txt","browser.donateContext":"En savoir plus sur les avantages du parrainage","browser.translateLocalSubtitleFile":"Traduire les fichiers de sous-titres locaux",confirmResetConfig:"\xCAtes-vous s\xFBr de vouloir r\xE9initialiser les param\xE8tres ?",translationLineBreakSettingTitle:"R\xE9glage du saut de ligne de la traduction",smartLineBreak:"smart line feed (informatique)",alwaysLineBreak:"Toujours un saut de ligne",isShowContextMenu:"Ajouter des pages traduites aux \xE9l\xE9ments de menu \xE0 cliquer avec le bouton droit de la souris",toggleBeta:"Activation des fonctionnalit\xE9s de test b\xEAta",betaDescription:"Permet d'activer des fonctionnalit\xE9s encore exp\xE9rimentales, ainsi qu'un service de traduction en version b\xEAta. Rejoignez le <1>groupe Telegram pour en savoir plus.",translationLineBreakSettingDescription:"Les sauts de ligne sont toujours nets et ordonn\xE9s pour les pages \xE0 faible contenu. (Pour gagner de la place, utilisez des sauts de ligne intelligents dans les longs paragraphes \xE0 fort contenu (plus de{count}caract\xE8res)).",tempTranslateDomainTitle:"Dur\xE9e de l'activation temporaire de la traduction du site web",tempTranslateDomainDescription:"Lors de la traduction manuelle d'une page web, vous pouvez activer temporairement le site web pour la traduction automatique et vous pouvez d\xE9finir la dur\xE9e temporaire.",xMinutes:"{count} minutes",disabled:"interdire l'utilisation de qqch.",changelog:"Journal des mises \xE0 jour",toggleTranslatePageWhenThreeFingersOnTheScreen:"L'effleurement simultan\xE9 de l'\xE9cran par plusieurs doigts traduit les pages web/affiche le texte original",toggleTranslationMaskWhenThreeFingersOnTheScreen:"Le toucher \xE0 plusieurs doigts permet d'afficher/masquer l'effet de flou.",fingerCountToToggleTranslagePageOnlyTranslationWhenTouching:"Plusieurs doigts touchant l'\xE9cran en m\xEAme temps traduisent la page web (traduction uniquement)/affichent le texte original.",addUrlDescription:"Peut \xEAtre un nom de domaine et prend \xE9galement en charge les caract\xE8res g\xE9n\xE9riques, par exemple\uFF1A*.google.com, google.com/mail/*, https://www.google.com/*.",general:"Param\xE8tres de base",clickToExpandConfig:"\xC9tendre la configuration actuelle",import:"Importation d'un fichier",export:"Exporter vers un fichier",toggleDebug:"Imprimer le journal de d\xE9bogage sur la console","fingers.0":"coagulation","fingers.2":"touche \xE0 deux doigts","fingers.3":"touche \xE0 trois doigts","fingers.4":"touche \xE0 quatre doigts","fingers.5":"touche \xE0 cinq doigts",mouseHoldKey:"+ {key} traduire/restaurer le paragraphe",mouseHoldKeyAuto:"Traduction directe du paragraphe",mouseHoldKeyOff:"Ne faites rien.",mouseHoldKeyOther:"Raccourcis personnalis\xE9s (ouvrir les param\xE8tres)",mouseHoldKeyCustomKey:"{key} Traduction/r\xE9duction du paragraphe",mouseHoverHoldKey:"Traduire des paragraphes en appuyant sur la touche de raccourci tout en survolant la souris.","mouse-translate":"survol de la souris",document:"fichier (informatique)",resetSuccess:"R\xE9initialisation de tous les param\xE8tres r\xE9ussie",resetThisSuccess:"R\xE9initialisation r\xE9ussie",saved:"Sauvegarder le succ\xE8s",successImportConfig:"Importation r\xE9ussie de la configuration",goAdvancedSettings:"Acc\xE9der \xE0 la page des param\xE8tres avanc\xE9s",goAdvancedInterfaceSettings:"Acc\xE9der \xE0 la page Param\xE8tres de personnalisation avanc\xE9s",advanced:"Param\xE8tres avanc\xE9s",advancedDescription:"En g\xE9n\xE9ral, aucun r\xE9glage n'est n\xE9cessaire, il suffit de laisser la valeur par d\xE9faut. Pour les utilisateurs plus sp\xE9cialis\xE9s uniquement, des param\xE8tres plus personnalis\xE9s sont disponibles.",developer:"Param\xE8tres du d\xE9veloppeur",donateCafe:"prix","translate to the bottom of the page":"La traduction se fait-elle vers le bas de la page imm\xE9diatement apr\xE8s l'entr\xE9e dans la page ?",feedback:"Question Feedback",toggleTranslatePage:"Traduire la page/afficher le texte original",translateToThePageEndImmediatelyDescription:"Si vous l'activez, le contenu sera imm\xE9diatement traduit du haut vers le bas de la page au fur et \xE0 mesure que vous y acc\xE9dez. Si vous la d\xE9sactivez, la traduction se fait au fur et \xE0 mesure de la lecture. (Non recommand\xE9)","translate all areas of the page":"Traduire ou non toutes les zones de la page",translationAreaDescription:"Si cette option est activ\xE9e, toutes les zones de la page web sont traduites. Si l'option est d\xE9sactiv\xE9e, la reconnaissance intelligente par d\xE9faut est utilis\xE9e et seules les parties principales sont traduites. (Il n'est pas recommand\xE9 de l'activer)","the number of characters to be translated first":"Traduire directement les premiers caract\xE8res de la page sans attendre le d\xE9filement de la zone de visualisation","interface language":"langue de l'interface","display both the original text and the translation":"Affichage simultan\xE9 de l'original et de la traduction","keyboard shortcuts":"Raccourcis clavier",modify:"Modifier les touches de raccourci",reset:"reprovision",close:"coagulation",homepage:"page d'accueil",more:"plus",moreOptions:"\xC9largir les options de personnalisation",translateTheWholePage:"Traduire toutes les zones de la page (au lieu de reconna\xEEtre intelligemment les zones principales)",changeToTranslateTheWholePage:"Passer \xE0 la traduction de toutes les r\xE9gions",changeToTranslateTheMainPage:"Passer \xE0 la zone principale de traduction",changeToOnlyTranslationMode:"Afficher uniquement les traductions",changeToDualTranslationMode:"Passer \xE0 la traduction bilingue",translateToThePageEndImmediately:"Traduction imm\xE9diate en bas de page",translateTheMainPage:"R\xE9gions cl\xE9s de la traduction intelligente","The local rules are up to date":"Les r\xE8gles d'adaptation locales sont \xE0 jour.","Successfully synchronized with the latest official rules:":"Synchronisation r\xE9ussie avec les derni\xE8res r\xE8gles d'adaptation officielles.","Checking for updates":"V\xE9rification des mises \xE0 jour","Rules are being synchronized":"Synchronisation des r\xE8gles d'adaptation",localVersionIsTooOld:"La version de l'extension locale est trop ancienne, veuillez mettre \xE0 jour l'extension vers {minVersion} ou une version plus r\xE9cente avant d'essayer de synchroniser.",badUserscriptBrowser:"Le navigateur actuel n'impl\xE9mente pas correctement l'interface de l'extension Grease Monkey (par exemple, pour obtenir des informations sur le num\xE9ro de version du script Grease Monkey lui-m\xEAme), veuillez utiliser d'autres navigateurs qui <1>prennent en charge l'extension Grease Monkey, tels que Firefox.",foundNewVersion:"D\xE9couvrez la nouvelle version",theLocalExtensionIsUpToUpdate:"L'extension actuelle est \xE0 jour.",failToSyncRules:"Absence de synchronisation des derni\xE8res r\xE8gles d'adaptation",retry:"Cliquez ici pour r\xE9essayer",failedReason:"Raisons de l'\xE9chec",currentRuleVersion:"Version actuelle de la r\xE8gle",calculating:"Calculs",unknownError:"erreur inconnue",canNotFetchRemoteRule:"Impossible d'obtenir des r\xE8gles \xE0 distance",enableAlphaSuccess:"Alpha activ\xE9",disableAlphaSuccess:"La fonction Alpha a \xE9t\xE9 d\xE9sactiv\xE9e",cacheSize:"Taille du cache\uFF1A",cleaning:"en cours de liquidation",cleanCache:"effacer le cache",options:"mettre en place",about:"en ce qui concerne",service:"service d'interpr\xE9tation",needAction:"(Acc\xE9der aux param\xE8tres)",goSettings:"aller de l'avant et mettre en place",needActionForOptions:"(\xE0 mettre en place)",translationEngine:"Options du moteur",sourceLanguage:"Langue originale",target:"langue cible",popupSourceLanguage:"Langue originale",popupTarget:"langue cible",popupService:"service d'interpr\xE9tation",forThisSite:"Site web actuel",autoEnableSubtitle:"Ouverture automatique des sous-titres bilingues",alwaysTranslate:"Traduisez toujours",neverTranslate:"Ne jamais traduire",alwaysTranslateSomeLanguage:"Traduisez toujours {language}",neverTranslateSomeLanguage:"Ne jamais traduire {language}",alwaysTranslateSomeSite:"Traduisez toujours {hostname}",neverTranslateSomeSite:"Ne jamais traduire {hostname}",alwaysTranslateSomeSiteOrWildSite:"Toujours traduire le site",alwaysTranslateSomePage:"Toujours traduire la page",add:"augmenter",default:"par d\xE9faut (r\xE9glage)",forThisLanguage:"Pour cette langue\uFF1A","add url":"Saisir l'URL",edit:"compilateur","translate other languages into specific language":"Traduire d'autres langues dans la langue choisie","select translation service":"S\xE9lectionner un service de traduction",language:"multilinguisme","show-original":"Afficher le texte original",translate:"l'\xE9quarrissage",Translated:"traduit",Translating:"en traduction",Error:"incorrect",allowCacheTranslations:"Activer la mise en cache de la traduction locale (pour r\xE9duire les demandes de traduction pour les passages dupliqu\xE9s)","translation display":"Style d'affichage de la traduction","select diplay style":"Distinguer les styles de traduction, en se r\xE9f\xE9rant sp\xE9cifiquement aux exemples suivants",interface:"Param\xE8tres de l'interface",import_export:"Importation/Exportation",import_export_title:"Configuration de l'importation/exportation",syncToGoogleDrive:"Synchroniser avec Google Drive maintenant",floatBallOptions:"Param\xE8tres de l'hoverball","floatBallOptions.enable":"Activer le Hoverball","floatBallOptions.blockUrls":"D\xE9sactiver le site web","floatBallOptions.add":"augmenter","floatBallOptions.blockUrlDesc":"Les hoverballs ne sont pas affich\xE9s lorsque les sites web suivants sont rencontr\xE9s","floatBallOptions.clickType":"le comportement de clic","floatBallOptions.clickTypeDesc":"Comportement de l'ic\xF4ne Hoverball lorsqu'elle est cliqu\xE9e","floatBallOptions.clickPopup":"Afficher le panneau de traduction","floatBallOptions.clickTranslate":"Traduction/affichage du texte original","floatBallOptions.fixedPosition":"\u56FA\u5B9A\u4F4D\u7F6E","floatBallOptions.fixedPositionDesc":"\u60AC\u6D6E\u7403\u5728\u7A97\u53E3\u5DE6\u4FA7\u8FD8\u662F\u53F3\u4FA7","floatBallOptions.fixedPositionLeft":"\u5DE6\u4FA7","floatBallOptions.fixedPositionRight":"\u53F3\u4FA7",previewAllThemes:"Aper\xE7u de tous les styles","translationTheme.none":"ne pas avoir","translationTheme.grey":"gris fonc\xE9","translationTheme.dashed":"soulign\xE9 en pointill\xE9","translationTheme.dotted":"trait de soulignement en pointill\xE9","translationTheme.dashedBorder":"bordure en pointill\xE9s","translationTheme.solidBorder":"bordure solide","translationTheme.underline":"Souligner les lignes droites","translationTheme.mask":"Effets flous (modes d'apprentissage)","translationTheme.opacity":"effet de transparence","translationTheme.paper":"Effet d'ombre du papier blanc","translationTheme.dividingLine":"ligne de d\xE9marcation","translationTheme.highlight":"haute luminosit\xE9","translationTheme.marker":"marqueur (mot emprunt\xE9)","translationTheme.marker2":"Marqueur 2","translationTheme.blockquote":"Styles de r\xE9f\xE9rencement","translationTheme.weakening":"affaiblissement","translationTheme.italic":"caract\xE8re oblique","translationTheme.bold":"\xE9paissir","translationTheme.thinDashed":"ligne pointill\xE9e fine soulign\xE9e","translationTheme.nativeDashed":"Le syst\xE8me est soulign\xE9 en pointill\xE9","translationTheme.nativeDotted":"Le syst\xE8me est soulign\xE9 en pointill\xE9s","translationTheme.nativeUnderline":"Le syst\xE8me est assorti d'une ligne de d\xE9marcation droite","translationTheme.wavy":"ligne ondul\xE9e","translationServices.custom":"API personnalis\xE9e","translationServices.tencent":"Tencent Translator","translationServices.tenAlpha":"Tencent Translator (Alpha)","translationServices.google":"Google Translate","translationServices.bai":"Baidu (Alpha)","translationServices.baidu":"Traduction de Baidu","translationServices.aliyun":"AliCloud Traduction","translationServices.volc":"traduction du volcan","translationServices.deeplx":"DeepLX (Beta)","translationServices.bing":"Microsoft Translate","translationServices.deepl":"DeepL","translationServices.wechat":"Traduction WeChat","translationServices.azure":"Azure Translation","translationServices.ibm":"IBM Watson","translationServices.aws":"Traduction sur Amazon","translationServices.mock":"Traduction simul\xE9e","translationServices.mock2":"Traduction simul\xE9e 2","translationServices.caiyun":"lit. nuages color\xE9s et petites traductions","translationServices.cai":"Nuages color\xE9s (Alpha)","translationServices.volcAlpha":"Volcan (Alpha)","translationServices.openl":"OpenL","translationServices.youdao":"Traduction sur Youtube","translationServices.you":"Traducteur Youdao (Alpha)","translationServices.transmart":"Traduction interactive de Tencent","translationServices.niu":"Traducteur franc-tireur","translationServices.papago":"Traduction Papago","translationServices.d":"D (Alpha)","translationServices.dpro":"D Pro (Canari)","translationServices.openai":"OpenAI","translationServices.yandex":"Yandex","translationServices.chatgpt":"ChatGPT Web(3.5 mobile)","translate title":"Traduire les titres des pages","always languages":"Toujours traduire la langue",neverTranslateLanguagesLabel:"La langue qui ne sera jamais traduite",neverTranslateTheFollowingLanguagesDescription:"Les traductions sont ignor\xE9es lorsqu'un paragraphe de la page est r\xE9dig\xE9 dans l'une des langues suivantes",enableUserscriptPagePopup:"Afficher le hoverball sur la page",enableUserscriptPagePopupDescription:"Apr\xE8s avoir d\xE9sactiv\xE9 le hoverball, vous pouvez le rappeler \xE0 l'aide du raccourci /{touch}. Il est fortement recommand\xE9 de marquer cette page de param\xE8tres d'un signet afin d'\xE9viter de ne pas pouvoir retrouver le hoverball apr\xE8s avoir d\xE9sactiv\xE9 cette option par inadvertance !","always translate the following languages":"Traduit automatiquement dans la langue cible lorsque la page est dans l'une des langues suivantes","always sites":"Des sites web toujours traduits","always translate the following sites":"Les sites web sont automatiquement traduits dans la langue cible lorsqu'il s'agit de noms de domaine de","never sites":"Site web jamais traduit","never translate the following sites":"Les traductions ne seront pas effectu\xE9es si le site est destin\xE9 aux domaines suivants","please refer to":"Vous devez remplir la cl\xE9 avant de pouvoir l'utiliser.",KeyAndConfigurationTutorial:"Tutoriel d'application et de configuration des cl\xE9s",useAboveStyleForTheseSites:"Utilisez toujours le style de traduction \u2308{theme}\u230B lorsque le site est destin\xE9 aux domaines suivants",currentUrl:"URL actuel",confirm:"enregistrer (un fichier, etc.) (informatique)",cancel:"annulations",delete:"l'enl\xE8vement","languages.auto":"d\xE9tection automatique",syncToCloud:"Synchronisation avec Google Drive",syncToCloudDescription:"T\xE9l\xE9charg\xE9e dans le nuage, la configuration peut \xEAtre synchronis\xE9e entre diff\xE9rents navigateurs/scripts de singe de graisse, en fonction de la derni\xE8re modification.",syncToAccount:"Synchronisation avec l'Immersive Translation Cloud",syncToAccountButton:"Synchronisation instantan\xE9e avec le nuage",syncToAccountDescription:"Synchroniser automatiquement les configurations entre diff\xE9rents appareils, en fonction de la derni\xE8re modification.",successSyncConfigInAccount:"Synchronisation r\xE9ussie avec le nuage",successSyncConfigToAccount:"Synchronisation r\xE9ussie vers le nuage",syncConfigNoUpdate:"Il est d\xE9j\xE0 \xE0 jour.",authFail:"\xC9chec de l'autorisation",syncTitle:"Gestion manuelle des sauvegardes",import_hint:"importation (donn\xE9es)",upload:"t\xE9l\xE9charger",revokeAuth:"r\xE9voquer une autorisation",uploadFail:"\xC9chec du t\xE9l\xE9chargement",download:"t\xE9l\xE9chargement",importSuccess:"Importation r\xE9ussie",importFail:"\xE9chec de l'importation",deleteFail:"\xC9chec de la suppression",backupToCloud:"Gestion manuelle des fichiers de sauvegarde",create_new_backup:"Ajouter un nouveau n\u0153ud de sauvegarde",maxBackupFiles:"Jusqu'\xE0{count}n\u0153uds diff\xE9rents peuvent \xEAtre sauvegard\xE9s, veuillez supprimer les n\u0153uds dont vous n'avez pas besoin.",backupToCloudDescription:"T\xE9l\xE9charger ou restaurer manuellement les fichiers de sauvegarde, en autorisant jusqu'\xE0 trois sauvegardes diff\xE9rentes.",successSyncConfig:"Synchronisation r\xE9ussie avec le nuage",syncFail:"\xE9chec de la synchronisation",updatedAt:"Mise \xE0 jour de {date}",lastSyncedAt:"Derni\xE8re v\xE9rification \xE0 l'adresse {date}",downloadFail:"\xC9chec du t\xE9l\xE9chargement",clickToDownload:"Cliquer pour t\xE9l\xE9charger",aboutLabel:"\xC0 propos - Feedback","browser.openAboutPage":"\xC0 propos/commentaires",aboutLabelWithoutSponsor:"\xC0 propos - Feedback",aboutIntro:"Puissions-nous tous avoir un acc\xE8s plus facile et plus agr\xE9able \xE0 l'\xE9norme quantit\xE9 d'informations en langues \xE9trang\xE8res sur Internet \u2764\uFE0F Vous pouvez choisir d'activer votre <6>adh\xE9sion Pro pour utiliser les traductions pr\xEAtes \xE0 l'emploi de DeepL et OpenAI.

Vous pouvez nous suivre sur <3>Twitter, <4>Telegram, Weibo, WeChat, ou vous <5>inscrire \xE0 notre liste de <5>diffusion ci-dessous pour suivre les mises \xE0 jour.
Les <7>membres Pro peuvent nous contacter \xE0 l'adresse <8>support@immersivetranslate.com pour un service client\xE8le rapide.",aboutIntroWithoutSponsor:"Puissions-nous tous avoir un acc\xE8s plus facile et plus agr\xE9able \xE0 l'\xE9norme quantit\xE9 d'informations en langues \xE9trang\xE8res disponibles sur Internet \u2764\uFE0F

Vous pouvez nous suivre sur <3>Twitter, <4>Telegram channel, WeChat, WeChat Exchange, ou vous <5>abonner aux mises \xE0 jour par <5>courriel ci-dessous.",projectHomepage:"Accueil du projet",joinTelegramGroup:"Rejoignez le groupe d'utilisateurs pour participer aux discussions sur les fonctionnalit\xE9s",wechatPublicAccount:"WeChat Public",wechatCommunities:"Groupe d'\xE9change WeChat",qqCommunities:"Canal de communication QQ",joinTelegramChannel:"Suivez le canal Telegram pour les derni\xE8res mises \xE0 jour",feedbackAndJoin:"Question Feedback / Ajouter un groupe",autoSync:"synchronisation automatique de l'heure",loadingThemeTitle:"Style de chargement",loadingThemeDescription:"D\xE9finition du style lors de l'attente du chargement de la traduction","loadingTheme.spinner":"Animation de la rotation","loadingTheme.text":"texte statique qqch. ","loadingTheme.none":"non illustr\xE9",developerDescription:"La documentation sur la personnalisation avanc\xE9e est disponible <1>ici","edit border color":"Modifier la couleur de la bordure",successSyncButNoChange:"La configuration actuelle est compatible avec le nuage",customTheme:"Couleurs et tailles personnalis\xE9es","customThemeLabel.borderColor":"Couleur de la bordure","customThemeLabel.borderRadius":"Bords arrondis","customThemeLabel.textColor":"couleur du texte","customThemeLabel.backgroundColor":"couleur de fond","customThemeLabel.zoom":"Mise \xE0 l'\xE9chelle des polices (%)","customThemeLabel.opacity":"Opacit\xE9 du texte (%)",resetToDefaultColor:"R\xE9tablir les couleurs par d\xE9faut",resetToDefaultSettings:"R\xE9tablir les param\xE8tres par d\xE9faut",isTranslateTitle:"Permettre la traduction des titres de pages",isTranslateTitleDescription:"Lorsque cette option est activ\xE9e, le titre de la page est traduit.",enableSearchEnhancement:"Permettre l'enrichissement des messages bilingues",enableSearchEnhancementDescription:`Une fois l'option activ\xE9e, les r\xE9sultats de recherche de "Google News" seront automatiquement affich\xE9s dans la colonne de droite des sites web pris en charge (Google News, Google Search (certains mots-cl\xE9s), Snowball, Oriental Fortune, Futura, Tiger Community) pour les mots-cl\xE9s anglais correspondants.`,verifyService:"Cliquez ici pour tester le service",verified:"V\xE9rifier le succ\xE8s","field.langs":"Codes des langues prises en charge","field.model":"mod\xE9lisation","field.translationEngine":"moteur de traduction","field.limitPerMinute":"Nombre maximum de demandes par minute","field.limitPerSecond":"Demandes maximales par seconde","field.maxTextLengthPerRequest":"Longueur maximale du texte par demande","field.maxTextGroupLengthPerRequest":"Nombre maximum de paragraphes par demande","field.apiUrl":"Adresse de l'interface API personnalis\xE9e","field.placeholderDelimiters":"espace r\xE9serv\xE9","description.custom":"Acc\xE8s \xE0 l'interface personnalis\xE9e Documentation requise","description.limitPerMinute":"Les demandes d\xE9passant cette limite sont plac\xE9es dans une file d'attente jusqu'au d\xE9but de la minute suivante. En raison des diverses limitations du service actuel d'OpenAI, veuillez cliquer <1>ici pour obtenir les derni\xE8res valeurs sugg\xE9r\xE9es.","description.limitPerSecond":"Les demandes d\xE9passant cette limite sont plac\xE9es dans une file d'attente jusqu'au d\xE9but de la seconde suivante. En raison des diverses limitations du service actuel d'OpenAI, veuillez cliquer <1>ici pour obtenir les derni\xE8res valeurs sugg\xE9r\xE9es.","description.generalLimitPerSecond":"Les demandes d\xE9passant cette limite sont plac\xE9es dans une file d'attente jusqu'au d\xE9but de la seconde suivante.","description.prompt":"Envoyer la conversation \xE0 {service} en tant qu'utilisateur, o\xF9 {{text}} repr\xE9sente le contenu du texte du paragraphe, {{from}} repr\xE9sente la langue du paragraphe et {{to}} repr\xE9sente la langue cible.","description.maxTextLengthPerRequest":"Le nombre maximum de caract\xE8res par requ\xEAte est trop important pour que l'interface r\xE9ponde lentement, essayez donc d'ajuster cette option pour optimiser la vitesse.","description.systemPrompt":"Un dialogue envoy\xE9 \xE0 l'OpenAI en tant que syst\xE8me, o\xF9 {{text}} indique le contenu textuel du paragraphe,{{from}} indique la langue du paragraphe et{{to}} indique la langue cible.","field.domain":"royaume","description.domain":"La valeur par d\xE9faut est\uFF1Ageneral. Elle ne peut \xEAtre d\xE9finie que si la traduction par domaine est activ\xE9e dans la console Arima API, voir <1>ici pour les domaines pris en charge.","field.scene":"prendre","description.scene":"La valeur par d\xE9faut est\uFF1Ageneral. Elle ne peut \xEAtre d\xE9finie que si la console AliCloud API ouvre Machine Translation Pro, voir <1>ici pour les sc\xE9narios pris en charge.","field.vocabId":"ID du dictionnaire de l'utilisateur","description.vocabId":"Le dictionnaire out_id sp\xE9cifi\xE9 prend actuellement en charge la traduction de l'anglais vers le chinois.","description.model":"Mod\xE8les OpenAI, peuvent \xEAtre gpt-3.5-turbo, gpt-4, etc.","description.maxTextGroupLengthPerRequest":"Le nombre de paragraphes envoy\xE9s au service de traduction \xE0 la fois. S'il y a trop de paragraphes, l'interface peut r\xE9pondre plus lentement.","description.apiUrl":"Veuillez ajouter des URL sp\xE9cifiques avec des chemins d'acc\xE8s et une <1>description plus d\xE9taill\xE9e.",enabledExtension:"Activation des extensions",clickToDisableExtension:"Cliquez pour d\xE9sactiver les extensions",clickToEnableExtension:"Cliquez pour activer les extensions",hasBeenDisabled:"handicap\xE9","show password":"Afficher le mot de passe",customContent:"Saisir un nom de mod\xE8le personnalis\xE9",inputOptions:"Am\xE9lioration de la bo\xEEte de saisie",mouseHoverOptions:"survol de la souris",modifyMouseHoverKey:"Modifier le raccourci au survol de la souris",enableInputTranslation:"Activation ou non de l'am\xE9lioration des bo\xEEtes de saisie",enableInputTranslationDescription:"Une fois la fonction activ\xE9e, tapez {startingKey}{startingKey} hello directement dans le champ de saisie, puis tapez rapidement{inputTrailingTriggerKeyRepeatTimes}puis{trailingKey}pour traduire en {inputTargetLanguage}.",enableInputTranslationDescriptionForNoneKey:"Une fois la fonction activ\xE9e, tapez\uFF1AHello World directement dans le champ de saisie, puis appuyez rapidement sur{inputTrailingTriggerKeyRepeatTimes}{trailingKey}fois pour traduire dans la langue cible par d\xE9faut.",inputTargetLanguage:"D\xE9finition de la langue cible par d\xE9faut pour les bo\xEEtes de saisie",inputTargetLanguageDescription:"Langue cible par d\xE9faut pour la traduction de la bo\xEEte de saisie, c'est-\xE0-dire {startingKey}{startingKey} comme langue par d\xE9faut pour les mots d\xE9clencheurs.",inputTargetLanguageDescriptionForNoneKey:"Langue cible par d\xE9faut pour la traduction de la bo\xEEte de saisie",inputStartingTriggerKeyTitle:"D\xE9finition du caract\xE8re de s\xE9paration pour la traduction partielle de la zone de saisie",inputStartingTriggerKeyDescription:"Lorsque vous n'avez pas besoin de traduire l'int\xE9gralit\xE9 du champ de saisie, le s\xE9parateur vous permet de ne traduire que la partie allant de {startingKey}{startingKey} \xE0 la fin du champ de saisie, ou vous pouvez sp\xE9cifier le code de la langue, par exemple\uFF1A{startingKey}ja signifie ne traduire que la partie allant de {startingKey}ja \xE0 la fin du champ de saisie.",inputStartingTriggerKeyDescriptionForNoneKey:"Le param\xE8tre actuel d'absence de pr\xE9fixe n'est pas n\xE9cessaire et la fonction de traduction de certains textes dans la bo\xEEte de saisie n'est pas disponible pour le moment.",inputTrailingTriggerKeyTitle:"S\xE9lectionner un caract\xE8re d\xE9clencheur de fin d'entr\xE9e",inputTrailingTriggerKeyDescription:"3 coups rapides{trailingKey} commencera \xE0 traduire !",inputTrailingTriggerKeyTimeout:"Entrez le temps entre les d\xE9clenchements de fin de combat",inputTrailingTriggerKeyTimeoutDescription:"D\xE9finit le temps (en millisecondes) entre les d\xE9clenchements combo de fin d'entr\xE9e.",spaceKey:"<\u7A7A\u683C\u952E>",noneKey:"Traduction directe de l'ensemble de la zone de texte sans pr\xE9fixe",inputTranslationBlockUrlsTitle:"N'activez pas l'am\xE9lioration des bo\xEEtes de saisie dans les URL suivantes",inputTranslationBlockUrlsDescription:"Les am\xE9liorations apport\xE9es aux bo\xEEtes de saisie ne fonctionneront pas aux URL suivants",clickToSeeQuickDemo:"Cliquez pour agrandir la vid\xE9o du tutoriel de 30 secondes",inputHelperInfo:"Description\uFF1ANous avons optimis\xE9 le fait que certains caract\xE8res d\xE9clencheurs se transforment en signes de ponctuation chinois sous les m\xE9thodes d'entr\xE9e chinoises, par exemple, / se transforme en signe dun , sous la m\xE9thode d'entr\xE9e Sogou, et Immersive Translator prend en charge tous les symboles chinois correspondant aux caract\xE8res d\xE9clencheurs, c.-\xE0-d. //,,, seront reconnus comme des caract\xE8res d\xE9clencheurs.

Nous prenons \xE9galement en charge les alias chinois pour les codes de langue en tant que commandes, par exemple /Japanese Hello World sera traduit en japonais, <1>cliquez ici pour voir tous les codes de langue pris en charge.",reloadCurrentPage:"Veuillez rafra\xEEchir la page actuelle avant de commencer la traduction.",noLocalFilePermissionForPDF:"Vous n'avez pas l'autorisation de lire les fichiers locaux, veuillez cliquer sur le bouton ci-dessus et importer les fichiers locaux.",noPermissionForThisPage:"\u26A0\uFE0F Pas d'autorisation de traduire la page actuelle",retryAllParagraphs:"R\xE9essayer tous les passages d'erreur",retryAllButton:"R\xE9essayer tous les passages d'erreur",errorTooltipTitle:"Cliquez pour voir la cause de l'erreur",errorModalTitle:"Il semble qu'il y ait un probl\xE8me avec le service de traduction ou le r\xE9seau...",disableConfirm:"Cadre d'am\xE9lioration de l'information bilingue",disableOnce:"Cette invalidit\xE9",disableGlobal:"d\xE9sactiver de fa\xE7on permanente",disableTint:"* Vous pouvez le r\xE9activer \xE0 l'adresse {option} .",searchEnhancementNotes:"Apr\xE8s avoir activ\xE9 la fonction d'am\xE9lioration de l'information bilingue de la traduction immersive, nous rechercherons automatiquement pour vous les m\xEAmes mots-cl\xE9s en anglais sur les sites web pris en charge (Google News, Google Search (certains mots-cl\xE9s), Snowball, Oriental Wealth, Futura, Tiger) et les afficherons sur le c\xF4t\xE9 droit. Vous pouvez choisir de d\xE9sactiver cette fonction si vous n'en avez pas besoin.",option:"mettre en place",saveSettings:"Sauvegarder les param\xE8tres",closeModal:"Fermer la fen\xEAtre",enableInputTranslationWithoutTriggerKeyTitle:"Activer 3 quick hits sur{trailingKey}pour traduire directement l'ensemble de la bo\xEEte de saisie en{inputTargetLanguage}",enableInputTranslationWithoutTriggerKeyDescription:"Pour sp\xE9cifier la langue cible, pr\xE9fixez-la avec le code de la langue, par exemple\uFF1Aja Hello World",mouseHoverShortcutPlaceholder:"par exemple :\uFF1AShift",deepLProName:"Immersive Translation Membre Pro (Recommand\xE9)",deepLProDescription:"Le paquet actuel peut \xEAtre utilis\xE9 directement",deeplProDescriptionForNormal:"Aucune installation n'est requise, les membres peuvent l'utiliser apr\xE8s s'\xEAtre connect\xE9s, <1>cliquez ici pour passer au statut de membre",deepLCustomDescription:"Carte de cr\xE9dit \xE9trang\xE8re requise, ouverture officielle sur <1>DeepL, cliquez pour la <2>documentation",deepLCustomName:"Cl\xE9 d'authentification personnalis\xE9e",chooseProviderLabel:"S\xE9lectionner un prestataire de services",openaiProName:"Immersive Translation Membre Pro (Recommand\xE9)",openaiProDescription:"Le paquet actuel peut \xEAtre utilis\xE9 directement",openaiProDescriptionForNormal:"Aucune installation n'est requise, les membres peuvent l'utiliser apr\xE8s s'\xEAtre connect\xE9s, <1>cliquez ici pour passer au statut de membre",openaiCustomDescription:"Disponible sur OpenAI, Azure OpenAI, ou d'autres services tiers, <1>cliquez ici pour la documentation.",openaiCustomName:"Cl\xE9 API personnalis\xE9e",needLoginAction:"(Adh\xE9sion ouverte ou personnalisation)",goLoginOrAction:"(Ouvrir une adh\xE9sion ou aller dans les param\xE8tres)",yearly:"effectuer un paiement annuel cons\xE9cutif",quarterly:"l'emballage s\xE9quentiel",monthly:"abonnement mensuel",yearlyForOnce:"Forfait annuel unique",monthlyForOnce:"Forfait mensuel unique",daily:"jours cons\xE9cutifs de paquet",year:"effectuer un paiement annuel cons\xE9cutif",quarter:"l'emballage s\xE9quentiel",month:"abonnement mensuel",day:"jours cons\xE9cutifs de paquet",onetime_7day:"Pack exp\xE9rience 7 jours",currentPlanDescriptionForFree:"Paquets actuels\uFF1AGratuit",currentPlanDescriptionForContinuous:"L'offre actuelle\uFF1A{plan}sera automatiquement renouvel\xE9e sur {endAt}",currentPlanDescriptionForAutoRenewCaceling:"L'offre actuelle\uFF1A{plan}expirera \xE0 la date {endAt} et ne sera pas renouvel\xE9e automatiquement \xE0 cette date.",currentYearlyPlanDescriptionForAutoRenewCacelingWithRealPaiedUser:"L'offre actuelle,\uFF1A{plan}, expirera le {endAt} et ne sera pas renouvel\xE9e automatiquement \xE0 l'expiration.
<1>Cliquez ici pour g\xE9rer votre plan de renouvellement",currentYearlyPlanDescriptionForAutoRenewCacelingWithAdmin:"L'offre actuelle,\uFF1A{plan}, expirera \xE0 {endAt} et ne sera pas renouvel\xE9e automatiquement \xE0 l'\xE9ch\xE9ance.
<1>Cliquez ici pour activer l'abonnement annuel continu",currentPlanDescriptionForOneTime:"L'abonnement actuel\uFF1A{plan}expirera sur {endAt} , <1>cliquez ici pour passer \xE0 un abonnement <1>annuel ou <2>mensuel.",upgradePlan:"Cliquez ici pour passer \xE0 l'adh\xE9sion Pro",upgradeToPro:"Passer \xE0 l'adh\xE9sion Pro","popup.openPro":"Passez \xE0 l'adh\xE9sion Pro pour profiter de DeepL et de la traduction OpenAI, cliquez ici pour passer \xE0 l'adh\xE9sion Pro.","popup.openProForPro":"Vous \xEAtes un membre Pro avec un acc\xE8s direct \xE0 DeepL et aux traductions OpenAI !",currentAccount:"compte courant",enableAutoSyncUserSettings:"Permettre la synchronisation automatique du nuage sur plusieurs appareils",modalEnableInputTranslationTitle:"Traduction immersive Bo\xEEte de saisie Alertes de traduction",modalEnableInputTranslationDesc:"Vous venez de d\xE9clencher la traduction de la bo\xEEte de saisie d'Immersive Translation en appuyant sur la barre d'espacement 3 fois en succession rapide, et le contenu de la bo\xEEte de saisie sera traduit dans la langue cible par d\xE9faut. La traduction peut \xEAtre annul\xE9e avec Ctrl+Z.

Si c'est une erreur, ne vous inqui\xE9tez pas, vous pouvez choisir de la d\xE9sactiver cette fois-ci, ou de d\xE9sactiver d\xE9finitivement la traduction de la zone de saisie.",saveAndNotShowAgain:"Sauvegarder et arr\xEAter le message",disableInputTranslationTips:"* Vous pouvez \xE9galement d\xE9finir d'autres raccourcis pour qu'ils se d\xE9clenchent dans {option} ,{learnMore}.",learnMore:"Cliquez ici pour en savoir plus",continueEnalbeInputTranslation:"Continuer \xE0 activer la traduction des champs de saisie",autoRenewTrialSuffix:`(Dans la version d'essai,passe imm\xE9diatement \xE0 l'adh\xE9sion compl\xE8te)`,upgradeFromTrialTitle:"Passer au statut de membre \xE0 part enti\xE8re",subtitle:"sous-titrage vid\xE9o",youtubeService:"Traduction en immersion Sous-titrage vid\xE9o Services de traduction","subtitle.disabledSubtitle":"D\xE9sactiver d\xE9finitivement la fonction de sous-titres vid\xE9o","subtitle.disabledSubtitleDescription":"Si Immersive Translator's Video Subtitles entre en conflit avec d'autres extensions, vous pouvez choisir de d\xE9sactiver d\xE9finitivement la fonctionnalit\xE9 d'Immersive Translator's Video Subtitles ou de d\xE9sinstaller les autres extensions en conflit.","subtitle.autoEnableSubtitle":"Utilisation automatique de sous-titres bilingues","subtitle.autoEnableSubtitleDescription":"Une fois activ\xE9, des sous-titres bilingues s'afficheront automatiquement lorsque la vid\xE9o est en cours de lecture, sinon, il faut cliquer sur le bouton de traduction pour les afficher.","subtitle.preTranslation":"Traduire des sous-titres \xE0 l'aide de la traduction immersive","subtitle.preTranslationDescription":"Lorsque cette option est activ\xE9e, l'int\xE9gralit\xE9 des sous-titres sera pr\xE9-traduite \xE0 l'aide du service de traduction sp\xE9cifi\xE9 ci-dessous. Une vid\xE9o d'une heure consommera environ 50 000 tokens ou caract\xE8res, donc \xE0 utiliser \xE0 votre propre discr\xE9tion ; lorsqu'elle est d\xE9sactiv\xE9e, les sous-titres originaux seront utilis\xE9s en premier.","subtitle.humanSubtitlesPreferred":"Utilisation prioritaire du sous-titrage humain","subtitle.humanSubtitlesPreferredDescription":"Privil\xE9gier l'utilisation de sous-titres humains lorsque la vid\xE9o dispose de sous-titres humains dans la langue cible (recommand\xE9).",videoSubtitleTranslationDescription:"Confier les sous-titres vid\xE9o \xE0 un service de traduction distinct",subtitleTranslating:"Veuillez patienter pendant que les sous-titres sont traduits \xE0 l'aide du service {service} ... (traduction en immersion)",subtitleLoading:"Chargement des sous-titres...",bilingual:"bilinguisme","field.action":"Activation ou non de la terminologie Baidu","description.action":"Lorsqu'il est activ\xE9, un param\xE8tre action=1 est ajout\xE9 \xE0 la demande pour informer Baidu de l'activation du terme. <1>Veuillez vous r\xE9f\xE9rer \xE0 la documentation officielle pour plus d'informations.",closeQuickTranslation:"Fermer Hoverball","closeQuickTranslation.untilNext":"Cette fois-ci ferm\xE9 jusqu'\xE0 la prochaine visite","closeQuickTranslation.currentWebsite":"Site actuel d\xE9sactiv\xE9","closeQuickTranslation.alwaysClose":"d\xE9sactiver de fa\xE7on permanente","closeQuickTranslation.settingOpen":"(peut \xEAtre activ\xE9e dans la <1>page des param\xE8tres )","closeQuickTranslation.cancel":"annulations","closeQuickTranslation.confirm":"d\xE9finir","floatBall.popup":"Ouvrir le panneau des r\xE9glages rapides","floatBall.translate":"Cliquez pour traduire la page","floatBall.showOriginal":"Cliquez pour revenir \xE0 l'article original","floatBall.close":"Fermer Hoverball","floatBallOptions.enableDescPc":"Apr\xE8s avoir activ\xE9 le hoverball de la page, un bouton de traduction rapide sera affich\xE9 sur le c\xF4t\xE9 droit de la page, cliquez dessus pour traduire !","floatBallOptions.enableDesc":"Apr\xE8s avoir d\xE9sactiv\xE9 le hoverball, il peut \xEAtre rappel\xE9 \xE0 l'aide de{touch}. Il est fortement recommand\xE9 de marquer cette page de param\xE8tres d'un signet afin d'\xE9viter de ne pas pouvoir retrouver le hoverball apr\xE8s avoir d\xE9sactiv\xE9 cette option par inadvertance !","description.azureApiUrl":"Remplir l'adresse de l'interface API personnalis\xE9e",confirmSupportMouse:"Forcer l'activation de la prise en charge de la souris",confirmSupportMouseDescription:"Le navigateur actuel ne prend pas en charge la fonction de la souris. Est-il oblig\xE9 d'activer la prise en charge de la souris ?",sampleTargetText:"La longue nuit viendra, et je veillerai \xE0 partir de ce jour jusqu'\xE0 ma mort. Je ne prendrai pas de femme, je ne ferai pas de fief, je n'aurai pas d'enfant. Je ne porterai pas de couronne, je ne rechercherai pas les honneurs. Je ferai mon devoir, je vivrai et je mourrai.",sampleSourceText:"Night gathers, and now my watch begins. It shall not end until my death. I shall take no wife, hold no lands, father no children. I shall wear no crowns and win no glory. I shall live and die at my post.","subtitle.supportedSites":"\u5DF2\u652F\u6301\u5728\u8FD9\u4E9B\u7F51\u7AD9\u4F7F\u7528\u53CC\u8BED\u5B57\u5E55\uFF08\u6CE8\u610F\uFF1A\u7531\u4E8E\u6280\u672F\u9650\u5236\uFF0C\u90E8\u5206\u7F51\u7AD9\u5728\u9996\u6B21\u5F00\u542F\u5B57\u5E55\u540E\u9700\u8981\u91CD\u65B0\u5237\u65B0\u9875\u9762\uFF0C\u6216\u8005\u9700\u7B49\u5F85\u7FFB\u8BD1\u5B8C\u6210\u4EE5\u663E\u793A\u53CC\u8BED\u5B57\u5E55\uFF09\uFF1A",viewWithImmersiveTranslate:"\u53CC\u8BED\u7248\u672C(\u6C89\u6D78\u5F0F\u7FFB\u8BD1)",errorReason:"\u9519\u8BEF\u539F\u56E0\uFF1A{message}","proQuotaExceededError.onetime7day":'\uFF0C\u60A8\u53EF\u4EE5\u9009\u62E9\u4EE5\u4E0B\u65B9\u5F0F\u89E3\u51B3\uFF1A

1. \u5207\u6362\u5230 {anotherService} \u6216\u5176\u4ED6\u7FFB\u8BD1\u670D\u52A1
2. \u5347\u7EA7\u4E3A\u6708\u5EA6/\u5E74\u5EA6\u4F1A\u5458',"proQuotaExceededError.trial":'\uFF0C\u60A8\u53EF\u4EE5\u9009\u62E9\u4EE5\u4E0B\u65B9\u5F0F\u89E3\u51B3\uFF1A

1. \u5207\u6362\u5230 {anotherService} \u6216\u5176\u4ED6\u7FFB\u8BD1\u670D\u52A1
2. \u7ACB\u523B\u5347\u7EA7\u4E3A\u6B63\u5F0F\u4F1A\u5458',"proQuotaExceededError.nonTrial":'\uFF0C\u60A8\u53EF\u4EE5\u9009\u62E9\u4EE5\u4E0B\u65B9\u5F0F\u89E3\u51B3\uFF1A

1. \u5207\u6362\u5230 {anotherService} \u6216\u5176\u4ED6\u7FFB\u8BD1\u670D\u52A1
2. \u8D2D\u4E70 {translationService} \u989D\u5916\u6D41\u91CF\u5305',"proQuotaExceededError.resetTime":"
3. \u989D\u5EA6\u91CD\u7F6E\u65F6\u95F4\uFF1A{resetTime}","desc.touchShortcutsToggleTranslatePageOnlyTranslation":"Seulement la traduction signifie que seule la traduction est affich\xE9e, si la page n'a pas encore \xE9t\xE9 traduite, elle passera en mode et sera traduite.","desc.toggleOnlyTransation":"Le mode de traduction uniquement signifie que seules les traductions sont affich\xE9es, si la page Web n'a pas encore \xE9t\xE9 traduite, le mode sera chang\xE9 et traduit.",touchShortcutsToggleTranslatePageOnlyTranslation:"Configurer les gestes tactiles pour passer en mode bilingue / mode texte uniquement",download_started:"Le t\xE9l\xE9chargement a d\xE9j\xE0 commenc\xE9, si le t\xE9l\xE9chargement ne commence pas automatiquement, veuillez cliquer manuellement.",here:"ici","error.goReset":"R\xE9initialiser",translationFont:"D\xE9finir la police","error.serveConfigError":"Erreur de configuration du service",detectServiceLoading:"En train de v\xE9rifier les services de traduction disponibles...","translationModeUrl.translation.title":"L'adresse du site en mode traduction uniquement","translationServices.inherit":"Suivez le service de traduction principal","translationModeLang.translation.title":"Mode de langue uniquement en traduction","error.configError":"Les donn\xE9es de configuration sont anormales","translationFont.customPlaceholder":"police de caract\xE8res","touch.mouse-translate":"Traduire le paragraphe sp\xE9cifi\xE9",toggleToService:"Passez \xE0 {service} et r\xE9essayez","translationFont.custom":"Entrez une police personnalis\xE9e",batchEdit:"Op\xE9ration en masse","error.proUpgrade":"Apr\xE8s la mise \xE0 niveau, veuillez rafra\xEEchir la page et traduire \xE0 nouveau.","error.502":"Le service renvoie une erreur, le service est en retard, veuillez r\xE9essayer plus tard.","error.403":"Le service renvoie une erreur, vous n'avez pas temporairement le droit d'acc\xE9der \xE0 ce service.","error.googleLimitIp":"Le service renvoie une erreur, le service Google a limit\xE9 le d\xE9bit pour cette adresse IP, il est recommand\xE9 de changer de n\u0153ud r\xE9seau.",videoSubtitlePreTranslationOff:"Les sous-titres vid\xE9o utiliseront en priorit\xE9 les sous-titres automatiques fournis avec la vid\xE9o originale.","translationFont.notSupportErrorMessage":"Veuillez v\xE9rifier si le nom de la police que vous avez entr\xE9 est correct, ou confirmer que cette police est d\xE9j\xE0 install\xE9e sur votre appareil.","error.proTokenInvalid":"Si vous \xEAtes un utilisateur Pro, veuillez vous connecter avant d'utiliser le service de traduction Pro.",videoSubtitlePreTranslationOn:"Les sous-titres vid\xE9o utiliseront en priorit\xE9 la traduction immersive.","error.400":"Le service renvoie une erreur, la demande de param\xE8tre est incorrecte, veuillez v\xE9rifier la configuration correspondante.","error.429":"Le service renvoie une erreur, indiquant que la demande est trop fr\xE9quente ou d\xE9passe la limite de quota, veuillez r\xE9essayer plus tard.","translationModeUrl.translation.description":"Lorsque le site Web est pour les domaines suivants, il utilisera automatiquement le mode de traduction uniquement.",enableSentryReport:"Lorsqu'une erreur se produit lors de l'extension, utilisez Sentry pour soumettre des commentaires.","error.reloadPageOfSetting":"Apr\xE8s la configuration, veuillez rafra\xEEchir la page pour traduire \xE0 nouveau.","translationModeLang.translation.description":"Lorsque la langue de la page est l'une des langues suivantes, le mode de traduction uniquement sera automatiquement utilis\xE9.","error.gemini.429":"Le service Gemini actuel a atteint sa capacit\xE9 maximale, veuillez r\xE9essayer plus tard ou passer \xE0 un autre service de traduction.","desc.toggleVideoSubtitlePreTranslation":"Une fois appuy\xE9, les sous-titres bilingues de la vid\xE9o utiliseront en priorit\xE9 les param\xE8tres de traduction immersive, une nouvelle pression donnera la priorit\xE9 aux sous-titres de traduction automatique inclus dans la vid\xE9o originale. Attention : ce raccourci modifie les param\xE8tres globaux.","error.openAIExceededQuota":"Le service renvoie une erreur : le solde de votre compte OpenAI est insuffisant, veuillez recharger ou lier une carte de cr\xE9dit dans le back-office officiel d'OpenAI.","error.openAIFreeLimit":"Le service renvoie une erreur, la fr\xE9quence actuelle des demandes de traduction a atteint la limite maximale de 3 fois par minute, veuillez r\xE9essayer plus tard. (C'est une restriction officielle d'OpenAI sur la cl\xE9 API gratuite, pour lever cette restriction, veuillez lier une carte de cr\xE9dit dans le backend d'OpenAI.)","error.serveUnavailable":"Le service [{serverName}] que vous utilisez actuellement est temporairement inaccessible en raison de probl\xE8mes de connexion r\xE9seau ou de fournisseur de services. Nous vous sugg\xE9rons d'essayer de rafra\xEEchir la page ou de changer de service de traduction via <1>Param\xE8tres. Si vous \xEAtes un membre <2>Pro, vous pouvez choisir d'utiliser les services de traduction plus stables de DeepL ou OpenAI (<3>cliquez ici pour un essai gratuit). De plus, vous devrez peut-\xEAtre v\xE9rifier vos param\xE8tres de r\xE9seau ou de proxy.",loggedIn:"Connect\xE9","error.retry":"R\xE9essayer","floatBall.iKnow":"Je sais.",touchShortcutsOff:"Fermer","tagsInput.add":"+ Ajouter","translationServices.gemini":"G\xE9meaux",goLogin:"Allez vous connecter",shortcutSettings:"Raccourci",notLogin:"Non connect\xE9","multipleClick.4":"Quadruple frappe",alwaysTranslateThisSite:"Toujours traduire ce site","multipleClick.3":"Triple coup",neverTranslateThisSite:"Ne jamais traduire ce site","subtitle.bilingual":"Sous-titres bilingues","widget.instructionTooltip":"Consultez le mode d'emploi","shortcutGroup.shortcutsForTranslationServices":"Raccourcis li\xE9s au service de traduction",buildSnapshots:"G\xE9n\xE9rer un instantan\xE9 de la page web",shortcutSettingsTitle:"Param\xE9trage des raccourcis","subtitle.hideQuickButton":"Ne plus afficher ce raccourci",contact:"Contactez-nous","widget.videoSubtitleTooltip":"Prend en charge Youtube et autres sites vid\xE9o {count}+",notLoginPro:"Vous n'avez pas encore connect\xE9 \xE0 votre compte membre.","multipleClick.2":"Double-cliquez","widget.videoSubtitle":"sous-titres vid\xE9o",temprarilyChangeTranslationTo_gemini:"Utilisation de Gemini pour traduire la page actuelle.","error.subscriptionExpiredTitle":"L'adh\xE9sion a expir\xE9",pickAll:"Tout s\xE9lectionner","floatBall.guideClickToTranslate":"Cliquez sur la bulle de traduction immersive pour traduire rapidement",temprarilyChangeTranslationTo_google:"Utilisation en cours de Google Traduction pour cette page actuelle",temprarilyChangeTranslationTo_bing:"Utilisation en cours de Microsoft Traduction pour la page actuelle",mouseHoverCustomKeyTitle:"Personnaliser les raccourcis de survol de la souris","browser.translateWithDeepL":"Utilisation temporaire de DeepL pour traduire la page actuelle","widget.translateFile":"PDF/ePub",temprarilyChangeTranslationTo_openai:"Utilisation en cours d'OpenAI pour traduire la page actuelle","subtitle.autoDisableSubtitle":"Ne pas activer automatiquement les sous-titres bilingues","error.reason":"Raison de l'erreur",temprarilyChangeTranslationTo_deepl:"Utilisation de DeepL pour traduire la page actuelle.","widget.translateFileTooltip":"Traduire les documents PDF, EPUB, SRT, ASS, HTML et TXT",networkError:"Le service de traduction ou le r\xE9seau rencontre des probl\xE8mes.","floatBall.longPress":"Appuyez longuement pour ouvrir rapidement le panneau de configuration.",paragraphMinTextCountField:"Le nombre minimum de caract\xE8res requis pour traduire un paragraphe","browser.translateWithTransmart":"Utilisation temporaire de Tencent pour traduire la page actuelle","browser.translateWithOpenAI":"Utilisation temporaire d'OpenAI pour traduire la page actuelle",translationOnlyMode:"Mode de traduction uniquement","slide.right":"Glissez vers la gauche","shortcutGroup.main":"Raccourcis de fonctionnalit\xE9s couramment utilis\xE9s",temprarilyChangeTranslationTo_transmart:"Utilise actuellement la traduction de Tencent pour cette page.",touchShortcutsToggleTranslatePage:"D\xE9finir un geste tactile pour traduire la page web / afficher le texte original","slide.left":"Faites glisser vers la droite","shortcutGroup.touch":"Gestes sp\xE9cifiques pour \xE9cran tactile","intro.floatBallTitle":"Boule flottante de traduction rapide","neverTranslateText.title":"Ci-dessous, les mots restent en texte original, ne pas traduire.","browser.toggleMouseHoverTranslateDirectly":"Activer ou d\xE9sactiver temporairement la traduction directe au survol de la souris sur la page","browser.translateInputBox":"Traduire le contenu de la bo\xEEte de saisie actuelle","browser.translateWithGoogle":"Utilisation temporaire de Google Traduction pour la page actuelle","browser.translateWithBing":"Utilisation temporaire de Microsoft Traduction pour la page actuelle","widget.instruction":"Mode d'emploi","subtitle.showQuickButton":"Afficher les sous-titres bilingues dans le lecteur est un raccourci",touchShortcutsToggleTranslationMask:"Configurer l'affichage du geste tactile pour afficher le masque de traduction / afficher le texte original","error.subscriptionExpired":"Votre adh\xE9sion a peut-\xEAtre expir\xE9, veuillez v\xE9rifier votre statut de membre.","intro.hoverTitle":"Survolez avec la souris pour traduire le paragraphe actuel","browser.translateWithGemini":"Utilisez temporairement Gemini pour traduire la page actuelle",touchShortcutsToggleTranslateTouchElement:"Configurer la traduction de paragraphes sp\xE9cifiques par gestes tactiles","desc.touchShortcutsToggleTranslateTouchElement":"Personnalisez un geste et vous pourrez traduire n'importe quel paragraphe o\xF9 vous vous trouvez.","intro.subtitleTitle":"Affichage des sous-titres bilingues en vid\xE9o en ligne","desc.interfaceLanguage":"La configuration de la langue de l'interface affecte la langue d'affichage du panneau de contr\xF4le et n'a rien \xE0 voir avec la langue cible de la traduction.","browser.toggleVideoSubtitlePreTranslation":"Basculer vers les sous-titres bilingues en privil\xE9giant les param\xE8tres de traduction immersive","shortcutGroup.others":"Plus de raccourcis de fonctionnalit\xE9s personnalis\xE9es",confirmResetToDefaultSettings:"Confirmez-vous vouloir r\xE9tablir ce service de traduction comme param\xE8tre par d\xE9faut ? (Cela ne r\xE9initialise que les param\xE8tres de ce service de traduction)",shortcutDisableTooltip:"Veuillez configurer dans la page de gestion des raccourcis d'extension fournie par le navigateur, pour plus de directives, veuillez consulter les instructions en haut de cette page.","subtitle.showQuickButtonDescription":"Fournir un raccourci pour activer les sous-titres bilingues dans le coin inf\xE9rieur droit du lecteur vid\xE9o","shortcutGroup.mouse":"Configuration des raccourcis clavier pour le survol de la souris","desc.toggleTranslateTheMainPage":"Traduisez uniquement les zones principales de la page, une fois que vous avez activ\xE9 la traduction de toutes les zones de la page dans les param\xE8tres avanc\xE9s, vous pouvez utiliser ce raccourci pour traduire sp\xE9cifiquement les zones principales de la page.","description.baiduField":"Les domaines pris en charge sont vus <1>ici, si vide cela signifie qu'aucun domaine n'est sp\xE9cifi\xE9.",upgradeToProErrorTitle:"Veuillez passer \xE0 l'adh\xE9sion Pro pour utiliser ce service de traduction.",paragraphMinTextCountDesc:"Faites attention, ici on parle de la longueur des caract\xE8res, par exemple: hello compte 5 caract\xE8res, d\xE9finir une valeur plus grande peut r\xE9duire les traductions de petits paragraphes inutiles.",translationOnlyModeDescription:"Le mode de traduction uniquement signifie que seule la traduction est affich\xE9e, et non le mode bilingue par d\xE9faut. Notez que: en raison des limitations techniques, les hyperliens du texte original seront d\xE9sactiv\xE9s en mode de traduction uniquement.","desc.toggleTranslateTheWholePage":"Traduire toute la zone de la page, par d\xE9faut, nous traduirons la zone principale de la page, vous pouvez utiliser ce raccourci pour traduire sp\xE9cifiquement toute la zone de la page.","contact.description":"Si vous avez des questions ou des suggestions, n'h\xE9sitez pas \xE0 remplir le formulaire ci-dessous pour nous contacter, ou \xE0 envoyer un courriel \xE0 {email}, nous vous r\xE9pondrons d\xE8s que possible.",mouseHoverCustomKeyDescription:"Vous pouvez personnaliser un raccourci clavier pour le survol de la souris, par exemple : Alt+Z, Ctrl+E, Cmd+Alt+E ou directement Cmd, veuillez entrer manuellement.","desc.mouseHoverHoldKey":"Lorsque la souris survole un paragraphe et que vous appuyez simultan\xE9ment sur la touche de raccourci \xE0 droite, vous pouvez traduire directement ce paragraphe.","desc.touchShortcutsToggleTranslatePage":"Une fois configur\xE9, lors de l'utilisation d'un appareil mobile, vous pouvez toucher l'\xE9cran avec X doigts, glisser de gauche \xE0 droite ou cliquer continuellement pour d\xE9clencher la traduction de la page web / afficher le texte original.","desc.touchShortcutsToggleTranslationMask":"La traduction du masque fait r\xE9f\xE9rence \xE0 l'effet flou dans le style de la traduction (mode d'apprentissage), qui est activ\xE9 temporairement pour utiliser l'effet flou sur la traduction, facilitant l'apprentissage.","intro.floatBallDescription":"Une fois activ\xE9, un bouton de traduction rapide s'affichera sur le c\xF4t\xE9 droit de la page. Cliquez dessus pour traduire, cliquez \xE0 nouveau pour revenir au texte original. Sur mobile, maintenez le bouton flottant pour ouvrir le panneau de configuration rapide.","desc.toggleMouseHoverTranslateDirectly":"Apr\xE8s avoir appuy\xE9 sur ce raccourci, sur la page, d\xE8s que la souris pointe sur n'importe quel texte, ce texte sera automatiquement traduit. Appuyez \xE0 nouveau sur le raccourci pour d\xE9sactiver cette fonction de traduction automatique.","intro.hoverDescription":"La traduction au survol de la souris est une fonction tr\xE8s importante dans la traduction immersive. Il suffit de placer la souris sur le paragraphe et d'appuyer simultan\xE9ment sur la touche de raccourci d\xE9finie pour traduire automatiquement le paragraphe actuel (remarque : elle n'est pas activ\xE9e par d\xE9faut, veuillez la configurer ci-dessous). Cette interaction est utilis\xE9e pour mieux remplacer la traduction par s\xE9lection de mots. De plus, cette fonction est largement utilis\xE9e dans les zones de traduction qui ne peuvent pas \xEAtre reconnues. Vous pouvez utiliser cette fonction pour forcer la traduction de n'importe quel paragraphe.","neverTranslateText.description":"En raison de la reconnaissance insatisfaisante des noms propres par certains moteurs de traduction, vous pouvez ajouter des mots ici pour vous assurer qu'ils ne sont pas convertis pendant le processus de traduction. Veuillez noter que cette fonction distingue les majuscules et les minuscules et ne prend en charge que les langues \xE0 mots s\xE9par\xE9s par des espaces (comme l'anglais, le fran\xE7ais), elle n'est pas applicable aux langues comme le japonais, le cor\xE9en, etc.","intro.subtitleDescription":"Une fois cette fonction activ\xE9e, les sous-titres bilingues seront automatiquement affich\xE9s lors de la lecture de la vid\xE9o. Si elle n'est pas activ\xE9e, vous devrez cliquer manuellement sur le bouton de traduction sur la page pour afficher les sous-titres. Veuillez noter qu'en raison de limitations techniques, certains sites peuvent n\xE9cessiter un rafra\xEEchissement de la page ou attendre la fin de la traduction pour afficher les sous-titres bilingues. (De plus, vous pouvez \xE9galement activer/d\xE9sactiver le panneau de raccourcis de traduction immersive dans le coin sup\xE9rieur droit apr\xE8s avoir ouvert le site de la vid\xE9o).

La prise en charge des sous-titres bilingues est actuellement disponible sur ces sites :",geminiWarning:"Attention : Le service gratuit Gemini fourni par Google a des restrictions strictes, il est possible que Google juge que l'utilisateur utilise plusieurs cl\xE9s pour contourner leurs restrictions de quota gratuit, il n'est pas recommand\xE9 de l'utiliser, il est recommand\xE9 d'attendre que Google ouvre l'interface de paiement Gemini \xE0 l'avenir avant de l'utiliser.","floatBall.setting":"Param\xE9trage","floatBall.translateToLanguage":"Cliquez pour traduire en {language}","floatBall.file":"Traduire les fichiers PDF, EPUB, SRT, ASS, HTML, TXT",changeToOnlyTempTranslationMode:"Afficher uniquement les traductions",changeToDualTempTranslationMode:"Passer \xE0 la traduction bilingue","transitionMode.translation":"Seulement le texte traduit","options.navbar.installApp":"Installer l'application mobile","options.navbar.translateFile":"Traduire le document","subtitle.transitionMode":"Param\xE8tres de sous-titres vid\xE9o bilingues / traduction uniquement","subtitle.transitionModeDescription":"D\xE9finir les sous-titres vid\xE9o en mode bilingue ou en mode traduction uniquement","transitionMode.inherit":"Restez coh\xE9rent avec le mode d'affichage de traduction par d\xE9faut du syst\xE8me.","transitionMode.dual":"Contraste bilingue",translateFileTooltip:`Traduire PDF, ePub, srt, + {env.imt_sub_trans_field}: \u062A\u0631\u062C\u0645\u0647`,"subtitle.quickButton.red":"\u0633\u0631\u062E","subtitle.quickButton.cyan":"\u0622\u0628\u06CC","subtitle.quickButton.white":"\u0633\u0641\u06CC\u062F","subtitle.quickButton.yellow":"\u0632\u0631\u062F","subtitle.quickButton.setting":"\u062A\u0646\u0638\u06CC\u0645\u0627\u062A","translationServices.claude":"\u06A9\u0644\u0648\u062F","subtitle.quickButton.backgroundColor":"\u0631\u0646\u06AF \u067E\u0633 \u0632\u0645\u06CC\u0646\u0647","subtitle.quickButton.translationPositionTop":"\u0628\u0627\u0644\u0627\u06CC \u0645\u062A\u0646 \u0627\u0635\u0644\u06CC","subtitle.quickButton.black":"\u0633\u06CC\u0627\u0647","subtitle.quickButton.blue":"\u0622\u0628\u06CC","subtitle.quickButton.green":"\u0633\u0628\u0632","subtitle.quickButton.translationFontSize":"\u0627\u0646\u062F\u0627\u0632\u0647 \u0641\u0648\u0646\u062A \u0645\u062A\u0646 \u062A\u0631\u062C\u0645\u0647","subtitle.quickButton.sourceTextColor":"\u0631\u0646\u06AF \u0641\u0648\u0646\u062A \u0645\u062A\u0646 \u0627\u0635\u0644\u06CC","subtitle.quickButton.magenta":"\u0631\u0646\u06AF \u0628\u0646\u0641\u0634","subtitle.quickButton.translationTextColor":"\u0631\u0646\u06AF \u0641\u0648\u0646\u062A \u0645\u062A\u0646 \u062A\u0631\u062C\u0645\u0647 \u0634\u062F\u0647","subtitle.quickButton.backgroundOpacity":"\u067E\u0633 \u0632\u0645\u06CC\u0646\u0647 \u0646\u06CC\u0645\u0647 \u0634\u0641\u0627\u0641","subtitle.quickButton.sourceFontSize":"\u0627\u0646\u062F\u0627\u0632\u0647 \u0641\u0648\u0646\u062A \u0645\u062A\u0646 \u0627\u0635\u0644\u06CC","subtitle.quickButton.translationPositionBottom":"\u0645\u062A\u0646 \u0627\u0635\u0644\u06CC \u062F\u0631 \u0632\u06CC\u0631 \u0627\u0633\u062A","subtitle.quickButton.translationPosition":"\u0645\u06A9\u0627\u0646 \u062A\u0631\u062C\u0645\u0647",attachSubtitleTranslating:"\u062F\u0631 \u062D\u0627\u0644 \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u0627\u0632 {service} \u0628\u0631\u0627\u06CC \u062A\u0631\u062C\u0645\u0647...","error.claude.403":"\u062F\u0633\u062A\u0631\u0633\u06CC \u0645\u0648\u0642\u062A\u0627 \u0628\u0647 \u0633\u0631\u0648\u06CC\u0633 \u0645\u0645\u06A9\u0646 \u0627\u0633\u062A \u0645\u062D\u062F\u0648\u062F \u0634\u062F\u0647 \u0628\u0627\u0634\u062F\u060C \u0627\u06CC\u0646 \u0645\u0645\u06A9\u0646 \u0627\u0633\u062A \u0628\u0647 \u0645\u062D\u062F\u0648\u062F\u06CC\u062A \u0645\u0646\u0637\u0642\u0647 \u0627\u06CC Claude \u0645\u0631\u062A\u0628\u0637 \u0628\u0627\u0634\u062F\u060C \u0634\u0645\u0627 \u0645\u06CC \u062A\u0648\u0627\u0646\u06CC\u062F \u0633\u0639\u06CC \u06A9\u0646\u06CC\u062F \u0622\u062F\u0631\u0633 IP \u062E\u0648\u062F \u0631\u0627 \u062A\u063A\u06CC\u06CC\u0631 \u062F\u0647\u06CC\u062F\u060C \u06CC\u0627 \u0627\u0632 \u0633\u0631\u0648\u06CC\u0633 \u0647\u0627\u06CC \u062A\u0631\u062C\u0645\u0647 \u062F\u06CC\u06AF\u0631 \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u06A9\u0646\u06CC\u062F.","browser.brandDescriptionForSafari":"\u3010\u062A\u0631\u062C\u0645\u0647 \u0641\u0631\u0648 \u0631\u0641\u062A\u0647\u3011 \u06CC\u06A9 \u0627\u0641\u0632\u0648\u0646\u0647 \u062A\u0631\u062C\u0645\u0647 \u0635\u0641\u062D\u0647 \u0648\u0628 \u062F\u0648\u0632\u0628\u0627\u0646\u0647 \u0631\u0627\u06CC\u06AF\u0627\u0646 (\u0645\u062A\u0646 \u0627\u0635\u0644\u06CC / \u062A\u0631\u062C\u0645\u0647) \u060C \u062F\u0631 \u0639\u06CC\u0646 \u062D\u0627\u0644 \u067E\u0634\u062A\u06CC\u0628\u0627\u0646\u06CC \u0627\u0632 \u062A\u0631\u062C\u0645\u0647 PDF \u0648 \u062A\u0631\u062C\u0645\u0647 \u06A9\u062A\u0627\u0628 \u0627\u0644\u06A9\u062A\u0631\u0648\u0646\u06CC\u06A9\u06CC EPUB \u0628\u0627 \u062D\u0641\u0638 \u0637\u0631\u062D \u0628\u0646\u062F\u06CC \u0627\u0635\u0644\u06CC \u0633\u0646\u062F \u060C \u062A\u0631\u062C\u0645\u0647 \u0632\u06CC\u0631\u0646\u0648\u06CC\u0633 \u062F\u0648\u0632\u0628\u0627\u0646\u0647 \u0648\u06CC\u062F\u0626\u0648\u06CC \u0622\u0646\u0644\u0627\u06CC\u0646 Youtube / Netflix \u060C \u067E\u0634\u062A\u06CC\u0628\u0627\u0646\u06CC \u0627\u0632 \u062E\u062F\u0645\u0627\u062A \u062A\u0631\u062C\u0645\u0647 \u0627\u0635\u0644\u06CC Deepl / Google\u061B","browser.PdfProFile":"\u062A\u0631\u062C\u0645\u0647 PDF Pro \u0645\u062D\u0631\u06A9 \u0647\u0648\u0634 \u0645\u0635\u0646\u0648\u0639\u06CC","browser.textTranslate":"\u062A\u0631\u062C\u0645\u0647 \u0645\u062A\u0646"};var Ls={nologin:"non connect\xE9",loginForSafari:"Se connecter ou s'inscrire",login:"Se connecter pour ouvrir une adh\xE9sion",manageAccount:"Comptes g\xE9r\xE9s",openPremium:"Adh\xE9sion ouverte",logout:"annuler",curentPlan:"Paquets actuels",endAt:"expiration",endAuto:"renouvellement automatique",lineBreakMaxTextCount:"Nombre maximal de caract\xE8res autoris\xE9s par phrase apr\xE8s les retours \xE0 la ligne","translate-pdf":"Cliquez pour traduire le PDF","noSupportTranslate-pdf":"Script non support\xE9, veuillez utiliser le plugin","translate-firefox-local-pdf":"Cliquez pour aller \xE0 Importer le PDF",enableLineBreak:"Activer le saut de ligne automatique pour les longs paragraphes",sponsorLabel:"1 $ D\xE9veloppeurs sponsoris\xE9s",help:"main",browserShortcutsNoteForFirefox:"Pour modifier les raccourcis dans Firefox, vous devez ouvrir la page de gestion des extensions `about:addons`, puis cliquer sur `Settings`, et enfin sur `Manage Shortcuts` pour d\xE9finir les raccourcis.",browserShortcutsNoteForChrome:'Pour modifier les raccourcis dans Chrome, vous devez ouvrir la page de gestion des extensions, les d\xE9finir dans le panneau "Gestion des raccourcis" (`chrome://extensions/shortcuts`), et cliquer sur le bouton ci-dessous pour acc\xE9der \xE0 la page de gestion des raccourcis.',browserShortcutsSucks:"Les raccourcis personnalis\xE9s sont format\xE9s comme suit (pas de reconnaissance automatique, veuillez entrer directement) :\uFF1A",enableLineBreakDescription:"Lorsque cette option est activ\xE9e, des sauts de ligne sont ins\xE9r\xE9s \xE0 la fin de chaque phrase dans les longs paragraphes afin d'en faciliter la lecture.","browser.shortBrandName":"Traduction en immersion","browser.brandName":"Traduction en immersion : pages Web et PDF bilingues","browser.brandDescription":"Bilingual web page translation, also supports PDF translation, bilingual Epub eBook translation, free to use.","browser.toggleTranslatePage":"Traduire la page/afficher le texte original","browser.toggleTranslateTheWholePage":"Traduire toutes les zones de la page/afficher le texte original","browser.toggleOnlyTransation":"Basculer en mode bilingue / mode traduction uniquement","browser.toggleTranslateToThePageEndImmediately":"Traduction imm\xE9diate en bas de page/affichage du texte original","browser.toggleTranslateTheMainPage":"Traduire la zone principale de la page/afficher le texte original","browser.shareToDraft":"Partager les pages bilingues","browser.openOptionsPage":"Ouvrir la page des param\xE8tres","browser.toggleTranslationMask":"Afficher/masquer l'effet de flou de translation","browser.translateLocalPdfFile":"Traduire des fichiers PDF locaux","browser.openEbookViewer":"Lire les livres \xE9lectroniques locaux","browser.openEbookBuilder":"Cr\xE9er des livres bilingues EPUB","browser.translateLocalHtmlFile":"Traduire des fichiers HTML/txt","browser.donateContext":"En savoir plus sur les avantages du parrainage","browser.translateLocalSubtitleFile":"Traduire les fichiers de sous-titres locaux",confirmResetConfig:"\xCAtes-vous s\xFBr de vouloir r\xE9initialiser les param\xE8tres ?",translationLineBreakSettingTitle:"R\xE9glage du saut de ligne de la traduction",smartLineBreak:"smart line feed (informatique)",alwaysLineBreak:"Toujours un saut de ligne",isShowContextMenu:"Ajouter des pages traduites aux \xE9l\xE9ments de menu \xE0 cliquer avec le bouton droit de la souris",toggleBeta:"Activation des fonctionnalit\xE9s de test b\xEAta",betaDescription:"Permet d'activer des fonctionnalit\xE9s encore exp\xE9rimentales, ainsi qu'un service de traduction en version b\xEAta. Rejoignez le <1>groupe Telegram pour en savoir plus.",translationLineBreakSettingDescription:"Les sauts de ligne sont toujours nets et ordonn\xE9s pour les pages \xE0 faible contenu. (Pour gagner de la place, utilisez des sauts de ligne intelligents dans les longs paragraphes \xE0 fort contenu (plus de{count}caract\xE8res)).",tempTranslateDomainTitle:"Dur\xE9e de l'activation temporaire de la traduction du site web",tempTranslateDomainDescription:"Lors de la traduction manuelle d'une page web, vous pouvez activer temporairement le site web pour la traduction automatique et vous pouvez d\xE9finir la dur\xE9e temporaire.",xMinutes:"{count} minutes",disabled:"interdire l'utilisation de qqch.",changelog:"Journal des mises \xE0 jour",toggleTranslatePageWhenThreeFingersOnTheScreen:"L'effleurement simultan\xE9 de l'\xE9cran par plusieurs doigts traduit les pages web/affiche le texte original",toggleTranslationMaskWhenThreeFingersOnTheScreen:"Le toucher \xE0 plusieurs doigts permet d'afficher/masquer l'effet de flou.",fingerCountToToggleTranslagePageOnlyTranslationWhenTouching:"Plusieurs doigts touchant l'\xE9cran en m\xEAme temps traduisent la page web (traduction uniquement)/affichent le texte original.",addUrlDescription:"Peut \xEAtre un nom de domaine et prend \xE9galement en charge les caract\xE8res g\xE9n\xE9riques, par exemple\uFF1A*.google.com, google.com/mail/*, https://www.google.com/*.",general:"Param\xE8tres de base",clickToExpandConfig:"\xC9tendre la configuration actuelle",import:"Importation d'un fichier",export:"Exporter vers un fichier",toggleDebug:"Imprimer le journal de d\xE9bogage sur la console","fingers.0":"coagulation","fingers.2":"touche \xE0 deux doigts","fingers.3":"touche \xE0 trois doigts","fingers.4":"touche \xE0 quatre doigts","fingers.5":"touche \xE0 cinq doigts",mouseHoldKey:"+ {key} traduire/restaurer le paragraphe",mouseHoldKeyAuto:"Traduction directe du paragraphe",mouseHoldKeyOff:"Ne faites rien.",mouseHoldKeyOther:"Raccourcis personnalis\xE9s (ouvrir les param\xE8tres)",mouseHoldKeyCustomKey:"{key} Traduction/r\xE9duction du paragraphe",mouseHoverHoldKey:"Traduire des paragraphes en appuyant sur la touche de raccourci tout en survolant la souris.","mouse-translate":"survol de la souris",document:"fichier (informatique)",resetSuccess:"R\xE9initialisation de tous les param\xE8tres r\xE9ussie",resetThisSuccess:"R\xE9initialisation r\xE9ussie",saved:"Sauvegarder le succ\xE8s",successImportConfig:"Importation r\xE9ussie de la configuration",goAdvancedSettings:"Acc\xE9der \xE0 la page des param\xE8tres avanc\xE9s",goAdvancedInterfaceSettings:"Acc\xE9der \xE0 la page Param\xE8tres de personnalisation avanc\xE9s",advanced:"Param\xE8tres avanc\xE9s",advancedDescription:"En g\xE9n\xE9ral, aucun r\xE9glage n'est n\xE9cessaire, il suffit de laisser la valeur par d\xE9faut. Pour les utilisateurs plus sp\xE9cialis\xE9s uniquement, des param\xE8tres plus personnalis\xE9s sont disponibles.",developer:"Param\xE8tres du d\xE9veloppeur",donateCafe:"prix","translate to the bottom of the page":"La traduction se fait-elle vers le bas de la page imm\xE9diatement apr\xE8s l'entr\xE9e dans la page ?",feedback:"Question Feedback",toggleTranslatePage:"Traduire la page/afficher le texte original",translateToThePageEndImmediatelyDescription:"Si vous l'activez, le contenu sera imm\xE9diatement traduit du haut vers le bas de la page au fur et \xE0 mesure que vous y acc\xE9dez. Si vous la d\xE9sactivez, la traduction se fait au fur et \xE0 mesure de la lecture. (Non recommand\xE9)","translate all areas of the page":"Traduire ou non toutes les zones de la page",translationAreaDescription:"Si cette option est activ\xE9e, toutes les zones de la page web sont traduites. Si l'option est d\xE9sactiv\xE9e, la reconnaissance intelligente par d\xE9faut est utilis\xE9e et seules les parties principales sont traduites. (Il n'est pas recommand\xE9 de l'activer)","the number of characters to be translated first":"Traduire directement les premiers caract\xE8res de la page sans attendre le d\xE9filement de la zone de visualisation","interface language":"langue de l'interface","display both the original text and the translation":"Affichage simultan\xE9 de l'original et de la traduction","keyboard shortcuts":"Raccourcis clavier",modify:"Modifier les touches de raccourci",reset:"reprovision",close:"coagulation",homepage:"page d'accueil",more:"plus",moreOptions:"\xC9largir les options de personnalisation",translateTheWholePage:"Traduire toutes les zones de la page (au lieu de reconna\xEEtre intelligemment les zones principales)",changeToTranslateTheWholePage:"Passer \xE0 la traduction de toutes les r\xE9gions",changeToTranslateTheMainPage:"Passer \xE0 la zone principale de traduction",changeToOnlyTranslationMode:"Afficher uniquement les traductions",changeToDualTranslationMode:"Passer \xE0 la traduction bilingue",translateToThePageEndImmediately:"Traduction imm\xE9diate en bas de page",translateTheMainPage:"R\xE9gions cl\xE9s de la traduction intelligente","The local rules are up to date":"Les r\xE8gles d'adaptation locales sont \xE0 jour.","Successfully synchronized with the latest official rules:":"Synchronisation r\xE9ussie avec les derni\xE8res r\xE8gles d'adaptation officielles.","Checking for updates":"V\xE9rification des mises \xE0 jour","Rules are being synchronized":"Synchronisation des r\xE8gles d'adaptation",localVersionIsTooOld:"La version de l'extension locale est trop ancienne, veuillez mettre \xE0 jour l'extension vers {minVersion} ou une version plus r\xE9cente avant d'essayer de synchroniser.",badUserscriptBrowser:"Le navigateur actuel n'impl\xE9mente pas correctement l'interface de l'extension Grease Monkey (par exemple, pour obtenir des informations sur le num\xE9ro de version du script Grease Monkey lui-m\xEAme), veuillez utiliser d'autres navigateurs qui <1>prennent en charge l'extension Grease Monkey, tels que Firefox.",foundNewVersion:"D\xE9couvrez la nouvelle version",theLocalExtensionIsUpToUpdate:"L'extension actuelle est \xE0 jour.",failToSyncRules:"Absence de synchronisation des derni\xE8res r\xE8gles d'adaptation",retry:"Cliquez ici pour r\xE9essayer",failedReason:"Raisons de l'\xE9chec",currentRuleVersion:"Version actuelle de la r\xE8gle",calculating:"Calculs",unknownError:"erreur inconnue",canNotFetchRemoteRule:"Impossible d'obtenir des r\xE8gles \xE0 distance",enableAlphaSuccess:"Alpha activ\xE9",disableAlphaSuccess:"La fonction Alpha a \xE9t\xE9 d\xE9sactiv\xE9e",cacheSize:"Taille du cache\uFF1A",cleaning:"en cours de liquidation",cleanCache:"effacer le cache",options:"mettre en place",about:"en ce qui concerne",service:"service d'interpr\xE9tation",needAction:"(Acc\xE9der aux param\xE8tres)",goSettings:"aller de l'avant et mettre en place",needActionForOptions:"(\xE0 mettre en place)",translationEngine:"Options du moteur",sourceLanguage:"Langue originale",target:"langue cible",popupSourceLanguage:"Langue originale",popupTarget:"langue cible",popupService:"service d'interpr\xE9tation",forThisSite:"Site web actuel",autoEnableSubtitle:"Ouverture automatique des sous-titres bilingues",alwaysTranslate:"Traduisez toujours",neverTranslate:"Ne jamais traduire",alwaysTranslateSomeLanguage:"Traduisez toujours {language}",neverTranslateSomeLanguage:"Ne jamais traduire {language}",alwaysTranslateSomeSite:"Traduisez toujours {hostname}",neverTranslateSomeSite:"Ne jamais traduire {hostname}",alwaysTranslateSomeSiteOrWildSite:"Toujours traduire le site",alwaysTranslateSomePage:"Toujours traduire la page",add:"augmenter",default:"par d\xE9faut (r\xE9glage)",forThisLanguage:"Pour cette langue\uFF1A","add url":"Saisir l'URL",edit:"compilateur","translate other languages into specific language":"Traduire d'autres langues dans la langue choisie","select translation service":"S\xE9lectionner un service de traduction",language:"multilinguisme","show-original":"Afficher le texte original",translate:"l'\xE9quarrissage",Translated:"traduit",Translating:"en traduction",Error:"incorrect",allowCacheTranslations:"Activer la mise en cache de la traduction locale (pour r\xE9duire les demandes de traduction pour les passages dupliqu\xE9s)","translation display":"Style d'affichage de la traduction","select diplay style":"Distinguer les styles de traduction, en se r\xE9f\xE9rant sp\xE9cifiquement aux exemples suivants",interface:"Param\xE8tres de l'interface",import_export:"Importation/Exportation",import_export_title:"Configuration de l'importation/exportation",syncToGoogleDrive:"Synchroniser avec Google Drive maintenant",floatBallOptions:"Param\xE8tres de l'hoverball","floatBallOptions.enable":"Activer le Hoverball","floatBallOptions.blockUrls":"D\xE9sactiver le site web","floatBallOptions.add":"augmenter","floatBallOptions.blockUrlDesc":"Les hoverballs ne sont pas affich\xE9s lorsque les sites web suivants sont rencontr\xE9s","floatBallOptions.clickType":"le comportement de clic","floatBallOptions.clickTypeDesc":"Comportement de l'ic\xF4ne Hoverball lorsqu'elle est cliqu\xE9e","floatBallOptions.clickPopup":"Afficher le panneau de traduction","floatBallOptions.clickTranslate":"Traduction/affichage du texte original","floatBallOptions.fixedPosition":"\u56FA\u5B9A\u4F4D\u7F6E","floatBallOptions.fixedPositionDesc":"\u60AC\u6D6E\u7403\u5728\u7A97\u53E3\u5DE6\u4FA7\u8FD8\u662F\u53F3\u4FA7","floatBallOptions.fixedPositionLeft":"\u5DE6\u4FA7","floatBallOptions.fixedPositionRight":"\u53F3\u4FA7",previewAllThemes:"Aper\xE7u de tous les styles","translationTheme.none":"ne pas avoir","translationTheme.grey":"gris fonc\xE9","translationTheme.dashed":"soulign\xE9 en pointill\xE9","translationTheme.dotted":"trait de soulignement en pointill\xE9","translationTheme.dashedBorder":"bordure en pointill\xE9s","translationTheme.solidBorder":"bordure solide","translationTheme.underline":"Souligner les lignes droites","translationTheme.mask":"Effets flous (modes d'apprentissage)","translationTheme.opacity":"effet de transparence","translationTheme.paper":"Effet d'ombre du papier blanc","translationTheme.dividingLine":"ligne de d\xE9marcation","translationTheme.highlight":"haute luminosit\xE9","translationTheme.marker":"marqueur (mot emprunt\xE9)","translationTheme.marker2":"Marqueur 2","translationTheme.blockquote":"Styles de r\xE9f\xE9rencement","translationTheme.weakening":"affaiblissement","translationTheme.italic":"caract\xE8re oblique","translationTheme.bold":"\xE9paissir","translationTheme.thinDashed":"ligne pointill\xE9e fine soulign\xE9e","translationTheme.nativeDashed":"Le syst\xE8me est soulign\xE9 en pointill\xE9","translationTheme.nativeDotted":"Le syst\xE8me est soulign\xE9 en pointill\xE9s","translationTheme.nativeUnderline":"Le syst\xE8me est assorti d'une ligne de d\xE9marcation droite","translationTheme.wavy":"ligne ondul\xE9e","translationServices.custom":"API personnalis\xE9e","translationServices.tencent":"Tencent Translator","translationServices.tenAlpha":"Tencent Translator (Alpha)","translationServices.google":"Google Translate","translationServices.bai":"Baidu (Alpha)","translationServices.baidu":"Traduction de Baidu","translationServices.aliyun":"AliCloud Traduction","translationServices.volc":"traduction du volcan","translationServices.deeplx":"DeepLX (Beta)","translationServices.bing":"Microsoft Translate","translationServices.deepl":"DeepL","translationServices.wechat":"Traduction WeChat","translationServices.azure":"Azure Translation","translationServices.ibm":"IBM Watson","translationServices.aws":"Traduction sur Amazon","translationServices.mock":"Traduction simul\xE9e","translationServices.mock2":"Traduction simul\xE9e 2","translationServices.caiyun":"lit. nuages color\xE9s et petites traductions","translationServices.cai":"Nuages color\xE9s (Alpha)","translationServices.volcAlpha":"Volcan (Alpha)","translationServices.openl":"OpenL","translationServices.youdao":"Traduction sur Youtube","translationServices.you":"Traducteur Youdao (Alpha)","translationServices.transmart":"Traduction interactive de Tencent","translationServices.niu":"Traducteur franc-tireur","translationServices.papago":"Traduction Papago","translationServices.d":"D (Alpha)","translationServices.dpro":"D Pro (Canari)","translationServices.openai":"OpenAI","translationServices.yandex":"Yandex","translationServices.chatgpt":"ChatGPT Web(3.5 mobile)","translate title":"Traduire les titres des pages","always languages":"Toujours traduire la langue",neverTranslateLanguagesLabel:"La langue qui ne sera jamais traduite",neverTranslateTheFollowingLanguagesDescription:"Les traductions sont ignor\xE9es lorsqu'un paragraphe de la page est r\xE9dig\xE9 dans l'une des langues suivantes",enableUserscriptPagePopup:"Afficher le hoverball sur la page",enableUserscriptPagePopupDescription:"Apr\xE8s avoir d\xE9sactiv\xE9 le hoverball, vous pouvez le rappeler \xE0 l'aide du raccourci /{touch}. Il est fortement recommand\xE9 de marquer cette page de param\xE8tres d'un signet afin d'\xE9viter de ne pas pouvoir retrouver le hoverball apr\xE8s avoir d\xE9sactiv\xE9 cette option par inadvertance !","always translate the following languages":"Traduit automatiquement dans la langue cible lorsque la page est dans l'une des langues suivantes","always sites":"Des sites web toujours traduits","always translate the following sites":"Les sites web sont automatiquement traduits dans la langue cible lorsqu'il s'agit de noms de domaine de","never sites":"Site web jamais traduit","never translate the following sites":"Les traductions ne seront pas effectu\xE9es si le site est destin\xE9 aux domaines suivants","please refer to":"Vous devez remplir la cl\xE9 avant de pouvoir l'utiliser.",KeyAndConfigurationTutorial:"Tutoriel d'application et de configuration des cl\xE9s",useAboveStyleForTheseSites:"Utilisez toujours le style de traduction \u2308{theme}\u230B lorsque le site est destin\xE9 aux domaines suivants",currentUrl:"URL actuel",confirm:"enregistrer (un fichier, etc.) (informatique)",cancel:"annulations",delete:"l'enl\xE8vement","languages.auto":"d\xE9tection automatique",syncToCloud:"Synchronisation avec Google Drive",syncToCloudDescription:"T\xE9l\xE9charg\xE9e dans le nuage, la configuration peut \xEAtre synchronis\xE9e entre diff\xE9rents navigateurs/scripts de singe de graisse, en fonction de la derni\xE8re modification.",syncToAccount:"Synchronisation avec l'Immersive Translation Cloud",syncToAccountButton:"Synchronisation instantan\xE9e avec le nuage",syncToAccountDescription:"Synchroniser automatiquement les configurations entre diff\xE9rents appareils, en fonction de la derni\xE8re modification.",successSyncConfigInAccount:"Synchronisation r\xE9ussie avec le nuage",successSyncConfigToAccount:"Synchronisation r\xE9ussie vers le nuage",syncConfigNoUpdate:"Il est d\xE9j\xE0 \xE0 jour.",authFail:"\xC9chec de l'autorisation",syncTitle:"Gestion manuelle des sauvegardes",import_hint:"importation (donn\xE9es)",upload:"t\xE9l\xE9charger",revokeAuth:"r\xE9voquer une autorisation",uploadFail:"\xC9chec du t\xE9l\xE9chargement",download:"t\xE9l\xE9chargement",importSuccess:"Importation r\xE9ussie",importFail:"\xE9chec de l'importation",deleteFail:"\xC9chec de la suppression",backupToCloud:"Gestion manuelle des fichiers de sauvegarde",create_new_backup:"Ajouter un nouveau n\u0153ud de sauvegarde",maxBackupFiles:"Jusqu'\xE0{count}n\u0153uds diff\xE9rents peuvent \xEAtre sauvegard\xE9s, veuillez supprimer les n\u0153uds dont vous n'avez pas besoin.",backupToCloudDescription:"T\xE9l\xE9charger ou restaurer manuellement les fichiers de sauvegarde, en autorisant jusqu'\xE0 trois sauvegardes diff\xE9rentes.",successSyncConfig:"Synchronisation r\xE9ussie avec le nuage",syncFail:"\xE9chec de la synchronisation",updatedAt:"Mise \xE0 jour de {date}",lastSyncedAt:"Derni\xE8re v\xE9rification \xE0 l'adresse {date}",downloadFail:"\xC9chec du t\xE9l\xE9chargement",clickToDownload:"Cliquer pour t\xE9l\xE9charger",aboutLabel:"\xC0 propos - Feedback","browser.openAboutPage":"\xC0 propos/commentaires",aboutLabelWithoutSponsor:"\xC0 propos - Feedback",aboutIntro:"Puissions-nous tous avoir un acc\xE8s plus facile et plus agr\xE9able \xE0 l'\xE9norme quantit\xE9 d'informations en langues \xE9trang\xE8res sur Internet \u2764\uFE0F Vous pouvez choisir d'activer votre <6>adh\xE9sion Pro pour utiliser les traductions pr\xEAtes \xE0 l'emploi de DeepL et OpenAI.

Vous pouvez nous suivre sur <3>Twitter, <4>Telegram, Weibo, WeChat, ou vous <5>inscrire \xE0 notre liste de <5>diffusion ci-dessous pour suivre les mises \xE0 jour.
Les <7>membres Pro peuvent nous contacter \xE0 l'adresse <8>support@immersivetranslate.com pour un service client\xE8le rapide.",aboutIntroWithoutSponsor:"Puissions-nous tous avoir un acc\xE8s plus facile et plus agr\xE9able \xE0 l'\xE9norme quantit\xE9 d'informations en langues \xE9trang\xE8res disponibles sur Internet \u2764\uFE0F

Vous pouvez nous suivre sur <3>Twitter, <4>Telegram channel, WeChat, WeChat Exchange, ou vous <5>abonner aux mises \xE0 jour par <5>courriel ci-dessous.",projectHomepage:"Accueil du projet",joinTelegramGroup:"Rejoignez le groupe d'utilisateurs pour participer aux discussions sur les fonctionnalit\xE9s",wechatPublicAccount:"WeChat Public",wechatCommunities:"Groupe d'\xE9change WeChat",qqCommunities:"Canal de communication QQ",joinTelegramChannel:"Suivez le canal Telegram pour les derni\xE8res mises \xE0 jour",feedbackAndJoin:"Question Feedback / Ajouter un groupe",autoSync:"synchronisation automatique de l'heure",loadingThemeTitle:"Style de chargement",loadingThemeDescription:"D\xE9finition du style lors de l'attente du chargement de la traduction","loadingTheme.spinner":"Animation de la rotation","loadingTheme.text":"texte statique qqch. ","loadingTheme.none":"non illustr\xE9",developerDescription:"La documentation sur la personnalisation avanc\xE9e est disponible <1>ici","edit border color":"Modifier la couleur de la bordure",successSyncButNoChange:"La configuration actuelle est compatible avec le nuage",customTheme:"Couleurs et tailles personnalis\xE9es","customThemeLabel.borderColor":"Couleur de la bordure","customThemeLabel.borderRadius":"Bords arrondis","customThemeLabel.textColor":"couleur du texte","customThemeLabel.backgroundColor":"couleur de fond","customThemeLabel.zoom":"Mise \xE0 l'\xE9chelle des polices (%)","customThemeLabel.opacity":"Opacit\xE9 du texte (%)",resetToDefaultColor:"R\xE9tablir les couleurs par d\xE9faut",resetToDefaultSettings:"R\xE9tablir les param\xE8tres par d\xE9faut",isTranslateTitle:"Permettre la traduction des titres de pages",isTranslateTitleDescription:"Lorsque cette option est activ\xE9e, le titre de la page est traduit.",enableSearchEnhancement:"Permettre l'enrichissement des messages bilingues",enableSearchEnhancementDescription:`Une fois l'option activ\xE9e, les r\xE9sultats de recherche de "Google News" seront automatiquement affich\xE9s dans la colonne de droite des sites web pris en charge (Google News, Google Search (certains mots-cl\xE9s), Snowball, Oriental Fortune, Futura, Tiger Community) pour les mots-cl\xE9s anglais correspondants.`,verifyService:"Cliquez ici pour tester le service",verified:"V\xE9rifier le succ\xE8s","field.langs":"Codes des langues prises en charge","field.model":"mod\xE9lisation","field.translationEngine":"moteur de traduction","field.limitPerMinute":"Nombre maximum de demandes par minute","field.limitPerSecond":"Demandes maximales par seconde","field.maxTextLengthPerRequest":"Longueur maximale du texte par demande","field.maxTextGroupLengthPerRequest":"Nombre maximum de paragraphes par demande","field.apiUrl":"Adresse de l'interface API personnalis\xE9e","field.placeholderDelimiters":"espace r\xE9serv\xE9","description.custom":"Acc\xE8s \xE0 l'interface personnalis\xE9e Documentation requise","description.limitPerMinute":"Les demandes d\xE9passant cette limite sont plac\xE9es dans une file d'attente jusqu'au d\xE9but de la minute suivante. En raison des diverses limitations du service actuel d'OpenAI, veuillez cliquer <1>ici pour obtenir les derni\xE8res valeurs sugg\xE9r\xE9es.","description.limitPerSecond":"Les demandes d\xE9passant cette limite sont plac\xE9es dans une file d'attente jusqu'au d\xE9but de la seconde suivante. En raison des diverses limitations du service actuel d'OpenAI, veuillez cliquer <1>ici pour obtenir les derni\xE8res valeurs sugg\xE9r\xE9es.","description.generalLimitPerSecond":"Les demandes d\xE9passant cette limite sont plac\xE9es dans une file d'attente jusqu'au d\xE9but de la seconde suivante.","description.prompt":"Envoyer la conversation \xE0 {service} en tant qu'utilisateur, o\xF9 {{text}} repr\xE9sente le contenu du texte du paragraphe, {{from}} repr\xE9sente la langue du paragraphe et {{to}} repr\xE9sente la langue cible.","description.maxTextLengthPerRequest":"Le nombre maximum de caract\xE8res par requ\xEAte est trop important pour que l'interface r\xE9ponde lentement, essayez donc d'ajuster cette option pour optimiser la vitesse.","description.systemPrompt":"Envoyer une conversation au {service} en tant que syst\xE8me, o\xF9 {{text}} repr\xE9sente le contenu du texte du paragraphe, {{from}} repr\xE9sente la langue du paragraphe et {{to}} repr\xE9sente la langue cible.","field.domain":"royaume","description.domain":"La valeur par d\xE9faut est\uFF1Ageneral. Elle ne peut \xEAtre d\xE9finie que si la traduction par domaine est activ\xE9e dans la console Arima API, voir <1>ici pour les domaines pris en charge.","field.scene":"prendre","description.scene":"La valeur par d\xE9faut est\uFF1Ageneral. Elle ne peut \xEAtre d\xE9finie que si la console AliCloud API ouvre Machine Translation Pro, voir <1>ici pour les sc\xE9narios pris en charge.","field.vocabId":"ID du dictionnaire de l'utilisateur","description.vocabId":"Le dictionnaire out_id sp\xE9cifi\xE9 prend actuellement en charge la traduction de l'anglais vers le chinois.","description.model":"Mod\xE8les OpenAI, peuvent \xEAtre gpt-3.5-turbo, gpt-4, etc.","description.maxTextGroupLengthPerRequest":"Le nombre de paragraphes envoy\xE9s au service de traduction \xE0 la fois. S'il y a trop de paragraphes, l'interface peut r\xE9pondre plus lentement.","description.apiUrl":"Veuillez ajouter des URL sp\xE9cifiques avec des chemins d'acc\xE8s et une <1>description plus d\xE9taill\xE9e.",enabledExtension:"Activation des extensions",clickToDisableExtension:"Cliquez pour d\xE9sactiver les extensions",clickToEnableExtension:"Cliquez pour activer les extensions",hasBeenDisabled:"handicap\xE9","show password":"Afficher le mot de passe",customContent:"Saisir un nom de mod\xE8le personnalis\xE9",inputOptions:"Am\xE9lioration de la bo\xEEte de saisie",mouseHoverOptions:"survol de la souris",modifyMouseHoverKey:"Modifier le raccourci au survol de la souris",enableInputTranslation:"Activation ou non de l'am\xE9lioration des bo\xEEtes de saisie",enableInputTranslationDescription:"Une fois la fonction activ\xE9e, tapez {startingKey}{startingKey} hello directement dans le champ de saisie, puis tapez rapidement{inputTrailingTriggerKeyRepeatTimes}puis{trailingKey}pour traduire en {inputTargetLanguage}.",enableInputTranslationDescriptionForNoneKey:"Une fois la fonction activ\xE9e, tapez\uFF1AHello World directement dans le champ de saisie, puis appuyez rapidement sur{inputTrailingTriggerKeyRepeatTimes}{trailingKey}fois pour traduire dans la langue cible par d\xE9faut.",inputTargetLanguage:"D\xE9finition de la langue cible par d\xE9faut pour les bo\xEEtes de saisie",inputTargetLanguageDescription:"Langue cible par d\xE9faut pour la traduction de la bo\xEEte de saisie, c'est-\xE0-dire {startingKey}{startingKey} comme langue par d\xE9faut pour les mots d\xE9clencheurs.",inputTargetLanguageDescriptionForNoneKey:"Langue cible par d\xE9faut pour la traduction de la bo\xEEte de saisie",inputStartingTriggerKeyTitle:"D\xE9finition du caract\xE8re de s\xE9paration pour la traduction partielle de la zone de saisie",inputStartingTriggerKeyDescription:"Lorsque vous n'avez pas besoin de traduire l'int\xE9gralit\xE9 du champ de saisie, le s\xE9parateur vous permet de ne traduire que la partie allant de {startingKey}{startingKey} \xE0 la fin du champ de saisie, ou vous pouvez sp\xE9cifier le code de la langue, par exemple\uFF1A{startingKey}ja signifie ne traduire que la partie allant de {startingKey}ja \xE0 la fin du champ de saisie.",inputStartingTriggerKeyDescriptionForNoneKey:"Le param\xE8tre actuel d'absence de pr\xE9fixe n'est pas n\xE9cessaire et la fonction de traduction de certains textes dans la bo\xEEte de saisie n'est pas disponible pour le moment.",inputTrailingTriggerKeyTitle:"S\xE9lectionner un caract\xE8re d\xE9clencheur de fin d'entr\xE9e",inputTrailingTriggerKeyDescription:"3 coups rapides{trailingKey} commencera \xE0 traduire !",inputTrailingTriggerKeyTimeout:"Entrez le temps entre les d\xE9clenchements de fin de combat",inputTrailingTriggerKeyTimeoutDescription:"D\xE9finit le temps (en millisecondes) entre les d\xE9clenchements combo de fin d'entr\xE9e.",spaceKey:"<\u7A7A\u683C\u952E>",noneKey:"Traduction directe de l'ensemble de la zone de texte sans pr\xE9fixe",inputTranslationBlockUrlsTitle:"N'activez pas l'am\xE9lioration des bo\xEEtes de saisie dans les URL suivantes",inputTranslationBlockUrlsDescription:"Les am\xE9liorations apport\xE9es aux bo\xEEtes de saisie ne fonctionneront pas aux URL suivants",clickToSeeQuickDemo:"Cliquez pour agrandir la vid\xE9o du tutoriel de 30 secondes",inputHelperInfo:"Description\uFF1ANous avons optimis\xE9 le fait que certains caract\xE8res d\xE9clencheurs se transforment en signes de ponctuation chinois sous les m\xE9thodes d'entr\xE9e chinoises, par exemple, / se transforme en signe dun , sous la m\xE9thode d'entr\xE9e Sogou, et Immersive Translator prend en charge tous les symboles chinois correspondant aux caract\xE8res d\xE9clencheurs, c.-\xE0-d. //,,, seront reconnus comme des caract\xE8res d\xE9clencheurs.

Nous prenons \xE9galement en charge les alias chinois pour les codes de langue en tant que commandes, par exemple /Japanese Hello World sera traduit en japonais, <1>cliquez ici pour voir tous les codes de langue pris en charge.",reloadCurrentPage:"Veuillez rafra\xEEchir la page actuelle avant de commencer la traduction.",noLocalFilePermissionForPDF:"Vous n'avez pas l'autorisation de lire les fichiers locaux, veuillez cliquer sur le bouton ci-dessus et importer les fichiers locaux.",noPermissionForThisPage:"\u26A0\uFE0F Pas d'autorisation de traduire la page actuelle",retryAllParagraphs:"R\xE9essayer tous les passages d'erreur",retryAllButton:"R\xE9essayer tous les passages d'erreur",errorTooltipTitle:"Cliquez pour voir la cause de l'erreur",errorModalTitle:"Il semble qu'il y ait un probl\xE8me avec le service de traduction ou le r\xE9seau...",disableConfirm:"Cadre d'am\xE9lioration de l'information bilingue",disableOnce:"Cette invalidit\xE9",disableGlobal:"d\xE9sactiver de fa\xE7on permanente",disableTint:"* Vous pouvez le r\xE9activer \xE0 l'adresse {option} .",searchEnhancementNotes:"Apr\xE8s avoir activ\xE9 la fonction d'am\xE9lioration de l'information bilingue de la traduction immersive, nous rechercherons automatiquement pour vous les m\xEAmes mots-cl\xE9s en anglais sur les sites web pris en charge (Google News, Google Search (certains mots-cl\xE9s), Snowball, Oriental Wealth, Futura, Tiger) et les afficherons sur le c\xF4t\xE9 droit. Vous pouvez choisir de d\xE9sactiver cette fonction si vous n'en avez pas besoin.",option:"mettre en place",saveSettings:"Sauvegarder les param\xE8tres",closeModal:"Fermer la fen\xEAtre",enableInputTranslationWithoutTriggerKeyTitle:"Activer 3 quick hits sur{trailingKey}pour traduire directement l'ensemble de la bo\xEEte de saisie en{inputTargetLanguage}",enableInputTranslationWithoutTriggerKeyDescription:"Pour sp\xE9cifier la langue cible, pr\xE9fixez-la avec le code de la langue, par exemple\uFF1Aja Hello World",mouseHoverShortcutPlaceholder:"par exemple :\uFF1AShift",deepLProName:"Immersive Translation Membre Pro (Recommand\xE9)",deepLProDescription:"Le paquet actuel peut \xEAtre utilis\xE9 directement",deeplProDescriptionForNormal:"Aucune installation n'est requise, les membres peuvent l'utiliser apr\xE8s s'\xEAtre connect\xE9s, <1>cliquez ici pour passer au statut de membre",deepLCustomDescription:"Carte de cr\xE9dit \xE9trang\xE8re requise, ouverture officielle sur <1>DeepL, cliquez pour la <2>documentation",deepLCustomName:"Cl\xE9 d'authentification personnalis\xE9e",chooseProviderLabel:"S\xE9lectionner un prestataire de services",openaiProName:"Immersive Translation Membre Pro (Recommand\xE9)",openaiProDescription:"Le paquet actuel peut \xEAtre utilis\xE9 directement",openaiProDescriptionForNormal:"Aucune installation n'est requise, les membres peuvent l'utiliser apr\xE8s s'\xEAtre connect\xE9s, <1>cliquez ici pour passer au statut de membre",openaiCustomDescription:"Disponible sur OpenAI, Azure OpenAI, ou d'autres services tiers, <1>cliquez ici pour la documentation.",openaiCustomName:"Cl\xE9 API personnalis\xE9e",needLoginAction:"(Adh\xE9sion ouverte ou personnalisation)",goLoginOrAction:"(Ouvrir une adh\xE9sion ou aller dans les param\xE8tres)",yearly:"effectuer un paiement annuel cons\xE9cutif",quarterly:"l'emballage s\xE9quentiel",monthly:"abonnement mensuel",yearlyForOnce:"Forfait annuel unique",monthlyForOnce:"Forfait mensuel unique",daily:"jours cons\xE9cutifs de paquet",year:"effectuer un paiement annuel cons\xE9cutif",quarter:"l'emballage s\xE9quentiel",month:"abonnement mensuel",day:"jours cons\xE9cutifs de paquet",onetime_7day:"Pack exp\xE9rience 7 jours",currentPlanDescriptionForFree:"Paquets actuels\uFF1AGratuit",currentPlanDescriptionForContinuous:"L'offre actuelle\uFF1A{plan}sera automatiquement renouvel\xE9e sur {endAt}",currentPlanDescriptionForAutoRenewCaceling:"L'offre actuelle\uFF1A{plan}expirera \xE0 la date {endAt} et ne sera pas renouvel\xE9e automatiquement \xE0 cette date.",currentYearlyPlanDescriptionForAutoRenewCacelingWithRealPaiedUser:"L'offre actuelle,\uFF1A{plan}, expirera le {endAt} et ne sera pas renouvel\xE9e automatiquement \xE0 l'expiration.
<1>Cliquez ici pour g\xE9rer votre plan de renouvellement",currentYearlyPlanDescriptionForAutoRenewCacelingWithAdmin:"L'offre actuelle,\uFF1A{plan}, expirera \xE0 {endAt} et ne sera pas renouvel\xE9e automatiquement \xE0 l'\xE9ch\xE9ance.
<1>Cliquez ici pour activer l'abonnement annuel continu",currentPlanDescriptionForOneTime:"L'abonnement actuel\uFF1A{plan}expirera sur {endAt} , <1>cliquez ici pour passer \xE0 un abonnement <1>annuel ou <2>mensuel.",upgradePlan:"Cliquez ici pour passer \xE0 l'adh\xE9sion Pro",upgradeToPro:"Passer \xE0 l'adh\xE9sion Pro","popup.openPro":"Passez \xE0 l'adh\xE9sion Pro pour profiter de DeepL et de la traduction OpenAI, cliquez ici pour passer \xE0 l'adh\xE9sion Pro.","popup.openProForPro":"Vous \xEAtes un membre Pro avec un acc\xE8s direct \xE0 DeepL et aux traductions OpenAI !",currentAccount:"compte courant",enableAutoSyncUserSettings:"Permettre la synchronisation automatique du nuage sur plusieurs appareils",modalEnableInputTranslationTitle:"Traduction immersive Bo\xEEte de saisie Alertes de traduction",modalEnableInputTranslationDesc:"Vous venez de d\xE9clencher la traduction de la bo\xEEte de saisie d'Immersive Translation en appuyant sur la barre d'espacement 3 fois en succession rapide, et le contenu de la bo\xEEte de saisie sera traduit dans la langue cible par d\xE9faut. La traduction peut \xEAtre annul\xE9e avec Ctrl+Z.

Si c'est une erreur, ne vous inqui\xE9tez pas, vous pouvez choisir de la d\xE9sactiver cette fois-ci, ou de d\xE9sactiver d\xE9finitivement la traduction de la zone de saisie.",saveAndNotShowAgain:"Sauvegarder et arr\xEAter le message",disableInputTranslationTips:"* Vous pouvez \xE9galement d\xE9finir d'autres raccourcis pour qu'ils se d\xE9clenchent dans {option} ,{learnMore}.",learnMore:"Cliquez ici pour en savoir plus",continueEnalbeInputTranslation:"Continuer \xE0 activer la traduction des champs de saisie",autoRenewTrialSuffix:`(Dans la version d'essai,passe imm\xE9diatement \xE0 l'adh\xE9sion compl\xE8te)`,upgradeFromTrialTitle:"Passer au statut de membre \xE0 part enti\xE8re",subtitle:"sous-titrage vid\xE9o",youtubeService:"Traduction en immersion Sous-titrage vid\xE9o Services de traduction","subtitle.disabledSubtitle":"D\xE9sactiver d\xE9finitivement la fonction de sous-titres vid\xE9o","subtitle.disabledSubtitleDescription":"Si Immersive Translator's Video Subtitles entre en conflit avec d'autres extensions, vous pouvez choisir de d\xE9sactiver d\xE9finitivement la fonctionnalit\xE9 d'Immersive Translator's Video Subtitles ou de d\xE9sinstaller les autres extensions en conflit.","subtitle.autoEnableSubtitle":"Utilisation automatique de sous-titres bilingues","subtitle.autoEnableSubtitleDescription":"Une fois activ\xE9, des sous-titres bilingues s'afficheront automatiquement lorsque la vid\xE9o est en cours de lecture, sinon, il faut cliquer sur le bouton de traduction pour les afficher.","subtitle.preTranslation":"Traduire des sous-titres \xE0 l'aide de la traduction immersive","subtitle.preTranslationDescription":"Lorsque cette option est activ\xE9e, l'int\xE9gralit\xE9 des sous-titres sera pr\xE9-traduite \xE0 l'aide du service de traduction sp\xE9cifi\xE9 ci-dessous. Une vid\xE9o d'une heure consommera environ 50 000 tokens ou caract\xE8res, donc \xE0 utiliser \xE0 votre propre discr\xE9tion ; lorsqu'elle est d\xE9sactiv\xE9e, les sous-titres originaux seront utilis\xE9s en premier.","subtitle.humanSubtitlesPreferred":"Utilisation prioritaire du sous-titrage humain","subtitle.humanSubtitlesPreferredDescription":"Privil\xE9gier l'utilisation de sous-titres humains lorsque la vid\xE9o dispose de sous-titres humains dans la langue cible (recommand\xE9).",videoSubtitleTranslationDescription:"Confier les sous-titres vid\xE9o \xE0 un service de traduction distinct",subtitleTranslating:"Veuillez patienter pendant que les sous-titres sont traduits \xE0 l'aide du service {service} ... (traduction en immersion)",subtitleLoading:"Chargement des sous-titres...",bilingual:"bilinguisme","field.action":"Activation ou non de la terminologie Baidu","description.action":"Lorsqu'il est activ\xE9, un param\xE8tre action=1 est ajout\xE9 \xE0 la demande pour informer Baidu de l'activation du terme. <1>Veuillez vous r\xE9f\xE9rer \xE0 la documentation officielle pour plus d'informations.",closeQuickTranslation:"Fermer Hoverball","closeQuickTranslation.untilNext":"Cette fois-ci ferm\xE9 jusqu'\xE0 la prochaine visite","closeQuickTranslation.currentWebsite":"Site actuel d\xE9sactiv\xE9","closeQuickTranslation.alwaysClose":"d\xE9sactiver de fa\xE7on permanente","closeQuickTranslation.settingOpen":"(peut \xEAtre activ\xE9e dans la <1>page des param\xE8tres )","closeQuickTranslation.cancel":"annulations","closeQuickTranslation.confirm":"d\xE9finir","floatBall.popup":"Ouvrir le panneau des r\xE9glages rapides","floatBall.translate":"Cliquez pour traduire la page","floatBall.showOriginal":"Cliquez pour revenir \xE0 l'article original","floatBall.close":"Fermer Hoverball","floatBallOptions.enableDescPc":"Apr\xE8s avoir activ\xE9 le hoverball de la page, un bouton de traduction rapide sera affich\xE9 sur le c\xF4t\xE9 droit de la page, cliquez dessus pour traduire !","floatBallOptions.enableDesc":"Apr\xE8s avoir d\xE9sactiv\xE9 le hoverball, il peut \xEAtre rappel\xE9 \xE0 l'aide de{touch}. Il est fortement recommand\xE9 de marquer cette page de param\xE8tres d'un signet afin d'\xE9viter de ne pas pouvoir retrouver le hoverball apr\xE8s avoir d\xE9sactiv\xE9 cette option par inadvertance !","description.azureApiUrl":"Remplir l'adresse de l'interface API personnalis\xE9e",confirmSupportMouse:"Forcer l'activation de la prise en charge de la souris",confirmSupportMouseDescription:"Le navigateur actuel ne prend pas en charge la fonction de la souris. Est-il oblig\xE9 d'activer la prise en charge de la souris ?",sampleTargetText:"La longue nuit viendra, et je veillerai \xE0 partir de ce jour jusqu'\xE0 ma mort. Je ne prendrai pas de femme, je ne ferai pas de fief, je n'aurai pas d'enfant. Je ne porterai pas de couronne, je ne rechercherai pas les honneurs. Je ferai mon devoir, je vivrai et je mourrai.",sampleSourceText:"Night gathers, and now my watch begins. It shall not end until my death. I shall take no wife, hold no lands, father no children. I shall wear no crowns and win no glory. I shall live and die at my post.","subtitle.supportedSites":"\u5DF2\u652F\u6301\u5728\u8FD9\u4E9B\u7F51\u7AD9\u4F7F\u7528\u53CC\u8BED\u5B57\u5E55\uFF08\u6CE8\u610F\uFF1A\u7531\u4E8E\u6280\u672F\u9650\u5236\uFF0C\u90E8\u5206\u7F51\u7AD9\u5728\u9996\u6B21\u5F00\u542F\u5B57\u5E55\u540E\u9700\u8981\u91CD\u65B0\u5237\u65B0\u9875\u9762\uFF0C\u6216\u8005\u9700\u7B49\u5F85\u7FFB\u8BD1\u5B8C\u6210\u4EE5\u663E\u793A\u53CC\u8BED\u5B57\u5E55\uFF09\uFF1A",viewWithImmersiveTranslate:"\u53CC\u8BED\u7248\u672C(\u6C89\u6D78\u5F0F\u7FFB\u8BD1)",errorReason:"\u9519\u8BEF\u539F\u56E0\uFF1A{message}","proQuotaExceededError.onetime7day":'\uFF0C\u60A8\u53EF\u4EE5\u9009\u62E9\u4EE5\u4E0B\u65B9\u5F0F\u89E3\u51B3\uFF1A

1. \u5207\u6362\u5230 {anotherService} \u6216\u5176\u4ED6\u7FFB\u8BD1\u670D\u52A1
2. \u5347\u7EA7\u4E3A\u6708\u5EA6/\u5E74\u5EA6\u4F1A\u5458',"proQuotaExceededError.trial":'\uFF0C\u60A8\u53EF\u4EE5\u9009\u62E9\u4EE5\u4E0B\u65B9\u5F0F\u89E3\u51B3\uFF1A

1. \u5207\u6362\u5230 {anotherService} \u6216\u5176\u4ED6\u7FFB\u8BD1\u670D\u52A1
2. \u7ACB\u523B\u5347\u7EA7\u4E3A\u6B63\u5F0F\u4F1A\u5458',"proQuotaExceededError.nonTrial":'\uFF0C\u60A8\u53EF\u4EE5\u9009\u62E9\u4EE5\u4E0B\u65B9\u5F0F\u89E3\u51B3\uFF1A

1. \u5207\u6362\u5230 {anotherService} \u6216\u5176\u4ED6\u7FFB\u8BD1\u670D\u52A1
2. \u8D2D\u4E70 {translationService} \u989D\u5916\u6D41\u91CF\u5305',"proQuotaExceededError.resetTime":"
3. \u989D\u5EA6\u91CD\u7F6E\u65F6\u95F4\uFF1A{resetTime}","desc.touchShortcutsToggleTranslatePageOnlyTranslation":"Seulement la traduction signifie que seule la traduction est affich\xE9e, si la page n'a pas encore \xE9t\xE9 traduite, elle passera en mode et sera traduite.","desc.toggleOnlyTransation":"Le mode de traduction uniquement signifie que seules les traductions sont affich\xE9es, si la page Web n'a pas encore \xE9t\xE9 traduite, le mode sera chang\xE9 et traduit.",touchShortcutsToggleTranslatePageOnlyTranslation:"Configurer les gestes tactiles pour passer en mode bilingue / mode texte uniquement",download_started:"Le t\xE9l\xE9chargement a d\xE9j\xE0 commenc\xE9, si le t\xE9l\xE9chargement ne commence pas automatiquement, veuillez cliquer manuellement.",here:"ici","error.goReset":"R\xE9initialiser",translationFont:"D\xE9finir la police","error.serveConfigError":"Erreur de configuration du service",detectServiceLoading:"En train de v\xE9rifier les services de traduction disponibles...","translationModeUrl.translation.title":"L'adresse du site en mode traduction uniquement","translationServices.inherit":"Suivez le service de traduction principal","translationModeLang.translation.title":"Mode de langue uniquement en traduction","error.configError":"Les donn\xE9es de configuration sont anormales","translationFont.customPlaceholder":"police de caract\xE8res","touch.mouse-translate":"Traduire le paragraphe sp\xE9cifi\xE9",toggleToService:"Passez \xE0 {service} et r\xE9essayez","translationFont.custom":"Entrez une police personnalis\xE9e",batchEdit:"Op\xE9ration en masse","error.proUpgrade":"Apr\xE8s la mise \xE0 niveau, veuillez rafra\xEEchir la page et traduire \xE0 nouveau.","error.502":"Le service renvoie une erreur, le service est en retard, veuillez r\xE9essayer plus tard.","error.403":"Le service renvoie une erreur, vous n'avez pas temporairement le droit d'acc\xE9der \xE0 ce service.","error.googleLimitIp":"Le service renvoie une erreur, le service Google a limit\xE9 le d\xE9bit pour cette adresse IP, il est recommand\xE9 de changer de n\u0153ud r\xE9seau.",videoSubtitlePreTranslationOff:"Les sous-titres vid\xE9o utiliseront en priorit\xE9 les sous-titres automatiques fournis avec la vid\xE9o originale.","translationFont.notSupportErrorMessage":"Veuillez v\xE9rifier si le nom de la police que vous avez entr\xE9 est correct, ou confirmer que cette police est d\xE9j\xE0 install\xE9e sur votre appareil.","error.proTokenInvalid":"Si vous \xEAtes un utilisateur Pro, veuillez vous connecter avant d'utiliser le service de traduction Pro.",videoSubtitlePreTranslationOn:"Les sous-titres vid\xE9o utiliseront en priorit\xE9 la traduction immersive.","error.400":"Le service renvoie une erreur, la demande de param\xE8tre est incorrecte, veuillez v\xE9rifier la configuration correspondante.","error.429":"Le service renvoie une erreur, indiquant que la demande est trop fr\xE9quente ou d\xE9passe la limite de quota, veuillez r\xE9essayer plus tard.","translationModeUrl.translation.description":"Lorsque le site Web est pour les domaines suivants, il utilisera automatiquement le mode de traduction uniquement.",enableSentryReport:"Lorsqu'une erreur se produit lors de l'extension, utilisez Sentry pour soumettre des commentaires.","error.reloadPageOfSetting":"Apr\xE8s la configuration, veuillez rafra\xEEchir la page pour traduire \xE0 nouveau.","translationModeLang.translation.description":"Lorsque la langue de la page est l'une des langues suivantes, le mode de traduction uniquement sera automatiquement utilis\xE9.","error.gemini.429":"Le service Gemini actuel a atteint sa capacit\xE9 maximale, veuillez r\xE9essayer plus tard ou passer \xE0 un autre service de traduction.","desc.toggleVideoSubtitlePreTranslation":"Une fois appuy\xE9, les sous-titres bilingues de la vid\xE9o utiliseront en priorit\xE9 les param\xE8tres de traduction immersive, une nouvelle pression donnera la priorit\xE9 aux sous-titres de traduction automatique inclus dans la vid\xE9o originale. Attention : ce raccourci modifie les param\xE8tres globaux.","error.openAIExceededQuota":"Le service renvoie une erreur : le solde de votre compte OpenAI est insuffisant, veuillez recharger ou lier une carte de cr\xE9dit dans le back-office officiel d'OpenAI.","error.openAIFreeLimit":"Le service renvoie une erreur, la fr\xE9quence actuelle des demandes de traduction a atteint la limite maximale de 3 fois par minute, veuillez r\xE9essayer plus tard. (C'est une restriction officielle d'OpenAI sur la cl\xE9 API gratuite, pour lever cette restriction, veuillez lier une carte de cr\xE9dit dans le backend d'OpenAI.)","error.serveUnavailable":"Le service [{serverName}] que vous utilisez actuellement est temporairement inaccessible en raison de probl\xE8mes de connexion r\xE9seau ou de fournisseur de services. Nous vous sugg\xE9rons d'essayer de rafra\xEEchir la page ou de changer de service de traduction via <1>Param\xE8tres. Si vous \xEAtes un membre <2>Pro, vous pouvez choisir d'utiliser les services de traduction plus stables de DeepL ou OpenAI (<3>cliquez ici pour un essai gratuit). De plus, vous devrez peut-\xEAtre v\xE9rifier vos param\xE8tres de r\xE9seau ou de proxy.",loggedIn:"Connect\xE9","error.retry":"R\xE9essayer","floatBall.iKnow":"Je sais.",touchShortcutsOff:"Fermer","tagsInput.add":"+ Ajouter","translationServices.gemini":"G\xE9meaux",goLogin:"Allez vous connecter",shortcutSettings:"Raccourci",notLogin:"Non connect\xE9","multipleClick.4":"Quadruple frappe",alwaysTranslateThisSite:"Toujours traduire ce site","multipleClick.3":"Triple coup",neverTranslateThisSite:"Ne jamais traduire ce site","subtitle.bilingual":"Sous-titres bilingues","widget.instructionTooltip":"Consultez le mode d'emploi","shortcutGroup.shortcutsForTranslationServices":"Raccourcis li\xE9s au service de traduction",buildSnapshots:"G\xE9n\xE9rer un instantan\xE9 de la page web",shortcutSettingsTitle:"Param\xE9trage des raccourcis","subtitle.hideQuickButton":"Ne plus afficher ce raccourci",contact:"Contactez-nous","widget.videoSubtitleTooltip":"Prend en charge Youtube et autres sites vid\xE9o {count}+",notLoginPro:"Vous n'avez pas encore connect\xE9 \xE0 votre compte membre.","multipleClick.2":"Double-cliquez","widget.videoSubtitle":"sous-titres vid\xE9o",temprarilyChangeTranslationTo_gemini:"Utilisation de Gemini pour traduire la page actuelle.","error.subscriptionExpiredTitle":"L'adh\xE9sion a expir\xE9",pickAll:"Tout s\xE9lectionner","floatBall.guideClickToTranslate":"Cliquez sur la bulle de traduction immersive pour traduire rapidement",temprarilyChangeTranslationTo_google:"Utilisation en cours de Google Traduction pour cette page actuelle",temprarilyChangeTranslationTo_bing:"Utilisation en cours de Microsoft Traduction pour la page actuelle",mouseHoverCustomKeyTitle:"Personnaliser les raccourcis de survol de la souris","browser.translateWithDeepL":"Utilisation temporaire de DeepL pour traduire la page actuelle","widget.translateFile":"PDF/ePub",temprarilyChangeTranslationTo_openai:"Utilisation en cours d'OpenAI pour traduire la page actuelle","subtitle.autoDisableSubtitle":"Ne pas activer automatiquement les sous-titres bilingues","error.reason":"Raison de l'erreur",temprarilyChangeTranslationTo_deepl:"Utilisation de DeepL pour traduire la page actuelle.","widget.translateFileTooltip":"Traduire les documents PDF, EPUB, SRT, ASS, HTML et TXT",networkError:"Le service de traduction ou le r\xE9seau rencontre des probl\xE8mes.","floatBall.longPress":"Appuyez longuement pour ouvrir rapidement le panneau de configuration.",paragraphMinTextCountField:"Le nombre minimum de caract\xE8res requis pour traduire un paragraphe","browser.translateWithTransmart":"Utilisation temporaire de Tencent pour traduire la page actuelle","browser.translateWithOpenAI":"Utilisation temporaire d'OpenAI pour traduire la page actuelle",translationOnlyMode:"Mode de traduction uniquement","slide.right":"Glissez vers la gauche","shortcutGroup.main":"Raccourcis de fonctionnalit\xE9s couramment utilis\xE9s",temprarilyChangeTranslationTo_transmart:"Utilise actuellement la traduction de Tencent pour cette page.",touchShortcutsToggleTranslatePage:"D\xE9finir un geste tactile pour traduire la page web / afficher le texte original","slide.left":"Faites glisser vers la droite","shortcutGroup.touch":"Gestes sp\xE9cifiques pour \xE9cran tactile","intro.floatBallTitle":"Boule flottante de traduction rapide","neverTranslateText.title":"Ci-dessous, les mots restent en texte original, ne pas traduire.","browser.toggleMouseHoverTranslateDirectly":"Activer ou d\xE9sactiver temporairement la traduction directe au survol de la souris sur la page","browser.translateInputBox":"Traduire le contenu de la bo\xEEte de saisie actuelle","browser.translateWithGoogle":"Utilisation temporaire de Google Traduction pour la page actuelle","browser.translateWithBing":"Utilisation temporaire de Microsoft Traduction pour la page actuelle","widget.instruction":"Mode d'emploi","subtitle.showQuickButton":"Afficher les sous-titres bilingues dans le lecteur est un raccourci",touchShortcutsToggleTranslationMask:"Configurer l'affichage du geste tactile pour afficher le masque de traduction / afficher le texte original","error.subscriptionExpired":"Votre adh\xE9sion a peut-\xEAtre expir\xE9, veuillez v\xE9rifier votre statut de membre.","intro.hoverTitle":"Survolez avec la souris pour traduire le paragraphe actuel","browser.translateWithGemini":"Utilisez temporairement Gemini pour traduire la page actuelle",touchShortcutsToggleTranslateTouchElement:"Configurer la traduction de paragraphes sp\xE9cifiques par gestes tactiles","desc.touchShortcutsToggleTranslateTouchElement":"Personnalisez un geste et vous pourrez traduire n'importe quel paragraphe o\xF9 vous vous trouvez.","intro.subtitleTitle":"Affichage des sous-titres bilingues en vid\xE9o en ligne","desc.interfaceLanguage":"La configuration de la langue de l'interface affecte la langue d'affichage du panneau de contr\xF4le et n'a rien \xE0 voir avec la langue cible de la traduction.","browser.toggleVideoSubtitlePreTranslation":"Basculer vers les sous-titres bilingues en privil\xE9giant les param\xE8tres de traduction immersive","shortcutGroup.others":"Plus de raccourcis de fonctionnalit\xE9s personnalis\xE9es",confirmResetToDefaultSettings:"Confirmez-vous vouloir r\xE9tablir ce service de traduction comme param\xE8tre par d\xE9faut ? (Cela ne r\xE9initialise que les param\xE8tres de ce service de traduction)",shortcutDisableTooltip:"Veuillez configurer dans la page de gestion des raccourcis d'extension fournie par le navigateur, pour plus de directives, veuillez consulter les instructions en haut de cette page.","subtitle.showQuickButtonDescription":"Fournir un raccourci pour activer les sous-titres bilingues dans le coin inf\xE9rieur droit du lecteur vid\xE9o","shortcutGroup.mouse":"Configuration des raccourcis clavier pour le survol de la souris","desc.toggleTranslateTheMainPage":"Traduisez uniquement les zones principales de la page, une fois que vous avez activ\xE9 la traduction de toutes les zones de la page dans les param\xE8tres avanc\xE9s, vous pouvez utiliser ce raccourci pour traduire sp\xE9cifiquement les zones principales de la page.","description.baiduField":"Les domaines pris en charge sont vus <1>ici, si vide cela signifie qu'aucun domaine n'est sp\xE9cifi\xE9.",upgradeToProErrorTitle:"Veuillez passer \xE0 l'adh\xE9sion Pro pour utiliser ce service de traduction.",paragraphMinTextCountDesc:"Faites attention, ici on parle de la longueur des caract\xE8res, par exemple: hello compte 5 caract\xE8res, d\xE9finir une valeur plus grande peut r\xE9duire les traductions de petits paragraphes inutiles.",translationOnlyModeDescription:"Le mode de traduction uniquement signifie que seule la traduction est affich\xE9e, et non le mode bilingue par d\xE9faut. Notez que: en raison des limitations techniques, les hyperliens du texte original seront d\xE9sactiv\xE9s en mode de traduction uniquement.","desc.toggleTranslateTheWholePage":"Traduire toute la zone de la page, par d\xE9faut, nous traduirons la zone principale de la page, vous pouvez utiliser ce raccourci pour traduire sp\xE9cifiquement toute la zone de la page.","contact.description":"Si vous avez des questions ou des suggestions, n'h\xE9sitez pas \xE0 remplir le formulaire ci-dessous pour nous contacter, ou \xE0 envoyer un courriel \xE0 {email}, nous vous r\xE9pondrons d\xE8s que possible.",mouseHoverCustomKeyDescription:"Vous pouvez personnaliser un raccourci clavier pour le survol de la souris, par exemple : Alt+Z, Ctrl+E, Cmd+Alt+E ou directement Cmd, veuillez entrer manuellement.","desc.mouseHoverHoldKey":"Lorsque la souris survole un paragraphe et que vous appuyez simultan\xE9ment sur la touche de raccourci \xE0 droite, vous pouvez traduire directement ce paragraphe.","desc.touchShortcutsToggleTranslatePage":"Une fois configur\xE9, lors de l'utilisation d'un appareil mobile, vous pouvez toucher l'\xE9cran avec X doigts, glisser de gauche \xE0 droite ou cliquer continuellement pour d\xE9clencher la traduction de la page web / afficher le texte original.","desc.touchShortcutsToggleTranslationMask":"La traduction du masque fait r\xE9f\xE9rence \xE0 l'effet flou dans le style de la traduction (mode d'apprentissage), qui est activ\xE9 temporairement pour utiliser l'effet flou sur la traduction, facilitant l'apprentissage.","intro.floatBallDescription":"Une fois activ\xE9, un bouton de traduction rapide s'affichera sur le c\xF4t\xE9 droit de la page. Cliquez dessus pour traduire, cliquez \xE0 nouveau pour revenir au texte original. Sur mobile, maintenez le bouton flottant pour ouvrir le panneau de configuration rapide.","desc.toggleMouseHoverTranslateDirectly":"Apr\xE8s avoir appuy\xE9 sur ce raccourci, sur la page, d\xE8s que la souris pointe sur n'importe quel texte, ce texte sera automatiquement traduit. Appuyez \xE0 nouveau sur le raccourci pour d\xE9sactiver cette fonction de traduction automatique.","intro.hoverDescription":"La traduction au survol de la souris est une fonction tr\xE8s importante dans la traduction immersive. Il suffit de placer la souris sur le paragraphe et d'appuyer simultan\xE9ment sur la touche de raccourci d\xE9finie pour traduire automatiquement le paragraphe actuel (remarque : elle n'est pas activ\xE9e par d\xE9faut, veuillez la configurer ci-dessous). Cette interaction est utilis\xE9e pour mieux remplacer la traduction par s\xE9lection de mots. De plus, cette fonction est largement utilis\xE9e dans les zones de traduction qui ne peuvent pas \xEAtre reconnues. Vous pouvez utiliser cette fonction pour forcer la traduction de n'importe quel paragraphe.","neverTranslateText.description":"En raison de la reconnaissance insatisfaisante des noms propres par certains moteurs de traduction, vous pouvez ajouter des mots ici pour vous assurer qu'ils ne sont pas convertis pendant le processus de traduction. Veuillez noter que cette fonction distingue les majuscules et les minuscules et ne prend en charge que les langues \xE0 mots s\xE9par\xE9s par des espaces (comme l'anglais, le fran\xE7ais), elle n'est pas applicable aux langues comme le japonais, le cor\xE9en, etc.","intro.subtitleDescription":"Une fois cette fonction activ\xE9e, les sous-titres bilingues seront automatiquement affich\xE9s lors de la lecture de la vid\xE9o. Si elle n'est pas activ\xE9e, vous devrez cliquer manuellement sur le bouton de traduction sur la page pour afficher les sous-titres. Veuillez noter qu'en raison de limitations techniques, certains sites peuvent n\xE9cessiter un rafra\xEEchissement de la page ou attendre la fin de la traduction pour afficher les sous-titres bilingues. (De plus, vous pouvez \xE9galement activer/d\xE9sactiver le panneau de raccourcis de traduction immersive dans le coin sup\xE9rieur droit apr\xE8s avoir ouvert le site de la vid\xE9o).

La prise en charge des sous-titres bilingues est actuellement disponible sur ces sites :",geminiWarning:"Attention : Le service gratuit Gemini fourni par Google a des restrictions strictes, il est possible que Google juge que l'utilisateur utilise plusieurs cl\xE9s pour contourner leurs restrictions de quota gratuit, il n'est pas recommand\xE9 de l'utiliser, il est recommand\xE9 d'attendre que Google ouvre l'interface de paiement Gemini \xE0 l'avenir avant de l'utiliser.","floatBall.setting":"Param\xE9trage","floatBall.translateToLanguage":"Cliquez pour traduire en {language}","floatBall.file":"Traduire les fichiers PDF, EPUB, SRT, ASS, HTML, TXT",changeToOnlyTempTranslationMode:"Afficher uniquement les traductions",changeToDualTempTranslationMode:"Passer \xE0 la traduction bilingue","transitionMode.translation":"Seulement le texte traduit","options.navbar.installApp":"Installer l'application mobile","options.navbar.translateFile":"Traduire le document","subtitle.transitionMode":"Param\xE8tres de sous-titres vid\xE9o bilingues / traduction uniquement","subtitle.transitionModeDescription":"D\xE9finir les sous-titres vid\xE9o en mode bilingue ou en mode traduction uniquement","transitionMode.inherit":"Restez coh\xE9rent avec le mode d'affichage de traduction par d\xE9faut du syst\xE8me.","transitionMode.dual":"Contraste bilingue",translateFileTooltip:`Traduire PDF, ePub, srt, ass, HTML, fichiers TXT`,"description.multiplePrompt":`Lorsque le nombre de paragraphes est sup\xE9rieur \xE0 1, les dialogues envoy\xE9s \xE0 {service} en tant qu'utilisateur, o\xF9 {{from}} repr\xE9sente la langue du paragraphe, {{to}} repr\xE9sente la langue cible, {{yaml}} est le contenu du paragraphe que nous avons emball\xE9 au format yaml, si vous avez besoin de personnaliser Prompt, vous devez vous assurer que chaque \xE9l\xE9ment dans le r\xE9sultat YAML de la r\xE9ponse AI contient le champ {env.imt_trans_field}, {{imt_trans_field}} est le nom du champ de traduction que nous esp\xE9rons que l'IA r\xE9pondra, par d\xE9faut c'est {env.imt_trans_field}, {{imt_source_field}} est le nom du champ d'origine que nous passons \xE0 l'IA, par d\xE9faut c'est {env.imt_source_field}, exemple de r\xE9sultat : - id: 1 @@ -5084,7 +5084,7 @@ ass, HTML, fichiers TXT`,"description.multiplePrompt":`Lorsque le nombre de para {env.imt_sub_trans_field}: Traduction - id: 2 {env.imt_sub_source_field}: Source - {env.imt_sub_trans_field}: Traduction`,"subtitle.quickButton.magenta":"Fuchsia","subtitle.quickButton.red":"Rouge","subtitle.quickButton.setting":"Param\xE9trage","subtitle.quickButton.black":"noir","subtitle.quickButton.translationPosition":"Position de traduction","subtitle.quickButton.green":"Vert","subtitle.quickButton.translationFontSize":"Taille de police de traduction","subtitle.quickButton.sourceTextColor":"Couleur de police d'origine","translationServices.claude":"Claude","subtitle.quickButton.blue":"Bleu","subtitle.quickButton.sourceFontSize":"La taille originale de la police","subtitle.quickButton.translationTextColor":"Couleur de la police de traduction","subtitle.quickButton.backgroundColor":"couleur d'arri\xE8re-plan","subtitle.quickButton.white":"Blanc","subtitle.quickButton.translationPositionTop":"En haut de l'original","subtitle.quickButton.yellow":"jaune","subtitle.quickButton.cyan":"Bleu","subtitle.quickButton.backgroundOpacity":"Opacit\xE9 de l'arri\xE8re-plan","subtitle.quickButton.translationPositionBottom":"\u5728\u539F\u6587\u4E0B\u65B9",attachSubtitleTranslating:"Utilisation de {service} pour la traduction en cours...","error.claude.403":"Acc\xE8s temporairement interdit au service, cela peut \xEAtre li\xE9 aux restrictions r\xE9gionales de Claude. Vous pouvez essayer de changer votre adresse IP ou utiliser un autre service de traduction.","browser.brandDescriptionForSafari":"\u3010Traduction immersive\u3011Un plugin de traduction de pages web bilingue gratuit (texte original / traduction), qui supporte \xE9galement la traduction de PDF et de livres \xE9lectroniques EPUB tout en conservant la mise en page originale, la traduction de sous-titres bilingues pour des vid\xE9os en ligne comme Youtube/Netflix, et qui supporte les services de traduction principaux tels que Deepl/Google;","browser.PdfProFile":"AI pilot\xE9 PDF Pro traduction","browser.textTranslate":"Traduction de texte"};var Fs={nologin:"\u0905\u0902\u0926\u0930 \u092A\u094D\u0930\u0935\u0947\u0936 \u0915\u0940 \u0905\u0928\u0941\u092E\u0924\u093F \u0928\u0939\u0940\u0902 \u0939\u0948",loginForSafari:"\u0932\u0949\u0917-\u0907\u0928 \u092F\u093E \u092A\u0902\u091C\u0940\u0915\u0943\u0924",login:"\u0932\u0949\u0917 \u0907\u0928 \u0915\u0930\u0928\u0947 \u0915\u0947 \u092C\u093E\u0926 \u0906\u092A \u0938\u0926\u0938\u094D\u092F\u0924\u093E \u0938\u0915\u094D\u0930\u093F\u092F \u0915\u0930 \u0938\u0915\u0924\u0947 \u0939\u0948\u0902",manageAccount:"\u0916\u093E\u0924\u0947 \u0915\u093E \u092A\u094D\u0930\u092C\u0902\u0927\u0928 \u0915\u0930\u0947\u0902",openPremium:"\u0938\u0926\u0938\u094D\u092F\u0924\u093E \u0917\u094D\u0930\u0939\u0923 \u0915\u0930\u0947\u0902",logout:"\u091B\u094B\u0921\u093C\u0928\u093E",curentPlan:"\u0935\u0930\u094D\u0924\u092E\u093E\u0928 \u092A\u0948\u0915\u0947\u091C",endAt:"\u092A\u0930\u093F\u092A\u0915\u094D\u0935\u0924\u093E",endAuto:"\u0938\u094D\u0935\u091A\u093E\u0932\u093F\u0924 \u0928\u0935\u0940\u0915\u0930\u0923",lineBreakMaxTextCount:"\u092A\u0902\u0915\u094D\u0924\u093F \u0935\u093F\u0930\u093E\u092E \u0915\u0947 \u092C\u093E\u0926 \u092A\u094D\u0930\u0924\u093F \u0935\u093E\u0915\u094D\u092F \u0905\u0928\u0941\u092E\u0924 \u0935\u0930\u094D\u0923\u094B\u0902 \u0915\u0940 \u0905\u0927\u093F\u0915\u0924\u092E \u0938\u0902\u0916\u094D\u092F\u093E","translate-pdf":"\u092A\u0940\u0921\u0940\u090F\u092B \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u0915\u094D\u0932\u093F\u0915 \u0915\u0930\u0947\u0902","noSupportTranslate-pdf":"\u0938\u094D\u0915\u094D\u0930\u093F\u092A\u094D\u091F \u0938\u092E\u0930\u094D\u0925\u093F\u0924 \u0928\u0939\u0940\u0902 \u0939\u0948, \u0915\u0943\u092A\u092F\u093E \u092A\u094D\u0932\u0917-\u0907\u0928 \u0915\u093E \u0909\u092A\u092F\u094B\u0917 \u0915\u0930\u0947\u0902","translate-firefox-local-pdf":"\u092A\u0940\u0921\u0940\u090F\u092B \u0906\u092F\u093E\u0924 \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u0915\u094D\u0932\u093F\u0915 \u0915\u0930\u0947\u0902",enableLineBreak:"\u0932\u0902\u092C\u0947 \u0905\u0928\u0941\u091A\u094D\u091B\u0947\u0926\u094B\u0902 \u0915\u0947 \u0932\u093F\u090F \u0938\u094D\u0935\u091A\u093E\u0932\u093F\u0924 \u0936\u092C\u094D\u0926 \u0930\u0948\u092A\u093F\u0902\u0917 \u091A\u093E\u0932\u0942 \u0915\u0930\u0947\u0902",sponsorLabel:"$1 \u0938\u0947 \u0936\u0941\u0930\u0942 \u0915\u0930\u0915\u0947 \u0915\u093F\u0938\u0940 \u0921\u0947\u0935\u0932\u092A\u0930 \u0915\u094B \u092A\u094D\u0930\u093E\u092F\u094B\u091C\u093F\u0924 \u0915\u0930\u0947\u0902",help:"\u092E\u0926\u0926",browserShortcutsNoteForFirefox:'\u092B\u093C\u093E\u092F\u0930\u092B\u093C\u0949\u0915\u094D\u0938 \u092C\u094D\u0930\u093E\u0909\u091C\u093C\u0930 \u092E\u0947\u0902 \u0936\u0949\u0930\u094D\u091F\u0915\u091F \u0915\u0941\u0902\u091C\u093F\u092F\u094B\u0902 \u0915\u094B \u0938\u0902\u0936\u094B\u0927\u093F\u0924 \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F, \u0906\u092A\u0915\u094B \u090F\u0915\u094D\u0938\u091F\u0947\u0902\u0936\u0928 \u092A\u094D\u0930\u092C\u0902\u0927\u0928 \u092A\u0943\u0937\u094D\u0920 `about:addons` \u0916\u094B\u0932\u0928\u093E \u0939\u094B\u0917\u093E, \u092B\u093F\u0930 "\u0938\u0947\u091F\u093F\u0902\u0917\u094D\u0938" \u092A\u0930 \u0915\u094D\u0932\u093F\u0915 \u0915\u0930\u0947\u0902, \u092B\u093F\u0930 \u0907\u0938\u0947 \u0938\u0947\u091F \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F "\u0936\u0949\u0930\u094D\u091F\u0915\u091F \u0915\u0941\u0902\u091C\u093F\u092F\u093E\u0901 \u092A\u094D\u0930\u092C\u0902\u0927\u093F\u0924 \u0915\u0930\u0947\u0902" \u092A\u0930 \u0915\u094D\u0932\u093F\u0915 \u0915\u0930\u0947\u0902\u0964',browserShortcutsNoteForChrome:"\u0915\u094D\u0930\u094B\u092E-\u091C\u0948\u0938\u0947 \u092C\u094D\u0930\u093E\u0909\u091C\u093C\u0930 \u092E\u0947\u0902 \u0936\u0949\u0930\u094D\u091F\u0915\u091F \u0915\u0941\u0902\u091C\u093F\u092F\u094B\u0902 \u0915\u094B \u0938\u0902\u0936\u094B\u0927\u093F\u0924 \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F, \u0906\u092A\u0915\u094B \u090F\u0915\u094D\u0938\u091F\u0947\u0902\u0936\u0928 \u092A\u094D\u0930\u092C\u0902\u0927\u0928 \u092A\u0943\u0937\u094D\u0920 \u0916\u094B\u0932\u0928\u093E \u0939\u094B\u0917\u093E, \u0907\u0938\u0947 `\u0936\u0949\u0930\u094D\u091F\u0915\u091F \u092A\u094D\u0930\u092C\u0902\u0927\u093F\u0924 \u0915\u0930\u0947\u0902` \u092A\u0948\u0928\u0932 (`\u0915\u094D\u0930\u094B\u092E://\u090F\u0915\u094D\u0938\u091F\u0947\u0902\u0936\u0928/\u0936\u0949\u0930\u094D\u091F\u0915\u091F`) \u092E\u0947\u0902 \u0938\u0947\u091F \u0915\u0930\u0928\u093E \u0939\u094B\u0917\u093E, \u0914\u0930 \u0938\u0940\u0927\u0947 \u091C\u093E\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u0928\u0940\u091A\u0947 \u0926\u093F\u090F \u0917\u090F \u092C\u091F\u0928 \u092A\u0930 \u0915\u094D\u0932\u093F\u0915 \u0915\u0930\u0928\u093E \u0939\u094B\u0917\u093E \u0936\u0949\u0930\u094D\u091F\u0915\u091F \u0915\u0941\u0902\u091C\u0940 \u092A\u094D\u0930\u092C\u0902\u0927\u0928 \u092A\u0943\u0937\u094D\u0920.",browserShortcutsSucks:"\u0915\u0938\u094D\u091F\u092E \u0936\u0949\u0930\u094D\u091F\u0915\u091F \u0915\u0941\u0902\u091C\u0940 \u092A\u094D\u0930\u093E\u0930\u0942\u092A \u0939\u0948 (\u0915\u094B\u0908 \u0938\u094D\u0935\u091A\u093E\u0932\u093F\u0924 \u092A\u0939\u091A\u093E\u0928 \u0928\u0939\u0940\u0902, \u0915\u0943\u092A\u092F\u093E \u0938\u0940\u0927\u0947 \u0926\u0930\u094D\u091C \u0915\u0930\u0947\u0902)\uFF1A",enableLineBreakDescription:"\u091A\u093E\u0932\u0942 \u0939\u094B\u0928\u0947 \u092A\u0930, \u092A\u0922\u093C\u0928\u0947 \u0915\u0940 \u0938\u0941\u0935\u093F\u0927\u093E \u0915\u0947 \u0932\u093F\u090F \u092A\u094D\u0930\u0924\u094D\u092F\u0947\u0915 \u0935\u093E\u0915\u094D\u092F \u0915\u0947 \u0905\u0902\u0924 \u092E\u0947\u0902 \u0932\u0902\u092C\u0947 \u092A\u0948\u0930\u093E\u0917\u094D\u0930\u093E\u092B \u092E\u0947\u0902 \u0932\u093E\u0907\u0928 \u092C\u094D\u0930\u0947\u0915 \u0921\u093E\u0932\u0947 \u091C\u093E\u090F\u0902\u0917\u0947\u0964","browser.shortBrandName":"\u0917\u0939\u0928 \u0905\u0928\u0941\u0935\u093E\u0926","browser.brandName":"\u0907\u092E\u0930\u094D\u0938\u093F\u0935 \u0905\u0928\u0941\u0935\u093E\u0926: \u0926\u094D\u0935\u093F\u092D\u093E\u0937\u0940 \u0935\u0947\u092C \u092A\u0947\u091C \u0905\u0928\u0941\u0935\u093E\u0926 \u0914\u0930 \u092A\u0940\u0921\u0940\u090F\u092B \u0926\u0938\u094D\u0924\u093E\u0935\u0947\u091C\u093C \u0905\u0928\u0941\u0935\u093E\u0926","browser.brandDescription":"Bilingual web page translation, also supports PDF translation, bilingual Epub eBook translation, free to use.","browser.toggleTranslatePage":"\u0935\u0947\u092C \u092A\u0947\u091C \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0947\u0902/\u092E\u0942\u0932 \u092A\u093E\u0920 \u0926\u093F\u0916\u093E\u090F\u0902","browser.toggleTranslateTheWholePage":"\u092A\u0943\u0937\u094D\u0920 \u0915\u0947 \u0938\u092D\u0940 \u0915\u094D\u0937\u0947\u0924\u094D\u0930\u094B\u0902 \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0947\u0902/\u092E\u0942\u0932 \u092A\u093E\u0920 \u092A\u094D\u0930\u0926\u0930\u094D\u0936\u093F\u0924 \u0915\u0930\u0947\u0902","browser.toggleOnlyTransation":"\u0926\u094D\u0935\u093F\u092D\u093E\u0937\u0940/\u0915\u0947\u0935\u0932 \u0905\u0928\u0941\u0935\u093E\u0926 \u092E\u094B\u0921 \u092A\u0930 \u0938\u094D\u0935\u093F\u091A \u0915\u0930\u0947\u0902","browser.toggleTranslateToThePageEndImmediately":"\u0924\u0941\u0930\u0902\u0924 \u092A\u0943\u0937\u094D\u0920 \u0915\u0947 \u0928\u0940\u091A\u0947 \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0947\u0902/\u092E\u0942\u0932 \u092A\u093E\u0920 \u0926\u093F\u0916\u093E\u090F\u0902","browser.toggleTranslateTheMainPage":"\u092A\u0943\u0937\u094D\u0920 \u0915\u0947 \u092E\u0941\u0916\u094D\u092F \u0915\u094D\u0937\u0947\u0924\u094D\u0930 \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0947\u0902/\u092E\u0942\u0932 \u092A\u093E\u0920 \u092A\u094D\u0930\u0926\u0930\u094D\u0936\u093F\u0924 \u0915\u0930\u0947\u0902","browser.shareToDraft":"\u0926\u094D\u0935\u093F\u092D\u093E\u0937\u0940 \u092A\u0943\u0937\u094D\u0920 \u0938\u093E\u091D\u093E \u0915\u0930\u0947\u0902","browser.openOptionsPage":"\u0938\u0947\u091F\u093F\u0902\u0917 \u092A\u0943\u0937\u094D\u0920 \u0916\u094B\u0932\u0947\u0902","browser.toggleTranslationMask":"\u0905\u0928\u0941\u0935\u093E\u0926 \u0927\u0941\u0902\u0927\u0932\u093E \u092A\u094D\u0930\u092D\u093E\u0935 \u0926\u093F\u0916\u093E\u090F\u0901/\u091B\u093F\u092A\u093E\u090F\u0901","browser.translateLocalPdfFile":"\u0938\u094D\u0925\u093E\u0928\u0940\u092F \u092A\u0940\u0921\u0940\u090F\u092B \u092B\u093E\u0907\u0932\u094B\u0902 \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0947\u0902","browser.openEbookViewer":"\u0938\u094D\u0925\u093E\u0928\u0940\u092F \u0908-\u092A\u0941\u0938\u094D\u0924\u0915\u0947\u0902 \u092A\u0922\u093C\u0947\u0902","browser.openEbookBuilder":"\u0926\u094D\u0935\u093F\u092D\u093E\u0937\u0940 EPUB \u0908-\u092A\u0941\u0938\u094D\u0924\u0915\u0947\u0902 \u092C\u0928\u093E\u090F\u0901","browser.translateLocalHtmlFile":"HTML/txt \u092B\u093C\u093E\u0907\u0932\u094B\u0902 \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0947\u0902","browser.donateContext":"\u092A\u094D\u0930\u093E\u092F\u094B\u091C\u0928 \u0932\u093E\u092D\u094B\u0902 \u0915\u0947 \u092C\u093E\u0930\u0947 \u092E\u0947\u0902 \u091C\u093E\u0928\u0947\u0902","browser.translateLocalSubtitleFile":"\u0938\u094D\u0925\u093E\u0928\u0940\u092F \u0909\u092A\u0936\u0940\u0930\u094D\u0937\u0915 \u092B\u093C\u093E\u0907\u0932\u094B\u0902 \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0947\u0902",confirmResetConfig:"\u0915\u094D\u092F\u093E \u0906\u092A \u0935\u093E\u0915\u0908 \u0905\u092A\u0928\u0940 \u0938\u0947\u091F\u093F\u0902\u0917\u094D\u0938 \u0930\u0940\u0938\u0947\u091F \u0915\u0930\u0928\u093E \u091A\u093E\u0939\u0924\u0947 \u0939\u0948\u0902?",translationLineBreakSettingTitle:"\u0905\u0928\u0941\u0935\u093E\u0926 \u092A\u0902\u0915\u094D\u0924\u093F \u0930\u0948\u092A\u093F\u0902\u0917 \u0938\u0947\u091F\u093F\u0902\u0917",smartLineBreak:"\u0938\u094D\u092E\u093E\u0930\u094D\u091F \u0932\u093E\u0907\u0928 \u0930\u0948\u092A\u093F\u0902\u0917",alwaysLineBreak:"\u0939\u092E\u0947\u0936\u093E \u0932\u092A\u0947\u091F\u094B",isShowContextMenu:"\u0905\u0928\u0941\u0935\u093E\u0926\u093F\u0924 \u0935\u0947\u092C \u092A\u0947\u091C \u0915\u094B \u0930\u093E\u0907\u091F-\u0915\u094D\u0932\u093F\u0915 \u092E\u0947\u0928\u0942 \u0906\u0907\u091F\u092E \u092E\u0947\u0902 \u091C\u094B\u0921\u093C\u0947\u0902",toggleBeta:"\u092C\u0940\u091F\u093E \u092A\u0930\u0940\u0915\u094D\u0937\u0923 \u0938\u0941\u0935\u093F\u0927\u093E\u090F\u0901 \u0938\u0915\u094D\u0937\u092E \u0915\u0930\u0947\u0902",betaDescription:"\u0909\u0928 \u0938\u0941\u0935\u093F\u0927\u093E\u0913\u0902 \u0915\u094B \u0938\u0915\u094D\u0937\u092E \u0915\u0930\u0947\u0902 \u091C\u094B \u0905\u092D\u0940 \u092D\u0940 \u092A\u094D\u0930\u092F\u094B\u0917\u093E\u0924\u094D\u092E\u0915 \u0939\u0948\u0902, \u0938\u093E\u0925 \u0939\u0940 \u092A\u0930\u0940\u0915\u094D\u0937\u0923 \u092E\u0947\u0902 \u0905\u0928\u0941\u0935\u093E\u0926 \u0938\u0947\u0935\u093E\u090F\u0902 \u092D\u0940 \u0938\u0915\u094D\u0937\u092E \u0915\u0930\u0947\u0902\u0964 <1>\u091F\u0947\u0932\u0940\u0917\u094D\u0930\u093E\u092E \u0938\u092E\u0942\u0939 \u0938\u0947 \u091C\u0941\u0921\u093C\u0947\u0902 \u0914\u0930 \u0905\u0927\u093F\u0915 \u091C\u093E\u0928\u0947\u0902\u0964",translationLineBreakSettingDescription:"\u0939\u092E\u0947\u0936\u093E \u0930\u0948\u092A \u0915\u092E \u0938\u093E\u092E\u0917\u094D\u0930\u0940 \u0935\u093E\u0932\u0947 \u0932\u0947\u0906\u0909\u091F \u0915\u0947 \u0932\u093F\u090F \u0909\u092A\u092F\u0941\u0915\u094D\u0924 \u0939\u094B\u0924\u093E \u0939\u0948 \u0914\u0930 \u0905\u0927\u093F\u0915 \u0938\u0941\u0935\u094D\u092F\u0935\u0938\u094D\u0925\u093F\u0924 \u0939\u094B\u0924\u093E \u0939\u0948\u0964 (\u0938\u094D\u0925\u093E\u0928 \u092C\u091A\u093E\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u092C\u0939\u0941\u0924 \u0938\u093E\u0930\u0940 \u0938\u093E\u092E\u0917\u094D\u0930\u0940 ({count}\u0938\u0947 \u0905\u0927\u093F\u0915 \u0905\u0915\u094D\u0937\u0930) \u0935\u093E\u0932\u0947 \u0932\u0902\u092C\u0947 \u092A\u0948\u0930\u093E\u0917\u094D\u0930\u093E\u092B \u092E\u0947\u0902 \u0938\u094D\u092E\u093E\u0930\u094D\u091F \u0932\u093E\u0907\u0928 \u092C\u094D\u0930\u0947\u0915 \u0915\u093E \u0909\u092A\u092F\u094B\u0917 \u0915\u0930\u0947\u0902)",tempTranslateDomainTitle:"\u0935\u0947\u092C\u0938\u093E\u0907\u091F \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u094B \u0905\u0938\u094D\u0925\u093E\u092F\u0940 \u0930\u0942\u092A \u0938\u0947 \u0915\u092C \u0924\u0915 \u0938\u0915\u094D\u0937\u092E \u0915\u0930\u0928\u093E \u0939\u0948",tempTranslateDomainDescription:"\u0915\u093F\u0938\u0940 \u0935\u0947\u092C \u092A\u0947\u091C \u0915\u093E \u092E\u0948\u0928\u094D\u092F\u0941\u0905\u0932 \u0930\u0942\u092A \u0938\u0947 \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0924\u0947 \u0938\u092E\u092F, \u0938\u094D\u0935\u091A\u093E\u0932\u093F\u0924 \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0947 \u0932\u093F\u090F \u0935\u0947\u092C\u0938\u093E\u0907\u091F \u0915\u094B \u0905\u0938\u094D\u0925\u093E\u092F\u0940 \u0930\u0942\u092A \u0938\u0947 \u091A\u093E\u0932\u0942 \u0915\u0930\u0947\u0902, \u0914\u0930 \u0906\u092A \u0905\u0938\u094D\u0925\u093E\u092F\u0940 \u0905\u0935\u0927\u093F \u0928\u093F\u0930\u094D\u0927\u093E\u0930\u093F\u0924 \u0915\u0930 \u0938\u0915\u0924\u0947 \u0939\u0948\u0902\u0964",xMinutes:"{count} \u092E\u093F\u0928\u091F",disabled:"\u0905\u0915\u094D\u0937\u092E \u0915\u0930\u0928\u093E",changelog:"\u0932\u0949\u0917 \u092C\u0926\u0932\u0947\u0902",toggleTranslatePageWhenThreeFingersOnTheScreen:"\u0935\u0947\u092C \u092A\u0947\u091C \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0928\u0947/\u092E\u0942\u0932 \u092A\u093E\u0920 \u092A\u094D\u0930\u0926\u0930\u094D\u0936\u093F\u0924 \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u090F\u0915 \u0939\u0940 \u0938\u092E\u092F \u092E\u0947\u0902 \u0915\u0908 \u0905\u0902\u0917\u0941\u0932\u093F\u092F\u094B\u0902 \u0938\u0947 \u0938\u094D\u0915\u094D\u0930\u0940\u0928 \u0915\u094B \u0938\u094D\u092A\u0930\u094D\u0936 \u0915\u0930\u0947\u0902",toggleTranslationMaskWhenThreeFingersOnTheScreen:"\u0905\u0928\u0941\u0935\u093E\u0926 \u0927\u0941\u0902\u0927\u0932\u093E \u092A\u094D\u0930\u092D\u093E\u0935 \u0926\u093F\u0916\u093E\u0928\u0947/\u091B\u093F\u092A\u093E\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u090F\u0915 \u0939\u0940 \u0938\u092E\u092F \u092E\u0947\u0902 \u0915\u0908 \u0905\u0902\u0917\u0941\u0932\u093F\u092F\u094B\u0902 \u0915\u094B \u0938\u094D\u092A\u0930\u094D\u0936 \u0915\u0930\u0947\u0902",fingerCountToToggleTranslagePageOnlyTranslationWhenTouching:"\u0935\u0947\u092C \u092A\u0947\u091C \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 (\u0915\u0947\u0935\u0932 \u0905\u0928\u0941\u0935\u093E\u0926)/\u092E\u0942\u0932 \u092A\u093E\u0920 \u092A\u094D\u0930\u0926\u0930\u094D\u0936\u093F\u0924 \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u090F\u0915 \u0939\u0940 \u0938\u092E\u092F \u092E\u0947\u0902 \u0915\u0908 \u0905\u0902\u0917\u0941\u0932\u093F\u092F\u094B\u0902 \u0938\u0947 \u0938\u094D\u0915\u094D\u0930\u0940\u0928 \u0915\u094B \u0938\u094D\u092A\u0930\u094D\u0936 \u0915\u0930\u0947\u0902",addUrlDescription:"\u092F\u0939 \u090F\u0915 \u0921\u094B\u092E\u0947\u0928 \u0928\u093E\u092E \u0939\u094B \u0938\u0915\u0924\u093E \u0939\u0948 \u0914\u0930 \u0935\u093E\u0907\u0932\u094D\u0921\u0915\u093E\u0930\u094D\u0921 \u0915\u093E \u0938\u092E\u0930\u094D\u0925\u0928 \u0915\u0930\u0924\u093E \u0939\u0948, \u091C\u0948\u0938\u0947\uFF1A*.google.com, google.com/mail/*, https://www.google.com/*",general:"\u092E\u0942\u0932 \u0938\u0947\u091F\u093F\u0902\u0917\u094D\u0938",clickToExpandConfig:"\u0935\u0930\u094D\u0924\u092E\u093E\u0928 \u0915\u0949\u0928\u094D\u092B\u093C\u093F\u0917\u0930\u0947\u0936\u0928 \u0915\u093E \u0935\u093F\u0938\u094D\u0924\u093E\u0930 \u0915\u0930\u0947\u0902",import:"\u092B\u093C\u093E\u0907\u0932 \u0938\u0947 \u0906\u092F\u093E\u0924 \u0915\u0930\u0947\u0902",export:"\u092B\u093C\u093E\u0907\u0932 \u092E\u0947\u0902 \u0928\u093F\u0930\u094D\u092F\u093E\u0924 \u0915\u0930\u0947\u0902",toggleDebug:"\u0915\u0902\u0938\u094B\u0932 \u092A\u0930 \u0921\u093F\u092C\u0917 \u0932\u0949\u0917 \u092A\u094D\u0930\u093F\u0902\u091F \u0915\u0930\u0947\u0902","fingers.0":"\u092C\u0902\u0926","fingers.2":"\u0926\u094B \u0909\u0902\u0917\u0932\u093F\u092F\u094B\u0902 \u0915\u093E \u0938\u094D\u092A\u0930\u094D\u0936","fingers.3":"\u0924\u0940\u0928 \u0909\u0902\u0917\u0932\u093F\u092F\u094B\u0902 \u0915\u093E \u0938\u094D\u092A\u0930\u094D\u0936","fingers.4":"\u091A\u093E\u0930 \u0905\u0902\u0917\u0941\u0932 \u0915\u093E \u0938\u094D\u092A\u0930\u094D\u0936","fingers.5":"\u092A\u093E\u0901\u091A \u0905\u0902\u0917\u0941\u0932 \u0915\u093E \u0938\u094D\u092A\u0930\u094D\u0936",mouseHoldKey:"+ {key} \u0907\u0938 \u0905\u0928\u0941\u091A\u094D\u091B\u0947\u0926 \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926/\u092A\u0941\u0928\u0930\u094D\u0938\u094D\u0925\u093E\u092A\u0928\u093E \u0915\u0930\u0947\u0902",mouseHoldKeyAuto:"\u0907\u0938 \u0905\u0928\u0941\u091A\u094D\u091B\u0947\u0926 \u0915\u093E \u0938\u0940\u0927\u0947 \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0947\u0902",mouseHoldKeyOff:"\u0915\u0941\u091B \u092E\u0924 \u0915\u0930\u094B",mouseHoldKeyOther:"\u0915\u0938\u094D\u091F\u092E \u0936\u0949\u0930\u094D\u091F\u0915\u091F \u0915\u0941\u0902\u091C\u093F\u092F\u093E\u0901 (\u0938\u0947\u091F\u093F\u0902\u0917\u094D\u0938 \u0916\u094B\u0932\u0947\u0902)",mouseHoldKeyCustomKey:"0\u0907\u0938 \u0905\u0928\u0941\u091A\u094D\u091B\u0947\u0926 \u0915\u093E {key} /\u092A\u0941\u0928\u0930\u094D\u0938\u094D\u0925\u093E\u092A\u0928\u093E \u0915\u0930\u0947\u0902",mouseHoverHoldKey:"\u092A\u0948\u0930\u093E\u0917\u094D\u0930\u093E\u092B \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u092E\u093E\u0909\u0938 \u0915\u094B \u0918\u0941\u092E\u093E\u090F\u0901 \u0914\u0930 \u0936\u0949\u0930\u094D\u091F\u0915\u091F \u0915\u0941\u0902\u091C\u0940 \u0926\u092C\u093E\u090F\u0901","mouse-translate":"\u092E\u093E\u0909\u0938 \u0915\u0947 \u090A\u092A\u0930",document:"\u0926\u0938\u094D\u0924\u093E\u0935\u0947\u091C\u093C",resetSuccess:"\u0938\u092D\u0940 \u0938\u0947\u091F\u093F\u0902\u0917\u094D\u0938 \u0938\u092B\u0932\u0924\u093E\u092A\u0942\u0930\u094D\u0935\u0915 \u0930\u0940\u0938\u0947\u091F \u0915\u0930\u0947\u0902",resetThisSuccess:"\u0930\u0940\u0938\u0947\u091F \u0938\u092B\u0932",saved:"\u0938\u092B\u0932\u0924\u093E\u092A\u0942\u0930\u094D\u0935\u0915 \u092C\u091A\u093E\u092F\u093E",successImportConfig:"\u0915\u0949\u0928\u094D\u092B\u093C\u093F\u0917\u0930\u0947\u0936\u0928 \u0938\u092B\u0932\u0924\u093E\u092A\u0942\u0930\u094D\u0935\u0915 \u0906\u092F\u093E\u0924 \u0915\u093F\u092F\u093E \u0917\u092F\u093E",goAdvancedSettings:"\u0909\u0928\u094D\u0928\u0924 \u0938\u0947\u091F\u093F\u0902\u0917 \u092A\u0943\u0937\u094D\u0920 \u092A\u0930 \u091C\u093E\u090F\u0901",goAdvancedInterfaceSettings:"\u0909\u0928\u094D\u0928\u0924 \u0905\u0928\u0941\u0915\u0942\u0932\u0928 \u0938\u0947\u091F\u093F\u0902\u0917 \u092A\u0943\u0937\u094D\u0920 \u092A\u0930 \u091C\u093E\u090F\u0901",advanced:"\u090F\u0921\u0935\u093E\u0902\u0938 \u0938\u0947\u091F\u093F\u0902\u0917",advancedDescription:"\u0906\u092E \u0924\u094C\u0930 \u092A\u0930, \u0915\u093F\u0938\u0940 \u0938\u0947\u091F\u093F\u0902\u0917 \u0915\u0940 \u0906\u0935\u0936\u094D\u092F\u0915\u0924\u093E \u0928\u0939\u0940\u0902 \u0939\u0948, \u092C\u0938 \u0921\u093F\u092B\u093C\u0949\u0932\u094D\u091F \u0930\u0916\u0947\u0902\u0964 \u0915\u0947\u0935\u0932 \u0905\u0927\u093F\u0915 \u092A\u0947\u0936\u0947\u0935\u0930 \u0909\u092A\u092F\u094B\u0917\u0915\u0930\u094D\u0924\u093E\u0913\u0902 \u0915\u0947 \u0932\u093F\u090F, \u0905\u0927\u093F\u0915 \u0935\u0948\u092F\u0915\u094D\u0924\u093F\u0915\u0943\u0924 \u0938\u0947\u091F\u093F\u0902\u0917\u094D\u0938 \u092A\u094D\u0930\u0926\u093E\u0928 \u0915\u0940 \u091C\u093E\u0924\u0940 \u0939\u0948\u0902\u0964",developer:"\u0921\u0947\u0935\u0932\u092A\u0930 \u0938\u0947\u091F\u093F\u0902\u0917\u094D\u0938",donateCafe:"\u0915\u0940\u092E\u0924","translate to the bottom of the page":"\u0935\u0947\u092C \u092A\u0947\u091C \u092E\u0947\u0902 \u092A\u094D\u0930\u0935\u0947\u0936 \u0915\u0930\u0928\u0947 \u0915\u0947 \u092C\u093E\u0926, \u0915\u094D\u092F\u093E \u0907\u0938\u0915\u093E \u0924\u0941\u0930\u0902\u0924 \u092A\u0943\u0937\u094D\u0920 \u0915\u0947 \u0928\u093F\u091A\u0932\u0947 \u092D\u093E\u0917 \u092E\u0947\u0902 \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u093F\u092F\u093E \u091C\u093E\u0924\u093E \u0939\u0948?",feedback:"\u092A\u094D\u0930\u0924\u093F\u0915\u094D\u0930\u093F\u092F\u093E",toggleTranslatePage:"\u0935\u0947\u092C \u092A\u0947\u091C \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0947\u0902/\u092E\u0942\u0932 \u092A\u093E\u0920 \u0926\u093F\u0916\u093E\u090F\u0902",translateToThePageEndImmediatelyDescription:"\u091A\u093E\u0932\u0942 \u0939\u094B\u0928\u0947 \u092A\u0930, \u0915\u093F\u0938\u0940 \u0935\u0947\u092C\u092A\u0947\u091C \u092E\u0947\u0902 \u092A\u094D\u0930\u0935\u0947\u0936 \u0915\u0930\u0928\u0947 \u092A\u0930 \u0938\u093E\u092E\u0917\u094D\u0930\u0940 \u0924\u0941\u0930\u0902\u0924 \u090A\u092A\u0930 \u0938\u0947 \u0928\u0940\u091A\u0947 \u0924\u0915 \u0905\u0928\u0941\u0935\u093E\u0926\u093F\u0924 \u0939\u094B \u091C\u093E\u090F\u0917\u0940\u0964 \u092F\u0926\u093F \u092C\u0902\u0926 \u0939\u0948, \u0924\u094B \u0906\u092A \u090F\u0915 \u0939\u0940 \u0938\u092E\u092F \u092E\u0947\u0902 \u092A\u0922\u093C \u0914\u0930 \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930 \u0938\u0915\u0924\u0947 \u0939\u0948\u0902\u0964 (\u091A\u093E\u0932\u0942 \u0915\u0930\u0928\u0947 \u0915\u0940 \u0905\u0928\u0941\u0936\u0902\u0938\u093E \u0928\u0939\u0940\u0902 \u0915\u0940 \u0917\u0908)","translate all areas of the page":"\u0935\u0947\u092C \u092A\u0947\u091C \u0915\u0947 \u0938\u092D\u0940 \u0915\u094D\u0937\u0947\u0924\u094D\u0930\u094B\u0902 \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0928\u093E \u0939\u0948 \u092F\u093E \u0928\u0939\u0940\u0902",translationAreaDescription:"\u091A\u093E\u0932\u0942 \u0939\u094B\u0928\u0947 \u092A\u0930, \u0938\u0902\u092A\u0942\u0930\u094D\u0923 \u0935\u0947\u092C \u092A\u0947\u091C \u0915\u0947 \u0938\u092D\u0940 \u0915\u094D\u0937\u0947\u0924\u094D\u0930\u094B\u0902 \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u093F\u092F\u093E \u091C\u093E\u090F\u0917\u093E\u0964 \u092F\u0926\u093F \u092C\u0902\u0926 \u0915\u093F\u092F\u093E \u091C\u093E\u0924\u093E \u0939\u0948, \u0924\u094B \u0921\u093F\u092B\u093C\u0949\u0932\u094D\u091F \u0938\u094D\u092E\u093E\u0930\u094D\u091F \u092A\u0939\u091A\u093E\u0928 \u0915\u093E \u0909\u092A\u092F\u094B\u0917 \u0915\u093F\u092F\u093E \u091C\u093E\u0924\u093E \u0939\u0948 \u0914\u0930 \u0915\u0947\u0935\u0932 \u092E\u0941\u0916\u094D\u092F \u0915\u094D\u0937\u0947\u0924\u094D\u0930 \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u093F\u092F\u093E \u091C\u093E\u0924\u093E \u0939\u0948\u0964 (\u091A\u093E\u0932\u0942 \u0915\u0930\u0928\u0947 \u0915\u0940 \u0905\u0928\u0941\u0936\u0902\u0938\u093E \u0928\u0939\u0940\u0902 \u0915\u0940 \u0917\u0908)","the number of characters to be translated first":"\u0926\u0943\u0936\u094D\u092F \u0915\u094D\u0937\u0947\u0924\u094D\u0930 \u0924\u0915 \u0938\u094D\u0915\u094D\u0930\u0949\u0932 \u0915\u0930\u0928\u0947 \u0915\u0940 \u092A\u094D\u0930\u0924\u0940\u0915\u094D\u0937\u093E \u0915\u093F\u090F \u092C\u093F\u0928\u093E \u092A\u0943\u0937\u094D\u0920 \u0915\u0947 \u092A\u0939\u0932\u0947 \u0915\u0941\u091B \u0935\u0930\u094D\u0923\u094B\u0902 \u0915\u093E \u0938\u0940\u0927\u0947 \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0947\u0902","interface language":"\u0907\u0902\u091F\u0930\u092B\u093C\u0947\u0938 \u092D\u093E\u0937\u093E","display both the original text and the translation":"\u092E\u0942\u0932 \u092A\u093E\u0920 \u0914\u0930 \u0905\u0928\u0941\u0935\u093E\u0926 \u090F\u0915 \u0938\u093E\u0925 \u092A\u094D\u0930\u0926\u0930\u094D\u0936\u093F\u0924 \u0915\u0930\u0947\u0902","keyboard shortcuts":"\u0915\u0941\u0902\u091C\u0940\u092A\u091F\u0932 \u0905\u0932\u094D\u092A \u092E\u093E\u0930\u094D\u0917",modify:"\u0936\u0949\u0930\u094D\u091F\u0915\u091F \u0915\u0941\u0902\u091C\u093F\u092F\u093E\u0901 \u0938\u0902\u0936\u094B\u0927\u093F\u0924 \u0915\u0930\u0947\u0902",reset:"\u0930\u0940\u0938\u0947\u091F",close:"\u092C\u0902\u0926",homepage:"\u0939\u094B\u092E \u092A\u0947\u091C",more:"\u0905\u0927\u093F\u0915",moreOptions:"\u0905\u0927\u093F\u0915 \u0905\u0928\u0941\u0915\u0942\u0932\u0928 \u0935\u093F\u0915\u0932\u094D\u092A\u094B\u0902 \u0915\u093E \u0935\u093F\u0938\u094D\u0924\u093E\u0930 \u0915\u0930\u0947\u0902",translateTheWholePage:"\u092A\u0943\u0937\u094D\u0920 \u0915\u0947 \u0938\u092D\u0940 \u0915\u094D\u0937\u0947\u0924\u094D\u0930\u094B\u0902 \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0947\u0902 (\u092C\u0941\u0926\u094D\u0927\u093F\u092E\u093E\u0928 \u092A\u0939\u091A\u093E\u0928 \u0915\u0947 \u092E\u0941\u0916\u094D\u092F \u0915\u094D\u0937\u0947\u0924\u094D\u0930\u094B\u0902 \u0938\u0947 \u092D\u093F\u0928\u094D\u0928)",changeToTranslateTheWholePage:"\u0938\u092D\u0940 \u0915\u094D\u0937\u0947\u0924\u094D\u0930\u094B\u0902 \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u0938\u094D\u0935\u093F\u091A \u0915\u0930\u0947\u0902",changeToTranslateTheMainPage:"\u0905\u0928\u0941\u0935\u093E\u0926 \u092E\u0941\u0916\u094D\u092F \u0915\u094D\u0937\u0947\u0924\u094D\u0930 \u092A\u0930 \u0938\u094D\u0935\u093F\u091A \u0915\u0930\u0947\u0902",changeToOnlyTranslationMode:"\u0915\u0947\u0935\u0932 \u0905\u0928\u0941\u0935\u093E\u0926 \u0926\u093F\u0916\u093E\u0928\u0947 \u092A\u0930 \u0938\u094D\u0935\u093F\u091A \u0915\u0930\u0947\u0902",changeToDualTranslationMode:"\u0926\u094D\u0935\u093F\u092D\u093E\u0937\u0940 \u0905\u0928\u0941\u0935\u093E\u0926 \u092A\u0930 \u0938\u094D\u0935\u093F\u091A \u0915\u0930\u0947\u0902",translateToThePageEndImmediately:"\u0924\u0941\u0930\u0902\u0924 \u092A\u0943\u0937\u094D\u0920 \u0915\u0947 \u0928\u0940\u091A\u0947 \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0947\u0902",translateTheMainPage:"\u092C\u0941\u0926\u094D\u0927\u093F\u092E\u093E\u0928 \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0947 \u092E\u0941\u0916\u094D\u092F \u0915\u094D\u0937\u0947\u0924\u094D\u0930","The local rules are up to date":"\u0938\u094D\u0925\u093E\u0928\u0940\u092F \u0905\u0928\u0941\u0915\u0942\u0932\u0928 \u0928\u093F\u092F\u092E \u0905\u0926\u094D\u092F\u0924\u093F\u0924 \u0939\u0948\u0902:","Successfully synchronized with the latest official rules:":"\u0928\u0935\u0940\u0928\u0924\u092E \u0906\u0927\u093F\u0915\u093E\u0930\u093F\u0915 \u0905\u0928\u0941\u0915\u0942\u0932\u0928 \u0928\u093F\u092F\u092E\u094B\u0902 \u0915\u094B \u0938\u092B\u0932\u0924\u093E\u092A\u0942\u0930\u094D\u0935\u0915 \u0938\u093F\u0902\u0915\u094D\u0930\u0928\u093E\u0907\u091C\u093C \u0915\u093F\u092F\u093E \u0917\u092F\u093E:","Checking for updates":"\u0905\u092A\u0921\u0947\u091F \u0915\u0947 \u0932\u093F\u090F \u091C\u093E\u0902\u091A \u0915\u0930 \u0930\u0939\u093E \u0939\u0948","Rules are being synchronized":"\u0905\u0928\u0941\u0915\u0942\u0932\u0928 \u0928\u093F\u092F\u092E\u094B\u0902 \u0915\u094B \u0938\u093F\u0902\u0915\u094D\u0930\u0928\u093E\u0907\u091C\u093C \u0915\u0930\u0928\u093E",localVersionIsTooOld:"\u0938\u094D\u0925\u093E\u0928\u0940\u092F \u090F\u0915\u094D\u0938\u091F\u0947\u0902\u0936\u0928 \u0938\u0902\u0938\u094D\u0915\u0930\u0923 \u092C\u0939\u0941\u0924 \u092A\u0941\u0930\u093E\u0928\u093E \u0939\u0948\u0964 \u0915\u0943\u092A\u092F\u093E \u090F\u0915\u094D\u0938\u091F\u0947\u0902\u0936\u0928 {minVersion} \u092F\u093E \u0928\u090F \u0938\u0902\u0938\u094D\u0915\u0930\u0923 \u092E\u0947\u0902 \u0905\u092A\u0917\u094D\u0930\u0947\u0921 \u0915\u0930\u0947\u0902 \u0914\u0930 \u092B\u093F\u0930 \u0938\u0947 \u0938\u093F\u0902\u0915\u094D\u0930\u0928\u093E\u0907\u091C\u093C\u0947\u0936\u0928 \u0915\u093E \u092A\u094D\u0930\u092F\u093E\u0938 \u0915\u0930\u0947\u0902\u0964",badUserscriptBrowser:"\u0935\u0930\u094D\u0924\u092E\u093E\u0928 \u092C\u094D\u0930\u093E\u0909\u091C\u093C\u0930 \u0917\u094D\u0930\u0940\u0938 \u092E\u0902\u0915\u0940 \u090F\u0915\u094D\u0938\u091F\u0947\u0902\u0936\u0928 \u0907\u0902\u091F\u0930\u092B\u093C\u0947\u0938 \u0915\u094B \u0938\u0939\u0940 \u0922\u0902\u0917 \u0938\u0947 \u0915\u093E\u0930\u094D\u092F\u093E\u0928\u094D\u0935\u093F\u0924 \u0928\u0939\u0940\u0902 \u0915\u0930\u0924\u093E \u0939\u0948 (\u091C\u0948\u0938\u0947 \u0915\u093F \u0917\u094D\u0930\u0940\u0938 \u092E\u0902\u0915\u0940 \u0938\u094D\u0915\u094D\u0930\u093F\u092A\u094D\u091F \u0915\u0940 \u0938\u0902\u0938\u094D\u0915\u0930\u0923 \u0938\u0902\u0916\u094D\u092F\u093E \u0915\u0940 \u091C\u093E\u0928\u0915\u093E\u0930\u0940 \u092A\u094D\u0930\u093E\u092A\u094D\u0924 \u0915\u0930\u0928\u093E), \u0915\u0943\u092A\u092F\u093E \u0905\u0928\u094D\u092F <1> \u0938\u092E\u0930\u094D\u0925\u0928 \u0917\u094D\u0930\u0940\u0938 \u092E\u0902\u0915\u0940 \u090F\u0915\u094D\u0938\u091F\u0947\u0902\u0936\u0928 \u0915\u093E \u0909\u092A\u092F\u094B\u0917 \u0915\u0930\u0947\u0902 \u092B\u093C\u093E\u092F\u0930\u092B\u093C\u0949\u0915\u094D\u0938 \u091C\u0948\u0938\u0947 \u092C\u094D\u0930\u093E\u0909\u091C\u093C\u0930",foundNewVersion:"\u0928\u092F\u093E \u0938\u0902\u0938\u094D\u0915\u0930\u0923 \u092E\u093F\u0932\u093E",theLocalExtensionIsUpToUpdate:"\u0935\u0930\u094D\u0924\u092E\u093E\u0928 \u090F\u0915\u094D\u0938\u091F\u0947\u0902\u0936\u0928 \u0928\u0935\u0940\u0928\u0924\u092E \u0938\u0902\u0938\u094D\u0915\u0930\u0923 \u0939\u0948.",failToSyncRules:"\u0928\u0935\u0940\u0928\u0924\u092E \u0905\u0928\u0941\u0915\u0942\u0932\u0928 \u0928\u093F\u092F\u092E\u094B\u0902 \u0915\u094B \u0938\u093F\u0902\u0915\u094D\u0930\u0928\u093E\u0907\u091C\u093C \u0915\u0930\u0928\u0947 \u092E\u0947\u0902 \u0935\u093F\u092B\u0932",retry:"\u092A\u0941\u0928\u0903 \u092A\u094D\u0930\u092F\u093E\u0938 \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u092F\u0939\u093E\u0902 \u092A\u0930 \u0915\u094D\u0932\u093F\u0915 \u0915\u0930\u0947\u0902",failedReason:"\u0905\u0938\u092B\u0932\u0924\u093E \u0915\u093E \u0915\u093E\u0930\u0923",currentRuleVersion:"\u0935\u0930\u094D\u0924\u092E\u093E\u0928 \u0928\u093F\u092F\u092E \u0938\u0902\u0938\u094D\u0915\u0930\u0923",calculating:"\u0917\u093F\u0928\u093E \u091C\u093E \u0930\u0939\u093E \u0939\u0948",unknownError:"\u0905\u091C\u094D\u091E\u093E\u0924 \u0917\u0932\u0924\u0940",canNotFetchRemoteRule:"\u0926\u0942\u0930\u0938\u094D\u0925 \u0928\u093F\u092F\u092E \u092A\u094D\u0930\u093E\u092A\u094D\u0924 \u0915\u0930\u0928\u0947 \u092E\u0947\u0902 \u0905\u0938\u092E\u0930\u094D\u0925",enableAlphaSuccess:"\u0905\u0932\u094D\u092B\u093C\u093E \u092B\u093C\u0902\u0915\u094D\u0936\u0928 \u091A\u093E\u0932\u0942 \u0939\u0941\u0906",disableAlphaSuccess:"\u0905\u0932\u094D\u092B\u093C\u093E \u0938\u0941\u0935\u093F\u0927\u093E \u092C\u0902\u0926 \u0915\u0930 \u0926\u0940 \u0917\u0908",cacheSize:"\u0915\u0948\u0936 \u0906\u0915\u093E\u0930\uFF1A",cleaning:"\u0938\u092B\u093E\u0908",cleanCache:"\u0915\u0948\u0936 \u0915\u094B \u0938\u093E\u092B\u093C \u0915\u0930\u0947\u0902",options:"\u0938\u094D\u0925\u093E\u092A\u093F\u0924 \u0915\u0930\u0928\u093E",about:"\u0915\u0947 \u092C\u093E\u0930\u0947 \u092E\u0947\u0902",service:"\u0905\u0928\u0941\u0935\u093E\u0926\u0928 \u0938\u0947\u0935\u093E",needAction:"(\u0938\u0947\u091F\u093F\u0902\u0917\u094D\u0938 \u092E\u0947\u0902 \u091C\u093E\u0913)",goSettings:"\u0938\u0947\u091F\u093F\u0902\u0917\u094D\u0938 \u092E\u0947\u0902 \u091C\u093E\u0913",needActionForOptions:"(\u0938\u0947\u091F \u0915\u0930\u0928\u0947 \u0915\u0940 \u0906\u0935\u0936\u094D\u092F\u0915\u0924\u093E \u0939\u0948)",translationEngine:"\u0907\u0902\u091C\u0928 \u0935\u093F\u0915\u0932\u094D\u092A",sourceLanguage:"\u0935\u093E\u0938\u094D\u0924\u0935\u093F\u0915 \u092D\u093E\u0937\u093E",target:"\u0932\u0915\u094D\u0937\u094D\u092F \u092D\u093E\u0937\u093E",popupSourceLanguage:"\u0935\u093E\u0938\u094D\u0924\u0935\u093F\u0915 \u092D\u093E\u0937\u093E",popupTarget:"\u0932\u0915\u094D\u0937\u094D\u092F \u092D\u093E\u0937\u093E",popupService:"\u0905\u0928\u0941\u0935\u093E\u0926\u0928 \u0938\u0947\u0935\u093E",forThisSite:"\u0935\u0930\u094D\u0924\u092E\u093E\u0928 \u0935\u0947\u092C\u0938\u093E\u0907\u091F",autoEnableSubtitle:"\u0926\u094D\u0935\u093F\u092D\u093E\u0937\u0940 \u0909\u092A\u0936\u0940\u0930\u094D\u0937\u0915 \u0938\u094D\u0935\u091A\u093E\u0932\u093F\u0924 \u0930\u0942\u092A \u0938\u0947 \u091A\u093E\u0932\u0942 \u0915\u0930\u0947\u0902",alwaysTranslate:"\u0939\u092E\u0947\u0936\u093E \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0947\u0902",neverTranslate:"\u0915\u092D\u0940 \u092D\u0940 \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0928 \u0915\u0930\u0947\u0902",alwaysTranslateSomeLanguage:"\u0939\u092E\u0947\u0936\u093E {language}\u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0947\u0902",neverTranslateSomeLanguage:"\u0915\u092D\u0940 \u092D\u0940 {language}\u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0928 \u0915\u0930\u0947\u0902",alwaysTranslateSomeSite:"\u0939\u092E\u0947\u0936\u093E {hostname}\u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0947\u0902",neverTranslateSomeSite:"\u0915\u092D\u0940 \u092D\u0940 {hostname}\u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0928 \u0915\u0930\u0947\u0902",alwaysTranslateSomeSiteOrWildSite:"\u0939\u092E\u0947\u0936\u093E \u0907\u0938 \u0938\u093E\u0907\u091F \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0947\u0902",alwaysTranslateSomePage:"\u0939\u092E\u0947\u0936\u093E \u0907\u0938 \u092A\u0943\u0937\u094D\u0920 \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0947\u0902",add:"\u0907\u0938\u092E\u0947\u0902 \u091C\u094B\u0921\u093C\u0947\u0902",default:"\u0917\u0932\u0924\u0940 \u0915\u0930\u0928\u093E",forThisLanguage:"\u0907\u0938 \u092D\u093E\u0937\u093E \u0915\u0947 \u0932\u093F\u090F\uFF1A","add url":"\u092F\u0942 \u0906\u0930 \u090F\u0932 \u0926\u0930\u094D\u091C \u0915\u0930\u094B",edit:"\u0938\u0902\u092A\u093E\u0926\u0928 \u0915\u0930\u0928\u093E","translate other languages into specific language":"\u0906\u092A\u0915\u0947 \u0926\u094D\u0935\u093E\u0930\u093E \u0928\u093F\u0930\u094D\u0927\u093E\u0930\u093F\u0924 \u092D\u093E\u0937\u093E \u092E\u0947\u0902 \u0905\u0928\u094D\u092F \u092D\u093E\u0937\u093E\u0913\u0902 \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0947\u0902","select translation service":"\u090F\u0915 \u0905\u0928\u0941\u0935\u093E\u0926 \u0938\u0947\u0935\u093E \u091A\u0941\u0928\u0947\u0902",language:"\u092D\u093E\u0937\u093E","show-original":"\u092E\u0942\u0932 \u092A\u093E\u0920 \u0926\u093F\u0916\u093E\u090F\u0901",translate:"\u0905\u0928\u0941\u0935\u093E\u0926",Translated:"\u0905\u0928\u0941\u0935\u093E\u0926",Translating:"\u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0928\u093E",Error:"\u0917\u0932\u0924\u0940",allowCacheTranslations:"\u0938\u094D\u0925\u093E\u0928\u0940\u092F \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0948\u0936\u093F\u0902\u0917 \u0938\u0915\u094D\u0937\u092E \u0915\u0930\u0947\u0902 (\u0921\u0941\u092A\u094D\u0932\u093F\u0915\u0947\u091F \u092A\u0948\u0930\u093E\u0917\u094D\u0930\u093E\u092B \u0915\u0947 \u0932\u093F\u090F \u0905\u0928\u0941\u0935\u093E\u0926 \u0905\u0928\u0941\u0930\u094B\u0927\u094B\u0902 \u0915\u094B \u0915\u092E \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F)","translation display":"\u0905\u0928\u0941\u0935\u093E\u0926 \u092A\u094D\u0930\u0926\u0930\u094D\u0936\u0928 \u0936\u0948\u0932\u0940","select diplay style":"\u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0940 \u0936\u0948\u0932\u0940 \u0915\u094B \u0905\u0932\u0917 \u0915\u0930\u0947\u0902\u0964 \u0935\u093F\u0935\u0930\u0923 \u0915\u0947 \u0932\u093F\u090F \u0915\u0943\u092A\u092F\u093E \u0928\u093F\u092E\u094D\u0928\u0932\u093F\u0916\u093F\u0924 \u0909\u0926\u093E\u0939\u0930\u0923 \u0926\u0947\u0916\u0947\u0902:",interface:"\u0907\u0902\u091F\u0930\u092B\u093C\u0947\u0938 \u0938\u0947\u091F\u093F\u0902\u0917\u094D\u0938",import_export:"\u0906\u092F\u093E\u0924 \u0914\u0930 \u0928\u093F\u0930\u094D\u092F\u093E\u0924",import_export_title:"\u0906\u092F\u093E\u0924/\u0928\u093F\u0930\u094D\u092F\u093E\u0924 \u0915\u0949\u0928\u094D\u092B\u093C\u093F\u0917\u0930\u0947\u0936\u0928",syncToGoogleDrive:"\u0905\u092D\u0940 Google Drive \u0915\u0947 \u0938\u093E\u0925 \u0938\u093F\u0902\u0915 \u0915\u0930\u0947\u0902",floatBallOptions:"\u0928\u093F\u0932\u0902\u092C\u093F\u0924 \u0917\u0947\u0902\u0926 \u0938\u0947\u091F\u093F\u0902\u0917\u094D\u0938","floatBallOptions.enable":"\u092B\u094D\u0932\u094B\u091F\u093F\u0902\u0917 \u092C\u0949\u0932 \u0938\u0915\u094D\u0937\u092E \u0915\u0930\u0947\u0902","floatBallOptions.blockUrls":"\u0935\u0947\u092C\u0938\u093E\u0907\u091F \u0905\u0915\u094D\u0937\u092E \u0915\u0930\u0947\u0902","floatBallOptions.add":"\u0907\u0938\u092E\u0947\u0902 \u091C\u094B\u0921\u093C\u0947\u0902","floatBallOptions.blockUrlDesc":"\u0928\u093F\u092E\u094D\u0928\u0932\u093F\u0916\u093F\u0924 \u0935\u0947\u092C\u0938\u093E\u0907\u091F\u094B\u0902 \u0915\u093E \u0938\u093E\u092E\u0928\u093E \u0915\u0930\u0928\u0947 \u092A\u0930 \u092B\u094D\u0932\u094B\u091F\u093F\u0902\u0917 \u092C\u0949\u0932 \u092A\u094D\u0930\u0926\u0930\u094D\u0936\u093F\u0924 \u0928\u0939\u0940\u0902 \u0939\u094B\u0917\u0940","floatBallOptions.clickType":"\u0935\u094D\u092F\u0935\u0939\u093E\u0930 \u092A\u0930 \u0915\u094D\u0932\u093F\u0915 \u0915\u0930\u0947\u0902","floatBallOptions.clickTypeDesc":"\u0915\u094D\u0932\u093F\u0915 \u0915\u0930\u0928\u0947 \u092A\u0930 \u092B\u094D\u0932\u094B\u091F\u093F\u0902\u0917 \u092C\u0949\u0932 \u0906\u0907\u0915\u0928 \u0915\u093E \u0935\u094D\u092F\u0935\u0939\u093E\u0930","floatBallOptions.clickPopup":"\u0905\u0928\u0941\u0935\u093E\u0926 \u092A\u0948\u0928\u0932 \u0926\u093F\u0916\u093E\u090F\u0901","floatBallOptions.clickTranslate":"\u092E\u0942\u0932 \u092A\u093E\u0920 \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0947\u0902/\u0926\u093F\u0916\u093E\u090F\u0901","floatBallOptions.fixedPosition":"\u56FA\u5B9A\u4F4D\u7F6E","floatBallOptions.fixedPositionDesc":"\u60AC\u6D6E\u7403\u5728\u7A97\u53E3\u5DE6\u4FA7\u8FD8\u662F\u53F3\u4FA7","floatBallOptions.fixedPositionLeft":"\u5DE6\u4FA7","floatBallOptions.fixedPositionRight":"\u53F3\u4FA7",previewAllThemes:"\u0938\u092D\u0940 \u0936\u0948\u0932\u093F\u092F\u094B\u0902 \u0915\u093E \u092A\u0942\u0930\u094D\u0935\u093E\u0935\u0932\u094B\u0915\u0928 \u0915\u0930\u0947\u0902","translationTheme.none":"\u0915\u094B\u0908 \u0928\u0939\u0940\u0902","translationTheme.grey":"\u0917\u0939\u0930\u093E \u092D\u0942\u0930\u093E","translationTheme.dashed":"\u0927\u0930\u093E\u0936\u093E\u092F\u0940 \u0930\u0947\u0916\u093E\u0902\u0915\u093F\u0924","translationTheme.dotted":"\u092C\u093F\u0902\u0926\u0940\u0926\u093E\u0930 \u0930\u0947\u0916\u093E\u0902\u0915\u0928","translationTheme.dashedBorder":"\u0927\u0930\u093E\u0936\u093E\u092F\u0940 \u0938\u0940\u092E\u093E","translationTheme.solidBorder":"\u0920\u094B\u0938 \u0938\u0940\u092E\u093E","translationTheme.underline":"\u0938\u0940\u0927\u0947 \u0930\u0947\u0916\u093E\u0902\u0915\u093F\u0924 \u0915\u0930\u0947\u0902","translationTheme.mask":"\u0927\u0941\u0902\u0927\u0932\u093E \u092A\u094D\u0930\u092D\u093E\u0935 (\u0938\u0940\u0916\u0928\u0947 \u0915\u093E \u0924\u0930\u0940\u0915\u093E)","translationTheme.opacity":"\u092A\u093E\u0930\u0926\u0930\u094D\u0936\u093F\u0924\u093E \u092A\u094D\u0930\u092D\u093E\u0935","translationTheme.paper":"\u0936\u094D\u0935\u0947\u0924 \u092A\u0924\u094D\u0930 \u091B\u093E\u092F\u093E \u092A\u094D\u0930\u092D\u093E\u0935","translationTheme.dividingLine":"\u0935\u093F\u092D\u093E\u091C\u0928 \u0930\u0947\u0916\u093E","translationTheme.highlight":"\u092A\u094D\u0930\u092E\u0941\u0916\u0924\u093E \u0938\u0947 \u0926\u093F\u0916\u093E\u0928\u093E","translationTheme.marker":"\u0928\u093F\u0936\u093E\u0928","translationTheme.marker2":"\u092E\u093E\u0930\u094D\u0915\u0930 2","translationTheme.blockquote":"\u0938\u0902\u0926\u0930\u094D\u092D \u0936\u0948\u0932\u0940","translationTheme.weakening":"\u0915\u092E\u091C\u094B\u0930","translationTheme.italic":"\u0924\u093F\u0930\u094D\u091B\u093E","translationTheme.bold":"\u092C\u094B\u0932\u094D\u0921","translationTheme.thinDashed":"\u092A\u0924\u0932\u0940 \u0927\u0930\u093E\u0936\u093E\u092F\u0940 \u0930\u0947\u0916\u093E\u0902\u0915\u0928","translationTheme.nativeDashed":"\u0938\u093F\u0938\u094D\u091F\u092E \u092C\u093F\u0902\u0926\u0940\u0926\u093E\u0930 \u0905\u0902\u0921\u0930\u0932\u093E\u0907\u0928 \u0915\u0947 \u0938\u093E\u0925 \u0906\u0924\u093E \u0939\u0948","translationTheme.nativeDotted":"\u0938\u093F\u0938\u094D\u091F\u092E \u092C\u093F\u0902\u0926\u0940\u0926\u093E\u0930 \u0905\u0902\u0921\u0930\u0932\u093E\u0907\u0928 \u0915\u0947 \u0938\u093E\u0925 \u0906\u0924\u093E \u0939\u0948","translationTheme.nativeUnderline":"\u0938\u093F\u0938\u094D\u091F\u092E \u0938\u0940\u0927\u0947 \u0905\u0902\u0921\u0930\u0932\u093E\u0907\u0928 \u0915\u0947 \u0938\u093E\u0925 \u0906\u0924\u093E \u0939\u0948","translationTheme.wavy":"\u0932\u0939\u0930\u0926\u093E\u0930 \u0930\u0947\u0916\u093E\u090F\u0901","translationServices.custom":"\u0915\u0938\u094D\u091F\u092E \u090F\u092A\u0940\u0906\u0908","translationServices.tencent":"\u091F\u0947\u0928\u0938\u0947\u0902\u091F \u0905\u0928\u0941\u0935\u093E\u0926\u0915","translationServices.tenAlpha":"Tencent \u0905\u0928\u0941\u0935\u093E\u0926\u0915 (\u0905\u0932\u094D\u092B\u093E)","translationServices.google":"\u0917\u0942\u0917\u0932 \u0905\u0928\u0941\u0935\u093E\u0926","translationServices.bai":"Baidu(\u0905\u0932\u094D\u092B\u093E)","translationServices.baidu":"Baidu \u0905\u0928\u0941\u0935\u093E\u0926\u0915","translationServices.aliyun":"\u0905\u0932\u0940\u092C\u093E\u092C\u093E \u0915\u094D\u0932\u093E\u0909\u0921 \u0905\u0928\u0941\u0935\u093E\u0926","translationServices.volc":"\u091C\u094D\u0935\u093E\u0932\u093E\u092E\u0941\u0916\u0940 \u0905\u0928\u0941\u0935\u093E\u0926","translationServices.deeplx":"\u0921\u0940\u092A\u090F\u0932\u090F\u0915\u094D\u0938(\u092C\u0940\u091F\u093E)","translationServices.bing":"\u092E\u093E\u0907\u0915\u094D\u0930\u094B\u0938\u0949\u092B\u094D\u091F \u0905\u0928\u0941\u0935\u093E\u0926\u0915","translationServices.deepl":"\u0921\u0940\u092A\u090F\u0932","translationServices.wechat":"\u0935\u0940\u091A\u0948\u091F \u0905\u0928\u0941\u0935\u093E\u0926","translationServices.azure":"\u0928\u0940\u0932\u093E \u0905\u0928\u0941\u0935\u093E\u0926","translationServices.ibm":"\u0906\u0908\u092C\u0940\u090F\u092E \u0935\u0949\u091F\u0938\u0928","translationServices.aws":"\u0905\u092E\u0947\u091C\u093C\u0928 \u0905\u0928\u0941\u0935\u093E\u0926","translationServices.mock":"\u0905\u0928\u0941\u0930\u0942\u092A\u093F\u0924 \u0905\u0928\u0941\u0935\u093E\u0926","translationServices.mock2":"\u0938\u093F\u092E\u094D\u092F\u0941\u0932\u0947\u091F\u0947\u0921 \u0905\u0928\u0941\u0935\u093E\u0926 2","translationServices.caiyun":"\u0915\u0948\u092F\u0941\u0928 \u0936\u093F\u092F\u093E\u0913\u092F\u0940","translationServices.cai":"\u0915\u0948\u092F\u0941\u0928 \u0936\u093F\u092F\u093E\u0913\u092F\u0940 (\u0905\u0932\u094D\u092B\u093E)","translationServices.volcAlpha":"\u091C\u094D\u0935\u093E\u0932\u093E\u092E\u0941\u0916\u0940 (\u0905\u0932\u094D\u092B\u093E)","translationServices.openl":"\u0913\u092A\u0928\u090F\u0932","translationServices.youdao":"Youdao \u0905\u0928\u0941\u0935\u093E\u0926","translationServices.you":"Youdao \u0905\u0928\u0941\u0935\u093E\u0926 (\u0905\u0932\u094D\u092B\u093E)","translationServices.transmart":"Tencent \u0907\u0902\u091F\u0930\u0948\u0915\u094D\u091F\u093F\u0935 \u0905\u0928\u0941\u0935\u093E\u0926","translationServices.niu":"\u092E\u093E\u0935\u0947\u0930\u093F\u0915\u094D\u0938 \u0905\u0928\u0941\u0935\u093E\u0926","translationServices.papago":"\u092A\u093E\u092A\u093E\u0917\u094B \u0905\u0928\u0941\u0935\u093E\u0926","translationServices.d":"\u0921\u0940(\u0905\u0932\u094D\u092B\u093E)","translationServices.dpro":"\u0921\u0940 \u092A\u094D\u0930\u094B (\u0915\u0948\u0928\u0930\u0940)","translationServices.openai":"\u0913\u092A\u0928\u090F\u0906\u0908","translationServices.chatgpt":"\u091A\u0948\u091F\u091C\u0940\u092A\u0940\u091F\u0940 \u0935\u0947\u092C(3.5 \u092E\u094B\u092C\u093E\u0907\u0932)","translate title":"\u092A\u0943\u0937\u094D\u0920 \u0936\u0940\u0930\u094D\u0937\u0915 \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0947\u0902","always languages":"\u0939\u092E\u0947\u0936\u093E \u0905\u0928\u0941\u0935\u093E\u0926\u093F\u0924 \u092D\u093E\u0937\u093E",neverTranslateLanguagesLabel:"\u0910\u0938\u0940 \u092D\u093E\u0937\u093E\u090F\u0901 \u091C\u093F\u0928\u0915\u093E \u0915\u092D\u0940 \u0905\u0928\u0941\u0935\u093E\u0926 \u0928\u0939\u0940\u0902 \u0939\u094B\u0924\u093E",neverTranslateTheFollowingLanguagesDescription:"\u091C\u092C \u092A\u0943\u0937\u094D\u0920 \u092E\u0947\u0902 \u0915\u094B\u0908 \u092A\u0948\u0930\u093E\u0917\u094D\u0930\u093E\u092B \u0928\u093F\u092E\u094D\u0928\u0932\u093F\u0916\u093F\u0924 \u092D\u093E\u0937\u093E\u0913\u0902 \u092E\u0947\u0902 \u0939\u094B\u0917\u093E \u0924\u094B \u0905\u0928\u0941\u0935\u093E\u0926 \u091B\u094B\u0921\u093C \u0926\u093F\u092F\u093E \u091C\u093E\u090F\u0917\u093E",enableUserscriptPagePopup:"\u092A\u0943\u0937\u094D\u0920 \u092A\u0930 \u0924\u0948\u0930\u0924\u0940 \u0939\u0941\u0908 \u0917\u0947\u0902\u0926 \u0926\u093F\u0916\u093E\u090F\u0901",enableUserscriptPagePopupDescription:"\u092B\u094D\u0932\u094B\u091F\u093F\u0902\u0917 \u092C\u0949\u0932 \u0915\u094B \u092C\u0902\u0926 \u0915\u0930\u0928\u0947 \u0915\u0947 \u092C\u093E\u0926 \u0906\u092A \u0909\u0938\u0947 \u091C\u0917\u093E\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u0936\u0949\u0930\u094D\u091F\u0915\u091F \u0915\u0941\u0902\u091C\u0940/{touch}\u0915\u093E \u0909\u092A\u092F\u094B\u0917 \u0915\u0930 \u0938\u0915\u0924\u0947 \u0939\u0948\u0902\u0964 \u0907\u0938 \u0935\u093F\u0915\u0932\u094D\u092A \u0915\u094B \u0917\u0932\u0924\u0940 \u0938\u0947 \u092C\u0902\u0926 \u0915\u0930\u0928\u0947 \u0915\u0947 \u092C\u093E\u0926 \u092B\u094D\u0932\u094B\u091F\u093F\u0902\u0917 \u092C\u0949\u0932 \u0915\u094B \u092E\u093F\u0932\u0928\u0947 \u0938\u0947 \u0930\u094B\u0915\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F, \u0907\u0938 \u0938\u0947\u091F\u093F\u0902\u0917 \u092A\u0947\u091C \u0915\u094B \u092C\u0941\u0915\u092E\u093E\u0930\u094D\u0915 \u0915\u0930\u0928\u0947 \u0915\u0940 \u092A\u0941\u0930\u091C\u094B\u0930 \u0905\u0928\u0941\u0936\u0902\u0938\u093E \u0915\u0940 \u091C\u093E\u0924\u0940 \u0939\u0948\u0964","always translate the following languages":"\u091C\u092C \u092A\u0943\u0937\u094D\u0920 \u0915\u0940 \u092D\u093E\u0937\u093E \u0928\u093F\u092E\u094D\u0928\u0932\u093F\u0916\u093F\u0924 \u092D\u093E\u0937\u093E\u0913\u0902 \u092E\u0947\u0902 \u0939\u094B\u0917\u0940, \u0924\u094B \u0907\u0938\u0947 \u0938\u094D\u0935\u091A\u093E\u0932\u093F\u0924 \u0930\u0942\u092A \u0938\u0947 \u0932\u0915\u094D\u0937\u094D\u092F \u092D\u093E\u0937\u093E \u092E\u0947\u0902 \u0905\u0928\u0941\u0935\u093E\u0926\u093F\u0924 \u0915\u093F\u092F\u093E \u091C\u093E\u090F\u0917\u093E","always sites":"\u0939\u092E\u0947\u0936\u093E \u0905\u0928\u0941\u0935\u093E\u0926\u093F\u0924 \u092F\u0942\u0906\u0930\u090F\u0932","always translate the following sites":"\u091C\u092C \u0935\u0947\u092C\u0938\u093E\u0907\u091F \u0928\u093F\u092E\u094D\u0928\u0932\u093F\u0916\u093F\u0924 \u0921\u094B\u092E\u0947\u0928 \u0928\u093E\u092E \u0915\u0940 \u0939\u094B\u0917\u0940, \u0924\u094B \u0907\u0938\u0947 \u0938\u094D\u0935\u091A\u093E\u0932\u093F\u0924 \u0930\u0942\u092A \u0938\u0947 \u0932\u0915\u094D\u0937\u094D\u092F \u092D\u093E\u0937\u093E \u092E\u0947\u0902 \u0905\u0928\u0941\u0935\u093E\u0926\u093F\u0924 \u0915\u093F\u092F\u093E \u091C\u093E\u090F\u0917\u093E","never sites":"\u0910\u0938\u0947 \u092F\u0942\u0906\u0930\u090F\u0932 \u091C\u093F\u0928\u0915\u093E \u0915\u092D\u0940 \u0905\u0928\u0941\u0935\u093E\u0926 \u0928\u0939\u0940\u0902 \u0915\u093F\u092F\u093E \u091C\u093E\u090F\u0917\u093E","never translate the following sites":"\u091C\u092C \u0935\u0947\u092C\u0938\u093E\u0907\u091F \u0928\u093F\u092E\u094D\u0928\u0932\u093F\u0916\u093F\u0924 \u0921\u094B\u092E\u0947\u0928 \u0928\u093E\u092E \u0915\u0940 \u0939\u094B \u0924\u094B \u0905\u0928\u0941\u0935\u093E\u0926 \u0928\u0939\u0940\u0902 \u0915\u093F\u092F\u093E \u091C\u093E\u090F\u0917\u093E","please refer to":"\u0909\u092A\u092F\u094B\u0917 \u0915\u0930\u0928\u0947 \u0938\u0947 \u092A\u0939\u0932\u0947 \u0906\u092A\u0915\u094B \u0915\u0941\u0902\u091C\u0940 \u092D\u0930\u0928\u0940 \u0939\u094B\u0917\u0940\u0964 \u0935\u093F\u0935\u0930\u0923 \u0915\u0947 \u0932\u093F\u090F, \u0915\u0943\u092A\u092F\u093E \u0926\u0947\u0916\u0947\u0902",KeyAndConfigurationTutorial:'"\u092E\u0941\u0916\u094D\u092F \u0905\u0928\u0941\u092A\u094D\u0930\u092F\u094B\u0917 \u0914\u0930 \u0915\u0949\u0928\u094D\u092B\u093C\u093F\u0917\u0930\u0947\u0936\u0928 \u091F\u094D\u092F\u0942\u091F\u094B\u0930\u093F\u092F\u0932"',useAboveStyleForTheseSites:"\u091C\u092C \u0935\u0947\u092C\u0938\u093E\u0907\u091F \u0928\u093F\u092E\u094D\u0928 \u0921\u094B\u092E\u0947\u0928 \u0928\u093E\u092E \u0939\u094B, \u0924\u094B \u0939\u092E\u0947\u0936\u093E \u2308{theme}\u230B \u0905\u0928\u0941\u0935\u093E\u0926 \u0936\u0948\u0932\u0940 \u0915\u093E \u0909\u092A\u092F\u094B\u0917 \u0915\u0930\u0947\u0902",currentUrl:"\u0935\u0930\u094D\u0924\u092E\u093E\u0928 \u092F\u0942\u0906\u0930\u090F\u0932",confirm:"\u092C\u091A\u093E\u0928\u093E",cancel:"\u0930\u0926\u094D\u0926 \u0915\u0930\u0928\u093E",delete:"\u092E\u093F\u091F\u093E\u0928\u093E","languages.auto":"\u0938\u094D\u0935\u091A\u093E\u0932\u093F\u0924 \u092A\u0939\u091A\u093E\u0928",syncToCloud:"Google Drive \u0938\u0947 \u0938\u093F\u0902\u0915 \u0915\u0930\u0947\u0902",syncToCloudDescription:"\u0915\u094D\u0932\u093E\u0909\u0921 \u092A\u0930 \u0905\u092A\u0932\u094B\u0921 \u0915\u0930\u0947\u0902, \u0914\u0930 \u0905\u0902\u0924\u093F\u092E \u0938\u0902\u0936\u094B\u0927\u0928 \u0938\u092E\u092F \u0915\u0947 \u0905\u0927\u0940\u0928, \u0915\u0949\u0928\u094D\u092B\u093C\u093F\u0917\u0930\u0947\u0936\u0928 \u0915\u094B \u0935\u093F\u092D\u093F\u0928\u094D\u0928 \u092C\u094D\u0930\u093E\u0909\u091C\u093C\u0930\u094B\u0902/\u0911\u092F\u0932 \u092E\u0902\u0915\u0940 \u0938\u094D\u0915\u094D\u0930\u093F\u092A\u094D\u091F \u0915\u0947 \u092C\u0940\u091A \u0938\u093F\u0902\u0915\u094D\u0930\u0928\u093E\u0907\u091C\u093C \u0915\u093F\u092F\u093E \u091C\u093E \u0938\u0915\u0924\u093E \u0939\u0948\u0964",syncToAccount:"\u0907\u092E\u0930\u094D\u0938\u093F\u0935 \u091F\u094D\u0930\u093E\u0902\u0938\u0932\u0947\u0936\u0928 \u0915\u094D\u0932\u093E\u0909\u0921 \u0938\u0947 \u0938\u093F\u0902\u0915 \u0915\u0930\u0947\u0902",syncToAccountButton:"\u0924\u0941\u0930\u0902\u0924 \u0915\u094D\u0932\u093E\u0909\u0921 \u0915\u0947 \u0938\u093E\u0925 \u0938\u093F\u0902\u0915 \u0915\u0930\u0947\u0902",syncToAccountDescription:"\u0905\u0902\u0924\u093F\u092E \u0938\u0902\u0936\u094B\u0927\u0928 \u0938\u092E\u092F \u0915\u0947 \u0906\u0927\u093E\u0930 \u092A\u0930, \u0935\u093F\u092D\u093F\u0928\u094D\u0928 \u0909\u092A\u0915\u0930\u0923\u094B\u0902 \u0915\u0947 \u092C\u0940\u091A \u0915\u0949\u0928\u094D\u092B\u093C\u093F\u0917\u0930\u0947\u0936\u0928 \u0915\u094B \u0938\u094D\u0935\u091A\u093E\u0932\u093F\u0924 \u0930\u0942\u092A \u0938\u0947 \u0938\u093F\u0902\u0915\u094D\u0930\u0928\u093E\u0907\u091C\u093C \u0915\u0930\u0947\u0902\u0964",successSyncConfigInAccount:"\u0915\u094D\u0932\u093E\u0909\u0921 \u0915\u0947 \u0938\u093E\u0925 \u0938\u092B\u0932\u0924\u093E\u092A\u0942\u0930\u094D\u0935\u0915 \u0938\u092E\u0928\u094D\u0935\u092F\u093F\u0924 \u0930\u0939\u0947\u0902",successSyncConfigToAccount:"\u0915\u094D\u0932\u093E\u0909\u0921 \u0915\u0947 \u0938\u093E\u0925 \u0938\u092B\u0932\u0924\u093E\u092A\u0942\u0930\u094D\u0935\u0915 \u0938\u092E\u0928\u094D\u0935\u092F\u093F\u0924 \u0915\u093F\u092F\u093E \u0917\u092F\u093E",syncConfigNoUpdate:"\u092A\u0939\u0932\u0947 \u0938\u0947 \u0939\u0940 \u0928\u0935\u0940\u0928\u0924\u092E",authFail:"\u092A\u094D\u0930\u092E\u093E\u0923\u0940\u0915\u0930\u0923 \u0935\u093F\u092B\u0932",syncTitle:"\u092E\u0948\u0928\u094D\u092F\u0941\u0905\u0932 \u092C\u0948\u0915\u0905\u092A \u092A\u094D\u0930\u092C\u0902\u0927\u0928",import_hint:"\u0906\u092F\u093E\u0924",upload:"\u0921\u093E\u0932\u0928\u093E",revokeAuth:"\u092A\u094D\u0930\u093E\u0927\u093F\u0915\u0930\u0923 \u0930\u0926\u094D\u0926 \u0915\u0930\u0947\u0902",uploadFail:"\u0905\u092A\u0932\u094B\u0921 \u0935\u093F\u092B\u0932",download:"\u0921\u093E\u0909\u0928\u0932\u094B\u0921 \u0915\u0930\u0928\u093E",importSuccess:"\u0906\u092F\u093E\u0924 \u0938\u092B\u0932",importFail:"\u0906\u092F\u093E\u0924 \u0935\u093F\u092B\u0932",deleteFail:"\u0939\u091F\u093E\u0928\u0947 \u092E\u0947\u0902 \u0935\u093F\u092B\u0932",backupToCloud:"\u092C\u0948\u0915\u0905\u092A \u092B\u093C\u093E\u0907\u0932\u094B\u0902 \u0915\u094B \u092E\u0948\u0928\u094D\u092F\u0941\u0905\u0932 \u0930\u0942\u092A \u0938\u0947 \u092A\u094D\u0930\u092C\u0902\u0927\u093F\u0924 \u0915\u0930\u0947\u0902",create_new_backup:"\u092C\u0948\u0915\u0905\u092A \u0928\u094B\u0921 \u091C\u094B\u0921\u093C\u0947\u0902",maxBackupFiles:"\u0905\u0927\u093F\u0915\u0924\u092E{count}\u0935\u093F\u092D\u093F\u0928\u094D\u0928 \u0928\u094B\u0921\u094D\u0938 \u0915\u093E \u092C\u0948\u0915\u0905\u092A \u0932\u093F\u092F\u093E \u091C\u093E \u0938\u0915\u0924\u093E \u0939\u0948, \u0915\u0943\u092A\u092F\u093E \u0905\u0928\u093E\u0935\u0936\u094D\u092F\u0915 \u0928\u094B\u0921\u094D\u0938 \u0939\u091F\u093E \u0926\u0947\u0902",backupToCloudDescription:"\u092C\u0948\u0915\u0905\u092A \u092B\u093C\u093E\u0907\u0932\u094B\u0902 \u0915\u094B \u092E\u0948\u0928\u094D\u092F\u0941\u0905\u0932 \u0930\u0942\u092A \u0938\u0947 \u0905\u092A\u0932\u094B\u0921 \u092F\u093E \u092A\u0941\u0928\u0930\u094D\u0938\u094D\u0925\u093E\u092A\u093F\u0924 \u0915\u0930\u0947\u0902, \u091C\u093F\u0938\u0938\u0947 3 \u0905\u0932\u0917-\u0905\u0932\u0917 \u092C\u0948\u0915\u0905\u092A \u0915\u0940 \u0905\u0928\u0941\u092E\u0924\u093F \u092E\u093F\u0932\u0924\u0940 \u0939\u0948",successSyncConfig:"\u0915\u094D\u0932\u093E\u0909\u0921 \u0915\u0947 \u0938\u093E\u0925 \u0938\u092B\u0932\u0924\u093E\u092A\u0942\u0930\u094D\u0935\u0915 \u0938\u092E\u0928\u094D\u0935\u092F\u093F\u0924 \u0930\u0939\u0947\u0902",syncFail:"\u0938\u092E\u0928\u094D\u0935\u092F\u0928 \u0935\u093F\u092B\u0932",updatedAt:"{date}\u092A\u0930 \u0905\u0926\u094D\u092F\u0924\u0928 \u0915\u093F\u092F\u093E \u0917\u092F\u093E",lastSyncedAt:"\u0905\u0902\u0924\u093F\u092E \u092C\u093E\u0930 {date}\u092A\u0930 \u091C\u093E\u0901\u091A \u0915\u0940 \u0917\u0908",downloadFail:"\u0921\u093E\u0909\u0928\u0932\u094B\u0921 \u0935\u093F\u092B\u0932",clickToDownload:"\u0921\u093E\u0909\u0928\u0932\u094B\u0921 \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u0915\u094D\u0932\u093F\u0915 \u0915\u0930\u0947\u0902",aboutLabel:"\u0915\u0947 \u092C\u093E\u0930\u0947 \u092E\u0947\u0902 - \u092A\u094D\u0930\u0924\u093F\u0915\u094D\u0930\u093F\u092F\u093E","browser.openAboutPage":"\u0915\u0947 \u092C\u093E\u0930\u0947 \u092E\u0947\u0902/\u092A\u094D\u0930\u0924\u093F\u0915\u094D\u0930\u093F\u092F\u093E",aboutLabelWithoutSponsor:"\u0915\u0947 \u092C\u093E\u0930\u0947 \u092E\u0947\u0902 - \u092A\u094D\u0930\u0924\u093F\u0915\u094D\u0930\u093F\u092F\u093E",aboutIntro:"\u092E\u0941\u091D\u0947 \u0906\u0936\u093E \u0939\u0948 \u0915\u093F \u0939\u092E \u0938\u092D\u0940 \u0907\u0902\u091F\u0930\u0928\u0947\u091F \u092A\u0930 \u0935\u093F\u0936\u093E\u0932 \u0935\u093F\u0926\u0947\u0936\u0940 \u092D\u093E\u0937\u093E \u0915\u0940 \u091C\u093E\u0928\u0915\u093E\u0930\u0940 \u0905\u0927\u093F\u0915 \u0906\u0938\u093E\u0928\u0940 \u0938\u0947 \u0914\u0930 \u0916\u0941\u0936\u0940 \u0938\u0947 \u092A\u094D\u0930\u093E\u092A\u094D\u0924 \u0915\u0930 \u0938\u0915\u0924\u0947 \u0939\u0948\u0902\u2764\uFE0F \u0906\u092A <6> \u092A\u094D\u0930\u094B \u0938\u0926\u0938\u094D\u092F\u0924\u093E \u0916\u094B\u0932\u0928\u093E \u091A\u0941\u0928 \u0938\u0915\u0924\u0947 \u0939\u0948\u0902 \u0921\u0940\u092A\u090F\u0932 \u0914\u0930 \u0913\u092A\u0928\u090F\u0906\u0908 \u0905\u0928\u0941\u0935\u093E\u0926\u094B\u0902 \u0915\u094B \u092C\u0949\u0915\u094D\u0938 \u0938\u0947 \u092C\u093E\u0939\u0930 \u0909\u092A\u092F\u094B\u0917 \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F\u0964

\u0939\u092E\u0947\u0902 <3>\u091F\u094D\u0935\u093F\u091F\u0930 \u092A\u0930 \u092B\u093C\u0949\u0932\u094B \u0915\u0930 \u0938\u0915\u0924\u0947 \u0939\u0948\u0902 ,<4>\u091F\u0947\u0932\u0940\u0917\u094D\u0930\u093E\u092E \u091A\u0948\u0928\u0932 , WeChat \u0938\u093E\u0930\u094D\u0935\u091C\u0928\u093F\u0915 \u0916\u093E\u0924\u093E, WeChat \u0938\u0902\u091A\u093E\u0930 \u0938\u092E\u0942\u0939, \u092F\u093E \u0928\u0940\u091A\u0947 <5> \u0908\u092E\u0947\u0932 \u0938\u0926\u0938\u094D\u092F\u0924\u093E \u0905\u092A\u0921\u0947\u091F \u091F\u094D\u0930\u0948\u0915 \u0915\u0930\u0947\u0902.
<7>\u092A\u094D\u0930\u094B \u0938\u0926\u0938\u094D\u092F \u0906\u092A \u090F\u0915\u094D\u0938\u092A\u094D\u0930\u0947\u0938 \u0917\u094D\u0930\u093E\u0939\u0915 \u0938\u0947\u0935\u093E \u0908\u092E\u0947\u0932 <8> support@immersivetranslate.com \u0938\u0947 \u0938\u0902\u092A\u0930\u094D\u0915 \u0915\u0930 \u0938\u0915\u0924\u0947 \u0939\u0948\u0902 \u0939\u092E\u093E\u0930\u0947 \u0938\u093E\u0925 \u091C\u0941\u0921\u093C\u0947\u0964",aboutIntroWithoutSponsor:"\u092E\u0941\u091D\u0947 \u0906\u0936\u093E \u0939\u0948 \u0915\u093F \u0939\u092E \u0938\u092D\u0940 \u0907\u0902\u091F\u0930\u0928\u0947\u091F \u092A\u0930 \u0935\u093F\u0936\u093E\u0932 \u092E\u093E\u0924\u094D\u0930\u093E \u092E\u0947\u0902 \u0935\u093F\u0926\u0947\u0936\u0940 \u092D\u093E\u0937\u093E \u0915\u0940 \u091C\u093E\u0928\u0915\u093E\u0930\u0940 \u0924\u0915 \u0906\u0938\u093E\u0928 \u0914\u0930 \u0905\u0927\u093F\u0915 \u0906\u0928\u0902\u0926\u0926\u093E\u092F\u0915 \u092A\u0939\u0941\u0902\u091A \u092A\u094D\u0930\u093E\u092A\u094D\u0924 \u0915\u0930 \u0938\u0915\u0924\u0947 \u0939\u0948\u0902 \u2764\uFE0F

\u0906\u092A \u0939\u092E\u0947\u0902 \u091F\u094D\u0935\u093F\u091F\u0930 \u092A\u0930 \u092B\u093C\u0949\u0932\u094B \u0915\u0930 \u0938\u0915\u0924\u0947 \u0939\u0948\u0902 <3> ,<4>\u091F\u0947\u0932\u0940\u0917\u094D\u0930\u093E\u092E \u091A\u0948\u0928\u0932 , WeChat \u0938\u093E\u0930\u094D\u0935\u091C\u0928\u093F\u0915 \u0916\u093E\u0924\u093E, WeChat \u0938\u0902\u091A\u093E\u0930 \u0938\u092E\u0942\u0939, \u092F\u093E \u0928\u0940\u091A\u0947 <5> \u0908\u092E\u0947\u0932 \u0938\u0926\u0938\u094D\u092F\u0924\u093E \u0905\u092A\u0921\u0947\u091F \u091F\u094D\u0930\u0948\u0915 \u0915\u0930\u0947\u0902.",projectHomepage:"\u092A\u094D\u0930\u094B\u091C\u0947\u0915\u094D\u091F \u0939\u094B\u092E \u092A\u0947\u091C",joinTelegramGroup:"\u092B\u093C\u0902\u0915\u094D\u0936\u0928 \u091A\u0930\u094D\u091A\u093E\u0913\u0902 \u092E\u0947\u0902 \u092D\u093E\u0917 \u0932\u0947\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u0909\u092A\u092F\u094B\u0917\u0915\u0930\u094D\u0924\u093E \u0938\u0902\u091A\u093E\u0930 \u0938\u092E\u0942\u0939 \u092E\u0947\u0902 \u0936\u093E\u092E\u093F\u0932 \u0939\u094B\u0902",wechatPublicAccount:"WeChat \u0938\u093E\u0930\u094D\u0935\u091C\u0928\u093F\u0915 \u0916\u093E\u0924\u093E",wechatCommunities:"WeChat \u0938\u0902\u091A\u093E\u0930 \u0938\u092E\u0942\u0939",qqCommunities:"QQ \u0938\u0902\u091A\u093E\u0930 \u091A\u0948\u0928\u0932",joinTelegramChannel:"\u0928\u0935\u0940\u0928\u0924\u092E \u0905\u092A\u0921\u0947\u091F \u0915\u0947 \u0932\u093F\u090F \u091F\u0947\u0932\u0940\u0917\u094D\u0930\u093E\u092E \u091A\u0948\u0928\u0932 \u0915\u094B \u092B\u0949\u0932\u094B \u0915\u0930\u0947\u0902",feedbackAndJoin:"\u0938\u092E\u0938\u094D\u092F\u093E \u092A\u094D\u0930\u0924\u093F\u0915\u094D\u0930\u093F\u092F\u093E/\u0938\u092E\u0942\u0939 \u092E\u0947\u0902 \u0936\u093E\u092E\u093F\u0932 \u0939\u094B\u0902",autoSync:"\u0938\u094D\u0935\u091A\u093E\u0932\u093F\u0924 \u0905\u0928\u0941\u0938\u0942\u091A\u093F\u0924 \u0924\u0941\u0932\u094D\u092F\u0915\u093E\u0932\u0928",loadingThemeTitle:"\u0932\u094B\u0921\u093F\u0902\u0917 \u0936\u0948\u0932\u0940",loadingThemeDescription:"\u0905\u0928\u0941\u0935\u093E\u0926 \u0932\u094B\u0921 \u0939\u094B\u0928\u0947 \u0915\u0940 \u092A\u094D\u0930\u0924\u0940\u0915\u094D\u0937\u093E \u0915\u0930\u0924\u0947 \u0938\u092E\u092F \u0936\u0948\u0932\u0940 \u0938\u0947\u091F \u0915\u0930\u0947\u0902","loadingTheme.spinner":"\u0935\u0943\u0924\u094D\u0924 \u090F\u0928\u0940\u092E\u0947\u0936\u0928","loadingTheme.text":"\u0938\u094D\u0925\u093F\u0930 \u092A\u093E\u0920... ","loadingTheme.none":"\u0928\u0939\u0940\u0902 \u0926\u093F\u0916\u093E\u0924\u0947",developerDescription:"\u0906\u092A \u092F\u0939\u093E\u0902 <1> \u092A\u0930 \u0915\u094D\u0932\u093F\u0915 \u0915\u0930 \u0938\u0915\u0924\u0947 \u0939\u0948\u0902 \u0909\u0928\u094D\u0928\u0924 \u0905\u0928\u0941\u0915\u0942\u0932\u0928 \u0938\u0947 \u0938\u0902\u092C\u0902\u0927\u093F\u0924 \u0926\u0938\u094D\u0924\u093E\u0935\u0947\u091C\u093C \u0926\u0947\u0916\u0947\u0902","edit border color":"\u092C\u0949\u0930\u094D\u0921\u0930 \u0915\u093E \u0930\u0902\u0917 \u0938\u0902\u0936\u094B\u0927\u093F\u0924 \u0915\u0930\u0947\u0902",successSyncButNoChange:"\u0935\u0930\u094D\u0924\u092E\u093E\u0928 \u0915\u0949\u0928\u094D\u092B\u093C\u093F\u0917\u0930\u0947\u0936\u0928 \u0915\u094D\u0932\u093E\u0909\u0921 \u0915\u0947 \u0905\u0928\u0941\u0930\u0942\u092A \u0939\u0948",customTheme:"\u0915\u0938\u094D\u091F\u092E \u0930\u0902\u0917 \u0914\u0930 \u0906\u0915\u093E\u0930","customThemeLabel.borderColor":"\u0938\u0940\u092E\u093E \u0930\u0902\u0917","customThemeLabel.borderRadius":"\u0938\u0940\u092E\u093E \u0917\u094B\u0932\u093E\u0915\u093E\u0930 \u0915\u094B\u0928\u0947","customThemeLabel.textColor":"\u092A\u093E\u0920 \u0915\u093E \u0930\u0902\u0917","customThemeLabel.backgroundColor":"\u092A\u0943\u0937\u094D\u0920\u092D\u0942\u092E\u093F \u0915\u093E \u0930\u0902\u0917","customThemeLabel.zoom":"\u092B\u093C\u0949\u0928\u094D\u091F \u0938\u094D\u0915\u0947\u0932\u093F\u0902\u0917 (%)","customThemeLabel.opacity":"\u092A\u093E\u0920 \u0905\u092A\u093E\u0930\u0926\u0930\u094D\u0936\u093F\u0924\u093E (%)",resetToDefaultColor:"\u0921\u093F\u092B\u093C\u0949\u0932\u094D\u091F \u0930\u0902\u0917 \u092A\u0930 \u0935\u093E\u092A\u0938 \u0932\u094C\u091F\u0947\u0902",resetToDefaultSettings:"\u0921\u093F\u092B\u093C\u0949\u0932\u094D\u091F \u0938\u0947\u091F\u093F\u0902\u0917\u094D\u0938 \u092A\u0930 \u0935\u093E\u092A\u0938 \u0932\u094C\u091F\u0947\u0902",isTranslateTitle:"\u0905\u0928\u0941\u0935\u093E\u0926\u093F\u0924 \u0935\u0947\u092C \u092A\u0947\u091C \u0936\u0940\u0930\u094D\u0937\u0915 \u091A\u093E\u0932\u0942 \u0915\u0930\u0947\u0902",isTranslateTitleDescription:"\u091A\u093E\u0932\u0942 \u0939\u094B\u0928\u0947 \u092A\u0930, \u0935\u0947\u092C \u092A\u0947\u091C \u0936\u0940\u0930\u094D\u0937\u0915 \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u093F\u092F\u093E \u091C\u093E\u090F\u0917\u093E",enableSearchEnhancement:"\u0926\u094D\u0935\u093F\u092D\u093E\u0937\u0940 \u0938\u0942\u091A\u0928\u093E \u0938\u0902\u0935\u0930\u094D\u0926\u094D\u0927\u0928 \u0938\u0915\u094D\u0937\u092E \u0915\u0930\u0947\u0902",enableSearchEnhancementDescription:'\u091A\u093E\u0932\u0942 \u0939\u094B\u0928\u0947 \u0915\u0947 \u092C\u093E\u0926, \u0905\u0902\u0917\u094D\u0930\u0947\u091C\u0940 \u0915\u0940\u0935\u0930\u094D\u0921 \u0938\u0947 \u0938\u0902\u092C\u0902\u0927\u093F\u0924 "Google \u0938\u092E\u093E\u091A\u093E\u0930" \u0916\u094B\u091C \u092A\u0930\u093F\u0923\u093E\u092E \u0938\u094D\u0935\u091A\u093E\u0932\u093F\u0924 \u0930\u0942\u092A \u0938\u0947 \u0938\u092E\u0930\u094D\u0925\u093F\u0924 \u0935\u0947\u092C\u0938\u093E\u0907\u091F\u094B\u0902 (Google \u0938\u092E\u093E\u091A\u093E\u0930, Google \u0916\u094B\u091C (\u0915\u0941\u091B \u0915\u0940\u0935\u0930\u094D\u0921), \u0938\u094D\u0928\u094B\u092C\u0949\u0932, \u0913\u0930\u093F\u090F\u0902\u091F\u0932 \u092B\u0949\u0930\u094D\u091A\u094D\u092F\u0942\u0928, \u092B\u093C\u0941\u091F\u0942, \u091F\u093E\u0907\u0917\u0930 \u0938\u092E\u0941\u0926\u093E\u092F) \u0915\u0947 \u0926\u093E\u0939\u093F\u0928\u0947 \u0915\u0949\u0932\u092E \u092E\u0947\u0902 \u092A\u094D\u0930\u0926\u0930\u094D\u0936\u093F\u0924 \u0939\u094B\u0902\u0917\u0947\u0964',verifyService:"\u0938\u0947\u0935\u093E \u0915\u093E \u092A\u0930\u0940\u0915\u094D\u0937\u0923 \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u092F\u0939\u093E\u0902 \u0915\u094D\u0932\u093F\u0915 \u0915\u0930\u0947\u0902",verified:"\u0938\u0924\u094D\u092F\u093E\u092A\u0928 \u0938\u092B\u0932","field.langs":"\u0938\u092E\u0930\u094D\u0925\u093F\u0924 \u092D\u093E\u0937\u093E \u0915\u094B\u0921","field.model":"\u0928\u092E\u0942\u0928\u093E","field.translationEngine":"\u0905\u0928\u0941\u0935\u093E\u0926 \u0907\u0902\u091C\u0928","field.limitPerMinute":"\u092A\u094D\u0930\u0924\u093F \u092E\u093F\u0928\u091F \u0905\u0928\u0941\u0930\u094B\u0927\u094B\u0902 \u0915\u0940 \u0905\u0927\u093F\u0915\u0924\u092E \u0938\u0902\u0916\u094D\u092F\u093E","field.limitPerSecond":"\u092A\u094D\u0930\u0924\u093F \u0938\u0947\u0915\u0902\u0921 \u0905\u0928\u0941\u0930\u094B\u0927\u094B\u0902 \u0915\u0940 \u0905\u0927\u093F\u0915\u0924\u092E \u0938\u0902\u0916\u094D\u092F\u093E","field.maxTextLengthPerRequest":"\u092A\u094D\u0930\u0924\u093F \u0905\u0928\u0941\u0930\u094B\u0927 \u0905\u0927\u093F\u0915\u0924\u092E \u092A\u093E\u0920 \u0932\u0902\u092C\u093E\u0908","field.maxTextGroupLengthPerRequest":"\u092A\u094D\u0930\u0924\u093F \u0905\u0928\u0941\u0930\u094B\u0927 \u092A\u0948\u0930\u093E\u0917\u094D\u0930\u093E\u092B \u0915\u0940 \u0905\u0927\u093F\u0915\u0924\u092E \u0938\u0902\u0916\u094D\u092F\u093E","field.apiUrl":"\u0915\u0938\u094D\u091F\u092E \u090F\u092A\u0940\u0906\u0908 \u0907\u0902\u091F\u0930\u092B\u093C\u0947\u0938 \u092A\u0924\u093E","field.placeholderDelimiters":"\u0906\u0930\u0915\u094D\u0937\u093F\u0924 \u092A\u094D\u0932\u0947\u0938\u0939\u094B\u0932\u094D\u0921\u0930","description.custom":"\u0915\u0938\u094D\u091F\u092E \u0907\u0902\u091F\u0930\u092B\u093C\u0947\u0938 \u090F\u0915\u094D\u0938\u0947\u0938 \u0915\u0947 \u0932\u093F\u090F \u0938\u0902\u0926\u0930\u094D\u092D \u0926\u0938\u094D\u0924\u093E\u0935\u0947\u091C\u093C\u094B\u0902 \u0915\u0940 \u0906\u0935\u0936\u094D\u092F\u0915\u0924\u093E \u0939\u0948","description.limitPerMinute":"\u091C\u092C \u0905\u0928\u0941\u0930\u094B\u0927\u094B\u0902 \u0915\u0940 \u0938\u0902\u0916\u094D\u092F\u093E \u0907\u0938 \u0938\u0940\u092E\u093E \u0938\u0947 \u0905\u0927\u093F\u0915 \u0939\u094B \u091C\u093E\u0924\u0940 \u0939\u0948, \u0924\u094B \u092F\u0939 \u0905\u0917\u0932\u0947 \u092E\u093F\u0928\u091F \u0915\u0940 \u0936\u0941\u0930\u0941\u0906\u0924 \u0924\u0915 \u0915\u0924\u093E\u0930 \u0938\u094D\u0925\u093F\u0924\u093F \u092E\u0947\u0902 \u092A\u094D\u0930\u0935\u0947\u0936 \u0915\u0930\u0947\u0917\u0940\u0964 OpenAI \u0915\u0940 \u0935\u0930\u094D\u0924\u092E\u093E\u0928 \u0938\u0947\u0935\u093E \u0915\u0940 \u0935\u093F\u092D\u093F\u0928\u094D\u0928 \u0938\u0940\u092E\u093E\u0913\u0902 \u0915\u0947 \u0915\u093E\u0930\u0923, \u0915\u0943\u092A\u092F\u093E \u092F\u0939\u093E\u0902 <1> \u0915\u094D\u0932\u093F\u0915 \u0915\u0930\u0947\u0902 \u0928\u0935\u0940\u0928\u0924\u092E \u0905\u0928\u0941\u0936\u0902\u0938\u093F\u0924 \u092E\u093E\u0928 \u0926\u0947\u0916\u0947\u0902","description.limitPerSecond":"\u091C\u092C \u0905\u0928\u0941\u0930\u094B\u0927\u094B\u0902 \u0915\u0940 \u0938\u0902\u0916\u094D\u092F\u093E \u0907\u0938 \u0938\u0940\u092E\u093E \u0938\u0947 \u0905\u0927\u093F\u0915 \u0939\u094B \u091C\u093E\u0924\u0940 \u0939\u0948, \u0924\u094B \u092F\u0939 \u0905\u0917\u0932\u0947 \u0938\u0947\u0915\u0902\u0921 \u0915\u0940 \u0936\u0941\u0930\u0941\u0906\u0924 \u0924\u0915 \u0915\u0924\u093E\u0930 \u0938\u094D\u0925\u093F\u0924\u093F \u092E\u0947\u0902 \u092A\u094D\u0930\u0935\u0947\u0936 \u0915\u0930\u0947\u0917\u0940\u0964 OpenAI \u0915\u0940 \u0935\u0930\u094D\u0924\u092E\u093E\u0928 \u0938\u0947\u0935\u093E \u0915\u0940 \u0935\u093F\u092D\u093F\u0928\u094D\u0928 \u0938\u0940\u092E\u093E\u0913\u0902 \u0915\u0947 \u0915\u093E\u0930\u0923, \u0915\u0943\u092A\u092F\u093E \u092F\u0939\u093E\u0902 <1> \u0915\u094D\u0932\u093F\u0915 \u0915\u0930\u0947\u0902 \u0928\u0935\u0940\u0928\u0924\u092E \u0905\u0928\u0941\u0936\u0902\u0938\u093F\u0924 \u092E\u093E\u0928 \u0926\u0947\u0916\u0947\u0902","description.generalLimitPerSecond":"\u091C\u092C \u0905\u0928\u0941\u0930\u094B\u0927\u094B\u0902 \u0915\u0940 \u0938\u0902\u0916\u094D\u092F\u093E \u0907\u0938 \u0938\u0940\u092E\u093E \u0938\u0947 \u0905\u0927\u093F\u0915 \u0939\u094B \u091C\u093E\u0924\u0940 \u0939\u0948, \u0924\u094B \u092F\u0939 \u0905\u0917\u0932\u0947 \u0938\u0947\u0915\u0902\u0921 \u0915\u0940 \u0936\u0941\u0930\u0941\u0906\u0924 \u0924\u0915 \u0915\u0924\u093E\u0930 \u0938\u094D\u0925\u093F\u0924\u093F \u092E\u0947\u0902 \u092A\u094D\u0930\u0935\u0947\u0936 \u0915\u0930\u0947\u0917\u0940\u0964","description.prompt":"\u0909\u092A\u092F\u094B\u0917\u0915\u0930\u094D\u0924\u093E \u0915\u0940 \u092A\u0939\u091A\u093E\u0928 \u092E\u0947\u0902 {service} \u0915\u094B \u092D\u0947\u091C\u0940 \u0917\u0908 \u0935\u093E\u0930\u094D\u0924\u093E\u0932\u093E\u092A, \u091C\u093F\u0938\u092E\u0947\u0902 {{text}} \u092A\u0948\u0930\u093E\u0917\u094D\u0930\u093E\u092B \u0915\u093E \u092A\u093E\u0920 \u0938\u093E\u092E\u0917\u094D\u0930\u0940 \u0915\u094B \u0926\u0930\u094D\u0936\u093E\u0924\u093E \u0939\u0948, {{from}} \u092A\u0948\u0930\u093E\u0917\u094D\u0930\u093E\u092B \u0915\u0940 \u092D\u093E\u0937\u093E \u0915\u094B \u0926\u0930\u094D\u0936\u093E\u0924\u093E \u0939\u0948, \u0914\u0930 {{to}} \u0932\u0915\u094D\u0937\u094D\u092F \u092D\u093E\u0937\u093E \u0915\u094B \u0926\u0930\u094D\u0936\u093E\u0924\u093E \u0939\u0948\u0964","description.maxTextLengthPerRequest":"\u092A\u094D\u0930\u0924\u093F \u0905\u0928\u0941\u0930\u094B\u0927 \u0935\u0930\u094D\u0923\u094B\u0902 \u0915\u0940 \u0905\u0927\u093F\u0915\u0924\u092E \u0938\u0902\u0916\u094D\u092F\u093E\u0964 \u092F\u0926\u093F \u092F\u0939 \u092C\u0939\u0941\u0924 \u092C\u0921\u093C\u093E \u0939\u0948, \u0924\u094B \u0907\u0902\u091F\u0930\u092B\u093C\u0947\u0938 \u0915\u0940 \u092A\u094D\u0930\u0924\u093F\u0915\u094D\u0930\u093F\u092F\u093E \u0927\u0940\u092E\u0940 \u0939\u094B \u091C\u093E\u090F\u0917\u0940, \u0907\u0938\u0932\u093F\u090F \u0906\u092A \u0917\u0924\u093F \u0915\u094B \u0905\u0928\u0941\u0915\u0942\u0932\u093F\u0924 \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u0907\u0938 \u0935\u093F\u0915\u0932\u094D\u092A \u0915\u094B \u0938\u092E\u093E\u092F\u094B\u091C\u093F\u0924 \u0915\u0930\u0928\u0947 \u0915\u093E \u092A\u094D\u0930\u092F\u093E\u0938 \u0915\u0930 \u0938\u0915\u0924\u0947 \u0939\u0948\u0902\u0964","description.systemPrompt":"\u0913\u092A\u0928\u090F\u0906\u0908 \u0915\u094B \u0938\u093F\u0938\u094D\u091F\u092E \u0915\u0947 \u0930\u0942\u092A \u092E\u0947\u0902 \u092C\u093E\u0924\u091A\u0940\u0924 \u092D\u0947\u091C\u0940 \u0917\u0908, \u091C\u0939\u093E\u0902 {{text}} \u092A\u0948\u0930\u093E\u0917\u094D\u0930\u093E\u092B \u0915\u0940 \u092A\u093E\u0920\u094D\u092F \u0938\u093E\u092E\u0917\u094D\u0930\u0940 \u0915\u093E \u092A\u094D\u0930\u0924\u093F\u0928\u093F\u0927\u093F\u0924\u094D\u0935 \u0915\u0930\u0924\u093E \u0939\u0948,{{from}} \u092A\u0948\u0930\u093E\u0917\u094D\u0930\u093E\u092B \u0915\u0940 \u092D\u093E\u0937\u093E \u0915\u093E \u092A\u094D\u0930\u0924\u093F\u0928\u093F\u0927\u093F\u0924\u094D\u0935 \u0915\u0930\u0924\u093E \u0939\u0948, \u0914\u0930{{to}} \u0932\u0915\u094D\u0937\u094D\u092F \u092D\u093E\u0937\u093E \u0915\u093E \u092A\u094D\u0930\u0924\u093F\u0928\u093F\u0927\u093F\u0924\u094D\u0935 \u0915\u0930\u0924\u093E \u0939\u0948","field.domain":"\u092E\u0948\u0926\u093E\u0928","description.domain":"\u0921\u093F\u092B\u093C\u0949\u0932\u094D\u091F\uFF1A\u0938\u093E\u092E\u093E\u0928\u094D\u092F \u0939\u0948. \u0907\u0938\u0947 \u0915\u0947\u0935\u0932 \u0924\u092D\u0940 \u0938\u0947\u091F \u0915\u093F\u092F\u093E \u091C\u093E \u0938\u0915\u0924\u093E \u0939\u0948 \u091C\u092C Youdao API \u0915\u0902\u0938\u094B\u0932 \u092E\u0947\u0902 \u0921\u094B\u092E\u0947\u0928-\u0906\u0927\u093E\u0930\u093F\u0924 \u0905\u0928\u0941\u0935\u093E\u0926 \u0938\u0915\u094D\u0937\u092E \u0939\u094B\u0964 \u0938\u092E\u0930\u094D\u0925\u093F\u0924 \u092B\u093C\u0940\u0932\u094D\u0921 \u0915\u0947 \u0932\u093F\u090F, \u0915\u0943\u092A\u092F\u093E \u092F\u0939\u093E\u0902 <1> \u0926\u0947\u0916\u0947\u0902\u0964","field.scene":"\u092A\u0930\u094D\u0926\u0947","description.scene":"\u0921\u093F\u092B\u093C\u0949\u0932\u094D\u091F\uFF1A\u0938\u093E\u092E\u093E\u0928\u094D\u092F \u0939\u0948. \u0907\u0938\u0947 \u0915\u0947\u0935\u0932 \u0924\u092D\u0940 \u0938\u0947\u091F \u0915\u093F\u092F\u093E \u091C\u093E \u0938\u0915\u0924\u093E \u0939\u0948 \u091C\u092C \u0905\u0932\u0940\u092C\u093E\u092C\u093E \u0915\u094D\u0932\u093E\u0909\u0921 \u090F\u092A\u0940\u0906\u0908 \u0915\u0902\u0938\u094B\u0932 \u092E\u0947\u0902 \u092E\u0936\u0940\u0928\u0940 \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u093E \u092A\u0947\u0936\u0947\u0935\u0930 \u0938\u0902\u0938\u094D\u0915\u0930\u0923 \u0938\u0915\u094D\u0930\u093F\u092F \u0939\u094B\u0964 \u0938\u092E\u0930\u094D\u0925\u093F\u0924 \u092A\u0930\u093F\u0926\u0943\u0936\u094D\u092F\u094B\u0902 \u0915\u0947 \u0932\u093F\u090F \u092F\u0939\u093E\u0902 <1> \u0926\u0947\u0916\u0947\u0902\u0964","field.vocabId":"\u0909\u092A\u092F\u094B\u0917\u0915\u0930\u094D\u0924\u093E \u0936\u092C\u094D\u0926\u0915\u094B\u0936 \u0906\u0908\u0921\u0940","description.vocabId":"\u0928\u093F\u0930\u094D\u0926\u093F\u0937\u094D\u091F \u0936\u092C\u094D\u0926\u0915\u094B\u0936 \u0906\u0909\u091F_\u0906\u0908\u0921\u0940 \u0935\u0930\u094D\u0924\u092E\u093E\u0928 \u092E\u0947\u0902 \u0905\u0902\u0917\u094D\u0930\u0947\u091C\u0940-\u091A\u0940\u0928\u0940 \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u093E \u0938\u092E\u0930\u094D\u0925\u0928 \u0915\u0930\u0924\u093E \u0939\u0948\u0964","description.model":"OpenAI \u0915\u093E \u092E\u0949\u0921\u0932 gpt-3.5-\u091F\u0930\u094D\u092C\u094B, gpt-4 \u0906\u0926\u093F \u0939\u094B \u0938\u0915\u0924\u093E \u0939\u0948\u0964","description.maxTextGroupLengthPerRequest":"\u0939\u0930 \u092C\u093E\u0930 \u0905\u0928\u0941\u0935\u093E\u0926 \u0938\u0947\u0935\u093E \u0915\u094B \u092D\u0947\u091C\u0947 \u0917\u090F \u092A\u0948\u0930\u093E\u0917\u094D\u0930\u093E\u092B\u094B\u0902 \u0915\u0940 \u0938\u0902\u0916\u094D\u092F\u093E\u0964 \u092F\u0926\u093F \u092C\u0939\u0941\u0924 \u0938\u093E\u0930\u0947 \u092A\u0948\u0930\u093E\u0917\u094D\u0930\u093E\u092B \u0939\u0948\u0902, \u0924\u094B \u0907\u0902\u091F\u0930\u092B\u093C\u0947\u0938 \u0915\u0940 \u092A\u094D\u0930\u0924\u093F\u0915\u094D\u0930\u093F\u092F\u093E \u0927\u0940\u092E\u0940 \u0939\u094B \u0938\u0915\u0924\u0940 \u0939\u0948\u0964","description.apiUrl":"\u0915\u0943\u092A\u092F\u093E \u092A\u0925 \u0915\u0947 \u0938\u093E\u0925 \u090F\u0915 \u0935\u093F\u0936\u093F\u0937\u094D\u091F \u092F\u0942\u0906\u0930\u090F\u0932 \u091C\u094B\u0921\u093C\u0947\u0902, <1> \u0905\u0927\u093F\u0915 \u0928\u093F\u0930\u094D\u0926\u0947\u0936",enabledExtension:"\u090F\u0915\u094D\u0938\u091F\u0947\u0902\u0936\u0928 \u0938\u0915\u094D\u0937\u092E",clickToDisableExtension:"\u090F\u0915\u094D\u0938\u091F\u0947\u0902\u0936\u0928 \u0905\u0915\u094D\u0937\u092E \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u0915\u094D\u0932\u093F\u0915 \u0915\u0930\u0947\u0902",clickToEnableExtension:"\u090F\u0915\u094D\u0938\u091F\u0947\u0902\u0936\u0928 \u0938\u0915\u094D\u0937\u092E \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u0915\u094D\u0932\u093F\u0915 \u0915\u0930\u0947\u0902",hasBeenDisabled:"\u0905\u0915\u094D\u0937\u092E","show password":"\u092A\u093E\u0938\u0935\u0930\u094D\u0921 \u0926\u093F\u0916\u093E\u090F",customContent:"\u0915\u0938\u094D\u091F\u092E \u092E\u0949\u0921\u0932 \u0928\u093E\u092E \u0926\u0930\u094D\u091C \u0915\u0930\u0947\u0902",inputOptions:"\u0907\u0928\u092A\u0941\u091F \u092C\u0949\u0915\u094D\u0938 \u0938\u0902\u0935\u0930\u094D\u0926\u094D\u0927\u0928",mouseHoverOptions:"\u092E\u093E\u0909\u0938 \u0915\u0947 \u090A\u092A\u0930",modifyMouseHoverKey:"\u092E\u093E\u0909\u0938\u0913\u0935\u0930 \u0936\u0949\u0930\u094D\u091F\u0915\u091F \u0915\u0941\u0902\u091C\u093F\u092F\u094B\u0902 \u0915\u094B \u0938\u0902\u0936\u094B\u0927\u093F\u0924 \u0915\u0930\u0947\u0902",enableInputTranslation:"\u0907\u0928\u092A\u0941\u091F \u092C\u0949\u0915\u094D\u0938 \u090F\u0928\u094D\u0939\u093E\u0902\u0938\u092E\u0947\u0902\u091F \u0938\u0915\u094D\u0937\u092E \u0915\u0930\u0928\u093E \u0939\u0948 \u092F\u093E \u0928\u0939\u0940\u0902",enableInputTranslationDescription:"{trailingKey}\u0938\u0915\u094D\u0937\u092E \u0915\u0930\u0928\u0947 \u0915\u0947 \u092C\u093E\u0926, \u0938\u0940\u0927\u0947 \u0907\u0928\u092A\u0941\u091F \u092C\u0949\u0915\u094D\u0938 \u092E\u0947\u0902 {startingKey}{startingKey} \u0939\u0948\u0932\u094B \u0926\u0930\u094D\u091C \u0915\u0930\u0947\u0902, \u0914\u0930 \u092B\u093F\u0930 \u0907\u0938\u0947 {inputTargetLanguage}\u092E\u0947\u0902 \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u091C\u0932\u094D\u0926\u0940 \u0938\u0947{inputTrailingTriggerKeyRepeatTimes}\u092A\u0930 \u0926\u094B \u092C\u093E\u0930 \u0915\u094D\u0932\u093F\u0915 \u0915\u0930\u0947\u0902\u0964",enableInputTranslationDescriptionForNoneKey:"\u0907\u0938\u0947 \u0938\u0915\u094D\u0937\u092E \u0915\u0930\u0928\u0947{trailingKey}, \u0938\u0940\u0927\u0947 \u0907\u0928\u092A\u0941\u091F \u092C\u0949\u0915\u094D\u0938 \u092E\u0947\u0902\uFF1A\u0939\u0948\u0932\u094B \u0935\u0930\u094D\u0932\u094D\u0921 \u0926\u0930\u094D\u091C \u0915\u0930\u0947\u0902, \u0914\u0930 \u092B\u093F\u0930 \u0921\u093F\u092B\u093C\u0949\u0932\u094D\u091F \u0932\u0915\u094D\u0937\u094D\u092F \u092D\u093E\u0937\u093E \u092E\u0947\u0902 \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u091C\u0932\u094D\u0926\u0940 \u0938\u0947{inputTrailingTriggerKeyRepeatTimes}\u092C\u093E\u0930 \u0915\u094D\u0932\u093F\u0915 \u0915\u0930\u0947\u0902\u0964",inputTargetLanguage:"\u0907\u0928\u092A\u0941\u091F \u092C\u0949\u0915\u094D\u0938 \u0915\u0940 \u0921\u093F\u092B\u093C\u0949\u0932\u094D\u091F \u0932\u0915\u094D\u0937\u094D\u092F \u092D\u093E\u0937\u093E \u0938\u0947\u091F \u0915\u0930\u0947\u0902",inputTargetLanguageDescription:"\u0907\u0928\u092A\u0941\u091F \u092C\u0949\u0915\u094D\u0938 \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0947 \u0932\u093F\u090F \u0921\u093F\u092B\u093C\u0949\u0932\u094D\u091F \u0932\u0915\u094D\u0937\u094D\u092F \u092D\u093E\u0937\u093E, \u091C\u094B \u091F\u094D\u0930\u093F\u0917\u0930 \u0936\u092C\u094D\u0926\u094B\u0902 \u0915\u0947 \u0932\u093F\u090F \u0921\u093F\u092B\u093C\u0949\u0932\u094D\u091F \u092D\u093E\u0937\u093E \u0915\u0947 \u0930\u0942\u092A \u092E\u0947\u0902 {startingKey}{startingKey} \u0939\u0948",inputTargetLanguageDescriptionForNoneKey:"\u0907\u0928\u092A\u0941\u091F \u092C\u0949\u0915\u094D\u0938 \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0947 \u0932\u093F\u090F \u0921\u093F\u092B\u093C\u0949\u0932\u094D\u091F \u0932\u0915\u094D\u0937\u094D\u092F \u092D\u093E\u0937\u093E",inputStartingTriggerKeyTitle:"\u0907\u0928\u092A\u0941\u091F \u092C\u0949\u0915\u094D\u0938 \u0915\u0947 \u0906\u0902\u0936\u093F\u0915 \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0947 \u0932\u093F\u090F \u0935\u093F\u092D\u093E\u091C\u0928 \u0935\u0930\u094D\u0923 \u0938\u0947\u091F \u0915\u0930\u0947\u0902",inputStartingTriggerKeyDescription:"\u091C\u092C \u0906\u092A\u0915\u094B \u092A\u0942\u0930\u0947 \u0907\u0928\u092A\u0941\u091F \u092C\u0949\u0915\u094D\u0938 \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0928\u0947 \u0915\u0940 \u0906\u0935\u0936\u094D\u092F\u0915\u0924\u093E \u0928\u0939\u0940\u0902 \u0939\u094B\u0924\u0940 \u0939\u0948, \u0924\u094B \u0921\u093F\u0932\u0940\u092E\u0940\u091F\u0930 \u0906\u092A\u0915\u094B \u0915\u0947\u0935\u0932 {startingKey}{startingKey} \u0938\u0947 \u0907\u0928\u092A\u0941\u091F \u092C\u0949\u0915\u094D\u0938 \u0915\u0947 \u0905\u0902\u0924 \u0924\u0915 \u0915\u0947 \u092D\u093E\u0917 \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0928\u0947 \u0915\u0940 \u0905\u0928\u0941\u092E\u0924\u093F \u0926\u0947\u0924\u093E \u0939\u0948, \u092F\u093E \u0906\u092A \u092D\u093E\u0937\u093E \u0915\u094B\u0921 \u0928\u093F\u0930\u094D\u0926\u093F\u0937\u094D\u091F \u0915\u0930 \u0938\u0915\u0924\u0947 \u0939\u0948\u0902, \u0909\u0926\u093E\u0939\u0930\u0923 \u0915\u0947 \u0932\u093F\u090F,\uFF1A{startingKey}ja \u0915\u093E \u0905\u0930\u094D\u0925 \u0915\u0947\u0935\u0932 \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0928\u093E \u0939\u0948 {startingKey}ja \u0938\u0947 \u0907\u0928\u092A\u0941\u091F \u092C\u0949\u0915\u094D\u0938 \u0915\u0947 \u0905\u0902\u0924 \u0924\u0915 \u0915\u093E \u092D\u093E\u0917\u0964",inputStartingTriggerKeyDescriptionForNoneKey:"\u0935\u0930\u094D\u0924\u092E\u093E\u0928 \u092E\u0947\u0902 \u0907\u0938\u0947 \u0915\u093F\u0938\u0940 \u0909\u092A\u0938\u0930\u094D\u0917 \u0915\u0940 \u0906\u0935\u0936\u094D\u092F\u0915\u0924\u093E \u0928\u0939\u0940\u0902 \u0939\u0948, \u0914\u0930 \u0907\u0928\u092A\u0941\u091F \u092C\u0949\u0915\u094D\u0938 \u0915\u0947 \u0915\u0941\u091B \u092A\u093E\u0920 \u0905\u0928\u0941\u0935\u093E\u0926 \u092B\u093C\u0902\u0915\u094D\u0936\u0928 \u0905\u0938\u094D\u0925\u093E\u092F\u0940 \u0930\u0942\u092A \u0938\u0947 \u0905\u0928\u0941\u092A\u0932\u092C\u094D\u0927 \u0939\u0948\u0902\u0964",inputTrailingTriggerKeyTitle:"\u090F\u0915 \u091F\u094D\u0930\u093F\u0917\u0930 \u0935\u0930\u094D\u0923 \u091A\u0941\u0928\u0947\u0902 \u091C\u094B \u0907\u0928\u092A\u0941\u091F \u0915\u094B \u0938\u092E\u093E\u092A\u094D\u0924 \u0915\u0930\u0924\u093E \u0939\u0948",inputTrailingTriggerKeyDescription:"\u0924\u094D\u0935\u0930\u093F\u0924 \u0909\u0924\u094D\u0924\u0930\u093E\u0927\u093F\u0915\u093E\u0930 \u092E\u0947\u0902{trailingKey} 3 \u092C\u093E\u0930 \u0939\u093F\u091F \u0915\u0930\u0928\u0947 \u0938\u0947 \u0905\u0928\u0941\u0935\u093E\u0926 \u0936\u0941\u0930\u0942 \u0939\u094B \u091C\u093E\u090F\u0917\u093E",inputTrailingTriggerKeyTimeout:"\u0915\u0949\u092E\u094D\u092C\u094B \u0915\u094B \u0938\u092E\u093E\u092A\u094D\u0924 \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u091F\u094D\u0930\u093F\u0917\u0930\u094D\u0938 \u0915\u0947 \u092C\u0940\u091A \u0905\u0902\u0924\u0930\u093E\u0932 \u0926\u0930\u094D\u091C \u0915\u0930\u0947\u0902\u0964",inputTrailingTriggerKeyTimeoutDescription:"\u0915\u0949\u092E\u094D\u092C\u094B \u091F\u094D\u0930\u093F\u0917\u0930 \u0915\u094B \u0938\u092E\u093E\u092A\u094D\u0924 \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u0907\u0928\u092A\u0941\u091F \u0915\u0947 \u0932\u093F\u090F \u0905\u0902\u0924\u0930\u093E\u0932 \u0938\u092E\u092F (\u092E\u093F\u0932\u0940\u0938\u0947\u0915\u0902\u0921) \u0928\u093F\u0930\u094D\u0927\u093E\u0930\u093F\u0924 \u0915\u0930\u0947\u0902",spaceKey:"<\u0938\u094D\u092A\u0947\u0938\u092C\u093E\u0930>",noneKey:"\u0915\u093F\u0938\u0940 \u0909\u092A\u0938\u0930\u094D\u0917 \u0915\u0940 \u0906\u0935\u0936\u094D\u092F\u0915\u0924\u093E \u0928\u0939\u0940\u0902 \u0939\u0948, \u0938\u0940\u0927\u0947 \u0938\u0902\u092A\u0942\u0930\u094D\u0923 \u091F\u0947\u0915\u094D\u0938\u094D\u091F \u092C\u0949\u0915\u094D\u0938 \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0947\u0902",inputTranslationBlockUrlsTitle:"\u092F\u0942\u0906\u0930\u090F\u0932 \u092E\u0947\u0902 \u0907\u0928\u092A\u0941\u091F \u092B\u093C\u0940\u0932\u094D\u0921 \u090F\u0928\u094D\u0939\u093E\u0902\u0938\u092E\u0947\u0902\u091F \u0915\u094B \u0915\u092D\u0940 \u092D\u0940 \u0938\u0915\u094D\u0937\u092E \u0928 \u0915\u0930\u0947\u0902",inputTranslationBlockUrlsDescription:"\u0928\u093F\u092E\u094D\u0928\u0932\u093F\u0916\u093F\u0924 \u092F\u0942\u0906\u0930\u090F\u0932 \u092E\u0947\u0902, \u0907\u0928\u092A\u0941\u091F \u092C\u0949\u0915\u094D\u0938 \u090F\u0928\u094D\u0939\u093E\u0902\u0938\u092E\u0947\u0902\u091F \u092A\u094D\u0930\u092D\u093E\u0935\u0940 \u0928\u0939\u0940\u0902 \u0939\u094B\u0917\u093E",clickToSeeQuickDemo:"30 \u0938\u0947\u0915\u0902\u0921 \u0915\u0947 \u0924\u094D\u0935\u0930\u093F\u0924 \u0928\u093F\u0930\u094D\u0926\u0947\u0936 \u0935\u0940\u0921\u093F\u092F\u094B \u0915\u093E \u0935\u093F\u0938\u094D\u0924\u093E\u0930 \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u0915\u094D\u0932\u093F\u0915 \u0915\u0930\u0947\u0902",inputHelperInfo:"\u0928\u094B\u091F\uFF1A: \u0939\u092E\u0928\u0947 \u0935\u093F\u0936\u0947\u0937 \u0930\u0942\u092A \u0938\u0947 \u0909\u0938 \u092E\u0941\u0926\u094D\u0926\u0947 \u0915\u094B \u0905\u0928\u0941\u0915\u0942\u0932\u093F\u0924 \u0915\u093F\u092F\u093E \u0939\u0948 \u091C\u0939\u093E\u0902 \u0915\u0941\u091B \u091F\u094D\u0930\u093F\u0917\u0930 \u0935\u0930\u094D\u0923 \u091A\u0940\u0928\u0940 \u0907\u0928\u092A\u0941\u091F \u092A\u0926\u094D\u0927\u0924\u093F \u0915\u0947 \u0924\u0939\u0924 \u091A\u0940\u0928\u0940 \u0935\u093F\u0930\u093E\u092E \u091A\u093F\u0939\u094D\u0928\u094B\u0902 \u092E\u0947\u0902 \u092C\u0926\u0932 \u091C\u093E\u090F\u0902\u0917\u0947\u0964 \u0909\u0926\u093E\u0939\u0930\u0923 \u0915\u0947 \u0932\u093F\u090F, \u0938\u094B\u0917\u094C \u0907\u0928\u092A\u0941\u091F \u092A\u0926\u094D\u0927\u0924\u093F \u0915\u0947 \u0924\u0939\u0924, / \u090F\u0915 \u0935\u093F\u0930\u093E\u092E \u092E\u0947\u0902 \u092C\u0926\u0932 \u091C\u093E\u090F\u0917\u093E, \u0914\u0930 \u0907\u092E\u0930\u094D\u0938\u093F\u0935 \u0905\u0928\u0941\u0935\u093E\u0926 \u0938\u0902\u092C\u0902\u0927\u093F\u0924 \u0938\u092D\u0940 \u091A\u0940\u0928\u0940 \u092A\u094D\u0930\u0924\u0940\u0915\u094B\u0902 \u0915\u093E \u0938\u092E\u0930\u094D\u0925\u0928 \u0915\u0930\u0924\u093E \u0939\u0948 \u091F\u094D\u0930\u093F\u0917\u0930 \u0935\u0930\u094D\u0923\u0964 , \u092F\u093E\u0928\u0940, //,, \u0914\u0930 \u0938\u092D\u0940 \u0915\u094B \u091F\u094D\u0930\u093F\u0917\u0930 \u0935\u0930\u094D\u0923 \u0915\u0947 \u0930\u0942\u092A \u092E\u0947\u0902 \u092A\u0939\u091A\u093E\u0928\u093E \u091C\u093E\u090F\u0917\u093E\u0964

\u0938\u093E\u0925 \u0939\u0940, \u0939\u092E \u0915\u092E\u093E\u0902\u0921 \u0915\u0947 \u0930\u0942\u092A \u092E\u0947\u0902 \u092D\u093E\u0937\u093E \u0915\u094B\u0921 \u0915\u0947 \u091A\u0940\u0928\u0940 \u0909\u092A\u0928\u093E\u092E\u094B\u0902 \u0915\u093E \u092D\u0940 \u0938\u092E\u0930\u094D\u0925\u0928 \u0915\u0930\u0924\u0947 \u0939\u0948\u0902\u0964 \u0909\u0926\u093E\u0939\u0930\u0923 \u0915\u0947 \u0932\u093F\u090F, /\u091C\u093E\u092A\u093E\u0928\u0940 \u0939\u0948\u0932\u094B \u0935\u0930\u094D\u0932\u094D\u0921 \u0915\u093E \u091C\u093E\u092A\u093E\u0928\u0940 \u092E\u0947\u0902 \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u093F\u092F\u093E \u091C\u093E\u090F\u0917\u093E\u0964 <1> \u0938\u092D\u0940 \u0938\u092E\u0930\u094D\u0925\u093F\u0924 \u092D\u093E\u0937\u093E \u0915\u094B\u0921 \u0926\u0947\u0916\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u092F\u0939\u093E\u0902 \u0915\u094D\u0932\u093F\u0915 \u0915\u0930\u0947\u0902\u0964 .",reloadCurrentPage:"\u0915\u0943\u092A\u092F\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0936\u0941\u0930\u0942 \u0915\u0930\u0928\u0947 \u0938\u0947 \u092A\u0939\u0932\u0947 \u0935\u0930\u094D\u0924\u092E\u093E\u0928 \u092A\u0943\u0937\u094D\u0920 \u0915\u094B \u0924\u093E\u091C\u093C\u093E \u0915\u0930\u0947\u0902",noLocalFilePermissionForPDF:"\u0935\u0930\u094D\u0924\u092E\u093E\u0928 \u092E\u0947\u0902 \u0939\u092E\u093E\u0930\u0947 \u092A\u093E\u0938 \u0938\u094D\u0925\u093E\u0928\u0940\u092F \u092B\u093C\u093E\u0907\u0932\u0947\u0902 \u092A\u0922\u093C\u0928\u0947 \u0915\u0940 \u0905\u0928\u0941\u092E\u0924\u093F \u0928\u0939\u0940\u0902 \u0939\u0948\u0964 \u0915\u0943\u092A\u092F\u093E \u090A\u092A\u0930 \u0926\u093F\u090F \u0917\u090F \u092C\u091F\u0928 \u092A\u0930 \u0915\u094D\u0932\u093F\u0915 \u0915\u0930\u0947\u0902 \u0914\u0930 \u0938\u094D\u0925\u093E\u0928\u0940\u092F \u092B\u093C\u093E\u0907\u0932\u0947\u0902 \u0906\u092F\u093E\u0924 \u0915\u0930\u0947\u0902\u0964",noPermissionForThisPage:"\u26A0\uFE0F \u0935\u0930\u094D\u0924\u092E\u093E\u0928 \u092A\u0943\u0937\u094D\u0920 \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0928\u0947 \u0915\u0940 \u0905\u0928\u0941\u092E\u0924\u093F \u0928\u0939\u0940\u0902",retryAllParagraphs:"\u0938\u092D\u0940 \u0924\u094D\u0930\u0941\u091F\u093F \u092A\u0948\u0930\u093E\u0917\u094D\u0930\u093E\u092B \u092A\u0941\u0928\u0903 \u092A\u094D\u0930\u092F\u093E\u0938 \u0915\u0930\u0947\u0902",retryAllButton:"\u0938\u092D\u0940 \u0924\u094D\u0930\u0941\u091F\u093F \u092A\u0948\u0930\u093E\u0917\u094D\u0930\u093E\u092B \u092A\u0941\u0928\u0903 \u092A\u094D\u0930\u092F\u093E\u0938 \u0915\u0930\u0947\u0902",errorTooltipTitle:"\u0924\u094D\u0930\u0941\u091F\u093F \u0915\u093E \u0915\u093E\u0930\u0923 \u0926\u0947\u0916\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u0915\u094D\u0932\u093F\u0915 \u0915\u0930\u0947\u0902",errorModalTitle:"\u0910\u0938\u093E \u0932\u0917\u0924\u093E \u0939\u0948 \u0915\u093F \u0905\u0928\u0941\u0935\u093E\u0926 \u0938\u0947\u0935\u093E \u092F\u093E \u0928\u0947\u091F\u0935\u0930\u094D\u0915 \u092E\u0947\u0902 \u0915\u0941\u091B \u0917\u0921\u093C\u092C\u0921\u093C \u0939\u0948...",disableConfirm:"\u0926\u094D\u0935\u093F\u092D\u093E\u0937\u0940 \u0938\u0942\u091A\u0928\u093E \u0938\u0902\u0935\u0930\u094D\u0926\u094D\u0927\u0928 \u0938\u0947\u091F\u093F\u0902\u0917\u094D\u0938",disableOnce:"\u0907\u0938 \u092C\u093E\u0930 \u0905\u0915\u094D\u0937\u092E",disableGlobal:"\u0938\u094D\u0925\u093E\u092F\u0940 \u0930\u0942\u092A \u0938\u0947 \u0905\u0915\u094D\u0937\u092E",disableTint:"* \u0906\u092A \u0907\u0938\u0947 {option} \u092E\u0947\u0902 \u092A\u0941\u0928\u0903 \u0938\u0915\u094D\u0937\u092E \u0915\u0930 \u0938\u0915\u0924\u0947 \u0939\u0948\u0902\u0964",searchEnhancementNotes:"\u0939\u092E\u0928\u0947 \u092A\u093E\u092F\u093E \u0915\u093F \u091A\u0940\u0928\u0940 \u0915\u0940\u0935\u0930\u094D\u0921 \u0914\u0930 \u0905\u0902\u0917\u094D\u0930\u0947\u091C\u0940 \u0915\u0940\u0935\u0930\u094D\u0921 \u0915\u0947 \u0932\u093F\u090F \u0938\u092E\u093E\u091A\u093E\u0930 \u092A\u0930\u093F\u0923\u093E\u092E \u092C\u0939\u0941\u0924 \u0905\u0932\u0917 \u0939\u0948\u0902\u0964 \u0907\u092E\u0930\u094D\u0938\u093F\u0935 \u091F\u094D\u0930\u093E\u0902\u0938\u0932\u0947\u0936\u0928 \u0926\u094D\u0935\u093F\u092D\u093E\u0937\u0940 \u0938\u0942\u091A\u0928\u093E \u0938\u0902\u0935\u0930\u094D\u0926\u094D\u0927\u0928 \u092B\u093C\u0902\u0915\u094D\u0936\u0928 \u0915\u094B \u0938\u0915\u094D\u0937\u092E \u0915\u0930\u0928\u0947 \u0915\u0947 \u092C\u093E\u0926, \u0939\u092E \u0938\u092E\u0930\u094D\u0925\u093F\u0924 \u0935\u0947\u092C\u0938\u093E\u0907\u091F\u094B\u0902 (Google \u0938\u092E\u093E\u091A\u093E\u0930, Google \u0916\u094B\u091C (\u0915\u0941\u091B \u0915\u0940\u0935\u0930\u094D\u0921), \u0938\u094D\u0928\u094B\u092C\u0949\u0932, \u0913\u0930\u093F\u090F\u0902\u091F\u0932 \u092B\u0949\u0930\u094D\u091A\u094D\u092F\u0942\u0928 \u0928\u0947\u091F\u0935\u0930\u094D\u0915, \u092B\u093C\u0941\u091F\u0942) \u092A\u0930 \u0916\u094B\u091C \u0915\u0930\u0947\u0902\u0917\u0947 , \u091F\u093E\u0907\u0917\u0930) \u0938\u094D\u0935\u091A\u093E\u0932\u093F\u0924 \u0930\u0942\u092A \u0938\u0947 \u0906\u092A\u0915\u0947 \u0932\u093F\u090F \u0905\u0902\u0917\u094D\u0930\u0947\u091C\u0940 \u092E\u0947\u0902 \u0938\u092E\u093E\u0928 \u0915\u0940\u0935\u0930\u094D\u0921 \u0916\u094B\u091C\u0924\u093E \u0939\u0948 \u0914\u0930 \u0909\u0928\u094D\u0939\u0947\u0902 \u0926\u093E\u0908\u0902 \u0913\u0930 \u092A\u094D\u0930\u0926\u0930\u094D\u0936\u093F\u0924 \u0915\u0930\u0924\u093E \u0939\u0948\u0964 \u092F\u0926\u093F \u0906\u092A\u0915\u094B \u0907\u0938 \u0938\u0941\u0935\u093F\u0927\u093E \u0915\u0940 \u0906\u0935\u0936\u094D\u092F\u0915\u0924\u093E \u0928\u0939\u0940\u0902 \u0939\u0948, \u0924\u094B \u0906\u092A \u0907\u0938\u0947 \u0905\u0915\u094D\u0937\u092E \u0915\u0930\u0928\u093E \u091A\u0941\u0928 \u0938\u0915\u0924\u0947 \u0939\u0948\u0902\u0964",option:"\u0938\u094D\u0925\u093E\u092A\u093F\u0924 \u0915\u0930\u0928\u093E",saveSettings:"\u0938\u0947\u091F\u093F\u0902\u0917\u094D\u0938 \u0938\u0947\u0935 \u0915\u0930\u0947\u0902",closeModal:"\u0916\u093F\u0921\u093C\u0915\u0940 \u092C\u0902\u0926 \u0915\u0930\u094B",enableInputTranslationWithoutTriggerKeyTitle:"\u0924\u094D\u0935\u0930\u093F\u0924 \u0915\u0949\u092E\u094D\u092C\u094B \u0915\u094B 3 \u0917\u0941\u0928\u093E{trailingKey}\u0938\u0915\u094D\u0937\u092E \u0915\u0930\u0947\u0902, \u0938\u0902\u092A\u0942\u0930\u094D\u0923 \u0907\u0928\u092A\u0941\u091F \u092C\u0949\u0915\u094D\u0938 \u0915\u094B \u0938\u0940\u0927\u0947{inputTargetLanguage}\u092E\u0947\u0902 \u0905\u0928\u0941\u0935\u093E\u0926\u093F\u0924 \u0915\u0930\u0947\u0902",enableInputTranslationWithoutTriggerKeyDescription:"\u092F\u0926\u093F \u0906\u092A\u0915\u094B \u0932\u0915\u094D\u0937\u094D\u092F \u092D\u093E\u0937\u093E \u0928\u093F\u0930\u094D\u0926\u093F\u0937\u094D\u091F \u0915\u0930\u0928\u0947 \u0915\u0940 \u0906\u0935\u0936\u094D\u092F\u0915\u0924\u093E \u0939\u0948, \u0924\u094B \u0915\u0943\u092A\u092F\u093E \u0938\u093E\u092E\u0928\u0947 \u092D\u093E\u0937\u093E \u0915\u094B\u0921 \u091C\u094B\u0921\u093C\u0947\u0902, \u091C\u0948\u0938\u0947\uFF1Aja \u0939\u0947\u0932\u094B \u0935\u0930\u094D\u0932\u094D\u0921",mouseHoverShortcutPlaceholder:"\u091C\u0948\u0938\u0947\uFF1A\u0936\u093F\u092B\u094D\u091F",deepLProName:"\u0907\u092E\u0930\u094D\u0938\u093F\u0935 \u091F\u094D\u0930\u093E\u0902\u0938\u0932\u0947\u0936\u0928 \u092A\u094D\u0930\u094B \u0938\u0926\u0938\u094D\u092F (\u0905\u0928\u0941\u0936\u0902\u0938\u093F\u0924)",deepLProDescription:"\u0935\u0930\u094D\u0924\u092E\u093E\u0928 \u092A\u0948\u0915\u0947\u091C \u0915\u093E \u0938\u0940\u0927\u0947 \u0909\u092A\u092F\u094B\u0917 \u0915\u093F\u092F\u093E \u091C\u093E \u0938\u0915\u0924\u093E \u0939\u0948",deeplProDescriptionForNormal:"\u0915\u093F\u0938\u0940 \u0938\u0947\u091F\u093F\u0902\u0917 \u0915\u0940 \u0906\u0935\u0936\u094D\u092F\u0915\u0924\u093E \u0928\u0939\u0940\u0902 \u0939\u0948\u0964 \u0906\u092A \u0938\u0926\u0938\u094D\u092F \u0915\u0947 \u0930\u0942\u092A \u092E\u0947\u0902 \u0932\u0949\u0917 \u0907\u0928 \u0915\u0930\u0928\u0947 \u0915\u0947 \u092C\u093E\u0926 \u0907\u0938\u0915\u093E \u0909\u092A\u092F\u094B\u0917 \u0915\u0930 \u0938\u0915\u0924\u0947 \u0939\u0948\u0902\u0964 <1> \u0938\u0926\u0938\u094D\u092F \u092E\u0947\u0902 \u0905\u092A\u0917\u094D\u0930\u0947\u0921 \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u092F\u0939\u093E\u0902 \u0915\u094D\u0932\u093F\u0915 \u0915\u0930\u0947\u0902\u0964",deepLCustomDescription:"\u0906\u092A\u0915\u094B \u090F\u0915 \u0935\u093F\u0926\u0947\u0936\u0940 \u0915\u094D\u0930\u0947\u0921\u093F\u091F \u0915\u093E\u0930\u094D\u0921 \u0915\u0940 \u0906\u0935\u0936\u094D\u092F\u0915\u0924\u093E \u0939\u0948, <1>\u0921\u0940\u092A\u090F\u0932 \u092A\u0930 \u091C\u093E\u090F\u0902 \u0906\u0927\u093F\u0915\u093E\u0930\u093F\u0915 \u0924\u094C\u0930 \u092A\u0930 \u0916\u094B\u0932\u093E \u0917\u092F\u093E, <2> \u0926\u0938\u094D\u0924\u093E\u0935\u0947\u091C\u093C \u0926\u0947\u0916\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u0915\u094D\u0932\u093F\u0915 \u0915\u0930\u0947\u0902",deepLCustomName:"\u0915\u0938\u094D\u091F\u092E \u092A\u094D\u0930\u093E\u092E\u093E\u0923\u093F\u0915 \u0915\u0941\u0902\u091C\u0940",chooseProviderLabel:"\u090F\u0915 \u0938\u0947\u0935\u093E \u092A\u094D\u0930\u0926\u093E\u0924\u093E \u091A\u0941\u0928\u0947\u0902",openaiProName:"\u0907\u092E\u0930\u094D\u0938\u093F\u0935 \u091F\u094D\u0930\u093E\u0902\u0938\u0932\u0947\u0936\u0928 \u092A\u094D\u0930\u094B \u0938\u0926\u0938\u094D\u092F (\u0905\u0928\u0941\u0936\u0902\u0938\u093F\u0924)",openaiProDescription:"\u0935\u0930\u094D\u0924\u092E\u093E\u0928 \u092A\u0948\u0915\u0947\u091C \u0915\u093E \u0938\u0940\u0927\u0947 \u0909\u092A\u092F\u094B\u0917 \u0915\u093F\u092F\u093E \u091C\u093E \u0938\u0915\u0924\u093E \u0939\u0948",openaiProDescriptionForNormal:"\u0915\u093F\u0938\u0940 \u0938\u0947\u091F\u093F\u0902\u0917 \u0915\u0940 \u0906\u0935\u0936\u094D\u092F\u0915\u0924\u093E \u0928\u0939\u0940\u0902 \u0939\u0948\u0964 \u0906\u092A \u0938\u0926\u0938\u094D\u092F \u0915\u0947 \u0930\u0942\u092A \u092E\u0947\u0902 \u0932\u0949\u0917 \u0907\u0928 \u0915\u0930\u0928\u0947 \u0915\u0947 \u092C\u093E\u0926 \u0907\u0938\u0915\u093E \u0909\u092A\u092F\u094B\u0917 \u0915\u0930 \u0938\u0915\u0924\u0947 \u0939\u0948\u0902\u0964 <1> \u0938\u0926\u0938\u094D\u092F \u092E\u0947\u0902 \u0905\u092A\u0917\u094D\u0930\u0947\u0921 \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u092F\u0939\u093E\u0902 \u0915\u094D\u0932\u093F\u0915 \u0915\u0930\u0947\u0902\u0964",openaiCustomDescription:"\u0907\u0938\u0947 OpenAI, Azure OpenAI, \u092F\u093E \u0905\u0928\u094D\u092F \u0924\u0943\u0924\u0940\u092F-\u092A\u0915\u094D\u0937 \u0938\u0947\u0935\u093E\u0913\u0902 \u0938\u0947 \u092A\u094D\u0930\u093E\u092A\u094D\u0924 \u0915\u093F\u092F\u093E \u091C\u093E \u0938\u0915\u0924\u093E \u0939\u0948\u0964 <1> \u0926\u0938\u094D\u0924\u093E\u0935\u0947\u091C\u093C \u0926\u0947\u0916\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u092F\u0939\u093E\u0902 \u0915\u094D\u0932\u093F\u0915 \u0915\u0930\u0947\u0902\u0964",openaiCustomName:"\u0915\u0938\u094D\u091F\u092E \u090F\u092A\u0940\u0906\u0908 \u0915\u0941\u0902\u091C\u0940",needLoginAction:"(\u0938\u0926\u0938\u094D\u092F\u0924\u093E \u0926\u0930\u094D\u091C \u0915\u0930\u0947\u0902 \u092F\u093E \u0905\u0928\u0941\u0915\u0942\u0932\u093F\u0924 \u0915\u0930\u0947\u0902)",goLoginOrAction:"(\u0938\u0926\u0938\u094D\u092F\u0924\u093E \u0926\u0930\u094D\u091C \u0915\u0930\u0947\u0902 \u092F\u093E \u0938\u0947\u091F\u093F\u0902\u0917\u094D\u0938 \u092A\u0930 \u091C\u093E\u090F\u0902)",yearly:"\u0938\u0924\u0924 \u0935\u093E\u0930\u094D\u0937\u093F\u0915 \u0938\u0926\u0938\u094D\u092F\u0924\u093E",quarterly:"\u0932\u0917\u093E\u0924\u093E\u0930 \u090B\u0924\u0941\u090F\u0901",monthly:"\u0928\u093F\u0930\u0902\u0924\u0930 \u092E\u093E\u0938\u093F\u0915 \u0938\u0926\u0938\u094D\u092F\u0924\u093E",yearlyForOnce:"\u090F\u0915\u092E\u0941\u0936\u094D\u0924 \u0935\u093E\u0930\u094D\u0937\u093F\u0915 \u092A\u0948\u0915\u0947\u091C",monthlyForOnce:"\u090F\u0915\u092E\u0941\u0936\u094D\u0924 \u092E\u093E\u0938\u093F\u0915 \u092A\u0948\u0915\u0947\u091C",daily:"\u0932\u0917\u093E\u0924\u093E\u0930 \u0926\u094B \u0926\u093F\u0928",year:"\u0938\u0924\u0924 \u0935\u093E\u0930\u094D\u0937\u093F\u0915 \u0938\u0926\u0938\u094D\u092F\u0924\u093E",quarter:"\u0932\u0917\u093E\u0924\u093E\u0930 \u090B\u0924\u0941\u090F\u0901",month:"\u0928\u093F\u0930\u0902\u0924\u0930 \u092E\u093E\u0938\u093F\u0915 \u0938\u0926\u0938\u094D\u092F\u0924\u093E",day:"\u0932\u0917\u093E\u0924\u093E\u0930 \u0926\u094B \u0926\u093F\u0928",onetime_7day:"7 \u0926\u093F\u0928 \u0915\u093E \u091F\u094D\u0930\u093E\u092F\u0932 \u092A\u0948\u0915\u0947\u091C",currentPlanDescriptionForFree:"\u0935\u0930\u094D\u0924\u092E\u093E\u0928 \u092A\u0948\u0915\u0947\u091C\uFF1A\u0928\u093F\u0903\u0936\u0941\u0932\u094D\u0915 \u0939\u0948",currentPlanDescriptionForContinuous:"\u0935\u0930\u094D\u0924\u092E\u093E\u0928 \u092A\u0948\u0915\u0947\u091C\uFF1A{plan}\u0939\u0948 \u0914\u0930 {endAt} \u0915\u094B \u0938\u094D\u0935\u091A\u093E\u0932\u093F\u0924 \u0930\u0942\u092A \u0938\u0947 \u0928\u0935\u0940\u0928\u0940\u0915\u0943\u0924 \u0939\u094B \u091C\u093E\u090F\u0917\u093E",currentPlanDescriptionForAutoRenewCaceling:"\u0935\u0930\u094D\u0924\u092E\u093E\u0928 \u092A\u0948\u0915\u0947\u091C\uFF1A{plan}\u0939\u0948 \u0914\u0930 {endAt} \u0915\u094B \u0938\u092E\u093E\u092A\u094D\u0924 \u0939\u094B \u091C\u093E\u090F\u0917\u093E\u0964 \u0938\u092E\u093E\u092A\u094D\u0924\u093F \u0915\u0947 \u092C\u093E\u0926 \u0907\u0938\u0947 \u0938\u094D\u0935\u091A\u093E\u0932\u093F\u0924 \u0930\u0942\u092A \u0938\u0947 \u0928\u0935\u0940\u0928\u0940\u0915\u0943\u0924 \u0928\u0939\u0940\u0902 \u0915\u093F\u092F\u093E \u091C\u093E\u090F\u0917\u093E\u0964",currentYearlyPlanDescriptionForAutoRenewCacelingWithRealPaiedUser:"\u0935\u0930\u094D\u0924\u092E\u093E\u0928 \u092A\u0948\u0915\u0947\u091C\uFF1A{plan} {endAt} \u0915\u094B \u0938\u092E\u093E\u092A\u094D\u0924 \u0939\u094B \u091C\u093E\u090F\u0917\u093E \u0914\u0930 \u0938\u092E\u093E\u092A\u094D\u0924\u093F \u0915\u0947 \u092C\u093E\u0926 \u0938\u094D\u0935\u091A\u093E\u0932\u093F\u0924 \u0930\u0942\u092A \u0938\u0947 \u0928\u0935\u0940\u0928\u0940\u0915\u0943\u0924 \u0928\u0939\u0940\u0902 \u0915\u093F\u092F\u093E \u091C\u093E\u090F\u0917\u093E\u0964
<1>\u0928\u0935\u0940\u0915\u0930\u0923 \u092F\u094B\u091C\u0928\u093E\u0913\u0902 \u0915\u094B \u092A\u094D\u0930\u092C\u0902\u0927\u093F\u0924 \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u092F\u0939\u093E\u0902 \u0915\u094D\u0932\u093F\u0915 \u0915\u0930\u0947\u0902",currentYearlyPlanDescriptionForAutoRenewCacelingWithAdmin:"\u0935\u0930\u094D\u0924\u092E\u093E\u0928 \u092A\u0948\u0915\u0947\u091C\uFF1A{plan} {endAt} \u0915\u094B \u0938\u092E\u093E\u092A\u094D\u0924 \u0939\u094B \u091C\u093E\u090F\u0917\u093E \u0914\u0930 \u0938\u092E\u093E\u092A\u094D\u0924\u093F \u0915\u0947 \u092C\u093E\u0926 \u0938\u094D\u0935\u091A\u093E\u0932\u093F\u0924 \u0930\u0942\u092A \u0938\u0947 \u0928\u0935\u0940\u0928\u0940\u0915\u0943\u0924 \u0928\u0939\u0940\u0902 \u0915\u093F\u092F\u093E \u091C\u093E\u090F\u0917\u093E\u0964
<1>\u0928\u093F\u0930\u0902\u0924\u0930 \u0935\u093E\u0930\u094D\u0937\u093F\u0915 \u0938\u0926\u0938\u094D\u092F\u0924\u093E \u0938\u0915\u094D\u0930\u093F\u092F \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u092F\u0939\u093E\u0902 \u0915\u094D\u0932\u093F\u0915 \u0915\u0930\u0947\u0902",currentPlanDescriptionForOneTime:"\u0935\u0930\u094D\u0924\u092E\u093E\u0928 \u092A\u0948\u0915\u0947\u091C\uFF1A{plan}\u0939\u0948 \u0914\u0930 {endAt} \u0915\u094B \u0938\u092E\u093E\u092A\u094D\u0924 \u0939\u094B \u091C\u093E\u090F\u0917\u093E\u0964 <1> \u0935\u093E\u0930\u094D\u0937\u093F\u0915 \u0936\u0941\u0932\u094D\u0915 \u092E\u0947\u0902 \u0905\u092A\u0917\u094D\u0930\u0947\u0921 \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u092F\u0939\u093E\u0902 \u0915\u094D\u0932\u093F\u0915 \u0915\u0930\u0947\u0902 \u092F\u093E <2> \u092E\u093E\u0938\u093F\u0915 \u0936\u0941\u0932\u094D\u0915 \u0938\u0926\u0938\u094D\u092F",upgradePlan:"\u092A\u094D\u0930\u094B \u0938\u0926\u0938\u094D\u092F\u0924\u093E \u092E\u0947\u0902 \u0905\u092A\u0917\u094D\u0930\u0947\u0921 \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u092F\u0939\u093E\u0902 \u0915\u094D\u0932\u093F\u0915 \u0915\u0930\u0947\u0902",upgradeToPro:"\u092A\u094D\u0930\u094B \u0938\u0926\u0938\u094D\u092F\u0924\u093E \u092E\u0947\u0902 \u0905\u092A\u0917\u094D\u0930\u0947\u0921 \u0915\u0930\u0947\u0902","popup.openPro":"\u092A\u094D\u0930\u094B \u0938\u0926\u0938\u094D\u092F\u0924\u093E \u092E\u0947\u0902 \u0905\u092A\u0917\u094D\u0930\u0947\u0921 \u0915\u0930\u0928\u0947 \u0915\u0947 \u092C\u093E\u0926, \u0906\u092A \u0921\u0940\u092A\u090F\u0932 \u0914\u0930 \u0913\u092A\u0928\u090F\u0906\u0908 \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u093E \u0906\u0928\u0902\u0926 \u0932\u0947 \u0938\u0915\u0924\u0947 \u0939\u0948\u0902, \u0905\u092A\u0917\u094D\u0930\u0947\u0921 \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u092F\u0939\u093E\u0902 \u0915\u094D\u0932\u093F\u0915 \u0915\u0930\u0947\u0902","popup.openProForPro":"\u0906\u092A \u090F\u0915 \u092A\u094D\u0930\u094B \u0938\u0926\u0938\u094D\u092F \u0939\u0948\u0902 \u0914\u0930 \u0938\u0940\u0927\u0947 \u0921\u0940\u092A\u090F\u0932 \u0914\u0930 \u0913\u092A\u0928\u090F\u0906\u0908 \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u093E \u0909\u092A\u092F\u094B\u0917 \u0915\u0930 \u0938\u0915\u0924\u0947 \u0939\u0948\u0902",currentAccount:"\u091A\u093E\u0932\u0942 \u0916\u093E\u0924\u093E",enableAutoSyncUserSettings:"\u090F\u0915\u093E\u0927\u093F\u0915 \u0921\u093F\u0935\u093E\u0907\u0938\u094B\u0902 \u092A\u0930 \u0938\u094D\u0935\u091A\u093E\u0932\u093F\u0924 \u0915\u094D\u0932\u093E\u0909\u0921 \u0938\u093F\u0902\u0915 \u0938\u0915\u094D\u0937\u092E \u0915\u0930\u0947\u0902",modalEnableInputTranslationTitle:"\u0907\u092E\u0930\u094D\u0938\u093F\u0935 \u091F\u094D\u0930\u093E\u0902\u0938\u0932\u0947\u0936\u0928 \u0907\u0928\u092A\u0941\u091F \u092C\u0949\u0915\u094D\u0938 \u091F\u094D\u0930\u093E\u0902\u0938\u0932\u0947\u0936\u0928 \u092F\u0941\u0915\u094D\u0924\u093F\u092F\u093E\u0901",modalEnableInputTranslationDesc:"\u0906\u092A\u0928\u0947 \u0938\u094D\u092A\u0947\u0938 \u092C\u093E\u0930 \u0915\u094B \u0932\u0917\u093E\u0924\u093E\u0930 \u0924\u0940\u0928 \u092C\u093E\u0930 \u0926\u092C\u093E\u0915\u0930 \u0907\u092E\u0930\u094D\u0938\u093F\u0935 \u091F\u094D\u0930\u093E\u0902\u0938\u0932\u0947\u0936\u0928 \u0915\u0947 \u0907\u0928\u092A\u0941\u091F \u092C\u0949\u0915\u094D\u0938 \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u094B \u091F\u094D\u0930\u093F\u0917\u0930 \u0915\u093F\u092F\u093E \u0939\u0948, \u0914\u0930 \u0907\u0928\u092A\u0941\u091F \u092C\u0949\u0915\u094D\u0938 \u0915\u0940 \u0938\u093E\u092E\u0917\u094D\u0930\u0940 \u0915\u094B \u0921\u093F\u092B\u093C\u0949\u0932\u094D\u091F \u0932\u0915\u094D\u0937\u094D\u092F \u092D\u093E\u0937\u093E \u092E\u0947\u0902 \u0905\u0928\u0941\u0935\u093E\u0926\u093F\u0924 \u0915\u093F\u092F\u093E \u091C\u093E\u090F\u0917\u093E\u0964 \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u094B Ctrl+Z \u0915\u0947 \u092E\u093E\u0927\u094D\u092F\u092E \u0938\u0947 \u092A\u0942\u0930\u094D\u0935\u0935\u0924 \u0915\u093F\u092F\u093E \u091C\u093E \u0938\u0915\u0924\u093E \u0939\u0948\u0964

\u092F\u0926\u093F \u092F\u0939 \u090F\u0915 \u0917\u0932\u0924\u0940 \u0939\u0948, \u0924\u094B \u091A\u093F\u0902\u0924\u093E \u0928 \u0915\u0930\u0947\u0902, \u0906\u092A \u0907\u0938 \u092C\u093E\u0930 \u0907\u0938\u0947 \u0905\u0915\u094D\u0937\u092E \u0915\u0930\u0928\u093E \u091A\u0941\u0928 \u0938\u0915\u0924\u0947 \u0939\u0948\u0902, \u092F\u093E \u0907\u0928\u092A\u0941\u091F \u092C\u0949\u0915\u094D\u0938 \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u094B \u0938\u094D\u0925\u093E\u092F\u0940 \u0930\u0942\u092A \u0938\u0947 \u0905\u0915\u094D\u0937\u092E \u0915\u0930 \u0938\u0915\u0924\u0947 \u0939\u0948\u0902\u0964",saveAndNotShowAgain:"\u0938\u0939\u0947\u091C\u0947\u0902 \u0914\u0930 \u0926\u094B\u092C\u093E\u0930\u093E \u0938\u0902\u0915\u0947\u0924 \u0928 \u0926\u0947\u0902",disableInputTranslationTips:"* \u0906\u092A {option} ,{learnMore}\u092E\u0947\u0902 \u091F\u094D\u0930\u093F\u0917\u0930 \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u0905\u0928\u094D\u092F \u0936\u0949\u0930\u094D\u091F\u0915\u091F \u0915\u0941\u0902\u091C\u093F\u092F\u093E\u0901 \u092D\u0940 \u0938\u0947\u091F \u0915\u0930 \u0938\u0915\u0924\u0947 \u0939\u0948\u0902\u0964",learnMore:"\u0914\u0930 \u091C\u093E\u0928\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u092F\u0939\u093E\u0902 \u0915\u094D\u0932\u093F\u0915 \u0915\u0930\u0947\u0902",continueEnalbeInputTranslation:"\u0907\u0928\u092A\u0941\u091F \u092C\u0949\u0915\u094D\u0938 \u0905\u0928\u0941\u0935\u093E\u0926 \u0938\u0915\u094D\u0937\u092E \u0915\u0930\u0928\u093E \u091C\u093E\u0930\u0940 \u0930\u0916\u0947\u0902",autoRenewTrialSuffix:'(\u092A\u0930\u0940\u0915\u094D\u0937\u0923 \u0915\u0947 \u0926\u094C\u0930\u093E\u0928,\u0924\u0941\u0930\u0902\u0924 \u0914\u092A\u091A\u093E\u0930\u093F\u0915\u092E\u0947\u0902 \u0905\u092A\u0917\u094D\u0930\u0947\u0921 \u0915\u0930 \u0926\u093F\u092F\u093E \u091C\u093E\u090F\u0917\u093E)',upgradeFromTrialTitle:"\u0906\u0927\u093F\u0915\u093E\u0930\u093F\u0915 \u0938\u0926\u0938\u094D\u092F \u0915\u0947 \u0930\u0942\u092A \u092E\u0947\u0902 \u0905\u092A\u0917\u094D\u0930\u0947\u0921 \u0915\u0930\u0947\u0902",subtitle:"\u0935\u0940\u0921\u093F\u092F\u094B \u0909\u092A\u0936\u0940\u0930\u094D\u0937\u0915",youtubeService:"\u0907\u092E\u0930\u094D\u0938\u093F\u0935 \u0905\u0928\u0941\u0935\u093E\u0926 \u0935\u0940\u0921\u093F\u092F\u094B \u0909\u092A\u0936\u0940\u0930\u094D\u0937\u0915 \u0905\u0928\u0941\u0935\u093E\u0926 \u0938\u0947\u0935\u093E","subtitle.disabledSubtitle":"\u0935\u0940\u0921\u093F\u092F\u094B \u0909\u092A\u0936\u0940\u0930\u094D\u0937\u0915 \u0915\u094B \u0938\u094D\u0925\u093E\u092F\u0940 \u0930\u0942\u092A \u0938\u0947 \u0905\u0915\u094D\u0937\u092E \u0915\u0930\u0947\u0902","subtitle.disabledSubtitleDescription":"\u092F\u0926\u093F \u0907\u092E\u0930\u094D\u0938\u093F\u0935 \u091F\u094D\u0930\u093E\u0902\u0938\u0932\u0947\u0936\u0928 \u0915\u0947 \u0935\u0940\u0921\u093F\u092F\u094B \u0909\u092A\u0936\u0940\u0930\u094D\u0937\u0915 \u0905\u0928\u094D\u092F \u090F\u0915\u094D\u0938\u091F\u0947\u0902\u0936\u0928 \u0915\u0947 \u0938\u093E\u0925 \u0938\u0902\u0918\u0930\u094D\u0937 \u0915\u0930\u0924\u0947 \u0939\u0948\u0902, \u0924\u094B \u0906\u092A \u0907\u092E\u0930\u094D\u0938\u093F\u0935 \u091F\u094D\u0930\u093E\u0902\u0938\u0932\u0947\u0936\u0928 \u0915\u0947 \u0935\u0940\u0921\u093F\u092F\u094B \u0909\u092A\u0936\u0940\u0930\u094D\u0937\u0915 \u092B\u093C\u0902\u0915\u094D\u0936\u0928 \u0915\u094B \u0938\u094D\u0925\u093E\u092F\u0940 \u0930\u0942\u092A \u0938\u0947 \u0905\u0915\u094D\u0937\u092E \u0915\u0930\u0928\u093E \u092F\u093E \u0905\u0928\u094D\u092F \u0935\u093F\u0930\u094B\u0927\u093E\u092D\u093E\u0938\u0940 \u090F\u0915\u094D\u0938\u091F\u0947\u0902\u0936\u0928 \u0915\u094B \u0905\u0928\u0907\u0902\u0938\u094D\u091F\u0949\u0932 \u0915\u0930\u0928\u093E \u091A\u0941\u0928 \u0938\u0915\u0924\u0947 \u0939\u0948\u0902\u0964","subtitle.autoEnableSubtitle":"\u0938\u094D\u0935\u091A\u093E\u0932\u093F\u0924 \u0930\u0942\u092A \u0938\u0947 \u0926\u094D\u0935\u093F\u092D\u093E\u0937\u0940 \u0909\u092A\u0936\u0940\u0930\u094D\u0937\u0915 \u0915\u093E \u0909\u092A\u092F\u094B\u0917 \u0915\u0930\u0947\u0902","subtitle.autoEnableSubtitleDescription":"\u0938\u0915\u094D\u0930\u093F\u092F \u0915\u0930\u0928\u0947 \u0915\u0947 \u092C\u093E\u0926, \u091C\u092C \u0935\u0940\u0921\u093F\u092F\u094B \u091A\u0932 \u0930\u0939\u093E \u0939\u094B\u0924\u093E \u0939\u0948, \u0924\u094B \u0938\u094D\u0935\u091A\u093E\u0932\u093F\u0924 \u0930\u0942\u092A \u0938\u0947 \u0926\u094D\u0935\u093F\u092D\u093E\u0937\u0940\u092F \u0909\u092A\u0936\u0940\u0930\u094D\u0937\u0915 \u0926\u093F\u0916\u093E\u0908 \u0926\u0947\u0902\u0917\u0947, \u0905\u0928\u094D\u092F\u0925\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u092C\u091F\u0928 \u092A\u0930 \u0915\u094D\u0932\u093F\u0915 \u0915\u0930\u0928\u0947 \u0915\u0940 \u0906\u0935\u0936\u094D\u092F\u0915\u0924\u093E \u0939\u094B\u0917\u0940\u0964","subtitle.preTranslation":"\u0909\u092A\u0936\u0940\u0930\u094D\u0937\u0915 \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u0907\u092E\u0930\u094D\u0938\u093F\u0935 \u091F\u094D\u0930\u093E\u0902\u0938\u0932\u0947\u0936\u0928 \u0915\u093E \u0909\u092A\u092F\u094B\u0917 \u0915\u0930\u0947\u0902","subtitle.preTranslationDescription":"\u0907\u0938\u0947 \u0938\u0915\u094D\u0937\u092E \u0915\u0930\u0928\u0947 \u0915\u0947 \u092C\u093E\u0926, \u0928\u0940\u091A\u0947 \u0926\u0940 \u0917\u0908 \u0928\u093F\u0930\u094D\u0926\u093F\u0937\u094D\u091F \u0905\u0928\u0941\u0935\u093E\u0926 \u0938\u0947\u0935\u093E \u0915\u093E \u0909\u092A\u092F\u094B\u0917 \u0938\u0902\u092A\u0942\u0930\u094D\u0923 \u0909\u092A\u0936\u0940\u0930\u094D\u0937\u0915 \u0915\u093E \u0905\u0917\u094D\u0930\u093F\u092E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u0915\u093F\u092F\u093E \u091C\u093E\u090F\u0917\u093E\u0964 \u090F\u0915 \u0918\u0902\u091F\u0947 \u0915\u093E \u0935\u0940\u0921\u093F\u092F\u094B \u0932\u0917\u092D\u0917 50,000 \u091F\u094B\u0915\u0928 \u092F\u093E \u0935\u0930\u094D\u0923\u094B\u0902 \u0915\u093E \u0909\u092A\u092D\u094B\u0917 \u0915\u0930\u0924\u093E \u0939\u0948, \u0907\u0938\u0932\u093F\u090F \u0915\u0943\u092A\u092F\u093E \u0907\u0938\u0947 \u0909\u092A\u092F\u0941\u0915\u094D\u0924 \u0915\u0947 \u0930\u0942\u092A \u092E\u0947\u0902 \u0909\u092A\u092F\u094B\u0917 \u0915\u0930\u0947\u0902; \u0907\u0938\u0947 \u092C\u0902\u0926 \u0915\u0930\u0928\u0947 \u0915\u0947 \u092C\u093E\u0926, \u092E\u0936\u0940\u0928 \u0938\u0947 \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u093F\u092F\u093E \u091C\u093E\u090F\u0917\u093E \u092E\u0942\u0932 \u0935\u0940\u0921\u093F\u092F\u094B \u0915\u0947 \u0938\u093E\u0925 \u0906\u0928\u0947 \u0935\u093E\u0932\u0947 \u0909\u092A\u0936\u0940\u0930\u094D\u0937\u0915 \u0915\u093E \u092A\u0939\u0932\u0947 \u0909\u092A\u092F\u094B\u0917 \u0915\u093F\u092F\u093E \u091C\u093E\u090F\u0917\u093E\u0964","subtitle.humanSubtitlesPreferred":"\u092E\u093E\u0928\u0935 \u0909\u092A\u0936\u0940\u0930\u094D\u0937\u0915 \u0915\u0947 \u0909\u092A\u092F\u094B\u0917 \u0915\u094B \u092A\u094D\u0930\u093E\u0925\u092E\u093F\u0915\u0924\u093E \u0926\u0947\u0902","subtitle.humanSubtitlesPreferredDescription":"\u091C\u092C \u0915\u093F\u0938\u0940 \u0935\u0940\u0921\u093F\u092F\u094B \u092E\u0947\u0902 \u0932\u0915\u094D\u0937\u093F\u0924 \u092D\u093E\u0937\u093E \u092E\u0947\u0902 \u092E\u0948\u0928\u094D\u092F\u0941\u0905\u0932 \u0909\u092A\u0936\u0940\u0930\u094D\u0937\u0915 \u0939\u094B\u0902, \u0924\u094B \u092A\u0939\u0932\u0947 \u092E\u0948\u0928\u094D\u092F\u0941\u0905\u0932 \u0909\u092A\u0936\u0940\u0930\u094D\u0937\u0915 \u0915\u093E \u0909\u092A\u092F\u094B\u0917 \u0915\u0930\u0947\u0902 (\u0905\u0928\u0941\u0936\u0902\u0938\u093F\u0924)",videoSubtitleTranslationDescription:"\u0935\u0940\u0921\u093F\u092F\u094B \u0909\u092A\u0936\u0940\u0930\u094D\u0937\u0915 \u0915\u0947 \u0932\u093F\u090F \u090F\u0915 \u0905\u0932\u0917 \u0905\u0928\u0941\u0935\u093E\u0926 \u0938\u0947\u0935\u093E \u0928\u093E\u092E\u093F\u0924 \u0915\u0930\u0947\u0902",subtitleTranslating:"{service} \u0938\u0947\u0935\u093E \u0915\u093E \u0909\u092A\u092F\u094B\u0917 \u0915\u0930\u0915\u0947 \u0909\u092A\u0936\u0940\u0930\u094D\u0937\u0915 \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930 \u0930\u0939\u0947 \u0939\u0948\u0902, \u0915\u0943\u092A\u092F\u093E \u092A\u094D\u0930\u0924\u0940\u0915\u094D\u0937\u093E \u0915\u0930\u0947\u0902... (\u0907\u092E\u0930\u094D\u0938\u093F\u0935 \u0905\u0928\u0941\u0935\u093E\u0926)",subtitleLoading:"\u0909\u092A\u0936\u0940\u0930\u094D\u0937\u0915 \u0932\u094B\u0921 \u0939\u094B \u0930\u0939\u093E \u0939\u0948...",bilingual:"\u0926\u094D\u0935\u093F\u092D\u093E\u0937\u093F\u0915","field.action":"Baidu \u0936\u092C\u094D\u0926\u093E\u0935\u0932\u0940 \u0915\u094B \u0938\u0915\u094D\u0937\u092E \u0915\u0930\u0928\u093E \u0939\u0948 \u092F\u093E \u0928\u0939\u0940\u0902","description.action":"\u0938\u0915\u094D\u0937\u092E \u0915\u0930\u0928\u0947 \u0915\u0947 \u092C\u093E\u0926, \u0936\u092C\u094D\u0926 \u0915\u094B \u0938\u0915\u094D\u0937\u092E \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F Baidu \u0915\u094B \u0938\u0942\u091A\u093F\u0924 \u0915\u0930\u0928\u0947 \u0915\u0947 \u0905\u0928\u0941\u0930\u094B\u0927 \u092E\u0947\u0902 \u092A\u0948\u0930\u093E\u092E\u0940\u091F\u0930 \u090F\u0915\u094D\u0936\u0928 = 1 \u091C\u094B\u0921\u093C\u093E \u091C\u093E\u090F\u0917\u093E\u0964 <1> \u0915\u0943\u092A\u092F\u093E \u0905\u0927\u093F\u0915 \u0928\u093F\u0930\u094D\u0926\u0947\u0936\u094B\u0902 \u0915\u0947 \u0932\u093F\u090F \u0906\u0927\u093F\u0915\u093E\u0930\u093F\u0915 \u0926\u0938\u094D\u0924\u093E\u0935\u0947\u091C\u093C \u0926\u0947\u0916\u0947\u0902\u0964",closeQuickTranslation:"\u0924\u0948\u0930\u0924\u0940 \u0939\u0941\u0908 \u0917\u0947\u0902\u0926 \u0915\u094B \u092C\u0902\u0926 \u0915\u0930\u0947\u0902","closeQuickTranslation.untilNext":"\u0905\u0917\u0932\u0940 \u092F\u093E\u0924\u094D\u0930\u093E \u0924\u0915 \u092C\u0902\u0926","closeQuickTranslation.currentWebsite":"\u0935\u0930\u094D\u0924\u092E\u093E\u0928 \u0935\u0947\u092C\u0938\u093E\u0907\u091F \u0905\u0915\u094D\u0937\u092E \u0939\u0948","closeQuickTranslation.alwaysClose":"\u0938\u094D\u0925\u093E\u092F\u0940 \u0930\u0942\u092A \u0938\u0947 \u0905\u0915\u094D\u0937\u092E","closeQuickTranslation.settingOpen":"(<1> \u0938\u0947\u091F\u093F\u0902\u0917 \u092A\u0947\u091C \u092A\u0930 \u092A\u093E\u092F\u093E \u091C\u093E \u0938\u0915\u0924\u093E \u0939\u0948 \u091A\u093E\u0932\u0942 \u0915\u0930\u094B)","closeQuickTranslation.cancel":"\u0930\u0926\u094D\u0926 \u0915\u0930\u0928\u093E","closeQuickTranslation.confirm":"\u091C\u093C\u0930\u0942\u0930","floatBall.popup":"\u0924\u094D\u0935\u0930\u093F\u0924 \u0938\u0947\u091F\u093F\u0902\u0917 \u092A\u0948\u0928\u0932 \u0916\u094B\u0932\u0947\u0902","floatBall.translate":"\u0907\u0938 \u092A\u0943\u0937\u094D\u0920 \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u0915\u094D\u0932\u093F\u0915 \u0915\u0930\u0947\u0902","floatBall.showOriginal":"\u092E\u0942\u0932 \u092A\u093E\u0920 \u092A\u0930 \u0935\u093E\u092A\u0938 \u091C\u093E\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u0915\u094D\u0932\u093F\u0915 \u0915\u0930\u0947\u0902","floatBall.close":"\u0924\u0948\u0930\u0924\u0940 \u0939\u0941\u0908 \u0917\u0947\u0902\u0926 \u0915\u094B \u092C\u0902\u0926 \u0915\u0930\u0947\u0902","floatBallOptions.enableDescPc":"\u092A\u0947\u091C \u092B\u093C\u094D\u0932\u094B\u091F\u093F\u0902\u0917 \u092C\u0949\u0932 \u0938\u0915\u094D\u0937\u092E \u0939\u094B\u0928\u0947 \u0915\u0947 \u092C\u093E\u0926, \u092A\u0943\u0937\u094D\u0920 \u0915\u0947 \u0926\u093E\u0908\u0902 \u0913\u0930 \u090F\u0915 \u0924\u094D\u0935\u0930\u093F\u0924 \u0905\u0928\u0941\u0935\u093E\u0926 \u092C\u091F\u0928 \u092A\u094D\u0930\u0926\u0930\u094D\u0936\u093F\u0924 \u0939\u094B\u0917\u093E\u0964 \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u0915\u094D\u0932\u093F\u0915 \u0915\u0930\u0947\u0902\u0964","floatBallOptions.enableDesc":"\u092B\u094D\u0932\u094B\u091F\u093F\u0902\u0917 \u092C\u0949\u0932 \u0915\u094B \u092C\u0902\u0926 \u0915\u0930\u0928\u0947 \u0915\u0947 \u092C\u093E\u0926 \u0907\u0938\u0947{touch}\u0938\u0947 \u091C\u0917\u093E\u092F\u093E \u091C\u093E \u0938\u0915\u0924\u093E \u0939\u0948\u0964 \u0907\u0938 \u0935\u093F\u0915\u0932\u094D\u092A \u0915\u094B \u0917\u0932\u0924\u0940 \u0938\u0947 \u092C\u0902\u0926 \u0915\u0930\u0928\u0947 \u0915\u0947 \u092C\u093E\u0926 \u092B\u094D\u0932\u094B\u091F\u093F\u0902\u0917 \u092C\u0949\u0932 \u0915\u094B \u092E\u093F\u0932\u0928\u0947 \u0938\u0947 \u0930\u094B\u0915\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F, \u0907\u0938 \u0938\u0947\u091F\u093F\u0902\u0917 \u092A\u0947\u091C \u0915\u094B \u092C\u0941\u0915\u092E\u093E\u0930\u094D\u0915 \u0915\u0930\u0928\u0947 \u0915\u0940 \u092A\u0941\u0930\u091C\u094B\u0930 \u0905\u0928\u0941\u0936\u0902\u0938\u093E \u0915\u0940 \u091C\u093E\u0924\u0940 \u0939\u0948\u0964","description.azureApiUrl":"\u0915\u0938\u094D\u091F\u092E \u090F\u092A\u0940\u0906\u0908 \u0907\u0902\u091F\u0930\u092B\u093C\u0947\u0938 \u092A\u0924\u093E \u092D\u0930\u0947\u0902",confirmSupportMouse:"\u092E\u093E\u0909\u0938 \u0938\u092E\u0930\u094D\u0925\u0928 \u0915\u094B \u0938\u0915\u094D\u0937\u092E \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u092C\u093E\u0927\u094D\u092F \u0915\u0930\u0947\u0902",confirmSupportMouseDescription:"\u092F\u0939 \u092A\u093E\u092F\u093E \u0917\u092F\u093E \u0939\u0948 \u0915\u093F \u0935\u0930\u094D\u0924\u092E\u093E\u0928 \u092C\u094D\u0930\u093E\u0909\u091C\u093C\u0930 \u092E\u093E\u0909\u0938 \u092B\u093C\u0902\u0915\u094D\u0936\u0928 \u0915\u093E \u0938\u092E\u0930\u094D\u0925\u0928 \u0928\u0939\u0940\u0902 \u0915\u0930\u0924\u093E \u0939\u0948\u0964 \u0915\u094D\u092F\u093E \u0906\u092A \u092E\u093E\u0909\u0938 \u0938\u092E\u0930\u094D\u0925\u0928 \u0915\u094B \u092C\u0932\u092A\u0942\u0930\u094D\u0935\u0915 \u0938\u0915\u094D\u0937\u092E \u0915\u0930\u0928\u093E \u091A\u093E\u0939\u0924\u0947 \u0939\u0948\u0902?",sampleTargetText:"\u0932\u092E\u094D\u092C\u0940 \u0930\u093E\u0924 \u0906\u0928\u0947 \u0935\u093E\u0932\u0940 \u0939\u0948, \u0914\u0930 \u0905\u092C \u0938\u0947 \u092E\u0948\u0902 \u092E\u0930\u0928\u0947 \u0924\u0915 \u091C\u093E\u0917\u0924\u093E \u0930\u0939\u0942\u0901\u0917\u093E\u0964 \u092E\u0948\u0902 \u0928 \u092A\u0924\u094D\u0928\u0940 \u0932\u0942\u0901\u0917\u093E, \u0928 \u091C\u093E\u0917\u0940\u0930, \u0928 \u092C\u091A\u094D\u091A\u0947\u0964 \u092E\u0948\u0902 \u0915\u094B\u0908 \u0924\u093E\u091C \u0928\u0939\u0940\u0902 \u092A\u0939\u0928\u0942\u0902\u0917\u093E \u092F\u093E \u0938\u092E\u094D\u092E\u093E\u0928 \u0915\u0947 \u0932\u093F\u090F \u092A\u094D\u0930\u0924\u093F\u0938\u094D\u092A\u0930\u094D\u0927\u093E \u0928\u0939\u0940\u0902 \u0915\u0930\u0942\u0902\u0917\u093E\u0964 \u092E\u0948\u0902 \u0905\u092A\u0928\u093E \u0915\u0930\u094D\u0924\u0935\u094D\u092F \u0928\u093F\u0937\u094D\u0920\u093E\u092A\u0942\u0930\u094D\u0935\u0915 \u0928\u093F\u092D\u093E\u090A\u0902\u0917\u093E, \u091C\u093F\u090A\u0902\u0917\u093E \u0914\u0930 \u092E\u0930\u0942\u0902\u0917\u093E\u0964",sampleSourceText:"Night gathers, and now my watch begins. It shall not end until my death. I shall take no wife, hold no lands, father no children. I shall wear no crowns and win no glory. I shall live and die at my post.","subtitle.supportedSites":"\u5DF2\u652F\u6301\u5728\u8FD9\u4E9B\u7F51\u7AD9\u4F7F\u7528\u53CC\u8BED\u5B57\u5E55\uFF08\u6CE8\u610F\uFF1A\u7531\u4E8E\u6280\u672F\u9650\u5236\uFF0C\u90E8\u5206\u7F51\u7AD9\u5728\u9996\u6B21\u5F00\u542F\u5B57\u5E55\u540E\u9700\u8981\u91CD\u65B0\u5237\u65B0\u9875\u9762\uFF0C\u6216\u8005\u9700\u7B49\u5F85\u7FFB\u8BD1\u5B8C\u6210\u4EE5\u663E\u793A\u53CC\u8BED\u5B57\u5E55\uFF09\uFF1A",viewWithImmersiveTranslate:"\u53CC\u8BED\u7248\u672C(\u6C89\u6D78\u5F0F\u7FFB\u8BD1)",errorReason:"\u9519\u8BEF\u539F\u56E0\uFF1A{message}","proQuotaExceededError.onetime7day":'\uFF0C\u60A8\u53EF\u4EE5\u9009\u62E9\u4EE5\u4E0B\u65B9\u5F0F\u89E3\u51B3\uFF1A

1. \u5207\u6362\u5230 {anotherService} \u6216\u5176\u4ED6\u7FFB\u8BD1\u670D\u52A1
2. \u5347\u7EA7\u4E3A\u6708\u5EA6/\u5E74\u5EA6\u4F1A\u5458',"proQuotaExceededError.trial":'\uFF0C\u60A8\u53EF\u4EE5\u9009\u62E9\u4EE5\u4E0B\u65B9\u5F0F\u89E3\u51B3\uFF1A

1. \u5207\u6362\u5230 {anotherService} \u6216\u5176\u4ED6\u7FFB\u8BD1\u670D\u52A1
2. \u7ACB\u523B\u5347\u7EA7\u4E3A\u6B63\u5F0F\u4F1A\u5458',"proQuotaExceededError.nonTrial":'\uFF0C\u60A8\u53EF\u4EE5\u9009\u62E9\u4EE5\u4E0B\u65B9\u5F0F\u89E3\u51B3\uFF1A

1. \u5207\u6362\u5230 {anotherService} \u6216\u5176\u4ED6\u7FFB\u8BD1\u670D\u52A1
2. \u8D2D\u4E70 {translationService} \u989D\u5916\u6D41\u91CF\u5305',"proQuotaExceededError.resetTime":"
3. \u989D\u5EA6\u91CD\u7F6E\u65F6\u95F4\uFF1A{resetTime}","desc.touchShortcutsToggleTranslatePageOnlyTranslation":"\u0915\u0947\u0935\u0932 \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u093E \u0924\u093E\u0924\u094D\u092A\u0930\u094D\u092F \u0939\u0948 \u0915\u093F \u0915\u0947\u0935\u0932 \u0905\u0928\u0941\u0935\u093E\u0926 \u092A\u094D\u0930\u0926\u0930\u094D\u0936\u093F\u0924 \u0939\u094B\u0917\u093E, \u092F\u0926\u093F \u0935\u0947\u092C\u092A\u0947\u091C \u0905\u092D\u0940 \u0924\u0915 \u0905\u0928\u0941\u0935\u093E\u0926\u093F\u0924 \u0928\u0939\u0940\u0902 \u0939\u0941\u0906 \u0939\u0948, \u0924\u094B \u092E\u094B\u0921 \u092C\u0926\u0932\u0947\u0917\u093E \u0914\u0930 \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0947\u0917\u093E\u0964","desc.toggleOnlyTransation":"\u0915\u0947\u0935\u0932 \u0905\u0928\u0941\u0935\u093E\u0926 \u092E\u094B\u0921 \u0915\u093E \u0924\u093E\u0924\u094D\u092A\u0930\u094D\u092F \u0939\u0948 \u0915\u093F \u0915\u0947\u0935\u0932 \u0905\u0928\u0941\u0935\u093E\u0926 \u092A\u094D\u0930\u0926\u0930\u094D\u0936\u093F\u0924 \u0939\u094B\u0917\u093E, \u092F\u0926\u093F \u0935\u0947\u092C\u092A\u0947\u091C \u0905\u092D\u0940 \u0924\u0915 \u0905\u0928\u0941\u0935\u093E\u0926\u093F\u0924 \u0928\u0939\u0940\u0902 \u0939\u0941\u0906 \u0939\u0948, \u0924\u094B \u092E\u094B\u0921 \u092C\u0926\u0932 \u091C\u093E\u090F\u0917\u093E \u0914\u0930 \u0905\u0928\u0941\u0935\u093E\u0926 \u0939\u094B\u0917\u093E\u0964",touchShortcutsToggleTranslatePageOnlyTranslation:"\u0938\u094D\u0915\u094D\u0930\u0940\u0928 \u091F\u091A \u091C\u0947\u0938\u094D\u091A\u0930 \u0938\u0947\u091F \u0915\u0930\u0947\u0902 \u0926\u094D\u0935\u093F\u092D\u093E\u0937\u0940 / \u0915\u0947\u0935\u0932 \u0905\u0928\u0941\u0935\u093E\u0926 \u092E\u094B\u0921 \u0915\u094B \u0938\u094D\u0935\u093F\u091A \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F",download_started:"\u0921\u093E\u0909\u0928\u0932\u094B\u0921 \u0936\u0941\u0930\u0942 \u0939\u094B \u091A\u0941\u0915\u093E \u0939\u0948, \u092F\u0926\u093F \u0938\u094D\u0935\u091A\u093E\u0932\u093F\u0924 \u0930\u0942\u092A \u0938\u0947 \u0921\u093E\u0909\u0928\u0932\u094B\u0921 \u0928\u0939\u0940\u0902 \u0939\u094B \u0930\u0939\u093E \u0939\u0948, \u0924\u094B \u0915\u0943\u092A\u092F\u093E \u092E\u0948\u0928\u094D\u092F\u0941\u0905\u0932 \u0930\u0942\u092A \u0938\u0947 \u0915\u094D\u0932\u093F\u0915 \u0915\u0930\u0947\u0902\u0964",here:"\u092F\u0939\u093E\u0901",batchEdit:"\u0925\u094B\u0915 \u0938\u0902\u091A\u093E\u0932\u0928","error.goReset":"\u0930\u0940\u0938\u0947\u091F \u0915\u0930\u0947\u0902",translationFont:"\u092B\u093C\u0949\u0928\u094D\u091F \u0938\u0947\u091F \u0915\u0930\u0947\u0902","translationFont.custom":"\u0905\u092A\u0928\u0940 \u0915\u0938\u094D\u091F\u092E \u092B\u093C\u0949\u0928\u094D\u091F \u0926\u0930\u094D\u091C \u0915\u0930\u0947\u0902","translationModeLang.translation.title":"\u0915\u0947\u0935\u0932 \u0905\u0928\u0941\u0935\u093E\u0926 \u092E\u094B\u0921 \u0915\u0940 \u092D\u093E\u0937\u093E","translationFont.customPlaceholder":"\u092B\u093C\u0949\u0928\u094D\u091F","translationServices.inherit":"\u092E\u0941\u0916\u094D\u092F \u0905\u0928\u0941\u0935\u093E\u0926 \u0938\u0947\u0935\u093E \u0915\u093E \u092A\u093E\u0932\u0928 \u0915\u0930\u0947\u0902","error.serveConfigError":"\u0938\u0947\u0935\u093E \u0938\u092E\u093E\u0915\u0943\u0924\u093F \u0924\u094D\u0930\u0941\u091F\u093F","error.configError":"\u0935\u093F\u0928\u094D\u092F\u093E\u0938 \u0921\u0947\u091F\u093E \u0905\u0938\u093E\u092E\u093E\u0928\u094D\u092F","translationModeUrl.translation.title":"\u0915\u0947\u0935\u0932 \u0905\u0928\u0941\u0935\u093E\u0926 \u092E\u094B\u0921 \u0915\u093E URL",toggleToService:"{\u0938\u0947\u0935\u093E} \u092A\u0930 \u0938\u094D\u0935\u093F\u091A \u0915\u0930\u0947\u0902 \u0914\u0930 \u092A\u0941\u0928\u0903 \u092A\u094D\u0930\u092F\u093E\u0938 \u0915\u0930\u0947\u0902",videoSubtitlePreTranslationOn:"\u0935\u0940\u0921\u093F\u092F\u094B \u0938\u092C\u091F\u093E\u092F\u091F\u0932\u094D\u0938 \u0915\u093E \u092A\u094D\u0930\u093E\u0925\u092E\u093F\u0915\u0924\u093E \u0938\u094D\u0935\u0930\u0942\u092A \u092E\u0947\u0902 \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u093E \u0909\u092A\u092F\u094B\u0917 \u0915\u0930\u0947\u0902\u0917\u0947\u0964","touch.mouse-translate":"\u0915\u0943\u092A\u092F\u093E \u0928\u093F\u0930\u094D\u0926\u093F\u0937\u094D\u091F \u092A\u0948\u0930\u093E\u0917\u094D\u0930\u093E\u092B \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0947\u0902",detectServiceLoading:"\u0909\u092A\u0932\u092C\u094D\u0927 \u0905\u0928\u0941\u0935\u093E\u0926 \u0938\u0947\u0935\u093E\u0913\u0902 \u0915\u0940 \u091C\u093E\u0902\u091A \u0915\u0930 \u0930\u0939\u093E \u0939\u0948...","error.proTokenInvalid":"\u092F\u0926\u093F \u0906\u092A \u092A\u094D\u0930\u094B \u0909\u092A\u092F\u094B\u0917\u0915\u0930\u094D\u0924\u093E \u0939\u0948\u0902, \u0924\u094B \u0915\u0943\u092A\u092F\u093E \u092A\u094D\u0930\u094B \u0905\u0928\u0941\u0935\u093E\u0926 \u0938\u0947\u0935\u093E \u0915\u093E \u0909\u092A\u092F\u094B\u0917 \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u0932\u0949\u0917 \u0907\u0928 \u0915\u0930\u0947\u0902\u0964","error.400":"\u0938\u0947\u0935\u093E \u0924\u094D\u0930\u0941\u091F\u093F \u0935\u093E\u092A\u0938 \u0915\u0930\u0924\u0940 \u0939\u0948, \u0905\u0928\u0941\u0930\u094B\u0927 \u092A\u0948\u0930\u093E\u092E\u0940\u091F\u0930 \u0917\u0932\u0924 \u0939\u0948, \u0915\u0943\u092A\u092F\u093E \u0938\u0902\u092C\u0902\u0927\u093F\u0924 \u0915\u0949\u0928\u094D\u092B\u093C\u093F\u0917\u0930\u0947\u0936\u0928 \u0915\u0940 \u091C\u093E\u0902\u091A \u0915\u0930\u0947\u0902\u0964","error.502":"\u0938\u0947\u0935\u093E \u0924\u094D\u0930\u0941\u091F\u093F \u0932\u094C\u091F\u0924\u0940 \u0939\u0948, \u0938\u0947\u0935\u093E \u0938\u092E\u092F \u0938\u092E\u093E\u092A\u094D\u0924, \u0915\u0943\u092A\u092F\u093E \u092C\u093E\u0926 \u092E\u0947\u0902 \u092A\u0941\u0928\u0903 \u092A\u094D\u0930\u092F\u093E\u0938 \u0915\u0930\u0947\u0902\u0964","error.reloadPageOfSetting":"\u0915\u0949\u0928\u094D\u092B\u093C\u093F\u0917\u0930 \u0915\u0930\u0928\u0947 \u0915\u0947 \u092C\u093E\u0926, \u0915\u0943\u092A\u092F\u093E \u092A\u0943\u0937\u094D\u0920 \u0915\u094B \u0924\u093E\u091C\u093C\u093E \u0915\u0930\u0947\u0902 \u0914\u0930 \u092B\u093F\u0930 \u0938\u0947 \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0947\u0902\u0964","translationModeUrl.translation.description":"\u091C\u092C \u0935\u0947\u092C\u0938\u093E\u0907\u091F \u0928\u093F\u092E\u094D\u0928\u0932\u093F\u0916\u093F\u0924 \u0921\u094B\u092E\u0947\u0928 \u0915\u0947 \u0932\u093F\u090F \u0939\u094B\u0924\u0940 \u0939\u0948, \u0924\u094B \u092F\u0939 \u0938\u094D\u0935\u091A\u093E\u0932\u093F\u0924 \u0930\u0942\u092A \u0938\u0947 \u0915\u0947\u0935\u0932 \u0905\u0928\u0941\u0935\u093E\u0926 \u092E\u094B\u0921 \u0915\u093E \u0909\u092A\u092F\u094B\u0917 \u0915\u0930\u0947\u0917\u0940\u0964","error.googleLimitIp":"\u0938\u0947\u0935\u093E \u0924\u094D\u0930\u0941\u091F\u093F \u0932\u094C\u091F\u093E\u0924\u0940 \u0939\u0948, \u0917\u0942\u0917\u0932 \u0938\u0947\u0935\u093E\u090F\u0902 \u0907\u0938 IP \u092A\u0924\u0947 \u092A\u0930 \u092A\u094D\u0930\u0935\u093E\u0939 \u0938\u0940\u092E\u093F\u0924 \u0915\u0930 \u091A\u0941\u0915\u0940 \u0939\u0948\u0902, \u0906\u092A\u0915\u093E \u0938\u0941\u091D\u093E\u0935 \u0939\u0948 \u0915\u093F \u0906\u092A \u0928\u0947\u091F\u0935\u0930\u094D\u0915 \u0928\u094B\u0921 \u092C\u0926\u0932\u0947\u0902\u0964","error.proUpgrade":"\u0905\u092A\u0917\u094D\u0930\u0947\u0921 \u0915\u0930\u0928\u0947 \u0915\u0947 \u092C\u093E\u0926, \u0915\u0943\u092A\u092F\u093E \u092A\u0943\u0937\u094D\u0920 \u0915\u094B \u0924\u093E\u091C\u093C\u093E \u0915\u0930\u0947\u0902 \u0914\u0930 \u092B\u093F\u0930 \u0938\u0947 \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0947\u0902\u0964","error.gemini.429":"\u0935\u0930\u094D\u0924\u092E\u093E\u0928 \u092E\u0947\u0902 \u091C\u0947\u092E\u093F\u0928\u0940 \u0938\u0947\u0935\u093E \u0915\u0940 \u0935\u0930\u094D\u0924\u092E\u093E\u0928 \u092D\u0930\u0923 \u0915\u094D\u0937\u092E\u0924\u093E \u0938\u0940\u092E\u093E \u0915\u094B \u092A\u0939\u0941\u0902\u091A \u091A\u0941\u0915\u0940 \u0939\u0948, \u0915\u0943\u092A\u092F\u093E \u092C\u093E\u0926 \u092E\u0947\u0902 \u092A\u094D\u0930\u092F\u093E\u0938 \u0915\u0930\u0947\u0902, \u092F\u093E \u0905\u0928\u094D\u092F \u0905\u0928\u0941\u0935\u093E\u0926 \u0938\u0947\u0935\u093E\u0913\u0902 \u092A\u0930 \u0938\u094D\u0935\u093F\u091A \u0915\u0930\u0947\u0902\u0964",enableSentryReport:"\u091C\u092C \u090F\u0915\u094D\u0938\u091F\u0947\u0902\u0936\u0928 \u092E\u0947\u0902 \u0924\u094D\u0930\u0941\u091F\u093F \u0939\u094B\u0924\u0940 \u0939\u0948, \u0924\u094B Sentry \u0915\u093E \u0909\u092A\u092F\u094B\u0917 \u092A\u094D\u0930\u0924\u093F\u0915\u094D\u0930\u093F\u092F\u093E \u0938\u092C\u092E\u093F\u091F \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u0915\u0930\u0947\u0902\u0964","error.403":"\u0938\u0947\u0935\u093E \u0924\u094D\u0930\u0941\u091F\u093F \u0932\u094C\u091F\u093E\u0924\u0940 \u0939\u0948, \u0905\u0938\u094D\u0925\u093E\u092F\u0940 \u0930\u0942\u092A \u0938\u0947 \u0907\u0938 \u0938\u0947\u0935\u093E \u0915\u093E \u0909\u092A\u092F\u094B\u0917 \u0915\u0930\u0928\u0947 \u0915\u0940 \u0905\u0928\u0941\u092E\u0924\u093F \u0928\u0939\u0940\u0902 \u0939\u0948\u0964","translationModeLang.translation.description":"\u091C\u092C \u092A\u0943\u0937\u094D\u0920 \u0915\u0940 \u092D\u093E\u0937\u093E \u0928\u093F\u092E\u094D\u0928\u0932\u093F\u0916\u093F\u0924 \u092D\u093E\u0937\u093E\u0913\u0902 \u092E\u0947\u0902 \u0939\u094B\u0924\u0940 \u0939\u0948, \u0924\u094B \u0915\u0947\u0935\u0932 \u0905\u0928\u0941\u0935\u093E\u0926 \u092E\u094B\u0921 \u0915\u093E \u0938\u094D\u0935\u091A\u093E\u0932\u093F\u0924 \u0930\u0942\u092A \u0938\u0947 \u0909\u092A\u092F\u094B\u0917 \u0915\u093F\u092F\u093E \u091C\u093E\u090F\u0917\u093E",videoSubtitlePreTranslationOff:"\u0935\u0940\u0921\u093F\u092F\u094B \u0938\u092C\u091F\u093E\u092F\u091F\u0932 \u092E\u0942\u0932 \u0935\u0940\u0921\u093F\u092F\u094B \u0926\u094D\u0935\u093E\u0930\u093E \u0938\u094D\u0935\u091A\u093E\u0932\u093F\u0924 \u0930\u0942\u092A \u0938\u0947 \u0905\u0928\u0941\u0935\u093E\u0926\u093F\u0924 \u0938\u092C\u091F\u093E\u092F\u091F\u0932 \u0915\u093E \u092A\u094D\u0930\u093E\u0925\u092E\u093F\u0915\u0924\u093E \u092A\u094D\u0930\u0926\u093E\u0928 \u0915\u0930\u0947\u0917\u093E\u0964","error.429":"\u0938\u0947\u0935\u093E \u0924\u094D\u0930\u0941\u091F\u093F \u0932\u094C\u091F\u093E\u0924\u0940 \u0939\u0948, \u091C\u093F\u0938\u0915\u093E \u0905\u0930\u094D\u0925 \u0939\u0948 \u0915\u093F \u0905\u0928\u0941\u0930\u094B\u0927 \u092C\u0939\u0941\u0924 \u0905\u0915\u094D\u0938\u0930 \u0939\u094B \u0930\u0939\u0947 \u0939\u0948\u0902 \u092F\u093E \u0938\u0940\u092E\u093E \u0938\u0940\u092E\u093E \u0938\u0947 \u0905\u0927\u093F\u0915 \u0939\u0948\u0902, \u0915\u0943\u092A\u092F\u093E \u092C\u093E\u0926 \u092E\u0947\u0902 \u092A\u0941\u0928\u0903 \u092A\u094D\u0930\u092F\u093E\u0938 \u0915\u0930\u0947\u0902\u0964","error.openAIExceededQuota":"\u0938\u0947\u0935\u093E \u0924\u094D\u0930\u0941\u091F\u093F \u0935\u093E\u092A\u0938 \u0915\u0930\u0924\u0940 \u0939\u0948: \u0906\u092A\u0915\u093E \u0935\u0930\u094D\u0924\u092E\u093E\u0928 OpenAI \u0916\u093E\u0924\u093E \u092C\u0948\u0932\u0947\u0902\u0938 \u092A\u0930\u094D\u092F\u093E\u092A\u094D\u0924 \u0928\u0939\u0940\u0902 \u0939\u0948, \u0915\u0943\u092A\u092F\u093E OpenAI \u0906\u0927\u093F\u0915\u093E\u0930\u093F\u0915 \u092C\u0948\u0915\u090F\u0902\u0921 \u092E\u0947\u0902 \u0930\u093F\u091A\u093E\u0930\u094D\u091C \u0915\u0930\u0947\u0902 \u092F\u093E \u0915\u094D\u0930\u0947\u0921\u093F\u091F \u0915\u093E\u0930\u094D\u0921 \u092C\u093E\u0902\u0927\u0947\u0902\u0964","translationFont.notSupportErrorMessage":"\u0915\u0943\u092A\u092F\u093E \u091C\u093E\u0902\u091A\u0947\u0902 \u0915\u093F \u0906\u092A\u0915\u0947 \u0926\u094D\u0935\u093E\u0930\u093E \u0926\u0930\u094D\u091C \u0915\u093F\u092F\u093E \u0917\u092F\u093E \u092B\u093C\u0949\u0928\u094D\u091F \u0928\u093E\u092E \u0938\u0939\u0940 \u0939\u0948 \u092F\u093E \u0928\u0939\u0940\u0902, \u092F\u093E \u092F\u0939 \u0938\u0941\u0928\u093F\u0936\u094D\u091A\u093F\u0924 \u0915\u0930\u0947\u0902 \u0915\u093F \u092F\u0939 \u092B\u093C\u0949\u0928\u094D\u091F \u0906\u092A\u0915\u0947 \u0909\u092A\u0915\u0930\u0923 \u092A\u0930 \u0938\u094D\u0925\u093E\u092A\u093F\u0924 \u0939\u0948\u0964","error.openAIFreeLimit":"\u0938\u0947\u0935\u093E \u0924\u094D\u0930\u0941\u091F\u093F \u0932\u094C\u091F\u093E\u0924\u0940 \u0939\u0948, \u0935\u0930\u094D\u0924\u092E\u093E\u0928 \u0905\u0928\u0941\u0935\u093E\u0926 \u0905\u0928\u0941\u0930\u094B\u0927 \u0915\u0940 \u0906\u0935\u0943\u0924\u094D\u0924\u093F \u092A\u094D\u0930\u0924\u093F \u092E\u093F\u0928\u091F 3 \u092C\u093E\u0930 \u0915\u0940 \u0905\u0927\u093F\u0915\u0924\u092E \u0938\u0940\u092E\u093E \u0924\u0915 \u092A\u0939\u0941\u0902\u091A \u091A\u0941\u0915\u0940 \u0939\u0948, \u0915\u0943\u092A\u092F\u093E \u092C\u093E\u0926 \u092E\u0947\u0902 \u092A\u094D\u0930\u092F\u093E\u0938 \u0915\u0930\u0947\u0902\u0964 (\u092F\u0939 OpenAI \u0915\u0940 \u0906\u0927\u093F\u0915\u093E\u0930\u093F\u0915 \u0938\u0940\u092E\u093E \u0939\u0948 \u0928\u093F:\u0936\u0941\u0932\u094D\u0915 API Key \u0915\u0947 \u0932\u093F\u090F, \u0907\u0938 \u0938\u0940\u092E\u093E \u0915\u094B \u0939\u091F\u093E\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F, \u0915\u0943\u092A\u092F\u093E OpenAI \u092C\u0948\u0915\u090F\u0902\u0921 \u092E\u0947\u0902 \u0915\u094D\u0930\u0947\u0921\u093F\u091F \u0915\u093E\u0930\u094D\u0921 \u092C\u093E\u0902\u0927\u0947\u0902\u0964)","desc.toggleVideoSubtitlePreTranslation":"\u091C\u092C \u0906\u092A \u0907\u0938\u0947 \u0926\u092C\u093E\u0924\u0947 \u0939\u0948\u0902, \u0924\u094B \u0935\u0940\u0921\u093F\u092F\u094B \u0926\u094D\u0935\u093F\u092D\u093E\u0937\u0940 \u0909\u092A\u0936\u0940\u0930\u094D\u0937\u0915 \u092A\u094D\u0930\u093E\u0925\u092E\u093F\u0915\u0924\u093E \u0938\u0947 \u0921\u0941\u092C\u0915\u0940 \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0940 \u0938\u0947\u091F\u093F\u0902\u0917 \u0915\u093E \u0909\u092A\u092F\u094B\u0917 \u0915\u0930\u0947\u0917\u093E, \u092B\u093F\u0930 \u0938\u0947 \u0926\u092C\u093E\u0928\u0947 \u092A\u0930 \u092F\u0939 \u092E\u0942\u0932 \u0935\u0940\u0921\u093F\u092F\u094B \u0915\u0947 \u0938\u094D\u0935\u091A\u093E\u0932\u093F\u0924 \u0905\u0928\u0941\u0935\u093E\u0926\u093F\u0924 \u0909\u092A\u0936\u0940\u0930\u094D\u0937\u0915 \u0915\u093E \u0909\u092A\u092F\u094B\u0917 \u0915\u0930\u0947\u0917\u093E, \u0927\u094D\u092F\u093E\u0928 \u0926\u0947\u0902: \u0907\u0938 \u0936\u0949\u0930\u094D\u091F\u0915\u091F \u0926\u094D\u0935\u093E\u0930\u093E \u0938\u0902\u0936\u094B\u0927\u093F\u0924 \u0938\u0947\u091F\u093F\u0902\u0917 \u0935\u0948\u0936\u094D\u0935\u093F\u0915 \u0939\u094B\u0924\u0940 \u0939\u0948\u0964","error.serveUnavailable":"\u0906\u092A\u0915\u0947 \u0926\u094D\u0935\u093E\u0930\u093E \u0935\u0930\u094D\u0924\u092E\u093E\u0928 \u092E\u0947\u0902 \u0909\u092A\u092F\u094B\u0917 \u0915\u093F\u090F \u091C\u093E \u0930\u0939\u0947 [{serverName}] \u0938\u0947\u0935\u093E \u0915\u094B \u0928\u0947\u091F\u0935\u0930\u094D\u0915 \u0915\u0928\u0947\u0915\u094D\u0936\u0928 \u092F\u093E \u0938\u0947\u0935\u093E \u092A\u094D\u0930\u0926\u093E\u0924\u093E \u0915\u0940 \u0938\u092E\u0938\u094D\u092F\u093E \u0915\u0947 \u0915\u093E\u0930\u0923 \u0905\u0938\u094D\u0925\u093E\u092F\u0940 \u0930\u0942\u092A \u0938\u0947 \u0909\u092A\u092F\u094B\u0917 \u0915\u0930\u0928\u0947 \u092E\u0947\u0902 \u0905\u0938\u092E\u0930\u094D\u0925 \u0939\u0948\u0964 \u0939\u092E\u093E\u0930\u093E \u0938\u0941\u091D\u093E\u0935 \u0939\u0948 \u0915\u093F \u0906\u092A \u092A\u0943\u0937\u094D\u0920 \u0915\u094B \u0924\u093E\u091C\u093E \u0915\u0930\u0928\u0947 \u0915\u093E \u092A\u094D\u0930\u092F\u093E\u0938 \u0915\u0930\u0947\u0902 \u092F\u093E <1>\u0938\u0947\u091F\u093F\u0902\u0917\u094D\u0938 \u0915\u0947 \u092E\u093E\u0927\u094D\u092F\u092E \u0938\u0947 \u0905\u0928\u094D\u092F \u0905\u0928\u0941\u0935\u093E\u0926 \u0938\u0947\u0935\u093E\u0913\u0902 \u0915\u094B \u092C\u0926\u0932\u0928\u0947 \u0915\u093E \u092A\u094D\u0930\u092F\u093E\u0938 \u0915\u0930\u0947\u0902\u0964 \u092F\u0926\u093F \u0906\u092A <2>Pro \u0938\u0926\u0938\u094D\u092F \u0939\u0948\u0902, \u0924\u094B \u0906\u092A DeepL \u092F\u093E OpenAI \u0905\u0928\u0941\u0935\u093E\u0926 \u0938\u0947\u0935\u093E \u0915\u093E \u0909\u092A\u092F\u094B\u0917 \u0915\u0930\u0928\u0947 \u0915\u093E \u091A\u092F\u0928 \u0915\u0930 \u0938\u0915\u0924\u0947 \u0939\u0948\u0902 \u091C\u094B \u0905\u0927\u093F\u0915 \u0938\u094D\u0925\u093F\u0930 \u0939\u0948 (<3>\u092F\u0939\u093E\u0902 \u092E\u0941\u092B\u094D\u0924 \u0905\u0928\u0941\u092D\u0935 \u0915\u0930\u0947\u0902)\u0964 \u0907\u0938\u0915\u0947 \u0905\u0932\u093E\u0935\u093E, \u0906\u092A\u0915\u094B \u0936\u093E\u092F\u0926 \u0905\u092A\u0928\u0940 \u0928\u0947\u091F\u0935\u0930\u094D\u0915 \u092F\u093E \u092A\u094D\u0930\u0949\u0915\u094D\u0938\u0940 \u0938\u0947\u091F\u093F\u0902\u0917\u094D\u0938 \u0915\u0940 \u091C\u093E\u0902\u091A \u0915\u0930\u0928\u0947 \u0915\u0940 \u0906\u0935\u0936\u094D\u092F\u0915\u0924\u093E \u0939\u094B \u0938\u0915\u0924\u0940 \u0939\u0948\u0964","translationServices.gemini":"\u092E\u093F\u0925\u0941\u0928","widget.translateFile":"PDF/ePub",goLogin:"\u0932\u0949\u0917 \u0907\u0928 \u0915\u0930\u0947\u0902","error.reason":"\u0924\u094D\u0930\u0941\u091F\u093F \u0915\u093E \u0915\u093E\u0930\u0923",contact:"\u0939\u092E\u0938\u0947 \u0938\u0902\u092A\u0930\u094D\u0915 \u0915\u0930\u0947\u0902",pickAll:"\u0938\u092D\u0940 \u0915\u093E \u091A\u092F\u0928 \u0915\u0930\u0947\u0902","multipleClick.3":"\u0924\u094D\u0930\u093F\u092A\u0932 \u0939\u093F\u091F","floatBall.iKnow":"\u092E\u0948\u0902\u0928\u0947 \u0938\u092E\u091D \u0932\u093F\u092F\u093E",shortcutSettings:"\u0936\u0949\u0930\u094D\u091F\u0915\u091F \u0915\u0941\u0902\u091C\u0940","error.retry":"\u092A\u0941\u0928\u0903 \u092A\u094D\u0930\u092F\u093E\u0938 \u0915\u0930\u0947\u0902",touchShortcutsOff:"\u092C\u0902\u0926 \u0915\u0930\u0947\u0902","subtitle.bilingual":"\u0926\u094D\u0935\u093F\u092D\u093E\u0937\u0940\u092F \u0909\u092A\u0936\u0940\u0930\u094D\u0937\u0915","tagsInput.add":"+ \u091C\u094B\u0921\u093C\u0947\u0902","slide.right":"\u092C\u093E\u090F\u0902 \u0938\u094D\u0932\u093E\u0907\u0921 \u0915\u0930\u0947\u0902","multipleClick.2":"\u0921\u092C\u0932 \u0915\u094D\u0932\u093F\u0915","widget.instruction":"\u0909\u092A\u092F\u094B\u0917 \u0915\u0940 \u0928\u093F\u0930\u094D\u0926\u0947\u0936\u093F\u0915\u093E",loggedIn:"\u0932\u0949\u0917 \u0907\u0928 \u0915\u093F\u092F\u093E \u0939\u0941\u0906 \u0939\u0948","shortcutGroup.main":"\u0938\u093E\u092E\u093E\u0928\u094D\u092F \u0909\u092A\u092F\u094B\u0917 \u0915\u0940 \u0936\u0949\u0930\u094D\u091F\u0915\u091F \u0915\u0941\u0902\u091C\u0940","slide.left":"\u0926\u093E\u090F\u0902 \u0938\u094D\u0932\u093E\u0907\u0921 \u0915\u0930\u0947\u0902",shortcutSettingsTitle:"\u0936\u0949\u0930\u094D\u091F\u0915\u091F \u0915\u0940 \u0938\u0947\u091F\u093F\u0902\u0917","multipleClick.4":"\u091A\u093E\u0930\u0939\u093F\u091F \u0938\u0902\u092F\u094B\u091C\u0928","error.subscriptionExpiredTitle":"\u0938\u0926\u0938\u094D\u092F\u0924\u093E \u0938\u092E\u093E\u092A\u094D\u0924 \u0939\u094B \u0917\u0908 \u0939\u0948",notLogin:"\u0932\u0949\u0917 \u0907\u0928 \u0928\u0939\u0940\u0902 \u0915\u093F\u092F\u093E \u0939\u0948","shortcutGroup.others":"\u0905\u0927\u093F\u0915 \u0915\u0938\u094D\u091F\u092E \u092B\u093C\u0902\u0915\u094D\u0936\u0928 \u0936\u0949\u0930\u094D\u091F\u0915\u091F","subtitle.hideQuickButton":"\u0907\u0938 \u0936\u0949\u0930\u094D\u091F\u0915\u091F \u0915\u094B \u092B\u093F\u0930 \u0938\u0947 \u0928\u093E \u0926\u093F\u0916\u093E\u090F\u0902","widget.videoSubtitleTooltip":"Youtube \u0906\u0926\u093F {count}+ \u0935\u0940\u0921\u093F\u092F\u094B \u0935\u0947\u092C\u0938\u093E\u0907\u091F\u094B\u0902 \u0915\u093E \u0938\u092E\u0930\u094D\u0925\u0928 \u0915\u0930\u0947\u0902","browser.translateInputBox":"\u0935\u0930\u094D\u0924\u092E\u093E\u0928 \u0907\u0928\u092A\u0941\u091F \u092C\u0949\u0915\u094D\u0938 \u0915\u0940 \u0938\u093E\u092E\u0917\u094D\u0930\u0940 \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0947\u0902",temprarilyChangeTranslationTo_openai:"\u0939\u092E \u0935\u0930\u094D\u0924\u092E\u093E\u0928 \u092A\u0943\u0937\u094D\u0920 \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 OpenAI \u0915\u093E \u0909\u092A\u092F\u094B\u0917 \u0915\u0930 \u0930\u0939\u0947 \u0939\u0948\u0902",alwaysTranslateThisSite:"\u0939\u092E\u0947\u0936\u093E \u0907\u0938 \u0935\u0947\u092C\u0938\u093E\u0907\u091F \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0947\u0902","shortcutGroup.mouse":"\u092E\u093E\u0909\u0938 \u0939\u094B\u0935\u0930 \u0936\u0949\u0930\u094D\u091F\u0915\u091F \u0915\u0949\u0928\u094D\u092B\u093C\u093F\u0917\u0930\u0947\u0936\u0928",translationOnlyMode:`\u0915\u0947\u0935\u0932 \u0905\u0928\u0941\u0935\u093E\u0926 \u092E\u094B\u0921 + {env.imt_sub_trans_field}: Traduction`,"subtitle.quickButton.magenta":"Fuchsia","subtitle.quickButton.red":"Rouge","subtitle.quickButton.setting":"Param\xE9trage","subtitle.quickButton.black":"noir","subtitle.quickButton.translationPosition":"Position de traduction","subtitle.quickButton.green":"Vert","subtitle.quickButton.translationFontSize":"Taille de police de traduction","subtitle.quickButton.sourceTextColor":"Couleur de police d'origine","translationServices.claude":"Claude","subtitle.quickButton.blue":"Bleu","subtitle.quickButton.sourceFontSize":"La taille originale de la police","subtitle.quickButton.translationTextColor":"Couleur de la police de traduction","subtitle.quickButton.backgroundColor":"couleur d'arri\xE8re-plan","subtitle.quickButton.white":"Blanc","subtitle.quickButton.translationPositionTop":"En haut de l'original","subtitle.quickButton.yellow":"jaune","subtitle.quickButton.cyan":"Bleu","subtitle.quickButton.backgroundOpacity":"Opacit\xE9 de l'arri\xE8re-plan","subtitle.quickButton.translationPositionBottom":"\u5728\u539F\u6587\u4E0B\u65B9",attachSubtitleTranslating:"Utilisation de {service} pour la traduction en cours...","error.claude.403":"Acc\xE8s temporairement interdit au service, cela peut \xEAtre li\xE9 aux restrictions r\xE9gionales de Claude. Vous pouvez essayer de changer votre adresse IP ou utiliser un autre service de traduction.","browser.brandDescriptionForSafari":"\u3010Traduction immersive\u3011Un plugin de traduction de pages web bilingue gratuit (texte original / traduction), qui supporte \xE9galement la traduction de PDF et de livres \xE9lectroniques EPUB tout en conservant la mise en page originale, la traduction de sous-titres bilingues pour des vid\xE9os en ligne comme Youtube/Netflix, et qui supporte les services de traduction principaux tels que Deepl/Google;","browser.PdfProFile":"AI pilot\xE9 PDF Pro traduction","browser.textTranslate":"Traduction de texte"};var Fs={nologin:"\u0905\u0902\u0926\u0930 \u092A\u094D\u0930\u0935\u0947\u0936 \u0915\u0940 \u0905\u0928\u0941\u092E\u0924\u093F \u0928\u0939\u0940\u0902 \u0939\u0948",loginForSafari:"\u0932\u0949\u0917-\u0907\u0928 \u092F\u093E \u092A\u0902\u091C\u0940\u0915\u0943\u0924",login:"\u0932\u0949\u0917 \u0907\u0928 \u0915\u0930\u0928\u0947 \u0915\u0947 \u092C\u093E\u0926 \u0906\u092A \u0938\u0926\u0938\u094D\u092F\u0924\u093E \u0938\u0915\u094D\u0930\u093F\u092F \u0915\u0930 \u0938\u0915\u0924\u0947 \u0939\u0948\u0902",manageAccount:"\u0916\u093E\u0924\u0947 \u0915\u093E \u092A\u094D\u0930\u092C\u0902\u0927\u0928 \u0915\u0930\u0947\u0902",openPremium:"\u0938\u0926\u0938\u094D\u092F\u0924\u093E \u0917\u094D\u0930\u0939\u0923 \u0915\u0930\u0947\u0902",logout:"\u091B\u094B\u0921\u093C\u0928\u093E",curentPlan:"\u0935\u0930\u094D\u0924\u092E\u093E\u0928 \u092A\u0948\u0915\u0947\u091C",endAt:"\u092A\u0930\u093F\u092A\u0915\u094D\u0935\u0924\u093E",endAuto:"\u0938\u094D\u0935\u091A\u093E\u0932\u093F\u0924 \u0928\u0935\u0940\u0915\u0930\u0923",lineBreakMaxTextCount:"\u092A\u0902\u0915\u094D\u0924\u093F \u0935\u093F\u0930\u093E\u092E \u0915\u0947 \u092C\u093E\u0926 \u092A\u094D\u0930\u0924\u093F \u0935\u093E\u0915\u094D\u092F \u0905\u0928\u0941\u092E\u0924 \u0935\u0930\u094D\u0923\u094B\u0902 \u0915\u0940 \u0905\u0927\u093F\u0915\u0924\u092E \u0938\u0902\u0916\u094D\u092F\u093E","translate-pdf":"\u092A\u0940\u0921\u0940\u090F\u092B \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u0915\u094D\u0932\u093F\u0915 \u0915\u0930\u0947\u0902","noSupportTranslate-pdf":"\u0938\u094D\u0915\u094D\u0930\u093F\u092A\u094D\u091F \u0938\u092E\u0930\u094D\u0925\u093F\u0924 \u0928\u0939\u0940\u0902 \u0939\u0948, \u0915\u0943\u092A\u092F\u093E \u092A\u094D\u0932\u0917-\u0907\u0928 \u0915\u093E \u0909\u092A\u092F\u094B\u0917 \u0915\u0930\u0947\u0902","translate-firefox-local-pdf":"\u092A\u0940\u0921\u0940\u090F\u092B \u0906\u092F\u093E\u0924 \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u0915\u094D\u0932\u093F\u0915 \u0915\u0930\u0947\u0902",enableLineBreak:"\u0932\u0902\u092C\u0947 \u0905\u0928\u0941\u091A\u094D\u091B\u0947\u0926\u094B\u0902 \u0915\u0947 \u0932\u093F\u090F \u0938\u094D\u0935\u091A\u093E\u0932\u093F\u0924 \u0936\u092C\u094D\u0926 \u0930\u0948\u092A\u093F\u0902\u0917 \u091A\u093E\u0932\u0942 \u0915\u0930\u0947\u0902",sponsorLabel:"$1 \u0938\u0947 \u0936\u0941\u0930\u0942 \u0915\u0930\u0915\u0947 \u0915\u093F\u0938\u0940 \u0921\u0947\u0935\u0932\u092A\u0930 \u0915\u094B \u092A\u094D\u0930\u093E\u092F\u094B\u091C\u093F\u0924 \u0915\u0930\u0947\u0902",help:"\u092E\u0926\u0926",browserShortcutsNoteForFirefox:'\u092B\u093C\u093E\u092F\u0930\u092B\u093C\u0949\u0915\u094D\u0938 \u092C\u094D\u0930\u093E\u0909\u091C\u093C\u0930 \u092E\u0947\u0902 \u0936\u0949\u0930\u094D\u091F\u0915\u091F \u0915\u0941\u0902\u091C\u093F\u092F\u094B\u0902 \u0915\u094B \u0938\u0902\u0936\u094B\u0927\u093F\u0924 \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F, \u0906\u092A\u0915\u094B \u090F\u0915\u094D\u0938\u091F\u0947\u0902\u0936\u0928 \u092A\u094D\u0930\u092C\u0902\u0927\u0928 \u092A\u0943\u0937\u094D\u0920 `about:addons` \u0916\u094B\u0932\u0928\u093E \u0939\u094B\u0917\u093E, \u092B\u093F\u0930 "\u0938\u0947\u091F\u093F\u0902\u0917\u094D\u0938" \u092A\u0930 \u0915\u094D\u0932\u093F\u0915 \u0915\u0930\u0947\u0902, \u092B\u093F\u0930 \u0907\u0938\u0947 \u0938\u0947\u091F \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F "\u0936\u0949\u0930\u094D\u091F\u0915\u091F \u0915\u0941\u0902\u091C\u093F\u092F\u093E\u0901 \u092A\u094D\u0930\u092C\u0902\u0927\u093F\u0924 \u0915\u0930\u0947\u0902" \u092A\u0930 \u0915\u094D\u0932\u093F\u0915 \u0915\u0930\u0947\u0902\u0964',browserShortcutsNoteForChrome:"\u0915\u094D\u0930\u094B\u092E-\u091C\u0948\u0938\u0947 \u092C\u094D\u0930\u093E\u0909\u091C\u093C\u0930 \u092E\u0947\u0902 \u0936\u0949\u0930\u094D\u091F\u0915\u091F \u0915\u0941\u0902\u091C\u093F\u092F\u094B\u0902 \u0915\u094B \u0938\u0902\u0936\u094B\u0927\u093F\u0924 \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F, \u0906\u092A\u0915\u094B \u090F\u0915\u094D\u0938\u091F\u0947\u0902\u0936\u0928 \u092A\u094D\u0930\u092C\u0902\u0927\u0928 \u092A\u0943\u0937\u094D\u0920 \u0916\u094B\u0932\u0928\u093E \u0939\u094B\u0917\u093E, \u0907\u0938\u0947 `\u0936\u0949\u0930\u094D\u091F\u0915\u091F \u092A\u094D\u0930\u092C\u0902\u0927\u093F\u0924 \u0915\u0930\u0947\u0902` \u092A\u0948\u0928\u0932 (`\u0915\u094D\u0930\u094B\u092E://\u090F\u0915\u094D\u0938\u091F\u0947\u0902\u0936\u0928/\u0936\u0949\u0930\u094D\u091F\u0915\u091F`) \u092E\u0947\u0902 \u0938\u0947\u091F \u0915\u0930\u0928\u093E \u0939\u094B\u0917\u093E, \u0914\u0930 \u0938\u0940\u0927\u0947 \u091C\u093E\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u0928\u0940\u091A\u0947 \u0926\u093F\u090F \u0917\u090F \u092C\u091F\u0928 \u092A\u0930 \u0915\u094D\u0932\u093F\u0915 \u0915\u0930\u0928\u093E \u0939\u094B\u0917\u093E \u0936\u0949\u0930\u094D\u091F\u0915\u091F \u0915\u0941\u0902\u091C\u0940 \u092A\u094D\u0930\u092C\u0902\u0927\u0928 \u092A\u0943\u0937\u094D\u0920.",browserShortcutsSucks:"\u0915\u0938\u094D\u091F\u092E \u0936\u0949\u0930\u094D\u091F\u0915\u091F \u0915\u0941\u0902\u091C\u0940 \u092A\u094D\u0930\u093E\u0930\u0942\u092A \u0939\u0948 (\u0915\u094B\u0908 \u0938\u094D\u0935\u091A\u093E\u0932\u093F\u0924 \u092A\u0939\u091A\u093E\u0928 \u0928\u0939\u0940\u0902, \u0915\u0943\u092A\u092F\u093E \u0938\u0940\u0927\u0947 \u0926\u0930\u094D\u091C \u0915\u0930\u0947\u0902)\uFF1A",enableLineBreakDescription:"\u091A\u093E\u0932\u0942 \u0939\u094B\u0928\u0947 \u092A\u0930, \u092A\u0922\u093C\u0928\u0947 \u0915\u0940 \u0938\u0941\u0935\u093F\u0927\u093E \u0915\u0947 \u0932\u093F\u090F \u092A\u094D\u0930\u0924\u094D\u092F\u0947\u0915 \u0935\u093E\u0915\u094D\u092F \u0915\u0947 \u0905\u0902\u0924 \u092E\u0947\u0902 \u0932\u0902\u092C\u0947 \u092A\u0948\u0930\u093E\u0917\u094D\u0930\u093E\u092B \u092E\u0947\u0902 \u0932\u093E\u0907\u0928 \u092C\u094D\u0930\u0947\u0915 \u0921\u093E\u0932\u0947 \u091C\u093E\u090F\u0902\u0917\u0947\u0964","browser.shortBrandName":"\u0917\u0939\u0928 \u0905\u0928\u0941\u0935\u093E\u0926","browser.brandName":"\u0907\u092E\u0930\u094D\u0938\u093F\u0935 \u0905\u0928\u0941\u0935\u093E\u0926: \u0926\u094D\u0935\u093F\u092D\u093E\u0937\u0940 \u0935\u0947\u092C \u092A\u0947\u091C \u0905\u0928\u0941\u0935\u093E\u0926 \u0914\u0930 \u092A\u0940\u0921\u0940\u090F\u092B \u0926\u0938\u094D\u0924\u093E\u0935\u0947\u091C\u093C \u0905\u0928\u0941\u0935\u093E\u0926","browser.brandDescription":"Bilingual web page translation, also supports PDF translation, bilingual Epub eBook translation, free to use.","browser.toggleTranslatePage":"\u0935\u0947\u092C \u092A\u0947\u091C \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0947\u0902/\u092E\u0942\u0932 \u092A\u093E\u0920 \u0926\u093F\u0916\u093E\u090F\u0902","browser.toggleTranslateTheWholePage":"\u092A\u0943\u0937\u094D\u0920 \u0915\u0947 \u0938\u092D\u0940 \u0915\u094D\u0937\u0947\u0924\u094D\u0930\u094B\u0902 \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0947\u0902/\u092E\u0942\u0932 \u092A\u093E\u0920 \u092A\u094D\u0930\u0926\u0930\u094D\u0936\u093F\u0924 \u0915\u0930\u0947\u0902","browser.toggleOnlyTransation":"\u0926\u094D\u0935\u093F\u092D\u093E\u0937\u0940/\u0915\u0947\u0935\u0932 \u0905\u0928\u0941\u0935\u093E\u0926 \u092E\u094B\u0921 \u092A\u0930 \u0938\u094D\u0935\u093F\u091A \u0915\u0930\u0947\u0902","browser.toggleTranslateToThePageEndImmediately":"\u0924\u0941\u0930\u0902\u0924 \u092A\u0943\u0937\u094D\u0920 \u0915\u0947 \u0928\u0940\u091A\u0947 \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0947\u0902/\u092E\u0942\u0932 \u092A\u093E\u0920 \u0926\u093F\u0916\u093E\u090F\u0902","browser.toggleTranslateTheMainPage":"\u092A\u0943\u0937\u094D\u0920 \u0915\u0947 \u092E\u0941\u0916\u094D\u092F \u0915\u094D\u0937\u0947\u0924\u094D\u0930 \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0947\u0902/\u092E\u0942\u0932 \u092A\u093E\u0920 \u092A\u094D\u0930\u0926\u0930\u094D\u0936\u093F\u0924 \u0915\u0930\u0947\u0902","browser.shareToDraft":"\u0926\u094D\u0935\u093F\u092D\u093E\u0937\u0940 \u092A\u0943\u0937\u094D\u0920 \u0938\u093E\u091D\u093E \u0915\u0930\u0947\u0902","browser.openOptionsPage":"\u0938\u0947\u091F\u093F\u0902\u0917 \u092A\u0943\u0937\u094D\u0920 \u0916\u094B\u0932\u0947\u0902","browser.toggleTranslationMask":"\u0905\u0928\u0941\u0935\u093E\u0926 \u0927\u0941\u0902\u0927\u0932\u093E \u092A\u094D\u0930\u092D\u093E\u0935 \u0926\u093F\u0916\u093E\u090F\u0901/\u091B\u093F\u092A\u093E\u090F\u0901","browser.translateLocalPdfFile":"\u0938\u094D\u0925\u093E\u0928\u0940\u092F \u092A\u0940\u0921\u0940\u090F\u092B \u092B\u093E\u0907\u0932\u094B\u0902 \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0947\u0902","browser.openEbookViewer":"\u0938\u094D\u0925\u093E\u0928\u0940\u092F \u0908-\u092A\u0941\u0938\u094D\u0924\u0915\u0947\u0902 \u092A\u0922\u093C\u0947\u0902","browser.openEbookBuilder":"\u0926\u094D\u0935\u093F\u092D\u093E\u0937\u0940 EPUB \u0908-\u092A\u0941\u0938\u094D\u0924\u0915\u0947\u0902 \u092C\u0928\u093E\u090F\u0901","browser.translateLocalHtmlFile":"HTML/txt \u092B\u093C\u093E\u0907\u0932\u094B\u0902 \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0947\u0902","browser.donateContext":"\u092A\u094D\u0930\u093E\u092F\u094B\u091C\u0928 \u0932\u093E\u092D\u094B\u0902 \u0915\u0947 \u092C\u093E\u0930\u0947 \u092E\u0947\u0902 \u091C\u093E\u0928\u0947\u0902","browser.translateLocalSubtitleFile":"\u0938\u094D\u0925\u093E\u0928\u0940\u092F \u0909\u092A\u0936\u0940\u0930\u094D\u0937\u0915 \u092B\u093C\u093E\u0907\u0932\u094B\u0902 \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0947\u0902",confirmResetConfig:"\u0915\u094D\u092F\u093E \u0906\u092A \u0935\u093E\u0915\u0908 \u0905\u092A\u0928\u0940 \u0938\u0947\u091F\u093F\u0902\u0917\u094D\u0938 \u0930\u0940\u0938\u0947\u091F \u0915\u0930\u0928\u093E \u091A\u093E\u0939\u0924\u0947 \u0939\u0948\u0902?",translationLineBreakSettingTitle:"\u0905\u0928\u0941\u0935\u093E\u0926 \u092A\u0902\u0915\u094D\u0924\u093F \u0930\u0948\u092A\u093F\u0902\u0917 \u0938\u0947\u091F\u093F\u0902\u0917",smartLineBreak:"\u0938\u094D\u092E\u093E\u0930\u094D\u091F \u0932\u093E\u0907\u0928 \u0930\u0948\u092A\u093F\u0902\u0917",alwaysLineBreak:"\u0939\u092E\u0947\u0936\u093E \u0932\u092A\u0947\u091F\u094B",isShowContextMenu:"\u0905\u0928\u0941\u0935\u093E\u0926\u093F\u0924 \u0935\u0947\u092C \u092A\u0947\u091C \u0915\u094B \u0930\u093E\u0907\u091F-\u0915\u094D\u0932\u093F\u0915 \u092E\u0947\u0928\u0942 \u0906\u0907\u091F\u092E \u092E\u0947\u0902 \u091C\u094B\u0921\u093C\u0947\u0902",toggleBeta:"\u092C\u0940\u091F\u093E \u092A\u0930\u0940\u0915\u094D\u0937\u0923 \u0938\u0941\u0935\u093F\u0927\u093E\u090F\u0901 \u0938\u0915\u094D\u0937\u092E \u0915\u0930\u0947\u0902",betaDescription:"\u0909\u0928 \u0938\u0941\u0935\u093F\u0927\u093E\u0913\u0902 \u0915\u094B \u0938\u0915\u094D\u0937\u092E \u0915\u0930\u0947\u0902 \u091C\u094B \u0905\u092D\u0940 \u092D\u0940 \u092A\u094D\u0930\u092F\u094B\u0917\u093E\u0924\u094D\u092E\u0915 \u0939\u0948\u0902, \u0938\u093E\u0925 \u0939\u0940 \u092A\u0930\u0940\u0915\u094D\u0937\u0923 \u092E\u0947\u0902 \u0905\u0928\u0941\u0935\u093E\u0926 \u0938\u0947\u0935\u093E\u090F\u0902 \u092D\u0940 \u0938\u0915\u094D\u0937\u092E \u0915\u0930\u0947\u0902\u0964 <1>\u091F\u0947\u0932\u0940\u0917\u094D\u0930\u093E\u092E \u0938\u092E\u0942\u0939 \u0938\u0947 \u091C\u0941\u0921\u093C\u0947\u0902 \u0914\u0930 \u0905\u0927\u093F\u0915 \u091C\u093E\u0928\u0947\u0902\u0964",translationLineBreakSettingDescription:"\u0939\u092E\u0947\u0936\u093E \u0930\u0948\u092A \u0915\u092E \u0938\u093E\u092E\u0917\u094D\u0930\u0940 \u0935\u093E\u0932\u0947 \u0932\u0947\u0906\u0909\u091F \u0915\u0947 \u0932\u093F\u090F \u0909\u092A\u092F\u0941\u0915\u094D\u0924 \u0939\u094B\u0924\u093E \u0939\u0948 \u0914\u0930 \u0905\u0927\u093F\u0915 \u0938\u0941\u0935\u094D\u092F\u0935\u0938\u094D\u0925\u093F\u0924 \u0939\u094B\u0924\u093E \u0939\u0948\u0964 (\u0938\u094D\u0925\u093E\u0928 \u092C\u091A\u093E\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u092C\u0939\u0941\u0924 \u0938\u093E\u0930\u0940 \u0938\u093E\u092E\u0917\u094D\u0930\u0940 ({count}\u0938\u0947 \u0905\u0927\u093F\u0915 \u0905\u0915\u094D\u0937\u0930) \u0935\u093E\u0932\u0947 \u0932\u0902\u092C\u0947 \u092A\u0948\u0930\u093E\u0917\u094D\u0930\u093E\u092B \u092E\u0947\u0902 \u0938\u094D\u092E\u093E\u0930\u094D\u091F \u0932\u093E\u0907\u0928 \u092C\u094D\u0930\u0947\u0915 \u0915\u093E \u0909\u092A\u092F\u094B\u0917 \u0915\u0930\u0947\u0902)",tempTranslateDomainTitle:"\u0935\u0947\u092C\u0938\u093E\u0907\u091F \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u094B \u0905\u0938\u094D\u0925\u093E\u092F\u0940 \u0930\u0942\u092A \u0938\u0947 \u0915\u092C \u0924\u0915 \u0938\u0915\u094D\u0937\u092E \u0915\u0930\u0928\u093E \u0939\u0948",tempTranslateDomainDescription:"\u0915\u093F\u0938\u0940 \u0935\u0947\u092C \u092A\u0947\u091C \u0915\u093E \u092E\u0948\u0928\u094D\u092F\u0941\u0905\u0932 \u0930\u0942\u092A \u0938\u0947 \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0924\u0947 \u0938\u092E\u092F, \u0938\u094D\u0935\u091A\u093E\u0932\u093F\u0924 \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0947 \u0932\u093F\u090F \u0935\u0947\u092C\u0938\u093E\u0907\u091F \u0915\u094B \u0905\u0938\u094D\u0925\u093E\u092F\u0940 \u0930\u0942\u092A \u0938\u0947 \u091A\u093E\u0932\u0942 \u0915\u0930\u0947\u0902, \u0914\u0930 \u0906\u092A \u0905\u0938\u094D\u0925\u093E\u092F\u0940 \u0905\u0935\u0927\u093F \u0928\u093F\u0930\u094D\u0927\u093E\u0930\u093F\u0924 \u0915\u0930 \u0938\u0915\u0924\u0947 \u0939\u0948\u0902\u0964",xMinutes:"{count} \u092E\u093F\u0928\u091F",disabled:"\u0905\u0915\u094D\u0937\u092E \u0915\u0930\u0928\u093E",changelog:"\u0932\u0949\u0917 \u092C\u0926\u0932\u0947\u0902",toggleTranslatePageWhenThreeFingersOnTheScreen:"\u0935\u0947\u092C \u092A\u0947\u091C \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0928\u0947/\u092E\u0942\u0932 \u092A\u093E\u0920 \u092A\u094D\u0930\u0926\u0930\u094D\u0936\u093F\u0924 \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u090F\u0915 \u0939\u0940 \u0938\u092E\u092F \u092E\u0947\u0902 \u0915\u0908 \u0905\u0902\u0917\u0941\u0932\u093F\u092F\u094B\u0902 \u0938\u0947 \u0938\u094D\u0915\u094D\u0930\u0940\u0928 \u0915\u094B \u0938\u094D\u092A\u0930\u094D\u0936 \u0915\u0930\u0947\u0902",toggleTranslationMaskWhenThreeFingersOnTheScreen:"\u0905\u0928\u0941\u0935\u093E\u0926 \u0927\u0941\u0902\u0927\u0932\u093E \u092A\u094D\u0930\u092D\u093E\u0935 \u0926\u093F\u0916\u093E\u0928\u0947/\u091B\u093F\u092A\u093E\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u090F\u0915 \u0939\u0940 \u0938\u092E\u092F \u092E\u0947\u0902 \u0915\u0908 \u0905\u0902\u0917\u0941\u0932\u093F\u092F\u094B\u0902 \u0915\u094B \u0938\u094D\u092A\u0930\u094D\u0936 \u0915\u0930\u0947\u0902",fingerCountToToggleTranslagePageOnlyTranslationWhenTouching:"\u0935\u0947\u092C \u092A\u0947\u091C \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 (\u0915\u0947\u0935\u0932 \u0905\u0928\u0941\u0935\u093E\u0926)/\u092E\u0942\u0932 \u092A\u093E\u0920 \u092A\u094D\u0930\u0926\u0930\u094D\u0936\u093F\u0924 \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u090F\u0915 \u0939\u0940 \u0938\u092E\u092F \u092E\u0947\u0902 \u0915\u0908 \u0905\u0902\u0917\u0941\u0932\u093F\u092F\u094B\u0902 \u0938\u0947 \u0938\u094D\u0915\u094D\u0930\u0940\u0928 \u0915\u094B \u0938\u094D\u092A\u0930\u094D\u0936 \u0915\u0930\u0947\u0902",addUrlDescription:"\u092F\u0939 \u090F\u0915 \u0921\u094B\u092E\u0947\u0928 \u0928\u093E\u092E \u0939\u094B \u0938\u0915\u0924\u093E \u0939\u0948 \u0914\u0930 \u0935\u093E\u0907\u0932\u094D\u0921\u0915\u093E\u0930\u094D\u0921 \u0915\u093E \u0938\u092E\u0930\u094D\u0925\u0928 \u0915\u0930\u0924\u093E \u0939\u0948, \u091C\u0948\u0938\u0947\uFF1A*.google.com, google.com/mail/*, https://www.google.com/*",general:"\u092E\u0942\u0932 \u0938\u0947\u091F\u093F\u0902\u0917\u094D\u0938",clickToExpandConfig:"\u0935\u0930\u094D\u0924\u092E\u093E\u0928 \u0915\u0949\u0928\u094D\u092B\u093C\u093F\u0917\u0930\u0947\u0936\u0928 \u0915\u093E \u0935\u093F\u0938\u094D\u0924\u093E\u0930 \u0915\u0930\u0947\u0902",import:"\u092B\u093C\u093E\u0907\u0932 \u0938\u0947 \u0906\u092F\u093E\u0924 \u0915\u0930\u0947\u0902",export:"\u092B\u093C\u093E\u0907\u0932 \u092E\u0947\u0902 \u0928\u093F\u0930\u094D\u092F\u093E\u0924 \u0915\u0930\u0947\u0902",toggleDebug:"\u0915\u0902\u0938\u094B\u0932 \u092A\u0930 \u0921\u093F\u092C\u0917 \u0932\u0949\u0917 \u092A\u094D\u0930\u093F\u0902\u091F \u0915\u0930\u0947\u0902","fingers.0":"\u092C\u0902\u0926","fingers.2":"\u0926\u094B \u0909\u0902\u0917\u0932\u093F\u092F\u094B\u0902 \u0915\u093E \u0938\u094D\u092A\u0930\u094D\u0936","fingers.3":"\u0924\u0940\u0928 \u0909\u0902\u0917\u0932\u093F\u092F\u094B\u0902 \u0915\u093E \u0938\u094D\u092A\u0930\u094D\u0936","fingers.4":"\u091A\u093E\u0930 \u0905\u0902\u0917\u0941\u0932 \u0915\u093E \u0938\u094D\u092A\u0930\u094D\u0936","fingers.5":"\u092A\u093E\u0901\u091A \u0905\u0902\u0917\u0941\u0932 \u0915\u093E \u0938\u094D\u092A\u0930\u094D\u0936",mouseHoldKey:"+ {key} \u0907\u0938 \u0905\u0928\u0941\u091A\u094D\u091B\u0947\u0926 \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926/\u092A\u0941\u0928\u0930\u094D\u0938\u094D\u0925\u093E\u092A\u0928\u093E \u0915\u0930\u0947\u0902",mouseHoldKeyAuto:"\u0907\u0938 \u0905\u0928\u0941\u091A\u094D\u091B\u0947\u0926 \u0915\u093E \u0938\u0940\u0927\u0947 \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0947\u0902",mouseHoldKeyOff:"\u0915\u0941\u091B \u092E\u0924 \u0915\u0930\u094B",mouseHoldKeyOther:"\u0915\u0938\u094D\u091F\u092E \u0936\u0949\u0930\u094D\u091F\u0915\u091F \u0915\u0941\u0902\u091C\u093F\u092F\u093E\u0901 (\u0938\u0947\u091F\u093F\u0902\u0917\u094D\u0938 \u0916\u094B\u0932\u0947\u0902)",mouseHoldKeyCustomKey:"0\u0907\u0938 \u0905\u0928\u0941\u091A\u094D\u091B\u0947\u0926 \u0915\u093E {key} /\u092A\u0941\u0928\u0930\u094D\u0938\u094D\u0925\u093E\u092A\u0928\u093E \u0915\u0930\u0947\u0902",mouseHoverHoldKey:"\u092A\u0948\u0930\u093E\u0917\u094D\u0930\u093E\u092B \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u092E\u093E\u0909\u0938 \u0915\u094B \u0918\u0941\u092E\u093E\u090F\u0901 \u0914\u0930 \u0936\u0949\u0930\u094D\u091F\u0915\u091F \u0915\u0941\u0902\u091C\u0940 \u0926\u092C\u093E\u090F\u0901","mouse-translate":"\u092E\u093E\u0909\u0938 \u0915\u0947 \u090A\u092A\u0930",document:"\u0926\u0938\u094D\u0924\u093E\u0935\u0947\u091C\u093C",resetSuccess:"\u0938\u092D\u0940 \u0938\u0947\u091F\u093F\u0902\u0917\u094D\u0938 \u0938\u092B\u0932\u0924\u093E\u092A\u0942\u0930\u094D\u0935\u0915 \u0930\u0940\u0938\u0947\u091F \u0915\u0930\u0947\u0902",resetThisSuccess:"\u0930\u0940\u0938\u0947\u091F \u0938\u092B\u0932",saved:"\u0938\u092B\u0932\u0924\u093E\u092A\u0942\u0930\u094D\u0935\u0915 \u092C\u091A\u093E\u092F\u093E",successImportConfig:"\u0915\u0949\u0928\u094D\u092B\u093C\u093F\u0917\u0930\u0947\u0936\u0928 \u0938\u092B\u0932\u0924\u093E\u092A\u0942\u0930\u094D\u0935\u0915 \u0906\u092F\u093E\u0924 \u0915\u093F\u092F\u093E \u0917\u092F\u093E",goAdvancedSettings:"\u0909\u0928\u094D\u0928\u0924 \u0938\u0947\u091F\u093F\u0902\u0917 \u092A\u0943\u0937\u094D\u0920 \u092A\u0930 \u091C\u093E\u090F\u0901",goAdvancedInterfaceSettings:"\u0909\u0928\u094D\u0928\u0924 \u0905\u0928\u0941\u0915\u0942\u0932\u0928 \u0938\u0947\u091F\u093F\u0902\u0917 \u092A\u0943\u0937\u094D\u0920 \u092A\u0930 \u091C\u093E\u090F\u0901",advanced:"\u090F\u0921\u0935\u093E\u0902\u0938 \u0938\u0947\u091F\u093F\u0902\u0917",advancedDescription:"\u0906\u092E \u0924\u094C\u0930 \u092A\u0930, \u0915\u093F\u0938\u0940 \u0938\u0947\u091F\u093F\u0902\u0917 \u0915\u0940 \u0906\u0935\u0936\u094D\u092F\u0915\u0924\u093E \u0928\u0939\u0940\u0902 \u0939\u0948, \u092C\u0938 \u0921\u093F\u092B\u093C\u0949\u0932\u094D\u091F \u0930\u0916\u0947\u0902\u0964 \u0915\u0947\u0935\u0932 \u0905\u0927\u093F\u0915 \u092A\u0947\u0936\u0947\u0935\u0930 \u0909\u092A\u092F\u094B\u0917\u0915\u0930\u094D\u0924\u093E\u0913\u0902 \u0915\u0947 \u0932\u093F\u090F, \u0905\u0927\u093F\u0915 \u0935\u0948\u092F\u0915\u094D\u0924\u093F\u0915\u0943\u0924 \u0938\u0947\u091F\u093F\u0902\u0917\u094D\u0938 \u092A\u094D\u0930\u0926\u093E\u0928 \u0915\u0940 \u091C\u093E\u0924\u0940 \u0939\u0948\u0902\u0964",developer:"\u0921\u0947\u0935\u0932\u092A\u0930 \u0938\u0947\u091F\u093F\u0902\u0917\u094D\u0938",donateCafe:"\u0915\u0940\u092E\u0924","translate to the bottom of the page":"\u0935\u0947\u092C \u092A\u0947\u091C \u092E\u0947\u0902 \u092A\u094D\u0930\u0935\u0947\u0936 \u0915\u0930\u0928\u0947 \u0915\u0947 \u092C\u093E\u0926, \u0915\u094D\u092F\u093E \u0907\u0938\u0915\u093E \u0924\u0941\u0930\u0902\u0924 \u092A\u0943\u0937\u094D\u0920 \u0915\u0947 \u0928\u093F\u091A\u0932\u0947 \u092D\u093E\u0917 \u092E\u0947\u0902 \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u093F\u092F\u093E \u091C\u093E\u0924\u093E \u0939\u0948?",feedback:"\u092A\u094D\u0930\u0924\u093F\u0915\u094D\u0930\u093F\u092F\u093E",toggleTranslatePage:"\u0935\u0947\u092C \u092A\u0947\u091C \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0947\u0902/\u092E\u0942\u0932 \u092A\u093E\u0920 \u0926\u093F\u0916\u093E\u090F\u0902",translateToThePageEndImmediatelyDescription:"\u091A\u093E\u0932\u0942 \u0939\u094B\u0928\u0947 \u092A\u0930, \u0915\u093F\u0938\u0940 \u0935\u0947\u092C\u092A\u0947\u091C \u092E\u0947\u0902 \u092A\u094D\u0930\u0935\u0947\u0936 \u0915\u0930\u0928\u0947 \u092A\u0930 \u0938\u093E\u092E\u0917\u094D\u0930\u0940 \u0924\u0941\u0930\u0902\u0924 \u090A\u092A\u0930 \u0938\u0947 \u0928\u0940\u091A\u0947 \u0924\u0915 \u0905\u0928\u0941\u0935\u093E\u0926\u093F\u0924 \u0939\u094B \u091C\u093E\u090F\u0917\u0940\u0964 \u092F\u0926\u093F \u092C\u0902\u0926 \u0939\u0948, \u0924\u094B \u0906\u092A \u090F\u0915 \u0939\u0940 \u0938\u092E\u092F \u092E\u0947\u0902 \u092A\u0922\u093C \u0914\u0930 \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930 \u0938\u0915\u0924\u0947 \u0939\u0948\u0902\u0964 (\u091A\u093E\u0932\u0942 \u0915\u0930\u0928\u0947 \u0915\u0940 \u0905\u0928\u0941\u0936\u0902\u0938\u093E \u0928\u0939\u0940\u0902 \u0915\u0940 \u0917\u0908)","translate all areas of the page":"\u0935\u0947\u092C \u092A\u0947\u091C \u0915\u0947 \u0938\u092D\u0940 \u0915\u094D\u0937\u0947\u0924\u094D\u0930\u094B\u0902 \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0928\u093E \u0939\u0948 \u092F\u093E \u0928\u0939\u0940\u0902",translationAreaDescription:"\u091A\u093E\u0932\u0942 \u0939\u094B\u0928\u0947 \u092A\u0930, \u0938\u0902\u092A\u0942\u0930\u094D\u0923 \u0935\u0947\u092C \u092A\u0947\u091C \u0915\u0947 \u0938\u092D\u0940 \u0915\u094D\u0937\u0947\u0924\u094D\u0930\u094B\u0902 \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u093F\u092F\u093E \u091C\u093E\u090F\u0917\u093E\u0964 \u092F\u0926\u093F \u092C\u0902\u0926 \u0915\u093F\u092F\u093E \u091C\u093E\u0924\u093E \u0939\u0948, \u0924\u094B \u0921\u093F\u092B\u093C\u0949\u0932\u094D\u091F \u0938\u094D\u092E\u093E\u0930\u094D\u091F \u092A\u0939\u091A\u093E\u0928 \u0915\u093E \u0909\u092A\u092F\u094B\u0917 \u0915\u093F\u092F\u093E \u091C\u093E\u0924\u093E \u0939\u0948 \u0914\u0930 \u0915\u0947\u0935\u0932 \u092E\u0941\u0916\u094D\u092F \u0915\u094D\u0937\u0947\u0924\u094D\u0930 \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u093F\u092F\u093E \u091C\u093E\u0924\u093E \u0939\u0948\u0964 (\u091A\u093E\u0932\u0942 \u0915\u0930\u0928\u0947 \u0915\u0940 \u0905\u0928\u0941\u0936\u0902\u0938\u093E \u0928\u0939\u0940\u0902 \u0915\u0940 \u0917\u0908)","the number of characters to be translated first":"\u0926\u0943\u0936\u094D\u092F \u0915\u094D\u0937\u0947\u0924\u094D\u0930 \u0924\u0915 \u0938\u094D\u0915\u094D\u0930\u0949\u0932 \u0915\u0930\u0928\u0947 \u0915\u0940 \u092A\u094D\u0930\u0924\u0940\u0915\u094D\u0937\u093E \u0915\u093F\u090F \u092C\u093F\u0928\u093E \u092A\u0943\u0937\u094D\u0920 \u0915\u0947 \u092A\u0939\u0932\u0947 \u0915\u0941\u091B \u0935\u0930\u094D\u0923\u094B\u0902 \u0915\u093E \u0938\u0940\u0927\u0947 \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0947\u0902","interface language":"\u0907\u0902\u091F\u0930\u092B\u093C\u0947\u0938 \u092D\u093E\u0937\u093E","display both the original text and the translation":"\u092E\u0942\u0932 \u092A\u093E\u0920 \u0914\u0930 \u0905\u0928\u0941\u0935\u093E\u0926 \u090F\u0915 \u0938\u093E\u0925 \u092A\u094D\u0930\u0926\u0930\u094D\u0936\u093F\u0924 \u0915\u0930\u0947\u0902","keyboard shortcuts":"\u0915\u0941\u0902\u091C\u0940\u092A\u091F\u0932 \u0905\u0932\u094D\u092A \u092E\u093E\u0930\u094D\u0917",modify:"\u0936\u0949\u0930\u094D\u091F\u0915\u091F \u0915\u0941\u0902\u091C\u093F\u092F\u093E\u0901 \u0938\u0902\u0936\u094B\u0927\u093F\u0924 \u0915\u0930\u0947\u0902",reset:"\u0930\u0940\u0938\u0947\u091F",close:"\u092C\u0902\u0926",homepage:"\u0939\u094B\u092E \u092A\u0947\u091C",more:"\u0905\u0927\u093F\u0915",moreOptions:"\u0905\u0927\u093F\u0915 \u0905\u0928\u0941\u0915\u0942\u0932\u0928 \u0935\u093F\u0915\u0932\u094D\u092A\u094B\u0902 \u0915\u093E \u0935\u093F\u0938\u094D\u0924\u093E\u0930 \u0915\u0930\u0947\u0902",translateTheWholePage:"\u092A\u0943\u0937\u094D\u0920 \u0915\u0947 \u0938\u092D\u0940 \u0915\u094D\u0937\u0947\u0924\u094D\u0930\u094B\u0902 \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0947\u0902 (\u092C\u0941\u0926\u094D\u0927\u093F\u092E\u093E\u0928 \u092A\u0939\u091A\u093E\u0928 \u0915\u0947 \u092E\u0941\u0916\u094D\u092F \u0915\u094D\u0937\u0947\u0924\u094D\u0930\u094B\u0902 \u0938\u0947 \u092D\u093F\u0928\u094D\u0928)",changeToTranslateTheWholePage:"\u0938\u092D\u0940 \u0915\u094D\u0937\u0947\u0924\u094D\u0930\u094B\u0902 \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u0938\u094D\u0935\u093F\u091A \u0915\u0930\u0947\u0902",changeToTranslateTheMainPage:"\u0905\u0928\u0941\u0935\u093E\u0926 \u092E\u0941\u0916\u094D\u092F \u0915\u094D\u0937\u0947\u0924\u094D\u0930 \u092A\u0930 \u0938\u094D\u0935\u093F\u091A \u0915\u0930\u0947\u0902",changeToOnlyTranslationMode:"\u0915\u0947\u0935\u0932 \u0905\u0928\u0941\u0935\u093E\u0926 \u0926\u093F\u0916\u093E\u0928\u0947 \u092A\u0930 \u0938\u094D\u0935\u093F\u091A \u0915\u0930\u0947\u0902",changeToDualTranslationMode:"\u0926\u094D\u0935\u093F\u092D\u093E\u0937\u0940 \u0905\u0928\u0941\u0935\u093E\u0926 \u092A\u0930 \u0938\u094D\u0935\u093F\u091A \u0915\u0930\u0947\u0902",translateToThePageEndImmediately:"\u0924\u0941\u0930\u0902\u0924 \u092A\u0943\u0937\u094D\u0920 \u0915\u0947 \u0928\u0940\u091A\u0947 \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0947\u0902",translateTheMainPage:"\u092C\u0941\u0926\u094D\u0927\u093F\u092E\u093E\u0928 \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0947 \u092E\u0941\u0916\u094D\u092F \u0915\u094D\u0937\u0947\u0924\u094D\u0930","The local rules are up to date":"\u0938\u094D\u0925\u093E\u0928\u0940\u092F \u0905\u0928\u0941\u0915\u0942\u0932\u0928 \u0928\u093F\u092F\u092E \u0905\u0926\u094D\u092F\u0924\u093F\u0924 \u0939\u0948\u0902:","Successfully synchronized with the latest official rules:":"\u0928\u0935\u0940\u0928\u0924\u092E \u0906\u0927\u093F\u0915\u093E\u0930\u093F\u0915 \u0905\u0928\u0941\u0915\u0942\u0932\u0928 \u0928\u093F\u092F\u092E\u094B\u0902 \u0915\u094B \u0938\u092B\u0932\u0924\u093E\u092A\u0942\u0930\u094D\u0935\u0915 \u0938\u093F\u0902\u0915\u094D\u0930\u0928\u093E\u0907\u091C\u093C \u0915\u093F\u092F\u093E \u0917\u092F\u093E:","Checking for updates":"\u0905\u092A\u0921\u0947\u091F \u0915\u0947 \u0932\u093F\u090F \u091C\u093E\u0902\u091A \u0915\u0930 \u0930\u0939\u093E \u0939\u0948","Rules are being synchronized":"\u0905\u0928\u0941\u0915\u0942\u0932\u0928 \u0928\u093F\u092F\u092E\u094B\u0902 \u0915\u094B \u0938\u093F\u0902\u0915\u094D\u0930\u0928\u093E\u0907\u091C\u093C \u0915\u0930\u0928\u093E",localVersionIsTooOld:"\u0938\u094D\u0925\u093E\u0928\u0940\u092F \u090F\u0915\u094D\u0938\u091F\u0947\u0902\u0936\u0928 \u0938\u0902\u0938\u094D\u0915\u0930\u0923 \u092C\u0939\u0941\u0924 \u092A\u0941\u0930\u093E\u0928\u093E \u0939\u0948\u0964 \u0915\u0943\u092A\u092F\u093E \u090F\u0915\u094D\u0938\u091F\u0947\u0902\u0936\u0928 {minVersion} \u092F\u093E \u0928\u090F \u0938\u0902\u0938\u094D\u0915\u0930\u0923 \u092E\u0947\u0902 \u0905\u092A\u0917\u094D\u0930\u0947\u0921 \u0915\u0930\u0947\u0902 \u0914\u0930 \u092B\u093F\u0930 \u0938\u0947 \u0938\u093F\u0902\u0915\u094D\u0930\u0928\u093E\u0907\u091C\u093C\u0947\u0936\u0928 \u0915\u093E \u092A\u094D\u0930\u092F\u093E\u0938 \u0915\u0930\u0947\u0902\u0964",badUserscriptBrowser:"\u0935\u0930\u094D\u0924\u092E\u093E\u0928 \u092C\u094D\u0930\u093E\u0909\u091C\u093C\u0930 \u0917\u094D\u0930\u0940\u0938 \u092E\u0902\u0915\u0940 \u090F\u0915\u094D\u0938\u091F\u0947\u0902\u0936\u0928 \u0907\u0902\u091F\u0930\u092B\u093C\u0947\u0938 \u0915\u094B \u0938\u0939\u0940 \u0922\u0902\u0917 \u0938\u0947 \u0915\u093E\u0930\u094D\u092F\u093E\u0928\u094D\u0935\u093F\u0924 \u0928\u0939\u0940\u0902 \u0915\u0930\u0924\u093E \u0939\u0948 (\u091C\u0948\u0938\u0947 \u0915\u093F \u0917\u094D\u0930\u0940\u0938 \u092E\u0902\u0915\u0940 \u0938\u094D\u0915\u094D\u0930\u093F\u092A\u094D\u091F \u0915\u0940 \u0938\u0902\u0938\u094D\u0915\u0930\u0923 \u0938\u0902\u0916\u094D\u092F\u093E \u0915\u0940 \u091C\u093E\u0928\u0915\u093E\u0930\u0940 \u092A\u094D\u0930\u093E\u092A\u094D\u0924 \u0915\u0930\u0928\u093E), \u0915\u0943\u092A\u092F\u093E \u0905\u0928\u094D\u092F <1> \u0938\u092E\u0930\u094D\u0925\u0928 \u0917\u094D\u0930\u0940\u0938 \u092E\u0902\u0915\u0940 \u090F\u0915\u094D\u0938\u091F\u0947\u0902\u0936\u0928 \u0915\u093E \u0909\u092A\u092F\u094B\u0917 \u0915\u0930\u0947\u0902 \u092B\u093C\u093E\u092F\u0930\u092B\u093C\u0949\u0915\u094D\u0938 \u091C\u0948\u0938\u0947 \u092C\u094D\u0930\u093E\u0909\u091C\u093C\u0930",foundNewVersion:"\u0928\u092F\u093E \u0938\u0902\u0938\u094D\u0915\u0930\u0923 \u092E\u093F\u0932\u093E",theLocalExtensionIsUpToUpdate:"\u0935\u0930\u094D\u0924\u092E\u093E\u0928 \u090F\u0915\u094D\u0938\u091F\u0947\u0902\u0936\u0928 \u0928\u0935\u0940\u0928\u0924\u092E \u0938\u0902\u0938\u094D\u0915\u0930\u0923 \u0939\u0948.",failToSyncRules:"\u0928\u0935\u0940\u0928\u0924\u092E \u0905\u0928\u0941\u0915\u0942\u0932\u0928 \u0928\u093F\u092F\u092E\u094B\u0902 \u0915\u094B \u0938\u093F\u0902\u0915\u094D\u0930\u0928\u093E\u0907\u091C\u093C \u0915\u0930\u0928\u0947 \u092E\u0947\u0902 \u0935\u093F\u092B\u0932",retry:"\u092A\u0941\u0928\u0903 \u092A\u094D\u0930\u092F\u093E\u0938 \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u092F\u0939\u093E\u0902 \u092A\u0930 \u0915\u094D\u0932\u093F\u0915 \u0915\u0930\u0947\u0902",failedReason:"\u0905\u0938\u092B\u0932\u0924\u093E \u0915\u093E \u0915\u093E\u0930\u0923",currentRuleVersion:"\u0935\u0930\u094D\u0924\u092E\u093E\u0928 \u0928\u093F\u092F\u092E \u0938\u0902\u0938\u094D\u0915\u0930\u0923",calculating:"\u0917\u093F\u0928\u093E \u091C\u093E \u0930\u0939\u093E \u0939\u0948",unknownError:"\u0905\u091C\u094D\u091E\u093E\u0924 \u0917\u0932\u0924\u0940",canNotFetchRemoteRule:"\u0926\u0942\u0930\u0938\u094D\u0925 \u0928\u093F\u092F\u092E \u092A\u094D\u0930\u093E\u092A\u094D\u0924 \u0915\u0930\u0928\u0947 \u092E\u0947\u0902 \u0905\u0938\u092E\u0930\u094D\u0925",enableAlphaSuccess:"\u0905\u0932\u094D\u092B\u093C\u093E \u092B\u093C\u0902\u0915\u094D\u0936\u0928 \u091A\u093E\u0932\u0942 \u0939\u0941\u0906",disableAlphaSuccess:"\u0905\u0932\u094D\u092B\u093C\u093E \u0938\u0941\u0935\u093F\u0927\u093E \u092C\u0902\u0926 \u0915\u0930 \u0926\u0940 \u0917\u0908",cacheSize:"\u0915\u0948\u0936 \u0906\u0915\u093E\u0930\uFF1A",cleaning:"\u0938\u092B\u093E\u0908",cleanCache:"\u0915\u0948\u0936 \u0915\u094B \u0938\u093E\u092B\u093C \u0915\u0930\u0947\u0902",options:"\u0938\u094D\u0925\u093E\u092A\u093F\u0924 \u0915\u0930\u0928\u093E",about:"\u0915\u0947 \u092C\u093E\u0930\u0947 \u092E\u0947\u0902",service:"\u0905\u0928\u0941\u0935\u093E\u0926\u0928 \u0938\u0947\u0935\u093E",needAction:"(\u0938\u0947\u091F\u093F\u0902\u0917\u094D\u0938 \u092E\u0947\u0902 \u091C\u093E\u0913)",goSettings:"\u0938\u0947\u091F\u093F\u0902\u0917\u094D\u0938 \u092E\u0947\u0902 \u091C\u093E\u0913",needActionForOptions:"(\u0938\u0947\u091F \u0915\u0930\u0928\u0947 \u0915\u0940 \u0906\u0935\u0936\u094D\u092F\u0915\u0924\u093E \u0939\u0948)",translationEngine:"\u0907\u0902\u091C\u0928 \u0935\u093F\u0915\u0932\u094D\u092A",sourceLanguage:"\u0935\u093E\u0938\u094D\u0924\u0935\u093F\u0915 \u092D\u093E\u0937\u093E",target:"\u0932\u0915\u094D\u0937\u094D\u092F \u092D\u093E\u0937\u093E",popupSourceLanguage:"\u0935\u093E\u0938\u094D\u0924\u0935\u093F\u0915 \u092D\u093E\u0937\u093E",popupTarget:"\u0932\u0915\u094D\u0937\u094D\u092F \u092D\u093E\u0937\u093E",popupService:"\u0905\u0928\u0941\u0935\u093E\u0926\u0928 \u0938\u0947\u0935\u093E",forThisSite:"\u0935\u0930\u094D\u0924\u092E\u093E\u0928 \u0935\u0947\u092C\u0938\u093E\u0907\u091F",autoEnableSubtitle:"\u0926\u094D\u0935\u093F\u092D\u093E\u0937\u0940 \u0909\u092A\u0936\u0940\u0930\u094D\u0937\u0915 \u0938\u094D\u0935\u091A\u093E\u0932\u093F\u0924 \u0930\u0942\u092A \u0938\u0947 \u091A\u093E\u0932\u0942 \u0915\u0930\u0947\u0902",alwaysTranslate:"\u0939\u092E\u0947\u0936\u093E \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0947\u0902",neverTranslate:"\u0915\u092D\u0940 \u092D\u0940 \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0928 \u0915\u0930\u0947\u0902",alwaysTranslateSomeLanguage:"\u0939\u092E\u0947\u0936\u093E {language}\u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0947\u0902",neverTranslateSomeLanguage:"\u0915\u092D\u0940 \u092D\u0940 {language}\u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0928 \u0915\u0930\u0947\u0902",alwaysTranslateSomeSite:"\u0939\u092E\u0947\u0936\u093E {hostname}\u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0947\u0902",neverTranslateSomeSite:"\u0915\u092D\u0940 \u092D\u0940 {hostname}\u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0928 \u0915\u0930\u0947\u0902",alwaysTranslateSomeSiteOrWildSite:"\u0939\u092E\u0947\u0936\u093E \u0907\u0938 \u0938\u093E\u0907\u091F \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0947\u0902",alwaysTranslateSomePage:"\u0939\u092E\u0947\u0936\u093E \u0907\u0938 \u092A\u0943\u0937\u094D\u0920 \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0947\u0902",add:"\u0907\u0938\u092E\u0947\u0902 \u091C\u094B\u0921\u093C\u0947\u0902",default:"\u0917\u0932\u0924\u0940 \u0915\u0930\u0928\u093E",forThisLanguage:"\u0907\u0938 \u092D\u093E\u0937\u093E \u0915\u0947 \u0932\u093F\u090F\uFF1A","add url":"\u092F\u0942 \u0906\u0930 \u090F\u0932 \u0926\u0930\u094D\u091C \u0915\u0930\u094B",edit:"\u0938\u0902\u092A\u093E\u0926\u0928 \u0915\u0930\u0928\u093E","translate other languages into specific language":"\u0906\u092A\u0915\u0947 \u0926\u094D\u0935\u093E\u0930\u093E \u0928\u093F\u0930\u094D\u0927\u093E\u0930\u093F\u0924 \u092D\u093E\u0937\u093E \u092E\u0947\u0902 \u0905\u0928\u094D\u092F \u092D\u093E\u0937\u093E\u0913\u0902 \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0947\u0902","select translation service":"\u090F\u0915 \u0905\u0928\u0941\u0935\u093E\u0926 \u0938\u0947\u0935\u093E \u091A\u0941\u0928\u0947\u0902",language:"\u092D\u093E\u0937\u093E","show-original":"\u092E\u0942\u0932 \u092A\u093E\u0920 \u0926\u093F\u0916\u093E\u090F\u0901",translate:"\u0905\u0928\u0941\u0935\u093E\u0926",Translated:"\u0905\u0928\u0941\u0935\u093E\u0926",Translating:"\u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0928\u093E",Error:"\u0917\u0932\u0924\u0940",allowCacheTranslations:"\u0938\u094D\u0925\u093E\u0928\u0940\u092F \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0948\u0936\u093F\u0902\u0917 \u0938\u0915\u094D\u0937\u092E \u0915\u0930\u0947\u0902 (\u0921\u0941\u092A\u094D\u0932\u093F\u0915\u0947\u091F \u092A\u0948\u0930\u093E\u0917\u094D\u0930\u093E\u092B \u0915\u0947 \u0932\u093F\u090F \u0905\u0928\u0941\u0935\u093E\u0926 \u0905\u0928\u0941\u0930\u094B\u0927\u094B\u0902 \u0915\u094B \u0915\u092E \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F)","translation display":"\u0905\u0928\u0941\u0935\u093E\u0926 \u092A\u094D\u0930\u0926\u0930\u094D\u0936\u0928 \u0936\u0948\u0932\u0940","select diplay style":"\u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0940 \u0936\u0948\u0932\u0940 \u0915\u094B \u0905\u0932\u0917 \u0915\u0930\u0947\u0902\u0964 \u0935\u093F\u0935\u0930\u0923 \u0915\u0947 \u0932\u093F\u090F \u0915\u0943\u092A\u092F\u093E \u0928\u093F\u092E\u094D\u0928\u0932\u093F\u0916\u093F\u0924 \u0909\u0926\u093E\u0939\u0930\u0923 \u0926\u0947\u0916\u0947\u0902:",interface:"\u0907\u0902\u091F\u0930\u092B\u093C\u0947\u0938 \u0938\u0947\u091F\u093F\u0902\u0917\u094D\u0938",import_export:"\u0906\u092F\u093E\u0924 \u0914\u0930 \u0928\u093F\u0930\u094D\u092F\u093E\u0924",import_export_title:"\u0906\u092F\u093E\u0924/\u0928\u093F\u0930\u094D\u092F\u093E\u0924 \u0915\u0949\u0928\u094D\u092B\u093C\u093F\u0917\u0930\u0947\u0936\u0928",syncToGoogleDrive:"\u0905\u092D\u0940 Google Drive \u0915\u0947 \u0938\u093E\u0925 \u0938\u093F\u0902\u0915 \u0915\u0930\u0947\u0902",floatBallOptions:"\u0928\u093F\u0932\u0902\u092C\u093F\u0924 \u0917\u0947\u0902\u0926 \u0938\u0947\u091F\u093F\u0902\u0917\u094D\u0938","floatBallOptions.enable":"\u092B\u094D\u0932\u094B\u091F\u093F\u0902\u0917 \u092C\u0949\u0932 \u0938\u0915\u094D\u0937\u092E \u0915\u0930\u0947\u0902","floatBallOptions.blockUrls":"\u0935\u0947\u092C\u0938\u093E\u0907\u091F \u0905\u0915\u094D\u0937\u092E \u0915\u0930\u0947\u0902","floatBallOptions.add":"\u0907\u0938\u092E\u0947\u0902 \u091C\u094B\u0921\u093C\u0947\u0902","floatBallOptions.blockUrlDesc":"\u0928\u093F\u092E\u094D\u0928\u0932\u093F\u0916\u093F\u0924 \u0935\u0947\u092C\u0938\u093E\u0907\u091F\u094B\u0902 \u0915\u093E \u0938\u093E\u092E\u0928\u093E \u0915\u0930\u0928\u0947 \u092A\u0930 \u092B\u094D\u0932\u094B\u091F\u093F\u0902\u0917 \u092C\u0949\u0932 \u092A\u094D\u0930\u0926\u0930\u094D\u0936\u093F\u0924 \u0928\u0939\u0940\u0902 \u0939\u094B\u0917\u0940","floatBallOptions.clickType":"\u0935\u094D\u092F\u0935\u0939\u093E\u0930 \u092A\u0930 \u0915\u094D\u0932\u093F\u0915 \u0915\u0930\u0947\u0902","floatBallOptions.clickTypeDesc":"\u0915\u094D\u0932\u093F\u0915 \u0915\u0930\u0928\u0947 \u092A\u0930 \u092B\u094D\u0932\u094B\u091F\u093F\u0902\u0917 \u092C\u0949\u0932 \u0906\u0907\u0915\u0928 \u0915\u093E \u0935\u094D\u092F\u0935\u0939\u093E\u0930","floatBallOptions.clickPopup":"\u0905\u0928\u0941\u0935\u093E\u0926 \u092A\u0948\u0928\u0932 \u0926\u093F\u0916\u093E\u090F\u0901","floatBallOptions.clickTranslate":"\u092E\u0942\u0932 \u092A\u093E\u0920 \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0947\u0902/\u0926\u093F\u0916\u093E\u090F\u0901","floatBallOptions.fixedPosition":"\u56FA\u5B9A\u4F4D\u7F6E","floatBallOptions.fixedPositionDesc":"\u60AC\u6D6E\u7403\u5728\u7A97\u53E3\u5DE6\u4FA7\u8FD8\u662F\u53F3\u4FA7","floatBallOptions.fixedPositionLeft":"\u5DE6\u4FA7","floatBallOptions.fixedPositionRight":"\u53F3\u4FA7",previewAllThemes:"\u0938\u092D\u0940 \u0936\u0948\u0932\u093F\u092F\u094B\u0902 \u0915\u093E \u092A\u0942\u0930\u094D\u0935\u093E\u0935\u0932\u094B\u0915\u0928 \u0915\u0930\u0947\u0902","translationTheme.none":"\u0915\u094B\u0908 \u0928\u0939\u0940\u0902","translationTheme.grey":"\u0917\u0939\u0930\u093E \u092D\u0942\u0930\u093E","translationTheme.dashed":"\u0927\u0930\u093E\u0936\u093E\u092F\u0940 \u0930\u0947\u0916\u093E\u0902\u0915\u093F\u0924","translationTheme.dotted":"\u092C\u093F\u0902\u0926\u0940\u0926\u093E\u0930 \u0930\u0947\u0916\u093E\u0902\u0915\u0928","translationTheme.dashedBorder":"\u0927\u0930\u093E\u0936\u093E\u092F\u0940 \u0938\u0940\u092E\u093E","translationTheme.solidBorder":"\u0920\u094B\u0938 \u0938\u0940\u092E\u093E","translationTheme.underline":"\u0938\u0940\u0927\u0947 \u0930\u0947\u0916\u093E\u0902\u0915\u093F\u0924 \u0915\u0930\u0947\u0902","translationTheme.mask":"\u0927\u0941\u0902\u0927\u0932\u093E \u092A\u094D\u0930\u092D\u093E\u0935 (\u0938\u0940\u0916\u0928\u0947 \u0915\u093E \u0924\u0930\u0940\u0915\u093E)","translationTheme.opacity":"\u092A\u093E\u0930\u0926\u0930\u094D\u0936\u093F\u0924\u093E \u092A\u094D\u0930\u092D\u093E\u0935","translationTheme.paper":"\u0936\u094D\u0935\u0947\u0924 \u092A\u0924\u094D\u0930 \u091B\u093E\u092F\u093E \u092A\u094D\u0930\u092D\u093E\u0935","translationTheme.dividingLine":"\u0935\u093F\u092D\u093E\u091C\u0928 \u0930\u0947\u0916\u093E","translationTheme.highlight":"\u092A\u094D\u0930\u092E\u0941\u0916\u0924\u093E \u0938\u0947 \u0926\u093F\u0916\u093E\u0928\u093E","translationTheme.marker":"\u0928\u093F\u0936\u093E\u0928","translationTheme.marker2":"\u092E\u093E\u0930\u094D\u0915\u0930 2","translationTheme.blockquote":"\u0938\u0902\u0926\u0930\u094D\u092D \u0936\u0948\u0932\u0940","translationTheme.weakening":"\u0915\u092E\u091C\u094B\u0930","translationTheme.italic":"\u0924\u093F\u0930\u094D\u091B\u093E","translationTheme.bold":"\u092C\u094B\u0932\u094D\u0921","translationTheme.thinDashed":"\u092A\u0924\u0932\u0940 \u0927\u0930\u093E\u0936\u093E\u092F\u0940 \u0930\u0947\u0916\u093E\u0902\u0915\u0928","translationTheme.nativeDashed":"\u0938\u093F\u0938\u094D\u091F\u092E \u092C\u093F\u0902\u0926\u0940\u0926\u093E\u0930 \u0905\u0902\u0921\u0930\u0932\u093E\u0907\u0928 \u0915\u0947 \u0938\u093E\u0925 \u0906\u0924\u093E \u0939\u0948","translationTheme.nativeDotted":"\u0938\u093F\u0938\u094D\u091F\u092E \u092C\u093F\u0902\u0926\u0940\u0926\u093E\u0930 \u0905\u0902\u0921\u0930\u0932\u093E\u0907\u0928 \u0915\u0947 \u0938\u093E\u0925 \u0906\u0924\u093E \u0939\u0948","translationTheme.nativeUnderline":"\u0938\u093F\u0938\u094D\u091F\u092E \u0938\u0940\u0927\u0947 \u0905\u0902\u0921\u0930\u0932\u093E\u0907\u0928 \u0915\u0947 \u0938\u093E\u0925 \u0906\u0924\u093E \u0939\u0948","translationTheme.wavy":"\u0932\u0939\u0930\u0926\u093E\u0930 \u0930\u0947\u0916\u093E\u090F\u0901","translationServices.custom":"\u0915\u0938\u094D\u091F\u092E \u090F\u092A\u0940\u0906\u0908","translationServices.tencent":"\u091F\u0947\u0928\u0938\u0947\u0902\u091F \u0905\u0928\u0941\u0935\u093E\u0926\u0915","translationServices.tenAlpha":"Tencent \u0905\u0928\u0941\u0935\u093E\u0926\u0915 (\u0905\u0932\u094D\u092B\u093E)","translationServices.google":"\u0917\u0942\u0917\u0932 \u0905\u0928\u0941\u0935\u093E\u0926","translationServices.bai":"Baidu(\u0905\u0932\u094D\u092B\u093E)","translationServices.baidu":"Baidu \u0905\u0928\u0941\u0935\u093E\u0926\u0915","translationServices.aliyun":"\u0905\u0932\u0940\u092C\u093E\u092C\u093E \u0915\u094D\u0932\u093E\u0909\u0921 \u0905\u0928\u0941\u0935\u093E\u0926","translationServices.volc":"\u091C\u094D\u0935\u093E\u0932\u093E\u092E\u0941\u0916\u0940 \u0905\u0928\u0941\u0935\u093E\u0926","translationServices.deeplx":"\u0921\u0940\u092A\u090F\u0932\u090F\u0915\u094D\u0938(\u092C\u0940\u091F\u093E)","translationServices.bing":"\u092E\u093E\u0907\u0915\u094D\u0930\u094B\u0938\u0949\u092B\u094D\u091F \u0905\u0928\u0941\u0935\u093E\u0926\u0915","translationServices.deepl":"\u0921\u0940\u092A\u090F\u0932","translationServices.wechat":"\u0935\u0940\u091A\u0948\u091F \u0905\u0928\u0941\u0935\u093E\u0926","translationServices.azure":"\u0928\u0940\u0932\u093E \u0905\u0928\u0941\u0935\u093E\u0926","translationServices.ibm":"\u0906\u0908\u092C\u0940\u090F\u092E \u0935\u0949\u091F\u0938\u0928","translationServices.aws":"\u0905\u092E\u0947\u091C\u093C\u0928 \u0905\u0928\u0941\u0935\u093E\u0926","translationServices.mock":"\u0905\u0928\u0941\u0930\u0942\u092A\u093F\u0924 \u0905\u0928\u0941\u0935\u093E\u0926","translationServices.mock2":"\u0938\u093F\u092E\u094D\u092F\u0941\u0932\u0947\u091F\u0947\u0921 \u0905\u0928\u0941\u0935\u093E\u0926 2","translationServices.caiyun":"\u0915\u0948\u092F\u0941\u0928 \u0936\u093F\u092F\u093E\u0913\u092F\u0940","translationServices.cai":"\u0915\u0948\u092F\u0941\u0928 \u0936\u093F\u092F\u093E\u0913\u092F\u0940 (\u0905\u0932\u094D\u092B\u093E)","translationServices.volcAlpha":"\u091C\u094D\u0935\u093E\u0932\u093E\u092E\u0941\u0916\u0940 (\u0905\u0932\u094D\u092B\u093E)","translationServices.openl":"\u0913\u092A\u0928\u090F\u0932","translationServices.youdao":"Youdao \u0905\u0928\u0941\u0935\u093E\u0926","translationServices.you":"Youdao \u0905\u0928\u0941\u0935\u093E\u0926 (\u0905\u0932\u094D\u092B\u093E)","translationServices.transmart":"Tencent \u0907\u0902\u091F\u0930\u0948\u0915\u094D\u091F\u093F\u0935 \u0905\u0928\u0941\u0935\u093E\u0926","translationServices.niu":"\u092E\u093E\u0935\u0947\u0930\u093F\u0915\u094D\u0938 \u0905\u0928\u0941\u0935\u093E\u0926","translationServices.papago":"\u092A\u093E\u092A\u093E\u0917\u094B \u0905\u0928\u0941\u0935\u093E\u0926","translationServices.d":"\u0921\u0940(\u0905\u0932\u094D\u092B\u093E)","translationServices.dpro":"\u0921\u0940 \u092A\u094D\u0930\u094B (\u0915\u0948\u0928\u0930\u0940)","translationServices.openai":"\u0913\u092A\u0928\u090F\u0906\u0908","translationServices.chatgpt":"\u091A\u0948\u091F\u091C\u0940\u092A\u0940\u091F\u0940 \u0935\u0947\u092C(3.5 \u092E\u094B\u092C\u093E\u0907\u0932)","translate title":"\u092A\u0943\u0937\u094D\u0920 \u0936\u0940\u0930\u094D\u0937\u0915 \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0947\u0902","always languages":"\u0939\u092E\u0947\u0936\u093E \u0905\u0928\u0941\u0935\u093E\u0926\u093F\u0924 \u092D\u093E\u0937\u093E",neverTranslateLanguagesLabel:"\u0910\u0938\u0940 \u092D\u093E\u0937\u093E\u090F\u0901 \u091C\u093F\u0928\u0915\u093E \u0915\u092D\u0940 \u0905\u0928\u0941\u0935\u093E\u0926 \u0928\u0939\u0940\u0902 \u0939\u094B\u0924\u093E",neverTranslateTheFollowingLanguagesDescription:"\u091C\u092C \u092A\u0943\u0937\u094D\u0920 \u092E\u0947\u0902 \u0915\u094B\u0908 \u092A\u0948\u0930\u093E\u0917\u094D\u0930\u093E\u092B \u0928\u093F\u092E\u094D\u0928\u0932\u093F\u0916\u093F\u0924 \u092D\u093E\u0937\u093E\u0913\u0902 \u092E\u0947\u0902 \u0939\u094B\u0917\u093E \u0924\u094B \u0905\u0928\u0941\u0935\u093E\u0926 \u091B\u094B\u0921\u093C \u0926\u093F\u092F\u093E \u091C\u093E\u090F\u0917\u093E",enableUserscriptPagePopup:"\u092A\u0943\u0937\u094D\u0920 \u092A\u0930 \u0924\u0948\u0930\u0924\u0940 \u0939\u0941\u0908 \u0917\u0947\u0902\u0926 \u0926\u093F\u0916\u093E\u090F\u0901",enableUserscriptPagePopupDescription:"\u092B\u094D\u0932\u094B\u091F\u093F\u0902\u0917 \u092C\u0949\u0932 \u0915\u094B \u092C\u0902\u0926 \u0915\u0930\u0928\u0947 \u0915\u0947 \u092C\u093E\u0926 \u0906\u092A \u0909\u0938\u0947 \u091C\u0917\u093E\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u0936\u0949\u0930\u094D\u091F\u0915\u091F \u0915\u0941\u0902\u091C\u0940/{touch}\u0915\u093E \u0909\u092A\u092F\u094B\u0917 \u0915\u0930 \u0938\u0915\u0924\u0947 \u0939\u0948\u0902\u0964 \u0907\u0938 \u0935\u093F\u0915\u0932\u094D\u092A \u0915\u094B \u0917\u0932\u0924\u0940 \u0938\u0947 \u092C\u0902\u0926 \u0915\u0930\u0928\u0947 \u0915\u0947 \u092C\u093E\u0926 \u092B\u094D\u0932\u094B\u091F\u093F\u0902\u0917 \u092C\u0949\u0932 \u0915\u094B \u092E\u093F\u0932\u0928\u0947 \u0938\u0947 \u0930\u094B\u0915\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F, \u0907\u0938 \u0938\u0947\u091F\u093F\u0902\u0917 \u092A\u0947\u091C \u0915\u094B \u092C\u0941\u0915\u092E\u093E\u0930\u094D\u0915 \u0915\u0930\u0928\u0947 \u0915\u0940 \u092A\u0941\u0930\u091C\u094B\u0930 \u0905\u0928\u0941\u0936\u0902\u0938\u093E \u0915\u0940 \u091C\u093E\u0924\u0940 \u0939\u0948\u0964","always translate the following languages":"\u091C\u092C \u092A\u0943\u0937\u094D\u0920 \u0915\u0940 \u092D\u093E\u0937\u093E \u0928\u093F\u092E\u094D\u0928\u0932\u093F\u0916\u093F\u0924 \u092D\u093E\u0937\u093E\u0913\u0902 \u092E\u0947\u0902 \u0939\u094B\u0917\u0940, \u0924\u094B \u0907\u0938\u0947 \u0938\u094D\u0935\u091A\u093E\u0932\u093F\u0924 \u0930\u0942\u092A \u0938\u0947 \u0932\u0915\u094D\u0937\u094D\u092F \u092D\u093E\u0937\u093E \u092E\u0947\u0902 \u0905\u0928\u0941\u0935\u093E\u0926\u093F\u0924 \u0915\u093F\u092F\u093E \u091C\u093E\u090F\u0917\u093E","always sites":"\u0939\u092E\u0947\u0936\u093E \u0905\u0928\u0941\u0935\u093E\u0926\u093F\u0924 \u092F\u0942\u0906\u0930\u090F\u0932","always translate the following sites":"\u091C\u092C \u0935\u0947\u092C\u0938\u093E\u0907\u091F \u0928\u093F\u092E\u094D\u0928\u0932\u093F\u0916\u093F\u0924 \u0921\u094B\u092E\u0947\u0928 \u0928\u093E\u092E \u0915\u0940 \u0939\u094B\u0917\u0940, \u0924\u094B \u0907\u0938\u0947 \u0938\u094D\u0935\u091A\u093E\u0932\u093F\u0924 \u0930\u0942\u092A \u0938\u0947 \u0932\u0915\u094D\u0937\u094D\u092F \u092D\u093E\u0937\u093E \u092E\u0947\u0902 \u0905\u0928\u0941\u0935\u093E\u0926\u093F\u0924 \u0915\u093F\u092F\u093E \u091C\u093E\u090F\u0917\u093E","never sites":"\u0910\u0938\u0947 \u092F\u0942\u0906\u0930\u090F\u0932 \u091C\u093F\u0928\u0915\u093E \u0915\u092D\u0940 \u0905\u0928\u0941\u0935\u093E\u0926 \u0928\u0939\u0940\u0902 \u0915\u093F\u092F\u093E \u091C\u093E\u090F\u0917\u093E","never translate the following sites":"\u091C\u092C \u0935\u0947\u092C\u0938\u093E\u0907\u091F \u0928\u093F\u092E\u094D\u0928\u0932\u093F\u0916\u093F\u0924 \u0921\u094B\u092E\u0947\u0928 \u0928\u093E\u092E \u0915\u0940 \u0939\u094B \u0924\u094B \u0905\u0928\u0941\u0935\u093E\u0926 \u0928\u0939\u0940\u0902 \u0915\u093F\u092F\u093E \u091C\u093E\u090F\u0917\u093E","please refer to":"\u0909\u092A\u092F\u094B\u0917 \u0915\u0930\u0928\u0947 \u0938\u0947 \u092A\u0939\u0932\u0947 \u0906\u092A\u0915\u094B \u0915\u0941\u0902\u091C\u0940 \u092D\u0930\u0928\u0940 \u0939\u094B\u0917\u0940\u0964 \u0935\u093F\u0935\u0930\u0923 \u0915\u0947 \u0932\u093F\u090F, \u0915\u0943\u092A\u092F\u093E \u0926\u0947\u0916\u0947\u0902",KeyAndConfigurationTutorial:'"\u092E\u0941\u0916\u094D\u092F \u0905\u0928\u0941\u092A\u094D\u0930\u092F\u094B\u0917 \u0914\u0930 \u0915\u0949\u0928\u094D\u092B\u093C\u093F\u0917\u0930\u0947\u0936\u0928 \u091F\u094D\u092F\u0942\u091F\u094B\u0930\u093F\u092F\u0932"',useAboveStyleForTheseSites:"\u091C\u092C \u0935\u0947\u092C\u0938\u093E\u0907\u091F \u0928\u093F\u092E\u094D\u0928 \u0921\u094B\u092E\u0947\u0928 \u0928\u093E\u092E \u0939\u094B, \u0924\u094B \u0939\u092E\u0947\u0936\u093E \u2308{theme}\u230B \u0905\u0928\u0941\u0935\u093E\u0926 \u0936\u0948\u0932\u0940 \u0915\u093E \u0909\u092A\u092F\u094B\u0917 \u0915\u0930\u0947\u0902",currentUrl:"\u0935\u0930\u094D\u0924\u092E\u093E\u0928 \u092F\u0942\u0906\u0930\u090F\u0932",confirm:"\u092C\u091A\u093E\u0928\u093E",cancel:"\u0930\u0926\u094D\u0926 \u0915\u0930\u0928\u093E",delete:"\u092E\u093F\u091F\u093E\u0928\u093E","languages.auto":"\u0938\u094D\u0935\u091A\u093E\u0932\u093F\u0924 \u092A\u0939\u091A\u093E\u0928",syncToCloud:"Google Drive \u0938\u0947 \u0938\u093F\u0902\u0915 \u0915\u0930\u0947\u0902",syncToCloudDescription:"\u0915\u094D\u0932\u093E\u0909\u0921 \u092A\u0930 \u0905\u092A\u0932\u094B\u0921 \u0915\u0930\u0947\u0902, \u0914\u0930 \u0905\u0902\u0924\u093F\u092E \u0938\u0902\u0936\u094B\u0927\u0928 \u0938\u092E\u092F \u0915\u0947 \u0905\u0927\u0940\u0928, \u0915\u0949\u0928\u094D\u092B\u093C\u093F\u0917\u0930\u0947\u0936\u0928 \u0915\u094B \u0935\u093F\u092D\u093F\u0928\u094D\u0928 \u092C\u094D\u0930\u093E\u0909\u091C\u093C\u0930\u094B\u0902/\u0911\u092F\u0932 \u092E\u0902\u0915\u0940 \u0938\u094D\u0915\u094D\u0930\u093F\u092A\u094D\u091F \u0915\u0947 \u092C\u0940\u091A \u0938\u093F\u0902\u0915\u094D\u0930\u0928\u093E\u0907\u091C\u093C \u0915\u093F\u092F\u093E \u091C\u093E \u0938\u0915\u0924\u093E \u0939\u0948\u0964",syncToAccount:"\u0907\u092E\u0930\u094D\u0938\u093F\u0935 \u091F\u094D\u0930\u093E\u0902\u0938\u0932\u0947\u0936\u0928 \u0915\u094D\u0932\u093E\u0909\u0921 \u0938\u0947 \u0938\u093F\u0902\u0915 \u0915\u0930\u0947\u0902",syncToAccountButton:"\u0924\u0941\u0930\u0902\u0924 \u0915\u094D\u0932\u093E\u0909\u0921 \u0915\u0947 \u0938\u093E\u0925 \u0938\u093F\u0902\u0915 \u0915\u0930\u0947\u0902",syncToAccountDescription:"\u0905\u0902\u0924\u093F\u092E \u0938\u0902\u0936\u094B\u0927\u0928 \u0938\u092E\u092F \u0915\u0947 \u0906\u0927\u093E\u0930 \u092A\u0930, \u0935\u093F\u092D\u093F\u0928\u094D\u0928 \u0909\u092A\u0915\u0930\u0923\u094B\u0902 \u0915\u0947 \u092C\u0940\u091A \u0915\u0949\u0928\u094D\u092B\u093C\u093F\u0917\u0930\u0947\u0936\u0928 \u0915\u094B \u0938\u094D\u0935\u091A\u093E\u0932\u093F\u0924 \u0930\u0942\u092A \u0938\u0947 \u0938\u093F\u0902\u0915\u094D\u0930\u0928\u093E\u0907\u091C\u093C \u0915\u0930\u0947\u0902\u0964",successSyncConfigInAccount:"\u0915\u094D\u0932\u093E\u0909\u0921 \u0915\u0947 \u0938\u093E\u0925 \u0938\u092B\u0932\u0924\u093E\u092A\u0942\u0930\u094D\u0935\u0915 \u0938\u092E\u0928\u094D\u0935\u092F\u093F\u0924 \u0930\u0939\u0947\u0902",successSyncConfigToAccount:"\u0915\u094D\u0932\u093E\u0909\u0921 \u0915\u0947 \u0938\u093E\u0925 \u0938\u092B\u0932\u0924\u093E\u092A\u0942\u0930\u094D\u0935\u0915 \u0938\u092E\u0928\u094D\u0935\u092F\u093F\u0924 \u0915\u093F\u092F\u093E \u0917\u092F\u093E",syncConfigNoUpdate:"\u092A\u0939\u0932\u0947 \u0938\u0947 \u0939\u0940 \u0928\u0935\u0940\u0928\u0924\u092E",authFail:"\u092A\u094D\u0930\u092E\u093E\u0923\u0940\u0915\u0930\u0923 \u0935\u093F\u092B\u0932",syncTitle:"\u092E\u0948\u0928\u094D\u092F\u0941\u0905\u0932 \u092C\u0948\u0915\u0905\u092A \u092A\u094D\u0930\u092C\u0902\u0927\u0928",import_hint:"\u0906\u092F\u093E\u0924",upload:"\u0921\u093E\u0932\u0928\u093E",revokeAuth:"\u092A\u094D\u0930\u093E\u0927\u093F\u0915\u0930\u0923 \u0930\u0926\u094D\u0926 \u0915\u0930\u0947\u0902",uploadFail:"\u0905\u092A\u0932\u094B\u0921 \u0935\u093F\u092B\u0932",download:"\u0921\u093E\u0909\u0928\u0932\u094B\u0921 \u0915\u0930\u0928\u093E",importSuccess:"\u0906\u092F\u093E\u0924 \u0938\u092B\u0932",importFail:"\u0906\u092F\u093E\u0924 \u0935\u093F\u092B\u0932",deleteFail:"\u0939\u091F\u093E\u0928\u0947 \u092E\u0947\u0902 \u0935\u093F\u092B\u0932",backupToCloud:"\u092C\u0948\u0915\u0905\u092A \u092B\u093C\u093E\u0907\u0932\u094B\u0902 \u0915\u094B \u092E\u0948\u0928\u094D\u092F\u0941\u0905\u0932 \u0930\u0942\u092A \u0938\u0947 \u092A\u094D\u0930\u092C\u0902\u0927\u093F\u0924 \u0915\u0930\u0947\u0902",create_new_backup:"\u092C\u0948\u0915\u0905\u092A \u0928\u094B\u0921 \u091C\u094B\u0921\u093C\u0947\u0902",maxBackupFiles:"\u0905\u0927\u093F\u0915\u0924\u092E{count}\u0935\u093F\u092D\u093F\u0928\u094D\u0928 \u0928\u094B\u0921\u094D\u0938 \u0915\u093E \u092C\u0948\u0915\u0905\u092A \u0932\u093F\u092F\u093E \u091C\u093E \u0938\u0915\u0924\u093E \u0939\u0948, \u0915\u0943\u092A\u092F\u093E \u0905\u0928\u093E\u0935\u0936\u094D\u092F\u0915 \u0928\u094B\u0921\u094D\u0938 \u0939\u091F\u093E \u0926\u0947\u0902",backupToCloudDescription:"\u092C\u0948\u0915\u0905\u092A \u092B\u093C\u093E\u0907\u0932\u094B\u0902 \u0915\u094B \u092E\u0948\u0928\u094D\u092F\u0941\u0905\u0932 \u0930\u0942\u092A \u0938\u0947 \u0905\u092A\u0932\u094B\u0921 \u092F\u093E \u092A\u0941\u0928\u0930\u094D\u0938\u094D\u0925\u093E\u092A\u093F\u0924 \u0915\u0930\u0947\u0902, \u091C\u093F\u0938\u0938\u0947 3 \u0905\u0932\u0917-\u0905\u0932\u0917 \u092C\u0948\u0915\u0905\u092A \u0915\u0940 \u0905\u0928\u0941\u092E\u0924\u093F \u092E\u093F\u0932\u0924\u0940 \u0939\u0948",successSyncConfig:"\u0915\u094D\u0932\u093E\u0909\u0921 \u0915\u0947 \u0938\u093E\u0925 \u0938\u092B\u0932\u0924\u093E\u092A\u0942\u0930\u094D\u0935\u0915 \u0938\u092E\u0928\u094D\u0935\u092F\u093F\u0924 \u0930\u0939\u0947\u0902",syncFail:"\u0938\u092E\u0928\u094D\u0935\u092F\u0928 \u0935\u093F\u092B\u0932",updatedAt:"{date}\u092A\u0930 \u0905\u0926\u094D\u092F\u0924\u0928 \u0915\u093F\u092F\u093E \u0917\u092F\u093E",lastSyncedAt:"\u0905\u0902\u0924\u093F\u092E \u092C\u093E\u0930 {date}\u092A\u0930 \u091C\u093E\u0901\u091A \u0915\u0940 \u0917\u0908",downloadFail:"\u0921\u093E\u0909\u0928\u0932\u094B\u0921 \u0935\u093F\u092B\u0932",clickToDownload:"\u0921\u093E\u0909\u0928\u0932\u094B\u0921 \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u0915\u094D\u0932\u093F\u0915 \u0915\u0930\u0947\u0902",aboutLabel:"\u0915\u0947 \u092C\u093E\u0930\u0947 \u092E\u0947\u0902 - \u092A\u094D\u0930\u0924\u093F\u0915\u094D\u0930\u093F\u092F\u093E","browser.openAboutPage":"\u0915\u0947 \u092C\u093E\u0930\u0947 \u092E\u0947\u0902/\u092A\u094D\u0930\u0924\u093F\u0915\u094D\u0930\u093F\u092F\u093E",aboutLabelWithoutSponsor:"\u0915\u0947 \u092C\u093E\u0930\u0947 \u092E\u0947\u0902 - \u092A\u094D\u0930\u0924\u093F\u0915\u094D\u0930\u093F\u092F\u093E",aboutIntro:"\u092E\u0941\u091D\u0947 \u0906\u0936\u093E \u0939\u0948 \u0915\u093F \u0939\u092E \u0938\u092D\u0940 \u0907\u0902\u091F\u0930\u0928\u0947\u091F \u092A\u0930 \u0935\u093F\u0936\u093E\u0932 \u0935\u093F\u0926\u0947\u0936\u0940 \u092D\u093E\u0937\u093E \u0915\u0940 \u091C\u093E\u0928\u0915\u093E\u0930\u0940 \u0905\u0927\u093F\u0915 \u0906\u0938\u093E\u0928\u0940 \u0938\u0947 \u0914\u0930 \u0916\u0941\u0936\u0940 \u0938\u0947 \u092A\u094D\u0930\u093E\u092A\u094D\u0924 \u0915\u0930 \u0938\u0915\u0924\u0947 \u0939\u0948\u0902\u2764\uFE0F \u0906\u092A <6> \u092A\u094D\u0930\u094B \u0938\u0926\u0938\u094D\u092F\u0924\u093E \u0916\u094B\u0932\u0928\u093E \u091A\u0941\u0928 \u0938\u0915\u0924\u0947 \u0939\u0948\u0902 \u0921\u0940\u092A\u090F\u0932 \u0914\u0930 \u0913\u092A\u0928\u090F\u0906\u0908 \u0905\u0928\u0941\u0935\u093E\u0926\u094B\u0902 \u0915\u094B \u092C\u0949\u0915\u094D\u0938 \u0938\u0947 \u092C\u093E\u0939\u0930 \u0909\u092A\u092F\u094B\u0917 \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F\u0964

\u0939\u092E\u0947\u0902 <3>\u091F\u094D\u0935\u093F\u091F\u0930 \u092A\u0930 \u092B\u093C\u0949\u0932\u094B \u0915\u0930 \u0938\u0915\u0924\u0947 \u0939\u0948\u0902 ,<4>\u091F\u0947\u0932\u0940\u0917\u094D\u0930\u093E\u092E \u091A\u0948\u0928\u0932 , WeChat \u0938\u093E\u0930\u094D\u0935\u091C\u0928\u093F\u0915 \u0916\u093E\u0924\u093E, WeChat \u0938\u0902\u091A\u093E\u0930 \u0938\u092E\u0942\u0939, \u092F\u093E \u0928\u0940\u091A\u0947 <5> \u0908\u092E\u0947\u0932 \u0938\u0926\u0938\u094D\u092F\u0924\u093E \u0905\u092A\u0921\u0947\u091F \u091F\u094D\u0930\u0948\u0915 \u0915\u0930\u0947\u0902.
<7>\u092A\u094D\u0930\u094B \u0938\u0926\u0938\u094D\u092F \u0906\u092A \u090F\u0915\u094D\u0938\u092A\u094D\u0930\u0947\u0938 \u0917\u094D\u0930\u093E\u0939\u0915 \u0938\u0947\u0935\u093E \u0908\u092E\u0947\u0932 <8> support@immersivetranslate.com \u0938\u0947 \u0938\u0902\u092A\u0930\u094D\u0915 \u0915\u0930 \u0938\u0915\u0924\u0947 \u0939\u0948\u0902 \u0939\u092E\u093E\u0930\u0947 \u0938\u093E\u0925 \u091C\u0941\u0921\u093C\u0947\u0964",aboutIntroWithoutSponsor:"\u092E\u0941\u091D\u0947 \u0906\u0936\u093E \u0939\u0948 \u0915\u093F \u0939\u092E \u0938\u092D\u0940 \u0907\u0902\u091F\u0930\u0928\u0947\u091F \u092A\u0930 \u0935\u093F\u0936\u093E\u0932 \u092E\u093E\u0924\u094D\u0930\u093E \u092E\u0947\u0902 \u0935\u093F\u0926\u0947\u0936\u0940 \u092D\u093E\u0937\u093E \u0915\u0940 \u091C\u093E\u0928\u0915\u093E\u0930\u0940 \u0924\u0915 \u0906\u0938\u093E\u0928 \u0914\u0930 \u0905\u0927\u093F\u0915 \u0906\u0928\u0902\u0926\u0926\u093E\u092F\u0915 \u092A\u0939\u0941\u0902\u091A \u092A\u094D\u0930\u093E\u092A\u094D\u0924 \u0915\u0930 \u0938\u0915\u0924\u0947 \u0939\u0948\u0902 \u2764\uFE0F

\u0906\u092A \u0939\u092E\u0947\u0902 \u091F\u094D\u0935\u093F\u091F\u0930 \u092A\u0930 \u092B\u093C\u0949\u0932\u094B \u0915\u0930 \u0938\u0915\u0924\u0947 \u0939\u0948\u0902 <3> ,<4>\u091F\u0947\u0932\u0940\u0917\u094D\u0930\u093E\u092E \u091A\u0948\u0928\u0932 , WeChat \u0938\u093E\u0930\u094D\u0935\u091C\u0928\u093F\u0915 \u0916\u093E\u0924\u093E, WeChat \u0938\u0902\u091A\u093E\u0930 \u0938\u092E\u0942\u0939, \u092F\u093E \u0928\u0940\u091A\u0947 <5> \u0908\u092E\u0947\u0932 \u0938\u0926\u0938\u094D\u092F\u0924\u093E \u0905\u092A\u0921\u0947\u091F \u091F\u094D\u0930\u0948\u0915 \u0915\u0930\u0947\u0902.",projectHomepage:"\u092A\u094D\u0930\u094B\u091C\u0947\u0915\u094D\u091F \u0939\u094B\u092E \u092A\u0947\u091C",joinTelegramGroup:"\u092B\u093C\u0902\u0915\u094D\u0936\u0928 \u091A\u0930\u094D\u091A\u093E\u0913\u0902 \u092E\u0947\u0902 \u092D\u093E\u0917 \u0932\u0947\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u0909\u092A\u092F\u094B\u0917\u0915\u0930\u094D\u0924\u093E \u0938\u0902\u091A\u093E\u0930 \u0938\u092E\u0942\u0939 \u092E\u0947\u0902 \u0936\u093E\u092E\u093F\u0932 \u0939\u094B\u0902",wechatPublicAccount:"WeChat \u0938\u093E\u0930\u094D\u0935\u091C\u0928\u093F\u0915 \u0916\u093E\u0924\u093E",wechatCommunities:"WeChat \u0938\u0902\u091A\u093E\u0930 \u0938\u092E\u0942\u0939",qqCommunities:"QQ \u0938\u0902\u091A\u093E\u0930 \u091A\u0948\u0928\u0932",joinTelegramChannel:"\u0928\u0935\u0940\u0928\u0924\u092E \u0905\u092A\u0921\u0947\u091F \u0915\u0947 \u0932\u093F\u090F \u091F\u0947\u0932\u0940\u0917\u094D\u0930\u093E\u092E \u091A\u0948\u0928\u0932 \u0915\u094B \u092B\u0949\u0932\u094B \u0915\u0930\u0947\u0902",feedbackAndJoin:"\u0938\u092E\u0938\u094D\u092F\u093E \u092A\u094D\u0930\u0924\u093F\u0915\u094D\u0930\u093F\u092F\u093E/\u0938\u092E\u0942\u0939 \u092E\u0947\u0902 \u0936\u093E\u092E\u093F\u0932 \u0939\u094B\u0902",autoSync:"\u0938\u094D\u0935\u091A\u093E\u0932\u093F\u0924 \u0905\u0928\u0941\u0938\u0942\u091A\u093F\u0924 \u0924\u0941\u0932\u094D\u092F\u0915\u093E\u0932\u0928",loadingThemeTitle:"\u0932\u094B\u0921\u093F\u0902\u0917 \u0936\u0948\u0932\u0940",loadingThemeDescription:"\u0905\u0928\u0941\u0935\u093E\u0926 \u0932\u094B\u0921 \u0939\u094B\u0928\u0947 \u0915\u0940 \u092A\u094D\u0930\u0924\u0940\u0915\u094D\u0937\u093E \u0915\u0930\u0924\u0947 \u0938\u092E\u092F \u0936\u0948\u0932\u0940 \u0938\u0947\u091F \u0915\u0930\u0947\u0902","loadingTheme.spinner":"\u0935\u0943\u0924\u094D\u0924 \u090F\u0928\u0940\u092E\u0947\u0936\u0928","loadingTheme.text":"\u0938\u094D\u0925\u093F\u0930 \u092A\u093E\u0920... ","loadingTheme.none":"\u0928\u0939\u0940\u0902 \u0926\u093F\u0916\u093E\u0924\u0947",developerDescription:"\u0906\u092A \u092F\u0939\u093E\u0902 <1> \u092A\u0930 \u0915\u094D\u0932\u093F\u0915 \u0915\u0930 \u0938\u0915\u0924\u0947 \u0939\u0948\u0902 \u0909\u0928\u094D\u0928\u0924 \u0905\u0928\u0941\u0915\u0942\u0932\u0928 \u0938\u0947 \u0938\u0902\u092C\u0902\u0927\u093F\u0924 \u0926\u0938\u094D\u0924\u093E\u0935\u0947\u091C\u093C \u0926\u0947\u0916\u0947\u0902","edit border color":"\u092C\u0949\u0930\u094D\u0921\u0930 \u0915\u093E \u0930\u0902\u0917 \u0938\u0902\u0936\u094B\u0927\u093F\u0924 \u0915\u0930\u0947\u0902",successSyncButNoChange:"\u0935\u0930\u094D\u0924\u092E\u093E\u0928 \u0915\u0949\u0928\u094D\u092B\u093C\u093F\u0917\u0930\u0947\u0936\u0928 \u0915\u094D\u0932\u093E\u0909\u0921 \u0915\u0947 \u0905\u0928\u0941\u0930\u0942\u092A \u0939\u0948",customTheme:"\u0915\u0938\u094D\u091F\u092E \u0930\u0902\u0917 \u0914\u0930 \u0906\u0915\u093E\u0930","customThemeLabel.borderColor":"\u0938\u0940\u092E\u093E \u0930\u0902\u0917","customThemeLabel.borderRadius":"\u0938\u0940\u092E\u093E \u0917\u094B\u0932\u093E\u0915\u093E\u0930 \u0915\u094B\u0928\u0947","customThemeLabel.textColor":"\u092A\u093E\u0920 \u0915\u093E \u0930\u0902\u0917","customThemeLabel.backgroundColor":"\u092A\u0943\u0937\u094D\u0920\u092D\u0942\u092E\u093F \u0915\u093E \u0930\u0902\u0917","customThemeLabel.zoom":"\u092B\u093C\u0949\u0928\u094D\u091F \u0938\u094D\u0915\u0947\u0932\u093F\u0902\u0917 (%)","customThemeLabel.opacity":"\u092A\u093E\u0920 \u0905\u092A\u093E\u0930\u0926\u0930\u094D\u0936\u093F\u0924\u093E (%)",resetToDefaultColor:"\u0921\u093F\u092B\u093C\u0949\u0932\u094D\u091F \u0930\u0902\u0917 \u092A\u0930 \u0935\u093E\u092A\u0938 \u0932\u094C\u091F\u0947\u0902",resetToDefaultSettings:"\u0921\u093F\u092B\u093C\u0949\u0932\u094D\u091F \u0938\u0947\u091F\u093F\u0902\u0917\u094D\u0938 \u092A\u0930 \u0935\u093E\u092A\u0938 \u0932\u094C\u091F\u0947\u0902",isTranslateTitle:"\u0905\u0928\u0941\u0935\u093E\u0926\u093F\u0924 \u0935\u0947\u092C \u092A\u0947\u091C \u0936\u0940\u0930\u094D\u0937\u0915 \u091A\u093E\u0932\u0942 \u0915\u0930\u0947\u0902",isTranslateTitleDescription:"\u091A\u093E\u0932\u0942 \u0939\u094B\u0928\u0947 \u092A\u0930, \u0935\u0947\u092C \u092A\u0947\u091C \u0936\u0940\u0930\u094D\u0937\u0915 \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u093F\u092F\u093E \u091C\u093E\u090F\u0917\u093E",enableSearchEnhancement:"\u0926\u094D\u0935\u093F\u092D\u093E\u0937\u0940 \u0938\u0942\u091A\u0928\u093E \u0938\u0902\u0935\u0930\u094D\u0926\u094D\u0927\u0928 \u0938\u0915\u094D\u0937\u092E \u0915\u0930\u0947\u0902",enableSearchEnhancementDescription:'\u091A\u093E\u0932\u0942 \u0939\u094B\u0928\u0947 \u0915\u0947 \u092C\u093E\u0926, \u0905\u0902\u0917\u094D\u0930\u0947\u091C\u0940 \u0915\u0940\u0935\u0930\u094D\u0921 \u0938\u0947 \u0938\u0902\u092C\u0902\u0927\u093F\u0924 "Google \u0938\u092E\u093E\u091A\u093E\u0930" \u0916\u094B\u091C \u092A\u0930\u093F\u0923\u093E\u092E \u0938\u094D\u0935\u091A\u093E\u0932\u093F\u0924 \u0930\u0942\u092A \u0938\u0947 \u0938\u092E\u0930\u094D\u0925\u093F\u0924 \u0935\u0947\u092C\u0938\u093E\u0907\u091F\u094B\u0902 (Google \u0938\u092E\u093E\u091A\u093E\u0930, Google \u0916\u094B\u091C (\u0915\u0941\u091B \u0915\u0940\u0935\u0930\u094D\u0921), \u0938\u094D\u0928\u094B\u092C\u0949\u0932, \u0913\u0930\u093F\u090F\u0902\u091F\u0932 \u092B\u0949\u0930\u094D\u091A\u094D\u092F\u0942\u0928, \u092B\u093C\u0941\u091F\u0942, \u091F\u093E\u0907\u0917\u0930 \u0938\u092E\u0941\u0926\u093E\u092F) \u0915\u0947 \u0926\u093E\u0939\u093F\u0928\u0947 \u0915\u0949\u0932\u092E \u092E\u0947\u0902 \u092A\u094D\u0930\u0926\u0930\u094D\u0936\u093F\u0924 \u0939\u094B\u0902\u0917\u0947\u0964',verifyService:"\u0938\u0947\u0935\u093E \u0915\u093E \u092A\u0930\u0940\u0915\u094D\u0937\u0923 \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u092F\u0939\u093E\u0902 \u0915\u094D\u0932\u093F\u0915 \u0915\u0930\u0947\u0902",verified:"\u0938\u0924\u094D\u092F\u093E\u092A\u0928 \u0938\u092B\u0932","field.langs":"\u0938\u092E\u0930\u094D\u0925\u093F\u0924 \u092D\u093E\u0937\u093E \u0915\u094B\u0921","field.model":"\u0928\u092E\u0942\u0928\u093E","field.translationEngine":"\u0905\u0928\u0941\u0935\u093E\u0926 \u0907\u0902\u091C\u0928","field.limitPerMinute":"\u092A\u094D\u0930\u0924\u093F \u092E\u093F\u0928\u091F \u0905\u0928\u0941\u0930\u094B\u0927\u094B\u0902 \u0915\u0940 \u0905\u0927\u093F\u0915\u0924\u092E \u0938\u0902\u0916\u094D\u092F\u093E","field.limitPerSecond":"\u092A\u094D\u0930\u0924\u093F \u0938\u0947\u0915\u0902\u0921 \u0905\u0928\u0941\u0930\u094B\u0927\u094B\u0902 \u0915\u0940 \u0905\u0927\u093F\u0915\u0924\u092E \u0938\u0902\u0916\u094D\u092F\u093E","field.maxTextLengthPerRequest":"\u092A\u094D\u0930\u0924\u093F \u0905\u0928\u0941\u0930\u094B\u0927 \u0905\u0927\u093F\u0915\u0924\u092E \u092A\u093E\u0920 \u0932\u0902\u092C\u093E\u0908","field.maxTextGroupLengthPerRequest":"\u092A\u094D\u0930\u0924\u093F \u0905\u0928\u0941\u0930\u094B\u0927 \u092A\u0948\u0930\u093E\u0917\u094D\u0930\u093E\u092B \u0915\u0940 \u0905\u0927\u093F\u0915\u0924\u092E \u0938\u0902\u0916\u094D\u092F\u093E","field.apiUrl":"\u0915\u0938\u094D\u091F\u092E \u090F\u092A\u0940\u0906\u0908 \u0907\u0902\u091F\u0930\u092B\u093C\u0947\u0938 \u092A\u0924\u093E","field.placeholderDelimiters":"\u0906\u0930\u0915\u094D\u0937\u093F\u0924 \u092A\u094D\u0932\u0947\u0938\u0939\u094B\u0932\u094D\u0921\u0930","description.custom":"\u0915\u0938\u094D\u091F\u092E \u0907\u0902\u091F\u0930\u092B\u093C\u0947\u0938 \u090F\u0915\u094D\u0938\u0947\u0938 \u0915\u0947 \u0932\u093F\u090F \u0938\u0902\u0926\u0930\u094D\u092D \u0926\u0938\u094D\u0924\u093E\u0935\u0947\u091C\u093C\u094B\u0902 \u0915\u0940 \u0906\u0935\u0936\u094D\u092F\u0915\u0924\u093E \u0939\u0948","description.limitPerMinute":"\u091C\u092C \u0905\u0928\u0941\u0930\u094B\u0927\u094B\u0902 \u0915\u0940 \u0938\u0902\u0916\u094D\u092F\u093E \u0907\u0938 \u0938\u0940\u092E\u093E \u0938\u0947 \u0905\u0927\u093F\u0915 \u0939\u094B \u091C\u093E\u0924\u0940 \u0939\u0948, \u0924\u094B \u092F\u0939 \u0905\u0917\u0932\u0947 \u092E\u093F\u0928\u091F \u0915\u0940 \u0936\u0941\u0930\u0941\u0906\u0924 \u0924\u0915 \u0915\u0924\u093E\u0930 \u0938\u094D\u0925\u093F\u0924\u093F \u092E\u0947\u0902 \u092A\u094D\u0930\u0935\u0947\u0936 \u0915\u0930\u0947\u0917\u0940\u0964 OpenAI \u0915\u0940 \u0935\u0930\u094D\u0924\u092E\u093E\u0928 \u0938\u0947\u0935\u093E \u0915\u0940 \u0935\u093F\u092D\u093F\u0928\u094D\u0928 \u0938\u0940\u092E\u093E\u0913\u0902 \u0915\u0947 \u0915\u093E\u0930\u0923, \u0915\u0943\u092A\u092F\u093E \u092F\u0939\u093E\u0902 <1> \u0915\u094D\u0932\u093F\u0915 \u0915\u0930\u0947\u0902 \u0928\u0935\u0940\u0928\u0924\u092E \u0905\u0928\u0941\u0936\u0902\u0938\u093F\u0924 \u092E\u093E\u0928 \u0926\u0947\u0916\u0947\u0902","description.limitPerSecond":"\u091C\u092C \u0905\u0928\u0941\u0930\u094B\u0927\u094B\u0902 \u0915\u0940 \u0938\u0902\u0916\u094D\u092F\u093E \u0907\u0938 \u0938\u0940\u092E\u093E \u0938\u0947 \u0905\u0927\u093F\u0915 \u0939\u094B \u091C\u093E\u0924\u0940 \u0939\u0948, \u0924\u094B \u092F\u0939 \u0905\u0917\u0932\u0947 \u0938\u0947\u0915\u0902\u0921 \u0915\u0940 \u0936\u0941\u0930\u0941\u0906\u0924 \u0924\u0915 \u0915\u0924\u093E\u0930 \u0938\u094D\u0925\u093F\u0924\u093F \u092E\u0947\u0902 \u092A\u094D\u0930\u0935\u0947\u0936 \u0915\u0930\u0947\u0917\u0940\u0964 OpenAI \u0915\u0940 \u0935\u0930\u094D\u0924\u092E\u093E\u0928 \u0938\u0947\u0935\u093E \u0915\u0940 \u0935\u093F\u092D\u093F\u0928\u094D\u0928 \u0938\u0940\u092E\u093E\u0913\u0902 \u0915\u0947 \u0915\u093E\u0930\u0923, \u0915\u0943\u092A\u092F\u093E \u092F\u0939\u093E\u0902 <1> \u0915\u094D\u0932\u093F\u0915 \u0915\u0930\u0947\u0902 \u0928\u0935\u0940\u0928\u0924\u092E \u0905\u0928\u0941\u0936\u0902\u0938\u093F\u0924 \u092E\u093E\u0928 \u0926\u0947\u0916\u0947\u0902","description.generalLimitPerSecond":"\u091C\u092C \u0905\u0928\u0941\u0930\u094B\u0927\u094B\u0902 \u0915\u0940 \u0938\u0902\u0916\u094D\u092F\u093E \u0907\u0938 \u0938\u0940\u092E\u093E \u0938\u0947 \u0905\u0927\u093F\u0915 \u0939\u094B \u091C\u093E\u0924\u0940 \u0939\u0948, \u0924\u094B \u092F\u0939 \u0905\u0917\u0932\u0947 \u0938\u0947\u0915\u0902\u0921 \u0915\u0940 \u0936\u0941\u0930\u0941\u0906\u0924 \u0924\u0915 \u0915\u0924\u093E\u0930 \u0938\u094D\u0925\u093F\u0924\u093F \u092E\u0947\u0902 \u092A\u094D\u0930\u0935\u0947\u0936 \u0915\u0930\u0947\u0917\u0940\u0964","description.prompt":"\u0909\u092A\u092F\u094B\u0917\u0915\u0930\u094D\u0924\u093E \u0915\u0940 \u092A\u0939\u091A\u093E\u0928 \u092E\u0947\u0902 {service} \u0915\u094B \u092D\u0947\u091C\u0940 \u0917\u0908 \u0935\u093E\u0930\u094D\u0924\u093E\u0932\u093E\u092A, \u091C\u093F\u0938\u092E\u0947\u0902 {{text}} \u092A\u0948\u0930\u093E\u0917\u094D\u0930\u093E\u092B \u0915\u093E \u092A\u093E\u0920 \u0938\u093E\u092E\u0917\u094D\u0930\u0940 \u0915\u094B \u0926\u0930\u094D\u0936\u093E\u0924\u093E \u0939\u0948, {{from}} \u092A\u0948\u0930\u093E\u0917\u094D\u0930\u093E\u092B \u0915\u0940 \u092D\u093E\u0937\u093E \u0915\u094B \u0926\u0930\u094D\u0936\u093E\u0924\u093E \u0939\u0948, \u0914\u0930 {{to}} \u0932\u0915\u094D\u0937\u094D\u092F \u092D\u093E\u0937\u093E \u0915\u094B \u0926\u0930\u094D\u0936\u093E\u0924\u093E \u0939\u0948\u0964","description.maxTextLengthPerRequest":"\u092A\u094D\u0930\u0924\u093F \u0905\u0928\u0941\u0930\u094B\u0927 \u0935\u0930\u094D\u0923\u094B\u0902 \u0915\u0940 \u0905\u0927\u093F\u0915\u0924\u092E \u0938\u0902\u0916\u094D\u092F\u093E\u0964 \u092F\u0926\u093F \u092F\u0939 \u092C\u0939\u0941\u0924 \u092C\u0921\u093C\u093E \u0939\u0948, \u0924\u094B \u0907\u0902\u091F\u0930\u092B\u093C\u0947\u0938 \u0915\u0940 \u092A\u094D\u0930\u0924\u093F\u0915\u094D\u0930\u093F\u092F\u093E \u0927\u0940\u092E\u0940 \u0939\u094B \u091C\u093E\u090F\u0917\u0940, \u0907\u0938\u0932\u093F\u090F \u0906\u092A \u0917\u0924\u093F \u0915\u094B \u0905\u0928\u0941\u0915\u0942\u0932\u093F\u0924 \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u0907\u0938 \u0935\u093F\u0915\u0932\u094D\u092A \u0915\u094B \u0938\u092E\u093E\u092F\u094B\u091C\u093F\u0924 \u0915\u0930\u0928\u0947 \u0915\u093E \u092A\u094D\u0930\u092F\u093E\u0938 \u0915\u0930 \u0938\u0915\u0924\u0947 \u0939\u0948\u0902\u0964","description.systemPrompt":"\u0938\u093F\u0938\u094D\u091F\u092E \u0915\u0940 \u092A\u0939\u091A\u093E\u0928 \u0938\u0947 {service} \u0915\u094B \u092D\u0947\u091C\u0940 \u0917\u0908 \u0935\u093E\u0930\u094D\u0924\u093E\u0932\u093E\u092A, \u091C\u093F\u0938\u092E\u0947\u0902 {{text}} \u092A\u0948\u0930\u093E\u0917\u094D\u0930\u093E\u092B \u0915\u0947 \u092A\u093E\u0920 \u0915\u0940 \u0938\u093E\u092E\u0917\u094D\u0930\u0940 \u0915\u094B \u0926\u0930\u094D\u0936\u093E\u0924\u093E \u0939\u0948, {{from}} \u092A\u0948\u0930\u093E\u0917\u094D\u0930\u093E\u092B \u0915\u0940 \u092D\u093E\u0937\u093E \u0915\u094B \u0926\u0930\u094D\u0936\u093E\u0924\u093E \u0939\u0948, {{to}} \u0932\u0915\u094D\u0937\u094D\u092F \u092D\u093E\u0937\u093E \u0915\u094B \u0926\u0930\u094D\u0936\u093E\u0924\u093E \u0939\u0948","field.domain":"\u092E\u0948\u0926\u093E\u0928","description.domain":"\u0921\u093F\u092B\u093C\u0949\u0932\u094D\u091F\uFF1A\u0938\u093E\u092E\u093E\u0928\u094D\u092F \u0939\u0948. \u0907\u0938\u0947 \u0915\u0947\u0935\u0932 \u0924\u092D\u0940 \u0938\u0947\u091F \u0915\u093F\u092F\u093E \u091C\u093E \u0938\u0915\u0924\u093E \u0939\u0948 \u091C\u092C Youdao API \u0915\u0902\u0938\u094B\u0932 \u092E\u0947\u0902 \u0921\u094B\u092E\u0947\u0928-\u0906\u0927\u093E\u0930\u093F\u0924 \u0905\u0928\u0941\u0935\u093E\u0926 \u0938\u0915\u094D\u0937\u092E \u0939\u094B\u0964 \u0938\u092E\u0930\u094D\u0925\u093F\u0924 \u092B\u093C\u0940\u0932\u094D\u0921 \u0915\u0947 \u0932\u093F\u090F, \u0915\u0943\u092A\u092F\u093E \u092F\u0939\u093E\u0902 <1> \u0926\u0947\u0916\u0947\u0902\u0964","field.scene":"\u092A\u0930\u094D\u0926\u0947","description.scene":"\u0921\u093F\u092B\u093C\u0949\u0932\u094D\u091F\uFF1A\u0938\u093E\u092E\u093E\u0928\u094D\u092F \u0939\u0948. \u0907\u0938\u0947 \u0915\u0947\u0935\u0932 \u0924\u092D\u0940 \u0938\u0947\u091F \u0915\u093F\u092F\u093E \u091C\u093E \u0938\u0915\u0924\u093E \u0939\u0948 \u091C\u092C \u0905\u0932\u0940\u092C\u093E\u092C\u093E \u0915\u094D\u0932\u093E\u0909\u0921 \u090F\u092A\u0940\u0906\u0908 \u0915\u0902\u0938\u094B\u0932 \u092E\u0947\u0902 \u092E\u0936\u0940\u0928\u0940 \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u093E \u092A\u0947\u0936\u0947\u0935\u0930 \u0938\u0902\u0938\u094D\u0915\u0930\u0923 \u0938\u0915\u094D\u0930\u093F\u092F \u0939\u094B\u0964 \u0938\u092E\u0930\u094D\u0925\u093F\u0924 \u092A\u0930\u093F\u0926\u0943\u0936\u094D\u092F\u094B\u0902 \u0915\u0947 \u0932\u093F\u090F \u092F\u0939\u093E\u0902 <1> \u0926\u0947\u0916\u0947\u0902\u0964","field.vocabId":"\u0909\u092A\u092F\u094B\u0917\u0915\u0930\u094D\u0924\u093E \u0936\u092C\u094D\u0926\u0915\u094B\u0936 \u0906\u0908\u0921\u0940","description.vocabId":"\u0928\u093F\u0930\u094D\u0926\u093F\u0937\u094D\u091F \u0936\u092C\u094D\u0926\u0915\u094B\u0936 \u0906\u0909\u091F_\u0906\u0908\u0921\u0940 \u0935\u0930\u094D\u0924\u092E\u093E\u0928 \u092E\u0947\u0902 \u0905\u0902\u0917\u094D\u0930\u0947\u091C\u0940-\u091A\u0940\u0928\u0940 \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u093E \u0938\u092E\u0930\u094D\u0925\u0928 \u0915\u0930\u0924\u093E \u0939\u0948\u0964","description.model":"OpenAI \u0915\u093E \u092E\u0949\u0921\u0932 gpt-3.5-\u091F\u0930\u094D\u092C\u094B, gpt-4 \u0906\u0926\u093F \u0939\u094B \u0938\u0915\u0924\u093E \u0939\u0948\u0964","description.maxTextGroupLengthPerRequest":"\u0939\u0930 \u092C\u093E\u0930 \u0905\u0928\u0941\u0935\u093E\u0926 \u0938\u0947\u0935\u093E \u0915\u094B \u092D\u0947\u091C\u0947 \u0917\u090F \u092A\u0948\u0930\u093E\u0917\u094D\u0930\u093E\u092B\u094B\u0902 \u0915\u0940 \u0938\u0902\u0916\u094D\u092F\u093E\u0964 \u092F\u0926\u093F \u092C\u0939\u0941\u0924 \u0938\u093E\u0930\u0947 \u092A\u0948\u0930\u093E\u0917\u094D\u0930\u093E\u092B \u0939\u0948\u0902, \u0924\u094B \u0907\u0902\u091F\u0930\u092B\u093C\u0947\u0938 \u0915\u0940 \u092A\u094D\u0930\u0924\u093F\u0915\u094D\u0930\u093F\u092F\u093E \u0927\u0940\u092E\u0940 \u0939\u094B \u0938\u0915\u0924\u0940 \u0939\u0948\u0964","description.apiUrl":"\u0915\u0943\u092A\u092F\u093E \u092A\u0925 \u0915\u0947 \u0938\u093E\u0925 \u090F\u0915 \u0935\u093F\u0936\u093F\u0937\u094D\u091F \u092F\u0942\u0906\u0930\u090F\u0932 \u091C\u094B\u0921\u093C\u0947\u0902, <1> \u0905\u0927\u093F\u0915 \u0928\u093F\u0930\u094D\u0926\u0947\u0936",enabledExtension:"\u090F\u0915\u094D\u0938\u091F\u0947\u0902\u0936\u0928 \u0938\u0915\u094D\u0937\u092E",clickToDisableExtension:"\u090F\u0915\u094D\u0938\u091F\u0947\u0902\u0936\u0928 \u0905\u0915\u094D\u0937\u092E \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u0915\u094D\u0932\u093F\u0915 \u0915\u0930\u0947\u0902",clickToEnableExtension:"\u090F\u0915\u094D\u0938\u091F\u0947\u0902\u0936\u0928 \u0938\u0915\u094D\u0937\u092E \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u0915\u094D\u0932\u093F\u0915 \u0915\u0930\u0947\u0902",hasBeenDisabled:"\u0905\u0915\u094D\u0937\u092E","show password":"\u092A\u093E\u0938\u0935\u0930\u094D\u0921 \u0926\u093F\u0916\u093E\u090F",customContent:"\u0915\u0938\u094D\u091F\u092E \u092E\u0949\u0921\u0932 \u0928\u093E\u092E \u0926\u0930\u094D\u091C \u0915\u0930\u0947\u0902",inputOptions:"\u0907\u0928\u092A\u0941\u091F \u092C\u0949\u0915\u094D\u0938 \u0938\u0902\u0935\u0930\u094D\u0926\u094D\u0927\u0928",mouseHoverOptions:"\u092E\u093E\u0909\u0938 \u0915\u0947 \u090A\u092A\u0930",modifyMouseHoverKey:"\u092E\u093E\u0909\u0938\u0913\u0935\u0930 \u0936\u0949\u0930\u094D\u091F\u0915\u091F \u0915\u0941\u0902\u091C\u093F\u092F\u094B\u0902 \u0915\u094B \u0938\u0902\u0936\u094B\u0927\u093F\u0924 \u0915\u0930\u0947\u0902",enableInputTranslation:"\u0907\u0928\u092A\u0941\u091F \u092C\u0949\u0915\u094D\u0938 \u090F\u0928\u094D\u0939\u093E\u0902\u0938\u092E\u0947\u0902\u091F \u0938\u0915\u094D\u0937\u092E \u0915\u0930\u0928\u093E \u0939\u0948 \u092F\u093E \u0928\u0939\u0940\u0902",enableInputTranslationDescription:"{trailingKey}\u0938\u0915\u094D\u0937\u092E \u0915\u0930\u0928\u0947 \u0915\u0947 \u092C\u093E\u0926, \u0938\u0940\u0927\u0947 \u0907\u0928\u092A\u0941\u091F \u092C\u0949\u0915\u094D\u0938 \u092E\u0947\u0902 {startingKey}{startingKey} \u0939\u0948\u0932\u094B \u0926\u0930\u094D\u091C \u0915\u0930\u0947\u0902, \u0914\u0930 \u092B\u093F\u0930 \u0907\u0938\u0947 {inputTargetLanguage}\u092E\u0947\u0902 \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u091C\u0932\u094D\u0926\u0940 \u0938\u0947{inputTrailingTriggerKeyRepeatTimes}\u092A\u0930 \u0926\u094B \u092C\u093E\u0930 \u0915\u094D\u0932\u093F\u0915 \u0915\u0930\u0947\u0902\u0964",enableInputTranslationDescriptionForNoneKey:"\u0907\u0938\u0947 \u0938\u0915\u094D\u0937\u092E \u0915\u0930\u0928\u0947{trailingKey}, \u0938\u0940\u0927\u0947 \u0907\u0928\u092A\u0941\u091F \u092C\u0949\u0915\u094D\u0938 \u092E\u0947\u0902\uFF1A\u0939\u0948\u0932\u094B \u0935\u0930\u094D\u0932\u094D\u0921 \u0926\u0930\u094D\u091C \u0915\u0930\u0947\u0902, \u0914\u0930 \u092B\u093F\u0930 \u0921\u093F\u092B\u093C\u0949\u0932\u094D\u091F \u0932\u0915\u094D\u0937\u094D\u092F \u092D\u093E\u0937\u093E \u092E\u0947\u0902 \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u091C\u0932\u094D\u0926\u0940 \u0938\u0947{inputTrailingTriggerKeyRepeatTimes}\u092C\u093E\u0930 \u0915\u094D\u0932\u093F\u0915 \u0915\u0930\u0947\u0902\u0964",inputTargetLanguage:"\u0907\u0928\u092A\u0941\u091F \u092C\u0949\u0915\u094D\u0938 \u0915\u0940 \u0921\u093F\u092B\u093C\u0949\u0932\u094D\u091F \u0932\u0915\u094D\u0937\u094D\u092F \u092D\u093E\u0937\u093E \u0938\u0947\u091F \u0915\u0930\u0947\u0902",inputTargetLanguageDescription:"\u0907\u0928\u092A\u0941\u091F \u092C\u0949\u0915\u094D\u0938 \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0947 \u0932\u093F\u090F \u0921\u093F\u092B\u093C\u0949\u0932\u094D\u091F \u0932\u0915\u094D\u0937\u094D\u092F \u092D\u093E\u0937\u093E, \u091C\u094B \u091F\u094D\u0930\u093F\u0917\u0930 \u0936\u092C\u094D\u0926\u094B\u0902 \u0915\u0947 \u0932\u093F\u090F \u0921\u093F\u092B\u093C\u0949\u0932\u094D\u091F \u092D\u093E\u0937\u093E \u0915\u0947 \u0930\u0942\u092A \u092E\u0947\u0902 {startingKey}{startingKey} \u0939\u0948",inputTargetLanguageDescriptionForNoneKey:"\u0907\u0928\u092A\u0941\u091F \u092C\u0949\u0915\u094D\u0938 \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0947 \u0932\u093F\u090F \u0921\u093F\u092B\u093C\u0949\u0932\u094D\u091F \u0932\u0915\u094D\u0937\u094D\u092F \u092D\u093E\u0937\u093E",inputStartingTriggerKeyTitle:"\u0907\u0928\u092A\u0941\u091F \u092C\u0949\u0915\u094D\u0938 \u0915\u0947 \u0906\u0902\u0936\u093F\u0915 \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0947 \u0932\u093F\u090F \u0935\u093F\u092D\u093E\u091C\u0928 \u0935\u0930\u094D\u0923 \u0938\u0947\u091F \u0915\u0930\u0947\u0902",inputStartingTriggerKeyDescription:"\u091C\u092C \u0906\u092A\u0915\u094B \u092A\u0942\u0930\u0947 \u0907\u0928\u092A\u0941\u091F \u092C\u0949\u0915\u094D\u0938 \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0928\u0947 \u0915\u0940 \u0906\u0935\u0936\u094D\u092F\u0915\u0924\u093E \u0928\u0939\u0940\u0902 \u0939\u094B\u0924\u0940 \u0939\u0948, \u0924\u094B \u0921\u093F\u0932\u0940\u092E\u0940\u091F\u0930 \u0906\u092A\u0915\u094B \u0915\u0947\u0935\u0932 {startingKey}{startingKey} \u0938\u0947 \u0907\u0928\u092A\u0941\u091F \u092C\u0949\u0915\u094D\u0938 \u0915\u0947 \u0905\u0902\u0924 \u0924\u0915 \u0915\u0947 \u092D\u093E\u0917 \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0928\u0947 \u0915\u0940 \u0905\u0928\u0941\u092E\u0924\u093F \u0926\u0947\u0924\u093E \u0939\u0948, \u092F\u093E \u0906\u092A \u092D\u093E\u0937\u093E \u0915\u094B\u0921 \u0928\u093F\u0930\u094D\u0926\u093F\u0937\u094D\u091F \u0915\u0930 \u0938\u0915\u0924\u0947 \u0939\u0948\u0902, \u0909\u0926\u093E\u0939\u0930\u0923 \u0915\u0947 \u0932\u093F\u090F,\uFF1A{startingKey}ja \u0915\u093E \u0905\u0930\u094D\u0925 \u0915\u0947\u0935\u0932 \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0928\u093E \u0939\u0948 {startingKey}ja \u0938\u0947 \u0907\u0928\u092A\u0941\u091F \u092C\u0949\u0915\u094D\u0938 \u0915\u0947 \u0905\u0902\u0924 \u0924\u0915 \u0915\u093E \u092D\u093E\u0917\u0964",inputStartingTriggerKeyDescriptionForNoneKey:"\u0935\u0930\u094D\u0924\u092E\u093E\u0928 \u092E\u0947\u0902 \u0907\u0938\u0947 \u0915\u093F\u0938\u0940 \u0909\u092A\u0938\u0930\u094D\u0917 \u0915\u0940 \u0906\u0935\u0936\u094D\u092F\u0915\u0924\u093E \u0928\u0939\u0940\u0902 \u0939\u0948, \u0914\u0930 \u0907\u0928\u092A\u0941\u091F \u092C\u0949\u0915\u094D\u0938 \u0915\u0947 \u0915\u0941\u091B \u092A\u093E\u0920 \u0905\u0928\u0941\u0935\u093E\u0926 \u092B\u093C\u0902\u0915\u094D\u0936\u0928 \u0905\u0938\u094D\u0925\u093E\u092F\u0940 \u0930\u0942\u092A \u0938\u0947 \u0905\u0928\u0941\u092A\u0932\u092C\u094D\u0927 \u0939\u0948\u0902\u0964",inputTrailingTriggerKeyTitle:"\u090F\u0915 \u091F\u094D\u0930\u093F\u0917\u0930 \u0935\u0930\u094D\u0923 \u091A\u0941\u0928\u0947\u0902 \u091C\u094B \u0907\u0928\u092A\u0941\u091F \u0915\u094B \u0938\u092E\u093E\u092A\u094D\u0924 \u0915\u0930\u0924\u093E \u0939\u0948",inputTrailingTriggerKeyDescription:"\u0924\u094D\u0935\u0930\u093F\u0924 \u0909\u0924\u094D\u0924\u0930\u093E\u0927\u093F\u0915\u093E\u0930 \u092E\u0947\u0902{trailingKey} 3 \u092C\u093E\u0930 \u0939\u093F\u091F \u0915\u0930\u0928\u0947 \u0938\u0947 \u0905\u0928\u0941\u0935\u093E\u0926 \u0936\u0941\u0930\u0942 \u0939\u094B \u091C\u093E\u090F\u0917\u093E",inputTrailingTriggerKeyTimeout:"\u0915\u0949\u092E\u094D\u092C\u094B \u0915\u094B \u0938\u092E\u093E\u092A\u094D\u0924 \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u091F\u094D\u0930\u093F\u0917\u0930\u094D\u0938 \u0915\u0947 \u092C\u0940\u091A \u0905\u0902\u0924\u0930\u093E\u0932 \u0926\u0930\u094D\u091C \u0915\u0930\u0947\u0902\u0964",inputTrailingTriggerKeyTimeoutDescription:"\u0915\u0949\u092E\u094D\u092C\u094B \u091F\u094D\u0930\u093F\u0917\u0930 \u0915\u094B \u0938\u092E\u093E\u092A\u094D\u0924 \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u0907\u0928\u092A\u0941\u091F \u0915\u0947 \u0932\u093F\u090F \u0905\u0902\u0924\u0930\u093E\u0932 \u0938\u092E\u092F (\u092E\u093F\u0932\u0940\u0938\u0947\u0915\u0902\u0921) \u0928\u093F\u0930\u094D\u0927\u093E\u0930\u093F\u0924 \u0915\u0930\u0947\u0902",spaceKey:"<\u0938\u094D\u092A\u0947\u0938\u092C\u093E\u0930>",noneKey:"\u0915\u093F\u0938\u0940 \u0909\u092A\u0938\u0930\u094D\u0917 \u0915\u0940 \u0906\u0935\u0936\u094D\u092F\u0915\u0924\u093E \u0928\u0939\u0940\u0902 \u0939\u0948, \u0938\u0940\u0927\u0947 \u0938\u0902\u092A\u0942\u0930\u094D\u0923 \u091F\u0947\u0915\u094D\u0938\u094D\u091F \u092C\u0949\u0915\u094D\u0938 \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0947\u0902",inputTranslationBlockUrlsTitle:"\u092F\u0942\u0906\u0930\u090F\u0932 \u092E\u0947\u0902 \u0907\u0928\u092A\u0941\u091F \u092B\u093C\u0940\u0932\u094D\u0921 \u090F\u0928\u094D\u0939\u093E\u0902\u0938\u092E\u0947\u0902\u091F \u0915\u094B \u0915\u092D\u0940 \u092D\u0940 \u0938\u0915\u094D\u0937\u092E \u0928 \u0915\u0930\u0947\u0902",inputTranslationBlockUrlsDescription:"\u0928\u093F\u092E\u094D\u0928\u0932\u093F\u0916\u093F\u0924 \u092F\u0942\u0906\u0930\u090F\u0932 \u092E\u0947\u0902, \u0907\u0928\u092A\u0941\u091F \u092C\u0949\u0915\u094D\u0938 \u090F\u0928\u094D\u0939\u093E\u0902\u0938\u092E\u0947\u0902\u091F \u092A\u094D\u0930\u092D\u093E\u0935\u0940 \u0928\u0939\u0940\u0902 \u0939\u094B\u0917\u093E",clickToSeeQuickDemo:"30 \u0938\u0947\u0915\u0902\u0921 \u0915\u0947 \u0924\u094D\u0935\u0930\u093F\u0924 \u0928\u093F\u0930\u094D\u0926\u0947\u0936 \u0935\u0940\u0921\u093F\u092F\u094B \u0915\u093E \u0935\u093F\u0938\u094D\u0924\u093E\u0930 \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u0915\u094D\u0932\u093F\u0915 \u0915\u0930\u0947\u0902",inputHelperInfo:"\u0928\u094B\u091F\uFF1A: \u0939\u092E\u0928\u0947 \u0935\u093F\u0936\u0947\u0937 \u0930\u0942\u092A \u0938\u0947 \u0909\u0938 \u092E\u0941\u0926\u094D\u0926\u0947 \u0915\u094B \u0905\u0928\u0941\u0915\u0942\u0932\u093F\u0924 \u0915\u093F\u092F\u093E \u0939\u0948 \u091C\u0939\u093E\u0902 \u0915\u0941\u091B \u091F\u094D\u0930\u093F\u0917\u0930 \u0935\u0930\u094D\u0923 \u091A\u0940\u0928\u0940 \u0907\u0928\u092A\u0941\u091F \u092A\u0926\u094D\u0927\u0924\u093F \u0915\u0947 \u0924\u0939\u0924 \u091A\u0940\u0928\u0940 \u0935\u093F\u0930\u093E\u092E \u091A\u093F\u0939\u094D\u0928\u094B\u0902 \u092E\u0947\u0902 \u092C\u0926\u0932 \u091C\u093E\u090F\u0902\u0917\u0947\u0964 \u0909\u0926\u093E\u0939\u0930\u0923 \u0915\u0947 \u0932\u093F\u090F, \u0938\u094B\u0917\u094C \u0907\u0928\u092A\u0941\u091F \u092A\u0926\u094D\u0927\u0924\u093F \u0915\u0947 \u0924\u0939\u0924, / \u090F\u0915 \u0935\u093F\u0930\u093E\u092E \u092E\u0947\u0902 \u092C\u0926\u0932 \u091C\u093E\u090F\u0917\u093E, \u0914\u0930 \u0907\u092E\u0930\u094D\u0938\u093F\u0935 \u0905\u0928\u0941\u0935\u093E\u0926 \u0938\u0902\u092C\u0902\u0927\u093F\u0924 \u0938\u092D\u0940 \u091A\u0940\u0928\u0940 \u092A\u094D\u0930\u0924\u0940\u0915\u094B\u0902 \u0915\u093E \u0938\u092E\u0930\u094D\u0925\u0928 \u0915\u0930\u0924\u093E \u0939\u0948 \u091F\u094D\u0930\u093F\u0917\u0930 \u0935\u0930\u094D\u0923\u0964 , \u092F\u093E\u0928\u0940, //,, \u0914\u0930 \u0938\u092D\u0940 \u0915\u094B \u091F\u094D\u0930\u093F\u0917\u0930 \u0935\u0930\u094D\u0923 \u0915\u0947 \u0930\u0942\u092A \u092E\u0947\u0902 \u092A\u0939\u091A\u093E\u0928\u093E \u091C\u093E\u090F\u0917\u093E\u0964

\u0938\u093E\u0925 \u0939\u0940, \u0939\u092E \u0915\u092E\u093E\u0902\u0921 \u0915\u0947 \u0930\u0942\u092A \u092E\u0947\u0902 \u092D\u093E\u0937\u093E \u0915\u094B\u0921 \u0915\u0947 \u091A\u0940\u0928\u0940 \u0909\u092A\u0928\u093E\u092E\u094B\u0902 \u0915\u093E \u092D\u0940 \u0938\u092E\u0930\u094D\u0925\u0928 \u0915\u0930\u0924\u0947 \u0939\u0948\u0902\u0964 \u0909\u0926\u093E\u0939\u0930\u0923 \u0915\u0947 \u0932\u093F\u090F, /\u091C\u093E\u092A\u093E\u0928\u0940 \u0939\u0948\u0932\u094B \u0935\u0930\u094D\u0932\u094D\u0921 \u0915\u093E \u091C\u093E\u092A\u093E\u0928\u0940 \u092E\u0947\u0902 \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u093F\u092F\u093E \u091C\u093E\u090F\u0917\u093E\u0964 <1> \u0938\u092D\u0940 \u0938\u092E\u0930\u094D\u0925\u093F\u0924 \u092D\u093E\u0937\u093E \u0915\u094B\u0921 \u0926\u0947\u0916\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u092F\u0939\u093E\u0902 \u0915\u094D\u0932\u093F\u0915 \u0915\u0930\u0947\u0902\u0964 .",reloadCurrentPage:"\u0915\u0943\u092A\u092F\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0936\u0941\u0930\u0942 \u0915\u0930\u0928\u0947 \u0938\u0947 \u092A\u0939\u0932\u0947 \u0935\u0930\u094D\u0924\u092E\u093E\u0928 \u092A\u0943\u0937\u094D\u0920 \u0915\u094B \u0924\u093E\u091C\u093C\u093E \u0915\u0930\u0947\u0902",noLocalFilePermissionForPDF:"\u0935\u0930\u094D\u0924\u092E\u093E\u0928 \u092E\u0947\u0902 \u0939\u092E\u093E\u0930\u0947 \u092A\u093E\u0938 \u0938\u094D\u0925\u093E\u0928\u0940\u092F \u092B\u093C\u093E\u0907\u0932\u0947\u0902 \u092A\u0922\u093C\u0928\u0947 \u0915\u0940 \u0905\u0928\u0941\u092E\u0924\u093F \u0928\u0939\u0940\u0902 \u0939\u0948\u0964 \u0915\u0943\u092A\u092F\u093E \u090A\u092A\u0930 \u0926\u093F\u090F \u0917\u090F \u092C\u091F\u0928 \u092A\u0930 \u0915\u094D\u0932\u093F\u0915 \u0915\u0930\u0947\u0902 \u0914\u0930 \u0938\u094D\u0925\u093E\u0928\u0940\u092F \u092B\u093C\u093E\u0907\u0932\u0947\u0902 \u0906\u092F\u093E\u0924 \u0915\u0930\u0947\u0902\u0964",noPermissionForThisPage:"\u26A0\uFE0F \u0935\u0930\u094D\u0924\u092E\u093E\u0928 \u092A\u0943\u0937\u094D\u0920 \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0928\u0947 \u0915\u0940 \u0905\u0928\u0941\u092E\u0924\u093F \u0928\u0939\u0940\u0902",retryAllParagraphs:"\u0938\u092D\u0940 \u0924\u094D\u0930\u0941\u091F\u093F \u092A\u0948\u0930\u093E\u0917\u094D\u0930\u093E\u092B \u092A\u0941\u0928\u0903 \u092A\u094D\u0930\u092F\u093E\u0938 \u0915\u0930\u0947\u0902",retryAllButton:"\u0938\u092D\u0940 \u0924\u094D\u0930\u0941\u091F\u093F \u092A\u0948\u0930\u093E\u0917\u094D\u0930\u093E\u092B \u092A\u0941\u0928\u0903 \u092A\u094D\u0930\u092F\u093E\u0938 \u0915\u0930\u0947\u0902",errorTooltipTitle:"\u0924\u094D\u0930\u0941\u091F\u093F \u0915\u093E \u0915\u093E\u0930\u0923 \u0926\u0947\u0916\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u0915\u094D\u0932\u093F\u0915 \u0915\u0930\u0947\u0902",errorModalTitle:"\u0910\u0938\u093E \u0932\u0917\u0924\u093E \u0939\u0948 \u0915\u093F \u0905\u0928\u0941\u0935\u093E\u0926 \u0938\u0947\u0935\u093E \u092F\u093E \u0928\u0947\u091F\u0935\u0930\u094D\u0915 \u092E\u0947\u0902 \u0915\u0941\u091B \u0917\u0921\u093C\u092C\u0921\u093C \u0939\u0948...",disableConfirm:"\u0926\u094D\u0935\u093F\u092D\u093E\u0937\u0940 \u0938\u0942\u091A\u0928\u093E \u0938\u0902\u0935\u0930\u094D\u0926\u094D\u0927\u0928 \u0938\u0947\u091F\u093F\u0902\u0917\u094D\u0938",disableOnce:"\u0907\u0938 \u092C\u093E\u0930 \u0905\u0915\u094D\u0937\u092E",disableGlobal:"\u0938\u094D\u0925\u093E\u092F\u0940 \u0930\u0942\u092A \u0938\u0947 \u0905\u0915\u094D\u0937\u092E",disableTint:"* \u0906\u092A \u0907\u0938\u0947 {option} \u092E\u0947\u0902 \u092A\u0941\u0928\u0903 \u0938\u0915\u094D\u0937\u092E \u0915\u0930 \u0938\u0915\u0924\u0947 \u0939\u0948\u0902\u0964",searchEnhancementNotes:"\u0939\u092E\u0928\u0947 \u092A\u093E\u092F\u093E \u0915\u093F \u091A\u0940\u0928\u0940 \u0915\u0940\u0935\u0930\u094D\u0921 \u0914\u0930 \u0905\u0902\u0917\u094D\u0930\u0947\u091C\u0940 \u0915\u0940\u0935\u0930\u094D\u0921 \u0915\u0947 \u0932\u093F\u090F \u0938\u092E\u093E\u091A\u093E\u0930 \u092A\u0930\u093F\u0923\u093E\u092E \u092C\u0939\u0941\u0924 \u0905\u0932\u0917 \u0939\u0948\u0902\u0964 \u0907\u092E\u0930\u094D\u0938\u093F\u0935 \u091F\u094D\u0930\u093E\u0902\u0938\u0932\u0947\u0936\u0928 \u0926\u094D\u0935\u093F\u092D\u093E\u0937\u0940 \u0938\u0942\u091A\u0928\u093E \u0938\u0902\u0935\u0930\u094D\u0926\u094D\u0927\u0928 \u092B\u093C\u0902\u0915\u094D\u0936\u0928 \u0915\u094B \u0938\u0915\u094D\u0937\u092E \u0915\u0930\u0928\u0947 \u0915\u0947 \u092C\u093E\u0926, \u0939\u092E \u0938\u092E\u0930\u094D\u0925\u093F\u0924 \u0935\u0947\u092C\u0938\u093E\u0907\u091F\u094B\u0902 (Google \u0938\u092E\u093E\u091A\u093E\u0930, Google \u0916\u094B\u091C (\u0915\u0941\u091B \u0915\u0940\u0935\u0930\u094D\u0921), \u0938\u094D\u0928\u094B\u092C\u0949\u0932, \u0913\u0930\u093F\u090F\u0902\u091F\u0932 \u092B\u0949\u0930\u094D\u091A\u094D\u092F\u0942\u0928 \u0928\u0947\u091F\u0935\u0930\u094D\u0915, \u092B\u093C\u0941\u091F\u0942) \u092A\u0930 \u0916\u094B\u091C \u0915\u0930\u0947\u0902\u0917\u0947 , \u091F\u093E\u0907\u0917\u0930) \u0938\u094D\u0935\u091A\u093E\u0932\u093F\u0924 \u0930\u0942\u092A \u0938\u0947 \u0906\u092A\u0915\u0947 \u0932\u093F\u090F \u0905\u0902\u0917\u094D\u0930\u0947\u091C\u0940 \u092E\u0947\u0902 \u0938\u092E\u093E\u0928 \u0915\u0940\u0935\u0930\u094D\u0921 \u0916\u094B\u091C\u0924\u093E \u0939\u0948 \u0914\u0930 \u0909\u0928\u094D\u0939\u0947\u0902 \u0926\u093E\u0908\u0902 \u0913\u0930 \u092A\u094D\u0930\u0926\u0930\u094D\u0936\u093F\u0924 \u0915\u0930\u0924\u093E \u0939\u0948\u0964 \u092F\u0926\u093F \u0906\u092A\u0915\u094B \u0907\u0938 \u0938\u0941\u0935\u093F\u0927\u093E \u0915\u0940 \u0906\u0935\u0936\u094D\u092F\u0915\u0924\u093E \u0928\u0939\u0940\u0902 \u0939\u0948, \u0924\u094B \u0906\u092A \u0907\u0938\u0947 \u0905\u0915\u094D\u0937\u092E \u0915\u0930\u0928\u093E \u091A\u0941\u0928 \u0938\u0915\u0924\u0947 \u0939\u0948\u0902\u0964",option:"\u0938\u094D\u0925\u093E\u092A\u093F\u0924 \u0915\u0930\u0928\u093E",saveSettings:"\u0938\u0947\u091F\u093F\u0902\u0917\u094D\u0938 \u0938\u0947\u0935 \u0915\u0930\u0947\u0902",closeModal:"\u0916\u093F\u0921\u093C\u0915\u0940 \u092C\u0902\u0926 \u0915\u0930\u094B",enableInputTranslationWithoutTriggerKeyTitle:"\u0924\u094D\u0935\u0930\u093F\u0924 \u0915\u0949\u092E\u094D\u092C\u094B \u0915\u094B 3 \u0917\u0941\u0928\u093E{trailingKey}\u0938\u0915\u094D\u0937\u092E \u0915\u0930\u0947\u0902, \u0938\u0902\u092A\u0942\u0930\u094D\u0923 \u0907\u0928\u092A\u0941\u091F \u092C\u0949\u0915\u094D\u0938 \u0915\u094B \u0938\u0940\u0927\u0947{inputTargetLanguage}\u092E\u0947\u0902 \u0905\u0928\u0941\u0935\u093E\u0926\u093F\u0924 \u0915\u0930\u0947\u0902",enableInputTranslationWithoutTriggerKeyDescription:"\u092F\u0926\u093F \u0906\u092A\u0915\u094B \u0932\u0915\u094D\u0937\u094D\u092F \u092D\u093E\u0937\u093E \u0928\u093F\u0930\u094D\u0926\u093F\u0937\u094D\u091F \u0915\u0930\u0928\u0947 \u0915\u0940 \u0906\u0935\u0936\u094D\u092F\u0915\u0924\u093E \u0939\u0948, \u0924\u094B \u0915\u0943\u092A\u092F\u093E \u0938\u093E\u092E\u0928\u0947 \u092D\u093E\u0937\u093E \u0915\u094B\u0921 \u091C\u094B\u0921\u093C\u0947\u0902, \u091C\u0948\u0938\u0947\uFF1Aja \u0939\u0947\u0932\u094B \u0935\u0930\u094D\u0932\u094D\u0921",mouseHoverShortcutPlaceholder:"\u091C\u0948\u0938\u0947\uFF1A\u0936\u093F\u092B\u094D\u091F",deepLProName:"\u0907\u092E\u0930\u094D\u0938\u093F\u0935 \u091F\u094D\u0930\u093E\u0902\u0938\u0932\u0947\u0936\u0928 \u092A\u094D\u0930\u094B \u0938\u0926\u0938\u094D\u092F (\u0905\u0928\u0941\u0936\u0902\u0938\u093F\u0924)",deepLProDescription:"\u0935\u0930\u094D\u0924\u092E\u093E\u0928 \u092A\u0948\u0915\u0947\u091C \u0915\u093E \u0938\u0940\u0927\u0947 \u0909\u092A\u092F\u094B\u0917 \u0915\u093F\u092F\u093E \u091C\u093E \u0938\u0915\u0924\u093E \u0939\u0948",deeplProDescriptionForNormal:"\u0915\u093F\u0938\u0940 \u0938\u0947\u091F\u093F\u0902\u0917 \u0915\u0940 \u0906\u0935\u0936\u094D\u092F\u0915\u0924\u093E \u0928\u0939\u0940\u0902 \u0939\u0948\u0964 \u0906\u092A \u0938\u0926\u0938\u094D\u092F \u0915\u0947 \u0930\u0942\u092A \u092E\u0947\u0902 \u0932\u0949\u0917 \u0907\u0928 \u0915\u0930\u0928\u0947 \u0915\u0947 \u092C\u093E\u0926 \u0907\u0938\u0915\u093E \u0909\u092A\u092F\u094B\u0917 \u0915\u0930 \u0938\u0915\u0924\u0947 \u0939\u0948\u0902\u0964 <1> \u0938\u0926\u0938\u094D\u092F \u092E\u0947\u0902 \u0905\u092A\u0917\u094D\u0930\u0947\u0921 \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u092F\u0939\u093E\u0902 \u0915\u094D\u0932\u093F\u0915 \u0915\u0930\u0947\u0902\u0964",deepLCustomDescription:"\u0906\u092A\u0915\u094B \u090F\u0915 \u0935\u093F\u0926\u0947\u0936\u0940 \u0915\u094D\u0930\u0947\u0921\u093F\u091F \u0915\u093E\u0930\u094D\u0921 \u0915\u0940 \u0906\u0935\u0936\u094D\u092F\u0915\u0924\u093E \u0939\u0948, <1>\u0921\u0940\u092A\u090F\u0932 \u092A\u0930 \u091C\u093E\u090F\u0902 \u0906\u0927\u093F\u0915\u093E\u0930\u093F\u0915 \u0924\u094C\u0930 \u092A\u0930 \u0916\u094B\u0932\u093E \u0917\u092F\u093E, <2> \u0926\u0938\u094D\u0924\u093E\u0935\u0947\u091C\u093C \u0926\u0947\u0916\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u0915\u094D\u0932\u093F\u0915 \u0915\u0930\u0947\u0902",deepLCustomName:"\u0915\u0938\u094D\u091F\u092E \u092A\u094D\u0930\u093E\u092E\u093E\u0923\u093F\u0915 \u0915\u0941\u0902\u091C\u0940",chooseProviderLabel:"\u090F\u0915 \u0938\u0947\u0935\u093E \u092A\u094D\u0930\u0926\u093E\u0924\u093E \u091A\u0941\u0928\u0947\u0902",openaiProName:"\u0907\u092E\u0930\u094D\u0938\u093F\u0935 \u091F\u094D\u0930\u093E\u0902\u0938\u0932\u0947\u0936\u0928 \u092A\u094D\u0930\u094B \u0938\u0926\u0938\u094D\u092F (\u0905\u0928\u0941\u0936\u0902\u0938\u093F\u0924)",openaiProDescription:"\u0935\u0930\u094D\u0924\u092E\u093E\u0928 \u092A\u0948\u0915\u0947\u091C \u0915\u093E \u0938\u0940\u0927\u0947 \u0909\u092A\u092F\u094B\u0917 \u0915\u093F\u092F\u093E \u091C\u093E \u0938\u0915\u0924\u093E \u0939\u0948",openaiProDescriptionForNormal:"\u0915\u093F\u0938\u0940 \u0938\u0947\u091F\u093F\u0902\u0917 \u0915\u0940 \u0906\u0935\u0936\u094D\u092F\u0915\u0924\u093E \u0928\u0939\u0940\u0902 \u0939\u0948\u0964 \u0906\u092A \u0938\u0926\u0938\u094D\u092F \u0915\u0947 \u0930\u0942\u092A \u092E\u0947\u0902 \u0932\u0949\u0917 \u0907\u0928 \u0915\u0930\u0928\u0947 \u0915\u0947 \u092C\u093E\u0926 \u0907\u0938\u0915\u093E \u0909\u092A\u092F\u094B\u0917 \u0915\u0930 \u0938\u0915\u0924\u0947 \u0939\u0948\u0902\u0964 <1> \u0938\u0926\u0938\u094D\u092F \u092E\u0947\u0902 \u0905\u092A\u0917\u094D\u0930\u0947\u0921 \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u092F\u0939\u093E\u0902 \u0915\u094D\u0932\u093F\u0915 \u0915\u0930\u0947\u0902\u0964",openaiCustomDescription:"\u0907\u0938\u0947 OpenAI, Azure OpenAI, \u092F\u093E \u0905\u0928\u094D\u092F \u0924\u0943\u0924\u0940\u092F-\u092A\u0915\u094D\u0937 \u0938\u0947\u0935\u093E\u0913\u0902 \u0938\u0947 \u092A\u094D\u0930\u093E\u092A\u094D\u0924 \u0915\u093F\u092F\u093E \u091C\u093E \u0938\u0915\u0924\u093E \u0939\u0948\u0964 <1> \u0926\u0938\u094D\u0924\u093E\u0935\u0947\u091C\u093C \u0926\u0947\u0916\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u092F\u0939\u093E\u0902 \u0915\u094D\u0932\u093F\u0915 \u0915\u0930\u0947\u0902\u0964",openaiCustomName:"\u0915\u0938\u094D\u091F\u092E \u090F\u092A\u0940\u0906\u0908 \u0915\u0941\u0902\u091C\u0940",needLoginAction:"(\u0938\u0926\u0938\u094D\u092F\u0924\u093E \u0926\u0930\u094D\u091C \u0915\u0930\u0947\u0902 \u092F\u093E \u0905\u0928\u0941\u0915\u0942\u0932\u093F\u0924 \u0915\u0930\u0947\u0902)",goLoginOrAction:"(\u0938\u0926\u0938\u094D\u092F\u0924\u093E \u0926\u0930\u094D\u091C \u0915\u0930\u0947\u0902 \u092F\u093E \u0938\u0947\u091F\u093F\u0902\u0917\u094D\u0938 \u092A\u0930 \u091C\u093E\u090F\u0902)",yearly:"\u0938\u0924\u0924 \u0935\u093E\u0930\u094D\u0937\u093F\u0915 \u0938\u0926\u0938\u094D\u092F\u0924\u093E",quarterly:"\u0932\u0917\u093E\u0924\u093E\u0930 \u090B\u0924\u0941\u090F\u0901",monthly:"\u0928\u093F\u0930\u0902\u0924\u0930 \u092E\u093E\u0938\u093F\u0915 \u0938\u0926\u0938\u094D\u092F\u0924\u093E",yearlyForOnce:"\u090F\u0915\u092E\u0941\u0936\u094D\u0924 \u0935\u093E\u0930\u094D\u0937\u093F\u0915 \u092A\u0948\u0915\u0947\u091C",monthlyForOnce:"\u090F\u0915\u092E\u0941\u0936\u094D\u0924 \u092E\u093E\u0938\u093F\u0915 \u092A\u0948\u0915\u0947\u091C",daily:"\u0932\u0917\u093E\u0924\u093E\u0930 \u0926\u094B \u0926\u093F\u0928",year:"\u0938\u0924\u0924 \u0935\u093E\u0930\u094D\u0937\u093F\u0915 \u0938\u0926\u0938\u094D\u092F\u0924\u093E",quarter:"\u0932\u0917\u093E\u0924\u093E\u0930 \u090B\u0924\u0941\u090F\u0901",month:"\u0928\u093F\u0930\u0902\u0924\u0930 \u092E\u093E\u0938\u093F\u0915 \u0938\u0926\u0938\u094D\u092F\u0924\u093E",day:"\u0932\u0917\u093E\u0924\u093E\u0930 \u0926\u094B \u0926\u093F\u0928",onetime_7day:"7 \u0926\u093F\u0928 \u0915\u093E \u091F\u094D\u0930\u093E\u092F\u0932 \u092A\u0948\u0915\u0947\u091C",currentPlanDescriptionForFree:"\u0935\u0930\u094D\u0924\u092E\u093E\u0928 \u092A\u0948\u0915\u0947\u091C\uFF1A\u0928\u093F\u0903\u0936\u0941\u0932\u094D\u0915 \u0939\u0948",currentPlanDescriptionForContinuous:"\u0935\u0930\u094D\u0924\u092E\u093E\u0928 \u092A\u0948\u0915\u0947\u091C\uFF1A{plan}\u0939\u0948 \u0914\u0930 {endAt} \u0915\u094B \u0938\u094D\u0935\u091A\u093E\u0932\u093F\u0924 \u0930\u0942\u092A \u0938\u0947 \u0928\u0935\u0940\u0928\u0940\u0915\u0943\u0924 \u0939\u094B \u091C\u093E\u090F\u0917\u093E",currentPlanDescriptionForAutoRenewCaceling:"\u0935\u0930\u094D\u0924\u092E\u093E\u0928 \u092A\u0948\u0915\u0947\u091C\uFF1A{plan}\u0939\u0948 \u0914\u0930 {endAt} \u0915\u094B \u0938\u092E\u093E\u092A\u094D\u0924 \u0939\u094B \u091C\u093E\u090F\u0917\u093E\u0964 \u0938\u092E\u093E\u092A\u094D\u0924\u093F \u0915\u0947 \u092C\u093E\u0926 \u0907\u0938\u0947 \u0938\u094D\u0935\u091A\u093E\u0932\u093F\u0924 \u0930\u0942\u092A \u0938\u0947 \u0928\u0935\u0940\u0928\u0940\u0915\u0943\u0924 \u0928\u0939\u0940\u0902 \u0915\u093F\u092F\u093E \u091C\u093E\u090F\u0917\u093E\u0964",currentYearlyPlanDescriptionForAutoRenewCacelingWithRealPaiedUser:"\u0935\u0930\u094D\u0924\u092E\u093E\u0928 \u092A\u0948\u0915\u0947\u091C\uFF1A{plan} {endAt} \u0915\u094B \u0938\u092E\u093E\u092A\u094D\u0924 \u0939\u094B \u091C\u093E\u090F\u0917\u093E \u0914\u0930 \u0938\u092E\u093E\u092A\u094D\u0924\u093F \u0915\u0947 \u092C\u093E\u0926 \u0938\u094D\u0935\u091A\u093E\u0932\u093F\u0924 \u0930\u0942\u092A \u0938\u0947 \u0928\u0935\u0940\u0928\u0940\u0915\u0943\u0924 \u0928\u0939\u0940\u0902 \u0915\u093F\u092F\u093E \u091C\u093E\u090F\u0917\u093E\u0964
<1>\u0928\u0935\u0940\u0915\u0930\u0923 \u092F\u094B\u091C\u0928\u093E\u0913\u0902 \u0915\u094B \u092A\u094D\u0930\u092C\u0902\u0927\u093F\u0924 \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u092F\u0939\u093E\u0902 \u0915\u094D\u0932\u093F\u0915 \u0915\u0930\u0947\u0902",currentYearlyPlanDescriptionForAutoRenewCacelingWithAdmin:"\u0935\u0930\u094D\u0924\u092E\u093E\u0928 \u092A\u0948\u0915\u0947\u091C\uFF1A{plan} {endAt} \u0915\u094B \u0938\u092E\u093E\u092A\u094D\u0924 \u0939\u094B \u091C\u093E\u090F\u0917\u093E \u0914\u0930 \u0938\u092E\u093E\u092A\u094D\u0924\u093F \u0915\u0947 \u092C\u093E\u0926 \u0938\u094D\u0935\u091A\u093E\u0932\u093F\u0924 \u0930\u0942\u092A \u0938\u0947 \u0928\u0935\u0940\u0928\u0940\u0915\u0943\u0924 \u0928\u0939\u0940\u0902 \u0915\u093F\u092F\u093E \u091C\u093E\u090F\u0917\u093E\u0964
<1>\u0928\u093F\u0930\u0902\u0924\u0930 \u0935\u093E\u0930\u094D\u0937\u093F\u0915 \u0938\u0926\u0938\u094D\u092F\u0924\u093E \u0938\u0915\u094D\u0930\u093F\u092F \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u092F\u0939\u093E\u0902 \u0915\u094D\u0932\u093F\u0915 \u0915\u0930\u0947\u0902",currentPlanDescriptionForOneTime:"\u0935\u0930\u094D\u0924\u092E\u093E\u0928 \u092A\u0948\u0915\u0947\u091C\uFF1A{plan}\u0939\u0948 \u0914\u0930 {endAt} \u0915\u094B \u0938\u092E\u093E\u092A\u094D\u0924 \u0939\u094B \u091C\u093E\u090F\u0917\u093E\u0964 <1> \u0935\u093E\u0930\u094D\u0937\u093F\u0915 \u0936\u0941\u0932\u094D\u0915 \u092E\u0947\u0902 \u0905\u092A\u0917\u094D\u0930\u0947\u0921 \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u092F\u0939\u093E\u0902 \u0915\u094D\u0932\u093F\u0915 \u0915\u0930\u0947\u0902 \u092F\u093E <2> \u092E\u093E\u0938\u093F\u0915 \u0936\u0941\u0932\u094D\u0915 \u0938\u0926\u0938\u094D\u092F",upgradePlan:"\u092A\u094D\u0930\u094B \u0938\u0926\u0938\u094D\u092F\u0924\u093E \u092E\u0947\u0902 \u0905\u092A\u0917\u094D\u0930\u0947\u0921 \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u092F\u0939\u093E\u0902 \u0915\u094D\u0932\u093F\u0915 \u0915\u0930\u0947\u0902",upgradeToPro:"\u092A\u094D\u0930\u094B \u0938\u0926\u0938\u094D\u092F\u0924\u093E \u092E\u0947\u0902 \u0905\u092A\u0917\u094D\u0930\u0947\u0921 \u0915\u0930\u0947\u0902","popup.openPro":"\u092A\u094D\u0930\u094B \u0938\u0926\u0938\u094D\u092F\u0924\u093E \u092E\u0947\u0902 \u0905\u092A\u0917\u094D\u0930\u0947\u0921 \u0915\u0930\u0928\u0947 \u0915\u0947 \u092C\u093E\u0926, \u0906\u092A \u0921\u0940\u092A\u090F\u0932 \u0914\u0930 \u0913\u092A\u0928\u090F\u0906\u0908 \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u093E \u0906\u0928\u0902\u0926 \u0932\u0947 \u0938\u0915\u0924\u0947 \u0939\u0948\u0902, \u0905\u092A\u0917\u094D\u0930\u0947\u0921 \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u092F\u0939\u093E\u0902 \u0915\u094D\u0932\u093F\u0915 \u0915\u0930\u0947\u0902","popup.openProForPro":"\u0906\u092A \u090F\u0915 \u092A\u094D\u0930\u094B \u0938\u0926\u0938\u094D\u092F \u0939\u0948\u0902 \u0914\u0930 \u0938\u0940\u0927\u0947 \u0921\u0940\u092A\u090F\u0932 \u0914\u0930 \u0913\u092A\u0928\u090F\u0906\u0908 \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u093E \u0909\u092A\u092F\u094B\u0917 \u0915\u0930 \u0938\u0915\u0924\u0947 \u0939\u0948\u0902",currentAccount:"\u091A\u093E\u0932\u0942 \u0916\u093E\u0924\u093E",enableAutoSyncUserSettings:"\u090F\u0915\u093E\u0927\u093F\u0915 \u0921\u093F\u0935\u093E\u0907\u0938\u094B\u0902 \u092A\u0930 \u0938\u094D\u0935\u091A\u093E\u0932\u093F\u0924 \u0915\u094D\u0932\u093E\u0909\u0921 \u0938\u093F\u0902\u0915 \u0938\u0915\u094D\u0937\u092E \u0915\u0930\u0947\u0902",modalEnableInputTranslationTitle:"\u0907\u092E\u0930\u094D\u0938\u093F\u0935 \u091F\u094D\u0930\u093E\u0902\u0938\u0932\u0947\u0936\u0928 \u0907\u0928\u092A\u0941\u091F \u092C\u0949\u0915\u094D\u0938 \u091F\u094D\u0930\u093E\u0902\u0938\u0932\u0947\u0936\u0928 \u092F\u0941\u0915\u094D\u0924\u093F\u092F\u093E\u0901",modalEnableInputTranslationDesc:"\u0906\u092A\u0928\u0947 \u0938\u094D\u092A\u0947\u0938 \u092C\u093E\u0930 \u0915\u094B \u0932\u0917\u093E\u0924\u093E\u0930 \u0924\u0940\u0928 \u092C\u093E\u0930 \u0926\u092C\u093E\u0915\u0930 \u0907\u092E\u0930\u094D\u0938\u093F\u0935 \u091F\u094D\u0930\u093E\u0902\u0938\u0932\u0947\u0936\u0928 \u0915\u0947 \u0907\u0928\u092A\u0941\u091F \u092C\u0949\u0915\u094D\u0938 \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u094B \u091F\u094D\u0930\u093F\u0917\u0930 \u0915\u093F\u092F\u093E \u0939\u0948, \u0914\u0930 \u0907\u0928\u092A\u0941\u091F \u092C\u0949\u0915\u094D\u0938 \u0915\u0940 \u0938\u093E\u092E\u0917\u094D\u0930\u0940 \u0915\u094B \u0921\u093F\u092B\u093C\u0949\u0932\u094D\u091F \u0932\u0915\u094D\u0937\u094D\u092F \u092D\u093E\u0937\u093E \u092E\u0947\u0902 \u0905\u0928\u0941\u0935\u093E\u0926\u093F\u0924 \u0915\u093F\u092F\u093E \u091C\u093E\u090F\u0917\u093E\u0964 \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u094B Ctrl+Z \u0915\u0947 \u092E\u093E\u0927\u094D\u092F\u092E \u0938\u0947 \u092A\u0942\u0930\u094D\u0935\u0935\u0924 \u0915\u093F\u092F\u093E \u091C\u093E \u0938\u0915\u0924\u093E \u0939\u0948\u0964

\u092F\u0926\u093F \u092F\u0939 \u090F\u0915 \u0917\u0932\u0924\u0940 \u0939\u0948, \u0924\u094B \u091A\u093F\u0902\u0924\u093E \u0928 \u0915\u0930\u0947\u0902, \u0906\u092A \u0907\u0938 \u092C\u093E\u0930 \u0907\u0938\u0947 \u0905\u0915\u094D\u0937\u092E \u0915\u0930\u0928\u093E \u091A\u0941\u0928 \u0938\u0915\u0924\u0947 \u0939\u0948\u0902, \u092F\u093E \u0907\u0928\u092A\u0941\u091F \u092C\u0949\u0915\u094D\u0938 \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u094B \u0938\u094D\u0925\u093E\u092F\u0940 \u0930\u0942\u092A \u0938\u0947 \u0905\u0915\u094D\u0937\u092E \u0915\u0930 \u0938\u0915\u0924\u0947 \u0939\u0948\u0902\u0964",saveAndNotShowAgain:"\u0938\u0939\u0947\u091C\u0947\u0902 \u0914\u0930 \u0926\u094B\u092C\u093E\u0930\u093E \u0938\u0902\u0915\u0947\u0924 \u0928 \u0926\u0947\u0902",disableInputTranslationTips:"* \u0906\u092A {option} ,{learnMore}\u092E\u0947\u0902 \u091F\u094D\u0930\u093F\u0917\u0930 \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u0905\u0928\u094D\u092F \u0936\u0949\u0930\u094D\u091F\u0915\u091F \u0915\u0941\u0902\u091C\u093F\u092F\u093E\u0901 \u092D\u0940 \u0938\u0947\u091F \u0915\u0930 \u0938\u0915\u0924\u0947 \u0939\u0948\u0902\u0964",learnMore:"\u0914\u0930 \u091C\u093E\u0928\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u092F\u0939\u093E\u0902 \u0915\u094D\u0932\u093F\u0915 \u0915\u0930\u0947\u0902",continueEnalbeInputTranslation:"\u0907\u0928\u092A\u0941\u091F \u092C\u0949\u0915\u094D\u0938 \u0905\u0928\u0941\u0935\u093E\u0926 \u0938\u0915\u094D\u0937\u092E \u0915\u0930\u0928\u093E \u091C\u093E\u0930\u0940 \u0930\u0916\u0947\u0902",autoRenewTrialSuffix:'(\u092A\u0930\u0940\u0915\u094D\u0937\u0923 \u0915\u0947 \u0926\u094C\u0930\u093E\u0928,\u0924\u0941\u0930\u0902\u0924 \u0914\u092A\u091A\u093E\u0930\u093F\u0915\u092E\u0947\u0902 \u0905\u092A\u0917\u094D\u0930\u0947\u0921 \u0915\u0930 \u0926\u093F\u092F\u093E \u091C\u093E\u090F\u0917\u093E)',upgradeFromTrialTitle:"\u0906\u0927\u093F\u0915\u093E\u0930\u093F\u0915 \u0938\u0926\u0938\u094D\u092F \u0915\u0947 \u0930\u0942\u092A \u092E\u0947\u0902 \u0905\u092A\u0917\u094D\u0930\u0947\u0921 \u0915\u0930\u0947\u0902",subtitle:"\u0935\u0940\u0921\u093F\u092F\u094B \u0909\u092A\u0936\u0940\u0930\u094D\u0937\u0915",youtubeService:"\u0907\u092E\u0930\u094D\u0938\u093F\u0935 \u0905\u0928\u0941\u0935\u093E\u0926 \u0935\u0940\u0921\u093F\u092F\u094B \u0909\u092A\u0936\u0940\u0930\u094D\u0937\u0915 \u0905\u0928\u0941\u0935\u093E\u0926 \u0938\u0947\u0935\u093E","subtitle.disabledSubtitle":"\u0935\u0940\u0921\u093F\u092F\u094B \u0909\u092A\u0936\u0940\u0930\u094D\u0937\u0915 \u0915\u094B \u0938\u094D\u0925\u093E\u092F\u0940 \u0930\u0942\u092A \u0938\u0947 \u0905\u0915\u094D\u0937\u092E \u0915\u0930\u0947\u0902","subtitle.disabledSubtitleDescription":"\u092F\u0926\u093F \u0907\u092E\u0930\u094D\u0938\u093F\u0935 \u091F\u094D\u0930\u093E\u0902\u0938\u0932\u0947\u0936\u0928 \u0915\u0947 \u0935\u0940\u0921\u093F\u092F\u094B \u0909\u092A\u0936\u0940\u0930\u094D\u0937\u0915 \u0905\u0928\u094D\u092F \u090F\u0915\u094D\u0938\u091F\u0947\u0902\u0936\u0928 \u0915\u0947 \u0938\u093E\u0925 \u0938\u0902\u0918\u0930\u094D\u0937 \u0915\u0930\u0924\u0947 \u0939\u0948\u0902, \u0924\u094B \u0906\u092A \u0907\u092E\u0930\u094D\u0938\u093F\u0935 \u091F\u094D\u0930\u093E\u0902\u0938\u0932\u0947\u0936\u0928 \u0915\u0947 \u0935\u0940\u0921\u093F\u092F\u094B \u0909\u092A\u0936\u0940\u0930\u094D\u0937\u0915 \u092B\u093C\u0902\u0915\u094D\u0936\u0928 \u0915\u094B \u0938\u094D\u0925\u093E\u092F\u0940 \u0930\u0942\u092A \u0938\u0947 \u0905\u0915\u094D\u0937\u092E \u0915\u0930\u0928\u093E \u092F\u093E \u0905\u0928\u094D\u092F \u0935\u093F\u0930\u094B\u0927\u093E\u092D\u093E\u0938\u0940 \u090F\u0915\u094D\u0938\u091F\u0947\u0902\u0936\u0928 \u0915\u094B \u0905\u0928\u0907\u0902\u0938\u094D\u091F\u0949\u0932 \u0915\u0930\u0928\u093E \u091A\u0941\u0928 \u0938\u0915\u0924\u0947 \u0939\u0948\u0902\u0964","subtitle.autoEnableSubtitle":"\u0938\u094D\u0935\u091A\u093E\u0932\u093F\u0924 \u0930\u0942\u092A \u0938\u0947 \u0926\u094D\u0935\u093F\u092D\u093E\u0937\u0940 \u0909\u092A\u0936\u0940\u0930\u094D\u0937\u0915 \u0915\u093E \u0909\u092A\u092F\u094B\u0917 \u0915\u0930\u0947\u0902","subtitle.autoEnableSubtitleDescription":"\u0938\u0915\u094D\u0930\u093F\u092F \u0915\u0930\u0928\u0947 \u0915\u0947 \u092C\u093E\u0926, \u091C\u092C \u0935\u0940\u0921\u093F\u092F\u094B \u091A\u0932 \u0930\u0939\u093E \u0939\u094B\u0924\u093E \u0939\u0948, \u0924\u094B \u0938\u094D\u0935\u091A\u093E\u0932\u093F\u0924 \u0930\u0942\u092A \u0938\u0947 \u0926\u094D\u0935\u093F\u092D\u093E\u0937\u0940\u092F \u0909\u092A\u0936\u0940\u0930\u094D\u0937\u0915 \u0926\u093F\u0916\u093E\u0908 \u0926\u0947\u0902\u0917\u0947, \u0905\u0928\u094D\u092F\u0925\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u092C\u091F\u0928 \u092A\u0930 \u0915\u094D\u0932\u093F\u0915 \u0915\u0930\u0928\u0947 \u0915\u0940 \u0906\u0935\u0936\u094D\u092F\u0915\u0924\u093E \u0939\u094B\u0917\u0940\u0964","subtitle.preTranslation":"\u0909\u092A\u0936\u0940\u0930\u094D\u0937\u0915 \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u0907\u092E\u0930\u094D\u0938\u093F\u0935 \u091F\u094D\u0930\u093E\u0902\u0938\u0932\u0947\u0936\u0928 \u0915\u093E \u0909\u092A\u092F\u094B\u0917 \u0915\u0930\u0947\u0902","subtitle.preTranslationDescription":"\u0907\u0938\u0947 \u0938\u0915\u094D\u0937\u092E \u0915\u0930\u0928\u0947 \u0915\u0947 \u092C\u093E\u0926, \u0928\u0940\u091A\u0947 \u0926\u0940 \u0917\u0908 \u0928\u093F\u0930\u094D\u0926\u093F\u0937\u094D\u091F \u0905\u0928\u0941\u0935\u093E\u0926 \u0938\u0947\u0935\u093E \u0915\u093E \u0909\u092A\u092F\u094B\u0917 \u0938\u0902\u092A\u0942\u0930\u094D\u0923 \u0909\u092A\u0936\u0940\u0930\u094D\u0937\u0915 \u0915\u093E \u0905\u0917\u094D\u0930\u093F\u092E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u0915\u093F\u092F\u093E \u091C\u093E\u090F\u0917\u093E\u0964 \u090F\u0915 \u0918\u0902\u091F\u0947 \u0915\u093E \u0935\u0940\u0921\u093F\u092F\u094B \u0932\u0917\u092D\u0917 50,000 \u091F\u094B\u0915\u0928 \u092F\u093E \u0935\u0930\u094D\u0923\u094B\u0902 \u0915\u093E \u0909\u092A\u092D\u094B\u0917 \u0915\u0930\u0924\u093E \u0939\u0948, \u0907\u0938\u0932\u093F\u090F \u0915\u0943\u092A\u092F\u093E \u0907\u0938\u0947 \u0909\u092A\u092F\u0941\u0915\u094D\u0924 \u0915\u0947 \u0930\u0942\u092A \u092E\u0947\u0902 \u0909\u092A\u092F\u094B\u0917 \u0915\u0930\u0947\u0902; \u0907\u0938\u0947 \u092C\u0902\u0926 \u0915\u0930\u0928\u0947 \u0915\u0947 \u092C\u093E\u0926, \u092E\u0936\u0940\u0928 \u0938\u0947 \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u093F\u092F\u093E \u091C\u093E\u090F\u0917\u093E \u092E\u0942\u0932 \u0935\u0940\u0921\u093F\u092F\u094B \u0915\u0947 \u0938\u093E\u0925 \u0906\u0928\u0947 \u0935\u093E\u0932\u0947 \u0909\u092A\u0936\u0940\u0930\u094D\u0937\u0915 \u0915\u093E \u092A\u0939\u0932\u0947 \u0909\u092A\u092F\u094B\u0917 \u0915\u093F\u092F\u093E \u091C\u093E\u090F\u0917\u093E\u0964","subtitle.humanSubtitlesPreferred":"\u092E\u093E\u0928\u0935 \u0909\u092A\u0936\u0940\u0930\u094D\u0937\u0915 \u0915\u0947 \u0909\u092A\u092F\u094B\u0917 \u0915\u094B \u092A\u094D\u0930\u093E\u0925\u092E\u093F\u0915\u0924\u093E \u0926\u0947\u0902","subtitle.humanSubtitlesPreferredDescription":"\u091C\u092C \u0915\u093F\u0938\u0940 \u0935\u0940\u0921\u093F\u092F\u094B \u092E\u0947\u0902 \u0932\u0915\u094D\u0937\u093F\u0924 \u092D\u093E\u0937\u093E \u092E\u0947\u0902 \u092E\u0948\u0928\u094D\u092F\u0941\u0905\u0932 \u0909\u092A\u0936\u0940\u0930\u094D\u0937\u0915 \u0939\u094B\u0902, \u0924\u094B \u092A\u0939\u0932\u0947 \u092E\u0948\u0928\u094D\u092F\u0941\u0905\u0932 \u0909\u092A\u0936\u0940\u0930\u094D\u0937\u0915 \u0915\u093E \u0909\u092A\u092F\u094B\u0917 \u0915\u0930\u0947\u0902 (\u0905\u0928\u0941\u0936\u0902\u0938\u093F\u0924)",videoSubtitleTranslationDescription:"\u0935\u0940\u0921\u093F\u092F\u094B \u0909\u092A\u0936\u0940\u0930\u094D\u0937\u0915 \u0915\u0947 \u0932\u093F\u090F \u090F\u0915 \u0905\u0932\u0917 \u0905\u0928\u0941\u0935\u093E\u0926 \u0938\u0947\u0935\u093E \u0928\u093E\u092E\u093F\u0924 \u0915\u0930\u0947\u0902",subtitleTranslating:"{service} \u0938\u0947\u0935\u093E \u0915\u093E \u0909\u092A\u092F\u094B\u0917 \u0915\u0930\u0915\u0947 \u0909\u092A\u0936\u0940\u0930\u094D\u0937\u0915 \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930 \u0930\u0939\u0947 \u0939\u0948\u0902, \u0915\u0943\u092A\u092F\u093E \u092A\u094D\u0930\u0924\u0940\u0915\u094D\u0937\u093E \u0915\u0930\u0947\u0902... (\u0907\u092E\u0930\u094D\u0938\u093F\u0935 \u0905\u0928\u0941\u0935\u093E\u0926)",subtitleLoading:"\u0909\u092A\u0936\u0940\u0930\u094D\u0937\u0915 \u0932\u094B\u0921 \u0939\u094B \u0930\u0939\u093E \u0939\u0948...",bilingual:"\u0926\u094D\u0935\u093F\u092D\u093E\u0937\u093F\u0915","field.action":"Baidu \u0936\u092C\u094D\u0926\u093E\u0935\u0932\u0940 \u0915\u094B \u0938\u0915\u094D\u0937\u092E \u0915\u0930\u0928\u093E \u0939\u0948 \u092F\u093E \u0928\u0939\u0940\u0902","description.action":"\u0938\u0915\u094D\u0937\u092E \u0915\u0930\u0928\u0947 \u0915\u0947 \u092C\u093E\u0926, \u0936\u092C\u094D\u0926 \u0915\u094B \u0938\u0915\u094D\u0937\u092E \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F Baidu \u0915\u094B \u0938\u0942\u091A\u093F\u0924 \u0915\u0930\u0928\u0947 \u0915\u0947 \u0905\u0928\u0941\u0930\u094B\u0927 \u092E\u0947\u0902 \u092A\u0948\u0930\u093E\u092E\u0940\u091F\u0930 \u090F\u0915\u094D\u0936\u0928 = 1 \u091C\u094B\u0921\u093C\u093E \u091C\u093E\u090F\u0917\u093E\u0964 <1> \u0915\u0943\u092A\u092F\u093E \u0905\u0927\u093F\u0915 \u0928\u093F\u0930\u094D\u0926\u0947\u0936\u094B\u0902 \u0915\u0947 \u0932\u093F\u090F \u0906\u0927\u093F\u0915\u093E\u0930\u093F\u0915 \u0926\u0938\u094D\u0924\u093E\u0935\u0947\u091C\u093C \u0926\u0947\u0916\u0947\u0902\u0964",closeQuickTranslation:"\u0924\u0948\u0930\u0924\u0940 \u0939\u0941\u0908 \u0917\u0947\u0902\u0926 \u0915\u094B \u092C\u0902\u0926 \u0915\u0930\u0947\u0902","closeQuickTranslation.untilNext":"\u0905\u0917\u0932\u0940 \u092F\u093E\u0924\u094D\u0930\u093E \u0924\u0915 \u092C\u0902\u0926","closeQuickTranslation.currentWebsite":"\u0935\u0930\u094D\u0924\u092E\u093E\u0928 \u0935\u0947\u092C\u0938\u093E\u0907\u091F \u0905\u0915\u094D\u0937\u092E \u0939\u0948","closeQuickTranslation.alwaysClose":"\u0938\u094D\u0925\u093E\u092F\u0940 \u0930\u0942\u092A \u0938\u0947 \u0905\u0915\u094D\u0937\u092E","closeQuickTranslation.settingOpen":"(<1> \u0938\u0947\u091F\u093F\u0902\u0917 \u092A\u0947\u091C \u092A\u0930 \u092A\u093E\u092F\u093E \u091C\u093E \u0938\u0915\u0924\u093E \u0939\u0948 \u091A\u093E\u0932\u0942 \u0915\u0930\u094B)","closeQuickTranslation.cancel":"\u0930\u0926\u094D\u0926 \u0915\u0930\u0928\u093E","closeQuickTranslation.confirm":"\u091C\u093C\u0930\u0942\u0930","floatBall.popup":"\u0924\u094D\u0935\u0930\u093F\u0924 \u0938\u0947\u091F\u093F\u0902\u0917 \u092A\u0948\u0928\u0932 \u0916\u094B\u0932\u0947\u0902","floatBall.translate":"\u0907\u0938 \u092A\u0943\u0937\u094D\u0920 \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u0915\u094D\u0932\u093F\u0915 \u0915\u0930\u0947\u0902","floatBall.showOriginal":"\u092E\u0942\u0932 \u092A\u093E\u0920 \u092A\u0930 \u0935\u093E\u092A\u0938 \u091C\u093E\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u0915\u094D\u0932\u093F\u0915 \u0915\u0930\u0947\u0902","floatBall.close":"\u0924\u0948\u0930\u0924\u0940 \u0939\u0941\u0908 \u0917\u0947\u0902\u0926 \u0915\u094B \u092C\u0902\u0926 \u0915\u0930\u0947\u0902","floatBallOptions.enableDescPc":"\u092A\u0947\u091C \u092B\u093C\u094D\u0932\u094B\u091F\u093F\u0902\u0917 \u092C\u0949\u0932 \u0938\u0915\u094D\u0937\u092E \u0939\u094B\u0928\u0947 \u0915\u0947 \u092C\u093E\u0926, \u092A\u0943\u0937\u094D\u0920 \u0915\u0947 \u0926\u093E\u0908\u0902 \u0913\u0930 \u090F\u0915 \u0924\u094D\u0935\u0930\u093F\u0924 \u0905\u0928\u0941\u0935\u093E\u0926 \u092C\u091F\u0928 \u092A\u094D\u0930\u0926\u0930\u094D\u0936\u093F\u0924 \u0939\u094B\u0917\u093E\u0964 \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u0915\u094D\u0932\u093F\u0915 \u0915\u0930\u0947\u0902\u0964","floatBallOptions.enableDesc":"\u092B\u094D\u0932\u094B\u091F\u093F\u0902\u0917 \u092C\u0949\u0932 \u0915\u094B \u092C\u0902\u0926 \u0915\u0930\u0928\u0947 \u0915\u0947 \u092C\u093E\u0926 \u0907\u0938\u0947{touch}\u0938\u0947 \u091C\u0917\u093E\u092F\u093E \u091C\u093E \u0938\u0915\u0924\u093E \u0939\u0948\u0964 \u0907\u0938 \u0935\u093F\u0915\u0932\u094D\u092A \u0915\u094B \u0917\u0932\u0924\u0940 \u0938\u0947 \u092C\u0902\u0926 \u0915\u0930\u0928\u0947 \u0915\u0947 \u092C\u093E\u0926 \u092B\u094D\u0932\u094B\u091F\u093F\u0902\u0917 \u092C\u0949\u0932 \u0915\u094B \u092E\u093F\u0932\u0928\u0947 \u0938\u0947 \u0930\u094B\u0915\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F, \u0907\u0938 \u0938\u0947\u091F\u093F\u0902\u0917 \u092A\u0947\u091C \u0915\u094B \u092C\u0941\u0915\u092E\u093E\u0930\u094D\u0915 \u0915\u0930\u0928\u0947 \u0915\u0940 \u092A\u0941\u0930\u091C\u094B\u0930 \u0905\u0928\u0941\u0936\u0902\u0938\u093E \u0915\u0940 \u091C\u093E\u0924\u0940 \u0939\u0948\u0964","description.azureApiUrl":"\u0915\u0938\u094D\u091F\u092E \u090F\u092A\u0940\u0906\u0908 \u0907\u0902\u091F\u0930\u092B\u093C\u0947\u0938 \u092A\u0924\u093E \u092D\u0930\u0947\u0902",confirmSupportMouse:"\u092E\u093E\u0909\u0938 \u0938\u092E\u0930\u094D\u0925\u0928 \u0915\u094B \u0938\u0915\u094D\u0937\u092E \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u092C\u093E\u0927\u094D\u092F \u0915\u0930\u0947\u0902",confirmSupportMouseDescription:"\u092F\u0939 \u092A\u093E\u092F\u093E \u0917\u092F\u093E \u0939\u0948 \u0915\u093F \u0935\u0930\u094D\u0924\u092E\u093E\u0928 \u092C\u094D\u0930\u093E\u0909\u091C\u093C\u0930 \u092E\u093E\u0909\u0938 \u092B\u093C\u0902\u0915\u094D\u0936\u0928 \u0915\u093E \u0938\u092E\u0930\u094D\u0925\u0928 \u0928\u0939\u0940\u0902 \u0915\u0930\u0924\u093E \u0939\u0948\u0964 \u0915\u094D\u092F\u093E \u0906\u092A \u092E\u093E\u0909\u0938 \u0938\u092E\u0930\u094D\u0925\u0928 \u0915\u094B \u092C\u0932\u092A\u0942\u0930\u094D\u0935\u0915 \u0938\u0915\u094D\u0937\u092E \u0915\u0930\u0928\u093E \u091A\u093E\u0939\u0924\u0947 \u0939\u0948\u0902?",sampleTargetText:"\u0932\u092E\u094D\u092C\u0940 \u0930\u093E\u0924 \u0906\u0928\u0947 \u0935\u093E\u0932\u0940 \u0939\u0948, \u0914\u0930 \u0905\u092C \u0938\u0947 \u092E\u0948\u0902 \u092E\u0930\u0928\u0947 \u0924\u0915 \u091C\u093E\u0917\u0924\u093E \u0930\u0939\u0942\u0901\u0917\u093E\u0964 \u092E\u0948\u0902 \u0928 \u092A\u0924\u094D\u0928\u0940 \u0932\u0942\u0901\u0917\u093E, \u0928 \u091C\u093E\u0917\u0940\u0930, \u0928 \u092C\u091A\u094D\u091A\u0947\u0964 \u092E\u0948\u0902 \u0915\u094B\u0908 \u0924\u093E\u091C \u0928\u0939\u0940\u0902 \u092A\u0939\u0928\u0942\u0902\u0917\u093E \u092F\u093E \u0938\u092E\u094D\u092E\u093E\u0928 \u0915\u0947 \u0932\u093F\u090F \u092A\u094D\u0930\u0924\u093F\u0938\u094D\u092A\u0930\u094D\u0927\u093E \u0928\u0939\u0940\u0902 \u0915\u0930\u0942\u0902\u0917\u093E\u0964 \u092E\u0948\u0902 \u0905\u092A\u0928\u093E \u0915\u0930\u094D\u0924\u0935\u094D\u092F \u0928\u093F\u0937\u094D\u0920\u093E\u092A\u0942\u0930\u094D\u0935\u0915 \u0928\u093F\u092D\u093E\u090A\u0902\u0917\u093E, \u091C\u093F\u090A\u0902\u0917\u093E \u0914\u0930 \u092E\u0930\u0942\u0902\u0917\u093E\u0964",sampleSourceText:"Night gathers, and now my watch begins. It shall not end until my death. I shall take no wife, hold no lands, father no children. I shall wear no crowns and win no glory. I shall live and die at my post.","subtitle.supportedSites":"\u5DF2\u652F\u6301\u5728\u8FD9\u4E9B\u7F51\u7AD9\u4F7F\u7528\u53CC\u8BED\u5B57\u5E55\uFF08\u6CE8\u610F\uFF1A\u7531\u4E8E\u6280\u672F\u9650\u5236\uFF0C\u90E8\u5206\u7F51\u7AD9\u5728\u9996\u6B21\u5F00\u542F\u5B57\u5E55\u540E\u9700\u8981\u91CD\u65B0\u5237\u65B0\u9875\u9762\uFF0C\u6216\u8005\u9700\u7B49\u5F85\u7FFB\u8BD1\u5B8C\u6210\u4EE5\u663E\u793A\u53CC\u8BED\u5B57\u5E55\uFF09\uFF1A",viewWithImmersiveTranslate:"\u53CC\u8BED\u7248\u672C(\u6C89\u6D78\u5F0F\u7FFB\u8BD1)",errorReason:"\u9519\u8BEF\u539F\u56E0\uFF1A{message}","proQuotaExceededError.onetime7day":'\uFF0C\u60A8\u53EF\u4EE5\u9009\u62E9\u4EE5\u4E0B\u65B9\u5F0F\u89E3\u51B3\uFF1A

1. \u5207\u6362\u5230 {anotherService} \u6216\u5176\u4ED6\u7FFB\u8BD1\u670D\u52A1
2. \u5347\u7EA7\u4E3A\u6708\u5EA6/\u5E74\u5EA6\u4F1A\u5458',"proQuotaExceededError.trial":'\uFF0C\u60A8\u53EF\u4EE5\u9009\u62E9\u4EE5\u4E0B\u65B9\u5F0F\u89E3\u51B3\uFF1A

1. \u5207\u6362\u5230 {anotherService} \u6216\u5176\u4ED6\u7FFB\u8BD1\u670D\u52A1
2. \u7ACB\u523B\u5347\u7EA7\u4E3A\u6B63\u5F0F\u4F1A\u5458',"proQuotaExceededError.nonTrial":'\uFF0C\u60A8\u53EF\u4EE5\u9009\u62E9\u4EE5\u4E0B\u65B9\u5F0F\u89E3\u51B3\uFF1A

1. \u5207\u6362\u5230 {anotherService} \u6216\u5176\u4ED6\u7FFB\u8BD1\u670D\u52A1
2. \u8D2D\u4E70 {translationService} \u989D\u5916\u6D41\u91CF\u5305',"proQuotaExceededError.resetTime":"
3. \u989D\u5EA6\u91CD\u7F6E\u65F6\u95F4\uFF1A{resetTime}","desc.touchShortcutsToggleTranslatePageOnlyTranslation":"\u0915\u0947\u0935\u0932 \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u093E \u0924\u093E\u0924\u094D\u092A\u0930\u094D\u092F \u0939\u0948 \u0915\u093F \u0915\u0947\u0935\u0932 \u0905\u0928\u0941\u0935\u093E\u0926 \u092A\u094D\u0930\u0926\u0930\u094D\u0936\u093F\u0924 \u0939\u094B\u0917\u093E, \u092F\u0926\u093F \u0935\u0947\u092C\u092A\u0947\u091C \u0905\u092D\u0940 \u0924\u0915 \u0905\u0928\u0941\u0935\u093E\u0926\u093F\u0924 \u0928\u0939\u0940\u0902 \u0939\u0941\u0906 \u0939\u0948, \u0924\u094B \u092E\u094B\u0921 \u092C\u0926\u0932\u0947\u0917\u093E \u0914\u0930 \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0947\u0917\u093E\u0964","desc.toggleOnlyTransation":"\u0915\u0947\u0935\u0932 \u0905\u0928\u0941\u0935\u093E\u0926 \u092E\u094B\u0921 \u0915\u093E \u0924\u093E\u0924\u094D\u092A\u0930\u094D\u092F \u0939\u0948 \u0915\u093F \u0915\u0947\u0935\u0932 \u0905\u0928\u0941\u0935\u093E\u0926 \u092A\u094D\u0930\u0926\u0930\u094D\u0936\u093F\u0924 \u0939\u094B\u0917\u093E, \u092F\u0926\u093F \u0935\u0947\u092C\u092A\u0947\u091C \u0905\u092D\u0940 \u0924\u0915 \u0905\u0928\u0941\u0935\u093E\u0926\u093F\u0924 \u0928\u0939\u0940\u0902 \u0939\u0941\u0906 \u0939\u0948, \u0924\u094B \u092E\u094B\u0921 \u092C\u0926\u0932 \u091C\u093E\u090F\u0917\u093E \u0914\u0930 \u0905\u0928\u0941\u0935\u093E\u0926 \u0939\u094B\u0917\u093E\u0964",touchShortcutsToggleTranslatePageOnlyTranslation:"\u0938\u094D\u0915\u094D\u0930\u0940\u0928 \u091F\u091A \u091C\u0947\u0938\u094D\u091A\u0930 \u0938\u0947\u091F \u0915\u0930\u0947\u0902 \u0926\u094D\u0935\u093F\u092D\u093E\u0937\u0940 / \u0915\u0947\u0935\u0932 \u0905\u0928\u0941\u0935\u093E\u0926 \u092E\u094B\u0921 \u0915\u094B \u0938\u094D\u0935\u093F\u091A \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F",download_started:"\u0921\u093E\u0909\u0928\u0932\u094B\u0921 \u0936\u0941\u0930\u0942 \u0939\u094B \u091A\u0941\u0915\u093E \u0939\u0948, \u092F\u0926\u093F \u0938\u094D\u0935\u091A\u093E\u0932\u093F\u0924 \u0930\u0942\u092A \u0938\u0947 \u0921\u093E\u0909\u0928\u0932\u094B\u0921 \u0928\u0939\u0940\u0902 \u0939\u094B \u0930\u0939\u093E \u0939\u0948, \u0924\u094B \u0915\u0943\u092A\u092F\u093E \u092E\u0948\u0928\u094D\u092F\u0941\u0905\u0932 \u0930\u0942\u092A \u0938\u0947 \u0915\u094D\u0932\u093F\u0915 \u0915\u0930\u0947\u0902\u0964",here:"\u092F\u0939\u093E\u0901",batchEdit:"\u0925\u094B\u0915 \u0938\u0902\u091A\u093E\u0932\u0928","error.goReset":"\u0930\u0940\u0938\u0947\u091F \u0915\u0930\u0947\u0902",translationFont:"\u092B\u093C\u0949\u0928\u094D\u091F \u0938\u0947\u091F \u0915\u0930\u0947\u0902","translationFont.custom":"\u0905\u092A\u0928\u0940 \u0915\u0938\u094D\u091F\u092E \u092B\u093C\u0949\u0928\u094D\u091F \u0926\u0930\u094D\u091C \u0915\u0930\u0947\u0902","translationModeLang.translation.title":"\u0915\u0947\u0935\u0932 \u0905\u0928\u0941\u0935\u093E\u0926 \u092E\u094B\u0921 \u0915\u0940 \u092D\u093E\u0937\u093E","translationFont.customPlaceholder":"\u092B\u093C\u0949\u0928\u094D\u091F","translationServices.inherit":"\u092E\u0941\u0916\u094D\u092F \u0905\u0928\u0941\u0935\u093E\u0926 \u0938\u0947\u0935\u093E \u0915\u093E \u092A\u093E\u0932\u0928 \u0915\u0930\u0947\u0902","error.serveConfigError":"\u0938\u0947\u0935\u093E \u0938\u092E\u093E\u0915\u0943\u0924\u093F \u0924\u094D\u0930\u0941\u091F\u093F","error.configError":"\u0935\u093F\u0928\u094D\u092F\u093E\u0938 \u0921\u0947\u091F\u093E \u0905\u0938\u093E\u092E\u093E\u0928\u094D\u092F","translationModeUrl.translation.title":"\u0915\u0947\u0935\u0932 \u0905\u0928\u0941\u0935\u093E\u0926 \u092E\u094B\u0921 \u0915\u093E URL",toggleToService:"{\u0938\u0947\u0935\u093E} \u092A\u0930 \u0938\u094D\u0935\u093F\u091A \u0915\u0930\u0947\u0902 \u0914\u0930 \u092A\u0941\u0928\u0903 \u092A\u094D\u0930\u092F\u093E\u0938 \u0915\u0930\u0947\u0902",videoSubtitlePreTranslationOn:"\u0935\u0940\u0921\u093F\u092F\u094B \u0938\u092C\u091F\u093E\u092F\u091F\u0932\u094D\u0938 \u0915\u093E \u092A\u094D\u0930\u093E\u0925\u092E\u093F\u0915\u0924\u093E \u0938\u094D\u0935\u0930\u0942\u092A \u092E\u0947\u0902 \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u093E \u0909\u092A\u092F\u094B\u0917 \u0915\u0930\u0947\u0902\u0917\u0947\u0964","touch.mouse-translate":"\u0915\u0943\u092A\u092F\u093E \u0928\u093F\u0930\u094D\u0926\u093F\u0937\u094D\u091F \u092A\u0948\u0930\u093E\u0917\u094D\u0930\u093E\u092B \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0947\u0902",detectServiceLoading:"\u0909\u092A\u0932\u092C\u094D\u0927 \u0905\u0928\u0941\u0935\u093E\u0926 \u0938\u0947\u0935\u093E\u0913\u0902 \u0915\u0940 \u091C\u093E\u0902\u091A \u0915\u0930 \u0930\u0939\u093E \u0939\u0948...","error.proTokenInvalid":"\u092F\u0926\u093F \u0906\u092A \u092A\u094D\u0930\u094B \u0909\u092A\u092F\u094B\u0917\u0915\u0930\u094D\u0924\u093E \u0939\u0948\u0902, \u0924\u094B \u0915\u0943\u092A\u092F\u093E \u092A\u094D\u0930\u094B \u0905\u0928\u0941\u0935\u093E\u0926 \u0938\u0947\u0935\u093E \u0915\u093E \u0909\u092A\u092F\u094B\u0917 \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u0932\u0949\u0917 \u0907\u0928 \u0915\u0930\u0947\u0902\u0964","error.400":"\u0938\u0947\u0935\u093E \u0924\u094D\u0930\u0941\u091F\u093F \u0935\u093E\u092A\u0938 \u0915\u0930\u0924\u0940 \u0939\u0948, \u0905\u0928\u0941\u0930\u094B\u0927 \u092A\u0948\u0930\u093E\u092E\u0940\u091F\u0930 \u0917\u0932\u0924 \u0939\u0948, \u0915\u0943\u092A\u092F\u093E \u0938\u0902\u092C\u0902\u0927\u093F\u0924 \u0915\u0949\u0928\u094D\u092B\u093C\u093F\u0917\u0930\u0947\u0936\u0928 \u0915\u0940 \u091C\u093E\u0902\u091A \u0915\u0930\u0947\u0902\u0964","error.502":"\u0938\u0947\u0935\u093E \u0924\u094D\u0930\u0941\u091F\u093F \u0932\u094C\u091F\u0924\u0940 \u0939\u0948, \u0938\u0947\u0935\u093E \u0938\u092E\u092F \u0938\u092E\u093E\u092A\u094D\u0924, \u0915\u0943\u092A\u092F\u093E \u092C\u093E\u0926 \u092E\u0947\u0902 \u092A\u0941\u0928\u0903 \u092A\u094D\u0930\u092F\u093E\u0938 \u0915\u0930\u0947\u0902\u0964","error.reloadPageOfSetting":"\u0915\u0949\u0928\u094D\u092B\u093C\u093F\u0917\u0930 \u0915\u0930\u0928\u0947 \u0915\u0947 \u092C\u093E\u0926, \u0915\u0943\u092A\u092F\u093E \u092A\u0943\u0937\u094D\u0920 \u0915\u094B \u0924\u093E\u091C\u093C\u093E \u0915\u0930\u0947\u0902 \u0914\u0930 \u092B\u093F\u0930 \u0938\u0947 \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0947\u0902\u0964","translationModeUrl.translation.description":"\u091C\u092C \u0935\u0947\u092C\u0938\u093E\u0907\u091F \u0928\u093F\u092E\u094D\u0928\u0932\u093F\u0916\u093F\u0924 \u0921\u094B\u092E\u0947\u0928 \u0915\u0947 \u0932\u093F\u090F \u0939\u094B\u0924\u0940 \u0939\u0948, \u0924\u094B \u092F\u0939 \u0938\u094D\u0935\u091A\u093E\u0932\u093F\u0924 \u0930\u0942\u092A \u0938\u0947 \u0915\u0947\u0935\u0932 \u0905\u0928\u0941\u0935\u093E\u0926 \u092E\u094B\u0921 \u0915\u093E \u0909\u092A\u092F\u094B\u0917 \u0915\u0930\u0947\u0917\u0940\u0964","error.googleLimitIp":"\u0938\u0947\u0935\u093E \u0924\u094D\u0930\u0941\u091F\u093F \u0932\u094C\u091F\u093E\u0924\u0940 \u0939\u0948, \u0917\u0942\u0917\u0932 \u0938\u0947\u0935\u093E\u090F\u0902 \u0907\u0938 IP \u092A\u0924\u0947 \u092A\u0930 \u092A\u094D\u0930\u0935\u093E\u0939 \u0938\u0940\u092E\u093F\u0924 \u0915\u0930 \u091A\u0941\u0915\u0940 \u0939\u0948\u0902, \u0906\u092A\u0915\u093E \u0938\u0941\u091D\u093E\u0935 \u0939\u0948 \u0915\u093F \u0906\u092A \u0928\u0947\u091F\u0935\u0930\u094D\u0915 \u0928\u094B\u0921 \u092C\u0926\u0932\u0947\u0902\u0964","error.proUpgrade":"\u0905\u092A\u0917\u094D\u0930\u0947\u0921 \u0915\u0930\u0928\u0947 \u0915\u0947 \u092C\u093E\u0926, \u0915\u0943\u092A\u092F\u093E \u092A\u0943\u0937\u094D\u0920 \u0915\u094B \u0924\u093E\u091C\u093C\u093E \u0915\u0930\u0947\u0902 \u0914\u0930 \u092B\u093F\u0930 \u0938\u0947 \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0947\u0902\u0964","error.gemini.429":"\u0935\u0930\u094D\u0924\u092E\u093E\u0928 \u092E\u0947\u0902 \u091C\u0947\u092E\u093F\u0928\u0940 \u0938\u0947\u0935\u093E \u0915\u0940 \u0935\u0930\u094D\u0924\u092E\u093E\u0928 \u092D\u0930\u0923 \u0915\u094D\u0937\u092E\u0924\u093E \u0938\u0940\u092E\u093E \u0915\u094B \u092A\u0939\u0941\u0902\u091A \u091A\u0941\u0915\u0940 \u0939\u0948, \u0915\u0943\u092A\u092F\u093E \u092C\u093E\u0926 \u092E\u0947\u0902 \u092A\u094D\u0930\u092F\u093E\u0938 \u0915\u0930\u0947\u0902, \u092F\u093E \u0905\u0928\u094D\u092F \u0905\u0928\u0941\u0935\u093E\u0926 \u0938\u0947\u0935\u093E\u0913\u0902 \u092A\u0930 \u0938\u094D\u0935\u093F\u091A \u0915\u0930\u0947\u0902\u0964",enableSentryReport:"\u091C\u092C \u090F\u0915\u094D\u0938\u091F\u0947\u0902\u0936\u0928 \u092E\u0947\u0902 \u0924\u094D\u0930\u0941\u091F\u093F \u0939\u094B\u0924\u0940 \u0939\u0948, \u0924\u094B Sentry \u0915\u093E \u0909\u092A\u092F\u094B\u0917 \u092A\u094D\u0930\u0924\u093F\u0915\u094D\u0930\u093F\u092F\u093E \u0938\u092C\u092E\u093F\u091F \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u0915\u0930\u0947\u0902\u0964","error.403":"\u0938\u0947\u0935\u093E \u0924\u094D\u0930\u0941\u091F\u093F \u0932\u094C\u091F\u093E\u0924\u0940 \u0939\u0948, \u0905\u0938\u094D\u0925\u093E\u092F\u0940 \u0930\u0942\u092A \u0938\u0947 \u0907\u0938 \u0938\u0947\u0935\u093E \u0915\u093E \u0909\u092A\u092F\u094B\u0917 \u0915\u0930\u0928\u0947 \u0915\u0940 \u0905\u0928\u0941\u092E\u0924\u093F \u0928\u0939\u0940\u0902 \u0939\u0948\u0964","translationModeLang.translation.description":"\u091C\u092C \u092A\u0943\u0937\u094D\u0920 \u0915\u0940 \u092D\u093E\u0937\u093E \u0928\u093F\u092E\u094D\u0928\u0932\u093F\u0916\u093F\u0924 \u092D\u093E\u0937\u093E\u0913\u0902 \u092E\u0947\u0902 \u0939\u094B\u0924\u0940 \u0939\u0948, \u0924\u094B \u0915\u0947\u0935\u0932 \u0905\u0928\u0941\u0935\u093E\u0926 \u092E\u094B\u0921 \u0915\u093E \u0938\u094D\u0935\u091A\u093E\u0932\u093F\u0924 \u0930\u0942\u092A \u0938\u0947 \u0909\u092A\u092F\u094B\u0917 \u0915\u093F\u092F\u093E \u091C\u093E\u090F\u0917\u093E",videoSubtitlePreTranslationOff:"\u0935\u0940\u0921\u093F\u092F\u094B \u0938\u092C\u091F\u093E\u092F\u091F\u0932 \u092E\u0942\u0932 \u0935\u0940\u0921\u093F\u092F\u094B \u0926\u094D\u0935\u093E\u0930\u093E \u0938\u094D\u0935\u091A\u093E\u0932\u093F\u0924 \u0930\u0942\u092A \u0938\u0947 \u0905\u0928\u0941\u0935\u093E\u0926\u093F\u0924 \u0938\u092C\u091F\u093E\u092F\u091F\u0932 \u0915\u093E \u092A\u094D\u0930\u093E\u0925\u092E\u093F\u0915\u0924\u093E \u092A\u094D\u0930\u0926\u093E\u0928 \u0915\u0930\u0947\u0917\u093E\u0964","error.429":"\u0938\u0947\u0935\u093E \u0924\u094D\u0930\u0941\u091F\u093F \u0932\u094C\u091F\u093E\u0924\u0940 \u0939\u0948, \u091C\u093F\u0938\u0915\u093E \u0905\u0930\u094D\u0925 \u0939\u0948 \u0915\u093F \u0905\u0928\u0941\u0930\u094B\u0927 \u092C\u0939\u0941\u0924 \u0905\u0915\u094D\u0938\u0930 \u0939\u094B \u0930\u0939\u0947 \u0939\u0948\u0902 \u092F\u093E \u0938\u0940\u092E\u093E \u0938\u0940\u092E\u093E \u0938\u0947 \u0905\u0927\u093F\u0915 \u0939\u0948\u0902, \u0915\u0943\u092A\u092F\u093E \u092C\u093E\u0926 \u092E\u0947\u0902 \u092A\u0941\u0928\u0903 \u092A\u094D\u0930\u092F\u093E\u0938 \u0915\u0930\u0947\u0902\u0964","error.openAIExceededQuota":"\u0938\u0947\u0935\u093E \u0924\u094D\u0930\u0941\u091F\u093F \u0935\u093E\u092A\u0938 \u0915\u0930\u0924\u0940 \u0939\u0948: \u0906\u092A\u0915\u093E \u0935\u0930\u094D\u0924\u092E\u093E\u0928 OpenAI \u0916\u093E\u0924\u093E \u092C\u0948\u0932\u0947\u0902\u0938 \u092A\u0930\u094D\u092F\u093E\u092A\u094D\u0924 \u0928\u0939\u0940\u0902 \u0939\u0948, \u0915\u0943\u092A\u092F\u093E OpenAI \u0906\u0927\u093F\u0915\u093E\u0930\u093F\u0915 \u092C\u0948\u0915\u090F\u0902\u0921 \u092E\u0947\u0902 \u0930\u093F\u091A\u093E\u0930\u094D\u091C \u0915\u0930\u0947\u0902 \u092F\u093E \u0915\u094D\u0930\u0947\u0921\u093F\u091F \u0915\u093E\u0930\u094D\u0921 \u092C\u093E\u0902\u0927\u0947\u0902\u0964","translationFont.notSupportErrorMessage":"\u0915\u0943\u092A\u092F\u093E \u091C\u093E\u0902\u091A\u0947\u0902 \u0915\u093F \u0906\u092A\u0915\u0947 \u0926\u094D\u0935\u093E\u0930\u093E \u0926\u0930\u094D\u091C \u0915\u093F\u092F\u093E \u0917\u092F\u093E \u092B\u093C\u0949\u0928\u094D\u091F \u0928\u093E\u092E \u0938\u0939\u0940 \u0939\u0948 \u092F\u093E \u0928\u0939\u0940\u0902, \u092F\u093E \u092F\u0939 \u0938\u0941\u0928\u093F\u0936\u094D\u091A\u093F\u0924 \u0915\u0930\u0947\u0902 \u0915\u093F \u092F\u0939 \u092B\u093C\u0949\u0928\u094D\u091F \u0906\u092A\u0915\u0947 \u0909\u092A\u0915\u0930\u0923 \u092A\u0930 \u0938\u094D\u0925\u093E\u092A\u093F\u0924 \u0939\u0948\u0964","error.openAIFreeLimit":"\u0938\u0947\u0935\u093E \u0924\u094D\u0930\u0941\u091F\u093F \u0932\u094C\u091F\u093E\u0924\u0940 \u0939\u0948, \u0935\u0930\u094D\u0924\u092E\u093E\u0928 \u0905\u0928\u0941\u0935\u093E\u0926 \u0905\u0928\u0941\u0930\u094B\u0927 \u0915\u0940 \u0906\u0935\u0943\u0924\u094D\u0924\u093F \u092A\u094D\u0930\u0924\u093F \u092E\u093F\u0928\u091F 3 \u092C\u093E\u0930 \u0915\u0940 \u0905\u0927\u093F\u0915\u0924\u092E \u0938\u0940\u092E\u093E \u0924\u0915 \u092A\u0939\u0941\u0902\u091A \u091A\u0941\u0915\u0940 \u0939\u0948, \u0915\u0943\u092A\u092F\u093E \u092C\u093E\u0926 \u092E\u0947\u0902 \u092A\u094D\u0930\u092F\u093E\u0938 \u0915\u0930\u0947\u0902\u0964 (\u092F\u0939 OpenAI \u0915\u0940 \u0906\u0927\u093F\u0915\u093E\u0930\u093F\u0915 \u0938\u0940\u092E\u093E \u0939\u0948 \u0928\u093F:\u0936\u0941\u0932\u094D\u0915 API Key \u0915\u0947 \u0932\u093F\u090F, \u0907\u0938 \u0938\u0940\u092E\u093E \u0915\u094B \u0939\u091F\u093E\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F, \u0915\u0943\u092A\u092F\u093E OpenAI \u092C\u0948\u0915\u090F\u0902\u0921 \u092E\u0947\u0902 \u0915\u094D\u0930\u0947\u0921\u093F\u091F \u0915\u093E\u0930\u094D\u0921 \u092C\u093E\u0902\u0927\u0947\u0902\u0964)","desc.toggleVideoSubtitlePreTranslation":"\u091C\u092C \u0906\u092A \u0907\u0938\u0947 \u0926\u092C\u093E\u0924\u0947 \u0939\u0948\u0902, \u0924\u094B \u0935\u0940\u0921\u093F\u092F\u094B \u0926\u094D\u0935\u093F\u092D\u093E\u0937\u0940 \u0909\u092A\u0936\u0940\u0930\u094D\u0937\u0915 \u092A\u094D\u0930\u093E\u0925\u092E\u093F\u0915\u0924\u093E \u0938\u0947 \u0921\u0941\u092C\u0915\u0940 \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0940 \u0938\u0947\u091F\u093F\u0902\u0917 \u0915\u093E \u0909\u092A\u092F\u094B\u0917 \u0915\u0930\u0947\u0917\u093E, \u092B\u093F\u0930 \u0938\u0947 \u0926\u092C\u093E\u0928\u0947 \u092A\u0930 \u092F\u0939 \u092E\u0942\u0932 \u0935\u0940\u0921\u093F\u092F\u094B \u0915\u0947 \u0938\u094D\u0935\u091A\u093E\u0932\u093F\u0924 \u0905\u0928\u0941\u0935\u093E\u0926\u093F\u0924 \u0909\u092A\u0936\u0940\u0930\u094D\u0937\u0915 \u0915\u093E \u0909\u092A\u092F\u094B\u0917 \u0915\u0930\u0947\u0917\u093E, \u0927\u094D\u092F\u093E\u0928 \u0926\u0947\u0902: \u0907\u0938 \u0936\u0949\u0930\u094D\u091F\u0915\u091F \u0926\u094D\u0935\u093E\u0930\u093E \u0938\u0902\u0936\u094B\u0927\u093F\u0924 \u0938\u0947\u091F\u093F\u0902\u0917 \u0935\u0948\u0936\u094D\u0935\u093F\u0915 \u0939\u094B\u0924\u0940 \u0939\u0948\u0964","error.serveUnavailable":"\u0906\u092A\u0915\u0947 \u0926\u094D\u0935\u093E\u0930\u093E \u0935\u0930\u094D\u0924\u092E\u093E\u0928 \u092E\u0947\u0902 \u0909\u092A\u092F\u094B\u0917 \u0915\u093F\u090F \u091C\u093E \u0930\u0939\u0947 [{serverName}] \u0938\u0947\u0935\u093E \u0915\u094B \u0928\u0947\u091F\u0935\u0930\u094D\u0915 \u0915\u0928\u0947\u0915\u094D\u0936\u0928 \u092F\u093E \u0938\u0947\u0935\u093E \u092A\u094D\u0930\u0926\u093E\u0924\u093E \u0915\u0940 \u0938\u092E\u0938\u094D\u092F\u093E \u0915\u0947 \u0915\u093E\u0930\u0923 \u0905\u0938\u094D\u0925\u093E\u092F\u0940 \u0930\u0942\u092A \u0938\u0947 \u0909\u092A\u092F\u094B\u0917 \u0915\u0930\u0928\u0947 \u092E\u0947\u0902 \u0905\u0938\u092E\u0930\u094D\u0925 \u0939\u0948\u0964 \u0939\u092E\u093E\u0930\u093E \u0938\u0941\u091D\u093E\u0935 \u0939\u0948 \u0915\u093F \u0906\u092A \u092A\u0943\u0937\u094D\u0920 \u0915\u094B \u0924\u093E\u091C\u093E \u0915\u0930\u0928\u0947 \u0915\u093E \u092A\u094D\u0930\u092F\u093E\u0938 \u0915\u0930\u0947\u0902 \u092F\u093E <1>\u0938\u0947\u091F\u093F\u0902\u0917\u094D\u0938 \u0915\u0947 \u092E\u093E\u0927\u094D\u092F\u092E \u0938\u0947 \u0905\u0928\u094D\u092F \u0905\u0928\u0941\u0935\u093E\u0926 \u0938\u0947\u0935\u093E\u0913\u0902 \u0915\u094B \u092C\u0926\u0932\u0928\u0947 \u0915\u093E \u092A\u094D\u0930\u092F\u093E\u0938 \u0915\u0930\u0947\u0902\u0964 \u092F\u0926\u093F \u0906\u092A <2>Pro \u0938\u0926\u0938\u094D\u092F \u0939\u0948\u0902, \u0924\u094B \u0906\u092A DeepL \u092F\u093E OpenAI \u0905\u0928\u0941\u0935\u093E\u0926 \u0938\u0947\u0935\u093E \u0915\u093E \u0909\u092A\u092F\u094B\u0917 \u0915\u0930\u0928\u0947 \u0915\u093E \u091A\u092F\u0928 \u0915\u0930 \u0938\u0915\u0924\u0947 \u0939\u0948\u0902 \u091C\u094B \u0905\u0927\u093F\u0915 \u0938\u094D\u0925\u093F\u0930 \u0939\u0948 (<3>\u092F\u0939\u093E\u0902 \u092E\u0941\u092B\u094D\u0924 \u0905\u0928\u0941\u092D\u0935 \u0915\u0930\u0947\u0902)\u0964 \u0907\u0938\u0915\u0947 \u0905\u0932\u093E\u0935\u093E, \u0906\u092A\u0915\u094B \u0936\u093E\u092F\u0926 \u0905\u092A\u0928\u0940 \u0928\u0947\u091F\u0935\u0930\u094D\u0915 \u092F\u093E \u092A\u094D\u0930\u0949\u0915\u094D\u0938\u0940 \u0938\u0947\u091F\u093F\u0902\u0917\u094D\u0938 \u0915\u0940 \u091C\u093E\u0902\u091A \u0915\u0930\u0928\u0947 \u0915\u0940 \u0906\u0935\u0936\u094D\u092F\u0915\u0924\u093E \u0939\u094B \u0938\u0915\u0924\u0940 \u0939\u0948\u0964","translationServices.gemini":"\u092E\u093F\u0925\u0941\u0928","widget.translateFile":"PDF/ePub",goLogin:"\u0932\u0949\u0917 \u0907\u0928 \u0915\u0930\u0947\u0902","error.reason":"\u0924\u094D\u0930\u0941\u091F\u093F \u0915\u093E \u0915\u093E\u0930\u0923",contact:"\u0939\u092E\u0938\u0947 \u0938\u0902\u092A\u0930\u094D\u0915 \u0915\u0930\u0947\u0902",pickAll:"\u0938\u092D\u0940 \u0915\u093E \u091A\u092F\u0928 \u0915\u0930\u0947\u0902","multipleClick.3":"\u0924\u094D\u0930\u093F\u092A\u0932 \u0939\u093F\u091F","floatBall.iKnow":"\u092E\u0948\u0902\u0928\u0947 \u0938\u092E\u091D \u0932\u093F\u092F\u093E",shortcutSettings:"\u0936\u0949\u0930\u094D\u091F\u0915\u091F \u0915\u0941\u0902\u091C\u0940","error.retry":"\u092A\u0941\u0928\u0903 \u092A\u094D\u0930\u092F\u093E\u0938 \u0915\u0930\u0947\u0902",touchShortcutsOff:"\u092C\u0902\u0926 \u0915\u0930\u0947\u0902","subtitle.bilingual":"\u0926\u094D\u0935\u093F\u092D\u093E\u0937\u0940\u092F \u0909\u092A\u0936\u0940\u0930\u094D\u0937\u0915","tagsInput.add":"+ \u091C\u094B\u0921\u093C\u0947\u0902","slide.right":"\u092C\u093E\u090F\u0902 \u0938\u094D\u0932\u093E\u0907\u0921 \u0915\u0930\u0947\u0902","multipleClick.2":"\u0921\u092C\u0932 \u0915\u094D\u0932\u093F\u0915","widget.instruction":"\u0909\u092A\u092F\u094B\u0917 \u0915\u0940 \u0928\u093F\u0930\u094D\u0926\u0947\u0936\u093F\u0915\u093E",loggedIn:"\u0932\u0949\u0917 \u0907\u0928 \u0915\u093F\u092F\u093E \u0939\u0941\u0906 \u0939\u0948","shortcutGroup.main":"\u0938\u093E\u092E\u093E\u0928\u094D\u092F \u0909\u092A\u092F\u094B\u0917 \u0915\u0940 \u0936\u0949\u0930\u094D\u091F\u0915\u091F \u0915\u0941\u0902\u091C\u0940","slide.left":"\u0926\u093E\u090F\u0902 \u0938\u094D\u0932\u093E\u0907\u0921 \u0915\u0930\u0947\u0902",shortcutSettingsTitle:"\u0936\u0949\u0930\u094D\u091F\u0915\u091F \u0915\u0940 \u0938\u0947\u091F\u093F\u0902\u0917","multipleClick.4":"\u091A\u093E\u0930\u0939\u093F\u091F \u0938\u0902\u092F\u094B\u091C\u0928","error.subscriptionExpiredTitle":"\u0938\u0926\u0938\u094D\u092F\u0924\u093E \u0938\u092E\u093E\u092A\u094D\u0924 \u0939\u094B \u0917\u0908 \u0939\u0948",notLogin:"\u0932\u0949\u0917 \u0907\u0928 \u0928\u0939\u0940\u0902 \u0915\u093F\u092F\u093E \u0939\u0948","shortcutGroup.others":"\u0905\u0927\u093F\u0915 \u0915\u0938\u094D\u091F\u092E \u092B\u093C\u0902\u0915\u094D\u0936\u0928 \u0936\u0949\u0930\u094D\u091F\u0915\u091F","subtitle.hideQuickButton":"\u0907\u0938 \u0936\u0949\u0930\u094D\u091F\u0915\u091F \u0915\u094B \u092B\u093F\u0930 \u0938\u0947 \u0928\u093E \u0926\u093F\u0916\u093E\u090F\u0902","widget.videoSubtitleTooltip":"Youtube \u0906\u0926\u093F {count}+ \u0935\u0940\u0921\u093F\u092F\u094B \u0935\u0947\u092C\u0938\u093E\u0907\u091F\u094B\u0902 \u0915\u093E \u0938\u092E\u0930\u094D\u0925\u0928 \u0915\u0930\u0947\u0902","browser.translateInputBox":"\u0935\u0930\u094D\u0924\u092E\u093E\u0928 \u0907\u0928\u092A\u0941\u091F \u092C\u0949\u0915\u094D\u0938 \u0915\u0940 \u0938\u093E\u092E\u0917\u094D\u0930\u0940 \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0947\u0902",temprarilyChangeTranslationTo_openai:"\u0939\u092E \u0935\u0930\u094D\u0924\u092E\u093E\u0928 \u092A\u0943\u0937\u094D\u0920 \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 OpenAI \u0915\u093E \u0909\u092A\u092F\u094B\u0917 \u0915\u0930 \u0930\u0939\u0947 \u0939\u0948\u0902",alwaysTranslateThisSite:"\u0939\u092E\u0947\u0936\u093E \u0907\u0938 \u0935\u0947\u092C\u0938\u093E\u0907\u091F \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0947\u0902","shortcutGroup.mouse":"\u092E\u093E\u0909\u0938 \u0939\u094B\u0935\u0930 \u0936\u0949\u0930\u094D\u091F\u0915\u091F \u0915\u0949\u0928\u094D\u092B\u093C\u093F\u0917\u0930\u0947\u0936\u0928",translationOnlyMode:`\u0915\u0947\u0935\u0932 \u0905\u0928\u0941\u0935\u093E\u0926 \u092E\u094B\u0921 `,"shortcutGroup.touch":"\u0938\u094D\u0915\u094D\u0930\u0940\u0928 \u091F\u091A \u0915\u0947 \u0932\u093F\u090F \u0935\u093F\u0936\u0947\u0937 \u091C\u0947\u0938\u094D\u091A\u0930",networkError:"\u0905\u0928\u0941\u0935\u093E\u0926 \u0938\u0947\u0935\u093E\u090F\u0902 \u092F\u093E \u0928\u0947\u091F\u0935\u0930\u094D\u0915 \u092E\u0947\u0902 \u0938\u092E\u0938\u094D\u092F\u093E \u0939\u0948","intro.floatBallTitle":"\u0924\u094D\u0935\u0930\u093F\u0924 \u0905\u0928\u0941\u0935\u093E\u0926 \u092B\u094D\u0932\u094B\u091F\u093F\u0902\u0917 \u092C\u0949\u0932","widget.instructionTooltip":"\u0909\u092A\u092F\u094B\u0917 \u0915\u0940 \u0928\u093F\u0930\u094D\u0926\u0947\u0936\u093F\u0915\u093E \u0926\u0947\u0916\u0947\u0902",mouseHoverCustomKeyTitle:"\u0905\u0928\u0941\u0915\u0942\u0932\u093F\u0924 \u092E\u093E\u0909\u0938 \u0939\u094B\u0935\u0930 \u0936\u0949\u0930\u094D\u091F\u0915\u091F","widget.videoSubtitle":"\u0935\u0940\u0921\u093F\u092F\u094B \u0909\u092A\u0936\u0940\u0930\u094D\u0937\u0915",paragraphMinTextCountField:"\u0905\u0928\u0941\u0935\u093E\u0926 \u092A\u0948\u0930\u093E\u0917\u094D\u0930\u093E\u092B \u0915\u0947 \u0932\u093F\u090F \u0928\u094D\u092F\u0942\u0928\u0924\u092E \u0935\u0930\u094D\u0923 \u0938\u0902\u0916\u094D\u092F\u093E",neverTranslateThisSite:"\u0907\u0938 \u0935\u0947\u092C\u0938\u093E\u0907\u091F \u0915\u093E \u0915\u092D\u0940 \u0905\u0928\u0941\u0935\u093E\u0926 \u0928 \u0915\u0930\u0947\u0902","subtitle.showQuickButton":"\u0926\u094D\u0935\u093F\u092D\u093E\u0937\u0940\u092F \u0909\u092A\u0936\u0940\u0930\u094D\u0937\u0915\u094B\u0902 \u0915\u094B \u092A\u094D\u0932\u0947\u092F\u0930 \u092E\u0947\u0902 \u092A\u094D\u0930\u0926\u0930\u094D\u0936\u093F\u0924 \u0915\u0930\u0928\u0947 \u0915\u093E \u0936\u0949\u0930\u094D\u091F\u0915\u091F","widget.translateFileTooltip":"PDF, EPUB, SRT, ASS, HTML \u0914\u0930 TXT \u0926\u0938\u094D\u0924\u093E\u0935\u0947\u091C\u093C\u094B\u0902 \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0947\u0902","shortcutGroup.shortcutsForTranslationServices":"\u0905\u0928\u0941\u0935\u093E\u0926 \u0938\u0947\u0935\u093E\u0913\u0902 \u0938\u0947 \u0938\u0902\u092C\u0902\u0927\u093F\u0924 \u0936\u0949\u0930\u094D\u091F\u0915\u091F \u0915\u0941\u0902\u091C\u0940","intro.hoverTitle":"\u092E\u093E\u0909\u0938 \u0939\u094B\u0935\u0930 \u092A\u0930 \u0935\u0930\u094D\u0924\u092E\u093E\u0928 \u0905\u0928\u0941\u091A\u094D\u091B\u0947\u0926 \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0947\u0902",buildSnapshots:"\u0935\u0947\u092C\u092A\u0947\u091C \u0938\u094D\u0928\u0948\u092A\u0936\u0949\u091F \u0909\u0924\u094D\u092A\u0928\u094D\u0928 \u0915\u0930\u0947\u0902",notLoginPro:"\u0906\u092A\u0928\u0947 \u0905\u092D\u0940 \u0924\u0915 \u0905\u092A\u0928\u093E \u0938\u0926\u0938\u094D\u092F \u0916\u093E\u0924\u093E \u0932\u0949\u0917 \u0907\u0928 \u0928\u0939\u0940\u0902 \u0915\u093F\u092F\u093E \u0939\u0948\u0964","browser.translateWithTransmart":"\u0905\u0938\u094D\u0925\u093E\u092F\u0940 \u0930\u0942\u092A \u0938\u0947 \u091F\u0947\u0902\u0938\u0947\u0902\u091F \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u093E \u0909\u092A\u092F\u094B\u0917 \u0915\u0930\u0915\u0947 \u0935\u0930\u094D\u0924\u092E\u093E\u0928 \u092A\u0943\u0937\u094D\u0920 \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0947\u0902",temprarilyChangeTranslationTo_gemini:"\u0939\u092E \u0935\u0930\u094D\u0924\u092E\u093E\u0928 \u092A\u0943\u0937\u094D\u0920 \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 Gemini \u0915\u093E \u0909\u092A\u092F\u094B\u0917 \u0915\u0930 \u0930\u0939\u0947 \u0939\u0948\u0902\u0964",temprarilyChangeTranslationTo_deepl:"DeepL \u0915\u093E \u0909\u092A\u092F\u094B\u0917 \u0915\u0930\u0915\u0947 \u0935\u0930\u094D\u0924\u092E\u093E\u0928 \u092A\u0943\u0937\u094D\u0920 \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930 \u0930\u0939\u0947 \u0939\u0948\u0902",touchShortcutsToggleTranslationMask:"\u0938\u094D\u0915\u094D\u0930\u0940\u0928 \u091C\u0947\u0938\u094D\u091A\u0930 \u0938\u0947\u091F \u0915\u0930\u0947\u0902 \u0905\u0928\u0941\u0935\u093E\u0926 \u091B\u093F\u092A\u093E\u0928\u0947 / \u092E\u0942\u0932 \u092A\u093E\u0920 \u0926\u093F\u0916\u093E\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F","desc.touchShortcutsToggleTranslateTouchElement":"\u090F\u0915 \u0939\u0938\u094D\u0924\u0915\u094D\u0937\u0947\u092A \u0915\u094B \u0905\u0928\u0941\u0915\u0942\u0932\u093F\u0924 \u0915\u0930\u0947\u0902, \u0914\u0930 \u0906\u092A \u091C\u093F\u0938 \u0905\u0928\u0941\u091A\u094D\u091B\u0947\u0926 \u092E\u0947\u0902 \u0939\u0948\u0902, \u0909\u0938\u0947 \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930 \u0938\u0915\u0924\u0947 \u0939\u0948\u0902\u0964","browser.translateWithOpenAI":"\u0905\u0938\u094D\u0925\u093E\u092F\u0940 \u0930\u0942\u092A \u0938\u0947 OpenAI \u0915\u093E \u0909\u092A\u092F\u094B\u0917 \u0915\u0930\u0915\u0947 \u0935\u0930\u094D\u0924\u092E\u093E\u0928 \u092A\u0943\u0937\u094D\u0920 \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0947\u0902","browser.toggleMouseHoverTranslateDirectly":"\u092A\u0947\u091C \u092A\u0930 \u0905\u0938\u094D\u0925\u093E\u092F\u0940 \u0930\u0942\u092A \u0938\u0947 \u092E\u093E\u0909\u0938 \u0939\u094B\u0935\u0930 \u0938\u0940\u0927\u0947 \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u094B \u0938\u0915\u094D\u0937\u092E \u092F\u093E \u092C\u0902\u0926 \u0915\u0930\u0947\u0902","description.baiduField":"\u0938\u092E\u0930\u094D\u0925\u093F\u0924 \u0915\u094D\u0937\u0947\u0924\u094D\u0930\u094B\u0902 \u0915\u094B <1>\u092F\u0939\u093E\u0902 \u0926\u0947\u0916\u0947\u0902, \u0916\u093E\u0932\u0940 \u0939\u094B\u0928\u0947 \u0915\u093E \u0905\u0930\u094D\u0925 \u0939\u0948 \u0915\u094D\u0937\u0947\u0924\u094D\u0930 \u0928\u093F\u0930\u094D\u0926\u093F\u0937\u094D\u091F \u0928\u0939\u0940\u0902 \u0939\u0948","browser.toggleVideoSubtitlePreTranslation":"\u0926\u094D\u0935\u093F\u092D\u093E\u0937\u0940\u092F \u0938\u092C\u091F\u093E\u092F\u091F\u0932 \u0938\u094D\u0935\u093F\u091A \u0915\u0930\u0947\u0902, \u0921\u0941\u092C\u0915\u0940 \u0905\u0928\u0941\u0935\u093E\u0926 \u0938\u0947\u091F\u093F\u0902\u0917\u094D\u0938 \u0915\u093E \u092A\u094D\u0930\u093E\u0925\u092E\u093F\u0915\u0924\u093E \u0938\u0947 \u0909\u092A\u092F\u094B\u0917 \u0915\u0930\u0947\u0902","subtitle.autoDisableSubtitle":"\u0938\u094D\u0935\u091A\u093E\u0932\u093F\u0924 \u0930\u0942\u092A \u0938\u0947 \u0926\u094D\u0935\u093F\u092D\u093E\u0937\u0940 \u0909\u092A\u0936\u0940\u0930\u094D\u0937\u0915 \u0938\u0915\u094D\u0937\u092E \u0928\u0939\u0940\u0902 \u0915\u0930\u0947\u0902","browser.translateWithGemini":"\u0905\u0938\u094D\u0925\u093E\u092F\u0940 \u0930\u0942\u092A \u0938\u0947 Gemini \u0915\u093E \u0909\u092A\u092F\u094B\u0917 \u0915\u0930\u0915\u0947 \u0935\u0930\u094D\u0924\u092E\u093E\u0928 \u092A\u0943\u0937\u094D\u0920 \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0947\u0902","floatBall.guideClickToTranslate":`\u0905\u0928\u0941\u0935\u093E\u0926 \u092B\u094D\u0932\u094B\u091F\u093F\u0902\u0917 \u092C\u0949\u0932 \u092A\u0930 \u0915\u094D\u0932\u093F\u0915 \u0915\u0930\u0915\u0947 \u0924\u0941\u0930\u0902\u0924 \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930 \u0938\u0915\u0924\u0947 \u0939\u0948\u0902`,"neverTranslateText.title":"\u0928\u093F\u092E\u094D\u0928\u0932\u093F\u0916\u093F\u0924 \u0936\u092C\u094D\u0926 \u092E\u0942\u0932 \u0930\u0942\u092A \u092E\u0947\u0902 \u0930\u0916\u0947\u0902, \u0905\u0928\u0941\u0935\u093E\u0926 \u0928 \u0915\u0930\u0947\u0902",temprarilyChangeTranslationTo_google:"\u0935\u0930\u094D\u0924\u092E\u093E\u0928 \u092A\u0943\u0937\u094D\u0920 \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 Google \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u093E \u0909\u092A\u092F\u094B\u0917 \u0915\u0930 \u0930\u0939\u093E \u0939\u0948\u0964",touchShortcutsToggleTranslateTouchElement:"\u0938\u094D\u092A\u0930\u094D\u0936 \u0938\u094D\u0915\u094D\u0930\u0940\u0928 \u091C\u0947\u0938\u094D\u091A\u0930 \u0938\u0947\u091F \u0915\u0930\u0947\u0902 \u0928\u093F\u0930\u094D\u0926\u093F\u0937\u094D\u091F \u092A\u0948\u0930\u093E\u0917\u094D\u0930\u093E\u092B \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F",temprarilyChangeTranslationTo_transmart:"\u0939\u092E \u0935\u0930\u094D\u0924\u092E\u093E\u0928 \u092A\u0943\u0937\u094D\u0920 \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930 \u0930\u0939\u0947 \u0939\u0948\u0902 \u091F\u0947\u0902\u0938\u0947\u0902\u091F \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u093E \u0909\u092A\u092F\u094B\u0917 \u0915\u0930\u0915\u0947","browser.translateWithDeepL":"\u0905\u0938\u094D\u0925\u093E\u092F\u0940 \u0930\u0942\u092A \u0938\u0947 DeepL \u0915\u093E \u0909\u092A\u092F\u094B\u0917 \u0915\u0930\u0915\u0947 \u0935\u0930\u094D\u0924\u092E\u093E\u0928 \u092A\u0943\u0937\u094D\u0920 \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0947\u0902",upgradeToProErrorTitle:"\u0915\u0943\u092A\u092F\u093E \u0907\u0938 \u0905\u0928\u0941\u0935\u093E\u0926 \u0938\u0947\u0935\u093E \u0915\u093E \u0909\u092A\u092F\u094B\u0917 \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u092A\u094D\u0930\u094B \u0938\u0926\u0938\u094D\u092F\u0924\u093E \u0905\u092A\u0917\u094D\u0930\u0947\u0921 \u0915\u0930\u0947\u0902","floatBall.longPress":"\u0932\u0902\u092C\u0947 \u0938\u092E\u092F \u0924\u0915 \u0926\u092C\u093E\u090F \u0930\u0916\u0928\u0947 \u0938\u0947 \u0906\u092A \u0924\u094D\u0935\u0930\u093F\u0924 \u0930\u0942\u092A \u0938\u0947 \u0938\u0947\u091F\u093F\u0902\u0917\u094D\u0938 \u092A\u0948\u0928\u0932 \u0915\u094B \u0916\u094B\u0932 \u0938\u0915\u0924\u0947 \u0939\u0948\u0902\u0964",temprarilyChangeTranslationTo_bing:"\u092E\u093E\u0907\u0915\u094D\u0930\u094B\u0938\u0949\u092B\u094D\u091F \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u093E \u0909\u092A\u092F\u094B\u0917 \u0915\u0930\u0915\u0947 \u0935\u0930\u094D\u0924\u092E\u093E\u0928 \u092A\u0943\u0937\u094D\u0920 \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930 \u0930\u0939\u093E \u0939\u0948\u0902","browser.translateWithGoogle":"\u0905\u0938\u094D\u0925\u093E\u092F\u0940 \u0930\u0942\u092A \u0938\u0947 Google \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u093E \u0909\u092A\u092F\u094B\u0917 \u0915\u0930\u0915\u0947 \u0935\u0930\u094D\u0924\u092E\u093E\u0928 \u092A\u0943\u0937\u094D\u0920 \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0947\u0902","browser.translateWithBing":"\u092E\u093E\u0907\u0915\u094D\u0930\u094B\u0938\u0949\u092B\u094D\u091F \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u093E \u0905\u0938\u094D\u0925\u093E\u092F\u0940 \u0930\u0942\u092A \u0938\u0947 \u0935\u0930\u094D\u0924\u092E\u093E\u0928 \u092A\u0943\u0937\u094D\u0920 \u0915\u093E \u0909\u092A\u092F\u094B\u0917 \u0915\u0930\u0947\u0902",touchShortcutsToggleTranslatePage:"\u0935\u0947\u092C\u092A\u0947\u091C \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0928\u0947/\u092E\u0942\u0932 \u092A\u093E\u0920 \u0926\u093F\u0916\u093E\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u091F\u091A\u0938\u094D\u0915\u094D\u0930\u0940\u0928 \u091C\u0947\u0938\u094D\u091A\u0930 \u0938\u0947\u091F \u0915\u0930\u0947\u0902\u0964","error.subscriptionExpired":"\u0906\u092A\u0915\u0940 \u0938\u0926\u0938\u094D\u092F\u0924\u093E \u0938\u092E\u093E\u092A\u094D\u0924 \u0939\u094B \u0938\u0915\u0924\u0940 \u0939\u0948, \u0915\u0943\u092A\u092F\u093E \u0905\u092A\u0928\u0940 \u0938\u0926\u0938\u094D\u092F\u0924\u093E \u0915\u0940 \u0938\u094D\u0925\u093F\u0924\u093F \u0915\u0940 \u091C\u093E\u0902\u091A \u0915\u0930\u0947\u0902\u0964",paragraphMinTextCountDesc:"\u0927\u094D\u092F\u093E\u0928 \u0926\u0947\u0902, \u092F\u0939\u093E\u0902 \u0935\u0930\u094D\u0923\u094B\u0902 \u0915\u0940 \u0932\u0902\u092C\u093E\u0908 \u0915\u093E \u0924\u093E\u0924\u094D\u092A\u0930\u094D\u092F \u0939\u0948, \u0909\u0926\u093E\u0939\u0930\u0923 \u0915\u0947 \u0932\u093F\u090F: \u0939\u0947\u0932\u094B 5 \u0935\u0930\u094D\u0923 \u0939\u0948\u0902, \u0907\u0938\u0947 \u0905\u0927\u093F\u0915 \u092E\u093E\u0928 \u092A\u0930 \u0938\u0947\u091F \u0915\u0930\u0928\u0947 \u0938\u0947 \u0905\u0928\u093E\u0935\u0936\u094D\u092F\u0915 \u091B\u094B\u091F\u0947 \u0905\u0928\u0941\u091A\u094D\u091B\u0947\u0926\u094B\u0902 \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u092E \u0915\u093F\u092F\u093E \u091C\u093E \u0938\u0915\u0924\u093E \u0939\u0948\u0964","desc.interfaceLanguage":"\u0907\u0902\u091F\u0930\u092B\u093C\u0947\u0938 \u092D\u093E\u0937\u093E \u0938\u0947\u091F\u093F\u0902\u0917\u094D\u0938 \u0915\u0902\u091F\u094D\u0930\u094B\u0932 \u092A\u0948\u0928\u0932 \u0915\u0940 \u092A\u094D\u0930\u0926\u0930\u094D\u0936\u0928 \u092D\u093E\u0937\u093E \u0915\u094B \u092A\u094D\u0930\u092D\u093E\u0935\u093F\u0924 \u0915\u0930\u0924\u0940 \u0939\u0948\u0902, \u0914\u0930 \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0940 \u0932\u0915\u094D\u0937\u094D\u092F \u092D\u093E\u0937\u093E \u0938\u0947 \u0907\u0938\u0915\u093E \u0915\u094B\u0908 \u0938\u0902\u092C\u0902\u0927 \u0928\u0939\u0940\u0902 \u0939\u0948\u0964",mouseHoverCustomKeyDescription:"\u0906\u092A \u090F\u0915 \u0915\u0938\u094D\u091F\u092E \u092E\u093E\u0909\u0938 \u0939\u094B\u0935\u0930 \u0936\u0949\u0930\u094D\u091F\u0915\u091F \u0915\u0940 \u0924\u0930\u0939 \u092C\u0928\u093E \u0938\u0915\u0924\u0947 \u0939\u0948\u0902, \u091C\u0948\u0938\u0947 \u0915\u093F: Alt+Z, Ctrl+E, Cmd+Alt+E \u092F\u093E \u0938\u0940\u0927\u0947 Cmd, \u0915\u0943\u092A\u092F\u093E \u092E\u0948\u0928\u094D\u092F\u0941\u0905\u0932 \u0930\u0942\u092A \u0938\u0947 \u0907\u0928\u092A\u0941\u091F \u0915\u0930\u0947\u0902","desc.mouseHoverHoldKey":"\u091C\u092C \u092E\u093E\u0909\u0938 \u0915\u093F\u0938\u0940 \u092A\u0948\u0930\u093E\u0917\u094D\u0930\u093E\u092B \u092A\u0930 \u0939\u094B\u0935\u0930 \u0915\u0930\u0924\u093E \u0939\u0948, \u0924\u094B \u0938\u093E\u0925 \u0939\u0940 \u0926\u093E\u0908\u0902 \u0913\u0930 \u0915\u0940 \u0936\u0949\u0930\u094D\u091F\u0915\u091F \u0915\u0941\u0902\u091C\u0940 \u0926\u092C\u093E\u090F\u0902, \u0924\u094B \u0909\u0938 \u092A\u0948\u0930\u093E\u0917\u094D\u0930\u093E\u092B \u0915\u093E \u0938\u0940\u0927\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u093F\u092F\u093E \u091C\u093E \u0938\u0915\u0924\u093E \u0939\u0948\u0964","subtitle.showQuickButtonDescription":"\u0935\u0940\u0921\u093F\u092F\u094B \u092A\u094D\u0932\u0947\u092F\u0930 \u0915\u0947 \u0926\u093E\u090F\u0902 \u0928\u093F\u091A\u0932\u0947 \u0915\u094B\u0928\u0947 \u092E\u0947\u0902 \u0926\u094D\u0935\u093F\u092D\u093E\u0937\u0940\u092F \u0909\u092A\u0936\u0940\u0930\u094D\u0937\u0915 \u0938\u0915\u094D\u0937\u092E \u0915\u0930\u0928\u0947 \u0915\u093E \u0936\u0949\u0930\u094D\u091F\u0915\u091F \u092A\u094D\u0930\u0926\u093E\u0928 \u0915\u093F\u092F\u093E \u0917\u092F\u093E \u0939\u0948\u0964",confirmResetToDefaultSettings:"\u0915\u094D\u092F\u093E \u0906\u092A \u0935\u093E\u0915\u0908 \u0907\u0938 \u0905\u0928\u0941\u0935\u093E\u0926 \u0938\u0947\u0935\u093E \u0915\u094B \u0921\u093F\u092B\u093C\u0949\u0932\u094D\u091F \u0938\u0947\u091F\u093F\u0902\u0917\u094D\u0938 \u092A\u0930 \u092A\u0941\u0928\u0930\u094D\u0938\u094D\u0925\u093E\u092A\u093F\u0924 \u0915\u0930\u0928\u093E \u091A\u093E\u0939\u0924\u0947 \u0939\u0948\u0902? (\u0915\u0947\u0935\u0932 \u0935\u0930\u094D\u0924\u092E\u093E\u0928 \u0905\u0928\u0941\u0935\u093E\u0926 \u0938\u0947\u0935\u093E \u0915\u0940 \u0938\u0947\u091F\u093F\u0902\u0917\u094D\u0938 \u0930\u0940\u0938\u0947\u091F \u0915\u0930\u0947\u0902)","contact.description":"\u092F\u0926\u093F \u0906\u092A\u0915\u0947 \u092A\u093E\u0938 \u0915\u094B\u0908 \u092A\u094D\u0930\u0936\u094D\u0928 \u092F\u093E \u0938\u0941\u091D\u093E\u0935 \u0939\u0948\u0902, \u0924\u094B \u0915\u0943\u092A\u092F\u093E \u0928\u0940\u091A\u0947 \u0926\u093F\u090F \u0917\u090F \u092B\u0949\u0930\u094D\u092E \u0915\u094B \u092D\u0930\u0915\u0930 \u0939\u092E\u0938\u0947 \u0938\u0902\u092A\u0930\u094D\u0915 \u0915\u0930\u0947\u0902, \u092F\u093E {email} \u092A\u0930 \u0908\u092E\u0947\u0932 \u092D\u0947\u091C\u0947\u0902, \u0939\u092E \u091C\u0932\u094D\u0926 \u0938\u0947 \u091C\u0932\u094D\u0926 \u0906\u092A\u0915\u093E \u0909\u0924\u094D\u0924\u0930 \u0926\u0947\u0902\u0917\u0947\u0964","desc.touchShortcutsToggleTranslatePage":"\u0938\u0947\u091F \u0915\u0930\u0928\u0947 \u0915\u0947 \u092C\u093E\u0926, \u092E\u094B\u092C\u093E\u0907\u0932 \u0921\u093F\u0935\u093E\u0907\u0938 \u0915\u094B \u0939\u093F\u0932\u093E\u0924\u0947 \u0938\u092E\u092F, \u0906\u092A X \u0909\u0902\u0917\u0932\u093F\u092F\u094B\u0902 \u0915\u093E \u0909\u092A\u092F\u094B\u0917 \u0915\u0930\u0915\u0947 \u0938\u094D\u0915\u094D\u0930\u0940\u0928 \u0915\u094B \u091B\u0942\u0928\u093E, \u092C\u093E\u090F\u0902-\u0926\u093E\u090F\u0902 \u0938\u094D\u0935\u093E\u0907\u092A \u0915\u0930\u0928\u093E \u092F\u093E \u0932\u0917\u093E\u0924\u093E\u0930 \u0915\u094D\u0932\u093F\u0915 \u0915\u0930\u0928\u093E, \u0935\u0947\u092C\u092A\u0947\u091C \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0928\u0947 / \u092E\u0942\u0932 \u091F\u0947\u0915\u094D\u0938\u094D\u091F \u0926\u093F\u0916\u093E\u0928\u0947 \u0915\u094B \u091F\u094D\u0930\u093F\u0917\u0930 \u0915\u0930 \u0938\u0915\u0924\u0947 \u0939\u0948\u0902\u0964",shortcutDisableTooltip:"\u0915\u0943\u092A\u092F\u093E \u092C\u094D\u0930\u093E\u0909\u091C\u093C\u0930 \u0926\u094D\u0935\u093E\u0930\u093E \u092A\u094D\u0930\u0926\u093E\u0928 \u0915\u0940 \u0917\u0908 \u090F\u0915\u094D\u0938\u091F\u0947\u0902\u0936\u0928 \u0936\u0949\u0930\u094D\u091F\u0915\u091F \u0915\u0940 \u092A\u094D\u0930\u092C\u0902\u0927\u0928 \u092A\u0943\u0937\u094D\u0920 \u092A\u0930 \u0938\u0947\u091F\u093F\u0902\u0917 \u0915\u0930\u0947\u0902, \u0905\u0927\u093F\u0915 \u0926\u093F\u0936\u093E\u0928\u093F\u0930\u094D\u0926\u0947\u0936 \u0915\u0947 \u0932\u093F\u090F \u0915\u0943\u092A\u092F\u093E \u0907\u0938 \u092A\u0943\u0937\u094D\u0920 \u0915\u0947 \u0938\u092C\u0938\u0947 \u090A\u092A\u0930\u0940 \u0939\u093F\u0938\u094D\u0938\u0947 \u0915\u0940 \u091C\u093E\u0928\u0915\u093E\u0930\u0940 \u0926\u0947\u0916\u0947\u0902\u0964","desc.toggleTranslateTheWholePage":"\u092A\u0943\u0937\u094D\u0920 \u0915\u093E \u0938\u092E\u094D\u092A\u0942\u0930\u094D\u0923 \u0915\u094D\u0937\u0947\u0924\u094D\u0930 \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0947\u0902, \u0921\u093F\u092B\u093C\u0949\u0932\u094D\u091F \u0930\u0942\u092A \u0938\u0947, \u0939\u092E \u092A\u0943\u0937\u094D\u0920 \u0915\u0947 \u092A\u094D\u0930\u092E\u0941\u0916 \u0915\u094D\u0937\u0947\u0924\u094D\u0930 \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0947\u0902\u0917\u0947, \u0906\u092A \u0907\u0938 \u0936\u0949\u0930\u094D\u091F\u0915\u091F \u0915\u093E \u0909\u092A\u092F\u094B\u0917 \u0915\u0930\u0915\u0947 \u092A\u0943\u0937\u094D\u0920 \u0915\u0947 \u0938\u092E\u094D\u092A\u0942\u0930\u094D\u0923 \u0915\u094D\u0937\u0947\u0924\u094D\u0930 \u0915\u093E \u0935\u093F\u0936\u0947\u0937 \u0930\u0942\u092A \u0938\u0947 \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930 \u0938\u0915\u0924\u0947 \u0939\u0948\u0902\u0964","desc.touchShortcutsToggleTranslationMask":"\u0905\u0928\u0941\u0935\u093E\u0926 \u091B\u093F\u092A\u093E\u0928\u0947 \u0915\u093E \u0924\u093E\u0924\u094D\u092A\u0930\u094D\u092F \u0939\u0948 \u0905\u0928\u0941\u0935\u093E\u0926 \u0936\u0948\u0932\u0940 \u092E\u0947\u0902 \u0927\u0941\u0902\u0927\u0932\u093E \u092A\u094D\u0930\u092D\u093E\u0935 (\u0905\u0927\u094D\u092F\u092F\u0928 \u092E\u094B\u0921), \u091C\u093F\u0938\u0947 \u091A\u093E\u0932\u0942 \u0915\u0930\u0928\u0947 \u0915\u0947 \u092C\u093E\u0926 \u0905\u0928\u0941\u0935\u093E\u0926 \u092A\u0930 \u0905\u0938\u094D\u0925\u093E\u092F\u0940 \u0930\u0942\u092A \u0938\u0947 \u0927\u0941\u0902\u0927\u0932\u093E \u092A\u094D\u0930\u092D\u093E\u0935 \u0932\u093E\u0917\u0942 \u0915\u093F\u092F\u093E \u091C\u093E\u0924\u093E \u0939\u0948, \u091C\u094B \u0905\u0927\u094D\u092F\u092F\u0928 \u0915\u0947 \u0932\u093F\u090F \u0938\u0941\u0935\u093F\u0927\u093E\u091C\u0928\u0915 \u0939\u094B\u0924\u093E \u0939\u0948\u0964","desc.toggleTranslateTheMainPage":"\u0915\u0947\u0935\u0932 \u092A\u0943\u0937\u094D\u0920 \u0915\u0947 \u092E\u0941\u0916\u094D\u092F \u0915\u094D\u0937\u0947\u0924\u094D\u0930 \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0947\u0902, \u091C\u092C \u0906\u092A \u0909\u0928\u094D\u0928\u0924 \u0938\u0947\u091F\u093F\u0902\u0917\u094D\u0938 \u092E\u0947\u0902 \u092A\u0943\u0937\u094D\u0920 \u0915\u0947 \u0938\u092D\u0940 \u0915\u094D\u0937\u0947\u0924\u094D\u0930\u094B\u0902 \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0938\u0915\u094D\u0937\u092E \u0915\u0930\u0924\u0947 \u0939\u0948\u0902, \u0924\u094B \u0906\u092A \u0907\u0938 \u0936\u0949\u0930\u094D\u091F\u0915\u091F \u0915\u093E \u0909\u092A\u092F\u094B\u0917 \u092A\u0943\u0937\u094D\u0920 \u0915\u0947 \u092E\u0941\u0916\u094D\u092F \u0915\u094D\u0937\u0947\u0924\u094D\u0930 \u0915\u093E \u0935\u093F\u0936\u0947\u0937 \u0930\u0942\u092A \u0938\u0947 \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u0915\u0930 \u0938\u0915\u0924\u0947 \u0939\u0948\u0902\u0964",translationOnlyModeDescription:"\u0915\u0947\u0935\u0932 \u0905\u0928\u0941\u0935\u093E\u0926 \u092E\u094B\u0921 \u0915\u093E \u0924\u093E\u0924\u094D\u092A\u0930\u094D\u092F \u0939\u0948 \u0915\u093F \u0915\u0947\u0935\u0932 \u0905\u0928\u0941\u0935\u093E\u0926 \u092A\u094D\u0930\u0926\u0930\u094D\u0936\u093F\u0924 \u0915\u093F\u092F\u093E \u091C\u093E\u090F\u0917\u093E, \u0928 \u0915\u093F \u0921\u093F\u092B\u093C\u0949\u0932\u094D\u091F \u0926\u094D\u0935\u093F\u092D\u093E\u0937\u0940 \u092E\u094B\u0921\u0964 \u0927\u094D\u092F\u093E\u0928 \u0926\u0947\u0902: \u0924\u0915\u0928\u0940\u0915\u0940 \u0938\u0940\u092E\u093E\u0913\u0902 \u0915\u0947 \u0915\u093E\u0930\u0923, \u0915\u0947\u0935\u0932 \u0905\u0928\u0941\u0935\u093E\u0926 \u092E\u094B\u0921 \u092E\u0947\u0902, \u092E\u0942\u0932 \u092A\u093E\u0920 \u0915\u0947 \u0939\u093E\u0907\u092A\u0930\u0932\u093F\u0902\u0915 \u0905\u0915\u094D\u0937\u092E \u0939\u094B \u091C\u093E\u090F\u0902\u0917\u0947\u0964","intro.floatBallDescription":"\u0938\u0915\u094D\u0930\u093F\u092F \u0939\u094B\u0928\u0947 \u0915\u0947 \u092C\u093E\u0926, \u092A\u0943\u0937\u094D\u0920 \u0915\u0947 \u0926\u093E\u090F\u0902 \u0913\u0930 \u090F\u0915 \u0936\u0949\u0930\u094D\u091F\u0915\u091F \u0905\u0928\u0941\u0935\u093E\u0926 \u092C\u091F\u0928 \u0926\u093F\u0916\u093E\u0908 \u0926\u0947\u0917\u093E, \u091C\u093F\u0938\u0947 \u0915\u094D\u0932\u093F\u0915 \u0915\u0930\u0915\u0947 \u0906\u092A \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930 \u0938\u0915\u0924\u0947 \u0939\u0948\u0902, \u092B\u093F\u0930 \u0938\u0947 \u0915\u094D\u0932\u093F\u0915 \u0915\u0930\u0928\u0947 \u092A\u0930 \u092E\u0942\u0932 \u0932\u0947\u0916 \u092E\u0947\u0902 \u0935\u093E\u092A\u0938 \u091C\u093E \u0938\u0915\u0924\u0947 \u0939\u0948\u0902\u0964 \u092E\u094B\u092C\u093E\u0907\u0932 \u092A\u0930, \u0932\u0902\u092C\u0947 \u0938\u092E\u092F \u0924\u0915 \u092B\u094D\u0932\u094B\u091F\u093F\u0902\u0917 \u092C\u0949\u0932 \u0915\u094B \u0926\u092C\u093E\u090F\u0902, \u0906\u092A \u0936\u0949\u0930\u094D\u091F\u0915\u091F \u0938\u0947\u091F\u093F\u0902\u0917\u094D\u0938 \u092A\u0948\u0928\u0932 \u0915\u094B \u0916\u094B\u0932 \u0938\u0915\u0924\u0947 \u0939\u0948\u0902\u0964","desc.toggleMouseHoverTranslateDirectly":"\u0907\u0938 \u0936\u0949\u0930\u094D\u091F\u0915\u091F \u0915\u0941\u0902\u091C\u0940 \u0915\u094B \u0926\u092C\u093E\u0928\u0947 \u0915\u0947 \u092C\u093E\u0926, \u092A\u0943\u0937\u094D\u0920 \u092A\u0930, \u091C\u092C \u092D\u0940 \u092E\u093E\u0909\u0938 \u0915\u093F\u0938\u0940 \u092D\u0940 \u092A\u093E\u0920 \u0915\u0940 \u0913\u0930 \u0907\u0936\u093E\u0930\u093E \u0915\u0930\u0924\u093E \u0939\u0948, \u0924\u094B \u092F\u0939 \u092A\u093E\u0920 \u0938\u094D\u0935\u091A\u093E\u0932\u093F\u0924 \u0930\u0942\u092A \u0938\u0947 \u0905\u0928\u0941\u0935\u093E\u0926\u093F\u0924 \u0939\u094B \u091C\u093E\u0924\u093E \u0939\u0948\u0964 \u0936\u0949\u0930\u094D\u091F\u0915\u091F \u0915\u0941\u0902\u091C\u0940 \u0915\u094B \u090F\u0915 \u092C\u093E\u0930 \u092B\u093F\u0930 \u0926\u092C\u093E\u0928\u0947 \u0938\u0947, \u0906\u092A \u0907\u0938 \u0938\u094D\u0935\u091A\u093E\u0932\u093F\u0924 \u0905\u0928\u0941\u0935\u093E\u0926 \u0938\u0941\u0935\u093F\u0927\u093E \u0915\u094B \u092C\u0902\u0926 \u0915\u0930 \u0938\u0915\u0924\u0947 \u0939\u0948\u0902\u0964","intro.subtitleTitle":"\u0911\u0928\u0932\u093E\u0907\u0928 \u0935\u0940\u0921\u093F\u092F\u094B \u0926\u094D\u0935\u093F\u092D\u093E\u0937\u0940 \u0909\u092A\u0936\u0940\u0930\u094D\u0937\u0915 \u092A\u094D\u0930\u0926\u0930\u094D\u0936\u093F\u0924 \u0915\u0930\u0924\u0947 \u0939\u0948\u0902","neverTranslateText.description":"\u0915\u0941\u091B \u0905\u0928\u0941\u0935\u093E\u0926 \u0907\u0902\u091C\u0928 \u0935\u093F\u0936\u0947\u0937 \u0928\u093E\u092E\u094B\u0902 \u0915\u0940 \u092A\u0939\u091A\u093E\u0928 \u092E\u0947\u0902 \u0905\u0926\u0930\u0915 \u0928\u0939\u0940\u0902 \u0939\u0948\u0902, \u0906\u092A \u092F\u0939\u093E\u0902 \u0936\u092C\u094D\u0926 \u091C\u094B\u0921\u093C \u0938\u0915\u0924\u0947 \u0939\u0948\u0902, \u092F\u0939 \u0938\u0941\u0928\u093F\u0936\u094D\u091A\u093F\u0924 \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u0915\u093F \u0935\u0947 \u0905\u0928\u0941\u0935\u093E\u0926 \u092A\u094D\u0930\u0915\u094D\u0930\u093F\u092F\u093E \u092E\u0947\u0902 \u092A\u0930\u093F\u0935\u0930\u094D\u0924\u093F\u0924 \u0928\u0939\u0940\u0902 \u0939\u094B\u0924\u0947 \u0939\u0948\u0902\u0964 \u0915\u0943\u092A\u092F\u093E \u0927\u094D\u092F\u093E\u0928 \u0926\u0947\u0902, \u092F\u0939 \u0938\u0941\u0935\u093F\u0927\u093E \u092E\u093E\u092E\u0932\u0947 \u0915\u0940 \u092A\u0939\u091A\u093E\u0928 \u0915\u0930\u0924\u0940 \u0939\u0948, \u0914\u0930 \u0915\u0947\u0935\u0932 \u0916\u093E\u0932\u0940 \u091C\u0917\u0939 \u0938\u0947 \u0905\u0932\u0917 \u0936\u092C\u094D\u0926 \u092D\u093E\u0937\u093E\u0913\u0902 (\u091C\u0948\u0938\u0947 \u0905\u0902\u0917\u094D\u0930\u0947\u091C\u0940, \u092B\u094D\u0930\u0947\u0902\u091A) \u0915\u093E \u0938\u092E\u0930\u094D\u0925\u0928 \u0915\u0930\u0924\u0940 \u0939\u0948, \u091C\u093E\u092A\u093E\u0928\u0940, \u0915\u094B\u0930\u093F\u092F\u093E\u0908 \u0906\u0926\u093F \u092D\u093E\u0937\u093E\u0913\u0902 \u0915\u0947 \u0932\u093F\u090F \u092F\u0939 \u0909\u092A\u092F\u0941\u0915\u094D\u0924 \u0928\u0939\u0940\u0902 \u0939\u0948\u0964","intro.hoverDescription":"\u092E\u093E\u0909\u0938 \u0939\u094B\u0935\u0930 \u0905\u0928\u0941\u0935\u093E\u0926 \u0921\u0941\u092C\u0915\u0940 \u0905\u0928\u0941\u0935\u093E\u0926 \u092E\u0947\u0902 \u092C\u0939\u0941\u0924 \u092E\u0939\u0924\u094D\u0935\u092A\u0942\u0930\u094D\u0923 \u0938\u0941\u0935\u093F\u0927\u093E \u0939\u0948, \u092C\u0938 \u092A\u0948\u0930\u093E\u0917\u094D\u0930\u093E\u092B \u092A\u0930 \u092E\u093E\u0909\u0938 \u0930\u0916\u0947\u0902, \u0938\u093E\u0925 \u0939\u0940 \u0938\u0947\u091F \u0915\u0940 \u0917\u0908 \u0936\u0949\u0930\u094D\u091F\u0915\u091F \u0915\u0941\u0902\u091C\u0940 \u0926\u092C\u093E\u090F\u0902, \u0924\u094B \u0935\u0930\u094D\u0924\u092E\u093E\u0928 \u092A\u0948\u0930\u093E\u0917\u094D\u0930\u093E\u092B \u0915\u093E \u0938\u094D\u0935\u091A\u093E\u0932\u093F\u0924 \u0930\u0942\u092A \u0938\u0947 \u0905\u0928\u0941\u0935\u093E\u0926 \u0939\u094B \u091C\u093E\u090F\u0917\u093E (\u0927\u094D\u092F\u093E\u0928 \u0926\u0947\u0902: \u0921\u093F\u092B\u093C\u0949\u0932\u094D\u091F \u0930\u0942\u092A \u0938\u0947 \u092F\u0939 \u0938\u0915\u094D\u0937\u092E \u0928\u0939\u0940\u0902 \u0939\u0948, \u0915\u0943\u092A\u092F\u093E \u0928\u0940\u091A\u0947 \u0938\u0947\u091F \u0915\u0930\u0947\u0902), \u092F\u0939 \u0907\u0902\u091F\u0930\u090F\u0915\u094D\u0936\u0928 \u0936\u092C\u094D\u0926 \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u094B \u092C\u0947\u0939\u0924\u0930 \u0930\u0942\u092A \u0938\u0947 \u092A\u094D\u0930\u0924\u093F\u0938\u094D\u0925\u093E\u092A\u093F\u0924 \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u0909\u092A\u092F\u094B\u0917 \u0915\u093F\u092F\u093E \u091C\u093E\u0924\u093E \u0939\u0948, \u0907\u0938\u0915\u0947 \u0905\u0932\u093E\u0935\u093E, \u092F\u0939 \u0938\u0941\u0935\u093F\u0927\u093E \u0909\u0928 \u0915\u094D\u0937\u0947\u0924\u094D\u0930\u094B\u0902 \u092E\u0947\u0902 \u092D\u0940 \u0935\u094D\u092F\u093E\u092A\u0915 \u0930\u0942\u092A \u0938\u0947 \u0909\u092A\u092F\u094B\u0917 \u0915\u0940 \u091C\u093E\u0924\u0940 \u0939\u0948 \u091C\u093F\u0928\u094D\u0939\u0947\u0902 \u092A\u0939\u091A\u093E\u0928\u093E \u0928\u0939\u0940\u0902 \u091C\u093E \u0938\u0915\u0924\u093E \u0939\u0948, \u0906\u092A \u0907\u0938 \u0938\u0941\u0935\u093F\u0927\u093E \u0915\u093E \u0909\u092A\u092F\u094B\u0917 \u0915\u0930\u0915\u0947, \u0915\u093F\u0938\u0940 \u092D\u0940 \u092A\u0948\u0930\u093E\u0917\u094D\u0930\u093E\u092B \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u092E\u091C\u092C\u0942\u0930 \u0915\u0930 \u0938\u0915\u0924\u0947 \u0939\u0948\u0902\u0964","intro.subtitleDescription":"\u0907\u0938 \u0938\u0941\u0935\u093F\u0927\u093E \u0915\u094B \u091A\u093E\u0932\u0942 \u0915\u0930\u0928\u0947 \u0915\u0947 \u092C\u093E\u0926, \u0935\u0940\u0921\u093F\u092F\u094B \u092A\u094D\u0932\u0947 \u0939\u094B\u0928\u0947 \u092A\u0930 \u0938\u094D\u0935\u091A\u093E\u0932\u093F\u0924 \u0930\u0942\u092A \u0938\u0947 \u0926\u094D\u0935\u093F\u092D\u093E\u0937\u0940\u092F \u0909\u092A\u0936\u0940\u0930\u094D\u0937\u0915 \u092A\u094D\u0930\u0926\u0930\u094D\u0936\u093F\u0924 \u0939\u094B\u0902\u0917\u0947\u0964 \u092F\u0926\u093F \u092F\u0939 \u0938\u0915\u094D\u0937\u092E \u0928\u0939\u0940\u0902 \u0939\u0948, \u0924\u094B \u0906\u092A\u0915\u094B \u092A\u0943\u0937\u094D\u0920 \u092A\u0930 \u092E\u0948\u0928\u094D\u092F\u0941\u0905\u0932 \u0930\u0942\u092A \u0938\u0947 \u0905\u0928\u0941\u0935\u093E\u0926 \u092C\u091F\u0928 \u092A\u0930 \u0915\u094D\u0932\u093F\u0915 \u0915\u0930\u0928\u0947 \u0915\u0940 \u0906\u0935\u0936\u094D\u092F\u0915\u0924\u093E \u0939\u094B\u0917\u0940 \u0924\u093E\u0915\u093F \u0909\u092A\u0936\u0940\u0930\u094D\u0937\u0915 \u0926\u093F\u0916\u093E\u0908 \u0926\u0947\u0964 \u0915\u0943\u092A\u092F\u093E \u0927\u094D\u092F\u093E\u0928 \u0926\u0947\u0902, \u0924\u0915\u0928\u0940\u0915\u0940 \u0938\u0940\u092E\u093E\u0913\u0902 \u0915\u0947 \u0915\u093E\u0930\u0923, \u0915\u0941\u091B \u0935\u0947\u092C\u0938\u093E\u0907\u091F\u094B\u0902 \u092A\u0930 \u092A\u0939\u0932\u0940 \u092C\u093E\u0930 \u0909\u092A\u0936\u0940\u0930\u094D\u0937\u0915 \u0938\u0915\u094D\u0930\u093F\u092F \u0915\u0930\u0928\u0947 \u0915\u0947 \u0938\u092E\u092F \u092A\u0943\u0937\u094D\u0920 \u0915\u094B \u0924\u093E\u091C\u093E \u0915\u0930\u0928\u0947 \u0915\u0940 \u092F\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u092A\u0942\u0930\u093E \u0939\u094B\u0928\u0947 \u0915\u0947 \u092C\u093E\u0926 \u0907\u0902\u0924\u091C\u093E\u0930 \u0915\u0930\u0928\u0947 \u0915\u0940 \u0906\u0935\u0936\u094D\u092F\u0915\u0924\u093E \u0939\u094B \u0938\u0915\u0924\u0940 \u0939\u0948, \u0924\u092D\u0940 \u0926\u094D\u0935\u093F\u092D\u093E\u0937\u0940\u092F \u0909\u092A\u0936\u0940\u0930\u094D\u0937\u0915 \u092A\u094D\u0930\u0926\u0930\u094D\u0936\u093F\u0924 \u0939\u094B\u0902\u0917\u0947\u0964 (\u0907\u0938\u0915\u0947 \u0905\u0932\u093E\u0935\u093E, \u0906\u092A \u0935\u0940\u0921\u093F\u092F\u094B \u0935\u0947\u092C\u0938\u093E\u0907\u091F \u0916\u094B\u0932\u0928\u0947 \u0915\u0947 \u092C\u093E\u0926, \u090A\u092A\u0930\u0940 \u0926\u093E\u090F\u0902 \u0915\u094B\u0928\u0947 \u092E\u0947\u0902 \u0921\u0942\u092C\u0928\u0947 \u0935\u093E\u0932\u0947 \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0947 \u0924\u094D\u0935\u0930\u093F\u0924 \u092A\u0948\u0928\u0932 \u0915\u094B \u0938\u0915\u094D\u0937\u092E / \u0905\u0915\u094D\u0937\u092E \u0915\u0930 \u0938\u0915\u0924\u0947 \u0939\u0948\u0902)

\u0935\u0930\u094D\u0924\u092E\u093E\u0928 \u092E\u0947\u0902 \u0907\u0928 \u0935\u0947\u092C\u0938\u093E\u0907\u091F\u094B\u0902 \u092A\u0930 \u0926\u094D\u0935\u093F\u092D\u093E\u0937\u0940\u092F \u0909\u092A\u0936\u0940\u0930\u094D\u0937\u0915 \u0915\u093E \u0909\u092A\u092F\u094B\u0917 \u0915\u0930\u0928\u0947 \u0915\u093E \u0938\u092E\u0930\u094D\u0925\u0928 \u0915\u093F\u092F\u093E \u0917\u092F\u093E \u0939\u0948:",geminiWarning:"\u0927\u094D\u092F\u093E\u0928 \u0926\u0947\u0902: \u0917\u0942\u0917\u0932 \u0926\u094D\u0935\u093E\u0930\u093E \u092A\u094D\u0930\u0926\u093E\u0928 \u0915\u0940 \u0917\u0908 \u091C\u0947\u092E\u093F\u0928\u0940 \u0915\u0940 \u092E\u0941\u092B\u094D\u0924 \u0938\u0947\u0935\u093E \u0915\u0940 \u0938\u0940\u092E\u093E\u090F\u0902 \u0915\u0921\u093C\u0940 \u0939\u0948\u0902, \u092F\u0939 \u0938\u0902\u092D\u0935 \u0939\u0948 \u0915\u093F \u0917\u0942\u0917\u0932 \u0907\u0938\u0947 \u0909\u092A\u092F\u094B\u0917\u0915\u0930\u094D\u0924\u093E \u0915\u0947 \u0926\u094D\u0935\u093E\u0930\u093E \u0909\u0928\u0915\u0940 \u092E\u0941\u092B\u094D\u0924 \u0915\u094B\u091F\u093E \u0938\u0940\u092E\u093E \u0915\u094B \u0926\u0942\u0930 \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u0915\u0908 \u0915\u0941\u0902\u091C\u0940 \u0915\u093E \u0909\u092A\u092F\u094B\u0917 \u0915\u0930\u0928\u0947 \u0915\u0947 \u0930\u0942\u092A \u092E\u0947\u0902 \u0928\u093F\u0930\u094D\u0927\u093E\u0930\u093F\u0924 \u0915\u0930\u0947, \u0907\u0938\u0915\u093E \u0909\u092A\u092F\u094B\u0917 \u0915\u0930\u0928\u0947 \u0915\u0940 \u0938\u0932\u093E\u0939 \u0928\u0939\u0940\u0902 \u0926\u0940 \u091C\u093E\u0924\u0940 \u0939\u0948, \u0905\u0928\u0941\u0936\u0902\u0938\u093E \u0915\u0940 \u091C\u093E\u0924\u0940 \u0939\u0948 \u0915\u093F \u0917\u0942\u0917\u0932 \u091C\u0947\u092E\u093F\u0928\u0940 \u0915\u0947 \u092A\u0947\u0921\u093C \u0907\u0902\u091F\u0930\u092B\u093C\u0947\u0938 \u0915\u094B \u092D\u0935\u093F\u0937\u094D\u092F \u092E\u0947\u0902 \u0916\u094B\u0932\u0928\u0947 \u0915\u093E \u0907\u0902\u0924\u091C\u093E\u0930 \u0915\u0930\u0947\u0902\u0964","floatBall.setting":"\u0938\u0947\u091F\u093F\u0902\u0917\u094D\u0938","floatBall.translateToLanguage":"\u0915\u094D\u0932\u093F\u0915 \u0915\u0930\u0947\u0902 \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F {language}","floatBall.file":"PDF, EPUB, SRT, ASS, HTML, TXT \u092B\u093C\u093E\u0907\u0932\u094B\u0902 \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0947\u0902",changeToOnlyTempTranslationMode:"\u0915\u0947\u0935\u0932 \u0905\u0928\u0941\u0935\u093E\u0926 \u0926\u093F\u0916\u093E\u0928\u0947 \u092A\u0930 \u0938\u094D\u0935\u093F\u091A \u0915\u0930\u0947\u0902",changeToDualTempTranslationMode:"\u0926\u094D\u0935\u093F\u092D\u093E\u0937\u0940 \u0905\u0928\u0941\u0935\u093E\u0926 \u092A\u0930 \u0938\u094D\u0935\u093F\u091A \u0915\u0930\u0947\u0902","translationServices.yandex":"\u092F\u093E\u0902\u0921\u0947\u0915\u094D\u0938","options.navbar.installApp":"\u092E\u094B\u092C\u093E\u0907\u0932 \u0910\u092A \u0938\u094D\u0925\u093E\u092A\u093F\u0924 \u0915\u0930\u0947\u0902","options.navbar.translateFile":"\u0905\u0928\u0941\u0935\u093E\u0926 \u0926\u0938\u094D\u0924\u093E\u0935\u0947\u091C\u093C","transitionMode.dual":"\u0926\u094D\u0935\u093F\u092D\u093E\u0937\u0940\u092F \u0938\u092E\u093E\u0928\u093E\u0902\u0924\u0930","transitionMode.translation":"\u0915\u0947\u0935\u0932 \u0905\u0928\u0941\u0935\u093E\u0926","subtitle.transitionMode":"\u0935\u0940\u0921\u093F\u092F\u094B \u0938\u092C\u091F\u093E\u092F\u091F\u0932 \u0926\u094D\u0935\u093F\u092D\u093E\u0937\u0940 / \u0915\u0947\u0935\u0932 \u0905\u0928\u0941\u0935\u093E\u0926 \u0938\u0947\u091F\u093F\u0902\u0917","subtitle.transitionModeDescription":"\u0935\u0940\u0921\u093F\u092F\u094B \u0938\u092C\u091F\u093E\u092F\u091F\u0932 \u0915\u094B \u0926\u094D\u0935\u093F\u092D\u093E\u0937\u0940 \u0924\u0941\u0932\u0928\u093E\u0924\u094D\u092E\u0915 \u092F\u093E \u0915\u0947\u0935\u0932 \u0905\u0928\u0941\u0935\u093E\u0926 \u092E\u094B\u0921 \u092E\u0947\u0902 \u0938\u0947\u091F \u0915\u0930\u0947\u0902","transitionMode.inherit":"\u0938\u093F\u0938\u094D\u091F\u092E \u0915\u0947 \u0921\u093F\u092B\u093C\u0949\u0932\u094D\u091F \u0905\u0928\u0941\u0935\u093E\u0926 \u092A\u094D\u0930\u0926\u0930\u094D\u0936\u0928 \u092E\u094B\u0921 \u0915\u0947 \u0938\u093E\u0925 \u0938\u0902\u0930\u0947\u0916\u093F\u0924 \u0930\u0939\u0947\u0902",translateFileTooltip:`PDF, ePub, srt, ass, HTML, TXT \u092B\u093C\u093E\u0907\u0932\u094B\u0902 \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0947\u0902`,"description.multiplePrompt":`\u091C\u092C \u092A\u0948\u0930\u093E\u0917\u094D\u0930\u093E\u092B \u0915\u0940 \u0938\u0902\u0916\u094D\u092F\u093E 1 \u0938\u0947 \u0905\u0927\u093F\u0915 \u0939\u094B\u0924\u0940 \u0939\u0948, \u0924\u094B \u0909\u092A\u092F\u094B\u0917\u0915\u0930\u094D\u0924\u093E \u0915\u0940 \u092A\u0939\u091A\u093E\u0928 \u0938\u0947 {service} \u0915\u094B \u0926\u093F\u090F \u0917\u090F \u0938\u0902\u0935\u093E\u0926, \u091C\u093F\u0938\u092E\u0947\u0902 {{from}} \u092A\u0948\u0930\u093E\u0917\u094D\u0930\u093E\u092B \u0915\u0940 \u092D\u093E\u0937\u093E \u0915\u094B \u0926\u0930\u094D\u0936\u093E\u0924\u093E \u0939\u0948, {{to}} \u0932\u0915\u094D\u0937\u094D\u092F \u092D\u093E\u0937\u093E \u0915\u094B \u0926\u0930\u094D\u0936\u093E\u0924\u093E \u0939\u0948, {{yaml}} \u0939\u092E\u093E\u0930\u093E yaml \u092A\u094D\u0930\u093E\u0930\u0942\u092A \u092E\u0947\u0902 \u092A\u0948\u0915 \u0915\u093F\u092F\u093E \u0939\u0941\u0906 \u092A\u0948\u0930\u093E\u0917\u094D\u0930\u093E\u092B \u0938\u093E\u092E\u0917\u094D\u0930\u0940 \u0939\u0948, \u092F\u0926\u093F \u0906\u092A\u0915\u0947 \u092A\u093E\u0938 \u0905\u0928\u0941\u0915\u0942\u0932\u093F\u0924 Prompt \u0915\u0940 \u0906\u0935\u0936\u094D\u092F\u0915\u0924\u093E \u0939\u0948, \u0924\u094B \u0906\u092A\u0915\u094B \u0938\u0941\u0928\u093F\u0936\u094D\u091A\u093F\u0924 \u0915\u0930\u0928\u093E \u0939\u094B\u0917\u093E \u0915\u093F AI \u0915\u0947 \u092A\u094D\u0930\u0924\u093F\u0915\u094D\u0930\u093F\u092F\u093E \u0915\u0947 YAML \u092A\u0930\u093F\u0923\u093E\u092E \u092E\u0947\u0902 \u092A\u094D\u0930\u0924\u094D\u092F\u0947\u0915 \u0906\u0907\u091F\u092E {env.imt_trans_field} \u092B\u093C\u0940\u0932\u094D\u0921 \u0915\u094B \u0936\u093E\u092E\u093F\u0932 \u0915\u0930\u0924\u093E \u0939\u0948, {{imt_trans_field}} \u0939\u092E\u093E\u0930\u0940 \u0906\u0936\u093E \u0939\u0948 \u0915\u093F AI \u0915\u0947 \u092A\u094D\u0930\u0924\u093F\u0915\u094D\u0930\u093F\u092F\u093E \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u092B\u093C\u0940\u0932\u094D\u0921 \u0928\u093E\u092E \u0939\u0948, \u0921\u093F\u092B\u093C\u0949\u0932\u094D\u091F \u0930\u0942\u092A \u0938\u0947 {env.imt_trans_field} \u0939\u0948, {{imt_source_field}} \u0939\u092E\u093E\u0930\u093E AI \u0915\u0947 \u0932\u093F\u090F \u092A\u093E\u0930\u093F\u0924 \u092E\u0942\u0932 \u092B\u093C\u0940\u0932\u094D\u0921 \u0928\u093E\u092E \u0939\u0948, \u0921\u093F\u092B\u093C\u0949\u0932\u094D\u091F \u0930\u0942\u092A \u0938\u0947 {env.imt_source_field} \u0939\u0948, \u0909\u0926\u093E\u0939\u0930\u0923 \u092A\u0930\u093F\u0923\u093E\u092E: @@ -5099,7 +5099,7 @@ HTML, TXT \u092B\u093C\u093E\u0907\u0932\u094B\u0902 \u0915\u093E \u0905\u0928\u {env.imt_sub_trans_field}: \u0905\u0928\u0941\u0935\u093E\u0926 - id: 2 {env.imt_sub_source_field}: \u0938\u094D\u0930\u094B\u0924 - {env.imt_sub_trans_field}: \u0905\u0928\u0941\u0935\u093E\u0926`,"subtitle.quickButton.cyan":"\u0928\u0940\u0932\u093E","subtitle.quickButton.green":"\u0939\u0930\u093E","subtitle.quickButton.black":"\u0915\u093E\u0932\u093E","subtitle.quickButton.white":"\u0938\u092B\u0947\u0926","subtitle.quickButton.yellow":"\u092A\u0940\u0932\u093E","subtitle.quickButton.red":"\u0932\u093E\u0932","subtitle.quickButton.setting":"\u0938\u0947\u091F \u0915\u0930\u0947\u0902","subtitle.quickButton.blue":"\u0928\u0940\u0932\u093E","subtitle.quickButton.magenta":"\u0917\u0941\u0932\u093E\u092C\u0940 \u0930\u0902\u0917","subtitle.quickButton.translationPositionBottom":"\u092E\u0942\u0932 \u092A\u093E\u0920 \u0915\u0947 \u0928\u0940\u091A\u0947","translationServices.claude":"\u0915\u094D\u0932\u0949\u0921","subtitle.quickButton.sourceFontSize":"\u092E\u0942\u0932 \u092B\u093C\u0949\u0928\u094D\u091F \u0906\u0915\u093E\u0930","subtitle.quickButton.sourceTextColor":"\u092E\u0942\u0932 \u092B\u093C\u0949\u0928\u094D\u091F \u0915\u093E \u0930\u0902\u0917","subtitle.quickButton.translationPosition":"\u0905\u0928\u0941\u0935\u093E\u0926 \u0938\u094D\u0925\u093F\u0924\u093F","subtitle.quickButton.translationPositionTop":"\u092E\u0942\u0932 \u092A\u093E\u0920 \u0915\u0947 \u090A\u092A\u0930","subtitle.quickButton.backgroundColor":"\u092A\u0943\u0937\u094D\u0920\u092D\u0942\u092E\u093F \u0930\u0902\u0917","subtitle.quickButton.backgroundOpacity":"\u092A\u0943\u0937\u094D\u0920\u092D\u0942\u092E\u093F \u0905\u092A\u093E\u0930\u0926\u0930\u094D\u0936\u093F\u0924\u093E","subtitle.quickButton.translationFontSize":"\u0905\u0928\u0941\u0935\u093E\u0926 \u092B\u093C\u0949\u0928\u094D\u091F \u0915\u093E \u0906\u0915\u093E\u0930","subtitle.quickButton.translationTextColor":"\u0905\u0928\u0941\u0935\u093E\u0926 \u092B\u093C\u0949\u0928\u094D\u091F \u0915\u093E \u0930\u0902\u0917",attachSubtitleTranslating:"{service} \u0915\u093E \u0909\u092A\u092F\u094B\u0917 \u0915\u0930\u0915\u0947 \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930 \u0930\u0939\u093E \u0939\u0948...","error.claude.403":"\u0938\u0947\u0935\u093E \u0924\u0915 \u092A\u0939\u0941\u0902\u091A \u0915\u093E \u0915\u094B\u0908 \u0905\u0927\u093F\u0915\u093E\u0930 \u0928\u0939\u0940\u0902 \u0939\u0948, \u092F\u0939 Claude \u0915\u0940 \u0915\u094D\u0937\u0947\u0924\u094D\u0930\u0940\u092F \u0938\u0940\u092E\u093E\u0913\u0902 \u0938\u0947 \u0938\u0902\u092C\u0902\u0927\u093F\u0924 \u0939\u094B \u0938\u0915\u0924\u093E \u0939\u0948, \u0906\u092A \u0905\u092A\u0928\u093E IP \u092A\u0924\u093E \u092C\u0926\u0932\u0928\u0947 \u0915\u093E \u092A\u094D\u0930\u092F\u093E\u0938 \u0915\u0930 \u0938\u0915\u0924\u0947 \u0939\u0948\u0902, \u092F\u093E \u0905\u0928\u094D\u092F \u0905\u0928\u0941\u0935\u093E\u0926 \u0938\u0947\u0935\u093E\u0913\u0902 \u0915\u093E \u0909\u092A\u092F\u094B\u0917 \u0915\u0930 \u0938\u0915\u0924\u0947 \u0939\u0948\u0902\u0964","browser.brandDescriptionForSafari":"\u3010\u0907\u092E\u0930\u094D\u0938\u093F\u0935 \u0905\u0928\u0941\u0935\u093E\u0926\u3011 \u090F\u0915 \u092E\u0941\u092B\u094D\u0924 (\u092E\u0942\u0932 / \u0905\u0928\u0941\u0935\u093E\u0926) \u0926\u094D\u0935\u093F\u092D\u093E\u0937\u0940 \u0935\u0947\u092C\u092A\u0947\u091C \u0905\u0928\u0941\u0935\u093E\u0926 \u092A\u094D\u0932\u0917\u0907\u0928, \u091C\u094B \u0938\u092E\u092F-\u0938\u092E\u092F \u092A\u0930 PDF \u0905\u0928\u0941\u0935\u093E\u0926 \u0914\u0930 EPUB \u0908-\u092C\u0941\u0915 \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u093E \u0938\u092E\u0930\u094D\u0925\u0928 \u0915\u0930\u0924\u093E \u0939\u0948 \u0914\u0930 \u092E\u0942\u0932 \u0926\u0938\u094D\u0924\u093E\u0935\u0947\u091C\u093C \u0915\u0940 \u0935\u093F\u0928\u094D\u092F\u093E\u0938 \u0915\u094B \u092C\u0928\u093E\u090F \u0930\u0916\u0924\u093E \u0939\u0948, Youtube/Netflix \u0906\u0926\u093F \u0911\u0928\u0932\u093E\u0907\u0928 \u0935\u0940\u0921\u093F\u092F\u094B \u0926\u094D\u0935\u093F\u092D\u093E\u0937\u0940 \u0909\u092A\u0936\u0940\u0930\u094D\u0937\u0915 \u0905\u0928\u0941\u0935\u093E\u0926, Deepl/Google \u0906\u0926\u093F \u092A\u094D\u0930\u092E\u0941\u0916 \u0905\u0928\u0941\u0935\u093E\u0926 \u0938\u0947\u0935\u093E\u0913\u0902 \u0915\u093E \u0938\u092E\u0930\u094D\u0925\u0928 \u0915\u0930\u0924\u093E \u0939\u0948;","browser.PdfProFile":"AI \u0938\u0902\u091A\u093E\u0932\u093F\u0924 PDF Pro \u0905\u0928\u0941\u0935\u093E\u0926","browser.textTranslate":"\u0932\u093F\u0916\u093F\u0924 \u0905\u0928\u0941\u0935\u093E\u0926"};var Bs={nologin:"non \xE8 stato effettuato l'accesso",loginForSafari:"Accedi o registrati",login:"Accedi per aprire un'iscrizione",manageAccount:"Conti gestiti",openPremium:"Soci aperti",logout:"interrompere",curentPlan:"Pacchetti attuali",endAt:"scadenza",endAuto:"rinnovo automatico",lineBreakMaxTextCount:"Numero massimo di caratteri consentiti per frase dopo le interruzioni di riga","translate-pdf":"Clicca per tradurre il PDF","noSupportTranslate-pdf":"Script non supportato, utilizzare il plugin","translate-firefox-local-pdf":"Fare clic per andare a Importazione PDF",enableLineBreak:"Abilita l'avanzamento automatico delle righe per i paragrafi lunghi",sponsorLabel:"1$ Sviluppatori sponsorizzati",help:"mano",browserShortcutsNoteForFirefox:"Per modificare le scorciatoie in Firefox, \xE8 necessario aprire la pagina di gestione delle estensioni `about:addons`, quindi fare clic su `Impostazioni` e poi su `Gestione scorciatoie` per impostare le scorciatoie.",browserShortcutsNoteForChrome:"Per modificare le scorciatoie in Chrome, \xE8 necessario aprire la pagina di gestione delle estensioni, impostarle nel pannello `Gestione scorciatoie` (`chrome://extensions/shortcuts`) e fare clic sul pulsante sottostante per passare alla pagina di gestione delle scorciatoie.",browserShortcutsSucks:"Le scorciatoie personalizzate sono formattate come (non viene effettuato il riconoscimento automatico, inserire direttamente)\uFF1A",enableLineBreakDescription:"Quando \xE8 attivata, le interruzioni di riga vengono inserite alla fine di ogni frase nei paragrafi lunghi per facilitarne la lettura.","browser.shortBrandName":"Traduzione in immersione","browser.brandName":"Immersion Translation: traduzione bilingue di pagine web e documenti PDF","browser.brandDescription":"Bilingual web page translation, also supports PDF translation, bilingual Epub eBook translation, free to use.","browser.toggleTranslatePage":"Tradurre la pagina/visualizzare il testo originale","browser.toggleTranslateTheWholePage":"Tradurre tutte le aree della pagina/visualizzare il testo originale","browser.toggleOnlyTransation":"Cambia modalit\xE0 bilingue/solo traduzione","browser.toggleTranslateToThePageEndImmediately":"Traduzione immediata a fondo pagina/visualizzazione del testo originale","browser.toggleTranslateTheMainPage":"Tradurre l'area principale della pagina/visualizzare il testo originale","browser.shareToDraft":"Condividi le pagine bilingue","browser.openOptionsPage":"Aprire la pagina delle impostazioni","browser.toggleTranslationMask":"Mostra/nascondi l'effetto di sfocatura della traslazione","browser.translateLocalPdfFile":"Tradurre i file PDF locali","browser.openEbookViewer":"Leggere gli eBook locali","browser.openEbookBuilder":"Creare eBook EPUB bilingue","browser.translateLocalHtmlFile":"Tradurre file HTML/testo","browser.donateContext":"Scopri i vantaggi della sponsorizzazione","browser.translateLocalSubtitleFile":"Tradurre i file dei sottotitoli locali",confirmResetConfig:"\xC8 sicuro di voler ripristinare le impostazioni?",translationLineBreakSettingTitle:"Impostazione dell'avanzamento riga di traduzione",smartLineBreak:"alimentazione di linea intelligente (calcolo)",alwaysLineBreak:"Sempre avanzamento di riga",isShowContextMenu:"Aggiungere pagine tradotte alle voci di menu del tasto destro del mouse",toggleBeta:"Abilitazione delle funzioni di beta testing",betaDescription:"Attiva funzioni ancora sperimentali e un servizio di traduzione in beta. Unitevi al <1>gruppo Telegram per saperne di pi\xF9.",translationLineBreakSettingDescription:"Le interruzioni di riga sono sempre ordinate per le pagine con meno contenuti. (Usare interruzioni di riga intelligenti nei paragrafi lunghi e ricchi di contenuti (pi\xF9 di{count}caratteri) per risparmiare spazio).",tempTranslateDomainTitle:"Durata dell'attivazione temporanea della traduzione del sito web",tempTranslateDomainDescription:"Quando si traduce manualmente una pagina web, \xE8 possibile attivare temporaneamente la traduzione automatica del sito web e impostare la durata temporanea.",xMinutes:"{count} minuti",disabled:"vietare l'uso di qcs.",changelog:"Registro degli aggiornamenti",toggleTranslatePageWhenThreeFingersOnTheScreen:"Il tocco simultaneo di pi\xF9 dita sullo schermo traduce le pagine web/visualizza il testo originale",toggleTranslationMaskWhenThreeFingersOnTheScreen:"Il tocco con pi\xF9 dita mostra/nasconde l'effetto di sfocatura.",fingerCountToToggleTranslagePageOnlyTranslationWhenTouching:"Pi\xF9 dita che toccano lo schermo contemporaneamente traducono la pagina web (solo traduzione)/visualizzano il testo originale.",addUrlDescription:"Pu\xF2 essere un nome di dominio e supporta anche i caratteri jolly, ad esempio\uFF1A*.google.com, google.com/mail/*, https://www.google.com/*",general:"Impostazioni di base",clickToExpandConfig:"Espandere la configurazione attuale",import:"Importazione da file",export:"Esportazione su file",toggleDebug:"Stampa il log di debug sulla console","fingers.0":"coagulo","fingers.2":"tocco con due dita","fingers.3":"tocco con tre dita","fingers.4":"tocco a quattro dita","fingers.5":"tocco a cinque dita",mouseHoldKey:"+ {key} tradurre/ripristinare il paragrafo",mouseHoldKeyAuto:"Traduzione diretta del paragrafo",mouseHoldKeyOff:"Non fare nulla.",mouseHoldKeyOther:"Collegamenti personalizzati (impostazioni di apertura)",mouseHoldKeyCustomKey:"{key} Traduzione/riduzione del paragrafo",mouseHoverHoldKey:"Passaggio del mouse mentre si premono i tasti di scelta rapida per tradurre i paragrafi","mouse-translate":"passaggio del mouse",document:"(computer) file",resetSuccess:"Reimpostare tutte le impostazioni con successo",resetThisSuccess:"Ripristino riuscito",saved:"Salva il successo",successImportConfig:"Configurazione importata con successo",goAdvancedSettings:"Andare alla pagina Impostazioni avanzate",goAdvancedInterfaceSettings:"Andare alla pagina Impostazioni di personalizzazione avanzate",advanced:"Impostazioni avanzate",advancedDescription:"In genere non \xE8 necessaria alcuna impostazione, basta lasciarla come predefinita. Solo per gli utenti pi\xF9 specializzati sono disponibili impostazioni pi\xF9 personalizzate.",developer:"Impostazioni dello sviluppatore",donateCafe:"prezzi","translate to the bottom of the page":"Si traduce in fondo alla pagina subito dopo l'ingresso nella pagina?",feedback:"Domanda Feedback",toggleTranslatePage:"Tradurre la pagina/visualizzare il testo originale",translateToThePageEndImmediatelyDescription:"Se si attiva, il contenuto viene tradotto immediatamente dall'inizio alla fine della pagina, non appena viene inserito. Se lo si disattiva, il contenuto viene tradotto man mano che si legge. (Non consigliato)","translate all areas of the page":"Se tradurre tutte le aree della pagina",translationAreaDescription:"Attivato, vengono tradotte tutte le aree dell'intera pagina web. Se si disattiva, viene utilizzato il riconoscimento intelligente predefinito e vengono tradotte solo le aree principali. (Non si consiglia di attivarlo)","the number of characters to be translated first":"Tradurre direttamente i primi caratteri della pagina senza attendere lo scorrimento dell'area di visualizzazione","interface language":"linguaggio dell'interfaccia","display both the original text and the translation":"Visualizzazione simultanea di originale e traduzione","keyboard shortcuts":"Scorciatoie da tastiera",modify:"Modifica dei tasti di scelta rapida",reset:"riproposizione",close:"coagulo",homepage:"homepage",more:"di pi\xF9",moreOptions:"Ampliare le opzioni di personalizzazione",translateTheWholePage:"Tradurre tutte le aree della pagina (invece di riconoscere intelligentemente le aree principali)",changeToTranslateTheWholePage:"Passare alla traduzione di tutte le regioni",changeToTranslateTheMainPage:"Passare all'area principale di traduzione",changeToOnlyTranslationMode:"Alterna per visualizzare solo le traduzioni",changeToDualTranslationMode:"Passare alla traduzione bilingue",translateToThePageEndImmediately:"Traduzione immediata a fondo pagina",translateTheMainPage:"Regioni chiave della traduzione intelligente","The local rules are up to date":"Le norme di adattamento locali sono aggiornate.","Successfully synchronized with the latest official rules:":"Sincronizzato con successo con le ultime regole ufficiali di adattamento.","Checking for updates":"Controllo degli aggiornamenti","Rules are being synchronized":"Regole di adattamento sincronizzate",localVersionIsTooOld:"La versione dell'estensione locale \xE8 troppo vecchia; aggiornare l'estensione a {minVersion} o a una versione pi\xF9 recente prima di tentare la sincronizzazione.",badUserscriptBrowser:"Il browser attuale non implementa correttamente l'interfaccia dell'estensione Grease Monkey (ad esempio, per ottenere informazioni sul numero di versione dello script Grease Monkey stesso); si prega di utilizzare altri browser che <1>supportano l'estensione Grease Monkey, come Firefox.",foundNewVersion:"Scoprite la nuova versione",theLocalExtensionIsUpToUpdate:"L'estensione attuale \xE8 aggiornata.",failToSyncRules:"Mancata sincronizzazione delle ultime regole di adattamento",retry:"Fare clic qui per riprovare",failedReason:"Motivi del fallimento",currentRuleVersion:"Versione attuale della regola",calculating:"calcoli",unknownError:"errore sconosciuto",canNotFetchRemoteRule:"Impossibile ottenere le regole remote",enableAlphaSuccess:"Alfa abilitato",disableAlphaSuccess:"La funzione Alpha \xE8 stata disattivata",cacheSize:"Dimensione della cache\uFF1A",cleaning:"in fase di liquidazione",cleanCache:"cancellare la cache",options:"allestimento",about:"rispetto a",service:"servizio di interpretariato",needAction:"(Vai alle impostazioni)",goSettings:"procedere con l'impostazione",needActionForOptions:"(da impostare)",translationEngine:"Opzioni del motore",sourceLanguage:"Lingua originale",target:"lingua di destinazione",popupSourceLanguage:"Lingua originale",popupTarget:"lingua di destinazione",popupService:"servizio di interpretariato",forThisSite:"Sito web attuale",autoEnableSubtitle:"Attiva automaticamente i sottotitoli bilingue",alwaysTranslate:"Tradurre sempre",neverTranslate:"Mai tradurre",alwaysTranslateSomeLanguage:"Tradurre sempre {language}",neverTranslateSomeLanguage:"Mai tradurre {language}",alwaysTranslateSomeSite:"Tradurre sempre {hostname}",neverTranslateSomeSite:"Mai tradurre {hostname}",alwaysTranslateSomeSiteOrWildSite:"Tradurre sempre il sito",alwaysTranslateSomePage:"Tradurre sempre la pagina",add:"aumento",default:"predefinito (impostazione)",forThisLanguage:"Per questa lingua\uFF1A","add url":"Inserire l'URL",edit:"compilatore","translate other languages into specific language":"Tradurre altre lingue nella lingua impostata","select translation service":"Selezionare un servizio di traduzione",language:"multilinguismo","show-original":"Mostra il testo originale",translate:"rendering",Translated:"tradotto",Translating:"in traduzione",Error:"non corretto",allowCacheTranslations:"Abilitare la cache delle traduzioni locali (per ridurre le richieste di traduzione per i passaggi duplicati)","translation display":"Stile di visualizzazione della traduzione","select diplay style":"Distinguere gli stili di traduzione, con specifico riferimento ai seguenti esempi",interface:"Impostazioni dell'interfaccia",import_export:"Importazione/Esportazione",import_export_title:"Configurazione di importazione/esportazione",syncToGoogleDrive:"Sincronizzazione con Google Drive ora",floatBallOptions:"Impostazioni Hoverball","floatBallOptions.enable":"Abilitare l'Hoverball","floatBallOptions.blockUrls":"Disattivare il sito web","floatBallOptions.add":"aumento","floatBallOptions.blockUrlDesc":"Gli Hoverball non vengono visualizzati quando si incontrano i seguenti siti web","floatBallOptions.clickType":"comportamento di clic","floatBallOptions.clickTypeDesc":"Comportamento dell'icona Hoverball quando viene cliccata","floatBallOptions.clickPopup":"Mostra pannello di traduzione","floatBallOptions.clickTranslate":"Traduzione/visualizzazione del testo originale",previewAllThemes:"Anteprima di tutti gli stili","translationTheme.none":"non hanno","translationTheme.grey":"grigio scuro","translationTheme.dashed":"sottolineatura tratteggiata","translationTheme.dotted":"trattino basso tratteggiato","translationTheme.dashedBorder":"bordo tratteggiato","translationTheme.solidBorder":"bordo solido","translationTheme.underline":"Sottolineare le linee rette","translationTheme.mask":"Effetti fuzzy (modalit\xE0 di apprendimento)","translationTheme.opacity":"effetto trasparenza","translationTheme.paper":"Effetto ombra su carta bianca","translationTheme.dividingLine":"linea di demarcazione","translationTheme.highlight":"alta luminosit\xE0","translationTheme.marker":"marcatore (parola d'ordine)","translationTheme.marker2":"Marcatore 2","translationTheme.blockquote":"Stili di riferimento","translationTheme.weakening":"indebolimento","translationTheme.italic":"carattere obliquo","translationTheme.bold":"addensare","translationTheme.thinDashed":"sottile linea tratteggiata di sottolineatura","translationTheme.nativeDashed":"Il sistema \xE8 dotato di una sottolineatura tratteggiata","translationTheme.nativeDotted":"Il sistema viene fornito con una sottolineatura tratteggiata","translationTheme.nativeUnderline":"Il sistema viene fornito con una linea retta di sottolineatura","translationTheme.wavy":"linea ondulata","translationServices.custom":"API personalizzata","translationServices.tencent":"Traduttore Tencent","translationServices.tenAlpha":"Traduttore Tencent (Alpha)","translationServices.google":"Google Translate","translationServices.bai":"Baidu (Alfa)","translationServices.baidu":"Traduzione di Baidu","translationServices.aliyun":"Traduzione di AliCloud","translationServices.volc":"traduzione vulcanica","translationServices.deeplx":"DeepLX (Beta)","translationServices.bing":"Microsoft Translate","translationServices.deepl":"DeepL","translationServices.wechat":"Traduzione di WeChat","translationServices.azure":"Traduzione di Azure","translationServices.ibm":"IBM Watson","translationServices.aws":"Traduzione Amazon","translationServices.mock":"Traduzione simulata","translationServices.mock2":"Traduzione simulata 2","translationServices.caiyun":"illuminato. nuvole colorate e piccole traduzioni","translationServices.cai":"Nuvole colorate (Alpha)","translationServices.volcAlpha":"Vulcano (Alfa)","translationServices.openl":"AprireL","translationServices.youdao":"Traduzione su Youtube","translationServices.you":"Traduttore Youdao (Alpha)","translationServices.transmart":"Traduzione interattiva di Tencent","translationServices.niu":"Traduttore anticonformista","translationServices.papago":"Traduzione di Papago","translationServices.d":"D (Alfa)","translationServices.dpro":"D Pro (Canarino)","translationServices.openai":"OpenAI","translationServices.yandex":"Yandex","translationServices.chatgpt":"ChatGPT Web(3.5 mobile)","translate title":"Tradurre i titoli delle pagine","always languages":"Tradurre sempre la lingua",neverTranslateLanguagesLabel:"La lingua che non sar\xE0 mai tradotta",neverTranslateTheFollowingLanguagesDescription:"Le traduzioni vengono saltate quando un paragrafo della pagina \xE8 in una delle seguenti lingue",enableUserscriptPagePopup:"Mostra l'hoverball nella pagina",enableUserscriptPagePopupDescription:"Dopo aver disattivato l'hoverball, pu\xF2 essere richiamato con la scorciatoia /{touch}. Si consiglia vivamente di inserire tra i preferiti questa pagina di impostazioni per evitare di non riuscire a trovare l'hoverball dopo aver inavvertitamente disattivato questa opzione!","always translate the following languages":"Traduce automaticamente nella lingua di destinazione quando la pagina \xE8 in una delle seguenti lingue","always sites":"Siti web sempre tradotti","always translate the following sites":"I siti web vengono tradotti automaticamente nella lingua di destinazione quando sono i nomi di dominio di","never sites":"Sito web mai tradotto","never translate the following sites":"Le traduzioni non verranno effettuate quando il sito web \xE8 destinato ai seguenti domini","please refer to":"\xC8 necessario compilare la chiave prima di poterla utilizzare.",KeyAndConfigurationTutorial:"Esercitazione sull'applicazione e la configurazione delle chiavi",useAboveStyleForTheseSites:"Usare sempre lo stile di traduzione \u2308{theme}\u230B quando il sito \xE8 destinato ai seguenti domini",currentUrl:"URL corrente",confirm:"salvare (un file, ecc.) (informatica)",cancel:"cancellazioni",delete:"rimozione","languages.auto":"rilevamento automatico",syncToCloud:"Sincronizzazione con Google Drive",syncToCloudDescription:"Caricata nel cloud, la configurazione pu\xF2 essere sincronizzata tra diversi browser/ script di scimmia grassa, a seconda dell'ultima modifica.",syncToAccount:"Sincronizzazione con il Cloud di traduzione immersiva",syncToAccountButton:"Sincronizzazione istantanea con il cloud",syncToAccountDescription:"Sincronizzare automaticamente le configurazioni tra i diversi dispositivi, a seconda dell'ultima modifica.",successSyncConfigInAccount:"Sincronizzazione riuscita con il cloud",successSyncConfigToAccount:"Sincronizzazione riuscita con il cloud",syncConfigNoUpdate:"\xC8 gi\xE0 aggiornato.",authFail:"Mancata autorizzazione",syncTitle:"Gestione manuale del backup",import_hint:"importazione (dati)",upload:"caricare",revokeAuth:"revocare un'autorizzazione",uploadFail:"Caricamento fallito",download:"scaricare",importSuccess:"Importato con successo",importFail:"errore di importazione",deleteFail:"Cancellazione non riuscita",backupToCloud:"Gestione manuale dei file di backup",create_new_backup:"Aggiungere un nuovo nodo di backup",maxBackupFiles:"\xC8 possibile eseguire il backup di un massimo di{count}nodi diversi; eliminare i nodi non necessari.",backupToCloudDescription:"Caricare o ripristinare manualmente i file di backup, consentendo fino a 3 backup diversi.",successSyncConfig:"Sincronizzazione di successo con il cloud",syncFail:"errore di sincronizzazione",updatedAt:"Aggiornato da {date}",lastSyncedAt:"Ultimo controllo: {date}",downloadFail:"Impossibile scaricare",clickToDownload:"Fare clic per scaricare",aboutLabel:"Informazioni - Feedback","browser.openAboutPage":"Informazioni/Risposte",aboutLabelWithoutSponsor:"Informazioni - Feedback",aboutIntro:"Che tutti noi possiamo avere un accesso pi\xF9 facile e piacevole alla grande quantit\xE0 di informazioni in lingua straniera su Internet \u2764\uFE0F Potete scegliere di attivare la vostra <6>iscrizione Pro per utilizzare le traduzioni di DeepL e OpenAI.

Potete seguirci su <3>Twitter, <4>Telegram, Weibo, WeChat o <5>iscrivervi alla nostra mailing list per seguire gli aggiornamenti.
I <7>membri Pro possono contattarci all'indirizzo <8>support@immersivetranslate.com per un rapido servizio clienti.",aboutIntroWithoutSponsor:"Che tutti noi possiamo avere un accesso pi\xF9 facile e piacevole all'enorme quantit\xE0 di informazioni in lingua straniera disponibili su Internet \u2764\uFE0F

Potete seguirci su <3>Twitter, <4>canale Telegram, WeChat, WeChat Exchange, o <5>iscrivervi per seguire gli aggiornamenti via <5>e-mail qui sotto.",projectHomepage:"Progetto Home",joinTelegramGroup:"Unitevi al gruppo di utenti per partecipare alle discussioni sulle funzionalit\xE0",wechatPublicAccount:"WeChat Pubblico",wechatCommunities:"Gruppo di scambio WeChat",qqCommunities:"Canale di comunicazione QQ",joinTelegramChannel:"Seguite il canale Telegram per gli ultimi aggiornamenti",feedbackAndJoin:"Domanda Feedback / Aggiungi gruppo",autoSync:"sincronizzazione automatica dell'ora",loadingThemeTitle:"Stile di caricamento",loadingThemeDescription:"Impostazione dello stile in attesa del caricamento della traduzione","loadingTheme.spinner":"Animazione di rotazione","loadingTheme.text":"testo statico qcs. ","loadingTheme.none":"non mostrato",developerDescription:"La documentazione sulla personalizzazione avanzata \xE8 disponibile <1>qui","edit border color":"Modificare il colore del bordo",successSyncButNoChange:"La configurazione attuale \xE8 coerente con il cloud",customTheme:"Colori e dimensioni personalizzate","customThemeLabel.borderColor":"Colore del bordo","customThemeLabel.borderRadius":"Bordi arrotondati","customThemeLabel.textColor":"colore del testo","customThemeLabel.backgroundColor":"colore di sfondo","customThemeLabel.zoom":"Scalatura dei caratteri (%)","customThemeLabel.opacity":"Opacit\xE0 del testo (%)",resetToDefaultColor:"Ripristino dei colori predefiniti",resetToDefaultSettings:"Ripristino delle impostazioni predefinite",isTranslateTitle:"Abilita la traduzione dei titoli delle pagine",isTranslateTitleDescription:"All'apertura, il titolo della pagina viene tradotto",enableSearchEnhancement:"Abilitazione del miglioramento dei messaggi bilingue",enableSearchEnhancementDescription:'Una volta abilitato, i risultati della ricerca di "Google News" verranno automaticamente visualizzati nella colonna destra dei siti web supportati (Google News, Google Search (alcune parole chiave), Snowball, Oriental Fortune, Futura, Tiger Community) per le parole chiave inglesi corrispondenti.',verifyService:"Clicca qui per testare il servizio",verified:"Verifica del successo","field.langs":"Codici lingua supportati","field.model":"modellazione","field.translationEngine":"motore di traduzione","field.limitPerMinute":"Richieste massime al minuto","field.limitPerSecond":"Numero massimo di richieste al secondo","field.maxTextLengthPerRequest":"Lunghezza massima del testo per richiesta","field.maxTextGroupLengthPerRequest":"Numero massimo di paragrafi per richiesta","field.apiUrl":"Indirizzo dell'interfaccia API personalizzata","field.placeholderDelimiters":"segnaposto riservato","description.custom":"Interfaccia personalizzata Accesso Documentazione necessaria","description.limitPerMinute":"Le richieste che superano questo limite vengono messe in coda fino all'inizio del minuto successivo. A causa delle varie limitazioni dell'attuale servizio di OpenAI, fare clic <1>qui per gli ultimi valori suggeriti.","description.limitPerSecond":"Le richieste che superano questo limite vengono messe in coda fino all'inizio del secondo successivo. A causa delle varie limitazioni dell'attuale servizio di OpenAI, fare clic <1>qui per gli ultimi valori suggeriti.","description.generalLimitPerSecond":"Le richieste che superano questo limite vengono messe in coda fino all'inizio del secondo successivo.","description.prompt":"Invia una conversazione a {service} come utente, dove {{text}} rappresenta il contenuto del testo del paragrafo, {{from}} rappresenta la lingua del paragrafo, {{to}} rappresenta la lingua di destinazione.","description.maxTextLengthPerRequest":"Il numero massimo di caratteri per richiesta \xE8 troppo elevato e causa una risposta lenta dell'interfaccia; provare a regolare questa opzione per ottimizzare la velocit\xE0.","description.systemPrompt":"Un dialogo inviato a OpenAI come sistema, dove {{text}} indica il contenuto testuale del paragrafo,{{from}} indica la lingua del paragrafo e{{to}} indica la lingua di destinazione.","field.domain":"regno","description.domain":"L'impostazione predefinita \xE8\uFF1Ageneral. Pu\xF2 essere impostata solo se la traduzione con dominio \xE8 abilitata nella console Arima API, vedere <1>qui per i domini supportati.","field.scene":"prendere","description.scene":"Valore predefinito:\uFF1Ageneral. Pu\xF2 essere impostato solo se la console API di AliCloud apre Machine Translation Pro, vedere <1>qui per gli scenari supportati.","field.vocabId":"ID del dizionario utente","description.vocabId":"Il dizionario out_id specificato, attualmente supporta la traduzione dall'inglese al cinese.","description.model":"Modelli OpenAI, possono essere gpt-3.5-turbo, gpt-4, ecc.","description.maxTextGroupLengthPerRequest":"Il numero di paragrafi inviati al servizio di traduzione alla volta; se ci sono troppi paragrafi, l'interfaccia potrebbe rispondere pi\xF9 lentamente.","description.apiUrl":"Si prega di aggiungere URL specifici con percorsi, <1>ulteriori descrizioni",enabledExtension:"Abilitazione delle estensioni",clickToDisableExtension:"Fare clic per disattivare le estensioni",clickToEnableExtension:"Fare clic per abilitare le estensioni",hasBeenDisabled:"disabilitato","show password":"Mostra password",customContent:"Inserire un nome di modello personalizzato",inputOptions:"Miglioramento della casella di input",mouseHoverOptions:"passaggio del mouse",modifyMouseHoverKey:"Modifica della scorciatoia per il passaggio del mouse",enableInputTranslation:"Abilitare o meno il miglioramento della casella di input",enableInputTranslationDescription:"Una volta abilitato, digitare {startingKey}{startingKey} hello direttamente nella casella di input, poi premere rapidamente{inputTrailingTriggerKeyRepeatTimes}volte{trailingKey}per tradurre in {inputTargetLanguage}.",enableInputTranslationDescriptionForNoneKey:"Una volta abilitato, digitate\uFF1AHello World direttamente nella casella di input, quindi premete rapidamente{inputTrailingTriggerKeyRepeatTimes}{trailingKey}volte per tradurre nella lingua di destinazione predefinita.",inputTargetLanguage:"Impostazione della lingua di destinazione predefinita per le caselle di input",inputTargetLanguageDescription:"Lingua di destinazione predefinita per la traduzione della casella di input, ovvero {startingKey}{startingKey} come lingua predefinita per le parole di attivazione.",inputTargetLanguageDescriptionForNoneKey:"Lingua di destinazione predefinita per la traduzione della casella di input",inputStartingTriggerKeyTitle:"Impostazione del carattere di divisione per la traduzione parziale della casella di input",inputStartingTriggerKeyDescription:"Quando non \xE8 necessario tradurre l'intera casella di input, lo splitter consente di tradurre solo la parte da {startingKey}{startingKey} alla fine della casella di input, oppure \xE8 possibile specificare il codice della lingua, ad esempio\uFF1A{startingKey}ja significa tradurre solo la parte da {startingKey}ja alla fine della casella di input.",inputStartingTriggerKeyDescriptionForNoneKey:"L'impostazione attuale di nessun prefisso non \xE8 necessaria e la funzione di traduzione di alcuni testi nella casella di immissione non \xE8 al momento disponibile.",inputTrailingTriggerKeyTitle:"Selezionare un carattere di attivazione di fine inserimento",inputTrailingTriggerKeyDescription:"3 colpi veloci{trailingKey} inizier\xE0 a tradurre!",inputTrailingTriggerKeyTimeout:"Immettere l'intervallo di tempo tra gli inneschi di fine combattimento",inputTrailingTriggerKeyTimeoutDescription:"Imposta l'intervallo di tempo (in millisecondi) tra le attivazioni della combo di fine input",spaceKey:"<\u7A7A\u683C\u952E>",noneKey:"Traduzione diretta dell'intera casella di testo senza prefissi",inputTranslationBlockUrlsTitle:"Non abilitare il miglioramento della casella di input nei seguenti URL",inputTranslationBlockUrlsDescription:"I miglioramenti della casella di input non funzionano con i seguenti URL",clickToSeeQuickDemo:"Fare clic per espandere il video di esercitazione rapida di 30 secondi",inputHelperInfo:"Descrizione\uFF1AAbbiamo ottimizzato il fatto che alcuni caratteri di attivazione si trasformano in segni di punteggiatura cinesi con i metodi di input cinesi, ad esempio, / si trasforma in un segno di dun, con il metodo di input Sogou, e Immersive Translator supporta tutti i simboli cinesi corrispondenti ai caratteri di attivazione, ad esempio //,,, saranno riconosciuti come caratteri di attivazione.

Supportiamo anche gli alias cinesi per i codici di lingua come comandi, ad esempio /Japanese Hello World verr\xE0 tradotto in giapponese; <1>fare clic qui per vedere tutti i codici di lingua supportati.",reloadCurrentPage:"Aggiornare la pagina corrente prima di iniziare la traduzione.",noLocalFilePermissionForPDF:"Non si ha l'autorizzazione a leggere i file locali, fare clic sul pulsante sopra e importare i file locali.",noPermissionForThisPage:"\u26A0\uFE0F Nessun permesso per tradurre la pagina corrente",retryAllParagraphs:"Riprova tutti i passaggi di errore",retryAllButton:"Riprova tutti i passaggi di errore",errorTooltipTitle:"Fare clic per visualizzare la causa dell'errore",errorModalTitle:"Sembra che ci sia qualcosa che non va nel servizio di traduzione o nella rete...",disableConfirm:"Impostazione bilingue per il miglioramento delle informazioni",disableOnce:"Questa disabilitazione",disableGlobal:"disabilitare in modo permanente",disableTint:"* \xC8 possibile riabilitarlo all'indirizzo {option} .",searchEnhancementNotes:"Dopo aver attivato la funzione Immersive Translation Bilingual Information Enhancement, cercheremo automaticamente le stesse parole chiave in inglese sui siti web supportati (Google News, Google Search (alcune parole chiave), Snowball, Oriental Wealth, Futura, Tiger) e le visualizzeremo sul lato destro. Potete scegliere di disabilitare questa funzione se non ne avete bisogno.",option:"allestimento",saveSettings:"Salva le impostazioni",closeModal:"Chiudere la finestra",enableInputTranslationWithoutTriggerKeyTitle:"Abilitare 3 colpi rapidi su{trailingKey}per tradurre direttamente l'intera casella di input in{inputTargetLanguage}",enableInputTranslationWithoutTriggerKeyDescription:"Per specificare la lingua di destinazione, usare il prefisso della lingua, per esempio\uFF1Aja Hello World",mouseHoverShortcutPlaceholder:"Ad esempio,\uFF1AShift",deepLProName:"Immersive Translation Pro Membro (consigliato)",deepLProDescription:"Il pacchetto corrente pu\xF2 essere utilizzato direttamente",deeplProDescriptionForNormal:"Non \xE8 richiesta alcuna configurazione, i membri possono utilizzarlo dopo il login, <1>clicca qui per passare a membro",deepLCustomDescription:"\xC8 richiesta una carta di credito estera, aperta ufficialmente su <1>DeepL, clicca per la <2>documentazione",deepLCustomName:"Chiave di autorizzazione personalizzata",chooseProviderLabel:"Selezionare un fornitore di servizi",openaiProName:"Immersive Translation Pro Membro (consigliato)",openaiProDescription:"Il pacchetto corrente pu\xF2 essere utilizzato direttamente",openaiProDescriptionForNormal:"Non \xE8 richiesta alcuna configurazione, i membri possono utilizzarlo dopo il login, <1>clicca qui per passare a membro",openaiCustomDescription:"Disponibile su OpenAI, Azure OpenAI o altri servizi di terze parti, <1>fare clic qui per la documentazione.",openaiCustomName:"Chiave API personalizzata",needLoginAction:"(Iscrizione aperta o personalizzazione)",goLoginOrAction:"(Aprire un'iscrizione o andare alle impostazioni)",yearly:"effettuare un pagamento annuale consecutivo",quarterly:"avvolgimento sequenziale",monthly:"abbonamento mensile",yearlyForOnce:"Pacchetto annuale una tantum",monthlyForOnce:"Pacchetto mensile una tantum",daily:"giorni consecutivi di pacchetti",year:"effettuare un pagamento annuale consecutivo",quarter:"avvolgimento sequenziale",month:"abbonamento mensile",day:"giorni consecutivi di pacchetti",onetime_7day:"Pacchetto esperienza di 7 giorni",currentPlanDescriptionForFree:"Pacchetti attuali\uFF1AGratis",currentPlanDescriptionForContinuous:"L'attuale pacchetto\uFF1A{plan}sar\xE0 rinnovato automaticamente su {endAt} .",currentPlanDescriptionForAutoRenewCaceling:"L'attuale pacchetto\uFF1A{plan}scadr\xE0 il giorno {endAt} e non sar\xE0 rinnovato automaticamente alla scadenza.",currentYearlyPlanDescriptionForAutoRenewCacelingWithRealPaiedUser:"Il pacchetto attuale,\uFF1A{plan}, scadr\xE0 il {endAt} e non sar\xE0 rinnovato automaticamente alla scadenza.
<1>Clicca qui per gestire il tuo piano di rinnovo",currentYearlyPlanDescriptionForAutoRenewCacelingWithAdmin:"Il pacchetto attuale,\uFF1A{plan}, scadr\xE0 il {endAt} e non sar\xE0 rinnovato automaticamente alla scadenza.
<1>Fare clic qui per attivare l'abbonamento annuale continuo",currentPlanDescriptionForOneTime:"L'attuale abbonamento\uFF1A{plan}scadr\xE0 il {endAt} , <1>clicca qui per passare all' abbonamento <1>annuale o <2>mensile.",upgradePlan:"Clicca qui per passare all'iscrizione Pro",upgradeToPro:"Aggiornamento all'iscrizione Pro","popup.openPro":"Passa all'iscrizione Pro per usufruire di DeepL e della traduzione OpenAI, clicca qui per effettuare l'aggiornamento!","popup.openProForPro":"Sei un membro Pro con accesso diretto alle traduzioni di DeepL e OpenAI!",currentAccount:"conto corrente",enableAutoSyncUserSettings:"Abilita la sincronizzazione automatica con il cloud su pi\xF9 dispositivi",modalEnableInputTranslationTitle:"Casella di input per la traduzione immersiva Avvisi di traduzione",modalEnableInputTranslationDesc:"\xC8 stata appena attivata la traduzione della casella di input di Immersive Translation premendo la barra spaziatrice 3 volte in rapida successione e il contenuto della casella di input verr\xE0 tradotto nella lingua di destinazione predefinita. La traduzione pu\xF2 essere annullata con Ctrl+Z.

Se si tratta di un errore, non preoccupatevi: potete scegliere di disattivarla questa volta o di disabilitare definitivamente la traduzione delle caselle di input.",saveAndNotShowAgain:"Salvare e interrompere la richiesta",disableInputTranslationTips:"* \xC8 inoltre possibile impostare altre scorciatoie da attivare in {option} ,{learnMore}.",learnMore:"Clicca qui per saperne di pi\xF9",continueEnalbeInputTranslation:"Continuare ad abilitare la traduzione della casella di input",autoRenewTrialSuffix:`(In prova,\xE8 passato immediatamente all'iscrizione completa)`,upgradeFromTrialTitle:"Aggiornamento a Socio Effettivo",subtitle:"sottotitoli video",youtubeService:"Traduzione in immersione Servizi di traduzione con sottotitoli video","subtitle.disabledSubtitle":"Disattivare in modo permanente la funzione dei sottotitoli video","subtitle.disabledSubtitleDescription":"Se Immersive Translator's Video Subtitles entra in conflitto con altre estensioni, \xE8 possibile scegliere di disabilitare definitivamente la funzionalit\xE0 di Immersive Translator's Video Subtitles o disinstallare le altre estensioni in conflitto.","subtitle.autoEnableSubtitle":"Uso automatico dei sottotitoli bilingue","subtitle.autoEnableSubtitleDescription":"Una volta attivato, i sottotitoli bilingue verranno visualizzati automaticamente durante la riproduzione del video, altrimenti sar\xE0 necessario fare clic sul pulsante di traduzione per visualizzarli.","subtitle.preTranslation":"Tradurre i sottotitoli con la traduzione immersiva","subtitle.preTranslationDescription":"Quando \xE8 abilitato, l'intero sottotitolo sar\xE0 pre-tradotto utilizzando il servizio di traduzione specificato di seguito; un video di un'ora consumer\xE0 circa 50.000 gettoni o caratteri, quindi si prega di utilizzarlo a propria discrezione; quando \xE8 disabilitato, i sottotitoli originali saranno utilizzati per primi.","subtitle.humanSubtitlesPreferred":"Uso prioritario del sottotitolaggio umano","subtitle.humanSubtitlesPreferredDescription":"Privilegiare l'uso di sottotitoli umani quando il video ha sottotitoli umani nella lingua di destinazione (consigliato)",videoSubtitleTranslationDescription:"Assegnare un servizio di traduzione separato per i sottotitoli video",subtitleTranslating:"Attendere mentre i sottotitoli vengono tradotti con il servizio {service} ... (traduzione ad immersione)",subtitleLoading:"Caricamento dei sottotitoli...",bilingual:"bilinguismo","field.action":"Se abilitare la terminologia Baidu","description.action":"Quando \xE8 abilitato, un parametro action=1 sar\xE0 aggiunto alla richiesta per informare Baidu del termine abilitato; <1>per ulteriori informazioni, consultare la documentazione ufficiale.",closeQuickTranslation:"Chiudere Hoverball","closeQuickTranslation.untilNext":"Questa volta chiuso fino alla prossima visita","closeQuickTranslation.currentWebsite":"Sito attuale disabilitato","closeQuickTranslation.alwaysClose":"disabilitare in modo permanente","closeQuickTranslation.settingOpen":"(pu\xF2 essere attivata nella <1>pagina delle impostazioni )","closeQuickTranslation.cancel":"cancellazioni","closeQuickTranslation.confirm":"definire","floatBall.popup":"Aprire il pannello Impostazioni rapide","floatBall.translate":"Fare clic per tradurre la pagina","floatBall.showOriginal":"Fare clic per tornare all'articolo originale","floatBall.close":"Chiudere Hoverball","floatBallOptions.enableDescPc":"Dopo aver abilitato l'hoverball della pagina, verr\xE0 visualizzato un pulsante di traduzione rapida sul lato destro della pagina: cliccatelo per tradurre!","floatBallOptions.enableDesc":"Dopo aver disattivato l'hoverball, \xE8 possibile richiamarlo con{touch}. Si consiglia vivamente di inserire tra i preferiti questa pagina di impostazioni nel caso in cui non si riesca a trovare l'hoverball dopo aver inavvertitamente disattivato questa opzione!","description.azureApiUrl":"Inserire l'indirizzo dell'interfaccia API personalizzata",confirmSupportMouse:"Forzare l'abilitazione del supporto del mouse",confirmSupportMouseDescription:"Rilevato che il browser corrente non supporta la funzione del mouse, \xE8 necessario abilitare il supporto del mouse?",sampleTargetText:"Verr\xE0 la lunga notte e io veglier\xF2 da oggi fino alla morte. Non prender\xF2 moglie, non far\xF2 feudi, non avr\xF2 figli. Non porter\xF2 una corona, non lotter\xF2 per l'onore. Far\xF2 il mio dovere, vivr\xF2 e morir\xF2.",sampleSourceText:"Night gathers, and now my watch begins. It shall not end until my death. I shall take no wife, hold no lands, father no children. I shall wear no crowns and win no glory. I shall live and die at my post.","desc.touchShortcutsToggleTranslatePageOnlyTranslation":"Solo traduzione significa che verr\xE0 visualizzata solo la traduzione, se la pagina web non \xE8 ancora stata tradotta, passer\xE0 alla modalit\xE0 e tradurr\xE0.","desc.toggleOnlyTransation":"La modalit\xE0 solo traduzione significa che verr\xE0 visualizzato solo il testo tradotto, se la pagina web non \xE8 ancora stata tradotta, cambier\xE0 modalit\xE0 e tradurr\xE0.",touchShortcutsToggleTranslatePageOnlyTranslation:"Imposta il gesto del touchscreen per passare alla modalit\xE0 bilingue/solo testo tradotto",download_started:"Il download \xE8 gi\xE0 iniziato, se non si avvia automaticamente, fai clic manualmente.",here:"Qui","translationFont.customPlaceholder":"carattere","error.goReset":"Vai a resettare","translationFont.custom":"Inserisci il carattere personalizzato",batchEdit:"Operazione in blocco","translationModeUrl.translation.title":"Solo modalit\xE0 di traduzione del sito web","error.configError":"Anomalia dei dati di configurazione","error.serveConfigError":"Errore nella configurazione del servizio","touch.mouse-translate":"Tradurre il paragrafo specificato","error.proTokenInvalid":"Se sei un utente Pro, per favore accedi prima di utilizzare il servizio di traduzione Pro.","translationModeLang.translation.title":"Solo modalit\xE0 di traduzione della lingua","translationServices.inherit":"Segui il servizio di traduzione principale",enableSentryReport:"Quando si verifica un errore di estensione, invia un feedback utilizzando Sentry",videoSubtitlePreTranslationOn:"I sottotitoli video utilizzeranno la traduzione immersiva come priorit\xE0.",translationFont:"Imposta il carattere","error.reloadPageOfSetting":"Dopo la configurazione, si prega di aggiornare la pagina e tradurre di nuovo.",detectServiceLoading:"Sto controllando i servizi di traduzione disponibili...",toggleToService:"Passa a {service} e riprova","translationModeLang.translation.description":"Quando la lingua della pagina \xE8 una delle seguenti, verr\xE0 utilizzata automaticamente solo la modalit\xE0 di traduzione.","translationModeUrl.translation.description":"Quando il sito web ha i seguenti nomi di dominio, verr\xE0 utilizzata automaticamente solo la modalit\xE0 di traduzione.","error.403":"Il servizio restituisce un errore, non si ha temporaneamente l'autorizzazione per accedere a questo servizio.","error.400":"Il servizio restituisce un errore, errore nei parametri della richiesta, si prega di controllare la configurazione corrispondente.",videoSubtitlePreTranslationOff:"I sottotitoli del video daranno la priorit\xE0 ai sottotitoli automatici inclusi nel video originale.","error.proUpgrade":"Dopo l'aggiornamento, si prega di aggiornare la pagina e tradurre di nuovo.","translationFont.notSupportErrorMessage":"Si prega di controllare se il nome del carattere inserito \xE8 corretto, o confermare che il carattere \xE8 gi\xE0 installato sul tuo dispositivo.","error.429":"Il servizio restituisce un errore, indicando che la richiesta \xE8 troppo frequente o supera il limite di quota, si prega di riprovare pi\xF9 tardi.","error.502":"Il servizio ha restituito un errore, il servizio \xE8 in timeout, si prega di riprovare pi\xF9 tardi.","error.googleLimitIp":"Il servizio restituisce un errore, il servizio Google ha limitato questo indirizzo IP, si consiglia di cambiare il nodo di rete.","error.openAIExceededQuota":"Il servizio restituisce un errore: il saldo del tuo account OpenAI non \xE8 sufficiente, si prega di ricaricare o collegare una carta di credito nel pannello di controllo ufficiale di OpenAI.","error.gemini.429":"Il servizio Gemini attuale ha raggiunto la sua capacit\xE0 massima, si prega di riprovare pi\xF9 tardi o passare ad un altro servizio di traduzione.","desc.toggleVideoSubtitlePreTranslation":"Dopo aver premuto, i sottotitoli bilingui del video utilizzeranno in primo luogo le impostazioni di traduzione immersive, premendo di nuovo avranno la priorit\xE0 i sottotitoli automatici inclusi nel video originale. Nota: questa scorciatoia modifica le impostazioni globali.","error.serveUnavailable":"Il servizio [{serverName}] che stai utilizzando attualmente non \xE8 accessibile a causa di problemi di connessione o del fornitore di servizi. Ti consigliamo di provare a ricaricare la pagina o di cambiare il servizio di traduzione attraverso le <1>impostazioni. Se sei un membro <2>Pro, puoi scegliere di utilizzare i servizi di traduzione pi\xF9 stabili di DeepL o OpenAI (<3>clicca qui per una prova gratuita). Inoltre, potrebbe essere necessario controllare la tua rete o le impostazioni del proxy.","error.openAIFreeLimit":"Il servizio restituisce un errore, la frequenza attuale delle richieste di traduzione ha raggiunto il limite massimo di 3 volte al minuto, si prega di riprovare pi\xF9 tardi. (Questo \xE8 il limite ufficiale di OpenAI per l'API Key gratuita, per rimuovere questo limite, si prega di collegare una carta di credito nel backend di OpenAI.)","floatBall.iKnow":"Lo so.","floatBallOptions.fixedPosition":"Posizione fissa",notLogin:"Non connesso","translationServices.gemini":"Gemelli","error.retry":"Riprova",pickAll:"Seleziona tutto","slide.right":"Scorri a sinistra","multipleClick.2":"Doppio clic",loggedIn:"Accesso effettuato","error.reason":"Motivo dell'errore","multipleClick.4":"Quadruplo colpo","multipleClick.3":"Triplo colpo","widget.translateFile":"PDF/ePub",shortcutSettings:"Scorciatoia","tagsInput.add":"+ Aggiungi","shortcutGroup.others":"Pi\xF9 scorciatoie personalizzate","slide.left":"Scorri a destra","subtitle.hideQuickButton":"Non mostrare pi\xF9 questa scorciatoia","widget.videoSubtitle":"sottotitoli video","error.subscriptionExpiredTitle":"La membership \xE8 scaduta",alwaysTranslateThisSite:"Sempre tradurre questo sito","floatBallOptions.fixedPositionLeft":"Sinistra",touchShortcutsOff:"Chiudi",neverTranslateThisSite:"Non tradurre mai questo sito web",translationOnlyMode:"Solo modalit\xE0 di traduzione",viewWithImmersiveTranslate:"Versione bilingue (traduzione immersiva)",contact:"Contattaci","browser.translateWithBing":"Utilizzo temporaneo di Microsoft per tradurre la pagina corrente",buildSnapshots:"Genera un'istantanea della pagina web","intro.floatBallTitle":"Traduzione rapida della sfera galleggiante","browser.translateWithOpenAI":"Utilizzo temporaneo di OpenAI per tradurre la pagina corrente","widget.videoSubtitleTooltip":"Supporta Youtube e altri {count}+ siti di video","browser.translateWithDeepL":"Utilizzo temporaneamente DeepL per tradurre la pagina corrente",errorReason:"Motivo dell'errore: {message}","browser.translateWithTransmart":"Utilizzo temporaneo di Tencent per tradurre la pagina corrente","shortcutGroup.shortcutsForTranslationServices":"Scorciatoie relative ai servizi di traduzione","browser.translateWithGoogle":"Utilizzo temporaneo di Google per tradurre la pagina corrente",temprarilyChangeTranslationTo_gemini:"Sto utilizzando Gemini per tradurre la pagina corrente.","browser.translateWithGemini":"Utilizza temporaneamente Gemini per tradurre la pagina corrente","widget.instructionTooltip":"Visualizza le istruzioni per l'uso",goLogin:"Vai a fare il login",temprarilyChangeTranslationTo_openai:"Sto utilizzando OpenAI per tradurre la pagina corrente.",temprarilyChangeTranslationTo_transmart:"Sto utilizzando Tencent per tradurre la pagina corrente.","floatBallOptions.fixedPositionRight":"lato destro",paragraphMinTextCountField:"Il numero minimo di caratteri necessari per tradurre un paragrafo",mouseHoverCustomKeyTitle:"Personalizza la scorciatoia del mouse al passaggio del mouse",temprarilyChangeTranslationTo_deepl:"Sto utilizzando DeepL per tradurre la pagina corrente.","subtitle.bilingual":"Sottotitoli bilingui",temprarilyChangeTranslationTo_bing:"Sto utilizzando Microsoft Translate per tradurre la pagina corrente.","intro.hoverTitle":"Posiziona il mouse per tradurre il paragrafo corrente","shortcutGroup.main":"Scorciatoie da tastiera di funzioni comuni",temprarilyChangeTranslationTo_google:"Sto utilizzando Google Traduttore per tradurre la pagina corrente.","subtitle.autoDisableSubtitle":"Non attivare automaticamente i sottotitoli bilingue",upgradeToProErrorTitle:"Si prega di aggiornare a membro Pro prima di utilizzare questo servizio di traduzione",touchShortcutsToggleTranslatePage:"Imposta gesti touch per tradurre pagine web / visualizzare il testo originale","widget.translateFileTooltip":"Traduci documenti PDF, EPUB, SRT, ASS, HTML e TXT","widget.instruction":"Istruzioni per l'uso","proQuotaExceededError.resetTime":"3. Tempo di reimpostazione del limite: {resetTime}","shortcutGroup.touch":"Gesti specifici per touch screen","floatBall.guideClickToTranslate":"Clicca sulla sfera galleggiante di traduzione immersiva per tradurre rapidamente","subtitle.showQuickButton":"Nel lettore visualizza la scorciatoia per i sottotitoli bilingue","floatBall.longPress":"Tenendo premuto a lungo \xE8 possibile aprire rapidamente il pannello delle impostazioni.","neverTranslateText.title":"Le parole seguenti rimangono in lingua originale, non tradurre.","browser.translateInputBox":"Traduci il contenuto attuale del campo di input.","browser.toggleVideoSubtitlePreTranslation":"Passa ai sottotitoli bilingui utilizzando preferibilmente le impostazioni di traduzione immersive.","error.subscriptionExpired":"La tua iscrizione potrebbe essere scaduta, controlla lo stato della tua iscrizione.","shortcutGroup.mouse":"Configurazione scorciatoia per il passaggio del mouse","browser.toggleMouseHoverTranslateDirectly":"Abilita o disabilita temporaneamente la traduzione diretta al passaggio del mouse sulla pagina","intro.subtitleTitle":"Visualizzazione dei sottotitoli bilingui nei video online",networkError:"Il servizio di traduzione o la rete ha problemi",notLoginPro:"Non hai ancora effettuato l'accesso al tuo account membro.",touchShortcutsToggleTranslationMask:"Imposta il gesto del touchscreen per mostrare la traduzione della maschera / mostrare il testo originale","floatBallOptions.fixedPositionDesc":"La palla galleggiante \xE8 a sinistra o a destra della finestra?","desc.touchShortcutsToggleTranslateTouchElement":"Personalizza un gesto e puoi tradurre qualsiasi paragrafo in cui ti trovi.",confirmResetToDefaultSettings:"Confermi di voler ripristinare questo servizio di traduzione alle impostazioni predefinite? (Ripristina solo le impostazioni di questo servizio di traduzione)","description.baiduField":"I campi supportati sono visti <1>qui, se vuoto significa che non \xE8 specificato alcun campo.",touchShortcutsToggleTranslateTouchElement:"Imposta il gesto del touchscreen per tradurre il paragrafo specificato","desc.toggleTranslateTheWholePage":"Traduci l'intera area della pagina, di default, tradurremo l'area principale della pagina, puoi utilizzare questa scorciatoia per tradurre specificamente l'intera area della pagina.",mouseHoverCustomKeyDescription:"Puoi personalizzare una combinazione di tasti di scelta rapida per il passaggio del mouse, ad esempio: Alt+Z, Ctrl+E, Cmd+Alt+E o direttamente Cmd, si prega di inserire manualmente.",paragraphMinTextCountDesc:"Attenzione, qui si intende la lunghezza del carattere, ad esempio: ciao \xE8 composto da 5 caratteri, impostare un valore maggiore pu\xF2 ridurre la traduzione di paragrafi non necessari.","desc.toggleTranslateTheMainPage":"Traduci solo l'area principale della pagina, quando hai abilitato la traduzione di tutta l'area della pagina nelle impostazioni avanzate, puoi utilizzare questa scorciatoia per tradurre specificamente l'area principale della pagina.","subtitle.showQuickButtonDescription":"Nell'angolo in basso a destra del lettore video \xE8 disponibile una scorciatoia per attivare i sottotitoli bilingue.","desc.mouseHoverHoldKey":"Quando il mouse \xE8 in hover su un paragrafo, premendo contemporaneamente il tasto di scelta rapida a destra, \xE8 possibile tradurre direttamente quel paragrafo.","desc.interfaceLanguage":"Le impostazioni della lingua dell'interfaccia influenzano la lingua di visualizzazione del pannello di controllo e non hanno nulla a che fare con la lingua target della traduzione.",translationOnlyModeDescription:"La modalit\xE0 solo traduzione si riferisce alla visualizzazione solo del testo tradotto, non della modalit\xE0 bilingue predefinita. Nota: a causa di limitazioni tecniche, i collegamenti ipertestuali del testo originale non funzioneranno in modalit\xE0 solo traduzione.","desc.touchShortcutsToggleTranslatePage":"Dopo aver impostato, quando si utilizza un dispositivo mobile, \xE8 possibile toccare lo schermo con X dita contemporaneamente, scorrere a sinistra e a destra o fare clic continuamente per attivare la traduzione della pagina web / visualizzare il testo originale.","desc.touchShortcutsToggleTranslationMask":"La maschera di traduzione si riferisce all'effetto sfocato nello stile del testo tradotto (modalit\xE0 di apprendimento), che, una volta attivato, applica temporaneamente un effetto sfocato al testo tradotto, facilitando l'apprendimento.",shortcutSettingsTitle:"Impostazioni scorciatoie","proQuotaExceededError.onetime7day":'\uFF0Cpuoi scegliere uno dei seguenti metodi per risolvere:

1. Passa a {anotherService} o ad altri servizi di traduzione
2. Aggiorna a un membro mensile/annuale ',"contact.description":"Se avete domande o suggerimenti, siete invitati a compilare il modulo sottostante per contattarci, o inviare una mail a {email}, vi risponderemo il pi\xF9 presto possibile.","proQuotaExceededError.nonTrial":'\uFF0Cpuoi scegliere uno dei seguenti metodi per risolvere:

1. Passa a {anotherService} o ad altri servizi di traduzione
2. Acquista un pacchetto di traffico extra {translationService}',"proQuotaExceededError.trial":'\uFF0Cpuoi scegliere uno dei seguenti metodi per risolvere:

1. Passa a {anotherService} o ad altri servizi di traduzione
2. Aggiorna subito a membro ufficiale',"intro.floatBallDescription":"Una volta attivato, verr\xE0 visualizzato un pulsante di traduzione rapida sul lato destro della pagina, cliccandolo si pu\xF2 tradurre, cliccandolo di nuovo si pu\xF2 tornare al testo originale. Su dispositivi mobili, tenendo premuto il pallone galleggiante, \xE8 possibile aprire il pannello delle impostazioni rapide.","desc.toggleMouseHoverTranslateDirectly":"Dopo aver premuto questo tasto di scelta rapida, sulla pagina, basta che il mouse punti a qualsiasi testo per tradurlo automaticamente. Premendo di nuovo il tasto di scelta rapida, \xE8 possibile disattivare questa funzione di traduzione automatica.",shortcutDisableTooltip:"Si prega di impostare nella pagina di gestione delle scorciatoie da tastiera dell'estensione del browser, per ulteriori indicazioni si prega di consultare le istruzioni nella parte superiore di questa pagina.","subtitle.supportedSites":"\xC8 supportato l'uso di sottotitoli bilingui su questi siti web (Nota: a causa di limitazioni tecniche, alcuni siti web potrebbero aver bisogno di essere aggiornati dopo aver attivato i sottotitoli per la prima volta, o potrebbe essere necessario attendere che la traduzione sia completata per visualizzare i sottotitoli bilingui):","neverTranslateText.description":"A causa di alcune carenze di riconoscimento dei nomi propri da parte di alcuni motori di traduzione, puoi aggiungere parole qui per assicurarti che non vengano convertite durante il processo di traduzione. Si prega di notare che questa funzione distingue tra maiuscole e minuscole e supporta solo le lingue separate da spazi (come l'inglese, il francese), non \xE8 adatta per lingue come il giapponese, il coreano, ecc.","intro.subtitleDescription":"Dopo aver attivato questa funzione, i sottotitoli bilingui verranno visualizzati automaticamente durante la riproduzione del video. Se non \xE8 abilitato, \xE8 necessario fare clic manualmente sul pulsante di traduzione sulla pagina per visualizzare i sottotitoli. Si prega di notare che, a causa di limitazioni tecniche, alcuni siti web potrebbero richiedere l'aggiornamento della pagina o l'attesa del completamento della traduzione prima di poter visualizzare i sottotitoli bilingui. (Inoltre, \xE8 possibile attivare/disattivare il pannello di traduzione immersiva nell'angolo in alto a destra dopo aver aperto il sito web del video).

Attualmente \xE8 possibile utilizzare i sottotitoli bilingui su questi siti web:","intro.hoverDescription":"La traduzione al passaggio del mouse \xE8 una funzione molto importante nella traduzione immersiva, basta posizionare il mouse sul paragrafo e premere contemporaneamente la scorciatoia impostata per tradurre automaticamente il paragrafo corrente (nota: non \xE8 abilitato di default, si prega di impostarlo qui sotto), questa interazione \xE8 utilizzata per sostituire meglio la traduzione del testo selezionato, inoltre, questa funzione \xE8 ampiamente utilizzata in quelle aree di traduzione che non possono essere riconosciute, puoi utilizzare questa funzione per forzare la traduzione di qualsiasi paragrafo.",geminiWarning:"Attenzione: il servizio gratuito Gemini fornito da Google ha restrizioni severe, potrebbe essere considerato da Google come un tentativo dell'utente di eludere i loro limiti di quota gratuita utilizzando pi\xF9 chiavi. Non \xE8 consigliato usarlo, si consiglia di aspettare che Google apra l'interfaccia a pagamento di Gemini in futuro per usarlo.","floatBall.setting":"Impostazione","floatBall.translateToLanguage":"Fare clic per tradurre in {language}","floatBall.file":"Traduci PDF, EPUB, SRT, ASS, HTML, file TXT",changeToOnlyTempTranslationMode:"Alterna per visualizzare solo le traduzioni",changeToDualTempTranslationMode:"Passare alla traduzione bilingue","transitionMode.dual":"Contrasto bilingue","options.navbar.installApp":"Installa l'app per smartphone","options.navbar.translateFile":"Tradurre il documento","transitionMode.translation":"Solo il testo tradotto.","subtitle.transitionModeDescription":"Imposta i sottotitoli del video per il confronto bilingue o solo modalit\xE0 di traduzione","transitionMode.inherit":"Mantenere coerente con la modalit\xE0 di visualizzazione della traduzione predefinita del sistema","subtitle.transitionMode":"Impostazioni dei sottotitoli video bilingue / solo traduzione",translateFileTooltip:`Traduci PDF, ePub, srt, + {env.imt_sub_trans_field}: \u0905\u0928\u0941\u0935\u093E\u0926`,"subtitle.quickButton.cyan":"\u0928\u0940\u0932\u093E","subtitle.quickButton.green":"\u0939\u0930\u093E","subtitle.quickButton.black":"\u0915\u093E\u0932\u093E","subtitle.quickButton.white":"\u0938\u092B\u0947\u0926","subtitle.quickButton.yellow":"\u092A\u0940\u0932\u093E","subtitle.quickButton.red":"\u0932\u093E\u0932","subtitle.quickButton.setting":"\u0938\u0947\u091F \u0915\u0930\u0947\u0902","subtitle.quickButton.blue":"\u0928\u0940\u0932\u093E","subtitle.quickButton.magenta":"\u0917\u0941\u0932\u093E\u092C\u0940 \u0930\u0902\u0917","subtitle.quickButton.translationPositionBottom":"\u092E\u0942\u0932 \u092A\u093E\u0920 \u0915\u0947 \u0928\u0940\u091A\u0947","translationServices.claude":"\u0915\u094D\u0932\u0949\u0921","subtitle.quickButton.sourceFontSize":"\u092E\u0942\u0932 \u092B\u093C\u0949\u0928\u094D\u091F \u0906\u0915\u093E\u0930","subtitle.quickButton.sourceTextColor":"\u092E\u0942\u0932 \u092B\u093C\u0949\u0928\u094D\u091F \u0915\u093E \u0930\u0902\u0917","subtitle.quickButton.translationPosition":"\u0905\u0928\u0941\u0935\u093E\u0926 \u0938\u094D\u0925\u093F\u0924\u093F","subtitle.quickButton.translationPositionTop":"\u092E\u0942\u0932 \u092A\u093E\u0920 \u0915\u0947 \u090A\u092A\u0930","subtitle.quickButton.backgroundColor":"\u092A\u0943\u0937\u094D\u0920\u092D\u0942\u092E\u093F \u0930\u0902\u0917","subtitle.quickButton.backgroundOpacity":"\u092A\u0943\u0937\u094D\u0920\u092D\u0942\u092E\u093F \u0905\u092A\u093E\u0930\u0926\u0930\u094D\u0936\u093F\u0924\u093E","subtitle.quickButton.translationFontSize":"\u0905\u0928\u0941\u0935\u093E\u0926 \u092B\u093C\u0949\u0928\u094D\u091F \u0915\u093E \u0906\u0915\u093E\u0930","subtitle.quickButton.translationTextColor":"\u0905\u0928\u0941\u0935\u093E\u0926 \u092B\u093C\u0949\u0928\u094D\u091F \u0915\u093E \u0930\u0902\u0917",attachSubtitleTranslating:"{service} \u0915\u093E \u0909\u092A\u092F\u094B\u0917 \u0915\u0930\u0915\u0947 \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930 \u0930\u0939\u093E \u0939\u0948...","error.claude.403":"\u0938\u0947\u0935\u093E \u0924\u0915 \u092A\u0939\u0941\u0902\u091A \u0915\u093E \u0915\u094B\u0908 \u0905\u0927\u093F\u0915\u093E\u0930 \u0928\u0939\u0940\u0902 \u0939\u0948, \u092F\u0939 Claude \u0915\u0940 \u0915\u094D\u0937\u0947\u0924\u094D\u0930\u0940\u092F \u0938\u0940\u092E\u093E\u0913\u0902 \u0938\u0947 \u0938\u0902\u092C\u0902\u0927\u093F\u0924 \u0939\u094B \u0938\u0915\u0924\u093E \u0939\u0948, \u0906\u092A \u0905\u092A\u0928\u093E IP \u092A\u0924\u093E \u092C\u0926\u0932\u0928\u0947 \u0915\u093E \u092A\u094D\u0930\u092F\u093E\u0938 \u0915\u0930 \u0938\u0915\u0924\u0947 \u0939\u0948\u0902, \u092F\u093E \u0905\u0928\u094D\u092F \u0905\u0928\u0941\u0935\u093E\u0926 \u0938\u0947\u0935\u093E\u0913\u0902 \u0915\u093E \u0909\u092A\u092F\u094B\u0917 \u0915\u0930 \u0938\u0915\u0924\u0947 \u0939\u0948\u0902\u0964","browser.brandDescriptionForSafari":"\u3010\u0907\u092E\u0930\u094D\u0938\u093F\u0935 \u0905\u0928\u0941\u0935\u093E\u0926\u3011 \u090F\u0915 \u092E\u0941\u092B\u094D\u0924 (\u092E\u0942\u0932 / \u0905\u0928\u0941\u0935\u093E\u0926) \u0926\u094D\u0935\u093F\u092D\u093E\u0937\u0940 \u0935\u0947\u092C\u092A\u0947\u091C \u0905\u0928\u0941\u0935\u093E\u0926 \u092A\u094D\u0932\u0917\u0907\u0928, \u091C\u094B \u0938\u092E\u092F-\u0938\u092E\u092F \u092A\u0930 PDF \u0905\u0928\u0941\u0935\u093E\u0926 \u0914\u0930 EPUB \u0908-\u092C\u0941\u0915 \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u093E \u0938\u092E\u0930\u094D\u0925\u0928 \u0915\u0930\u0924\u093E \u0939\u0948 \u0914\u0930 \u092E\u0942\u0932 \u0926\u0938\u094D\u0924\u093E\u0935\u0947\u091C\u093C \u0915\u0940 \u0935\u093F\u0928\u094D\u092F\u093E\u0938 \u0915\u094B \u092C\u0928\u093E\u090F \u0930\u0916\u0924\u093E \u0939\u0948, Youtube/Netflix \u0906\u0926\u093F \u0911\u0928\u0932\u093E\u0907\u0928 \u0935\u0940\u0921\u093F\u092F\u094B \u0926\u094D\u0935\u093F\u092D\u093E\u0937\u0940 \u0909\u092A\u0936\u0940\u0930\u094D\u0937\u0915 \u0905\u0928\u0941\u0935\u093E\u0926, Deepl/Google \u0906\u0926\u093F \u092A\u094D\u0930\u092E\u0941\u0916 \u0905\u0928\u0941\u0935\u093E\u0926 \u0938\u0947\u0935\u093E\u0913\u0902 \u0915\u093E \u0938\u092E\u0930\u094D\u0925\u0928 \u0915\u0930\u0924\u093E \u0939\u0948;","browser.PdfProFile":"AI \u0938\u0902\u091A\u093E\u0932\u093F\u0924 PDF Pro \u0905\u0928\u0941\u0935\u093E\u0926","browser.textTranslate":"\u0932\u093F\u0916\u093F\u0924 \u0905\u0928\u0941\u0935\u093E\u0926"};var Bs={nologin:"non \xE8 stato effettuato l'accesso",loginForSafari:"Accedi o registrati",login:"Accedi per aprire un'iscrizione",manageAccount:"Conti gestiti",openPremium:"Soci aperti",logout:"interrompere",curentPlan:"Pacchetti attuali",endAt:"scadenza",endAuto:"rinnovo automatico",lineBreakMaxTextCount:"Numero massimo di caratteri consentiti per frase dopo le interruzioni di riga","translate-pdf":"Clicca per tradurre il PDF","noSupportTranslate-pdf":"Script non supportato, utilizzare il plugin","translate-firefox-local-pdf":"Fare clic per andare a Importazione PDF",enableLineBreak:"Abilita l'avanzamento automatico delle righe per i paragrafi lunghi",sponsorLabel:"1$ Sviluppatori sponsorizzati",help:"mano",browserShortcutsNoteForFirefox:"Per modificare le scorciatoie in Firefox, \xE8 necessario aprire la pagina di gestione delle estensioni `about:addons`, quindi fare clic su `Impostazioni` e poi su `Gestione scorciatoie` per impostare le scorciatoie.",browserShortcutsNoteForChrome:"Per modificare le scorciatoie in Chrome, \xE8 necessario aprire la pagina di gestione delle estensioni, impostarle nel pannello `Gestione scorciatoie` (`chrome://extensions/shortcuts`) e fare clic sul pulsante sottostante per passare alla pagina di gestione delle scorciatoie.",browserShortcutsSucks:"Le scorciatoie personalizzate sono formattate come (non viene effettuato il riconoscimento automatico, inserire direttamente)\uFF1A",enableLineBreakDescription:"Quando \xE8 attivata, le interruzioni di riga vengono inserite alla fine di ogni frase nei paragrafi lunghi per facilitarne la lettura.","browser.shortBrandName":"Traduzione in immersione","browser.brandName":"Immersion Translation: traduzione bilingue di pagine web e documenti PDF","browser.brandDescription":"Bilingual web page translation, also supports PDF translation, bilingual Epub eBook translation, free to use.","browser.toggleTranslatePage":"Tradurre la pagina/visualizzare il testo originale","browser.toggleTranslateTheWholePage":"Tradurre tutte le aree della pagina/visualizzare il testo originale","browser.toggleOnlyTransation":"Cambia modalit\xE0 bilingue/solo traduzione","browser.toggleTranslateToThePageEndImmediately":"Traduzione immediata a fondo pagina/visualizzazione del testo originale","browser.toggleTranslateTheMainPage":"Tradurre l'area principale della pagina/visualizzare il testo originale","browser.shareToDraft":"Condividi le pagine bilingue","browser.openOptionsPage":"Aprire la pagina delle impostazioni","browser.toggleTranslationMask":"Mostra/nascondi l'effetto di sfocatura della traslazione","browser.translateLocalPdfFile":"Tradurre i file PDF locali","browser.openEbookViewer":"Leggere gli eBook locali","browser.openEbookBuilder":"Creare eBook EPUB bilingue","browser.translateLocalHtmlFile":"Tradurre file HTML/testo","browser.donateContext":"Scopri i vantaggi della sponsorizzazione","browser.translateLocalSubtitleFile":"Tradurre i file dei sottotitoli locali",confirmResetConfig:"\xC8 sicuro di voler ripristinare le impostazioni?",translationLineBreakSettingTitle:"Impostazione dell'avanzamento riga di traduzione",smartLineBreak:"alimentazione di linea intelligente (calcolo)",alwaysLineBreak:"Sempre avanzamento di riga",isShowContextMenu:"Aggiungere pagine tradotte alle voci di menu del tasto destro del mouse",toggleBeta:"Abilitazione delle funzioni di beta testing",betaDescription:"Attiva funzioni ancora sperimentali e un servizio di traduzione in beta. Unitevi al <1>gruppo Telegram per saperne di pi\xF9.",translationLineBreakSettingDescription:"Le interruzioni di riga sono sempre ordinate per le pagine con meno contenuti. (Usare interruzioni di riga intelligenti nei paragrafi lunghi e ricchi di contenuti (pi\xF9 di{count}caratteri) per risparmiare spazio).",tempTranslateDomainTitle:"Durata dell'attivazione temporanea della traduzione del sito web",tempTranslateDomainDescription:"Quando si traduce manualmente una pagina web, \xE8 possibile attivare temporaneamente la traduzione automatica del sito web e impostare la durata temporanea.",xMinutes:"{count} minuti",disabled:"vietare l'uso di qcs.",changelog:"Registro degli aggiornamenti",toggleTranslatePageWhenThreeFingersOnTheScreen:"Il tocco simultaneo di pi\xF9 dita sullo schermo traduce le pagine web/visualizza il testo originale",toggleTranslationMaskWhenThreeFingersOnTheScreen:"Il tocco con pi\xF9 dita mostra/nasconde l'effetto di sfocatura.",fingerCountToToggleTranslagePageOnlyTranslationWhenTouching:"Pi\xF9 dita che toccano lo schermo contemporaneamente traducono la pagina web (solo traduzione)/visualizzano il testo originale.",addUrlDescription:"Pu\xF2 essere un nome di dominio e supporta anche i caratteri jolly, ad esempio\uFF1A*.google.com, google.com/mail/*, https://www.google.com/*",general:"Impostazioni di base",clickToExpandConfig:"Espandere la configurazione attuale",import:"Importazione da file",export:"Esportazione su file",toggleDebug:"Stampa il log di debug sulla console","fingers.0":"coagulo","fingers.2":"tocco con due dita","fingers.3":"tocco con tre dita","fingers.4":"tocco a quattro dita","fingers.5":"tocco a cinque dita",mouseHoldKey:"+ {key} tradurre/ripristinare il paragrafo",mouseHoldKeyAuto:"Traduzione diretta del paragrafo",mouseHoldKeyOff:"Non fare nulla.",mouseHoldKeyOther:"Collegamenti personalizzati (impostazioni di apertura)",mouseHoldKeyCustomKey:"{key} Traduzione/riduzione del paragrafo",mouseHoverHoldKey:"Passaggio del mouse mentre si premono i tasti di scelta rapida per tradurre i paragrafi","mouse-translate":"passaggio del mouse",document:"(computer) file",resetSuccess:"Reimpostare tutte le impostazioni con successo",resetThisSuccess:"Ripristino riuscito",saved:"Salva il successo",successImportConfig:"Configurazione importata con successo",goAdvancedSettings:"Andare alla pagina Impostazioni avanzate",goAdvancedInterfaceSettings:"Andare alla pagina Impostazioni di personalizzazione avanzate",advanced:"Impostazioni avanzate",advancedDescription:"In genere non \xE8 necessaria alcuna impostazione, basta lasciarla come predefinita. Solo per gli utenti pi\xF9 specializzati sono disponibili impostazioni pi\xF9 personalizzate.",developer:"Impostazioni dello sviluppatore",donateCafe:"prezzi","translate to the bottom of the page":"Si traduce in fondo alla pagina subito dopo l'ingresso nella pagina?",feedback:"Domanda Feedback",toggleTranslatePage:"Tradurre la pagina/visualizzare il testo originale",translateToThePageEndImmediatelyDescription:"Se si attiva, il contenuto viene tradotto immediatamente dall'inizio alla fine della pagina, non appena viene inserito. Se lo si disattiva, il contenuto viene tradotto man mano che si legge. (Non consigliato)","translate all areas of the page":"Se tradurre tutte le aree della pagina",translationAreaDescription:"Attivato, vengono tradotte tutte le aree dell'intera pagina web. Se si disattiva, viene utilizzato il riconoscimento intelligente predefinito e vengono tradotte solo le aree principali. (Non si consiglia di attivarlo)","the number of characters to be translated first":"Tradurre direttamente i primi caratteri della pagina senza attendere lo scorrimento dell'area di visualizzazione","interface language":"linguaggio dell'interfaccia","display both the original text and the translation":"Visualizzazione simultanea di originale e traduzione","keyboard shortcuts":"Scorciatoie da tastiera",modify:"Modifica dei tasti di scelta rapida",reset:"riproposizione",close:"coagulo",homepage:"homepage",more:"di pi\xF9",moreOptions:"Ampliare le opzioni di personalizzazione",translateTheWholePage:"Tradurre tutte le aree della pagina (invece di riconoscere intelligentemente le aree principali)",changeToTranslateTheWholePage:"Passare alla traduzione di tutte le regioni",changeToTranslateTheMainPage:"Passare all'area principale di traduzione",changeToOnlyTranslationMode:"Alterna per visualizzare solo le traduzioni",changeToDualTranslationMode:"Passare alla traduzione bilingue",translateToThePageEndImmediately:"Traduzione immediata a fondo pagina",translateTheMainPage:"Regioni chiave della traduzione intelligente","The local rules are up to date":"Le norme di adattamento locali sono aggiornate.","Successfully synchronized with the latest official rules:":"Sincronizzato con successo con le ultime regole ufficiali di adattamento.","Checking for updates":"Controllo degli aggiornamenti","Rules are being synchronized":"Regole di adattamento sincronizzate",localVersionIsTooOld:"La versione dell'estensione locale \xE8 troppo vecchia; aggiornare l'estensione a {minVersion} o a una versione pi\xF9 recente prima di tentare la sincronizzazione.",badUserscriptBrowser:"Il browser attuale non implementa correttamente l'interfaccia dell'estensione Grease Monkey (ad esempio, per ottenere informazioni sul numero di versione dello script Grease Monkey stesso); si prega di utilizzare altri browser che <1>supportano l'estensione Grease Monkey, come Firefox.",foundNewVersion:"Scoprite la nuova versione",theLocalExtensionIsUpToUpdate:"L'estensione attuale \xE8 aggiornata.",failToSyncRules:"Mancata sincronizzazione delle ultime regole di adattamento",retry:"Fare clic qui per riprovare",failedReason:"Motivi del fallimento",currentRuleVersion:"Versione attuale della regola",calculating:"calcoli",unknownError:"errore sconosciuto",canNotFetchRemoteRule:"Impossibile ottenere le regole remote",enableAlphaSuccess:"Alfa abilitato",disableAlphaSuccess:"La funzione Alpha \xE8 stata disattivata",cacheSize:"Dimensione della cache\uFF1A",cleaning:"in fase di liquidazione",cleanCache:"cancellare la cache",options:"allestimento",about:"rispetto a",service:"servizio di interpretariato",needAction:"(Vai alle impostazioni)",goSettings:"procedere con l'impostazione",needActionForOptions:"(da impostare)",translationEngine:"Opzioni del motore",sourceLanguage:"Lingua originale",target:"lingua di destinazione",popupSourceLanguage:"Lingua originale",popupTarget:"lingua di destinazione",popupService:"servizio di interpretariato",forThisSite:"Sito web attuale",autoEnableSubtitle:"Attiva automaticamente i sottotitoli bilingue",alwaysTranslate:"Tradurre sempre",neverTranslate:"Mai tradurre",alwaysTranslateSomeLanguage:"Tradurre sempre {language}",neverTranslateSomeLanguage:"Mai tradurre {language}",alwaysTranslateSomeSite:"Tradurre sempre {hostname}",neverTranslateSomeSite:"Mai tradurre {hostname}",alwaysTranslateSomeSiteOrWildSite:"Tradurre sempre il sito",alwaysTranslateSomePage:"Tradurre sempre la pagina",add:"aumento",default:"predefinito (impostazione)",forThisLanguage:"Per questa lingua\uFF1A","add url":"Inserire l'URL",edit:"compilatore","translate other languages into specific language":"Tradurre altre lingue nella lingua impostata","select translation service":"Selezionare un servizio di traduzione",language:"multilinguismo","show-original":"Mostra il testo originale",translate:"rendering",Translated:"tradotto",Translating:"in traduzione",Error:"non corretto",allowCacheTranslations:"Abilitare la cache delle traduzioni locali (per ridurre le richieste di traduzione per i passaggi duplicati)","translation display":"Stile di visualizzazione della traduzione","select diplay style":"Distinguere gli stili di traduzione, con specifico riferimento ai seguenti esempi",interface:"Impostazioni dell'interfaccia",import_export:"Importazione/Esportazione",import_export_title:"Configurazione di importazione/esportazione",syncToGoogleDrive:"Sincronizzazione con Google Drive ora",floatBallOptions:"Impostazioni Hoverball","floatBallOptions.enable":"Abilitare l'Hoverball","floatBallOptions.blockUrls":"Disattivare il sito web","floatBallOptions.add":"aumento","floatBallOptions.blockUrlDesc":"Gli Hoverball non vengono visualizzati quando si incontrano i seguenti siti web","floatBallOptions.clickType":"comportamento di clic","floatBallOptions.clickTypeDesc":"Comportamento dell'icona Hoverball quando viene cliccata","floatBallOptions.clickPopup":"Mostra pannello di traduzione","floatBallOptions.clickTranslate":"Traduzione/visualizzazione del testo originale",previewAllThemes:"Anteprima di tutti gli stili","translationTheme.none":"non hanno","translationTheme.grey":"grigio scuro","translationTheme.dashed":"sottolineatura tratteggiata","translationTheme.dotted":"trattino basso tratteggiato","translationTheme.dashedBorder":"bordo tratteggiato","translationTheme.solidBorder":"bordo solido","translationTheme.underline":"Sottolineare le linee rette","translationTheme.mask":"Effetti fuzzy (modalit\xE0 di apprendimento)","translationTheme.opacity":"effetto trasparenza","translationTheme.paper":"Effetto ombra su carta bianca","translationTheme.dividingLine":"linea di demarcazione","translationTheme.highlight":"alta luminosit\xE0","translationTheme.marker":"marcatore (parola d'ordine)","translationTheme.marker2":"Marcatore 2","translationTheme.blockquote":"Stili di riferimento","translationTheme.weakening":"indebolimento","translationTheme.italic":"carattere obliquo","translationTheme.bold":"addensare","translationTheme.thinDashed":"sottile linea tratteggiata di sottolineatura","translationTheme.nativeDashed":"Il sistema \xE8 dotato di una sottolineatura tratteggiata","translationTheme.nativeDotted":"Il sistema viene fornito con una sottolineatura tratteggiata","translationTheme.nativeUnderline":"Il sistema viene fornito con una linea retta di sottolineatura","translationTheme.wavy":"linea ondulata","translationServices.custom":"API personalizzata","translationServices.tencent":"Traduttore Tencent","translationServices.tenAlpha":"Traduttore Tencent (Alpha)","translationServices.google":"Google Translate","translationServices.bai":"Baidu (Alfa)","translationServices.baidu":"Traduzione di Baidu","translationServices.aliyun":"Traduzione di AliCloud","translationServices.volc":"traduzione vulcanica","translationServices.deeplx":"DeepLX (Beta)","translationServices.bing":"Microsoft Translate","translationServices.deepl":"DeepL","translationServices.wechat":"Traduzione di WeChat","translationServices.azure":"Traduzione di Azure","translationServices.ibm":"IBM Watson","translationServices.aws":"Traduzione Amazon","translationServices.mock":"Traduzione simulata","translationServices.mock2":"Traduzione simulata 2","translationServices.caiyun":"illuminato. nuvole colorate e piccole traduzioni","translationServices.cai":"Nuvole colorate (Alpha)","translationServices.volcAlpha":"Vulcano (Alfa)","translationServices.openl":"AprireL","translationServices.youdao":"Traduzione su Youtube","translationServices.you":"Traduttore Youdao (Alpha)","translationServices.transmart":"Traduzione interattiva di Tencent","translationServices.niu":"Traduttore anticonformista","translationServices.papago":"Traduzione di Papago","translationServices.d":"D (Alfa)","translationServices.dpro":"D Pro (Canarino)","translationServices.openai":"OpenAI","translationServices.yandex":"Yandex","translationServices.chatgpt":"ChatGPT Web(3.5 mobile)","translate title":"Tradurre i titoli delle pagine","always languages":"Tradurre sempre la lingua",neverTranslateLanguagesLabel:"La lingua che non sar\xE0 mai tradotta",neverTranslateTheFollowingLanguagesDescription:"Le traduzioni vengono saltate quando un paragrafo della pagina \xE8 in una delle seguenti lingue",enableUserscriptPagePopup:"Mostra l'hoverball nella pagina",enableUserscriptPagePopupDescription:"Dopo aver disattivato l'hoverball, pu\xF2 essere richiamato con la scorciatoia /{touch}. Si consiglia vivamente di inserire tra i preferiti questa pagina di impostazioni per evitare di non riuscire a trovare l'hoverball dopo aver inavvertitamente disattivato questa opzione!","always translate the following languages":"Traduce automaticamente nella lingua di destinazione quando la pagina \xE8 in una delle seguenti lingue","always sites":"Siti web sempre tradotti","always translate the following sites":"I siti web vengono tradotti automaticamente nella lingua di destinazione quando sono i nomi di dominio di","never sites":"Sito web mai tradotto","never translate the following sites":"Le traduzioni non verranno effettuate quando il sito web \xE8 destinato ai seguenti domini","please refer to":"\xC8 necessario compilare la chiave prima di poterla utilizzare.",KeyAndConfigurationTutorial:"Esercitazione sull'applicazione e la configurazione delle chiavi",useAboveStyleForTheseSites:"Usare sempre lo stile di traduzione \u2308{theme}\u230B quando il sito \xE8 destinato ai seguenti domini",currentUrl:"URL corrente",confirm:"salvare (un file, ecc.) (informatica)",cancel:"cancellazioni",delete:"rimozione","languages.auto":"rilevamento automatico",syncToCloud:"Sincronizzazione con Google Drive",syncToCloudDescription:"Caricata nel cloud, la configurazione pu\xF2 essere sincronizzata tra diversi browser/ script di scimmia grassa, a seconda dell'ultima modifica.",syncToAccount:"Sincronizzazione con il Cloud di traduzione immersiva",syncToAccountButton:"Sincronizzazione istantanea con il cloud",syncToAccountDescription:"Sincronizzare automaticamente le configurazioni tra i diversi dispositivi, a seconda dell'ultima modifica.",successSyncConfigInAccount:"Sincronizzazione riuscita con il cloud",successSyncConfigToAccount:"Sincronizzazione riuscita con il cloud",syncConfigNoUpdate:"\xC8 gi\xE0 aggiornato.",authFail:"Mancata autorizzazione",syncTitle:"Gestione manuale del backup",import_hint:"importazione (dati)",upload:"caricare",revokeAuth:"revocare un'autorizzazione",uploadFail:"Caricamento fallito",download:"scaricare",importSuccess:"Importato con successo",importFail:"errore di importazione",deleteFail:"Cancellazione non riuscita",backupToCloud:"Gestione manuale dei file di backup",create_new_backup:"Aggiungere un nuovo nodo di backup",maxBackupFiles:"\xC8 possibile eseguire il backup di un massimo di{count}nodi diversi; eliminare i nodi non necessari.",backupToCloudDescription:"Caricare o ripristinare manualmente i file di backup, consentendo fino a 3 backup diversi.",successSyncConfig:"Sincronizzazione di successo con il cloud",syncFail:"errore di sincronizzazione",updatedAt:"Aggiornato da {date}",lastSyncedAt:"Ultimo controllo: {date}",downloadFail:"Impossibile scaricare",clickToDownload:"Fare clic per scaricare",aboutLabel:"Informazioni - Feedback","browser.openAboutPage":"Informazioni/Risposte",aboutLabelWithoutSponsor:"Informazioni - Feedback",aboutIntro:"Che tutti noi possiamo avere un accesso pi\xF9 facile e piacevole alla grande quantit\xE0 di informazioni in lingua straniera su Internet \u2764\uFE0F Potete scegliere di attivare la vostra <6>iscrizione Pro per utilizzare le traduzioni di DeepL e OpenAI.

Potete seguirci su <3>Twitter, <4>Telegram, Weibo, WeChat o <5>iscrivervi alla nostra mailing list per seguire gli aggiornamenti.
I <7>membri Pro possono contattarci all'indirizzo <8>support@immersivetranslate.com per un rapido servizio clienti.",aboutIntroWithoutSponsor:"Che tutti noi possiamo avere un accesso pi\xF9 facile e piacevole all'enorme quantit\xE0 di informazioni in lingua straniera disponibili su Internet \u2764\uFE0F

Potete seguirci su <3>Twitter, <4>canale Telegram, WeChat, WeChat Exchange, o <5>iscrivervi per seguire gli aggiornamenti via <5>e-mail qui sotto.",projectHomepage:"Progetto Home",joinTelegramGroup:"Unitevi al gruppo di utenti per partecipare alle discussioni sulle funzionalit\xE0",wechatPublicAccount:"WeChat Pubblico",wechatCommunities:"Gruppo di scambio WeChat",qqCommunities:"Canale di comunicazione QQ",joinTelegramChannel:"Seguite il canale Telegram per gli ultimi aggiornamenti",feedbackAndJoin:"Domanda Feedback / Aggiungi gruppo",autoSync:"sincronizzazione automatica dell'ora",loadingThemeTitle:"Stile di caricamento",loadingThemeDescription:"Impostazione dello stile in attesa del caricamento della traduzione","loadingTheme.spinner":"Animazione di rotazione","loadingTheme.text":"testo statico qcs. ","loadingTheme.none":"non mostrato",developerDescription:"La documentazione sulla personalizzazione avanzata \xE8 disponibile <1>qui","edit border color":"Modificare il colore del bordo",successSyncButNoChange:"La configurazione attuale \xE8 coerente con il cloud",customTheme:"Colori e dimensioni personalizzate","customThemeLabel.borderColor":"Colore del bordo","customThemeLabel.borderRadius":"Bordi arrotondati","customThemeLabel.textColor":"colore del testo","customThemeLabel.backgroundColor":"colore di sfondo","customThemeLabel.zoom":"Scalatura dei caratteri (%)","customThemeLabel.opacity":"Opacit\xE0 del testo (%)",resetToDefaultColor:"Ripristino dei colori predefiniti",resetToDefaultSettings:"Ripristino delle impostazioni predefinite",isTranslateTitle:"Abilita la traduzione dei titoli delle pagine",isTranslateTitleDescription:"All'apertura, il titolo della pagina viene tradotto",enableSearchEnhancement:"Abilitazione del miglioramento dei messaggi bilingue",enableSearchEnhancementDescription:'Una volta abilitato, i risultati della ricerca di "Google News" verranno automaticamente visualizzati nella colonna destra dei siti web supportati (Google News, Google Search (alcune parole chiave), Snowball, Oriental Fortune, Futura, Tiger Community) per le parole chiave inglesi corrispondenti.',verifyService:"Clicca qui per testare il servizio",verified:"Verifica del successo","field.langs":"Codici lingua supportati","field.model":"modellazione","field.translationEngine":"motore di traduzione","field.limitPerMinute":"Richieste massime al minuto","field.limitPerSecond":"Numero massimo di richieste al secondo","field.maxTextLengthPerRequest":"Lunghezza massima del testo per richiesta","field.maxTextGroupLengthPerRequest":"Numero massimo di paragrafi per richiesta","field.apiUrl":"Indirizzo dell'interfaccia API personalizzata","field.placeholderDelimiters":"segnaposto riservato","description.custom":"Interfaccia personalizzata Accesso Documentazione necessaria","description.limitPerMinute":"Le richieste che superano questo limite vengono messe in coda fino all'inizio del minuto successivo. A causa delle varie limitazioni dell'attuale servizio di OpenAI, fare clic <1>qui per gli ultimi valori suggeriti.","description.limitPerSecond":"Le richieste che superano questo limite vengono messe in coda fino all'inizio del secondo successivo. A causa delle varie limitazioni dell'attuale servizio di OpenAI, fare clic <1>qui per gli ultimi valori suggeriti.","description.generalLimitPerSecond":"Le richieste che superano questo limite vengono messe in coda fino all'inizio del secondo successivo.","description.prompt":"Invia una conversazione a {service} come utente, dove {{text}} rappresenta il contenuto del testo del paragrafo, {{from}} rappresenta la lingua del paragrafo, {{to}} rappresenta la lingua di destinazione.","description.maxTextLengthPerRequest":"Il numero massimo di caratteri per richiesta \xE8 troppo elevato e causa una risposta lenta dell'interfaccia; provare a regolare questa opzione per ottimizzare la velocit\xE0.","description.systemPrompt":"Invia una conversazione a {service} come sistema, dove {{text}} rappresenta il contenuto del testo del paragrafo, {{from}} rappresenta la lingua del paragrafo, {{to}} rappresenta la lingua di destinazione.","field.domain":"regno","description.domain":"L'impostazione predefinita \xE8\uFF1Ageneral. Pu\xF2 essere impostata solo se la traduzione con dominio \xE8 abilitata nella console Arima API, vedere <1>qui per i domini supportati.","field.scene":"prendere","description.scene":"Valore predefinito:\uFF1Ageneral. Pu\xF2 essere impostato solo se la console API di AliCloud apre Machine Translation Pro, vedere <1>qui per gli scenari supportati.","field.vocabId":"ID del dizionario utente","description.vocabId":"Il dizionario out_id specificato, attualmente supporta la traduzione dall'inglese al cinese.","description.model":"Modelli OpenAI, possono essere gpt-3.5-turbo, gpt-4, ecc.","description.maxTextGroupLengthPerRequest":"Il numero di paragrafi inviati al servizio di traduzione alla volta; se ci sono troppi paragrafi, l'interfaccia potrebbe rispondere pi\xF9 lentamente.","description.apiUrl":"Si prega di aggiungere URL specifici con percorsi, <1>ulteriori descrizioni",enabledExtension:"Abilitazione delle estensioni",clickToDisableExtension:"Fare clic per disattivare le estensioni",clickToEnableExtension:"Fare clic per abilitare le estensioni",hasBeenDisabled:"disabilitato","show password":"Mostra password",customContent:"Inserire un nome di modello personalizzato",inputOptions:"Miglioramento della casella di input",mouseHoverOptions:"passaggio del mouse",modifyMouseHoverKey:"Modifica della scorciatoia per il passaggio del mouse",enableInputTranslation:"Abilitare o meno il miglioramento della casella di input",enableInputTranslationDescription:"Una volta abilitato, digitare {startingKey}{startingKey} hello direttamente nella casella di input, poi premere rapidamente{inputTrailingTriggerKeyRepeatTimes}volte{trailingKey}per tradurre in {inputTargetLanguage}.",enableInputTranslationDescriptionForNoneKey:"Una volta abilitato, digitate\uFF1AHello World direttamente nella casella di input, quindi premete rapidamente{inputTrailingTriggerKeyRepeatTimes}{trailingKey}volte per tradurre nella lingua di destinazione predefinita.",inputTargetLanguage:"Impostazione della lingua di destinazione predefinita per le caselle di input",inputTargetLanguageDescription:"Lingua di destinazione predefinita per la traduzione della casella di input, ovvero {startingKey}{startingKey} come lingua predefinita per le parole di attivazione.",inputTargetLanguageDescriptionForNoneKey:"Lingua di destinazione predefinita per la traduzione della casella di input",inputStartingTriggerKeyTitle:"Impostazione del carattere di divisione per la traduzione parziale della casella di input",inputStartingTriggerKeyDescription:"Quando non \xE8 necessario tradurre l'intera casella di input, lo splitter consente di tradurre solo la parte da {startingKey}{startingKey} alla fine della casella di input, oppure \xE8 possibile specificare il codice della lingua, ad esempio\uFF1A{startingKey}ja significa tradurre solo la parte da {startingKey}ja alla fine della casella di input.",inputStartingTriggerKeyDescriptionForNoneKey:"L'impostazione attuale di nessun prefisso non \xE8 necessaria e la funzione di traduzione di alcuni testi nella casella di immissione non \xE8 al momento disponibile.",inputTrailingTriggerKeyTitle:"Selezionare un carattere di attivazione di fine inserimento",inputTrailingTriggerKeyDescription:"3 colpi veloci{trailingKey} inizier\xE0 a tradurre!",inputTrailingTriggerKeyTimeout:"Immettere l'intervallo di tempo tra gli inneschi di fine combattimento",inputTrailingTriggerKeyTimeoutDescription:"Imposta l'intervallo di tempo (in millisecondi) tra le attivazioni della combo di fine input",spaceKey:"<\u7A7A\u683C\u952E>",noneKey:"Traduzione diretta dell'intera casella di testo senza prefissi",inputTranslationBlockUrlsTitle:"Non abilitare il miglioramento della casella di input nei seguenti URL",inputTranslationBlockUrlsDescription:"I miglioramenti della casella di input non funzionano con i seguenti URL",clickToSeeQuickDemo:"Fare clic per espandere il video di esercitazione rapida di 30 secondi",inputHelperInfo:"Descrizione\uFF1AAbbiamo ottimizzato il fatto che alcuni caratteri di attivazione si trasformano in segni di punteggiatura cinesi con i metodi di input cinesi, ad esempio, / si trasforma in un segno di dun, con il metodo di input Sogou, e Immersive Translator supporta tutti i simboli cinesi corrispondenti ai caratteri di attivazione, ad esempio //,,, saranno riconosciuti come caratteri di attivazione.

Supportiamo anche gli alias cinesi per i codici di lingua come comandi, ad esempio /Japanese Hello World verr\xE0 tradotto in giapponese; <1>fare clic qui per vedere tutti i codici di lingua supportati.",reloadCurrentPage:"Aggiornare la pagina corrente prima di iniziare la traduzione.",noLocalFilePermissionForPDF:"Non si ha l'autorizzazione a leggere i file locali, fare clic sul pulsante sopra e importare i file locali.",noPermissionForThisPage:"\u26A0\uFE0F Nessun permesso per tradurre la pagina corrente",retryAllParagraphs:"Riprova tutti i passaggi di errore",retryAllButton:"Riprova tutti i passaggi di errore",errorTooltipTitle:"Fare clic per visualizzare la causa dell'errore",errorModalTitle:"Sembra che ci sia qualcosa che non va nel servizio di traduzione o nella rete...",disableConfirm:"Impostazione bilingue per il miglioramento delle informazioni",disableOnce:"Questa disabilitazione",disableGlobal:"disabilitare in modo permanente",disableTint:"* \xC8 possibile riabilitarlo all'indirizzo {option} .",searchEnhancementNotes:"Dopo aver attivato la funzione Immersive Translation Bilingual Information Enhancement, cercheremo automaticamente le stesse parole chiave in inglese sui siti web supportati (Google News, Google Search (alcune parole chiave), Snowball, Oriental Wealth, Futura, Tiger) e le visualizzeremo sul lato destro. Potete scegliere di disabilitare questa funzione se non ne avete bisogno.",option:"allestimento",saveSettings:"Salva le impostazioni",closeModal:"Chiudere la finestra",enableInputTranslationWithoutTriggerKeyTitle:"Abilitare 3 colpi rapidi su{trailingKey}per tradurre direttamente l'intera casella di input in{inputTargetLanguage}",enableInputTranslationWithoutTriggerKeyDescription:"Per specificare la lingua di destinazione, usare il prefisso della lingua, per esempio\uFF1Aja Hello World",mouseHoverShortcutPlaceholder:"Ad esempio,\uFF1AShift",deepLProName:"Immersive Translation Pro Membro (consigliato)",deepLProDescription:"Il pacchetto corrente pu\xF2 essere utilizzato direttamente",deeplProDescriptionForNormal:"Non \xE8 richiesta alcuna configurazione, i membri possono utilizzarlo dopo il login, <1>clicca qui per passare a membro",deepLCustomDescription:"\xC8 richiesta una carta di credito estera, aperta ufficialmente su <1>DeepL, clicca per la <2>documentazione",deepLCustomName:"Chiave di autorizzazione personalizzata",chooseProviderLabel:"Selezionare un fornitore di servizi",openaiProName:"Immersive Translation Pro Membro (consigliato)",openaiProDescription:"Il pacchetto corrente pu\xF2 essere utilizzato direttamente",openaiProDescriptionForNormal:"Non \xE8 richiesta alcuna configurazione, i membri possono utilizzarlo dopo il login, <1>clicca qui per passare a membro",openaiCustomDescription:"Disponibile su OpenAI, Azure OpenAI o altri servizi di terze parti, <1>fare clic qui per la documentazione.",openaiCustomName:"Chiave API personalizzata",needLoginAction:"(Iscrizione aperta o personalizzazione)",goLoginOrAction:"(Aprire un'iscrizione o andare alle impostazioni)",yearly:"effettuare un pagamento annuale consecutivo",quarterly:"avvolgimento sequenziale",monthly:"abbonamento mensile",yearlyForOnce:"Pacchetto annuale una tantum",monthlyForOnce:"Pacchetto mensile una tantum",daily:"giorni consecutivi di pacchetti",year:"effettuare un pagamento annuale consecutivo",quarter:"avvolgimento sequenziale",month:"abbonamento mensile",day:"giorni consecutivi di pacchetti",onetime_7day:"Pacchetto esperienza di 7 giorni",currentPlanDescriptionForFree:"Pacchetti attuali\uFF1AGratis",currentPlanDescriptionForContinuous:"L'attuale pacchetto\uFF1A{plan}sar\xE0 rinnovato automaticamente su {endAt} .",currentPlanDescriptionForAutoRenewCaceling:"L'attuale pacchetto\uFF1A{plan}scadr\xE0 il giorno {endAt} e non sar\xE0 rinnovato automaticamente alla scadenza.",currentYearlyPlanDescriptionForAutoRenewCacelingWithRealPaiedUser:"Il pacchetto attuale,\uFF1A{plan}, scadr\xE0 il {endAt} e non sar\xE0 rinnovato automaticamente alla scadenza.
<1>Clicca qui per gestire il tuo piano di rinnovo",currentYearlyPlanDescriptionForAutoRenewCacelingWithAdmin:"Il pacchetto attuale,\uFF1A{plan}, scadr\xE0 il {endAt} e non sar\xE0 rinnovato automaticamente alla scadenza.
<1>Fare clic qui per attivare l'abbonamento annuale continuo",currentPlanDescriptionForOneTime:"L'attuale abbonamento\uFF1A{plan}scadr\xE0 il {endAt} , <1>clicca qui per passare all' abbonamento <1>annuale o <2>mensile.",upgradePlan:"Clicca qui per passare all'iscrizione Pro",upgradeToPro:"Aggiornamento all'iscrizione Pro","popup.openPro":"Passa all'iscrizione Pro per usufruire di DeepL e della traduzione OpenAI, clicca qui per effettuare l'aggiornamento!","popup.openProForPro":"Sei un membro Pro con accesso diretto alle traduzioni di DeepL e OpenAI!",currentAccount:"conto corrente",enableAutoSyncUserSettings:"Abilita la sincronizzazione automatica con il cloud su pi\xF9 dispositivi",modalEnableInputTranslationTitle:"Casella di input per la traduzione immersiva Avvisi di traduzione",modalEnableInputTranslationDesc:"\xC8 stata appena attivata la traduzione della casella di input di Immersive Translation premendo la barra spaziatrice 3 volte in rapida successione e il contenuto della casella di input verr\xE0 tradotto nella lingua di destinazione predefinita. La traduzione pu\xF2 essere annullata con Ctrl+Z.

Se si tratta di un errore, non preoccupatevi: potete scegliere di disattivarla questa volta o di disabilitare definitivamente la traduzione delle caselle di input.",saveAndNotShowAgain:"Salvare e interrompere la richiesta",disableInputTranslationTips:"* \xC8 inoltre possibile impostare altre scorciatoie da attivare in {option} ,{learnMore}.",learnMore:"Clicca qui per saperne di pi\xF9",continueEnalbeInputTranslation:"Continuare ad abilitare la traduzione della casella di input",autoRenewTrialSuffix:`(In prova,\xE8 passato immediatamente all'iscrizione completa)`,upgradeFromTrialTitle:"Aggiornamento a Socio Effettivo",subtitle:"sottotitoli video",youtubeService:"Traduzione in immersione Servizi di traduzione con sottotitoli video","subtitle.disabledSubtitle":"Disattivare in modo permanente la funzione dei sottotitoli video","subtitle.disabledSubtitleDescription":"Se Immersive Translator's Video Subtitles entra in conflitto con altre estensioni, \xE8 possibile scegliere di disabilitare definitivamente la funzionalit\xE0 di Immersive Translator's Video Subtitles o disinstallare le altre estensioni in conflitto.","subtitle.autoEnableSubtitle":"Uso automatico dei sottotitoli bilingue","subtitle.autoEnableSubtitleDescription":"Una volta attivato, i sottotitoli bilingue verranno visualizzati automaticamente durante la riproduzione del video, altrimenti sar\xE0 necessario fare clic sul pulsante di traduzione per visualizzarli.","subtitle.preTranslation":"Tradurre i sottotitoli con la traduzione immersiva","subtitle.preTranslationDescription":"Quando \xE8 abilitato, l'intero sottotitolo sar\xE0 pre-tradotto utilizzando il servizio di traduzione specificato di seguito; un video di un'ora consumer\xE0 circa 50.000 gettoni o caratteri, quindi si prega di utilizzarlo a propria discrezione; quando \xE8 disabilitato, i sottotitoli originali saranno utilizzati per primi.","subtitle.humanSubtitlesPreferred":"Uso prioritario del sottotitolaggio umano","subtitle.humanSubtitlesPreferredDescription":"Privilegiare l'uso di sottotitoli umani quando il video ha sottotitoli umani nella lingua di destinazione (consigliato)",videoSubtitleTranslationDescription:"Assegnare un servizio di traduzione separato per i sottotitoli video",subtitleTranslating:"Attendere mentre i sottotitoli vengono tradotti con il servizio {service} ... (traduzione ad immersione)",subtitleLoading:"Caricamento dei sottotitoli...",bilingual:"bilinguismo","field.action":"Se abilitare la terminologia Baidu","description.action":"Quando \xE8 abilitato, un parametro action=1 sar\xE0 aggiunto alla richiesta per informare Baidu del termine abilitato; <1>per ulteriori informazioni, consultare la documentazione ufficiale.",closeQuickTranslation:"Chiudere Hoverball","closeQuickTranslation.untilNext":"Questa volta chiuso fino alla prossima visita","closeQuickTranslation.currentWebsite":"Sito attuale disabilitato","closeQuickTranslation.alwaysClose":"disabilitare in modo permanente","closeQuickTranslation.settingOpen":"(pu\xF2 essere attivata nella <1>pagina delle impostazioni )","closeQuickTranslation.cancel":"cancellazioni","closeQuickTranslation.confirm":"definire","floatBall.popup":"Aprire il pannello Impostazioni rapide","floatBall.translate":"Fare clic per tradurre la pagina","floatBall.showOriginal":"Fare clic per tornare all'articolo originale","floatBall.close":"Chiudere Hoverball","floatBallOptions.enableDescPc":"Dopo aver abilitato l'hoverball della pagina, verr\xE0 visualizzato un pulsante di traduzione rapida sul lato destro della pagina: cliccatelo per tradurre!","floatBallOptions.enableDesc":"Dopo aver disattivato l'hoverball, \xE8 possibile richiamarlo con{touch}. Si consiglia vivamente di inserire tra i preferiti questa pagina di impostazioni nel caso in cui non si riesca a trovare l'hoverball dopo aver inavvertitamente disattivato questa opzione!","description.azureApiUrl":"Inserire l'indirizzo dell'interfaccia API personalizzata",confirmSupportMouse:"Forzare l'abilitazione del supporto del mouse",confirmSupportMouseDescription:"Rilevato che il browser corrente non supporta la funzione del mouse, \xE8 necessario abilitare il supporto del mouse?",sampleTargetText:"Verr\xE0 la lunga notte e io veglier\xF2 da oggi fino alla morte. Non prender\xF2 moglie, non far\xF2 feudi, non avr\xF2 figli. Non porter\xF2 una corona, non lotter\xF2 per l'onore. Far\xF2 il mio dovere, vivr\xF2 e morir\xF2.",sampleSourceText:"Night gathers, and now my watch begins. It shall not end until my death. I shall take no wife, hold no lands, father no children. I shall wear no crowns and win no glory. I shall live and die at my post.","desc.touchShortcutsToggleTranslatePageOnlyTranslation":"Solo traduzione significa che verr\xE0 visualizzata solo la traduzione, se la pagina web non \xE8 ancora stata tradotta, passer\xE0 alla modalit\xE0 e tradurr\xE0.","desc.toggleOnlyTransation":"La modalit\xE0 solo traduzione significa che verr\xE0 visualizzato solo il testo tradotto, se la pagina web non \xE8 ancora stata tradotta, cambier\xE0 modalit\xE0 e tradurr\xE0.",touchShortcutsToggleTranslatePageOnlyTranslation:"Imposta il gesto del touchscreen per passare alla modalit\xE0 bilingue/solo testo tradotto",download_started:"Il download \xE8 gi\xE0 iniziato, se non si avvia automaticamente, fai clic manualmente.",here:"Qui","translationFont.customPlaceholder":"carattere","error.goReset":"Vai a resettare","translationFont.custom":"Inserisci il carattere personalizzato",batchEdit:"Operazione in blocco","translationModeUrl.translation.title":"Solo modalit\xE0 di traduzione del sito web","error.configError":"Anomalia dei dati di configurazione","error.serveConfigError":"Errore nella configurazione del servizio","touch.mouse-translate":"Tradurre il paragrafo specificato","error.proTokenInvalid":"Se sei un utente Pro, per favore accedi prima di utilizzare il servizio di traduzione Pro.","translationModeLang.translation.title":"Solo modalit\xE0 di traduzione della lingua","translationServices.inherit":"Segui il servizio di traduzione principale",enableSentryReport:"Quando si verifica un errore di estensione, invia un feedback utilizzando Sentry",videoSubtitlePreTranslationOn:"I sottotitoli video utilizzeranno la traduzione immersiva come priorit\xE0.",translationFont:"Imposta il carattere","error.reloadPageOfSetting":"Dopo la configurazione, si prega di aggiornare la pagina e tradurre di nuovo.",detectServiceLoading:"Sto controllando i servizi di traduzione disponibili...",toggleToService:"Passa a {service} e riprova","translationModeLang.translation.description":"Quando la lingua della pagina \xE8 una delle seguenti, verr\xE0 utilizzata automaticamente solo la modalit\xE0 di traduzione.","translationModeUrl.translation.description":"Quando il sito web ha i seguenti nomi di dominio, verr\xE0 utilizzata automaticamente solo la modalit\xE0 di traduzione.","error.403":"Il servizio restituisce un errore, non si ha temporaneamente l'autorizzazione per accedere a questo servizio.","error.400":"Il servizio restituisce un errore, errore nei parametri della richiesta, si prega di controllare la configurazione corrispondente.",videoSubtitlePreTranslationOff:"I sottotitoli del video daranno la priorit\xE0 ai sottotitoli automatici inclusi nel video originale.","error.proUpgrade":"Dopo l'aggiornamento, si prega di aggiornare la pagina e tradurre di nuovo.","translationFont.notSupportErrorMessage":"Si prega di controllare se il nome del carattere inserito \xE8 corretto, o confermare che il carattere \xE8 gi\xE0 installato sul tuo dispositivo.","error.429":"Il servizio restituisce un errore, indicando che la richiesta \xE8 troppo frequente o supera il limite di quota, si prega di riprovare pi\xF9 tardi.","error.502":"Il servizio ha restituito un errore, il servizio \xE8 in timeout, si prega di riprovare pi\xF9 tardi.","error.googleLimitIp":"Il servizio restituisce un errore, il servizio Google ha limitato questo indirizzo IP, si consiglia di cambiare il nodo di rete.","error.openAIExceededQuota":"Il servizio restituisce un errore: il saldo del tuo account OpenAI non \xE8 sufficiente, si prega di ricaricare o collegare una carta di credito nel pannello di controllo ufficiale di OpenAI.","error.gemini.429":"Il servizio Gemini attuale ha raggiunto la sua capacit\xE0 massima, si prega di riprovare pi\xF9 tardi o passare ad un altro servizio di traduzione.","desc.toggleVideoSubtitlePreTranslation":"Dopo aver premuto, i sottotitoli bilingui del video utilizzeranno in primo luogo le impostazioni di traduzione immersive, premendo di nuovo avranno la priorit\xE0 i sottotitoli automatici inclusi nel video originale. Nota: questa scorciatoia modifica le impostazioni globali.","error.serveUnavailable":"Il servizio [{serverName}] che stai utilizzando attualmente non \xE8 accessibile a causa di problemi di connessione o del fornitore di servizi. Ti consigliamo di provare a ricaricare la pagina o di cambiare il servizio di traduzione attraverso le <1>impostazioni. Se sei un membro <2>Pro, puoi scegliere di utilizzare i servizi di traduzione pi\xF9 stabili di DeepL o OpenAI (<3>clicca qui per una prova gratuita). Inoltre, potrebbe essere necessario controllare la tua rete o le impostazioni del proxy.","error.openAIFreeLimit":"Il servizio restituisce un errore, la frequenza attuale delle richieste di traduzione ha raggiunto il limite massimo di 3 volte al minuto, si prega di riprovare pi\xF9 tardi. (Questo \xE8 il limite ufficiale di OpenAI per l'API Key gratuita, per rimuovere questo limite, si prega di collegare una carta di credito nel backend di OpenAI.)","floatBall.iKnow":"Lo so.","floatBallOptions.fixedPosition":"Posizione fissa",notLogin:"Non connesso","translationServices.gemini":"Gemelli","error.retry":"Riprova",pickAll:"Seleziona tutto","slide.right":"Scorri a sinistra","multipleClick.2":"Doppio clic",loggedIn:"Accesso effettuato","error.reason":"Motivo dell'errore","multipleClick.4":"Quadruplo colpo","multipleClick.3":"Triplo colpo","widget.translateFile":"PDF/ePub",shortcutSettings:"Scorciatoia","tagsInput.add":"+ Aggiungi","shortcutGroup.others":"Pi\xF9 scorciatoie personalizzate","slide.left":"Scorri a destra","subtitle.hideQuickButton":"Non mostrare pi\xF9 questa scorciatoia","widget.videoSubtitle":"sottotitoli video","error.subscriptionExpiredTitle":"La membership \xE8 scaduta",alwaysTranslateThisSite:"Sempre tradurre questo sito","floatBallOptions.fixedPositionLeft":"Sinistra",touchShortcutsOff:"Chiudi",neverTranslateThisSite:"Non tradurre mai questo sito web",translationOnlyMode:"Solo modalit\xE0 di traduzione",viewWithImmersiveTranslate:"Versione bilingue (traduzione immersiva)",contact:"Contattaci","browser.translateWithBing":"Utilizzo temporaneo di Microsoft per tradurre la pagina corrente",buildSnapshots:"Genera un'istantanea della pagina web","intro.floatBallTitle":"Traduzione rapida della sfera galleggiante","browser.translateWithOpenAI":"Utilizzo temporaneo di OpenAI per tradurre la pagina corrente","widget.videoSubtitleTooltip":"Supporta Youtube e altri {count}+ siti di video","browser.translateWithDeepL":"Utilizzo temporaneamente DeepL per tradurre la pagina corrente",errorReason:"Motivo dell'errore: {message}","browser.translateWithTransmart":"Utilizzo temporaneo di Tencent per tradurre la pagina corrente","shortcutGroup.shortcutsForTranslationServices":"Scorciatoie relative ai servizi di traduzione","browser.translateWithGoogle":"Utilizzo temporaneo di Google per tradurre la pagina corrente",temprarilyChangeTranslationTo_gemini:"Sto utilizzando Gemini per tradurre la pagina corrente.","browser.translateWithGemini":"Utilizza temporaneamente Gemini per tradurre la pagina corrente","widget.instructionTooltip":"Visualizza le istruzioni per l'uso",goLogin:"Vai a fare il login",temprarilyChangeTranslationTo_openai:"Sto utilizzando OpenAI per tradurre la pagina corrente.",temprarilyChangeTranslationTo_transmart:"Sto utilizzando Tencent per tradurre la pagina corrente.","floatBallOptions.fixedPositionRight":"lato destro",paragraphMinTextCountField:"Il numero minimo di caratteri necessari per tradurre un paragrafo",mouseHoverCustomKeyTitle:"Personalizza la scorciatoia del mouse al passaggio del mouse",temprarilyChangeTranslationTo_deepl:"Sto utilizzando DeepL per tradurre la pagina corrente.","subtitle.bilingual":"Sottotitoli bilingui",temprarilyChangeTranslationTo_bing:"Sto utilizzando Microsoft Translate per tradurre la pagina corrente.","intro.hoverTitle":"Posiziona il mouse per tradurre il paragrafo corrente","shortcutGroup.main":"Scorciatoie da tastiera di funzioni comuni",temprarilyChangeTranslationTo_google:"Sto utilizzando Google Traduttore per tradurre la pagina corrente.","subtitle.autoDisableSubtitle":"Non attivare automaticamente i sottotitoli bilingue",upgradeToProErrorTitle:"Si prega di aggiornare a membro Pro prima di utilizzare questo servizio di traduzione",touchShortcutsToggleTranslatePage:"Imposta gesti touch per tradurre pagine web / visualizzare il testo originale","widget.translateFileTooltip":"Traduci documenti PDF, EPUB, SRT, ASS, HTML e TXT","widget.instruction":"Istruzioni per l'uso","proQuotaExceededError.resetTime":"3. Tempo di reimpostazione del limite: {resetTime}","shortcutGroup.touch":"Gesti specifici per touch screen","floatBall.guideClickToTranslate":"Clicca sulla sfera galleggiante di traduzione immersiva per tradurre rapidamente","subtitle.showQuickButton":"Nel lettore visualizza la scorciatoia per i sottotitoli bilingue","floatBall.longPress":"Tenendo premuto a lungo \xE8 possibile aprire rapidamente il pannello delle impostazioni.","neverTranslateText.title":"Le parole seguenti rimangono in lingua originale, non tradurre.","browser.translateInputBox":"Traduci il contenuto attuale del campo di input.","browser.toggleVideoSubtitlePreTranslation":"Passa ai sottotitoli bilingui utilizzando preferibilmente le impostazioni di traduzione immersive.","error.subscriptionExpired":"La tua iscrizione potrebbe essere scaduta, controlla lo stato della tua iscrizione.","shortcutGroup.mouse":"Configurazione scorciatoia per il passaggio del mouse","browser.toggleMouseHoverTranslateDirectly":"Abilita o disabilita temporaneamente la traduzione diretta al passaggio del mouse sulla pagina","intro.subtitleTitle":"Visualizzazione dei sottotitoli bilingui nei video online",networkError:"Il servizio di traduzione o la rete ha problemi",notLoginPro:"Non hai ancora effettuato l'accesso al tuo account membro.",touchShortcutsToggleTranslationMask:"Imposta il gesto del touchscreen per mostrare la traduzione della maschera / mostrare il testo originale","floatBallOptions.fixedPositionDesc":"La palla galleggiante \xE8 a sinistra o a destra della finestra?","desc.touchShortcutsToggleTranslateTouchElement":"Personalizza un gesto e puoi tradurre qualsiasi paragrafo in cui ti trovi.",confirmResetToDefaultSettings:"Confermi di voler ripristinare questo servizio di traduzione alle impostazioni predefinite? (Ripristina solo le impostazioni di questo servizio di traduzione)","description.baiduField":"I campi supportati sono visti <1>qui, se vuoto significa che non \xE8 specificato alcun campo.",touchShortcutsToggleTranslateTouchElement:"Imposta il gesto del touchscreen per tradurre il paragrafo specificato","desc.toggleTranslateTheWholePage":"Traduci l'intera area della pagina, di default, tradurremo l'area principale della pagina, puoi utilizzare questa scorciatoia per tradurre specificamente l'intera area della pagina.",mouseHoverCustomKeyDescription:"Puoi personalizzare una combinazione di tasti di scelta rapida per il passaggio del mouse, ad esempio: Alt+Z, Ctrl+E, Cmd+Alt+E o direttamente Cmd, si prega di inserire manualmente.",paragraphMinTextCountDesc:"Attenzione, qui si intende la lunghezza del carattere, ad esempio: ciao \xE8 composto da 5 caratteri, impostare un valore maggiore pu\xF2 ridurre la traduzione di paragrafi non necessari.","desc.toggleTranslateTheMainPage":"Traduci solo l'area principale della pagina, quando hai abilitato la traduzione di tutta l'area della pagina nelle impostazioni avanzate, puoi utilizzare questa scorciatoia per tradurre specificamente l'area principale della pagina.","subtitle.showQuickButtonDescription":"Nell'angolo in basso a destra del lettore video \xE8 disponibile una scorciatoia per attivare i sottotitoli bilingue.","desc.mouseHoverHoldKey":"Quando il mouse \xE8 in hover su un paragrafo, premendo contemporaneamente il tasto di scelta rapida a destra, \xE8 possibile tradurre direttamente quel paragrafo.","desc.interfaceLanguage":"Le impostazioni della lingua dell'interfaccia influenzano la lingua di visualizzazione del pannello di controllo e non hanno nulla a che fare con la lingua target della traduzione.",translationOnlyModeDescription:"La modalit\xE0 solo traduzione si riferisce alla visualizzazione solo del testo tradotto, non della modalit\xE0 bilingue predefinita. Nota: a causa di limitazioni tecniche, i collegamenti ipertestuali del testo originale non funzioneranno in modalit\xE0 solo traduzione.","desc.touchShortcutsToggleTranslatePage":"Dopo aver impostato, quando si utilizza un dispositivo mobile, \xE8 possibile toccare lo schermo con X dita contemporaneamente, scorrere a sinistra e a destra o fare clic continuamente per attivare la traduzione della pagina web / visualizzare il testo originale.","desc.touchShortcutsToggleTranslationMask":"La maschera di traduzione si riferisce all'effetto sfocato nello stile del testo tradotto (modalit\xE0 di apprendimento), che, una volta attivato, applica temporaneamente un effetto sfocato al testo tradotto, facilitando l'apprendimento.",shortcutSettingsTitle:"Impostazioni scorciatoie","proQuotaExceededError.onetime7day":'\uFF0Cpuoi scegliere uno dei seguenti metodi per risolvere:

1. Passa a {anotherService} o ad altri servizi di traduzione
2. Aggiorna a un membro mensile/annuale ',"contact.description":"Se avete domande o suggerimenti, siete invitati a compilare il modulo sottostante per contattarci, o inviare una mail a {email}, vi risponderemo il pi\xF9 presto possibile.","proQuotaExceededError.nonTrial":'\uFF0Cpuoi scegliere uno dei seguenti metodi per risolvere:

1. Passa a {anotherService} o ad altri servizi di traduzione
2. Acquista un pacchetto di traffico extra {translationService}',"proQuotaExceededError.trial":'\uFF0Cpuoi scegliere uno dei seguenti metodi per risolvere:

1. Passa a {anotherService} o ad altri servizi di traduzione
2. Aggiorna subito a membro ufficiale',"intro.floatBallDescription":"Una volta attivato, verr\xE0 visualizzato un pulsante di traduzione rapida sul lato destro della pagina, cliccandolo si pu\xF2 tradurre, cliccandolo di nuovo si pu\xF2 tornare al testo originale. Su dispositivi mobili, tenendo premuto il pallone galleggiante, \xE8 possibile aprire il pannello delle impostazioni rapide.","desc.toggleMouseHoverTranslateDirectly":"Dopo aver premuto questo tasto di scelta rapida, sulla pagina, basta che il mouse punti a qualsiasi testo per tradurlo automaticamente. Premendo di nuovo il tasto di scelta rapida, \xE8 possibile disattivare questa funzione di traduzione automatica.",shortcutDisableTooltip:"Si prega di impostare nella pagina di gestione delle scorciatoie da tastiera dell'estensione del browser, per ulteriori indicazioni si prega di consultare le istruzioni nella parte superiore di questa pagina.","subtitle.supportedSites":"\xC8 supportato l'uso di sottotitoli bilingui su questi siti web (Nota: a causa di limitazioni tecniche, alcuni siti web potrebbero aver bisogno di essere aggiornati dopo aver attivato i sottotitoli per la prima volta, o potrebbe essere necessario attendere che la traduzione sia completata per visualizzare i sottotitoli bilingui):","neverTranslateText.description":"A causa di alcune carenze di riconoscimento dei nomi propri da parte di alcuni motori di traduzione, puoi aggiungere parole qui per assicurarti che non vengano convertite durante il processo di traduzione. Si prega di notare che questa funzione distingue tra maiuscole e minuscole e supporta solo le lingue separate da spazi (come l'inglese, il francese), non \xE8 adatta per lingue come il giapponese, il coreano, ecc.","intro.subtitleDescription":"Dopo aver attivato questa funzione, i sottotitoli bilingui verranno visualizzati automaticamente durante la riproduzione del video. Se non \xE8 abilitato, \xE8 necessario fare clic manualmente sul pulsante di traduzione sulla pagina per visualizzare i sottotitoli. Si prega di notare che, a causa di limitazioni tecniche, alcuni siti web potrebbero richiedere l'aggiornamento della pagina o l'attesa del completamento della traduzione prima di poter visualizzare i sottotitoli bilingui. (Inoltre, \xE8 possibile attivare/disattivare il pannello di traduzione immersiva nell'angolo in alto a destra dopo aver aperto il sito web del video).

Attualmente \xE8 possibile utilizzare i sottotitoli bilingui su questi siti web:","intro.hoverDescription":"La traduzione al passaggio del mouse \xE8 una funzione molto importante nella traduzione immersiva, basta posizionare il mouse sul paragrafo e premere contemporaneamente la scorciatoia impostata per tradurre automaticamente il paragrafo corrente (nota: non \xE8 abilitato di default, si prega di impostarlo qui sotto), questa interazione \xE8 utilizzata per sostituire meglio la traduzione del testo selezionato, inoltre, questa funzione \xE8 ampiamente utilizzata in quelle aree di traduzione che non possono essere riconosciute, puoi utilizzare questa funzione per forzare la traduzione di qualsiasi paragrafo.",geminiWarning:"Attenzione: il servizio gratuito Gemini fornito da Google ha restrizioni severe, potrebbe essere considerato da Google come un tentativo dell'utente di eludere i loro limiti di quota gratuita utilizzando pi\xF9 chiavi. Non \xE8 consigliato usarlo, si consiglia di aspettare che Google apra l'interfaccia a pagamento di Gemini in futuro per usarlo.","floatBall.setting":"Impostazione","floatBall.translateToLanguage":"Fare clic per tradurre in {language}","floatBall.file":"Traduci PDF, EPUB, SRT, ASS, HTML, file TXT",changeToOnlyTempTranslationMode:"Alterna per visualizzare solo le traduzioni",changeToDualTempTranslationMode:"Passare alla traduzione bilingue","transitionMode.dual":"Contrasto bilingue","options.navbar.installApp":"Installa l'app per smartphone","options.navbar.translateFile":"Tradurre il documento","transitionMode.translation":"Solo il testo tradotto.","subtitle.transitionModeDescription":"Imposta i sottotitoli del video per il confronto bilingue o solo modalit\xE0 di traduzione","transitionMode.inherit":"Mantenere coerente con la modalit\xE0 di visualizzazione della traduzione predefinita del sistema","subtitle.transitionMode":"Impostazioni dei sottotitoli video bilingue / solo traduzione",translateFileTooltip:`Traduci PDF, ePub, srt, ass, HTML, file TXT`,"description.multiplePrompt":`Quando il numero di paragrafi \xE8 superiore a 1, la conversazione inviata a {service} come utente, dove {{from}} indica la lingua del paragrafo, {{to}} indica la lingua di destinazione, {{yaml}} \xE8 il contenuto del paragrafo che abbiamo confezionato in formato yaml, se hai bisogno di personalizzare Prompt, devi assicurarti che ogni elemento nel risultato YAML della risposta AI includa il campo {env.imt_trans_field}, {{imt_trans_field}} \xE8 il nome del campo di traduzione che speriamo la AI risponda, il default \xE8 {env.imt_trans_field}, {{imt_source_field}} \xE8 il nome del campo del testo originale che passiamo alla AI, il default \xE8 {env.imt_source_field}, esempio di risultato: - id: 1 @@ -5112,7 +5112,7 @@ ass, HTML, file TXT`,"description.multiplePrompt":`Quando il numero di paragrafi {env.imt_sub_trans_field}: Traduzione - id: 2 {env.imt_sub_source_field}: Source - {env.imt_sub_trans_field}: Traduzione`,"translationServices.claude":"Claude","subtitle.quickButton.black":"nero","subtitle.quickButton.blue":"blu","subtitle.quickButton.white":"bianco","subtitle.quickButton.green":"Verde","subtitle.quickButton.magenta":"Fucsia","subtitle.quickButton.sourceTextColor":"Colore del carattere originale","subtitle.quickButton.yellow":"giallo","subtitle.quickButton.sourceFontSize":"Dimensione originale del carattere","subtitle.quickButton.backgroundOpacity":"Opacit\xE0 di sfondo","subtitle.quickButton.translationPositionTop":"Sopra il testo originale","subtitle.quickButton.backgroundColor":"colore di sfondo","subtitle.quickButton.translationPosition":"Posizione del testo tradotto","subtitle.quickButton.translationPositionBottom":"Sotto il testo originale","subtitle.quickButton.red":"Rosso","subtitle.quickButton.cyan":"Blu","subtitle.quickButton.setting":"Impostazione","subtitle.quickButton.translationTextColor":"Colore del carattere del testo","subtitle.quickButton.translationFontSize":"Dimensione del carattere del testo tradotto",attachSubtitleTranslating:"Utilizzando {service} per la traduzione...","error.claude.403":"Non hai l'autorizzazione per accedere al servizio, potrebbe essere correlato alle restrizioni regionali di Claude, puoi provare a cambiare il tuo indirizzo IP o utilizzare altri servizi di traduzione.","browser.brandDescriptionForSafari":"\u3010Traduzione Immersiva\u3011Un plugin gratuito per la traduzione di pagine web bilingue (originale/tradotto), che supporta anche la traduzione di PDF e libri elettronici EPUB mantenendo la formattazione originale del documento, la traduzione di sottotitoli bilingui per video online come Youtube/Netflix, e supporta servizi di traduzione mainstream come Deepl/Google;","browser.PdfProFile":"Traduzione Pro di PDF guidata da AI","browser.textTranslate":"Traduzione del testo"};var Is={nologin:"\u043D\u0435 \u0432\u043E\u0448\u0451\u043B \u0432 \u0441\u0438\u0441\u0442\u0435\u043C\u0443",loginForSafari:"\u0412\u043E\u0439\u0442\u0438 \u0438\u043B\u0438 \u0437\u0430\u0440\u0435\u0433\u0438\u0441\u0442\u0440\u0438\u0440\u043E\u0432\u0430\u0442\u044C\u0441\u044F",login:"\u0412\u0445\u043E\u0434 \u0432 \u0441\u0438\u0441\u0442\u0435\u043C\u0443 \u0434\u043B\u044F \u043E\u0442\u043A\u0440\u044B\u0442\u0438\u044F \u0447\u043B\u0435\u043D\u0441\u0442\u0432\u0430",manageAccount:"\u0423\u043F\u0440\u0430\u0432\u043B\u044F\u0435\u043C\u044B\u0435 \u0441\u0447\u0435\u0442\u0430",openPremium:"\u041E\u0442\u043A\u0440\u044B\u0442\u043E\u0435 \u0447\u043B\u0435\u043D\u0441\u0442\u0432\u043E",logout:"\u043F\u0440\u0435\u0440\u0432\u0430\u0442\u044C",curentPlan:"\u0422\u0435\u043A\u0443\u0449\u0438\u0435 \u043F\u0430\u043A\u0435\u0442\u044B",endAt:"\u0441\u0440\u043E\u043A \u0434\u0435\u0439\u0441\u0442\u0432\u0438\u044F",endAuto:"\u0430\u0432\u0442\u043E\u043F\u0440\u043E\u0434\u043B\u0435\u043D\u0438\u0435",lineBreakMaxTextCount:"\u041C\u0430\u043A\u0441\u0438\u043C\u0430\u043B\u044C\u043D\u043E\u0435 \u043A\u043E\u043B\u0438\u0447\u0435\u0441\u0442\u0432\u043E \u0441\u0438\u043C\u0432\u043E\u043B\u043E\u0432, \u0434\u043E\u043F\u0443\u0441\u0442\u0438\u043C\u043E\u0435 \u0432 \u043E\u0434\u043D\u043E\u043C \u043F\u0440\u0435\u0434\u043B\u043E\u0436\u0435\u043D\u0438\u0438 \u043F\u043E\u0441\u043B\u0435 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430 \u0441\u0442\u0440\u043E\u043A\u0438","translate-pdf":"\u041D\u0430\u0436\u043C\u0438\u0442\u0435, \u0447\u0442\u043E\u0431\u044B \u043F\u0435\u0440\u0435\u0432\u0435\u0441\u0442\u0438 PDF","noSupportTranslate-pdf":"\u0421\u043A\u0440\u0438\u043F\u0442 \u043D\u0435 \u043F\u043E\u0434\u0434\u0435\u0440\u0436\u0438\u0432\u0430\u0435\u0442\u0441\u044F, \u043F\u043E\u0436\u0430\u043B\u0443\u0439\u0441\u0442\u0430, \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u0443\u0439\u0442\u0435 \u043F\u043B\u0430\u0433\u0438\u043D","translate-firefox-local-pdf":"\u041D\u0430\u0436\u043C\u0438\u0442\u0435 \u0434\u043B\u044F \u043F\u0435\u0440\u0435\u0445\u043E\u0434\u0430 \u043A \u0440\u0430\u0437\u0434\u0435\u043B\u0443 \u0418\u043C\u043F\u043E\u0440\u0442 PDF",enableLineBreak:"\u0412\u043A\u043B\u044E\u0447\u0438\u0442\u044C \u0430\u0432\u0442\u043E\u043C\u0430\u0442\u0438\u0447\u0435\u0441\u043A\u0443\u044E \u043F\u043E\u0434\u0430\u0447\u0443 \u0441\u0442\u0440\u043E\u043A\u0438 \u0434\u043B\u044F \u0434\u043B\u0438\u043D\u043D\u044B\u0445 \u0430\u0431\u0437\u0430\u0446\u0435\u0432",sponsorLabel:"$1 \u0421\u043F\u043E\u043D\u0441\u0438\u0440\u0443\u0435\u043C\u044B\u0435 \u0440\u0430\u0437\u0440\u0430\u0431\u043E\u0442\u0447\u0438\u043A\u0438",help:"\u0440\u0443\u043A\u0430",browserShortcutsNoteForFirefox:"\u0427\u0442\u043E\u0431\u044B \u0438\u0437\u043C\u0435\u043D\u0438\u0442\u044C \u044F\u0440\u043B\u044B\u043A\u0438 \u0432 Firefox, \u043D\u0435\u043E\u0431\u0445\u043E\u0434\u0438\u043C\u043E \u043E\u0442\u043A\u0440\u044B\u0442\u044C \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u0443 \u0443\u043F\u0440\u0430\u0432\u043B\u0435\u043D\u0438\u044F \u0440\u0430\u0441\u0448\u0438\u0440\u0435\u043D\u0438\u044F\u043C\u0438 `about:addons`, \u0437\u0430\u0442\u0435\u043C \u043D\u0430\u0436\u0430\u0442\u044C `Settings`, \u0430 \u0434\u043B\u044F \u043D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0438 \u044F\u0440\u043B\u044B\u043A\u043E\u0432 - `Manage Shortcuts`.",browserShortcutsNoteForChrome:"\u0414\u043B\u044F \u0438\u0437\u043C\u0435\u043D\u0435\u043D\u0438\u044F \u044F\u0440\u043B\u044B\u043A\u043E\u0432 \u0432 Chrome \u043D\u0435\u043E\u0431\u0445\u043E\u0434\u0438\u043C\u043E \u043E\u0442\u043A\u0440\u044B\u0442\u044C \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u0443 \u0443\u043F\u0440\u0430\u0432\u043B\u0435\u043D\u0438\u044F \u0440\u0430\u0441\u0448\u0438\u0440\u0435\u043D\u0438\u044F\u043C\u0438, \u0437\u0430\u0434\u0430\u0442\u044C \u0438\u0445 \u043D\u0430 \u043F\u0430\u043D\u0435\u043B\u0438 `Manage Shortcuts` (`chrome://extensions/shortcuts`) \u0438 \u043D\u0430\u0436\u0430\u0442\u044C \u043A\u043D\u043E\u043F\u043A\u0443 \u043D\u0438\u0436\u0435 \u0434\u043B\u044F \u043F\u0435\u0440\u0435\u0445\u043E\u0434\u0430 \u043D\u0430 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u0443 \u0443\u043F\u0440\u0430\u0432\u043B\u0435\u043D\u0438\u044F \u044F\u0440\u043B\u044B\u043A\u0430\u043C\u0438.",browserShortcutsSucks:"\u041D\u0430\u0441\u0442\u0440\u043E\u0435\u043D\u043D\u044B\u0435 \u044F\u0440\u043B\u044B\u043A\u0438 \u0438\u043C\u0435\u044E\u0442 \u0432\u0438\u0434 (\u0430\u0432\u0442\u043E\u0440\u0430\u0441\u043F\u043E\u0437\u043D\u0430\u0432\u0430\u043D\u0438\u0435 \u043D\u0435 \u043F\u0440\u043E\u0438\u0437\u0432\u043E\u0434\u0438\u0442\u0441\u044F, \u0432\u0432\u043E\u0434\u0438\u0442\u0435 \u043D\u0435\u043F\u043E\u0441\u0440\u0435\u0434\u0441\u0442\u0432\u0435\u043D\u043D\u043E)\uFF1A",enableLineBreakDescription:"\u041F\u0440\u0438 \u0432\u043A\u043B\u044E\u0447\u0435\u043D\u0438\u0438 \u044D\u0442\u043E\u0439 \u0444\u0443\u043D\u043A\u0446\u0438\u0438 \u0432 \u0434\u043B\u0438\u043D\u043D\u044B\u0445 \u0430\u0431\u0437\u0430\u0446\u0430\u0445 \u0432 \u043A\u043E\u043D\u0446\u0435 \u043A\u0430\u0436\u0434\u043E\u0433\u043E \u043F\u0440\u0435\u0434\u043B\u043E\u0436\u0435\u043D\u0438\u044F \u0431\u0443\u0434\u0443\u0442 \u0432\u0441\u0442\u0430\u0432\u043B\u0435\u043D\u044B \u043F\u0435\u0440\u0435\u043D\u043E\u0441\u044B \u0441\u0442\u0440\u043E\u043A, \u0447\u0442\u043E \u043E\u0431\u043B\u0435\u0433\u0447\u0438\u0442 \u0438\u0445 \u0447\u0442\u0435\u043D\u0438\u0435","browser.shortBrandName":"\u041F\u043E\u0433\u0440\u0443\u0436\u043D\u043E\u0439 \u043F\u0435\u0440\u0435\u0432\u043E\u0434","browser.brandName":"\u0418\u043C\u043C\u0435\u0440\u0441\u0438\u043E\u043D\u043D\u044B\u0439 \u043F\u0435\u0440\u0435\u0432\u043E\u0434: \u0434\u0432\u0443\u044F\u0437\u044B\u0447\u043D\u044B\u0439 \u043F\u0435\u0440\u0435\u0432\u043E\u0434 \u0432\u0435\u0431-\u0441\u0442\u0440\u0430\u043D\u0438\u0446 \u0438 PDF-\u0434\u043E\u043A\u0443\u043C\u0435\u043D\u0442\u043E\u0432","browser.brandDescription":"Bilingual web page translation, also supports PDF translation, bilingual Epub eBook translation, free to use.","browser.toggleTranslatePage":"\u041F\u0435\u0440\u0435\u0432\u0435\u0441\u0442\u0438 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u0443/\u043E\u0442\u043E\u0431\u0440\u0430\u0437\u0438\u0442\u044C \u043E\u0440\u0438\u0433\u0438\u043D\u0430\u043B\u044C\u043D\u044B\u0439 \u0442\u0435\u043A\u0441\u0442","browser.toggleTranslateTheWholePage":"\u041F\u0435\u0440\u0435\u0432\u0435\u0441\u0442\u0438 \u0432\u0441\u0435 \u043E\u0431\u043B\u0430\u0441\u0442\u0438 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u044B/\u043E\u0442\u043E\u0431\u0440\u0430\u0437\u0438\u0442\u044C \u043E\u0440\u0438\u0433\u0438\u043D\u0430\u043B\u044C\u043D\u044B\u0439 \u0442\u0435\u043A\u0441\u0442","browser.toggleOnlyTransation":"\u041F\u0435\u0440\u0435\u043A\u043B\u044E\u0447\u0438\u0442\u044C \u043D\u0430 \u0434\u0432\u0443\u044F\u0437\u044B\u0447\u043D\u044B\u0439 / \u0442\u043E\u043B\u044C\u043A\u043E \u043F\u0435\u0440\u0435\u0432\u043E\u0434 \u0440\u0435\u0436\u0438\u043C","browser.toggleTranslateToThePageEndImmediately":"\u041D\u0435\u043C\u0435\u0434\u043B\u0435\u043D\u043D\u044B\u0439 \u043F\u0435\u0440\u0435\u0432\u043E\u0434 \u0432 \u043D\u0438\u0436\u043D\u044E\u044E \u0447\u0430\u0441\u0442\u044C \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u044B/\u043E\u0442\u043E\u0431\u0440\u0430\u0436\u0435\u043D\u0438\u0435 \u043E\u0440\u0438\u0433\u0438\u043D\u0430\u043B\u044C\u043D\u043E\u0433\u043E \u0442\u0435\u043A\u0441\u0442\u0430","browser.toggleTranslateTheMainPage":"\u041F\u0435\u0440\u0435\u0432\u0435\u0441\u0442\u0438 \u043E\u0441\u043D\u043E\u0432\u043D\u0443\u044E \u043E\u0431\u043B\u0430\u0441\u0442\u044C \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u044B/\u043E\u0442\u043E\u0431\u0440\u0430\u0437\u0438\u0442\u044C \u043E\u0440\u0438\u0433\u0438\u043D\u0430\u043B\u044C\u043D\u044B\u0439 \u0442\u0435\u043A\u0441\u0442","browser.shareToDraft":"\u041F\u043E\u0434\u0435\u043B\u0438\u0442\u044C\u0441\u044F \u0414\u0432\u0443\u044F\u0437\u044B\u0447\u043D\u044B\u0435 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u044B","browser.openOptionsPage":"\u041E\u0442\u043A\u0440\u043E\u0439\u0442\u0435 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u0443 \u043D\u0430\u0441\u0442\u0440\u043E\u0435\u043A","browser.toggleTranslationMask":"\u041F\u043E\u043A\u0430\u0437\u0430\u0442\u044C/\u0441\u043A\u0440\u044B\u0442\u044C \u044D\u0444\u0444\u0435\u043A\u0442 \u0440\u0430\u0437\u043C\u044B\u0442\u0438\u044F \u043F\u0440\u0438 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0435","browser.translateLocalPdfFile":"\u041F\u0435\u0440\u0435\u0432\u043E\u0434 \u043B\u043E\u043A\u0430\u043B\u044C\u043D\u044B\u0445 PDF-\u0444\u0430\u0439\u043B\u043E\u0432","browser.openEbookViewer":"\u0427\u0438\u0442\u0430\u0442\u044C \u043C\u0435\u0441\u0442\u043D\u044B\u0435 \u044D\u043B\u0435\u043A\u0442\u0440\u043E\u043D\u043D\u044B\u0435 \u043A\u043D\u0438\u0433\u0438","browser.openEbookBuilder":"\u0421\u043E\u0437\u0434\u0430\u043D\u0438\u0435 \u0434\u0432\u0443\u044F\u0437\u044B\u0447\u043D\u044B\u0445 \u044D\u043B\u0435\u043A\u0442\u0440\u043E\u043D\u043D\u044B\u0445 \u043A\u043D\u0438\u0433 EPUB","browser.translateLocalHtmlFile":"\u041F\u0435\u0440\u0435\u0432\u043E\u0434 HTML/\u0442\u0435\u043A\u0441\u0442\u043E\u0432\u044B\u0445 \u0444\u0430\u0439\u043B\u043E\u0432","browser.donateContext":"\u0423\u0437\u043D\u0430\u0439\u0442\u0435 \u043E \u043F\u0440\u0435\u0438\u043C\u0443\u0449\u0435\u0441\u0442\u0432\u0430\u0445 \u0441\u043F\u043E\u043D\u0441\u043E\u0440\u0441\u0442\u0432\u0430","browser.translateLocalSubtitleFile":"\u041F\u0435\u0440\u0435\u0432\u043E\u0434 \u0444\u0430\u0439\u043B\u043E\u0432 \u043B\u043E\u043A\u0430\u043B\u044C\u043D\u044B\u0445 \u0441\u0443\u0431\u0442\u0438\u0442\u0440\u043E\u0432",confirmResetConfig:"\u0412\u044B \u0443\u0432\u0435\u0440\u0435\u043D\u044B, \u0447\u0442\u043E \u0445\u043E\u0442\u0438\u0442\u0435 \u0441\u0431\u0440\u043E\u0441\u0438\u0442\u044C \u043D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0438?",translationLineBreakSettingTitle:"\u041D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0430 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430 \u0441\u0442\u0440\u043E\u043A\u0438",smartLineBreak:"\u0438\u043D\u0442\u0435\u043B\u043B\u0435\u043A\u0442\u0443\u0430\u043B\u044C\u043D\u043E\u0435 \u043B\u0438\u043D\u0435\u0439\u043D\u043E\u0435 \u043F\u0438\u0442\u0430\u043D\u0438\u0435 (\u0432\u044B\u0447\u0438\u0441\u043B\u0438\u0442\u0435\u043B\u044C\u043D\u0430\u044F \u0442\u0435\u0445\u043D\u0438\u043A\u0430)",alwaysLineBreak:"\u0412\u0441\u0435\u0433\u0434\u0430 \u043F\u043E\u0434\u0430\u0447\u0430 \u0441\u0442\u0440\u043E\u043A\u0438",isShowContextMenu:"\u0414\u043E\u0431\u0430\u0432\u043B\u0435\u043D\u0438\u0435 \u043F\u0435\u0440\u0435\u0432\u0435\u0434\u0435\u043D\u043D\u044B\u0445 \u0441\u0442\u0440\u0430\u043D\u0438\u0446 \u0432 \u043F\u0443\u043D\u043A\u0442\u044B \u043C\u0435\u043D\u044E, \u0432\u044B\u0437\u044B\u0432\u0430\u0435\u043C\u044B\u0435 \u043F\u0440\u0430\u0432\u043E\u0439 \u043A\u043D\u043E\u043F\u043A\u043E\u0439 \u043C\u044B\u0448\u0438",toggleBeta:"\u0412\u043A\u043B\u044E\u0447\u0435\u043D\u0438\u0435 \u0444\u0443\u043D\u043A\u0446\u0438\u0439 \u0431\u0435\u0442\u0430-\u0442\u0435\u0441\u0442\u0438\u0440\u043E\u0432\u0430\u043D\u0438\u044F",betaDescription:"\u0412\u043A\u043B\u044E\u0447\u0438\u0442\u0435 \u0444\u0443\u043D\u043A\u0446\u0438\u0438, \u043A\u043E\u0442\u043E\u0440\u044B\u0435 \u043F\u043E\u043A\u0430 \u043D\u0430\u0445\u043E\u0434\u044F\u0442\u0441\u044F \u0432 \u0441\u0442\u0430\u0434\u0438\u0438 \u044D\u043A\u0441\u043F\u0435\u0440\u0438\u043C\u0435\u043D\u0442\u0430, \u0430 \u0442\u0430\u043A\u0436\u0435 \u0441\u043B\u0443\u0436\u0431\u0443 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430 \u0432 \u0431\u0435\u0442\u0430-\u0432\u0435\u0440\u0441\u0438\u0438. \u041F\u0440\u0438\u0441\u043E\u0435\u0434\u0438\u043D\u044F\u0439\u0442\u0435\u0441\u044C \u043A <1>\u0433\u0440\u0443\u043F\u043F\u0435 Telegram, \u0447\u0442\u043E\u0431\u044B \u0443\u0437\u043D\u0430\u0442\u044C \u0431\u043E\u043B\u044C\u0448\u0435.",translationLineBreakSettingDescription:"\u0414\u043B\u044F \u0441\u0442\u0440\u0430\u043D\u0438\u0446 \u0441 \u043D\u0435\u0431\u043E\u043B\u044C\u0448\u0438\u043C \u0441\u043E\u0434\u0435\u0440\u0436\u0430\u043D\u0438\u0435\u043C \u0432\u0441\u0435\u0433\u0434\u0430 \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u0443\u0439\u0442\u0435 \u0430\u043A\u043A\u0443\u0440\u0430\u0442\u043D\u044B\u0435 \u043F\u0435\u0440\u0435\u043D\u043E\u0441\u044B \u0441\u0442\u0440\u043E\u043A. (\u0414\u043B\u044F \u044D\u043A\u043E\u043D\u043E\u043C\u0438\u0438 \u043C\u0435\u0441\u0442\u0430 \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u0443\u0439\u0442\u0435 \u0433\u0440\u0430\u043C\u043E\u0442\u043D\u044B\u0435 \u043F\u0435\u0440\u0435\u043D\u043E\u0441\u044B \u0441\u0442\u0440\u043E\u043A \u0432 \u0434\u043B\u0438\u043D\u043D\u044B\u0445 \u0430\u0431\u0437\u0430\u0446\u0430\u0445 \u0441 \u0431\u043E\u043B\u044C\u0448\u0438\u043C \u0441\u043E\u0434\u0435\u0440\u0436\u0430\u043D\u0438\u0435\u043C (\u0431\u043E\u043B\u0435\u0435{count}\u0441\u0438\u043C\u0432\u043E\u043B\u043E\u0432)).",tempTranslateDomainTitle:"\u041F\u0440\u043E\u0434\u043E\u043B\u0436\u0438\u0442\u0435\u043B\u044C\u043D\u043E\u0441\u0442\u044C \u0432\u0440\u0435\u043C\u0435\u043D\u043D\u043E\u0433\u043E \u0432\u043A\u043B\u044E\u0447\u0435\u043D\u0438\u044F \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430 \u0441\u0430\u0439\u0442\u0430",tempTranslateDomainDescription:"\u041F\u0440\u0438 \u0440\u0443\u0447\u043D\u043E\u043C \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0435 \u0432\u0435\u0431-\u0441\u0442\u0440\u0430\u043D\u0438\u0446\u044B \u0432\u0440\u0435\u043C\u0435\u043D\u043D\u043E \u0432\u043A\u043B\u044E\u0447\u0438\u0442\u044C \u0430\u0432\u0442\u043E\u043C\u0430\u0442\u0438\u0447\u0435\u0441\u043A\u0438\u0439 \u043F\u0435\u0440\u0435\u0432\u043E\u0434, \u043F\u0440\u0438 \u044D\u0442\u043E\u043C \u043C\u043E\u0436\u043D\u043E \u0437\u0430\u0434\u0430\u0442\u044C \u0432\u0440\u0435\u043C\u0435\u043D\u043D\u0443\u044E \u043F\u0440\u043E\u0434\u043E\u043B\u0436\u0438\u0442\u0435\u043B\u044C\u043D\u043E\u0441\u0442\u044C.",xMinutes:"{count} \u043C\u0438\u043D\u0443\u0442",disabled:"\u0437\u0430\u043F\u0440\u0435\u0449\u0430\u0442\u044C \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u043D\u0438\u0435 \u0447\u0435\u0433\u043E-\u043B.",changelog:"\u0416\u0443\u0440\u043D\u0430\u043B \u043E\u0431\u043D\u043E\u0432\u043B\u0435\u043D\u0438\u0439",toggleTranslatePageWhenThreeFingersOnTheScreen:"\u041E\u0434\u043D\u043E\u0432\u0440\u0435\u043C\u0435\u043D\u043D\u043E\u0435 \u043A\u0430\u0441\u0430\u043D\u0438\u0435 \u044D\u043A\u0440\u0430\u043D\u0430 \u043D\u0435\u0441\u043A\u043E\u043B\u044C\u043A\u0438\u043C\u0438 \u043F\u0430\u043B\u044C\u0446\u0430\u043C\u0438 \u043E\u0431\u0435\u0441\u043F\u0435\u0447\u0438\u0432\u0430\u0435\u0442 \u043F\u0435\u0440\u0435\u0432\u043E\u0434 \u0432\u0435\u0431-\u0441\u0442\u0440\u0430\u043D\u0438\u0446/\u043E\u0442\u043E\u0431\u0440\u0430\u0436\u0435\u043D\u0438\u0435 \u043E\u0440\u0438\u0433\u0438\u043D\u0430\u043B\u044C\u043D\u043E\u0433\u043E \u0442\u0435\u043A\u0441\u0442\u0430",toggleTranslationMaskWhenThreeFingersOnTheScreen:"\u041F\u0440\u0438\u043A\u043E\u0441\u043D\u043E\u0432\u0435\u043D\u0438\u0435 \u043D\u0435\u0441\u043A\u043E\u043B\u044C\u043A\u0438\u043C\u0438 \u043F\u0430\u043B\u044C\u0446\u0430\u043C\u0438 \u043F\u043E\u043A\u0430\u0437\u044B\u0432\u0430\u0435\u0442/\u0441\u043A\u0440\u044B\u0432\u0430\u0435\u0442 \u044D\u0444\u0444\u0435\u043A\u0442 \u0440\u0430\u0437\u043C\u044B\u0442\u0438\u044F.",fingerCountToToggleTranslagePageOnlyTranslationWhenTouching:"\u041F\u0440\u0438 \u043E\u0434\u043D\u043E\u0432\u0440\u0435\u043C\u0435\u043D\u043D\u043E\u043C \u043A\u0430\u0441\u0430\u043D\u0438\u0438 \u044D\u043A\u0440\u0430\u043D\u0430 \u043D\u0435\u0441\u043A\u043E\u043B\u044C\u043A\u0438\u043C\u0438 \u043F\u0430\u043B\u044C\u0446\u0430\u043C\u0438 \u043E\u0441\u0443\u0449\u0435\u0441\u0442\u0432\u043B\u044F\u0435\u0442\u0441\u044F \u043F\u0435\u0440\u0435\u0432\u043E\u0434 \u0432\u0435\u0431-\u0441\u0442\u0440\u0430\u043D\u0438\u0446\u044B (\u0442\u043E\u043B\u044C\u043A\u043E \u043F\u0435\u0440\u0435\u0432\u043E\u0434)/\u043E\u0442\u043E\u0431\u0440\u0430\u0436\u0435\u043D\u0438\u0435 \u043E\u0440\u0438\u0433\u0438\u043D\u0430\u043B\u044C\u043D\u043E\u0433\u043E \u0442\u0435\u043A\u0441\u0442\u0430.",addUrlDescription:"\u041C\u043E\u0436\u0435\u0442 \u0431\u044B\u0442\u044C \u0434\u043E\u043C\u0435\u043D\u043D\u044B\u043C \u0438\u043C\u0435\u043D\u0435\u043C, \u0430 \u0442\u0430\u043A\u0436\u0435 \u043F\u043E\u0434\u0434\u0435\u0440\u0436\u0438\u0432\u0430\u0435\u0442 \u043F\u043E\u0434\u0441\u0442\u0430\u043D\u043E\u0432\u043E\u0447\u043D\u044B\u0435 \u0437\u043D\u0430\u043A\u0438, \u043D\u0430\u043F\u0440\u0438\u043C\u0435\u0440,\uFF1A*.google.com, google.com/mail/*, https://www.google.com/*.",general:"\u041E\u0441\u043D\u043E\u0432\u043D\u044B\u0435 \u043D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0438",clickToExpandConfig:"\u0420\u0430\u0441\u0448\u0438\u0440\u0438\u0442\u044C \u0442\u0435\u043A\u0443\u0449\u0443\u044E \u043A\u043E\u043D\u0444\u0438\u0433\u0443\u0440\u0430\u0446\u0438\u044E",import:"\u0418\u043C\u043F\u043E\u0440\u0442 \u0438\u0437 \u0444\u0430\u0439\u043B\u0430",export:"\u042D\u043A\u0441\u043F\u043E\u0440\u0442 \u0432 \u0444\u0430\u0439\u043B",toggleDebug:"\u0412\u044B\u0432\u0435\u0441\u0442\u0438 \u0436\u0443\u0440\u043D\u0430\u043B \u043E\u0442\u043B\u0430\u0434\u043A\u0438 \u043D\u0430 \u043A\u043E\u043D\u0441\u043E\u043B\u044C","fingers.0":"\u043A\u043B\u043E\u0442\u0443\u0440\u0430","fingers.2":"\u043A\u0430\u0441\u0430\u043D\u0438\u0435 \u0434\u0432\u0443\u043C\u044F \u043F\u0430\u043B\u044C\u0446\u0430\u043C\u0438","fingers.3":"\u043A\u0430\u0441\u0430\u043D\u0438\u0435 \u0442\u0440\u0435\u043C\u044F \u043F\u0430\u043B\u044C\u0446\u0430\u043C\u0438","fingers.4":"\u043A\u0430\u0441\u0430\u043D\u0438\u0435 \u0447\u0435\u0442\u044B\u0440\u044C\u043C\u044F \u043F\u0430\u043B\u044C\u0446\u0430\u043C\u0438","fingers.5":"\u043F\u044F\u0442\u0438\u043F\u0430\u043B\u044C\u0446\u0435\u0432\u043E\u0435 \u043A\u0430\u0441\u0430\u043D\u0438\u0435",mouseHoldKey:"+ {key} \u043F\u0435\u0440\u0435\u0432\u0435\u0441\u0442\u0438/\u0432\u043E\u0441\u0441\u0442\u0430\u043D\u043E\u0432\u0438\u0442\u044C \u0430\u0431\u0437\u0430\u0446",mouseHoldKeyAuto:"\u041F\u0440\u044F\u043C\u043E\u0439 \u043F\u0435\u0440\u0435\u0432\u043E\u0434 \u0430\u0431\u0437\u0430\u0446\u0430",mouseHoldKeyOff:"\u041D\u0435 \u0434\u0435\u043B\u0430\u0439\u0442\u0435 \u043D\u0438\u0447\u0435\u0433\u043E.",mouseHoldKeyOther:"\u041D\u0430\u0441\u0442\u0440\u0430\u0438\u0432\u0430\u0435\u043C\u044B\u0435 \u044F\u0440\u043B\u044B\u043A\u0438 (\u043E\u0442\u043A\u0440\u044B\u0442\u044C \u043D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0438)",mouseHoldKeyCustomKey:"{key} \u041F\u0435\u0440\u0435\u0432\u043E\u0434/\u0441\u043E\u043A\u0440\u0430\u0449\u0435\u043D\u0438\u0435 \u0430\u0431\u0437\u0430\u0446\u0430",mouseHoverHoldKey:"\u041F\u0435\u0440\u0435\u0432\u043E\u0434 \u0430\u0431\u0437\u0430\u0446\u0435\u0432 \u043E\u0441\u0443\u0449\u0435\u0441\u0442\u0432\u043B\u044F\u0435\u0442\u0441\u044F \u043D\u0430\u0436\u0430\u0442\u0438\u0435\u043C \u043A\u043B\u0430\u0432\u0438\u0448\u0438 \u0431\u044B\u0441\u0442\u0440\u043E\u0433\u043E \u0434\u043E\u0441\u0442\u0443\u043F\u0430 \u043F\u0440\u0438 \u043D\u0430\u0432\u0435\u0434\u0435\u043D\u0438\u0438 \u043A\u0443\u0440\u0441\u043E\u0440\u0430 \u043C\u044B\u0448\u0438.","mouse-translate":"\u043D\u0430\u0432\u0435\u0434\u0435\u043D\u0438\u0435 \u043C\u044B\u0448\u0438",document:"(\u043A\u043E\u043C\u043F\u044C\u044E\u0442\u0435\u0440\u043D\u044B\u0439) \u0444\u0430\u0439\u043B",resetSuccess:"\u0423\u0441\u043F\u0435\u0448\u043D\u044B\u0439 \u0441\u0431\u0440\u043E\u0441 \u0432\u0441\u0435\u0445 \u043D\u0430\u0441\u0442\u0440\u043E\u0435\u043A",resetThisSuccess:"\u0421\u0431\u0440\u043E\u0441 \u0443\u0441\u043F\u0435\u0448\u0435\u043D",saved:"\u0421\u043E\u0445\u0440\u0430\u043D\u0438\u0442\u044C \u0443\u0441\u043F\u0435\u0448\u043D\u044B\u0439",successImportConfig:"\u0423\u0441\u043F\u0435\u0448\u043D\u044B\u0439 \u0438\u043C\u043F\u043E\u0440\u0442 \u043A\u043E\u043D\u0444\u0438\u0433\u0443\u0440\u0430\u0446\u0438\u0438",goAdvancedSettings:"\u041F\u0435\u0440\u0435\u0439\u0434\u0438\u0442\u0435 \u043D\u0430 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u0443 \u0414\u043E\u043F\u043E\u043B\u043D\u0438\u0442\u0435\u043B\u044C\u043D\u044B\u0435 \u043D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0438",goAdvancedInterfaceSettings:"\u041F\u0435\u0440\u0435\u0439\u0434\u0438\u0442\u0435 \u043D\u0430 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u0443 \u0414\u043E\u043F\u043E\u043B\u043D\u0438\u0442\u0435\u043B\u044C\u043D\u044B\u0435 \u043F\u0430\u0440\u0430\u043C\u0435\u0442\u0440\u044B \u043D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0438",advanced:"\u0414\u043E\u043F\u043E\u043B\u043D\u0438\u0442\u0435\u043B\u044C\u043D\u044B\u0435 \u043D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0438",advancedDescription:"\u041A\u0430\u043A \u043F\u0440\u0430\u0432\u0438\u043B\u043E, \u043D\u0438\u043A\u0430\u043A\u0438\u0445 \u043D\u0430\u0441\u0442\u0440\u043E\u0435\u043A \u043D\u0435 \u0442\u0440\u0435\u0431\u0443\u0435\u0442\u0441\u044F, \u043F\u0440\u043E\u0441\u0442\u043E \u043E\u0441\u0442\u0430\u0432\u044C\u0442\u0435 \u0432\u0441\u0435 \u043F\u043E \u0443\u043C\u043E\u043B\u0447\u0430\u043D\u0438\u044E. \u0422\u043E\u043B\u044C\u043A\u043E \u0434\u043B\u044F \u0431\u043E\u043B\u0435\u0435 \u0441\u043F\u0435\u0446\u0438\u0430\u043B\u0438\u0437\u0438\u0440\u043E\u0432\u0430\u043D\u043D\u044B\u0445 \u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u0435\u043B\u0435\u0439 \u0434\u043E\u0441\u0442\u0443\u043F\u043D\u044B \u0431\u043E\u043B\u0435\u0435 \u043F\u0435\u0440\u0441\u043E\u043D\u0430\u043B\u0438\u0437\u0438\u0440\u043E\u0432\u0430\u043D\u043D\u044B\u0435 \u043D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0438.",developer:"\u041D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0438 \u0440\u0430\u0437\u0440\u0430\u0431\u043E\u0442\u0447\u0438\u043A\u0430",donateCafe:"\u0446\u0435\u043D\u044B","translate to the bottom of the page":"\u041F\u0435\u0440\u0435\u0432\u043E\u0434\u0438\u0442\u0441\u044F \u043B\u0438 \u043E\u043D \u0432 \u043D\u0438\u0436\u043D\u044E\u044E \u0447\u0430\u0441\u0442\u044C \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u044B \u0441\u0440\u0430\u0437\u0443 \u043F\u043E\u0441\u043B\u0435 \u0432\u0445\u043E\u0434\u0430 \u043D\u0430 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u0443?",feedback:"\u0412\u043E\u043F\u0440\u043E\u0441-\u043E\u0442\u0432\u0435\u0442",toggleTranslatePage:"\u041F\u0435\u0440\u0435\u0432\u0435\u0441\u0442\u0438 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u0443/\u043E\u0442\u043E\u0431\u0440\u0430\u0437\u0438\u0442\u044C \u043E\u0440\u0438\u0433\u0438\u043D\u0430\u043B\u044C\u043D\u044B\u0439 \u0442\u0435\u043A\u0441\u0442",translateToThePageEndImmediatelyDescription:"\u041F\u0440\u0438 \u0432\u043A\u043B\u044E\u0447\u0435\u043D\u0438\u0438 \u044D\u0442\u043E\u0439 \u0444\u0443\u043D\u043A\u0446\u0438\u0438 \u0441\u043E\u0434\u0435\u0440\u0436\u0438\u043C\u043E\u0435 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u044B \u0431\u0443\u0434\u0435\u0442 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0438\u0442\u044C\u0441\u044F \u0441\u0432\u0435\u0440\u0445\u0443 \u0432\u043D\u0438\u0437 \u043F\u043E \u043C\u0435\u0440\u0435 \u0432\u0432\u043E\u0434\u0430. \u041F\u0440\u0438 \u0432\u044B\u043A\u043B\u044E\u0447\u0435\u043D\u0438\u0438 \u044D\u0442\u043E\u0439 \u0444\u0443\u043D\u043A\u0446\u0438\u0438 \u043F\u0435\u0440\u0435\u0432\u043E\u0434 \u0431\u0443\u0434\u0435\u0442 \u0432\u044B\u043F\u043E\u043B\u043D\u044F\u0442\u044C\u0441\u044F \u043F\u043E \u043C\u0435\u0440\u0435 \u0447\u0442\u0435\u043D\u0438\u044F. (\u041D\u0435 \u0440\u0435\u043A\u043E\u043C\u0435\u043D\u0434\u0443\u0435\u0442\u0441\u044F)","translate all areas of the page":"\u041F\u0435\u0440\u0435\u0432\u043E\u0434\u0438\u0442\u044C \u043B\u0438 \u0432\u0441\u0435 \u043E\u0431\u043B\u0430\u0441\u0442\u0438 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u044B",translationAreaDescription:"\u041F\u0440\u0438 \u0432\u043A\u043B\u044E\u0447\u0435\u043D\u0438\u0438 \u044D\u0442\u043E\u0439 \u043E\u043F\u0446\u0438\u0438 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u044F\u0442\u0441\u044F \u0432\u0441\u0435 \u043E\u0431\u043B\u0430\u0441\u0442\u0438 \u0432\u0441\u0435\u0439 \u0432\u0435\u0431-\u0441\u0442\u0440\u0430\u043D\u0438\u0446\u044B. \u041F\u0440\u0438 \u0432\u044B\u043A\u043B\u044E\u0447\u0435\u043D\u0438\u0438 \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u0443\u0435\u0442\u0441\u044F \u0438\u043D\u0442\u0435\u043B\u043B\u0435\u043A\u0442\u0443\u0430\u043B\u044C\u043D\u043E\u0435 \u0440\u0430\u0441\u043F\u043E\u0437\u043D\u0430\u0432\u0430\u043D\u0438\u0435 \u043F\u043E \u0443\u043C\u043E\u043B\u0447\u0430\u043D\u0438\u044E \u0438 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u044F\u0442\u0441\u044F \u0442\u043E\u043B\u044C\u043A\u043E \u043E\u0441\u043D\u043E\u0432\u043D\u044B\u0435 \u043E\u0431\u043B\u0430\u0441\u0442\u0438. (\u041D\u0435 \u0440\u0435\u043A\u043E\u043C\u0435\u043D\u0434\u0443\u0435\u0442\u0441\u044F \u0432\u043A\u043B\u044E\u0447\u0430\u0442\u044C)","the number of characters to be translated first":"\u041F\u0440\u044F\u043C\u043E\u0439 \u043F\u0435\u0440\u0435\u0432\u043E\u0434 \u043F\u0435\u0440\u0432\u044B\u0445 \u043D\u0435\u0441\u043A\u043E\u043B\u044C\u043A\u0438\u0445 \u0441\u0438\u043C\u0432\u043E\u043B\u043E\u0432 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u044B \u0431\u0435\u0437 \u043E\u0436\u0438\u0434\u0430\u043D\u0438\u044F \u043F\u0440\u043E\u043A\u0440\u0443\u0442\u043A\u0438 \u0432 \u043E\u0431\u043B\u0430\u0441\u0442\u044C \u043F\u0440\u043E\u0441\u043C\u043E\u0442\u0440\u0430","interface language":"\u044F\u0437\u044B\u043A \u0438\u043D\u0442\u0435\u0440\u0444\u0435\u0439\u0441\u0430","display both the original text and the translation":"\u041E\u0434\u043D\u043E\u0432\u0440\u0435\u043C\u0435\u043D\u043D\u043E\u0435 \u043E\u0442\u043E\u0431\u0440\u0430\u0436\u0435\u043D\u0438\u0435 \u043E\u0440\u0438\u0433\u0438\u043D\u0430\u043B\u0430 \u0438 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430","keyboard shortcuts":"\u041A\u043B\u0430\u0432\u0438\u0430\u0442\u0443\u0440\u043D\u044B\u0435 \u0441\u043E\u043A\u0440\u0430\u0449\u0435\u043D\u0438\u044F",modify:"\u041C\u043E\u0434\u0438\u0444\u0438\u043A\u0430\u0446\u0438\u044F \u043A\u043B\u0430\u0432\u0438\u0448 \u0431\u044B\u0441\u0442\u0440\u043E\u0433\u043E \u0434\u043E\u0441\u0442\u0443\u043F\u0430",reset:"\u043F\u0435\u0440\u0435\u043F\u0440\u043E\u0444\u0438\u043B\u0438\u0440\u043E\u0432\u0430\u043D\u0438\u0435",close:"\u043A\u043B\u043E\u0442\u0443\u0440\u0430",homepage:"\u0434\u043E\u043C\u0430\u0448\u043D\u044F\u044F \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u0430",more:"\u043F\u043E\u0434\u0440\u043E\u0431\u043D\u0435\u0435",moreOptions:"\u0420\u0430\u0441\u0448\u0438\u0440\u0435\u043D\u0438\u0435 \u0432\u043E\u0437\u043C\u043E\u0436\u043D\u043E\u0441\u0442\u0435\u0439 \u043D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0438",translateTheWholePage:"\u041F\u0435\u0440\u0435\u0432\u043E\u0434\u0438\u0442\u044C \u0432\u0441\u0435 \u043E\u0431\u043B\u0430\u0441\u0442\u0438 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u044B (\u0432 \u043E\u0442\u043B\u0438\u0447\u0438\u0435 \u043E\u0442 \u0438\u043D\u0442\u0435\u043B\u043B\u0435\u043A\u0442\u0443\u0430\u043B\u044C\u043D\u043E\u0433\u043E \u0440\u0430\u0441\u043F\u043E\u0437\u043D\u0430\u0432\u0430\u043D\u0438\u044F \u043E\u0441\u043D\u043E\u0432\u043D\u044B\u0445 \u043E\u0431\u043B\u0430\u0441\u0442\u0435\u0439)",changeToTranslateTheWholePage:"\u041F\u0435\u0440\u0435\u043A\u043B\u044E\u0447\u0435\u043D\u0438\u0435 \u043D\u0430 \u043F\u0435\u0440\u0435\u0432\u043E\u0434 \u0432\u0441\u0435\u0445 \u0440\u0435\u0433\u0438\u043E\u043D\u043E\u0432",changeToTranslateTheMainPage:'\u041F\u0435\u0440\u0435\u0445\u043E\u0434 \u0432 \u043E\u0441\u043D\u043E\u0432\u043D\u0443\u044E \u043E\u0431\u043B\u0430\u0441\u0442\u044C "\u041F\u0435\u0440\u0435\u0432\u043E\u0434',changeToOnlyTranslationMode:"\u041F\u0435\u0440\u0435\u043A\u043B\u044E\u0447\u0435\u043D\u0438\u0435 \u043D\u0430 \u043E\u0442\u043E\u0431\u0440\u0430\u0436\u0435\u043D\u0438\u0435 \u0442\u043E\u043B\u044C\u043A\u043E \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u043E\u0432",changeToDualTranslationMode:"\u041F\u0435\u0440\u0435\u0445\u043E\u0434 \u043D\u0430 \u0434\u0432\u0443\u044F\u0437\u044B\u0447\u043D\u044B\u0439 \u043F\u0435\u0440\u0435\u0432\u043E\u0434",translateToThePageEndImmediately:"\u041D\u0435\u043C\u0435\u0434\u043B\u0435\u043D\u043D\u044B\u0439 \u043F\u0435\u0440\u0435\u0432\u043E\u0434 \u0432 \u043D\u0438\u0436\u043D\u044E\u044E \u0447\u0430\u0441\u0442\u044C \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u044B",translateTheMainPage:"\u041A\u043B\u044E\u0447\u0435\u0432\u044B\u0435 \u0440\u0435\u0433\u0438\u043E\u043D\u044B \u0438\u043D\u0442\u0435\u043B\u043B\u0435\u043A\u0442\u0443\u0430\u043B\u044C\u043D\u043E\u0433\u043E \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430","The local rules are up to date":"\u041C\u0435\u0441\u0442\u043D\u044B\u0435 \u043F\u0440\u0430\u0432\u0438\u043B\u0430 \u0430\u0434\u0430\u043F\u0442\u0430\u0446\u0438\u0438 \u0441\u043E\u043E\u0442\u0432\u0435\u0442\u0441\u0442\u0432\u0443\u044E\u0442 \u0441\u043E\u0432\u0440\u0435\u043C\u0435\u043D\u043D\u044B\u043C \u0442\u0440\u0435\u0431\u043E\u0432\u0430\u043D\u0438\u044F\u043C.","Successfully synchronized with the latest official rules:":"\u0423\u0441\u043F\u0435\u0448\u043D\u0430\u044F \u0441\u0438\u043D\u0445\u0440\u043E\u043D\u0438\u0437\u0430\u0446\u0438\u044F \u0441 \u043F\u043E\u0441\u043B\u0435\u0434\u043D\u0438\u043C\u0438 \u043E\u0444\u0438\u0446\u0438\u0430\u043B\u044C\u043D\u044B\u043C\u0438 \u043F\u0440\u0430\u0432\u0438\u043B\u0430\u043C\u0438 \u0430\u0434\u0430\u043F\u0442\u0430\u0446\u0438\u0438.","Checking for updates":"\u041F\u0440\u043E\u0432\u0435\u0440\u043A\u0430 \u043D\u0430\u043B\u0438\u0447\u0438\u044F \u043E\u0431\u043D\u043E\u0432\u043B\u0435\u043D\u0438\u0439","Rules are being synchronized":"\u0421\u0438\u043D\u0445\u0440\u043E\u043D\u0438\u0437\u0430\u0446\u0438\u044F \u043F\u0440\u0430\u0432\u0438\u043B \u0430\u0434\u0430\u043F\u0442\u0430\u0446\u0438\u0438",localVersionIsTooOld:"\u0412\u0435\u0440\u0441\u0438\u044F \u043B\u043E\u043A\u0430\u043B\u044C\u043D\u043E\u0433\u043E \u0440\u0430\u0441\u0448\u0438\u0440\u0435\u043D\u0438\u044F \u0441\u043B\u0438\u0448\u043A\u043E\u043C \u0443\u0441\u0442\u0430\u0440\u0435\u043B\u0430, \u043F\u043E\u0436\u0430\u043B\u0443\u0439\u0441\u0442\u0430, \u043E\u0431\u043D\u043E\u0432\u0438\u0442\u0435 \u0440\u0430\u0441\u0448\u0438\u0440\u0435\u043D\u0438\u0435 \u0434\u043E {minVersion} \u0438\u043B\u0438 \u0431\u043E\u043B\u0435\u0435 \u043D\u043E\u0432\u043E\u0439 \u0432\u0435\u0440\u0441\u0438\u0438 \u043F\u0435\u0440\u0435\u0434 \u043F\u043E\u043F\u044B\u0442\u043A\u043E\u0439 \u0441\u0438\u043D\u0445\u0440\u043E\u043D\u0438\u0437\u0430\u0446\u0438\u0438.",badUserscriptBrowser:"\u0422\u0435\u043A\u0443\u0449\u0438\u0439 \u0431\u0440\u0430\u0443\u0437\u0435\u0440 \u043D\u0435\u043A\u043E\u0440\u0440\u0435\u043A\u0442\u043D\u043E \u0440\u0435\u0430\u043B\u0438\u0437\u0443\u0435\u0442 \u0438\u043D\u0442\u0435\u0440\u0444\u0435\u0439\u0441 \u0440\u0430\u0441\u0448\u0438\u0440\u0435\u043D\u0438\u044F Grease Monkey (\u043D\u0430\u043F\u0440\u0438\u043C\u0435\u0440, \u0434\u043B\u044F \u043F\u043E\u043B\u0443\u0447\u0435\u043D\u0438\u044F \u0438\u043D\u0444\u043E\u0440\u043C\u0430\u0446\u0438\u0438 \u043E \u043D\u043E\u043C\u0435\u0440\u0435 \u0432\u0435\u0440\u0441\u0438\u0438 \u0441\u0430\u043C\u043E\u0433\u043E \u0441\u043A\u0440\u0438\u043F\u0442\u0430 Grease Monkey), \u043F\u043E\u0436\u0430\u043B\u0443\u0439\u0441\u0442\u0430, \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u0443\u0439\u0442\u0435 \u0434\u0440\u0443\u0433\u0438\u0435 \u0431\u0440\u0430\u0443\u0437\u0435\u0440\u044B, <1>\u043F\u043E\u0434\u0434\u0435\u0440\u0436\u0438\u0432\u0430\u044E\u0449\u0438\u0435 \u0440\u0430\u0441\u0448\u0438\u0440\u0435\u043D\u0438\u0435 Grease Monkey, \u043D\u0430\u043F\u0440\u0438\u043C\u0435\u0440 Firefox.",foundNewVersion:"\u0417\u043D\u0430\u043A\u043E\u043C\u0441\u0442\u0432\u043E \u0441 \u043D\u043E\u0432\u043E\u0439 \u0432\u0435\u0440\u0441\u0438\u0435\u0439",theLocalExtensionIsUpToUpdate:"\u0422\u0435\u043A\u0443\u0449\u0435\u0435 \u0440\u0430\u0441\u0448\u0438\u0440\u0435\u043D\u0438\u0435 \u044F\u0432\u043B\u044F\u0435\u0442\u0441\u044F \u0430\u043A\u0442\u0443\u0430\u043B\u044C\u043D\u044B\u043C.",failToSyncRules:"\u041D\u0435\u0432\u043E\u0437\u043C\u043E\u0436\u043D\u043E\u0441\u0442\u044C \u0441\u0438\u043D\u0445\u0440\u043E\u043D\u0438\u0437\u0430\u0446\u0438\u0438 \u043F\u043E\u0441\u043B\u0435\u0434\u043D\u0438\u0445 \u043F\u0440\u0430\u0432\u0438\u043B \u0430\u0434\u0430\u043F\u0442\u0430\u0446\u0438\u0438",retry:"\u041D\u0430\u0436\u043C\u0438\u0442\u0435 \u0437\u0434\u0435\u0441\u044C, \u0447\u0442\u043E\u0431\u044B \u043F\u043E\u0432\u0442\u043E\u0440\u0438\u0442\u044C \u043F\u043E\u043F\u044B\u0442\u043A\u0443",failedReason:"\u041F\u0440\u0438\u0447\u0438\u043D\u044B \u043D\u0435\u0443\u0434\u0430\u0447",currentRuleVersion:"\u0414\u0435\u0439\u0441\u0442\u0432\u0443\u044E\u0449\u0430\u044F \u0440\u0435\u0434\u0430\u043A\u0446\u0438\u044F \u043F\u0440\u0430\u0432\u0438\u043B",calculating:"\u0440\u0430\u0441\u0447\u0435\u0442\u044B",unknownError:"\u043D\u0435\u0438\u0437\u0432\u0435\u0441\u0442\u043D\u0430\u044F \u043E\u0448\u0438\u0431\u043A\u0430",canNotFetchRemoteRule:"\u041D\u0435\u0432\u043E\u0437\u043C\u043E\u0436\u043D\u043E \u043F\u043E\u043B\u0443\u0447\u0438\u0442\u044C \u0443\u0434\u0430\u043B\u0435\u043D\u043D\u044B\u0435 \u043F\u0440\u0430\u0432\u0438\u043B\u0430",enableAlphaSuccess:"\u0410\u043B\u044C\u0444\u0430 \u0432\u043A\u043B\u044E\u0447\u0435\u043D\u0430",disableAlphaSuccess:"\u0424\u0443\u043D\u043A\u0446\u0438\u044F \u0430\u043B\u044C\u0444\u0430 \u043E\u0442\u043A\u043B\u044E\u0447\u0435\u043D\u0430",cacheSize:"\u0420\u0430\u0437\u043C\u0435\u0440 \u043A\u044D\u0448\u0430\uFF1A",cleaning:"\u0432 \u043F\u0440\u043E\u0446\u0435\u0441\u0441\u0435 \u043B\u0438\u043A\u0432\u0438\u0434\u0430\u0446\u0438\u0438",cleanCache:"\u043E\u0447\u0438\u0441\u0442\u0438\u0442\u044C \u043A\u044D\u0448",options:"\u043D\u0430\u0441\u0442\u0440\u0430\u0438\u0432\u0430\u0442\u044C",about:"\u043F\u043E \u043E\u0442\u043D\u043E\u0448\u0435\u043D\u0438\u044E \u043A",service:"\u0443\u0441\u043B\u0443\u0433\u0430 \u0443\u0441\u0442\u043D\u043E\u0433\u043E \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430",needAction:"(\u041F\u0435\u0440\u0435\u0439\u0442\u0438 \u043A \u043D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0430\u043C)",goSettings:"\u043F\u0435\u0440\u0435\u0439\u0434\u0438\u0442\u0435 \u043A \u043D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0435",needActionForOptions:"(\u0443\u0441\u0442\u0430\u043D\u0430\u0432\u043B\u0438\u0432\u0430\u0435\u0442\u0441\u044F)",translationEngine:"\u041E\u043F\u0446\u0438\u0438 \u0434\u0432\u0438\u0433\u0430\u0442\u0435\u043B\u044F",sourceLanguage:"\u042F\u0437\u044B\u043A \u043E\u0440\u0438\u0433\u0438\u043D\u0430\u043B\u0430",target:"\u044F\u0437\u044B\u043A \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430",popupSourceLanguage:"\u042F\u0437\u044B\u043A \u043E\u0440\u0438\u0433\u0438\u043D\u0430\u043B\u0430",popupTarget:"\u044F\u0437\u044B\u043A \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430",popupService:"\u0443\u0441\u043B\u0443\u0433\u0430 \u0443\u0441\u0442\u043D\u043E\u0433\u043E \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430",forThisSite:"\u0422\u0435\u043A\u0443\u0449\u0438\u0439 \u0441\u0430\u0439\u0442",autoEnableSubtitle:"\u0410\u0432\u0442\u043E\u043C\u0430\u0442\u0438\u0447\u0435\u0441\u043A\u043E\u0435 \u043E\u0442\u043A\u0440\u044B\u0442\u0438\u0435 \u0434\u0432\u0443\u044F\u0437\u044B\u0447\u043D\u044B\u0445 \u0441\u0443\u0431\u0442\u0438\u0442\u0440\u043E\u0432",alwaysTranslate:"\u0412\u0441\u0435\u0433\u0434\u0430 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0438\u0442\u0435",neverTranslate:"\u041D\u0438\u043A\u043E\u0433\u0434\u0430 \u043D\u0435 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0438\u0442\u0435",alwaysTranslateSomeLanguage:"\u0412\u0441\u0435\u0433\u0434\u0430 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0438\u0442\u0435 {language}",neverTranslateSomeLanguage:"\u041D\u0438\u043A\u043E\u0433\u0434\u0430 \u043D\u0435 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0438\u0442\u0435 {language}",alwaysTranslateSomeSite:"\u0412\u0441\u0435\u0433\u0434\u0430 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0438\u0442\u0435 {hostname}",neverTranslateSomeSite:"\u041D\u0438\u043A\u043E\u0433\u0434\u0430 \u043D\u0435 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0438\u0442\u0435 {hostname}",alwaysTranslateSomeSiteOrWildSite:"\u0412\u0441\u0435\u0433\u0434\u0430 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0438\u0442\u0435 \u0441\u0430\u0439\u0442",alwaysTranslateSomePage:"\u0412\u0441\u0435\u0433\u0434\u0430 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0438\u0442\u0435 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u0443",add:"\u0443\u0432\u0435\u043B\u0438\u0447\u0438\u0442\u044C",default:"\u043F\u043E \u0443\u043C\u043E\u043B\u0447\u0430\u043D\u0438\u044E (\u043D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0430)",forThisLanguage:"\u0414\u043B\u044F \u044D\u0442\u043E\u0433\u043E \u044F\u0437\u044B\u043A\u0430\uFF1A","add url":"\u0412\u0432\u0435\u0434\u0438\u0442\u0435 URL",edit:"\u043A\u043E\u043C\u043F\u0438\u043B\u044F\u0442\u043E\u0440","translate other languages into specific language":"\u041F\u0435\u0440\u0435\u0432\u043E\u0434 \u0434\u0440\u0443\u0433\u0438\u0445 \u044F\u0437\u044B\u043A\u043E\u0432 \u043D\u0430 \u0443\u0441\u0442\u0430\u043D\u043E\u0432\u043B\u0435\u043D\u043D\u044B\u0439 \u0432\u0430\u043C\u0438 \u044F\u0437\u044B\u043A","select translation service":"\u0412\u044B\u0431\u0435\u0440\u0438\u0442\u0435 \u0441\u043B\u0443\u0436\u0431\u0443 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430",language:"\u043C\u043D\u043E\u0433\u043E\u044F\u0437\u044B\u0447\u0438\u0435","show-original":"\u041F\u043E\u043A\u0430\u0437\u0430\u0442\u044C \u043E\u0440\u0438\u0433\u0438\u043D\u0430\u043B\u044C\u043D\u044B\u0439 \u0442\u0435\u043A\u0441\u0442",translate:"\u0440\u0435\u043D\u0434\u0435\u0440\u0438\u043D\u0433",Translated:"\u043F\u0435\u0440\u0435\u0432\u0435\u0434\u0435\u043D\u043E",Translating:"\u0432 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0435",Error:"\u043D\u0435\u0432\u0435\u0440\u043D\u044B\u0439",allowCacheTranslations:"\u0412\u043A\u043B\u044E\u0447\u0438\u0442\u044C \u043B\u043E\u043A\u0430\u043B\u044C\u043D\u043E\u0435 \u043A\u044D\u0448\u0438\u0440\u043E\u0432\u0430\u043D\u0438\u0435 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u043E\u0432 (\u0434\u043B\u044F \u0443\u043C\u0435\u043D\u044C\u0448\u0435\u043D\u0438\u044F \u043A\u043E\u043B\u0438\u0447\u0435\u0441\u0442\u0432\u0430 \u0437\u0430\u043F\u0440\u043E\u0441\u043E\u0432 \u043D\u0430 \u043F\u0435\u0440\u0435\u0432\u043E\u0434 \u0434\u0443\u0431\u043B\u0438\u0440\u0443\u044E\u0449\u0438\u0445\u0441\u044F \u043E\u0442\u0440\u044B\u0432\u043A\u043E\u0432)","translation display":"\u0421\u0442\u0438\u043B\u044C \u043E\u0442\u043E\u0431\u0440\u0430\u0436\u0435\u043D\u0438\u044F \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430","select diplay style":"\u0420\u0430\u0437\u043B\u0438\u0447\u0430\u0442\u044C \u0441\u0442\u0438\u043B\u0438 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430, \u043E\u043F\u0438\u0440\u0430\u044F\u0441\u044C \u043D\u0430 \u0441\u043B\u0435\u0434\u0443\u044E\u0449\u0438\u0435 \u043F\u0440\u0438\u043C\u0435\u0440\u044B",interface:"\u041D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0438 \u0438\u043D\u0442\u0435\u0440\u0444\u0435\u0439\u0441\u0430",import_export:"\u0418\u043C\u043F\u043E\u0440\u0442/\u044D\u043A\u0441\u043F\u043E\u0440\u0442",import_export_title:"\u041A\u043E\u043D\u0444\u0438\u0433\u0443\u0440\u0430\u0446\u0438\u044F \u0438\u043C\u043F\u043E\u0440\u0442\u0430/\u044D\u043A\u0441\u043F\u043E\u0440\u0442\u0430",syncToGoogleDrive:"\u0422\u0435\u043F\u0435\u0440\u044C \u0441\u0438\u043D\u0445\u0440\u043E\u043D\u0438\u0437\u0430\u0446\u0438\u044F \u0441 Google Drive",floatBallOptions:"\u041D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0438 \u0445\u043E\u0432\u0435\u0440\u0431\u043E\u043B\u0430","floatBallOptions.enable":"\u0412\u043A\u043B\u044E\u0447\u0438\u0442\u044C \u0445\u043E\u0432\u0435\u0440\u0431\u043E\u043B","floatBallOptions.blockUrls":"\u041E\u0442\u043A\u043B\u044E\u0447\u0438\u0442\u044C \u0441\u0430\u0439\u0442","floatBallOptions.add":"\u0443\u0432\u0435\u043B\u0438\u0447\u0438\u0442\u044C","floatBallOptions.blockUrlDesc":"\u041F\u0430\u0440\u044F\u0449\u0438\u0435 \u0448\u0430\u0440\u044B \u043D\u0435 \u043E\u0442\u043E\u0431\u0440\u0430\u0436\u0430\u044E\u0442\u0441\u044F, \u043A\u043E\u0433\u0434\u0430 \u0432\u0441\u0442\u0440\u0435\u0447\u0430\u044E\u0442\u0441\u044F \u0441\u043B\u0435\u0434\u0443\u044E\u0449\u0438\u0435 \u0441\u0430\u0439\u0442\u044B","floatBallOptions.clickType":"\u043F\u043E\u0432\u0435\u0434\u0435\u043D\u0438\u0435 \u043F\u0440\u0438 \u043D\u0430\u0436\u0430\u0442\u0438\u0438","floatBallOptions.clickTypeDesc":"\u041F\u043E\u0432\u0435\u0434\u0435\u043D\u0438\u0435 \u0438\u043A\u043E\u043D\u043A\u0438 \u0445\u043E\u0432\u0435\u0440\u0431\u043E\u043B\u0430 \u043F\u0440\u0438 \u043D\u0430\u0436\u0430\u0442\u0438\u0438","floatBallOptions.clickPopup":"\u041F\u043E\u043A\u0430\u0437\u0430\u0442\u044C \u043F\u0430\u043D\u0435\u043B\u044C \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430","floatBallOptions.clickTranslate":"\u041F\u0435\u0440\u0435\u0432\u043E\u0434/\u043E\u0442\u043E\u0431\u0440\u0430\u0436\u0435\u043D\u0438\u0435 \u043E\u0440\u0438\u0433\u0438\u043D\u0430\u043B\u044C\u043D\u043E\u0433\u043E \u0442\u0435\u043A\u0441\u0442\u0430","floatBallOptions.fixedPosition":"\u56FA\u5B9A\u4F4D\u7F6E","floatBallOptions.fixedPositionDesc":"\u60AC\u6D6E\u7403\u5728\u7A97\u53E3\u5DE6\u4FA7\u8FD8\u662F\u53F3\u4FA7","floatBallOptions.fixedPositionLeft":"\u5DE6\u4FA7","floatBallOptions.fixedPositionRight":"\u53F3\u4FA7",previewAllThemes:"\u041F\u0440\u0435\u0434\u0432\u0430\u0440\u0438\u0442\u0435\u043B\u044C\u043D\u044B\u0439 \u043F\u0440\u043E\u0441\u043C\u043E\u0442\u0440 \u0432\u0441\u0435\u0445 \u0441\u0442\u0438\u043B\u0435\u0439","translationTheme.none":"\u043D\u0435 \u0438\u043C\u0435\u0442\u044C","translationTheme.grey":"\u0442\u0451\u043C\u043D\u043E-\u0441\u0435\u0440\u044B\u0439","translationTheme.dashed":"\u043F\u0443\u043D\u043A\u0442\u0438\u0440\u043D\u043E\u0435 \u043F\u043E\u0434\u0447\u0451\u0440\u043A\u0438\u0432\u0430\u043D\u0438\u0435","translationTheme.dotted":"\u0442\u043E\u0447\u0435\u0447\u043D\u043E\u0435 \u043F\u043E\u0434\u0447\u0435\u0440\u043A\u0438\u0432\u0430\u043D\u0438\u0435","translationTheme.dashedBorder":"\u043F\u0443\u043D\u043A\u0442\u0438\u0440\u043D\u0430\u044F \u0433\u0440\u0430\u043D\u0438\u0446\u0430","translationTheme.solidBorder":"\u0441\u043F\u043B\u043E\u0448\u043D\u0430\u044F \u0433\u0440\u0430\u043D\u0438\u0446\u0430","translationTheme.underline":"\u041F\u043E\u0434\u0447\u0435\u0440\u043A\u0438\u0432\u0430\u043D\u0438\u0435 \u043F\u0440\u044F\u043C\u044B\u0445 \u043B\u0438\u043D\u0438\u0439","translationTheme.mask":"\u041D\u0435\u0447\u0435\u0442\u043A\u0438\u0435 \u044D\u0444\u0444\u0435\u043A\u0442\u044B (\u0440\u0435\u0436\u0438\u043C\u044B \u043E\u0431\u0443\u0447\u0435\u043D\u0438\u044F)","translationTheme.opacity":"\u044D\u0444\u0444\u0435\u043A\u0442 \u043F\u0440\u043E\u0437\u0440\u0430\u0447\u043D\u043E\u0441\u0442\u0438","translationTheme.paper":"\u042D\u0444\u0444\u0435\u043A\u0442 \u0442\u0435\u043D\u0438 \u043E\u0442 \u0431\u0435\u043B\u043E\u0439 \u0431\u0443\u043C\u0430\u0433\u0438","translationTheme.dividingLine":"\u0440\u0430\u0437\u0434\u0435\u043B\u0438\u0442\u0435\u043B\u044C\u043D\u0430\u044F \u043B\u0438\u043D\u0438\u044F","translationTheme.highlight":"\u0432\u044B\u0441\u043E\u043A\u0430\u044F \u044F\u0440\u043A\u043E\u0441\u0442\u044C","translationTheme.marker":"\u043C\u0430\u0440\u043A\u0435\u0440 (\u0437\u0430\u0438\u043C\u0441\u0442\u0432\u043E\u0432\u0430\u043D\u043D\u043E\u0435 \u0441\u043B\u043E\u0432\u043E)","translationTheme.marker2":"\u041C\u0430\u0440\u043A\u0435\u0440 2","translationTheme.blockquote":"\u0421\u0442\u0438\u043B\u0438 \u0441\u0441\u044B\u043B\u043E\u043A","translationTheme.weakening":"\u043E\u0441\u043B\u0430\u0431\u043B\u0435\u043D\u0438\u0435","translationTheme.italic":"\u043D\u0430\u043A\u043B\u043E\u043D\u043D\u044B\u0439 \u0448\u0440\u0438\u0444\u0442","translationTheme.bold":"\u0441\u0433\u0443\u0441\u0442\u0438\u0442\u044C","translationTheme.thinDashed":"\u0442\u043E\u043D\u043A\u0430\u044F \u043F\u0443\u043D\u043A\u0442\u0438\u0440\u043D\u0430\u044F \u043B\u0438\u043D\u0438\u044F \u043F\u043E\u0434\u0447\u0435\u0440\u043A\u0438\u0432\u0430\u043D\u0438\u0435","translationTheme.nativeDashed":"\u0421\u0438\u0441\u0442\u0435\u043C\u0430 \u043F\u043E\u0441\u0442\u0430\u0432\u043B\u044F\u0435\u0442\u0441\u044F \u0441 \u043F\u0443\u043D\u043A\u0442\u0438\u0440\u043D\u044B\u043C \u043F\u043E\u0434\u0447\u0435\u0440\u043A\u0438\u0432\u0430\u043D\u0438\u0435\u043C","translationTheme.nativeDotted":"\u0421\u0438\u0441\u0442\u0435\u043C\u0430 \u043F\u043E\u0441\u0442\u0430\u0432\u043B\u044F\u0435\u0442\u0441\u044F \u0441 \u043F\u0443\u043D\u043A\u0442\u0438\u0440\u043D\u044B\u043C \u043F\u043E\u0434\u0447\u0435\u0440\u043A\u0438\u0432\u0430\u043D\u0438\u0435\u043C","translationTheme.nativeUnderline":"\u0421\u0438\u0441\u0442\u0435\u043C\u0430 \u043F\u043E\u0441\u0442\u0430\u0432\u043B\u044F\u0435\u0442\u0441\u044F \u0441 \u043F\u0440\u044F\u043C\u044B\u043C \u043F\u043E\u0434\u0441\u0442\u0440\u043E\u0447\u043D\u0438\u043A\u043E\u043C","translationTheme.wavy":"\u0432\u043E\u043B\u043D\u0438\u0441\u0442\u0430\u044F \u043B\u0438\u043D\u0438\u044F","translationServices.custom":"\u041F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u0435\u043B\u044C\u0441\u043A\u0438\u0439 API","translationServices.tencent":"\u041F\u0435\u0440\u0435\u0432\u043E\u0434\u0447\u0438\u043A Tencent","translationServices.tenAlpha":"Tencent Translator (Alpha)","translationServices.google":"Google Translate","translationServices.bai":"Baidu (Alpha)","translationServices.baidu":"\u041F\u0435\u0440\u0435\u0432\u043E\u0434 Baidu","translationServices.aliyun":"\u041F\u0435\u0440\u0435\u0432\u043E\u0434 AliCloud","translationServices.volc":"\u043F\u0435\u0440\u0435\u0432\u043E\u0434 \u0432\u0443\u043B\u043A\u0430\u043D\u0430","translationServices.deeplx":"DeepLX (Beta)","translationServices.bing":"Microsoft Translate","translationServices.deepl":"DeepL","translationServices.wechat":"\u041F\u0435\u0440\u0435\u0432\u043E\u0434 WeChat","translationServices.azure":"\u041B\u0430\u0437\u0443\u0440\u043D\u044B\u0439 \u043F\u0435\u0440\u0435\u0432\u043E\u0434","translationServices.ibm":"IBM Watson","translationServices.aws":"\u041F\u0435\u0440\u0435\u0432\u043E\u0434 Amazon","translationServices.mock":"\u0418\u043C\u0438\u0442\u0430\u0446\u0438\u044F \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430","translationServices.mock2":"\u0418\u043C\u0438\u0442\u0430\u0446\u0438\u044F \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430 2","translationServices.caiyun":"\u043B\u0438\u0442. \u0440\u0430\u0437\u043D\u043E\u0446\u0432\u0435\u0442\u043D\u044B\u0435 \u043E\u0431\u043B\u0430\u043A\u0430 \u0438 \u043D\u0435\u0431\u043E\u043B\u044C\u0448\u0438\u0435 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u044B","translationServices.cai":"\u0420\u0430\u0437\u043D\u043E\u0446\u0432\u0435\u0442\u043D\u044B\u0435 \u043E\u0431\u043B\u0430\u043A\u0430 (\u0410\u043B\u044C\u0444\u0430)","translationServices.volcAlpha":"\u0412\u0443\u043B\u043A\u0430\u043D (\u0410\u043B\u044C\u0444\u0430)","translationServices.openl":"OpenL","translationServices.youdao":"\u041F\u0435\u0440\u0435\u0432\u043E\u0434 \u043D\u0430 Youtube","translationServices.you":"\u041F\u0435\u0440\u0435\u0432\u043E\u0434\u0447\u0438\u043A Youdao (\u0410\u043B\u044C\u0444\u0430)","translationServices.transmart":"\u041F\u0435\u0440\u0435\u0432\u043E\u0434 Tencent Interactive","translationServices.niu":"Maverick Translator","translationServices.papago":"\u041F\u0435\u0440\u0435\u0432\u043E\u0434 Papago","translationServices.d":"D (Alpha)","translationServices.dpro":"D Pro (Canary)","translationServices.openai":"OpenAI","translationServices.yandex":"Yandex","translationServices.chatgpt":"ChatGPT Web(3.5 mobile)","translate title":"\u041F\u0435\u0440\u0435\u0432\u043E\u0434 \u0437\u0430\u0433\u043E\u043B\u043E\u0432\u043A\u043E\u0432 \u0441\u0442\u0440\u0430\u043D\u0438\u0446","always languages":"\u0412\u0441\u0435\u0433\u0434\u0430 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0438\u0442\u0435 \u044F\u0437\u044B\u043A",neverTranslateLanguagesLabel:"\u042F\u0437\u044B\u043A, \u043A\u043E\u0442\u043E\u0440\u044B\u0439 \u043D\u0438\u043A\u043E\u0433\u0434\u0430 \u043D\u0435 \u0431\u0443\u0434\u0435\u0442 \u043F\u0435\u0440\u0435\u0432\u0435\u0434\u0435\u043D",neverTranslateTheFollowingLanguagesDescription:"\u041F\u0435\u0440\u0435\u0432\u043E\u0434\u044B \u043F\u0440\u043E\u043F\u0443\u0441\u043A\u0430\u044E\u0442\u0441\u044F, \u0435\u0441\u043B\u0438 \u0430\u0431\u0437\u0430\u0446 \u043D\u0430 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u0435 \u043D\u0430\u043F\u0438\u0441\u0430\u043D \u043D\u0430 \u043E\u0434\u043D\u043E\u043C \u0438\u0437 \u0441\u043B\u0435\u0434\u0443\u044E\u0449\u0438\u0445 \u044F\u0437\u044B\u043A\u043E\u0432",enableUserscriptPagePopup:"\u041F\u043E\u043A\u0430\u0437\u044B\u0432\u0430\u0442\u044C \u043D\u0430\u0432\u0435\u0434\u0435\u043D\u043D\u044B\u0439 \u0448\u0430\u0440 \u043D\u0430 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u0435",enableUserscriptPagePopupDescription:"\u041F\u043E\u0441\u043B\u0435 \u0432\u044B\u043A\u043B\u044E\u0447\u0435\u043D\u0438\u044F \u0445\u043E\u0432\u0435\u0440\u0431\u043E\u043B\u0430 \u0435\u0433\u043E \u043C\u043E\u0436\u043D\u043E \u0432\u044B\u0437\u0432\u0430\u0442\u044C \u0441 \u043F\u043E\u043C\u043E\u0449\u044C\u044E \u044F\u0440\u043B\u044B\u043A\u0430 /{touch}. \u041D\u0430\u0441\u0442\u043E\u044F\u0442\u0435\u043B\u044C\u043D\u043E \u0440\u0435\u043A\u043E\u043C\u0435\u043D\u0434\u0443\u0435\u0442\u0441\u044F \u0434\u043E\u0431\u0430\u0432\u0438\u0442\u044C \u044D\u0442\u0443 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u0443 \u043D\u0430\u0441\u0442\u0440\u043E\u0435\u043A \u0432 \u0437\u0430\u043A\u043B\u0430\u0434\u043A\u0438, \u0447\u0442\u043E\u0431\u044B \u043D\u0435 \u043D\u0430\u0439\u0442\u0438 \u0445\u043E\u0432\u0435\u0440\u0431\u043E\u043B \u043F\u043E\u0441\u043B\u0435 \u0441\u043B\u0443\u0447\u0430\u0439\u043D\u043E\u0433\u043E \u043E\u0442\u043A\u043B\u044E\u0447\u0435\u043D\u0438\u044F \u044D\u0442\u043E\u0439 \u043E\u043F\u0446\u0438\u0438!","always translate the following languages":"\u0410\u0432\u0442\u043E\u043C\u0430\u0442\u0438\u0447\u0435\u0441\u043A\u0438\u0439 \u043F\u0435\u0440\u0435\u0432\u043E\u0434 \u043D\u0430 \u0446\u0435\u043B\u0435\u0432\u043E\u0439 \u044F\u0437\u044B\u043A, \u0435\u0441\u043B\u0438 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u0430 \u043D\u0430\u043F\u0438\u0441\u0430\u043D\u0430 \u043D\u0430 \u043E\u0434\u043D\u043E\u043C \u0438\u0437 \u0441\u043B\u0435\u0434\u0443\u044E\u0449\u0438\u0445 \u044F\u0437\u044B\u043A\u043E\u0432","always sites":"\u0412\u0441\u0435\u0433\u0434\u0430 \u043F\u0435\u0440\u0435\u0432\u0435\u0434\u0435\u043D\u043D\u044B\u0435 \u0432\u0435\u0431-\u0441\u0430\u0439\u0442\u044B","always translate the following sites":"\u0412\u0435\u0431-\u0441\u0430\u0439\u0442\u044B \u0430\u0432\u0442\u043E\u043C\u0430\u0442\u0438\u0447\u0435\u0441\u043A\u0438 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u044F\u0442\u0441\u044F \u043D\u0430 \u044F\u0437\u044B\u043A \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430, \u0435\u0441\u043B\u0438 \u043E\u043D\u0438 \u044F\u0432\u043B\u044F\u044E\u0442\u0441\u044F \u0434\u043E\u043C\u0435\u043D\u043D\u044B\u043C\u0438 \u0438\u043C\u0435\u043D\u0430\u043C\u0438","never sites":"\u041D\u0435\u043F\u0435\u0440\u0435\u0432\u0435\u0434\u0435\u043D\u043D\u044B\u0439 \u0441\u0430\u0439\u0442","never translate the following sites":"\u041F\u0435\u0440\u0435\u0432\u043E\u0434 \u043D\u0435 \u0431\u0443\u0434\u0435\u0442 \u0432\u044B\u043F\u043E\u043B\u043D\u044F\u0442\u044C\u0441\u044F, \u0435\u0441\u043B\u0438 \u0441\u0430\u0439\u0442 \u043F\u0440\u0435\u0434\u043D\u0430\u0437\u043D\u0430\u0447\u0435\u043D \u0434\u043B\u044F \u0441\u043B\u0435\u0434\u0443\u044E\u0449\u0438\u0445 \u0434\u043E\u043C\u0435\u043D\u043E\u0432","please refer to":"\u041F\u0435\u0440\u0435\u0434 \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u043D\u0438\u0435\u043C \u043D\u0435\u043E\u0431\u0445\u043E\u0434\u0438\u043C\u043E \u0437\u0430\u043F\u043E\u043B\u043D\u0438\u0442\u044C \u043A\u043B\u044E\u0447.",KeyAndConfigurationTutorial:"\u0423\u0447\u0435\u0431\u043D\u0438\u043A \u043F\u043E \u043F\u0440\u0438\u043C\u0435\u043D\u0435\u043D\u0438\u044E \u0438 \u043D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0435 \u043A\u043B\u044E\u0447\u0435\u0439",useAboveStyleForTheseSites:"\u0412\u0441\u0435\u0433\u0434\u0430 \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u0443\u0439\u0442\u0435 \u0441\u0442\u0438\u043B\u044C \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430 \u2308{theme}\u230B, \u0435\u0441\u043B\u0438 \u0441\u0430\u0439\u0442 \u043F\u0440\u0435\u0434\u043D\u0430\u0437\u043D\u0430\u0447\u0435\u043D \u0434\u043B\u044F \u0441\u043B\u0435\u0434\u0443\u044E\u0449\u0438\u0445 \u0434\u043E\u043C\u0435\u043D\u043E\u0432",currentUrl:"\u0422\u0435\u043A\u0443\u0449\u0438\u0439 URL",confirm:"\u0441\u043E\u0445\u0440\u0430\u043D\u044F\u0442\u044C (\u0444\u0430\u0439\u043B \u0438 \u0442.\u0434.) (\u0432\u044B\u0447\u0438\u0441\u043B\u0438\u0442\u0435\u043B\u044C\u043D\u0430\u044F \u0442\u0435\u0445\u043D\u0438\u043A\u0430)",cancel:"\u043E\u0442\u043C\u0435\u043D\u044B",delete:"\u0443\u0434\u0430\u043B\u0435\u043D\u0438\u0435","languages.auto":"\u0430\u0432\u0442\u043E\u043C\u0430\u0442\u0438\u0447\u0435\u0441\u043A\u043E\u0435 \u043E\u0431\u043D\u0430\u0440\u0443\u0436\u0435\u043D\u0438\u0435",syncToCloud:"\u0421\u0438\u043D\u0445\u0440\u043E\u043D\u0438\u0437\u0430\u0446\u0438\u044F \u0441 Google Drive",syncToCloudDescription:"\u0417\u0430\u0433\u0440\u0443\u0436\u0435\u043D\u043D\u0430\u044F \u0432 \u043E\u0431\u043B\u0430\u043A\u043E, \u043A\u043E\u043D\u0444\u0438\u0433\u0443\u0440\u0430\u0446\u0438\u044F \u043C\u043E\u0436\u0435\u0442 \u0431\u044B\u0442\u044C \u0441\u0438\u043D\u0445\u0440\u043E\u043D\u0438\u0437\u0438\u0440\u043E\u0432\u0430\u043D\u0430 \u043C\u0435\u0436\u0434\u0443 \u0440\u0430\u0437\u043B\u0438\u0447\u043D\u044B\u043C\u0438 \u0431\u0440\u0430\u0443\u0437\u0435\u0440\u0430\u043C\u0438/\u0441\u043A\u0440\u0438\u043F\u0442\u0430\u043C\u0438 grease monkey, \u0432 \u0437\u0430\u0432\u0438\u0441\u0438\u043C\u043E\u0441\u0442\u0438 \u043E\u0442 \u0442\u043E\u0433\u043E, \u0447\u0442\u043E \u0431\u044B\u043B\u043E \u0438\u0437\u043C\u0435\u043D\u0435\u043D\u043E \u043F\u043E\u0441\u043B\u0435\u0434\u043D\u0438\u043C.",syncToAccount:"\u0421\u0438\u043D\u0445\u0440\u043E\u043D\u0438\u0437\u0430\u0446\u0438\u044F \u0441 \u043E\u0431\u043B\u0430\u043A\u043E\u043C \u0438\u043C\u043C\u0435\u0440\u0441\u0438\u0432\u043D\u043E\u0433\u043E \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430",syncToAccountButton:"\u041C\u0433\u043D\u043E\u0432\u0435\u043D\u043D\u0430\u044F \u0441\u0438\u043D\u0445\u0440\u043E\u043D\u0438\u0437\u0430\u0446\u0438\u044F \u0441 \u043E\u0431\u043B\u0430\u043A\u043E\u043C",syncToAccountDescription:"\u0410\u0432\u0442\u043E\u043C\u0430\u0442\u0438\u0447\u0435\u0441\u043A\u0430\u044F \u0441\u0438\u043D\u0445\u0440\u043E\u043D\u0438\u0437\u0430\u0446\u0438\u044F \u043A\u043E\u043D\u0444\u0438\u0433\u0443\u0440\u0430\u0446\u0438\u0439 \u043C\u0435\u0436\u0434\u0443 \u0440\u0430\u0437\u043B\u0438\u0447\u043D\u044B\u043C\u0438 \u0443\u0441\u0442\u0440\u043E\u0439\u0441\u0442\u0432\u0430\u043C\u0438 \u0432 \u0437\u0430\u0432\u0438\u0441\u0438\u043C\u043E\u0441\u0442\u0438 \u043E\u0442 \u0442\u043E\u0433\u043E, \u043A\u0430\u043A\u0430\u044F \u0438\u0437 \u043D\u0438\u0445 \u0431\u044B\u043B\u0430 \u0438\u0437\u043C\u0435\u043D\u0435\u043D\u0430 \u043F\u043E\u0441\u043B\u0435\u0434\u043D\u0435\u0439.",successSyncConfigInAccount:"\u0423\u0441\u043F\u0435\u0448\u043D\u0430\u044F \u0441\u0438\u043D\u0445\u0440\u043E\u043D\u0438\u0437\u0430\u0446\u0438\u044F \u0441 \u043E\u0431\u043B\u0430\u043A\u043E\u043C",successSyncConfigToAccount:"\u0423\u0441\u043F\u0435\u0448\u043D\u0430\u044F \u0441\u0438\u043D\u0445\u0440\u043E\u043D\u0438\u0437\u0430\u0446\u0438\u044F \u0441 \u043E\u0431\u043B\u0430\u043A\u043E\u043C",syncConfigNoUpdate:"\u041E\u043D\u0430 \u0443\u0436\u0435 \u0441\u043E\u043E\u0442\u0432\u0435\u0442\u0441\u0442\u0432\u0443\u0435\u0442 \u0441\u043E\u0432\u0440\u0435\u043C\u0435\u043D\u043D\u044B\u043C \u0442\u0440\u0435\u0431\u043E\u0432\u0430\u043D\u0438\u044F\u043C.",authFail:"\u0421\u0431\u043E\u0439 \u0430\u0432\u0442\u043E\u0440\u0438\u0437\u0430\u0446\u0438\u0438",syncTitle:"\u0420\u0443\u0447\u043D\u043E\u0435 \u0443\u043F\u0440\u0430\u0432\u043B\u0435\u043D\u0438\u0435 \u0440\u0435\u0437\u0435\u0440\u0432\u043D\u044B\u043C \u043A\u043E\u043F\u0438\u0440\u043E\u0432\u0430\u043D\u0438\u0435\u043C",import_hint:"\u0438\u043C\u043F\u043E\u0440\u0442 (\u0434\u0430\u043D\u043D\u044B\u0435)",upload:"\u0437\u0430\u0433\u0440\u0443\u0437\u0438\u0442\u044C",revokeAuth:"\u043E\u0442\u043E\u0437\u0432\u0430\u0442\u044C \u0440\u0430\u0437\u0440\u0435\u0448\u0435\u043D\u0438\u0435",uploadFail:"\u0417\u0430\u0433\u0440\u0443\u0437\u043A\u0430 \u043D\u0435 \u0443\u0434\u0430\u043B\u0430\u0441\u044C",download:"\u0437\u0430\u0433\u0440\u0443\u0437\u043A\u0430",importSuccess:"\u0423\u0441\u043F\u0435\u0448\u043D\u043E \u0438\u043C\u043F\u043E\u0440\u0442\u0438\u0440\u0443\u0435\u0442\u0441\u044F",importFail:"\u0441\u0431\u043E\u0439 \u0438\u043C\u043F\u043E\u0440\u0442\u0430",deleteFail:"\u041D\u0435 \u0443\u0434\u0430\u043B\u043E\u0441\u044C \u0443\u0434\u0430\u043B\u0438\u0442\u044C",backupToCloud:"\u0420\u0443\u0447\u043D\u043E\u0435 \u0443\u043F\u0440\u0430\u0432\u043B\u0435\u043D\u0438\u0435 \u0444\u0430\u0439\u043B\u0430\u043C\u0438 \u0440\u0435\u0437\u0435\u0440\u0432\u043D\u043E\u0433\u043E \u043A\u043E\u043F\u0438\u0440\u043E\u0432\u0430\u043D\u0438\u044F",create_new_backup:"\u0414\u043E\u0431\u0430\u0432\u043B\u0435\u043D\u0438\u0435 \u043D\u043E\u0432\u043E\u0433\u043E \u0443\u0437\u043B\u0430 \u0440\u0435\u0437\u0435\u0440\u0432\u043D\u043E\u0433\u043E \u043A\u043E\u043F\u0438\u0440\u043E\u0432\u0430\u043D\u0438\u044F",maxBackupFiles:"\u0420\u0435\u0437\u0435\u0440\u0432\u043D\u043E\u0435 \u043A\u043E\u043F\u0438\u0440\u043E\u0432\u0430\u043D\u0438\u0435 \u043C\u043E\u0436\u0435\u0442 \u0431\u044B\u0442\u044C \u0432\u044B\u043F\u043E\u043B\u043D\u0435\u043D\u043E \u0434\u043E{count}\u0440\u0430\u0437\u043B\u0438\u0447\u043D\u044B\u0445 \u0443\u0437\u043B\u043E\u0432, \u0443\u0434\u0430\u043B\u0438\u0442\u0435 \u043D\u0435\u043D\u0443\u0436\u043D\u044B\u0435 \u0443\u0437\u043B\u044B.",backupToCloudDescription:"\u0420\u0443\u0447\u043D\u0430\u044F \u0437\u0430\u0433\u0440\u0443\u0437\u043A\u0430 \u0438\u043B\u0438 \u0432\u043E\u0441\u0441\u0442\u0430\u043D\u043E\u0432\u043B\u0435\u043D\u0438\u0435 \u0444\u0430\u0439\u043B\u043E\u0432 \u0440\u0435\u0437\u0435\u0440\u0432\u043D\u044B\u0445 \u043A\u043E\u043F\u0438\u0439, \u043F\u043E\u0437\u0432\u043E\u043B\u044F\u044E\u0449\u0430\u044F \u0441\u043E\u0437\u0434\u0430\u0432\u0430\u0442\u044C \u0434\u043E 3 \u0440\u0430\u0437\u043B\u0438\u0447\u043D\u044B\u0445 \u0440\u0435\u0437\u0435\u0440\u0432\u043D\u044B\u0445 \u043A\u043E\u043F\u0438\u0439",successSyncConfig:"\u0423\u0441\u043F\u0435\u0448\u043D\u0430\u044F \u0441\u0438\u043D\u0445\u0440\u043E\u043D\u0438\u0437\u0430\u0446\u0438\u044F \u0441 \u043E\u0431\u043B\u0430\u043A\u043E\u043C",syncFail:"\u0441\u0431\u043E\u0439 \u0441\u0438\u043D\u0445\u0440\u043E\u043D\u0438\u0437\u0430\u0446\u0438\u0438",updatedAt:"\u041E\u0431\u043D\u043E\u0432\u043B\u0435\u043D\u043E \u0441 \u0441\u0430\u0439\u0442\u0430 {date}",lastSyncedAt:"\u041F\u043E\u0441\u043B\u0435\u0434\u043D\u044F\u044F \u043F\u0440\u043E\u0432\u0435\u0440\u043A\u0430 \u043D\u0430 \u0441\u0430\u0439\u0442\u0435 {date}",downloadFail:"\u041D\u0435 \u0443\u0434\u0430\u043B\u043E\u0441\u044C \u0437\u0430\u0433\u0440\u0443\u0437\u0438\u0442\u044C",clickToDownload:"\u041D\u0430\u0436\u043C\u0438\u0442\u0435 \u0434\u043B\u044F \u0437\u0430\u0433\u0440\u0443\u0437\u043A\u0438",aboutLabel:"\u041E \u043A\u043E\u043C\u043F\u0430\u043D\u0438\u0438 - \u041E\u0431\u0440\u0430\u0442\u043D\u0430\u044F \u0441\u0432\u044F\u0437\u044C","browser.openAboutPage":"\u0418\u043D\u0444\u043E\u0440\u043C\u0430\u0446\u0438\u044F/\u041E\u0442\u0437\u044B\u0432\u044B",aboutLabelWithoutSponsor:"\u041E \u043A\u043E\u043C\u043F\u0430\u043D\u0438\u0438 - \u041E\u0431\u0440\u0430\u0442\u043D\u0430\u044F \u0441\u0432\u044F\u0437\u044C",aboutIntro:"\u041F\u0443\u0441\u0442\u044C \u043D\u0430\u043C \u0432\u0441\u0435\u043C \u0431\u0443\u0434\u0435\u0442 \u043B\u0435\u0433\u0447\u0435 \u0438 \u043F\u0440\u0438\u044F\u0442\u043D\u0435\u0435 \u043F\u043E\u043B\u0443\u0447\u0430\u0442\u044C \u0434\u043E\u0441\u0442\u0443\u043F \u043A \u043E\u0433\u0440\u043E\u043C\u043D\u043E\u043C\u0443 \u043A\u043E\u043B\u0438\u0447\u0435\u0441\u0442\u0432\u0443 \u0438\u043D\u0444\u043E\u0440\u043C\u0430\u0446\u0438\u0438 \u043D\u0430 \u0438\u043D\u043E\u0441\u0442\u0440\u0430\u043D\u043D\u044B\u0445 \u044F\u0437\u044B\u043A\u0430\u0445 \u0432 \u0418\u043D\u0442\u0435\u0440\u043D\u0435\u0442\u0435 \u2764\uFE0F \u0412\u044B \u043C\u043E\u0436\u0435\u0442\u0435 \u0430\u043A\u0442\u0438\u0432\u0438\u0440\u043E\u0432\u0430\u0442\u044C <6>\u0447\u043B\u0435\u043D\u0441\u0442\u0432\u043E \u0432 \u043F\u0440\u043E\u0433\u0440\u0430\u043C\u043C\u0435 Pro, \u0447\u0442\u043E\u0431\u044B \u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u044C\u0441\u044F \u0433\u043E\u0442\u043E\u0432\u044B\u043C\u0438 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430\u043C\u0438 DeepL \u0438 OpenAI.

\u0412\u044B \u043C\u043E\u0436\u0435\u0442\u0435 \u0441\u043B\u0435\u0434\u0438\u0442\u044C \u0437\u0430 \u043D\u0430\u043C\u0438 \u0432 <3>Twitter, <4>Telegram, Weibo, WeChat \u0438\u043B\u0438 <5>\u043F\u043E\u0434\u043F\u0438\u0441\u0430\u0442\u044C\u0441\u044F \u043D\u0430 \u043D\u0430\u0448\u0443 \u0440\u0430\u0441\u0441\u044B\u043B\u043A\u0443 \u043D\u0438\u0436\u0435, \u0447\u0442\u043E\u0431\u044B \u043E\u0442\u0441\u043B\u0435\u0436\u0438\u0432\u0430\u0442\u044C \u043E\u0431\u043D\u043E\u0432\u043B\u0435\u043D\u0438\u044F.
<7>\u0423\u0447\u0430\u0441\u0442\u043D\u0438\u043A\u0438 \u043F\u0440\u043E\u0433\u0440\u0430\u043C\u043C\u044B Pro \u043C\u043E\u0433\u0443\u0442 \u0441\u0432\u044F\u0437\u0430\u0442\u044C\u0441\u044F \u0441 \u043D\u0430\u043C\u0438 \u043F\u043E \u0430\u0434\u0440\u0435\u0441\u0443 <8>support@immersivetranslate.com \u0434\u043B\u044F \u0431\u044B\u0441\u0442\u0440\u043E\u0433\u043E \u043E\u0431\u0441\u043B\u0443\u0436\u0438\u0432\u0430\u043D\u0438\u044F \u043A\u043B\u0438\u0435\u043D\u0442\u043E\u0432.",aboutIntroWithoutSponsor:"\u041F\u0443\u0441\u0442\u044C \u0432\u0441\u0435\u043C \u043D\u0430\u043C \u0431\u0443\u0434\u0435\u0442 \u043B\u0435\u0433\u0447\u0435 \u0438 \u043F\u0440\u0438\u044F\u0442\u043D\u0435\u0435 \u043F\u043E\u043B\u0443\u0447\u0430\u0442\u044C \u0434\u043E\u0441\u0442\u0443\u043F \u043A \u043E\u0433\u0440\u043E\u043C\u043D\u043E\u043C\u0443 \u043A\u043E\u043B\u0438\u0447\u0435\u0441\u0442\u0432\u0443 \u0438\u043D\u0444\u043E\u0440\u043C\u0430\u0446\u0438\u0438 \u043D\u0430 \u0438\u043D\u043E\u0441\u0442\u0440\u0430\u043D\u043D\u044B\u0445 \u044F\u0437\u044B\u043A\u0430\u0445, \u0434\u043E\u0441\u0442\u0443\u043F\u043D\u043E\u0439 \u0432 \u0418\u043D\u0442\u0435\u0440\u043D\u0435\u0442\u0435 \u2764\uFE0F

\u0412\u044B \u043C\u043E\u0436\u0435\u0442\u0435 \u0441\u043B\u0435\u0434\u0438\u0442\u044C \u0437\u0430 \u043D\u0430\u043C\u0438 \u0432 <3>Twitter, <4>Telegram-\u043A\u0430\u043D\u0430\u043B\u0435, WeChat, WeChat Exchange \u0438\u043B\u0438 <5>\u043F\u043E\u0434\u043F\u0438\u0441\u0430\u0442\u044C\u0441\u044F \u043D\u0430 \u043E\u0442\u0441\u043B\u0435\u0436\u0438\u0432\u0430\u043D\u0438\u0435 \u043E\u0431\u043D\u043E\u0432\u043B\u0435\u043D\u0438\u0439 \u043F\u043E <5>\u044D\u043B\u0435\u043A\u0442\u0440\u043E\u043D\u043D\u043E\u0439 \u043F\u043E\u0447\u0442\u0435 \u043D\u0438\u0436\u0435.",projectHomepage:'\u041F\u0440\u043E\u0435\u043A\u0442 "\u0414\u043E\u043C',joinTelegramGroup:"\u041F\u0440\u0438\u0441\u043E\u0435\u0434\u0438\u043D\u044F\u0439\u0442\u0435\u0441\u044C \u043A \u0433\u0440\u0443\u043F\u043F\u0435 \u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u0435\u043B\u0435\u0439 \u0434\u043B\u044F \u0443\u0447\u0430\u0441\u0442\u0438\u044F \u0432 \u043E\u0431\u0441\u0443\u0436\u0434\u0435\u043D\u0438\u0438 \u0444\u0443\u043D\u043A\u0446\u0438\u0439",wechatPublicAccount:"WeChat Public",wechatCommunities:"\u0413\u0440\u0443\u043F\u043F\u0430 \u043E\u0431\u043C\u0435\u043D\u0430 WeChat",qqCommunities:"\u041A\u0430\u043D\u0430\u043B \u0441\u0432\u044F\u0437\u0438 QQ",joinTelegramChannel:"\u0421\u043B\u0435\u0434\u0438\u0442\u0435 \u0437\u0430 \u043E\u0431\u043D\u043E\u0432\u043B\u0435\u043D\u0438\u044F\u043C\u0438 \u0432 Telegram-\u043A\u0430\u043D\u0430\u043B\u0435",feedbackAndJoin:"\u0412\u043E\u043F\u0440\u043E\u0441 \u041E\u0431\u0440\u0430\u0442\u043D\u0430\u044F \u0441\u0432\u044F\u0437\u044C / \u0414\u043E\u0431\u0430\u0432\u0438\u0442\u044C \u0433\u0440\u0443\u043F\u043F\u0443",autoSync:"\u0430\u0432\u0442\u043E\u043C\u0430\u0442\u0438\u0447\u0435\u0441\u043A\u0430\u044F \u0441\u0438\u043D\u0445\u0440\u043E\u043D\u0438\u0437\u0430\u0446\u0438\u044F \u0432\u0440\u0435\u043C\u0435\u043D\u0438",loadingThemeTitle:"\u0421\u0442\u0438\u043B\u044C \u0437\u0430\u0433\u0440\u0443\u0437\u043A\u0438",loadingThemeDescription:"\u0423\u0441\u0442\u0430\u043D\u043E\u0432\u043A\u0430 \u0441\u0442\u0438\u043B\u044F \u043F\u0440\u0438 \u043E\u0436\u0438\u0434\u0430\u043D\u0438\u0438 \u0437\u0430\u0433\u0440\u0443\u0437\u043A\u0438 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430","loadingTheme.spinner":"\u0412\u0440\u0430\u0449\u0430\u044E\u0449\u0430\u044F\u0441\u044F \u0430\u043D\u0438\u043C\u0430\u0446\u0438\u044F","loadingTheme.text":"\u0441\u0442\u0430\u0442\u0438\u0447\u0435\u0441\u043A\u0438\u0439 \u0442\u0435\u043A\u0441\u0442 \u0447\u0435\u0433\u043E-\u043B. ","loadingTheme.none":"\u043D\u0435 \u043F\u043E\u043A\u0430\u0437\u0430\u043D\u043E",developerDescription:"\u0414\u043E\u043A\u0443\u043C\u0435\u043D\u0442\u0430\u0446\u0438\u044E \u043F\u043E \u0440\u0430\u0441\u0448\u0438\u0440\u0435\u043D\u043D\u043E\u0439 \u043D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0435 \u043C\u043E\u0436\u043D\u043E \u043D\u0430\u0439\u0442\u0438 <1>\u0437\u0434\u0435\u0441\u044C","edit border color":"\u0418\u0437\u043C\u0435\u043D\u0435\u043D\u0438\u0435 \u0446\u0432\u0435\u0442\u0430 \u0433\u0440\u0430\u043D\u0438\u0446\u044B",successSyncButNoChange:"\u0422\u0435\u043A\u0443\u0449\u0430\u044F \u043A\u043E\u043D\u0444\u0438\u0433\u0443\u0440\u0430\u0446\u0438\u044F \u0441\u043E\u043E\u0442\u0432\u0435\u0442\u0441\u0442\u0432\u0443\u0435\u0442 \u043E\u0431\u043B\u0430\u043A\u0443",customTheme:"\u041D\u0435\u0441\u0442\u0430\u043D\u0434\u0430\u0440\u0442\u043D\u044B\u0435 \u0446\u0432\u0435\u0442\u0430 \u0438 \u0440\u0430\u0437\u043C\u0435\u0440\u044B","customThemeLabel.borderColor":"\u0426\u0432\u0435\u0442 \u0433\u0440\u0430\u043D\u0438\u0446\u044B","customThemeLabel.borderRadius":"\u0421\u043A\u0440\u0443\u0433\u043B\u0435\u043D\u043D\u044B\u0435 \u043A\u0440\u0430\u044F","customThemeLabel.textColor":"\u0446\u0432\u0435\u0442 \u0442\u0435\u043A\u0441\u0442\u0430","customThemeLabel.backgroundColor":"\u0446\u0432\u0435\u0442 \u0444\u043E\u043D\u0430","customThemeLabel.zoom":"\u041C\u0430\u0441\u0448\u0442\u0430\u0431\u0438\u0440\u043E\u0432\u0430\u043D\u0438\u0435 \u0448\u0440\u0438\u0444\u0442\u0430 (%)","customThemeLabel.opacity":"\u041D\u0435\u043F\u0440\u043E\u0437\u0440\u0430\u0447\u043D\u043E\u0441\u0442\u044C \u0442\u0435\u043A\u0441\u0442\u0430 (%)",resetToDefaultColor:"\u0412\u043E\u0441\u0441\u0442\u0430\u043D\u043E\u0432\u043B\u0435\u043D\u0438\u0435 \u0446\u0432\u0435\u0442\u043E\u0432 \u043F\u043E \u0443\u043C\u043E\u043B\u0447\u0430\u043D\u0438\u044E",resetToDefaultSettings:"\u0412\u043E\u0441\u0441\u0442\u0430\u043D\u043E\u0432\u043B\u0435\u043D\u0438\u0435 \u043D\u0430\u0441\u0442\u0440\u043E\u0435\u043A \u043F\u043E \u0443\u043C\u043E\u043B\u0447\u0430\u043D\u0438\u044E",isTranslateTitle:"\u0412\u043A\u043B\u044E\u0447\u0438\u0442\u044C \u043F\u0435\u0440\u0435\u0432\u043E\u0434 \u0437\u0430\u0433\u043E\u043B\u043E\u0432\u043A\u043E\u0432 \u0441\u0442\u0440\u0430\u043D\u0438\u0446",isTranslateTitleDescription:"\u041F\u0440\u0438 \u043E\u0442\u043A\u0440\u044B\u0442\u0438\u0438 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u044B \u0435\u0435 \u0437\u0430\u0433\u043E\u043B\u043E\u0432\u043E\u043A \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0438\u0442\u0441\u044F",enableSearchEnhancement:"\u0412\u043A\u043B\u044E\u0447\u0435\u043D\u0438\u0435 \u0444\u0443\u043D\u043A\u0446\u0438\u0438 \u0440\u0430\u0441\u0448\u0438\u0440\u0435\u043D\u0438\u044F \u0434\u0432\u0443\u044F\u0437\u044B\u0447\u043D\u044B\u0445 \u0441\u043E\u043E\u0431\u0449\u0435\u043D\u0438\u0439",enableSearchEnhancementDescription:'\u041F\u043E\u0441\u043B\u0435 \u0432\u043A\u043B\u044E\u0447\u0435\u043D\u0438\u044F \u044D\u0442\u043E\u0439 \u0444\u0443\u043D\u043A\u0446\u0438\u0438 \u0440\u0435\u0437\u0443\u043B\u044C\u0442\u0430\u0442\u044B \u043F\u043E\u0438\u0441\u043A\u0430 "Google \u041D\u043E\u0432\u043E\u0441\u0442\u0438" \u0431\u0443\u0434\u0443\u0442 \u0430\u0432\u0442\u043E\u043C\u0430\u0442\u0438\u0447\u0435\u0441\u043A\u0438 \u043E\u0442\u043E\u0431\u0440\u0430\u0436\u0430\u0442\u044C\u0441\u044F \u0432 \u043F\u0440\u0430\u0432\u043E\u0439 \u043A\u043E\u043B\u043E\u043D\u043A\u0435 \u043F\u043E\u0434\u0434\u0435\u0440\u0436\u0438\u0432\u0430\u0435\u043C\u044B\u0445 \u0441\u0430\u0439\u0442\u043E\u0432 (Google \u041D\u043E\u0432\u043E\u0441\u0442\u0438, Google \u041F\u043E\u0438\u0441\u043A (\u043D\u0435\u043A\u043E\u0442\u043E\u0440\u044B\u0435 \u043A\u043B\u044E\u0447\u0435\u0432\u044B\u0435 \u0441\u043B\u043E\u0432\u0430), Snowball, Oriental Fortune, Futura, Tiger Community) \u0434\u043B\u044F \u0441\u043E\u043E\u0442\u0432\u0435\u0442\u0441\u0442\u0432\u0443\u044E\u0449\u0438\u0445 \u0430\u043D\u0433\u043B\u0438\u0439\u0441\u043A\u0438\u0445 \u043A\u043B\u044E\u0447\u0435\u0432\u044B\u0445 \u0441\u043B\u043E\u0432.',verifyService:"\u041D\u0430\u0436\u043C\u0438\u0442\u0435 \u0437\u0434\u0435\u0441\u044C, \u0447\u0442\u043E\u0431\u044B \u043F\u0440\u043E\u0442\u0435\u0441\u0442\u0438\u0440\u043E\u0432\u0430\u0442\u044C \u0443\u0441\u043B\u0443\u0433\u0443",verified:"\u041F\u0440\u043E\u0432\u0435\u0440\u043A\u0430 \u0443\u0441\u043F\u0435\u0448\u043D\u043E\u0441\u0442\u0438","field.langs":"\u041F\u043E\u0434\u0434\u0435\u0440\u0436\u0438\u0432\u0430\u0435\u043C\u044B\u0435 \u043A\u043E\u0434\u044B \u044F\u0437\u044B\u043A\u043E\u0432","field.model":"\u043C\u043E\u0434\u0435\u043B\u0438\u0440\u043E\u0432\u0430\u043D\u0438\u0435","field.translationEngine":"\u043C\u0435\u0445\u0430\u043D\u0438\u0437\u043C \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430","field.limitPerMinute":"\u041C\u0430\u043A\u0441\u0438\u043C\u0430\u043B\u044C\u043D\u043E\u0435 \u043A\u043E\u043B\u0438\u0447\u0435\u0441\u0442\u0432\u043E \u0437\u0430\u043F\u0440\u043E\u0441\u043E\u0432 \u0432 \u043C\u0438\u043D\u0443\u0442\u0443","field.limitPerSecond":"\u041C\u0430\u043A\u0441\u0438\u043C\u0430\u043B\u044C\u043D\u043E\u0435 \u043A\u043E\u043B\u0438\u0447\u0435\u0441\u0442\u0432\u043E \u0437\u0430\u043F\u0440\u043E\u0441\u043E\u0432 \u0432 \u0441\u0435\u043A\u0443\u043D\u0434\u0443","field.maxTextLengthPerRequest":"\u041C\u0430\u043A\u0441\u0438\u043C\u0430\u043B\u044C\u043D\u0430\u044F \u0434\u043B\u0438\u043D\u0430 \u0442\u0435\u043A\u0441\u0442\u0430 \u0432 \u043E\u0434\u043D\u043E\u043C \u0437\u0430\u043F\u0440\u043E\u0441\u0435","field.maxTextGroupLengthPerRequest":"\u041C\u0430\u043A\u0441\u0438\u043C\u0430\u043B\u044C\u043D\u043E\u0435 \u043A\u043E\u043B\u0438\u0447\u0435\u0441\u0442\u0432\u043E \u043F\u0430\u0440\u0430\u0433\u0440\u0430\u0444\u043E\u0432 \u0432 \u043E\u0434\u043D\u043E\u043C \u0437\u0430\u043F\u0440\u043E\u0441\u0435","field.apiUrl":"\u0410\u0434\u0440\u0435\u0441 \u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u0435\u043B\u044C\u0441\u043A\u043E\u0433\u043E \u0438\u043D\u0442\u0435\u0440\u0444\u0435\u0439\u0441\u0430 API","field.placeholderDelimiters":"\u0437\u0430\u0440\u0435\u0437\u0435\u0440\u0432\u0438\u0440\u043E\u0432\u0430\u043D\u043D\u043E\u0435 \u043C\u0435\u0441\u0442\u043E","description.custom":"\u0414\u043E\u0441\u0442\u0443\u043F \u043A \u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u0435\u043B\u044C\u0441\u043A\u043E\u043C\u0443 \u0438\u043D\u0442\u0435\u0440\u0444\u0435\u0439\u0441\u0443 \u0422\u0440\u0435\u0431\u0443\u0435\u0442\u0441\u044F \u0434\u043E\u043A\u0443\u043C\u0435\u043D\u0442\u0430\u0446\u0438\u044F","description.limitPerMinute":"\u0417\u0430\u043F\u0440\u043E\u0441\u044B, \u043F\u0440\u0435\u0432\u044B\u0448\u0430\u044E\u0449\u0438\u0435 \u044D\u0442\u043E\u0442 \u043B\u0438\u043C\u0438\u0442, \u043F\u043E\u043F\u0430\u0434\u0430\u044E\u0442 \u0432 \u043E\u0447\u0435\u0440\u0435\u0434\u044C \u0434\u043E \u043D\u0430\u0447\u0430\u043B\u0430 \u0441\u043B\u0435\u0434\u0443\u044E\u0449\u0435\u0439 \u043C\u0438\u043D\u0443\u0442\u044B. \u0412 \u0441\u0432\u044F\u0437\u0438 \u0441 \u0440\u0430\u0437\u043B\u0438\u0447\u043D\u044B\u043C\u0438 \u043E\u0433\u0440\u0430\u043D\u0438\u0447\u0435\u043D\u0438\u044F\u043C\u0438 \u0442\u0435\u043A\u0443\u0449\u0435\u0433\u043E \u0441\u0435\u0440\u0432\u0438\u0441\u0430 OpenAI, \u043F\u043E\u0441\u043B\u0435\u0434\u043D\u0438\u0435 \u043F\u0440\u0435\u0434\u043B\u0430\u0433\u0430\u0435\u043C\u044B\u0435 \u0437\u043D\u0430\u0447\u0435\u043D\u0438\u044F \u043C\u043E\u0436\u043D\u043E \u043F\u043E\u0441\u043C\u043E\u0442\u0440\u0435\u0442\u044C <1>\u0437\u0434\u0435\u0441\u044C","description.limitPerSecond":"\u0417\u0430\u043F\u0440\u043E\u0441\u044B, \u043F\u0440\u0435\u0432\u044B\u0448\u0430\u044E\u0449\u0438\u0435 \u044D\u0442\u043E\u0442 \u043B\u0438\u043C\u0438\u0442, \u043F\u043E\u043F\u0430\u0434\u0430\u044E\u0442 \u0432 \u043E\u0447\u0435\u0440\u0435\u0434\u044C \u0434\u043E \u043D\u0430\u0447\u0430\u043B\u0430 \u0441\u043B\u0435\u0434\u0443\u044E\u0449\u0435\u0439 \u0441\u0435\u043A\u0443\u043D\u0434\u044B. \u0412 \u0441\u0432\u044F\u0437\u0438 \u0441 \u0440\u0430\u0437\u043B\u0438\u0447\u043D\u044B\u043C\u0438 \u043E\u0433\u0440\u0430\u043D\u0438\u0447\u0435\u043D\u0438\u044F\u043C\u0438 \u0442\u0435\u043A\u0443\u0449\u0435\u0433\u043E \u0441\u0435\u0440\u0432\u0438\u0441\u0430 OpenAI, \u043F\u043E\u0441\u043B\u0435\u0434\u043D\u0438\u0435 \u043F\u0440\u0435\u0434\u043B\u0430\u0433\u0430\u0435\u043C\u044B\u0435 \u0437\u043D\u0430\u0447\u0435\u043D\u0438\u044F \u043C\u043E\u0436\u043D\u043E \u043F\u043E\u0441\u043C\u043E\u0442\u0440\u0435\u0442\u044C <1>\u0437\u0434\u0435\u0441\u044C","description.generalLimitPerSecond":"\u0417\u0430\u043F\u0440\u043E\u0441\u044B, \u043F\u0440\u0435\u0432\u044B\u0448\u0430\u044E\u0449\u0438\u0435 \u044D\u0442\u043E\u0442 \u043B\u0438\u043C\u0438\u0442, \u043F\u043E\u043F\u0430\u0434\u0430\u044E\u0442 \u0432 \u043E\u0447\u0435\u0440\u0435\u0434\u044C \u0434\u043E \u043D\u0430\u0447\u0430\u043B\u0430 \u0441\u043B\u0435\u0434\u0443\u044E\u0449\u0435\u0439 \u0441\u0435\u043A\u0443\u043D\u0434\u044B.","description.prompt":"\u041E\u0442\u043F\u0440\u0430\u0432\u0438\u0442\u044C \u0434\u0438\u0430\u043B\u043E\u0433 {service} \u043E\u0442 \u0438\u043C\u0435\u043D\u0438 \u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u0435\u043B\u044F, \u0433\u0434\u0435 {{text}} \u043E\u0431\u043E\u0437\u043D\u0430\u0447\u0430\u0435\u0442 \u0442\u0435\u043A\u0441\u0442 \u043F\u0430\u0440\u0430\u0433\u0440\u0430\u0444\u0430, {{from}} \u043E\u0431\u043E\u0437\u043D\u0430\u0447\u0430\u0435\u0442 \u044F\u0437\u044B\u043A \u043F\u0430\u0440\u0430\u0433\u0440\u0430\u0444\u0430, \u0430 {{to}} \u043E\u0431\u043E\u0437\u043D\u0430\u0447\u0430\u0435\u0442 \u0446\u0435\u043B\u0435\u0432\u043E\u0439 \u044F\u0437\u044B\u043A.","description.maxTextLengthPerRequest":"\u041C\u0430\u043A\u0441\u0438\u043C\u0430\u043B\u044C\u043D\u043E\u0435 \u043A\u043E\u043B\u0438\u0447\u0435\u0441\u0442\u0432\u043E \u0441\u0438\u043C\u0432\u043E\u043B\u043E\u0432 \u0432 \u043E\u0434\u043D\u043E\u043C \u0437\u0430\u043F\u0440\u043E\u0441\u0435 \u0441\u043B\u0438\u0448\u043A\u043E\u043C \u0432\u0435\u043B\u0438\u043A\u043E, \u0447\u0442\u043E \u043F\u0440\u0438\u0432\u043E\u0434\u0438\u0442 \u043A \u043C\u0435\u0434\u043B\u0435\u043D\u043D\u043E\u043C\u0443 \u043E\u0442\u043A\u043B\u0438\u043A\u0443 \u0438\u043D\u0442\u0435\u0440\u0444\u0435\u0439\u0441\u0430, \u043F\u043E\u044D\u0442\u043E\u043C\u0443 \u043F\u043E\u043F\u0440\u043E\u0431\u0443\u0439\u0442\u0435 \u043E\u0442\u0440\u0435\u0433\u0443\u043B\u0438\u0440\u043E\u0432\u0430\u0442\u044C \u044D\u0442\u043E\u0442 \u043F\u0430\u0440\u0430\u043C\u0435\u0442\u0440 \u0434\u043B\u044F \u043E\u043F\u0442\u0438\u043C\u0438\u0437\u0430\u0446\u0438\u0438 \u0441\u043A\u043E\u0440\u043E\u0441\u0442\u0438 \u0440\u0430\u0431\u043E\u0442\u044B","description.systemPrompt":"\u0414\u0438\u0430\u043B\u043E\u0433, \u043F\u0435\u0440\u0435\u0434\u0430\u043D\u043D\u044B\u0439 \u0432 OpenAI \u043A\u0430\u043A \u0432 \u0441\u0438\u0441\u0442\u0435\u043C\u0443, \u0433\u0434\u0435 {{text}} \u0443\u043A\u0430\u0437\u044B\u0432\u0430\u0435\u0442 \u043D\u0430 \u0442\u0435\u043A\u0441\u0442\u043E\u0432\u043E\u0435 \u0441\u043E\u0434\u0435\u0440\u0436\u0430\u043D\u0438\u0435 \u0430\u0431\u0437\u0430\u0446\u0430,{{from}} - \u043D\u0430 \u044F\u0437\u044B\u043A \u0430\u0431\u0437\u0430\u0446\u0430, \u0430{{to}} - \u043D\u0430 \u0446\u0435\u043B\u0435\u0432\u043E\u0439 \u044F\u0437\u044B\u043A.","field.domain":"\u0446\u0430\u0440\u0441\u0442\u0432\u043E","description.domain":"\u041F\u043E \u0443\u043C\u043E\u043B\u0447\u0430\u043D\u0438\u044E \u0443\u0441\u0442\u0430\u043D\u043E\u0432\u043B\u0435\u043D\u043E \u0437\u043D\u0430\u0447\u0435\u043D\u0438\u0435\uFF1Ageneral. \u041C\u043E\u0436\u0435\u0442 \u0431\u044B\u0442\u044C \u0443\u0441\u0442\u0430\u043D\u043E\u0432\u043B\u0435\u043D\u043E \u0442\u043E\u043B\u044C\u043A\u043E \u0432 \u0442\u043E\u043C \u0441\u043B\u0443\u0447\u0430\u0435, \u0435\u0441\u043B\u0438 \u0432 \u043A\u043E\u043D\u0441\u043E\u043B\u0438 Arima API \u0432\u043A\u043B\u044E\u0447\u0435\u043D \u0434\u043E\u043C\u0435\u043D\u043D\u044B\u0439 \u043F\u0435\u0440\u0435\u0432\u043E\u0434, \u043F\u043E\u0434\u0434\u0435\u0440\u0436\u0438\u0432\u0430\u0435\u043C\u044B\u0435 \u0434\u043E\u043C\u0435\u043D\u044B \u0441\u043C. <1>\u0437\u0434\u0435\u0441\u044C","field.scene":"\u0432\u0437\u044F\u0442\u044C","description.scene":"\u041F\u043E \u0443\u043C\u043E\u043B\u0447\u0430\u043D\u0438\u044E \u0443\u0441\u0442\u0430\u043D\u043E\u0432\u043B\u0435\u043D\u043E \u0437\u043D\u0430\u0447\u0435\u043D\u0438\u0435\uFF1Ageneral. \u041C\u043E\u0436\u0435\u0442 \u0431\u044B\u0442\u044C \u0443\u0441\u0442\u0430\u043D\u043E\u0432\u043B\u0435\u043D\u043E \u0442\u043E\u043B\u044C\u043A\u043E \u0432 \u0442\u043E\u043C \u0441\u043B\u0443\u0447\u0430\u0435, \u0435\u0441\u043B\u0438 \u0432 \u043A\u043E\u043D\u0441\u043E\u043B\u0438 AliCloud API \u043E\u0442\u043A\u0440\u044B\u0442 Machine Translation Pro, \u043E \u043F\u043E\u0434\u0434\u0435\u0440\u0436\u0438\u0432\u0430\u0435\u043C\u044B\u0445 \u0441\u0446\u0435\u043D\u0430\u0440\u0438\u044F\u0445 \u0441\u043C. <1>\u0437\u0434\u0435\u0441\u044C","field.vocabId":"\u0418\u0434\u0435\u043D\u0442\u0438\u0444\u0438\u043A\u0430\u0442\u043E\u0440 \u0441\u043B\u043E\u0432\u0430\u0440\u044F \u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u0435\u043B\u044F","description.vocabId":"\u0423\u043A\u0430\u0437\u0430\u043D\u043D\u044B\u0439 \u0441\u043B\u043E\u0432\u0430\u0440\u044C out_id, \u0432 \u043D\u0430\u0441\u0442\u043E\u044F\u0449\u0435\u0435 \u0432\u0440\u0435\u043C\u044F \u043F\u043E\u0434\u0434\u0435\u0440\u0436\u0438\u0432\u0430\u0435\u0442 \u043F\u0435\u0440\u0435\u0432\u043E\u0434 \u0441 \u0430\u043D\u0433\u043B\u0438\u0439\u0441\u043A\u043E\u0433\u043E \u043D\u0430 \u043A\u0438\u0442\u0430\u0439\u0441\u043A\u0438\u0439.","description.model":"\u041C\u043E\u0434\u0435\u043B\u0438 OpenAI, \u043C\u043E\u0433\u0443\u0442 \u0431\u044B\u0442\u044C gpt-3.5-turbo, gpt-4 \u0438 \u0442.\u0434.","description.maxTextGroupLengthPerRequest":"\u041A\u043E\u043B\u0438\u0447\u0435\u0441\u0442\u0432\u043E \u0430\u0431\u0437\u0430\u0446\u0435\u0432, \u043F\u0435\u0440\u0435\u0434\u0430\u0432\u0430\u0435\u043C\u044B\u0445 \u0441\u043B\u0443\u0436\u0431\u0435 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430 \u0437\u0430 \u043E\u0434\u0438\u043D \u0440\u0430\u0437, \u0435\u0441\u043B\u0438 \u0438\u0445 \u0441\u043B\u0438\u0448\u043A\u043E\u043C \u043C\u043D\u043E\u0433\u043E, \u044D\u0442\u043E \u043C\u043E\u0436\u0435\u0442 \u043F\u0440\u0438\u0432\u0435\u0441\u0442\u0438 \u043A \u0437\u0430\u043C\u0435\u0434\u043B\u0435\u043D\u0438\u044E \u0440\u0435\u0430\u043A\u0446\u0438\u0438 \u0438\u043D\u0442\u0435\u0440\u0444\u0435\u0439\u0441\u0430","description.apiUrl":"\u041F\u043E\u0436\u0430\u043B\u0443\u0439\u0441\u0442\u0430, \u0434\u043E\u0431\u0430\u0432\u044C\u0442\u0435 \u043A\u043E\u043D\u043A\u0440\u0435\u0442\u043D\u044B\u0435 URL \u0441 \u043F\u0443\u0442\u044F\u043C\u0438, <1>\u0431\u043E\u043B\u0435\u0435 \u043F\u043E\u0434\u0440\u043E\u0431\u043D\u043E\u0435 \u043E\u043F\u0438\u0441\u0430\u043D\u0438\u0435",enabledExtension:"\u0412\u043A\u043B\u044E\u0447\u0435\u043D\u0438\u0435 \u0440\u0430\u0441\u0448\u0438\u0440\u0435\u043D\u0438\u0439",clickToDisableExtension:"\u041D\u0430\u0436\u043C\u0438\u0442\u0435 \u0434\u043B\u044F \u043E\u0442\u043A\u043B\u044E\u0447\u0435\u043D\u0438\u044F \u0440\u0430\u0441\u0448\u0438\u0440\u0435\u043D\u0438\u0439",clickToEnableExtension:"\u041D\u0430\u0436\u043C\u0438\u0442\u0435 \u0434\u043B\u044F \u0432\u043A\u043B\u044E\u0447\u0435\u043D\u0438\u044F \u0440\u0430\u0441\u0448\u0438\u0440\u0435\u043D\u0438\u0439",hasBeenDisabled:"\u043E\u0442\u043A\u043B\u044E\u0447\u0435\u043D\u043E","show password":"\u041F\u043E\u043A\u0430\u0437\u0430\u0442\u044C \u043F\u0430\u0440\u043E\u043B\u044C",customContent:"\u0412\u0432\u0435\u0434\u0438\u0442\u0435 \u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u0435\u043B\u044C\u0441\u043A\u043E\u0435 \u0438\u043C\u044F \u043C\u043E\u0434\u0435\u043B\u0438",inputOptions:"\u0423\u0441\u043E\u0432\u0435\u0440\u0448\u0435\u043D\u0441\u0442\u0432\u043E\u0432\u0430\u043D\u0438\u0435 \u0431\u043B\u043E\u043A\u0430 \u0432\u0432\u043E\u0434\u0430",mouseHoverOptions:"\u043D\u0430\u0432\u0435\u0434\u0435\u043D\u0438\u0435 \u043C\u044B\u0448\u0438",modifyMouseHoverKey:"\u0418\u0437\u043C\u0435\u043D\u0435\u043D\u0438\u0435 \u044F\u0440\u043B\u044B\u043A\u0430 \u043D\u0430\u0432\u0435\u0434\u0435\u043D\u0438\u044F \u043C\u044B\u0448\u0438",enableInputTranslation:"\u0412\u043A\u043B\u044E\u0447\u0430\u0442\u044C \u043B\u0438 \u0440\u0430\u0441\u0448\u0438\u0440\u0435\u043D\u0438\u0435 \u043F\u043E\u043B\u044F \u0432\u0432\u043E\u0434\u0430",enableInputTranslationDescription:"\u041F\u043E\u0441\u043B\u0435 \u0432\u043A\u043B\u044E\u0447\u0435\u043D\u0438\u044F \u0432\u0432\u0435\u0434\u0438\u0442\u0435 {startingKey}{startingKey} hello \u043F\u0440\u044F\u043C\u043E \u0432 \u043F\u043E\u043B\u0435 \u0432\u0432\u043E\u0434\u0430, \u0437\u0430\u0442\u0435\u043C \u0431\u044B\u0441\u0442\u0440\u043E \u043D\u0430\u0431\u0435\u0440\u0438\u0442\u0435{inputTrailingTriggerKeyRepeatTimes}\u0440\u0430\u0437{trailingKey}, \u0447\u0442\u043E\u0431\u044B \u043F\u0435\u0440\u0435\u0432\u0435\u0441\u0442\u0438 \u043D\u0430 {inputTargetLanguage}.",enableInputTranslationDescriptionForNoneKey:"\u041F\u043E\u0441\u043B\u0435 \u0432\u043A\u043B\u044E\u0447\u0435\u043D\u0438\u044F \u044D\u0442\u043E\u0439 \u0444\u0443\u043D\u043A\u0446\u0438\u0438 \u0432\u0432\u0435\u0434\u0438\u0442\u0435\uFF1AHello World \u043D\u0435\u043F\u043E\u0441\u0440\u0435\u0434\u0441\u0442\u0432\u0435\u043D\u043D\u043E \u0432 \u043F\u043E\u043B\u0435 \u0432\u0432\u043E\u0434\u0430, \u0430 \u0437\u0430\u0442\u0435\u043C \u0431\u044B\u0441\u0442\u0440\u043E \u043D\u0430\u0436\u043C\u0438\u0442\u0435{inputTrailingTriggerKeyRepeatTimes}{trailingKey}\u0440\u0430\u0437 \u0434\u043B\u044F \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430 \u043D\u0430 \u0446\u0435\u043B\u0435\u0432\u043E\u0439 \u044F\u0437\u044B\u043A \u043F\u043E \u0443\u043C\u043E\u043B\u0447\u0430\u043D\u0438\u044E.",inputTargetLanguage:"\u0423\u0441\u0442\u0430\u043D\u043E\u0432\u043A\u0430 \u0446\u0435\u043B\u0435\u0432\u043E\u0433\u043E \u044F\u0437\u044B\u043A\u0430 \u043F\u043E \u0443\u043C\u043E\u043B\u0447\u0430\u043D\u0438\u044E \u0434\u043B\u044F \u043E\u043A\u043E\u043D \u0432\u0432\u043E\u0434\u0430",inputTargetLanguageDescription:"\u0426\u0435\u043B\u0435\u0432\u043E\u0439 \u044F\u0437\u044B\u043A \u043F\u043E \u0443\u043C\u043E\u043B\u0447\u0430\u043D\u0438\u044E \u0434\u043B\u044F \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430 \u043E\u043A\u043D\u0430 \u0432\u0432\u043E\u0434\u0430, \u0442.\u0435. {startingKey}{startingKey} \u043A\u0430\u043A \u044F\u0437\u044B\u043A \u043F\u043E \u0443\u043C\u043E\u043B\u0447\u0430\u043D\u0438\u044E \u0434\u043B\u044F \u0442\u0440\u0438\u0433\u0433\u0435\u0440\u043D\u044B\u0445 \u0441\u043B\u043E\u0432",inputTargetLanguageDescriptionForNoneKey:"\u0426\u0435\u043B\u0435\u0432\u043E\u0439 \u044F\u0437\u044B\u043A \u043F\u043E \u0443\u043C\u043E\u043B\u0447\u0430\u043D\u0438\u044E \u0434\u043B\u044F \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430 \u043F\u043E\u043B\u044F \u0432\u0432\u043E\u0434\u0430",inputStartingTriggerKeyTitle:"\u0423\u0441\u0442\u0430\u043D\u043E\u0432\u043A\u0430 \u0441\u0438\u043C\u0432\u043E\u043B\u0430 \u0440\u0430\u0437\u0434\u0435\u043B\u0435\u043D\u0438\u044F \u0434\u043B\u044F \u0447\u0430\u0441\u0442\u0438\u0447\u043D\u043E\u0433\u043E \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430 \u043F\u043E\u043B\u044F \u0432\u0432\u043E\u0434\u0430",inputStartingTriggerKeyDescription:"\u0415\u0441\u043B\u0438 \u043D\u0435\u0442 \u043D\u0435\u043E\u0431\u0445\u043E\u0434\u0438\u043C\u043E\u0441\u0442\u0438 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0438\u0442\u044C \u0432\u0441\u0435 \u043F\u043E\u043B\u0435 \u0432\u0432\u043E\u0434\u0430, \u0441\u043F\u043B\u0438\u0442\u0442\u0435\u0440 \u043F\u043E\u0437\u0432\u043E\u043B\u044F\u0435\u0442 \u043F\u0435\u0440\u0435\u0432\u0435\u0441\u0442\u0438 \u0442\u043E\u043B\u044C\u043A\u043E \u0447\u0430\u0441\u0442\u044C \u043E\u0442 {startingKey}{startingKey} \u0434\u043E \u043A\u043E\u043D\u0446\u0430 \u043F\u043E\u043B\u044F \u0432\u0432\u043E\u0434\u0430, \u0438\u043B\u0438 \u043C\u043E\u0436\u043D\u043E \u0443\u043A\u0430\u0437\u0430\u0442\u044C \u043A\u043E\u0434 \u044F\u0437\u044B\u043A\u0430, \u043D\u0430\u043F\u0440\u0438\u043C\u0435\u0440,\uFF1A{startingKey}ja \u043E\u0437\u043D\u0430\u0447\u0430\u0435\u0442 \u043F\u0435\u0440\u0435\u0432\u043E\u0434 \u0442\u043E\u043B\u044C\u043A\u043E \u0447\u0430\u0441\u0442\u0438 \u043E\u0442 {startingKey}ja \u0434\u043E \u043A\u043E\u043D\u0446\u0430 \u043F\u043E\u043B\u044F \u0432\u0432\u043E\u0434\u0430.",inputStartingTriggerKeyDescriptionForNoneKey:"\u0422\u0435\u043A\u0443\u0449\u0430\u044F \u043D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0430 \u043E\u0442\u0441\u0443\u0442\u0441\u0442\u0432\u0438\u044F \u043F\u0440\u0435\u0444\u0438\u043A\u0441\u0430 \u043D\u0435 \u043D\u0443\u0436\u043D\u0430, \u0438 \u0444\u0443\u043D\u043A\u0446\u0438\u044F \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430 \u043D\u0435\u043A\u043E\u0442\u043E\u0440\u044B\u0445 \u0442\u0435\u043A\u0441\u0442\u043E\u0432 \u0432 \u043E\u043A\u043D\u0435 \u0432\u0432\u043E\u0434\u0430 \u043F\u043E\u043A\u0430 \u043D\u0435 \u043C\u043E\u0436\u0435\u0442 \u0431\u044B\u0442\u044C \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u043D\u0430.",inputTrailingTriggerKeyTitle:"\u0412\u044B\u0431\u0435\u0440\u0438\u0442\u0435 \u0441\u0438\u043C\u0432\u043E\u043B \u043E\u043A\u043E\u043D\u0447\u0430\u043D\u0438\u044F \u0432\u0432\u043E\u0434\u0430",inputTrailingTriggerKeyDescription:"3 \u0431\u044B\u0441\u0442\u0440\u044B\u0445 \u0443\u0434\u0430\u0440\u0430{trailingKey} \u043D\u0430\u0447\u043D\u0435\u0442 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0438\u0442\u044C!",inputTrailingTriggerKeyTimeout:"\u0412\u0432\u0435\u0434\u0438\u0442\u0435 \u0432\u0440\u0435\u043C\u044F \u043C\u0435\u0436\u0434\u0443 \u0441\u0440\u0430\u0431\u0430\u0442\u044B\u0432\u0430\u043D\u0438\u044F\u043C\u0438 \u0432 \u043A\u043E\u043D\u0446\u0435 \u0431\u043E\u044F",inputTrailingTriggerKeyTimeoutDescription:"\u0423\u0441\u0442\u0430\u043D\u0430\u0432\u043B\u0438\u0432\u0430\u0435\u0442 \u0432\u0440\u0435\u043C\u044F (\u0432 \u043C\u0438\u043B\u043B\u0438\u0441\u0435\u043A\u0443\u043D\u0434\u0430\u0445) \u043C\u0435\u0436\u0434\u0443 \u0441\u0440\u0430\u0431\u0430\u0442\u044B\u0432\u0430\u043D\u0438\u044F\u043C\u0438 \u043A\u043E\u043C\u0431\u0438\u043D\u0438\u0440\u043E\u0432\u0430\u043D\u043D\u044B\u0445 \u0443\u0441\u0442\u0440\u043E\u0439\u0441\u0442\u0432 \u043E\u043A\u043E\u043D\u0447\u0430\u043D\u0438\u044F \u0432\u0432\u043E\u0434\u0430",spaceKey:"<\u7A7A\u683C\u952E>",noneKey:"\u041F\u0440\u044F\u043C\u043E\u0439 \u043F\u0435\u0440\u0435\u0432\u043E\u0434 \u0432\u0441\u0435\u0433\u043E \u0442\u0435\u043A\u0441\u0442\u043E\u0432\u043E\u0433\u043E \u043F\u043E\u043B\u044F \u0431\u0435\u0437 \u043F\u0440\u0435\u0444\u0438\u043A\u0441\u043E\u0432",inputTranslationBlockUrlsTitle:"\u041D\u0435 \u0432\u043A\u043B\u044E\u0447\u0430\u0439\u0442\u0435 \u0440\u0430\u0441\u0448\u0438\u0440\u0435\u043D\u0438\u0435 \u043F\u043E\u043B\u044F \u0432\u0432\u043E\u0434\u0430 \u0432 \u0441\u043B\u0435\u0434\u0443\u044E\u0449\u0438\u0445 URL-\u0430\u0434\u0440\u0435\u0441\u0430\u0445",inputTranslationBlockUrlsDescription:"\u0423\u0441\u043E\u0432\u0435\u0440\u0448\u0435\u043D\u0441\u0442\u0432\u043E\u0432\u0430\u043D\u0438\u044F \u043F\u043E\u043B\u044F \u0432\u0432\u043E\u0434\u0430 \u043D\u0435 \u0431\u0443\u0434\u0443\u0442 \u0440\u0430\u0431\u043E\u0442\u0430\u0442\u044C \u043D\u0430 \u0441\u043B\u0435\u0434\u0443\u044E\u0449\u0438\u0445 URL-\u0430\u0434\u0440\u0435\u0441\u0430\u0445",clickToSeeQuickDemo:"\u041D\u0430\u0436\u043C\u0438\u0442\u0435, \u0447\u0442\u043E\u0431\u044B \u0440\u0430\u0437\u0432\u0435\u0440\u043D\u0443\u0442\u044C 30-\u0441\u0435\u043A\u0443\u043D\u0434\u043D\u044B\u0439 \u043E\u0431\u0443\u0447\u0430\u044E\u0449\u0438\u0439 \u0432\u0438\u0434\u0435\u043E\u0440\u043E\u043B\u0438\u043A",inputHelperInfo:"\u041E\u043F\u0438\u0441\u0430\u043D\u0438\u0435\uFF1A\u041C\u044B \u043E\u043F\u0442\u0438\u043C\u0438\u0437\u0438\u0440\u043E\u0432\u0430\u043B\u0438 \u0440\u0430\u0431\u043E\u0442\u0443 \u0441 \u0442\u0435\u043C, \u0447\u0442\u043E \u043D\u0435\u043A\u043E\u0442\u043E\u0440\u044B\u0435 \u0442\u0440\u0438\u0433\u0433\u0435\u0440\u043D\u044B\u0435 \u0441\u0438\u043C\u0432\u043E\u043B\u044B \u043F\u0440\u0435\u0432\u0440\u0430\u0449\u0430\u044E\u0442\u0441\u044F \u0432 \u043A\u0438\u0442\u0430\u0439\u0441\u043A\u0438\u0435 \u0437\u043D\u0430\u043A\u0438 \u043F\u0440\u0435\u043F\u0438\u043D\u0430\u043D\u0438\u044F \u043F\u0440\u0438 \u043A\u0438\u0442\u0430\u0439\u0441\u043A\u0438\u0445 \u043C\u0435\u0442\u043E\u0434\u0430\u0445 \u0432\u0432\u043E\u0434\u0430, \u043D\u0430\u043F\u0440\u0438\u043C\u0435\u0440, / \u043F\u0440\u0435\u0432\u0440\u0430\u0449\u0430\u0435\u0442\u0441\u044F \u0432 \u0437\u043D\u0430\u043A dun , \u043F\u0440\u0438 \u043C\u0435\u0442\u043E\u0434\u0435 \u0432\u0432\u043E\u0434\u0430 Sogou, \u0438 Immersive Translator \u043F\u043E\u0434\u0434\u0435\u0440\u0436\u0438\u0432\u0430\u0435\u0442 \u0432\u0441\u0435 \u043A\u0438\u0442\u0430\u0439\u0441\u043A\u0438\u0435 \u0441\u0438\u043C\u0432\u043E\u043B\u044B, \u0441\u043E\u043E\u0442\u0432\u0435\u0442\u0441\u0442\u0432\u0443\u044E\u0449\u0438\u0435 \u0442\u0440\u0438\u0433\u0433\u0435\u0440\u043D\u044B\u043C \u0441\u0438\u043C\u0432\u043E\u043B\u0430\u043C, \u0442.\u0435. //,,, \u0431\u0443\u0434\u0443\u0442 \u0440\u0430\u0441\u043F\u043E\u0437\u043D\u0430\u0432\u0430\u0442\u044C\u0441\u044F \u043A\u0430\u043A \u0442\u0440\u0438\u0433\u0433\u0435\u0440\u043D\u044B\u0435 \u0441\u0438\u043C\u0432\u043E\u043B\u044B.

\u041C\u044B \u0442\u0430\u043A\u0436\u0435 \u043F\u043E\u0434\u0434\u0435\u0440\u0436\u0438\u0432\u0430\u0435\u043C \u043A\u0438\u0442\u0430\u0439\u0441\u043A\u0438\u0435 \u043F\u0441\u0435\u0432\u0434\u043E\u043D\u0438\u043C\u044B \u0434\u043B\u044F \u044F\u0437\u044B\u043A\u043E\u0432\u044B\u0445 \u043A\u043E\u0434\u043E\u0432 \u0432 \u043A\u0430\u0447\u0435\u0441\u0442\u0432\u0435 \u043A\u043E\u043C\u0430\u043D\u0434, \u043D\u0430\u043F\u0440\u0438\u043C\u0435\u0440, /Japanese Hello World \u0431\u0443\u0434\u0435\u0442 \u043F\u0435\u0440\u0435\u0432\u0435\u0434\u0435\u043D \u043D\u0430 \u044F\u043F\u043E\u043D\u0441\u043A\u0438\u0439 \u044F\u0437\u044B\u043A, <1>\u043D\u0430\u0436\u043C\u0438\u0442\u0435 \u0437\u0434\u0435\u0441\u044C, \u0447\u0442\u043E\u0431\u044B \u043F\u043E\u0441\u043C\u043E\u0442\u0440\u0435\u0442\u044C \u0432\u0441\u0435 \u043F\u043E\u0434\u0434\u0435\u0440\u0436\u0438\u0432\u0430\u0435\u043C\u044B\u0435 \u044F\u0437\u044B\u043A\u043E\u0432\u044B\u0435 \u043A\u043E\u0434\u044B.",reloadCurrentPage:"\u041F\u0435\u0440\u0435\u0434 \u043D\u0430\u0447\u0430\u043B\u043E\u043C \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430 \u043E\u0431\u043D\u043E\u0432\u0438\u0442\u0435 \u0442\u0435\u043A\u0443\u0449\u0443\u044E \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u0443.",noLocalFilePermissionForPDF:"\u0423 \u0432\u0430\u0441 \u043D\u0435\u0442 \u043F\u0440\u0430\u0432 \u043D\u0430 \u0447\u0442\u0435\u043D\u0438\u0435 \u043B\u043E\u043A\u0430\u043B\u044C\u043D\u044B\u0445 \u0444\u0430\u0439\u043B\u043E\u0432, \u043F\u043E\u0436\u0430\u043B\u0443\u0439\u0441\u0442\u0430, \u043D\u0430\u0436\u043C\u0438\u0442\u0435 \u043A\u043D\u043E\u043F\u043A\u0443 \u0432\u044B\u0448\u0435, \u0430 \u0437\u0430\u0442\u0435\u043C \u0438\u043C\u043F\u043E\u0440\u0442\u0438\u0440\u0443\u0439\u0442\u0435 \u043B\u043E\u043A\u0430\u043B\u044C\u043D\u044B\u0435 \u0444\u0430\u0439\u043B\u044B.",noPermissionForThisPage:"\u26A0\uFE0F \u041D\u0435\u0442 \u0440\u0430\u0437\u0440\u0435\u0448\u0435\u043D\u0438\u044F \u043D\u0430 \u043F\u0435\u0440\u0435\u0432\u043E\u0434 \u0442\u0435\u043A\u0443\u0449\u0435\u0439 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u044B",retryAllParagraphs:"\u041F\u043E\u0432\u0442\u043E\u0440\u043D\u043E\u0435 \u0432\u044B\u043F\u043E\u043B\u043D\u0435\u043D\u0438\u0435 \u0432\u0441\u0435\u0445 \u043E\u0448\u0438\u0431\u043E\u0447\u043D\u044B\u0445 \u043F\u0435\u0440\u0435\u0445\u043E\u0434\u043E\u0432",retryAllButton:"\u041F\u043E\u0432\u0442\u043E\u0440\u043D\u043E\u0435 \u0432\u044B\u043F\u043E\u043B\u043D\u0435\u043D\u0438\u0435 \u0432\u0441\u0435\u0445 \u043E\u0448\u0438\u0431\u043E\u0447\u043D\u044B\u0445 \u043F\u0435\u0440\u0435\u0445\u043E\u0434\u043E\u0432",errorTooltipTitle:"\u0429\u0435\u043B\u043A\u043D\u0438\u0442\u0435, \u0447\u0442\u043E\u0431\u044B \u0443\u0432\u0438\u0434\u0435\u0442\u044C \u043F\u0440\u0438\u0447\u0438\u043D\u0443 \u043E\u0448\u0438\u0431\u043A\u0438",errorModalTitle:"\u041F\u043E\u0445\u043E\u0436\u0435, \u0447\u0442\u043E-\u0442\u043E \u043D\u0435 \u0442\u0430\u043A \u0441\u043E \u0441\u043B\u0443\u0436\u0431\u043E\u0439 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430 \u0438\u043B\u0438 \u0441\u0435\u0442\u044C\u044E...",disableConfirm:"\u0414\u0432\u0443\u044F\u0437\u044B\u0447\u043D\u0430\u044F \u0443\u0441\u0442\u0430\u043D\u043E\u0432\u043A\u0430 \u0434\u043B\u044F \u0440\u0430\u0441\u0448\u0438\u0440\u0435\u043D\u0438\u044F \u0438\u043D\u0444\u043E\u0440\u043C\u0430\u0446\u0438\u0438",disableOnce:"\u042D\u0442\u0430 \u0438\u043D\u0432\u0430\u043B\u0438\u0434\u043D\u043E\u0441\u0442\u044C",disableGlobal:"\u043E\u0442\u043A\u043B\u044E\u0447\u0438\u0442\u044C \u043D\u0430\u0432\u0441\u0435\u0433\u0434\u0430",disableTint:"* \u0412\u044B \u043C\u043E\u0436\u0435\u0442\u0435 \u043F\u043E\u0432\u0442\u043E\u0440\u043D\u043E \u0432\u043A\u043B\u044E\u0447\u0438\u0442\u044C \u0435\u0433\u043E \u043D\u0430 \u0441\u0430\u0439\u0442\u0435 {option} .",searchEnhancementNotes:"\u041C\u044B \u043E\u0431\u043D\u0430\u0440\u0443\u0436\u0438\u043B\u0438, \u0447\u0442\u043E \u0440\u0435\u0437\u0443\u043B\u044C\u0442\u0430\u0442\u044B \u043F\u043E\u0438\u0441\u043A\u0430 \u043D\u043E\u0432\u043E\u0441\u0442\u0435\u0439 \u043F\u043E \u043A\u043B\u044E\u0447\u0435\u0432\u044B\u043C \u0441\u043B\u043E\u0432\u0430\u043C \u043D\u0430 \u043A\u0438\u0442\u0430\u0439\u0441\u043A\u043E\u043C \u0438 \u0430\u043D\u0433\u043B\u0438\u0439\u0441\u043A\u043E\u043C \u044F\u0437\u044B\u043A\u0430\u0445 \u0441\u0438\u043B\u044C\u043D\u043E \u043E\u0442\u043B\u0438\u0447\u0430\u044E\u0442\u0441\u044F. \u041F\u043E\u0441\u043B\u0435 \u0432\u043A\u043B\u044E\u0447\u0435\u043D\u0438\u044F \u0444\u0443\u043D\u043A\u0446\u0438\u0438 Immersive Translation Bilingual Information Enhancement \u043C\u044B \u0431\u0443\u0434\u0435\u043C \u0430\u0432\u0442\u043E\u043C\u0430\u0442\u0438\u0447\u0435\u0441\u043A\u0438 \u0438\u0441\u043A\u0430\u0442\u044C \u0434\u043B\u044F \u0432\u0430\u0441 \u0442\u0435 \u0436\u0435 \u0441\u0430\u043C\u044B\u0435 \u043A\u043B\u044E\u0447\u0435\u0432\u044B\u0435 \u0441\u043B\u043E\u0432\u0430 \u043D\u0430 \u0430\u043D\u0433\u043B\u0438\u0439\u0441\u043A\u043E\u043C \u044F\u0437\u044B\u043A\u0435 \u043D\u0430 \u043F\u043E\u0434\u0434\u0435\u0440\u0436\u0438\u0432\u0430\u0435\u043C\u044B\u0445 \u0441\u0430\u0439\u0442\u0430\u0445 (Google News, Google Search (\u043D\u0435\u043A\u043E\u0442\u043E\u0440\u044B\u0435 \u043A\u043B\u044E\u0447\u0435\u0432\u044B\u0435 \u0441\u043B\u043E\u0432\u0430), Snowball, Oriental Wealth, Futura, Tiger) \u0438 \u043E\u0442\u043E\u0431\u0440\u0430\u0436\u0430\u0442\u044C \u0438\u0445 \u0432 \u043F\u0440\u0430\u0432\u043E\u0439 \u0447\u0430\u0441\u0442\u0438. \u0412\u044B \u043C\u043E\u0436\u0435\u0442\u0435 \u043E\u0442\u043A\u043B\u044E\u0447\u0438\u0442\u044C \u044D\u0442\u0443 \u0444\u0443\u043D\u043A\u0446\u0438\u044E, \u0435\u0441\u043B\u0438 \u043E\u043D\u0430 \u0432\u0430\u043C \u043D\u0435 \u043D\u0443\u0436\u043D\u0430.",option:"\u043D\u0430\u0441\u0442\u0440\u0430\u0438\u0432\u0430\u0442\u044C",saveSettings:"\u0421\u043E\u0445\u0440\u0430\u043D\u0438\u0442\u044C \u043D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0438",closeModal:"\u0417\u0430\u043A\u0440\u044B\u0442\u044C \u043E\u043A\u043D\u043E",enableInputTranslationWithoutTriggerKeyTitle:"\u0412\u043A\u043B\u044E\u0447\u0438\u0442\u0435 3 \u0431\u044B\u0441\u0442\u0440\u044B\u0445 \u043D\u0430\u0436\u0430\u0442\u0438\u044F \u043D\u0430{trailingKey}, \u0447\u0442\u043E\u0431\u044B \u043D\u0430\u043F\u0440\u044F\u043C\u0443\u044E \u043F\u0435\u0440\u0435\u0432\u0435\u0441\u0442\u0438 \u0432\u0441\u0435 \u043F\u043E\u043B\u0435 \u0432\u0432\u043E\u0434\u0430 \u043D\u0430{inputTargetLanguage}.",enableInputTranslationWithoutTriggerKeyDescription:"\u0427\u0442\u043E\u0431\u044B \u0443\u043A\u0430\u0437\u0430\u0442\u044C \u0446\u0435\u043B\u0435\u0432\u043E\u0439 \u044F\u0437\u044B\u043A, \u0434\u043E\u0431\u0430\u0432\u044C\u0442\u0435 \u043A \u043D\u0435\u043C\u0443 \u043A\u043E\u0434 \u044F\u0437\u044B\u043A\u0430, \u043D\u0430\u043F\u0440\u0438\u043C\u0435\u0440,\uFF1Aja Hello World",mouseHoverShortcutPlaceholder:"\u043D\u0430\u043F\u0440\u0438\u043C\u0435\u0440,\uFF1AShift",deepLProName:"Immersive Translation Pro Member (Recommended)",deepLProDescription:"\u0422\u0435\u043A\u0443\u0449\u0438\u0439 \u043F\u0430\u043A\u0435\u0442 \u043C\u043E\u0436\u0435\u0442 \u0431\u044B\u0442\u044C \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u043D \u043D\u0430\u043F\u0440\u044F\u043C\u0443\u044E",deeplProDescriptionForNormal:"\u041D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0430 \u043D\u0435 \u0442\u0440\u0435\u0431\u0443\u0435\u0442\u0441\u044F, \u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u0435\u043B\u0438 \u043C\u043E\u0433\u0443\u0442 \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u044C \u0435\u0433\u043E \u043F\u043E\u0441\u043B\u0435 \u0432\u0445\u043E\u0434\u0430 \u0432 \u0441\u0438\u0441\u0442\u0435\u043C\u0443, <1>\u043D\u0430\u0436\u043C\u0438\u0442\u0435 \u0437\u0434\u0435\u0441\u044C, \u0447\u0442\u043E\u0431\u044B \u043F\u0435\u0440\u0435\u0439\u0442\u0438 \u0432 \u043A\u0430\u0442\u0435\u0433\u043E\u0440\u0438\u044E \u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u0435\u043B\u0435\u0439",deepLCustomDescription:"\u0422\u0440\u0435\u0431\u0443\u0435\u0442\u0441\u044F \u0438\u043D\u043E\u0441\u0442\u0440\u0430\u043D\u043D\u0430\u044F \u043A\u0440\u0435\u0434\u0438\u0442\u043D\u0430\u044F \u043A\u0430\u0440\u0442\u0430, \u043E\u0444\u0438\u0446\u0438\u0430\u043B\u044C\u043D\u043E \u043E\u0442\u043A\u0440\u044B\u0442\u0430 \u043D\u0430 \u0441\u0430\u0439\u0442\u0435 <1>DeepL, \u043D\u0430\u0436\u043C\u0438\u0442\u0435 \u0434\u043B\u044F \u043F\u043E\u043B\u0443\u0447\u0435\u043D\u0438\u044F <2>\u0434\u043E\u043A\u0443\u043C\u0435\u043D\u0442\u0430\u0446\u0438\u0438",deepLCustomName:"\u041F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u0435\u043B\u044C\u0441\u043A\u0438\u0439 \u043A\u043B\u044E\u0447 \u0430\u0432\u0442\u043E\u0440\u0438\u0437\u0430\u0446\u0438\u0438",chooseProviderLabel:"\u0412\u044B\u0431\u043E\u0440 \u043F\u043E\u0441\u0442\u0430\u0432\u0449\u0438\u043A\u0430 \u0443\u0441\u043B\u0443\u0433",openaiProName:"Immersive Translation Pro Member (Recommended)",openaiProDescription:"\u0422\u0435\u043A\u0443\u0449\u0438\u0439 \u043F\u0430\u043A\u0435\u0442 \u043C\u043E\u0436\u0435\u0442 \u0431\u044B\u0442\u044C \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u043D \u043D\u0430\u043F\u0440\u044F\u043C\u0443\u044E",openaiProDescriptionForNormal:"\u041D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0430 \u043D\u0435 \u0442\u0440\u0435\u0431\u0443\u0435\u0442\u0441\u044F, \u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u0435\u043B\u0438 \u043C\u043E\u0433\u0443\u0442 \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u044C \u0435\u0433\u043E \u043F\u043E\u0441\u043B\u0435 \u0432\u0445\u043E\u0434\u0430 \u0432 \u0441\u0438\u0441\u0442\u0435\u043C\u0443, <1>\u043D\u0430\u0436\u043C\u0438\u0442\u0435 \u0437\u0434\u0435\u0441\u044C, \u0447\u0442\u043E\u0431\u044B \u043F\u0435\u0440\u0435\u0439\u0442\u0438 \u0432 \u043A\u0430\u0442\u0435\u0433\u043E\u0440\u0438\u044E \u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u0435\u043B\u0435\u0439",openaiCustomDescription:"\u0414\u043E\u0441\u0442\u0443\u043F\u043D\u044B OpenAI, Azure OpenAI \u0438\u043B\u0438 \u0434\u0440\u0443\u0433\u0438\u0435 \u0441\u0442\u043E\u0440\u043E\u043D\u043D\u0438\u0435 \u0441\u0435\u0440\u0432\u0438\u0441\u044B, <1>\u0434\u043E\u043A\u0443\u043C\u0435\u043D\u0442\u0430\u0446\u0438\u044E \u043C\u043E\u0436\u043D\u043E \u043D\u0430\u0439\u0442\u0438 \u0437\u0434\u0435\u0441\u044C",openaiCustomName:"\u041F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u0435\u043B\u044C\u0441\u043A\u0438\u0439 \u043A\u043B\u044E\u0447 API",needLoginAction:"(\u041E\u0442\u043A\u0440\u044B\u0442\u043E\u0435 \u0447\u043B\u0435\u043D\u0441\u0442\u0432\u043E \u0438\u043B\u0438 \u043D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0430)",goLoginOrAction:"(\u041E\u0442\u043A\u0440\u043E\u0439\u0442\u0435 \u0447\u043B\u0435\u043D\u0441\u0442\u0432\u043E \u0438\u043B\u0438 \u043F\u0435\u0440\u0435\u0439\u0434\u0438\u0442\u0435 \u043A \u043D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0430\u043C)",yearly:"\u043E\u0441\u0443\u0449\u0435\u0441\u0442\u0432\u043B\u044F\u0442\u044C \u043F\u043E\u0441\u043B\u0435\u0434\u043E\u0432\u0430\u0442\u0435\u043B\u044C\u043D\u044B\u0439 \u0435\u0436\u0435\u0433\u043E\u0434\u043D\u044B\u0439 \u043F\u043B\u0430\u0442\u0435\u0436",quarterly:"\u043F\u043E\u0441\u043B\u0435\u0434\u043E\u0432\u0430\u0442\u0435\u043B\u044C\u043D\u0430\u044F \u0443\u043F\u0430\u043A\u043E\u0432\u043A\u0430",monthly:"\u0435\u0436\u0435\u043C\u0435\u0441\u044F\u0447\u043D\u0430\u044F \u043F\u043E\u0434\u043F\u0438\u0441\u043A\u0430",yearlyForOnce:"\u0415\u0434\u0438\u043D\u043E\u0432\u0440\u0435\u043C\u0435\u043D\u043D\u044B\u0439 \u0433\u043E\u0434\u043E\u0432\u043E\u0439 \u043F\u0430\u043A\u0435\u0442",monthlyForOnce:"\u0415\u0434\u0438\u043D\u043E\u0432\u0440\u0435\u043C\u0435\u043D\u043D\u044B\u0439 \u043C\u0435\u0441\u044F\u0447\u043D\u044B\u0439 \u043F\u0430\u043A\u0435\u0442",daily:"\u043F\u043E\u0441\u043B\u0435\u0434\u043E\u0432\u0430\u0442\u0435\u043B\u044C\u043D\u044B\u0445 \u043F\u0430\u043A\u0435\u0442\u043D\u044B\u0445 \u0434\u043D\u0435\u0439",year:"\u043E\u0441\u0443\u0449\u0435\u0441\u0442\u0432\u043B\u044F\u0442\u044C \u043F\u043E\u0441\u043B\u0435\u0434\u043E\u0432\u0430\u0442\u0435\u043B\u044C\u043D\u044B\u0439 \u0435\u0436\u0435\u0433\u043E\u0434\u043D\u044B\u0439 \u043F\u043B\u0430\u0442\u0435\u0436",quarter:"\u043F\u043E\u0441\u043B\u0435\u0434\u043E\u0432\u0430\u0442\u0435\u043B\u044C\u043D\u0430\u044F \u0443\u043F\u0430\u043A\u043E\u0432\u043A\u0430",month:"\u0435\u0436\u0435\u043C\u0435\u0441\u044F\u0447\u043D\u0430\u044F \u043F\u043E\u0434\u043F\u0438\u0441\u043A\u0430",day:"\u043F\u043E\u0441\u043B\u0435\u0434\u043E\u0432\u0430\u0442\u0435\u043B\u044C\u043D\u044B\u0445 \u043F\u0430\u043A\u0435\u0442\u043D\u044B\u0445 \u0434\u043D\u0435\u0439",onetime_7day:"7-\u0434\u043D\u0435\u0432\u043D\u044B\u0439 \u043F\u0430\u043A\u0435\u0442 \u0432\u043F\u0435\u0447\u0430\u0442\u043B\u0435\u043D\u0438\u0439",currentPlanDescriptionForFree:"\u0422\u0435\u043A\u0443\u0449\u0438\u0435 \u043F\u0430\u043A\u0435\u0442\u044B\uFF1A\u0411\u0435\u0441\u043F\u043B\u0430\u0442\u043D\u043E",currentPlanDescriptionForContinuous:"\u0414\u0435\u0439\u0441\u0442\u0432\u0443\u044E\u0449\u0438\u0439 \u043F\u0430\u043A\u0435\u0442\uFF1A{plan}\u0431\u0443\u0434\u0435\u0442 \u0430\u0432\u0442\u043E\u043C\u0430\u0442\u0438\u0447\u0435\u0441\u043A\u0438 \u043F\u0440\u043E\u0434\u043B\u0435\u043D \u043D\u0430 {endAt}",currentPlanDescriptionForAutoRenewCaceling:"\u0421\u0440\u043E\u043A \u0434\u0435\u0439\u0441\u0442\u0432\u0438\u044F \u0442\u0435\u043A\u0443\u0449\u0435\u0433\u043E \u043F\u0430\u043A\u0435\u0442\u0430\uFF1A{plan}\u0438\u0441\u0442\u0435\u043A\u0430\u0435\u0442 \u043D\u0430 \u0441\u0430\u0439\u0442\u0435 {endAt} \u0438 \u043D\u0435 \u0431\u0443\u0434\u0435\u0442 \u0430\u0432\u0442\u043E\u043C\u0430\u0442\u0438\u0447\u0435\u0441\u043A\u0438 \u043F\u0440\u043E\u0434\u043B\u0435\u0432\u0430\u0442\u044C\u0441\u044F \u043F\u043E \u0435\u0433\u043E \u0438\u0441\u0442\u0435\u0447\u0435\u043D\u0438\u0438.",currentYearlyPlanDescriptionForAutoRenewCacelingWithRealPaiedUser:"\u0421\u0440\u043E\u043A \u0434\u0435\u0439\u0441\u0442\u0432\u0438\u044F \u0442\u0435\u043A\u0443\u0449\u0435\u0433\u043E \u043F\u0430\u043A\u0435\u0442\u0430\uFF1A{plan}\u0438\u0441\u0442\u0435\u043A\u0430\u0435\u0442 \u043D\u0430 \u0441\u0430\u0439\u0442\u0435 {endAt} \u0438 \u043D\u0435 \u0431\u0443\u0434\u0435\u0442 \u0430\u0432\u0442\u043E\u043C\u0430\u0442\u0438\u0447\u0435\u0441\u043A\u0438 \u043F\u0440\u043E\u0434\u043B\u0435\u0432\u0430\u0442\u044C\u0441\u044F \u043F\u043E \u0435\u0433\u043E \u0438\u0441\u0442\u0435\u0447\u0435\u043D\u0438\u0438.
<1>\u041D\u0430\u0436\u043C\u0438\u0442\u0435 \u0437\u0434\u0435\u0441\u044C, \u0447\u0442\u043E\u0431\u044B \u0443\u043F\u0440\u0430\u0432\u043B\u044F\u0442\u044C \u043F\u043B\u0430\u043D\u043E\u043C \u043F\u0440\u043E\u0434\u043B\u0435\u043D\u0438\u044F",currentYearlyPlanDescriptionForAutoRenewCacelingWithAdmin:"\u0421\u0440\u043E\u043A \u0434\u0435\u0439\u0441\u0442\u0432\u0438\u044F \u0442\u0435\u043A\u0443\u0449\u0435\u0433\u043E \u043F\u0430\u043A\u0435\u0442\u0430\uFF1A{plan}\u0438\u0441\u0442\u0435\u043A\u0430\u0435\u0442 \u043D\u0430 \u0441\u0430\u0439\u0442\u0435 {endAt} \u0438 \u043D\u0435 \u0431\u0443\u0434\u0435\u0442 \u0430\u0432\u0442\u043E\u043C\u0430\u0442\u0438\u0447\u0435\u0441\u043A\u0438 \u043F\u0440\u043E\u0434\u043B\u0435\u0432\u0430\u0442\u044C\u0441\u044F \u043F\u043E \u0435\u0433\u043E \u0438\u0441\u0442\u0435\u0447\u0435\u043D\u0438\u0438.
<1>\u041D\u0430\u0436\u043C\u0438\u0442\u0435 \u0437\u0434\u0435\u0441\u044C, \u0447\u0442\u043E\u0431\u044B \u0430\u043A\u0442\u0438\u0432\u0438\u0440\u043E\u0432\u0430\u0442\u044C \u043D\u0435\u043F\u0440\u0435\u0440\u044B\u0432\u043D\u0443\u044E \u0433\u043E\u0434\u043E\u0432\u0443\u044E \u043F\u043E\u0434\u043F\u0438\u0441\u043A\u0443",currentPlanDescriptionForOneTime:"\u0421\u0440\u043E\u043A \u0434\u0435\u0439\u0441\u0442\u0432\u0438\u044F \u0442\u0435\u043A\u0443\u0449\u0435\u0439 \u043F\u043E\u0434\u043F\u0438\u0441\u043A\u0438\uFF1A{plan}\u0438\u0441\u0442\u0435\u043A\u0430\u0435\u0442 \u043D\u0430 \u0441\u0430\u0439\u0442\u0435 {endAt} , <1>\u043D\u0430\u0436\u043C\u0438\u0442\u0435 \u0437\u0434\u0435\u0441\u044C, \u0447\u0442\u043E\u0431\u044B \u043F\u0435\u0440\u0435\u0439\u0442\u0438 \u043D\u0430 \u0433\u043E\u0434\u043E\u0432\u043E\u0435 \u0438\u043B\u0438 <2>\u0435\u0436\u0435\u043C\u0435\u0441\u044F\u0447\u043D\u043E\u0435 \u0447\u043B\u0435\u043D\u0441\u0442\u0432\u043E.",upgradePlan:"\u041D\u0430\u0436\u043C\u0438\u0442\u0435 \u0437\u0434\u0435\u0441\u044C, \u0447\u0442\u043E\u0431\u044B \u043F\u0435\u0440\u0435\u0439\u0442\u0438 \u043D\u0430 \u0447\u043B\u0435\u043D\u0441\u0442\u0432\u043E Pro",upgradeToPro:"\u041F\u0435\u0440\u0435\u0439\u0442\u0438 \u043D\u0430 \u0447\u043B\u0435\u043D\u0441\u0442\u0432\u043E Pro","popup.openPro":"\u0427\u0442\u043E\u0431\u044B \u043F\u043E\u043B\u0443\u0447\u0438\u0442\u044C \u0432\u043E\u0437\u043C\u043E\u0436\u043D\u043E\u0441\u0442\u044C \u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u044C\u0441\u044F DeepL \u0438 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u043E\u043C OpenAI, \u043F\u0435\u0440\u0435\u0439\u0434\u0438\u0442\u0435 \u043F\u043E \u0441\u0441\u044B\u043B\u043A\u0435.","popup.openProForPro":"\u0412\u044B \u044F\u0432\u043B\u044F\u0435\u0442\u0435\u0441\u044C \u0443\u0447\u0430\u0441\u0442\u043D\u0438\u043A\u043E\u043C \u043F\u0440\u043E\u0433\u0440\u0430\u043C\u043C\u044B Pro \u0441 \u043F\u0440\u044F\u043C\u044B\u043C \u0434\u043E\u0441\u0442\u0443\u043F\u043E\u043C \u043A DeepL \u0438 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430\u043C OpenAI!",currentAccount:"\u0442\u0435\u043A\u0443\u0449\u0438\u0439 \u0441\u0447\u0451\u0442",enableAutoSyncUserSettings:"\u041E\u0431\u0435\u0441\u043F\u0435\u0447\u0435\u043D\u0438\u0435 \u0430\u0432\u0442\u043E\u043C\u0430\u0442\u0438\u0447\u0435\u0441\u043A\u043E\u0439 \u043E\u0431\u043B\u0430\u0447\u043D\u043E\u0439 \u0441\u0438\u043D\u0445\u0440\u043E\u043D\u0438\u0437\u0430\u0446\u0438\u0438 \u043D\u0430 \u043D\u0435\u0441\u043A\u043E\u043B\u044C\u043A\u0438\u0445 \u0443\u0441\u0442\u0440\u043E\u0439\u0441\u0442\u0432\u0430\u0445",modalEnableInputTranslationTitle:"\u0411\u043B\u043E\u043A \u0432\u0432\u043E\u0434\u0430 \u0438\u043C\u043C\u0435\u0440\u0441\u0438\u0432\u043D\u043E\u0433\u043E \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430 \u041F\u0435\u0440\u0435\u0432\u043E\u0434\u0447\u0435\u0441\u043A\u0438\u0435 \u043E\u043F\u043E\u0432\u0435\u0449\u0435\u043D\u0438\u044F",modalEnableInputTranslationDesc:"\u0412\u044B \u0442\u043E\u043B\u044C\u043A\u043E \u0447\u0442\u043E \u0437\u0430\u043F\u0443\u0441\u0442\u0438\u043B\u0438 \u0444\u0443\u043D\u043A\u0446\u0438\u044E \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430 \u043F\u043E\u043B\u044F \u0432\u0432\u043E\u0434\u0430 Immersive Translation, \u043D\u0430\u0436\u0430\u0432 3 \u0440\u0430\u0437\u0430 \u043F\u043E\u0434\u0440\u044F\u0434 \u043A\u043B\u0430\u0432\u0438\u0448\u0443 \u043F\u0440\u043E\u0431\u0435\u043B\u0430, \u0438 \u0441\u043E\u0434\u0435\u0440\u0436\u0438\u043C\u043E\u0435 \u043F\u043E\u043B\u044F \u0432\u0432\u043E\u0434\u0430 \u0431\u0443\u0434\u0435\u0442 \u043F\u0435\u0440\u0435\u0432\u0435\u0434\u0435\u043D\u043E \u043D\u0430 \u0446\u0435\u043B\u0435\u0432\u043E\u0439 \u044F\u0437\u044B\u043A \u043F\u043E \u0443\u043C\u043E\u043B\u0447\u0430\u043D\u0438\u044E. \u041F\u0435\u0440\u0435\u0432\u043E\u0434 \u043C\u043E\u0436\u043D\u043E \u043E\u0442\u043C\u0435\u043D\u0438\u0442\u044C \u0441 \u043F\u043E\u043C\u043E\u0449\u044C\u044E \u043A\u043B\u0430\u0432\u0438\u0448 Ctrl+Z.

\u0415\u0441\u043B\u0438 \u044D\u0442\u043E \u0431\u044B\u043B\u0430 \u043E\u0448\u0438\u0431\u043A\u0430, \u043D\u0435 \u0432\u043E\u043B\u043D\u0443\u0439\u0442\u0435\u0441\u044C, \u0432\u044B \u043C\u043E\u0436\u0435\u0442\u0435 \u043E\u0442\u043A\u043B\u044E\u0447\u0438\u0442\u044C \u0435\u0435 \u043D\u0430 \u044D\u0442\u043E\u0442 \u0440\u0430\u0437 \u0438\u043B\u0438 \u043D\u0430\u0432\u0441\u0435\u0433\u0434\u0430 \u043E\u0442\u043A\u043B\u044E\u0447\u0438\u0442\u044C \u043F\u0435\u0440\u0435\u0432\u043E\u0434 \u043F\u043E\u043B\u044F \u0432\u0432\u043E\u0434\u0430.",saveAndNotShowAgain:"\u0421\u043E\u0445\u0440\u0430\u043D\u0438\u0442\u044C \u0438 \u043E\u0441\u0442\u0430\u043D\u043E\u0432\u0438\u0442\u044C \u0437\u0430\u043F\u0440\u043E\u0441",disableInputTranslationTips:"* \u0412\u044B \u0442\u0430\u043A\u0436\u0435 \u043C\u043E\u0436\u0435\u0442\u0435 \u0443\u0441\u0442\u0430\u043D\u043E\u0432\u0438\u0442\u044C \u0434\u0440\u0443\u0433\u0438\u0435 \u0441\u043E\u0447\u0435\u0442\u0430\u043D\u0438\u044F \u043A\u043B\u0430\u0432\u0438\u0448 \u0434\u043B\u044F \u0441\u0440\u0430\u0431\u0430\u0442\u044B\u0432\u0430\u043D\u0438\u044F \u0432 {option} ,{learnMore}.",learnMore:"\u041D\u0430\u0436\u043C\u0438\u0442\u0435 \u0437\u0434\u0435\u0441\u044C, \u0447\u0442\u043E\u0431\u044B \u0443\u0437\u043D\u0430\u0442\u044C \u0431\u043E\u043B\u044C\u0448\u0435",continueEnalbeInputTranslation:"\u041F\u0440\u043E\u0434\u043E\u043B\u0436\u0435\u043D\u0438\u0435 \u0432\u043A\u043B\u044E\u0447\u0435\u043D\u0438\u044F \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430 \u043F\u043E\u043B\u044F \u0432\u0432\u043E\u0434\u0430",autoRenewTrialSuffix:'(\u0412 \u043F\u0440\u043E\u0431\u043D\u043E\u043C \u0432\u0430\u0440\u0438\u0430\u043D\u0442\u0435\u0441\u0440\u0430\u0437\u0443 \u0436\u0435 \u043F\u0435\u0440\u0435\u0448\u0435\u043B \u043D\u0430 \u043F\u043E\u043B\u043D\u043E\u0435 \u0447\u043B\u0435\u043D\u0441\u0442\u0432\u043E)',upgradeFromTrialTitle:"\u041F\u043E\u0432\u044B\u0448\u0435\u043D\u0438\u0435 \u0441\u0442\u0430\u0442\u0443\u0441\u0430 \u0434\u043E \u043F\u043E\u043B\u043D\u043E\u0433\u043E \u0447\u043B\u0435\u043D\u0430",subtitle:"\u0441\u0443\u0431\u0442\u0438\u0442\u0440\u044B \u043A \u0432\u0438\u0434\u0435\u043E\u0444\u0438\u043B\u044C\u043C\u0430\u043C",youtubeService:"\u0418\u043C\u043C\u0435\u0440\u0441\u0438\u043E\u043D\u043D\u044B\u0439 \u043F\u0435\u0440\u0435\u0432\u043E\u0434 \u0412\u0438\u0434\u0435\u043E\u0441\u0443\u0431\u0442\u0438\u0442\u0440\u0438\u0440\u043E\u0432\u0430\u043D\u0438\u0435 \u041F\u0435\u0440\u0435\u0432\u043E\u0434\u0447\u0435\u0441\u043A\u0438\u0435 \u0443\u0441\u043B\u0443\u0433\u0438","subtitle.disabledSubtitle":"\u041F\u043E\u0441\u0442\u043E\u044F\u043D\u043D\u043E\u0435 \u043E\u0442\u043A\u043B\u044E\u0447\u0435\u043D\u0438\u0435 \u0444\u0443\u043D\u043A\u0446\u0438\u0438 \u0432\u0438\u0434\u0435\u043E\u0441\u0443\u0431\u0442\u0438\u0442\u0440\u043E\u0432","subtitle.disabledSubtitleDescription":"\u0415\u0441\u043B\u0438 Immersive Translator's Video Subtitles \u043A\u043E\u043D\u0444\u043B\u0438\u043A\u0442\u0443\u0435\u0442 \u0441 \u0434\u0440\u0443\u0433\u0438\u043C\u0438 \u0440\u0430\u0441\u0448\u0438\u0440\u0435\u043D\u0438\u044F\u043C\u0438, \u0432\u044B \u043C\u043E\u0436\u0435\u0442\u0435 \u0432\u044B\u0431\u0440\u0430\u0442\u044C \u043F\u043E\u0441\u0442\u043E\u044F\u043D\u043D\u043E\u0435 \u043E\u0442\u043A\u043B\u044E\u0447\u0435\u043D\u0438\u0435 Immersive Translator's Video Subtitles \u0438\u043B\u0438 \u0434\u0435\u0438\u043D\u0441\u0442\u0430\u043B\u043B\u0438\u0440\u043E\u0432\u0430\u0442\u044C \u0434\u0440\u0443\u0433\u0438\u0435 \u043A\u043E\u043D\u0444\u043B\u0438\u043A\u0442\u0443\u044E\u0449\u0438\u0435 \u0440\u0430\u0441\u0448\u0438\u0440\u0435\u043D\u0438\u044F","subtitle.autoEnableSubtitle":"\u0410\u0432\u0442\u043E\u043C\u0430\u0442\u0438\u0447\u0435\u0441\u043A\u043E\u0435 \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u043D\u0438\u0435 \u0434\u0432\u0443\u044F\u0437\u044B\u0447\u043D\u044B\u0445 \u0441\u0443\u0431\u0442\u0438\u0442\u0440\u043E\u0432","subtitle.autoEnableSubtitleDescription":"\u041F\u043E\u0441\u043B\u0435 \u0430\u043A\u0442\u0438\u0432\u0430\u0446\u0438\u0438, \u043F\u0440\u0438 \u0432\u043E\u0441\u043F\u0440\u043E\u0438\u0437\u0432\u0435\u0434\u0435\u043D\u0438\u0438 \u0432\u0438\u0434\u0435\u043E, \u0431\u0443\u0434\u0443\u0442 \u0430\u0432\u0442\u043E\u043C\u0430\u0442\u0438\u0447\u0435\u0441\u043A\u0438 \u043E\u0442\u043E\u0431\u0440\u0430\u0436\u0430\u0442\u044C\u0441\u044F \u0434\u0432\u0443\u044F\u0437\u044B\u0447\u043D\u044B\u0435 \u0441\u0443\u0431\u0442\u0438\u0442\u0440\u044B, \u0432 \u043F\u0440\u043E\u0442\u0438\u0432\u043D\u043E\u043C \u0441\u043B\u0443\u0447\u0430\u0435 \u043D\u0435\u043E\u0431\u0445\u043E\u0434\u0438\u043C\u043E \u043D\u0430\u0436\u0430\u0442\u044C \u043A\u043D\u043E\u043F\u043A\u0443 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430 \u0434\u043B\u044F \u043E\u0442\u043E\u0431\u0440\u0430\u0436\u0435\u043D\u0438\u044F.","subtitle.preTranslation":"\u041F\u0435\u0440\u0435\u0432\u043E\u0434 \u0441\u0443\u0431\u0442\u0438\u0442\u0440\u043E\u0432 \u0441 \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u043D\u0438\u0435\u043C \u0438\u043C\u043C\u0435\u0440\u0441\u0438\u0432\u043D\u043E\u0433\u043E \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430","subtitle.preTranslationDescription":"\u041F\u0440\u0438 \u0432\u043A\u043B\u044E\u0447\u0435\u043D\u0438\u0438 \u044D\u0442\u043E\u0439 \u0444\u0443\u043D\u043A\u0446\u0438\u0438 \u0432\u0441\u0435 \u0441\u0443\u0431\u0442\u0438\u0442\u0440\u044B \u0431\u0443\u0434\u0443\u0442 \u043F\u0440\u0435\u0434\u0432\u0430\u0440\u0438\u0442\u0435\u043B\u044C\u043D\u043E \u043F\u0435\u0440\u0435\u0432\u0435\u0434\u0435\u043D\u044B \u0441 \u043F\u043E\u043C\u043E\u0449\u044C\u044E \u0443\u043A\u0430\u0437\u0430\u043D\u043D\u043E\u0433\u043E \u043D\u0438\u0436\u0435 \u0441\u0435\u0440\u0432\u0438\u0441\u0430 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430, \u043F\u0440\u0438 \u044D\u0442\u043E\u043C \u043D\u0430 1-\u0447\u0430\u0441\u043E\u0432\u043E\u0435 \u0432\u0438\u0434\u0435\u043E \u0431\u0443\u0434\u0435\u0442 \u0437\u0430\u0442\u0440\u0430\u0447\u0435\u043D\u043E \u043E\u043A\u043E\u043B\u043E 50 000 \u0442\u043E\u043A\u0435\u043D\u043E\u0432 \u0438\u043B\u0438 \u0441\u0438\u043C\u0432\u043E\u043B\u043E\u0432, \u043F\u043E\u044D\u0442\u043E\u043C\u0443 \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u0443\u0439\u0442\u0435 \u0438\u0445 \u043F\u043E \u0441\u0432\u043E\u0435\u043C\u0443 \u0443\u0441\u043C\u043E\u0442\u0440\u0435\u043D\u0438\u044E; \u043F\u0440\u0438 \u043E\u0442\u043A\u043B\u044E\u0447\u0435\u043D\u0438\u0438 \u044D\u0442\u043E\u0439 \u0444\u0443\u043D\u043A\u0446\u0438\u0438 \u0441\u043D\u0430\u0447\u0430\u043B\u0430 \u0431\u0443\u0434\u0443\u0442 \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u044C\u0441\u044F \u043E\u0440\u0438\u0433\u0438\u043D\u0430\u043B\u044C\u043D\u044B\u0435 \u0441\u0443\u0431\u0442\u0438\u0442\u0440\u044B.","subtitle.humanSubtitlesPreferred":"\u041F\u0440\u0438\u043E\u0440\u0438\u0442\u0435\u0442\u043D\u043E\u0435 \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u043D\u0438\u0435 \u0447\u0435\u043B\u043E\u0432\u0435\u0447\u0435\u0441\u043A\u0438\u0445 \u0441\u0443\u0431\u0442\u0438\u0442\u0440\u043E\u0432","subtitle.humanSubtitlesPreferredDescription":"\u041F\u0440\u0438\u043E\u0440\u0438\u0442\u0435\u0442 \u043E\u0442\u0434\u0430\u0435\u0442\u0441\u044F \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u043D\u0438\u044E \u0447\u0435\u043B\u043E\u0432\u0435\u0447\u0435\u0441\u043A\u0438\u0445 \u0441\u0443\u0431\u0442\u0438\u0442\u0440\u043E\u0432, \u0435\u0441\u043B\u0438 \u0432\u0438\u0434\u0435\u043E\u0440\u043E\u043B\u0438\u043A \u0438\u043C\u0435\u0435\u0442 \u0447\u0435\u043B\u043E\u0432\u0435\u0447\u0435\u0441\u043A\u0438\u0435 \u0441\u0443\u0431\u0442\u0438\u0442\u0440\u044B \u043D\u0430 \u0446\u0435\u043B\u0435\u0432\u043E\u043C \u044F\u0437\u044B\u043A\u0435 (\u0440\u0435\u043A\u043E\u043C\u0435\u043D\u0434\u0443\u0435\u0442\u0441\u044F)",videoSubtitleTranslationDescription:"\u041D\u0430\u0437\u043D\u0430\u0447\u0438\u0442\u044C \u043E\u0442\u0434\u0435\u043B\u044C\u043D\u0443\u044E \u0441\u043B\u0443\u0436\u0431\u0443 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430 \u0434\u043B\u044F \u0432\u0438\u0434\u0435\u043E\u0441\u0443\u0431\u0442\u0438\u0442\u0440\u043E\u0432",subtitleTranslating:"\u041F\u043E\u0436\u0430\u043B\u0443\u0439\u0441\u0442\u0430, \u043F\u043E\u0434\u043E\u0436\u0434\u0438\u0442\u0435, \u043F\u043E\u043A\u0430 \u0441\u0443\u0431\u0442\u0438\u0442\u0440\u044B \u0431\u0443\u0434\u0443\u0442 \u043F\u0435\u0440\u0435\u0432\u0435\u0434\u0435\u043D\u044B \u0441 \u043F\u043E\u043C\u043E\u0449\u044C\u044E \u0441\u0435\u0440\u0432\u0438\u0441\u0430 {service} ... (\u0438\u043C\u043C\u0435\u0440\u0441\u0438\u043E\u043D\u043D\u044B\u0439 \u043F\u0435\u0440\u0435\u0432\u043E\u0434)",subtitleLoading:"\u0417\u0430\u0433\u0440\u0443\u0437\u043A\u0430 \u0441\u0443\u0431\u0442\u0438\u0442\u0440\u043E\u0432...",bilingual:"\u0431\u0438\u043B\u0438\u043D\u0433\u0432\u0438\u0437\u043C","field.action":"\u0412\u043A\u043B\u044E\u0447\u0430\u0442\u044C \u043B\u0438 \u0442\u0435\u0440\u043C\u0438\u043D\u043E\u043B\u043E\u0433\u0438\u044E Baidu","description.action":"\u041F\u0440\u0438 \u0432\u043A\u043B\u044E\u0447\u0435\u043D\u0438\u0438 \u0432 \u0437\u0430\u043F\u0440\u043E\u0441 \u0431\u0443\u0434\u0435\u0442 \u0434\u043E\u0431\u0430\u0432\u043B\u0435\u043D \u043F\u0430\u0440\u0430\u043C\u0435\u0442\u0440 action=1, \u0438\u043D\u0444\u043E\u0440\u043C\u0438\u0440\u0443\u044E\u0449\u0438\u0439 Baidu \u043E \u0432\u043A\u043B\u044E\u0447\u0435\u043D\u043D\u043E\u043C \u0442\u0435\u0440\u043C\u0438\u043D\u0435; <1>\u0431\u043E\u043B\u0435\u0435 \u043F\u043E\u0434\u0440\u043E\u0431\u043D\u0430\u044F \u0438\u043D\u0444\u043E\u0440\u043C\u0430\u0446\u0438\u044F \u043F\u0440\u0438\u0432\u0435\u0434\u0435\u043D\u0430 \u0432 \u043E\u0444\u0438\u0446\u0438\u0430\u043B\u044C\u043D\u043E\u0439 \u0434\u043E\u043A\u0443\u043C\u0435\u043D\u0442\u0430\u0446\u0438\u0438.",closeQuickTranslation:"\u0417\u0430\u043A\u0440\u044B\u0442\u044C \u0445\u043E\u0432\u0435\u0440\u0431\u043E\u043B","closeQuickTranslation.untilNext":"\u041D\u0430 \u044D\u0442\u043E\u0442 \u0440\u0430\u0437 \u0437\u0430\u043A\u0440\u044B\u0442\u043E \u0434\u043E \u0441\u043B\u0435\u0434\u0443\u044E\u0449\u0435\u0433\u043E \u043F\u043E\u0441\u0435\u0449\u0435\u043D\u0438\u044F","closeQuickTranslation.currentWebsite":"\u0422\u0435\u043A\u0443\u0449\u0438\u0439 \u0441\u0430\u0439\u0442 \u043E\u0442\u043A\u043B\u044E\u0447\u0435\u043D","closeQuickTranslation.alwaysClose":"\u043E\u0442\u043A\u043B\u044E\u0447\u0438\u0442\u044C \u043D\u0430\u0432\u0441\u0435\u0433\u0434\u0430","closeQuickTranslation.settingOpen":"(\u043C\u043E\u0436\u0435\u0442 \u0431\u044B\u0442\u044C \u0432\u043A\u043B\u044E\u0447\u0435\u043D\u0430 \u043D\u0430 <1>\u0441\u0442\u0440\u0430\u043D\u0438\u0446\u0435 \u043D\u0430\u0441\u0442\u0440\u043E\u0435\u043A )","closeQuickTranslation.cancel":"\u043E\u0442\u043C\u0435\u043D\u044B","closeQuickTranslation.confirm":"\u043E\u043F\u0440\u0435\u0434\u0435\u043B\u0438\u0442\u044C","floatBall.popup":"\u041E\u0442\u043A\u0440\u043E\u0439\u0442\u0435 \u043F\u0430\u043D\u0435\u043B\u044C \u0431\u044B\u0441\u0442\u0440\u044B\u0445 \u043D\u0430\u0441\u0442\u0440\u043E\u0435\u043A","floatBall.translate":"\u041D\u0430\u0436\u043C\u0438\u0442\u0435, \u0447\u0442\u043E\u0431\u044B \u043F\u0435\u0440\u0435\u0432\u0435\u0441\u0442\u0438 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u0443","floatBall.showOriginal":"\u041D\u0430\u0436\u043C\u0438\u0442\u0435, \u0447\u0442\u043E\u0431\u044B \u0432\u0435\u0440\u043D\u0443\u0442\u044C\u0441\u044F \u043A \u043E\u0440\u0438\u0433\u0438\u043D\u0430\u043B\u044C\u043D\u043E\u0439 \u0441\u0442\u0430\u0442\u044C\u0435","floatBall.close":"\u0417\u0430\u043A\u0440\u044B\u0442\u044C \u0445\u043E\u0432\u0435\u0440\u0431\u043E\u043B","floatBallOptions.enableDescPc":"\u041F\u043E\u0441\u043B\u0435 \u0432\u043A\u043B\u044E\u0447\u0435\u043D\u0438\u044F \u0445\u043E\u0432\u0435\u0440\u0431\u043E\u043B\u0430 \u0432 \u043F\u0440\u0430\u0432\u043E\u0439 \u0447\u0430\u0441\u0442\u0438 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u044B \u043F\u043E\u044F\u0432\u0438\u0442\u0441\u044F \u043A\u043D\u043E\u043F\u043A\u0430 \u0431\u044B\u0441\u0442\u0440\u043E\u0433\u043E \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430, \u043D\u0430\u0436\u043C\u0438\u0442\u0435 \u0435\u0435, \u0447\u0442\u043E\u0431\u044B \u043F\u0435\u0440\u0435\u0432\u0435\u0441\u0442\u0438!","floatBallOptions.enableDesc":"\u041F\u043E\u0441\u043B\u0435 \u0432\u044B\u043A\u043B\u044E\u0447\u0435\u043D\u0438\u044F \u0445\u043E\u0432\u0435\u0440\u0431\u043E\u043B\u0430 \u0435\u0433\u043E \u043C\u043E\u0436\u043D\u043E \u0432\u044B\u0437\u0432\u0430\u0442\u044C \u0441 \u043F\u043E\u043C\u043E\u0449\u044C\u044E{touch}. \u041D\u0430\u0441\u0442\u043E\u044F\u0442\u0435\u043B\u044C\u043D\u043E \u0440\u0435\u043A\u043E\u043C\u0435\u043D\u0434\u0443\u0435\u0442\u0441\u044F \u0441\u043E\u0445\u0440\u0430\u043D\u0438\u0442\u044C \u044D\u0442\u0443 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u0443 \u043D\u0430\u0441\u0442\u0440\u043E\u0435\u043A \u0432 \u0437\u0430\u043A\u043B\u0430\u0434\u043A\u0430\u0445, \u0447\u0442\u043E\u0431\u044B \u043D\u0435 \u043F\u043E\u0442\u0435\u0440\u044F\u0442\u044C \u0432\u043E\u0437\u043C\u043E\u0436\u043D\u043E\u0441\u0442\u044C \u043D\u0430\u0439\u0442\u0438 \u0445\u043E\u0432\u0435\u0440\u0431\u043E\u043B \u043F\u043E\u0441\u043B\u0435 \u0441\u043B\u0443\u0447\u0430\u0439\u043D\u043E\u0433\u043E \u043E\u0442\u043A\u043B\u044E\u0447\u0435\u043D\u0438\u044F \u044D\u0442\u043E\u0439 \u043E\u043F\u0446\u0438\u0438!","description.azureApiUrl":"\u0417\u0430\u043F\u043E\u043B\u043D\u0438\u0442\u0435 \u0430\u0434\u0440\u0435\u0441 \u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u0435\u043B\u044C\u0441\u043A\u043E\u0433\u043E \u0438\u043D\u0442\u0435\u0440\u0444\u0435\u0439\u0441\u0430 API",confirmSupportMouse:"\u041F\u0440\u0438\u043D\u0443\u0434\u0438\u0442\u0435\u043B\u044C\u043D\u043E\u0435 \u0432\u043A\u043B\u044E\u0447\u0435\u043D\u0438\u0435 \u043F\u043E\u0434\u0434\u0435\u0440\u0436\u043A\u0438 \u043C\u044B\u0448\u0438",confirmSupportMouseDescription:"\u041E\u0431\u043D\u0430\u0440\u0443\u0436\u0435\u043D\u043E, \u0447\u0442\u043E \u0442\u0435\u043A\u0443\u0449\u0438\u0439 \u0431\u0440\u0430\u0443\u0437\u0435\u0440 \u043D\u0435 \u043F\u043E\u0434\u0434\u0435\u0440\u0436\u0438\u0432\u0430\u0435\u0442 \u0444\u0443\u043D\u043A\u0446\u0438\u044E \u043C\u044B\u0448\u0438, \u043F\u0440\u0438\u043D\u0443\u0434\u0438\u0442\u0435\u043B\u044C\u043D\u043E \u043B\u0438 \u0432\u043A\u043B\u044E\u0447\u0438\u0442\u044C \u043F\u043E\u0434\u0434\u0435\u0440\u0436\u043A\u0443 \u043C\u044B\u0448\u0438?",sampleTargetText:"\u041D\u0430\u0441\u0442\u0443\u043F\u0438\u0442 \u0434\u043E\u043B\u0433\u0430\u044F \u043D\u043E\u0447\u044C, \u0438 \u044F \u0431\u0443\u0434\u0443 \u0441\u0442\u043E\u044F\u0442\u044C \u043D\u0430 \u0441\u0442\u0440\u0430\u0436\u0435 \u0441 \u044D\u0442\u043E\u0433\u043E \u0434\u043D\u044F \u0438 \u0434\u043E \u0441\u0430\u043C\u043E\u0439 \u0441\u043C\u0435\u0440\u0442\u0438. \u042F \u043D\u0435 \u0432\u043E\u0437\u044C\u043C\u0443 \u0436\u0435\u043D\u0443, \u043D\u0435 \u0441\u043E\u0437\u0434\u0430\u043C \u0432\u043E\u0442\u0447\u0438\u043D\u0443, \u043D\u0435 \u0437\u0430\u0432\u0435\u0434\u0443 \u0434\u0435\u0442\u0435\u0439. \u042F \u043D\u0435 \u0431\u0443\u0434\u0443 \u043D\u043E\u0441\u0438\u0442\u044C \u043A\u043E\u0440\u043E\u043D\u0443, \u043D\u0435 \u0431\u0443\u0434\u0443 \u0441\u0442\u0440\u0435\u043C\u0438\u0442\u044C\u0441\u044F \u043A \u043F\u043E\u0447\u0435\u0441\u0442\u044F\u043C. \u042F \u0431\u0443\u0434\u0443 \u0438\u0441\u043F\u043E\u043B\u043D\u044F\u0442\u044C \u0441\u0432\u043E\u0439 \u0434\u043E\u043B\u0433, \u0436\u0438\u0442\u044C \u0438 \u0443\u043C\u0438\u0440\u0430\u0442\u044C.",sampleSourceText:"Night gathers, and now my watch begins. It shall not end until my death. I shall take no wife, hold no lands, father no children. I shall wear no crowns and win no glory. I shall live and die at my post.","subtitle.supportedSites":"\u5DF2\u652F\u6301\u5728\u8FD9\u4E9B\u7F51\u7AD9\u4F7F\u7528\u53CC\u8BED\u5B57\u5E55\uFF08\u6CE8\u610F\uFF1A\u7531\u4E8E\u6280\u672F\u9650\u5236\uFF0C\u90E8\u5206\u7F51\u7AD9\u5728\u9996\u6B21\u5F00\u542F\u5B57\u5E55\u540E\u9700\u8981\u91CD\u65B0\u5237\u65B0\u9875\u9762\uFF0C\u6216\u8005\u9700\u7B49\u5F85\u7FFB\u8BD1\u5B8C\u6210\u4EE5\u663E\u793A\u53CC\u8BED\u5B57\u5E55\uFF09\uFF1A",viewWithImmersiveTranslate:"\u53CC\u8BED\u7248\u672C(\u6C89\u6D78\u5F0F\u7FFB\u8BD1)",errorReason:"\u9519\u8BEF\u539F\u56E0\uFF1A{message}","proQuotaExceededError.onetime7day":'\uFF0C\u60A8\u53EF\u4EE5\u9009\u62E9\u4EE5\u4E0B\u65B9\u5F0F\u89E3\u51B3\uFF1A

1. \u5207\u6362\u5230 {anotherService} \u6216\u5176\u4ED6\u7FFB\u8BD1\u670D\u52A1
2. \u5347\u7EA7\u4E3A\u6708\u5EA6/\u5E74\u5EA6\u4F1A\u5458',"proQuotaExceededError.trial":'\uFF0C\u60A8\u53EF\u4EE5\u9009\u62E9\u4EE5\u4E0B\u65B9\u5F0F\u89E3\u51B3\uFF1A

1. \u5207\u6362\u5230 {anotherService} \u6216\u5176\u4ED6\u7FFB\u8BD1\u670D\u52A1
2. \u7ACB\u523B\u5347\u7EA7\u4E3A\u6B63\u5F0F\u4F1A\u5458',"proQuotaExceededError.nonTrial":'\uFF0C\u60A8\u53EF\u4EE5\u9009\u62E9\u4EE5\u4E0B\u65B9\u5F0F\u89E3\u51B3\uFF1A

1. \u5207\u6362\u5230 {anotherService} \u6216\u5176\u4ED6\u7FFB\u8BD1\u670D\u52A1
2. \u8D2D\u4E70 {translationService} \u989D\u5916\u6D41\u91CF\u5305',"proQuotaExceededError.resetTime":"
3. \u989D\u5EA6\u91CD\u7F6E\u65F6\u95F4\uFF1A{resetTime}","desc.touchShortcutsToggleTranslatePageOnlyTranslation":"\u0422\u043E\u043B\u044C\u043A\u043E \u043F\u0435\u0440\u0435\u0432\u043E\u0434 \u043E\u0437\u043D\u0430\u0447\u0430\u0435\u0442, \u0447\u0442\u043E \u043E\u0442\u043E\u0431\u0440\u0430\u0436\u0430\u0435\u0442\u0441\u044F \u0442\u043E\u043B\u044C\u043A\u043E \u043F\u0435\u0440\u0435\u0432\u043E\u0434. \u0415\u0441\u043B\u0438 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u0430 \u0435\u0449\u0435 \u043D\u0435 \u043F\u0435\u0440\u0435\u0432\u0435\u0434\u0435\u043D\u0430, \u043E\u043D\u0430 \u043F\u0435\u0440\u0435\u043A\u043B\u044E\u0447\u0438\u0442\u0441\u044F \u0432 \u0440\u0435\u0436\u0438\u043C \u0438 \u0431\u0443\u0434\u0435\u0442 \u043F\u0435\u0440\u0435\u0432\u0435\u0434\u0435\u043D\u0430.","desc.toggleOnlyTransation":'\u0420\u0435\u0436\u0438\u043C "\u0422\u043E\u043B\u044C\u043A\u043E \u043F\u0435\u0440\u0435\u0432\u043E\u0434" \u043E\u0437\u043D\u0430\u0447\u0430\u0435\u0442, \u0447\u0442\u043E \u043E\u0442\u043E\u0431\u0440\u0430\u0436\u0430\u0435\u0442\u0441\u044F \u0442\u043E\u043B\u044C\u043A\u043E \u043F\u0435\u0440\u0435\u0432\u043E\u0434. \u0415\u0441\u043B\u0438 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u0430 \u0435\u0449\u0435 \u043D\u0435 \u043F\u0435\u0440\u0435\u0432\u0435\u0434\u0435\u043D\u0430, \u0440\u0435\u0436\u0438\u043C \u0431\u0443\u0434\u0435\u0442 \u043F\u0435\u0440\u0435\u043A\u043B\u044E\u0447\u0435\u043D \u0438 \u0432\u044B\u043F\u043E\u043B\u043D\u0435\u043D \u043F\u0435\u0440\u0435\u0432\u043E\u0434.',touchShortcutsToggleTranslatePageOnlyTranslation:"\u041D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0430 \u0436\u0435\u0441\u0442\u043E\u0432 \u0441\u0435\u043D\u0441\u043E\u0440\u043D\u043E\u0433\u043E \u044D\u043A\u0440\u0430\u043D\u0430 \u0434\u043B\u044F \u043F\u0435\u0440\u0435\u043A\u043B\u044E\u0447\u0435\u043D\u0438\u044F \u043C\u0435\u0436\u0434\u0443 \u0434\u0432\u0443\u044F\u0437\u044B\u0447\u043D\u044B\u043C / \u0442\u043E\u043B\u044C\u043A\u043E \u0442\u0435\u043A\u0441\u0442\u043E\u043C \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430",download_started:"\u0417\u0430\u0433\u0440\u0443\u0437\u043A\u0430 \u0443\u0436\u0435 \u043D\u0430\u0447\u0430\u043B\u0430\u0441\u044C, \u0435\u0441\u043B\u0438 \u043E\u043D\u0430 \u043D\u0435 \u043D\u0430\u0447\u0430\u043B\u0430\u0441\u044C \u0430\u0432\u0442\u043E\u043C\u0430\u0442\u0438\u0447\u0435\u0441\u043A\u0438, \u043F\u043E\u0436\u0430\u043B\u0443\u0439\u0441\u0442\u0430, \u043D\u0430\u0436\u043C\u0438\u0442\u0435 \u0432\u0440\u0443\u0447\u043D\u0443\u044E.",here:"\u0437\u0434\u0435\u0441\u044C","error.goReset":"\u0441\u0431\u0440\u043E\u0441\u0438\u0442\u044C",batchEdit:"\u041C\u0430\u0441\u0441\u043E\u0432\u0430\u044F \u043E\u043F\u0435\u0440\u0430\u0446\u0438\u044F","error.configError":"\u041D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0430 \u0434\u0430\u043D\u043D\u044B\u0445 \u0430\u043D\u043E\u043C\u0430\u043B\u044C\u043D\u0430","translationFont.custom":"\u0412\u0432\u0435\u0434\u0438\u0442\u0435 \u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u0435\u043B\u044C\u0441\u043A\u0438\u0439 \u0448\u0440\u0438\u0444\u0442",translationFont:"\u0443\u0441\u0442\u0430\u043D\u043E\u0432\u0438\u0442\u044C \u0448\u0440\u0438\u0444\u0442",detectServiceLoading:"\u041F\u0440\u043E\u0432\u0435\u0440\u043A\u0430 \u0434\u043E\u0441\u0442\u0443\u043F\u043D\u044B\u0445 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0447\u0435\u0441\u043A\u0438\u0445 \u0443\u0441\u043B\u0443\u0433...","translationFont.customPlaceholder":"\u0448\u0440\u0438\u0444\u0442","touch.mouse-translate":"\u041F\u0435\u0440\u0435\u0432\u0435\u0441\u0442\u0438 \u0443\u043A\u0430\u0437\u0430\u043D\u043D\u044B\u0439 \u0430\u0431\u0437\u0430\u0446","translationModeLang.translation.title":"\u0422\u043E\u043B\u044C\u043A\u043E \u0440\u0435\u0436\u0438\u043C \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430 \u044F\u0437\u044B\u043A\u0430","error.serveConfigError":"\u041E\u0448\u0438\u0431\u043A\u0430 \u043A\u043E\u043D\u0444\u0438\u0433\u0443\u0440\u0430\u0446\u0438\u0438 \u0441\u0435\u0440\u0432\u0438\u0441\u0430","error.403":"\u0421\u043B\u0443\u0436\u0431\u0430 \u0432\u043E\u0437\u0432\u0440\u0430\u0449\u0430\u0435\u0442 \u043E\u0448\u0438\u0431\u043A\u0443, \u0432\u0440\u0435\u043C\u0435\u043D\u043D\u043E \u043D\u0435\u0442 \u0434\u043E\u0441\u0442\u0443\u043F\u0430 \u043A \u044D\u0442\u043E\u0439 \u0441\u043B\u0443\u0436\u0431\u0435.","error.proUpgrade":"\u041F\u043E\u0441\u043B\u0435 \u043E\u0431\u043D\u043E\u0432\u043B\u0435\u043D\u0438\u044F, \u043F\u043E\u0436\u0430\u043B\u0443\u0439\u0441\u0442\u0430, \u043E\u0431\u043D\u043E\u0432\u0438\u0442\u0435 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u0443 \u0438 \u043F\u0435\u0440\u0435\u0432\u0435\u0434\u0438\u0442\u0435 \u0441\u043D\u043E\u0432\u0430.","translationModeUrl.translation.title":"\u0412\u0435\u0431-\u0430\u0434\u0440\u0435\u0441 \u0442\u043E\u043B\u044C\u043A\u043E \u0434\u043B\u044F \u0440\u0435\u0436\u0438\u043C\u0430 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430",enableSentryReport:"\u041A\u043E\u0433\u0434\u0430 \u043F\u0440\u043E\u0438\u0441\u0445\u043E\u0434\u0438\u0442 \u043E\u0448\u0438\u0431\u043A\u0430 \u0440\u0430\u0441\u0448\u0438\u0440\u0435\u043D\u0438\u044F, \u043E\u0442\u043F\u0440\u0430\u0432\u043B\u044F\u0439\u0442\u0435 \u043E\u0442\u0437\u044B\u0432\u044B \u0447\u0435\u0440\u0435\u0437 Sentry.","error.reloadPageOfSetting":"\u041F\u043E\u0441\u043B\u0435 \u043D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0438, \u043F\u043E\u0436\u0430\u043B\u0443\u0439\u0441\u0442\u0430, \u043E\u0431\u043D\u043E\u0432\u0438\u0442\u0435 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u0443 \u0438 \u043F\u0435\u0440\u0435\u0432\u0435\u0434\u0438\u0442\u0435 \u0441\u043D\u043E\u0432\u0430.","error.502":"\u0421\u0435\u0440\u0432\u0438\u0441 \u0432\u043E\u0437\u0432\u0440\u0430\u0449\u0430\u0435\u0442 \u043E\u0448\u0438\u0431\u043A\u0443, \u0432\u0440\u0435\u043C\u044F \u043E\u0436\u0438\u0434\u0430\u043D\u0438\u044F \u0441\u0435\u0440\u0432\u0438\u0441\u0430 \u0438\u0441\u0442\u0435\u043A\u043B\u043E, \u043F\u043E\u0436\u0430\u043B\u0443\u0439\u0441\u0442\u0430, \u043F\u043E\u043F\u0440\u043E\u0431\u0443\u0439\u0442\u0435 \u043F\u043E\u0437\u0436\u0435.","translationModeUrl.translation.description":"\u041A\u043E\u0433\u0434\u0430 \u0432\u0435\u0431-\u0441\u0430\u0439\u0442 \u0438\u043C\u0435\u0435\u0442 \u0441\u043B\u0435\u0434\u0443\u044E\u0449\u0438\u0435 \u0434\u043E\u043C\u0435\u043D\u043D\u044B\u0435 \u0438\u043C\u0435\u043D\u0430, \u043E\u043D \u0430\u0432\u0442\u043E\u043C\u0430\u0442\u0438\u0447\u0435\u0441\u043A\u0438 \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u0443\u0435\u0442 \u0440\u0435\u0436\u0438\u043C \u0442\u043E\u043B\u044C\u043A\u043E \u0441 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u043E\u043C.",videoSubtitlePreTranslationOn:"\u0412\u0438\u0434\u0435\u043E \u0441\u0443\u0431\u0442\u0438\u0442\u0440\u044B \u0431\u0443\u0434\u0443\u0442 \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u044C \u043F\u043E\u0433\u0440\u0443\u0436\u0435\u043D\u0438\u0435 \u0432 \u043F\u0435\u0440\u0435\u0432\u043E\u0434 \u0432 \u043F\u0435\u0440\u0432\u0443\u044E \u043E\u0447\u0435\u0440\u0435\u0434\u044C.","translationServices.inherit":"\u0421\u043B\u0435\u0434\u0443\u0439\u0442\u0435 \u0437\u0430 \u043E\u0441\u043D\u043E\u0432\u043D\u044B\u043C \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0447\u0435\u0441\u043A\u0438\u043C \u0441\u0435\u0440\u0432\u0438\u0441\u043E\u043C","error.proTokenInvalid":"\u0415\u0441\u043B\u0438 \u0432\u044B \u044F\u0432\u043B\u044F\u0435\u0442\u0435\u0441\u044C \u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u0435\u043B\u0435\u043C Pro, \u043F\u043E\u0436\u0430\u043B\u0443\u0439\u0441\u0442\u0430, \u0432\u043E\u0439\u0434\u0438\u0442\u0435 \u0432 \u0441\u0438\u0441\u0442\u0435\u043C\u0443, \u043F\u0440\u0435\u0436\u0434\u0435 \u0447\u0435\u043C \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u044C \u0441\u0435\u0440\u0432\u0438\u0441 Pro \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430.",toggleToService:"\u041F\u0435\u0440\u0435\u043A\u043B\u044E\u0447\u0438\u0442\u0435\u0441\u044C \u043D\u0430 {service} \u0438 \u043F\u043E\u043F\u0440\u043E\u0431\u0443\u0439\u0442\u0435 \u0441\u043D\u043E\u0432\u0430",videoSubtitlePreTranslationOff:"\u041F\u0440\u0438\u043E\u0440\u0438\u0442\u0435\u0442 \u0431\u0443\u0434\u0435\u0442 \u043E\u0442\u0434\u0430\u043D \u043C\u0430\u0448\u0438\u043D\u043D\u043E\u043C\u0443 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0443 \u0441\u0443\u0431\u0442\u0438\u0442\u0440\u043E\u0432, \u0432\u0441\u0442\u0440\u043E\u0435\u043D\u043D\u044B\u0445 \u0432 \u043E\u0440\u0438\u0433\u0438\u043D\u0430\u043B\u044C\u043D\u043E\u0435 \u0432\u0438\u0434\u0435\u043E.","error.gemini.429":"\u0422\u0435\u043A\u0443\u0449\u0430\u044F \u0441\u043B\u0443\u0436\u0431\u0430 Gemini \u0443\u0436\u0435 \u0434\u043E\u0441\u0442\u0438\u0433\u043B\u0430 \u0441\u0432\u043E\u0435\u0433\u043E \u043F\u0440\u0435\u0434\u0435\u043B\u0430, \u043F\u043E\u0436\u0430\u043B\u0443\u0439\u0441\u0442\u0430, \u043F\u043E\u043F\u0440\u043E\u0431\u0443\u0439\u0442\u0435 \u043F\u043E\u0437\u0436\u0435 \u0438\u043B\u0438 \u043F\u0435\u0440\u0435\u043A\u043B\u044E\u0447\u0438\u0442\u0435\u0441\u044C \u043D\u0430 \u0434\u0440\u0443\u0433\u0443\u044E \u0441\u043B\u0443\u0436\u0431\u0443 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430.","translationModeLang.translation.description":'\u041A\u043E\u0433\u0434\u0430 \u044F\u0437\u044B\u043A \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u044B \u044F\u0432\u043B\u044F\u0435\u0442\u0441\u044F \u043E\u0434\u043D\u0438\u043C \u0438\u0437 \u0441\u043B\u0435\u0434\u0443\u044E\u0449\u0438\u0445, \u0430\u0432\u0442\u043E\u043C\u0430\u0442\u0438\u0447\u0435\u0441\u043A\u0438 \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u0443\u0435\u0442\u0441\u044F \u0440\u0435\u0436\u0438\u043C "\u0442\u043E\u043B\u044C\u043A\u043E \u043F\u0435\u0440\u0435\u0432\u043E\u0434".',"translationFont.notSupportErrorMessage":"\u041F\u043E\u0436\u0430\u043B\u0443\u0439\u0441\u0442\u0430, \u043F\u0440\u043E\u0432\u0435\u0440\u044C\u0442\u0435 \u043F\u0440\u0430\u0432\u0438\u043B\u044C\u043D\u043E\u0441\u0442\u044C \u0432\u0432\u0435\u0434\u0435\u043D\u043D\u043E\u0433\u043E \u0432\u0430\u043C\u0438 \u043D\u0430\u0437\u0432\u0430\u043D\u0438\u044F \u0448\u0440\u0438\u0444\u0442\u0430 \u0438\u043B\u0438 \u0443\u0431\u0435\u0434\u0438\u0442\u0435\u0441\u044C, \u0447\u0442\u043E \u044D\u0442\u043E\u0442 \u0448\u0440\u0438\u0444\u0442 \u0443\u0436\u0435 \u0443\u0441\u0442\u0430\u043D\u043E\u0432\u043B\u0435\u043D \u043D\u0430 \u0432\u0430\u0448\u0435\u043C \u0443\u0441\u0442\u0440\u043E\u0439\u0441\u0442\u0432\u0435.","error.429":"\u0421\u0435\u0440\u0432\u0438\u0441 \u0432\u043E\u0437\u0432\u0440\u0430\u0449\u0430\u0435\u0442 \u043E\u0448\u0438\u0431\u043A\u0443, \u0447\u0442\u043E \u0443\u043A\u0430\u0437\u044B\u0432\u0430\u0435\u0442 \u043D\u0430 \u0441\u043B\u0438\u0448\u043A\u043E\u043C \u0447\u0430\u0441\u0442\u044B\u0435 \u0437\u0430\u043F\u0440\u043E\u0441\u044B \u0438\u043B\u0438 \u043F\u0440\u0435\u0432\u044B\u0448\u0435\u043D\u0438\u0435 \u043B\u0438\u043C\u0438\u0442\u0430. \u041F\u043E\u0436\u0430\u043B\u0443\u0439\u0441\u0442\u0430, \u043F\u043E\u043F\u0440\u043E\u0431\u0443\u0439\u0442\u0435 \u043F\u043E\u0437\u0436\u0435.","error.400":"\u0421\u043B\u0443\u0436\u0431\u0430 \u0432\u043E\u0437\u0432\u0440\u0430\u0449\u0430\u0435\u0442 \u043E\u0448\u0438\u0431\u043A\u0443, \u043D\u0435\u0432\u0435\u0440\u043D\u044B\u0439 \u0437\u0430\u043F\u0440\u043E\u0441 \u043F\u0430\u0440\u0430\u043C\u0435\u0442\u0440\u0430, \u043F\u0440\u043E\u0432\u0435\u0440\u044C\u0442\u0435 \u0441\u043E\u043E\u0442\u0432\u0435\u0442\u0441\u0442\u0432\u0443\u044E\u0449\u0443\u044E \u043A\u043E\u043D\u0444\u0438\u0433\u0443\u0440\u0430\u0446\u0438\u044E.","error.openAIExceededQuota":"\u0421\u0435\u0440\u0432\u0438\u0441 \u0432\u043E\u0437\u0432\u0440\u0430\u0449\u0430\u0435\u0442 \u043E\u0448\u0438\u0431\u043A\u0443: \u043D\u0430 \u0432\u0430\u0448\u0435\u043C \u0442\u0435\u043A\u0443\u0449\u0435\u043C \u0441\u0447\u0435\u0442\u0443 OpenAI \u043D\u0435\u0434\u043E\u0441\u0442\u0430\u0442\u043E\u0447\u043D\u043E \u0441\u0440\u0435\u0434\u0441\u0442\u0432, \u043F\u043E\u0436\u0430\u043B\u0443\u0439\u0441\u0442\u0430, \u043F\u043E\u043F\u043E\u043B\u043D\u0438\u0442\u0435 \u0441\u0447\u0435\u0442 \u0438\u043B\u0438 \u043F\u0440\u0438\u0432\u044F\u0436\u0438\u0442\u0435 \u043A\u0440\u0435\u0434\u0438\u0442\u043D\u0443\u044E \u043A\u0430\u0440\u0442\u0443 \u0432 \u043E\u0444\u0438\u0446\u0438\u0430\u043B\u044C\u043D\u043E\u0439 \u0430\u0434\u043C\u0438\u043D\u0438\u0441\u0442\u0440\u0430\u0442\u0438\u0432\u043D\u043E\u0439 \u043F\u0430\u043D\u0435\u043B\u0438 OpenAI.","error.googleLimitIp":"\u0421\u043B\u0443\u0436\u0431\u0430 \u0432\u043E\u0437\u0432\u0440\u0430\u0449\u0430\u0435\u0442 \u043E\u0448\u0438\u0431\u043A\u0443, Google \u043E\u0433\u0440\u0430\u043D\u0438\u0447\u0438\u0432\u0430\u0435\u0442 \u0434\u043E\u0441\u0442\u0443\u043F \u0434\u043B\u044F \u044D\u0442\u043E\u0433\u043E IP-\u0430\u0434\u0440\u0435\u0441\u0430, \u0440\u0435\u043A\u043E\u043C\u0435\u043D\u0434\u0443\u0435\u0442\u0441\u044F \u0438\u0437\u043C\u0435\u043D\u0438\u0442\u044C \u0441\u0435\u0442\u0435\u0432\u043E\u0439 \u0443\u0437\u0435\u043B.","desc.toggleVideoSubtitlePreTranslation":"\u041F\u043E\u0441\u043B\u0435 \u043D\u0430\u0436\u0430\u0442\u0438\u044F, \u0434\u0432\u0443\u044F\u0437\u044B\u0447\u043D\u044B\u0435 \u0441\u0443\u0431\u0442\u0438\u0442\u0440\u044B \u0432\u0438\u0434\u0435\u043E \u0431\u0443\u0434\u0443\u0442 \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u044C \u043D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0438 \u043F\u043E\u0433\u0440\u0443\u0436\u0435\u043D\u0438\u044F \u0432 \u043F\u0435\u0440\u0435\u0432\u043E\u0434 \u0432 \u043F\u0435\u0440\u0432\u0443\u044E \u043E\u0447\u0435\u0440\u0435\u0434\u044C, \u043F\u0440\u0438 \u043F\u043E\u0432\u0442\u043E\u0440\u043D\u043E\u043C \u043D\u0430\u0436\u0430\u0442\u0438\u0438 \u0431\u0443\u0434\u0435\u0442 \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u044C\u0441\u044F \u043C\u0430\u0448\u0438\u043D\u043D\u044B\u0439 \u043F\u0435\u0440\u0435\u0432\u043E\u0434 \u0441\u0443\u0431\u0442\u0438\u0442\u0440\u043E\u0432 \u0438\u0437\u043D\u0430\u0447\u0430\u043B\u044C\u043D\u043E\u0433\u043E \u0432\u0438\u0434\u0435\u043E. \u041E\u0431\u0440\u0430\u0442\u0438\u0442\u0435 \u0432\u043D\u0438\u043C\u0430\u043D\u0438\u0435: \u044D\u0442\u043E\u0442 \u044F\u0440\u043B\u044B\u043A \u0438\u0437\u043C\u0435\u043D\u044F\u0435\u0442 \u0433\u043B\u043E\u0431\u0430\u043B\u044C\u043D\u044B\u0435 \u043D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0438.","error.openAIFreeLimit":"\u0421\u0435\u0440\u0432\u0438\u0441 \u0432\u043E\u0437\u0432\u0440\u0430\u0449\u0430\u0435\u0442 \u043E\u0448\u0438\u0431\u043A\u0443, \u0442\u0435\u043A\u0443\u0449\u0430\u044F \u0447\u0430\u0441\u0442\u043E\u0442\u0430 \u0437\u0430\u043F\u0440\u043E\u0441\u043E\u0432 \u043D\u0430 \u043F\u0435\u0440\u0435\u0432\u043E\u0434 \u0434\u043E\u0441\u0442\u0438\u0433\u043B\u0430 \u043F\u0440\u0435\u0434\u0435\u043B\u0430 \u0432 3 \u0440\u0430\u0437\u0430 \u0432 \u043C\u0438\u043D\u0443\u0442\u0443, \u043F\u043E\u0436\u0430\u043B\u0443\u0439\u0441\u0442\u0430, \u043F\u043E\u043F\u0440\u043E\u0431\u0443\u0439\u0442\u0435 \u043F\u043E\u0437\u0436\u0435. (\u042D\u0442\u043E \u043E\u0433\u0440\u0430\u043D\u0438\u0447\u0435\u043D\u0438\u0435 OpenAI \u0434\u043B\u044F \u0431\u0435\u0441\u043F\u043B\u0430\u0442\u043D\u043E\u0433\u043E API Key, \u0447\u0442\u043E\u0431\u044B \u0441\u043D\u044F\u0442\u044C \u044D\u0442\u043E \u043E\u0433\u0440\u0430\u043D\u0438\u0447\u0435\u043D\u0438\u0435, \u043F\u043E\u0436\u0430\u043B\u0443\u0439\u0441\u0442\u0430, \u043F\u0440\u0438\u0432\u044F\u0436\u0438\u0442\u0435 \u043A\u0440\u0435\u0434\u0438\u0442\u043D\u0443\u044E \u043A\u0430\u0440\u0442\u0443 \u0432 \u0431\u044D\u043A\u0435\u043D\u0434\u0435 OpenAI.)","error.serveUnavailable":"\u0412 \u043D\u0430\u0441\u0442\u043E\u044F\u0449\u0435\u0435 \u0432\u0440\u0435\u043C\u044F \u0443\u0441\u043B\u0443\u0433\u0430 [{serverName}], \u043A\u043E\u0442\u043E\u0440\u0443\u044E \u0432\u044B \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u0443\u0435\u0442\u0435, \u0432\u0440\u0435\u043C\u0435\u043D\u043D\u043E \u043D\u0435\u0434\u043E\u0441\u0442\u0443\u043F\u043D\u0430 \u0438\u0437-\u0437\u0430 \u043F\u0440\u043E\u0431\u043B\u0435\u043C \u0441 \u043F\u043E\u0434\u043A\u043B\u044E\u0447\u0435\u043D\u0438\u0435\u043C \u043A \u0441\u0435\u0442\u0438 \u0438\u043B\u0438 \u043F\u043E\u0441\u0442\u0430\u0432\u0449\u0438\u043A\u043E\u043C \u0443\u0441\u043B\u0443\u0433. \u0420\u0435\u043A\u043E\u043C\u0435\u043D\u0434\u0443\u0435\u043C \u0432\u0430\u043C \u043F\u043E\u043F\u0440\u043E\u0431\u043E\u0432\u0430\u0442\u044C \u043E\u0431\u043D\u043E\u0432\u0438\u0442\u044C \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u0443 \u0438\u043B\u0438 \u0438\u0437\u043C\u0435\u043D\u0438\u0442\u044C \u0434\u0440\u0443\u0433\u043E\u0439 \u0441\u0435\u0440\u0432\u0438\u0441 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430 \u0447\u0435\u0440\u0435\u0437 <1>\u043D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0438. \u0415\u0441\u043B\u0438 \u0432\u044B <2>Pro-\u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u0435\u043B\u044C, \u0432\u044B \u043C\u043E\u0436\u0435\u0442\u0435 \u0432\u044B\u0431\u0440\u0430\u0442\u044C \u0431\u043E\u043B\u0435\u0435 \u0441\u0442\u0430\u0431\u0438\u043B\u044C\u043D\u044B\u0435 \u0441\u0435\u0440\u0432\u0438\u0441\u044B \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430 DeepL \u0438\u043B\u0438 OpenAI (<3>\u043D\u0430\u0436\u043C\u0438\u0442\u0435 \u0437\u0434\u0435\u0441\u044C, \u0447\u0442\u043E\u0431\u044B \u043F\u043E\u043F\u0440\u043E\u0431\u043E\u0432\u0430\u0442\u044C \u0431\u0435\u0441\u043F\u043B\u0430\u0442\u043D\u043E). \u041A\u0440\u043E\u043C\u0435 \u0442\u043E\u0433\u043E, \u0432\u0430\u043C, \u0432\u043E\u0437\u043C\u043E\u0436\u043D\u043E, \u043F\u0440\u0438\u0434\u0435\u0442\u0441\u044F \u043F\u0440\u043E\u0432\u0435\u0440\u0438\u0442\u044C \u043D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0438 \u0432\u0430\u0448\u0435\u0439 \u0441\u0435\u0442\u0438 \u0438\u043B\u0438 \u043F\u0440\u043E\u043A\u0441\u0438.",pickAll:"\u0412\u044B\u0431\u0440\u0430\u0442\u044C \u0432\u0441\u0435","tagsInput.add":"+ \u0414\u043E\u0431\u0430\u0432\u0438\u0442\u044C",loggedIn:"\u0412\u0445\u043E\u0434 \u0432\u044B\u043F\u043E\u043B\u043D\u0435\u043D","widget.translateFile":"PDF/ePub","translationServices.gemini":"\u0411\u043B\u0438\u0437\u043D\u0435\u0446\u044B",notLogin:"\u041D\u0435 \u0432\u043E\u0448\u0435\u043B \u0432 \u0441\u0438\u0441\u0442\u0435\u043C\u0443","multipleClick.2":"\u0434\u0432\u043E\u0439\u043D\u043E\u0439 \u043A\u043B\u0438\u043A",goLogin:"\u0432\u043E\u0439\u0442\u0438 \u0432 \u0441\u0438\u0441\u0442\u0435\u043C\u0443","multipleClick.3":"\u0442\u0440\u043E\u0439\u043D\u043E\u0439 \u0443\u0434\u0430\u0440","error.subscriptionExpiredTitle":"\u0427\u043B\u0435\u043D\u0441\u0442\u0432\u043E \u0438\u0441\u0442\u0435\u043A\u043B\u043E",shortcutSettings:"\u0413\u043E\u0440\u044F\u0447\u0438\u0435 \u043A\u043B\u0430\u0432\u0438\u0448\u0438","widget.instruction":"\u0418\u043D\u0441\u0442\u0440\u0443\u043A\u0446\u0438\u044F \u043F\u043E \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u043D\u0438\u044E",contact:"\u0421\u0432\u044F\u0436\u0438\u0442\u0435\u0441\u044C \u0441 \u043D\u0430\u043C\u0438","widget.videoSubtitle":"\u0432\u0438\u0434\u0435\u043E \u0441\u0443\u0431\u0442\u0438\u0442\u0440\u044B","error.retry":"\u041F\u043E\u0432\u0442\u043E\u0440\u0438\u0442\u044C \u043F\u043E\u043F\u044B\u0442\u043A\u0443","widget.instructionTooltip":"\u041F\u0440\u043E\u0441\u043C\u043E\u0442\u0440 \u0438\u043D\u0441\u0442\u0440\u0443\u043A\u0446\u0438\u0439 \u043F\u043E \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u043D\u0438\u044E","subtitle.bilingual":"\u0434\u0432\u0443\u044F\u0437\u044B\u0447\u043D\u044B\u0435 \u0441\u0443\u0431\u0442\u0438\u0442\u0440\u044B","error.reason":"\u043F\u0440\u0438\u0447\u0438\u043D\u0430 \u043E\u0448\u0438\u0431\u043A\u0438",alwaysTranslateThisSite:"\u0412\u0441\u0435\u0433\u0434\u0430 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0438\u0442\u0435 \u044D\u0442\u043E\u0442 \u0441\u0430\u0439\u0442",touchShortcutsOff:"\u0437\u0430\u043A\u0440\u044B\u0442\u044C",neverTranslateThisSite:"\u041D\u0438\u043A\u043E\u0433\u0434\u0430 \u043D\u0435 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0438\u0442\u0435 \u044D\u0442\u043E\u0442 \u0441\u0430\u0439\u0442",buildSnapshots:"\u0421\u043E\u0437\u0434\u0430\u043D\u0438\u0435 \u0441\u043D\u0438\u043C\u043A\u0430 \u0432\u0435\u0431-\u0441\u0442\u0440\u0430\u043D\u0438\u0446\u044B","slide.left":"\u041F\u0440\u043E\u0432\u0435\u0434\u0438\u0442\u0435 \u0432\u043F\u0440\u0430\u0432\u043E","shortcutGroup.others":"\u0411\u043E\u043B\u044C\u0448\u0435 \u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u0435\u043B\u044C\u0441\u043A\u0438\u0445 \u0444\u0443\u043D\u043A\u0446\u0438\u0439 \u0433\u043E\u0440\u044F\u0447\u0438\u0445 \u043A\u043B\u0430\u0432\u0438\u0448",temprarilyChangeTranslationTo_openai:"\u0418\u0441\u043F\u043E\u043B\u044C\u0437\u0443\u0435\u0442\u0441\u044F OpenAI \u0434\u043B\u044F \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430 \u0442\u0435\u043A\u0443\u0449\u0435\u0439 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u044B","intro.hoverTitle":"\u041D\u0430\u0432\u0435\u0434\u0438\u0442\u0435 \u043A\u0443\u0440\u0441\u043E\u0440, \u0447\u0442\u043E\u0431\u044B \u043F\u0435\u0440\u0435\u0432\u0435\u0441\u0442\u0438 \u0442\u0435\u043A\u0443\u0449\u0438\u0439 \u0430\u0431\u0437\u0430\u0446","browser.translateWithDeepL":"\u0412\u0440\u0435\u043C\u0435\u043D\u043D\u043E \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u0443\u0439\u0442\u0435 DeepL \u0434\u043B\u044F \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430 \u0442\u0435\u043A\u0443\u0449\u0435\u0439 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u044B","slide.right":"\u0421\u0432\u0430\u0439\u043F \u0432\u043B\u0435\u0432\u043E",translationOnlyMode:"\u0422\u043E\u043B\u044C\u043A\u043E \u0440\u0435\u0436\u0438\u043C \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430",notLoginPro:"\u0412\u044B \u0435\u0449\u0435 \u043D\u0435 \u0432\u043E\u0448\u043B\u0438 \u0432 \u0441\u0432\u043E\u0439 \u0430\u043A\u043A\u0430\u0443\u043D\u0442",mouseHoverCustomKeyTitle:"\u041D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0430 \u0433\u043E\u0440\u044F\u0447\u0438\u0445 \u043A\u043B\u0430\u0432\u0438\u0448 \u043F\u0440\u0438 \u043D\u0430\u0432\u0435\u0434\u0435\u043D\u0438\u0438 \u043C\u044B\u0448\u0438","shortcutGroup.mouse":"\u041D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0430 \u0433\u043E\u0440\u044F\u0447\u0438\u0445 \u043A\u043B\u0430\u0432\u0438\u0448 \u043F\u0440\u0438 \u043D\u0430\u0432\u0435\u0434\u0435\u043D\u0438\u0438 \u043C\u044B\u0448\u0438",temprarilyChangeTranslationTo_deepl:"\u0418\u0441\u043F\u043E\u043B\u044C\u0437\u0443\u0435\u0442\u0441\u044F \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0447\u0438\u043A DeepL \u0434\u043B\u044F \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430 \u0442\u0435\u043A\u0443\u0449\u0435\u0439 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u044B.","browser.translateWithGoogle":"\u0412\u0440\u0435\u043C\u0435\u043D\u043D\u043E\u0435 \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u043D\u0438\u0435 Google Translate \u0434\u043B\u044F \u0442\u0435\u043A\u0443\u0449\u0435\u0439 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u044B","shortcutGroup.touch":"\u0421\u043F\u0435\u0446\u0438\u0430\u043B\u044C\u043D\u044B\u0435 \u0436\u0435\u0441\u0442\u044B \u0434\u043B\u044F \u0441\u0435\u043D\u0441\u043E\u0440\u043D\u043E\u0433\u043E \u044D\u043A\u0440\u0430\u043D\u0430","browser.translateInputBox":"\u041F\u0435\u0440\u0435\u0432\u0435\u0441\u0442\u0438 \u0442\u0435\u043A\u0443\u0449\u0435\u0435 \u0441\u043E\u0434\u0435\u0440\u0436\u0438\u043C\u043E\u0435 \u0432\u0432\u043E\u0434\u0430","widget.videoSubtitleTooltip":"\u041F\u043E\u0434\u0434\u0435\u0440\u0436\u043A\u0430 Youtube \u0438 \u0434\u0440\u0443\u0433\u0438\u0445 {count}+ \u0432\u0438\u0434\u0435\u043E-\u0441\u0430\u0439\u0442\u043E\u0432","browser.translateWithGemini":"\u0412\u0440\u0435\u043C\u0435\u043D\u043D\u043E \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u0443\u0439\u0442\u0435 Gemini \u0434\u043B\u044F \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430 \u0442\u0435\u043A\u0443\u0449\u0435\u0439 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u044B","subtitle.hideQuickButton":"\u0411\u043E\u043B\u044C\u0448\u0435 \u043D\u0435 \u043F\u043E\u043A\u0430\u0437\u044B\u0432\u0430\u0442\u044C \u044D\u0442\u043E\u0442 \u044F\u0440\u043B\u044B\u043A","browser.translateWithBing":"\u0412\u0440\u0435\u043C\u0435\u043D\u043D\u043E \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u0443\u0439\u0442\u0435 Microsoft \u0434\u043B\u044F \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430 \u0442\u0435\u043A\u0443\u0449\u0435\u0439 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u044B","browser.translateWithTransmart":"\u0412\u0440\u0435\u043C\u0435\u043D\u043D\u043E \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u0443\u0439\u0442\u0435 Tencent \u0434\u043B\u044F \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430 \u0442\u0435\u043A\u0443\u0449\u0435\u0439 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u044B","multipleClick.4":"\u0447\u0435\u0442\u044B\u0440\u0435\u0445\u043A\u0440\u0430\u0442\u043D\u044B\u0439 \u0443\u0434\u0430\u0440",temprarilyChangeTranslationTo_gemini:"\u0418\u0441\u043F\u043E\u043B\u044C\u0437\u0443\u0435\u0442\u0441\u044F \u043F\u0435\u0440\u0435\u0432\u043E\u0434 \u0442\u0435\u043A\u0443\u0449\u0435\u0439 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u044B \u0441 \u043F\u043E\u043C\u043E\u0449\u044C\u044E Gemini","floatBall.longPress":"\u0423\u0434\u0435\u0440\u0436\u0438\u0432\u0430\u0439\u0442\u0435 \u043A\u043D\u043E\u043F\u043A\u0443, \u0447\u0442\u043E\u0431\u044B \u0431\u044B\u0441\u0442\u0440\u043E \u043E\u0442\u043A\u0440\u044B\u0442\u044C \u043F\u0430\u043D\u0435\u043B\u044C \u043D\u0430\u0441\u0442\u0440\u043E\u0435\u043A.",shortcutSettingsTitle:"\u041D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0430 \u0433\u043E\u0440\u044F\u0447\u0438\u0445 \u043A\u043B\u0430\u0432\u0438\u0448",networkError:"\u041F\u0440\u043E\u0431\u043B\u0435\u043C\u044B \u0441 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0447\u0435\u0441\u043A\u0438\u043C \u0441\u0435\u0440\u0432\u0438\u0441\u043E\u043C \u0438\u043B\u0438 \u0441\u0435\u0442\u044C\u044E","intro.floatBallTitle":"\u0411\u044B\u0441\u0442\u0440\u044B\u0439 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0447\u0438\u043A \u0432\u0441\u043F\u043B\u044B\u0432\u0430\u044E\u0449\u0435\u0433\u043E \u0448\u0430\u0440\u0430",temprarilyChangeTranslationTo_transmart:"\u0418\u0441\u043F\u043E\u043B\u044C\u0437\u0443\u0435\u0442\u0441\u044F \u043F\u0435\u0440\u0435\u0432\u043E\u0434 \u0442\u0435\u043A\u0443\u0449\u0435\u0439 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u044B \u0447\u0435\u0440\u0435\u0437 Tencent.","subtitle.autoDisableSubtitle":"\u041D\u0435 \u0430\u0432\u0442\u043E\u043C\u0430\u0442\u0438\u0447\u0435\u0441\u043A\u0438 \u0432\u043A\u043B\u044E\u0447\u0430\u0442\u044C \u0434\u0432\u0443\u044F\u0437\u044B\u0447\u043D\u044B\u0435 \u0441\u0443\u0431\u0442\u0438\u0442\u0440\u044B","browser.translateWithOpenAI":"\u0412\u0440\u0435\u043C\u0435\u043D\u043D\u043E \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u0443\u0439\u0442\u0435 OpenAI \u0434\u043B\u044F \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430 \u0442\u0435\u043A\u0443\u0449\u0435\u0439 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u044B","shortcutGroup.shortcutsForTranslationServices":"\u0421\u043E\u0447\u0435\u0442\u0430\u043D\u0438\u044F \u043A\u043B\u0430\u0432\u0438\u0448, \u0441\u0432\u044F\u0437\u0430\u043D\u043D\u044B\u0435 \u0441 \u0443\u0441\u043B\u0443\u0433\u0430\u043C\u0438 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430",temprarilyChangeTranslationTo_google:"\u0418\u0441\u043F\u043E\u043B\u044C\u0437\u0443\u0435\u0442\u0441\u044F Google Translate \u0434\u043B\u044F \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430 \u0442\u0435\u043A\u0443\u0449\u0435\u0439 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u044B.",paragraphMinTextCountField:"\u041C\u0438\u043D\u0438\u043C\u0430\u043B\u044C\u043D\u043E\u0435 \u043A\u043E\u043B\u0438\u0447\u0435\u0441\u0442\u0432\u043E \u0441\u0438\u043C\u0432\u043E\u043B\u043E\u0432, \u043D\u0435\u043E\u0431\u0445\u043E\u0434\u0438\u043C\u044B\u0445 \u0434\u043B\u044F \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430 \u0430\u0431\u0437\u0430\u0446\u0430",temprarilyChangeTranslationTo_bing:"\u0418\u0441\u043F\u043E\u043B\u044C\u0437\u0443\u0435\u0442\u0441\u044F Microsoft \u0434\u043B\u044F \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430 \u0442\u0435\u043A\u0443\u0449\u0435\u0439 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u044B",upgradeToProErrorTitle:"\u041F\u043E\u0436\u0430\u043B\u0443\u0439\u0441\u0442\u0430, \u043E\u0431\u043D\u043E\u0432\u0438\u0442\u0435 \u0434\u043E Pro-\u0447\u043B\u0435\u043D\u0441\u0442\u0432\u0430, \u0447\u0442\u043E\u0431\u044B \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u044C \u044D\u0442\u0443 \u0443\u0441\u043B\u0443\u0433\u0443 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430.","floatBall.guideClickToTranslate":`\u041D\u0430\u0436\u043C\u0438\u0442\u0435 \u043D\u0430 \u043F\u043B\u0430\u0432\u0430\u044E\u0449\u0438\u0439 \u0448\u0430\u0440 \u0434\u043B\u044F \u043F\u043E\u0433\u0440\u0443\u0436\u0435\u043D\u0438\u044F \u0432 \u043F\u0435\u0440\u0435\u0432\u043E\u0434, + {env.imt_sub_trans_field}: Traduzione`,"translationServices.claude":"Claude","subtitle.quickButton.black":"nero","subtitle.quickButton.blue":"blu","subtitle.quickButton.white":"bianco","subtitle.quickButton.green":"Verde","subtitle.quickButton.magenta":"Fucsia","subtitle.quickButton.sourceTextColor":"Colore del carattere originale","subtitle.quickButton.yellow":"giallo","subtitle.quickButton.sourceFontSize":"Dimensione originale del carattere","subtitle.quickButton.backgroundOpacity":"Opacit\xE0 di sfondo","subtitle.quickButton.translationPositionTop":"Sopra il testo originale","subtitle.quickButton.backgroundColor":"colore di sfondo","subtitle.quickButton.translationPosition":"Posizione del testo tradotto","subtitle.quickButton.translationPositionBottom":"Sotto il testo originale","subtitle.quickButton.red":"Rosso","subtitle.quickButton.cyan":"Blu","subtitle.quickButton.setting":"Impostazione","subtitle.quickButton.translationTextColor":"Colore del carattere del testo","subtitle.quickButton.translationFontSize":"Dimensione del carattere del testo tradotto",attachSubtitleTranslating:"Utilizzando {service} per la traduzione...","error.claude.403":"Non hai l'autorizzazione per accedere al servizio, potrebbe essere correlato alle restrizioni regionali di Claude, puoi provare a cambiare il tuo indirizzo IP o utilizzare altri servizi di traduzione.","browser.brandDescriptionForSafari":"\u3010Traduzione Immersiva\u3011Un plugin gratuito per la traduzione di pagine web bilingue (originale/tradotto), che supporta anche la traduzione di PDF e libri elettronici EPUB mantenendo la formattazione originale del documento, la traduzione di sottotitoli bilingui per video online come Youtube/Netflix, e supporta servizi di traduzione mainstream come Deepl/Google;","browser.PdfProFile":"Traduzione Pro di PDF guidata da AI","browser.textTranslate":"Traduzione del testo"};var Is={nologin:"\u043D\u0435 \u0432\u043E\u0448\u0451\u043B \u0432 \u0441\u0438\u0441\u0442\u0435\u043C\u0443",loginForSafari:"\u0412\u043E\u0439\u0442\u0438 \u0438\u043B\u0438 \u0437\u0430\u0440\u0435\u0433\u0438\u0441\u0442\u0440\u0438\u0440\u043E\u0432\u0430\u0442\u044C\u0441\u044F",login:"\u0412\u0445\u043E\u0434 \u0432 \u0441\u0438\u0441\u0442\u0435\u043C\u0443 \u0434\u043B\u044F \u043E\u0442\u043A\u0440\u044B\u0442\u0438\u044F \u0447\u043B\u0435\u043D\u0441\u0442\u0432\u0430",manageAccount:"\u0423\u043F\u0440\u0430\u0432\u043B\u044F\u0435\u043C\u044B\u0435 \u0441\u0447\u0435\u0442\u0430",openPremium:"\u041E\u0442\u043A\u0440\u044B\u0442\u043E\u0435 \u0447\u043B\u0435\u043D\u0441\u0442\u0432\u043E",logout:"\u043F\u0440\u0435\u0440\u0432\u0430\u0442\u044C",curentPlan:"\u0422\u0435\u043A\u0443\u0449\u0438\u0435 \u043F\u0430\u043A\u0435\u0442\u044B",endAt:"\u0441\u0440\u043E\u043A \u0434\u0435\u0439\u0441\u0442\u0432\u0438\u044F",endAuto:"\u0430\u0432\u0442\u043E\u043F\u0440\u043E\u0434\u043B\u0435\u043D\u0438\u0435",lineBreakMaxTextCount:"\u041C\u0430\u043A\u0441\u0438\u043C\u0430\u043B\u044C\u043D\u043E\u0435 \u043A\u043E\u043B\u0438\u0447\u0435\u0441\u0442\u0432\u043E \u0441\u0438\u043C\u0432\u043E\u043B\u043E\u0432, \u0434\u043E\u043F\u0443\u0441\u0442\u0438\u043C\u043E\u0435 \u0432 \u043E\u0434\u043D\u043E\u043C \u043F\u0440\u0435\u0434\u043B\u043E\u0436\u0435\u043D\u0438\u0438 \u043F\u043E\u0441\u043B\u0435 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430 \u0441\u0442\u0440\u043E\u043A\u0438","translate-pdf":"\u041D\u0430\u0436\u043C\u0438\u0442\u0435, \u0447\u0442\u043E\u0431\u044B \u043F\u0435\u0440\u0435\u0432\u0435\u0441\u0442\u0438 PDF","noSupportTranslate-pdf":"\u0421\u043A\u0440\u0438\u043F\u0442 \u043D\u0435 \u043F\u043E\u0434\u0434\u0435\u0440\u0436\u0438\u0432\u0430\u0435\u0442\u0441\u044F, \u043F\u043E\u0436\u0430\u043B\u0443\u0439\u0441\u0442\u0430, \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u0443\u0439\u0442\u0435 \u043F\u043B\u0430\u0433\u0438\u043D","translate-firefox-local-pdf":"\u041D\u0430\u0436\u043C\u0438\u0442\u0435 \u0434\u043B\u044F \u043F\u0435\u0440\u0435\u0445\u043E\u0434\u0430 \u043A \u0440\u0430\u0437\u0434\u0435\u043B\u0443 \u0418\u043C\u043F\u043E\u0440\u0442 PDF",enableLineBreak:"\u0412\u043A\u043B\u044E\u0447\u0438\u0442\u044C \u0430\u0432\u0442\u043E\u043C\u0430\u0442\u0438\u0447\u0435\u0441\u043A\u0443\u044E \u043F\u043E\u0434\u0430\u0447\u0443 \u0441\u0442\u0440\u043E\u043A\u0438 \u0434\u043B\u044F \u0434\u043B\u0438\u043D\u043D\u044B\u0445 \u0430\u0431\u0437\u0430\u0446\u0435\u0432",sponsorLabel:"$1 \u0421\u043F\u043E\u043D\u0441\u0438\u0440\u0443\u0435\u043C\u044B\u0435 \u0440\u0430\u0437\u0440\u0430\u0431\u043E\u0442\u0447\u0438\u043A\u0438",help:"\u0440\u0443\u043A\u0430",browserShortcutsNoteForFirefox:"\u0427\u0442\u043E\u0431\u044B \u0438\u0437\u043C\u0435\u043D\u0438\u0442\u044C \u044F\u0440\u043B\u044B\u043A\u0438 \u0432 Firefox, \u043D\u0435\u043E\u0431\u0445\u043E\u0434\u0438\u043C\u043E \u043E\u0442\u043A\u0440\u044B\u0442\u044C \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u0443 \u0443\u043F\u0440\u0430\u0432\u043B\u0435\u043D\u0438\u044F \u0440\u0430\u0441\u0448\u0438\u0440\u0435\u043D\u0438\u044F\u043C\u0438 `about:addons`, \u0437\u0430\u0442\u0435\u043C \u043D\u0430\u0436\u0430\u0442\u044C `Settings`, \u0430 \u0434\u043B\u044F \u043D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0438 \u044F\u0440\u043B\u044B\u043A\u043E\u0432 - `Manage Shortcuts`.",browserShortcutsNoteForChrome:"\u0414\u043B\u044F \u0438\u0437\u043C\u0435\u043D\u0435\u043D\u0438\u044F \u044F\u0440\u043B\u044B\u043A\u043E\u0432 \u0432 Chrome \u043D\u0435\u043E\u0431\u0445\u043E\u0434\u0438\u043C\u043E \u043E\u0442\u043A\u0440\u044B\u0442\u044C \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u0443 \u0443\u043F\u0440\u0430\u0432\u043B\u0435\u043D\u0438\u044F \u0440\u0430\u0441\u0448\u0438\u0440\u0435\u043D\u0438\u044F\u043C\u0438, \u0437\u0430\u0434\u0430\u0442\u044C \u0438\u0445 \u043D\u0430 \u043F\u0430\u043D\u0435\u043B\u0438 `Manage Shortcuts` (`chrome://extensions/shortcuts`) \u0438 \u043D\u0430\u0436\u0430\u0442\u044C \u043A\u043D\u043E\u043F\u043A\u0443 \u043D\u0438\u0436\u0435 \u0434\u043B\u044F \u043F\u0435\u0440\u0435\u0445\u043E\u0434\u0430 \u043D\u0430 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u0443 \u0443\u043F\u0440\u0430\u0432\u043B\u0435\u043D\u0438\u044F \u044F\u0440\u043B\u044B\u043A\u0430\u043C\u0438.",browserShortcutsSucks:"\u041D\u0430\u0441\u0442\u0440\u043E\u0435\u043D\u043D\u044B\u0435 \u044F\u0440\u043B\u044B\u043A\u0438 \u0438\u043C\u0435\u044E\u0442 \u0432\u0438\u0434 (\u0430\u0432\u0442\u043E\u0440\u0430\u0441\u043F\u043E\u0437\u043D\u0430\u0432\u0430\u043D\u0438\u0435 \u043D\u0435 \u043F\u0440\u043E\u0438\u0437\u0432\u043E\u0434\u0438\u0442\u0441\u044F, \u0432\u0432\u043E\u0434\u0438\u0442\u0435 \u043D\u0435\u043F\u043E\u0441\u0440\u0435\u0434\u0441\u0442\u0432\u0435\u043D\u043D\u043E)\uFF1A",enableLineBreakDescription:"\u041F\u0440\u0438 \u0432\u043A\u043B\u044E\u0447\u0435\u043D\u0438\u0438 \u044D\u0442\u043E\u0439 \u0444\u0443\u043D\u043A\u0446\u0438\u0438 \u0432 \u0434\u043B\u0438\u043D\u043D\u044B\u0445 \u0430\u0431\u0437\u0430\u0446\u0430\u0445 \u0432 \u043A\u043E\u043D\u0446\u0435 \u043A\u0430\u0436\u0434\u043E\u0433\u043E \u043F\u0440\u0435\u0434\u043B\u043E\u0436\u0435\u043D\u0438\u044F \u0431\u0443\u0434\u0443\u0442 \u0432\u0441\u0442\u0430\u0432\u043B\u0435\u043D\u044B \u043F\u0435\u0440\u0435\u043D\u043E\u0441\u044B \u0441\u0442\u0440\u043E\u043A, \u0447\u0442\u043E \u043E\u0431\u043B\u0435\u0433\u0447\u0438\u0442 \u0438\u0445 \u0447\u0442\u0435\u043D\u0438\u0435","browser.shortBrandName":"\u041F\u043E\u0433\u0440\u0443\u0436\u043D\u043E\u0439 \u043F\u0435\u0440\u0435\u0432\u043E\u0434","browser.brandName":"\u0418\u043C\u043C\u0435\u0440\u0441\u0438\u043E\u043D\u043D\u044B\u0439 \u043F\u0435\u0440\u0435\u0432\u043E\u0434: \u0434\u0432\u0443\u044F\u0437\u044B\u0447\u043D\u044B\u0439 \u043F\u0435\u0440\u0435\u0432\u043E\u0434 \u0432\u0435\u0431-\u0441\u0442\u0440\u0430\u043D\u0438\u0446 \u0438 PDF-\u0434\u043E\u043A\u0443\u043C\u0435\u043D\u0442\u043E\u0432","browser.brandDescription":"Bilingual web page translation, also supports PDF translation, bilingual Epub eBook translation, free to use.","browser.toggleTranslatePage":"\u041F\u0435\u0440\u0435\u0432\u0435\u0441\u0442\u0438 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u0443/\u043E\u0442\u043E\u0431\u0440\u0430\u0437\u0438\u0442\u044C \u043E\u0440\u0438\u0433\u0438\u043D\u0430\u043B\u044C\u043D\u044B\u0439 \u0442\u0435\u043A\u0441\u0442","browser.toggleTranslateTheWholePage":"\u041F\u0435\u0440\u0435\u0432\u0435\u0441\u0442\u0438 \u0432\u0441\u0435 \u043E\u0431\u043B\u0430\u0441\u0442\u0438 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u044B/\u043E\u0442\u043E\u0431\u0440\u0430\u0437\u0438\u0442\u044C \u043E\u0440\u0438\u0433\u0438\u043D\u0430\u043B\u044C\u043D\u044B\u0439 \u0442\u0435\u043A\u0441\u0442","browser.toggleOnlyTransation":"\u041F\u0435\u0440\u0435\u043A\u043B\u044E\u0447\u0438\u0442\u044C \u043D\u0430 \u0434\u0432\u0443\u044F\u0437\u044B\u0447\u043D\u044B\u0439 / \u0442\u043E\u043B\u044C\u043A\u043E \u043F\u0435\u0440\u0435\u0432\u043E\u0434 \u0440\u0435\u0436\u0438\u043C","browser.toggleTranslateToThePageEndImmediately":"\u041D\u0435\u043C\u0435\u0434\u043B\u0435\u043D\u043D\u044B\u0439 \u043F\u0435\u0440\u0435\u0432\u043E\u0434 \u0432 \u043D\u0438\u0436\u043D\u044E\u044E \u0447\u0430\u0441\u0442\u044C \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u044B/\u043E\u0442\u043E\u0431\u0440\u0430\u0436\u0435\u043D\u0438\u0435 \u043E\u0440\u0438\u0433\u0438\u043D\u0430\u043B\u044C\u043D\u043E\u0433\u043E \u0442\u0435\u043A\u0441\u0442\u0430","browser.toggleTranslateTheMainPage":"\u041F\u0435\u0440\u0435\u0432\u0435\u0441\u0442\u0438 \u043E\u0441\u043D\u043E\u0432\u043D\u0443\u044E \u043E\u0431\u043B\u0430\u0441\u0442\u044C \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u044B/\u043E\u0442\u043E\u0431\u0440\u0430\u0437\u0438\u0442\u044C \u043E\u0440\u0438\u0433\u0438\u043D\u0430\u043B\u044C\u043D\u044B\u0439 \u0442\u0435\u043A\u0441\u0442","browser.shareToDraft":"\u041F\u043E\u0434\u0435\u043B\u0438\u0442\u044C\u0441\u044F \u0414\u0432\u0443\u044F\u0437\u044B\u0447\u043D\u044B\u0435 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u044B","browser.openOptionsPage":"\u041E\u0442\u043A\u0440\u043E\u0439\u0442\u0435 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u0443 \u043D\u0430\u0441\u0442\u0440\u043E\u0435\u043A","browser.toggleTranslationMask":"\u041F\u043E\u043A\u0430\u0437\u0430\u0442\u044C/\u0441\u043A\u0440\u044B\u0442\u044C \u044D\u0444\u0444\u0435\u043A\u0442 \u0440\u0430\u0437\u043C\u044B\u0442\u0438\u044F \u043F\u0440\u0438 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0435","browser.translateLocalPdfFile":"\u041F\u0435\u0440\u0435\u0432\u043E\u0434 \u043B\u043E\u043A\u0430\u043B\u044C\u043D\u044B\u0445 PDF-\u0444\u0430\u0439\u043B\u043E\u0432","browser.openEbookViewer":"\u0427\u0438\u0442\u0430\u0442\u044C \u043C\u0435\u0441\u0442\u043D\u044B\u0435 \u044D\u043B\u0435\u043A\u0442\u0440\u043E\u043D\u043D\u044B\u0435 \u043A\u043D\u0438\u0433\u0438","browser.openEbookBuilder":"\u0421\u043E\u0437\u0434\u0430\u043D\u0438\u0435 \u0434\u0432\u0443\u044F\u0437\u044B\u0447\u043D\u044B\u0445 \u044D\u043B\u0435\u043A\u0442\u0440\u043E\u043D\u043D\u044B\u0445 \u043A\u043D\u0438\u0433 EPUB","browser.translateLocalHtmlFile":"\u041F\u0435\u0440\u0435\u0432\u043E\u0434 HTML/\u0442\u0435\u043A\u0441\u0442\u043E\u0432\u044B\u0445 \u0444\u0430\u0439\u043B\u043E\u0432","browser.donateContext":"\u0423\u0437\u043D\u0430\u0439\u0442\u0435 \u043E \u043F\u0440\u0435\u0438\u043C\u0443\u0449\u0435\u0441\u0442\u0432\u0430\u0445 \u0441\u043F\u043E\u043D\u0441\u043E\u0440\u0441\u0442\u0432\u0430","browser.translateLocalSubtitleFile":"\u041F\u0435\u0440\u0435\u0432\u043E\u0434 \u0444\u0430\u0439\u043B\u043E\u0432 \u043B\u043E\u043A\u0430\u043B\u044C\u043D\u044B\u0445 \u0441\u0443\u0431\u0442\u0438\u0442\u0440\u043E\u0432",confirmResetConfig:"\u0412\u044B \u0443\u0432\u0435\u0440\u0435\u043D\u044B, \u0447\u0442\u043E \u0445\u043E\u0442\u0438\u0442\u0435 \u0441\u0431\u0440\u043E\u0441\u0438\u0442\u044C \u043D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0438?",translationLineBreakSettingTitle:"\u041D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0430 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430 \u0441\u0442\u0440\u043E\u043A\u0438",smartLineBreak:"\u0438\u043D\u0442\u0435\u043B\u043B\u0435\u043A\u0442\u0443\u0430\u043B\u044C\u043D\u043E\u0435 \u043B\u0438\u043D\u0435\u0439\u043D\u043E\u0435 \u043F\u0438\u0442\u0430\u043D\u0438\u0435 (\u0432\u044B\u0447\u0438\u0441\u043B\u0438\u0442\u0435\u043B\u044C\u043D\u0430\u044F \u0442\u0435\u0445\u043D\u0438\u043A\u0430)",alwaysLineBreak:"\u0412\u0441\u0435\u0433\u0434\u0430 \u043F\u043E\u0434\u0430\u0447\u0430 \u0441\u0442\u0440\u043E\u043A\u0438",isShowContextMenu:"\u0414\u043E\u0431\u0430\u0432\u043B\u0435\u043D\u0438\u0435 \u043F\u0435\u0440\u0435\u0432\u0435\u0434\u0435\u043D\u043D\u044B\u0445 \u0441\u0442\u0440\u0430\u043D\u0438\u0446 \u0432 \u043F\u0443\u043D\u043A\u0442\u044B \u043C\u0435\u043D\u044E, \u0432\u044B\u0437\u044B\u0432\u0430\u0435\u043C\u044B\u0435 \u043F\u0440\u0430\u0432\u043E\u0439 \u043A\u043D\u043E\u043F\u043A\u043E\u0439 \u043C\u044B\u0448\u0438",toggleBeta:"\u0412\u043A\u043B\u044E\u0447\u0435\u043D\u0438\u0435 \u0444\u0443\u043D\u043A\u0446\u0438\u0439 \u0431\u0435\u0442\u0430-\u0442\u0435\u0441\u0442\u0438\u0440\u043E\u0432\u0430\u043D\u0438\u044F",betaDescription:"\u0412\u043A\u043B\u044E\u0447\u0438\u0442\u0435 \u0444\u0443\u043D\u043A\u0446\u0438\u0438, \u043A\u043E\u0442\u043E\u0440\u044B\u0435 \u043F\u043E\u043A\u0430 \u043D\u0430\u0445\u043E\u0434\u044F\u0442\u0441\u044F \u0432 \u0441\u0442\u0430\u0434\u0438\u0438 \u044D\u043A\u0441\u043F\u0435\u0440\u0438\u043C\u0435\u043D\u0442\u0430, \u0430 \u0442\u0430\u043A\u0436\u0435 \u0441\u043B\u0443\u0436\u0431\u0443 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430 \u0432 \u0431\u0435\u0442\u0430-\u0432\u0435\u0440\u0441\u0438\u0438. \u041F\u0440\u0438\u0441\u043E\u0435\u0434\u0438\u043D\u044F\u0439\u0442\u0435\u0441\u044C \u043A <1>\u0433\u0440\u0443\u043F\u043F\u0435 Telegram, \u0447\u0442\u043E\u0431\u044B \u0443\u0437\u043D\u0430\u0442\u044C \u0431\u043E\u043B\u044C\u0448\u0435.",translationLineBreakSettingDescription:"\u0414\u043B\u044F \u0441\u0442\u0440\u0430\u043D\u0438\u0446 \u0441 \u043D\u0435\u0431\u043E\u043B\u044C\u0448\u0438\u043C \u0441\u043E\u0434\u0435\u0440\u0436\u0430\u043D\u0438\u0435\u043C \u0432\u0441\u0435\u0433\u0434\u0430 \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u0443\u0439\u0442\u0435 \u0430\u043A\u043A\u0443\u0440\u0430\u0442\u043D\u044B\u0435 \u043F\u0435\u0440\u0435\u043D\u043E\u0441\u044B \u0441\u0442\u0440\u043E\u043A. (\u0414\u043B\u044F \u044D\u043A\u043E\u043D\u043E\u043C\u0438\u0438 \u043C\u0435\u0441\u0442\u0430 \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u0443\u0439\u0442\u0435 \u0433\u0440\u0430\u043C\u043E\u0442\u043D\u044B\u0435 \u043F\u0435\u0440\u0435\u043D\u043E\u0441\u044B \u0441\u0442\u0440\u043E\u043A \u0432 \u0434\u043B\u0438\u043D\u043D\u044B\u0445 \u0430\u0431\u0437\u0430\u0446\u0430\u0445 \u0441 \u0431\u043E\u043B\u044C\u0448\u0438\u043C \u0441\u043E\u0434\u0435\u0440\u0436\u0430\u043D\u0438\u0435\u043C (\u0431\u043E\u043B\u0435\u0435{count}\u0441\u0438\u043C\u0432\u043E\u043B\u043E\u0432)).",tempTranslateDomainTitle:"\u041F\u0440\u043E\u0434\u043E\u043B\u0436\u0438\u0442\u0435\u043B\u044C\u043D\u043E\u0441\u0442\u044C \u0432\u0440\u0435\u043C\u0435\u043D\u043D\u043E\u0433\u043E \u0432\u043A\u043B\u044E\u0447\u0435\u043D\u0438\u044F \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430 \u0441\u0430\u0439\u0442\u0430",tempTranslateDomainDescription:"\u041F\u0440\u0438 \u0440\u0443\u0447\u043D\u043E\u043C \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0435 \u0432\u0435\u0431-\u0441\u0442\u0440\u0430\u043D\u0438\u0446\u044B \u0432\u0440\u0435\u043C\u0435\u043D\u043D\u043E \u0432\u043A\u043B\u044E\u0447\u0438\u0442\u044C \u0430\u0432\u0442\u043E\u043C\u0430\u0442\u0438\u0447\u0435\u0441\u043A\u0438\u0439 \u043F\u0435\u0440\u0435\u0432\u043E\u0434, \u043F\u0440\u0438 \u044D\u0442\u043E\u043C \u043C\u043E\u0436\u043D\u043E \u0437\u0430\u0434\u0430\u0442\u044C \u0432\u0440\u0435\u043C\u0435\u043D\u043D\u0443\u044E \u043F\u0440\u043E\u0434\u043E\u043B\u0436\u0438\u0442\u0435\u043B\u044C\u043D\u043E\u0441\u0442\u044C.",xMinutes:"{count} \u043C\u0438\u043D\u0443\u0442",disabled:"\u0437\u0430\u043F\u0440\u0435\u0449\u0430\u0442\u044C \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u043D\u0438\u0435 \u0447\u0435\u0433\u043E-\u043B.",changelog:"\u0416\u0443\u0440\u043D\u0430\u043B \u043E\u0431\u043D\u043E\u0432\u043B\u0435\u043D\u0438\u0439",toggleTranslatePageWhenThreeFingersOnTheScreen:"\u041E\u0434\u043D\u043E\u0432\u0440\u0435\u043C\u0435\u043D\u043D\u043E\u0435 \u043A\u0430\u0441\u0430\u043D\u0438\u0435 \u044D\u043A\u0440\u0430\u043D\u0430 \u043D\u0435\u0441\u043A\u043E\u043B\u044C\u043A\u0438\u043C\u0438 \u043F\u0430\u043B\u044C\u0446\u0430\u043C\u0438 \u043E\u0431\u0435\u0441\u043F\u0435\u0447\u0438\u0432\u0430\u0435\u0442 \u043F\u0435\u0440\u0435\u0432\u043E\u0434 \u0432\u0435\u0431-\u0441\u0442\u0440\u0430\u043D\u0438\u0446/\u043E\u0442\u043E\u0431\u0440\u0430\u0436\u0435\u043D\u0438\u0435 \u043E\u0440\u0438\u0433\u0438\u043D\u0430\u043B\u044C\u043D\u043E\u0433\u043E \u0442\u0435\u043A\u0441\u0442\u0430",toggleTranslationMaskWhenThreeFingersOnTheScreen:"\u041F\u0440\u0438\u043A\u043E\u0441\u043D\u043E\u0432\u0435\u043D\u0438\u0435 \u043D\u0435\u0441\u043A\u043E\u043B\u044C\u043A\u0438\u043C\u0438 \u043F\u0430\u043B\u044C\u0446\u0430\u043C\u0438 \u043F\u043E\u043A\u0430\u0437\u044B\u0432\u0430\u0435\u0442/\u0441\u043A\u0440\u044B\u0432\u0430\u0435\u0442 \u044D\u0444\u0444\u0435\u043A\u0442 \u0440\u0430\u0437\u043C\u044B\u0442\u0438\u044F.",fingerCountToToggleTranslagePageOnlyTranslationWhenTouching:"\u041F\u0440\u0438 \u043E\u0434\u043D\u043E\u0432\u0440\u0435\u043C\u0435\u043D\u043D\u043E\u043C \u043A\u0430\u0441\u0430\u043D\u0438\u0438 \u044D\u043A\u0440\u0430\u043D\u0430 \u043D\u0435\u0441\u043A\u043E\u043B\u044C\u043A\u0438\u043C\u0438 \u043F\u0430\u043B\u044C\u0446\u0430\u043C\u0438 \u043E\u0441\u0443\u0449\u0435\u0441\u0442\u0432\u043B\u044F\u0435\u0442\u0441\u044F \u043F\u0435\u0440\u0435\u0432\u043E\u0434 \u0432\u0435\u0431-\u0441\u0442\u0440\u0430\u043D\u0438\u0446\u044B (\u0442\u043E\u043B\u044C\u043A\u043E \u043F\u0435\u0440\u0435\u0432\u043E\u0434)/\u043E\u0442\u043E\u0431\u0440\u0430\u0436\u0435\u043D\u0438\u0435 \u043E\u0440\u0438\u0433\u0438\u043D\u0430\u043B\u044C\u043D\u043E\u0433\u043E \u0442\u0435\u043A\u0441\u0442\u0430.",addUrlDescription:"\u041C\u043E\u0436\u0435\u0442 \u0431\u044B\u0442\u044C \u0434\u043E\u043C\u0435\u043D\u043D\u044B\u043C \u0438\u043C\u0435\u043D\u0435\u043C, \u0430 \u0442\u0430\u043A\u0436\u0435 \u043F\u043E\u0434\u0434\u0435\u0440\u0436\u0438\u0432\u0430\u0435\u0442 \u043F\u043E\u0434\u0441\u0442\u0430\u043D\u043E\u0432\u043E\u0447\u043D\u044B\u0435 \u0437\u043D\u0430\u043A\u0438, \u043D\u0430\u043F\u0440\u0438\u043C\u0435\u0440,\uFF1A*.google.com, google.com/mail/*, https://www.google.com/*.",general:"\u041E\u0441\u043D\u043E\u0432\u043D\u044B\u0435 \u043D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0438",clickToExpandConfig:"\u0420\u0430\u0441\u0448\u0438\u0440\u0438\u0442\u044C \u0442\u0435\u043A\u0443\u0449\u0443\u044E \u043A\u043E\u043D\u0444\u0438\u0433\u0443\u0440\u0430\u0446\u0438\u044E",import:"\u0418\u043C\u043F\u043E\u0440\u0442 \u0438\u0437 \u0444\u0430\u0439\u043B\u0430",export:"\u042D\u043A\u0441\u043F\u043E\u0440\u0442 \u0432 \u0444\u0430\u0439\u043B",toggleDebug:"\u0412\u044B\u0432\u0435\u0441\u0442\u0438 \u0436\u0443\u0440\u043D\u0430\u043B \u043E\u0442\u043B\u0430\u0434\u043A\u0438 \u043D\u0430 \u043A\u043E\u043D\u0441\u043E\u043B\u044C","fingers.0":"\u043A\u043B\u043E\u0442\u0443\u0440\u0430","fingers.2":"\u043A\u0430\u0441\u0430\u043D\u0438\u0435 \u0434\u0432\u0443\u043C\u044F \u043F\u0430\u043B\u044C\u0446\u0430\u043C\u0438","fingers.3":"\u043A\u0430\u0441\u0430\u043D\u0438\u0435 \u0442\u0440\u0435\u043C\u044F \u043F\u0430\u043B\u044C\u0446\u0430\u043C\u0438","fingers.4":"\u043A\u0430\u0441\u0430\u043D\u0438\u0435 \u0447\u0435\u0442\u044B\u0440\u044C\u043C\u044F \u043F\u0430\u043B\u044C\u0446\u0430\u043C\u0438","fingers.5":"\u043F\u044F\u0442\u0438\u043F\u0430\u043B\u044C\u0446\u0435\u0432\u043E\u0435 \u043A\u0430\u0441\u0430\u043D\u0438\u0435",mouseHoldKey:"+ {key} \u043F\u0435\u0440\u0435\u0432\u0435\u0441\u0442\u0438/\u0432\u043E\u0441\u0441\u0442\u0430\u043D\u043E\u0432\u0438\u0442\u044C \u0430\u0431\u0437\u0430\u0446",mouseHoldKeyAuto:"\u041F\u0440\u044F\u043C\u043E\u0439 \u043F\u0435\u0440\u0435\u0432\u043E\u0434 \u0430\u0431\u0437\u0430\u0446\u0430",mouseHoldKeyOff:"\u041D\u0435 \u0434\u0435\u043B\u0430\u0439\u0442\u0435 \u043D\u0438\u0447\u0435\u0433\u043E.",mouseHoldKeyOther:"\u041D\u0430\u0441\u0442\u0440\u0430\u0438\u0432\u0430\u0435\u043C\u044B\u0435 \u044F\u0440\u043B\u044B\u043A\u0438 (\u043E\u0442\u043A\u0440\u044B\u0442\u044C \u043D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0438)",mouseHoldKeyCustomKey:"{key} \u041F\u0435\u0440\u0435\u0432\u043E\u0434/\u0441\u043E\u043A\u0440\u0430\u0449\u0435\u043D\u0438\u0435 \u0430\u0431\u0437\u0430\u0446\u0430",mouseHoverHoldKey:"\u041F\u0435\u0440\u0435\u0432\u043E\u0434 \u0430\u0431\u0437\u0430\u0446\u0435\u0432 \u043E\u0441\u0443\u0449\u0435\u0441\u0442\u0432\u043B\u044F\u0435\u0442\u0441\u044F \u043D\u0430\u0436\u0430\u0442\u0438\u0435\u043C \u043A\u043B\u0430\u0432\u0438\u0448\u0438 \u0431\u044B\u0441\u0442\u0440\u043E\u0433\u043E \u0434\u043E\u0441\u0442\u0443\u043F\u0430 \u043F\u0440\u0438 \u043D\u0430\u0432\u0435\u0434\u0435\u043D\u0438\u0438 \u043A\u0443\u0440\u0441\u043E\u0440\u0430 \u043C\u044B\u0448\u0438.","mouse-translate":"\u043D\u0430\u0432\u0435\u0434\u0435\u043D\u0438\u0435 \u043C\u044B\u0448\u0438",document:"(\u043A\u043E\u043C\u043F\u044C\u044E\u0442\u0435\u0440\u043D\u044B\u0439) \u0444\u0430\u0439\u043B",resetSuccess:"\u0423\u0441\u043F\u0435\u0448\u043D\u044B\u0439 \u0441\u0431\u0440\u043E\u0441 \u0432\u0441\u0435\u0445 \u043D\u0430\u0441\u0442\u0440\u043E\u0435\u043A",resetThisSuccess:"\u0421\u0431\u0440\u043E\u0441 \u0443\u0441\u043F\u0435\u0448\u0435\u043D",saved:"\u0421\u043E\u0445\u0440\u0430\u043D\u0438\u0442\u044C \u0443\u0441\u043F\u0435\u0448\u043D\u044B\u0439",successImportConfig:"\u0423\u0441\u043F\u0435\u0448\u043D\u044B\u0439 \u0438\u043C\u043F\u043E\u0440\u0442 \u043A\u043E\u043D\u0444\u0438\u0433\u0443\u0440\u0430\u0446\u0438\u0438",goAdvancedSettings:"\u041F\u0435\u0440\u0435\u0439\u0434\u0438\u0442\u0435 \u043D\u0430 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u0443 \u0414\u043E\u043F\u043E\u043B\u043D\u0438\u0442\u0435\u043B\u044C\u043D\u044B\u0435 \u043D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0438",goAdvancedInterfaceSettings:"\u041F\u0435\u0440\u0435\u0439\u0434\u0438\u0442\u0435 \u043D\u0430 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u0443 \u0414\u043E\u043F\u043E\u043B\u043D\u0438\u0442\u0435\u043B\u044C\u043D\u044B\u0435 \u043F\u0430\u0440\u0430\u043C\u0435\u0442\u0440\u044B \u043D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0438",advanced:"\u0414\u043E\u043F\u043E\u043B\u043D\u0438\u0442\u0435\u043B\u044C\u043D\u044B\u0435 \u043D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0438",advancedDescription:"\u041A\u0430\u043A \u043F\u0440\u0430\u0432\u0438\u043B\u043E, \u043D\u0438\u043A\u0430\u043A\u0438\u0445 \u043D\u0430\u0441\u0442\u0440\u043E\u0435\u043A \u043D\u0435 \u0442\u0440\u0435\u0431\u0443\u0435\u0442\u0441\u044F, \u043F\u0440\u043E\u0441\u0442\u043E \u043E\u0441\u0442\u0430\u0432\u044C\u0442\u0435 \u0432\u0441\u0435 \u043F\u043E \u0443\u043C\u043E\u043B\u0447\u0430\u043D\u0438\u044E. \u0422\u043E\u043B\u044C\u043A\u043E \u0434\u043B\u044F \u0431\u043E\u043B\u0435\u0435 \u0441\u043F\u0435\u0446\u0438\u0430\u043B\u0438\u0437\u0438\u0440\u043E\u0432\u0430\u043D\u043D\u044B\u0445 \u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u0435\u043B\u0435\u0439 \u0434\u043E\u0441\u0442\u0443\u043F\u043D\u044B \u0431\u043E\u043B\u0435\u0435 \u043F\u0435\u0440\u0441\u043E\u043D\u0430\u043B\u0438\u0437\u0438\u0440\u043E\u0432\u0430\u043D\u043D\u044B\u0435 \u043D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0438.",developer:"\u041D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0438 \u0440\u0430\u0437\u0440\u0430\u0431\u043E\u0442\u0447\u0438\u043A\u0430",donateCafe:"\u0446\u0435\u043D\u044B","translate to the bottom of the page":"\u041F\u0435\u0440\u0435\u0432\u043E\u0434\u0438\u0442\u0441\u044F \u043B\u0438 \u043E\u043D \u0432 \u043D\u0438\u0436\u043D\u044E\u044E \u0447\u0430\u0441\u0442\u044C \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u044B \u0441\u0440\u0430\u0437\u0443 \u043F\u043E\u0441\u043B\u0435 \u0432\u0445\u043E\u0434\u0430 \u043D\u0430 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u0443?",feedback:"\u0412\u043E\u043F\u0440\u043E\u0441-\u043E\u0442\u0432\u0435\u0442",toggleTranslatePage:"\u041F\u0435\u0440\u0435\u0432\u0435\u0441\u0442\u0438 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u0443/\u043E\u0442\u043E\u0431\u0440\u0430\u0437\u0438\u0442\u044C \u043E\u0440\u0438\u0433\u0438\u043D\u0430\u043B\u044C\u043D\u044B\u0439 \u0442\u0435\u043A\u0441\u0442",translateToThePageEndImmediatelyDescription:"\u041F\u0440\u0438 \u0432\u043A\u043B\u044E\u0447\u0435\u043D\u0438\u0438 \u044D\u0442\u043E\u0439 \u0444\u0443\u043D\u043A\u0446\u0438\u0438 \u0441\u043E\u0434\u0435\u0440\u0436\u0438\u043C\u043E\u0435 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u044B \u0431\u0443\u0434\u0435\u0442 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0438\u0442\u044C\u0441\u044F \u0441\u0432\u0435\u0440\u0445\u0443 \u0432\u043D\u0438\u0437 \u043F\u043E \u043C\u0435\u0440\u0435 \u0432\u0432\u043E\u0434\u0430. \u041F\u0440\u0438 \u0432\u044B\u043A\u043B\u044E\u0447\u0435\u043D\u0438\u0438 \u044D\u0442\u043E\u0439 \u0444\u0443\u043D\u043A\u0446\u0438\u0438 \u043F\u0435\u0440\u0435\u0432\u043E\u0434 \u0431\u0443\u0434\u0435\u0442 \u0432\u044B\u043F\u043E\u043B\u043D\u044F\u0442\u044C\u0441\u044F \u043F\u043E \u043C\u0435\u0440\u0435 \u0447\u0442\u0435\u043D\u0438\u044F. (\u041D\u0435 \u0440\u0435\u043A\u043E\u043C\u0435\u043D\u0434\u0443\u0435\u0442\u0441\u044F)","translate all areas of the page":"\u041F\u0435\u0440\u0435\u0432\u043E\u0434\u0438\u0442\u044C \u043B\u0438 \u0432\u0441\u0435 \u043E\u0431\u043B\u0430\u0441\u0442\u0438 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u044B",translationAreaDescription:"\u041F\u0440\u0438 \u0432\u043A\u043B\u044E\u0447\u0435\u043D\u0438\u0438 \u044D\u0442\u043E\u0439 \u043E\u043F\u0446\u0438\u0438 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u044F\u0442\u0441\u044F \u0432\u0441\u0435 \u043E\u0431\u043B\u0430\u0441\u0442\u0438 \u0432\u0441\u0435\u0439 \u0432\u0435\u0431-\u0441\u0442\u0440\u0430\u043D\u0438\u0446\u044B. \u041F\u0440\u0438 \u0432\u044B\u043A\u043B\u044E\u0447\u0435\u043D\u0438\u0438 \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u0443\u0435\u0442\u0441\u044F \u0438\u043D\u0442\u0435\u043B\u043B\u0435\u043A\u0442\u0443\u0430\u043B\u044C\u043D\u043E\u0435 \u0440\u0430\u0441\u043F\u043E\u0437\u043D\u0430\u0432\u0430\u043D\u0438\u0435 \u043F\u043E \u0443\u043C\u043E\u043B\u0447\u0430\u043D\u0438\u044E \u0438 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u044F\u0442\u0441\u044F \u0442\u043E\u043B\u044C\u043A\u043E \u043E\u0441\u043D\u043E\u0432\u043D\u044B\u0435 \u043E\u0431\u043B\u0430\u0441\u0442\u0438. (\u041D\u0435 \u0440\u0435\u043A\u043E\u043C\u0435\u043D\u0434\u0443\u0435\u0442\u0441\u044F \u0432\u043A\u043B\u044E\u0447\u0430\u0442\u044C)","the number of characters to be translated first":"\u041F\u0440\u044F\u043C\u043E\u0439 \u043F\u0435\u0440\u0435\u0432\u043E\u0434 \u043F\u0435\u0440\u0432\u044B\u0445 \u043D\u0435\u0441\u043A\u043E\u043B\u044C\u043A\u0438\u0445 \u0441\u0438\u043C\u0432\u043E\u043B\u043E\u0432 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u044B \u0431\u0435\u0437 \u043E\u0436\u0438\u0434\u0430\u043D\u0438\u044F \u043F\u0440\u043E\u043A\u0440\u0443\u0442\u043A\u0438 \u0432 \u043E\u0431\u043B\u0430\u0441\u0442\u044C \u043F\u0440\u043E\u0441\u043C\u043E\u0442\u0440\u0430","interface language":"\u044F\u0437\u044B\u043A \u0438\u043D\u0442\u0435\u0440\u0444\u0435\u0439\u0441\u0430","display both the original text and the translation":"\u041E\u0434\u043D\u043E\u0432\u0440\u0435\u043C\u0435\u043D\u043D\u043E\u0435 \u043E\u0442\u043E\u0431\u0440\u0430\u0436\u0435\u043D\u0438\u0435 \u043E\u0440\u0438\u0433\u0438\u043D\u0430\u043B\u0430 \u0438 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430","keyboard shortcuts":"\u041A\u043B\u0430\u0432\u0438\u0430\u0442\u0443\u0440\u043D\u044B\u0435 \u0441\u043E\u043A\u0440\u0430\u0449\u0435\u043D\u0438\u044F",modify:"\u041C\u043E\u0434\u0438\u0444\u0438\u043A\u0430\u0446\u0438\u044F \u043A\u043B\u0430\u0432\u0438\u0448 \u0431\u044B\u0441\u0442\u0440\u043E\u0433\u043E \u0434\u043E\u0441\u0442\u0443\u043F\u0430",reset:"\u043F\u0435\u0440\u0435\u043F\u0440\u043E\u0444\u0438\u043B\u0438\u0440\u043E\u0432\u0430\u043D\u0438\u0435",close:"\u043A\u043B\u043E\u0442\u0443\u0440\u0430",homepage:"\u0434\u043E\u043C\u0430\u0448\u043D\u044F\u044F \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u0430",more:"\u043F\u043E\u0434\u0440\u043E\u0431\u043D\u0435\u0435",moreOptions:"\u0420\u0430\u0441\u0448\u0438\u0440\u0435\u043D\u0438\u0435 \u0432\u043E\u0437\u043C\u043E\u0436\u043D\u043E\u0441\u0442\u0435\u0439 \u043D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0438",translateTheWholePage:"\u041F\u0435\u0440\u0435\u0432\u043E\u0434\u0438\u0442\u044C \u0432\u0441\u0435 \u043E\u0431\u043B\u0430\u0441\u0442\u0438 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u044B (\u0432 \u043E\u0442\u043B\u0438\u0447\u0438\u0435 \u043E\u0442 \u0438\u043D\u0442\u0435\u043B\u043B\u0435\u043A\u0442\u0443\u0430\u043B\u044C\u043D\u043E\u0433\u043E \u0440\u0430\u0441\u043F\u043E\u0437\u043D\u0430\u0432\u0430\u043D\u0438\u044F \u043E\u0441\u043D\u043E\u0432\u043D\u044B\u0445 \u043E\u0431\u043B\u0430\u0441\u0442\u0435\u0439)",changeToTranslateTheWholePage:"\u041F\u0435\u0440\u0435\u043A\u043B\u044E\u0447\u0435\u043D\u0438\u0435 \u043D\u0430 \u043F\u0435\u0440\u0435\u0432\u043E\u0434 \u0432\u0441\u0435\u0445 \u0440\u0435\u0433\u0438\u043E\u043D\u043E\u0432",changeToTranslateTheMainPage:'\u041F\u0435\u0440\u0435\u0445\u043E\u0434 \u0432 \u043E\u0441\u043D\u043E\u0432\u043D\u0443\u044E \u043E\u0431\u043B\u0430\u0441\u0442\u044C "\u041F\u0435\u0440\u0435\u0432\u043E\u0434',changeToOnlyTranslationMode:"\u041F\u0435\u0440\u0435\u043A\u043B\u044E\u0447\u0435\u043D\u0438\u0435 \u043D\u0430 \u043E\u0442\u043E\u0431\u0440\u0430\u0436\u0435\u043D\u0438\u0435 \u0442\u043E\u043B\u044C\u043A\u043E \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u043E\u0432",changeToDualTranslationMode:"\u041F\u0435\u0440\u0435\u0445\u043E\u0434 \u043D\u0430 \u0434\u0432\u0443\u044F\u0437\u044B\u0447\u043D\u044B\u0439 \u043F\u0435\u0440\u0435\u0432\u043E\u0434",translateToThePageEndImmediately:"\u041D\u0435\u043C\u0435\u0434\u043B\u0435\u043D\u043D\u044B\u0439 \u043F\u0435\u0440\u0435\u0432\u043E\u0434 \u0432 \u043D\u0438\u0436\u043D\u044E\u044E \u0447\u0430\u0441\u0442\u044C \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u044B",translateTheMainPage:"\u041A\u043B\u044E\u0447\u0435\u0432\u044B\u0435 \u0440\u0435\u0433\u0438\u043E\u043D\u044B \u0438\u043D\u0442\u0435\u043B\u043B\u0435\u043A\u0442\u0443\u0430\u043B\u044C\u043D\u043E\u0433\u043E \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430","The local rules are up to date":"\u041C\u0435\u0441\u0442\u043D\u044B\u0435 \u043F\u0440\u0430\u0432\u0438\u043B\u0430 \u0430\u0434\u0430\u043F\u0442\u0430\u0446\u0438\u0438 \u0441\u043E\u043E\u0442\u0432\u0435\u0442\u0441\u0442\u0432\u0443\u044E\u0442 \u0441\u043E\u0432\u0440\u0435\u043C\u0435\u043D\u043D\u044B\u043C \u0442\u0440\u0435\u0431\u043E\u0432\u0430\u043D\u0438\u044F\u043C.","Successfully synchronized with the latest official rules:":"\u0423\u0441\u043F\u0435\u0448\u043D\u0430\u044F \u0441\u0438\u043D\u0445\u0440\u043E\u043D\u0438\u0437\u0430\u0446\u0438\u044F \u0441 \u043F\u043E\u0441\u043B\u0435\u0434\u043D\u0438\u043C\u0438 \u043E\u0444\u0438\u0446\u0438\u0430\u043B\u044C\u043D\u044B\u043C\u0438 \u043F\u0440\u0430\u0432\u0438\u043B\u0430\u043C\u0438 \u0430\u0434\u0430\u043F\u0442\u0430\u0446\u0438\u0438.","Checking for updates":"\u041F\u0440\u043E\u0432\u0435\u0440\u043A\u0430 \u043D\u0430\u043B\u0438\u0447\u0438\u044F \u043E\u0431\u043D\u043E\u0432\u043B\u0435\u043D\u0438\u0439","Rules are being synchronized":"\u0421\u0438\u043D\u0445\u0440\u043E\u043D\u0438\u0437\u0430\u0446\u0438\u044F \u043F\u0440\u0430\u0432\u0438\u043B \u0430\u0434\u0430\u043F\u0442\u0430\u0446\u0438\u0438",localVersionIsTooOld:"\u0412\u0435\u0440\u0441\u0438\u044F \u043B\u043E\u043A\u0430\u043B\u044C\u043D\u043E\u0433\u043E \u0440\u0430\u0441\u0448\u0438\u0440\u0435\u043D\u0438\u044F \u0441\u043B\u0438\u0448\u043A\u043E\u043C \u0443\u0441\u0442\u0430\u0440\u0435\u043B\u0430, \u043F\u043E\u0436\u0430\u043B\u0443\u0439\u0441\u0442\u0430, \u043E\u0431\u043D\u043E\u0432\u0438\u0442\u0435 \u0440\u0430\u0441\u0448\u0438\u0440\u0435\u043D\u0438\u0435 \u0434\u043E {minVersion} \u0438\u043B\u0438 \u0431\u043E\u043B\u0435\u0435 \u043D\u043E\u0432\u043E\u0439 \u0432\u0435\u0440\u0441\u0438\u0438 \u043F\u0435\u0440\u0435\u0434 \u043F\u043E\u043F\u044B\u0442\u043A\u043E\u0439 \u0441\u0438\u043D\u0445\u0440\u043E\u043D\u0438\u0437\u0430\u0446\u0438\u0438.",badUserscriptBrowser:"\u0422\u0435\u043A\u0443\u0449\u0438\u0439 \u0431\u0440\u0430\u0443\u0437\u0435\u0440 \u043D\u0435\u043A\u043E\u0440\u0440\u0435\u043A\u0442\u043D\u043E \u0440\u0435\u0430\u043B\u0438\u0437\u0443\u0435\u0442 \u0438\u043D\u0442\u0435\u0440\u0444\u0435\u0439\u0441 \u0440\u0430\u0441\u0448\u0438\u0440\u0435\u043D\u0438\u044F Grease Monkey (\u043D\u0430\u043F\u0440\u0438\u043C\u0435\u0440, \u0434\u043B\u044F \u043F\u043E\u043B\u0443\u0447\u0435\u043D\u0438\u044F \u0438\u043D\u0444\u043E\u0440\u043C\u0430\u0446\u0438\u0438 \u043E \u043D\u043E\u043C\u0435\u0440\u0435 \u0432\u0435\u0440\u0441\u0438\u0438 \u0441\u0430\u043C\u043E\u0433\u043E \u0441\u043A\u0440\u0438\u043F\u0442\u0430 Grease Monkey), \u043F\u043E\u0436\u0430\u043B\u0443\u0439\u0441\u0442\u0430, \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u0443\u0439\u0442\u0435 \u0434\u0440\u0443\u0433\u0438\u0435 \u0431\u0440\u0430\u0443\u0437\u0435\u0440\u044B, <1>\u043F\u043E\u0434\u0434\u0435\u0440\u0436\u0438\u0432\u0430\u044E\u0449\u0438\u0435 \u0440\u0430\u0441\u0448\u0438\u0440\u0435\u043D\u0438\u0435 Grease Monkey, \u043D\u0430\u043F\u0440\u0438\u043C\u0435\u0440 Firefox.",foundNewVersion:"\u0417\u043D\u0430\u043A\u043E\u043C\u0441\u0442\u0432\u043E \u0441 \u043D\u043E\u0432\u043E\u0439 \u0432\u0435\u0440\u0441\u0438\u0435\u0439",theLocalExtensionIsUpToUpdate:"\u0422\u0435\u043A\u0443\u0449\u0435\u0435 \u0440\u0430\u0441\u0448\u0438\u0440\u0435\u043D\u0438\u0435 \u044F\u0432\u043B\u044F\u0435\u0442\u0441\u044F \u0430\u043A\u0442\u0443\u0430\u043B\u044C\u043D\u044B\u043C.",failToSyncRules:"\u041D\u0435\u0432\u043E\u0437\u043C\u043E\u0436\u043D\u043E\u0441\u0442\u044C \u0441\u0438\u043D\u0445\u0440\u043E\u043D\u0438\u0437\u0430\u0446\u0438\u0438 \u043F\u043E\u0441\u043B\u0435\u0434\u043D\u0438\u0445 \u043F\u0440\u0430\u0432\u0438\u043B \u0430\u0434\u0430\u043F\u0442\u0430\u0446\u0438\u0438",retry:"\u041D\u0430\u0436\u043C\u0438\u0442\u0435 \u0437\u0434\u0435\u0441\u044C, \u0447\u0442\u043E\u0431\u044B \u043F\u043E\u0432\u0442\u043E\u0440\u0438\u0442\u044C \u043F\u043E\u043F\u044B\u0442\u043A\u0443",failedReason:"\u041F\u0440\u0438\u0447\u0438\u043D\u044B \u043D\u0435\u0443\u0434\u0430\u0447",currentRuleVersion:"\u0414\u0435\u0439\u0441\u0442\u0432\u0443\u044E\u0449\u0430\u044F \u0440\u0435\u0434\u0430\u043A\u0446\u0438\u044F \u043F\u0440\u0430\u0432\u0438\u043B",calculating:"\u0440\u0430\u0441\u0447\u0435\u0442\u044B",unknownError:"\u043D\u0435\u0438\u0437\u0432\u0435\u0441\u0442\u043D\u0430\u044F \u043E\u0448\u0438\u0431\u043A\u0430",canNotFetchRemoteRule:"\u041D\u0435\u0432\u043E\u0437\u043C\u043E\u0436\u043D\u043E \u043F\u043E\u043B\u0443\u0447\u0438\u0442\u044C \u0443\u0434\u0430\u043B\u0435\u043D\u043D\u044B\u0435 \u043F\u0440\u0430\u0432\u0438\u043B\u0430",enableAlphaSuccess:"\u0410\u043B\u044C\u0444\u0430 \u0432\u043A\u043B\u044E\u0447\u0435\u043D\u0430",disableAlphaSuccess:"\u0424\u0443\u043D\u043A\u0446\u0438\u044F \u0430\u043B\u044C\u0444\u0430 \u043E\u0442\u043A\u043B\u044E\u0447\u0435\u043D\u0430",cacheSize:"\u0420\u0430\u0437\u043C\u0435\u0440 \u043A\u044D\u0448\u0430\uFF1A",cleaning:"\u0432 \u043F\u0440\u043E\u0446\u0435\u0441\u0441\u0435 \u043B\u0438\u043A\u0432\u0438\u0434\u0430\u0446\u0438\u0438",cleanCache:"\u043E\u0447\u0438\u0441\u0442\u0438\u0442\u044C \u043A\u044D\u0448",options:"\u043D\u0430\u0441\u0442\u0440\u0430\u0438\u0432\u0430\u0442\u044C",about:"\u043F\u043E \u043E\u0442\u043D\u043E\u0448\u0435\u043D\u0438\u044E \u043A",service:"\u0443\u0441\u043B\u0443\u0433\u0430 \u0443\u0441\u0442\u043D\u043E\u0433\u043E \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430",needAction:"(\u041F\u0435\u0440\u0435\u0439\u0442\u0438 \u043A \u043D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0430\u043C)",goSettings:"\u043F\u0435\u0440\u0435\u0439\u0434\u0438\u0442\u0435 \u043A \u043D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0435",needActionForOptions:"(\u0443\u0441\u0442\u0430\u043D\u0430\u0432\u043B\u0438\u0432\u0430\u0435\u0442\u0441\u044F)",translationEngine:"\u041E\u043F\u0446\u0438\u0438 \u0434\u0432\u0438\u0433\u0430\u0442\u0435\u043B\u044F",sourceLanguage:"\u042F\u0437\u044B\u043A \u043E\u0440\u0438\u0433\u0438\u043D\u0430\u043B\u0430",target:"\u044F\u0437\u044B\u043A \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430",popupSourceLanguage:"\u042F\u0437\u044B\u043A \u043E\u0440\u0438\u0433\u0438\u043D\u0430\u043B\u0430",popupTarget:"\u044F\u0437\u044B\u043A \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430",popupService:"\u0443\u0441\u043B\u0443\u0433\u0430 \u0443\u0441\u0442\u043D\u043E\u0433\u043E \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430",forThisSite:"\u0422\u0435\u043A\u0443\u0449\u0438\u0439 \u0441\u0430\u0439\u0442",autoEnableSubtitle:"\u0410\u0432\u0442\u043E\u043C\u0430\u0442\u0438\u0447\u0435\u0441\u043A\u043E\u0435 \u043E\u0442\u043A\u0440\u044B\u0442\u0438\u0435 \u0434\u0432\u0443\u044F\u0437\u044B\u0447\u043D\u044B\u0445 \u0441\u0443\u0431\u0442\u0438\u0442\u0440\u043E\u0432",alwaysTranslate:"\u0412\u0441\u0435\u0433\u0434\u0430 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0438\u0442\u0435",neverTranslate:"\u041D\u0438\u043A\u043E\u0433\u0434\u0430 \u043D\u0435 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0438\u0442\u0435",alwaysTranslateSomeLanguage:"\u0412\u0441\u0435\u0433\u0434\u0430 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0438\u0442\u0435 {language}",neverTranslateSomeLanguage:"\u041D\u0438\u043A\u043E\u0433\u0434\u0430 \u043D\u0435 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0438\u0442\u0435 {language}",alwaysTranslateSomeSite:"\u0412\u0441\u0435\u0433\u0434\u0430 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0438\u0442\u0435 {hostname}",neverTranslateSomeSite:"\u041D\u0438\u043A\u043E\u0433\u0434\u0430 \u043D\u0435 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0438\u0442\u0435 {hostname}",alwaysTranslateSomeSiteOrWildSite:"\u0412\u0441\u0435\u0433\u0434\u0430 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0438\u0442\u0435 \u0441\u0430\u0439\u0442",alwaysTranslateSomePage:"\u0412\u0441\u0435\u0433\u0434\u0430 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0438\u0442\u0435 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u0443",add:"\u0443\u0432\u0435\u043B\u0438\u0447\u0438\u0442\u044C",default:"\u043F\u043E \u0443\u043C\u043E\u043B\u0447\u0430\u043D\u0438\u044E (\u043D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0430)",forThisLanguage:"\u0414\u043B\u044F \u044D\u0442\u043E\u0433\u043E \u044F\u0437\u044B\u043A\u0430\uFF1A","add url":"\u0412\u0432\u0435\u0434\u0438\u0442\u0435 URL",edit:"\u043A\u043E\u043C\u043F\u0438\u043B\u044F\u0442\u043E\u0440","translate other languages into specific language":"\u041F\u0435\u0440\u0435\u0432\u043E\u0434 \u0434\u0440\u0443\u0433\u0438\u0445 \u044F\u0437\u044B\u043A\u043E\u0432 \u043D\u0430 \u0443\u0441\u0442\u0430\u043D\u043E\u0432\u043B\u0435\u043D\u043D\u044B\u0439 \u0432\u0430\u043C\u0438 \u044F\u0437\u044B\u043A","select translation service":"\u0412\u044B\u0431\u0435\u0440\u0438\u0442\u0435 \u0441\u043B\u0443\u0436\u0431\u0443 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430",language:"\u043C\u043D\u043E\u0433\u043E\u044F\u0437\u044B\u0447\u0438\u0435","show-original":"\u041F\u043E\u043A\u0430\u0437\u0430\u0442\u044C \u043E\u0440\u0438\u0433\u0438\u043D\u0430\u043B\u044C\u043D\u044B\u0439 \u0442\u0435\u043A\u0441\u0442",translate:"\u0440\u0435\u043D\u0434\u0435\u0440\u0438\u043D\u0433",Translated:"\u043F\u0435\u0440\u0435\u0432\u0435\u0434\u0435\u043D\u043E",Translating:"\u0432 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0435",Error:"\u043D\u0435\u0432\u0435\u0440\u043D\u044B\u0439",allowCacheTranslations:"\u0412\u043A\u043B\u044E\u0447\u0438\u0442\u044C \u043B\u043E\u043A\u0430\u043B\u044C\u043D\u043E\u0435 \u043A\u044D\u0448\u0438\u0440\u043E\u0432\u0430\u043D\u0438\u0435 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u043E\u0432 (\u0434\u043B\u044F \u0443\u043C\u0435\u043D\u044C\u0448\u0435\u043D\u0438\u044F \u043A\u043E\u043B\u0438\u0447\u0435\u0441\u0442\u0432\u0430 \u0437\u0430\u043F\u0440\u043E\u0441\u043E\u0432 \u043D\u0430 \u043F\u0435\u0440\u0435\u0432\u043E\u0434 \u0434\u0443\u0431\u043B\u0438\u0440\u0443\u044E\u0449\u0438\u0445\u0441\u044F \u043E\u0442\u0440\u044B\u0432\u043A\u043E\u0432)","translation display":"\u0421\u0442\u0438\u043B\u044C \u043E\u0442\u043E\u0431\u0440\u0430\u0436\u0435\u043D\u0438\u044F \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430","select diplay style":"\u0420\u0430\u0437\u043B\u0438\u0447\u0430\u0442\u044C \u0441\u0442\u0438\u043B\u0438 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430, \u043E\u043F\u0438\u0440\u0430\u044F\u0441\u044C \u043D\u0430 \u0441\u043B\u0435\u0434\u0443\u044E\u0449\u0438\u0435 \u043F\u0440\u0438\u043C\u0435\u0440\u044B",interface:"\u041D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0438 \u0438\u043D\u0442\u0435\u0440\u0444\u0435\u0439\u0441\u0430",import_export:"\u0418\u043C\u043F\u043E\u0440\u0442/\u044D\u043A\u0441\u043F\u043E\u0440\u0442",import_export_title:"\u041A\u043E\u043D\u0444\u0438\u0433\u0443\u0440\u0430\u0446\u0438\u044F \u0438\u043C\u043F\u043E\u0440\u0442\u0430/\u044D\u043A\u0441\u043F\u043E\u0440\u0442\u0430",syncToGoogleDrive:"\u0422\u0435\u043F\u0435\u0440\u044C \u0441\u0438\u043D\u0445\u0440\u043E\u043D\u0438\u0437\u0430\u0446\u0438\u044F \u0441 Google Drive",floatBallOptions:"\u041D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0438 \u0445\u043E\u0432\u0435\u0440\u0431\u043E\u043B\u0430","floatBallOptions.enable":"\u0412\u043A\u043B\u044E\u0447\u0438\u0442\u044C \u0445\u043E\u0432\u0435\u0440\u0431\u043E\u043B","floatBallOptions.blockUrls":"\u041E\u0442\u043A\u043B\u044E\u0447\u0438\u0442\u044C \u0441\u0430\u0439\u0442","floatBallOptions.add":"\u0443\u0432\u0435\u043B\u0438\u0447\u0438\u0442\u044C","floatBallOptions.blockUrlDesc":"\u041F\u0430\u0440\u044F\u0449\u0438\u0435 \u0448\u0430\u0440\u044B \u043D\u0435 \u043E\u0442\u043E\u0431\u0440\u0430\u0436\u0430\u044E\u0442\u0441\u044F, \u043A\u043E\u0433\u0434\u0430 \u0432\u0441\u0442\u0440\u0435\u0447\u0430\u044E\u0442\u0441\u044F \u0441\u043B\u0435\u0434\u0443\u044E\u0449\u0438\u0435 \u0441\u0430\u0439\u0442\u044B","floatBallOptions.clickType":"\u043F\u043E\u0432\u0435\u0434\u0435\u043D\u0438\u0435 \u043F\u0440\u0438 \u043D\u0430\u0436\u0430\u0442\u0438\u0438","floatBallOptions.clickTypeDesc":"\u041F\u043E\u0432\u0435\u0434\u0435\u043D\u0438\u0435 \u0438\u043A\u043E\u043D\u043A\u0438 \u0445\u043E\u0432\u0435\u0440\u0431\u043E\u043B\u0430 \u043F\u0440\u0438 \u043D\u0430\u0436\u0430\u0442\u0438\u0438","floatBallOptions.clickPopup":"\u041F\u043E\u043A\u0430\u0437\u0430\u0442\u044C \u043F\u0430\u043D\u0435\u043B\u044C \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430","floatBallOptions.clickTranslate":"\u041F\u0435\u0440\u0435\u0432\u043E\u0434/\u043E\u0442\u043E\u0431\u0440\u0430\u0436\u0435\u043D\u0438\u0435 \u043E\u0440\u0438\u0433\u0438\u043D\u0430\u043B\u044C\u043D\u043E\u0433\u043E \u0442\u0435\u043A\u0441\u0442\u0430","floatBallOptions.fixedPosition":"\u56FA\u5B9A\u4F4D\u7F6E","floatBallOptions.fixedPositionDesc":"\u60AC\u6D6E\u7403\u5728\u7A97\u53E3\u5DE6\u4FA7\u8FD8\u662F\u53F3\u4FA7","floatBallOptions.fixedPositionLeft":"\u5DE6\u4FA7","floatBallOptions.fixedPositionRight":"\u53F3\u4FA7",previewAllThemes:"\u041F\u0440\u0435\u0434\u0432\u0430\u0440\u0438\u0442\u0435\u043B\u044C\u043D\u044B\u0439 \u043F\u0440\u043E\u0441\u043C\u043E\u0442\u0440 \u0432\u0441\u0435\u0445 \u0441\u0442\u0438\u043B\u0435\u0439","translationTheme.none":"\u043D\u0435 \u0438\u043C\u0435\u0442\u044C","translationTheme.grey":"\u0442\u0451\u043C\u043D\u043E-\u0441\u0435\u0440\u044B\u0439","translationTheme.dashed":"\u043F\u0443\u043D\u043A\u0442\u0438\u0440\u043D\u043E\u0435 \u043F\u043E\u0434\u0447\u0451\u0440\u043A\u0438\u0432\u0430\u043D\u0438\u0435","translationTheme.dotted":"\u0442\u043E\u0447\u0435\u0447\u043D\u043E\u0435 \u043F\u043E\u0434\u0447\u0435\u0440\u043A\u0438\u0432\u0430\u043D\u0438\u0435","translationTheme.dashedBorder":"\u043F\u0443\u043D\u043A\u0442\u0438\u0440\u043D\u0430\u044F \u0433\u0440\u0430\u043D\u0438\u0446\u0430","translationTheme.solidBorder":"\u0441\u043F\u043B\u043E\u0448\u043D\u0430\u044F \u0433\u0440\u0430\u043D\u0438\u0446\u0430","translationTheme.underline":"\u041F\u043E\u0434\u0447\u0435\u0440\u043A\u0438\u0432\u0430\u043D\u0438\u0435 \u043F\u0440\u044F\u043C\u044B\u0445 \u043B\u0438\u043D\u0438\u0439","translationTheme.mask":"\u041D\u0435\u0447\u0435\u0442\u043A\u0438\u0435 \u044D\u0444\u0444\u0435\u043A\u0442\u044B (\u0440\u0435\u0436\u0438\u043C\u044B \u043E\u0431\u0443\u0447\u0435\u043D\u0438\u044F)","translationTheme.opacity":"\u044D\u0444\u0444\u0435\u043A\u0442 \u043F\u0440\u043E\u0437\u0440\u0430\u0447\u043D\u043E\u0441\u0442\u0438","translationTheme.paper":"\u042D\u0444\u0444\u0435\u043A\u0442 \u0442\u0435\u043D\u0438 \u043E\u0442 \u0431\u0435\u043B\u043E\u0439 \u0431\u0443\u043C\u0430\u0433\u0438","translationTheme.dividingLine":"\u0440\u0430\u0437\u0434\u0435\u043B\u0438\u0442\u0435\u043B\u044C\u043D\u0430\u044F \u043B\u0438\u043D\u0438\u044F","translationTheme.highlight":"\u0432\u044B\u0441\u043E\u043A\u0430\u044F \u044F\u0440\u043A\u043E\u0441\u0442\u044C","translationTheme.marker":"\u043C\u0430\u0440\u043A\u0435\u0440 (\u0437\u0430\u0438\u043C\u0441\u0442\u0432\u043E\u0432\u0430\u043D\u043D\u043E\u0435 \u0441\u043B\u043E\u0432\u043E)","translationTheme.marker2":"\u041C\u0430\u0440\u043A\u0435\u0440 2","translationTheme.blockquote":"\u0421\u0442\u0438\u043B\u0438 \u0441\u0441\u044B\u043B\u043E\u043A","translationTheme.weakening":"\u043E\u0441\u043B\u0430\u0431\u043B\u0435\u043D\u0438\u0435","translationTheme.italic":"\u043D\u0430\u043A\u043B\u043E\u043D\u043D\u044B\u0439 \u0448\u0440\u0438\u0444\u0442","translationTheme.bold":"\u0441\u0433\u0443\u0441\u0442\u0438\u0442\u044C","translationTheme.thinDashed":"\u0442\u043E\u043D\u043A\u0430\u044F \u043F\u0443\u043D\u043A\u0442\u0438\u0440\u043D\u0430\u044F \u043B\u0438\u043D\u0438\u044F \u043F\u043E\u0434\u0447\u0435\u0440\u043A\u0438\u0432\u0430\u043D\u0438\u0435","translationTheme.nativeDashed":"\u0421\u0438\u0441\u0442\u0435\u043C\u0430 \u043F\u043E\u0441\u0442\u0430\u0432\u043B\u044F\u0435\u0442\u0441\u044F \u0441 \u043F\u0443\u043D\u043A\u0442\u0438\u0440\u043D\u044B\u043C \u043F\u043E\u0434\u0447\u0435\u0440\u043A\u0438\u0432\u0430\u043D\u0438\u0435\u043C","translationTheme.nativeDotted":"\u0421\u0438\u0441\u0442\u0435\u043C\u0430 \u043F\u043E\u0441\u0442\u0430\u0432\u043B\u044F\u0435\u0442\u0441\u044F \u0441 \u043F\u0443\u043D\u043A\u0442\u0438\u0440\u043D\u044B\u043C \u043F\u043E\u0434\u0447\u0435\u0440\u043A\u0438\u0432\u0430\u043D\u0438\u0435\u043C","translationTheme.nativeUnderline":"\u0421\u0438\u0441\u0442\u0435\u043C\u0430 \u043F\u043E\u0441\u0442\u0430\u0432\u043B\u044F\u0435\u0442\u0441\u044F \u0441 \u043F\u0440\u044F\u043C\u044B\u043C \u043F\u043E\u0434\u0441\u0442\u0440\u043E\u0447\u043D\u0438\u043A\u043E\u043C","translationTheme.wavy":"\u0432\u043E\u043B\u043D\u0438\u0441\u0442\u0430\u044F \u043B\u0438\u043D\u0438\u044F","translationServices.custom":"\u041F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u0435\u043B\u044C\u0441\u043A\u0438\u0439 API","translationServices.tencent":"\u041F\u0435\u0440\u0435\u0432\u043E\u0434\u0447\u0438\u043A Tencent","translationServices.tenAlpha":"Tencent Translator (Alpha)","translationServices.google":"Google Translate","translationServices.bai":"Baidu (Alpha)","translationServices.baidu":"\u041F\u0435\u0440\u0435\u0432\u043E\u0434 Baidu","translationServices.aliyun":"\u041F\u0435\u0440\u0435\u0432\u043E\u0434 AliCloud","translationServices.volc":"\u043F\u0435\u0440\u0435\u0432\u043E\u0434 \u0432\u0443\u043B\u043A\u0430\u043D\u0430","translationServices.deeplx":"DeepLX (Beta)","translationServices.bing":"Microsoft Translate","translationServices.deepl":"DeepL","translationServices.wechat":"\u041F\u0435\u0440\u0435\u0432\u043E\u0434 WeChat","translationServices.azure":"\u041B\u0430\u0437\u0443\u0440\u043D\u044B\u0439 \u043F\u0435\u0440\u0435\u0432\u043E\u0434","translationServices.ibm":"IBM Watson","translationServices.aws":"\u041F\u0435\u0440\u0435\u0432\u043E\u0434 Amazon","translationServices.mock":"\u0418\u043C\u0438\u0442\u0430\u0446\u0438\u044F \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430","translationServices.mock2":"\u0418\u043C\u0438\u0442\u0430\u0446\u0438\u044F \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430 2","translationServices.caiyun":"\u043B\u0438\u0442. \u0440\u0430\u0437\u043D\u043E\u0446\u0432\u0435\u0442\u043D\u044B\u0435 \u043E\u0431\u043B\u0430\u043A\u0430 \u0438 \u043D\u0435\u0431\u043E\u043B\u044C\u0448\u0438\u0435 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u044B","translationServices.cai":"\u0420\u0430\u0437\u043D\u043E\u0446\u0432\u0435\u0442\u043D\u044B\u0435 \u043E\u0431\u043B\u0430\u043A\u0430 (\u0410\u043B\u044C\u0444\u0430)","translationServices.volcAlpha":"\u0412\u0443\u043B\u043A\u0430\u043D (\u0410\u043B\u044C\u0444\u0430)","translationServices.openl":"OpenL","translationServices.youdao":"\u041F\u0435\u0440\u0435\u0432\u043E\u0434 \u043D\u0430 Youtube","translationServices.you":"\u041F\u0435\u0440\u0435\u0432\u043E\u0434\u0447\u0438\u043A Youdao (\u0410\u043B\u044C\u0444\u0430)","translationServices.transmart":"\u041F\u0435\u0440\u0435\u0432\u043E\u0434 Tencent Interactive","translationServices.niu":"Maverick Translator","translationServices.papago":"\u041F\u0435\u0440\u0435\u0432\u043E\u0434 Papago","translationServices.d":"D (Alpha)","translationServices.dpro":"D Pro (Canary)","translationServices.openai":"OpenAI","translationServices.yandex":"Yandex","translationServices.chatgpt":"ChatGPT Web(3.5 mobile)","translate title":"\u041F\u0435\u0440\u0435\u0432\u043E\u0434 \u0437\u0430\u0433\u043E\u043B\u043E\u0432\u043A\u043E\u0432 \u0441\u0442\u0440\u0430\u043D\u0438\u0446","always languages":"\u0412\u0441\u0435\u0433\u0434\u0430 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0438\u0442\u0435 \u044F\u0437\u044B\u043A",neverTranslateLanguagesLabel:"\u042F\u0437\u044B\u043A, \u043A\u043E\u0442\u043E\u0440\u044B\u0439 \u043D\u0438\u043A\u043E\u0433\u0434\u0430 \u043D\u0435 \u0431\u0443\u0434\u0435\u0442 \u043F\u0435\u0440\u0435\u0432\u0435\u0434\u0435\u043D",neverTranslateTheFollowingLanguagesDescription:"\u041F\u0435\u0440\u0435\u0432\u043E\u0434\u044B \u043F\u0440\u043E\u043F\u0443\u0441\u043A\u0430\u044E\u0442\u0441\u044F, \u0435\u0441\u043B\u0438 \u0430\u0431\u0437\u0430\u0446 \u043D\u0430 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u0435 \u043D\u0430\u043F\u0438\u0441\u0430\u043D \u043D\u0430 \u043E\u0434\u043D\u043E\u043C \u0438\u0437 \u0441\u043B\u0435\u0434\u0443\u044E\u0449\u0438\u0445 \u044F\u0437\u044B\u043A\u043E\u0432",enableUserscriptPagePopup:"\u041F\u043E\u043A\u0430\u0437\u044B\u0432\u0430\u0442\u044C \u043D\u0430\u0432\u0435\u0434\u0435\u043D\u043D\u044B\u0439 \u0448\u0430\u0440 \u043D\u0430 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u0435",enableUserscriptPagePopupDescription:"\u041F\u043E\u0441\u043B\u0435 \u0432\u044B\u043A\u043B\u044E\u0447\u0435\u043D\u0438\u044F \u0445\u043E\u0432\u0435\u0440\u0431\u043E\u043B\u0430 \u0435\u0433\u043E \u043C\u043E\u0436\u043D\u043E \u0432\u044B\u0437\u0432\u0430\u0442\u044C \u0441 \u043F\u043E\u043C\u043E\u0449\u044C\u044E \u044F\u0440\u043B\u044B\u043A\u0430 /{touch}. \u041D\u0430\u0441\u0442\u043E\u044F\u0442\u0435\u043B\u044C\u043D\u043E \u0440\u0435\u043A\u043E\u043C\u0435\u043D\u0434\u0443\u0435\u0442\u0441\u044F \u0434\u043E\u0431\u0430\u0432\u0438\u0442\u044C \u044D\u0442\u0443 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u0443 \u043D\u0430\u0441\u0442\u0440\u043E\u0435\u043A \u0432 \u0437\u0430\u043A\u043B\u0430\u0434\u043A\u0438, \u0447\u0442\u043E\u0431\u044B \u043D\u0435 \u043D\u0430\u0439\u0442\u0438 \u0445\u043E\u0432\u0435\u0440\u0431\u043E\u043B \u043F\u043E\u0441\u043B\u0435 \u0441\u043B\u0443\u0447\u0430\u0439\u043D\u043E\u0433\u043E \u043E\u0442\u043A\u043B\u044E\u0447\u0435\u043D\u0438\u044F \u044D\u0442\u043E\u0439 \u043E\u043F\u0446\u0438\u0438!","always translate the following languages":"\u0410\u0432\u0442\u043E\u043C\u0430\u0442\u0438\u0447\u0435\u0441\u043A\u0438\u0439 \u043F\u0435\u0440\u0435\u0432\u043E\u0434 \u043D\u0430 \u0446\u0435\u043B\u0435\u0432\u043E\u0439 \u044F\u0437\u044B\u043A, \u0435\u0441\u043B\u0438 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u0430 \u043D\u0430\u043F\u0438\u0441\u0430\u043D\u0430 \u043D\u0430 \u043E\u0434\u043D\u043E\u043C \u0438\u0437 \u0441\u043B\u0435\u0434\u0443\u044E\u0449\u0438\u0445 \u044F\u0437\u044B\u043A\u043E\u0432","always sites":"\u0412\u0441\u0435\u0433\u0434\u0430 \u043F\u0435\u0440\u0435\u0432\u0435\u0434\u0435\u043D\u043D\u044B\u0435 \u0432\u0435\u0431-\u0441\u0430\u0439\u0442\u044B","always translate the following sites":"\u0412\u0435\u0431-\u0441\u0430\u0439\u0442\u044B \u0430\u0432\u0442\u043E\u043C\u0430\u0442\u0438\u0447\u0435\u0441\u043A\u0438 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u044F\u0442\u0441\u044F \u043D\u0430 \u044F\u0437\u044B\u043A \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430, \u0435\u0441\u043B\u0438 \u043E\u043D\u0438 \u044F\u0432\u043B\u044F\u044E\u0442\u0441\u044F \u0434\u043E\u043C\u0435\u043D\u043D\u044B\u043C\u0438 \u0438\u043C\u0435\u043D\u0430\u043C\u0438","never sites":"\u041D\u0435\u043F\u0435\u0440\u0435\u0432\u0435\u0434\u0435\u043D\u043D\u044B\u0439 \u0441\u0430\u0439\u0442","never translate the following sites":"\u041F\u0435\u0440\u0435\u0432\u043E\u0434 \u043D\u0435 \u0431\u0443\u0434\u0435\u0442 \u0432\u044B\u043F\u043E\u043B\u043D\u044F\u0442\u044C\u0441\u044F, \u0435\u0441\u043B\u0438 \u0441\u0430\u0439\u0442 \u043F\u0440\u0435\u0434\u043D\u0430\u0437\u043D\u0430\u0447\u0435\u043D \u0434\u043B\u044F \u0441\u043B\u0435\u0434\u0443\u044E\u0449\u0438\u0445 \u0434\u043E\u043C\u0435\u043D\u043E\u0432","please refer to":"\u041F\u0435\u0440\u0435\u0434 \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u043D\u0438\u0435\u043C \u043D\u0435\u043E\u0431\u0445\u043E\u0434\u0438\u043C\u043E \u0437\u0430\u043F\u043E\u043B\u043D\u0438\u0442\u044C \u043A\u043B\u044E\u0447.",KeyAndConfigurationTutorial:"\u0423\u0447\u0435\u0431\u043D\u0438\u043A \u043F\u043E \u043F\u0440\u0438\u043C\u0435\u043D\u0435\u043D\u0438\u044E \u0438 \u043D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0435 \u043A\u043B\u044E\u0447\u0435\u0439",useAboveStyleForTheseSites:"\u0412\u0441\u0435\u0433\u0434\u0430 \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u0443\u0439\u0442\u0435 \u0441\u0442\u0438\u043B\u044C \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430 \u2308{theme}\u230B, \u0435\u0441\u043B\u0438 \u0441\u0430\u0439\u0442 \u043F\u0440\u0435\u0434\u043D\u0430\u0437\u043D\u0430\u0447\u0435\u043D \u0434\u043B\u044F \u0441\u043B\u0435\u0434\u0443\u044E\u0449\u0438\u0445 \u0434\u043E\u043C\u0435\u043D\u043E\u0432",currentUrl:"\u0422\u0435\u043A\u0443\u0449\u0438\u0439 URL",confirm:"\u0441\u043E\u0445\u0440\u0430\u043D\u044F\u0442\u044C (\u0444\u0430\u0439\u043B \u0438 \u0442.\u0434.) (\u0432\u044B\u0447\u0438\u0441\u043B\u0438\u0442\u0435\u043B\u044C\u043D\u0430\u044F \u0442\u0435\u0445\u043D\u0438\u043A\u0430)",cancel:"\u043E\u0442\u043C\u0435\u043D\u044B",delete:"\u0443\u0434\u0430\u043B\u0435\u043D\u0438\u0435","languages.auto":"\u0430\u0432\u0442\u043E\u043C\u0430\u0442\u0438\u0447\u0435\u0441\u043A\u043E\u0435 \u043E\u0431\u043D\u0430\u0440\u0443\u0436\u0435\u043D\u0438\u0435",syncToCloud:"\u0421\u0438\u043D\u0445\u0440\u043E\u043D\u0438\u0437\u0430\u0446\u0438\u044F \u0441 Google Drive",syncToCloudDescription:"\u0417\u0430\u0433\u0440\u0443\u0436\u0435\u043D\u043D\u0430\u044F \u0432 \u043E\u0431\u043B\u0430\u043A\u043E, \u043A\u043E\u043D\u0444\u0438\u0433\u0443\u0440\u0430\u0446\u0438\u044F \u043C\u043E\u0436\u0435\u0442 \u0431\u044B\u0442\u044C \u0441\u0438\u043D\u0445\u0440\u043E\u043D\u0438\u0437\u0438\u0440\u043E\u0432\u0430\u043D\u0430 \u043C\u0435\u0436\u0434\u0443 \u0440\u0430\u0437\u043B\u0438\u0447\u043D\u044B\u043C\u0438 \u0431\u0440\u0430\u0443\u0437\u0435\u0440\u0430\u043C\u0438/\u0441\u043A\u0440\u0438\u043F\u0442\u0430\u043C\u0438 grease monkey, \u0432 \u0437\u0430\u0432\u0438\u0441\u0438\u043C\u043E\u0441\u0442\u0438 \u043E\u0442 \u0442\u043E\u0433\u043E, \u0447\u0442\u043E \u0431\u044B\u043B\u043E \u0438\u0437\u043C\u0435\u043D\u0435\u043D\u043E \u043F\u043E\u0441\u043B\u0435\u0434\u043D\u0438\u043C.",syncToAccount:"\u0421\u0438\u043D\u0445\u0440\u043E\u043D\u0438\u0437\u0430\u0446\u0438\u044F \u0441 \u043E\u0431\u043B\u0430\u043A\u043E\u043C \u0438\u043C\u043C\u0435\u0440\u0441\u0438\u0432\u043D\u043E\u0433\u043E \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430",syncToAccountButton:"\u041C\u0433\u043D\u043E\u0432\u0435\u043D\u043D\u0430\u044F \u0441\u0438\u043D\u0445\u0440\u043E\u043D\u0438\u0437\u0430\u0446\u0438\u044F \u0441 \u043E\u0431\u043B\u0430\u043A\u043E\u043C",syncToAccountDescription:"\u0410\u0432\u0442\u043E\u043C\u0430\u0442\u0438\u0447\u0435\u0441\u043A\u0430\u044F \u0441\u0438\u043D\u0445\u0440\u043E\u043D\u0438\u0437\u0430\u0446\u0438\u044F \u043A\u043E\u043D\u0444\u0438\u0433\u0443\u0440\u0430\u0446\u0438\u0439 \u043C\u0435\u0436\u0434\u0443 \u0440\u0430\u0437\u043B\u0438\u0447\u043D\u044B\u043C\u0438 \u0443\u0441\u0442\u0440\u043E\u0439\u0441\u0442\u0432\u0430\u043C\u0438 \u0432 \u0437\u0430\u0432\u0438\u0441\u0438\u043C\u043E\u0441\u0442\u0438 \u043E\u0442 \u0442\u043E\u0433\u043E, \u043A\u0430\u043A\u0430\u044F \u0438\u0437 \u043D\u0438\u0445 \u0431\u044B\u043B\u0430 \u0438\u0437\u043C\u0435\u043D\u0435\u043D\u0430 \u043F\u043E\u0441\u043B\u0435\u0434\u043D\u0435\u0439.",successSyncConfigInAccount:"\u0423\u0441\u043F\u0435\u0448\u043D\u0430\u044F \u0441\u0438\u043D\u0445\u0440\u043E\u043D\u0438\u0437\u0430\u0446\u0438\u044F \u0441 \u043E\u0431\u043B\u0430\u043A\u043E\u043C",successSyncConfigToAccount:"\u0423\u0441\u043F\u0435\u0448\u043D\u0430\u044F \u0441\u0438\u043D\u0445\u0440\u043E\u043D\u0438\u0437\u0430\u0446\u0438\u044F \u0441 \u043E\u0431\u043B\u0430\u043A\u043E\u043C",syncConfigNoUpdate:"\u041E\u043D\u0430 \u0443\u0436\u0435 \u0441\u043E\u043E\u0442\u0432\u0435\u0442\u0441\u0442\u0432\u0443\u0435\u0442 \u0441\u043E\u0432\u0440\u0435\u043C\u0435\u043D\u043D\u044B\u043C \u0442\u0440\u0435\u0431\u043E\u0432\u0430\u043D\u0438\u044F\u043C.",authFail:"\u0421\u0431\u043E\u0439 \u0430\u0432\u0442\u043E\u0440\u0438\u0437\u0430\u0446\u0438\u0438",syncTitle:"\u0420\u0443\u0447\u043D\u043E\u0435 \u0443\u043F\u0440\u0430\u0432\u043B\u0435\u043D\u0438\u0435 \u0440\u0435\u0437\u0435\u0440\u0432\u043D\u044B\u043C \u043A\u043E\u043F\u0438\u0440\u043E\u0432\u0430\u043D\u0438\u0435\u043C",import_hint:"\u0438\u043C\u043F\u043E\u0440\u0442 (\u0434\u0430\u043D\u043D\u044B\u0435)",upload:"\u0437\u0430\u0433\u0440\u0443\u0437\u0438\u0442\u044C",revokeAuth:"\u043E\u0442\u043E\u0437\u0432\u0430\u0442\u044C \u0440\u0430\u0437\u0440\u0435\u0448\u0435\u043D\u0438\u0435",uploadFail:"\u0417\u0430\u0433\u0440\u0443\u0437\u043A\u0430 \u043D\u0435 \u0443\u0434\u0430\u043B\u0430\u0441\u044C",download:"\u0437\u0430\u0433\u0440\u0443\u0437\u043A\u0430",importSuccess:"\u0423\u0441\u043F\u0435\u0448\u043D\u043E \u0438\u043C\u043F\u043E\u0440\u0442\u0438\u0440\u0443\u0435\u0442\u0441\u044F",importFail:"\u0441\u0431\u043E\u0439 \u0438\u043C\u043F\u043E\u0440\u0442\u0430",deleteFail:"\u041D\u0435 \u0443\u0434\u0430\u043B\u043E\u0441\u044C \u0443\u0434\u0430\u043B\u0438\u0442\u044C",backupToCloud:"\u0420\u0443\u0447\u043D\u043E\u0435 \u0443\u043F\u0440\u0430\u0432\u043B\u0435\u043D\u0438\u0435 \u0444\u0430\u0439\u043B\u0430\u043C\u0438 \u0440\u0435\u0437\u0435\u0440\u0432\u043D\u043E\u0433\u043E \u043A\u043E\u043F\u0438\u0440\u043E\u0432\u0430\u043D\u0438\u044F",create_new_backup:"\u0414\u043E\u0431\u0430\u0432\u043B\u0435\u043D\u0438\u0435 \u043D\u043E\u0432\u043E\u0433\u043E \u0443\u0437\u043B\u0430 \u0440\u0435\u0437\u0435\u0440\u0432\u043D\u043E\u0433\u043E \u043A\u043E\u043F\u0438\u0440\u043E\u0432\u0430\u043D\u0438\u044F",maxBackupFiles:"\u0420\u0435\u0437\u0435\u0440\u0432\u043D\u043E\u0435 \u043A\u043E\u043F\u0438\u0440\u043E\u0432\u0430\u043D\u0438\u0435 \u043C\u043E\u0436\u0435\u0442 \u0431\u044B\u0442\u044C \u0432\u044B\u043F\u043E\u043B\u043D\u0435\u043D\u043E \u0434\u043E{count}\u0440\u0430\u0437\u043B\u0438\u0447\u043D\u044B\u0445 \u0443\u0437\u043B\u043E\u0432, \u0443\u0434\u0430\u043B\u0438\u0442\u0435 \u043D\u0435\u043D\u0443\u0436\u043D\u044B\u0435 \u0443\u0437\u043B\u044B.",backupToCloudDescription:"\u0420\u0443\u0447\u043D\u0430\u044F \u0437\u0430\u0433\u0440\u0443\u0437\u043A\u0430 \u0438\u043B\u0438 \u0432\u043E\u0441\u0441\u0442\u0430\u043D\u043E\u0432\u043B\u0435\u043D\u0438\u0435 \u0444\u0430\u0439\u043B\u043E\u0432 \u0440\u0435\u0437\u0435\u0440\u0432\u043D\u044B\u0445 \u043A\u043E\u043F\u0438\u0439, \u043F\u043E\u0437\u0432\u043E\u043B\u044F\u044E\u0449\u0430\u044F \u0441\u043E\u0437\u0434\u0430\u0432\u0430\u0442\u044C \u0434\u043E 3 \u0440\u0430\u0437\u043B\u0438\u0447\u043D\u044B\u0445 \u0440\u0435\u0437\u0435\u0440\u0432\u043D\u044B\u0445 \u043A\u043E\u043F\u0438\u0439",successSyncConfig:"\u0423\u0441\u043F\u0435\u0448\u043D\u0430\u044F \u0441\u0438\u043D\u0445\u0440\u043E\u043D\u0438\u0437\u0430\u0446\u0438\u044F \u0441 \u043E\u0431\u043B\u0430\u043A\u043E\u043C",syncFail:"\u0441\u0431\u043E\u0439 \u0441\u0438\u043D\u0445\u0440\u043E\u043D\u0438\u0437\u0430\u0446\u0438\u0438",updatedAt:"\u041E\u0431\u043D\u043E\u0432\u043B\u0435\u043D\u043E \u0441 \u0441\u0430\u0439\u0442\u0430 {date}",lastSyncedAt:"\u041F\u043E\u0441\u043B\u0435\u0434\u043D\u044F\u044F \u043F\u0440\u043E\u0432\u0435\u0440\u043A\u0430 \u043D\u0430 \u0441\u0430\u0439\u0442\u0435 {date}",downloadFail:"\u041D\u0435 \u0443\u0434\u0430\u043B\u043E\u0441\u044C \u0437\u0430\u0433\u0440\u0443\u0437\u0438\u0442\u044C",clickToDownload:"\u041D\u0430\u0436\u043C\u0438\u0442\u0435 \u0434\u043B\u044F \u0437\u0430\u0433\u0440\u0443\u0437\u043A\u0438",aboutLabel:"\u041E \u043A\u043E\u043C\u043F\u0430\u043D\u0438\u0438 - \u041E\u0431\u0440\u0430\u0442\u043D\u0430\u044F \u0441\u0432\u044F\u0437\u044C","browser.openAboutPage":"\u0418\u043D\u0444\u043E\u0440\u043C\u0430\u0446\u0438\u044F/\u041E\u0442\u0437\u044B\u0432\u044B",aboutLabelWithoutSponsor:"\u041E \u043A\u043E\u043C\u043F\u0430\u043D\u0438\u0438 - \u041E\u0431\u0440\u0430\u0442\u043D\u0430\u044F \u0441\u0432\u044F\u0437\u044C",aboutIntro:"\u041F\u0443\u0441\u0442\u044C \u043D\u0430\u043C \u0432\u0441\u0435\u043C \u0431\u0443\u0434\u0435\u0442 \u043B\u0435\u0433\u0447\u0435 \u0438 \u043F\u0440\u0438\u044F\u0442\u043D\u0435\u0435 \u043F\u043E\u043B\u0443\u0447\u0430\u0442\u044C \u0434\u043E\u0441\u0442\u0443\u043F \u043A \u043E\u0433\u0440\u043E\u043C\u043D\u043E\u043C\u0443 \u043A\u043E\u043B\u0438\u0447\u0435\u0441\u0442\u0432\u0443 \u0438\u043D\u0444\u043E\u0440\u043C\u0430\u0446\u0438\u0438 \u043D\u0430 \u0438\u043D\u043E\u0441\u0442\u0440\u0430\u043D\u043D\u044B\u0445 \u044F\u0437\u044B\u043A\u0430\u0445 \u0432 \u0418\u043D\u0442\u0435\u0440\u043D\u0435\u0442\u0435 \u2764\uFE0F \u0412\u044B \u043C\u043E\u0436\u0435\u0442\u0435 \u0430\u043A\u0442\u0438\u0432\u0438\u0440\u043E\u0432\u0430\u0442\u044C <6>\u0447\u043B\u0435\u043D\u0441\u0442\u0432\u043E \u0432 \u043F\u0440\u043E\u0433\u0440\u0430\u043C\u043C\u0435 Pro, \u0447\u0442\u043E\u0431\u044B \u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u044C\u0441\u044F \u0433\u043E\u0442\u043E\u0432\u044B\u043C\u0438 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430\u043C\u0438 DeepL \u0438 OpenAI.

\u0412\u044B \u043C\u043E\u0436\u0435\u0442\u0435 \u0441\u043B\u0435\u0434\u0438\u0442\u044C \u0437\u0430 \u043D\u0430\u043C\u0438 \u0432 <3>Twitter, <4>Telegram, Weibo, WeChat \u0438\u043B\u0438 <5>\u043F\u043E\u0434\u043F\u0438\u0441\u0430\u0442\u044C\u0441\u044F \u043D\u0430 \u043D\u0430\u0448\u0443 \u0440\u0430\u0441\u0441\u044B\u043B\u043A\u0443 \u043D\u0438\u0436\u0435, \u0447\u0442\u043E\u0431\u044B \u043E\u0442\u0441\u043B\u0435\u0436\u0438\u0432\u0430\u0442\u044C \u043E\u0431\u043D\u043E\u0432\u043B\u0435\u043D\u0438\u044F.
<7>\u0423\u0447\u0430\u0441\u0442\u043D\u0438\u043A\u0438 \u043F\u0440\u043E\u0433\u0440\u0430\u043C\u043C\u044B Pro \u043C\u043E\u0433\u0443\u0442 \u0441\u0432\u044F\u0437\u0430\u0442\u044C\u0441\u044F \u0441 \u043D\u0430\u043C\u0438 \u043F\u043E \u0430\u0434\u0440\u0435\u0441\u0443 <8>support@immersivetranslate.com \u0434\u043B\u044F \u0431\u044B\u0441\u0442\u0440\u043E\u0433\u043E \u043E\u0431\u0441\u043B\u0443\u0436\u0438\u0432\u0430\u043D\u0438\u044F \u043A\u043B\u0438\u0435\u043D\u0442\u043E\u0432.",aboutIntroWithoutSponsor:"\u041F\u0443\u0441\u0442\u044C \u0432\u0441\u0435\u043C \u043D\u0430\u043C \u0431\u0443\u0434\u0435\u0442 \u043B\u0435\u0433\u0447\u0435 \u0438 \u043F\u0440\u0438\u044F\u0442\u043D\u0435\u0435 \u043F\u043E\u043B\u0443\u0447\u0430\u0442\u044C \u0434\u043E\u0441\u0442\u0443\u043F \u043A \u043E\u0433\u0440\u043E\u043C\u043D\u043E\u043C\u0443 \u043A\u043E\u043B\u0438\u0447\u0435\u0441\u0442\u0432\u0443 \u0438\u043D\u0444\u043E\u0440\u043C\u0430\u0446\u0438\u0438 \u043D\u0430 \u0438\u043D\u043E\u0441\u0442\u0440\u0430\u043D\u043D\u044B\u0445 \u044F\u0437\u044B\u043A\u0430\u0445, \u0434\u043E\u0441\u0442\u0443\u043F\u043D\u043E\u0439 \u0432 \u0418\u043D\u0442\u0435\u0440\u043D\u0435\u0442\u0435 \u2764\uFE0F

\u0412\u044B \u043C\u043E\u0436\u0435\u0442\u0435 \u0441\u043B\u0435\u0434\u0438\u0442\u044C \u0437\u0430 \u043D\u0430\u043C\u0438 \u0432 <3>Twitter, <4>Telegram-\u043A\u0430\u043D\u0430\u043B\u0435, WeChat, WeChat Exchange \u0438\u043B\u0438 <5>\u043F\u043E\u0434\u043F\u0438\u0441\u0430\u0442\u044C\u0441\u044F \u043D\u0430 \u043E\u0442\u0441\u043B\u0435\u0436\u0438\u0432\u0430\u043D\u0438\u0435 \u043E\u0431\u043D\u043E\u0432\u043B\u0435\u043D\u0438\u0439 \u043F\u043E <5>\u044D\u043B\u0435\u043A\u0442\u0440\u043E\u043D\u043D\u043E\u0439 \u043F\u043E\u0447\u0442\u0435 \u043D\u0438\u0436\u0435.",projectHomepage:'\u041F\u0440\u043E\u0435\u043A\u0442 "\u0414\u043E\u043C',joinTelegramGroup:"\u041F\u0440\u0438\u0441\u043E\u0435\u0434\u0438\u043D\u044F\u0439\u0442\u0435\u0441\u044C \u043A \u0433\u0440\u0443\u043F\u043F\u0435 \u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u0435\u043B\u0435\u0439 \u0434\u043B\u044F \u0443\u0447\u0430\u0441\u0442\u0438\u044F \u0432 \u043E\u0431\u0441\u0443\u0436\u0434\u0435\u043D\u0438\u0438 \u0444\u0443\u043D\u043A\u0446\u0438\u0439",wechatPublicAccount:"WeChat Public",wechatCommunities:"\u0413\u0440\u0443\u043F\u043F\u0430 \u043E\u0431\u043C\u0435\u043D\u0430 WeChat",qqCommunities:"\u041A\u0430\u043D\u0430\u043B \u0441\u0432\u044F\u0437\u0438 QQ",joinTelegramChannel:"\u0421\u043B\u0435\u0434\u0438\u0442\u0435 \u0437\u0430 \u043E\u0431\u043D\u043E\u0432\u043B\u0435\u043D\u0438\u044F\u043C\u0438 \u0432 Telegram-\u043A\u0430\u043D\u0430\u043B\u0435",feedbackAndJoin:"\u0412\u043E\u043F\u0440\u043E\u0441 \u041E\u0431\u0440\u0430\u0442\u043D\u0430\u044F \u0441\u0432\u044F\u0437\u044C / \u0414\u043E\u0431\u0430\u0432\u0438\u0442\u044C \u0433\u0440\u0443\u043F\u043F\u0443",autoSync:"\u0430\u0432\u0442\u043E\u043C\u0430\u0442\u0438\u0447\u0435\u0441\u043A\u0430\u044F \u0441\u0438\u043D\u0445\u0440\u043E\u043D\u0438\u0437\u0430\u0446\u0438\u044F \u0432\u0440\u0435\u043C\u0435\u043D\u0438",loadingThemeTitle:"\u0421\u0442\u0438\u043B\u044C \u0437\u0430\u0433\u0440\u0443\u0437\u043A\u0438",loadingThemeDescription:"\u0423\u0441\u0442\u0430\u043D\u043E\u0432\u043A\u0430 \u0441\u0442\u0438\u043B\u044F \u043F\u0440\u0438 \u043E\u0436\u0438\u0434\u0430\u043D\u0438\u0438 \u0437\u0430\u0433\u0440\u0443\u0437\u043A\u0438 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430","loadingTheme.spinner":"\u0412\u0440\u0430\u0449\u0430\u044E\u0449\u0430\u044F\u0441\u044F \u0430\u043D\u0438\u043C\u0430\u0446\u0438\u044F","loadingTheme.text":"\u0441\u0442\u0430\u0442\u0438\u0447\u0435\u0441\u043A\u0438\u0439 \u0442\u0435\u043A\u0441\u0442 \u0447\u0435\u0433\u043E-\u043B. ","loadingTheme.none":"\u043D\u0435 \u043F\u043E\u043A\u0430\u0437\u0430\u043D\u043E",developerDescription:"\u0414\u043E\u043A\u0443\u043C\u0435\u043D\u0442\u0430\u0446\u0438\u044E \u043F\u043E \u0440\u0430\u0441\u0448\u0438\u0440\u0435\u043D\u043D\u043E\u0439 \u043D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0435 \u043C\u043E\u0436\u043D\u043E \u043D\u0430\u0439\u0442\u0438 <1>\u0437\u0434\u0435\u0441\u044C","edit border color":"\u0418\u0437\u043C\u0435\u043D\u0435\u043D\u0438\u0435 \u0446\u0432\u0435\u0442\u0430 \u0433\u0440\u0430\u043D\u0438\u0446\u044B",successSyncButNoChange:"\u0422\u0435\u043A\u0443\u0449\u0430\u044F \u043A\u043E\u043D\u0444\u0438\u0433\u0443\u0440\u0430\u0446\u0438\u044F \u0441\u043E\u043E\u0442\u0432\u0435\u0442\u0441\u0442\u0432\u0443\u0435\u0442 \u043E\u0431\u043B\u0430\u043A\u0443",customTheme:"\u041D\u0435\u0441\u0442\u0430\u043D\u0434\u0430\u0440\u0442\u043D\u044B\u0435 \u0446\u0432\u0435\u0442\u0430 \u0438 \u0440\u0430\u0437\u043C\u0435\u0440\u044B","customThemeLabel.borderColor":"\u0426\u0432\u0435\u0442 \u0433\u0440\u0430\u043D\u0438\u0446\u044B","customThemeLabel.borderRadius":"\u0421\u043A\u0440\u0443\u0433\u043B\u0435\u043D\u043D\u044B\u0435 \u043A\u0440\u0430\u044F","customThemeLabel.textColor":"\u0446\u0432\u0435\u0442 \u0442\u0435\u043A\u0441\u0442\u0430","customThemeLabel.backgroundColor":"\u0446\u0432\u0435\u0442 \u0444\u043E\u043D\u0430","customThemeLabel.zoom":"\u041C\u0430\u0441\u0448\u0442\u0430\u0431\u0438\u0440\u043E\u0432\u0430\u043D\u0438\u0435 \u0448\u0440\u0438\u0444\u0442\u0430 (%)","customThemeLabel.opacity":"\u041D\u0435\u043F\u0440\u043E\u0437\u0440\u0430\u0447\u043D\u043E\u0441\u0442\u044C \u0442\u0435\u043A\u0441\u0442\u0430 (%)",resetToDefaultColor:"\u0412\u043E\u0441\u0441\u0442\u0430\u043D\u043E\u0432\u043B\u0435\u043D\u0438\u0435 \u0446\u0432\u0435\u0442\u043E\u0432 \u043F\u043E \u0443\u043C\u043E\u043B\u0447\u0430\u043D\u0438\u044E",resetToDefaultSettings:"\u0412\u043E\u0441\u0441\u0442\u0430\u043D\u043E\u0432\u043B\u0435\u043D\u0438\u0435 \u043D\u0430\u0441\u0442\u0440\u043E\u0435\u043A \u043F\u043E \u0443\u043C\u043E\u043B\u0447\u0430\u043D\u0438\u044E",isTranslateTitle:"\u0412\u043A\u043B\u044E\u0447\u0438\u0442\u044C \u043F\u0435\u0440\u0435\u0432\u043E\u0434 \u0437\u0430\u0433\u043E\u043B\u043E\u0432\u043A\u043E\u0432 \u0441\u0442\u0440\u0430\u043D\u0438\u0446",isTranslateTitleDescription:"\u041F\u0440\u0438 \u043E\u0442\u043A\u0440\u044B\u0442\u0438\u0438 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u044B \u0435\u0435 \u0437\u0430\u0433\u043E\u043B\u043E\u0432\u043E\u043A \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0438\u0442\u0441\u044F",enableSearchEnhancement:"\u0412\u043A\u043B\u044E\u0447\u0435\u043D\u0438\u0435 \u0444\u0443\u043D\u043A\u0446\u0438\u0438 \u0440\u0430\u0441\u0448\u0438\u0440\u0435\u043D\u0438\u044F \u0434\u0432\u0443\u044F\u0437\u044B\u0447\u043D\u044B\u0445 \u0441\u043E\u043E\u0431\u0449\u0435\u043D\u0438\u0439",enableSearchEnhancementDescription:'\u041F\u043E\u0441\u043B\u0435 \u0432\u043A\u043B\u044E\u0447\u0435\u043D\u0438\u044F \u044D\u0442\u043E\u0439 \u0444\u0443\u043D\u043A\u0446\u0438\u0438 \u0440\u0435\u0437\u0443\u043B\u044C\u0442\u0430\u0442\u044B \u043F\u043E\u0438\u0441\u043A\u0430 "Google \u041D\u043E\u0432\u043E\u0441\u0442\u0438" \u0431\u0443\u0434\u0443\u0442 \u0430\u0432\u0442\u043E\u043C\u0430\u0442\u0438\u0447\u0435\u0441\u043A\u0438 \u043E\u0442\u043E\u0431\u0440\u0430\u0436\u0430\u0442\u044C\u0441\u044F \u0432 \u043F\u0440\u0430\u0432\u043E\u0439 \u043A\u043E\u043B\u043E\u043D\u043A\u0435 \u043F\u043E\u0434\u0434\u0435\u0440\u0436\u0438\u0432\u0430\u0435\u043C\u044B\u0445 \u0441\u0430\u0439\u0442\u043E\u0432 (Google \u041D\u043E\u0432\u043E\u0441\u0442\u0438, Google \u041F\u043E\u0438\u0441\u043A (\u043D\u0435\u043A\u043E\u0442\u043E\u0440\u044B\u0435 \u043A\u043B\u044E\u0447\u0435\u0432\u044B\u0435 \u0441\u043B\u043E\u0432\u0430), Snowball, Oriental Fortune, Futura, Tiger Community) \u0434\u043B\u044F \u0441\u043E\u043E\u0442\u0432\u0435\u0442\u0441\u0442\u0432\u0443\u044E\u0449\u0438\u0445 \u0430\u043D\u0433\u043B\u0438\u0439\u0441\u043A\u0438\u0445 \u043A\u043B\u044E\u0447\u0435\u0432\u044B\u0445 \u0441\u043B\u043E\u0432.',verifyService:"\u041D\u0430\u0436\u043C\u0438\u0442\u0435 \u0437\u0434\u0435\u0441\u044C, \u0447\u0442\u043E\u0431\u044B \u043F\u0440\u043E\u0442\u0435\u0441\u0442\u0438\u0440\u043E\u0432\u0430\u0442\u044C \u0443\u0441\u043B\u0443\u0433\u0443",verified:"\u041F\u0440\u043E\u0432\u0435\u0440\u043A\u0430 \u0443\u0441\u043F\u0435\u0448\u043D\u043E\u0441\u0442\u0438","field.langs":"\u041F\u043E\u0434\u0434\u0435\u0440\u0436\u0438\u0432\u0430\u0435\u043C\u044B\u0435 \u043A\u043E\u0434\u044B \u044F\u0437\u044B\u043A\u043E\u0432","field.model":"\u043C\u043E\u0434\u0435\u043B\u0438\u0440\u043E\u0432\u0430\u043D\u0438\u0435","field.translationEngine":"\u043C\u0435\u0445\u0430\u043D\u0438\u0437\u043C \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430","field.limitPerMinute":"\u041C\u0430\u043A\u0441\u0438\u043C\u0430\u043B\u044C\u043D\u043E\u0435 \u043A\u043E\u043B\u0438\u0447\u0435\u0441\u0442\u0432\u043E \u0437\u0430\u043F\u0440\u043E\u0441\u043E\u0432 \u0432 \u043C\u0438\u043D\u0443\u0442\u0443","field.limitPerSecond":"\u041C\u0430\u043A\u0441\u0438\u043C\u0430\u043B\u044C\u043D\u043E\u0435 \u043A\u043E\u043B\u0438\u0447\u0435\u0441\u0442\u0432\u043E \u0437\u0430\u043F\u0440\u043E\u0441\u043E\u0432 \u0432 \u0441\u0435\u043A\u0443\u043D\u0434\u0443","field.maxTextLengthPerRequest":"\u041C\u0430\u043A\u0441\u0438\u043C\u0430\u043B\u044C\u043D\u0430\u044F \u0434\u043B\u0438\u043D\u0430 \u0442\u0435\u043A\u0441\u0442\u0430 \u0432 \u043E\u0434\u043D\u043E\u043C \u0437\u0430\u043F\u0440\u043E\u0441\u0435","field.maxTextGroupLengthPerRequest":"\u041C\u0430\u043A\u0441\u0438\u043C\u0430\u043B\u044C\u043D\u043E\u0435 \u043A\u043E\u043B\u0438\u0447\u0435\u0441\u0442\u0432\u043E \u043F\u0430\u0440\u0430\u0433\u0440\u0430\u0444\u043E\u0432 \u0432 \u043E\u0434\u043D\u043E\u043C \u0437\u0430\u043F\u0440\u043E\u0441\u0435","field.apiUrl":"\u0410\u0434\u0440\u0435\u0441 \u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u0435\u043B\u044C\u0441\u043A\u043E\u0433\u043E \u0438\u043D\u0442\u0435\u0440\u0444\u0435\u0439\u0441\u0430 API","field.placeholderDelimiters":"\u0437\u0430\u0440\u0435\u0437\u0435\u0440\u0432\u0438\u0440\u043E\u0432\u0430\u043D\u043D\u043E\u0435 \u043C\u0435\u0441\u0442\u043E","description.custom":"\u0414\u043E\u0441\u0442\u0443\u043F \u043A \u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u0435\u043B\u044C\u0441\u043A\u043E\u043C\u0443 \u0438\u043D\u0442\u0435\u0440\u0444\u0435\u0439\u0441\u0443 \u0422\u0440\u0435\u0431\u0443\u0435\u0442\u0441\u044F \u0434\u043E\u043A\u0443\u043C\u0435\u043D\u0442\u0430\u0446\u0438\u044F","description.limitPerMinute":"\u0417\u0430\u043F\u0440\u043E\u0441\u044B, \u043F\u0440\u0435\u0432\u044B\u0448\u0430\u044E\u0449\u0438\u0435 \u044D\u0442\u043E\u0442 \u043B\u0438\u043C\u0438\u0442, \u043F\u043E\u043F\u0430\u0434\u0430\u044E\u0442 \u0432 \u043E\u0447\u0435\u0440\u0435\u0434\u044C \u0434\u043E \u043D\u0430\u0447\u0430\u043B\u0430 \u0441\u043B\u0435\u0434\u0443\u044E\u0449\u0435\u0439 \u043C\u0438\u043D\u0443\u0442\u044B. \u0412 \u0441\u0432\u044F\u0437\u0438 \u0441 \u0440\u0430\u0437\u043B\u0438\u0447\u043D\u044B\u043C\u0438 \u043E\u0433\u0440\u0430\u043D\u0438\u0447\u0435\u043D\u0438\u044F\u043C\u0438 \u0442\u0435\u043A\u0443\u0449\u0435\u0433\u043E \u0441\u0435\u0440\u0432\u0438\u0441\u0430 OpenAI, \u043F\u043E\u0441\u043B\u0435\u0434\u043D\u0438\u0435 \u043F\u0440\u0435\u0434\u043B\u0430\u0433\u0430\u0435\u043C\u044B\u0435 \u0437\u043D\u0430\u0447\u0435\u043D\u0438\u044F \u043C\u043E\u0436\u043D\u043E \u043F\u043E\u0441\u043C\u043E\u0442\u0440\u0435\u0442\u044C <1>\u0437\u0434\u0435\u0441\u044C","description.limitPerSecond":"\u0417\u0430\u043F\u0440\u043E\u0441\u044B, \u043F\u0440\u0435\u0432\u044B\u0448\u0430\u044E\u0449\u0438\u0435 \u044D\u0442\u043E\u0442 \u043B\u0438\u043C\u0438\u0442, \u043F\u043E\u043F\u0430\u0434\u0430\u044E\u0442 \u0432 \u043E\u0447\u0435\u0440\u0435\u0434\u044C \u0434\u043E \u043D\u0430\u0447\u0430\u043B\u0430 \u0441\u043B\u0435\u0434\u0443\u044E\u0449\u0435\u0439 \u0441\u0435\u043A\u0443\u043D\u0434\u044B. \u0412 \u0441\u0432\u044F\u0437\u0438 \u0441 \u0440\u0430\u0437\u043B\u0438\u0447\u043D\u044B\u043C\u0438 \u043E\u0433\u0440\u0430\u043D\u0438\u0447\u0435\u043D\u0438\u044F\u043C\u0438 \u0442\u0435\u043A\u0443\u0449\u0435\u0433\u043E \u0441\u0435\u0440\u0432\u0438\u0441\u0430 OpenAI, \u043F\u043E\u0441\u043B\u0435\u0434\u043D\u0438\u0435 \u043F\u0440\u0435\u0434\u043B\u0430\u0433\u0430\u0435\u043C\u044B\u0435 \u0437\u043D\u0430\u0447\u0435\u043D\u0438\u044F \u043C\u043E\u0436\u043D\u043E \u043F\u043E\u0441\u043C\u043E\u0442\u0440\u0435\u0442\u044C <1>\u0437\u0434\u0435\u0441\u044C","description.generalLimitPerSecond":"\u0417\u0430\u043F\u0440\u043E\u0441\u044B, \u043F\u0440\u0435\u0432\u044B\u0448\u0430\u044E\u0449\u0438\u0435 \u044D\u0442\u043E\u0442 \u043B\u0438\u043C\u0438\u0442, \u043F\u043E\u043F\u0430\u0434\u0430\u044E\u0442 \u0432 \u043E\u0447\u0435\u0440\u0435\u0434\u044C \u0434\u043E \u043D\u0430\u0447\u0430\u043B\u0430 \u0441\u043B\u0435\u0434\u0443\u044E\u0449\u0435\u0439 \u0441\u0435\u043A\u0443\u043D\u0434\u044B.","description.prompt":"\u041E\u0442\u043F\u0440\u0430\u0432\u0438\u0442\u044C \u0434\u0438\u0430\u043B\u043E\u0433 {service} \u043E\u0442 \u0438\u043C\u0435\u043D\u0438 \u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u0435\u043B\u044F, \u0433\u0434\u0435 {{text}} \u043E\u0431\u043E\u0437\u043D\u0430\u0447\u0430\u0435\u0442 \u0442\u0435\u043A\u0441\u0442 \u043F\u0430\u0440\u0430\u0433\u0440\u0430\u0444\u0430, {{from}} \u043E\u0431\u043E\u0437\u043D\u0430\u0447\u0430\u0435\u0442 \u044F\u0437\u044B\u043A \u043F\u0430\u0440\u0430\u0433\u0440\u0430\u0444\u0430, \u0430 {{to}} \u043E\u0431\u043E\u0437\u043D\u0430\u0447\u0430\u0435\u0442 \u0446\u0435\u043B\u0435\u0432\u043E\u0439 \u044F\u0437\u044B\u043A.","description.maxTextLengthPerRequest":"\u041C\u0430\u043A\u0441\u0438\u043C\u0430\u043B\u044C\u043D\u043E\u0435 \u043A\u043E\u043B\u0438\u0447\u0435\u0441\u0442\u0432\u043E \u0441\u0438\u043C\u0432\u043E\u043B\u043E\u0432 \u0432 \u043E\u0434\u043D\u043E\u043C \u0437\u0430\u043F\u0440\u043E\u0441\u0435 \u0441\u043B\u0438\u0448\u043A\u043E\u043C \u0432\u0435\u043B\u0438\u043A\u043E, \u0447\u0442\u043E \u043F\u0440\u0438\u0432\u043E\u0434\u0438\u0442 \u043A \u043C\u0435\u0434\u043B\u0435\u043D\u043D\u043E\u043C\u0443 \u043E\u0442\u043A\u043B\u0438\u043A\u0443 \u0438\u043D\u0442\u0435\u0440\u0444\u0435\u0439\u0441\u0430, \u043F\u043E\u044D\u0442\u043E\u043C\u0443 \u043F\u043E\u043F\u0440\u043E\u0431\u0443\u0439\u0442\u0435 \u043E\u0442\u0440\u0435\u0433\u0443\u043B\u0438\u0440\u043E\u0432\u0430\u0442\u044C \u044D\u0442\u043E\u0442 \u043F\u0430\u0440\u0430\u043C\u0435\u0442\u0440 \u0434\u043B\u044F \u043E\u043F\u0442\u0438\u043C\u0438\u0437\u0430\u0446\u0438\u0438 \u0441\u043A\u043E\u0440\u043E\u0441\u0442\u0438 \u0440\u0430\u0431\u043E\u0442\u044B","description.systemPrompt":"\u0414\u0438\u0430\u043B\u043E\u0433, \u043E\u0442\u043F\u0440\u0430\u0432\u043B\u0435\u043D\u043D\u044B\u0439 \u0441\u0438\u0441\u0442\u0435\u043C\u043E\u0439 \u0432 {service}, \u0433\u0434\u0435 {{text}} \u043E\u0431\u043E\u0437\u043D\u0430\u0447\u0430\u0435\u0442 \u0442\u0435\u043A\u0441\u0442 \u043F\u0430\u0440\u0430\u0433\u0440\u0430\u0444\u0430, {{from}} \u043E\u0431\u043E\u0437\u043D\u0430\u0447\u0430\u0435\u0442 \u044F\u0437\u044B\u043A \u043F\u0430\u0440\u0430\u0433\u0440\u0430\u0444\u0430, {{to}} \u043E\u0431\u043E\u0437\u043D\u0430\u0447\u0430\u0435\u0442 \u0446\u0435\u043B\u0435\u0432\u043E\u0439 \u044F\u0437\u044B\u043A.","field.domain":"\u0446\u0430\u0440\u0441\u0442\u0432\u043E","description.domain":"\u041F\u043E \u0443\u043C\u043E\u043B\u0447\u0430\u043D\u0438\u044E \u0443\u0441\u0442\u0430\u043D\u043E\u0432\u043B\u0435\u043D\u043E \u0437\u043D\u0430\u0447\u0435\u043D\u0438\u0435\uFF1Ageneral. \u041C\u043E\u0436\u0435\u0442 \u0431\u044B\u0442\u044C \u0443\u0441\u0442\u0430\u043D\u043E\u0432\u043B\u0435\u043D\u043E \u0442\u043E\u043B\u044C\u043A\u043E \u0432 \u0442\u043E\u043C \u0441\u043B\u0443\u0447\u0430\u0435, \u0435\u0441\u043B\u0438 \u0432 \u043A\u043E\u043D\u0441\u043E\u043B\u0438 Arima API \u0432\u043A\u043B\u044E\u0447\u0435\u043D \u0434\u043E\u043C\u0435\u043D\u043D\u044B\u0439 \u043F\u0435\u0440\u0435\u0432\u043E\u0434, \u043F\u043E\u0434\u0434\u0435\u0440\u0436\u0438\u0432\u0430\u0435\u043C\u044B\u0435 \u0434\u043E\u043C\u0435\u043D\u044B \u0441\u043C. <1>\u0437\u0434\u0435\u0441\u044C","field.scene":"\u0432\u0437\u044F\u0442\u044C","description.scene":"\u041F\u043E \u0443\u043C\u043E\u043B\u0447\u0430\u043D\u0438\u044E \u0443\u0441\u0442\u0430\u043D\u043E\u0432\u043B\u0435\u043D\u043E \u0437\u043D\u0430\u0447\u0435\u043D\u0438\u0435\uFF1Ageneral. \u041C\u043E\u0436\u0435\u0442 \u0431\u044B\u0442\u044C \u0443\u0441\u0442\u0430\u043D\u043E\u0432\u043B\u0435\u043D\u043E \u0442\u043E\u043B\u044C\u043A\u043E \u0432 \u0442\u043E\u043C \u0441\u043B\u0443\u0447\u0430\u0435, \u0435\u0441\u043B\u0438 \u0432 \u043A\u043E\u043D\u0441\u043E\u043B\u0438 AliCloud API \u043E\u0442\u043A\u0440\u044B\u0442 Machine Translation Pro, \u043E \u043F\u043E\u0434\u0434\u0435\u0440\u0436\u0438\u0432\u0430\u0435\u043C\u044B\u0445 \u0441\u0446\u0435\u043D\u0430\u0440\u0438\u044F\u0445 \u0441\u043C. <1>\u0437\u0434\u0435\u0441\u044C","field.vocabId":"\u0418\u0434\u0435\u043D\u0442\u0438\u0444\u0438\u043A\u0430\u0442\u043E\u0440 \u0441\u043B\u043E\u0432\u0430\u0440\u044F \u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u0435\u043B\u044F","description.vocabId":"\u0423\u043A\u0430\u0437\u0430\u043D\u043D\u044B\u0439 \u0441\u043B\u043E\u0432\u0430\u0440\u044C out_id, \u0432 \u043D\u0430\u0441\u0442\u043E\u044F\u0449\u0435\u0435 \u0432\u0440\u0435\u043C\u044F \u043F\u043E\u0434\u0434\u0435\u0440\u0436\u0438\u0432\u0430\u0435\u0442 \u043F\u0435\u0440\u0435\u0432\u043E\u0434 \u0441 \u0430\u043D\u0433\u043B\u0438\u0439\u0441\u043A\u043E\u0433\u043E \u043D\u0430 \u043A\u0438\u0442\u0430\u0439\u0441\u043A\u0438\u0439.","description.model":"\u041C\u043E\u0434\u0435\u043B\u0438 OpenAI, \u043C\u043E\u0433\u0443\u0442 \u0431\u044B\u0442\u044C gpt-3.5-turbo, gpt-4 \u0438 \u0442.\u0434.","description.maxTextGroupLengthPerRequest":"\u041A\u043E\u043B\u0438\u0447\u0435\u0441\u0442\u0432\u043E \u0430\u0431\u0437\u0430\u0446\u0435\u0432, \u043F\u0435\u0440\u0435\u0434\u0430\u0432\u0430\u0435\u043C\u044B\u0445 \u0441\u043B\u0443\u0436\u0431\u0435 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430 \u0437\u0430 \u043E\u0434\u0438\u043D \u0440\u0430\u0437, \u0435\u0441\u043B\u0438 \u0438\u0445 \u0441\u043B\u0438\u0448\u043A\u043E\u043C \u043C\u043D\u043E\u0433\u043E, \u044D\u0442\u043E \u043C\u043E\u0436\u0435\u0442 \u043F\u0440\u0438\u0432\u0435\u0441\u0442\u0438 \u043A \u0437\u0430\u043C\u0435\u0434\u043B\u0435\u043D\u0438\u044E \u0440\u0435\u0430\u043A\u0446\u0438\u0438 \u0438\u043D\u0442\u0435\u0440\u0444\u0435\u0439\u0441\u0430","description.apiUrl":"\u041F\u043E\u0436\u0430\u043B\u0443\u0439\u0441\u0442\u0430, \u0434\u043E\u0431\u0430\u0432\u044C\u0442\u0435 \u043A\u043E\u043D\u043A\u0440\u0435\u0442\u043D\u044B\u0435 URL \u0441 \u043F\u0443\u0442\u044F\u043C\u0438, <1>\u0431\u043E\u043B\u0435\u0435 \u043F\u043E\u0434\u0440\u043E\u0431\u043D\u043E\u0435 \u043E\u043F\u0438\u0441\u0430\u043D\u0438\u0435",enabledExtension:"\u0412\u043A\u043B\u044E\u0447\u0435\u043D\u0438\u0435 \u0440\u0430\u0441\u0448\u0438\u0440\u0435\u043D\u0438\u0439",clickToDisableExtension:"\u041D\u0430\u0436\u043C\u0438\u0442\u0435 \u0434\u043B\u044F \u043E\u0442\u043A\u043B\u044E\u0447\u0435\u043D\u0438\u044F \u0440\u0430\u0441\u0448\u0438\u0440\u0435\u043D\u0438\u0439",clickToEnableExtension:"\u041D\u0430\u0436\u043C\u0438\u0442\u0435 \u0434\u043B\u044F \u0432\u043A\u043B\u044E\u0447\u0435\u043D\u0438\u044F \u0440\u0430\u0441\u0448\u0438\u0440\u0435\u043D\u0438\u0439",hasBeenDisabled:"\u043E\u0442\u043A\u043B\u044E\u0447\u0435\u043D\u043E","show password":"\u041F\u043E\u043A\u0430\u0437\u0430\u0442\u044C \u043F\u0430\u0440\u043E\u043B\u044C",customContent:"\u0412\u0432\u0435\u0434\u0438\u0442\u0435 \u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u0435\u043B\u044C\u0441\u043A\u043E\u0435 \u0438\u043C\u044F \u043C\u043E\u0434\u0435\u043B\u0438",inputOptions:"\u0423\u0441\u043E\u0432\u0435\u0440\u0448\u0435\u043D\u0441\u0442\u0432\u043E\u0432\u0430\u043D\u0438\u0435 \u0431\u043B\u043E\u043A\u0430 \u0432\u0432\u043E\u0434\u0430",mouseHoverOptions:"\u043D\u0430\u0432\u0435\u0434\u0435\u043D\u0438\u0435 \u043C\u044B\u0448\u0438",modifyMouseHoverKey:"\u0418\u0437\u043C\u0435\u043D\u0435\u043D\u0438\u0435 \u044F\u0440\u043B\u044B\u043A\u0430 \u043D\u0430\u0432\u0435\u0434\u0435\u043D\u0438\u044F \u043C\u044B\u0448\u0438",enableInputTranslation:"\u0412\u043A\u043B\u044E\u0447\u0430\u0442\u044C \u043B\u0438 \u0440\u0430\u0441\u0448\u0438\u0440\u0435\u043D\u0438\u0435 \u043F\u043E\u043B\u044F \u0432\u0432\u043E\u0434\u0430",enableInputTranslationDescription:"\u041F\u043E\u0441\u043B\u0435 \u0432\u043A\u043B\u044E\u0447\u0435\u043D\u0438\u044F \u0432\u0432\u0435\u0434\u0438\u0442\u0435 {startingKey}{startingKey} hello \u043F\u0440\u044F\u043C\u043E \u0432 \u043F\u043E\u043B\u0435 \u0432\u0432\u043E\u0434\u0430, \u0437\u0430\u0442\u0435\u043C \u0431\u044B\u0441\u0442\u0440\u043E \u043D\u0430\u0431\u0435\u0440\u0438\u0442\u0435{inputTrailingTriggerKeyRepeatTimes}\u0440\u0430\u0437{trailingKey}, \u0447\u0442\u043E\u0431\u044B \u043F\u0435\u0440\u0435\u0432\u0435\u0441\u0442\u0438 \u043D\u0430 {inputTargetLanguage}.",enableInputTranslationDescriptionForNoneKey:"\u041F\u043E\u0441\u043B\u0435 \u0432\u043A\u043B\u044E\u0447\u0435\u043D\u0438\u044F \u044D\u0442\u043E\u0439 \u0444\u0443\u043D\u043A\u0446\u0438\u0438 \u0432\u0432\u0435\u0434\u0438\u0442\u0435\uFF1AHello World \u043D\u0435\u043F\u043E\u0441\u0440\u0435\u0434\u0441\u0442\u0432\u0435\u043D\u043D\u043E \u0432 \u043F\u043E\u043B\u0435 \u0432\u0432\u043E\u0434\u0430, \u0430 \u0437\u0430\u0442\u0435\u043C \u0431\u044B\u0441\u0442\u0440\u043E \u043D\u0430\u0436\u043C\u0438\u0442\u0435{inputTrailingTriggerKeyRepeatTimes}{trailingKey}\u0440\u0430\u0437 \u0434\u043B\u044F \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430 \u043D\u0430 \u0446\u0435\u043B\u0435\u0432\u043E\u0439 \u044F\u0437\u044B\u043A \u043F\u043E \u0443\u043C\u043E\u043B\u0447\u0430\u043D\u0438\u044E.",inputTargetLanguage:"\u0423\u0441\u0442\u0430\u043D\u043E\u0432\u043A\u0430 \u0446\u0435\u043B\u0435\u0432\u043E\u0433\u043E \u044F\u0437\u044B\u043A\u0430 \u043F\u043E \u0443\u043C\u043E\u043B\u0447\u0430\u043D\u0438\u044E \u0434\u043B\u044F \u043E\u043A\u043E\u043D \u0432\u0432\u043E\u0434\u0430",inputTargetLanguageDescription:"\u0426\u0435\u043B\u0435\u0432\u043E\u0439 \u044F\u0437\u044B\u043A \u043F\u043E \u0443\u043C\u043E\u043B\u0447\u0430\u043D\u0438\u044E \u0434\u043B\u044F \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430 \u043E\u043A\u043D\u0430 \u0432\u0432\u043E\u0434\u0430, \u0442.\u0435. {startingKey}{startingKey} \u043A\u0430\u043A \u044F\u0437\u044B\u043A \u043F\u043E \u0443\u043C\u043E\u043B\u0447\u0430\u043D\u0438\u044E \u0434\u043B\u044F \u0442\u0440\u0438\u0433\u0433\u0435\u0440\u043D\u044B\u0445 \u0441\u043B\u043E\u0432",inputTargetLanguageDescriptionForNoneKey:"\u0426\u0435\u043B\u0435\u0432\u043E\u0439 \u044F\u0437\u044B\u043A \u043F\u043E \u0443\u043C\u043E\u043B\u0447\u0430\u043D\u0438\u044E \u0434\u043B\u044F \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430 \u043F\u043E\u043B\u044F \u0432\u0432\u043E\u0434\u0430",inputStartingTriggerKeyTitle:"\u0423\u0441\u0442\u0430\u043D\u043E\u0432\u043A\u0430 \u0441\u0438\u043C\u0432\u043E\u043B\u0430 \u0440\u0430\u0437\u0434\u0435\u043B\u0435\u043D\u0438\u044F \u0434\u043B\u044F \u0447\u0430\u0441\u0442\u0438\u0447\u043D\u043E\u0433\u043E \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430 \u043F\u043E\u043B\u044F \u0432\u0432\u043E\u0434\u0430",inputStartingTriggerKeyDescription:"\u0415\u0441\u043B\u0438 \u043D\u0435\u0442 \u043D\u0435\u043E\u0431\u0445\u043E\u0434\u0438\u043C\u043E\u0441\u0442\u0438 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0438\u0442\u044C \u0432\u0441\u0435 \u043F\u043E\u043B\u0435 \u0432\u0432\u043E\u0434\u0430, \u0441\u043F\u043B\u0438\u0442\u0442\u0435\u0440 \u043F\u043E\u0437\u0432\u043E\u043B\u044F\u0435\u0442 \u043F\u0435\u0440\u0435\u0432\u0435\u0441\u0442\u0438 \u0442\u043E\u043B\u044C\u043A\u043E \u0447\u0430\u0441\u0442\u044C \u043E\u0442 {startingKey}{startingKey} \u0434\u043E \u043A\u043E\u043D\u0446\u0430 \u043F\u043E\u043B\u044F \u0432\u0432\u043E\u0434\u0430, \u0438\u043B\u0438 \u043C\u043E\u0436\u043D\u043E \u0443\u043A\u0430\u0437\u0430\u0442\u044C \u043A\u043E\u0434 \u044F\u0437\u044B\u043A\u0430, \u043D\u0430\u043F\u0440\u0438\u043C\u0435\u0440,\uFF1A{startingKey}ja \u043E\u0437\u043D\u0430\u0447\u0430\u0435\u0442 \u043F\u0435\u0440\u0435\u0432\u043E\u0434 \u0442\u043E\u043B\u044C\u043A\u043E \u0447\u0430\u0441\u0442\u0438 \u043E\u0442 {startingKey}ja \u0434\u043E \u043A\u043E\u043D\u0446\u0430 \u043F\u043E\u043B\u044F \u0432\u0432\u043E\u0434\u0430.",inputStartingTriggerKeyDescriptionForNoneKey:"\u0422\u0435\u043A\u0443\u0449\u0430\u044F \u043D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0430 \u043E\u0442\u0441\u0443\u0442\u0441\u0442\u0432\u0438\u044F \u043F\u0440\u0435\u0444\u0438\u043A\u0441\u0430 \u043D\u0435 \u043D\u0443\u0436\u043D\u0430, \u0438 \u0444\u0443\u043D\u043A\u0446\u0438\u044F \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430 \u043D\u0435\u043A\u043E\u0442\u043E\u0440\u044B\u0445 \u0442\u0435\u043A\u0441\u0442\u043E\u0432 \u0432 \u043E\u043A\u043D\u0435 \u0432\u0432\u043E\u0434\u0430 \u043F\u043E\u043A\u0430 \u043D\u0435 \u043C\u043E\u0436\u0435\u0442 \u0431\u044B\u0442\u044C \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u043D\u0430.",inputTrailingTriggerKeyTitle:"\u0412\u044B\u0431\u0435\u0440\u0438\u0442\u0435 \u0441\u0438\u043C\u0432\u043E\u043B \u043E\u043A\u043E\u043D\u0447\u0430\u043D\u0438\u044F \u0432\u0432\u043E\u0434\u0430",inputTrailingTriggerKeyDescription:"3 \u0431\u044B\u0441\u0442\u0440\u044B\u0445 \u0443\u0434\u0430\u0440\u0430{trailingKey} \u043D\u0430\u0447\u043D\u0435\u0442 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0438\u0442\u044C!",inputTrailingTriggerKeyTimeout:"\u0412\u0432\u0435\u0434\u0438\u0442\u0435 \u0432\u0440\u0435\u043C\u044F \u043C\u0435\u0436\u0434\u0443 \u0441\u0440\u0430\u0431\u0430\u0442\u044B\u0432\u0430\u043D\u0438\u044F\u043C\u0438 \u0432 \u043A\u043E\u043D\u0446\u0435 \u0431\u043E\u044F",inputTrailingTriggerKeyTimeoutDescription:"\u0423\u0441\u0442\u0430\u043D\u0430\u0432\u043B\u0438\u0432\u0430\u0435\u0442 \u0432\u0440\u0435\u043C\u044F (\u0432 \u043C\u0438\u043B\u043B\u0438\u0441\u0435\u043A\u0443\u043D\u0434\u0430\u0445) \u043C\u0435\u0436\u0434\u0443 \u0441\u0440\u0430\u0431\u0430\u0442\u044B\u0432\u0430\u043D\u0438\u044F\u043C\u0438 \u043A\u043E\u043C\u0431\u0438\u043D\u0438\u0440\u043E\u0432\u0430\u043D\u043D\u044B\u0445 \u0443\u0441\u0442\u0440\u043E\u0439\u0441\u0442\u0432 \u043E\u043A\u043E\u043D\u0447\u0430\u043D\u0438\u044F \u0432\u0432\u043E\u0434\u0430",spaceKey:"<\u7A7A\u683C\u952E>",noneKey:"\u041F\u0440\u044F\u043C\u043E\u0439 \u043F\u0435\u0440\u0435\u0432\u043E\u0434 \u0432\u0441\u0435\u0433\u043E \u0442\u0435\u043A\u0441\u0442\u043E\u0432\u043E\u0433\u043E \u043F\u043E\u043B\u044F \u0431\u0435\u0437 \u043F\u0440\u0435\u0444\u0438\u043A\u0441\u043E\u0432",inputTranslationBlockUrlsTitle:"\u041D\u0435 \u0432\u043A\u043B\u044E\u0447\u0430\u0439\u0442\u0435 \u0440\u0430\u0441\u0448\u0438\u0440\u0435\u043D\u0438\u0435 \u043F\u043E\u043B\u044F \u0432\u0432\u043E\u0434\u0430 \u0432 \u0441\u043B\u0435\u0434\u0443\u044E\u0449\u0438\u0445 URL-\u0430\u0434\u0440\u0435\u0441\u0430\u0445",inputTranslationBlockUrlsDescription:"\u0423\u0441\u043E\u0432\u0435\u0440\u0448\u0435\u043D\u0441\u0442\u0432\u043E\u0432\u0430\u043D\u0438\u044F \u043F\u043E\u043B\u044F \u0432\u0432\u043E\u0434\u0430 \u043D\u0435 \u0431\u0443\u0434\u0443\u0442 \u0440\u0430\u0431\u043E\u0442\u0430\u0442\u044C \u043D\u0430 \u0441\u043B\u0435\u0434\u0443\u044E\u0449\u0438\u0445 URL-\u0430\u0434\u0440\u0435\u0441\u0430\u0445",clickToSeeQuickDemo:"\u041D\u0430\u0436\u043C\u0438\u0442\u0435, \u0447\u0442\u043E\u0431\u044B \u0440\u0430\u0437\u0432\u0435\u0440\u043D\u0443\u0442\u044C 30-\u0441\u0435\u043A\u0443\u043D\u0434\u043D\u044B\u0439 \u043E\u0431\u0443\u0447\u0430\u044E\u0449\u0438\u0439 \u0432\u0438\u0434\u0435\u043E\u0440\u043E\u043B\u0438\u043A",inputHelperInfo:"\u041E\u043F\u0438\u0441\u0430\u043D\u0438\u0435\uFF1A\u041C\u044B \u043E\u043F\u0442\u0438\u043C\u0438\u0437\u0438\u0440\u043E\u0432\u0430\u043B\u0438 \u0440\u0430\u0431\u043E\u0442\u0443 \u0441 \u0442\u0435\u043C, \u0447\u0442\u043E \u043D\u0435\u043A\u043E\u0442\u043E\u0440\u044B\u0435 \u0442\u0440\u0438\u0433\u0433\u0435\u0440\u043D\u044B\u0435 \u0441\u0438\u043C\u0432\u043E\u043B\u044B \u043F\u0440\u0435\u0432\u0440\u0430\u0449\u0430\u044E\u0442\u0441\u044F \u0432 \u043A\u0438\u0442\u0430\u0439\u0441\u043A\u0438\u0435 \u0437\u043D\u0430\u043A\u0438 \u043F\u0440\u0435\u043F\u0438\u043D\u0430\u043D\u0438\u044F \u043F\u0440\u0438 \u043A\u0438\u0442\u0430\u0439\u0441\u043A\u0438\u0445 \u043C\u0435\u0442\u043E\u0434\u0430\u0445 \u0432\u0432\u043E\u0434\u0430, \u043D\u0430\u043F\u0440\u0438\u043C\u0435\u0440, / \u043F\u0440\u0435\u0432\u0440\u0430\u0449\u0430\u0435\u0442\u0441\u044F \u0432 \u0437\u043D\u0430\u043A dun , \u043F\u0440\u0438 \u043C\u0435\u0442\u043E\u0434\u0435 \u0432\u0432\u043E\u0434\u0430 Sogou, \u0438 Immersive Translator \u043F\u043E\u0434\u0434\u0435\u0440\u0436\u0438\u0432\u0430\u0435\u0442 \u0432\u0441\u0435 \u043A\u0438\u0442\u0430\u0439\u0441\u043A\u0438\u0435 \u0441\u0438\u043C\u0432\u043E\u043B\u044B, \u0441\u043E\u043E\u0442\u0432\u0435\u0442\u0441\u0442\u0432\u0443\u044E\u0449\u0438\u0435 \u0442\u0440\u0438\u0433\u0433\u0435\u0440\u043D\u044B\u043C \u0441\u0438\u043C\u0432\u043E\u043B\u0430\u043C, \u0442.\u0435. //,,, \u0431\u0443\u0434\u0443\u0442 \u0440\u0430\u0441\u043F\u043E\u0437\u043D\u0430\u0432\u0430\u0442\u044C\u0441\u044F \u043A\u0430\u043A \u0442\u0440\u0438\u0433\u0433\u0435\u0440\u043D\u044B\u0435 \u0441\u0438\u043C\u0432\u043E\u043B\u044B.

\u041C\u044B \u0442\u0430\u043A\u0436\u0435 \u043F\u043E\u0434\u0434\u0435\u0440\u0436\u0438\u0432\u0430\u0435\u043C \u043A\u0438\u0442\u0430\u0439\u0441\u043A\u0438\u0435 \u043F\u0441\u0435\u0432\u0434\u043E\u043D\u0438\u043C\u044B \u0434\u043B\u044F \u044F\u0437\u044B\u043A\u043E\u0432\u044B\u0445 \u043A\u043E\u0434\u043E\u0432 \u0432 \u043A\u0430\u0447\u0435\u0441\u0442\u0432\u0435 \u043A\u043E\u043C\u0430\u043D\u0434, \u043D\u0430\u043F\u0440\u0438\u043C\u0435\u0440, /Japanese Hello World \u0431\u0443\u0434\u0435\u0442 \u043F\u0435\u0440\u0435\u0432\u0435\u0434\u0435\u043D \u043D\u0430 \u044F\u043F\u043E\u043D\u0441\u043A\u0438\u0439 \u044F\u0437\u044B\u043A, <1>\u043D\u0430\u0436\u043C\u0438\u0442\u0435 \u0437\u0434\u0435\u0441\u044C, \u0447\u0442\u043E\u0431\u044B \u043F\u043E\u0441\u043C\u043E\u0442\u0440\u0435\u0442\u044C \u0432\u0441\u0435 \u043F\u043E\u0434\u0434\u0435\u0440\u0436\u0438\u0432\u0430\u0435\u043C\u044B\u0435 \u044F\u0437\u044B\u043A\u043E\u0432\u044B\u0435 \u043A\u043E\u0434\u044B.",reloadCurrentPage:"\u041F\u0435\u0440\u0435\u0434 \u043D\u0430\u0447\u0430\u043B\u043E\u043C \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430 \u043E\u0431\u043D\u043E\u0432\u0438\u0442\u0435 \u0442\u0435\u043A\u0443\u0449\u0443\u044E \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u0443.",noLocalFilePermissionForPDF:"\u0423 \u0432\u0430\u0441 \u043D\u0435\u0442 \u043F\u0440\u0430\u0432 \u043D\u0430 \u0447\u0442\u0435\u043D\u0438\u0435 \u043B\u043E\u043A\u0430\u043B\u044C\u043D\u044B\u0445 \u0444\u0430\u0439\u043B\u043E\u0432, \u043F\u043E\u0436\u0430\u043B\u0443\u0439\u0441\u0442\u0430, \u043D\u0430\u0436\u043C\u0438\u0442\u0435 \u043A\u043D\u043E\u043F\u043A\u0443 \u0432\u044B\u0448\u0435, \u0430 \u0437\u0430\u0442\u0435\u043C \u0438\u043C\u043F\u043E\u0440\u0442\u0438\u0440\u0443\u0439\u0442\u0435 \u043B\u043E\u043A\u0430\u043B\u044C\u043D\u044B\u0435 \u0444\u0430\u0439\u043B\u044B.",noPermissionForThisPage:"\u26A0\uFE0F \u041D\u0435\u0442 \u0440\u0430\u0437\u0440\u0435\u0448\u0435\u043D\u0438\u044F \u043D\u0430 \u043F\u0435\u0440\u0435\u0432\u043E\u0434 \u0442\u0435\u043A\u0443\u0449\u0435\u0439 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u044B",retryAllParagraphs:"\u041F\u043E\u0432\u0442\u043E\u0440\u043D\u043E\u0435 \u0432\u044B\u043F\u043E\u043B\u043D\u0435\u043D\u0438\u0435 \u0432\u0441\u0435\u0445 \u043E\u0448\u0438\u0431\u043E\u0447\u043D\u044B\u0445 \u043F\u0435\u0440\u0435\u0445\u043E\u0434\u043E\u0432",retryAllButton:"\u041F\u043E\u0432\u0442\u043E\u0440\u043D\u043E\u0435 \u0432\u044B\u043F\u043E\u043B\u043D\u0435\u043D\u0438\u0435 \u0432\u0441\u0435\u0445 \u043E\u0448\u0438\u0431\u043E\u0447\u043D\u044B\u0445 \u043F\u0435\u0440\u0435\u0445\u043E\u0434\u043E\u0432",errorTooltipTitle:"\u0429\u0435\u043B\u043A\u043D\u0438\u0442\u0435, \u0447\u0442\u043E\u0431\u044B \u0443\u0432\u0438\u0434\u0435\u0442\u044C \u043F\u0440\u0438\u0447\u0438\u043D\u0443 \u043E\u0448\u0438\u0431\u043A\u0438",errorModalTitle:"\u041F\u043E\u0445\u043E\u0436\u0435, \u0447\u0442\u043E-\u0442\u043E \u043D\u0435 \u0442\u0430\u043A \u0441\u043E \u0441\u043B\u0443\u0436\u0431\u043E\u0439 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430 \u0438\u043B\u0438 \u0441\u0435\u0442\u044C\u044E...",disableConfirm:"\u0414\u0432\u0443\u044F\u0437\u044B\u0447\u043D\u0430\u044F \u0443\u0441\u0442\u0430\u043D\u043E\u0432\u043A\u0430 \u0434\u043B\u044F \u0440\u0430\u0441\u0448\u0438\u0440\u0435\u043D\u0438\u044F \u0438\u043D\u0444\u043E\u0440\u043C\u0430\u0446\u0438\u0438",disableOnce:"\u042D\u0442\u0430 \u0438\u043D\u0432\u0430\u043B\u0438\u0434\u043D\u043E\u0441\u0442\u044C",disableGlobal:"\u043E\u0442\u043A\u043B\u044E\u0447\u0438\u0442\u044C \u043D\u0430\u0432\u0441\u0435\u0433\u0434\u0430",disableTint:"* \u0412\u044B \u043C\u043E\u0436\u0435\u0442\u0435 \u043F\u043E\u0432\u0442\u043E\u0440\u043D\u043E \u0432\u043A\u043B\u044E\u0447\u0438\u0442\u044C \u0435\u0433\u043E \u043D\u0430 \u0441\u0430\u0439\u0442\u0435 {option} .",searchEnhancementNotes:"\u041C\u044B \u043E\u0431\u043D\u0430\u0440\u0443\u0436\u0438\u043B\u0438, \u0447\u0442\u043E \u0440\u0435\u0437\u0443\u043B\u044C\u0442\u0430\u0442\u044B \u043F\u043E\u0438\u0441\u043A\u0430 \u043D\u043E\u0432\u043E\u0441\u0442\u0435\u0439 \u043F\u043E \u043A\u043B\u044E\u0447\u0435\u0432\u044B\u043C \u0441\u043B\u043E\u0432\u0430\u043C \u043D\u0430 \u043A\u0438\u0442\u0430\u0439\u0441\u043A\u043E\u043C \u0438 \u0430\u043D\u0433\u043B\u0438\u0439\u0441\u043A\u043E\u043C \u044F\u0437\u044B\u043A\u0430\u0445 \u0441\u0438\u043B\u044C\u043D\u043E \u043E\u0442\u043B\u0438\u0447\u0430\u044E\u0442\u0441\u044F. \u041F\u043E\u0441\u043B\u0435 \u0432\u043A\u043B\u044E\u0447\u0435\u043D\u0438\u044F \u0444\u0443\u043D\u043A\u0446\u0438\u0438 Immersive Translation Bilingual Information Enhancement \u043C\u044B \u0431\u0443\u0434\u0435\u043C \u0430\u0432\u0442\u043E\u043C\u0430\u0442\u0438\u0447\u0435\u0441\u043A\u0438 \u0438\u0441\u043A\u0430\u0442\u044C \u0434\u043B\u044F \u0432\u0430\u0441 \u0442\u0435 \u0436\u0435 \u0441\u0430\u043C\u044B\u0435 \u043A\u043B\u044E\u0447\u0435\u0432\u044B\u0435 \u0441\u043B\u043E\u0432\u0430 \u043D\u0430 \u0430\u043D\u0433\u043B\u0438\u0439\u0441\u043A\u043E\u043C \u044F\u0437\u044B\u043A\u0435 \u043D\u0430 \u043F\u043E\u0434\u0434\u0435\u0440\u0436\u0438\u0432\u0430\u0435\u043C\u044B\u0445 \u0441\u0430\u0439\u0442\u0430\u0445 (Google News, Google Search (\u043D\u0435\u043A\u043E\u0442\u043E\u0440\u044B\u0435 \u043A\u043B\u044E\u0447\u0435\u0432\u044B\u0435 \u0441\u043B\u043E\u0432\u0430), Snowball, Oriental Wealth, Futura, Tiger) \u0438 \u043E\u0442\u043E\u0431\u0440\u0430\u0436\u0430\u0442\u044C \u0438\u0445 \u0432 \u043F\u0440\u0430\u0432\u043E\u0439 \u0447\u0430\u0441\u0442\u0438. \u0412\u044B \u043C\u043E\u0436\u0435\u0442\u0435 \u043E\u0442\u043A\u043B\u044E\u0447\u0438\u0442\u044C \u044D\u0442\u0443 \u0444\u0443\u043D\u043A\u0446\u0438\u044E, \u0435\u0441\u043B\u0438 \u043E\u043D\u0430 \u0432\u0430\u043C \u043D\u0435 \u043D\u0443\u0436\u043D\u0430.",option:"\u043D\u0430\u0441\u0442\u0440\u0430\u0438\u0432\u0430\u0442\u044C",saveSettings:"\u0421\u043E\u0445\u0440\u0430\u043D\u0438\u0442\u044C \u043D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0438",closeModal:"\u0417\u0430\u043A\u0440\u044B\u0442\u044C \u043E\u043A\u043D\u043E",enableInputTranslationWithoutTriggerKeyTitle:"\u0412\u043A\u043B\u044E\u0447\u0438\u0442\u0435 3 \u0431\u044B\u0441\u0442\u0440\u044B\u0445 \u043D\u0430\u0436\u0430\u0442\u0438\u044F \u043D\u0430{trailingKey}, \u0447\u0442\u043E\u0431\u044B \u043D\u0430\u043F\u0440\u044F\u043C\u0443\u044E \u043F\u0435\u0440\u0435\u0432\u0435\u0441\u0442\u0438 \u0432\u0441\u0435 \u043F\u043E\u043B\u0435 \u0432\u0432\u043E\u0434\u0430 \u043D\u0430{inputTargetLanguage}.",enableInputTranslationWithoutTriggerKeyDescription:"\u0427\u0442\u043E\u0431\u044B \u0443\u043A\u0430\u0437\u0430\u0442\u044C \u0446\u0435\u043B\u0435\u0432\u043E\u0439 \u044F\u0437\u044B\u043A, \u0434\u043E\u0431\u0430\u0432\u044C\u0442\u0435 \u043A \u043D\u0435\u043C\u0443 \u043A\u043E\u0434 \u044F\u0437\u044B\u043A\u0430, \u043D\u0430\u043F\u0440\u0438\u043C\u0435\u0440,\uFF1Aja Hello World",mouseHoverShortcutPlaceholder:"\u043D\u0430\u043F\u0440\u0438\u043C\u0435\u0440,\uFF1AShift",deepLProName:"Immersive Translation Pro Member (Recommended)",deepLProDescription:"\u0422\u0435\u043A\u0443\u0449\u0438\u0439 \u043F\u0430\u043A\u0435\u0442 \u043C\u043E\u0436\u0435\u0442 \u0431\u044B\u0442\u044C \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u043D \u043D\u0430\u043F\u0440\u044F\u043C\u0443\u044E",deeplProDescriptionForNormal:"\u041D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0430 \u043D\u0435 \u0442\u0440\u0435\u0431\u0443\u0435\u0442\u0441\u044F, \u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u0435\u043B\u0438 \u043C\u043E\u0433\u0443\u0442 \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u044C \u0435\u0433\u043E \u043F\u043E\u0441\u043B\u0435 \u0432\u0445\u043E\u0434\u0430 \u0432 \u0441\u0438\u0441\u0442\u0435\u043C\u0443, <1>\u043D\u0430\u0436\u043C\u0438\u0442\u0435 \u0437\u0434\u0435\u0441\u044C, \u0447\u0442\u043E\u0431\u044B \u043F\u0435\u0440\u0435\u0439\u0442\u0438 \u0432 \u043A\u0430\u0442\u0435\u0433\u043E\u0440\u0438\u044E \u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u0435\u043B\u0435\u0439",deepLCustomDescription:"\u0422\u0440\u0435\u0431\u0443\u0435\u0442\u0441\u044F \u0438\u043D\u043E\u0441\u0442\u0440\u0430\u043D\u043D\u0430\u044F \u043A\u0440\u0435\u0434\u0438\u0442\u043D\u0430\u044F \u043A\u0430\u0440\u0442\u0430, \u043E\u0444\u0438\u0446\u0438\u0430\u043B\u044C\u043D\u043E \u043E\u0442\u043A\u0440\u044B\u0442\u0430 \u043D\u0430 \u0441\u0430\u0439\u0442\u0435 <1>DeepL, \u043D\u0430\u0436\u043C\u0438\u0442\u0435 \u0434\u043B\u044F \u043F\u043E\u043B\u0443\u0447\u0435\u043D\u0438\u044F <2>\u0434\u043E\u043A\u0443\u043C\u0435\u043D\u0442\u0430\u0446\u0438\u0438",deepLCustomName:"\u041F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u0435\u043B\u044C\u0441\u043A\u0438\u0439 \u043A\u043B\u044E\u0447 \u0430\u0432\u0442\u043E\u0440\u0438\u0437\u0430\u0446\u0438\u0438",chooseProviderLabel:"\u0412\u044B\u0431\u043E\u0440 \u043F\u043E\u0441\u0442\u0430\u0432\u0449\u0438\u043A\u0430 \u0443\u0441\u043B\u0443\u0433",openaiProName:"Immersive Translation Pro Member (Recommended)",openaiProDescription:"\u0422\u0435\u043A\u0443\u0449\u0438\u0439 \u043F\u0430\u043A\u0435\u0442 \u043C\u043E\u0436\u0435\u0442 \u0431\u044B\u0442\u044C \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u043D \u043D\u0430\u043F\u0440\u044F\u043C\u0443\u044E",openaiProDescriptionForNormal:"\u041D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0430 \u043D\u0435 \u0442\u0440\u0435\u0431\u0443\u0435\u0442\u0441\u044F, \u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u0435\u043B\u0438 \u043C\u043E\u0433\u0443\u0442 \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u044C \u0435\u0433\u043E \u043F\u043E\u0441\u043B\u0435 \u0432\u0445\u043E\u0434\u0430 \u0432 \u0441\u0438\u0441\u0442\u0435\u043C\u0443, <1>\u043D\u0430\u0436\u043C\u0438\u0442\u0435 \u0437\u0434\u0435\u0441\u044C, \u0447\u0442\u043E\u0431\u044B \u043F\u0435\u0440\u0435\u0439\u0442\u0438 \u0432 \u043A\u0430\u0442\u0435\u0433\u043E\u0440\u0438\u044E \u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u0435\u043B\u0435\u0439",openaiCustomDescription:"\u0414\u043E\u0441\u0442\u0443\u043F\u043D\u044B OpenAI, Azure OpenAI \u0438\u043B\u0438 \u0434\u0440\u0443\u0433\u0438\u0435 \u0441\u0442\u043E\u0440\u043E\u043D\u043D\u0438\u0435 \u0441\u0435\u0440\u0432\u0438\u0441\u044B, <1>\u0434\u043E\u043A\u0443\u043C\u0435\u043D\u0442\u0430\u0446\u0438\u044E \u043C\u043E\u0436\u043D\u043E \u043D\u0430\u0439\u0442\u0438 \u0437\u0434\u0435\u0441\u044C",openaiCustomName:"\u041F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u0435\u043B\u044C\u0441\u043A\u0438\u0439 \u043A\u043B\u044E\u0447 API",needLoginAction:"(\u041E\u0442\u043A\u0440\u044B\u0442\u043E\u0435 \u0447\u043B\u0435\u043D\u0441\u0442\u0432\u043E \u0438\u043B\u0438 \u043D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0430)",goLoginOrAction:"(\u041E\u0442\u043A\u0440\u043E\u0439\u0442\u0435 \u0447\u043B\u0435\u043D\u0441\u0442\u0432\u043E \u0438\u043B\u0438 \u043F\u0435\u0440\u0435\u0439\u0434\u0438\u0442\u0435 \u043A \u043D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0430\u043C)",yearly:"\u043E\u0441\u0443\u0449\u0435\u0441\u0442\u0432\u043B\u044F\u0442\u044C \u043F\u043E\u0441\u043B\u0435\u0434\u043E\u0432\u0430\u0442\u0435\u043B\u044C\u043D\u044B\u0439 \u0435\u0436\u0435\u0433\u043E\u0434\u043D\u044B\u0439 \u043F\u043B\u0430\u0442\u0435\u0436",quarterly:"\u043F\u043E\u0441\u043B\u0435\u0434\u043E\u0432\u0430\u0442\u0435\u043B\u044C\u043D\u0430\u044F \u0443\u043F\u0430\u043A\u043E\u0432\u043A\u0430",monthly:"\u0435\u0436\u0435\u043C\u0435\u0441\u044F\u0447\u043D\u0430\u044F \u043F\u043E\u0434\u043F\u0438\u0441\u043A\u0430",yearlyForOnce:"\u0415\u0434\u0438\u043D\u043E\u0432\u0440\u0435\u043C\u0435\u043D\u043D\u044B\u0439 \u0433\u043E\u0434\u043E\u0432\u043E\u0439 \u043F\u0430\u043A\u0435\u0442",monthlyForOnce:"\u0415\u0434\u0438\u043D\u043E\u0432\u0440\u0435\u043C\u0435\u043D\u043D\u044B\u0439 \u043C\u0435\u0441\u044F\u0447\u043D\u044B\u0439 \u043F\u0430\u043A\u0435\u0442",daily:"\u043F\u043E\u0441\u043B\u0435\u0434\u043E\u0432\u0430\u0442\u0435\u043B\u044C\u043D\u044B\u0445 \u043F\u0430\u043A\u0435\u0442\u043D\u044B\u0445 \u0434\u043D\u0435\u0439",year:"\u043E\u0441\u0443\u0449\u0435\u0441\u0442\u0432\u043B\u044F\u0442\u044C \u043F\u043E\u0441\u043B\u0435\u0434\u043E\u0432\u0430\u0442\u0435\u043B\u044C\u043D\u044B\u0439 \u0435\u0436\u0435\u0433\u043E\u0434\u043D\u044B\u0439 \u043F\u043B\u0430\u0442\u0435\u0436",quarter:"\u043F\u043E\u0441\u043B\u0435\u0434\u043E\u0432\u0430\u0442\u0435\u043B\u044C\u043D\u0430\u044F \u0443\u043F\u0430\u043A\u043E\u0432\u043A\u0430",month:"\u0435\u0436\u0435\u043C\u0435\u0441\u044F\u0447\u043D\u0430\u044F \u043F\u043E\u0434\u043F\u0438\u0441\u043A\u0430",day:"\u043F\u043E\u0441\u043B\u0435\u0434\u043E\u0432\u0430\u0442\u0435\u043B\u044C\u043D\u044B\u0445 \u043F\u0430\u043A\u0435\u0442\u043D\u044B\u0445 \u0434\u043D\u0435\u0439",onetime_7day:"7-\u0434\u043D\u0435\u0432\u043D\u044B\u0439 \u043F\u0430\u043A\u0435\u0442 \u0432\u043F\u0435\u0447\u0430\u0442\u043B\u0435\u043D\u0438\u0439",currentPlanDescriptionForFree:"\u0422\u0435\u043A\u0443\u0449\u0438\u0435 \u043F\u0430\u043A\u0435\u0442\u044B\uFF1A\u0411\u0435\u0441\u043F\u043B\u0430\u0442\u043D\u043E",currentPlanDescriptionForContinuous:"\u0414\u0435\u0439\u0441\u0442\u0432\u0443\u044E\u0449\u0438\u0439 \u043F\u0430\u043A\u0435\u0442\uFF1A{plan}\u0431\u0443\u0434\u0435\u0442 \u0430\u0432\u0442\u043E\u043C\u0430\u0442\u0438\u0447\u0435\u0441\u043A\u0438 \u043F\u0440\u043E\u0434\u043B\u0435\u043D \u043D\u0430 {endAt}",currentPlanDescriptionForAutoRenewCaceling:"\u0421\u0440\u043E\u043A \u0434\u0435\u0439\u0441\u0442\u0432\u0438\u044F \u0442\u0435\u043A\u0443\u0449\u0435\u0433\u043E \u043F\u0430\u043A\u0435\u0442\u0430\uFF1A{plan}\u0438\u0441\u0442\u0435\u043A\u0430\u0435\u0442 \u043D\u0430 \u0441\u0430\u0439\u0442\u0435 {endAt} \u0438 \u043D\u0435 \u0431\u0443\u0434\u0435\u0442 \u0430\u0432\u0442\u043E\u043C\u0430\u0442\u0438\u0447\u0435\u0441\u043A\u0438 \u043F\u0440\u043E\u0434\u043B\u0435\u0432\u0430\u0442\u044C\u0441\u044F \u043F\u043E \u0435\u0433\u043E \u0438\u0441\u0442\u0435\u0447\u0435\u043D\u0438\u0438.",currentYearlyPlanDescriptionForAutoRenewCacelingWithRealPaiedUser:"\u0421\u0440\u043E\u043A \u0434\u0435\u0439\u0441\u0442\u0432\u0438\u044F \u0442\u0435\u043A\u0443\u0449\u0435\u0433\u043E \u043F\u0430\u043A\u0435\u0442\u0430\uFF1A{plan}\u0438\u0441\u0442\u0435\u043A\u0430\u0435\u0442 \u043D\u0430 \u0441\u0430\u0439\u0442\u0435 {endAt} \u0438 \u043D\u0435 \u0431\u0443\u0434\u0435\u0442 \u0430\u0432\u0442\u043E\u043C\u0430\u0442\u0438\u0447\u0435\u0441\u043A\u0438 \u043F\u0440\u043E\u0434\u043B\u0435\u0432\u0430\u0442\u044C\u0441\u044F \u043F\u043E \u0435\u0433\u043E \u0438\u0441\u0442\u0435\u0447\u0435\u043D\u0438\u0438.
<1>\u041D\u0430\u0436\u043C\u0438\u0442\u0435 \u0437\u0434\u0435\u0441\u044C, \u0447\u0442\u043E\u0431\u044B \u0443\u043F\u0440\u0430\u0432\u043B\u044F\u0442\u044C \u043F\u043B\u0430\u043D\u043E\u043C \u043F\u0440\u043E\u0434\u043B\u0435\u043D\u0438\u044F",currentYearlyPlanDescriptionForAutoRenewCacelingWithAdmin:"\u0421\u0440\u043E\u043A \u0434\u0435\u0439\u0441\u0442\u0432\u0438\u044F \u0442\u0435\u043A\u0443\u0449\u0435\u0433\u043E \u043F\u0430\u043A\u0435\u0442\u0430\uFF1A{plan}\u0438\u0441\u0442\u0435\u043A\u0430\u0435\u0442 \u043D\u0430 \u0441\u0430\u0439\u0442\u0435 {endAt} \u0438 \u043D\u0435 \u0431\u0443\u0434\u0435\u0442 \u0430\u0432\u0442\u043E\u043C\u0430\u0442\u0438\u0447\u0435\u0441\u043A\u0438 \u043F\u0440\u043E\u0434\u043B\u0435\u0432\u0430\u0442\u044C\u0441\u044F \u043F\u043E \u0435\u0433\u043E \u0438\u0441\u0442\u0435\u0447\u0435\u043D\u0438\u0438.
<1>\u041D\u0430\u0436\u043C\u0438\u0442\u0435 \u0437\u0434\u0435\u0441\u044C, \u0447\u0442\u043E\u0431\u044B \u0430\u043A\u0442\u0438\u0432\u0438\u0440\u043E\u0432\u0430\u0442\u044C \u043D\u0435\u043F\u0440\u0435\u0440\u044B\u0432\u043D\u0443\u044E \u0433\u043E\u0434\u043E\u0432\u0443\u044E \u043F\u043E\u0434\u043F\u0438\u0441\u043A\u0443",currentPlanDescriptionForOneTime:"\u0421\u0440\u043E\u043A \u0434\u0435\u0439\u0441\u0442\u0432\u0438\u044F \u0442\u0435\u043A\u0443\u0449\u0435\u0439 \u043F\u043E\u0434\u043F\u0438\u0441\u043A\u0438\uFF1A{plan}\u0438\u0441\u0442\u0435\u043A\u0430\u0435\u0442 \u043D\u0430 \u0441\u0430\u0439\u0442\u0435 {endAt} , <1>\u043D\u0430\u0436\u043C\u0438\u0442\u0435 \u0437\u0434\u0435\u0441\u044C, \u0447\u0442\u043E\u0431\u044B \u043F\u0435\u0440\u0435\u0439\u0442\u0438 \u043D\u0430 \u0433\u043E\u0434\u043E\u0432\u043E\u0435 \u0438\u043B\u0438 <2>\u0435\u0436\u0435\u043C\u0435\u0441\u044F\u0447\u043D\u043E\u0435 \u0447\u043B\u0435\u043D\u0441\u0442\u0432\u043E.",upgradePlan:"\u041D\u0430\u0436\u043C\u0438\u0442\u0435 \u0437\u0434\u0435\u0441\u044C, \u0447\u0442\u043E\u0431\u044B \u043F\u0435\u0440\u0435\u0439\u0442\u0438 \u043D\u0430 \u0447\u043B\u0435\u043D\u0441\u0442\u0432\u043E Pro",upgradeToPro:"\u041F\u0435\u0440\u0435\u0439\u0442\u0438 \u043D\u0430 \u0447\u043B\u0435\u043D\u0441\u0442\u0432\u043E Pro","popup.openPro":"\u0427\u0442\u043E\u0431\u044B \u043F\u043E\u043B\u0443\u0447\u0438\u0442\u044C \u0432\u043E\u0437\u043C\u043E\u0436\u043D\u043E\u0441\u0442\u044C \u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u044C\u0441\u044F DeepL \u0438 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u043E\u043C OpenAI, \u043F\u0435\u0440\u0435\u0439\u0434\u0438\u0442\u0435 \u043F\u043E \u0441\u0441\u044B\u043B\u043A\u0435.","popup.openProForPro":"\u0412\u044B \u044F\u0432\u043B\u044F\u0435\u0442\u0435\u0441\u044C \u0443\u0447\u0430\u0441\u0442\u043D\u0438\u043A\u043E\u043C \u043F\u0440\u043E\u0433\u0440\u0430\u043C\u043C\u044B Pro \u0441 \u043F\u0440\u044F\u043C\u044B\u043C \u0434\u043E\u0441\u0442\u0443\u043F\u043E\u043C \u043A DeepL \u0438 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430\u043C OpenAI!",currentAccount:"\u0442\u0435\u043A\u0443\u0449\u0438\u0439 \u0441\u0447\u0451\u0442",enableAutoSyncUserSettings:"\u041E\u0431\u0435\u0441\u043F\u0435\u0447\u0435\u043D\u0438\u0435 \u0430\u0432\u0442\u043E\u043C\u0430\u0442\u0438\u0447\u0435\u0441\u043A\u043E\u0439 \u043E\u0431\u043B\u0430\u0447\u043D\u043E\u0439 \u0441\u0438\u043D\u0445\u0440\u043E\u043D\u0438\u0437\u0430\u0446\u0438\u0438 \u043D\u0430 \u043D\u0435\u0441\u043A\u043E\u043B\u044C\u043A\u0438\u0445 \u0443\u0441\u0442\u0440\u043E\u0439\u0441\u0442\u0432\u0430\u0445",modalEnableInputTranslationTitle:"\u0411\u043B\u043E\u043A \u0432\u0432\u043E\u0434\u0430 \u0438\u043C\u043C\u0435\u0440\u0441\u0438\u0432\u043D\u043E\u0433\u043E \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430 \u041F\u0435\u0440\u0435\u0432\u043E\u0434\u0447\u0435\u0441\u043A\u0438\u0435 \u043E\u043F\u043E\u0432\u0435\u0449\u0435\u043D\u0438\u044F",modalEnableInputTranslationDesc:"\u0412\u044B \u0442\u043E\u043B\u044C\u043A\u043E \u0447\u0442\u043E \u0437\u0430\u043F\u0443\u0441\u0442\u0438\u043B\u0438 \u0444\u0443\u043D\u043A\u0446\u0438\u044E \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430 \u043F\u043E\u043B\u044F \u0432\u0432\u043E\u0434\u0430 Immersive Translation, \u043D\u0430\u0436\u0430\u0432 3 \u0440\u0430\u0437\u0430 \u043F\u043E\u0434\u0440\u044F\u0434 \u043A\u043B\u0430\u0432\u0438\u0448\u0443 \u043F\u0440\u043E\u0431\u0435\u043B\u0430, \u0438 \u0441\u043E\u0434\u0435\u0440\u0436\u0438\u043C\u043E\u0435 \u043F\u043E\u043B\u044F \u0432\u0432\u043E\u0434\u0430 \u0431\u0443\u0434\u0435\u0442 \u043F\u0435\u0440\u0435\u0432\u0435\u0434\u0435\u043D\u043E \u043D\u0430 \u0446\u0435\u043B\u0435\u0432\u043E\u0439 \u044F\u0437\u044B\u043A \u043F\u043E \u0443\u043C\u043E\u043B\u0447\u0430\u043D\u0438\u044E. \u041F\u0435\u0440\u0435\u0432\u043E\u0434 \u043C\u043E\u0436\u043D\u043E \u043E\u0442\u043C\u0435\u043D\u0438\u0442\u044C \u0441 \u043F\u043E\u043C\u043E\u0449\u044C\u044E \u043A\u043B\u0430\u0432\u0438\u0448 Ctrl+Z.

\u0415\u0441\u043B\u0438 \u044D\u0442\u043E \u0431\u044B\u043B\u0430 \u043E\u0448\u0438\u0431\u043A\u0430, \u043D\u0435 \u0432\u043E\u043B\u043D\u0443\u0439\u0442\u0435\u0441\u044C, \u0432\u044B \u043C\u043E\u0436\u0435\u0442\u0435 \u043E\u0442\u043A\u043B\u044E\u0447\u0438\u0442\u044C \u0435\u0435 \u043D\u0430 \u044D\u0442\u043E\u0442 \u0440\u0430\u0437 \u0438\u043B\u0438 \u043D\u0430\u0432\u0441\u0435\u0433\u0434\u0430 \u043E\u0442\u043A\u043B\u044E\u0447\u0438\u0442\u044C \u043F\u0435\u0440\u0435\u0432\u043E\u0434 \u043F\u043E\u043B\u044F \u0432\u0432\u043E\u0434\u0430.",saveAndNotShowAgain:"\u0421\u043E\u0445\u0440\u0430\u043D\u0438\u0442\u044C \u0438 \u043E\u0441\u0442\u0430\u043D\u043E\u0432\u0438\u0442\u044C \u0437\u0430\u043F\u0440\u043E\u0441",disableInputTranslationTips:"* \u0412\u044B \u0442\u0430\u043A\u0436\u0435 \u043C\u043E\u0436\u0435\u0442\u0435 \u0443\u0441\u0442\u0430\u043D\u043E\u0432\u0438\u0442\u044C \u0434\u0440\u0443\u0433\u0438\u0435 \u0441\u043E\u0447\u0435\u0442\u0430\u043D\u0438\u044F \u043A\u043B\u0430\u0432\u0438\u0448 \u0434\u043B\u044F \u0441\u0440\u0430\u0431\u0430\u0442\u044B\u0432\u0430\u043D\u0438\u044F \u0432 {option} ,{learnMore}.",learnMore:"\u041D\u0430\u0436\u043C\u0438\u0442\u0435 \u0437\u0434\u0435\u0441\u044C, \u0447\u0442\u043E\u0431\u044B \u0443\u0437\u043D\u0430\u0442\u044C \u0431\u043E\u043B\u044C\u0448\u0435",continueEnalbeInputTranslation:"\u041F\u0440\u043E\u0434\u043E\u043B\u0436\u0435\u043D\u0438\u0435 \u0432\u043A\u043B\u044E\u0447\u0435\u043D\u0438\u044F \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430 \u043F\u043E\u043B\u044F \u0432\u0432\u043E\u0434\u0430",autoRenewTrialSuffix:'(\u0412 \u043F\u0440\u043E\u0431\u043D\u043E\u043C \u0432\u0430\u0440\u0438\u0430\u043D\u0442\u0435\u0441\u0440\u0430\u0437\u0443 \u0436\u0435 \u043F\u0435\u0440\u0435\u0448\u0435\u043B \u043D\u0430 \u043F\u043E\u043B\u043D\u043E\u0435 \u0447\u043B\u0435\u043D\u0441\u0442\u0432\u043E)',upgradeFromTrialTitle:"\u041F\u043E\u0432\u044B\u0448\u0435\u043D\u0438\u0435 \u0441\u0442\u0430\u0442\u0443\u0441\u0430 \u0434\u043E \u043F\u043E\u043B\u043D\u043E\u0433\u043E \u0447\u043B\u0435\u043D\u0430",subtitle:"\u0441\u0443\u0431\u0442\u0438\u0442\u0440\u044B \u043A \u0432\u0438\u0434\u0435\u043E\u0444\u0438\u043B\u044C\u043C\u0430\u043C",youtubeService:"\u0418\u043C\u043C\u0435\u0440\u0441\u0438\u043E\u043D\u043D\u044B\u0439 \u043F\u0435\u0440\u0435\u0432\u043E\u0434 \u0412\u0438\u0434\u0435\u043E\u0441\u0443\u0431\u0442\u0438\u0442\u0440\u0438\u0440\u043E\u0432\u0430\u043D\u0438\u0435 \u041F\u0435\u0440\u0435\u0432\u043E\u0434\u0447\u0435\u0441\u043A\u0438\u0435 \u0443\u0441\u043B\u0443\u0433\u0438","subtitle.disabledSubtitle":"\u041F\u043E\u0441\u0442\u043E\u044F\u043D\u043D\u043E\u0435 \u043E\u0442\u043A\u043B\u044E\u0447\u0435\u043D\u0438\u0435 \u0444\u0443\u043D\u043A\u0446\u0438\u0438 \u0432\u0438\u0434\u0435\u043E\u0441\u0443\u0431\u0442\u0438\u0442\u0440\u043E\u0432","subtitle.disabledSubtitleDescription":"\u0415\u0441\u043B\u0438 Immersive Translator's Video Subtitles \u043A\u043E\u043D\u0444\u043B\u0438\u043A\u0442\u0443\u0435\u0442 \u0441 \u0434\u0440\u0443\u0433\u0438\u043C\u0438 \u0440\u0430\u0441\u0448\u0438\u0440\u0435\u043D\u0438\u044F\u043C\u0438, \u0432\u044B \u043C\u043E\u0436\u0435\u0442\u0435 \u0432\u044B\u0431\u0440\u0430\u0442\u044C \u043F\u043E\u0441\u0442\u043E\u044F\u043D\u043D\u043E\u0435 \u043E\u0442\u043A\u043B\u044E\u0447\u0435\u043D\u0438\u0435 Immersive Translator's Video Subtitles \u0438\u043B\u0438 \u0434\u0435\u0438\u043D\u0441\u0442\u0430\u043B\u043B\u0438\u0440\u043E\u0432\u0430\u0442\u044C \u0434\u0440\u0443\u0433\u0438\u0435 \u043A\u043E\u043D\u0444\u043B\u0438\u043A\u0442\u0443\u044E\u0449\u0438\u0435 \u0440\u0430\u0441\u0448\u0438\u0440\u0435\u043D\u0438\u044F","subtitle.autoEnableSubtitle":"\u0410\u0432\u0442\u043E\u043C\u0430\u0442\u0438\u0447\u0435\u0441\u043A\u043E\u0435 \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u043D\u0438\u0435 \u0434\u0432\u0443\u044F\u0437\u044B\u0447\u043D\u044B\u0445 \u0441\u0443\u0431\u0442\u0438\u0442\u0440\u043E\u0432","subtitle.autoEnableSubtitleDescription":"\u041F\u043E\u0441\u043B\u0435 \u0430\u043A\u0442\u0438\u0432\u0430\u0446\u0438\u0438, \u043F\u0440\u0438 \u0432\u043E\u0441\u043F\u0440\u043E\u0438\u0437\u0432\u0435\u0434\u0435\u043D\u0438\u0438 \u0432\u0438\u0434\u0435\u043E, \u0431\u0443\u0434\u0443\u0442 \u0430\u0432\u0442\u043E\u043C\u0430\u0442\u0438\u0447\u0435\u0441\u043A\u0438 \u043E\u0442\u043E\u0431\u0440\u0430\u0436\u0430\u0442\u044C\u0441\u044F \u0434\u0432\u0443\u044F\u0437\u044B\u0447\u043D\u044B\u0435 \u0441\u0443\u0431\u0442\u0438\u0442\u0440\u044B, \u0432 \u043F\u0440\u043E\u0442\u0438\u0432\u043D\u043E\u043C \u0441\u043B\u0443\u0447\u0430\u0435 \u043D\u0435\u043E\u0431\u0445\u043E\u0434\u0438\u043C\u043E \u043D\u0430\u0436\u0430\u0442\u044C \u043A\u043D\u043E\u043F\u043A\u0443 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430 \u0434\u043B\u044F \u043E\u0442\u043E\u0431\u0440\u0430\u0436\u0435\u043D\u0438\u044F.","subtitle.preTranslation":"\u041F\u0435\u0440\u0435\u0432\u043E\u0434 \u0441\u0443\u0431\u0442\u0438\u0442\u0440\u043E\u0432 \u0441 \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u043D\u0438\u0435\u043C \u0438\u043C\u043C\u0435\u0440\u0441\u0438\u0432\u043D\u043E\u0433\u043E \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430","subtitle.preTranslationDescription":"\u041F\u0440\u0438 \u0432\u043A\u043B\u044E\u0447\u0435\u043D\u0438\u0438 \u044D\u0442\u043E\u0439 \u0444\u0443\u043D\u043A\u0446\u0438\u0438 \u0432\u0441\u0435 \u0441\u0443\u0431\u0442\u0438\u0442\u0440\u044B \u0431\u0443\u0434\u0443\u0442 \u043F\u0440\u0435\u0434\u0432\u0430\u0440\u0438\u0442\u0435\u043B\u044C\u043D\u043E \u043F\u0435\u0440\u0435\u0432\u0435\u0434\u0435\u043D\u044B \u0441 \u043F\u043E\u043C\u043E\u0449\u044C\u044E \u0443\u043A\u0430\u0437\u0430\u043D\u043D\u043E\u0433\u043E \u043D\u0438\u0436\u0435 \u0441\u0435\u0440\u0432\u0438\u0441\u0430 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430, \u043F\u0440\u0438 \u044D\u0442\u043E\u043C \u043D\u0430 1-\u0447\u0430\u0441\u043E\u0432\u043E\u0435 \u0432\u0438\u0434\u0435\u043E \u0431\u0443\u0434\u0435\u0442 \u0437\u0430\u0442\u0440\u0430\u0447\u0435\u043D\u043E \u043E\u043A\u043E\u043B\u043E 50 000 \u0442\u043E\u043A\u0435\u043D\u043E\u0432 \u0438\u043B\u0438 \u0441\u0438\u043C\u0432\u043E\u043B\u043E\u0432, \u043F\u043E\u044D\u0442\u043E\u043C\u0443 \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u0443\u0439\u0442\u0435 \u0438\u0445 \u043F\u043E \u0441\u0432\u043E\u0435\u043C\u0443 \u0443\u0441\u043C\u043E\u0442\u0440\u0435\u043D\u0438\u044E; \u043F\u0440\u0438 \u043E\u0442\u043A\u043B\u044E\u0447\u0435\u043D\u0438\u0438 \u044D\u0442\u043E\u0439 \u0444\u0443\u043D\u043A\u0446\u0438\u0438 \u0441\u043D\u0430\u0447\u0430\u043B\u0430 \u0431\u0443\u0434\u0443\u0442 \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u044C\u0441\u044F \u043E\u0440\u0438\u0433\u0438\u043D\u0430\u043B\u044C\u043D\u044B\u0435 \u0441\u0443\u0431\u0442\u0438\u0442\u0440\u044B.","subtitle.humanSubtitlesPreferred":"\u041F\u0440\u0438\u043E\u0440\u0438\u0442\u0435\u0442\u043D\u043E\u0435 \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u043D\u0438\u0435 \u0447\u0435\u043B\u043E\u0432\u0435\u0447\u0435\u0441\u043A\u0438\u0445 \u0441\u0443\u0431\u0442\u0438\u0442\u0440\u043E\u0432","subtitle.humanSubtitlesPreferredDescription":"\u041F\u0440\u0438\u043E\u0440\u0438\u0442\u0435\u0442 \u043E\u0442\u0434\u0430\u0435\u0442\u0441\u044F \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u043D\u0438\u044E \u0447\u0435\u043B\u043E\u0432\u0435\u0447\u0435\u0441\u043A\u0438\u0445 \u0441\u0443\u0431\u0442\u0438\u0442\u0440\u043E\u0432, \u0435\u0441\u043B\u0438 \u0432\u0438\u0434\u0435\u043E\u0440\u043E\u043B\u0438\u043A \u0438\u043C\u0435\u0435\u0442 \u0447\u0435\u043B\u043E\u0432\u0435\u0447\u0435\u0441\u043A\u0438\u0435 \u0441\u0443\u0431\u0442\u0438\u0442\u0440\u044B \u043D\u0430 \u0446\u0435\u043B\u0435\u0432\u043E\u043C \u044F\u0437\u044B\u043A\u0435 (\u0440\u0435\u043A\u043E\u043C\u0435\u043D\u0434\u0443\u0435\u0442\u0441\u044F)",videoSubtitleTranslationDescription:"\u041D\u0430\u0437\u043D\u0430\u0447\u0438\u0442\u044C \u043E\u0442\u0434\u0435\u043B\u044C\u043D\u0443\u044E \u0441\u043B\u0443\u0436\u0431\u0443 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430 \u0434\u043B\u044F \u0432\u0438\u0434\u0435\u043E\u0441\u0443\u0431\u0442\u0438\u0442\u0440\u043E\u0432",subtitleTranslating:"\u041F\u043E\u0436\u0430\u043B\u0443\u0439\u0441\u0442\u0430, \u043F\u043E\u0434\u043E\u0436\u0434\u0438\u0442\u0435, \u043F\u043E\u043A\u0430 \u0441\u0443\u0431\u0442\u0438\u0442\u0440\u044B \u0431\u0443\u0434\u0443\u0442 \u043F\u0435\u0440\u0435\u0432\u0435\u0434\u0435\u043D\u044B \u0441 \u043F\u043E\u043C\u043E\u0449\u044C\u044E \u0441\u0435\u0440\u0432\u0438\u0441\u0430 {service} ... (\u0438\u043C\u043C\u0435\u0440\u0441\u0438\u043E\u043D\u043D\u044B\u0439 \u043F\u0435\u0440\u0435\u0432\u043E\u0434)",subtitleLoading:"\u0417\u0430\u0433\u0440\u0443\u0437\u043A\u0430 \u0441\u0443\u0431\u0442\u0438\u0442\u0440\u043E\u0432...",bilingual:"\u0431\u0438\u043B\u0438\u043D\u0433\u0432\u0438\u0437\u043C","field.action":"\u0412\u043A\u043B\u044E\u0447\u0430\u0442\u044C \u043B\u0438 \u0442\u0435\u0440\u043C\u0438\u043D\u043E\u043B\u043E\u0433\u0438\u044E Baidu","description.action":"\u041F\u0440\u0438 \u0432\u043A\u043B\u044E\u0447\u0435\u043D\u0438\u0438 \u0432 \u0437\u0430\u043F\u0440\u043E\u0441 \u0431\u0443\u0434\u0435\u0442 \u0434\u043E\u0431\u0430\u0432\u043B\u0435\u043D \u043F\u0430\u0440\u0430\u043C\u0435\u0442\u0440 action=1, \u0438\u043D\u0444\u043E\u0440\u043C\u0438\u0440\u0443\u044E\u0449\u0438\u0439 Baidu \u043E \u0432\u043A\u043B\u044E\u0447\u0435\u043D\u043D\u043E\u043C \u0442\u0435\u0440\u043C\u0438\u043D\u0435; <1>\u0431\u043E\u043B\u0435\u0435 \u043F\u043E\u0434\u0440\u043E\u0431\u043D\u0430\u044F \u0438\u043D\u0444\u043E\u0440\u043C\u0430\u0446\u0438\u044F \u043F\u0440\u0438\u0432\u0435\u0434\u0435\u043D\u0430 \u0432 \u043E\u0444\u0438\u0446\u0438\u0430\u043B\u044C\u043D\u043E\u0439 \u0434\u043E\u043A\u0443\u043C\u0435\u043D\u0442\u0430\u0446\u0438\u0438.",closeQuickTranslation:"\u0417\u0430\u043A\u0440\u044B\u0442\u044C \u0445\u043E\u0432\u0435\u0440\u0431\u043E\u043B","closeQuickTranslation.untilNext":"\u041D\u0430 \u044D\u0442\u043E\u0442 \u0440\u0430\u0437 \u0437\u0430\u043A\u0440\u044B\u0442\u043E \u0434\u043E \u0441\u043B\u0435\u0434\u0443\u044E\u0449\u0435\u0433\u043E \u043F\u043E\u0441\u0435\u0449\u0435\u043D\u0438\u044F","closeQuickTranslation.currentWebsite":"\u0422\u0435\u043A\u0443\u0449\u0438\u0439 \u0441\u0430\u0439\u0442 \u043E\u0442\u043A\u043B\u044E\u0447\u0435\u043D","closeQuickTranslation.alwaysClose":"\u043E\u0442\u043A\u043B\u044E\u0447\u0438\u0442\u044C \u043D\u0430\u0432\u0441\u0435\u0433\u0434\u0430","closeQuickTranslation.settingOpen":"(\u043C\u043E\u0436\u0435\u0442 \u0431\u044B\u0442\u044C \u0432\u043A\u043B\u044E\u0447\u0435\u043D\u0430 \u043D\u0430 <1>\u0441\u0442\u0440\u0430\u043D\u0438\u0446\u0435 \u043D\u0430\u0441\u0442\u0440\u043E\u0435\u043A )","closeQuickTranslation.cancel":"\u043E\u0442\u043C\u0435\u043D\u044B","closeQuickTranslation.confirm":"\u043E\u043F\u0440\u0435\u0434\u0435\u043B\u0438\u0442\u044C","floatBall.popup":"\u041E\u0442\u043A\u0440\u043E\u0439\u0442\u0435 \u043F\u0430\u043D\u0435\u043B\u044C \u0431\u044B\u0441\u0442\u0440\u044B\u0445 \u043D\u0430\u0441\u0442\u0440\u043E\u0435\u043A","floatBall.translate":"\u041D\u0430\u0436\u043C\u0438\u0442\u0435, \u0447\u0442\u043E\u0431\u044B \u043F\u0435\u0440\u0435\u0432\u0435\u0441\u0442\u0438 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u0443","floatBall.showOriginal":"\u041D\u0430\u0436\u043C\u0438\u0442\u0435, \u0447\u0442\u043E\u0431\u044B \u0432\u0435\u0440\u043D\u0443\u0442\u044C\u0441\u044F \u043A \u043E\u0440\u0438\u0433\u0438\u043D\u0430\u043B\u044C\u043D\u043E\u0439 \u0441\u0442\u0430\u0442\u044C\u0435","floatBall.close":"\u0417\u0430\u043A\u0440\u044B\u0442\u044C \u0445\u043E\u0432\u0435\u0440\u0431\u043E\u043B","floatBallOptions.enableDescPc":"\u041F\u043E\u0441\u043B\u0435 \u0432\u043A\u043B\u044E\u0447\u0435\u043D\u0438\u044F \u0445\u043E\u0432\u0435\u0440\u0431\u043E\u043B\u0430 \u0432 \u043F\u0440\u0430\u0432\u043E\u0439 \u0447\u0430\u0441\u0442\u0438 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u044B \u043F\u043E\u044F\u0432\u0438\u0442\u0441\u044F \u043A\u043D\u043E\u043F\u043A\u0430 \u0431\u044B\u0441\u0442\u0440\u043E\u0433\u043E \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430, \u043D\u0430\u0436\u043C\u0438\u0442\u0435 \u0435\u0435, \u0447\u0442\u043E\u0431\u044B \u043F\u0435\u0440\u0435\u0432\u0435\u0441\u0442\u0438!","floatBallOptions.enableDesc":"\u041F\u043E\u0441\u043B\u0435 \u0432\u044B\u043A\u043B\u044E\u0447\u0435\u043D\u0438\u044F \u0445\u043E\u0432\u0435\u0440\u0431\u043E\u043B\u0430 \u0435\u0433\u043E \u043C\u043E\u0436\u043D\u043E \u0432\u044B\u0437\u0432\u0430\u0442\u044C \u0441 \u043F\u043E\u043C\u043E\u0449\u044C\u044E{touch}. \u041D\u0430\u0441\u0442\u043E\u044F\u0442\u0435\u043B\u044C\u043D\u043E \u0440\u0435\u043A\u043E\u043C\u0435\u043D\u0434\u0443\u0435\u0442\u0441\u044F \u0441\u043E\u0445\u0440\u0430\u043D\u0438\u0442\u044C \u044D\u0442\u0443 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u0443 \u043D\u0430\u0441\u0442\u0440\u043E\u0435\u043A \u0432 \u0437\u0430\u043A\u043B\u0430\u0434\u043A\u0430\u0445, \u0447\u0442\u043E\u0431\u044B \u043D\u0435 \u043F\u043E\u0442\u0435\u0440\u044F\u0442\u044C \u0432\u043E\u0437\u043C\u043E\u0436\u043D\u043E\u0441\u0442\u044C \u043D\u0430\u0439\u0442\u0438 \u0445\u043E\u0432\u0435\u0440\u0431\u043E\u043B \u043F\u043E\u0441\u043B\u0435 \u0441\u043B\u0443\u0447\u0430\u0439\u043D\u043E\u0433\u043E \u043E\u0442\u043A\u043B\u044E\u0447\u0435\u043D\u0438\u044F \u044D\u0442\u043E\u0439 \u043E\u043F\u0446\u0438\u0438!","description.azureApiUrl":"\u0417\u0430\u043F\u043E\u043B\u043D\u0438\u0442\u0435 \u0430\u0434\u0440\u0435\u0441 \u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u0435\u043B\u044C\u0441\u043A\u043E\u0433\u043E \u0438\u043D\u0442\u0435\u0440\u0444\u0435\u0439\u0441\u0430 API",confirmSupportMouse:"\u041F\u0440\u0438\u043D\u0443\u0434\u0438\u0442\u0435\u043B\u044C\u043D\u043E\u0435 \u0432\u043A\u043B\u044E\u0447\u0435\u043D\u0438\u0435 \u043F\u043E\u0434\u0434\u0435\u0440\u0436\u043A\u0438 \u043C\u044B\u0448\u0438",confirmSupportMouseDescription:"\u041E\u0431\u043D\u0430\u0440\u0443\u0436\u0435\u043D\u043E, \u0447\u0442\u043E \u0442\u0435\u043A\u0443\u0449\u0438\u0439 \u0431\u0440\u0430\u0443\u0437\u0435\u0440 \u043D\u0435 \u043F\u043E\u0434\u0434\u0435\u0440\u0436\u0438\u0432\u0430\u0435\u0442 \u0444\u0443\u043D\u043A\u0446\u0438\u044E \u043C\u044B\u0448\u0438, \u043F\u0440\u0438\u043D\u0443\u0434\u0438\u0442\u0435\u043B\u044C\u043D\u043E \u043B\u0438 \u0432\u043A\u043B\u044E\u0447\u0438\u0442\u044C \u043F\u043E\u0434\u0434\u0435\u0440\u0436\u043A\u0443 \u043C\u044B\u0448\u0438?",sampleTargetText:"\u041D\u0430\u0441\u0442\u0443\u043F\u0438\u0442 \u0434\u043E\u043B\u0433\u0430\u044F \u043D\u043E\u0447\u044C, \u0438 \u044F \u0431\u0443\u0434\u0443 \u0441\u0442\u043E\u044F\u0442\u044C \u043D\u0430 \u0441\u0442\u0440\u0430\u0436\u0435 \u0441 \u044D\u0442\u043E\u0433\u043E \u0434\u043D\u044F \u0438 \u0434\u043E \u0441\u0430\u043C\u043E\u0439 \u0441\u043C\u0435\u0440\u0442\u0438. \u042F \u043D\u0435 \u0432\u043E\u0437\u044C\u043C\u0443 \u0436\u0435\u043D\u0443, \u043D\u0435 \u0441\u043E\u0437\u0434\u0430\u043C \u0432\u043E\u0442\u0447\u0438\u043D\u0443, \u043D\u0435 \u0437\u0430\u0432\u0435\u0434\u0443 \u0434\u0435\u0442\u0435\u0439. \u042F \u043D\u0435 \u0431\u0443\u0434\u0443 \u043D\u043E\u0441\u0438\u0442\u044C \u043A\u043E\u0440\u043E\u043D\u0443, \u043D\u0435 \u0431\u0443\u0434\u0443 \u0441\u0442\u0440\u0435\u043C\u0438\u0442\u044C\u0441\u044F \u043A \u043F\u043E\u0447\u0435\u0441\u0442\u044F\u043C. \u042F \u0431\u0443\u0434\u0443 \u0438\u0441\u043F\u043E\u043B\u043D\u044F\u0442\u044C \u0441\u0432\u043E\u0439 \u0434\u043E\u043B\u0433, \u0436\u0438\u0442\u044C \u0438 \u0443\u043C\u0438\u0440\u0430\u0442\u044C.",sampleSourceText:"Night gathers, and now my watch begins. It shall not end until my death. I shall take no wife, hold no lands, father no children. I shall wear no crowns and win no glory. I shall live and die at my post.","subtitle.supportedSites":"\u5DF2\u652F\u6301\u5728\u8FD9\u4E9B\u7F51\u7AD9\u4F7F\u7528\u53CC\u8BED\u5B57\u5E55\uFF08\u6CE8\u610F\uFF1A\u7531\u4E8E\u6280\u672F\u9650\u5236\uFF0C\u90E8\u5206\u7F51\u7AD9\u5728\u9996\u6B21\u5F00\u542F\u5B57\u5E55\u540E\u9700\u8981\u91CD\u65B0\u5237\u65B0\u9875\u9762\uFF0C\u6216\u8005\u9700\u7B49\u5F85\u7FFB\u8BD1\u5B8C\u6210\u4EE5\u663E\u793A\u53CC\u8BED\u5B57\u5E55\uFF09\uFF1A",viewWithImmersiveTranslate:"\u53CC\u8BED\u7248\u672C(\u6C89\u6D78\u5F0F\u7FFB\u8BD1)",errorReason:"\u9519\u8BEF\u539F\u56E0\uFF1A{message}","proQuotaExceededError.onetime7day":'\uFF0C\u60A8\u53EF\u4EE5\u9009\u62E9\u4EE5\u4E0B\u65B9\u5F0F\u89E3\u51B3\uFF1A

1. \u5207\u6362\u5230 {anotherService} \u6216\u5176\u4ED6\u7FFB\u8BD1\u670D\u52A1
2. \u5347\u7EA7\u4E3A\u6708\u5EA6/\u5E74\u5EA6\u4F1A\u5458',"proQuotaExceededError.trial":'\uFF0C\u60A8\u53EF\u4EE5\u9009\u62E9\u4EE5\u4E0B\u65B9\u5F0F\u89E3\u51B3\uFF1A

1. \u5207\u6362\u5230 {anotherService} \u6216\u5176\u4ED6\u7FFB\u8BD1\u670D\u52A1
2. \u7ACB\u523B\u5347\u7EA7\u4E3A\u6B63\u5F0F\u4F1A\u5458',"proQuotaExceededError.nonTrial":'\uFF0C\u60A8\u53EF\u4EE5\u9009\u62E9\u4EE5\u4E0B\u65B9\u5F0F\u89E3\u51B3\uFF1A

1. \u5207\u6362\u5230 {anotherService} \u6216\u5176\u4ED6\u7FFB\u8BD1\u670D\u52A1
2. \u8D2D\u4E70 {translationService} \u989D\u5916\u6D41\u91CF\u5305',"proQuotaExceededError.resetTime":"
3. \u989D\u5EA6\u91CD\u7F6E\u65F6\u95F4\uFF1A{resetTime}","desc.touchShortcutsToggleTranslatePageOnlyTranslation":"\u0422\u043E\u043B\u044C\u043A\u043E \u043F\u0435\u0440\u0435\u0432\u043E\u0434 \u043E\u0437\u043D\u0430\u0447\u0430\u0435\u0442, \u0447\u0442\u043E \u043E\u0442\u043E\u0431\u0440\u0430\u0436\u0430\u0435\u0442\u0441\u044F \u0442\u043E\u043B\u044C\u043A\u043E \u043F\u0435\u0440\u0435\u0432\u043E\u0434. \u0415\u0441\u043B\u0438 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u0430 \u0435\u0449\u0435 \u043D\u0435 \u043F\u0435\u0440\u0435\u0432\u0435\u0434\u0435\u043D\u0430, \u043E\u043D\u0430 \u043F\u0435\u0440\u0435\u043A\u043B\u044E\u0447\u0438\u0442\u0441\u044F \u0432 \u0440\u0435\u0436\u0438\u043C \u0438 \u0431\u0443\u0434\u0435\u0442 \u043F\u0435\u0440\u0435\u0432\u0435\u0434\u0435\u043D\u0430.","desc.toggleOnlyTransation":'\u0420\u0435\u0436\u0438\u043C "\u0422\u043E\u043B\u044C\u043A\u043E \u043F\u0435\u0440\u0435\u0432\u043E\u0434" \u043E\u0437\u043D\u0430\u0447\u0430\u0435\u0442, \u0447\u0442\u043E \u043E\u0442\u043E\u0431\u0440\u0430\u0436\u0430\u0435\u0442\u0441\u044F \u0442\u043E\u043B\u044C\u043A\u043E \u043F\u0435\u0440\u0435\u0432\u043E\u0434. \u0415\u0441\u043B\u0438 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u0430 \u0435\u0449\u0435 \u043D\u0435 \u043F\u0435\u0440\u0435\u0432\u0435\u0434\u0435\u043D\u0430, \u0440\u0435\u0436\u0438\u043C \u0431\u0443\u0434\u0435\u0442 \u043F\u0435\u0440\u0435\u043A\u043B\u044E\u0447\u0435\u043D \u0438 \u0432\u044B\u043F\u043E\u043B\u043D\u0435\u043D \u043F\u0435\u0440\u0435\u0432\u043E\u0434.',touchShortcutsToggleTranslatePageOnlyTranslation:"\u041D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0430 \u0436\u0435\u0441\u0442\u043E\u0432 \u0441\u0435\u043D\u0441\u043E\u0440\u043D\u043E\u0433\u043E \u044D\u043A\u0440\u0430\u043D\u0430 \u0434\u043B\u044F \u043F\u0435\u0440\u0435\u043A\u043B\u044E\u0447\u0435\u043D\u0438\u044F \u043C\u0435\u0436\u0434\u0443 \u0434\u0432\u0443\u044F\u0437\u044B\u0447\u043D\u044B\u043C / \u0442\u043E\u043B\u044C\u043A\u043E \u0442\u0435\u043A\u0441\u0442\u043E\u043C \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430",download_started:"\u0417\u0430\u0433\u0440\u0443\u0437\u043A\u0430 \u0443\u0436\u0435 \u043D\u0430\u0447\u0430\u043B\u0430\u0441\u044C, \u0435\u0441\u043B\u0438 \u043E\u043D\u0430 \u043D\u0435 \u043D\u0430\u0447\u0430\u043B\u0430\u0441\u044C \u0430\u0432\u0442\u043E\u043C\u0430\u0442\u0438\u0447\u0435\u0441\u043A\u0438, \u043F\u043E\u0436\u0430\u043B\u0443\u0439\u0441\u0442\u0430, \u043D\u0430\u0436\u043C\u0438\u0442\u0435 \u0432\u0440\u0443\u0447\u043D\u0443\u044E.",here:"\u0437\u0434\u0435\u0441\u044C","error.goReset":"\u0441\u0431\u0440\u043E\u0441\u0438\u0442\u044C",batchEdit:"\u041C\u0430\u0441\u0441\u043E\u0432\u0430\u044F \u043E\u043F\u0435\u0440\u0430\u0446\u0438\u044F","error.configError":"\u041D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0430 \u0434\u0430\u043D\u043D\u044B\u0445 \u0430\u043D\u043E\u043C\u0430\u043B\u044C\u043D\u0430","translationFont.custom":"\u0412\u0432\u0435\u0434\u0438\u0442\u0435 \u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u0435\u043B\u044C\u0441\u043A\u0438\u0439 \u0448\u0440\u0438\u0444\u0442",translationFont:"\u0443\u0441\u0442\u0430\u043D\u043E\u0432\u0438\u0442\u044C \u0448\u0440\u0438\u0444\u0442",detectServiceLoading:"\u041F\u0440\u043E\u0432\u0435\u0440\u043A\u0430 \u0434\u043E\u0441\u0442\u0443\u043F\u043D\u044B\u0445 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0447\u0435\u0441\u043A\u0438\u0445 \u0443\u0441\u043B\u0443\u0433...","translationFont.customPlaceholder":"\u0448\u0440\u0438\u0444\u0442","touch.mouse-translate":"\u041F\u0435\u0440\u0435\u0432\u0435\u0441\u0442\u0438 \u0443\u043A\u0430\u0437\u0430\u043D\u043D\u044B\u0439 \u0430\u0431\u0437\u0430\u0446","translationModeLang.translation.title":"\u0422\u043E\u043B\u044C\u043A\u043E \u0440\u0435\u0436\u0438\u043C \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430 \u044F\u0437\u044B\u043A\u0430","error.serveConfigError":"\u041E\u0448\u0438\u0431\u043A\u0430 \u043A\u043E\u043D\u0444\u0438\u0433\u0443\u0440\u0430\u0446\u0438\u0438 \u0441\u0435\u0440\u0432\u0438\u0441\u0430","error.403":"\u0421\u043B\u0443\u0436\u0431\u0430 \u0432\u043E\u0437\u0432\u0440\u0430\u0449\u0430\u0435\u0442 \u043E\u0448\u0438\u0431\u043A\u0443, \u0432\u0440\u0435\u043C\u0435\u043D\u043D\u043E \u043D\u0435\u0442 \u0434\u043E\u0441\u0442\u0443\u043F\u0430 \u043A \u044D\u0442\u043E\u0439 \u0441\u043B\u0443\u0436\u0431\u0435.","error.proUpgrade":"\u041F\u043E\u0441\u043B\u0435 \u043E\u0431\u043D\u043E\u0432\u043B\u0435\u043D\u0438\u044F, \u043F\u043E\u0436\u0430\u043B\u0443\u0439\u0441\u0442\u0430, \u043E\u0431\u043D\u043E\u0432\u0438\u0442\u0435 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u0443 \u0438 \u043F\u0435\u0440\u0435\u0432\u0435\u0434\u0438\u0442\u0435 \u0441\u043D\u043E\u0432\u0430.","translationModeUrl.translation.title":"\u0412\u0435\u0431-\u0430\u0434\u0440\u0435\u0441 \u0442\u043E\u043B\u044C\u043A\u043E \u0434\u043B\u044F \u0440\u0435\u0436\u0438\u043C\u0430 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430",enableSentryReport:"\u041A\u043E\u0433\u0434\u0430 \u043F\u0440\u043E\u0438\u0441\u0445\u043E\u0434\u0438\u0442 \u043E\u0448\u0438\u0431\u043A\u0430 \u0440\u0430\u0441\u0448\u0438\u0440\u0435\u043D\u0438\u044F, \u043E\u0442\u043F\u0440\u0430\u0432\u043B\u044F\u0439\u0442\u0435 \u043E\u0442\u0437\u044B\u0432\u044B \u0447\u0435\u0440\u0435\u0437 Sentry.","error.reloadPageOfSetting":"\u041F\u043E\u0441\u043B\u0435 \u043D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0438, \u043F\u043E\u0436\u0430\u043B\u0443\u0439\u0441\u0442\u0430, \u043E\u0431\u043D\u043E\u0432\u0438\u0442\u0435 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u0443 \u0438 \u043F\u0435\u0440\u0435\u0432\u0435\u0434\u0438\u0442\u0435 \u0441\u043D\u043E\u0432\u0430.","error.502":"\u0421\u0435\u0440\u0432\u0438\u0441 \u0432\u043E\u0437\u0432\u0440\u0430\u0449\u0430\u0435\u0442 \u043E\u0448\u0438\u0431\u043A\u0443, \u0432\u0440\u0435\u043C\u044F \u043E\u0436\u0438\u0434\u0430\u043D\u0438\u044F \u0441\u0435\u0440\u0432\u0438\u0441\u0430 \u0438\u0441\u0442\u0435\u043A\u043B\u043E, \u043F\u043E\u0436\u0430\u043B\u0443\u0439\u0441\u0442\u0430, \u043F\u043E\u043F\u0440\u043E\u0431\u0443\u0439\u0442\u0435 \u043F\u043E\u0437\u0436\u0435.","translationModeUrl.translation.description":"\u041A\u043E\u0433\u0434\u0430 \u0432\u0435\u0431-\u0441\u0430\u0439\u0442 \u0438\u043C\u0435\u0435\u0442 \u0441\u043B\u0435\u0434\u0443\u044E\u0449\u0438\u0435 \u0434\u043E\u043C\u0435\u043D\u043D\u044B\u0435 \u0438\u043C\u0435\u043D\u0430, \u043E\u043D \u0430\u0432\u0442\u043E\u043C\u0430\u0442\u0438\u0447\u0435\u0441\u043A\u0438 \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u0443\u0435\u0442 \u0440\u0435\u0436\u0438\u043C \u0442\u043E\u043B\u044C\u043A\u043E \u0441 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u043E\u043C.",videoSubtitlePreTranslationOn:"\u0412\u0438\u0434\u0435\u043E \u0441\u0443\u0431\u0442\u0438\u0442\u0440\u044B \u0431\u0443\u0434\u0443\u0442 \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u044C \u043F\u043E\u0433\u0440\u0443\u0436\u0435\u043D\u0438\u0435 \u0432 \u043F\u0435\u0440\u0435\u0432\u043E\u0434 \u0432 \u043F\u0435\u0440\u0432\u0443\u044E \u043E\u0447\u0435\u0440\u0435\u0434\u044C.","translationServices.inherit":"\u0421\u043B\u0435\u0434\u0443\u0439\u0442\u0435 \u0437\u0430 \u043E\u0441\u043D\u043E\u0432\u043D\u044B\u043C \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0447\u0435\u0441\u043A\u0438\u043C \u0441\u0435\u0440\u0432\u0438\u0441\u043E\u043C","error.proTokenInvalid":"\u0415\u0441\u043B\u0438 \u0432\u044B \u044F\u0432\u043B\u044F\u0435\u0442\u0435\u0441\u044C \u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u0435\u043B\u0435\u043C Pro, \u043F\u043E\u0436\u0430\u043B\u0443\u0439\u0441\u0442\u0430, \u0432\u043E\u0439\u0434\u0438\u0442\u0435 \u0432 \u0441\u0438\u0441\u0442\u0435\u043C\u0443, \u043F\u0440\u0435\u0436\u0434\u0435 \u0447\u0435\u043C \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u044C \u0441\u0435\u0440\u0432\u0438\u0441 Pro \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430.",toggleToService:"\u041F\u0435\u0440\u0435\u043A\u043B\u044E\u0447\u0438\u0442\u0435\u0441\u044C \u043D\u0430 {service} \u0438 \u043F\u043E\u043F\u0440\u043E\u0431\u0443\u0439\u0442\u0435 \u0441\u043D\u043E\u0432\u0430",videoSubtitlePreTranslationOff:"\u041F\u0440\u0438\u043E\u0440\u0438\u0442\u0435\u0442 \u0431\u0443\u0434\u0435\u0442 \u043E\u0442\u0434\u0430\u043D \u043C\u0430\u0448\u0438\u043D\u043D\u043E\u043C\u0443 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0443 \u0441\u0443\u0431\u0442\u0438\u0442\u0440\u043E\u0432, \u0432\u0441\u0442\u0440\u043E\u0435\u043D\u043D\u044B\u0445 \u0432 \u043E\u0440\u0438\u0433\u0438\u043D\u0430\u043B\u044C\u043D\u043E\u0435 \u0432\u0438\u0434\u0435\u043E.","error.gemini.429":"\u0422\u0435\u043A\u0443\u0449\u0430\u044F \u0441\u043B\u0443\u0436\u0431\u0430 Gemini \u0443\u0436\u0435 \u0434\u043E\u0441\u0442\u0438\u0433\u043B\u0430 \u0441\u0432\u043E\u0435\u0433\u043E \u043F\u0440\u0435\u0434\u0435\u043B\u0430, \u043F\u043E\u0436\u0430\u043B\u0443\u0439\u0441\u0442\u0430, \u043F\u043E\u043F\u0440\u043E\u0431\u0443\u0439\u0442\u0435 \u043F\u043E\u0437\u0436\u0435 \u0438\u043B\u0438 \u043F\u0435\u0440\u0435\u043A\u043B\u044E\u0447\u0438\u0442\u0435\u0441\u044C \u043D\u0430 \u0434\u0440\u0443\u0433\u0443\u044E \u0441\u043B\u0443\u0436\u0431\u0443 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430.","translationModeLang.translation.description":'\u041A\u043E\u0433\u0434\u0430 \u044F\u0437\u044B\u043A \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u044B \u044F\u0432\u043B\u044F\u0435\u0442\u0441\u044F \u043E\u0434\u043D\u0438\u043C \u0438\u0437 \u0441\u043B\u0435\u0434\u0443\u044E\u0449\u0438\u0445, \u0430\u0432\u0442\u043E\u043C\u0430\u0442\u0438\u0447\u0435\u0441\u043A\u0438 \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u0443\u0435\u0442\u0441\u044F \u0440\u0435\u0436\u0438\u043C "\u0442\u043E\u043B\u044C\u043A\u043E \u043F\u0435\u0440\u0435\u0432\u043E\u0434".',"translationFont.notSupportErrorMessage":"\u041F\u043E\u0436\u0430\u043B\u0443\u0439\u0441\u0442\u0430, \u043F\u0440\u043E\u0432\u0435\u0440\u044C\u0442\u0435 \u043F\u0440\u0430\u0432\u0438\u043B\u044C\u043D\u043E\u0441\u0442\u044C \u0432\u0432\u0435\u0434\u0435\u043D\u043D\u043E\u0433\u043E \u0432\u0430\u043C\u0438 \u043D\u0430\u0437\u0432\u0430\u043D\u0438\u044F \u0448\u0440\u0438\u0444\u0442\u0430 \u0438\u043B\u0438 \u0443\u0431\u0435\u0434\u0438\u0442\u0435\u0441\u044C, \u0447\u0442\u043E \u044D\u0442\u043E\u0442 \u0448\u0440\u0438\u0444\u0442 \u0443\u0436\u0435 \u0443\u0441\u0442\u0430\u043D\u043E\u0432\u043B\u0435\u043D \u043D\u0430 \u0432\u0430\u0448\u0435\u043C \u0443\u0441\u0442\u0440\u043E\u0439\u0441\u0442\u0432\u0435.","error.429":"\u0421\u0435\u0440\u0432\u0438\u0441 \u0432\u043E\u0437\u0432\u0440\u0430\u0449\u0430\u0435\u0442 \u043E\u0448\u0438\u0431\u043A\u0443, \u0447\u0442\u043E \u0443\u043A\u0430\u0437\u044B\u0432\u0430\u0435\u0442 \u043D\u0430 \u0441\u043B\u0438\u0448\u043A\u043E\u043C \u0447\u0430\u0441\u0442\u044B\u0435 \u0437\u0430\u043F\u0440\u043E\u0441\u044B \u0438\u043B\u0438 \u043F\u0440\u0435\u0432\u044B\u0448\u0435\u043D\u0438\u0435 \u043B\u0438\u043C\u0438\u0442\u0430. \u041F\u043E\u0436\u0430\u043B\u0443\u0439\u0441\u0442\u0430, \u043F\u043E\u043F\u0440\u043E\u0431\u0443\u0439\u0442\u0435 \u043F\u043E\u0437\u0436\u0435.","error.400":"\u0421\u043B\u0443\u0436\u0431\u0430 \u0432\u043E\u0437\u0432\u0440\u0430\u0449\u0430\u0435\u0442 \u043E\u0448\u0438\u0431\u043A\u0443, \u043D\u0435\u0432\u0435\u0440\u043D\u044B\u0439 \u0437\u0430\u043F\u0440\u043E\u0441 \u043F\u0430\u0440\u0430\u043C\u0435\u0442\u0440\u0430, \u043F\u0440\u043E\u0432\u0435\u0440\u044C\u0442\u0435 \u0441\u043E\u043E\u0442\u0432\u0435\u0442\u0441\u0442\u0432\u0443\u044E\u0449\u0443\u044E \u043A\u043E\u043D\u0444\u0438\u0433\u0443\u0440\u0430\u0446\u0438\u044E.","error.openAIExceededQuota":"\u0421\u0435\u0440\u0432\u0438\u0441 \u0432\u043E\u0437\u0432\u0440\u0430\u0449\u0430\u0435\u0442 \u043E\u0448\u0438\u0431\u043A\u0443: \u043D\u0430 \u0432\u0430\u0448\u0435\u043C \u0442\u0435\u043A\u0443\u0449\u0435\u043C \u0441\u0447\u0435\u0442\u0443 OpenAI \u043D\u0435\u0434\u043E\u0441\u0442\u0430\u0442\u043E\u0447\u043D\u043E \u0441\u0440\u0435\u0434\u0441\u0442\u0432, \u043F\u043E\u0436\u0430\u043B\u0443\u0439\u0441\u0442\u0430, \u043F\u043E\u043F\u043E\u043B\u043D\u0438\u0442\u0435 \u0441\u0447\u0435\u0442 \u0438\u043B\u0438 \u043F\u0440\u0438\u0432\u044F\u0436\u0438\u0442\u0435 \u043A\u0440\u0435\u0434\u0438\u0442\u043D\u0443\u044E \u043A\u0430\u0440\u0442\u0443 \u0432 \u043E\u0444\u0438\u0446\u0438\u0430\u043B\u044C\u043D\u043E\u0439 \u0430\u0434\u043C\u0438\u043D\u0438\u0441\u0442\u0440\u0430\u0442\u0438\u0432\u043D\u043E\u0439 \u043F\u0430\u043D\u0435\u043B\u0438 OpenAI.","error.googleLimitIp":"\u0421\u043B\u0443\u0436\u0431\u0430 \u0432\u043E\u0437\u0432\u0440\u0430\u0449\u0430\u0435\u0442 \u043E\u0448\u0438\u0431\u043A\u0443, Google \u043E\u0433\u0440\u0430\u043D\u0438\u0447\u0438\u0432\u0430\u0435\u0442 \u0434\u043E\u0441\u0442\u0443\u043F \u0434\u043B\u044F \u044D\u0442\u043E\u0433\u043E IP-\u0430\u0434\u0440\u0435\u0441\u0430, \u0440\u0435\u043A\u043E\u043C\u0435\u043D\u0434\u0443\u0435\u0442\u0441\u044F \u0438\u0437\u043C\u0435\u043D\u0438\u0442\u044C \u0441\u0435\u0442\u0435\u0432\u043E\u0439 \u0443\u0437\u0435\u043B.","desc.toggleVideoSubtitlePreTranslation":"\u041F\u043E\u0441\u043B\u0435 \u043D\u0430\u0436\u0430\u0442\u0438\u044F, \u0434\u0432\u0443\u044F\u0437\u044B\u0447\u043D\u044B\u0435 \u0441\u0443\u0431\u0442\u0438\u0442\u0440\u044B \u0432\u0438\u0434\u0435\u043E \u0431\u0443\u0434\u0443\u0442 \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u044C \u043D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0438 \u043F\u043E\u0433\u0440\u0443\u0436\u0435\u043D\u0438\u044F \u0432 \u043F\u0435\u0440\u0435\u0432\u043E\u0434 \u0432 \u043F\u0435\u0440\u0432\u0443\u044E \u043E\u0447\u0435\u0440\u0435\u0434\u044C, \u043F\u0440\u0438 \u043F\u043E\u0432\u0442\u043E\u0440\u043D\u043E\u043C \u043D\u0430\u0436\u0430\u0442\u0438\u0438 \u0431\u0443\u0434\u0435\u0442 \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u044C\u0441\u044F \u043C\u0430\u0448\u0438\u043D\u043D\u044B\u0439 \u043F\u0435\u0440\u0435\u0432\u043E\u0434 \u0441\u0443\u0431\u0442\u0438\u0442\u0440\u043E\u0432 \u0438\u0437\u043D\u0430\u0447\u0430\u043B\u044C\u043D\u043E\u0433\u043E \u0432\u0438\u0434\u0435\u043E. \u041E\u0431\u0440\u0430\u0442\u0438\u0442\u0435 \u0432\u043D\u0438\u043C\u0430\u043D\u0438\u0435: \u044D\u0442\u043E\u0442 \u044F\u0440\u043B\u044B\u043A \u0438\u0437\u043C\u0435\u043D\u044F\u0435\u0442 \u0433\u043B\u043E\u0431\u0430\u043B\u044C\u043D\u044B\u0435 \u043D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0438.","error.openAIFreeLimit":"\u0421\u0435\u0440\u0432\u0438\u0441 \u0432\u043E\u0437\u0432\u0440\u0430\u0449\u0430\u0435\u0442 \u043E\u0448\u0438\u0431\u043A\u0443, \u0442\u0435\u043A\u0443\u0449\u0430\u044F \u0447\u0430\u0441\u0442\u043E\u0442\u0430 \u0437\u0430\u043F\u0440\u043E\u0441\u043E\u0432 \u043D\u0430 \u043F\u0435\u0440\u0435\u0432\u043E\u0434 \u0434\u043E\u0441\u0442\u0438\u0433\u043B\u0430 \u043F\u0440\u0435\u0434\u0435\u043B\u0430 \u0432 3 \u0440\u0430\u0437\u0430 \u0432 \u043C\u0438\u043D\u0443\u0442\u0443, \u043F\u043E\u0436\u0430\u043B\u0443\u0439\u0441\u0442\u0430, \u043F\u043E\u043F\u0440\u043E\u0431\u0443\u0439\u0442\u0435 \u043F\u043E\u0437\u0436\u0435. (\u042D\u0442\u043E \u043E\u0433\u0440\u0430\u043D\u0438\u0447\u0435\u043D\u0438\u0435 OpenAI \u0434\u043B\u044F \u0431\u0435\u0441\u043F\u043B\u0430\u0442\u043D\u043E\u0433\u043E API Key, \u0447\u0442\u043E\u0431\u044B \u0441\u043D\u044F\u0442\u044C \u044D\u0442\u043E \u043E\u0433\u0440\u0430\u043D\u0438\u0447\u0435\u043D\u0438\u0435, \u043F\u043E\u0436\u0430\u043B\u0443\u0439\u0441\u0442\u0430, \u043F\u0440\u0438\u0432\u044F\u0436\u0438\u0442\u0435 \u043A\u0440\u0435\u0434\u0438\u0442\u043D\u0443\u044E \u043A\u0430\u0440\u0442\u0443 \u0432 \u0431\u044D\u043A\u0435\u043D\u0434\u0435 OpenAI.)","error.serveUnavailable":"\u0412 \u043D\u0430\u0441\u0442\u043E\u044F\u0449\u0435\u0435 \u0432\u0440\u0435\u043C\u044F \u0443\u0441\u043B\u0443\u0433\u0430 [{serverName}], \u043A\u043E\u0442\u043E\u0440\u0443\u044E \u0432\u044B \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u0443\u0435\u0442\u0435, \u0432\u0440\u0435\u043C\u0435\u043D\u043D\u043E \u043D\u0435\u0434\u043E\u0441\u0442\u0443\u043F\u043D\u0430 \u0438\u0437-\u0437\u0430 \u043F\u0440\u043E\u0431\u043B\u0435\u043C \u0441 \u043F\u043E\u0434\u043A\u043B\u044E\u0447\u0435\u043D\u0438\u0435\u043C \u043A \u0441\u0435\u0442\u0438 \u0438\u043B\u0438 \u043F\u043E\u0441\u0442\u0430\u0432\u0449\u0438\u043A\u043E\u043C \u0443\u0441\u043B\u0443\u0433. \u0420\u0435\u043A\u043E\u043C\u0435\u043D\u0434\u0443\u0435\u043C \u0432\u0430\u043C \u043F\u043E\u043F\u0440\u043E\u0431\u043E\u0432\u0430\u0442\u044C \u043E\u0431\u043D\u043E\u0432\u0438\u0442\u044C \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u0443 \u0438\u043B\u0438 \u0438\u0437\u043C\u0435\u043D\u0438\u0442\u044C \u0434\u0440\u0443\u0433\u043E\u0439 \u0441\u0435\u0440\u0432\u0438\u0441 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430 \u0447\u0435\u0440\u0435\u0437 <1>\u043D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0438. \u0415\u0441\u043B\u0438 \u0432\u044B <2>Pro-\u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u0435\u043B\u044C, \u0432\u044B \u043C\u043E\u0436\u0435\u0442\u0435 \u0432\u044B\u0431\u0440\u0430\u0442\u044C \u0431\u043E\u043B\u0435\u0435 \u0441\u0442\u0430\u0431\u0438\u043B\u044C\u043D\u044B\u0435 \u0441\u0435\u0440\u0432\u0438\u0441\u044B \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430 DeepL \u0438\u043B\u0438 OpenAI (<3>\u043D\u0430\u0436\u043C\u0438\u0442\u0435 \u0437\u0434\u0435\u0441\u044C, \u0447\u0442\u043E\u0431\u044B \u043F\u043E\u043F\u0440\u043E\u0431\u043E\u0432\u0430\u0442\u044C \u0431\u0435\u0441\u043F\u043B\u0430\u0442\u043D\u043E). \u041A\u0440\u043E\u043C\u0435 \u0442\u043E\u0433\u043E, \u0432\u0430\u043C, \u0432\u043E\u0437\u043C\u043E\u0436\u043D\u043E, \u043F\u0440\u0438\u0434\u0435\u0442\u0441\u044F \u043F\u0440\u043E\u0432\u0435\u0440\u0438\u0442\u044C \u043D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0438 \u0432\u0430\u0448\u0435\u0439 \u0441\u0435\u0442\u0438 \u0438\u043B\u0438 \u043F\u0440\u043E\u043A\u0441\u0438.",pickAll:"\u0412\u044B\u0431\u0440\u0430\u0442\u044C \u0432\u0441\u0435","tagsInput.add":"+ \u0414\u043E\u0431\u0430\u0432\u0438\u0442\u044C",loggedIn:"\u0412\u0445\u043E\u0434 \u0432\u044B\u043F\u043E\u043B\u043D\u0435\u043D","widget.translateFile":"PDF/ePub","translationServices.gemini":"\u0411\u043B\u0438\u0437\u043D\u0435\u0446\u044B",notLogin:"\u041D\u0435 \u0432\u043E\u0448\u0435\u043B \u0432 \u0441\u0438\u0441\u0442\u0435\u043C\u0443","multipleClick.2":"\u0434\u0432\u043E\u0439\u043D\u043E\u0439 \u043A\u043B\u0438\u043A",goLogin:"\u0432\u043E\u0439\u0442\u0438 \u0432 \u0441\u0438\u0441\u0442\u0435\u043C\u0443","multipleClick.3":"\u0442\u0440\u043E\u0439\u043D\u043E\u0439 \u0443\u0434\u0430\u0440","error.subscriptionExpiredTitle":"\u0427\u043B\u0435\u043D\u0441\u0442\u0432\u043E \u0438\u0441\u0442\u0435\u043A\u043B\u043E",shortcutSettings:"\u0413\u043E\u0440\u044F\u0447\u0438\u0435 \u043A\u043B\u0430\u0432\u0438\u0448\u0438","widget.instruction":"\u0418\u043D\u0441\u0442\u0440\u0443\u043A\u0446\u0438\u044F \u043F\u043E \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u043D\u0438\u044E",contact:"\u0421\u0432\u044F\u0436\u0438\u0442\u0435\u0441\u044C \u0441 \u043D\u0430\u043C\u0438","widget.videoSubtitle":"\u0432\u0438\u0434\u0435\u043E \u0441\u0443\u0431\u0442\u0438\u0442\u0440\u044B","error.retry":"\u041F\u043E\u0432\u0442\u043E\u0440\u0438\u0442\u044C \u043F\u043E\u043F\u044B\u0442\u043A\u0443","widget.instructionTooltip":"\u041F\u0440\u043E\u0441\u043C\u043E\u0442\u0440 \u0438\u043D\u0441\u0442\u0440\u0443\u043A\u0446\u0438\u0439 \u043F\u043E \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u043D\u0438\u044E","subtitle.bilingual":"\u0434\u0432\u0443\u044F\u0437\u044B\u0447\u043D\u044B\u0435 \u0441\u0443\u0431\u0442\u0438\u0442\u0440\u044B","error.reason":"\u043F\u0440\u0438\u0447\u0438\u043D\u0430 \u043E\u0448\u0438\u0431\u043A\u0438",alwaysTranslateThisSite:"\u0412\u0441\u0435\u0433\u0434\u0430 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0438\u0442\u0435 \u044D\u0442\u043E\u0442 \u0441\u0430\u0439\u0442",touchShortcutsOff:"\u0437\u0430\u043A\u0440\u044B\u0442\u044C",neverTranslateThisSite:"\u041D\u0438\u043A\u043E\u0433\u0434\u0430 \u043D\u0435 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0438\u0442\u0435 \u044D\u0442\u043E\u0442 \u0441\u0430\u0439\u0442",buildSnapshots:"\u0421\u043E\u0437\u0434\u0430\u043D\u0438\u0435 \u0441\u043D\u0438\u043C\u043A\u0430 \u0432\u0435\u0431-\u0441\u0442\u0440\u0430\u043D\u0438\u0446\u044B","slide.left":"\u041F\u0440\u043E\u0432\u0435\u0434\u0438\u0442\u0435 \u0432\u043F\u0440\u0430\u0432\u043E","shortcutGroup.others":"\u0411\u043E\u043B\u044C\u0448\u0435 \u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u0435\u043B\u044C\u0441\u043A\u0438\u0445 \u0444\u0443\u043D\u043A\u0446\u0438\u0439 \u0433\u043E\u0440\u044F\u0447\u0438\u0445 \u043A\u043B\u0430\u0432\u0438\u0448",temprarilyChangeTranslationTo_openai:"\u0418\u0441\u043F\u043E\u043B\u044C\u0437\u0443\u0435\u0442\u0441\u044F OpenAI \u0434\u043B\u044F \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430 \u0442\u0435\u043A\u0443\u0449\u0435\u0439 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u044B","intro.hoverTitle":"\u041D\u0430\u0432\u0435\u0434\u0438\u0442\u0435 \u043A\u0443\u0440\u0441\u043E\u0440, \u0447\u0442\u043E\u0431\u044B \u043F\u0435\u0440\u0435\u0432\u0435\u0441\u0442\u0438 \u0442\u0435\u043A\u0443\u0449\u0438\u0439 \u0430\u0431\u0437\u0430\u0446","browser.translateWithDeepL":"\u0412\u0440\u0435\u043C\u0435\u043D\u043D\u043E \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u0443\u0439\u0442\u0435 DeepL \u0434\u043B\u044F \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430 \u0442\u0435\u043A\u0443\u0449\u0435\u0439 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u044B","slide.right":"\u0421\u0432\u0430\u0439\u043F \u0432\u043B\u0435\u0432\u043E",translationOnlyMode:"\u0422\u043E\u043B\u044C\u043A\u043E \u0440\u0435\u0436\u0438\u043C \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430",notLoginPro:"\u0412\u044B \u0435\u0449\u0435 \u043D\u0435 \u0432\u043E\u0448\u043B\u0438 \u0432 \u0441\u0432\u043E\u0439 \u0430\u043A\u043A\u0430\u0443\u043D\u0442",mouseHoverCustomKeyTitle:"\u041D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0430 \u0433\u043E\u0440\u044F\u0447\u0438\u0445 \u043A\u043B\u0430\u0432\u0438\u0448 \u043F\u0440\u0438 \u043D\u0430\u0432\u0435\u0434\u0435\u043D\u0438\u0438 \u043C\u044B\u0448\u0438","shortcutGroup.mouse":"\u041D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0430 \u0433\u043E\u0440\u044F\u0447\u0438\u0445 \u043A\u043B\u0430\u0432\u0438\u0448 \u043F\u0440\u0438 \u043D\u0430\u0432\u0435\u0434\u0435\u043D\u0438\u0438 \u043C\u044B\u0448\u0438",temprarilyChangeTranslationTo_deepl:"\u0418\u0441\u043F\u043E\u043B\u044C\u0437\u0443\u0435\u0442\u0441\u044F \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0447\u0438\u043A DeepL \u0434\u043B\u044F \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430 \u0442\u0435\u043A\u0443\u0449\u0435\u0439 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u044B.","browser.translateWithGoogle":"\u0412\u0440\u0435\u043C\u0435\u043D\u043D\u043E\u0435 \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u043D\u0438\u0435 Google Translate \u0434\u043B\u044F \u0442\u0435\u043A\u0443\u0449\u0435\u0439 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u044B","shortcutGroup.touch":"\u0421\u043F\u0435\u0446\u0438\u0430\u043B\u044C\u043D\u044B\u0435 \u0436\u0435\u0441\u0442\u044B \u0434\u043B\u044F \u0441\u0435\u043D\u0441\u043E\u0440\u043D\u043E\u0433\u043E \u044D\u043A\u0440\u0430\u043D\u0430","browser.translateInputBox":"\u041F\u0435\u0440\u0435\u0432\u0435\u0441\u0442\u0438 \u0442\u0435\u043A\u0443\u0449\u0435\u0435 \u0441\u043E\u0434\u0435\u0440\u0436\u0438\u043C\u043E\u0435 \u0432\u0432\u043E\u0434\u0430","widget.videoSubtitleTooltip":"\u041F\u043E\u0434\u0434\u0435\u0440\u0436\u043A\u0430 Youtube \u0438 \u0434\u0440\u0443\u0433\u0438\u0445 {count}+ \u0432\u0438\u0434\u0435\u043E-\u0441\u0430\u0439\u0442\u043E\u0432","browser.translateWithGemini":"\u0412\u0440\u0435\u043C\u0435\u043D\u043D\u043E \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u0443\u0439\u0442\u0435 Gemini \u0434\u043B\u044F \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430 \u0442\u0435\u043A\u0443\u0449\u0435\u0439 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u044B","subtitle.hideQuickButton":"\u0411\u043E\u043B\u044C\u0448\u0435 \u043D\u0435 \u043F\u043E\u043A\u0430\u0437\u044B\u0432\u0430\u0442\u044C \u044D\u0442\u043E\u0442 \u044F\u0440\u043B\u044B\u043A","browser.translateWithBing":"\u0412\u0440\u0435\u043C\u0435\u043D\u043D\u043E \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u0443\u0439\u0442\u0435 Microsoft \u0434\u043B\u044F \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430 \u0442\u0435\u043A\u0443\u0449\u0435\u0439 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u044B","browser.translateWithTransmart":"\u0412\u0440\u0435\u043C\u0435\u043D\u043D\u043E \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u0443\u0439\u0442\u0435 Tencent \u0434\u043B\u044F \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430 \u0442\u0435\u043A\u0443\u0449\u0435\u0439 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u044B","multipleClick.4":"\u0447\u0435\u0442\u044B\u0440\u0435\u0445\u043A\u0440\u0430\u0442\u043D\u044B\u0439 \u0443\u0434\u0430\u0440",temprarilyChangeTranslationTo_gemini:"\u0418\u0441\u043F\u043E\u043B\u044C\u0437\u0443\u0435\u0442\u0441\u044F \u043F\u0435\u0440\u0435\u0432\u043E\u0434 \u0442\u0435\u043A\u0443\u0449\u0435\u0439 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u044B \u0441 \u043F\u043E\u043C\u043E\u0449\u044C\u044E Gemini","floatBall.longPress":"\u0423\u0434\u0435\u0440\u0436\u0438\u0432\u0430\u0439\u0442\u0435 \u043A\u043D\u043E\u043F\u043A\u0443, \u0447\u0442\u043E\u0431\u044B \u0431\u044B\u0441\u0442\u0440\u043E \u043E\u0442\u043A\u0440\u044B\u0442\u044C \u043F\u0430\u043D\u0435\u043B\u044C \u043D\u0430\u0441\u0442\u0440\u043E\u0435\u043A.",shortcutSettingsTitle:"\u041D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0430 \u0433\u043E\u0440\u044F\u0447\u0438\u0445 \u043A\u043B\u0430\u0432\u0438\u0448",networkError:"\u041F\u0440\u043E\u0431\u043B\u0435\u043C\u044B \u0441 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0447\u0435\u0441\u043A\u0438\u043C \u0441\u0435\u0440\u0432\u0438\u0441\u043E\u043C \u0438\u043B\u0438 \u0441\u0435\u0442\u044C\u044E","intro.floatBallTitle":"\u0411\u044B\u0441\u0442\u0440\u044B\u0439 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0447\u0438\u043A \u0432\u0441\u043F\u043B\u044B\u0432\u0430\u044E\u0449\u0435\u0433\u043E \u0448\u0430\u0440\u0430",temprarilyChangeTranslationTo_transmart:"\u0418\u0441\u043F\u043E\u043B\u044C\u0437\u0443\u0435\u0442\u0441\u044F \u043F\u0435\u0440\u0435\u0432\u043E\u0434 \u0442\u0435\u043A\u0443\u0449\u0435\u0439 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u044B \u0447\u0435\u0440\u0435\u0437 Tencent.","subtitle.autoDisableSubtitle":"\u041D\u0435 \u0430\u0432\u0442\u043E\u043C\u0430\u0442\u0438\u0447\u0435\u0441\u043A\u0438 \u0432\u043A\u043B\u044E\u0447\u0430\u0442\u044C \u0434\u0432\u0443\u044F\u0437\u044B\u0447\u043D\u044B\u0435 \u0441\u0443\u0431\u0442\u0438\u0442\u0440\u044B","browser.translateWithOpenAI":"\u0412\u0440\u0435\u043C\u0435\u043D\u043D\u043E \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u0443\u0439\u0442\u0435 OpenAI \u0434\u043B\u044F \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430 \u0442\u0435\u043A\u0443\u0449\u0435\u0439 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u044B","shortcutGroup.shortcutsForTranslationServices":"\u0421\u043E\u0447\u0435\u0442\u0430\u043D\u0438\u044F \u043A\u043B\u0430\u0432\u0438\u0448, \u0441\u0432\u044F\u0437\u0430\u043D\u043D\u044B\u0435 \u0441 \u0443\u0441\u043B\u0443\u0433\u0430\u043C\u0438 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430",temprarilyChangeTranslationTo_google:"\u0418\u0441\u043F\u043E\u043B\u044C\u0437\u0443\u0435\u0442\u0441\u044F Google Translate \u0434\u043B\u044F \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430 \u0442\u0435\u043A\u0443\u0449\u0435\u0439 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u044B.",paragraphMinTextCountField:"\u041C\u0438\u043D\u0438\u043C\u0430\u043B\u044C\u043D\u043E\u0435 \u043A\u043E\u043B\u0438\u0447\u0435\u0441\u0442\u0432\u043E \u0441\u0438\u043C\u0432\u043E\u043B\u043E\u0432, \u043D\u0435\u043E\u0431\u0445\u043E\u0434\u0438\u043C\u044B\u0445 \u0434\u043B\u044F \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430 \u0430\u0431\u0437\u0430\u0446\u0430",temprarilyChangeTranslationTo_bing:"\u0418\u0441\u043F\u043E\u043B\u044C\u0437\u0443\u0435\u0442\u0441\u044F Microsoft \u0434\u043B\u044F \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430 \u0442\u0435\u043A\u0443\u0449\u0435\u0439 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u044B",upgradeToProErrorTitle:"\u041F\u043E\u0436\u0430\u043B\u0443\u0439\u0441\u0442\u0430, \u043E\u0431\u043D\u043E\u0432\u0438\u0442\u0435 \u0434\u043E Pro-\u0447\u043B\u0435\u043D\u0441\u0442\u0432\u0430, \u0447\u0442\u043E\u0431\u044B \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u044C \u044D\u0442\u0443 \u0443\u0441\u043B\u0443\u0433\u0443 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430.","floatBall.guideClickToTranslate":`\u041D\u0430\u0436\u043C\u0438\u0442\u0435 \u043D\u0430 \u043F\u043B\u0430\u0432\u0430\u044E\u0449\u0438\u0439 \u0448\u0430\u0440 \u0434\u043B\u044F \u043F\u043E\u0433\u0440\u0443\u0436\u0435\u043D\u0438\u044F \u0432 \u043F\u0435\u0440\u0435\u0432\u043E\u0434, \u0447\u0442\u043E\u0431\u044B \u0431\u044B\u0441\u0442\u0440\u043E \u043F\u0435\u0440\u0435\u0432\u0435\u0441\u0442\u0438`,"floatBall.iKnow":"\u042F \u0437\u043D\u0430\u044E.","shortcutGroup.main":"\u041E\u0431\u044B\u0447\u043D\u044B\u0435 \u0433\u043E\u0440\u044F\u0447\u0438\u0435 \u043A\u043B\u0430\u0432\u0438\u0448\u0438 \u0444\u0443\u043D\u043A\u0446\u0438\u0439","widget.translateFileTooltip":"\u041F\u0435\u0440\u0435\u0432\u043E\u0434\u0438\u0442\u0435 \u0434\u043E\u043A\u0443\u043C\u0435\u043D\u0442\u044B PDF, EPUB, SRT, ASS, HTML \u0438 TXT","neverTranslateText.title":"\u041F\u043E\u0436\u0430\u043B\u0443\u0439\u0441\u0442\u0430, \u043F\u0435\u0440\u0435\u0432\u0435\u0434\u0438\u0442\u0435 \u0441\u043B\u0435\u0434\u0443\u044E\u0449\u0438\u0435 \u0441\u043B\u043E\u0432\u0430 \u043D\u0430 \u0440\u0443\u0441\u0441\u043A\u0438\u0439 \u044F\u0437\u044B\u043A, \u043D\u0435 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u044F \u0438\u0445.","subtitle.showQuickButton":"\u041D\u0430 \u043F\u043B\u0435\u0435\u0440\u0435 \u043E\u0442\u043E\u0431\u0440\u0430\u0436\u0430\u0435\u0442\u0441\u044F \u044F\u0440\u043B\u044B\u043A \u0434\u043B\u044F \u0434\u0432\u0443\u044F\u0437\u044B\u0447\u043D\u044B\u0445 \u0441\u0443\u0431\u0442\u0438\u0442\u0440\u043E\u0432","description.baiduField":"\u041F\u043E\u0434\u0434\u0435\u0440\u0436\u0438\u0432\u0430\u0435\u043C\u044B\u0435 \u043E\u0431\u043B\u0430\u0441\u0442\u0438 \u0441\u043C\u043E\u0442\u0440\u0438\u0442\u0435 <1>\u0437\u0434\u0435\u0441\u044C, \u0435\u0441\u043B\u0438 \u043F\u0443\u0441\u0442\u043E, \u0437\u043D\u0430\u0447\u0438\u0442 \u043E\u0431\u043B\u0430\u0441\u0442\u044C \u043D\u0435 \u0443\u043A\u0430\u0437\u0430\u043D\u0430.","desc.interfaceLanguage":"\u041D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0430 \u044F\u0437\u044B\u043A\u0430 \u0438\u043D\u0442\u0435\u0440\u0444\u0435\u0439\u0441\u0430 \u0432\u043B\u0438\u044F\u0435\u0442 \u043D\u0430 \u044F\u0437\u044B\u043A \u043E\u0442\u043E\u0431\u0440\u0430\u0436\u0435\u043D\u0438\u044F \u043F\u0430\u043D\u0435\u043B\u0438 \u0443\u043F\u0440\u0430\u0432\u043B\u0435\u043D\u0438\u044F \u0438 \u043D\u0435 \u0441\u0432\u044F\u0437\u0430\u043D\u0430 \u0441 \u0446\u0435\u043B\u0435\u0432\u044B\u043C \u044F\u0437\u044B\u043A\u043E\u043C \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430.",touchShortcutsToggleTranslatePage:"\u041D\u0430\u0441\u0442\u0440\u043E\u0439\u0442\u0435 \u0436\u0435\u0441\u0442\u044B \u0441\u0435\u043D\u0441\u043E\u0440\u043D\u043E\u0433\u043E \u044D\u043A\u0440\u0430\u043D\u0430 \u0434\u043B\u044F \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430 \u0432\u0435\u0431-\u0441\u0442\u0440\u0430\u043D\u0438\u0446/\u043E\u0442\u043E\u0431\u0440\u0430\u0436\u0435\u043D\u0438\u044F \u0438\u0441\u0445\u043E\u0434\u043D\u043E\u0433\u043E \u0442\u0435\u043A\u0441\u0442\u0430","browser.toggleVideoSubtitlePreTranslation":"\u041F\u0435\u0440\u0435\u043A\u043B\u044E\u0447\u0438\u0442\u0435 \u0434\u0432\u0443\u044F\u0437\u044B\u0447\u043D\u044B\u0435 \u0441\u0443\u0431\u0442\u0438\u0442\u0440\u044B \u0434\u043B\u044F \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u043D\u0438\u044F \u043D\u0430\u0441\u0442\u0440\u043E\u0435\u043A \u043F\u043E\u0433\u0440\u0443\u0436\u0435\u043D\u0438\u044F \u0432 \u043F\u0435\u0440\u0435\u0432\u043E\u0434.",touchShortcutsToggleTranslateTouchElement:"\u041D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0430 \u0436\u0435\u0441\u0442\u043E\u0432 \u0441\u0435\u043D\u0441\u043E\u0440\u043D\u043E\u0433\u043E \u044D\u043A\u0440\u0430\u043D\u0430 \u0434\u043B\u044F \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430 \u0443\u043A\u0430\u0437\u0430\u043D\u043D\u043E\u0433\u043E \u0430\u0431\u0437\u0430\u0446\u0430","intro.subtitleTitle":"\u041E\u0442\u043E\u0431\u0440\u0430\u0436\u0435\u043D\u0438\u0435 \u0434\u0432\u0443\u044F\u0437\u044B\u0447\u043D\u044B\u0445 \u0441\u0443\u0431\u0442\u0438\u0442\u0440\u043E\u0432 \u0432 \u043E\u043D\u043B\u0430\u0439\u043D-\u0432\u0438\u0434\u0435\u043E","desc.touchShortcutsToggleTranslateTouchElement":"\u041D\u0430\u0441\u0442\u0440\u043E\u0439\u0442\u0435 \u0436\u0435\u0441\u0442, \u0438 \u0432\u044B \u0441\u043C\u043E\u0436\u0435\u0442\u0435 \u043F\u0435\u0440\u0435\u0432\u0435\u0441\u0442\u0438 \u043B\u044E\u0431\u043E\u0439 \u0430\u0431\u0437\u0430\u0446, \u0433\u0434\u0435 \u0431\u044B \u0432\u044B \u043D\u0438 \u043D\u0430\u0445\u043E\u0434\u0438\u043B\u0438\u0441\u044C.","browser.toggleMouseHoverTranslateDirectly":"\u041D\u0430 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u0435 \u0432\u0440\u0435\u043C\u0435\u043D\u043D\u043E \u0432\u043A\u043B\u044E\u0447\u0438\u0442\u0435 \u0438\u043B\u0438 \u043E\u0442\u043A\u043B\u044E\u0447\u0438\u0442\u0435 \u043F\u0440\u044F\u043C\u043E\u0439 \u043F\u0435\u0440\u0435\u0432\u043E\u0434 \u043F\u0440\u0438 \u043D\u0430\u0432\u0435\u0434\u0435\u043D\u0438\u0438 \u043C\u044B\u0448\u0438",paragraphMinTextCountDesc:"\u041E\u0431\u0440\u0430\u0442\u0438\u0442\u0435 \u0432\u043D\u0438\u043C\u0430\u043D\u0438\u0435, \u0437\u0434\u0435\u0441\u044C \u0440\u0435\u0447\u044C \u0438\u0434\u0435\u0442 \u043E \u0434\u043B\u0438\u043D\u0435 \u0441\u0438\u043C\u0432\u043E\u043B\u043E\u0432, \u043D\u0430\u043F\u0440\u0438\u043C\u0435\u0440: hello \u0441\u043E\u0441\u0442\u043E\u0438\u0442 \u0438\u0437 5 \u0441\u0438\u043C\u0432\u043E\u043B\u043E\u0432, \u0443\u0441\u0442\u0430\u043D\u043E\u0432\u043A\u0430 \u0431\u043E\u043B\u044C\u0448\u0435\u0433\u043E \u0437\u043D\u0430\u0447\u0435\u043D\u0438\u044F \u043C\u043E\u0436\u0435\u0442 \u0443\u043C\u0435\u043D\u044C\u0448\u0438\u0442\u044C \u043D\u0435\u043D\u0443\u0436\u043D\u044B\u0439 \u043F\u0435\u0440\u0435\u0432\u043E\u0434 \u043C\u0430\u043B\u0435\u043D\u044C\u043A\u0438\u0445 \u0430\u0431\u0437\u0430\u0446\u0435\u0432.",confirmResetToDefaultSettings:"\u0412\u044B \u0443\u0432\u0435\u0440\u0435\u043D\u044B, \u0447\u0442\u043E \u0445\u043E\u0442\u0438\u0442\u0435 \u0432\u043E\u0441\u0441\u0442\u0430\u043D\u043E\u0432\u0438\u0442\u044C \u044D\u0442\u043E\u0442 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0447\u0435\u0441\u043A\u0438\u0439 \u0441\u0435\u0440\u0432\u0438\u0441 \u0434\u043E \u043D\u0430\u0441\u0442\u0440\u043E\u0435\u043A \u043F\u043E \u0443\u043C\u043E\u043B\u0447\u0430\u043D\u0438\u044E? (\u0421\u0431\u0440\u043E\u0441 \u043D\u0430\u0441\u0442\u0440\u043E\u0435\u043A \u0442\u043E\u043B\u044C\u043A\u043E \u0434\u043B\u044F \u0442\u0435\u043A\u0443\u0449\u0435\u0433\u043E \u0441\u0435\u0440\u0432\u0438\u0441\u0430 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430)",touchShortcutsToggleTranslationMask:"\u041D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0430 \u043E\u0442\u043E\u0431\u0440\u0430\u0436\u0435\u043D\u0438\u044F \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430/\u043E\u0440\u0438\u0433\u0438\u043D\u0430\u043B\u044C\u043D\u043E\u0433\u043E \u0442\u0435\u043A\u0441\u0442\u0430 \u0441 \u043F\u043E\u043C\u043E\u0449\u044C\u044E \u0436\u0435\u0441\u0442\u043E\u0432 \u043D\u0430 \u0441\u0435\u043D\u0441\u043E\u0440\u043D\u043E\u043C \u044D\u043A\u0440\u0430\u043D\u0435",shortcutDisableTooltip:"\u041F\u043E\u0436\u0430\u043B\u0443\u0439\u0441\u0442\u0430, \u043D\u0430\u0441\u0442\u0440\u043E\u0439\u0442\u0435 \u043D\u0430 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u0435 \u0443\u043F\u0440\u0430\u0432\u043B\u0435\u043D\u0438\u044F \u0431\u044B\u0441\u0442\u0440\u044B\u043C\u0438 \u043A\u043B\u0430\u0432\u0438\u0448\u0430\u043C\u0438 \u0440\u0430\u0441\u0448\u0438\u0440\u0435\u043D\u0438\u044F \u0431\u0440\u0430\u0443\u0437\u0435\u0440\u0430, \u0434\u043B\u044F \u043F\u043E\u043B\u0443\u0447\u0435\u043D\u0438\u044F \u0434\u043E\u043F\u043E\u043B\u043D\u0438\u0442\u0435\u043B\u044C\u043D\u044B\u0445 \u0440\u0443\u043A\u043E\u0432\u043E\u0434\u0441\u0442\u0432 \u0441\u043C\u043E\u0442\u0440\u0438\u0442\u0435 \u0438\u043D\u0441\u0442\u0440\u0443\u043A\u0446\u0438\u0438 \u0432 \u0432\u0435\u0440\u0445\u043D\u0435\u0439 \u0447\u0430\u0441\u0442\u0438 \u044D\u0442\u043E\u0439 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u044B.",mouseHoverCustomKeyDescription:"\u0412\u044B \u043C\u043E\u0436\u0435\u0442\u0435 \u043D\u0430\u0441\u0442\u0440\u043E\u0438\u0442\u044C \u0441\u043E\u0447\u0435\u0442\u0430\u043D\u0438\u0435 \u043A\u043B\u0430\u0432\u0438\u0448 \u0434\u043B\u044F \u043D\u0430\u0432\u0435\u0434\u0435\u043D\u0438\u044F \u043C\u044B\u0448\u0438, \u043D\u0430\u043F\u0440\u0438\u043C\u0435\u0440: Alt+Z, Ctrl+E, Cmd+Alt+E \u0438\u043B\u0438 \u043F\u0440\u043E\u0441\u0442\u043E Cmd, \u043F\u043E\u0436\u0430\u043B\u0443\u0439\u0441\u0442\u0430, \u0432\u0432\u0435\u0434\u0438\u0442\u0435 \u0432\u0440\u0443\u0447\u043D\u0443\u044E.","desc.mouseHoverHoldKey":"\u041F\u0440\u0438 \u043D\u0430\u0432\u0435\u0434\u0435\u043D\u0438\u0438 \u043C\u044B\u0448\u0438 \u043D\u0430 \u0430\u0431\u0437\u0430\u0446, \u043E\u0434\u043D\u043E\u0432\u0440\u0435\u043C\u0435\u043D\u043D\u043E \u043D\u0430\u0436\u043C\u0438\u0442\u0435 \u043F\u0440\u0430\u0432\u0443\u044E \u0433\u043E\u0440\u044F\u0447\u0443\u044E \u043A\u043B\u0430\u0432\u0438\u0448\u0443, \u0447\u0442\u043E\u0431\u044B \u043D\u0435\u043F\u043E\u0441\u0440\u0435\u0434\u0441\u0442\u0432\u0435\u043D\u043D\u043E \u043F\u0435\u0440\u0435\u0432\u0435\u0441\u0442\u0438 \u044D\u0442\u043E\u0442 \u0430\u0431\u0437\u0430\u0446.","error.subscriptionExpired":"\u0412\u0430\u0448\u0430 \u043F\u043E\u0434\u043F\u0438\u0441\u043A\u0430, \u0432\u043E\u0437\u043C\u043E\u0436\u043D\u043E, \u0438\u0441\u0442\u0435\u043A\u043B\u0430, \u043F\u043E\u0436\u0430\u043B\u0443\u0439\u0441\u0442\u0430, \u043F\u0440\u043E\u0432\u0435\u0440\u044C\u0442\u0435 \u0441\u0442\u0430\u0442\u0443\u0441 \u0432\u0430\u0448\u0435\u0439 \u043F\u043E\u0434\u043F\u0438\u0441\u043A\u0438.","desc.touchShortcutsToggleTranslatePage":"\u041F\u043E\u0441\u043B\u0435 \u043D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0438, \u043F\u0440\u0438 \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u043D\u0438\u0438 \u043C\u043E\u0431\u0438\u043B\u044C\u043D\u043E\u0433\u043E \u0443\u0441\u0442\u0440\u043E\u0439\u0441\u0442\u0432\u0430, \u043C\u043E\u0436\u043D\u043E \u043E\u0434\u043D\u043E\u0432\u0440\u0435\u043C\u0435\u043D\u043D\u043E \u043A\u0430\u0441\u0430\u0442\u044C\u0441\u044F \u044D\u043A\u0440\u0430\u043D\u0430 X \u043F\u0430\u043B\u044C\u0446\u0430\u043C\u0438, \u043F\u0440\u043E\u0432\u043E\u0434\u0438\u0442\u044C \u043F\u043E \u043D\u0435\u043C\u0443 \u0432\u043B\u0435\u0432\u043E \u0438 \u0432\u043F\u0440\u0430\u0432\u043E \u0438\u043B\u0438 \u043D\u0435\u043F\u0440\u0435\u0440\u044B\u0432\u043D\u043E \u043D\u0430\u0436\u0438\u043C\u0430\u0442\u044C, \u0447\u0442\u043E\u0431\u044B \u0430\u043A\u0442\u0438\u0432\u0438\u0440\u043E\u0432\u0430\u0442\u044C \u043F\u0435\u0440\u0435\u0432\u043E\u0434 \u0432\u0435\u0431-\u0441\u0442\u0440\u0430\u043D\u0438\u0446\u044B/\u043F\u043E\u043A\u0430\u0437\u0430\u0442\u044C \u0438\u0441\u0445\u043E\u0434\u043D\u044B\u0439 \u0442\u0435\u043A\u0441\u0442.","contact.description":"\u0415\u0441\u043B\u0438 \u0443 \u0432\u0430\u0441 \u0435\u0441\u0442\u044C \u043A\u0430\u043A\u0438\u0435-\u043B\u0438\u0431\u043E \u0432\u043E\u043F\u0440\u043E\u0441\u044B \u0438\u043B\u0438 \u043F\u0440\u0435\u0434\u043B\u043E\u0436\u0435\u043D\u0438\u044F, \u043F\u043E\u0436\u0430\u043B\u0443\u0439\u0441\u0442\u0430, \u0437\u0430\u043F\u043E\u043B\u043D\u0438\u0442\u0435 \u0444\u043E\u0440\u043C\u0443 \u043D\u0438\u0436\u0435, \u0447\u0442\u043E\u0431\u044B \u0441\u0432\u044F\u0437\u0430\u0442\u044C\u0441\u044F \u0441 \u043D\u0430\u043C\u0438, \u0438\u043B\u0438 \u043E\u0442\u043F\u0440\u0430\u0432\u044C\u0442\u0435 \u044D\u043B\u0435\u043A\u0442\u0440\u043E\u043D\u043D\u043E\u0435 \u043F\u0438\u0441\u044C\u043C\u043E \u043D\u0430 {email}, \u0438 \u043C\u044B \u043E\u0442\u0432\u0435\u0442\u0438\u043C \u0432\u0430\u043C \u043A\u0430\u043A \u043C\u043E\u0436\u043D\u043E \u0441\u043A\u043E\u0440\u0435\u0435.","desc.toggleTranslateTheWholePage":"\u041F\u0435\u0440\u0435\u0432\u043E\u0434\u0438\u0442\u0435 \u0432\u0441\u0435 \u043E\u0431\u043B\u0430\u0441\u0442\u0438 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u044B, \u043F\u043E \u0443\u043C\u043E\u043B\u0447\u0430\u043D\u0438\u044E \u043C\u044B \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0438\u043C \u043E\u0441\u043D\u043E\u0432\u043D\u044B\u0435 \u043E\u0431\u043B\u0430\u0441\u0442\u0438 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u044B, \u0432\u044B \u043C\u043E\u0436\u0435\u0442\u0435 \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u044C \u044D\u0442\u043E\u0442 \u0433\u043E\u0440\u044F\u0447\u0438\u0439 \u043A\u043B\u0430\u0432\u0438\u0448 \u0434\u043B\u044F \u0441\u043F\u0435\u0446\u0438\u0430\u043B\u044C\u043D\u043E\u0433\u043E \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430 \u0432\u0441\u0435\u0445 \u043E\u0431\u043B\u0430\u0441\u0442\u0435\u0439 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u044B.",translationOnlyModeDescription:'\u0420\u0435\u0436\u0438\u043C "\u0422\u043E\u043B\u044C\u043A\u043E \u043F\u0435\u0440\u0435\u0432\u043E\u0434" \u043E\u0437\u043D\u0430\u0447\u0430\u0435\u0442, \u0447\u0442\u043E \u043E\u0442\u043E\u0431\u0440\u0430\u0436\u0430\u0435\u0442\u0441\u044F \u0442\u043E\u043B\u044C\u043A\u043E \u043F\u0435\u0440\u0435\u0432\u043E\u0434, \u0430 \u043D\u0435 \u0441\u0442\u0430\u043D\u0434\u0430\u0440\u0442\u043D\u044B\u0439 \u0434\u0432\u0443\u044F\u0437\u044B\u0447\u043D\u044B\u0439 \u0440\u0435\u0436\u0438\u043C. \u041E\u0431\u0440\u0430\u0442\u0438\u0442\u0435 \u0432\u043D\u0438\u043C\u0430\u043D\u0438\u0435: \u0438\u0437-\u0437\u0430 \u0442\u0435\u0445\u043D\u0438\u0447\u0435\u0441\u043A\u0438\u0445 \u043E\u0433\u0440\u0430\u043D\u0438\u0447\u0435\u043D\u0438\u0439, \u0433\u0438\u043F\u0435\u0440\u0441\u0441\u044B\u043B\u043A\u0438 \u0438\u0441\u0445\u043E\u0434\u043D\u043E\u0433\u043E \u0442\u0435\u043A\u0441\u0442\u0430 \u0431\u0443\u0434\u0443\u0442 \u043D\u0435\u0430\u043A\u0442\u0438\u0432\u043D\u044B \u0432 \u0440\u0435\u0436\u0438\u043C\u0435 "\u0422\u043E\u043B\u044C\u043A\u043E \u043F\u0435\u0440\u0435\u0432\u043E\u0434".',"desc.toggleTranslateTheMainPage":"\u0422\u043E\u043B\u044C\u043A\u043E \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0438\u0442\u0435 \u043E\u0441\u043D\u043E\u0432\u043D\u044B\u0435 \u043E\u0431\u043B\u0430\u0441\u0442\u0438 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u044B, \u043A\u043E\u0433\u0434\u0430 \u0432\u044B \u0432\u043A\u043B\u044E\u0447\u0438\u043B\u0438 \u043F\u0435\u0440\u0435\u0432\u043E\u0434 \u0432\u0441\u0435\u0445 \u043E\u0431\u043B\u0430\u0441\u0442\u0435\u0439 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u044B \u0432 \u0440\u0430\u0441\u0448\u0438\u0440\u0435\u043D\u043D\u044B\u0445 \u043D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0430\u0445, \u0432\u044B \u043C\u043E\u0436\u0435\u0442\u0435 \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u044C \u044D\u0442\u043E\u0442 \u0433\u043E\u0440\u044F\u0447\u0438\u0439 \u043A\u043B\u0430\u0432\u0438\u0448 \u0434\u043B\u044F \u0441\u043F\u0435\u0446\u0438\u0430\u043B\u044C\u043D\u043E\u0433\u043E \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430 \u043E\u0441\u043D\u043E\u0432\u043D\u044B\u0445 \u043E\u0431\u043B\u0430\u0441\u0442\u0435\u0439 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u044B.","intro.floatBallDescription":"\u041F\u043E\u0441\u043B\u0435 \u0430\u043A\u0442\u0438\u0432\u0430\u0446\u0438\u0438 \u043D\u0430 \u043F\u0440\u0430\u0432\u043E\u0439 \u0441\u0442\u043E\u0440\u043E\u043D\u0435 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u044B \u043F\u043E\u044F\u0432\u0438\u0442\u0441\u044F \u043A\u043D\u043E\u043F\u043A\u0430 \u0431\u044B\u0441\u0442\u0440\u043E\u0433\u043E \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430, \u043D\u0430\u0436\u043C\u0438\u0442\u0435 \u043D\u0430 \u043D\u0435\u0435, \u0447\u0442\u043E\u0431\u044B \u043F\u0435\u0440\u0435\u0432\u0435\u0441\u0442\u0438, \u043D\u0430\u0436\u043C\u0438\u0442\u0435 \u0435\u0449\u0435 \u0440\u0430\u0437, \u0447\u0442\u043E\u0431\u044B \u0432\u0435\u0440\u043D\u0443\u0442\u044C\u0441\u044F \u043A \u0438\u0441\u0445\u043E\u0434\u043D\u043E\u043C\u0443 \u0442\u0435\u043A\u0441\u0442\u0443. \u041D\u0430 \u043C\u043E\u0431\u0438\u043B\u044C\u043D\u043E\u043C \u0443\u0441\u0442\u0440\u043E\u0439\u0441\u0442\u0432\u0435, \u0435\u0441\u043B\u0438 \u0432\u044B \u0434\u043E\u043B\u0433\u043E \u043D\u0430\u0436\u0438\u043C\u0430\u0435\u0442\u0435 \u043D\u0430 \u043F\u043B\u0430\u0432\u0430\u044E\u0449\u0438\u0439 \u0448\u0430\u0440, \u0432\u044B \u043C\u043E\u0436\u0435\u0442\u0435 \u043E\u0442\u043A\u0440\u044B\u0442\u044C \u043F\u0430\u043D\u0435\u043B\u044C \u0431\u044B\u0441\u0442\u0440\u044B\u0445 \u043D\u0430\u0441\u0442\u0440\u043E\u0435\u043A.","desc.toggleMouseHoverTranslateDirectly":"\u041F\u043E\u0441\u043B\u0435 \u043D\u0430\u0436\u0430\u0442\u0438\u044F \u044D\u0442\u043E\u0439 \u0433\u043E\u0440\u044F\u0447\u0435\u0439 \u043A\u043B\u0430\u0432\u0438\u0448\u0438, \u043D\u0430 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u0435, \u043A\u0430\u043A \u0442\u043E\u043B\u044C\u043A\u043E \u043C\u044B\u0448\u044C \u0443\u043A\u0430\u0437\u044B\u0432\u0430\u0435\u0442 \u043D\u0430 \u043B\u044E\u0431\u043E\u0439 \u0442\u0435\u043A\u0441\u0442, \u044D\u0442\u043E\u0442 \u0442\u0435\u043A\u0441\u0442 \u0430\u0432\u0442\u043E\u043C\u0430\u0442\u0438\u0447\u0435\u0441\u043A\u0438 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0438\u0442\u0441\u044F. \u041D\u0430\u0436\u043C\u0438\u0442\u0435 \u0433\u043E\u0440\u044F\u0447\u0443\u044E \u043A\u043B\u0430\u0432\u0438\u0448\u0443 \u0435\u0449\u0435 \u0440\u0430\u0437, \u0447\u0442\u043E\u0431\u044B \u043E\u0442\u043A\u043B\u044E\u0447\u0438\u0442\u044C \u044D\u0442\u0443 \u0444\u0443\u043D\u043A\u0446\u0438\u044E \u0430\u0432\u0442\u043E\u043C\u0430\u0442\u0438\u0447\u0435\u0441\u043A\u043E\u0433\u043E \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430.","subtitle.showQuickButtonDescription":"\u0412 \u043F\u0440\u0430\u0432\u043E\u043C \u043D\u0438\u0436\u043D\u0435\u043C \u0443\u0433\u043B\u0443 \u0432\u0438\u0434\u0435\u043E\u043F\u043B\u0435\u0435\u0440\u0430 \u043F\u0440\u0435\u0434\u043E\u0441\u0442\u0430\u0432\u043B\u044F\u0435\u0442\u0441\u044F \u0431\u044B\u0441\u0442\u0440\u044B\u0439 \u0434\u043E\u0441\u0442\u0443\u043F \u043A \u0432\u043A\u043B\u044E\u0447\u0435\u043D\u0438\u044E \u0434\u0432\u0443\u044F\u0437\u044B\u0447\u043D\u044B\u0445 \u0441\u0443\u0431\u0442\u0438\u0442\u0440\u043E\u0432.","neverTranslateText.description":"\u0418\u0437-\u0437\u0430 \u0442\u043E\u0433\u043E, \u0447\u0442\u043E \u043D\u0435\u043A\u043E\u0442\u043E\u0440\u044B\u0435 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0447\u0435\u0441\u043A\u0438\u0435 \u0434\u0432\u0438\u0436\u043A\u0438 \u043D\u0435 \u0438\u0434\u0435\u0430\u043B\u044C\u043D\u043E \u0440\u0430\u0441\u043F\u043E\u0437\u043D\u0430\u044E\u0442 \u0441\u043F\u0435\u0446\u0438\u0430\u043B\u044C\u043D\u044B\u0435 \u0442\u0435\u0440\u043C\u0438\u043D\u044B, \u0432\u044B \u043C\u043E\u0436\u0435\u0442\u0435 \u0434\u043E\u0431\u0430\u0432\u0438\u0442\u044C \u0441\u043B\u043E\u0432\u0430 \u0437\u0434\u0435\u0441\u044C, \u0447\u0442\u043E\u0431\u044B \u0443\u0431\u0435\u0434\u0438\u0442\u044C\u0441\u044F, \u0447\u0442\u043E \u043E\u043D\u0438 \u043D\u0435 \u0431\u0443\u0434\u0443\u0442 \u043F\u0440\u0435\u043E\u0431\u0440\u0430\u0437\u043E\u0432\u0430\u043D\u044B \u0432 \u043F\u0440\u043E\u0446\u0435\u0441\u0441\u0435 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430. \u041E\u0431\u0440\u0430\u0442\u0438\u0442\u0435 \u0432\u043D\u0438\u043C\u0430\u043D\u0438\u0435, \u0447\u0442\u043E \u044D\u0442\u0430 \u0444\u0443\u043D\u043A\u0446\u0438\u044F \u0440\u0430\u0437\u043B\u0438\u0447\u0430\u0435\u0442 \u0440\u0435\u0433\u0438\u0441\u0442\u0440 \u0438 \u043F\u043E\u0434\u0434\u0435\u0440\u0436\u0438\u0432\u0430\u0435\u0442 \u0442\u043E\u043B\u044C\u043A\u043E \u044F\u0437\u044B\u043A\u0438 \u0441\u043E \u0441\u043B\u043E\u0432\u0430\u043C\u0438, \u0440\u0430\u0437\u0434\u0435\u043B\u0435\u043D\u043D\u044B\u043C\u0438 \u043F\u0440\u043E\u0431\u0435\u043B\u0430\u043C\u0438 (\u043D\u0430\u043F\u0440\u0438\u043C\u0435\u0440, \u0430\u043D\u0433\u043B\u0438\u0439\u0441\u043A\u0438\u0439, \u0444\u0440\u0430\u043D\u0446\u0443\u0437\u0441\u043A\u0438\u0439), \u0438 \u043D\u0435 \u043F\u043E\u0434\u0445\u043E\u0434\u0438\u0442 \u0434\u043B\u044F \u044F\u0437\u044B\u043A\u043E\u0432, \u0442\u0430\u043A\u0438\u0445 \u043A\u0430\u043A \u044F\u043F\u043E\u043D\u0441\u043A\u0438\u0439, \u043A\u043E\u0440\u0435\u0439\u0441\u043A\u0438\u0439 \u0438 \u0442.\u0434.","intro.subtitleDescription":"\u041F\u043E\u0441\u043B\u0435 \u0432\u043A\u043B\u044E\u0447\u0435\u043D\u0438\u044F \u044D\u0442\u043E\u0439 \u0444\u0443\u043D\u043A\u0446\u0438\u0438, \u043F\u0440\u0438 \u043F\u0440\u043E\u0441\u043C\u043E\u0442\u0440\u0435 \u0432\u0438\u0434\u0435\u043E \u0431\u0443\u0434\u0443\u0442 \u0430\u0432\u0442\u043E\u043C\u0430\u0442\u0438\u0447\u0435\u0441\u043A\u0438 \u043E\u0442\u043E\u0431\u0440\u0430\u0436\u0430\u0442\u044C\u0441\u044F \u0441\u0443\u0431\u0442\u0438\u0442\u0440\u044B \u043D\u0430 \u0434\u0432\u0443\u0445 \u044F\u0437\u044B\u043A\u0430\u0445. \u0415\u0441\u043B\u0438 \u0444\u0443\u043D\u043A\u0446\u0438\u044F \u043D\u0435 \u0432\u043A\u043B\u044E\u0447\u0435\u043D\u0430, \u0432\u0430\u043C \u043D\u0443\u0436\u043D\u043E \u0431\u0443\u0434\u0435\u0442 \u0432\u0440\u0443\u0447\u043D\u0443\u044E \u043D\u0430\u0436\u0430\u0442\u044C \u043A\u043D\u043E\u043F\u043A\u0443 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430 \u043D\u0430 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u0435, \u0447\u0442\u043E\u0431\u044B \u043E\u0442\u043E\u0431\u0440\u0430\u0437\u0438\u0442\u044C \u0441\u0443\u0431\u0442\u0438\u0442\u0440\u044B. \u041E\u0431\u0440\u0430\u0442\u0438\u0442\u0435 \u0432\u043D\u0438\u043C\u0430\u043D\u0438\u0435, \u0447\u0442\u043E \u0438\u0437-\u0437\u0430 \u0442\u0435\u0445\u043D\u0438\u0447\u0435\u0441\u043A\u0438\u0445 \u043E\u0433\u0440\u0430\u043D\u0438\u0447\u0435\u043D\u0438\u0439 \u043D\u0430 \u043D\u0435\u043A\u043E\u0442\u043E\u0440\u044B\u0445 \u0441\u0430\u0439\u0442\u0430\u0445 \u043F\u0440\u0438 \u043F\u0435\u0440\u0432\u043E\u0439 \u0430\u043A\u0442\u0438\u0432\u0430\u0446\u0438\u0438 \u0441\u0443\u0431\u0442\u0438\u0442\u0440\u043E\u0432 \u043C\u043E\u0436\u0435\u0442 \u043F\u043E\u0442\u0440\u0435\u0431\u043E\u0432\u0430\u0442\u044C\u0441\u044F \u043E\u0431\u043D\u043E\u0432\u0438\u0442\u044C \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u0443 \u0438\u043B\u0438 \u0434\u043E\u0436\u0434\u0430\u0442\u044C\u0441\u044F \u043E\u043A\u043E\u043D\u0447\u0430\u043D\u0438\u044F \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430, \u0447\u0442\u043E\u0431\u044B \u043E\u0442\u043E\u0431\u0440\u0430\u0437\u0438\u0442\u044C \u0441\u0443\u0431\u0442\u0438\u0442\u0440\u044B \u043D\u0430 \u0434\u0432\u0443\u0445 \u044F\u0437\u044B\u043A\u0430\u0445. (\u041A\u0440\u043E\u043C\u0435 \u0442\u043E\u0433\u043E, \u0432\u044B \u0442\u0430\u043A\u0436\u0435 \u043C\u043E\u0436\u0435\u0442\u0435 \u0432\u043A\u043B\u044E\u0447\u0438\u0442\u044C / \u043E\u0442\u043A\u043B\u044E\u0447\u0438\u0442\u044C \u043F\u0430\u043D\u0435\u043B\u044C \u0431\u044B\u0441\u0442\u0440\u044B\u0445 \u043A\u043E\u043C\u0430\u043D\u0434 \u0434\u043B\u044F \u043F\u043E\u0433\u0440\u0443\u0436\u0435\u043D\u0438\u044F \u0432 \u043F\u0435\u0440\u0435\u0432\u043E\u0434 \u0432 \u0432\u0435\u0440\u0445\u043D\u0435\u043C \u043F\u0440\u0430\u0432\u043E\u043C \u0443\u0433\u043B\u0443 \u043F\u043E\u0441\u043B\u0435 \u043E\u0442\u043A\u0440\u044B\u0442\u0438\u044F \u0432\u0438\u0434\u0435\u043E \u0441\u0430\u0439\u0442\u0430)

\u0412 \u043D\u0430\u0441\u0442\u043E\u044F\u0449\u0435\u0435 \u0432\u0440\u0435\u043C\u044F \u043F\u043E\u0434\u0434\u0435\u0440\u0436\u0438\u0432\u0430\u0435\u0442\u0441\u044F \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u043D\u0438\u0435 \u0441\u0443\u0431\u0442\u0438\u0442\u0440\u043E\u0432 \u043D\u0430 \u0434\u0432\u0443\u0445 \u044F\u0437\u044B\u043A\u0430\u0445 \u043D\u0430 \u044D\u0442\u0438\u0445 \u0441\u0430\u0439\u0442\u0430\u0445:","desc.touchShortcutsToggleTranslationMask":"\u041F\u0435\u0440\u0435\u0432\u043E\u0434\u0447\u0435\u0441\u043A\u0430\u044F \u043C\u0430\u0441\u043A\u0430 - \u044D\u0442\u043E \u044D\u0444\u0444\u0435\u043A\u0442 \u0440\u0430\u0437\u043C\u044B\u0442\u0438\u044F \u0432 \u0441\u0442\u0438\u043B\u0435 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430 (\u0440\u0435\u0436\u0438\u043C \u043E\u0431\u0443\u0447\u0435\u043D\u0438\u044F). \u041F\u043E\u0441\u043B\u0435 \u0432\u043A\u043B\u044E\u0447\u0435\u043D\u0438\u044F \u0432\u0440\u0435\u043C\u0435\u043D\u043D\u043E \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u0443\u0435\u0442\u0441\u044F \u044D\u0444\u0444\u0435\u043A\u0442 \u0440\u0430\u0437\u043C\u044B\u0442\u0438\u044F \u0434\u043B\u044F \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430, \u0447\u0442\u043E \u0443\u0434\u043E\u0431\u043D\u043E \u0434\u043B\u044F \u043E\u0431\u0443\u0447\u0435\u043D\u0438\u044F.","intro.hoverDescription":"\u041F\u0435\u0440\u0435\u0432\u043E\u0434 \u043F\u0440\u0438 \u043D\u0430\u0432\u0435\u0434\u0435\u043D\u0438\u0438 \u043C\u044B\u0448\u0438 - \u044D\u0442\u043E \u043E\u0447\u0435\u043D\u044C \u0432\u0430\u0436\u043D\u0430\u044F \u0444\u0443\u043D\u043A\u0446\u0438\u044F \u0432 \u043A\u043E\u043D\u0442\u0435\u043A\u0441\u0442\u043D\u043E\u043C \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0435, \u0434\u043E\u0441\u0442\u0430\u0442\u043E\u0447\u043D\u043E \u043F\u0440\u043E\u0441\u0442\u043E \u043F\u043E\u043C\u0435\u0441\u0442\u0438\u0442\u044C \u043A\u0443\u0440\u0441\u043E\u0440 \u043D\u0430 \u0430\u0431\u0437\u0430\u0446 \u0438 \u043E\u0434\u043D\u043E\u0432\u0440\u0435\u043C\u0435\u043D\u043D\u043E \u043D\u0430\u0436\u0430\u0442\u044C \u0437\u0430\u0434\u0430\u043D\u043D\u0443\u044E \u0433\u043E\u0440\u044F\u0447\u0443\u044E \u043A\u043B\u0430\u0432\u0438\u0448\u0443, \u0447\u0442\u043E\u0431\u044B \u0430\u0432\u0442\u043E\u043C\u0430\u0442\u0438\u0447\u0435\u0441\u043A\u0438 \u043F\u0435\u0440\u0435\u0432\u0435\u0441\u0442\u0438 \u0442\u0435\u043A\u0443\u0449\u0438\u0439 \u0430\u0431\u0437\u0430\u0446 (\u043E\u0431\u0440\u0430\u0442\u0438\u0442\u0435 \u0432\u043D\u0438\u043C\u0430\u043D\u0438\u0435: \u043F\u043E \u0443\u043C\u043E\u043B\u0447\u0430\u043D\u0438\u044E \u043E\u043D \u043D\u0435 \u0432\u043A\u043B\u044E\u0447\u0435\u043D, \u043F\u043E\u0436\u0430\u043B\u0443\u0439\u0441\u0442\u0430, \u043D\u0430\u0441\u0442\u0440\u043E\u0439\u0442\u0435 \u0435\u0433\u043E \u043D\u0438\u0436\u0435). \u042D\u0442\u043E\u0442 \u0432\u0437\u0430\u0438\u043C\u043E\u0434\u0435\u0439\u0441\u0442\u0432\u0438\u0435 \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u0443\u0435\u0442\u0441\u044F \u0434\u043B\u044F \u043B\u0443\u0447\u0448\u0435\u0439 \u0437\u0430\u043C\u0435\u043D\u044B \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430 \u0432\u044B\u0434\u0435\u043B\u0435\u043D\u043D\u043E\u0433\u043E \u0442\u0435\u043A\u0441\u0442\u0430, \u043A\u0440\u043E\u043C\u0435 \u0442\u043E\u0433\u043E, \u044D\u0442\u0430 \u0444\u0443\u043D\u043A\u0446\u0438\u044F \u0448\u0438\u0440\u043E\u043A\u043E \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u0443\u0435\u0442\u0441\u044F \u0432 \u043E\u0431\u043B\u0430\u0441\u0442\u044F\u0445, \u043A\u043E\u0442\u043E\u0440\u044B\u0435 \u043D\u0435 \u043C\u043E\u0433\u0443\u0442 \u0431\u044B\u0442\u044C \u0440\u0430\u0441\u043F\u043E\u0437\u043D\u0430\u043D\u044B \u0434\u043B\u044F \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430, \u0432\u044B \u043C\u043E\u0436\u0435\u0442\u0435 \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u044C \u044D\u0442\u0443 \u0444\u0443\u043D\u043A\u0446\u0438\u044E \u0434\u043B\u044F \u043F\u0440\u0438\u043D\u0443\u0434\u0438\u0442\u0435\u043B\u044C\u043D\u043E\u0433\u043E \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430 \u043B\u044E\u0431\u043E\u0433\u043E \u0430\u0431\u0437\u0430\u0446\u0430.",geminiWarning:"\u0412\u043D\u0438\u043C\u0430\u043D\u0438\u0435: \u0431\u0435\u0441\u043F\u043B\u0430\u0442\u043D\u044B\u0439 \u0441\u0435\u0440\u0432\u0438\u0441 Gemini \u043E\u0442 Google \u0438\u043C\u0435\u0435\u0442 \u0441\u0442\u0440\u043E\u0433\u0438\u0435 \u043E\u0433\u0440\u0430\u043D\u0438\u0447\u0435\u043D\u0438\u044F, Google \u043C\u043E\u0436\u0435\u0442 \u0441\u0447\u0438\u0442\u0430\u0442\u044C, \u0447\u0442\u043E \u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u0435\u043B\u044C \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u0443\u0435\u0442 \u043D\u0435\u0441\u043A\u043E\u043B\u044C\u043A\u043E \u043A\u043B\u044E\u0447\u0435\u0439 \u0434\u043B\u044F \u043E\u0431\u0445\u043E\u0434\u0430 \u0438\u0445 \u0431\u0435\u0441\u043F\u043B\u0430\u0442\u043D\u044B\u0445 \u043A\u0432\u043E\u0442. \u041D\u0435 \u0440\u0435\u043A\u043E\u043C\u0435\u043D\u0434\u0443\u0435\u0442\u0441\u044F \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u044C, \u0440\u0435\u043A\u043E\u043C\u0435\u043D\u0434\u0443\u0435\u0442\u0441\u044F \u0436\u0434\u0430\u0442\u044C, \u043F\u043E\u043A\u0430 Google \u043D\u0435 \u043E\u0442\u043A\u0440\u043E\u0435\u0442 \u043F\u043B\u0430\u0442\u043D\u044B\u0439 \u0438\u043D\u0442\u0435\u0440\u0444\u0435\u0439\u0441 Gemini \u0434\u043B\u044F \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u043D\u0438\u044F \u0432 \u0431\u0443\u0434\u0443\u0449\u0435\u043C.","floatBall.setting":"\u043D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0430","floatBall.file":"\u041F\u0435\u0440\u0435\u0432\u043E\u0434 PDF, EPUB, SRT, ASS, HTML, TXT \u0444\u0430\u0439\u043B\u043E\u0432","floatBall.translateToLanguage":"\u041D\u0430\u0436\u043C\u0438\u0442\u0435, \u0447\u0442\u043E\u0431\u044B \u043F\u0435\u0440\u0435\u0432\u0435\u0441\u0442\u0438 \u043D\u0430 {language}",changeToOnlyTempTranslationMode:"\u041F\u0435\u0440\u0435\u043A\u043B\u044E\u0447\u0435\u043D\u0438\u0435 \u043D\u0430 \u043E\u0442\u043E\u0431\u0440\u0430\u0436\u0435\u043D\u0438\u0435 \u0442\u043E\u043B\u044C\u043A\u043E \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u043E\u0432",changeToDualTempTranslationMode:"\u041F\u0435\u0440\u0435\u0445\u043E\u0434 \u043D\u0430 \u0434\u0432\u0443\u044F\u0437\u044B\u0447\u043D\u044B\u0439 \u043F\u0435\u0440\u0435\u0432\u043E\u0434","transitionMode.dual":"\u0434\u0432\u0443\u044F\u0437\u044B\u0447\u043D\u043E\u0435 \u0441\u043E\u043F\u043E\u0441\u0442\u0430\u0432\u043B\u0435\u043D\u0438\u0435","transitionMode.translation":"\u0422\u043E\u043B\u044C\u043A\u043E \u043F\u0435\u0440\u0435\u0432\u043E\u0434","options.navbar.installApp":"\u0423\u0441\u0442\u0430\u043D\u043E\u0432\u0438\u0442\u0435 \u043C\u043E\u0431\u0438\u043B\u044C\u043D\u043E\u0435 \u043F\u0440\u0438\u043B\u043E\u0436\u0435\u043D\u0438\u0435","options.navbar.translateFile":"\u041F\u0435\u0440\u0435\u0432\u0435\u0441\u0442\u0438 \u0434\u043E\u043A\u0443\u043C\u0435\u043D\u0442","subtitle.transitionMode":"\u0412\u0438\u0434\u0435\u043E \u0441 \u0434\u0432\u0443\u044F\u0437\u044B\u0447\u043D\u044B\u043C\u0438 \u0441\u0443\u0431\u0442\u0438\u0442\u0440\u0430\u043C\u0438 / \u043D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0430 \u0442\u043E\u043B\u044C\u043A\u043E \u0434\u043B\u044F \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430","subtitle.transitionModeDescription":"\u0423\u0441\u0442\u0430\u043D\u043E\u0432\u0438\u0442\u0435 \u0441\u0443\u0431\u0442\u0438\u0442\u0440\u044B \u0432\u0438\u0434\u0435\u043E \u043D\u0430 \u0434\u0432\u0443\u044F\u0437\u044B\u0447\u043D\u043E\u0435 \u0441\u043E\u043F\u043E\u0441\u0442\u0430\u0432\u043B\u0435\u043D\u0438\u0435 \u0438\u043B\u0438 \u0442\u043E\u043B\u044C\u043A\u043E \u0440\u0435\u0436\u0438\u043C \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430","transitionMode.inherit":"\u0421\u043E\u0445\u0440\u0430\u043D\u044F\u0439\u0442\u0435 \u0441\u043E\u043E\u0442\u0432\u0435\u0442\u0441\u0442\u0432\u0438\u0435 \u0441 \u0440\u0435\u0436\u0438\u043C\u043E\u043C \u043E\u0442\u043E\u0431\u0440\u0430\u0436\u0435\u043D\u0438\u044F \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430 \u043F\u043E \u0443\u043C\u043E\u043B\u0447\u0430\u043D\u0438\u044E \u0441\u0438\u0441\u0442\u0435\u043C\u044B.",translateFileTooltip:`\u041F\u0435\u0440\u0435\u0432\u043E\u0434 PDF, ePub, srt, ass, HTML, TXT \u0444\u0430\u0439\u043B\u043E\u0432`,"description.multiplePrompt":`\u041A\u043E\u0433\u0434\u0430 \u043A\u043E\u043B\u0438\u0447\u0435\u0441\u0442\u0432\u043E \u0430\u0431\u0437\u0430\u0446\u0435\u0432 \u0431\u043E\u043B\u044C\u0448\u0435 1, \u0434\u0438\u0430\u043B\u043E\u0433\u0438, \u043E\u0442\u043F\u0440\u0430\u0432\u043B\u0435\u043D\u043D\u044B\u0435 {service} \u043E\u0442 \u0438\u043C\u0435\u043D\u0438 \u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u0435\u043B\u044F, \u0433\u0434\u0435 {{from}} \u043E\u0431\u043E\u0437\u043D\u0430\u0447\u0430\u0435\u0442 \u044F\u0437\u044B\u043A \u0430\u0431\u0437\u0430\u0446\u0430, {{to}} \u043E\u0431\u043E\u0437\u043D\u0430\u0447\u0430\u0435\u0442 \u0446\u0435\u043B\u0435\u0432\u043E\u0439 \u044F\u0437\u044B\u043A, {{yaml}} - \u044D\u0442\u043E \u043D\u0430\u0448 \u043A\u043E\u043D\u0442\u0435\u043D\u0442 \u0430\u0431\u0437\u0430\u0446\u0430, \u0443\u043F\u0430\u043A\u043E\u0432\u0430\u043D\u043D\u044B\u0439 \u0432 \u0444\u043E\u0440\u043C\u0430\u0442\u0435 yaml. \u0415\u0441\u043B\u0438 \u0443 \u0432\u0430\u0441 \u0435\u0441\u0442\u044C \u043F\u043E\u0442\u0440\u0435\u0431\u043D\u043E\u0441\u0442\u044C \u0432 \u043D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0435 Prompt, \u0432\u0430\u043C \u043D\u0443\u0436\u043D\u043E \u0443\u0431\u0435\u0434\u0438\u0442\u044C\u0441\u044F, \u0447\u0442\u043E \u043A\u0430\u0436\u0434\u044B\u0439 \u044D\u043B\u0435\u043C\u0435\u043D\u0442 \u0432 \u0440\u0435\u0437\u0443\u043B\u044C\u0442\u0430\u0442\u0435 YAML \u043E\u0442 AI \u0441\u043E\u0434\u0435\u0440\u0436\u0438\u0442 \u043F\u043E\u043B\u0435 {env.imt_trans_field}, {{imt_trans_field}} - \u044D\u0442\u043E \u043D\u0430\u0437\u0432\u0430\u043D\u0438\u0435 \u043F\u043E\u043B\u044F \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430, \u043A\u043E\u0442\u043E\u0440\u043E\u0435 \u043C\u044B \u0445\u043E\u0442\u0438\u043C \u043F\u043E\u043B\u0443\u0447\u0438\u0442\u044C \u043E\u0442 AI, \u043F\u043E \u0443\u043C\u043E\u043B\u0447\u0430\u043D\u0438\u044E \u044D\u0442\u043E {env.imt_trans_field}, {{imt_source_field}} - \u044D\u0442\u043E \u043D\u0430\u0437\u0432\u0430\u043D\u0438\u0435 \u043F\u043E\u043B\u044F \u0438\u0441\u0445\u043E\u0434\u043D\u043E\u0433\u043E \u0442\u0435\u043A\u0441\u0442\u0430, \u043A\u043E\u0442\u043E\u0440\u043E\u0435 \u043C\u044B \u043F\u0435\u0440\u0435\u0434\u0430\u0435\u043C AI, \u043F\u043E \u0443\u043C\u043E\u043B\u0447\u0430\u043D\u0438\u044E \u044D\u0442\u043E {env.imt_source_field}. \u041F\u0440\u0438\u043C\u0435\u0440 \u0440\u0435\u0437\u0443\u043B\u044C\u0442\u0430\u0442\u0430: @@ -5126,7 +5126,7 @@ ass, HTML, TXT \u0444\u0430\u0439\u043B\u043E\u0432`,"description.multiplePrompt {env.imt_sub_trans_field}: \u041F\u0435\u0440\u0435\u0432\u043E\u0434 - id: 2 {env.imt_sub_source_field}: \u0418\u0441\u0442\u043E\u0447\u043D\u0438\u043A - {env.imt_sub_trans_field}: \u041F\u0435\u0440\u0435\u0432\u043E\u0434`,"subtitle.quickButton.cyan":"\u0421\u0438\u043D\u0438\u0439","subtitle.quickButton.magenta":"\u041F\u0443\u0440\u043F\u0443\u0440\u043D\u044B\u0439","subtitle.quickButton.white":"\u0431\u0435\u043B\u044B\u0439","subtitle.quickButton.blue":"\u0441\u0438\u043D\u0438\u0439","subtitle.quickButton.red":"\u043A\u0440\u0430\u0441\u043D\u044B\u0439","subtitle.quickButton.translationPositionTop":"\u0432 \u0432\u0435\u0440\u0445\u043D\u0435\u0439 \u0447\u0430\u0441\u0442\u0438 \u0442\u0435\u043A\u0441\u0442\u0430","subtitle.quickButton.translationPosition":"\u043C\u0435\u0441\u0442\u043E\u043F\u043E\u043B\u043E\u0436\u0435\u043D\u0438\u0435 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430","subtitle.quickButton.green":"\u0437\u0435\u043B\u0435\u043D\u044B\u0439","subtitle.quickButton.translationPositionBottom":"\u043E\u0440\u0438\u0433\u0438\u043D\u0430\u043B \u043D\u0438\u0436\u0435","subtitle.quickButton.yellow":"\u0436\u0435\u043B\u0442\u044B\u0439","subtitle.quickButton.backgroundColor":"\u0444\u043E\u043D\u043E\u0432\u044B\u0439 \u0446\u0432\u0435\u0442","subtitle.quickButton.sourceFontSize":"\u0418\u0441\u0445\u043E\u0434\u043D\u044B\u0439 \u0440\u0430\u0437\u043C\u0435\u0440 \u0448\u0440\u0438\u0444\u0442\u0430","translationServices.claude":"\u041A\u043B\u043E\u0434","subtitle.quickButton.setting":"\u043D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0430","subtitle.quickButton.translationFontSize":"\u0440\u0430\u0437\u043C\u0435\u0440 \u0448\u0440\u0438\u0444\u0442\u0430 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430","subtitle.quickButton.translationTextColor":"\u0426\u0432\u0435\u0442 \u0448\u0440\u0438\u0444\u0442\u0430 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430","subtitle.quickButton.black":"\u0447\u0435\u0440\u043D\u044B\u0439","subtitle.quickButton.sourceTextColor":"\u0418\u0441\u0445\u043E\u0434\u043D\u044B\u0439 \u0446\u0432\u0435\u0442 \u0448\u0440\u0438\u0444\u0442\u0430","subtitle.quickButton.backgroundOpacity":"\u0424\u043E\u043D\u043E\u0432\u0430\u044F \u043D\u0435\u043F\u0440\u043E\u0437\u0440\u0430\u0447\u043D\u043E\u0441\u0442\u044C",attachSubtitleTranslating:"\u0418\u0441\u043F\u043E\u043B\u044C\u0437\u0443\u044F {service} \u0434\u043B\u044F \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430...","error.claude.403":"\u0412\u0440\u0435\u043C\u0435\u043D\u043D\u043E \u043D\u0435\u0442 \u0434\u043E\u0441\u0442\u0443\u043F\u0430 \u043A \u0441\u0435\u0440\u0432\u0438\u0441\u0443, \u0432\u043E\u0437\u043C\u043E\u0436\u043D\u043E, \u044D\u0442\u043E \u0441\u0432\u044F\u0437\u0430\u043D\u043E \u0441 \u0440\u0435\u0433\u0438\u043E\u043D\u0430\u043B\u044C\u043D\u044B\u043C\u0438 \u043E\u0433\u0440\u0430\u043D\u0438\u0447\u0435\u043D\u0438\u044F\u043C\u0438 \u041A\u043B\u043E\u0434\u0430. \u0412\u044B \u043C\u043E\u0436\u0435\u0442\u0435 \u043F\u043E\u043F\u0440\u043E\u0431\u043E\u0432\u0430\u0442\u044C \u0438\u0437\u043C\u0435\u043D\u0438\u0442\u044C \u0441\u0432\u043E\u0439 IP-\u0430\u0434\u0440\u0435\u0441 \u0438\u043B\u0438 \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u044C \u0434\u0440\u0443\u0433\u0438\u0435 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0447\u0435\u0441\u043A\u0438\u0435 \u0443\u0441\u043B\u0443\u0433\u0438.","browser.brandDescriptionForSafari":"\u3010\u041F\u043E\u0433\u0440\u0443\u0436\u0435\u043D\u0438\u0435 \u0432 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u3011\u0411\u0435\u0441\u043F\u043B\u0430\u0442\u043D\u044B\u0439 \u043F\u043B\u0430\u0433\u0438\u043D \u0434\u043B\u044F \u0434\u0432\u0443\u044F\u0437\u044B\u0447\u043D\u043E\u0433\u043E \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430 \u0432\u0435\u0431-\u0441\u0442\u0440\u0430\u043D\u0438\u0446 (\u043E\u0440\u0438\u0433\u0438\u043D\u0430\u043B/\u043F\u0435\u0440\u0435\u0432\u043E\u0434), \u043F\u043E\u0434\u0434\u0435\u0440\u0436\u0438\u0432\u0430\u044E\u0449\u0438\u0439 \u043F\u0435\u0440\u0435\u0432\u043E\u0434 PDF \u0438 \u043F\u0435\u0440\u0435\u0432\u043E\u0434 \u044D\u043B\u0435\u043A\u0442\u0440\u043E\u043D\u043D\u044B\u0445 \u043A\u043D\u0438\u0433 EPUB \u0441 \u0441\u043E\u0445\u0440\u0430\u043D\u0435\u043D\u0438\u0435\u043C \u043E\u0440\u0438\u0433\u0438\u043D\u0430\u043B\u044C\u043D\u043E\u0433\u043E \u0444\u043E\u0440\u043C\u0430\u0442\u0438\u0440\u043E\u0432\u0430\u043D\u0438\u044F \u0434\u043E\u043A\u0443\u043C\u0435\u043D\u0442\u0430, \u043F\u0435\u0440\u0435\u0432\u043E\u0434 \u0434\u0432\u0443\u044F\u0437\u044B\u0447\u043D\u044B\u0445 \u0441\u0443\u0431\u0442\u0438\u0442\u0440\u043E\u0432 \u0434\u043B\u044F \u043E\u043D\u043B\u0430\u0439\u043D-\u0432\u0438\u0434\u0435\u043E \u043D\u0430 Youtube/Netflix, \u043F\u043E\u0434\u0434\u0435\u0440\u0436\u0438\u0432\u0430\u044E\u0449\u0438\u0439 \u043E\u0441\u043D\u043E\u0432\u043D\u044B\u0435 \u0441\u0435\u0440\u0432\u0438\u0441\u044B \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430, \u0442\u0430\u043A\u0438\u0435 \u043A\u0430\u043A Deepl/Google \u0438 \u0442.\u0434.","browser.PdfProFile":"\u041F\u0435\u0440\u0435\u0432\u043E\u0434 PDF Pro, \u0443\u043F\u0440\u0430\u0432\u043B\u044F\u0435\u043C\u044B\u0439 AI","browser.textTranslate":"\u0422\u0435\u043A\u0441\u0442\u043E\u0432\u044B\u0439 \u043F\u0435\u0440\u0435\u0432\u043E\u0434"};var zs={nologin:"\uB85C\uADF8\uC778\uD558\uC9C0 \uC54A\uC74C",loginForSafari:"\uB85C\uADF8\uC778 \uB610\uB294 \uB4F1\uB85D",login:"\uB85C\uADF8\uC778\uD558\uC5EC \uBA64\uBC84\uC2ED \uAC1C\uC124",manageAccount:"\uAD00\uB9AC \uACC4\uC815",openPremium:"\uBA64\uBC84\uC2ED \uC5F4\uAE30",logout:"\uC911\uB2E8",curentPlan:"\uD604\uC7AC \uD328\uD0A4\uC9C0",endAt:"\uB9CC\uB8CC",endAuto:"\uC790\uB3D9 \uAC31\uC2E0",lineBreakMaxTextCount:"\uC904 \uBC14\uAFC8 \uC774\uD6C4 \uBB38\uC7A5\uB2F9 \uD5C8\uC6A9\uB418\uB294 \uCD5C\uB300 \uAE00\uC790 \uC218","translate-pdf":"PDF\uB97C \uBC88\uC5ED\uD558\uB824\uBA74 \uD074\uB9AD\uD558\uC138\uC694.","noSupportTranslate-pdf":"\uC2A4\uD06C\uB9BD\uD2B8\uAC00 \uC9C0\uC6D0\uB418\uC9C0 \uC54A\uC73C\uB2C8 \uD50C\uB7EC\uADF8\uC778\uC744 \uC0AC\uC6A9\uD558\uC138\uC694.","translate-firefox-local-pdf":"PDF \uAC00\uC838\uC624\uAE30\uB85C \uC774\uB3D9\uD558\uB824\uBA74 \uD074\uB9AD\uD558\uC138\uC694.",enableLineBreak:"\uAE34 \uB2E8\uB77D\uC5D0 \uC790\uB3D9 \uC904 \uBC14\uAFC8 \uD65C\uC131\uD654",sponsorLabel:"1 \uD6C4\uC6D0 \uAC1C\uBC1C\uC790",help:"hand",browserShortcutsNoteForFirefox:"Firefox\uC5D0\uC11C \uBC14\uB85C\uAC00\uAE30\uB97C \uBCC0\uACBD\uD558\uB824\uBA74 \uD655\uC7A5 \uD504\uB85C\uADF8\uB7A8 \uAD00\uB9AC \uD398\uC774\uC9C0 `\uC815\uBCF4:\uC560\uB4DC\uC628`\uC744 \uC5F4\uACE0 `\uC124\uC815`\uC744 \uD074\uB9AD\uD55C \uB2E4\uC74C `\uBC14\uB85C \uAC00\uAE30 \uAD00\uB9AC`\uB97C \uD074\uB9AD\uD558\uC5EC \uBC14\uB85C\uAC00\uAE30\uB97C \uC124\uC815\uD574\uC57C \uD569\uB2C8\uB2E4.",browserShortcutsNoteForChrome:"Chrome\uC5D0\uC11C \uBC14\uB85C\uAC00\uAE30\uB97C \uC218\uC815\uD558\uB824\uBA74 \uD655\uC7A5 \uD504\uB85C\uADF8\uB7A8 \uAD00\uB9AC \uD398\uC774\uC9C0\uB97C \uC5F4\uACE0 '\uBC14\uB85C \uAC00\uAE30 \uAD00\uB9AC' \uD328\uB110(`chrome://extensions/shortcuts`)\uC5D0\uC11C \uC124\uC815\uD55C \uD6C4 \uC544\uB798 \uBC84\uD2BC\uC744 \uD074\uB9AD\uD558\uC5EC \uBC14\uB85C \uAC00\uAE30 \uAD00\uB9AC \uD398\uC774\uC9C0\uB85C \uC774\uB3D9\uD574\uC57C \uD569\uB2C8\uB2E4.",browserShortcutsSucks:"\uC0AC\uC6A9\uC790 \uC9C0\uC815 \uBC14\uB85C\uAC00\uAE30\uC758 \uD615\uC2DD\uC740\uFF1A\uC785\uB2C8\uB2E4(\uC790\uB3D9 \uC778\uC2DD\uB418\uC9C0 \uC54A\uC73C\uBBC0\uB85C \uC9C1\uC811 \uC785\uB825\uD558\uC138\uC694).",enableLineBreakDescription:"\uC774 \uAE30\uB2A5\uC744 \uCF1C\uBA74 \uAE34 \uB2E8\uB77D\uC758 \uAC01 \uBB38\uC7A5 \uB05D\uC5D0 \uC904 \uBC14\uAFC8\uC774 \uC0BD\uC785\uB418\uC5B4 \uBB38\uC7A5\uC744 \uB354 \uC27D\uAC8C \uC77D\uC744 \uC218 \uC788\uC2B5\uB2C8\uB2E4.","browser.shortBrandName":"\uBAB0\uC785 \uBC88\uC5ED","browser.brandName":"\uBAB0\uC785 \uBC88\uC5ED: \uC774\uC911 \uC5B8\uC5B4 \uC6F9 \uD398\uC774\uC9C0 \uBC88\uC5ED \uBC0F PDF \uBB38\uC11C \uBC88\uC5ED","browser.brandDescription":"Bilingual web page translation, also supports PDF translation, bilingual Epub eBook translation, free to use.","browser.toggleTranslatePage":"\uD398\uC774\uC9C0 \uBC88\uC5ED/\uC6D0\uBB38 \uD45C\uC2DC","browser.toggleTranslateTheWholePage":"\uD398\uC774\uC9C0\uC758 \uBAA8\uB4E0 \uC601\uC5ED \uBC88\uC5ED/\uC6D0\uBB38 \uD14D\uC2A4\uD2B8 \uD45C\uC2DC","browser.toggleOnlyTransation":"\uC591\uC5B8\uC5B4/\uBC88\uC5ED\uBB38\uB9CC \uBAA8\uB4DC\uB85C \uC804\uD658","browser.toggleTranslateToThePageEndImmediately":"\uD398\uC774\uC9C0 \uD558\uB2E8\uC73C\uB85C \uC989\uC2DC \uBC88\uC5ED/\uC6D0\uBB38 \uD45C\uC2DC","browser.toggleTranslateTheMainPage":"\uD398\uC774\uC9C0\uC758 \uC8FC\uC694 \uC601\uC5ED \uBC88\uC5ED/\uC6D0\uBB38 \uD14D\uC2A4\uD2B8 \uD45C\uC2DC","browser.shareToDraft":"\uC774\uC911 \uC5B8\uC5B4 \uD398\uC774\uC9C0 \uACF5\uC720","browser.openOptionsPage":"\uC124\uC815 \uD398\uC774\uC9C0 \uC5F4\uAE30","browser.toggleTranslationMask":"\uBC88\uC5ED \uD750\uB9BC \uD6A8\uACFC \uD45C\uC2DC/\uC228\uAE30\uAE30","browser.translateLocalPdfFile":"\uB85C\uCEEC PDF \uD30C\uC77C \uBC88\uC5ED","browser.openEbookViewer":"\uD604\uC9C0 \uC804\uC790\uCC45 \uC77D\uAE30","browser.openEbookBuilder":"\uC774\uC911 \uC5B8\uC5B4 EPUB \uC804\uC790\uCC45 \uB9CC\uB4E4\uAE30","browser.translateLocalHtmlFile":"HTML/\uD14D\uC2A4\uD2B8 \uD30C\uC77C \uBC88\uC5ED","browser.donateContext":"\uC2A4\uD3F0\uC11C\uC2ED \uD61C\uD0DD\uC5D0 \uB300\uD574 \uC54C\uC544\uBCF4\uAE30","browser.translateLocalSubtitleFile":"\uB85C\uCEEC \uC790\uB9C9 \uD30C\uC77C \uBC88\uC5ED",confirmResetConfig:"\uC124\uC815\uC744 \uC7AC\uC124\uC815\uD558\uC2DC\uACA0\uC2B5\uB2C8\uAE4C?",translationLineBreakSettingTitle:"\uBC88\uC5ED \uC904 \uBC14\uAFC8 \uC124\uC815",smartLineBreak:"\uC2A4\uB9C8\uD2B8 \uB77C\uC778 \uD53C\uB4DC(\uCEF4\uD4E8\uD305)",alwaysLineBreak:"\uD56D\uC0C1 \uB77C\uC778 \uD53C\uB4DC",isShowContextMenu:"\uBA54\uB274 \uD56D\uBAA9\uC744 \uB9C8\uC6B0\uC2A4 \uC624\uB978\uCABD \uBC84\uD2BC\uC73C\uB85C \uD074\uB9AD\uD558\uC5EC \uBC88\uC5ED\uB41C \uD398\uC774\uC9C0 \uCD94\uAC00\uD558\uAE30",toggleBeta:"\uBCA0\uD0C0 \uD14C\uC2A4\uD2B8 \uAE30\uB2A5 \uD65C\uC131\uD654",betaDescription:"\uC544\uC9C1 \uC2E4\uD5D8\uB2E8\uACC4\uC778 \uAE30\uB2A5\uB4E4\uACFC \uBCA0\uD0C0\uBC84\uC804\uC778 \uBC88\uC5ED \uC11C\uBE44\uC2A4\uB97C \uC0AC\uC6A9\uD574\uBCF4\uC138\uC694. <1>\uD154\uB808\uADF8\uB7A8 \uADF8\uB8F9\uC5D0 \uAC00\uC785\uD558\uC5EC \uC790\uC138\uD788 \uC54C\uC544\uBCF4\uC138\uC694.",translationLineBreakSettingDescription:"\uCF58\uD150\uCE20\uAC00 \uC801\uC740 \uD398\uC774\uC9C0\uC758 \uACBD\uC6B0 \uD56D\uC0C1 \uC904 \uBC14\uAFC8\uC774 \uAE54\uB054\uD558\uAC8C \uC720\uC9C0\uB429\uB2C8\uB2E4. (\uCF58\uD150\uCE20\uAC00 \uB9CE\uC740 \uAE34 \uB2E8\uB77D({count}\uC790 \uC774\uC0C1)\uC5D0\uB294 \uC2A4\uB9C8\uD2B8 \uC904 \uBC14\uAFC8\uC744 \uC0AC\uC6A9\uD558\uC5EC \uACF5\uAC04\uC744 \uC808\uC57D\uD558\uC138\uC694.)",tempTranslateDomainTitle:"\uC6F9\uC0AC\uC774\uD2B8 \uBC88\uC5ED\uC774 \uC77C\uC2DC\uC801\uC73C\uB85C \uCF1C\uC9C0\uB294 \uAE30\uAC04",tempTranslateDomainDescription:"\uC6F9 \uD398\uC774\uC9C0\uB97C \uC218\uB3D9\uC73C\uB85C \uBC88\uC5ED\uD560 \uB54C \uC790\uB3D9 \uBC88\uC5ED\uC744 \uC704\uD574 \uC6F9 \uC0AC\uC774\uD2B8\uB97C \uC77C\uC2DC\uC801\uC73C\uB85C \uCF1C\uACE0 \uC77C\uC2DC\uC801\uC778 \uAE30\uAC04\uC744 \uC124\uC815\uD560 \uC218 \uC788\uC2B5\uB2C8\uB2E4.",xMinutes:"{count} \uBD84",disabled:"STH \uC0AC\uC6A9\uC744 \uAE08\uC9C0\uD569\uB2C8\uB2E4.",changelog:"\uC5C5\uB370\uC774\uD2B8 \uB85C\uADF8",toggleTranslatePageWhenThreeFingersOnTheScreen:"\uC5EC\uB7EC \uC190\uAC00\uB77D\uC774 \uB3D9\uC2DC\uC5D0 \uD654\uBA74\uC744 \uD130\uCE58\uD560 \uB54C \uC6F9 \uD398\uC774\uC9C0 \uBC88\uC5ED/\uC6D0\uBB38 \uD14D\uC2A4\uD2B8 \uD45C\uC2DC",toggleTranslationMaskWhenThreeFingersOnTheScreen:"\uC5EC\uB7EC \uC190\uAC00\uB77D\uC73C\uB85C \uD130\uCE58\uD558\uBA74 \uD750\uB9BC \uD6A8\uACFC\uB97C \uD45C\uC2DC\uD558\uAC70\uB098 \uC228\uAE38 \uC218 \uC788\uC2B5\uB2C8\uB2E4.",fingerCountToToggleTranslagePageOnlyTranslationWhenTouching:"\uC5EC\uB7EC \uC190\uAC00\uB77D\uC73C\uB85C \uB3D9\uC2DC\uC5D0 \uD654\uBA74\uC744 \uD130\uCE58\uD558\uBA74 \uC6F9 \uD398\uC774\uC9C0\uAC00 \uBC88\uC5ED(\uBC88\uC5ED \uC804\uC6A9)/\uC6D0\uBB38\uC744 \uD45C\uC2DC\uD569\uB2C8\uB2E4.",addUrlDescription:"\uB3C4\uBA54\uC778 \uC774\uB984\uC77C \uC218 \uC788\uC73C\uBA70 \uC640\uC77C\uB4DC\uCE74\uB4DC(\uC608:\uFF1A*.google.com, google.com/mail/*, https://www.google.com/*)\uB3C4 \uC9C0\uC6D0\uD569\uB2C8\uB2E4.",general:"\uAE30\uBCF8 \uC124\uC815",clickToExpandConfig:"\uD604\uC7AC \uAD6C\uC131 \uD655\uC7A5",import:"\uD30C\uC77C\uC5D0\uC11C \uAC00\uC838\uC624\uAE30",export:"\uD30C\uC77C\uB85C \uB0B4\uBCF4\uB0B4\uAE30",toggleDebug:"\uCF58\uC194\uC5D0\uC11C \uB514\uBC84\uADF8 \uB85C\uADF8 \uC778\uC1C4","fingers.0":"\uC751\uACE0","fingers.2":"\uB450 \uC190\uAC00\uB77D \uD130\uCE58","fingers.3":"\uC138 \uC190\uAC00\uB77D \uD130\uCE58","fingers.4":"\uB124 \uC190\uAC00\uB77D \uD130\uCE58","fingers.5":"\uB2E4\uC12F \uC190\uAC00\uB77D \uD130\uCE58",mouseHoldKey:"+ {key} \uB2E8\uB77D \uBC88\uC5ED/\uBCF5\uC6D0\uD558\uAE30",mouseHoldKeyAuto:"\uB2E8\uB77D\uC758 \uC9C1\uC811 \uBC88\uC5ED",mouseHoldKeyOff:"\uC544\uBB34\uAC83\uB3C4 \uD558\uC9C0 \uB9C8\uC138\uC694.",mouseHoldKeyOther:"\uC0AC\uC6A9\uC790 \uC9C0\uC815 \uBC14\uB85C \uAC00\uAE30(\uC124\uC815 \uC5F4\uAE30)",mouseHoldKeyCustomKey:"{key} \uB2E8\uB77D\uC758 \uBC88\uC5ED/\uCD95\uC18C",mouseHoverHoldKey:"\uBC14\uB85C \uAC00\uAE30 \uD0A4\uB97C \uB204\uB978 \uC0C1\uD0DC\uC5D0\uC11C \uB9C8\uC6B0\uC2A4\uB97C \uAC00\uB9AC\uD0A4\uBA74 \uB2E8\uB77D\uC774 \uBC88\uC5ED\uB429\uB2C8\uB2E4.","mouse-translate":"\uB9C8\uC6B0\uC2A4 \uD638\uBC84",document:"(\uCEF4\uD4E8\uD130) \uD30C\uC77C",resetSuccess:"\uBAA8\uB4E0 \uC124\uC815 \uC7AC\uC124\uC815\uC5D0 \uC131\uACF5",resetThisSuccess:"\uC7AC\uC124\uC815 \uC131\uACF5",saved:"\uC800\uC7A5 \uC131\uACF5",successImportConfig:"\uC131\uACF5\uC801\uC73C\uB85C \uAC00\uC838\uC628 \uAD6C\uC131",goAdvancedSettings:"\uACE0\uAE09 \uC124\uC815 \uD398\uC774\uC9C0\uB85C \uC774\uB3D9\uD569\uB2C8\uB2E4.",goAdvancedInterfaceSettings:"\uACE0\uAE09 \uC0AC\uC6A9\uC790 \uC9C0\uC815 \uC124\uC815 \uD398\uC774\uC9C0\uB85C \uC774\uB3D9\uD569\uB2C8\uB2E4.",advanced:"\uACE0\uAE09 \uC124\uC815",advancedDescription:"\uC77C\uBC18\uC801\uC73C\uB85C \uC124\uC815\uC774 \uD544\uC694\uD558\uC9C0 \uC54A\uC73C\uBA70 \uAE30\uBCF8\uAC12\uC744 \uADF8\uB300\uB85C \uB450\uBA74 \uB429\uB2C8\uB2E4. \uBCF4\uB2E4 \uC804\uBB38\uC801\uC778 \uC0AC\uC6A9\uC790\uB9CC \uAC1C\uC778\uD654\uB41C \uC124\uC815\uC744 \uC0AC\uC6A9\uD560 \uC218 \uC788\uC2B5\uB2C8\uB2E4.",developer:"\uAC1C\uBC1C\uC790 \uC124\uC815",donateCafe:"\uAC00\uACA9","translate to the bottom of the page":"\uD398\uC774\uC9C0\uC5D0 \uB4E4\uC5B4\uAC00\uBA74 \uBC14\uB85C \uD398\uC774\uC9C0 \uD558\uB2E8\uC73C\uB85C \uBC88\uC5ED\uB418\uB098\uC694?",feedback:"\uC9C8\uBB38 \uD53C\uB4DC\uBC31",toggleTranslatePage:"\uD398\uC774\uC9C0 \uBC88\uC5ED/\uC6D0\uBB38 \uD45C\uC2DC",translateToThePageEndImmediatelyDescription:"\uC774 \uAE30\uB2A5\uC744 \uCF1C\uBA74 \uC785\uB825\uD558\uB294 \uC989\uC2DC \uD398\uC774\uC9C0\uC758 \uC704\uCABD\uC5D0\uC11C \uC544\uB798\uCABD\uC73C\uB85C \uCF58\uD150\uCE20\uAC00 \uBC88\uC5ED\uB429\uB2C8\uB2E4. \uB044\uBA74 \uC77D\uB294 \uB300\uB85C \uBC88\uC5ED\uB429\uB2C8\uB2E4. (\uAD8C\uC7A5\uD558\uC9C0 \uC54A\uC74C)","translate all areas of the page":"\uD398\uC774\uC9C0\uC758 \uBAA8\uB4E0 \uC601\uC5ED\uC744 \uBC88\uC5ED\uD560\uC9C0 \uC5EC\uBD80",translationAreaDescription:"\uCF1C\uBA74 \uC804\uCCB4 \uC6F9 \uD398\uC774\uC9C0\uC758 \uBAA8\uB4E0 \uC601\uC5ED\uC774 \uBC88\uC5ED\uB429\uB2C8\uB2E4. \uB044\uBA74 \uAE30\uBCF8 \uC2A4\uB9C8\uD2B8 \uC778\uC2DD\uC774 \uC0AC\uC6A9\uB418\uBA70 \uC8FC\uC694 \uC601\uC5ED\uB9CC \uBC88\uC5ED\uB429\uB2C8\uB2E4. (\uCF1C\uC9C0 \uC54A\uB294 \uAC83\uC774 \uC88B\uC2B5\uB2C8\uB2E4.)","the number of characters to be translated first":"\uBCF4\uAE30 \uC601\uC5ED\uC73C\uB85C \uC2A4\uD06C\uB864\uD560 \uB54C\uAE4C\uC9C0 \uAE30\uB2E4\uB9AC\uC9C0 \uC54A\uACE0 \uD398\uC774\uC9C0\uC758 \uCC98\uC74C \uBA87 \uBB38\uC790\uB97C \uBC14\uB85C \uBC88\uC5ED\uD569\uB2C8\uB2E4.","interface language":"\uC778\uD130\uD398\uC774\uC2A4 \uC5B8\uC5B4","display both the original text and the translation":"\uC6D0\uBCF8\uACFC \uBC88\uC5ED\uBCF8 \uB3D9\uC2DC \uD45C\uC2DC","keyboard shortcuts":"\uD0A4\uBCF4\uB4DC \uB2E8\uCD95\uD0A4",modify:"\uBC14\uB85C \uAC00\uAE30 \uD0A4 \uC218\uC815",reset:"\uC7AC\uD504\uB85C\uBE44\uC800\uB2DD",close:"\uC751\uACE0",homepage:"\uD648\uD398\uC774\uC9C0",more:"\uB354 \uBCF4\uAE30",moreOptions:"\uB354 \uB9CE\uC740 \uC0AC\uC6A9\uC790 \uC9C0\uC815 \uC635\uC158 \uD655\uC7A5",translateTheWholePage:"\uD398\uC774\uC9C0\uC758 \uBAA8\uB4E0 \uC601\uC5ED \uBC88\uC5ED(\uC8FC\uC694 \uC601\uC5ED\uB9CC \uC9C0\uB2A5\uC801\uC73C\uB85C \uC778\uC2DD\uD558\uB294 \uAC83\uC774 \uC544\uB2C8\uB77C)",changeToTranslateTheWholePage:"\uBAA8\uB4E0 \uC9C0\uC5ED \uBC88\uC5ED\uC73C\uB85C \uC804\uD658",changeToTranslateTheMainPage:"\uAE30\uBCF8 \uC601\uC5ED \uBC88\uC5ED\uC73C\uB85C \uC804\uD658",changeToOnlyTranslationMode:"\uBC88\uC5ED\uB9CC \uD45C\uC2DC\uD558\uB3C4\uB85D \uD1A0\uAE00",changeToDualTranslationMode:"\uC774\uC911 \uC5B8\uC5B4 \uBC88\uC5ED\uC73C\uB85C \uC804\uD658",translateToThePageEndImmediately:"\uD398\uC774\uC9C0 \uD558\uB2E8\uC73C\uB85C \uC989\uC2DC \uBC88\uC5ED\uD558\uAE30",translateTheMainPage:"\uC9C0\uB2A5\uD615 \uBC88\uC5ED \uC8FC\uC694 \uC9C0\uC5ED","The local rules are up to date":"\uB85C\uCEEC \uC801\uC751 \uADDC\uCE59\uC740 \uCD5C\uC2E0 \uC0C1\uD0DC\uC785\uB2C8\uB2E4.","Successfully synchronized with the latest official rules:":"\uCD5C\uC2E0 \uACF5\uC2DD \uC801\uC751 \uADDC\uCE59\uACFC \uC131\uACF5\uC801\uC73C\uB85C \uB3D9\uAE30\uD654\uB418\uC5C8\uC2B5\uB2C8\uB2E4.","Checking for updates":"\uC5C5\uB370\uC774\uD2B8 \uD655\uC778","Rules are being synchronized":"\uC801\uC751 \uADDC\uCE59 \uB3D9\uAE30\uD654 \uC911",localVersionIsTooOld:"\uB85C\uCEEC \uD655\uC7A5 \uD504\uB85C\uADF8\uB7A8 \uBC84\uC804\uC774 \uB108\uBB34 \uC624\uB798\uB418\uC5C8\uC73C\uBBC0\uB85C \uB3D9\uAE30\uD654\uB97C \uC2DC\uB3C4\uD558\uAE30 \uC804\uC5D0 \uD655\uC7A5 \uD504\uB85C\uADF8\uB7A8\uC744 {minVersion} \uC774\uC0C1\uC73C\uB85C \uC5C5\uADF8\uB808\uC774\uB4DC\uD558\uC138\uC694.",badUserscriptBrowser:"\uD604\uC7AC \uBE0C\uB77C\uC6B0\uC800\uB294 \uADF8\uB9AC\uC2A4\uBABD\uD0A4 \uD655\uC7A5 \uC778\uD130\uD398\uC774\uC2A4\uB97C \uC62C\uBC14\uB974\uAC8C \uAD6C\uD604\uD558\uC9C0 \uC54A\uC73C\uBBC0\uB85C(\uC608: \uADF8\uB9AC\uC2A4\uBABD\uD0A4 \uC2A4\uD06C\uB9BD\uD2B8 \uC790\uCCB4\uC758 \uBC84\uC804 \uBC88\uD638\uC5D0 \uB300\uD55C \uC815\uBCF4\uB97C \uC5BB\uC73C\uB824\uBA74), \uD30C\uC774\uC5B4\uD3ED\uC2A4 \uB4F1 <1>\uADF8\uB9AC\uC2A4\uBABD\uD0A4 \uD655\uC7A5 \uAE30\uB2A5\uC744 \uC9C0\uC6D0\uD558\uB294 \uB2E4\uB978 \uBE0C\uB77C\uC6B0\uC800\uB97C \uC0AC\uC6A9\uD558\uC2DC\uAE30 \uBC14\uB78D\uB2C8\uB2E4.",foundNewVersion:"\uC0C8 \uBC84\uC804 \uC54C\uC544\uBCF4\uAE30",theLocalExtensionIsUpToUpdate:"\uD604\uC7AC \uD655\uC7A5 \uD504\uB85C\uADF8\uB7A8\uC774 \uCD5C\uC2E0 \uBC84\uC804\uC785\uB2C8\uB2E4.",failToSyncRules:"\uCD5C\uC2E0 \uC801\uC751 \uADDC\uCE59\uC744 \uB3D9\uAE30\uD654\uD558\uC9C0 \uBABB\uD568",retry:"\uB2E4\uC2DC \uC2DC\uB3C4\uD558\uB824\uBA74 \uC5EC\uAE30\uB97C \uD074\uB9AD\uD558\uC138\uC694.",failedReason:"\uC2E4\uD328 \uC774\uC720",currentRuleVersion:"\uD604\uC7AC \uADDC\uCE59 \uBC84\uC804",calculating:"\uACC4\uC0B0",unknownError:"\uC54C \uC218 \uC5C6\uB294 \uC624\uB958",canNotFetchRemoteRule:"\uC6D0\uACA9 \uADDC\uCE59\uC744 \uAC00\uC838\uC62C \uC218 \uC5C6\uC74C",enableAlphaSuccess:"\uC54C\uD30C \uC0AC\uC6A9",disableAlphaSuccess:"\uC54C\uD30C \uAE30\uB2A5\uC774 \uAEBC\uC838 \uC788\uC2B5\uB2C8\uB2E4.",cacheSize:"\uCE90\uC2DC \uD06C\uAE30\uFF1A",cleaning:"\uCCAD\uC0B0 \uACFC\uC815\uC5D0\uC11C",cleanCache:"\uCE90\uC2DC \uC9C0\uC6B0\uAE30",options:"\uC124\uC815",about:"\uB2E4\uC74C\uACFC \uAD00\uB828\uD558\uC5EC",service:"\uD1B5\uC5ED \uC11C\uBE44\uC2A4",needAction:"(\uC124\uC815\uC73C\uB85C \uC774\uB3D9)",goSettings:"\uACC4\uC18D\uD574\uC11C \uC124\uC815\uD558\uC138\uC694.",needActionForOptions:"(\uC124\uC815 \uC608\uC815)",translationEngine:"\uC5D4\uC9C4 \uC635\uC158",sourceLanguage:"\uC6D0\uBCF8 \uC5B8\uC5B4",target:"\uB300\uC0C1 \uC5B8\uC5B4",popupSourceLanguage:"\uC6D0\uBCF8 \uC5B8\uC5B4",popupTarget:"\uB300\uC0C1 \uC5B8\uC5B4",popupService:"\uD1B5\uC5ED \uC11C\uBE44\uC2A4",forThisSite:"\uD604\uC7AC \uC6F9\uC0AC\uC774\uD2B8",autoEnableSubtitle:"\uC774\uC911 \uC5B8\uC5B4 \uC790\uB9C9 \uC790\uB3D9 \uC5F4\uAE30",alwaysTranslate:"\uD56D\uC0C1 \uBC88\uC5ED",neverTranslate:"\uBC88\uC5ED \uAE08\uC9C0",alwaysTranslateSomeLanguage:"\uD56D\uC0C1 \uBC88\uC5ED {language}",neverTranslateSomeLanguage:"\uBC88\uC5ED \uAE08\uC9C0 {language}",alwaysTranslateSomeSite:"\uD56D\uC0C1 \uBC88\uC5ED {hostname}",neverTranslateSomeSite:"\uBC88\uC5ED \uAE08\uC9C0 {hostname}",alwaysTranslateSomeSiteOrWildSite:"\uD56D\uC0C1 \uC0AC\uC774\uD2B8 \uBC88\uC5ED",alwaysTranslateSomePage:"\uD56D\uC0C1 \uD398\uC774\uC9C0 \uBC88\uC5ED",add:"\uC99D\uAC00",default:"\uAE30\uBCF8\uAC12(\uC124\uC815)",forThisLanguage:"\uC774 \uC5B8\uC5B4\uC758 \uACBD\uC6B0\uFF1A","add url":"URL \uC785\uB825",edit:"\uCEF4\uD30C\uC77C\uB7EC","translate other languages into specific language":"\uB2E4\uB978 \uC5B8\uC5B4\uB97C \uC124\uC815\uD55C \uC5B8\uC5B4\uB85C \uBC88\uC5ED","select translation service":"\uBC88\uC5ED \uC11C\uBE44\uC2A4 \uC120\uD0DD",language:"\uB2E4\uAD6D\uC5B4 \uC9C0\uC6D0","show-original":"\uC6D0\uBCF8 \uD14D\uC2A4\uD2B8 \uD45C\uC2DC",translate:"\uB80C\uB354\uB9C1",Translated:"\uBC88\uC5ED\uB428",Translating:"\uBC88\uC5ED \uC911",Error:"\uC798\uBABB\uB41C",allowCacheTranslations:"\uB85C\uCEEC \uBC88\uC5ED \uCE90\uC2F1 \uC0AC\uC6A9(\uC911\uBCF5 \uAD6C\uC808\uC5D0 \uB300\uD55C \uBC88\uC5ED \uC694\uCCAD\uC744 \uC904\uC774\uAE30 \uC704\uD574)","translation display":"\uBC88\uC5ED \uD45C\uC2DC \uC2A4\uD0C0\uC77C","select diplay style":"\uB2E4\uC74C \uC608\uC2DC\uB97C \uAD6C\uCCB4\uC801\uC73C\uB85C \uCC38\uC870\uD558\uC5EC \uBC88\uC5ED \uC2A4\uD0C0\uC77C\uC744 \uAD6C\uBD84\uD558\uC138\uC694.",interface:"\uC778\uD130\uD398\uC774\uC2A4 \uC124\uC815",import_export:"\uAC00\uC838\uC624\uAE30/\uB0B4\uBCF4\uB0B4\uAE30",import_export_title:"\uAD6C\uC131 \uAC00\uC838\uC624\uAE30/\uB0B4\uBCF4\uB0B4\uAE30",syncToGoogleDrive:"\uC9C0\uAE08 Google \uB4DC\uB77C\uC774\uBE0C\uC640 \uB3D9\uAE30\uD654",floatBallOptions:"\uD638\uBC84\uBCFC \uC124\uC815","floatBallOptions.enable":"\uD638\uBC84\uBCFC \uD65C\uC131\uD654","floatBallOptions.blockUrls":"\uC6F9\uC0AC\uC774\uD2B8 \uBE44\uD65C\uC131\uD654","floatBallOptions.add":"\uC99D\uAC00","floatBallOptions.blockUrlDesc":"\uB2E4\uC74C \uC6F9\uC0AC\uC774\uD2B8\uC5D0\uC11C\uB294 \uD638\uBC84\uBCFC\uC774 \uD45C\uC2DC\uB418\uC9C0 \uC54A\uC2B5\uB2C8\uB2E4.","floatBallOptions.clickType":"\uD074\uB9AD \uB3D9\uC791","floatBallOptions.clickTypeDesc":"\uD074\uB9AD \uC2DC \uD638\uBC84\uBCFC \uC544\uC774\uCF58 \uB3D9\uC791","floatBallOptions.clickPopup":"\uBC88\uC5ED \uD328\uB110 \uD45C\uC2DC","floatBallOptions.clickTranslate":"\uC6D0\uBCF8 \uD14D\uC2A4\uD2B8 \uBC88\uC5ED/\uD45C\uC2DC","floatBallOptions.fixedPosition":"\u56FA\u5B9A\u4F4D\u7F6E","floatBallOptions.fixedPositionDesc":"\u60AC\u6D6E\u7403\u5728\u7A97\u53E3\u5DE6\u4FA7\u8FD8\u662F\u53F3\u4FA7","floatBallOptions.fixedPositionLeft":"\u5DE6\u4FA7","floatBallOptions.fixedPositionRight":"\u53F3\u4FA7",previewAllThemes:"\uBAA8\uB4E0 \uC2A4\uD0C0\uC77C \uBBF8\uB9AC\uBCF4\uAE30","translationTheme.none":"\uAC00\uC9C0\uACE0 \uC788\uC9C0 \uC54A\uB2E4","translationTheme.grey":"\uC9D9\uC740 \uD68C\uC0C9","translationTheme.dashed":"\uC810\uC120 \uBC11\uC904","translationTheme.dotted":"\uC810\uC120 \uBC11\uC904","translationTheme.dashedBorder":"\uC810\uC120 \uD14C\uB450\uB9AC","translationTheme.solidBorder":"\uC2E4\uC120 \uD14C\uB450\uB9AC","translationTheme.underline":"\uC9C1\uC120\uC5D0 \uBC11\uC904","translationTheme.mask":"\uD37C\uC9C0 \uD6A8\uACFC(\uD559\uC2B5 \uBAA8\uB4DC)","translationTheme.opacity":"\uD22C\uBA85\uC131 \uD6A8\uACFC","translationTheme.paper":"\uD770 \uC885\uC774 \uADF8\uB9BC\uC790 \uD6A8\uACFC","translationTheme.dividingLine":"\uAD6C\uBD84\uC120","translationTheme.highlight":"\uB192\uC740 \uBC1D\uAE30","translationTheme.marker":"\uB9C8\uCEE4(\uC678\uB798\uC5B4)","translationTheme.marker2":"\uB9C8\uCEE4 2","translationTheme.blockquote":"\uCC38\uC870 \uC2A4\uD0C0\uC77C","translationTheme.weakening":"\uC57D\uD654","translationTheme.italic":"\uAE30\uC6B8\uC5B4\uC9C0\uB294 \uC11C\uCCB4","translationTheme.bold":"\uB450\uAECD\uAC8C","translationTheme.thinDashed":"\uAC00\uB294 \uC810\uC120 \uBC11\uC904","translationTheme.nativeDashed":"\uC2DC\uC2A4\uD15C\uC5D0\uB294 \uC810\uC120\uC73C\uB85C \uD45C\uC2DC\uB41C \uBC11\uC904\uC774 \uC788\uC2B5\uB2C8\uB2E4.","translationTheme.nativeDotted":"\uC2DC\uC2A4\uD15C\uC5D0\uB294 \uC810\uC120\uC73C\uB85C \uBC11\uC904\uC774 \uADF8\uC5B4\uC838 \uC788\uC2B5\uB2C8\uB2E4.","translationTheme.nativeUnderline":"\uC2DC\uC2A4\uD15C\uC5D0\uB294 \uC9C1\uC120 \uBC11\uC904\uC774 \uC788\uC2B5\uB2C8\uB2E4.","translationTheme.wavy":"\uBB3C\uACB0 \uBAA8\uC591 \uB77C\uC778","translationServices.custom":"\uC0AC\uC6A9\uC790 \uC9C0\uC815 API","translationServices.tencent":"\uD150\uC13C\uD2B8 \uBC88\uC5ED\uAE30","translationServices.tenAlpha":"\uD150\uC13C\uD2B8 \uBC88\uC5ED\uAE30(\uC54C\uD30C)","translationServices.google":"Google \uBC88\uC5ED","translationServices.bai":"\uBC14\uC774\uB450(\uC54C\uD30C)","translationServices.baidu":"\uBC14\uC774\uB450 \uBC88\uC5ED","translationServices.aliyun":"\uC54C\uB9AC\uD074\uB77C\uC6B0\uB4DC \uBC88\uC5ED","translationServices.volc":"\uD654\uC0B0 \uBC88\uC5ED","translationServices.deeplx":"DeepLX(\uBCA0\uD0C0)","translationServices.bing":"Microsoft \uBC88\uC5ED","translationServices.deepl":"DeepL","translationServices.wechat":"\uC704\uCC57 \uBC88\uC5ED","translationServices.azure":"Azure \uBC88\uC5ED","translationServices.ibm":"IBM \uC653\uC2A8","translationServices.aws":"\uC544\uB9C8\uC874 \uBC88\uC5ED","translationServices.mock":"\uC2DC\uBBAC\uB808\uC774\uC158 \uBC88\uC5ED","translationServices.mock2":"\uC2DC\uBBAC\uB808\uC774\uC158 \uBC88\uC5ED 2","translationServices.caiyun":"\uC870\uBA85. \uB2E4\uCC44\uB85C\uC6B4 \uAD6C\uB984\uACFC \uC791\uC740 \uBC88\uC5ED","translationServices.cai":"\uB2E4\uCC44\uB85C\uC6B4 \uAD6C\uB984(\uC54C\uD30C)","translationServices.volcAlpha":"\uD654\uC0B0 (\uC54C\uD30C)","translationServices.openl":"OpenL","translationServices.youdao":"\uC720\uD29C\uBE0C \uBC88\uC5ED","translationServices.you":"\uC720\uB2E4\uC624 \uBC88\uC5ED\uAE30(\uC54C\uD30C)","translationServices.transmart":"\uD150\uC13C\uD2B8 \uC778\uD130\uB799\uD2F0\uBE0C \uBC88\uC5ED","translationServices.niu":"\uB9E4\uBC84\uB9AD \uBC88\uC5ED\uAE30","translationServices.papago":"\uD30C\uD30C\uACE0 \uBC88\uC5ED","translationServices.d":"D(\uC54C\uD30C)","translationServices.dpro":"D \uD504\uB85C(\uCE74\uB098\uB9AC\uC544)","translationServices.openai":"OpenAI","translationServices.yandex":"Yandex","translationServices.chatgpt":"ChatGPT \uC6F9(3.5 \uBAA8\uBC14\uC77C)","translate title":"\uD398\uC774\uC9C0 \uC81C\uBAA9 \uBC88\uC5ED","always languages":"\uD56D\uC0C1 \uC5B8\uC5B4 \uBC88\uC5ED",neverTranslateLanguagesLabel:"\uBC88\uC5ED\uB418\uC9C0 \uC54A\uB294 \uC5B8\uC5B4",neverTranslateTheFollowingLanguagesDescription:"\uD398\uC774\uC9C0\uC758 \uB2E8\uB77D\uC774 \uB2E4\uC74C \uC5B8\uC5B4 \uC911 \uD558\uB098\uC778 \uACBD\uC6B0 \uBC88\uC5ED\uC774 \uAC74\uB108\uB6F0\uC5B4\uC9D1\uB2C8\uB2E4.",enableUserscriptPagePopup:"\uD398\uC774\uC9C0\uC5D0 \uD638\uBC84\uBCFC \uD45C\uC2DC",enableUserscriptPagePopupDescription:"\uD638\uBC84\uBCFC\uC744 \uB044\uACE0 \uB098\uBA74 \uBC14\uB85C \uAC00\uAE30 /{touch}\uB85C \uBD88\uB7EC\uC62C \uC218 \uC788\uC2B5\uB2C8\uB2E4. \uC2E4\uC218\uB85C \uC774 \uC635\uC158\uC744 \uB048 \uD6C4 \uD638\uBC84\uBCFC\uC744 \uCC3E\uC9C0 \uBABB\uD558\uB294 \uACBD\uC6B0\uB97C \uBC29\uC9C0\uD558\uAE30 \uC704\uD574 \uC774 \uC124\uC815 \uD398\uC774\uC9C0\uB97C \uBD81\uB9C8\uD06C\uC5D0 \uCD94\uAC00\uD558\uB294 \uAC83\uC774 \uC88B\uC2B5\uB2C8\uB2E4!","always translate the following languages":"\uD398\uC774\uC9C0\uAC00 \uB2E4\uC74C \uC5B8\uC5B4 \uC911 \uD558\uB098\uC778 \uACBD\uC6B0 \uB300\uC0C1 \uC5B8\uC5B4\uB85C \uC790\uB3D9 \uBC88\uC5ED\uB429\uB2C8\uB2E4.","always sites":"\uD56D\uC0C1 \uBC88\uC5ED\uB41C \uC6F9 \uC0AC\uC774\uD2B8","always translate the following sites":"\uC6F9 \uC0AC\uC774\uD2B8\uAC00 \uB2E4\uC74C \uB3C4\uBA54\uC778 \uC774\uB984\uC778 \uACBD\uC6B0 \uB300\uC0C1 \uC5B8\uC5B4\uB85C \uC790\uB3D9 \uBC88\uC5ED\uB429\uB2C8\uB2E4.","never sites":"\uBC88\uC5ED\uB418\uC9C0 \uC54A\uC740 \uC6F9 \uC0AC\uC774\uD2B8","never translate the following sites":"\uC6F9\uC0AC\uC774\uD2B8\uAC00 \uB2E4\uC74C \uB3C4\uBA54\uC778\uC6A9\uC778 \uACBD\uC6B0 \uBC88\uC5ED\uC774 \uC218\uD589\uB418\uC9C0 \uC54A\uC2B5\uB2C8\uB2E4.","please refer to":"\uD0A4\uB97C \uC0AC\uC6A9\uD558\uB824\uBA74 \uD0A4\uB97C \uC785\uB825\uD574\uC57C \uD558\uBA70, \uC790\uC138\uD55C \uB0B4\uC6A9\uC740 \uB2E4\uC74C\uC744 \uCC38\uC870\uD558\uC138\uC694.",KeyAndConfigurationTutorial:"\uC8FC\uC694 \uC560\uD50C\uB9AC\uCF00\uC774\uC158 \uBC0F \uAD6C\uC131 \uD29C\uD1A0\uB9AC\uC5BC",useAboveStyleForTheseSites:"\uB2E4\uC74C \uB3C4\uBA54\uC778\uC744 \uC704\uD55C \uC0AC\uC774\uD2B8\uC778 \uACBD\uC6B0 \uD56D\uC0C1 \u2308{theme}\u230B \uBC88\uC5ED \uC2A4\uD0C0\uC77C\uC744 \uC0AC\uC6A9\uD558\uC138\uC694.",currentUrl:"\uD604\uC7AC URL",confirm:"\uC800\uC7A5(\uD30C\uC77C \uB4F1)(\uCEF4\uD4E8\uD305)",cancel:"\uCDE8\uC18C",delete:"\uC81C\uAC70","languages.auto":"\uC790\uB3D9 \uAC10\uC9C0",syncToCloud:"Google \uB4DC\uB77C\uC774\uBE0C\uC5D0 \uB3D9\uAE30\uD654",syncToCloudDescription:"\uD074\uB77C\uC6B0\uB4DC\uC5D0 \uC5C5\uB85C\uB4DC\uB41C \uAD6C\uC131\uC740 \uB9C8\uC9C0\uB9C9\uC73C\uB85C \uC218\uC815\uB41C \uBE0C\uB77C\uC6B0\uC800/\uADF8\uB9AC\uC2A4\uBABD\uD0A4 \uC2A4\uD06C\uB9BD\uD2B8 \uAC04\uC5D0 \uB3D9\uAE30\uD654\uD560 \uC218 \uC788\uC2B5\uB2C8\uB2E4.",syncToAccount:"\uBAB0\uC785\uD615 \uBC88\uC5ED \uD074\uB77C\uC6B0\uB4DC\uC5D0 \uB3D9\uAE30\uD654",syncToAccountButton:"\uD074\uB77C\uC6B0\uB4DC\uC640 \uC989\uC2DC \uB3D9\uAE30\uD654",syncToAccountDescription:"\uB9C8\uC9C0\uB9C9\uC73C\uB85C \uC218\uC815\uD55C \uC2DC\uAC04\uC744 \uAE30\uC900\uC73C\uB85C \uC11C\uB85C \uB2E4\uB978 \uC7A5\uCE58 \uAC04\uC5D0 \uAD6C\uC131\uC744 \uC790\uB3D9\uC73C\uB85C \uB3D9\uAE30\uD654\uD569\uB2C8\uB2E4.",successSyncConfigInAccount:"\uD074\uB77C\uC6B0\uB4DC\uC640\uC758 \uC131\uACF5\uC801\uC778 \uB3D9\uAE30\uD654",successSyncConfigToAccount:"\uD074\uB77C\uC6B0\uB4DC\uC5D0 \uC131\uACF5\uC801\uC73C\uB85C \uB3D9\uAE30\uD654",syncConfigNoUpdate:"\uC774\uBBF8 \uCD5C\uC2E0 \uBC84\uC804\uC785\uB2C8\uB2E4.",authFail:"\uC778\uC99D \uC2E4\uD328",syncTitle:"\uC218\uB3D9 \uBC31\uC5C5 \uAD00\uB9AC",import_hint:"\uAC00\uC838\uC624\uAE30(\uB370\uC774\uD130)",upload:"\uC5C5\uB85C\uB4DC",revokeAuth:"\uC2B9\uC778 \uCDE8\uC18C",uploadFail:"\uC5C5\uB85C\uB4DC \uC2E4\uD328",download:"\uB2E4\uC6B4\uB85C\uB4DC",importSuccess:"\uAC00\uC838\uC624\uAE30 \uC131\uACF5",importFail:"\uAC00\uC838\uC624\uAE30 \uC2E4\uD328",deleteFail:"\uC0AD\uC81C\uD558\uC9C0 \uBABB\uD568",backupToCloud:"\uBC31\uC5C5 \uD30C\uC77C \uC218\uB3D9 \uAD00\uB9AC",create_new_backup:"\uC0C8 \uBC31\uC5C5 \uB178\uB4DC \uCD94\uAC00",maxBackupFiles:"\uCD5C\uB300{count}\uAC1C\uC758 \uC11C\uB85C \uB2E4\uB978 \uB178\uB4DC\uB97C \uBC31\uC5C5\uD560 \uC218 \uC788\uC73C\uBA70, \uD544\uC694\uD558\uC9C0 \uC54A\uC740 \uB178\uB4DC\uB294 \uC0AD\uC81C\uD558\uC138\uC694.",backupToCloudDescription:"\uBC31\uC5C5 \uD30C\uC77C\uC744 \uC218\uB3D9\uC73C\uB85C \uC5C5\uB85C\uB4DC\uD558\uAC70\uB098 \uBCF5\uC6D0\uD558\uC5EC \uCD5C\uB300 3\uAC1C\uC758 \uC11C\uB85C \uB2E4\uB978 \uBC31\uC5C5 \uD5C8\uC6A9",successSyncConfig:"\uD074\uB77C\uC6B0\uB4DC\uC640\uC758 \uC131\uACF5\uC801\uC778 \uB3D9\uAE30\uD654",syncFail:"\uB3D9\uAE30\uD654 \uC2E4\uD328",updatedAt:"{date}\uC5D0\uC11C \uC5C5\uB370\uC774\uD2B8\uB428",lastSyncedAt:"\uCD5C\uC885 \uD655\uC778: {date}",downloadFail:"\uB2E4\uC6B4\uB85C\uB4DC\uC5D0 \uC2E4\uD328\uD588\uC2B5\uB2C8\uB2E4.",clickToDownload:"\uB2E4\uC6B4\uB85C\uB4DC\uD558\uB824\uBA74 \uD074\uB9AD",aboutLabel:"\uC815\uBCF4 - \uD53C\uB4DC\uBC31","browser.openAboutPage":"\uC815\uBCF4/\uD53C\uB4DC\uBC31",aboutLabelWithoutSponsor:"\uC815\uBCF4 - \uD53C\uB4DC\uBC31",aboutIntro:"\uC6B0\uB9AC \uBAA8\uB450\uAC00 \uC778\uD130\uB137\uC758 \uBC29\uB300\uD55C \uC678\uAD6D\uC5B4 \uC815\uBCF4\uC5D0 \uB354 \uC27D\uACE0 \uC990\uAC81\uAC8C \uC561\uC138\uC2A4\uD560 \uC218 \uC788\uAE30\uB97C \uBC14\uB78D\uB2C8\uB2E4 \u2764\uFE0F <6>Pro \uBA64\uBC84\uC2ED\uC744 \uD65C\uC131\uD654\uD558\uC5EC \uBC14\uB85C \uC0AC\uC6A9\uD560 \uC218 \uC788\uB294 DeepL \uBC0F OpenAI \uBC88\uC5ED\uC744 \uC0AC\uC6A9\uD560 \uC218 \uC788\uC2B5\uB2C8\uB2E4.

<3>\uD2B8\uC704\uD130, <4>\uD154\uB808\uADF8\uB7A8, \uC6E8\uC774\uBCF4, \uC704\uCC57\uC5D0\uC11C \uD314\uB85C\uC6B0\uD558\uAC70\uB098 \uC544\uB798 <5>\uBA54\uC77C\uB9C1 \uB9AC\uC2A4\uD2B8\uC5D0 <5>\uAC00\uC785\uD558\uC5EC \uC5C5\uB370\uC774\uD2B8\uB97C \uD655\uC778\uD560 \uC218 \uC788\uC2B5\uB2C8\uB2E4.
<7>\uD504\uB85C \uD68C\uC6D0\uC740 <8>support@immersivetranslate.com \uC73C\uB85C \uBB38\uC758\uD558\uC2DC\uBA74 \uBE60\uB978 \uACE0\uAC1D \uC11C\uBE44\uC2A4\uB97C \uBC1B\uC73C\uC2E4 \uC218 \uC788\uC2B5\uB2C8\uB2E4.",aboutIntroWithoutSponsor:"\uC6B0\uB9AC \uBAA8\uB450\uAC00 \uC778\uD130\uB137\uC5D0\uC11C \uC81C\uACF5\uB418\uB294 \uBC29\uB300\uD55C \uC591\uC758 \uC678\uAD6D\uC5B4 \uC815\uBCF4\uC5D0 \uB354 \uC27D\uACE0 \uC990\uAC81\uAC8C \uC811\uADFC\uD560 \uC218 \uC788\uAE30\uB97C \uBC14\uB78D\uB2C8\uB2E4 \u2764\uFE0F

<3>\uD2B8\uC704\uD130, <4>\uD154\uB808\uADF8\uB7A8 \uCC44\uB110, \uC704\uCC57, \uC704\uCC57 \uC775\uC2A4\uCCB4\uC778\uC9C0\uC5D0\uC11C \uD314\uB85C\uC6B0\uD558\uAC70\uB098 \uC544\uB798 <5>\uC774\uBA54\uC77C\uB85C \uC5C5\uB370\uC774\uD2B8\uB97C <5>\uAD6C\uB3C5\uD560 \uC218 \uC788\uC2B5\uB2C8\uB2E4.",projectHomepage:"\uD504\uB85C\uC81D\uD2B8 \uD648",joinTelegramGroup:"\uC0AC\uC6A9\uC790 \uADF8\uB8F9\uC5D0 \uAC00\uC785\uD558\uC5EC \uAE30\uB2A5 \uD1A0\uB860\uC5D0 \uCC38\uC5EC\uD558\uC138\uC694.",wechatPublicAccount:"\uC704\uCC57 \uACF5\uAC1C",wechatCommunities:"\uC704\uCC57 \uAD50\uD658 \uADF8\uB8F9",qqCommunities:"QQ \uCEE4\uBBA4\uB2C8\uCF00\uC774\uC158 \uCC44\uB110",joinTelegramChannel:"\uD154\uB808\uADF8\uB7A8 \uCC44\uB110 \uD314\uB85C\uC6B0\uD558\uC5EC \uCD5C\uC2E0 \uC5C5\uB370\uC774\uD2B8 \uD655\uC778",feedbackAndJoin:"\uC9C8\uBB38 \uD53C\uB4DC\uBC31 / \uADF8\uB8F9 \uCD94\uAC00",autoSync:"\uC790\uB3D9 \uC2DC\uAC04 \uB3D9\uAE30\uD654",loadingThemeTitle:"\uB85C\uB529 \uC2A4\uD0C0\uC77C",loadingThemeDescription:"\uBC88\uC5ED \uB85C\uB4DC\uB97C \uAE30\uB2E4\uB9B4 \uB54C \uC2A4\uD0C0\uC77C \uC124\uC815\uD558\uAE30","loadingTheme.spinner":"\uD68C\uC804 \uC560\uB2C8\uBA54\uC774\uC158","loadingTheme.text":"\uC815\uC801 \uD14D\uC2A4\uD2B8 sth. ","loadingTheme.none":"\uD45C\uC2DC\uB418\uC9C0 \uC54A\uC74C",developerDescription:"\uACE0\uAE09 \uC0AC\uC6A9\uC790 \uC9C0\uC815\uC5D0 \uB300\uD55C \uBB38\uC11C\uB294 <1>\uC5EC\uAE30\uC5D0\uC11C \uD655\uC778\uD560 \uC218 \uC788\uC2B5\uB2C8\uB2E4.","edit border color":"\uD14C\uB450\uB9AC \uC0C9\uC0C1 \uC218\uC815",successSyncButNoChange:"\uD604\uC7AC \uAD6C\uC131\uC774 \uD074\uB77C\uC6B0\uB4DC\uC640 \uC77C\uCE58\uD569\uB2C8\uB2E4.",customTheme:"\uB9DE\uCDA4\uD615 \uC0C9\uC0C1 \uBC0F \uD06C\uAE30","customThemeLabel.borderColor":"\uD14C\uB450\uB9AC \uC0C9\uC0C1","customThemeLabel.borderRadius":"\uB465\uADFC \uBAA8\uC11C\uB9AC","customThemeLabel.textColor":"\uD14D\uC2A4\uD2B8 \uC0C9\uC0C1","customThemeLabel.backgroundColor":"\uBC30\uACBD\uC0C9","customThemeLabel.zoom":"\uAE00\uAF34 \uD06C\uAE30 \uC870\uC815(%)","customThemeLabel.opacity":"\uD14D\uC2A4\uD2B8 \uBD88\uD22C\uBA85\uB3C4(%)",resetToDefaultColor:"\uAE30\uBCF8 \uC0C9\uC0C1\uC73C\uB85C \uBCF5\uC6D0",resetToDefaultSettings:"\uAE30\uBCF8 \uC124\uC815\uC73C\uB85C \uBCF5\uC6D0",isTranslateTitle:"\uD398\uC774\uC9C0 \uC81C\uBAA9 \uBC88\uC5ED \uC0AC\uC6A9",isTranslateTitleDescription:"\uC804\uC6D0\uC744 \uCF1C\uBA74 \uD398\uC774\uC9C0 \uC81C\uBAA9\uC774 \uBC88\uC5ED\uB429\uB2C8\uB2E4.",enableSearchEnhancement:"\uC774\uC911 \uC5B8\uC5B4 \uBA54\uC2DC\uC9C0 \uD5A5\uC0C1 \uC0AC\uC6A9",enableSearchEnhancementDescription:"\uC774 \uAE30\uB2A5\uC744 \uD65C\uC131\uD654\uD558\uBA74 \uC9C0\uC6D0\uB418\uB294 \uC6F9\uC0AC\uC774\uD2B8(Google \uB274\uC2A4, Google \uAC80\uC0C9(\uC77C\uBD80 \uD0A4\uC6CC\uB4DC), \uC2A4\uB178\uC6B0\uBCFC, \uC624\uB9AC\uC5D4\uD0C8 \uD3EC\uCD98, \uD4E8\uD22C\uB77C, \uD0C0\uC774\uAC70 \uCEE4\uBBA4\uB2C8\uD2F0)\uC758 \uC624\uB978\uCABD \uC5F4\uC5D0 \uD574\uB2F9 \uC601\uC5B4 \uD0A4\uC6CC\uB4DC\uC5D0 \uB300\uD55C 'Google \uB274\uC2A4'\uC758 \uAC80\uC0C9 \uACB0\uACFC\uAC00 \uC790\uB3D9\uC73C\uB85C \uD45C\uC2DC\uB429\uB2C8\uB2E4.",verifyService:"\uC11C\uBE44\uC2A4\uB97C \uD14C\uC2A4\uD2B8\uD558\uB824\uBA74 \uC5EC\uAE30\uB97C \uD074\uB9AD\uD558\uC138\uC694.",verified:"\uC131\uACF5 \uD655\uC778","field.langs":"\uC9C0\uC6D0\uB418\uB294 \uC5B8\uC5B4 \uCF54\uB4DC","field.model":"\uBAA8\uB378\uB9C1","field.translationEngine":"\uBC88\uC5ED \uC5D4\uC9C4","field.limitPerMinute":"\uBD84\uB2F9 \uCD5C\uB300 \uC694\uCCAD \uC218","field.limitPerSecond":"\uCD08\uB2F9 \uCD5C\uB300 \uC694\uCCAD \uC218","field.maxTextLengthPerRequest":"\uC694\uCCAD\uB2F9 \uCD5C\uB300 \uD14D\uC2A4\uD2B8 \uAE38\uC774","field.maxTextGroupLengthPerRequest":"\uC694\uCCAD\uB2F9 \uCD5C\uB300 \uB2E8\uB77D \uC218","field.apiUrl":"\uC0AC\uC6A9\uC790 \uC9C0\uC815 API \uC778\uD130\uD398\uC774\uC2A4 \uC8FC\uC18C","field.placeholderDelimiters":"\uC608\uC57D\uB41C \uC790\uB9AC \uD45C\uC2DC\uC790","description.custom":"\uC0AC\uC6A9\uC790 \uC9C0\uC815 \uC778\uD130\uD398\uC774\uC2A4 \uC561\uC138\uC2A4 \uBB38\uC11C \uD544\uC694","description.limitPerMinute":"\uC774 \uD55C\uB3C4\uB97C \uCD08\uACFC\uD558\uB294 \uC694\uCCAD\uC740 \uB2E4\uC74C \uBD84\uC774 \uC2DC\uC791\uB420 \uB54C\uAE4C\uC9C0 \uB300\uAE30\uC5F4\uC5D0 \uB4E4\uC5B4\uAC11\uB2C8\uB2E4. \uD604\uC7AC OpenAI \uC11C\uBE44\uC2A4\uC758 \uC5EC\uB7EC \uAC00\uC9C0 \uC81C\uD55C \uC0AC\uD56D\uC73C\uB85C \uC778\uD574 <1>\uC5EC\uAE30\uB97C \uD074\uB9AD\uD558\uC5EC \uCD5C\uC2E0 \uC81C\uC548 \uAC12\uC744 \uD655\uC778\uD558\uC138\uC694.","description.limitPerSecond":"\uC774 \uC81C\uD55C\uC744 \uCD08\uACFC\uD558\uB294 \uC694\uCCAD\uC740 \uB2E4\uC74C \uCD08\uAC00 \uC2DC\uC791\uB420 \uB54C\uAE4C\uC9C0 \uB300\uAE30\uC5F4\uC5D0 \uB4E4\uC5B4\uAC11\uB2C8\uB2E4. \uD604\uC7AC OpenAI \uC11C\uBE44\uC2A4\uC758 \uC5EC\uB7EC \uAC00\uC9C0 \uC81C\uD55C \uC0AC\uD56D\uC73C\uB85C \uC778\uD574 <1>\uC5EC\uAE30\uB97C \uD074\uB9AD\uD558\uC5EC \uCD5C\uC2E0 \uC81C\uC548 \uAC12\uC744 \uD655\uC778\uD558\uC138\uC694.","description.generalLimitPerSecond":"\uC774 \uC81C\uD55C\uC744 \uCD08\uACFC\uD558\uB294 \uC694\uCCAD\uC740 \uB2E4\uC74C \uCD08\uAC00 \uC2DC\uC791\uB420 \uB54C\uAE4C\uC9C0 \uB300\uAE30\uC5F4\uC5D0 \uB4E4\uC5B4\uAC11\uB2C8\uB2E4.","description.prompt":"\uC0AC\uC6A9\uC790 \uC2E0\uBD84\uC73C\uB85C {service}\uC5D0 \uBCF4\uB0B8 \uB300\uD654\uC5D0\uC11C {{text}}\uB294 \uB2E8\uB77D\uC758 \uD14D\uC2A4\uD2B8 \uB0B4\uC6A9\uC744 \uB098\uD0C0\uB0B4\uACE0, {{from}}\uC740 \uB2E8\uB77D\uC758 \uC5B8\uC5B4\uB97C \uB098\uD0C0\uB0B4\uBA70, {{to}}\uB294 \uBAA9\uD45C \uC5B8\uC5B4\uB97C \uB098\uD0C0\uB0C5\uB2C8\uB2E4.","description.maxTextLengthPerRequest":"\uC694\uCCAD\uB2F9 \uCD5C\uB300 \uAE00\uC790 \uC218\uAC00 \uB108\uBB34 \uB9CE\uC73C\uBA74 \uC778\uD130\uD398\uC774\uC2A4\uAC00 \uB290\uB9AC\uAC8C \uC751\uB2F5\uD558\uBBC0\uB85C \uC774 \uC635\uC158\uC744 \uC870\uC815\uD558\uC5EC \uC18D\uB3C4\uB97C \uCD5C\uC801\uD654\uD558\uC138\uC694.","description.systemPrompt":"\uC2DC\uC2A4\uD15C\uC73C\uB85C\uC11C OpenAI\uC5D0 \uC804\uC1A1\uB418\uB294 \uB300\uD654\uB85C, {{text}} \uC740 \uB2E8\uB77D\uC758 \uD14D\uC2A4\uD2B8 \uB0B4\uC6A9\uC744 \uB098\uD0C0\uB0B4\uACE0{{from}} \uC740 \uB2E8\uB77D\uC758 \uC5B8\uC5B4\uB97C \uB098\uD0C0\uB0B4\uBA70{{to}} \uC740 \uB300\uC0C1 \uC5B8\uC5B4\uB97C \uB098\uD0C0\uB0C5\uB2C8\uB2E4.","field.domain":"\uC601\uC5ED","description.domain":"\uAE30\uBCF8\uAC12\uC740\uFF1Ageneral\uC785\uB2C8\uB2E4. \uC544\uB9AC\uB9C8 API \uCF58\uC194\uC5D0\uC11C \uB3C4\uBA54\uC778 \uBC88\uC5ED\uC774 \uD65C\uC131\uD654\uB41C \uACBD\uC6B0\uC5D0\uB9CC \uC124\uC815\uD560 \uC218 \uC788\uC73C\uBA70, \uC9C0\uC6D0\uB418\uB294 \uB3C4\uBA54\uC778\uC740 <1>\uC5EC\uAE30\uB97C \uCC38\uC870\uD558\uC138\uC694.","field.scene":"take","description.scene":"\uAE30\uBCF8\uAC12\uC740\uFF1Ageneral\uC785\uB2C8\uB2E4. AliCloud API \uCF58\uC194\uC774 Machine Translation Pro\uB97C \uC5EC\uB294 \uACBD\uC6B0\uC5D0\uB9CC \uC124\uC815\uD560 \uC218 \uC788\uC73C\uBA70, \uC9C0\uC6D0\uB418\uB294 \uC2DC\uB098\uB9AC\uC624\uB294 <1>\uC5EC\uAE30\uB97C \uCC38\uC870\uD558\uC138\uC694.","field.vocabId":"\uC0AC\uC6A9\uC790 \uC0AC\uC804 ID","description.vocabId":"\uC9C0\uC815\uB41C \uC0AC\uC804 out_id\uB294 \uD604\uC7AC \uC601\uC5B4\uC5D0\uC11C \uC911\uAD6D\uC5B4 \uBC88\uC5ED\uC744 \uC9C0\uC6D0\uD569\uB2C8\uB2E4.","description.model":"OpenAI \uBAA8\uB378, gpt-3.5-turbo, gpt-4 \uB4F1 \uAC00\uB2A5","description.maxTextGroupLengthPerRequest":"\uD55C \uBC88\uC5D0 \uBC88\uC5ED \uC11C\uBE44\uC2A4\uB85C \uC804\uC1A1\uB418\uB294 \uB2E8\uB77D \uC218, \uB2E8\uB77D\uC774 \uB108\uBB34 \uB9CE\uC73C\uBA74 \uC778\uD130\uD398\uC774\uC2A4\uAC00 \uB290\uB9AC\uAC8C \uC751\uB2F5\uD560 \uC218 \uC788\uC2B5\uB2C8\uB2E4.","description.apiUrl":"\uACBD\uB85C, <1>\uC790\uC138\uD55C \uC124\uBA85\uC774 \uD3EC\uD568\uB41C \uD2B9\uC815 URL\uC744 \uCD94\uAC00\uD558\uC138\uC694.",enabledExtension:"\uD655\uC7A5 \uAE30\uB2A5 \uC0AC\uC6A9",clickToDisableExtension:"\uD655\uC7A5 \uAE30\uB2A5\uC744 \uBE44\uD65C\uC131\uD654\uD558\uB824\uBA74 \uD074\uB9AD\uD558\uC138\uC694.",clickToEnableExtension:"\uD655\uC7A5 \uAE30\uB2A5\uC744 \uC0AC\uC6A9\uD558\uB824\uBA74 \uD074\uB9AD\uD558\uC138\uC694.",hasBeenDisabled:"disabled","show password":"\uBE44\uBC00\uBC88\uD638 \uD45C\uC2DC",customContent:"\uC0AC\uC6A9\uC790 \uC9C0\uC815 \uBAA8\uB378 \uC774\uB984 \uC785\uB825",inputOptions:"\uC785\uB825 \uC0C1\uC790 \uAC1C\uC120",mouseHoverOptions:"\uB9C8\uC6B0\uC2A4 \uD638\uBC84",modifyMouseHoverKey:"\uB9C8\uC6B0\uC2A4 \uCEE4\uC11C \uBC14\uB85C \uAC00\uAE30 \uC218\uC815",enableInputTranslation:"\uC785\uB825 \uC0C1\uC790 \uD5A5\uC0C1 \uD65C\uC131\uD654 \uC5EC\uBD80",enableInputTranslationDescription:"\uD65C\uC131\uD654\uB418\uBA74 \uC785\uB825 \uC0C1\uC790\uC5D0 {startingKey}{startingKey} hello\uB97C \uC9C1\uC811 \uC785\uB825\uD55C \uB2E4\uC74C{inputTrailingTriggerKeyRepeatTimes}\uBC88{trailingKey}\uC744 \uBE60\uB974\uAC8C \uB20C\uB7EC {inputTargetLanguage}\uC73C\uB85C \uBC88\uC5ED\uD569\uB2C8\uB2E4.",enableInputTranslationDescriptionForNoneKey:"\uD65C\uC131\uD654\uB418\uBA74 \uC785\uB825 \uC0C1\uC790\uC5D0\uFF1AHello World\uB97C \uC9C1\uC811 \uC785\uB825\uD55C \uB2E4\uC74C{inputTrailingTriggerKeyRepeatTimes}{trailingKey}\uC744 \uBE60\uB974\uAC8C \uC5EC\uB7EC \uBC88 \uB20C\uB7EC \uAE30\uBCF8 \uB300\uC0C1 \uC5B8\uC5B4\uB85C \uBC88\uC5ED\uD569\uB2C8\uB2E4.",inputTargetLanguage:"\uC785\uB825 \uC0C1\uC790\uC758 \uAE30\uBCF8 \uB300\uC0C1 \uC5B8\uC5B4 \uC124\uC815",inputTargetLanguageDescription:"\uC785\uB825 \uC0C1\uC790 \uBC88\uC5ED\uC758 \uAE30\uBCF8 \uB300\uC0C1 \uC5B8\uC5B4(\uC608: \uD2B8\uB9AC\uAC70 \uB2E8\uC5B4\uC758 \uAE30\uBCF8 \uC5B8\uC5B4 {startingKey}{startingKey})",inputTargetLanguageDescriptionForNoneKey:"\uC785\uB825 \uC0C1\uC790 \uBC88\uC5ED\uC758 \uAE30\uBCF8 \uB300\uC0C1 \uC5B8\uC5B4",inputStartingTriggerKeyTitle:"\uC785\uB825 \uC0C1\uC790\uC758 \uBD80\uBD84 \uBC88\uC5ED\uC744 \uC704\uD574 \uBD84\uD560 \uBB38\uC790 \uC124\uC815\uD558\uAE30",inputStartingTriggerKeyDescription:"\uC785\uB825 \uC0C1\uC790 \uC804\uCCB4\uB97C \uBC88\uC5ED\uD560 \uD544\uC694\uAC00 \uC5C6\uB294 \uACBD\uC6B0 \uC2A4\uD50C\uB9AC\uD130\uB97C \uC0AC\uC6A9\uD558\uBA74 {startingKey}{startingKey} \uC5D0\uC11C \uC785\uB825 \uC0C1\uC790 \uB05D\uAE4C\uC9C0 \uBD80\uBD84\uB9CC \uBC88\uC5ED\uD558\uAC70\uB098 \uC5B8\uC5B4 \uCF54\uB4DC\uB97C \uC9C0\uC815\uD560 \uC218 \uC788\uC2B5\uB2C8\uB2E4(\uC608:\uFF1A{startingKey}ja \uB294 {startingKey}ja \uC5D0\uC11C \uC785\uB825 \uC0C1\uC790 \uB05D\uAE4C\uC9C0 \uBD80\uBD84\uB9CC \uBC88\uC5ED\uD55C\uB2E4\uB294 \uC758\uBBF8).",inputStartingTriggerKeyDescriptionForNoneKey:"\uD604\uC7AC \uC811\uB450\uC0AC \uC5C6\uC74C \uC124\uC815\uC740 \uD544\uC694\uD558\uC9C0 \uC54A\uC73C\uBA70, \uC785\uB825 \uC0C1\uC790\uC5D0 \uC788\uB294 \uC77C\uBD80 \uD14D\uC2A4\uD2B8\uC758 \uBC88\uC5ED \uAE30\uB2A5\uC740 \uB2F9\uBD84\uAC04 \uC0AC\uC6A9\uD560 \uC218 \uC5C6\uC2B5\uB2C8\uB2E4.",inputTrailingTriggerKeyTitle:"\uC785\uB825 \uC885\uB8CC \uD2B8\uB9AC\uAC70 \uBB38\uC790 \uC120\uD0DD",inputTrailingTriggerKeyDescription:"3\uBC88\uB9CC \uB204\uB974\uBA74{trailingKey} \uBC88\uC5ED\uC774 \uC2DC\uC791\uB429\uB2C8\uB2E4!",inputTrailingTriggerKeyTimeout:"\uC804\uD22C \uC885\uB8CC \uD2B8\uB9AC\uAC70 \uC0AC\uC774\uC758 \uC2DC\uAC04\uC744 \uC785\uB825\uD569\uB2C8\uB2E4.",inputTrailingTriggerKeyTimeoutDescription:"\uC785\uB825 \uC885\uB8CC \uCF64\uBCF4 \uD2B8\uB9AC\uAC70 \uC0AC\uC774\uC758 \uC2DC\uAC04(\uBC00\uB9AC\uCD08)\uC744 \uC124\uC815\uD569\uB2C8\uB2E4.",spaceKey:"<\u7A7A\u683C\u952E>",noneKey:"\uC811\uB450\uC0AC \uC5C6\uC774 \uC804\uCCB4 \uD14D\uC2A4\uD2B8 \uC0C1\uC790\uC758 \uC9C1\uC811 \uBC88\uC5ED",inputTranslationBlockUrlsTitle:"\uB2E4\uC74C URL\uC5D0\uC11C\uB294 \uC785\uB825 \uC0C1\uC790 \uAC1C\uC120 \uAE30\uB2A5\uC744 \uD65C\uC131\uD654\uD558\uC9C0 \uB9C8\uC138\uC694.",inputTranslationBlockUrlsDescription:"\uB2E4\uC74C URL\uC5D0\uC11C\uB294 \uC785\uB825 \uC0C1\uC790 \uAC1C\uC120 \uC0AC\uD56D\uC774 \uC791\uB3D9\uD558\uC9C0 \uC54A\uC2B5\uB2C8\uB2E4.",clickToSeeQuickDemo:"\uD074\uB9AD\uD558\uC5EC 30\uCD08 \uD035 \uD29C\uD1A0\uB9AC\uC5BC \uBE44\uB514\uC624 \uD655\uC7A5\uD558\uAE30",inputHelperInfo:"\uC124\uBA85\uFF1A\uC911\uAD6D\uC5B4 \uC785\uB825 \uBC29\uC2DD\uC5D0 \uB530\uB77C \uC77C\uBD80 \uD2B8\uB9AC\uAC70 \uBB38\uC790\uAC00 \uC911\uAD6D\uC5B4 \uBB38\uC7A5 \uBD80\uD638\uB85C \uBC14\uB00C\uB294 \uAC83\uC744 \uCD5C\uC801\uD654\uD588\uC2B5\uB2C8\uB2E4(\uC608: /\uB294 \uC18C\uAD6C \uC785\uB825 \uBC29\uC2DD\uC5D0 \uB530\uB77C \uB454 \uBD80\uD638\uB85C \uBC14\uB01C). \uBAB0\uC785\uD615 \uBC88\uC5ED\uAE30\uB294 \uD2B8\uB9AC\uAC70 \uBB38\uC790\uC5D0 \uD574\uB2F9\uD558\uB294 \uBAA8\uB4E0 \uC911\uAD6D\uC5B4 \uAE30\uD638, \uC989 //,,, \uB97C \uD2B8\uB9AC\uAC70 \uBB38\uC790\uB85C \uC778\uC2DD\uD560 \uC218 \uC788\uB3C4\uB85D \uC9C0\uC6D0\uD569\uB2C8\uB2E4.

\uB610\uD55C \uC5B8\uC5B4 \uCF54\uB4DC\uC5D0 \uC911\uAD6D\uC5B4 \uBCC4\uCE6D\uC744 \uBA85\uB839\uC5B4\uB85C \uC0AC\uC6A9\uD560 \uC218 \uC788\uC2B5\uB2C8\uB2E4(\uC608: /Japanese Hello World\uB294 \uC77C\uBCF8\uC5B4\uB85C \uBC88\uC5ED\uB428). <1>\uC9C0\uC6D0\uB418\uB294 \uBAA8\uB4E0 \uC5B8\uC5B4 \uCF54\uB4DC\uB97C \uBCF4\uB824\uBA74 \uC5EC\uAE30\uB97C \uD074\uB9AD\uD558\uC138\uC694.",reloadCurrentPage:"\uBC88\uC5ED\uC744 \uC2DC\uC791\uD558\uAE30 \uC804\uC5D0 \uD604\uC7AC \uD398\uC774\uC9C0\uB97C \uC0C8\uB85C\uACE0\uCE68\uD558\uC138\uC694.",noLocalFilePermissionForPDF:"\uB85C\uCEEC \uD30C\uC77C\uC744 \uC77D\uC744 \uC218 \uC788\uB294 \uAD8C\uD55C\uC774 \uC5C6\uB294 \uACBD\uC6B0 \uC704\uC758 \uBC84\uD2BC\uC744 \uD074\uB9AD\uD55C \uB2E4\uC74C \uB85C\uCEEC \uD30C\uC77C\uC744 \uAC00\uC838\uC624\uC138\uC694.",noPermissionForThisPage:"\u26A0\uFE0F \uD604\uC7AC \uD398\uC774\uC9C0 \uBC88\uC5ED \uAD8C\uD55C\uC774 \uC5C6\uC2B5\uB2C8\uB2E4.",retryAllParagraphs:"\uBAA8\uB4E0 \uC624\uB958 \uAD6C\uC808 \uB2E4\uC2DC \uC2DC\uB3C4",retryAllButton:"\uBAA8\uB4E0 \uC624\uB958 \uAD6C\uC808 \uB2E4\uC2DC \uC2DC\uB3C4",errorTooltipTitle:"\uC624\uB958\uC758 \uC6D0\uC778\uC744 \uBCF4\uB824\uBA74 \uD074\uB9AD\uD558\uC138\uC694.",errorModalTitle:"\uBC88\uC5ED \uC11C\uBE44\uC2A4 \uB610\uB294 \uB124\uD2B8\uC6CC\uD06C\uC5D0 \uBB38\uC81C\uAC00 \uC788\uB294 \uAC83 \uAC19\uC2B5\uB2C8\uB2E4...",disableConfirm:"\uC774\uC911 \uC5B8\uC5B4 \uC815\uBCF4 \uD5A5\uC0C1 \uC124\uC815",disableOnce:"\uC774 \uBE44\uD65C\uC131\uD654",disableGlobal:"\uC601\uAD6C\uC801\uC73C\uB85C \uBE44\uD65C\uC131\uD654",disableTint:"* {option} \uC5D0\uC11C \uB2E4\uC2DC \uD65C\uC131\uD654\uD560 \uC218 \uC788\uC2B5\uB2C8\uB2E4.",searchEnhancementNotes:"\uC911\uAD6D\uC5B4 \uD0A4\uC6CC\uB4DC\uC640 \uC601\uC5B4 \uD0A4\uC6CC\uB4DC\uC5D0 \uB300\uD55C \uB274\uC2A4 \uACB0\uACFC\uAC00 \uB9E4\uC6B0 \uB2E4\uB978 \uAC83\uC744 \uBC1C\uACAC\uD588\uC2B5\uB2C8\uB2E4. \uBAB0\uC785\uD615 \uBC88\uC5ED \uC774\uC911 \uC5B8\uC5B4 \uC815\uBCF4 \uD5A5\uC0C1 \uAE30\uB2A5\uC744 \uD65C\uC131\uD654\uD558\uBA74 \uC9C0\uC6D0\uB418\uB294 \uC6F9\uC0AC\uC774\uD2B8(Google \uB274\uC2A4, Google \uAC80\uC0C9(\uC77C\uBD80 \uD0A4\uC6CC\uB4DC), \uC2A4\uB178\uC6B0\uBCFC, \uB3D9\uC591\uC758 \uBD80, \uD4E8\uD22C\uB77C, \uD0C0\uC774\uAC70)\uC5D0\uC11C \uB3D9\uC77C\uD55C \uD0A4\uC6CC\uB4DC\uB97C \uC601\uC5B4\uB85C \uC790\uB3D9 \uAC80\uC0C9\uD558\uC5EC \uC624\uB978\uCABD\uC5D0 \uD45C\uC2DC\uD574 \uC90D\uB2C8\uB2E4. \uC774 \uAE30\uB2A5\uC774 \uD544\uC694\uD558\uC9C0 \uC54A\uC740 \uACBD\uC6B0 \uBE44\uD65C\uC131\uD654\uD560 \uC218 \uC788\uC2B5\uB2C8\uB2E4.",option:"\uC124\uC815",saveSettings:"\uC124\uC815 \uC800\uC7A5",closeModal:"\uCC3D \uB2EB\uAE30",enableInputTranslationWithoutTriggerKeyTitle:"{trailingKey}\uB97C 3\uBC88 \uBE60\uB974\uAC8C \uB204\uB974\uBA74 \uC804\uCCB4 \uC785\uB825 \uC0C1\uC790\uB97C{inputTargetLanguage}\uB85C \uBC14\uB85C \uBC88\uC5ED\uD560 \uC218 \uC788\uC2B5\uB2C8\uB2E4.",enableInputTranslationWithoutTriggerKeyDescription:"\uB300\uC0C1 \uC5B8\uC5B4\uB97C \uC9C0\uC815\uD558\uB824\uBA74 \uC55E\uC5D0 \uC5B8\uC5B4 \uCF54\uB4DC\uB97C \uBD99\uC785\uB2C8\uB2E4(\uC608:\uFF1Aja Hello World).",mouseHoverShortcutPlaceholder:"\uC608:\uFF1A\uC2DC\uD504\uD2B8",deepLProName:"\uBAB0\uC785\uD615 \uBC88\uC5ED \uD504\uB85C \uD68C\uC6D0(\uAD8C\uC7A5)",deepLProDescription:"\uD604\uC7AC \uD328\uD0A4\uC9C0\uB97C \uC9C1\uC811 \uC0AC\uC6A9\uD560 \uC218 \uC788\uC2B5\uB2C8\uB2E4.",deeplProDescriptionForNormal:"\uC124\uC815 \uD544\uC694 \uC5C6\uC74C, \uD68C\uC6D0\uC740 \uB85C\uADF8\uC778 \uD6C4 \uC0AC\uC6A9 \uAC00\uB2A5, <1>\uD68C\uC6D0\uC73C\uB85C \uC5C5\uADF8\uB808\uC774\uB4DC\uD558\uB824\uBA74 \uC5EC\uAE30\uB97C \uD074\uB9AD\uD558\uC138\uC694.",deepLCustomDescription:"\uC678\uAD6D \uC2E0\uC6A9 \uCE74\uB4DC \uD544\uC694, \uACF5\uC2DD\uC801\uC73C\uB85C \uAC1C\uC124\uB41C <1>DeepL,<2>\uBB38\uC11C\uB97C \uBCF4\uB824\uBA74 \uD074\uB9AD\uD558\uC138\uC694.",deepLCustomName:"\uC0AC\uC6A9\uC790 \uC9C0\uC815 \uC778\uC99D \uD0A4",chooseProviderLabel:"\uC11C\uBE44\uC2A4 \uC81C\uACF5\uC5C5\uCCB4 \uC120\uD0DD",openaiProName:"\uBAB0\uC785\uD615 \uBC88\uC5ED \uD504\uB85C \uD68C\uC6D0(\uAD8C\uC7A5)",openaiProDescription:"\uD604\uC7AC \uD328\uD0A4\uC9C0\uB97C \uC9C1\uC811 \uC0AC\uC6A9\uD560 \uC218 \uC788\uC2B5\uB2C8\uB2E4.",openaiProDescriptionForNormal:"\uC124\uC815\uC774 \uD544\uC694\uD558\uC9C0 \uC54A\uC73C\uBA70, \uD68C\uC6D0\uC740 \uB85C\uADF8\uC778 \uD6C4 \uC0AC\uC6A9\uD560 \uC218 \uC788\uC2B5\uB2C8\uB2E4. <1>\uD68C\uC6D0\uC73C\uB85C \uC5C5\uADF8\uB808\uC774\uB4DC\uD558\uB824\uBA74 \uC5EC\uAE30\uB97C \uD074\uB9AD\uD558\uC138\uC694.",openaiCustomDescription:"OpenAI, Azure OpenAI \uB610\uB294 \uAE30\uD0C0 \uD0C0\uC0AC \uC11C\uBE44\uC2A4\uC5D0\uC11C \uC0AC\uC6A9 \uAC00\uB2A5, <1>\uC124\uBA85\uC11C\uB97C \uBCF4\uB824\uBA74 \uC5EC\uAE30\uB97C \uD074\uB9AD\uD558\uC138\uC694.",openaiCustomName:"\uC0AC\uC6A9\uC790 \uC9C0\uC815 API \uD0A4",needLoginAction:"(\uACF5\uAC1C \uBA64\uBC84\uC2ED \uB610\uB294 \uC0AC\uC6A9\uC790 \uC9C0\uC815)",goLoginOrAction:"(\uBA64\uBC84\uC2ED\uC744 \uC5F4\uAC70\uB098 \uC124\uC815\uC73C\uB85C \uC774\uB3D9)",yearly:"\uC5F0\uAC04 \uC5F0\uC18D \uACB0\uC81C",quarterly:"\uC21C\uCC28\uC801 \uB798\uD551",monthly:"\uC6D4\uAC04 \uAD6C\uB3C5",yearlyForOnce:"\uC5F0\uAC04 1\uD68C \uD328\uD0A4\uC9C0",monthlyForOnce:"\uC6D4 1\uD68C \uD328\uD0A4\uC9C0",daily:"\uC5F0\uC18D \uD328\uD0B7 \uC77C\uC218",year:"\uC5F0\uAC04 \uC5F0\uC18D \uACB0\uC81C",quarter:"\uC21C\uCC28\uC801 \uB798\uD551",month:"\uC6D4\uAC04 \uAD6C\uB3C5",day:"\uC5F0\uC18D \uD328\uD0B7 \uC77C\uC218",onetime_7day:"7\uC77C \uCCB4\uD5D8 \uD329",currentPlanDescriptionForFree:"\uD604\uC7AC \uD328\uD0A4\uC9C0\uFF1A\uBB34\uB8CC",currentPlanDescriptionForContinuous:"\uD604\uC7AC \uD328\uD0A4\uC9C0\uFF1A{plan}\uB294 {endAt} \uC5D0\uC11C \uC790\uB3D9\uC73C\uB85C \uAC31\uC2E0\uB429\uB2C8\uB2E4.",currentPlanDescriptionForAutoRenewCaceling:"\uD604\uC7AC \uD328\uD0A4\uC9C0(\uFF1A{plan})\uB294 {endAt} \uC5D0\uC11C \uB9CC\uB8CC\uB418\uBA70 \uB9CC\uB8CC \uC2DC \uC790\uB3D9\uC73C\uB85C \uAC31\uC2E0\uB418\uC9C0 \uC54A\uC2B5\uB2C8\uB2E4.",currentYearlyPlanDescriptionForAutoRenewCacelingWithRealPaiedUser:"\uD604\uC7AC \uD328\uD0A4\uC9C0(\uFF1A{plan})\uB294 {endAt} \uC5D0\uC11C \uB9CC\uB8CC\uB418\uBA70 \uB9CC\uB8CC \uC2DC \uC790\uB3D9\uC73C\uB85C \uAC31\uC2E0\uB418\uC9C0 \uC54A\uC2B5\uB2C8\uB2E4.
<1>\uAC31\uC2E0 \uD50C\uB79C\uC744 \uAD00\uB9AC\uD558\uB824\uBA74 \uC5EC\uAE30\uB97C \uD074\uB9AD\uD558\uC138\uC694.",currentYearlyPlanDescriptionForAutoRenewCacelingWithAdmin:"\uD604\uC7AC \uD328\uD0A4\uC9C0(\uFF1A{plan})\uB294 {endAt} \uC5D0\uC11C \uB9CC\uB8CC\uB418\uBA70 \uB9CC\uB8CC \uC2DC \uC790\uB3D9\uC73C\uB85C \uAC31\uC2E0\uB418\uC9C0 \uC54A\uC2B5\uB2C8\uB2E4.
<1>\uC5F0\uAC04 \uC5F0\uC18D \uAD6C\uB3C5\uC744 \uD65C\uC131\uD654\uD558\uB824\uBA74 \uC5EC\uAE30\uB97C \uD074\uB9AD\uD558\uC138\uC694.",currentPlanDescriptionForOneTime:"\uD604\uC7AC \uAD6C\uB3C5\uFF1A{plan}\uC740 {endAt} \uC5D0\uC11C \uB9CC\uB8CC\uB418\uBA70, <1>\uC5F0\uAC04 \uB610\uB294 <2>\uC6D4\uAC04<1>\uBA64\uBC84\uC2ED\uC73C\uB85C \uC5C5\uADF8\uB808\uC774\uB4DC\uD558\uB824\uBA74 \uC5EC\uAE30\uB97C \uD074\uB9AD\uD558\uC138\uC694.",upgradePlan:"\uD504\uB85C \uBA64\uBC84\uC2ED\uC73C\uB85C \uC5C5\uADF8\uB808\uC774\uB4DC\uD558\uB824\uBA74 \uC5EC\uAE30\uB97C \uD074\uB9AD\uD558\uC138\uC694.",upgradeToPro:"\uD504\uB85C \uBA64\uBC84\uC2ED\uC73C\uB85C \uC5C5\uADF8\uB808\uC774\uB4DC","popup.openPro":"DeepL \uBC0F OpenAI \uBC88\uC5ED\uC744 \uC990\uAE30\uB824\uBA74 \uD504\uB85C \uBA64\uBC84\uC2ED\uC73C\uB85C \uC5C5\uADF8\uB808\uC774\uB4DC\uD558\uACE0 \uC5EC\uAE30\uB97C \uD074\uB9AD\uD558\uC5EC \uC5C5\uADF8\uB808\uC774\uB4DC\uD558\uC138\uC694!","popup.openProForPro":"\uADC0\uD558\uB294 DeepL \uBC0F OpenAI \uBC88\uC5ED\uC5D0 \uC9C1\uC811 \uC561\uC138\uC2A4\uD560 \uC218 \uC788\uB294 \uD504\uB85C \uD68C\uC6D0\uC785\uB2C8\uB2E4!",currentAccount:"\uACBD\uC0C1 \uACC4\uC815",enableAutoSyncUserSettings:"\uC5EC\uB7EC \uB514\uBC14\uC774\uC2A4\uC5D0\uC11C \uD074\uB77C\uC6B0\uB4DC \uC790\uB3D9 \uB3D9\uAE30\uD654 \uC0AC\uC6A9",modalEnableInputTranslationTitle:"\uBAB0\uC785\uD615 \uBC88\uC5ED \uC785\uB825 \uC0C1\uC790 \uBC88\uC5ED \uC54C\uB9BC",modalEnableInputTranslationDesc:"\uC2A4\uD398\uC774\uC2A4\uBC14\uB97C \uC5F0\uC18D\uD574\uC11C \uC138 \uBC88 \uBE60\uB974\uAC8C \uB20C\uB7EC \uBAB0\uC785\uD615 \uBC88\uC5ED\uC758 \uC785\uB825 \uC0C1\uC790 \uBC88\uC5ED\uC744 \uD2B8\uB9AC\uAC70\uD588\uC73C\uBA70, \uC785\uB825 \uC0C1\uC790\uC758 \uB0B4\uC6A9\uC774 \uAE30\uBCF8 \uB300\uC0C1 \uC5B8\uC5B4\uB85C \uBC88\uC5ED\uB429\uB2C8\uB2E4. \uBC88\uC5ED\uC740 Ctrl+Z\uB85C \uCDE8\uC18C\uD560 \uC218 \uC788\uC2B5\uB2C8\uB2E4.

\uBC88\uC5ED\uC774 \uC2E4\uC218\uC600\uB2E4\uBA74 \uC9C0\uAE08 \uBC14\uB85C \uBE44\uD65C\uC131\uD654\uD558\uAC70\uB098 \uC785\uB825 \uC0C1\uC790 \uBC88\uC5ED\uC744 \uC601\uAD6C\uC801\uC73C\uB85C \uBE44\uD65C\uC131\uD654\uD560 \uC218 \uC788\uC73C\uB2C8 \uAC71\uC815\uD558\uC9C0 \uB9C8\uC138\uC694.",saveAndNotShowAgain:"\uC800\uC7A5 \uBC0F \uD504\uB86C\uD504\uD2B8 \uC911\uC9C0",disableInputTranslationTips:"* {option} ,{learnMore}\uC5D0\uC11C \uB2E4\uB978 \uBC14\uB85C\uAC00\uAE30\uB97C \uD2B8\uB9AC\uAC70\uD558\uB3C4\uB85D \uC124\uC815\uD560 \uC218\uB3C4 \uC788\uC2B5\uB2C8\uB2E4.",learnMore:"\uC790\uC138\uD788 \uC54C\uC544\uBCF4\uB824\uBA74 \uC5EC\uAE30\uB97C \uD074\uB9AD\uD558\uC138\uC694.",continueEnalbeInputTranslation:"\uC785\uB825 \uC0C1\uC790 \uBC88\uC5ED \uACC4\uC18D \uD65C\uC131\uD654",autoRenewTrialSuffix:'(\uD3C9\uAC00\uD310 \uC0AC\uC6A9 \uC2DC\uC989\uC2DC \uC815\uC2DD \uBA64\uBC84\uC2ED\uC73C\uB85C \uC5C5\uADF8\uB808\uC774\uB4DC)',upgradeFromTrialTitle:"\uC815\uD68C\uC6D0\uC73C\uB85C \uC5C5\uADF8\uB808\uC774\uB4DC",subtitle:"\uBE44\uB514\uC624 \uCEA1\uC158",youtubeService:"\uBAB0\uC785 \uBC88\uC5ED \uBE44\uB514\uC624 \uC790\uB9C9 \uBC88\uC5ED \uC11C\uBE44\uC2A4","subtitle.disabledSubtitle":"\uB3D9\uC601\uC0C1 \uC790\uB9C9 \uAE30\uB2A5 \uC601\uAD6C \uBE44\uD65C\uC131\uD654\uD558\uAE30","subtitle.disabledSubtitleDescription":"\uBAB0\uC785\uD615 \uBC88\uC5ED\uAE30\uC758 \uBE44\uB514\uC624 \uC790\uB9C9\uC774 \uB2E4\uB978 \uD655\uC7A5 \uD504\uB85C\uADF8\uB7A8\uACFC \uCDA9\uB3CC\uD558\uB294 \uACBD\uC6B0, \uBAB0\uC785\uD615 \uBC88\uC5ED\uAE30\uC758 \uBE44\uB514\uC624 \uC790\uB9C9 \uAE30\uB2A5\uC744 \uC601\uAD6C\uC801\uC73C\uB85C \uBE44\uD65C\uC131\uD654\uD558\uAC70\uB098 \uCDA9\uB3CC\uD558\uB294 \uB2E4\uB978 \uD655\uC7A5 \uD504\uB85C\uADF8\uB7A8\uC744 \uC81C\uAC70\uD558\uB3C4\uB85D \uC120\uD0DD\uD560 \uC218 \uC788\uC2B5\uB2C8\uB2E4.","subtitle.autoEnableSubtitle":"\uC774\uC911 \uC5B8\uC5B4 \uC790\uB9C9 \uC790\uB3D9 \uC0AC\uC6A9","subtitle.autoEnableSubtitleDescription":"\uC0AC\uC6A9\uD558\uBA74 \uBE44\uB514\uC624\uAC00 \uC7AC\uC0DD\uB420 \uB54C \uC790\uB3D9\uC73C\uB85C \uC774\uC911 \uC5B8\uC5B4 \uC790\uB9C9\uC774 \uD45C\uC2DC\uB418\uBA70, \uADF8\uB807\uC9C0 \uC54A\uC73C\uBA74 \uBC88\uC5ED \uBC84\uD2BC\uC744 \uD074\uB9AD\uD574\uC57C \uD45C\uC2DC\uB429\uB2C8\uB2E4.","subtitle.preTranslation":"\uBAB0\uC785\uD615 \uBC88\uC5ED\uC744 \uC0AC\uC6A9\uD558\uC5EC \uC790\uB9C9 \uBC88\uC5ED\uD558\uAE30","subtitle.preTranslationDescription":"\uD65C\uC131\uD654\uD558\uBA74 \uC544\uB798\uC5D0 \uBA85\uC2DC\uB41C \uBC88\uC5ED \uC11C\uBE44\uC2A4\uB97C \uC0AC\uC6A9\uD558\uC5EC \uC804\uCCB4 \uC790\uB9C9\uC774 \uC0AC\uC804 \uBC88\uC5ED\uB418\uBA70, 1\uC2DC\uAC04 \uBD84\uB7C9\uC758 \uB3D9\uC601\uC0C1\uC740 \uC57D 50,000 \uD1A0\uD070 \uB610\uB294 \uBB38\uC790\uB97C \uC18C\uBAA8\uD558\uBBC0\uB85C \uC2E0\uC911\uD558\uAC8C \uC0AC\uC6A9\uD558\uC2DC\uAE30 \uBC14\uB77C\uBA70, \uBE44\uD65C\uC131\uD654\uD558\uBA74 \uC6D0\uBCF8 \uC790\uB9C9\uC774 \uBA3C\uC800 \uC0AC\uC6A9\uB429\uB2C8\uB2E4.","subtitle.humanSubtitlesPreferred":"\uD734\uBA3C \uCEA1\uC158 \uC6B0\uC120 \uC0AC\uC6A9","subtitle.humanSubtitlesPreferredDescription":"\uB3D9\uC601\uC0C1\uC5D0 \uB300\uC0C1 \uC5B8\uC5B4\uB85C \uB41C \uC0AC\uB78C \uC790\uB9C9\uC774 \uC788\uB294 \uACBD\uC6B0 \uC0AC\uB78C \uC790\uB9C9\uC744 \uC6B0\uC120\uC801\uC73C\uB85C \uC0AC\uC6A9\uD569\uB2C8\uB2E4(\uAD8C\uC7A5).",videoSubtitleTranslationDescription:"\uB3D9\uC601\uC0C1 \uC790\uB9C9\uC744 \uC704\uD55C \uBCC4\uB3C4\uC758 \uBC88\uC5ED \uC11C\uBE44\uC2A4 \uC9C0\uC815",subtitleTranslating:"{service} \uC11C\uBE44\uC2A4\uB97C \uC0AC\uC6A9\uD558\uC5EC \uC790\uB9C9\uC744 \uBC88\uC5ED\uD558\uB294 \uB3D9\uC548 \uC7A0\uC2DC \uAE30\uB2E4\uB824\uC8FC\uC138\uC694... (\uBAB0\uC785 \uBC88\uC5ED)",subtitleLoading:"\uC790\uB9C9 \uB85C\uB4DC \uC911...",bilingual:"\uC774\uC911 \uC5B8\uC5B4 \uC0AC\uC6A9","field.action":"\uBC14\uC774\uB450 \uC6A9\uC5B4 \uC0AC\uC6A9 \uC5EC\uBD80","description.action":"\uD65C\uC131\uD654\uD558\uBA74 \uC694\uCCAD\uC5D0 action=1 \uB9E4\uAC1C\uBCC0\uC218\uAC00 \uCD94\uAC00\uB418\uC5B4 \uBC14\uC774\uB450\uC5D0 \uD65C\uC131\uD654\uB41C \uC6A9\uC5B4\uB97C \uC54C\uB9B4 \uC218 \uC788\uC73C\uBA70, <1>\uC790\uC138\uD55C \uB0B4\uC6A9\uC740 \uACF5\uC2DD \uBB38\uC11C\uB97C \uCC38\uC870\uD558\uC138\uC694.",closeQuickTranslation:"\uD638\uBC84\uBCFC \uB2EB\uAE30","closeQuickTranslation.untilNext":"\uB2E4\uC74C \uBC29\uBB38 \uC2DC\uAE4C\uC9C0 \uD734\uBB34\uC785\uB2C8\uB2E4.","closeQuickTranslation.currentWebsite":"\uD604\uC7AC \uC0AC\uC774\uD2B8 \uBE44\uD65C\uC131\uD654","closeQuickTranslation.alwaysClose":"\uC601\uAD6C\uC801\uC73C\uB85C \uBE44\uD65C\uC131\uD654","closeQuickTranslation.settingOpen":"( <1>\uC124\uC815 \uD398\uC774\uC9C0\uC5D0\uC11C \uCF1C\uAE30 \uAC00\uB2A5)","closeQuickTranslation.cancel":"\uCDE8\uC18C","closeQuickTranslation.confirm":"\uC815\uC758","floatBall.popup":"\uBE60\uB978 \uC124\uC815 \uD328\uB110 \uC5F4\uAE30","floatBall.translate":"\uD074\uB9AD\uD558\uC5EC \uD398\uC774\uC9C0 \uBC88\uC5ED\uD558\uAE30","floatBall.showOriginal":"\uC6D0\uBCF8 \uBB38\uC11C\uB85C \uB3CC\uC544\uAC00\uB824\uBA74 \uD074\uB9AD\uD558\uC138\uC694.","floatBall.close":"\uD638\uBC84\uBCFC \uB2EB\uAE30","floatBallOptions.enableDescPc":"\uD398\uC774\uC9C0 \uD638\uBC84\uBCFC\uC744 \uD65C\uC131\uD654\uD558\uBA74 \uD398\uC774\uC9C0 \uC624\uB978\uCABD\uC5D0 \uBE60\uB978 \uBC88\uC5ED \uBC84\uD2BC\uC774 \uD45C\uC2DC\uB418\uBA70, \uC774\uB97C \uD074\uB9AD\uD558\uBA74 \uBC88\uC5ED\uD560 \uC218 \uC788\uC2B5\uB2C8\uB2E4!","floatBallOptions.enableDesc":"\uD638\uBC84\uBCFC\uC744 \uB044\uACE0 \uB098\uBA74{touch}\uC73C\uB85C \uBD88\uB7EC\uC62C \uC218 \uC788\uC2B5\uB2C8\uB2E4. \uC2E4\uC218\uB85C \uC774 \uC635\uC158\uC744 \uB048 \uD6C4 \uD638\uBC84\uBCFC\uC744 \uCC3E\uC744 \uC218 \uC5C6\uB294 \uACBD\uC6B0\uB97C \uB300\uBE44\uD574 \uC774 \uC124\uC815 \uD398\uC774\uC9C0\uB97C \uBD81\uB9C8\uD06C\uC5D0 \uCD94\uAC00\uD574 \uB450\uB294 \uAC83\uC774 \uC88B\uC2B5\uB2C8\uB2E4!","description.azureApiUrl":"\uC0AC\uC6A9\uC790 \uC9C0\uC815 API \uC778\uD130\uD398\uC774\uC2A4\uC758 \uC8FC\uC18C\uB97C \uC785\uB825\uD569\uB2C8\uB2E4.",confirmSupportMouse:"\uB9C8\uC6B0\uC2A4 \uC9C0\uC6D0 \uAC15\uC81C \uD65C\uC131\uD654",confirmSupportMouseDescription:"\uD604\uC7AC \uBE0C\uB77C\uC6B0\uC800\uAC00 \uB9C8\uC6B0\uC2A4 \uAE30\uB2A5\uC744 \uC9C0\uC6D0\uD558\uC9C0 \uC54A\uB294 \uAC83\uC73C\uB85C \uAC10\uC9C0\uB418\uBA74 \uB9C8\uC6B0\uC2A4 \uC9C0\uC6D0\uC744 \uAC15\uC81C\uB85C \uD65C\uC131\uD654\uD574\uC57C \uD558\uB098\uC694?",sampleTargetText:"\uAE34 \uBC24\uC774 \uC62C \uAC83\uC774\uB2C8, \uB098\uB294 \uC624\uB298\uBD80\uD130 \uC8FD\uC744 \uB54C\uAE4C\uC9C0 \uBCF4\uCD08\uB97C \uC124 \uAC83\uC774\uB2E4. \uB098\uB294 \uC544\uB0B4\uB97C \uCDE8\uD558\uC9C0 \uC54A\uC744 \uAC83\uC774\uBA70, \uB3D9\uB9F9\uC744 \uB9FA\uC9C0 \uC54A\uC744 \uAC83\uC774\uBA70, \uC790\uC2DD\uC744 \uB0B3\uC9C0 \uC54A\uC744 \uAC83\uC774\uB2E4. \uB098\uB294 \uC655\uAD00\uC744 \uC4F0\uC9C0 \uC54A\uC744 \uAC83\uC774\uBA70 \uBA85\uC608\uB97C \uC704\uD574 \uB178\uB825\uD558\uC9C0 \uC54A\uC744 \uAC83\uC774\uB2E4. \uB098\uB294 \uB0B4 \uC758\uBB34\uB97C \uB2E4\uD558\uACE0 \uC0B4\uB2E4\uAC00 \uC8FD\uC744 \uAC83\uC785\uB2C8\uB2E4.",sampleSourceText:"Night gathers, and now my watch begins. It shall not end until my death. I shall take no wife, hold no lands, father no children. I shall wear no crowns and win no glory. I shall live and die at my post.","subtitle.supportedSites":"\u5DF2\u652F\u6301\u5728\u8FD9\u4E9B\u7F51\u7AD9\u4F7F\u7528\u53CC\u8BED\u5B57\u5E55\uFF08\u6CE8\u610F\uFF1A\u7531\u4E8E\u6280\u672F\u9650\u5236\uFF0C\u90E8\u5206\u7F51\u7AD9\u5728\u9996\u6B21\u5F00\u542F\u5B57\u5E55\u540E\u9700\u8981\u91CD\u65B0\u5237\u65B0\u9875\u9762\uFF0C\u6216\u8005\u9700\u7B49\u5F85\u7FFB\u8BD1\u5B8C\u6210\u4EE5\u663E\u793A\u53CC\u8BED\u5B57\u5E55\uFF09\uFF1A",viewWithImmersiveTranslate:"\u53CC\u8BED\u7248\u672C(\u6C89\u6D78\u5F0F\u7FFB\u8BD1)",errorReason:"\u9519\u8BEF\u539F\u56E0\uFF1A{message}","proQuotaExceededError.onetime7day":'\uFF0C\u60A8\u53EF\u4EE5\u9009\u62E9\u4EE5\u4E0B\u65B9\u5F0F\u89E3\u51B3\uFF1A

1. \u5207\u6362\u5230 {anotherService} \u6216\u5176\u4ED6\u7FFB\u8BD1\u670D\u52A1
2. \u5347\u7EA7\u4E3A\u6708\u5EA6/\u5E74\u5EA6\u4F1A\u5458',"proQuotaExceededError.trial":'\uFF0C\u60A8\u53EF\u4EE5\u9009\u62E9\u4EE5\u4E0B\u65B9\u5F0F\u89E3\u51B3\uFF1A

1. \u5207\u6362\u5230 {anotherService} \u6216\u5176\u4ED6\u7FFB\u8BD1\u670D\u52A1
2. \u7ACB\u523B\u5347\u7EA7\u4E3A\u6B63\u5F0F\u4F1A\u5458',"proQuotaExceededError.nonTrial":'\uFF0C\u60A8\u53EF\u4EE5\u9009\u62E9\u4EE5\u4E0B\u65B9\u5F0F\u89E3\u51B3\uFF1A

1. \u5207\u6362\u5230 {anotherService} \u6216\u5176\u4ED6\u7FFB\u8BD1\u670D\u52A1
2. \u8D2D\u4E70 {translationService} \u989D\u5916\u6D41\u91CF\u5305',"proQuotaExceededError.resetTime":"
3. \u989D\u5EA6\u91CD\u7F6E\u65F6\u95F4\uFF1A{resetTime}","desc.touchShortcutsToggleTranslatePageOnlyTranslation":"\uBC88\uC5ED\uBB38\uB9CC\uC774\uB77C\uB294 \uAC83\uC740 \uBC88\uC5ED\uBB38\uB9CC \uD45C\uC2DC\uD558\uBA70, \uC6F9\uD398\uC774\uC9C0\uAC00 \uC544\uC9C1 \uBC88\uC5ED\uB418\uC9C0 \uC54A\uC558\uB2E4\uBA74 \uBAA8\uB4DC\uB97C \uC804\uD658\uD558\uACE0 \uBC88\uC5ED\uD560 \uAC83\uC785\uB2C8\uB2E4.","desc.toggleOnlyTransation":"\uC624\uC9C1 \uBC88\uC5ED \uBAA8\uB4DC\uB294 \uBC88\uC5ED\uBB38\uB9CC \uD45C\uC2DC\uD558\uB294 \uAC83\uC744 \uC758\uBBF8\uD558\uBA70, \uC6F9\uD398\uC774\uC9C0\uAC00 \uC544\uC9C1 \uBC88\uC5ED\uB418\uC9C0 \uC54A\uC558\uB2E4\uBA74 \uBAA8\uB4DC\uB97C \uC804\uD658\uD558\uACE0 \uBC88\uC5ED\uD560 \uAC83\uC785\uB2C8\uB2E4.",touchShortcutsToggleTranslatePageOnlyTranslation:"\uD130\uCE58 \uC2A4\uD06C\uB9B0 \uC81C\uC2A4\uCC98\uB97C \uC124\uC815\uD558\uC5EC \uC774\uC911 \uC5B8\uC5B4/\uBC88\uC5ED \uD14D\uC2A4\uD2B8 \uC804\uC6A9 \uBAA8\uB4DC\uB97C \uC804\uD658\uD558\uC138\uC694.",download_started:"\uB2E4\uC6B4\uB85C\uB4DC\uAC00 \uC774\uBBF8 \uC2DC\uC791\uB418\uC5C8\uC2B5\uB2C8\uB2E4. \uC790\uB3D9\uC73C\uB85C \uB2E4\uC6B4\uB85C\uB4DC\uB418\uC9C0 \uC54A\uB294 \uACBD\uC6B0, \uC218\uB3D9\uC73C\uB85C \uD074\uB9AD\uD558\uC2ED\uC2DC\uC624.",here:"\uC5EC\uAE30","error.serveConfigError":"\uC11C\uBE44\uC2A4 \uAD6C\uC131 \uC624\uB958","translationFont.customPlaceholder":"\uAE00\uAF34","error.configError":"\uAD6C\uC131 \uB370\uC774\uD130 \uC774\uC0C1","error.goReset":"\uC7AC\uC124\uC815\uD558\uB2E4","touch.mouse-translate":"\uC9C0\uC815\uB41C \uB2E8\uB77D \uBC88\uC5ED",batchEdit:"\uB300\uB7C9 \uC791\uC5C5","translationModeUrl.translation.title":"\uBC88\uC5ED\uB9CC \uBAA8\uB4DC\uC758 \uC6F9\uC0AC\uC774\uD2B8","translationFont.custom":"\uC0AC\uC6A9\uC790 \uC815\uC758 \uAE00\uAF34 \uC785\uB825",translationFont:"\uAE00\uAF34 \uC124\uC815","translationServices.inherit":"\uC8FC \uBC88\uC5ED \uC11C\uBE44\uC2A4\uB97C \uB530\uB974\uC2ED\uC2DC\uC624",detectServiceLoading:"\uC0AC\uC6A9 \uAC00\uB2A5\uD55C \uBC88\uC5ED \uC11C\uBE44\uC2A4\uB97C \uD655\uC778 \uC911\uC785\uB2C8\uB2E4...",toggleToService:"{service}\uB85C \uC804\uD658\uD558\uACE0 \uB2E4\uC2DC \uC2DC\uB3C4\uD558\uC2ED\uC2DC\uC624.","translationModeLang.translation.title":"\uB2E8\uC21C \uBC88\uC5ED \uBAA8\uB4DC\uC758 \uC5B8\uC5B4","error.502":"\uC11C\uBE44\uC2A4\uAC00 \uC624\uB958\uB97C \uBC18\uD658\uD588\uC2B5\uB2C8\uB2E4, \uC11C\uBE44\uC2A4\uAC00 \uC2DC\uAC04 \uCD08\uACFC\uB418\uC5C8\uC2B5\uB2C8\uB2E4. \uC7A0\uC2DC \uD6C4 \uB2E4\uC2DC \uC2DC\uB3C4\uD574 \uC8FC\uC138\uC694.","error.proUpgrade":"\uC5C5\uADF8\uB808\uC774\uB4DC \uD6C4\uC5D0\uB294 \uD398\uC774\uC9C0\uB97C \uC0C8\uB85C \uACE0\uCE68\uD558\uC5EC \uB2E4\uC2DC \uBC88\uC5ED\uD558\uC2ED\uC2DC\uC624.","error.reloadPageOfSetting":"\uAD6C\uC131 \uD6C4\uC5D0\uB294 \uD398\uC774\uC9C0\uB97C \uC0C8\uB85C \uACE0\uCE68\uD558\uC5EC \uB2E4\uC2DC \uBC88\uC5ED\uD558\uC2ED\uC2DC\uC624.","translationModeLang.translation.description":"\uD398\uC774\uC9C0 \uC5B8\uC5B4\uAC00 \uB2E4\uC74C \uC5B8\uC5B4\uC77C \uB54C, \uC790\uB3D9\uC73C\uB85C \uBC88\uC5ED\uBB38\uB9CC \uBAA8\uB4DC\uB97C \uC0AC\uC6A9\uD569\uB2C8\uB2E4.","error.proTokenInvalid":"Pro \uC0AC\uC6A9\uC790\uC774\uC2DC\uB77C\uBA74, \uB85C\uADF8\uC778 \uD6C4 Pro \uBC88\uC5ED \uC11C\uBE44\uC2A4\uB97C \uC774\uC6A9\uD574 \uC8FC\uC138\uC694.","error.403":"\uC11C\uBE44\uC2A4\uAC00 \uC624\uB958\uB97C \uBC18\uD658\uD558\uC600\uC2B5\uB2C8\uB2E4, \uC7A0\uC2DC \uD574\uB2F9 \uC11C\uBE44\uC2A4\uC5D0 \uC811\uADFC\uD560 \uAD8C\uD55C\uC774 \uC5C6\uC2B5\uB2C8\uB2E4.","error.googleLimitIp":"\uC11C\uBE44\uC2A4\uAC00 \uC624\uB958\uB97C \uBC18\uD658\uD588\uC73C\uBA70, Google \uC11C\uBE44\uC2A4\uB294 \uD574\uB2F9 IP \uC8FC\uC18C\uC5D0 \uB300\uD574 \uC81C\uD55C\uC744 \uB450\uC5C8\uC2B5\uB2C8\uB2E4. \uB124\uD2B8\uC6CC\uD06C \uB178\uB4DC\uB97C \uBCC0\uACBD\uD558\uB294 \uAC83\uC774 \uC88B\uC2B5\uB2C8\uB2E4.",videoSubtitlePreTranslationOff:"\uBE44\uB514\uC624 \uC790\uB9C9\uC740 \uC6D0\uB798 \uBE44\uB514\uC624\uC5D0 \uD3EC\uD568\uB41C \uAE30\uACC4 \uBC88\uC5ED \uC790\uB9C9\uC744 \uC6B0\uC120\uC801\uC73C\uB85C \uC0AC\uC6A9\uD560 \uAC83\uC785\uB2C8\uB2E4.",videoSubtitlePreTranslationOn:"\uBE44\uB514\uC624 \uC790\uB9C9\uC740 \uC6B0\uC120\uC801\uC73C\uB85C \uBAB0\uC785\uD615 \uBC88\uC5ED\uC744 \uC0AC\uC6A9\uD560 \uAC83\uC785\uB2C8\uB2E4.",enableSentryReport:"\uD655\uC7A5\uC774 \uC624\uB958\uB97C \uC77C\uC73C\uD0AC \uB54C Sentry\uB97C \uC0AC\uC6A9\uD558\uC5EC \uD53C\uB4DC\uBC31\uC744 \uC81C\uCD9C\uD558\uC2ED\uC2DC\uC624.","translationModeUrl.translation.description":"\uB2E4\uC74C \uB3C4\uBA54\uC778\uC5D0 \uB300\uD55C \uC6F9\uC0AC\uC774\uD2B8\uC77C \uACBD\uC6B0, \uC790\uB3D9\uC73C\uB85C \uBC88\uC5ED\uBB38\uB9CC \uBAA8\uB4DC\uB97C \uC0AC\uC6A9\uD569\uB2C8\uB2E4.","error.openAIExceededQuota":"\uC11C\uBE44\uC2A4 \uC624\uB958 \uBC18\uD658: \uD604\uC7AC OpenAI \uACC4\uC815 \uC794\uC561\uC774 \uBD80\uC871\uD569\uB2C8\uB2E4. OpenAI \uACF5\uC2DD \uAD00\uB9AC \uD398\uC774\uC9C0\uC5D0\uC11C \uCDA9\uC804\uD558\uAC70\uB098 \uC2E0\uC6A9\uCE74\uB4DC\uB97C \uC5F0\uACB0\uD574\uC8FC\uC138\uC694.","error.400":"\uC11C\uBE44\uC2A4\uAC00 \uC624\uB958\uB97C \uBC18\uD658\uD588\uC2B5\uB2C8\uB2E4. \uC694\uCCAD \uB9E4\uAC1C\uBCC0\uC218\uAC00 \uC798\uBABB\uB418\uC5C8\uC2B5\uB2C8\uB2E4. \uD574\uB2F9 \uC124\uC815\uC744 \uD655\uC778\uD558\uC2ED\uC2DC\uC624.","error.gemini.429":"\uD604\uC7AC Gemini \uC11C\uBE44\uC2A4\uC758 \uD604\uC7AC \uBD80\uD558 \uC6A9\uB7C9\uC774 \uCD5C\uB300\uC5D0 \uB3C4\uB2EC\uD588\uC2B5\uB2C8\uB2E4. \uC7A0\uC2DC \uD6C4\uC5D0 \uB2E4\uC2DC \uC2DC\uB3C4\uD558\uAC70\uB098 \uB2E4\uB978 \uBC88\uC5ED \uC11C\uBE44\uC2A4\uB85C \uC804\uD658\uD574 \uC8FC\uC138\uC694.","translationFont.notSupportErrorMessage":"\uC785\uB825\uD558\uC2E0 \uAE00\uAF34 \uC774\uB984\uC774 \uC815\uD655\uD55C\uC9C0 \uD655\uC778\uD558\uC2DC\uAC70\uB098, \uD574\uB2F9 \uAE00\uAF34\uC774 \uADC0\uD558\uC758 \uC7A5\uCE58\uC5D0 \uC124\uCE58\uB418\uC5B4 \uC788\uB294\uC9C0 \uD655\uC778\uD574 \uC8FC\uC138\uC694.","error.openAIFreeLimit":"\uC11C\uBE44\uC2A4\uAC00 \uC624\uB958\uB97C \uBC18\uD658\uD588\uC2B5\uB2C8\uB2E4. \uD604\uC7AC \uBC88\uC5ED \uC694\uCCAD \uBE48\uB3C4\uAC00 \uBD84\uB2F9 \uCD5C\uB300 3\uD68C\uB85C \uC81C\uD55C\uB418\uC5C8\uC2B5\uB2C8\uB2E4. \uC7A0\uC2DC \uD6C4 \uB2E4\uC2DC \uC2DC\uB3C4\uD558\uC2ED\uC2DC\uC624. (\uC774\uAC83\uC740 OpenAI \uACF5\uC2DD\uC774 \uBB34\uB8CC API Key\uC5D0 \uB300\uD55C \uC81C\uD55C\uC774\uBA70, \uC774 \uC81C\uD55C\uC744 \uD574\uC81C\uD558\uB824\uBA74 OpenAI \uAD00\uB9AC \uBC31\uC5D4\uB4DC\uC5D0\uC11C \uC2E0\uC6A9\uCE74\uB4DC\uB97C \uC5F0\uACB0\uD558\uC2ED\uC2DC\uC624.)","desc.toggleVideoSubtitlePreTranslation":"\uB204\uB974\uBA74 \uBE44\uB514\uC624\uC758 \uC774\uC911 \uC5B8\uC5B4 \uC790\uB9C9\uC740 \uC6B0\uC120\uC801\uC73C\uB85C \uBAB0\uC785\uD615 \uBC88\uC5ED \uC124\uC815\uC744 \uC0AC\uC6A9\uD558\uACE0, \uB2E4\uC2DC \uB204\uB974\uBA74 \uC6D0\uB798 \uBE44\uB514\uC624\uC5D0 \uB0B4\uC7A5\uB41C \uAE30\uACC4 \uBC88\uC5ED \uC790\uB9C9\uC744 \uC6B0\uC120\uC801\uC73C\uB85C \uC0AC\uC6A9\uD569\uB2C8\uB2E4. \uC8FC\uC758: \uC774 \uB2E8\uCD95\uD0A4\uB294 \uC804\uC5ED \uC124\uC815\uC744 \uC218\uC815\uD569\uB2C8\uB2E4.","error.429":"\uC11C\uBE44\uC2A4\uAC00 \uC624\uB958\uB97C \uBC18\uD658\uD588\uC2B5\uB2C8\uB2E4. \uC774\uB294 \uC694\uCCAD\uC774 \uB108\uBB34 \uC790\uC8FC \uBC1C\uC0DD\uD558\uAC70\uB098 \uD560\uB2F9\uB7C9 \uC81C\uD55C\uC744 \uCD08\uACFC\uD588\uC74C\uC744 \uB098\uD0C0\uB0C5\uB2C8\uB2E4. \uC7A0\uC2DC \uD6C4\uC5D0 \uB2E4\uC2DC \uC2DC\uB3C4\uD558\uC2ED\uC2DC\uC624.","error.serveUnavailable":"\uD604\uC7AC \uC0AC\uC6A9 \uC911\uC778 [{serverName}] \uC11C\uBE44\uC2A4\uB294 \uB124\uD2B8\uC6CC\uD06C \uC5F0\uACB0 \uB610\uB294 \uC11C\uBE44\uC2A4 \uC81C\uACF5\uC790\uC758 \uBB38\uC81C\uB85C \uC778\uD574 \uC77C\uC2DC\uC801\uC73C\uB85C \uC811\uC18D\uD560 \uC218 \uC5C6\uC2B5\uB2C8\uB2E4. \uD398\uC774\uC9C0\uB97C \uC0C8\uB85C \uACE0\uCE68\uD558\uAC70\uB098 <1>\uC124\uC815\uC744 \uD1B5\uD574 \uB2E4\uB978 \uBC88\uC5ED \uC11C\uBE44\uC2A4\uB85C \uBCC0\uACBD\uD574 \uBCF4\uC2DC\uB294 \uAC83\uC744 \uAD8C\uC7A5\uD569\uB2C8\uB2E4. <2>Pro \uD68C\uC6D0\uC774\uC2DC\uB77C\uBA74, \uB354 \uC548\uC815\uC801\uC778 DeepL \uB610\uB294 OpenAI \uBC88\uC5ED \uC11C\uBE44\uC2A4\uB97C \uC0AC\uC6A9\uD560 \uC218 \uC788\uC2B5\uB2C8\uB2E4(<3>\uC5EC\uAE30\uB97C \uD074\uB9AD\uD558\uC2DC\uBA74 \uBB34\uB8CC\uB85C \uCCB4\uD5D8\uD558\uC2E4 \uC218 \uC788\uC2B5\uB2C8\uB2E4). \uB610\uD55C, \uB124\uD2B8\uC6CC\uD06C \uB610\uB294 \uD504\uB85D\uC2DC \uC124\uC815\uC744 \uD655\uC778\uD574\uC57C \uD560 \uC218\uB3C4 \uC788\uC2B5\uB2C8\uB2E4.",pickAll:"\uC804\uCCB4 \uC120\uD0DD","error.reason":"\uC624\uB958 \uC6D0\uC778","error.retry":"\uB2E4\uC2DC \uC2DC\uB3C4\uD558\uB2E4","widget.instruction":"\uC0AC\uC6A9 \uC124\uBA85\uC11C",notLogin:"\uB85C\uADF8\uC778\uD558\uC9C0 \uC54A\uC74C",loggedIn:"\uB85C\uADF8\uC778 \uB418\uC5C8\uC2B5\uB2C8\uB2E4",touchShortcutsOff:"\uB2EB\uAE30",goLogin:"\uB85C\uADF8\uC778\uD558\uC2ED\uC2DC\uC624","widget.videoSubtitle":"\uBE44\uB514\uC624 \uC790\uB9C9","multipleClick.2":"\uB354\uBE14 \uD074\uB9AD","widget.translateFile":"PDF/ePub",shortcutSettings:"\uB2E8\uCD95\uD0A4","tagsInput.add":"+ \uCD94\uAC00",translationOnlyMode:"\uC624\uC9C1 \uBC88\uC5ED \uBAA8\uB4DC\uB9CC",shortcutSettingsTitle:"\uB2E8\uCD95\uD0A4 \uC124\uC815","translationServices.gemini":"\uC30D\uB465\uC774\uC790\uB9AC","multipleClick.4":"\uB124 \uBC88 \uC5F0\uC18D \uD0C0\uACA9","floatBall.iKnow":"\uB098\uB294 \uC54C\uC558\uC5B4","widget.instructionTooltip":"\uC0AC\uC6A9 \uC124\uBA85\uC11C\uB97C \uD655\uC778\uD558\uC2ED\uC2DC\uC624","multipleClick.3":"\uD2B8\uB9AC\uD50C \uD788\uD2B8",paragraphMinTextCountField:"\uBC88\uC5ED \uB2E8\uB77D\uC5D0 \uD544\uC694\uD55C \uCD5C\uC18C \uBB38\uC790 \uC218","shortcutGroup.shortcutsForTranslationServices":"\uBC88\uC5ED \uC11C\uBE44\uC2A4 \uAD00\uB828 \uB2E8\uCD95\uD0A4",temprarilyChangeTranslationTo_openai:"\uD604\uC7AC \uD398\uC774\uC9C0\uB97C OpenAI\uB85C \uBC88\uC5ED\uD558\uACE0 \uC788\uC2B5\uB2C8\uB2E4.","browser.translateWithGoogle":"\uD604\uC7AC \uD398\uC774\uC9C0\uB97C \uC784\uC2DC\uB85C Google \uBC88\uC5ED \uC0AC\uC6A9\uD558\uAE30",mouseHoverCustomKeyTitle:"\uC0AC\uC6A9\uC790 \uC815\uC758 \uB9C8\uC6B0\uC2A4 \uD638\uBC84 \uB2E8\uCD95\uD0A4","slide.left":"\uC624\uB978\uCABD\uC73C\uB85C \uC2AC\uB77C\uC774\uB4DC\uD558\uC138\uC694","browser.translateInputBox":"\uD604\uC7AC \uC785\uB825 \uC0C1\uC790 \uB0B4\uC6A9 \uBC88\uC5ED","intro.floatBallTitle":"\uBE60\uB978 \uBC88\uC5ED \uD50C\uB85C\uD305 \uBCFC","shortcutGroup.touch":"\uD130\uCE58 \uC2A4\uD06C\uB9B0 \uC804\uC6A9 \uC81C\uC2A4\uCC98","widget.videoSubtitleTooltip":"Youtube \uB4F1 {count}+ \uBE44\uB514\uC624 \uC6F9\uC0AC\uC774\uD2B8\uB97C \uC9C0\uC6D0\uD569\uB2C8\uB2E4","intro.subtitleTitle":"\uC628\uB77C\uC778 \uBE44\uB514\uC624 \uC774\uC911 \uC5B8\uC5B4 \uC790\uB9C9 \uD45C\uC2DC","subtitle.autoDisableSubtitle":"\uC790\uB3D9\uC73C\uB85C \uC774\uC911 \uC5B8\uC5B4 \uC790\uB9C9\uC744 \uD65C\uC131\uD654\uD558\uC9C0 \uC54A\uC2B5\uB2C8\uB2E4",temprarilyChangeTranslationTo_bing:"\uD604\uC7AC \uD398\uC774\uC9C0\uB97C Microsoft \uBC88\uC5ED\uC744 \uC0AC\uC6A9\uD558\uC5EC \uBC88\uC5ED\uD558\uACE0 \uC788\uC2B5\uB2C8\uB2E4.","slide.right":"\uC67C\uCABD\uC73C\uB85C \uC2AC\uB77C\uC774\uB4DC\uD558\uC138\uC694","widget.translateFileTooltip":"PDF, EPUB, SRT, ASS, HTML \uBC0F TXT \uBB38\uC11C \uBC88\uC5ED","intro.hoverTitle":"\uB9C8\uC6B0\uC2A4\uB97C \uB193\uC73C\uBA74 \uD604\uC7AC \uB2E8\uB77D\uC774 \uBC88\uC5ED\uB429\uB2C8\uB2E4.",temprarilyChangeTranslationTo_gemini:"\uD604\uC7AC \uD398\uC774\uC9C0\uB97C Gemini\uB85C \uBC88\uC5ED\uD558\uACE0 \uC788\uC2B5\uB2C8\uB2E4.","shortcutGroup.mouse":"\uB9C8\uC6B0\uC2A4 \uD638\uBC84 \uB2E8\uCD95\uD0A4 \uC124\uC815",temprarilyChangeTranslationTo_google:"\uD604\uC7AC \uD398\uC774\uC9C0\uB97C Google \uBC88\uC5ED\uC744 \uC0AC\uC6A9\uD558\uC5EC \uBC88\uC5ED\uD558\uACE0 \uC788\uC2B5\uB2C8\uB2E4.",neverTranslateThisSite:"\uC774 \uC6F9\uC0AC\uC774\uD2B8\uB97C \uC808\uB300 \uBC88\uC5ED\uD558\uC9C0 \uB9C8\uC2ED\uC2DC\uC624.","subtitle.bilingual":"\uC774\uC911 \uC5B8\uC5B4 \uC790\uB9C9",alwaysTranslateThisSite:"\uD56D\uC0C1 \uC774 \uC6F9\uC0AC\uC774\uD2B8\uB97C \uBC88\uC5ED\uD569\uB2C8\uB2E4",buildSnapshots:"\uC6F9\uD398\uC774\uC9C0 \uC2A4\uB0C5\uC0F7 \uC0DD\uC131","error.subscriptionExpiredTitle":"\uD68C\uC6D0\uC774 \uB9CC\uB8CC\uB418\uC5C8\uC2B5\uB2C8\uB2E4",notLoginPro:"\uB2F9\uC2E0\uC740 \uC544\uC9C1 \uD68C\uC6D0 \uACC4\uC815\uC5D0 \uB85C\uADF8\uC778\uD558\uC9C0 \uC54A\uC558\uC2B5\uB2C8\uB2E4.","browser.translateWithGemini":"\uD604\uC7AC \uD398\uC774\uC9C0\uB97C \uC784\uC2DC\uB85C Gemini\uB85C \uBC88\uC5ED\uD558\uC2ED\uC2DC\uC624.","shortcutGroup.others":"\uB354 \uB9CE\uC740 \uC0AC\uC6A9\uC790 \uC815\uC758 \uAE30\uB2A5 \uB2E8\uCD95\uD0A4","subtitle.showQuickButton":"\uD50C\uB808\uC774\uC5B4\uC5D0\uC11C \uC774\uC911 \uC5B8\uC5B4 \uC790\uB9C9 \uB2E8\uCD95\uD0A4\uB97C \uD45C\uC2DC\uD569\uB2C8\uB2E4","browser.translateWithBing":"\uC784\uC2DC\uB85C \uB9C8\uC774\uD06C\uB85C\uC18C\uD504\uD2B8 \uBC88\uC5ED\uC744 \uC0AC\uC6A9\uD558\uC5EC \uD604\uC7AC \uD398\uC774\uC9C0\uB97C \uBC88\uC5ED\uD558\uC2ED\uC2DC\uC624.",contact:"\uC6B0\uB9AC\uC5D0\uAC8C \uC5F0\uB77D\uD558\uC2ED\uC2DC\uC624","desc.touchShortcutsToggleTranslateTouchElement":"\uC0AC\uC6A9\uC790 \uC815\uC758 \uC81C\uC2A4\uCC98\uB97C \uC0AC\uC6A9\uD558\uBA74 \uC5B4\uB5A4 \uB2E8\uB77D\uC774\uB4E0 \uBC88\uC5ED\uD560 \uC218 \uC788\uC2B5\uB2C8\uB2E4.",temprarilyChangeTranslationTo_deepl:"\uD604\uC7AC \uD398\uC774\uC9C0\uB97C DeepL\uB85C \uBC88\uC5ED\uD558\uACE0 \uC788\uC2B5\uB2C8\uB2E4.",networkError:"\uBC88\uC5ED \uC11C\uBE44\uC2A4 \uB610\uB294 \uB124\uD2B8\uC6CC\uD06C\uC5D0 \uBB38\uC81C\uAC00 \uBC1C\uC0DD\uD588\uC2B5\uB2C8\uB2E4.","browser.translateWithTransmart":"\uC784\uC2DC\uB85C \uD150\uC13C\uD2B8 \uBC88\uC5ED\uC744 \uC0AC\uC6A9\uD558\uC5EC \uD604\uC7AC \uD398\uC774\uC9C0\uB97C \uBC88\uC5ED\uD558\uC2ED\uC2DC\uC624.",upgradeToProErrorTitle:"\uC774 \uBC88\uC5ED \uC11C\uBE44\uC2A4\uB97C \uC0AC\uC6A9\uD558\uB824\uBA74 Pro \uD68C\uC6D0\uC73C\uB85C \uC5C5\uADF8\uB808\uC774\uB4DC\uD558\uC2ED\uC2DC\uC624.",temprarilyChangeTranslationTo_transmart:"\uD604\uC7AC \uD398\uC774\uC9C0\uB97C \uD150\uC13C\uD2B8 \uBC88\uC5ED\uC744 \uC0AC\uC6A9\uD558\uC5EC \uBC88\uC5ED\uD558\uACE0 \uC788\uC2B5\uB2C8\uB2E4.",touchShortcutsToggleTranslationMask:"\uD130\uCE58 \uC2A4\uD06C\uB9B0 \uC81C\uC2A4\uCC98 \uC124\uC815\uD558\uC5EC \uBC88\uC5ED \uB9C8\uC2A4\uD06C \uD45C\uC2DC / \uC6D0\uBB38 \uD45C\uC2DC","neverTranslateText.title":"\uB2E4\uC74C \uB2E8\uC5B4\uB294 \uC6D0\uBB38\uC744 \uC720\uC9C0\uD558\uACE0 \uBC88\uC5ED\uD558\uC9C0 \uB9C8\uC2ED\uC2DC\uC624.","browser.translateWithOpenAI":"\uC784\uC2DC\uB85C OpenAI\uB97C \uC0AC\uC6A9\uD558\uC5EC \uD604\uC7AC \uD398\uC774\uC9C0\uB97C \uBC88\uC5ED\uD558\uC2ED\uC2DC\uC624.","floatBall.guideClickToTranslate":`\uD074\uB9AD\uD558\uC5EC \uBAB0\uC785\uD615 \uBC88\uC5ED \uD50C\uB85C\uD305 \uBCFC\uC744 + {env.imt_sub_trans_field}: \u041F\u0435\u0440\u0435\u0432\u043E\u0434`,"subtitle.quickButton.cyan":"\u0421\u0438\u043D\u0438\u0439","subtitle.quickButton.magenta":"\u041F\u0443\u0440\u043F\u0443\u0440\u043D\u044B\u0439","subtitle.quickButton.white":"\u0431\u0435\u043B\u044B\u0439","subtitle.quickButton.blue":"\u0441\u0438\u043D\u0438\u0439","subtitle.quickButton.red":"\u043A\u0440\u0430\u0441\u043D\u044B\u0439","subtitle.quickButton.translationPositionTop":"\u0432 \u0432\u0435\u0440\u0445\u043D\u0435\u0439 \u0447\u0430\u0441\u0442\u0438 \u0442\u0435\u043A\u0441\u0442\u0430","subtitle.quickButton.translationPosition":"\u043C\u0435\u0441\u0442\u043E\u043F\u043E\u043B\u043E\u0436\u0435\u043D\u0438\u0435 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430","subtitle.quickButton.green":"\u0437\u0435\u043B\u0435\u043D\u044B\u0439","subtitle.quickButton.translationPositionBottom":"\u043E\u0440\u0438\u0433\u0438\u043D\u0430\u043B \u043D\u0438\u0436\u0435","subtitle.quickButton.yellow":"\u0436\u0435\u043B\u0442\u044B\u0439","subtitle.quickButton.backgroundColor":"\u0444\u043E\u043D\u043E\u0432\u044B\u0439 \u0446\u0432\u0435\u0442","subtitle.quickButton.sourceFontSize":"\u0418\u0441\u0445\u043E\u0434\u043D\u044B\u0439 \u0440\u0430\u0437\u043C\u0435\u0440 \u0448\u0440\u0438\u0444\u0442\u0430","translationServices.claude":"\u041A\u043B\u043E\u0434","subtitle.quickButton.setting":"\u043D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0430","subtitle.quickButton.translationFontSize":"\u0440\u0430\u0437\u043C\u0435\u0440 \u0448\u0440\u0438\u0444\u0442\u0430 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430","subtitle.quickButton.translationTextColor":"\u0426\u0432\u0435\u0442 \u0448\u0440\u0438\u0444\u0442\u0430 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430","subtitle.quickButton.black":"\u0447\u0435\u0440\u043D\u044B\u0439","subtitle.quickButton.sourceTextColor":"\u0418\u0441\u0445\u043E\u0434\u043D\u044B\u0439 \u0446\u0432\u0435\u0442 \u0448\u0440\u0438\u0444\u0442\u0430","subtitle.quickButton.backgroundOpacity":"\u0424\u043E\u043D\u043E\u0432\u0430\u044F \u043D\u0435\u043F\u0440\u043E\u0437\u0440\u0430\u0447\u043D\u043E\u0441\u0442\u044C",attachSubtitleTranslating:"\u0418\u0441\u043F\u043E\u043B\u044C\u0437\u0443\u044F {service} \u0434\u043B\u044F \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430...","error.claude.403":"\u0412\u0440\u0435\u043C\u0435\u043D\u043D\u043E \u043D\u0435\u0442 \u0434\u043E\u0441\u0442\u0443\u043F\u0430 \u043A \u0441\u0435\u0440\u0432\u0438\u0441\u0443, \u0432\u043E\u0437\u043C\u043E\u0436\u043D\u043E, \u044D\u0442\u043E \u0441\u0432\u044F\u0437\u0430\u043D\u043E \u0441 \u0440\u0435\u0433\u0438\u043E\u043D\u0430\u043B\u044C\u043D\u044B\u043C\u0438 \u043E\u0433\u0440\u0430\u043D\u0438\u0447\u0435\u043D\u0438\u044F\u043C\u0438 \u041A\u043B\u043E\u0434\u0430. \u0412\u044B \u043C\u043E\u0436\u0435\u0442\u0435 \u043F\u043E\u043F\u0440\u043E\u0431\u043E\u0432\u0430\u0442\u044C \u0438\u0437\u043C\u0435\u043D\u0438\u0442\u044C \u0441\u0432\u043E\u0439 IP-\u0430\u0434\u0440\u0435\u0441 \u0438\u043B\u0438 \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u044C \u0434\u0440\u0443\u0433\u0438\u0435 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0447\u0435\u0441\u043A\u0438\u0435 \u0443\u0441\u043B\u0443\u0433\u0438.","browser.brandDescriptionForSafari":"\u3010\u041F\u043E\u0433\u0440\u0443\u0436\u0435\u043D\u0438\u0435 \u0432 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u3011\u0411\u0435\u0441\u043F\u043B\u0430\u0442\u043D\u044B\u0439 \u043F\u043B\u0430\u0433\u0438\u043D \u0434\u043B\u044F \u0434\u0432\u0443\u044F\u0437\u044B\u0447\u043D\u043E\u0433\u043E \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430 \u0432\u0435\u0431-\u0441\u0442\u0440\u0430\u043D\u0438\u0446 (\u043E\u0440\u0438\u0433\u0438\u043D\u0430\u043B/\u043F\u0435\u0440\u0435\u0432\u043E\u0434), \u043F\u043E\u0434\u0434\u0435\u0440\u0436\u0438\u0432\u0430\u044E\u0449\u0438\u0439 \u043F\u0435\u0440\u0435\u0432\u043E\u0434 PDF \u0438 \u043F\u0435\u0440\u0435\u0432\u043E\u0434 \u044D\u043B\u0435\u043A\u0442\u0440\u043E\u043D\u043D\u044B\u0445 \u043A\u043D\u0438\u0433 EPUB \u0441 \u0441\u043E\u0445\u0440\u0430\u043D\u0435\u043D\u0438\u0435\u043C \u043E\u0440\u0438\u0433\u0438\u043D\u0430\u043B\u044C\u043D\u043E\u0433\u043E \u0444\u043E\u0440\u043C\u0430\u0442\u0438\u0440\u043E\u0432\u0430\u043D\u0438\u044F \u0434\u043E\u043A\u0443\u043C\u0435\u043D\u0442\u0430, \u043F\u0435\u0440\u0435\u0432\u043E\u0434 \u0434\u0432\u0443\u044F\u0437\u044B\u0447\u043D\u044B\u0445 \u0441\u0443\u0431\u0442\u0438\u0442\u0440\u043E\u0432 \u0434\u043B\u044F \u043E\u043D\u043B\u0430\u0439\u043D-\u0432\u0438\u0434\u0435\u043E \u043D\u0430 Youtube/Netflix, \u043F\u043E\u0434\u0434\u0435\u0440\u0436\u0438\u0432\u0430\u044E\u0449\u0438\u0439 \u043E\u0441\u043D\u043E\u0432\u043D\u044B\u0435 \u0441\u0435\u0440\u0432\u0438\u0441\u044B \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430, \u0442\u0430\u043A\u0438\u0435 \u043A\u0430\u043A Deepl/Google \u0438 \u0442.\u0434.","browser.PdfProFile":"\u041F\u0435\u0440\u0435\u0432\u043E\u0434 PDF Pro, \u0443\u043F\u0440\u0430\u0432\u043B\u044F\u0435\u043C\u044B\u0439 AI","browser.textTranslate":"\u0422\u0435\u043A\u0441\u0442\u043E\u0432\u044B\u0439 \u043F\u0435\u0440\u0435\u0432\u043E\u0434"};var zs={nologin:"\uB85C\uADF8\uC778\uD558\uC9C0 \uC54A\uC74C",loginForSafari:"\uB85C\uADF8\uC778 \uB610\uB294 \uB4F1\uB85D",login:"\uB85C\uADF8\uC778\uD558\uC5EC \uBA64\uBC84\uC2ED \uAC1C\uC124",manageAccount:"\uAD00\uB9AC \uACC4\uC815",openPremium:"\uBA64\uBC84\uC2ED \uC5F4\uAE30",logout:"\uC911\uB2E8",curentPlan:"\uD604\uC7AC \uD328\uD0A4\uC9C0",endAt:"\uB9CC\uB8CC",endAuto:"\uC790\uB3D9 \uAC31\uC2E0",lineBreakMaxTextCount:"\uC904 \uBC14\uAFC8 \uC774\uD6C4 \uBB38\uC7A5\uB2F9 \uD5C8\uC6A9\uB418\uB294 \uCD5C\uB300 \uAE00\uC790 \uC218","translate-pdf":"PDF\uB97C \uBC88\uC5ED\uD558\uB824\uBA74 \uD074\uB9AD\uD558\uC138\uC694.","noSupportTranslate-pdf":"\uC2A4\uD06C\uB9BD\uD2B8\uAC00 \uC9C0\uC6D0\uB418\uC9C0 \uC54A\uC73C\uB2C8 \uD50C\uB7EC\uADF8\uC778\uC744 \uC0AC\uC6A9\uD558\uC138\uC694.","translate-firefox-local-pdf":"PDF \uAC00\uC838\uC624\uAE30\uB85C \uC774\uB3D9\uD558\uB824\uBA74 \uD074\uB9AD\uD558\uC138\uC694.",enableLineBreak:"\uAE34 \uB2E8\uB77D\uC5D0 \uC790\uB3D9 \uC904 \uBC14\uAFC8 \uD65C\uC131\uD654",sponsorLabel:"1 \uD6C4\uC6D0 \uAC1C\uBC1C\uC790",help:"hand",browserShortcutsNoteForFirefox:"Firefox\uC5D0\uC11C \uBC14\uB85C\uAC00\uAE30\uB97C \uBCC0\uACBD\uD558\uB824\uBA74 \uD655\uC7A5 \uD504\uB85C\uADF8\uB7A8 \uAD00\uB9AC \uD398\uC774\uC9C0 `\uC815\uBCF4:\uC560\uB4DC\uC628`\uC744 \uC5F4\uACE0 `\uC124\uC815`\uC744 \uD074\uB9AD\uD55C \uB2E4\uC74C `\uBC14\uB85C \uAC00\uAE30 \uAD00\uB9AC`\uB97C \uD074\uB9AD\uD558\uC5EC \uBC14\uB85C\uAC00\uAE30\uB97C \uC124\uC815\uD574\uC57C \uD569\uB2C8\uB2E4.",browserShortcutsNoteForChrome:"Chrome\uC5D0\uC11C \uBC14\uB85C\uAC00\uAE30\uB97C \uC218\uC815\uD558\uB824\uBA74 \uD655\uC7A5 \uD504\uB85C\uADF8\uB7A8 \uAD00\uB9AC \uD398\uC774\uC9C0\uB97C \uC5F4\uACE0 '\uBC14\uB85C \uAC00\uAE30 \uAD00\uB9AC' \uD328\uB110(`chrome://extensions/shortcuts`)\uC5D0\uC11C \uC124\uC815\uD55C \uD6C4 \uC544\uB798 \uBC84\uD2BC\uC744 \uD074\uB9AD\uD558\uC5EC \uBC14\uB85C \uAC00\uAE30 \uAD00\uB9AC \uD398\uC774\uC9C0\uB85C \uC774\uB3D9\uD574\uC57C \uD569\uB2C8\uB2E4.",browserShortcutsSucks:"\uC0AC\uC6A9\uC790 \uC9C0\uC815 \uBC14\uB85C\uAC00\uAE30\uC758 \uD615\uC2DD\uC740\uFF1A\uC785\uB2C8\uB2E4(\uC790\uB3D9 \uC778\uC2DD\uB418\uC9C0 \uC54A\uC73C\uBBC0\uB85C \uC9C1\uC811 \uC785\uB825\uD558\uC138\uC694).",enableLineBreakDescription:"\uC774 \uAE30\uB2A5\uC744 \uCF1C\uBA74 \uAE34 \uB2E8\uB77D\uC758 \uAC01 \uBB38\uC7A5 \uB05D\uC5D0 \uC904 \uBC14\uAFC8\uC774 \uC0BD\uC785\uB418\uC5B4 \uBB38\uC7A5\uC744 \uB354 \uC27D\uAC8C \uC77D\uC744 \uC218 \uC788\uC2B5\uB2C8\uB2E4.","browser.shortBrandName":"\uBAB0\uC785 \uBC88\uC5ED","browser.brandName":"\uBAB0\uC785 \uBC88\uC5ED: \uC774\uC911 \uC5B8\uC5B4 \uC6F9 \uD398\uC774\uC9C0 \uBC88\uC5ED \uBC0F PDF \uBB38\uC11C \uBC88\uC5ED","browser.brandDescription":"Bilingual web page translation, also supports PDF translation, bilingual Epub eBook translation, free to use.","browser.toggleTranslatePage":"\uD398\uC774\uC9C0 \uBC88\uC5ED/\uC6D0\uBB38 \uD45C\uC2DC","browser.toggleTranslateTheWholePage":"\uD398\uC774\uC9C0\uC758 \uBAA8\uB4E0 \uC601\uC5ED \uBC88\uC5ED/\uC6D0\uBB38 \uD14D\uC2A4\uD2B8 \uD45C\uC2DC","browser.toggleOnlyTransation":"\uC591\uC5B8\uC5B4/\uBC88\uC5ED\uBB38\uB9CC \uBAA8\uB4DC\uB85C \uC804\uD658","browser.toggleTranslateToThePageEndImmediately":"\uD398\uC774\uC9C0 \uD558\uB2E8\uC73C\uB85C \uC989\uC2DC \uBC88\uC5ED/\uC6D0\uBB38 \uD45C\uC2DC","browser.toggleTranslateTheMainPage":"\uD398\uC774\uC9C0\uC758 \uC8FC\uC694 \uC601\uC5ED \uBC88\uC5ED/\uC6D0\uBB38 \uD14D\uC2A4\uD2B8 \uD45C\uC2DC","browser.shareToDraft":"\uC774\uC911 \uC5B8\uC5B4 \uD398\uC774\uC9C0 \uACF5\uC720","browser.openOptionsPage":"\uC124\uC815 \uD398\uC774\uC9C0 \uC5F4\uAE30","browser.toggleTranslationMask":"\uBC88\uC5ED \uD750\uB9BC \uD6A8\uACFC \uD45C\uC2DC/\uC228\uAE30\uAE30","browser.translateLocalPdfFile":"\uB85C\uCEEC PDF \uD30C\uC77C \uBC88\uC5ED","browser.openEbookViewer":"\uD604\uC9C0 \uC804\uC790\uCC45 \uC77D\uAE30","browser.openEbookBuilder":"\uC774\uC911 \uC5B8\uC5B4 EPUB \uC804\uC790\uCC45 \uB9CC\uB4E4\uAE30","browser.translateLocalHtmlFile":"HTML/\uD14D\uC2A4\uD2B8 \uD30C\uC77C \uBC88\uC5ED","browser.donateContext":"\uC2A4\uD3F0\uC11C\uC2ED \uD61C\uD0DD\uC5D0 \uB300\uD574 \uC54C\uC544\uBCF4\uAE30","browser.translateLocalSubtitleFile":"\uB85C\uCEEC \uC790\uB9C9 \uD30C\uC77C \uBC88\uC5ED",confirmResetConfig:"\uC124\uC815\uC744 \uC7AC\uC124\uC815\uD558\uC2DC\uACA0\uC2B5\uB2C8\uAE4C?",translationLineBreakSettingTitle:"\uBC88\uC5ED \uC904 \uBC14\uAFC8 \uC124\uC815",smartLineBreak:"\uC2A4\uB9C8\uD2B8 \uB77C\uC778 \uD53C\uB4DC(\uCEF4\uD4E8\uD305)",alwaysLineBreak:"\uD56D\uC0C1 \uB77C\uC778 \uD53C\uB4DC",isShowContextMenu:"\uBA54\uB274 \uD56D\uBAA9\uC744 \uB9C8\uC6B0\uC2A4 \uC624\uB978\uCABD \uBC84\uD2BC\uC73C\uB85C \uD074\uB9AD\uD558\uC5EC \uBC88\uC5ED\uB41C \uD398\uC774\uC9C0 \uCD94\uAC00\uD558\uAE30",toggleBeta:"\uBCA0\uD0C0 \uD14C\uC2A4\uD2B8 \uAE30\uB2A5 \uD65C\uC131\uD654",betaDescription:"\uC544\uC9C1 \uC2E4\uD5D8\uB2E8\uACC4\uC778 \uAE30\uB2A5\uB4E4\uACFC \uBCA0\uD0C0\uBC84\uC804\uC778 \uBC88\uC5ED \uC11C\uBE44\uC2A4\uB97C \uC0AC\uC6A9\uD574\uBCF4\uC138\uC694. <1>\uD154\uB808\uADF8\uB7A8 \uADF8\uB8F9\uC5D0 \uAC00\uC785\uD558\uC5EC \uC790\uC138\uD788 \uC54C\uC544\uBCF4\uC138\uC694.",translationLineBreakSettingDescription:"\uCF58\uD150\uCE20\uAC00 \uC801\uC740 \uD398\uC774\uC9C0\uC758 \uACBD\uC6B0 \uD56D\uC0C1 \uC904 \uBC14\uAFC8\uC774 \uAE54\uB054\uD558\uAC8C \uC720\uC9C0\uB429\uB2C8\uB2E4. (\uCF58\uD150\uCE20\uAC00 \uB9CE\uC740 \uAE34 \uB2E8\uB77D({count}\uC790 \uC774\uC0C1)\uC5D0\uB294 \uC2A4\uB9C8\uD2B8 \uC904 \uBC14\uAFC8\uC744 \uC0AC\uC6A9\uD558\uC5EC \uACF5\uAC04\uC744 \uC808\uC57D\uD558\uC138\uC694.)",tempTranslateDomainTitle:"\uC6F9\uC0AC\uC774\uD2B8 \uBC88\uC5ED\uC774 \uC77C\uC2DC\uC801\uC73C\uB85C \uCF1C\uC9C0\uB294 \uAE30\uAC04",tempTranslateDomainDescription:"\uC6F9 \uD398\uC774\uC9C0\uB97C \uC218\uB3D9\uC73C\uB85C \uBC88\uC5ED\uD560 \uB54C \uC790\uB3D9 \uBC88\uC5ED\uC744 \uC704\uD574 \uC6F9 \uC0AC\uC774\uD2B8\uB97C \uC77C\uC2DC\uC801\uC73C\uB85C \uCF1C\uACE0 \uC77C\uC2DC\uC801\uC778 \uAE30\uAC04\uC744 \uC124\uC815\uD560 \uC218 \uC788\uC2B5\uB2C8\uB2E4.",xMinutes:"{count} \uBD84",disabled:"STH \uC0AC\uC6A9\uC744 \uAE08\uC9C0\uD569\uB2C8\uB2E4.",changelog:"\uC5C5\uB370\uC774\uD2B8 \uB85C\uADF8",toggleTranslatePageWhenThreeFingersOnTheScreen:"\uC5EC\uB7EC \uC190\uAC00\uB77D\uC774 \uB3D9\uC2DC\uC5D0 \uD654\uBA74\uC744 \uD130\uCE58\uD560 \uB54C \uC6F9 \uD398\uC774\uC9C0 \uBC88\uC5ED/\uC6D0\uBB38 \uD14D\uC2A4\uD2B8 \uD45C\uC2DC",toggleTranslationMaskWhenThreeFingersOnTheScreen:"\uC5EC\uB7EC \uC190\uAC00\uB77D\uC73C\uB85C \uD130\uCE58\uD558\uBA74 \uD750\uB9BC \uD6A8\uACFC\uB97C \uD45C\uC2DC\uD558\uAC70\uB098 \uC228\uAE38 \uC218 \uC788\uC2B5\uB2C8\uB2E4.",fingerCountToToggleTranslagePageOnlyTranslationWhenTouching:"\uC5EC\uB7EC \uC190\uAC00\uB77D\uC73C\uB85C \uB3D9\uC2DC\uC5D0 \uD654\uBA74\uC744 \uD130\uCE58\uD558\uBA74 \uC6F9 \uD398\uC774\uC9C0\uAC00 \uBC88\uC5ED(\uBC88\uC5ED \uC804\uC6A9)/\uC6D0\uBB38\uC744 \uD45C\uC2DC\uD569\uB2C8\uB2E4.",addUrlDescription:"\uB3C4\uBA54\uC778 \uC774\uB984\uC77C \uC218 \uC788\uC73C\uBA70 \uC640\uC77C\uB4DC\uCE74\uB4DC(\uC608:\uFF1A*.google.com, google.com/mail/*, https://www.google.com/*)\uB3C4 \uC9C0\uC6D0\uD569\uB2C8\uB2E4.",general:"\uAE30\uBCF8 \uC124\uC815",clickToExpandConfig:"\uD604\uC7AC \uAD6C\uC131 \uD655\uC7A5",import:"\uD30C\uC77C\uC5D0\uC11C \uAC00\uC838\uC624\uAE30",export:"\uD30C\uC77C\uB85C \uB0B4\uBCF4\uB0B4\uAE30",toggleDebug:"\uCF58\uC194\uC5D0\uC11C \uB514\uBC84\uADF8 \uB85C\uADF8 \uC778\uC1C4","fingers.0":"\uC751\uACE0","fingers.2":"\uB450 \uC190\uAC00\uB77D \uD130\uCE58","fingers.3":"\uC138 \uC190\uAC00\uB77D \uD130\uCE58","fingers.4":"\uB124 \uC190\uAC00\uB77D \uD130\uCE58","fingers.5":"\uB2E4\uC12F \uC190\uAC00\uB77D \uD130\uCE58",mouseHoldKey:"+ {key} \uB2E8\uB77D \uBC88\uC5ED/\uBCF5\uC6D0\uD558\uAE30",mouseHoldKeyAuto:"\uB2E8\uB77D\uC758 \uC9C1\uC811 \uBC88\uC5ED",mouseHoldKeyOff:"\uC544\uBB34\uAC83\uB3C4 \uD558\uC9C0 \uB9C8\uC138\uC694.",mouseHoldKeyOther:"\uC0AC\uC6A9\uC790 \uC9C0\uC815 \uBC14\uB85C \uAC00\uAE30(\uC124\uC815 \uC5F4\uAE30)",mouseHoldKeyCustomKey:"{key} \uB2E8\uB77D\uC758 \uBC88\uC5ED/\uCD95\uC18C",mouseHoverHoldKey:"\uBC14\uB85C \uAC00\uAE30 \uD0A4\uB97C \uB204\uB978 \uC0C1\uD0DC\uC5D0\uC11C \uB9C8\uC6B0\uC2A4\uB97C \uAC00\uB9AC\uD0A4\uBA74 \uB2E8\uB77D\uC774 \uBC88\uC5ED\uB429\uB2C8\uB2E4.","mouse-translate":"\uB9C8\uC6B0\uC2A4 \uD638\uBC84",document:"(\uCEF4\uD4E8\uD130) \uD30C\uC77C",resetSuccess:"\uBAA8\uB4E0 \uC124\uC815 \uC7AC\uC124\uC815\uC5D0 \uC131\uACF5",resetThisSuccess:"\uC7AC\uC124\uC815 \uC131\uACF5",saved:"\uC800\uC7A5 \uC131\uACF5",successImportConfig:"\uC131\uACF5\uC801\uC73C\uB85C \uAC00\uC838\uC628 \uAD6C\uC131",goAdvancedSettings:"\uACE0\uAE09 \uC124\uC815 \uD398\uC774\uC9C0\uB85C \uC774\uB3D9\uD569\uB2C8\uB2E4.",goAdvancedInterfaceSettings:"\uACE0\uAE09 \uC0AC\uC6A9\uC790 \uC9C0\uC815 \uC124\uC815 \uD398\uC774\uC9C0\uB85C \uC774\uB3D9\uD569\uB2C8\uB2E4.",advanced:"\uACE0\uAE09 \uC124\uC815",advancedDescription:"\uC77C\uBC18\uC801\uC73C\uB85C \uC124\uC815\uC774 \uD544\uC694\uD558\uC9C0 \uC54A\uC73C\uBA70 \uAE30\uBCF8\uAC12\uC744 \uADF8\uB300\uB85C \uB450\uBA74 \uB429\uB2C8\uB2E4. \uBCF4\uB2E4 \uC804\uBB38\uC801\uC778 \uC0AC\uC6A9\uC790\uB9CC \uAC1C\uC778\uD654\uB41C \uC124\uC815\uC744 \uC0AC\uC6A9\uD560 \uC218 \uC788\uC2B5\uB2C8\uB2E4.",developer:"\uAC1C\uBC1C\uC790 \uC124\uC815",donateCafe:"\uAC00\uACA9","translate to the bottom of the page":"\uD398\uC774\uC9C0\uC5D0 \uB4E4\uC5B4\uAC00\uBA74 \uBC14\uB85C \uD398\uC774\uC9C0 \uD558\uB2E8\uC73C\uB85C \uBC88\uC5ED\uB418\uB098\uC694?",feedback:"\uC9C8\uBB38 \uD53C\uB4DC\uBC31",toggleTranslatePage:"\uD398\uC774\uC9C0 \uBC88\uC5ED/\uC6D0\uBB38 \uD45C\uC2DC",translateToThePageEndImmediatelyDescription:"\uC774 \uAE30\uB2A5\uC744 \uCF1C\uBA74 \uC785\uB825\uD558\uB294 \uC989\uC2DC \uD398\uC774\uC9C0\uC758 \uC704\uCABD\uC5D0\uC11C \uC544\uB798\uCABD\uC73C\uB85C \uCF58\uD150\uCE20\uAC00 \uBC88\uC5ED\uB429\uB2C8\uB2E4. \uB044\uBA74 \uC77D\uB294 \uB300\uB85C \uBC88\uC5ED\uB429\uB2C8\uB2E4. (\uAD8C\uC7A5\uD558\uC9C0 \uC54A\uC74C)","translate all areas of the page":"\uD398\uC774\uC9C0\uC758 \uBAA8\uB4E0 \uC601\uC5ED\uC744 \uBC88\uC5ED\uD560\uC9C0 \uC5EC\uBD80",translationAreaDescription:"\uCF1C\uBA74 \uC804\uCCB4 \uC6F9 \uD398\uC774\uC9C0\uC758 \uBAA8\uB4E0 \uC601\uC5ED\uC774 \uBC88\uC5ED\uB429\uB2C8\uB2E4. \uB044\uBA74 \uAE30\uBCF8 \uC2A4\uB9C8\uD2B8 \uC778\uC2DD\uC774 \uC0AC\uC6A9\uB418\uBA70 \uC8FC\uC694 \uC601\uC5ED\uB9CC \uBC88\uC5ED\uB429\uB2C8\uB2E4. (\uCF1C\uC9C0 \uC54A\uB294 \uAC83\uC774 \uC88B\uC2B5\uB2C8\uB2E4.)","the number of characters to be translated first":"\uBCF4\uAE30 \uC601\uC5ED\uC73C\uB85C \uC2A4\uD06C\uB864\uD560 \uB54C\uAE4C\uC9C0 \uAE30\uB2E4\uB9AC\uC9C0 \uC54A\uACE0 \uD398\uC774\uC9C0\uC758 \uCC98\uC74C \uBA87 \uBB38\uC790\uB97C \uBC14\uB85C \uBC88\uC5ED\uD569\uB2C8\uB2E4.","interface language":"\uC778\uD130\uD398\uC774\uC2A4 \uC5B8\uC5B4","display both the original text and the translation":"\uC6D0\uBCF8\uACFC \uBC88\uC5ED\uBCF8 \uB3D9\uC2DC \uD45C\uC2DC","keyboard shortcuts":"\uD0A4\uBCF4\uB4DC \uB2E8\uCD95\uD0A4",modify:"\uBC14\uB85C \uAC00\uAE30 \uD0A4 \uC218\uC815",reset:"\uC7AC\uD504\uB85C\uBE44\uC800\uB2DD",close:"\uC751\uACE0",homepage:"\uD648\uD398\uC774\uC9C0",more:"\uB354 \uBCF4\uAE30",moreOptions:"\uB354 \uB9CE\uC740 \uC0AC\uC6A9\uC790 \uC9C0\uC815 \uC635\uC158 \uD655\uC7A5",translateTheWholePage:"\uD398\uC774\uC9C0\uC758 \uBAA8\uB4E0 \uC601\uC5ED \uBC88\uC5ED(\uC8FC\uC694 \uC601\uC5ED\uB9CC \uC9C0\uB2A5\uC801\uC73C\uB85C \uC778\uC2DD\uD558\uB294 \uAC83\uC774 \uC544\uB2C8\uB77C)",changeToTranslateTheWholePage:"\uBAA8\uB4E0 \uC9C0\uC5ED \uBC88\uC5ED\uC73C\uB85C \uC804\uD658",changeToTranslateTheMainPage:"\uAE30\uBCF8 \uC601\uC5ED \uBC88\uC5ED\uC73C\uB85C \uC804\uD658",changeToOnlyTranslationMode:"\uBC88\uC5ED\uB9CC \uD45C\uC2DC\uD558\uB3C4\uB85D \uD1A0\uAE00",changeToDualTranslationMode:"\uC774\uC911 \uC5B8\uC5B4 \uBC88\uC5ED\uC73C\uB85C \uC804\uD658",translateToThePageEndImmediately:"\uD398\uC774\uC9C0 \uD558\uB2E8\uC73C\uB85C \uC989\uC2DC \uBC88\uC5ED\uD558\uAE30",translateTheMainPage:"\uC9C0\uB2A5\uD615 \uBC88\uC5ED \uC8FC\uC694 \uC9C0\uC5ED","The local rules are up to date":"\uB85C\uCEEC \uC801\uC751 \uADDC\uCE59\uC740 \uCD5C\uC2E0 \uC0C1\uD0DC\uC785\uB2C8\uB2E4.","Successfully synchronized with the latest official rules:":"\uCD5C\uC2E0 \uACF5\uC2DD \uC801\uC751 \uADDC\uCE59\uACFC \uC131\uACF5\uC801\uC73C\uB85C \uB3D9\uAE30\uD654\uB418\uC5C8\uC2B5\uB2C8\uB2E4.","Checking for updates":"\uC5C5\uB370\uC774\uD2B8 \uD655\uC778","Rules are being synchronized":"\uC801\uC751 \uADDC\uCE59 \uB3D9\uAE30\uD654 \uC911",localVersionIsTooOld:"\uB85C\uCEEC \uD655\uC7A5 \uD504\uB85C\uADF8\uB7A8 \uBC84\uC804\uC774 \uB108\uBB34 \uC624\uB798\uB418\uC5C8\uC73C\uBBC0\uB85C \uB3D9\uAE30\uD654\uB97C \uC2DC\uB3C4\uD558\uAE30 \uC804\uC5D0 \uD655\uC7A5 \uD504\uB85C\uADF8\uB7A8\uC744 {minVersion} \uC774\uC0C1\uC73C\uB85C \uC5C5\uADF8\uB808\uC774\uB4DC\uD558\uC138\uC694.",badUserscriptBrowser:"\uD604\uC7AC \uBE0C\uB77C\uC6B0\uC800\uB294 \uADF8\uB9AC\uC2A4\uBABD\uD0A4 \uD655\uC7A5 \uC778\uD130\uD398\uC774\uC2A4\uB97C \uC62C\uBC14\uB974\uAC8C \uAD6C\uD604\uD558\uC9C0 \uC54A\uC73C\uBBC0\uB85C(\uC608: \uADF8\uB9AC\uC2A4\uBABD\uD0A4 \uC2A4\uD06C\uB9BD\uD2B8 \uC790\uCCB4\uC758 \uBC84\uC804 \uBC88\uD638\uC5D0 \uB300\uD55C \uC815\uBCF4\uB97C \uC5BB\uC73C\uB824\uBA74), \uD30C\uC774\uC5B4\uD3ED\uC2A4 \uB4F1 <1>\uADF8\uB9AC\uC2A4\uBABD\uD0A4 \uD655\uC7A5 \uAE30\uB2A5\uC744 \uC9C0\uC6D0\uD558\uB294 \uB2E4\uB978 \uBE0C\uB77C\uC6B0\uC800\uB97C \uC0AC\uC6A9\uD558\uC2DC\uAE30 \uBC14\uB78D\uB2C8\uB2E4.",foundNewVersion:"\uC0C8 \uBC84\uC804 \uC54C\uC544\uBCF4\uAE30",theLocalExtensionIsUpToUpdate:"\uD604\uC7AC \uD655\uC7A5 \uD504\uB85C\uADF8\uB7A8\uC774 \uCD5C\uC2E0 \uBC84\uC804\uC785\uB2C8\uB2E4.",failToSyncRules:"\uCD5C\uC2E0 \uC801\uC751 \uADDC\uCE59\uC744 \uB3D9\uAE30\uD654\uD558\uC9C0 \uBABB\uD568",retry:"\uB2E4\uC2DC \uC2DC\uB3C4\uD558\uB824\uBA74 \uC5EC\uAE30\uB97C \uD074\uB9AD\uD558\uC138\uC694.",failedReason:"\uC2E4\uD328 \uC774\uC720",currentRuleVersion:"\uD604\uC7AC \uADDC\uCE59 \uBC84\uC804",calculating:"\uACC4\uC0B0",unknownError:"\uC54C \uC218 \uC5C6\uB294 \uC624\uB958",canNotFetchRemoteRule:"\uC6D0\uACA9 \uADDC\uCE59\uC744 \uAC00\uC838\uC62C \uC218 \uC5C6\uC74C",enableAlphaSuccess:"\uC54C\uD30C \uC0AC\uC6A9",disableAlphaSuccess:"\uC54C\uD30C \uAE30\uB2A5\uC774 \uAEBC\uC838 \uC788\uC2B5\uB2C8\uB2E4.",cacheSize:"\uCE90\uC2DC \uD06C\uAE30\uFF1A",cleaning:"\uCCAD\uC0B0 \uACFC\uC815\uC5D0\uC11C",cleanCache:"\uCE90\uC2DC \uC9C0\uC6B0\uAE30",options:"\uC124\uC815",about:"\uB2E4\uC74C\uACFC \uAD00\uB828\uD558\uC5EC",service:"\uD1B5\uC5ED \uC11C\uBE44\uC2A4",needAction:"(\uC124\uC815\uC73C\uB85C \uC774\uB3D9)",goSettings:"\uACC4\uC18D\uD574\uC11C \uC124\uC815\uD558\uC138\uC694.",needActionForOptions:"(\uC124\uC815 \uC608\uC815)",translationEngine:"\uC5D4\uC9C4 \uC635\uC158",sourceLanguage:"\uC6D0\uBCF8 \uC5B8\uC5B4",target:"\uB300\uC0C1 \uC5B8\uC5B4",popupSourceLanguage:"\uC6D0\uBCF8 \uC5B8\uC5B4",popupTarget:"\uB300\uC0C1 \uC5B8\uC5B4",popupService:"\uD1B5\uC5ED \uC11C\uBE44\uC2A4",forThisSite:"\uD604\uC7AC \uC6F9\uC0AC\uC774\uD2B8",autoEnableSubtitle:"\uC774\uC911 \uC5B8\uC5B4 \uC790\uB9C9 \uC790\uB3D9 \uC5F4\uAE30",alwaysTranslate:"\uD56D\uC0C1 \uBC88\uC5ED",neverTranslate:"\uBC88\uC5ED \uAE08\uC9C0",alwaysTranslateSomeLanguage:"\uD56D\uC0C1 \uBC88\uC5ED {language}",neverTranslateSomeLanguage:"\uBC88\uC5ED \uAE08\uC9C0 {language}",alwaysTranslateSomeSite:"\uD56D\uC0C1 \uBC88\uC5ED {hostname}",neverTranslateSomeSite:"\uBC88\uC5ED \uAE08\uC9C0 {hostname}",alwaysTranslateSomeSiteOrWildSite:"\uD56D\uC0C1 \uC0AC\uC774\uD2B8 \uBC88\uC5ED",alwaysTranslateSomePage:"\uD56D\uC0C1 \uD398\uC774\uC9C0 \uBC88\uC5ED",add:"\uC99D\uAC00",default:"\uAE30\uBCF8\uAC12(\uC124\uC815)",forThisLanguage:"\uC774 \uC5B8\uC5B4\uC758 \uACBD\uC6B0\uFF1A","add url":"URL \uC785\uB825",edit:"\uCEF4\uD30C\uC77C\uB7EC","translate other languages into specific language":"\uB2E4\uB978 \uC5B8\uC5B4\uB97C \uC124\uC815\uD55C \uC5B8\uC5B4\uB85C \uBC88\uC5ED","select translation service":"\uBC88\uC5ED \uC11C\uBE44\uC2A4 \uC120\uD0DD",language:"\uB2E4\uAD6D\uC5B4 \uC9C0\uC6D0","show-original":"\uC6D0\uBCF8 \uD14D\uC2A4\uD2B8 \uD45C\uC2DC",translate:"\uB80C\uB354\uB9C1",Translated:"\uBC88\uC5ED\uB428",Translating:"\uBC88\uC5ED \uC911",Error:"\uC798\uBABB\uB41C",allowCacheTranslations:"\uB85C\uCEEC \uBC88\uC5ED \uCE90\uC2F1 \uC0AC\uC6A9(\uC911\uBCF5 \uAD6C\uC808\uC5D0 \uB300\uD55C \uBC88\uC5ED \uC694\uCCAD\uC744 \uC904\uC774\uAE30 \uC704\uD574)","translation display":"\uBC88\uC5ED \uD45C\uC2DC \uC2A4\uD0C0\uC77C","select diplay style":"\uB2E4\uC74C \uC608\uC2DC\uB97C \uAD6C\uCCB4\uC801\uC73C\uB85C \uCC38\uC870\uD558\uC5EC \uBC88\uC5ED \uC2A4\uD0C0\uC77C\uC744 \uAD6C\uBD84\uD558\uC138\uC694.",interface:"\uC778\uD130\uD398\uC774\uC2A4 \uC124\uC815",import_export:"\uAC00\uC838\uC624\uAE30/\uB0B4\uBCF4\uB0B4\uAE30",import_export_title:"\uAD6C\uC131 \uAC00\uC838\uC624\uAE30/\uB0B4\uBCF4\uB0B4\uAE30",syncToGoogleDrive:"\uC9C0\uAE08 Google \uB4DC\uB77C\uC774\uBE0C\uC640 \uB3D9\uAE30\uD654",floatBallOptions:"\uD638\uBC84\uBCFC \uC124\uC815","floatBallOptions.enable":"\uD638\uBC84\uBCFC \uD65C\uC131\uD654","floatBallOptions.blockUrls":"\uC6F9\uC0AC\uC774\uD2B8 \uBE44\uD65C\uC131\uD654","floatBallOptions.add":"\uC99D\uAC00","floatBallOptions.blockUrlDesc":"\uB2E4\uC74C \uC6F9\uC0AC\uC774\uD2B8\uC5D0\uC11C\uB294 \uD638\uBC84\uBCFC\uC774 \uD45C\uC2DC\uB418\uC9C0 \uC54A\uC2B5\uB2C8\uB2E4.","floatBallOptions.clickType":"\uD074\uB9AD \uB3D9\uC791","floatBallOptions.clickTypeDesc":"\uD074\uB9AD \uC2DC \uD638\uBC84\uBCFC \uC544\uC774\uCF58 \uB3D9\uC791","floatBallOptions.clickPopup":"\uBC88\uC5ED \uD328\uB110 \uD45C\uC2DC","floatBallOptions.clickTranslate":"\uC6D0\uBCF8 \uD14D\uC2A4\uD2B8 \uBC88\uC5ED/\uD45C\uC2DC","floatBallOptions.fixedPosition":"\u56FA\u5B9A\u4F4D\u7F6E","floatBallOptions.fixedPositionDesc":"\u60AC\u6D6E\u7403\u5728\u7A97\u53E3\u5DE6\u4FA7\u8FD8\u662F\u53F3\u4FA7","floatBallOptions.fixedPositionLeft":"\u5DE6\u4FA7","floatBallOptions.fixedPositionRight":"\u53F3\u4FA7",previewAllThemes:"\uBAA8\uB4E0 \uC2A4\uD0C0\uC77C \uBBF8\uB9AC\uBCF4\uAE30","translationTheme.none":"\uAC00\uC9C0\uACE0 \uC788\uC9C0 \uC54A\uB2E4","translationTheme.grey":"\uC9D9\uC740 \uD68C\uC0C9","translationTheme.dashed":"\uC810\uC120 \uBC11\uC904","translationTheme.dotted":"\uC810\uC120 \uBC11\uC904","translationTheme.dashedBorder":"\uC810\uC120 \uD14C\uB450\uB9AC","translationTheme.solidBorder":"\uC2E4\uC120 \uD14C\uB450\uB9AC","translationTheme.underline":"\uC9C1\uC120\uC5D0 \uBC11\uC904","translationTheme.mask":"\uD37C\uC9C0 \uD6A8\uACFC(\uD559\uC2B5 \uBAA8\uB4DC)","translationTheme.opacity":"\uD22C\uBA85\uC131 \uD6A8\uACFC","translationTheme.paper":"\uD770 \uC885\uC774 \uADF8\uB9BC\uC790 \uD6A8\uACFC","translationTheme.dividingLine":"\uAD6C\uBD84\uC120","translationTheme.highlight":"\uB192\uC740 \uBC1D\uAE30","translationTheme.marker":"\uB9C8\uCEE4(\uC678\uB798\uC5B4)","translationTheme.marker2":"\uB9C8\uCEE4 2","translationTheme.blockquote":"\uCC38\uC870 \uC2A4\uD0C0\uC77C","translationTheme.weakening":"\uC57D\uD654","translationTheme.italic":"\uAE30\uC6B8\uC5B4\uC9C0\uB294 \uC11C\uCCB4","translationTheme.bold":"\uB450\uAECD\uAC8C","translationTheme.thinDashed":"\uAC00\uB294 \uC810\uC120 \uBC11\uC904","translationTheme.nativeDashed":"\uC2DC\uC2A4\uD15C\uC5D0\uB294 \uC810\uC120\uC73C\uB85C \uD45C\uC2DC\uB41C \uBC11\uC904\uC774 \uC788\uC2B5\uB2C8\uB2E4.","translationTheme.nativeDotted":"\uC2DC\uC2A4\uD15C\uC5D0\uB294 \uC810\uC120\uC73C\uB85C \uBC11\uC904\uC774 \uADF8\uC5B4\uC838 \uC788\uC2B5\uB2C8\uB2E4.","translationTheme.nativeUnderline":"\uC2DC\uC2A4\uD15C\uC5D0\uB294 \uC9C1\uC120 \uBC11\uC904\uC774 \uC788\uC2B5\uB2C8\uB2E4.","translationTheme.wavy":"\uBB3C\uACB0 \uBAA8\uC591 \uB77C\uC778","translationServices.custom":"\uC0AC\uC6A9\uC790 \uC9C0\uC815 API","translationServices.tencent":"\uD150\uC13C\uD2B8 \uBC88\uC5ED\uAE30","translationServices.tenAlpha":"\uD150\uC13C\uD2B8 \uBC88\uC5ED\uAE30(\uC54C\uD30C)","translationServices.google":"Google \uBC88\uC5ED","translationServices.bai":"\uBC14\uC774\uB450(\uC54C\uD30C)","translationServices.baidu":"\uBC14\uC774\uB450 \uBC88\uC5ED","translationServices.aliyun":"\uC54C\uB9AC\uD074\uB77C\uC6B0\uB4DC \uBC88\uC5ED","translationServices.volc":"\uD654\uC0B0 \uBC88\uC5ED","translationServices.deeplx":"DeepLX(\uBCA0\uD0C0)","translationServices.bing":"Microsoft \uBC88\uC5ED","translationServices.deepl":"DeepL","translationServices.wechat":"\uC704\uCC57 \uBC88\uC5ED","translationServices.azure":"Azure \uBC88\uC5ED","translationServices.ibm":"IBM \uC653\uC2A8","translationServices.aws":"\uC544\uB9C8\uC874 \uBC88\uC5ED","translationServices.mock":"\uC2DC\uBBAC\uB808\uC774\uC158 \uBC88\uC5ED","translationServices.mock2":"\uC2DC\uBBAC\uB808\uC774\uC158 \uBC88\uC5ED 2","translationServices.caiyun":"\uC870\uBA85. \uB2E4\uCC44\uB85C\uC6B4 \uAD6C\uB984\uACFC \uC791\uC740 \uBC88\uC5ED","translationServices.cai":"\uB2E4\uCC44\uB85C\uC6B4 \uAD6C\uB984(\uC54C\uD30C)","translationServices.volcAlpha":"\uD654\uC0B0 (\uC54C\uD30C)","translationServices.openl":"OpenL","translationServices.youdao":"\uC720\uD29C\uBE0C \uBC88\uC5ED","translationServices.you":"\uC720\uB2E4\uC624 \uBC88\uC5ED\uAE30(\uC54C\uD30C)","translationServices.transmart":"\uD150\uC13C\uD2B8 \uC778\uD130\uB799\uD2F0\uBE0C \uBC88\uC5ED","translationServices.niu":"\uB9E4\uBC84\uB9AD \uBC88\uC5ED\uAE30","translationServices.papago":"\uD30C\uD30C\uACE0 \uBC88\uC5ED","translationServices.d":"D(\uC54C\uD30C)","translationServices.dpro":"D \uD504\uB85C(\uCE74\uB098\uB9AC\uC544)","translationServices.openai":"OpenAI","translationServices.yandex":"Yandex","translationServices.chatgpt":"ChatGPT \uC6F9(3.5 \uBAA8\uBC14\uC77C)","translate title":"\uD398\uC774\uC9C0 \uC81C\uBAA9 \uBC88\uC5ED","always languages":"\uD56D\uC0C1 \uC5B8\uC5B4 \uBC88\uC5ED",neverTranslateLanguagesLabel:"\uBC88\uC5ED\uB418\uC9C0 \uC54A\uB294 \uC5B8\uC5B4",neverTranslateTheFollowingLanguagesDescription:"\uD398\uC774\uC9C0\uC758 \uB2E8\uB77D\uC774 \uB2E4\uC74C \uC5B8\uC5B4 \uC911 \uD558\uB098\uC778 \uACBD\uC6B0 \uBC88\uC5ED\uC774 \uAC74\uB108\uB6F0\uC5B4\uC9D1\uB2C8\uB2E4.",enableUserscriptPagePopup:"\uD398\uC774\uC9C0\uC5D0 \uD638\uBC84\uBCFC \uD45C\uC2DC",enableUserscriptPagePopupDescription:"\uD638\uBC84\uBCFC\uC744 \uB044\uACE0 \uB098\uBA74 \uBC14\uB85C \uAC00\uAE30 /{touch}\uB85C \uBD88\uB7EC\uC62C \uC218 \uC788\uC2B5\uB2C8\uB2E4. \uC2E4\uC218\uB85C \uC774 \uC635\uC158\uC744 \uB048 \uD6C4 \uD638\uBC84\uBCFC\uC744 \uCC3E\uC9C0 \uBABB\uD558\uB294 \uACBD\uC6B0\uB97C \uBC29\uC9C0\uD558\uAE30 \uC704\uD574 \uC774 \uC124\uC815 \uD398\uC774\uC9C0\uB97C \uBD81\uB9C8\uD06C\uC5D0 \uCD94\uAC00\uD558\uB294 \uAC83\uC774 \uC88B\uC2B5\uB2C8\uB2E4!","always translate the following languages":"\uD398\uC774\uC9C0\uAC00 \uB2E4\uC74C \uC5B8\uC5B4 \uC911 \uD558\uB098\uC778 \uACBD\uC6B0 \uB300\uC0C1 \uC5B8\uC5B4\uB85C \uC790\uB3D9 \uBC88\uC5ED\uB429\uB2C8\uB2E4.","always sites":"\uD56D\uC0C1 \uBC88\uC5ED\uB41C \uC6F9 \uC0AC\uC774\uD2B8","always translate the following sites":"\uC6F9 \uC0AC\uC774\uD2B8\uAC00 \uB2E4\uC74C \uB3C4\uBA54\uC778 \uC774\uB984\uC778 \uACBD\uC6B0 \uB300\uC0C1 \uC5B8\uC5B4\uB85C \uC790\uB3D9 \uBC88\uC5ED\uB429\uB2C8\uB2E4.","never sites":"\uBC88\uC5ED\uB418\uC9C0 \uC54A\uC740 \uC6F9 \uC0AC\uC774\uD2B8","never translate the following sites":"\uC6F9\uC0AC\uC774\uD2B8\uAC00 \uB2E4\uC74C \uB3C4\uBA54\uC778\uC6A9\uC778 \uACBD\uC6B0 \uBC88\uC5ED\uC774 \uC218\uD589\uB418\uC9C0 \uC54A\uC2B5\uB2C8\uB2E4.","please refer to":"\uD0A4\uB97C \uC0AC\uC6A9\uD558\uB824\uBA74 \uD0A4\uB97C \uC785\uB825\uD574\uC57C \uD558\uBA70, \uC790\uC138\uD55C \uB0B4\uC6A9\uC740 \uB2E4\uC74C\uC744 \uCC38\uC870\uD558\uC138\uC694.",KeyAndConfigurationTutorial:"\uC8FC\uC694 \uC560\uD50C\uB9AC\uCF00\uC774\uC158 \uBC0F \uAD6C\uC131 \uD29C\uD1A0\uB9AC\uC5BC",useAboveStyleForTheseSites:"\uB2E4\uC74C \uB3C4\uBA54\uC778\uC744 \uC704\uD55C \uC0AC\uC774\uD2B8\uC778 \uACBD\uC6B0 \uD56D\uC0C1 \u2308{theme}\u230B \uBC88\uC5ED \uC2A4\uD0C0\uC77C\uC744 \uC0AC\uC6A9\uD558\uC138\uC694.",currentUrl:"\uD604\uC7AC URL",confirm:"\uC800\uC7A5(\uD30C\uC77C \uB4F1)(\uCEF4\uD4E8\uD305)",cancel:"\uCDE8\uC18C",delete:"\uC81C\uAC70","languages.auto":"\uC790\uB3D9 \uAC10\uC9C0",syncToCloud:"Google \uB4DC\uB77C\uC774\uBE0C\uC5D0 \uB3D9\uAE30\uD654",syncToCloudDescription:"\uD074\uB77C\uC6B0\uB4DC\uC5D0 \uC5C5\uB85C\uB4DC\uB41C \uAD6C\uC131\uC740 \uB9C8\uC9C0\uB9C9\uC73C\uB85C \uC218\uC815\uB41C \uBE0C\uB77C\uC6B0\uC800/\uADF8\uB9AC\uC2A4\uBABD\uD0A4 \uC2A4\uD06C\uB9BD\uD2B8 \uAC04\uC5D0 \uB3D9\uAE30\uD654\uD560 \uC218 \uC788\uC2B5\uB2C8\uB2E4.",syncToAccount:"\uBAB0\uC785\uD615 \uBC88\uC5ED \uD074\uB77C\uC6B0\uB4DC\uC5D0 \uB3D9\uAE30\uD654",syncToAccountButton:"\uD074\uB77C\uC6B0\uB4DC\uC640 \uC989\uC2DC \uB3D9\uAE30\uD654",syncToAccountDescription:"\uB9C8\uC9C0\uB9C9\uC73C\uB85C \uC218\uC815\uD55C \uC2DC\uAC04\uC744 \uAE30\uC900\uC73C\uB85C \uC11C\uB85C \uB2E4\uB978 \uC7A5\uCE58 \uAC04\uC5D0 \uAD6C\uC131\uC744 \uC790\uB3D9\uC73C\uB85C \uB3D9\uAE30\uD654\uD569\uB2C8\uB2E4.",successSyncConfigInAccount:"\uD074\uB77C\uC6B0\uB4DC\uC640\uC758 \uC131\uACF5\uC801\uC778 \uB3D9\uAE30\uD654",successSyncConfigToAccount:"\uD074\uB77C\uC6B0\uB4DC\uC5D0 \uC131\uACF5\uC801\uC73C\uB85C \uB3D9\uAE30\uD654",syncConfigNoUpdate:"\uC774\uBBF8 \uCD5C\uC2E0 \uBC84\uC804\uC785\uB2C8\uB2E4.",authFail:"\uC778\uC99D \uC2E4\uD328",syncTitle:"\uC218\uB3D9 \uBC31\uC5C5 \uAD00\uB9AC",import_hint:"\uAC00\uC838\uC624\uAE30(\uB370\uC774\uD130)",upload:"\uC5C5\uB85C\uB4DC",revokeAuth:"\uC2B9\uC778 \uCDE8\uC18C",uploadFail:"\uC5C5\uB85C\uB4DC \uC2E4\uD328",download:"\uB2E4\uC6B4\uB85C\uB4DC",importSuccess:"\uAC00\uC838\uC624\uAE30 \uC131\uACF5",importFail:"\uAC00\uC838\uC624\uAE30 \uC2E4\uD328",deleteFail:"\uC0AD\uC81C\uD558\uC9C0 \uBABB\uD568",backupToCloud:"\uBC31\uC5C5 \uD30C\uC77C \uC218\uB3D9 \uAD00\uB9AC",create_new_backup:"\uC0C8 \uBC31\uC5C5 \uB178\uB4DC \uCD94\uAC00",maxBackupFiles:"\uCD5C\uB300{count}\uAC1C\uC758 \uC11C\uB85C \uB2E4\uB978 \uB178\uB4DC\uB97C \uBC31\uC5C5\uD560 \uC218 \uC788\uC73C\uBA70, \uD544\uC694\uD558\uC9C0 \uC54A\uC740 \uB178\uB4DC\uB294 \uC0AD\uC81C\uD558\uC138\uC694.",backupToCloudDescription:"\uBC31\uC5C5 \uD30C\uC77C\uC744 \uC218\uB3D9\uC73C\uB85C \uC5C5\uB85C\uB4DC\uD558\uAC70\uB098 \uBCF5\uC6D0\uD558\uC5EC \uCD5C\uB300 3\uAC1C\uC758 \uC11C\uB85C \uB2E4\uB978 \uBC31\uC5C5 \uD5C8\uC6A9",successSyncConfig:"\uD074\uB77C\uC6B0\uB4DC\uC640\uC758 \uC131\uACF5\uC801\uC778 \uB3D9\uAE30\uD654",syncFail:"\uB3D9\uAE30\uD654 \uC2E4\uD328",updatedAt:"{date}\uC5D0\uC11C \uC5C5\uB370\uC774\uD2B8\uB428",lastSyncedAt:"\uCD5C\uC885 \uD655\uC778: {date}",downloadFail:"\uB2E4\uC6B4\uB85C\uB4DC\uC5D0 \uC2E4\uD328\uD588\uC2B5\uB2C8\uB2E4.",clickToDownload:"\uB2E4\uC6B4\uB85C\uB4DC\uD558\uB824\uBA74 \uD074\uB9AD",aboutLabel:"\uC815\uBCF4 - \uD53C\uB4DC\uBC31","browser.openAboutPage":"\uC815\uBCF4/\uD53C\uB4DC\uBC31",aboutLabelWithoutSponsor:"\uC815\uBCF4 - \uD53C\uB4DC\uBC31",aboutIntro:"\uC6B0\uB9AC \uBAA8\uB450\uAC00 \uC778\uD130\uB137\uC758 \uBC29\uB300\uD55C \uC678\uAD6D\uC5B4 \uC815\uBCF4\uC5D0 \uB354 \uC27D\uACE0 \uC990\uAC81\uAC8C \uC561\uC138\uC2A4\uD560 \uC218 \uC788\uAE30\uB97C \uBC14\uB78D\uB2C8\uB2E4 \u2764\uFE0F <6>Pro \uBA64\uBC84\uC2ED\uC744 \uD65C\uC131\uD654\uD558\uC5EC \uBC14\uB85C \uC0AC\uC6A9\uD560 \uC218 \uC788\uB294 DeepL \uBC0F OpenAI \uBC88\uC5ED\uC744 \uC0AC\uC6A9\uD560 \uC218 \uC788\uC2B5\uB2C8\uB2E4.

<3>\uD2B8\uC704\uD130, <4>\uD154\uB808\uADF8\uB7A8, \uC6E8\uC774\uBCF4, \uC704\uCC57\uC5D0\uC11C \uD314\uB85C\uC6B0\uD558\uAC70\uB098 \uC544\uB798 <5>\uBA54\uC77C\uB9C1 \uB9AC\uC2A4\uD2B8\uC5D0 <5>\uAC00\uC785\uD558\uC5EC \uC5C5\uB370\uC774\uD2B8\uB97C \uD655\uC778\uD560 \uC218 \uC788\uC2B5\uB2C8\uB2E4.
<7>\uD504\uB85C \uD68C\uC6D0\uC740 <8>support@immersivetranslate.com \uC73C\uB85C \uBB38\uC758\uD558\uC2DC\uBA74 \uBE60\uB978 \uACE0\uAC1D \uC11C\uBE44\uC2A4\uB97C \uBC1B\uC73C\uC2E4 \uC218 \uC788\uC2B5\uB2C8\uB2E4.",aboutIntroWithoutSponsor:"\uC6B0\uB9AC \uBAA8\uB450\uAC00 \uC778\uD130\uB137\uC5D0\uC11C \uC81C\uACF5\uB418\uB294 \uBC29\uB300\uD55C \uC591\uC758 \uC678\uAD6D\uC5B4 \uC815\uBCF4\uC5D0 \uB354 \uC27D\uACE0 \uC990\uAC81\uAC8C \uC811\uADFC\uD560 \uC218 \uC788\uAE30\uB97C \uBC14\uB78D\uB2C8\uB2E4 \u2764\uFE0F

<3>\uD2B8\uC704\uD130, <4>\uD154\uB808\uADF8\uB7A8 \uCC44\uB110, \uC704\uCC57, \uC704\uCC57 \uC775\uC2A4\uCCB4\uC778\uC9C0\uC5D0\uC11C \uD314\uB85C\uC6B0\uD558\uAC70\uB098 \uC544\uB798 <5>\uC774\uBA54\uC77C\uB85C \uC5C5\uB370\uC774\uD2B8\uB97C <5>\uAD6C\uB3C5\uD560 \uC218 \uC788\uC2B5\uB2C8\uB2E4.",projectHomepage:"\uD504\uB85C\uC81D\uD2B8 \uD648",joinTelegramGroup:"\uC0AC\uC6A9\uC790 \uADF8\uB8F9\uC5D0 \uAC00\uC785\uD558\uC5EC \uAE30\uB2A5 \uD1A0\uB860\uC5D0 \uCC38\uC5EC\uD558\uC138\uC694.",wechatPublicAccount:"\uC704\uCC57 \uACF5\uAC1C",wechatCommunities:"\uC704\uCC57 \uAD50\uD658 \uADF8\uB8F9",qqCommunities:"QQ \uCEE4\uBBA4\uB2C8\uCF00\uC774\uC158 \uCC44\uB110",joinTelegramChannel:"\uD154\uB808\uADF8\uB7A8 \uCC44\uB110 \uD314\uB85C\uC6B0\uD558\uC5EC \uCD5C\uC2E0 \uC5C5\uB370\uC774\uD2B8 \uD655\uC778",feedbackAndJoin:"\uC9C8\uBB38 \uD53C\uB4DC\uBC31 / \uADF8\uB8F9 \uCD94\uAC00",autoSync:"\uC790\uB3D9 \uC2DC\uAC04 \uB3D9\uAE30\uD654",loadingThemeTitle:"\uB85C\uB529 \uC2A4\uD0C0\uC77C",loadingThemeDescription:"\uBC88\uC5ED \uB85C\uB4DC\uB97C \uAE30\uB2E4\uB9B4 \uB54C \uC2A4\uD0C0\uC77C \uC124\uC815\uD558\uAE30","loadingTheme.spinner":"\uD68C\uC804 \uC560\uB2C8\uBA54\uC774\uC158","loadingTheme.text":"\uC815\uC801 \uD14D\uC2A4\uD2B8 sth. ","loadingTheme.none":"\uD45C\uC2DC\uB418\uC9C0 \uC54A\uC74C",developerDescription:"\uACE0\uAE09 \uC0AC\uC6A9\uC790 \uC9C0\uC815\uC5D0 \uB300\uD55C \uBB38\uC11C\uB294 <1>\uC5EC\uAE30\uC5D0\uC11C \uD655\uC778\uD560 \uC218 \uC788\uC2B5\uB2C8\uB2E4.","edit border color":"\uD14C\uB450\uB9AC \uC0C9\uC0C1 \uC218\uC815",successSyncButNoChange:"\uD604\uC7AC \uAD6C\uC131\uC774 \uD074\uB77C\uC6B0\uB4DC\uC640 \uC77C\uCE58\uD569\uB2C8\uB2E4.",customTheme:"\uB9DE\uCDA4\uD615 \uC0C9\uC0C1 \uBC0F \uD06C\uAE30","customThemeLabel.borderColor":"\uD14C\uB450\uB9AC \uC0C9\uC0C1","customThemeLabel.borderRadius":"\uB465\uADFC \uBAA8\uC11C\uB9AC","customThemeLabel.textColor":"\uD14D\uC2A4\uD2B8 \uC0C9\uC0C1","customThemeLabel.backgroundColor":"\uBC30\uACBD\uC0C9","customThemeLabel.zoom":"\uAE00\uAF34 \uD06C\uAE30 \uC870\uC815(%)","customThemeLabel.opacity":"\uD14D\uC2A4\uD2B8 \uBD88\uD22C\uBA85\uB3C4(%)",resetToDefaultColor:"\uAE30\uBCF8 \uC0C9\uC0C1\uC73C\uB85C \uBCF5\uC6D0",resetToDefaultSettings:"\uAE30\uBCF8 \uC124\uC815\uC73C\uB85C \uBCF5\uC6D0",isTranslateTitle:"\uD398\uC774\uC9C0 \uC81C\uBAA9 \uBC88\uC5ED \uC0AC\uC6A9",isTranslateTitleDescription:"\uC804\uC6D0\uC744 \uCF1C\uBA74 \uD398\uC774\uC9C0 \uC81C\uBAA9\uC774 \uBC88\uC5ED\uB429\uB2C8\uB2E4.",enableSearchEnhancement:"\uC774\uC911 \uC5B8\uC5B4 \uBA54\uC2DC\uC9C0 \uD5A5\uC0C1 \uC0AC\uC6A9",enableSearchEnhancementDescription:"\uC774 \uAE30\uB2A5\uC744 \uD65C\uC131\uD654\uD558\uBA74 \uC9C0\uC6D0\uB418\uB294 \uC6F9\uC0AC\uC774\uD2B8(Google \uB274\uC2A4, Google \uAC80\uC0C9(\uC77C\uBD80 \uD0A4\uC6CC\uB4DC), \uC2A4\uB178\uC6B0\uBCFC, \uC624\uB9AC\uC5D4\uD0C8 \uD3EC\uCD98, \uD4E8\uD22C\uB77C, \uD0C0\uC774\uAC70 \uCEE4\uBBA4\uB2C8\uD2F0)\uC758 \uC624\uB978\uCABD \uC5F4\uC5D0 \uD574\uB2F9 \uC601\uC5B4 \uD0A4\uC6CC\uB4DC\uC5D0 \uB300\uD55C 'Google \uB274\uC2A4'\uC758 \uAC80\uC0C9 \uACB0\uACFC\uAC00 \uC790\uB3D9\uC73C\uB85C \uD45C\uC2DC\uB429\uB2C8\uB2E4.",verifyService:"\uC11C\uBE44\uC2A4\uB97C \uD14C\uC2A4\uD2B8\uD558\uB824\uBA74 \uC5EC\uAE30\uB97C \uD074\uB9AD\uD558\uC138\uC694.",verified:"\uC131\uACF5 \uD655\uC778","field.langs":"\uC9C0\uC6D0\uB418\uB294 \uC5B8\uC5B4 \uCF54\uB4DC","field.model":"\uBAA8\uB378\uB9C1","field.translationEngine":"\uBC88\uC5ED \uC5D4\uC9C4","field.limitPerMinute":"\uBD84\uB2F9 \uCD5C\uB300 \uC694\uCCAD \uC218","field.limitPerSecond":"\uCD08\uB2F9 \uCD5C\uB300 \uC694\uCCAD \uC218","field.maxTextLengthPerRequest":"\uC694\uCCAD\uB2F9 \uCD5C\uB300 \uD14D\uC2A4\uD2B8 \uAE38\uC774","field.maxTextGroupLengthPerRequest":"\uC694\uCCAD\uB2F9 \uCD5C\uB300 \uB2E8\uB77D \uC218","field.apiUrl":"\uC0AC\uC6A9\uC790 \uC9C0\uC815 API \uC778\uD130\uD398\uC774\uC2A4 \uC8FC\uC18C","field.placeholderDelimiters":"\uC608\uC57D\uB41C \uC790\uB9AC \uD45C\uC2DC\uC790","description.custom":"\uC0AC\uC6A9\uC790 \uC9C0\uC815 \uC778\uD130\uD398\uC774\uC2A4 \uC561\uC138\uC2A4 \uBB38\uC11C \uD544\uC694","description.limitPerMinute":"\uC774 \uD55C\uB3C4\uB97C \uCD08\uACFC\uD558\uB294 \uC694\uCCAD\uC740 \uB2E4\uC74C \uBD84\uC774 \uC2DC\uC791\uB420 \uB54C\uAE4C\uC9C0 \uB300\uAE30\uC5F4\uC5D0 \uB4E4\uC5B4\uAC11\uB2C8\uB2E4. \uD604\uC7AC OpenAI \uC11C\uBE44\uC2A4\uC758 \uC5EC\uB7EC \uAC00\uC9C0 \uC81C\uD55C \uC0AC\uD56D\uC73C\uB85C \uC778\uD574 <1>\uC5EC\uAE30\uB97C \uD074\uB9AD\uD558\uC5EC \uCD5C\uC2E0 \uC81C\uC548 \uAC12\uC744 \uD655\uC778\uD558\uC138\uC694.","description.limitPerSecond":"\uC774 \uC81C\uD55C\uC744 \uCD08\uACFC\uD558\uB294 \uC694\uCCAD\uC740 \uB2E4\uC74C \uCD08\uAC00 \uC2DC\uC791\uB420 \uB54C\uAE4C\uC9C0 \uB300\uAE30\uC5F4\uC5D0 \uB4E4\uC5B4\uAC11\uB2C8\uB2E4. \uD604\uC7AC OpenAI \uC11C\uBE44\uC2A4\uC758 \uC5EC\uB7EC \uAC00\uC9C0 \uC81C\uD55C \uC0AC\uD56D\uC73C\uB85C \uC778\uD574 <1>\uC5EC\uAE30\uB97C \uD074\uB9AD\uD558\uC5EC \uCD5C\uC2E0 \uC81C\uC548 \uAC12\uC744 \uD655\uC778\uD558\uC138\uC694.","description.generalLimitPerSecond":"\uC774 \uC81C\uD55C\uC744 \uCD08\uACFC\uD558\uB294 \uC694\uCCAD\uC740 \uB2E4\uC74C \uCD08\uAC00 \uC2DC\uC791\uB420 \uB54C\uAE4C\uC9C0 \uB300\uAE30\uC5F4\uC5D0 \uB4E4\uC5B4\uAC11\uB2C8\uB2E4.","description.prompt":"\uC0AC\uC6A9\uC790 \uC2E0\uBD84\uC73C\uB85C {service}\uC5D0 \uBCF4\uB0B8 \uB300\uD654\uC5D0\uC11C {{text}}\uB294 \uB2E8\uB77D\uC758 \uD14D\uC2A4\uD2B8 \uB0B4\uC6A9\uC744 \uB098\uD0C0\uB0B4\uACE0, {{from}}\uC740 \uB2E8\uB77D\uC758 \uC5B8\uC5B4\uB97C \uB098\uD0C0\uB0B4\uBA70, {{to}}\uB294 \uBAA9\uD45C \uC5B8\uC5B4\uB97C \uB098\uD0C0\uB0C5\uB2C8\uB2E4.","description.maxTextLengthPerRequest":"\uC694\uCCAD\uB2F9 \uCD5C\uB300 \uAE00\uC790 \uC218\uAC00 \uB108\uBB34 \uB9CE\uC73C\uBA74 \uC778\uD130\uD398\uC774\uC2A4\uAC00 \uB290\uB9AC\uAC8C \uC751\uB2F5\uD558\uBBC0\uB85C \uC774 \uC635\uC158\uC744 \uC870\uC815\uD558\uC5EC \uC18D\uB3C4\uB97C \uCD5C\uC801\uD654\uD558\uC138\uC694.","description.systemPrompt":"\uC2DC\uC2A4\uD15C \uC2E0\uBD84\uC73C\uB85C {service}\uC5D0\uAC8C \uBCF4\uB0B8 \uB300\uD654\uC5D0\uC11C {{text}}\uB294 \uB2E8\uB77D\uC758 \uD14D\uC2A4\uD2B8 \uB0B4\uC6A9\uC744 \uB098\uD0C0\uB0B4\uACE0, {{from}}\uC740 \uB2E8\uB77D\uC758 \uC5B8\uC5B4\uB97C \uB098\uD0C0\uB0B4\uBA70, {{to}}\uB294 \uBAA9\uD45C \uC5B8\uC5B4\uB97C \uB098\uD0C0\uB0C5\uB2C8\uB2E4.","field.domain":"\uC601\uC5ED","description.domain":"\uAE30\uBCF8\uAC12\uC740\uFF1Ageneral\uC785\uB2C8\uB2E4. \uC544\uB9AC\uB9C8 API \uCF58\uC194\uC5D0\uC11C \uB3C4\uBA54\uC778 \uBC88\uC5ED\uC774 \uD65C\uC131\uD654\uB41C \uACBD\uC6B0\uC5D0\uB9CC \uC124\uC815\uD560 \uC218 \uC788\uC73C\uBA70, \uC9C0\uC6D0\uB418\uB294 \uB3C4\uBA54\uC778\uC740 <1>\uC5EC\uAE30\uB97C \uCC38\uC870\uD558\uC138\uC694.","field.scene":"take","description.scene":"\uAE30\uBCF8\uAC12\uC740\uFF1Ageneral\uC785\uB2C8\uB2E4. AliCloud API \uCF58\uC194\uC774 Machine Translation Pro\uB97C \uC5EC\uB294 \uACBD\uC6B0\uC5D0\uB9CC \uC124\uC815\uD560 \uC218 \uC788\uC73C\uBA70, \uC9C0\uC6D0\uB418\uB294 \uC2DC\uB098\uB9AC\uC624\uB294 <1>\uC5EC\uAE30\uB97C \uCC38\uC870\uD558\uC138\uC694.","field.vocabId":"\uC0AC\uC6A9\uC790 \uC0AC\uC804 ID","description.vocabId":"\uC9C0\uC815\uB41C \uC0AC\uC804 out_id\uB294 \uD604\uC7AC \uC601\uC5B4\uC5D0\uC11C \uC911\uAD6D\uC5B4 \uBC88\uC5ED\uC744 \uC9C0\uC6D0\uD569\uB2C8\uB2E4.","description.model":"OpenAI \uBAA8\uB378, gpt-3.5-turbo, gpt-4 \uB4F1 \uAC00\uB2A5","description.maxTextGroupLengthPerRequest":"\uD55C \uBC88\uC5D0 \uBC88\uC5ED \uC11C\uBE44\uC2A4\uB85C \uC804\uC1A1\uB418\uB294 \uB2E8\uB77D \uC218, \uB2E8\uB77D\uC774 \uB108\uBB34 \uB9CE\uC73C\uBA74 \uC778\uD130\uD398\uC774\uC2A4\uAC00 \uB290\uB9AC\uAC8C \uC751\uB2F5\uD560 \uC218 \uC788\uC2B5\uB2C8\uB2E4.","description.apiUrl":"\uACBD\uB85C, <1>\uC790\uC138\uD55C \uC124\uBA85\uC774 \uD3EC\uD568\uB41C \uD2B9\uC815 URL\uC744 \uCD94\uAC00\uD558\uC138\uC694.",enabledExtension:"\uD655\uC7A5 \uAE30\uB2A5 \uC0AC\uC6A9",clickToDisableExtension:"\uD655\uC7A5 \uAE30\uB2A5\uC744 \uBE44\uD65C\uC131\uD654\uD558\uB824\uBA74 \uD074\uB9AD\uD558\uC138\uC694.",clickToEnableExtension:"\uD655\uC7A5 \uAE30\uB2A5\uC744 \uC0AC\uC6A9\uD558\uB824\uBA74 \uD074\uB9AD\uD558\uC138\uC694.",hasBeenDisabled:"disabled","show password":"\uBE44\uBC00\uBC88\uD638 \uD45C\uC2DC",customContent:"\uC0AC\uC6A9\uC790 \uC9C0\uC815 \uBAA8\uB378 \uC774\uB984 \uC785\uB825",inputOptions:"\uC785\uB825 \uC0C1\uC790 \uAC1C\uC120",mouseHoverOptions:"\uB9C8\uC6B0\uC2A4 \uD638\uBC84",modifyMouseHoverKey:"\uB9C8\uC6B0\uC2A4 \uCEE4\uC11C \uBC14\uB85C \uAC00\uAE30 \uC218\uC815",enableInputTranslation:"\uC785\uB825 \uC0C1\uC790 \uD5A5\uC0C1 \uD65C\uC131\uD654 \uC5EC\uBD80",enableInputTranslationDescription:"\uD65C\uC131\uD654\uB418\uBA74 \uC785\uB825 \uC0C1\uC790\uC5D0 {startingKey}{startingKey} hello\uB97C \uC9C1\uC811 \uC785\uB825\uD55C \uB2E4\uC74C{inputTrailingTriggerKeyRepeatTimes}\uBC88{trailingKey}\uC744 \uBE60\uB974\uAC8C \uB20C\uB7EC {inputTargetLanguage}\uC73C\uB85C \uBC88\uC5ED\uD569\uB2C8\uB2E4.",enableInputTranslationDescriptionForNoneKey:"\uD65C\uC131\uD654\uB418\uBA74 \uC785\uB825 \uC0C1\uC790\uC5D0\uFF1AHello World\uB97C \uC9C1\uC811 \uC785\uB825\uD55C \uB2E4\uC74C{inputTrailingTriggerKeyRepeatTimes}{trailingKey}\uC744 \uBE60\uB974\uAC8C \uC5EC\uB7EC \uBC88 \uB20C\uB7EC \uAE30\uBCF8 \uB300\uC0C1 \uC5B8\uC5B4\uB85C \uBC88\uC5ED\uD569\uB2C8\uB2E4.",inputTargetLanguage:"\uC785\uB825 \uC0C1\uC790\uC758 \uAE30\uBCF8 \uB300\uC0C1 \uC5B8\uC5B4 \uC124\uC815",inputTargetLanguageDescription:"\uC785\uB825 \uC0C1\uC790 \uBC88\uC5ED\uC758 \uAE30\uBCF8 \uB300\uC0C1 \uC5B8\uC5B4(\uC608: \uD2B8\uB9AC\uAC70 \uB2E8\uC5B4\uC758 \uAE30\uBCF8 \uC5B8\uC5B4 {startingKey}{startingKey})",inputTargetLanguageDescriptionForNoneKey:"\uC785\uB825 \uC0C1\uC790 \uBC88\uC5ED\uC758 \uAE30\uBCF8 \uB300\uC0C1 \uC5B8\uC5B4",inputStartingTriggerKeyTitle:"\uC785\uB825 \uC0C1\uC790\uC758 \uBD80\uBD84 \uBC88\uC5ED\uC744 \uC704\uD574 \uBD84\uD560 \uBB38\uC790 \uC124\uC815\uD558\uAE30",inputStartingTriggerKeyDescription:"\uC785\uB825 \uC0C1\uC790 \uC804\uCCB4\uB97C \uBC88\uC5ED\uD560 \uD544\uC694\uAC00 \uC5C6\uB294 \uACBD\uC6B0 \uC2A4\uD50C\uB9AC\uD130\uB97C \uC0AC\uC6A9\uD558\uBA74 {startingKey}{startingKey} \uC5D0\uC11C \uC785\uB825 \uC0C1\uC790 \uB05D\uAE4C\uC9C0 \uBD80\uBD84\uB9CC \uBC88\uC5ED\uD558\uAC70\uB098 \uC5B8\uC5B4 \uCF54\uB4DC\uB97C \uC9C0\uC815\uD560 \uC218 \uC788\uC2B5\uB2C8\uB2E4(\uC608:\uFF1A{startingKey}ja \uB294 {startingKey}ja \uC5D0\uC11C \uC785\uB825 \uC0C1\uC790 \uB05D\uAE4C\uC9C0 \uBD80\uBD84\uB9CC \uBC88\uC5ED\uD55C\uB2E4\uB294 \uC758\uBBF8).",inputStartingTriggerKeyDescriptionForNoneKey:"\uD604\uC7AC \uC811\uB450\uC0AC \uC5C6\uC74C \uC124\uC815\uC740 \uD544\uC694\uD558\uC9C0 \uC54A\uC73C\uBA70, \uC785\uB825 \uC0C1\uC790\uC5D0 \uC788\uB294 \uC77C\uBD80 \uD14D\uC2A4\uD2B8\uC758 \uBC88\uC5ED \uAE30\uB2A5\uC740 \uB2F9\uBD84\uAC04 \uC0AC\uC6A9\uD560 \uC218 \uC5C6\uC2B5\uB2C8\uB2E4.",inputTrailingTriggerKeyTitle:"\uC785\uB825 \uC885\uB8CC \uD2B8\uB9AC\uAC70 \uBB38\uC790 \uC120\uD0DD",inputTrailingTriggerKeyDescription:"3\uBC88\uB9CC \uB204\uB974\uBA74{trailingKey} \uBC88\uC5ED\uC774 \uC2DC\uC791\uB429\uB2C8\uB2E4!",inputTrailingTriggerKeyTimeout:"\uC804\uD22C \uC885\uB8CC \uD2B8\uB9AC\uAC70 \uC0AC\uC774\uC758 \uC2DC\uAC04\uC744 \uC785\uB825\uD569\uB2C8\uB2E4.",inputTrailingTriggerKeyTimeoutDescription:"\uC785\uB825 \uC885\uB8CC \uCF64\uBCF4 \uD2B8\uB9AC\uAC70 \uC0AC\uC774\uC758 \uC2DC\uAC04(\uBC00\uB9AC\uCD08)\uC744 \uC124\uC815\uD569\uB2C8\uB2E4.",spaceKey:"<\u7A7A\u683C\u952E>",noneKey:"\uC811\uB450\uC0AC \uC5C6\uC774 \uC804\uCCB4 \uD14D\uC2A4\uD2B8 \uC0C1\uC790\uC758 \uC9C1\uC811 \uBC88\uC5ED",inputTranslationBlockUrlsTitle:"\uB2E4\uC74C URL\uC5D0\uC11C\uB294 \uC785\uB825 \uC0C1\uC790 \uAC1C\uC120 \uAE30\uB2A5\uC744 \uD65C\uC131\uD654\uD558\uC9C0 \uB9C8\uC138\uC694.",inputTranslationBlockUrlsDescription:"\uB2E4\uC74C URL\uC5D0\uC11C\uB294 \uC785\uB825 \uC0C1\uC790 \uAC1C\uC120 \uC0AC\uD56D\uC774 \uC791\uB3D9\uD558\uC9C0 \uC54A\uC2B5\uB2C8\uB2E4.",clickToSeeQuickDemo:"\uD074\uB9AD\uD558\uC5EC 30\uCD08 \uD035 \uD29C\uD1A0\uB9AC\uC5BC \uBE44\uB514\uC624 \uD655\uC7A5\uD558\uAE30",inputHelperInfo:"\uC124\uBA85\uFF1A\uC911\uAD6D\uC5B4 \uC785\uB825 \uBC29\uC2DD\uC5D0 \uB530\uB77C \uC77C\uBD80 \uD2B8\uB9AC\uAC70 \uBB38\uC790\uAC00 \uC911\uAD6D\uC5B4 \uBB38\uC7A5 \uBD80\uD638\uB85C \uBC14\uB00C\uB294 \uAC83\uC744 \uCD5C\uC801\uD654\uD588\uC2B5\uB2C8\uB2E4(\uC608: /\uB294 \uC18C\uAD6C \uC785\uB825 \uBC29\uC2DD\uC5D0 \uB530\uB77C \uB454 \uBD80\uD638\uB85C \uBC14\uB01C). \uBAB0\uC785\uD615 \uBC88\uC5ED\uAE30\uB294 \uD2B8\uB9AC\uAC70 \uBB38\uC790\uC5D0 \uD574\uB2F9\uD558\uB294 \uBAA8\uB4E0 \uC911\uAD6D\uC5B4 \uAE30\uD638, \uC989 //,,, \uB97C \uD2B8\uB9AC\uAC70 \uBB38\uC790\uB85C \uC778\uC2DD\uD560 \uC218 \uC788\uB3C4\uB85D \uC9C0\uC6D0\uD569\uB2C8\uB2E4.

\uB610\uD55C \uC5B8\uC5B4 \uCF54\uB4DC\uC5D0 \uC911\uAD6D\uC5B4 \uBCC4\uCE6D\uC744 \uBA85\uB839\uC5B4\uB85C \uC0AC\uC6A9\uD560 \uC218 \uC788\uC2B5\uB2C8\uB2E4(\uC608: /Japanese Hello World\uB294 \uC77C\uBCF8\uC5B4\uB85C \uBC88\uC5ED\uB428). <1>\uC9C0\uC6D0\uB418\uB294 \uBAA8\uB4E0 \uC5B8\uC5B4 \uCF54\uB4DC\uB97C \uBCF4\uB824\uBA74 \uC5EC\uAE30\uB97C \uD074\uB9AD\uD558\uC138\uC694.",reloadCurrentPage:"\uBC88\uC5ED\uC744 \uC2DC\uC791\uD558\uAE30 \uC804\uC5D0 \uD604\uC7AC \uD398\uC774\uC9C0\uB97C \uC0C8\uB85C\uACE0\uCE68\uD558\uC138\uC694.",noLocalFilePermissionForPDF:"\uB85C\uCEEC \uD30C\uC77C\uC744 \uC77D\uC744 \uC218 \uC788\uB294 \uAD8C\uD55C\uC774 \uC5C6\uB294 \uACBD\uC6B0 \uC704\uC758 \uBC84\uD2BC\uC744 \uD074\uB9AD\uD55C \uB2E4\uC74C \uB85C\uCEEC \uD30C\uC77C\uC744 \uAC00\uC838\uC624\uC138\uC694.",noPermissionForThisPage:"\u26A0\uFE0F \uD604\uC7AC \uD398\uC774\uC9C0 \uBC88\uC5ED \uAD8C\uD55C\uC774 \uC5C6\uC2B5\uB2C8\uB2E4.",retryAllParagraphs:"\uBAA8\uB4E0 \uC624\uB958 \uAD6C\uC808 \uB2E4\uC2DC \uC2DC\uB3C4",retryAllButton:"\uBAA8\uB4E0 \uC624\uB958 \uAD6C\uC808 \uB2E4\uC2DC \uC2DC\uB3C4",errorTooltipTitle:"\uC624\uB958\uC758 \uC6D0\uC778\uC744 \uBCF4\uB824\uBA74 \uD074\uB9AD\uD558\uC138\uC694.",errorModalTitle:"\uBC88\uC5ED \uC11C\uBE44\uC2A4 \uB610\uB294 \uB124\uD2B8\uC6CC\uD06C\uC5D0 \uBB38\uC81C\uAC00 \uC788\uB294 \uAC83 \uAC19\uC2B5\uB2C8\uB2E4...",disableConfirm:"\uC774\uC911 \uC5B8\uC5B4 \uC815\uBCF4 \uD5A5\uC0C1 \uC124\uC815",disableOnce:"\uC774 \uBE44\uD65C\uC131\uD654",disableGlobal:"\uC601\uAD6C\uC801\uC73C\uB85C \uBE44\uD65C\uC131\uD654",disableTint:"* {option} \uC5D0\uC11C \uB2E4\uC2DC \uD65C\uC131\uD654\uD560 \uC218 \uC788\uC2B5\uB2C8\uB2E4.",searchEnhancementNotes:"\uC911\uAD6D\uC5B4 \uD0A4\uC6CC\uB4DC\uC640 \uC601\uC5B4 \uD0A4\uC6CC\uB4DC\uC5D0 \uB300\uD55C \uB274\uC2A4 \uACB0\uACFC\uAC00 \uB9E4\uC6B0 \uB2E4\uB978 \uAC83\uC744 \uBC1C\uACAC\uD588\uC2B5\uB2C8\uB2E4. \uBAB0\uC785\uD615 \uBC88\uC5ED \uC774\uC911 \uC5B8\uC5B4 \uC815\uBCF4 \uD5A5\uC0C1 \uAE30\uB2A5\uC744 \uD65C\uC131\uD654\uD558\uBA74 \uC9C0\uC6D0\uB418\uB294 \uC6F9\uC0AC\uC774\uD2B8(Google \uB274\uC2A4, Google \uAC80\uC0C9(\uC77C\uBD80 \uD0A4\uC6CC\uB4DC), \uC2A4\uB178\uC6B0\uBCFC, \uB3D9\uC591\uC758 \uBD80, \uD4E8\uD22C\uB77C, \uD0C0\uC774\uAC70)\uC5D0\uC11C \uB3D9\uC77C\uD55C \uD0A4\uC6CC\uB4DC\uB97C \uC601\uC5B4\uB85C \uC790\uB3D9 \uAC80\uC0C9\uD558\uC5EC \uC624\uB978\uCABD\uC5D0 \uD45C\uC2DC\uD574 \uC90D\uB2C8\uB2E4. \uC774 \uAE30\uB2A5\uC774 \uD544\uC694\uD558\uC9C0 \uC54A\uC740 \uACBD\uC6B0 \uBE44\uD65C\uC131\uD654\uD560 \uC218 \uC788\uC2B5\uB2C8\uB2E4.",option:"\uC124\uC815",saveSettings:"\uC124\uC815 \uC800\uC7A5",closeModal:"\uCC3D \uB2EB\uAE30",enableInputTranslationWithoutTriggerKeyTitle:"{trailingKey}\uB97C 3\uBC88 \uBE60\uB974\uAC8C \uB204\uB974\uBA74 \uC804\uCCB4 \uC785\uB825 \uC0C1\uC790\uB97C{inputTargetLanguage}\uB85C \uBC14\uB85C \uBC88\uC5ED\uD560 \uC218 \uC788\uC2B5\uB2C8\uB2E4.",enableInputTranslationWithoutTriggerKeyDescription:"\uB300\uC0C1 \uC5B8\uC5B4\uB97C \uC9C0\uC815\uD558\uB824\uBA74 \uC55E\uC5D0 \uC5B8\uC5B4 \uCF54\uB4DC\uB97C \uBD99\uC785\uB2C8\uB2E4(\uC608:\uFF1Aja Hello World).",mouseHoverShortcutPlaceholder:"\uC608:\uFF1A\uC2DC\uD504\uD2B8",deepLProName:"\uBAB0\uC785\uD615 \uBC88\uC5ED \uD504\uB85C \uD68C\uC6D0(\uAD8C\uC7A5)",deepLProDescription:"\uD604\uC7AC \uD328\uD0A4\uC9C0\uB97C \uC9C1\uC811 \uC0AC\uC6A9\uD560 \uC218 \uC788\uC2B5\uB2C8\uB2E4.",deeplProDescriptionForNormal:"\uC124\uC815 \uD544\uC694 \uC5C6\uC74C, \uD68C\uC6D0\uC740 \uB85C\uADF8\uC778 \uD6C4 \uC0AC\uC6A9 \uAC00\uB2A5, <1>\uD68C\uC6D0\uC73C\uB85C \uC5C5\uADF8\uB808\uC774\uB4DC\uD558\uB824\uBA74 \uC5EC\uAE30\uB97C \uD074\uB9AD\uD558\uC138\uC694.",deepLCustomDescription:"\uC678\uAD6D \uC2E0\uC6A9 \uCE74\uB4DC \uD544\uC694, \uACF5\uC2DD\uC801\uC73C\uB85C \uAC1C\uC124\uB41C <1>DeepL,<2>\uBB38\uC11C\uB97C \uBCF4\uB824\uBA74 \uD074\uB9AD\uD558\uC138\uC694.",deepLCustomName:"\uC0AC\uC6A9\uC790 \uC9C0\uC815 \uC778\uC99D \uD0A4",chooseProviderLabel:"\uC11C\uBE44\uC2A4 \uC81C\uACF5\uC5C5\uCCB4 \uC120\uD0DD",openaiProName:"\uBAB0\uC785\uD615 \uBC88\uC5ED \uD504\uB85C \uD68C\uC6D0(\uAD8C\uC7A5)",openaiProDescription:"\uD604\uC7AC \uD328\uD0A4\uC9C0\uB97C \uC9C1\uC811 \uC0AC\uC6A9\uD560 \uC218 \uC788\uC2B5\uB2C8\uB2E4.",openaiProDescriptionForNormal:"\uC124\uC815\uC774 \uD544\uC694\uD558\uC9C0 \uC54A\uC73C\uBA70, \uD68C\uC6D0\uC740 \uB85C\uADF8\uC778 \uD6C4 \uC0AC\uC6A9\uD560 \uC218 \uC788\uC2B5\uB2C8\uB2E4. <1>\uD68C\uC6D0\uC73C\uB85C \uC5C5\uADF8\uB808\uC774\uB4DC\uD558\uB824\uBA74 \uC5EC\uAE30\uB97C \uD074\uB9AD\uD558\uC138\uC694.",openaiCustomDescription:"OpenAI, Azure OpenAI \uB610\uB294 \uAE30\uD0C0 \uD0C0\uC0AC \uC11C\uBE44\uC2A4\uC5D0\uC11C \uC0AC\uC6A9 \uAC00\uB2A5, <1>\uC124\uBA85\uC11C\uB97C \uBCF4\uB824\uBA74 \uC5EC\uAE30\uB97C \uD074\uB9AD\uD558\uC138\uC694.",openaiCustomName:"\uC0AC\uC6A9\uC790 \uC9C0\uC815 API \uD0A4",needLoginAction:"(\uACF5\uAC1C \uBA64\uBC84\uC2ED \uB610\uB294 \uC0AC\uC6A9\uC790 \uC9C0\uC815)",goLoginOrAction:"(\uBA64\uBC84\uC2ED\uC744 \uC5F4\uAC70\uB098 \uC124\uC815\uC73C\uB85C \uC774\uB3D9)",yearly:"\uC5F0\uAC04 \uC5F0\uC18D \uACB0\uC81C",quarterly:"\uC21C\uCC28\uC801 \uB798\uD551",monthly:"\uC6D4\uAC04 \uAD6C\uB3C5",yearlyForOnce:"\uC5F0\uAC04 1\uD68C \uD328\uD0A4\uC9C0",monthlyForOnce:"\uC6D4 1\uD68C \uD328\uD0A4\uC9C0",daily:"\uC5F0\uC18D \uD328\uD0B7 \uC77C\uC218",year:"\uC5F0\uAC04 \uC5F0\uC18D \uACB0\uC81C",quarter:"\uC21C\uCC28\uC801 \uB798\uD551",month:"\uC6D4\uAC04 \uAD6C\uB3C5",day:"\uC5F0\uC18D \uD328\uD0B7 \uC77C\uC218",onetime_7day:"7\uC77C \uCCB4\uD5D8 \uD329",currentPlanDescriptionForFree:"\uD604\uC7AC \uD328\uD0A4\uC9C0\uFF1A\uBB34\uB8CC",currentPlanDescriptionForContinuous:"\uD604\uC7AC \uD328\uD0A4\uC9C0\uFF1A{plan}\uB294 {endAt} \uC5D0\uC11C \uC790\uB3D9\uC73C\uB85C \uAC31\uC2E0\uB429\uB2C8\uB2E4.",currentPlanDescriptionForAutoRenewCaceling:"\uD604\uC7AC \uD328\uD0A4\uC9C0(\uFF1A{plan})\uB294 {endAt} \uC5D0\uC11C \uB9CC\uB8CC\uB418\uBA70 \uB9CC\uB8CC \uC2DC \uC790\uB3D9\uC73C\uB85C \uAC31\uC2E0\uB418\uC9C0 \uC54A\uC2B5\uB2C8\uB2E4.",currentYearlyPlanDescriptionForAutoRenewCacelingWithRealPaiedUser:"\uD604\uC7AC \uD328\uD0A4\uC9C0(\uFF1A{plan})\uB294 {endAt} \uC5D0\uC11C \uB9CC\uB8CC\uB418\uBA70 \uB9CC\uB8CC \uC2DC \uC790\uB3D9\uC73C\uB85C \uAC31\uC2E0\uB418\uC9C0 \uC54A\uC2B5\uB2C8\uB2E4.
<1>\uAC31\uC2E0 \uD50C\uB79C\uC744 \uAD00\uB9AC\uD558\uB824\uBA74 \uC5EC\uAE30\uB97C \uD074\uB9AD\uD558\uC138\uC694.",currentYearlyPlanDescriptionForAutoRenewCacelingWithAdmin:"\uD604\uC7AC \uD328\uD0A4\uC9C0(\uFF1A{plan})\uB294 {endAt} \uC5D0\uC11C \uB9CC\uB8CC\uB418\uBA70 \uB9CC\uB8CC \uC2DC \uC790\uB3D9\uC73C\uB85C \uAC31\uC2E0\uB418\uC9C0 \uC54A\uC2B5\uB2C8\uB2E4.
<1>\uC5F0\uAC04 \uC5F0\uC18D \uAD6C\uB3C5\uC744 \uD65C\uC131\uD654\uD558\uB824\uBA74 \uC5EC\uAE30\uB97C \uD074\uB9AD\uD558\uC138\uC694.",currentPlanDescriptionForOneTime:"\uD604\uC7AC \uAD6C\uB3C5\uFF1A{plan}\uC740 {endAt} \uC5D0\uC11C \uB9CC\uB8CC\uB418\uBA70, <1>\uC5F0\uAC04 \uB610\uB294 <2>\uC6D4\uAC04<1>\uBA64\uBC84\uC2ED\uC73C\uB85C \uC5C5\uADF8\uB808\uC774\uB4DC\uD558\uB824\uBA74 \uC5EC\uAE30\uB97C \uD074\uB9AD\uD558\uC138\uC694.",upgradePlan:"\uD504\uB85C \uBA64\uBC84\uC2ED\uC73C\uB85C \uC5C5\uADF8\uB808\uC774\uB4DC\uD558\uB824\uBA74 \uC5EC\uAE30\uB97C \uD074\uB9AD\uD558\uC138\uC694.",upgradeToPro:"\uD504\uB85C \uBA64\uBC84\uC2ED\uC73C\uB85C \uC5C5\uADF8\uB808\uC774\uB4DC","popup.openPro":"DeepL \uBC0F OpenAI \uBC88\uC5ED\uC744 \uC990\uAE30\uB824\uBA74 \uD504\uB85C \uBA64\uBC84\uC2ED\uC73C\uB85C \uC5C5\uADF8\uB808\uC774\uB4DC\uD558\uACE0 \uC5EC\uAE30\uB97C \uD074\uB9AD\uD558\uC5EC \uC5C5\uADF8\uB808\uC774\uB4DC\uD558\uC138\uC694!","popup.openProForPro":"\uADC0\uD558\uB294 DeepL \uBC0F OpenAI \uBC88\uC5ED\uC5D0 \uC9C1\uC811 \uC561\uC138\uC2A4\uD560 \uC218 \uC788\uB294 \uD504\uB85C \uD68C\uC6D0\uC785\uB2C8\uB2E4!",currentAccount:"\uACBD\uC0C1 \uACC4\uC815",enableAutoSyncUserSettings:"\uC5EC\uB7EC \uB514\uBC14\uC774\uC2A4\uC5D0\uC11C \uD074\uB77C\uC6B0\uB4DC \uC790\uB3D9 \uB3D9\uAE30\uD654 \uC0AC\uC6A9",modalEnableInputTranslationTitle:"\uBAB0\uC785\uD615 \uBC88\uC5ED \uC785\uB825 \uC0C1\uC790 \uBC88\uC5ED \uC54C\uB9BC",modalEnableInputTranslationDesc:"\uC2A4\uD398\uC774\uC2A4\uBC14\uB97C \uC5F0\uC18D\uD574\uC11C \uC138 \uBC88 \uBE60\uB974\uAC8C \uB20C\uB7EC \uBAB0\uC785\uD615 \uBC88\uC5ED\uC758 \uC785\uB825 \uC0C1\uC790 \uBC88\uC5ED\uC744 \uD2B8\uB9AC\uAC70\uD588\uC73C\uBA70, \uC785\uB825 \uC0C1\uC790\uC758 \uB0B4\uC6A9\uC774 \uAE30\uBCF8 \uB300\uC0C1 \uC5B8\uC5B4\uB85C \uBC88\uC5ED\uB429\uB2C8\uB2E4. \uBC88\uC5ED\uC740 Ctrl+Z\uB85C \uCDE8\uC18C\uD560 \uC218 \uC788\uC2B5\uB2C8\uB2E4.

\uBC88\uC5ED\uC774 \uC2E4\uC218\uC600\uB2E4\uBA74 \uC9C0\uAE08 \uBC14\uB85C \uBE44\uD65C\uC131\uD654\uD558\uAC70\uB098 \uC785\uB825 \uC0C1\uC790 \uBC88\uC5ED\uC744 \uC601\uAD6C\uC801\uC73C\uB85C \uBE44\uD65C\uC131\uD654\uD560 \uC218 \uC788\uC73C\uB2C8 \uAC71\uC815\uD558\uC9C0 \uB9C8\uC138\uC694.",saveAndNotShowAgain:"\uC800\uC7A5 \uBC0F \uD504\uB86C\uD504\uD2B8 \uC911\uC9C0",disableInputTranslationTips:"* {option} ,{learnMore}\uC5D0\uC11C \uB2E4\uB978 \uBC14\uB85C\uAC00\uAE30\uB97C \uD2B8\uB9AC\uAC70\uD558\uB3C4\uB85D \uC124\uC815\uD560 \uC218\uB3C4 \uC788\uC2B5\uB2C8\uB2E4.",learnMore:"\uC790\uC138\uD788 \uC54C\uC544\uBCF4\uB824\uBA74 \uC5EC\uAE30\uB97C \uD074\uB9AD\uD558\uC138\uC694.",continueEnalbeInputTranslation:"\uC785\uB825 \uC0C1\uC790 \uBC88\uC5ED \uACC4\uC18D \uD65C\uC131\uD654",autoRenewTrialSuffix:'(\uD3C9\uAC00\uD310 \uC0AC\uC6A9 \uC2DC\uC989\uC2DC \uC815\uC2DD \uBA64\uBC84\uC2ED\uC73C\uB85C \uC5C5\uADF8\uB808\uC774\uB4DC)',upgradeFromTrialTitle:"\uC815\uD68C\uC6D0\uC73C\uB85C \uC5C5\uADF8\uB808\uC774\uB4DC",subtitle:"\uBE44\uB514\uC624 \uCEA1\uC158",youtubeService:"\uBAB0\uC785 \uBC88\uC5ED \uBE44\uB514\uC624 \uC790\uB9C9 \uBC88\uC5ED \uC11C\uBE44\uC2A4","subtitle.disabledSubtitle":"\uB3D9\uC601\uC0C1 \uC790\uB9C9 \uAE30\uB2A5 \uC601\uAD6C \uBE44\uD65C\uC131\uD654\uD558\uAE30","subtitle.disabledSubtitleDescription":"\uBAB0\uC785\uD615 \uBC88\uC5ED\uAE30\uC758 \uBE44\uB514\uC624 \uC790\uB9C9\uC774 \uB2E4\uB978 \uD655\uC7A5 \uD504\uB85C\uADF8\uB7A8\uACFC \uCDA9\uB3CC\uD558\uB294 \uACBD\uC6B0, \uBAB0\uC785\uD615 \uBC88\uC5ED\uAE30\uC758 \uBE44\uB514\uC624 \uC790\uB9C9 \uAE30\uB2A5\uC744 \uC601\uAD6C\uC801\uC73C\uB85C \uBE44\uD65C\uC131\uD654\uD558\uAC70\uB098 \uCDA9\uB3CC\uD558\uB294 \uB2E4\uB978 \uD655\uC7A5 \uD504\uB85C\uADF8\uB7A8\uC744 \uC81C\uAC70\uD558\uB3C4\uB85D \uC120\uD0DD\uD560 \uC218 \uC788\uC2B5\uB2C8\uB2E4.","subtitle.autoEnableSubtitle":"\uC774\uC911 \uC5B8\uC5B4 \uC790\uB9C9 \uC790\uB3D9 \uC0AC\uC6A9","subtitle.autoEnableSubtitleDescription":"\uC0AC\uC6A9\uD558\uBA74 \uBE44\uB514\uC624\uAC00 \uC7AC\uC0DD\uB420 \uB54C \uC790\uB3D9\uC73C\uB85C \uC774\uC911 \uC5B8\uC5B4 \uC790\uB9C9\uC774 \uD45C\uC2DC\uB418\uBA70, \uADF8\uB807\uC9C0 \uC54A\uC73C\uBA74 \uBC88\uC5ED \uBC84\uD2BC\uC744 \uD074\uB9AD\uD574\uC57C \uD45C\uC2DC\uB429\uB2C8\uB2E4.","subtitle.preTranslation":"\uBAB0\uC785\uD615 \uBC88\uC5ED\uC744 \uC0AC\uC6A9\uD558\uC5EC \uC790\uB9C9 \uBC88\uC5ED\uD558\uAE30","subtitle.preTranslationDescription":"\uD65C\uC131\uD654\uD558\uBA74 \uC544\uB798\uC5D0 \uBA85\uC2DC\uB41C \uBC88\uC5ED \uC11C\uBE44\uC2A4\uB97C \uC0AC\uC6A9\uD558\uC5EC \uC804\uCCB4 \uC790\uB9C9\uC774 \uC0AC\uC804 \uBC88\uC5ED\uB418\uBA70, 1\uC2DC\uAC04 \uBD84\uB7C9\uC758 \uB3D9\uC601\uC0C1\uC740 \uC57D 50,000 \uD1A0\uD070 \uB610\uB294 \uBB38\uC790\uB97C \uC18C\uBAA8\uD558\uBBC0\uB85C \uC2E0\uC911\uD558\uAC8C \uC0AC\uC6A9\uD558\uC2DC\uAE30 \uBC14\uB77C\uBA70, \uBE44\uD65C\uC131\uD654\uD558\uBA74 \uC6D0\uBCF8 \uC790\uB9C9\uC774 \uBA3C\uC800 \uC0AC\uC6A9\uB429\uB2C8\uB2E4.","subtitle.humanSubtitlesPreferred":"\uD734\uBA3C \uCEA1\uC158 \uC6B0\uC120 \uC0AC\uC6A9","subtitle.humanSubtitlesPreferredDescription":"\uB3D9\uC601\uC0C1\uC5D0 \uB300\uC0C1 \uC5B8\uC5B4\uB85C \uB41C \uC0AC\uB78C \uC790\uB9C9\uC774 \uC788\uB294 \uACBD\uC6B0 \uC0AC\uB78C \uC790\uB9C9\uC744 \uC6B0\uC120\uC801\uC73C\uB85C \uC0AC\uC6A9\uD569\uB2C8\uB2E4(\uAD8C\uC7A5).",videoSubtitleTranslationDescription:"\uB3D9\uC601\uC0C1 \uC790\uB9C9\uC744 \uC704\uD55C \uBCC4\uB3C4\uC758 \uBC88\uC5ED \uC11C\uBE44\uC2A4 \uC9C0\uC815",subtitleTranslating:"{service} \uC11C\uBE44\uC2A4\uB97C \uC0AC\uC6A9\uD558\uC5EC \uC790\uB9C9\uC744 \uBC88\uC5ED\uD558\uB294 \uB3D9\uC548 \uC7A0\uC2DC \uAE30\uB2E4\uB824\uC8FC\uC138\uC694... (\uBAB0\uC785 \uBC88\uC5ED)",subtitleLoading:"\uC790\uB9C9 \uB85C\uB4DC \uC911...",bilingual:"\uC774\uC911 \uC5B8\uC5B4 \uC0AC\uC6A9","field.action":"\uBC14\uC774\uB450 \uC6A9\uC5B4 \uC0AC\uC6A9 \uC5EC\uBD80","description.action":"\uD65C\uC131\uD654\uD558\uBA74 \uC694\uCCAD\uC5D0 action=1 \uB9E4\uAC1C\uBCC0\uC218\uAC00 \uCD94\uAC00\uB418\uC5B4 \uBC14\uC774\uB450\uC5D0 \uD65C\uC131\uD654\uB41C \uC6A9\uC5B4\uB97C \uC54C\uB9B4 \uC218 \uC788\uC73C\uBA70, <1>\uC790\uC138\uD55C \uB0B4\uC6A9\uC740 \uACF5\uC2DD \uBB38\uC11C\uB97C \uCC38\uC870\uD558\uC138\uC694.",closeQuickTranslation:"\uD638\uBC84\uBCFC \uB2EB\uAE30","closeQuickTranslation.untilNext":"\uB2E4\uC74C \uBC29\uBB38 \uC2DC\uAE4C\uC9C0 \uD734\uBB34\uC785\uB2C8\uB2E4.","closeQuickTranslation.currentWebsite":"\uD604\uC7AC \uC0AC\uC774\uD2B8 \uBE44\uD65C\uC131\uD654","closeQuickTranslation.alwaysClose":"\uC601\uAD6C\uC801\uC73C\uB85C \uBE44\uD65C\uC131\uD654","closeQuickTranslation.settingOpen":"( <1>\uC124\uC815 \uD398\uC774\uC9C0\uC5D0\uC11C \uCF1C\uAE30 \uAC00\uB2A5)","closeQuickTranslation.cancel":"\uCDE8\uC18C","closeQuickTranslation.confirm":"\uC815\uC758","floatBall.popup":"\uBE60\uB978 \uC124\uC815 \uD328\uB110 \uC5F4\uAE30","floatBall.translate":"\uD074\uB9AD\uD558\uC5EC \uD398\uC774\uC9C0 \uBC88\uC5ED\uD558\uAE30","floatBall.showOriginal":"\uC6D0\uBCF8 \uBB38\uC11C\uB85C \uB3CC\uC544\uAC00\uB824\uBA74 \uD074\uB9AD\uD558\uC138\uC694.","floatBall.close":"\uD638\uBC84\uBCFC \uB2EB\uAE30","floatBallOptions.enableDescPc":"\uD398\uC774\uC9C0 \uD638\uBC84\uBCFC\uC744 \uD65C\uC131\uD654\uD558\uBA74 \uD398\uC774\uC9C0 \uC624\uB978\uCABD\uC5D0 \uBE60\uB978 \uBC88\uC5ED \uBC84\uD2BC\uC774 \uD45C\uC2DC\uB418\uBA70, \uC774\uB97C \uD074\uB9AD\uD558\uBA74 \uBC88\uC5ED\uD560 \uC218 \uC788\uC2B5\uB2C8\uB2E4!","floatBallOptions.enableDesc":"\uD638\uBC84\uBCFC\uC744 \uB044\uACE0 \uB098\uBA74{touch}\uC73C\uB85C \uBD88\uB7EC\uC62C \uC218 \uC788\uC2B5\uB2C8\uB2E4. \uC2E4\uC218\uB85C \uC774 \uC635\uC158\uC744 \uB048 \uD6C4 \uD638\uBC84\uBCFC\uC744 \uCC3E\uC744 \uC218 \uC5C6\uB294 \uACBD\uC6B0\uB97C \uB300\uBE44\uD574 \uC774 \uC124\uC815 \uD398\uC774\uC9C0\uB97C \uBD81\uB9C8\uD06C\uC5D0 \uCD94\uAC00\uD574 \uB450\uB294 \uAC83\uC774 \uC88B\uC2B5\uB2C8\uB2E4!","description.azureApiUrl":"\uC0AC\uC6A9\uC790 \uC9C0\uC815 API \uC778\uD130\uD398\uC774\uC2A4\uC758 \uC8FC\uC18C\uB97C \uC785\uB825\uD569\uB2C8\uB2E4.",confirmSupportMouse:"\uB9C8\uC6B0\uC2A4 \uC9C0\uC6D0 \uAC15\uC81C \uD65C\uC131\uD654",confirmSupportMouseDescription:"\uD604\uC7AC \uBE0C\uB77C\uC6B0\uC800\uAC00 \uB9C8\uC6B0\uC2A4 \uAE30\uB2A5\uC744 \uC9C0\uC6D0\uD558\uC9C0 \uC54A\uB294 \uAC83\uC73C\uB85C \uAC10\uC9C0\uB418\uBA74 \uB9C8\uC6B0\uC2A4 \uC9C0\uC6D0\uC744 \uAC15\uC81C\uB85C \uD65C\uC131\uD654\uD574\uC57C \uD558\uB098\uC694?",sampleTargetText:"\uAE34 \uBC24\uC774 \uC62C \uAC83\uC774\uB2C8, \uB098\uB294 \uC624\uB298\uBD80\uD130 \uC8FD\uC744 \uB54C\uAE4C\uC9C0 \uBCF4\uCD08\uB97C \uC124 \uAC83\uC774\uB2E4. \uB098\uB294 \uC544\uB0B4\uB97C \uCDE8\uD558\uC9C0 \uC54A\uC744 \uAC83\uC774\uBA70, \uB3D9\uB9F9\uC744 \uB9FA\uC9C0 \uC54A\uC744 \uAC83\uC774\uBA70, \uC790\uC2DD\uC744 \uB0B3\uC9C0 \uC54A\uC744 \uAC83\uC774\uB2E4. \uB098\uB294 \uC655\uAD00\uC744 \uC4F0\uC9C0 \uC54A\uC744 \uAC83\uC774\uBA70 \uBA85\uC608\uB97C \uC704\uD574 \uB178\uB825\uD558\uC9C0 \uC54A\uC744 \uAC83\uC774\uB2E4. \uB098\uB294 \uB0B4 \uC758\uBB34\uB97C \uB2E4\uD558\uACE0 \uC0B4\uB2E4\uAC00 \uC8FD\uC744 \uAC83\uC785\uB2C8\uB2E4.",sampleSourceText:"Night gathers, and now my watch begins. It shall not end until my death. I shall take no wife, hold no lands, father no children. I shall wear no crowns and win no glory. I shall live and die at my post.","subtitle.supportedSites":"\u5DF2\u652F\u6301\u5728\u8FD9\u4E9B\u7F51\u7AD9\u4F7F\u7528\u53CC\u8BED\u5B57\u5E55\uFF08\u6CE8\u610F\uFF1A\u7531\u4E8E\u6280\u672F\u9650\u5236\uFF0C\u90E8\u5206\u7F51\u7AD9\u5728\u9996\u6B21\u5F00\u542F\u5B57\u5E55\u540E\u9700\u8981\u91CD\u65B0\u5237\u65B0\u9875\u9762\uFF0C\u6216\u8005\u9700\u7B49\u5F85\u7FFB\u8BD1\u5B8C\u6210\u4EE5\u663E\u793A\u53CC\u8BED\u5B57\u5E55\uFF09\uFF1A",viewWithImmersiveTranslate:"\u53CC\u8BED\u7248\u672C(\u6C89\u6D78\u5F0F\u7FFB\u8BD1)",errorReason:"\u9519\u8BEF\u539F\u56E0\uFF1A{message}","proQuotaExceededError.onetime7day":'\uFF0C\u60A8\u53EF\u4EE5\u9009\u62E9\u4EE5\u4E0B\u65B9\u5F0F\u89E3\u51B3\uFF1A

1. \u5207\u6362\u5230 {anotherService} \u6216\u5176\u4ED6\u7FFB\u8BD1\u670D\u52A1
2. \u5347\u7EA7\u4E3A\u6708\u5EA6/\u5E74\u5EA6\u4F1A\u5458',"proQuotaExceededError.trial":'\uFF0C\u60A8\u53EF\u4EE5\u9009\u62E9\u4EE5\u4E0B\u65B9\u5F0F\u89E3\u51B3\uFF1A

1. \u5207\u6362\u5230 {anotherService} \u6216\u5176\u4ED6\u7FFB\u8BD1\u670D\u52A1
2. \u7ACB\u523B\u5347\u7EA7\u4E3A\u6B63\u5F0F\u4F1A\u5458',"proQuotaExceededError.nonTrial":'\uFF0C\u60A8\u53EF\u4EE5\u9009\u62E9\u4EE5\u4E0B\u65B9\u5F0F\u89E3\u51B3\uFF1A

1. \u5207\u6362\u5230 {anotherService} \u6216\u5176\u4ED6\u7FFB\u8BD1\u670D\u52A1
2. \u8D2D\u4E70 {translationService} \u989D\u5916\u6D41\u91CF\u5305',"proQuotaExceededError.resetTime":"
3. \u989D\u5EA6\u91CD\u7F6E\u65F6\u95F4\uFF1A{resetTime}","desc.touchShortcutsToggleTranslatePageOnlyTranslation":"\uBC88\uC5ED\uBB38\uB9CC\uC774\uB77C\uB294 \uAC83\uC740 \uBC88\uC5ED\uBB38\uB9CC \uD45C\uC2DC\uD558\uBA70, \uC6F9\uD398\uC774\uC9C0\uAC00 \uC544\uC9C1 \uBC88\uC5ED\uB418\uC9C0 \uC54A\uC558\uB2E4\uBA74 \uBAA8\uB4DC\uB97C \uC804\uD658\uD558\uACE0 \uBC88\uC5ED\uD560 \uAC83\uC785\uB2C8\uB2E4.","desc.toggleOnlyTransation":"\uC624\uC9C1 \uBC88\uC5ED \uBAA8\uB4DC\uB294 \uBC88\uC5ED\uBB38\uB9CC \uD45C\uC2DC\uD558\uB294 \uAC83\uC744 \uC758\uBBF8\uD558\uBA70, \uC6F9\uD398\uC774\uC9C0\uAC00 \uC544\uC9C1 \uBC88\uC5ED\uB418\uC9C0 \uC54A\uC558\uB2E4\uBA74 \uBAA8\uB4DC\uB97C \uC804\uD658\uD558\uACE0 \uBC88\uC5ED\uD560 \uAC83\uC785\uB2C8\uB2E4.",touchShortcutsToggleTranslatePageOnlyTranslation:"\uD130\uCE58 \uC2A4\uD06C\uB9B0 \uC81C\uC2A4\uCC98\uB97C \uC124\uC815\uD558\uC5EC \uC774\uC911 \uC5B8\uC5B4/\uBC88\uC5ED \uD14D\uC2A4\uD2B8 \uC804\uC6A9 \uBAA8\uB4DC\uB97C \uC804\uD658\uD558\uC138\uC694.",download_started:"\uB2E4\uC6B4\uB85C\uB4DC\uAC00 \uC774\uBBF8 \uC2DC\uC791\uB418\uC5C8\uC2B5\uB2C8\uB2E4. \uC790\uB3D9\uC73C\uB85C \uB2E4\uC6B4\uB85C\uB4DC\uB418\uC9C0 \uC54A\uB294 \uACBD\uC6B0, \uC218\uB3D9\uC73C\uB85C \uD074\uB9AD\uD558\uC2ED\uC2DC\uC624.",here:"\uC5EC\uAE30","error.serveConfigError":"\uC11C\uBE44\uC2A4 \uAD6C\uC131 \uC624\uB958","translationFont.customPlaceholder":"\uAE00\uAF34","error.configError":"\uAD6C\uC131 \uB370\uC774\uD130 \uC774\uC0C1","error.goReset":"\uC7AC\uC124\uC815\uD558\uB2E4","touch.mouse-translate":"\uC9C0\uC815\uB41C \uB2E8\uB77D \uBC88\uC5ED",batchEdit:"\uB300\uB7C9 \uC791\uC5C5","translationModeUrl.translation.title":"\uBC88\uC5ED\uB9CC \uBAA8\uB4DC\uC758 \uC6F9\uC0AC\uC774\uD2B8","translationFont.custom":"\uC0AC\uC6A9\uC790 \uC815\uC758 \uAE00\uAF34 \uC785\uB825",translationFont:"\uAE00\uAF34 \uC124\uC815","translationServices.inherit":"\uC8FC \uBC88\uC5ED \uC11C\uBE44\uC2A4\uB97C \uB530\uB974\uC2ED\uC2DC\uC624",detectServiceLoading:"\uC0AC\uC6A9 \uAC00\uB2A5\uD55C \uBC88\uC5ED \uC11C\uBE44\uC2A4\uB97C \uD655\uC778 \uC911\uC785\uB2C8\uB2E4...",toggleToService:"{service}\uB85C \uC804\uD658\uD558\uACE0 \uB2E4\uC2DC \uC2DC\uB3C4\uD558\uC2ED\uC2DC\uC624.","translationModeLang.translation.title":"\uB2E8\uC21C \uBC88\uC5ED \uBAA8\uB4DC\uC758 \uC5B8\uC5B4","error.502":"\uC11C\uBE44\uC2A4\uAC00 \uC624\uB958\uB97C \uBC18\uD658\uD588\uC2B5\uB2C8\uB2E4, \uC11C\uBE44\uC2A4\uAC00 \uC2DC\uAC04 \uCD08\uACFC\uB418\uC5C8\uC2B5\uB2C8\uB2E4. \uC7A0\uC2DC \uD6C4 \uB2E4\uC2DC \uC2DC\uB3C4\uD574 \uC8FC\uC138\uC694.","error.proUpgrade":"\uC5C5\uADF8\uB808\uC774\uB4DC \uD6C4\uC5D0\uB294 \uD398\uC774\uC9C0\uB97C \uC0C8\uB85C \uACE0\uCE68\uD558\uC5EC \uB2E4\uC2DC \uBC88\uC5ED\uD558\uC2ED\uC2DC\uC624.","error.reloadPageOfSetting":"\uAD6C\uC131 \uD6C4\uC5D0\uB294 \uD398\uC774\uC9C0\uB97C \uC0C8\uB85C \uACE0\uCE68\uD558\uC5EC \uB2E4\uC2DC \uBC88\uC5ED\uD558\uC2ED\uC2DC\uC624.","translationModeLang.translation.description":"\uD398\uC774\uC9C0 \uC5B8\uC5B4\uAC00 \uB2E4\uC74C \uC5B8\uC5B4\uC77C \uB54C, \uC790\uB3D9\uC73C\uB85C \uBC88\uC5ED\uBB38\uB9CC \uBAA8\uB4DC\uB97C \uC0AC\uC6A9\uD569\uB2C8\uB2E4.","error.proTokenInvalid":"Pro \uC0AC\uC6A9\uC790\uC774\uC2DC\uB77C\uBA74, \uB85C\uADF8\uC778 \uD6C4 Pro \uBC88\uC5ED \uC11C\uBE44\uC2A4\uB97C \uC774\uC6A9\uD574 \uC8FC\uC138\uC694.","error.403":"\uC11C\uBE44\uC2A4\uAC00 \uC624\uB958\uB97C \uBC18\uD658\uD558\uC600\uC2B5\uB2C8\uB2E4, \uC7A0\uC2DC \uD574\uB2F9 \uC11C\uBE44\uC2A4\uC5D0 \uC811\uADFC\uD560 \uAD8C\uD55C\uC774 \uC5C6\uC2B5\uB2C8\uB2E4.","error.googleLimitIp":"\uC11C\uBE44\uC2A4\uAC00 \uC624\uB958\uB97C \uBC18\uD658\uD588\uC73C\uBA70, Google \uC11C\uBE44\uC2A4\uB294 \uD574\uB2F9 IP \uC8FC\uC18C\uC5D0 \uB300\uD574 \uC81C\uD55C\uC744 \uB450\uC5C8\uC2B5\uB2C8\uB2E4. \uB124\uD2B8\uC6CC\uD06C \uB178\uB4DC\uB97C \uBCC0\uACBD\uD558\uB294 \uAC83\uC774 \uC88B\uC2B5\uB2C8\uB2E4.",videoSubtitlePreTranslationOff:"\uBE44\uB514\uC624 \uC790\uB9C9\uC740 \uC6D0\uB798 \uBE44\uB514\uC624\uC5D0 \uD3EC\uD568\uB41C \uAE30\uACC4 \uBC88\uC5ED \uC790\uB9C9\uC744 \uC6B0\uC120\uC801\uC73C\uB85C \uC0AC\uC6A9\uD560 \uAC83\uC785\uB2C8\uB2E4.",videoSubtitlePreTranslationOn:"\uBE44\uB514\uC624 \uC790\uB9C9\uC740 \uC6B0\uC120\uC801\uC73C\uB85C \uBAB0\uC785\uD615 \uBC88\uC5ED\uC744 \uC0AC\uC6A9\uD560 \uAC83\uC785\uB2C8\uB2E4.",enableSentryReport:"\uD655\uC7A5\uC774 \uC624\uB958\uB97C \uC77C\uC73C\uD0AC \uB54C Sentry\uB97C \uC0AC\uC6A9\uD558\uC5EC \uD53C\uB4DC\uBC31\uC744 \uC81C\uCD9C\uD558\uC2ED\uC2DC\uC624.","translationModeUrl.translation.description":"\uB2E4\uC74C \uB3C4\uBA54\uC778\uC5D0 \uB300\uD55C \uC6F9\uC0AC\uC774\uD2B8\uC77C \uACBD\uC6B0, \uC790\uB3D9\uC73C\uB85C \uBC88\uC5ED\uBB38\uB9CC \uBAA8\uB4DC\uB97C \uC0AC\uC6A9\uD569\uB2C8\uB2E4.","error.openAIExceededQuota":"\uC11C\uBE44\uC2A4 \uC624\uB958 \uBC18\uD658: \uD604\uC7AC OpenAI \uACC4\uC815 \uC794\uC561\uC774 \uBD80\uC871\uD569\uB2C8\uB2E4. OpenAI \uACF5\uC2DD \uAD00\uB9AC \uD398\uC774\uC9C0\uC5D0\uC11C \uCDA9\uC804\uD558\uAC70\uB098 \uC2E0\uC6A9\uCE74\uB4DC\uB97C \uC5F0\uACB0\uD574\uC8FC\uC138\uC694.","error.400":"\uC11C\uBE44\uC2A4\uAC00 \uC624\uB958\uB97C \uBC18\uD658\uD588\uC2B5\uB2C8\uB2E4. \uC694\uCCAD \uB9E4\uAC1C\uBCC0\uC218\uAC00 \uC798\uBABB\uB418\uC5C8\uC2B5\uB2C8\uB2E4. \uD574\uB2F9 \uC124\uC815\uC744 \uD655\uC778\uD558\uC2ED\uC2DC\uC624.","error.gemini.429":"\uD604\uC7AC Gemini \uC11C\uBE44\uC2A4\uC758 \uD604\uC7AC \uBD80\uD558 \uC6A9\uB7C9\uC774 \uCD5C\uB300\uC5D0 \uB3C4\uB2EC\uD588\uC2B5\uB2C8\uB2E4. \uC7A0\uC2DC \uD6C4\uC5D0 \uB2E4\uC2DC \uC2DC\uB3C4\uD558\uAC70\uB098 \uB2E4\uB978 \uBC88\uC5ED \uC11C\uBE44\uC2A4\uB85C \uC804\uD658\uD574 \uC8FC\uC138\uC694.","translationFont.notSupportErrorMessage":"\uC785\uB825\uD558\uC2E0 \uAE00\uAF34 \uC774\uB984\uC774 \uC815\uD655\uD55C\uC9C0 \uD655\uC778\uD558\uC2DC\uAC70\uB098, \uD574\uB2F9 \uAE00\uAF34\uC774 \uADC0\uD558\uC758 \uC7A5\uCE58\uC5D0 \uC124\uCE58\uB418\uC5B4 \uC788\uB294\uC9C0 \uD655\uC778\uD574 \uC8FC\uC138\uC694.","error.openAIFreeLimit":"\uC11C\uBE44\uC2A4\uAC00 \uC624\uB958\uB97C \uBC18\uD658\uD588\uC2B5\uB2C8\uB2E4. \uD604\uC7AC \uBC88\uC5ED \uC694\uCCAD \uBE48\uB3C4\uAC00 \uBD84\uB2F9 \uCD5C\uB300 3\uD68C\uB85C \uC81C\uD55C\uB418\uC5C8\uC2B5\uB2C8\uB2E4. \uC7A0\uC2DC \uD6C4 \uB2E4\uC2DC \uC2DC\uB3C4\uD558\uC2ED\uC2DC\uC624. (\uC774\uAC83\uC740 OpenAI \uACF5\uC2DD\uC774 \uBB34\uB8CC API Key\uC5D0 \uB300\uD55C \uC81C\uD55C\uC774\uBA70, \uC774 \uC81C\uD55C\uC744 \uD574\uC81C\uD558\uB824\uBA74 OpenAI \uAD00\uB9AC \uBC31\uC5D4\uB4DC\uC5D0\uC11C \uC2E0\uC6A9\uCE74\uB4DC\uB97C \uC5F0\uACB0\uD558\uC2ED\uC2DC\uC624.)","desc.toggleVideoSubtitlePreTranslation":"\uB204\uB974\uBA74 \uBE44\uB514\uC624\uC758 \uC774\uC911 \uC5B8\uC5B4 \uC790\uB9C9\uC740 \uC6B0\uC120\uC801\uC73C\uB85C \uBAB0\uC785\uD615 \uBC88\uC5ED \uC124\uC815\uC744 \uC0AC\uC6A9\uD558\uACE0, \uB2E4\uC2DC \uB204\uB974\uBA74 \uC6D0\uB798 \uBE44\uB514\uC624\uC5D0 \uB0B4\uC7A5\uB41C \uAE30\uACC4 \uBC88\uC5ED \uC790\uB9C9\uC744 \uC6B0\uC120\uC801\uC73C\uB85C \uC0AC\uC6A9\uD569\uB2C8\uB2E4. \uC8FC\uC758: \uC774 \uB2E8\uCD95\uD0A4\uB294 \uC804\uC5ED \uC124\uC815\uC744 \uC218\uC815\uD569\uB2C8\uB2E4.","error.429":"\uC11C\uBE44\uC2A4\uAC00 \uC624\uB958\uB97C \uBC18\uD658\uD588\uC2B5\uB2C8\uB2E4. \uC774\uB294 \uC694\uCCAD\uC774 \uB108\uBB34 \uC790\uC8FC \uBC1C\uC0DD\uD558\uAC70\uB098 \uD560\uB2F9\uB7C9 \uC81C\uD55C\uC744 \uCD08\uACFC\uD588\uC74C\uC744 \uB098\uD0C0\uB0C5\uB2C8\uB2E4. \uC7A0\uC2DC \uD6C4\uC5D0 \uB2E4\uC2DC \uC2DC\uB3C4\uD558\uC2ED\uC2DC\uC624.","error.serveUnavailable":"\uD604\uC7AC \uC0AC\uC6A9 \uC911\uC778 [{serverName}] \uC11C\uBE44\uC2A4\uB294 \uB124\uD2B8\uC6CC\uD06C \uC5F0\uACB0 \uB610\uB294 \uC11C\uBE44\uC2A4 \uC81C\uACF5\uC790\uC758 \uBB38\uC81C\uB85C \uC778\uD574 \uC77C\uC2DC\uC801\uC73C\uB85C \uC811\uC18D\uD560 \uC218 \uC5C6\uC2B5\uB2C8\uB2E4. \uD398\uC774\uC9C0\uB97C \uC0C8\uB85C \uACE0\uCE68\uD558\uAC70\uB098 <1>\uC124\uC815\uC744 \uD1B5\uD574 \uB2E4\uB978 \uBC88\uC5ED \uC11C\uBE44\uC2A4\uB85C \uBCC0\uACBD\uD574 \uBCF4\uC2DC\uB294 \uAC83\uC744 \uAD8C\uC7A5\uD569\uB2C8\uB2E4. <2>Pro \uD68C\uC6D0\uC774\uC2DC\uB77C\uBA74, \uB354 \uC548\uC815\uC801\uC778 DeepL \uB610\uB294 OpenAI \uBC88\uC5ED \uC11C\uBE44\uC2A4\uB97C \uC0AC\uC6A9\uD560 \uC218 \uC788\uC2B5\uB2C8\uB2E4(<3>\uC5EC\uAE30\uB97C \uD074\uB9AD\uD558\uC2DC\uBA74 \uBB34\uB8CC\uB85C \uCCB4\uD5D8\uD558\uC2E4 \uC218 \uC788\uC2B5\uB2C8\uB2E4). \uB610\uD55C, \uB124\uD2B8\uC6CC\uD06C \uB610\uB294 \uD504\uB85D\uC2DC \uC124\uC815\uC744 \uD655\uC778\uD574\uC57C \uD560 \uC218\uB3C4 \uC788\uC2B5\uB2C8\uB2E4.",pickAll:"\uC804\uCCB4 \uC120\uD0DD","error.reason":"\uC624\uB958 \uC6D0\uC778","error.retry":"\uB2E4\uC2DC \uC2DC\uB3C4\uD558\uB2E4","widget.instruction":"\uC0AC\uC6A9 \uC124\uBA85\uC11C",notLogin:"\uB85C\uADF8\uC778\uD558\uC9C0 \uC54A\uC74C",loggedIn:"\uB85C\uADF8\uC778 \uB418\uC5C8\uC2B5\uB2C8\uB2E4",touchShortcutsOff:"\uB2EB\uAE30",goLogin:"\uB85C\uADF8\uC778\uD558\uC2ED\uC2DC\uC624","widget.videoSubtitle":"\uBE44\uB514\uC624 \uC790\uB9C9","multipleClick.2":"\uB354\uBE14 \uD074\uB9AD","widget.translateFile":"PDF/ePub",shortcutSettings:"\uB2E8\uCD95\uD0A4","tagsInput.add":"+ \uCD94\uAC00",translationOnlyMode:"\uC624\uC9C1 \uBC88\uC5ED \uBAA8\uB4DC\uB9CC",shortcutSettingsTitle:"\uB2E8\uCD95\uD0A4 \uC124\uC815","translationServices.gemini":"\uC30D\uB465\uC774\uC790\uB9AC","multipleClick.4":"\uB124 \uBC88 \uC5F0\uC18D \uD0C0\uACA9","floatBall.iKnow":"\uB098\uB294 \uC54C\uC558\uC5B4","widget.instructionTooltip":"\uC0AC\uC6A9 \uC124\uBA85\uC11C\uB97C \uD655\uC778\uD558\uC2ED\uC2DC\uC624","multipleClick.3":"\uD2B8\uB9AC\uD50C \uD788\uD2B8",paragraphMinTextCountField:"\uBC88\uC5ED \uB2E8\uB77D\uC5D0 \uD544\uC694\uD55C \uCD5C\uC18C \uBB38\uC790 \uC218","shortcutGroup.shortcutsForTranslationServices":"\uBC88\uC5ED \uC11C\uBE44\uC2A4 \uAD00\uB828 \uB2E8\uCD95\uD0A4",temprarilyChangeTranslationTo_openai:"\uD604\uC7AC \uD398\uC774\uC9C0\uB97C OpenAI\uB85C \uBC88\uC5ED\uD558\uACE0 \uC788\uC2B5\uB2C8\uB2E4.","browser.translateWithGoogle":"\uD604\uC7AC \uD398\uC774\uC9C0\uB97C \uC784\uC2DC\uB85C Google \uBC88\uC5ED \uC0AC\uC6A9\uD558\uAE30",mouseHoverCustomKeyTitle:"\uC0AC\uC6A9\uC790 \uC815\uC758 \uB9C8\uC6B0\uC2A4 \uD638\uBC84 \uB2E8\uCD95\uD0A4","slide.left":"\uC624\uB978\uCABD\uC73C\uB85C \uC2AC\uB77C\uC774\uB4DC\uD558\uC138\uC694","browser.translateInputBox":"\uD604\uC7AC \uC785\uB825 \uC0C1\uC790 \uB0B4\uC6A9 \uBC88\uC5ED","intro.floatBallTitle":"\uBE60\uB978 \uBC88\uC5ED \uD50C\uB85C\uD305 \uBCFC","shortcutGroup.touch":"\uD130\uCE58 \uC2A4\uD06C\uB9B0 \uC804\uC6A9 \uC81C\uC2A4\uCC98","widget.videoSubtitleTooltip":"Youtube \uB4F1 {count}+ \uBE44\uB514\uC624 \uC6F9\uC0AC\uC774\uD2B8\uB97C \uC9C0\uC6D0\uD569\uB2C8\uB2E4","intro.subtitleTitle":"\uC628\uB77C\uC778 \uBE44\uB514\uC624 \uC774\uC911 \uC5B8\uC5B4 \uC790\uB9C9 \uD45C\uC2DC","subtitle.autoDisableSubtitle":"\uC790\uB3D9\uC73C\uB85C \uC774\uC911 \uC5B8\uC5B4 \uC790\uB9C9\uC744 \uD65C\uC131\uD654\uD558\uC9C0 \uC54A\uC2B5\uB2C8\uB2E4",temprarilyChangeTranslationTo_bing:"\uD604\uC7AC \uD398\uC774\uC9C0\uB97C Microsoft \uBC88\uC5ED\uC744 \uC0AC\uC6A9\uD558\uC5EC \uBC88\uC5ED\uD558\uACE0 \uC788\uC2B5\uB2C8\uB2E4.","slide.right":"\uC67C\uCABD\uC73C\uB85C \uC2AC\uB77C\uC774\uB4DC\uD558\uC138\uC694","widget.translateFileTooltip":"PDF, EPUB, SRT, ASS, HTML \uBC0F TXT \uBB38\uC11C \uBC88\uC5ED","intro.hoverTitle":"\uB9C8\uC6B0\uC2A4\uB97C \uB193\uC73C\uBA74 \uD604\uC7AC \uB2E8\uB77D\uC774 \uBC88\uC5ED\uB429\uB2C8\uB2E4.",temprarilyChangeTranslationTo_gemini:"\uD604\uC7AC \uD398\uC774\uC9C0\uB97C Gemini\uB85C \uBC88\uC5ED\uD558\uACE0 \uC788\uC2B5\uB2C8\uB2E4.","shortcutGroup.mouse":"\uB9C8\uC6B0\uC2A4 \uD638\uBC84 \uB2E8\uCD95\uD0A4 \uC124\uC815",temprarilyChangeTranslationTo_google:"\uD604\uC7AC \uD398\uC774\uC9C0\uB97C Google \uBC88\uC5ED\uC744 \uC0AC\uC6A9\uD558\uC5EC \uBC88\uC5ED\uD558\uACE0 \uC788\uC2B5\uB2C8\uB2E4.",neverTranslateThisSite:"\uC774 \uC6F9\uC0AC\uC774\uD2B8\uB97C \uC808\uB300 \uBC88\uC5ED\uD558\uC9C0 \uB9C8\uC2ED\uC2DC\uC624.","subtitle.bilingual":"\uC774\uC911 \uC5B8\uC5B4 \uC790\uB9C9",alwaysTranslateThisSite:"\uD56D\uC0C1 \uC774 \uC6F9\uC0AC\uC774\uD2B8\uB97C \uBC88\uC5ED\uD569\uB2C8\uB2E4",buildSnapshots:"\uC6F9\uD398\uC774\uC9C0 \uC2A4\uB0C5\uC0F7 \uC0DD\uC131","error.subscriptionExpiredTitle":"\uD68C\uC6D0\uC774 \uB9CC\uB8CC\uB418\uC5C8\uC2B5\uB2C8\uB2E4",notLoginPro:"\uB2F9\uC2E0\uC740 \uC544\uC9C1 \uD68C\uC6D0 \uACC4\uC815\uC5D0 \uB85C\uADF8\uC778\uD558\uC9C0 \uC54A\uC558\uC2B5\uB2C8\uB2E4.","browser.translateWithGemini":"\uD604\uC7AC \uD398\uC774\uC9C0\uB97C \uC784\uC2DC\uB85C Gemini\uB85C \uBC88\uC5ED\uD558\uC2ED\uC2DC\uC624.","shortcutGroup.others":"\uB354 \uB9CE\uC740 \uC0AC\uC6A9\uC790 \uC815\uC758 \uAE30\uB2A5 \uB2E8\uCD95\uD0A4","subtitle.showQuickButton":"\uD50C\uB808\uC774\uC5B4\uC5D0\uC11C \uC774\uC911 \uC5B8\uC5B4 \uC790\uB9C9 \uB2E8\uCD95\uD0A4\uB97C \uD45C\uC2DC\uD569\uB2C8\uB2E4","browser.translateWithBing":"\uC784\uC2DC\uB85C \uB9C8\uC774\uD06C\uB85C\uC18C\uD504\uD2B8 \uBC88\uC5ED\uC744 \uC0AC\uC6A9\uD558\uC5EC \uD604\uC7AC \uD398\uC774\uC9C0\uB97C \uBC88\uC5ED\uD558\uC2ED\uC2DC\uC624.",contact:"\uC6B0\uB9AC\uC5D0\uAC8C \uC5F0\uB77D\uD558\uC2ED\uC2DC\uC624","desc.touchShortcutsToggleTranslateTouchElement":"\uC0AC\uC6A9\uC790 \uC815\uC758 \uC81C\uC2A4\uCC98\uB97C \uC0AC\uC6A9\uD558\uBA74 \uC5B4\uB5A4 \uB2E8\uB77D\uC774\uB4E0 \uBC88\uC5ED\uD560 \uC218 \uC788\uC2B5\uB2C8\uB2E4.",temprarilyChangeTranslationTo_deepl:"\uD604\uC7AC \uD398\uC774\uC9C0\uB97C DeepL\uB85C \uBC88\uC5ED\uD558\uACE0 \uC788\uC2B5\uB2C8\uB2E4.",networkError:"\uBC88\uC5ED \uC11C\uBE44\uC2A4 \uB610\uB294 \uB124\uD2B8\uC6CC\uD06C\uC5D0 \uBB38\uC81C\uAC00 \uBC1C\uC0DD\uD588\uC2B5\uB2C8\uB2E4.","browser.translateWithTransmart":"\uC784\uC2DC\uB85C \uD150\uC13C\uD2B8 \uBC88\uC5ED\uC744 \uC0AC\uC6A9\uD558\uC5EC \uD604\uC7AC \uD398\uC774\uC9C0\uB97C \uBC88\uC5ED\uD558\uC2ED\uC2DC\uC624.",upgradeToProErrorTitle:"\uC774 \uBC88\uC5ED \uC11C\uBE44\uC2A4\uB97C \uC0AC\uC6A9\uD558\uB824\uBA74 Pro \uD68C\uC6D0\uC73C\uB85C \uC5C5\uADF8\uB808\uC774\uB4DC\uD558\uC2ED\uC2DC\uC624.",temprarilyChangeTranslationTo_transmart:"\uD604\uC7AC \uD398\uC774\uC9C0\uB97C \uD150\uC13C\uD2B8 \uBC88\uC5ED\uC744 \uC0AC\uC6A9\uD558\uC5EC \uBC88\uC5ED\uD558\uACE0 \uC788\uC2B5\uB2C8\uB2E4.",touchShortcutsToggleTranslationMask:"\uD130\uCE58 \uC2A4\uD06C\uB9B0 \uC81C\uC2A4\uCC98 \uC124\uC815\uD558\uC5EC \uBC88\uC5ED \uB9C8\uC2A4\uD06C \uD45C\uC2DC / \uC6D0\uBB38 \uD45C\uC2DC","neverTranslateText.title":"\uB2E4\uC74C \uB2E8\uC5B4\uB294 \uC6D0\uBB38\uC744 \uC720\uC9C0\uD558\uACE0 \uBC88\uC5ED\uD558\uC9C0 \uB9C8\uC2ED\uC2DC\uC624.","browser.translateWithOpenAI":"\uC784\uC2DC\uB85C OpenAI\uB97C \uC0AC\uC6A9\uD558\uC5EC \uD604\uC7AC \uD398\uC774\uC9C0\uB97C \uBC88\uC5ED\uD558\uC2ED\uC2DC\uC624.","floatBall.guideClickToTranslate":`\uD074\uB9AD\uD558\uC5EC \uBAB0\uC785\uD615 \uBC88\uC5ED \uD50C\uB85C\uD305 \uBCFC\uC744 \uBE60\uB974\uAC8C \uBC88\uC5ED\uD560 \uC218 \uC788\uC2B5\uB2C8\uB2E4`,"floatBall.longPress":"\uAE38\uAC8C \uB204\uB974\uBA74 \uC124\uC815 \uD328\uB110\uC744 \uBE60\uB974\uAC8C \uC5F4 \uC218 \uC788\uC5B4\uC694.","browser.translateWithDeepL":"\uD604\uC7AC \uD398\uC774\uC9C0\uB97C \uC784\uC2DC\uB85C DeepL\uB85C \uBC88\uC5ED\uD558\uC2ED\uC2DC\uC624.","shortcutGroup.main":"\uC77C\uBC18\uC801\uC73C\uB85C \uC0AC\uC6A9\uD558\uB294 \uAE30\uB2A5\uC758 \uB2E8\uCD95\uD0A4","subtitle.hideQuickButton":"\uB354 \uC774\uC0C1 \uC774 \uB2E8\uCD95\uD0A4\uB97C \uD45C\uC2DC\uD558\uC9C0 \uC54A\uC2B5\uB2C8\uB2E4",touchShortcutsToggleTranslatePage:"\uC6F9\uD398\uC774\uC9C0 \uBC88\uC5ED/\uC6D0\uBB38 \uD45C\uC2DC\uB97C \uC704\uD574 \uD130\uCE58 \uC2A4\uD06C\uB9B0 \uC81C\uC2A4\uCC98 \uC124\uC815",touchShortcutsToggleTranslateTouchElement:"\uD2B9\uC815 \uB2E8\uB77D \uBC88\uC5ED\uC744 \uC704\uD55C \uD130\uCE58 \uC2A4\uD06C\uB9B0 \uC81C\uC2A4\uCC98 \uC124\uC815",confirmResetToDefaultSettings:"\uC774 \uBC88\uC5ED \uC11C\uBE44\uC2A4\uB97C \uAE30\uBCF8 \uC124\uC815\uC73C\uB85C \uBCF5\uC6D0\uD558\uC2DC\uACA0\uC2B5\uB2C8\uAE4C? (\uD604\uC7AC \uBC88\uC5ED \uC11C\uBE44\uC2A4 \uC124\uC815\uB9CC \uC7AC\uC124\uC815\uB429\uB2C8\uB2E4)","description.baiduField":"\uC9C0\uC6D0\uB418\uB294 \uBD84\uC57C\uB294 <1>\uC5EC\uAE30\uB97C \uCC38\uC870\uD558\uC2ED\uC2DC\uC624. \uBE44\uC5B4 \uC788\uC73C\uBA74 \uBD84\uC57C\uB97C \uC9C0\uC815\uD558\uC9C0 \uC54A\uB294 \uAC83\uC744 \uC758\uBBF8\uD569\uB2C8\uB2E4.","error.subscriptionExpired":"\uD68C\uC6D0\uB2D8\uC758 \uD68C\uC6D0\uAD8C\uC774 \uB9CC\uB8CC\uB418\uC5C8\uC744 \uC218 \uC788\uC2B5\uB2C8\uB2E4. \uD68C\uC6D0 \uC0C1\uD0DC\uB97C \uD655\uC778\uD574 \uC8FC\uC138\uC694.","desc.interfaceLanguage":"\uC778\uD130\uD398\uC774\uC2A4 \uC5B8\uC5B4 \uC124\uC815\uC740 \uC81C\uC5B4\uD310\uC758 \uD45C\uC2DC \uC5B8\uC5B4\uC5D0 \uC601\uD5A5\uC744 \uBBF8\uCE58\uBA70, \uBC88\uC5ED\uC758 \uB300\uC0C1 \uC5B8\uC5B4\uC640\uB294 \uBB34\uAD00\uD569\uB2C8\uB2E4.","browser.toggleMouseHoverTranslateDirectly":"\uD398\uC774\uC9C0\uC5D0\uC11C \uC784\uC2DC\uB85C \uB9C8\uC6B0\uC2A4 \uD638\uBC84\uB97C \uC0AC\uC6A9\uD558\uC5EC \uC9C1\uC811 \uBC88\uC5ED\uC744 \uD65C\uC131\uD654\uD558\uAC70\uB098 \uBE44\uD65C\uC131\uD654\uD558\uC2ED\uC2DC\uC624.","desc.toggleTranslateTheMainPage":"\uD398\uC774\uC9C0\uC758 \uC8FC\uC694 \uC601\uC5ED\uB9CC \uBC88\uC5ED\uD558\uC2ED\uC2DC\uC624. \uACE0\uAE09 \uC124\uC815\uC5D0\uC11C \uD398\uC774\uC9C0 \uC804\uCCB4 \uC601\uC5ED \uBC88\uC5ED\uC744 \uD65C\uC131\uD654 \uD55C \uD6C4, \uC774 \uB2E8\uCD95\uD0A4\uB97C \uC0AC\uC6A9\uD558\uC5EC \uD398\uC774\uC9C0\uC758 \uC8FC\uC694 \uC601\uC5ED\uB9CC \uBC88\uC5ED\uD560 \uC218 \uC788\uC2B5\uB2C8\uB2E4.","desc.mouseHoverHoldKey":"\uB9C8\uC6B0\uC2A4\uB97C \uD2B9\uC815 \uB2E8\uB77D \uC704\uC5D0 \uB193\uACE0 \uC624\uB978\uCABD \uB2E8\uCD95\uD0A4\uB97C \uB3D9\uC2DC\uC5D0 \uB204\uB974\uBA74 \uD574\uB2F9 \uB2E8\uB77D\uC744 \uBC14\uB85C \uBC88\uC5ED\uD560 \uC218 \uC788\uC2B5\uB2C8\uB2E4.",mouseHoverCustomKeyDescription:"\uB9C8\uC6B0\uC2A4\uB97C \uD638\uBC84\uD558\uB294 \uC870\uD569 \uB2E8\uCD95\uD0A4\uB97C \uC0AC\uC6A9\uC790 \uC815\uC758 \uD560 \uC218 \uC788\uC2B5\uB2C8\uB2E4. \uC608\uB97C \uB4E4\uC5B4 : Alt+Z, Ctrl+E, Cmd+Alt+E \uB610\uB294 \uBC14\uB85C Cmd, \uC218\uB3D9\uC73C\uB85C \uC785\uB825\uD574 \uC8FC\uC138\uC694.","subtitle.showQuickButtonDescription":"\uBE44\uB514\uC624 \uD50C\uB808\uC774\uC5B4\uC758 \uC624\uB978\uCABD \uD558\uB2E8\uC5D0\uC11C \uC774\uC911 \uC5B8\uC5B4 \uC790\uB9C9\uC744 \uD65C\uC131\uD654\uD558\uB294 \uB2E8\uCD95\uD0A4\uB97C \uC81C\uACF5\uD569\uB2C8\uB2E4.","desc.toggleTranslateTheWholePage":"\uD398\uC774\uC9C0 \uC804\uCCB4 \uBC88\uC5ED, \uAE30\uBCF8\uC801\uC73C\uB85C \uC6B0\uB9AC\uB294 \uD398\uC774\uC9C0\uC758 \uC8FC\uC694 \uC601\uC5ED\uC744 \uBC88\uC5ED\uD569\uB2C8\uB2E4. \uC774 \uB2E8\uCD95\uD0A4\uB97C \uC0AC\uC6A9\uD558\uC5EC \uD398\uC774\uC9C0 \uC804\uCCB4\uB97C \uC804\uC6A9 \uBC88\uC5ED\uD560 \uC218 \uC788\uC2B5\uB2C8\uB2E4.",shortcutDisableTooltip:"\uBE0C\uB77C\uC6B0\uC800\uC5D0\uC11C \uC81C\uACF5\uD558\uB294 \uD655\uC7A5 \uD504\uB85C\uADF8\uB7A8 \uB2E8\uCD95\uD0A4 \uAD00\uB9AC \uD398\uC774\uC9C0\uC5D0\uC11C \uC124\uC815\uC744 \uD574 \uC8FC\uC138\uC694. \uB354 \uB9CE\uC740 \uC9C0\uCE68\uC740 \uC774 \uD398\uC774\uC9C0 \uC0C1\uB2E8\uC758 \uC124\uBA85\uC744 \uCC38\uC870\uD558\uC2ED\uC2DC\uC624.","browser.toggleVideoSubtitlePreTranslation":"\uC774\uC911 \uC5B8\uC5B4 \uC790\uB9C9\uC744 \uC804\uD658\uD558\uACE0, \uBAB0\uC785\uD615 \uBC88\uC5ED \uC124\uC815\uC744 \uC6B0\uC120\uC801\uC73C\uB85C \uC0AC\uC6A9\uD558\uC2ED\uC2DC\uC624.","desc.touchShortcutsToggleTranslatePage":"\uC124\uC815 \uD6C4\uC5D0\uB294 \uC774\uB3D9 \uC7A5\uCE58\uB97C \uC0AC\uC6A9\uD560 \uB54C X \uAC1C\uC758 \uC190\uAC00\uB77D\uC73C\uB85C \uB3D9\uC2DC\uC5D0 \uD654\uBA74\uC744 \uD130\uCE58\uD558\uAC70\uB098 \uC88C\uC6B0\uB85C \uC2AC\uB77C\uC774\uB4DC\uD558\uAC70\uB098 \uC5F0\uC18D\uC801\uC73C\uB85C \uD0ED\uD558\uC5EC \uC6F9 \uD398\uC774\uC9C0\uB97C \uBC88\uC5ED\uD558\uAC70\uB098 \uC6D0\uBB38\uC744 \uD45C\uC2DC\uD560 \uC218 \uC788\uC2B5\uB2C8\uB2E4.","desc.toggleMouseHoverTranslateDirectly":"\uC774 \uB2E8\uCD95\uD0A4\uB97C \uB204\uB978 \uD6C4 \uD398\uC774\uC9C0\uC5D0\uC11C \uB9C8\uC6B0\uC2A4\uB97C \uD14D\uC2A4\uD2B8\uC758 \uC5B4\uB5A4 \uBD80\uBD84\uC5D0\uB4E0\uC9C0 \uAC00\uB9AC\uD0A4\uBA74 \uD574\uB2F9 \uD14D\uC2A4\uD2B8\uAC00 \uC790\uB3D9\uC73C\uB85C \uBC88\uC5ED\uB429\uB2C8\uB2E4. \uB2E8\uCD95\uD0A4\uB97C \uB2E4\uC2DC \uD55C \uBC88 \uB204\uB974\uBA74 \uC774 \uC790\uB3D9 \uBC88\uC5ED \uAE30\uB2A5\uC744 \uB2EB\uC744 \uC218 \uC788\uC2B5\uB2C8\uB2E4.",paragraphMinTextCountDesc:"\uC8FC\uC758, \uC5EC\uAE30\uC11C\uB294 \uBB38\uC790 \uAE38\uC774\uB97C \uC758\uBBF8\uD569\uB2C8\uB2E4. \uC608\uB97C \uB4E4\uC5B4, hello\uB294 5\uAC1C\uC758 \uBB38\uC790\uC785\uB2C8\uB2E4. \uB354 \uD070 \uAC12\uC744 \uC124\uC815\uD558\uBA74 \uBD88\uD544\uC694\uD55C \uC791\uC740 \uB2E8\uB77D \uBC88\uC5ED\uC744 \uC904\uC77C \uC218 \uC788\uC2B5\uB2C8\uB2E4.",translationOnlyModeDescription:"\uBC88\uC5ED\uBB38\uB9CC \uBAA8\uB4DC\uB294 \uAE30\uBCF8\uC801\uC778 \uC774\uC911 \uC5B8\uC5B4 \uBAA8\uB4DC\uAC00 \uC544\uB2CC \uC624\uC9C1 \uBC88\uC5ED\uBB38\uB9CC\uC744 \uD45C\uC2DC\uD558\uB294 \uAC83\uC744 \uC758\uBBF8\uD569\uB2C8\uB2E4. \uC8FC\uC758: \uAE30\uC220\uC801 \uC81C\uD55C\uC73C\uB85C \uC778\uD574 \uBC88\uC5ED\uBB38\uB9CC \uBAA8\uB4DC\uC5D0\uC11C\uB294 \uC6D0\uBB38\uC758 \uD558\uC774\uD37C\uB9C1\uD06C\uAC00 \uC791\uB3D9\uD558\uC9C0 \uC54A\uC744 \uAC83\uC785\uB2C8\uB2E4.","desc.touchShortcutsToggleTranslationMask":"\uBC88\uC5ED \uB9C8\uC2A4\uD06C\uB294 \uBC88\uC5ED \uC2A4\uD0C0\uC77C\uC758 \uD750\uB9BF\uD55C \uD6A8\uACFC\uB97C \uAC00\uB9AC\uD0A4\uBA70(\uD559\uC2B5 \uBAA8\uB4DC), \uD65C\uC131\uD654\uD558\uBA74 \uC784\uC2DC\uB85C \uBC88\uC5ED\uC5D0 \uD750\uB9BF\uD55C \uD6A8\uACFC\uB97C \uC0AC\uC6A9\uD558\uC5EC \uD559\uC2B5\uC744 \uC6A9\uC774\uD558\uAC8C \uD569\uB2C8\uB2E4.","intro.floatBallDescription":"\uC0AC\uC6A9\uD558\uBA74 \uD398\uC774\uC9C0 \uC624\uB978\uCABD\uC5D0 \uBE60\uB978 \uBC88\uC5ED \uBC84\uD2BC\uC774 \uD45C\uC2DC\uB418\uBA70, \uD074\uB9AD\uD558\uBA74 \uBC88\uC5ED\uD560 \uC218 \uC788\uACE0 \uB2E4\uC2DC \uD074\uB9AD\uD558\uBA74 \uC6D0\uBB38\uC73C\uB85C \uC804\uD658\uD560 \uC218 \uC788\uC2B5\uB2C8\uB2E4. \uBAA8\uBC14\uC77C\uC5D0\uC11C\uB294 \uD50C\uB85C\uD305 \uBCFC\uC744 \uAE38\uAC8C \uB204\uB974\uBA74 \uBE60\uB978 \uC124\uC815 \uD328\uB110\uC744 \uC5F4 \uC218 \uC788\uC2B5\uB2C8\uB2E4.","contact.description":"\uB2F9\uC2E0\uC774 \uC9C8\uBB38\uC774\uB098 \uC81C\uC548\uC0AC\uD56D\uC774 \uC788\uC73C\uC2DC\uB2E4\uBA74, \uC544\uB798\uC758 \uC591\uC2DD\uC744 \uC791\uC131\uD558\uC5EC \uC800\uD76C\uC5D0\uAC8C \uC5F0\uB77D\uD558\uC2DC\uAC70\uB098 {email}\uB85C \uC774\uBA54\uC77C\uC744 \uBCF4\uB0B4\uC8FC\uC2DC\uAE30 \uBC14\uB78D\uB2C8\uB2E4. \uC800\uD76C\uB294 \uBE60\uB978 \uC2DC\uC77C \uB0B4\uC5D0 \uB2F5\uBCC0\uB4DC\uB9AC\uACA0\uC2B5\uB2C8\uB2E4.","neverTranslateText.description":"\uC77C\uBD80 \uBC88\uC5ED \uC5D4\uC9C4\uC774 \uACE0\uC720 \uBA85\uC0AC\uB97C \uC81C\uB300\uB85C \uC778\uC2DD\uD558\uC9C0 \uBABB\uD558\uAE30 \uB54C\uBB38\uC5D0, \uC5EC\uAE30\uC5D0 \uB2E8\uC5B4\uB97C \uCD94\uAC00\uD558\uC5EC \uBC88\uC5ED \uACFC\uC815\uC5D0\uC11C \uBCC0\uD658\uB418\uC9C0 \uC54A\uB3C4\uB85D \uD560 \uC218 \uC788\uC2B5\uB2C8\uB2E4. \uC774 \uAE30\uB2A5\uC740 \uB300\uC18C\uBB38\uC790\uB97C \uAD6C\uBD84\uD558\uBA70 \uACF5\uBC31\uC73C\uB85C \uAD6C\uBD84\uB41C \uB2E8\uC5B4 \uC5B8\uC5B4(\uC601\uC5B4, \uD504\uB791\uC2A4\uC5B4 \uB4F1)\uB9CC \uC9C0\uC6D0\uD558\uBA70 \uC77C\uBCF8\uC5B4, \uD55C\uAD6D\uC5B4 \uB4F1\uC758 \uC5B8\uC5B4\uC5D0\uB294 \uC801\uC6A9\uB418\uC9C0 \uC54A\uC2B5\uB2C8\uB2E4.","intro.hoverDescription":"\uB9C8\uC6B0\uC2A4 \uD638\uBC84 \uBC88\uC5ED\uC740 \uBAB0\uC785\uD615 \uBC88\uC5ED\uC5D0\uC11C \uB9E4\uC6B0 \uC911\uC694\uD55C \uAE30\uB2A5\uC785\uB2C8\uB2E4. \uB2E8\uC9C0 \uBB38\uB2E8 \uC704\uC5D0 \uB9C8\uC6B0\uC2A4\uB97C \uB193\uACE0 \uB3D9\uC2DC\uC5D0 \uC124\uC815\uB41C \uB2E8\uCD95\uD0A4\uB97C \uB204\uB974\uBA74 \uD604\uC7AC \uBB38\uB2E8\uC774 \uC790\uB3D9\uC73C\uB85C \uBC88\uC5ED\uB429\uB2C8\uB2E4(\uC8FC\uC758: \uAE30\uBCF8\uC801\uC73C\uB85C \uD65C\uC131\uD654\uB418\uC5B4 \uC788\uC9C0 \uC54A\uC2B5\uB2C8\uB2E4. \uC544\uB798\uC5D0\uC11C \uC124\uC815\uD558\uC2ED\uC2DC\uC624). \uC774 \uC0C1\uD638\uC791\uC6A9\uC740 \uB2E8\uC5B4 \uC120\uD0DD \uBC88\uC5ED\uC744 \uB354 \uC798 \uB300\uCCB4\uD558\uAE30 \uC704\uD574 \uC0AC\uC6A9\uB418\uBA70, \uB610\uD55C \uC774 \uAE30\uB2A5\uC740 \uC778\uC2DD\uD560 \uC218 \uC5C6\uB294 \uBC88\uC5ED \uC601\uC5ED\uC5D0 \uB110\uB9AC \uC801\uC6A9\uB429\uB2C8\uB2E4. \uC774 \uAE30\uB2A5\uC744 \uC774\uC6A9\uD558\uC5EC \uC5B4\uB5A4 \uBB38\uB2E8\uC774\uB4E0 \uAC15\uC81C\uB85C \uBC88\uC5ED\uD560 \uC218 \uC788\uC2B5\uB2C8\uB2E4.","intro.subtitleDescription":"\uC774 \uAE30\uB2A5\uC744 \uD65C\uC131\uD654\uD558\uBA74 \uBE44\uB514\uC624 \uC7AC\uC0DD \uC2DC \uC790\uB3D9\uC73C\uB85C \uC774\uC911 \uC5B8\uC5B4 \uC790\uB9C9\uC774 \uD45C\uC2DC\uB429\uB2C8\uB2E4. \uD65C\uC131\uD654\uD558\uC9C0 \uC54A\uC740 \uACBD\uC6B0, \uD398\uC774\uC9C0\uC5D0\uC11C \uC218\uB3D9\uC73C\uB85C \uBC88\uC5ED \uBC84\uD2BC\uC744 \uD074\uB9AD\uD558\uC5EC \uC790\uB9C9\uC744 \uD45C\uC2DC\uD574\uC57C \uD569\uB2C8\uB2E4. \uAE30\uC220\uC801 \uC81C\uD55C\uC73C\uB85C \uC778\uD574 \uC77C\uBD80 \uC6F9\uC0AC\uC774\uD2B8\uC5D0\uC11C\uB294 \uC790\uB9C9\uC744 \uCC98\uC74C \uD65C\uC131\uD654\uD560 \uB54C \uD398\uC774\uC9C0\uB97C \uC0C8\uB85C \uACE0\uCE68\uD558\uAC70\uB098 \uBC88\uC5ED\uC774 \uC644\uB8CC\uB41C \uD6C4\uC5D0\uC57C \uC774\uC911 \uC5B8\uC5B4 \uC790\uB9C9\uC744 \uD45C\uC2DC\uD560 \uC218 \uC788\uC2B5\uB2C8\uB2E4. (\uB610\uD55C, \uBE44\uB514\uC624 \uC6F9\uC0AC\uC774\uD2B8\uB97C \uC5F4\uACE0 \uB098\uC11C \uC624\uB978\uCABD \uC0C1\uB2E8\uC5D0\uC11C \uBAB0\uC785\uD615 \uBC88\uC5ED\uC758 \uBC14\uB85C\uAC00\uAE30 \uD328\uB110\uC744 \uD65C\uC131\uD654/\uBE44\uD65C\uC131\uD654 \uD560 \uC218\uB3C4 \uC788\uC2B5\uB2C8\uB2E4.)

\uD604\uC7AC \uC774\uB7EC\uD55C \uC6F9\uC0AC\uC774\uD2B8\uC5D0\uC11C \uC774\uC911 \uC5B8\uC5B4 \uC790\uB9C9\uC744 \uC0AC\uC6A9\uD560 \uC218 \uC788\uC2B5\uB2C8\uB2E4:",geminiWarning:"\uC8FC\uC758: Google\uC774 \uC81C\uACF5\uD558\uB294 Gemini\uC758 \uBB34\uB8CC \uC11C\uBE44\uC2A4 \uC81C\uD55C\uC774 \uC5C4\uACA9\uD558\uBBC0\uB85C, \uC0AC\uC6A9\uC790\uAC00 \uC5EC\uB7EC Key\uB97C \uC0AC\uC6A9\uD558\uC5EC \uADF8\uB4E4\uC758 \uBB34\uB8CC \uD560\uB2F9\uB7C9 \uC81C\uD55C\uC744 \uD68C\uD53C\uD558\uACE0 \uC788\uB2E4\uACE0 Google\uC5D0 \uD310\uB2E8\uB420 \uC218 \uC788\uC2B5\uB2C8\uB2E4. \uC0AC\uC6A9\uD558\uC9C0 \uC54A\uB294 \uAC83\uC774 \uC88B\uC73C\uBA70, Google\uC774 Gemini \uC720\uB8CC \uC778\uD130\uD398\uC774\uC2A4\uB97C \uAC1C\uBC29\uD560 \uB54C\uAE4C\uC9C0 \uAE30\uB2E4\uB9AC\uB294 \uAC83\uC774 \uC88B\uC2B5\uB2C8\uB2E4.","floatBall.setting":"\uC124\uC815","floatBall.translateToLanguage":"{language}\uB85C \uBC88\uC5ED\uC744 \uD074\uB9AD\uD558\uC2ED\uC2DC\uC624.","floatBall.file":`PDF, EPUB, SRT, ASS, HTML, TXT \uD30C\uC77C \uBC88\uC5ED`,changeToOnlyTempTranslationMode:"\uBC88\uC5ED\uB9CC \uD45C\uC2DC\uD558\uB3C4\uB85D \uD1A0\uAE00",changeToDualTempTranslationMode:"\uC774\uC911 \uC5B8\uC5B4 \uBC88\uC5ED\uC73C\uB85C \uC804\uD658","options.navbar.translateFile":"\uBB38\uC11C \uBC88\uC5ED","transitionMode.dual":"\uC774\uC911 \uC5B8\uC5B4 \uB300\uC870","transitionMode.translation":"\uC624\uC9C1 \uBC88\uC5ED\uBB38","options.navbar.installApp":"\uD734\uB300\uD3F0 \uC571 \uC124\uCE58","subtitle.transitionMode":"\uBE44\uB514\uC624 \uC790\uB9C9 \uC774\uC911 \uC5B8\uC5B4 / \uBC88\uC5ED\uBB38\uB9CC \uC124\uC815","transitionMode.inherit":"\uC2DC\uC2A4\uD15C\uC758 \uAE30\uBCF8 \uBC88\uC5ED \uD45C\uC2DC \uBAA8\uB4DC\uC640 \uC77C\uCE58\uD558\uC2ED\uC2DC\uC624","subtitle.transitionModeDescription":"\uBE44\uB514\uC624 \uC790\uB9C9\uC744 \uC774\uC911 \uC5B8\uC5B4 \uB300\uC870 \uB610\uB294 \uBC88\uC5ED\uBB38\uB9CC \uBAA8\uB4DC\uB85C \uC124\uC815\uD558\uC2ED\uC2DC\uC624.",translateFileTooltip:`PDF, ePub, srt, ass, HTML, TXT \uD30C\uC77C \uBC88\uC5ED`,"description.subtitlePrompt":`\uC790\uB9C9 \uC2DC\uB098\uB9AC\uC624\uC5D0\uC11C \uC5EC\uB7EC \uB2E8\uB77D\uC744 \uBCF4\uB0BC \uB54C, \uC0AC\uC6A9\uC790\uC758 \uC2E0\uBD84\uC73C\uB85C {service}\uC5D0 \uB300\uD654\uB97C \uBCF4\uB0B4\uB294\uB370, \uC5EC\uAE30\uC11C {{from}}\uC740 \uB2E8\uB77D\uC758 \uC5B8\uC5B4\uB97C \uB098\uD0C0\uB0B4\uACE0, {{to}}\uB294 \uBAA9\uD45C \uC5B8\uC5B4\uB97C \uB098\uD0C0\uB0C5\uB2C8\uB2E4. {{yaml}}\uC740 \uC6B0\uB9AC\uAC00 yaml \uD615\uC2DD\uC73C\uB85C \uD3EC\uC7A5\uD55C \uB2E8\uB77D \uB0B4\uC6A9\uC774\uBA70, \uC0AC\uC6A9\uC790 \uC815\uC758 Prompt\uAC00 \uD544\uC694\uD55C \uACBD\uC6B0, AI \uC751\uB2F5\uC758 YAML \uACB0\uACFC\uC758 \uAC01 \uD56D\uBAA9\uC774 {env.imt_sub_trans_field} \uD544\uB4DC\uB97C \uD3EC\uD568\uD574\uC57C \uD569\uB2C8\uB2E4. {{imt_sub_trans_field}}\uB294 \uC6B0\uB9AC\uAC00 AI \uC751\uB2F5\uC744 \uC6D0\uD558\uB294 \uBC88\uC5ED \uD544\uB4DC \uC774\uB984\uC774\uBA70, \uAE30\uBCF8\uAC12\uC740: {env.imt_sub_trans_field}, {{imt_sub_source_field}}\uB294 \uC6B0\uB9AC\uAC00 AI\uC5D0\uAC8C \uC804\uB2EC\uD558\uB294 \uC6D0\uBB38 \uD544\uB4DC \uC774\uB984\uC774\uBA70, \uAE30\uBCF8\uAC12\uC740: {env.imt_sub_source_field}\uC785\uB2C8\uB2E4. \uC608\uC2DC \uACB0\uACFC\uB294 \uB2E4\uC74C\uACFC \uAC19\uC2B5\uB2C8\uB2E4: @@ -5141,7 +5141,7 @@ HTML, TXT \uD30C\uC77C \uBC88\uC5ED`,"description.subtitlePrompt":`\uC790\uB9C9 - id: 1 {env.imt_trans_field}: \uBC88\uC5ED\uBB38 - id: 2 - {env.imt_trans_field}: \uBC88\uC5ED\uBB38`,"subtitle.quickButton.setting":"\uC124\uC815","subtitle.quickButton.translationPosition":"\uBC88\uC5ED \uC704\uCE58","subtitle.quickButton.black":"\uAC80\uC740\uC0C9","translationServices.claude":"\uD074\uB85C\uB4DC","subtitle.quickButton.translationPositionTop":"\uC6D0\uBB38 \uC704\uC5D0","subtitle.quickButton.backgroundColor":"\uBC30\uACBD\uC0C9","subtitle.quickButton.translationPositionBottom":"\uC6D0\uBB38 \uC544\uB798\uC5D0","subtitle.quickButton.yellow":"\uB178\uB780\uC0C9","subtitle.quickButton.white":"\uD558\uC580\uC0C9","subtitle.quickButton.translationTextColor":"\uBC88\uC5ED \uAE00\uAF34 \uC0C9\uC0C1","subtitle.quickButton.red":"\uBE68\uAC04\uC0C9","subtitle.quickButton.sourceTextColor":"\uC6D0\uB798 \uAE00\uAF34 \uC0C9\uC0C1","subtitle.quickButton.green":"\uB179\uC0C9","subtitle.quickButton.cyan":"\uCCAD\uC0C9","subtitle.quickButton.magenta":"\uB9C8\uC820\uD0C0\uC0C9","subtitle.quickButton.backgroundOpacity":"\uBC30\uACBD \uBD88\uD22C\uBA85\uB3C4","subtitle.quickButton.translationFontSize":"\uBC88\uC5ED \uAE00\uC790 \uD06C\uAE30","subtitle.quickButton.sourceFontSize":"\uC6D0\uB798 \uAE00\uAF34 \uD06C\uAE30","subtitle.quickButton.blue":"\uD30C\uB780\uC0C9",attachSubtitleTranslating:"{service}\uB97C \uC0AC\uC6A9\uD558\uC5EC \uBC88\uC5ED \uC911...","error.claude.403":"\uC11C\uBE44\uC2A4\uC5D0 \uC561\uC138\uC2A4 \uD560 \uAD8C\uD55C\uC774 \uC5C6\uC2B5\uB2C8\uB2E4. \uC774\uB294 Claude\uC758 \uC9C0\uC5ED \uC81C\uD55C\uACFC \uAD00\uB828\uC774 \uC788\uC744 \uC218 \uC788\uC2B5\uB2C8\uB2E4. IP \uC8FC\uC18C\uB97C \uBCC0\uACBD\uD558\uAC70\uB098 \uB2E4\uB978 \uBC88\uC5ED \uC11C\uBE44\uC2A4\uB97C \uC0AC\uC6A9\uD574 \uBCF4\uC2ED\uC2DC\uC624.","browser.brandDescriptionForSafari":"\u3010\uBAB0\uC785\uD615 \uBC88\uC5ED\u3011\uBB34\uB8CC\uC758 (\uC6D0\uBB38/\uBC88\uC5ED\uBB38) \uC774\uC911 \uC5B8\uC5B4 \uB300\uC870 \uC6F9 \uD398\uC774\uC9C0 \uBC88\uC5ED \uD50C\uB7EC\uADF8\uC778\uC73C\uB85C, PDF \uBC88\uC5ED \uBC0F EPUB \uC804\uC790\uCC45 \uBC88\uC5ED\uC744 \uC9C0\uC6D0\uD558\uBA70 \uC6D0\uBB38\uC758 \uBB38\uC11C \uBC30\uCE58\uB97C \uC720\uC9C0\uD569\uB2C8\uB2E4. Youtube/Netflix \uB4F1\uC758 \uC628\uB77C\uC778 \uBE44\uB514\uC624 \uC774\uC911 \uC5B8\uC5B4 \uC790\uB9C9 \uBC88\uC5ED\uC744 \uC9C0\uC6D0\uD558\uBA70, Deepl/Google \uB4F1 \uC8FC\uC694 \uBC88\uC5ED \uC11C\uBE44\uC2A4\uB97C \uC9C0\uC6D0\uD569\uB2C8\uB2E4.","browser.PdfProFile":"AI\uAC00 \uAD6C\uB3D9\uD558\uB294 PDF Pro \uBC88\uC5ED","browser.textTranslate":"\uBB38\uC11C \uBC88\uC5ED"};var Ms={nologin:"n\xE3o conectado",loginForSafari:"Iniciar sess\xE3o ou registar-se",login:"Iniciar sess\xE3o para abrir uma inscri\xE7\xE3o",manageAccount:"Contas geridas",openPremium:"Associa\xE7\xE3o aberta",logout:"abortar",curentPlan:"Pacotes actuais",endAt:"expira\xE7\xE3o",endAuto:"renova\xE7\xE3o autom\xE1tica",lineBreakMaxTextCount:"N\xFAmero m\xE1ximo de caracteres permitidos por frase ap\xF3s as mudan\xE7as de linha","translate-pdf":"Clique para traduzir o PDF","noSupportTranslate-pdf":"Script n\xE3o suportado, utilize o plugin","translate-firefox-local-pdf":"Clique para ir para Importar PDF",enableLineBreak:"Ativar o avan\xE7o autom\xE1tico de linha para par\xE1grafos longos",sponsorLabel:"$1 Desenvolvedores patrocinados",help:"m\xE3o",browserShortcutsNoteForFirefox:"Para alterar os atalhos no Firefox, \xE9 necess\xE1rio abrir a p\xE1gina de gest\xE3o de extens\xF5es `about:addons`, clicar em `Settings` e, em seguida, clicar em `Manage Shortcuts` para definir os atalhos.",browserShortcutsNoteForChrome:"Para modificar os atalhos no Chrome, tem de abrir a p\xE1gina de gest\xE3o de extens\xF5es, defini-los no painel `Gerir atalhos` (`chrome://extensions/shortcuts`) e clicar no bot\xE3o abaixo para saltar para a p\xE1gina de gest\xE3o de atalhos.",browserShortcutsSucks:"Os atalhos personalizados s\xE3o formatados como (sem reconhecimento autom\xE1tico, introduza diretamente)\uFF1A",enableLineBreakDescription:"Quando activada, as quebras de linha ser\xE3o inseridas no final de cada frase em par\xE1grafos longos para facilitar a leitura","browser.shortBrandName":"Tradu\xE7\xE3o por imers\xE3o","browser.brandName":"Tradu\xE7\xE3o por imers\xE3o: Tradu\xE7\xE3o bilingue de p\xE1ginas Web e de documentos PDF","browser.brandDescription":"Bilingual web page translation, also supports PDF translation, bilingual Epub eBook translation, free to use.","browser.toggleTranslatePage":"Traduzir a p\xE1gina/apresentar o texto original","browser.toggleTranslateTheWholePage":"Traduzir todas as \xE1reas da p\xE1gina/apresentar o texto original","browser.toggleOnlyTransation":"Alternar entre o modo bil\xEDngue / apenas tradu\xE7\xE3o","browser.toggleTranslateToThePageEndImmediately":"Tradu\xE7\xE3o imediata para o fim da p\xE1gina/visualiza\xE7\xE3o do texto original","browser.toggleTranslateTheMainPage":"Traduzir a \xE1rea principal da p\xE1gina/apresentar o texto original","browser.shareToDraft":"Partilhar p\xE1ginas bilingues","browser.openOptionsPage":"Abrir a p\xE1gina de defini\xE7\xF5es","browser.toggleTranslationMask":"Mostrar/ocultar o efeito de desfocagem da tradu\xE7\xE3o","browser.translateLocalPdfFile":"Traduzir ficheiros PDF locais","browser.openEbookViewer":"Ler livros electr\xF3nicos locais","browser.openEbookBuilder":"Criar livros electr\xF3nicos EPUB bilingues","browser.translateLocalHtmlFile":"Traduzir ficheiros HTML/txt","browser.donateContext":"Saiba mais sobre as vantagens do patroc\xEDnio","browser.translateLocalSubtitleFile":"Traduzir ficheiros de legendas locais",confirmResetConfig:"Tem a certeza de que pretende repor as defini\xE7\xF5es?",translationLineBreakSettingTitle:"Defini\xE7\xE3o do avan\xE7o de linha de tradu\xE7\xE3o",smartLineBreak:"alimenta\xE7\xE3o de linha inteligente (computa\xE7\xE3o)",alwaysLineBreak:"Sempre alimenta\xE7\xE3o de linha",isShowContextMenu:"Adicionar p\xE1ginas traduzidas aos itens de menu do bot\xE3o direito do rato",toggleBeta:"Ativa\xE7\xE3o de funcionalidades de teste beta",betaDescription:"Ativar funcionalidades que ainda s\xE3o experimentais, bem como um servi\xE7o de tradu\xE7\xE3o em vers\xE3o beta. Junte-se ao <1>grupo do Telegram para saber mais.",translationLineBreakSettingDescription:"Os feeds de linha s\xE3o sempre limpos e organizados para p\xE1ginas com menos conte\xFAdo. (Utilize quebras de linha inteligentes em par\xE1grafos longos e com muito conte\xFAdo (mais de{count}caracteres) para poupar espa\xE7o).",tempTranslateDomainTitle:"Dura\xE7\xE3o da ativa\xE7\xE3o tempor\xE1ria da tradu\xE7\xE3o do s\xEDtio Web",tempTranslateDomainDescription:"Quando traduzir manualmente uma p\xE1gina Web, active temporariamente o s\xEDtio Web para tradu\xE7\xE3o autom\xE1tica e pode definir a dura\xE7\xE3o tempor\xE1ria.",xMinutes:"{count} minutos",disabled:"proibir a utiliza\xE7\xE3o de algo",changelog:"Registo de atualiza\xE7\xE3o",toggleTranslatePageWhenThreeFingersOnTheScreen:"O toque simult\xE2neo de v\xE1rios dedos no ecr\xE3 traduz p\xE1ginas Web/apresenta o texto original",toggleTranslationMaskWhenThreeFingersOnTheScreen:"O toque de v\xE1rios dedos mostra/oculta o efeito de desfocagem.",fingerCountToToggleTranslagePageOnlyTranslationWhenTouching:"O toque simult\xE2neo de v\xE1rios dedos no ecr\xE3 traduz a p\xE1gina Web (apenas tradu\xE7\xE3o)/apresenta o texto original.",addUrlDescription:"Pode ser um nome de dom\xEDnio e tamb\xE9m suporta wildcards, por exemplo,\uFF1A*.google.com, google.com/mail/*, https://www.google.com/*",general:"Defini\xE7\xF5es b\xE1sicas",clickToExpandConfig:"Expandir a configura\xE7\xE3o atual",import:"Importar de um ficheiro",export:"Exportar para ficheiro",toggleDebug:"Imprimir o registo de depura\xE7\xE3o na consola","fingers.0":"coagula\xE7\xE3o","fingers.2":"toque com dois dedos","fingers.3":"toque com tr\xEAs dedos","fingers.4":"toque com quatro dedos","fingers.5":"toque com cinco dedos",mouseHoldKey:"+ {key} traduzir/restaurar o par\xE1grafo",mouseHoldKeyAuto:"Tradu\xE7\xE3o direta do par\xE1grafo",mouseHoldKeyOff:"N\xE3o fa\xE7as nada.",mouseHoldKeyOther:"Atalhos personalizados (abrir defini\xE7\xF5es)",mouseHoldKeyCustomKey:"{key} Tradu\xE7\xE3o/redu\xE7\xE3o do par\xE1grafo",mouseHoverHoldKey:"Passar o rato enquanto se premem as teclas de atalho para traduzir par\xE1grafos","mouse-translate":"passar o rato",document:"ficheiro (inform\xE1tico)",resetSuccess:"Repor todas as defini\xE7\xF5es com \xEAxito",resetThisSuccess:"Reinicializa\xE7\xE3o bem-sucedida",saved:"Guardar com sucesso",successImportConfig:"Configura\xE7\xE3o importada com sucesso",goAdvancedSettings:"Aceder \xE0 p\xE1gina Defini\xE7\xF5es avan\xE7adas",goAdvancedInterfaceSettings:"Aceder \xE0 p\xE1gina Defini\xE7\xF5es de personaliza\xE7\xE3o avan\xE7adas",advanced:"Defini\xE7\xF5es avan\xE7adas",advancedDescription:"Geralmente n\xE3o s\xE3o necess\xE1rias defini\xE7\xF5es, basta deix\xE1-la como predefinida. Apenas para utilizadores mais especializados, est\xE3o dispon\xEDveis defini\xE7\xF5es mais personalizadas.",developer:"Defini\xE7\xF5es do programador",donateCafe:"pre\xE7os","translate to the bottom of the page":"\xC9 traduzido para o fundo da p\xE1gina imediatamente ap\xF3s entrar na p\xE1gina?",feedback:"Feedback sobre os problemas",toggleTranslatePage:"Traduzir a p\xE1gina/apresentar o texto original",translateToThePageEndImmediatelyDescription:"Se a ativar, o conte\xFAdo ser\xE1 imediatamente traduzido da parte superior para a parte inferior da p\xE1gina \xE0 medida que a introduz. Se a desativar, a tradu\xE7\xE3o \xE9 feita \xE0 medida que l\xEA. (N\xE3o recomendado)","translate all areas of the page":"Se pretende traduzir todas as \xE1reas da p\xE1gina",translationAreaDescription:"Ligado, todas as \xE1reas de toda a p\xE1gina Web s\xE3o traduzidas. Se estiver desativado, utiliza o reconhecimento inteligente predefinido e traduz apenas as \xE1reas principais. (N\xE3o se recomenda que seja ativado)","the number of characters to be translated first":"Traduzir diretamente os primeiros caracteres da p\xE1gina sem ter de se deslocar para a \xE1rea de visualiza\xE7\xE3o","interface language":"linguagem de interface","display both the original text and the translation":"Visualiza\xE7\xE3o simult\xE2nea do original e da tradu\xE7\xE3o","keyboard shortcuts":"Atalhos de teclado",modify:"Modificar teclas de atalho",reset:"reprovis\xE3o",close:"coagula\xE7\xE3o",homepage:"p\xE1gina inicial",more:"mais",moreOptions:"Expandir mais op\xE7\xF5es de personaliza\xE7\xE3o",translateTheWholePage:"Traduzir todas as \xE1reas da p\xE1gina (em vez de reconhecer inteligentemente as \xE1reas principais)",changeToTranslateTheWholePage:"Mudar para traduzir todas as regi\xF5es",changeToTranslateTheMainPage:"Mudar para Traduzir \xC1rea Principal",changeToOnlyTranslationMode:"Alternar para apresentar apenas tradu\xE7\xF5es",changeToDualTranslationMode:"Mudar para tradu\xE7\xE3o bilingue",translateToThePageEndImmediately:"Tradu\xE7\xE3o imediata para o fim da p\xE1gina",translateTheMainPage:"Regi\xF5es-chave da tradu\xE7\xE3o inteligente","The local rules are up to date":"As regras de adapta\xE7\xE3o local est\xE3o actualizadas.","Successfully synchronized with the latest official rules:":"Sincroniza\xE7\xE3o bem sucedida com as \xFAltimas regras oficiais de adapta\xE7\xE3o.","Checking for updates":"Verifica\xE7\xE3o de actualiza\xE7\xF5es","Rules are being synchronized":"Regras de adapta\xE7\xE3o sincronizadas",localVersionIsTooOld:"A vers\xE3o da extens\xE3o local \xE9 demasiado antiga. Actualize a extens\xE3o para {minVersion} ou mais recente antes de tentar sincronizar.",badUserscriptBrowser:"O navegador atual n\xE3o implementa corretamente a interface da extens\xE3o Grease Monkey (por exemplo, para obter informa\xE7\xF5es sobre o n\xFAmero da vers\xE3o do pr\xF3prio script Grease Monkey), utilize outros navegadores que <1>suportem a extens\xE3o Grease Monkey, como o Firefox.",foundNewVersion:"Descubra a nova vers\xE3o",theLocalExtensionIsUpToUpdate:"A extens\xE3o atual est\xE1 actualizada.",failToSyncRules:"N\xE3o sincroniza\xE7\xE3o das regras de adapta\xE7\xE3o mais recentes",retry:"Clique aqui para tentar novamente",failedReason:"Raz\xF5es do insucesso",currentRuleVersion:"Vers\xE3o atual da regra",calculating:"c\xE1lculos",unknownError:"erro desconhecido",canNotFetchRemoteRule:"N\xE3o \xE9 poss\xEDvel obter regras remotas",enableAlphaSuccess:"Alfa ativado",disableAlphaSuccess:"A fun\xE7\xE3o alfa foi desactivada",cacheSize:"Tamanho da cache\uFF1A",cleaning:"em processo de liquida\xE7\xE3o",cleanCache:"limpar a cache",options:"preparar",about:"em rela\xE7\xE3o a",service:"servi\xE7o de interpreta\xE7\xE3o",needAction:"(Ir para Defini\xE7\xF5es)",goSettings:"v\xE1 em frente e configure",needActionForOptions:"(a definir)",translationEngine:"Op\xE7\xF5es de motor",sourceLanguage:"L\xEDngua original",target:"l\xEDngua-alvo",popupSourceLanguage:"L\xEDngua original",popupTarget:"l\xEDngua-alvo",popupService:"servi\xE7o de interpreta\xE7\xE3o",forThisSite:"S\xEDtio Web atual",autoEnableSubtitle:"Abertura autom\xE1tica de legendas bilingues",alwaysTranslate:"Traduzir sempre",neverTranslate:"Nunca traduzir",alwaysTranslateSomeLanguage:"Traduzir sempre {language}",neverTranslateSomeLanguage:"Nunca traduzir {language}",alwaysTranslateSomeSite:"Traduzir sempre {hostname}",neverTranslateSomeSite:"Nunca traduzir {hostname}",alwaysTranslateSomeSiteOrWildSite:"Traduzir sempre o s\xEDtio",alwaysTranslateSomePage:"Traduzir sempre a p\xE1gina",add:"aumentar",default:"predefini\xE7\xE3o (defini\xE7\xE3o)",forThisLanguage:"Para esta l\xEDngua\uFF1A","add url":"Introduzir URL",edit:"compilador","translate other languages into specific language":"Traduzir outras l\xEDnguas para a sua l\xEDngua definida","select translation service":"Selecionar um servi\xE7o de tradu\xE7\xE3o",language:"multilinguismo","show-original":"Mostrar texto original",translate:"renderiza\xE7\xE3o",Translated:"traduzido",Translating:"na tradu\xE7\xE3o",Error:"incorreto",allowCacheTranslations:"Ativar o caching de tradu\xE7\xE3o local (para reduzir os pedidos de tradu\xE7\xE3o de passagens duplicadas)","translation display":"Estilo de apresenta\xE7\xE3o da tradu\xE7\xE3o","select diplay style":"Distinguir os estilos de tradu\xE7\xE3o, com refer\xEAncia espec\xEDfica aos seguintes exemplos",interface:"Defini\xE7\xF5es de interface",import_export:"Importa\xE7\xE3o/Exporta\xE7\xE3o",import_export_title:"Configura\xE7\xE3o de importa\xE7\xE3o/exporta\xE7\xE3o",syncToGoogleDrive:"Sincronizar com o Google Drive agora",floatBallOptions:"Defini\xE7\xF5es do Hoverball","floatBallOptions.enable":"Ativar Hoverball","floatBallOptions.blockUrls":"Desativar o s\xEDtio Web","floatBallOptions.add":"aumentar","floatBallOptions.blockUrlDesc":"As Hoverballs n\xE3o s\xE3o apresentadas quando s\xE3o encontrados os seguintes s\xEDtios Web","floatBallOptions.clickType":"comportamento de clique","floatBallOptions.clickTypeDesc":"Comportamento do \xEDcone da bola flutuante quando clicado","floatBallOptions.clickPopup":"Mostrar painel de tradu\xE7\xE3o","floatBallOptions.clickTranslate":"Tradu\xE7\xE3o/apresenta\xE7\xE3o do texto original",previewAllThemes:"Pr\xE9-visualizar todos os estilos","translationTheme.none":"n\xE3o ter","translationTheme.grey":"cinzento escuro","translationTheme.dashed":"sublinhado pontilhado","translationTheme.dotted":"sublinhado pontilhado","translationTheme.dashedBorder":"borda pontilhada","translationTheme.solidBorder":"fronteira s\xF3lida","translationTheme.underline":"Sublinhar linhas rectas","translationTheme.mask":"Efeitos difusos (modos de aprendizagem)","translationTheme.opacity":"efeito de transpar\xEAncia","translationTheme.paper":"Efeito de sombra de papel branco","translationTheme.dividingLine":"linha divis\xF3ria","translationTheme.highlight":"alta luminosidade","translationTheme.marker":"marcador (palavra emprestada)","translationTheme.marker2":"Marcador 2","translationTheme.blockquote":"Estilos de refer\xEAncia","translationTheme.weakening":"enfraquecimento","translationTheme.italic":"tipo de letra inclinado","translationTheme.bold":"engrossar","translationTheme.thinDashed":"linha fina pontilhada sublinhada","translationTheme.nativeDashed":"O sistema vem com um sublinhado a tracejado","translationTheme.nativeDotted":"O sistema vem com um sublinhado pontilhado","translationTheme.nativeUnderline":"O sistema \xE9 fornecido com um sublinhado de linha reta","translationTheme.wavy":"linha ondulada","translationServices.custom":"API personalizada","translationServices.tencent":"Tencent Translator","translationServices.tenAlpha":"Tencent Translator (Alfa)","translationServices.google":"Google Tradutor","translationServices.bai":"Baidu (Alfa)","translationServices.baidu":"Tradu\xE7\xE3o do Baidu","translationServices.aliyun":"Tradu\xE7\xE3o AliCloud","translationServices.volc":"tradu\xE7\xE3o vulc\xE2nica","translationServices.deeplx":"DeepLX (Beta)","translationServices.bing":"Microsoft Translate","translationServices.deepl":"DeepL","translationServices.wechat":"Tradu\xE7\xE3o do WeChat","translationServices.azure":"Tradu\xE7\xE3o do Azure","translationServices.ibm":"IBM Watson","translationServices.aws":"Tradu\xE7\xE3o da Amazon","translationServices.mock":"Tradu\xE7\xE3o simulada","translationServices.mock2":"Tradu\xE7\xE3o Simulada 2","translationServices.caiyun":"lit. nuvens coloridas e pequenas tradu\xE7\xF5es","translationServices.cai":"Nuvens coloridas (Alfa)","translationServices.volcAlpha":"Vulc\xE3o (Alfa)","translationServices.openl":"OpenL","translationServices.youdao":"Tradu\xE7\xE3o do Youtube","translationServices.you":"Tradutor Youdao (Alfa)","translationServices.transmart":"Tradu\xE7\xE3o da Tencent Interactive","translationServices.niu":"Tradutor Maverick","translationServices.papago":"Tradu\xE7\xE3o de Papago","translationServices.d":"D (Alfa)","translationServices.dpro":"D Pro (Can\xE1rio)","translationServices.openai":"OpenAI","translationServices.yandex":"Yandex","translationServices.chatgpt":"ChatGPT Web(3.5 m\xF3vel)","translate title":"Traduzir t\xEDtulos de p\xE1ginas","always languages":"Traduzir sempre a l\xEDngua",neverTranslateLanguagesLabel:"A l\xEDngua que nunca ser\xE1 traduzida",neverTranslateTheFollowingLanguagesDescription:"As tradu\xE7\xF5es s\xE3o ignoradas quando um par\xE1grafo da p\xE1gina est\xE1 numa das seguintes l\xEDnguas",enableUserscriptPagePopup:"Mostrar hoverball na p\xE1gina",enableUserscriptPagePopupDescription:"Depois de desligar a hoverball, esta pode ser recuperada com o atalho /{touch}. Recomenda-se vivamente que marque esta p\xE1gina de defini\xE7\xF5es para evitar n\xE3o conseguir encontrar a hoverball depois de ter desligado inadvertidamente esta op\xE7\xE3o!","always translate the following languages":"Traduz automaticamente para a l\xEDngua de destino quando a p\xE1gina est\xE1 numa das seguintes l\xEDnguas","always sites":"S\xEDtios Web sempre traduzidos","always translate the following sites":"Os s\xEDtios Web s\xE3o automaticamente traduzidos para a l\xEDngua de chegada quando s\xE3o os nomes de dom\xEDnio de","never sites":"S\xEDtio nunca traduzido","never translate the following sites":"As tradu\xE7\xF5es n\xE3o ser\xE3o efectuadas quando o s\xEDtio Web se destinar aos seguintes dom\xEDnios","please refer to":"\xC9 necess\xE1rio preencher a chave antes de a poder utilizar. Para mais informa\xE7\xF5es, consulte",KeyAndConfigurationTutorial:"Tutorial de configura\xE7\xE3o e aplica\xE7\xE3o de chaves",useAboveStyleForTheseSites:"Utilize sempre o estilo de tradu\xE7\xE3o \u2308{theme}\u230B quando o s\xEDtio se destina aos seguintes dom\xEDnios",currentUrl:"URL atual",confirm:"guardar (um ficheiro, etc.) (inform\xE1tica)",cancel:"cancelamentos",delete:"remo\xE7\xE3o","languages.auto":"dete\xE7\xE3o autom\xE1tica",syncToCloud:"Sincronizar com o Google Drive",syncToCloudDescription:"Transferida para a nuvem, a configura\xE7\xE3o pode ser sincronizada entre diferentes navegadores/scripts do grease monkey, consoante a \xFAltima modifica\xE7\xE3o.",syncToAccount:"Sincroniza\xE7\xE3o com a Nuvem de Tradu\xE7\xE3o Imersiva",syncToAccountButton:"Sincroniza\xE7\xE3o instant\xE2nea com a nuvem",syncToAccountDescription:"Sincronizar automaticamente as configura\xE7\xF5es entre dispositivos diferentes, consoante a \xFAltima modifica\xE7\xE3o efectuada.",successSyncConfigInAccount:"Sincroniza\xE7\xE3o bem sucedida com a nuvem",successSyncConfigToAccount:"Sincroniza\xE7\xE3o bem sucedida com a nuvem",syncConfigNoUpdate:"J\xE1 est\xE1 atualizado.",authFail:"Falha de autoriza\xE7\xE3o",syncTitle:"Gest\xE3o manual de c\xF3pias de seguran\xE7a",import_hint:"importa\xE7\xE3o (dados)",upload:"carregar",revokeAuth:"revogar uma autoriza\xE7\xE3o",uploadFail:"Falha na transfer\xEAncia",download:"descarregamento",importSuccess:"Importado com sucesso",importFail:"falha na importa\xE7\xE3o",deleteFail:"Falha ao eliminar",backupToCloud:"Gerir manualmente os ficheiros de c\xF3pia de seguran\xE7a",create_new_backup:"Adicionar um novo n\xF3 de backup",maxBackupFiles:"\xC9 poss\xEDvel efetuar a c\xF3pia de seguran\xE7a de at\xE9{count}n\xF3s diferentes. Elimine os n\xF3s de que n\xE3o necessita.",backupToCloudDescription:"Carregar ou restaurar manualmente ficheiros de c\xF3pia de seguran\xE7a, permitindo at\xE9 3 c\xF3pias de seguran\xE7a diferentes",successSyncConfig:"Sincroniza\xE7\xE3o bem sucedida com a nuvem",syncFail:"falha de sincroniza\xE7\xE3o",updatedAt:"Atualizado a partir de {date}",lastSyncedAt:"\xDAltima verifica\xE7\xE3o em {date}",downloadFail:"Falha na transfer\xEAncia",clickToDownload:"Clique para descarregar",aboutLabel:"Acerca de - Feedback","browser.openAboutPage":"Sobre/Feedback",aboutLabelWithoutSponsor:"Acerca de - Feedback",aboutIntro:"Que todos possamos ter um acesso mais f\xE1cil e mais agrad\xE1vel \xE0 vasta quantidade de informa\xE7\xF5es em l\xEDnguas estrangeiras na Internet \u2764\uFE0F Pode optar por ativar a sua <6>subscri\xE7\xE3o Pro para utilizar as tradu\xE7\xF5es DeepL e OpenAI prontas a utilizar.

Pode seguir-nos no <3>Twitter, <4>Telegram, Weibo, WeChat ou <5>subscrever a nossa lista de <5>correio abaixo para acompanhar as actualiza\xE7\xF5es.
<7>Os membros Pro podem contactar-nos em <8>support@immersivetranslate.com para um servi\xE7o de apoio ao cliente r\xE1pido.",aboutIntroWithoutSponsor:"Que todos possamos ter um acesso mais f\xE1cil e mais agrad\xE1vel \xE0 enorme quantidade de informa\xE7\xE3o em l\xEDngua estrangeira dispon\xEDvel na Internet \u2764\uFE0F

Pode seguir-nos no <3>Twitter, no <4>canal Telegram, no WeChat, no WeChat Exchange ou <5>subscrever as actualiza\xE7\xF5es por correio <5>eletr\xF3nico abaixo.",projectHomepage:"In\xEDcio do projeto",joinTelegramGroup:"Junte-se ao grupo de utilizadores para participar em debates sobre funcionalidades",wechatPublicAccount:"WeChat P\xFAblico",wechatCommunities:"Grupo de interc\xE2mbio WeChat",qqCommunities:"Canal de comunica\xE7\xE3o QQ",joinTelegramChannel:"Siga o canal Telegram para obter as \xFAltimas actualiza\xE7\xF5es",feedbackAndJoin:"Feedback da pergunta / Adicionar grupo",autoSync:"sincroniza\xE7\xE3o autom\xE1tica da hora",loadingThemeTitle:"Estilo de carregamento",loadingThemeDescription:"Definir o estilo quando se est\xE1 \xE0 espera que a tradu\xE7\xE3o seja carregada","loadingTheme.spinner":"Anima\xE7\xE3o girat\xF3ria","loadingTheme.text":"texto est\xE1tico algo ","loadingTheme.none":"n\xE3o indicado",developerDescription:"A documenta\xE7\xE3o sobre personaliza\xE7\xE3o avan\xE7ada pode ser encontrada <1>aqui","edit border color":"Modificar a cor do rebordo",successSyncButNoChange:"A configura\xE7\xE3o atual \xE9 coerente com a nuvem",customTheme:"Cores e tamanhos personalizados","customThemeLabel.borderColor":"Cor da margem","customThemeLabel.borderRadius":"Arestas arredondadas","customThemeLabel.textColor":"cor do texto","customThemeLabel.backgroundColor":"cor de fundo","customThemeLabel.zoom":"Escala do tipo de letra (%)","customThemeLabel.opacity":"Opacidade do texto (%)",resetToDefaultColor:"Repor as cores predefinidas",resetToDefaultSettings:"Repor as predefini\xE7\xF5es",isTranslateTitle:"Ativar a tradu\xE7\xE3o dos t\xEDtulos das p\xE1ginas",isTranslateTitleDescription:"Quando aberto, o t\xEDtulo da p\xE1gina \xE9 traduzido",enableSearchEnhancement:"Permitir o melhoramento de mensagens bilingues",enableSearchEnhancementDescription:'Uma vez activada, os resultados da pesquisa do "Google News" ser\xE3o automaticamente apresentados na coluna direita dos s\xEDtios Web suportados (Google News, Pesquisa Google (algumas palavras-chave), Snowball, Oriental Fortune, Futura, Tiger Community) para as palavras-chave inglesas correspondentes.',verifyService:"Clique aqui para testar o servi\xE7o",verified:"Verificar o sucesso","field.langs":"C\xF3digos de idioma suportados","field.model":"modela\xE7\xE3o","field.translationEngine":"motor de tradu\xE7\xE3o","field.limitPerMinute":"M\xE1ximo de pedidos por minuto","field.limitPerSecond":"N\xFAmero m\xE1ximo de pedidos por segundo","field.maxTextLengthPerRequest":"Comprimento m\xE1ximo do texto por pedido","field.maxTextGroupLengthPerRequest":"N\xFAmero m\xE1ximo de par\xE1grafos por pedido","field.apiUrl":"Endere\xE7o da interface API personalizada","field.placeholderDelimiters":"marcador de posi\xE7\xE3o reservado","description.custom":"Acesso \xE0 interface personalizada Documenta\xE7\xE3o necess\xE1ria","description.limitPerMinute":"Os pedidos que excedem este limite entram numa fila de espera at\xE9 ao in\xEDcio do minuto seguinte. Devido \xE0s v\xE1rias limita\xE7\xF5es do servi\xE7o atual da OpenAI, clique <1>aqui para obter os valores sugeridos mais recentes","description.limitPerSecond":"Os pedidos que excedem este limite entram numa fila de espera at\xE9 ao in\xEDcio do segundo seguinte. Devido \xE0s v\xE1rias limita\xE7\xF5es do servi\xE7o atual da OpenAI, clique <1>aqui para obter os valores sugeridos mais recentes","description.generalLimitPerSecond":"Os pedidos que excedem este limite entram numa fila de espera at\xE9 ao in\xEDcio do segundo seguinte.","description.prompt":"Enviar a conversa para {service} como usu\xE1rio, onde {{text}} representa o conte\xFAdo do texto do par\xE1grafo, {{from}} representa a l\xEDngua do par\xE1grafo e {{to}} representa a l\xEDngua alvo.","description.maxTextLengthPerRequest":"O n\xFAmero m\xE1ximo de caracteres por pedido \xE9 demasiado grande para provocar uma resposta lenta da interface, pelo que deve tentar ajustar esta op\xE7\xE3o para otimizar a velocidade","description.systemPrompt":"Um di\xE1logo enviado ao OpenAI como um sistema, em que {{text}} indica o conte\xFAdo do texto do par\xE1grafo,{{from}} indica a l\xEDngua do par\xE1grafo e{{to}} indica a l\xEDngua de destino.","field.domain":"dom\xEDnio","description.domain":"A predefini\xE7\xE3o \xE9\uFF1Ageneral. S\xF3 pode ser definido se a tradu\xE7\xE3o de dom\xEDnios estiver activada na consola da API Arima, ver <1>aqui os dom\xEDnios suportados","field.scene":"tomar","description.scene":"A predefini\xE7\xE3o \xE9\uFF1Ageneral. S\xF3 pode ser definido se a consola da API AliCloud abrir o Machine Translation Pro, consulte <1>aqui os cen\xE1rios suportados","field.vocabId":"ID do dicion\xE1rio do utilizador","description.vocabId":"O dicion\xE1rio especificado out_id, atualmente suporta a tradu\xE7\xE3o de ingl\xEAs para chin\xEAs.","description.model":"Modelos OpenAI, podem ser gpt-3.5-turbo, gpt-4, etc.","description.maxTextGroupLengthPerRequest":"O n\xFAmero de par\xE1grafos enviados ao servi\xE7o de tradu\xE7\xE3o de cada vez; se houver demasiados par\xE1grafos, a interface poder\xE1 responder mais lentamente","description.apiUrl":"Por favor, adicione URLs espec\xEDficos com caminhos, <1>mais descri\xE7\xE3o",enabledExtension:"Ativa\xE7\xE3o de extens\xF5es",clickToDisableExtension:"Clique para desativar as extens\xF5es",clickToEnableExtension:"Clique para ativar as extens\xF5es",hasBeenDisabled:"desativado","show password":"Mostrar palavra-passe",customContent:"Introduzir um nome de modelo personalizado",inputOptions:"Melhoria da caixa de entrada",mouseHoverOptions:"passar o rato",modifyMouseHoverKey:"Modificar o atalho para passar o rato",enableInputTranslation:"Ativar ou n\xE3o o melhoramento da caixa de entrada",enableInputTranslationDescription:"Uma vez ativado, escreva {startingKey}{startingKey} hello diretamente na caixa de entrada e, em seguida, prima rapidamente{inputTrailingTriggerKeyRepeatTimes}vezes{trailingKey}para traduzir para {inputTargetLanguage}",enableInputTranslationDescriptionForNoneKey:"Uma vez ativado, escreva\uFF1AHello World diretamente na caixa de entrada e, em seguida, prima rapidamente{inputTrailingTriggerKeyRepeatTimes}{trailingKey}vezes para traduzir para o idioma de destino predefinido.",inputTargetLanguage:"Definir o idioma de destino predefinido para as caixas de entrada",inputTargetLanguageDescription:"L\xEDngua de destino predefinida para a tradu\xE7\xE3o da caixa de entrada, ou seja, {startingKey}{startingKey} como l\xEDngua predefinida para as palavras de acionamento",inputTargetLanguageDescriptionForNoneKey:"L\xEDngua de destino predefinida para a tradu\xE7\xE3o da caixa de entrada",inputStartingTriggerKeyTitle:"Definir o car\xE1cter de divis\xE3o para a tradu\xE7\xE3o parcial da caixa de entrada",inputStartingTriggerKeyDescription:"Quando n\xE3o \xE9 necess\xE1rio traduzir toda a caixa de entrada, o separador permite-lhe traduzir apenas a parte de {startingKey}{startingKey} at\xE9 ao fim da caixa de entrada, ou pode especificar o c\xF3digo da l\xEDngua, por exemplo,\uFF1A{startingKey}ja significa traduzir apenas a parte de {startingKey}ja at\xE9 ao fim da caixa de entrada.",inputStartingTriggerKeyDescriptionForNoneKey:"A defini\xE7\xE3o atual de sem prefixo n\xE3o \xE9 necess\xE1ria, e a fun\xE7\xE3o de tradu\xE7\xE3o de alguns textos na caixa de entrada n\xE3o pode ser utilizada por enquanto.",inputTrailingTriggerKeyTitle:"Selecionar um car\xE1cter de acionamento de fim de registo",inputTrailingTriggerKeyDescription:"3 hits r\xE1pidos{trailingKey} come\xE7ar\xE1 a traduzir!",inputTrailingTriggerKeyTimeout:"Introduzir o tempo entre os accionamentos de fim de combate",inputTrailingTriggerKeyTimeoutDescription:"Define o tempo (em milissegundos) entre os accionamentos da combina\xE7\xE3o de fim de entrada",spaceKey:"<\u7A7A\u683C\u952E>",noneKey:"Tradu\xE7\xE3o direta de toda a caixa de texto sem prefixos",inputTranslationBlockUrlsTitle:"N\xE3o ativar o melhoramento da caixa de entrada nos seguintes URLs",inputTranslationBlockUrlsDescription:"As melhorias na caixa de entrada n\xE3o funcionar\xE3o nos seguintes URLs",clickToSeeQuickDemo:"Clique para expandir o v\xEDdeo tutorial r\xE1pido de 30 segundos",inputHelperInfo:"Descri\xE7\xE3o\uFF1AOptimiz\xE1mos o facto de alguns caracteres desencadeadores se transformarem em sinais de pontua\xE7\xE3o chineses nos m\xE9todos de introdu\xE7\xE3o chineses, por exemplo, / transforma-se num sinal de dun , no m\xE9todo de introdu\xE7\xE3o Sogou, e o Immersive Translator suporta todos os s\xEDmbolos chineses correspondentes aos caracteres desencadeadores, ou seja, //,,,, ser\xE3o reconhecidos como caracteres desencadeadores.

Tamb\xE9m suportamos pseud\xF3nimos chineses para c\xF3digos de idioma como comandos, por exemplo, /Japanese Hello World ser\xE1 traduzido para japon\xEAs, <1>clique aqui para ver todos os c\xF3digos de idioma suportados.",reloadCurrentPage:"Por favor, actualize a p\xE1gina atual antes de iniciar a tradu\xE7\xE3o.",noLocalFilePermissionForPDF:"N\xE3o tem permiss\xE3o para ler ficheiros locais, por favor clique no bot\xE3o acima e depois importe os ficheiros locais.",noPermissionForThisPage:"\u26A0\uFE0F Sem permiss\xE3o para traduzir a p\xE1gina atual",retryAllParagraphs:"Repetir todas as passagens de erro",retryAllButton:"Repetir todas as passagens de erro",errorTooltipTitle:"Clique para ver a causa do erro",errorModalTitle:"Algo parece estar errado com o servi\xE7o de tradu\xE7\xE3o ou com a rede...",disableConfirm:"Defini\xE7\xE3o de melhoria da informa\xE7\xE3o bilingue",disableOnce:"Esta incapacidade",disableGlobal:"desativar permanentemente",disableTint:"* Pode voltar a activ\xE1-lo em {option} .",searchEnhancementNotes:"Depois de ativar a funcionalidade de Melhoria da informa\xE7\xE3o bilingue da tradu\xE7\xE3o imersiva, pesquisamos automaticamente as mesmas palavras-chave em ingl\xEAs nos s\xEDtios Web suportados (Google News, Pesquisa Google (algumas palavras-chave), Snowball, Oriental Wealth, Futura, Tiger) e apresentamo-las no lado direito. Pode optar por desactiv\xE1-la se n\xE3o necessitar desta funcionalidade.",option:"preparar",saveSettings:"Guardar defini\xE7\xF5es",closeModal:"Fechar a janela",enableInputTranslationWithoutTriggerKeyTitle:"Permitir 3 acessos r\xE1pidos em{trailingKey}para traduzir diretamente toda a caixa de entrada para{inputTargetLanguage}",enableInputTranslationWithoutTriggerKeyDescription:"Para especificar o idioma de destino, prefixe-o com o c\xF3digo do idioma, por exemplo,\uFF1Aja Hello World",mouseHoverShortcutPlaceholder:"Por exemplo,\uFF1AShift",deepLProName:"Membro Pro da Immersive Translation (Recomendado)",deepLProDescription:"O pacote atual pode ser utilizado diretamente",deeplProDescriptionForNormal:"N\xE3o \xE9 necess\xE1ria qualquer configura\xE7\xE3o, os membros podem utiliz\xE1-lo depois de iniciarem sess\xE3o, <1>clique aqui para atualizar para membro",deepLCustomDescription:"Necess\xE1rio cart\xE3o de cr\xE9dito estrangeiro, oficialmente aberto em <1>DeepL, clique para <2>documenta\xE7\xE3o",deepLCustomName:"Chave de autentica\xE7\xE3o personalizada",chooseProviderLabel:"Selecionar um fornecedor de servi\xE7os",openaiProName:"Membro Pro da Immersive Translation (Recomendado)",openaiProDescription:"O pacote atual pode ser utilizado diretamente",openaiProDescriptionForNormal:"N\xE3o \xE9 necess\xE1ria qualquer configura\xE7\xE3o, os membros podem utiliz\xE1-lo depois de iniciarem sess\xE3o, <1>clique aqui para atualizar para membro",openaiCustomDescription:"Dispon\xEDvel no OpenAI, Azure OpenAI ou noutros servi\xE7os de terceiros, <1>clique aqui para ver a documenta\xE7\xE3o",openaiCustomName:"Chave API personalizada",needLoginAction:"(ades\xE3o aberta ou personaliza\xE7\xE3o)",goLoginOrAction:"(Abrir uma inscri\xE7\xE3o ou ir \xE0s defini\xE7\xF5es)",yearly:"efetuar um pagamento anual consecutivo",quarterly:"embalagem sequencial",monthly:"assinatura mensal",yearlyForOnce:"Pacote anual \xFAnico",monthlyForOnce:"Pacote mensal \xFAnico",daily:"dias consecutivos de embalagem",year:"efetuar um pagamento anual consecutivo",quarter:"embalagem sequencial",month:"assinatura mensal",day:"dias consecutivos de embalagem",onetime_7day:"Pacote de experi\xEAncia de 7 dias",currentPlanDescriptionForFree:"Pacotes actuais\uFF1AFree",currentPlanDescriptionForContinuous:"O pacote atual\uFF1A{plan}ser\xE1 automaticamente renovado em {endAt}",currentPlanDescriptionForAutoRenewCaceling:"O pacote atual\uFF1A{plan}expira em {endAt} e n\xE3o ser\xE1 renovado automaticamente ap\xF3s a expira\xE7\xE3o.",currentYearlyPlanDescriptionForAutoRenewCacelingWithRealPaiedUser:"O pacote atual,\uFF1A{plan}, expira em {endAt} e n\xE3o ser\xE1 renovado automaticamente ap\xF3s a expira\xE7\xE3o.
<1>Clique aqui para gerir o seu plano de renova\xE7\xE3o",currentYearlyPlanDescriptionForAutoRenewCacelingWithAdmin:"O pacote atual,\uFF1A{plan}, expira em {endAt} e n\xE3o ser\xE1 renovado automaticamente ap\xF3s a expira\xE7\xE3o.
<1>Clique aqui para ativar a subscri\xE7\xE3o anual cont\xEDnua",currentPlanDescriptionForOneTime:"A subscri\xE7\xE3o atual\uFF1A{plan}expira em {endAt} . <1>Clique aqui para atualizar para uma subscri\xE7\xE3o <1>anual ou <2>mensal.",upgradePlan:"Clique aqui para atualizar para a subscri\xE7\xE3o Pro",upgradeToPro:"Atualizar para a subscri\xE7\xE3o Pro","popup.openPro":"Actualize para a subscri\xE7\xE3o Pro para desfrutar de DeepL e da tradu\xE7\xE3o OpenAI, clique aqui para atualizar!","popup.openProForPro":"\xC9 um membro Pro com acesso direto \xE0s tradu\xE7\xF5es de DeepL e OpenAI!",currentAccount:"conta corrente",enableAutoSyncUserSettings:"Permitir a sincroniza\xE7\xE3o autom\xE1tica na nuvem em v\xE1rios dispositivos",modalEnableInputTranslationTitle:"Tradu\xE7\xE3o imersiva Caixa de entrada Alertas de tradu\xE7\xE3o",modalEnableInputTranslationDesc:"Acaba de ativar a tradu\xE7\xE3o da caixa de entrada da Tradu\xE7\xE3o Imersiva, carregando na barra de espa\xE7os 3 vezes em sucess\xE3o r\xE1pida, e o conte\xFAdo da caixa de entrada ser\xE1 traduzido para a l\xEDngua de destino predefinida. A tradu\xE7\xE3o pode ser anulada com Ctrl+Z.

Se isto foi um erro, n\xE3o se preocupe, pode optar por desactiv\xE1-la desta vez ou desativar permanentemente a tradu\xE7\xE3o da caixa de entrada.",saveAndNotShowAgain:"Guardar e parar a solicita\xE7\xE3o",disableInputTranslationTips:"* Tamb\xE9m pode definir outros atalhos para serem accionados em {option} ,{learnMore}.",learnMore:"Clique aqui para saber mais",continueEnalbeInputTranslation:"Continuar a ativar a tradu\xE7\xE3o da caixa de entrada",autoRenewTrialSuffix:'(Durante o per\xEDodo experimental,passa imediatamente a membro efetivo)',upgradeFromTrialTitle:"Atualiza\xE7\xE3o para membro de pleno direito",subtitle:"legendagem de v\xEDdeo",youtubeService:"Tradu\xE7\xE3o por imers\xE3o Servi\xE7os de tradu\xE7\xE3o de legendagem de v\xEDdeo","subtitle.disabledSubtitle":"Desativar permanentemente a funcionalidade de legendas de v\xEDdeo","subtitle.disabledSubtitleDescription":"Se Immersive Translator's Video Subtitles entrar em conflito com outras extens\xF5es, pode optar por desativar permanentemente a funcionalidade Immersive Translator's Video Subtitles ou desinstalar outras extens\xF5es que entrem em conflito","subtitle.autoEnableSubtitle":"Utiliza\xE7\xE3o autom\xE1tica de legendas bilingues","subtitle.autoEnableSubtitleDescription":"Depois de ativado, quando o v\xEDdeo \xE9 reproduzido, as legendas bilingues s\xE3o exibidas automaticamente, caso contr\xE1rio, \xE9 necess\xE1rio clicar no bot\xE3o de tradu\xE7\xE3o para exibir.","subtitle.preTranslation":"Traduzir legendas utilizando a tradu\xE7\xE3o imersiva","subtitle.preTranslationDescription":"Quando activada, toda a legenda ser\xE1 pr\xE9-traduzida utilizando o servi\xE7o de tradu\xE7\xE3o especificado abaixo, e um v\xEDdeo de 1 hora consumir\xE1 cerca de 50.000 Tokens ou caracteres, pelo que deve ser utilizada \xE0 sua discri\xE7\xE3o; quando desactivada, ser\xE3o utilizadas primeiro as legendas originais.","subtitle.humanSubtitlesPreferred":"Utiliza\xE7\xE3o priorit\xE1ria de legendagem humana","subtitle.humanSubtitlesPreferredDescription":"Dar prioridade \xE0 utiliza\xE7\xE3o de legendas humanas quando o v\xEDdeo tiver legendas humanas na l\xEDngua de chegada (recomendado)",videoSubtitleTranslationDescription:"Atribuir um servi\xE7o de tradu\xE7\xE3o separado para as legendas de v\xEDdeo",subtitleTranslating:"Aguarde enquanto as legendas est\xE3o a ser traduzidas utilizando o servi\xE7o {service} ... (tradu\xE7\xE3o por imers\xE3o)",subtitleLoading:"A carregar as legendas...",bilingual:"bilinguismo","field.action":"Se deve ativar a terminologia Baidu","description.action":"Quando ativado, ser\xE1 adicionado um par\xE2metro action=1 ao pedido para informar o Baidu do termo ativado. <1>Consulte a documenta\xE7\xE3o oficial para obter mais informa\xE7\xF5es.",closeQuickTranslation:"Fechar Hoverball","closeQuickTranslation.untilNext":"Desta vez fechado at\xE9 \xE0 pr\xF3xima visita","closeQuickTranslation.currentWebsite":"S\xEDtio atual desativado","closeQuickTranslation.alwaysClose":"desativar permanentemente","closeQuickTranslation.settingOpen":"(pode ser ativado na <1>p\xE1gina de defini\xE7\xF5es )","closeQuickTranslation.cancel":"cancelamentos","closeQuickTranslation.confirm":"definir","floatBall.popup":"Abrir o painel Defini\xE7\xF5es r\xE1pidas","floatBall.translate":"Clique para traduzir a p\xE1gina","floatBall.showOriginal":"Clique para voltar ao artigo original","floatBall.close":"Fechar Hoverball","floatBallOptions.enableDescPc":"Depois de ativar o hoverball da p\xE1gina, ser\xE1 apresentado um bot\xE3o de tradu\xE7\xE3o r\xE1pida no lado direito da p\xE1gina, clique nele para traduzir!","floatBallOptions.enableDesc":"Depois de desligar a hoverball, esta pode ser recuperada com{touch}. Recomenda-se vivamente que marques esta p\xE1gina de defini\xE7\xF5es para o caso de n\xE3o conseguires encontrar a hoverball depois de teres desligado inadvertidamente esta op\xE7\xE3o!","description.azureApiUrl":"Preencher o endere\xE7o da interface API personalizada",confirmSupportMouse:"For\xE7ar a ativa\xE7\xE3o do suporte do rato",confirmSupportMouseDescription:"Detectado que o browser atual n\xE3o suporta a fun\xE7\xE3o de rato, \xE9 for\xE7ado a ativar o suporte de rato?",sampleTargetText:"A longa noite chegar\xE1, e eu vigiarei de hoje at\xE9 \xE0 minha morte. N\xE3o tomarei nenhuma esposa, n\xE3o farei nenhum feudo, n\xE3o terei filhos. N\xE3o usarei uma coroa, n\xE3o lutarei por honra. Cumprirei o meu dever, viverei e morrerei.",sampleSourceText:"Night gathers, and now my watch begins. It shall not end until my death. I shall take no wife, hold no lands, father no children. I shall wear no crowns and win no glory. I shall live and die at my post.","desc.touchShortcutsToggleTranslatePageOnlyTranslation":"Apenas a tradu\xE7\xE3o significa que apenas o texto traduzido ser\xE1 exibido, se a p\xE1gina ainda n\xE3o foi traduzida, o modo ser\xE1 alterado e traduzido.","desc.toggleOnlyTransation":"O modo de tradu\xE7\xE3o apenas se refere a mostrar apenas a tradu\xE7\xE3o, se a p\xE1gina ainda n\xE3o foi traduzida, o modo ser\xE1 alterado e traduzido.",touchShortcutsToggleTranslatePageOnlyTranslation:"Configurar gestos de toque na tela para alternar entre o modo bil\xEDngue / apenas tradu\xE7\xE3o",download_started:"O download j\xE1 come\xE7ou, se n\xE3o come\xE7ou automaticamente, por favor clique manualmente.",here:"aqui","translationFont.customPlaceholder":"tipo de letra",batchEdit:"Opera\xE7\xE3o em massa","error.goReset":"ir redefinir","error.configError":"Dados de configura\xE7\xE3o anormais","translationServices.inherit":"Siga o servi\xE7o de tradu\xE7\xE3o principal",detectServiceLoading:"Detectando servi\xE7os de tradu\xE7\xE3o dispon\xEDveis...","translationModeLang.translation.title":"Apenas o modo de tradu\xE7\xE3o de idioma","translationFont.custom":"Insira a fonte personalizada","error.serveConfigError":"Erro de configura\xE7\xE3o do servi\xE7o",toggleToService:"Mude para {service} e tente novamente","touch.mouse-translate":"Traduzir o par\xE1grafo especificado","translationModeUrl.translation.title":"Modo de apenas tradu\xE7\xE3o do URL","error.proTokenInvalid":"Se voc\xEA \xE9 um usu\xE1rio Pro, fa\xE7a login antes de usar o servi\xE7o de tradu\xE7\xE3o Pro.",enableSentryReport:"Quando ocorre um erro de extens\xE3o, use o Sentry para enviar feedback.",translationFont:"Definir fonte",videoSubtitlePreTranslationOn:"As legendas de v\xEDdeo usar\xE3o tradu\xE7\xE3o imersiva como prioridade.","error.reloadPageOfSetting":"Ap\xF3s a configura\xE7\xE3o, atualize a p\xE1gina para traduzir novamente.","translationModeLang.translation.description":"Quando a l\xEDngua da p\xE1gina \xE9 uma das seguintes, o modo de tradu\xE7\xE3o apenas ser\xE1 usado automaticamente.","error.502":"O servi\xE7o retornou um erro, o servi\xE7o est\xE1 fora do tempo, por favor tente novamente mais tarde.","error.googleLimitIp":"O servi\xE7o retorna um erro, o servi\xE7o Google j\xE1 limitou este endere\xE7o IP, \xE9 recomendado que voc\xEA mude o n\xF3 da rede.","error.403":"O servi\xE7o retorna um erro, temporariamente sem permiss\xE3o para acessar esse servi\xE7o.","error.400":"O servi\xE7o retorna um erro, o par\xE2metro de solicita\xE7\xE3o est\xE1 errado, por favor, verifique a configura\xE7\xE3o correspondente.","error.proUpgrade":"Ap\xF3s a atualiza\xE7\xE3o, atualize a p\xE1gina e traduza novamente.",videoSubtitlePreTranslationOff:"As legendas do v\xEDdeo dar\xE3o prioridade \xE0s legendas traduzidas automaticamente inclu\xEDdas no v\xEDdeo original.","error.429":"O servi\xE7o retornou um erro, indicando que a solicita\xE7\xE3o \xE9 muito frequente ou excede o limite, tente novamente mais tarde.","error.gemini.429":"O servi\xE7o Gemini atual atingiu sua capacidade m\xE1xima, por favor, tente novamente mais tarde ou mude para outro servi\xE7o de tradu\xE7\xE3o.","error.openAIExceededQuota":"O servi\xE7o retorna um erro: o saldo da sua conta OpenAI atual \xE9 insuficiente, por favor recarregue ou vincule um cart\xE3o de cr\xE9dito no back-end oficial da OpenAI.","translationFont.notSupportErrorMessage":"Por favor, verifique se o nome da fonte que voc\xEA inseriu est\xE1 correto, ou confirme se essa fonte j\xE1 est\xE1 instalada em seu dispositivo.","translationModeUrl.translation.description":"Quando o site \xE9 para os seguintes dom\xEDnios, o modo de apenas tradu\xE7\xE3o \xE9 usado automaticamente.","desc.toggleVideoSubtitlePreTranslation":"Ao pressionar, as legendas em dois idiomas do v\xEDdeo usar\xE3o preferencialmente as configura\xE7\xF5es de tradu\xE7\xE3o imersiva, ao pressionar novamente, as legendas autom\xE1ticas do v\xEDdeo original ser\xE3o priorizadas. Aten\xE7\xE3o: este atalho modifica as configura\xE7\xF5es globais.","error.openAIFreeLimit":"O servi\xE7o retorna um erro, a frequ\xEAncia atual de solicita\xE7\xF5es de tradu\xE7\xE3o atingiu o limite m\xE1ximo de 3 vezes por minuto, tente novamente mais tarde. (Esta \xE9 a restri\xE7\xE3o oficial da OpenAI para a chave API gratuita, para remover essa restri\xE7\xE3o, vincule um cart\xE3o de cr\xE9dito no backend da OpenAI.)","error.serveUnavailable":"O servi\xE7o [{serverName}] que voc\xEA est\xE1 usando atualmente n\xE3o pode ser acessado temporariamente devido a problemas de conex\xE3o de rede ou do provedor de servi\xE7os. Sugerimos que voc\xEA tente atualizar a p\xE1gina ou alterar para outro servi\xE7o de tradu\xE7\xE3o atrav\xE9s das <1>configura\xE7\xF5es. Se voc\xEA \xE9 um membro <2>Pro, pode optar por usar os servi\xE7os de tradu\xE7\xE3o mais est\xE1veis da DeepL ou OpenAI (<3>clique aqui para experimentar gratuitamente). Al\xE9m disso, voc\xEA pode precisar verificar suas configura\xE7\xF5es de rede ou proxy.","tagsInput.add":"+ Adicionar","floatBall.iKnow":"Eu sei.",pickAll:"Selecionar tudo",goLogin:"V\xE1 fazer login",notLogin:"N\xE3o conectado","error.retry":"Tentar novamente",shortcutSettingsTitle:"Configura\xE7\xF5es de atalho","error.reason":"Raz\xE3o do erro","subtitle.hideQuickButton":"N\xE3o mostrar mais este atalho",errorReason:"Raz\xE3o do erro: {message}","widget.instruction":"Instru\xE7\xF5es de uso","multipleClick.2":"Clique duplo","multipleClick.3":"Tr\xEDplice golpe","widget.translateFile":"PDF/ePub","floatBallOptions.fixedPositionLeft":"lado esquerdo","floatBallOptions.fixedPosition":"Posi\xE7\xE3o fixa",buildSnapshots:"Gerar instant\xE2neo da p\xE1gina da web","intro.floatBallTitle":"Bola flutuante de tradu\xE7\xE3o r\xE1pida",neverTranslateThisSite:"Nunca traduza este site",mouseHoverCustomKeyTitle:"Personalizar atalhos de mouse hover","subtitle.autoDisableSubtitle":"N\xE3o ative automaticamente as legendas bilingues","browser.translateWithGoogle":"Usar o Google Tradutor temporariamente para a p\xE1gina atual","error.subscriptionExpiredTitle":"A associa\xE7\xE3o expirou","floatBallOptions.fixedPositionRight":"lado direito",loggedIn:"Conectado","subtitle.bilingual":"Legendas bil\xEDngues","slide.right":"Deslize para a esquerda",networkError:"O servi\xE7o de tradu\xE7\xE3o ou a rede est\xE1 com problemas",contact:"Entre em contato conosco","intro.subtitleTitle":"Exibi\xE7\xE3o de legendas bilingues em v\xEDdeos online","browser.translateWithTransmart":"Usar temporariamente o Tencent para traduzir a p\xE1gina atual",alwaysTranslateThisSite:"Sempre traduza este site",temprarilyChangeTranslationTo_gemini:"Est\xE1 a usar o Gemini para traduzir a p\xE1gina atual","multipleClick.4":"Qu\xE1druplo golpe","intro.hoverTitle":"Passe o mouse para traduzir o par\xE1grafo atual",temprarilyChangeTranslationTo_google:"Est\xE1 a usar o Google Tradutor para traduzir a p\xE1gina atual","shortcutGroup.touch":"Gestos espec\xEDficos para tela sens\xEDvel ao toque",notLoginPro:"Ainda n\xE3o iniciou sess\xE3o na sua conta de membro.",paragraphMinTextCountField:"N\xFAmero m\xEDnimo de caracteres necess\xE1rios para traduzir um par\xE1grafo",temprarilyChangeTranslationTo_openai:"Est\xE1 a usar o OpenAI para traduzir a p\xE1gina atual",translationOnlyMode:"Apenas modo de tradu\xE7\xE3o",viewWithImmersiveTranslate:"Vers\xE3o bil\xEDngue (tradu\xE7\xE3o imersiva)","translationServices.gemini":"G\xEAmeos","browser.toggleMouseHoverTranslateDirectly":"Ativar ou desativar temporariamente a tradu\xE7\xE3o direta do mouse hover na p\xE1gina",shortcutSettings:"Atalho","browser.translateWithOpenAI":"Usar temporariamente o OpenAI para traduzir a p\xE1gina atual",touchShortcutsToggleTranslateTouchElement:"Configurar gestos de toque na tela para traduzir par\xE1grafos espec\xEDficos","widget.instructionTooltip":"Consulte as instru\xE7\xF5es de uso","shortcutGroup.mouse":"Configura\xE7\xE3o de atalhos de teclado para hover do mouse",temprarilyChangeTranslationTo_deepl:"Est\xE1 a usar o DeepL para traduzir a p\xE1gina atual.","floatBall.longPress":"Pressione e segure para abrir rapidamente o painel de configura\xE7\xF5es.","widget.videoSubtitle":"legendas de v\xEDdeo",upgradeToProErrorTitle:"Por favor, atualize para o membro Pro antes de usar este servi\xE7o de tradu\xE7\xE3o.","floatBallOptions.fixedPositionDesc":"A bola flutuante est\xE1 \xE0 esquerda ou \xE0 direita da janela?","shortcutGroup.shortcutsForTranslationServices":"Servi\xE7os de tradu\xE7\xE3o atalhos relacionados",temprarilyChangeTranslationTo_transmart:"Est\xE1 a usar o Tencent para traduzir a p\xE1gina atual.",touchShortcutsOff:"fechar","browser.translateWithBing":"Usar temporariamente o Microsoft Translate para traduzir a p\xE1gina atual","browser.toggleVideoSubtitlePreTranslation":"Alternar legendas bil\xEDngues prefere usar configura\xE7\xF5es de tradu\xE7\xE3o imersiva","proQuotaExceededError.resetTime":"3. Tempo de redefini\xE7\xE3o do limite: {resetTime}","widget.videoSubtitleTooltip":"Suporta Youtube e outros {count}+ sites de v\xEDdeo","desc.touchShortcutsToggleTranslateTouchElement":"Personalize um gesto e voc\xEA poder\xE1 traduzir qualquer par\xE1grafo em que estiver.","subtitle.showQuickButton":"No leitor, exibir legendas em dois idiomas \xE9 um atalho","shortcutGroup.others":"Mais atalhos de fun\xE7\xF5es personalizadas",touchShortcutsToggleTranslationMask:"Configurar gestos de toque na tela para mostrar a m\xE1scara de tradu\xE7\xE3o / mostrar o texto original",temprarilyChangeTranslationTo_bing:"Est\xE1 a usar o Microsoft Translator para traduzir a p\xE1gina atual.","browser.translateWithGemini":"Use temporariamente o Gemini para traduzir a p\xE1gina atual","error.subscriptionExpired":"A sua associa\xE7\xE3o pode ter expirado, por favor verifique o estado da sua associa\xE7\xE3o.","browser.translateInputBox":"Traduzir o conte\xFAdo da caixa de entrada atual",touchShortcutsToggleTranslatePage:"Defina gestos de toque na tela para traduzir p\xE1ginas da web / mostrar o texto original","widget.translateFileTooltip":"Traduzir documentos PDF, EPUB, SRT, ASS, HTML e TXT","description.baiduField":"Os campos suportados s\xE3o vistos <1>aqui, se estiver vazio, significa que nenhum campo \xE9 especificado.","browser.translateWithDeepL":"Use temporariamente o DeepL para traduzir a p\xE1gina atual","desc.interfaceLanguage":"A configura\xE7\xE3o do idioma da interface afeta o idioma de exibi\xE7\xE3o do painel de controle e n\xE3o est\xE1 relacionada ao idioma de destino da tradu\xE7\xE3o.","neverTranslateText.title":`Por favor, traduza diretamente para o portugu\xEAs (evite explicar o texto original): + {env.imt_trans_field}: \uBC88\uC5ED\uBB38`,"subtitle.quickButton.setting":"\uC124\uC815","subtitle.quickButton.translationPosition":"\uBC88\uC5ED \uC704\uCE58","subtitle.quickButton.black":"\uAC80\uC740\uC0C9","translationServices.claude":"\uD074\uB85C\uB4DC","subtitle.quickButton.translationPositionTop":"\uC6D0\uBB38 \uC704\uC5D0","subtitle.quickButton.backgroundColor":"\uBC30\uACBD\uC0C9","subtitle.quickButton.translationPositionBottom":"\uC6D0\uBB38 \uC544\uB798\uC5D0","subtitle.quickButton.yellow":"\uB178\uB780\uC0C9","subtitle.quickButton.white":"\uD558\uC580\uC0C9","subtitle.quickButton.translationTextColor":"\uBC88\uC5ED \uAE00\uAF34 \uC0C9\uC0C1","subtitle.quickButton.red":"\uBE68\uAC04\uC0C9","subtitle.quickButton.sourceTextColor":"\uC6D0\uB798 \uAE00\uAF34 \uC0C9\uC0C1","subtitle.quickButton.green":"\uB179\uC0C9","subtitle.quickButton.cyan":"\uCCAD\uC0C9","subtitle.quickButton.magenta":"\uB9C8\uC820\uD0C0\uC0C9","subtitle.quickButton.backgroundOpacity":"\uBC30\uACBD \uBD88\uD22C\uBA85\uB3C4","subtitle.quickButton.translationFontSize":"\uBC88\uC5ED \uAE00\uC790 \uD06C\uAE30","subtitle.quickButton.sourceFontSize":"\uC6D0\uB798 \uAE00\uAF34 \uD06C\uAE30","subtitle.quickButton.blue":"\uD30C\uB780\uC0C9",attachSubtitleTranslating:"{service}\uB97C \uC0AC\uC6A9\uD558\uC5EC \uBC88\uC5ED \uC911...","error.claude.403":"\uC11C\uBE44\uC2A4\uC5D0 \uC561\uC138\uC2A4 \uD560 \uAD8C\uD55C\uC774 \uC5C6\uC2B5\uB2C8\uB2E4. \uC774\uB294 Claude\uC758 \uC9C0\uC5ED \uC81C\uD55C\uACFC \uAD00\uB828\uC774 \uC788\uC744 \uC218 \uC788\uC2B5\uB2C8\uB2E4. IP \uC8FC\uC18C\uB97C \uBCC0\uACBD\uD558\uAC70\uB098 \uB2E4\uB978 \uBC88\uC5ED \uC11C\uBE44\uC2A4\uB97C \uC0AC\uC6A9\uD574 \uBCF4\uC2ED\uC2DC\uC624.","browser.brandDescriptionForSafari":"\u3010\uBAB0\uC785\uD615 \uBC88\uC5ED\u3011\uBB34\uB8CC\uC758 (\uC6D0\uBB38/\uBC88\uC5ED\uBB38) \uC774\uC911 \uC5B8\uC5B4 \uB300\uC870 \uC6F9 \uD398\uC774\uC9C0 \uBC88\uC5ED \uD50C\uB7EC\uADF8\uC778\uC73C\uB85C, PDF \uBC88\uC5ED \uBC0F EPUB \uC804\uC790\uCC45 \uBC88\uC5ED\uC744 \uC9C0\uC6D0\uD558\uBA70 \uC6D0\uBB38\uC758 \uBB38\uC11C \uBC30\uCE58\uB97C \uC720\uC9C0\uD569\uB2C8\uB2E4. Youtube/Netflix \uB4F1\uC758 \uC628\uB77C\uC778 \uBE44\uB514\uC624 \uC774\uC911 \uC5B8\uC5B4 \uC790\uB9C9 \uBC88\uC5ED\uC744 \uC9C0\uC6D0\uD558\uBA70, Deepl/Google \uB4F1 \uC8FC\uC694 \uBC88\uC5ED \uC11C\uBE44\uC2A4\uB97C \uC9C0\uC6D0\uD569\uB2C8\uB2E4.","browser.PdfProFile":"AI\uAC00 \uAD6C\uB3D9\uD558\uB294 PDF Pro \uBC88\uC5ED","browser.textTranslate":"\uBB38\uC11C \uBC88\uC5ED"};var Ms={nologin:"n\xE3o conectado",loginForSafari:"Iniciar sess\xE3o ou registar-se",login:"Iniciar sess\xE3o para abrir uma inscri\xE7\xE3o",manageAccount:"Contas geridas",openPremium:"Associa\xE7\xE3o aberta",logout:"abortar",curentPlan:"Pacotes actuais",endAt:"expira\xE7\xE3o",endAuto:"renova\xE7\xE3o autom\xE1tica",lineBreakMaxTextCount:"N\xFAmero m\xE1ximo de caracteres permitidos por frase ap\xF3s as mudan\xE7as de linha","translate-pdf":"Clique para traduzir o PDF","noSupportTranslate-pdf":"Script n\xE3o suportado, utilize o plugin","translate-firefox-local-pdf":"Clique para ir para Importar PDF",enableLineBreak:"Ativar o avan\xE7o autom\xE1tico de linha para par\xE1grafos longos",sponsorLabel:"$1 Desenvolvedores patrocinados",help:"m\xE3o",browserShortcutsNoteForFirefox:"Para alterar os atalhos no Firefox, \xE9 necess\xE1rio abrir a p\xE1gina de gest\xE3o de extens\xF5es `about:addons`, clicar em `Settings` e, em seguida, clicar em `Manage Shortcuts` para definir os atalhos.",browserShortcutsNoteForChrome:"Para modificar os atalhos no Chrome, tem de abrir a p\xE1gina de gest\xE3o de extens\xF5es, defini-los no painel `Gerir atalhos` (`chrome://extensions/shortcuts`) e clicar no bot\xE3o abaixo para saltar para a p\xE1gina de gest\xE3o de atalhos.",browserShortcutsSucks:"Os atalhos personalizados s\xE3o formatados como (sem reconhecimento autom\xE1tico, introduza diretamente)\uFF1A",enableLineBreakDescription:"Quando activada, as quebras de linha ser\xE3o inseridas no final de cada frase em par\xE1grafos longos para facilitar a leitura","browser.shortBrandName":"Tradu\xE7\xE3o por imers\xE3o","browser.brandName":"Tradu\xE7\xE3o por imers\xE3o: Tradu\xE7\xE3o bilingue de p\xE1ginas Web e de documentos PDF","browser.brandDescription":"Bilingual web page translation, also supports PDF translation, bilingual Epub eBook translation, free to use.","browser.toggleTranslatePage":"Traduzir a p\xE1gina/apresentar o texto original","browser.toggleTranslateTheWholePage":"Traduzir todas as \xE1reas da p\xE1gina/apresentar o texto original","browser.toggleOnlyTransation":"Alternar entre o modo bil\xEDngue / apenas tradu\xE7\xE3o","browser.toggleTranslateToThePageEndImmediately":"Tradu\xE7\xE3o imediata para o fim da p\xE1gina/visualiza\xE7\xE3o do texto original","browser.toggleTranslateTheMainPage":"Traduzir a \xE1rea principal da p\xE1gina/apresentar o texto original","browser.shareToDraft":"Partilhar p\xE1ginas bilingues","browser.openOptionsPage":"Abrir a p\xE1gina de defini\xE7\xF5es","browser.toggleTranslationMask":"Mostrar/ocultar o efeito de desfocagem da tradu\xE7\xE3o","browser.translateLocalPdfFile":"Traduzir ficheiros PDF locais","browser.openEbookViewer":"Ler livros electr\xF3nicos locais","browser.openEbookBuilder":"Criar livros electr\xF3nicos EPUB bilingues","browser.translateLocalHtmlFile":"Traduzir ficheiros HTML/txt","browser.donateContext":"Saiba mais sobre as vantagens do patroc\xEDnio","browser.translateLocalSubtitleFile":"Traduzir ficheiros de legendas locais",confirmResetConfig:"Tem a certeza de que pretende repor as defini\xE7\xF5es?",translationLineBreakSettingTitle:"Defini\xE7\xE3o do avan\xE7o de linha de tradu\xE7\xE3o",smartLineBreak:"alimenta\xE7\xE3o de linha inteligente (computa\xE7\xE3o)",alwaysLineBreak:"Sempre alimenta\xE7\xE3o de linha",isShowContextMenu:"Adicionar p\xE1ginas traduzidas aos itens de menu do bot\xE3o direito do rato",toggleBeta:"Ativa\xE7\xE3o de funcionalidades de teste beta",betaDescription:"Ativar funcionalidades que ainda s\xE3o experimentais, bem como um servi\xE7o de tradu\xE7\xE3o em vers\xE3o beta. Junte-se ao <1>grupo do Telegram para saber mais.",translationLineBreakSettingDescription:"Os feeds de linha s\xE3o sempre limpos e organizados para p\xE1ginas com menos conte\xFAdo. (Utilize quebras de linha inteligentes em par\xE1grafos longos e com muito conte\xFAdo (mais de{count}caracteres) para poupar espa\xE7o).",tempTranslateDomainTitle:"Dura\xE7\xE3o da ativa\xE7\xE3o tempor\xE1ria da tradu\xE7\xE3o do s\xEDtio Web",tempTranslateDomainDescription:"Quando traduzir manualmente uma p\xE1gina Web, active temporariamente o s\xEDtio Web para tradu\xE7\xE3o autom\xE1tica e pode definir a dura\xE7\xE3o tempor\xE1ria.",xMinutes:"{count} minutos",disabled:"proibir a utiliza\xE7\xE3o de algo",changelog:"Registo de atualiza\xE7\xE3o",toggleTranslatePageWhenThreeFingersOnTheScreen:"O toque simult\xE2neo de v\xE1rios dedos no ecr\xE3 traduz p\xE1ginas Web/apresenta o texto original",toggleTranslationMaskWhenThreeFingersOnTheScreen:"O toque de v\xE1rios dedos mostra/oculta o efeito de desfocagem.",fingerCountToToggleTranslagePageOnlyTranslationWhenTouching:"O toque simult\xE2neo de v\xE1rios dedos no ecr\xE3 traduz a p\xE1gina Web (apenas tradu\xE7\xE3o)/apresenta o texto original.",addUrlDescription:"Pode ser um nome de dom\xEDnio e tamb\xE9m suporta wildcards, por exemplo,\uFF1A*.google.com, google.com/mail/*, https://www.google.com/*",general:"Defini\xE7\xF5es b\xE1sicas",clickToExpandConfig:"Expandir a configura\xE7\xE3o atual",import:"Importar de um ficheiro",export:"Exportar para ficheiro",toggleDebug:"Imprimir o registo de depura\xE7\xE3o na consola","fingers.0":"coagula\xE7\xE3o","fingers.2":"toque com dois dedos","fingers.3":"toque com tr\xEAs dedos","fingers.4":"toque com quatro dedos","fingers.5":"toque com cinco dedos",mouseHoldKey:"+ {key} traduzir/restaurar o par\xE1grafo",mouseHoldKeyAuto:"Tradu\xE7\xE3o direta do par\xE1grafo",mouseHoldKeyOff:"N\xE3o fa\xE7as nada.",mouseHoldKeyOther:"Atalhos personalizados (abrir defini\xE7\xF5es)",mouseHoldKeyCustomKey:"{key} Tradu\xE7\xE3o/redu\xE7\xE3o do par\xE1grafo",mouseHoverHoldKey:"Passar o rato enquanto se premem as teclas de atalho para traduzir par\xE1grafos","mouse-translate":"passar o rato",document:"ficheiro (inform\xE1tico)",resetSuccess:"Repor todas as defini\xE7\xF5es com \xEAxito",resetThisSuccess:"Reinicializa\xE7\xE3o bem-sucedida",saved:"Guardar com sucesso",successImportConfig:"Configura\xE7\xE3o importada com sucesso",goAdvancedSettings:"Aceder \xE0 p\xE1gina Defini\xE7\xF5es avan\xE7adas",goAdvancedInterfaceSettings:"Aceder \xE0 p\xE1gina Defini\xE7\xF5es de personaliza\xE7\xE3o avan\xE7adas",advanced:"Defini\xE7\xF5es avan\xE7adas",advancedDescription:"Geralmente n\xE3o s\xE3o necess\xE1rias defini\xE7\xF5es, basta deix\xE1-la como predefinida. Apenas para utilizadores mais especializados, est\xE3o dispon\xEDveis defini\xE7\xF5es mais personalizadas.",developer:"Defini\xE7\xF5es do programador",donateCafe:"pre\xE7os","translate to the bottom of the page":"\xC9 traduzido para o fundo da p\xE1gina imediatamente ap\xF3s entrar na p\xE1gina?",feedback:"Feedback sobre os problemas",toggleTranslatePage:"Traduzir a p\xE1gina/apresentar o texto original",translateToThePageEndImmediatelyDescription:"Se a ativar, o conte\xFAdo ser\xE1 imediatamente traduzido da parte superior para a parte inferior da p\xE1gina \xE0 medida que a introduz. Se a desativar, a tradu\xE7\xE3o \xE9 feita \xE0 medida que l\xEA. (N\xE3o recomendado)","translate all areas of the page":"Se pretende traduzir todas as \xE1reas da p\xE1gina",translationAreaDescription:"Ligado, todas as \xE1reas de toda a p\xE1gina Web s\xE3o traduzidas. Se estiver desativado, utiliza o reconhecimento inteligente predefinido e traduz apenas as \xE1reas principais. (N\xE3o se recomenda que seja ativado)","the number of characters to be translated first":"Traduzir diretamente os primeiros caracteres da p\xE1gina sem ter de se deslocar para a \xE1rea de visualiza\xE7\xE3o","interface language":"linguagem de interface","display both the original text and the translation":"Visualiza\xE7\xE3o simult\xE2nea do original e da tradu\xE7\xE3o","keyboard shortcuts":"Atalhos de teclado",modify:"Modificar teclas de atalho",reset:"reprovis\xE3o",close:"coagula\xE7\xE3o",homepage:"p\xE1gina inicial",more:"mais",moreOptions:"Expandir mais op\xE7\xF5es de personaliza\xE7\xE3o",translateTheWholePage:"Traduzir todas as \xE1reas da p\xE1gina (em vez de reconhecer inteligentemente as \xE1reas principais)",changeToTranslateTheWholePage:"Mudar para traduzir todas as regi\xF5es",changeToTranslateTheMainPage:"Mudar para Traduzir \xC1rea Principal",changeToOnlyTranslationMode:"Alternar para apresentar apenas tradu\xE7\xF5es",changeToDualTranslationMode:"Mudar para tradu\xE7\xE3o bilingue",translateToThePageEndImmediately:"Tradu\xE7\xE3o imediata para o fim da p\xE1gina",translateTheMainPage:"Regi\xF5es-chave da tradu\xE7\xE3o inteligente","The local rules are up to date":"As regras de adapta\xE7\xE3o local est\xE3o actualizadas.","Successfully synchronized with the latest official rules:":"Sincroniza\xE7\xE3o bem sucedida com as \xFAltimas regras oficiais de adapta\xE7\xE3o.","Checking for updates":"Verifica\xE7\xE3o de actualiza\xE7\xF5es","Rules are being synchronized":"Regras de adapta\xE7\xE3o sincronizadas",localVersionIsTooOld:"A vers\xE3o da extens\xE3o local \xE9 demasiado antiga. Actualize a extens\xE3o para {minVersion} ou mais recente antes de tentar sincronizar.",badUserscriptBrowser:"O navegador atual n\xE3o implementa corretamente a interface da extens\xE3o Grease Monkey (por exemplo, para obter informa\xE7\xF5es sobre o n\xFAmero da vers\xE3o do pr\xF3prio script Grease Monkey), utilize outros navegadores que <1>suportem a extens\xE3o Grease Monkey, como o Firefox.",foundNewVersion:"Descubra a nova vers\xE3o",theLocalExtensionIsUpToUpdate:"A extens\xE3o atual est\xE1 actualizada.",failToSyncRules:"N\xE3o sincroniza\xE7\xE3o das regras de adapta\xE7\xE3o mais recentes",retry:"Clique aqui para tentar novamente",failedReason:"Raz\xF5es do insucesso",currentRuleVersion:"Vers\xE3o atual da regra",calculating:"c\xE1lculos",unknownError:"erro desconhecido",canNotFetchRemoteRule:"N\xE3o \xE9 poss\xEDvel obter regras remotas",enableAlphaSuccess:"Alfa ativado",disableAlphaSuccess:"A fun\xE7\xE3o alfa foi desactivada",cacheSize:"Tamanho da cache\uFF1A",cleaning:"em processo de liquida\xE7\xE3o",cleanCache:"limpar a cache",options:"preparar",about:"em rela\xE7\xE3o a",service:"servi\xE7o de interpreta\xE7\xE3o",needAction:"(Ir para Defini\xE7\xF5es)",goSettings:"v\xE1 em frente e configure",needActionForOptions:"(a definir)",translationEngine:"Op\xE7\xF5es de motor",sourceLanguage:"L\xEDngua original",target:"l\xEDngua-alvo",popupSourceLanguage:"L\xEDngua original",popupTarget:"l\xEDngua-alvo",popupService:"servi\xE7o de interpreta\xE7\xE3o",forThisSite:"S\xEDtio Web atual",autoEnableSubtitle:"Abertura autom\xE1tica de legendas bilingues",alwaysTranslate:"Traduzir sempre",neverTranslate:"Nunca traduzir",alwaysTranslateSomeLanguage:"Traduzir sempre {language}",neverTranslateSomeLanguage:"Nunca traduzir {language}",alwaysTranslateSomeSite:"Traduzir sempre {hostname}",neverTranslateSomeSite:"Nunca traduzir {hostname}",alwaysTranslateSomeSiteOrWildSite:"Traduzir sempre o s\xEDtio",alwaysTranslateSomePage:"Traduzir sempre a p\xE1gina",add:"aumentar",default:"predefini\xE7\xE3o (defini\xE7\xE3o)",forThisLanguage:"Para esta l\xEDngua\uFF1A","add url":"Introduzir URL",edit:"compilador","translate other languages into specific language":"Traduzir outras l\xEDnguas para a sua l\xEDngua definida","select translation service":"Selecionar um servi\xE7o de tradu\xE7\xE3o",language:"multilinguismo","show-original":"Mostrar texto original",translate:"renderiza\xE7\xE3o",Translated:"traduzido",Translating:"na tradu\xE7\xE3o",Error:"incorreto",allowCacheTranslations:"Ativar o caching de tradu\xE7\xE3o local (para reduzir os pedidos de tradu\xE7\xE3o de passagens duplicadas)","translation display":"Estilo de apresenta\xE7\xE3o da tradu\xE7\xE3o","select diplay style":"Distinguir os estilos de tradu\xE7\xE3o, com refer\xEAncia espec\xEDfica aos seguintes exemplos",interface:"Defini\xE7\xF5es de interface",import_export:"Importa\xE7\xE3o/Exporta\xE7\xE3o",import_export_title:"Configura\xE7\xE3o de importa\xE7\xE3o/exporta\xE7\xE3o",syncToGoogleDrive:"Sincronizar com o Google Drive agora",floatBallOptions:"Defini\xE7\xF5es do Hoverball","floatBallOptions.enable":"Ativar Hoverball","floatBallOptions.blockUrls":"Desativar o s\xEDtio Web","floatBallOptions.add":"aumentar","floatBallOptions.blockUrlDesc":"As Hoverballs n\xE3o s\xE3o apresentadas quando s\xE3o encontrados os seguintes s\xEDtios Web","floatBallOptions.clickType":"comportamento de clique","floatBallOptions.clickTypeDesc":"Comportamento do \xEDcone da bola flutuante quando clicado","floatBallOptions.clickPopup":"Mostrar painel de tradu\xE7\xE3o","floatBallOptions.clickTranslate":"Tradu\xE7\xE3o/apresenta\xE7\xE3o do texto original",previewAllThemes:"Pr\xE9-visualizar todos os estilos","translationTheme.none":"n\xE3o ter","translationTheme.grey":"cinzento escuro","translationTheme.dashed":"sublinhado pontilhado","translationTheme.dotted":"sublinhado pontilhado","translationTheme.dashedBorder":"borda pontilhada","translationTheme.solidBorder":"fronteira s\xF3lida","translationTheme.underline":"Sublinhar linhas rectas","translationTheme.mask":"Efeitos difusos (modos de aprendizagem)","translationTheme.opacity":"efeito de transpar\xEAncia","translationTheme.paper":"Efeito de sombra de papel branco","translationTheme.dividingLine":"linha divis\xF3ria","translationTheme.highlight":"alta luminosidade","translationTheme.marker":"marcador (palavra emprestada)","translationTheme.marker2":"Marcador 2","translationTheme.blockquote":"Estilos de refer\xEAncia","translationTheme.weakening":"enfraquecimento","translationTheme.italic":"tipo de letra inclinado","translationTheme.bold":"engrossar","translationTheme.thinDashed":"linha fina pontilhada sublinhada","translationTheme.nativeDashed":"O sistema vem com um sublinhado a tracejado","translationTheme.nativeDotted":"O sistema vem com um sublinhado pontilhado","translationTheme.nativeUnderline":"O sistema \xE9 fornecido com um sublinhado de linha reta","translationTheme.wavy":"linha ondulada","translationServices.custom":"API personalizada","translationServices.tencent":"Tencent Translator","translationServices.tenAlpha":"Tencent Translator (Alfa)","translationServices.google":"Google Tradutor","translationServices.bai":"Baidu (Alfa)","translationServices.baidu":"Tradu\xE7\xE3o do Baidu","translationServices.aliyun":"Tradu\xE7\xE3o AliCloud","translationServices.volc":"tradu\xE7\xE3o vulc\xE2nica","translationServices.deeplx":"DeepLX (Beta)","translationServices.bing":"Microsoft Translate","translationServices.deepl":"DeepL","translationServices.wechat":"Tradu\xE7\xE3o do WeChat","translationServices.azure":"Tradu\xE7\xE3o do Azure","translationServices.ibm":"IBM Watson","translationServices.aws":"Tradu\xE7\xE3o da Amazon","translationServices.mock":"Tradu\xE7\xE3o simulada","translationServices.mock2":"Tradu\xE7\xE3o Simulada 2","translationServices.caiyun":"lit. nuvens coloridas e pequenas tradu\xE7\xF5es","translationServices.cai":"Nuvens coloridas (Alfa)","translationServices.volcAlpha":"Vulc\xE3o (Alfa)","translationServices.openl":"OpenL","translationServices.youdao":"Tradu\xE7\xE3o do Youtube","translationServices.you":"Tradutor Youdao (Alfa)","translationServices.transmart":"Tradu\xE7\xE3o da Tencent Interactive","translationServices.niu":"Tradutor Maverick","translationServices.papago":"Tradu\xE7\xE3o de Papago","translationServices.d":"D (Alfa)","translationServices.dpro":"D Pro (Can\xE1rio)","translationServices.openai":"OpenAI","translationServices.yandex":"Yandex","translationServices.chatgpt":"ChatGPT Web(3.5 m\xF3vel)","translate title":"Traduzir t\xEDtulos de p\xE1ginas","always languages":"Traduzir sempre a l\xEDngua",neverTranslateLanguagesLabel:"A l\xEDngua que nunca ser\xE1 traduzida",neverTranslateTheFollowingLanguagesDescription:"As tradu\xE7\xF5es s\xE3o ignoradas quando um par\xE1grafo da p\xE1gina est\xE1 numa das seguintes l\xEDnguas",enableUserscriptPagePopup:"Mostrar hoverball na p\xE1gina",enableUserscriptPagePopupDescription:"Depois de desligar a hoverball, esta pode ser recuperada com o atalho /{touch}. Recomenda-se vivamente que marque esta p\xE1gina de defini\xE7\xF5es para evitar n\xE3o conseguir encontrar a hoverball depois de ter desligado inadvertidamente esta op\xE7\xE3o!","always translate the following languages":"Traduz automaticamente para a l\xEDngua de destino quando a p\xE1gina est\xE1 numa das seguintes l\xEDnguas","always sites":"S\xEDtios Web sempre traduzidos","always translate the following sites":"Os s\xEDtios Web s\xE3o automaticamente traduzidos para a l\xEDngua de chegada quando s\xE3o os nomes de dom\xEDnio de","never sites":"S\xEDtio nunca traduzido","never translate the following sites":"As tradu\xE7\xF5es n\xE3o ser\xE3o efectuadas quando o s\xEDtio Web se destinar aos seguintes dom\xEDnios","please refer to":"\xC9 necess\xE1rio preencher a chave antes de a poder utilizar. Para mais informa\xE7\xF5es, consulte",KeyAndConfigurationTutorial:"Tutorial de configura\xE7\xE3o e aplica\xE7\xE3o de chaves",useAboveStyleForTheseSites:"Utilize sempre o estilo de tradu\xE7\xE3o \u2308{theme}\u230B quando o s\xEDtio se destina aos seguintes dom\xEDnios",currentUrl:"URL atual",confirm:"guardar (um ficheiro, etc.) (inform\xE1tica)",cancel:"cancelamentos",delete:"remo\xE7\xE3o","languages.auto":"dete\xE7\xE3o autom\xE1tica",syncToCloud:"Sincronizar com o Google Drive",syncToCloudDescription:"Transferida para a nuvem, a configura\xE7\xE3o pode ser sincronizada entre diferentes navegadores/scripts do grease monkey, consoante a \xFAltima modifica\xE7\xE3o.",syncToAccount:"Sincroniza\xE7\xE3o com a Nuvem de Tradu\xE7\xE3o Imersiva",syncToAccountButton:"Sincroniza\xE7\xE3o instant\xE2nea com a nuvem",syncToAccountDescription:"Sincronizar automaticamente as configura\xE7\xF5es entre dispositivos diferentes, consoante a \xFAltima modifica\xE7\xE3o efectuada.",successSyncConfigInAccount:"Sincroniza\xE7\xE3o bem sucedida com a nuvem",successSyncConfigToAccount:"Sincroniza\xE7\xE3o bem sucedida com a nuvem",syncConfigNoUpdate:"J\xE1 est\xE1 atualizado.",authFail:"Falha de autoriza\xE7\xE3o",syncTitle:"Gest\xE3o manual de c\xF3pias de seguran\xE7a",import_hint:"importa\xE7\xE3o (dados)",upload:"carregar",revokeAuth:"revogar uma autoriza\xE7\xE3o",uploadFail:"Falha na transfer\xEAncia",download:"descarregamento",importSuccess:"Importado com sucesso",importFail:"falha na importa\xE7\xE3o",deleteFail:"Falha ao eliminar",backupToCloud:"Gerir manualmente os ficheiros de c\xF3pia de seguran\xE7a",create_new_backup:"Adicionar um novo n\xF3 de backup",maxBackupFiles:"\xC9 poss\xEDvel efetuar a c\xF3pia de seguran\xE7a de at\xE9{count}n\xF3s diferentes. Elimine os n\xF3s de que n\xE3o necessita.",backupToCloudDescription:"Carregar ou restaurar manualmente ficheiros de c\xF3pia de seguran\xE7a, permitindo at\xE9 3 c\xF3pias de seguran\xE7a diferentes",successSyncConfig:"Sincroniza\xE7\xE3o bem sucedida com a nuvem",syncFail:"falha de sincroniza\xE7\xE3o",updatedAt:"Atualizado a partir de {date}",lastSyncedAt:"\xDAltima verifica\xE7\xE3o em {date}",downloadFail:"Falha na transfer\xEAncia",clickToDownload:"Clique para descarregar",aboutLabel:"Acerca de - Feedback","browser.openAboutPage":"Sobre/Feedback",aboutLabelWithoutSponsor:"Acerca de - Feedback",aboutIntro:"Que todos possamos ter um acesso mais f\xE1cil e mais agrad\xE1vel \xE0 vasta quantidade de informa\xE7\xF5es em l\xEDnguas estrangeiras na Internet \u2764\uFE0F Pode optar por ativar a sua <6>subscri\xE7\xE3o Pro para utilizar as tradu\xE7\xF5es DeepL e OpenAI prontas a utilizar.

Pode seguir-nos no <3>Twitter, <4>Telegram, Weibo, WeChat ou <5>subscrever a nossa lista de <5>correio abaixo para acompanhar as actualiza\xE7\xF5es.
<7>Os membros Pro podem contactar-nos em <8>support@immersivetranslate.com para um servi\xE7o de apoio ao cliente r\xE1pido.",aboutIntroWithoutSponsor:"Que todos possamos ter um acesso mais f\xE1cil e mais agrad\xE1vel \xE0 enorme quantidade de informa\xE7\xE3o em l\xEDngua estrangeira dispon\xEDvel na Internet \u2764\uFE0F

Pode seguir-nos no <3>Twitter, no <4>canal Telegram, no WeChat, no WeChat Exchange ou <5>subscrever as actualiza\xE7\xF5es por correio <5>eletr\xF3nico abaixo.",projectHomepage:"In\xEDcio do projeto",joinTelegramGroup:"Junte-se ao grupo de utilizadores para participar em debates sobre funcionalidades",wechatPublicAccount:"WeChat P\xFAblico",wechatCommunities:"Grupo de interc\xE2mbio WeChat",qqCommunities:"Canal de comunica\xE7\xE3o QQ",joinTelegramChannel:"Siga o canal Telegram para obter as \xFAltimas actualiza\xE7\xF5es",feedbackAndJoin:"Feedback da pergunta / Adicionar grupo",autoSync:"sincroniza\xE7\xE3o autom\xE1tica da hora",loadingThemeTitle:"Estilo de carregamento",loadingThemeDescription:"Definir o estilo quando se est\xE1 \xE0 espera que a tradu\xE7\xE3o seja carregada","loadingTheme.spinner":"Anima\xE7\xE3o girat\xF3ria","loadingTheme.text":"texto est\xE1tico algo ","loadingTheme.none":"n\xE3o indicado",developerDescription:"A documenta\xE7\xE3o sobre personaliza\xE7\xE3o avan\xE7ada pode ser encontrada <1>aqui","edit border color":"Modificar a cor do rebordo",successSyncButNoChange:"A configura\xE7\xE3o atual \xE9 coerente com a nuvem",customTheme:"Cores e tamanhos personalizados","customThemeLabel.borderColor":"Cor da margem","customThemeLabel.borderRadius":"Arestas arredondadas","customThemeLabel.textColor":"cor do texto","customThemeLabel.backgroundColor":"cor de fundo","customThemeLabel.zoom":"Escala do tipo de letra (%)","customThemeLabel.opacity":"Opacidade do texto (%)",resetToDefaultColor:"Repor as cores predefinidas",resetToDefaultSettings:"Repor as predefini\xE7\xF5es",isTranslateTitle:"Ativar a tradu\xE7\xE3o dos t\xEDtulos das p\xE1ginas",isTranslateTitleDescription:"Quando aberto, o t\xEDtulo da p\xE1gina \xE9 traduzido",enableSearchEnhancement:"Permitir o melhoramento de mensagens bilingues",enableSearchEnhancementDescription:'Uma vez activada, os resultados da pesquisa do "Google News" ser\xE3o automaticamente apresentados na coluna direita dos s\xEDtios Web suportados (Google News, Pesquisa Google (algumas palavras-chave), Snowball, Oriental Fortune, Futura, Tiger Community) para as palavras-chave inglesas correspondentes.',verifyService:"Clique aqui para testar o servi\xE7o",verified:"Verificar o sucesso","field.langs":"C\xF3digos de idioma suportados","field.model":"modela\xE7\xE3o","field.translationEngine":"motor de tradu\xE7\xE3o","field.limitPerMinute":"M\xE1ximo de pedidos por minuto","field.limitPerSecond":"N\xFAmero m\xE1ximo de pedidos por segundo","field.maxTextLengthPerRequest":"Comprimento m\xE1ximo do texto por pedido","field.maxTextGroupLengthPerRequest":"N\xFAmero m\xE1ximo de par\xE1grafos por pedido","field.apiUrl":"Endere\xE7o da interface API personalizada","field.placeholderDelimiters":"marcador de posi\xE7\xE3o reservado","description.custom":"Acesso \xE0 interface personalizada Documenta\xE7\xE3o necess\xE1ria","description.limitPerMinute":"Os pedidos que excedem este limite entram numa fila de espera at\xE9 ao in\xEDcio do minuto seguinte. Devido \xE0s v\xE1rias limita\xE7\xF5es do servi\xE7o atual da OpenAI, clique <1>aqui para obter os valores sugeridos mais recentes","description.limitPerSecond":"Os pedidos que excedem este limite entram numa fila de espera at\xE9 ao in\xEDcio do segundo seguinte. Devido \xE0s v\xE1rias limita\xE7\xF5es do servi\xE7o atual da OpenAI, clique <1>aqui para obter os valores sugeridos mais recentes","description.generalLimitPerSecond":"Os pedidos que excedem este limite entram numa fila de espera at\xE9 ao in\xEDcio do segundo seguinte.","description.prompt":"Enviar a conversa para {service} como usu\xE1rio, onde {{text}} representa o conte\xFAdo do texto do par\xE1grafo, {{from}} representa a l\xEDngua do par\xE1grafo e {{to}} representa a l\xEDngua alvo.","description.maxTextLengthPerRequest":"O n\xFAmero m\xE1ximo de caracteres por pedido \xE9 demasiado grande para provocar uma resposta lenta da interface, pelo que deve tentar ajustar esta op\xE7\xE3o para otimizar a velocidade","description.systemPrompt":"Enviar uma conversa para {service} como sistema, onde {{text}} representa o conte\xFAdo do texto do par\xE1grafo, {{from}} representa a l\xEDngua do par\xE1grafo e {{to}} representa a l\xEDngua alvo.","field.domain":"dom\xEDnio","description.domain":"A predefini\xE7\xE3o \xE9\uFF1Ageneral. S\xF3 pode ser definido se a tradu\xE7\xE3o de dom\xEDnios estiver activada na consola da API Arima, ver <1>aqui os dom\xEDnios suportados","field.scene":"tomar","description.scene":"A predefini\xE7\xE3o \xE9\uFF1Ageneral. S\xF3 pode ser definido se a consola da API AliCloud abrir o Machine Translation Pro, consulte <1>aqui os cen\xE1rios suportados","field.vocabId":"ID do dicion\xE1rio do utilizador","description.vocabId":"O dicion\xE1rio especificado out_id, atualmente suporta a tradu\xE7\xE3o de ingl\xEAs para chin\xEAs.","description.model":"Modelos OpenAI, podem ser gpt-3.5-turbo, gpt-4, etc.","description.maxTextGroupLengthPerRequest":"O n\xFAmero de par\xE1grafos enviados ao servi\xE7o de tradu\xE7\xE3o de cada vez; se houver demasiados par\xE1grafos, a interface poder\xE1 responder mais lentamente","description.apiUrl":"Por favor, adicione URLs espec\xEDficos com caminhos, <1>mais descri\xE7\xE3o",enabledExtension:"Ativa\xE7\xE3o de extens\xF5es",clickToDisableExtension:"Clique para desativar as extens\xF5es",clickToEnableExtension:"Clique para ativar as extens\xF5es",hasBeenDisabled:"desativado","show password":"Mostrar palavra-passe",customContent:"Introduzir um nome de modelo personalizado",inputOptions:"Melhoria da caixa de entrada",mouseHoverOptions:"passar o rato",modifyMouseHoverKey:"Modificar o atalho para passar o rato",enableInputTranslation:"Ativar ou n\xE3o o melhoramento da caixa de entrada",enableInputTranslationDescription:"Uma vez ativado, escreva {startingKey}{startingKey} hello diretamente na caixa de entrada e, em seguida, prima rapidamente{inputTrailingTriggerKeyRepeatTimes}vezes{trailingKey}para traduzir para {inputTargetLanguage}",enableInputTranslationDescriptionForNoneKey:"Uma vez ativado, escreva\uFF1AHello World diretamente na caixa de entrada e, em seguida, prima rapidamente{inputTrailingTriggerKeyRepeatTimes}{trailingKey}vezes para traduzir para o idioma de destino predefinido.",inputTargetLanguage:"Definir o idioma de destino predefinido para as caixas de entrada",inputTargetLanguageDescription:"L\xEDngua de destino predefinida para a tradu\xE7\xE3o da caixa de entrada, ou seja, {startingKey}{startingKey} como l\xEDngua predefinida para as palavras de acionamento",inputTargetLanguageDescriptionForNoneKey:"L\xEDngua de destino predefinida para a tradu\xE7\xE3o da caixa de entrada",inputStartingTriggerKeyTitle:"Definir o car\xE1cter de divis\xE3o para a tradu\xE7\xE3o parcial da caixa de entrada",inputStartingTriggerKeyDescription:"Quando n\xE3o \xE9 necess\xE1rio traduzir toda a caixa de entrada, o separador permite-lhe traduzir apenas a parte de {startingKey}{startingKey} at\xE9 ao fim da caixa de entrada, ou pode especificar o c\xF3digo da l\xEDngua, por exemplo,\uFF1A{startingKey}ja significa traduzir apenas a parte de {startingKey}ja at\xE9 ao fim da caixa de entrada.",inputStartingTriggerKeyDescriptionForNoneKey:"A defini\xE7\xE3o atual de sem prefixo n\xE3o \xE9 necess\xE1ria, e a fun\xE7\xE3o de tradu\xE7\xE3o de alguns textos na caixa de entrada n\xE3o pode ser utilizada por enquanto.",inputTrailingTriggerKeyTitle:"Selecionar um car\xE1cter de acionamento de fim de registo",inputTrailingTriggerKeyDescription:"3 hits r\xE1pidos{trailingKey} come\xE7ar\xE1 a traduzir!",inputTrailingTriggerKeyTimeout:"Introduzir o tempo entre os accionamentos de fim de combate",inputTrailingTriggerKeyTimeoutDescription:"Define o tempo (em milissegundos) entre os accionamentos da combina\xE7\xE3o de fim de entrada",spaceKey:"<\u7A7A\u683C\u952E>",noneKey:"Tradu\xE7\xE3o direta de toda a caixa de texto sem prefixos",inputTranslationBlockUrlsTitle:"N\xE3o ativar o melhoramento da caixa de entrada nos seguintes URLs",inputTranslationBlockUrlsDescription:"As melhorias na caixa de entrada n\xE3o funcionar\xE3o nos seguintes URLs",clickToSeeQuickDemo:"Clique para expandir o v\xEDdeo tutorial r\xE1pido de 30 segundos",inputHelperInfo:"Descri\xE7\xE3o\uFF1AOptimiz\xE1mos o facto de alguns caracteres desencadeadores se transformarem em sinais de pontua\xE7\xE3o chineses nos m\xE9todos de introdu\xE7\xE3o chineses, por exemplo, / transforma-se num sinal de dun , no m\xE9todo de introdu\xE7\xE3o Sogou, e o Immersive Translator suporta todos os s\xEDmbolos chineses correspondentes aos caracteres desencadeadores, ou seja, //,,,, ser\xE3o reconhecidos como caracteres desencadeadores.

Tamb\xE9m suportamos pseud\xF3nimos chineses para c\xF3digos de idioma como comandos, por exemplo, /Japanese Hello World ser\xE1 traduzido para japon\xEAs, <1>clique aqui para ver todos os c\xF3digos de idioma suportados.",reloadCurrentPage:"Por favor, actualize a p\xE1gina atual antes de iniciar a tradu\xE7\xE3o.",noLocalFilePermissionForPDF:"N\xE3o tem permiss\xE3o para ler ficheiros locais, por favor clique no bot\xE3o acima e depois importe os ficheiros locais.",noPermissionForThisPage:"\u26A0\uFE0F Sem permiss\xE3o para traduzir a p\xE1gina atual",retryAllParagraphs:"Repetir todas as passagens de erro",retryAllButton:"Repetir todas as passagens de erro",errorTooltipTitle:"Clique para ver a causa do erro",errorModalTitle:"Algo parece estar errado com o servi\xE7o de tradu\xE7\xE3o ou com a rede...",disableConfirm:"Defini\xE7\xE3o de melhoria da informa\xE7\xE3o bilingue",disableOnce:"Esta incapacidade",disableGlobal:"desativar permanentemente",disableTint:"* Pode voltar a activ\xE1-lo em {option} .",searchEnhancementNotes:"Depois de ativar a funcionalidade de Melhoria da informa\xE7\xE3o bilingue da tradu\xE7\xE3o imersiva, pesquisamos automaticamente as mesmas palavras-chave em ingl\xEAs nos s\xEDtios Web suportados (Google News, Pesquisa Google (algumas palavras-chave), Snowball, Oriental Wealth, Futura, Tiger) e apresentamo-las no lado direito. Pode optar por desactiv\xE1-la se n\xE3o necessitar desta funcionalidade.",option:"preparar",saveSettings:"Guardar defini\xE7\xF5es",closeModal:"Fechar a janela",enableInputTranslationWithoutTriggerKeyTitle:"Permitir 3 acessos r\xE1pidos em{trailingKey}para traduzir diretamente toda a caixa de entrada para{inputTargetLanguage}",enableInputTranslationWithoutTriggerKeyDescription:"Para especificar o idioma de destino, prefixe-o com o c\xF3digo do idioma, por exemplo,\uFF1Aja Hello World",mouseHoverShortcutPlaceholder:"Por exemplo,\uFF1AShift",deepLProName:"Membro Pro da Immersive Translation (Recomendado)",deepLProDescription:"O pacote atual pode ser utilizado diretamente",deeplProDescriptionForNormal:"N\xE3o \xE9 necess\xE1ria qualquer configura\xE7\xE3o, os membros podem utiliz\xE1-lo depois de iniciarem sess\xE3o, <1>clique aqui para atualizar para membro",deepLCustomDescription:"Necess\xE1rio cart\xE3o de cr\xE9dito estrangeiro, oficialmente aberto em <1>DeepL, clique para <2>documenta\xE7\xE3o",deepLCustomName:"Chave de autentica\xE7\xE3o personalizada",chooseProviderLabel:"Selecionar um fornecedor de servi\xE7os",openaiProName:"Membro Pro da Immersive Translation (Recomendado)",openaiProDescription:"O pacote atual pode ser utilizado diretamente",openaiProDescriptionForNormal:"N\xE3o \xE9 necess\xE1ria qualquer configura\xE7\xE3o, os membros podem utiliz\xE1-lo depois de iniciarem sess\xE3o, <1>clique aqui para atualizar para membro",openaiCustomDescription:"Dispon\xEDvel no OpenAI, Azure OpenAI ou noutros servi\xE7os de terceiros, <1>clique aqui para ver a documenta\xE7\xE3o",openaiCustomName:"Chave API personalizada",needLoginAction:"(ades\xE3o aberta ou personaliza\xE7\xE3o)",goLoginOrAction:"(Abrir uma inscri\xE7\xE3o ou ir \xE0s defini\xE7\xF5es)",yearly:"efetuar um pagamento anual consecutivo",quarterly:"embalagem sequencial",monthly:"assinatura mensal",yearlyForOnce:"Pacote anual \xFAnico",monthlyForOnce:"Pacote mensal \xFAnico",daily:"dias consecutivos de embalagem",year:"efetuar um pagamento anual consecutivo",quarter:"embalagem sequencial",month:"assinatura mensal",day:"dias consecutivos de embalagem",onetime_7day:"Pacote de experi\xEAncia de 7 dias",currentPlanDescriptionForFree:"Pacotes actuais\uFF1AFree",currentPlanDescriptionForContinuous:"O pacote atual\uFF1A{plan}ser\xE1 automaticamente renovado em {endAt}",currentPlanDescriptionForAutoRenewCaceling:"O pacote atual\uFF1A{plan}expira em {endAt} e n\xE3o ser\xE1 renovado automaticamente ap\xF3s a expira\xE7\xE3o.",currentYearlyPlanDescriptionForAutoRenewCacelingWithRealPaiedUser:"O pacote atual,\uFF1A{plan}, expira em {endAt} e n\xE3o ser\xE1 renovado automaticamente ap\xF3s a expira\xE7\xE3o.
<1>Clique aqui para gerir o seu plano de renova\xE7\xE3o",currentYearlyPlanDescriptionForAutoRenewCacelingWithAdmin:"O pacote atual,\uFF1A{plan}, expira em {endAt} e n\xE3o ser\xE1 renovado automaticamente ap\xF3s a expira\xE7\xE3o.
<1>Clique aqui para ativar a subscri\xE7\xE3o anual cont\xEDnua",currentPlanDescriptionForOneTime:"A subscri\xE7\xE3o atual\uFF1A{plan}expira em {endAt} . <1>Clique aqui para atualizar para uma subscri\xE7\xE3o <1>anual ou <2>mensal.",upgradePlan:"Clique aqui para atualizar para a subscri\xE7\xE3o Pro",upgradeToPro:"Atualizar para a subscri\xE7\xE3o Pro","popup.openPro":"Actualize para a subscri\xE7\xE3o Pro para desfrutar de DeepL e da tradu\xE7\xE3o OpenAI, clique aqui para atualizar!","popup.openProForPro":"\xC9 um membro Pro com acesso direto \xE0s tradu\xE7\xF5es de DeepL e OpenAI!",currentAccount:"conta corrente",enableAutoSyncUserSettings:"Permitir a sincroniza\xE7\xE3o autom\xE1tica na nuvem em v\xE1rios dispositivos",modalEnableInputTranslationTitle:"Tradu\xE7\xE3o imersiva Caixa de entrada Alertas de tradu\xE7\xE3o",modalEnableInputTranslationDesc:"Acaba de ativar a tradu\xE7\xE3o da caixa de entrada da Tradu\xE7\xE3o Imersiva, carregando na barra de espa\xE7os 3 vezes em sucess\xE3o r\xE1pida, e o conte\xFAdo da caixa de entrada ser\xE1 traduzido para a l\xEDngua de destino predefinida. A tradu\xE7\xE3o pode ser anulada com Ctrl+Z.

Se isto foi um erro, n\xE3o se preocupe, pode optar por desactiv\xE1-la desta vez ou desativar permanentemente a tradu\xE7\xE3o da caixa de entrada.",saveAndNotShowAgain:"Guardar e parar a solicita\xE7\xE3o",disableInputTranslationTips:"* Tamb\xE9m pode definir outros atalhos para serem accionados em {option} ,{learnMore}.",learnMore:"Clique aqui para saber mais",continueEnalbeInputTranslation:"Continuar a ativar a tradu\xE7\xE3o da caixa de entrada",autoRenewTrialSuffix:'(Durante o per\xEDodo experimental,passa imediatamente a membro efetivo)',upgradeFromTrialTitle:"Atualiza\xE7\xE3o para membro de pleno direito",subtitle:"legendagem de v\xEDdeo",youtubeService:"Tradu\xE7\xE3o por imers\xE3o Servi\xE7os de tradu\xE7\xE3o de legendagem de v\xEDdeo","subtitle.disabledSubtitle":"Desativar permanentemente a funcionalidade de legendas de v\xEDdeo","subtitle.disabledSubtitleDescription":"Se Immersive Translator's Video Subtitles entrar em conflito com outras extens\xF5es, pode optar por desativar permanentemente a funcionalidade Immersive Translator's Video Subtitles ou desinstalar outras extens\xF5es que entrem em conflito","subtitle.autoEnableSubtitle":"Utiliza\xE7\xE3o autom\xE1tica de legendas bilingues","subtitle.autoEnableSubtitleDescription":"Depois de ativado, quando o v\xEDdeo \xE9 reproduzido, as legendas bilingues s\xE3o exibidas automaticamente, caso contr\xE1rio, \xE9 necess\xE1rio clicar no bot\xE3o de tradu\xE7\xE3o para exibir.","subtitle.preTranslation":"Traduzir legendas utilizando a tradu\xE7\xE3o imersiva","subtitle.preTranslationDescription":"Quando activada, toda a legenda ser\xE1 pr\xE9-traduzida utilizando o servi\xE7o de tradu\xE7\xE3o especificado abaixo, e um v\xEDdeo de 1 hora consumir\xE1 cerca de 50.000 Tokens ou caracteres, pelo que deve ser utilizada \xE0 sua discri\xE7\xE3o; quando desactivada, ser\xE3o utilizadas primeiro as legendas originais.","subtitle.humanSubtitlesPreferred":"Utiliza\xE7\xE3o priorit\xE1ria de legendagem humana","subtitle.humanSubtitlesPreferredDescription":"Dar prioridade \xE0 utiliza\xE7\xE3o de legendas humanas quando o v\xEDdeo tiver legendas humanas na l\xEDngua de chegada (recomendado)",videoSubtitleTranslationDescription:"Atribuir um servi\xE7o de tradu\xE7\xE3o separado para as legendas de v\xEDdeo",subtitleTranslating:"Aguarde enquanto as legendas est\xE3o a ser traduzidas utilizando o servi\xE7o {service} ... (tradu\xE7\xE3o por imers\xE3o)",subtitleLoading:"A carregar as legendas...",bilingual:"bilinguismo","field.action":"Se deve ativar a terminologia Baidu","description.action":"Quando ativado, ser\xE1 adicionado um par\xE2metro action=1 ao pedido para informar o Baidu do termo ativado. <1>Consulte a documenta\xE7\xE3o oficial para obter mais informa\xE7\xF5es.",closeQuickTranslation:"Fechar Hoverball","closeQuickTranslation.untilNext":"Desta vez fechado at\xE9 \xE0 pr\xF3xima visita","closeQuickTranslation.currentWebsite":"S\xEDtio atual desativado","closeQuickTranslation.alwaysClose":"desativar permanentemente","closeQuickTranslation.settingOpen":"(pode ser ativado na <1>p\xE1gina de defini\xE7\xF5es )","closeQuickTranslation.cancel":"cancelamentos","closeQuickTranslation.confirm":"definir","floatBall.popup":"Abrir o painel Defini\xE7\xF5es r\xE1pidas","floatBall.translate":"Clique para traduzir a p\xE1gina","floatBall.showOriginal":"Clique para voltar ao artigo original","floatBall.close":"Fechar Hoverball","floatBallOptions.enableDescPc":"Depois de ativar o hoverball da p\xE1gina, ser\xE1 apresentado um bot\xE3o de tradu\xE7\xE3o r\xE1pida no lado direito da p\xE1gina, clique nele para traduzir!","floatBallOptions.enableDesc":"Depois de desligar a hoverball, esta pode ser recuperada com{touch}. Recomenda-se vivamente que marques esta p\xE1gina de defini\xE7\xF5es para o caso de n\xE3o conseguires encontrar a hoverball depois de teres desligado inadvertidamente esta op\xE7\xE3o!","description.azureApiUrl":"Preencher o endere\xE7o da interface API personalizada",confirmSupportMouse:"For\xE7ar a ativa\xE7\xE3o do suporte do rato",confirmSupportMouseDescription:"Detectado que o browser atual n\xE3o suporta a fun\xE7\xE3o de rato, \xE9 for\xE7ado a ativar o suporte de rato?",sampleTargetText:"A longa noite chegar\xE1, e eu vigiarei de hoje at\xE9 \xE0 minha morte. N\xE3o tomarei nenhuma esposa, n\xE3o farei nenhum feudo, n\xE3o terei filhos. N\xE3o usarei uma coroa, n\xE3o lutarei por honra. Cumprirei o meu dever, viverei e morrerei.",sampleSourceText:"Night gathers, and now my watch begins. It shall not end until my death. I shall take no wife, hold no lands, father no children. I shall wear no crowns and win no glory. I shall live and die at my post.","desc.touchShortcutsToggleTranslatePageOnlyTranslation":"Apenas a tradu\xE7\xE3o significa que apenas o texto traduzido ser\xE1 exibido, se a p\xE1gina ainda n\xE3o foi traduzida, o modo ser\xE1 alterado e traduzido.","desc.toggleOnlyTransation":"O modo de tradu\xE7\xE3o apenas se refere a mostrar apenas a tradu\xE7\xE3o, se a p\xE1gina ainda n\xE3o foi traduzida, o modo ser\xE1 alterado e traduzido.",touchShortcutsToggleTranslatePageOnlyTranslation:"Configurar gestos de toque na tela para alternar entre o modo bil\xEDngue / apenas tradu\xE7\xE3o",download_started:"O download j\xE1 come\xE7ou, se n\xE3o come\xE7ou automaticamente, por favor clique manualmente.",here:"aqui","translationFont.customPlaceholder":"tipo de letra",batchEdit:"Opera\xE7\xE3o em massa","error.goReset":"ir redefinir","error.configError":"Dados de configura\xE7\xE3o anormais","translationServices.inherit":"Siga o servi\xE7o de tradu\xE7\xE3o principal",detectServiceLoading:"Detectando servi\xE7os de tradu\xE7\xE3o dispon\xEDveis...","translationModeLang.translation.title":"Apenas o modo de tradu\xE7\xE3o de idioma","translationFont.custom":"Insira a fonte personalizada","error.serveConfigError":"Erro de configura\xE7\xE3o do servi\xE7o",toggleToService:"Mude para {service} e tente novamente","touch.mouse-translate":"Traduzir o par\xE1grafo especificado","translationModeUrl.translation.title":"Modo de apenas tradu\xE7\xE3o do URL","error.proTokenInvalid":"Se voc\xEA \xE9 um usu\xE1rio Pro, fa\xE7a login antes de usar o servi\xE7o de tradu\xE7\xE3o Pro.",enableSentryReport:"Quando ocorre um erro de extens\xE3o, use o Sentry para enviar feedback.",translationFont:"Definir fonte",videoSubtitlePreTranslationOn:"As legendas de v\xEDdeo usar\xE3o tradu\xE7\xE3o imersiva como prioridade.","error.reloadPageOfSetting":"Ap\xF3s a configura\xE7\xE3o, atualize a p\xE1gina para traduzir novamente.","translationModeLang.translation.description":"Quando a l\xEDngua da p\xE1gina \xE9 uma das seguintes, o modo de tradu\xE7\xE3o apenas ser\xE1 usado automaticamente.","error.502":"O servi\xE7o retornou um erro, o servi\xE7o est\xE1 fora do tempo, por favor tente novamente mais tarde.","error.googleLimitIp":"O servi\xE7o retorna um erro, o servi\xE7o Google j\xE1 limitou este endere\xE7o IP, \xE9 recomendado que voc\xEA mude o n\xF3 da rede.","error.403":"O servi\xE7o retorna um erro, temporariamente sem permiss\xE3o para acessar esse servi\xE7o.","error.400":"O servi\xE7o retorna um erro, o par\xE2metro de solicita\xE7\xE3o est\xE1 errado, por favor, verifique a configura\xE7\xE3o correspondente.","error.proUpgrade":"Ap\xF3s a atualiza\xE7\xE3o, atualize a p\xE1gina e traduza novamente.",videoSubtitlePreTranslationOff:"As legendas do v\xEDdeo dar\xE3o prioridade \xE0s legendas traduzidas automaticamente inclu\xEDdas no v\xEDdeo original.","error.429":"O servi\xE7o retornou um erro, indicando que a solicita\xE7\xE3o \xE9 muito frequente ou excede o limite, tente novamente mais tarde.","error.gemini.429":"O servi\xE7o Gemini atual atingiu sua capacidade m\xE1xima, por favor, tente novamente mais tarde ou mude para outro servi\xE7o de tradu\xE7\xE3o.","error.openAIExceededQuota":"O servi\xE7o retorna um erro: o saldo da sua conta OpenAI atual \xE9 insuficiente, por favor recarregue ou vincule um cart\xE3o de cr\xE9dito no back-end oficial da OpenAI.","translationFont.notSupportErrorMessage":"Por favor, verifique se o nome da fonte que voc\xEA inseriu est\xE1 correto, ou confirme se essa fonte j\xE1 est\xE1 instalada em seu dispositivo.","translationModeUrl.translation.description":"Quando o site \xE9 para os seguintes dom\xEDnios, o modo de apenas tradu\xE7\xE3o \xE9 usado automaticamente.","desc.toggleVideoSubtitlePreTranslation":"Ao pressionar, as legendas em dois idiomas do v\xEDdeo usar\xE3o preferencialmente as configura\xE7\xF5es de tradu\xE7\xE3o imersiva, ao pressionar novamente, as legendas autom\xE1ticas do v\xEDdeo original ser\xE3o priorizadas. Aten\xE7\xE3o: este atalho modifica as configura\xE7\xF5es globais.","error.openAIFreeLimit":"O servi\xE7o retorna um erro, a frequ\xEAncia atual de solicita\xE7\xF5es de tradu\xE7\xE3o atingiu o limite m\xE1ximo de 3 vezes por minuto, tente novamente mais tarde. (Esta \xE9 a restri\xE7\xE3o oficial da OpenAI para a chave API gratuita, para remover essa restri\xE7\xE3o, vincule um cart\xE3o de cr\xE9dito no backend da OpenAI.)","error.serveUnavailable":"O servi\xE7o [{serverName}] que voc\xEA est\xE1 usando atualmente n\xE3o pode ser acessado temporariamente devido a problemas de conex\xE3o de rede ou do provedor de servi\xE7os. Sugerimos que voc\xEA tente atualizar a p\xE1gina ou alterar para outro servi\xE7o de tradu\xE7\xE3o atrav\xE9s das <1>configura\xE7\xF5es. Se voc\xEA \xE9 um membro <2>Pro, pode optar por usar os servi\xE7os de tradu\xE7\xE3o mais est\xE1veis da DeepL ou OpenAI (<3>clique aqui para experimentar gratuitamente). Al\xE9m disso, voc\xEA pode precisar verificar suas configura\xE7\xF5es de rede ou proxy.","tagsInput.add":"+ Adicionar","floatBall.iKnow":"Eu sei.",pickAll:"Selecionar tudo",goLogin:"V\xE1 fazer login",notLogin:"N\xE3o conectado","error.retry":"Tentar novamente",shortcutSettingsTitle:"Configura\xE7\xF5es de atalho","error.reason":"Raz\xE3o do erro","subtitle.hideQuickButton":"N\xE3o mostrar mais este atalho",errorReason:"Raz\xE3o do erro: {message}","widget.instruction":"Instru\xE7\xF5es de uso","multipleClick.2":"Clique duplo","multipleClick.3":"Tr\xEDplice golpe","widget.translateFile":"PDF/ePub","floatBallOptions.fixedPositionLeft":"lado esquerdo","floatBallOptions.fixedPosition":"Posi\xE7\xE3o fixa",buildSnapshots:"Gerar instant\xE2neo da p\xE1gina da web","intro.floatBallTitle":"Bola flutuante de tradu\xE7\xE3o r\xE1pida",neverTranslateThisSite:"Nunca traduza este site",mouseHoverCustomKeyTitle:"Personalizar atalhos de mouse hover","subtitle.autoDisableSubtitle":"N\xE3o ative automaticamente as legendas bilingues","browser.translateWithGoogle":"Usar o Google Tradutor temporariamente para a p\xE1gina atual","error.subscriptionExpiredTitle":"A associa\xE7\xE3o expirou","floatBallOptions.fixedPositionRight":"lado direito",loggedIn:"Conectado","subtitle.bilingual":"Legendas bil\xEDngues","slide.right":"Deslize para a esquerda",networkError:"O servi\xE7o de tradu\xE7\xE3o ou a rede est\xE1 com problemas",contact:"Entre em contato conosco","intro.subtitleTitle":"Exibi\xE7\xE3o de legendas bilingues em v\xEDdeos online","browser.translateWithTransmart":"Usar temporariamente o Tencent para traduzir a p\xE1gina atual",alwaysTranslateThisSite:"Sempre traduza este site",temprarilyChangeTranslationTo_gemini:"Est\xE1 a usar o Gemini para traduzir a p\xE1gina atual","multipleClick.4":"Qu\xE1druplo golpe","intro.hoverTitle":"Passe o mouse para traduzir o par\xE1grafo atual",temprarilyChangeTranslationTo_google:"Est\xE1 a usar o Google Tradutor para traduzir a p\xE1gina atual","shortcutGroup.touch":"Gestos espec\xEDficos para tela sens\xEDvel ao toque",notLoginPro:"Ainda n\xE3o iniciou sess\xE3o na sua conta de membro.",paragraphMinTextCountField:"N\xFAmero m\xEDnimo de caracteres necess\xE1rios para traduzir um par\xE1grafo",temprarilyChangeTranslationTo_openai:"Est\xE1 a usar o OpenAI para traduzir a p\xE1gina atual",translationOnlyMode:"Apenas modo de tradu\xE7\xE3o",viewWithImmersiveTranslate:"Vers\xE3o bil\xEDngue (tradu\xE7\xE3o imersiva)","translationServices.gemini":"G\xEAmeos","browser.toggleMouseHoverTranslateDirectly":"Ativar ou desativar temporariamente a tradu\xE7\xE3o direta do mouse hover na p\xE1gina",shortcutSettings:"Atalho","browser.translateWithOpenAI":"Usar temporariamente o OpenAI para traduzir a p\xE1gina atual",touchShortcutsToggleTranslateTouchElement:"Configurar gestos de toque na tela para traduzir par\xE1grafos espec\xEDficos","widget.instructionTooltip":"Consulte as instru\xE7\xF5es de uso","shortcutGroup.mouse":"Configura\xE7\xE3o de atalhos de teclado para hover do mouse",temprarilyChangeTranslationTo_deepl:"Est\xE1 a usar o DeepL para traduzir a p\xE1gina atual.","floatBall.longPress":"Pressione e segure para abrir rapidamente o painel de configura\xE7\xF5es.","widget.videoSubtitle":"legendas de v\xEDdeo",upgradeToProErrorTitle:"Por favor, atualize para o membro Pro antes de usar este servi\xE7o de tradu\xE7\xE3o.","floatBallOptions.fixedPositionDesc":"A bola flutuante est\xE1 \xE0 esquerda ou \xE0 direita da janela?","shortcutGroup.shortcutsForTranslationServices":"Servi\xE7os de tradu\xE7\xE3o atalhos relacionados",temprarilyChangeTranslationTo_transmart:"Est\xE1 a usar o Tencent para traduzir a p\xE1gina atual.",touchShortcutsOff:"fechar","browser.translateWithBing":"Usar temporariamente o Microsoft Translate para traduzir a p\xE1gina atual","browser.toggleVideoSubtitlePreTranslation":"Alternar legendas bil\xEDngues prefere usar configura\xE7\xF5es de tradu\xE7\xE3o imersiva","proQuotaExceededError.resetTime":"3. Tempo de redefini\xE7\xE3o do limite: {resetTime}","widget.videoSubtitleTooltip":"Suporta Youtube e outros {count}+ sites de v\xEDdeo","desc.touchShortcutsToggleTranslateTouchElement":"Personalize um gesto e voc\xEA poder\xE1 traduzir qualquer par\xE1grafo em que estiver.","subtitle.showQuickButton":"No leitor, exibir legendas em dois idiomas \xE9 um atalho","shortcutGroup.others":"Mais atalhos de fun\xE7\xF5es personalizadas",touchShortcutsToggleTranslationMask:"Configurar gestos de toque na tela para mostrar a m\xE1scara de tradu\xE7\xE3o / mostrar o texto original",temprarilyChangeTranslationTo_bing:"Est\xE1 a usar o Microsoft Translator para traduzir a p\xE1gina atual.","browser.translateWithGemini":"Use temporariamente o Gemini para traduzir a p\xE1gina atual","error.subscriptionExpired":"A sua associa\xE7\xE3o pode ter expirado, por favor verifique o estado da sua associa\xE7\xE3o.","browser.translateInputBox":"Traduzir o conte\xFAdo da caixa de entrada atual",touchShortcutsToggleTranslatePage:"Defina gestos de toque na tela para traduzir p\xE1ginas da web / mostrar o texto original","widget.translateFileTooltip":"Traduzir documentos PDF, EPUB, SRT, ASS, HTML e TXT","description.baiduField":"Os campos suportados s\xE3o vistos <1>aqui, se estiver vazio, significa que nenhum campo \xE9 especificado.","browser.translateWithDeepL":"Use temporariamente o DeepL para traduzir a p\xE1gina atual","desc.interfaceLanguage":"A configura\xE7\xE3o do idioma da interface afeta o idioma de exibi\xE7\xE3o do painel de controle e n\xE3o est\xE1 relacionada ao idioma de destino da tradu\xE7\xE3o.","neverTranslateText.title":`Por favor, traduza diretamente para o portugu\xEAs (evite explicar o texto original): Mantenha as seguintes palavras no original, n\xE3o traduza.`,"shortcutGroup.main":"Atalhos de fun\xE7\xF5es comuns",confirmResetToDefaultSettings:"Confirma que deseja restaurar este servi\xE7o de tradu\xE7\xE3o para as configura\xE7\xF5es padr\xE3o? (Apenas redefinir as configura\xE7\xF5es deste servi\xE7o de tradu\xE7\xE3o)","subtitle.showQuickButtonDescription":"No canto inferior direito do player de v\xEDdeo, fornece um atalho para ativar legendas bil\xEDngues.","slide.left":"Deslize para a direita","contact.description":"Se voc\xEA tiver alguma d\xFAvida ou sugest\xE3o, sinta-se \xE0 vontade para preencher o formul\xE1rio abaixo para nos contatar, ou envie um e-mail para {email}, responderemos o mais r\xE1pido poss\xEDvel.",paragraphMinTextCountDesc:"Aten\xE7\xE3o, aqui refere-se ao comprimento do caractere, por exemplo: hello tem 5 caracteres, definir um valor maior pode reduzir a tradu\xE7\xE3o desnecess\xE1ria de pequenos par\xE1grafos.","desc.toggleTranslateTheMainPage":"Traduza apenas a \xE1rea principal da p\xE1gina, quando voc\xEA ativou a tradu\xE7\xE3o de toda a \xE1rea da p\xE1gina nas configura\xE7\xF5es avan\xE7adas, voc\xEA pode usar este atalho para traduzir especificamente a \xE1rea principal da p\xE1gina.",mouseHoverCustomKeyDescription:"Voc\xEA pode personalizar um atalho de combina\xE7\xE3o de mouse sobre, como: Alt+Z, Ctrl+E, Cmd+Alt+E ou diretamente Cmd, por favor, insira manualmente.","desc.toggleMouseHoverTranslateDirectly":"Depois de pressionar esta tecla de atalho, na p\xE1gina, sempre que o mouse apontar para qualquer texto, ele ser\xE1 traduzido automaticamente. Pressione a tecla de atalho novamente para desativar este recurso de tradu\xE7\xE3o autom\xE1tica.","desc.mouseHoverHoldKey":"Quando o mouse \xE9 colocado sobre um par\xE1grafo, pressionando a tecla de atalho \xE0 direita ao mesmo tempo, voc\xEA pode traduzir diretamente esse par\xE1grafo.","floatBall.guideClickToTranslate":"Clique na bola flutuante de tradu\xE7\xE3o imersiva para traduzir rapidamente",translationOnlyModeDescription:"O modo de tradu\xE7\xE3o apenas se refere a mostrar apenas a tradu\xE7\xE3o, n\xE3o o modo bil\xEDngue padr\xE3o. Aten\xE7\xE3o: devido a limita\xE7\xF5es t\xE9cnicas, os hiperlinks do texto original ser\xE3o desativados no modo de tradu\xE7\xE3o apenas.","desc.touchShortcutsToggleTranslatePage":"Ap\xF3s a configura\xE7\xE3o, ao usar um dispositivo m\xF3vel, \xE9 poss\xEDvel tocar na tela com X dedos, deslizar para a esquerda e para a direita ou tocar continuamente para acionar a tradu\xE7\xE3o da p\xE1gina / exibir o texto original.","desc.touchShortcutsToggleTranslationMask":"A m\xE1scara de tradu\xE7\xE3o refere-se ao efeito de desfoque no estilo de tradu\xE7\xE3o (modo de aprendizado), que, quando ativado, usa temporariamente o efeito de desfoque na tradu\xE7\xE3o, facilitando o aprendizado.","intro.floatBallDescription":"Depois de ativado, um bot\xE3o de tradu\xE7\xE3o r\xE1pida ser\xE1 exibido no lado direito da p\xE1gina. Clique para traduzir e clique novamente para voltar ao texto original. No dispositivo m\xF3vel, pressione e segure a bola flutuante para abrir o painel de configura\xE7\xF5es r\xE1pidas.","proQuotaExceededError.trial":'\uFF0Cvoc\xEA pode escolher as seguintes maneiras de resolver:

1. Mude para {anotherService} ou outro servi\xE7o de tradu\xE7\xE3o
2. Atualize imediatamente para um membro oficial',"desc.toggleTranslateTheWholePage":"Traduzir toda a \xE1rea da p\xE1gina, por padr\xE3o, traduziremos a \xE1rea principal da p\xE1gina, voc\xEA pode usar este atalho para traduzir especificamente toda a \xE1rea da p\xE1gina.","subtitle.supportedSites":"J\xE1 \xE9 suportado o uso de legendas bil\xEDngues nestes sites (aten\xE7\xE3o: devido a limita\xE7\xF5es t\xE9cnicas, alguns sites podem precisar ser atualizados ap\xF3s a ativa\xE7\xE3o inicial das legendas, ou pode ser necess\xE1rio esperar a tradu\xE7\xE3o ser conclu\xEDda para exibir as legendas bil\xEDngues):",shortcutDisableTooltip:"Por favor, configure na p\xE1gina de gerenciamento de atalhos de extens\xE3o fornecida pelo navegador. Para mais orienta\xE7\xF5es, consulte as instru\xE7\xF5es na parte superior desta p\xE1gina.","proQuotaExceededError.onetime7day":'\uFF0Cvoc\xEA pode escolher as seguintes maneiras de resolver:

1. Mude para {anotherService} ou outro servi\xE7o de tradu\xE7\xE3o
2. Atualize para membro mensal/anual',"proQuotaExceededError.nonTrial":'\uFF0Cvoc\xEA pode escolher as seguintes maneiras de resolver:

1. Mude para {anotherService} ou outro servi\xE7o de tradu\xE7\xE3o
2. Compre um pacote de tr\xE1fego extra {translationService} ',"neverTranslateText.description":"Devido a algumas m\xE1quinas de tradu\xE7\xE3o n\xE3o reconhecerem adequadamente os nomes pr\xF3prios, voc\xEA pode adicionar palavras aqui para garantir que elas n\xE3o sejam convertidas durante o processo de tradu\xE7\xE3o. Por favor, note que esta fun\xE7\xE3o distingue mai\xFAsculas de min\xFAsculas e suporta apenas idiomas com palavras separadas por espa\xE7os (como ingl\xEAs, franc\xEAs), n\xE3o sendo adequada para idiomas como japon\xEAs, coreano, etc.","intro.hoverDescription":"A tradu\xE7\xE3o do mouse hover \xE9 uma fun\xE7\xE3o muito importante na tradu\xE7\xE3o imersiva, basta colocar o mouse sobre o par\xE1grafo e pressionar a tecla de atalho definida para traduzir automaticamente o par\xE1grafo atual (nota: n\xE3o est\xE1 ativado por padr\xE3o, por favor configure abaixo), esta intera\xE7\xE3o \xE9 usada para substituir melhor a tradu\xE7\xE3o de palavras selecionadas, al\xE9m disso, esta fun\xE7\xE3o tamb\xE9m \xE9 amplamente utilizada em \xE1reas de tradu\xE7\xE3o que n\xE3o podem ser reconhecidas, voc\xEA pode usar esta fun\xE7\xE3o para for\xE7ar a tradu\xE7\xE3o de qualquer par\xE1grafo.","intro.subtitleDescription":"Ap\xF3s ativar este recurso, as legendas bil\xEDngues ser\xE3o exibidas automaticamente durante a reprodu\xE7\xE3o do v\xEDdeo. Se n\xE3o estiver ativado, voc\xEA precisar\xE1 clicar manualmente no bot\xE3o de tradu\xE7\xE3o na p\xE1gina para exibir as legendas. Por favor, note que, devido a limita\xE7\xF5es t\xE9cnicas, alguns sites podem precisar atualizar a p\xE1gina ou esperar a tradu\xE7\xE3o ser conclu\xEDda antes de poderem exibir as legendas bil\xEDngues. (Al\xE9m disso, voc\xEA tamb\xE9m pode ativar/desativar o painel de atalhos de tradu\xE7\xE3o imersiva no canto superior direito ap\xF3s abrir o site do v\xEDdeo)

Atualmente, suportamos o uso de legendas bil\xEDngues nestes sites:",geminiWarning:"Aten\xE7\xE3o: O servi\xE7o gratuito Gemini fornecido pelo Google tem restri\xE7\xF5es rigorosas, pode ser considerado pelo Google que o usu\xE1rio est\xE1 usando v\xE1rias chaves para evitar suas restri\xE7\xF5es de cota gratuita, n\xE3o \xE9 recomendado usar, \xE9 aconselh\xE1vel esperar pelo Google para abrir a interface de pagamento Gemini no futuro para uso.","floatBall.setting":"Configura\xE7\xE3o","floatBall.translateToLanguage":"Clique para traduzir para {language}","floatBall.file":`Traduzir PDF, EPUB, SRT, ASS, HTML, arquivos TXT`,changeToOnlyTempTranslationMode:"Alternar para apresentar apenas tradu\xE7\xF5es",changeToDualTempTranslationMode:"Mudar para tradu\xE7\xE3o bilingue","transitionMode.dual":"Bilingue comparativo","options.navbar.translateFile":"Traduzir documento","options.navbar.installApp":"Instalar o aplicativo para celular","transitionMode.translation":"Apenas texto traduzido.","subtitle.transitionModeDescription":"Defina as legendas do v\xEDdeo para compara\xE7\xE3o bilingue ou apenas modo de tradu\xE7\xE3o","subtitle.transitionMode":"Legendas de v\xEDdeo bil\xEDngue / configura\xE7\xE3o apenas de tradu\xE7\xE3o","transitionMode.inherit":"Mantenha consist\xEAncia com o modo de exibi\xE7\xE3o de tradu\xE7\xE3o padr\xE3o do sistema.",translateFileTooltip:`Traduzir PDF, ePub, srt, @@ -5159,10 +5159,10 @@ ass, HTML, arquivos TXT`,"description.subtitlePrompt":`Em cen\xE1rios de legenda - id: 2 {env.imt_trans_field}: tradu\xE7\xE3o`,"subtitle.quickButton.green":"verde","subtitle.quickButton.magenta":"Magenta","translationServices.claude":"Claude","subtitle.quickButton.white":"branco","subtitle.quickButton.translationTextColor":"Cor da fonte da tradu\xE7\xE3o","subtitle.quickButton.backgroundOpacity":"opacidade de fundo","subtitle.quickButton.sourceFontSize":"Tamanho original da fonte","subtitle.quickButton.backgroundColor":"cor de fundo","subtitle.quickButton.setting":"configura\xE7\xE3o","subtitle.quickButton.blue":"azul","subtitle.quickButton.translationPositionBottom":"\u539F\u6587\u4E0B\u65B9","subtitle.quickButton.yellow":"Amarelo","subtitle.quickButton.translationPositionTop":"Acima do texto original","subtitle.quickButton.sourceTextColor":"Cor original da fonte","subtitle.quickButton.red":"vermelho","subtitle.quickButton.translationPosition":"Posi\xE7\xE3o de tradu\xE7\xE3o","subtitle.quickButton.cyan":"Azul","subtitle.quickButton.black":"preto","subtitle.quickButton.translationFontSize":"Tamanho da fonte do texto traduzido",attachSubtitleTranslating:"Usando {service} para traduzir...","error.claude.403":"Sem permiss\xE3o para acessar o servi\xE7o, pode estar relacionado com as restri\xE7\xF5es de \xE1rea de Claude, voc\xEA pode tentar alterar o seu endere\xE7o IP, ou usar outros servi\xE7os de tradu\xE7\xE3o.","browser.brandDescriptionForSafari":"\u3010Tradu\xE7\xE3o imersiva\u3011Um plugin de tradu\xE7\xE3o de p\xE1ginas da web bilingue (original/tradu\xE7\xE3o) gratuito, que suporta a tradu\xE7\xE3o de PDF e EPUB e mant\xE9m a formata\xE7\xE3o original do documento, a tradu\xE7\xE3o de legendas bilingues de v\xEDdeos online como Youtube/Netflix, e suporta servi\xE7os de tradu\xE7\xE3o mainstream como Deepl/Google;","browser.PdfProFile":"AI impulsionado pela tradu\xE7\xE3o do PDF Pro","browser.textTranslate":"Tradu\xE7\xE3o de texto"};var Os=[{code:"zh-CN",messages:ws},{code:"zh-TW",messages:As},{code:"en",messages:Ds},{code:"ja",messages:Es},{code:"ar",messages:_s},{code:"de",messages:ks},{code:"es",messages:Cs},{code:"fa",messages:Ps},{code:"fr",messages:Ls},{code:"hi",messages:Fs},{code:"it",messages:Bs},{code:"ru",messages:Is},{code:"ko",messages:zs},{code:"pt",messages:Ms}];var qr={};for(let t of Os)qr[t.code]=t.messages;var Vt="Immersive Translate",ke="immersive-translate";var V="immersiveTranslate";var xA=V+"GoogleAccessToken",wA=V+"AuthFlow";var AA=V+"AuthState",DA=V+"IframeMessage",EA=V+"WaitForRateLimit",Ns=V+"DocumentMessageAsk",_A=V+"DocumentMessageTellThirdParty",kA=V+"showError",CA=V+"DocumentMessageThirdPartyTell",PA=V+"DocumentMessageEventUpload",bm=V+"DocumentMessageHandler",LA=`${V}Share`,FA=`${V}ToggleMouseHoverTranslateDirectly`,BA=`${V}ReqDraft`,IA=`${V}ResDraft`,Tm=`${V}Container`,vm=`${V}SpecifiedContainer`,$t="buildinConfig",Ur="localConfig";var zA=`${V}PageTranslatedStatus`,MA=`${V}PageUrlChanged`,OA=`${V}ReceiveCommand`,RA=V+"LastUseMouseHoverTime",NA=V+"LastUseInputTime",qs=V+"LastUseManualTranslatePageTime",qA=`${V}PopupReceiveMessage`,ym="immersivetranslate.com",Sm="config.immersivetranslate.com",UA=`https://${ym}/`,HA=`https://${Sm}/default_config.json`,jA=`${V}Mark`,xm=`${V}Root`,WA=`${V}Walked`,KA=`data-${ke}-walked`,GA=`${V}Paragraph`,VA=`data-${ke}-paragraph`,$A=`data-${ke}-translation-element-mark`,QA=`${V}TranslationElementMark`,YA=`${V}TranslatedMark`,wm=`${V}LoadingId`,Am=`data-${ke}-loading-id`,XA=`${V}ErrorId`,ZA=`data-${ke}-error-id`,Dm=`${V}AtomicBlockMark`,Em=`${V}ExcludeMark`,JA=`data-${ke}-exclude-mark`,_m=`${V}StayOriginalMark`,eD=`${V}PreWhitespaceMark`,km=`${V}InlineMark`,Cm=`${V}BlockMark`,tD=`${V}Left`,rD=`${V}Right`,nD=`${V}Width`,aD=`${V}Height`,iD=`${V}Top`,oD=`${V}FontSize`;var sD=`${V}GlobalStyleMark`,Us=["@","#"];var Pm=`${ke}-target-wrapper`,lD=`${ke}-pdf-target-container`,uD=`${ke}-target-inner`,cD=`${ke}-source-wrapper`,dD=`${ke}-target-translation-block-wrapper`,pD=`${ke}-root-translation-theme`,mD=`${V}RootTranslationTheme`,gD=`${ke}-target-translation-vertical-block-wrapper`,hD=`${ke}-target-translation-pdf-block-wrapper`,fD=`${ke}-target-translation-pre-whitespace`,bD=`${ke}-target-translation-inline-wrapper`;var yn=["auto","zh-CN","zh-TW","en","ja","ko","es","de","fr","pt","pt-br","ru","ar","it","ms","id","vi","af","th","ur","yue","zh-CN-NE","bo","wyw","am","az","be","bg","bn","bs","ca","ceb","co","cs","cy","da","el","eo","et","eu","fa","fi","fil","fj","fy","ga","gd","gl","gu","ha","haw","he","hi","hmn","hr","ht","hu","hy","ig","is","jw","ka","kk","km","kn","ku","ky","la","lb","lo","lt","lv","mg","mi","mk","ml","mn","mr","mt","mww","my","ne","nl","no","ny","otq","pa","pl","ps","ro","sa","sd","si","sk","sl","sm","sn","so","sq","sr","sr-Cyrl","sr-Latn","st","su","sv","sw","ta","te","tg","tlh","tlh-Qaak","to","tr","ty","ug","uk","uz","xh","yi","yo","yua","zu"];var Hs=["https://immersive-translate.owenyoung.com/options/","https://immersive-translate.owenyoung.com/auth-done/","https://dash.immersivetranslate.com/","https://dash.immersivetranslate.com/auth-done/","http://localhost:8000/dist/userscript/options/","http://localhost:8000/auth-done/","http://192.168.50.9:8000/dist/userscript/options/","http://192.168.31.51:8000/dist/userscript/options/","http://192.168.1.72:8000/dist/userscript/options/","https://www.deepl.com/translator","translate.google.com","http://localhost:8000/options/","http://192.168.50.9:8000/options/","http://192.168.31.51:8000/options/","http://192.168.1.72:8000/options/"],Lt="zh-CN";var Rs=[{type:"select",name:"codename",labelKey:"field.translationEngine",default:"youdao",required:!1,options:[{label:"translationServices.google",value:"google"},{label:"translationServices.deepl",value:"deepl"},{label:"translationServices.youdao",value:"youdao"},{label:"translationServices.tencent",value:"tencent"},{label:"translationServices.aliyun",value:"aliyun"},{label:"translationServices.baidu",value:"baidu"},{label:"translationServices.caiyun",value:"caiyun"},{label:"translationServices.wechat",value:"wechat"},{label:"translationServices.ibm",value:"ibm"},{label:"translationServices.azure",value:"azure"},{label:"translationServices.aws",value:"aws"}]}];var Lm={bing:{name:"\u5FAE\u8F6F\u7FFB\u8BD1",homepage:"https://www.bing.com/translator"},google:{name:"Google",homepage:"https://translate.google.com/"},deepl:{name:"DeepL",homepage:"https://www.deepl.com/translator",docUrl:"https://immersivetranslate.com/docs/services/deepL/",providers:[{name:"pro",nameKey:"deepLProName",descriptionKey:"deepLProDescription",descriptionKeyForNormal:"deeplProDescriptionForNormal",descriptionLink1:"https://immersivetranslate.com/pricing"},{name:"custom",nameKey:"deepLCustomName",descriptionKey:"deepLCustomDescription",descriptionLink1:"https://www.deepl.com/translator",descriptionLink2:"https://immersivetranslate.com/docs/services/deepL/"}],allProps:[{name:"authKey",providers:["custom"],label:"Auth Key",required:!0,type:"password"}]},openai:{name:"Open AI",homepage:"https://openai.com/api/",docUrl:"https://immersivetranslate.com/docs/services/openai/",providers:[{name:"pro",nameKey:"openaiProName",descriptionKey:"openaiProDescription",descriptionKeyForNormal:"openaiProDescriptionForNormal",descriptionLink1:"https://immersivetranslate.com/pricing"},{name:"custom",nameKey:"openaiCustomName",descriptionKey:"openaiCustomDescription",descriptionLink1:"https://immersivetranslate.com/docs/services/openai/"}],allProps:[{name:"APIKEY",providers:["custom"],required:!0,type:"password"},{name:"model",labelKey:"field.model",descriptionKey:"description.model",required:!1,type:"model-select",default:"gpt-3.5-turbo-1106",providers:["custom"],options:[{providers:["custom","pro"],label:"gpt-3.5-turbo",value:"gpt-3.5-turbo"},{providers:["custom"],label:"gpt-3.5-turbo-0125",value:"gpt-3.5-turbo-0125"},{providers:["custom","pro"],label:"gpt-3.5-turbo-1106",value:"gpt-3.5-turbo-1106"},{providers:["custom","pro"],label:"gpt-3.5-turbo-0613",value:"gpt-3.5-turbo-0613"},{providers:["custom"],label:"gpt-4-1106-preview",value:"gpt-4-1106-preview"},{providers:["custom"],label:"gpt-4-0125-preview",value:"gpt-4-0125-preview"},{providers:["custom"],label:"gpt-4",value:"gpt-4"}]},{name:"limit",required:!1,labelKey:"field.limitPerSecond",descriptionKey:"description.limitPerSecond",descriptionLink1:"https://immersivetranslate.com/docs/services/openai/",type:"number",default:10,providers:["custom"]},{name:"maxTextLengthPerRequest",required:!1,labelKey:"field.maxTextLengthPerRequest",descriptionKey:"description.maxTextLengthPerRequest",type:"number",default:1200,optional:!0},{name:"maxTextGroupLengthPerRequest",required:!1,labelKey:"field.maxTextGroupLengthPerRequest",descriptionKey:"description.maxTextGroupLengthPerRequest",type:"number",default:1,optional:!0},{name:"apiUrl",labelKey:"field.apiUrl",required:!1,type:"text",default:"https://api.openai.com/v1/chat/completions",descriptionKey:"description.apiUrl",descriptionLink1:"https://immersivetranslate.com/docs/services/openai/",optional:!0,providers:["custom"]},{name:"systemPrompt",label:"System Prompt",required:!1,descriptionKey:"description.systemPrompt",type:"textarea",optional:!0,default:"You are a translation engine, you can only translate text and cannot interpret it, and do not explain."},{name:"prompt",label:"Prompt",required:!1,descriptionKey:"description.prompt",type:"textarea",default:`Translate the text to {{to}}, please do not explain any sentences, just translate or leave them as they are.: -{{text}}`,optional:!0},{name:"multiplePrompt",label:"Multiple Prompt",required:!1,descriptionKey:"description.multiplePrompt",type:"textarea",default:"",optional:!0},{name:"subtitlePrompt",label:"Subtitle Prompt",required:!1,descriptionKey:"description.subtitlePrompt",type:"textarea",default:"",optional:!0}]},yandex:{name:"Yandex",homepage:"https://translate.yandex.com/"},gemini:{name:"Gemini",homepage:"https://makersuite.google.com/",docUrl:"https://immersivetranslate.com/docs/services/gemini/",beta:!0,allProps:[{name:"APIKEY",providers:["custom"],required:!0,type:"password"},{name:"model",labelKey:"field.model",descriptionKey:"description.model",optional:!0,required:!1,type:"model-select",options:[{label:"gemini-1.0-pro-latest",value:"gemini-1.0-pro-latest"}]},{name:"limit",required:!1,optional:!0,labelKey:"field.limitPerSecond",descriptionKey:"description.generalLimitPerSecond",descriptionLink1:"https://immersivetranslate.com/docs/services/openai/",type:"number",default:1},{name:"maxTextLengthPerRequest",required:!1,labelKey:"field.maxTextLengthPerRequest",descriptionKey:"description.maxTextLengthPerRequest",type:"number",default:1200,optional:!0},{name:"maxTextGroupLengthPerRequest",required:!1,labelKey:"field.maxTextGroupLengthPerRequest",descriptionKey:"description.maxTextGroupLengthPerRequest",type:"number",default:3,optional:!0},{name:"apiUrl",labelKey:"field.apiUrl",required:!1,type:"text",default:"https://generativelanguage.googleapis.com/v1beta/models/{model}:generateContent?key={key}",descriptionKey:"description.apiUrl",descriptionLink1:"https://immersivetranslate.com/docs/services/gemini/",optional:!0},{name:"prompt",label:"Prompt",required:!1,descriptionKey:"description.prompt",type:"textarea",default:"",optional:!0},{name:"multiplePrompt",label:"Multiple Prompt",required:!1,descriptionKey:"description.multiplePrompt",type:"textarea",default:"",optional:!0},{name:"subtitlePrompt",label:"Subtitle Prompt",required:!1,descriptionKey:"description.subtitlePrompt",type:"textarea",default:"",optional:!0}]},claude:{name:"Claude",homepage:"https://www.anthropic.com/",docUrl:"https://immersivetranslate.com/docs/services/claude/",allProps:[{name:"APIKEY",providers:["custom"],required:!0,type:"password"},{name:"model",labelKey:"field.model",descriptionKey:"description.model",optional:!0,required:!1,type:"model-select",default:"claude-3-haiku-20240307",options:[{label:"claude-3-haiku-20240307",value:"claude-3-haiku-20240307"},{label:"claude-3-sonnet-20240229",value:"claude-3-sonnet-20240229"},{label:"claude-3-opus-20240229",value:"claude-3-opus-20240229"},{label:"claude-2.1",value:"claude-2.1"}]},{name:"limit",required:!1,optional:!0,labelKey:"field.limitPerSecond",descriptionKey:"description.generalLimitPerSecond",descriptionLink1:"https://immersivetranslate.com/docs/services/openai/",type:"number",default:1},{name:"maxTextLengthPerRequest",required:!1,labelKey:"field.maxTextLengthPerRequest",descriptionKey:"description.maxTextLengthPerRequest",type:"number",default:1200,optional:!0},{name:"maxTextGroupLengthPerRequest",required:!1,labelKey:"field.maxTextGroupLengthPerRequest",descriptionKey:"description.maxTextGroupLengthPerRequest",type:"number",default:10,optional:!0},{name:"apiUrl",labelKey:"field.apiUrl",required:!1,type:"text",default:"https://api.anthropic.com/v1/messages",descriptionKey:"description.apiUrl",descriptionLink1:"https://immersivetranslate.com/docs/services/claude/",optional:!0},{name:"prompt",label:"Prompt",required:!1,descriptionKey:"description.prompt",type:"textarea",default:"",optional:!0},{name:"multiplePrompt",label:"Multiple Prompt",required:!1,descriptionKey:"description.multiplePrompt",type:"textarea",default:"",optional:!0},{name:"subtitlePrompt",label:"Subtitle Prompt",required:!1,descriptionKey:"description.subtitlePrompt",type:"textarea",default:"",optional:!0}]},transmart:{name:"Transmart",homepage:"https://transmart.qq.com/"},youdao:{name:"Youdao",homepage:"https://youdao.com/",docUrl:"https://immersivetranslate.com/docs/services/youdao/",allProps:[{name:"appId",required:!0,type:"text"},{name:"appSecret",required:!0,type:"password"},{name:"limit",required:!1,labelKey:"field.limitPerSecond",descriptionKey:"description.generalLimitPerSecond",type:"number",default:5,optional:!0},{name:"maxTextLengthPerRequest",required:!1,labelKey:"field.maxTextLengthPerRequest",descriptionKey:"description.maxTextLengthPerRequest",type:"number",default:1200,optional:!0},{name:"maxTextGroupLengthPerRequest",required:!1,labelKey:"field.maxTextGroupLengthPerRequest",descriptionKey:"description.maxTextGroupLengthPerRequest",type:"number",default:200,optional:!0},{name:"domain",required:!1,labelKey:"field.domain",descriptionKey:"description.domain",descriptionLink1:"https://fanyi.youdao.com/openapi/",type:"text",default:"general",optional:!0},{name:"vocabId",required:!1,labelKey:"field.vocabId",descriptionKey:"description.vocabId",type:"text",default:"",optional:!0}]},tencent:{name:"Tencent",homepage:"https://fanyi.qq.com/",docUrl:"https://immersivetranslate.com/docs/services/tencent/",allProps:[{name:"secretId",required:!0,type:"text"},{name:"secretKey",required:!0,type:"password"}]},aliyun:{name:"Aliyun",homepage:"https://translate.alibaba.com/",docUrl:"https://immersivetranslate.com/docs/services/aliyun/",allProps:[{name:"AccessKeyID",required:!0,type:"text"},{name:"AccessKeySecret",required:!0,type:"password"},{name:"scene",labelKey:"field.scene",descriptionKey:"description.scene",descriptionLink1:"https://help.aliyun.com/document_detail/158267.html",required:!1,optional:!0,type:"text",default:"general"}]},azure:{name:"azure",homepage:"https://learn.microsoft.com/en-us/azure/cognitive-services/translator/text-translation-overview",docUrl:"https://immersivetranslate.com/docs/services/azure/",allProps:[{name:"region",required:!1,default:"eastasia",type:"text"},{name:"APIKEY",required:!0,type:"password"},{name:"apiUrl",labelKey:"field.apiUrl",required:!1,type:"text",default:"https://api.cognitive.microsofttranslator.com/",descriptionKey:"description.azureApiUrl",optional:!0}]},papago:{name:"Papago",homepage:"https://translate.google.com/",canary:!0},baidu:{name:"Baidu",homepage:"https://fanyi.baidu.com/",docUrl:"https://immersivetranslate.com/docs/services/baidu/",allProps:[{name:"appid",required:!0,type:"text"},{name:"key",required:!0,type:"password"},{name:"limit",required:!1,labelKey:"field.limitPerSecond",descriptionKey:"description.generalLimitPerSecond",type:"number",default:1,optional:!0},{name:"maxTextLengthPerRequest",required:!1,labelKey:"field.maxTextLengthPerRequest",descriptionKey:"description.maxTextLengthPerRequest",type:"number",default:1800,optional:!0},{name:"maxTextGroupLengthPerRequest",required:!1,labelKey:"field.maxTextGroupLengthPerRequest",descriptionKey:"description.maxTextGroupLengthPerRequest",type:"number",default:8,optional:!0},{name:"action",required:!1,labelKey:"field.action",descriptionKey:"description.action",descriptionLink1:"https://fanyi-api.baidu.com/doc/21",type:"boolean",default:!1,optional:!0},{name:"domain",required:!1,labelKey:"field.domain",descriptionKey:"description.baiduField",descriptionLink1:"https://fanyi-api.baidu.com/doc/22",type:"text",default:"",optional:!0}]},volc:{name:"Volc",homepage:"https://www.volcengine.com/",docUrl:"https://immersivetranslate.com/docs/services/volcano/",allProps:[{name:"accessKeyId",required:!0,type:"text"},{name:"secretAccessKey",required:!0,type:"password"},{name:"limit",required:!1,labelKey:"field.limitPerSecond",descriptionKey:"description.generalLimitPerSecond",type:"number",default:5,optional:!0},{name:"maxTextLengthPerRequest",required:!1,labelKey:"field.maxTextLengthPerRequest",descriptionKey:"description.maxTextLengthPerRequest",type:"number",default:1800,optional:!0},{name:"maxTextGroupLengthPerRequest",required:!1,labelKey:"field.maxTextGroupLengthPerRequest",descriptionKey:"description.maxTextGroupLengthPerRequest",type:"number",default:8,optional:!0}]},caiyun:{name:"Caiyun",homepage:"https://fanyi.caiyunapp.com/",docUrl:"https://immersivetranslate.com/docs/services/caiyun/",allProps:[{name:"token",required:!0,type:"password"}]},cai:{name:"Cai",homepage:"https://fanyi.caiyunapp.com/",alpha:!0},custom:{name:"Custom",beta:!0,homepage:"https://immersivetranslate.com/docs/services/custom/",titleKey:"description.custom",allProps:[{name:"url",label:"API URL",required:!0,type:"text"},{name:"langs",required:!1,labelKey:"field.langs",type:"textarea",default:"zh-CN,en",optional:!0},{name:"placeholderDelimiters",required:!1,labelKey:"field.placeholderDelimiters",type:"text",default:Us,optional:!0},{name:"limit",required:!1,labelKey:"field.limitPerSecond",descriptionKey:"description.generalLimitPerSecond",type:"number",default:5,optional:!0},{name:"maxTextLengthPerRequest",required:!1,labelKey:"field.maxTextLengthPerRequest",descriptionKey:"description.maxTextLengthPerRequest",type:"number",default:1200,optional:!0},{name:"maxTextGroupLengthPerRequest",required:!1,labelKey:"field.maxTextGroupLengthPerRequest",descriptionKey:"description.maxTextGroupLengthPerRequest",type:"number",default:1,optional:!0}]},mock:{name:"Mock",homepage:"https://www.google.com"},mock2:{name:"Mock2",homepage:"https://www.google.com"},tenAlpha:{name:"TenAlpha",homepage:"https://fanyi.qq.com/",alpha:!0},you:{name:"You",alpha:!0,homepage:"https://youdao.com/"},openl:{name:"Openl",homepage:"https://openl.club/",docUrl:"https://immersivetranslate.com/docs/services/openL/",allProps:[...Rs,{type:"password",name:"apikey",required:!0}],props:Rs},volcAlpha:{name:"Volc Alpha",alpha:!0,homepage:"https://www.volcengine.com/"},d:{name:"D () ",canary:!0,homepage:"https://www.deepl.com/translator"},dpro:{name:"DPro (Canary) ",canary:!0,homepage:"https://www.deepl.com/translator"},deeplx:{name:"DeepLX (Beta)",beta:!0,homepage:"https://www.deepl.com/translator",allProps:[{name:"url",label:"API URL",required:!0,type:"text"},{name:"limit",required:!1,labelKey:"field.limitPerSecond",descriptionKey:"description.generalLimitPerSecond",type:"number",default:5,optional:!0},{name:"maxTextLengthPerRequest",required:!1,labelKey:"field.maxTextLengthPerRequest",descriptionKey:"description.maxTextLengthPerRequest",type:"number",default:1200,optional:!0},{name:"maxTextGroupLengthPerRequest",required:!1,labelKey:"field.maxTextGroupLengthPerRequest",descriptionKey:"description.maxTextGroupLengthPerRequest",type:"number",default:1,optional:!0}]},niu:{name:"niutrans",homepage:"https://niutrans.com/",docUrl:"https://immersivetranslate.com/docs/services/niu",allProps:[{name:"APIKEY",required:!0,type:"password"}]}},TD={type:V+"ChildFrameToRootFrameIdentifier"};var vD=Je()?"https://dash.immersivetranslate.com/#general":"http://localhost:8000/dist/userscript/options/#general";var Ft="user_info",yD=Je()||St()?"https://api2.immersivetranslate.com":"https://test-api2.immersivetranslate.com",js=Je()||St()?"https://immersivetranslate.com/accounts/login?from=plugin":"https://test.immersivetranslate.com/accounts/login?from=plugin",SD=js+"&utm_source=extension&utm_medium=extension&utm_campaign=error_modal",xD=js+"&utm_source=extension&utm_medium=extension&utm_campaign=popup_more",Fm=Je()||St()?"https://immersivetranslate.com/profile":"https://test.immersivetranslate.com/profile",Ha=Je()||St()?"https://immersivetranslate.com/pricing":"https://test.immersivetranslate.com/pricing",Bm=Je()||St()?"https://immersivetranslate.com/download/":"https://test.immersivetranslate.com/download/",Im=Je()||St()?"https://immersivetranslate.com/topup?type=open_ai&":"https://test.immersivetranslate.com/topup?type=open_ai&",zm=Je()||St()?"https://immersivetranslate.com/topup?type=deepl&":"https://test.immersivetranslate.com/topup?type=deepl&",wD=Ha+"?utm_source=extension&utm_medium=extension&utm_campaign=popup_more",AD=Bm+"?utm_source=extension&utm_medium=extension&utm_campaign=options_nav",DD=Ha+"?utm_source=extension&utm_medium=extension&utm_campaign=popup_footer",Ws=Ha+"?utm_source=extension&utm_medium=extension&utm_campaign=error_modal",Ks=Im+"utm_source=extension&utm_medium=extension&utm_campaign=error_modal",Gs=zm+"utm_source=extension&utm_medium=extension&utm_campaign=error_modal",Vs=Fm+"?utm_source=extension&utm_medium=extension&utm_campaign=error_modal&upgradeFromTrial=true";var $s=Oe().TRANSLATE_FILE_URL,ED=$s+"?utm_source=extension&utm_medium=extension&utm_campaign=options_nav",_D=$s+"?utm_source=extension&utm_medium=extension&utm_campaign=float_ball";var cr=console,ja=class{#e=performance.now();reset(){this.#e=performance.now()}stop(e){let r=performance.now(),n=Math.round(r-this.#e),a=Ye.green;n>1e4?a=Ye.red:n>1e3&&(a=Ye.yellow),cr.debug(Ye.dim(Vt+" TIMING:"),e,"in",a(n+"ms")),this.#e=r}},Hr=class{#e=1;get level(){return this.#e}setLevel(e){switch(e){case"debug":this.#e=0;break;case"info":this.#e=1;break;case"warn":this.#e=2;break;case"error":this.#e=3;break;case"fatal":this.#e=4;break}}debug(...e){this.#e<=0&&cr.log(Ye.dim(Vt+" DEBUG:"),...e)}v(...e){this.#e<=0}info(...e){this.#e<=1&&cr.log(Ye.green(Vt+" INFO:"),...e)}l(...e){this.#e<=1}warn(...e){this.#e<=2&&cr.warn(Ye.yellow(Vt+" WARN:"),...e)}error(...e){this.#e<=3&&cr.error(Ye.red(Vt+" ERROR:"),...e)}fatal(...e){this.#e<=4&&cr.error(Ye.red(Vt+" FATAL:"),...e)}timing(){return this.level===0?new ja:{reset:()=>{},stop:()=>{}}}},$e=new Hr;function Sn(t){if(typeof t!="string")return"auto";let e=t.toLowerCase();if(e==="und")return"auto";if(e==="zh"||e.startsWith("zh-hans"))return"zh-CN";if(e.startsWith("zh-hant")||e.startsWith("zh-hk")||e.startsWith("zh-tw"))return"zh-TW";if(e.startsWith("zh-"))return"zh-CN";if(e==="iw")return"he";if(e==="jv")return"jw";let r=yn.map(a=>a.toLowerCase()),n=r.indexOf(e);if(n===-1)if(e.indexOf("-")>=0){e=e.split("-")[0];let a=r.indexOf(e);return a===-1?"auto":yn[a]}else return"auto";else return yn[n]}function dr(t){return!!(t&&t.subscription&&t.subscription.subscriptionStatus==="active")}var Qs=V+"SyncStoreKey_";function Bt(t,e){let r=Qs+t;return se.storage.sync.get(r).then(n=>n[r]===void 0?e:n[r])}function pr(t,e){let r=Qs+t;return se.storage.sync.set({[r]:e})}var Mm=V+"StoreKey_";function jr(t,e){let r=Mm+t;return se.storage.local.get(r).then(n=>n[r]===void 0?e:n[r])}var Qt=V+"CacheKey_";function Om(t,e){let r=Qt+t;return se.storage.local.get(r).then(n=>n[r]===void 0?e:n[r])}function Rm(){let t=se.storage.local.refresh;t&&t()}function Nm(t,e){let r=Qt+t;return se.storage.local.get(r).then(n=>{if(n[r]===void 0)return e;let{value:a,expired:i}=n[r];return i&&in.startsWith(Qt)).filter(n=>n!==Qt+Ft);if(r.length>0)return se.storage.local.remove(r)}}var mr={get:Om,set:Um,getExpired:Nm,setExpired:qm,remove:Hm,clear:jm,refresh:Rm};function Wm(t,e){let r=t;return e&&Object.keys(e).forEach(n=>{let a=e[n];if(a===void 0)return;let i=Gm(n);if(typeof a=="object"||i){let o=a;i&&typeof o=="string"&&(o={tag:"a",href:o,target:"_blank",class:"immersive-translate-link"});let l=`<${n}>`,s=r.indexOf(l);if(s!==-1){let u=o.tag||"a",c=r.indexOf(``);if(c!==-1){let d=r.substring(s+l.length,c),g=Object.keys(o).filter(m=>m!=="tag").map(m=>`${m}="${o[m]}"`).join(" ");r=r.replace(`${l}${d}`,`<${u} ${g}>${d}`)}}}else if(a){let o=new RegExp("{"+n+"}","gm");r=r.replace(o,a.toString())}}),r}function Ys(t,e,r){let n=t[e];if(!n)return r;if(!r)return"";let a=r.split("."),i="";do{i+=a.shift();let o=n[i];o!==void 0&&(typeof o=="object"||!a.length)?(n=o,i=""):a.length?i+=".":n=r}while(a.length);return n}function Km(t,e,r,n,a){if(!t.hasOwnProperty(r))return e;let i=Ys(t,r,e);return i===e&&r!==n&&(i=Ys(t,n,e)),Wm(i,a)}function Gm(t){if(typeof t=="number")return!0;if(t){let e=parseInt(t);return!isNaN(e)}else return!1}function It(t,e,r){return Km(qr,e,t.config.interfaceLanguage,"en",r)}function Xs(t,e){let r=new Date(t),n=r.getFullYear().toString(),a=(r.getMonth()+1).toString().padStart(2,"0"),i=r.getDate().toString().padStart(2,"0"),o=r.getHours().toString().padStart(2,"0"),l=r.getMinutes().toString().padStart(2,"0"),s=r.getSeconds().toString().padStart(2,"0");return e.replace("YYYY",n).replace("MM",a).replace("DD",i).replace("HH",o).replace("mm",l).replace("ss",s)}function Zs(t){return new Date(t).getTime()}var zt=class extends Error{status;constructor(e,r){if(e&&r){super(r),this.name=e;return}super(e)}initNetWork(e){return e&&(this.status=e),this}initStack(e){return e&&(this.stack=e),this}initData(e){return this.data=e,this}data;uiConfig(e){if(!this.message)return{};let r=null;if(r=this.handleProQuota(e)||this.handleUnavailableError(e)||this.handleProUser(e)||this.handleServiceMissingConfig(e)||this.handleNetwork(e)||this.handleFetchError(e),!r){let n=It.bind(null,e),a=this.getErrorMsg();r={type:"error",title:n("networkError"),errMsg:n("error.serveUnavailable",{serverName:n("translationServices."+e.translationService),1:"https://dash.immersivetranslate.com/#general",2:"https://immersivetranslate.com/pricing/?utm_source=extension&utm_medium=webpage&utm_campaign=service_error",3:"https://immersivetranslate.com/pricing/?utm_source=extension&utm_medium=webpage&utm_campaign=service_error"})+"

"+n("errorReason",{message:a}),action:"changeService"}}return r}getErrorMsg(){return this.status?this.status<0?this.message:`${this.status}: ${this.message}`:this.message}handleUnavailableError(e){let r=It.bind(null,e),n=this.message.startsWith("bingAuth"),a=this.data?.translationService==="transmart"&&this.message.startsWith("Server is busy now");if(n||a)return this.message=this.message.replace("bingAuth:",""),{type:"network",title:r("networkError"),errMsg:r("error.serveUnavailable",{serverName:r("translationServices."+e.translationService),1:"https://dash.immersivetranslate.com/#general",2:"https://immersivetranslate.com/pricing/?utm_source=extension&utm_medium=webpage&utm_campaign=service_error",3:"https://immersivetranslate.com/pricing/?utm_source=extension&utm_medium=webpage&utm_campaign=service_error"})+"

"+r("errorReason",{message:this.message}),action:"changeService"}}handleServiceMissingConfig(e){let r=It.bind(null,e);if(this.message.endsWith(" are required")||this.message.includes("You didn't provide an API key"))return{type:"configError",title:r("error.serveConfigError"),errMsg:this.getErrorMsg()+"

"+r("error.reloadPageOfSetting"),action:"setting"}}handleNetwork(e){let r=It.bind(null,e),n="retry",a="network",i=r("networkError");if(!this.status||this.status<0)return;let o=this.getErrorMsg();return this.status===429?this.data?.translationService=="google"?o=`${r("error.googleLimitIp")}

${o}`:this.data?.translationService=="openai"&&(this.message.indexOf("Limit: 3 / min")>=0||this.message.includes("rate_limit_exceeded")&&this.message.includes("Limit 3"))?o=`${r("error.openAIFreeLimit")}

+{{text}}`,optional:!0},{name:"multiplePrompt",label:"Multiple Prompt",required:!1,descriptionKey:"description.multiplePrompt",type:"textarea",default:"",optional:!0},{name:"subtitlePrompt",label:"Subtitle Prompt",required:!1,descriptionKey:"description.subtitlePrompt",type:"textarea",default:"",optional:!0}]},yandex:{name:"Yandex",homepage:"https://translate.yandex.com/"},gemini:{name:"Gemini",homepage:"https://makersuite.google.com/",docUrl:"https://immersivetranslate.com/docs/services/gemini/",beta:!0,allProps:[{name:"APIKEY",providers:["custom"],required:!0,type:"password"},{name:"model",labelKey:"field.model",descriptionKey:"description.model",optional:!0,required:!1,type:"model-select",options:[{label:"gemini-1.0-pro-latest",value:"gemini-1.0-pro-latest"}]},{name:"limit",required:!1,optional:!0,labelKey:"field.limitPerSecond",descriptionKey:"description.generalLimitPerSecond",descriptionLink1:"https://immersivetranslate.com/docs/services/openai/",type:"number",default:1},{name:"maxTextLengthPerRequest",required:!1,labelKey:"field.maxTextLengthPerRequest",descriptionKey:"description.maxTextLengthPerRequest",type:"number",default:1200,optional:!0},{name:"maxTextGroupLengthPerRequest",required:!1,labelKey:"field.maxTextGroupLengthPerRequest",descriptionKey:"description.maxTextGroupLengthPerRequest",type:"number",default:3,optional:!0},{name:"apiUrl",labelKey:"field.apiUrl",required:!1,type:"text",default:"https://generativelanguage.googleapis.com/v1beta/models/{model}:generateContent?key={key}",descriptionKey:"description.apiUrl",descriptionLink1:"https://immersivetranslate.com/docs/services/gemini/",optional:!0},{name:"prompt",label:"Prompt",required:!1,descriptionKey:"description.prompt",type:"textarea",default:"",optional:!0},{name:"multiplePrompt",label:"Multiple Prompt",required:!1,descriptionKey:"description.multiplePrompt",type:"textarea",default:"",optional:!0},{name:"subtitlePrompt",label:"Subtitle Prompt",required:!1,descriptionKey:"description.subtitlePrompt",type:"textarea",default:"",optional:!0}]},claude:{name:"Claude",homepage:"https://www.anthropic.com/",docUrl:"https://immersivetranslate.com/docs/services/claude/",allProps:[{name:"APIKEY",providers:["custom"],required:!0,type:"password"},{name:"model",labelKey:"field.model",descriptionKey:"description.model",optional:!0,required:!1,type:"model-select",default:"claude-3-haiku-20240307",options:[{label:"claude-3-haiku-20240307",value:"claude-3-haiku-20240307"},{label:"claude-3-sonnet-20240229",value:"claude-3-sonnet-20240229"},{label:"claude-3-opus-20240229",value:"claude-3-opus-20240229"},{label:"claude-2.1",value:"claude-2.1"}]},{name:"limit",required:!1,optional:!0,labelKey:"field.limitPerSecond",descriptionKey:"description.generalLimitPerSecond",descriptionLink1:"https://immersivetranslate.com/docs/services/openai/",type:"number",default:1},{name:"maxTextLengthPerRequest",required:!1,labelKey:"field.maxTextLengthPerRequest",descriptionKey:"description.maxTextLengthPerRequest",type:"number",default:1200,optional:!0},{name:"maxTextGroupLengthPerRequest",required:!1,labelKey:"field.maxTextGroupLengthPerRequest",descriptionKey:"description.maxTextGroupLengthPerRequest",type:"number",default:10,optional:!0},{name:"apiUrl",labelKey:"field.apiUrl",required:!1,type:"text",default:"https://api.anthropic.com/v1/messages",descriptionKey:"description.apiUrl",descriptionLink1:"https://immersivetranslate.com/docs/services/claude/",optional:!0},{name:"systemPrompt",label:"System Prompt",required:!1,descriptionKey:"description.systemPrompt",type:"textarea",optional:!0,default:"You are a translation engine, you can only translate text and cannot interpret it, and do not explain."},{name:"prompt",label:"Prompt",required:!1,descriptionKey:"description.prompt",type:"textarea",default:"",optional:!0},{name:"multiplePrompt",label:"Multiple Prompt",required:!1,descriptionKey:"description.multiplePrompt",type:"textarea",default:"",optional:!0},{name:"subtitlePrompt",label:"Subtitle Prompt",required:!1,descriptionKey:"description.subtitlePrompt",type:"textarea",default:"",optional:!0}]},transmart:{name:"Transmart",homepage:"https://transmart.qq.com/"},youdao:{name:"Youdao",homepage:"https://youdao.com/",docUrl:"https://immersivetranslate.com/docs/services/youdao/",allProps:[{name:"appId",required:!0,type:"text"},{name:"appSecret",required:!0,type:"password"},{name:"limit",required:!1,labelKey:"field.limitPerSecond",descriptionKey:"description.generalLimitPerSecond",type:"number",default:5,optional:!0},{name:"maxTextLengthPerRequest",required:!1,labelKey:"field.maxTextLengthPerRequest",descriptionKey:"description.maxTextLengthPerRequest",type:"number",default:1200,optional:!0},{name:"maxTextGroupLengthPerRequest",required:!1,labelKey:"field.maxTextGroupLengthPerRequest",descriptionKey:"description.maxTextGroupLengthPerRequest",type:"number",default:200,optional:!0},{name:"domain",required:!1,labelKey:"field.domain",descriptionKey:"description.domain",descriptionLink1:"https://fanyi.youdao.com/openapi/",type:"text",default:"general",optional:!0},{name:"vocabId",required:!1,labelKey:"field.vocabId",descriptionKey:"description.vocabId",type:"text",default:"",optional:!0}]},tencent:{name:"Tencent",homepage:"https://fanyi.qq.com/",docUrl:"https://immersivetranslate.com/docs/services/tencent/",allProps:[{name:"secretId",required:!0,type:"text"},{name:"secretKey",required:!0,type:"password"}]},aliyun:{name:"Aliyun",homepage:"https://translate.alibaba.com/",docUrl:"https://immersivetranslate.com/docs/services/aliyun/",allProps:[{name:"AccessKeyID",required:!0,type:"text"},{name:"AccessKeySecret",required:!0,type:"password"},{name:"scene",labelKey:"field.scene",descriptionKey:"description.scene",descriptionLink1:"https://help.aliyun.com/document_detail/158267.html",required:!1,optional:!0,type:"text",default:"general"}]},azure:{name:"azure",homepage:"https://learn.microsoft.com/en-us/azure/cognitive-services/translator/text-translation-overview",docUrl:"https://immersivetranslate.com/docs/services/azure/",allProps:[{name:"region",required:!1,default:"eastasia",type:"text"},{name:"APIKEY",required:!0,type:"password"},{name:"apiUrl",labelKey:"field.apiUrl",required:!1,type:"text",default:"https://api.cognitive.microsofttranslator.com/",descriptionKey:"description.azureApiUrl",optional:!0}]},papago:{name:"Papago",homepage:"https://translate.google.com/",canary:!0},baidu:{name:"Baidu",homepage:"https://fanyi.baidu.com/",docUrl:"https://immersivetranslate.com/docs/services/baidu/",allProps:[{name:"appid",required:!0,type:"text"},{name:"key",required:!0,type:"password"},{name:"limit",required:!1,labelKey:"field.limitPerSecond",descriptionKey:"description.generalLimitPerSecond",type:"number",default:1,optional:!0},{name:"maxTextLengthPerRequest",required:!1,labelKey:"field.maxTextLengthPerRequest",descriptionKey:"description.maxTextLengthPerRequest",type:"number",default:1800,optional:!0},{name:"maxTextGroupLengthPerRequest",required:!1,labelKey:"field.maxTextGroupLengthPerRequest",descriptionKey:"description.maxTextGroupLengthPerRequest",type:"number",default:8,optional:!0},{name:"action",required:!1,labelKey:"field.action",descriptionKey:"description.action",descriptionLink1:"https://fanyi-api.baidu.com/doc/21",type:"boolean",default:!1,optional:!0},{name:"domain",required:!1,labelKey:"field.domain",descriptionKey:"description.baiduField",descriptionLink1:"https://fanyi-api.baidu.com/doc/22",type:"text",default:"",optional:!0}]},volc:{name:"Volc",homepage:"https://www.volcengine.com/",docUrl:"https://immersivetranslate.com/docs/services/volcano/",allProps:[{name:"accessKeyId",required:!0,type:"text"},{name:"secretAccessKey",required:!0,type:"password"},{name:"limit",required:!1,labelKey:"field.limitPerSecond",descriptionKey:"description.generalLimitPerSecond",type:"number",default:5,optional:!0},{name:"maxTextLengthPerRequest",required:!1,labelKey:"field.maxTextLengthPerRequest",descriptionKey:"description.maxTextLengthPerRequest",type:"number",default:1800,optional:!0},{name:"maxTextGroupLengthPerRequest",required:!1,labelKey:"field.maxTextGroupLengthPerRequest",descriptionKey:"description.maxTextGroupLengthPerRequest",type:"number",default:8,optional:!0}]},caiyun:{name:"Caiyun",homepage:"https://fanyi.caiyunapp.com/",docUrl:"https://immersivetranslate.com/docs/services/caiyun/",allProps:[{name:"token",required:!0,type:"password"}]},cai:{name:"Cai",homepage:"https://fanyi.caiyunapp.com/",alpha:!0},custom:{name:"Custom",beta:!0,homepage:"https://immersivetranslate.com/docs/services/custom/",titleKey:"description.custom",allProps:[{name:"url",label:"API URL",required:!0,type:"text"},{name:"langs",required:!1,labelKey:"field.langs",type:"textarea",default:"zh-CN,en",optional:!0},{name:"placeholderDelimiters",required:!1,labelKey:"field.placeholderDelimiters",type:"text",default:Us,optional:!0},{name:"limit",required:!1,labelKey:"field.limitPerSecond",descriptionKey:"description.generalLimitPerSecond",type:"number",default:5,optional:!0},{name:"maxTextLengthPerRequest",required:!1,labelKey:"field.maxTextLengthPerRequest",descriptionKey:"description.maxTextLengthPerRequest",type:"number",default:1200,optional:!0},{name:"maxTextGroupLengthPerRequest",required:!1,labelKey:"field.maxTextGroupLengthPerRequest",descriptionKey:"description.maxTextGroupLengthPerRequest",type:"number",default:1,optional:!0}]},mock:{name:"Mock",homepage:"https://www.google.com"},mock2:{name:"Mock2",homepage:"https://www.google.com"},tenAlpha:{name:"TenAlpha",homepage:"https://fanyi.qq.com/",alpha:!0},you:{name:"You",alpha:!0,homepage:"https://youdao.com/"},openl:{name:"Openl",homepage:"https://openl.club/",docUrl:"https://immersivetranslate.com/docs/services/openL/",allProps:[...Rs,{type:"password",name:"apikey",required:!0}],props:Rs},volcAlpha:{name:"Volc Alpha",alpha:!0,homepage:"https://www.volcengine.com/"},d:{name:"D () ",canary:!0,homepage:"https://www.deepl.com/translator"},dpro:{name:"DPro (Canary) ",canary:!0,homepage:"https://www.deepl.com/translator"},deeplx:{name:"DeepLX (Beta)",beta:!0,homepage:"https://www.deepl.com/translator",allProps:[{name:"url",label:"API URL",required:!0,type:"text"},{name:"limit",required:!1,labelKey:"field.limitPerSecond",descriptionKey:"description.generalLimitPerSecond",type:"number",default:5,optional:!0},{name:"maxTextLengthPerRequest",required:!1,labelKey:"field.maxTextLengthPerRequest",descriptionKey:"description.maxTextLengthPerRequest",type:"number",default:1200,optional:!0},{name:"maxTextGroupLengthPerRequest",required:!1,labelKey:"field.maxTextGroupLengthPerRequest",descriptionKey:"description.maxTextGroupLengthPerRequest",type:"number",default:1,optional:!0}]},niu:{name:"niutrans",homepage:"https://niutrans.com/",docUrl:"https://immersivetranslate.com/docs/services/niu",allProps:[{name:"APIKEY",required:!0,type:"password"}]}},TD={type:V+"ChildFrameToRootFrameIdentifier"};var vD=Je()?"https://dash.immersivetranslate.com/#general":"http://localhost:8000/dist/userscript/options/#general";var Ft="user_info",yD=Je()||St()?"https://api2.immersivetranslate.com":"https://test-api2.immersivetranslate.com",js=Je()||St()?"https://immersivetranslate.com/accounts/login?from=plugin":"https://test.immersivetranslate.com/accounts/login?from=plugin",SD=js+"&utm_source=extension&utm_medium=extension&utm_campaign=error_modal",xD=js+"&utm_source=extension&utm_medium=extension&utm_campaign=popup_more",Fm=Je()||St()?"https://immersivetranslate.com/profile":"https://test.immersivetranslate.com/profile",Ha=Je()||St()?"https://immersivetranslate.com/pricing":"https://test.immersivetranslate.com/pricing",Bm=Je()||St()?"https://immersivetranslate.com/download/":"https://test.immersivetranslate.com/download/",Im=Je()||St()?"https://immersivetranslate.com/topup?type=open_ai&":"https://test.immersivetranslate.com/topup?type=open_ai&",zm=Je()||St()?"https://immersivetranslate.com/topup?type=deepl&":"https://test.immersivetranslate.com/topup?type=deepl&",wD=Ha+"?utm_source=extension&utm_medium=extension&utm_campaign=popup_more",AD=Bm+"?utm_source=extension&utm_medium=extension&utm_campaign=options_nav",DD=Ha+"?utm_source=extension&utm_medium=extension&utm_campaign=popup_footer",Ws=Ha+"?utm_source=extension&utm_medium=extension&utm_campaign=error_modal",Ks=Im+"utm_source=extension&utm_medium=extension&utm_campaign=error_modal",Gs=zm+"utm_source=extension&utm_medium=extension&utm_campaign=error_modal",Vs=Fm+"?utm_source=extension&utm_medium=extension&utm_campaign=error_modal&upgradeFromTrial=true";var $s=Oe().TRANSLATE_FILE_URL,ED=$s+"?utm_source=extension&utm_medium=extension&utm_campaign=options_nav",_D=$s+"?utm_source=extension&utm_medium=extension&utm_campaign=float_ball";var cr=console,ja=class{#e=performance.now();reset(){this.#e=performance.now()}stop(e){let r=performance.now(),n=Math.round(r-this.#e),a=Ye.green;n>1e4?a=Ye.red:n>1e3&&(a=Ye.yellow),cr.debug(Ye.dim(Vt+" TIMING:"),e,"in",a(n+"ms")),this.#e=r}},Hr=class{#e=1;get level(){return this.#e}setLevel(e){switch(e){case"debug":this.#e=0;break;case"info":this.#e=1;break;case"warn":this.#e=2;break;case"error":this.#e=3;break;case"fatal":this.#e=4;break}}debug(...e){this.#e<=0&&cr.log(Ye.dim(Vt+" DEBUG:"),...e)}v(...e){this.#e<=0}info(...e){this.#e<=1&&cr.log(Ye.green(Vt+" INFO:"),...e)}l(...e){this.#e<=1}warn(...e){this.#e<=2&&cr.warn(Ye.yellow(Vt+" WARN:"),...e)}error(...e){this.#e<=3&&cr.error(Ye.red(Vt+" ERROR:"),...e)}fatal(...e){this.#e<=4&&cr.error(Ye.red(Vt+" FATAL:"),...e)}timing(){return this.level===0?new ja:{reset:()=>{},stop:()=>{}}}},$e=new Hr;function Sn(t){if(typeof t!="string")return"auto";let e=t.toLowerCase();if(e==="und")return"auto";if(e==="zh"||e.startsWith("zh-hans"))return"zh-CN";if(e.startsWith("zh-hant")||e.startsWith("zh-hk")||e.startsWith("zh-tw"))return"zh-TW";if(e.startsWith("zh-"))return"zh-CN";if(e==="iw")return"he";if(e==="jv")return"jw";let r=yn.map(a=>a.toLowerCase()),n=r.indexOf(e);if(n===-1)if(e.indexOf("-")>=0){e=e.split("-")[0];let a=r.indexOf(e);return a===-1?"auto":yn[a]}else return"auto";else return yn[n]}function dr(t){return!!(t&&t.subscription&&t.subscription.subscriptionStatus==="active")}var Qs=V+"SyncStoreKey_";function Bt(t,e){let r=Qs+t;return se.storage.sync.get(r).then(n=>n[r]===void 0?e:n[r])}function pr(t,e){let r=Qs+t;return se.storage.sync.set({[r]:e})}var Mm=V+"StoreKey_";function jr(t,e){let r=Mm+t;return se.storage.local.get(r).then(n=>n[r]===void 0?e:n[r])}var Qt=V+"CacheKey_";function Om(t,e){let r=Qt+t;return se.storage.local.get(r).then(n=>n[r]===void 0?e:n[r])}function Rm(){let t=se.storage.local.refresh;t&&t()}function Nm(t,e){let r=Qt+t;return se.storage.local.get(r).then(n=>{if(n[r]===void 0)return e;let{value:a,expired:i}=n[r];return i&&in.startsWith(Qt)).filter(n=>n!==Qt+Ft);if(r.length>0)return se.storage.local.remove(r)}}var mr={get:Om,set:Um,getExpired:Nm,setExpired:qm,remove:Hm,clear:jm,refresh:Rm};function Wm(t,e){let r=t;return e&&Object.keys(e).forEach(n=>{let a=e[n];if(a===void 0)return;let i=Gm(n);if(typeof a=="object"||i){let o=a;i&&typeof o=="string"&&(o={tag:"a",href:o,target:"_blank",class:"immersive-translate-link"});let l=`<${n}>`,s=r.indexOf(l);if(s!==-1){let u=o.tag||"a",c=r.indexOf(``);if(c!==-1){let d=r.substring(s+l.length,c),g=Object.keys(o).filter(m=>m!=="tag").map(m=>`${m}="${o[m]}"`).join(" ");r=r.replace(`${l}${d}`,`<${u} ${g}>${d}`)}}}else if(a){let o=new RegExp("{"+n+"}","gm");r=r.replace(o,a.toString())}}),r}function Ys(t,e,r){let n=t[e];if(!n)return r;if(!r)return"";let a=r.split("."),i="";do{i+=a.shift();let o=n[i];o!==void 0&&(typeof o=="object"||!a.length)?(n=o,i=""):a.length?i+=".":n=r}while(a.length);return n}function Km(t,e,r,n,a){if(!t.hasOwnProperty(r))return e;let i=Ys(t,r,e);return i===e&&r!==n&&(i=Ys(t,n,e)),Wm(i,a)}function Gm(t){if(typeof t=="number")return!0;if(t){let e=parseInt(t);return!isNaN(e)}else return!1}function It(t,e,r){return Km(qr,e,t.config.interfaceLanguage,"en",r)}function Xs(t,e){let r=new Date(t),n=r.getFullYear().toString(),a=(r.getMonth()+1).toString().padStart(2,"0"),i=r.getDate().toString().padStart(2,"0"),o=r.getHours().toString().padStart(2,"0"),l=r.getMinutes().toString().padStart(2,"0"),s=r.getSeconds().toString().padStart(2,"0");return e.replace("YYYY",n).replace("MM",a).replace("DD",i).replace("HH",o).replace("mm",l).replace("ss",s)}function Zs(t){return new Date(t).getTime()}var zt=class extends Error{status;constructor(e,r){if(e&&r){super(r),this.name=e;return}super(e)}initNetWork(e){return e&&(this.status=e),this}initStack(e){return e&&(this.stack=e),this}initData(e){return this.data=e,this}data;uiConfig(e){if(!this.message)return{};let r=null;if(r=this.handleProQuota(e)||this.handleUnavailableError(e)||this.handleProUser(e)||this.handleServiceMissingConfig(e)||this.handleNetwork(e)||this.handleFetchError(e),!r){let n=It.bind(null,e),a=this.getErrorMsg();r={type:"error",title:n("networkError"),errMsg:n("error.serveUnavailable",{serverName:n("translationServices."+e.translationService),1:"https://dash.immersivetranslate.com/#general",2:"https://immersivetranslate.com/pricing/?utm_source=extension&utm_medium=webpage&utm_campaign=service_error",3:"https://immersivetranslate.com/pricing/?utm_source=extension&utm_medium=webpage&utm_campaign=service_error"})+"

"+n("errorReason",{message:a}),action:"changeService"}}return r}getErrorMsg(){return this.status?this.status<0?this.message:`${this.status}: ${this.message}`:this.message}handleUnavailableError(e){let r=It.bind(null,e),n=this.message.startsWith("bingAuth"),a=this.data?.translationService==="transmart"&&this.message.startsWith("Server is busy now");if(n||a)return this.message=this.message.replace("bingAuth:",""),{type:"network",title:r("networkError"),errMsg:r("error.serveUnavailable",{serverName:r("translationServices."+e.translationService),1:"https://dash.immersivetranslate.com/#general",2:"https://immersivetranslate.com/pricing/?utm_source=extension&utm_medium=webpage&utm_campaign=service_error",3:"https://immersivetranslate.com/pricing/?utm_source=extension&utm_medium=webpage&utm_campaign=service_error"})+"

"+r("errorReason",{message:this.message}),action:"changeService"}}handleServiceMissingConfig(e){let r=It.bind(null,e);if(this.message.endsWith(" are required")||this.message.includes("You didn't provide an API key"))return{type:"configError",title:r("error.serveConfigError"),errMsg:this.getErrorMsg()+"

"+r("error.reloadPageOfSetting"),action:"setting"}}handleNetwork(e){let r=It.bind(null,e),n="retry",a="network",i=r("networkError");if(!this.status||this.status<0)return;let o=this.getErrorMsg();return this.status===429?this.data?.translationService=="google"?o=`${r("error.googleLimitIp")}

${o}`:this.data?.translationService=="openai"&&(this.message.indexOf("Limit: 3 / min")>=0||this.message.includes("rate_limit_exceeded")&&this.message.includes("Limit 3"))?o=`${r("error.openAIFreeLimit")}

${o}`:this.data?.translationService=="openai"&&this.message.includes("You exceeded your current quota")?o=`${r("error.openAIExceededQuota")}

${o}`:this.data?.translationService=="gemini"&&this.message.includes("RESOURCE_EXHAUSTED")?o=`${r("error.gemini.429")}

${o}`:o=`${r("error.429")}

${o}`:this.status===403?this.data?.translationService=="claude"?o=`${r("error.claude.403")}

${o}`:o=`${r("error.403")}

${o}`:this.status===400?o=`${r("error.400")}

${o}`:this.status===502?o=`${r("error.502")}

${o}`:this.status===404&&o.includes("User subscription not found")&&(o=`${r("error.subscriptionExpired")}

${o}`,n="setting",a="configError",i=r("error.subscriptionExpiredTitle")),{type:a,title:i,errMsg:o,action:n}}handleFetchError(e){let r=It.bind(null,e);if(this.status!==-999)return;let n=this.getErrorMsg();return{type:"network",title:"",errMsg:r("error.serveUnavailable",{serverName:r("translationServices."+e.translationService),1:"https://dash.immersivetranslate.com/#general",2:"https://immersivetranslate.com/pricing/?utm_source=extension&utm_medium=webpage&utm_campaign=service_error",3:"https://immersivetranslate.com/pricing/?utm_source=extension&utm_medium=webpage&utm_campaign=service_error"})+"

"+r("errorReason",{message:n}),action:"changeService"}}handleProUser(e){let r=It.bind(null,e);if(!(this.data?.translationService!=="openai"&&this.data?.translationService!=="deepl")){if(this.message.indexOf("token invalid")>=0||this.message.indexOf("Login required")>=0)return{type:"notLogin",title:r("notLoginPro"),errMsg:r("error.proTokenInvalid"),action:"login"};if(this.message.indexOf("activate Pro")>=0)return e.user?{type:"upgrade",title:r("upgradeToProErrorTitle"),errMsg:r("error.proUpgrade"),action:"upgrade"}:{type:"notLogin",title:r("notLoginPro"),errMsg:r("error.proTokenInvalid"),action:"login"}}}handleProQuota(e){if(!this.message.startsWith("ProQuota:")||!e.user?.subscription)return;let r=It.bind(null,e);this.message=this.message.replace("ProQuota:","");let n=this.message;try{n=JSON.parse(this.message).error}catch{}let a=e.user.subscription,{subscriptionType:i,isTrial:o,openAITokenUsedCountResetTime:l,subscriptionTo:s}=a;return{type:"ProQuotaExceeded",title:"",errMsg:c.call(this),action:"retry"};function c(){let d=this.data?.translationService=="deepl"?"OpenAI":"Deepl",g=this.data?.translationService=="deepl"?"Deepl":"OpenAI",m=r("errorReason",{message:n});if(i=="onetime_7day")m+=r("proQuotaExceededError.onetime7day",{anotherService:d,brandId:ke,href:Ws});else{let T="";g=="OpenAI"?T=Ks:T=Gs,o?m+=r("proQuotaExceededError.trial",{anotherService:d,brandId:ke,href:Vs}):m+=r("proQuotaExceededError.nonTrial",{anotherService:d,brandId:ke,href:T,translationService:g}),!o&&(a.cancelAtPeriodEnd==="false"||Zs(s)>l)&&(m+=r("proQuotaExceededError.resetTime",{resetTime:Xs(l,"YYYY-MM-DD HH:mm:ss")}))}return m}}};async function el(t){let e;if(t&&t.retry&&t.retry>0)try{e=await Kn(Js.bind(null,t),{multiplier:2,maxAttempts:t.retry})}catch(r){throw r&&r.name==="RetryError"&&r.cause?r.cause:r}else e=await Js(t);return e}async function Js(t){t.body;let{url:e,responseType:r,...n}=t;r||(r="json"),n={mode:"cors",...n};let a=!0;t.fetchPolyfill&&(a=!1);let i=t.fetchPolyfill||fetch,o=3e4;if(t.timeout&&(o=t.timeout),a){let s=new AbortController,u=s.signal;setTimeout(()=>{s.abort()},o),n.signal=u}let l;try{l=await i(e,n)}catch(s){$e.debug("fetch error",e,s);let u=s.message||"Unknown Error";throw new zt("fetchError",u).initNetWork(-999).initStack(s.stack)}if(l.ok&&l.status>=200&&l.status<400){if(r==="json")return await l.json();if(r==="text")return await l.text();if(r==="raw"){let s=await l.text(),u=Object.fromEntries([...l.headers.entries()]),c=l.url;return c||(l.headers.get("X-Final-URL")?c=l.headers.get("X-Final-URL"):c=e),{body:s,headers:u,status:l.status,statusText:l.statusText,url:c}}else if(r==="stream"){let s="",u;if(l.body&&l.body instanceof ReadableStream)for await(let c of Vm(l.body)){let d=new TextDecoder().decode(c);s+=d;let g;for(;(g=s.indexOf(` -`))>=0;){let m=s.slice(0,g).trim();if(s=s.slice(g+1),m.startsWith("event:")||m==="")continue;let T="";if(m.startsWith("data:")&&(T=m.slice(5).trim()),T==="[DONE]")break;let j;try{j=JSON.parse(T??"")}catch(k){$e.debug("json error",k);continue}u=j}}return u}}else{let s;try{s=await l.text()}catch(m){$e.error("parse response failed",m)}s&&$e.error("fail response",s);let u="";s&&(u=s.slice(0,500));let c=u,g=new URL(e).hostname.endsWith(".immersivetranslate.com");throw e.endsWith("edge.microsoft.com/translate/auth")&&(c="bingAuth:"+u),g&&u.includes("quota exceeded")&&(c="ProQuota:"+u),new zt("fetchError",c).initNetWork(l.status)}}async function*Vm(t){let e=t.getReader();try{for(;;){let{done:r,value:n}=await e.read();if(r)return;yield n}}finally{e.releaseLock()}}var $m=new Map;function tl(t){let e=Qm(64),r=new CustomEvent(Ns,{detail:JSON.stringify({...t,type:"ask",id:e})});return document.dispatchEvent(r),new Promise((n,a)=>{$m.set(e,(i,o)=>{i?a(i):n(o)})})}function Qm(t){let e="",r="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789",n=r.length,a=0;for(;a","file:///*","*://*/*"],js:["content_script.js"],run_at:"document_end",all_frames:!0},{matches:["","file:///*","*://*/*"],js:["content_start.js"],run_at:"document_start",all_frames:!0}],commands:{toggleTranslatePage:{suggested_key:{default:"Alt+A"},description:"__MSG_toggleTranslatePage__"},toggleTranslateTheWholePage:{suggested_key:{default:"Alt+W"},description:"__MSG_toggleTranslateTheWholePage__"},toggleOnlyTransation:{description:"__MSG_toggleOnlyTransation__"},toggleTranslateToThePageEndImmediately:{description:"__MSG_toggleTranslateToThePageEndImmediately__"},toggleTranslateTheMainPage:{description:"__MSG_toggleTranslateTheMainPage__"},toggleTranslationMask:{description:"__MSG_toggleTranslationMask__"},shareToDraft:{description:"__MSG_shareToDraft__"},toggleMouseHoverTranslateDirectly:{description:"__MSG_toggleMouseHoverTranslateDirectly__"},translateWithOpenAI:{description:"__MSG_translateWithOpenAI__"},translateWithDeepL:{description:"__MSG_translateWithDeepL__"},translateWithGoogle:{description:"__MSG_translateWithGoogle__"},translateWithTransmart:{description:"__MSG_translateWithTransmart__"},translateWithGemini:{description:"__MSG_translateWithGemini__"},translateWithBing:{description:"__MSG_translateWithBing__"},translateInputBox:{description:"__MSG_translateInputBox__"},toggleVideoSubtitlePreTranslation:{description:"__MSG_toggleVideoSubtitlePreTranslation__"}},options_page:"options.html",options_ui:{page:"options.html",open_in_tab:!0,browser_style:!1},permissions:["storage","activeTab","contextMenus","webRequest","webRequestBlocking","declarativeNetRequestWithHostAccess","declarativeNetRequestFeedback","declarativeNetRequest"],host_permissions:[""],declarative_net_request:{rule_resources:[{id:"ruleset_1",enabled:!0,path:"rules/request_modifier_rule.json"}]},action:{default_popup:"popup.html",default_icon:{"32":"icons/32.png","48":"icons/48.png","64":"icons/64.png","128":"icons/128.png","256":"icons/256.png"}},browser_action:{default_icon:"icons/32.png",default_popup:"popup.html",theme_icons:[{dark:"icons/32.png",light:"icons/dark-32.png",size:32},{dark:"icons/48.png",light:"icons/dark-48.png",size:48},{dark:"icons/64.png",light:"icons/dark-64.png",size:64},{dark:"icons/128.png",light:"icons/dark-128.png",size:128},{dark:"icons/256.png",light:"icons/dark-256.png",size:256}]},icons:{"32":"icons/32.png","48":"icons/48.png","64":"icons/64.png","128":"icons/128.png","256":"icons/256.png"},browser_specific_settings:{gecko:{id:"{5efceaa7-f3a2-4e59-a54b-85319448e305}",strict_min_version:"63.0"},gecko_android:{strict_min_version:"113.0"}},key:"MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA7JPn78UfqI3xIIOPPLPS74UTzLfJL1gQM8hlk/deKWvFP/WqUBnPJPdhQeF45sFpI1OjO70nFqdATT4/RwYAiZK7G/E6m27MDVnhHjszfzReOuoAEn9J3RnE2xEx5pFhRFcelhnwTTLrrn90aaPcaMtNsgXtZA1Ggz/SnX9I4ZygqpJYjx3Ql2t6SyNK222oRQiKMT93Rrjgyc8RFA7FKXsWglG0TvseRjbmG5Jk5gDx+2/YTcWGqCDotQnWnkPj/dBO23UAX7IpyJK3FGYdkvWFih6OVClHIIWY8mfCjjwSGbXNQNesaa9F2hrzBZ5MRTj4m7yj76mGxuPHPIE8mwIDAQAB"};var Xm="";function Wr(){return Xm||rl.version}function xn(){try{let t=[Oe().EBOOK_BUILDER_URL,Oe().EBOOK_VIEWER_URL,Oe().SUBTITLE_BUILDER_URL,Oe().HTML_VIEWER_URL,Oe().PDF_VIEWER_URL].filter(a=>!!a),e=["app.immersivetranslate.com"];Je()||e.push("localhost:38001");let r=globalThis.location.pathname;return t.find(a=>{let i=new URL(a);return r.startsWith(i.pathname)&&e.includes(i.host)})?!1:globalThis.self!==globalThis.top}catch{return!0}}var Kr=new Map,Gr=class{fromType;logger;constructor(e,r=!1){this.logger=new Hr,r&&this.logger.setLevel("debug"),this.fromType=e,Kr.has(e)||(Kr.set(e,new Map),se.runtime.onMessage.addListener((n,a,i)=>{let o=n.from,l=n.to,s,u,c;a.tab&&a.tab.id&&(s=a.tab.id,o=`${o}:${s}`,u=a.tab.url,c=a.tab.active),this.logger.debug(`${n.to} received message [${n.payload.method}] from ${n.from}`,n.payload.data?n.payload.data:" ");let d=Ka(l),{type:g,name:m}=d;if(g!==e)return!1;let T=Ka(o),k=Kr.get(g).get(m);if(!k)return this.logger.debug(`no message handler for ${g}:${l}, but it's ok`),!1;let{messageHandler:h,sync:Q}=k,P={type:e,name:T.name,id:s,url:u,active:c};if(Q){try{let $=h(n.payload,P);i({ok:!0,data:$})}catch($){i({ok:!1,errorName:$.name,errorMessage:$.message,errorDetails:$.details,errorStatus:$.status})}return!1}else return h(n.payload,P).then($=>{i({ok:!0,data:$})}).catch($=>{i({ok:!1,errorName:$.name,errorMessage:$.message,errorDetails:$.message,errorStatus:$.status})}),!0}))}getConnection(e,r,n){let a=!1;n&&n.sync&&(a=!0);let i=this.fromType,o=Kr.get(i);if(o.has(e))return o.get(e).connectionInstance;{let l=new Wa(`${i}:${e}`,this.logger);return Kr.get(i).set(e,{messageHandler:r,sync:a,connectionInstance:l}),l}}},Wa=class{from;logger;constructor(e,r){this.from=e,this.logger=r}async sendMessage(e,r){let n=Ka(e),{type:a,id:i}=n;if(a!=="content_script"){let o={to:e,from:this.from,payload:r};this.logger.debug(`${o.from} send message [${o.payload.method}] to ${o.to}`,o.payload.data?o.payload.data:" ");try{let l=await se.runtime.sendMessage(o);return nl(o,l,this.logger)}catch(l){if(a==="popup"){let s=`popup ${e} is not active, so the message does not send, ignore this error, ${JSON.stringify(r)}`;return this.logger.debug(s,r,e,l),Promise.resolve({message:s})}else throw l}}else{let o={from:this.from,to:e,payload:r};this.logger.debug(`${o.from} send message [${o.payload.method}] to ${o.to}`,o.payload.data?o.payload.data:" ");let l=await se.tabs.sendMessage(i,o);return nl(o,l,this.logger)}}};function nl(t,e,r){if(e){if(e.ok)return r.debug(`${t.from} received response from ${t.to}:`,e.data?e.data:" "),e.data;throw new zt(e.errorName||"UnknownError",e.errorMessage||"Unknown error").initNetWork(e.errorStatus)}else throw new zt("noResponse","Unknown error")}function Ka(t){let e=t.split(":");if(e.length<2)throw new Error("not a valid to string");let r={type:e[0],name:e[1]};if(e[0]==="content_script"){let n=parseInt(e[2]);if(!isNaN(n))r.id=n;else throw new Error("tab id not a valid number")}return r}var Zm="";function Ga(){return Zm||globalThis.navigator.userAgent}function al(){return Ga().includes("ImtFxiOS")}function Jm(){return Ga().includes("ImtFxAndroid")}function Va(){let t=Ga();if(al()||Jm()){let e=t.match(/Imt[\w/.]+/);if(e){let r=e[0].split("/"),n=r[0];return r[2]&&(n+="_"+r[2]),{name:n,version:r[1]}}}return null}var wn;function $a(){return wn||(wn=new Gr("content_script",!1).getConnection("pure_main",()=>{}),wn)}var il="G-MKMD9LWFTR";async function sl(t){try{let e=Oe(),r=e.INSTALL_FROM==="firefox_store";if(Va()?.name?.startsWith("ImtFx")&&(r=!1),r)return;let a=Ge(),i=xn(),o=e.PROD==="1",l="sitc4WmvShWYwfU0dANM3Q",s=await Bt("fakeUserId","");s||(s=await jr("fakeUserId",""),s&&await pr("fakeUserId",s));let u=Wr(),c=new Date,d=await Bt("installedAt","");d||(d=await jr("installedAt",""),d&&await pr("installedAt",d)),s?d||(d=new Date(0).toISOString(),await pr("installedAt",d)):(s=eg(32),await pr("fakeUserId",s)),d||(d=c.toISOString(),await pr("installedAt",d));let g=new Date(d),m=ol(g),T=ol(c),j=m===T,k=c.getTime()-g.getTime()<7*24*60*60*1e3,h=`https://www.google-analytics.com/mp/collect?measurement_id=${il}&api_secret=${l}`;o||(h=`https://www.google-analytics.com/debug/mp/collect?measurement_id=${il}&api_secret=${l}`);let Q="";typeof navigator<"u"&&(Q=window.navigator.userAgent);let P=nn.parse(Q),$=t.map(A=>{let f=A.params||{};if(P.os&&(f.os_name=P.os.name||"unknown",f.os_version=P.os.version||"unknown",f.os_version_name=P.os.versionName||"unknown"),P.browser){f.browser_name=P.browser.name||"unknown",f.browser_version=P.browser.version||"unknown";let y=Va();y&&(f.browser_name=y.name,f.browser_version=y.version)}return P.platform&&(f.platform_type=P.platform.type||"unknown"),P.engine&&(f.engine_name=P.engine.name||"unknown",f.engine_version=P.engine.version||"unknown"),u&&(f.version=u),e.INSTALL_FROM&&(f.install_from=e.INSTALL_FROM),m&&(f.install_day=tg(g)),f.userscript=a.toString(),j?f.is_new_user_today="1":f.is_new_user_today="0",k?f.is_new_user_this_week="1":f.is_new_user_this_week="0",i?f.main_frame=0:f.main_frame=1,{...A,params:f}}),oe=await ng({responseType:"text",url:h,method:"POST",body:JSON.stringify({client_id:s,user_id:s,events:$})})}catch{}}function eg(t){let e="",r="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789",n=r.length,a=0;for(;a",""],limit:5},custom:{placeholderDelimiters:["{","}"]},bing:{maxTextLengthPerRequest:1800,requestTimeout:1e4,retry:1,placeholderDelimiters:["","","b"]},yandex:{maxTextLengthPerRequest:1e3,requestTimeout:1e4,retry:1,placeholderDelimiters:["","","b"]},deeplx:{limit:3,placeholderDelimiters:["@","#"]},d:{immediateTranslationTextCount:0,placeholderDelimiters:["@","#"]},papago:{placeholderDelimiters:["{","}"]},dpro:{apiUrl:"https://api.deepl.com/jsonrpc"},ai:{env:{imt_source_field:"text",imt_trans_field:"text",imt_sub_source_field:"source",imt_sub_trans_field:"translation",imt_yaml_item:`- id: {{id}} +`))>=0;){let m=s.slice(0,g).trim();if(s=s.slice(g+1),m.startsWith("event:")||m==="")continue;let T="";if(m.startsWith("data:")&&(T=m.slice(5).trim()),T==="[DONE]")break;let j;try{j=JSON.parse(T??"")}catch(k){$e.debug("json error",k);continue}u=j}}return u}}else{let s;try{s=await l.text()}catch(m){$e.error("parse response failed",m)}s&&$e.error("fail response",s);let u="";s&&(u=s.slice(0,500));let c=u,g=new URL(e).hostname.endsWith(".immersivetranslate.com");throw e.endsWith("edge.microsoft.com/translate/auth")&&(c="bingAuth:"+u),g&&u.includes("quota exceeded")&&(c="ProQuota:"+u),new zt("fetchError",c).initNetWork(l.status)}}async function*Vm(t){let e=t.getReader();try{for(;;){let{done:r,value:n}=await e.read();if(r)return;yield n}}finally{e.releaseLock()}}var $m=new Map;function tl(t){let e=Qm(64),r=new CustomEvent(Ns,{detail:JSON.stringify({...t,type:"ask",id:e})});return document.dispatchEvent(r),new Promise((n,a)=>{$m.set(e,(i,o)=>{i?a(i):n(o)})})}function Qm(t){let e="",r="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789",n=r.length,a=0;for(;a","file:///*","*://*/*"],js:["content_script.js"],run_at:"document_end",all_frames:!0},{matches:["","file:///*","*://*/*"],js:["content_start.js"],run_at:"document_start",all_frames:!0}],commands:{toggleTranslatePage:{suggested_key:{default:"Alt+A"},description:"__MSG_toggleTranslatePage__"},toggleTranslateTheWholePage:{suggested_key:{default:"Alt+W"},description:"__MSG_toggleTranslateTheWholePage__"},toggleOnlyTransation:{description:"__MSG_toggleOnlyTransation__"},toggleTranslateToThePageEndImmediately:{description:"__MSG_toggleTranslateToThePageEndImmediately__"},toggleTranslateTheMainPage:{description:"__MSG_toggleTranslateTheMainPage__"},toggleTranslationMask:{description:"__MSG_toggleTranslationMask__"},shareToDraft:{description:"__MSG_shareToDraft__"},toggleMouseHoverTranslateDirectly:{description:"__MSG_toggleMouseHoverTranslateDirectly__"},translateWithOpenAI:{description:"__MSG_translateWithOpenAI__"},translateWithDeepL:{description:"__MSG_translateWithDeepL__"},translateWithGoogle:{description:"__MSG_translateWithGoogle__"},translateWithTransmart:{description:"__MSG_translateWithTransmart__"},translateWithGemini:{description:"__MSG_translateWithGemini__"},translateWithBing:{description:"__MSG_translateWithBing__"},translateInputBox:{description:"__MSG_translateInputBox__"},toggleVideoSubtitlePreTranslation:{description:"__MSG_toggleVideoSubtitlePreTranslation__"}},options_page:"options.html",options_ui:{page:"options.html",open_in_tab:!0,browser_style:!1},permissions:["storage","activeTab","contextMenus","webRequest","webRequestBlocking","declarativeNetRequestWithHostAccess","declarativeNetRequestFeedback","declarativeNetRequest"],host_permissions:[""],declarative_net_request:{rule_resources:[{id:"ruleset_1",enabled:!0,path:"rules/request_modifier_rule.json"}]},action:{default_popup:"popup.html",default_icon:{"32":"icons/32.png","48":"icons/48.png","64":"icons/64.png","128":"icons/128.png","256":"icons/256.png"}},browser_action:{default_icon:"icons/32.png",default_popup:"popup.html",theme_icons:[{dark:"icons/32.png",light:"icons/dark-32.png",size:32},{dark:"icons/48.png",light:"icons/dark-48.png",size:48},{dark:"icons/64.png",light:"icons/dark-64.png",size:64},{dark:"icons/128.png",light:"icons/dark-128.png",size:128},{dark:"icons/256.png",light:"icons/dark-256.png",size:256}]},icons:{"32":"icons/32.png","48":"icons/48.png","64":"icons/64.png","128":"icons/128.png","256":"icons/256.png"},browser_specific_settings:{gecko:{id:"{5efceaa7-f3a2-4e59-a54b-85319448e305}",strict_min_version:"63.0"},gecko_android:{strict_min_version:"113.0"}},key:"MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA7JPn78UfqI3xIIOPPLPS74UTzLfJL1gQM8hlk/deKWvFP/WqUBnPJPdhQeF45sFpI1OjO70nFqdATT4/RwYAiZK7G/E6m27MDVnhHjszfzReOuoAEn9J3RnE2xEx5pFhRFcelhnwTTLrrn90aaPcaMtNsgXtZA1Ggz/SnX9I4ZygqpJYjx3Ql2t6SyNK222oRQiKMT93Rrjgyc8RFA7FKXsWglG0TvseRjbmG5Jk5gDx+2/YTcWGqCDotQnWnkPj/dBO23UAX7IpyJK3FGYdkvWFih6OVClHIIWY8mfCjjwSGbXNQNesaa9F2hrzBZ5MRTj4m7yj76mGxuPHPIE8mwIDAQAB"};var Xm="";function Wr(){return Xm||rl.version}function xn(){try{let t=[Oe().EBOOK_BUILDER_URL,Oe().EBOOK_VIEWER_URL,Oe().SUBTITLE_BUILDER_URL,Oe().HTML_VIEWER_URL,Oe().PDF_VIEWER_URL].filter(a=>!!a),e=["app.immersivetranslate.com"];Je()||e.push("localhost:38001");let r=globalThis.location.pathname;return t.find(a=>{let i=new URL(a);return r.startsWith(i.pathname)&&e.includes(i.host)})?!1:globalThis.self!==globalThis.top}catch{return!0}}var Kr=new Map,Gr=class{fromType;logger;constructor(e,r=!1){this.logger=new Hr,r&&this.logger.setLevel("debug"),this.fromType=e,Kr.has(e)||(Kr.set(e,new Map),se.runtime.onMessage.addListener((n,a,i)=>{let o=n.from,l=n.to,s,u,c;a.tab&&a.tab.id&&(s=a.tab.id,o=`${o}:${s}`,u=a.tab.url,c=a.tab.active),this.logger.debug(`${n.to} received message [${n.payload.method}] from ${n.from}`,n.payload.data?n.payload.data:" ");let d=Ka(l),{type:g,name:m}=d;if(g!==e)return!1;let T=Ka(o),k=Kr.get(g).get(m);if(!k)return this.logger.debug(`no message handler for ${g}:${l}, but it's ok`),!1;let{messageHandler:h,sync:Q}=k,P={type:e,name:T.name,id:s,url:u,active:c};if(Q){try{let $=h(n.payload,P);i({ok:!0,data:$})}catch($){i({ok:!1,errorName:$.name,errorMessage:$.message,errorDetails:$.details,errorStatus:$.status})}return!1}else return h(n.payload,P).then($=>{i({ok:!0,data:$})}).catch($=>{i({ok:!1,errorName:$.name,errorMessage:$.message,errorDetails:$.message,errorStatus:$.status})}),!0}))}getConnection(e,r,n){let a=!1;n&&n.sync&&(a=!0);let i=this.fromType,o=Kr.get(i);if(o.has(e))return o.get(e).connectionInstance;{let l=new Wa(`${i}:${e}`,this.logger);return Kr.get(i).set(e,{messageHandler:r,sync:a,connectionInstance:l}),l}}},Wa=class{from;logger;constructor(e,r){this.from=e,this.logger=r}async sendMessage(e,r){let n=Ka(e),{type:a,id:i}=n;if(a!=="content_script"){let o={to:e,from:this.from,payload:r};this.logger.debug(`${o.from} send message [${o.payload.method}] to ${o.to}`,o.payload.data?o.payload.data:" ");try{let l=await se.runtime.sendMessage(o);return nl(o,l,this.logger)}catch(l){if(a==="popup"){let s=`popup ${e} is not active, so the message does not send, ignore this error, ${JSON.stringify(r)}`;return this.logger.debug(s,r,e,l),Promise.resolve({message:s})}else throw l}}else{let o={from:this.from,to:e,payload:r};this.logger.debug(`${o.from} send message [${o.payload.method}] to ${o.to}`,o.payload.data?o.payload.data:" ");let l=await se.tabs.sendMessage(i,o);return nl(o,l,this.logger)}}};function nl(t,e,r){if(e){if(e.ok)return r.debug(`${t.from} received response from ${t.to}:`,e.data?e.data:" "),e.data;throw new zt(e.errorName||"UnknownError",e.errorMessage||"Unknown error").initNetWork(e.errorStatus)}else throw new zt("noResponse","Unknown error")}function Ka(t){let e=t.split(":");if(e.length<2)throw new Error("not a valid to string");let r={type:e[0],name:e[1]};if(e[0]==="content_script"){let n=parseInt(e[2]);if(!isNaN(n))r.id=n;else throw new Error("tab id not a valid number")}return r}var Zm="";function Ga(){return Zm||globalThis.navigator.userAgent}function al(){return Ga().includes("ImtFxiOS")}function Jm(){return Ga().includes("ImtFxAndroid")}function Va(){let t=Ga();if(al()||Jm()){let e=t.match(/Imt[\w/.]+/);if(e){let r=e[0].split("/"),n=r[0];return r[2]&&(n+="_"+r[2]),{name:n,version:r[1]}}}return null}var wn;function $a(){return wn||(wn=new Gr("content_script",!1).getConnection("pure_main",()=>{}),wn)}var il="G-MKMD9LWFTR";async function sl(t){try{let e=Oe(),r=e.INSTALL_FROM==="firefox_store";if(Va()?.name?.startsWith("ImtFx")&&(r=!1),r)return;let a=Ge(),i=xn(),o=e.PROD==="1",l="sitc4WmvShWYwfU0dANM3Q",s=await Bt("fakeUserId","");s||(s=await jr("fakeUserId",""),s&&await pr("fakeUserId",s));let u=Wr(),c=new Date,d=await Bt("installedAt","");d||(d=await jr("installedAt",""),d&&await pr("installedAt",d)),s?d||(d=new Date(0).toISOString(),await pr("installedAt",d)):(s=eg(32),await pr("fakeUserId",s)),d||(d=c.toISOString(),await pr("installedAt",d));let g=new Date(d),m=ol(g),T=ol(c),j=m===T,k=c.getTime()-g.getTime()<7*24*60*60*1e3,h=`https://www.google-analytics.com/mp/collect?measurement_id=${il}&api_secret=${l}`;o||(h=`https://www.google-analytics.com/debug/mp/collect?measurement_id=${il}&api_secret=${l}`);let Q="";typeof navigator<"u"&&(Q=window.navigator.userAgent);let P=nn.parse(Q),$=t.map(A=>{let f=A.params||{};if(P.os&&(f.os_name=P.os.name||"unknown",f.os_version=P.os.version||"unknown",f.os_version_name=P.os.versionName||"unknown"),P.browser){f.browser_name=P.browser.name||"unknown",f.browser_version=P.browser.version||"unknown";let y=Va();y&&(f.browser_name=y.name,f.browser_version=y.version)}return P.platform&&(f.platform_type=P.platform.type||"unknown"),P.engine&&(f.engine_name=P.engine.name||"unknown",f.engine_version=P.engine.version||"unknown"),u&&(f.version=u),e.INSTALL_FROM&&(f.install_from=e.INSTALL_FROM),m&&(f.install_day=tg(g)),f.userscript=a.toString(),j?f.is_new_user_today="1":f.is_new_user_today="0",k?f.is_new_user_this_week="1":f.is_new_user_this_week="0",i?f.main_frame=0:f.main_frame=1,{...A,params:f}}),oe=await ng({responseType:"text",url:h,method:"POST",body:JSON.stringify({client_id:s,user_id:s,events:$})})}catch{}}function eg(t){let e="",r="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789",n=r.length,a=0;for(;a",""],limit:5},custom:{placeholderDelimiters:["{","}"]},bing:{maxTextLengthPerRequest:1800,requestTimeout:1e4,retry:1,placeholderDelimiters:["","","b"]},yandex:{maxTextLengthPerRequest:1e3,requestTimeout:1e4,retry:1,placeholderDelimiters:["","","b"]},deeplx:{limit:3,placeholderDelimiters:["@","#"]},d:{immediateTranslationTextCount:0,placeholderDelimiters:["@","#"]},papago:{placeholderDelimiters:["{","}"]},dpro:{apiUrl:"https://api.deepl.com/jsonrpc"},ai:{env:{imt_source_field:"text",imt_trans_field:"text",imt_sub_source_field:"source",imt_sub_trans_field:"translation",imt_yaml_item:`- id: {{id}} {{imt_source_field}}: {{text}}`,imt_subtitle_yaml_item:`- id: {{id}} {{imt_sub_source_field}}: {{text}}`,normal_result_yaml_example:`Example request: - id: 1 @@ -5314,11 +5314,11 @@ Translate the content to {{to}} Language: ? ?-\\|\\d+\\|- ? -?`]},azure:{placeholderDelimiters:["@","#"]},you:{placeholderDelimiters:["@","#"]},openl:{placeholderDelimiters:["@","#"]},niu:{placeholderDelimiters:["@","#"]}},shortcuts:{toggleTranslatePage:"Alt+A",toggleTranslateTheWholePage:"Alt+W",toggleOnlyTransation:"",toggleTranslateToThePageEndImmediately:"",toggleTranslationMask:"",shareToDraft:"",toggleMouseHoverTranslateDirectly:""},tempTranslateDomainMinutes:0,translationParagraphLanguagePattern:{matches:["onboarding.immersivetranslate.com","www.reddit.com","old.reddit.com","twitter.com","www.tumblr.com","*.twitter.com","medium.com","*.medium.com","github.com","gist.github.com","www.facebook.com","www.youtube.com","m.youtube.com","read.readwise.io","www.inoreader.com","mail.google.com","google.com","discord.com","*.instagram.com","instagram.com","web.telegram.org","web.whatsapp.com","*.slack.com","*.indeed.com","outlook.live.com","https://bsky.app","store.steampowered.com","test-app.immersivetranslate.com","app.immersivetranslate.com"],excludeMatches:[],selectorMatches:["meta[property='al:ios:url'][content^='medium://']"],selectorExcludeMatches:[]},sourceLanguageUrlPattern:{},selectTranslationFont:"",translationFonts:["Microsoft YaHei","SimSun","NSimSun","SimHei","Microsoft JhengHei","KaiTi","FangSong","PingFang SC","STHeiti","STKaiti","STSong","STFangsong","STZhongsong","STHupo","STXinwei","STLiti","STXingkai","Hiragino Sans GB","Lantinghei SC","Hanzipen SC","Hannotate SC","Songti SC","Wawati SC","Weibei SC","Xingkai SC","Yapi SC","Yuanti SC","Arial Unicode MS","MingLiU-ExtB","Malgun Gothic","Arial","Calibri","Cambria","Candara","Consolas","Constantia","Corbel","Courier New","Georgia","Lucida Console","MingLiU","PMingLiU","MingLiU_HKSCS","Meiryo","MS Gothic","MS PGothic","MS UI Gothic","MS Mincho","MS PMincho","Segoe UI","Segoe UI Symbol","Tahoma","Times New Roman","Trebuchet MS","Verdana","Gulim","Dotum","Batang","Gungsuh","San Francisco","Helvetica Neue","Hiragino Mincho ProN","Hiragino Kaku Gothic ProN","Yu Gothic","Yu Mincho","Geeza Pro","Al Nile","Tehran","Devanagari MT","Kohinoor Devanagari","Apple SD Gothic Neo","Nanum Gothic"],generalRule:{_comment:"",isTranslateWhenServiceChanged:!0,glossaries:[{k:"LLM",v:""},{k:"LLMs",v:""}],excludeRegexps:["(<\\\\/?[a-zA-Z0-9]+(?:[^>]*?)>)","(||||||||||
|
)"],detectionServiceOrder:["google","bing","transmart"],detectParagraphLanguage:!1,paragraphFirstLetterFontSize:35,toastErrorMinTimes:20,enableSubtitle:!1,"subtitle.autoEnableSubtitle":!1,disableNewTextTranslate:!1,skipEditableCheck:!1,mutationObserverLimitTargetSelectors:[],condition:{},normalizeBody:"",inputExecCommandDeleteEnable:!1,inputConfig:{clearContentEnable:!0,execCommandDeleteEnable:!1},mutationExcludeSelectors:["span.highlighter--highlighted","span.highlighter-ext","mark","msreadoutspan","rw-highlight","web-highlight","font.immersive-translate-target-wrapper *","pre",".uacc-clickable"],mutationExcludeContainsSelectors:["msreadoutspan","[class*='rgh-seen-']","[isInvalidTag]","mh","body","relin-hc"],atomicBlockSelectors:["relin-hc"],shareConfig:{injectCss:!0,removeSelectors:["noscript","script"]},mutationConfig:{consumeTimeout:100,buildTimeout:100,checkSelfUpdate:!0},useIframePostMessage:!1,searchEnhancementConfig:[],injectedCss:[],isOnBoardingPage:!1,isEbook:!1,isEbookBuilder:!1,ignoreZhCNandZhTW:!1,showSponsorOnSafari:!1,noTranslateRegexp:["^\\d+.+ago$","^\\d+\\s+MIN\\s+READ$"],waitForSelectors:[],isInjectOptionsUrl:!1,isInjectVersion:!1,isInjectMeta:!1,waitForSelectorsTimeout:3e3,pairs:{},aiRule:{},subtitleRule:{isInject:!0,autoEnableSubtitle:!1,preTranslation:!1,humanPreferred:!0,disabled:!1,hookType:"xhr",showQuickButton:!0,backgroundColor:"#080808",backgroundOpacity:"75",sourceTextColor:"#FFFFFF",translationTextColor:"#FFFFFF",sourceFontSize:"100",translationMode:"dual",translationPosition:"bottom",translationFontSize:"100",translateGroupCount:5,velocityGroup:[1,3,20]},bodyRule:{enable:!0,maxBodyScreenLength:25,articleChildTags:["P"],articleChildTagsNum:4,bodyIsRoot:!1,humanPreferred:!0,preTranslation:!0,xpathRule:["name:P"]},isSubtitleBuilder:!1,minZIndex:0,initTranslationServiceAsSoonAsPossible:!0,targetWrapperTag:"font",additionalInjectedCss:[],isTranslateTitle:!0,enableSearchEnhancement:!1,searchEnhancementSelector:"#rhs",languageDetectMinTextCount:50,wrapperPrefix:"smart",wrapperSuffix:"smart",isPdf:!1,pdfUrlExtractRule:{},isTransformPreTagNewLine:!1,urlChangeDelay:50,mutationChangeDelay:10,mainFrameMinTextCount:50,mainFrameMinWordCount:5,visibleDelay:0,additionalStayOriginalSelectors:["span.katex","span.notranslate",".MathJax_Preview",".MathJax",".MathJax_SVG",'[aria-labelledby^="MathJax-SVG"]',".mwe-math-element","span[translate=no]","em[translate=no]","code[translate=no]","span.math.inline","span.math.display",".ltx_Math",".mathjax-block",".MathJax_CHTML","kbd","span.pretex-inline","span.math-inline",".reference-citations"],translationBlockStyle:"",isShowUserscriptPagePopup:!0,observeUrlChange:!1,paragraphMinTextCount:4,paragraphMinWordCount:2,shadowRootSelectors:[],blockMinTextCount:24,blockMinWordCount:4,asideMaxTextCount:1e3,asideMaxWordCount:200,asideMaxTextCountPerParagraph:67,asideMaxWordCountPerParagraph:12,lineBreakMaxTextCount:0,globalAttributes:{},inputTutorialsText:"",inputTutorialsSelectors:[],globalMeta:{},globalStyles:{},initialGlobalAttributes:{},initialSelectorGlobalAttributes:{header:{translate:"no"},"footer:last-of-type":{translate:"no"},"nav:last-of-type":{translate:"no"},nav:{translate:"no"}},selectors:[],preWhitespaceDetectedTags:["DIV","SPAN"],stayOriginalSelectors:[],additionalSelectors:["h1","section h2","section h3","section h4","main h2","main h3","main h4",".article-title",".article-subtitle",".article_title",".article_subtitle",".article__title",".articleTitle",".Article__content",".titleLink",".summary",".headline",".page-content","aside.note","aside.article-comments","aside.onebox"],atomicBlockTags:[],excludeSelectors:[],additionalExcludeSelectors:['[contenteditable="true"]',".uacc-clickable","#monica-content-root","#immersive-translate-popup",".social-share",".breadcrumbs",".post__footer",".btn",".share-nav",".o-share","[data-toolbar=share]","rp","rt",".prism-code",".rc-CodeBlock","[role=code]","#omni-extension",".omni-item","div[data-paste-markdown-skip]","table.highlight","div[class^=codeBlockContent]","div[class^=codeBlockLines]","div[class^=token-line]","#liuchan-window > .liuchan-container > *",".material-icons","i.fa","i[class^=fa-]",".notranslate","[translate=no]",".navmenu-container",".google-symbols","h1 br","h2 br","h3 br","h4 br","table thead"],translationClasses:[],excludeTags:["TITLE","LINK","SCRIPT","STYLE","TEXTAREA","SVG","svg","G","NOSCRIPT","BUTTON","BASE","HR","PRE","KBD","WBR","RT","RP","META","MATH","TTS-SENTENCE","AIO-CODE","RELIN-TARGET"],bodyTranslateTags:["FOOTER","ASIDE","BUTTON","NAV"],forceTranslateTags:[],metaTags:["META","SCRIPT","STYLE","NOSCRIPT"],additionalExcludeTags:[],stayOriginalTags:["CODE","TT","IMG","SUP","SUB","SAMP","math","semantics","mrow","mo","mfrac","msup","mi","mn","msqrt","d-math"],additionalStayOriginalTags:[],inlineTags:["A","ABBR","FONT","ACRONYM","B","INS","DEL","RUBY","RP","RB","BDO","MARK","BIG","RT","NOBR","CITE","DFN","EM","I","LABEL","Q","S","SMALL","SPAN","STRONG","SUB","SUP","U","KBD","TT","VAR","IMG","CODE","SCRIPT","STYLE","LINK","TIME","META","WBR","RELIN-HC","RELIN-HIGHLIGHT","RELIN-ORIGIN","RELIN-TARGET","XQDD_HIGHLIGHT_NEW_WORD","NOBR","RW-HIGHLIGHT","HYPOTHESIS-HIGHLIGHT"],additionalInlineTags:[],extraInlineSelectors:["p > a span","p > span a span"],additionalInlineSelectors:[".MathJax_Preview",".MathJax",".highlighter--highlighted",".rw-highlight","ruby *"],extraBlockSelectors:["turbo-frame","readme-toc","#hs_cos_wrapper_post_body","#hs_cos_wrapper_post_body","option","ul > li"],allBlockTags:["BODY","HGROUP","CONTENT","ADDRESS","ARTICLE","ASIDE","DETAILS","BLOCKQUOTE","SELECT","OPTION","CANVAS","DD","DL","DT","FIELDSET","FIGCAPTION","FIGURE","FOOTER","HEADER","FORM","HR","MAIN","SUMMARY","NAV","NOSCRIPT","PRE","SECTION","TABLE","TFOOT","UL","VIDEO","P","DIV","H1","H2","H3","H4","H5","H6","UL","LI","OL","BR","PICTURE","TBODY","TR","TD","TH","SOURCE","C-WIZ","BUTTON","TURBO-FRAME","README-TOC"],mutationObserverContainerSelectors:[],pdfNewParagraphLineHeight:2.4,pdfNewParagraphIndent:1.2,pdfNewParagraphIndentRightIndentPx:130,fingerCountToToggleTranslagePageWhenTouching:4,fingerCountToToggleTranslationMaskWhenTouching:0,fingerCountToToggleTranslagePageOnlyTranslationWhenTouching:0,touchShortcutsToggleTranslatePage:"fingers.4",touchShortcutsToggleTranslationMask:"touchShortcutsOff",touchShortcutsToggleTranslatePageOnlyTranslation:"touchShortcutsOff",touchShortcutsToggleTranslateTouchElement:"touchShortcutsOff",touchShortcutsToggleTranslateTouchElementPreferenceKey:"slide.left",mouseHoverHoldKey:"Off",mouseHoverPreferenceKey:"Ctrl"},rules:[{id:"isSubtitleBuilder",isSubtitleBuilder:!0,pageType:"subtitleBuilder",selectorMatches:["meta[name='immersive-translate-subtitle-builder'][content='true']"],pairs:{".source-text":".target-text"},paragraphMinTextCount:4,paragraphMinWordCount:2,isTranslateTitle:!1,wrapperPrefix:"",wrapperSuffix:"","bodyRule.add":{enable:!1}},{id:"isEbook",isEbook:!0,pageType:"ebookReader",isTranslateTitle:!1,urlChangeDelay:200,selectorMatches:["meta[name='immersive-translate-ebook-viewer'][content='true']"],injectedCss:[".immersive-translate-target-translation-block-wrapper {display:block;}"],excludeSelectors:["#drop-target","#drop-target h1","#side-bar","h1#side-bar-title"],extraInlineSelectors:["span.dropcaps"],"bodyRule.add":{enable:!1},paragraphMinTextCount:4,paragraphMinWordCount:2,blockMinTextCount:1,blockMinWordCount:1,containerMinTextCount:1,wrapperPrefix:"
",targetWrapperTag:"span"},{id:"pdf",isPdf:!0,isTranslateTitle:!1,pageType:"pdfReader",selectorMatches:["meta[name='immersive-translate-pdf-viewer'][content='true']"],matches:["https://app.immersivetranslate.com/pdf","https://app.immersivetranslate.com/pdf/","https://app.immersivetranslate.com/pdf/*","http://localhost:38001/pdf*"],"additionalExcludeSelectors.remove":['[contenteditable="true"]'],isTranslateWhenServiceChanged:!1,translationMode:"translation",skipEditableCheck:!0,selectors:["p"],"bodyRule.add":{enable:!1},injectedCss:[".immersive-translate-target-wrapper {display: contents!important;position:absolute;}",".immersive-translate-target-wrapper br {display: none;!important;}",".immersive-translate-target-wrapper span {position: relative;!important;}",".immersive-translate-error-wrapper {padding:0px !important;margin:0px !important;}","font {line-height: 0!important;}"],globalAttributes:{"[class='textLayer']":{translate:"no"}},mutationExcludeContainsSelectors:["font.immersive-translate-target-wrapper"],"shareConfig.add":{removeSelectors:["noscript","script",".toolbar","#sidebarContainer",'[class="page"]',".editorParamsToolbar",".image-mode",".im_db",".im_cb"]},wrapperPrefix:"",isInjectVersion:!0},{id:"sci-hub.pdfWebPage",matches:["sci-hub.*"],waitForSelectorsTimeout:1,pdfUrlExtractRule:{selector:"#pdf",attribute:"src"}},{id:"common.pdfWebPage",waitForSelectorsTimeout:1,selectorMatches:["embed[type='application/pdf']"]},{id:"isEbookBuilder",matches:["https://app.immersivetranslate.com/ebook/make/","http://localhost:38001/ebook/make/"],isEbookBuilder:!0,pageType:"ebookBuilder",toastErrorMinTimes:500,isTranslateWhenServiceChanged:!1,isTranslateTitle:!1,targetWrapperTag:"span",selectorMatches:["meta[name='immersive-translate-ebook-builder'][content='true']"],injectedCss:[".immersive-translate-target-translation-block-wrapper {display:block;}"],globalMeta:{},excludeSelectors:["h1.notranslate","#drop-target","#drop-target h1","#side-bar","h1#side-bar-title","#tool",".Code"],"bodyRule.add":{enable:!1},isInjectMeta:!0,paragraphMinTextCount:4,paragraphMinWordCount:2,blockMinTextCount:1,blockMinWordCount:1,containerMinTextCount:1,wrapperPrefix:"
"},{id:"immersiveTranslateIosOnBoarding",selectorMatches:["meta[name=immersiveTranslateIosOnBoarding]"],initialGlobalAttributes:{"input#immersiveTranslateDetectedSlot":{value:"true"}},isInjectOptionsUrl:!0,isInjectVersion:!0,isInjectMeta:!0},{id:"immersiveTranslateIosOnBoardingStep1",selectorMatches:["meta[name=immersiveTranslateIosOnBoardingStep1]"],isOnBoardingPage:!0,isInjectOptionsUrl:!0,isInjectVersion:!0,isInjectMeta:!0},{id:"immersivePreview",matches:["https://immersivetranslate.com/preview*","https://test.immersivetranslate.com/preview*","https://immersivetranslate.com/drafts*","https://test.immersivetranslate.com/drafts*"],isInjectVersion:!0,isInjectMeta:!0,waitForSelectorsTimeout:1},{id:"pro-pdf",matches:["https://*.immersivetranslate.com/pdf-pro*"],pageType:"pdfProReader","excludeSelectors.add":["table"],isInjectVersion:!0,isInjectMeta:!0,waitForSelectorsTimeout:1},{id:"immersive",matches:["https://immersivetranslate.com","https://test.immersivetranslate.com","https://onboarding.immersivetranslate.com","https://app.immersivetranslate.com","https://test-app.immersivetranslate.com","http://localhost:38001"],isInjectVersion:!0,isInjectMeta:!0,waitForSelectorsTimeout:1},{id:"simpread",selectorMatches:"div.simpread-read-root.simpread-read-root-show > sr-read",mainFrameSelector:"div.simpread-read-root.simpread-read-root-show > sr-read"},{id:"txt",matches:["*://*/*.txt","file://*/*.txt"],selectorMatches:["body > pre"],"mutationExcludeSelectors.add":["body"],isTransformPreTagNewLine:!0,"excludeTags.remove":["PRE"]},{id:"hangejp",matches:["arad.hange.jp","arad.nexon.co.jp","oapi.dingtalk.com","login.dingtalk.com"],useIframePostMessage:!1},{id:"preSites",matches:["mail.jabber.org","antirez.com","patchwork.kernel.org","lists.apache.org","manned.org","bugs.webkit.org","bugzilla.mozilla.org","lwn.net/Articles/*","docs.haproxy.org","man.freebsd.org","www.oreilly.com/openbook/opensources/book/*","gamefaqs.gamespot.com"],isTransformPreTagNewLine:!0},{id:"wikipedia",matches:"*.wikipedia.org",paragraphMinWordCount:2,paragraphMinTextCount:4,injectedCss:[".immersive-translate-target-translation-block-wrapper { display: block; }"],excludeSelectors:[".mw-editsection",".mw-cite-backlink","#p-lang-btn","#right-navigation","#p-associated-pages",".vector-header"],stayOriginalSelectors:[".chemf",".mwe-math-element","[role=math]",".nowrap"],extraInlineSelectors:[".chemf",".mwe-math-element","[role=math]",".nowrap"],"bodyRule.add":{bodySelector:"#content",articleSelector:"#bodyContent"}},{id:"twitter",matches:["twitter.com","mobile.twitter.com","tweetdeck.twitter.com","pro.twitter.com","https://platform.twitter.com/embed*"],additionalStayOriginalSelectors:['[data-testid="tweetText"] a',"[data-testid='UserDescription'] a","[data-testid='HoverCard'] a","[data-testid='UserCell'] a","[data-testid='birdwatch-pivot'] a"],blockMinTextCount:0,blockMinWordCount:0,excludeSelectors:["[aria-describedby][role=button]","header","[data-testid='radioGroupplayback_rate'] div","[data-testid='userFollowIndicator']","[class='css-901oao r-14j79pv r-37j5jr r-n6v787 r-16dba41 r-1cwl3u0 r-bcqeeo r-qvutc0']","[class='css-175oi2r r-1wbh5a2 r-dnmrzs']"],extraBlockSelectors:['[data-testid="tweetText"] div.r-6koalj'],extraInlineSelectors:['[data-testid="tweetText"] div.r-xoduu5','[data-testid="tweetText"] span','[data-testid="UserDescription"] div',"[data-testid='HoverCard'] div[dir=auto] div","[data-testid='HoverCard'] span[dir=auto] div"],globalStyles:{"[data-testid='card.layoutLarge.detail'] > div:nth-child(2)":"-webkit-line-clamp: unset;","[data-testid='card.layoutSmall.detail'] > div:nth-child(2)":"-webkit-line-clamp: unset;","[data-testid='tweetText']":"-webkit-line-clamp: unset;"},ignoreZhCNandZhTW:!0,isTranslateTitle:!1,useIframePostMessage:!1,observeUrlChange:!1,paragraphMinTextCount:2,paragraphMinWordCount:1,selectors:['[data-testid="tweetText"]',".tweet-text",".js-quoted-tweet-text","[data-testid='card.layoutSmall.detail'] > div:nth-child(2)","[data-testid='developerBuiltCardContainer'] > div:nth-child(2)","[data-testid='card.layoutLarge.detail'] > div:nth-child(2)","[data-testid='cellInnerDiv'] div[data-testid='UserCell'] > div> div:nth-child(2)","[data-testid='UserDescription']","[data-testid='HoverCard'] div[dir=auto]","[data-testid='HoverCard'] span[dir=auto]","[data-testid='HoverCard'] [role='dialog'] div[dir=ltr]","[data-testid='birdwatch-pivot'] div[dir=ltr]"],"subtitleRule.add":{type:"live",isInject:!1,injectedCss:["#layers[style='z-index: 1;'] [style='height: 100px;'] { height: 400px !important; }"],liveSubtitleRule:{containerSelector:".css-175oi2r.r-13awgt0.r-1pi2tsx.r-13qz1uu > [role='listbox']",reportSelector:".css-175oi2r.r-1awozwy.r-173mn98.r-1mf7evn.r-7e3msg",textSelectors:[".css-1rynq56.r-bcqeeo.r-qvutc0.r-37j5jr.r-a023e6.r-16dba41.r-dhbnww.r-1pb70le"],mutationChangeDelay:1e3}},"subtitleRule.add_v.[1.2.1]":{type:"twitter",videoPlayerSelector:"video",loadingStyle:"bottom: unset; top: 5%;",injectedCss:["#layers[style='z-index: 1;'] [style='height: 100px;'] { height: 400px !important; }","video::cue {white-space: pre-line;}"]}},{id:"threads",matches:"www.threads.net",selectors:["p",".x1npkx4u.x1exu5d8",".xw7yly9",".xgkxs2y",".x1xdureb.xqti54a.x13vxnyz",".xqti54a.x13vxnyz.x49hn82.xcrlgei.x889kno"],stayOriginalSelectors:[".x1rg5ohu",".xat24cr.xdj266r a"],"excludeSelectors.add":[".x6s0dn4.x78zum5",".xpvyfi4.x1npkx4u.x1ms6mhf"],globalStyles:{span:"max-height:unset;-webkit-line-clamp:unset;height:unset;white-space:unset;"}},{id:"stackoverflow",matches:["stackoverflow.com","*.stackexchange.com","superuser.com","askubuntu.com","serverfault.com"],extraBlockSelectors:["span.comment-copy"],globalStyles:{".s-post-summary--content-excerpt":"-webkit-line-clamp:unset;"},"excludeSelectors.add":[".votecell","header","#footer","#question-header + div","div.postcell div.mb0","div[id^=comments-link-]","#answers-header",".new-post-login",".form-submit","a[href='/questions/ask']","#left-sidebar","a.comment-user","span.comment-date","div.s-prose.js-post-body + div",".bottom-notice","div[data-campaign-name=stk]",".s-post-summary--stats",".s-post-summary--meta"],paragraphMinTextCount:4,paragraphMinWordCount:2},{id:"appleDeveloper",matches:"developer.apple.com/documentation/*",selectors:[".container","h3.title","div.content"]},{id:"hackerNews",matches:"news.ycombinator.com",selectors:[".titleline > a",".comment > .commtext",".toptext","a.hn-item-title",".hn-comment-text",".hn-story-title"],excludeSelectors:[".reply"]},{id:"quora",matches:["*.quora.com","quora.com"],excludeSelectors:[".dom_annotate_multifeed_bundle_AskQuestionPromptBundle",".dom_annotate_feed_switcher","[class='q-box qu-py--small qu-color--gray_light']","[class='q-box spacing_log_answer_header']","[class='q-box qu-flex--auto']","[class='q-text qu-dynamicFontSize--small qu-mt--small qu-color--gray_light qu-passColorToLinks']",".AnswerFooter___StyledFlex-sc-2xbo88-0","[class='q-box qu-mb--small']"],globalStyles:{".qu-truncateLines--3":"-webkit-line-clamp: unset;"}},{id:"oldReddit",matches:["old.reddit.com/*/.compact","old.reddit.com/.compact","www.reddit.com/*/.compact","www.reddit.com/.compact"],selectors:[".title > a",".usertext-body"],detectParagraphLanguage:!0},{id:"otherOldReddit",matches:"old.reddit.com",selectors:["p.title > a","[role=main] .md-container"],detectParagraphLanguage:!0},{id:"redditList",matches:["https://www.reddit.com/r/*/comments/*/*","https://www.reddit.com/","https://www.reddit.com/hot/","https://www.reddit.com/new/","https://www.reddit.com/top/"],excludeMatches:["https://www.reddit.com/r/*/wiki/*"],observeUrlChange:!0,selectors:["h1",".PostHeader__post-title-line","[data-click-id=body] h3","[data-click-id=background] h3","[data-testid=comment]","[data-adclicklocation='title'] h3","[data-adclicklocation=media]","[data-testid='post-title-text']",".PostContent",".post-content",".Comment__body","faceplate-batch .md","[slot=comment]",".RichTextJSON-root","[slot=title]","[slot=text-body]","p.title > a","[role=main] .md-container"],detectParagraphLanguage:!0,globalStyles:{"div.XPromoBottomBar":"display:none","[class*='line-clamp']":"-webkit-line-clamp: unset"},waitForSelectors:["[data-testid=post_author_link]"],"inputConfig.add":{clearContentEnable:!1}},{id:"reddit",matches:"www.reddit.com",selectors:["#search-results-tab-slot","h1",".PostHeader__post-title-line","[data-click-id=body] h3","[data-click-id=background] h3","[data-testid=comment]","[data-adclicklocation='title'] h3","[data-testid='post-title-text']","[slot=comment]","[data-adclicklocation=media]",".PostContent",".post-content",".Comment__body","faceplate-batch .md","[slot=text-body]","p.title > a","[role=main] .md-container","#-post-rtjson-content",".RichTextJSON-root","[slot='title']"],excludeSelectors:[".text-neutral-content-weak"],paragraphMinTextCount:5,paragraphMinWordCount:2,excludeMatches:["https://www.reddit.com/r/*/wiki/*","https://www.reddit.com/settings/*"],detectParagraphLanguage:!0,globalStyles:{"div.XPromoBottomBar":"display:none","[class*='line-clamp']":"-webkit-line-clamp: unset"}},{id:"reuters",matches:"www.reuters.com",excludeSelectors:["[promotext]","[data-testid=Leaderboard]","[data-testid=HomeTickerV2]","[data-testid=SiteFooter]","[class^=refinitiv-promo-bar__container]","[data-testid=ResponsiveAdSlot]","[data-testid=SiteHeader]","[data-testid=HomeTickerV2]"]},{id:"npmjs",matches:"https://www.npmjs.com/package/*",selectors:["#tabpanel-readme > div:first-child"]},{id:"github",matches:"github.com",useIframePostMessage:!1,excludeMatches:["https://github.com/*/*/settings","https://github.com/settings/*","https://github.com/sponsors/*","https://github.com/readme/*","https://github.com/readme/","https://github.com/features/*","https://github.com/customer-stories/*"],mutationExcludeSelectors:[".react-blob-sticky-header *"],selectors:["h1","[aria-label=Issues] .markdown-title","[aria-labelledby=discussions-list] .markdown-title","h3 .markdown-title",".markdown-body",".Layout-sidebar p","div > span.search-match","li.repo-list-item p","#responsive-meta-container p","article p","div.repo-description p","[itemprop=description]",".integrations-auth-wrapper",".new-feed-onboarding-notice","article section[aria-label='card content'] > div > div > div > div:nth-child(2)",".TimelineItem-body .Link--primary",'[role="navigation"] p'],atomicBlockSelectors:["[itemprop=description]"],excludeSelectors:[".css-truncate","[data-test-selector='commit-tease-commit-message']","[data-test-selector='create-branch.developmentForm']","div.Box-header.position-relative","div.blob-wrapper-embedded","div.Box.Box--condensed.my-2","div.jp-CodeCell",'[aria-label="Account"] .markdown-title',".js-repos-container .markdown-title","a.anchor","div.file-navigation + div.Box"],extraBlockSelectors:[],extraInlineSelectors:["g-emoji","a.anchor"],stayOriginalTags:["CODE","TT","G-EMOJI","IMG","SUP","SUB"],detectParagraphLanguage:!0,globalStyles:{".TimelineItem-body .Link--primary":"-webkit-line-clamp: unset;"}},{id:"github-blog",matches:["github.blog"],injectedCss:["font {word-break: break-all !important;}"]},{id:"githubNotebook",matches:"notebooks.githubusercontent.com",useIframePostMessage:!1,excludeSelectors:["div.jp-CodeCell"]},{id:"facebook",matches:"www.facebook.com",excludeMatches:["https://www.facebook.com/business/*","https://www.facebook.com/help*"],selectors:["div[dir=auto][style]","div[dir=auto][class]","span[lang]"],atomicBlockSelectors:["div[dir=auto][style]","div[dir=auto][class]","span[lang]"],insertPosition:"afterend",preWhitespaceDetectedTags:["DIV","SPAN"],extraBlockSelectors:["span.x1vvkbs"],excludeSelectors:["[role=button]"],translationClasses:["immersive-translate-text"],detectParagraphLanguage:!0},{id:"youtubeMobile",matches:"m.youtube.com",selectors:[".comment-text","#content-text",".media-item-headline",".slim-video-information-title",".yt-spec-button-view-model",".yt-core-attributed-string > span",".title"],shareConfig:{injectCss:!1,removeSelectors:["iron-iconset-svg","iframe","ytd-watch-next-secondary-results-renderer","noscript","script"]},"mutationConfig.add":{checkSelfUpdate:!1},"excludeTags.remove":["BUTTON"],additionalExcludeSelectors:[".ytp-caption-window-container","text"],"subtitleRule.add":{type:"youtube",subtitleUrlRegExp:"(/api/timedtext|videoplayback\\?expire.*text)",translateSelectors:[".caption-window",".caption-visual-line"],videoPlayerSelector:".html5-video-player.playing-mode,.html5-video-player.paused-mode",loadingContainerSelector:".ytp-caption-window-container",videoADSelector:".ytp-ad-player-overlay",injectedCss:["#player-shorts-container .ytp-caption-window-bottom {top: 40px; bottom: unset!important;}"],videoSelector:".html5-video-player.playing-mode video,.html5-video-player.paused-mode video",translationOnlyPattern:["m.youtube.com/watch*","m.youtube.com/embed*","m.youtube.com/shorts*"],attachRule:{appendSelector:".html5-video-player.playing-mode,.html5-video-player.paused-mode",injectedCSS:[".imt-caption-container {z-index:40;}"],injectedGlobalCSS:[".caption-window {display: none;} ","shorts-video #immersive-translate-caption-window { height: 150px;}"]}},wrapperPrefix:"",wrapperSuffix:"",observeUrlChange:!0,atomicBlockSelectors:[".comment-text"],globalStyles:{".comment-text":"max-height:unset;",".media-item-headline":"max-height:unset;-webkit-line-clamp:unset;"},injectedCss:[".immersive-translate-target-wrapper img { width: 16px; height: 16px }"],extraBlockSelectors:[".caption-visual-line"]},{id:"youtube",matches:"www.youtube.com",blockMinTextCount:0,blockMinWordCount:0,detectParagraphLanguage:!0,lineBreakMaxTextCount:0,shareConfig:{injectCss:!1,removeSelectors:["iron-iconset-svg","iframe","ytd-watch-next-secondary-results-renderer","noscript","script"]},"additionalExcludeSelectors.add":[".ytp-caption-window-container","text"],globalStyles:{"#video-title":"-webkit-line-clamp: unset;max-height: unset;","h1.ytd-watch-metadata":"-webkit-line-clamp: unset;max-height: unset;","yt-formatted-string#video-title":"-webkit-line-clamp: unset;max-height: unset;","ytd-expander.ytd-comment-renderer":"--ytd-expander-max-lines: 1000;"},injectedCss:[".immersive-translate-target-wrapper img { width: 16px; height: 16px }",".metadata-snippet-container {max-height: unset !important;}",".immersive-translate-target-wrapper {text-align: left;}",".immersive-translate-target-wrapper[dir=rtl] {text-align: right;}"],isTranslateTitle:!1,observeUrlChange:!0,selectors:["yt-formatted-string[slot=content].ytd-comment-renderer","yt-formatted-string.ytd-video-renderer","yt-formatted-string#content-text","h1","yt-formatted-string#video-title","yt-formatted-string.span","span#video-title","a#video-title","yt-formatted-string.ytd-transcript-segment-renderer","#description-inline-expander > yt-attributed-string > span","yt-attributed-string > span","ytd-notification-renderer .message","#message",".yt_to_text_transcript_text"],extraBlockSelectors:["yt-formatted-string.ytd-transcript-segment-renderer",".caption-visual-line"],"subtitleRule.add":{type:"youtube",subtitleUrlRegExp:"(/api/timedtext|videoplayback\\?expire.*text)",translateSelectors:[".caption-window",".caption-visual-line"],videoPlayerSelector:".html5-video-player.playing-mode,.html5-video-player.paused-mode",loadingContainerSelector:".ytp-caption-window-container",videoADSelector:".ytp-ad-player-overlay",translationOnlyPattern:["www.youtube.com/watch*","www.youtube.com/embed*","www.youtube.com/shorts*"],subtitleButtonSelector:".html5-video-player.playing-mode .ytp-subtitles-button,.html5-video-player.paused-mode .ytp-subtitles-button",languageSelector:".ytp-menuitem-label",injectedCss:["#shorts-player .ytp-caption-window-bottom {top: 2%; bottom: unset!important;} #immersive-translate-quick-button-container {font-size: 12px;z-index:1001;}"],quickButtonRule:{appendSelector:".ytp-chrome-controls",insertBeforeSelector:".ytp-right-controls"},videoSelector:".html5-video-player.playing-mode video,.html5-video-player.paused-mode video",attachRule:{appendSelector:".html5-video-player.playing-mode,.html5-video-player.paused-mode",injectedCSS:[".imt-caption-container {z-index:40;}",".imt-caption-window {margin-bottom: 2%}"],injectedGlobalCSS:[".caption-window {display: none;} ","#shorts-player #immersive-translate-caption-window { height: 20%;}",".html5-video-player:not(.ytp-autohide) #immersive-translate-caption-window {bottom: 60px;}"]}},urlChangeDelay:2e3,wrapperPrefix:"
",wrapperSuffix:""},{id:"tvYoutube",matches:"tv.youtube.com","subtitleRule.add":{type:"youtube",preTranslation:!0,humanPreferred:!1,subtitleUrlRegExp:"(/api/timedtext|videoplayback\\?expire.*text)",translateSelectors:[".caption-window",".caption-visual-line"],videoPlayerSelector:".html5-video-player.playing-mode,.html5-video-player.paused-mode",loadingContainerSelector:".ytp-caption-window-container",videoADSelector:".ytp-ad-player-overlay",translationOnlyPattern:["tv.youtube.com/watch*"],subtitleButtonSelector:".ytp-subtitles-button",languageSelector:".ytp-menuitem-label",injectedCss:["#shorts-player .ytp-caption-window-bottom {top: 2%; bottom: unset!important;} #immersive-translate-quick-button-container {font-size: 12px;z-index:1001;}"],quickButtonRule:{appendSelector:".ypcs-control-buttons-right",insertBeforeSelector:".ypcs-control-buttons-right .ypcs-volume-control-slot"},videoSelector:".html5-video-player.playing-mode video,.html5-video-player.paused-mode video",attachRule:{appendSelector:".html5-video-player.playing-mode,.html5-video-player.paused-mode",injectedCSS:[".imt-caption-container {z-index:40;}",".imt-caption-window {margin-bottom: 2%;}"],injectedGlobalCSS:[".caption-window {display: none;} ","#shorts-player #immersive-translate-caption-window { height: 20%;}",".html5-video-player:not(.ytp-autohide) #immersive-translate-caption-window {bottom: 60px;}"]}}},{id:"youtube-subtitle",matches:["www.youtube-nocookie.com","music.youtube.com"],extraBlockSelectors:[".caption-visual-line"],mainFrameMinTextCount:0,"excludeSelectors.add":[".captions-text",".ytp-caption-segment"],"subtitleRule.add":{type:"youtube",subtitleUrlRegExp:"/api/timedtext",translateSelectors:[".caption-window",".caption-visual-line"],videoPlayerSelector:".html5-video-player",loadingContainerSelector:".ytp-caption-window-container",videoADSelector:".ytp-ad-player-overlay",translationOnlyPattern:["www.youtube-nocookie.com/embed*","music.youtube.com/watch*"],subtitleButtonSelector:".ytp-subtitles-button",languageSelector:".ytp-menuitem-label",injectedCss:["#shorts-player .ytp-caption-window-bottom {top: 2%; bottom: unset!important;}"],quickButtonRule:{appendSelector:".ytp-chrome-controls",insertBeforeSelector:".ytp-right-controls"},videoSelector:".html5-video-player video",attachRule:{appendSelector:".html5-video-player",injectedCSS:[".imt-caption-container {z-index:40;}",".imt-caption-window {margin-bottom: 2%;}"],injectedGlobalCSS:[".caption-window {display: none;} ","#shorts-player #immersive-translate-caption-window { height: 20%;}",".html5-video-player:not(.ytp-autohide) #immersive-translate-caption-window {bottom: 60px;}"]}}},{id:"instagramMessage",matches:["https://www.instagram.com/direct/*"],wrapperPrefix:"
",selectors:["div[dir=auto].html-div"]},{id:"instagramPost",matches:["https://www.instagram.com/p/*","https://www.instagram.com/reels/*"],blockMinTextCount:1,paragraphMinTextCount:2,excludeSelectors:["hr+div span[dir=auto][style] > span"],selectors:["h1","ul li h3+div span[dir=auto]","hr+div span[dir=auto][style]","div > div[dir=auto]","div:not([class]) > div > div:nth-child(2)"],wrapperPrefix:"
"},{id:"otherInstagram",blockMinWordCount:1,matches:"https://www.instagram.com/*",paragraphMinTextCount:2,selectors:["h1","article span[dir=auto] > span[dir=auto]","._ab1y","ul li h3+div span[dir=auto]","hr+div span[dir=auto][style]","span[dir=auto] > div > span","div > h1[dir=auto]"],wrapperSuffix:""},{id:"1paragraph",matches:"1paragraph.app",selectors:["#book"]},{id:"poeditor",matches:"https://poeditor.com/projects/*",selectors:[".comment-body",".reference_language .source-string"]},{id:"substack",matches:["*.substack.com","newsletter.rootsofprogress.org"],selectorMatches:["link[href^='https://substackcdn.com/bundle/'][rel=preload]"],excludeSelectors:["[style^=top]",".publication-footer",".subscribe-footer",".main-menu",".navbar-title-link","[data-testid='navbar']",".navbar-title",".captioned-button-wrap",".subscription-widget-wrap",".tweet-header",".tweet-link-bottom",".expanded-link",".meta-subheader",".comment-meta",".comment-actions"],globalStyles:{".reader2-clamp-lines":"max-height: unset; -webkit-line-clamp: unset;","[class*='clamp-']":"max-height: unset; -webkit-line-clamp:unset;",".blurb-text":"max-height: unset;",".comment-body":"max-height: unset;"},extraBlockSelectors:[".reader2-post-title",".tweet-link-top",".tweet-link-bottom",".expanded-link"]},{id:"seekingalpha",matches:["seekingalpha.com/article/*","seekingalpha.com/news/*"],selectors:["[data-test-id=card-container]","[data-test-id=comments-section]"],excludeSelectors:["[data-test-id=post-page-meta]","header > div:first-child"]},{id:"hnAlgolia",matches:"hn.algolia.com",selectors:[".Story_title > a:first-child",".Story_comment > span"]},{id:"readwise",matches:"read.readwise.io",selectors:["div[class^='_titleRow_']","#document-text-content"],detectParagraphLanguage:!0},{id:"inoreader",matches:["www.inoreader.com","*.inoreader.com"],selectors:[".article_header_title",".article_title_link",".article_content",".article_magazine_title_link",".blog-post-page","#welcome_center",".gad_overview_articles_wrapper",".library_article_text h4",".header_name"],excludeMatches:["https://www.inoreader.com/features/"],observeUrlChange:!1,globalStyles:{".article_title_link,.library_article_text h4,.gadget_overview_article_title,.article_magazine_title_link,.reader_pane_view_style_2 .column_view_title":"-webkit-line-clamp: unset;max-height: unset;",".article_tile_content_wraper,div.article_tile":"overflow:auto",".article_header_title":"white-space:normal"}},{id:"aha",matches:"*.ideas.aha.io",excludeSelectors:[".comment-header",".vote-status",".idea-meta",".filters-title",".ideas-showing-count",".my-ideas-filters-wrapper",".statuses-filters-wrapper",".categories-filters-wrapper","[class^='attachment']","span[class^='attachment-name']"]},{id:"googleScholar",matches:["scholar.google.*/*","scholar.google.com.*/*","scholar.google.co.*/*"],wrapperPrefix:` -`,selectors:["h3 a[data-clk]","div.gs_rs","td a.gsc_a_at","td div.gs_gray:last-of-type","div.gsc_oci_value","#gs_opinion"],extraInlineSelectors:["br"],atomicBlockSelectors:["h3 a[data-clk]"]},{id:"googleMail",matches:"mail.google.com",detectParagraphLanguage:!0,selectors:["h2[data-thread-perm-id]","span[data-thread-id]","div[data-message-id] div[class='']",".messageBody","#views"],globalStyles:{"[role='listitem'] > div":"height:auto!important;white-space:unset!important;"}},{id:"googleNews",matches:"news.google.com",blockMinTextCount:26,blockMinWordCount:5,globalStyles:{".MCAGUe":"height: auto;",".To2ZZb.DbQnIe":"height: unset;",".cp7Yvc > h2":"display: block;",".oovtQ":"height: auto;",h4:"-webkit-line-clamp: unset;"},excludeSelectors:[".EyERq",".AOl7G.eejsDc","[aria-label='Home']","[aria-label='For you']","[aria-label='Following']","[aria-label='World']","[aria-label='Local']",".gb_Fc",".wBQf7b",".yPI8Rb",".jKHa4e",".u43Gd",".Zgjpyb","[role='button']","[jsname='rymPhb']",".cbz1ld",".VfPpkd-P5QLlc",".XvhY1d"]},{id:"outlook",matches:"outlook.live.com",excludeSelectors:[".jHAG3.XG5Jd",".OZZZK",".lDdSm"]},{id:"producthunt",matches:"www.producthunt.com",excludeMatches:"https://www.producthunt.com/stories/*",selectors:["h2","div[class^='styles_htmlText__']","[class^='styles_tagline']","a[href^='/discussions/'].fontWeight-600","button[class^='styles_textButton'] > div > span","h5 + p","div[data-test=product-item-name] + div",".noOfLines-1,.noOfLines-2,.noOfLines-3",".fontWeight-600","[class*='styles_dropdown']","[class*='styles_aboutText']"],globalStyles:{"h5 + p":"height:unset;",".noOfLines-1,.noOfLines-2,.noOfLines-3":"-webkit-line-clamp:unset;"},"excludeTags.remove":["PRE"]},{id:"codeforces",matches:"https://codeforces.com/*","stayOriginalTags.add":["[class^='MathJax']"]},{id:"discord",matches:"https://discord.com/channels/*",isTranslateTitle:!1,selectors:["li[id^=chat-messages] div[id^=message-content]","div[class^=headerText]","section[aria-label='Search Results'] div[id^=message-content]"],extraBlockSelectors:["[class^='embedFieldValue']","li[class^='card'] div[class^='message']","[data-list-item-id^='forum-channel-list'] div[class^='headerText']"],globalStyles:{"div[class^=headerText]":"max-height: unset;","div[class^=message]":"max-height: unset;","div[class^=text]":"max-height: unset;","h3[data-text-variant='heading-lg/semibold']":"-webkit-line-clamp: none;"},detectParagraphLanguage:!0,wrapperPrefix:"
",wrapperSuffix:"",paragraphMinTextCount:4,paragraphMinWordCount:2},{id:"telegram",matches:["web.telegram.org/z/*","web.telegram.org/a/*"],isTranslateTitle:!1,selectors:[".text-content",".message",".reply-markup-button-text",".bot-commands-list-element-description"],"extraBlockSelectors.add":[".message.spoilers-container em",".message.spoilers-container strong"],excludeSelectors:[".time",".peer-title",".document-wrapper",".message.spoilers-container custom-emoji-element"],detectParagraphLanguage:!0},{id:"telegramK",matches:["web.telegram.org/k/*","web.telegram.org/k/"],selectors:[".message",".reply-markup-button-text",".bot-commands-list-element-description"],"extraBlockSelectors.add":[".message.spoilers-container em",".message.spoilers-container strong"],excludeSelectors:[".time",".peer-title",".document-wrapper",".message.spoilers-container custom-emoji-element"],detectParagraphLanguage:!0},{id:"githubGist",matches:"gist.github.com",selectors:[".markdown-body",".readme"],detectParagraphLanguage:!0},{id:"lobste",matches:"lobste.rs",excludeMatches:["https://lobste.rs/about","https://lobste.rs/chat"],selectors:[".u-repost-of",".comment_text",".story_text"]},{id:"slack",matches:"*.slack.com",selectors:[".p-rich_text_block",".p-message_pane__foreword",".c-alert__message","[data-qa=message_attachment_text]"],additionalStayOriginalSelectors:["[data-qa=emoji]"],detectParagraphLanguage:!0},{id:"artstationArtwork",matches:"www.artstation.com/artwork/*",excludeSelectors:".project-description a",selectors:[".project-description","div.project-comment-text"],detectParagraphLanguage:!0},{id:"artstationLearning",matches:"www.artstation.com/learning/courses/*",additionalSelectors:["footer.learning-course-description.ng-star-inserted > span"],excludeSelectors:[".learning-card-meta",".vjs-text-track-display"],"mutationExcludeSelectors.add":[".vjs-text-track-display *"],"subtitleRule.add":{type:"webvtt",subtitleUrlRegExp:"/subtitles/.*\\.(vtt|webvtt)$",loadingContainerSelector:".vjs-text-track-display",quickButtonRule:{appendSelector:".vjs-control-bar",insertBeforeSelector:".vjs-playback-rate",injectCSS:".imt-quick-subtitle-button { font-size: 12px;} .logo,.logo svg { height: 18px !important; width: 18px !important;} .imt-quick-subtitle-pop-content {bottom: 38px !important;}"},videoSelector:"video",attachRule:{appendSelector:".video-js",injectedGlobalCSS:[".vjs-text-track-display {display: none;}",".captions-text: {margin-bottom: 10%;}"]}}},{id:"artstationBlog",matches:["https://www.artstation.com/blogs","https://www.artstation.com/blogs/*"],detectParagraphLanguage:!0,additionalSelectors:[".comment-item-body"],atomicBlockSelectors:[".author-headline",".author-location"],excludeSelectors:["blog-card-thumbnail","blog-card-header",".blog-card-author",".blog-card-meta",".blog-view-header",".blog-grid-title",".post-meta-header"]},{id:"figmaCommunity",matches:"www.figma.com/community/*",normalizeBody:"div.ql-editor[contenteditable='false']",excludeSelectors:["div[class*='metadataRight']","div[class*='commentMetaAndOptions']"],globalStyles:{"div[class*='mini_cardBottomRowSizing']":"height: 3em;"},additionalSelectors:["div[class*='mini_cardBottomRow_Metadata']"],stayOriginalSelectors:["[data-tooltip='tooltip-user-info']"]},{id:"googleIndex",matches:["https://www.google.com/","https://www.google.com.hk/"],excludeSelectors:["#gb","#SIvCob"],inputTutorialsText:"\u8BD5\u8BD5\u8F93\u5165\u4E2D\u6587\u540E\u5FEB\u901F\u8FDE\u51FB 3 \u6B21\u7A7A\u683C\u952E\u7FFB\u8BD1\uFF08\u4EC5\u63D0\u793A\u4E00\u6B21\uFF09",inputTutorialsSelectors:["textarea#APjFqb"],"inputConfig.add":{tutorialsText:"\u8BD5\u8BD5\u8F93\u5165\u4E2D\u6587\u540E\u5FEB\u901F\u8FDE\u51FB 3 \u6B21\u7A7A\u683C\u952E\u7FFB\u8BD1\uFF08\u4EC5\u63D0\u793A\u4E00\u6B21\uFF09",tutorialsSelectors:["textarea#APjFqb"]}},{id:"googleSearch",matches:"www.google.*/search*",blockMinTextCount:32,blockMinWordCount:3,wrapperSuffix:"",detectParagraphLanguage:!0,excludeSelectors:["a h3 + div","div#sfooter","a[role=presentation] > div > div:first-child",".b5ZQcf",".CEMjEf",".MgUUmf.NUnG9d","#result-stats","[role=navigation]","div.sCuL3","div.eFM0qc.BCF2pd","div.WZ8Tjf","div.adDDi","#headerSection","#rateChatDiv","[id=bres]",".title-D5Lgyj","[data-attrid='VisualDigestVideoResult']",".search-enhance-WDIEkP h4",".SPZz6b h2",".CtCigf",".VLkRKc",".EbH0bb",".Wr0c6d",".jleFbf","#searchform",".yg51vc",".CbAZb"],extraBlockSelectors:[".MUFPAc"],"additionalExcludeSelectors.add":["[jscontroller='UsftYd']"],globalStyles:{".V82bz":"-webkit-line-clamp: unset;max-height: unset;margin-bottom:30px",".pe7FNb":"-webkit-line-clamp: unset;",".promotion-3PDMAb":"display: none;",".uAKcGb":"-webkit-line-clamp: unset;max-height: unset;margin-bottom:30px","div[data-content-feature='1'] > div":"-webkit-line-clamp: unset;max-height: unset;","div[style='-webkit-line-clamp:2']":"-webkit-line-clamp: unset;max-height: unset;","div[style='-webkit-line-clamp:3']":"-webkit-line-clamp: unset;max-height: unset;","div[style='-webkit-line-clamp:4']":"-webkit-line-clamp: unset;max-height: unset;",".Pw4Ldf.RsCEN":"height:unset;",".related-question-pair":"overflow:auto;"},ignoreZhCNandZhTW:!0,isTranslateTitle:!1,searchEnhancementConfig:[{id:"google",urlMatch:"https://www\\.google\\..+/search",style:{source:"font-size:12px; margin-bottom: 6px;",enTitle:"margin-top:6px;font-size:14px;",searchTitle:"margin-top:6px;position:relative;padding-right:24px;",more:"color:#1a0dab;margin-top:8px;",enTitleClassName:"immersive-translate-search-enhancement-en-title"},keyword:{value:"[0]$1",matches:[{source:"url",matchRegex:"q=(.+?)&"}]},showCount:5}]},{id:"lowendtalk",matches:"lowendtalk.com",selectors:["[role=heading]","h1",".userContent"]},{id:"linkedinJobs",matches:"www.linkedin.com/jobs/*",selectors:["#job-details > span",".decorated-job-posting__details"]},{id:"linkedinFeed",matches:"https://linkedin.com/feed/*",selectors:["h1",".feed-shared-update-v2__description-wrapper"]},{id:"indiehackers",matches:"www.indiehackers.com",selectors:[".content","h1","h3.story__title",".feed-item__title-link",".article-body",".interview-body"]},{id:"libreddit",matches:"libreddit.de",selectors:["h2.post_title",".comment_body > .md"]},{id:"notionSite",matches:["notion.site","*.notion.site"],normalizeBody:"body",selectors:["div[data-block-id]"]},{id:"notion_so",matches:["www.notion.so"],injectedCss:["[aria-label='Templates'] font br {display:none;}"]},{id:"newyorker",matches:"www.newyorker.com",additionalSelectors:["h1","[data-testid=SummaryItemHed]"],excludeSelectors:["[data-testid=PersistentTop]","[data-testid=StackedNavigationHeader]"],urlChangeDelay:2e3},{id:"startme",matches:"start.me",selectors:[".rss-article__title",".rss-articles-list__article-link",".rss-showcase__title",".rss-showcase__text"]},{id:"scmp",matches:"www.scmp.com",additionalSelectors:[".info__subHeadline",".section-content h2"],globalStyles:{".topic__article-list":"height: unset;",".adverisers__adveriser":"height: unset;",".advertiser__content":"height: unset;",".content-title__link":"display:unset;overflow:unset;-webkit-line-clamp:unset;",".title__text":"max-height:unset; -webkit-line-clamp:unset;",".news-list-item__news-title":"max-height:unset; -webkit-line-clamp:unset;","a[class*='link'] > .link__headline":"max-height:unset; -webkit-line-clamp:unset;"},"bodyRule.add":{bodySelector:"[data-qa='ArticleList-Item']",articleSelector:"[data-qa='GenericArticle-Content']",xpathRule:["datatype:p"]}},{id:"lesswrong",matches:"www.lesswrong.com",extraBlockSelectors:["span.commentOnSelection"]},{id:"mastodon",matches:["mastodon.social","mastodon.online","kolektiva.social","indieweb.social","mastodon.world","infosec.exchange"],isTranslateTitle:!1,selectorMatches:["div#mastodon"],selectors:["div.status__content__text",".about__section__body",".content",".form-container",".account__header__extra"],globalAttributes:{"[class='notranslate app-holder']":{class:"app-holder"}},detectLanguage:!0},{id:"cnbc",matches:"www.cnbc.com",urlChangeDelay:1e3,globalStyles:{"div.Card-titleContainer > div":"-webkit-line-clamp: unset;max-height: unset;"},"excludeSelectors.add":["#GlobalNavigation","#GlobalFooter",".LiveBlogHeader-timestampAndShareBarContainer",".LiveBlogHeader-liveUpdatesPill"]},{id:"dailyDev",matches:"app.daily.dev",selectors:["h1",".typo-body","article h3","[class^=markdown_markdown]"],globalStyles:{".line-clamp-3":"-webkit-line-clamp: unset"}},{id:"pornhub",matches:["*.pornhub.com","pornhub.com"],excludeMatches:["*.pornhub.com/insights/*","pornhub.com/insights/*"],extraBlockSelectors:[".trendingNow",".searchItem",".tagcloud > a"],detectParagraphLanguage:!0,wrapperPrefix:"
",wrapperSuffix:` +?`]},azure:{placeholderDelimiters:["@","#"]},you:{placeholderDelimiters:["@","#"]},openl:{placeholderDelimiters:["@","#"]},niu:{placeholderDelimiters:["@","#"]}},shortcuts:{toggleTranslatePage:"Alt+A",toggleTranslateTheWholePage:"Alt+W",toggleOnlyTransation:"",toggleTranslateToThePageEndImmediately:"",toggleTranslationMask:"",shareToDraft:"",toggleMouseHoverTranslateDirectly:""},tempTranslateDomainMinutes:0,translationParagraphLanguagePattern:{matches:["onboarding.immersivetranslate.com","www.reddit.com","old.reddit.com","twitter.com","www.tumblr.com","*.twitter.com","medium.com","*.medium.com","github.com","gist.github.com","www.facebook.com","www.youtube.com","m.youtube.com","read.readwise.io","www.inoreader.com","mail.google.com","google.com","discord.com","*.instagram.com","instagram.com","web.telegram.org","web.whatsapp.com","*.slack.com","*.indeed.com","outlook.live.com","https://bsky.app","store.steampowered.com","test-app.immersivetranslate.com","app.immersivetranslate.com"],excludeMatches:[],selectorMatches:["meta[property='al:ios:url'][content^='medium://']"],selectorExcludeMatches:[]},sourceLanguageUrlPattern:{},selectTranslationFont:"",translationFonts:["Microsoft YaHei","SimSun","NSimSun","SimHei","Microsoft JhengHei","KaiTi","FangSong","PingFang SC","STHeiti","STKaiti","STSong","STFangsong","STZhongsong","STHupo","STXinwei","STLiti","STXingkai","Hiragino Sans GB","Lantinghei SC","Hanzipen SC","Hannotate SC","Songti SC","Wawati SC","Weibei SC","Xingkai SC","Yapi SC","Yuanti SC","Arial Unicode MS","MingLiU-ExtB","Malgun Gothic","Arial","Calibri","Cambria","Candara","Consolas","Constantia","Corbel","Courier New","Georgia","Lucida Console","MingLiU","PMingLiU","MingLiU_HKSCS","Meiryo","MS Gothic","MS PGothic","MS UI Gothic","MS Mincho","MS PMincho","Segoe UI","Segoe UI Symbol","Tahoma","Times New Roman","Trebuchet MS","Verdana","Gulim","Dotum","Batang","Gungsuh","San Francisco","Helvetica Neue","Hiragino Mincho ProN","Hiragino Kaku Gothic ProN","Yu Gothic","Yu Mincho","Geeza Pro","Al Nile","Tehran","Devanagari MT","Kohinoor Devanagari","Apple SD Gothic Neo","Nanum Gothic"],generalRule:{_comment:"",isTranslateWhenServiceChanged:!0,glossaries:[{k:"LLM",v:""},{k:"LLMs",v:""}],excludeRegexps:["(<\\\\/?[a-zA-Z0-9]+(?:[^>]*?)>)","(||||||||||
|
)"],detectionServiceOrder:["google","bing","transmart"],detectParagraphLanguage:!1,paragraphFirstLetterFontSize:35,toastErrorMinTimes:20,enableSubtitle:!1,"subtitle.autoEnableSubtitle":!1,disableNewTextTranslate:!1,skipEditableCheck:!1,mutationObserverLimitTargetSelectors:[],condition:{},normalizeBody:"",inputExecCommandDeleteEnable:!1,inputConfig:{clearContentEnable:!0,execCommandDeleteEnable:!1},mutationExcludeSelectors:["span.highlighter--highlighted","span.highlighter-ext","mark","msreadoutspan","rw-highlight","web-highlight","font.immersive-translate-target-wrapper *","pre",".uacc-clickable"],mutationExcludeContainsSelectors:["msreadoutspan","[class*='rgh-seen-']","[isInvalidTag]","mh","body","relin-hc"],atomicBlockSelectors:["relin-hc"],shareConfig:{injectCss:!0,removeSelectors:["noscript","script"]},mutationConfig:{consumeTimeout:100,buildTimeout:100,checkSelfUpdate:!0},useIframePostMessage:!1,searchEnhancementConfig:[],injectedCss:[],isOnBoardingPage:!1,isEbook:!1,isEbookBuilder:!1,ignoreZhCNandZhTW:!1,showSponsorOnSafari:!1,noTranslateRegexp:["^\\d+.+ago$","^\\d+\\s+MIN\\s+READ$"],waitForSelectors:[],isInjectOptionsUrl:!1,isInjectVersion:!1,isInjectMeta:!1,waitForSelectorsTimeout:3e3,pairs:{},aiRule:{},subtitleRule:{isInject:!0,autoEnableSubtitle:!1,preTranslation:!1,humanPreferred:!0,disabled:!1,hookType:"xhr",showQuickButton:!0,backgroundColor:"#080808",backgroundOpacity:"75",sourceTextColor:"#FFFFFF",translationTextColor:"#FFFFFF",sourceFontSize:"100",translationMode:"dual",translationPosition:"bottom",translationFontSize:"100",translateGroupCount:5,velocityGroup:[1,3,20]},bodyRule:{enable:!0,maxBodyScreenLength:25,articleChildTags:["P"],articleChildTagsNum:4,bodyIsRoot:!1,humanPreferred:!0,preTranslation:!0,xpathRule:["name:P"]},isSubtitleBuilder:!1,minZIndex:0,initTranslationServiceAsSoonAsPossible:!0,targetWrapperTag:"font",additionalInjectedCss:[],isTranslateTitle:!0,enableSearchEnhancement:!1,searchEnhancementSelector:"#rhs",languageDetectMinTextCount:50,wrapperPrefix:"smart",wrapperSuffix:"smart",isPdf:!1,pdfUrlExtractRule:{},isTransformPreTagNewLine:!1,urlChangeDelay:50,mutationChangeDelay:10,mainFrameMinTextCount:50,mainFrameMinWordCount:5,visibleDelay:0,additionalStayOriginalSelectors:["span.katex","span.notranslate",".MathJax_Preview",".MathJax",".MathJax_SVG",'[aria-labelledby^="MathJax-SVG"]',".mwe-math-element","span[translate=no]","em[translate=no]","code[translate=no]","span.math.inline","span.math.display",".ltx_Math",".mathjax-block",".MathJax_CHTML","kbd","span.pretex-inline","span.math-inline",".reference-citations"],translationBlockStyle:"",isShowUserscriptPagePopup:!0,observeUrlChange:!1,paragraphMinTextCount:4,paragraphMinWordCount:2,shadowRootSelectors:[],blockMinTextCount:24,blockMinWordCount:4,asideMaxTextCount:1e3,asideMaxWordCount:200,asideMaxTextCountPerParagraph:67,asideMaxWordCountPerParagraph:12,lineBreakMaxTextCount:0,globalAttributes:{},inputTutorialsText:"",inputTutorialsSelectors:[],globalMeta:{},globalStyles:{},initialGlobalAttributes:{},initialSelectorGlobalAttributes:{header:{translate:"no"},"footer:last-of-type":{translate:"no"},"nav:last-of-type":{translate:"no"},nav:{translate:"no"}},selectors:[],preWhitespaceDetectedTags:["DIV","SPAN"],stayOriginalSelectors:[],additionalSelectors:["h1","section h2","section h3","section h4","main h2","main h3","main h4",".article-title",".article-subtitle",".article_title",".article_subtitle",".article__title",".articleTitle",".Article__content",".titleLink",".summary",".headline",".page-content","aside.note","aside.article-comments","aside.onebox"],atomicBlockTags:[],excludeSelectors:[],additionalExcludeSelectors:['[contenteditable="true"]',".uacc-clickable","#monica-content-root","#immersive-translate-popup",".social-share",".breadcrumbs",".post__footer",".btn",".share-nav",".o-share","[data-toolbar=share]","rp","rt",".prism-code",".rc-CodeBlock","[role=code]","#omni-extension",".omni-item","div[data-paste-markdown-skip]","table.highlight","div[class^=codeBlockContent]","div[class^=codeBlockLines]","div[class^=token-line]","#liuchan-window > .liuchan-container > *",".material-icons","i.fa","i[class^=fa-]",".notranslate","[translate=no]",".navmenu-container",".google-symbols","h1 br","h2 br","h3 br","h4 br","table thead"],translationClasses:[],excludeTags:["TITLE","LINK","SCRIPT","STYLE","TEXTAREA","SVG","svg","G","NOSCRIPT","BUTTON","BASE","HR","PRE","KBD","WBR","RT","RP","META","MATH","TTS-SENTENCE","AIO-CODE","RELIN-TARGET"],bodyTranslateTags:["FOOTER","ASIDE","BUTTON","NAV"],forceTranslateTags:[],metaTags:["META","SCRIPT","STYLE","NOSCRIPT"],additionalExcludeTags:[],stayOriginalTags:["CODE","TT","IMG","SUP","SUB","SAMP","math","semantics","mrow","mo","mfrac","msup","mi","mn","msqrt","d-math"],additionalStayOriginalTags:[],inlineTags:["A","ABBR","FONT","ACRONYM","B","INS","DEL","RUBY","RP","RB","BDO","MARK","BIG","RT","NOBR","CITE","DFN","EM","I","LABEL","Q","S","SMALL","SPAN","STRONG","SUB","SUP","U","KBD","TT","VAR","IMG","CODE","SCRIPT","STYLE","LINK","TIME","META","WBR","RELIN-HC","RELIN-HIGHLIGHT","RELIN-ORIGIN","RELIN-TARGET","XQDD_HIGHLIGHT_NEW_WORD","NOBR","RW-HIGHLIGHT","HYPOTHESIS-HIGHLIGHT"],additionalInlineTags:[],extraInlineSelectors:["p > a span","p > span a span"],additionalInlineSelectors:[".MathJax_Preview",".MathJax",".highlighter--highlighted",".rw-highlight","ruby *"],extraBlockSelectors:["turbo-frame","readme-toc","#hs_cos_wrapper_post_body","#hs_cos_wrapper_post_body","option","ul > li"],allBlockTags:["BODY","HGROUP","CONTENT","ADDRESS","ARTICLE","ASIDE","DETAILS","BLOCKQUOTE","SELECT","OPTION","CANVAS","DD","DL","DT","FIELDSET","FIGCAPTION","FIGURE","FOOTER","HEADER","FORM","HR","MAIN","SUMMARY","NAV","NOSCRIPT","PRE","SECTION","TABLE","TFOOT","UL","VIDEO","P","DIV","H1","H2","H3","H4","H5","H6","UL","LI","OL","BR","PICTURE","TBODY","TR","TD","TH","SOURCE","C-WIZ","BUTTON","TURBO-FRAME","README-TOC"],mutationObserverContainerSelectors:[],pdfNewParagraphLineHeight:2.4,pdfNewParagraphIndent:1.2,pdfNewParagraphIndentRightIndentPx:130,fingerCountToToggleTranslagePageWhenTouching:4,fingerCountToToggleTranslationMaskWhenTouching:0,fingerCountToToggleTranslagePageOnlyTranslationWhenTouching:0,touchShortcutsToggleTranslatePage:"fingers.4",touchShortcutsToggleTranslationMask:"touchShortcutsOff",touchShortcutsToggleTranslatePageOnlyTranslation:"touchShortcutsOff",touchShortcutsToggleTranslateTouchElement:"touchShortcutsOff",touchShortcutsToggleTranslateTouchElementPreferenceKey:"slide.left",mouseHoverHoldKey:"Off",mouseHoverPreferenceKey:"Ctrl"},rules:[{id:"isSubtitleBuilder",isSubtitleBuilder:!0,pageType:"subtitleBuilder",selectorMatches:["meta[name='immersive-translate-subtitle-builder'][content='true']"],pairs:{".source-text":".target-text"},paragraphMinTextCount:4,paragraphMinWordCount:2,isTranslateTitle:!1,wrapperPrefix:"",wrapperSuffix:"","bodyRule.add":{enable:!1}},{id:"isEbook",isEbook:!0,pageType:"ebookReader",isTranslateTitle:!1,urlChangeDelay:200,selectorMatches:["meta[name='immersive-translate-ebook-viewer'][content='true']"],injectedCss:[".immersive-translate-target-translation-block-wrapper {display:block;}"],excludeSelectors:["#drop-target","#drop-target h1","#side-bar","h1#side-bar-title"],extraInlineSelectors:["span.dropcaps"],"bodyRule.add":{enable:!1},paragraphMinTextCount:4,paragraphMinWordCount:2,blockMinTextCount:1,blockMinWordCount:1,containerMinTextCount:1,wrapperPrefix:"
",targetWrapperTag:"span"},{id:"pdf",isPdf:!0,isTranslateTitle:!1,pageType:"pdfReader",selectorMatches:["meta[name='immersive-translate-pdf-viewer'][content='true']"],matches:["https://app.immersivetranslate.com/pdf","https://app.immersivetranslate.com/pdf/","https://app.immersivetranslate.com/pdf/*","http://localhost:38001/pdf*"],"additionalExcludeSelectors.remove":['[contenteditable="true"]'],isTranslateWhenServiceChanged:!1,translationMode:"translation",skipEditableCheck:!0,selectors:["p"],"bodyRule.add":{enable:!1},injectedCss:[".immersive-translate-target-wrapper {display: contents!important;position:absolute;}",".immersive-translate-target-wrapper br {display: none;!important;}",".immersive-translate-target-wrapper span {position: relative;!important;}",".immersive-translate-error-wrapper {padding:0px !important;margin:0px !important;}","font {line-height: 0!important;}"],globalAttributes:{"[class='textLayer']":{translate:"no"}},mutationExcludeContainsSelectors:["font.immersive-translate-target-wrapper"],"shareConfig.add":{removeSelectors:["noscript","script",".toolbar","#sidebarContainer",'[class="page"]',".editorParamsToolbar",".image-mode",".im_db",".im_cb"]},wrapperPrefix:"",isInjectVersion:!0},{id:"sci-hub.pdfWebPage",matches:["sci-hub.*"],waitForSelectorsTimeout:1,pdfUrlExtractRule:{selector:"#pdf",attribute:"src"}},{id:"common.pdfWebPage",waitForSelectorsTimeout:1,selectorMatches:["embed[type='application/pdf']"]},{id:"isEbookBuilder",matches:["https://app.immersivetranslate.com/ebook/make/","http://localhost:38001/ebook/make/"],isEbookBuilder:!0,pageType:"ebookBuilder",toastErrorMinTimes:500,isTranslateWhenServiceChanged:!1,isTranslateTitle:!1,targetWrapperTag:"span",selectorMatches:["meta[name='immersive-translate-ebook-builder'][content='true']"],injectedCss:[".immersive-translate-target-translation-block-wrapper {display:block;}"],globalMeta:{},excludeSelectors:["h1.notranslate","#drop-target","#drop-target h1","#side-bar","h1#side-bar-title","#tool",".Code"],"bodyRule.add":{enable:!1},isInjectMeta:!0,paragraphMinTextCount:4,paragraphMinWordCount:2,blockMinTextCount:1,blockMinWordCount:1,containerMinTextCount:1,wrapperPrefix:"
"},{id:"immersiveTranslateIosOnBoarding",selectorMatches:["meta[name=immersiveTranslateIosOnBoarding]"],initialGlobalAttributes:{"input#immersiveTranslateDetectedSlot":{value:"true"}},isInjectOptionsUrl:!0,isInjectVersion:!0,isInjectMeta:!0},{id:"immersiveTranslateIosOnBoardingStep1",selectorMatches:["meta[name=immersiveTranslateIosOnBoardingStep1]"],isOnBoardingPage:!0,isInjectOptionsUrl:!0,isInjectVersion:!0,isInjectMeta:!0},{id:"immersivePreview",matches:["https://immersivetranslate.com/preview*","https://test.immersivetranslate.com/preview*","https://immersivetranslate.com/drafts*","https://test.immersivetranslate.com/drafts*"],isInjectVersion:!0,isInjectMeta:!0,waitForSelectorsTimeout:1},{id:"pro-pdf",matches:["https://*.immersivetranslate.com/pdf-pro*"],pageType:"pdfProReader","excludeSelectors.add":["table"],isInjectVersion:!0,isInjectMeta:!0,waitForSelectorsTimeout:1},{id:"immersive",matches:["https://immersivetranslate.com","https://test.immersivetranslate.com","https://onboarding.immersivetranslate.com","https://app.immersivetranslate.com","https://test-app.immersivetranslate.com","http://localhost:38001"],isInjectVersion:!0,isInjectMeta:!0,waitForSelectorsTimeout:1},{id:"simpread",selectorMatches:"div.simpread-read-root.simpread-read-root-show > sr-read",mainFrameSelector:"div.simpread-read-root.simpread-read-root-show > sr-read"},{id:"txt",matches:["*://*/*.txt","file://*/*.txt"],selectorMatches:["body > pre"],"mutationExcludeSelectors.add":["body"],isTransformPreTagNewLine:!0,"excludeTags.remove":["PRE"]},{id:"hangejp",matches:["arad.hange.jp","arad.nexon.co.jp","oapi.dingtalk.com","login.dingtalk.com"],useIframePostMessage:!1},{id:"preSites",matches:["mail.jabber.org","antirez.com","patchwork.kernel.org","lists.apache.org","manned.org","bugs.webkit.org","bugzilla.mozilla.org","lwn.net/Articles/*","docs.haproxy.org","man.freebsd.org","www.oreilly.com/openbook/opensources/book/*","gamefaqs.gamespot.com"],isTransformPreTagNewLine:!0},{id:"wikipedia",matches:"*.wikipedia.org",paragraphMinWordCount:2,paragraphMinTextCount:4,injectedCss:[".immersive-translate-target-translation-block-wrapper { display: block; }"],excludeSelectors:[".mw-editsection",".mw-cite-backlink","#p-lang-btn","#right-navigation","#p-associated-pages",".vector-header"],stayOriginalSelectors:[".chemf",".mwe-math-element","[role=math]",".nowrap"],extraInlineSelectors:[".chemf",".mwe-math-element","[role=math]",".nowrap"],"bodyRule.add":{bodySelector:"#content",articleSelector:"#bodyContent"}},{id:"twitter",matches:["twitter.com","mobile.twitter.com","tweetdeck.twitter.com","pro.twitter.com","https://platform.twitter.com/embed*"],additionalStayOriginalSelectors:['[data-testid="tweetText"] a',"[data-testid='UserDescription'] a","[data-testid='HoverCard'] a","[data-testid='UserCell'] a","[data-testid='birdwatch-pivot'] a"],blockMinTextCount:0,blockMinWordCount:0,excludeSelectors:["[aria-describedby][role=button]","header","[data-testid='radioGroupplayback_rate'] div","[data-testid='userFollowIndicator']","[class='css-901oao r-14j79pv r-37j5jr r-n6v787 r-16dba41 r-1cwl3u0 r-bcqeeo r-qvutc0']","[class='css-175oi2r r-1wbh5a2 r-dnmrzs']"],extraBlockSelectors:['[data-testid="tweetText"] div.r-6koalj'],extraInlineSelectors:['[data-testid="tweetText"] div.r-xoduu5','[data-testid="tweetText"] span','[data-testid="UserDescription"] div',"[data-testid='HoverCard'] div[dir=auto] div","[data-testid='HoverCard'] span[dir=auto] div"],globalStyles:{"[data-testid='card.layoutLarge.detail'] > div:nth-child(2)":"-webkit-line-clamp: unset;","[data-testid='card.layoutSmall.detail'] > div:nth-child(2)":"-webkit-line-clamp: unset;","[data-testid='tweetText']":"-webkit-line-clamp: unset;"},ignoreZhCNandZhTW:!0,isTranslateTitle:!1,useIframePostMessage:!1,observeUrlChange:!1,paragraphMinTextCount:2,paragraphMinWordCount:1,selectors:['[data-testid="tweetText"]',".tweet-text",".js-quoted-tweet-text","[data-testid='card.layoutSmall.detail'] > div:nth-child(2)","[data-testid='developerBuiltCardContainer'] > div:nth-child(2)","[data-testid='card.layoutLarge.detail'] > div:nth-child(2)","[data-testid='cellInnerDiv'] div[data-testid='UserCell'] > div> div:nth-child(2)","[data-testid='UserDescription']","[data-testid='HoverCard'] div[dir=auto]","[data-testid='HoverCard'] span[dir=auto]","[data-testid='HoverCard'] [role='dialog'] div[dir=ltr]","[data-testid='birdwatch-pivot'] div[dir=ltr]"],"subtitleRule.add":{type:"live",isInject:!1,injectedCss:["#layers[style='z-index: 1;'] [style='height: 100px;'] { height: 400px !important; }"],liveSubtitleRule:{containerSelector:".css-175oi2r.r-13awgt0.r-1pi2tsx.r-13qz1uu > [role='listbox']",reportSelector:".css-175oi2r.r-1awozwy.r-173mn98.r-1mf7evn.r-7e3msg",textSelectors:[".css-1rynq56.r-bcqeeo.r-qvutc0.r-37j5jr.r-a023e6.r-16dba41.r-dhbnww.r-1pb70le"],mutationChangeDelay:1e3}},"subtitleRule.add_v.[1.2.1]":{type:"twitter",videoPlayerSelector:"video",loadingStyle:"bottom: unset; top: 5%;",injectedCss:["#layers[style='z-index: 1;'] [style='height: 100px;'] { height: 400px !important; }","video::cue {white-space: pre-line;}"]}},{id:"threads",matches:"www.threads.net",selectors:["p",".x1npkx4u.x1exu5d8",".xw7yly9",".xgkxs2y",".x1xdureb.xqti54a.x13vxnyz",".xqti54a.x13vxnyz.x49hn82.xcrlgei.x889kno"],stayOriginalSelectors:[".x1rg5ohu",".xat24cr.xdj266r a"],"excludeSelectors.add":[".x6s0dn4.x78zum5",".xpvyfi4.x1npkx4u.x1ms6mhf"],globalStyles:{span:"max-height:unset;-webkit-line-clamp:unset;height:unset;white-space:unset;"}},{id:"stackoverflow",matches:["stackoverflow.com","*.stackexchange.com","superuser.com","askubuntu.com","serverfault.com"],extraBlockSelectors:["span.comment-copy"],globalStyles:{".s-post-summary--content-excerpt":"-webkit-line-clamp:unset;"},"excludeSelectors.add":[".votecell","header","#footer","#question-header + div","div.postcell div.mb0","div[id^=comments-link-]","#answers-header",".new-post-login",".form-submit","a[href='/questions/ask']","#left-sidebar","a.comment-user","span.comment-date","div.s-prose.js-post-body + div",".bottom-notice","div[data-campaign-name=stk]",".s-post-summary--stats",".s-post-summary--meta"],paragraphMinTextCount:4,paragraphMinWordCount:2},{id:"appleDeveloper",matches:"developer.apple.com/documentation/*",selectors:[".container","h3.title","div.content"]},{id:"hackerNews",matches:"news.ycombinator.com",selectors:[".titleline > a",".comment > .commtext",".toptext","a.hn-item-title",".hn-comment-text",".hn-story-title"],excludeSelectors:[".reply"]},{id:"quora",matches:["*.quora.com","quora.com"],excludeSelectors:[".dom_annotate_multifeed_bundle_AskQuestionPromptBundle",".dom_annotate_feed_switcher","[class='q-box qu-py--small qu-color--gray_light']","[class='q-box spacing_log_answer_header']","[class='q-box qu-flex--auto']","[class='q-text qu-dynamicFontSize--small qu-mt--small qu-color--gray_light qu-passColorToLinks']",".AnswerFooter___StyledFlex-sc-2xbo88-0","[class='q-box qu-mb--small']"],globalStyles:{".qu-truncateLines--3":"-webkit-line-clamp: unset;"}},{id:"oldReddit",matches:["old.reddit.com/*/.compact","old.reddit.com/.compact","www.reddit.com/*/.compact","www.reddit.com/.compact"],selectors:[".title > a",".usertext-body"],detectParagraphLanguage:!0},{id:"otherOldReddit",matches:"old.reddit.com",selectors:["p.title > a","[role=main] .md-container"],detectParagraphLanguage:!0},{id:"redditList",matches:["https://www.reddit.com/r/*/comments/*/*","https://www.reddit.com/","https://www.reddit.com/hot/","https://www.reddit.com/new/","https://www.reddit.com/top/"],excludeMatches:["https://www.reddit.com/r/*/wiki/*"],observeUrlChange:!0,selectors:["h1",".PostHeader__post-title-line","[data-click-id=body] h3","[data-click-id=background] h3","[data-testid=comment]","[data-adclicklocation='title'] h3","[data-adclicklocation=media]","[data-testid='post-title-text']",".PostContent",".post-content",".Comment__body","faceplate-batch .md","[slot=comment]",".RichTextJSON-root","[slot=title]","[slot=text-body]","p.title > a","[role=main] .md-container"],detectParagraphLanguage:!0,globalStyles:{"div.XPromoBottomBar":"display:none","[class*='line-clamp']":"-webkit-line-clamp: unset"},waitForSelectors:["[data-testid=post_author_link]"],"inputConfig.add":{clearContentEnable:!1}},{id:"reddit",matches:"www.reddit.com",selectors:["#search-results-tab-slot","h1",".PostHeader__post-title-line","[data-click-id=body] h3","[data-click-id=background] h3","[data-testid=comment]","[data-adclicklocation='title'] h3","[data-testid='post-title-text']","[slot=comment]","[data-adclicklocation=media]",".PostContent",".post-content",".Comment__body","faceplate-batch .md","[slot=text-body]","p.title > a","[role=main] .md-container","#-post-rtjson-content",".RichTextJSON-root","[slot='title']"],excludeSelectors:[".text-neutral-content-weak"],paragraphMinTextCount:5,paragraphMinWordCount:2,excludeMatches:["https://www.reddit.com/r/*/wiki/*","https://www.reddit.com/settings/*"],detectParagraphLanguage:!0,globalStyles:{"div.XPromoBottomBar":"display:none","[class*='line-clamp']":"-webkit-line-clamp: unset"}},{id:"reuters",matches:"www.reuters.com",excludeSelectors:["[promotext]","[data-testid=Leaderboard]","[data-testid=HomeTickerV2]","[data-testid=SiteFooter]","[class^=refinitiv-promo-bar__container]","[data-testid=ResponsiveAdSlot]","[data-testid=SiteHeader]","[data-testid=HomeTickerV2]"]},{id:"npmjs",matches:"https://www.npmjs.com/package/*",selectors:["#tabpanel-readme > div:first-child"]},{id:"github",matches:"github.com",useIframePostMessage:!1,excludeMatches:["https://github.com/*/*/settings","https://github.com/settings/*","https://github.com/sponsors/*","https://github.com/readme/*","https://github.com/readme/","https://github.com/features/*","https://github.com/customer-stories/*"],mutationExcludeSelectors:[".react-blob-sticky-header *"],selectors:["h1","[aria-label=Issues] .markdown-title","[aria-labelledby=discussions-list] .markdown-title","h3 .markdown-title",".markdown-body",".Layout-sidebar p","div > span.search-match","li.repo-list-item p","#responsive-meta-container p","article p","div.repo-description p","[itemprop=description]",".integrations-auth-wrapper",".new-feed-onboarding-notice","article section[aria-label='card content'] > div > div > div > div:nth-child(2)",".TimelineItem-body .Link--primary",'[role="navigation"] p','[data-testid="commit-row-item"] h4'],atomicBlockSelectors:["[itemprop=description]"],excludeSelectors:[".css-truncate","[data-test-selector='commit-tease-commit-message']","[data-test-selector='create-branch.developmentForm']","div.Box-header.position-relative","div.blob-wrapper-embedded","div.Box.Box--condensed.my-2","div.jp-CodeCell",'[aria-label="Account"] .markdown-title',".js-repos-container .markdown-title","a.anchor","div.file-navigation + div.Box"],extraBlockSelectors:[],extraInlineSelectors:["g-emoji","a.anchor"],stayOriginalTags:["CODE","TT","G-EMOJI","IMG","SUP","SUB"],"stayOriginalSelectors.add":[".issue-link"],detectParagraphLanguage:!0,globalStyles:{".TimelineItem-body .Link--primary":"-webkit-line-clamp: unset;"}},{id:"github-blog",matches:["github.blog"],injectedCss:["font {word-break: break-all !important;}"]},{id:"githubNotebook",matches:"notebooks.githubusercontent.com",useIframePostMessage:!1,excludeSelectors:["div.jp-CodeCell"]},{id:"facebook",matches:"www.facebook.com",excludeMatches:["https://www.facebook.com/business/*","https://www.facebook.com/help*"],selectors:["div[dir=auto][style]","div[dir=auto][class]","span[lang]"],atomicBlockSelectors:["div[dir=auto][style]","div[dir=auto][class]","span[lang]"],insertPosition:"afterend",preWhitespaceDetectedTags:["DIV","SPAN"],extraBlockSelectors:["span.x1vvkbs"],excludeSelectors:["[role=button]"],translationClasses:["immersive-translate-text"],detectParagraphLanguage:!0},{id:"youtubeMobile",matches:"m.youtube.com",selectors:[".comment-text","#content-text",".media-item-headline",".slim-video-information-title",".yt-spec-button-view-model",".yt-core-attributed-string > span",".title"],shareConfig:{injectCss:!1,removeSelectors:["iron-iconset-svg","iframe","ytd-watch-next-secondary-results-renderer","noscript","script"]},"mutationConfig.add":{checkSelfUpdate:!1},"excludeTags.remove":["BUTTON"],additionalExcludeSelectors:[".ytp-caption-window-container","text"],"subtitleRule.add":{type:"youtube",subtitleUrlRegExp:"(/api/timedtext|videoplayback\\?expire.*text)",translateSelectors:[".caption-window",".caption-visual-line"],videoPlayerSelector:".html5-video-player.playing-mode,.html5-video-player.paused-mode",loadingContainerSelector:".ytp-caption-window-container",videoADSelector:".ytp-ad-player-overlay",injectedCss:["#player-shorts-container .ytp-caption-window-bottom {top: 40px; bottom: unset!important;}"],videoSelector:".html5-video-player.playing-mode video,.html5-video-player.paused-mode video",translationOnlyPattern:["m.youtube.com/watch*","m.youtube.com/embed*","m.youtube.com/shorts*"],attachRule:{appendSelector:".html5-video-player.playing-mode,.html5-video-player.paused-mode",injectedCSS:[".imt-caption-container {z-index:40;}"],injectedGlobalCSS:[".caption-window {display: none;} ","shorts-video #immersive-translate-caption-window { height: 150px;}"]}},wrapperPrefix:"",wrapperSuffix:"",observeUrlChange:!0,atomicBlockSelectors:[".comment-text"],globalStyles:{".comment-text":"max-height:unset;",".media-item-headline":"max-height:unset;-webkit-line-clamp:unset;"},injectedCss:[".immersive-translate-target-wrapper img { width: 16px; height: 16px }"],extraBlockSelectors:[".caption-visual-line"]},{id:"youtube",matches:"www.youtube.com",blockMinTextCount:0,blockMinWordCount:0,detectParagraphLanguage:!0,lineBreakMaxTextCount:0,shareConfig:{injectCss:!1,removeSelectors:["iron-iconset-svg","iframe","ytd-watch-next-secondary-results-renderer","noscript","script"]},"additionalExcludeSelectors.add":[".ytp-caption-window-container","text"],globalStyles:{"#video-title":"-webkit-line-clamp: unset;max-height: unset;","h1.ytd-watch-metadata":"-webkit-line-clamp: unset;max-height: unset;","yt-formatted-string#video-title":"-webkit-line-clamp: unset;max-height: unset;","ytd-expander.ytd-comment-renderer":"--ytd-expander-max-lines: 1000;"},injectedCss:[".immersive-translate-target-wrapper img { width: 16px; height: 16px }",".metadata-snippet-container {max-height: unset !important;}",".immersive-translate-target-wrapper {text-align: left;}",".immersive-translate-target-wrapper[dir=rtl] {text-align: right;}"],isTranslateTitle:!1,observeUrlChange:!0,selectors:["yt-formatted-string[slot=content].ytd-comment-renderer","yt-formatted-string.ytd-video-renderer","yt-formatted-string#content-text","h1","yt-formatted-string#video-title","yt-formatted-string.span","span#video-title","a#video-title","yt-formatted-string.ytd-transcript-segment-renderer","#description-inline-expander > yt-attributed-string > span","yt-attributed-string > span","ytd-notification-renderer .message","#message",".yt_to_text_transcript_text"],extraBlockSelectors:["yt-formatted-string.ytd-transcript-segment-renderer",".caption-visual-line"],"subtitleRule.add":{type:"youtube",subtitleUrlRegExp:"(/api/timedtext|videoplayback\\?expire.*text)",translateSelectors:[".caption-window",".caption-visual-line"],videoPlayerSelector:".html5-video-player.playing-mode,.html5-video-player.paused-mode",loadingContainerSelector:".ytp-caption-window-container",videoADSelector:".ytp-ad-player-overlay",translationOnlyPattern:["www.youtube.com/watch*","www.youtube.com/embed*","www.youtube.com/shorts*"],subtitleButtonSelector:".html5-video-player.playing-mode .ytp-subtitles-button,.html5-video-player.paused-mode .ytp-subtitles-button",languageSelector:".ytp-menuitem-label",injectedCss:["#shorts-player .ytp-caption-window-bottom {top: 2%; bottom: unset!important;} #immersive-translate-quick-button-container {font-size: 12px;z-index:1001;}"],quickButtonRule:{appendSelector:".ytp-chrome-controls",insertBeforeSelector:".ytp-right-controls"},videoSelector:".html5-video-player.playing-mode video,.html5-video-player.paused-mode video",attachRule:{appendSelector:".html5-video-player.playing-mode,.html5-video-player.paused-mode",injectedCSS:[".imt-caption-container {z-index:40;}",".imt-caption-window {margin-bottom: 2%}"],injectedGlobalCSS:[".caption-window {display: none;} ","#shorts-player #immersive-translate-caption-window { height: 20%;}",".html5-video-player:not(.ytp-autohide) #immersive-translate-caption-window {bottom: 60px;}"]}},urlChangeDelay:2e3,wrapperPrefix:"
",wrapperSuffix:""},{id:"tvYoutube",matches:"tv.youtube.com","subtitleRule.add":{type:"youtube",preTranslation:!0,humanPreferred:!1,subtitleUrlRegExp:"(/api/timedtext|videoplayback\\?expire.*text)",translateSelectors:[".caption-window",".caption-visual-line"],videoPlayerSelector:".html5-video-player.playing-mode,.html5-video-player.paused-mode",loadingContainerSelector:".ytp-caption-window-container",videoADSelector:".ytp-ad-player-overlay",translationOnlyPattern:["tv.youtube.com/watch*"],subtitleButtonSelector:".ytp-subtitles-button",languageSelector:".ytp-menuitem-label",injectedCss:["#shorts-player .ytp-caption-window-bottom {top: 2%; bottom: unset!important;} #immersive-translate-quick-button-container {font-size: 12px;z-index:1001;}"],quickButtonRule:{appendSelector:".ypcs-control-buttons-right",insertBeforeSelector:".ypcs-control-buttons-right .ypcs-volume-control-slot"},videoSelector:".html5-video-player.playing-mode video,.html5-video-player.paused-mode video",attachRule:{appendSelector:".html5-video-player.playing-mode,.html5-video-player.paused-mode",injectedCSS:[".imt-caption-container {z-index:40;}",".imt-caption-window {margin-bottom: 2%;}"],injectedGlobalCSS:[".caption-window {display: none;} ","#shorts-player #immersive-translate-caption-window { height: 20%;}",".html5-video-player:not(.ytp-autohide) #immersive-translate-caption-window {bottom: 60px;}"]}}},{id:"youtube-subtitle",matches:["www.youtube-nocookie.com","music.youtube.com"],extraBlockSelectors:[".caption-visual-line"],mainFrameMinTextCount:0,"excludeSelectors.add":[".captions-text",".ytp-caption-segment"],"subtitleRule.add":{type:"youtube",subtitleUrlRegExp:"/api/timedtext",translateSelectors:[".caption-window",".caption-visual-line"],videoPlayerSelector:".html5-video-player",loadingContainerSelector:".ytp-caption-window-container",videoADSelector:".ytp-ad-player-overlay",translationOnlyPattern:["www.youtube-nocookie.com/embed*","music.youtube.com/watch*"],subtitleButtonSelector:".ytp-subtitles-button",languageSelector:".ytp-menuitem-label",injectedCss:["#shorts-player .ytp-caption-window-bottom {top: 2%; bottom: unset!important;}"],quickButtonRule:{appendSelector:".ytp-chrome-controls",insertBeforeSelector:".ytp-right-controls"},videoSelector:".html5-video-player video",attachRule:{appendSelector:".html5-video-player",injectedCSS:[".imt-caption-container {z-index:40;}",".imt-caption-window {margin-bottom: 2%;}"],injectedGlobalCSS:[".caption-window {display: none;} ","#shorts-player #immersive-translate-caption-window { height: 20%;}",".html5-video-player:not(.ytp-autohide) #immersive-translate-caption-window {bottom: 60px;}"]}}},{id:"instagramMessage",matches:["https://www.instagram.com/direct/*"],wrapperPrefix:"
",selectors:["div[dir=auto].html-div"]},{id:"instagramPost",matches:["https://www.instagram.com/p/*","https://www.instagram.com/reels/*"],blockMinTextCount:1,paragraphMinTextCount:2,excludeSelectors:["hr+div span[dir=auto][style] > span"],selectors:["h1","ul li h3+div span[dir=auto]","hr+div span[dir=auto][style]","div > div[dir=auto]","div:not([class]) > div > div:nth-child(2)"],wrapperPrefix:"
"},{id:"otherInstagram",blockMinWordCount:1,matches:"https://www.instagram.com/*",paragraphMinTextCount:2,selectors:["h1","article span[dir=auto] > span[dir=auto]","._ab1y","ul li h3+div span[dir=auto]","hr+div span[dir=auto][style]","span[dir=auto] > div > span","div > h1[dir=auto]"],wrapperSuffix:""},{id:"1paragraph",matches:"1paragraph.app",selectors:["#book"]},{id:"poeditor",matches:"https://poeditor.com/projects/*",selectors:[".comment-body",".reference_language .source-string"]},{id:"substack",matches:["*.substack.com","newsletter.rootsofprogress.org"],selectorMatches:["link[href^='https://substackcdn.com/bundle/'][rel=preload]"],excludeSelectors:["[style^=top]",".publication-footer",".subscribe-footer",".main-menu",".navbar-title-link","[data-testid='navbar']",".navbar-title",".captioned-button-wrap",".subscription-widget-wrap",".tweet-header",".tweet-link-bottom",".expanded-link",".meta-subheader",".comment-meta",".comment-actions"],globalStyles:{".reader2-clamp-lines":"max-height: unset; -webkit-line-clamp: unset;","[class*='clamp-']":"max-height: unset; -webkit-line-clamp:unset;",".blurb-text":"max-height: unset;",".comment-body":"max-height: unset;"},extraBlockSelectors:[".reader2-post-title",".tweet-link-top",".tweet-link-bottom",".expanded-link"]},{id:"seekingalpha",matches:["seekingalpha.com/article/*","seekingalpha.com/news/*"],selectors:["[data-test-id=card-container]","[data-test-id=comments-section]"],excludeSelectors:["[data-test-id=post-page-meta]","header > div:first-child"]},{id:"hnAlgolia",matches:"hn.algolia.com",selectors:[".Story_title > a:first-child",".Story_comment > span"]},{id:"readwise",matches:"read.readwise.io",selectors:["div[class^='_titleRow_']","#document-text-content"],detectParagraphLanguage:!0},{id:"inoreader",matches:["www.inoreader.com","*.inoreader.com"],selectors:[".article_header_title",".article_title_link",".article_content",".article_magazine_title_link",".blog-post-page","#welcome_center",".gad_overview_articles_wrapper",".library_article_text h4",".header_name"],excludeMatches:["https://www.inoreader.com/features/"],observeUrlChange:!1,globalStyles:{".article_title_link,.library_article_text h4,.gadget_overview_article_title,.article_magazine_title_link,.reader_pane_view_style_2 .column_view_title":"-webkit-line-clamp: unset;max-height: unset;",".article_tile_content_wraper,div.article_tile":"overflow:auto",".article_header_title":"white-space:normal"}},{id:"aha",matches:"*.ideas.aha.io",excludeSelectors:[".comment-header",".vote-status",".idea-meta",".filters-title",".ideas-showing-count",".my-ideas-filters-wrapper",".statuses-filters-wrapper",".categories-filters-wrapper","[class^='attachment']","span[class^='attachment-name']"]},{id:"googleScholar",matches:["scholar.google.*/*","scholar.google.com.*/*","scholar.google.co.*/*"],wrapperPrefix:` +`,selectors:["h3 a[data-clk]","div.gs_rs","td a.gsc_a_at","td div.gs_gray:last-of-type","div.gsc_oci_value","#gs_opinion"],extraInlineSelectors:["br"],atomicBlockSelectors:["h3 a[data-clk]"]},{id:"googleMail",matches:"mail.google.com",detectParagraphLanguage:!0,selectors:["h2[data-thread-perm-id]","span[data-thread-id]","div[data-message-id] div[class='']",".messageBody","#views"],globalStyles:{"[role='listitem'] > div":"height:auto!important;white-space:unset!important;"}},{id:"googleNews",matches:"news.google.com",blockMinTextCount:26,blockMinWordCount:5,globalStyles:{".MCAGUe":"height: auto;",".To2ZZb.DbQnIe":"height: unset;",".cp7Yvc > h2":"display: block;",".oovtQ":"height: auto;",h4:"-webkit-line-clamp: unset;"},excludeSelectors:[".EyERq",".AOl7G.eejsDc","[aria-label='Home']","[aria-label='For you']","[aria-label='Following']","[aria-label='World']","[aria-label='Local']",".gb_Fc",".wBQf7b",".yPI8Rb",".jKHa4e",".u43Gd",".Zgjpyb","[role='button']","[jsname='rymPhb']",".cbz1ld",".VfPpkd-P5QLlc",".XvhY1d"]},{id:"outlook",matches:"outlook.live.com",excludeSelectors:[".jHAG3.XG5Jd",".OZZZK",".lDdSm"]},{id:"producthunt",matches:"www.producthunt.com",excludeMatches:"https://www.producthunt.com/stories/*",selectors:["h2","div[class^='styles_htmlText__']","[class^='styles_tagline']","a[href^='/discussions/'].fontWeight-600","button[class^='styles_textButton'] > div > span","h5 + p","div[data-test=product-item-name] + div",".noOfLines-1,.noOfLines-2,.noOfLines-3",".fontWeight-600","[class*='styles_dropdown']","[class*='styles_aboutText']","[class*='styles_titleContainer']","[class*='styles_header'] h1"],globalStyles:{"h5 + p":"height:unset;",".noOfLines-1,.noOfLines-2,.noOfLines-3":"-webkit-line-clamp:unset;"},"excludeTags.remove":["PRE"]},{id:"codeforces",matches:"https://codeforces.com/*","stayOriginalTags.add":["[class^='MathJax']"]},{id:"discord",matches:"https://discord.com/channels/*",isTranslateTitle:!1,selectors:["li[id^=chat-messages] div[id^=message-content]","div[class^=headerText]","section[aria-label='Search Results'] div[id^=message-content]"],extraBlockSelectors:["[class^='embedFieldValue']","li[class^='card'] div[class^='message']","[data-list-item-id^='forum-channel-list'] div[class^='headerText']"],globalStyles:{"div[class^=headerText]":"max-height: unset;","div[class^=message]":"max-height: unset;","div[class^=text]":"max-height: unset;","h3[data-text-variant='heading-lg/semibold']":"-webkit-line-clamp: none;"},detectParagraphLanguage:!0,wrapperPrefix:"
",wrapperSuffix:"",paragraphMinTextCount:4,paragraphMinWordCount:2},{id:"telegram",matches:["web.telegram.org/z/*","web.telegram.org/a/*"],isTranslateTitle:!1,selectors:[".text-content",".message",".reply-markup-button-text",".bot-commands-list-element-description"],"extraBlockSelectors.add":[".message.spoilers-container em",".message.spoilers-container strong"],excludeSelectors:[".time",".peer-title",".document-wrapper",".message.spoilers-container custom-emoji-element"],detectParagraphLanguage:!0},{id:"telegramK",matches:["web.telegram.org/k/*","web.telegram.org/k/"],selectors:[".message",".reply-markup-button-text",".bot-commands-list-element-description"],"extraBlockSelectors.add":[".message.spoilers-container em",".message.spoilers-container strong"],excludeSelectors:[".time",".peer-title",".document-wrapper",".message.spoilers-container custom-emoji-element"],detectParagraphLanguage:!0},{id:"githubGist",matches:"gist.github.com",selectors:[".markdown-body",".readme"],detectParagraphLanguage:!0},{id:"lobste",matches:"lobste.rs",excludeMatches:["https://lobste.rs/about","https://lobste.rs/chat"],selectors:[".u-repost-of",".comment_text",".story_text"]},{id:"slack",matches:"*.slack.com",selectors:[".p-rich_text_block",".p-message_pane__foreword",".c-alert__message","[data-qa=message_attachment_text]"],additionalStayOriginalSelectors:["[data-qa=emoji]"],detectParagraphLanguage:!0},{id:"artstationArtwork",matches:"www.artstation.com/artwork/*",excludeSelectors:".project-description a",selectors:[".project-description","div.project-comment-text"],detectParagraphLanguage:!0},{id:"artstationLearning",matches:"www.artstation.com/learning/courses/*",additionalSelectors:["footer.learning-course-description.ng-star-inserted > span"],excludeSelectors:[".learning-card-meta",".vjs-text-track-display"],"mutationExcludeSelectors.add":[".vjs-text-track-display *"],"subtitleRule.add":{type:"webvtt",subtitleUrlRegExp:"/subtitles/.*\\.(vtt|webvtt)$",loadingContainerSelector:".vjs-text-track-display",quickButtonRule:{appendSelector:".vjs-control-bar",insertBeforeSelector:".vjs-playback-rate",injectCSS:".imt-quick-subtitle-button { font-size: 12px;} .logo,.logo svg { height: 18px !important; width: 18px !important;} .imt-quick-subtitle-pop-content {bottom: 38px !important;}"},videoSelector:"video",attachRule:{appendSelector:".video-js",injectedGlobalCSS:[".vjs-text-track-display {display: none;}",".captions-text: {margin-bottom: 10%;}"]}}},{id:"artstationBlog",matches:["https://www.artstation.com/blogs","https://www.artstation.com/blogs/*"],detectParagraphLanguage:!0,additionalSelectors:[".comment-item-body"],atomicBlockSelectors:[".author-headline",".author-location"],excludeSelectors:["blog-card-thumbnail","blog-card-header",".blog-card-author",".blog-card-meta",".blog-view-header",".blog-grid-title",".post-meta-header"]},{id:"figmaCommunity",matches:"www.figma.com/community/*",normalizeBody:"div.ql-editor[contenteditable='false']",excludeSelectors:["div[class*='metadataRight']","div[class*='commentMetaAndOptions']"],globalStyles:{"div[class*='mini_cardBottomRowSizing']":"height: 3em;"},additionalSelectors:["div[class*='mini_cardBottomRow_Metadata']"],stayOriginalSelectors:["[data-tooltip='tooltip-user-info']"]},{id:"googleIndex",matches:["https://www.google.com/","https://www.google.com.hk/"],excludeSelectors:["#gb","#SIvCob"],inputTutorialsText:"\u8BD5\u8BD5\u8F93\u5165\u4E2D\u6587\u540E\u5FEB\u901F\u8FDE\u51FB 3 \u6B21\u7A7A\u683C\u952E\u7FFB\u8BD1\uFF08\u4EC5\u63D0\u793A\u4E00\u6B21\uFF09",inputTutorialsSelectors:["textarea#APjFqb"],"inputConfig.add":{tutorialsText:"\u8BD5\u8BD5\u8F93\u5165\u4E2D\u6587\u540E\u5FEB\u901F\u8FDE\u51FB 3 \u6B21\u7A7A\u683C\u952E\u7FFB\u8BD1\uFF08\u4EC5\u63D0\u793A\u4E00\u6B21\uFF09",tutorialsSelectors:["textarea#APjFqb"]}},{id:"googleSearch",matches:"www.google.*/search*",blockMinTextCount:32,blockMinWordCount:3,wrapperSuffix:"",detectParagraphLanguage:!0,excludeSelectors:["a h3 + div","div#sfooter","a[role=presentation] > div > div:first-child",".b5ZQcf",".CEMjEf",".MgUUmf.NUnG9d","#result-stats","[role=navigation]","div.sCuL3","div.eFM0qc.BCF2pd","div.WZ8Tjf","div.adDDi","#headerSection","#rateChatDiv","[id=bres]",".title-D5Lgyj","[data-attrid='VisualDigestVideoResult']",".search-enhance-WDIEkP h4",".SPZz6b h2",".CtCigf",".VLkRKc",".EbH0bb",".Wr0c6d",".jleFbf","#searchform",".yg51vc",".CbAZb"],extraBlockSelectors:[".MUFPAc"],"additionalExcludeSelectors.add":["[jscontroller='UsftYd']"],globalStyles:{".V82bz":"-webkit-line-clamp: unset;max-height: unset;margin-bottom:30px",".pe7FNb":"-webkit-line-clamp: unset;",".promotion-3PDMAb":"display: none;",".uAKcGb":"-webkit-line-clamp: unset;max-height: unset;margin-bottom:30px","div[data-content-feature='1'] > div":"-webkit-line-clamp: unset;max-height: unset;","div[style='-webkit-line-clamp:2']":"-webkit-line-clamp: unset;max-height: unset;","div[style='-webkit-line-clamp:3']":"-webkit-line-clamp: unset;max-height: unset;","div[style='-webkit-line-clamp:4']":"-webkit-line-clamp: unset;max-height: unset;",".Pw4Ldf.RsCEN":"height:unset;",".related-question-pair":"overflow:auto;"},ignoreZhCNandZhTW:!0,isTranslateTitle:!1,searchEnhancementConfig:[{id:"google",urlMatch:"https://www\\.google\\..+/search",style:{source:"font-size:12px; margin-bottom: 6px;",enTitle:"margin-top:6px;font-size:14px;",searchTitle:"margin-top:6px;position:relative;padding-right:24px;",more:"color:#1a0dab;margin-top:8px;",enTitleClassName:"immersive-translate-search-enhancement-en-title"},keyword:{value:"[0]$1",matches:[{source:"url",matchRegex:"q=(.+?)&"}]},showCount:5}]},{id:"lowendtalk",matches:"lowendtalk.com",selectors:["[role=heading]","h1",".userContent"]},{id:"linkedinJobs",matches:"www.linkedin.com/jobs/*",selectors:["#job-details > span",".decorated-job-posting__details"]},{id:"linkedinFeed",matches:"https://linkedin.com/feed/*",selectors:["h1",".feed-shared-update-v2__description-wrapper"]},{id:"indiehackers",matches:"www.indiehackers.com",selectors:[".content","h1","h3.story__title",".feed-item__title-link",".article-body",".interview-body"]},{id:"libreddit",matches:"libreddit.de",selectors:["h2.post_title",".comment_body > .md"]},{id:"notionSite",matches:["notion.site","*.notion.site"],normalizeBody:"body",selectors:["div[data-block-id]"]},{id:"notion_so",matches:["www.notion.so"],injectedCss:["[aria-label='Templates'] font br {display:none;}"]},{id:"newyorker",matches:"www.newyorker.com",additionalSelectors:["h1","[data-testid=SummaryItemHed]"],excludeSelectors:["[data-testid=PersistentTop]","[data-testid=StackedNavigationHeader]"],urlChangeDelay:2e3},{id:"startme",matches:"start.me",selectors:[".rss-article__title",".rss-articles-list__article-link",".rss-showcase__title",".rss-showcase__text"]},{id:"scmp",matches:"www.scmp.com",additionalSelectors:[".info__subHeadline",".section-content h2"],globalStyles:{".topic__article-list":"height: unset;",".adverisers__adveriser":"height: unset;",".advertiser__content":"height: unset;",".content-title__link":"display:unset;overflow:unset;-webkit-line-clamp:unset;",".title__text":"max-height:unset; -webkit-line-clamp:unset;",".news-list-item__news-title":"max-height:unset; -webkit-line-clamp:unset;","a[class*='link'] > .link__headline":"max-height:unset; -webkit-line-clamp:unset;"},"bodyRule.add":{bodySelector:"[data-qa='ArticleList-Item']",articleSelector:"[data-qa='GenericArticle-Content']",xpathRule:["datatype:p"]}},{id:"lesswrong",matches:"www.lesswrong.com",extraBlockSelectors:["span.commentOnSelection"]},{id:"mastodon",matches:["mastodon.social","mastodon.online","kolektiva.social","indieweb.social","mastodon.world","infosec.exchange"],isTranslateTitle:!1,selectorMatches:["div#mastodon"],selectors:["div.status__content__text",".about__section__body",".content",".form-container",".account__header__extra"],globalAttributes:{"[class='notranslate app-holder']":{class:"app-holder"}},detectLanguage:!0},{id:"cnbc",matches:"www.cnbc.com",urlChangeDelay:1e3,globalStyles:{"div.Card-titleContainer > div":"-webkit-line-clamp: unset;max-height: unset;"},"excludeSelectors.add":["#GlobalNavigation","#GlobalFooter",".LiveBlogHeader-timestampAndShareBarContainer",".LiveBlogHeader-liveUpdatesPill"]},{id:"dailyDev",matches:"app.daily.dev",selectors:["h1",".typo-body","article h3","[class^=markdown_markdown]"],globalStyles:{".line-clamp-3":"-webkit-line-clamp: unset"}},{id:"pornhub",matches:["*.pornhub.com","pornhub.com"],excludeMatches:["*.pornhub.com/insights/*","pornhub.com/insights/*"],extraBlockSelectors:[".trendingNow",".searchItem",".tagcloud > a"],detectParagraphLanguage:!0,wrapperPrefix:"
",wrapperSuffix:` `,globalStyles:{"span.title":"height:unset; max-height:unset;",".detailedInfo":"max-height:unset;",".pcVideoListItem":"max-height:unset;",".wrap":"height:unset;",".entry-header":"height:unset;",".entry-title > a":"height:unset;-webkit-line-clamp:unset;"}},{id:"yourporn",matches:"https://www.youporn.com/*",extraBlockSelectors:[".button"],globalStyles:{".video-box":"max-height:unset;",".video-box-title":"white-space:unset;"}},{id:"modelhub",matches:"https://www.modelhub.com/*",globalStyles:{".videoTitle":"height:unset;",a:"height:unset;"}},{id:"xvideos",matches:"https://www.xvideos.com/*",globalStyles:{".title":"-webkit-line-clamp:unset;max-height:unset;",".mozaique":"display:flex; flex-wrap:wrap;"},excludeSelectors:[".video-hd-mark"]},{id:"missav",matches:"https://missav.com/*",globalStyles:{".truncate":"white-space:unset;",".overflow-y-hidden":"max-height:unset;overflow-y:unset;"},"subtitleRule.add":{type:"av",avSerial:{type:"url",regexStr:".+/([a-z0-9-]+)$"},videoSelector:".plyr__video-wrapper video",attachRule:{appendSelector:".plyr--video",injectedGlobalCSS:""},quickButtonRule:{appendSelector:".plyr__controls",insertBeforeSelector:'[data-plyr="captions"]'}}},{id:"javbus",matches:"https://www.javbus.com/*",globalStyles:{".photo-info":"height:unset;"},excludeSelectors:[".item-tag","date"]},{id:"spankbang",matches:"https://spankbang.com/*",globalStyles:{".video-item > a":"white-space:unset;"},excludeSelectors:[".stats",".thumb"],extraBlockSelectors:[".searches > a",".tag > a",".extra > a",".positions > li"]},{id:"javdb",matches:"https://javdb*.com/*",globalStyles:{".video-title":"white-space:unset;"},excludeSelectors:[".video-number",".score",".has-addons"]},{id:"jable",matches:"https://jable.tv/*",globalStyles:{".title":"white-space:unset;max-height:unset;",".img-box > a":"position:relative;"}},{id:"netflav.player",matches:["https://netflavns1.com","https://embedrise.com"],mainFrameMinTextCount:0,"subtitleRule.add":{type:"av",avSerial:{type:"url",regexStr:"code=([a-z0-9-]+)"},videoSelector:"#vplayer video",attachRule:{appendSelector:"#vplayer"},quickButtonRule:{appendSelector:"#vplayer .jw-button-container",insertBeforeSelector:"#vplayer .jw-button-container .jw-icon-cc"}}},{id:"netflav",matches:["https://netflav*.com/*"],globalStyles:{".grid_title":"max-height:unset;"},extraBlockSelectors:[".genre_filter_item","button"],"subtitleRule.add":{type:"av",avSerial:{type:"selector",selector:".videodetail_2_field_values",serialAttachIframe:"#iframe-block"}}},{id:"czechvideo",matches:"https://czechvideo.co/*",globalStyles:{".short-story":"height:unset;",".short-title":"height:unset;"},globalAttributes:{header:{translate:"unset;"}}},{id:"weibo",matches:["weibo.com","*.weibo.*"],selectors:["div[class^='detail_wbtext']",".weibo-text"],"stayOriginalSelectors.add":[".expand"]},{id:"medium",matches:["medium.com","*.medium.com"],selectorMatches:["meta[property='al:ios:url'][content^='medium://']"],urlChangeDelay:20,"additionalExcludeSelectors.remove":["i.fa","i[class^=fa-]",".navmenu-container",".google-symbols"],selectors:["h1","h2","h3","article section","[aria-hidden='false'] pre","article p",".postMetaInline","a .u-fontSize24"],excludeSelectors:["[aria-label='Post Preview Reading Time']",".al.b.bl.ag.bp",".al.b.bl.ag.ai",".hx.hy.hz.ia.ib.ab",".qb.ab",".ai.bn.n.mj",".speechify-ignore"],globalStyles:{"h2,h3":"-webkit-line-clamp: unset;max-height:unset;","article p":"-webkit-line-clamp: unset;max-height:unset;"},injectedCss:[".u-lineClamp4,.u-lineClamp3,.u-lineClamp2 {-webkit-line-clamp:unset!important;max-height:unset!important;}"]},{id:"nitter",selectorMatches:["meta[property='og:site_name'][content='Nitter']"],selectors:[".tweet-content",".quote-text"]},{id:"economist",matches:"www.economist.com",extraInlineSelectors:["span[data-caps='initial']"],excludeSelectors:["footer.ds-footer"],injectedCss:["a::before {position:relative!important;}"]},{id:"healthline",matches:"www.healthline.com",excludeSelectors:[".icon-hl-trusted-source-after"]},{id:"ebay",matches:"www.ebay.com",excludeSelectors:["headers","[itemprop=offers]",".dne-itemtile-original-price"],paragraphMinTextCount:4,paragraphMinWordCount:2,globalStyles:{"[itemprop=name]":"-webkit-line-clamp: unset;max-height: unset;",".merch-item-title":"-webkit-line-clamp: unset;max-height: unset;"}},{id:"skinstore",matches:"www.skinstore.com",excludeSelectors:[".responsiveFlyoutMenu_levelOneLink"],paragraphMinTextCount:4,paragraphMinWordCount:2},{id:"tripadvisor",matches:"www.tripadvisor.com",paragraphMinTextCount:4,paragraphMinWordCount:2},{id:"primevideo",matches:["www.primevideo.com","https://*.amazon.co.*/*video*","https://*.amazon.com/*video*"],"excludeSelectors.add":["#dv-web-player"],"mutationExcludeSelectors.add":["#dv-web-player *"],"subtitleRule.add":{type:"ebutt",hookType:"xhr",subtitleUrlRegExp:"\\.ttml2$",loadingContainerSelector:"#dv-web-player"}},{id:"amazon",matches:"www.amazon.com",paragraphMinTextCount:4,paragraphMinWordCount:2,extraBlockSelectors:[".a-size-small.a-link-normal.page-banner-link.a-nowrap"],globalStyles:{".a-carousel-viewport":"height:unset;","[class*='clamp']":"max-height: unset;-webkit-line-clamp: unset;","[data-rows]":"max-height: unset;-webkit-line-clamp: unset;","[data-a-expander-name='review_text_read_more']":" max-height: unset;"},excludeSelectors:["#navFooter","#navbar-main",".s-price-instructions-style","[class*='-star ']","[data-hook='acr-average-stars-rating-text']",".a-color-price"]},{id:"visualstudioMarketplace",matches:"marketplace.visualstudio.com",additionalExcludeSelectors:[".core-info-second-row",".core-info-third-row",".meta-data-list",".item-title",".breadcrumb",".itemDetails-right",".ux-user-name",".ux-updated-date",".ux-item-second-row-wrapper",".stats-and-offer",".header-container"],atomicBlockSelectors:[".core-info-cell > div.name"],globalStyles:{".item-details-control-root.ux-item-shortdesc":"height: unset; overflow: visible; max-height:unset;"}},{id:"bloomberg",matches:"www.bloomberg.com",urlChangeDelay:2e3,excludeSelectors:[".ticker-bar","nav","[aria-label=Banner]","aside","[data-component=ticker-bar]","footer.bb-global-footer",".vjs-text-track-display"],"bodyRule.add":{bodySelector:"main article",articleSelector:".body-content"},"subtitleRule.add":{type:"webvtt",subtitleUrlRegExp:"webvtt$",loadingContainerSelector:".vjs-text-track-display",quickButtonRule:{appendSelector:".vjs-control-bar",insertBeforeSelector:".vjs-playback-rate"}}},{id:"baiduXueshu",matches:"xueshu.baidu.com",globalStyles:{".abstract_wr":"height: unset; overflow: visible; max-height:unset;"}},{id:"sciencedirect",matches:"www.sciencedirect.com",urlChangeDelay:2e3,stayOriginalSelectors:["span.display","span.math"],extraBlockSelectors:["span.captions","span[id^=cap]"],globalAttributes:{"#abspara0010 br":{style:"display:none;"}}},{id:"thehighestofthemountains",matches:"www.thehighestofthemountains.com",extraBlockSelectors:"div"},{id:"telegraph1",matches:"te.legra.ph",normalizeBody:"div.ql-editor[contenteditable='false']",urlChangeDelay:500},{id:"telegraph2",matches:["telegra.ph"],normalizeBody:"div.ql-editor[contenteditable='false']",wrapperPrefix:` `},{id:"annasArchive",matches:["*.annas-archive.org","annas-archive.org"],selectors:[],globalStyles:{"div[id^='link-index-']":"height: unset; max-height: unset;","main div[class*='h-[125]']":"height:auto"},normalizeBody:"body",extraBlockSelectors:["a.custom-a"]},{id:"explainshell",matches:["explainshell.com"],selectors:["[class='help-box']"]},{id:"apnews",matches:["apnews.com"],urlChangeDelay:2e3},{id:"googlePlay",matches:"play.google.com",excludeSelectors:[".vlGucd",".ubGTjb"],globalStyles:{".Epkrse":"-webkit-line-clamp:unset;"}},{id:"tumblr",matches:["www.tumblr.com"],selectors:["article h1","article > header + div","[data-testid=notes-root] p","div.k31gt","p","article ul","article h2","article h3","article h4","article h5","article h6","article blockquote","article ol"],excludeSelectors:["div.fAAi8","div.wvu3V"],preWhitespaceDetectedTags:["DIV","SPAN","P"]},{id:"tinytask",matches:"https://www.tinytask.net",globalStyles:{"table > tbody > tr > td > center > table > tbody > tr > td > ul > li":"height: 100%"}},{id:"foxnews",matches:"www.foxnews.com",shadowRootSelectors:["[data-spot-im-module-default-area='conversation'] > div"],"excludeTags.add":["TEXT","IMG","SUB","SUP","CODE","TT","ASIDE"],excludeSelectors:[".site-footer",".components-MessageDetails-index__message-details-wrapper","div[class^=SlideDown__container]",".components-MessageActions-index__messageActionsWrapper","span[data-openweb-allow-amp]","div.spcv_typing-users"]},{id:"afreecatv",matches:"www.afreecatv.com",globalStyles:{"a.title":"max-height:unset;-webkit-line-clamp:unset;"}},{id:"opennet",matches:"opennet.ru","excludeTags.add":["LABEL","IMG","SUB","SUP","CODE","TT"],"excludeTags.remove":["LINK","G","MATH","TTS-SENTENCE","AIO-CODE"]},{id:"construct",matches:["www.construct.net"],excludeMatches:["preview.construct.net","editor.construct.net"],additionalSelectors:["aside","div.manualContent"],atomicBlockSelectors:[],stayOriginalSelectors:["a.usernameReference"],additionalInlineSelectors:["a.forumLink"],additionalExcludeSelectors:["div.topNav","div.usernameLink","ul.authorDetails","ul.tagViewer","ul.breadCrumbNav","ul.subForumForums","ul.postTools","li.comment ul.controls","div.forumTopNavWrap","div.downloadWrap","div.articleLeftMenu","div.usernameTextWrap","div.favouriteWrap","div.bannerWrapper","div.viewAddonRightMenu","div.extendedMenu.addonsSubMenu","#BottomLinks.bottomLinks","div#LeftSide.leftSide","div#BottomWrap.bottomWrap","div.courseListWrap div.overview","div.conversationControls","div.contentWrapper h1","div.conversationControls","td.location a#LocationLink","#TopLevelComments .topBar","#TopLevelComments .controls",".tagViewWrap",".changeCount",".otherStats",".FilterMenu",".mobileTopicStats",".forumControlsWrapper",".forumsBottomNavWrap",".breadCrumbNav",".favouriteWrap",".usernameLink",".followWrapper",".blogPostStats",".manualContent dl dt"],globalStyles:{"td.location a#LocationLink":"padding-top: 4px;","div.articleMain .tutCourseWrap":"align-items: flex-start;"}},{id:"getpocket",matches:"getpocket.com",selectors:["h2","div.excerpt p","article","h1"],globalStyles:{"h2.title":"max-height:unset;-webkit-line-clamp:unset;","div.excerpt p":"max-height:unset;-webkit-line-clamp:unset;"}},{id:"fandom",matches:"*.fandom.com",urlChangeDelay:800,normalizeBody:"#mw-content-text",globalStyles:{"#mw-content-text > div > div:nth-child(1)":"height:100%;"},additionalExcludeSelectors:["header.fandom-community-header","div.ph-registration-buttons"]},{id:"huggingface",matches:"huggingface.co",globalStyles:{".line-clamp-2":"-webkit-line-clamp:unset;max-height:unset;"}},{id:"statista",matches:"www.statista.com",globalStyles:{".itemContent__text":"height:unset;max-height:unset;",".itemContent__subline":"height:unset;max-height:unset;"}},{id:"epubReader",matches:"epub-reader.online",globalStyles:{"span.slide-contents-item-label":"overflow:visible;max-height:unset;white-space:normal;"},atomicBlockSelectors:["div.slide-contents-item"]},{id:"you",matches:"https://you.com/search",globalStyles:{h3:"max-height:unset;-webkit-line-clamp:unset;",".caKYaC":"max-height:unset;-webkit-line-clamp:unset;",".dDwDsu":"max-height:unset;-webkit-line-clamp:unset;"},excludeSelectors:["div.hpIWZO"]},{id:"auth0Openai",matches:"auth0.openai.com",excludeSelectors:["form","header > h1"]},{id:"chatOpenai",matches:"chat.openai.com",excludeSelectors:["div.absolute.bottom-0.left-0.w-full","h1","div#headlessui-portal-root","nav","ul[aria-multiselectable]",".markdown *","div[class='flex flex-col items-start']","div[class='flex items-center justify-center gap-1 border-b border-black/10 bg-gray-50 p-3 text-gray-500 dark:border-gray-900/50 dark:bg-gray-700 dark:text-gray-300']"],"excludeTags.remove":["BUTTON"],isTranslateTitle:!1,wrapperPrefix:"",globalStyles:{"[class*='line-clamp']":"max-height:unset;-webkit-line-clamp:unset;height:unset;white-space:unset;"},aiRule:{streamingSelector:".result-streaming.markdown",messageWrapperSelector:".markdown",streamingChange:!0,streamingDeepChild:!0,streamingDelayTime:1e3}},{id:"poe",matches:["https://poe.com/*"],excludeSelectors:[".Markdown_markdownContainer__Tz3HQ *",".MarkdownLink_linkifiedLink__KxC9G","menu","aside"],aiRule:{streamingSelector:".ChatStopMessageButton_stopButton__LWNj6",messageWrapperSelector:".Markdown_markdownContainer__Tz3HQ",streamingChange:!1,streamingDeepChild:!0,streamingDelayTime:1e3}},{id:"glasp",matches:"glasp.co",excludeSelectors:[".home_overview_list_content_wrapper"]},{id:"developerChrome",matches:"developer.chrome.com",excludeSelectors:["web-tabs","ul.code-sections--summary"]},{id:"android",matches:["developer.android.google.cn","developer.android.com"],observeUrlChange:!0,additionalSelectors:["aside","google-codelab-step"]},{id:"ft",matches:"www.ft.com",excludeSelectors:["header","[aria-labelledby=cookie-banner-aria-label]","footer","[aria-label='Primary navigation']"]},{id:"microsoft",matches:"https://apps.microsoft.com/store/detail/*",additionalSelectors:["pre"],globalStyles:{".line-clamp":"-webkit-line-clamp:unset;max-height:unset;"},isTransformPreTagNewLine:!0},{id:"gitlab",matches:"gitlab.com",excludeSelectors:[".tree-content-holder","nav",".home-panel-metadata","div[data-testid=project_topic_list]",".commit"]},{id:"tiktok",matches:"https://www.tiktok.com/*/video/*",selectors:["[data-e2e^=comment-level]","[data-e2e=browse-video-desc] > span"]},{id:"rfcEditor",matches:["www.rfc-editor.org","docs.haproxy.org"],isTransformPreTagNewLine:!0,"excludeTags.add":["IMG","SUB","SUP","CODE","TT","ASIDE","FOOTER"],"excludeTags.remove":["LINK","G","PRE","TTS-SENTENCE","AIO-CODE"]},{id:"steamcommunity",matches:"steamcommunity.com",globalStyles:{".forum_topic,.rightbox_list_option":"height:auto;",".forum_topic_name":"white-space:normal;line-height: 1.25rem; padding: 6px 20px 0 0;",".forum_topic_op":"clear: left; padding: 0 0 6px 2rem;"},excludeSelectors:[".forum_paging",".forum_topic_reply_count",".forum_topic_lastpost",".forum_topic_award_count",".discussion_search_pagingcontrols"]},{id:"steampoweredApp",matches:"store.steampowered.com/app/*",selectors:[".game_description_snippet",".game_area_description","#earlyAccessHeader","[id^='ReviewContent'] .content",".ModalOverlayContent"],excludeSelectors:["#global_actions","#store_controls","#foryou_tab","[class*=persona]","[class*=game_title_area]","a.btn_medium",".persona_name",".hours.ellipsis",".checkcol",".postedDate",".dev_row .summary",".already_in_library",".game_header_image_ctn .grid_content",".ds_flag.ds_wishlist_flag",".early_access_review.tooltip",".communitylink_achievement_images",".user_reviews_summary_row.summary",".review_award_ctn",".add_to_wishlist_area",".next_in_queue_content",".glance_tags.popular_tags",".game_purchase_action",".vote_button_ctn","#VoteUpDownBtnCtn","#footer","#ViewAllReviewssummary"],atomicBlockSelectors:[".game_area_sys_req_leftCol",".game_area_sys_req_rightCol"],extraInlineSelectors:[".pulldown"],additionalSelectors:[".game_page_autocollapse_ctn iframe"],globalStyles:{".game_description_snippet":"max-height:unset; overflow: scroll;",".game_purchase_area_friends_want":"height: auto; padding-bottom: 6px;",".div.early_access_banner":"height: 84px",".franchise_notice > *":"height: 84px"},detectParagraphLanguage:!0},{id:"steampowered",matches:"store.steampowered.com",detectParagraphLanguage:!0},{id:"nature",matches:"https://www.nature.com/articles/*",excludeSelectors:[".c-header",".c-recommendations-header",".c-recommendations-list-container",".c-article-references__links",".c-article-identifiers",".c-article-author-list",".c-article-metrics-bar__wrapper",".c-article__pill-button","#author-information-content","#article-info-section"]},{id:"webofscience",matches:"https://www.webofscience.com/*",globalStyles:{".abstract":"height:auto !important;",".show-more-lines":"height:unset !important;"},excludeSelectors:[".summary-left-panel",".authors","app-full-record-keywords mark"],mutationObserverContainerSelectors:["[data-ta='summary-record-title-link']","#FullRTa-fullRecordtitle-0"],extraBlockSelectors:["app-summary-authors + div","app-full-record-keywords span span"],observeUrlChange:!0,urlChangeDelay:600,mutationChangeDelay:600},{id:"appleinsider",matches:["appleinsider.com"],excludeSelectors:["#topic-nav"]},{id:"jetbrains",matches:"https://www.jetbrains.com/help/*",extraBlockSelectors:["[data-test=prompt]"]},{id:"crates",matches:["https://crates.io/search*"],selectors:["div[class^=_description-box] div[class^=_description]"]},{id:"theverge",matches:"www.theverge.com",shadowRootSelectors:["div#coral_thread > div"]},{id:"simp",matches:"https://beta.simp.red/trans*",mainFrameSelector:".simpread-read-root"},{id:"lookintobitcoin",matches:"https://www.lookintobitcoin.com/charts/*",excludeSelectors:["svg"]},{id:"openaiAccount",matches:"https://platform.openai.com/account/api-keys*",urlChangeDelay:1500},{id:"openaiDocs",matches:"https://platform.openai.com/docs*","excludeSelectors.add":[".pheader"]},{id:"pkgStd",matches:"https://pkg.go.dev/std",selectors:["td.UnitDirectories-desktopSynopsis"]},{id:"pkg",matches:"https://pkg.go.dev/*",selectors:["div.UnitDetails p"]},{id:"explainpaper",matches:["https://www.explainpaper.com/reader*"],isTranslateTitle:!1,selectors:[".leading-relaxed",".chat-messages p",".text-sm"]},{id:"colab",matches:"https://colab.research.google.com/*",excludeSelectors:["code","view-line"]},{id:"gatesnotes",matches:"www.gatesnotes.com",minZIndex:-1},{id:"kakao",matches:"page.kakao.com",shadowRootSelectors:["div[style^='visibility: visible'"]},{id:"coinmarketcap",matches:"coinmarketcap.com",extraBlockSelectors:["div[class='sc-3502f6cd-0 JxHqg']"]},{id:"wandb",matches:"wandb.ai",additionalSelectors:[".report-page-top"],additionalStayOriginalSelectors:["span[data-slate-inline=true]"],extraInlineSelectors:[]},{id:"paulgraham",matches:"paulgraham.com",additionalSelectors:["font[face=verdana]"],extraBlockSelectors:"font[face=verdana]"},{id:"zendesk",matches:"https://*.zendesk.com/agent/*",selectors:["[data-test-id*=subject]",".zd-comment",".title"]},{id:"migadu",matches:"webmail.migadu.com",selectors:[".bodyText"]},{id:"thehackernews",matches:"thehackernews.com",excludeSelectors:["span#blog-pager-older-link","span.h-datetime"],additionalSelectors:[".pop-title"]},{id:"brown",matches:"cs.brown.edu",excludeSelectors:[".SCodeFlow"]},{id:"tass",matches:"tass.ru",globalStyles:{"#__next":"font-size: 19px;line-height:28px;"}},{id:"chatGoogle",matches:"chat.google.com",selectors:["[jsname=bgckF]"]},{id:"fiverr",matches:"https://www.fiverr.com/inbox/*",selectors:[".message-body"]},{id:"fiverr-main",matches:"*.fiverr.com",globalStyles:{"h3 > a":"-webkit-line-clamp:unset;overflow:unset;",h3:"-webkit-line-clamp:unset;overflow:unset;",h5:"-webkit-line-clamp:unset;overflow:unset;",p:"-webkit-line-clamp:unset;overflow:unset;",".YLycza2.u9KHmsf":"height:unset;max-height:unset;",".lt2ar2q.EhHcMiw":"height:unset; max-height: unset;"},excludeSelectors:[".popular"]},{id:"jira",matches:["jira.*.com/browse/*","jira.*.com/projects/*"],selectors:["[id=descriptionmodule]","[id=summary-val]","div.action-body","td.stsummary"]},{id:"ahaIo",matches:["*.aha.io"],selectors:["[tabindex='0']","div.user-content","div.comments__body","span.name"]},{id:"thehill",matches:"thehill.com",injectedCss:[".most-popular-item { max-height: unset !important; }",".most-popular-item__link { -webkit-line-clamp: unset !important; }"],excludeSelectors:["div.featured-cards__byline","div.list-item__meta",".tags__item","div.extended-scroll__header",".submitted-by",".site-header--has-alert-banner",".homepage__container__opinion__item__byline",".homepage__container__header",".archive__item__meta"]},{id:"ubuntu",matches:"manpages.ubuntu.com",selectors:["pre"],atomicBlockTags:["pre"]},{id:"spiedigitallibrary",matches:"www.spiedigitallibrary.org","excludeTags.add":["IMG","SUB","SUP","CODE","TT","ASIDE","FOOTER"],"excludeTags.remove":["LINK"]},{id:"promptingguide",matches:"www.promptingguide.ai",selectors:["article","li"]},{id:"ground",matches:"ground.news",globalStyles:{".line-clamp-3":"-webkit-line-clamp: unset !important;"}},{id:"ietf",matches:"*.ietf.org/doc/html/*",additionalSelectors:["pre"],isTransformPreTagNewLine:!0,preWhitespaceDetectedTags:["DIV","SPAN","PRE"]},{id:"newsminimalist",matches:"https://www.newsminimalist.com/",extraBlockSelectors:[".inline-flex"],"excludeTags.remove":["BUTTON"]},{id:"yandexIndex",matches:"https://yandex.com/",selectors:[".tabs__item-text"]},{id:"yandexSearch",matches:"https://yandex.com/search/*",excludeSelectors:[".KeyValue-Row",".EntityFeedbackFooter",".Organic-Subtitle",".SerpFooter-Content",".serp-user",".Pager"],globalStyles:{".ExtendedText-Toggle":"white-space:normal;"}},{id:"yandex",matches:"https://yandex.com/video/*",selectors:[".serp-item__title",".serp-item__text",".Keypoints-ItemTitle",".bes-epmjnzm-idtktyj",".OrganicTitle-LinkText","h1.VideoTitle"],globalStyles:{".serp-item__title":"-webkit-line-clamp: unset;max-height:unset;",".serp-item__text":"-webkit-line-clamp: unset;max-height:unset;",".OrganicTitle-LinkText":"-webkit-line-clamp: unset;max-height:unset;","h1.VideoTitle":"-webkit-line-clamp: unset;max-height:unset;",".link .serp-item__keypoints":"bottom:2px;",".OrganicTitle":"max-height:unset;"}},{id:"perplexity",matches:"https://www.perplexity.ai",globalStyles:{".line-clamp-1":"-webkit-line-clamp: unset !important;",".line-clamp-2":"-webkit-line-clamp: unset !important;"},"mutationConfig.add":{buildTimeout:1e3,consumeTimeout:1e3},additionalStayOriginalSelectors:["a.citation"],selectors:[".prose",".my-md",".line-clamp-2",".line-clamp-1"]},{id:"allmyfaves",matches:"https://allmyfaves.com/",selectors:["p"],paragraphMinTextCount:2,paragraphMinWordCount:1},{id:"man7",matches:"man7.org",isTransformPreTagNewLine:!0,globalStyles:{pre:"white-space: inherit;"}},{id:"kadaza",matches:"https://www.kadaza.com/",selectors:[".header span.title",".custom-content-footer"],containerMinTextCount:2,containerMinWordCount:1,paragraphMinTextCount:2,paragraphMinWordCount:1},{id:"urlChangeDelay",matches:["https://babelnovel.com/books/*","https://www.webnovel.com/book/*","https://platform.openai.com/docs/*","docs.oracle.com","docs-cortex.paloaltonetworks.com","forum.m5stack.com/topic/*","community.m5stack.com/topic/*"],urlChangeDelay:0,_comment:"\u89E3\u51B3url\u53D8\u5316\u91CD\u590D\u7FFB\u8BD1\u95EE\u9898"},{id:"genuine",matches:"blog.genuine.com",excludeSelectors:["div.enlighter"]},{id:"chinadaily",matches:"www.chinadaily.com.cn",injectedCss:["a { height: unset !important; }","li { height: unset !important; }","div { height: unset !important; }",".immersive-translate-target-inner {color:black;}"],excludeSelectors:[".topNav",".topNav2_art > span",".topNav_art2 > .dropdown",".dibu-three",".topBar"]},{id:"braynzarsoft",matches:"www.braynzarsoft.net",selectors:["div#view-question-desc"]},{globalAttributes:{"#stimulus":{translate:"off",class:"stimulus"},"#stem":{translate:"off",class:"stem"}},id:"lawhub",matches:"https://lawhub.lsac.org/question/*"},{id:"yuque",matches:"https://www.yuque.com/*",excludeSelectors:[".lark-virtual-tree"]},{id:"bearblog",matches:"https://bearblog.dev/discover/*",excludeTags:["small"]},{id:"researchgate",matches:"www.researchgate.net",excludeSelectors:[".nova-legacy-v-publication-item__meta-data",".nova-legacy-v-publication-item__person-list",".js-authors-list"]},{id:"theatlantic",matches:["www.theatlantic.com","https://mashable.com/*"],"excludeSelectors.add":["footer:last-of-type","nav","header div.subtitle-2.w-full"],initialSelectorGlobalAttributes:{"footer:last-of-type":{translate:"no"},"nav:last-of-type":{translate:"no"},nav:{translate:"no"}}},{id:"youtrackJetbrains",matches:"youtrack.jetbrains.com/articles/*",selectors:["[role=presentation]","[data-test=article-content]"],excludeSelectors:[".toolbar__ee8"]},{id:"dw",matches:"www.dw.com",initialSelectorGlobalAttributes:{"footer:last-of-type":{translate:"no"},"nav:last-of-type":{translate:"no"},nav:{translate:"no"}},excludeSelectors:[".focus-menu-shown"]},{id:"sentry",matches:"docs.sentry.io",initialSelectorGlobalAttributes:{"footer:last-of-type":{translate:"no"},".navbar":{translate:"no"}},"extraInlineSelectors.add":[".term-wrapper","span.description"]},{id:"openai-blog",matches:"https://openai.com/blog/*","stayOriginalTags.remove":["CODE"]},{id:"urlComment",selectorMatches:["meta[name='generator'][content^='Discourse']"],urlChangeDelay:0,_comment:"\u89E3\u51B3url\u53D8\u5316\u4F46\u662F\u9875\u9762\u4E0D\u53D8\u7684\u95EE\u9898"},{id:"feedly",matches:"feedly.com",globalStyles:{".TitleOnlyLayout":"height:unset !important;",".EntrySummary--u4":"-webkit-line-clamp: unset;max-height:unset;",".EntrySummary--u5":"-webkit-line-clamp: unset;max-height:unset;"},excludeSelectors:[".Leftnav"]},{id:"bardGoogle",matches:"bard.google.com",excludeSelectors:["mat-sidenav","div.capabilities-disclaimer","#cdk-overlay-6","message-actions button",".mdc-button__label .ng-star-inserted",".mdc-list-item__primary-text"],isTranslateTitle:!1,"excludeTags.add":["mat-tooltip-component"],"excludeTags.remove":["BUTTON"]},{id:"whatsapp",matches:"web.whatsapp.com",selectors:[".copyable-text > span"],wrapperPrefix:` -`,wrapperSuffix:"
"},{id:"bing",matches:"https://*.bing.com/search*",extraInlineSelectors:["a","i"],globalStyles:{"[class*='lineclamp'],.b_title":"-webkit-line-clamp:unset;"}},{id:"yahoo",matches:"*.yahoo.*",excludeSelectors:["._ys_jiqava","#ybar-inner-wrap","#Col2-5-Rmp-Proxy"],extraBlockSelectors:[".SIPGg",".sc-kzMCTH.pSZXj"],globalStyles:{"#atomic .Mt\\(20px\\)":"margin-top: 100px;","[class*='LineClamp']":"-webkit-line-clamp:unset;max-height:unset;","a[class*='js-content-viewer']> div[class*='Td\\(n\\)']":"overflow: scroll;","[class*='_ys_24482e']":"-webkit-line-clamp:unset;","#Aside > :first-child":"overflow:scroll;"}},{id:"wsj",matches:"www.wsj.com",excludeSelectors:["header","footer","nav","[aria-label='Markets summary']"]},{id:"businessinsider",matches:"www.businessinsider.com",excludeSelectors:["header","nav","section.live-updates-module "]},{id:"goodreads",matches:"www.goodreads.com",excludeSelectors:[".badgeYear",".gr-mediaBox__desc",".bookVotedRow",".minirating","div[itemprop='aggregateRating']",".wtrButtonContainer",".RatingsHistogram__labelTitle",".FollowButton",".siteHeader__topLevelLink","#books > thead","td[class*='rating']","td[class*='shelves']","td[class*='date_read']","td[class*='date_added']","td[class*='actions']"]},{id:"feeder",matches:"https://feeder.co/*",globalStyles:{".item-summary":"-webkit-line-clamp:unset;"}},{id:"elektrotechnik",matches:"https://www.elektrotechnik.rwth-aachen.de/*",globalAttributes:{"[class='notranslate']":{class:""}}},{id:"nytimes",matches:"www.nytimes.com",excludeSelectors:["#app > div > div > header","#app > div > div > div > div > header","#in-story-masthead"],injectedCss:["a::after {position:relative!important;}"]},{id:"bugsKde",matches:"bugs.kde.org","excludeTags.remove":["svg","PRE"],additionalExcludeSelectors:[".bz_first_comment_head",".bz_comment_head",".related_actions"]},{id:"eastmoney",matches:"guba.eastmoney.com",searchEnhancementConfig:[{id:"eastmoney",urlMatch:"guba.eastmoney.com/news,us\\w+,\\w+.html",delayTime:0,selector:".moneyFlowContainer",selectorAction:"insertBefore",style:{container:"background:white;border:none;border-radius: 4px;box-shadow: 0 2px 4px hsla(216,5%,62%,.14);",source:"font-size:12px; margin-bottom: 0px;",keyword:"color:#294688",title:"font-size:14px;color:#294688;",enTitle:"margin-top:4px;font-size:12px;",searchTitle:"margin:4px 0 16px;position:relative;padding-right:24px;font-size: 16px;",time:"margin: 0px 0 16px;",more:"color:#294688;margin-top:8px;"},keyword:{value:"[0]$1 stock",matches:[{source:"url",matchRegex:"guba.eastmoney.com/news,us(\\w+?),\\S+.html"}]},showCount:8},{id:"eastmoney",urlMatch:"guba.eastmoney.com/list,us\\w+.*.html",delayTime:0,selector:".qualityContentContainer",selectorAction:"insertBefore",style:{container:"background:white;border:none;border-radius: 4px;box-shadow: 0 2px 4px hsla(216,5%,62%,.14);",source:"font-size:12px; margin-bottom: 0px;",keyword:"color:#294688",title:"font-size:14px;color:#294688;",enTitle:"margin-top:4px;font-size:12px;",searchTitle:"margin:4px 0 16px;position:relative;padding-right:24px;font-size: 16px;",time:"margin:0px 0 16px;",more:"color:#294688;margin-top:8px;"},keyword:{value:"[0]$1:[0]$2",matches:[{source:{type:"selector",attribute:"href"},matchRegex:"code=(\\w+)_(\\w+)",match:"a[href*='rank/stock?code=']"}]},showCount:8}]},{id:"xueqiu",matches:"xueqiu.com",searchEnhancementConfig:[{id:"xueqiu",urlMatch:"xueqiu.com/S/[a-zA-Z]+/?$",delayTime:0,selector:".container-side-sm.float-right.stock__side",selectorAction:"appendChild",style:{container:"background:white;border:none;border-radius: 4px;padding:0;",source:"font-size:12px; margin-bottom: 0px;",keyword:"color:#06c",title:"font-size:14px;color:#06c;",enTitle:"margin-top:4px;font-size:12px;",searchTitle:"margin:4px 0 16px;position:relative;padding-right:24px;font-size: 16px;font-weight: bold;",time:"margin:0px 0 16px;",more:"color:#06c;margin-top:8px;"},showCount:8,keyword:{value:"[0]$1",matches:[{source:{type:"selector",attribute:"text"},matchRegex:"\\((.+)\\)",match:".stock-name"}]}}]},{id:"laohu8",matches:"www.laohu8.com",searchEnhancementConfig:[{id:"laohu8",urlMatch:"www.laohu8.com/stock/[a-zA-Z]+/?$",delayTime:0,selector:".hot-stocks-root",selectorAction:"insertBefore",style:{container:"background:white;border:none;border-radius: 4px;box-shadow: 0 2px 4px hsla(216,5%,62%,.14);",source:"font-size:12px; margin-bottom: 0px;",title:"font-size:14px;color: #007bff;",enTitle:"margin-top:4px;color: #4d5156;font-size:12px;",searchTitle:"margin:4px 0 16px;position:relative;padding-right:24px;font-size: 16px;",time:"margin: 0px 0 16px;"},keyword:{value:"[0]$1 stock",matches:[{source:"url",matchRegex:"stock/([a-zA-Z]+)"}]},showCount:8}]},{id:"futunn",matches:"www.futunn.com",searchEnhancementConfig:[{id:"futunn",urlMatch:"www.futunn.com/stock/\\w+-US",delayTime:0,selector:".right",selectorAction:"appendChild",style:{container:"background:white;border:none;border-radius: 4px;box-shadow: 0 2px 4px hsla(216,5%,62%,.14);",source:"font-size:12px; margin-bottom: 4px;",title:"font-size:14px;color: #007bff;",enTitle:"margin-top:4px;color: #4d5156;font-size:12px;",searchTitle:"margin:4px 0 16px;position:relative;padding-right:24px;font-size: 16px;",time:"margin: 4px 0 20px;"},keyword:{value:"[0]$1 stock",matches:[{source:"url",matchRegex:"stock/([a-zA-Z]+)-US"}]},showCount:8}]},{id:"bmvrMarseille",matches:"www.bmvr.marseille.fr",globalStyles:{"a > div":"display:block;","[style*='358px;']":"width: 33.3333%; height: auto; padding: 0px; position: relative; margin: 0px;"},globalAttributes:{"#app":{class:""}}},{id:"piAi",matches:"pi.ai/talk",globalStyles:{"[class*='text-brand-green']":"flex-direction:column;"}},{id:"claudeAi",matches:"claude.ai",excludeSelectors:[".contents *"],"excludeTags.remove":["PRE"],injectedCss:"[data-testid='chat-menu-trigger'] br {display:none;}",aiRule:{messageWrapperSelector:".contents",messageContainerSelector:".ReactMarkdown",messageStreamEndSelector:".contents > button",streamingChange:!0,streamingDeepChild:!1,streamingDelayTime:1e3}},{id:"feishu",matches:["*.feishu.cn","*.larkoffice.com","*.larksuite.com"],"additionalExcludeSelectors.remove":[".notranslate","[translate=no]"],mutationObserverLimitTargetSelectors:[".maindocbody","div[class*='render']","div[class*='block']"],"excludeSelectors.add":[".catalogue__list"]},{id:"gitbook",selectorMatches:[".gitbook-root"],"additionalExcludeSelectors.remove":[".notranslate","[translate=no]"],"additionalExcludeSelectors.add":["[spellcheck='false']"]},{id:"mitre",matches:"cwe.mitre.org",globalStyles:{"span.list_entry":"height: unset;"}},{id:"kaggle",matches:"www.kaggle.com",excludeTags:["i","button"]},{id:"ieee",matches:"spectrum.ieee.org",extraBlockSelectors:["small"]},{id:"ieeexplore",matches:"ieeexplore.ieee.org",stayOriginalSelectors:["a[ref-type]",".inline-formula",".display-formula"]},{id:"cnn",matches:"*.cnn.com","excludeSelectors.add":[".ad-slot-header__wrapper","#pageFooter"],"bodyRule.add":{bodySelector:".layout__content-wrapper",articleSelector:".article__content-container"}},{id:"marginalrevolution",matches:"marginalrevolution.com",globalAttributes:{header:{translate:"unset;"}}},{id:"highfrequencyelectronics",matches:"www.highfrequencyelectronics.com",globalStyles:{"#main-content":"overflow:unset;"}},{id:"githubBlog",matches:"github.blog",globalStyles:{".font-mktg":"word-break:normal;"}},{id:"semanticscholar",matches:"www.semanticscholar.org",selectors:[".cl-paper-title",".cl-paper-abstract",".tldr-abstract-replacement",".text-truncator",".paper-detail-title"]},{id:"uni-trier",matches:"dblp.uni-trier.de",selectors:["h1","h2",".title",".external","dd p"],excludeSelectors:[".side-column"]},{id:"bilibili",matches:"www.bilibili.com","excludeSelectors.add":[".bpx-player-subtitle-panel-text"],"subtitleRule.add":{type:"bilibili",subtitleUrlRegExp:"aisubtitle.hdslb.com/bfs",loadingContainerSelector:".bpx-player-subtitle-panel"}},{id:"time",matches:"time.com",excludeSelectors:[".date-and-duration"],globalStyles:{".headline":"-webkit-line-clamp:unset;overflow:unset;height:unset;",h3:"-webkit-line-clamp:unset;overflow:unset;",p:"-webkit-line-clamp:unset;overflow:unset;"}},{id:"docs-swift",matches:"docs.swift.org",selectors:[".content","#menu"]},{id:"uzh",matches:"www.uzh.ch",injectedCss:[".TextImage--inner {overflow:auto !important;}"]},{id:"mail-yandex",matches:"mail.yandex.com",selectors:["article",".Text_color_primary",".mail-MessageSnippet-Item_subject"],globalStyles:{".mail-MessageSnippet":"height: unset; line-height:unset;",".immersive-translate-target-translation-block-wrapper":"margin:unset;"}},{id:"forums.zotero",matches:"forums.zotero.org",selectors:[".page-sidebar",".page-content"]},{id:"pubmed.ncbi.nlm.nih.gov",matches:"pubmed.ncbi.nlm.nih.gov",urlChangeDelay:0,excludeSelectors:[".docsum-journal-citation",".citation-part",".docsum-authors",".top-wrapper",".article-source",".citation-doi",".identifiers",".cite",".share",".arrow-link"],globalAttributes:{"#Scholarscope_HighlightContent":{class:""},"#Scholarscope_HighlightOrigin":{class:"Scholarscope_HighlightContents"}},mutationExcludeContainsSelectors:["#Scholarscope_HighlightContent highlight"],mutationExcludeSelectors:["#Scholarscope_HighlightContent","#Scholarscope_HighlightContent span"],injectedCss:["#Scholarscope_HighlightOrigin > p font,#Scholarscope_HighlightContent > p font {display: inline!important;}","#Scholarscope_HighlightOrigin > p font br,#Scholarscope_HighlightContent > p font br {display: none!important;}"]},{id:"chosun",matches:"www.chosun.com",injectedCss:"body {word-break: unset!important;}"},{id:"yna",matches:"*.yna*",injectedCss:["font > br {display:none}"],globalStyles:{"a,strong":"max-height:unset;-webkit-line-clamp:unset;height:unset;white-space:unset;","div,p,li,.item-box01,.news-con":"height:unset;max-height:unset;-webkit-line-clamp:unset;"},"additionalExcludeSelectors.remove":[".notranslate","[translate=no]"]},{id:"cnet",matches:"www.cnet.com",globalStyles:{"h3,div,span,p":"max-height:unset;-webkit-line-clamp:unset;height:unset;white-space:unset;"}},{id:"dolmods",matches:"dolmods.net",globalStyles:{"[class*='max-h']":"max-height:unset!important;"}},{id:"digitimes",matches:"www.digitimes.com",globalStyles:{"a,.title,.abstract,.display-5,.top":"max-height:unset;-webkit-line-clamp:unset;height:unset;white-space:unset;"},"excludeSelectors.add":[".main-nav-frame",".sub-header-wrapper",".footer",".date"],"additionalExcludeSelectors.remove":[".notranslate","[translate=no]"]},{id:"vdi-nachrichten",matches:"www.vdi-nachrichten.com","excludeSelectors.add":[".header-menu__item > a",".linkbar__item",".header__button-group"]},{id:"htdp",matches:"htdp.org",excludeTags:["blockquote"],stayOriginalSelectors:[".RktIn"]},{id:"newsletterss",matches:"newsletterss.com",initialGlobalAttributes:{iframe:{scrolling:"auto"}}},{id:"docusaurus",selectorMatches:["#__docusaurus"],"excludeSelectors.add":["aside",".DocSearch-Modal"]},{id:"mercari",matches:"*.mercari.com","excludeTags.remove":["PRE"]},{id:"qqMail",matches:"mail.qq.com",useIframePostMessage:!1},{id:"nikkei",matches:"www.nikkei.com",globalStyles:{"h3,div,span,p":"max-height:unset;-webkit-line-clamp:unset;height:unset;white-space:unset;"}},{id:"pubs.rsc.org",matches:"pubs.rsc.org",excludeSelectors:[".eqn"]},{id:"indeed",matches:"*.indeed.com",globalStyles:{"span,.css-19rjr9w.e1wnkr790":"max-height:unset;-webkit-line-clamp:unset;height:unset;white-space:unset;"},"excludeTags.remove":["BUTTON"]},{id:"brutalist",matches:"brutalist.report",selectors:["li > a:first-child","aside","nav > a","h1 > a","h3 > a","h2 >a"],"additionalExcludeSelectors.remove":[".notranslate","[translate=no]"]},{id:"maxroll",matches:["maxroll.gg"],extraInlineSelectors:[".d4t-sprite-icon",".d4t-icon"],injectedCss:["font {font-family: sans-serif !important;}"]},{id:"microsoftTeams",matches:["teams.live.com"],"stayOriginalSelectors.add":["span[title][style='min-width: 20px; height: 20px;']"]},{id:"gradioappdocs",matches:"www.gradio.app/docs/*",selectors:["div.obj"],excludeSelectors:["div#examples"]},{id:"arca",matches:"arca.live","excludeTags.remove":["PRE"]},{id:"chatpdf",matches:["www.chatpdf.com"],"additionalExcludeSelectors.remove":[".notranslate"],excludeSelectors:[".chat-message-row.ai *",".pdf-viewer"],aiRule:{streamingSelector:"",messageWrapperSelector:".chat-message-row.ai",streamingChange:!1,streamingDeepChild:!0,streamingDelayTime:1e3}},{id:"inciteful",matches:["inciteful.xyz"],"excludeTags.remove":["BUTTON"]},{id:"app.element.io",matches:["app.element.io"],"additionalExcludeSelectors.remove":[".notranslate"],"excludeSelectors.add":[".mx_DisambiguatedProfile",".mx_ReplyChain_wrapper",".mx_ThreadSummary_replies_amount"]},{id:"fastapi.tiangolo.com",matches:"fastapi.tiangolo.com",selectors:["article"]},{id:"termynal",selectorMatches:["link[href*='termynal.css']"],"stayOriginalSelectors.add":[".termy"]},{id:"cpb-nl",matches:["www.cpb.nl"],"bodyRule.add":{enable:!1}},{id:"hub.logseq",matches:["hub.logseq.com"],globalStyles:{"[class*=':h-[']":"height:unset;"}},{id:"chat.zalo",matches:["chat.zalo.me"],"additionalExcludeSelectors.remove":[".notranslate"],inputExecCommandDeleteEnable:!0,"inputConfig.add":{execCommandDeleteEnable:!0}},{id:"epam",matches:"*.epam.com",globalStyles:{"[class*='ContentAnchorLinkList']":"word-break:unset;"},"excludeSelectors.add":["#blog-page-sidebar-wrapper"],"excludeTags.remove":["BUTTON"]},{id:"discussions.apple",matches:"discussions.apple.com","excludeSelectors.add":[".page-number"]},{id:"www.sixthtone.com",matches:["www.sixthtone.com"],"excludeSelectors.add":["#footer","[class^=index_time]","[class^=index_anthorList]","[class^=index_node]","[class^=index_popupWrapper]"]},{id:"forum.unity",matches:["forum.unity.com"],"excludeSelectors.add":[".bbCodeCode"]},{id:"wattpad",matches:["www.wattpad.com"],"excludeTags.remove":["PRE"],globalAttributes:{header:{translate:"unset;"}},globalStyles:{".story-info .item-description":"overflow: scroll;"}},{id:"netflix",matches:["www.netflix.com"],"excludeSelectors.add":[".player-timedtext"],"mutationExcludeSelectors.add":[".player-timedtext *"],"subtitleRule.add":{type:"netflix",loadingContainerSelector:".watch-video",subtitleUrlRegExp:"^https://.+?.oca.nflxvideo.net/\\?([ovet]=[^=]+){4}$",loadingStyle:"bottom: 15%;",quickButtonRule:{appendSelector:'[data-uia="control-next"]',insertBeforeSelector:'[data-uia="control-next"]',injectCSS:".imt-quick-subtitle-button {height: 60%; margin-right: 50px; font-size: 20px; } .logo,.logo svg { height: 36px; width: 36px} .label { display: none; } .imt-quick-subtitle-pop-content {transform: translateX(50%); right: 0}"},videoSelector:"video",attachRule:{appendSelector:".watch-video",injectedCSS:[".imt-caption-window {margin-bottom: 0px; bottom: 10vw;}"],injectedGlobalCSS:[".player-timedtext {display: none !important; }"]}}},{id:"udemy",matches:["www.udemy.com"],"excludeSelectors.add":["[data-purpose='captions-cue-text']",".shaka-text-container"],"mutationExcludeSelectors.add":["[data-purpose='captions-cue-text'] *",".shaka-text-container *"],"subtitleRule.add":{type:"udemy",subtitleUrlRegExp:"^https://vtt.*\\.udemycdn\\.com/.*\\.vtt",videoPlayerSelector:"video.shaka-video",humanTrust:85,loadingContainerSelector:".shaka-video-container",loadingStyle:"bottom: 15%;",injectedCss:["[class^='well--text'] {white-space: pre;}"],quickButtonRule:{appendSelector:'[data-purpose="video-controls"]'}},"subtitleRule.add_v.[1.4.1]":{hookType:"fetch|xhr"}},{id:"iview",matches:"iview.abc.net.au",excludeSelectors:[".jwplayer"],"mutationExcludeSelectors.add":[".jwplayer *"],"subtitleRule.add":{type:"webvtt",subtitleUrlRegExp:"/cc/.*\\.(vtt|webvtt)$",loadingContainerSelector:".jwplayer",quickButtonRule:{appendSelector:".jw-reset.jw-button-container",insertBeforeSelector:".jw-settings-submenu-button",injectCSS:".imt-quick-subtitle-pop-content {z-index: 999999;}"}}},{id:"nmaart",matches:"www.nma.art",excludeSelectors:[".video-container"],"mutationExcludeSelectors.add":[".video-container *"],"subtitleRule.add":{type:"webvtt",subtitleUrlRegExp:"/texttrack/.*\\.(vtt|webvtt)",loadingContainerSelector:".video-container",quickButtonRule:{appendSelector:".vjs-control-bar",insertBeforeSelector:".vjs-playback-rate"}}},{id:"apple",matches:"developer.apple.com",excludeSelectors:[".developer-video-player"],"mutationExcludeSelectors.add":[".developer-video-player *"],"subtitleRule.add":{type:"webvtt",subtitleUrlRegExp:"\\.(vtt|webvtt)"}},{id:"khanacademy",matches:["www.khanacademy.org"],"subtitleRule.add":{type:"khanacademy",subtitleUrlRegExp:"GetSubtitles",hookType:"fetch"},"stayOriginalSelectors.add":[".mathjax-wrapper"]},{id:"nebula",matches:["nebula.tv"],"excludeSelectors.add":["[data-subtitles-container='true']"],"mutationExcludeSelectors.add":["[data-subtitles-container='true'] *"],"subtitleRule.add":{type:"webvtt",subtitleUrlRegExp:"\\.vtt$",loadingContainerSelector:".video-poster",quickButtonRule:{appendSelector:".icon-spacing.css-4yh7a0",insertBeforeSelector:"#subtitles-toggle-button",ccEnableSelector:"#subtitles-toggle-button"}}},{id:"frontendmasters",matches:["frontendmasters.com"],"excludeSelectors.add":[".vjs-text-track-display"],"mutationExcludeSelectors.add":[".vjs-text-track-display *"],"subtitleRule.add":{type:"webvtt",subtitleUrlRegExp:".vtt$",loadingContainerSelector:".vjs-text-track-display",injectedCss:["#immersive-translate-quick-button-container {order: 2} .imt-quick-subtitle-pop-content {z-index: 2147483647}"],quickButtonRule:{appendSelector:".vjs-control-bar"},videoSelector:".PromoPlayer video",attachRule:{appendSelector:".video-js",injectedGlobalCSS:".vjs-text-track-display {display: none;}"}}},{id:"udacity",matches:["*.udacity.com"],"excludeSelectors.add":[".vjs-text-track-display"],"mutationExcludeSelectors.add":[".vjs-text-track-display *"],"subtitleRule.add":{type:"webvtt",subtitleUrlRegExp:".vtt$",loadingContainerSelector:".vjs-text-track-display"}},{id:"skillshare",matches:["www.skillshare.com"],"excludeSelectors.add":[".vjs-text-track-display"],"mutationExcludeSelectors.add":[".vjs-text-track-display *"],"subtitleRule.add":{type:"webvtt",subtitleUrlRegExp:"\\.vtt\\?",loadingContainerSelector:".vjs-text-track-display",injectedCss:["#immersive-translate-quick-button-container {order: 13}"],quickButtonRule:{appendSelector:".vjs-control-bar",insertBeforeSelector:".vjs-volume-panel",injectCSS:" .label { display: none; } .imt-quick-subtitle-pop-content {transform: translateX(43%); right: 0; z-index: 2147483647 } "}}},{id:"domestika",matches:["www.domestika.org"],"excludeSelectors.add":[".vjs-text-track-display"],"mutationExcludeSelectors.add":[".vjs-text-track-display *"],"subtitleRule.add":{type:"webvtt",subtitleUrlRegExp:".*subtitles.*\\.vtt",quickButtonRule:{appendSelector:".controlBar-wrapper .right-wrapper",insertBeforeSelector:".vjs-volume-panel"}}},{id:"hbomax",matches:["play.max.com","play.hbomax.com"],"excludeSelectors.add":["[data-testid='playerContainer']","[data-testid='CueBoxContainer']"],"mutationExcludeSelectors.add":["[data-testid='playerContainer'] *","[data-testid='CueBoxContainer'] *"],"subtitleRule.add":{type:"webvtt",subtitleUrlRegExp:"\\.vtt$",loadingContainerSelector:"[data-testid='playerContainer']"}},{id:"mindvalley",matches:["home.mindvalley.com"],"excludeSelectors.add":[".vjs-text-track-display"],"mutationExcludeSelectors.add":[".vjs-text-track-display *"],"subtitleRule.add":{type:"webvtt",subtitleUrlRegExp:"\\.webvtt$",loadingContainerSelector:".vjs-text-track-display",injectedCss:["#immersive-translate-quick-button-container {order: 6}"],quickButtonRule:{appendSelector:'[data-testid="video-section"] .vjs-control-bar',insertBeforeSelector:'[data-testid="video-section"] .vjs-volume-panel',injectCSS:".imt-quick-subtitle-pop-content {z-index: 999999;}"}}},{id:"masterclass",matches:["www.masterclass.com","learn.microsoft.com"],"excludeSelectors.add":[".vjs-text-track-display"],"mutationExcludeSelectors.add":[".vjs-text-track-display *"],"subtitleRule.add":{type:"webvtt",subtitleUrlRegExp:"\\.vtt",loadingContainerSelector:".vjs-text-track-display",quickButtonRule:{appendSelector:".vjs-control-bar",insertBeforeSelector:".vjs-playback-rate"}}},{id:"viu",matches:["www.viu.com"],"excludeSelectors.add":[".bmpui-ui-viu-subtitle-overlay"],"mutationExcludeSelectors.add":[".bmpui-ui-viu-subtitle-overlay *"],"subtitleRule.add":{type:"webvtt",hookType:"xhr",subtitleUrlRegExp:"https?://[^/]+\\.cloudfront\\.net/[^/]+/[^/]+$",loadingContainerSelector:".bmpui-container-wrapper",loadingStyle:"bottom: 20%;",injectedCss:[".bmpui-controls-hidden #immersive-translate-quick-button-container {display: none;}"],quickButtonRule:{appendSelector:".bmpui-ui-container.bmpui-ui-viu-subtitle > .bmpui-container-wrapper",injectCSS:".imt-quick-subtitle-button {margin-bottom: 8px}"}}},{id:"linkin",matches:"*.linkedin.com","excludeSelectors.add":[".vjs-text-track-display"],"mutationExcludeSelectors.add":[".vjs-text-track-display *"],"subtitleRule.add":{type:"webvtt",subtitleUrlRegExp:".*ambry/\\?x-li-ambry-ep=.*",hookType:"xhr",loadingContainerSelector:".video-player-container",quickButtonRule:{appendSelector:".vjs-control-bar",insertBeforeSelector:".vjs-captions-toggle"}}},{id:"kanopy",matches:"*.kanopy.com","excludeSelectors.add":[".vjs-text-track-display"],"mutationExcludeSelectors.add":[".vjs-text-track-display *"],"subtitleRule.add":{type:"webvtt",subtitleUrlRegExp:".*captioncache/webvtt.*",hookType:"xhr",loadingContainerSelector:".video-player-container",injectedCss:["#immersive-translate-quick-button-container{height: 40px;display: flex;align-items: center;align-self: flex-end;}"],quickButtonRule:{appendSelector:".vjs-control-bar",insertBeforeSelector:".vjs-caption-control"}}},{id:"iflix",matches:["www.iflix.com","wetv.vip"],"excludeSelectors.add":[".text-track"],"mutationExcludeSelectors.add":[".player-wrapper *"],"subtitleRule.add":{type:"webvtt",subtitleUrlRegExp:"\\.vtt",hookType:"xhr",loadingContainerSelector:"#player-wrapper",loadingStyle:"bottom: 18%;",quickButtonRule:{appendSelector:'[data-role="wetv-ctrlbar-right"]',insertBeforeSelector:'[data-role="wetv-player-definition"]'}}},{id:"imdb",matches:"www.imdb.com","excludeSelectors.add":[".jw-text-track-container"],"mutationExcludeSelectors.add":[".jw-text-track-container *"],"subtitleRule.add":{type:"webvtt",subtitleUrlRegExp:"\\.srt$",loadingContainerSelector:"#imdbnext-vp-jw-single",quickButtonRule:{appendSelector:".jw-reset.jw-button-container",insertBeforeSelector:'[button="ttt-button"]'}}},{id:"itv",matches:["www.itv.com"],"subtitleRule.add":{type:"text_track",videoPlayerSelector:".genie-video",loadingContainerSelector:".genie-container",loadingStyle:"bottom: unset; top: 5%;",quickButtonRule:{appendSelector:".control-bar_right-child-container",insertBeforeSelector:".controls-toggle_button--fullscreen"}}},{id:"egghead",matches:["egghead.io"],"subtitleRule.add":{type:"text_track",videoPlayerSelector:".cueplayer-react-video",loadingContainerSelector:".cueplayer-react-video-holder",loadingStyle:"bottom: unset; top: 5%;",quickButtonRule:{appendSelector:".cueplayer-react-control-bar-right-part",insertBeforeSelector:".cueplayer-react-closed-caption"}}},{id:"coursera",matches:["www.coursera.org"],"subtitleRule.add":{type:"text_track",videoPlayerSelector:".vjs-tech",loadingContainerSelector:".rc-VideoControlsContainer",loadingStyle:"bottom: unset; top: 5%;",quickButtonRule:{appendSelector:'[role="presentation"] > .rc-ControlBar > .icon-container'}}},{id:"ocrtraining",matches:["ocrtraining.cit.nih.gov","videocast.nih.gov"],"excludeSelectors.add":["#videocastPlayer"],"mutationExcludeSelectors.add":["#videocastPlayer *"],"subtitleRule.add":{type:"webvtt",subtitleUrlRegExp:"\\.srt$",loadingContainerSelector:"#videocastPlayer"}},{id:"espn",matches:["*.espn.com"],mainFrameMinTextCount:0,"excludeSelectors.add":["#fittPageContainer"],"mutationExcludeSelectors.add":["#fittPageContainer *"],"subtitleRule.add":{type:"webvtt",subtitleUrlRegExp:"\\.vtt$",injectedCss:["#immersive-translate-quick-button-container{margin-top:16px;}",".vjs-text-track-display > div >div {font:unset!important;}"],quickButtonRule:{appendSelector:".vjs-control-bar",insertBeforeSelector:".vjs-captions-button"}}},{id:"fmoviesz",matches:["fmoviesz.to","vidplay.online","c8365730d4.nl"],"excludeSelectors.add":["#player"],"mutationExcludeSelectors.add":["#player *"],"subtitleRule.add":{type:"multi_attach_vtt",subtitleUrlRegExp:"subtitle/.*\\.vtt$",quickButtonRule:{appendSelector:".jw-button-container",insertBeforeSelector:".jw-icon-cc"},activeLangSelector:"#jw-player-settings-submenu-captions .jw-settings-submenu-items .jw-settings-item-active",videoSelector:"video",attachRule:{appendSelector:"#player",injectedGlobalCSS:[".jw-text-track-container {display: none;}","@media (min-width: 576px) { video::cue {opacity: 0} }"]}}},{id:"aniwatch",matches:["megacloud.tv","aniwatch.to"],"excludeSelectors.add":[".jw-wrapper"],"mutationExcludeSelectors.add":[".jw-wrapper *"],"subtitleRule.add":{type:"multi_attach_vtt",subtitleUrlRegExp:"^(?!.*sprite\\.vtt$).*\\.vtt$",quickButtonRule:{appendSelector:".jw-button-container",insertBeforeSelector:".jw-icon-cc"},activeLangSelector:"#jw-player-settings-submenu-captions .jw-settings-submenu-items .jw-settings-item-active",videoSelector:"video",attachRule:{appendSelector:".jw-wrapper",injectedGlobalCSS:[".jw-text-track-container {display: none;}","@media (min-width: 576px) { video::cue {opacity: 0} }"]}}},{id:"rottentomatoes",matches:["*.rottentomatoes.com"],"excludeSelectors.add":[".jw-wrapper"],"mutationExcludeSelectors.add":[".jw-wrapper *"],"subtitleRule.add":{type:"webvtt",subtitleUrlRegExp:"\\.vtt$",quickButtonRule:{appendSelector:".jw-button-container",insertBeforeSelector:".jw-icon-cc"}}},{id:"dailymotion",matches:["*.dailymotion.com"],"excludeSelectors.add":[".player"],"mutationExcludeSelectors.add":[".player *"],mainFrameMinTextCount:0,"subtitleRule.add":{type:"subsrt",subsrtFormat:"srt",loadingContainerSelector:".player",subtitleUrlRegExp:"/video/.*\\.srt",quickButtonRule:{appendSelector:".controls_bottom_right",insertBeforeSelector:".subtitles_toggle_button"}}},{id:"movie-web",matches:["movie-web.app/media*"],"excludeSelectors.add":["#root"],"mutationExcludeSelectors.add":["#root *"],"subtitleRule.add":{type:"subsrt",hookType:"fetch",subsrtFormat:"vtt",loadingContainerSelector:".relative.h-screen.overflow-hidden",subtitleUrlRegExp:".*\\.vtt",quickButtonRule:{appendSelector:".hidden.justify-between .flex.items-center.space-x-3"}}},{id:"deeplearning",matches:["learn.deeplearning.ai"],"excludeSelectors.add":['[data-layout="video"]'],"mutationExcludeSelectors.add":['[data-layout="video"] *'],"subtitleRule.add":{type:"subsrt",subsrtFormat:"vtt",loadingContainerSelector:'[data-layout="video"]',subtitleUrlRegExp:".*\\.vtt",quickButtonRule:{appendSelector:".vds-controls-group:last-child",insertBeforeSelector:".vds-caption-button"}}},{id:"paramountplus",matches:["*.paramountplus.com"],"excludeSelectors.add":[".aa-player-skin"],"mutationExcludeSelectors.add":[".aa-player-skin *"],"subtitleRule.add":{type:"text_track_dynamic",injectedCss:[".tt-container {white-space: pre-line;}",".timed-text-css-box-inner {display: none!important;}",".timed-text-css-box-inner:last-child {display: block!important;}"],videoPlayerSelector:"video",quickButtonRule:{appendSelector:".top-menu-container"}}},{id:"pluto",matches:["pluto.tv"],"excludeSelectors.add":[".video-player-layout"],"mutationExcludeSelectors.add":[".video-player-layout *"],"subtitleRule.add":{type:"text_track_dynamic",videoPlayerSelector:"video",quickButtonRule:{appendSelector:".endControls-0-2-85"}}},{id:"vimeo",matches:["vimeo.com"],"excludeSelectors.add":[".vp-captions"],"mutationExcludeSelectors.add":[".vp-captions *"],"subtitleRule.add":{type:"text_track",videoPlayerSelector:"video",loadingContainerSelector:".player_container",loadingStyle:"bottom: unset; top: 5%;",injectedCss:["#immersive-translateQuickButton {visibility: inherit!important;}"],quickButtonRule:{appendSelector:'[data-control-bar="true"] > div',insertBeforeSelector:'[data-volume-control-container="true"]',ccEnableSelector:'[data-cc-button="true"]',injectCSS:".imt-quick-subtitle-button {margin-right: 0px; font-size: 12px;} .logo,.logo svg { height: 18px !important; width: 18px !important;} .imt-quick-subtitle-pop-content {bottom: 28px !important;}"}}},{id:"ted",matches:["www.ted.com"],"excludeSelectors.add":["#video"],"mutationExcludeSelectors.add":["#video *"],"subtitleRule.add":{type:"webvtt",hookType:"fetch",subtitleUrlRegExp:"\\.vtt",videoPlayerSelector:"video",loadingContainerSelector:"media-controller",quickButtonRule:{appendSelector:".pointer-events-none #media-control-bar",insertBeforeSelector:".pointer-events-none .media-volume-wrapper"}}},{id:"player.vimeo",matches:["https://player.vimeo.com/video/*","laracasts.com"],selectorMatches:["iframe[src*='player.vimeo.com']"],extraBlockSelectors:["span.vp-captions-line","span[class^=CaptionsRenderer_]"],"excludeSelectors.add":[".vp-captions-line"],"mutationExcludeSelectors.add":[".vp-captions *",".vp-captions-line *"],"subtitleRule.add":{type:"text_track",videoPlayerSelector:"video",loadingContainerSelector:".vp-telecine",loadingStyle:"bottom: unset; top: 5%; font-size: 12px;",injectedCss:["#immersive-translateQuickButton {visibility: inherit!important;}"],quickButtonRule:{appendSelector:'[data-control-bar="true"] > div',insertBeforeSelector:'[data-volume-control-container="true"]',ccEnableSelector:'[data-cc-button="true"]',injectCSS:".imt-quick-subtitle-button {margin-right: 0px; font-size: 12px;} .logo,.logo svg { height: 18px !important; width: 18px !important;} .imt-quick-subtitle-pop-content {bottom: 28px !important;}"}}},{id:"tv.adobe",matches:"https://*.tv.adobe.com","excludeSelectors.add":[".mpc-player"],"mutationExcludeSelectors.add":[".mpc-player *"],"subtitleRule.add":{type:"text_track",videoPlayerSelector:"video",loadingContainerSelector:".mpc-player",quickButtonRule:{appendSelector:".mpc-controls__container"}}},{id:"threejs-journey",matches:"threejs-journey.com","excludeSelectors.add":[".video-area"],"mutationExcludeSelectors.add":[".video-area *"],"subtitleRule.add":{type:"text_track",videoPlayerSelector:"video",loadingContainerSelector:".video-area",injectedCss:[".js-tracks-text.tracks-text {white-space: pre;}"],quickButtonRule:{appendSelector:".js-controls .right",insertBeforeSelector:".js-subtitles",injectCSS:".imt-quick-subtitle-button { font-size: 12px;} .logo,.logo svg { height: 18px !important; width: 18px !important;} .imt-quick-subtitle-pop-content {bottom: 38px !important;}"}}},{id:"codewithchris",matches:["learn.codewithchris.com","*.rachelsenglishacademy.com","www.unrealsenseiacademy.com"],"excludeSelectors.add":[".w-captions",".w-captions-line > div > span"],"mutationExcludeSelectors.add":[".w-captions *"],"subtitleRule.add":{type:"general",subtitleUrlRegExp:"/embed/captions/",loadingContainerSelector:".w-ui-container",hookType:"fetch",generalSetting:{captionsPath:"captions",itemsPath:"hash.lines",textKey:"text"}}},{id:"panopto",matches:["southampton.cloud.panopto.eu"],"excludeSelectors.add":[".primaryPlayer"],"mutationExcludeSelectors.add":[".primaryPlayer *"],"subtitleRule.add":{type:"general",subtitleUrlRegExp:"DeliveryInfo.aspx",disableSubsCache:!0,loadingContainerSelector:"#primaryPlayer",hookType:"fetch",generalSetting:{textKey:"Caption"},quickButtonRule:{appendSelector:"#transportControls",insertBeforeSelector:"#captionsButton"}}},{id:"edx",matches:["*.edx.org"],"excludeSelectors.add":[".closed-captions",".subtitles-menu"],mainFrameMinTextCount:0,"subtitleRule.add":{type:"general",subtitleUrlRegExp:"/transcript/translation/",loadingContainerSelector:".tc-wrapper",generalSetting:{itemsPath:"text"},injectedCss:[".subtitles-menu span,.closed-captions {white-space: pre-line;}","#immersive-translate-quick-button-container {display: inline-block; vertical-align: middle;}"],quickButtonRule:{appendSelector:".secondary-controls",insertBeforeSelector:".speeds.menu-container"}}},{id:"ardmediathek",matches:["www.ardmediathek.*"],"excludeSelectors.add":[".ardplayer-viewport-addon-overlays"],"mutationExcludeSelectors.add":[".ardplayer-viewport-addon-overlays *"],"subtitleRule.add":{type:"ebutt",hookType:"fetch",subtitleUrlRegExp:"subtitle/ebutt",loadingContainerSelector:".ardplayer-viewport-addon-overlays",quickButtonRule:{appendSelector:".ardplayer-footer .ardplayer-addons-container",insertBeforeSelector:".ardplayer-footer .ardplayer-button-sharing",injectCSS:".imt-quick-subtitle-button {font-size: 20px; } .logo,.logo svg { height: 36px !important; width: 36px !important;} .imt-quick-subtitle-pop-content {z-index: 2147483647;} "}}},{id:"bbc-iplayer",matches:["https://www.bbc.*/iplayer*"],"excludeSelectors.add":[".player"],"mutationExcludeSelectors.add":[".player *"],"subtitleRule.add":{type:"ebutt",hookType:"fetch",subtitleUrlRegExp:"iplayer/subtitles/.*.xml",loadingContainerSelector:".player__container"}},{id:"bbc",matches:["*.bbc.*"],"excludeSelectors.add":["section.module--languages",".drop-capped",".smp-toucan-player","smp-subtitles","#subtitle_subtitle2"],"mutationExcludeSelectors.add":["[data-testid='media-player-container-landscape'] *"],"subtitleRule.add":{type:"ebutt",hookType:"fetch",subtitleUrlRegExp:"iplayer/subtitles/.*.xml",loadingContainerSelector:".smp-toucan-player"}},{id:"zdf.de",matches:["www.zdf.de"],"excludeSelectors.add":[".zdfplayer-cue-region"],"subtitleRule.add":{type:"ebutt",subtitleUrlRegExp:"mtt/.*.xml",loadingContainerSelector:".zdfplayer-video-container",responseType:"document",injectedCss:["#immersive-translate-quick-button-container {display:inline-block;vertical-align:middle;margin-right:-16px;}"],quickButtonRule:{appendSelector:".right-controls-1FfJUp.svelte-inzdbf",insertBeforeSelector:".right-controls-1FfJUp.svelte-inzdbf button"}}},{id:"piped.video",matches:"piped.video","subtitleRule.add":{type:"ebutt",hookType:"fetch",subtitleUrlRegExp:"api/timedtext",loadingContainerSelector:".shaka-video-container",responseType:"document",quickButtonRule:{appendSelector:".shaka-controls-button-panel",insertBeforeSelector:".shaka-mute-button"}}},{id:"disneyplus",matches:["www.disneyplus.com"],"excludeSelectors.add":[".dss-hls-subtitle-overlay"],"mutationExcludeSelectors.add":[".dss-hls-subtitle-overlay *"],"subtitleRule.add":{type:"disneyplus",subtitleUrlRegExp:"\\.vtt$"}},{id:"mubi",matches:["https://mubi.com","https://mubi.de"],"subtitleRule.add":{type:"fmp4.xml",subtitleUrlRegExp:"textstream",hookType:"fetch",quickButtonRule:{appendSelector:".css-1k6yql2.e1b63bld4",insertBeforeSelector:".css-1ce7rqp.e7f2hfl0"}}},{id:"hulu",matches:"https://*.hulu.com","subtitleRule.add":{type:"hulu",hookType:"fetch",injectedCss:[".ClosedCaption {display:none!important;}"],videoSelector:"#content-video-player",subtitleUrlRegExp:"play.hulu.com/.*/playlist",loadingContainerSelector:"#web-player-app",quickButtonRule:{appendSelector:".PlayerSettingsGroup",insertBeforeSelector:".PlayerSettingsGroup .PlayerControlsButton"}}},{id:"youku.tv",matches:"www.youku.tv","excludeSelectors.add":["#subtitle"],"mutationExcludeSelectors.add":["#subtitle *"],"subtitleRule.add":{type:"subsrt",hookType:"fetch",injectedCss:["#immersive-translate-quick-button-container {display: inline-block; vertical-align: middle;}"],subtitleUrlRegExp:"\\.ass$",subsrtFormat:"ass",loadingContainerSelector:"#youku-dashboard",loadingStyle:"bottom: 10%;",quickButtonRule:{appendSelector:".kui-dashboard-dashboard-panel .kui-dashboard-rear-ctn",insertBeforeSelector:".kui-rate-control-0"}}},{id:"starz",matches:"www.starz.com","excludeSelectors.add":["starz-player"],"mutationExcludeSelectors.add":["starz-player *"],"subtitleRule.add":{type:"subsrt",subsrtFormat:"vtt",subtitleUrlRegExp:"\\.vtt$",loadingContainerSelector:"starz-player",loadingStyle:"bottom: 10%;",injectedCss:["#immersive-translate-quick-button-container {display: inline-block;}"],quickButtonRule:{appendSelector:"starz-player .button-group",insertBeforeSelector:"starz-player .button-group .video-player-icon-md"}}},{id:"www.iq.com",matches:"www.iq.com","excludeSelectors.add":[".iqp-subtitle"],"mutationExcludeSelectors.add":[".iqp-subtitle *"],"subtitleRule.add":{type:"xml",subtitleUrlRegExp:"\\.xml\\?",loadingContainerSelector:".intl-video-area",xmlTextSelector:"sub",loadingStyle:"bottom: 10%;",injectedCss:["#immersive-translate-quick-button-container {float: right; height: 100%;}"],quickButtonRule:{appendSelector:".iqp-contrls-right"}}},{id:"archiveToday",matches:["archive.today","archive.ph","archive.is","archive.md"],"excludeSelectors.add":["#HEADER"]},{id:"arxiv-vanity.com",matches:["www.arxiv-vanity.com"],"excludeSelectors.add":[".arxiv-vanity-wrapper"]},{id:"fibery",matches:["the.fibery.io"],"additionalExcludeSelectors.remove":["[translate=no]"],"additionalStayOriginalSelectors.add":[".entity-node-view-container"]},{id:"makersuite.google",matches:"makersuite.google.com","excludeSelectors.add":[".material-symbols-outlined"]},{id:"etymonline",matches:"www.etymonline.com",globalAttributes:{".crossreference.notranslate":{class:"crossreference"},".foreign.notranslate":{class:"foreign"}}},{id:"https://browse.arxiv.org/",matches:["https://browse.arxiv.org","https://arxiv.org/html/*"],"excludeSelectors.add":[".desktop_header","[class*='ltx_lst_language_']","div.package-alerts"]},{id:"jstor",matches:"www.jstor.org","excludeSelectors.add":[".audio-duration","[data-qa='card-item-count']"],globalStyles:{".card__heading":"-webkit-line-clamp:unset;","search-results-vue-pharos-image-card,search-ui-pharos-image-card":"display:flex;","search-results-vue-pharos-link":"display:inline;"}},{id:"tandfonline",matches:"*.tandfonline.com","extraInlineSelectors.add":["span.off-screen"]},{id:"boringreport",matches:["www.boringreport.org"],"excludeTags.remove":["BUTTON"]},{id:"bsky.app",matches:"https://bsky.app",selectors:["[data-testid=postText]"],isTranslateTitle:!1},{id:"peacocktv",matches:["*.peacocktv.com"],injectedCss:[".video-player__subtitles__line > font,.video-player__subtitles__line:only-child{display:block;}"]},{id:"noTranslate",matches:["*.tiktok.com","altis.world","*.newthingsunderthesun.com","*.gumroad.com","edstem.org","actions.tldrnewsletter.com","community.linkingyourthinking.com","doc.qt.io","winaero.com"],"additionalExcludeSelectors.remove":[".notranslate","[translate=no]"]},{id:"jmir",matches:["*.jmir.org"],"additionalInlineSelectors.add":[".tooltiptext"]},{id:"smzdm",matches:["www.smzdm.com"],"excludeSelectors.add":[".z-highlight",".feed-block-info",".z-feed-foot",".feed-block-descripe","#J_column_tab_box",".crumbs"],globalStyles:{".feed-block-title":"height:unset"}},{id:"xiaohongshu.com",matches:["www.xiaohongshu.com"],"excludeSelectors.add":[".author-wrapper",".info",".side-bar"],globalStyles:{"a.title":"-webkit-line-clamp:3"}},{id:"learnopengl",matches:["learnopengl.com"],globalStyles:{function:"position:relative;z-index:1000;"}},{id:"notateslaapp",matches:["www.notateslaapp.com"],"extraBlockSelectors.add":[".nav > *"]},{id:"eightfold",matches:["*.eightfold.ai"],injectedCss:[".flexbox{width:100%}"]},{id:"deno",matches:["deno.com"],injectedCss:[":root {font-feature-settings:unset}"]},{id:"soundcloud",matches:"soundcloud.com",injectedCss:[".compactTrackListItem {height: unset !important;}"],"excludeSelectors.add":[".searchTitle__textContent",".searchOptions__container",".compactTrackListItem__additional",".soundTitle__tagContainer",".searchResultGroupHeading",".sc-ministats-group",".compactTrackList__moreLink",".sound__soundActions"]},{id:"section.blog.naver.com",matches:"section.blog.naver.com",globalStyles:{".text,.title_post,.text_post,p,strong,div":"-webkit-line-clamp:unset;max-height:unset;height:unset;"},"extraBlockSelectors.add":[".item",".heading a",".info_find a"],"excludeSelectors.add":[".comments",".time"]},{id:"gradio-app",selectorMatches:"gradio-app","excludeTags.remove":["BUTTON"],"excludeSelectors.add":['[data-testid="block-label"]'],"mutationConfig.add":{buildTimeout:1e3,consumeTimeout:1e3}}]};function ll(t,e){let r=t.split(".").reverse(),n=e.split(".").reverse(),a=0,i=0,o=1;for(let l=0;l<3;l++)a+=o*Number(n[l]||"0"),i+=o*Number(r[l]||"0"),o*=100;return i>=a}function Dn(t){return Array.isArray(t)?t:t?[t]:[]}function En(t,e){let r={...t};return pl(r,e),ig(r,e),r}function dl(t,e,r){let n={...e};return Yt({rule:n,valueIsArray:a=>Array.isArray(t[a]),getMergedValue:a=>t[a],onMergedResult:(a,i)=>n[a]=i}),Yt({rule:r,valueIsArray:a=>Array.isArray(t[a]),getMergedValue:a=>n[a],onMergedResult:(a,i)=>n[a]=i}),n}function ig(t,e){if(!e.condition)return;let r=e.condition.enableSubtitle?.true||{},n=e.condition.enableSubtitle?.false||{},a=t.enableSubtitle?r:n;pl(t,a)}function Yt({rule:t,getMergedValue:e,valueIsArray:r,onMergedResult:n}){Object.keys(t).sort().forEach(a=>{let[i,o,l]=og(a);if(!i||t[a]===void 0)return;let s=t[a];r(i)&&(s=Dn(t[a]));let u=e(i);if(u==null){n(i,s);return}let c;if(o=="add_v"){if(!ul(l))return;c=Qa(u,s)}else if(o=="remove_v"){if(!ul(l))return;c=cl(u,s)}else o==="add"?c=Qa(u,s):o=="remove"&&(c=cl(u,s));if(c){n(i,c);return}Array.isArray(t[i])&&i.startsWith("additional")?c=Qa(u,s):c=s,n(i,c)})}function pl(t,e){return Yt({rule:e,valueIsArray:r=>Array.isArray(t[r]),getMergedValue:r=>t[r],onMergedResult:(r,n)=>{t[r]=n}}),t}function Qa(t,e){let r;if(Array.isArray(t)){let n=Dn(e);r=[...t,...n],r=Array.from(new Set(r))}else typeof t=="object"&&typeof e=="object"?r={...t,...e}:r=e;return r}function og(t){let e=t.lastIndexOf("["),r="",n=t;return e>0&&(r=t.slice(e+1,t.length-1),n=t.slice(0,e-1)),[...n.split("."),r]}function ul(t){let e=Wr();return t&&ll(e,t)}function cl(t,e){if(Array.isArray(t)){let r=Dn(e);return t=t.filter(n=>!r.includes(n)),Array.from(new Set(t))}else if(typeof t=="object"&&typeof e=="object")Object.keys(e).forEach(r=>{delete t[r]});else return e;return t}function sg(){if(ne.PROD==="1")return{};let t={};if(ne.IMMERSIVE_TRANSLATE_SECRET_TENCENT_SECRET_ID&&ne.IMMERSIVE_TRANSLATE_SECRET_TENCENT_SECRET_KEY){let r={secretId:ne.IMMERSIVE_TRANSLATE_SECRET_TENCENT_SECRET_ID,secretKey:ne.IMMERSIVE_TRANSLATE_SECRET_TENCENT_SECRET_KEY};t.translationServices={},t.translationServices.tencent=r}if(ne.IMMERSIVE_TRANSLATE_SECRET_BAIDU_APPID&&ne.IMMERSIVE_TRANSLATE_SECRET_BAIDU_KEY){let r={appid:ne.IMMERSIVE_TRANSLATE_SECRET_BAIDU_APPID,key:ne.IMMERSIVE_TRANSLATE_SECRET_BAIDU_KEY};t.translationServices||(t.translationServices={}),t.translationServices.baidu=r}if(ne.IMMERSIVE_TRANSLATE_SECRET_CAIYUN_TOKEN){let r={token:ne.IMMERSIVE_TRANSLATE_SECRET_CAIYUN_TOKEN};t.translationServices||(t.translationServices={}),t.translationServices.caiyun=r}if(ne.IMMERSIVE_TRANSLATE_SECRET_OPENL_APIKEY){let r={apikey:ne.IMMERSIVE_TRANSLATE_SECRET_OPENL_APIKEY};t.translationServices||(t.translationServices={}),t.translationServices.openl=r}if(ne.IMMERSIVE_TRANSLATE_SECRET_YOUDAO_APP_ID&&ne.IMMERSIVE_TRANSLATE_SECRET_YOUDAO_APP_SECRET){let r={appId:ne.IMMERSIVE_TRANSLATE_SECRET_YOUDAO_APP_ID,appSecret:ne.IMMERSIVE_TRANSLATE_SECRET_YOUDAO_APP_SECRET};t.translationServices||(t.translationServices={}),t.translationServices.youdao=r}if(ne.IMMERSIVE_TRANSLATE_SECRET_VOLC_ACCESS_KEY_ID&&ne.IMMERSIVE_TRANSLATE_SECRET_VOLC_SECRET_ACCESS_KEY){let r={accessKeyId:ne.IMMERSIVE_TRANSLATE_SECRET_VOLC_ACCESS_KEY_ID,secretAccessKey:ne.IMMERSIVE_TRANSLATE_SECRET_VOLC_SECRET_ACCESS_KEY};t.translationServices||(t.translationServices={}),t.translationServices.volc=r}if(ne.IMMERSIVE_TRANSLATE_SECRET_DEEPL_AUTH_KEY){let r={authKey:ne.IMMERSIVE_TRANSLATE_SECRET_DEEPL_AUTH_KEY};t.translationServices||(t.translationServices={}),t.translationServices.deepl=r}if(ne.DEEPL_PROXY_ENDPOINT&&(t.translationServices||(t.translationServices={}),t.translationServices.deepl||(t.translationServices.deepl={}),t.translationServices.deepl.immersiveTranslateApiUrl=ne.DEEPL_PROXY_ENDPOINT),ne.IMMERSIVE_TRANSLATE_DEEPL_ENDPOINT&&(t.translationServices||(t.translationServices={}),t.translationServices.deepl||(t.translationServices.deepl={}),t.translationServices.deepl.immersiveTranslateDeeplTokenUrl=ne.IMMERSIVE_TRANSLATE_DEEPL_ENDPOINT),ne.IMMERSIVE_TRANSLATE_SECRET_OPENAI_API_KEY){let r={APIKEY:ne.IMMERSIVE_TRANSLATE_SECRET_OPENAI_API_KEY};t.translationServices||(t.translationServices={}),t.translationServices.openai=r}ne.IMMERSIVE_TRANSLATE_SERVICE&&(t.translationService=ne.IMMERSIVE_TRANSLATE_SERVICE);let e={};return ne.DEBUG==="1"&&(e.debug=!0,e.cache=!1),ne.MOCK==="1"&&(e.translationService="mock"),e}async function Ya(){let t=await se.storage.local.get(Ur);if(t[Ur]){let e=t[Ur],r=e.tempTranslationUrlMatches||[],n=r.filter(o=>o.expiredAt>Date.now()),a=!1;n.length!==r.length&&(r=n,a=!0);let i={...e,tempTranslationUrlMatches:[...r]};return a&&await lg(i),i}else return{}}async function lg(t){await se.storage.local.set({[Ur]:t})}async function ml(){let t=await se.storage.local.get($t),r={...await gl(),...An,buildinConfigUpdatedAt:ne.BUILD_TIME};if(t[$t]){let n=t[$t];if(n&&n.buildinConfigUpdatedAt){let a=new Date(n.buildinConfigUpdatedAt),i=new Date(r.buildinConfigUpdatedAt);a>i&&(r=n)}}return r}async function Xa(){let t=await se.storage.local.get($t),e={...An,buildinConfigUpdatedAt:ne.BUILD_TIME};if(t[$t]){let z=t[$t];if(z&&z.buildinConfigUpdatedAt){let _=new Date(z.buildinConfigUpdatedAt),he=new Date(e.buildinConfigUpdatedAt);_>he&&(e=z)}}let r=await mg(e);e.targetLanguage=r;let n=await mr.get(Ft,null),a={};if(!Ge()&&se.commands&&se.commands.getAll){let z=await se.commands.getAll();for(let _ of z)_.name&&_.shortcut&&(a[_.name]=_.shortcut)}let i=await gl(),o=sg(),l=await ug(),s=globalThis.IMMERSIVE_TRANSLATE_CONFIG||{},u=await Ya(),c=new Date,d=Object.assign({},s,o,l);if(!d.interfaceLanguage){let z=await dg();d.interfaceLanguage=z}let g=d.interfaceLanguage==="en",m=d.targetLanguage==="en",T=e&&e.translationLanguagePattern&&e.translationLanguagePattern.matches&&e.translationLanguagePattern.matches.length===0,j=["bing","google","transmart","mock"].includes(d.translationService)||!d.translationService;!g&&!m&&!T&&j?e.translationLanguagePattern||(e.translationLanguagePattern={matches:["en"],excludeMatches:[]}):e.translationLanguagePattern={matches:[],excludeMatches:[]};let k=e&&e.enableDefaultAlwaysTranslatedUrls;d.enableDefaultAlwaysTranslatedUrls===!1&&(k=!1);let h=d&&d.isChangedAlwaysTranslatedUrls,Q=[];d.translationUrlPattern&&d.translationUrlPattern.matches&&(Q=d.translationUrlPattern.matches||[]);let P=!1;h===void 0&&(Q.length>0?h=!0:h=!1,d.isChangedAlwaysTranslatedUrls=h,l.isChangedAlwaysTranslatedUrls=h,P=!0);let $=(d?.translationLanguagePattern?.matches?.length||0)>0,oe=await Bt("installedAt",""),A=Number(await jr("translage_page_daily",0)),f=Number(await Bt(qs,0)),y;f>0&&(Date.now()-f0&&(Date.now()-A0){let z=u.tempTranslationUrlMatches.filter(_=>new Date(_.expiredAt)>c);if(z.length>0){let _=d.translationUrlPattern?d.translationUrlPattern?.matches||[]:[],he=Array.isArray(_)?_:[_],ae=Array.from(new Set(he.concat(z.map(v=>v.match))));d.translationUrlPattern={...d.translationUrlPattern,matches:ae}}}let E=Object.assign(i,e);Yt({rule:e,valueIsArray:z=>Array.isArray(i[z]),getMergedValue:z=>i[z],onMergedResult:(z,_)=>{z!="generalRule"&&(E[z]=_)}});let B=dr(n),H={};d.translationServices&&d.translationServices.deepl&&(H=d.translationServices.deepl);let U={};d.translationServices&&d.translationServices.openai&&(U=d.translationServices.openai),!B&&H.authKey&&!H.provider?(E.translationServices.deepl||(E.translationServices.deepl={}),E.translationServices.deepl.provider="custom"):H&&H.provider||(E.translationServices.deepl||(E.translationServices.deepl={}),E.translationServices.deepl.provider="pro"),!B&&U.APIKEY&&!U.provider?(E.translationServices.openai||(E.translationServices.openai={}),E.translationServices.openai.provider="custom"):U&&U.provider||(E.translationServices.openai||(E.translationServices.openai={}),E.translationServices.openai.provider="pro");let de=Object.keys(E),Te=["translationUrlPattern","translationLanguagePattern","immediateTranslationPattern","translationBodyAreaPattern","translationParagraphLanguagePattern","translationThemePatterns","translationGeneralConfig","shortcuts","inputTranslationUrlPattern","inputLanguageCodeAlias"];for(let z of de){let _=z;if(_==="generalRule")typeof d[_]=="object"&&(E[_]=En(i[_],d[_]));else if(_==="translationServices")gg(d,E);else if(typeof d[_]!="string"&&typeof d[_]!="boolean"&&typeof d[_]!="number"&&Te.includes(_))d[_]&&(E[_]=Object.assign(E[_],d[_])),_==="shortcuts"&&(Ge()||er()?E[_]={...E[_],...a}:E[_]={...a});else if(_==="rules"){if(Array.isArray(d[_])){let he=E.rules||[],ae={};for(let w of he)w.id&&(ae[w.id]=w);let v=d[_].map(w=>w.id&&ae[w.id]?dl(e.generalRule,ae[w.id],w):w);E[_]=[...v,...E[_]]}if(ne.PROD==="0"&&ne.DEV_RULES){let he=JSON.parse(ne.DEV_RULES);E[_]=[...he,...E[_]]}}else d[_]!==void 0&&(E[_]=d[_])}return E.donateUrl=e.donateUrl,E.minVersion=e.minVersion,E.feedbackUrl=e.feedbackUrl,E.rawUserConfig=l,E}async function ug(){return(await se.storage.sync.get("userConfig")||{}).userConfig||{}}async function cg(t){await se.storage.sync.set({userConfig:t})}var dg=async()=>{let t=["zh-CN"];try{t=await se.i18n.getAcceptLanguages()}catch(n){$e.warn("get browser language error:",n)}let r=t.map(n=>Sn(n)).find(n=>qr[n]);return r||"en"},gl=async()=>{let t={...An,buildinConfigUpdatedAt:ne.BUILD_TIME};return{...t,targetLanguage:Lt,interfaceLanguage:"en",translationMode:"dual",debug:!1,alpha:!1,translationUrlPattern:{matches:[],excludeMatches:[]},translationLanguagePattern:{matches:[],excludeMatches:[]},translationThemePatterns:{},translationParagraphLanguagePattern:{matches:[],excludeMatches:[],selectorMatches:[],excludeSelectorMatches:[]},translationBodyAreaPattern:{matches:[],excludeMatches:[],selectorMatches:[],excludeSelectorMatches:[]},translationTheme:"none",translationService:"bing",inputTranslationService:"inherit",mouseHoverTranslationService:"inherit",subtitleTranslateService:"inherit",translationArea:"main",translationStartMode:"dynamic",translationServices:{},monkeyH5FloatBall:{...t.monkeyH5FloatBall},pcFloatBall:{...t.pcFloatBall},generalRule:{...t.generalRule},translationGeneralConfig:{engine:"bing",_systemExcludeWordRegex:"\\b({word})\\b"},rules:[]}};function pg(t,e){return t=t||[],e=e||[],t.length!==e.length?!0:e.filter(n=>!t.includes(n)).length>0}async function mg(t){try{let e=t?.autoSelectTargetLanguageAfterInstalledAt;if(!e)return Lt;let r=await Bt("installedAt","");if(r&&new Date(r){let u=a[s],c=a[u.extends];!c||u.extends==s||(a[s]={...c,...a[s]})}),Yt({rule:{...a},valueIsArray:s=>Array.isArray(a[s]),getMergedValue:s=>a[s],onMergedResult:(s,u)=>{a[s]={...a[s],...u}}}),Yt({rule:{...n},valueIsArray:s=>Array.isArray(a[s]),getMergedValue:s=>a[s],onMergedResult:(s,u)=>{a[s]={...a[s],...u}}}),new Date(t.updatedAt)<=new Date("2024.4.2")&&Object.keys(n).forEach(s=>{["openai","gemini"].includes(s)&&n[s].prompt!=null&&(n[s].maxTextGroupLengthPerRequest==null&&(a[s].maxTextGroupLengthPerRequest=1),n[s].multiplePrompt==null&&(a[s].multiplePrompt=n[s].prompt))});let o=["imt_source_field","imt_trans_field","imt_sub_source_field","imt_sub_trans_field"],l=(s,u)=>{!s||!s[u]||!s?.env||(s[u]=s[u].replace(/{{(.+?)}}/g,(c,d)=>o.includes(d)?c:s?.env[d]||c))};Object.values(a).forEach(s=>{l(s,"prompt"),l(s,"multiplePrompt"),l(s,"subtitlePrompt")})}var yl,le,Sl,hg,Vr,hl,fg,xl={},wl=[],bg=/acit|ex(?:s|g|n|p|$)|rph|grid|ows|mnc|ntw|ine[ch]|zoo|^ord|itera/i;function Mt(t,e){for(var r in e)t[r]=e[r];return t}function Al(t){var e=t.parentNode;e&&e.removeChild(t)}function Za(t,e,r,n,a){var i={type:t,props:e,key:r,ref:n,__k:null,__:null,__b:0,__e:null,__d:void 0,__c:null,__h:null,constructor:void 0,__v:a??++Sl};return a==null&&le.vnode!=null&&le.vnode(i),i}function hr(t){return t.children}function _n(t,e){this.props=t,this.context=e}function gr(t,e){if(e==null)return t.__?gr(t.__,t.__.__k.indexOf(t)+1):null;for(var r;e0?Za(m.type,m.props,m.key,m.ref?m.ref:null,m.__v):m)!=null){if(m.__=r,m.__b=r.__b+1,(g=h[c])===null||g&&m.key==g.key&&m.type===g.type)h[c]=void 0;else for(d=0;dql.includes(l)))return t;let n=new URL(t);n.hash="",n.search="";let a=n.href,i=n.hostname,o=n.port;if(r&&r.length>0){let l=r.find(s=>{if(!s)return!1;if(s===i)return!0;if(ql.includes(s))return!0;if(!s.includes("*")&&s.includes("://")){try{let u=new URL(s);if(u.pathname==="/"&&!s.endsWith("/")){let c=u.hostname===i,d=u.port===o;return u.port?c&&d:c}else return kg(a,s)}catch{}return!1}else{let u,c=s;if(s.includes("://")){let k=s.split("://");u=k[0],u==="*"&&k.length>1&&(u="*",s="https://"+k[1])}else u="*",s="https://"+s;let d=s.replace(/\*/g,Hl),g;try{g=new URL(d)}catch{return $e.debug("invalid match pattern",d,"raw match value:",c),!1}let m=g.host,T=g.pathname;T==="/"&&(c.replace("://","").includes("/")||(T="/*"));let j=_g(u+":",Ul(m),Ul(T));if(j){let k=new URL(a);return j.test(k.href)}else return!1}});if(l)return l}return null}catch{return null}}function Ul(t){return t.replaceAll(Hl,"*")}function _g(t,e,r){let n="^";return t==="*:"?n+="(http:|https:|file:)":n+=t,n+="//",e&&(t==="file:"||(e==="*"?n+="[^/]+?":(e.match(/^\*\./)&&(n+="[^/]*?",e=e.substring(1)),n+=e.replace(/\./g,"\\.").replace(/\*/g,"[^/]*")))),r?r==="*"||r==="/*"?n+="(/.*)?":r.includes("*")?(n+=r.replace(/\*/g,".*?"),n+="/?"):n+=r.replace(/[-[\]{}()*+?.,\\^$|#\s]/g,"\\$&"):n+="/?",n+="$",new RegExp(n)}function yt(t,e){return ri(t,e)!==null}function kg(t,e){let r=new URL(t),n=new URL(e);return r.hostname===n.hostname&&r.pathname===n.pathname&&r.protocol===n.protocol&&r.port===n.port}var Vk=Ge();function Ln(t){return t?typeof t=="string"?document.querySelector(t)!==null:t.some(e=>document.querySelector(e)):!1}function jl(){if(!globalThis||!globalThis.location)return"https://example.com";if(!xn())return globalThis.location.href;try{let e=globalThis.location.href,r=new URL(e);if(r.protocol==="about:"||r.protocol==="blob:"){if(globalThis.location.ancestorOrigins&&globalThis.location.ancestorOrigins.length>0)return globalThis.location.ancestorOrigins[0];let n="";try{n=globalThis.parent.location.href}catch{}return n||(globalThis.location!=globalThis.parent.location?document.referrer:document.location.href)}else return e}catch{}return globalThis.location.href}var fr="input is invalid type",ni=typeof window=="object",Ot=ni?window:{};Ot.JS_SHA256_NO_WINDOW&&(ni=!1);var Cg=!ni&&typeof self=="object",Pg=!Ot.JS_SHA256_NO_NODE_JS&&typeof process=="object"&&process.versions&&process.versions.node;Pg?Ot=global:Cg&&(Ot=self);var Yk=!Ot.JS_SHA256_NO_COMMON_JS&&typeof module=="object"&&module.exports,Xk=typeof define=="function"&&define.amd,$r=!Ot.JS_SHA256_NO_ARRAY_BUFFER&&typeof ArrayBuffer<"u",N="0123456789abcdef".split(""),Lg=[-2147483648,8388608,32768,128],ot=[24,16,8,0],Fn=[1116352408,1899447441,3049323471,3921009573,961987163,1508970993,2453635748,2870763221,3624381080,310598401,607225278,1426881987,1925078388,2162078206,2614888103,3248222580,3835390401,4022224774,264347078,604807628,770255983,1249150122,1555081692,1996064986,2554220882,2821834349,2952996808,3210313671,3336571891,3584528711,113926993,338241895,666307205,773529912,1294757372,1396182291,1695183700,1986661051,2177026350,2456956037,2730485921,2820302411,3259730800,3345764771,3516065817,3600352804,4094571909,275423344,430227734,506948616,659060556,883997877,958139571,1322822218,1537002063,1747873779,1955562222,2024104815,2227730452,2361852424,2428436474,2756734187,3204031479,3329325298],Bn=["hex","array","digest","arrayBuffer"],Be=[];(Ot.JS_SHA256_NO_NODE_JS||!Array.isArray)&&(Array.isArray=function(t){return Object.prototype.toString.call(t)==="[object Array]"});$r&&(Ot.JS_SHA256_NO_ARRAY_BUFFER_IS_VIEW||!ArrayBuffer.isView)&&(ArrayBuffer.isView=function(t){return typeof t=="object"&&t.buffer&&t.buffer.constructor===ArrayBuffer});var Wl=function(t,e){return function(r){return new Ie(e,!0).update(r)[t]()}},Gl=function(t){var e=Wl("hex",t);e.create=function(){return new Ie(t)},e.update=function(a){return e.create().update(a)};for(var r=0;r>2]|=t[a]<>2]|=n<>2]|=(192|n>>6)<>2]|=(128|n&63)<=57344?(l[i>>2]|=(224|n>>12)<>2]|=(128|n>>6&63)<>2]|=(128|n&63)<>2]|=(240|n>>18)<>2]|=(128|n>>12&63)<>2]|=(128|n>>6&63)<>2]|=(128|n&63)<=64?(this.block=l[16],this.start=i-64,this.hash(),this.hashed=!0):this.start=i}return this.bytes>4294967295&&(this.hBytes+=this.bytes/4294967296<<0,this.bytes=this.bytes%4294967296),this}};Ie.prototype.finalize=function(){if(!this.finalized){this.finalized=!0;var t=this.blocks,e=this.lastByteIndex;t[16]=this.block,t[e>>2]|=Lg[e&3],this.block=t[16],e>=56&&(this.hashed||this.hash(),t[0]=this.block,t[16]=t[1]=t[2]=t[3]=t[4]=t[5]=t[6]=t[7]=t[8]=t[9]=t[10]=t[11]=t[12]=t[13]=t[14]=t[15]=0),t[14]=this.hBytes<<3|this.bytes>>>29,t[15]=this.bytes<<3,this.hash()}};Ie.prototype.hash=function(){var t=this.h0,e=this.h1,r=this.h2,n=this.h3,a=this.h4,i=this.h5,o=this.h6,l=this.h7,s=this.blocks,u,c,d,g,m,T,j,k,h,Q,P;for(u=16;u<64;++u)m=s[u-15],c=(m>>>7|m<<25)^(m>>>18|m<<14)^m>>>3,m=s[u-2],d=(m>>>17|m<<15)^(m>>>19|m<<13)^m>>>10,s[u]=s[u-16]+c+s[u-7]+d<<0;for(P=e&r,u=0;u<64;u+=4)this.first?(this.is224?(k=300032,m=s[0]-1413257819,l=m-150054599<<0,n=m+24177077<<0):(k=704751109,m=s[0]-210244248,l=m-1521486534<<0,n=m+143694565<<0),this.first=!1):(c=(t>>>2|t<<30)^(t>>>13|t<<19)^(t>>>22|t<<10),d=(a>>>6|a<<26)^(a>>>11|a<<21)^(a>>>25|a<<7),k=t&e,g=k^t&r^P,j=a&i^~a&o,m=l+d+j+Fn[u]+s[u],T=c+g,l=n+m<<0,n=m+T<<0),c=(n>>>2|n<<30)^(n>>>13|n<<19)^(n>>>22|n<<10),d=(l>>>6|l<<26)^(l>>>11|l<<21)^(l>>>25|l<<7),h=n&t,g=h^n&e^k,j=l&a^~l&i,m=o+d+j+Fn[u+1]+s[u+1],T=c+g,o=r+m<<0,r=m+T<<0,c=(r>>>2|r<<30)^(r>>>13|r<<19)^(r>>>22|r<<10),d=(o>>>6|o<<26)^(o>>>11|o<<21)^(o>>>25|o<<7),Q=r&n,g=Q^r&t^h,j=o&l^~o&a,m=i+d+j+Fn[u+2]+s[u+2],T=c+g,i=e+m<<0,e=m+T<<0,c=(e>>>2|e<<30)^(e>>>13|e<<19)^(e>>>22|e<<10),d=(i>>>6|i<<26)^(i>>>11|i<<21)^(i>>>25|i<<7),P=e&r,g=P^e&n^Q,j=i&o^~i&l,m=a+d+j+Fn[u+3]+s[u+3],T=c+g,a=t+m<<0,t=m+T<<0;this.h0=this.h0+t<<0,this.h1=this.h1+e<<0,this.h2=this.h2+r<<0,this.h3=this.h3+n<<0,this.h4=this.h4+a<<0,this.h5=this.h5+i<<0,this.h6=this.h6+o<<0,this.h7=this.h7+l<<0};Ie.prototype.hex=function(){this.finalize();var t=this.h0,e=this.h1,r=this.h2,n=this.h3,a=this.h4,i=this.h5,o=this.h6,l=this.h7,s=N[t>>28&15]+N[t>>24&15]+N[t>>20&15]+N[t>>16&15]+N[t>>12&15]+N[t>>8&15]+N[t>>4&15]+N[t&15]+N[e>>28&15]+N[e>>24&15]+N[e>>20&15]+N[e>>16&15]+N[e>>12&15]+N[e>>8&15]+N[e>>4&15]+N[e&15]+N[r>>28&15]+N[r>>24&15]+N[r>>20&15]+N[r>>16&15]+N[r>>12&15]+N[r>>8&15]+N[r>>4&15]+N[r&15]+N[n>>28&15]+N[n>>24&15]+N[n>>20&15]+N[n>>16&15]+N[n>>12&15]+N[n>>8&15]+N[n>>4&15]+N[n&15]+N[a>>28&15]+N[a>>24&15]+N[a>>20&15]+N[a>>16&15]+N[a>>12&15]+N[a>>8&15]+N[a>>4&15]+N[a&15]+N[i>>28&15]+N[i>>24&15]+N[i>>20&15]+N[i>>16&15]+N[i>>12&15]+N[i>>8&15]+N[i>>4&15]+N[i&15]+N[o>>28&15]+N[o>>24&15]+N[o>>20&15]+N[o>>16&15]+N[o>>12&15]+N[o>>8&15]+N[o>>4&15]+N[o&15];return this.is224||(s+=N[l>>28&15]+N[l>>24&15]+N[l>>20&15]+N[l>>16&15]+N[l>>12&15]+N[l>>8&15]+N[l>>4&15]+N[l&15]),s};Ie.prototype.toString=Ie.prototype.hex;Ie.prototype.digest=function(){this.finalize();var t=this.h0,e=this.h1,r=this.h2,n=this.h3,a=this.h4,i=this.h5,o=this.h6,l=this.h7,s=[t>>24&255,t>>16&255,t>>8&255,t&255,e>>24&255,e>>16&255,e>>8&255,e&255,r>>24&255,r>>16&255,r>>8&255,r&255,n>>24&255,n>>16&255,n>>8&255,n&255,a>>24&255,a>>16&255,a>>8&255,a&255,i>>24&255,i>>16&255,i>>8&255,i&255,o>>24&255,o>>16&255,o>>8&255,o&255];return this.is224||s.push(l>>24&255,l>>16&255,l>>8&255,l&255),s};Ie.prototype.array=Ie.prototype.digest;Ie.prototype.arrayBuffer=function(){this.finalize();var t=new ArrayBuffer(this.is224?28:32),e=new DataView(t);return e.setUint32(0,this.h0),e.setUint32(4,this.h1),e.setUint32(8,this.h2),e.setUint32(12,this.h3),e.setUint32(16,this.h4),e.setUint32(20,this.h5),e.setUint32(24,this.h6),this.is224||e.setUint32(28,this.h7),t};function In(t,e,r){var n,a=typeof t;if(a==="string"){var i=[],o=t.length,l=0,s;for(n=0;n>6,i[l++]=128|s&63):s<55296||s>=57344?(i[l++]=224|s>>12,i[l++]=128|s>>6&63,i[l++]=128|s&63):(s=65536+((s&1023)<<10|t.charCodeAt(++n)&1023),i[l++]=240|s>>18,i[l++]=128|s>>12&63,i[l++]=128|s>>6&63,i[l++]=128|s&63);t=i}else if(a==="object"){if(t===null)throw new Error(fr);if($r&&t.constructor===ArrayBuffer)t=new Uint8Array(t);else if(!Array.isArray(t)&&(!$r||!ArrayBuffer.isView(t)))throw new Error(fr)}else throw new Error(fr);t.length>64&&(t=new Ie(e,!0).update(t).array());var u=[],c=[];for(n=0;n<64;++n){var d=t[n]||0;u[n]=92^d,c[n]=54^d}Ie.call(this,e,r),this.update(c),this.oKeyPad=u,this.inner=!0,this.sharedMemory=r}In.prototype=new Ie;In.prototype.finalize=function(){if(Ie.prototype.finalize.call(this),this.inner){this.inner=!1;var t=this.array();Ie.call(this,this.is224,this.sharedMemory),this.update(this.oKeyPad),this.update(t),Ie.prototype.finalize.call(this)}};var br=Gl();br.sha256=br;br.sha224=Gl(!0);br.sha256.hmac=Vl();br.sha224.hmac=Vl(!0);var $l=br;var Fg=$l.sha256;function ai(t){return Promise.resolve(Fg(t))}var Bg="auto";function Ql(t){Bg=t}async function ii(t){let{url:e,config:r,state:n}=t,a=new URL(e),i="auto",{translationParagraphLanguagePattern:o,translationService:l,translationServices:s,translationTheme:u,translationThemePatterns:c,translationUrlPattern:d,targetLanguage:g,sourceLanguageUrlPattern:m,immediateTranslationPattern:T}=r,j=g||"zh-CN",k=Tr(e,o),h=Tr(e,T),Q=l,P=Object.keys(s);for(let q of P){let C=s[q];if(Tr(e,C)){Q=q;break}}let $=u,oe=Object.keys(c);for(let q of oe){let C=c[q];if(C&&Tr(e,C)){$=q;break}}let A=Tr(e,d),f=Yl(e,d);f||(f=yt(e,Hs)),f||(f=yt(e,r.blockUrls));let y=Yl(e,r.inputTranslationUrlPattern);y||(y=yt(e,r.inputTranslationBlockUrls));let x=yt(e,r.mutationBlockUrls),I=Object.keys(m),W={};for(let q of I){let C=m[q];if(C&&C.matches)for(let X of C.matches)W[X]=q}let E=Object.keys(W),B=ri(e,E);B&&(i=W[B]??"auto",W[B]&&W[B]!=="auto"&&Ql(W[B]));let H=a.hostname,U=await ai(H),de=a.pathname+a.search+a.hash,Te=await ai(de),z=`https://${U}.com/${Te}`,_=await Ya(),he=await ml(),ae=r.translationStartMode;ae==="dynamic"&&h&&(ae="immediate");let v=Q;r.inputTranslationService&&r.inputTranslationService!=="inherit"&&(v=r.inputTranslationService);let w=Q;r.mouseHoverTranslationService&&r.mouseHoverTranslationService!=="inherit"&&(w=r.mouseHoverTranslationService);let L=Q;r.subtitleTranslateService&&r.subtitleTranslateService!=="inherit"&&(L=r.subtitleTranslateService);let Z=await mr.get(Ft,null),G=!1;Z&&(G=dr(Z));let M={targetLanguage:j,config:r,translationService:Q,inputTranslationService:v,mouseHoverTranslationService:w,subtitleTranslateService:L,isTranslateUrl:A,sourceLanguage:i,mainFrame:document.body,isTranslateExcludeUrl:f,isMutationTranslationExcludeUrl:x,isInputTranslationExcludeUrl:y,rule:r.generalRule,url:e,encryptedUrl:z,state:n?Object.assign({translationMode:r.translationMode,translationArea:r.translationArea,translationStartMode:ae,immediateTranslationTextCount:r.immediateTranslationTextCount,isAutoTranslate:!1,translationDebounce:300,isNeedClean:!1,isDetectParagraphLanguage:k,cache:r.cache,translationTheme:$,isTranslateDirectlyOnHover:!1},n):{translationMode:r.translationMode,translationArea:r.translationArea,translationStartMode:ae,immediateTranslationTextCount:r.immediateTranslationTextCount,isAutoTranslate:!1,translationDebounce:300,isNeedClean:!1,isDetectParagraphLanguage:k,cache:r.cache,translationTheme:$,isTranslateDirectlyOnHover:!1},localConfig:_};Z&&(M.user=Z,G?M.isPro=!0:M.isPro=!1),M.state.translationArea==="body"&&(M.config.generalRule.excludeTags=M.config.generalRule.excludeTags.filter(q=>!M.config.generalRule.bodyTranslateTags.includes(q)),M.config.generalRule.additionalExcludeSelectors=M.config.generalRule.additionalExcludeSelectors.filter(q=>q!==".btn"));let te=r.translationServices[M.translationService]||{};te.immediateTranslationTextCount!==void 0&&Ig(te.immediateTranslationTextCount)&&te.immediateTranslationTextCount>=0&&(M.state.immediateTranslationTextCount=te.immediateTranslationTextCount),M.translationService==="deepl"&&(te&&te.authKey&&te.authKey.startsWith("immersive_")||te&&te.provider==="pro"&&M.user?.token)&&te.immediateTranslationTextCountForImmersiveDeepl!==void 0&&te.immediateTranslationTextCountForImmersiveDeepl>=0&&(M.state.immediateTranslationTextCount=te.immediateTranslationTextCountForImmersiveDeepl),te&&te.translationDebounce&&typeof te.translationDebounce=="number"&&(M.state.translationDebounce=te.translationDebounce);let Y=he.immediateTranslationTextCount;r.immediateTranslationTextCount!==Y&&(M.state.immediateTranslationTextCount=r.immediateTranslationTextCount);let O=r.rules,R;globalThis.PDFViewerApplication?R=O.find(q=>q.pageType=="pdfReader"):globalThis.immersiveTranslateEbookViewer?R=O.find(q=>q.pageType=="ebookReader"):globalThis.immersiveTranslateEbookBuilder?R=O.find(q=>q.pageType=="ebookBuilder"):R=O.find(q=>Tr(e,q)),M.state.translationArea==="body"&&(M.rule.paragraphMinTextCount=1,M.rule.paragraphMinWordCount=1),R&&R.pageType==="ebookBuilder"&&(M.state.translationStartMode="immediate");let re=r.generalRule;if(R&&(M.rule=En(re,R)),M.rule.selectors.length>0&&(M.rule.paragraphMinTextCount=2,M.rule.paragraphMinWordCount=1),M.state.translationArea==="body"&&M.rule.excludeTags&&(M.rule.excludeTags=M.rule.excludeTags.filter(q=>!M.rule.bodyTranslateTags.includes(q)&&!M.rule.forceTranslateTags.includes(q))),M.rule.mainFrameSelector){let q=document.querySelector(M.rule.mainFrameSelector);q&&(M.mainFrame=q)}return M}function Tr(t,e){if(!e)return!1;let{matches:r,excludeMatches:n,selectorMatches:a,excludeSelectorMatches:i}=e;return n&&n.length>0&&yt(t,n)?!1:r&&r.length>0&&yt(t,r)?!0:i&&i.length>0&&Ln(i)?!1:!!(a&&a.length>0&&Ln(a))}function Yl(t,e){if(!e)return!1;let{excludeMatches:r,excludeSelectorMatches:n}=e;return!!(r&&r.length>0&&yt(t,r)||n&&n.length>0&&Ln(n))}function Ig(t){return typeof t=="number"}var vr="imt-subtitle-inject",zn=class{from;to;constructor(e,r){this.from=e,this.to=r}sendMessages(e){globalThis.postMessage({type:vr,to:this.to,from:this.from,action:e.action,data:e.data,id:e.id||new Date().getTime(),isAsync:!1})}getRandomId(){return(new Date().getTime()+Math.random())*Math.random()}sendAsyncMessages({action:e,data:r}){return new Promise(n=>{let a=this.getRandomId();globalThis.postMessage({type:vr,to:this.to,from:this.from,action:e,data:r,id:a,isAsync:!0});let i=({data:o})=>{vr===o.type&&o.id===a&&o.to===this.from&&(n(o.data),globalThis.removeEventListener("message",i))};globalThis.addEventListener("message",i)})}handleMessageOnce(e){return new Promise(r=>{let n=({data:a})=>{vr===a.type&&a.action===e&&a.to===this.from&&(r(a.data),globalThis.removeEventListener("message",n))};globalThis.addEventListener("message",n)})}handleMessage(e,r){let n=({data:a})=>{vr===a.type&&a.action===e&&a.to===this.from&&r(a)};return globalThis.addEventListener("message",n),()=>{globalThis.removeEventListener("message",n)}}handleMessages(e){let r=({data:n})=>{vr===n.type&&n.to===this.from&&e(n)};return globalThis.addEventListener("message",r),()=>{globalThis.removeEventListener("message",r)}}},Mn=new zn("content-script","inject"),zg=new zn("inject","content-script"),Xl={get(t,e,r){return e in t?(...n)=>{let a=t[e];return typeof a=="function"?a.apply(t,n):Reflect.get(t,e,r)}:n=>t.sendAsyncMessages({action:e,data:n})}},fC=new Proxy(zg,Xl),bC=new Proxy(Mn,Xl);async function Mg(){try{let t=await Ng(jl(),{});if(t.isTranslateExcludeUrl||!t.rule.subtitleRule.type||t.rule.subtitleRule.disabled||!t.rule.subtitleRule.isInject)return;Rg(t),Og(t)}catch{}}function Og(t){if(Ge()){let r=Oe().IMMERSIVE_TRANSLATE_VIDEO_SUBTITLE_INJECT,n=document.createElement("script");n.id="imt-subtitles-inject",n.textContent=r,document.head.appendChild(n)}else se.storage.sync.get("open").then(()=>{let e=se.runtime.getURL("video-subtitle/inject.js");if(document.querySelector(`script[src='${e}']`))return;let n=document.createElement("script");n.src=e,n.id="imt-subtitles-inject",document.head.appendChild(n)})}function Rg(t){Mn.handleMessages(({id:e,action:r})=>{if(r==="getConfig"){let n=t.rule.subtitleRule;Mn.sendMessages({id:e,data:n})}})}Mg();var yr=null;async function Ng(t,e){let r=Object.keys(e);if(yr){let n={url:t,config:yr.config,state:{...yr.state,...e}};yr=await ii(n)}else{let n=await qg(),a=e;r.length===0&&(a=void 0),yr=await ii({url:t,config:n,state:a})}return yr}function qg(){return Ge()?Xa():Ug({method:"getConfig"})}async function Ug(t){return await $a().sendMessage("background:main",t)}})(); +`,wrapperSuffix:"
"},{id:"bing",matches:"https://*.bing.com/search*",extraInlineSelectors:["a","i"],globalStyles:{"[class*='lineclamp'],.b_title":"-webkit-line-clamp:unset;"}},{id:"yahoo",matches:"*.yahoo.*",excludeSelectors:["._ys_jiqava","#ybar-inner-wrap","#Col2-5-Rmp-Proxy"],extraBlockSelectors:[".SIPGg",".sc-kzMCTH.pSZXj"],globalStyles:{"#atomic .Mt\\(20px\\)":"margin-top: 100px;","[class*='LineClamp']":"-webkit-line-clamp:unset;max-height:unset;","a[class*='js-content-viewer']> div[class*='Td\\(n\\)']":"overflow: scroll;","[class*='_ys_24482e']":"-webkit-line-clamp:unset;","#Aside > :first-child":"overflow:scroll;"}},{id:"wsj",matches:"www.wsj.com",excludeSelectors:["header","footer","nav","[aria-label='Markets summary']"]},{id:"businessinsider",matches:"www.businessinsider.com",excludeSelectors:["header","nav","section.live-updates-module "]},{id:"goodreads",matches:"www.goodreads.com",excludeSelectors:[".badgeYear",".gr-mediaBox__desc",".bookVotedRow",".minirating","div[itemprop='aggregateRating']",".wtrButtonContainer",".RatingsHistogram__labelTitle",".FollowButton",".siteHeader__topLevelLink","#books > thead","td[class*='rating']","td[class*='shelves']","td[class*='date_read']","td[class*='date_added']","td[class*='actions']"]},{id:"feeder",matches:"https://feeder.co/*",globalStyles:{".item-summary":"-webkit-line-clamp:unset;"}},{id:"elektrotechnik",matches:"https://www.elektrotechnik.rwth-aachen.de/*",globalAttributes:{"[class='notranslate']":{class:""}}},{id:"nytimes",matches:"www.nytimes.com",excludeSelectors:["#app > div > div > header","#app > div > div > div > div > header","#in-story-masthead"],injectedCss:["a::after {position:relative!important;}"]},{id:"bugsKde",matches:"bugs.kde.org","excludeTags.remove":["svg","PRE"],additionalExcludeSelectors:[".bz_first_comment_head",".bz_comment_head",".related_actions"]},{id:"eastmoney",matches:"guba.eastmoney.com",searchEnhancementConfig:[{id:"eastmoney",urlMatch:"guba.eastmoney.com/news,us\\w+,\\w+.html",delayTime:0,selector:".moneyFlowContainer",selectorAction:"insertBefore",style:{container:"background:white;border:none;border-radius: 4px;box-shadow: 0 2px 4px hsla(216,5%,62%,.14);",source:"font-size:12px; margin-bottom: 0px;",keyword:"color:#294688",title:"font-size:14px;color:#294688;",enTitle:"margin-top:4px;font-size:12px;",searchTitle:"margin:4px 0 16px;position:relative;padding-right:24px;font-size: 16px;",time:"margin: 0px 0 16px;",more:"color:#294688;margin-top:8px;"},keyword:{value:"[0]$1 stock",matches:[{source:"url",matchRegex:"guba.eastmoney.com/news,us(\\w+?),\\S+.html"}]},showCount:8},{id:"eastmoney",urlMatch:"guba.eastmoney.com/list,us\\w+.*.html",delayTime:0,selector:".qualityContentContainer",selectorAction:"insertBefore",style:{container:"background:white;border:none;border-radius: 4px;box-shadow: 0 2px 4px hsla(216,5%,62%,.14);",source:"font-size:12px; margin-bottom: 0px;",keyword:"color:#294688",title:"font-size:14px;color:#294688;",enTitle:"margin-top:4px;font-size:12px;",searchTitle:"margin:4px 0 16px;position:relative;padding-right:24px;font-size: 16px;",time:"margin:0px 0 16px;",more:"color:#294688;margin-top:8px;"},keyword:{value:"[0]$1:[0]$2",matches:[{source:{type:"selector",attribute:"href"},matchRegex:"code=(\\w+)_(\\w+)",match:"a[href*='rank/stock?code=']"}]},showCount:8}]},{id:"xueqiu",matches:"xueqiu.com",searchEnhancementConfig:[{id:"xueqiu",urlMatch:"xueqiu.com/S/[a-zA-Z]+/?$",delayTime:0,selector:".container-side-sm.float-right.stock__side",selectorAction:"appendChild",style:{container:"background:white;border:none;border-radius: 4px;padding:0;",source:"font-size:12px; margin-bottom: 0px;",keyword:"color:#06c",title:"font-size:14px;color:#06c;",enTitle:"margin-top:4px;font-size:12px;",searchTitle:"margin:4px 0 16px;position:relative;padding-right:24px;font-size: 16px;font-weight: bold;",time:"margin:0px 0 16px;",more:"color:#06c;margin-top:8px;"},showCount:8,keyword:{value:"[0]$1",matches:[{source:{type:"selector",attribute:"text"},matchRegex:"\\((.+)\\)",match:".stock-name"}]}}]},{id:"laohu8",matches:"www.laohu8.com",searchEnhancementConfig:[{id:"laohu8",urlMatch:"www.laohu8.com/stock/[a-zA-Z]+/?$",delayTime:0,selector:".hot-stocks-root",selectorAction:"insertBefore",style:{container:"background:white;border:none;border-radius: 4px;box-shadow: 0 2px 4px hsla(216,5%,62%,.14);",source:"font-size:12px; margin-bottom: 0px;",title:"font-size:14px;color: #007bff;",enTitle:"margin-top:4px;color: #4d5156;font-size:12px;",searchTitle:"margin:4px 0 16px;position:relative;padding-right:24px;font-size: 16px;",time:"margin: 0px 0 16px;"},keyword:{value:"[0]$1 stock",matches:[{source:"url",matchRegex:"stock/([a-zA-Z]+)"}]},showCount:8}]},{id:"futunn",matches:"www.futunn.com",searchEnhancementConfig:[{id:"futunn",urlMatch:"www.futunn.com/stock/\\w+-US",delayTime:0,selector:".right",selectorAction:"appendChild",style:{container:"background:white;border:none;border-radius: 4px;box-shadow: 0 2px 4px hsla(216,5%,62%,.14);",source:"font-size:12px; margin-bottom: 4px;",title:"font-size:14px;color: #007bff;",enTitle:"margin-top:4px;color: #4d5156;font-size:12px;",searchTitle:"margin:4px 0 16px;position:relative;padding-right:24px;font-size: 16px;",time:"margin: 4px 0 20px;"},keyword:{value:"[0]$1 stock",matches:[{source:"url",matchRegex:"stock/([a-zA-Z]+)-US"}]},showCount:8}]},{id:"bmvrMarseille",matches:"www.bmvr.marseille.fr",globalStyles:{"a > div":"display:block;","[style*='358px;']":"width: 33.3333%; height: auto; padding: 0px; position: relative; margin: 0px;"},globalAttributes:{"#app":{class:""}}},{id:"piAi",matches:"pi.ai/talk",globalStyles:{"[class*='text-brand-green']":"flex-direction:column;"}},{id:"claudeAi",matches:"claude.ai",excludeSelectors:[".contents *"],"excludeTags.remove":["PRE"],injectedCss:"[data-testid='chat-menu-trigger'] br {display:none;}",aiRule:{messageWrapperSelector:".contents",messageContainerSelector:".ReactMarkdown",messageStreamEndSelector:".contents > button",streamingChange:!0,streamingDeepChild:!1,streamingDelayTime:1e3}},{id:"feishu",matches:["*.feishu.cn","*.larkoffice.com","*.larksuite.com"],"additionalExcludeSelectors.remove":[".notranslate","[translate=no]"],mutationObserverLimitTargetSelectors:[".maindocbody","div[class*='render']","div[class*='block']"],"excludeSelectors.add":[".catalogue__list"]},{id:"gitbook",selectorMatches:[".gitbook-root"],"additionalExcludeSelectors.remove":[".notranslate","[translate=no]"],"additionalExcludeSelectors.add":["[spellcheck='false']"]},{id:"mitre",matches:"cwe.mitre.org",globalStyles:{"span.list_entry":"height: unset;"}},{id:"kaggle",matches:"www.kaggle.com",excludeTags:["i","button"]},{id:"ieee",matches:"spectrum.ieee.org",extraBlockSelectors:["small"]},{id:"ieeexplore",matches:"ieeexplore.ieee.org",stayOriginalSelectors:["a[ref-type]",".inline-formula",".display-formula"]},{id:"cnn",matches:"*.cnn.com","excludeSelectors.add":[".ad-slot-header__wrapper","#pageFooter"],"bodyRule.add":{bodySelector:".layout__content-wrapper",articleSelector:".article__content-container"}},{id:"marginalrevolution",matches:"marginalrevolution.com",globalAttributes:{header:{translate:"unset;"}}},{id:"highfrequencyelectronics",matches:"www.highfrequencyelectronics.com",globalStyles:{"#main-content":"overflow:unset;"}},{id:"githubBlog",matches:"github.blog",globalStyles:{".font-mktg":"word-break:normal;"}},{id:"semanticscholar",matches:"www.semanticscholar.org",selectors:[".cl-paper-title",".cl-paper-abstract",".tldr-abstract-replacement",".text-truncator",".paper-detail-title"]},{id:"uni-trier",matches:"dblp.uni-trier.de",selectors:["h1","h2",".title",".external","dd p"],excludeSelectors:[".side-column"]},{id:"bilibili",matches:"www.bilibili.com","excludeSelectors.add":[".bpx-player-subtitle-panel-text"],"subtitleRule.add":{type:"bilibili",subtitleUrlRegExp:"aisubtitle.hdslb.com/bfs",loadingContainerSelector:".bpx-player-subtitle-panel"}},{id:"time",matches:"time.com",excludeSelectors:[".date-and-duration"],globalStyles:{".headline":"-webkit-line-clamp:unset;overflow:unset;height:unset;",h3:"-webkit-line-clamp:unset;overflow:unset;",p:"-webkit-line-clamp:unset;overflow:unset;"}},{id:"docs-swift",matches:"docs.swift.org",selectors:[".content","#menu"]},{id:"uzh",matches:"www.uzh.ch",injectedCss:[".TextImage--inner {overflow:auto !important;}"]},{id:"mail-yandex",matches:"mail.yandex.com",selectors:["article",".Text_color_primary",".mail-MessageSnippet-Item_subject"],globalStyles:{".mail-MessageSnippet":"height: unset; line-height:unset;",".immersive-translate-target-translation-block-wrapper":"margin:unset;"}},{id:"forums.zotero",matches:"forums.zotero.org",selectors:[".page-sidebar",".page-content"]},{id:"pubmed.ncbi.nlm.nih.gov",matches:"pubmed.ncbi.nlm.nih.gov",urlChangeDelay:0,excludeSelectors:[".docsum-journal-citation",".citation-part",".docsum-authors",".top-wrapper",".article-source",".citation-doi",".identifiers",".cite",".share",".arrow-link"],globalAttributes:{"#Scholarscope_HighlightContent":{class:""},"#Scholarscope_HighlightOrigin":{class:"Scholarscope_HighlightContents"}},mutationExcludeContainsSelectors:["#Scholarscope_HighlightContent highlight"],mutationExcludeSelectors:["#Scholarscope_HighlightContent","#Scholarscope_HighlightContent span"],injectedCss:["#Scholarscope_HighlightOrigin > p font,#Scholarscope_HighlightContent > p font {display: inline!important;}","#Scholarscope_HighlightOrigin > p font br,#Scholarscope_HighlightContent > p font br {display: none!important;}"]},{id:"chosun",matches:"www.chosun.com",injectedCss:"body {word-break: unset!important;}"},{id:"yna",matches:"*.yna*",injectedCss:["font > br {display:none}"],globalStyles:{"a,strong":"max-height:unset;-webkit-line-clamp:unset;height:unset;white-space:unset;","div,p,li,.item-box01,.news-con":"height:unset;max-height:unset;-webkit-line-clamp:unset;"},"additionalExcludeSelectors.remove":[".notranslate","[translate=no]"]},{id:"cnet",matches:"www.cnet.com",globalStyles:{"h3,div,span,p":"max-height:unset;-webkit-line-clamp:unset;height:unset;white-space:unset;"}},{id:"dolmods",matches:"dolmods.net",globalStyles:{"[class*='max-h']":"max-height:unset!important;"}},{id:"digitimes",matches:"www.digitimes.com",globalStyles:{"a,.title,.abstract,.display-5,.top":"max-height:unset;-webkit-line-clamp:unset;height:unset;white-space:unset;"},"excludeSelectors.add":[".main-nav-frame",".sub-header-wrapper",".footer",".date"],"additionalExcludeSelectors.remove":[".notranslate","[translate=no]"]},{id:"vdi-nachrichten",matches:"www.vdi-nachrichten.com","excludeSelectors.add":[".header-menu__item > a",".linkbar__item",".header__button-group"]},{id:"htdp",matches:"htdp.org",excludeTags:["blockquote"],stayOriginalSelectors:[".RktIn"]},{id:"newsletterss",matches:"newsletterss.com",initialGlobalAttributes:{iframe:{scrolling:"auto"}}},{id:"docusaurus",selectorMatches:["#__docusaurus"],"excludeSelectors.add":["aside",".DocSearch-Modal"]},{id:"mercari",matches:"*.mercari.com","excludeTags.remove":["PRE"]},{id:"qqMail",matches:"mail.qq.com",useIframePostMessage:!1},{id:"nikkei",matches:"www.nikkei.com",globalStyles:{"h3,div,span,p":"max-height:unset;-webkit-line-clamp:unset;height:unset;white-space:unset;"}},{id:"pubs.rsc.org",matches:"pubs.rsc.org",excludeSelectors:[".eqn"]},{id:"indeed",matches:"*.indeed.com",globalStyles:{"span,.css-19rjr9w.e1wnkr790":"max-height:unset;-webkit-line-clamp:unset;height:unset;white-space:unset;"},"excludeTags.remove":["BUTTON"]},{id:"brutalist",matches:"brutalist.report",selectors:["li > a:first-child","aside","nav > a","h1 > a","h3 > a","h2 >a"],"additionalExcludeSelectors.remove":[".notranslate","[translate=no]"]},{id:"maxroll",matches:["maxroll.gg"],extraInlineSelectors:[".d4t-sprite-icon",".d4t-icon"],injectedCss:["font {font-family: sans-serif !important;}"]},{id:"microsoftTeams",matches:["teams.live.com"],"stayOriginalSelectors.add":["span[title][style='min-width: 20px; height: 20px;']"]},{id:"gradioappdocs",matches:"www.gradio.app/docs/*",selectors:["div.obj"],excludeSelectors:["div#examples"]},{id:"arca",matches:"arca.live","excludeTags.remove":["PRE"]},{id:"chatpdf",matches:["www.chatpdf.com"],"additionalExcludeSelectors.remove":[".notranslate"],excludeSelectors:[".chat-message-row.ai *",".pdf-viewer"],aiRule:{streamingSelector:"",messageWrapperSelector:".chat-message-row.ai",streamingChange:!1,streamingDeepChild:!0,streamingDelayTime:1e3}},{id:"inciteful",matches:["inciteful.xyz"],"excludeTags.remove":["BUTTON"]},{id:"app.element.io",matches:["app.element.io"],"additionalExcludeSelectors.remove":[".notranslate"],"excludeSelectors.add":[".mx_DisambiguatedProfile",".mx_ReplyChain_wrapper",".mx_ThreadSummary_replies_amount"]},{id:"fastapi.tiangolo.com",matches:"fastapi.tiangolo.com",selectors:["article"]},{id:"termynal",selectorMatches:["link[href*='termynal.css']"],"stayOriginalSelectors.add":[".termy"]},{id:"cpb-nl",matches:["www.cpb.nl"],"bodyRule.add":{enable:!1}},{id:"hub.logseq",matches:["hub.logseq.com"],globalStyles:{"[class*=':h-[']":"height:unset;"}},{id:"chat.zalo",matches:["chat.zalo.me"],"additionalExcludeSelectors.remove":[".notranslate"],inputExecCommandDeleteEnable:!0,"inputConfig.add":{execCommandDeleteEnable:!0}},{id:"epam",matches:"*.epam.com",globalStyles:{"[class*='ContentAnchorLinkList']":"word-break:unset;"},"excludeSelectors.add":["#blog-page-sidebar-wrapper"],"excludeTags.remove":["BUTTON"]},{id:"discussions.apple",matches:"discussions.apple.com","excludeSelectors.add":[".page-number"]},{id:"www.sixthtone.com",matches:["www.sixthtone.com"],"excludeSelectors.add":["#footer","[class^=index_time]","[class^=index_anthorList]","[class^=index_node]","[class^=index_popupWrapper]"]},{id:"forum.unity",matches:["forum.unity.com"],"excludeSelectors.add":[".bbCodeCode"]},{id:"wattpad",matches:["www.wattpad.com"],"excludeTags.remove":["PRE"],globalAttributes:{header:{translate:"unset;"}},globalStyles:{".story-info .item-description":"overflow: scroll;"}},{id:"netflix",matches:["www.netflix.com"],"excludeSelectors.add":[".player-timedtext"],"mutationExcludeSelectors.add":[".player-timedtext *"],"subtitleRule.add":{type:"netflix",loadingContainerSelector:".watch-video",subtitleUrlRegExp:"^https://.+?.oca.nflxvideo.net/\\?([ovet]=[^=]+){4}$",loadingStyle:"bottom: 15%;",quickButtonRule:{appendSelector:'[data-uia="control-next"]',insertBeforeSelector:'[data-uia="control-next"]',injectCSS:".imt-quick-subtitle-button {height: 60%; margin-right: 50px; font-size: 20px; } .logo,.logo svg { height: 36px; width: 36px} .label { display: none; } .imt-quick-subtitle-pop-content {transform: translateX(50%); right: 0}"},videoSelector:"video",attachRule:{appendSelector:".watch-video",injectedCSS:[".imt-caption-window {margin-bottom: 0px; bottom: 10vw;}"],injectedGlobalCSS:[".player-timedtext {display: none !important; }"]}}},{id:"udemy",matches:["www.udemy.com"],"excludeSelectors.add":["[data-purpose='captions-cue-text']",".shaka-text-container"],"mutationExcludeSelectors.add":["[data-purpose='captions-cue-text'] *",".shaka-text-container *"],"subtitleRule.add":{type:"udemy",subtitleUrlRegExp:"^https://vtt.*\\.udemycdn\\.com/.*\\.vtt",videoPlayerSelector:"video.shaka-video",humanTrust:85,loadingContainerSelector:".shaka-video-container",loadingStyle:"bottom: 15%;",injectedCss:["[class^='well--text'] {white-space: pre;}"],quickButtonRule:{appendSelector:'[data-purpose="video-controls"]'}},"subtitleRule.add_v.[1.4.1]":{hookType:"fetch|xhr"}},{id:"iview",matches:"iview.abc.net.au",excludeSelectors:[".jwplayer"],"mutationExcludeSelectors.add":[".jwplayer *"],"subtitleRule.add":{type:"webvtt",subtitleUrlRegExp:"/cc/.*\\.(vtt|webvtt)$",loadingContainerSelector:".jwplayer",quickButtonRule:{appendSelector:".jw-reset.jw-button-container",insertBeforeSelector:".jw-settings-submenu-button",injectCSS:".imt-quick-subtitle-pop-content {z-index: 999999;}"}}},{id:"nmaart",matches:"www.nma.art",excludeSelectors:[".video-container"],"mutationExcludeSelectors.add":[".video-container *"],"subtitleRule.add":{type:"webvtt",subtitleUrlRegExp:"/texttrack/.*\\.(vtt|webvtt)",loadingContainerSelector:".video-container",quickButtonRule:{appendSelector:".vjs-control-bar",insertBeforeSelector:".vjs-playback-rate"}}},{id:"apple",matches:"developer.apple.com",excludeSelectors:[".developer-video-player"],"mutationExcludeSelectors.add":[".developer-video-player *"],"subtitleRule.add":{type:"webvtt",subtitleUrlRegExp:"\\.(vtt|webvtt)"}},{id:"khanacademy",matches:["www.khanacademy.org"],"subtitleRule.add":{type:"khanacademy",subtitleUrlRegExp:"GetSubtitles",hookType:"fetch"},"stayOriginalSelectors.add":[".mathjax-wrapper"]},{id:"nebula",matches:["nebula.tv"],"excludeSelectors.add":["[data-subtitles-container='true']"],"mutationExcludeSelectors.add":["[data-subtitles-container='true'] *"],"subtitleRule.add":{type:"webvtt",subtitleUrlRegExp:"\\.vtt$",loadingContainerSelector:".video-poster",quickButtonRule:{appendSelector:".icon-spacing.css-4yh7a0",insertBeforeSelector:"#subtitles-toggle-button",ccEnableSelector:"#subtitles-toggle-button"}}},{id:"frontendmasters",matches:["frontendmasters.com"],"excludeSelectors.add":[".vjs-text-track-display"],"mutationExcludeSelectors.add":[".vjs-text-track-display *"],"subtitleRule.add":{type:"webvtt",subtitleUrlRegExp:".vtt$",loadingContainerSelector:".vjs-text-track-display",injectedCss:["#immersive-translate-quick-button-container {order: 2} .imt-quick-subtitle-pop-content {z-index: 2147483647}"],quickButtonRule:{appendSelector:".vjs-control-bar"},videoSelector:".PromoPlayer video",attachRule:{appendSelector:".video-js",injectedGlobalCSS:".vjs-text-track-display {display: none;}"}}},{id:"udacity",matches:["*.udacity.com"],"excludeSelectors.add":[".vjs-text-track-display"],"mutationExcludeSelectors.add":[".vjs-text-track-display *"],"subtitleRule.add":{type:"webvtt",subtitleUrlRegExp:".vtt$",loadingContainerSelector:".vjs-text-track-display"}},{id:"skillshare",matches:["www.skillshare.com"],"excludeSelectors.add":[".vjs-text-track-display"],"mutationExcludeSelectors.add":[".vjs-text-track-display *"],"subtitleRule.add":{type:"webvtt",subtitleUrlRegExp:"\\.vtt\\?",loadingContainerSelector:".vjs-text-track-display",injectedCss:["#immersive-translate-quick-button-container {order: 13}"],quickButtonRule:{appendSelector:".vjs-control-bar",insertBeforeSelector:".vjs-volume-panel",injectCSS:" .label { display: none; } .imt-quick-subtitle-pop-content {transform: translateX(43%); right: 0; z-index: 2147483647 } "}}},{id:"domestika",matches:["www.domestika.org"],"excludeSelectors.add":[".vjs-text-track-display"],"mutationExcludeSelectors.add":[".vjs-text-track-display *"],"subtitleRule.add":{type:"webvtt",subtitleUrlRegExp:".*subtitles.*\\.vtt",quickButtonRule:{appendSelector:".controlBar-wrapper .right-wrapper",insertBeforeSelector:".vjs-volume-panel"}}},{id:"hbomax",matches:["play.max.com","play.hbomax.com"],"excludeSelectors.add":["[data-testid='playerContainer']","[data-testid='CueBoxContainer']"],"mutationExcludeSelectors.add":["[data-testid='playerContainer'] *","[data-testid='CueBoxContainer'] *"],"subtitleRule.add":{type:"webvtt",subtitleUrlRegExp:"\\.vtt$",loadingContainerSelector:"[data-testid='playerContainer']"}},{id:"mindvalley",matches:["home.mindvalley.com"],"excludeSelectors.add":[".vjs-text-track-display"],"mutationExcludeSelectors.add":[".vjs-text-track-display *"],"subtitleRule.add":{type:"webvtt",subtitleUrlRegExp:"\\.webvtt$",loadingContainerSelector:".vjs-text-track-display",injectedCss:["#immersive-translate-quick-button-container {order: 6}"],quickButtonRule:{appendSelector:'[data-testid="video-section"] .vjs-control-bar',insertBeforeSelector:'[data-testid="video-section"] .vjs-volume-panel',injectCSS:".imt-quick-subtitle-pop-content {z-index: 999999;}"}}},{id:"masterclass",matches:["www.masterclass.com","learn.microsoft.com"],"excludeSelectors.add":[".vjs-text-track-display"],"mutationExcludeSelectors.add":[".vjs-text-track-display *"],"subtitleRule.add":{type:"webvtt",subtitleUrlRegExp:"\\.vtt",loadingContainerSelector:".vjs-text-track-display",quickButtonRule:{appendSelector:".vjs-control-bar",insertBeforeSelector:".vjs-playback-rate"}}},{id:"viu",matches:["www.viu.com"],"excludeSelectors.add":[".bmpui-ui-viu-subtitle-overlay"],"mutationExcludeSelectors.add":[".bmpui-ui-viu-subtitle-overlay *"],"subtitleRule.add":{type:"webvtt",hookType:"xhr",subtitleUrlRegExp:"https?://[^/]+\\.cloudfront\\.net/[^/]+/[^/]+$",loadingContainerSelector:".bmpui-container-wrapper",loadingStyle:"bottom: 20%;",injectedCss:[".bmpui-controls-hidden #immersive-translate-quick-button-container {display: none;}"],quickButtonRule:{appendSelector:".bmpui-ui-container.bmpui-ui-viu-subtitle > .bmpui-container-wrapper",injectCSS:".imt-quick-subtitle-button {margin-bottom: 8px}"}}},{id:"linkin",matches:"*.linkedin.com","excludeSelectors.add":[".vjs-text-track-display"],"mutationExcludeSelectors.add":[".vjs-text-track-display *"],"subtitleRule.add":{type:"webvtt",subtitleUrlRegExp:".*ambry/\\?x-li-ambry-ep=.*",hookType:"xhr",loadingContainerSelector:".video-player-container",quickButtonRule:{appendSelector:".vjs-control-bar",insertBeforeSelector:".vjs-captions-toggle"}}},{id:"kanopy",matches:"*.kanopy.com","excludeSelectors.add":[".vjs-text-track-display"],"mutationExcludeSelectors.add":[".vjs-text-track-display *"],"subtitleRule.add":{type:"webvtt",subtitleUrlRegExp:".*captioncache/webvtt.*",hookType:"xhr",loadingContainerSelector:".video-player-container",injectedCss:["#immersive-translate-quick-button-container{height: 40px;display: flex;align-items: center;align-self: flex-end;}"],quickButtonRule:{appendSelector:".vjs-control-bar",insertBeforeSelector:".vjs-caption-control"}}},{id:"iflix",matches:["www.iflix.com","wetv.vip"],"excludeSelectors.add":[".text-track"],"mutationExcludeSelectors.add":[".player-wrapper *"],"subtitleRule.add":{type:"webvtt",subtitleUrlRegExp:"\\.vtt",hookType:"xhr",loadingContainerSelector:"#player-wrapper",loadingStyle:"bottom: 18%;",quickButtonRule:{appendSelector:'[data-role="wetv-ctrlbar-right"]',insertBeforeSelector:'[data-role="wetv-player-definition"]'}}},{id:"imdb",matches:"www.imdb.com","excludeSelectors.add":[".jw-text-track-container"],"mutationExcludeSelectors.add":[".jw-text-track-container *"],"subtitleRule.add":{type:"webvtt",subtitleUrlRegExp:"\\.srt$",loadingContainerSelector:"#imdbnext-vp-jw-single",quickButtonRule:{appendSelector:".jw-reset.jw-button-container",insertBeforeSelector:'[button="ttt-button"]'}}},{id:"itv",matches:["www.itv.com"],"subtitleRule.add":{type:"text_track",videoPlayerSelector:".genie-video",loadingContainerSelector:".genie-container",loadingStyle:"bottom: unset; top: 5%;",quickButtonRule:{appendSelector:".control-bar_right-child-container",insertBeforeSelector:".controls-toggle_button--fullscreen"}}},{id:"egghead",matches:["egghead.io"],"subtitleRule.add":{type:"text_track",videoPlayerSelector:".cueplayer-react-video",loadingContainerSelector:".cueplayer-react-video-holder",loadingStyle:"bottom: unset; top: 5%;",quickButtonRule:{appendSelector:".cueplayer-react-control-bar-right-part",insertBeforeSelector:".cueplayer-react-closed-caption"}}},{id:"coursera",matches:["www.coursera.org"],"subtitleRule.add":{type:"text_track",videoPlayerSelector:".vjs-tech",loadingContainerSelector:".rc-VideoControlsContainer",loadingStyle:"bottom: unset; top: 5%;",quickButtonRule:{appendSelector:'[role="presentation"] > .rc-ControlBar > .icon-container'}}},{id:"ocrtraining",matches:["ocrtraining.cit.nih.gov","videocast.nih.gov"],"excludeSelectors.add":["#videocastPlayer"],"mutationExcludeSelectors.add":["#videocastPlayer *"],"subtitleRule.add":{type:"webvtt",subtitleUrlRegExp:"\\.srt$",loadingContainerSelector:"#videocastPlayer"}},{id:"espn",matches:["*.espn.com"],mainFrameMinTextCount:0,"excludeSelectors.add":["#fittPageContainer"],"mutationExcludeSelectors.add":["#fittPageContainer *"],"subtitleRule.add":{type:"webvtt",subtitleUrlRegExp:"\\.vtt$",injectedCss:["#immersive-translate-quick-button-container{margin-top:16px;}",".vjs-text-track-display > div >div {font:unset!important;}"],quickButtonRule:{appendSelector:".vjs-control-bar",insertBeforeSelector:".vjs-captions-button"}}},{id:"fmoviesz",matches:["fmoviesz.to","vidplay.online","c8365730d4.nl"],"excludeSelectors.add":["#player"],"mutationExcludeSelectors.add":["#player *"],"subtitleRule.add":{type:"multi_attach_vtt",subtitleUrlRegExp:"subtitle/.*\\.vtt$",quickButtonRule:{appendSelector:".jw-button-container",insertBeforeSelector:".jw-icon-cc"},activeLangSelector:"#jw-player-settings-submenu-captions .jw-settings-submenu-items .jw-settings-item-active",videoSelector:"video",attachRule:{appendSelector:"#player",injectedGlobalCSS:[".jw-text-track-container {display: none;}","@media (min-width: 576px) { video::cue {opacity: 0} }"]}}},{id:"aniwatch",matches:["megacloud.tv","aniwatch.to"],"excludeSelectors.add":[".jw-wrapper"],"mutationExcludeSelectors.add":[".jw-wrapper *"],"subtitleRule.add":{type:"multi_attach_vtt",subtitleUrlRegExp:"^(?!.*sprite\\.vtt$).*\\.vtt$",quickButtonRule:{appendSelector:".jw-button-container",insertBeforeSelector:".jw-icon-cc"},activeLangSelector:"#jw-player-settings-submenu-captions .jw-settings-submenu-items .jw-settings-item-active",videoSelector:"video",attachRule:{appendSelector:".jw-wrapper",injectedGlobalCSS:[".jw-text-track-container {display: none;}","@media (min-width: 576px) { video::cue {opacity: 0} }"]}}},{id:"rottentomatoes",matches:["*.rottentomatoes.com"],"excludeSelectors.add":[".jw-wrapper"],"mutationExcludeSelectors.add":[".jw-wrapper *"],"subtitleRule.add":{type:"webvtt",subtitleUrlRegExp:"\\.vtt$",quickButtonRule:{appendSelector:".jw-button-container",insertBeforeSelector:".jw-icon-cc"}}},{id:"dailymotion",matches:["*.dailymotion.com"],"excludeSelectors.add":[".player"],"mutationExcludeSelectors.add":[".player *"],mainFrameMinTextCount:0,"subtitleRule.add":{type:"subsrt",subsrtFormat:"srt",loadingContainerSelector:".player",subtitleUrlRegExp:"/video/.*\\.srt",quickButtonRule:{appendSelector:".controls_bottom_right",insertBeforeSelector:".subtitles_toggle_button"}}},{id:"movie-web",matches:["movie-web.app/media*"],"excludeSelectors.add":["#root"],"mutationExcludeSelectors.add":["#root *"],"subtitleRule.add":{type:"subsrt",hookType:"fetch",subsrtFormat:"vtt",loadingContainerSelector:".relative.h-screen.overflow-hidden",subtitleUrlRegExp:".*\\.vtt",quickButtonRule:{appendSelector:".hidden.justify-between .flex.items-center.space-x-3"}}},{id:"deeplearning",matches:["learn.deeplearning.ai"],"excludeSelectors.add":['[data-layout="video"]'],"mutationExcludeSelectors.add":['[data-layout="video"] *'],"subtitleRule.add":{type:"subsrt",subsrtFormat:"vtt",loadingContainerSelector:'[data-layout="video"]',subtitleUrlRegExp:".*\\.vtt",quickButtonRule:{appendSelector:".vds-controls-group:last-child",insertBeforeSelector:".vds-caption-button"}}},{id:"paramountplus",matches:["*.paramountplus.com"],"excludeSelectors.add":[".aa-player-skin"],"mutationExcludeSelectors.add":[".aa-player-skin *"],"subtitleRule.add":{type:"text_track_dynamic",injectedCss:[".tt-container {white-space: pre-line;}",".timed-text-css-box-inner {display: none!important;}",".timed-text-css-box-inner:last-child {display: block!important;}"],videoPlayerSelector:"video",quickButtonRule:{appendSelector:".top-menu-container"}}},{id:"pluto",matches:["pluto.tv"],"excludeSelectors.add":[".video-player-layout"],"mutationExcludeSelectors.add":[".video-player-layout *"],"subtitleRule.add":{type:"text_track_dynamic",videoPlayerSelector:"video",quickButtonRule:{appendSelector:".endControls-0-2-85"}}},{id:"vimeo",matches:["vimeo.com"],"excludeSelectors.add":[".vp-captions"],"mutationExcludeSelectors.add":[".vp-captions *"],"subtitleRule.add":{type:"text_track",videoPlayerSelector:"video",loadingContainerSelector:".player_container",loadingStyle:"bottom: unset; top: 5%;",injectedCss:["#immersive-translateQuickButton {visibility: inherit!important;}"],quickButtonRule:{appendSelector:'[data-control-bar="true"] > div',insertBeforeSelector:'[data-volume-control-container="true"]',ccEnableSelector:'[data-cc-button="true"]',injectCSS:".imt-quick-subtitle-button {margin-right: 0px; font-size: 12px;} .logo,.logo svg { height: 18px !important; width: 18px !important;} .imt-quick-subtitle-pop-content {bottom: 28px !important;}"}}},{id:"ted",matches:["www.ted.com"],"excludeSelectors.add":["#video"],"mutationExcludeSelectors.add":["#video *"],"subtitleRule.add":{type:"webvtt",hookType:"fetch",subtitleUrlRegExp:"\\.vtt",videoPlayerSelector:"video",loadingContainerSelector:"media-controller",quickButtonRule:{appendSelector:".pointer-events-none #media-control-bar",insertBeforeSelector:".pointer-events-none .media-volume-wrapper"}}},{id:"player.vimeo",matches:["https://player.vimeo.com/video/*","laracasts.com"],selectorMatches:["iframe[src*='player.vimeo.com']"],extraBlockSelectors:["span.vp-captions-line","span[class^=CaptionsRenderer_]"],"excludeSelectors.add":[".vp-captions-line"],"mutationExcludeSelectors.add":[".vp-captions *",".vp-captions-line *"],"subtitleRule.add":{type:"text_track",videoPlayerSelector:"video",loadingContainerSelector:".vp-telecine",loadingStyle:"bottom: unset; top: 5%; font-size: 12px;",injectedCss:["#immersive-translateQuickButton {visibility: inherit!important;}"],quickButtonRule:{appendSelector:'[data-control-bar="true"] > div',insertBeforeSelector:'[data-volume-control-container="true"]',ccEnableSelector:'[data-cc-button="true"]',injectCSS:".imt-quick-subtitle-button {margin-right: 0px; font-size: 12px;} .logo,.logo svg { height: 18px !important; width: 18px !important;} .imt-quick-subtitle-pop-content {bottom: 28px !important;}"}}},{id:"tv.adobe",matches:"https://*.tv.adobe.com","excludeSelectors.add":[".mpc-player"],"mutationExcludeSelectors.add":[".mpc-player *"],"subtitleRule.add":{type:"text_track",videoPlayerSelector:"video",loadingContainerSelector:".mpc-player",quickButtonRule:{appendSelector:".mpc-controls__container"}}},{id:"threejs-journey",matches:"threejs-journey.com","excludeSelectors.add":[".video-area"],"mutationExcludeSelectors.add":[".video-area *"],"subtitleRule.add":{type:"text_track",videoPlayerSelector:"video",loadingContainerSelector:".video-area",injectedCss:[".js-tracks-text.tracks-text {white-space: pre;}"],quickButtonRule:{appendSelector:".js-controls .right",insertBeforeSelector:".js-subtitles",injectCSS:".imt-quick-subtitle-button { font-size: 12px;} .logo,.logo svg { height: 18px !important; width: 18px !important;} .imt-quick-subtitle-pop-content {bottom: 38px !important;}"}}},{id:"codewithchris",matches:["learn.codewithchris.com","*.rachelsenglishacademy.com","www.unrealsenseiacademy.com"],"excludeSelectors.add":[".w-captions",".w-captions-line > div > span"],"mutationExcludeSelectors.add":[".w-captions *"],"subtitleRule.add":{type:"general",subtitleUrlRegExp:"/embed/captions/",loadingContainerSelector:".w-ui-container",hookType:"fetch",generalSetting:{captionsPath:"captions",itemsPath:"hash.lines",textKey:"text"}}},{id:"panopto",matches:["southampton.cloud.panopto.eu"],"excludeSelectors.add":[".primaryPlayer"],"mutationExcludeSelectors.add":[".primaryPlayer *"],"subtitleRule.add":{type:"general",subtitleUrlRegExp:"DeliveryInfo.aspx",disableSubsCache:!0,loadingContainerSelector:"#primaryPlayer",hookType:"fetch",generalSetting:{textKey:"Caption"},quickButtonRule:{appendSelector:"#transportControls",insertBeforeSelector:"#captionsButton"}}},{id:"edx",matches:["*.edx.org"],"excludeSelectors.add":[".closed-captions",".subtitles-menu"],mainFrameMinTextCount:0,"subtitleRule.add":{type:"general",subtitleUrlRegExp:"/transcript/translation/",loadingContainerSelector:".tc-wrapper",generalSetting:{itemsPath:"text"},injectedCss:[".subtitles-menu span,.closed-captions {white-space: pre-line;}","#immersive-translate-quick-button-container {display: inline-block; vertical-align: middle;}"],quickButtonRule:{appendSelector:".secondary-controls",insertBeforeSelector:".speeds.menu-container"}}},{id:"ardmediathek",matches:["www.ardmediathek.*"],"excludeSelectors.add":[".ardplayer-viewport-addon-overlays"],"mutationExcludeSelectors.add":[".ardplayer-viewport-addon-overlays *"],"subtitleRule.add":{type:"ebutt",hookType:"fetch",subtitleUrlRegExp:"subtitle/ebutt",loadingContainerSelector:".ardplayer-viewport-addon-overlays",quickButtonRule:{appendSelector:".ardplayer-footer .ardplayer-addons-container",insertBeforeSelector:".ardplayer-footer .ardplayer-button-sharing",injectCSS:".imt-quick-subtitle-button {font-size: 20px; } .logo,.logo svg { height: 36px !important; width: 36px !important;} .imt-quick-subtitle-pop-content {z-index: 2147483647;} "}}},{id:"bbc-iplayer",matches:["https://www.bbc.*/iplayer*"],"excludeSelectors.add":[".player"],"mutationExcludeSelectors.add":[".player *"],"subtitleRule.add":{type:"ebutt",hookType:"fetch",subtitleUrlRegExp:"iplayer/subtitles/.*.xml",loadingContainerSelector:".player__container"}},{id:"bbc",matches:["*.bbc.*"],"excludeSelectors.add":["section.module--languages",".drop-capped",".smp-toucan-player","smp-subtitles","#subtitle_subtitle2"],"mutationExcludeSelectors.add":["[data-testid='media-player-container-landscape'] *"],"subtitleRule.add":{type:"ebutt",hookType:"fetch",subtitleUrlRegExp:"iplayer/subtitles/.*.xml",loadingContainerSelector:".smp-toucan-player"}},{id:"zdf.de",matches:["www.zdf.de"],"excludeSelectors.add":[".zdfplayer-cue-region"],"subtitleRule.add":{type:"ebutt",subtitleUrlRegExp:"mtt/.*.xml",loadingContainerSelector:".zdfplayer-video-container",responseType:"document",injectedCss:["#immersive-translate-quick-button-container {display:inline-block;vertical-align:middle;margin-right:-16px;}"],quickButtonRule:{appendSelector:".right-controls-1FfJUp.svelte-inzdbf",insertBeforeSelector:".right-controls-1FfJUp.svelte-inzdbf button"}}},{id:"piped.video",matches:"piped.video","subtitleRule.add":{type:"ebutt",hookType:"fetch",subtitleUrlRegExp:"api/timedtext",loadingContainerSelector:".shaka-video-container",responseType:"document",quickButtonRule:{appendSelector:".shaka-controls-button-panel",insertBeforeSelector:".shaka-mute-button"}}},{id:"disneyplus",matches:["www.disneyplus.com"],"excludeSelectors.add":[".dss-hls-subtitle-overlay"],"mutationExcludeSelectors.add":[".dss-hls-subtitle-overlay *"],"subtitleRule.add":{type:"disneyplus",subtitleUrlRegExp:"\\.vtt$"}},{id:"mubi",matches:["https://mubi.com","https://mubi.de"],"subtitleRule.add":{type:"fmp4.xml",subtitleUrlRegExp:"textstream",hookType:"fetch",quickButtonRule:{appendSelector:".css-1k6yql2.e1b63bld4",insertBeforeSelector:".css-1ce7rqp.e7f2hfl0"}}},{id:"hulu",matches:"https://*.hulu.com","subtitleRule.add":{type:"hulu",hookType:"fetch",injectedCss:[".ClosedCaption {display:none!important;}"],videoSelector:"#content-video-player",subtitleUrlRegExp:"play.hulu.com/.*/playlist",loadingContainerSelector:"#web-player-app",quickButtonRule:{appendSelector:".PlayerSettingsGroup",insertBeforeSelector:".PlayerSettingsGroup .PlayerControlsButton"}}},{id:"youku.tv",matches:"www.youku.tv","excludeSelectors.add":["#subtitle"],"mutationExcludeSelectors.add":["#subtitle *"],"subtitleRule.add":{type:"subsrt",hookType:"fetch",injectedCss:["#immersive-translate-quick-button-container {display: inline-block; vertical-align: middle;}"],subtitleUrlRegExp:"\\.ass$",subsrtFormat:"ass",loadingContainerSelector:"#youku-dashboard",loadingStyle:"bottom: 10%;",quickButtonRule:{appendSelector:".kui-dashboard-dashboard-panel .kui-dashboard-rear-ctn",insertBeforeSelector:".kui-rate-control-0"}}},{id:"starz",matches:"www.starz.com","excludeSelectors.add":["starz-player"],"mutationExcludeSelectors.add":["starz-player *"],"subtitleRule.add":{type:"subsrt",subsrtFormat:"vtt",subtitleUrlRegExp:"\\.vtt$",loadingContainerSelector:"starz-player",loadingStyle:"bottom: 10%;",injectedCss:["#immersive-translate-quick-button-container {display: inline-block;}"],quickButtonRule:{appendSelector:"starz-player .button-group",insertBeforeSelector:"starz-player .button-group .video-player-icon-md"}}},{id:"www.iq.com",matches:"www.iq.com","excludeSelectors.add":[".iqp-subtitle"],"mutationExcludeSelectors.add":[".iqp-subtitle *"],"subtitleRule.add":{type:"xml",subtitleUrlRegExp:"\\.xml\\?",loadingContainerSelector:".intl-video-area",xmlTextSelector:"sub",loadingStyle:"bottom: 10%;",injectedCss:["#immersive-translate-quick-button-container {float: right; height: 100%;}"],quickButtonRule:{appendSelector:".iqp-contrls-right"}}},{id:"archiveToday",matches:["archive.today","archive.ph","archive.is","archive.md"],"excludeSelectors.add":["#HEADER"]},{id:"arxiv-vanity.com",matches:["www.arxiv-vanity.com"],"excludeSelectors.add":[".arxiv-vanity-wrapper"]},{id:"fibery",matches:["the.fibery.io"],"additionalExcludeSelectors.remove":["[translate=no]"],"additionalStayOriginalSelectors.add":[".entity-node-view-container"]},{id:"makersuite.google",matches:"makersuite.google.com","excludeSelectors.add":[".material-symbols-outlined"]},{id:"etymonline",matches:"www.etymonline.com",globalAttributes:{".crossreference.notranslate":{class:"crossreference"},".foreign.notranslate":{class:"foreign"}}},{id:"https://browse.arxiv.org/",matches:["https://browse.arxiv.org","https://arxiv.org/html/*"],"excludeSelectors.add":[".desktop_header","[class*='ltx_lst_language_']","div.package-alerts"]},{id:"jstor",matches:"www.jstor.org","excludeSelectors.add":[".audio-duration","[data-qa='card-item-count']"],globalStyles:{".card__heading":"-webkit-line-clamp:unset;","search-results-vue-pharos-image-card,search-ui-pharos-image-card":"display:flex;","search-results-vue-pharos-link":"display:inline;"}},{id:"tandfonline",matches:"*.tandfonline.com","extraInlineSelectors.add":["span.off-screen"]},{id:"boringreport",matches:["www.boringreport.org"],"excludeTags.remove":["BUTTON"]},{id:"bsky.app",matches:"https://bsky.app",selectors:["[data-testid=postText]"],isTranslateTitle:!1},{id:"peacocktv",matches:["*.peacocktv.com"],injectedCss:[".video-player__subtitles__line > font,.video-player__subtitles__line:only-child{display:block;}"]},{id:"noTranslate",matches:["*.tiktok.com","altis.world","*.newthingsunderthesun.com","*.gumroad.com","edstem.org","actions.tldrnewsletter.com","community.linkingyourthinking.com","doc.qt.io","winaero.com"],"additionalExcludeSelectors.remove":[".notranslate","[translate=no]"]},{id:"jmir",matches:["*.jmir.org"],"additionalInlineSelectors.add":[".tooltiptext"]},{id:"smzdm",matches:["www.smzdm.com"],"excludeSelectors.add":[".z-highlight",".feed-block-info",".z-feed-foot",".feed-block-descripe","#J_column_tab_box",".crumbs"],globalStyles:{".feed-block-title":"height:unset"}},{id:"xiaohongshu.com",matches:["www.xiaohongshu.com"],"excludeSelectors.add":[".author-wrapper",".info",".side-bar"],globalStyles:{"a.title":"-webkit-line-clamp:3"}},{id:"learnopengl",matches:["learnopengl.com"],globalStyles:{function:"position:relative;z-index:1000;"}},{id:"notateslaapp",matches:["www.notateslaapp.com"],"extraBlockSelectors.add":[".nav > *"]},{id:"eightfold",matches:["*.eightfold.ai"],injectedCss:[".flexbox{width:100%}"]},{id:"deno",matches:["deno.com"],injectedCss:[":root {font-feature-settings:unset}"]},{id:"soundcloud",matches:"soundcloud.com",injectedCss:[".compactTrackListItem {height: unset !important;}"],"excludeSelectors.add":[".searchTitle__textContent",".searchOptions__container",".compactTrackListItem__additional",".soundTitle__tagContainer",".searchResultGroupHeading",".sc-ministats-group",".compactTrackList__moreLink",".sound__soundActions"]},{id:"section.blog.naver.com",matches:"section.blog.naver.com",globalStyles:{".text,.title_post,.text_post,p,strong,div":"-webkit-line-clamp:unset;max-height:unset;height:unset;"},"extraBlockSelectors.add":[".item",".heading a",".info_find a"],"excludeSelectors.add":[".comments",".time"]},{id:"gradio-app",selectorMatches:"gradio-app","excludeTags.remove":["BUTTON"],"excludeSelectors.add":['[data-testid="block-label"]'],"mutationConfig.add":{buildTimeout:1e3,consumeTimeout:1e3}}]};function ll(t,e){let r=t.split(".").reverse(),n=e.split(".").reverse(),a=0,i=0,o=1;for(let l=0;l<3;l++)a+=o*Number(n[l]||"0"),i+=o*Number(r[l]||"0"),o*=100;return i>=a}function Dn(t){return Array.isArray(t)?t:t?[t]:[]}function En(t,e){let r={...t};return pl(r,e),ig(r,e),r}function dl(t,e,r){let n={...e};return Yt({rule:n,valueIsArray:a=>Array.isArray(t[a]),getMergedValue:a=>t[a],onMergedResult:(a,i)=>n[a]=i}),Yt({rule:r,valueIsArray:a=>Array.isArray(t[a]),getMergedValue:a=>n[a],onMergedResult:(a,i)=>n[a]=i}),n}function ig(t,e){if(!e.condition)return;let r=e.condition.enableSubtitle?.true||{},n=e.condition.enableSubtitle?.false||{},a=t.enableSubtitle?r:n;pl(t,a)}function Yt({rule:t,getMergedValue:e,valueIsArray:r,onMergedResult:n}){Object.keys(t).sort().forEach(a=>{let[i,o,l]=og(a);if(!i||t[a]===void 0)return;let s=t[a];r(i)&&(s=Dn(t[a]));let u=e(i);if(u==null){n(i,s);return}let c;if(o=="add_v"){if(!ul(l))return;c=Qa(u,s)}else if(o=="remove_v"){if(!ul(l))return;c=cl(u,s)}else o==="add"?c=Qa(u,s):o=="remove"&&(c=cl(u,s));if(c){n(i,c);return}Array.isArray(t[i])&&i.startsWith("additional")?c=Qa(u,s):c=s,n(i,c)})}function pl(t,e){return Yt({rule:e,valueIsArray:r=>Array.isArray(t[r]),getMergedValue:r=>t[r],onMergedResult:(r,n)=>{t[r]=n}}),t}function Qa(t,e){let r;if(Array.isArray(t)){let n=Dn(e);r=[...t,...n],r=Array.from(new Set(r))}else typeof t=="object"&&typeof e=="object"?r={...t,...e}:r=e;return r}function og(t){let e=t.lastIndexOf("["),r="",n=t;return e>0&&(r=t.slice(e+1,t.length-1),n=t.slice(0,e-1)),[...n.split("."),r]}function ul(t){let e=Wr();return t&&ll(e,t)}function cl(t,e){if(Array.isArray(t)){let r=Dn(e);return t=t.filter(n=>!r.includes(n)),Array.from(new Set(t))}else if(typeof t=="object"&&typeof e=="object")Object.keys(e).forEach(r=>{delete t[r]});else return e;return t}function sg(){if(ne.PROD==="1")return{};let t={};if(ne.IMMERSIVE_TRANSLATE_SECRET_TENCENT_SECRET_ID&&ne.IMMERSIVE_TRANSLATE_SECRET_TENCENT_SECRET_KEY){let r={secretId:ne.IMMERSIVE_TRANSLATE_SECRET_TENCENT_SECRET_ID,secretKey:ne.IMMERSIVE_TRANSLATE_SECRET_TENCENT_SECRET_KEY};t.translationServices={},t.translationServices.tencent=r}if(ne.IMMERSIVE_TRANSLATE_SECRET_BAIDU_APPID&&ne.IMMERSIVE_TRANSLATE_SECRET_BAIDU_KEY){let r={appid:ne.IMMERSIVE_TRANSLATE_SECRET_BAIDU_APPID,key:ne.IMMERSIVE_TRANSLATE_SECRET_BAIDU_KEY};t.translationServices||(t.translationServices={}),t.translationServices.baidu=r}if(ne.IMMERSIVE_TRANSLATE_SECRET_CAIYUN_TOKEN){let r={token:ne.IMMERSIVE_TRANSLATE_SECRET_CAIYUN_TOKEN};t.translationServices||(t.translationServices={}),t.translationServices.caiyun=r}if(ne.IMMERSIVE_TRANSLATE_SECRET_OPENL_APIKEY){let r={apikey:ne.IMMERSIVE_TRANSLATE_SECRET_OPENL_APIKEY};t.translationServices||(t.translationServices={}),t.translationServices.openl=r}if(ne.IMMERSIVE_TRANSLATE_SECRET_YOUDAO_APP_ID&&ne.IMMERSIVE_TRANSLATE_SECRET_YOUDAO_APP_SECRET){let r={appId:ne.IMMERSIVE_TRANSLATE_SECRET_YOUDAO_APP_ID,appSecret:ne.IMMERSIVE_TRANSLATE_SECRET_YOUDAO_APP_SECRET};t.translationServices||(t.translationServices={}),t.translationServices.youdao=r}if(ne.IMMERSIVE_TRANSLATE_SECRET_VOLC_ACCESS_KEY_ID&&ne.IMMERSIVE_TRANSLATE_SECRET_VOLC_SECRET_ACCESS_KEY){let r={accessKeyId:ne.IMMERSIVE_TRANSLATE_SECRET_VOLC_ACCESS_KEY_ID,secretAccessKey:ne.IMMERSIVE_TRANSLATE_SECRET_VOLC_SECRET_ACCESS_KEY};t.translationServices||(t.translationServices={}),t.translationServices.volc=r}if(ne.IMMERSIVE_TRANSLATE_SECRET_DEEPL_AUTH_KEY){let r={authKey:ne.IMMERSIVE_TRANSLATE_SECRET_DEEPL_AUTH_KEY};t.translationServices||(t.translationServices={}),t.translationServices.deepl=r}if(ne.DEEPL_PROXY_ENDPOINT&&(t.translationServices||(t.translationServices={}),t.translationServices.deepl||(t.translationServices.deepl={}),t.translationServices.deepl.immersiveTranslateApiUrl=ne.DEEPL_PROXY_ENDPOINT),ne.IMMERSIVE_TRANSLATE_DEEPL_ENDPOINT&&(t.translationServices||(t.translationServices={}),t.translationServices.deepl||(t.translationServices.deepl={}),t.translationServices.deepl.immersiveTranslateDeeplTokenUrl=ne.IMMERSIVE_TRANSLATE_DEEPL_ENDPOINT),ne.IMMERSIVE_TRANSLATE_SECRET_OPENAI_API_KEY){let r={APIKEY:ne.IMMERSIVE_TRANSLATE_SECRET_OPENAI_API_KEY};t.translationServices||(t.translationServices={}),t.translationServices.openai=r}ne.IMMERSIVE_TRANSLATE_SERVICE&&(t.translationService=ne.IMMERSIVE_TRANSLATE_SERVICE);let e={};return ne.DEBUG==="1"&&(e.debug=!0,e.cache=!1),ne.MOCK==="1"&&(e.translationService="mock"),e}async function Ya(){let t=await se.storage.local.get(Ur);if(t[Ur]){let e=t[Ur],r=e.tempTranslationUrlMatches||[],n=r.filter(o=>o.expiredAt>Date.now()),a=!1;n.length!==r.length&&(r=n,a=!0);let i={...e,tempTranslationUrlMatches:[...r]};return a&&await lg(i),i}else return{}}async function lg(t){await se.storage.local.set({[Ur]:t})}async function ml(){let t=await se.storage.local.get($t),r={...await gl(),...An,buildinConfigUpdatedAt:ne.BUILD_TIME};if(t[$t]){let n=t[$t];if(n&&n.buildinConfigUpdatedAt){let a=new Date(n.buildinConfigUpdatedAt),i=new Date(r.buildinConfigUpdatedAt);a>i&&(r=n)}}return r}async function Xa(){let t=await se.storage.local.get($t),e={...An,buildinConfigUpdatedAt:ne.BUILD_TIME};if(t[$t]){let z=t[$t];if(z&&z.buildinConfigUpdatedAt){let _=new Date(z.buildinConfigUpdatedAt),he=new Date(e.buildinConfigUpdatedAt);_>he&&(e=z)}}let r=await mg(e);e.targetLanguage=r;let n=await mr.get(Ft,null),a={};if(!Ge()&&se.commands&&se.commands.getAll){let z=await se.commands.getAll();for(let _ of z)_.name&&_.shortcut&&(a[_.name]=_.shortcut)}let i=await gl(),o=sg(),l=await ug(),s=globalThis.IMMERSIVE_TRANSLATE_CONFIG||{},u=await Ya(),c=new Date,d=Object.assign({},s,o,l);if(!d.interfaceLanguage){let z=await dg();d.interfaceLanguage=z}let g=d.interfaceLanguage==="en",m=d.targetLanguage==="en",T=e&&e.translationLanguagePattern&&e.translationLanguagePattern.matches&&e.translationLanguagePattern.matches.length===0,j=["bing","google","transmart","mock"].includes(d.translationService)||!d.translationService;!g&&!m&&!T&&j?e.translationLanguagePattern||(e.translationLanguagePattern={matches:["en"],excludeMatches:[]}):e.translationLanguagePattern={matches:[],excludeMatches:[]};let k=e&&e.enableDefaultAlwaysTranslatedUrls;d.enableDefaultAlwaysTranslatedUrls===!1&&(k=!1);let h=d&&d.isChangedAlwaysTranslatedUrls,Q=[];d.translationUrlPattern&&d.translationUrlPattern.matches&&(Q=d.translationUrlPattern.matches||[]);let P=!1;h===void 0&&(Q.length>0?h=!0:h=!1,d.isChangedAlwaysTranslatedUrls=h,l.isChangedAlwaysTranslatedUrls=h,P=!0);let $=(d?.translationLanguagePattern?.matches?.length||0)>0,oe=await Bt("installedAt",""),A=Number(await jr("translage_page_daily",0)),f=Number(await Bt(qs,0)),y;f>0&&(Date.now()-f0&&(Date.now()-A0){let z=u.tempTranslationUrlMatches.filter(_=>new Date(_.expiredAt)>c);if(z.length>0){let _=d.translationUrlPattern?d.translationUrlPattern?.matches||[]:[],he=Array.isArray(_)?_:[_],ae=Array.from(new Set(he.concat(z.map(v=>v.match))));d.translationUrlPattern={...d.translationUrlPattern,matches:ae}}}let E=Object.assign(i,e);Yt({rule:e,valueIsArray:z=>Array.isArray(i[z]),getMergedValue:z=>i[z],onMergedResult:(z,_)=>{z!="generalRule"&&(E[z]=_)}});let B=dr(n),H={};d.translationServices&&d.translationServices.deepl&&(H=d.translationServices.deepl);let U={};d.translationServices&&d.translationServices.openai&&(U=d.translationServices.openai),!B&&H.authKey&&!H.provider?(E.translationServices.deepl||(E.translationServices.deepl={}),E.translationServices.deepl.provider="custom"):H&&H.provider||(E.translationServices.deepl||(E.translationServices.deepl={}),E.translationServices.deepl.provider="pro"),!B&&U.APIKEY&&!U.provider?(E.translationServices.openai||(E.translationServices.openai={}),E.translationServices.openai.provider="custom"):U&&U.provider||(E.translationServices.openai||(E.translationServices.openai={}),E.translationServices.openai.provider="pro");let de=Object.keys(E),Te=["translationUrlPattern","translationLanguagePattern","immediateTranslationPattern","translationBodyAreaPattern","translationParagraphLanguagePattern","translationThemePatterns","translationGeneralConfig","shortcuts","inputTranslationUrlPattern","inputLanguageCodeAlias"];for(let z of de){let _=z;if(_==="generalRule")typeof d[_]=="object"&&(E[_]=En(i[_],d[_]));else if(_==="translationServices")gg(d,E);else if(typeof d[_]!="string"&&typeof d[_]!="boolean"&&typeof d[_]!="number"&&Te.includes(_))d[_]&&(E[_]=Object.assign(E[_],d[_])),_==="shortcuts"&&(Ge()||er()?E[_]={...E[_],...a}:E[_]={...a});else if(_==="rules"){if(Array.isArray(d[_])){let he=E.rules||[],ae={};for(let w of he)w.id&&(ae[w.id]=w);let v=d[_].map(w=>w.id&&ae[w.id]?dl(e.generalRule,ae[w.id],w):w);E[_]=[...v,...E[_]]}if(ne.PROD==="0"&&ne.DEV_RULES){let he=JSON.parse(ne.DEV_RULES);E[_]=[...he,...E[_]]}}else d[_]!==void 0&&(E[_]=d[_])}return E.donateUrl=e.donateUrl,E.minVersion=e.minVersion,E.feedbackUrl=e.feedbackUrl,E.rawUserConfig=l,E}async function ug(){return(await se.storage.sync.get("userConfig")||{}).userConfig||{}}async function cg(t){await se.storage.sync.set({userConfig:t})}var dg=async()=>{let t=["zh-CN"];try{t=await se.i18n.getAcceptLanguages()}catch(n){$e.warn("get browser language error:",n)}let r=t.map(n=>Sn(n)).find(n=>qr[n]);return r||"en"},gl=async()=>{let t={...An,buildinConfigUpdatedAt:ne.BUILD_TIME};return{...t,targetLanguage:Lt,interfaceLanguage:"en",translationMode:"dual",debug:!1,alpha:!1,translationUrlPattern:{matches:[],excludeMatches:[]},translationLanguagePattern:{matches:[],excludeMatches:[]},translationThemePatterns:{},translationParagraphLanguagePattern:{matches:[],excludeMatches:[],selectorMatches:[],excludeSelectorMatches:[]},translationBodyAreaPattern:{matches:[],excludeMatches:[],selectorMatches:[],excludeSelectorMatches:[]},translationTheme:"none",translationService:"bing",inputTranslationService:"inherit",mouseHoverTranslationService:"inherit",subtitleTranslateService:"inherit",translationArea:"main",translationStartMode:"dynamic",translationServices:{},monkeyH5FloatBall:{...t.monkeyH5FloatBall},pcFloatBall:{...t.pcFloatBall},generalRule:{...t.generalRule},translationGeneralConfig:{engine:"bing",_systemExcludeWordRegex:"\\b({word})\\b"},rules:[]}};function pg(t,e){return t=t||[],e=e||[],t.length!==e.length?!0:e.filter(n=>!t.includes(n)).length>0}async function mg(t){try{let e=t?.autoSelectTargetLanguageAfterInstalledAt;if(!e)return Lt;let r=await Bt("installedAt","");if(r&&new Date(r){let u=a[s],c=a[u.extends];!c||u.extends==s||(a[s]={...c,...a[s]})}),Yt({rule:{...a},valueIsArray:s=>Array.isArray(a[s]),getMergedValue:s=>a[s],onMergedResult:(s,u)=>{a[s]={...a[s],...u}}}),Yt({rule:{...n},valueIsArray:s=>Array.isArray(a[s]),getMergedValue:s=>a[s],onMergedResult:(s,u)=>{let c=a[s].env||{},d=u.env||{};c={...c,...d},a[s]={...a[s],...u,env:c}}}),new Date(t.updatedAt)<=new Date("2024.4.2")&&Object.keys(n).forEach(s=>{["openai","gemini"].includes(s)&&n[s].prompt!=null&&(n[s].maxTextGroupLengthPerRequest==null&&(a[s].maxTextGroupLengthPerRequest=1),n[s].multiplePrompt==null&&(a[s].multiplePrompt=n[s].prompt))});let o=["imt_source_field","imt_trans_field","imt_sub_source_field","imt_sub_trans_field"],l=(s,u)=>{!s||!s[u]||!s?.env||(s[u]=s[u].replace(/{{(.+?)}}/g,(c,d)=>o.includes(d)?c:s?.env[d]||c))};Object.values(a).forEach(s=>{l(s,"prompt"),l(s,"multiplePrompt"),l(s,"subtitlePrompt")})}var yl,le,Sl,hg,Vr,hl,fg,xl={},wl=[],bg=/acit|ex(?:s|g|n|p|$)|rph|grid|ows|mnc|ntw|ine[ch]|zoo|^ord|itera/i;function Mt(t,e){for(var r in e)t[r]=e[r];return t}function Al(t){var e=t.parentNode;e&&e.removeChild(t)}function Za(t,e,r,n,a){var i={type:t,props:e,key:r,ref:n,__k:null,__:null,__b:0,__e:null,__d:void 0,__c:null,__h:null,constructor:void 0,__v:a??++Sl};return a==null&&le.vnode!=null&&le.vnode(i),i}function hr(t){return t.children}function _n(t,e){this.props=t,this.context=e}function gr(t,e){if(e==null)return t.__?gr(t.__,t.__.__k.indexOf(t)+1):null;for(var r;e0?Za(m.type,m.props,m.key,m.ref?m.ref:null,m.__v):m)!=null){if(m.__=r,m.__b=r.__b+1,(g=h[c])===null||g&&m.key==g.key&&m.type===g.type)h[c]=void 0;else for(d=0;dql.includes(l)))return t;let n=new URL(t);n.hash="",n.search="";let a=n.href,i=n.hostname,o=n.port;if(r&&r.length>0){let l=r.find(s=>{if(!s)return!1;if(s===i)return!0;if(ql.includes(s))return!0;if(!s.includes("*")&&s.includes("://")){try{let u=new URL(s);if(u.pathname==="/"&&!s.endsWith("/")){let c=u.hostname===i,d=u.port===o;return u.port?c&&d:c}else return kg(a,s)}catch{}return!1}else{let u,c=s;if(s.includes("://")){let k=s.split("://");u=k[0],u==="*"&&k.length>1&&(u="*",s="https://"+k[1])}else u="*",s="https://"+s;let d=s.replace(/\*/g,Hl),g;try{g=new URL(d)}catch{return $e.debug("invalid match pattern",d,"raw match value:",c),!1}let m=g.host,T=g.pathname;T==="/"&&(c.replace("://","").includes("/")||(T="/*"));let j=_g(u+":",Ul(m),Ul(T));if(j){let k=new URL(a);return j.test(k.href)}else return!1}});if(l)return l}return null}catch{return null}}function Ul(t){return t.replaceAll(Hl,"*")}function _g(t,e,r){let n="^";return t==="*:"?n+="(http:|https:|file:)":n+=t,n+="//",e&&(t==="file:"||(e==="*"?n+="[^/]+?":(e.match(/^\*\./)&&(n+="[^/]*?",e=e.substring(1)),n+=e.replace(/\./g,"\\.").replace(/\*/g,"[^/]*")))),r?r==="*"||r==="/*"?n+="(/.*)?":r.includes("*")?(n+=r.replace(/\*/g,".*?"),n+="/?"):n+=r.replace(/[-[\]{}()*+?.,\\^$|#\s]/g,"\\$&"):n+="/?",n+="$",new RegExp(n)}function yt(t,e){return ri(t,e)!==null}function kg(t,e){let r=new URL(t),n=new URL(e);return r.hostname===n.hostname&&r.pathname===n.pathname&&r.protocol===n.protocol&&r.port===n.port}var Vk=Ge();function Ln(t){return t?typeof t=="string"?document.querySelector(t)!==null:t.some(e=>document.querySelector(e)):!1}function jl(){if(!globalThis||!globalThis.location)return"https://example.com";if(!xn())return globalThis.location.href;try{let e=globalThis.location.href,r=new URL(e);if(r.protocol==="about:"||r.protocol==="blob:"){if(globalThis.location.ancestorOrigins&&globalThis.location.ancestorOrigins.length>0)return globalThis.location.ancestorOrigins[0];let n="";try{n=globalThis.parent.location.href}catch{}return n||(globalThis.location!=globalThis.parent.location?document.referrer:document.location.href)}else return e}catch{}return globalThis.location.href}var fr="input is invalid type",ni=typeof window=="object",Ot=ni?window:{};Ot.JS_SHA256_NO_WINDOW&&(ni=!1);var Cg=!ni&&typeof self=="object",Pg=!Ot.JS_SHA256_NO_NODE_JS&&typeof process=="object"&&process.versions&&process.versions.node;Pg?Ot=global:Cg&&(Ot=self);var Yk=!Ot.JS_SHA256_NO_COMMON_JS&&typeof module=="object"&&module.exports,Xk=typeof define=="function"&&define.amd,$r=!Ot.JS_SHA256_NO_ARRAY_BUFFER&&typeof ArrayBuffer<"u",N="0123456789abcdef".split(""),Lg=[-2147483648,8388608,32768,128],ot=[24,16,8,0],Fn=[1116352408,1899447441,3049323471,3921009573,961987163,1508970993,2453635748,2870763221,3624381080,310598401,607225278,1426881987,1925078388,2162078206,2614888103,3248222580,3835390401,4022224774,264347078,604807628,770255983,1249150122,1555081692,1996064986,2554220882,2821834349,2952996808,3210313671,3336571891,3584528711,113926993,338241895,666307205,773529912,1294757372,1396182291,1695183700,1986661051,2177026350,2456956037,2730485921,2820302411,3259730800,3345764771,3516065817,3600352804,4094571909,275423344,430227734,506948616,659060556,883997877,958139571,1322822218,1537002063,1747873779,1955562222,2024104815,2227730452,2361852424,2428436474,2756734187,3204031479,3329325298],Bn=["hex","array","digest","arrayBuffer"],Be=[];(Ot.JS_SHA256_NO_NODE_JS||!Array.isArray)&&(Array.isArray=function(t){return Object.prototype.toString.call(t)==="[object Array]"});$r&&(Ot.JS_SHA256_NO_ARRAY_BUFFER_IS_VIEW||!ArrayBuffer.isView)&&(ArrayBuffer.isView=function(t){return typeof t=="object"&&t.buffer&&t.buffer.constructor===ArrayBuffer});var Wl=function(t,e){return function(r){return new Ie(e,!0).update(r)[t]()}},Gl=function(t){var e=Wl("hex",t);e.create=function(){return new Ie(t)},e.update=function(a){return e.create().update(a)};for(var r=0;r>2]|=t[a]<>2]|=n<>2]|=(192|n>>6)<>2]|=(128|n&63)<=57344?(l[i>>2]|=(224|n>>12)<>2]|=(128|n>>6&63)<>2]|=(128|n&63)<>2]|=(240|n>>18)<>2]|=(128|n>>12&63)<>2]|=(128|n>>6&63)<>2]|=(128|n&63)<=64?(this.block=l[16],this.start=i-64,this.hash(),this.hashed=!0):this.start=i}return this.bytes>4294967295&&(this.hBytes+=this.bytes/4294967296<<0,this.bytes=this.bytes%4294967296),this}};Ie.prototype.finalize=function(){if(!this.finalized){this.finalized=!0;var t=this.blocks,e=this.lastByteIndex;t[16]=this.block,t[e>>2]|=Lg[e&3],this.block=t[16],e>=56&&(this.hashed||this.hash(),t[0]=this.block,t[16]=t[1]=t[2]=t[3]=t[4]=t[5]=t[6]=t[7]=t[8]=t[9]=t[10]=t[11]=t[12]=t[13]=t[14]=t[15]=0),t[14]=this.hBytes<<3|this.bytes>>>29,t[15]=this.bytes<<3,this.hash()}};Ie.prototype.hash=function(){var t=this.h0,e=this.h1,r=this.h2,n=this.h3,a=this.h4,i=this.h5,o=this.h6,l=this.h7,s=this.blocks,u,c,d,g,m,T,j,k,h,Q,P;for(u=16;u<64;++u)m=s[u-15],c=(m>>>7|m<<25)^(m>>>18|m<<14)^m>>>3,m=s[u-2],d=(m>>>17|m<<15)^(m>>>19|m<<13)^m>>>10,s[u]=s[u-16]+c+s[u-7]+d<<0;for(P=e&r,u=0;u<64;u+=4)this.first?(this.is224?(k=300032,m=s[0]-1413257819,l=m-150054599<<0,n=m+24177077<<0):(k=704751109,m=s[0]-210244248,l=m-1521486534<<0,n=m+143694565<<0),this.first=!1):(c=(t>>>2|t<<30)^(t>>>13|t<<19)^(t>>>22|t<<10),d=(a>>>6|a<<26)^(a>>>11|a<<21)^(a>>>25|a<<7),k=t&e,g=k^t&r^P,j=a&i^~a&o,m=l+d+j+Fn[u]+s[u],T=c+g,l=n+m<<0,n=m+T<<0),c=(n>>>2|n<<30)^(n>>>13|n<<19)^(n>>>22|n<<10),d=(l>>>6|l<<26)^(l>>>11|l<<21)^(l>>>25|l<<7),h=n&t,g=h^n&e^k,j=l&a^~l&i,m=o+d+j+Fn[u+1]+s[u+1],T=c+g,o=r+m<<0,r=m+T<<0,c=(r>>>2|r<<30)^(r>>>13|r<<19)^(r>>>22|r<<10),d=(o>>>6|o<<26)^(o>>>11|o<<21)^(o>>>25|o<<7),Q=r&n,g=Q^r&t^h,j=o&l^~o&a,m=i+d+j+Fn[u+2]+s[u+2],T=c+g,i=e+m<<0,e=m+T<<0,c=(e>>>2|e<<30)^(e>>>13|e<<19)^(e>>>22|e<<10),d=(i>>>6|i<<26)^(i>>>11|i<<21)^(i>>>25|i<<7),P=e&r,g=P^e&n^Q,j=i&o^~i&l,m=a+d+j+Fn[u+3]+s[u+3],T=c+g,a=t+m<<0,t=m+T<<0;this.h0=this.h0+t<<0,this.h1=this.h1+e<<0,this.h2=this.h2+r<<0,this.h3=this.h3+n<<0,this.h4=this.h4+a<<0,this.h5=this.h5+i<<0,this.h6=this.h6+o<<0,this.h7=this.h7+l<<0};Ie.prototype.hex=function(){this.finalize();var t=this.h0,e=this.h1,r=this.h2,n=this.h3,a=this.h4,i=this.h5,o=this.h6,l=this.h7,s=N[t>>28&15]+N[t>>24&15]+N[t>>20&15]+N[t>>16&15]+N[t>>12&15]+N[t>>8&15]+N[t>>4&15]+N[t&15]+N[e>>28&15]+N[e>>24&15]+N[e>>20&15]+N[e>>16&15]+N[e>>12&15]+N[e>>8&15]+N[e>>4&15]+N[e&15]+N[r>>28&15]+N[r>>24&15]+N[r>>20&15]+N[r>>16&15]+N[r>>12&15]+N[r>>8&15]+N[r>>4&15]+N[r&15]+N[n>>28&15]+N[n>>24&15]+N[n>>20&15]+N[n>>16&15]+N[n>>12&15]+N[n>>8&15]+N[n>>4&15]+N[n&15]+N[a>>28&15]+N[a>>24&15]+N[a>>20&15]+N[a>>16&15]+N[a>>12&15]+N[a>>8&15]+N[a>>4&15]+N[a&15]+N[i>>28&15]+N[i>>24&15]+N[i>>20&15]+N[i>>16&15]+N[i>>12&15]+N[i>>8&15]+N[i>>4&15]+N[i&15]+N[o>>28&15]+N[o>>24&15]+N[o>>20&15]+N[o>>16&15]+N[o>>12&15]+N[o>>8&15]+N[o>>4&15]+N[o&15];return this.is224||(s+=N[l>>28&15]+N[l>>24&15]+N[l>>20&15]+N[l>>16&15]+N[l>>12&15]+N[l>>8&15]+N[l>>4&15]+N[l&15]),s};Ie.prototype.toString=Ie.prototype.hex;Ie.prototype.digest=function(){this.finalize();var t=this.h0,e=this.h1,r=this.h2,n=this.h3,a=this.h4,i=this.h5,o=this.h6,l=this.h7,s=[t>>24&255,t>>16&255,t>>8&255,t&255,e>>24&255,e>>16&255,e>>8&255,e&255,r>>24&255,r>>16&255,r>>8&255,r&255,n>>24&255,n>>16&255,n>>8&255,n&255,a>>24&255,a>>16&255,a>>8&255,a&255,i>>24&255,i>>16&255,i>>8&255,i&255,o>>24&255,o>>16&255,o>>8&255,o&255];return this.is224||s.push(l>>24&255,l>>16&255,l>>8&255,l&255),s};Ie.prototype.array=Ie.prototype.digest;Ie.prototype.arrayBuffer=function(){this.finalize();var t=new ArrayBuffer(this.is224?28:32),e=new DataView(t);return e.setUint32(0,this.h0),e.setUint32(4,this.h1),e.setUint32(8,this.h2),e.setUint32(12,this.h3),e.setUint32(16,this.h4),e.setUint32(20,this.h5),e.setUint32(24,this.h6),this.is224||e.setUint32(28,this.h7),t};function In(t,e,r){var n,a=typeof t;if(a==="string"){var i=[],o=t.length,l=0,s;for(n=0;n>6,i[l++]=128|s&63):s<55296||s>=57344?(i[l++]=224|s>>12,i[l++]=128|s>>6&63,i[l++]=128|s&63):(s=65536+((s&1023)<<10|t.charCodeAt(++n)&1023),i[l++]=240|s>>18,i[l++]=128|s>>12&63,i[l++]=128|s>>6&63,i[l++]=128|s&63);t=i}else if(a==="object"){if(t===null)throw new Error(fr);if($r&&t.constructor===ArrayBuffer)t=new Uint8Array(t);else if(!Array.isArray(t)&&(!$r||!ArrayBuffer.isView(t)))throw new Error(fr)}else throw new Error(fr);t.length>64&&(t=new Ie(e,!0).update(t).array());var u=[],c=[];for(n=0;n<64;++n){var d=t[n]||0;u[n]=92^d,c[n]=54^d}Ie.call(this,e,r),this.update(c),this.oKeyPad=u,this.inner=!0,this.sharedMemory=r}In.prototype=new Ie;In.prototype.finalize=function(){if(Ie.prototype.finalize.call(this),this.inner){this.inner=!1;var t=this.array();Ie.call(this,this.is224,this.sharedMemory),this.update(this.oKeyPad),this.update(t),Ie.prototype.finalize.call(this)}};var br=Gl();br.sha256=br;br.sha224=Gl(!0);br.sha256.hmac=Vl();br.sha224.hmac=Vl(!0);var $l=br;var Fg=$l.sha256;function ai(t){return Promise.resolve(Fg(t))}var Bg="auto";function Ql(t){Bg=t}async function ii(t){let{url:e,config:r,state:n}=t,a=new URL(e),i="auto",{translationParagraphLanguagePattern:o,translationService:l,translationServices:s,translationTheme:u,translationThemePatterns:c,translationUrlPattern:d,targetLanguage:g,sourceLanguageUrlPattern:m,immediateTranslationPattern:T}=r,j=g||"zh-CN",k=Tr(e,o),h=Tr(e,T),Q=l,P=Object.keys(s);for(let q of P){let C=s[q];if(Tr(e,C)){Q=q;break}}let $=u,oe=Object.keys(c);for(let q of oe){let C=c[q];if(C&&Tr(e,C)){$=q;break}}let A=Tr(e,d),f=Yl(e,d);f||(f=yt(e,Hs)),f||(f=yt(e,r.blockUrls));let y=Yl(e,r.inputTranslationUrlPattern);y||(y=yt(e,r.inputTranslationBlockUrls));let x=yt(e,r.mutationBlockUrls),I=Object.keys(m),W={};for(let q of I){let C=m[q];if(C&&C.matches)for(let X of C.matches)W[X]=q}let E=Object.keys(W),B=ri(e,E);B&&(i=W[B]??"auto",W[B]&&W[B]!=="auto"&&Ql(W[B]));let H=a.hostname,U=await ai(H),de=a.pathname+a.search+a.hash,Te=await ai(de),z=`https://${U}.com/${Te}`,_=await Ya(),he=await ml(),ae=r.translationStartMode;ae==="dynamic"&&h&&(ae="immediate");let v=Q;r.inputTranslationService&&r.inputTranslationService!=="inherit"&&(v=r.inputTranslationService);let w=Q;r.mouseHoverTranslationService&&r.mouseHoverTranslationService!=="inherit"&&(w=r.mouseHoverTranslationService);let L=Q;r.subtitleTranslateService&&r.subtitleTranslateService!=="inherit"&&(L=r.subtitleTranslateService);let Z=await mr.get(Ft,null),G=!1;Z&&(G=dr(Z));let M={targetLanguage:j,config:r,translationService:Q,inputTranslationService:v,mouseHoverTranslationService:w,subtitleTranslateService:L,isTranslateUrl:A,sourceLanguage:i,mainFrame:document.body,isTranslateExcludeUrl:f,isMutationTranslationExcludeUrl:x,isInputTranslationExcludeUrl:y,rule:r.generalRule,url:e,encryptedUrl:z,state:n?Object.assign({translationMode:r.translationMode,translationArea:r.translationArea,translationStartMode:ae,immediateTranslationTextCount:r.immediateTranslationTextCount,isAutoTranslate:!1,translationDebounce:300,isNeedClean:!1,isDetectParagraphLanguage:k,cache:r.cache,translationTheme:$,isTranslateDirectlyOnHover:!1},n):{translationMode:r.translationMode,translationArea:r.translationArea,translationStartMode:ae,immediateTranslationTextCount:r.immediateTranslationTextCount,isAutoTranslate:!1,translationDebounce:300,isNeedClean:!1,isDetectParagraphLanguage:k,cache:r.cache,translationTheme:$,isTranslateDirectlyOnHover:!1},localConfig:_};Z&&(M.user=Z,G?M.isPro=!0:M.isPro=!1),M.state.translationArea==="body"&&(M.config.generalRule.excludeTags=M.config.generalRule.excludeTags.filter(q=>!M.config.generalRule.bodyTranslateTags.includes(q)),M.config.generalRule.additionalExcludeSelectors=M.config.generalRule.additionalExcludeSelectors.filter(q=>q!==".btn"));let te=r.translationServices[M.translationService]||{};te.immediateTranslationTextCount!==void 0&&Ig(te.immediateTranslationTextCount)&&te.immediateTranslationTextCount>=0&&(M.state.immediateTranslationTextCount=te.immediateTranslationTextCount),M.translationService==="deepl"&&(te&&te.authKey&&te.authKey.startsWith("immersive_")||te&&te.provider==="pro"&&M.user?.token)&&te.immediateTranslationTextCountForImmersiveDeepl!==void 0&&te.immediateTranslationTextCountForImmersiveDeepl>=0&&(M.state.immediateTranslationTextCount=te.immediateTranslationTextCountForImmersiveDeepl),te&&te.translationDebounce&&typeof te.translationDebounce=="number"&&(M.state.translationDebounce=te.translationDebounce);let Y=he.immediateTranslationTextCount;r.immediateTranslationTextCount!==Y&&(M.state.immediateTranslationTextCount=r.immediateTranslationTextCount);let O=r.rules,R;globalThis.PDFViewerApplication?R=O.find(q=>q.pageType=="pdfReader"):globalThis.immersiveTranslateEbookViewer?R=O.find(q=>q.pageType=="ebookReader"):globalThis.immersiveTranslateEbookBuilder?R=O.find(q=>q.pageType=="ebookBuilder"):R=O.find(q=>Tr(e,q)),M.state.translationArea==="body"&&(M.rule.paragraphMinTextCount=1,M.rule.paragraphMinWordCount=1),R&&R.pageType==="ebookBuilder"&&(M.state.translationStartMode="immediate");let re=r.generalRule;if(R&&(M.rule=En(re,R)),M.rule.selectors.length>0&&(M.rule.paragraphMinTextCount=2,M.rule.paragraphMinWordCount=1),M.state.translationArea==="body"&&M.rule.excludeTags&&(M.rule.excludeTags=M.rule.excludeTags.filter(q=>!M.rule.bodyTranslateTags.includes(q)&&!M.rule.forceTranslateTags.includes(q))),M.rule.mainFrameSelector){let q=document.querySelector(M.rule.mainFrameSelector);q&&(M.mainFrame=q)}return M}function Tr(t,e){if(!e)return!1;let{matches:r,excludeMatches:n,selectorMatches:a,excludeSelectorMatches:i}=e;return n&&n.length>0&&yt(t,n)?!1:r&&r.length>0&&yt(t,r)?!0:i&&i.length>0&&Ln(i)?!1:!!(a&&a.length>0&&Ln(a))}function Yl(t,e){if(!e)return!1;let{excludeMatches:r,excludeSelectorMatches:n}=e;return!!(r&&r.length>0&&yt(t,r)||n&&n.length>0&&Ln(n))}function Ig(t){return typeof t=="number"}var vr="imt-subtitle-inject",zn=class{from;to;constructor(e,r){this.from=e,this.to=r}sendMessages(e){globalThis.postMessage({type:vr,to:this.to,from:this.from,action:e.action,data:e.data,id:e.id||new Date().getTime(),isAsync:!1})}getRandomId(){return(new Date().getTime()+Math.random())*Math.random()}sendAsyncMessages({action:e,data:r}){return new Promise(n=>{let a=this.getRandomId();globalThis.postMessage({type:vr,to:this.to,from:this.from,action:e,data:r,id:a,isAsync:!0});let i=({data:o})=>{vr===o.type&&o.id===a&&o.to===this.from&&(n(o.data),globalThis.removeEventListener("message",i))};globalThis.addEventListener("message",i)})}handleMessageOnce(e){return new Promise(r=>{let n=({data:a})=>{vr===a.type&&a.action===e&&a.to===this.from&&(r(a.data),globalThis.removeEventListener("message",n))};globalThis.addEventListener("message",n)})}handleMessage(e,r){let n=({data:a})=>{vr===a.type&&a.action===e&&a.to===this.from&&r(a)};return globalThis.addEventListener("message",n),()=>{globalThis.removeEventListener("message",n)}}handleMessages(e){let r=({data:n})=>{vr===n.type&&n.to===this.from&&e(n)};return globalThis.addEventListener("message",r),()=>{globalThis.removeEventListener("message",r)}}},Mn=new zn("content-script","inject"),zg=new zn("inject","content-script"),Xl={get(t,e,r){return e in t?(...n)=>{let a=t[e];return typeof a=="function"?a.apply(t,n):Reflect.get(t,e,r)}:n=>t.sendAsyncMessages({action:e,data:n})}},fC=new Proxy(zg,Xl),bC=new Proxy(Mn,Xl);async function Mg(){try{let t=await Ng(jl(),{});if(t.isTranslateExcludeUrl||!t.rule.subtitleRule.type||t.rule.subtitleRule.disabled||!t.rule.subtitleRule.isInject)return;Rg(t),Og(t)}catch{}}function Og(t){if(Ge()){let r=Oe().IMMERSIVE_TRANSLATE_VIDEO_SUBTITLE_INJECT,n=document.createElement("script");n.id="imt-subtitles-inject",n.textContent=r,document.head.appendChild(n)}else se.storage.sync.get("open").then(()=>{let e=se.runtime.getURL("video-subtitle/inject.js");if(document.querySelector(`script[src='${e}']`))return;let n=document.createElement("script");n.src=e,n.id="imt-subtitles-inject",document.head.appendChild(n)})}function Rg(t){Mn.handleMessages(({id:e,action:r})=>{if(r==="getConfig"){let n=t.rule.subtitleRule;Mn.sendMessages({id:e,data:n})}})}Mg();var yr=null;async function Ng(t,e){let r=Object.keys(e);if(yr){let n={url:t,config:yr.config,state:{...yr.state,...e}};yr=await ii(n)}else{let n=await qg(),a=e;r.length===0&&(a=void 0),yr=await ii({url:t,config:n,state:a})}return yr}function qg(){return Ge()?Xa():Ug({method:"getConfig"})}async function Ug(t){return await $a().sendMessage("background:main",t)}})(); /*! Bundled license information: bowser/src/bowser.js: diff --git a/dist/chrome/manifest.json b/dist/chrome/manifest.json index 543479d..8880a2c 100644 --- a/dist/chrome/manifest.json +++ b/dist/chrome/manifest.json @@ -2,7 +2,7 @@ "manifest_version": 3, "name": "__MSG_brandName__", "description": "__MSG_brandDescription__", - "version": "1.4.5", + "version": "1.4.6", "default_locale": "en", "background": { "service_worker": "background.js" diff --git a/dist/chrome/options.js b/dist/chrome/options.js index 3621441..e10cd06 100644 --- a/dist/chrome/options.js +++ b/dist/chrome/options.js @@ -1,4 +1,4 @@ -(()=>{var GS=Object.create;var bd=Object.defineProperty;var VS=Object.getOwnPropertyDescriptor;var $S=Object.getOwnPropertyNames;var YS=Object.getPrototypeOf,QS=Object.prototype.hasOwnProperty;var ZS=(e,t)=>()=>(e&&(t=e(e=0)),t);var JS=(e,t)=>()=>(t||e((t={exports:{}}).exports,t),t.exports),ol=(e,t)=>{for(var n in t)bd(e,n,{get:t[n],enumerable:!0})},XS=(e,t,n,r)=>{if(t&&typeof t=="object"||typeof t=="function")for(let a of $S(t))!QS.call(e,a)&&a!==n&&bd(e,a,{get:()=>t[a],enumerable:!(r=VS(t,a))||r.enumerable});return e};var eC=(e,t,n)=>(n=e!=null?GS(YS(e)):{},XS(t||!e||!e.__esModule?bd(n,"default",{value:e,enumerable:!0}):n,e));var E,p=ZS(()=>{E={BUILD_TIME:"2024-04-03T14:28:35.000Z",VERSION:"1.4.5",PROD:"1",REDIRECT_URL:"https://dash.immersivetranslate.com/auth-done/",PROD_API:"1",BETA:"0",IMMERSIVE_TRANSLATE_INJECTED_CSS:`:root { +(()=>{var GS=Object.create;var bd=Object.defineProperty;var VS=Object.getOwnPropertyDescriptor;var $S=Object.getOwnPropertyNames;var YS=Object.getPrototypeOf,QS=Object.prototype.hasOwnProperty;var ZS=(e,t)=>()=>(e&&(t=e(e=0)),t);var JS=(e,t)=>()=>(t||e((t={exports:{}}).exports,t),t.exports),ol=(e,t)=>{for(var n in t)bd(e,n,{get:t[n],enumerable:!0})},XS=(e,t,n,r)=>{if(t&&typeof t=="object"||typeof t=="function")for(let a of $S(t))!QS.call(e,a)&&a!==n&&bd(e,a,{get:()=>t[a],enumerable:!(r=VS(t,a))||r.enumerable});return e};var eC=(e,t,n)=>(n=e!=null?GS(YS(e)):{},XS(t||!e||!e.__esModule?bd(n,"default",{value:e,enumerable:!0}):n,e));var E,p=ZS(()=>{E={BUILD_TIME:"2024-04-04T07:37:00.000Z",VERSION:"1.4.6",PROD:"1",REDIRECT_URL:"https://dash.immersivetranslate.com/auth-done/",PROD_API:"1",BETA:"0",IMMERSIVE_TRANSLATE_INJECTED_CSS:`:root { --immersive-translate-theme-underline-borderColor: #72ece9; --immersive-translate-theme-nativeUnderline-borderColor: #72ece9; --immersive-translate-theme-nativeDashed-borderColor: #72ece9; @@ -4980,7 +4980,7 @@ ass\u3001HTML\u3001TXT\u6587\u4EF6`,"subtitle.quickButton.setting":"\u8BBE\u7F6E {env.imt_sub_trans_field}: \u8BD1\u6587 - id: 2 {env.imt_sub_source_field}: Source - {env.imt_sub_trans_field}: \u8BD1\u6587`,"browser.PdfProFile":"AI \u9A71\u52A8\u7684 PDF Pro \u7FFB\u8BD1","browser.textTranslate":"\u6587\u672C\u7FFB\u8BD1"};var bb={nologin:"\u672A\u767B\u9304",loginForSafari:"\u767B\u5165\u6216\u8A3B\u518A",login:"\u767B\u9304",goLogin:"\u53BB\u767B\u9304",manageAccount:"\u7BA1\u7406\u8CEC\u6236",openPremium:"\u958B\u901A\u6703\u54E1",logout:"\u9000\u51FA",curentPlan:"\u7576\u524D\u5957\u9910",endAt:"\u5230\u671F",endAuto:"\u81EA\u52D5\u7E8C\u671F",lineBreakMaxTextCount:"\u63DB\u884C\u5F8C\uFF0C\u6BCF\u53E5\u8A71\u5141\u8A31\u7684\u6700\u5927\u5B57\u5143\u6578\u91CF","translate-pdf":"\u9EDE\u9078\u7FFB\u8B6F PDF","noSupportTranslate-pdf":"\u8173\u672C\u4E0D\u652F\u63F4\uFF0C\u8ACB\u4F7F\u7528\u64F4\u5145\u5957\u4EF6","translate-firefox-local-pdf":"\u9EDE\u64CA\u53BB\u5C0E\u5165PDF",enableLineBreak:"\u958B\u555F\u9577\u6BB5\u843D\u81EA\u52D5\u63DB\u884C",sponsorLabel:"$1 \u8D77\u8D0A\u52A9\u958B\u767C\u8005 (\u6708\u4ED8\u6216\u50C5\u8D0A\u52A9\u4E00\u6B21\u5747\u53EF)",help:"\u8AAA\u660E",enableLineBreakDescription:"\u555F\u7528\u5F8C\uFF0C\u5C07\u6703\u5728\u9577\u6BB5\u843D\u4E2D\u6BCF\u53E5\u8A71\u7D50\u675F\u63D2\u5165\u63DB\u884C\u5B57\u5143\uFF0C\u4EE5\u4FBF\u65BC\u95B1\u8B80","browser.shortBrandName":"\u6C89\u6D78\u5F0F\u7FFB\u8B6F","browser.brandName":"\u6C88\u6D78\u5F0F\u7FFB\u8B6F - \u7DB2\u9801\u7FFB\u8B6F\u64F4\u5145 | PDF\u7FFB\u8B6F | \u514D\u8CBB","browser.brandDescription":"\u3010\u6C88\u6D78\u5F0F\u7FFB\u8B6F\u3011\u4E00\u6B3E\u514D\u8CBB\u7684\uFF08\u539F\u6587/\u8B6F\u6587\uFF09\u96D9\u8A9E\u5C0D\u7167\u7DB2\u9801\u7FFB\u8B6F\u64F4\u5145\uFF0C\u540C\u6642\u652F\u6301PDF\u7FFB\u8B6F\uFF08\u4FDD\u7559\u539F\u6587\u6A94\u6392\u7248\uFF09\uFF0C\u8996\u983B\u96D9\u8A9E\u5B57\u5E55\u7FFB\u8B6F\uFF08Youtube, Netflix\u7B49\uFF09\uFF0CEPUB\u96FB\u5B50\u66F8\u7FFB\u8B6F\u7B49\uFF1B\u652F\u6301\u8ABF\u7528\u4EBA\u5DE5\u667A\u80FDAI\u7FFB\u8B6F\u5927\u6A21\u578B\uFF08OpenAI (ChatGPT)\u3001DeepL\u3001Gemini(Bard) \u7B49 \uFF09\u5C0D\u4EE5\u4E0A\u5167\u5BB9\u9032\u884C\u66F4\u6E96\u78BA\u7684\u7FFB\u8B6F\uFF1B","browser.toggleTranslatePage":"\u7FFB\u8B6F\u7DB2\u9801/\u986F\u793A\u539F\u6587","browser.toggleTranslateTheWholePage":"\u7FFB\u8B6F\u9801\u9762\u5168\u90E8\u5340\u57DF/\u986F\u793A\u539F\u6587","browser.toggleTranslateToThePageEndImmediately":"\u7ACB\u5373\u7FFB\u8B6F\u5230\u9801\u9762\u5E95\u90E8/\u986F\u793A\u539F\u6587","browser.toggleTranslateTheMainPage":"\u7FFB\u8B6F\u9801\u9762\u4E3B\u8981\u5340\u57DF/\u986F\u793A\u539F\u6587","browser.shareToDraft":"\u751F\u6210\u7DB2\u9801\u5FEB\u7167","browser.openOptionsPage":"\u958B\u555F\u8A2D\u5B9A\u9801\u9762","browser.translateLocalPdfFile":"\u7FFB\u8B6F\u672C\u6A5F PDF \u6A94\u6848","browser.openEbookViewer":"\u95B1\u8B80\u672C\u6A5F\u96FB\u5B50\u66F8","browser.openEbookBuilder":"\u88FD\u4F5C\u96D9\u8A9E EPUB \u96FB\u5B50\u66F8","browser.translateLocalHtmlFile":"\u7FFB\u8B6F HTML/txt \u6A94\u6848","browser.donateContext":"\u4E86\u89E3\u8D0A\u52A9\u798F\u5229","browser.translateLocalSubtitleFile":"\u7FFB\u8B6F\u5B57\u5E55\u6A94\u6848",confirmResetConfig:"\u4F60\u78BA\u5B9A\u8981\u91CD\u8A2D\u8A2D\u5B9A\u55CE\uFF1F",translationLineBreakSettingTitle:"\u8B6F\u6587\u63DB\u884C\u8A2D\u5B9A",smartLineBreak:"\u667A\u6167\u63DB\u884C",alwaysLineBreak:"\u7E3D\u662F\u63DB\u884C",isShowContextMenu:"\u5C07\u7DB2\u9801\u7FFB\u8B6F\u529F\u80FD\u52A0\u5165\u53F3\u9375\u9078\u55AE",toggleBeta:"\u958B\u555F Beta \u6E2C\u8A66\u529F\u80FD",betaDescription:"\u555F\u7528\u4ECD\u5728\u5BE6\u9A57\u7684\u529F\u80FD\u4EE5\u53CA\u6E2C\u8A66\u4E2D\u7684\u7FFB\u8B6F\u670D\u52D9\u3002\u52A0\u5165 <1>Telegram \u7FA4\u7D44\u4E86\u89E3\u66F4\u591A\u3002",translationLineBreakSettingDescription:"\u7E3D\u662F\u63DB\u884C\u9069\u7528\u65BC\u8F03\u5C11\u5167\u5BB9\u7684\u7248\u9762\uFF0C\u66F4\u6574\u9F4A\u3002(\u5728\u5167\u5BB9\u8F03\u591A\u7684\u9577\u6BB5\u843D(\u8D85\u904E {count} \u500B\u5B57\u5143) \u4F7F\u7528\u667A\u6167\u63DB\u884C\u6703\u66F4\u7701\u7A7A\u9593)",tempTranslateDomainTitle:"\u81E8\u6642\u958B\u555F\u7DB2\u7AD9\u7FFB\u8B6F\u7684\u6642\u9577",tempTranslateDomainDescription:"\u7576\u624B\u52D5\u7FFB\u8B6F\u67D0\u500B\u7DB2\u9801\u7684\u6642\u5019\uFF0C\u81E8\u6642\u958B\u555F\u8A72\u7DB2\u7AD9\u70BA\u81EA\u52D5\u7FFB\u8B6F",xMinutes:"{count} \u5206\u9418",disabled:"\u505C\u7528",changelog:"\u66F4\u65B0\u8A18\u9304",toggleTranslatePageWhenThreeFingersOnTheScreen:"\u591A\u6307\u540C\u6642\u89F8\u6478\u87A2\u5E55\u5247\u7FFB\u8B6F\u7DB2\u9801/\u986F\u793A\u539F\u6587",toggleTranslationMaskWhenThreeFingersOnTheScreen:"\u591A\u6307\u540C\u6642\u89F8\u6478\u5247\u986F\u793A/\u96B1\u85CF\u8B6F\u6587\u6A21\u7CCA\u6548\u679C",addUrlDescription:"\u53EF\u4EE5\u70BA\u7DB2\u57DF\u540D\u7A31\uFF0C\u540C\u6642\u652F\u63F4\u842C\u7528\u5B57\u5143\uFF0C\u5982\uFF1A*.google.com, google.com/mail/*, https://www.google.com/*",general:"\u57FA\u672C\u8A2D\u5B9A",clickToExpandConfig:"\u5C55\u958B\u76EE\u524D\u8A2D\u5B9A",import:"\u5F9E\u6A94\u6848\u532F\u5165",export:"\u532F\u51FA\u70BA\u6A94\u6848",toggleDebug:"\u5728\u4E3B\u63A7\u53F0\u986F\u793A\u5075\u932F\u8A18\u9304","fingers.0":"\u95DC\u9589",mouseHoldKey:"+ {key} \u7FFB\u8B6F/\u9084\u539F\u8A72\u6BB5",mouseHoldKeyAuto:"\u76F4\u63A5\u7FFB\u8B6F\u8A72\u6BB5",mouseHoldKeyOff:"\u4E0D\u505A\u4EFB\u4F55\u4E8B\u60C5",mouseHoldKeyOther:"\u81EA\u5B9A\u7FA9\u5FEB\u6377\u9375(\u6253\u958B\u8A2D\u7F6E)",mouseHoldKeyCustomKey:"{key} \u7FFB\u8B6F/\u9084\u539F\u8A72\u6BB5","mouse-translate":"\u9F20\u6A19\u6ED1\u904E",document:"\u8AAA\u660E\u6587\u4EF6",resetSuccess:"\u91CD\u8A2D\u6240\u6709\u8A2D\u5B9A\u6210\u529F",resetThisSuccess:"\u91CD\u8A2D\u6210\u529F",saved:"\u5132\u5B58\u6210\u529F",successImportConfig:"\u6210\u529F\u532F\u5165\u8A2D\u5B9A",goAdvancedSettings:"\u524D\u5F80\u9032\u968E\u8A2D\u5B9A\u9801\u9762",goAdvancedInterfaceSettings:"\u524D\u5F80\u81EA\u8A02\u8A2D\u5B9A\u9801\u9762",advanced:"\u9032\u968E\u8A2D\u5B9A",advancedDescription:"\u6B63\u5E38\u60C5\u6CC1\u7121\u9700\u8A2D\u5B9A\uFF0C\u4FDD\u6301\u9810\u8A2D\u5373\u53EF\u3002\u50C5\u91DD\u5C0D\u66F4\u5C08\u696D\u7684\u4F7F\u7528\u8005\uFF0C\u63D0\u4F9B\u66F4\u500B\u4EBA\u5316\u7684\u8A2D\u5B9A\u9805\u76EE\u3002",developer:"\u958B\u767C\u8005\u8A2D\u5B9A",donateCafe:"\u50F9\u683C","translate to the bottom of the page":"\u9032\u5165\u7DB2\u9801\u5F8C\uFF0C\u662F\u5426\u7ACB\u5373\u7FFB\u8B6F\u5230\u9801\u9762\u5E95\u90E8\uFF1F",feedback:"\u554F\u984C\u56DE\u5831",toggleTranslatePage:"\u7FFB\u8B6F\u7DB2\u9801/\u986F\u793A\u539F\u6587",translateToThePageEndImmediatelyDescription:"\u555F\u7528\u5F8C\uFF0C\u9032\u5165\u7DB2\u9801\u5C07\u7ACB\u5373\u7FFB\u8B6F\u5F9E\u9802\u90E8\u5230\u5E95\u90E8\u7684\u5167\u5BB9\u3002\u95DC\u9589\u5247\u908A\u770B\u908A\u8B6F\u3002\uFF08\u4E0D\u63A8\u85A6\u958B\u555F\uFF09","translate all areas of the page":"\u662F\u5426\u7FFB\u8B6F\u7DB2\u9801\u6240\u6709\u5340\u57DF",translationAreaDescription:"\u555F\u7528\u5F8C\uFF0C\u7DB2\u9801\u7684\u6240\u6709\u5340\u57DF\u90FD\u6703\u88AB\u7FFB\u8B6F\u3002\u95DC\u9589\u5247\u4F7F\u7528\u9810\u8A2D\u7684\u667A\u6167\u8FA8\u8B58\uFF0C\u50C5\u7FFB\u8B6F\u4E3B\u8981\u5340\u57DF\u3002(\u4E0D\u63A8\u85A6\u958B\u555F)","the number of characters to be translated first":"\u76F4\u63A5\u7FFB\u8B6F\u9801\u9762\u524D\u591A\u5C11\u500B\u5B57\u5143\uFF0C\u800C\u7121\u9700\u7B49\u5F85\u6372\u52D5\u81F3\u53EF\u898B\u5340\u57DF","interface language":"\u4ECB\u9762\u8A9E\u8A00","display both the original text and the translation":"\u540C\u6642\u986F\u793A\u539F\u6587\u548C\u8B6F\u6587","keyboard shortcuts":"\u9375\u76E4\u5FEB\u901F\u9375",modify:"\u8B8A\u66F4\u5FEB\u901F\u9375",reset:"\u91CD\u8A2D",close:"\u95DC\u9589",homepage:"\u9996\u9801",more:"\u66F4\u591A",moreOptions:"\u5C55\u958B\u66F4\u591A\u81EA\u8A02\u9078\u9805",translateTheWholePage:"\u7FFB\u8B6F\u9801\u9762\u5168\u90E8\u5340\u57DF\uFF08\u5340\u5206\u65BC\u53EA\u7FFB\u8B6F\u4E3B\u8981\u5340\u57DF\uFF09",changeToTranslateTheWholePage:"\u5207\u63DB\u70BA\u7FFB\u8B6F\u6240\u6709\u5340\u57DF",changeToTranslateTheMainPage:"\u5207\u63DB\u70BA\u7FFB\u8B6F\u4E3B\u8981\u5340\u57DF",translateToThePageEndImmediately:"\u7ACB\u5373\u7FFB\u8B6F\u5230\u5E95\u90E8\uFF08\u5340\u5206\u65BC\u770B\u54EA\u8B6F\u54EA\uFF09",translateTheMainPage:"\u667A\u6167\u7FFB\u8B6F\u4E3B\u8981\u5340\u57DF","The local rules are up to date":"\u672C\u6A5F\u898F\u5247\u5DF2\u70BA\u6700\u65B0\uFF1A","Successfully synchronized with the latest official rules:":"\u6210\u529F\u540C\u6B65\u6700\u65B0\u5B98\u65B9\u898F\u5247\uFF1A","Checking for updates":"\u6B63\u5728\u6AA2\u67E5\u66F4\u65B0","Rules are being synchronized":"\u6B63\u5728\u540C\u6B65\u5B98\u65B9\u898F\u5247",localVersionIsTooOld:"\u672C\u6A5F\u5957\u4EF6\u7248\u672C\u904E\u820A\uFF0C\u8ACB\u5347\u7D1A\u5957\u4EF6\u81F3 {minVersion} \u6216\u66F4\u65B0\u7684\u7248\u672C\u518D\u5617\u8A66\u540C\u6B65",badUserscriptBrowser:"\u76EE\u524D\u700F\u89BD\u5668\u7121\u6CD5\u6B63\u78BA\u5BE6\u73FE\u6CB9\u7334\u5957\u4EF6\u7684\u4ECB\u9762\uFF0C\u8ACB\u4F7F\u7528\u5176\u4ED6<1>\u652F\u63F4\u6CB9\u7334\u5957\u4EF6\u7684\u700F\u89BD\u5668\u5982(Firefox Nightly \u7248\u672C)",foundNewVersion:"\u6709\u65B0\u7248\u672C\u53EF\u7528",theLocalExtensionIsUpToUpdate:"\u76EE\u524D\u5957\u4EF6\u5DF2\u662F\u6700\u65B0\u7248\u672C",failToSyncRules:"\u540C\u6B65\u6700\u65B0\u5B98\u65B9\u898F\u5247\u5931\u6557",retry:"\u9EDE\u6B64\u91CD\u8A66",failedReason:"\u5931\u6557\u539F\u56E0",currentRuleVersion:"\u76EE\u524D\u898F\u5247\u7248\u672C",calculating:"\u6B63\u5728\u8A08\u7B97",unknownError:"\u672A\u77E5\u7684\u932F\u8AA4",canNotFetchRemoteRule:"\u7121\u6CD5\u53D6\u5F97\u9060\u7AEF\u898F\u5247",enableAlphaSuccess:"\u5DF2\u555F\u7528 Alpha \u529F\u80FD",disableAlphaSuccess:"\u5DF2\u505C\u7528 Alpha \u529F\u80FD",cacheSize:"\u5FEB\u53D6\u5927\u5C0F\uFF1A",cleaning:"\u6B63\u5728\u6E05\u7406",cleanCache:"\u6E05\u9664\u5FEB\u53D6",options:"\u9078\u9805",about:"\u95DC\u65BC",service:"\u7FFB\u8B6F\u670D\u52D9",needAction:"(\u524D\u5F80\u8A2D\u5B9A)",goSettings:"\u524D\u5F80\u8A2D\u5B9A",needActionForOptions:"(\u9700\u8A2D\u5B9A)",translationEngine:"\u5F15\u64CE\u9078\u9805",sourceLanguage:"\u539F\u6587\u8A9E\u8A00",target:"\u76EE\u6A19\u8A9E\u8A00",popupSourceLanguage:"\u539F\u6587\u8A9E\u8A00",popupTarget:"\u76EE\u6A19\u8A9E\u8A00",popupService:"\u7FFB\u8B6F\u670D\u52D9",forThisSite:"\u7576\u524D\u7DB2\u7AD9",autoEnableSubtitle:"\u81EA\u52D5\u958B\u555F\u96D9\u8A9E\u5B57\u5E55",alwaysTranslate:"\u7E3D\u662F\u7FFB\u8B6F",neverTranslate:"\u6C38\u4E0D\u7FFB\u8B6F",neverTranslateSomeLanguage:"\u6C38\u4E0D\u7FFB\u8B6F {language}",alwaysTranslateSomeSite:"\u7E3D\u662F\u7FFB\u8B6F {hostname}",neverTranslateSomeSite:"\u6C38\u4E0D\u7FFB\u8B6F {hostname}",alwaysTranslateSomeSiteOrWildSite:"\u7E3D\u662F\u7FFB\u8B6F\u7DB2\u7AD9",alwaysTranslateSomePage:"\u7E3D\u662F\u7FFB\u8B6F\u8A72\u7DB2\u9801",add:"\u65B0\u589E",default:"\u9810\u8A2D",forThisLanguage:"\u91DD\u5C0D\u8A72\u8A9E\u8A00\uFF1A","add url":"\u8F38\u5165 URL",edit:"\u7DE8\u8F2F",pickAll:"\u5168\u9078","translate other languages into specific language":"\u5C07\u5176\u5B83\u8A9E\u8A00\u7FFB\u8B6F\u70BA\u4F60\u8A2D\u5B9A\u7684\u8A9E\u8A00","select translation service":"\u9078\u64C7\u4F60\u60F3\u7528\u7684\u7FFB\u8B6F\u670D\u52D9",language:"\u8A9E\u8A00","show-original":"\u986F\u793A\u539F\u6587",translate:"\u7FFB\u8B6F",Translated:"\u5DF2\u7FFB\u8B6F",Translating:"\u6B63\u5728\u7FFB\u8B6F",Error:"\u932F\u8AA4",allowCacheTranslations:"\u555F\u7528\u672C\u6A5F\u7FFB\u8B6F\u5FEB\u53D6\uFF08\u6E1B\u5C11\u91CD\u8907\u6BB5\u843D\u7684\u7FFB\u8B6F\u8981\u6C42\uFF09","translation display":"\u8B6F\u6587\u986F\u793A\u6A23\u5F0F","select diplay style":"\u5340\u5206\u8B6F\u6587\u7684\u6A23\u5F0F\uFF0C\u5177\u9AD4\u53EF\u53C3\u8003\u4E0B\u5217\u7BC4\u4F8B",interface:"\u4ECB\u9762\u8A2D\u5B9A",import_export:"\u532F\u5165/\u532F\u51FA",import_export_title:"\u532F\u5165/\u532F\u51FA\u8A2D\u5B9A",syncToGoogleDrive:"\u7ACB\u5373\u8207 Google Drive \u540C\u6B65","floatBallOptions.enable":"\u555F\u7528\u61F8\u6D6E\u7403","floatBallOptions.blockUrls":"\u7981\u7528\u7DB2\u7AD9","floatBallOptions.add":"\u6DFB\u52A0","floatBallOptions.blockUrlDesc":"\u7576\u9047\u5230\u4EE5\u4E0B\u7DB2\u7AD9\u6642\u4E0D\u986F\u793A\u61F8\u6D6E\u7403","floatBallOptions.clickType":"\u9EDE\u64CA\u884C\u70BA","floatBallOptions.clickTypeDesc":"\u61F8\u6D6E\u7403\u5716\u6A19\u9EDE\u64CA\u6642\u7684\u884C\u70BA","floatBallOptions.clickPopup":"\u986F\u793A\u7FFB\u8B6F\u9762\u677F","floatBallOptions.clickTranslate":"\u7FFB\u8B6F/\u986F\u793A\u539F\u6587","floatBallOptions.fixedPosition":"\u56FA\u5B9A\u4F4D\u7F6E","floatBallOptions.fixedPositionDesc":"\u61F8\u6D6E\u7403\u5728\u7A97\u53E3\u5DE6\u5074\u9084\u662F\u53F3\u5074","floatBallOptions.fixedPositionLeft":"\u5DE6\u5074","floatBallOptions.fixedPositionRight":"\u53F3\u5074",previewAllThemes:"\u9810\u89BD\u5168\u90E8\u6A23\u5F0F","translationTheme.none":"\u7121","translationTheme.grey":"\u9ED1\u7070\u8272","translationTheme.dashed":"\u7834\u6298\u865F\u5E95\u7DDA","translationTheme.dotted":"\u9EDE\u72C0\u5E95\u7DDA","translationTheme.dashedBorder":"\u865B\u7DDA\u6846\u7DDA","translationTheme.solidBorder":"\u5BE6\u7DDA\u6846\u7DDA","translationTheme.underline":"\u76F4\u7DDA\u5E95\u7DDA","translationTheme.mask":"\u6A21\u7CCA\u6548\u679C\uFF08\u5B78\u7FD2\u6A21\u5F0F\uFF09","translationTheme.opacity":"\u900F\u660E\u6548\u679C","translationTheme.paper":"\u767D\u7D19\u9670\u5F71\u6548\u679C","translationTheme.dividingLine":"\u5206\u9694\u7DDA","translationTheme.highlight":"\u9192\u76EE\u63D0\u793A","translationTheme.marker":"\u99AC\u514B\u7B46","translationTheme.marker2":"\u99AC\u514B\u7B462","translationTheme.blockquote":"\u5F15\u7528\u6A23\u5F0F","translationTheme.weakening":"\u5F31\u5316","translationTheme.italic":"\u659C\u9AD4","translationTheme.bold":"\u7C97\u9AD4","translationTheme.thinDashed":"\u7D30\u7834\u6298\u865F\u5E95\u7DDA","translationTheme.nativeDashed":"\u7CFB\u7D71\u5167\u5EFA\u7834\u6298\u865F\u5E95\u7DDA","translationTheme.nativeDotted":"\u7CFB\u7D71\u5167\u5EFA\u9EDE\u72C0\u5E95\u7DDA","translationTheme.nativeUnderline":"\u7CFB\u7D71\u5167\u5EFA\u76F4\u7DDA\u5E95\u7DDA","translationTheme.wavy":"\u6CE2\u5F62\u66F2\u7DDA","translationServices.custom":"\u81EA\u5B9A\u7FA9API","translationServices.tencent":"\u9A30\u8A0A\u7FFB\u8B6F\u541B","translationServices.tenAlpha":"\u9A30\u8A0A\u7FFB\u8B6F\u541B(Alpha)","translationServices.google":"Google \u7FFB\u8B6F","translationServices.bai":"\u767E\u5EA6(Alpha)","translationServices.baidu":"\u767E\u5EA6\u7FFB\u8B6F","translationServices.aliyun":"\u963F\u91CC\u96F2\u7FFB\u8B6F","translationServices.volc":"\u706B\u5C71\u7FFB\u8B6F","translationServices.deeplx":"DeepLX(Beta)","translationServices.bing":"\u5FAE\u8F6F\u7FFB\u8B6F","translationServices.deepl":"DeepL","translationServices.wechat":"\u5FAE\u4FE1\u7FFB\u8B6F","translationServices.azure":"Azure \u7FFB\u8B6F","translationServices.ibm":"IBM Watson","translationServices.aws":"\u4E9E\u99AC\u905C\u7FFB\u8B6F","translationServices.mock":"\u6A21\u64EC\u7FFB\u8B6F","translationServices.mock2":"\u6A21\u64EC\u7FFB\u8B6F2","translationServices.caiyun":"\u5F69\u96F2\u5C0F\u8B6F","translationServices.cai":"\u5F69\u96F2\u5C0F\u8B6F (Alpha)","translationServices.volcAlpha":"\u706B\u5C71\u7FFB\u8B6F(Alpha)","translationServices.openl":"OpenL","translationServices.youdao":"\u6709\u9053\u7FFB\u8B6F","translationServices.you":"\u6709\u9053\u7FFB\u8B6F (Alpha)","translationServices.transmart":"\u9A30\u8A0A\u4EA4\u4E92\u7FFB\u8B6F","translationServices.niu":"\u5C0F\u725B\u7FFB\u8B6F","translationServices.papago":"Papago \u7FFB\u8B6F","translationServices.d":"Deepl(Alpha)","translationServices.dpro":"D Pro (Canary)","translationServices.openai":"OpenAI","translationServices.yandex":"Yandex","translationServices.chatgpt":"ChatGPT Web(3.5 mobile)","translate title":"\u7FFB\u8B6F\u9801\u9762\u6A19\u984C","always languages":"\u7E3D\u662F\u7FFB\u8B6F\u7684\u8A9E\u8A00",neverTranslateLanguagesLabel:"\u6C38\u4E0D\u7FFB\u8B6F\u7684\u8A9E\u8A00",neverTranslateTheFollowingLanguagesDescription:"\u7576\u9801\u9762\u4E2D\u67D0\u4E00\u6BB5\u843D\u7684\u8A9E\u8A00\u70BA\u4E0B\u5217\u8A9E\u8A00\u6642\uFF0C\u5C07\u8DF3\u904E\u7FFB\u8B6F",enableUserscriptPagePopup:"\u5728\u9801\u9762\u4E0A\u986F\u793A\u61F8\u6D6E\u7403",enableUserscriptPagePopupDescription:"\u95DC\u9589\u61F8\u6D6E\u7403\u5F8C\uFF0C\u53EF\u4EE5\u7528\u5FEB\u901F\u9375/{touch}\u518D\u6B21\u986F\u793A\u3002\u70BA\u9632\u6B62\u4E0D\u614E\u95DC\u9589\u8A72\u9078\u9805\u5F8C\u627E\u4E0D\u5230\u61F8\u6D6E\u7403\uFF0C\u5EFA\u8B70\u5C07\u672C\u8A2D\u5B9A\u9801\u9762\u52A0\u5165\u81F3\u6211\u7684\u6700\u611B","always translate the following languages":"\u7576\u9801\u9762\u8A9E\u8A00\u70BA\u4E0B\u5217\u8A9E\u8A00\u6642\uFF0C\u6703\u81EA\u52D5\u7FFB\u8B6F\u70BA\u76EE\u6A19\u8A9E\u8A00","always sites":"\u7E3D\u662F\u7FFB\u8B6F\u7684\u7DB2\u5740","always translate the following sites":"\u7576\u7DB2\u7AD9\u70BA\u4E0B\u5217\u7DB2\u57DF\u540D\u7A31\u6642\uFF0C\u6703\u81EA\u52D5\u7FFB\u8B6F\u70BA\u76EE\u6A19\u8A9E\u8A00","never sites":"\u6C38\u4E0D\u7FFB\u8B6F\u7684\u7DB2\u5740","never translate the following sites":"\u7576\u7DB2\u7AD9\u70BA\u4E0B\u5217\u7DB2\u57DF\u540D\u7A31\u6642\uFF0C\u5C07\u4E0D\u6703\u9032\u884C\u7FFB\u8B6F","please refer to":"\u9700\u8981\u586B\u5BEB\u91D1\u9470\u5F8C\u624D\u53EF\u4F7F\u7528\uFF0C\u8A73\u7D30\u8CC7\u8A0A\u8ACB\u53C3\u8003",KeyAndConfigurationTutorial:"\u300A\u91D1\u9470\u7533\u8ACB\u548C\u8A2D\u5B9A\u6559\u5B78\u300B",useAboveStyleForTheseSites:"\u7576\u7DB2\u7AD9\u70BA\u4E0B\u5217\u7DB2\u57DF\u540D\u7A31\u6642\uFF0C\u7E3D\u662F\u4F7F\u7528 \u2308{theme}\u230B \u8B6F\u6587\u6A23\u5F0F",currentUrl:"\u76EE\u524D\u7DB2\u5740",confirm:"\u5132\u5B58",cancel:"\u53D6\u6D88",delete:"\u522A\u9664","languages.auto":"\u81EA\u52D5\u5075\u6E2C",syncToCloud:"\u540C\u6B65\u81F3\u96F2\u7AEF",syncToCloudDescription:"\u4E0A\u50B3\u81F3\u96F2\u7AEF\u5F8C\uFF0C\u53EF\u4EE5\u5728\u4E0D\u540C\u7684\u700F\u89BD\u5668/\u6CB9\u7334\u8173\u672C\u4E4B\u9593\u540C\u6B65\u8A2D\u5B9A\uFF0C\u4EE5\u6700\u5F8C\u8B8A\u66F4\u6642\u9593\u70BA\u6E96\u3002",syncToAccount:"\u540C\u6B65\u5230\u8CEC\u6236",syncToAccountButton:"\u7ACB\u5373\u8207\u96F2\u7AEF\u540C\u6B65",syncToAccountDescription:"\u4E0A\u50B3\u5230\u5DF2\u767B\u9304\u8CEC\u6236\uFF0C\u53EF\u4EE5\u5728\u4E0D\u540C\u7684\u8A2D\u5099\u4E4B\u9593\u540C\u6B65\u914D\u7F6E\uFF0C\u4EE5\u6700\u5F8C\u4FEE\u6539\u6642\u9593\u70BA\u6E96\u3002",successSyncConfigInAccount:"\u6210\u529F\u8207\u8CEC\u6236\u4FDD\u6301\u540C\u6B65",successSyncConfigToAccount:"\u6210\u529F\u540C\u6B65\u5230\u8CEC\u6236",syncConfigNoUpdate:"\u5DF2\u7D93\u662F\u6700\u65B0\u7684\u4E86",authFail:"\u6388\u6B0A\u5931\u6557",syncTitle:"\u624B\u52D5\u5099\u4EFD\u7BA1\u7406",import_hint:"\u532F\u5165",upload:"\u4E0A\u50B3",revokeAuth:"\u64A4\u92B7\u6388\u6B0A",uploadFail:"\u4E0A\u50B3\u5931\u6557",download:"\u4E0B\u8F09",importSuccess:"\u532F\u5165\u6210\u529F",importFail:"\u532F\u5165\u5931\u6557",deleteFail:"\u522A\u9664\u5931\u6557",backupToCloud:"\u624B\u52D5\u7BA1\u7406\u5099\u4EFD\u6A94\u6848",create_new_backup:"\u65B0\u589E\u5099\u4EFD\u7BC0\u9EDE",maxBackupFiles:"\u6700\u591A\u53EF\u4EE5\u5099\u4EFD{count}\u500B\u4E0D\u540C\u7684\u7BC0\u9EDE\uFF0C\u8ACB\u522A\u9664\u4E0D\u9700\u8981\u7684\u7BC0\u9EDE",backupToCloudDescription:"\u624B\u52D5\u4E0A\u50B3\u6216\u9084\u539F\u5099\u4EFD\u6A94\u6848\uFF0C\u6700\u591A\u5141\u8A31 3 \u500B\u4E0D\u540C\u7684\u5099\u4EFD",successSyncConfig:"\u6210\u529F\u8207\u96F2\u7AEF\u4FDD\u6301\u540C\u6B65",syncFail:"\u540C\u6B65\u5931\u6557",updatedAt:"\u66F4\u65B0\u65BC {date}",lastSyncedAt:"\u4E0A\u6B21\u6AA2\u67E5\u65BC {date}",downloadFail:"\u4E0B\u8F09\u5931\u6557",clickToDownload:"\u9EDE\u9078\u4E0B\u8F09",aboutLabel:"\u95DC\u65BC - \u554F\u984C\u56DE\u5831","browser.openAboutPage":"\u95DC\u65BC/\u554F\u984C\u56DE\u5831",aboutLabelWithoutSponsor:"\u95DC\u65BC - \u554F\u984C\u56DE\u5831",aboutIntro:"\u5E0C\u671B\u6211\u5011\u90FD\u80FD\u66F4\u52A0\u5BB9\u6613\u4E14\u6109\u6085\u5730\u7372\u53D6\u7DB2\u969B\u7DB2\u8DEF\u4E0A\u66F4\u591A\u7684\u5916\u8A9E\u8CC7\u8A0A \u2764\uFE0F \u4F60\u53EF\u4EE5\u9078\u64C7\u958B\u901A <6>Pro\u6703\u54E1 \u4F86\u4F7F\u7528\u958B\u7BB1\u5373\u7528\u7684 DeepL \u548C OpenAI \u7FFB\u8B6F\u3002

\u4F60\u53EF\u4EE5\u95DC\u6CE8\u6211\u4EEC\u7684<3>Twitter\uFF0C<4>Telegram \u983B\u9053\u4EE5\u53CA\u4E0B\u65B9\u7684<5>\u90F5\u4EF6\u8A02\u95B1\u8FFD\u8E64\u66F4\u65B0\u3002
<7>Pro \u6703\u54E1 \u53EF\u4EE5\u901A\u904E\u5FEB\u901F\u5BA2\u670D\u90F5\u7BB1 <8>support@immersivetranslate.com \u548C\u6211\u5011\u53D6\u5F97\u806F\u7E6B\u3002",aboutIntroWithoutSponsor:"\u5E0C\u671B\u6211\u5011\u90FD\u80FD\u66F4\u52A0\u5BB9\u6613\u4E14\u6109\u6085\u5730\u7372\u53D6\u7DB2\u969B\u7DB2\u8DEF\u4E0A\u66F4\u591A\u7684\u5916\u8A9E\u8CC7\u8A0A \u2764\uFE0F ",projectHomepage:"\u5C08\u6848\u9996\u9801",joinTelegramGroup:"\u52A0\u5165\u7528\u6237\u4EA4\u6D41\u7FA4\u7D44\u53C3\u8207\u529F\u80FD\u8A0E\u8AD6",wechatPublicAccount:"\u5FAE\u4FE1\u516C\u773E\u865F",wechatCommunities:"\u5FAE\u4FE1\u4EA4\u6D41\u7FA4",qqCommunities:"QQ \u4EA4\u6D41\u983B\u9053",joinTelegramChannel:"\u95DC\u6CE8 Telegram \u983B\u9053\u77AD\u89E3\u66F4\u65B0\u8CC7\u8A0A",feedbackAndJoin:"\u554F\u984C\u56DE\u5831/\u52A0\u5165\u7FA4\u7D44",autoSync:"\u81EA\u52D5\u5B9A\u6642\u540C\u6B65",loadingThemeTitle:"Loading \u6A23\u5F0F",loadingThemeDescription:"\u8A2D\u5B9A\u7B49\u5F85\u8B6F\u6587\u8F09\u5165\u6642\u7684\u6A23\u5F0F","loadingTheme.spinner":"\u8F49\u5708\u52D5\u756B","loadingTheme.text":"\u975C\u614B\u6587\u5B57 ... ","loadingTheme.none":"\u4E0D\u986F\u793A",developerDescription:"\u53EF\u4EE5\u9EDE\u9078<1>\u6B64\u8655\u6AA2\u8996\u9032\u968E\u81EA\u8A02\u529F\u80FD\u76F8\u95DC\u7684\u8AAA\u660E\u6587\u4EF6","edit border color":"\u8B8A\u66F4\u908A\u6846\u8272\u5F69",successSyncButNoChange:"\u76EE\u524D\u8A2D\u5B9A\u8207\u96F2\u7AEF\u4E00\u81F4",customTheme:"\u81EA\u8A02\u8272\u5F69\u548C\u5927\u5C0F","customThemeLabel.borderColor":"\u908A\u6846\u8272\u5F69","customThemeLabel.borderRadius":"\u908A\u6846\u5713\u89D2","customThemeLabel.textColor":"\u6587\u5B57\u8272\u5F69","customThemeLabel.backgroundColor":"\u80CC\u666F\u8272\u5F69","customThemeLabel.zoom":"\u5B57\u578B\u7E2E\u653E\u6BD4\u4F8B (%)","customThemeLabel.opacity":"\u6587\u5B57\u4E0D\u900F\u660E\u5EA6(%)",resetToDefaultColor:"\u9084\u539F\u70BA\u9810\u8A2D\u8272\u5F69",resetToDefaultSettings:"\u9084\u539F\u70BA\u9810\u8A2D\u8A2D\u5B9A",isTranslateTitle:"\u555F\u7528\u7DB2\u9801\u6A19\u984C\u7FFB\u8B6F",isTranslateTitleDescription:"\u555F\u7528\u5F8C\uFF0C\u7DB2\u9801\u7684\u6A19\u984C\u6703\u88AB\u7FFB\u8B6F",enableSearchEnhancement:"\u958B\u555F\u641C\u7D22\u589E\u5F37",enableSearchEnhancementDescription:"\u4E2D\u6587\u641C\u7D22\u8C37\u6B4C\u6703\u5728\u53F3\u908A\u51FA\u73FE\u82F1\u6587\u7248\u8C37\u6B4C\u65B0\u805E",verifyService:"\u9EDE\u6B64\u6E2C\u8A66\u670D\u52D9",verified:"\u9A57\u8B49\u6210\u529F","field.langs":"\u652F\u63F4\u7684\u8A9E\u8A00\u4EE3\u78BC","field.model":"\u6A21\u578B","field.translationEngine":"\u7FFB\u8B6F\u5F15\u64CE","field.limitPerMinute":"\u6BCF\u5206\u9418\u6700\u5927\u8981\u6C42\u6578","field.limitPerSecond":"\u6BCF\u79D2\u6700\u5927\u8981\u6C42\u6578","field.maxTextLengthPerRequest":"\u6BCF\u6B21\u8981\u6C42\u7684\u6700\u5927\u6587\u5B57\u9577\u5EA6","field.maxTextGroupLengthPerRequest":"\u6BCF\u6B21\u8981\u6C42\u6700\u5927\u6BB5\u843D\u6578","field.apiUrl":"\u81EA\u8A02 API \u4F4D\u5740","field.placeholderDelimiters":"\u4FDD\u7559\u7684\u4F54\u4F4D\u7B26","description.custom":"\u81EA\u5B9A\u7FA9\u63A5\u53E3\u63A5\u5165 \u9700\u8981\u53C3\u8003\u6587\u6A94","description.limitPerMinute":"\u8981\u6C42\u6578\u8D85\u904E\u8A72\u9650\u5236\u6642\u6703\u88AB\u66AB\u6642\u505C\u7528\uFF0C\u76F4\u81F3\u4E0B\u4E00\u5206\u9418\u958B\u59CB\u3002\u7531\u4E8EOpenAI\u76EE\u524D\u670D\u52A1\u7684\u5404\u79CD\u9650\u5236\uFF0C\u8BF7\u70B9\u51FB<1>\u8FD9\u91CC\u67E5\u770B\u6700\u65B0\u5EFA\u8BAE\u7684\u6570\u503C","description.limitPerSecond":"\u8981\u6C42\u6578\u8D85\u904E\u8A72\u9650\u5236\u6642\u6703\u88AB\u66AB\u6642\u505C\u7528\uFF0C\u76F4\u81F3\u4E0B\u4E00\u79D2\u9418\u958B\u59CB\u3002\u7531\u4E8EOpenAI\u76EE\u524D\u670D\u52A1\u7684\u5404\u79CD\u9650\u5236\uFF0C\u8BF7\u70B9\u51FB<1>\u8FD9\u91CC\u67E5\u770B\u6700\u65B0\u5EFA\u8BAE\u7684\u6570\u503C","description.generalLimitPerSecond":"\u8ACB\u6C42\u6578\u8D85\u904E\u8A72\u9650\u5236\u6642\u6703\u9032\u5165\u6392\u968A\u72C0\u614B\uFF0C\u76F4\u5230\u4E0B\u4E00\u79D2\u9418\u958B\u59CB\u3002","description.prompt":"\u4EE5\u7528\u6236\u8EAB\u4EFD\u767C\u9001\u7D66 {service} \u7684\u5C0D\u8A71\uFF0C\u5176\u4E2D {{text}} \u8868\u793A\u6BB5\u843D\u7684\u6587\u672C\u5167\u5BB9\uFF0C{{from}} \u8868\u793A\u6BB5\u843D\u7684\u8A9E\u8A00\uFF0C{{to}} \u8868\u793A\u76EE\u6A19\u8A9E\u8A00","description.maxTextLengthPerRequest":"\u9810\u8A2D\u6703\u5408\u4F75\u591A\u500B\u6BB5\u843D\uFF0C\u4EE5\u6E1B\u5C11\u8ACB\u8981\u6C42\u6578\uFF0C\u4F46\u662F\u5982\u679C\u6BB5\u843D\u7E3D\u9577\u5EA6\u904E\u9577\uFF0C\u4E5F\u53EF\u80FD\u6703\u5C0E\u81F4 API \u7684\u56DE\u61C9\u6642\u9593\u589E\u52A0\uFF0C\u56E0\u6B64\u53EF\u4EE5\u5617\u8A66\u8ABF\u6574\u8A72\u9078\u9805\u4F86\u63D0\u5347\u901F\u5EA6","description.systemPrompt":"\u4EE5\u7CFB\u7D71\u50B3\u9001\u767C\u9001\u7D66 OpenAI \u7684\u5C0D\u8A71\uFF0C\u5176\u4E2D {{text}} \u8868\u793A\u6BB5\u843D\u7684\u6587\u5B57\u5167\u5BB9\uFF0C{{from}} \u8868\u793A\u6BB5\u843D\u7684\u8A9E\u8A00\uFF0C{{to}} \u8868\u793A\u76EE\u6A19\u8A9E\u8A00","field.domain":"\u9818\u57DF","description.domain":"\u9ED8\u8A8D\u70BA\uFF1Ageneral\u3002\u50C5\u5728\u6709\u9053API\u63A7\u5236\u53F0\u958B\u901A\u9818\u57DF\u5316\u7FFB\u8B6F\u7684\u60C5\u6CC1\u4E0B\u53EF\u8A2D\u7F6E\uFF0C\u652F\u6301\u9818\u57DF\u898B<1>\u9019\u88E1","field.scene":"\u5834\u666F","description.scene":"\u9ED8\u8A8D\u70BA\uFF1Ageneral\u3002\u50C5\u5728\u963F\u91CC\u96F2API\u63A7\u5236\u53F0\u958B\u901A\u6A5F\u5668\u7FFB\u8B6F\u5C08\u696D\u7248\u7684\u60C5\u6CC1\u4E0B\u53EF\u8A2D\u7F6E\uFF0C\u652F\u6301\u5834\u666F\u898B<1>\u9019\u88E1","field.vocabId":"\u4F7F\u7528\u8005\u8A5E\u5178ID","description.vocabId":"\u6307\u5B9A\u7684\u5B57\u5178out_id\uFF0C\u76EE\u524D\u652F\u63F4\u82F1\u8B6F\u4E2D","description.model":"OpenAI \u7684\u6A21\u578B\uFF0C\u53EF\u4EE5\u70BA gpt-3.5-turbo, gpt-4 \u7B49","description.maxTextGroupLengthPerRequest":"\u6BCF\u6B21\u50B3\u9001\u7D66\u7FFB\u8B6F\u670D\u52D9\u7684\u6BB5\u843D\u6578\u91CF\uFF0C\u5982\u679C\u6BB5\u843D\u6578\u91CF\u904E\u591A\uFF0C\u53EF\u80FD\u6703\u5C0E\u81F4\u56DE\u61C9\u901F\u5EA6\u8B8A\u6162","description.apiUrl":"\u8ACB\u52A0\u5165\u5177\u9AD4\u5305\u542B\u8DEF\u5F91\u7684\u7DB2\u5740",enabledExtension:"\u555F\u7528\u5957\u4EF6",clickToDisableExtension:"\u9EDE\u9078\u505C\u7528\u5957\u4EF6",clickToEnableExtension:"\u9EDE\u9078\u555F\u7528\u5957\u4EF6",hasBeenDisabled:"\u5DF2\u505C\u7528","show password":"\u986F\u793A\u5BC6\u78BC",customContent:"\u8F38\u5165\u81EA\u5B9A\u7FA9\u6A21\u578B",inputOptions:"\u8F38\u5165\u6846\u589E\u5F37",mouseHoverOptions:"\u9F20\u6A19\u6ED1\u904E",modifyMouseHoverKey:"\u4FEE\u6539\u6ED1\u9F20\u61F8\u505C\u5FEB\u6377\u9375",enableInputTranslation:"\u662F\u5426\u555F\u7528\u8F38\u5165\u6846\u589E\u5F37",enableInputTranslationDescription:"\u555F\u7528\u5F8C\uFF0C\u8F38\u5165\u6846\u76F4\u63A5\u8F38\u5165 {startingKey}{startingKey} \u4F60\u597D\uFF0C\u7136\u5F8C\u5FEB\u901F\u9023\u64CA{inputTrailingTriggerKeyRepeatTimes}\u6B21{trailingKey}\uFF0C\u5373\u53EF\u7FFB\u8B6F\u70BA {inputTargetLanguage}",enableInputTranslationDescriptionForNoneKey:"\u555F\u7528\u5F8C\uFF0C\u8F38\u5165\u6846\u76F4\u63A5\u8F38\u5165\uFF1A\u4F60\u597D\u4E16\u754C\uFF0C\u7136\u5F8C\u5FEB\u901F\u9023\u64CA{inputTrailingTriggerKeyRepeatTimes}\u6B21{trailingKey}\uFF0C\u5373\u53EF\u7FFB\u8B6F\u70BA\u9810\u8A2D\u76EE\u6A19\u8A9E\u8A00",inputTargetLanguage:"\u8A2D\u5B9A\u8F38\u5165\u6846\u7684\u9810\u8A2D\u76EE\u6A19\u8A9E\u8A00",inputTargetLanguageDescription:"\u8F38\u5165\u6846\u7FFB\u8B6F\u7684\u9810\u8A2D\u76EE\u6A19\u8A9E\u8A00\uFF0C\u4E5F\u5C31\u662F {startingKey}{startingKey} \u4F5C\u70BA\u89F8\u767C\u8A5E\u7684\u9810\u8A2D\u8A9E\u8A00",inputTargetLanguageDescriptionForNoneKey:"\u8F38\u5165\u6846\u7FFB\u8B6F\u7684\u9810\u8A2D\u76EE\u6A19\u8A9E\u8A00",inputStartingTriggerKeyTitle:"\u8A2D\u5B9A\u8F38\u5165\u6846\u90E8\u5206\u7FFB\u8B6F\u7684\u5206\u5272\u5B57\u7B26",inputStartingTriggerKeyDescription:"\u7576\u4F60\u4E0D\u9700\u8981\u7FFB\u8B6F\u6574\u500B\u8F38\u5165\u6846\u7684\u6642\u5019\uFF0C\u5206\u5272\u7B26\u5141\u8A31\u4F60\u53EA\u7FFB\u8B6F {startingKey}{startingKey} \u5230\u8F38\u5165\u6846\u672B\u5C3E\u7684\u90E8\u5206\uFF0C\u4E5F\u53EF\u4EE5\u6307\u5B9A\u8A9E\u8A00\u4EE3\u78BC\uFF0C\u4F8B\u5982\uFF1A{startingKey}ja \u8868\u793A\u53EA\u7FFB\u8B6F {startingKey}ja \u5230\u8F38\u5165\u6846\u672B\u5C3E\u7684\u90E8\u5206",inputStartingTriggerKeyDescriptionForNoneKey:"\u76EE\u524D\u8A2D\u5B9A\u70BA\u7121\u9700\u524D\u7DB4\uFF0C\u66AB\u7121\u6CD5\u4F7F\u7528\u8F38\u5165\u6846\u7684\u90E8\u5206\u6587\u5B57\u7FFB\u8B6F\u529F\u80FD",inputTrailingTriggerKeyTitle:"\u9078\u64C7\u4E00\u500B\u8F38\u5165\u7D50\u675F\u7684\u89F8\u767C\u5B57\u7B26",inputTrailingTriggerKeyDescription:"\u5FEB\u901F\u9023\u64CA3 \u6B21{trailingKey} \u5C07\u6703\u958B\u59CB\u7FFB\u8B6F",inputTrailingTriggerKeyTimeout:"\u8F38\u5165\u7D50\u675F\u9023\u64CA\u89F8\u767C\u7684\u9593\u9694\u6642\u9593",inputTrailingTriggerKeyTimeoutDescription:"\u8A2D\u7F6E\u8F38\u5165\u7D50\u675F\u9023\u64CA\u89F8\u767C\u7684\u9593\u9694\u6642\u9593\uFF08\u6BEB\u79D2\uFF09",spaceKey:"<\u7A7A\u683C\u9375>",noneKey:"\u7121\u9700\u524D\u7DB4\uFF0C\u76F4\u63A5\u7FFB\u8B6F\u6574\u500B\u6587\u5B57\u6846",inputTranslationBlockUrlsTitle:"\u5207\u52FF\u5728\u4EE5\u4E0B\u7DB2\u5740\u4E2D\u555F\u7528\u8F38\u5165\u6846\u589E\u5F37",inputTranslationBlockUrlsDescription:"\u5728\u4EE5\u4E0B\u7DB2\u5740\u4E2D\uFF0C\u8F38\u5165\u6846\u589E\u5F37\u5C07\u4E0D\u6703\u751F\u6548",inputHelperInfo:"\u8AAA\u660E\uFF1A\u6211\u5011\u7279\u5225\u91DD\u5C0D\u5728\u4E2D\u6587\u8F38\u5165\u6CD5\u4E0B\u90E8\u5206\u89F8\u767C\u5B57\u7B26\u6703\u8B8A\u6210\u4E2D\u6587\u6A19\u9EDE\u7B26\u865F\u9019\u4EF6\u4E8B\u505A\u4E86\u512A\u5316\uFF0C\u6BD4\u5982\u641C\u72D7\u8F38\u5165\u6CD5\u4E0B / \u6703\u8B8A\u6210\u9813\u865F \u3001\uFF0C\u6C89\u6D78\u5F0F\u7FFB\u8B6F\u652F\u6301\u6240\u6709\u89F8\u767C\u7B26\u5C0D\u61C9\u7684\u4E2D\u6587\u7B26\u865F\uFF0C\u4E5F\u5C31\u662F\u8AAA // \u3001\u3001 \u90FD\u6703\u88AB\u8B58\u5225\u70BA\u89F8\u767C\u5B57\u7B26\u3002

\u540C\u6642\u6211\u5011\u4E5F\u652F\u6301\u8A9E\u8A00\u4EE3\u78BC\u7684\u4E2D\u6587\u5225\u540D\u4F5C\u70BA\u547D\u4EE4\uFF0C\u6BD4\u5982 /\u65E5\u6587 \u4F60\u597D\u4E16\u754C \u6703\u88AB\u7FFB\u8B6F\u70BA\u65E5\u6587\uFF0C<1>\u9EDE\u6B64\u67E5\u770B\u6240\u6709\u652F\u63F4\u7684\u8A9E\u8A00\u4EE3\u78BC\u3002",reloadCurrentPage:"\u8ACB\u5148\u5237\u65B0\u76EE\u524D\u9801\u9762\uFF0C\u518D\u958B\u59CB\u7FFB\u8B6F",noLocalFilePermissionForPDF:"\u66AB\u7121\u6B0A\u9650\u8B80\u53D6\u672C\u6A5F\u6587\u4EF6\uFF0C\u8ACB\u9EDE\u9078\u4E0A\u65B9\u6309\u9215\uFF0C\u7136\u5F8C\u532F\u5165\u672C\u6A5F\u6587\u4EF6",noPermissionForThisPage:"\u26A0\uFE0F \u66AB\u7121\u6B0A\u9650\u7FFB\u8B6F\u76EE\u524D\u9801\u9762","error.retry":"\u91CD\u8A66","error.reason":"\u932F\u8AA4\u539F\u56E0",retryAllParagraphs:"\u91CD\u8A66\u5168\u90E8\u932F\u8AA4\u6BB5\u843D",retryAllButton:"\u91CD\u8A66\u5168\u90E8\u932F\u8AA4\u6BB5\u843D",errorTooltipTitle:"\u9EDE\u64CA\u770B\u932F\u8AA4\u539F\u56E0",errorModalTitle:"\u7FFB\u8B6F\u670D\u52D9\u6216\u7DB2\u8DEF\u4F3C\u4E4E\u51FA\u4E86\u9EDE\u554F\u984C...",disableConfirm:"\u7981\u7528\u78BA\u8A8D",disableOnce:"\u7981\u7528\u4E00\u6B21",disableGlobal:"\u5168\u5C40\u7981\u7528",disableTint:"* \u60A8\u53EF\u4EE5\u5728 {option} \u4E2D\u91CD\u65B0\u555F\u7528\u3002",searchEnhancementNotes:"\u6211\u5011\u767C\u73FE\uFF0C\u4E2D\u6587\u95DC\u9375\u8A5E\u548C\u82F1\u6587\u95DC\u9375\u8A5E\u7684\u65B0\u805E\u7D50\u679C\u6709\u975E\u5E38\u5927\u7684\u4E0D\u540C\uFF0C\u5728\u555F\u7528\u6C89\u6D78\u5F0F\u7FFB\u8B6F\u96D9\u8A9E\u4FE1\u606F\u589E\u5F37\u529F\u80FD\u5F8C\uFF0C\u6211\u5011\u6703\u5728\u652F\u6301\u7684\u7DB2\u7AD9\uFF08\u8C37\u6B4C\u65B0\u805E\uFF0C\u8C37\u6B4C\u641C\u7D22\uFF08\u90E8\u5206\u95DC\u9375\u8A5E\uFF09\uFF0C\u96EA\u7403\uFF0C\u6771\u65B9\u8CA1\u5BCC\u7DB2\uFF0C\u5BCC\u9014\uFF0C\u8001\u864E\uFF09\u81EA\u52D5\u7528\u82F1\u6587\u70BA\u4F60\u641C\u7D22\u540C\u6A23\u7684\u95DC\u9375\u8A5E\u4E26\u5C55\u793A\u5728\u53F3\u5074\u3002\u5982\u679C\u4F60\u4E0D\u9700\u8981\u8A72\u529F\u80FD\u7684\u8A71\uFF0C\u53EF\u4EE5\u9078\u64C7\u7981\u7528\u5B83\u3002",option:"\u9078\u9805",saveSettings:"\u5132\u5B58\u8A2D\u5B9A",closeModal:"\u95DC\u9589\u8996\u7A97",enableInputTranslationWithoutTriggerKeyTitle:"\u555F\u7528\u5FEB\u901F\u9023\u64CA3 \u6B21{trailingKey}\uFF0C\u76F4\u63A5\u7FFB\u8B6F\u6574\u500B\u8F38\u5165\u6846\u70BA{inputTargetLanguage}",enableInputTranslationWithoutTriggerKeyDescription:"\u5982\u9700\u6307\u5B9A\u76EE\u6A19\u8A9E\u8A00\uFF0C\u8ACB\u5728\u524D\u9762\u52A0\u4E0A\u8A9E\u8A00\u7A0B\u5F0F\u78BC\uFF0C\u5982\uFF1Aja \u4F60\u597D\u4E16\u754C",deepLProName:"\u6C89\u6D78\u5F0F\u7FFB\u8B6FPro \u6703\u54E1(\u63A8\u85A6)",deepLProDescription:"\u76EE\u524D\u5957\u9910\u53EF\u4EE5\u76F4\u63A5\u4F7F\u7528",deeplProDescriptionForNormal:"\u7121\u9700\u4EFB\u4F55\u8A2D\u7F6E\uFF0C\u6703\u54E1\u767B\u5165\u5F8C\u5373\u53EF\u4F7F\u7528\uFF0C<1>\u9EDE\u6B64\u5347\u7D1A\u70BA\u6703\u54E1",deepLCustomDescription:"\u9700\u8981\u570B\u5916\u4FE1\u7528\u5361\uFF0C\u5728<1>DeepL\u5B98\u65B9\u958B\u901A\uFF0C\u9EDE\u9078\u67E5\u770B<2>\u6587\u6A94",deepLCustomName:"\u81EA\u8A02Auth Key",chooseProviderLabel:"\u9078\u64C7\u4E00\u500B\u670D\u52D9\u63D0\u4F9B\u8005",openaiProName:"\u6C89\u6D78\u5F0F\u7FFB\u8B6FPro \u6703\u54E1(\u63A8\u85A6)",openaiProDescription:"\u76EE\u524D\u5957\u9910\u53EF\u4EE5\u76F4\u63A5\u4F7F\u7528",openaiProDescriptionForNormal:"\u7121\u9700\u4EFB\u4F55\u8A2D\u7F6E\uFF0C\u6703\u54E1\u767B\u5165\u5F8C\u5373\u53EF\u4F7F\u7528\uFF0C<1>\u9EDE\u6B64\u5347\u7D1A\u70BA\u6703\u54E1",openaiCustomDescription:"\u53EF\u5728OpenAI, Azure OpenAI, \u6216\u5176\u4ED6\u7B2C\u4E09\u65B9\u670D\u52D9\u7372\u53D6\uFF0C<1>\u9EDE\u6B64\u67E5\u770B\u6587\u6A94",openaiCustomName:"\u81EA\u8A02API Key",needLoginAction:"(\u958B\u901A\u6703\u54E1\u6216\u81EA\u8A02)",goLoginOrAction:"(\u958B\u901A\u6703\u54E1\u6216\u53BB\u8A2D\u5B9A)",yearly:"\u5E74\u5EA6\u7E8C\u8A02",quarterly:"\u5B63\u5EA6\u7E8C\u8A02",monthly:"\u6BCF\u6708\u7E8C\u8A02",yearlyForOnce:"\u4E00\u6B21\u6027\u5E74\u5EA6\u5957\u9910",monthlyForOnce:"\u4E00\u6B21\u6027\u6708\u5EA6\u5957\u9910",daily:"\u6BCF\u65E5\u7E8C\u8A02",year:"\u5E74\u5EA6\u7E8C\u8A02",quarter:"\u5B63\u5EA6\u7E8C\u8A02",month:"\u6BCF\u6708\u7E8C\u8A02",day:"\u6BCF\u65E5\u7E8C\u8A02",onetime_7day:"7 \u5929\u9AD4\u9A57\u5305",currentPlanDescriptionForFree:"\u76EE\u524D\u5957\u9910\uFF1A\u514D\u8CBB",currentPlanDescriptionForContinuous:"\u76EE\u524D\u5957\u9910\uFF1A{plan}\uFF0C\u5C07\u65BC {endAt} \u81EA\u52D5\u7E8C\u8CBB",currentPlanDescriptionForAutoRenewCaceling:"\u76EE\u524D\u5957\u9910\uFF1A{plan}\uFF0C\u5C07\u65BC {endAt} \u5230\u671F\uFF0C\u5230\u671F\u5F8C\u5C07\u4E0D\u6703\u81EA\u52D5\u7E8C\u7D04",currentYearlyPlanDescriptionForAutoRenewCacelingWithRealPaiedUser:"\u76EE\u524D\u5957\u9910\uFF1A{plan}\uFF0C\u5C07\u65BC {endAt} \u5230\u671F\uFF0C\u5230\u671F\u5F8C\u5C07\u4E0D\u6703\u81EA\u52D5\u7E8C\u7D04\u3002
<1>\u9EDE\u6B64\u7BA1\u7406\u7E8C\u8CBB\u65B9\u6848",currentYearlyPlanDescriptionForAutoRenewCacelingWithAdmin:"\u76EE\u524D\u5957\u9910\uFF1A{plan}\uFF0C\u5C07\u65BC {endAt} \u5230\u671F\uFF0C\u5230\u671F\u5F8C\u5C07\u4E0D\u6703\u81EA\u52D5\u7E8C\u7D04\u3002
<1>\u9EDE\u6B64\u555F\u7528\u9023\u7E8C\u5305\u5E74",currentPlanDescriptionForOneTime:"\u76EE\u524D\u5957\u9910\uFF1A{plan}\uFF0C\u5C07\u65BC {endAt} \u5230\u671F\uFF0C<1>\u9EDE\u6B64\u5347\u7D1A\u70BA\u5E74\u8CBB\u6216<2>\u6708\u8CBB\u6703\u54E1",upgradePlan:"\u9EDE\u6B64\u5347\u7D1A\u70BAPro \u6703\u54E1",upgradeToPro:"\u5347\u7D1A\u70BA Pro \u6703\u54E1","popup.openPro":"\u5347\u7D1A\u70BA Pro \u6703\u54E1\u5F8C\u53EF\u4EE5\u66A2\u4EAB DeepL \u548C OpenAI \u7FFB\u8B6F\uFF0C\u9EDE\u6B64\u5347\u7D1A","popup.openProForPro":"\u60A8\u662F Pro \u6703\u54E1\uFF0C\u53EF\u76F4\u63A5\u4F7F\u7528 DeepL \u548C OpenAI \u7FFB\u8B6F",currentAccount:"\u7576\u524D\u8CEC\u6236",enableAutoSyncUserSettings:"\u555F\u7528\u591A\u8A2D\u5099\u81EA\u52D5\u96F2\u7AEF\u540C\u6B65",modalEnableInputTranslationTitle:"\u6C89\u6D78\u5F0F\u7FFB\u8B6F\u8F38\u5165\u6846\u7FFB\u8B6F\u63D0\u793A",modalEnableInputTranslationDesc:"\u60A8\u525B\u525B\u900F\u904E\u5FEB\u901F\u9023\u64CA3 \u6B21\u7A7A\u767D\u9375\u89F8\u767C\u4E86\u6C89\u6D78\u5F0F\u7FFB\u8B6F\u7684\u8F38\u5165\u6846\u7FFB\u8B6F\uFF0C\u8F38\u5165\u6846\u7684\u5167\u5BB9\u5C07\u7FFB\u8B6F\u70BA\u9810\u8A2D\u7684\u76EE\u6A19\u8A9E\u8A00\u3002\u900F\u904ECtrl+Z \u53EF\u4EE5\u64A4\u92B7\u7FFB\u8B6F\u3002

\u5982\u679C\u9019\u662F\u4E00\u500B\u5931\u8AA4\uFF0C\u4E0D\u7528\u64D4\u5FC3\uFF0C\u60A8\u53EF\u4EE5\u9078\u64C7\u672C\u6B21\u505C\u7528\uFF0C\u6216\u6C38\u4E45\u505C\u7528\u8F38\u5165\u6846\u7FFB\u8B6F\u3002",saveAndNotShowAgain:"\u5132\u5B58\u4E14\u4E0D\u518D\u63D0\u793A",disableInputTranslationTips:"* \u4F60\u4E5F\u53EF\u4EE5\u5728 {option} \u4E2D\u8A2D\u5B9A\u5176\u4ED6\u5FEB\u6377\u9375\u4F86\u89F8\u767C\uFF0C{learnMore}\u3002",learnMore:"\u9EDE\u6B64\u4E86\u89E3\u66F4\u591A",continueEnalbeInputTranslation:"\u7E7C\u7E8C\u555F\u7528\u8F38\u5165\u6846\u7FFB\u8B6F",autoRenewTrialSuffix:'\uFF08\u8A66\u7528\u4E2D\uFF0C\u7ACB\u523B\u5347\u7D1A\u70BA\u6B63\u5F0F\u6703\u54E1\uFF09',upgradeFromTrialTitle:"\u5347\u7D1A\u70BA\u6B63\u5F0F\u6703\u54E1",subtitle:"\u5F71\u7247\u5B57\u5E55",youtubeService:"\u6C89\u6D78\u5F0F\u7FFB\u8B6F\u5F71\u7247\u5B57\u5E55\u670D\u52D9","subtitle.disabledSubtitle":"\u6C38\u4E45\u7981\u7528\u8996\u983B\u5B57\u5E55\u529F\u80FD","subtitle.disabledSubtitleDescription":"\u5982\u679C\u6C89\u6D78\u5F0F\u7FFB\u8B6F\u7684\u8996\u983B\u5B57\u5E55\u548C\u5176\u4ED6\u64F4\u5C55\u6709\u885D\u7A81\uFF0C\u4F60\u53EF\u4EE5\u9078\u64C7\u6C38\u4E45\u7981\u7528\u6C89\u6D78\u5F0F\u7FFB\u8B6F\u7684\u8996\u983B\u5B57\u5E55\u529F\u80FD\u6216\u8005\u5378\u8F09\u5176\u4ED6\u885D\u7A81\u7684\u64F4\u5C55","subtitle.autoEnableSubtitleDescription":"\u555F\u7528\u5F8C\uFF0C\u7576\u5F71\u7247\u64AD\u653E\u7684\u6642\u5019\uFF0C\u6703\u81EA\u52D5\u986F\u793A\u96D9\u8A9E\u5B57\u5E55\uFF0C\u5426\u5247\u9700\u8981\u9EDE\u64CA\u7FFB\u8B6F\u6309\u9215\u624D\u6703\u986F\u793A\u3002","subtitle.preTranslation":"\u512A\u5148\u4F7F\u7528\u6C89\u6D78\u5F0F\u7FFB\u8B6F\u5B57\u5E55","subtitle.preTranslationDescription":"\u555F\u7528\u5F8C\u6703\u512A\u5148\u7528\u4E0B\u9762\u7684\u7FFB\u8B6F\u670D\u52D9\u63D0\u524D\u7FFB\u8B6F\u6574\u500B\u5B57\u5E55\uFF0C1 \u5C0F\u6642\u7684\u8996\u8A0A\u5927\u6982\u6D88\u8017 5\u842C Tokens \u6216 \u5B57\u7B26\uFF0C\u8ACB\u914C\u60C5\u4F7F\u7528\uFF1B\u95DC\u9589\u5F8C\u5247\u512A\u5148\u4F7F\u7528\u539F\u5F71\u7247\u81EA\u5E36\u7684\u6A5F\u7FFB\u5B57\u5E55","subtitle.humanSubtitlesPreferred":"\u512A\u5148\u4F7F\u7528\u4EBA\u5DE5\u5B57\u5E55","subtitle.humanSubtitlesPreferredDescription":"\u7576\u5F71\u7247\u6709\u76EE\u6A19\u8A9E\u8A00\u4EBA\u5DE5\u5B57\u5E55\u6642\uFF0C\u512A\u5148\u4F7F\u7528\u4EBA\u5DE5\u5B57\u5E55\uFF08\u63A8\u85A6\uFF09","subtitle.bilingual":"\u96D9\u8A9E\u5B57\u5E55","subtitle.autoDisableSubtitle":"\u4E0D\u81EA\u52D5\u555F\u7528\u96D9\u8A9E\u5B57\u5E55","subtitle.hideQuickButton":"\u4E0D\u518D\u986F\u793A\u8A72\u5FEB\u6377\u65B9\u5F0F","subtitle.showQuickButton":"\u986F\u793A\u96D9\u8A9E\u5B57\u5E55\u5FEB\u6377\u65B9\u5F0F","subtitle.showQuickButtonDescription":"\u5728\u8996\u983B\u64AD\u653E\u5668\u53F3\u4E0B\u89D2\u63D0\u4F9B\u555F\u7528\u96D9\u8A9E\u5B57\u5E55\u7684\u5FEB\u6377\u65B9\u5F0F",videoSubtitleTranslationDescription:"\u70BA\u5F71\u7247\u5B57\u5E55\u55AE\u7368\u6307\u5B9A\u4E00\u500B\u7FFB\u8B6F\u670D\u52D9",subtitleTranslating:"\u6B63\u5728\u4F7F\u7528 {service} \u670D\u52D9\u7FFB\u8B6F\u5B57\u5E55\u4E2D\uFF0C\u8ACB\u7A0D\u7B49...\uFF08\u6C89\u6D78\u5F0F\u7FFB\u8B6F\uFF09",subtitleLoading:"\u6B63\u5728\u8F09\u5165\u5B57\u5E55...",bilingual:"\u96D9\u8A9E","field.action":"\u662F\u5426\u555F\u7528\u767E\u5EA6\u8853\u8A9E","description.action":"\u555F\u7528\u5F8C\u6703\u5728\u8ACB\u6C42\u4E2D\u52A0\u5165 action=1 \u7684\u53C3\u6578\uFF0C\u4EE5\u4FBF\u544A\u77E5\u767E\u5EA6\u555F\u7528\u8853\u8A9E\uFF0C<1>\u66F4\u591A\u8AAA\u660E\u8ACB\u53C3\u8003\u5B98\u65B9\u6587\u6A94",closeQuickTranslation:"\u95DC\u9589\u61F8\u6D6E\u7403","closeQuickTranslation.untilNext":"\u672C\u6B21\u95DC\u9589\u76F4\u5230\u4E0B\u6B21\u8A2A\u554F","closeQuickTranslation.currentWebsite":"\u7576\u524D\u7DB2\u7AD9\u7981\u7528","closeQuickTranslation.alwaysClose":"\u6C38\u4E45\u7981\u7528","closeQuickTranslation.settingOpen":"\uFF08\u53EF\u5728<1>\u8A2D\u5B9A\u9801\u958B\u555F\uFF09","closeQuickTranslation.cancel":"\u53D6\u6D88","closeQuickTranslation.confirm":"\u78BA\u5B9A","floatBall.popup":"\u6253\u958B\u5FEB\u6377\u8A2D\u5B9A\u9762\u677F","floatBall.translate":"\u9EDE\u64CA\u7FFB\u8B6F\u8A72\u9801\u9762","floatBall.showOriginal":"\u9EDE\u64CA\u5207\u63DB\u5230\u539F\u6587","floatBall.close":"\u95DC\u9589\u61F8\u6D6E\u7403","floatBallOptions.enableDescPc":"\u555F\u7528\u9801\u9762\u61F8\u6D6E\u7403\u5F8C\uFF0C\u6703\u5728\u9801\u9762\u53F3\u5074\u986F\u793A\u4E00\u500B\u5FEB\u6377\u7FFB\u8B6F\u6309\u9215\uFF0C\u9EDE\u64CA\u5373\u53EF\u7FFB\u8B6F","floatBallOptions.enableDesc":"\u95DC\u9589\u61F8\u6D6E\u7403\u5F8C\uFF0C\u53EF\u4EE5\u7528{touch}\u559A\u8D77\u3002\u70BA\u9632\u6B62\u4E0D\u614E\u95DC\u9589\u8A72\u9078\u9805\u5F8C\u627E\u4E0D\u5230\u61F8\u6D6E\u7403\uFF0C\u5F37\u70C8\u5EFA\u8B70\u6536\u85CF\u672C\u8A2D\u5B9A\u9801","description.azureApiUrl":"\u586B\u5165\u81EA\u8A02\u7684API\u4F4D\u5740",shareBtnTitle:"\u9EDE\u64CA\u751F\u6210\u7DB2\u9801\u5FEB\u7167","floatBall.share":"\u751F\u6210\u7DB2\u9801\u5FEB\u7167","floatBall.guideClickToTranslate":`\u9EDE\u64CA\u6C89\u6D78\u5F0F\u7FFB\u8B6F\u61F8\u6D6E\u7403 + {env.imt_sub_trans_field}: \u8BD1\u6587`,"browser.PdfProFile":"AI \u9A71\u52A8\u7684 PDF Pro \u7FFB\u8BD1","browser.textTranslate":"\u6587\u672C\u7FFB\u8BD1"};var bb={nologin:"\u672A\u767B\u9304",loginForSafari:"\u767B\u5165\u6216\u8A3B\u518A",login:"\u767B\u9304",goLogin:"\u53BB\u767B\u9304",manageAccount:"\u7BA1\u7406\u8CEC\u6236",openPremium:"\u958B\u901A\u6703\u54E1",logout:"\u9000\u51FA",curentPlan:"\u7576\u524D\u5957\u9910",endAt:"\u5230\u671F",endAuto:"\u81EA\u52D5\u7E8C\u671F",lineBreakMaxTextCount:"\u63DB\u884C\u5F8C\uFF0C\u6BCF\u53E5\u8A71\u5141\u8A31\u7684\u6700\u5927\u5B57\u5143\u6578\u91CF","translate-pdf":"\u9EDE\u9078\u7FFB\u8B6F PDF","noSupportTranslate-pdf":"\u8173\u672C\u4E0D\u652F\u63F4\uFF0C\u8ACB\u4F7F\u7528\u64F4\u5145\u5957\u4EF6","translate-firefox-local-pdf":"\u9EDE\u64CA\u53BB\u5C0E\u5165PDF",enableLineBreak:"\u958B\u555F\u9577\u6BB5\u843D\u81EA\u52D5\u63DB\u884C",sponsorLabel:"$1 \u8D77\u8D0A\u52A9\u958B\u767C\u8005 (\u6708\u4ED8\u6216\u50C5\u8D0A\u52A9\u4E00\u6B21\u5747\u53EF)",help:"\u8AAA\u660E",enableLineBreakDescription:"\u555F\u7528\u5F8C\uFF0C\u5C07\u6703\u5728\u9577\u6BB5\u843D\u4E2D\u6BCF\u53E5\u8A71\u7D50\u675F\u63D2\u5165\u63DB\u884C\u5B57\u5143\uFF0C\u4EE5\u4FBF\u65BC\u95B1\u8B80","browser.shortBrandName":"\u6C89\u6D78\u5F0F\u7FFB\u8B6F","browser.brandName":"\u6C88\u6D78\u5F0F\u7FFB\u8B6F - \u7DB2\u9801\u7FFB\u8B6F\u64F4\u5145 | PDF\u7FFB\u8B6F | \u514D\u8CBB","browser.brandDescription":"\u3010\u6C88\u6D78\u5F0F\u7FFB\u8B6F\u3011\u4E00\u6B3E\u514D\u8CBB\u7684\uFF08\u539F\u6587/\u8B6F\u6587\uFF09\u96D9\u8A9E\u5C0D\u7167\u7DB2\u9801\u7FFB\u8B6F\u64F4\u5145\uFF0C\u540C\u6642\u652F\u6301PDF\u7FFB\u8B6F\uFF08\u4FDD\u7559\u539F\u6587\u6A94\u6392\u7248\uFF09\uFF0C\u8996\u983B\u96D9\u8A9E\u5B57\u5E55\u7FFB\u8B6F\uFF08Youtube, Netflix\u7B49\uFF09\uFF0CEPUB\u96FB\u5B50\u66F8\u7FFB\u8B6F\u7B49\uFF1B\u652F\u6301\u8ABF\u7528\u4EBA\u5DE5\u667A\u80FDAI\u7FFB\u8B6F\u5927\u6A21\u578B\uFF08OpenAI (ChatGPT)\u3001DeepL\u3001Gemini(Bard) \u7B49 \uFF09\u5C0D\u4EE5\u4E0A\u5167\u5BB9\u9032\u884C\u66F4\u6E96\u78BA\u7684\u7FFB\u8B6F\uFF1B","browser.toggleTranslatePage":"\u7FFB\u8B6F\u7DB2\u9801/\u986F\u793A\u539F\u6587","browser.toggleTranslateTheWholePage":"\u7FFB\u8B6F\u9801\u9762\u5168\u90E8\u5340\u57DF/\u986F\u793A\u539F\u6587","browser.toggleTranslateToThePageEndImmediately":"\u7ACB\u5373\u7FFB\u8B6F\u5230\u9801\u9762\u5E95\u90E8/\u986F\u793A\u539F\u6587","browser.toggleTranslateTheMainPage":"\u7FFB\u8B6F\u9801\u9762\u4E3B\u8981\u5340\u57DF/\u986F\u793A\u539F\u6587","browser.shareToDraft":"\u751F\u6210\u7DB2\u9801\u5FEB\u7167","browser.openOptionsPage":"\u958B\u555F\u8A2D\u5B9A\u9801\u9762","browser.translateLocalPdfFile":"\u7FFB\u8B6F\u672C\u6A5F PDF \u6A94\u6848","browser.openEbookViewer":"\u95B1\u8B80\u672C\u6A5F\u96FB\u5B50\u66F8","browser.openEbookBuilder":"\u88FD\u4F5C\u96D9\u8A9E EPUB \u96FB\u5B50\u66F8","browser.translateLocalHtmlFile":"\u7FFB\u8B6F HTML/txt \u6A94\u6848","browser.donateContext":"\u4E86\u89E3\u8D0A\u52A9\u798F\u5229","browser.translateLocalSubtitleFile":"\u7FFB\u8B6F\u5B57\u5E55\u6A94\u6848",confirmResetConfig:"\u4F60\u78BA\u5B9A\u8981\u91CD\u8A2D\u8A2D\u5B9A\u55CE\uFF1F",translationLineBreakSettingTitle:"\u8B6F\u6587\u63DB\u884C\u8A2D\u5B9A",smartLineBreak:"\u667A\u6167\u63DB\u884C",alwaysLineBreak:"\u7E3D\u662F\u63DB\u884C",isShowContextMenu:"\u5C07\u7DB2\u9801\u7FFB\u8B6F\u529F\u80FD\u52A0\u5165\u53F3\u9375\u9078\u55AE",toggleBeta:"\u958B\u555F Beta \u6E2C\u8A66\u529F\u80FD",betaDescription:"\u555F\u7528\u4ECD\u5728\u5BE6\u9A57\u7684\u529F\u80FD\u4EE5\u53CA\u6E2C\u8A66\u4E2D\u7684\u7FFB\u8B6F\u670D\u52D9\u3002\u52A0\u5165 <1>Telegram \u7FA4\u7D44\u4E86\u89E3\u66F4\u591A\u3002",translationLineBreakSettingDescription:"\u7E3D\u662F\u63DB\u884C\u9069\u7528\u65BC\u8F03\u5C11\u5167\u5BB9\u7684\u7248\u9762\uFF0C\u66F4\u6574\u9F4A\u3002(\u5728\u5167\u5BB9\u8F03\u591A\u7684\u9577\u6BB5\u843D(\u8D85\u904E {count} \u500B\u5B57\u5143) \u4F7F\u7528\u667A\u6167\u63DB\u884C\u6703\u66F4\u7701\u7A7A\u9593)",tempTranslateDomainTitle:"\u81E8\u6642\u958B\u555F\u7DB2\u7AD9\u7FFB\u8B6F\u7684\u6642\u9577",tempTranslateDomainDescription:"\u7576\u624B\u52D5\u7FFB\u8B6F\u67D0\u500B\u7DB2\u9801\u7684\u6642\u5019\uFF0C\u81E8\u6642\u958B\u555F\u8A72\u7DB2\u7AD9\u70BA\u81EA\u52D5\u7FFB\u8B6F",xMinutes:"{count} \u5206\u9418",disabled:"\u505C\u7528",changelog:"\u66F4\u65B0\u8A18\u9304",toggleTranslatePageWhenThreeFingersOnTheScreen:"\u591A\u6307\u540C\u6642\u89F8\u6478\u87A2\u5E55\u5247\u7FFB\u8B6F\u7DB2\u9801/\u986F\u793A\u539F\u6587",toggleTranslationMaskWhenThreeFingersOnTheScreen:"\u591A\u6307\u540C\u6642\u89F8\u6478\u5247\u986F\u793A/\u96B1\u85CF\u8B6F\u6587\u6A21\u7CCA\u6548\u679C",addUrlDescription:"\u53EF\u4EE5\u70BA\u7DB2\u57DF\u540D\u7A31\uFF0C\u540C\u6642\u652F\u63F4\u842C\u7528\u5B57\u5143\uFF0C\u5982\uFF1A*.google.com, google.com/mail/*, https://www.google.com/*",general:"\u57FA\u672C\u8A2D\u5B9A",clickToExpandConfig:"\u5C55\u958B\u76EE\u524D\u8A2D\u5B9A",import:"\u5F9E\u6A94\u6848\u532F\u5165",export:"\u532F\u51FA\u70BA\u6A94\u6848",toggleDebug:"\u5728\u4E3B\u63A7\u53F0\u986F\u793A\u5075\u932F\u8A18\u9304","fingers.0":"\u95DC\u9589",mouseHoldKey:"+ {key} \u7FFB\u8B6F/\u9084\u539F\u8A72\u6BB5",mouseHoldKeyAuto:"\u76F4\u63A5\u7FFB\u8B6F\u8A72\u6BB5",mouseHoldKeyOff:"\u4E0D\u505A\u4EFB\u4F55\u4E8B\u60C5",mouseHoldKeyOther:"\u81EA\u5B9A\u7FA9\u5FEB\u6377\u9375(\u6253\u958B\u8A2D\u7F6E)",mouseHoldKeyCustomKey:"{key} \u7FFB\u8B6F/\u9084\u539F\u8A72\u6BB5","mouse-translate":"\u9F20\u6A19\u6ED1\u904E",document:"\u8AAA\u660E\u6587\u4EF6",resetSuccess:"\u91CD\u8A2D\u6240\u6709\u8A2D\u5B9A\u6210\u529F",resetThisSuccess:"\u91CD\u8A2D\u6210\u529F",saved:"\u5132\u5B58\u6210\u529F",successImportConfig:"\u6210\u529F\u532F\u5165\u8A2D\u5B9A",goAdvancedSettings:"\u524D\u5F80\u9032\u968E\u8A2D\u5B9A\u9801\u9762",goAdvancedInterfaceSettings:"\u524D\u5F80\u81EA\u8A02\u8A2D\u5B9A\u9801\u9762",advanced:"\u9032\u968E\u8A2D\u5B9A",advancedDescription:"\u6B63\u5E38\u60C5\u6CC1\u7121\u9700\u8A2D\u5B9A\uFF0C\u4FDD\u6301\u9810\u8A2D\u5373\u53EF\u3002\u50C5\u91DD\u5C0D\u66F4\u5C08\u696D\u7684\u4F7F\u7528\u8005\uFF0C\u63D0\u4F9B\u66F4\u500B\u4EBA\u5316\u7684\u8A2D\u5B9A\u9805\u76EE\u3002",developer:"\u958B\u767C\u8005\u8A2D\u5B9A",donateCafe:"\u50F9\u683C","translate to the bottom of the page":"\u9032\u5165\u7DB2\u9801\u5F8C\uFF0C\u662F\u5426\u7ACB\u5373\u7FFB\u8B6F\u5230\u9801\u9762\u5E95\u90E8\uFF1F",feedback:"\u554F\u984C\u56DE\u5831",toggleTranslatePage:"\u7FFB\u8B6F\u7DB2\u9801/\u986F\u793A\u539F\u6587",translateToThePageEndImmediatelyDescription:"\u555F\u7528\u5F8C\uFF0C\u9032\u5165\u7DB2\u9801\u5C07\u7ACB\u5373\u7FFB\u8B6F\u5F9E\u9802\u90E8\u5230\u5E95\u90E8\u7684\u5167\u5BB9\u3002\u95DC\u9589\u5247\u908A\u770B\u908A\u8B6F\u3002\uFF08\u4E0D\u63A8\u85A6\u958B\u555F\uFF09","translate all areas of the page":"\u662F\u5426\u7FFB\u8B6F\u7DB2\u9801\u6240\u6709\u5340\u57DF",translationAreaDescription:"\u555F\u7528\u5F8C\uFF0C\u7DB2\u9801\u7684\u6240\u6709\u5340\u57DF\u90FD\u6703\u88AB\u7FFB\u8B6F\u3002\u95DC\u9589\u5247\u4F7F\u7528\u9810\u8A2D\u7684\u667A\u6167\u8FA8\u8B58\uFF0C\u50C5\u7FFB\u8B6F\u4E3B\u8981\u5340\u57DF\u3002(\u4E0D\u63A8\u85A6\u958B\u555F)","the number of characters to be translated first":"\u76F4\u63A5\u7FFB\u8B6F\u9801\u9762\u524D\u591A\u5C11\u500B\u5B57\u5143\uFF0C\u800C\u7121\u9700\u7B49\u5F85\u6372\u52D5\u81F3\u53EF\u898B\u5340\u57DF","interface language":"\u4ECB\u9762\u8A9E\u8A00","display both the original text and the translation":"\u540C\u6642\u986F\u793A\u539F\u6587\u548C\u8B6F\u6587","keyboard shortcuts":"\u9375\u76E4\u5FEB\u901F\u9375",modify:"\u8B8A\u66F4\u5FEB\u901F\u9375",reset:"\u91CD\u8A2D",close:"\u95DC\u9589",homepage:"\u9996\u9801",more:"\u66F4\u591A",moreOptions:"\u5C55\u958B\u66F4\u591A\u81EA\u8A02\u9078\u9805",translateTheWholePage:"\u7FFB\u8B6F\u9801\u9762\u5168\u90E8\u5340\u57DF\uFF08\u5340\u5206\u65BC\u53EA\u7FFB\u8B6F\u4E3B\u8981\u5340\u57DF\uFF09",changeToTranslateTheWholePage:"\u5207\u63DB\u70BA\u7FFB\u8B6F\u6240\u6709\u5340\u57DF",changeToTranslateTheMainPage:"\u5207\u63DB\u70BA\u7FFB\u8B6F\u4E3B\u8981\u5340\u57DF",translateToThePageEndImmediately:"\u7ACB\u5373\u7FFB\u8B6F\u5230\u5E95\u90E8\uFF08\u5340\u5206\u65BC\u770B\u54EA\u8B6F\u54EA\uFF09",translateTheMainPage:"\u667A\u6167\u7FFB\u8B6F\u4E3B\u8981\u5340\u57DF","The local rules are up to date":"\u672C\u6A5F\u898F\u5247\u5DF2\u70BA\u6700\u65B0\uFF1A","Successfully synchronized with the latest official rules:":"\u6210\u529F\u540C\u6B65\u6700\u65B0\u5B98\u65B9\u898F\u5247\uFF1A","Checking for updates":"\u6B63\u5728\u6AA2\u67E5\u66F4\u65B0","Rules are being synchronized":"\u6B63\u5728\u540C\u6B65\u5B98\u65B9\u898F\u5247",localVersionIsTooOld:"\u672C\u6A5F\u5957\u4EF6\u7248\u672C\u904E\u820A\uFF0C\u8ACB\u5347\u7D1A\u5957\u4EF6\u81F3 {minVersion} \u6216\u66F4\u65B0\u7684\u7248\u672C\u518D\u5617\u8A66\u540C\u6B65",badUserscriptBrowser:"\u76EE\u524D\u700F\u89BD\u5668\u7121\u6CD5\u6B63\u78BA\u5BE6\u73FE\u6CB9\u7334\u5957\u4EF6\u7684\u4ECB\u9762\uFF0C\u8ACB\u4F7F\u7528\u5176\u4ED6<1>\u652F\u63F4\u6CB9\u7334\u5957\u4EF6\u7684\u700F\u89BD\u5668\u5982(Firefox Nightly \u7248\u672C)",foundNewVersion:"\u6709\u65B0\u7248\u672C\u53EF\u7528",theLocalExtensionIsUpToUpdate:"\u76EE\u524D\u5957\u4EF6\u5DF2\u662F\u6700\u65B0\u7248\u672C",failToSyncRules:"\u540C\u6B65\u6700\u65B0\u5B98\u65B9\u898F\u5247\u5931\u6557",retry:"\u9EDE\u6B64\u91CD\u8A66",failedReason:"\u5931\u6557\u539F\u56E0",currentRuleVersion:"\u76EE\u524D\u898F\u5247\u7248\u672C",calculating:"\u6B63\u5728\u8A08\u7B97",unknownError:"\u672A\u77E5\u7684\u932F\u8AA4",canNotFetchRemoteRule:"\u7121\u6CD5\u53D6\u5F97\u9060\u7AEF\u898F\u5247",enableAlphaSuccess:"\u5DF2\u555F\u7528 Alpha \u529F\u80FD",disableAlphaSuccess:"\u5DF2\u505C\u7528 Alpha \u529F\u80FD",cacheSize:"\u5FEB\u53D6\u5927\u5C0F\uFF1A",cleaning:"\u6B63\u5728\u6E05\u7406",cleanCache:"\u6E05\u9664\u5FEB\u53D6",options:"\u9078\u9805",about:"\u95DC\u65BC",service:"\u7FFB\u8B6F\u670D\u52D9",needAction:"(\u524D\u5F80\u8A2D\u5B9A)",goSettings:"\u524D\u5F80\u8A2D\u5B9A",needActionForOptions:"(\u9700\u8A2D\u5B9A)",translationEngine:"\u5F15\u64CE\u9078\u9805",sourceLanguage:"\u539F\u6587\u8A9E\u8A00",target:"\u76EE\u6A19\u8A9E\u8A00",popupSourceLanguage:"\u539F\u6587\u8A9E\u8A00",popupTarget:"\u76EE\u6A19\u8A9E\u8A00",popupService:"\u7FFB\u8B6F\u670D\u52D9",forThisSite:"\u7576\u524D\u7DB2\u7AD9",autoEnableSubtitle:"\u81EA\u52D5\u958B\u555F\u96D9\u8A9E\u5B57\u5E55",alwaysTranslate:"\u7E3D\u662F\u7FFB\u8B6F",neverTranslate:"\u6C38\u4E0D\u7FFB\u8B6F",neverTranslateSomeLanguage:"\u6C38\u4E0D\u7FFB\u8B6F {language}",alwaysTranslateSomeSite:"\u7E3D\u662F\u7FFB\u8B6F {hostname}",neverTranslateSomeSite:"\u6C38\u4E0D\u7FFB\u8B6F {hostname}",alwaysTranslateSomeSiteOrWildSite:"\u7E3D\u662F\u7FFB\u8B6F\u7DB2\u7AD9",alwaysTranslateSomePage:"\u7E3D\u662F\u7FFB\u8B6F\u8A72\u7DB2\u9801",add:"\u65B0\u589E",default:"\u9810\u8A2D",forThisLanguage:"\u91DD\u5C0D\u8A72\u8A9E\u8A00\uFF1A","add url":"\u8F38\u5165 URL",edit:"\u7DE8\u8F2F",pickAll:"\u5168\u9078","translate other languages into specific language":"\u5C07\u5176\u5B83\u8A9E\u8A00\u7FFB\u8B6F\u70BA\u4F60\u8A2D\u5B9A\u7684\u8A9E\u8A00","select translation service":"\u9078\u64C7\u4F60\u60F3\u7528\u7684\u7FFB\u8B6F\u670D\u52D9",language:"\u8A9E\u8A00","show-original":"\u986F\u793A\u539F\u6587",translate:"\u7FFB\u8B6F",Translated:"\u5DF2\u7FFB\u8B6F",Translating:"\u6B63\u5728\u7FFB\u8B6F",Error:"\u932F\u8AA4",allowCacheTranslations:"\u555F\u7528\u672C\u6A5F\u7FFB\u8B6F\u5FEB\u53D6\uFF08\u6E1B\u5C11\u91CD\u8907\u6BB5\u843D\u7684\u7FFB\u8B6F\u8981\u6C42\uFF09","translation display":"\u8B6F\u6587\u986F\u793A\u6A23\u5F0F","select diplay style":"\u5340\u5206\u8B6F\u6587\u7684\u6A23\u5F0F\uFF0C\u5177\u9AD4\u53EF\u53C3\u8003\u4E0B\u5217\u7BC4\u4F8B",interface:"\u4ECB\u9762\u8A2D\u5B9A",import_export:"\u532F\u5165/\u532F\u51FA",import_export_title:"\u532F\u5165/\u532F\u51FA\u8A2D\u5B9A",syncToGoogleDrive:"\u7ACB\u5373\u8207 Google Drive \u540C\u6B65","floatBallOptions.enable":"\u555F\u7528\u61F8\u6D6E\u7403","floatBallOptions.blockUrls":"\u7981\u7528\u7DB2\u7AD9","floatBallOptions.add":"\u6DFB\u52A0","floatBallOptions.blockUrlDesc":"\u7576\u9047\u5230\u4EE5\u4E0B\u7DB2\u7AD9\u6642\u4E0D\u986F\u793A\u61F8\u6D6E\u7403","floatBallOptions.clickType":"\u9EDE\u64CA\u884C\u70BA","floatBallOptions.clickTypeDesc":"\u61F8\u6D6E\u7403\u5716\u6A19\u9EDE\u64CA\u6642\u7684\u884C\u70BA","floatBallOptions.clickPopup":"\u986F\u793A\u7FFB\u8B6F\u9762\u677F","floatBallOptions.clickTranslate":"\u7FFB\u8B6F/\u986F\u793A\u539F\u6587","floatBallOptions.fixedPosition":"\u56FA\u5B9A\u4F4D\u7F6E","floatBallOptions.fixedPositionDesc":"\u61F8\u6D6E\u7403\u5728\u7A97\u53E3\u5DE6\u5074\u9084\u662F\u53F3\u5074","floatBallOptions.fixedPositionLeft":"\u5DE6\u5074","floatBallOptions.fixedPositionRight":"\u53F3\u5074",previewAllThemes:"\u9810\u89BD\u5168\u90E8\u6A23\u5F0F","translationTheme.none":"\u7121","translationTheme.grey":"\u9ED1\u7070\u8272","translationTheme.dashed":"\u7834\u6298\u865F\u5E95\u7DDA","translationTheme.dotted":"\u9EDE\u72C0\u5E95\u7DDA","translationTheme.dashedBorder":"\u865B\u7DDA\u6846\u7DDA","translationTheme.solidBorder":"\u5BE6\u7DDA\u6846\u7DDA","translationTheme.underline":"\u76F4\u7DDA\u5E95\u7DDA","translationTheme.mask":"\u6A21\u7CCA\u6548\u679C\uFF08\u5B78\u7FD2\u6A21\u5F0F\uFF09","translationTheme.opacity":"\u900F\u660E\u6548\u679C","translationTheme.paper":"\u767D\u7D19\u9670\u5F71\u6548\u679C","translationTheme.dividingLine":"\u5206\u9694\u7DDA","translationTheme.highlight":"\u9192\u76EE\u63D0\u793A","translationTheme.marker":"\u99AC\u514B\u7B46","translationTheme.marker2":"\u99AC\u514B\u7B462","translationTheme.blockquote":"\u5F15\u7528\u6A23\u5F0F","translationTheme.weakening":"\u5F31\u5316","translationTheme.italic":"\u659C\u9AD4","translationTheme.bold":"\u7C97\u9AD4","translationTheme.thinDashed":"\u7D30\u7834\u6298\u865F\u5E95\u7DDA","translationTheme.nativeDashed":"\u7CFB\u7D71\u5167\u5EFA\u7834\u6298\u865F\u5E95\u7DDA","translationTheme.nativeDotted":"\u7CFB\u7D71\u5167\u5EFA\u9EDE\u72C0\u5E95\u7DDA","translationTheme.nativeUnderline":"\u7CFB\u7D71\u5167\u5EFA\u76F4\u7DDA\u5E95\u7DDA","translationTheme.wavy":"\u6CE2\u5F62\u66F2\u7DDA","translationServices.custom":"\u81EA\u5B9A\u7FA9API","translationServices.tencent":"\u9A30\u8A0A\u7FFB\u8B6F\u541B","translationServices.tenAlpha":"\u9A30\u8A0A\u7FFB\u8B6F\u541B(Alpha)","translationServices.google":"Google \u7FFB\u8B6F","translationServices.bai":"\u767E\u5EA6(Alpha)","translationServices.baidu":"\u767E\u5EA6\u7FFB\u8B6F","translationServices.aliyun":"\u963F\u91CC\u96F2\u7FFB\u8B6F","translationServices.volc":"\u706B\u5C71\u7FFB\u8B6F","translationServices.deeplx":"DeepLX(Beta)","translationServices.bing":"\u5FAE\u8F6F\u7FFB\u8B6F","translationServices.deepl":"DeepL","translationServices.wechat":"\u5FAE\u4FE1\u7FFB\u8B6F","translationServices.azure":"Azure \u7FFB\u8B6F","translationServices.ibm":"IBM Watson","translationServices.aws":"\u4E9E\u99AC\u905C\u7FFB\u8B6F","translationServices.mock":"\u6A21\u64EC\u7FFB\u8B6F","translationServices.mock2":"\u6A21\u64EC\u7FFB\u8B6F2","translationServices.caiyun":"\u5F69\u96F2\u5C0F\u8B6F","translationServices.cai":"\u5F69\u96F2\u5C0F\u8B6F (Alpha)","translationServices.volcAlpha":"\u706B\u5C71\u7FFB\u8B6F(Alpha)","translationServices.openl":"OpenL","translationServices.youdao":"\u6709\u9053\u7FFB\u8B6F","translationServices.you":"\u6709\u9053\u7FFB\u8B6F (Alpha)","translationServices.transmart":"\u9A30\u8A0A\u4EA4\u4E92\u7FFB\u8B6F","translationServices.niu":"\u5C0F\u725B\u7FFB\u8B6F","translationServices.papago":"Papago \u7FFB\u8B6F","translationServices.d":"Deepl(Alpha)","translationServices.dpro":"D Pro (Canary)","translationServices.openai":"OpenAI","translationServices.yandex":"Yandex","translationServices.chatgpt":"ChatGPT Web(3.5 mobile)","translate title":"\u7FFB\u8B6F\u9801\u9762\u6A19\u984C","always languages":"\u7E3D\u662F\u7FFB\u8B6F\u7684\u8A9E\u8A00",neverTranslateLanguagesLabel:"\u6C38\u4E0D\u7FFB\u8B6F\u7684\u8A9E\u8A00",neverTranslateTheFollowingLanguagesDescription:"\u7576\u9801\u9762\u4E2D\u67D0\u4E00\u6BB5\u843D\u7684\u8A9E\u8A00\u70BA\u4E0B\u5217\u8A9E\u8A00\u6642\uFF0C\u5C07\u8DF3\u904E\u7FFB\u8B6F",enableUserscriptPagePopup:"\u5728\u9801\u9762\u4E0A\u986F\u793A\u61F8\u6D6E\u7403",enableUserscriptPagePopupDescription:"\u95DC\u9589\u61F8\u6D6E\u7403\u5F8C\uFF0C\u53EF\u4EE5\u7528\u5FEB\u901F\u9375/{touch}\u518D\u6B21\u986F\u793A\u3002\u70BA\u9632\u6B62\u4E0D\u614E\u95DC\u9589\u8A72\u9078\u9805\u5F8C\u627E\u4E0D\u5230\u61F8\u6D6E\u7403\uFF0C\u5EFA\u8B70\u5C07\u672C\u8A2D\u5B9A\u9801\u9762\u52A0\u5165\u81F3\u6211\u7684\u6700\u611B","always translate the following languages":"\u7576\u9801\u9762\u8A9E\u8A00\u70BA\u4E0B\u5217\u8A9E\u8A00\u6642\uFF0C\u6703\u81EA\u52D5\u7FFB\u8B6F\u70BA\u76EE\u6A19\u8A9E\u8A00","always sites":"\u7E3D\u662F\u7FFB\u8B6F\u7684\u7DB2\u5740","always translate the following sites":"\u7576\u7DB2\u7AD9\u70BA\u4E0B\u5217\u7DB2\u57DF\u540D\u7A31\u6642\uFF0C\u6703\u81EA\u52D5\u7FFB\u8B6F\u70BA\u76EE\u6A19\u8A9E\u8A00","never sites":"\u6C38\u4E0D\u7FFB\u8B6F\u7684\u7DB2\u5740","never translate the following sites":"\u7576\u7DB2\u7AD9\u70BA\u4E0B\u5217\u7DB2\u57DF\u540D\u7A31\u6642\uFF0C\u5C07\u4E0D\u6703\u9032\u884C\u7FFB\u8B6F","please refer to":"\u9700\u8981\u586B\u5BEB\u91D1\u9470\u5F8C\u624D\u53EF\u4F7F\u7528\uFF0C\u8A73\u7D30\u8CC7\u8A0A\u8ACB\u53C3\u8003",KeyAndConfigurationTutorial:"\u300A\u91D1\u9470\u7533\u8ACB\u548C\u8A2D\u5B9A\u6559\u5B78\u300B",useAboveStyleForTheseSites:"\u7576\u7DB2\u7AD9\u70BA\u4E0B\u5217\u7DB2\u57DF\u540D\u7A31\u6642\uFF0C\u7E3D\u662F\u4F7F\u7528 \u2308{theme}\u230B \u8B6F\u6587\u6A23\u5F0F",currentUrl:"\u76EE\u524D\u7DB2\u5740",confirm:"\u5132\u5B58",cancel:"\u53D6\u6D88",delete:"\u522A\u9664","languages.auto":"\u81EA\u52D5\u5075\u6E2C",syncToCloud:"\u540C\u6B65\u81F3\u96F2\u7AEF",syncToCloudDescription:"\u4E0A\u50B3\u81F3\u96F2\u7AEF\u5F8C\uFF0C\u53EF\u4EE5\u5728\u4E0D\u540C\u7684\u700F\u89BD\u5668/\u6CB9\u7334\u8173\u672C\u4E4B\u9593\u540C\u6B65\u8A2D\u5B9A\uFF0C\u4EE5\u6700\u5F8C\u8B8A\u66F4\u6642\u9593\u70BA\u6E96\u3002",syncToAccount:"\u540C\u6B65\u5230\u8CEC\u6236",syncToAccountButton:"\u7ACB\u5373\u8207\u96F2\u7AEF\u540C\u6B65",syncToAccountDescription:"\u4E0A\u50B3\u5230\u5DF2\u767B\u9304\u8CEC\u6236\uFF0C\u53EF\u4EE5\u5728\u4E0D\u540C\u7684\u8A2D\u5099\u4E4B\u9593\u540C\u6B65\u914D\u7F6E\uFF0C\u4EE5\u6700\u5F8C\u4FEE\u6539\u6642\u9593\u70BA\u6E96\u3002",successSyncConfigInAccount:"\u6210\u529F\u8207\u8CEC\u6236\u4FDD\u6301\u540C\u6B65",successSyncConfigToAccount:"\u6210\u529F\u540C\u6B65\u5230\u8CEC\u6236",syncConfigNoUpdate:"\u5DF2\u7D93\u662F\u6700\u65B0\u7684\u4E86",authFail:"\u6388\u6B0A\u5931\u6557",syncTitle:"\u624B\u52D5\u5099\u4EFD\u7BA1\u7406",import_hint:"\u532F\u5165",upload:"\u4E0A\u50B3",revokeAuth:"\u64A4\u92B7\u6388\u6B0A",uploadFail:"\u4E0A\u50B3\u5931\u6557",download:"\u4E0B\u8F09",importSuccess:"\u532F\u5165\u6210\u529F",importFail:"\u532F\u5165\u5931\u6557",deleteFail:"\u522A\u9664\u5931\u6557",backupToCloud:"\u624B\u52D5\u7BA1\u7406\u5099\u4EFD\u6A94\u6848",create_new_backup:"\u65B0\u589E\u5099\u4EFD\u7BC0\u9EDE",maxBackupFiles:"\u6700\u591A\u53EF\u4EE5\u5099\u4EFD{count}\u500B\u4E0D\u540C\u7684\u7BC0\u9EDE\uFF0C\u8ACB\u522A\u9664\u4E0D\u9700\u8981\u7684\u7BC0\u9EDE",backupToCloudDescription:"\u624B\u52D5\u4E0A\u50B3\u6216\u9084\u539F\u5099\u4EFD\u6A94\u6848\uFF0C\u6700\u591A\u5141\u8A31 3 \u500B\u4E0D\u540C\u7684\u5099\u4EFD",successSyncConfig:"\u6210\u529F\u8207\u96F2\u7AEF\u4FDD\u6301\u540C\u6B65",syncFail:"\u540C\u6B65\u5931\u6557",updatedAt:"\u66F4\u65B0\u65BC {date}",lastSyncedAt:"\u4E0A\u6B21\u6AA2\u67E5\u65BC {date}",downloadFail:"\u4E0B\u8F09\u5931\u6557",clickToDownload:"\u9EDE\u9078\u4E0B\u8F09",aboutLabel:"\u95DC\u65BC - \u554F\u984C\u56DE\u5831","browser.openAboutPage":"\u95DC\u65BC/\u554F\u984C\u56DE\u5831",aboutLabelWithoutSponsor:"\u95DC\u65BC - \u554F\u984C\u56DE\u5831",aboutIntro:"\u5E0C\u671B\u6211\u5011\u90FD\u80FD\u66F4\u52A0\u5BB9\u6613\u4E14\u6109\u6085\u5730\u7372\u53D6\u7DB2\u969B\u7DB2\u8DEF\u4E0A\u66F4\u591A\u7684\u5916\u8A9E\u8CC7\u8A0A \u2764\uFE0F \u4F60\u53EF\u4EE5\u9078\u64C7\u958B\u901A <6>Pro\u6703\u54E1 \u4F86\u4F7F\u7528\u958B\u7BB1\u5373\u7528\u7684 DeepL \u548C OpenAI \u7FFB\u8B6F\u3002

\u4F60\u53EF\u4EE5\u95DC\u6CE8\u6211\u4EEC\u7684<3>Twitter\uFF0C<4>Telegram \u983B\u9053\u4EE5\u53CA\u4E0B\u65B9\u7684<5>\u90F5\u4EF6\u8A02\u95B1\u8FFD\u8E64\u66F4\u65B0\u3002
<7>Pro \u6703\u54E1 \u53EF\u4EE5\u901A\u904E\u5FEB\u901F\u5BA2\u670D\u90F5\u7BB1 <8>support@immersivetranslate.com \u548C\u6211\u5011\u53D6\u5F97\u806F\u7E6B\u3002",aboutIntroWithoutSponsor:"\u5E0C\u671B\u6211\u5011\u90FD\u80FD\u66F4\u52A0\u5BB9\u6613\u4E14\u6109\u6085\u5730\u7372\u53D6\u7DB2\u969B\u7DB2\u8DEF\u4E0A\u66F4\u591A\u7684\u5916\u8A9E\u8CC7\u8A0A \u2764\uFE0F ",projectHomepage:"\u5C08\u6848\u9996\u9801",joinTelegramGroup:"\u52A0\u5165\u7528\u6237\u4EA4\u6D41\u7FA4\u7D44\u53C3\u8207\u529F\u80FD\u8A0E\u8AD6",wechatPublicAccount:"\u5FAE\u4FE1\u516C\u773E\u865F",wechatCommunities:"\u5FAE\u4FE1\u4EA4\u6D41\u7FA4",qqCommunities:"QQ \u4EA4\u6D41\u983B\u9053",joinTelegramChannel:"\u95DC\u6CE8 Telegram \u983B\u9053\u77AD\u89E3\u66F4\u65B0\u8CC7\u8A0A",feedbackAndJoin:"\u554F\u984C\u56DE\u5831/\u52A0\u5165\u7FA4\u7D44",autoSync:"\u81EA\u52D5\u5B9A\u6642\u540C\u6B65",loadingThemeTitle:"Loading \u6A23\u5F0F",loadingThemeDescription:"\u8A2D\u5B9A\u7B49\u5F85\u8B6F\u6587\u8F09\u5165\u6642\u7684\u6A23\u5F0F","loadingTheme.spinner":"\u8F49\u5708\u52D5\u756B","loadingTheme.text":"\u975C\u614B\u6587\u5B57 ... ","loadingTheme.none":"\u4E0D\u986F\u793A",developerDescription:"\u53EF\u4EE5\u9EDE\u9078<1>\u6B64\u8655\u6AA2\u8996\u9032\u968E\u81EA\u8A02\u529F\u80FD\u76F8\u95DC\u7684\u8AAA\u660E\u6587\u4EF6","edit border color":"\u8B8A\u66F4\u908A\u6846\u8272\u5F69",successSyncButNoChange:"\u76EE\u524D\u8A2D\u5B9A\u8207\u96F2\u7AEF\u4E00\u81F4",customTheme:"\u81EA\u8A02\u8272\u5F69\u548C\u5927\u5C0F","customThemeLabel.borderColor":"\u908A\u6846\u8272\u5F69","customThemeLabel.borderRadius":"\u908A\u6846\u5713\u89D2","customThemeLabel.textColor":"\u6587\u5B57\u8272\u5F69","customThemeLabel.backgroundColor":"\u80CC\u666F\u8272\u5F69","customThemeLabel.zoom":"\u5B57\u578B\u7E2E\u653E\u6BD4\u4F8B (%)","customThemeLabel.opacity":"\u6587\u5B57\u4E0D\u900F\u660E\u5EA6(%)",resetToDefaultColor:"\u9084\u539F\u70BA\u9810\u8A2D\u8272\u5F69",resetToDefaultSettings:"\u9084\u539F\u70BA\u9810\u8A2D\u8A2D\u5B9A",isTranslateTitle:"\u555F\u7528\u7DB2\u9801\u6A19\u984C\u7FFB\u8B6F",isTranslateTitleDescription:"\u555F\u7528\u5F8C\uFF0C\u7DB2\u9801\u7684\u6A19\u984C\u6703\u88AB\u7FFB\u8B6F",enableSearchEnhancement:"\u958B\u555F\u641C\u7D22\u589E\u5F37",enableSearchEnhancementDescription:"\u4E2D\u6587\u641C\u7D22\u8C37\u6B4C\u6703\u5728\u53F3\u908A\u51FA\u73FE\u82F1\u6587\u7248\u8C37\u6B4C\u65B0\u805E",verifyService:"\u9EDE\u6B64\u6E2C\u8A66\u670D\u52D9",verified:"\u9A57\u8B49\u6210\u529F","field.langs":"\u652F\u63F4\u7684\u8A9E\u8A00\u4EE3\u78BC","field.model":"\u6A21\u578B","field.translationEngine":"\u7FFB\u8B6F\u5F15\u64CE","field.limitPerMinute":"\u6BCF\u5206\u9418\u6700\u5927\u8981\u6C42\u6578","field.limitPerSecond":"\u6BCF\u79D2\u6700\u5927\u8981\u6C42\u6578","field.maxTextLengthPerRequest":"\u6BCF\u6B21\u8981\u6C42\u7684\u6700\u5927\u6587\u5B57\u9577\u5EA6","field.maxTextGroupLengthPerRequest":"\u6BCF\u6B21\u8981\u6C42\u6700\u5927\u6BB5\u843D\u6578","field.apiUrl":"\u81EA\u8A02 API \u4F4D\u5740","field.placeholderDelimiters":"\u4FDD\u7559\u7684\u4F54\u4F4D\u7B26","description.custom":"\u81EA\u5B9A\u7FA9\u63A5\u53E3\u63A5\u5165 \u9700\u8981\u53C3\u8003\u6587\u6A94","description.limitPerMinute":"\u8981\u6C42\u6578\u8D85\u904E\u8A72\u9650\u5236\u6642\u6703\u88AB\u66AB\u6642\u505C\u7528\uFF0C\u76F4\u81F3\u4E0B\u4E00\u5206\u9418\u958B\u59CB\u3002\u7531\u4E8EOpenAI\u76EE\u524D\u670D\u52A1\u7684\u5404\u79CD\u9650\u5236\uFF0C\u8BF7\u70B9\u51FB<1>\u8FD9\u91CC\u67E5\u770B\u6700\u65B0\u5EFA\u8BAE\u7684\u6570\u503C","description.limitPerSecond":"\u8981\u6C42\u6578\u8D85\u904E\u8A72\u9650\u5236\u6642\u6703\u88AB\u66AB\u6642\u505C\u7528\uFF0C\u76F4\u81F3\u4E0B\u4E00\u79D2\u9418\u958B\u59CB\u3002\u7531\u4E8EOpenAI\u76EE\u524D\u670D\u52A1\u7684\u5404\u79CD\u9650\u5236\uFF0C\u8BF7\u70B9\u51FB<1>\u8FD9\u91CC\u67E5\u770B\u6700\u65B0\u5EFA\u8BAE\u7684\u6570\u503C","description.generalLimitPerSecond":"\u8ACB\u6C42\u6578\u8D85\u904E\u8A72\u9650\u5236\u6642\u6703\u9032\u5165\u6392\u968A\u72C0\u614B\uFF0C\u76F4\u5230\u4E0B\u4E00\u79D2\u9418\u958B\u59CB\u3002","description.prompt":"\u4EE5\u7528\u6236\u8EAB\u4EFD\u767C\u9001\u7D66 {service} \u7684\u5C0D\u8A71\uFF0C\u5176\u4E2D {{text}} \u8868\u793A\u6BB5\u843D\u7684\u6587\u672C\u5167\u5BB9\uFF0C{{from}} \u8868\u793A\u6BB5\u843D\u7684\u8A9E\u8A00\uFF0C{{to}} \u8868\u793A\u76EE\u6A19\u8A9E\u8A00","description.maxTextLengthPerRequest":"\u9810\u8A2D\u6703\u5408\u4F75\u591A\u500B\u6BB5\u843D\uFF0C\u4EE5\u6E1B\u5C11\u8ACB\u8981\u6C42\u6578\uFF0C\u4F46\u662F\u5982\u679C\u6BB5\u843D\u7E3D\u9577\u5EA6\u904E\u9577\uFF0C\u4E5F\u53EF\u80FD\u6703\u5C0E\u81F4 API \u7684\u56DE\u61C9\u6642\u9593\u589E\u52A0\uFF0C\u56E0\u6B64\u53EF\u4EE5\u5617\u8A66\u8ABF\u6574\u8A72\u9078\u9805\u4F86\u63D0\u5347\u901F\u5EA6","description.systemPrompt":"\u4EE5\u7CFB\u7D71\u8EAB\u4EFD\u767C\u9001\u7D66 {service} \u7684\u5C0D\u8A71\uFF0C\u5176\u4E2D {{text}} \u8868\u793A\u6BB5\u843D\u7684\u6587\u672C\u5167\u5BB9\uFF0C{{from}} \u8868\u793A\u6BB5\u843D\u7684\u8A9E\u8A00\uFF0C{{to}} \u8868\u793A\u76EE\u6A19\u8A9E\u8A00","field.domain":"\u9818\u57DF","description.domain":"\u9ED8\u8A8D\u70BA\uFF1Ageneral\u3002\u50C5\u5728\u6709\u9053API\u63A7\u5236\u53F0\u958B\u901A\u9818\u57DF\u5316\u7FFB\u8B6F\u7684\u60C5\u6CC1\u4E0B\u53EF\u8A2D\u7F6E\uFF0C\u652F\u6301\u9818\u57DF\u898B<1>\u9019\u88E1","field.scene":"\u5834\u666F","description.scene":"\u9ED8\u8A8D\u70BA\uFF1Ageneral\u3002\u50C5\u5728\u963F\u91CC\u96F2API\u63A7\u5236\u53F0\u958B\u901A\u6A5F\u5668\u7FFB\u8B6F\u5C08\u696D\u7248\u7684\u60C5\u6CC1\u4E0B\u53EF\u8A2D\u7F6E\uFF0C\u652F\u6301\u5834\u666F\u898B<1>\u9019\u88E1","field.vocabId":"\u4F7F\u7528\u8005\u8A5E\u5178ID","description.vocabId":"\u6307\u5B9A\u7684\u5B57\u5178out_id\uFF0C\u76EE\u524D\u652F\u63F4\u82F1\u8B6F\u4E2D","description.model":"OpenAI \u7684\u6A21\u578B\uFF0C\u53EF\u4EE5\u70BA gpt-3.5-turbo, gpt-4 \u7B49","description.maxTextGroupLengthPerRequest":"\u6BCF\u6B21\u50B3\u9001\u7D66\u7FFB\u8B6F\u670D\u52D9\u7684\u6BB5\u843D\u6578\u91CF\uFF0C\u5982\u679C\u6BB5\u843D\u6578\u91CF\u904E\u591A\uFF0C\u53EF\u80FD\u6703\u5C0E\u81F4\u56DE\u61C9\u901F\u5EA6\u8B8A\u6162","description.apiUrl":"\u8ACB\u52A0\u5165\u5177\u9AD4\u5305\u542B\u8DEF\u5F91\u7684\u7DB2\u5740",enabledExtension:"\u555F\u7528\u5957\u4EF6",clickToDisableExtension:"\u9EDE\u9078\u505C\u7528\u5957\u4EF6",clickToEnableExtension:"\u9EDE\u9078\u555F\u7528\u5957\u4EF6",hasBeenDisabled:"\u5DF2\u505C\u7528","show password":"\u986F\u793A\u5BC6\u78BC",customContent:"\u8F38\u5165\u81EA\u5B9A\u7FA9\u6A21\u578B",inputOptions:"\u8F38\u5165\u6846\u589E\u5F37",mouseHoverOptions:"\u9F20\u6A19\u6ED1\u904E",modifyMouseHoverKey:"\u4FEE\u6539\u6ED1\u9F20\u61F8\u505C\u5FEB\u6377\u9375",enableInputTranslation:"\u662F\u5426\u555F\u7528\u8F38\u5165\u6846\u589E\u5F37",enableInputTranslationDescription:"\u555F\u7528\u5F8C\uFF0C\u8F38\u5165\u6846\u76F4\u63A5\u8F38\u5165 {startingKey}{startingKey} \u4F60\u597D\uFF0C\u7136\u5F8C\u5FEB\u901F\u9023\u64CA{inputTrailingTriggerKeyRepeatTimes}\u6B21{trailingKey}\uFF0C\u5373\u53EF\u7FFB\u8B6F\u70BA {inputTargetLanguage}",enableInputTranslationDescriptionForNoneKey:"\u555F\u7528\u5F8C\uFF0C\u8F38\u5165\u6846\u76F4\u63A5\u8F38\u5165\uFF1A\u4F60\u597D\u4E16\u754C\uFF0C\u7136\u5F8C\u5FEB\u901F\u9023\u64CA{inputTrailingTriggerKeyRepeatTimes}\u6B21{trailingKey}\uFF0C\u5373\u53EF\u7FFB\u8B6F\u70BA\u9810\u8A2D\u76EE\u6A19\u8A9E\u8A00",inputTargetLanguage:"\u8A2D\u5B9A\u8F38\u5165\u6846\u7684\u9810\u8A2D\u76EE\u6A19\u8A9E\u8A00",inputTargetLanguageDescription:"\u8F38\u5165\u6846\u7FFB\u8B6F\u7684\u9810\u8A2D\u76EE\u6A19\u8A9E\u8A00\uFF0C\u4E5F\u5C31\u662F {startingKey}{startingKey} \u4F5C\u70BA\u89F8\u767C\u8A5E\u7684\u9810\u8A2D\u8A9E\u8A00",inputTargetLanguageDescriptionForNoneKey:"\u8F38\u5165\u6846\u7FFB\u8B6F\u7684\u9810\u8A2D\u76EE\u6A19\u8A9E\u8A00",inputStartingTriggerKeyTitle:"\u8A2D\u5B9A\u8F38\u5165\u6846\u90E8\u5206\u7FFB\u8B6F\u7684\u5206\u5272\u5B57\u7B26",inputStartingTriggerKeyDescription:"\u7576\u4F60\u4E0D\u9700\u8981\u7FFB\u8B6F\u6574\u500B\u8F38\u5165\u6846\u7684\u6642\u5019\uFF0C\u5206\u5272\u7B26\u5141\u8A31\u4F60\u53EA\u7FFB\u8B6F {startingKey}{startingKey} \u5230\u8F38\u5165\u6846\u672B\u5C3E\u7684\u90E8\u5206\uFF0C\u4E5F\u53EF\u4EE5\u6307\u5B9A\u8A9E\u8A00\u4EE3\u78BC\uFF0C\u4F8B\u5982\uFF1A{startingKey}ja \u8868\u793A\u53EA\u7FFB\u8B6F {startingKey}ja \u5230\u8F38\u5165\u6846\u672B\u5C3E\u7684\u90E8\u5206",inputStartingTriggerKeyDescriptionForNoneKey:"\u76EE\u524D\u8A2D\u5B9A\u70BA\u7121\u9700\u524D\u7DB4\uFF0C\u66AB\u7121\u6CD5\u4F7F\u7528\u8F38\u5165\u6846\u7684\u90E8\u5206\u6587\u5B57\u7FFB\u8B6F\u529F\u80FD",inputTrailingTriggerKeyTitle:"\u9078\u64C7\u4E00\u500B\u8F38\u5165\u7D50\u675F\u7684\u89F8\u767C\u5B57\u7B26",inputTrailingTriggerKeyDescription:"\u5FEB\u901F\u9023\u64CA3 \u6B21{trailingKey} \u5C07\u6703\u958B\u59CB\u7FFB\u8B6F",inputTrailingTriggerKeyTimeout:"\u8F38\u5165\u7D50\u675F\u9023\u64CA\u89F8\u767C\u7684\u9593\u9694\u6642\u9593",inputTrailingTriggerKeyTimeoutDescription:"\u8A2D\u7F6E\u8F38\u5165\u7D50\u675F\u9023\u64CA\u89F8\u767C\u7684\u9593\u9694\u6642\u9593\uFF08\u6BEB\u79D2\uFF09",spaceKey:"<\u7A7A\u683C\u9375>",noneKey:"\u7121\u9700\u524D\u7DB4\uFF0C\u76F4\u63A5\u7FFB\u8B6F\u6574\u500B\u6587\u5B57\u6846",inputTranslationBlockUrlsTitle:"\u5207\u52FF\u5728\u4EE5\u4E0B\u7DB2\u5740\u4E2D\u555F\u7528\u8F38\u5165\u6846\u589E\u5F37",inputTranslationBlockUrlsDescription:"\u5728\u4EE5\u4E0B\u7DB2\u5740\u4E2D\uFF0C\u8F38\u5165\u6846\u589E\u5F37\u5C07\u4E0D\u6703\u751F\u6548",inputHelperInfo:"\u8AAA\u660E\uFF1A\u6211\u5011\u7279\u5225\u91DD\u5C0D\u5728\u4E2D\u6587\u8F38\u5165\u6CD5\u4E0B\u90E8\u5206\u89F8\u767C\u5B57\u7B26\u6703\u8B8A\u6210\u4E2D\u6587\u6A19\u9EDE\u7B26\u865F\u9019\u4EF6\u4E8B\u505A\u4E86\u512A\u5316\uFF0C\u6BD4\u5982\u641C\u72D7\u8F38\u5165\u6CD5\u4E0B / \u6703\u8B8A\u6210\u9813\u865F \u3001\uFF0C\u6C89\u6D78\u5F0F\u7FFB\u8B6F\u652F\u6301\u6240\u6709\u89F8\u767C\u7B26\u5C0D\u61C9\u7684\u4E2D\u6587\u7B26\u865F\uFF0C\u4E5F\u5C31\u662F\u8AAA // \u3001\u3001 \u90FD\u6703\u88AB\u8B58\u5225\u70BA\u89F8\u767C\u5B57\u7B26\u3002

\u540C\u6642\u6211\u5011\u4E5F\u652F\u6301\u8A9E\u8A00\u4EE3\u78BC\u7684\u4E2D\u6587\u5225\u540D\u4F5C\u70BA\u547D\u4EE4\uFF0C\u6BD4\u5982 /\u65E5\u6587 \u4F60\u597D\u4E16\u754C \u6703\u88AB\u7FFB\u8B6F\u70BA\u65E5\u6587\uFF0C<1>\u9EDE\u6B64\u67E5\u770B\u6240\u6709\u652F\u63F4\u7684\u8A9E\u8A00\u4EE3\u78BC\u3002",reloadCurrentPage:"\u8ACB\u5148\u5237\u65B0\u76EE\u524D\u9801\u9762\uFF0C\u518D\u958B\u59CB\u7FFB\u8B6F",noLocalFilePermissionForPDF:"\u66AB\u7121\u6B0A\u9650\u8B80\u53D6\u672C\u6A5F\u6587\u4EF6\uFF0C\u8ACB\u9EDE\u9078\u4E0A\u65B9\u6309\u9215\uFF0C\u7136\u5F8C\u532F\u5165\u672C\u6A5F\u6587\u4EF6",noPermissionForThisPage:"\u26A0\uFE0F \u66AB\u7121\u6B0A\u9650\u7FFB\u8B6F\u76EE\u524D\u9801\u9762","error.retry":"\u91CD\u8A66","error.reason":"\u932F\u8AA4\u539F\u56E0",retryAllParagraphs:"\u91CD\u8A66\u5168\u90E8\u932F\u8AA4\u6BB5\u843D",retryAllButton:"\u91CD\u8A66\u5168\u90E8\u932F\u8AA4\u6BB5\u843D",errorTooltipTitle:"\u9EDE\u64CA\u770B\u932F\u8AA4\u539F\u56E0",errorModalTitle:"\u7FFB\u8B6F\u670D\u52D9\u6216\u7DB2\u8DEF\u4F3C\u4E4E\u51FA\u4E86\u9EDE\u554F\u984C...",disableConfirm:"\u7981\u7528\u78BA\u8A8D",disableOnce:"\u7981\u7528\u4E00\u6B21",disableGlobal:"\u5168\u5C40\u7981\u7528",disableTint:"* \u60A8\u53EF\u4EE5\u5728 {option} \u4E2D\u91CD\u65B0\u555F\u7528\u3002",searchEnhancementNotes:"\u6211\u5011\u767C\u73FE\uFF0C\u4E2D\u6587\u95DC\u9375\u8A5E\u548C\u82F1\u6587\u95DC\u9375\u8A5E\u7684\u65B0\u805E\u7D50\u679C\u6709\u975E\u5E38\u5927\u7684\u4E0D\u540C\uFF0C\u5728\u555F\u7528\u6C89\u6D78\u5F0F\u7FFB\u8B6F\u96D9\u8A9E\u4FE1\u606F\u589E\u5F37\u529F\u80FD\u5F8C\uFF0C\u6211\u5011\u6703\u5728\u652F\u6301\u7684\u7DB2\u7AD9\uFF08\u8C37\u6B4C\u65B0\u805E\uFF0C\u8C37\u6B4C\u641C\u7D22\uFF08\u90E8\u5206\u95DC\u9375\u8A5E\uFF09\uFF0C\u96EA\u7403\uFF0C\u6771\u65B9\u8CA1\u5BCC\u7DB2\uFF0C\u5BCC\u9014\uFF0C\u8001\u864E\uFF09\u81EA\u52D5\u7528\u82F1\u6587\u70BA\u4F60\u641C\u7D22\u540C\u6A23\u7684\u95DC\u9375\u8A5E\u4E26\u5C55\u793A\u5728\u53F3\u5074\u3002\u5982\u679C\u4F60\u4E0D\u9700\u8981\u8A72\u529F\u80FD\u7684\u8A71\uFF0C\u53EF\u4EE5\u9078\u64C7\u7981\u7528\u5B83\u3002",option:"\u9078\u9805",saveSettings:"\u5132\u5B58\u8A2D\u5B9A",closeModal:"\u95DC\u9589\u8996\u7A97",enableInputTranslationWithoutTriggerKeyTitle:"\u555F\u7528\u5FEB\u901F\u9023\u64CA3 \u6B21{trailingKey}\uFF0C\u76F4\u63A5\u7FFB\u8B6F\u6574\u500B\u8F38\u5165\u6846\u70BA{inputTargetLanguage}",enableInputTranslationWithoutTriggerKeyDescription:"\u5982\u9700\u6307\u5B9A\u76EE\u6A19\u8A9E\u8A00\uFF0C\u8ACB\u5728\u524D\u9762\u52A0\u4E0A\u8A9E\u8A00\u7A0B\u5F0F\u78BC\uFF0C\u5982\uFF1Aja \u4F60\u597D\u4E16\u754C",deepLProName:"\u6C89\u6D78\u5F0F\u7FFB\u8B6FPro \u6703\u54E1(\u63A8\u85A6)",deepLProDescription:"\u76EE\u524D\u5957\u9910\u53EF\u4EE5\u76F4\u63A5\u4F7F\u7528",deeplProDescriptionForNormal:"\u7121\u9700\u4EFB\u4F55\u8A2D\u7F6E\uFF0C\u6703\u54E1\u767B\u5165\u5F8C\u5373\u53EF\u4F7F\u7528\uFF0C<1>\u9EDE\u6B64\u5347\u7D1A\u70BA\u6703\u54E1",deepLCustomDescription:"\u9700\u8981\u570B\u5916\u4FE1\u7528\u5361\uFF0C\u5728<1>DeepL\u5B98\u65B9\u958B\u901A\uFF0C\u9EDE\u9078\u67E5\u770B<2>\u6587\u6A94",deepLCustomName:"\u81EA\u8A02Auth Key",chooseProviderLabel:"\u9078\u64C7\u4E00\u500B\u670D\u52D9\u63D0\u4F9B\u8005",openaiProName:"\u6C89\u6D78\u5F0F\u7FFB\u8B6FPro \u6703\u54E1(\u63A8\u85A6)",openaiProDescription:"\u76EE\u524D\u5957\u9910\u53EF\u4EE5\u76F4\u63A5\u4F7F\u7528",openaiProDescriptionForNormal:"\u7121\u9700\u4EFB\u4F55\u8A2D\u7F6E\uFF0C\u6703\u54E1\u767B\u5165\u5F8C\u5373\u53EF\u4F7F\u7528\uFF0C<1>\u9EDE\u6B64\u5347\u7D1A\u70BA\u6703\u54E1",openaiCustomDescription:"\u53EF\u5728OpenAI, Azure OpenAI, \u6216\u5176\u4ED6\u7B2C\u4E09\u65B9\u670D\u52D9\u7372\u53D6\uFF0C<1>\u9EDE\u6B64\u67E5\u770B\u6587\u6A94",openaiCustomName:"\u81EA\u8A02API Key",needLoginAction:"(\u958B\u901A\u6703\u54E1\u6216\u81EA\u8A02)",goLoginOrAction:"(\u958B\u901A\u6703\u54E1\u6216\u53BB\u8A2D\u5B9A)",yearly:"\u5E74\u5EA6\u7E8C\u8A02",quarterly:"\u5B63\u5EA6\u7E8C\u8A02",monthly:"\u6BCF\u6708\u7E8C\u8A02",yearlyForOnce:"\u4E00\u6B21\u6027\u5E74\u5EA6\u5957\u9910",monthlyForOnce:"\u4E00\u6B21\u6027\u6708\u5EA6\u5957\u9910",daily:"\u6BCF\u65E5\u7E8C\u8A02",year:"\u5E74\u5EA6\u7E8C\u8A02",quarter:"\u5B63\u5EA6\u7E8C\u8A02",month:"\u6BCF\u6708\u7E8C\u8A02",day:"\u6BCF\u65E5\u7E8C\u8A02",onetime_7day:"7 \u5929\u9AD4\u9A57\u5305",currentPlanDescriptionForFree:"\u76EE\u524D\u5957\u9910\uFF1A\u514D\u8CBB",currentPlanDescriptionForContinuous:"\u76EE\u524D\u5957\u9910\uFF1A{plan}\uFF0C\u5C07\u65BC {endAt} \u81EA\u52D5\u7E8C\u8CBB",currentPlanDescriptionForAutoRenewCaceling:"\u76EE\u524D\u5957\u9910\uFF1A{plan}\uFF0C\u5C07\u65BC {endAt} \u5230\u671F\uFF0C\u5230\u671F\u5F8C\u5C07\u4E0D\u6703\u81EA\u52D5\u7E8C\u7D04",currentYearlyPlanDescriptionForAutoRenewCacelingWithRealPaiedUser:"\u76EE\u524D\u5957\u9910\uFF1A{plan}\uFF0C\u5C07\u65BC {endAt} \u5230\u671F\uFF0C\u5230\u671F\u5F8C\u5C07\u4E0D\u6703\u81EA\u52D5\u7E8C\u7D04\u3002
<1>\u9EDE\u6B64\u7BA1\u7406\u7E8C\u8CBB\u65B9\u6848",currentYearlyPlanDescriptionForAutoRenewCacelingWithAdmin:"\u76EE\u524D\u5957\u9910\uFF1A{plan}\uFF0C\u5C07\u65BC {endAt} \u5230\u671F\uFF0C\u5230\u671F\u5F8C\u5C07\u4E0D\u6703\u81EA\u52D5\u7E8C\u7D04\u3002
<1>\u9EDE\u6B64\u555F\u7528\u9023\u7E8C\u5305\u5E74",currentPlanDescriptionForOneTime:"\u76EE\u524D\u5957\u9910\uFF1A{plan}\uFF0C\u5C07\u65BC {endAt} \u5230\u671F\uFF0C<1>\u9EDE\u6B64\u5347\u7D1A\u70BA\u5E74\u8CBB\u6216<2>\u6708\u8CBB\u6703\u54E1",upgradePlan:"\u9EDE\u6B64\u5347\u7D1A\u70BAPro \u6703\u54E1",upgradeToPro:"\u5347\u7D1A\u70BA Pro \u6703\u54E1","popup.openPro":"\u5347\u7D1A\u70BA Pro \u6703\u54E1\u5F8C\u53EF\u4EE5\u66A2\u4EAB DeepL \u548C OpenAI \u7FFB\u8B6F\uFF0C\u9EDE\u6B64\u5347\u7D1A","popup.openProForPro":"\u60A8\u662F Pro \u6703\u54E1\uFF0C\u53EF\u76F4\u63A5\u4F7F\u7528 DeepL \u548C OpenAI \u7FFB\u8B6F",currentAccount:"\u7576\u524D\u8CEC\u6236",enableAutoSyncUserSettings:"\u555F\u7528\u591A\u8A2D\u5099\u81EA\u52D5\u96F2\u7AEF\u540C\u6B65",modalEnableInputTranslationTitle:"\u6C89\u6D78\u5F0F\u7FFB\u8B6F\u8F38\u5165\u6846\u7FFB\u8B6F\u63D0\u793A",modalEnableInputTranslationDesc:"\u60A8\u525B\u525B\u900F\u904E\u5FEB\u901F\u9023\u64CA3 \u6B21\u7A7A\u767D\u9375\u89F8\u767C\u4E86\u6C89\u6D78\u5F0F\u7FFB\u8B6F\u7684\u8F38\u5165\u6846\u7FFB\u8B6F\uFF0C\u8F38\u5165\u6846\u7684\u5167\u5BB9\u5C07\u7FFB\u8B6F\u70BA\u9810\u8A2D\u7684\u76EE\u6A19\u8A9E\u8A00\u3002\u900F\u904ECtrl+Z \u53EF\u4EE5\u64A4\u92B7\u7FFB\u8B6F\u3002

\u5982\u679C\u9019\u662F\u4E00\u500B\u5931\u8AA4\uFF0C\u4E0D\u7528\u64D4\u5FC3\uFF0C\u60A8\u53EF\u4EE5\u9078\u64C7\u672C\u6B21\u505C\u7528\uFF0C\u6216\u6C38\u4E45\u505C\u7528\u8F38\u5165\u6846\u7FFB\u8B6F\u3002",saveAndNotShowAgain:"\u5132\u5B58\u4E14\u4E0D\u518D\u63D0\u793A",disableInputTranslationTips:"* \u4F60\u4E5F\u53EF\u4EE5\u5728 {option} \u4E2D\u8A2D\u5B9A\u5176\u4ED6\u5FEB\u6377\u9375\u4F86\u89F8\u767C\uFF0C{learnMore}\u3002",learnMore:"\u9EDE\u6B64\u4E86\u89E3\u66F4\u591A",continueEnalbeInputTranslation:"\u7E7C\u7E8C\u555F\u7528\u8F38\u5165\u6846\u7FFB\u8B6F",autoRenewTrialSuffix:'\uFF08\u8A66\u7528\u4E2D\uFF0C\u7ACB\u523B\u5347\u7D1A\u70BA\u6B63\u5F0F\u6703\u54E1\uFF09',upgradeFromTrialTitle:"\u5347\u7D1A\u70BA\u6B63\u5F0F\u6703\u54E1",subtitle:"\u5F71\u7247\u5B57\u5E55",youtubeService:"\u6C89\u6D78\u5F0F\u7FFB\u8B6F\u5F71\u7247\u5B57\u5E55\u670D\u52D9","subtitle.disabledSubtitle":"\u6C38\u4E45\u7981\u7528\u8996\u983B\u5B57\u5E55\u529F\u80FD","subtitle.disabledSubtitleDescription":"\u5982\u679C\u6C89\u6D78\u5F0F\u7FFB\u8B6F\u7684\u8996\u983B\u5B57\u5E55\u548C\u5176\u4ED6\u64F4\u5C55\u6709\u885D\u7A81\uFF0C\u4F60\u53EF\u4EE5\u9078\u64C7\u6C38\u4E45\u7981\u7528\u6C89\u6D78\u5F0F\u7FFB\u8B6F\u7684\u8996\u983B\u5B57\u5E55\u529F\u80FD\u6216\u8005\u5378\u8F09\u5176\u4ED6\u885D\u7A81\u7684\u64F4\u5C55","subtitle.autoEnableSubtitleDescription":"\u555F\u7528\u5F8C\uFF0C\u7576\u5F71\u7247\u64AD\u653E\u7684\u6642\u5019\uFF0C\u6703\u81EA\u52D5\u986F\u793A\u96D9\u8A9E\u5B57\u5E55\uFF0C\u5426\u5247\u9700\u8981\u9EDE\u64CA\u7FFB\u8B6F\u6309\u9215\u624D\u6703\u986F\u793A\u3002","subtitle.preTranslation":"\u512A\u5148\u4F7F\u7528\u6C89\u6D78\u5F0F\u7FFB\u8B6F\u5B57\u5E55","subtitle.preTranslationDescription":"\u555F\u7528\u5F8C\u6703\u512A\u5148\u7528\u4E0B\u9762\u7684\u7FFB\u8B6F\u670D\u52D9\u63D0\u524D\u7FFB\u8B6F\u6574\u500B\u5B57\u5E55\uFF0C1 \u5C0F\u6642\u7684\u8996\u8A0A\u5927\u6982\u6D88\u8017 5\u842C Tokens \u6216 \u5B57\u7B26\uFF0C\u8ACB\u914C\u60C5\u4F7F\u7528\uFF1B\u95DC\u9589\u5F8C\u5247\u512A\u5148\u4F7F\u7528\u539F\u5F71\u7247\u81EA\u5E36\u7684\u6A5F\u7FFB\u5B57\u5E55","subtitle.humanSubtitlesPreferred":"\u512A\u5148\u4F7F\u7528\u4EBA\u5DE5\u5B57\u5E55","subtitle.humanSubtitlesPreferredDescription":"\u7576\u5F71\u7247\u6709\u76EE\u6A19\u8A9E\u8A00\u4EBA\u5DE5\u5B57\u5E55\u6642\uFF0C\u512A\u5148\u4F7F\u7528\u4EBA\u5DE5\u5B57\u5E55\uFF08\u63A8\u85A6\uFF09","subtitle.bilingual":"\u96D9\u8A9E\u5B57\u5E55","subtitle.autoDisableSubtitle":"\u4E0D\u81EA\u52D5\u555F\u7528\u96D9\u8A9E\u5B57\u5E55","subtitle.hideQuickButton":"\u4E0D\u518D\u986F\u793A\u8A72\u5FEB\u6377\u65B9\u5F0F","subtitle.showQuickButton":"\u986F\u793A\u96D9\u8A9E\u5B57\u5E55\u5FEB\u6377\u65B9\u5F0F","subtitle.showQuickButtonDescription":"\u5728\u8996\u983B\u64AD\u653E\u5668\u53F3\u4E0B\u89D2\u63D0\u4F9B\u555F\u7528\u96D9\u8A9E\u5B57\u5E55\u7684\u5FEB\u6377\u65B9\u5F0F",videoSubtitleTranslationDescription:"\u70BA\u5F71\u7247\u5B57\u5E55\u55AE\u7368\u6307\u5B9A\u4E00\u500B\u7FFB\u8B6F\u670D\u52D9",subtitleTranslating:"\u6B63\u5728\u4F7F\u7528 {service} \u670D\u52D9\u7FFB\u8B6F\u5B57\u5E55\u4E2D\uFF0C\u8ACB\u7A0D\u7B49...\uFF08\u6C89\u6D78\u5F0F\u7FFB\u8B6F\uFF09",subtitleLoading:"\u6B63\u5728\u8F09\u5165\u5B57\u5E55...",bilingual:"\u96D9\u8A9E","field.action":"\u662F\u5426\u555F\u7528\u767E\u5EA6\u8853\u8A9E","description.action":"\u555F\u7528\u5F8C\u6703\u5728\u8ACB\u6C42\u4E2D\u52A0\u5165 action=1 \u7684\u53C3\u6578\uFF0C\u4EE5\u4FBF\u544A\u77E5\u767E\u5EA6\u555F\u7528\u8853\u8A9E\uFF0C<1>\u66F4\u591A\u8AAA\u660E\u8ACB\u53C3\u8003\u5B98\u65B9\u6587\u6A94",closeQuickTranslation:"\u95DC\u9589\u61F8\u6D6E\u7403","closeQuickTranslation.untilNext":"\u672C\u6B21\u95DC\u9589\u76F4\u5230\u4E0B\u6B21\u8A2A\u554F","closeQuickTranslation.currentWebsite":"\u7576\u524D\u7DB2\u7AD9\u7981\u7528","closeQuickTranslation.alwaysClose":"\u6C38\u4E45\u7981\u7528","closeQuickTranslation.settingOpen":"\uFF08\u53EF\u5728<1>\u8A2D\u5B9A\u9801\u958B\u555F\uFF09","closeQuickTranslation.cancel":"\u53D6\u6D88","closeQuickTranslation.confirm":"\u78BA\u5B9A","floatBall.popup":"\u6253\u958B\u5FEB\u6377\u8A2D\u5B9A\u9762\u677F","floatBall.translate":"\u9EDE\u64CA\u7FFB\u8B6F\u8A72\u9801\u9762","floatBall.showOriginal":"\u9EDE\u64CA\u5207\u63DB\u5230\u539F\u6587","floatBall.close":"\u95DC\u9589\u61F8\u6D6E\u7403","floatBallOptions.enableDescPc":"\u555F\u7528\u9801\u9762\u61F8\u6D6E\u7403\u5F8C\uFF0C\u6703\u5728\u9801\u9762\u53F3\u5074\u986F\u793A\u4E00\u500B\u5FEB\u6377\u7FFB\u8B6F\u6309\u9215\uFF0C\u9EDE\u64CA\u5373\u53EF\u7FFB\u8B6F","floatBallOptions.enableDesc":"\u95DC\u9589\u61F8\u6D6E\u7403\u5F8C\uFF0C\u53EF\u4EE5\u7528{touch}\u559A\u8D77\u3002\u70BA\u9632\u6B62\u4E0D\u614E\u95DC\u9589\u8A72\u9078\u9805\u5F8C\u627E\u4E0D\u5230\u61F8\u6D6E\u7403\uFF0C\u5F37\u70C8\u5EFA\u8B70\u6536\u85CF\u672C\u8A2D\u5B9A\u9801","description.azureApiUrl":"\u586B\u5165\u81EA\u8A02\u7684API\u4F4D\u5740",shareBtnTitle:"\u9EDE\u64CA\u751F\u6210\u7DB2\u9801\u5FEB\u7167","floatBall.share":"\u751F\u6210\u7DB2\u9801\u5FEB\u7167","floatBall.guideClickToTranslate":`\u9EDE\u64CA\u6C89\u6D78\u5F0F\u7FFB\u8B6F\u61F8\u6D6E\u7403 \u5373\u53EF\u5FEB\u901F\u7FFB\u8B6F`,"floatBall.iKnow":"\u6211\u77E5\u9053\u4E86",confirmSupportMouse:"\u5F37\u5236\u555F\u7528\u6ED1\u9F20\u652F\u63F4",confirmSupportMouseDescription:"\u6AA2\u6E2C\u5230\u7576\u524D\u700F\u89BD\u5668\u4E0D\u652F\u63F4\u6ED1\u9F20\u529F\u80FD\uFF0C\u662F\u5426\u5F37\u5236\u555F\u7528\u6ED1\u9F20\u652F\u63F4\uFF1F",sampleTargetText:"\u9577\u591C\u5C07\u81F3\uFF0C\u6211\u5F9E\u4ECA\u958B\u59CB\u5B88\u671B\uFF0C\u81F3\u6B7B\u65B9\u4F11\u3002 \u6211\u5C07\u4E0D\u5A36\u59BB\u3001\u4E0D\u5C01\u5730\u3001\u4E0D\u751F\u5B50\u3002 \u6211\u5C07\u4E0D\u6234\u5BF6\u51A0\uFF0C\u4E0D\u722D\u69AE\u5BF5\u3002 \u6211\u5C07\u76E1\u5FE0\u8077\u5B88\uFF0C\u751F\u6B7B\u65BC\u65AF\u3002",sampleSourceText:"Night gathers, and now my watch begins. It shall not end until my death. I shall take no wife, hold no lands, father no children. I shall wear no crowns and win no glory. I shall live and die at my post.","subtitle.supportedSites":"\u5DF2\u652F\u63F4\u5728\u9019\u4E9B\u7DB2\u7AD9\u4F7F\u7528\u96D9\u8A9E\u5B57\u5E55\uFF08\u6CE8\u610F\uFF1A\u7531\u65BC\u6280\u8853\u9650\u5236\uFF0C\u90E8\u5206\u7DB2\u7AD9\u5728\u9996\u6B21\u958B\u555F\u5B57\u5E55\u5F8C\u9700\u8981\u91CD\u65B0\u5237\u65B0\u9801\u9762\uFF0C\u6216\u8005\u9700\u7B49\u5F85\u7FFB\u8B6F\u5B8C\u6210\u4EE5\u986F\u793A\u96D9\u8A9E\u5B57\u5E55\uFF09\uFF1A",viewWithImmersiveTranslate:"\u53CC\u8BED\u7248\u672C(\u6C89\u6D78\u5F0F\u7FFB\u8BD1)",errorReason:"\u932F\u8AA4\u539F\u56E0\uFF1A{message}","proQuotaExceededError.onetime7day":'\uFF0C\u60A8\u53EF\u4EE5\u9078\u64C7\u4EE5\u4E0B\u65B9\u5F0F\u89E3\u6C7A\uFF1A

1. \u5207\u63DB\u5230 {anotherService} \u6216\u5176\u4ED6\u7FFB\u8B6F\u670D\u52D9
2. \u5347\u7D1A\u70BA\u6708\u5EA6/\u5E74\u5EA6\u6703\u54E1',"proQuotaExceededError.trial":'\uFF0C\u60A8\u53EF\u4EE5\u9078\u64C7\u4EE5\u4E0B\u65B9\u5F0F\u89E3\u6C7A\uFF1A

1. \u5207\u63DB\u5230 {anotherService} \u6216\u5176\u4ED6\u7FFB\u8B6F\u670D\u52D9
2. \u7ACB\u5373\u5347\u7D1A\u70BA\u6B63\u5F0F\u6703\u54E1',"proQuotaExceededError.nonTrial":'\uFF0C\u60A8\u53EF\u4EE5\u9078\u64C7\u4EE5\u4E0B\u65B9\u5F0F\u89E3\u6C7A\uFF1A

1. \u5207\u63DB\u5230 {anotherService} \u6216\u5176\u4ED6\u7FFB\u8B6F\u670D\u52D9
2. \u8CFC\u8CB7 {translationService} \u984D\u5916\u6D41\u91CF\u5305',"proQuotaExceededError.resetTime":"
3. \u984D\u5EA6\u91CD\u7F6E\u6642\u9593\uFF1A{resetTime}",paragraphMinTextCountField:"\u7FFB\u8B6F\u6BB5\u843D\u6240\u9700\u7684\u6700\u5C11\u5B57\u7B26\u6578",paragraphMinTextCountDesc:"\u6CE8\u610F\uFF0C\u9019\u88E1\u6307\u7684\u5B57\u7B26\u9577\u5EA6\uFF0C\u6BD4\u5982\uFF1Ahello \u662F 5 \u500B\u5B57\u7B26\uFF0C\u8A2D\u5B9A\u70BA\u66F4\u5927\u7684\u503C\u53EF\u4EE5\u6E1B\u5C11\u4E0D\u5FC5\u8981\u7684\u5C0F\u6BB5\u843D\u7FFB\u8B6F",networkError:"\u7FFB\u8B6F\u670D\u52D9\u6216\u7DB2\u8DEF\u51FA\u73FE\u554F\u984C",notLogin:"\u672A\u767B\u9304","browser.toggleMouseHoverTranslateDirectly":"\u5728\u9801\u9762\u4E0A\u81E8\u6642\u555F\u7528\u6216\u95DC\u9589\u6ED1\u9F20\u61F8\u505C\u76F4\u63A5\u7FFB\u8B6F","browser.translateWithOpenAI":"\u81E8\u6642\u4F7F\u7528 OpenAI \u7FFB\u8B6F\u7576\u524D\u9801\u9762","browser.translateWithDeepL":"\u81E8\u6642\u4F7F\u7528 DeepL \u7FFB\u8B6F\u7576\u524D\u9801\u9762","browser.translateWithGoogle":"\u81E8\u6642\u4F7F\u7528 Google \u7FFB\u8B6F\u7576\u524D\u9801\u9762","browser.translateWithBing":"\u81E8\u6642\u4F7F\u7528\u5FAE\u8EDF\u7FFB\u8B6F\u7576\u524D\u9801\u9762","browser.translateWithGemini":"\u81E8\u6642\u4F7F\u7528 Gemini \u7FFB\u8B6F\u7576\u524D\u9801\u9762","browser.translateWithTransmart":"\u81E8\u6642\u4F7F\u7528\u9A30\u8A0A\u7FFB\u8B6F\u7576\u524D\u9801\u9762","browser.translateInputBox":"\u7FFB\u8B6F\u7576\u524D\u8F38\u5165\u6846\u5167\u5BB9",shortcutSettings:"\u5FEB\u6377\u9375",shortcutSettingsTitle:"\u5FEB\u6377\u9375\u8A2D\u7F6E",confirmResetToDefaultSettings:"\u78BA\u8A8D\u8981\u6062\u5FA9\u8A72\u7FFB\u8B6F\u670D\u52D9\u70BA\u9ED8\u8A8D\u8A2D\u7F6E\u55CE\uFF1F\uFF08\u50C5\u91CD\u7F6E\u7576\u524D\u7FFB\u8B6F\u670D\u52D9\u7684\u8A2D\u7F6E\uFF09","intro.hoverTitle":"\u6ED1\u9F20\u61F8\u505C\u7FFB\u8B6F\u7576\u524D\u6BB5\u843D","intro.hoverDescription":"\u6ED1\u9F20\u61F8\u505C\u7FFB\u8B6F\u662F\u6C89\u6D78\u5F0F\u7FFB\u8B6F\u88E1\u975E\u5E38\u91CD\u8981\u7684\u529F\u80FD\uFF0C\u53EA\u9700\u5C07\u6ED1\u9F20\u653E\u5728\u6BB5\u843D\u4E0A\uFF0C\u540C\u6642\u6309\u4E0B\u8A2D\u5B9A\u7684\u5FEB\u6377\u9375\uFF0C\u5373\u53EF\u81EA\u52D5\u7FFB\u8B6F\u7576\u524D\u6BB5\u843D\uFF08\u6CE8\u610F\uFF1A\u9810\u8A2D\u6C92\u6709\u555F\u7528\u54E6\uFF0C\u8ACB \u5728\u4E0B\u65B9\u8A2D\u5B9A\uFF09\uFF0C\u8A72\u4E92\u52D5\u7528\u65BC\u66F4\u597D\u7684\u66FF\u4EE3\u5283\u8A5E\u7FFB\u8B6F\uFF0C\u53E6\u5916\uFF0C\u6B64\u529F\u80FD\u4E5F\u5EE3\u6CDB\u61C9\u7528\u65BC\u90A3\u4E9B\u7121\u6CD5\u88AB\u8B58\u5225\u7684\u7FFB\u8B6F\u5340\u57DF\uFF0C\u4F60\u53EF\u4EE5\u5229\u7528\u8A72\u529F\u80FD\uFF0C\u5F37\u5236\u7FFB\u8B6F\u4EFB\u4F55\u6BB5\u843D\u3002","intro.floatBallTitle":"\u5FEB\u6377\u7FFB\u8B6F\u61F8\u6D6E\u7403","intro.floatBallDescription":"\u555F\u7528\u5F8C\uFF0C\u6703\u5728\u9801\u9762\u53F3\u5074\u986F\u793A\u4E00\u500B\u5FEB\u6377\u7FFB\u8B6F\u6309\u9215\uFF0C\u9EDE\u64CA\u5373\u53EF\u7FFB\u8B6F\uFF0C\u518D\u6B21\u9EDE\u64CA\u5373\u53EF\u5207\u63DB\u56DE\u539F\u6587\u3002\u5728\u79FB\u52D5\u7AEF\uFF0C\u9577\u6309\u61F8\u6D6E\u7403\uFF0C\u53EF\u4EE5\u6253\u958B\u5FEB\u6377\u8A2D\u7F6E\u9762\u677F\u3002","intro.subtitleTitle":"\u5728\u7DDA\u8996\u983B\u96D9\u8A9E\u5B57\u5E55\u986F\u793A","intro.subtitleDescription":"\u958B\u555F\u6B64\u529F\u80FD\u5F8C\uFF0C\u5F71\u7247\u64AD\u653E\u6642\u5C07\u81EA\u52D5\u5C55\u793A\u96D9\u8A9E\u5B57\u5E55\u3002 \u5982\u679C\u672A\u555F\u7528\uFF0C\u60A8\u9700\u5728\u9801\u9762\u4E0A\u624B\u52D5\u9EDE\u9078\u7FFB\u8B6F\u6309\u9215\u4EE5\u986F\u793A\u5B57\u5E55\u3002 \u8ACB\u6CE8\u610F\uFF0C\u7531\u65BC\u6280\u8853\u9650\u5236\uFF0C\u67D0\u4E9B\u7DB2\u7AD9\u5728\u9996\u6B21\u555F\u52D5\u5B57\u5E55\u6642\u53EF\u80FD\u9700\u8981\u91CD\u65B0\u6574\u7406\u9801\u9762\u6216\u7B49\u5F85\u7FFB\u8B6F\u5B8C\u6210\u5F8C\uFF0C\u624D\u80FD\u986F\u793A\u96D9\u8A9E\u5B57\u5E55\u3002 \uFF08\u6B64\u5916\uFF0C\u4F60\u9084\u53EF\u4EE5\u5728\u958B\u555F\u5F71\u7247\u7DB2\u7AD9\u5F8C\uFF0C\u53F3\u4E0A\u89D2\u958B\u555F\u6C89\u6D78\u5F0F\u7FFB\u8B6F\u7684\u5FEB\u6377\u9762\u677F\u555F\u7528/\u95DC\u9589\uFF09

\u76EE\u524D\u5DF2\u652F\u63F4\u5728\u9019\u4E9B\u7DB2\u7AD9\u4F7F\u7528\u96D9\u8A9E\u5B57\u5E55\uFF1A","desc.toggleMouseHoverTranslateDirectly":"\u6309\u4E0B\u9019\u500B\u5FEB\u6377\u9375\u5F8C\uFF0C\u5728\u9801\u9762\u4E0A\uFF0C\u53EA\u8981\u6ED1\u9F20\u6307\u5411\u4EFB\u4F55\u4E00\u6BB5\u6587\u5B57\uFF0C\u5C31\u6703\u81EA\u52D5\u7FFB\u8B6F\u9019\u6BB5\u6587\u5B57\u3002\u518D\u6309\u4E00\u6B21\u5FEB\u6377\u9375\uFF0C\u5C31\u53EF\u4EE5\u95DC\u9589\u9019\u500B\u81EA\u52D5\u7FFB\u8B6F\u529F\u80FD\u3002","shortcutGroup.main":"\u5E38\u7528\u529F\u80FD\u5FEB\u6377\u9375","shortcutGroup.others":"\u66F4\u591A\u81EA\u5B9A\u7FA9\u529F\u80FD\u5FEB\u6377\u9375","shortcutGroup.shortcutsForTranslationServices":"\u7FFB\u8B6F\u670D\u52D9\u76F8\u95DC\u5FEB\u6377\u9375",browserShortcutsSucks:"\u7531\u65BC\u700F\u89BD\u5668\u5C0D\u8F38\u5165\u6846\u7684\u5FEB\u6377\u9375\u8B58\u5225\u4E0D\u6E96\u78BA\uFF0C\u6240\u4EE5\u8ACB\u624B\u52D5\u8F38\u5165\u5FEB\u6377\u9375\u7684\u540D\u5B57\uFF0C\u8F38\u5165\u5F8C\uFF0C\u9EDE\u64CA\u7A7A\u767D\u8655\u5373\u53EF\u81EA\u52D5\u4FDD\u5B58\u3002\uFF08macOS \u88E1\u9762 Alt \u548C Option \u662F\u540C\u6A23\u7684\u9375\uFF0C\u5EFA\u8B70\u7D71\u4E00\u8F38\u5165 Alt\uFF09\u3002\u6BD4\u5982\uFF1A","shortcutGroup.touch":"\u89F8\u5C4F\u5C08\u7528\u624B\u52E2","shortcutGroup.mouse":"\u6ED1\u9F20\u61F8\u505C\u5FEB\u6377\u9375\u914D\u7F6E",fingerCountToToggleTranslagePageWhenTouching:"\u591A\u6307\u540C\u6642\u89F8\u6478\u5C4F\u5E55\u5247\u7FFB\u8B6F\u7DB2\u9801/\u986F\u793A\u539F\u6587","desc.fingerCountToToggleTranslagePageWhenTouching":"\u8A2D\u7F6E\u5F8C\uFF0C\u5728\u79FB\u52D5\u8A2D\u5099\u6642\uFF0C\u53EF\u4EE5\u540C\u6642\u7528 X \u500B\u624B\u6307\u89F8\u6478\u5C4F\u5E55\uFF0C\u5373\u53EF\u7FFB\u8B6F\u7DB2\u9801/\u986F\u793A\u539F\u6587",fingerCountToToggleTranslationMaskWhenTouching:"\u591A\u6307\u540C\u6642\u89F8\u6478\u5C4F\u5E55\u5247\u986F\u793A\u7FFB\u8B6F\u906E\u7F69/\u986F\u793A\u539F\u6587","desc.fingerCountToToggleTranslationMaskWhenTouching":"\u7FFB\u8B6F\u906E\u7F69\u662F\u6307\u8B6F\u6587\u6A23\u5F0F\u88E1\u7684\u6A21\u7CCA\u6548\u679C\uFF08\u5B78\u7FD2\u6A21\u5F0F\uFF09\uFF0C\u958B\u555F\u5F8C\u81E8\u6642\u5C0D\u8B6F\u6587\u4F7F\u7528\u6A21\u7CCA\u6548\u679C\uFF0C\u65B9\u4FBF\u5B78\u7FD2",fingerCountToToggleTranslagePageOnlyTranslationWhenTouching:"\u591A\u6307\u540C\u6642\u89F8\u5C4F\uFF0C\u4F7F\u7528\u50C5\u8B6F\u6587\u6A21\u5F0F\u9032\u884C\u7FFB\u8B6F/\u986F\u793A\u539F\u6587","desc.fingerCountToToggleTranslagePageOnlyTranslationWhenTouching":"\u50C5\u8B6F\u6587\u6307\u7684\u662F\u53EA\u986F\u793A\u8B6F\u6587\uFF0C\u800C\u4E0D\u662F\u9ED8\u8A8D\u7684\u96D9\u8A9E\u6A21\u5F0F","neverTranslateText.title":"\u4EE5\u4E0B\u55AE\u8A5E\u4FDD\u6301\u539F\u6587\uFF0C\u4E0D\u8981\u7FFB\u8B6F","neverTranslateText.description":"\u7531\u65BC\u67D0\u4E9B\u7FFB\u8B6F\u5F15\u64CE\u5C0D\u5C08\u6709\u540D\u8A5E\u8B58\u5225\u4E0D\u7406\u60F3\uFF0C\u4F60\u53EF\u4EE5\u5728\u6B64\u8655\u6DFB\u52A0\u55AE\u8A5E\uFF0C\u78BA\u4FDD\u5B83\u5011\u5728\u7FFB\u8B6F\u904E\u7A0B\u4E2D\u4E0D\u88AB\u8F49\u63DB\u3002\u8ACB\u6CE8\u610F\uFF0C\u6B64\u529F\u80FD\u5340\u5206\u5927\u5C0F\u5BEB\uFF0C\u4E26\u50C5\u652F\u6301\u4EE5\u7A7A\u683C\u5206\u9694\u7684\u55AE\u8A5E\u8A9E\u8A00\uFF08\u5982\u82F1\u8A9E\u3001\u6CD5\u8A9E\uFF09\uFF0C\u4E0D\u9069\u7528\u65BC\u65E5\u8A9E\u3001\u97D3\u8A9E\u7B49\u8A9E\u8A00","tagsInput.add":"+ \u6DFB\u52A0","desc.mouseHoverHoldKey":"\u7576\u6ED1\u9F20\u61F8\u505C\u5728\u67D0\u500B\u6BB5\u843D\u4E0A\u6642\uFF0C\u540C\u6642\u6309\u4E0B\u53F3\u5074\u7684\u5FEB\u6377\u9375\uFF0C\u5373\u53EF\u76F4\u63A5\u7FFB\u8B6F\u8A72\u6BB5\u843D",mouseHoverCustomKeyTitle:"\u81EA\u5B9A\u7FA9\u6ED1\u9F20\u61F8\u505C\u5FEB\u6377\u9375",mouseHoverCustomKeyDescription:"\u4F60\u53EF\u4EE5\u81EA\u5B9A\u7FA9\u4E00\u500B\u6ED1\u9F20\u61F8\u505C\u7684\u7D44\u5408\u5FEB\u6377\u9375\uFF0C\u6BD4\u5982\uFF1A Alt+Z, Ctrl+E, Cmd+Alt+E \u6216\u8005\u76F4\u63A5 Cmd\uFF0C \u8ACB\u624B\u52D5\u8F38\u5165",mouseHoverShortcutPlaceholder:"\u8ACB\u624B\u52D5\u8F38\u5165",browserShortcutsNoteForFirefox:"Firefox \u700F\u89BD\u5668\u4FEE\u6539\u5FEB\u6377\u9375\u9700\u8981\u6253\u958B\u64F4\u5C55\u7BA1\u7406\u9801\u9762 `about:addons`\uFF0C\u7136\u5F8C\u9EDE\u64CA\u300C\u8A2D\u7F6E\u300D-> \u300C\u7BA1\u7406\u5FEB\u6377\u9375\u300D",browserShortcutsNoteForChrome:"\u8ACB\u6CE8\u610F\uFF1A\u8981\u5728\u57FA\u65BCChrome\u5167\u6838\u7684\u700F\u89BD\u5668\u4E2D\u4FEE\u6539\u5FEB\u6377\u9375\uFF0C\u8ACB\u8A2A\u554F[\u64F4\u5C55\u7BA1\u7406\u9801\u9762] -> [\u7BA1\u7406\u5FEB\u6377\u9375]","desc.toggleTranslateTheMainPage":"\u50C5\u7FFB\u8B6F\u9801\u9762\u4E3B\u8981\u5340\u57DF\uFF0C\u7576\u4F60\u5728\u9032\u968E\u8A2D\u7F6E\u88E1\u555F\u7528\u4E86\u7FFB\u8B6F\u9801\u9762\u5168\u90E8\u5340\u57DF\u5F8C\uFF0C\u4F60\u53EF\u4EE5\u4F7F\u7528\u9019\u500B\u5FEB\u6377\u9375\u4F86\u5C08\u9580\u7FFB\u8B6F\u9801\u9762\u7684\u4E3B\u8981\u5340\u57DF","desc.toggleTranslateTheWholePage":"\u7FFB\u8B6F\u9801\u9762\u5168\u90E8\u5340\u57DF\uFF0C\u9810\u8A2D\u60C5\u6CC1\u4E0B\uFF0C\u6211\u5011\u6703\u7FFB\u8B6F\u9801\u9762\u7684\u4E3B\u8981\u5340\u57DF\uFF0C\u4F60\u53EF\u4EE5\u4F7F\u7528\u9019\u500B\u5FEB\u6377\u9375\u4F86\u5C08\u9580\u7FFB\u8B6F\u9801\u9762\u7684\u5168\u90E8\u5340\u57DF","browser.toggleOnlyTransation":"\u5207\u63DB\u96D9\u8A9E/\u50C5\u8B6F\u6587\u6A21\u5F0F","desc.toggleOnlyTransation":"\u50C5\u8B6F\u6587\u6A21\u5F0F\u6307\u7684\u662F\u53EA\u986F\u793A\u8B6F\u6587\uFF0C\u5982\u679C\u7DB2\u9801\u9084\u6C92\u6709\u7FFB\u8B6F\u7684\u8A71\uFF0C\u5C07\u6703\u5207\u63DB\u6A21\u5F0F\u4E26\u7FFB\u8B6F\u3002","browser.toggleTranslationMask":"\u5207\u63DB\u7576\u524D\u9801\u9762\u8B6F\u6587\u70BA\u6A21\u7CCA\u6548\u679C\uFF08\u5B78\u7FD2\u6A21\u5F0F\uFF09","desc.interfaceLanguage":"\u4ECB\u9762\u8A9E\u8A00\u8A2D\u7F6E\u5F71\u97FF\u63A7\u5236\u9762\u677F\u7684\u986F\u793A\u8A9E\u8A00\uFF0C\u548C\u7FFB\u8B6F\u7684\u76EE\u6A19\u8A9E\u8A00\u7121\u95DC",mouseHoverHoldKey:"\u61F8\u505C\u7FFB\u8B6F\u89F8\u767C\u9375",clickToSeeQuickDemo:"30 \u79D2\u5FEB\u901F\u6559\u5B78\u8996\u983B",shortcutDisableTooltip:"\u8ACB\u5728\u700F\u89BD\u5668\u63D0\u4F9B\u7684\u64F4\u5C55\u5FEB\u6377\u9375\u7BA1\u7406\u9801\u9762\u9032\u884C\u8A2D\u7F6E\uFF0C\u66F4\u591A\u6307\u5F15\u8ACB\u67E5\u770B\u672C\u9801\u9762\u6700\u4E0A\u65B9\u7684\u8AAA\u660E",floatBallOptions:"\u61F8\u6D6E\u7403","subtitle.autoEnableSubtitle":"\u81EA\u52D5\u958B\u555F\u96D9\u8A9E\u5B57\u5E55","floatBall.longPress":"\u9577\u6309\u53EF\u5FEB\u901F\u6253\u958B\u8A2D\u7F6E\u9762\u677F\u54E6",notLoginPro:"\u60A8\u9084\u672A\u767B\u9304\u60A8\u7684\u6703\u54E1\u8CEC\u6236",upgradeToProErrorTitle:"\u8ACB\u5347\u7D1A\u70BA Pro \u6703\u54E1\u518D\u4F7F\u7528\u8A72\u7FFB\u8B6F\u670D\u52D9",translationOnlyMode:"\u50C5\u8B6F\u6587\u6A21\u5F0F",translationOnlyModeDescription:"\u50C5\u8B6F\u6587\u6A21\u5F0F\u6307\u7684\u662F\u53EA\u986F\u793A\u8B6F\u6587\uFF0C\u800C\u4E0D\u662F\u9ED8\u8A8D\u7684\u96D9\u8A9E\u6A21\u5F0F\u3002\u6CE8\u610F\uFF1A\u7531\u65BC\u6280\u8853\u7684\u9650\u5236\u554F\u984C\uFF0C\u5728\u50C5\u8B6F\u6587\u6A21\u5F0F\u4E0B\uFF0C\u539F\u6587\u7684\u8D85\u9023\u7D50\u5C07\u6703\u5931\u6548","description.baiduField":"\u652F\u6301\u7684\u9818\u57DF\u898B<1>\u9019\u88E1\uFF0C\u70BA\u7A7A\u5247\u8868\u793A\u4E0D\u6307\u5B9A\u9818\u57DF",temprarilyChangeTranslationTo_openai:"\u6B63\u5728\u4F7F\u7528 OpenAI \u7FFB\u8B6F\u7576\u524D\u9801\u9762",temprarilyChangeTranslationTo_google:"\u6B63\u5728\u4F7F\u7528 Google \u7FFB\u8B6F\u7576\u524D\u9801\u9762",temprarilyChangeTranslationTo_bing:"\u6B63\u5728\u4F7F\u7528\u5FAE\u8EDF\u7FFB\u8B6F\u7576\u524D\u9801\u9762",temprarilyChangeTranslationTo_gemini:"\u6B63\u5728\u4F7F\u7528 Gemini \u7FFB\u8B6F\u7576\u524D\u9801\u9762",temprarilyChangeTranslationTo_transmart:"\u6B63\u5728\u4F7F\u7528\u9A30\u8A0A\u7FFB\u8B6F\u7576\u524D\u9801\u9762",temprarilyChangeTranslationTo_deepl:"\u6B63\u5728\u4F7F\u7528 DeepL \u7FFB\u8B6F\u7576\u524D\u9801\u9762","widget.videoSubtitle":"\u5F71\u7247\u5B57\u5E55","widget.instruction":"\u4F7F\u7528\u8AAA\u660E","widget.translateFile":"PDF/ePub",buildSnapshots:"\u751F\u6210\u7DB2\u9801\u5FEB\u7167","widget.translateFileTooltip":"\u7FFB\u8B6F PDF\u3001EPUB\u3001SRT\u3001ASS\u3001HTML \u548C TXT \u6587\u4EF6","widget.videoSubtitleTooltip":"\u652F\u63F4 Youtube \u7B49 {count}+ \u5F71\u7247\u7DB2\u7AD9","widget.instructionTooltip":"\u67E5\u770B\u4F7F\u7528\u8AAA\u660E",alwaysTranslateSomeLanguage:"\u7E3D\u662F\u7FFB\u8B6F{language}\u9801\u9762",alwaysTranslateThisSite:"\u7E3D\u662F\u7FFB\u8B6F\u8A72\u7DB2\u7AD9",neverTranslateThisSite:"\u6C38\u4E0D\u7FFB\u8B6F\u8A72\u7DB2\u7AD9",loggedIn:"\u5DF2\u767B\u5165",touchShortcutsToggleTranslatePage:"\u8A2D\u7F6E\u89F8\u5C4F\u624B\u52E2\u4F86\u7FFB\u8B6F\u7DB2\u9801/\u986F\u793A\u539F\u6587","desc.touchShortcutsToggleTranslatePage":"\u8A2D\u7F6E\u5F8C\uFF0C\u5728\u79FB\u52D5\u8A2D\u5099\u6642\uFF0C\u53EF\u4EE5\u540C\u6642\u7528 X \u500B\u624B\u6307\u89F8\u6478\u5C4F\u5E55\u3001\u5DE6\u53F3\u6ED1\u52D5\u6216\u9023\u7E8C\u9EDE\u64CA\uFF0C\u89F8\u767C\u7FFB\u8B6F\u7DB2\u9801/\u986F\u793A\u539F\u6587",touchShortcutsToggleTranslationMask:"\u8A2D\u7F6E\u89F8\u5C4F\u624B\u52E2\u986F\u793A\u7FFB\u8B6F\u906E\u7F69/\u986F\u793A\u539F\u6587","desc.touchShortcutsToggleTranslationMask":"\u7FFB\u8B6F\u906E\u7F69\u662F\u6307\u8B6F\u6587\u6A23\u5F0F\u88E1\u7684\u6A21\u7CCA\u6548\u679C\uFF08\u5B78\u7FD2\u6A21\u5F0F\uFF09\uFF0C\u958B\u555F\u5F8C\u81E8\u6642\u5C0D\u8B6F\u6587\u4F7F\u7528\u6A21\u7CCA\u6548\u679C\uFF0C\u65B9\u4FBF\u5B78\u7FD2",touchShortcutsToggleTranslatePageOnlyTranslation:"\u8A2D\u7F6E\u89F8\u5C4F\u624B\u52E2\u5207\u63DB\u96D9\u8A9E/\u50C5\u8B6F\u6587\u6A21\u5F0F","desc.touchShortcutsToggleTranslatePageOnlyTranslation":"\u53EA\u986F\u793A\u8B6F\u6587\u662F\u6307\u50C5\u986F\u793A\u8B6F\u6587\uFF0C\u5982\u679C\u7DB2\u9801\u9084\u6C92\u6709\u7FFB\u8B6F\u7684\u8A71\uFF0C\u5C07\u6703\u5207\u63DB\u6A21\u5F0F\u4E26\u7FFB\u8B6F\u3002",touchShortcutsToggleTranslateTouchElement:"\u8A2D\u7F6E\u89F8\u5C4F\u624B\u52E2\u7FFB\u8B6F\u6307\u5B9A\u6BB5\u843D","desc.touchShortcutsToggleTranslateTouchElement":"\u81EA\u5B9A\u7FA9\u4E00\u500B\u624B\u52E2\uFF0C\u5373\u53EF\u7FFB\u8B6F\u60A8\u6240\u5728\u7684\u4EFB\u4F55\u6BB5\u843D",touchShortcutsOff:"\u95DC\u9589","fingers.2":"\u96D9\u6307\u89F8\u6478","fingers.3":"\u4E09\u6307\u89F8\u6478","fingers.4":"\u56DB\u6307\u89F8\u6478","fingers.5":"\u4E94\u6307\u89F8\u6478","multipleClick.2":"\u96D9\u64CA","multipleClick.3":"\u4E09\u9023\u64CA","multipleClick.4":"\u56DB\u9023\u64CA","slide.left":"\u5411\u53F3\u6ED1\u52D5","slide.right":"\u5411\u5DE6\u6ED1\u52D5",contact:"\u806F\u7D61\u6211\u5011","contact.description":"\u5982\u679C\u60A8\u6709\u4EFB\u4F55\u554F\u984C\u6216\u5EFA\u8B70\uFF0C\u6B61\u8FCE\u586B\u5BEB\u4E0B\u65B9\u8868\u55AE\u806F\u7D61\u6211\u5011\uFF0C\u6216\u8005\u767C\u9001\u90F5\u4EF6\u81F3 {email}\uFF0C\u6211\u5011\u6703\u76E1\u5FEB\u56DE\u8986\u60A8\u3002","font.none":"\u7121","font.Microsoft YaHei":"\u5FAE\u8EDF\u96C5\u9ED1","font.SimSun":"\u5B8B\u9AD4","font.NSimSun":"\u65B0\u5B8B\u9AD4","font.Microsoft JhengHei":"\u5FAE\u8EDF\u6B63\u9ED1\u9AD4","font.KaiTi":"\u6977\u9AD4","font.FangSong":"\u4EFF\u5B8B","font.PingFang SC":"\u860B\u65B9","font.STHeiti":"\u83EF\u6587\u9ED1\u9AD4","font.STKaiti":"\u83EF\u6587\u6977\u9AD4","font.STSong":"\u83EF\u6587\u5B8B\u9AD4","font.STFangsong":"\u83EF\u6587\u4EFF\u5B8B","font.STZhongsong":"\u83EF\u6587\u4E2D\u5B8B","font.STHupo":"\u83EF\u6587\u7425\u73C0","font.STXinwei":"\u83EF\u6587\u65B0\u9B4F","font.STLiti":"\u83EF\u6587\u96B8\u66F8","font.STXingkai":"\u83EF\u6587\u884C\u6977","font.Hiragino Sans GB":"\u51AC\u9752\u9ED1\u9AD4","font.Lantinghei SC":"\u862D\u4EAD\u9ED1","font.Hanzipen SC":"\u6F22\u5100\u7FE9\u7FE9\u9AD4","font.Hannotate SC":"\u6F22\u5100\u6CE8\u9ED1","font.Songti SC":"\u5B8B\u9AD4","font.Wawati SC":"\u5A03\u5A03\u9AD4","font.Weibei SC":"\u9B4F\u7891","font.Xingkai SC":"\u884C\u6977","font.Yapi SC":"\u96C5\u75DE","font.Yuanti SC":"\u5713\u9AD4","browser.toggleVideoSubtitlePreTranslation":"\u5207\u63DB\u96D9\u8A9E\u5B57\u5E55\u512A\u5148\u4F7F\u7528\u6C89\u6D78\u5F0F\u7FFB\u8B6F\u8A2D\u7F6E","desc.toggleVideoSubtitlePreTranslation":"\u6309\u4E0B\u5F8C\uFF0C\u8996\u983B\u96D9\u8A9E\u5B57\u5E55\u6703\u512A\u5148\u4F7F\u7528\u6C89\u6D78\u5F0F\u7FFB\u8B6F\u7684\u8A2D\u7F6E\uFF0C\u518D\u6B21\u6309\u4E0B\u6703\u512A\u5148\u4F7F\u7528\u539F\u8996\u983B\u81EA\u5E36\u7684\u6A5F\u7FFB\u5B57\u5E55\uFF0C\u6CE8\u610F\uFF1A\u8A72\u5FEB\u6377\u65B9\u5F0F\u4FEE\u6539\u7684\u662F\u5168\u5C40\u8A2D\u7F6E",videoSubtitlePreTranslationOn:"\u8996\u983B\u5B57\u5E55\u5C07\u512A\u5148\u4F7F\u7528\u6C89\u6D78\u5F0F\u7FFB\u8B6F",videoSubtitlePreTranslationOff:"\u8996\u983B\u5B57\u5E55\u5C07\u512A\u5148\u4F7F\u7528\u539F\u8996\u983B\u81EA\u5E36\u7684\u6A5F\u7FFB\u5B57\u5E55",translationFont:"\u8A2D\u7F6E\u5B57\u9AD4","translationFont.custom":"\u8F38\u5165\u81EA\u5B9A\u7FA9\u5B57\u9AD4","translationFont.customPlaceholder":"\u5B57\u9AD4","translationFont.notSupportErrorMessage":"\u8ACB\u6AA2\u67E5\u60A8\u8F38\u5165\u7684\u5B57\u9AD4\u540D\u7A31\u662F\u5426\u6B63\u78BA\uFF0C\u6216\u78BA\u8A8D\u8A72\u5B57\u9AD4\u5DF2\u5728\u60A8\u7684\u8A2D\u5099\u4E0A\u5B89\u88DD\u3002","touch.mouse-translate":"\u7FFB\u8B6F\u6307\u5B9A\u6BB5\u843D","error.serveConfigError":"\u670D\u52D9\u914D\u7F6E\u932F\u8AA4","error.reloadPageOfSetting":"\u914D\u7F6E\u5F8C\uFF0C\u8ACB\u5237\u65B0\u9801\u9762\u518D\u6B21\u7FFB\u8B6F\u3002","error.googleLimitIp":"\u670D\u52D9\u8FD4\u56DE\u932F\u8AA4\uFF0C\u8C37\u6B4C\u670D\u52D9\u5DF2\u5C0D\u8A72IP\u5730\u5740\u9032\u884C\u9650\u6D41\uFF0C\u5EFA\u8B70\u60A8\u66F4\u63DB\u7DB2\u7D61\u7BC0\u9EDE\u3002","error.openAIFreeLimit":"\u670D\u52D9\u8FD4\u56DE\u932F\u8AA4\uFF0C\u7576\u524D\u7684\u7FFB\u8B6F\u8ACB\u6C42\u983B\u7387\u5DF2\u9054\u5230\u6BCF\u5206\u9418\u6700\u591A 3 \u6B21\u7684\u4E0A\u9650\uFF0C\u8ACB\u7A0D\u5F8C\u518D\u8A66\u3002\uFF08\u9019\u662F OpenAI \u5B98\u65B9\u5C0D\u514D\u8CBB API Key \u7684\u9650\u5236\uFF0C\u82E5\u8981\u89E3\u9664\u6B64\u9650\u5236\uFF0C\u8ACB\u5728 OpenAI \u5F8C\u53F0\u7D81\u5B9A\u4FE1\u7528\u5361\u3002\uFF09","error.openAIExceededQuota":"\u670D\u52D9\u8FD4\u56DE\u932F\u8AA4\uFF1A\u4F60\u7576\u524D\u7684 OpenAI \u8CEC\u6236\u9918\u984D\u4E0D\u8DB3\uFF0C\u8ACB\u5728 OpenAI \u5B98\u65B9\u5F8C\u53F0\u9032\u884C\u5145\u503C\u6216\u8005\u7D81\u5B9A\u4FE1\u7528\u5361\u3002","error.429":"\u670D\u52D9\u8FD4\u56DE\u932F\u8AA4\uFF0C\u8AAA\u660E\u8ACB\u6C42\u904E\u65BC\u983B\u7E41\u6216\u8D85\u51FA\u984D\u5EA6\u9650\u5236\uFF0C\u8ACB\u7A0D\u5F8C\u518D\u8A66\u3002","error.403":"\u670D\u52D9\u8FD4\u56DE\u932F\u8AA4\uFF0C \u66AB\u6642\u6C92\u6709\u6B0A\u9650\u8A2A\u554F\u8A72\u670D\u52D9\u3002","error.400":"\u670D\u52D9\u8FD4\u56DE\u932F\u8AA4\uFF0C \u8ACB\u6C42\u53C3\u6578\u932F\u8AA4\uFF0C\u8ACB\u6AA2\u67E5\u76F8\u61C9\u914D\u7F6E\u3002","error.502":"\u670D\u52D9\u8FD4\u56DE\u932F\u8AA4\uFF0C \u670D\u52D9\u8D85\u6642\uFF0C\u8ACB\u7A0D\u5F8C\u518D\u8A66\u3002","error.proTokenInvalid":"\u82E5\u60A8\u662FPro\u7528\u6236\uFF0C\u8ACB\u767B\u9678\u5F8C\u518D\u4F7F\u7528Pro\u7FFB\u8B6F\u670D\u52D9","error.proUpgrade":"\u5347\u7D1A\u5F8C\uFF0C\u8ACB\u5237\u65B0\u9801\u9762\u518D\u6B21\u7FFB\u8B6F\u3002","error.configError":"\u914D\u7F6E\u6578\u64DA\u7570\u5E38","error.goReset":"\u524D\u5F80\u91CD\u7F6E",batchEdit:"\u6279\u6B21\u64CD\u4F5C","translationServices.inherit":"\u8DDF\u96A8\u4E3B\u7FFB\u8B6F\u670D\u52D9","translationModeLang.translation.title":"\u50C5\u8B6F\u6587\u6A21\u5F0F\u7684\u8A9E\u8A00","translationModeLang.translation.description":"\u7576\u9801\u9762\u8A9E\u8A00\u70BA\u4E0B\u5217\u8A9E\u8A00\u6642\uFF0C\u6703\u81EA\u52D5\u4F7F\u7528\u50C5\u8B6F\u6587\u6A21\u5F0F","translationModeUrl.translation.title":"\u50C5\u8B6F\u6587\u6A21\u5F0F\u7684\u7DB2\u5740","translationModeUrl.translation.description":"\u7576\u7DB2\u7AD9\u70BA\u4E0B\u5217\u57DF\u540D\u6642\uFF0C\u6703\u81EA\u52D5\u4F7F\u7528\u50C5\u8B6F\u6587\u6A21\u5F0F",download_started:"\u4E0B\u8F09\u5DF2\u7D93\u958B\u59CB\uFF0C\u5982\u679C\u6C92\u6709\u81EA\u52D5\u4E0B\u8F09\uFF0C\u8ACB\u624B\u52D5\u9EDE\u64CA",here:"\u9019\u88E1","error.serveUnavailable":"\u60A8\u76EE\u524D\u6240\u4F7F\u7528\u7684 [{serverName}] \u670D\u52D9\u56E0\u7DB2\u8DEF\u9023\u7DDA\u6216\u670D\u52D9\u63D0\u4F9B\u5546\u7684\u554F\u984C\u66AB\u6642\u7121\u6CD5\u8A2A\u554F\u3002\u5EFA\u8B70\u60A8\u5617\u8A66\u5237\u65B0\u9801\u9762\u6216\u900F\u904E<1>\u8A2D\u5B9A\u66F4\u63DB\u5176\u4ED6\u7FFB\u8B6F\u670D\u52D9\u3002\u82E5\u60A8\u662F<2>Pro\u6703\u54E1\uFF0C\u53EF\u4EE5\u9078\u64C7\u4F7F\u7528\u66F4\u70BA\u7A69\u5B9A\u7684 DeepL \u6216 OpenAI \u7FFB\u8B6F\u670D\u52D9\uFF08<3>\u9EDE\u6B64\u514D\u8CBB\u9AD4\u9A57\uFF09\u3002 \u53E6\u5916\uFF0C\u60A8\u4E5F\u53EF\u80FD\u9700\u8981\u6AA2\u67E5\u60A8\u7684\u7DB2\u8DEF\u6216\u4EE3\u7406\u8A2D\u5B9A\u3002",detectServiceLoading:"\u6B63\u5728\u6AA2\u6E2C\u53EF\u7528\u7684\u7FFB\u8B6F\u670D\u52D9...",toggleToService:"\u5207\u63DB\u5230{service}\u4E26\u91CD\u8A66","error.gemini.429":"\u7576\u524D Gemini \u670D\u52D9\u7576\u524D\u627F\u8F09\u80FD\u529B\u5DF2\u9054\u4E0A\u9650\uFF0C\u8ACB\u60A8\u7A0D\u5F8C\u518D\u8A66\uFF0C\u6216\u8005\u5207\u63DB\u5230\u5176\u4ED6\u7FFB\u8B6F\u670D\u52D9",enableSentryReport:"\u7576\u64F4\u5C55\u767C\u751F\u932F\u8AA4\u6642\uFF0C\u4F7F\u7528 Sentry \u63D0\u4EA4\u53CD\u994B","translationServices.gemini":"\u96D9\u5B50\u5EA7","error.subscriptionExpiredTitle":"\u6703\u54E1\u5DF2\u904E\u671F","error.subscriptionExpired":"\u60A8\u7684\u6703\u54E1\u53EF\u80FD\u5DF2\u904E\u671F\uFF0C\u8ACB\u6AA2\u67E5\u60A8\u7684\u6703\u54E1\u72C0\u614B",geminiWarning:"\u6CE8\u610F\uFF1AGoogle \u63D0\u4F9B\u7684 Gemini \u7684\u514D\u8CBB\u670D\u52D9\u9650\u5236\u56B4\u683C\uFF0C\u53EF\u80FD\u6703\u88AB Google \u5224\u5B9A\u70BA\u7528\u6236\u5728\u4F7F\u7528\u591A\u500B Key \u4F86\u898F\u907F\u4ED6\u5011\u7684\u514D\u8CBB\u914D\u984D\u9650\u5236\uFF0C\u4E0D\u5EFA\u8B70\u4F7F\u7528\uFF0C\u5EFA\u8B70\u7B49\u5F85 Google \u672A\u4F86\u958B\u653E Gemini \u4ED8\u8CBB\u63A5\u53E3\u5F8C\u518D\u4F7F\u7528\u3002","floatBall.setting":"\u8A2D\u7F6E","floatBall.translateToLanguage":"\u9EDE\u64CA\u7FFB\u8B6F\u70BA{language}","floatBall.file":`\u7FFB\u8B6FPDF\u3001EPUB\u3001SRT\u3001 ASS\u3001HTML\u3001TXT\u6587\u4EF6`,changeToDualTranslationMode:"\u5207\u63DB\u9810\u8A2D\u8B6F\u6587\u6A21\u5F0F\u70BA\u96D9\u8A9E\u5C0D\u7167",changeToOnlyTempTranslationMode:`\u7576\u524D\u70BA\u96D9\u8A9E\u5C0D\u7167 \u9EDE\u64CA\u5207\u63DB\u70BA\u50C5\u8B6F\u6587`,changeToOnlyTranslationMode:"\u5207\u63DB\u9810\u8A2D\u7FFB\u8B6F\u6A21\u5F0F\u70BA\u50C5\u986F\u793A\u8B6F\u6587",changeToDualTempTranslationMode:`\u7576\u524D\u70BA\u50C5\u8B6F\u6587 @@ -4997,7 +4997,7 @@ ass\u3001HTML\u3001TXT\u6A94\u6848`,"description.multiplePrompt":`\u7576\u6BB5\u {env.imt_sub_trans_field}: \u8B6F\u6587 - id: 2 {env.imt_sub_source_field}: Source - {env.imt_sub_trans_field}: \u8B6F\u6587`,"subtitle.quickButton.translationPosition":"\u8B6F\u6587\u4F4D\u7F6E","subtitle.quickButton.cyan":"\u9752\u8272","subtitle.quickButton.translationPositionTop":"\u539F\u6587\u4E0A\u65B9","subtitle.quickButton.translationPositionBottom":"\u539F\u6587\u4E0B\u65B9","subtitle.quickButton.yellow":"\u9EC3\u8272","subtitle.quickButton.black":"\u9ED1\u8272","subtitle.quickButton.white":"\u767D\u8272","subtitle.quickButton.setting":"\u8A2D\u7F6E","subtitle.quickButton.blue":"\u85CD\u8272","subtitle.quickButton.backgroundColor":"\u80CC\u666F\u984F\u8272","subtitle.quickButton.sourceFontSize":"\u539F\u59CB\u5B57\u9AD4\u5927\u5C0F","subtitle.quickButton.translationFontSize":"\u7FFB\u8B6F\u6587\u5B57\u9AD4\u5927\u5C0F","translationServices.claude":"\u514B\u52DE\u5FB7","subtitle.quickButton.sourceTextColor":"\u539F\u59CB\u5B57\u9AD4\u984F\u8272","subtitle.quickButton.red":"\u7D05\u8272","subtitle.quickButton.translationTextColor":"\u7FFB\u8B6F\u6587\u5B57\u9AD4\u984F\u8272","subtitle.quickButton.magenta":"\u6D0B\u7D05\u8272","subtitle.quickButton.green":"\u7DA0\u8272","subtitle.quickButton.backgroundOpacity":"\u80CC\u666F\u4E0D\u900F\u660E\u5EA6",attachSubtitleTranslating:"\u6B63\u5728\u4F7F\u7528 {service} \u7FFB\u8B6F\u4E2D...","error.claude.403":"\u66AB\u7121\u6B0A\u9650\u8A2A\u554F\u670D\u52D9\uFF0C\u53EF\u80FD\u8207 Claude \u7684\u5730\u5340\u9650\u5236\u6709\u95DC\uFF0C\u60A8\u53EF\u4EE5\u5617\u8A66\u5207\u63DB\u60A8\u7684 IP \u5730\u5740\uFF0C\u6216\u8005\u4F7F\u7528\u5176\u4ED6\u7FFB\u8B6F\u670D\u52D9\u3002","browser.brandDescriptionForSafari":"\u3010\u6C89\u6D78\u5F0F\u7FFB\u8B6F\u3011\u4E00\u6B3E\u514D\u8CBB\u7684\uFF08\u539F\u6587/\u8B6F\u6587\uFF09\u96D9\u8A9E\u5C0D\u7167\u7DB2\u9801\u7FFB\u8B6F\u63D2\u4EF6\uFF0C\u540C\u6642\u652F\u6301PDF\u7FFB\u8B6F\u548CEPUB\u96FB\u5B50\u66F8\u7FFB\u8B6F\u4E14\u4FDD\u7559\u539F\u6587\u6A94\u6392\u7248\uFF0CYoutube/Netflix\u7B49\u5728\u7DDA\u8996\u983B\u96D9\u8A9E\u5B57\u5E55\u7FFB\u8B6F\uFF0C\u652F\u6301Deepl/Google\u7B49\u4E3B\u6D41\u7FFB\u8B6F\u670D\u52D9;","browser.PdfProFile":"AI \u9A45\u52D5\u7684 PDF Pro \u7FFB\u8B6F","browser.textTranslate":"\u6587\u672C\u7FFB\u8B6F\uFF08\u5C0D\u6BD4\u591A\u500B\u7FFB\u8B6F\u670D\u52D9\uFF09"};var yb={nologin:"Not logged in",loginForSafari:"Sign In or Sign Up",login:"Log In",goLogin:"Sign In",manageAccount:"Manage Account",openPremium:"Upgrade to Pro",logout:"Logout",curentPlan:"Current Plan",endAt:"Expires",endAuto:"Auto Renew",lineBreakMaxTextCount:"Maximum characters per sentence after line break","translate-pdf":"Translate PDF","noSupportTranslate-pdf":"This script is not supported. Please use a plugin.","translate-firefox-local-pdf":"Go to upload PDF",enableLineBreak:"Enable automatic line wrapping for long paragraphs",sponsorLabel:"Sponsor developers from $1 (monthly or one-time)",help:"Help",enableLineBreakDescription:"After activating, insert line breaks at the end of each sentence in lengthy paragraphs for improved readability.","browser.shortBrandName":"Immersive Translate","browser.brandName":"Immersive Translate - Translate Website & PDF","browser.brandDescription":"Free Translate Website, Translate PDF & Epub eBook, Translate Video Subtitles in Bilingual","browser.toggleTranslatePage":"Translate webpage/Display original text","browser.toggleTranslateTheWholePage":"Translate entire page/Display original text","browser.toggleTranslateToThePageEndImmediately":"Translate instantly to the bottom of the page/Display original text","browser.toggleTranslateTheMainPage":"Translate main page /Display original text","browser.shareToDraft":"Share Bilingual Page","browser.openOptionsPage":"Open Settings Page","browser.translateLocalPdfFile":"Translate local PDF File","browser.openEbookViewer":"Read local e-books","browser.openEbookBuilder":"Create Bilingual EPUB E-books","browser.translateLocalHtmlFile":"Translate HTML/txt File","browser.donateContext":"Explore Sponsorship Benefits","browser.translateLocalSubtitleFile":"Translate Local Subtitle File",confirmResetConfig:"Are you sure you want to reset settings?",translationLineBreakSettingTitle:"Line break setting",smartLineBreak:"Smart Wrap",alwaysLineBreak:"Always Wrap",isShowContextMenu:"Add Translation to Right-Click Menu",toggleBeta:"Enable Beta Testing Features",betaDescription:"Enable experimental features and test translation services. Join the <1>Telegram group for more information.",translationLineBreakSettingDescription:"Always Wrap is suitable for layouts with less content, providing a neater appearance. (For longer paragraphs with over {count} characters, use Smart Wrap for a more space-efficient display.)",tempTranslateDomainTitle:"Temporarily Activate Website Translation Time",tempTranslateDomainDescription:"When manually translating a webpage, temporarily enable automatic translation for the site. You can set a temporary duration.",xMinutes:"{count} minutes",disabled:"Disable",changelog:"Change Log",toggleTranslatePageWhenThreeFingersOnTheScreen:"Touch screen with multiple fingers to translate webpage/display original text",toggleTranslationMaskWhenThreeFingersOnTheScreen:"Touch screen with multiple fingers to show/hide the blurry effect of the translated text",addUrlDescription:"You can specify domain names, and also use wildcard characters, such as: *.google.com, google.com/mail/*, https://www.google.com/*",general:"General",clickToExpandConfig:"Expand current configuration",import:"Import from file",export:"Export to file",toggleDebug:"Print debug logs to console","fingers.0":"Close",mouseHoldKey:"+ {key} translate/restore this paragraph",mouseHoldKeyAuto:"immediately translate this paragraph",mouseHoldKeyOff:"Do nothing",mouseHoldKeyOther:"Custom shortcut key (open settings)",mouseHoldKeyCustomKey:"{key} translate/restore this paragraph","mouse-translate":"Hover",document:"Document",resetSuccess:"Reset all settings successful",resetThisSuccess:"Reset successful",saved:"Saved successfully",successImportConfig:"Configuration imported successfully",goAdvancedSettings:"Go to Advanced Settings Page",goAdvancedInterfaceSettings:"Go to Advanced Custom Settings Page",advanced:"Advanced Settings",advancedDescription:"Generally, there's no need to adjust; keep the default settings. These options are provided for more advanced users seeking a more personalized experience.",developer:"Developer settings",donateCafe:"Pricing","translate to the bottom of the page":"After opening a webpage, do you want to translate to the bottom of the page immediately?",feedback:"Feedback",toggleTranslatePage:"Translate webpage/Show original text",translateToThePageEndImmediatelyDescription:"Once enabled, upon entering a webpage, it will immediately translate the content from the top to the bottom. If disabled, it will translate as you read. (Not recommended to enable)","translate all areas of the page":"Should all areas of the webpage be translated?",translationAreaDescription:"Once enabled, all areas of the entire webpage will be translated. If disabled, the default smart recognition will be used to translate only the main areas. (Not recommended to enable)","the number of characters to be translated first":"Translate the first few characters of the page directly, without waiting to scroll to the visible area.","interface language":"Interface language","display both the original text and the translation":"Display both the original text and the translation","keyboard shortcuts":"Keyboard shortcuts",modify:"Edit",reset:"Reset",close:"Close",homepage:"Home Page",more:"More",moreOptions:"Expand for more custom settings",translateTheWholePage:"Translate entire page",changeToTranslateTheWholePage:"Translate the Whole Page",changeToTranslateTheMainPage:"Translate the Main Content",changeToOnlyTranslationMode:"Show Translation only",changeToDualTranslationMode:"Show Bilingual Translation",translateToThePageEndImmediately:"Immediately translate to the bottom ",translateTheMainPage:"smart translate the main areas","The local rules are up to date":"Local rules are up to date:","Successfully synchronized with the latest official rules:":"Successfully synced latest official rules:","Checking for updates":"Checking for update","Rules are being synchronized":"Syncing official rules",localVersionIsTooOld:"The local extension version is too old, please upgrade the extension to {minVersion} or a newer version and try to sync again.",badUserscriptBrowser:"The current browser does not correctly support the interface of the Tampermonkey extension (such as obtaining version information of Tampermonkey scripts). Please use another <1>browser that supports Tampermonkey extensions, such as Firefox.",foundNewVersion:"New version available",theLocalExtensionIsUpToUpdate:"The current extension version is up to date.",failToSyncRules:"Failed to sync latest adaptive rules",retry:"Retry",failedReason:"Failure reason",currentRuleVersion:"Current Rule Version",calculating:"Calculating",unknownError:"Unknown Error",canNotFetchRemoteRule:"Unable to fetch remote rule",enableAlphaSuccess:"Alpha feature enabled successfully",disableAlphaSuccess:"Alpha feature has been disabled",cacheSize:"Cache size:",cleaning:"Cleaning",cleanCache:"Clear cache",options:"Options",about:"About",service:"Translation Service",needAction:"(go to settings)",goSettings:"go to settings",needActionForOptions:"(requires setting)",translationEngine:"Engine Options",sourceLanguage:"Original language",target:"Target Language",popupSourceLanguage:"Source",popupTarget:"Target",popupService:"Service",forThisSite:"Site",autoEnableSubtitle:"Auto-enable bilingual captions",alwaysTranslate:"Always translate",neverTranslate:"Never translate",neverTranslateSomeLanguage:"Never translate {language}",alwaysTranslateSomeSite:"Always translate {hostname}",neverTranslateSomeSite:"Never translate {hostname}",alwaysTranslateSomeSiteOrWildSite:"Always translate this site",alwaysTranslateSomePage:"Always translate this page",add:"Add",default:"Default",forThisLanguage:"For This Language:","add url":"Add URL",edit:"Edit",pickAll:"Select All","translate other languages into specific language":"Translate other languages into the language you set","select translation service":"Select a translation service",language:"Language","show-original":"Show Original",translate:"Translate",Translated:"Translated",Translating:"Translating",Error:"Error",allowCacheTranslations:"Enable local translation caching (reduce translation requests for repeated paragraphs)","translation display":"Translation display style","select diplay style":"See below for examples of different translation styles",interface:"Interface Settings",import_export:"Import/Export",import_export_title:"Import/Export Configuration",syncToGoogleDrive:"Sync Now with Google Drive",floatBallOptions:"Floating Button","floatBallOptions.enable":"Enable Floating Ball","floatBallOptions.blockUrls":"Blocked Websites","floatBallOptions.add":"Add","floatBallOptions.blockUrlDesc":"Don\u2019t show the floating ball on these websites","floatBallOptions.clickType":"Click Behavior","floatBallOptions.clickTypeDesc":"What happens when you click the floating ball icon","floatBallOptions.clickPopup":"Display Translation Panel","floatBallOptions.clickTranslate":"Translate/Show Original Text","floatBallOptions.fixedPosition":"Fixed Position","floatBallOptions.fixedPositionDesc":"Whether the float ball is on the left or right of the window","floatBallOptions.fixedPositionLeft":"Left","floatBallOptions.fixedPositionRight":"Right",previewAllThemes:"Preview all themes","translationTheme.none":"None","translationTheme.grey":"Black Gray","translationTheme.dashed":"Dotted lines","translationTheme.dotted":"Dotted lines","translationTheme.dashedBorder":"Dotted Border","translationTheme.solidBorder":"Solid Border","translationTheme.underline":"Straight line","translationTheme.mask":"Blur effect (learning mode)","translationTheme.opacity":"Transparency effect","translationTheme.paper":"White paper shadow effect","translationTheme.dividingLine":"Dividing line","translationTheme.highlight":"Highlight","translationTheme.marker":"Marker","translationTheme.marker2":"Maker2","translationTheme.blockquote":"quote style","translationTheme.weakening":"Weaken","translationTheme.italic":"Italic","translationTheme.bold":"Bold","translationTheme.thinDashed":"Thin dotted lines","translationTheme.nativeDashed":"System built-in dotted lines","translationTheme.nativeDotted":"System built-in dotted lines","translationTheme.nativeUnderline":"System built-in straight lines","translationTheme.wavy":"wavy lines","translationServices.custom":"Custom API","translationServices.tencent":"Tencent Translator","translationServices.tenAlpha":"Tencent Translator (Alpha)","translationServices.google":"Google Translate","translationServices.bai":"Baidu (Alpha)","translationServices.baidu":"Baidu translation","translationServices.aliyun":"Aliyun Translator","translationServices.volc":"Volcano Translation","translationServices.deeplx":"DeepLX (Alpha)","translationServices.bing":"Microsoft Translator","translationServices.deepl":"DeepL","translationServices.wechat":"Wechat translation","translationServices.azure":"Azure Translator","translationServices.ibm":"IBM Watson","translationServices.aws":"Amazon Translate","translationServices.mock":"Mock translation","translationServices.mock2":"Mock Translation2","translationServices.caiyun":"Caiyun Translation","translationServices.cai":"Caiyun Translation (Alpha)","translationServices.volcAlpha":"Volcano Translation (Alpha)","translationServices.openl":"OpenL","translationServices.youdao":"Youdao Translation","translationServices.you":"Youdao Translation (Alpha)","translationServices.transmart":"Tencent Smart Translation","translationServices.niu":"Niu Translation","translationServices.papago":"Papago Translation","translationServices.d":"DeeplX (Alpha)","translationServices.dpro":"D Pro (Canary)","translationServices.openai":"OpenAI","translationServices.yandex":"Yandex","translationServices.gemini":"Gemini","translationServices.chatgpt":"ChatGPT Web(3.5 mobile)","translate title":"Translate page title","always languages":"Always translate the following languages",neverTranslateLanguagesLabel:"Never Translated Languages",neverTranslateTheFollowingLanguagesDescription:"When a paragraph on a page is in one of the following languages, the translation will be skipped",enableUserscriptPagePopup:"Always show Popup windows on the page",enableUserscriptPagePopupDescription:"After closing the floating ball, you can use the shortcut key /{touch} to summon it. To prevent accidentally losing the floating ball after turning off this option, it is strongly recommended to bookmark this settings page.","always translate the following languages":"The following languages will always be translated","always sites":"Always translate the following sites","always translate the following sites":"The following sites will always be translated","never sites":"Never translate the following sites","never translate the following sites":"The following sites will never be translated","please refer to":"It can only be used after filling in the key. For details, please refer to",KeyAndConfigurationTutorial:"Key Application and Configuration Tutorial",useAboveStyleForTheseSites:"Sites that always use the {theme} translation style",currentUrl:"Current URL",confirm:"Save",cancel:"Cancel",delete:"Delete",syncToCloud:"Sync to cloud",syncToCloudDescription:"Upload the configuration to the cloud server, and you can synchronize the configuration between different browsers or Tampermonkey scripts, based on the last modification time.",syncToAccount:"Sync to account",syncToAccountButton:"Sync to account now",syncToAccountDescription:"Uploaded to the logged-in account, the configuration can be synchronized between different devices, and the last modification time shall prevail.",successSyncConfigInAccount:"Successfully synced with account",successSyncConfigToAccount:"Successfully synchronized to account",syncConfigNoUpdate:"Already up to date",authFail:"Authorization Failed",syncTitle:"Manual Backup Management",import_hint:"Import",upload:"Upload",revokeAuth:"Revoke Authorization",uploadFail:"Upload Failed",download:"Download",importSuccess:"Upload Success",importFail:"Import Failed",deleteFail:"Delete Failed",backupToCloud:"Manage backup files manually",create_new_backup:"Add backup node",maxBackupFiles:"Up to{count}different nodes can be backed up. Please delete unneeded nodes",backupToCloudDescription:"Upload or restore backup files manually, up to 3 different backups",successSyncConfig:"Successfully synced with cloud",syncFail:"Synchronization failed",updatedAt:"Updated at {date}",lastSyncedAt:"Last checked at {date}",downloadFail:"Download failed",clickToDownload:"Click to download",aboutLabel:"About - Feedback ","browser.openAboutPage":"About / Feedback/Sponsor",aboutLabelWithoutSponsor:"About - Feedback",aboutIntro:"We hope that all users will easily and pleasantly access to the enormous amount of foreign language information available on the Internet \u2764\uFE0F. You can choose to subscribe to <6>Pro membership to use the out-of-the-box DeepL and OpenAI translation.

Follow us on<3>Twitter, <4>Telegram Channel, WeChat public account, WeChat community group, or subscribe to updates via <5>email below.
<7>Pro members can contact us through the quick customer service email <8>support@immersivetranslate.com.",aboutIntroWithoutSponsor:"The extension is completely free. We hope that everyone can easily and joyfully access the vast foreign language information on the Internet \u2764\uFE0F.

Follow us on <3>Twitter, <4>Telegram channel, WeChat public account, WeChat community group, or subscribe to updates via <5>email below.",projectHomepage:"Project Homepage",joinTelegramGroup:"Join our communities for feature discussion",wechatPublicAccount:"Wechat Official Account",wechatCommunities:"Wechat Group",qqCommunities:"QQ Channel",joinTelegramChannel:"Subscribe to our Telegram channel to get the latest updates",feedbackAndJoin:"Feedback",autoSync:"Auto-Time Sync",loadingThemeTitle:"Loading Style",loadingThemeDescription:"Set the style of waiting for the translation to load","loadingTheme.spinner":"Spinning icon","loadingTheme.text":"Static Text... ","loadingTheme.none":"Disabled",developerDescription:"You can click <1>here to see the documentation related to advanced customization","edit border color":"Edit border color",successSyncButNoChange:"The current configuration is consistent with that in the cloud server",customTheme:"Customize colors and sizes","customThemeLabel.borderColor":"Border color","customThemeLabel.borderRadius":"Border Round Corner","customThemeLabel.textColor":"Text color","customThemeLabel.backgroundColor":"Background color","customThemeLabel.zoom":"Font scale (%)","customThemeLabel.opacity":"Text opacity (%)",resetToDefaultColor:"Reset to default colors",resetToDefaultSettings:"Reset to default settings",isTranslateTitle:"Enable translate page title",isTranslateTitleDescription:"When enabled, the webpage title will be translated",enableSearchEnhancement:"Enable Search Enhancement",enableSearchEnhancementDescription:"After activation, the right sidebar will automatically display 'Google News' search results for the corresponding English keywords on supported websites (Google News, Google Search (for certain keywords), Xueqiu, East Money, Futu, Tiger Community).",verifyService:"Verify service",verified:"Successful","field.langs":"Supported Language Code","field.model":"Model","field.translationEngine":"Translation engine","field.limitPerMinute":"Max requests per minute","field.limitPerSecond":"Max requests per second","field.maxTextLengthPerRequest":"Maximum text length per request","field.maxTextGroupLengthPerRequest":"Maximum number of paragraphs per request","field.apiUrl":"Custom API interface address","field.placeholderDelimiters":"Reserved placeholders","description.custom":"Custom interface access requires reference documents","description.limitPerMinute":"When the number of requests exceeds this limit, it will be temporarily suspended until the beginning of the next minute. Due to various limitations of OpenAI's current services, please click <1>here to view the latest suggested values","description.limitPerSecond":"When the number of requests exceeds this limit, it will be temporarily suspended until the beginning of the next second. Due to various limitations of OpenAI's current services, please click <1>here to view the latest suggested values","description.generalLimitPerSecond":"When the number of requests exceeds the limit, it will enter a queue state until the beginning of the next second.","description.prompt":"The dialogue sent to {service} as a user, where {{text}} represents the text content of the paragraph, {{from}} represents the language of the paragraph, and {{to}} represents the target language.","description.maxTextLengthPerRequest":"By default multiple paragraphs will be merged to reduce the number of requests, but if the total length of the paragraphs is too long, it may also cause the interface to respond slowly, so you can try to adjust this option to optimize speed","description.systemPrompt":"Send the conversation to OpenAI as a system, where {{text}} represents the text content of the paragraph, {{from}} represents the original language of the paragraph, and {{to}} represents the target language.","field.domain":"Domain","description.domain":"The default is: general. It can only be set when domain translation is activated in the Youdao API console, and the supported domains can be seen <1>Here ","field.scene":"Scenarios","description.scene":"The default is: general. It can be set only if the Alibaba Cloud API console has the Machine Translation Professional Edition enabled. Supported scenes can be found <1>here.","field.vocabId":"User dictionary ID","description.vocabId":"Specified dictionary out_id, currently supported in English translation","description.model":"OpenAI's models, such as gpt-3.5-turbo, gpt-4, etc","description.maxTextGroupLengthPerRequest":"The number of paragraphs sent to translation service each time. Sending too many paragraphs to OpenAI at once can slow down the interface.","description.apiUrl":"Please add a specific URL with a path, <1>more instructions",enabledExtension:"Enable extensions",clickToDisableExtension:"Click to disable extension",clickToEnableExtension:"Click to enable the extension",hasBeenDisabled:"Disabled","show password":"Show password",customContent:"Enter the name of the custom model",inputOptions:"Enhanced input box",mouseHoverOptions:"Mouse Hover",modifyMouseHoverKey:"Modify mouse hover shortcuts",enableInputTranslation:"enhanced input box?",enableInputTranslationDescription:"When enabled, enter {startingKey}{startingKey} direct in the input box and hit{inputTrailingTriggerKeyRepeatTimes}times{trailingKey}, translated into {inputTargetLanguage}",enableInputTranslationDescriptionForNoneKey:'When enabled, simply enter "Hello World" in the input box, then quickly press {inputTrailingTriggerKeyRepeatTimes} times on {trailingKey}, and it will be translated into the default target language.',inputTargetLanguage:"Set the default target language for the input box",inputTargetLanguageDescription:"The default target language for the translation input box, which is {startingKey}{startingKey} as the default language for triggering words.",inputTargetLanguageDescriptionForNoneKey:"Default target language for translation input box",inputStartingTriggerKeyTitle:"Set the delimiter character for partial translation of the input box",inputStartingTriggerKeyDescription:"When you don\u2019t need to translate the entire input box, the delimiter allows you to only translate the part from {startingKey}{startingKey} to the end of the input box. You can also specify a language code, for example: {startingKey}ja means to only translate the part from {startingKey}ja to the end of the input box",inputStartingTriggerKeyDescriptionForNoneKey:"The current setting does not require a prefix, so the partial text translation function of the input box cannot be used temporarily",inputTrailingTriggerKeyTitle:"Select a trigger character to indicate the end of input.",inputTrailingTriggerKeyDescription:"Quickly hitting {trailingKey} 3 times will start the translation",inputTrailingTriggerKeyTimeout:"Enter the interval time to end the trailing trigger",inputTrailingTriggerKeyTimeoutDescription:"Set the interval time for the end of input combo trigger (milliseconds)",spaceKey:"",noneKey:"No prefix needed, translate the entire text box directly",inputTranslationBlockUrlsTitle:"Do not enable input box enhancement on the following URLs",inputTranslationBlockUrlsDescription:"The input box enhancement will not work in the following URL",inputHelperInfo:`Note: We have optimized the system to address an issue where certain characters in Chinese input methods were being converted into Chinese punctuation marks. For instance, when using Sogou Input Method, "/" would be changed to "\u3001". We now recognizes all corresponding Chinese symbols as triggering characters, including "//" and "\u3001\u3001". + {env.imt_sub_trans_field}: \u8B6F\u6587`,"subtitle.quickButton.translationPosition":"\u8B6F\u6587\u4F4D\u7F6E","subtitle.quickButton.cyan":"\u9752\u8272","subtitle.quickButton.translationPositionTop":"\u539F\u6587\u4E0A\u65B9","subtitle.quickButton.translationPositionBottom":"\u539F\u6587\u4E0B\u65B9","subtitle.quickButton.yellow":"\u9EC3\u8272","subtitle.quickButton.black":"\u9ED1\u8272","subtitle.quickButton.white":"\u767D\u8272","subtitle.quickButton.setting":"\u8A2D\u7F6E","subtitle.quickButton.blue":"\u85CD\u8272","subtitle.quickButton.backgroundColor":"\u80CC\u666F\u984F\u8272","subtitle.quickButton.sourceFontSize":"\u539F\u59CB\u5B57\u9AD4\u5927\u5C0F","subtitle.quickButton.translationFontSize":"\u7FFB\u8B6F\u6587\u5B57\u9AD4\u5927\u5C0F","translationServices.claude":"\u514B\u52DE\u5FB7","subtitle.quickButton.sourceTextColor":"\u539F\u59CB\u5B57\u9AD4\u984F\u8272","subtitle.quickButton.red":"\u7D05\u8272","subtitle.quickButton.translationTextColor":"\u7FFB\u8B6F\u6587\u5B57\u9AD4\u984F\u8272","subtitle.quickButton.magenta":"\u6D0B\u7D05\u8272","subtitle.quickButton.green":"\u7DA0\u8272","subtitle.quickButton.backgroundOpacity":"\u80CC\u666F\u4E0D\u900F\u660E\u5EA6",attachSubtitleTranslating:"\u6B63\u5728\u4F7F\u7528 {service} \u7FFB\u8B6F\u4E2D...","error.claude.403":"\u66AB\u7121\u6B0A\u9650\u8A2A\u554F\u670D\u52D9\uFF0C\u53EF\u80FD\u8207 Claude \u7684\u5730\u5340\u9650\u5236\u6709\u95DC\uFF0C\u60A8\u53EF\u4EE5\u5617\u8A66\u5207\u63DB\u60A8\u7684 IP \u5730\u5740\uFF0C\u6216\u8005\u4F7F\u7528\u5176\u4ED6\u7FFB\u8B6F\u670D\u52D9\u3002","browser.brandDescriptionForSafari":"\u3010\u6C89\u6D78\u5F0F\u7FFB\u8B6F\u3011\u4E00\u6B3E\u514D\u8CBB\u7684\uFF08\u539F\u6587/\u8B6F\u6587\uFF09\u96D9\u8A9E\u5C0D\u7167\u7DB2\u9801\u7FFB\u8B6F\u63D2\u4EF6\uFF0C\u540C\u6642\u652F\u6301PDF\u7FFB\u8B6F\u548CEPUB\u96FB\u5B50\u66F8\u7FFB\u8B6F\u4E14\u4FDD\u7559\u539F\u6587\u6A94\u6392\u7248\uFF0CYoutube/Netflix\u7B49\u5728\u7DDA\u8996\u983B\u96D9\u8A9E\u5B57\u5E55\u7FFB\u8B6F\uFF0C\u652F\u6301Deepl/Google\u7B49\u4E3B\u6D41\u7FFB\u8B6F\u670D\u52D9;","browser.PdfProFile":"AI \u9A45\u52D5\u7684 PDF Pro \u7FFB\u8B6F","browser.textTranslate":"\u6587\u672C\u7FFB\u8B6F\uFF08\u5C0D\u6BD4\u591A\u500B\u7FFB\u8B6F\u670D\u52D9\uFF09"};var yb={nologin:"Not logged in",loginForSafari:"Sign In or Sign Up",login:"Log In",goLogin:"Sign In",manageAccount:"Manage Account",openPremium:"Upgrade to Pro",logout:"Logout",curentPlan:"Current Plan",endAt:"Expires",endAuto:"Auto Renew",lineBreakMaxTextCount:"Maximum characters per sentence after line break","translate-pdf":"Translate PDF","noSupportTranslate-pdf":"This script is not supported. Please use a plugin.","translate-firefox-local-pdf":"Go to upload PDF",enableLineBreak:"Enable automatic line wrapping for long paragraphs",sponsorLabel:"Sponsor developers from $1 (monthly or one-time)",help:"Help",enableLineBreakDescription:"After activating, insert line breaks at the end of each sentence in lengthy paragraphs for improved readability.","browser.shortBrandName":"Immersive Translate","browser.brandName":"Immersive Translate - Translate Website & PDF","browser.brandDescription":"Free Translate Website, Translate PDF & Epub eBook, Translate Video Subtitles in Bilingual","browser.toggleTranslatePage":"Translate webpage/Display original text","browser.toggleTranslateTheWholePage":"Translate entire page/Display original text","browser.toggleTranslateToThePageEndImmediately":"Translate instantly to the bottom of the page/Display original text","browser.toggleTranslateTheMainPage":"Translate main page /Display original text","browser.shareToDraft":"Share Bilingual Page","browser.openOptionsPage":"Open Settings Page","browser.translateLocalPdfFile":"Translate local PDF File","browser.openEbookViewer":"Read local e-books","browser.openEbookBuilder":"Create Bilingual EPUB E-books","browser.translateLocalHtmlFile":"Translate HTML/txt File","browser.donateContext":"Explore Sponsorship Benefits","browser.translateLocalSubtitleFile":"Translate Local Subtitle File",confirmResetConfig:"Are you sure you want to reset settings?",translationLineBreakSettingTitle:"Line break setting",smartLineBreak:"Smart Wrap",alwaysLineBreak:"Always Wrap",isShowContextMenu:"Add Translation to Right-Click Menu",toggleBeta:"Enable Beta Testing Features",betaDescription:"Enable experimental features and test translation services. Join the <1>Telegram group for more information.",translationLineBreakSettingDescription:"Always Wrap is suitable for layouts with less content, providing a neater appearance. (For longer paragraphs with over {count} characters, use Smart Wrap for a more space-efficient display.)",tempTranslateDomainTitle:"Temporarily Activate Website Translation Time",tempTranslateDomainDescription:"When manually translating a webpage, temporarily enable automatic translation for the site. You can set a temporary duration.",xMinutes:"{count} minutes",disabled:"Disable",changelog:"Change Log",toggleTranslatePageWhenThreeFingersOnTheScreen:"Touch screen with multiple fingers to translate webpage/display original text",toggleTranslationMaskWhenThreeFingersOnTheScreen:"Touch screen with multiple fingers to show/hide the blurry effect of the translated text",addUrlDescription:"You can specify domain names, and also use wildcard characters, such as: *.google.com, google.com/mail/*, https://www.google.com/*",general:"General",clickToExpandConfig:"Expand current configuration",import:"Import from file",export:"Export to file",toggleDebug:"Print debug logs to console","fingers.0":"Close",mouseHoldKey:"+ {key} translate/restore this paragraph",mouseHoldKeyAuto:"immediately translate this paragraph",mouseHoldKeyOff:"Do nothing",mouseHoldKeyOther:"Custom shortcut key (open settings)",mouseHoldKeyCustomKey:"{key} translate/restore this paragraph","mouse-translate":"Hover",document:"Document",resetSuccess:"Reset all settings successful",resetThisSuccess:"Reset successful",saved:"Saved successfully",successImportConfig:"Configuration imported successfully",goAdvancedSettings:"Go to Advanced Settings Page",goAdvancedInterfaceSettings:"Go to Advanced Custom Settings Page",advanced:"Advanced Settings",advancedDescription:"Generally, there's no need to adjust; keep the default settings. These options are provided for more advanced users seeking a more personalized experience.",developer:"Developer settings",donateCafe:"Pricing","translate to the bottom of the page":"After opening a webpage, do you want to translate to the bottom of the page immediately?",feedback:"Feedback",toggleTranslatePage:"Translate webpage/Show original text",translateToThePageEndImmediatelyDescription:"Once enabled, upon entering a webpage, it will immediately translate the content from the top to the bottom. If disabled, it will translate as you read. (Not recommended to enable)","translate all areas of the page":"Should all areas of the webpage be translated?",translationAreaDescription:"Once enabled, all areas of the entire webpage will be translated. If disabled, the default smart recognition will be used to translate only the main areas. (Not recommended to enable)","the number of characters to be translated first":"Translate the first few characters of the page directly, without waiting to scroll to the visible area.","interface language":"Interface language","display both the original text and the translation":"Display both the original text and the translation","keyboard shortcuts":"Keyboard shortcuts",modify:"Edit",reset:"Reset",close:"Close",homepage:"Home Page",more:"More",moreOptions:"Expand for more custom settings",translateTheWholePage:"Translate entire page",changeToTranslateTheWholePage:"Translate the Whole Page",changeToTranslateTheMainPage:"Translate the Main Content",changeToOnlyTranslationMode:"Show Translation only",changeToDualTranslationMode:"Show Bilingual Translation",translateToThePageEndImmediately:"Immediately translate to the bottom ",translateTheMainPage:"smart translate the main areas","The local rules are up to date":"Local rules are up to date:","Successfully synchronized with the latest official rules:":"Successfully synced latest official rules:","Checking for updates":"Checking for update","Rules are being synchronized":"Syncing official rules",localVersionIsTooOld:"The local extension version is too old, please upgrade the extension to {minVersion} or a newer version and try to sync again.",badUserscriptBrowser:"The current browser does not correctly support the interface of the Tampermonkey extension (such as obtaining version information of Tampermonkey scripts). Please use another <1>browser that supports Tampermonkey extensions, such as Firefox.",foundNewVersion:"New version available",theLocalExtensionIsUpToUpdate:"The current extension version is up to date.",failToSyncRules:"Failed to sync latest adaptive rules",retry:"Retry",failedReason:"Failure reason",currentRuleVersion:"Current Rule Version",calculating:"Calculating",unknownError:"Unknown Error",canNotFetchRemoteRule:"Unable to fetch remote rule",enableAlphaSuccess:"Alpha feature enabled successfully",disableAlphaSuccess:"Alpha feature has been disabled",cacheSize:"Cache size:",cleaning:"Cleaning",cleanCache:"Clear cache",options:"Options",about:"About",service:"Translation Service",needAction:"(go to settings)",goSettings:"go to settings",needActionForOptions:"(requires setting)",translationEngine:"Engine Options",sourceLanguage:"Original language",target:"Target Language",popupSourceLanguage:"Source",popupTarget:"Target",popupService:"Service",forThisSite:"Site",autoEnableSubtitle:"Auto-enable bilingual captions",alwaysTranslate:"Always translate",neverTranslate:"Never translate",neverTranslateSomeLanguage:"Never translate {language}",alwaysTranslateSomeSite:"Always translate {hostname}",neverTranslateSomeSite:"Never translate {hostname}",alwaysTranslateSomeSiteOrWildSite:"Always translate this site",alwaysTranslateSomePage:"Always translate this page",add:"Add",default:"Default",forThisLanguage:"For This Language:","add url":"Add URL",edit:"Edit",pickAll:"Select All","translate other languages into specific language":"Translate other languages into the language you set","select translation service":"Select a translation service",language:"Language","show-original":"Show Original",translate:"Translate",Translated:"Translated",Translating:"Translating",Error:"Error",allowCacheTranslations:"Enable local translation caching (reduce translation requests for repeated paragraphs)","translation display":"Translation display style","select diplay style":"See below for examples of different translation styles",interface:"Interface Settings",import_export:"Import/Export",import_export_title:"Import/Export Configuration",syncToGoogleDrive:"Sync Now with Google Drive",floatBallOptions:"Floating Button","floatBallOptions.enable":"Enable Floating Ball","floatBallOptions.blockUrls":"Blocked Websites","floatBallOptions.add":"Add","floatBallOptions.blockUrlDesc":"Don\u2019t show the floating ball on these websites","floatBallOptions.clickType":"Click Behavior","floatBallOptions.clickTypeDesc":"What happens when you click the floating ball icon","floatBallOptions.clickPopup":"Display Translation Panel","floatBallOptions.clickTranslate":"Translate/Show Original Text","floatBallOptions.fixedPosition":"Fixed Position","floatBallOptions.fixedPositionDesc":"Whether the float ball is on the left or right of the window","floatBallOptions.fixedPositionLeft":"Left","floatBallOptions.fixedPositionRight":"Right",previewAllThemes:"Preview all themes","translationTheme.none":"None","translationTheme.grey":"Black Gray","translationTheme.dashed":"Dotted lines","translationTheme.dotted":"Dotted lines","translationTheme.dashedBorder":"Dotted Border","translationTheme.solidBorder":"Solid Border","translationTheme.underline":"Straight line","translationTheme.mask":"Blur effect (learning mode)","translationTheme.opacity":"Transparency effect","translationTheme.paper":"White paper shadow effect","translationTheme.dividingLine":"Dividing line","translationTheme.highlight":"Highlight","translationTheme.marker":"Marker","translationTheme.marker2":"Maker2","translationTheme.blockquote":"quote style","translationTheme.weakening":"Weaken","translationTheme.italic":"Italic","translationTheme.bold":"Bold","translationTheme.thinDashed":"Thin dotted lines","translationTheme.nativeDashed":"System built-in dotted lines","translationTheme.nativeDotted":"System built-in dotted lines","translationTheme.nativeUnderline":"System built-in straight lines","translationTheme.wavy":"wavy lines","translationServices.custom":"Custom API","translationServices.tencent":"Tencent Translator","translationServices.tenAlpha":"Tencent Translator (Alpha)","translationServices.google":"Google Translate","translationServices.bai":"Baidu (Alpha)","translationServices.baidu":"Baidu translation","translationServices.aliyun":"Aliyun Translator","translationServices.volc":"Volcano Translation","translationServices.deeplx":"DeepLX (Alpha)","translationServices.bing":"Microsoft Translator","translationServices.deepl":"DeepL","translationServices.wechat":"Wechat translation","translationServices.azure":"Azure Translator","translationServices.ibm":"IBM Watson","translationServices.aws":"Amazon Translate","translationServices.mock":"Mock translation","translationServices.mock2":"Mock Translation2","translationServices.caiyun":"Caiyun Translation","translationServices.cai":"Caiyun Translation (Alpha)","translationServices.volcAlpha":"Volcano Translation (Alpha)","translationServices.openl":"OpenL","translationServices.youdao":"Youdao Translation","translationServices.you":"Youdao Translation (Alpha)","translationServices.transmart":"Tencent Smart Translation","translationServices.niu":"Niu Translation","translationServices.papago":"Papago Translation","translationServices.d":"DeeplX (Alpha)","translationServices.dpro":"D Pro (Canary)","translationServices.openai":"OpenAI","translationServices.yandex":"Yandex","translationServices.gemini":"Gemini","translationServices.chatgpt":"ChatGPT Web(3.5 mobile)","translate title":"Translate page title","always languages":"Always translate the following languages",neverTranslateLanguagesLabel:"Never Translated Languages",neverTranslateTheFollowingLanguagesDescription:"When a paragraph on a page is in one of the following languages, the translation will be skipped",enableUserscriptPagePopup:"Always show Popup windows on the page",enableUserscriptPagePopupDescription:"After closing the floating ball, you can use the shortcut key /{touch} to summon it. To prevent accidentally losing the floating ball after turning off this option, it is strongly recommended to bookmark this settings page.","always translate the following languages":"The following languages will always be translated","always sites":"Always translate the following sites","always translate the following sites":"The following sites will always be translated","never sites":"Never translate the following sites","never translate the following sites":"The following sites will never be translated","please refer to":"It can only be used after filling in the key. For details, please refer to",KeyAndConfigurationTutorial:"Key Application and Configuration Tutorial",useAboveStyleForTheseSites:"Sites that always use the {theme} translation style",currentUrl:"Current URL",confirm:"Save",cancel:"Cancel",delete:"Delete",syncToCloud:"Sync to cloud",syncToCloudDescription:"Upload the configuration to the cloud server, and you can synchronize the configuration between different browsers or Tampermonkey scripts, based on the last modification time.",syncToAccount:"Sync to account",syncToAccountButton:"Sync to account now",syncToAccountDescription:"Uploaded to the logged-in account, the configuration can be synchronized between different devices, and the last modification time shall prevail.",successSyncConfigInAccount:"Successfully synced with account",successSyncConfigToAccount:"Successfully synchronized to account",syncConfigNoUpdate:"Already up to date",authFail:"Authorization Failed",syncTitle:"Manual Backup Management",import_hint:"Import",upload:"Upload",revokeAuth:"Revoke Authorization",uploadFail:"Upload Failed",download:"Download",importSuccess:"Upload Success",importFail:"Import Failed",deleteFail:"Delete Failed",backupToCloud:"Manage backup files manually",create_new_backup:"Add backup node",maxBackupFiles:"Up to{count}different nodes can be backed up. Please delete unneeded nodes",backupToCloudDescription:"Upload or restore backup files manually, up to 3 different backups",successSyncConfig:"Successfully synced with cloud",syncFail:"Synchronization failed",updatedAt:"Updated at {date}",lastSyncedAt:"Last checked at {date}",downloadFail:"Download failed",clickToDownload:"Click to download",aboutLabel:"About - Feedback ","browser.openAboutPage":"About / Feedback/Sponsor",aboutLabelWithoutSponsor:"About - Feedback",aboutIntro:"We hope that all users will easily and pleasantly access to the enormous amount of foreign language information available on the Internet \u2764\uFE0F. You can choose to subscribe to <6>Pro membership to use the out-of-the-box DeepL and OpenAI translation.

Follow us on<3>Twitter, <4>Telegram Channel, WeChat public account, WeChat community group, or subscribe to updates via <5>email below.
<7>Pro members can contact us through the quick customer service email <8>support@immersivetranslate.com.",aboutIntroWithoutSponsor:"The extension is completely free. We hope that everyone can easily and joyfully access the vast foreign language information on the Internet \u2764\uFE0F.

Follow us on <3>Twitter, <4>Telegram channel, WeChat public account, WeChat community group, or subscribe to updates via <5>email below.",projectHomepage:"Project Homepage",joinTelegramGroup:"Join our communities for feature discussion",wechatPublicAccount:"Wechat Official Account",wechatCommunities:"Wechat Group",qqCommunities:"QQ Channel",joinTelegramChannel:"Subscribe to our Telegram channel to get the latest updates",feedbackAndJoin:"Feedback",autoSync:"Auto-Time Sync",loadingThemeTitle:"Loading Style",loadingThemeDescription:"Set the style of waiting for the translation to load","loadingTheme.spinner":"Spinning icon","loadingTheme.text":"Static Text... ","loadingTheme.none":"Disabled",developerDescription:"You can click <1>here to see the documentation related to advanced customization","edit border color":"Edit border color",successSyncButNoChange:"The current configuration is consistent with that in the cloud server",customTheme:"Customize colors and sizes","customThemeLabel.borderColor":"Border color","customThemeLabel.borderRadius":"Border Round Corner","customThemeLabel.textColor":"Text color","customThemeLabel.backgroundColor":"Background color","customThemeLabel.zoom":"Font scale (%)","customThemeLabel.opacity":"Text opacity (%)",resetToDefaultColor:"Reset to default colors",resetToDefaultSettings:"Reset to default settings",isTranslateTitle:"Enable translate page title",isTranslateTitleDescription:"When enabled, the webpage title will be translated",enableSearchEnhancement:"Enable Search Enhancement",enableSearchEnhancementDescription:"After activation, the right sidebar will automatically display 'Google News' search results for the corresponding English keywords on supported websites (Google News, Google Search (for certain keywords), Xueqiu, East Money, Futu, Tiger Community).",verifyService:"Verify service",verified:"Successful","field.langs":"Supported Language Code","field.model":"Model","field.translationEngine":"Translation engine","field.limitPerMinute":"Max requests per minute","field.limitPerSecond":"Max requests per second","field.maxTextLengthPerRequest":"Maximum text length per request","field.maxTextGroupLengthPerRequest":"Maximum number of paragraphs per request","field.apiUrl":"Custom API interface address","field.placeholderDelimiters":"Reserved placeholders","description.custom":"Custom interface access requires reference documents","description.limitPerMinute":"When the number of requests exceeds this limit, it will be temporarily suspended until the beginning of the next minute. Due to various limitations of OpenAI's current services, please click <1>here to view the latest suggested values","description.limitPerSecond":"When the number of requests exceeds this limit, it will be temporarily suspended until the beginning of the next second. Due to various limitations of OpenAI's current services, please click <1>here to view the latest suggested values","description.generalLimitPerSecond":"When the number of requests exceeds the limit, it will enter a queue state until the beginning of the next second.","description.prompt":"The dialogue sent to {service} as a user, where {{text}} represents the text content of the paragraph, {{from}} represents the language of the paragraph, and {{to}} represents the target language.","description.maxTextLengthPerRequest":"By default multiple paragraphs will be merged to reduce the number of requests, but if the total length of the paragraphs is too long, it may also cause the interface to respond slowly, so you can try to adjust this option to optimize speed","description.systemPrompt":"The dialogue sent to {service} as a system, where {{text}} represents the text content of the paragraph, {{from}} represents the language of the paragraph, and {{to}} represents the target language.","field.domain":"Domain","description.domain":"The default is: general. It can only be set when domain translation is activated in the Youdao API console, and the supported domains can be seen <1>Here ","field.scene":"Scenarios","description.scene":"The default is: general. It can be set only if the Alibaba Cloud API console has the Machine Translation Professional Edition enabled. Supported scenes can be found <1>here.","field.vocabId":"User dictionary ID","description.vocabId":"Specified dictionary out_id, currently supported in English translation","description.model":"OpenAI's models, such as gpt-3.5-turbo, gpt-4, etc","description.maxTextGroupLengthPerRequest":"The number of paragraphs sent to translation service each time. Sending too many paragraphs to OpenAI at once can slow down the interface.","description.apiUrl":"Please add a specific URL with a path, <1>more instructions",enabledExtension:"Enable extensions",clickToDisableExtension:"Click to disable extension",clickToEnableExtension:"Click to enable the extension",hasBeenDisabled:"Disabled","show password":"Show password",customContent:"Enter the name of the custom model",inputOptions:"Enhanced input box",mouseHoverOptions:"Mouse Hover",modifyMouseHoverKey:"Modify mouse hover shortcuts",enableInputTranslation:"enhanced input box?",enableInputTranslationDescription:"When enabled, enter {startingKey}{startingKey} direct in the input box and hit{inputTrailingTriggerKeyRepeatTimes}times{trailingKey}, translated into {inputTargetLanguage}",enableInputTranslationDescriptionForNoneKey:'When enabled, simply enter "Hello World" in the input box, then quickly press {inputTrailingTriggerKeyRepeatTimes} times on {trailingKey}, and it will be translated into the default target language.',inputTargetLanguage:"Set the default target language for the input box",inputTargetLanguageDescription:"The default target language for the translation input box, which is {startingKey}{startingKey} as the default language for triggering words.",inputTargetLanguageDescriptionForNoneKey:"Default target language for translation input box",inputStartingTriggerKeyTitle:"Set the delimiter character for partial translation of the input box",inputStartingTriggerKeyDescription:"When you don\u2019t need to translate the entire input box, the delimiter allows you to only translate the part from {startingKey}{startingKey} to the end of the input box. You can also specify a language code, for example: {startingKey}ja means to only translate the part from {startingKey}ja to the end of the input box",inputStartingTriggerKeyDescriptionForNoneKey:"The current setting does not require a prefix, so the partial text translation function of the input box cannot be used temporarily",inputTrailingTriggerKeyTitle:"Select a trigger character to indicate the end of input.",inputTrailingTriggerKeyDescription:"Quickly hitting {trailingKey} 3 times will start the translation",inputTrailingTriggerKeyTimeout:"Enter the interval time to end the trailing trigger",inputTrailingTriggerKeyTimeoutDescription:"Set the interval time for the end of input combo trigger (milliseconds)",spaceKey:"",noneKey:"No prefix needed, translate the entire text box directly",inputTranslationBlockUrlsTitle:"Do not enable input box enhancement on the following URLs",inputTranslationBlockUrlsDescription:"The input box enhancement will not work in the following URL",inputHelperInfo:`Note: We have optimized the system to address an issue where certain characters in Chinese input methods were being converted into Chinese punctuation marks. For instance, when using Sogou Input Method, "/" would be changed to "\u3001". We now recognizes all corresponding Chinese symbols as triggering characters, including "//" and "\u3001\u3001". Additionally, we support using Chinese aliases of language codes as commands. For example, entering "/Japanense Hello World" will translate the text into Japanese. You can click here to see a list of all supported language codes.`,reloadCurrentPage:"Please refresh the current page before starting translation",noLocalFilePermissionForPDF:"No permission to read local files temporarily, please click the button above and then import local files",noPermissionForThisPage:"\u26A0\uFE0F No permission to translate the current page","error.retry":"Retry","error.reason":"Reason",retryAllParagraphs:"Retry all error paragraphs",retryAllButton:"Retry All",errorTooltipTitle:"Click to get the error details",errorModalTitle:"Oops, something went wrong",disableConfirm:"Bilingual information enhancement settings",disableOnce:"Disable Once",disableGlobal:"Disable Forever",disableTint:"* You can re-enable it in {option}.",searchEnhancementNotes:"We found that the news results of Chinese keywords and English keywords are very different. After enabling the immersive translate bilingual information enhancement function, we will automatically search for the same keywords in English on supported websites (Google News, Google Search (for certain keywords), Xueqiu, East Money, Futu, Tiger) and display them on the right side. If you don\u2019t need this feature, you can choose to disable it",option:"Settings",saveSettings:"Save",closeModal:"Close",enableInputTranslationWithoutTriggerKeyTitle:"\u201CEnable quick hit 3 times {trailingKey}, directly translate the entire input box into {inputTargetLanguage}",enableInputTranslationWithoutTriggerKeyDescription:"To specify the target language, please add a language code at the beginning, such as: ja Hello world",deepLProName:"Premium Membership (Recommended)",deepLProDescription:"You can directly use this service",deeplProDescriptionForNormal:"No setup required, available for premium members after login, <1>Upgrade",deepLCustomDescription:"Requires an international credit card, activate at <1>DeepL official site, click to see <2>documentation",deepLCustomName:"Custom Auth Key",chooseProviderLabel:"Choose a service provider",openaiProName:"Premium Membership (Recommended)",openaiProDescription:"The current plan can be used directly",openaiProDescriptionForNormal:"No setup required, available for premium members after login, <1>Upgrade",openaiCustomDescription:"Can be obtained from OpenAI, Azure OpenAI, or other third-party services, <1>Click here to view documentation",openaiCustomName:"Custom API Key",needLoginAction:"(Premium or custom)",goLoginOrAction:"(Premium or go to setting)",yearly:"Annual Renewal",quarterly:"Quarterly Renewal",monthly:"Monthly Renewal",yearlyForOnce:"One-time Annual",monthlyForOnce:"One-time Monthly",daily:"Daily Renewal",year:"Annual Renewal",quarter:"Quarterly Renewal",month:"Monthly Renewal",day:"Daily Renewal",onetime_7day:"7-day Trial Pack",currentPlanDescriptionForFree:"Current plan: Free",currentPlanDescriptionForContinuous:"Current plan: {plan}, will auto-renew on {endAt}",currentPlanDescriptionForAutoRenewCaceling:"Current plan: {plan}, will expire on {endAt}. After expiration, it will not be automatically renewed",currentYearlyPlanDescriptionForAutoRenewCacelingWithRealPaiedUser:"Current plan: {plan}, will expire on {endAt}, will not be auto-renewed after expiration
<1>Manage the renewal plan",currentYearlyPlanDescriptionForAutoRenewCacelingWithAdmin:"The current plan: {plan}, will expire on {endAt}. After expiration, it will not be automatically renewed.
<1>Click here to enable continuous annual renewal",currentPlanDescriptionForOneTime:"Current plan: {plan}, expiring on {endAt}. <1>Upgrade to annual or <2>monthly or pro membership",upgradePlan:"Click here to upgrade to Pro membership",upgradeToPro:"Upgrade to Pro","popup.openPro":"Enjoy unrestricted access to DeepL and OpenAI translations after upgrading to Pro Membership. Click here to upgrade","popup.openProForPro":"You are a Pro member, you can directly use DeepL and OpenAI translations",currentAccount:"Account",enableAutoSyncUserSettings:"Enable auto-sync user settings",modalEnableInputTranslationTitle:"Writing Settings",modalEnableInputTranslationDesc:"You just triggered the translation of the immersive translate input box by quickly tapping the space bar 3 times. The content of the input box will be translated into the default target language. You can undo the translation with Ctrl+Z.

If this was a mistake, don't worry, you can choose to disable it this time, or permanently disable input box translation.",saveAndNotShowAgain:"Save and don't show prompt again",disableInputTranslationTips:"* You can also set other shortcuts in {option}, {learnMore}.",learnMore:"Click here to learn more",continueEnalbeInputTranslation:"Continue to enable input translation",autoRenewTrialSuffix:'(In trial, Upgrade to paid Pro now)',upgradeFromTrialTitle:"Upgrade to Pro membership",subtitle:"Video Subtitles",youtubeService:"Video Subtitle Translation Service","subtitle.disabledSubtitle":"Disable Video Subtitle Feature Permanently ","subtitle.disabledSubtitleDescription":"If the video subtitles of immersive translate conflict with other extensions, you can choose to permanently disable the video subtitle function of immersive translation or uninstall other conflicting extensions","subtitle.autoEnableSubtitleDescription":"Once enabled, bilingual subtitles will automatically appear when the video is playing, otherwise, you need to click the translation button to display them.","subtitle.preTranslation":"Use immersive translate to translate subtitles","subtitle.preTranslationDescription":"After enabling, the specified translation service below will be used to translate the entire subtitle in advance. A 1-hour video will consume approximately 50,000 Tokens or characters. Please use it judiciously. If disabled, the machine-translated subtitles that come with the original video will be used preferentially","subtitle.humanSubtitlesPreferred":"Use manual subtitles first","subtitle.humanSubtitlesPreferredDescription":"When the video has manual subtitles in the target language, prioritize using manual subtitles (recommended)","subtitle.bilingual":"Bilingual","subtitle.autoDisableSubtitle":"Disable Auto Bilingual","subtitle.hideQuickButton":"Hide This Shortcut","subtitle.showQuickButton":"Display bilingual subtitles shortcut","subtitle.showQuickButtonDescription":"Provide a shortcut to enable bilingual subtitles in the lower right corner of the video player.",videoSubtitleTranslationDescription:"Specify a separate translation service for video subtitles.",subtitleTranslating:"Immersive Translate is using {service} to translate subtitles...",subtitleLoading:"Loading subtitles...",bilingual:"Bilingual","field.action":"Enable Baidu terminology?","description.action":"After enabling, an action=1 parameter will be added to the request to inform Baidu to enable terminology. <1>For more explanation, please refer to the [official documentation]",closeQuickTranslation:"Close Floating Button","closeQuickTranslation.untilNext":"Close this time until the next visit","closeQuickTranslation.currentWebsite":"Disable the current website","closeQuickTranslation.alwaysClose":"Permanently disable","closeQuickTranslation.settingOpen":"(Can be activated in <1>Settings Page)","closeQuickTranslation.cancel":"Cancel","closeQuickTranslation.confirm":"confirm","floatBall.popup":"Open quick settings panel","floatBall.translate":"Click to translate this page","floatBall.showOriginal":"Click to switch back to the original text","floatBall.close":"Close Floating Button","floatBallOptions.enableDescPc":"When you enable the floating button, a translation button appears on the right. Click it to translate","floatBallOptions.enableDesc":"After you turn off the floating button, you can bring it back with {touch}. To avoid losing the floating button by accidentally turning it off, it is highly recommended you bookmark this settings page.","description.azureApiUrl":"Enter the custom API interface address","floatBall.guideClickToTranslate":`Click the floating ball to translate quickly`,"floatBall.iKnow":"Got it",confirmSupportMouse:"Force Enable Mouse Support",confirmSupportMouseDescription:"The current browser does not support mouse functions, do you want to forcibly enable mouse support?",sampleTargetText:"Night is coming, I will start watching from now on until death. I will not marry, not seal the land, not have children. I will not wear a crown, not fight for glory. I will be loyal to my duty, life and death.",sampleSourceText:"\u957F\u591C\u5C06\u81F3\uFF0C\u6211\u4ECE\u4ECA\u5F00\u59CB\u5B88\u671B\uFF0C\u81F3\u6B7B\u65B9\u4F11\u3002\u6211\u5C06\u4E0D\u5A36\u59BB\u3001\u4E0D\u5C01\u5730\u3001\u4E0D\u751F\u5B50\u3002\u6211\u5C06\u4E0D\u6234\u5B9D\u51A0\uFF0C\u4E0D\u4E89\u8363\u5BA0\u3002\u6211\u5C06\u5C3D\u5FE0\u804C\u5B88\uFF0C\u751F\u6B7B\u4E8E\u65AF\u3002","subtitle.supportedSites":"Bilingual subtitles are now supported on these websites (Note: Due to technical limitations, some websites need to be refreshed after the subtitles are turned on for the first time, or wait for the translation to complete to display bilingual subtitles)",viewWithImmersiveTranslate:"Bilingual version (Immersive Translate)",errorReason:"Error reason: {message}","proQuotaExceededError.onetime7day":'You can resolve this issue by choosing one of the following options:

1. Switch to {anotherService} or another translation service
2. Upgrade to Monthly/Annual membership',"proQuotaExceededError.trial":'You can resolve this issue by choosing one of the following options:

1. Switch to {anotherService} or another translation service
2. Upgrade to paid Pro now',"proQuotaExceededError.nonTrial":'You can resolve this issue by choosing one of the following options:

1. Switch to {anotherService} or another translation service
2. Purchase Data Package for {translationService}',"proQuotaExceededError.resetTime":"
3. Quota reset time: {resetTime}",paragraphMinTextCountField:"Minimum character count for paragraph translation",paragraphMinTextCountDesc:"Note, this refers to the character length, for example: 'hello' is 5 characters, setting a higher value can reduce unnecessary translations of small paragraphs",networkError:"Translation service or network problem",notLogin:"Not Logged In","browser.toggleMouseHoverTranslateDirectly":"Temporarily enable or disable direct translation by mouse hover on the page","browser.translateWithOpenAI":"Temporarily translate the current page with OpenAI","browser.translateWithDeepL":"Temporarily translate the current page with DeepL","browser.translateWithGoogle":"Temporarily translate the current page with Google","browser.translateWithBing":"Temporarily translate the current page with Microsoft Translator","browser.translateWithGemini":"Temporarily translate the current page with Gemini","browser.translateWithTransmart":"Temporarily translate the current page with Tencent Translator","browser.translateInputBox":"Translate the content of the current input box",shortcutSettings:"Shortcuts",shortcutSettingsTitle:"Shortcut Settings",confirmResetToDefaultSettings:"Confirm to reset this translation service to default settings? (Only resets settings for the current translation service)","intro.hoverTitle":"Mouse Hover Translation of the Current Paragraph","intro.hoverDescription":"Mouse hover translation is an important and easy-to-use feature in immersive translation. Simply hover the mouse over a paragraph and press the set shortcut to automatically translate it (not enabled by default, please set below). This interaction is a better alternative to word-selection translation, as it's more intuitive and convenient. Additionally, this function is widely used in areas we can't recognize, allowing you to force-translate any paragraph.","intro.floatBallTitle":"Quick Translation Floating Button","intro.floatBallDescription":"Once enabled, a quick translation button appears on the right side of the page. Click to translate, and click again to switch back to the original text. On mobile, long-press the floating button to open the quick settings panel.","intro.subtitleTitle":"Bilingual Subtitles for Online Videos","intro.subtitleDescription":"When enabled, bilingual subtitles will automatically appear when a video starts playing. Otherwise, manually click the translate button on the page to display them. (Due to technical limitations, some sites may require a page refresh or wait for the translation to complete to display bilingual subtitles.)

Currently supported on these sites:","desc.toggleMouseHoverTranslateDirectly":"Press this shortcut to automatically translate any text under the mouse pointer on the page. Press again to turn off this auto-translation feature.","shortcutGroup.main":"Common Function Shortcuts","shortcutGroup.others":"More Custom Function Shortcuts","shortcutGroup.shortcutsForTranslationServices":"Shortcuts for Translation Services",browserShortcutsSucks:"Due to browsers' inaccurate recognition of shortcuts in input boxes, please manually enter the name of the shortcut. After entering, click on a blank space to auto-save. (In macOS, Alt and Option are the same key, so it's recommended to enter Alt). For example:","shortcutGroup.touch":"Touch Screen Specific Gestures","shortcutGroup.mouse":"Mouse Hover Shortcut Configuration",fingerCountToToggleTranslagePageWhenTouching:"Multiple fingers touching the screen to translate the page/show original text","desc.fingerCountToToggleTranslagePageWhenTouching":"Once set, you can touch the screen with X number of fingers on a mobile device to translate the page/show original text",fingerCountToToggleTranslationMaskWhenTouching:"Multiple fingers touching the screen to display translation mask/show original text","desc.fingerCountToToggleTranslationMaskWhenTouching":"Translation mask refers to the blur effect on the translated text (learning mode). When enabled, it temporarily applies a blur effect to the translation, facilitating learning",fingerCountToToggleTranslagePageOnlyTranslationWhenTouching:"Touch the screen with multiple fingers to translate in translation-only mode/show original text","desc.fingerCountToToggleTranslagePageOnlyTranslationWhenTouching":"Translation-only mode refers to displaying only the translated text, as opposed to the default bilingual mode","neverTranslateText.title":"Keep the following words untranslated","neverTranslateText.description":"Due to some translation engines' poor recognition of proper nouns, you can add words here to ensure they remain untranslated during the process. Please note, this feature is case-sensitive and only supports space-separated word languages (like English, French), not suitable for languages like Japanese, Korean, etc.","tagsInput.add":"+ Add","desc.mouseHoverHoldKey":"While hovering the mouse over a paragraph, press the shortcut key on the right to directly translate it",mouseHoverCustomKeyTitle:"Customize Mouse Hover Shortcut Key",mouseHoverCustomKeyDescription:"You can customize a combination shortcut key for mouse hover, like: Alt+Z, Ctrl+E, Cmd+Alt+E or just Cmd. Please enter manually",mouseHoverShortcutPlaceholder:"Please enter manually",browserShortcutsNoteForFirefox:"For Firefox, modify shortcuts by opening the extensions management page `about:addons`, then click 'Settings' -> 'Manage Shortcuts'",browserShortcutsNoteForChrome:"Note: To modify shortcuts in Chrome-based browsers, visit [Extensions Management Page] -> [Manage Shortcuts]","desc.toggleTranslateTheMainPage":"Translate only the main area of the page. If you have enabled translating all areas in advanced settings, use this shortcut to specifically translate the main area","desc.toggleTranslateTheWholePage":"Translate the entire page area. By default, we translate the main area of the page, use this shortcut to specifically translate the entire area","browser.toggleOnlyTransation":"Switch to bilingual/translation-only mode","desc.toggleOnlyTransation":'"Only translation mode" refers to only displaying the translation. If the webpage has not been translated yet, it will switch modes and translate.',"browser.toggleTranslationMask":"Toggle blur effect on translated text (learning mode) for the current page","desc.interfaceLanguage":"The interface language setting affects the language of the control panel display and is unrelated to the target language of the translation",mouseHoverHoldKey:"Mouse Hover Translation Trigger Key",clickToSeeQuickDemo:"30-second Quick Tutorial Video",shortcutDisableTooltip:"Please set in the browser's extension shortcut key management page, for more guidance, see the instructions at the top of this page","subtitle.autoEnableSubtitle":"Enable Bilingual","floatBall.longPress":"Long press to quickly open the settings panel",notLoginPro:"You have not logged in to your member account",upgradeToProErrorTitle:"Please upgrade to Pro member before using this translation service",translationOnlyMode:"Translation Only Mode",translationOnlyModeDescription:"Translation only mode refers to displaying only the translation, instead of the default bilingual mode. Note: Due to technical limitations, hyperlinks in the original text will be ineffective in translation only mode","description.baiduField":"See supported fields <1>here; if empty, it means no specific field is designated",temprarilyChangeTranslationTo_openai:"Currently using OpenAI to translate this page",temprarilyChangeTranslationTo_google:"Currently using Google to translate this page",temprarilyChangeTranslationTo_bing:"Currently using Microsoft Translate to translate this page",temprarilyChangeTranslationTo_gemini:"Currently using Gemini to translate this page",temprarilyChangeTranslationTo_transmart:"Currently using Tencent Translate to translate this page",temprarilyChangeTranslationTo_deepl:"Currently using DeepL to translate this page","widget.videoSubtitle":"Subtitle","widget.instruction":"Usage",buildSnapshots:"Snapshot","widget.translateFileTooltip":"Translate PDF, EPUB, SRT, ASS, HTML, and TXT documents","widget.videoSubtitleTooltip":"Youtube and {count}+ video websites","widget.instructionTooltip":"View instructions for use",alwaysTranslateSomeLanguage:"Always translate {language} pages",alwaysTranslateThisSite:"Always translate this site",neverTranslateThisSite:"Never translate this site",loggedIn:"Logged in","widget.translateFile":"PDF/ePub",touchShortcutsToggleTranslatePage:"Set touch gestures to translate web pages/show original text","desc.touchShortcutsToggleTranslatePage":"Once set, on mobile devices, you can touch the screen with X fingers, swipe left and right or tap continuously to trigger translation of web pages/show original text",touchShortcutsToggleTranslationMask:"Set touch gestures to display translation mask/show original text","desc.touchShortcutsToggleTranslationMask":"Translation mask refers to the blur effect in the translation style (learning mode). When activated, it temporarily applies a blur effect to the translated text, facilitating learning",touchShortcutsToggleTranslatePageOnlyTranslation:"Set touch screen gesture to switch between bilingual/translation-only mode.","desc.touchShortcutsToggleTranslatePageOnlyTranslation":'"Only translation" means that only the translated text will be displayed. If the webpage has not been translated yet, the mode will be switched and it will be translated.',touchShortcutsToggleTranslateTouchElement:"Set touch gestures to translate a specified paragraph","desc.touchShortcutsToggleTranslateTouchElement":"Customize a gesture to translate any paragraph you're on",touchShortcutsOff:"Off","fingers.2":"Two-finger touch","fingers.3":"Three-finger touch","fingers.4":"Four-finger touch","fingers.5":"Five-finger touch","font.none":"Unset","multipleClick.2":"Double click","multipleClick.3":"Triple click","multipleClick.4":"Quadruple click","slide.left":"Slide right","slide.right":"Slide left","browser.toggleVideoSubtitlePreTranslation":"Switch Video Subtitles with Immersive Translation Feature",contact:"Contact","contact.description":"If you have any questions or suggestions, please contact us via filling out the form below or sending an email to {email}","desc.toggleVideoSubtitlePreTranslation":"After pressing, video bilingual subtitles will prioritize immersive translation settings. Pressing again will prioritize the auto-translated subtitles originally provided with the video. Note: This shortcut modifies the global settings",videoSubtitlePreTranslationOn:"Video subtitles will prioritize immersive translation",videoSubtitlePreTranslationOff:"Video subtitles will prioritize the auto-translated subtitles originally provided with the video",translationFont:"Set Font","translationFont.custom":"Enter Custom Font","translationFont.customPlaceholder":"Font","translationFont.notSupportErrorMessage":"Please check if the font name you entered is correct, or confirm that the font is installed on your device.","touch.mouse-translate":"Translate Paragraph","error.serveConfigError":"Service configuration error","error.reloadPageOfSetting":"After configuring, please refresh the page to translate again.","error.googleLimitIp":"Service returned an error, Google services have limited the flow for this IP address, it is recommended to change the network node.","error.openAIFreeLimit":"Service returned an error, the current translation request frequency has reached the maximum of 3 times per minute, please try again later. (This is the limit imposed by OpenAI official on free API Keys, to remove this limit, please bind a credit card in the OpenAI backend.)","error.openAIExceededQuota":"Service returned an error: your current OpenAI account balance is insufficient, please recharge or bind a credit card in the OpenAI official backend.","error.429":"Service returned an error, indicating too frequent requests or exceeding the quota limit, please try again later.","error.403":"Service returned an error, temporarily no permission to access the service.","error.400":"Service returned an error, request parameter error, please check the corresponding configuration.","error.502":"Service returned an error, service timeout, please try again later.","error.proTokenInvalid":"If you are a Pro user, please log in before using the Pro translation service","error.proUpgrade":"After upgrading, please refresh the page to translate again.","error.configError":"Configuration data anomaly","error.goReset":"Go to Reset",batchEdit:"Batch Edit","translationServices.inherit":"Inherit","translationModeLang.translation.title":"Language for Translation-Only Mode","translationModeLang.translation.description":"Translation-only mode will be automatically used when the page language is one of the following","translationModeUrl.translation.title":"URLs for Translation-Only Mode","translationModeUrl.translation.description":"Translation-only mode will be automatically used for websites with the following domains",download_started:"The download has begun, if it does not start automatically, please click manually.",here:"Here","error.serveUnavailable":"The [{serverName}] service you are currently using is temporarily unavailable due to network connection or service provider issues. It is suggested that you try refreshing the page or switch to another translation service through <1>Settings. If you are a <2>Pro member, you can choose to use the more stable DeepL or OpenAI translation services (<3>click here for a free trial). Additionally, you may need to check your network or proxy settings.",detectServiceLoading:"Detecting available translation services...",toggleToService:"Change to {service}","error.gemini.429":"The current Gemini service has reached its capacity limit. Please try again later, or switch to another translation service.",enableSentryReport:"When an extension encounters an error, submit feedback using Sentry","error.subscriptionExpired":"Your membership may have expired, please check your membership status.","error.subscriptionExpiredTitle":"Membership has expired.","languages.auto":"Auto Detect",geminiWarning:"Note: The free service provided by Google for Gemini is strictly limited and may be judged by Google as users using multiple Keys to evade their free quota restrictions. It is not recommended to use it. It is suggested to wait for Google to open the paid interface of Gemini in the future before using it.","floatBall.setting":"Settings","floatBall.translateToLanguage":"Click to translate into {language}","floatBall.file":"Translate PDF, EPUB, SRT, ASS, HTML, TXT files.",changeToOnlyTempTranslationMode:"Show Translation only",changeToDualTempTranslationMode:"Show Bilingual Translation","transitionMode.translation":"Only the translation","options.navbar.installApp":"Install mobile APP","options.navbar.translateFile":"Translate Document","subtitle.transitionMode":"Bilingual Video Subtitles/Translation Only Settings","transitionMode.dual":"Bilingual Comparison","transitionMode.inherit":"Maintain consistency with the system's default translation display mode.","subtitle.transitionModeDescription":"Set the video subtitles to bilingual comparison or translation-only mode.",translateFileTooltip:`Translate PDF, ePub, srt, @@ -5013,7 +5013,7 @@ ass, HTML, TXT files.`,"description.multiplePrompt":`When the number of paragrap {env.imt_sub_trans_field}: Translation - id: 2 {env.imt_sub_source_field}: Source - {env.imt_sub_trans_field}: Translation`,"subtitle.quickButton.black":"Black","subtitle.quickButton.cyan":"Blue","translationServices.claude":"Claude","subtitle.quickButton.backgroundColor":"Background color","subtitle.quickButton.green":"Green","subtitle.quickButton.blue":"Blue","subtitle.quickButton.white":"White","subtitle.quickButton.setting":"Settings","subtitle.quickButton.translationPosition":"Translation location","subtitle.quickButton.backgroundOpacity":"Background Opacity","subtitle.quickButton.sourceFontSize":"Original font size","subtitle.quickButton.sourceTextColor":"Original font color","subtitle.quickButton.yellow":"Yellow","subtitle.quickButton.translationFontSize":"Translation font size","subtitle.quickButton.translationPositionBottom":"Below the original text","subtitle.quickButton.red":"Red","subtitle.quickButton.translationPositionTop":"Above the original text","subtitle.quickButton.translationTextColor":"Translation font color","subtitle.quickButton.magenta":"Magenta",attachSubtitleTranslating:"Translating using {service}...","error.claude.403":"Access to the service is temporarily unavailable, possibly due to regional restrictions related to Claude. You can try changing your IP address, or use other translation services.","browser.brandDescriptionForSafari":"Free Translate Website, Translate PDF & Epub eBook, Translate Video Subtitles in Bilingual","browser.PdfProFile":"AI-Driven PDF Pro Translation","browser.textTranslate":"Text Translation"};var Tb={nologin:"\u30ED\u30B0\u30A4\u30F3\u3057\u3066\u3044\u306A\u3044",loginForSafari:"\u30ED\u30B0\u30A4\u30F3\u307E\u305F\u306F\u767B\u9332",login:"\u30ED\u30B0\u30A4\u30F3\u3057\u3066\u4F1A\u54E1\u767B\u9332",manageAccount:"\u30DE\u30CD\u30FC\u30B8\u30C9\u30FB\u30A2\u30AB\u30A6\u30F3\u30C8",openPremium:"\u30AA\u30FC\u30D7\u30F3\u30FB\u30E1\u30F3\u30D0\u30FC",logout:"\u30A2\u30DC\u30FC\u30C8",curentPlan:"\u73FE\u5728\u306E\u30D1\u30C3\u30B1\u30FC\u30B8",endAt:"\u7D76\u606F",endAuto:"\u81EA\u52D5\u66F4\u65B0",lineBreakMaxTextCount:"\u6539\u884C\u5F8C\u306E1\u6587\u306B\u8A31\u3055\u308C\u308B\u6700\u5927\u6587\u5B57\u6570","translate-pdf":"\u30AF\u30EA\u30C3\u30AF\u3057\u3066PDF\u3092\u7FFB\u8A33\u3059\u308B","noSupportTranslate-pdf":"\u30B9\u30AF\u30EA\u30D7\u30C8\u306F\u30B5\u30DD\u30FC\u30C8\u3055\u308C\u3066\u3044\u307E\u305B\u3093\u3002","translate-firefox-local-pdf":"\u30AF\u30EA\u30C3\u30AF\u3057\u3066PDF\u3092\u30A4\u30F3\u30DD\u30FC\u30C8\u3059\u308B",enableLineBreak:"\u9577\u3044\u6BB5\u843D\u306E\u81EA\u52D5\u6539\u884C\u3092\u6709\u52B9\u306B\u3059\u308B",sponsorLabel:"\u30B9\u30DD\u30F3\u30B5\u30FC\u4ED8\u304D\u958B\u767A\u8005",help:"\u624B",browserShortcutsNoteForFirefox:"Firefox\u3067\u30B7\u30E7\u30FC\u30C8\u30AB\u30C3\u30C8\u3092\u5909\u66F4\u3059\u308B\u306B\u306F\u3001\u62E1\u5F35\u6A5F\u80FD\u306E\u7BA1\u7406\u30DA\u30FC\u30B8`about:addons`\u3092\u958B\u304D\u3001`Settings`\u3092\u30AF\u30EA\u30C3\u30AF\u3057\u3001`Manage Shortcuts`\u3092\u30AF\u30EA\u30C3\u30AF\u3057\u3066\u30B7\u30E7\u30FC\u30C8\u30AB\u30C3\u30C8\u3092\u8A2D\u5B9A\u3059\u308B\u5FC5\u8981\u304C\u3042\u308B\u3002",browserShortcutsNoteForChrome:"Chrome\u3067\u30B7\u30E7\u30FC\u30C8\u30AB\u30C3\u30C8\u3092\u5909\u66F4\u3059\u308B\u306B\u306F\u3001\u62E1\u5F35\u6A5F\u80FD\u306E\u7BA1\u7406\u30DA\u30FC\u30B8\u3092\u958B\u304D\u3001`\u30B7\u30E7\u30FC\u30C8\u30AB\u30C3\u30C8\u306E\u7BA1\u7406`\u30D1\u30CD\u30EB\uFF08`chrome://extensions/shortcuts`\uFF09\u3067\u30B7\u30E7\u30FC\u30C8\u30AB\u30C3\u30C8\u3092\u8A2D\u5B9A\u3057\u3001\u4E0B\u306E\u30DC\u30BF\u30F3\u3092\u30AF\u30EA\u30C3\u30AF\u3057\u3066\u30B7\u30E7\u30FC\u30C8\u30AB\u30C3\u30C8\u306E\u7BA1\u7406\u30DA\u30FC\u30B8\u306B\u30B8\u30E3\u30F3\u30D7\u3059\u308B\u5FC5\u8981\u304C\u3042\u308A\u307E\u3059\u3002",browserShortcutsSucks:"\u30AB\u30B9\u30BF\u30DE\u30A4\u30BA\u3055\u308C\u305F\u30B7\u30E7\u30FC\u30C8\u30AB\u30C3\u30C8\u306E\u66F8\u5F0F\u306F\u6B21\u306E\u3068\u304A\u308A\u3067\u3059\uFF08\u81EA\u52D5\u8A8D\u8B58\u306F\u884C\u308F\u308C\u307E\u305B\u3093\u306E\u3067\u3001\u76F4\u63A5\u5165\u529B\u3057\u3066\u304F\u3060\u3055\u3044\uFF09\uFF1A",enableLineBreakDescription:"\u30AA\u30F3\u306B\u3059\u308B\u3068\u3001\u9577\u3044\u6BB5\u843D\u306E\u6587\u672B\u306B\u6539\u884C\u304C\u5165\u308A\u3001\u8AAD\u307F\u3084\u3059\u304F\u306A\u308A\u307E\u3059\u3002","browser.shortBrandName":"\u30A4\u30DE\u30FC\u30B8\u30E7\u30F3\u7FFB\u8A33","browser.brandName":"\u30A4\u30DE\u30FC\u30B8\u30E7\u30F3\u7FFB\u8A33: \u4E8C\u30F6\u56FD\u8A9E\u30A6\u30A7\u30D6\u30DA\u30FC\u30B8\u7FFB\u8A33 & PDF\u6587\u66F8\u7FFB\u8A33","browser.brandDescription":"Deepl\u3001Google\u3001YouDao\u3001Tencent Translate\u306A\u3069\u3001\u8907\u6570\u306E\u7FFB\u8A33\u30B5\u30FC\u30D3\u30B9\u3092\u30B5\u30DD\u30FC\u30C8\u3057\u3066\u3044\u307E\u3059\u3002","browser.toggleTranslatePage":"\u30DA\u30FC\u30B8\u3092\u7FFB\u8A33\u3059\u308B\uFF0F\u539F\u6587\u3092\u8868\u793A\u3059\u308B","browser.toggleTranslateTheWholePage":"\u30DA\u30FC\u30B8\u306E\u5168\u9818\u57DF\u3092\u7FFB\u8A33\u3059\u308B\uFF0F\u539F\u6587\u3092\u8868\u793A\u3059\u308B","browser.toggleOnlyTransation":"\u30D0\u30A4\u30EA\u30F3\u30AC\u30EB/\u7FFB\u8A33\u30C6\u30AD\u30B9\u30C8\u306E\u307F\u30E2\u30FC\u30C9\u306B\u5207\u308A\u66FF\u3048\u3066\u304F\u3060\u3055\u3044","browser.toggleTranslateToThePageEndImmediately":"\u30DA\u30FC\u30B8\u4E0B\u90E8\u3078\u306E\u5373\u6642\u7FFB\u8A33\uFF0F\u539F\u6587\u306E\u8868\u793A","browser.toggleTranslateTheMainPage":"\u30DA\u30FC\u30B8\u306E\u30E1\u30A4\u30F3\u30A8\u30EA\u30A2\u3092\u7FFB\u8A33\u3059\u308B\uFF0F\u539F\u6587\u3092\u8868\u793A\u3059\u308B","browser.shareToDraft":"\u30D0\u30A4\u30EA\u30F3\u30AC\u30EB\u30DA\u30FC\u30B8\u3092\u5171\u6709\u3059\u308B","browser.openOptionsPage":"\u8A2D\u5B9A\u30DA\u30FC\u30B8\u3092\u958B\u304F","browser.toggleTranslationMask":"\u4E26\u9032\u30D6\u30E9\u30FC\u52B9\u679C\u306E\u8868\u793A\uFF0F\u975E\u8868\u793A","browser.translateLocalPdfFile":"\u30ED\u30FC\u30AB\u30EB\u306EPDF\u30D5\u30A1\u30A4\u30EB\u3092\u7FFB\u8A33\u3059\u308B","browser.openEbookViewer":"\u5730\u5143\u306E\u96FB\u5B50\u66F8\u7C4D\u3092\u8AAD\u3080","browser.openEbookBuilder":"\u30D0\u30A4\u30EA\u30F3\u30AC\u30EBEPUB\u96FB\u5B50\u66F8\u7C4D\u306E\u5236\u4F5C","browser.translateLocalHtmlFile":"HTML/\u30C6\u30AD\u30B9\u30C8\u30D5\u30A1\u30A4\u30EB\u3092\u7FFB\u8A33\u3059\u308B","browser.donateContext":"\u30B9\u30DD\u30F3\u30B5\u30FC\u7279\u5178\u306B\u3064\u3044\u3066","browser.translateLocalSubtitleFile":"\u30ED\u30FC\u30AB\u30EB\u5B57\u5E55\u30D5\u30A1\u30A4\u30EB\u3092\u7FFB\u8A33\u3059\u308B",confirmResetConfig:"\u672C\u5F53\u306B\u8A2D\u5B9A\u3092\u30EA\u30BB\u30C3\u30C8\u3057\u307E\u3059\u304B\uFF1F",translationLineBreakSettingTitle:"\u7FFB\u8A33\u306E\u6539\u884C\u8A2D\u5B9A",smartLineBreak:"\u30B9\u30DE\u30FC\u30C8\u30E9\u30A4\u30F3\u30D5\u30A3\u30FC\u30C9",alwaysLineBreak:"\u5E38\u306B\u6539\u884C",isShowContextMenu:"\u53F3\u30AF\u30EA\u30C3\u30AF\u30E1\u30CB\u30E5\u30FC\u306B\u7FFB\u8A33\u30DA\u30FC\u30B8\u3092\u8FFD\u52A0",toggleBeta:"\u30D9\u30FC\u30BF\u30C6\u30B9\u30C8\u6A5F\u80FD\u306E\u6709\u52B9\u5316",betaDescription:"\u307E\u3060\u5B9F\u9A13\u6BB5\u968E\u3067\u3042\u308B\u6A5F\u80FD\u3084\u3001\u30D9\u30FC\u30BF\u7248\u306E\u7FFB\u8A33\u30B5\u30FC\u30D3\u30B9\u3092\u6709\u52B9\u306B\u3059\u308B\u3002\u8A73\u3057\u304F\u306F <1>Telegram\u30B0\u30EB\u30FC\u30D7\u306B\u3054\u53C2\u52A0\u304F\u3060\u3055\u3044\u3002",translationLineBreakSettingDescription:"\u30B3\u30F3\u30C6\u30F3\u30C4\u304C\u5C11\u306A\u3044\u30DA\u30FC\u30B8\u3067\u306F\u3001\u5E38\u306B\u304D\u3061\u3093\u3068\u6539\u884C\u3059\u308B\u3002(\u5185\u5BB9\u306E\u591A\u3044\u9577\u3044\u6BB5\u843D({count}\u6587\u5B57\u4EE5\u4E0A)\u3067\u306F\u3001\u30B9\u30DA\u30FC\u30B9\u3092\u7BC0\u7D04\u3059\u308B\u305F\u3081\u306B\u6539\u884C\u3092\u30B9\u30DE\u30FC\u30C8\u306B\u4F7F\u3044\u307E\u3057\u3087\u3046)\u3002",tempTranslateDomainTitle:"\u30A6\u30A7\u30D6\u30B5\u30A4\u30C8\u7FFB\u8A33\u306E\u4E00\u6642\u7684\u306A\u5207\u308A\u66FF\u3048\u671F\u9593",tempTranslateDomainDescription:"\u624B\u52D5\u3067\u30A6\u30A7\u30D6\u30DA\u30FC\u30B8\u3092\u7FFB\u8A33\u3059\u308B\u5834\u5408\u306F\u3001\u4E00\u6642\u7684\u306B\u81EA\u52D5\u7FFB\u8A33\u7528\u306EWeb\u30B5\u30A4\u30C8\u3092\u30AA\u30F3\u306B\u3057\u3001\u4E00\u6642\u7684\u306A\u671F\u9593\u3092\u8A2D\u5B9A\u3059\u308B\u3053\u3068\u304C\u3067\u304D\u307E\u3059\u3002",xMinutes:"{count} \u8B70\u4E8B\u9332",disabled:"\u7269\u306E\u4F7F\u7528\u3092\u7981\u6B62\u3059\u308B\u3002",changelog:"\u66F4\u65B0\u30ED\u30B0",toggleTranslatePageWhenThreeFingersOnTheScreen:"\u8907\u6570\u306E\u6307\u304C\u540C\u6642\u306B\u753B\u9762\u306B\u89E6\u308C\u308B\u3068\u3001\u30A6\u30A7\u30D6\u30DA\u30FC\u30B8\u3092\u7FFB\u8A33\u3057\u305F\u308A\u3001\u539F\u6587\u3092\u8868\u793A\u3057\u305F\u308A\u3059\u308B\u3002",toggleTranslationMaskWhenThreeFingersOnTheScreen:"\u30DE\u30EB\u30C1\u30D5\u30A3\u30F3\u30AC\u30FC\u30BF\u30C3\u30C1\u3067\u307C\u304B\u3057\u52B9\u679C\u3092\u8868\u793A/\u975E\u8868\u793A\u3002",fingerCountToToggleTranslagePageOnlyTranslationWhenTouching:"\u8907\u6570\u306E\u6307\u304C\u540C\u6642\u306B\u753B\u9762\u306B\u89E6\u308C\u308B\u3053\u3068\u3067\u3001\u30A6\u30A7\u30D6\u30DA\u30FC\u30B8\u3092\u7FFB\u8A33\uFF08\u7FFB\u8A33\u306E\u307F\uFF09\uFF0F\u539F\u6587\u3092\u8868\u793A\u3002",addUrlDescription:"\u30C9\u30E1\u30A4\u30F3\u540D\u3092\u6307\u5B9A\u3067\u304D\u3001\u30EF\u30A4\u30EB\u30C9\u30AB\u30FC\u30C9\u3082\u30B5\u30DD\u30FC\u30C8\u3002\u4F8B\uFF1A\uFF1A*.google.com\u3001google.com/mail/*\u3001https://www.google.com/*\u3002",general:"\u57FA\u672C\u8A2D\u5B9A",clickToExpandConfig:"\u73FE\u5728\u306E\u30B3\u30F3\u30D5\u30A3\u30AE\u30E5\u30EC\u30FC\u30B7\u30E7\u30F3\u3092\u62E1\u5927\u3059\u308B",import:"\u30D5\u30A1\u30A4\u30EB\u304B\u3089\u306E\u30A4\u30F3\u30DD\u30FC\u30C8",export:"\u30D5\u30A1\u30A4\u30EB\u3078\u306E\u30A8\u30AF\u30B9\u30DD\u30FC\u30C8",toggleDebug:"\u30B3\u30F3\u30BD\u30FC\u30EB\u306B\u30C7\u30D0\u30C3\u30B0\u30ED\u30B0\u3092\u8868\u793A\u3059\u308B","fingers.0":"\u51DD\u56FA","fingers.2":"\u30C4\u30FC\u30D5\u30A3\u30F3\u30AC\u30FC\u30BF\u30C3\u30C1","fingers.3":"\u30B9\u30EA\u30FC\u30D5\u30A3\u30F3\u30AC\u30FC\u30BF\u30C3\u30C1","fingers.4":"\u30D5\u30A9\u30FC\u30D5\u30A3\u30F3\u30AC\u30FC\u30BF\u30C3\u30C1","fingers.5":"5\u672C\u6307\u30BF\u30C3\u30C1",mouseHoldKey:"+ {key} \u7FFB\u8A33/\u6BB5\u843D\u3092\u5143\u306B\u623B\u3059",mouseHoldKeyAuto:"\u30D1\u30E9\u30B0\u30E9\u30D5\u306E\u76F4\u8A33",mouseHoldKeyOff:"\u4F55\u3082\u3059\u308B\u306A\u3002",mouseHoldKeyOther:"\u30B7\u30E7\u30FC\u30C8\u30AB\u30C3\u30C8\u306E\u30AB\u30B9\u30BF\u30DE\u30A4\u30BA\uFF08\u8A2D\u5B9A\u3092\u958B\u304F\uFF09",mouseHoldKeyCustomKey:"{key} \u30D1\u30E9\u30B0\u30E9\u30D5\u306E\u7FFB\u8A33\uFF0F\u7E2E\u5C0F",mouseHoverHoldKey:"\u30B7\u30E7\u30FC\u30C8\u30AB\u30C3\u30C8\u30AD\u30FC\u3092\u62BC\u3057\u306A\u304C\u3089\u30DE\u30A6\u30B9\u3092\u52D5\u304B\u3059\u3068\u6BB5\u843D\u304C\u7FFB\u8A33\u3055\u308C\u308B","mouse-translate":"\u30DE\u30A6\u30B9\u30DB\u30D0\u30FC",document:"(\u3055\u3093\u3077",resetSuccess:"\u3059\u3079\u3066\u306E\u8A2D\u5B9A\u306E\u30EA\u30BB\u30C3\u30C8\u306B\u6210\u529F",resetThisSuccess:"\u30EA\u30BB\u30C3\u30C8\u6210\u529F",saved:"\u30BB\u30FC\u30D6\u30FB\u30B5\u30AF\u30BB\u30B9",successImportConfig:"\u8A2D\u5B9A\u306E\u30A4\u30F3\u30DD\u30FC\u30C8\u306B\u6210\u529F",goAdvancedSettings:"\u8A73\u7D30\u8A2D\u5B9A\u30DA\u30FC\u30B8\u306B\u79FB\u52D5\u3059\u308B",goAdvancedInterfaceSettings:"\u8A73\u7D30\u30AB\u30B9\u30BF\u30DE\u30A4\u30BA\u8A2D\u5B9A\u30DA\u30FC\u30B8\u306B\u79FB\u52D5\u3059\u308B",advanced:"\u8A73\u7D30\u8A2D\u5B9A",advancedDescription:"\u901A\u5E38\u3001\u8A2D\u5B9A\u306F\u5FC5\u8981\u306A\u304F\u3001\u30C7\u30D5\u30A9\u30EB\u30C8\u306E\u307E\u307E\u3067\u3088\u3044\u3002\u3088\u308A\u5C02\u9580\u7684\u306A\u30E6\u30FC\u30B6\u30FC\u306E\u307F\u3001\u3088\u308A\u30D1\u30FC\u30BD\u30CA\u30E9\u30A4\u30BA\u3055\u308C\u305F\u8A2D\u5B9A\u304C\u53EF\u80FD\u3067\u3059\u3002",developer:"\u30C7\u30D9\u30ED\u30C3\u30D1\u30FC\u8A2D\u5B9A",donateCafe:"\u7269\u4FA1","translate to the bottom of the page":"\u30DA\u30FC\u30B8\u4E0B\u90E8\u3078\u306E\u7FFB\u8A33\u306F\u3001\u30DA\u30FC\u30B8\u306B\u5165\u3063\u3066\u3059\u3050\u306B\u884C\u308F\u308C\u308B\u306E\u3067\u3059\u304B\uFF1F",feedback:"\u554F\u984C\u306B\u95A2\u3059\u308B\u30D5\u30A3\u30FC\u30C9\u30D0\u30C3\u30AF",toggleTranslatePage:"\u30DA\u30FC\u30B8\u3092\u7FFB\u8A33\u3059\u308B\uFF0F\u539F\u6587\u3092\u8868\u793A\u3059\u308B",translateToThePageEndImmediatelyDescription:"\u3053\u306E\u6A5F\u80FD\u3092\u30AA\u30F3\u306B\u3059\u308B\u3068\u3001\u30DA\u30FC\u30B8\u306E\u4E0A\u304B\u3089\u4E0B\u306B\u5165\u529B\u3057\u305F\u5185\u5BB9\u304C\u5373\u5EA7\u306B\u7FFB\u8A33\u3055\u308C\u307E\u3059\u3002\u30AA\u30D5\u306B\u3059\u308B\u3068\u3001\u8AAD\u307F\u306A\u304C\u3089\u7FFB\u8A33\u3055\u308C\u307E\u3059\u3002(\u304A\u52E7\u3081\u3057\u307E\u305B\u3093\uFF09","translate all areas of the page":"\u30DA\u30FC\u30B8\u306E\u5168\u9818\u57DF\u3092\u7FFB\u8A33\u3059\u308B\u304B\u3069\u3046\u304B",translationAreaDescription:"\u30AA\u30F3\u306B\u3059\u308B\u3068\u3001\u30A6\u30A7\u30D6\u30DA\u30FC\u30B8\u5168\u4F53\u306E\u3059\u3079\u3066\u306E\u9818\u57DF\u304C\u7FFB\u8A33\u3055\u308C\u307E\u3059\u3002\u30AA\u30D5\u306B\u3059\u308B\u3068\u3001\u30C7\u30D5\u30A9\u30EB\u30C8\u306E\u30B9\u30DE\u30FC\u30C8\u8A8D\u8B58\u304C\u4F7F\u7528\u3055\u308C\u3001\u4E3B\u8981\u306A\u9818\u57DF\u306E\u307F\u304C\u7FFB\u8A33\u3055\u308C\u307E\u3059\u3002(\u30AA\u30F3\u306B\u3059\u308B\u3053\u3068\u306F\u304A\u52E7\u3081\u3057\u307E\u305B\u3093)","the number of characters to be translated first":"\u8868\u793A\u9818\u57DF\u307E\u3067\u30B9\u30AF\u30ED\u30FC\u30EB\u3059\u308B\u3053\u3068\u306A\u304F\u3001\u30DA\u30FC\u30B8\u306E\u6700\u521D\u306E\u6570\u6587\u5B57\u3092\u76F4\u63A5\u7FFB\u8A33\u3059\u308B\u3002","interface language":"\u30A4\u30F3\u30BF\u30FC\u30D5\u30A7\u30FC\u30B9\u8A00\u8A9E","display both the original text and the translation":"\u539F\u6587\u3068\u8A33\u6587\u306E\u540C\u6642\u8868\u793A","keyboard shortcuts":"\u30AD\u30FC\u30DC\u30FC\u30C9\u30B7\u30E7\u30FC\u30C8\u30AB\u30C3\u30C8",modify:"\u30B7\u30E7\u30FC\u30C8\u30AB\u30C3\u30C8\u30AD\u30FC\u306E\u5909\u66F4",reset:"\u30EA\u30D3\u30B8\u30E7\u30F3",close:"\u51DD\u56FA",homepage:"\u30DB\u30FC\u30E0\u30DA\u30FC\u30B8",more:"\u3082\u3063\u3068\u898B\u308B",moreOptions:"\u30AB\u30B9\u30BF\u30DE\u30A4\u30BA\u30FB\u30AA\u30D7\u30B7\u30E7\u30F3\u306E\u62E1\u5927",translateTheWholePage:"\u30DA\u30FC\u30B8\u306E\u5168\u9818\u57DF\u3092\u7FFB\u8A33\u3059\u308B\uFF08\u4E3B\u8981\u306A\u9818\u57DF\u3092\u30A4\u30F3\u30C6\u30EA\u30B8\u30A7\u30F3\u30C8\u306B\u8A8D\u8B58\u3059\u308B\u306E\u3068\u306F\u5BFE\u7167\u7684\uFF09\u3002",changeToTranslateTheWholePage:"\u5168\u5730\u57DF\u306E\u7FFB\u8A33\u306B\u5207\u308A\u66FF\u3048\u308B",changeToTranslateTheMainPage:"\u30E1\u30A4\u30F3\u30A8\u30EA\u30A2\u306E\u7FFB\u8A33\u306B\u5207\u308A\u66FF\u3048\u308B",changeToOnlyTranslationMode:"\u7FFB\u8A33\u306E\u307F\u3092\u8868\u793A\u3059\u308B\u3088\u3046\u306B\u5207\u308A\u66FF\u3048\u308B",changeToDualTranslationMode:"\u5BFE\u8A33\u3078\u306E\u5207\u308A\u66FF\u3048",translateToThePageEndImmediately:"\u30DA\u30FC\u30B8\u4E0B\u90E8\u3078\u306E\u5373\u6642\u7FFB\u8A33",translateTheMainPage:"\u30A4\u30F3\u30C6\u30EA\u30B8\u30A7\u30F3\u30C8\u7FFB\u8A33 \u4E3B\u8981\u5730\u57DF","The local rules are up to date":"\u5730\u5143\u306E\u9069\u5FDC\u898F\u5B9A\u306F\u6700\u65B0\u306E\u3082\u306E\u3060\u3002","Successfully synchronized with the latest official rules:":"\u6700\u65B0\u306E\u516C\u5F0F\u7AF6\u6280\u898F\u5247\u3068\u306E\u540C\u671F\u306B\u6210\u529F\u3002","Checking for updates":"\u30A2\u30C3\u30D7\u30C7\u30FC\u30C8\u306E\u30C1\u30A7\u30C3\u30AF","Rules are being synchronized":"\u9069\u5FDC\u30EB\u30FC\u30EB\u306E\u540C\u671F\u5316",localVersionIsTooOld:"\u30ED\u30FC\u30AB\u30EB\u306E\u62E1\u5F35\u6A5F\u80FD\u306E\u30D0\u30FC\u30B8\u30E7\u30F3\u304C\u53E4\u3059\u304E\u307E\u3059\u3002\u540C\u671F\u3092\u8A66\u307F\u308B\u524D\u306B\u3001\u62E1\u5F35\u6A5F\u80FD\u3092 {minVersion} \u4EE5\u964D\u306B\u30A2\u30C3\u30D7\u30B0\u30EC\u30FC\u30C9\u3057\u3066\u304F\u3060\u3055\u3044\u3002",badUserscriptBrowser:"\u73FE\u5728\u306E\u30D6\u30E9\u30A6\u30B6\u306F\u30B0\u30EA\u30FC\u30B9\u30E2\u30F3\u30AD\u30FC\u62E1\u5F35\u30A4\u30F3\u30BF\u30FC\u30D5\u30A7\u30A4\u30B9\u3092\u6B63\u3057\u304F\u5B9F\u88C5\u3057\u3066\u3044\u307E\u305B\u3093\uFF08\u4F8B\u3048\u3070\u3001\u30B0\u30EA\u30FC\u30B9\u30E2\u30F3\u30AD\u30FC\u30FB\u30B9\u30AF\u30EA\u30D7\u30C8\u81EA\u4F53\u306E\u30D0\u30FC\u30B8\u30E7\u30F3\u756A\u53F7\u306B\u95A2\u3059\u308B\u60C5\u5831\u3092\u53D6\u5F97\u3059\u308B\u5834\u5408\u306A\u3069\uFF09\u306E\u3067\u3001Firefox\u306A\u3069<1>\u30B0\u30EA\u30FC\u30B9\u30E2\u30F3\u30AD\u30FC\u62E1\u5F35\u3092\u30B5\u30DD\u30FC\u30C8\u3059\u308B\u4ED6\u306E\u30D6\u30E9\u30A6\u30B6\u3092\u3054\u5229\u7528\u304F\u3060\u3055\u3044\u3002",foundNewVersion:"\u65B0\u30D0\u30FC\u30B8\u30E7\u30F3\u3092\u898B\u308B",theLocalExtensionIsUpToUpdate:"\u73FE\u5728\u306E\u30A8\u30AF\u30B9\u30C6\u30F3\u30B7\u30E7\u30F3\u306F\u6700\u65B0\u3060\u3002",failToSyncRules:"\u6700\u65B0\u306E\u9069\u5FDC\u30EB\u30FC\u30EB\u306E\u540C\u671F\u306B\u5931\u6557",retry:"\u30EA\u30C8\u30E9\u30A4\u3059\u308B\u306B\u306F\u3053\u3053\u3092\u30AF\u30EA\u30C3\u30AF",failedReason:"\u5931\u6557\u306E\u7406\u7531",currentRuleVersion:"\u73FE\u5728\u306E\u30EB\u30FC\u30EB\u30FB\u30D0\u30FC\u30B8\u30E7\u30F3",calculating:"\u8A08\u7B97",unknownError:"\u672A\u77E5\u306E\u30A8\u30E9\u30FC",canNotFetchRemoteRule:"\u30EA\u30E2\u30FC\u30C8\u30EB\u30FC\u30EB\u304C\u53D6\u5F97\u3067\u304D\u306A\u3044",enableAlphaSuccess:"\u30A2\u30EB\u30D5\u30A1\u5BFE\u5FDC",disableAlphaSuccess:"\u30A2\u30EB\u30D5\u30A1\u6A5F\u80FD\u306F\u30AA\u30D5",cacheSize:"\u30AD\u30E3\u30C3\u30B7\u30E5\u30FB\u30B5\u30A4\u30BA\uFF1A",cleaning:"\u6E05\u7B97\u4E2D",cleanCache:"\u30AD\u30E3\u30C3\u30B7\u30E5\u3092\u6D88\u53BB\u3059\u308B",options:"\u30BB\u30C3\u30C8\u30A2\u30C3\u30D7",about:"\u306B\u5BFE\u3057\u3066",service:"\u901A\u8A33\u30B5\u30FC\u30D3\u30B9",needAction:"(\u8A2D\u5B9A\u3078\uFF09",goSettings:"\u8A2D\u5B9A\u3059\u308B",needActionForOptions:"(\u8A2D\u5B9A\u4E88\u5B9A\uFF09",translationEngine:"\u30A8\u30F3\u30B8\u30F3\u30FB\u30AA\u30D7\u30B7\u30E7\u30F3",sourceLanguage:"\u539F\u8A9E",target:"\u76EE\u6A19\u8A00\u8A9E",popupSourceLanguage:"\u539F\u8A9E",popupTarget:"\u76EE\u6A19\u8A00\u8A9E",popupService:"\u901A\u8A33\u30B5\u30FC\u30D3\u30B9",forThisSite:"\u73FE\u5728\u306E\u30A6\u30A7\u30D6\u30B5\u30A4\u30C8",autoEnableSubtitle:"\u4E8C\u30AB\u56FD\u8A9E\u5B57\u5E55\u3092\u81EA\u52D5\u7684\u306B\u30AA\u30F3\u306B\u3059\u308B",alwaysTranslate:"\u5E38\u306B\u7FFB\u8A33\u3059\u308B",neverTranslate:"\u6C7A\u3057\u3066\u7FFB\u8A33\u3057\u306A\u3044",alwaysTranslateSomeLanguage:"\u5E38\u306B\u7FFB\u8A33\u3059\u308B {language}",neverTranslateSomeLanguage:"\u6C7A\u3057\u3066\u7FFB\u8A33\u3057\u306A\u3044 {language}",alwaysTranslateSomeSite:"\u5E38\u306B\u7FFB\u8A33\u3059\u308B {hostname}",neverTranslateSomeSite:"\u6C7A\u3057\u3066\u7FFB\u8A33\u3057\u306A\u3044 {hostname}",alwaysTranslateSomeSiteOrWildSite:"\u5E38\u306B\u30B5\u30A4\u30C8\u3092\u7FFB\u8A33\u3059\u308B",alwaysTranslateSomePage:"\u5E38\u306B\u30DA\u30FC\u30B8\u3092\u7FFB\u8A33\u3059\u308B",add:"\u5897\u52A0",default:"\u30C7\u30D5\u30A9\u30EB\u30C8",forThisLanguage:"\u3053\u306E\u8A00\u8A9E\u306E\u5834\u5408\uFF1A","add url":"URL\u3092\u5165\u529B",edit:"\u30B3\u30F3\u30D1\u30A4\u30E9","translate other languages into specific language":"\u4ED6\u306E\u8A00\u8A9E\u3092\u8A2D\u5B9A\u3057\u305F\u8A00\u8A9E\u306B\u7FFB\u8A33\u3059\u308B","select translation service":"\u7FFB\u8A33\u30B5\u30FC\u30D3\u30B9\u306E\u9078\u629E",language:"\u591A\u8A00\u8A9E\u4E3B\u7FA9","show-original":"\u539F\u6587\u3092\u8868\u793A",translate:"\u30EC\u30F3\u30C0\u30EA\u30F3\u30B0",Translated:"\u7FFB\u8A33",Translating:"\u7FFB\u8A33\u4E2D",Error:"\u4E0D\u6B63\u78BA",allowCacheTranslations:"\u30ED\u30FC\u30AB\u30EB\u7FFB\u8A33\u30AD\u30E3\u30C3\u30B7\u30E5\u3092\u6709\u52B9\u306B\u3059\u308B\uFF08\u91CD\u8907\u3057\u305F\u7B87\u6240\u306E\u7FFB\u8A33\u30EA\u30AF\u30A8\u30B9\u30C8\u3092\u6E1B\u3089\u3059\uFF09","translation display":"\u7FFB\u8A33\u8868\u793A\u30B9\u30BF\u30A4\u30EB","select diplay style":"\u4EE5\u4E0B\u306E\u4F8B\u3092\u5177\u4F53\u7684\u306B\u53C2\u7167\u3057\u306A\u304C\u3089\u3001\u7FFB\u8A33\u306E\u30B9\u30BF\u30A4\u30EB\u3092\u533A\u5225\u3059\u308B\u3002",interface:"\u30A4\u30F3\u30BF\u30FC\u30D5\u30A7\u30FC\u30B9\u8A2D\u5B9A",import_export:"\u30A4\u30F3\u30DD\u30FC\u30C8/\u30A8\u30AF\u30B9\u30DD\u30FC\u30C8",import_export_title:"\u30A4\u30F3\u30DD\u30FC\u30C8/\u30A8\u30AF\u30B9\u30DD\u30FC\u30C8\u8A2D\u5B9A",syncToGoogleDrive:"Google\u30C9\u30E9\u30A4\u30D6\u3068\u540C\u671F",floatBallOptions:"\u30DB\u30D0\u30FC\u30DC\u30FC\u30EB\u306E\u8A2D\u5B9A","floatBallOptions.enable":"\u30DB\u30D0\u30FC\u30DC\u30FC\u30EB\u3092\u4F7F\u7528\u53EF\u80FD\u306B\u3059\u308B","floatBallOptions.blockUrls":"\u30A6\u30A7\u30D6\u30B5\u30A4\u30C8\u3092\u7121\u52B9\u306B\u3059\u308B","floatBallOptions.add":"\u5897\u52A0","floatBallOptions.blockUrlDesc":"\u4EE5\u4E0B\u306E\u30B5\u30A4\u30C8\u3067\u306F\u30DB\u30D0\u30FC\u30DC\u30FC\u30EB\u304C\u8868\u793A\u3055\u308C\u307E\u305B\u3093\u3002","floatBallOptions.clickType":"\u30AF\u30EA\u30C3\u30AF\u884C\u52D5","floatBallOptions.clickTypeDesc":"\u30AF\u30EA\u30C3\u30AF\u3057\u305F\u3068\u304D\u306E\u30DB\u30D0\u30FC\u30DC\u30FC\u30EB\u30FB\u30A2\u30A4\u30B3\u30F3\u306E\u52D5\u4F5C","floatBallOptions.clickPopup":"\u7FFB\u8A33\u30D1\u30CD\u30EB\u306E\u8868\u793A","floatBallOptions.clickTranslate":"\u539F\u6587\u306E\u7FFB\u8A33\uFF0F\u8868\u793A","floatBallOptions.fixedPosition":"\u56FA\u5B9A\u4F4D\u7F6E","floatBallOptions.fixedPositionDesc":"\u60AC\u6D6E\u7403\u5728\u7A97\u53E3\u5DE6\u4FA7\u8FD8\u662F\u53F3\u4FA7","floatBallOptions.fixedPositionLeft":"\u5DE6\u4FA7","floatBallOptions.fixedPositionRight":"\u53F3\u4FA7",previewAllThemes:"\u3059\u3079\u3066\u306E\u30B9\u30BF\u30A4\u30EB\u3092\u30D7\u30EC\u30D3\u30E5\u30FC\u3059\u308B","translationTheme.none":"\u306A\u3044","translationTheme.grey":"\u30C0\u30FC\u30AF\u30B0\u30EC\u30FC","translationTheme.dashed":"\u70B9\u7DDA\u4E0B\u7DDA","translationTheme.dotted":"\u70B9\u7DDA\u30A2\u30F3\u30C0\u30FC\u30B9\u30B3\u30A2","translationTheme.dashedBorder":"\u70B9\u7DDA","translationTheme.solidBorder":"\u30BD\u30EA\u30C3\u30C9\u30DC\u30FC\u30C0\u30FC","translationTheme.underline":"\u76F4\u7DDA\u306B\u4E0B\u7DDA\u3092\u5F15\u304F","translationTheme.mask":"\u30D5\u30A1\u30B8\u30FC\u52B9\u679C\uFF08\u5B66\u7FD2\u30E2\u30FC\u30C9\uFF09","translationTheme.opacity":"\u900F\u660E\u52B9\u679C","translationTheme.paper":"\u767D\u3044\u7D19\u306E\u5F71\u306E\u52B9\u679C","translationTheme.dividingLine":"\u308F\u3051\u3081","translationTheme.highlight":"\u9AD8\u8F1D\u5EA6","translationTheme.marker":"\u30DE\u30FC\u30AB\u30FC","translationTheme.marker2":"\u30DE\u30FC\u30AB\u30FC2","translationTheme.blockquote":"\u53C2\u7167\u30B9\u30BF\u30A4\u30EB","translationTheme.weakening":"\u5F31\u4F53\u5316","translationTheme.italic":"\u659C\u4F53","translationTheme.bold":"\u6FC3\u5316","translationTheme.thinDashed":"\u7D30\u70B9\u7DDA\u30A2\u30F3\u30C0\u30FC\u30E9\u30A4\u30F3","translationTheme.nativeDashed":"\u30B7\u30B9\u30C6\u30E0\u306F\u70B9\u7DDA\u306E\u30A2\u30F3\u30C0\u30FC\u30E9\u30A4\u30F3\u4ED8\u304D","translationTheme.nativeDotted":"\u30B7\u30B9\u30C6\u30E0\u306F\u70B9\u7DDA\u306E\u30A2\u30F3\u30C0\u30FC\u30E9\u30A4\u30F3\u4ED8\u304D","translationTheme.nativeUnderline":"\u30B7\u30B9\u30C6\u30E0\u306B\u306F\u76F4\u7DDA\u306E\u30A2\u30F3\u30C0\u30FC\u30E9\u30A4\u30F3\u304C\u4ED8\u5C5E\u3057\u3066\u3044\u308B","translationTheme.wavy":"\u6CE2\u7DDA","translationServices.custom":"\u30AB\u30B9\u30BF\u30E0API","translationServices.tencent":"\u30C6\u30F3\u30BB\u30F3\u30C8\u7FFB\u8A33\u8005","translationServices.tenAlpha":"\u30C6\u30F3\u30BB\u30F3\u30C8\u30FB\u30C8\u30E9\u30F3\u30B9\u30EC\u30FC\u30BF\u30FC\uFF08\u30A2\u30EB\u30D5\u30A1\uFF09","translationServices.google":"\u30B0\u30FC\u30B0\u30EB\u7FFB\u8A33","translationServices.bai":"\u30D0\u30A4\u30C9\u30A5\uFF08\u30A2\u30EB\u30D5\u30A1\uFF09","translationServices.baidu":"\u767E\u5EA6\u306E\u7FFB\u8A33","translationServices.aliyun":"\u30A2\u30EA\u30AF\u30E9\u30A6\u30C9\u7FFB\u8A33","translationServices.volc":"\u706B\u5C71\u7FFB\u8A33","translationServices.deeplx":"DeepLX (\u30D9\u30FC\u30BF)","translationServices.bing":"\u30DE\u30A4\u30AF\u30ED\u30BD\u30D5\u30C8\u7FFB\u8A33","translationServices.deepl":"\u30C7\u30A3\u30FC\u30D7\u30A8\u30EB","translationServices.wechat":"WeChat\u7FFB\u8A33","translationServices.azure":"\u30A2\u30B8\u30E5\u30FC\u30EB\u7FFB\u8A33","translationServices.ibm":"IBM\u30EF\u30C8\u30BD\u30F3","translationServices.aws":"\u30A2\u30DE\u30BE\u30F3\u7FFB\u8A33","translationServices.mock":"\u6A21\u64EC\u7FFB\u8A33","translationServices.mock2":"\u6A21\u64EC\u7FFB\u8A332","translationServices.caiyun":"\u30AB\u30E9\u30D5\u30EB\u306A\u96F2\u3068\u5C0F\u3055\u306A\u7FFB\u8A33","translationServices.cai":"\u30AB\u30E9\u30D5\u30EB\u306A\u96F2\uFF08\u30A2\u30EB\u30D5\u30A1\uFF09","translationServices.volcAlpha":"\u30DC\u30EB\u30B1\u30FC\u30CE\uFF08\u30A2\u30EB\u30D5\u30A1\uFF09","translationServices.openl":"\u30AA\u30FC\u30D7\u30F3L","translationServices.youdao":"Youtube\u7FFB\u8A33","translationServices.you":"Youdao \u7FFB\u8A33\u8005\uFF08\u30A2\u30EB\u30D5\u30A1\uFF09","translationServices.transmart":"\u9A30\u8A0A\u30A4\u30F3\u30BF\u30E9\u30AF\u30C6\u30A3\u30D6\u7FFB\u8A33","translationServices.niu":"\u30DE\u30FC\u30D9\u30EA\u30C3\u30AF\u7FFB\u8A33\u8005","translationServices.papago":"\u30D1\u30D1\u30B4\u7FFB\u8A33","translationServices.d":"D\uFF08\u30A2\u30EB\u30D5\u30A1\uFF09","translationServices.dpro":"D\u30D7\u30ED\uFF08\u30AB\u30CA\u30EA\u30A2\uFF09","translationServices.openai":"\u30AA\u30FC\u30D7\u30F3AI","translationServices.chatgpt":"ChatGPT Web(3.5 mobile)","translate title":"\u30DA\u30FC\u30B8\u30BF\u30A4\u30C8\u30EB\u3092\u7FFB\u8A33\u3059\u308B","always languages":"\u5E38\u306B\u8A00\u8A9E\u3092\u7FFB\u8A33\u3059\u308B",neverTranslateLanguagesLabel:"\u7FFB\u8A33\u3055\u308C\u308B\u3053\u3068\u306E\u306A\u3044\u8A00\u8A9E",neverTranslateTheFollowingLanguagesDescription:"\u30DA\u30FC\u30B8\u4E0A\u306E\u6BB5\u843D\u304C\u4EE5\u4E0B\u306E\u8A00\u8A9E\u306E\u3044\u305A\u308C\u304B\u3067\u3042\u308B\u5834\u5408\u3001\u7FFB\u8A33\u306F\u30B9\u30AD\u30C3\u30D7\u3055\u308C\u307E\u3059\u3002",enableUserscriptPagePopup:"\u30DA\u30FC\u30B8\u306B\u30DB\u30D0\u30FC\u30DC\u30FC\u30EB\u3092\u8868\u793A",enableUserscriptPagePopupDescription:"\u30DB\u30D0\u30FC\u30DC\u30FC\u30EB\u3092\u30AA\u30D5\u306B\u3057\u305F\u5F8C\u306F\u3001\u30B7\u30E7\u30FC\u30C8\u30AB\u30C3\u30C8 /{touch}\u3067\u547C\u3073\u51FA\u3059\u3053\u3068\u304C\u3067\u304D\u307E\u3059\u3002\u3046\u3063\u304B\u308A\u3053\u306E\u30AA\u30D7\u30B7\u30E7\u30F3\u3092\u30AA\u30D5\u306B\u3057\u305F\u5F8C\u3001\u30DB\u30D0\u30FC\u30DC\u30FC\u30EB\u3092\u898B\u3064\u3051\u3089\u308C\u306A\u304F\u306A\u308B\u306E\u3092\u9632\u3050\u305F\u3081\u3001\u3053\u306E\u8A2D\u5B9A\u30DA\u30FC\u30B8\u3092\u30D6\u30C3\u30AF\u30DE\u30FC\u30AF\u3057\u3066\u304A\u304F\u3053\u3068\u3092\u5F37\u304F\u304A\u52E7\u3081\u3057\u307E\u3059\uFF01","always translate the following languages":"\u30DA\u30FC\u30B8\u304C\u6B21\u306E\u8A00\u8A9E\u306E1\u3064\u3067\u3042\u308B\u3068\u304D\u81EA\u52D5\u7684\u306B\u30BF\u30FC\u30B2\u30C3\u30C8\u8A00\u8A9E\u306B\u7FFB\u8A33\u3059\u308B","always sites":"\u5E38\u306B\u7FFB\u8A33\u3055\u308C\u305F\u30A6\u30A7\u30D6\u30B5\u30A4\u30C8","always translate the following sites":"\u306E\u30C9\u30E1\u30A4\u30F3\u540D\u3067\u3042\u308C\u3070\u3001\u30A6\u30A7\u30D6\u30B5\u30A4\u30C8\u306F\u81EA\u52D5\u7684\u306B\u30BF\u30FC\u30B2\u30C3\u30C8\u8A00\u8A9E\u306B\u7FFB\u8A33\u3055\u308C\u308B\u3002","never sites":"\u672A\u7FFB\u8A33\u30B5\u30A4\u30C8","never translate the following sites":"\u4EE5\u4E0B\u306E\u30C9\u30E1\u30A4\u30F3\u306E\u30B5\u30A4\u30C8\u3067\u306F\u3001\u7FFB\u8A33\u306F\u884C\u308F\u308C\u307E\u305B\u3093\u3002","please refer to":"\u4F7F\u7528\u3059\u308B\u524D\u306B\u30AD\u30FC\u3092\u5165\u529B\u3059\u308B\u5FC5\u8981\u304C\u3042\u308A\u307E\u3059\u3002",KeyAndConfigurationTutorial:"\u30AD\u30FC\u30FB\u30A2\u30D7\u30EA\u30B1\u30FC\u30B7\u30E7\u30F3\u3068\u30B3\u30F3\u30D5\u30A3\u30AE\u30E5\u30EC\u30FC\u30B7\u30E7\u30F3\u30FB\u30C1\u30E5\u30FC\u30C8\u30EA\u30A2\u30EB",useAboveStyleForTheseSites:"\u4EE5\u4E0B\u306E\u30C9\u30E1\u30A4\u30F3\u306E\u30B5\u30A4\u30C8\u3067\u306F\u3001\u5E38\u306B \u2308{theme}\u230B \u7FFB\u8A33\u30B9\u30BF\u30A4\u30EB\u3092\u4F7F\u7528\u3057\u307E\u3059\u3002",currentUrl:"\u73FE\u5728\u306EURL",confirm:"\u30BB\u30FC\u30D6",cancel:"\u30AD\u30E3\u30F3\u30BB\u30EB",delete:"\u9664\u53BB","languages.auto":"\u81EA\u52D5\u691C\u51FA",syncToCloud:"\u30B0\u30FC\u30B0\u30EB\u30C9\u30E9\u30A4\u30D6\u306B\u540C\u671F",syncToCloudDescription:"\u30AF\u30E9\u30A6\u30C9\u306B\u30A2\u30C3\u30D7\u30ED\u30FC\u30C9\u3055\u308C\u305F\u30B3\u30F3\u30D5\u30A3\u30AE\u30E5\u30EC\u30FC\u30B7\u30E7\u30F3\u306F\u3001\u7570\u306A\u308B\u30D6\u30E9\u30A6\u30B6\u30FC\uFF0F\u30B0\u30EA\u30FC\u30B9\u30E2\u30F3\u30AD\u30FC\u30FB\u30B9\u30AF\u30EA\u30D7\u30C8\u9593\u3067\u540C\u671F\u3055\u305B\u308B\u3053\u3068\u304C\u3067\u304D\u308B\u3002",syncToAccount:"\u30A4\u30DE\u30FC\u30B7\u30D6\u7FFB\u8A33\u30AF\u30E9\u30A6\u30C9\u3078\u306E\u540C\u671F",syncToAccountButton:"\u30AF\u30E9\u30A6\u30C9\u3068\u306E\u5373\u6642\u540C\u671F",syncToAccountDescription:"\u7570\u306A\u308B\u30C7\u30D0\u30A4\u30B9\u9593\u3067\u3001\u6700\u5F8C\u306B\u5909\u66F4\u3055\u308C\u305F\u65B9\u306E\u8A2D\u5B9A\u3092\u81EA\u52D5\u7684\u306B\u540C\u671F\u3057\u307E\u3059\u3002",successSyncConfigInAccount:"\u30AF\u30E9\u30A6\u30C9\u3068\u306E\u540C\u671F\u306B\u6210\u529F",successSyncConfigToAccount:"\u30AF\u30E9\u30A6\u30C9\u3078\u306E\u540C\u671F\u306B\u6210\u529F",syncConfigNoUpdate:"\u3082\u3046\u6700\u65B0\u306E\u3082\u306E\u3060\u3002",authFail:"\u8A8D\u8A3C\u5931\u6557",syncTitle:"\u624B\u52D5\u30D0\u30C3\u30AF\u30A2\u30C3\u30D7\u7BA1\u7406",import_hint:"\u30A4\u30F3\u30DD\u30FC\u30C8",upload:"\u30A2\u30C3\u30D7\u30ED\u30FC\u30C9",revokeAuth:"\u8A8D\u53EF\u306E\u53D6\u308A\u6D88\u3057",uploadFail:"\u30A2\u30C3\u30D7\u30ED\u30FC\u30C9\u5931\u6557",download:"\u30C0\u30A6\u30F3\u30ED\u30FC\u30C9",importSuccess:"\u8F38\u5165\u306B\u6210\u529F",importFail:"\u30A4\u30F3\u30DD\u30FC\u30C8\u5931\u6557",deleteFail:"\u524A\u9664\u306B\u5931\u6557\u3057\u307E\u3057\u305F",backupToCloud:"\u30D0\u30C3\u30AF\u30A2\u30C3\u30D7\u30D5\u30A1\u30A4\u30EB\u306E\u624B\u52D5\u7BA1\u7406",create_new_backup:"\u65B0\u3057\u3044\u30D0\u30C3\u30AF\u30A2\u30C3\u30D7\u30CE\u30FC\u30C9\u3092\u8FFD\u52A0\u3059\u308B",maxBackupFiles:"\u6700\u5927{count}\u7570\u306A\u308B\u30CE\u30FC\u30C9\u3092\u30D0\u30C3\u30AF\u30A2\u30C3\u30D7\u3067\u304D\u307E\u3059\u3002\u4E0D\u8981\u306A\u30CE\u30FC\u30C9\u306F\u524A\u9664\u3057\u3066\u304F\u3060\u3055\u3044\u3002",backupToCloudDescription:"\u30D0\u30C3\u30AF\u30A2\u30C3\u30D7\u30D5\u30A1\u30A4\u30EB\u3092\u624B\u52D5\u3067\u30A2\u30C3\u30D7\u30ED\u30FC\u30C9\u307E\u305F\u306F\u30EA\u30B9\u30C8\u30A2\u3002",successSyncConfig:"\u30AF\u30E9\u30A6\u30C9\u3068\u306E\u540C\u671F\u306B\u6210\u529F",syncFail:"\u540C\u671F\u5931\u6557",updatedAt:"{date}\u3088\u308A\u66F4\u65B0",lastSyncedAt:"\u6700\u7D42\u78BA\u8A8D\uFF1A {date}",downloadFail:"\u30C0\u30A6\u30F3\u30ED\u30FC\u30C9\u306B\u5931\u6557\u3057\u307E\u3057\u305F",clickToDownload:"\u30AF\u30EA\u30C3\u30AF\u3057\u3066\u30C0\u30A6\u30F3\u30ED\u30FC\u30C9",aboutLabel:"\u30D5\u30A3\u30FC\u30C9\u30D0\u30C3\u30AF","browser.openAboutPage":"\u3054\u610F\u898B\u30FB\u3054\u611F\u60F3",aboutLabelWithoutSponsor:"\u30D5\u30A3\u30FC\u30C9\u30D0\u30C3\u30AF",aboutIntro:"\u30A4\u30F3\u30BF\u30FC\u30CD\u30C3\u30C8\u4E0A\u306E\u81A8\u5927\u306A\u5916\u56FD\u8A9E\u60C5\u5831\u3078\u306E\u30A2\u30AF\u30BB\u30B9\u304C\u3088\u308A\u7C21\u5358\u3067\u697D\u3057\u3044\u3082\u306E\u306B\u306A\u308A\u307E\u3059\u3088\u3046\u306B \u2764\uFE0F <6>\u30D7\u30ED\u30E1\u30F3\u30D0\u30FC\u30B7\u30C3\u30D7\u3092 \u6709\u52B9\u306B\u3057\u3066\u3001\u3059\u3050\u306B\u4F7F\u3048\u308BDeepL\u3068OpenAI\u306E\u7FFB\u8A33\u3092\u3054\u5229\u7528\u304F\u3060\u3055\u3044\u3002

<3>Twitter\u3001<4>Telegram\u3001Weibo\u3001WeChat\u3067\u79C1\u305F\u3061\u3092\u30D5\u30A9\u30ED\u30FC\u3059\u308B\u304B\u3001\u4EE5\u4E0B\u306E<5>\u30E1\u30FC\u30EA\u30F3\u30B0\u30EA\u30B9\u30C8\u306B\u767B\u9332\u3057\u3066\u66F4\u65B0\u3092\u8FFD\u8DE1\u3059\u308B\u3053\u3068\u304C\u3067\u304D\u307E\u3059\u3002
<7>\u30D7\u30ED\u4F1A\u54E1\u306E \u65B9\u306F\u3001 <8>support@immersivetranslate.com \u307E\u3067\u3054\u9023\u7D61\u3044\u305F\u3060\u3051\u308C\u3070\u3001\u8FC5\u901F\u306A\u30AB\u30B9\u30BF\u30DE\u30FC\u30B5\u30FC\u30D3\u30B9\u3092\u3054\u63D0\u4F9B\u3044\u305F\u3057\u307E\u3059\u3002",aboutIntroWithoutSponsor:"\u2764\uFE0F

<3>\u30C4\u30A4\u30C3\u30BF\u30FC\u3001<4>\u30C6\u30EC\u30B0\u30E9\u30E0\u30FB\u30C1\u30E3\u30F3\u30CD\u30EB\u3001WeChat\u3001WeChat Exchange\u3067\u30D5\u30A9\u30ED\u30FC\u3057\u3066\u3044\u305F\u3060\u304F\u304B\u3001\u4EE5\u4E0B\u306E<5>E\u30E1\u30FC\u30EB\u3067\u66F4\u65B0\u60C5\u5831\u3092<5>\u8CFC\u8AAD\u3057\u3066\u304F\u3060\u3055\u3044\u3002",projectHomepage:"\u30D7\u30ED\u30B8\u30A7\u30AF\u30C8\u30FB\u30DB\u30FC\u30E0",joinTelegramGroup:"\u30E6\u30FC\u30B6\u30FC\u30B0\u30EB\u30FC\u30D7\u306B\u53C2\u52A0\u3057\u3066\u3001\u6A5F\u80FD\u306B\u95A2\u3059\u308B\u30C7\u30A3\u30B9\u30AB\u30C3\u30B7\u30E7\u30F3\u306B\u53C2\u52A0",wechatPublicAccount:"WeChat\u30D1\u30D6\u30EA\u30C3\u30AF",wechatCommunities:"WeChat\u4EA4\u6D41\u30B0\u30EB\u30FC\u30D7",qqCommunities:"QQ\u30B3\u30DF\u30E5\u30CB\u30B1\u30FC\u30B7\u30E7\u30F3\u30C1\u30E3\u30F3\u30CD\u30EB",joinTelegramChannel:"\u6700\u65B0\u60C5\u5831\u306FTelegram\u30C1\u30E3\u30F3\u30CD\u30EB\u3092\u30D5\u30A9\u30ED\u30FC",feedbackAndJoin:"\u8CEA\u554F \u30D5\u30A3\u30FC\u30C9\u30D0\u30C3\u30AF / \u30B0\u30EB\u30FC\u30D7\u8FFD\u52A0",autoSync:"\u81EA\u52D5\u6642\u523B\u540C\u671F",loadingThemeTitle:"\u30ED\u30FC\u30C7\u30A3\u30F3\u30B0\u30FB\u30B9\u30BF\u30A4\u30EB",loadingThemeDescription:"\u7FFB\u8A33\u30ED\u30FC\u30C9\u5F85\u3061\u6642\u9593\u306E\u30B9\u30BF\u30A4\u30EB\u8A2D\u5B9A","loadingTheme.spinner":"\u56DE\u8EE2\u30A2\u30CB\u30E1\u30FC\u30B7\u30E7\u30F3","loadingTheme.text":"\u9759\u7684\u30C6\u30AD\u30B9\u30C8 ","loadingTheme.none":"\u8868\u793A\u306A\u3057",developerDescription:"\u9AD8\u5EA6\u306A\u30AB\u30B9\u30BF\u30DE\u30A4\u30BA\u306B\u95A2\u3059\u308B\u30C9\u30AD\u30E5\u30E1\u30F3\u30C8\u306F<1>\u3053\u3061\u3089\u3092\u3054\u89A7\u304F\u3060\u3055\u3044\u3002","edit border color":"\u30DC\u30FC\u30C0\u30FC\u30AB\u30E9\u30FC\u306E\u5909\u66F4",successSyncButNoChange:"\u73FE\u5728\u306E\u30B3\u30F3\u30D5\u30A3\u30AE\u30E5\u30EC\u30FC\u30B7\u30E7\u30F3\u306F\u30AF\u30E9\u30A6\u30C9\u3068\u4E00\u81F4\u3057\u3066\u3044\u308B",customTheme:"\u30AB\u30B9\u30BF\u30E0\u30AB\u30E9\u30FC\u3068\u30B5\u30A4\u30BA","customThemeLabel.borderColor":"\u30DC\u30FC\u30C0\u30FC\u30AB\u30E9\u30FC","customThemeLabel.borderRadius":"\u4E38\u307F\u3092\u5E2F\u3073\u305F\u30A8\u30C3\u30B8","customThemeLabel.textColor":"\u30C6\u30AD\u30B9\u30C8\u30AB\u30E9\u30FC","customThemeLabel.backgroundColor":"\u80CC\u666F\u8272","customThemeLabel.zoom":"\u30D5\u30A9\u30F3\u30C8\u30FB\u30B9\u30B1\u30FC\u30EA\u30F3\u30B0 (%)","customThemeLabel.opacity":"\u30C6\u30AD\u30B9\u30C8\u306E\u4E0D\u900F\u660E\u5EA6 (%)",resetToDefaultColor:"\u30C7\u30D5\u30A9\u30EB\u30C8\u30AB\u30E9\u30FC\u306B\u623B\u3059",resetToDefaultSettings:"\u30C7\u30D5\u30A9\u30EB\u30C8\u8A2D\u5B9A\u306B\u623B\u3059",isTranslateTitle:"\u30DA\u30FC\u30B8\u30BF\u30A4\u30C8\u30EB\u306E\u7FFB\u8A33\u3092\u6709\u52B9\u306B\u3059\u308B",isTranslateTitleDescription:"\u30AA\u30F3\u306B\u3059\u308B\u3068\u3001\u30DA\u30FC\u30B8\u30BF\u30A4\u30C8\u30EB\u304C\u7FFB\u8A33\u3055\u308C\u307E\u3059",enableSearchEnhancement:"\u30D0\u30A4\u30EA\u30F3\u30AC\u30EB\u30E1\u30C3\u30BB\u30FC\u30B8\u3092\u6709\u52B9\u306B\u3059\u308B",enableSearchEnhancementDescription:"\u6709\u52B9\u306B\u3059\u308B\u3068\u3001\u5BFE\u5FDC\u30B5\u30A4\u30C8\uFF08Google News\u3001Google Search\uFF08\u4E00\u90E8\u30AD\u30FC\u30EF\u30FC\u30C9\uFF09\u3001Snowball\u3001Oriental Fortune\u3001Futura\u3001Tiger Community\uFF09\u306E\u53F3\u30AB\u30E9\u30E0\u306B\u3001\u8A72\u5F53\u3059\u308B\u82F1\u8A9E\u30AD\u30FC\u30EF\u30FC\u30C9\u3067\u300CGoogle News\u300D\u306E\u691C\u7D22\u7D50\u679C\u304C\u81EA\u52D5\u7684\u306B\u8868\u793A\u3055\u308C\u308B\u3088\u3046\u306B\u306A\u308A\u307E\u3059\u3002",verifyService:"\u30B5\u30FC\u30D3\u30B9\u306E\u30C6\u30B9\u30C8\u306F\u3053\u3061\u3089",verified:"\u6210\u529F\u306E\u78BA\u8A8D","field.langs":"\u5BFE\u5FDC\u8A00\u8A9E\u30B3\u30FC\u30C9","field.model":"\u30E2\u30C7\u30EA\u30F3\u30B0","field.translationEngine":"\u7FFB\u8A33\u30A8\u30F3\u30B8\u30F3","field.limitPerMinute":"1\u5206\u3042\u305F\u308A\u306E\u6700\u5927\u30EA\u30AF\u30A8\u30B9\u30C8\u6570","field.limitPerSecond":"1\u79D2\u3042\u305F\u308A\u306E\u6700\u5927\u30EA\u30AF\u30A8\u30B9\u30C8\u6570","field.maxTextLengthPerRequest":"\u30EA\u30AF\u30A8\u30B9\u30C8\u3054\u3068\u306E\u6700\u5927\u30C6\u30AD\u30B9\u30C8\u9577","field.maxTextGroupLengthPerRequest":"\u30EA\u30AF\u30A8\u30B9\u30C8\u3054\u3068\u306E\u6700\u5927\u6BB5\u843D\u6570","field.apiUrl":"\u30AB\u30B9\u30BF\u30E0API\u30A4\u30F3\u30BF\u30FC\u30D5\u30A7\u30FC\u30B9\u306E\u30A2\u30C9\u30EC\u30B9","field.placeholderDelimiters":"\u4E88\u7D04\u30D7\u30EC\u30FC\u30B9\u30DB\u30EB\u30C0","description.custom":"\u30AB\u30B9\u30BF\u30E0\u30A4\u30F3\u30BF\u30FC\u30D5\u30A7\u30FC\u30B9\u30A2\u30AF\u30BB\u30B9 \u8981\u30C9\u30AD\u30E5\u30E1\u30F3\u30C6\u30FC\u30B7\u30E7\u30F3","description.limitPerMinute":"\u3053\u306E\u5236\u9650\u3092\u8D85\u3048\u305F\u30EA\u30AF\u30A8\u30B9\u30C8\u306F\u3001\u6B21\u306E\u5206\u304C\u59CB\u307E\u308B\u307E\u3067\u30AD\u30E5\u30FC\u306B\u5165\u308A\u307E\u3059\u3002OpenAI\u306E\u73FE\u5728\u306E\u30B5\u30FC\u30D3\u30B9\u306B\u306F\u3055\u307E\u3056\u307E\u306A\u5236\u9650\u304C\u3042\u308B\u305F\u3081\u3001\u6700\u65B0\u306E\u63A8\u5968\u5024\u306F<1>\u3053\u3061\u3089\u3092\u3054\u89A7\u304F\u3060\u3055\u3044\u3002","description.limitPerSecond":"\u3053\u306E\u5236\u9650\u3092\u8D85\u3048\u305F\u30EA\u30AF\u30A8\u30B9\u30C8\u306F\u3001\u6B21\u306E\u79D2\u304C\u59CB\u307E\u308B\u307E\u3067\u30AD\u30E5\u30FC\u306B\u5165\u308A\u307E\u3059\u3002OpenAI\u306E\u73FE\u5728\u306E\u30B5\u30FC\u30D3\u30B9\u306B\u306F\u3055\u307E\u3056\u307E\u306A\u5236\u9650\u304C\u3042\u308B\u305F\u3081\u3001\u6700\u65B0\u306E\u63A8\u5968\u5024\u306F<1>\u3053\u3061\u3089\u3092\u3054\u89A7\u304F\u3060\u3055\u3044\u3002","description.generalLimitPerSecond":"\u3053\u306E\u5236\u9650\u3092\u8D85\u3048\u305F\u30EA\u30AF\u30A8\u30B9\u30C8\u306F\u3001\u6B21\u306E\u79D2\u304C\u59CB\u307E\u308B\u307E\u3067\u30AD\u30E5\u30FC\u306B\u5165\u308B\u3002","description.prompt":"\u30E6\u30FC\u30B6\u30FC\u3068\u3057\u3066 {service} \u306B\u9001\u4FE1\u3055\u308C\u308B\u5BFE\u8A71\u3067\u3001{{text}} \u306F\u6BB5\u843D\u306E\u30C6\u30AD\u30B9\u30C8\u5185\u5BB9\u3092\u793A\u3057\u3001{{from}} \u306F\u6BB5\u843D\u306E\u8A00\u8A9E\u3092\u793A\u3057\u3001{{to}} \u306F\u76EE\u6A19\u8A00\u8A9E\u3092\u793A\u3057\u307E\u3059\u3002","description.maxTextLengthPerRequest":"\u30EA\u30AF\u30A8\u30B9\u30C8\u3042\u305F\u308A\u306E\u6700\u5927\u6587\u5B57\u6570\u304C\u5927\u304D\u3059\u304E\u308B\u3068\u3001\u30A4\u30F3\u30BF\u30FC\u30D5\u30A7\u30FC\u30B9\u306E\u5FDC\u7B54\u304C\u9045\u304F\u306A\u308B\u306E\u3067\u3001\u3053\u306E\u30AA\u30D7\u30B7\u30E7\u30F3\u3092\u8ABF\u6574\u3057\u3066\u901F\u5EA6\u3092\u6700\u9069\u5316\u3057\u3066\u304F\u3060\u3055\u3044\u3002","description.systemPrompt":"\u30B7\u30B9\u30C6\u30E0\u3068\u3057\u3066OpenAI\u306B\u9001\u3089\u308C\u308B\u30C0\u30A4\u30A2\u30ED\u30B0\u3002 {{text}} \u306F\u6BB5\u843D\u306E\u30C6\u30AD\u30B9\u30C8\u5185\u5BB9\u3001{{from}} \u306F\u6BB5\u843D\u306E\u8A00\u8A9E\u3001{{to}} \u306F\u30BF\u30FC\u30B2\u30C3\u30C8\u8A00\u8A9E\u3092\u793A\u3059\u3002","field.domain":"\u30EC\u30A2\u30EB","description.domain":"\u30C7\u30D5\u30A9\u30EB\u30C8\u306F\uFF1Ageneral \u3067\u3059\u3002Arima API \u30B3\u30F3\u30BD\u30FC\u30EB\u3067\u30C9\u30E1\u30A4\u30F3\u5909\u63DB\u304C\u6709\u52B9\u306B\u306A\u3063\u3066\u3044\u308B\u5834\u5408\u306E\u307F\u8A2D\u5B9A\u3067\u304D\u307E\u3059\u3002","field.scene":"\u53D6\u308B","description.scene":"\u30C7\u30D5\u30A9\u30EB\u30C8\u306F\uFF1A\u4E00\u822C\u3067\u3059\u3002AliCloud API\u30B3\u30F3\u30BD\u30FC\u30EB\u3067Machine Translation Pro\u3092\u958B\u3044\u305F\u5834\u5408\u306E\u307F\u8A2D\u5B9A\u3067\u304D\u307E\u3059\u3002","field.vocabId":"\u30E6\u30FC\u30B6\u30FC\u8F9E\u66F8ID","description.vocabId":"\u6307\u5B9A\u3055\u308C\u305F\u8F9E\u66F8out_id\u306F\u3001\u73FE\u5728\u3001\u82F1\u8A9E\u304B\u3089\u4E2D\u56FD\u8A9E\u3078\u306E\u7FFB\u8A33\u3092\u30B5\u30DD\u30FC\u30C8\u3057\u3066\u3044\u308B\u3002","description.model":"OpenAI\u306E\u30E2\u30C7\u30EB\u306F\u3001gpt-3.5-turbo\u3001gpt-4\u306A\u3069\u3002","description.maxTextGroupLengthPerRequest":"\u4E00\u5EA6\u306B\u7FFB\u8A33\u30B5\u30FC\u30D3\u30B9\u306B\u9001\u4FE1\u3055\u308C\u308B\u6BB5\u843D\u6570\u3002\u6BB5\u843D\u6570\u304C\u591A\u3059\u304E\u308B\u3068\u3001\u30A4\u30F3\u30BF\u30FC\u30D5\u30A7\u30FC\u30B9\u306E\u5FDC\u7B54\u304C\u9045\u304F\u306A\u308B\u3053\u3068\u304C\u3042\u308A\u307E\u3059\u3002","description.apiUrl":"\u5177\u4F53\u7684\u306AURL\u3068\u30D1\u30B9\u3001<1>\u3088\u308A\u8A73\u3057\u3044\u8AAC\u660E\u3092\u8FFD\u52A0\u3057\u3066\u304F\u3060\u3055\u3044\u3002",enabledExtension:"\u30A8\u30AF\u30B9\u30C6\u30F3\u30B7\u30E7\u30F3\u306E\u6709\u52B9\u5316",clickToDisableExtension:"\u30AF\u30EA\u30C3\u30AF\u3057\u3066\u62E1\u5F35\u6A5F\u80FD\u3092\u7121\u52B9\u306B\u3059\u308B",clickToEnableExtension:"\u30AF\u30EA\u30C3\u30AF\u3057\u3066\u62E1\u5F35\u6A5F\u80FD\u3092\u6709\u52B9\u306B\u3059\u308B",hasBeenDisabled:"\u4F7F\u7528\u4E0D\u80FD","show password":"\u30D1\u30B9\u30EF\u30FC\u30C9\u3092\u8868\u793A\u3059\u308B",customContent:"\u30AB\u30B9\u30BF\u30E0\u30E2\u30C7\u30EB\u540D\u3092\u5165\u529B",inputOptions:"\u5165\u529B\u30DC\u30C3\u30AF\u30B9\u306E\u5F37\u5316",mouseHoverOptions:"\u30DE\u30A6\u30B9\u30DB\u30D0\u30FC",modifyMouseHoverKey:"\u30DE\u30A6\u30B9\u30DB\u30D0\u30FC\u30B7\u30E7\u30FC\u30C8\u30AB\u30C3\u30C8\u306E\u5909\u66F4",enableInputTranslation:"\u5165\u529B\u30DC\u30C3\u30AF\u30B9\u306E\u62E1\u5F35\u3092\u6709\u52B9\u306B\u3059\u308B\u304B\u3069\u3046\u304B",enableInputTranslationDescription:"\u6709\u52B9\u5316\u3057\u305F\u3089\u3001 {startingKey}{startingKey} hello \u3068\u5165\u529B\u30DC\u30C3\u30AF\u30B9\u306B\u76F4\u63A5\u5165\u529B\u3057\u3001{inputTrailingTriggerKeyRepeatTimes}times{trailingKey}\u3092\u7D20\u65E9\u304F\u62BC\u3057\u3066\u3001 {inputTargetLanguage}\u306B\u5909\u63DB\u3059\u308B\u3002",enableInputTranslationDescriptionForNoneKey:"\u6709\u52B9\u306B\u3057\u305F\u3089\u3001\uFF1AHello World\u3068\u5165\u529B\u30DC\u30C3\u30AF\u30B9\u306B\u76F4\u63A5\u5165\u529B\u3057\u3001{inputTrailingTriggerKeyRepeatTimes}{trailingKey}\u3092\u7D20\u65E9\u304F\u62BC\u3057\u3066\u3001\u30C7\u30D5\u30A9\u30EB\u30C8\u306E\u30BF\u30FC\u30B2\u30C3\u30C8\u8A00\u8A9E\u306B\u7FFB\u8A33\u3059\u308B\u3002",inputTargetLanguage:"\u5165\u529B\u30DC\u30C3\u30AF\u30B9\u306E\u30C7\u30D5\u30A9\u30EB\u30C8\u30BF\u30FC\u30B2\u30C3\u30C8\u8A00\u8A9E\u306E\u8A2D\u5B9A",inputTargetLanguageDescription:"\u5165\u529B\u30DC\u30C3\u30AF\u30B9\u7FFB\u8A33\u306E\u30C7\u30D5\u30A9\u30EB\u30C8\u30BF\u30FC\u30B2\u30C3\u30C8\u8A00\u8A9E\u3001\u3059\u306A\u308F\u3061\u3001\u30C8\u30EA\u30AC\u30FC\u30EF\u30FC\u30C9\u306E\u30C7\u30D5\u30A9\u30EB\u30C8\u8A00\u8A9E\u3068\u3057\u3066 {startingKey}{startingKey}",inputTargetLanguageDescriptionForNoneKey:"\u5165\u529B\u30DC\u30C3\u30AF\u30B9\u7FFB\u8A33\u306E\u30C7\u30D5\u30A9\u30EB\u30C8\u30BF\u30FC\u30B2\u30C3\u30C8\u8A00\u8A9E",inputStartingTriggerKeyTitle:"\u5165\u529B\u30DC\u30C3\u30AF\u30B9\u306E\u90E8\u5206\u7FFB\u8A33\u306E\u305F\u3081\u306E\u5206\u5272\u6587\u5B57\u306E\u8A2D\u5B9A",inputStartingTriggerKeyDescription:"\u5165\u529B\u30DC\u30C3\u30AF\u30B9\u5168\u4F53\u3092\u7FFB\u8A33\u3059\u308B\u5FC5\u8981\u304C\u306A\u3044\u5834\u5408\u3001\u30B9\u30D7\u30EA\u30C3\u30BF\u30FC\u306F {startingKey}{startingKey} \u304B\u3089\u5165\u529B\u30DC\u30C3\u30AF\u30B9\u306E\u6700\u5F8C\u307E\u3067\u306E\u90E8\u5206\u3060\u3051\u3092\u7FFB\u8A33\u3059\u308B\u3053\u3068\u304C\u3067\u304D\u307E\u3059\u3002\u307E\u305F\u3001\u8A00\u8A9E\u30B3\u30FC\u30C9\u3092\u6307\u5B9A\u3059\u308B\u3053\u3068\u3082\u3067\u304D\u307E\u3059\u3002\u4F8B\u3048\u3070\u3001\uFF1A{startingKey}ja \u306F {startingKey}ja \u304B\u3089\u5165\u529B\u30DC\u30C3\u30AF\u30B9\u306E\u6700\u5F8C\u307E\u3067\u306E\u90E8\u5206\u3060\u3051\u3092\u7FFB\u8A33\u3059\u308B\u3053\u3068\u3092\u610F\u5473\u3057\u307E\u3059\u3002",inputStartingTriggerKeyDescriptionForNoneKey:"\u73FE\u5728\u306E\u63A5\u982D\u8F9E\u306A\u3057\u306E\u8A2D\u5B9A\u306F\u4E0D\u8981\u3067\u3042\u308A\u3001\u5165\u529B\u30DC\u30C3\u30AF\u30B9\u306E\u4E00\u90E8\u306E\u30C6\u30AD\u30B9\u30C8\u306E\u7FFB\u8A33\u6A5F\u80FD\u306F\u73FE\u6642\u70B9\u3067\u306F\u5229\u7528\u3067\u304D\u306A\u3044\u3002",inputTrailingTriggerKeyTitle:"\u5165\u529B\u7D42\u4E86\u30C8\u30EA\u30AC\u30FC\u6587\u5B57\u3092\u9078\u629E\u3059\u308B",inputTrailingTriggerKeyDescription:"3 quick hits{trailingKey} \u7FFB\u8A33\u3092\u958B\u59CB\u3057\u307E\u3059\uFF01",inputTrailingTriggerKeyTimeout:"\u6226\u95D8\u7D42\u4E86\u30C8\u30EA\u30AC\u30FC\u307E\u3067\u306E\u6642\u9593\u3092\u5165\u529B\u3059\u308B\u3002",inputTrailingTriggerKeyTimeoutDescription:"\u5165\u529B\u7D42\u4E86\u30B3\u30F3\u30DC\u306E\u30C8\u30EA\u30AC\u30FC\u307E\u3067\u306E\u6642\u9593\uFF08\u30DF\u30EA\u79D2\uFF09\u3092\u8A2D\u5B9A\u3059\u308B\u3002",spaceKey:"<\u7A7A\u683C\u952E>",noneKey:"\u63A5\u982D\u8F9E\u306A\u3057\u306E\u30C6\u30AD\u30B9\u30C8\u30DC\u30C3\u30AF\u30B9\u5168\u4F53\u306E\u76F4\u63A5\u7FFB\u8A33",inputTranslationBlockUrlsTitle:"\u4EE5\u4E0B\u306EURL\u3067\u306F\u3001\u5165\u529B\u30DC\u30C3\u30AF\u30B9\u306E\u62E1\u5F35\u6A5F\u80FD\u3092\u6709\u52B9\u306B\u3057\u306A\u3044\u3067\u304F\u3060\u3055\u3044\u3002",inputTranslationBlockUrlsDescription:"\u5165\u529B\u30DC\u30C3\u30AF\u30B9\u306E\u6A5F\u80FD\u62E1\u5F35\u306F\u3001\u4EE5\u4E0B\u306EURL\u3067\u306F\u6A5F\u80FD\u3057\u307E\u305B\u3093\u3002",clickToSeeQuickDemo:"\u30AF\u30EA\u30C3\u30AF\u3057\u306630\u79D2\u306E\u30C1\u30E5\u30FC\u30C8\u30EA\u30A2\u30EB\u30D3\u30C7\u30AA\u3092\u62E1\u5927",inputHelperInfo:"\u8AAC\u660E\uFF1A\u4E2D\u56FD\u8A9E\u306E\u5165\u529B\u30E1\u30BD\u30C3\u30C9\u3067\u306F\u3001\u3044\u304F\u3064\u304B\u306E\u30C8\u30EA\u30AC\u30FC\u6587\u5B57\u304C\u4E2D\u56FD\u8A9E\u306E\u53E5\u8AAD\u70B9\u306B\u5909\u308F\u308B\u3068\u3044\u3046\u4E8B\u5B9F\u306B\u6700\u9069\u5316\u3057\u307E\u3057\u305F\u3002\u4F8B\u3048\u3070\u3001/ \u306F Sogou \u5165\u529B\u30E1\u30BD\u30C3\u30C9\u3067\u306F\u3001\u30C0\u30F3\u8A18\u53F7\u306B\u5909\u308F\u308A\u307E\u3059\u3002

\u307E\u305F\u3001\u8A00\u8A9E<1>\u30B3\u30FC\u30C9\u306E\u4E2D\u56FD\u8A9E\u30A8\u30A4\u30EA\u30A2\u30B9\u3082\u30B3\u30DE\u30F3\u30C9\u3068\u3057\u3066\u30B5\u30DD\u30FC\u30C8\u3057\u3066\u304A\u308A\u3001\u4F8B\u3048\u3070 /Japanese Hello World \u306F\u65E5\u672C\u8A9E\u306B\u7FFB\u8A33\u3055\u308C\u307E\u3059\u3002",reloadCurrentPage:"\u7FFB\u8A33\u3092\u958B\u59CB\u3059\u308B\u524D\u306B\u3001\u73FE\u5728\u306E\u30DA\u30FC\u30B8\u3092\u66F4\u65B0\u3057\u3066\u304F\u3060\u3055\u3044\u3002",noLocalFilePermissionForPDF:"\u30ED\u30FC\u30AB\u30EB\u30D5\u30A1\u30A4\u30EB\u3092\u8AAD\u307F\u8FBC\u3080\u6A29\u9650\u304C\u3042\u308A\u307E\u305B\u3093\u3002\u4E0A\u306E\u30DC\u30BF\u30F3\u3092\u30AF\u30EA\u30C3\u30AF\u3057\u3066\u3001\u30ED\u30FC\u30AB\u30EB\u30D5\u30A1\u30A4\u30EB\u3092\u30A4\u30F3\u30DD\u30FC\u30C8\u3057\u3066\u304F\u3060\u3055\u3044\u3002",noPermissionForThisPage:"\u26A0\uFE0F \u73FE\u5728\u306E\u30DA\u30FC\u30B8\u3092\u7FFB\u8A33\u3059\u308B\u6A29\u9650\u304C\u306A\u3044",retryAllParagraphs:"\u3059\u3079\u3066\u306E\u30A8\u30E9\u30FC\u30D1\u30C3\u30BB\u30FC\u30B8\u3092\u518D\u8A66\u884C\u3059\u308B",retryAllButton:"\u3059\u3079\u3066\u306E\u30A8\u30E9\u30FC\u30D1\u30C3\u30BB\u30FC\u30B8\u3092\u518D\u8A66\u884C\u3059\u308B",errorTooltipTitle:"\u30AF\u30EA\u30C3\u30AF\u3057\u3066\u30A8\u30E9\u30FC\u306E\u539F\u56E0\u3092\u898B\u308B",errorModalTitle:"\u7FFB\u8A33\u30B5\u30FC\u30D3\u30B9\u304B\u30CD\u30C3\u30C8\u30EF\u30FC\u30AF\u306B\u4F55\u304B\u554F\u984C\u304C\u3042\u308B\u3088\u3046\u3060...\u3002",disableConfirm:"\u30D0\u30A4\u30EA\u30F3\u30AC\u30EB\u60C5\u5831\u5F37\u5316\u8A2D\u5B9A",disableOnce:"\u3053\u306E\u969C\u5BB3",disableGlobal:"\u6C38\u4E45\u306B\u7121\u52B9\u306B\u3059\u308B",disableTint:"* {option}\u3002",searchEnhancementNotes:"\u4E2D\u56FD\u8A9E\u30AD\u30FC\u30EF\u30FC\u30C9\u3068\u82F1\u8A9E\u30AD\u30FC\u30EF\u30FC\u30C9\u3067\u306F\u3001\u30CB\u30E5\u30FC\u30B9\u306E\u691C\u7D22\u7D50\u679C\u304C\u5927\u304D\u304F\u7570\u306A\u308B\u3053\u3068\u304C\u308F\u304B\u308A\u307E\u3057\u305F\u3002 \u30A4\u30DE\u30FC\u30B7\u30D6\u7FFB\u8A33\u30D0\u30A4\u30EA\u30F3\u30AC\u30EB\u60C5\u5831\u5F37\u5316\u6A5F\u80FD\u3092\u6709\u52B9\u306B\u3059\u308B\u3068\u3001\u5BFE\u5FDC\u30B5\u30A4\u30C8\uFF08Google\u30CB\u30E5\u30FC\u30B9\u3001Google\u691C\u7D22\uFF08\u4E00\u90E8\u30AD\u30FC\u30EF\u30FC\u30C9\uFF09\u3001Snowball\u3001Oriental Wealth\u3001Futura\u3001Tiger\uFF09\u3067\u540C\u3058\u30AD\u30FC\u30EF\u30FC\u30C9\u3092\u82F1\u8A9E\u3067\u81EA\u52D5\u7684\u306B\u691C\u7D22\u3057\u3001\u53F3\u5074\u306B\u8868\u793A\u3057\u307E\u3059\u3002\u3053\u306E\u6A5F\u80FD\u304C\u4E0D\u8981\u306A\u5834\u5408\u306F\u3001\u7121\u52B9\u306B\u3059\u308B\u3053\u3068\u3082\u3067\u304D\u307E\u3059\u3002",option:"\u30BB\u30C3\u30C8\u30A2\u30C3\u30D7",saveSettings:"\u8A2D\u5B9A\u306E\u4FDD\u5B58",closeModal:"\u30A6\u30A3\u30F3\u30C9\u30A6\u3092\u9589\u3058\u308B",enableInputTranslationWithoutTriggerKeyTitle:"{trailingKey}\u3001\u5165\u529B\u30DC\u30C3\u30AF\u30B9\u5168\u4F53\u3092\u76F4\u63A5{inputTargetLanguage}\u3002",enableInputTranslationWithoutTriggerKeyDescription:"\u4F8B\u3048\u3070\u3001\uFF1Aja Hello World \u306E\u3088\u3046\u306B\u3002",mouseHoverShortcutPlaceholder:"\u4F8B\uFF1A\uFF1A\u30B7\u30D5\u30C8",deepLProName:"\u6CA1\u5165\u578B\u7FFB\u8A33\u30D7\u30ED\u30E1\u30F3\u30D0\u30FC\uFF08\u63A8\u5968\uFF09",deepLProDescription:"\u73FE\u5728\u306E\u30D1\u30C3\u30B1\u30FC\u30B8\u306F\u76F4\u63A5\u4F7F\u7528\u3067\u304D\u308B",deeplProDescriptionForNormal:"\u30BB\u30C3\u30C8\u30A2\u30C3\u30D7\u4E0D\u8981\u3001\u4F1A\u54E1\u306E\u65B9\u306F\u30ED\u30B0\u30A4\u30F3\u5F8C\u5229\u7528\u53EF\u80FD\u3001<1>\u4F1A\u54E1\u3078\u306E\u30A2\u30C3\u30D7\u30B0\u30EC\u30FC\u30C9\u306F\u3053\u3061\u3089",deepLCustomDescription:"\u6D77\u5916\u767A\u884C\u306E\u30AF\u30EC\u30B8\u30C3\u30C8\u30AB\u30FC\u30C9\u304C\u5FC5\u8981 <1>\u3002",deepLCustomName:"\u30AB\u30B9\u30BF\u30E0\u8A8D\u8A3C\u30AD\u30FC",chooseProviderLabel:"\u30B5\u30FC\u30D3\u30B9\u30FB\u30D7\u30ED\u30D0\u30A4\u30C0\u30FC\u306E\u9078\u629E",openaiProName:"\u6CA1\u5165\u578B\u7FFB\u8A33\u30D7\u30ED\u30E1\u30F3\u30D0\u30FC\uFF08\u63A8\u5968\uFF09",openaiProDescription:"\u73FE\u5728\u306E\u30D1\u30C3\u30B1\u30FC\u30B8\u306F\u76F4\u63A5\u4F7F\u7528\u3067\u304D\u308B",openaiProDescriptionForNormal:"\u30BB\u30C3\u30C8\u30A2\u30C3\u30D7\u4E0D\u8981\u3001\u4F1A\u54E1\u306E\u65B9\u306F\u30ED\u30B0\u30A4\u30F3\u5F8C\u5229\u7528\u53EF\u80FD\u3001<1>\u4F1A\u54E1\u3078\u306E\u30A2\u30C3\u30D7\u30B0\u30EC\u30FC\u30C9\u306F\u3053\u3061\u3089",openaiCustomDescription:"OpenAI\u3001Azure OpenAI\u3001\u307E\u305F\u306F\u305D\u306E\u4ED6\u306E\u30B5\u30FC\u30C9\u30D1\u30FC\u30C6\u30A3\u30B5\u30FC\u30D3\u30B9\u3067\u5229\u7528\u53EF\u80FD\u3067\u3059<1>\u3002",openaiCustomName:"\u30AB\u30B9\u30BF\u30E0API\u30AD\u30FC",needLoginAction:"(\u30AA\u30FC\u30D7\u30F3\u30FB\u30E1\u30F3\u30D0\u30FC\u307E\u305F\u306F\u30AB\u30B9\u30BF\u30DE\u30A4\u30BA\uFF09",goLoginOrAction:"(\u30E1\u30F3\u30D0\u30FC\u30B7\u30C3\u30D7\u3092\u958B\u304F\u304B\u3001\u8A2D\u5B9A\u306B\u9032\u3080)",yearly:"\u9023\u7D9A\u5E74\u6255\u3044\u3092\u3059\u308B",quarterly:"\u9806\u6B21\u5305\u88C5",monthly:"\u30DE\u30F3\u30B9\u30EA\u30FC\u30FB\u30B5\u30D6\u30B9\u30AF\u30EA\u30D7\u30B7\u30E7\u30F3",yearlyForOnce:"\u5E74\u9593\u30D1\u30C3\u30B1\u30FC\u30B8",monthlyForOnce:"\u67081\u56DE\u30D1\u30C3\u30B1\u30FC\u30B8",daily:"\u9023\u7D9A\u30D1\u30B1\u30C3\u30C8\u65E5",year:"\u9023\u7D9A\u5E74\u6255\u3044\u3092\u3059\u308B",quarter:"\u9806\u6B21\u5305\u88C5",month:"\u30DE\u30F3\u30B9\u30EA\u30FC\u30FB\u30B5\u30D6\u30B9\u30AF\u30EA\u30D7\u30B7\u30E7\u30F3",day:"\u9023\u7D9A\u30D1\u30B1\u30C3\u30C8\u65E5",onetime_7day:"7\u65E5\u9593\u4F53\u9A13\u30D1\u30C3\u30AF",currentPlanDescriptionForFree:"\u73FE\u5728\u306E\u30D1\u30C3\u30B1\u30FC\u30B8\uFF1A\u7121\u6599",currentPlanDescriptionForContinuous:"\u73FE\u5728\u306E\u30D1\u30C3\u30B1\u30FC\u30B8\uFF1A{plan}\u306F {endAt} \u306B\u81EA\u52D5\u66F4\u65B0\u3055\u308C\u307E\u3059\u3002",currentPlanDescriptionForAutoRenewCaceling:"\u73FE\u5728\u306E\u30D1\u30C3\u30B1\u30FC\u30B8\uFF1A{plan}\u306E\u6709\u52B9\u671F\u9650\u306F {endAt} \u3068\u306A\u308A\u3001\u6709\u52B9\u671F\u9650\u5207\u308C\u306B\u3088\u308B\u81EA\u52D5\u66F4\u65B0\u306F\u884C\u308F\u308C\u307E\u305B\u3093\u3002",currentYearlyPlanDescriptionForAutoRenewCacelingWithRealPaiedUser:"\u73FE\u5728\u306E\u30D1\u30C3\u30B1\u30FC\u30B8\u3001\uFF1A{plan}\u306F\u3001 {endAt} \u306B\u671F\u9650\u5207\u308C\u3068\u306A\u308A\u3001\u671F\u9650\u5207\u308C\u306B\u3088\u308B\u81EA\u52D5\u66F4\u65B0\u306F\u884C\u308F\u308C\u307E\u305B\u3093\u3002
<1>\u66F4\u65B0\u30D7\u30E9\u30F3\u306E\u7BA1\u7406\u306F\u3053\u3061\u3089",currentYearlyPlanDescriptionForAutoRenewCacelingWithAdmin:"\u73FE\u5728\u306E\u30D1\u30C3\u30B1\u30FC\u30B8\u3001\uFF1A{plan}\u306F\u3001 {endAt} \u306B\u671F\u9650\u5207\u308C\u3068\u306A\u308A\u3001\u671F\u9650\u5207\u308C\u306B\u3088\u308B\u81EA\u52D5\u66F4\u65B0\u306F\u884C\u308F\u308C\u307E\u305B\u3093\u3002
<1>\u7D99\u7D9A\u7684\u306A\u5E74\u9593\u8CFC\u8AAD\u3092\u6709\u52B9\u306B\u3059\u308B\u306B\u306F\u3001\u3053\u3053\u3092\u30AF\u30EA\u30C3\u30AF\u3057\u3066\u304F\u3060\u3055\u3044\u3002",currentPlanDescriptionForOneTime:"\u73FE\u5728\u306E\u8CFC\u8AAD\uFF1A{plan}\u306F {endAt} \u3067\u671F\u9650\u5207\u308C\u3068\u306A\u308A\u307E\u3059\u3002<1>\u5E74\u4F1A\u8CBB\u307E\u305F\u306F<2>\u6708\u4F1A\u8CBB<1>\u3078\u306E\u30A2\u30C3\u30D7\u30B0\u30EC\u30FC\u30C9\u306F\u3053\u3061\u3089\u3092\u30AF\u30EA\u30C3\u30AF\u3057\u3066\u304F\u3060\u3055\u3044\u3002",upgradePlan:"\u30D7\u30ED\u4F1A\u54E1\u3078\u306E\u30A2\u30C3\u30D7\u30B0\u30EC\u30FC\u30C9\u306F\u3053\u3061\u3089",upgradeToPro:"\u30D7\u30ED\u4F1A\u54E1\u3078\u306E\u30A2\u30C3\u30D7\u30B0\u30EC\u30FC\u30C9","popup.openPro":"DeepL\u3068OpenAI\u306E\u7FFB\u8A33\u3092\u304A\u697D\u3057\u307F\u3044\u305F\u3060\u304F\u306B\u306F\u3001Pro\u30E1\u30F3\u30D0\u30FC\u30B7\u30C3\u30D7\u306B\u30A2\u30C3\u30D7\u30B0\u30EC\u30FC\u30C9\u3057\u3066\u304F\u3060\u3055\u3044\uFF01","popup.openProForPro":"\u3042\u306A\u305F\u306F\u3001DeepL\u3068OpenAI\u306E\u7FFB\u8A33\u306B\u76F4\u63A5\u30A2\u30AF\u30BB\u30B9\u3067\u304D\u308B\u30D7\u30ED\u30E1\u30F3\u30D0\u30FC\u3067\u3059\uFF01",currentAccount:"\u5F53\u5EA7\u9810\u91D1",enableAutoSyncUserSettings:"\u8907\u6570\u306E\u30C7\u30D0\u30A4\u30B9\u9593\u3067\u81EA\u52D5\u30AF\u30E9\u30A6\u30C9\u540C\u671F\u304C\u53EF\u80FD",modalEnableInputTranslationTitle:"\u6CA1\u5165\u578B\u7FFB\u8A33\u5165\u529B\u30DC\u30C3\u30AF\u30B9 \u7FFB\u8A33\u30A2\u30E9\u30FC\u30C8",modalEnableInputTranslationDesc:"\u30B9\u30DA\u30FC\u30B9\u30D0\u30FC\u30923\u56DE\u9023\u6253\u3059\u308B\u3053\u3068\u3067\u3001Immersive Translation\u306E\u5165\u529B\u30DC\u30C3\u30AF\u30B9\u7FFB\u8A33\u304C\u958B\u59CB\u3055\u308C\u3001\u5165\u529B\u30DC\u30C3\u30AF\u30B9\u306E\u5185\u5BB9\u304C\u30C7\u30D5\u30A9\u30EB\u30C8\u306E\u30BF\u30FC\u30B2\u30C3\u30C8\u8A00\u8A9E\u306B\u7FFB\u8A33\u3055\u308C\u307E\u3059\u3002\u7FFB\u8A33\u306FCtrl+Z\u3067\u53D6\u308A\u6D88\u3059\u3053\u3068\u304C\u3067\u304D\u307E\u3059\u3002

\u3082\u3057\u3053\u308C\u304C\u9593\u9055\u3044\u3067\u3042\u3063\u305F\u3068\u3057\u3066\u3082\u3001\u4ECA\u56DE\u306F\u7121\u52B9\u306B\u3059\u308B\u304B\u3001\u6C38\u4E45\u306B\u5165\u529B\u30DC\u30C3\u30AF\u30B9\u306E\u7FFB\u8A33\u3092\u7121\u52B9\u306B\u3059\u308B\u304B\u3092\u9078\u629E\u3067\u304D\u307E\u3059\u306E\u3067\u3001\u3054\u5B89\u5FC3\u304F\u3060\u3055\u3044\u3002",saveAndNotShowAgain:"\u4FDD\u5B58\u3057\u3066\u30D7\u30ED\u30F3\u30D7\u30C8\u3092\u6B62\u3081\u308B",disableInputTranslationTips:"* {option} ,{learnMore}\u3067\u30C8\u30EA\u30AC\u30FC\u3059\u308B\u4ED6\u306E\u30B7\u30E7\u30FC\u30C8\u30AB\u30C3\u30C8\u3082\u8A2D\u5B9A\u3067\u304D\u308B\u3002",learnMore:"\u8A73\u7D30\u306F\u3053\u3061\u3089",continueEnalbeInputTranslation:"\u5F15\u304D\u7D9A\u304D\u5165\u529B\u30DC\u30C3\u30AF\u30B9\u306E\u7FFB\u8A33\u3092\u6709\u52B9\u306B\u3059\u308B",autoRenewTrialSuffix:'(\u30C8\u30E9\u30A4\u30A2\u30EB\u306E\u5834\u5408\u3001\u3059\u3050\u306B\u6B63\u4F1A\u54E1\u306B\u30A2\u30C3\u30D7\u30B0\u30EC\u30FC\u30C9)',upgradeFromTrialTitle:"\u6B63\u4F1A\u54E1\u3078\u306E\u30A2\u30C3\u30D7\u30B0\u30EC\u30FC\u30C9",subtitle:"\u30D3\u30C7\u30AA\u30AD\u30E3\u30D7\u30B7\u30E7\u30F3",youtubeService:"\u6620\u50CF\u5B57\u5E55\u7FFB\u8A33\u30B5\u30FC\u30D3\u30B9","subtitle.disabledSubtitle":"\u30D3\u30C7\u30AA\u5B57\u5E55\u6A5F\u80FD\u3092\u6C38\u4E45\u306B\u7121\u52B9\u306B\u3059\u308B","subtitle.disabledSubtitleDescription":"Immersive Translator\u306EVideo Subtitles\u304C\u4ED6\u306E\u62E1\u5F35\u6A5F\u80FD\u3068\u7AF6\u5408\u3059\u308B\u5834\u5408\u3001Immersive Translator\u306EVideo Subtitles\u306E\u6A5F\u80FD\u3092\u6C38\u4E45\u7684\u306B\u7121\u52B9\u306B\u3059\u308B\u304B\u3001\u7AF6\u5408\u3059\u308B\u4ED6\u306E\u62E1\u5F35\u6A5F\u80FD\u3092\u30A2\u30F3\u30A4\u30F3\u30B9\u30C8\u30FC\u30EB\u3059\u308B\u3053\u3068\u304C\u3067\u304D\u307E\u3059\u3002","subtitle.autoEnableSubtitle":"\u30D0\u30A4\u30EA\u30F3\u30AC\u30EB\u5B57\u5E55\u306E\u81EA\u52D5\u4F7F\u7528","subtitle.autoEnableSubtitleDescription":"\u6709\u52B9\u306B\u3057\u305F\u5F8C\u3001\u30D3\u30C7\u30AA\u304C\u518D\u751F\u3055\u308C\u308B\u3068\u304D\u306F\u3001\u81EA\u52D5\u7684\u306B\u4E8C\u304B\u56FD\u8A9E\u306E\u5B57\u5E55\u304C\u8868\u793A\u3055\u308C\u307E\u3059\u3002\u305D\u308C\u4EE5\u5916\u306E\u5834\u5408\u306F\u3001\u7FFB\u8A33\u30DC\u30BF\u30F3\u3092\u30AF\u30EA\u30C3\u30AF\u3059\u308B\u5FC5\u8981\u304C\u3042\u308A\u307E\u3059\u3002","subtitle.preTranslation":"\u6CA1\u5165\u578B\u7FFB\u8A33\u3067\u5B57\u5E55\u3092\u7FFB\u8A33","subtitle.preTranslationDescription":"\u6709\u52B9\u306E\u5834\u5408\u3001\u5B57\u5E55\u5168\u4F53\u304C\u4EE5\u4E0B\u306B\u6307\u5B9A\u3059\u308B\u7FFB\u8A33\u30B5\u30FC\u30D3\u30B9\u3092\u4F7F\u3063\u3066\u4E8B\u524D\u306B\u7FFB\u8A33\u3055\u308C\u30011\u6642\u9593\u306E\u52D5\u753B\u3067\u7D0450,000\u30C8\u30FC\u30AF\u30F3\uFF08\u6587\u5B57\u6570\uFF09\u3092\u6D88\u8CBB\u3057\u307E\u3059\u306E\u3067\u3001\u3054\u81EA\u8EAB\u306E\u5224\u65AD\u3067\u3054\u5229\u7528\u304F\u3060\u3055\u3044\u3002\u7121\u52B9\u306E\u5834\u5408\u3001\u30AA\u30EA\u30B8\u30CA\u30EB\u306E\u5B57\u5E55\u304C\u6700\u521D\u306B\u4F7F\u7528\u3055\u308C\u307E\u3059\u3002","subtitle.humanSubtitlesPreferred":"\u30D2\u30E5\u30FC\u30DE\u30F3\u30FB\u30AD\u30E3\u30D7\u30B7\u30E7\u30F3\u306E\u512A\u5148\u4F7F\u7528","subtitle.humanSubtitlesPreferredDescription":"\u30D3\u30C7\u30AA\u306B\u30BF\u30FC\u30B2\u30C3\u30C8\u8A00\u8A9E\u306E\u5B57\u5E55\u304C\u3042\u308B\u5834\u5408\u3001\u4EBA\u9593\u306E\u5B57\u5E55\u3092\u512A\u5148\u7684\u306B\u4F7F\u7528\u3059\u308B\uFF08\u63A8\u5968\uFF09",videoSubtitleTranslationDescription:"\u30D3\u30C7\u30AA\u5B57\u5E55\u7528\u306B\u5225\u306E\u7FFB\u8A33\u30B5\u30FC\u30D3\u30B9\u3092\u5272\u308A\u5F53\u3066\u308B",subtitleTranslating:"{service} \u3001\u5B57\u5E55\u3092\u7FFB\u8A33\u3057\u3066\u3044\u307E\u3059\u3002(\u30A4\u30DE\u30FC\u30B8\u30E7\u30F3\u7FFB\u8A33)",subtitleLoading:"\u5B57\u5E55\u3092\u8AAD\u307F\u8FBC\u3093\u3067\u3044\u307E\u3059...",bilingual:"\u30D0\u30A4\u30EA\u30F3\u30AC\u30EA\u30BA\u30E0","field.action":"\u767E\u5EA6\u7528\u8A9E\u3092\u6709\u52B9\u306B\u3059\u308B\u304B\u3069\u3046\u304B","description.action":"\u6709\u52B9\u5316\u3055\u308C\u308B\u3068\u3001\u30EA\u30AF\u30A8\u30B9\u30C8\u306Baction=1\u30D1\u30E9\u30E1\u30FC\u30BF\u304C\u8FFD\u52A0\u3055\u308C\u3001\u6709\u52B9\u5316\u3055\u308C\u305F\u7528\u8A9E\u3092Baidu\u306B\u901A\u77E5\u3059\u308B<1>\u3002",closeQuickTranslation:"\u30AF\u30ED\u30FC\u30BA\u30FB\u30DB\u30D0\u30FC\u30DC\u30FC\u30EB","closeQuickTranslation.untilNext":"\u4ECA\u56DE\u306F\u6B21\u56DE\u307E\u3067\u304A\u4F11\u307F","closeQuickTranslation.currentWebsite":"\u73FE\u5728\u306E\u30B5\u30A4\u30C8\u306F\u4F7F\u7528\u4E0D\u53EF","closeQuickTranslation.alwaysClose":"\u6C38\u4E45\u306B\u7121\u52B9\u306B\u3059\u308B","closeQuickTranslation.settingOpen":"<1>(\u8A2D\u5B9A\u30DA\u30FC\u30B8\u3067\u30AA\u30F3\u306B\u3067\u304D\u308B\uFF09","closeQuickTranslation.cancel":"\u30AD\u30E3\u30F3\u30BB\u30EB","closeQuickTranslation.confirm":"\u5B9A\u7FA9\u3059\u308B","floatBall.popup":"\u30AF\u30A4\u30C3\u30AF\u8A2D\u5B9A\u30D1\u30CD\u30EB\u3092\u958B\u304F","floatBall.translate":"\u30AF\u30EA\u30C3\u30AF\u3057\u3066\u30DA\u30FC\u30B8\u3092\u7FFB\u8A33\u3059\u308B","floatBall.showOriginal":"\u30AF\u30EA\u30C3\u30AF\u3057\u3066\u5143\u306E\u8A18\u4E8B\u306B\u623B\u308B","floatBall.close":"\u30AF\u30ED\u30FC\u30BA\u30FB\u30DB\u30D0\u30FC\u30DC\u30FC\u30EB","floatBallOptions.enableDescPc":"\u30DA\u30FC\u30B8\u306E\u30DB\u30D0\u30FC\u30DC\u30FC\u30EB\u3092\u6709\u52B9\u306B\u3059\u308B\u3068\u3001\u30DA\u30FC\u30B8\u306E\u53F3\u5074\u306B\u30AF\u30A4\u30C3\u30AF\u7FFB\u8A33\u30DC\u30BF\u30F3\u304C\u8868\u793A\u3055\u308C\u307E\u3059\uFF01","floatBallOptions.enableDesc":"\u30DB\u30D0\u30FC\u30DC\u30FC\u30EB\u3092\u30AA\u30D5\u306B\u3057\u305F\u5F8C\u3001{touch}\u3002\u3046\u3063\u304B\u308A\u3053\u306E\u30AA\u30D7\u30B7\u30E7\u30F3\u3092\u30AA\u30D5\u306B\u3057\u305F\u5F8C\u3001\u30DB\u30D0\u30FC\u30DC\u30FC\u30EB\u304C\u898B\u3064\u304B\u3089\u306A\u3044\u5834\u5408\u306B\u5099\u3048\u3066\u3001\u3053\u306E\u8A2D\u5B9A\u30DA\u30FC\u30B8\u3092\u30D6\u30C3\u30AF\u30DE\u30FC\u30AF\u3057\u3066\u304A\u304F\u3053\u3068\u3092\u5F37\u304F\u304A\u52E7\u3081\u3057\u307E\u3059\uFF01","description.azureApiUrl":"\u30AB\u30B9\u30BF\u30E0API\u30A4\u30F3\u30BF\u30FC\u30D5\u30A7\u30FC\u30B9\u306E\u30A2\u30C9\u30EC\u30B9\u3092\u8A18\u5165\u3059\u308B\u3002",confirmSupportMouse:"\u30DE\u30A6\u30B9\u30B5\u30DD\u30FC\u30C8\u3092\u5F37\u5236\u7684\u306B\u6709\u52B9\u306B\u3059\u308B",confirmSupportMouseDescription:"\u73FE\u5728\u306E\u30D6\u30E9\u30A6\u30B6\u304C\u30DE\u30A6\u30B9\u6A5F\u80FD\u3092\u30B5\u30DD\u30FC\u30C8\u3057\u3066\u3044\u306A\u3044\u3053\u3068\u3092\u691C\u51FA\u3057\u307E\u3057\u305F\u3002",sampleTargetText:"\u9577\u3044\u591C\u304C\u8A2A\u308C\u3001\u79C1\u306F\u3053\u306E\u65E5\u304B\u3089\u6B7B\u306C\u307E\u3067\u898B\u5F35\u308A\u7D9A\u3051\u308B\u3002\u79C1\u306F\u59BB\u3092\u5A36\u3089\u305A\u3001\u9818\u5730\u3092\u4F5C\u3089\u305A\u3001\u5B50\u3092\u3082\u3046\u3051\u306A\u3044\u3002\u79C1\u306F\u738B\u51A0\u3092\u304B\u3076\u3089\u305A\u3001\u540D\u8A89\u306E\u305F\u3081\u306B\u52AA\u529B\u3057\u306A\u3044\u3002\u79C1\u306F\u81EA\u5206\u306E\u7FA9\u52D9\u3092\u679C\u305F\u3057\u3001\u751F\u304D\u3066\u6B7B\u306C\u3002",sampleSourceText:"Night gathers, and now my watch begins. It shall not end until my death. I shall take no wife, hold no lands, father no children. I shall wear no crowns and win no glory. I shall live and die at my post.","subtitle.supportedSites":"\u5DF2\u652F\u6301\u5728\u8FD9\u4E9B\u7F51\u7AD9\u4F7F\u7528\u53CC\u8BED\u5B57\u5E55\uFF08\u6CE8\u610F\uFF1A\u7531\u4E8E\u6280\u672F\u9650\u5236\uFF0C\u90E8\u5206\u7F51\u7AD9\u5728\u9996\u6B21\u5F00\u542F\u5B57\u5E55\u540E\u9700\u8981\u91CD\u65B0\u5237\u65B0\u9875\u9762\uFF0C\u6216\u8005\u9700\u7B49\u5F85\u7FFB\u8BD1\u5B8C\u6210\u4EE5\u663E\u793A\u53CC\u8BED\u5B57\u5E55\uFF09\uFF1A",viewWithImmersiveTranslate:"\u53CC\u8BED\u7248\u672C(\u6C89\u6D78\u5F0F\u7FFB\u8BD1)",errorReason:"\u9519\u8BEF\u539F\u56E0\uFF1A{message}","proQuotaExceededError.onetime7day":'\uFF0C\u60A8\u53EF\u4EE5\u9009\u62E9\u4EE5\u4E0B\u65B9\u5F0F\u89E3\u51B3\uFF1A

1. \u5207\u6362\u5230 {anotherService} \u6216\u5176\u4ED6\u7FFB\u8BD1\u670D\u52A1
2. \u5347\u7EA7\u4E3A\u6708\u5EA6/\u5E74\u5EA6\u4F1A\u5458',"proQuotaExceededError.trial":'\uFF0C\u60A8\u53EF\u4EE5\u9009\u62E9\u4EE5\u4E0B\u65B9\u5F0F\u89E3\u51B3\uFF1A

1. \u5207\u6362\u5230 {anotherService} \u6216\u5176\u4ED6\u7FFB\u8BD1\u670D\u52A1
2. \u7ACB\u523B\u5347\u7EA7\u4E3A\u6B63\u5F0F\u4F1A\u5458',"proQuotaExceededError.nonTrial":'\uFF0C\u60A8\u53EF\u4EE5\u9009\u62E9\u4EE5\u4E0B\u65B9\u5F0F\u89E3\u51B3\uFF1A

1. \u5207\u6362\u5230 {anotherService} \u6216\u5176\u4ED6\u7FFB\u8BD1\u670D\u52A1
2. \u8D2D\u4E70 {translationService} \u989D\u5916\u6D41\u91CF\u5305',"proQuotaExceededError.resetTime":"
3. \u989D\u5EA6\u91CD\u7F6E\u65F6\u95F4\uFF1A{resetTime}","desc.touchShortcutsToggleTranslatePageOnlyTranslation":"\u300C\u8A33\u6587\u306E\u307F\u300D\u306F\u3001\u8A33\u6587\u306E\u307F\u3092\u8868\u793A\u3059\u308B\u3053\u3068\u3092\u610F\u5473\u3057\u3001\u30DA\u30FC\u30B8\u304C\u307E\u3060\u7FFB\u8A33\u3055\u308C\u3066\u3044\u306A\u3044\u5834\u5408\u306F\u3001\u30E2\u30FC\u30C9\u3092\u5207\u308A\u66FF\u3048\u3066\u7FFB\u8A33\u3057\u307E\u3059\u3002","desc.toggleOnlyTransation":"\u300C\u8A33\u6587\u306E\u307F\u30E2\u30FC\u30C9\u300D\u3068\u306F\u3001\u8A33\u6587\u306E\u307F\u3092\u8868\u793A\u3059\u308B\u3053\u3068\u3092\u6307\u3057\u3001\u30DA\u30FC\u30B8\u304C\u307E\u3060\u7FFB\u8A33\u3055\u308C\u3066\u3044\u306A\u3044\u5834\u5408\u306F\u3001\u30E2\u30FC\u30C9\u3092\u5207\u308A\u66FF\u3048\u3066\u7FFB\u8A33\u3057\u307E\u3059\u3002",touchShortcutsToggleTranslatePageOnlyTranslation:"\u30BF\u30C3\u30C1\u30B9\u30AF\u30EA\u30FC\u30F3\u30B8\u30A7\u30B9\u30C1\u30E3\u30FC\u3092\u8A2D\u5B9A\u3057\u3066\u3001\u30D0\u30A4\u30EA\u30F3\u30AC\u30EB/\u7FFB\u8A33\u30C6\u30AD\u30B9\u30C8\u306E\u307F\u306E\u30E2\u30FC\u30C9\u3092\u5207\u308A\u66FF\u3048\u307E\u3059",download_started:"\u30C0\u30A6\u30F3\u30ED\u30FC\u30C9\u304C\u958B\u59CB\u3055\u308C\u307E\u3057\u305F\u3002\u81EA\u52D5\u7684\u306B\u30C0\u30A6\u30F3\u30ED\u30FC\u30C9\u3055\u308C\u306A\u3044\u5834\u5408\u306F\u3001\u624B\u52D5\u3067\u30AF\u30EA\u30C3\u30AF\u3057\u3066\u304F\u3060\u3055\u3044\u3002",here:"\u3053\u3053","desc.toggleVideoSubtitlePreTranslation":"\u62BC\u3059\u3068\u3001\u30D3\u30C7\u30AA\u306E\u4E8C\u8A00\u8A9E\u5B57\u5E55\u306F\u3001\u307E\u305A\u6CA1\u5165\u578B\u7FFB\u8A33\u306E\u8A2D\u5B9A\u3092\u512A\u5148\u7684\u306B\u4F7F\u7528\u3057\u307E\u3059\u3002\u518D\u5EA6\u62BC\u3059\u3068\u3001\u5143\u306E\u30D3\u30C7\u30AA\u306B\u7D44\u307F\u8FBC\u307E\u308C\u305F\u6A5F\u68B0\u7FFB\u8A33\u5B57\u5E55\u3092\u512A\u5148\u7684\u306B\u4F7F\u7528\u3057\u307E\u3059\u3002\u6CE8\u610F\uFF1A\u3053\u306E\u30B7\u30E7\u30FC\u30C8\u30AB\u30C3\u30C8\u3067\u5909\u66F4\u3055\u308C\u308B\u306E\u306F\u5168\u4F53\u306E\u8A2D\u5B9A\u3067\u3059\u3002",videoSubtitlePreTranslationOn:"\u30D3\u30C7\u30AA\u306E\u5B57\u5E55\u306F\u3001\u512A\u5148\u7684\u306B\u6CA1\u5165\u578B\u306E\u7FFB\u8A33\u3092\u4F7F\u7528\u3057\u307E\u3059",videoSubtitlePreTranslationOff:"\u30D3\u30C7\u30AA\u306E\u5B57\u5E55\u306F\u3001\u5143\u306E\u30D3\u30C7\u30AA\u306B\u4ED8\u5C5E\u306E\u6A5F\u68B0\u7FFB\u8A33\u5B57\u5E55\u3092\u512A\u5148\u7684\u306B\u4F7F\u7528\u3057\u307E\u3059\u3002",translationFont:"\u30D5\u30A9\u30F3\u30C8\u3092\u8A2D\u5B9A\u3059\u308B","translationFont.custom":"\u30AB\u30B9\u30BF\u30E0\u30D5\u30A9\u30F3\u30C8\u3092\u5165\u529B\u3057\u3066\u304F\u3060\u3055\u3044","translationFont.customPlaceholder":"\u30D5\u30A9\u30F3\u30C8","translationFont.notSupportErrorMessage":"\u3042\u306A\u305F\u304C\u5165\u529B\u3057\u305F\u30D5\u30A9\u30F3\u30C8\u540D\u304C\u6B63\u3057\u3044\u304B\u78BA\u8A8D\u3059\u308B\u304B\u3001\u305D\u306E\u30D5\u30A9\u30F3\u30C8\u304C\u3042\u306A\u305F\u306E\u30C7\u30D0\u30A4\u30B9\u306B\u30A4\u30F3\u30B9\u30C8\u30FC\u30EB\u3055\u308C\u3066\u3044\u308B\u3053\u3068\u3092\u78BA\u8A8D\u3057\u3066\u304F\u3060\u3055\u3044\u3002","touch.mouse-translate":"\u6307\u5B9A\u3055\u308C\u305F\u6BB5\u843D\u3092\u7FFB\u8A33\u3057\u3066\u304F\u3060\u3055\u3044","translationServices.inherit":"\u4E3B\u306A\u7FFB\u8A33\u30B5\u30FC\u30D3\u30B9\u306B\u5F93\u3063\u3066\u304F\u3060\u3055\u3044\u3002","error.serveConfigError":"\u30B5\u30FC\u30D3\u30B9\u8A2D\u5B9A\u30A8\u30E9\u30FC","error.reloadPageOfSetting":"\u8A2D\u5B9A\u5F8C\u3001\u30DA\u30FC\u30B8\u3092\u30EA\u30D5\u30EC\u30C3\u30B7\u30E5\u3057\u3066\u518D\u5EA6\u7FFB\u8A33\u3057\u3066\u304F\u3060\u3055\u3044\u3002","error.googleLimitIp":"\u30B5\u30FC\u30D3\u30B9\u304C\u30A8\u30E9\u30FC\u3092\u8FD4\u3057\u307E\u3057\u305F\u3002Google\u30B5\u30FC\u30D3\u30B9\u306F\u3053\u306EIP\u30A2\u30C9\u30EC\u30B9\u306B\u5BFE\u3057\u3066\u6D41\u91CF\u5236\u9650\u3092\u884C\u3063\u3066\u3044\u307E\u3059\u3002\u30CD\u30C3\u30C8\u30EF\u30FC\u30AF\u30CE\u30FC\u30C9\u306E\u5909\u66F4\u3092\u304A\u52E7\u3081\u3057\u307E\u3059\u3002","error.openAIFreeLimit":"\u30B5\u30FC\u30D3\u30B9\u304C\u30A8\u30E9\u30FC\u3092\u8FD4\u3057\u307E\u3057\u305F\u3002\u73FE\u5728\u306E\u7FFB\u8A33\u30EA\u30AF\u30A8\u30B9\u30C8\u306E\u983B\u5EA6\u306F\u30011\u5206\u3042\u305F\u308A\u6700\u59273\u56DE\u306E\u4E0A\u9650\u306B\u9054\u3057\u3066\u3044\u307E\u3059\u3002\u5F8C\u307B\u3069\u518D\u5EA6\u304A\u8A66\u3057\u304F\u3060\u3055\u3044\u3002\uFF08\u3053\u308C\u306FOpenAI\u516C\u5F0F\u304C\u7121\u6599\u306EAPI Key\u306B\u5BFE\u3059\u308B\u5236\u9650\u3067\u3001\u3053\u306E\u5236\u9650\u3092\u89E3\u9664\u3059\u308B\u306B\u306F\u3001OpenAI\u306E\u30D0\u30C3\u30AF\u30A8\u30F3\u30C9\u3067\u30AF\u30EC\u30B8\u30C3\u30C8\u30AB\u30FC\u30C9\u3092\u767B\u9332\u3057\u3066\u304F\u3060\u3055\u3044\u3002\uFF09","error.openAIExceededQuota":"\u30B5\u30FC\u30D3\u30B9\u30A8\u30E9\u30FC\u304C\u8FD4\u3055\u308C\u307E\u3057\u305F\uFF1A\u73FE\u5728\u306EOpenAI\u30A2\u30AB\u30A6\u30F3\u30C8\u306E\u6B8B\u9AD8\u304C\u4E0D\u8DB3\u3057\u3066\u3044\u307E\u3059\u3002OpenAI\u306E\u516C\u5F0F\u30D0\u30C3\u30AF\u30A8\u30F3\u30C9\u3067\u30C1\u30E3\u30FC\u30B8\u3059\u308B\u304B\u3001\u30AF\u30EC\u30B8\u30C3\u30C8\u30AB\u30FC\u30C9\u3092\u767B\u9332\u3057\u3066\u304F\u3060\u3055\u3044\u3002","error.429":"\u30B5\u30FC\u30D3\u30B9\u304C\u30A8\u30E9\u30FC\u3092\u8FD4\u3057\u307E\u3057\u305F\u3002\u3053\u308C\u306F\u3001\u30EA\u30AF\u30A8\u30B9\u30C8\u304C\u983B\u7E41\u3059\u304E\u308B\u304B\u3001\u5236\u9650\u3092\u8D85\u3048\u3066\u3044\u308B\u3053\u3068\u3092\u793A\u3057\u3066\u3044\u307E\u3059\u3002\u5F8C\u3067\u3082\u3046\u4E00\u5EA6\u304A\u8A66\u3057\u304F\u3060\u3055\u3044\u3002","error.403":"\u30B5\u30FC\u30D3\u30B9\u304C\u30A8\u30E9\u30FC\u3092\u8FD4\u3057\u307E\u3057\u305F\u3001\u73FE\u5728\u305D\u306E\u30B5\u30FC\u30D3\u30B9\u306B\u30A2\u30AF\u30BB\u30B9\u3059\u308B\u6A29\u9650\u304C\u3042\u308A\u307E\u305B\u3093\u3002","error.400":"\u30B5\u30FC\u30D3\u30B9\u304C\u30A8\u30E9\u30FC\u3092\u8FD4\u3057\u307E\u3057\u305F\u3001\u30EA\u30AF\u30A8\u30B9\u30C8\u30D1\u30E9\u30E1\u30FC\u30BF\u304C\u9593\u9055\u3063\u3066\u3044\u307E\u3059\u3001\u5BFE\u5FDC\u3059\u308B\u8A2D\u5B9A\u3092\u78BA\u8A8D\u3057\u3066\u304F\u3060\u3055\u3044\u3002","error.502":"\u30B5\u30FC\u30D3\u30B9\u304C\u30A8\u30E9\u30FC\u3092\u8FD4\u3057\u307E\u3057\u305F\u3001\u30B5\u30FC\u30D3\u30B9\u304C\u30BF\u30A4\u30E0\u30A2\u30A6\u30C8\u3057\u307E\u3057\u305F\u3001\u5F8C\u3067\u3082\u3046\u4E00\u5EA6\u304A\u8A66\u3057\u304F\u3060\u3055\u3044\u3002","error.proTokenInvalid":"\u3082\u3057\u3042\u306A\u305F\u304CPro\u30E6\u30FC\u30B6\u30FC\u3067\u3042\u308C\u3070\u3001\u30ED\u30B0\u30A4\u30F3\u5F8C\u306BPro\u7FFB\u8A33\u30B5\u30FC\u30D3\u30B9\u3092\u3054\u5229\u7528\u304F\u3060\u3055\u3044\u3002","error.proUpgrade":"\u30A2\u30C3\u30D7\u30B0\u30EC\u30FC\u30C9\u5F8C\u3001\u30DA\u30FC\u30B8\u3092\u66F4\u65B0\u3057\u3066\u518D\u5EA6\u7FFB\u8A33\u3057\u3066\u304F\u3060\u3055\u3044\u3002","error.configError":"\u8A2D\u5B9A\u30C7\u30FC\u30BF\u304C\u7570\u5E38\u3067\u3059","error.goReset":"\u30EA\u30BB\u30C3\u30C8\u306B\u884C\u304F",batchEdit:"\u4E00\u62EC\u64CD\u4F5C","translationModeLang.translation.title":"\u7FFB\u8A33\u306E\u307F\u30E2\u30FC\u30C9\u306E\u8A00\u8A9E","translationModeLang.translation.description":"\u30DA\u30FC\u30B8\u306E\u8A00\u8A9E\u304C\u4EE5\u4E0B\u306E\u8A00\u8A9E\u306E\u5834\u5408\u3001\u81EA\u52D5\u7684\u306B\u7FFB\u8A33\u6587\u306E\u307F\u306E\u30E2\u30FC\u30C9\u3092\u4F7F\u7528\u3057\u307E\u3059\u3002","translationModeUrl.translation.title":"\u7FFB\u8A33\u306E\u307F\u30E2\u30FC\u30C9\u306E\u30A6\u30A7\u30D6\u30B5\u30A4\u30C8","translationModeUrl.translation.description":"\u4EE5\u4E0B\u306E\u30C9\u30E1\u30A4\u30F3\u306E\u30A6\u30A7\u30D6\u30B5\u30A4\u30C8\u3067\u306F\u3001\u81EA\u52D5\u7684\u306B\u7FFB\u8A33\u30C6\u30AD\u30B9\u30C8\u306E\u307F\u306E\u30E2\u30FC\u30C9\u304C\u4F7F\u7528\u3055\u308C\u307E\u3059\u3002","error.serveUnavailable":"\u3042\u306A\u305F\u304C\u73FE\u5728\u4F7F\u7528\u3057\u3066\u3044\u308B[{serverName}]\u30B5\u30FC\u30D3\u30B9\u306F\u3001\u30CD\u30C3\u30C8\u30EF\u30FC\u30AF\u63A5\u7D9A\u3084\u30B5\u30FC\u30D3\u30B9\u30D7\u30ED\u30D0\u30A4\u30C0\u306E\u554F\u984C\u306B\u3088\u308A\u4E00\u6642\u7684\u306B\u30A2\u30AF\u30BB\u30B9\u3067\u304D\u307E\u305B\u3093\u3002\u30DA\u30FC\u30B8\u3092\u30EA\u30D5\u30EC\u30C3\u30B7\u30E5\u3059\u308B\u304B\u3001<1>\u8A2D\u5B9A\u304B\u3089\u4ED6\u306E\u7FFB\u8A33\u30B5\u30FC\u30D3\u30B9\u306B\u5207\u308A\u66FF\u3048\u308B\u3053\u3068\u3092\u304A\u52E7\u3081\u3057\u307E\u3059\u3002\u3082\u3057<2>Pro\u4F1A\u54E1\u3067\u3042\u308C\u3070\u3001\u3088\u308A\u5B89\u5B9A\u3057\u305FDeepL\u307E\u305F\u306FOpenAI\u306E\u7FFB\u8A33\u30B5\u30FC\u30D3\u30B9\u3092\u9078\u629E\u3059\u308B\u3053\u3068\u304C\u3067\u304D\u307E\u3059\uFF08<3>\u3053\u3053\u3092\u30AF\u30EA\u30C3\u30AF\u3057\u3066\u7121\u6599\u4F53\u9A13\uFF09\u3002\u307E\u305F\u3001\u30CD\u30C3\u30C8\u30EF\u30FC\u30AF\u3084\u30D7\u30ED\u30AD\u30B7\u8A2D\u5B9A\u3092\u78BA\u8A8D\u3059\u308B\u5FC5\u8981\u304C\u3042\u308B\u304B\u3082\u3057\u308C\u307E\u305B\u3093\u3002",detectServiceLoading:"\u5229\u7528\u53EF\u80FD\u306A\u7FFB\u8A33\u30B5\u30FC\u30D3\u30B9\u3092\u691C\u51FA\u4E2D...",toggleToService:"{service}\u306B\u5207\u308A\u66FF\u3048\u3066\u518D\u8A66\u884C\u3057\u3066\u304F\u3060\u3055\u3044\u3002","error.gemini.429":"\u73FE\u5728\u306EGemini\u30B5\u30FC\u30D3\u30B9\u306E\u73FE\u5728\u306E\u8CA0\u8377\u80FD\u529B\u304C\u4E0A\u9650\u306B\u9054\u3057\u3066\u3044\u307E\u3059\u306E\u3067\u3001\u5F8C\u307B\u3069\u518D\u5EA6\u304A\u8A66\u3057\u3044\u305F\u3060\u304F\u304B\u3001\u4ED6\u306E\u7FFB\u8A33\u30B5\u30FC\u30D3\u30B9\u306B\u5207\u308A\u66FF\u3048\u3066\u304F\u3060\u3055\u3044\u3002",enableSentryReport:"\u62E1\u5F35\u304C\u30A8\u30E9\u30FC\u3092\u8D77\u3053\u3057\u305F\u3068\u304D\u3001Sentry\u3092\u4F7F\u7528\u3057\u3066\u30D5\u30A3\u30FC\u30C9\u30D0\u30C3\u30AF\u3092\u63D0\u51FA\u3057\u3066\u304F\u3060\u3055\u3044\u3002",goLogin:"\u30ED\u30B0\u30A4\u30F3\u3057\u3066\u304F\u3060\u3055\u3044","translationServices.gemini":"\u30B8\u30A7\u30DF\u30CB","error.reason":"\u30A8\u30E9\u30FC\u306E\u539F\u56E0","widget.translateFile":"PDF/ePub",touchShortcutsOff:"\u9589\u3058\u308B","error.retry":"\u518D\u8A66\u884C","multipleClick.4":"\u56DB\u9023\u6483",shortcutSettings:"\u30B7\u30E7\u30FC\u30C8\u30AB\u30C3\u30C8\u30AD\u30FC","multipleClick.3":"\u30C8\u30EA\u30D7\u30EB\u30B9\u30C8\u30E9\u30A4\u30AF",notLogin:"\u30ED\u30B0\u30A4\u30F3\u3057\u3066\u3044\u307E\u305B\u3093","slide.right":"\u5DE6\u306B\u30B9\u30EF\u30A4\u30D7\u3057\u3066\u304F\u3060\u3055\u3044",translationOnlyMode:"\u8A33\u6587\u306E\u307F\u30E2\u30FC\u30C9","widget.videoSubtitle":"\u30D3\u30C7\u30AA\u5B57\u5E55",paragraphMinTextCountField:"\u7FFB\u8A33\u6BB5\u843D\u306B\u5FC5\u8981\u306A\u6700\u5C0F\u6587\u5B57\u6570","subtitle.hideQuickButton":"\u3053\u306E\u30B7\u30E7\u30FC\u30C8\u30AB\u30C3\u30C8\u3092\u8868\u793A\u3057\u306A\u3044","floatBall.iKnow":"\u308F\u304B\u308A\u307E\u3057\u305F",contact:"\u79C1\u305F\u3061\u306B\u9023\u7D61\u3057\u3066\u304F\u3060\u3055\u3044","widget.instructionTooltip":"\u4F7F\u7528\u8AAC\u660E\u3092\u78BA\u8A8D\u3057\u3066\u304F\u3060\u3055\u3044","tagsInput.add":"+ \u8FFD\u52A0",loggedIn:"\u30ED\u30B0\u30A4\u30F3\u6E08\u307F","intro.floatBallTitle":"\u30AF\u30A4\u30C3\u30AF\u7FFB\u8A33\u30D5\u30ED\u30FC\u30C8\u30DC\u30FC\u30EB",pickAll:"\u3059\u3079\u3066\u9078\u629E","error.subscriptionExpiredTitle":"\u4F1A\u54E1\u304C\u671F\u9650\u5207\u308C\u306B\u306A\u308A\u307E\u3057\u305F","widget.instruction":"\u4F7F\u7528\u8AAC\u660E","shortcutGroup.main":"\u4E00\u822C\u7684\u306A\u6A5F\u80FD\u306E\u30B7\u30E7\u30FC\u30C8\u30AB\u30C3\u30C8\u30AD\u30FC","subtitle.bilingual":"\u30D0\u30A4\u30EA\u30F3\u30AC\u30EB\u5B57\u5E55",alwaysTranslateThisSite:"\u5E38\u306B\u3053\u306E\u30A6\u30A7\u30D6\u30B5\u30A4\u30C8\u3092\u7FFB\u8A33\u3057\u3066\u304F\u3060\u3055\u3044\u3002",mouseHoverCustomKeyTitle:"\u30AB\u30B9\u30BF\u30E0\u30DE\u30A6\u30B9\u30DB\u30D0\u30FC\u30B7\u30E7\u30FC\u30C8\u30AB\u30C3\u30C8","shortcutGroup.mouse":"\u30DE\u30A6\u30B9\u30DB\u30D0\u30FC\u30B7\u30E7\u30FC\u30C8\u30AB\u30C3\u30C8\u8A2D\u5B9A","browser.translateWithGemini":"\u73FE\u5728\u306E\u30DA\u30FC\u30B8\u3092\u4E00\u6642\u7684\u306BGemini\u3067\u7FFB\u8A33\u3057\u3066\u304F\u3060\u3055\u3044",shortcutSettingsTitle:"\u30B7\u30E7\u30FC\u30C8\u30AB\u30C3\u30C8\u30AD\u30FC\u306E\u8A2D\u5B9A","subtitle.showQuickButton":"\u30D7\u30EC\u30FC\u30E4\u30FC\u306B\u4E8C\u8A00\u8A9E\u5B57\u5E55\u306E\u30B7\u30E7\u30FC\u30C8\u30AB\u30C3\u30C8\u3092\u8868\u793A\u3059\u308B","browser.translateWithOpenAI":"\u4E00\u6642\u7684\u306BOpenAI\u3092\u4F7F\u3063\u3066\u73FE\u5728\u306E\u30DA\u30FC\u30B8\u3092\u7FFB\u8A33\u3057\u3066\u304F\u3060\u3055\u3044","browser.translateInputBox":"\u73FE\u5728\u306E\u5165\u529B\u30DC\u30C3\u30AF\u30B9\u306E\u5185\u5BB9\u3092\u7FFB\u8A33\u3057\u3066\u304F\u3060\u3055\u3044\u3002","browser.translateWithDeepL":"\u73FE\u5728\u306E\u30DA\u30FC\u30B8\u3092\u4E00\u6642\u7684\u306BDeepL\u3067\u7FFB\u8A33\u3057\u3066\u304F\u3060\u3055\u3044\u3002","browser.translateWithGoogle":"\u4E00\u6642\u7684\u306BGoogle\u7FFB\u8A33\u3067\u73FE\u5728\u306E\u30DA\u30FC\u30B8\u3092\u7FFB\u8A33\u3057\u3066\u304F\u3060\u3055\u3044\u3002",temprarilyChangeTranslationTo_openai:"\u73FE\u5728\u3001OpenAI\u3092\u4F7F\u7528\u3057\u3066\u73FE\u5728\u306E\u30DA\u30FC\u30B8\u3092\u7FFB\u8A33\u3057\u3066\u3044\u307E\u3059",temprarilyChangeTranslationTo_deepl:"\u73FE\u5728\u3001DeepL\u3092\u4F7F\u7528\u3057\u3066\u73FE\u5728\u306E\u30DA\u30FC\u30B8\u3092\u7FFB\u8A33\u3057\u3066\u3044\u307E\u3059","intro.subtitleTitle":"\u30AA\u30F3\u30E9\u30A4\u30F3\u30D3\u30C7\u30AA\u306E\u30D0\u30A4\u30EA\u30F3\u30AC\u30EB\u5B57\u5E55\u8868\u793A","shortcutGroup.touch":"\u30BF\u30C3\u30C1\u30B9\u30AF\u30EA\u30FC\u30F3\u5C02\u7528\u30B8\u30A7\u30B9\u30C1\u30E3\u30FC",temprarilyChangeTranslationTo_gemini:"\u73FE\u5728\u3001Gemini\u3092\u4F7F\u7528\u3057\u3066\u73FE\u5728\u306E\u30DA\u30FC\u30B8\u3092\u7FFB\u8A33\u3057\u3066\u3044\u307E\u3059",neverTranslateThisSite:"\u3053\u306E\u30A6\u30A7\u30D6\u30B5\u30A4\u30C8\u3092\u6C38\u9060\u306B\u7FFB\u8A33\u3057\u306A\u3044\u3067\u304F\u3060\u3055\u3044",temprarilyChangeTranslationTo_transmart:"\u73FE\u5728\u3001\u30C6\u30F3\u30BB\u30F3\u30C8\u7FFB\u8A33\u3092\u4F7F\u7528\u3057\u3066\u73FE\u5728\u306E\u30DA\u30FC\u30B8\u3092\u7FFB\u8A33\u3057\u3066\u3044\u307E\u3059","browser.translateWithTransmart":"\u4E00\u6642\u7684\u306B\u30C6\u30F3\u30BB\u30F3\u30C8\u7FFB\u8A33\u3067\u73FE\u5728\u306E\u30DA\u30FC\u30B8\u3092\u7FFB\u8A33\u3057\u3066\u304F\u3060\u3055\u3044",notLoginPro:"\u3042\u306A\u305F\u306E\u4F1A\u54E1\u30A2\u30AB\u30A6\u30F3\u30C8\u306B\u307E\u3060\u30ED\u30B0\u30A4\u30F3\u3057\u3066\u3044\u307E\u305B\u3093",networkError:"\u7FFB\u8A33\u30B5\u30FC\u30D3\u30B9\u307E\u305F\u306F\u30CD\u30C3\u30C8\u30EF\u30FC\u30AF\u306B\u554F\u984C\u304C\u767A\u751F\u3057\u3066\u3044\u307E\u3059","widget.videoSubtitleTooltip":"Youtube \u7B49 {count}+ \u306E\u30D3\u30C7\u30AA\u30B5\u30A4\u30C8\u3092\u30B5\u30DD\u30FC\u30C8\u3057\u3066\u3044\u307E\u3059","subtitle.autoDisableSubtitle":"\u81EA\u52D5\u7684\u306B\u4E8C\u304B\u56FD\u8A9E\u306E\u5B57\u5E55\u3092\u6709\u52B9\u306B\u3057\u306A\u3044","intro.hoverTitle":"\u30DE\u30A6\u30B9\u3092\u73FE\u5728\u306E\u6BB5\u843D\u306B\u30DB\u30D0\u30FC\u3057\u3066\u7FFB\u8A33\u3057\u3066\u304F\u3060\u3055\u3044","shortcutGroup.others":"\u3088\u308A\u591A\u304F\u306E\u30AB\u30B9\u30BF\u30E0\u6A5F\u80FD\u306E\u30B7\u30E7\u30FC\u30C8\u30AB\u30C3\u30C8",upgradeToProErrorTitle:"\u3053\u306E\u7FFB\u8A33\u30B5\u30FC\u30D3\u30B9\u3092\u4F7F\u7528\u3059\u308B\u306B\u306F\u3001Pro\u30E1\u30F3\u30D0\u30FC\u306B\u30A2\u30C3\u30D7\u30B0\u30EC\u30FC\u30C9\u3057\u3066\u304F\u3060\u3055\u3044\u3002",temprarilyChangeTranslationTo_google:"\u73FE\u5728\u3001Google\u7FFB\u8A33\u3092\u4F7F\u7528\u3057\u3066\u73FE\u5728\u306E\u30DA\u30FC\u30B8\u3092\u7FFB\u8A33\u3057\u3066\u3044\u307E\u3059",touchShortcutsToggleTranslationMask:"\u30BF\u30C3\u30C1\u30B9\u30AF\u30EA\u30FC\u30F3\u30B8\u30A7\u30B9\u30C1\u30E3\u30FC\u3092\u8A2D\u5B9A\u3057\u3066\u3001\u7FFB\u8A33\u30DE\u30B9\u30AF\u3092\u8868\u793A/\u539F\u6587\u3092\u8868\u793A","shortcutGroup.shortcutsForTranslationServices":"\u7FFB\u8A33\u30B5\u30FC\u30D3\u30B9\u95A2\u9023\u306E\u30B7\u30E7\u30FC\u30C8\u30AB\u30C3\u30C8\u30AD\u30FC","neverTranslateText.title":"\u4EE5\u4E0B\u306E\u5358\u8A9E\u306F\u539F\u6587\u306E\u307E\u307E\u306B\u3057\u3066\u304F\u3060\u3055\u3044\u3001\u7FFB\u8A33\u3057\u306A\u3044\u3067\u304F\u3060\u3055\u3044\u3002","widget.translateFileTooltip":"PDF\u3001EPUB\u3001SRT\u3001ASS\u3001HTML\u3001TXT \u30C9\u30AD\u30E5\u30E1\u30F3\u30C8\u3092\u7FFB\u8A33\u3057\u3066\u304F\u3060\u3055\u3044","floatBall.longPress":"\u9577\u62BC\u3057\u3059\u308B\u3068\u3001\u8A2D\u5B9A\u30D1\u30CD\u30EB\u3092\u7D20\u65E9\u304F\u958B\u304F\u3053\u3068\u304C\u3067\u304D\u307E\u3059\u3088","floatBall.guideClickToTranslate":`\u30AF\u30EA\u30C3\u30AF\u3057\u3066\u6CA1\u5165\u578B\u7FFB\u8A33\u30D5\u30ED\u30FC\u30C8\u30DC\u30FC\u30EB\u3092 + {env.imt_sub_trans_field}: Translation`,"subtitle.quickButton.black":"Black","subtitle.quickButton.cyan":"Blue","translationServices.claude":"Claude","subtitle.quickButton.backgroundColor":"Background color","subtitle.quickButton.green":"Green","subtitle.quickButton.blue":"Blue","subtitle.quickButton.white":"White","subtitle.quickButton.setting":"Settings","subtitle.quickButton.translationPosition":"Translation location","subtitle.quickButton.backgroundOpacity":"Background Opacity","subtitle.quickButton.sourceFontSize":"Original font size","subtitle.quickButton.sourceTextColor":"Original font color","subtitle.quickButton.yellow":"Yellow","subtitle.quickButton.translationFontSize":"Translation font size","subtitle.quickButton.translationPositionBottom":"Below the original text","subtitle.quickButton.red":"Red","subtitle.quickButton.translationPositionTop":"Above the original text","subtitle.quickButton.translationTextColor":"Translation font color","subtitle.quickButton.magenta":"Magenta",attachSubtitleTranslating:"Translating using {service}...","error.claude.403":"Access to the service is temporarily unavailable, possibly due to regional restrictions related to Claude. You can try changing your IP address, or use other translation services.","browser.brandDescriptionForSafari":"Free Translate Website, Translate PDF & Epub eBook, Translate Video Subtitles in Bilingual","browser.PdfProFile":"AI-Driven PDF Pro Translation","browser.textTranslate":"Text Translation"};var Tb={nologin:"\u30ED\u30B0\u30A4\u30F3\u3057\u3066\u3044\u306A\u3044",loginForSafari:"\u30ED\u30B0\u30A4\u30F3\u307E\u305F\u306F\u767B\u9332",login:"\u30ED\u30B0\u30A4\u30F3\u3057\u3066\u4F1A\u54E1\u767B\u9332",manageAccount:"\u30DE\u30CD\u30FC\u30B8\u30C9\u30FB\u30A2\u30AB\u30A6\u30F3\u30C8",openPremium:"\u30AA\u30FC\u30D7\u30F3\u30FB\u30E1\u30F3\u30D0\u30FC",logout:"\u30A2\u30DC\u30FC\u30C8",curentPlan:"\u73FE\u5728\u306E\u30D1\u30C3\u30B1\u30FC\u30B8",endAt:"\u7D76\u606F",endAuto:"\u81EA\u52D5\u66F4\u65B0",lineBreakMaxTextCount:"\u6539\u884C\u5F8C\u306E1\u6587\u306B\u8A31\u3055\u308C\u308B\u6700\u5927\u6587\u5B57\u6570","translate-pdf":"\u30AF\u30EA\u30C3\u30AF\u3057\u3066PDF\u3092\u7FFB\u8A33\u3059\u308B","noSupportTranslate-pdf":"\u30B9\u30AF\u30EA\u30D7\u30C8\u306F\u30B5\u30DD\u30FC\u30C8\u3055\u308C\u3066\u3044\u307E\u305B\u3093\u3002","translate-firefox-local-pdf":"\u30AF\u30EA\u30C3\u30AF\u3057\u3066PDF\u3092\u30A4\u30F3\u30DD\u30FC\u30C8\u3059\u308B",enableLineBreak:"\u9577\u3044\u6BB5\u843D\u306E\u81EA\u52D5\u6539\u884C\u3092\u6709\u52B9\u306B\u3059\u308B",sponsorLabel:"\u30B9\u30DD\u30F3\u30B5\u30FC\u4ED8\u304D\u958B\u767A\u8005",help:"\u624B",browserShortcutsNoteForFirefox:"Firefox\u3067\u30B7\u30E7\u30FC\u30C8\u30AB\u30C3\u30C8\u3092\u5909\u66F4\u3059\u308B\u306B\u306F\u3001\u62E1\u5F35\u6A5F\u80FD\u306E\u7BA1\u7406\u30DA\u30FC\u30B8`about:addons`\u3092\u958B\u304D\u3001`Settings`\u3092\u30AF\u30EA\u30C3\u30AF\u3057\u3001`Manage Shortcuts`\u3092\u30AF\u30EA\u30C3\u30AF\u3057\u3066\u30B7\u30E7\u30FC\u30C8\u30AB\u30C3\u30C8\u3092\u8A2D\u5B9A\u3059\u308B\u5FC5\u8981\u304C\u3042\u308B\u3002",browserShortcutsNoteForChrome:"Chrome\u3067\u30B7\u30E7\u30FC\u30C8\u30AB\u30C3\u30C8\u3092\u5909\u66F4\u3059\u308B\u306B\u306F\u3001\u62E1\u5F35\u6A5F\u80FD\u306E\u7BA1\u7406\u30DA\u30FC\u30B8\u3092\u958B\u304D\u3001`\u30B7\u30E7\u30FC\u30C8\u30AB\u30C3\u30C8\u306E\u7BA1\u7406`\u30D1\u30CD\u30EB\uFF08`chrome://extensions/shortcuts`\uFF09\u3067\u30B7\u30E7\u30FC\u30C8\u30AB\u30C3\u30C8\u3092\u8A2D\u5B9A\u3057\u3001\u4E0B\u306E\u30DC\u30BF\u30F3\u3092\u30AF\u30EA\u30C3\u30AF\u3057\u3066\u30B7\u30E7\u30FC\u30C8\u30AB\u30C3\u30C8\u306E\u7BA1\u7406\u30DA\u30FC\u30B8\u306B\u30B8\u30E3\u30F3\u30D7\u3059\u308B\u5FC5\u8981\u304C\u3042\u308A\u307E\u3059\u3002",browserShortcutsSucks:"\u30AB\u30B9\u30BF\u30DE\u30A4\u30BA\u3055\u308C\u305F\u30B7\u30E7\u30FC\u30C8\u30AB\u30C3\u30C8\u306E\u66F8\u5F0F\u306F\u6B21\u306E\u3068\u304A\u308A\u3067\u3059\uFF08\u81EA\u52D5\u8A8D\u8B58\u306F\u884C\u308F\u308C\u307E\u305B\u3093\u306E\u3067\u3001\u76F4\u63A5\u5165\u529B\u3057\u3066\u304F\u3060\u3055\u3044\uFF09\uFF1A",enableLineBreakDescription:"\u30AA\u30F3\u306B\u3059\u308B\u3068\u3001\u9577\u3044\u6BB5\u843D\u306E\u6587\u672B\u306B\u6539\u884C\u304C\u5165\u308A\u3001\u8AAD\u307F\u3084\u3059\u304F\u306A\u308A\u307E\u3059\u3002","browser.shortBrandName":"\u30A4\u30DE\u30FC\u30B8\u30E7\u30F3\u7FFB\u8A33","browser.brandName":"\u30A4\u30DE\u30FC\u30B8\u30E7\u30F3\u7FFB\u8A33: \u4E8C\u30F6\u56FD\u8A9E\u30A6\u30A7\u30D6\u30DA\u30FC\u30B8\u7FFB\u8A33 & PDF\u6587\u66F8\u7FFB\u8A33","browser.brandDescription":"Deepl\u3001Google\u3001YouDao\u3001Tencent Translate\u306A\u3069\u3001\u8907\u6570\u306E\u7FFB\u8A33\u30B5\u30FC\u30D3\u30B9\u3092\u30B5\u30DD\u30FC\u30C8\u3057\u3066\u3044\u307E\u3059\u3002","browser.toggleTranslatePage":"\u30DA\u30FC\u30B8\u3092\u7FFB\u8A33\u3059\u308B\uFF0F\u539F\u6587\u3092\u8868\u793A\u3059\u308B","browser.toggleTranslateTheWholePage":"\u30DA\u30FC\u30B8\u306E\u5168\u9818\u57DF\u3092\u7FFB\u8A33\u3059\u308B\uFF0F\u539F\u6587\u3092\u8868\u793A\u3059\u308B","browser.toggleOnlyTransation":"\u30D0\u30A4\u30EA\u30F3\u30AC\u30EB/\u7FFB\u8A33\u30C6\u30AD\u30B9\u30C8\u306E\u307F\u30E2\u30FC\u30C9\u306B\u5207\u308A\u66FF\u3048\u3066\u304F\u3060\u3055\u3044","browser.toggleTranslateToThePageEndImmediately":"\u30DA\u30FC\u30B8\u4E0B\u90E8\u3078\u306E\u5373\u6642\u7FFB\u8A33\uFF0F\u539F\u6587\u306E\u8868\u793A","browser.toggleTranslateTheMainPage":"\u30DA\u30FC\u30B8\u306E\u30E1\u30A4\u30F3\u30A8\u30EA\u30A2\u3092\u7FFB\u8A33\u3059\u308B\uFF0F\u539F\u6587\u3092\u8868\u793A\u3059\u308B","browser.shareToDraft":"\u30D0\u30A4\u30EA\u30F3\u30AC\u30EB\u30DA\u30FC\u30B8\u3092\u5171\u6709\u3059\u308B","browser.openOptionsPage":"\u8A2D\u5B9A\u30DA\u30FC\u30B8\u3092\u958B\u304F","browser.toggleTranslationMask":"\u4E26\u9032\u30D6\u30E9\u30FC\u52B9\u679C\u306E\u8868\u793A\uFF0F\u975E\u8868\u793A","browser.translateLocalPdfFile":"\u30ED\u30FC\u30AB\u30EB\u306EPDF\u30D5\u30A1\u30A4\u30EB\u3092\u7FFB\u8A33\u3059\u308B","browser.openEbookViewer":"\u5730\u5143\u306E\u96FB\u5B50\u66F8\u7C4D\u3092\u8AAD\u3080","browser.openEbookBuilder":"\u30D0\u30A4\u30EA\u30F3\u30AC\u30EBEPUB\u96FB\u5B50\u66F8\u7C4D\u306E\u5236\u4F5C","browser.translateLocalHtmlFile":"HTML/\u30C6\u30AD\u30B9\u30C8\u30D5\u30A1\u30A4\u30EB\u3092\u7FFB\u8A33\u3059\u308B","browser.donateContext":"\u30B9\u30DD\u30F3\u30B5\u30FC\u7279\u5178\u306B\u3064\u3044\u3066","browser.translateLocalSubtitleFile":"\u30ED\u30FC\u30AB\u30EB\u5B57\u5E55\u30D5\u30A1\u30A4\u30EB\u3092\u7FFB\u8A33\u3059\u308B",confirmResetConfig:"\u672C\u5F53\u306B\u8A2D\u5B9A\u3092\u30EA\u30BB\u30C3\u30C8\u3057\u307E\u3059\u304B\uFF1F",translationLineBreakSettingTitle:"\u7FFB\u8A33\u306E\u6539\u884C\u8A2D\u5B9A",smartLineBreak:"\u30B9\u30DE\u30FC\u30C8\u30E9\u30A4\u30F3\u30D5\u30A3\u30FC\u30C9",alwaysLineBreak:"\u5E38\u306B\u6539\u884C",isShowContextMenu:"\u53F3\u30AF\u30EA\u30C3\u30AF\u30E1\u30CB\u30E5\u30FC\u306B\u7FFB\u8A33\u30DA\u30FC\u30B8\u3092\u8FFD\u52A0",toggleBeta:"\u30D9\u30FC\u30BF\u30C6\u30B9\u30C8\u6A5F\u80FD\u306E\u6709\u52B9\u5316",betaDescription:"\u307E\u3060\u5B9F\u9A13\u6BB5\u968E\u3067\u3042\u308B\u6A5F\u80FD\u3084\u3001\u30D9\u30FC\u30BF\u7248\u306E\u7FFB\u8A33\u30B5\u30FC\u30D3\u30B9\u3092\u6709\u52B9\u306B\u3059\u308B\u3002\u8A73\u3057\u304F\u306F <1>Telegram\u30B0\u30EB\u30FC\u30D7\u306B\u3054\u53C2\u52A0\u304F\u3060\u3055\u3044\u3002",translationLineBreakSettingDescription:"\u30B3\u30F3\u30C6\u30F3\u30C4\u304C\u5C11\u306A\u3044\u30DA\u30FC\u30B8\u3067\u306F\u3001\u5E38\u306B\u304D\u3061\u3093\u3068\u6539\u884C\u3059\u308B\u3002(\u5185\u5BB9\u306E\u591A\u3044\u9577\u3044\u6BB5\u843D({count}\u6587\u5B57\u4EE5\u4E0A)\u3067\u306F\u3001\u30B9\u30DA\u30FC\u30B9\u3092\u7BC0\u7D04\u3059\u308B\u305F\u3081\u306B\u6539\u884C\u3092\u30B9\u30DE\u30FC\u30C8\u306B\u4F7F\u3044\u307E\u3057\u3087\u3046)\u3002",tempTranslateDomainTitle:"\u30A6\u30A7\u30D6\u30B5\u30A4\u30C8\u7FFB\u8A33\u306E\u4E00\u6642\u7684\u306A\u5207\u308A\u66FF\u3048\u671F\u9593",tempTranslateDomainDescription:"\u624B\u52D5\u3067\u30A6\u30A7\u30D6\u30DA\u30FC\u30B8\u3092\u7FFB\u8A33\u3059\u308B\u5834\u5408\u306F\u3001\u4E00\u6642\u7684\u306B\u81EA\u52D5\u7FFB\u8A33\u7528\u306EWeb\u30B5\u30A4\u30C8\u3092\u30AA\u30F3\u306B\u3057\u3001\u4E00\u6642\u7684\u306A\u671F\u9593\u3092\u8A2D\u5B9A\u3059\u308B\u3053\u3068\u304C\u3067\u304D\u307E\u3059\u3002",xMinutes:"{count} \u8B70\u4E8B\u9332",disabled:"\u7269\u306E\u4F7F\u7528\u3092\u7981\u6B62\u3059\u308B\u3002",changelog:"\u66F4\u65B0\u30ED\u30B0",toggleTranslatePageWhenThreeFingersOnTheScreen:"\u8907\u6570\u306E\u6307\u304C\u540C\u6642\u306B\u753B\u9762\u306B\u89E6\u308C\u308B\u3068\u3001\u30A6\u30A7\u30D6\u30DA\u30FC\u30B8\u3092\u7FFB\u8A33\u3057\u305F\u308A\u3001\u539F\u6587\u3092\u8868\u793A\u3057\u305F\u308A\u3059\u308B\u3002",toggleTranslationMaskWhenThreeFingersOnTheScreen:"\u30DE\u30EB\u30C1\u30D5\u30A3\u30F3\u30AC\u30FC\u30BF\u30C3\u30C1\u3067\u307C\u304B\u3057\u52B9\u679C\u3092\u8868\u793A/\u975E\u8868\u793A\u3002",fingerCountToToggleTranslagePageOnlyTranslationWhenTouching:"\u8907\u6570\u306E\u6307\u304C\u540C\u6642\u306B\u753B\u9762\u306B\u89E6\u308C\u308B\u3053\u3068\u3067\u3001\u30A6\u30A7\u30D6\u30DA\u30FC\u30B8\u3092\u7FFB\u8A33\uFF08\u7FFB\u8A33\u306E\u307F\uFF09\uFF0F\u539F\u6587\u3092\u8868\u793A\u3002",addUrlDescription:"\u30C9\u30E1\u30A4\u30F3\u540D\u3092\u6307\u5B9A\u3067\u304D\u3001\u30EF\u30A4\u30EB\u30C9\u30AB\u30FC\u30C9\u3082\u30B5\u30DD\u30FC\u30C8\u3002\u4F8B\uFF1A\uFF1A*.google.com\u3001google.com/mail/*\u3001https://www.google.com/*\u3002",general:"\u57FA\u672C\u8A2D\u5B9A",clickToExpandConfig:"\u73FE\u5728\u306E\u30B3\u30F3\u30D5\u30A3\u30AE\u30E5\u30EC\u30FC\u30B7\u30E7\u30F3\u3092\u62E1\u5927\u3059\u308B",import:"\u30D5\u30A1\u30A4\u30EB\u304B\u3089\u306E\u30A4\u30F3\u30DD\u30FC\u30C8",export:"\u30D5\u30A1\u30A4\u30EB\u3078\u306E\u30A8\u30AF\u30B9\u30DD\u30FC\u30C8",toggleDebug:"\u30B3\u30F3\u30BD\u30FC\u30EB\u306B\u30C7\u30D0\u30C3\u30B0\u30ED\u30B0\u3092\u8868\u793A\u3059\u308B","fingers.0":"\u51DD\u56FA","fingers.2":"\u30C4\u30FC\u30D5\u30A3\u30F3\u30AC\u30FC\u30BF\u30C3\u30C1","fingers.3":"\u30B9\u30EA\u30FC\u30D5\u30A3\u30F3\u30AC\u30FC\u30BF\u30C3\u30C1","fingers.4":"\u30D5\u30A9\u30FC\u30D5\u30A3\u30F3\u30AC\u30FC\u30BF\u30C3\u30C1","fingers.5":"5\u672C\u6307\u30BF\u30C3\u30C1",mouseHoldKey:"+ {key} \u7FFB\u8A33/\u6BB5\u843D\u3092\u5143\u306B\u623B\u3059",mouseHoldKeyAuto:"\u30D1\u30E9\u30B0\u30E9\u30D5\u306E\u76F4\u8A33",mouseHoldKeyOff:"\u4F55\u3082\u3059\u308B\u306A\u3002",mouseHoldKeyOther:"\u30B7\u30E7\u30FC\u30C8\u30AB\u30C3\u30C8\u306E\u30AB\u30B9\u30BF\u30DE\u30A4\u30BA\uFF08\u8A2D\u5B9A\u3092\u958B\u304F\uFF09",mouseHoldKeyCustomKey:"{key} \u30D1\u30E9\u30B0\u30E9\u30D5\u306E\u7FFB\u8A33\uFF0F\u7E2E\u5C0F",mouseHoverHoldKey:"\u30B7\u30E7\u30FC\u30C8\u30AB\u30C3\u30C8\u30AD\u30FC\u3092\u62BC\u3057\u306A\u304C\u3089\u30DE\u30A6\u30B9\u3092\u52D5\u304B\u3059\u3068\u6BB5\u843D\u304C\u7FFB\u8A33\u3055\u308C\u308B","mouse-translate":"\u30DE\u30A6\u30B9\u30DB\u30D0\u30FC",document:"(\u3055\u3093\u3077",resetSuccess:"\u3059\u3079\u3066\u306E\u8A2D\u5B9A\u306E\u30EA\u30BB\u30C3\u30C8\u306B\u6210\u529F",resetThisSuccess:"\u30EA\u30BB\u30C3\u30C8\u6210\u529F",saved:"\u30BB\u30FC\u30D6\u30FB\u30B5\u30AF\u30BB\u30B9",successImportConfig:"\u8A2D\u5B9A\u306E\u30A4\u30F3\u30DD\u30FC\u30C8\u306B\u6210\u529F",goAdvancedSettings:"\u8A73\u7D30\u8A2D\u5B9A\u30DA\u30FC\u30B8\u306B\u79FB\u52D5\u3059\u308B",goAdvancedInterfaceSettings:"\u8A73\u7D30\u30AB\u30B9\u30BF\u30DE\u30A4\u30BA\u8A2D\u5B9A\u30DA\u30FC\u30B8\u306B\u79FB\u52D5\u3059\u308B",advanced:"\u8A73\u7D30\u8A2D\u5B9A",advancedDescription:"\u901A\u5E38\u3001\u8A2D\u5B9A\u306F\u5FC5\u8981\u306A\u304F\u3001\u30C7\u30D5\u30A9\u30EB\u30C8\u306E\u307E\u307E\u3067\u3088\u3044\u3002\u3088\u308A\u5C02\u9580\u7684\u306A\u30E6\u30FC\u30B6\u30FC\u306E\u307F\u3001\u3088\u308A\u30D1\u30FC\u30BD\u30CA\u30E9\u30A4\u30BA\u3055\u308C\u305F\u8A2D\u5B9A\u304C\u53EF\u80FD\u3067\u3059\u3002",developer:"\u30C7\u30D9\u30ED\u30C3\u30D1\u30FC\u8A2D\u5B9A",donateCafe:"\u7269\u4FA1","translate to the bottom of the page":"\u30DA\u30FC\u30B8\u4E0B\u90E8\u3078\u306E\u7FFB\u8A33\u306F\u3001\u30DA\u30FC\u30B8\u306B\u5165\u3063\u3066\u3059\u3050\u306B\u884C\u308F\u308C\u308B\u306E\u3067\u3059\u304B\uFF1F",feedback:"\u554F\u984C\u306B\u95A2\u3059\u308B\u30D5\u30A3\u30FC\u30C9\u30D0\u30C3\u30AF",toggleTranslatePage:"\u30DA\u30FC\u30B8\u3092\u7FFB\u8A33\u3059\u308B\uFF0F\u539F\u6587\u3092\u8868\u793A\u3059\u308B",translateToThePageEndImmediatelyDescription:"\u3053\u306E\u6A5F\u80FD\u3092\u30AA\u30F3\u306B\u3059\u308B\u3068\u3001\u30DA\u30FC\u30B8\u306E\u4E0A\u304B\u3089\u4E0B\u306B\u5165\u529B\u3057\u305F\u5185\u5BB9\u304C\u5373\u5EA7\u306B\u7FFB\u8A33\u3055\u308C\u307E\u3059\u3002\u30AA\u30D5\u306B\u3059\u308B\u3068\u3001\u8AAD\u307F\u306A\u304C\u3089\u7FFB\u8A33\u3055\u308C\u307E\u3059\u3002(\u304A\u52E7\u3081\u3057\u307E\u305B\u3093\uFF09","translate all areas of the page":"\u30DA\u30FC\u30B8\u306E\u5168\u9818\u57DF\u3092\u7FFB\u8A33\u3059\u308B\u304B\u3069\u3046\u304B",translationAreaDescription:"\u30AA\u30F3\u306B\u3059\u308B\u3068\u3001\u30A6\u30A7\u30D6\u30DA\u30FC\u30B8\u5168\u4F53\u306E\u3059\u3079\u3066\u306E\u9818\u57DF\u304C\u7FFB\u8A33\u3055\u308C\u307E\u3059\u3002\u30AA\u30D5\u306B\u3059\u308B\u3068\u3001\u30C7\u30D5\u30A9\u30EB\u30C8\u306E\u30B9\u30DE\u30FC\u30C8\u8A8D\u8B58\u304C\u4F7F\u7528\u3055\u308C\u3001\u4E3B\u8981\u306A\u9818\u57DF\u306E\u307F\u304C\u7FFB\u8A33\u3055\u308C\u307E\u3059\u3002(\u30AA\u30F3\u306B\u3059\u308B\u3053\u3068\u306F\u304A\u52E7\u3081\u3057\u307E\u305B\u3093)","the number of characters to be translated first":"\u8868\u793A\u9818\u57DF\u307E\u3067\u30B9\u30AF\u30ED\u30FC\u30EB\u3059\u308B\u3053\u3068\u306A\u304F\u3001\u30DA\u30FC\u30B8\u306E\u6700\u521D\u306E\u6570\u6587\u5B57\u3092\u76F4\u63A5\u7FFB\u8A33\u3059\u308B\u3002","interface language":"\u30A4\u30F3\u30BF\u30FC\u30D5\u30A7\u30FC\u30B9\u8A00\u8A9E","display both the original text and the translation":"\u539F\u6587\u3068\u8A33\u6587\u306E\u540C\u6642\u8868\u793A","keyboard shortcuts":"\u30AD\u30FC\u30DC\u30FC\u30C9\u30B7\u30E7\u30FC\u30C8\u30AB\u30C3\u30C8",modify:"\u30B7\u30E7\u30FC\u30C8\u30AB\u30C3\u30C8\u30AD\u30FC\u306E\u5909\u66F4",reset:"\u30EA\u30D3\u30B8\u30E7\u30F3",close:"\u51DD\u56FA",homepage:"\u30DB\u30FC\u30E0\u30DA\u30FC\u30B8",more:"\u3082\u3063\u3068\u898B\u308B",moreOptions:"\u30AB\u30B9\u30BF\u30DE\u30A4\u30BA\u30FB\u30AA\u30D7\u30B7\u30E7\u30F3\u306E\u62E1\u5927",translateTheWholePage:"\u30DA\u30FC\u30B8\u306E\u5168\u9818\u57DF\u3092\u7FFB\u8A33\u3059\u308B\uFF08\u4E3B\u8981\u306A\u9818\u57DF\u3092\u30A4\u30F3\u30C6\u30EA\u30B8\u30A7\u30F3\u30C8\u306B\u8A8D\u8B58\u3059\u308B\u306E\u3068\u306F\u5BFE\u7167\u7684\uFF09\u3002",changeToTranslateTheWholePage:"\u5168\u5730\u57DF\u306E\u7FFB\u8A33\u306B\u5207\u308A\u66FF\u3048\u308B",changeToTranslateTheMainPage:"\u30E1\u30A4\u30F3\u30A8\u30EA\u30A2\u306E\u7FFB\u8A33\u306B\u5207\u308A\u66FF\u3048\u308B",changeToOnlyTranslationMode:"\u7FFB\u8A33\u306E\u307F\u3092\u8868\u793A\u3059\u308B\u3088\u3046\u306B\u5207\u308A\u66FF\u3048\u308B",changeToDualTranslationMode:"\u5BFE\u8A33\u3078\u306E\u5207\u308A\u66FF\u3048",translateToThePageEndImmediately:"\u30DA\u30FC\u30B8\u4E0B\u90E8\u3078\u306E\u5373\u6642\u7FFB\u8A33",translateTheMainPage:"\u30A4\u30F3\u30C6\u30EA\u30B8\u30A7\u30F3\u30C8\u7FFB\u8A33 \u4E3B\u8981\u5730\u57DF","The local rules are up to date":"\u5730\u5143\u306E\u9069\u5FDC\u898F\u5B9A\u306F\u6700\u65B0\u306E\u3082\u306E\u3060\u3002","Successfully synchronized with the latest official rules:":"\u6700\u65B0\u306E\u516C\u5F0F\u7AF6\u6280\u898F\u5247\u3068\u306E\u540C\u671F\u306B\u6210\u529F\u3002","Checking for updates":"\u30A2\u30C3\u30D7\u30C7\u30FC\u30C8\u306E\u30C1\u30A7\u30C3\u30AF","Rules are being synchronized":"\u9069\u5FDC\u30EB\u30FC\u30EB\u306E\u540C\u671F\u5316",localVersionIsTooOld:"\u30ED\u30FC\u30AB\u30EB\u306E\u62E1\u5F35\u6A5F\u80FD\u306E\u30D0\u30FC\u30B8\u30E7\u30F3\u304C\u53E4\u3059\u304E\u307E\u3059\u3002\u540C\u671F\u3092\u8A66\u307F\u308B\u524D\u306B\u3001\u62E1\u5F35\u6A5F\u80FD\u3092 {minVersion} \u4EE5\u964D\u306B\u30A2\u30C3\u30D7\u30B0\u30EC\u30FC\u30C9\u3057\u3066\u304F\u3060\u3055\u3044\u3002",badUserscriptBrowser:"\u73FE\u5728\u306E\u30D6\u30E9\u30A6\u30B6\u306F\u30B0\u30EA\u30FC\u30B9\u30E2\u30F3\u30AD\u30FC\u62E1\u5F35\u30A4\u30F3\u30BF\u30FC\u30D5\u30A7\u30A4\u30B9\u3092\u6B63\u3057\u304F\u5B9F\u88C5\u3057\u3066\u3044\u307E\u305B\u3093\uFF08\u4F8B\u3048\u3070\u3001\u30B0\u30EA\u30FC\u30B9\u30E2\u30F3\u30AD\u30FC\u30FB\u30B9\u30AF\u30EA\u30D7\u30C8\u81EA\u4F53\u306E\u30D0\u30FC\u30B8\u30E7\u30F3\u756A\u53F7\u306B\u95A2\u3059\u308B\u60C5\u5831\u3092\u53D6\u5F97\u3059\u308B\u5834\u5408\u306A\u3069\uFF09\u306E\u3067\u3001Firefox\u306A\u3069<1>\u30B0\u30EA\u30FC\u30B9\u30E2\u30F3\u30AD\u30FC\u62E1\u5F35\u3092\u30B5\u30DD\u30FC\u30C8\u3059\u308B\u4ED6\u306E\u30D6\u30E9\u30A6\u30B6\u3092\u3054\u5229\u7528\u304F\u3060\u3055\u3044\u3002",foundNewVersion:"\u65B0\u30D0\u30FC\u30B8\u30E7\u30F3\u3092\u898B\u308B",theLocalExtensionIsUpToUpdate:"\u73FE\u5728\u306E\u30A8\u30AF\u30B9\u30C6\u30F3\u30B7\u30E7\u30F3\u306F\u6700\u65B0\u3060\u3002",failToSyncRules:"\u6700\u65B0\u306E\u9069\u5FDC\u30EB\u30FC\u30EB\u306E\u540C\u671F\u306B\u5931\u6557",retry:"\u30EA\u30C8\u30E9\u30A4\u3059\u308B\u306B\u306F\u3053\u3053\u3092\u30AF\u30EA\u30C3\u30AF",failedReason:"\u5931\u6557\u306E\u7406\u7531",currentRuleVersion:"\u73FE\u5728\u306E\u30EB\u30FC\u30EB\u30FB\u30D0\u30FC\u30B8\u30E7\u30F3",calculating:"\u8A08\u7B97",unknownError:"\u672A\u77E5\u306E\u30A8\u30E9\u30FC",canNotFetchRemoteRule:"\u30EA\u30E2\u30FC\u30C8\u30EB\u30FC\u30EB\u304C\u53D6\u5F97\u3067\u304D\u306A\u3044",enableAlphaSuccess:"\u30A2\u30EB\u30D5\u30A1\u5BFE\u5FDC",disableAlphaSuccess:"\u30A2\u30EB\u30D5\u30A1\u6A5F\u80FD\u306F\u30AA\u30D5",cacheSize:"\u30AD\u30E3\u30C3\u30B7\u30E5\u30FB\u30B5\u30A4\u30BA\uFF1A",cleaning:"\u6E05\u7B97\u4E2D",cleanCache:"\u30AD\u30E3\u30C3\u30B7\u30E5\u3092\u6D88\u53BB\u3059\u308B",options:"\u30BB\u30C3\u30C8\u30A2\u30C3\u30D7",about:"\u306B\u5BFE\u3057\u3066",service:"\u901A\u8A33\u30B5\u30FC\u30D3\u30B9",needAction:"(\u8A2D\u5B9A\u3078\uFF09",goSettings:"\u8A2D\u5B9A\u3059\u308B",needActionForOptions:"(\u8A2D\u5B9A\u4E88\u5B9A\uFF09",translationEngine:"\u30A8\u30F3\u30B8\u30F3\u30FB\u30AA\u30D7\u30B7\u30E7\u30F3",sourceLanguage:"\u539F\u8A9E",target:"\u76EE\u6A19\u8A00\u8A9E",popupSourceLanguage:"\u539F\u8A9E",popupTarget:"\u76EE\u6A19\u8A00\u8A9E",popupService:"\u901A\u8A33\u30B5\u30FC\u30D3\u30B9",forThisSite:"\u73FE\u5728\u306E\u30A6\u30A7\u30D6\u30B5\u30A4\u30C8",autoEnableSubtitle:"\u4E8C\u30AB\u56FD\u8A9E\u5B57\u5E55\u3092\u81EA\u52D5\u7684\u306B\u30AA\u30F3\u306B\u3059\u308B",alwaysTranslate:"\u5E38\u306B\u7FFB\u8A33\u3059\u308B",neverTranslate:"\u6C7A\u3057\u3066\u7FFB\u8A33\u3057\u306A\u3044",alwaysTranslateSomeLanguage:"\u5E38\u306B\u7FFB\u8A33\u3059\u308B {language}",neverTranslateSomeLanguage:"\u6C7A\u3057\u3066\u7FFB\u8A33\u3057\u306A\u3044 {language}",alwaysTranslateSomeSite:"\u5E38\u306B\u7FFB\u8A33\u3059\u308B {hostname}",neverTranslateSomeSite:"\u6C7A\u3057\u3066\u7FFB\u8A33\u3057\u306A\u3044 {hostname}",alwaysTranslateSomeSiteOrWildSite:"\u5E38\u306B\u30B5\u30A4\u30C8\u3092\u7FFB\u8A33\u3059\u308B",alwaysTranslateSomePage:"\u5E38\u306B\u30DA\u30FC\u30B8\u3092\u7FFB\u8A33\u3059\u308B",add:"\u5897\u52A0",default:"\u30C7\u30D5\u30A9\u30EB\u30C8",forThisLanguage:"\u3053\u306E\u8A00\u8A9E\u306E\u5834\u5408\uFF1A","add url":"URL\u3092\u5165\u529B",edit:"\u30B3\u30F3\u30D1\u30A4\u30E9","translate other languages into specific language":"\u4ED6\u306E\u8A00\u8A9E\u3092\u8A2D\u5B9A\u3057\u305F\u8A00\u8A9E\u306B\u7FFB\u8A33\u3059\u308B","select translation service":"\u7FFB\u8A33\u30B5\u30FC\u30D3\u30B9\u306E\u9078\u629E",language:"\u591A\u8A00\u8A9E\u4E3B\u7FA9","show-original":"\u539F\u6587\u3092\u8868\u793A",translate:"\u30EC\u30F3\u30C0\u30EA\u30F3\u30B0",Translated:"\u7FFB\u8A33",Translating:"\u7FFB\u8A33\u4E2D",Error:"\u4E0D\u6B63\u78BA",allowCacheTranslations:"\u30ED\u30FC\u30AB\u30EB\u7FFB\u8A33\u30AD\u30E3\u30C3\u30B7\u30E5\u3092\u6709\u52B9\u306B\u3059\u308B\uFF08\u91CD\u8907\u3057\u305F\u7B87\u6240\u306E\u7FFB\u8A33\u30EA\u30AF\u30A8\u30B9\u30C8\u3092\u6E1B\u3089\u3059\uFF09","translation display":"\u7FFB\u8A33\u8868\u793A\u30B9\u30BF\u30A4\u30EB","select diplay style":"\u4EE5\u4E0B\u306E\u4F8B\u3092\u5177\u4F53\u7684\u306B\u53C2\u7167\u3057\u306A\u304C\u3089\u3001\u7FFB\u8A33\u306E\u30B9\u30BF\u30A4\u30EB\u3092\u533A\u5225\u3059\u308B\u3002",interface:"\u30A4\u30F3\u30BF\u30FC\u30D5\u30A7\u30FC\u30B9\u8A2D\u5B9A",import_export:"\u30A4\u30F3\u30DD\u30FC\u30C8/\u30A8\u30AF\u30B9\u30DD\u30FC\u30C8",import_export_title:"\u30A4\u30F3\u30DD\u30FC\u30C8/\u30A8\u30AF\u30B9\u30DD\u30FC\u30C8\u8A2D\u5B9A",syncToGoogleDrive:"Google\u30C9\u30E9\u30A4\u30D6\u3068\u540C\u671F",floatBallOptions:"\u30DB\u30D0\u30FC\u30DC\u30FC\u30EB\u306E\u8A2D\u5B9A","floatBallOptions.enable":"\u30DB\u30D0\u30FC\u30DC\u30FC\u30EB\u3092\u4F7F\u7528\u53EF\u80FD\u306B\u3059\u308B","floatBallOptions.blockUrls":"\u30A6\u30A7\u30D6\u30B5\u30A4\u30C8\u3092\u7121\u52B9\u306B\u3059\u308B","floatBallOptions.add":"\u5897\u52A0","floatBallOptions.blockUrlDesc":"\u4EE5\u4E0B\u306E\u30B5\u30A4\u30C8\u3067\u306F\u30DB\u30D0\u30FC\u30DC\u30FC\u30EB\u304C\u8868\u793A\u3055\u308C\u307E\u305B\u3093\u3002","floatBallOptions.clickType":"\u30AF\u30EA\u30C3\u30AF\u884C\u52D5","floatBallOptions.clickTypeDesc":"\u30AF\u30EA\u30C3\u30AF\u3057\u305F\u3068\u304D\u306E\u30DB\u30D0\u30FC\u30DC\u30FC\u30EB\u30FB\u30A2\u30A4\u30B3\u30F3\u306E\u52D5\u4F5C","floatBallOptions.clickPopup":"\u7FFB\u8A33\u30D1\u30CD\u30EB\u306E\u8868\u793A","floatBallOptions.clickTranslate":"\u539F\u6587\u306E\u7FFB\u8A33\uFF0F\u8868\u793A","floatBallOptions.fixedPosition":"\u56FA\u5B9A\u4F4D\u7F6E","floatBallOptions.fixedPositionDesc":"\u60AC\u6D6E\u7403\u5728\u7A97\u53E3\u5DE6\u4FA7\u8FD8\u662F\u53F3\u4FA7","floatBallOptions.fixedPositionLeft":"\u5DE6\u4FA7","floatBallOptions.fixedPositionRight":"\u53F3\u4FA7",previewAllThemes:"\u3059\u3079\u3066\u306E\u30B9\u30BF\u30A4\u30EB\u3092\u30D7\u30EC\u30D3\u30E5\u30FC\u3059\u308B","translationTheme.none":"\u306A\u3044","translationTheme.grey":"\u30C0\u30FC\u30AF\u30B0\u30EC\u30FC","translationTheme.dashed":"\u70B9\u7DDA\u4E0B\u7DDA","translationTheme.dotted":"\u70B9\u7DDA\u30A2\u30F3\u30C0\u30FC\u30B9\u30B3\u30A2","translationTheme.dashedBorder":"\u70B9\u7DDA","translationTheme.solidBorder":"\u30BD\u30EA\u30C3\u30C9\u30DC\u30FC\u30C0\u30FC","translationTheme.underline":"\u76F4\u7DDA\u306B\u4E0B\u7DDA\u3092\u5F15\u304F","translationTheme.mask":"\u30D5\u30A1\u30B8\u30FC\u52B9\u679C\uFF08\u5B66\u7FD2\u30E2\u30FC\u30C9\uFF09","translationTheme.opacity":"\u900F\u660E\u52B9\u679C","translationTheme.paper":"\u767D\u3044\u7D19\u306E\u5F71\u306E\u52B9\u679C","translationTheme.dividingLine":"\u308F\u3051\u3081","translationTheme.highlight":"\u9AD8\u8F1D\u5EA6","translationTheme.marker":"\u30DE\u30FC\u30AB\u30FC","translationTheme.marker2":"\u30DE\u30FC\u30AB\u30FC2","translationTheme.blockquote":"\u53C2\u7167\u30B9\u30BF\u30A4\u30EB","translationTheme.weakening":"\u5F31\u4F53\u5316","translationTheme.italic":"\u659C\u4F53","translationTheme.bold":"\u6FC3\u5316","translationTheme.thinDashed":"\u7D30\u70B9\u7DDA\u30A2\u30F3\u30C0\u30FC\u30E9\u30A4\u30F3","translationTheme.nativeDashed":"\u30B7\u30B9\u30C6\u30E0\u306F\u70B9\u7DDA\u306E\u30A2\u30F3\u30C0\u30FC\u30E9\u30A4\u30F3\u4ED8\u304D","translationTheme.nativeDotted":"\u30B7\u30B9\u30C6\u30E0\u306F\u70B9\u7DDA\u306E\u30A2\u30F3\u30C0\u30FC\u30E9\u30A4\u30F3\u4ED8\u304D","translationTheme.nativeUnderline":"\u30B7\u30B9\u30C6\u30E0\u306B\u306F\u76F4\u7DDA\u306E\u30A2\u30F3\u30C0\u30FC\u30E9\u30A4\u30F3\u304C\u4ED8\u5C5E\u3057\u3066\u3044\u308B","translationTheme.wavy":"\u6CE2\u7DDA","translationServices.custom":"\u30AB\u30B9\u30BF\u30E0API","translationServices.tencent":"\u30C6\u30F3\u30BB\u30F3\u30C8\u7FFB\u8A33\u8005","translationServices.tenAlpha":"\u30C6\u30F3\u30BB\u30F3\u30C8\u30FB\u30C8\u30E9\u30F3\u30B9\u30EC\u30FC\u30BF\u30FC\uFF08\u30A2\u30EB\u30D5\u30A1\uFF09","translationServices.google":"\u30B0\u30FC\u30B0\u30EB\u7FFB\u8A33","translationServices.bai":"\u30D0\u30A4\u30C9\u30A5\uFF08\u30A2\u30EB\u30D5\u30A1\uFF09","translationServices.baidu":"\u767E\u5EA6\u306E\u7FFB\u8A33","translationServices.aliyun":"\u30A2\u30EA\u30AF\u30E9\u30A6\u30C9\u7FFB\u8A33","translationServices.volc":"\u706B\u5C71\u7FFB\u8A33","translationServices.deeplx":"DeepLX (\u30D9\u30FC\u30BF)","translationServices.bing":"\u30DE\u30A4\u30AF\u30ED\u30BD\u30D5\u30C8\u7FFB\u8A33","translationServices.deepl":"\u30C7\u30A3\u30FC\u30D7\u30A8\u30EB","translationServices.wechat":"WeChat\u7FFB\u8A33","translationServices.azure":"\u30A2\u30B8\u30E5\u30FC\u30EB\u7FFB\u8A33","translationServices.ibm":"IBM\u30EF\u30C8\u30BD\u30F3","translationServices.aws":"\u30A2\u30DE\u30BE\u30F3\u7FFB\u8A33","translationServices.mock":"\u6A21\u64EC\u7FFB\u8A33","translationServices.mock2":"\u6A21\u64EC\u7FFB\u8A332","translationServices.caiyun":"\u30AB\u30E9\u30D5\u30EB\u306A\u96F2\u3068\u5C0F\u3055\u306A\u7FFB\u8A33","translationServices.cai":"\u30AB\u30E9\u30D5\u30EB\u306A\u96F2\uFF08\u30A2\u30EB\u30D5\u30A1\uFF09","translationServices.volcAlpha":"\u30DC\u30EB\u30B1\u30FC\u30CE\uFF08\u30A2\u30EB\u30D5\u30A1\uFF09","translationServices.openl":"\u30AA\u30FC\u30D7\u30F3L","translationServices.youdao":"Youtube\u7FFB\u8A33","translationServices.you":"Youdao \u7FFB\u8A33\u8005\uFF08\u30A2\u30EB\u30D5\u30A1\uFF09","translationServices.transmart":"\u9A30\u8A0A\u30A4\u30F3\u30BF\u30E9\u30AF\u30C6\u30A3\u30D6\u7FFB\u8A33","translationServices.niu":"\u30DE\u30FC\u30D9\u30EA\u30C3\u30AF\u7FFB\u8A33\u8005","translationServices.papago":"\u30D1\u30D1\u30B4\u7FFB\u8A33","translationServices.d":"D\uFF08\u30A2\u30EB\u30D5\u30A1\uFF09","translationServices.dpro":"D\u30D7\u30ED\uFF08\u30AB\u30CA\u30EA\u30A2\uFF09","translationServices.openai":"\u30AA\u30FC\u30D7\u30F3AI","translationServices.chatgpt":"ChatGPT Web(3.5 mobile)","translate title":"\u30DA\u30FC\u30B8\u30BF\u30A4\u30C8\u30EB\u3092\u7FFB\u8A33\u3059\u308B","always languages":"\u5E38\u306B\u8A00\u8A9E\u3092\u7FFB\u8A33\u3059\u308B",neverTranslateLanguagesLabel:"\u7FFB\u8A33\u3055\u308C\u308B\u3053\u3068\u306E\u306A\u3044\u8A00\u8A9E",neverTranslateTheFollowingLanguagesDescription:"\u30DA\u30FC\u30B8\u4E0A\u306E\u6BB5\u843D\u304C\u4EE5\u4E0B\u306E\u8A00\u8A9E\u306E\u3044\u305A\u308C\u304B\u3067\u3042\u308B\u5834\u5408\u3001\u7FFB\u8A33\u306F\u30B9\u30AD\u30C3\u30D7\u3055\u308C\u307E\u3059\u3002",enableUserscriptPagePopup:"\u30DA\u30FC\u30B8\u306B\u30DB\u30D0\u30FC\u30DC\u30FC\u30EB\u3092\u8868\u793A",enableUserscriptPagePopupDescription:"\u30DB\u30D0\u30FC\u30DC\u30FC\u30EB\u3092\u30AA\u30D5\u306B\u3057\u305F\u5F8C\u306F\u3001\u30B7\u30E7\u30FC\u30C8\u30AB\u30C3\u30C8 /{touch}\u3067\u547C\u3073\u51FA\u3059\u3053\u3068\u304C\u3067\u304D\u307E\u3059\u3002\u3046\u3063\u304B\u308A\u3053\u306E\u30AA\u30D7\u30B7\u30E7\u30F3\u3092\u30AA\u30D5\u306B\u3057\u305F\u5F8C\u3001\u30DB\u30D0\u30FC\u30DC\u30FC\u30EB\u3092\u898B\u3064\u3051\u3089\u308C\u306A\u304F\u306A\u308B\u306E\u3092\u9632\u3050\u305F\u3081\u3001\u3053\u306E\u8A2D\u5B9A\u30DA\u30FC\u30B8\u3092\u30D6\u30C3\u30AF\u30DE\u30FC\u30AF\u3057\u3066\u304A\u304F\u3053\u3068\u3092\u5F37\u304F\u304A\u52E7\u3081\u3057\u307E\u3059\uFF01","always translate the following languages":"\u30DA\u30FC\u30B8\u304C\u6B21\u306E\u8A00\u8A9E\u306E1\u3064\u3067\u3042\u308B\u3068\u304D\u81EA\u52D5\u7684\u306B\u30BF\u30FC\u30B2\u30C3\u30C8\u8A00\u8A9E\u306B\u7FFB\u8A33\u3059\u308B","always sites":"\u5E38\u306B\u7FFB\u8A33\u3055\u308C\u305F\u30A6\u30A7\u30D6\u30B5\u30A4\u30C8","always translate the following sites":"\u306E\u30C9\u30E1\u30A4\u30F3\u540D\u3067\u3042\u308C\u3070\u3001\u30A6\u30A7\u30D6\u30B5\u30A4\u30C8\u306F\u81EA\u52D5\u7684\u306B\u30BF\u30FC\u30B2\u30C3\u30C8\u8A00\u8A9E\u306B\u7FFB\u8A33\u3055\u308C\u308B\u3002","never sites":"\u672A\u7FFB\u8A33\u30B5\u30A4\u30C8","never translate the following sites":"\u4EE5\u4E0B\u306E\u30C9\u30E1\u30A4\u30F3\u306E\u30B5\u30A4\u30C8\u3067\u306F\u3001\u7FFB\u8A33\u306F\u884C\u308F\u308C\u307E\u305B\u3093\u3002","please refer to":"\u4F7F\u7528\u3059\u308B\u524D\u306B\u30AD\u30FC\u3092\u5165\u529B\u3059\u308B\u5FC5\u8981\u304C\u3042\u308A\u307E\u3059\u3002",KeyAndConfigurationTutorial:"\u30AD\u30FC\u30FB\u30A2\u30D7\u30EA\u30B1\u30FC\u30B7\u30E7\u30F3\u3068\u30B3\u30F3\u30D5\u30A3\u30AE\u30E5\u30EC\u30FC\u30B7\u30E7\u30F3\u30FB\u30C1\u30E5\u30FC\u30C8\u30EA\u30A2\u30EB",useAboveStyleForTheseSites:"\u4EE5\u4E0B\u306E\u30C9\u30E1\u30A4\u30F3\u306E\u30B5\u30A4\u30C8\u3067\u306F\u3001\u5E38\u306B \u2308{theme}\u230B \u7FFB\u8A33\u30B9\u30BF\u30A4\u30EB\u3092\u4F7F\u7528\u3057\u307E\u3059\u3002",currentUrl:"\u73FE\u5728\u306EURL",confirm:"\u30BB\u30FC\u30D6",cancel:"\u30AD\u30E3\u30F3\u30BB\u30EB",delete:"\u9664\u53BB","languages.auto":"\u81EA\u52D5\u691C\u51FA",syncToCloud:"\u30B0\u30FC\u30B0\u30EB\u30C9\u30E9\u30A4\u30D6\u306B\u540C\u671F",syncToCloudDescription:"\u30AF\u30E9\u30A6\u30C9\u306B\u30A2\u30C3\u30D7\u30ED\u30FC\u30C9\u3055\u308C\u305F\u30B3\u30F3\u30D5\u30A3\u30AE\u30E5\u30EC\u30FC\u30B7\u30E7\u30F3\u306F\u3001\u7570\u306A\u308B\u30D6\u30E9\u30A6\u30B6\u30FC\uFF0F\u30B0\u30EA\u30FC\u30B9\u30E2\u30F3\u30AD\u30FC\u30FB\u30B9\u30AF\u30EA\u30D7\u30C8\u9593\u3067\u540C\u671F\u3055\u305B\u308B\u3053\u3068\u304C\u3067\u304D\u308B\u3002",syncToAccount:"\u30A4\u30DE\u30FC\u30B7\u30D6\u7FFB\u8A33\u30AF\u30E9\u30A6\u30C9\u3078\u306E\u540C\u671F",syncToAccountButton:"\u30AF\u30E9\u30A6\u30C9\u3068\u306E\u5373\u6642\u540C\u671F",syncToAccountDescription:"\u7570\u306A\u308B\u30C7\u30D0\u30A4\u30B9\u9593\u3067\u3001\u6700\u5F8C\u306B\u5909\u66F4\u3055\u308C\u305F\u65B9\u306E\u8A2D\u5B9A\u3092\u81EA\u52D5\u7684\u306B\u540C\u671F\u3057\u307E\u3059\u3002",successSyncConfigInAccount:"\u30AF\u30E9\u30A6\u30C9\u3068\u306E\u540C\u671F\u306B\u6210\u529F",successSyncConfigToAccount:"\u30AF\u30E9\u30A6\u30C9\u3078\u306E\u540C\u671F\u306B\u6210\u529F",syncConfigNoUpdate:"\u3082\u3046\u6700\u65B0\u306E\u3082\u306E\u3060\u3002",authFail:"\u8A8D\u8A3C\u5931\u6557",syncTitle:"\u624B\u52D5\u30D0\u30C3\u30AF\u30A2\u30C3\u30D7\u7BA1\u7406",import_hint:"\u30A4\u30F3\u30DD\u30FC\u30C8",upload:"\u30A2\u30C3\u30D7\u30ED\u30FC\u30C9",revokeAuth:"\u8A8D\u53EF\u306E\u53D6\u308A\u6D88\u3057",uploadFail:"\u30A2\u30C3\u30D7\u30ED\u30FC\u30C9\u5931\u6557",download:"\u30C0\u30A6\u30F3\u30ED\u30FC\u30C9",importSuccess:"\u8F38\u5165\u306B\u6210\u529F",importFail:"\u30A4\u30F3\u30DD\u30FC\u30C8\u5931\u6557",deleteFail:"\u524A\u9664\u306B\u5931\u6557\u3057\u307E\u3057\u305F",backupToCloud:"\u30D0\u30C3\u30AF\u30A2\u30C3\u30D7\u30D5\u30A1\u30A4\u30EB\u306E\u624B\u52D5\u7BA1\u7406",create_new_backup:"\u65B0\u3057\u3044\u30D0\u30C3\u30AF\u30A2\u30C3\u30D7\u30CE\u30FC\u30C9\u3092\u8FFD\u52A0\u3059\u308B",maxBackupFiles:"\u6700\u5927{count}\u7570\u306A\u308B\u30CE\u30FC\u30C9\u3092\u30D0\u30C3\u30AF\u30A2\u30C3\u30D7\u3067\u304D\u307E\u3059\u3002\u4E0D\u8981\u306A\u30CE\u30FC\u30C9\u306F\u524A\u9664\u3057\u3066\u304F\u3060\u3055\u3044\u3002",backupToCloudDescription:"\u30D0\u30C3\u30AF\u30A2\u30C3\u30D7\u30D5\u30A1\u30A4\u30EB\u3092\u624B\u52D5\u3067\u30A2\u30C3\u30D7\u30ED\u30FC\u30C9\u307E\u305F\u306F\u30EA\u30B9\u30C8\u30A2\u3002",successSyncConfig:"\u30AF\u30E9\u30A6\u30C9\u3068\u306E\u540C\u671F\u306B\u6210\u529F",syncFail:"\u540C\u671F\u5931\u6557",updatedAt:"{date}\u3088\u308A\u66F4\u65B0",lastSyncedAt:"\u6700\u7D42\u78BA\u8A8D\uFF1A {date}",downloadFail:"\u30C0\u30A6\u30F3\u30ED\u30FC\u30C9\u306B\u5931\u6557\u3057\u307E\u3057\u305F",clickToDownload:"\u30AF\u30EA\u30C3\u30AF\u3057\u3066\u30C0\u30A6\u30F3\u30ED\u30FC\u30C9",aboutLabel:"\u30D5\u30A3\u30FC\u30C9\u30D0\u30C3\u30AF","browser.openAboutPage":"\u3054\u610F\u898B\u30FB\u3054\u611F\u60F3",aboutLabelWithoutSponsor:"\u30D5\u30A3\u30FC\u30C9\u30D0\u30C3\u30AF",aboutIntro:"\u30A4\u30F3\u30BF\u30FC\u30CD\u30C3\u30C8\u4E0A\u306E\u81A8\u5927\u306A\u5916\u56FD\u8A9E\u60C5\u5831\u3078\u306E\u30A2\u30AF\u30BB\u30B9\u304C\u3088\u308A\u7C21\u5358\u3067\u697D\u3057\u3044\u3082\u306E\u306B\u306A\u308A\u307E\u3059\u3088\u3046\u306B \u2764\uFE0F <6>\u30D7\u30ED\u30E1\u30F3\u30D0\u30FC\u30B7\u30C3\u30D7\u3092 \u6709\u52B9\u306B\u3057\u3066\u3001\u3059\u3050\u306B\u4F7F\u3048\u308BDeepL\u3068OpenAI\u306E\u7FFB\u8A33\u3092\u3054\u5229\u7528\u304F\u3060\u3055\u3044\u3002

<3>Twitter\u3001<4>Telegram\u3001Weibo\u3001WeChat\u3067\u79C1\u305F\u3061\u3092\u30D5\u30A9\u30ED\u30FC\u3059\u308B\u304B\u3001\u4EE5\u4E0B\u306E<5>\u30E1\u30FC\u30EA\u30F3\u30B0\u30EA\u30B9\u30C8\u306B\u767B\u9332\u3057\u3066\u66F4\u65B0\u3092\u8FFD\u8DE1\u3059\u308B\u3053\u3068\u304C\u3067\u304D\u307E\u3059\u3002
<7>\u30D7\u30ED\u4F1A\u54E1\u306E \u65B9\u306F\u3001 <8>support@immersivetranslate.com \u307E\u3067\u3054\u9023\u7D61\u3044\u305F\u3060\u3051\u308C\u3070\u3001\u8FC5\u901F\u306A\u30AB\u30B9\u30BF\u30DE\u30FC\u30B5\u30FC\u30D3\u30B9\u3092\u3054\u63D0\u4F9B\u3044\u305F\u3057\u307E\u3059\u3002",aboutIntroWithoutSponsor:"\u2764\uFE0F

<3>\u30C4\u30A4\u30C3\u30BF\u30FC\u3001<4>\u30C6\u30EC\u30B0\u30E9\u30E0\u30FB\u30C1\u30E3\u30F3\u30CD\u30EB\u3001WeChat\u3001WeChat Exchange\u3067\u30D5\u30A9\u30ED\u30FC\u3057\u3066\u3044\u305F\u3060\u304F\u304B\u3001\u4EE5\u4E0B\u306E<5>E\u30E1\u30FC\u30EB\u3067\u66F4\u65B0\u60C5\u5831\u3092<5>\u8CFC\u8AAD\u3057\u3066\u304F\u3060\u3055\u3044\u3002",projectHomepage:"\u30D7\u30ED\u30B8\u30A7\u30AF\u30C8\u30FB\u30DB\u30FC\u30E0",joinTelegramGroup:"\u30E6\u30FC\u30B6\u30FC\u30B0\u30EB\u30FC\u30D7\u306B\u53C2\u52A0\u3057\u3066\u3001\u6A5F\u80FD\u306B\u95A2\u3059\u308B\u30C7\u30A3\u30B9\u30AB\u30C3\u30B7\u30E7\u30F3\u306B\u53C2\u52A0",wechatPublicAccount:"WeChat\u30D1\u30D6\u30EA\u30C3\u30AF",wechatCommunities:"WeChat\u4EA4\u6D41\u30B0\u30EB\u30FC\u30D7",qqCommunities:"QQ\u30B3\u30DF\u30E5\u30CB\u30B1\u30FC\u30B7\u30E7\u30F3\u30C1\u30E3\u30F3\u30CD\u30EB",joinTelegramChannel:"\u6700\u65B0\u60C5\u5831\u306FTelegram\u30C1\u30E3\u30F3\u30CD\u30EB\u3092\u30D5\u30A9\u30ED\u30FC",feedbackAndJoin:"\u8CEA\u554F \u30D5\u30A3\u30FC\u30C9\u30D0\u30C3\u30AF / \u30B0\u30EB\u30FC\u30D7\u8FFD\u52A0",autoSync:"\u81EA\u52D5\u6642\u523B\u540C\u671F",loadingThemeTitle:"\u30ED\u30FC\u30C7\u30A3\u30F3\u30B0\u30FB\u30B9\u30BF\u30A4\u30EB",loadingThemeDescription:"\u7FFB\u8A33\u30ED\u30FC\u30C9\u5F85\u3061\u6642\u9593\u306E\u30B9\u30BF\u30A4\u30EB\u8A2D\u5B9A","loadingTheme.spinner":"\u56DE\u8EE2\u30A2\u30CB\u30E1\u30FC\u30B7\u30E7\u30F3","loadingTheme.text":"\u9759\u7684\u30C6\u30AD\u30B9\u30C8 ","loadingTheme.none":"\u8868\u793A\u306A\u3057",developerDescription:"\u9AD8\u5EA6\u306A\u30AB\u30B9\u30BF\u30DE\u30A4\u30BA\u306B\u95A2\u3059\u308B\u30C9\u30AD\u30E5\u30E1\u30F3\u30C8\u306F<1>\u3053\u3061\u3089\u3092\u3054\u89A7\u304F\u3060\u3055\u3044\u3002","edit border color":"\u30DC\u30FC\u30C0\u30FC\u30AB\u30E9\u30FC\u306E\u5909\u66F4",successSyncButNoChange:"\u73FE\u5728\u306E\u30B3\u30F3\u30D5\u30A3\u30AE\u30E5\u30EC\u30FC\u30B7\u30E7\u30F3\u306F\u30AF\u30E9\u30A6\u30C9\u3068\u4E00\u81F4\u3057\u3066\u3044\u308B",customTheme:"\u30AB\u30B9\u30BF\u30E0\u30AB\u30E9\u30FC\u3068\u30B5\u30A4\u30BA","customThemeLabel.borderColor":"\u30DC\u30FC\u30C0\u30FC\u30AB\u30E9\u30FC","customThemeLabel.borderRadius":"\u4E38\u307F\u3092\u5E2F\u3073\u305F\u30A8\u30C3\u30B8","customThemeLabel.textColor":"\u30C6\u30AD\u30B9\u30C8\u30AB\u30E9\u30FC","customThemeLabel.backgroundColor":"\u80CC\u666F\u8272","customThemeLabel.zoom":"\u30D5\u30A9\u30F3\u30C8\u30FB\u30B9\u30B1\u30FC\u30EA\u30F3\u30B0 (%)","customThemeLabel.opacity":"\u30C6\u30AD\u30B9\u30C8\u306E\u4E0D\u900F\u660E\u5EA6 (%)",resetToDefaultColor:"\u30C7\u30D5\u30A9\u30EB\u30C8\u30AB\u30E9\u30FC\u306B\u623B\u3059",resetToDefaultSettings:"\u30C7\u30D5\u30A9\u30EB\u30C8\u8A2D\u5B9A\u306B\u623B\u3059",isTranslateTitle:"\u30DA\u30FC\u30B8\u30BF\u30A4\u30C8\u30EB\u306E\u7FFB\u8A33\u3092\u6709\u52B9\u306B\u3059\u308B",isTranslateTitleDescription:"\u30AA\u30F3\u306B\u3059\u308B\u3068\u3001\u30DA\u30FC\u30B8\u30BF\u30A4\u30C8\u30EB\u304C\u7FFB\u8A33\u3055\u308C\u307E\u3059",enableSearchEnhancement:"\u30D0\u30A4\u30EA\u30F3\u30AC\u30EB\u30E1\u30C3\u30BB\u30FC\u30B8\u3092\u6709\u52B9\u306B\u3059\u308B",enableSearchEnhancementDescription:"\u6709\u52B9\u306B\u3059\u308B\u3068\u3001\u5BFE\u5FDC\u30B5\u30A4\u30C8\uFF08Google News\u3001Google Search\uFF08\u4E00\u90E8\u30AD\u30FC\u30EF\u30FC\u30C9\uFF09\u3001Snowball\u3001Oriental Fortune\u3001Futura\u3001Tiger Community\uFF09\u306E\u53F3\u30AB\u30E9\u30E0\u306B\u3001\u8A72\u5F53\u3059\u308B\u82F1\u8A9E\u30AD\u30FC\u30EF\u30FC\u30C9\u3067\u300CGoogle News\u300D\u306E\u691C\u7D22\u7D50\u679C\u304C\u81EA\u52D5\u7684\u306B\u8868\u793A\u3055\u308C\u308B\u3088\u3046\u306B\u306A\u308A\u307E\u3059\u3002",verifyService:"\u30B5\u30FC\u30D3\u30B9\u306E\u30C6\u30B9\u30C8\u306F\u3053\u3061\u3089",verified:"\u6210\u529F\u306E\u78BA\u8A8D","field.langs":"\u5BFE\u5FDC\u8A00\u8A9E\u30B3\u30FC\u30C9","field.model":"\u30E2\u30C7\u30EA\u30F3\u30B0","field.translationEngine":"\u7FFB\u8A33\u30A8\u30F3\u30B8\u30F3","field.limitPerMinute":"1\u5206\u3042\u305F\u308A\u306E\u6700\u5927\u30EA\u30AF\u30A8\u30B9\u30C8\u6570","field.limitPerSecond":"1\u79D2\u3042\u305F\u308A\u306E\u6700\u5927\u30EA\u30AF\u30A8\u30B9\u30C8\u6570","field.maxTextLengthPerRequest":"\u30EA\u30AF\u30A8\u30B9\u30C8\u3054\u3068\u306E\u6700\u5927\u30C6\u30AD\u30B9\u30C8\u9577","field.maxTextGroupLengthPerRequest":"\u30EA\u30AF\u30A8\u30B9\u30C8\u3054\u3068\u306E\u6700\u5927\u6BB5\u843D\u6570","field.apiUrl":"\u30AB\u30B9\u30BF\u30E0API\u30A4\u30F3\u30BF\u30FC\u30D5\u30A7\u30FC\u30B9\u306E\u30A2\u30C9\u30EC\u30B9","field.placeholderDelimiters":"\u4E88\u7D04\u30D7\u30EC\u30FC\u30B9\u30DB\u30EB\u30C0","description.custom":"\u30AB\u30B9\u30BF\u30E0\u30A4\u30F3\u30BF\u30FC\u30D5\u30A7\u30FC\u30B9\u30A2\u30AF\u30BB\u30B9 \u8981\u30C9\u30AD\u30E5\u30E1\u30F3\u30C6\u30FC\u30B7\u30E7\u30F3","description.limitPerMinute":"\u3053\u306E\u5236\u9650\u3092\u8D85\u3048\u305F\u30EA\u30AF\u30A8\u30B9\u30C8\u306F\u3001\u6B21\u306E\u5206\u304C\u59CB\u307E\u308B\u307E\u3067\u30AD\u30E5\u30FC\u306B\u5165\u308A\u307E\u3059\u3002OpenAI\u306E\u73FE\u5728\u306E\u30B5\u30FC\u30D3\u30B9\u306B\u306F\u3055\u307E\u3056\u307E\u306A\u5236\u9650\u304C\u3042\u308B\u305F\u3081\u3001\u6700\u65B0\u306E\u63A8\u5968\u5024\u306F<1>\u3053\u3061\u3089\u3092\u3054\u89A7\u304F\u3060\u3055\u3044\u3002","description.limitPerSecond":"\u3053\u306E\u5236\u9650\u3092\u8D85\u3048\u305F\u30EA\u30AF\u30A8\u30B9\u30C8\u306F\u3001\u6B21\u306E\u79D2\u304C\u59CB\u307E\u308B\u307E\u3067\u30AD\u30E5\u30FC\u306B\u5165\u308A\u307E\u3059\u3002OpenAI\u306E\u73FE\u5728\u306E\u30B5\u30FC\u30D3\u30B9\u306B\u306F\u3055\u307E\u3056\u307E\u306A\u5236\u9650\u304C\u3042\u308B\u305F\u3081\u3001\u6700\u65B0\u306E\u63A8\u5968\u5024\u306F<1>\u3053\u3061\u3089\u3092\u3054\u89A7\u304F\u3060\u3055\u3044\u3002","description.generalLimitPerSecond":"\u3053\u306E\u5236\u9650\u3092\u8D85\u3048\u305F\u30EA\u30AF\u30A8\u30B9\u30C8\u306F\u3001\u6B21\u306E\u79D2\u304C\u59CB\u307E\u308B\u307E\u3067\u30AD\u30E5\u30FC\u306B\u5165\u308B\u3002","description.prompt":"\u30E6\u30FC\u30B6\u30FC\u3068\u3057\u3066 {service} \u306B\u9001\u4FE1\u3055\u308C\u308B\u5BFE\u8A71\u3067\u3001{{text}} \u306F\u6BB5\u843D\u306E\u30C6\u30AD\u30B9\u30C8\u5185\u5BB9\u3092\u793A\u3057\u3001{{from}} \u306F\u6BB5\u843D\u306E\u8A00\u8A9E\u3092\u793A\u3057\u3001{{to}} \u306F\u76EE\u6A19\u8A00\u8A9E\u3092\u793A\u3057\u307E\u3059\u3002","description.maxTextLengthPerRequest":"\u30EA\u30AF\u30A8\u30B9\u30C8\u3042\u305F\u308A\u306E\u6700\u5927\u6587\u5B57\u6570\u304C\u5927\u304D\u3059\u304E\u308B\u3068\u3001\u30A4\u30F3\u30BF\u30FC\u30D5\u30A7\u30FC\u30B9\u306E\u5FDC\u7B54\u304C\u9045\u304F\u306A\u308B\u306E\u3067\u3001\u3053\u306E\u30AA\u30D7\u30B7\u30E7\u30F3\u3092\u8ABF\u6574\u3057\u3066\u901F\u5EA6\u3092\u6700\u9069\u5316\u3057\u3066\u304F\u3060\u3055\u3044\u3002","description.systemPrompt":"\u30B7\u30B9\u30C6\u30E0\u3068\u3057\u3066 {service} \u306B\u9001\u4FE1\u3055\u308C\u308B\u5BFE\u8A71\u3067\u3001{{text}} \u306F\u6BB5\u843D\u306E\u30C6\u30AD\u30B9\u30C8\u5185\u5BB9\u3092\u793A\u3057\u3001{{from}} \u306F\u6BB5\u843D\u306E\u8A00\u8A9E\u3092\u793A\u3057\u3001{{to}} \u306F\u76EE\u6A19\u8A00\u8A9E\u3092\u793A\u3057\u307E\u3059\u3002","field.domain":"\u30EC\u30A2\u30EB","description.domain":"\u30C7\u30D5\u30A9\u30EB\u30C8\u306F\uFF1Ageneral \u3067\u3059\u3002Arima API \u30B3\u30F3\u30BD\u30FC\u30EB\u3067\u30C9\u30E1\u30A4\u30F3\u5909\u63DB\u304C\u6709\u52B9\u306B\u306A\u3063\u3066\u3044\u308B\u5834\u5408\u306E\u307F\u8A2D\u5B9A\u3067\u304D\u307E\u3059\u3002","field.scene":"\u53D6\u308B","description.scene":"\u30C7\u30D5\u30A9\u30EB\u30C8\u306F\uFF1A\u4E00\u822C\u3067\u3059\u3002AliCloud API\u30B3\u30F3\u30BD\u30FC\u30EB\u3067Machine Translation Pro\u3092\u958B\u3044\u305F\u5834\u5408\u306E\u307F\u8A2D\u5B9A\u3067\u304D\u307E\u3059\u3002","field.vocabId":"\u30E6\u30FC\u30B6\u30FC\u8F9E\u66F8ID","description.vocabId":"\u6307\u5B9A\u3055\u308C\u305F\u8F9E\u66F8out_id\u306F\u3001\u73FE\u5728\u3001\u82F1\u8A9E\u304B\u3089\u4E2D\u56FD\u8A9E\u3078\u306E\u7FFB\u8A33\u3092\u30B5\u30DD\u30FC\u30C8\u3057\u3066\u3044\u308B\u3002","description.model":"OpenAI\u306E\u30E2\u30C7\u30EB\u306F\u3001gpt-3.5-turbo\u3001gpt-4\u306A\u3069\u3002","description.maxTextGroupLengthPerRequest":"\u4E00\u5EA6\u306B\u7FFB\u8A33\u30B5\u30FC\u30D3\u30B9\u306B\u9001\u4FE1\u3055\u308C\u308B\u6BB5\u843D\u6570\u3002\u6BB5\u843D\u6570\u304C\u591A\u3059\u304E\u308B\u3068\u3001\u30A4\u30F3\u30BF\u30FC\u30D5\u30A7\u30FC\u30B9\u306E\u5FDC\u7B54\u304C\u9045\u304F\u306A\u308B\u3053\u3068\u304C\u3042\u308A\u307E\u3059\u3002","description.apiUrl":"\u5177\u4F53\u7684\u306AURL\u3068\u30D1\u30B9\u3001<1>\u3088\u308A\u8A73\u3057\u3044\u8AAC\u660E\u3092\u8FFD\u52A0\u3057\u3066\u304F\u3060\u3055\u3044\u3002",enabledExtension:"\u30A8\u30AF\u30B9\u30C6\u30F3\u30B7\u30E7\u30F3\u306E\u6709\u52B9\u5316",clickToDisableExtension:"\u30AF\u30EA\u30C3\u30AF\u3057\u3066\u62E1\u5F35\u6A5F\u80FD\u3092\u7121\u52B9\u306B\u3059\u308B",clickToEnableExtension:"\u30AF\u30EA\u30C3\u30AF\u3057\u3066\u62E1\u5F35\u6A5F\u80FD\u3092\u6709\u52B9\u306B\u3059\u308B",hasBeenDisabled:"\u4F7F\u7528\u4E0D\u80FD","show password":"\u30D1\u30B9\u30EF\u30FC\u30C9\u3092\u8868\u793A\u3059\u308B",customContent:"\u30AB\u30B9\u30BF\u30E0\u30E2\u30C7\u30EB\u540D\u3092\u5165\u529B",inputOptions:"\u5165\u529B\u30DC\u30C3\u30AF\u30B9\u306E\u5F37\u5316",mouseHoverOptions:"\u30DE\u30A6\u30B9\u30DB\u30D0\u30FC",modifyMouseHoverKey:"\u30DE\u30A6\u30B9\u30DB\u30D0\u30FC\u30B7\u30E7\u30FC\u30C8\u30AB\u30C3\u30C8\u306E\u5909\u66F4",enableInputTranslation:"\u5165\u529B\u30DC\u30C3\u30AF\u30B9\u306E\u62E1\u5F35\u3092\u6709\u52B9\u306B\u3059\u308B\u304B\u3069\u3046\u304B",enableInputTranslationDescription:"\u6709\u52B9\u5316\u3057\u305F\u3089\u3001 {startingKey}{startingKey} hello \u3068\u5165\u529B\u30DC\u30C3\u30AF\u30B9\u306B\u76F4\u63A5\u5165\u529B\u3057\u3001{inputTrailingTriggerKeyRepeatTimes}times{trailingKey}\u3092\u7D20\u65E9\u304F\u62BC\u3057\u3066\u3001 {inputTargetLanguage}\u306B\u5909\u63DB\u3059\u308B\u3002",enableInputTranslationDescriptionForNoneKey:"\u6709\u52B9\u306B\u3057\u305F\u3089\u3001\uFF1AHello World\u3068\u5165\u529B\u30DC\u30C3\u30AF\u30B9\u306B\u76F4\u63A5\u5165\u529B\u3057\u3001{inputTrailingTriggerKeyRepeatTimes}{trailingKey}\u3092\u7D20\u65E9\u304F\u62BC\u3057\u3066\u3001\u30C7\u30D5\u30A9\u30EB\u30C8\u306E\u30BF\u30FC\u30B2\u30C3\u30C8\u8A00\u8A9E\u306B\u7FFB\u8A33\u3059\u308B\u3002",inputTargetLanguage:"\u5165\u529B\u30DC\u30C3\u30AF\u30B9\u306E\u30C7\u30D5\u30A9\u30EB\u30C8\u30BF\u30FC\u30B2\u30C3\u30C8\u8A00\u8A9E\u306E\u8A2D\u5B9A",inputTargetLanguageDescription:"\u5165\u529B\u30DC\u30C3\u30AF\u30B9\u7FFB\u8A33\u306E\u30C7\u30D5\u30A9\u30EB\u30C8\u30BF\u30FC\u30B2\u30C3\u30C8\u8A00\u8A9E\u3001\u3059\u306A\u308F\u3061\u3001\u30C8\u30EA\u30AC\u30FC\u30EF\u30FC\u30C9\u306E\u30C7\u30D5\u30A9\u30EB\u30C8\u8A00\u8A9E\u3068\u3057\u3066 {startingKey}{startingKey}",inputTargetLanguageDescriptionForNoneKey:"\u5165\u529B\u30DC\u30C3\u30AF\u30B9\u7FFB\u8A33\u306E\u30C7\u30D5\u30A9\u30EB\u30C8\u30BF\u30FC\u30B2\u30C3\u30C8\u8A00\u8A9E",inputStartingTriggerKeyTitle:"\u5165\u529B\u30DC\u30C3\u30AF\u30B9\u306E\u90E8\u5206\u7FFB\u8A33\u306E\u305F\u3081\u306E\u5206\u5272\u6587\u5B57\u306E\u8A2D\u5B9A",inputStartingTriggerKeyDescription:"\u5165\u529B\u30DC\u30C3\u30AF\u30B9\u5168\u4F53\u3092\u7FFB\u8A33\u3059\u308B\u5FC5\u8981\u304C\u306A\u3044\u5834\u5408\u3001\u30B9\u30D7\u30EA\u30C3\u30BF\u30FC\u306F {startingKey}{startingKey} \u304B\u3089\u5165\u529B\u30DC\u30C3\u30AF\u30B9\u306E\u6700\u5F8C\u307E\u3067\u306E\u90E8\u5206\u3060\u3051\u3092\u7FFB\u8A33\u3059\u308B\u3053\u3068\u304C\u3067\u304D\u307E\u3059\u3002\u307E\u305F\u3001\u8A00\u8A9E\u30B3\u30FC\u30C9\u3092\u6307\u5B9A\u3059\u308B\u3053\u3068\u3082\u3067\u304D\u307E\u3059\u3002\u4F8B\u3048\u3070\u3001\uFF1A{startingKey}ja \u306F {startingKey}ja \u304B\u3089\u5165\u529B\u30DC\u30C3\u30AF\u30B9\u306E\u6700\u5F8C\u307E\u3067\u306E\u90E8\u5206\u3060\u3051\u3092\u7FFB\u8A33\u3059\u308B\u3053\u3068\u3092\u610F\u5473\u3057\u307E\u3059\u3002",inputStartingTriggerKeyDescriptionForNoneKey:"\u73FE\u5728\u306E\u63A5\u982D\u8F9E\u306A\u3057\u306E\u8A2D\u5B9A\u306F\u4E0D\u8981\u3067\u3042\u308A\u3001\u5165\u529B\u30DC\u30C3\u30AF\u30B9\u306E\u4E00\u90E8\u306E\u30C6\u30AD\u30B9\u30C8\u306E\u7FFB\u8A33\u6A5F\u80FD\u306F\u73FE\u6642\u70B9\u3067\u306F\u5229\u7528\u3067\u304D\u306A\u3044\u3002",inputTrailingTriggerKeyTitle:"\u5165\u529B\u7D42\u4E86\u30C8\u30EA\u30AC\u30FC\u6587\u5B57\u3092\u9078\u629E\u3059\u308B",inputTrailingTriggerKeyDescription:"3 quick hits{trailingKey} \u7FFB\u8A33\u3092\u958B\u59CB\u3057\u307E\u3059\uFF01",inputTrailingTriggerKeyTimeout:"\u6226\u95D8\u7D42\u4E86\u30C8\u30EA\u30AC\u30FC\u307E\u3067\u306E\u6642\u9593\u3092\u5165\u529B\u3059\u308B\u3002",inputTrailingTriggerKeyTimeoutDescription:"\u5165\u529B\u7D42\u4E86\u30B3\u30F3\u30DC\u306E\u30C8\u30EA\u30AC\u30FC\u307E\u3067\u306E\u6642\u9593\uFF08\u30DF\u30EA\u79D2\uFF09\u3092\u8A2D\u5B9A\u3059\u308B\u3002",spaceKey:"<\u7A7A\u683C\u952E>",noneKey:"\u63A5\u982D\u8F9E\u306A\u3057\u306E\u30C6\u30AD\u30B9\u30C8\u30DC\u30C3\u30AF\u30B9\u5168\u4F53\u306E\u76F4\u63A5\u7FFB\u8A33",inputTranslationBlockUrlsTitle:"\u4EE5\u4E0B\u306EURL\u3067\u306F\u3001\u5165\u529B\u30DC\u30C3\u30AF\u30B9\u306E\u62E1\u5F35\u6A5F\u80FD\u3092\u6709\u52B9\u306B\u3057\u306A\u3044\u3067\u304F\u3060\u3055\u3044\u3002",inputTranslationBlockUrlsDescription:"\u5165\u529B\u30DC\u30C3\u30AF\u30B9\u306E\u6A5F\u80FD\u62E1\u5F35\u306F\u3001\u4EE5\u4E0B\u306EURL\u3067\u306F\u6A5F\u80FD\u3057\u307E\u305B\u3093\u3002",clickToSeeQuickDemo:"\u30AF\u30EA\u30C3\u30AF\u3057\u306630\u79D2\u306E\u30C1\u30E5\u30FC\u30C8\u30EA\u30A2\u30EB\u30D3\u30C7\u30AA\u3092\u62E1\u5927",inputHelperInfo:"\u8AAC\u660E\uFF1A\u4E2D\u56FD\u8A9E\u306E\u5165\u529B\u30E1\u30BD\u30C3\u30C9\u3067\u306F\u3001\u3044\u304F\u3064\u304B\u306E\u30C8\u30EA\u30AC\u30FC\u6587\u5B57\u304C\u4E2D\u56FD\u8A9E\u306E\u53E5\u8AAD\u70B9\u306B\u5909\u308F\u308B\u3068\u3044\u3046\u4E8B\u5B9F\u306B\u6700\u9069\u5316\u3057\u307E\u3057\u305F\u3002\u4F8B\u3048\u3070\u3001/ \u306F Sogou \u5165\u529B\u30E1\u30BD\u30C3\u30C9\u3067\u306F\u3001\u30C0\u30F3\u8A18\u53F7\u306B\u5909\u308F\u308A\u307E\u3059\u3002

\u307E\u305F\u3001\u8A00\u8A9E<1>\u30B3\u30FC\u30C9\u306E\u4E2D\u56FD\u8A9E\u30A8\u30A4\u30EA\u30A2\u30B9\u3082\u30B3\u30DE\u30F3\u30C9\u3068\u3057\u3066\u30B5\u30DD\u30FC\u30C8\u3057\u3066\u304A\u308A\u3001\u4F8B\u3048\u3070 /Japanese Hello World \u306F\u65E5\u672C\u8A9E\u306B\u7FFB\u8A33\u3055\u308C\u307E\u3059\u3002",reloadCurrentPage:"\u7FFB\u8A33\u3092\u958B\u59CB\u3059\u308B\u524D\u306B\u3001\u73FE\u5728\u306E\u30DA\u30FC\u30B8\u3092\u66F4\u65B0\u3057\u3066\u304F\u3060\u3055\u3044\u3002",noLocalFilePermissionForPDF:"\u30ED\u30FC\u30AB\u30EB\u30D5\u30A1\u30A4\u30EB\u3092\u8AAD\u307F\u8FBC\u3080\u6A29\u9650\u304C\u3042\u308A\u307E\u305B\u3093\u3002\u4E0A\u306E\u30DC\u30BF\u30F3\u3092\u30AF\u30EA\u30C3\u30AF\u3057\u3066\u3001\u30ED\u30FC\u30AB\u30EB\u30D5\u30A1\u30A4\u30EB\u3092\u30A4\u30F3\u30DD\u30FC\u30C8\u3057\u3066\u304F\u3060\u3055\u3044\u3002",noPermissionForThisPage:"\u26A0\uFE0F \u73FE\u5728\u306E\u30DA\u30FC\u30B8\u3092\u7FFB\u8A33\u3059\u308B\u6A29\u9650\u304C\u306A\u3044",retryAllParagraphs:"\u3059\u3079\u3066\u306E\u30A8\u30E9\u30FC\u30D1\u30C3\u30BB\u30FC\u30B8\u3092\u518D\u8A66\u884C\u3059\u308B",retryAllButton:"\u3059\u3079\u3066\u306E\u30A8\u30E9\u30FC\u30D1\u30C3\u30BB\u30FC\u30B8\u3092\u518D\u8A66\u884C\u3059\u308B",errorTooltipTitle:"\u30AF\u30EA\u30C3\u30AF\u3057\u3066\u30A8\u30E9\u30FC\u306E\u539F\u56E0\u3092\u898B\u308B",errorModalTitle:"\u7FFB\u8A33\u30B5\u30FC\u30D3\u30B9\u304B\u30CD\u30C3\u30C8\u30EF\u30FC\u30AF\u306B\u4F55\u304B\u554F\u984C\u304C\u3042\u308B\u3088\u3046\u3060...\u3002",disableConfirm:"\u30D0\u30A4\u30EA\u30F3\u30AC\u30EB\u60C5\u5831\u5F37\u5316\u8A2D\u5B9A",disableOnce:"\u3053\u306E\u969C\u5BB3",disableGlobal:"\u6C38\u4E45\u306B\u7121\u52B9\u306B\u3059\u308B",disableTint:"* {option}\u3002",searchEnhancementNotes:"\u4E2D\u56FD\u8A9E\u30AD\u30FC\u30EF\u30FC\u30C9\u3068\u82F1\u8A9E\u30AD\u30FC\u30EF\u30FC\u30C9\u3067\u306F\u3001\u30CB\u30E5\u30FC\u30B9\u306E\u691C\u7D22\u7D50\u679C\u304C\u5927\u304D\u304F\u7570\u306A\u308B\u3053\u3068\u304C\u308F\u304B\u308A\u307E\u3057\u305F\u3002 \u30A4\u30DE\u30FC\u30B7\u30D6\u7FFB\u8A33\u30D0\u30A4\u30EA\u30F3\u30AC\u30EB\u60C5\u5831\u5F37\u5316\u6A5F\u80FD\u3092\u6709\u52B9\u306B\u3059\u308B\u3068\u3001\u5BFE\u5FDC\u30B5\u30A4\u30C8\uFF08Google\u30CB\u30E5\u30FC\u30B9\u3001Google\u691C\u7D22\uFF08\u4E00\u90E8\u30AD\u30FC\u30EF\u30FC\u30C9\uFF09\u3001Snowball\u3001Oriental Wealth\u3001Futura\u3001Tiger\uFF09\u3067\u540C\u3058\u30AD\u30FC\u30EF\u30FC\u30C9\u3092\u82F1\u8A9E\u3067\u81EA\u52D5\u7684\u306B\u691C\u7D22\u3057\u3001\u53F3\u5074\u306B\u8868\u793A\u3057\u307E\u3059\u3002\u3053\u306E\u6A5F\u80FD\u304C\u4E0D\u8981\u306A\u5834\u5408\u306F\u3001\u7121\u52B9\u306B\u3059\u308B\u3053\u3068\u3082\u3067\u304D\u307E\u3059\u3002",option:"\u30BB\u30C3\u30C8\u30A2\u30C3\u30D7",saveSettings:"\u8A2D\u5B9A\u306E\u4FDD\u5B58",closeModal:"\u30A6\u30A3\u30F3\u30C9\u30A6\u3092\u9589\u3058\u308B",enableInputTranslationWithoutTriggerKeyTitle:"{trailingKey}\u3001\u5165\u529B\u30DC\u30C3\u30AF\u30B9\u5168\u4F53\u3092\u76F4\u63A5{inputTargetLanguage}\u3002",enableInputTranslationWithoutTriggerKeyDescription:"\u4F8B\u3048\u3070\u3001\uFF1Aja Hello World \u306E\u3088\u3046\u306B\u3002",mouseHoverShortcutPlaceholder:"\u4F8B\uFF1A\uFF1A\u30B7\u30D5\u30C8",deepLProName:"\u6CA1\u5165\u578B\u7FFB\u8A33\u30D7\u30ED\u30E1\u30F3\u30D0\u30FC\uFF08\u63A8\u5968\uFF09",deepLProDescription:"\u73FE\u5728\u306E\u30D1\u30C3\u30B1\u30FC\u30B8\u306F\u76F4\u63A5\u4F7F\u7528\u3067\u304D\u308B",deeplProDescriptionForNormal:"\u30BB\u30C3\u30C8\u30A2\u30C3\u30D7\u4E0D\u8981\u3001\u4F1A\u54E1\u306E\u65B9\u306F\u30ED\u30B0\u30A4\u30F3\u5F8C\u5229\u7528\u53EF\u80FD\u3001<1>\u4F1A\u54E1\u3078\u306E\u30A2\u30C3\u30D7\u30B0\u30EC\u30FC\u30C9\u306F\u3053\u3061\u3089",deepLCustomDescription:"\u6D77\u5916\u767A\u884C\u306E\u30AF\u30EC\u30B8\u30C3\u30C8\u30AB\u30FC\u30C9\u304C\u5FC5\u8981 <1>\u3002",deepLCustomName:"\u30AB\u30B9\u30BF\u30E0\u8A8D\u8A3C\u30AD\u30FC",chooseProviderLabel:"\u30B5\u30FC\u30D3\u30B9\u30FB\u30D7\u30ED\u30D0\u30A4\u30C0\u30FC\u306E\u9078\u629E",openaiProName:"\u6CA1\u5165\u578B\u7FFB\u8A33\u30D7\u30ED\u30E1\u30F3\u30D0\u30FC\uFF08\u63A8\u5968\uFF09",openaiProDescription:"\u73FE\u5728\u306E\u30D1\u30C3\u30B1\u30FC\u30B8\u306F\u76F4\u63A5\u4F7F\u7528\u3067\u304D\u308B",openaiProDescriptionForNormal:"\u30BB\u30C3\u30C8\u30A2\u30C3\u30D7\u4E0D\u8981\u3001\u4F1A\u54E1\u306E\u65B9\u306F\u30ED\u30B0\u30A4\u30F3\u5F8C\u5229\u7528\u53EF\u80FD\u3001<1>\u4F1A\u54E1\u3078\u306E\u30A2\u30C3\u30D7\u30B0\u30EC\u30FC\u30C9\u306F\u3053\u3061\u3089",openaiCustomDescription:"OpenAI\u3001Azure OpenAI\u3001\u307E\u305F\u306F\u305D\u306E\u4ED6\u306E\u30B5\u30FC\u30C9\u30D1\u30FC\u30C6\u30A3\u30B5\u30FC\u30D3\u30B9\u3067\u5229\u7528\u53EF\u80FD\u3067\u3059<1>\u3002",openaiCustomName:"\u30AB\u30B9\u30BF\u30E0API\u30AD\u30FC",needLoginAction:"(\u30AA\u30FC\u30D7\u30F3\u30FB\u30E1\u30F3\u30D0\u30FC\u307E\u305F\u306F\u30AB\u30B9\u30BF\u30DE\u30A4\u30BA\uFF09",goLoginOrAction:"(\u30E1\u30F3\u30D0\u30FC\u30B7\u30C3\u30D7\u3092\u958B\u304F\u304B\u3001\u8A2D\u5B9A\u306B\u9032\u3080)",yearly:"\u9023\u7D9A\u5E74\u6255\u3044\u3092\u3059\u308B",quarterly:"\u9806\u6B21\u5305\u88C5",monthly:"\u30DE\u30F3\u30B9\u30EA\u30FC\u30FB\u30B5\u30D6\u30B9\u30AF\u30EA\u30D7\u30B7\u30E7\u30F3",yearlyForOnce:"\u5E74\u9593\u30D1\u30C3\u30B1\u30FC\u30B8",monthlyForOnce:"\u67081\u56DE\u30D1\u30C3\u30B1\u30FC\u30B8",daily:"\u9023\u7D9A\u30D1\u30B1\u30C3\u30C8\u65E5",year:"\u9023\u7D9A\u5E74\u6255\u3044\u3092\u3059\u308B",quarter:"\u9806\u6B21\u5305\u88C5",month:"\u30DE\u30F3\u30B9\u30EA\u30FC\u30FB\u30B5\u30D6\u30B9\u30AF\u30EA\u30D7\u30B7\u30E7\u30F3",day:"\u9023\u7D9A\u30D1\u30B1\u30C3\u30C8\u65E5",onetime_7day:"7\u65E5\u9593\u4F53\u9A13\u30D1\u30C3\u30AF",currentPlanDescriptionForFree:"\u73FE\u5728\u306E\u30D1\u30C3\u30B1\u30FC\u30B8\uFF1A\u7121\u6599",currentPlanDescriptionForContinuous:"\u73FE\u5728\u306E\u30D1\u30C3\u30B1\u30FC\u30B8\uFF1A{plan}\u306F {endAt} \u306B\u81EA\u52D5\u66F4\u65B0\u3055\u308C\u307E\u3059\u3002",currentPlanDescriptionForAutoRenewCaceling:"\u73FE\u5728\u306E\u30D1\u30C3\u30B1\u30FC\u30B8\uFF1A{plan}\u306E\u6709\u52B9\u671F\u9650\u306F {endAt} \u3068\u306A\u308A\u3001\u6709\u52B9\u671F\u9650\u5207\u308C\u306B\u3088\u308B\u81EA\u52D5\u66F4\u65B0\u306F\u884C\u308F\u308C\u307E\u305B\u3093\u3002",currentYearlyPlanDescriptionForAutoRenewCacelingWithRealPaiedUser:"\u73FE\u5728\u306E\u30D1\u30C3\u30B1\u30FC\u30B8\u3001\uFF1A{plan}\u306F\u3001 {endAt} \u306B\u671F\u9650\u5207\u308C\u3068\u306A\u308A\u3001\u671F\u9650\u5207\u308C\u306B\u3088\u308B\u81EA\u52D5\u66F4\u65B0\u306F\u884C\u308F\u308C\u307E\u305B\u3093\u3002
<1>\u66F4\u65B0\u30D7\u30E9\u30F3\u306E\u7BA1\u7406\u306F\u3053\u3061\u3089",currentYearlyPlanDescriptionForAutoRenewCacelingWithAdmin:"\u73FE\u5728\u306E\u30D1\u30C3\u30B1\u30FC\u30B8\u3001\uFF1A{plan}\u306F\u3001 {endAt} \u306B\u671F\u9650\u5207\u308C\u3068\u306A\u308A\u3001\u671F\u9650\u5207\u308C\u306B\u3088\u308B\u81EA\u52D5\u66F4\u65B0\u306F\u884C\u308F\u308C\u307E\u305B\u3093\u3002
<1>\u7D99\u7D9A\u7684\u306A\u5E74\u9593\u8CFC\u8AAD\u3092\u6709\u52B9\u306B\u3059\u308B\u306B\u306F\u3001\u3053\u3053\u3092\u30AF\u30EA\u30C3\u30AF\u3057\u3066\u304F\u3060\u3055\u3044\u3002",currentPlanDescriptionForOneTime:"\u73FE\u5728\u306E\u8CFC\u8AAD\uFF1A{plan}\u306F {endAt} \u3067\u671F\u9650\u5207\u308C\u3068\u306A\u308A\u307E\u3059\u3002<1>\u5E74\u4F1A\u8CBB\u307E\u305F\u306F<2>\u6708\u4F1A\u8CBB<1>\u3078\u306E\u30A2\u30C3\u30D7\u30B0\u30EC\u30FC\u30C9\u306F\u3053\u3061\u3089\u3092\u30AF\u30EA\u30C3\u30AF\u3057\u3066\u304F\u3060\u3055\u3044\u3002",upgradePlan:"\u30D7\u30ED\u4F1A\u54E1\u3078\u306E\u30A2\u30C3\u30D7\u30B0\u30EC\u30FC\u30C9\u306F\u3053\u3061\u3089",upgradeToPro:"\u30D7\u30ED\u4F1A\u54E1\u3078\u306E\u30A2\u30C3\u30D7\u30B0\u30EC\u30FC\u30C9","popup.openPro":"DeepL\u3068OpenAI\u306E\u7FFB\u8A33\u3092\u304A\u697D\u3057\u307F\u3044\u305F\u3060\u304F\u306B\u306F\u3001Pro\u30E1\u30F3\u30D0\u30FC\u30B7\u30C3\u30D7\u306B\u30A2\u30C3\u30D7\u30B0\u30EC\u30FC\u30C9\u3057\u3066\u304F\u3060\u3055\u3044\uFF01","popup.openProForPro":"\u3042\u306A\u305F\u306F\u3001DeepL\u3068OpenAI\u306E\u7FFB\u8A33\u306B\u76F4\u63A5\u30A2\u30AF\u30BB\u30B9\u3067\u304D\u308B\u30D7\u30ED\u30E1\u30F3\u30D0\u30FC\u3067\u3059\uFF01",currentAccount:"\u5F53\u5EA7\u9810\u91D1",enableAutoSyncUserSettings:"\u8907\u6570\u306E\u30C7\u30D0\u30A4\u30B9\u9593\u3067\u81EA\u52D5\u30AF\u30E9\u30A6\u30C9\u540C\u671F\u304C\u53EF\u80FD",modalEnableInputTranslationTitle:"\u6CA1\u5165\u578B\u7FFB\u8A33\u5165\u529B\u30DC\u30C3\u30AF\u30B9 \u7FFB\u8A33\u30A2\u30E9\u30FC\u30C8",modalEnableInputTranslationDesc:"\u30B9\u30DA\u30FC\u30B9\u30D0\u30FC\u30923\u56DE\u9023\u6253\u3059\u308B\u3053\u3068\u3067\u3001Immersive Translation\u306E\u5165\u529B\u30DC\u30C3\u30AF\u30B9\u7FFB\u8A33\u304C\u958B\u59CB\u3055\u308C\u3001\u5165\u529B\u30DC\u30C3\u30AF\u30B9\u306E\u5185\u5BB9\u304C\u30C7\u30D5\u30A9\u30EB\u30C8\u306E\u30BF\u30FC\u30B2\u30C3\u30C8\u8A00\u8A9E\u306B\u7FFB\u8A33\u3055\u308C\u307E\u3059\u3002\u7FFB\u8A33\u306FCtrl+Z\u3067\u53D6\u308A\u6D88\u3059\u3053\u3068\u304C\u3067\u304D\u307E\u3059\u3002

\u3082\u3057\u3053\u308C\u304C\u9593\u9055\u3044\u3067\u3042\u3063\u305F\u3068\u3057\u3066\u3082\u3001\u4ECA\u56DE\u306F\u7121\u52B9\u306B\u3059\u308B\u304B\u3001\u6C38\u4E45\u306B\u5165\u529B\u30DC\u30C3\u30AF\u30B9\u306E\u7FFB\u8A33\u3092\u7121\u52B9\u306B\u3059\u308B\u304B\u3092\u9078\u629E\u3067\u304D\u307E\u3059\u306E\u3067\u3001\u3054\u5B89\u5FC3\u304F\u3060\u3055\u3044\u3002",saveAndNotShowAgain:"\u4FDD\u5B58\u3057\u3066\u30D7\u30ED\u30F3\u30D7\u30C8\u3092\u6B62\u3081\u308B",disableInputTranslationTips:"* {option} ,{learnMore}\u3067\u30C8\u30EA\u30AC\u30FC\u3059\u308B\u4ED6\u306E\u30B7\u30E7\u30FC\u30C8\u30AB\u30C3\u30C8\u3082\u8A2D\u5B9A\u3067\u304D\u308B\u3002",learnMore:"\u8A73\u7D30\u306F\u3053\u3061\u3089",continueEnalbeInputTranslation:"\u5F15\u304D\u7D9A\u304D\u5165\u529B\u30DC\u30C3\u30AF\u30B9\u306E\u7FFB\u8A33\u3092\u6709\u52B9\u306B\u3059\u308B",autoRenewTrialSuffix:'(\u30C8\u30E9\u30A4\u30A2\u30EB\u306E\u5834\u5408\u3001\u3059\u3050\u306B\u6B63\u4F1A\u54E1\u306B\u30A2\u30C3\u30D7\u30B0\u30EC\u30FC\u30C9)',upgradeFromTrialTitle:"\u6B63\u4F1A\u54E1\u3078\u306E\u30A2\u30C3\u30D7\u30B0\u30EC\u30FC\u30C9",subtitle:"\u30D3\u30C7\u30AA\u30AD\u30E3\u30D7\u30B7\u30E7\u30F3",youtubeService:"\u6620\u50CF\u5B57\u5E55\u7FFB\u8A33\u30B5\u30FC\u30D3\u30B9","subtitle.disabledSubtitle":"\u30D3\u30C7\u30AA\u5B57\u5E55\u6A5F\u80FD\u3092\u6C38\u4E45\u306B\u7121\u52B9\u306B\u3059\u308B","subtitle.disabledSubtitleDescription":"Immersive Translator\u306EVideo Subtitles\u304C\u4ED6\u306E\u62E1\u5F35\u6A5F\u80FD\u3068\u7AF6\u5408\u3059\u308B\u5834\u5408\u3001Immersive Translator\u306EVideo Subtitles\u306E\u6A5F\u80FD\u3092\u6C38\u4E45\u7684\u306B\u7121\u52B9\u306B\u3059\u308B\u304B\u3001\u7AF6\u5408\u3059\u308B\u4ED6\u306E\u62E1\u5F35\u6A5F\u80FD\u3092\u30A2\u30F3\u30A4\u30F3\u30B9\u30C8\u30FC\u30EB\u3059\u308B\u3053\u3068\u304C\u3067\u304D\u307E\u3059\u3002","subtitle.autoEnableSubtitle":"\u30D0\u30A4\u30EA\u30F3\u30AC\u30EB\u5B57\u5E55\u306E\u81EA\u52D5\u4F7F\u7528","subtitle.autoEnableSubtitleDescription":"\u6709\u52B9\u306B\u3057\u305F\u5F8C\u3001\u30D3\u30C7\u30AA\u304C\u518D\u751F\u3055\u308C\u308B\u3068\u304D\u306F\u3001\u81EA\u52D5\u7684\u306B\u4E8C\u304B\u56FD\u8A9E\u306E\u5B57\u5E55\u304C\u8868\u793A\u3055\u308C\u307E\u3059\u3002\u305D\u308C\u4EE5\u5916\u306E\u5834\u5408\u306F\u3001\u7FFB\u8A33\u30DC\u30BF\u30F3\u3092\u30AF\u30EA\u30C3\u30AF\u3059\u308B\u5FC5\u8981\u304C\u3042\u308A\u307E\u3059\u3002","subtitle.preTranslation":"\u6CA1\u5165\u578B\u7FFB\u8A33\u3067\u5B57\u5E55\u3092\u7FFB\u8A33","subtitle.preTranslationDescription":"\u6709\u52B9\u306E\u5834\u5408\u3001\u5B57\u5E55\u5168\u4F53\u304C\u4EE5\u4E0B\u306B\u6307\u5B9A\u3059\u308B\u7FFB\u8A33\u30B5\u30FC\u30D3\u30B9\u3092\u4F7F\u3063\u3066\u4E8B\u524D\u306B\u7FFB\u8A33\u3055\u308C\u30011\u6642\u9593\u306E\u52D5\u753B\u3067\u7D0450,000\u30C8\u30FC\u30AF\u30F3\uFF08\u6587\u5B57\u6570\uFF09\u3092\u6D88\u8CBB\u3057\u307E\u3059\u306E\u3067\u3001\u3054\u81EA\u8EAB\u306E\u5224\u65AD\u3067\u3054\u5229\u7528\u304F\u3060\u3055\u3044\u3002\u7121\u52B9\u306E\u5834\u5408\u3001\u30AA\u30EA\u30B8\u30CA\u30EB\u306E\u5B57\u5E55\u304C\u6700\u521D\u306B\u4F7F\u7528\u3055\u308C\u307E\u3059\u3002","subtitle.humanSubtitlesPreferred":"\u30D2\u30E5\u30FC\u30DE\u30F3\u30FB\u30AD\u30E3\u30D7\u30B7\u30E7\u30F3\u306E\u512A\u5148\u4F7F\u7528","subtitle.humanSubtitlesPreferredDescription":"\u30D3\u30C7\u30AA\u306B\u30BF\u30FC\u30B2\u30C3\u30C8\u8A00\u8A9E\u306E\u5B57\u5E55\u304C\u3042\u308B\u5834\u5408\u3001\u4EBA\u9593\u306E\u5B57\u5E55\u3092\u512A\u5148\u7684\u306B\u4F7F\u7528\u3059\u308B\uFF08\u63A8\u5968\uFF09",videoSubtitleTranslationDescription:"\u30D3\u30C7\u30AA\u5B57\u5E55\u7528\u306B\u5225\u306E\u7FFB\u8A33\u30B5\u30FC\u30D3\u30B9\u3092\u5272\u308A\u5F53\u3066\u308B",subtitleTranslating:"{service} \u3001\u5B57\u5E55\u3092\u7FFB\u8A33\u3057\u3066\u3044\u307E\u3059\u3002(\u30A4\u30DE\u30FC\u30B8\u30E7\u30F3\u7FFB\u8A33)",subtitleLoading:"\u5B57\u5E55\u3092\u8AAD\u307F\u8FBC\u3093\u3067\u3044\u307E\u3059...",bilingual:"\u30D0\u30A4\u30EA\u30F3\u30AC\u30EA\u30BA\u30E0","field.action":"\u767E\u5EA6\u7528\u8A9E\u3092\u6709\u52B9\u306B\u3059\u308B\u304B\u3069\u3046\u304B","description.action":"\u6709\u52B9\u5316\u3055\u308C\u308B\u3068\u3001\u30EA\u30AF\u30A8\u30B9\u30C8\u306Baction=1\u30D1\u30E9\u30E1\u30FC\u30BF\u304C\u8FFD\u52A0\u3055\u308C\u3001\u6709\u52B9\u5316\u3055\u308C\u305F\u7528\u8A9E\u3092Baidu\u306B\u901A\u77E5\u3059\u308B<1>\u3002",closeQuickTranslation:"\u30AF\u30ED\u30FC\u30BA\u30FB\u30DB\u30D0\u30FC\u30DC\u30FC\u30EB","closeQuickTranslation.untilNext":"\u4ECA\u56DE\u306F\u6B21\u56DE\u307E\u3067\u304A\u4F11\u307F","closeQuickTranslation.currentWebsite":"\u73FE\u5728\u306E\u30B5\u30A4\u30C8\u306F\u4F7F\u7528\u4E0D\u53EF","closeQuickTranslation.alwaysClose":"\u6C38\u4E45\u306B\u7121\u52B9\u306B\u3059\u308B","closeQuickTranslation.settingOpen":"<1>(\u8A2D\u5B9A\u30DA\u30FC\u30B8\u3067\u30AA\u30F3\u306B\u3067\u304D\u308B\uFF09","closeQuickTranslation.cancel":"\u30AD\u30E3\u30F3\u30BB\u30EB","closeQuickTranslation.confirm":"\u5B9A\u7FA9\u3059\u308B","floatBall.popup":"\u30AF\u30A4\u30C3\u30AF\u8A2D\u5B9A\u30D1\u30CD\u30EB\u3092\u958B\u304F","floatBall.translate":"\u30AF\u30EA\u30C3\u30AF\u3057\u3066\u30DA\u30FC\u30B8\u3092\u7FFB\u8A33\u3059\u308B","floatBall.showOriginal":"\u30AF\u30EA\u30C3\u30AF\u3057\u3066\u5143\u306E\u8A18\u4E8B\u306B\u623B\u308B","floatBall.close":"\u30AF\u30ED\u30FC\u30BA\u30FB\u30DB\u30D0\u30FC\u30DC\u30FC\u30EB","floatBallOptions.enableDescPc":"\u30DA\u30FC\u30B8\u306E\u30DB\u30D0\u30FC\u30DC\u30FC\u30EB\u3092\u6709\u52B9\u306B\u3059\u308B\u3068\u3001\u30DA\u30FC\u30B8\u306E\u53F3\u5074\u306B\u30AF\u30A4\u30C3\u30AF\u7FFB\u8A33\u30DC\u30BF\u30F3\u304C\u8868\u793A\u3055\u308C\u307E\u3059\uFF01","floatBallOptions.enableDesc":"\u30DB\u30D0\u30FC\u30DC\u30FC\u30EB\u3092\u30AA\u30D5\u306B\u3057\u305F\u5F8C\u3001{touch}\u3002\u3046\u3063\u304B\u308A\u3053\u306E\u30AA\u30D7\u30B7\u30E7\u30F3\u3092\u30AA\u30D5\u306B\u3057\u305F\u5F8C\u3001\u30DB\u30D0\u30FC\u30DC\u30FC\u30EB\u304C\u898B\u3064\u304B\u3089\u306A\u3044\u5834\u5408\u306B\u5099\u3048\u3066\u3001\u3053\u306E\u8A2D\u5B9A\u30DA\u30FC\u30B8\u3092\u30D6\u30C3\u30AF\u30DE\u30FC\u30AF\u3057\u3066\u304A\u304F\u3053\u3068\u3092\u5F37\u304F\u304A\u52E7\u3081\u3057\u307E\u3059\uFF01","description.azureApiUrl":"\u30AB\u30B9\u30BF\u30E0API\u30A4\u30F3\u30BF\u30FC\u30D5\u30A7\u30FC\u30B9\u306E\u30A2\u30C9\u30EC\u30B9\u3092\u8A18\u5165\u3059\u308B\u3002",confirmSupportMouse:"\u30DE\u30A6\u30B9\u30B5\u30DD\u30FC\u30C8\u3092\u5F37\u5236\u7684\u306B\u6709\u52B9\u306B\u3059\u308B",confirmSupportMouseDescription:"\u73FE\u5728\u306E\u30D6\u30E9\u30A6\u30B6\u304C\u30DE\u30A6\u30B9\u6A5F\u80FD\u3092\u30B5\u30DD\u30FC\u30C8\u3057\u3066\u3044\u306A\u3044\u3053\u3068\u3092\u691C\u51FA\u3057\u307E\u3057\u305F\u3002",sampleTargetText:"\u9577\u3044\u591C\u304C\u8A2A\u308C\u3001\u79C1\u306F\u3053\u306E\u65E5\u304B\u3089\u6B7B\u306C\u307E\u3067\u898B\u5F35\u308A\u7D9A\u3051\u308B\u3002\u79C1\u306F\u59BB\u3092\u5A36\u3089\u305A\u3001\u9818\u5730\u3092\u4F5C\u3089\u305A\u3001\u5B50\u3092\u3082\u3046\u3051\u306A\u3044\u3002\u79C1\u306F\u738B\u51A0\u3092\u304B\u3076\u3089\u305A\u3001\u540D\u8A89\u306E\u305F\u3081\u306B\u52AA\u529B\u3057\u306A\u3044\u3002\u79C1\u306F\u81EA\u5206\u306E\u7FA9\u52D9\u3092\u679C\u305F\u3057\u3001\u751F\u304D\u3066\u6B7B\u306C\u3002",sampleSourceText:"Night gathers, and now my watch begins. It shall not end until my death. I shall take no wife, hold no lands, father no children. I shall wear no crowns and win no glory. I shall live and die at my post.","subtitle.supportedSites":"\u5DF2\u652F\u6301\u5728\u8FD9\u4E9B\u7F51\u7AD9\u4F7F\u7528\u53CC\u8BED\u5B57\u5E55\uFF08\u6CE8\u610F\uFF1A\u7531\u4E8E\u6280\u672F\u9650\u5236\uFF0C\u90E8\u5206\u7F51\u7AD9\u5728\u9996\u6B21\u5F00\u542F\u5B57\u5E55\u540E\u9700\u8981\u91CD\u65B0\u5237\u65B0\u9875\u9762\uFF0C\u6216\u8005\u9700\u7B49\u5F85\u7FFB\u8BD1\u5B8C\u6210\u4EE5\u663E\u793A\u53CC\u8BED\u5B57\u5E55\uFF09\uFF1A",viewWithImmersiveTranslate:"\u53CC\u8BED\u7248\u672C(\u6C89\u6D78\u5F0F\u7FFB\u8BD1)",errorReason:"\u9519\u8BEF\u539F\u56E0\uFF1A{message}","proQuotaExceededError.onetime7day":'\uFF0C\u60A8\u53EF\u4EE5\u9009\u62E9\u4EE5\u4E0B\u65B9\u5F0F\u89E3\u51B3\uFF1A

1. \u5207\u6362\u5230 {anotherService} \u6216\u5176\u4ED6\u7FFB\u8BD1\u670D\u52A1
2. \u5347\u7EA7\u4E3A\u6708\u5EA6/\u5E74\u5EA6\u4F1A\u5458',"proQuotaExceededError.trial":'\uFF0C\u60A8\u53EF\u4EE5\u9009\u62E9\u4EE5\u4E0B\u65B9\u5F0F\u89E3\u51B3\uFF1A

1. \u5207\u6362\u5230 {anotherService} \u6216\u5176\u4ED6\u7FFB\u8BD1\u670D\u52A1
2. \u7ACB\u523B\u5347\u7EA7\u4E3A\u6B63\u5F0F\u4F1A\u5458',"proQuotaExceededError.nonTrial":'\uFF0C\u60A8\u53EF\u4EE5\u9009\u62E9\u4EE5\u4E0B\u65B9\u5F0F\u89E3\u51B3\uFF1A

1. \u5207\u6362\u5230 {anotherService} \u6216\u5176\u4ED6\u7FFB\u8BD1\u670D\u52A1
2. \u8D2D\u4E70 {translationService} \u989D\u5916\u6D41\u91CF\u5305',"proQuotaExceededError.resetTime":"
3. \u989D\u5EA6\u91CD\u7F6E\u65F6\u95F4\uFF1A{resetTime}","desc.touchShortcutsToggleTranslatePageOnlyTranslation":"\u300C\u8A33\u6587\u306E\u307F\u300D\u306F\u3001\u8A33\u6587\u306E\u307F\u3092\u8868\u793A\u3059\u308B\u3053\u3068\u3092\u610F\u5473\u3057\u3001\u30DA\u30FC\u30B8\u304C\u307E\u3060\u7FFB\u8A33\u3055\u308C\u3066\u3044\u306A\u3044\u5834\u5408\u306F\u3001\u30E2\u30FC\u30C9\u3092\u5207\u308A\u66FF\u3048\u3066\u7FFB\u8A33\u3057\u307E\u3059\u3002","desc.toggleOnlyTransation":"\u300C\u8A33\u6587\u306E\u307F\u30E2\u30FC\u30C9\u300D\u3068\u306F\u3001\u8A33\u6587\u306E\u307F\u3092\u8868\u793A\u3059\u308B\u3053\u3068\u3092\u6307\u3057\u3001\u30DA\u30FC\u30B8\u304C\u307E\u3060\u7FFB\u8A33\u3055\u308C\u3066\u3044\u306A\u3044\u5834\u5408\u306F\u3001\u30E2\u30FC\u30C9\u3092\u5207\u308A\u66FF\u3048\u3066\u7FFB\u8A33\u3057\u307E\u3059\u3002",touchShortcutsToggleTranslatePageOnlyTranslation:"\u30BF\u30C3\u30C1\u30B9\u30AF\u30EA\u30FC\u30F3\u30B8\u30A7\u30B9\u30C1\u30E3\u30FC\u3092\u8A2D\u5B9A\u3057\u3066\u3001\u30D0\u30A4\u30EA\u30F3\u30AC\u30EB/\u7FFB\u8A33\u30C6\u30AD\u30B9\u30C8\u306E\u307F\u306E\u30E2\u30FC\u30C9\u3092\u5207\u308A\u66FF\u3048\u307E\u3059",download_started:"\u30C0\u30A6\u30F3\u30ED\u30FC\u30C9\u304C\u958B\u59CB\u3055\u308C\u307E\u3057\u305F\u3002\u81EA\u52D5\u7684\u306B\u30C0\u30A6\u30F3\u30ED\u30FC\u30C9\u3055\u308C\u306A\u3044\u5834\u5408\u306F\u3001\u624B\u52D5\u3067\u30AF\u30EA\u30C3\u30AF\u3057\u3066\u304F\u3060\u3055\u3044\u3002",here:"\u3053\u3053","desc.toggleVideoSubtitlePreTranslation":"\u62BC\u3059\u3068\u3001\u30D3\u30C7\u30AA\u306E\u4E8C\u8A00\u8A9E\u5B57\u5E55\u306F\u3001\u307E\u305A\u6CA1\u5165\u578B\u7FFB\u8A33\u306E\u8A2D\u5B9A\u3092\u512A\u5148\u7684\u306B\u4F7F\u7528\u3057\u307E\u3059\u3002\u518D\u5EA6\u62BC\u3059\u3068\u3001\u5143\u306E\u30D3\u30C7\u30AA\u306B\u7D44\u307F\u8FBC\u307E\u308C\u305F\u6A5F\u68B0\u7FFB\u8A33\u5B57\u5E55\u3092\u512A\u5148\u7684\u306B\u4F7F\u7528\u3057\u307E\u3059\u3002\u6CE8\u610F\uFF1A\u3053\u306E\u30B7\u30E7\u30FC\u30C8\u30AB\u30C3\u30C8\u3067\u5909\u66F4\u3055\u308C\u308B\u306E\u306F\u5168\u4F53\u306E\u8A2D\u5B9A\u3067\u3059\u3002",videoSubtitlePreTranslationOn:"\u30D3\u30C7\u30AA\u306E\u5B57\u5E55\u306F\u3001\u512A\u5148\u7684\u306B\u6CA1\u5165\u578B\u306E\u7FFB\u8A33\u3092\u4F7F\u7528\u3057\u307E\u3059",videoSubtitlePreTranslationOff:"\u30D3\u30C7\u30AA\u306E\u5B57\u5E55\u306F\u3001\u5143\u306E\u30D3\u30C7\u30AA\u306B\u4ED8\u5C5E\u306E\u6A5F\u68B0\u7FFB\u8A33\u5B57\u5E55\u3092\u512A\u5148\u7684\u306B\u4F7F\u7528\u3057\u307E\u3059\u3002",translationFont:"\u30D5\u30A9\u30F3\u30C8\u3092\u8A2D\u5B9A\u3059\u308B","translationFont.custom":"\u30AB\u30B9\u30BF\u30E0\u30D5\u30A9\u30F3\u30C8\u3092\u5165\u529B\u3057\u3066\u304F\u3060\u3055\u3044","translationFont.customPlaceholder":"\u30D5\u30A9\u30F3\u30C8","translationFont.notSupportErrorMessage":"\u3042\u306A\u305F\u304C\u5165\u529B\u3057\u305F\u30D5\u30A9\u30F3\u30C8\u540D\u304C\u6B63\u3057\u3044\u304B\u78BA\u8A8D\u3059\u308B\u304B\u3001\u305D\u306E\u30D5\u30A9\u30F3\u30C8\u304C\u3042\u306A\u305F\u306E\u30C7\u30D0\u30A4\u30B9\u306B\u30A4\u30F3\u30B9\u30C8\u30FC\u30EB\u3055\u308C\u3066\u3044\u308B\u3053\u3068\u3092\u78BA\u8A8D\u3057\u3066\u304F\u3060\u3055\u3044\u3002","touch.mouse-translate":"\u6307\u5B9A\u3055\u308C\u305F\u6BB5\u843D\u3092\u7FFB\u8A33\u3057\u3066\u304F\u3060\u3055\u3044","translationServices.inherit":"\u4E3B\u306A\u7FFB\u8A33\u30B5\u30FC\u30D3\u30B9\u306B\u5F93\u3063\u3066\u304F\u3060\u3055\u3044\u3002","error.serveConfigError":"\u30B5\u30FC\u30D3\u30B9\u8A2D\u5B9A\u30A8\u30E9\u30FC","error.reloadPageOfSetting":"\u8A2D\u5B9A\u5F8C\u3001\u30DA\u30FC\u30B8\u3092\u30EA\u30D5\u30EC\u30C3\u30B7\u30E5\u3057\u3066\u518D\u5EA6\u7FFB\u8A33\u3057\u3066\u304F\u3060\u3055\u3044\u3002","error.googleLimitIp":"\u30B5\u30FC\u30D3\u30B9\u304C\u30A8\u30E9\u30FC\u3092\u8FD4\u3057\u307E\u3057\u305F\u3002Google\u30B5\u30FC\u30D3\u30B9\u306F\u3053\u306EIP\u30A2\u30C9\u30EC\u30B9\u306B\u5BFE\u3057\u3066\u6D41\u91CF\u5236\u9650\u3092\u884C\u3063\u3066\u3044\u307E\u3059\u3002\u30CD\u30C3\u30C8\u30EF\u30FC\u30AF\u30CE\u30FC\u30C9\u306E\u5909\u66F4\u3092\u304A\u52E7\u3081\u3057\u307E\u3059\u3002","error.openAIFreeLimit":"\u30B5\u30FC\u30D3\u30B9\u304C\u30A8\u30E9\u30FC\u3092\u8FD4\u3057\u307E\u3057\u305F\u3002\u73FE\u5728\u306E\u7FFB\u8A33\u30EA\u30AF\u30A8\u30B9\u30C8\u306E\u983B\u5EA6\u306F\u30011\u5206\u3042\u305F\u308A\u6700\u59273\u56DE\u306E\u4E0A\u9650\u306B\u9054\u3057\u3066\u3044\u307E\u3059\u3002\u5F8C\u307B\u3069\u518D\u5EA6\u304A\u8A66\u3057\u304F\u3060\u3055\u3044\u3002\uFF08\u3053\u308C\u306FOpenAI\u516C\u5F0F\u304C\u7121\u6599\u306EAPI Key\u306B\u5BFE\u3059\u308B\u5236\u9650\u3067\u3001\u3053\u306E\u5236\u9650\u3092\u89E3\u9664\u3059\u308B\u306B\u306F\u3001OpenAI\u306E\u30D0\u30C3\u30AF\u30A8\u30F3\u30C9\u3067\u30AF\u30EC\u30B8\u30C3\u30C8\u30AB\u30FC\u30C9\u3092\u767B\u9332\u3057\u3066\u304F\u3060\u3055\u3044\u3002\uFF09","error.openAIExceededQuota":"\u30B5\u30FC\u30D3\u30B9\u30A8\u30E9\u30FC\u304C\u8FD4\u3055\u308C\u307E\u3057\u305F\uFF1A\u73FE\u5728\u306EOpenAI\u30A2\u30AB\u30A6\u30F3\u30C8\u306E\u6B8B\u9AD8\u304C\u4E0D\u8DB3\u3057\u3066\u3044\u307E\u3059\u3002OpenAI\u306E\u516C\u5F0F\u30D0\u30C3\u30AF\u30A8\u30F3\u30C9\u3067\u30C1\u30E3\u30FC\u30B8\u3059\u308B\u304B\u3001\u30AF\u30EC\u30B8\u30C3\u30C8\u30AB\u30FC\u30C9\u3092\u767B\u9332\u3057\u3066\u304F\u3060\u3055\u3044\u3002","error.429":"\u30B5\u30FC\u30D3\u30B9\u304C\u30A8\u30E9\u30FC\u3092\u8FD4\u3057\u307E\u3057\u305F\u3002\u3053\u308C\u306F\u3001\u30EA\u30AF\u30A8\u30B9\u30C8\u304C\u983B\u7E41\u3059\u304E\u308B\u304B\u3001\u5236\u9650\u3092\u8D85\u3048\u3066\u3044\u308B\u3053\u3068\u3092\u793A\u3057\u3066\u3044\u307E\u3059\u3002\u5F8C\u3067\u3082\u3046\u4E00\u5EA6\u304A\u8A66\u3057\u304F\u3060\u3055\u3044\u3002","error.403":"\u30B5\u30FC\u30D3\u30B9\u304C\u30A8\u30E9\u30FC\u3092\u8FD4\u3057\u307E\u3057\u305F\u3001\u73FE\u5728\u305D\u306E\u30B5\u30FC\u30D3\u30B9\u306B\u30A2\u30AF\u30BB\u30B9\u3059\u308B\u6A29\u9650\u304C\u3042\u308A\u307E\u305B\u3093\u3002","error.400":"\u30B5\u30FC\u30D3\u30B9\u304C\u30A8\u30E9\u30FC\u3092\u8FD4\u3057\u307E\u3057\u305F\u3001\u30EA\u30AF\u30A8\u30B9\u30C8\u30D1\u30E9\u30E1\u30FC\u30BF\u304C\u9593\u9055\u3063\u3066\u3044\u307E\u3059\u3001\u5BFE\u5FDC\u3059\u308B\u8A2D\u5B9A\u3092\u78BA\u8A8D\u3057\u3066\u304F\u3060\u3055\u3044\u3002","error.502":"\u30B5\u30FC\u30D3\u30B9\u304C\u30A8\u30E9\u30FC\u3092\u8FD4\u3057\u307E\u3057\u305F\u3001\u30B5\u30FC\u30D3\u30B9\u304C\u30BF\u30A4\u30E0\u30A2\u30A6\u30C8\u3057\u307E\u3057\u305F\u3001\u5F8C\u3067\u3082\u3046\u4E00\u5EA6\u304A\u8A66\u3057\u304F\u3060\u3055\u3044\u3002","error.proTokenInvalid":"\u3082\u3057\u3042\u306A\u305F\u304CPro\u30E6\u30FC\u30B6\u30FC\u3067\u3042\u308C\u3070\u3001\u30ED\u30B0\u30A4\u30F3\u5F8C\u306BPro\u7FFB\u8A33\u30B5\u30FC\u30D3\u30B9\u3092\u3054\u5229\u7528\u304F\u3060\u3055\u3044\u3002","error.proUpgrade":"\u30A2\u30C3\u30D7\u30B0\u30EC\u30FC\u30C9\u5F8C\u3001\u30DA\u30FC\u30B8\u3092\u66F4\u65B0\u3057\u3066\u518D\u5EA6\u7FFB\u8A33\u3057\u3066\u304F\u3060\u3055\u3044\u3002","error.configError":"\u8A2D\u5B9A\u30C7\u30FC\u30BF\u304C\u7570\u5E38\u3067\u3059","error.goReset":"\u30EA\u30BB\u30C3\u30C8\u306B\u884C\u304F",batchEdit:"\u4E00\u62EC\u64CD\u4F5C","translationModeLang.translation.title":"\u7FFB\u8A33\u306E\u307F\u30E2\u30FC\u30C9\u306E\u8A00\u8A9E","translationModeLang.translation.description":"\u30DA\u30FC\u30B8\u306E\u8A00\u8A9E\u304C\u4EE5\u4E0B\u306E\u8A00\u8A9E\u306E\u5834\u5408\u3001\u81EA\u52D5\u7684\u306B\u7FFB\u8A33\u6587\u306E\u307F\u306E\u30E2\u30FC\u30C9\u3092\u4F7F\u7528\u3057\u307E\u3059\u3002","translationModeUrl.translation.title":"\u7FFB\u8A33\u306E\u307F\u30E2\u30FC\u30C9\u306E\u30A6\u30A7\u30D6\u30B5\u30A4\u30C8","translationModeUrl.translation.description":"\u4EE5\u4E0B\u306E\u30C9\u30E1\u30A4\u30F3\u306E\u30A6\u30A7\u30D6\u30B5\u30A4\u30C8\u3067\u306F\u3001\u81EA\u52D5\u7684\u306B\u7FFB\u8A33\u30C6\u30AD\u30B9\u30C8\u306E\u307F\u306E\u30E2\u30FC\u30C9\u304C\u4F7F\u7528\u3055\u308C\u307E\u3059\u3002","error.serveUnavailable":"\u3042\u306A\u305F\u304C\u73FE\u5728\u4F7F\u7528\u3057\u3066\u3044\u308B[{serverName}]\u30B5\u30FC\u30D3\u30B9\u306F\u3001\u30CD\u30C3\u30C8\u30EF\u30FC\u30AF\u63A5\u7D9A\u3084\u30B5\u30FC\u30D3\u30B9\u30D7\u30ED\u30D0\u30A4\u30C0\u306E\u554F\u984C\u306B\u3088\u308A\u4E00\u6642\u7684\u306B\u30A2\u30AF\u30BB\u30B9\u3067\u304D\u307E\u305B\u3093\u3002\u30DA\u30FC\u30B8\u3092\u30EA\u30D5\u30EC\u30C3\u30B7\u30E5\u3059\u308B\u304B\u3001<1>\u8A2D\u5B9A\u304B\u3089\u4ED6\u306E\u7FFB\u8A33\u30B5\u30FC\u30D3\u30B9\u306B\u5207\u308A\u66FF\u3048\u308B\u3053\u3068\u3092\u304A\u52E7\u3081\u3057\u307E\u3059\u3002\u3082\u3057<2>Pro\u4F1A\u54E1\u3067\u3042\u308C\u3070\u3001\u3088\u308A\u5B89\u5B9A\u3057\u305FDeepL\u307E\u305F\u306FOpenAI\u306E\u7FFB\u8A33\u30B5\u30FC\u30D3\u30B9\u3092\u9078\u629E\u3059\u308B\u3053\u3068\u304C\u3067\u304D\u307E\u3059\uFF08<3>\u3053\u3053\u3092\u30AF\u30EA\u30C3\u30AF\u3057\u3066\u7121\u6599\u4F53\u9A13\uFF09\u3002\u307E\u305F\u3001\u30CD\u30C3\u30C8\u30EF\u30FC\u30AF\u3084\u30D7\u30ED\u30AD\u30B7\u8A2D\u5B9A\u3092\u78BA\u8A8D\u3059\u308B\u5FC5\u8981\u304C\u3042\u308B\u304B\u3082\u3057\u308C\u307E\u305B\u3093\u3002",detectServiceLoading:"\u5229\u7528\u53EF\u80FD\u306A\u7FFB\u8A33\u30B5\u30FC\u30D3\u30B9\u3092\u691C\u51FA\u4E2D...",toggleToService:"{service}\u306B\u5207\u308A\u66FF\u3048\u3066\u518D\u8A66\u884C\u3057\u3066\u304F\u3060\u3055\u3044\u3002","error.gemini.429":"\u73FE\u5728\u306EGemini\u30B5\u30FC\u30D3\u30B9\u306E\u73FE\u5728\u306E\u8CA0\u8377\u80FD\u529B\u304C\u4E0A\u9650\u306B\u9054\u3057\u3066\u3044\u307E\u3059\u306E\u3067\u3001\u5F8C\u307B\u3069\u518D\u5EA6\u304A\u8A66\u3057\u3044\u305F\u3060\u304F\u304B\u3001\u4ED6\u306E\u7FFB\u8A33\u30B5\u30FC\u30D3\u30B9\u306B\u5207\u308A\u66FF\u3048\u3066\u304F\u3060\u3055\u3044\u3002",enableSentryReport:"\u62E1\u5F35\u304C\u30A8\u30E9\u30FC\u3092\u8D77\u3053\u3057\u305F\u3068\u304D\u3001Sentry\u3092\u4F7F\u7528\u3057\u3066\u30D5\u30A3\u30FC\u30C9\u30D0\u30C3\u30AF\u3092\u63D0\u51FA\u3057\u3066\u304F\u3060\u3055\u3044\u3002",goLogin:"\u30ED\u30B0\u30A4\u30F3\u3057\u3066\u304F\u3060\u3055\u3044","translationServices.gemini":"\u30B8\u30A7\u30DF\u30CB","error.reason":"\u30A8\u30E9\u30FC\u306E\u539F\u56E0","widget.translateFile":"PDF/ePub",touchShortcutsOff:"\u9589\u3058\u308B","error.retry":"\u518D\u8A66\u884C","multipleClick.4":"\u56DB\u9023\u6483",shortcutSettings:"\u30B7\u30E7\u30FC\u30C8\u30AB\u30C3\u30C8\u30AD\u30FC","multipleClick.3":"\u30C8\u30EA\u30D7\u30EB\u30B9\u30C8\u30E9\u30A4\u30AF",notLogin:"\u30ED\u30B0\u30A4\u30F3\u3057\u3066\u3044\u307E\u305B\u3093","slide.right":"\u5DE6\u306B\u30B9\u30EF\u30A4\u30D7\u3057\u3066\u304F\u3060\u3055\u3044",translationOnlyMode:"\u8A33\u6587\u306E\u307F\u30E2\u30FC\u30C9","widget.videoSubtitle":"\u30D3\u30C7\u30AA\u5B57\u5E55",paragraphMinTextCountField:"\u7FFB\u8A33\u6BB5\u843D\u306B\u5FC5\u8981\u306A\u6700\u5C0F\u6587\u5B57\u6570","subtitle.hideQuickButton":"\u3053\u306E\u30B7\u30E7\u30FC\u30C8\u30AB\u30C3\u30C8\u3092\u8868\u793A\u3057\u306A\u3044","floatBall.iKnow":"\u308F\u304B\u308A\u307E\u3057\u305F",contact:"\u79C1\u305F\u3061\u306B\u9023\u7D61\u3057\u3066\u304F\u3060\u3055\u3044","widget.instructionTooltip":"\u4F7F\u7528\u8AAC\u660E\u3092\u78BA\u8A8D\u3057\u3066\u304F\u3060\u3055\u3044","tagsInput.add":"+ \u8FFD\u52A0",loggedIn:"\u30ED\u30B0\u30A4\u30F3\u6E08\u307F","intro.floatBallTitle":"\u30AF\u30A4\u30C3\u30AF\u7FFB\u8A33\u30D5\u30ED\u30FC\u30C8\u30DC\u30FC\u30EB",pickAll:"\u3059\u3079\u3066\u9078\u629E","error.subscriptionExpiredTitle":"\u4F1A\u54E1\u304C\u671F\u9650\u5207\u308C\u306B\u306A\u308A\u307E\u3057\u305F","widget.instruction":"\u4F7F\u7528\u8AAC\u660E","shortcutGroup.main":"\u4E00\u822C\u7684\u306A\u6A5F\u80FD\u306E\u30B7\u30E7\u30FC\u30C8\u30AB\u30C3\u30C8\u30AD\u30FC","subtitle.bilingual":"\u30D0\u30A4\u30EA\u30F3\u30AC\u30EB\u5B57\u5E55",alwaysTranslateThisSite:"\u5E38\u306B\u3053\u306E\u30A6\u30A7\u30D6\u30B5\u30A4\u30C8\u3092\u7FFB\u8A33\u3057\u3066\u304F\u3060\u3055\u3044\u3002",mouseHoverCustomKeyTitle:"\u30AB\u30B9\u30BF\u30E0\u30DE\u30A6\u30B9\u30DB\u30D0\u30FC\u30B7\u30E7\u30FC\u30C8\u30AB\u30C3\u30C8","shortcutGroup.mouse":"\u30DE\u30A6\u30B9\u30DB\u30D0\u30FC\u30B7\u30E7\u30FC\u30C8\u30AB\u30C3\u30C8\u8A2D\u5B9A","browser.translateWithGemini":"\u73FE\u5728\u306E\u30DA\u30FC\u30B8\u3092\u4E00\u6642\u7684\u306BGemini\u3067\u7FFB\u8A33\u3057\u3066\u304F\u3060\u3055\u3044",shortcutSettingsTitle:"\u30B7\u30E7\u30FC\u30C8\u30AB\u30C3\u30C8\u30AD\u30FC\u306E\u8A2D\u5B9A","subtitle.showQuickButton":"\u30D7\u30EC\u30FC\u30E4\u30FC\u306B\u4E8C\u8A00\u8A9E\u5B57\u5E55\u306E\u30B7\u30E7\u30FC\u30C8\u30AB\u30C3\u30C8\u3092\u8868\u793A\u3059\u308B","browser.translateWithOpenAI":"\u4E00\u6642\u7684\u306BOpenAI\u3092\u4F7F\u3063\u3066\u73FE\u5728\u306E\u30DA\u30FC\u30B8\u3092\u7FFB\u8A33\u3057\u3066\u304F\u3060\u3055\u3044","browser.translateInputBox":"\u73FE\u5728\u306E\u5165\u529B\u30DC\u30C3\u30AF\u30B9\u306E\u5185\u5BB9\u3092\u7FFB\u8A33\u3057\u3066\u304F\u3060\u3055\u3044\u3002","browser.translateWithDeepL":"\u73FE\u5728\u306E\u30DA\u30FC\u30B8\u3092\u4E00\u6642\u7684\u306BDeepL\u3067\u7FFB\u8A33\u3057\u3066\u304F\u3060\u3055\u3044\u3002","browser.translateWithGoogle":"\u4E00\u6642\u7684\u306BGoogle\u7FFB\u8A33\u3067\u73FE\u5728\u306E\u30DA\u30FC\u30B8\u3092\u7FFB\u8A33\u3057\u3066\u304F\u3060\u3055\u3044\u3002",temprarilyChangeTranslationTo_openai:"\u73FE\u5728\u3001OpenAI\u3092\u4F7F\u7528\u3057\u3066\u73FE\u5728\u306E\u30DA\u30FC\u30B8\u3092\u7FFB\u8A33\u3057\u3066\u3044\u307E\u3059",temprarilyChangeTranslationTo_deepl:"\u73FE\u5728\u3001DeepL\u3092\u4F7F\u7528\u3057\u3066\u73FE\u5728\u306E\u30DA\u30FC\u30B8\u3092\u7FFB\u8A33\u3057\u3066\u3044\u307E\u3059","intro.subtitleTitle":"\u30AA\u30F3\u30E9\u30A4\u30F3\u30D3\u30C7\u30AA\u306E\u30D0\u30A4\u30EA\u30F3\u30AC\u30EB\u5B57\u5E55\u8868\u793A","shortcutGroup.touch":"\u30BF\u30C3\u30C1\u30B9\u30AF\u30EA\u30FC\u30F3\u5C02\u7528\u30B8\u30A7\u30B9\u30C1\u30E3\u30FC",temprarilyChangeTranslationTo_gemini:"\u73FE\u5728\u3001Gemini\u3092\u4F7F\u7528\u3057\u3066\u73FE\u5728\u306E\u30DA\u30FC\u30B8\u3092\u7FFB\u8A33\u3057\u3066\u3044\u307E\u3059",neverTranslateThisSite:"\u3053\u306E\u30A6\u30A7\u30D6\u30B5\u30A4\u30C8\u3092\u6C38\u9060\u306B\u7FFB\u8A33\u3057\u306A\u3044\u3067\u304F\u3060\u3055\u3044",temprarilyChangeTranslationTo_transmart:"\u73FE\u5728\u3001\u30C6\u30F3\u30BB\u30F3\u30C8\u7FFB\u8A33\u3092\u4F7F\u7528\u3057\u3066\u73FE\u5728\u306E\u30DA\u30FC\u30B8\u3092\u7FFB\u8A33\u3057\u3066\u3044\u307E\u3059","browser.translateWithTransmart":"\u4E00\u6642\u7684\u306B\u30C6\u30F3\u30BB\u30F3\u30C8\u7FFB\u8A33\u3067\u73FE\u5728\u306E\u30DA\u30FC\u30B8\u3092\u7FFB\u8A33\u3057\u3066\u304F\u3060\u3055\u3044",notLoginPro:"\u3042\u306A\u305F\u306E\u4F1A\u54E1\u30A2\u30AB\u30A6\u30F3\u30C8\u306B\u307E\u3060\u30ED\u30B0\u30A4\u30F3\u3057\u3066\u3044\u307E\u305B\u3093",networkError:"\u7FFB\u8A33\u30B5\u30FC\u30D3\u30B9\u307E\u305F\u306F\u30CD\u30C3\u30C8\u30EF\u30FC\u30AF\u306B\u554F\u984C\u304C\u767A\u751F\u3057\u3066\u3044\u307E\u3059","widget.videoSubtitleTooltip":"Youtube \u7B49 {count}+ \u306E\u30D3\u30C7\u30AA\u30B5\u30A4\u30C8\u3092\u30B5\u30DD\u30FC\u30C8\u3057\u3066\u3044\u307E\u3059","subtitle.autoDisableSubtitle":"\u81EA\u52D5\u7684\u306B\u4E8C\u304B\u56FD\u8A9E\u306E\u5B57\u5E55\u3092\u6709\u52B9\u306B\u3057\u306A\u3044","intro.hoverTitle":"\u30DE\u30A6\u30B9\u3092\u73FE\u5728\u306E\u6BB5\u843D\u306B\u30DB\u30D0\u30FC\u3057\u3066\u7FFB\u8A33\u3057\u3066\u304F\u3060\u3055\u3044","shortcutGroup.others":"\u3088\u308A\u591A\u304F\u306E\u30AB\u30B9\u30BF\u30E0\u6A5F\u80FD\u306E\u30B7\u30E7\u30FC\u30C8\u30AB\u30C3\u30C8",upgradeToProErrorTitle:"\u3053\u306E\u7FFB\u8A33\u30B5\u30FC\u30D3\u30B9\u3092\u4F7F\u7528\u3059\u308B\u306B\u306F\u3001Pro\u30E1\u30F3\u30D0\u30FC\u306B\u30A2\u30C3\u30D7\u30B0\u30EC\u30FC\u30C9\u3057\u3066\u304F\u3060\u3055\u3044\u3002",temprarilyChangeTranslationTo_google:"\u73FE\u5728\u3001Google\u7FFB\u8A33\u3092\u4F7F\u7528\u3057\u3066\u73FE\u5728\u306E\u30DA\u30FC\u30B8\u3092\u7FFB\u8A33\u3057\u3066\u3044\u307E\u3059",touchShortcutsToggleTranslationMask:"\u30BF\u30C3\u30C1\u30B9\u30AF\u30EA\u30FC\u30F3\u30B8\u30A7\u30B9\u30C1\u30E3\u30FC\u3092\u8A2D\u5B9A\u3057\u3066\u3001\u7FFB\u8A33\u30DE\u30B9\u30AF\u3092\u8868\u793A/\u539F\u6587\u3092\u8868\u793A","shortcutGroup.shortcutsForTranslationServices":"\u7FFB\u8A33\u30B5\u30FC\u30D3\u30B9\u95A2\u9023\u306E\u30B7\u30E7\u30FC\u30C8\u30AB\u30C3\u30C8\u30AD\u30FC","neverTranslateText.title":"\u4EE5\u4E0B\u306E\u5358\u8A9E\u306F\u539F\u6587\u306E\u307E\u307E\u306B\u3057\u3066\u304F\u3060\u3055\u3044\u3001\u7FFB\u8A33\u3057\u306A\u3044\u3067\u304F\u3060\u3055\u3044\u3002","widget.translateFileTooltip":"PDF\u3001EPUB\u3001SRT\u3001ASS\u3001HTML\u3001TXT \u30C9\u30AD\u30E5\u30E1\u30F3\u30C8\u3092\u7FFB\u8A33\u3057\u3066\u304F\u3060\u3055\u3044","floatBall.longPress":"\u9577\u62BC\u3057\u3059\u308B\u3068\u3001\u8A2D\u5B9A\u30D1\u30CD\u30EB\u3092\u7D20\u65E9\u304F\u958B\u304F\u3053\u3068\u304C\u3067\u304D\u307E\u3059\u3088","floatBall.guideClickToTranslate":`\u30AF\u30EA\u30C3\u30AF\u3057\u3066\u6CA1\u5165\u578B\u7FFB\u8A33\u30D5\u30ED\u30FC\u30C8\u30DC\u30FC\u30EB\u3092 \u3059\u3050\u306B\u7FFB\u8A33\u3067\u304D\u307E\u3059`,"browser.translateWithBing":"\u4E00\u6642\u7684\u306B\u30DE\u30A4\u30AF\u30ED\u30BD\u30D5\u30C8\u7FFB\u8A33\u3092\u4F7F\u7528\u3057\u3066\u73FE\u5728\u306E\u30DA\u30FC\u30B8\u3092\u7FFB\u8A33\u3057\u3066\u304F\u3060\u3055\u3044\u3002","browser.toggleMouseHoverTranslateDirectly":"\u30DA\u30FC\u30B8\u4E0A\u3067\u4E00\u6642\u7684\u306B\u30DE\u30A6\u30B9\u30DB\u30D0\u30FC\u306B\u3088\u308B\u76F4\u63A5\u7FFB\u8A33\u3092\u6709\u52B9\u306B\u3059\u308B\u304B\u7121\u52B9\u306B\u3059\u308B","browser.toggleVideoSubtitlePreTranslation":"\u30D0\u30A4\u30EA\u30F3\u30AC\u30EB\u5B57\u5E55\u3092\u5207\u308A\u66FF\u3048\u3066\u3001\u6CA1\u5165\u578B\u7FFB\u8A33\u8A2D\u5B9A\u3092\u512A\u5148\u7684\u306B\u4F7F\u7528\u3057\u3066\u304F\u3060\u3055\u3044\u3002",touchShortcutsToggleTranslateTouchElement:"\u6307\u5B9A\u306E\u6BB5\u843D\u3092\u7FFB\u8A33\u3059\u308B\u305F\u3081\u306E\u30BF\u30C3\u30C1\u30B9\u30AF\u30EA\u30FC\u30F3\u30B8\u30A7\u30B9\u30C1\u30E3\u30FC\u3092\u8A2D\u5B9A\u3057\u3066\u304F\u3060\u3055\u3044",touchShortcutsToggleTranslatePage:"\u30A6\u30A7\u30D6\u30DA\u30FC\u30B8\u3092\u7FFB\u8A33/\u539F\u6587\u3092\u8868\u793A\u3059\u308B\u305F\u3081\u306E\u30BF\u30C3\u30C1\u30B9\u30AF\u30EA\u30FC\u30F3\u30B8\u30A7\u30B9\u30C1\u30E3\u30FC\u3092\u8A2D\u5B9A\u3057\u3066\u304F\u3060\u3055\u3044\u3002","contact.description":"\u4F55\u304B\u3054\u8CEA\u554F\u3084\u63D0\u6848\u304C\u3054\u3056\u3044\u307E\u3057\u305F\u3089\u3001\u4E0B\u8A18\u306E\u30D5\u30A9\u30FC\u30E0\u306B\u8A18\u5165\u3057\u3066\u3054\u9023\u7D61\u3044\u305F\u3060\u304F\u304B\u3001{email}\u307E\u3067\u30E1\u30FC\u30EB\u3092\u304A\u9001\u308A\u304F\u3060\u3055\u3044\u3002\u65E9\u6025\u306B\u3054\u8FD4\u4FE1\u3044\u305F\u3057\u307E\u3059\u3002","desc.mouseHoverHoldKey":"\u30DE\u30A6\u30B9\u3092\u7279\u5B9A\u306E\u6BB5\u843D\u306B\u30DB\u30D0\u30FC\u3055\u305B\u3001\u540C\u6642\u306B\u53F3\u5074\u306E\u30B7\u30E7\u30FC\u30C8\u30AB\u30C3\u30C8\u30AD\u30FC\u3092\u62BC\u3059\u3068\u3001\u305D\u306E\u6BB5\u843D\u3092\u76F4\u63A5\u7FFB\u8A33\u3067\u304D\u307E\u3059\u3002","desc.touchShortcutsToggleTranslateTouchElement":"\u3042\u306A\u305F\u306E\u3044\u308B\u4EFB\u610F\u306E\u6BB5\u843D\u3092\u7FFB\u8A33\u3059\u308B\u305F\u3081\u306E\u30B8\u30A7\u30B9\u30C1\u30E3\u30FC\u3092\u30AB\u30B9\u30BF\u30DE\u30A4\u30BA\u3057\u3066\u304F\u3060\u3055\u3044\u3002",paragraphMinTextCountDesc:"\u6CE8\u610F\u3001\u3053\u3053\u3067\u6307\u3059\u306E\u306F\u6587\u5B57\u306E\u9577\u3055\u3067\u3001\u4F8B\u3048\u3070\uFF1Ahello\u306F5\u6587\u5B57\u3067\u3059\u3001\u3088\u308A\u5927\u304D\u306A\u5024\u3092\u8A2D\u5B9A\u3059\u308B\u3068\u4E0D\u5FC5\u8981\u306A\u5C0F\u3055\u306A\u6BB5\u843D\u306E\u7FFB\u8A33\u3092\u6E1B\u3089\u3059\u3053\u3068\u304C\u3067\u304D\u307E\u3059\u3002","description.baiduField":"\u30B5\u30DD\u30FC\u30C8\u3055\u308C\u3066\u3044\u308B\u30D5\u30A3\u30FC\u30EB\u30C9\u306F<1>\u3053\u3053\u3092\u53C2\u7167\u3057\u3066\u304F\u3060\u3055\u3044\u3002\u7A7A\u306E\u5834\u5408\u306F\u3001\u30D5\u30A3\u30FC\u30EB\u30C9\u304C\u6307\u5B9A\u3055\u308C\u3066\u3044\u306A\u3044\u3053\u3068\u3092\u610F\u5473\u3057\u307E\u3059\u3002","error.subscriptionExpired":"\u3042\u306A\u305F\u306E\u4F1A\u54E1\u8CC7\u683C\u306F\u3059\u3067\u306B\u671F\u9650\u5207\u308C\u304B\u3082\u3057\u308C\u307E\u305B\u3093\u3001\u3042\u306A\u305F\u306E\u4F1A\u54E1\u30B9\u30C6\u30FC\u30BF\u30B9\u3092\u78BA\u8A8D\u3057\u3066\u304F\u3060\u3055\u3044\u3002",temprarilyChangeTranslationTo_bing:"\u73FE\u5728\u3001\u30DE\u30A4\u30AF\u30ED\u30BD\u30D5\u30C8\u7FFB\u8A33\u3092\u4F7F\u7528\u3057\u3066\u73FE\u5728\u306E\u30DA\u30FC\u30B8\u3092\u7FFB\u8A33\u3057\u3066\u3044\u307E\u3059","desc.touchShortcutsToggleTranslatePage":"\u8A2D\u5B9A\u5F8C\u3001\u79FB\u52D5\u30C7\u30D0\u30A4\u30B9\u6642\u306B\u306F\u3001X\u672C\u306E\u6307\u3067\u753B\u9762\u3092\u540C\u6642\u306B\u30BF\u30C3\u30C1\u3057\u305F\u308A\u3001\u5DE6\u53F3\u306B\u30B9\u30EF\u30A4\u30D7\u3057\u305F\u308A\u3001\u9023\u7D9A\u3057\u3066\u30BF\u30C3\u30D7\u3057\u305F\u308A\u3057\u3066\u3001\u7FFB\u8A33\u30DA\u30FC\u30B8/\u539F\u6587\u3092\u8868\u793A\u3059\u308B\u3053\u3068\u304C\u3067\u304D\u307E\u3059\u3002",confirmResetToDefaultSettings:"\u3053\u306E\u7FFB\u8A33\u30B5\u30FC\u30D3\u30B9\u3092\u30C7\u30D5\u30A9\u30EB\u30C8\u8A2D\u5B9A\u306B\u623B\u3057\u307E\u3059\u304B\uFF1F\uFF08\u73FE\u5728\u306E\u7FFB\u8A33\u30B5\u30FC\u30D3\u30B9\u306E\u8A2D\u5B9A\u306E\u307F\u30EA\u30BB\u30C3\u30C8\uFF09","desc.toggleMouseHoverTranslateDirectly":"\u3053\u306E\u30B7\u30E7\u30FC\u30C8\u30AB\u30C3\u30C8\u30AD\u30FC\u3092\u62BC\u3059\u3068\u3001\u30DA\u30FC\u30B8\u4E0A\u3067\u30DE\u30A6\u30B9\u304C\u4EFB\u610F\u306E\u30C6\u30AD\u30B9\u30C8\u3092\u6307\u3059\u3068\u3001\u305D\u306E\u30C6\u30AD\u30B9\u30C8\u304C\u81EA\u52D5\u7684\u306B\u7FFB\u8A33\u3055\u308C\u307E\u3059\u3002\u30B7\u30E7\u30FC\u30C8\u30AB\u30C3\u30C8\u30AD\u30FC\u3092\u3082\u3046\u4E00\u5EA6\u62BC\u3059\u3068\u3001\u3053\u306E\u81EA\u52D5\u7FFB\u8A33\u6A5F\u80FD\u3092\u9589\u3058\u308B\u3053\u3068\u304C\u3067\u304D\u307E\u3059\u3002","slide.left":"\u53F3\u306B\u30B9\u30E9\u30A4\u30C9\u3057\u3066\u304F\u3060\u3055\u3044","subtitle.showQuickButtonDescription":"\u30D3\u30C7\u30AA\u30D7\u30EC\u30FC\u30E4\u30FC\u306E\u53F3\u4E0B\u9685\u306B\u4E8C\u8A00\u8A9E\u5B57\u5E55\u3092\u6709\u52B9\u306B\u3059\u308B\u30B7\u30E7\u30FC\u30C8\u30AB\u30C3\u30C8\u304C\u63D0\u4F9B\u3055\u308C\u3066\u3044\u307E\u3059",mouseHoverCustomKeyDescription:"\u3042\u306A\u305F\u306F\u30DE\u30A6\u30B9\u306E\u30DB\u30D0\u30FC\u306B\u30AB\u30B9\u30BF\u30E0\u30B7\u30E7\u30FC\u30C8\u30AB\u30C3\u30C8\u30AD\u30FC\u3092\u8A2D\u5B9A\u3059\u308B\u3053\u3068\u304C\u3067\u304D\u307E\u3059\u3002\u4F8B\u3048\u3070\uFF1AAlt+Z\u3001Ctrl+E\u3001Cmd+Alt+E\u3001\u307E\u305F\u306F\u76F4\u63A5Cmd\u3001\u624B\u52D5\u3067\u5165\u529B\u3057\u3066\u304F\u3060\u3055\u3044\u3002",buildSnapshots:"\u30A6\u30A7\u30D6\u30DA\u30FC\u30B8\u306E\u30B9\u30CA\u30C3\u30D7\u30B7\u30E7\u30C3\u30C8\u3092\u751F\u6210\u3059\u308B",shortcutDisableTooltip:"\u30D6\u30E9\u30A6\u30B6\u304C\u63D0\u4F9B\u3059\u308B\u62E1\u5F35\u30B7\u30E7\u30FC\u30C8\u30AB\u30C3\u30C8\u30AD\u30FC\u7BA1\u7406\u30DA\u30FC\u30B8\u3067\u8A2D\u5B9A\u3092\u884C\u3063\u3066\u304F\u3060\u3055\u3044\u3002\u8A73\u3057\u3044\u30AC\u30A4\u30C9\u306F\u3001\u3053\u306E\u30DA\u30FC\u30B8\u306E\u4E00\u756A\u4E0A\u306E\u8AAC\u660E\u3092\u3054\u89A7\u304F\u3060\u3055\u3044\u3002","desc.toggleTranslateTheMainPage":"\u30DA\u30FC\u30B8\u306E\u4E3B\u8981\u306A\u30A8\u30EA\u30A2\u306E\u307F\u3092\u7FFB\u8A33\u3057\u3066\u304F\u3060\u3055\u3044\u3002\u30DA\u30FC\u30B8\u5168\u4F53\u306E\u30A8\u30EA\u30A2\u3092\u7FFB\u8A33\u3059\u308B\u8A2D\u5B9A\u3092\u6709\u52B9\u306B\u3057\u305F\u5F8C\u3001\u3053\u306E\u30B7\u30E7\u30FC\u30C8\u30AB\u30C3\u30C8\u30AD\u30FC\u3092\u4F7F\u7528\u3057\u3066\u30DA\u30FC\u30B8\u306E\u4E3B\u8981\u306A\u30A8\u30EA\u30A2\u306E\u307F\u3092\u7279\u5225\u306B\u7FFB\u8A33\u3059\u308B\u3053\u3068\u304C\u3067\u304D\u307E\u3059\u3002","multipleClick.2":"\u30C0\u30D6\u30EB\u30AF\u30EA\u30C3\u30AF","desc.touchShortcutsToggleTranslationMask":"\u7FFB\u8A33\u30DE\u30B9\u30AF\u306F\u3001\u7FFB\u8A33\u30B9\u30BF\u30A4\u30EB\u306E\u307C\u304B\u3057\u52B9\u679C\uFF08\u5B66\u7FD2\u30E2\u30FC\u30C9\uFF09\u3092\u6307\u3057\u3001\u958B\u59CB\u3059\u308B\u3068\u4E00\u6642\u7684\u306B\u7FFB\u8A33\u6587\u306B\u307C\u304B\u3057\u52B9\u679C\u3092\u4F7F\u7528\u3057\u3001\u5B66\u7FD2\u306B\u4FBF\u5229\u3067\u3059\u3002","desc.toggleTranslateTheWholePage":"\u30DA\u30FC\u30B8\u5168\u4F53\u3092\u7FFB\u8A33\u3057\u307E\u3059\u3002\u30C7\u30D5\u30A9\u30EB\u30C8\u3067\u306F\u3001\u79C1\u305F\u3061\u306F\u30DA\u30FC\u30B8\u306E\u4E3B\u8981\u306A\u90E8\u5206\u3092\u7FFB\u8A33\u3057\u307E\u3059\u304C\u3001\u3053\u306E\u30B7\u30E7\u30FC\u30C8\u30AB\u30C3\u30C8\u30AD\u30FC\u3092\u4F7F\u7528\u3057\u3066\u30DA\u30FC\u30B8\u5168\u4F53\u3092\u7279\u5225\u306B\u7FFB\u8A33\u3059\u308B\u3053\u3068\u304C\u3067\u304D\u307E\u3059\u3002","desc.interfaceLanguage":"\u30A4\u30F3\u30BF\u30FC\u30D5\u30A7\u30FC\u30B9\u306E\u8A00\u8A9E\u8A2D\u5B9A\u306F\u30B3\u30F3\u30C8\u30ED\u30FC\u30EB\u30D1\u30CD\u30EB\u306E\u8868\u793A\u8A00\u8A9E\u306B\u5F71\u97FF\u3092\u4E0E\u3048\u3001\u7FFB\u8A33\u306E\u76EE\u6A19\u8A00\u8A9E\u3068\u306F\u95A2\u4FC2\u3042\u308A\u307E\u305B\u3093\u3002","intro.floatBallDescription":"\u6709\u52B9\u306B\u3059\u308B\u3068\u3001\u30DA\u30FC\u30B8\u306E\u53F3\u5074\u306B\u7FFB\u8A33\u30DC\u30BF\u30F3\u304C\u8868\u793A\u3055\u308C\u3001\u30AF\u30EA\u30C3\u30AF\u3059\u308B\u3068\u3059\u3050\u306B\u7FFB\u8A33\u3067\u304D\u3001\u518D\u5EA6\u30AF\u30EA\u30C3\u30AF\u3059\u308B\u3068\u5143\u306E\u30C6\u30AD\u30B9\u30C8\u306B\u5207\u308A\u66FF\u3048\u308B\u3053\u3068\u304C\u3067\u304D\u307E\u3059\u3002\u30E2\u30D0\u30A4\u30EB\u7AEF\u672B\u3067\u306F\u3001\u30D5\u30ED\u30FC\u30C6\u30A3\u30F3\u30B0\u30DC\u30FC\u30EB\u3092\u9577\u62BC\u3057\u3059\u308B\u3068\u3001\u30B7\u30E7\u30FC\u30C8\u30AB\u30C3\u30C8\u8A2D\u5B9A\u30D1\u30CD\u30EB\u3092\u958B\u304F\u3053\u3068\u304C\u3067\u304D\u307E\u3059\u3002","neverTranslateText.description":"\u4E00\u90E8\u306E\u7FFB\u8A33\u30A8\u30F3\u30B8\u30F3\u306F\u5C02\u6709\u540D\u8A5E\u306E\u8A8D\u8B58\u304C\u7406\u60F3\u7684\u3067\u306F\u306A\u3044\u305F\u3081\u3001\u3053\u3053\u306B\u5358\u8A9E\u3092\u8FFD\u52A0\u3057\u3066\u3001\u7FFB\u8A33\u30D7\u30ED\u30BB\u30B9\u4E2D\u306B\u305D\u308C\u3089\u304C\u5909\u63DB\u3055\u308C\u306A\u3044\u3088\u3046\u306B\u3059\u308B\u3053\u3068\u304C\u3067\u304D\u307E\u3059\u3002\u3053\u306E\u6A5F\u80FD\u306F\u5927\u6587\u5B57\u3068\u5C0F\u6587\u5B57\u3092\u533A\u5225\u3057\u3001\u30B9\u30DA\u30FC\u30B9\u3067\u533A\u5207\u3089\u308C\u305F\u5358\u8A9E\u8A00\u8A9E\uFF08\u82F1\u8A9E\u3001\u30D5\u30E9\u30F3\u30B9\u8A9E\u306A\u3069\uFF09\u306E\u307F\u3092\u30B5\u30DD\u30FC\u30C8\u3057\u3066\u304A\u308A\u3001\u65E5\u672C\u8A9E\u3084\u97D3\u56FD\u8A9E\u306A\u3069\u306E\u8A00\u8A9E\u306B\u306F\u9069\u7528\u3055\u308C\u307E\u305B\u3093\u3002","intro.subtitleDescription":"\u3053\u306E\u6A5F\u80FD\u3092\u6709\u52B9\u306B\u3059\u308B\u3068\u3001\u30D3\u30C7\u30AA\u306E\u518D\u751F\u6642\u306B\u81EA\u52D5\u7684\u306B\u4E8C\u8A00\u8A9E\u5B57\u5E55\u304C\u8868\u793A\u3055\u308C\u307E\u3059\u3002\u6709\u52B9\u306B\u3057\u3066\u3044\u306A\u3044\u5834\u5408\u306F\u3001\u30DA\u30FC\u30B8\u4E0A\u3067\u624B\u52D5\u3067\u7FFB\u8A33\u30DC\u30BF\u30F3\u3092\u30AF\u30EA\u30C3\u30AF\u3057\u3066\u5B57\u5E55\u3092\u8868\u793A\u3059\u308B\u5FC5\u8981\u304C\u3042\u308A\u307E\u3059\u3002\u6280\u8853\u7684\u306A\u5236\u9650\u306E\u305F\u3081\u3001\u4E00\u90E8\u306E\u30A6\u30A7\u30D6\u30B5\u30A4\u30C8\u3067\u306F\u3001\u5B57\u5E55\u3092\u521D\u3081\u3066\u6709\u52B9\u306B\u3059\u308B\u3068\u304D\u306B\u30DA\u30FC\u30B8\u3092\u66F4\u65B0\u3059\u308B\u304B\u3001\u7FFB\u8A33\u304C\u5B8C\u4E86\u3059\u308B\u306E\u3092\u5F85\u3064\u5FC5\u8981\u304C\u3042\u308B\u304B\u3082\u3057\u308C\u307E\u305B\u3093\u3002\u307E\u305F\u3001\u30D3\u30C7\u30AA\u30B5\u30A4\u30C8\u3092\u958B\u3044\u305F\u5F8C\u3001\u53F3\u4E0A\u306E\u89D2\u3067\u6CA1\u5165\u578B\u7FFB\u8A33\u306E\u30B7\u30E7\u30FC\u30C8\u30AB\u30C3\u30C8\u30D1\u30CD\u30EB\u3092\u958B\u304F/\u9589\u3058\u308B\u3053\u3068\u3082\u3067\u304D\u307E\u3059\u3002

\u73FE\u5728\u3001\u4EE5\u4E0B\u306E\u30A6\u30A7\u30D6\u30B5\u30A4\u30C8\u3067\u4E8C\u8A00\u8A9E\u5B57\u5E55\u3092\u4F7F\u7528\u3059\u308B\u3053\u3068\u304C\u3067\u304D\u307E\u3059\uFF1A","intro.hoverDescription":"\u30DE\u30A6\u30B9\u30DB\u30D0\u30FC\u7FFB\u8A33\u306F\u3001\u6CA1\u5165\u578B\u7FFB\u8A33\u306B\u304A\u3044\u3066\u975E\u5E38\u306B\u91CD\u8981\u306A\u6A5F\u80FD\u3067\u3001\u30D1\u30E9\u30B0\u30E9\u30D5\u306E\u4E0A\u306B\u30DE\u30A6\u30B9\u3092\u7F6E\u304D\u3001\u8A2D\u5B9A\u3057\u305F\u30B7\u30E7\u30FC\u30C8\u30AB\u30C3\u30C8\u30AD\u30FC\u3092\u540C\u6642\u306B\u62BC\u3059\u3060\u3051\u3067\u3001\u73FE\u5728\u306E\u30D1\u30E9\u30B0\u30E9\u30D5\u3092\u81EA\u52D5\u7684\u306B\u7FFB\u8A33\u3057\u307E\u3059\uFF08\u6CE8\u610F\uFF1A\u30C7\u30D5\u30A9\u30EB\u30C8\u3067\u306F\u6709\u52B9\u306B\u306A\u3063\u3066\u3044\u307E\u305B\u3093\u306E\u3067\u3001\u4E0B\u306E\u8A2D\u5B9A\u3067\u6709\u52B9\u306B\u3057\u3066\u304F\u3060\u3055\u3044\uFF09\u3002\u3053\u306E\u30A4\u30F3\u30BF\u30E9\u30AF\u30B7\u30E7\u30F3\u306F\u3001\u5358\u8A9E\u306E\u9078\u629E\u7FFB\u8A33\u3092\u3088\u308A\u826F\u304F\u4EE3\u66FF\u3059\u308B\u305F\u3081\u306B\u4F7F\u7528\u3055\u308C\u307E\u3059\u3002\u307E\u305F\u3001\u3053\u306E\u6A5F\u80FD\u306F\u3001\u8A8D\u8B58\u3067\u304D\u306A\u3044\u7FFB\u8A33\u30A8\u30EA\u30A2\u306B\u3082\u5E83\u304F\u9069\u7528\u3055\u308C\u3066\u3044\u307E\u3059\u3002\u3053\u306E\u6A5F\u80FD\u3092\u5229\u7528\u3057\u3066\u3001\u4EFB\u610F\u306E\u30D1\u30E9\u30B0\u30E9\u30D5\u3092\u5F37\u5236\u7684\u306B\u7FFB\u8A33\u3059\u308B\u3053\u3068\u304C\u3067\u304D\u307E\u3059\u3002",translationOnlyModeDescription:"\u300C\u8A33\u6587\u306E\u307F\u300D\u30E2\u30FC\u30C9\u3068\u306F\u3001\u30C7\u30D5\u30A9\u30EB\u30C8\u306E\u30D0\u30A4\u30EA\u30F3\u30AC\u30EB\u30E2\u30FC\u30C9\u3067\u306F\u306A\u304F\u3001\u8A33\u6587\u306E\u307F\u3092\u8868\u793A\u3059\u308B\u3053\u3068\u3092\u6307\u3057\u307E\u3059\u3002\u6CE8\u610F\uFF1A\u6280\u8853\u7684\u306A\u5236\u9650\u306E\u305F\u3081\u3001\u300C\u8A33\u6587\u306E\u307F\u300D\u30E2\u30FC\u30C9\u3067\u306F\u3001\u539F\u6587\u306E\u30CF\u30A4\u30D1\u30FC\u30EA\u30F3\u30AF\u304C\u7121\u52B9\u306B\u306A\u308A\u307E\u3059\u3002",geminiWarning:"\u6CE8\u610F\uFF1AGoogle\u304C\u63D0\u4F9B\u3059\u308BGemini\u306E\u7121\u6599\u30B5\u30FC\u30D3\u30B9\u306E\u5236\u9650\u306F\u53B3\u3057\u304F\u3001\u30E6\u30FC\u30B6\u30FC\u304C\u8907\u6570\u306EKey\u3092\u4F7F\u7528\u3057\u3066\u5F7C\u3089\u306E\u7121\u6599\u914D\u5F53\u5236\u9650\u3092\u56DE\u907F\u3057\u3066\u3044\u308B\u3068Google\u306B\u5224\u65AD\u3055\u308C\u308B\u53EF\u80FD\u6027\u304C\u3042\u308A\u307E\u3059\u3002\u4F7F\u7528\u3059\u308B\u3053\u3068\u306F\u304A\u52E7\u3081\u3057\u307E\u305B\u3093\u3001Google\u304C\u5C06\u6765Gemini\u306E\u6709\u6599\u30A4\u30F3\u30BF\u30FC\u30D5\u30A7\u30FC\u30B9\u3092\u958B\u653E\u3059\u308B\u306E\u3092\u5F85\u3064\u3053\u3068\u3092\u304A\u52E7\u3081\u3057\u307E\u3059\u3002","floatBall.setting":"\u8A2D\u5B9A","floatBall.translateToLanguage":"{language}\u306B\u7FFB\u8A33\u3059\u308B\u3092\u30AF\u30EA\u30C3\u30AF\u3057\u3066\u304F\u3060\u3055\u3044","floatBall.file":`PDF\u3001EPUB\u3001SRT\u3001 ASS\u3001HTML\u3001TXT\u30D5\u30A1\u30A4\u30EB\u3092\u7FFB\u8A33\u3057\u307E\u3059`,changeToOnlyTempTranslationMode:"\u7FFB\u8A33\u306E\u307F\u3092\u8868\u793A\u3059\u308B\u3088\u3046\u306B\u5207\u308A\u66FF\u3048\u308B",changeToDualTempTranslationMode:"\u5BFE\u8A33\u3078\u306E\u5207\u308A\u66FF\u3048","options.navbar.translateFile":"\u7FFB\u8A33\u6587\u66F8","translationServices.yandex":"\u30E4\u30F3\u30C7\u30C3\u30AF\u30B9","options.navbar.installApp":"\u643A\u5E2F\u96FB\u8A71\u306E\u30A2\u30D7\u30EA\u3092\u30A4\u30F3\u30B9\u30C8\u30FC\u30EB\u3059\u308B","transitionMode.translation":"\u305F\u3060\u8A33\u6587","subtitle.transitionMode":"\u30D3\u30C7\u30AA\u5B57\u5E55\u306E\u4E8C\u8A00\u8A9E/\u7FFB\u8A33\u30C6\u30AD\u30B9\u30C8\u306E\u307F\u306E\u8A2D\u5B9A","transitionMode.dual":"\u30D0\u30A4\u30EA\u30F3\u30AC\u30EB\u5BFE\u7167","subtitle.transitionModeDescription":"\u30D3\u30C7\u30AA\u5B57\u5E55\u3092\u4E8C\u8A00\u8A9E\u5BFE\u7167\u307E\u305F\u306F\u7FFB\u8A33\u6587\u306E\u307F\u306E\u30E2\u30FC\u30C9\u306B\u8A2D\u5B9A\u3057\u3066\u304F\u3060\u3055\u3044","transitionMode.inherit":"\u30B7\u30B9\u30C6\u30E0\u306E\u30C7\u30D5\u30A9\u30EB\u30C8\u306E\u7FFB\u8A33\u8868\u793A\u30E2\u30FC\u30C9\u3068\u4E00\u81F4\u3057\u3066\u304F\u3060\u3055\u3044\u3002",translateFileTooltip:`PDF\u3001ePub\u3001srt\u3001 ass\u3001HTML\u3001TXT\u30D5\u30A1\u30A4\u30EB\u3092\u7FFB\u8A33\u3057\u3066\u304F\u3060\u3055\u3044`,"description.subtitlePrompt":`\u5B57\u5E55\u30B7\u30FC\u30F3\u3067\u8907\u6570\u306E\u30D1\u30E9\u30B0\u30E9\u30D5\u3092\u9001\u4FE1\u3059\u308B\u5834\u5408\u3001\u30E6\u30FC\u30B6\u30FC\u3068\u3057\u3066{service}\u306B\u5BFE\u8A71\u3092\u9001\u4FE1\u3057\u307E\u3059\u3002\u3053\u3053\u3067\u3001{{from}}\u306F\u30D1\u30E9\u30B0\u30E9\u30D5\u306E\u8A00\u8A9E\u3092\u3001{{to}}\u306F\u76EE\u6A19\u8A00\u8A9E\u3092\u8868\u3057\u3001{{yaml}}\u306Fyaml\u5F62\u5F0F\u3067\u5305\u88C5\u3057\u305F\u30D1\u30E9\u30B0\u30E9\u30D5\u306E\u5185\u5BB9\u3067\u3059\u3002\u30AB\u30B9\u30BF\u30E0Prompt\u304C\u5FC5\u8981\u306A\u5834\u5408\u3001AI\u306E\u5FDC\u7B54\u3068\u3057\u3066\u306EYAML\u7D50\u679C\u306E\u5404\u9805\u76EE\u304C{env.imt_sub_trans_field}\u30D5\u30A3\u30FC\u30EB\u30C9\u3092\u542B\u3080\u3053\u3068\u3092\u78BA\u8A8D\u3059\u308B\u5FC5\u8981\u304C\u3042\u308A\u307E\u3059\u3002{{imt_sub_trans_field}}\u306F\u3001AI\u306E\u5FDC\u7B54\u3068\u3057\u3066\u671F\u5F85\u3059\u308B\u7FFB\u8A33\u30D5\u30A3\u30FC\u30EB\u30C9\u540D\u3067\u3001\u30C7\u30D5\u30A9\u30EB\u30C8\u306F{env.imt_sub_trans_field}\u3067\u3059\u3002{{imt_sub_source_field}}\u306F\u3001AI\u306B\u6E21\u3059\u539F\u6587\u30D5\u30A3\u30FC\u30EB\u30C9\u540D\u3067\u3001\u30C7\u30D5\u30A9\u30EB\u30C8\u306F{env.imt_sub_source_field}\u3067\u3059\u3002\u7D50\u679C\u306E\u4F8B\u306F\u4EE5\u4E0B\u306E\u901A\u308A\u3067\u3059\uFF1A @@ -5028,7 +5028,7 @@ ass\u3001HTML\u3001TXT\u30D5\u30A1\u30A4\u30EB\u3092\u7FFB\u8A33\u3057\u3066\u30 - id: 1 {env.imt_trans_field}: \u7FFB\u8A33\u6587 - id: 2 - {env.imt_trans_field}: \u7FFB\u8A33\u6587`,"subtitle.quickButton.white":"\u767D\u8272","subtitle.quickButton.black":"\u9ED2\u8272","subtitle.quickButton.setting":"\u8A2D\u5B9A","subtitle.quickButton.blue":"\u9752\u8272","subtitle.quickButton.backgroundOpacity":"\u80CC\u666F\u306E\u4E0D\u900F\u660E\u5EA6","subtitle.quickButton.cyan":"\u9752\u8272","subtitle.quickButton.translationPositionBottom":"\u539F\u6587\u306E\u4E0B\u65B9","subtitle.quickButton.sourceFontSize":"\u5143\u306E\u30D5\u30A9\u30F3\u30C8\u30B5\u30A4\u30BA","subtitle.quickButton.backgroundColor":"\u80CC\u666F\u8272","subtitle.quickButton.magenta":"\u30DE\u30BC\u30F3\u30BF\u8272","subtitle.quickButton.red":"\u8D64\u8272","subtitle.quickButton.green":"\u7DD1\u8272","subtitle.quickButton.translationPositionTop":"\u539F\u6587\u306E\u4E0A\u306B","translationServices.claude":"\u30AF\u30ED\u30FC\u30C9","subtitle.quickButton.sourceTextColor":"\u539F\u6587\u306E\u30D5\u30A9\u30F3\u30C8\u306E\u8272","subtitle.quickButton.yellow":"\u9EC4\u8272","subtitle.quickButton.translationFontSize":"\u7FFB\u8A33\u6587\u5B57\u306E\u30D5\u30A9\u30F3\u30C8\u30B5\u30A4\u30BA","subtitle.quickButton.translationTextColor":"\u7FFB\u8A33\u6587\u5B57\u306E\u8272","subtitle.quickButton.translationPosition":"\u7FFB\u8A33\u4F4D\u7F6E",attachSubtitleTranslating:"{service} \u3092\u4F7F\u7528\u3057\u3066\u7FFB\u8A33\u4E2D...","error.claude.403":"\u4E00\u6642\u7684\u306B\u30B5\u30FC\u30D3\u30B9\u3078\u306E\u30A2\u30AF\u30BB\u30B9\u6A29\u9650\u304C\u3042\u308A\u307E\u305B\u3093\u3002\u3053\u308C\u306FClaude\u306E\u5730\u57DF\u5236\u9650\u306B\u95A2\u9023\u3057\u3066\u3044\u308B\u53EF\u80FD\u6027\u304C\u3042\u308A\u307E\u3059\u3002IP\u30A2\u30C9\u30EC\u30B9\u3092\u5207\u308A\u66FF\u3048\u308B\u304B\u3001\u4ED6\u306E\u7FFB\u8A33\u30B5\u30FC\u30D3\u30B9\u3092\u4F7F\u7528\u3057\u3066\u307F\u3066\u304F\u3060\u3055\u3044\u3002","browser.brandDescriptionForSafari":"\u3010\u6CA1\u5165\u578B\u7FFB\u8A33\u3011\u7121\u6599\u306E\uFF08\u539F\u6587/\u8A33\u6587\uFF09\u30D0\u30A4\u30EA\u30F3\u30AC\u30EB\u5BFE\u7167\u30A6\u30A7\u30D6\u30DA\u30FC\u30B8\u7FFB\u8A33\u30D7\u30E9\u30B0\u30A4\u30F3\u3067\u3001PDF\u7FFB\u8A33\u3068EPUB\u96FB\u5B50\u66F8\u7C4D\u7FFB\u8A33\u3092\u540C\u6642\u306B\u30B5\u30DD\u30FC\u30C8\u3057\u3001\u539F\u6587\u306E\u30EC\u30A4\u30A2\u30A6\u30C8\u3092\u4FDD\u6301\u3057\u307E\u3059\u3002Youtube/Netflix\u306A\u3069\u306E\u30AA\u30F3\u30E9\u30A4\u30F3\u30D3\u30C7\u30AA\u306E\u30D0\u30A4\u30EA\u30F3\u30AC\u30EB\u5B57\u5E55\u7FFB\u8A33\u3082\u30B5\u30DD\u30FC\u30C8\u3057\u3001Deepl/Google\u306A\u3069\u306E\u4E3B\u6D41\u7FFB\u8A33\u30B5\u30FC\u30D3\u30B9\u306B\u5BFE\u5FDC\u3057\u3066\u3044\u307E\u3059\u3002","browser.PdfProFile":"AI \u99C6\u52D5\u306E PDF Pro \u7FFB\u8A33","browser.textTranslate":"\u30C6\u30AD\u30B9\u30C8\u7FFB\u8A33"};var vb={nologin:"\u0644\u0645 \u062A\u0642\u0645 \u0628\u062A\u0633\u062C\u064A\u0644 \u0627\u0644\u062F\u062E\u0648\u0644",loginForSafari:"\u062A\u0633\u062C\u064A\u0644 \u0627\u0644\u062F\u062E\u0648\u0644 \u0623\u0648 \u0627\u0644\u062A\u0633\u062C\u064A\u0644",login:"\u064A\u0645\u0643\u0646\u0643 \u062A\u0641\u0639\u064A\u0644 \u0627\u0644\u0639\u0636\u0648\u064A\u0629 \u0628\u0639\u062F \u062A\u0633\u062C\u064A\u0644 \u0627\u0644\u062F\u062E\u0648\u0644",manageAccount:"\u0625\u062F\u0627\u0631\u0629 \u0627\u0644\u062D\u0633\u0627\u0628",openPremium:"\u0627\u0644\u0627\u0646\u0636\u0645\u0627\u0645 \u0625\u0644\u0649 \u0627\u0644\u0639\u0636\u0648\u064A\u0629",logout:"\u064A\u062A\u0631\u0643",curentPlan:"\u0627\u0644\u0631\u0632\u0645\u0629 \u0627\u0644\u062D\u0627\u0644\u064A\u0629",endAt:"\u0646\u0636\u062C",endAuto:"\u062A\u062C\u062F\u064A\u062F \u062A\u0644\u0642\u0627\u0626\u064A",lineBreakMaxTextCount:"\u0627\u0644\u062D\u062F \u0627\u0644\u0623\u0642\u0635\u0649 \u0644\u0639\u062F\u062F \u0627\u0644\u0623\u062D\u0631\u0641 \u0627\u0644\u0645\u0633\u0645\u0648\u062D \u0628\u0647 \u0644\u0643\u0644 \u062C\u0645\u0644\u0629 \u0628\u0639\u062F \u0641\u0648\u0627\u0635\u0644 \u0627\u0644\u0623\u0633\u0637\u0631","translate-pdf":"\u0627\u0646\u0642\u0631 \u0644\u062A\u0631\u062C\u0645\u0629 PDF","noSupportTranslate-pdf":"\u0627\u0644\u0628\u0631\u0646\u0627\u0645\u062C \u0627\u0644\u0646\u0635\u064A \u063A\u064A\u0631 \u0645\u062F\u0639\u0648\u0645\u060C \u064A\u0631\u062C\u0649 \u0627\u0633\u062A\u062E\u062F\u0627\u0645 \u0627\u0644\u0628\u0631\u0646\u0627\u0645\u062C \u0627\u0644\u0625\u0636\u0627\u0641\u064A","translate-firefox-local-pdf":"\u0627\u0646\u0642\u0631 \u0644\u0627\u0633\u062A\u064A\u0631\u0627\u062F PDF",enableLineBreak:"\u0642\u0645 \u0628\u062A\u0634\u063A\u064A\u0644 \u0627\u0644\u062A\u0641\u0627\u0641 \u0627\u0644\u0643\u0644\u0645\u0627\u062A \u0627\u0644\u062A\u0644\u0642\u0627\u0626\u064A \u0644\u0644\u0641\u0642\u0631\u0627\u062A \u0627\u0644\u0637\u0648\u064A\u0644\u0629",sponsorLabel:"\u0627\u062F\u0639\u0645 \u0645\u0637\u0648\u0631\u064B\u0627 \u0628\u062F\u0621\u064B\u0627 \u0645\u0646 1 \u062F\u0648\u0644\u0627\u0631",help:"\u064A\u0633\u0627\u0639\u062F",browserShortcutsNoteForFirefox:'\u0644\u062A\u0639\u062F\u064A\u0644 \u0645\u0641\u0627\u062A\u064A\u062D \u0627\u0644\u0627\u062E\u062A\u0635\u0627\u0631 \u0641\u064A \u0645\u062A\u0635\u0641\u062D Firefox\u060C \u062A\u062D\u062A\u0627\u062C \u0625\u0644\u0649 \u0641\u062A\u062D \u0635\u0641\u062D\u0629 \u0625\u062F\u0627\u0631\u0629 \u0627\u0644\u0627\u0645\u062A\u062F\u0627\u062F\u0627\u062A `about:addons`\u060C \u062B\u0645 \u0627\u0644\u0646\u0642\u0631 \u0641\u0648\u0642 "\u0627\u0644\u0625\u0639\u062F\u0627\u062F\u0627\u062A"\u060C \u062B\u0645 \u0627\u0644\u0646\u0642\u0631 \u0641\u0648\u0642 "\u0625\u062F\u0627\u0631\u0629 \u0645\u0641\u0627\u062A\u064A\u062D \u0627\u0644\u0627\u062E\u062A\u0635\u0627\u0631" \u0644\u062A\u0639\u064A\u064A\u0646\u0647\u0627.',browserShortcutsNoteForChrome:"\u0644\u062A\u0639\u062F\u064A\u0644 \u0645\u0641\u0627\u062A\u064A\u062D \u0627\u0644\u0627\u062E\u062A\u0635\u0627\u0631 \u0641\u064A \u0645\u062A\u0635\u0641\u062D \u064A\u0634\u0628\u0647 Chrome\u060C \u062A\u062D\u062A\u0627\u062C \u0625\u0644\u0649 \u0641\u062A\u062D \u0635\u0641\u062D\u0629 \u0625\u062F\u0627\u0631\u0629 \u0627\u0644\u0625\u0636\u0627\u0641\u0627\u062A\u060C \u0648\u062A\u0639\u064A\u064A\u0646\u0647\u0627 \u0641\u064A \u0644\u0648\u062D\u0629 `\u0625\u062F\u0627\u0631\u0629 \u0627\u0644\u0627\u062E\u062A\u0635\u0627\u0631\u0627\u062A` (`chrome://extensions/shortcuts`)\u060C \u062B\u0645 \u0627\u0644\u0646\u0642\u0631 \u0641\u0648\u0642 \u0627\u0644\u0632\u0631 \u0623\u062F\u0646\u0627\u0647 \u0644\u0644\u0627\u0646\u062A\u0642\u0627\u0644 \u0625\u0644\u0649 \u0635\u0641\u062D\u0629 \u0625\u062F\u0627\u0631\u0629 \u0645\u0641\u062A\u0627\u062D \u0627\u0644\u0627\u062E\u062A\u0635\u0627\u0631.",browserShortcutsSucks:"\u062A\u0646\u0633\u064A\u0642 \u0645\u0641\u062A\u0627\u062D \u0627\u0644\u0627\u062E\u062A\u0635\u0627\u0631 \u0627\u0644\u0645\u062E\u0635\u0635 \u0647\u0648 (\u0644\u0627 \u064A\u0648\u062C\u062F \u0627\u0644\u062A\u0639\u0631\u0641 \u0627\u0644\u062A\u0644\u0642\u0627\u0626\u064A\u060C \u064A\u0631\u062C\u0649 \u0627\u0644\u062F\u062E\u0648\u0644 \u0645\u0628\u0627\u0634\u0631\u0629)\uFF1A",enableLineBreakDescription:"\u0639\u0646\u062F \u062A\u0634\u063A\u064A\u0644\u0647\u060C \u0633\u064A\u062A\u0645 \u0625\u062F\u0631\u0627\u062C \u0641\u0648\u0627\u0635\u0644 \u0627\u0644\u0623\u0633\u0637\u0631 \u0641\u064A \u0646\u0647\u0627\u064A\u0629 \u0643\u0644 \u062C\u0645\u0644\u0629 \u0641\u064A \u0641\u0642\u0631\u0627\u062A \u0637\u0648\u064A\u0644\u0629 \u0644\u062A\u0633\u0647\u064A\u0644 \u0627\u0644\u0642\u0631\u0627\u0621\u0629.","browser.shortBrandName":"\u062A\u0631\u062C\u0645\u0629 \u063A\u0627\u0645\u0631\u0629","browser.brandName":"\u062A\u0631\u062C\u0645\u0629 \u063A\u0627\u0645\u0631\u0629: \u062A\u0631\u062C\u0645\u0629 \u0635\u0641\u062D\u0627\u062A \u0627\u0644\u0648\u064A\u0628 \u062B\u0646\u0627\u0626\u064A\u0629 \u0627\u0644\u0644\u063A\u0629 \u0648\u062A\u0631\u062C\u0645\u0629 \u0645\u0633\u062A\u0646\u062F\u0627\u062A PDF","browser.brandDescription":"Bilingual web page translation, also supports PDF translation, bilingual Epub eBook translation, free to use.","browser.toggleTranslatePage":"\u062A\u0631\u062C\u0645\u0629 \u0635\u0641\u062D\u0629 \u0627\u0644\u0648\u064A\u0628/\u0625\u0638\u0647\u0627\u0631 \u0627\u0644\u0646\u0635 \u0627\u0644\u0623\u0635\u0644\u064A","browser.toggleTranslateTheWholePage":"\u062A\u0631\u062C\u0645\u0629 \u062C\u0645\u064A\u0639 \u0645\u0646\u0627\u0637\u0642 \u0627\u0644\u0635\u0641\u062D\u0629/\u0639\u0631\u0636 \u0627\u0644\u0646\u0635 \u0627\u0644\u0623\u0635\u0644\u064A","browser.toggleOnlyTransation":"\u062A\u0628\u062F\u064A\u0644 \u0627\u0644\u0648\u0636\u0639 \u062B\u0646\u0627\u0626\u064A \u0627\u0644\u0644\u063A\u0629 / \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0641\u0642\u0637","browser.toggleTranslateToThePageEndImmediately":"\u062A\u0631\u062C\u0645\u0629 \u0641\u0648\u0631\u064A\u0629 \u0625\u0644\u0649 \u0623\u0633\u0641\u0644 \u0627\u0644\u0635\u0641\u062D\u0629/\u0625\u0638\u0647\u0627\u0631 \u0627\u0644\u0646\u0635 \u0627\u0644\u0623\u0635\u0644\u064A","browser.toggleTranslateTheMainPage":"\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0645\u0646\u0637\u0642\u0629 \u0627\u0644\u0631\u0626\u064A\u0633\u064A\u0629 \u0644\u0644\u0635\u0641\u062D\u0629/\u0639\u0631\u0636 \u0627\u0644\u0646\u0635 \u0627\u0644\u0623\u0635\u0644\u064A","browser.shareToDraft":"\u0645\u0634\u0627\u0631\u0643\u0629 \u0627\u0644\u0635\u0641\u062D\u0627\u062A \u062B\u0646\u0627\u0626\u064A\u0629 \u0627\u0644\u0644\u063A\u0629","browser.openOptionsPage":"\u0627\u0641\u062A\u062D \u0635\u0641\u062D\u0629 \u0627\u0644\u0625\u0639\u062F\u0627\u062F\u0627\u062A","browser.toggleTranslationMask":"\u0625\u0638\u0647\u0627\u0631/\u0625\u062E\u0641\u0627\u0621 \u062A\u0623\u062B\u064A\u0631 \u0637\u0645\u0633 \u0627\u0644\u062A\u0631\u062C\u0645\u0629","browser.translateLocalPdfFile":"\u062A\u0631\u062C\u0645\u0629 \u0645\u0644\u0641\u0627\u062A PDF \u0627\u0644\u0645\u062D\u0644\u064A\u0629","browser.openEbookViewer":"\u0642\u0631\u0627\u0621\u0629 \u0627\u0644\u0643\u062A\u0628 \u0627\u0644\u0625\u0644\u0643\u062A\u0631\u0648\u0646\u064A\u0629 \u0627\u0644\u0645\u062D\u0644\u064A\u0629","browser.openEbookBuilder":"\u0625\u0646\u0634\u0627\u0621 \u0643\u062A\u0628 \u0625\u0644\u0643\u062A\u0631\u0648\u0646\u064A\u0629 EPUB \u062B\u0646\u0627\u0626\u064A\u0629 \u0627\u0644\u0644\u063A\u0629","browser.translateLocalHtmlFile":"\u062A\u0631\u062C\u0645\u0629 \u0645\u0644\u0641\u0627\u062A HTML/txt","browser.donateContext":"\u062A\u0639\u0631\u0641 \u0639\u0644\u0649 \u0641\u0648\u0627\u0626\u062F \u0627\u0644\u0631\u0639\u0627\u064A\u0629","browser.translateLocalSubtitleFile":"\u062A\u0631\u062C\u0645\u0629 \u0645\u0644\u0641\u0627\u062A \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0645\u062D\u0644\u064A\u0629",confirmResetConfig:"\u0647\u0644 \u0623\u0646\u062A \u0645\u062A\u0623\u0643\u062F \u0623\u0646\u0643 \u062A\u0631\u064A\u062F \u0625\u0639\u0627\u062F\u0629 \u0636\u0628\u0637 \u0625\u0639\u062F\u0627\u062F\u0627\u062A\u0643\u061F",translationLineBreakSettingTitle:"\u0625\u0639\u062F\u0627\u062F\u0627\u062A \u0627\u0644\u062A\u0641\u0627\u0641 \u0633\u0637\u0631 \u0627\u0644\u062A\u0631\u062C\u0645\u0629",smartLineBreak:"\u062A\u063A\u0644\u064A\u0641 \u0627\u0644\u062E\u0637 \u0627\u0644\u0630\u0643\u064A",alwaysLineBreak:"\u0627\u0644\u062A\u0641\u0627\u0641 \u062F\u0627\u0626\u0645\u0627",isShowContextMenu:"\u0623\u0636\u0641 \u0635\u0641\u062D\u0629 \u0627\u0644\u0648\u064A\u0628 \u0627\u0644\u0645\u062A\u0631\u062C\u0645\u0629 \u0625\u0644\u0649 \u0639\u0646\u0635\u0631 \u0642\u0627\u0626\u0645\u0629 \u0627\u0644\u0646\u0642\u0631 \u0628\u0632\u0631 \u0627\u0644\u0645\u0627\u0648\u0633 \u0627\u0644\u0623\u064A\u0645\u0646",toggleBeta:"\u062A\u0641\u0639\u064A\u0644 \u0645\u064A\u0632\u0627\u062A \u0627\u0644\u0627\u062E\u062A\u0628\u0627\u0631 \u0627\u0644\u062A\u062C\u0631\u064A\u0628\u064A",betaDescription:"\u062A\u0645\u0643\u064A\u0646 \u0627\u0644\u0645\u064A\u0632\u0627\u062A \u0627\u0644\u062A\u064A \u0644\u0627 \u062A\u0632\u0627\u0644 \u062A\u062C\u0631\u064A\u0628\u064A\u0629\u060C \u0628\u0627\u0644\u0625\u0636\u0627\u0641\u0629 \u0625\u0644\u0649 \u062E\u062F\u0645\u0627\u062A \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0642\u064A\u062F \u0627\u0644\u0627\u062E\u062A\u0628\u0627\u0631. \u0627\u0646\u0636\u0645 \u0625\u0644\u0649<1>\u0645\u062C\u0645\u0648\u0639\u0629 \u0627\u0644\u062A\u0644\u064A\u062C\u0631\u0627\u0645 \u064A\u062A\u0639\u0644\u0645 \u0623\u0643\u062B\u0631.",translationLineBreakSettingDescription:"\u064A\u064F\u0639\u062F \u0627\u0644\u0627\u0644\u062A\u0641\u0627\u0641 \u062F\u0627\u0626\u0645\u064B\u0627 \u0645\u0646\u0627\u0633\u0628\u064B\u0627 \u0644\u0644\u062A\u062E\u0637\u064A\u0637\u0627\u062A \u0630\u0627\u062A \u0627\u0644\u0645\u062D\u062A\u0648\u0649 \u0627\u0644\u0623\u0642\u0644 \u0648\u0627\u0644\u0623\u0643\u062B\u0631 \u062A\u0631\u062A\u064A\u0628\u064B\u0627. (\u0627\u0633\u062A\u062E\u062F\u0645 \u0641\u0648\u0627\u0635\u0644 \u0627\u0644\u0623\u0633\u0637\u0631 \u0627\u0644\u0630\u0643\u064A\u0629 \u0641\u064A \u0627\u0644\u0641\u0642\u0631\u0627\u062A \u0627\u0644\u0637\u0648\u064A\u0644\u0629 \u0627\u0644\u062A\u064A \u062A\u062D\u062A\u0648\u064A \u0639\u0644\u0649 \u0627\u0644\u0643\u062B\u064A\u0631 \u0645\u0646 \u0627\u0644\u0645\u062D\u062A\u0648\u0649 (\u0623\u0643\u062B\u0631 \u0645\u0646{count}\u062D\u0631\u0641) \u0644\u062A\u0648\u0641\u064A\u0631 \u0627\u0644\u0645\u0633\u0627\u062D\u0629)",tempTranslateDomainTitle:"\u0643\u0645 \u0645\u0646 \u0627\u0644\u0648\u0642\u062A \u0644\u062A\u0645\u0643\u064A\u0646 \u062A\u0631\u062C\u0645\u0629 \u0645\u0648\u0642\u0639 \u0627\u0644\u0648\u064A\u0628 \u0645\u0624\u0642\u062A\u064B\u0627",tempTranslateDomainDescription:"\u0639\u0646\u062F \u062A\u0631\u062C\u0645\u0629 \u0635\u0641\u062D\u0629 \u0648\u064A\u0628 \u064A\u062F\u0648\u064A\u064B\u0627\u060C \u0642\u0645 \u0628\u062A\u0634\u063A\u064A\u0644 \u0645\u0648\u0642\u0639 \u0627\u0644\u0648\u064A\u0628 \u0645\u0624\u0642\u062A\u064B\u0627 \u0644\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u062A\u0644\u0642\u0627\u0626\u064A\u0629\u060C \u0648\u064A\u0645\u0643\u0646\u0643 \u0636\u0628\u0637 \u0627\u0644\u0645\u062F\u0629 \u0627\u0644\u0645\u0624\u0642\u062A\u0629.",xMinutes:"{count} \u062F\u0642\u064A\u0642\u0629",disabled:"\u0625\u0628\u0637\u0627\u0644",changelog:"\u062A\u063A\u064A\u064A\u0631 \u0627\u0644\u0633\u062C\u0644",toggleTranslatePageWhenThreeFingersOnTheScreen:"\u0627\u0644\u0645\u0633 \u0627\u0644\u0634\u0627\u0634\u0629 \u0628\u0623\u0635\u0627\u0628\u0639 \u0645\u062A\u0639\u062F\u062F\u0629 \u0641\u064A \u0646\u0641\u0633 \u0627\u0644\u0648\u0642\u062A \u0644\u062A\u0631\u062C\u0645\u0629 \u0635\u0641\u062D\u0629 \u0627\u0644\u0648\u064A\u0628/\u0639\u0631\u0636 \u0627\u0644\u0646\u0635 \u0627\u0644\u0623\u0635\u0644\u064A",toggleTranslationMaskWhenThreeFingersOnTheScreen:"\u0627\u0644\u0645\u0633 \u0639\u062F\u0629 \u0623\u0635\u0627\u0628\u0639 \u0641\u064A \u0646\u0641\u0633 \u0627\u0644\u0648\u0642\u062A \u0644\u0625\u0638\u0647\u0627\u0631/\u0625\u062E\u0641\u0627\u0621 \u062A\u0623\u062B\u064A\u0631 \u0637\u0645\u0633 \u0627\u0644\u062A\u0631\u062C\u0645\u0629",fingerCountToToggleTranslagePageOnlyTranslationWhenTouching:"\u0627\u0644\u0645\u0633 \u0627\u0644\u0634\u0627\u0634\u0629 \u0628\u0623\u0635\u0627\u0628\u0639 \u0645\u062A\u0639\u062F\u062F\u0629 \u0641\u064A \u0646\u0641\u0633 \u0627\u0644\u0648\u0642\u062A \u0644\u062A\u0631\u062C\u0645\u0629 \u0635\u0641\u062D\u0629 \u0627\u0644\u0648\u064A\u0628 (\u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0641\u0642\u0637)/\u0639\u0631\u0636 \u0627\u0644\u0646\u0635 \u0627\u0644\u0623\u0635\u0644\u064A",addUrlDescription:"\u064A\u0645\u0643\u0646 \u0623\u0646 \u064A\u0643\u0648\u0646 \u0627\u0633\u0645 \u0646\u0637\u0627\u0642 \u0648\u064A\u062F\u0639\u0645 \u0623\u062D\u0631\u0641 \u0627\u0644\u0628\u062F\u0644\u060C \u0645\u062B\u0644\uFF1A*.google.com\u060C google.com/mail/*\u060C https://www.google.com/*",general:"\u0627\u0644\u0625\u0639\u062F\u0627\u062F\u0627\u062A \u0627\u0644\u0623\u0633\u0627\u0633\u064A\u0629",clickToExpandConfig:"\u0642\u0645 \u0628\u062A\u0648\u0633\u064A\u0639 \u0627\u0644\u062A\u0643\u0648\u064A\u0646 \u0627\u0644\u062D\u0627\u0644\u064A",import:"\u0627\u0633\u062A\u064A\u0631\u0627\u062F \u0645\u0646 \u0645\u0644\u0641",export:"\u062A\u0635\u062F\u064A\u0631 \u0625\u0644\u0649 \u0645\u0644\u0641",toggleDebug:"\u0637\u0628\u0627\u0639\u0629 \u0633\u062C\u0644\u0627\u062A \u0627\u0644\u062A\u0635\u062D\u064A\u062D \u0639\u0644\u0649 \u0648\u062D\u062F\u0629 \u0627\u0644\u062A\u062D\u0643\u0645","fingers.0":"\u0625\u0646\u0647\u0627\u0621","fingers.2":"\u0644\u0645\u0633\u0629 \u0628\u0625\u0635\u0628\u0639\u064A\u0646","fingers.3":"\u0644\u0645\u0633\u0629 \u0628\u062B\u0644\u0627\u062B\u0629 \u0623\u0635\u0627\u0628\u0639","fingers.4":"\u0644\u0645\u0633\u0629 \u0628\u0623\u0631\u0628\u0639\u0629 \u0623\u0635\u0627\u0628\u0639","fingers.5":"\u0644\u0645\u0633\u0629 \u062E\u0645\u0633\u0629 \u0623\u0635\u0627\u0628\u0639",mouseHoldKey:"+ {key} \u062A\u0631\u062C\u0645\u0629/\u0627\u0633\u062A\u0639\u0627\u062F\u0629 \u0647\u0630\u0647 \u0627\u0644\u0641\u0642\u0631\u0629",mouseHoldKeyAuto:"\u062A\u0631\u062C\u0645\u0629 \u0647\u0630\u0647 \u0627\u0644\u0641\u0642\u0631\u0629 \u0645\u0628\u0627\u0634\u0631\u0629",mouseHoldKeyOff:"\u0644\u0627 \u062A\u0641\u0639\u0644 \u0623\u064A \u0634\u064A\u0621",mouseHoldKeyOther:"\u0645\u0641\u0627\u062A\u064A\u062D \u0627\u0644\u0627\u062E\u062A\u0635\u0627\u0631 \u0627\u0644\u0645\u062E\u0635\u0635\u0629 (\u0627\u0644\u0625\u0639\u062F\u0627\u062F\u0627\u062A \u0627\u0644\u0645\u0641\u062A\u0648\u062D\u0629)",mouseHoldKeyCustomKey:"{key} / \u0627\u0633\u062A\u0639\u0627\u062F\u0629 \u0647\u0630\u0647 \u0627\u0644\u0641\u0642\u0631\u0629",mouseHoverHoldKey:"\u062D\u0631\u0643 \u0627\u0644\u0645\u0627\u0648\u0633 \u0648\u0627\u0636\u063A\u0637 \u0639\u0644\u0649 \u0645\u0641\u062A\u0627\u062D \u0627\u0644\u0627\u062E\u062A\u0635\u0627\u0631 \u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0641\u0642\u0631\u0629","mouse-translate":"\u062A\u0645\u0631\u064A\u0631 \u0627\u0644\u0645\u0627\u0648\u0633",document:"\u0648\u062B\u064A\u0642\u0629",resetSuccess:"\u0625\u0639\u0627\u062F\u0629 \u0636\u0628\u0637 \u062C\u0645\u064A\u0639 \u0627\u0644\u0625\u0639\u062F\u0627\u062F\u0627\u062A \u0628\u0646\u062C\u0627\u062D",resetThisSuccess:"\u062A\u0645\u062A \u0625\u0639\u0627\u062F\u0629 \u0627\u0644\u0636\u0628\u0637 \u0628\u0646\u062C\u0627\u062D",saved:"\u062D\u0641\u0638 \u0628\u0646\u062C\u0627\u062D",successImportConfig:"\u062A\u0645 \u0627\u0633\u062A\u064A\u0631\u0627\u062F \u0627\u0644\u062A\u0643\u0648\u064A\u0646 \u0628\u0646\u062C\u0627\u062D",goAdvancedSettings:"\u0627\u0646\u062A\u0642\u0644 \u0625\u0644\u0649 \u0635\u0641\u062D\u0629 \u0627\u0644\u0625\u0639\u062F\u0627\u062F\u0627\u062A \u0627\u0644\u0645\u062A\u0642\u062F\u0645\u0629",goAdvancedInterfaceSettings:"\u0627\u0646\u062A\u0642\u0644 \u0625\u0644\u0649 \u0635\u0641\u062D\u0629 \u0625\u0639\u062F\u0627\u062F\u0627\u062A \u0627\u0644\u062A\u062E\u0635\u064A\u0635 \u0627\u0644\u0645\u062A\u0642\u062F\u0645\u0629",advanced:"\u0625\u0639\u062F\u0627\u062F\u0627\u062A \u0645\u062A\u0642\u062F\u0645\u0629",advancedDescription:"\u0628\u0634\u0643\u0644 \u0639\u0627\u0645\u060C \u0644\u0627 \u064A\u0644\u0632\u0645 \u0623\u064A \u0625\u0639\u062F\u0627\u062F\u060C \u0641\u0642\u0637 \u0627\u062D\u062A\u0641\u0638 \u0628\u0627\u0644\u0625\u0639\u062F\u0627\u062F \u0627\u0644\u0627\u0641\u062A\u0631\u0627\u0636\u064A. \u0641\u0642\u0637 \u0644\u0644\u0645\u0633\u062A\u062E\u062F\u0645\u064A\u0646 \u0627\u0644\u0623\u0643\u062B\u0631 \u0627\u062D\u062A\u0631\u0627\u0641\u064B\u0627\u060C \u064A\u062A\u0645 \u062A\u0648\u0641\u064A\u0631 \u0625\u0639\u062F\u0627\u062F\u0627\u062A \u0623\u0643\u062B\u0631 \u062A\u062E\u0635\u064A\u0635\u064B\u0627.",developer:"\u0625\u0639\u062F\u0627\u062F\u0627\u062A \u0627\u0644\u0645\u0637\u0648\u0631",donateCafe:"\u0633\u0639\u0631","translate to the bottom of the page":"\u0628\u0639\u062F \u0627\u0644\u062F\u062E\u0648\u0644 \u0625\u0644\u0649 \u0635\u0641\u062D\u0629 \u0627\u0644\u0648\u064A\u0628 \u0647\u0644 \u064A\u062A\u0645 \u062A\u0631\u062C\u0645\u062A\u0647\u0627 \u0645\u0628\u0627\u0634\u0631\u0629 \u0625\u0644\u0649 \u0623\u0633\u0641\u0644 \u0627\u0644\u0635\u0641\u062D\u0629\u061F",feedback:"\u062A\u0639\u0644\u064A\u0642",toggleTranslatePage:"\u062A\u0631\u062C\u0645\u0629 \u0635\u0641\u062D\u0629 \u0627\u0644\u0648\u064A\u0628/\u0625\u0638\u0647\u0627\u0631 \u0627\u0644\u0646\u0635 \u0627\u0644\u0623\u0635\u0644\u064A",translateToThePageEndImmediatelyDescription:"\u0639\u0646\u062F \u062A\u0634\u063A\u064A\u0644\u0647\u060C \u0633\u064A\u0624\u062F\u064A \u0627\u0644\u062F\u062E\u0648\u0644 \u0625\u0644\u0649 \u0635\u0641\u062D\u0629 \u0648\u064A\u0628 \u0625\u0644\u0649 \u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0645\u062D\u062A\u0648\u0649 \u0639\u0644\u0649 \u0627\u0644\u0641\u0648\u0631 \u0645\u0646 \u0623\u0639\u0644\u0649 \u0625\u0644\u0649 \u0623\u0633\u0641\u0644. \u0625\u0630\u0627 \u062A\u0645 \u0625\u064A\u0642\u0627\u0641\u0647\u060C \u064A\u0645\u0643\u0646\u0643 \u0627\u0644\u0642\u0631\u0627\u0621\u0629 \u0648\u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0641\u064A \u0646\u0641\u0633 \u0627\u0644\u0648\u0642\u062A. (\u0644\u0627 \u064A\u0646\u0635\u062D \u0628\u062A\u0634\u063A\u064A\u0644\u0647)","translate all areas of the page":"\u0645\u0627 \u0625\u0630\u0627 \u0643\u0627\u0646 \u0633\u064A\u062A\u0645 \u062A\u0631\u062C\u0645\u0629 \u062C\u0645\u064A\u0639 \u0645\u0646\u0627\u0637\u0642 \u0635\u0641\u062D\u0629 \u0627\u0644\u0648\u064A\u0628",translationAreaDescription:"\u0639\u0646\u062F \u062A\u0634\u063A\u064A\u0644\u0647\u060C \u0633\u062A\u062A\u0645 \u062A\u0631\u062C\u0645\u0629 \u062C\u0645\u064A\u0639 \u0645\u0646\u0627\u0637\u0642 \u0635\u0641\u062D\u0629 \u0627\u0644\u0648\u064A\u0628 \u0628\u0623\u0643\u0645\u0644\u0647\u0627. \u0625\u0630\u0627 \u062A\u0645 \u0625\u064A\u0642\u0627\u0641 \u062A\u0634\u063A\u064A\u0644\u0647\u060C \u0641\u0633\u064A\u062A\u0645 \u0627\u0633\u062A\u062E\u062F\u0627\u0645 \u0627\u0644\u062A\u0639\u0631\u0641 \u0627\u0644\u0630\u0643\u064A \u0627\u0644\u0627\u0641\u062A\u0631\u0627\u0636\u064A \u0648\u0633\u062A\u062A\u0645 \u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0645\u0646\u0637\u0642\u0629 \u0627\u0644\u0631\u0626\u064A\u0633\u064A\u0629 \u0641\u0642\u0637. (\u0644\u0627 \u064A\u0646\u0635\u062D \u0628\u062A\u0634\u063A\u064A\u0644\u0647)","the number of characters to be translated first":"\u0642\u0645 \u0628\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0623\u062D\u0631\u0641 \u0627\u0644\u0642\u0644\u064A\u0644\u0629 \u0627\u0644\u0623\u0648\u0644\u0649 \u0645\u0646 \u0627\u0644\u0635\u0641\u062D\u0629 \u0645\u0628\u0627\u0634\u0631\u0629 \u062F\u0648\u0646 \u0627\u0646\u062A\u0638\u0627\u0631 \u0627\u0644\u062A\u0645\u0631\u064A\u0631 \u0625\u0644\u0649 \u0627\u0644\u0645\u0646\u0637\u0642\u0629 \u0627\u0644\u0645\u0631\u0626\u064A\u0629","interface language":"\u0644\u063A\u0629 \u0627\u0644\u0648\u0627\u062C\u0647\u0629","display both the original text and the translation":"\u0639\u0631\u0636 \u0627\u0644\u0646\u0635 \u0627\u0644\u0623\u0635\u0644\u064A \u0648\u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0641\u064A \u0648\u0642\u062A \u0648\u0627\u062D\u062F","keyboard shortcuts":"\u0627\u062E\u062A\u0635\u0627\u0631\u0627\u062A \u0644\u0648\u062D\u0629 \u0627\u0644\u0645\u0641\u0627\u062A\u064A\u062D",modify:"\u062A\u0639\u062F\u064A\u0644 \u0645\u0641\u0627\u062A\u064A\u062D \u0627\u0644\u0627\u062E\u062A\u0635\u0627\u0631",reset:"\u0625\u0639\u0627\u062F\u0629 \u0636\u0628\u0637",close:"\u0625\u0646\u0647\u0627\u0621",homepage:"\u0627\u0644\u0635\u0641\u062D\u0629 \u0627\u0644\u0631\u0626\u064A\u0633\u064A\u0629",more:"\u0623\u0643\u062B\u0631",moreOptions:"\u0642\u0645 \u0628\u062A\u0648\u0633\u064A\u0639 \u0627\u0644\u0645\u0632\u064A\u062F \u0645\u0646 \u062E\u064A\u0627\u0631\u0627\u062A \u0627\u0644\u062A\u062E\u0635\u064A\u0635",translateTheWholePage:"\u062A\u0631\u062C\u0645\u0629 \u062C\u0645\u064A\u0639 \u0645\u0646\u0627\u0637\u0642 \u0627\u0644\u0635\u0641\u062D\u0629 (\u062A\u062E\u062A\u0644\u0641 \u0639\u0646 \u0627\u0644\u0645\u0646\u0627\u0637\u0642 \u0627\u0644\u0631\u0626\u064A\u0633\u064A\u0629 \u0644\u0644\u062A\u0639\u0631\u0641 \u0627\u0644\u0630\u0643\u064A)",changeToTranslateTheWholePage:"\u0627\u0644\u062A\u0628\u062F\u064A\u0644 \u0644\u062A\u0631\u062C\u0645\u0629 \u0643\u0627\u0641\u0629 \u0627\u0644\u0645\u062C\u0627\u0644\u0627\u062A",changeToTranslateTheMainPage:"\u0642\u0645 \u0628\u0627\u0644\u062A\u0628\u062F\u064A\u0644 \u0625\u0644\u0649 \u0645\u0646\u0637\u0642\u0629 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0631\u0626\u064A\u0633\u064A\u0629",changeToOnlyTranslationMode:"\u0642\u0645 \u0628\u0627\u0644\u062A\u0628\u062F\u064A\u0644 \u0625\u0644\u0649 \u0625\u0638\u0647\u0627\u0631 \u0627\u0644\u062A\u0631\u062C\u0645\u0627\u062A \u0641\u0642\u0637",changeToDualTranslationMode:"\u0627\u0644\u062A\u0628\u062F\u064A\u0644 \u0625\u0644\u0649 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u062B\u0646\u0627\u0626\u064A\u0629 \u0627\u0644\u0644\u063A\u0629",translateToThePageEndImmediately:"\u062A\u0631\u062C\u0645 \u0639\u0644\u0649 \u0627\u0644\u0641\u0648\u0631 \u0625\u0644\u0649 \u0623\u0633\u0641\u0644 \u0627\u0644\u0635\u0641\u062D\u0629",translateTheMainPage:"\u0627\u0644\u0645\u062C\u0627\u0644\u0627\u062A \u0627\u0644\u0631\u0626\u064A\u0633\u064A\u0629 \u0644\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0630\u0643\u064A\u0629","The local rules are up to date":"\u0642\u0648\u0627\u0639\u062F \u0627\u0644\u062A\u0643\u064A\u0641 \u0627\u0644\u0645\u062D\u0644\u064A\u0629 \u0645\u062D\u062F\u062B\u0629:","Successfully synchronized with the latest official rules:":"\u062A\u0645\u062A \u0645\u0632\u0627\u0645\u0646\u0629 \u0623\u062D\u062F\u062B \u0642\u0648\u0627\u0639\u062F \u0627\u0644\u062A\u0643\u064A\u0641 \u0627\u0644\u0631\u0633\u0645\u064A\u0629 \u0628\u0646\u062C\u0627\u062D:","Checking for updates":"\u0627\u0644\u0628\u062D\u062B \u0639\u0646 \u062A\u062D\u062F\u064A\u062B\u0627\u062A","Rules are being synchronized":"\u0645\u0632\u0627\u0645\u0646\u0629 \u0642\u0648\u0627\u0639\u062F \u0627\u0644\u062A\u0643\u064A\u0641",localVersionIsTooOld:"\u0625\u0635\u062F\u0627\u0631 \u0627\u0644\u0645\u0644\u062D\u0642 \u0627\u0644\u0645\u062D\u0644\u064A \u0642\u062F\u064A\u0645 \u062C\u062F\u064B\u0627. \u064A\u0631\u062C\u0649 \u0627\u0644\u062A\u0631\u0642\u064A\u0629 \u0625\u0644\u0649 \u0627\u0644\u0645\u0644\u062D\u0642 {minVersion} \u0623\u0648 \u0625\u0635\u062F\u0627\u0631 \u0623\u062D\u062F\u062B \u0648\u0645\u062D\u0627\u0648\u0644\u0629 \u0627\u0644\u0645\u0632\u0627\u0645\u0646\u0629 \u0645\u0631\u0629 \u0623\u062E\u0631\u0649.",badUserscriptBrowser:"\u0627\u0644\u0645\u062A\u0635\u0641\u062D \u0627\u0644\u062D\u0627\u0644\u064A \u0644\u0627 \u064A\u0637\u0628\u0642 \u0648\u0627\u062C\u0647\u0629 \u0645\u0644\u062D\u0642 Grease Monkey \u0628\u0634\u0643\u0644 \u0635\u062D\u064A\u062D (\u0645\u062B\u0644 \u0627\u0644\u062D\u0635\u0648\u0644 \u0639\u0644\u0649 \u0645\u0639\u0644\u0648\u0645\u0627\u062A \u0631\u0642\u0645 \u0627\u0644\u0625\u0635\u062F\u0627\u0631 \u0644\u0644\u0628\u0631\u0646\u0627\u0645\u062C \u0627\u0644\u0646\u0635\u064A Grease Monkey \u0646\u0641\u0633\u0647)\u060C \u064A\u0631\u062C\u0649 \u0627\u0633\u062A\u062E\u062F\u0627\u0645 \u0645\u0644\u062D\u0642\u0627\u062A \u062F\u0639\u0645 \u0623\u062E\u0631\u0649 <1> Grease Monkey \u0645\u062A\u0635\u0641\u062D\u0627\u062A \u0645\u062B\u0644 \u0641\u0627\u064A\u0631\u0641\u0648\u0643\u0633",foundNewVersion:"\u062A\u0645 \u0627\u0644\u0639\u062B\u0648\u0631 \u0639\u0644\u0649 \u0646\u0633\u062E\u0629 \u062C\u062F\u064A\u062F\u0629",theLocalExtensionIsUpToUpdate:"\u0627\u0644\u0627\u0645\u062A\u062F\u0627\u062F \u0627\u0644\u062D\u0627\u0644\u064A \u0647\u0648 \u0623\u062D\u062F\u062B \u0625\u0635\u062F\u0627\u0631.",failToSyncRules:"\u0641\u0634\u0644\u062A \u0645\u0632\u0627\u0645\u0646\u0629 \u0623\u062D\u062F\u062B \u0642\u0648\u0627\u0639\u062F \u0627\u0644\u062A\u0643\u064A\u0641",retry:"\u0627\u0636\u063A\u0637 \u0647\u0646\u0627 \u0644\u0644\u0645\u062D\u0627\u0648\u0644\u0629 \u0645\u0631\u0629 \u0623\u062E\u0631\u0649",failedReason:"\u0633\u0628\u0628 \u0627\u0644\u0641\u0634\u0644",currentRuleVersion:"\u0646\u0633\u062E\u0629 \u0627\u0644\u0642\u0627\u0639\u062F\u0629 \u0627\u0644\u062D\u0627\u0644\u064A\u0629",calculating:"\u062D\u0633\u0627\u0628",unknownError:"\u062E\u0637\u0623 \u063A\u064A\u0631 \u0645\u0639\u0631\u0648\u0641",canNotFetchRemoteRule:"\u063A\u064A\u0631 \u0642\u0627\u062F\u0631 \u0639\u0644\u0649 \u0627\u0644\u062D\u0635\u0648\u0644 \u0639\u0644\u0649 \u0627\u0644\u0642\u0648\u0627\u0639\u062F \u0627\u0644\u0628\u0639\u064A\u062F\u0629",enableAlphaSuccess:"\u062A\u0645 \u062A\u0634\u063A\u064A\u0644 \u0648\u0638\u064A\u0641\u0629 \u0623\u0644\u0641\u0627",disableAlphaSuccess:"\u062A\u0645 \u0625\u064A\u0642\u0627\u0641 \u0645\u064A\u0632\u0629 \u0623\u0644\u0641\u0627",cacheSize:"\u062D\u062C\u0645 \u0630\u0627\u0643\u0631\u0629 \u0627\u0644\u062A\u062E\u0632\u064A\u0646 \u0627\u0644\u0645\u0624\u0642\u062A\uFF1A",cleaning:"\u062A\u0646\u0638\u064A\u0641",cleanCache:"\u0645\u0633\u062D \u0630\u0627\u0643\u0631\u0629 \u0627\u0644\u062A\u062E\u0632\u064A\u0646 \u0627\u0644\u0645\u0624\u0642\u062A",options:"\u064A\u062B\u0628\u062A",about:"\u0639\u0646",service:"\u062E\u062F\u0645\u0629 \u0627\u0644\u062A\u0631\u062C\u0645\u0629",needAction:"(\u0627\u0630\u0647\u0628 \u0644\u0644\u0627\u0639\u062F\u0627\u062F\u0627\u062A)",goSettings:"\u0627\u0630\u0647\u0628 \u0644\u0644\u0627\u0639\u062F\u0627\u062F\u0627\u062A",needActionForOptions:"(\u062A\u062D\u062A\u0627\u062C \u0625\u0644\u0649 \u062A\u0639\u064A\u064A\u0646)",translationEngine:"\u062E\u064A\u0627\u0631\u0627\u062A \u0627\u0644\u0645\u062D\u0631\u0643",sourceLanguage:"\u0627\u0644\u0644\u063A\u0629 \u0627\u0644\u0623\u0635\u0644\u064A\u0629",target:"\u0627\u0644\u0644\u063A\u0629 \u0627\u0644\u0645\u0633\u062A\u0647\u062F\u0641\u0629",popupSourceLanguage:"\u0627\u0644\u0644\u063A\u0629 \u0627\u0644\u0623\u0635\u0644\u064A\u0629",popupTarget:"\u0627\u0644\u0644\u063A\u0629 \u0627\u0644\u0645\u0633\u062A\u0647\u062F\u0641\u0629",popupService:"\u062E\u062F\u0645\u0629 \u0627\u0644\u062A\u0631\u062C\u0645\u0629",forThisSite:"\u0627\u0644\u0645\u0648\u0642\u0639 \u0627\u0644\u062D\u0627\u0644\u064A",autoEnableSubtitle:"\u0642\u0645 \u0628\u062A\u0634\u063A\u064A\u0644 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u062B\u0646\u0627\u0626\u064A\u0629 \u0627\u0644\u0644\u063A\u0629 \u062A\u0644\u0642\u0627\u0626\u064A\u064B\u0627",alwaysTranslate:"\u062A\u0631\u062C\u0645 \u062F\u0627\u0626\u0645\u0627 ",neverTranslate:"\u0644\u0627 \u062A\u062A\u0631\u062C\u0645 \u0623\u0628\u062F\u064B\u0627 ",alwaysTranslateSomeLanguage:"\u062A\u0631\u062C\u0645 \u062F\u0627\u0626\u0645\u0627 {language}",neverTranslateSomeLanguage:"\u0644\u0627 \u062A\u062A\u0631\u062C\u0645 \u0623\u0628\u062F\u064B\u0627 {language}",alwaysTranslateSomeSite:"\u062A\u0631\u062C\u0645 \u062F\u0627\u0626\u0645\u0627 {hostname}",neverTranslateSomeSite:"\u0644\u0627 \u062A\u062A\u0631\u062C\u0645 \u0623\u0628\u062F\u064B\u0627 {hostname}",alwaysTranslateSomeSiteOrWildSite:"\u0642\u0645 \u0628\u062A\u0631\u062C\u0645\u0629 \u0647\u0630\u0627 \u0627\u0644\u0645\u0648\u0642\u0639 \u062F\u0627\u0626\u0645\u064B\u0627",alwaysTranslateSomePage:"\u0642\u0645 \u0628\u062A\u0631\u062C\u0645\u0629 \u0647\u0630\u0647 \u0627\u0644\u0635\u0641\u062D\u0629 \u062F\u0627\u0626\u0645\u064B\u0627",add:"\u0627\u0636\u0641 \u0625\u0644\u064A\u0647",default:"\u062A\u0642\u0635\u064A\u0631",forThisLanguage:"\u0644\u0647\u0630\u0647 \u0627\u0644\u0644\u063A\u0629\uFF1A","add url":"\u0625\u062F\u062E\u0627\u0644 \u0639\u0646\u0648\u0627\u0646 \u0627\u0644\u0645\u0648\u0642\u0639",edit:"\u064A\u062D\u0631\u0631","translate other languages into specific language":"\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0644\u063A\u0627\u062A \u0627\u0644\u0623\u062E\u0631\u0649 \u0625\u0644\u0649 \u0627\u0644\u0644\u063A\u0629 \u0627\u0644\u062A\u064A \u062A\u062D\u062F\u062F\u0647\u0627","select translation service":"\u0627\u062E\u062A\u0631 \u062E\u062F\u0645\u0629 \u0627\u0644\u062A\u0631\u062C\u0645\u0629",language:"\u0644\u063A\u0629","show-original":"\u0625\u0638\u0647\u0627\u0631 \u0627\u0644\u0646\u0635 \u0627\u0644\u0623\u0635\u0644\u064A",translate:"\u064A\u062A\u0631\u062C\u0645",Translated:"\u0645\u062A\u0631\u062C\u0645",Translating:"\u062C\u0627\u0631 \u0627\u0644\u062A\u0631\u062C\u0645\u0629",Error:"\u062E\u0637\u0623",allowCacheTranslations:"\u062A\u0645\u0643\u064A\u0646 \u0627\u0644\u062A\u062E\u0632\u064A\u0646 \u0627\u0644\u0645\u0624\u0642\u062A \u0644\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0645\u062D\u0644\u064A\u0629 (\u0644\u062A\u0642\u0644\u064A\u0644 \u0637\u0644\u0628\u0627\u062A \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0644\u0644\u0641\u0642\u0631\u0627\u062A \u0627\u0644\u0645\u0643\u0631\u0631\u0629)","translation display":"\u0623\u0633\u0644\u0648\u0628 \u0639\u0631\u0636 \u0627\u0644\u062A\u0631\u062C\u0645\u0629","select diplay style":"\u062A\u0645\u064A\u064A\u0632 \u0623\u0633\u0644\u0648\u0628 \u0627\u0644\u062A\u0631\u062C\u0645\u0629\u060C \u064A\u0631\u062C\u0649 \u0627\u0644\u0631\u062C\u0648\u0639 \u0625\u0644\u0649 \u0627\u0644\u0623\u0645\u062B\u0644\u0629 \u0627\u0644\u062A\u0627\u0644\u064A\u0629 \u0644\u0645\u0632\u064A\u062F \u0645\u0646 \u0627\u0644\u062A\u0641\u0627\u0635\u064A\u0644:",interface:"\u0625\u0639\u062F\u0627\u062F\u0627\u062A \u0627\u0644\u0648\u0627\u062C\u0647\u0629",import_export:"\u0627\u0633\u062A\u064A\u0631\u0627\u062F \u0648\u062A\u0635\u062F\u064A\u0631",import_export_title:"\u062A\u0643\u0648\u064A\u0646 \u0627\u0644\u0627\u0633\u062A\u064A\u0631\u0627\u062F/\u0627\u0644\u062A\u0635\u062F\u064A\u0631",syncToGoogleDrive:"\u0627\u0644\u0645\u0632\u0627\u0645\u0646\u0629 \u0645\u0639 Google Drive \u0627\u0644\u0622\u0646",floatBallOptions:"\u0625\u0639\u062F\u0627\u062F\u0627\u062A \u0627\u0644\u0643\u0631\u0629 \u0627\u0644\u0645\u0639\u0644\u0642\u0629","floatBallOptions.enable":"\u062A\u0645\u0643\u064A\u0646 \u0627\u0644\u0643\u0631\u0629 \u0627\u0644\u0639\u0627\u0626\u0645\u0629","floatBallOptions.blockUrls":"\u062A\u0639\u0637\u064A\u0644 \u0645\u0648\u0642\u0639 \u0627\u0644\u0648\u064A\u0628","floatBallOptions.add":"\u0627\u0636\u0641 \u0625\u0644\u064A\u0647","floatBallOptions.blockUrlDesc":"\u0644\u0646 \u064A\u062A\u0645 \u0639\u0631\u0636 \u0627\u0644\u0643\u0631\u0629 \u0627\u0644\u0639\u0627\u0626\u0645\u0629 \u0639\u0646\u062F \u0645\u0648\u0627\u062C\u0647\u0629 \u0627\u0644\u0645\u0648\u0627\u0642\u0639 \u0627\u0644\u062A\u0627\u0644\u064A\u0629","floatBallOptions.clickType":"\u0627\u0646\u0642\u0631 \u0641\u0648\u0642 \u0627\u0644\u0633\u0644\u0648\u0643","floatBallOptions.clickTypeDesc":"\u0633\u0644\u0648\u0643 \u0623\u064A\u0642\u0648\u0646\u0629 \u0627\u0644\u0643\u0631\u0629 \u0627\u0644\u0639\u0627\u0626\u0645\u0629 \u0639\u0646\u062F \u0627\u0644\u0646\u0642\u0631 \u0639\u0644\u064A\u0647\u0627","floatBallOptions.clickPopup":"\u0625\u0638\u0647\u0627\u0631 \u0644\u0648\u062D\u0629 \u0627\u0644\u062A\u0631\u062C\u0645\u0629","floatBallOptions.clickTranslate":"\u062A\u0631\u062C\u0645\u0629/\u0625\u0638\u0647\u0627\u0631 \u0627\u0644\u0646\u0635 \u0627\u0644\u0623\u0635\u0644\u064A","floatBallOptions.fixedPosition":"\u56FA\u5B9A\u4F4D\u7F6E","floatBallOptions.fixedPositionDesc":"\u60AC\u6D6E\u7403\u5728\u7A97\u53E3\u5DE6\u4FA7\u8FD8\u662F\u53F3\u4FA7","floatBallOptions.fixedPositionLeft":"\u5DE6\u4FA7","floatBallOptions.fixedPositionRight":"\u53F3\u4FA7",previewAllThemes:"\u0645\u0639\u0627\u064A\u0646\u0629 \u0643\u0627\u0641\u0629 \u0627\u0644\u0623\u0646\u0645\u0627\u0637","translationTheme.none":"\u0644\u0627 \u0623\u062D\u062F","translationTheme.grey":"\u0627\u0644\u0631\u0645\u0627\u062F\u064A \u0627\u0644\u062F\u0627\u0643\u0646","translationTheme.dashed":"\u062A\u0633\u0637\u064A\u0631 \u0645\u062A\u0642\u0637\u0639","translationTheme.dotted":"\u062A\u0633\u0637\u064A\u0631 \u0645\u0646\u0642\u0637","translationTheme.dashedBorder":"\u0627\u0644\u062D\u062F\u0648\u062F \u0627\u0644\u0645\u062A\u0642\u0637\u0639\u0629","translationTheme.solidBorder":"\u0627\u0644\u062D\u062F\u0648\u062F \u0627\u0644\u0635\u0644\u0628\u0629","translationTheme.underline":"\u062A\u0633\u0637\u064A\u0631 \u0645\u0633\u062A\u0642\u064A\u0645","translationTheme.mask":"\u062A\u0623\u062B\u064A\u0631 \u0637\u0645\u0633 (\u0648\u0636\u0639 \u0627\u0644\u062A\u0639\u0644\u0645)","translationTheme.opacity":"\u062A\u0623\u062B\u064A\u0631 \u0627\u0644\u0634\u0641\u0627\u0641\u064A\u0629","translationTheme.paper":"\u062A\u0623\u062B\u064A\u0631 \u0627\u0644\u0638\u0644 \u0648\u0631\u0642\u0629 \u0628\u064A\u0636\u0627\u0621","translationTheme.dividingLine":"\u062E\u0637 \u0627\u0644\u062A\u0642\u0633\u064A\u0645","translationTheme.highlight":"\u062A\u0633\u0644\u064A\u0637 \u0627\u0644\u0636\u0648\u0621","translationTheme.marker":"\u0639\u0644\u0627\u0645\u0629","translationTheme.marker2":"\u0639\u0644\u0627\u0645\u0629 2","translationTheme.blockquote":"\u0627\u0644\u0646\u0645\u0637 \u0627\u0644\u0645\u0631\u062C\u0639\u064A","translationTheme.weakening":"\u064A\u0636\u0639\u0641","translationTheme.italic":"\u0645\u0627\u0626\u0644","translationTheme.bold":"\u0639\u0631\u064A\u0636","translationTheme.thinDashed":"\u062A\u0633\u0637\u064A\u0631 \u0645\u062A\u0642\u0637\u0639 \u0631\u0641\u064A\u0639","translationTheme.nativeDashed":"\u064A\u0623\u062A\u064A \u0627\u0644\u0646\u0638\u0627\u0645 \u0645\u0639 \u062A\u0633\u0637\u064A\u0631 \u0645\u0646\u0642\u0637","translationTheme.nativeDotted":"\u064A\u0623\u062A\u064A \u0627\u0644\u0646\u0638\u0627\u0645 \u0645\u0639 \u062A\u0633\u0637\u064A\u0631 \u0645\u0646\u0642\u0637","translationTheme.nativeUnderline":"\u0627\u0644\u0646\u0638\u0627\u0645 \u064A\u0623\u062A\u064A \u0645\u0639 \u062A\u0633\u0637\u064A\u0631 \u0645\u0633\u062A\u0642\u064A\u0645","translationTheme.wavy":"\u062E\u0637\u0648\u0637 \u0645\u062A\u0645\u0648\u062C\u0629","translationServices.custom":"\u0648\u0627\u062C\u0647\u0629 \u0628\u0631\u0645\u062C\u0629 \u0627\u0644\u062A\u0637\u0628\u064A\u0642\u0627\u062A \u0627\u0644\u0645\u062E\u0635\u0635\u0629","translationServices.tencent":"\u0645\u062A\u0631\u062C\u0645 \u062A\u064A\u0646\u0633\u0646\u062A","translationServices.tenAlpha":"\u0645\u062A\u0631\u062C\u0645 \u062A\u064A\u0646\u0633\u0646\u062A (\u0623\u0644\u0641\u0627)","translationServices.google":"\u062C\u0648\u062C\u0644 \u0627\u0644\u0645\u062A\u0631\u062C\u0645","translationServices.bai":"\u0628\u0627\u064A\u062F\u0648 (\u0623\u0644\u0641\u0627)","translationServices.baidu":"\u0645\u062A\u0631\u062C\u0645 \u0628\u0627\u064A\u062F\u0648","translationServices.aliyun":"\u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0633\u062D\u0627\u0628\u064A\u0629 \u0639\u0644\u0649 \u0628\u0627\u0628\u0627","translationServices.volc":"\u062A\u0631\u062C\u0645\u0629 \u0628\u0631\u0643\u0627\u0646","translationServices.deeplx":"DeepLX (\u0628\u064A\u062A\u0627)","translationServices.bing":"\u0645\u062A\u0631\u062C\u0645 \u0645\u0627\u064A\u0643\u0631\u0648\u0633\u0648\u0641\u062A","translationServices.deepl":"\u062F\u064A\u0628 \u0625\u0644","translationServices.wechat":"\u062A\u0631\u062C\u0645\u0629 \u0648\u064A \u0634\u0627\u062A","translationServices.azure":"\u062A\u0631\u062C\u0645\u0629 \u0623\u0632\u0648\u0631","translationServices.ibm":"\u0622\u064A \u0628\u064A \u0625\u0645 \u0648\u0627\u062A\u0633\u0648\u0646","translationServices.aws":"\u062A\u0631\u062C\u0645\u0629 \u0623\u0645\u0627\u0632\u0648\u0646","translationServices.mock":"\u062A\u0631\u062C\u0645\u0629 \u0645\u062D\u0627\u0643\u0627\u0629","translationServices.mock2":"\u062A\u0631\u062C\u0645\u0629 \u0645\u062D\u0627\u0643\u0627\u0629 2","translationServices.caiyun":"\u0643\u0627\u064A\u0648\u0646 \u0634\u064A\u0627\u0648\u064A\u0649","translationServices.cai":"\u0643\u0627\u064A\u0648\u0646 \u0634\u064A\u0627\u0648\u064A\u0649 (\u0623\u0644\u0641\u0627)","translationServices.volcAlpha":"\u0628\u0631\u0643\u0627\u0646 (\u0623\u0644\u0641\u0627)","translationServices.openl":"\u0623\u0648\u0628\u0646 \u0625\u0644","translationServices.youdao":"\u062A\u0631\u062C\u0645\u0629 \u064A\u0648\u062F\u0627\u0648","translationServices.you":"\u062A\u0631\u062C\u0645\u0629 \u064A\u0648\u062F\u0627\u0648 (\u0623\u0644\u0641\u0627)","translationServices.transmart":"\u062A\u064A\u0646\u0633\u0646\u062A \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u062A\u0641\u0627\u0639\u0644\u064A\u0629","translationServices.niu":"\u062A\u0631\u062C\u0645\u0629 \u0645\u0627\u0641\u0631\u064A\u0643\u0633","translationServices.papago":"\u062A\u0631\u062C\u0645\u0629 \u0628\u0627\u0628\u0627\u062C\u0648","translationServices.d":"\u062F (\u0623\u0644\u0641\u0627)","translationServices.dpro":"\u062F\u064A \u0628\u0631\u0648 (\u0643\u0646\u0627\u0631\u064A)","translationServices.openai":"OpenAI","translationServices.yandex":"Yandex","translationServices.chatgpt":"ChatGPT Web (3.5 \u062C\u0648\u0627\u0644)","translate title":"\u062A\u0631\u062C\u0645\u0629 \u0639\u0646\u0648\u0627\u0646 \u0627\u0644\u0635\u0641\u062D\u0629","always languages":"\u0627\u0644\u0644\u063A\u0629 \u0627\u0644\u0645\u062A\u0631\u062C\u0645\u0629 \u062F\u0627\u0626\u0645\u0627",neverTranslateLanguagesLabel:"\u0627\u0644\u0644\u063A\u0627\u062A \u0627\u0644\u062A\u064A \u0644\u0627 \u062A\u062A\u0631\u062C\u0645 \u0623\u0628\u062F\u0627",neverTranslateTheFollowingLanguagesDescription:"\u0633\u064A\u062A\u0645 \u062A\u062E\u0637\u064A \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0639\u0646\u062F\u0645\u0627 \u062A\u0643\u0648\u0646 \u0641\u0642\u0631\u0629 \u0641\u064A \u0627\u0644\u0635\u0641\u062D\u0629 \u0628\u0627\u0644\u0644\u063A\u0627\u062A \u0627\u0644\u062A\u0627\u0644\u064A\u0629",enableUserscriptPagePopup:"\u0625\u0638\u0647\u0627\u0631 \u0627\u0644\u0643\u0631\u0629 \u0627\u0644\u0639\u0627\u0626\u0645\u0629 \u0639\u0644\u0649 \u0627\u0644\u0635\u0641\u062D\u0629",enableUserscriptPagePopupDescription:"\u0628\u0639\u062F \u0625\u063A\u0644\u0627\u0642 \u0627\u0644\u0643\u0631\u0629 \u0627\u0644\u0639\u0627\u0626\u0645\u0629\u060C \u064A\u0645\u0643\u0646\u0643 \u0627\u0633\u062A\u062E\u062F\u0627\u0645 \u0645\u0641\u062A\u0627\u062D \u0627\u0644\u0627\u062E\u062A\u0635\u0627\u0631 /{touch}\u0644\u0625\u064A\u0642\u0627\u0638\u0647\u0627. \u0644\u0645\u0646\u0639 \u0627\u0644\u0639\u062B\u0648\u0631 \u0639\u0644\u0649 \u0627\u0644\u0643\u0631\u0629 \u0627\u0644\u0639\u0627\u0626\u0645\u0629 \u0628\u0639\u062F \u0625\u064A\u0642\u0627\u0641 \u062A\u0634\u063A\u064A\u0644 \u0647\u0630\u0627 \u0627\u0644\u062E\u064A\u0627\u0631 \u0639\u0646 \u0637\u0631\u064A\u0642 \u0627\u0644\u062E\u0637\u0623\u060C \u064A\u0648\u0635\u0649 \u0628\u0634\u062F\u0629 \u0628\u0648\u0636\u0639 \u0625\u0634\u0627\u0631\u0629 \u0645\u0631\u062C\u0639\u064A\u0629 \u0639\u0644\u0649 \u0635\u0641\u062D\u0629 \u0627\u0644\u0625\u0639\u062F\u0627\u062F\u0627\u062A \u0647\u0630\u0647.","always translate the following languages":"\u0639\u0646\u062F\u0645\u0627 \u062A\u0643\u0648\u0646 \u0644\u063A\u0629 \u0627\u0644\u0635\u0641\u062D\u0629 \u0628\u0627\u0644\u0644\u063A\u0627\u062A \u0627\u0644\u062A\u0627\u0644\u064A\u0629\u060C \u0633\u062A\u062A\u0645 \u062A\u0631\u062C\u0645\u062A\u0647\u0627 \u062A\u0644\u0642\u0627\u0626\u064A\u064B\u0627 \u0625\u0644\u0649 \u0627\u0644\u0644\u063A\u0629 \u0627\u0644\u0645\u0633\u062A\u0647\u062F\u0641\u0629","always sites":"\u0639\u0646\u0627\u0648\u064A\u0646 URL \u0627\u0644\u0645\u062A\u0631\u062C\u0645\u0629 \u062F\u0627\u0626\u0645\u064B\u0627","always translate the following sites":"\u0639\u0646\u062F\u0645\u0627 \u064A\u0643\u0648\u0646 \u0645\u0648\u0642\u0639 \u0627\u0644\u0648\u064A\u0628 \u0628\u0627\u0633\u0645 \u0627\u0644\u0646\u0637\u0627\u0642 \u0627\u0644\u062A\u0627\u0644\u064A\u060C \u0633\u062A\u062A\u0645 \u062A\u0631\u062C\u0645\u062A\u0647 \u062A\u0644\u0642\u0627\u0626\u064A\u064B\u0627 \u0625\u0644\u0649 \u0627\u0644\u0644\u063A\u0629 \u0627\u0644\u0647\u062F\u0641","never sites":"\u0639\u0646\u0627\u0648\u064A\u0646 URL \u0627\u0644\u062A\u064A \u0644\u0646 \u062A\u062A\u0645 \u062A\u0631\u062C\u0645\u062A\u0647\u0627 \u0623\u0628\u062F\u064B\u0627","never translate the following sites":"\u0644\u0646 \u064A\u062A\u0645 \u062A\u0646\u0641\u064A\u0630 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0639\u0646\u062F\u0645\u0627 \u064A\u0643\u0648\u0646 \u0645\u0648\u0642\u0639 \u0627\u0644\u0648\u064A\u0628 \u064A\u062D\u0645\u0644 \u0627\u0633\u0645 \u0627\u0644\u0646\u0637\u0627\u0642 \u0627\u0644\u062A\u0627\u0644\u064A","please refer to":"\u064A\u062C\u0628 \u0639\u0644\u064A\u0643 \u062A\u0639\u0628\u0626\u0629 \u0627\u0644\u0645\u0641\u062A\u0627\u062D \u0642\u0628\u0644 \u0627\u0633\u062A\u062E\u062F\u0627\u0645\u0647\u060C \u0644\u0645\u0632\u064A\u062F \u0645\u0646 \u0627\u0644\u062A\u0641\u0627\u0635\u064A\u0644 \u064A\u0631\u062C\u0649 \u0627\u0644\u0631\u062C\u0648\u0639 \u0625\u0644\u0649",KeyAndConfigurationTutorial:'"\u0627\u0644\u0628\u0631\u0646\u0627\u0645\u062C \u0627\u0644\u062A\u0639\u0644\u064A\u0645\u064A \u0644\u0644\u062A\u0637\u0628\u064A\u0642 \u0648\u0627\u0644\u062A\u0643\u0648\u064A\u0646 \u0627\u0644\u0631\u0626\u064A\u0633\u064A"',useAboveStyleForTheseSites:"\u0639\u0646\u062F\u0645\u0627 \u064A\u0643\u0648\u0646 \u0645\u0648\u0642\u0639 \u0627\u0644\u0648\u064A\u0628 \u0647\u0648 \u0627\u0633\u0645 \u0627\u0644\u0646\u0637\u0627\u0642 \u0627\u0644\u062A\u0627\u0644\u064A\u060C \u0627\u0633\u062A\u062E\u062F\u0645 \u062F\u0627\u0626\u0645\u064B\u0627 \u0646\u0645\u0637 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u2308{theme}\u230B",currentUrl:"\u0639\u0646\u0648\u0627\u0646 URL \u0627\u0644\u062D\u0627\u0644\u064A",confirm:"\u064A\u062D\u0641\u0638",cancel:"\u064A\u0644\u063A\u064A",delete:"\u064A\u0645\u0633\u062D","languages.auto":"\u0627\u0644\u0643\u0634\u0641 \u0627\u0644\u062A\u0644\u0642\u0627\u0626\u064A",syncToCloud:"\u0627\u0644\u0645\u0632\u0627\u0645\u0646\u0629 \u0645\u0639 \u062C\u0648\u062C\u0644 \u062F\u0631\u0627\u064A\u0641",syncToCloudDescription:"\u0642\u0645 \u0628\u0627\u0644\u062A\u062D\u0645\u064A\u0644 \u0625\u0644\u0649 \u0627\u0644\u0633\u062D\u0627\u0628\u0629\u060C \u0648\u064A\u0645\u0643\u0646 \u0645\u0632\u0627\u0645\u0646\u0629 \u0627\u0644\u062A\u0643\u0648\u064A\u0646 \u0628\u064A\u0646 \u0627\u0644\u0645\u062A\u0635\u0641\u062D\u0627\u062A \u0627\u0644\u0645\u062E\u062A\u0644\u0641\u0629/\u0627\u0644\u0646\u0635\u0648\u0635 \u0627\u0644\u0628\u0631\u0645\u062C\u064A\u0629 \u0644\u0642\u0631\u062F \u0627\u0644\u0632\u064A\u062A\u060C \u0645\u0639 \u0645\u0631\u0627\u0639\u0627\u0629 \u0648\u0642\u062A \u0627\u0644\u062A\u0639\u062F\u064A\u0644 \u0627\u0644\u0623\u062E\u064A\u0631.",syncToAccount:"\u0627\u0644\u0645\u0632\u0627\u0645\u0646\u0629 \u0645\u0639 \u0633\u062D\u0627\u0628\u0629 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0634\u0627\u0645\u0644\u0629",syncToAccountButton:"\u0645\u0632\u0627\u0645\u0646\u0629 \u0645\u0639 \u0627\u0644\u0633\u062D\u0627\u0628\u0629 \u0639\u0644\u0649 \u0627\u0644\u0641\u0648\u0631",syncToAccountDescription:"\u0645\u0632\u0627\u0645\u0646\u0629 \u0627\u0644\u062A\u0643\u0648\u064A\u0646\u0627\u062A \u062A\u0644\u0642\u0627\u0626\u064A\u064B\u0627 \u0628\u064A\u0646 \u0627\u0644\u0623\u062C\u0647\u0632\u0629 \u0627\u0644\u0645\u062E\u062A\u0644\u0641\u0629\u060C \u0628\u0646\u0627\u0621\u064B \u0639\u0644\u0649 \u0648\u0642\u062A \u0627\u0644\u062A\u0639\u062F\u064A\u0644 \u0627\u0644\u0623\u062E\u064A\u0631.",successSyncConfigInAccount:"\u0627\u0644\u0628\u0642\u0627\u0621 \u0645\u062A\u0632\u0627\u0645\u0646\u064B\u0627 \u0645\u0639 \u0627\u0644\u0633\u062D\u0627\u0628\u0629 \u0628\u0646\u062C\u0627\u062D",successSyncConfigToAccount:"\u062A\u0645\u062A \u0627\u0644\u0645\u0632\u0627\u0645\u0646\u0629 \u0628\u0646\u062C\u0627\u062D \u0645\u0639 \u0627\u0644\u0633\u062D\u0627\u0628\u0629",syncConfigNoUpdate:"\u0628\u0627\u0644\u0641\u0639\u0644 \u0627\u0644\u0623\u062D\u062F\u062B",authFail:"\u0641\u0634\u0644 \u0627\u0644\u062A\u0641\u0648\u064A\u0636",syncTitle:"\u0625\u062F\u0627\u0631\u0629 \u0627\u0644\u0646\u0633\u062E \u0627\u0644\u0627\u062D\u062A\u064A\u0627\u0637\u064A \u0627\u0644\u064A\u062F\u0648\u064A",import_hint:"\u064A\u0633\u062A\u0648\u0631\u062F",upload:"\u0631\u0641\u0639",revokeAuth:"\u0625\u0644\u063A\u0627\u0621 \u0627\u0644\u062A\u0631\u062E\u064A\u0635",uploadFail:"\u0627\u0644\u062A\u062D\u0645\u064A\u0644 \u0641\u0634\u0644",download:"\u062A\u062D\u0645\u064A\u0644",importSuccess:"\u062A\u0645 \u0627\u0644\u0627\u0633\u062A\u064A\u0631\u0627\u062F \u0628\u0646\u062C\u0627\u062D",importFail:"\u0641\u0634\u0644 \u0627\u0644\u0627\u0633\u062A\u064A\u0631\u0627\u062F",deleteFail:"\u0641\u0634\u0644 \u0641\u064A \u0627\u0644\u062D\u0630\u0641",backupToCloud:"\u0625\u062F\u0627\u0631\u0629 \u0645\u0644\u0641\u0627\u062A \u0627\u0644\u0646\u0633\u062E \u0627\u0644\u0627\u062D\u062A\u064A\u0627\u0637\u064A \u064A\u062F\u0648\u064A\u0627",create_new_backup:"\u0625\u0636\u0627\u0641\u0629 \u0639\u0642\u062F\u0629 \u0627\u062D\u062A\u064A\u0627\u0637\u064A\u0629",maxBackupFiles:"\u064A\u0645\u0643\u0646 \u0639\u0645\u0644 \u0646\u0633\u062E\u0629 \u0627\u062D\u062A\u064A\u0627\u0637\u064A\u0629 \u0644\u0645\u0627 \u064A\u0635\u0644 \u0625\u0644\u0649{count}\u0639\u0642\u062F \u0645\u062E\u062A\u0644\u0641\u0629\u060C \u064A\u0631\u062C\u0649 \u062D\u0630\u0641 \u0627\u0644\u0639\u0642\u062F \u063A\u064A\u0631 \u0627\u0644\u0636\u0631\u0648\u0631\u064A\u0629",backupToCloudDescription:"\u062A\u062D\u0645\u064A\u0644 \u0645\u0644\u0641\u0627\u062A \u0627\u0644\u0646\u0633\u062E \u0627\u0644\u0627\u062D\u062A\u064A\u0627\u0637\u064A \u0623\u0648 \u0627\u0633\u062A\u0639\u0627\u062F\u062A\u0647\u0627 \u064A\u062F\u0648\u064A\u064B\u0627\u060C \u0645\u0645\u0627 \u064A\u0633\u0645\u062D \u0628\u0645\u0627 \u064A\u0635\u0644 \u0625\u0644\u0649 3 \u0646\u0633\u062E \u0627\u062D\u062A\u064A\u0627\u0637\u064A\u0629 \u0645\u062E\u062A\u0644\u0641\u0629",successSyncConfig:"\u0627\u0644\u0628\u0642\u0627\u0621 \u0645\u062A\u0632\u0627\u0645\u0646\u064B\u0627 \u0645\u0639 \u0627\u0644\u0633\u062D\u0627\u0628\u0629 \u0628\u0646\u062C\u0627\u062D",syncFail:"\u0641\u0634\u0644\u062A \u0627\u0644\u0645\u0632\u0627\u0645\u0646\u0629",updatedAt:"\u062A\u0645 \u0627\u0644\u062A\u062D\u062F\u064A\u062B \u0639\u0646\u062F {date}",lastSyncedAt:"\u0622\u062E\u0631 \u0641\u062D\u0635 \u0643\u0627\u0646 \u0639\u0646\u062F {date}",downloadFail:"\u0627\u0644\u062A\u062D\u0645\u064A\u0644 \u0641\u0634\u0644",clickToDownload:"\u0627\u0636\u063A\u0637 \u0644\u0644\u062A\u062D\u0645\u064A\u0644",aboutLabel:"\u062D\u0648\u0644 - \u0631\u062F\u0648\u062F \u0627\u0644\u0641\u0639\u0644","browser.openAboutPage":"\u062D\u0648\u0644/\u0631\u062F\u0648\u062F \u0627\u0644\u0641\u0639\u0644",aboutLabelWithoutSponsor:"\u062D\u0648\u0644 - \u0631\u062F\u0648\u062F \u0627\u0644\u0641\u0639\u0644",aboutIntro:"\u0623\u062A\u0645\u0646\u0649 \u0623\u0646 \u0646\u062A\u0645\u0643\u0646 \u062C\u0645\u064A\u0639\u064B\u0627 \u0645\u0646 \u0627\u0644\u0648\u0635\u0648\u0644 \u0625\u0644\u0649 \u0627\u0644\u0645\u0639\u0644\u0648\u0645\u0627\u062A \u0627\u0644\u0636\u062E\u0645\u0629 \u0627\u0644\u0645\u062A\u0639\u0644\u0642\u0629 \u0628\u0627\u0644\u0644\u063A\u0627\u062A \u0627\u0644\u0623\u062C\u0646\u0628\u064A\u0629 \u0639\u0644\u0649 \u0627\u0644\u0625\u0646\u062A\u0631\u0646\u062A \u0628\u0633\u0647\u0648\u0644\u0629 \u0648\u0633\u0639\u0627\u062F\u0629 \u0623\u0643\u0628\u0631. \u064A\u0645\u0643\u0646\u0643 \u0627\u062E\u062A\u064A\u0627\u0631 \u0641\u062A\u062D \u0639\u0636\u0648\u064A\u0629 <6> Pro \u0644\u0627\u0633\u062A\u062E\u062F\u0627\u0645 \u062A\u0631\u062C\u0645\u0627\u062A DeepL \u0648OpenAI \u062E\u0627\u0631\u062C \u0627\u0644\u0635\u0646\u062F\u0648\u0642.

\u064A\u0645\u0643\u0646\u0643\u0645 \u0645\u062A\u0627\u0628\u0639\u062A\u0646\u0627 \u0639\u0644\u0649 <3>\u062A\u0648\u064A\u062A\u0631 ,<4>\u0642\u0646\u0627\u0629 \u0627\u0644\u062A\u0644\u064A\u062C\u0631\u0627\u0645 \u0623\u0648 \u062D\u0633\u0627\u0628 WeChat \u0627\u0644\u0639\u0627\u0645 \u0623\u0648 \u0645\u062C\u0645\u0648\u0639\u0629 \u0627\u062A\u0635\u0627\u0644\u0627\u062A WeChat \u0623\u0648 <5> \u0627\u0634\u062A\u0631\u0627\u0643 \u0627\u0644\u0628\u0631\u064A\u062F \u0627\u0644\u0625\u0644\u0643\u062A\u0631\u0648\u0646\u064A \u0623\u062F\u0646\u0627\u0647 \u062A\u062A\u0628\u0639 \u0627\u0644\u062A\u062D\u062F\u064A\u062B\u0627\u062A.
<7>\u0639\u0636\u0648 \u0645\u062D\u062A\u0631\u0641 \u064A\u0645\u0643\u0646\u0643 \u0627\u0644\u0627\u062A\u0635\u0627\u0644 \u0628\u0627\u0644\u0628\u0631\u064A\u062F \u0627\u0644\u0625\u0644\u0643\u062A\u0631\u0648\u0646\u064A \u0627\u0644\u0633\u0631\u064A\u0639 \u0644\u062E\u062F\u0645\u0629 \u0627\u0644\u0639\u0645\u0644\u0627\u0621 <8> support@immersivetranslate.com \u0627\u0628\u0642 \u0639\u0644\u0649 \u062A\u0648\u0627\u0635\u0644 \u0645\u0639\u0646\u0627.",aboutIntroWithoutSponsor:"\u0623\u062A\u0645\u0646\u0649 \u0623\u0646 \u0646\u062A\u0645\u0643\u0646 \u062C\u0645\u064A\u0639\u064B\u0627 \u0645\u0646 \u0627\u0644\u0648\u0635\u0648\u0644 \u0628\u0634\u0643\u0644 \u0623\u0633\u0647\u0644 \u0648\u0623\u0643\u062B\u0631 \u0645\u062A\u0639\u0629 \u0625\u0644\u0649 \u0627\u0644\u0643\u0645 \u0627\u0644\u0647\u0627\u0626\u0644 \u0645\u0646 \u0627\u0644\u0645\u0639\u0644\u0648\u0645\u0627\u062A \u0628\u0627\u0644\u0644\u063A\u0629 \u0627\u0644\u0623\u062C\u0646\u0628\u064A\u0629 \u0639\u0644\u0649 \u0627\u0644\u0625\u0646\u062A\u0631\u0646\u062A \u2764\uFE0F

\u064A\u0645\u0643\u0646\u0643 \u0645\u062A\u0627\u0628\u0639\u062A\u0646\u0627 \u0639\u0644\u0649 Twitter <3> ,<4>\u0642\u0646\u0627\u0629 \u0627\u0644\u062A\u0644\u064A\u062C\u0631\u0627\u0645 \u0623\u0648 \u062D\u0633\u0627\u0628 WeChat \u0627\u0644\u0639\u0627\u0645 \u0623\u0648 \u0645\u062C\u0645\u0648\u0639\u0629 \u0627\u062A\u0635\u0627\u0644\u0627\u062A WeChat \u0623\u0648 <5> \u0627\u0634\u062A\u0631\u0627\u0643 \u0627\u0644\u0628\u0631\u064A\u062F \u0627\u0644\u0625\u0644\u0643\u062A\u0631\u0648\u0646\u064A \u0623\u062F\u0646\u0627\u0647 \u062A\u062A\u0628\u0639 \u0627\u0644\u062A\u062D\u062F\u064A\u062B\u0627\u062A.",projectHomepage:"\u0627\u0644\u0635\u0641\u062D\u0629 \u0627\u0644\u0631\u0626\u064A\u0633\u064A\u0629 \u0644\u0644\u0645\u0634\u0631\u0648\u0639",joinTelegramGroup:"\u0627\u0646\u0636\u0645 \u0625\u0644\u0649 \u0645\u062C\u0645\u0648\u0639\u0629 \u0627\u062A\u0635\u0627\u0644\u0627\u062A \u0627\u0644\u0645\u0633\u062A\u062E\u062F\u0645\u064A\u0646 \u0644\u0644\u0645\u0634\u0627\u0631\u0643\u0629 \u0641\u064A \u0627\u0644\u0645\u0646\u0627\u0642\u0634\u0627\u062A \u0627\u0644\u0648\u0638\u064A\u0641\u064A\u0629",wechatPublicAccount:"\u062D\u0633\u0627\u0628 \u0648\u064A \u0634\u0627\u062A \u0627\u0644\u0639\u0627\u0645",wechatCommunities:"\u0645\u062C\u0645\u0648\u0639\u0629 \u0627\u0644\u0627\u062A\u0635\u0627\u0644\u0627\u062A WeChat",qqCommunities:"\u0642\u0646\u0627\u0629 \u0627\u062A\u0635\u0627\u0644 QQ",joinTelegramChannel:"\u062A\u0627\u0628\u0639\u0648\u0627 \u0642\u0646\u0627\u0629 \u0627\u0644\u062A\u0644\u064A\u062C\u0631\u0627\u0645 \u0644\u0645\u0639\u0631\u0641\u0629 \u0622\u062E\u0631 \u0627\u0644\u062A\u062D\u062F\u064A\u062B\u0627\u062A",feedbackAndJoin:"\u0631\u062F\u0648\u062F \u0627\u0644\u0641\u0639\u0644 \u0627\u0644\u0645\u0634\u0643\u0644\u0629 / \u0627\u0644\u0627\u0646\u0636\u0645\u0627\u0645 \u0625\u0644\u0649 \u0627\u0644\u0645\u062C\u0645\u0648\u0639\u0629",autoSync:"\u0627\u0644\u0645\u0632\u0627\u0645\u0646\u0629 \u0627\u0644\u0645\u062C\u062F\u0648\u0644\u0629 \u0627\u0644\u062A\u0644\u0642\u0627\u0626\u064A\u0629",loadingThemeTitle:"\u0623\u0633\u0644\u0648\u0628 \u0627\u0644\u062A\u062D\u0645\u064A\u0644",loadingThemeDescription:"\u0627\u0636\u0628\u0637 \u0627\u0644\u0646\u0645\u0637 \u0623\u062B\u0646\u0627\u0621 \u0627\u0646\u062A\u0638\u0627\u0631 \u062A\u062D\u0645\u064A\u0644 \u0627\u0644\u062A\u0631\u062C\u0645\u0629","loadingTheme.spinner":"\u0627\u0644\u0631\u0633\u0648\u0645 \u0627\u0644\u0645\u062A\u062D\u0631\u0643\u0629 \u0627\u0644\u062F\u0627\u0626\u0631\u0629","loadingTheme.text":"\u0646\u0635 \u062B\u0627\u0628\u062A... ","loadingTheme.none":"\u0644\u0627 \u062A\u0638\u0647\u0631",developerDescription:"\u064A\u0645\u0643\u0646\u0643 \u0627\u0644\u0646\u0642\u0631 \u0641\u0648\u0642 <1> \u0647\u0646\u0627 \u0639\u0631\u0636 \u0627\u0644\u0648\u062B\u0627\u0626\u0642 \u0627\u0644\u0645\u062A\u0639\u0644\u0642\u0629 \u0628\u0627\u0644\u062A\u062E\u0635\u064A\u0635 \u0627\u0644\u0645\u062A\u0642\u062F\u0645","edit border color":"\u062A\u0639\u062F\u064A\u0644 \u0644\u0648\u0646 \u0627\u0644\u062D\u062F\u0648\u062F",successSyncButNoChange:"\u0627\u0644\u062A\u0643\u0648\u064A\u0646 \u0627\u0644\u062D\u0627\u0644\u064A \u0645\u062A\u0648\u0627\u0641\u0642 \u0645\u0639 \u0627\u0644\u0633\u062D\u0627\u0628\u0629",customTheme:"\u0627\u0644\u0623\u0644\u0648\u0627\u0646 \u0648\u0627\u0644\u0623\u062D\u062C\u0627\u0645 \u0627\u0644\u0645\u062E\u0635\u0635\u0629","customThemeLabel.borderColor":"\u0644\u0648\u0646 \u0627\u0644\u062D\u062F\u0648\u062F","customThemeLabel.borderRadius":"\u062D\u062F\u0648\u062F \u0645\u0633\u062A\u062F\u064A\u0631\u0629 \u0627\u0644\u0632\u0648\u0627\u064A\u0627","customThemeLabel.textColor":"\u0644\u0648\u0646 \u0627\u0644\u062E\u0637","customThemeLabel.backgroundColor":"\u0644\u0648\u0646 \u0627\u0644\u062E\u0644\u0641\u064A\u0629","customThemeLabel.zoom":"\u062A\u062D\u062C\u064A\u0645 \u0627\u0644\u062E\u0637 (%)","customThemeLabel.opacity":"\u0639\u062A\u0627\u0645\u0629 \u0627\u0644\u0646\u0635 (%)",resetToDefaultColor:"\u0627\u0644\u0639\u0648\u062F\u0629 \u0625\u0644\u0649 \u0627\u0644\u0644\u0648\u0646 \u0627\u0644\u0627\u0641\u062A\u0631\u0627\u0636\u064A",resetToDefaultSettings:"\u0627\u0644\u0639\u0648\u062F\u0629 \u0625\u0644\u0649 \u0627\u0644\u0625\u0639\u062F\u0627\u062F\u0627\u062A \u0627\u0644\u0627\u0641\u062A\u0631\u0627\u0636\u064A\u0629",isTranslateTitle:"\u0642\u0645 \u0628\u062A\u0634\u063A\u064A\u0644 \u0639\u0646\u0627\u0648\u064A\u0646 \u0635\u0641\u062D\u0627\u062A \u0627\u0644\u0648\u064A\u0628 \u0627\u0644\u0645\u062A\u0631\u062C\u0645\u0629",isTranslateTitleDescription:"\u0639\u0646\u062F \u062A\u0634\u063A\u064A\u0644\u0647\u060C \u0633\u064A\u062A\u0645 \u062A\u0631\u062C\u0645\u0629 \u0639\u0646\u0648\u0627\u0646 \u0635\u0641\u062D\u0629 \u0627\u0644\u0648\u064A\u0628",enableSearchEnhancement:"\u062A\u0645\u0643\u064A\u0646 \u062A\u0639\u0632\u064A\u0632 \u0627\u0644\u0645\u0639\u0644\u0648\u0645\u0627\u062A \u062B\u0646\u0627\u0626\u064A\u0629 \u0627\u0644\u0644\u063A\u0629",enableSearchEnhancementDescription:'\u0628\u0639\u062F \u062A\u0634\u063A\u064A\u0644\u0647\u0627\u060C \u0633\u064A\u062A\u0645 \u0639\u0631\u0636 \u0646\u062A\u0627\u0626\u062C \u0628\u062D\u062B "\u0623\u062E\u0628\u0627\u0631 Google" \u0627\u0644\u0645\u0642\u0627\u0628\u0644\u0629 \u0644\u0644\u0643\u0644\u0645\u0627\u062A \u0627\u0644\u0631\u0626\u064A\u0633\u064A\u0629 \u0628\u0627\u0644\u0644\u063A\u0629 \u0627\u0644\u0625\u0646\u062C\u0644\u064A\u0632\u064A\u0629 \u062A\u0644\u0642\u0627\u0626\u064A\u064B\u0627 \u0641\u064A \u0627\u0644\u0639\u0645\u0648\u062F \u0627\u0644\u0623\u064A\u0645\u0646 \u0644\u0645\u0648\u0627\u0642\u0639 \u0627\u0644\u0648\u064A\u0628 \u0627\u0644\u0645\u062F\u0639\u0648\u0645\u0629 (\u0623\u062E\u0628\u0627\u0631 Google\u060C \u0628\u062D\u062B Google (\u0628\u0639\u0636 \u0627\u0644\u0643\u0644\u0645\u0627\u062A \u0627\u0644\u0631\u0626\u064A\u0633\u064A\u0629)\u060C Snowball\u060C Oriental Fortune\u060C Futu\u060C Tiger Community).',verifyService:"\u0627\u0646\u0642\u0631 \u0647\u0646\u0627 \u0644\u0627\u062E\u062A\u0628\u0627\u0631 \u0627\u0644\u062E\u062F\u0645\u0629",verified:"\u062A\u0645 \u0627\u0644\u062A\u062D\u0642\u0642 \u0628\u0646\u062C\u0627\u062D","field.langs":"\u0631\u0645\u0648\u0632 \u0627\u0644\u0644\u063A\u0629 \u0627\u0644\u0645\u062F\u0639\u0648\u0645\u0629","field.model":"\u0646\u0645\u0648\u0630\u062C","field.translationEngine":"\u0645\u062D\u0631\u0643 \u0627\u0644\u062A\u0631\u062C\u0645\u0629","field.limitPerMinute":"\u0627\u0644\u062D\u062F \u0627\u0644\u0623\u0642\u0635\u0649 \u0644\u0639\u062F\u062F \u0627\u0644\u0637\u0644\u0628\u0627\u062A \u0641\u064A \u0627\u0644\u062F\u0642\u064A\u0642\u0629","field.limitPerSecond":"\u0627\u0644\u062D\u062F \u0627\u0644\u0623\u0642\u0635\u0649 \u0644\u0639\u062F\u062F \u0627\u0644\u0637\u0644\u0628\u0627\u062A \u0641\u064A \u0627\u0644\u062B\u0627\u0646\u064A\u0629","field.maxTextLengthPerRequest":"\u0627\u0644\u062D\u062F \u0627\u0644\u0623\u0642\u0635\u0649 \u0644\u0637\u0648\u0644 \u0627\u0644\u0646\u0635 \u0644\u0643\u0644 \u0637\u0644\u0628","field.maxTextGroupLengthPerRequest":"\u0627\u0644\u062D\u062F \u0627\u0644\u0623\u0642\u0635\u0649 \u0644\u0639\u062F\u062F \u0627\u0644\u0641\u0642\u0631\u0627\u062A \u0644\u0643\u0644 \u0637\u0644\u0628","field.apiUrl":"\u0639\u0646\u0648\u0627\u0646 \u0648\u0627\u062C\u0647\u0629 API \u0627\u0644\u0645\u062E\u0635\u0635\u0629","field.placeholderDelimiters":"\u0627\u0644\u0639\u0646\u0627\u0635\u0631 \u0627\u0644\u0646\u0627\u0626\u0628\u0629 \u0627\u0644\u0645\u062D\u062C\u0648\u0632\u0629","description.custom":"\u0627\u0644\u0648\u0635\u0648\u0644 \u0625\u0644\u0649 \u0627\u0644\u0648\u0627\u062C\u0647\u0629 \u0627\u0644\u0645\u062E\u0635\u0635\u0629 \u064A\u062A\u0637\u0644\u0628 \u0648\u062B\u0627\u0626\u0642 \u0645\u0631\u062C\u0639\u064A\u0629","description.limitPerMinute":"\u0648\u0639\u0646\u062F\u0645\u0627 \u064A\u062A\u062C\u0627\u0648\u0632 \u0639\u062F\u062F \u0627\u0644\u0637\u0644\u0628\u0627\u062A \u0647\u0630\u0627 \u0627\u0644\u062D\u062F\u060C \u0641\u0625\u0646\u0647 \u0633\u064A\u062F\u062E\u0644 \u0641\u064A \u062D\u0627\u0644\u0629 \u0627\u0644\u0627\u0646\u062A\u0638\u0627\u0631 \u062D\u062A\u0649 \u0628\u062F\u0627\u064A\u0629 \u0627\u0644\u062F\u0642\u064A\u0642\u0629 \u0627\u0644\u062A\u0627\u0644\u064A\u0629. \u0646\u0638\u0631\u064B\u0627 \u0644\u0644\u0642\u064A\u0648\u062F \u0627\u0644\u0645\u062E\u062A\u0644\u0641\u0629 \u0644\u062E\u062F\u0645\u0629 OpenAI \u0627\u0644\u062D\u0627\u0644\u064A\u0629\u060C \u064A\u0631\u062C\u0649 \u0627\u0644\u0646\u0642\u0631 \u0641\u0648\u0642 <1> \u0647\u0646\u0627 \u0639\u0631\u0636 \u0623\u062D\u062F\u062B \u0627\u0644\u0642\u064A\u0645 \u0627\u0644\u0645\u0648\u0635\u0649 \u0628\u0647\u0627","description.limitPerSecond":"\u0648\u0639\u0646\u062F\u0645\u0627 \u064A\u062A\u062C\u0627\u0648\u0632 \u0639\u062F\u062F \u0627\u0644\u0637\u0644\u0628\u0627\u062A \u0647\u0630\u0627 \u0627\u0644\u062D\u062F\u060C \u0641\u0625\u0646\u0647 \u0633\u064A\u062F\u062E\u0644 \u0641\u064A \u062D\u0627\u0644\u0629 \u0627\u0644\u0627\u0646\u062A\u0638\u0627\u0631 \u062D\u062A\u0649 \u0628\u062F\u0627\u064A\u0629 \u0627\u0644\u062B\u0627\u0646\u064A\u0629 \u0627\u0644\u062A\u0627\u0644\u064A\u0629. \u0646\u0638\u0631\u064B\u0627 \u0644\u0644\u0642\u064A\u0648\u062F \u0627\u0644\u0645\u062E\u062A\u0644\u0641\u0629 \u0644\u062E\u062F\u0645\u0629 OpenAI \u0627\u0644\u062D\u0627\u0644\u064A\u0629\u060C \u064A\u0631\u062C\u0649 \u0627\u0644\u0646\u0642\u0631 \u0641\u0648\u0642 <1> \u0647\u0646\u0627 \u0639\u0631\u0636 \u0623\u062D\u062F\u062B \u0627\u0644\u0642\u064A\u0645 \u0627\u0644\u0645\u0648\u0635\u0649 \u0628\u0647\u0627","description.generalLimitPerSecond":"\u0648\u0639\u0646\u062F\u0645\u0627 \u064A\u062A\u062C\u0627\u0648\u0632 \u0639\u062F\u062F \u0627\u0644\u0637\u0644\u0628\u0627\u062A \u0647\u0630\u0627 \u0627\u0644\u062D\u062F\u060C \u0641\u0625\u0646\u0647 \u0633\u064A\u062F\u062E\u0644 \u0641\u064A \u062D\u0627\u0644\u0629 \u0627\u0644\u0627\u0646\u062A\u0638\u0627\u0631 \u062D\u062A\u0649 \u0628\u062F\u0627\u064A\u0629 \u0627\u0644\u062B\u0627\u0646\u064A\u0629 \u0627\u0644\u062A\u0627\u0644\u064A\u0629.","description.prompt":"\u062A\u0631\u0633\u0644 \u0627\u0644\u0645\u062D\u0627\u062F\u062B\u0629 \u0625\u0644\u0649 {service} \u0628\u0635\u0641\u0629 \u0627\u0644\u0645\u0633\u062A\u062E\u062F\u0645\u060C \u062D\u064A\u062B \u064A\u0645\u062B\u0644 {{text}} \u0646\u0635 \u0627\u0644\u0641\u0642\u0631\u0629\u060C \u0648\u064A\u0645\u062B\u0644 {{from}} \u0644\u063A\u0629 \u0627\u0644\u0641\u0642\u0631\u0629\u060C \u0648\u064A\u0645\u062B\u0644 {{to}} \u0627\u0644\u0644\u063A\u0629 \u0627\u0644\u0645\u0633\u062A\u0647\u062F\u0641\u0629.","description.maxTextLengthPerRequest":"\u0627\u0644\u062D\u062F \u0627\u0644\u0623\u0642\u0635\u0649 \u0644\u0639\u062F\u062F \u0627\u0644\u0623\u062D\u0631\u0641 \u0644\u0643\u0644 \u0637\u0644\u0628. \u0625\u0630\u0627 \u0643\u0627\u0646 \u0643\u0628\u064A\u0631\u064B\u0627 \u062C\u062F\u064B\u0627\u060C \u0641\u0633\u062A\u062A\u0628\u0627\u0637\u0623 \u0627\u0633\u062A\u062C\u0627\u0628\u0629 \u0627\u0644\u0648\u0627\u062C\u0647\u0629\u060C \u0644\u0630\u0627 \u064A\u0645\u0643\u0646\u0643 \u0645\u062D\u0627\u0648\u0644\u0629 \u0636\u0628\u0637 \u0647\u0630\u0627 \u0627\u0644\u062E\u064A\u0627\u0631 \u0644\u062A\u062D\u0633\u064A\u0646 \u0627\u0644\u0633\u0631\u0639\u0629.","description.systemPrompt":"\u064A\u062A\u0645 \u0625\u0631\u0633\u0627\u0644 \u0627\u0644\u0645\u062D\u0627\u062F\u062B\u0629 \u0625\u0644\u0649 OpenAI \u0643\u0646\u0638\u0627\u0645\u060C \u062D\u064A\u062B \u064A\u0645\u062B\u0644 {{text}} \u0645\u062D\u062A\u0648\u0649 \u0646\u0635 \u0627\u0644\u0641\u0642\u0631\u0629\u060C \u0648\u064A\u0645\u062B\u0644{{from}} \u0644\u063A\u0629 \u0627\u0644\u0641\u0642\u0631\u0629\u060C \u0648\u064A\u0645\u062B\u0644{{to}} \u0627\u0644\u0644\u063A\u0629 \u0627\u0644\u0645\u0633\u062A\u0647\u062F\u0641\u0629","field.domain":"\u0645\u062C\u0627\u0644","description.domain":"\u0627\u0644\u0627\u0641\u062A\u0631\u0627\u0636\u064A \u0647\u0648\uFF1A\u0639\u0627\u0645. \u0644\u0627 \u064A\u0645\u0643\u0646 \u0636\u0628\u0637\u0647 \u0625\u0644\u0627 \u0639\u0646\u062F \u062A\u0645\u0643\u064A\u0646 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0645\u0633\u062A\u0646\u062F\u0629 \u0625\u0644\u0649 \u0627\u0644\u0645\u062C\u0627\u0644 \u0641\u064A \u0648\u062D\u062F\u0629 \u062A\u062D\u0643\u0645 Youdao API. \u0644\u0644\u062D\u0635\u0648\u0644 \u0639\u0644\u0649 \u0627\u0644\u062D\u0642\u0648\u0644 \u0627\u0644\u0645\u062F\u0639\u0648\u0645\u0629\u060C \u064A\u0631\u062C\u0649 \u0627\u0644\u0627\u0637\u0644\u0627\u0639 \u0639\u0644\u0649 <1> \u0647\u0646\u0627.","field.scene":"\u0645\u0634\u0627\u0647\u062F","description.scene":"\u0627\u0644\u0627\u0641\u062A\u0631\u0627\u0636\u064A \u0647\u0648\uFF1A\u0639\u0627\u0645. \u0644\u0627 \u064A\u0645\u0643\u0646 \u0636\u0628\u0637\u0647 \u0625\u0644\u0627 \u0639\u0646\u062F \u062A\u0646\u0634\u064A\u0637 \u0627\u0644\u0625\u0635\u062F\u0627\u0631 \u0627\u0644\u0627\u062D\u062A\u0631\u0627\u0641\u064A \u0644\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0622\u0644\u064A\u0629 \u0641\u064A \u0648\u062D\u062F\u0629 \u062A\u062D\u0643\u0645 Alibaba Cloud API. \u0631\u0627\u062C\u0639 <1> \u0647\u0646\u0627 \u0644\u0644\u062D\u0635\u0648\u0644 \u0639\u0644\u0649 \u0627\u0644\u0633\u064A\u0646\u0627\u0631\u064A\u0648\u0647\u0627\u062A \u0627\u0644\u0645\u062F\u0639\u0648\u0645\u0629.","field.vocabId":"\u0645\u0639\u0631\u0641 \u0642\u0627\u0645\u0648\u0633 \u0627\u0644\u0645\u0633\u062A\u062E\u062F\u0645","description.vocabId":"\u064A\u062F\u0639\u0645 \u0627\u0644\u0642\u0627\u0645\u0648\u0633 \u0627\u0644\u0645\u062D\u062F\u062F out_id \u062D\u0627\u0644\u064A\u064B\u0627 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0625\u0646\u062C\u0644\u064A\u0632\u064A\u0629 \u0627\u0644\u0635\u064A\u0646\u064A\u0629.","description.model":"\u064A\u0645\u0643\u0646 \u0623\u0646 \u064A\u0643\u0648\u0646 \u0646\u0645\u0648\u0630\u062C OpenAI \u0647\u0648 gpt-3.5-turbo \u0623\u0648 gpt-4 \u0648\u0645\u0627 \u0625\u0644\u0649 \u0630\u0644\u0643.","description.maxTextGroupLengthPerRequest":"\u0639\u062F\u062F \u0627\u0644\u0641\u0642\u0631\u0627\u062A \u0627\u0644\u0645\u0631\u0633\u0644\u0629 \u0625\u0644\u0649 \u062E\u062F\u0645\u0629 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0641\u064A \u0643\u0644 \u0645\u0631\u0629. \u0625\u0630\u0627 \u0643\u0627\u0646 \u0647\u0646\u0627\u0643 \u0639\u062F\u062F \u0643\u0628\u064A\u0631 \u062C\u062F\u064B\u0627 \u0645\u0646 \u0627\u0644\u0641\u0642\u0631\u0627\u062A\u060C \u0641\u0642\u062F \u062A\u062A\u0628\u0627\u0637\u0623 \u0627\u0633\u062A\u062C\u0627\u0628\u0629 \u0627\u0644\u0648\u0627\u062C\u0647\u0629.","description.apiUrl":"\u0627\u0644\u0631\u062C\u0627\u0621 \u0625\u0636\u0627\u0641\u0629 \u0639\u0646\u0648\u0627\u0646 URL \u0645\u062D\u062F\u062F \u0645\u0639 \u0627\u0644\u0645\u0633\u0627\u0631\u060C <1> \u0627\u0644\u0645\u0632\u064A\u062F \u0645\u0646 \u0627\u0644\u062A\u0639\u0644\u064A\u0645\u0627\u062A",enabledExtension:"\u062A\u0645\u0643\u064A\u0646 \u0627\u0644\u062A\u0645\u062F\u064A\u062F",clickToDisableExtension:"\u0627\u0646\u0642\u0631 \u0644\u062A\u0639\u0637\u064A\u0644 \u0627\u0644\u062A\u0645\u062F\u064A\u062F",clickToEnableExtension:"\u0627\u0646\u0642\u0631 \u0644\u062A\u0645\u0643\u064A\u0646 \u0627\u0644\u062A\u0645\u062F\u064A\u062F",hasBeenDisabled:"\u0639\u0627\u062C\u0632","show password":"\u0639\u0631\u0636 \u0643\u0644\u0645\u0629 \u0627\u0644\u0645\u0631\u0648\u0631",customContent:"\u0623\u062F\u062E\u0644 \u0627\u0633\u0645 \u0627\u0644\u0646\u0645\u0648\u0630\u062C \u0627\u0644\u0645\u062E\u0635\u0635",inputOptions:"\u062A\u062D\u0633\u064A\u0646 \u0635\u0646\u062F\u0648\u0642 \u0627\u0644\u0625\u062F\u062E\u0627\u0644",mouseHoverOptions:"\u062A\u0645\u0631\u064A\u0631 \u0627\u0644\u0645\u0627\u0648\u0633",modifyMouseHoverKey:"\u062A\u0639\u062F\u064A\u0644 \u0645\u0641\u0627\u062A\u064A\u062D \u0627\u0644\u0627\u062E\u062A\u0635\u0627\u0631 \u0627\u0644\u062E\u0627\u0635\u0629 \u0628\u0627\u0644\u0645\u0627\u0648\u0633",enableInputTranslation:"\u0645\u0627 \u0625\u0630\u0627 \u0643\u0627\u0646 \u0633\u064A\u062A\u0645 \u062A\u0645\u0643\u064A\u0646 \u062A\u062D\u0633\u064A\u0646 \u0645\u0631\u0628\u0639 \u0627\u0644\u0625\u062F\u062E\u0627\u0644",enableInputTranslationDescription:"\u0628\u0639\u062F{trailingKey}\u060C \u0623\u062F\u062E\u0644 \u0645\u0628\u0627\u0634\u0631\u0629 {startingKey}{startingKey} hello \u0641\u064A \u0645\u0631\u0628\u0639 \u0627\u0644\u0625\u062F\u062E\u0627\u0644\u060C \u062B\u0645 \u0627\u0646\u0642\u0631 \u0633\u0631\u064A\u0639\u064B\u0627 \u0641\u0648\u0642{inputTrailingTriggerKeyRepeatTimes}\u0645\u0631\u062A\u064A\u0646 \u0644\u062A\u0631\u062C\u0645\u062A\u0647 \u0625\u0644\u0649 {inputTargetLanguage}",enableInputTranslationDescriptionForNoneKey:"{trailingKey}\u062A\u0645\u0643\u064A\u0646\u0647\u060C \u0623\u062F\u062E\u0644 \u0645\u0628\u0627\u0634\u0631\u0629\uFF1Ahelloworld \u0641\u064A \u0645\u0631\u0628\u0639 \u0627\u0644\u0625\u062F\u062E\u0627\u0644\u060C \u062B\u0645 \u0627\u0646\u0642\u0631 \u0628\u0633\u0631\u0639\u0629{inputTrailingTriggerKeyRepeatTimes}\u0644\u0644\u062A\u0631\u062C\u0645\u0629 \u0625\u0644\u0649 \u0627\u0644\u0644\u063A\u0629 \u0627\u0644\u0645\u0633\u062A\u0647\u062F\u0641\u0629 \u0627\u0644\u0627\u0641\u062A\u0631\u0627\u0636\u064A\u0629.",inputTargetLanguage:"\u0642\u0645 \u0628\u062A\u0639\u064A\u064A\u0646 \u0627\u0644\u0644\u063A\u0629 \u0627\u0644\u0647\u062F\u0641 \u0627\u0644\u0627\u0641\u062A\u0631\u0627\u0636\u064A\u0629 \u0644\u0645\u0631\u0628\u0639 \u0627\u0644\u0625\u062F\u062E\u0627\u0644",inputTargetLanguageDescription:"\u0627\u0644\u0644\u063A\u0629 \u0627\u0644\u0647\u062F\u0641 \u0627\u0644\u0627\u0641\u062A\u0631\u0627\u0636\u064A\u0629 \u0644\u062A\u0631\u062C\u0645\u0629 \u0645\u0631\u0628\u0639 \u0627\u0644\u0625\u062F\u062E\u0627\u0644\u060C \u0648\u0647\u064A {startingKey}{startingKey} \u0643\u0644\u063A\u0629 \u0627\u0641\u062A\u0631\u0627\u0636\u064A\u0629 \u0644\u0643\u0644\u0645\u0627\u062A \u0627\u0644\u062A\u0634\u063A\u064A\u0644",inputTargetLanguageDescriptionForNoneKey:"\u0627\u0644\u0644\u063A\u0629 \u0627\u0644\u0647\u062F\u0641 \u0627\u0644\u0627\u0641\u062A\u0631\u0627\u0636\u064A\u0629 \u0644\u062A\u0631\u062C\u0645\u0627\u062A \u0645\u0631\u0628\u0639 \u0627\u0644\u0625\u062F\u062E\u0627\u0644",inputStartingTriggerKeyTitle:"\u0642\u0645 \u0628\u062A\u0639\u064A\u064A\u0646 \u0627\u0644\u0623\u062D\u0631\u0641 \u0627\u0644\u0645\u0642\u0633\u0645\u0629 \u0644\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u062C\u0632\u0626\u064A\u0629 \u0644\u0645\u0631\u0628\u0639 \u0627\u0644\u0625\u062F\u062E\u0627\u0644",inputStartingTriggerKeyDescription:"\u0639\u0646\u062F\u0645\u0627 \u0644\u0627 \u062A\u062D\u062A\u0627\u062C \u0625\u0644\u0649 \u062A\u0631\u062C\u0645\u0629 \u0645\u0631\u0628\u0639 \u0627\u0644\u0625\u062F\u062E\u0627\u0644 \u0628\u0623\u0643\u0645\u0644\u0647\u060C \u064A\u062A\u064A\u062D \u0644\u0643 \u0627\u0644\u0645\u062D\u062F\u062F \u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u062C\u0632\u0621 \u0641\u0642\u0637 {startingKey}{startingKey} \u0625\u0644\u0649 \u0646\u0647\u0627\u064A\u0629 \u0645\u0631\u0628\u0639 \u0627\u0644\u0625\u062F\u062E\u0627\u0644\u060C \u0623\u0648 \u064A\u0645\u0643\u0646\u0643 \u062A\u062D\u062F\u064A\u062F \u0631\u0645\u0632 \u0627\u0644\u0644\u063A\u0629\u060C \u0639\u0644\u0649 \u0633\u0628\u064A\u0644 \u0627\u0644\u0645\u062B\u0627\u0644\u060C\uFF1A{startingKey}ja \u062A\u0639\u0646\u064A \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0641\u0642\u0637 \u0627\u0644\u062C\u0632\u0621 \u0645\u0646 {startingKey}\u062C\u0627 \u0625\u0644\u0649 \u0646\u0647\u0627\u064A\u0629 \u0645\u0631\u0628\u0639 \u0627\u0644\u0625\u062F\u062E\u0627\u0644.",inputStartingTriggerKeyDescriptionForNoneKey:"\u062A\u0645 \u0636\u0628\u0637\u0647 \u062D\u0627\u0644\u064A\u064B\u0627 \u0628\u062D\u064A\u062B \u0644\u0627 \u064A\u062A\u0637\u0644\u0628 \u0623\u064A \u0628\u0627\u062F\u0626\u0629\u060C \u0648\u0628\u0639\u0636 \u0648\u0638\u0627\u0626\u0641 \u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0646\u0635 \u0641\u064A \u0645\u0631\u0628\u0639 \u0627\u0644\u0625\u062F\u062E\u0627\u0644 \u063A\u064A\u0631 \u0645\u062A\u0627\u062D\u0629 \u0645\u0624\u0642\u062A\u064B\u0627.",inputTrailingTriggerKeyTitle:"\u062D\u062F\u062F \u062D\u0631\u0641 \u0627\u0644\u0645\u0634\u063A\u0644 \u0627\u0644\u0630\u064A \u064A\u0646\u0647\u064A \u0627\u0644\u0625\u062F\u062E\u0627\u0644",inputTrailingTriggerKeyDescription:"\u0633\u064A\u0624\u062F\u064A \u0627\u0644\u0636\u063A\u0637 \u0639\u0644\u0649{trailingKey} 3 \u0645\u0631\u0627\u062A \u0641\u064A \u062A\u062A\u0627\u0628\u0639 \u0633\u0631\u064A\u0639 \u0625\u0644\u0649 \u0628\u062F\u0621 \u0627\u0644\u062A\u0631\u062C\u0645\u0629",inputTrailingTriggerKeyTimeout:"\u0623\u062F\u062E\u0644 \u0627\u0644\u0641\u0627\u0635\u0644 \u0627\u0644\u0632\u0645\u0646\u064A \u0628\u064A\u0646 \u0627\u0644\u0645\u0634\u063A\u0644\u0627\u062A \u0644\u0625\u0646\u0647\u0627\u0621 \u0627\u0644\u062A\u062D\u0631\u064A\u0631 \u0648\u0627\u0644\u0633\u0631\u062F.",inputTrailingTriggerKeyTimeoutDescription:"\u0642\u0645 \u0628\u062A\u0639\u064A\u064A\u0646 \u0627\u0644\u0641\u0627\u0635\u0644 \u0627\u0644\u0632\u0645\u0646\u064A (\u0645\u0644\u064A \u062B\u0627\u0646\u064A\u0629) \u0644\u0644\u0625\u062F\u062E\u0627\u0644 \u0644\u0625\u0646\u0647\u0627\u0621 \u0645\u0634\u063A\u0644 \u0627\u0644\u062A\u062D\u0631\u064A\u0631 \u0648\u0627\u0644\u0633\u0631\u062F",spaceKey:"<\u0645\u0633\u0627\u0641\u0629>",noneKey:"\u0644\u0627 \u062A\u0648\u062C\u062F \u062D\u0627\u062C\u0629 \u0625\u0644\u0649 \u0628\u0627\u062F\u0626\u0629\u060C \u0642\u0645 \u0628\u062A\u0631\u062C\u0645\u0629 \u0645\u0631\u0628\u0639 \u0627\u0644\u0646\u0635 \u0628\u0627\u0644\u0643\u0627\u0645\u0644 \u0645\u0628\u0627\u0634\u0631\u0629\u064B",inputTranslationBlockUrlsTitle:"\u0644\u0627 \u062A\u0642\u0645 \u0645\u0637\u0644\u0642\u064B\u0627 \u0628\u062A\u0645\u0643\u064A\u0646 \u062A\u062D\u0633\u064A\u0646\u0627\u062A \u062D\u0642\u0644 \u0627\u0644\u0625\u062F\u062E\u0627\u0644 \u0641\u064A \u0639\u0646\u0627\u0648\u064A\u0646 URL",inputTranslationBlockUrlsDescription:"\u0641\u064A \u0639\u0646\u0627\u0648\u064A\u0646 URL \u0627\u0644\u062A\u0627\u0644\u064A\u0629\u060C \u0644\u0646 \u064A\u0635\u0628\u062D \u062A\u062D\u0633\u064A\u0646 \u0645\u0631\u0628\u0639 \u0627\u0644\u0625\u062F\u062E\u0627\u0644 \u0633\u0627\u0631\u064A \u0627\u0644\u0645\u0641\u0639\u0648\u0644",clickToSeeQuickDemo:"\u0627\u0646\u0642\u0631 \u0644\u062A\u0648\u0633\u064A\u0639 \u0641\u064A\u062F\u064A\u0648 \u0627\u0644\u062A\u0639\u0644\u064A\u0645\u0627\u062A \u0627\u0644\u0633\u0631\u064A\u0639\u0629 \u0644\u0645\u062F\u0629 30 \u062B\u0627\u0646\u064A\u0629",inputHelperInfo:"\u0645\u0644\u0627\u062D\u0638\u0629\uFF1A: \u0644\u0642\u062F \u0642\u0645\u0646\u0627 \u0628\u062A\u062D\u0633\u064A\u0646 \u0627\u0644\u0645\u0634\u0643\u0644\u0629 \u0639\u0644\u0649 \u0648\u062C\u0647 \u0627\u0644\u062A\u062D\u062F\u064A\u062F \u062D\u064A\u062B \u062A\u062A\u062D\u0648\u0644 \u0628\u0639\u0636 \u0623\u062D\u0631\u0641 \u0627\u0644\u062A\u0634\u063A\u064A\u0644 \u0625\u0644\u0649 \u0639\u0644\u0627\u0645\u0627\u062A \u062A\u0631\u0642\u064A\u0645 \u0635\u064A\u0646\u064A\u0629 \u0636\u0645\u0646 \u0637\u0631\u064A\u0642\u0629 \u0627\u0644\u0625\u062F\u062E\u0627\u0644 \u0627\u0644\u0635\u064A\u0646\u064A\u0629. \u0639\u0644\u0649 \u0633\u0628\u064A\u0644 \u0627\u0644\u0645\u062B\u0627\u0644\u060C \u0636\u0645\u0646 \u0637\u0631\u064A\u0642\u0629 \u0627\u0644\u0625\u062F\u062E\u0627\u0644 Sogou\u060C / \u0633\u0648\u0641 \u062A\u062A\u062D\u0648\u0644 \u0625\u0644\u0649 \u062A\u0648\u0642\u0641 \u0645\u0624\u0642\u062A\u060C \u0648\u062A\u062F\u0639\u0645 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u063A\u0627\u0645\u0631\u0629 \u062C\u0645\u064A\u0639 \u0627\u0644\u0631\u0645\u0648\u0632 \u0627\u0644\u0635\u064A\u0646\u064A\u0629 \u0627\u0644\u0645\u0642\u0627\u0628\u0644\u0629 \u0644\u0640 \u0633\u064A\u062A\u0645 \u0627\u0644\u062A\u0639\u0631\u0641 \u0639\u0644\u0649 \u0623\u062D\u0631\u0641 \u0627\u0644\u062A\u0634\u063A\u064A\u0644\u060C \u0623\u064A //\u060C \u0639\u0644\u0649 \u0623\u0646\u0647\u0627 \u0623\u062D\u0631\u0641 \u062A\u0634\u063A\u064A\u0644.

\u0641\u064A \u0627\u0644\u0648\u0642\u062A \u0646\u0641\u0633\u0647\u060C \u0646\u062F\u0639\u0645 \u0623\u064A\u0636\u064B\u0627 \u0627\u0644\u0623\u0633\u0645\u0627\u0621 \u0627\u0644\u0635\u064A\u0646\u064A\u0629 \u0627\u0644\u0645\u0633\u062A\u0639\u0627\u0631\u0629 \u0644\u0631\u0645\u0648\u0632 \u0627\u0644\u0644\u063A\u0629 \u0643\u0623\u0648\u0627\u0645\u0631. \u0639\u0644\u0649 \u0633\u0628\u064A\u0644 \u0627\u0644\u0645\u062B\u0627\u0644\u060C \u0633\u062A\u062A\u0645 \u062A\u0631\u062C\u0645\u0629 /Japanese Hello World \u0625\u0644\u0649 \u0627\u0644\u064A\u0627\u0628\u0627\u0646\u064A\u0629. <1> \u0627\u0646\u0642\u0631 \u0647\u0646\u0627 \u0644\u0639\u0631\u0636 \u0643\u0627\u0641\u0629 \u0631\u0645\u0648\u0632 \u0627\u0644\u0644\u063A\u0627\u062A \u0627\u0644\u0645\u062F\u0639\u0648\u0645\u0629. .",reloadCurrentPage:"\u064A\u0631\u062C\u0649 \u062A\u062D\u062F\u064A\u062B \u0627\u0644\u0635\u0641\u062D\u0629 \u0627\u0644\u062D\u0627\u0644\u064A\u0629 \u0642\u0628\u0644 \u0628\u062F\u0621 \u0627\u0644\u062A\u0631\u062C\u0645\u0629",noLocalFilePermissionForPDF:"\u0644\u064A\u0633 \u0644\u062F\u064A\u0646\u0627 \u062D\u0627\u0644\u064A\u064B\u0627 \u0625\u0630\u0646 \u0628\u0642\u0631\u0627\u0621\u0629 \u0627\u0644\u0645\u0644\u0641\u0627\u062A \u0627\u0644\u0645\u062D\u0644\u064A\u0629. \u0627\u0644\u0631\u062C\u0627\u0621 \u0627\u0644\u0646\u0642\u0631 \u0641\u0648\u0642 \u0627\u0644\u0632\u0631 \u0623\u0639\u0644\u0627\u0647 \u0648\u0627\u0633\u062A\u064A\u0631\u0627\u062F \u0627\u0644\u0645\u0644\u0641\u0627\u062A \u0627\u0644\u0645\u062D\u0644\u064A\u0629.",noPermissionForThisPage:"\u26A0\uFE0F \u0644\u0627 \u064A\u0648\u062C\u062F \u0625\u0630\u0646 \u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0635\u0641\u062D\u0629 \u0627\u0644\u062D\u0627\u0644\u064A\u0629",retryAllParagraphs:"\u0623\u0639\u062F \u0645\u062D\u0627\u0648\u0644\u0629 \u0643\u0627\u0641\u0629 \u0641\u0642\u0631\u0627\u062A \u0627\u0644\u062E\u0637\u0623",retryAllButton:"\u0623\u0639\u062F \u0645\u062D\u0627\u0648\u0644\u0629 \u0643\u0627\u0641\u0629 \u0641\u0642\u0631\u0627\u062A \u0627\u0644\u062E\u0637\u0623",errorTooltipTitle:"\u0627\u0646\u0642\u0631 \u0644\u0639\u0631\u0636 \u0633\u0628\u0628 \u0627\u0644\u062E\u0637\u0623",errorModalTitle:"\u064A\u0628\u062F\u0648 \u0623\u0646 \u0647\u0646\u0627\u0643 \u062E\u0637\u0623 \u0645\u0627 \u0641\u064A \u062E\u062F\u0645\u0629 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0623\u0648 \u0627\u0644\u0634\u0628\u0643\u0629...",disableConfirm:"\u0625\u0639\u062F\u0627\u062F\u0627\u062A \u062A\u0639\u0632\u064A\u0632 \u0627\u0644\u0645\u0639\u0644\u0648\u0645\u0627\u062A \u062B\u0646\u0627\u0626\u064A\u0629 \u0627\u0644\u0644\u063A\u0629",disableOnce:"\u0645\u0639\u0637\u0644\u0629 \u0647\u0630\u0647 \u0627\u0644\u0645\u0631\u0629",disableGlobal:"\u062A\u0639\u0637\u064A\u0644 \u062F\u0627\u0626\u0645",disableTint:"* \u064A\u0645\u0643\u0646\u0643 \u0625\u0639\u0627\u062F\u0629 \u062A\u0645\u0643\u064A\u0646\u0647 \u0641\u064A {option}.",searchEnhancementNotes:"\u0644\u0642\u062F \u0648\u062C\u062F\u0646\u0627 \u0623\u0646 \u0646\u062A\u0627\u0626\u062C \u0627\u0644\u0623\u062E\u0628\u0627\u0631 \u0644\u0644\u0643\u0644\u0645\u0627\u062A \u0627\u0644\u0631\u0626\u064A\u0633\u064A\u0629 \u0627\u0644\u0635\u064A\u0646\u064A\u0629 \u0648\u0627\u0644\u0643\u0644\u0645\u0627\u062A \u0627\u0644\u0631\u0626\u064A\u0633\u064A\u0629 \u0627\u0644\u0625\u0646\u062C\u0644\u064A\u0632\u064A\u0629 \u0645\u062E\u062A\u0644\u0641\u0629 \u062A\u0645\u0627\u0645\u064B\u0627. \u0628\u0639\u062F \u062A\u0645\u0643\u064A\u0646 \u0648\u0638\u064A\u0641\u0629 \u062A\u062D\u0633\u064A\u0646 \u0627\u0644\u0645\u0639\u0644\u0648\u0645\u0627\u062A \u062B\u0646\u0627\u0626\u064A\u0629 \u0627\u0644\u0644\u063A\u0629 \u0644\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u063A\u0627\u0645\u0631\u0629\u060C \u0633\u0646\u0628\u062D\u062B \u0641\u064A \u0645\u0648\u0627\u0642\u0639 \u0627\u0644\u0648\u064A\u0628 \u0627\u0644\u0645\u062F\u0639\u0648\u0645\u0629 (\u0623\u062E\u0628\u0627\u0631 Google\u060C \u0628\u062D\u062B Google (\u0628\u0639\u0636 \u0627\u0644\u0643\u0644\u0645\u0627\u062A \u0627\u0644\u0631\u0626\u064A\u0633\u064A\u0629)\u060C Snowball\u060C Oriental Fortune Network\u060C Futu \u060C Tiger) \u064A\u0628\u062D\u062B \u062A\u0644\u0642\u0627\u0626\u064A\u064B\u0627 \u0639\u0646 \u0646\u0641\u0633 \u0627\u0644\u0643\u0644\u0645\u0627\u062A \u0627\u0644\u0631\u0626\u064A\u0633\u064A\u0629 \u0628\u0627\u0644\u0644\u063A\u0629 \u0627\u0644\u0625\u0646\u062C\u0644\u064A\u0632\u064A\u0629 \u0648\u064A\u0639\u0631\u0636\u0647\u0627 \u0639\u0644\u0649 \u0627\u0644\u064A\u0645\u064A\u0646. \u0625\u0630\u0627 \u0644\u0645 \u062A\u0643\u0646 \u0628\u062D\u0627\u062C\u0629 \u0625\u0644\u0649 \u0647\u0630\u0647 \u0627\u0644\u0645\u064A\u0632\u0629\u060C \u0641\u064A\u0645\u0643\u0646\u0643 \u0627\u062E\u062A\u064A\u0627\u0631 \u062A\u0639\u0637\u064A\u0644\u0647\u0627.",option:"\u064A\u062B\u0628\u062A",saveSettings:"\u0627\u062D\u0641\u0638 \u0627\u0644\u062A\u063A\u064A\u064A\u0631\u0627\u062A",closeModal:"\u0623\u063A\u0644\u0642 \u0627\u0644\u0646\u0627\u0641\u0630\u0629",enableInputTranslationWithoutTriggerKeyTitle:"\u062A\u0645\u0643\u064A\u0646 \u0627\u0644\u062A\u062D\u0631\u064A\u0631 \u0648\u0627\u0644\u0633\u0631\u062F \u0627\u0644\u0633\u0631\u064A\u0639 3 \u0645\u0631\u0627\u062A{trailingKey}\u060C \u0648\u062A\u0631\u062C\u0645\u0629 \u0645\u0631\u0628\u0639 \u0627\u0644\u0625\u062F\u062E\u0627\u0644 \u0628\u0623\u0643\u0645\u0644\u0647 \u0645\u0628\u0627\u0634\u0631\u0629 \u0625\u0644\u0649{inputTargetLanguage}",enableInputTranslationWithoutTriggerKeyDescription:"\u0625\u0630\u0627 \u0643\u0646\u062A \u0628\u062D\u0627\u062C\u0629 \u0625\u0644\u0649 \u062A\u062D\u062F\u064A\u062F \u0627\u0644\u0644\u063A\u0629 \u0627\u0644\u0645\u0633\u062A\u0647\u062F\u0641\u0629\u060C \u0641\u064A\u0631\u062C\u0649 \u0625\u0636\u0627\u0641\u0629 \u0631\u0645\u0632 \u0627\u0644\u0644\u063A\u0629 \u0641\u064A \u0627\u0644\u0645\u0642\u062F\u0645\u0629\u060C \u0645\u062B\u0644\uFF1Aja Hello World",mouseHoverShortcutPlaceholder:"\u0645\u062B\u0644\uFF1A\u0627\u0644\u062A\u062D\u0648\u0644",deepLProName:"\u0639\u0636\u0648 \u0645\u062D\u062A\u0631\u0641 \u0641\u064A \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0634\u0627\u0645\u0644\u0629 (\u0645\u0633\u062A\u062D\u0633\u0646)",deepLProDescription:"\u064A\u0645\u0643\u0646 \u0627\u0633\u062A\u062E\u062F\u0627\u0645 \u0627\u0644\u062D\u0632\u0645\u0629 \u0627\u0644\u062D\u0627\u0644\u064A\u0629 \u0645\u0628\u0627\u0634\u0631\u0629",deeplProDescriptionForNormal:"\u0644\u0627 \u062A\u0648\u062C\u062F \u0625\u0639\u062F\u0627\u062F\u0627\u062A \u0645\u0637\u0644\u0648\u0628\u0629. \u064A\u0645\u0643\u0646\u0643 \u0627\u0633\u062A\u062E\u062F\u0627\u0645\u0647\u0627 \u0628\u0639\u062F \u062A\u0633\u062C\u064A\u0644 \u0627\u0644\u062F\u062E\u0648\u0644 \u0643\u0639\u0636\u0648. <1> \u0627\u0646\u0642\u0631 \u0647\u0646\u0627 \u0644\u0644\u062A\u0631\u0642\u064A\u0629 \u0625\u0644\u0649 \u0639\u0636\u0648.",deepLCustomDescription:"\u0623\u0646\u062A \u0628\u062D\u0627\u062C\u0629 \u0625\u0644\u0649 \u0628\u0637\u0627\u0642\u0629 \u0627\u0626\u062A\u0645\u0627\u0646 \u0623\u062C\u0646\u0628\u064A\u0629\u060C \u0627\u0646\u062A\u0642\u0644 \u0625\u0644\u0649 <1>DeepL \u062A\u0645 \u0641\u062A\u062D\u0647 \u0631\u0633\u0645\u064A\u064B\u0627\u060C \u0627\u0646\u0642\u0631 \u0644\u0639\u0631\u0636 \u0627\u0644\u0645\u0633\u062A\u0646\u062F\u0627\u062A <2>",deepLCustomName:"\u0645\u0641\u062A\u0627\u062D \u0627\u0644\u0645\u0635\u0627\u062F\u0642\u0629 \u0627\u0644\u0645\u062E\u0635\u0635",chooseProviderLabel:"\u0627\u062E\u062A\u0631 \u0645\u0632\u0648\u062F \u0627\u0644\u062E\u062F\u0645\u0629",openaiProName:"\u0639\u0636\u0648 \u0645\u062D\u062A\u0631\u0641 \u0641\u064A \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0634\u0627\u0645\u0644\u0629 (\u0645\u0633\u062A\u062D\u0633\u0646)",openaiProDescription:"\u064A\u0645\u0643\u0646 \u0627\u0633\u062A\u062E\u062F\u0627\u0645 \u0627\u0644\u062D\u0632\u0645\u0629 \u0627\u0644\u062D\u0627\u0644\u064A\u0629 \u0645\u0628\u0627\u0634\u0631\u0629",openaiProDescriptionForNormal:"\u0644\u0627 \u062A\u0648\u062C\u062F \u0625\u0639\u062F\u0627\u062F\u0627\u062A \u0645\u0637\u0644\u0648\u0628\u0629. \u064A\u0645\u0643\u0646\u0643 \u0627\u0633\u062A\u062E\u062F\u0627\u0645\u0647\u0627 \u0628\u0639\u062F \u062A\u0633\u062C\u064A\u0644 \u0627\u0644\u062F\u062E\u0648\u0644 \u0643\u0639\u0636\u0648. <1> \u0627\u0646\u0642\u0631 \u0647\u0646\u0627 \u0644\u0644\u062A\u0631\u0642\u064A\u0629 \u0625\u0644\u0649 \u0639\u0636\u0648.",openaiCustomDescription:"\u064A\u0645\u0643\u0646 \u0627\u0644\u062D\u0635\u0648\u0644 \u0639\u0644\u064A\u0647 \u0645\u0646 OpenAI \u0623\u0648 Azure OpenAI \u0623\u0648 \u062E\u062F\u0645\u0627\u062A \u0623\u062E\u0631\u0649 \u062A\u0627\u0628\u0639\u0629 \u0644\u062C\u0647\u0627\u062A \u062E\u0627\u0631\u062C\u064A\u0629.<1> \u0627\u0646\u0642\u0631 \u0647\u0646\u0627 \u0644\u0639\u0631\u0636 \u0627\u0644\u0645\u0633\u062A\u0646\u062F.",openaiCustomName:"\u0645\u0641\u062A\u0627\u062D \u0648\u0627\u062C\u0647\u0629 \u0628\u0631\u0645\u062C\u0629 \u0627\u0644\u062A\u0637\u0628\u064A\u0642\u0627\u062A \u0627\u0644\u0645\u062E\u0635\u0635",needLoginAction:"(\u0623\u062F\u062E\u0644 \u0627\u0644\u0639\u0636\u0648\u064A\u0629 \u0623\u0648 \u0627\u0644\u062A\u062E\u0635\u064A\u0635)",goLoginOrAction:"(\u0623\u062F\u062E\u0644 \u0627\u0644\u0639\u0636\u0648\u064A\u0629 \u0623\u0648 \u0627\u0630\u0647\u0628 \u0625\u0644\u0649 \u0627\u0644\u0625\u0639\u062F\u0627\u062F\u0627\u062A)",yearly:"\u0627\u0644\u0627\u0634\u062A\u0631\u0627\u0643 \u0627\u0644\u0633\u0646\u0648\u064A \u0627\u0644\u0645\u0633\u062A\u0645\u0631",quarterly:"\u0645\u0648\u0627\u0633\u0645 \u0645\u062A\u062A\u0627\u0644\u064A\u0629",monthly:"\u0627\u0634\u062A\u0631\u0627\u0643 \u0634\u0647\u0631\u064A \u0645\u0633\u062A\u0645\u0631",yearlyForOnce:"\u0627\u0644\u0628\u0627\u0642\u0629 \u0627\u0644\u0633\u0646\u0648\u064A\u0629 \u0644\u0645\u0631\u0629 \u0648\u0627\u062D\u062F\u0629",monthlyForOnce:"\u0628\u0627\u0642\u0629 \u0634\u0647\u0631\u064A\u0629 \u0644\u0645\u0631\u0629 \u0648\u0627\u062D\u062F\u0629",daily:"\u0623\u064A\u0627\u0645 \u0645\u062A\u062A\u0627\u0644\u064A\u0629",year:"\u0627\u0644\u0627\u0634\u062A\u0631\u0627\u0643 \u0627\u0644\u0633\u0646\u0648\u064A \u0627\u0644\u0645\u0633\u062A\u0645\u0631",quarter:"\u0645\u0648\u0627\u0633\u0645 \u0645\u062A\u062A\u0627\u0644\u064A\u0629",month:"\u0627\u0634\u062A\u0631\u0627\u0643 \u0634\u0647\u0631\u064A \u0645\u0633\u062A\u0645\u0631",day:"\u0623\u064A\u0627\u0645 \u0645\u062A\u062A\u0627\u0644\u064A\u0629",onetime_7day:"\u062D\u0632\u0645\u0629 \u062A\u062C\u0631\u064A\u0628\u064A\u0629 \u0644\u0645\u062F\u0629 7 \u0623\u064A\u0627\u0645",currentPlanDescriptionForFree:"\u0627\u0644\u062D\u0632\u0645\u0629 \u0627\u0644\u062D\u0627\u0644\u064A\u0629\uFF1A\u0645\u062C\u0627\u0646\u064A\u0629",currentPlanDescriptionForContinuous:"\u0627\u0644\u0628\u0627\u0642\u0629 \u0627\u0644\u062D\u0627\u0644\u064A\u0629\uFF1A{plan}\u062A\u062C\u062F\u064A\u062F\u0647\u0627 \u062A\u0644\u0642\u0627\u0626\u064A\u0627 \u0641\u064A {endAt}",currentPlanDescriptionForAutoRenewCaceling:"\u0627\u0644\u0628\u0627\u0642\u0629 \u0627\u0644\u062D\u0627\u0644\u064A\u0629\uFF1A{plan}\u0648\u0633\u062A\u0646\u062A\u0647\u064A \u0641\u064A {endAt} \u0648\u0644\u0646 \u064A\u062A\u0645 \u062A\u062C\u062F\u064A\u062F\u0647\u0627 \u062A\u0644\u0642\u0627\u0626\u064A\u064B\u0627 \u0628\u0639\u062F \u0627\u0646\u062A\u0647\u0627\u0621 \u0627\u0644\u0635\u0644\u0627\u062D\u064A\u0629.",currentYearlyPlanDescriptionForAutoRenewCacelingWithRealPaiedUser:"\u0633\u062A\u0646\u062A\u0647\u064A \u0635\u0644\u0627\u062D\u064A\u0629 \u0627\u0644\u062D\u0632\u0645\u0629 \u0627\u0644\u062D\u0627\u0644\u064A\u0629\uFF1A{plan}\u0641\u064A {endAt} \u0648\u0644\u0646 \u064A\u062A\u0645 \u062A\u062C\u062F\u064A\u062F\u0647\u0627 \u062A\u0644\u0642\u0627\u0626\u064A\u064B\u0627 \u0628\u0639\u062F \u0627\u0646\u062A\u0647\u0627\u0621 \u0627\u0644\u0635\u0644\u0627\u062D\u064A\u0629.
<1>\u0627\u0646\u0642\u0631 \u0647\u0646\u0627 \u0644\u0625\u062F\u0627\u0631\u0629 \u062E\u0637\u0637 \u0627\u0644\u062A\u062C\u062F\u064A\u062F",currentYearlyPlanDescriptionForAutoRenewCacelingWithAdmin:"\u0633\u062A\u0646\u062A\u0647\u064A \u0635\u0644\u0627\u062D\u064A\u0629 \u0627\u0644\u062D\u0632\u0645\u0629 \u0627\u0644\u062D\u0627\u0644\u064A\u0629\uFF1A{plan}\u0641\u064A {endAt} \u0648\u0644\u0646 \u064A\u062A\u0645 \u062A\u062C\u062F\u064A\u062F\u0647\u0627 \u062A\u0644\u0642\u0627\u0626\u064A\u064B\u0627 \u0628\u0639\u062F \u0627\u0646\u062A\u0647\u0627\u0621 \u0627\u0644\u0635\u0644\u0627\u062D\u064A\u0629.
<1>\u0627\u0636\u063A\u0637 \u0647\u0646\u0627 \u0644\u062A\u0641\u0639\u064A\u0644 \u0627\u0644\u0627\u0634\u062A\u0631\u0627\u0643 \u0627\u0644\u0633\u0646\u0648\u064A \u0627\u0644\u0645\u0633\u062A\u0645\u0631",currentPlanDescriptionForOneTime:"\u0627\u0644\u062D\u0632\u0645\u0629 \u0627\u0644\u062D\u0627\u0644\u064A\u0629\uFF1A{plan}\u0648\u0633\u062A\u0646\u062A\u0647\u064A \u0641\u064A {endAt} <1> \u0627\u0646\u0642\u0631 \u0647\u0646\u0627 \u0644\u0644\u062A\u0631\u0642\u064A\u0629 \u0625\u0644\u0649 \u0627\u0644\u0631\u0633\u0648\u0645 \u0627\u0644\u0633\u0646\u0648\u064A\u0629 \u0623\u0648 <2> \u0631\u0633\u0648\u0645 \u0634\u0647\u0631\u064A\u0629 \u0639\u0636\u0648",upgradePlan:"\u0627\u0646\u0642\u0631 \u0647\u0646\u0627 \u0644\u0644\u062A\u0631\u0642\u064A\u0629 \u0625\u0644\u0649 \u0639\u0636\u0648\u064A\u0629 Pro",upgradeToPro:"\u0627\u0644\u062A\u0631\u0642\u064A\u0629 \u0625\u0644\u0649 \u0639\u0636\u0648\u064A\u0629 \u0628\u0631\u0648","popup.openPro":"\u0628\u0639\u062F \u0627\u0644\u062A\u0631\u0642\u064A\u0629 \u0625\u0644\u0649 \u0639\u0636\u0648\u064A\u0629 Pro\u060C \u064A\u0645\u0643\u0646\u0643 \u0627\u0644\u0627\u0633\u062A\u0645\u062A\u0627\u0639 \u0628\u062A\u0631\u062C\u0645\u0629 DeepL \u0648OpenAI\u060C \u0627\u0646\u0642\u0631 \u0647\u0646\u0627 \u0644\u0644\u062A\u0631\u0642\u064A\u0629","popup.openProForPro":"\u0623\u0646\u062A \u0639\u0636\u0648 \u0645\u062D\u062A\u0631\u0641 \u0648\u064A\u0645\u0643\u0646\u0643 \u0627\u0633\u062A\u062E\u062F\u0627\u0645 \u062A\u0631\u062C\u0645\u0629 DeepL \u0648OpenAI \u0645\u0628\u0627\u0634\u0631\u0629",currentAccount:"\u0627\u0644\u062D\u0633\u0627\u0628 \u0627\u0644\u062D\u0627\u0644\u064A",enableAutoSyncUserSettings:"\u062A\u0645\u0643\u064A\u0646 \u0627\u0644\u0645\u0632\u0627\u0645\u0646\u0629 \u0627\u0644\u0633\u062D\u0627\u0628\u064A\u0629 \u0627\u0644\u062A\u0644\u0642\u0627\u0626\u064A\u0629 \u0639\u0628\u0631 \u0623\u062C\u0647\u0632\u0629 \u0645\u062A\u0639\u062F\u062F\u0629",modalEnableInputTranslationTitle:"\u0646\u0635\u0627\u0626\u062D \u062A\u0631\u062C\u0645\u0629 \u0645\u0631\u0628\u0639 \u0625\u062F\u062E\u0627\u0644 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u063A\u0627\u0645\u0631\u0629",modalEnableInputTranslationDesc:"\u0644\u0642\u062F \u0642\u0645\u062A \u0644\u0644\u062A\u0648 \u0628\u062A\u0634\u063A\u064A\u0644 \u062A\u0631\u062C\u0645\u0629 \u0645\u0631\u0628\u0639 \u0627\u0644\u0625\u062F\u062E\u0627\u0644 \u0644\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0634\u0627\u0645\u0644\u0629 \u0639\u0646 \u0637\u0631\u064A\u0642 \u0627\u0644\u0636\u063A\u0637 \u0639\u0644\u0649 \u0634\u0631\u064A\u0637 \u0627\u0644\u0645\u0633\u0627\u0641\u0629 \u062B\u0644\u0627\u062B \u0645\u0631\u0627\u062A \u0641\u064A \u062A\u062A\u0627\u0628\u0639 \u0633\u0631\u064A\u0639\u060C \u0648\u0633\u064A\u062A\u0645 \u062A\u0631\u062C\u0645\u0629 \u0645\u062D\u062A\u0648\u0649 \u0645\u0631\u0628\u0639 \u0627\u0644\u0625\u062F\u062E\u0627\u0644 \u0625\u0644\u0649 \u0627\u0644\u0644\u063A\u0629 \u0627\u0644\u0647\u062F\u0641 \u0627\u0644\u0627\u0641\u062A\u0631\u0627\u0636\u064A\u0629. \u064A\u0645\u0643\u0646 \u0627\u0644\u062A\u0631\u0627\u062C\u0639 \u0639\u0646 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0639\u0628\u0631 Ctrl+Z.

\u0625\u0630\u0627 \u0643\u0627\u0646 \u0647\u0630\u0627 \u062E\u0637\u0623\u060C \u0641\u0644\u0627 \u062A\u0642\u0644\u0642\u060C \u064A\u0645\u0643\u0646\u0643 \u0627\u062E\u062A\u064A\u0627\u0631 \u062A\u0639\u0637\u064A\u0644\u0647 \u0647\u0630\u0647 \u0627\u0644\u0645\u0631\u0629\u060C \u0623\u0648 \u062A\u0639\u0637\u064A\u0644 \u062A\u0631\u062C\u0645\u0629 \u0645\u0631\u0628\u0639 \u0627\u0644\u0625\u062F\u062E\u0627\u0644 \u0628\u0634\u0643\u0644 \u062F\u0627\u0626\u0645.",saveAndNotShowAgain:"\u0627\u062D\u0641\u0638 \u0648\u0644\u0627 \u062A\u0637\u0627\u0644\u0628 \u0645\u0631\u0629 \u0623\u062E\u0631\u0649",disableInputTranslationTips:"* \u064A\u0645\u0643\u0646\u0643 \u0623\u064A\u0636\u064B\u0627 \u0636\u0628\u0637 \u0645\u0641\u0627\u062A\u064A\u062D \u0627\u0644\u0627\u062E\u062A\u0635\u0627\u0631 \u0627\u0644\u0623\u062E\u0631\u0649 \u0644\u062A\u0634\u063A\u064A\u0644\u0647\u0627 \u0641\u064A {option} \u060C{learnMore}.",learnMore:"\u0627\u0646\u0642\u0631 \u0647\u0646\u0627 \u0644\u0645\u0639\u0631\u0641\u0629 \u0627\u0644\u0645\u0632\u064A\u062F",continueEnalbeInputTranslation:"\u0627\u0633\u062A\u0645\u0631 \u0641\u064A \u062A\u0645\u0643\u064A\u0646 \u062A\u0631\u062C\u0645\u0629 \u0645\u0631\u0628\u0639 \u0627\u0644\u0625\u062F\u062E\u0627\u0644",autoRenewTrialSuffix:'(\u0623\u062B\u0646\u0627\u0621 \u0627\u0644\u0641\u062A\u0631\u0629 \u0627\u0644\u062A\u062C\u0631\u064A\u0628\u064A\u0629\u060C \u0633\u064A\u062A\u0645 \u062A\u0631\u0642\u064A\u0629\u0639\u0644\u0649 \u0627\u0644\u0641\u0648\u0631 \u0625\u0644\u0649\u0631\u0633\u0645\u064A1 )',upgradeFromTrialTitle:"\u0627\u0644\u062A\u0631\u0642\u064A\u0629 \u0625\u0644\u0649 \u0639\u0636\u0648 \u0631\u0633\u0645\u064A",subtitle:"\u062A\u0631\u062C\u0645\u0627\u062A \u0627\u0644\u0641\u064A\u062F\u064A\u0648",youtubeService:"\u062E\u062F\u0645\u0629 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u063A\u0627\u0645\u0631\u0629 \u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0641\u064A\u062F\u064A\u0648","subtitle.disabledSubtitle":"\u062A\u0639\u0637\u064A\u0644 \u062A\u0631\u062C\u0645\u0627\u062A \u0627\u0644\u0641\u064A\u062F\u064A\u0648 \u0628\u0634\u0643\u0644 \u062F\u0627\u0626\u0645","subtitle.disabledSubtitleDescription":"\u0625\u0630\u0627 \u0643\u0627\u0646\u062A \u062A\u0631\u062C\u0645\u0627\u062A \u0627\u0644\u0641\u064A\u062F\u064A\u0648 \u0627\u0644\u062E\u0627\u0635\u0629 \u0628\u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0634\u0627\u0645\u0644\u0629 \u062A\u062A\u0639\u0627\u0631\u0636 \u0645\u0639 \u0645\u0644\u062D\u0642\u0627\u062A \u0623\u062E\u0631\u0649\u060C \u0641\u064A\u0645\u0643\u0646\u0643 \u0627\u062E\u062A\u064A\u0627\u0631 \u062A\u0639\u0637\u064A\u0644 \u0648\u0638\u064A\u0641\u0629 \u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0641\u064A\u062F\u064A\u0648 \u0627\u0644\u062E\u0627\u0635\u0629 \u0628\u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0634\u0627\u0645\u0644\u0629 \u0628\u0634\u0643\u0644 \u062F\u0627\u0626\u0645 \u0623\u0648 \u0625\u0644\u063A\u0627\u0621 \u062A\u062B\u0628\u064A\u062A \u0627\u0644\u0645\u0644\u062D\u0642\u0627\u062A \u0627\u0644\u0645\u062A\u0639\u0627\u0631\u0636\u0629 \u0627\u0644\u0623\u062E\u0631\u0649.","subtitle.autoEnableSubtitle":"\u0627\u0633\u062A\u062E\u062F\u0645 \u0627\u0644\u062A\u0631\u062C\u0645\u0627\u062A \u062B\u0646\u0627\u0626\u064A\u0629 \u0627\u0644\u0644\u063A\u0629 \u062A\u0644\u0642\u0627\u0626\u064A\u064B\u0627","subtitle.autoEnableSubtitleDescription":"\u0628\u0639\u062F \u0627\u0644\u062A\u0641\u0639\u064A\u0644\u060C \u0639\u0646\u062F \u062A\u0634\u063A\u064A\u0644 \u0627\u0644\u0641\u064A\u062F\u064A\u0648\u060C \u0633\u064A\u062A\u0645 \u0639\u0631\u0636 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u062B\u0646\u0627\u0626\u064A\u0629 \u062A\u0644\u0642\u0627\u0626\u064A\u064B\u0627\u060C \u0648\u0625\u0644\u0627 \u0633\u064A\u062A\u0639\u064A\u0646 \u0627\u0644\u0646\u0642\u0631 \u0639\u0644\u0649 \u0632\u0631 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0644\u0644\u0639\u0631\u0636.","subtitle.preTranslation":"\u0627\u0633\u062A\u062E\u062F\u0645 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0634\u0627\u0645\u0644\u0629 \u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u062A\u0631\u062C\u0645\u0627\u062A","subtitle.preTranslationDescription":"\u0628\u0639\u062F \u062A\u0641\u0639\u064A\u0644\u0647\u0627\u060C \u0633\u062A\u0639\u0637\u0649 \u0627\u0644\u0623\u0648\u0644\u0648\u064A\u0629 \u0644\u0627\u0633\u062A\u062E\u062F\u0627\u0645 \u062E\u062F\u0645\u0629 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0645\u062D\u062F\u062F\u0629 \u0623\u062F\u0646\u0627\u0647 \u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0628\u0627\u0644\u0643\u0627\u0645\u0644 \u0645\u0642\u062F\u0645\u064B\u0627. \u064A\u0633\u062A\u0647\u0644\u0643 \u0645\u0642\u0637\u0639 \u0641\u064A\u062F\u064A\u0648 \u0645\u062F\u062A\u0647 \u0633\u0627\u0639\u0629 \u0648\u0627\u062D\u062F\u0629 \u0645\u0627 \u064A\u0642\u0631\u0628 \u0645\u0646 50000 \u0631\u0645\u0632\u064B\u0627 \u0623\u0648 \u062D\u0631\u0641\u064B\u0627\u060C \u0644\u0630\u0627 \u064A\u0631\u062C\u0649 \u0627\u0633\u062A\u062E\u062F\u0627\u0645\u0647\u0627 \u0628\u0627\u0644\u0634\u0643\u0644 \u0627\u0644\u0645\u0646\u0627\u0633\u0628\u061B \u0628\u0639\u062F \u0627\u0644\u062A\u0639\u0637\u064A\u0644\u060C \u0633\u062A\u0639\u0637\u0649 \u0627\u0644\u0623\u0648\u0644\u0648\u064A\u0629 \u0644\u0627\u0633\u062A\u062E\u062F\u0627\u0645 \u0627\u0644\u062A\u0631\u062C\u0645\u0627\u062A \u0627\u0644\u0645\u062A\u0631\u062C\u0645\u0629 \u0622\u0644\u064A\u064B\u0627 \u0648\u0627\u0644\u062A\u064A \u062A\u0623\u062A\u064A \u0645\u0639 \u0627\u0644\u0641\u064A\u062F\u064A\u0648 \u0627\u0644\u0623\u0635\u0644\u064A.","subtitle.humanSubtitlesPreferred":"\u0625\u0639\u0637\u0627\u0621 \u0627\u0644\u0623\u0648\u0644\u0648\u064A\u0629 \u0644\u0627\u0633\u062A\u062E\u062F\u0627\u0645 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0628\u0634\u0631\u064A\u0629","subtitle.humanSubtitlesPreferredDescription":"\u0639\u0646\u062F\u0645\u0627 \u064A\u062D\u062A\u0648\u064A \u0645\u0642\u0637\u0639 \u0641\u064A\u062F\u064A\u0648 \u0639\u0644\u0649 \u062A\u0631\u062C\u0645\u0627\u062A \u064A\u062F\u0648\u064A\u0629 \u0628\u0627\u0644\u0644\u063A\u0629 \u0627\u0644\u0647\u062F\u0641\u060C \u0627\u0633\u062A\u062E\u062F\u0645 \u0627\u0644\u062A\u0631\u062C\u0645\u0627\u062A \u0627\u0644\u064A\u062F\u0648\u064A\u0629 \u0623\u0648\u0644\u0627\u064B (\u0645\u0648\u0635\u0649 \u0628\u0647)",videoSubtitleTranslationDescription:"\u062A\u062E\u0635\u064A\u0635 \u062E\u062F\u0645\u0629 \u062A\u0631\u062C\u0645\u0629 \u0645\u0646\u0641\u0635\u0644\u0629 \u0644\u062A\u0631\u062C\u0645\u0627\u062A \u0627\u0644\u0641\u064A\u062F\u064A\u0648",subtitleTranslating:"\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u062A\u0631\u062C\u0645\u0627\u062A \u0628\u0627\u0633\u062A\u062E\u062F\u0627\u0645 {service} \u062E\u062F\u0645\u0629\u060C \u064A\u0631\u062C\u0649 \u0627\u0644\u0627\u0646\u062A\u0638\u0627\u0631... (\u062A\u0631\u062C\u0645\u0629 \u063A\u0627\u0645\u0631\u0629)",subtitleLoading:"\u062C\u0627\u0631\u064D \u062A\u062D\u0645\u064A\u0644 \u0627\u0644\u062A\u0631\u062C\u0645\u0629...",bilingual:"\u062B\u0646\u0627\u0626\u064A \u0627\u0644\u0644\u063A\u0629","field.action":"\u0645\u0627 \u0625\u0630\u0627 \u0643\u0627\u0646 \u0633\u064A\u062A\u0645 \u062A\u0645\u0643\u064A\u0646 \u0645\u0635\u0637\u0644\u062D\u0627\u062A \u0628\u0627\u064A\u062F\u0648","description.action":"\u0628\u0639\u062F \u0627\u0644\u062A\u0645\u0643\u064A\u0646\u060C \u0633\u062A\u062A\u0645 \u0625\u0636\u0627\u0641\u0629 \u0627\u0644\u0625\u062C\u0631\u0627\u0621 \u0627\u0644\u0645\u0639\u0644\u0645\u0629 = 1 \u0625\u0644\u0649 \u0637\u0644\u0628 \u0625\u0628\u0644\u0627\u063A Baidu \u0644\u062A\u0645\u0643\u064A\u0646 \u0627\u0644\u0645\u0635\u0637\u0644\u062D.<1> \u064A\u0631\u062C\u0649 \u0627\u0644\u0631\u062C\u0648\u0639 \u0625\u0644\u0649 \u0627\u0644\u0648\u062B\u0627\u0626\u0642 \u0627\u0644\u0631\u0633\u0645\u064A\u0629 \u0644\u0645\u0632\u064A\u062F \u0645\u0646 \u0627\u0644\u062A\u0639\u0644\u064A\u0645\u0627\u062A.",closeQuickTranslation:"\u0623\u063A\u0644\u0642 \u0627\u0644\u0643\u0631\u0629 \u0627\u0644\u0639\u0627\u0626\u0645\u0629","closeQuickTranslation.untilNext":"\u0645\u063A\u0644\u0642 \u062D\u062A\u0649 \u0627\u0644\u0632\u064A\u0627\u0631\u0629 \u0627\u0644\u0642\u0627\u062F\u0645\u0629","closeQuickTranslation.currentWebsite":"\u0627\u0644\u0645\u0648\u0642\u0639 \u0627\u0644\u062D\u0627\u0644\u064A \u0645\u0639\u0637\u0644","closeQuickTranslation.alwaysClose":"\u062A\u0639\u0637\u064A\u0644 \u062F\u0627\u0626\u0645","closeQuickTranslation.settingOpen":"(\u064A\u0645\u0643\u0646 \u0627\u0644\u0639\u062B\u0648\u0631 \u0639\u0644\u064A\u0647 \u0641\u064A \u0635\u0641\u062D\u0629 \u0627\u0644\u0625\u0639\u062F\u0627\u062F <1> \u0634\u063A\u0644\u0647)","closeQuickTranslation.cancel":"\u064A\u0644\u063A\u064A","closeQuickTranslation.confirm":"\u0628\u0627\u0644\u062A\u0623\u0643\u064A\u062F","floatBall.popup":"\u0627\u0641\u062A\u062D \u0644\u0648\u062D\u0629 \u0627\u0644\u0625\u0639\u062F\u0627\u062F\u0627\u062A \u0627\u0644\u0633\u0631\u064A\u0639\u0629","floatBall.translate":"\u0627\u0646\u0642\u0631 \u0644\u062A\u0631\u062C\u0645\u0629 \u0647\u0630\u0647 \u0627\u0644\u0635\u0641\u062D\u0629","floatBall.showOriginal":"\u0627\u0646\u0642\u0631 \u0644\u0644\u062A\u0628\u062F\u064A\u0644 \u0645\u0631\u0629 \u0623\u062E\u0631\u0649 \u0625\u0644\u0649 \u0627\u0644\u0646\u0635 \u0627\u0644\u0623\u0635\u0644\u064A","floatBall.close":"\u0623\u063A\u0644\u0642 \u0627\u0644\u0643\u0631\u0629 \u0627\u0644\u0639\u0627\u0626\u0645\u0629","floatBallOptions.enableDescPc":"\u0628\u0639\u062F \u062A\u0641\u0639\u064A\u0644 \u0627\u0644\u0643\u0631\u0629 \u0627\u0644\u0639\u0627\u0626\u0645\u0629 \u0644\u0644\u0635\u0641\u062D\u0629\u060C \u0633\u064A\u062A\u0645 \u0639\u0631\u0636 \u0632\u0631 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0633\u0631\u064A\u0639\u0629 \u0639\u0644\u0649 \u0627\u0644\u062C\u0627\u0646\u0628 \u0627\u0644\u0623\u064A\u0645\u0646 \u0645\u0646 \u0627\u0644\u0635\u0641\u062D\u0629\u060C \u0627\u0646\u0642\u0631 \u0644\u0644\u062A\u0631\u062C\u0645\u0629.","floatBallOptions.enableDesc":"\u0628\u0639\u062F \u0625\u063A\u0644\u0627\u0642 \u0627\u0644\u0643\u0631\u0629 \u0627\u0644\u0639\u0627\u0626\u0645\u0629\u060C \u064A\u0645\u0643\u0646 \u0625\u064A\u0642\u0627\u0638\u0647\u0627 \u0628\u0640{touch}. \u0644\u0645\u0646\u0639 \u0627\u0644\u0639\u062B\u0648\u0631 \u0639\u0644\u0649 \u0627\u0644\u0643\u0631\u0629 \u0627\u0644\u0639\u0627\u0626\u0645\u0629 \u0628\u0639\u062F \u0625\u064A\u0642\u0627\u0641 \u062A\u0634\u063A\u064A\u0644 \u0647\u0630\u0627 \u0627\u0644\u062E\u064A\u0627\u0631 \u0639\u0646 \u0637\u0631\u064A\u0642 \u0627\u0644\u062E\u0637\u0623\u060C \u064A\u0648\u0635\u0649 \u0628\u0634\u062F\u0629 \u0628\u0648\u0636\u0639 \u0625\u0634\u0627\u0631\u0629 \u0645\u0631\u062C\u0639\u064A\u0629 \u0639\u0644\u0649 \u0635\u0641\u062D\u0629 \u0627\u0644\u0625\u0639\u062F\u0627\u062F\u0627\u062A \u0647\u0630\u0647.","description.azureApiUrl":"\u0627\u0645\u0644\u0623 \u0639\u0646\u0648\u0627\u0646 \u0648\u0627\u062C\u0647\u0629 API \u0627\u0644\u0645\u062E\u0635\u0635\u0629",confirmSupportMouse:"\u0641\u0631\u0636 \u062F\u0639\u0645 \u0627\u0644\u0645\u0627\u0648\u0633 \u0644\u064A\u062A\u0645 \u062A\u0645\u0643\u064A\u0646\u0647",confirmSupportMouseDescription:"\u062A\u0645 \u0627\u0643\u062A\u0634\u0627\u0641 \u0623\u0646 \u0627\u0644\u0645\u062A\u0635\u0641\u062D \u0627\u0644\u062D\u0627\u0644\u064A \u0644\u0627 \u064A\u062F\u0639\u0645 \u0648\u0638\u064A\u0641\u0629 \u0627\u0644\u0645\u0627\u0648\u0633. \u0647\u0644 \u062A\u0631\u064A\u062F \u0641\u0631\u0636 \u062A\u0645\u0643\u064A\u0646 \u062F\u0639\u0645 \u0627\u0644\u0645\u0627\u0648\u0633\u061F",sampleTargetText:"\u0627\u0644\u0644\u064A\u0644 \u0627\u0644\u0637\u0648\u064A\u0644 \u0642\u0627\u062F\u0645\u060C \u0648\u0633\u0623\u0638\u0644 \u0633\u0627\u0647\u0631\u064B\u0627 \u0645\u0646 \u0627\u0644\u0622\u0646 \u0641\u0635\u0627\u0639\u062F\u064B\u0627 \u062D\u062A\u0649 \u0623\u0645\u0648\u062A. \u0644\u0646 \u0623\u062A\u062E\u0630 \u0632\u0648\u062C\u0629\u060C \u0648\u0644\u0627 \u0625\u0642\u0637\u0627\u0639\u064A\u0629\u060C \u0648\u0644\u0627 \u0623\u0637\u0641\u0627\u0644\u0627\u064B. \u0644\u0646 \u0623\u0631\u062A\u062F\u064A \u0627\u0644\u062A\u0627\u062C \u0623\u0648 \u0623\u062A\u0646\u0627\u0641\u0633 \u0639\u0644\u0649 \u0627\u0644\u0623\u0648\u0633\u0645\u0629. \u0633\u0623\u0642\u0648\u0645 \u0628\u0648\u0627\u062C\u0628\u064A \u0628\u0625\u062E\u0644\u0627\u0635\u060C \u0648\u0623\u0639\u064A\u0634 \u0648\u0623\u0645\u0648\u062A.",sampleSourceText:"Night gathers, and now my watch begins. It shall not end until my death. I shall take no wife, hold no lands, father no children. I shall wear no crowns and win no glory. I shall live and die at my post.","subtitle.supportedSites":"\u5DF2\u652F\u6301\u5728\u8FD9\u4E9B\u7F51\u7AD9\u4F7F\u7528\u53CC\u8BED\u5B57\u5E55\uFF08\u6CE8\u610F\uFF1A\u7531\u4E8E\u6280\u672F\u9650\u5236\uFF0C\u90E8\u5206\u7F51\u7AD9\u5728\u9996\u6B21\u5F00\u542F\u5B57\u5E55\u540E\u9700\u8981\u91CD\u65B0\u5237\u65B0\u9875\u9762\uFF0C\u6216\u8005\u9700\u7B49\u5F85\u7FFB\u8BD1\u5B8C\u6210\u4EE5\u663E\u793A\u53CC\u8BED\u5B57\u5E55\uFF09\uFF1A",viewWithImmersiveTranslate:"\u53CC\u8BED\u7248\u672C(\u6C89\u6D78\u5F0F\u7FFB\u8BD1)",errorReason:"\u9519\u8BEF\u539F\u56E0\uFF1A{message}","proQuotaExceededError.onetime7day":'\uFF0C\u60A8\u53EF\u4EE5\u9009\u62E9\u4EE5\u4E0B\u65B9\u5F0F\u89E3\u51B3\uFF1A

1. \u5207\u6362\u5230 {anotherService} \u6216\u5176\u4ED6\u7FFB\u8BD1\u670D\u52A1
2. \u5347\u7EA7\u4E3A\u6708\u5EA6/\u5E74\u5EA6\u4F1A\u5458',"proQuotaExceededError.trial":'\uFF0C\u60A8\u53EF\u4EE5\u9009\u62E9\u4EE5\u4E0B\u65B9\u5F0F\u89E3\u51B3\uFF1A

1. \u5207\u6362\u5230 {anotherService} \u6216\u5176\u4ED6\u7FFB\u8BD1\u670D\u52A1
2. \u7ACB\u523B\u5347\u7EA7\u4E3A\u6B63\u5F0F\u4F1A\u5458',"proQuotaExceededError.nonTrial":'\uFF0C\u60A8\u53EF\u4EE5\u9009\u62E9\u4EE5\u4E0B\u65B9\u5F0F\u89E3\u51B3\uFF1A

1. \u5207\u6362\u5230 {anotherService} \u6216\u5176\u4ED6\u7FFB\u8BD1\u670D\u52A1
2. \u8D2D\u4E70 {translationService} \u989D\u5916\u6D41\u91CF\u5305',"proQuotaExceededError.resetTime":"
3. \u989D\u5EA6\u91CD\u7F6E\u65F6\u95F4\uFF1A{resetTime}","desc.touchShortcutsToggleTranslatePageOnlyTranslation":'\u062A\u0634\u064A\u0631 "\u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0641\u0642\u0637" \u0625\u0644\u0649 \u0639\u0631\u0636 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0641\u0642\u0637\u060C \u0625\u0630\u0627 \u0644\u0645 \u064A\u062A\u0645 \u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0635\u0641\u062D\u0629 \u0627\u0644\u0625\u0644\u0643\u062A\u0631\u0648\u0646\u064A\u0629 \u0628\u0639\u062F\u060C \u0633\u064A\u062A\u0645 \u062A\u063A\u064A\u064A\u0631 \u0627\u0644\u0648\u0636\u0639 \u0648\u062A\u0631\u062C\u0645\u062A\u0647\u0627.',"desc.toggleOnlyTransation":"\u062A\u0634\u064A\u0631 \u0648\u0636\u0639\u064A\u0629 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0641\u0642\u0637 \u0625\u0644\u0649 \u0639\u0631\u0636 \u0627\u0644\u0646\u0635 \u0627\u0644\u0645\u062A\u0631\u062C\u0645 \u0641\u0642\u0637\u060C \u0625\u0630\u0627 \u0644\u0645 \u064A\u062A\u0645 \u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0635\u0641\u062D\u0629 \u0627\u0644\u0625\u0644\u0643\u062A\u0631\u0648\u0646\u064A\u0629 \u0628\u0639\u062F\u060C \u0633\u064A\u062A\u0645 \u062A\u063A\u064A\u064A\u0631 \u0627\u0644\u0648\u0636\u0639 \u0648\u062A\u0631\u062C\u0645\u062A\u0647\u0627.",touchShortcutsToggleTranslatePageOnlyTranslation:"\u062A\u0639\u064A\u064A\u0646 \u0627\u0644\u0625\u064A\u0645\u0627\u0621\u0627\u062A \u0639\u0644\u0649 \u0627\u0644\u0634\u0627\u0634\u0629 \u0644\u0644\u062A\u0628\u062F\u064A\u0644 \u0628\u064A\u0646 \u0627\u0644\u0648\u0636\u0639 \u0627\u0644\u0645\u0632\u062F\u0648\u062C / \u0627\u0644\u0648\u0636\u0639 \u0627\u0644\u0646\u0635\u064A \u0641\u0642\u0637",download_started:"\u0628\u062F\u0623 \u0627\u0644\u062A\u0646\u0632\u064A\u0644 \u0628\u0627\u0644\u0641\u0639\u0644\u060C \u0625\u0630\u0627 \u0644\u0645 \u064A\u062A\u0645 \u0627\u0644\u062A\u0646\u0632\u064A\u0644 \u062A\u0644\u0642\u0627\u0626\u064A\u064B\u0627\u060C \u064A\u0631\u062C\u0649 \u0627\u0644\u0646\u0642\u0631 \u064A\u062F\u0648\u064A\u064B\u0627",here:"\u0647\u0646\u0627","desc.toggleVideoSubtitlePreTranslation":"\u0628\u0639\u062F \u0627\u0644\u0636\u063A\u0637\u060C \u0633\u062A\u0633\u062A\u062E\u062F\u0645 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u063A\u0627\u0645\u0631\u0629 \u0644\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u062B\u0646\u0627\u0626\u064A\u0629 \u0644\u0644\u0641\u064A\u062F\u064A\u0648 \u0628\u0634\u0643\u0644 \u0623\u0648\u0644\u0648\u064A\u060C \u0648\u0628\u0627\u0644\u0636\u063A\u0637 \u0645\u0631\u0629 \u0623\u062E\u0631\u0649\u060C \u0633\u062A\u0633\u062A\u062E\u062F\u0645 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0622\u0644\u064A\u0629 \u0627\u0644\u0645\u0631\u0641\u0642\u0629 \u0628\u0627\u0644\u0641\u064A\u062F\u064A\u0648 \u0627\u0644\u0623\u0635\u0644\u064A \u0628\u0634\u0643\u0644 \u0623\u0648\u0644\u0648\u064A. \u064A\u0631\u062C\u0649 \u0645\u0644\u0627\u062D\u0638\u0629: \u0647\u0630\u0627 \u0627\u0644\u0627\u062E\u062A\u0635\u0627\u0631 \u064A\u0639\u062F\u0644 \u0627\u0644\u0625\u0639\u062F\u0627\u062F\u0627\u062A \u0627\u0644\u0639\u0627\u0645\u0629.",videoSubtitlePreTranslationOn:"\u0633\u064A\u062A\u0645 \u0627\u0633\u062A\u062E\u062F\u0627\u0645 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u063A\u0627\u0645\u0631\u0629 \u0628\u0634\u0643\u0644 \u0623\u0648\u0644\u0648\u064A \u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u062A\u0631\u062C\u0645\u0627\u062A \u0627\u0644\u0645\u0631\u0626\u064A\u0629",videoSubtitlePreTranslationOff:"\u0633\u064A\u062A\u0645 \u0627\u0633\u062A\u062E\u062F\u0627\u0645 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0622\u0644\u064A\u0629 \u0644\u0644\u062A\u0631\u062C\u0645\u0629 \u0641\u064A \u0627\u0644\u0641\u064A\u062F\u064A\u0648 \u0628\u0634\u0643\u0644 \u0623\u0648\u0644\u0648\u064A",translationFont:"\u062A\u0639\u064A\u064A\u0646 \u0627\u0644\u062E\u0637","translationFont.custom":"\u0623\u062F\u062E\u0644 \u0627\u0644\u062E\u0637 \u0627\u0644\u0645\u062E\u0635\u0635","translationFont.customPlaceholder":"\u062E\u0637 \u0627\u0644\u0643\u062A\u0627\u0628\u0629","translationFont.notSupportErrorMessage":"\u064A\u0631\u062C\u0649 \u0627\u0644\u062A\u062D\u0642\u0642 \u0645\u0646 \u0635\u062D\u0629 \u0627\u0633\u0645 \u0627\u0644\u062E\u0637 \u0627\u0644\u0630\u064A \u0623\u062F\u062E\u0644\u062A\u0647 \u060C \u0623\u0648 \u0627\u0644\u062A\u0623\u0643\u062F \u0645\u0646 \u0623\u0646 \u0627\u0644\u062E\u0637 \u0642\u062F \u062A\u0645 \u062A\u062B\u0628\u064A\u062A\u0647 \u0628\u0627\u0644\u0641\u0639\u0644 \u0639\u0644\u0649 \u062C\u0647\u0627\u0632\u0643.","touch.mouse-translate":"\u062A\u0631\u062C\u0645 \u0627\u0644\u0641\u0642\u0631\u0629 \u0627\u0644\u0645\u062D\u062F\u062F\u0629","translationServices.inherit":"\u0627\u062A\u0628\u0639 \u0627\u0644\u062E\u062F\u0645\u0629 \u0627\u0644\u0631\u0626\u064A\u0633\u064A\u0629 \u0644\u0644\u062A\u0631\u062C\u0645\u0629","error.serveConfigError":"\u062E\u0637\u0623 \u0641\u064A \u062A\u0643\u0648\u064A\u0646 \u0627\u0644\u062E\u062F\u0645\u0629","error.reloadPageOfSetting":"\u0628\u0639\u062F \u0627\u0644\u062A\u0643\u0648\u064A\u0646\u060C \u064A\u0631\u062C\u0649 \u062A\u062D\u062F\u064A\u062B \u0627\u0644\u0635\u0641\u062D\u0629 \u0648\u062A\u0631\u062C\u0645\u062A\u0647\u0627 \u0645\u0631\u0629 \u0623\u062E\u0631\u0649.","error.googleLimitIp":"\u062A\u0645 \u0625\u0631\u062C\u0627\u0639 \u062E\u0637\u0623 \u0645\u0646 \u0627\u0644\u062E\u062F\u0645\u0629 \u060C \u062E\u062F\u0645\u0629 Google \u0642\u062F \u0642\u0627\u0645\u062A \u0628\u062A\u0642\u064A\u064A\u062F \u0627\u0644\u0646\u0637\u0627\u0642 \u0627\u0644\u062E\u0627\u0635 \u0628\u0639\u0646\u0648\u0627\u0646 IP \u0647\u0630\u0627 \u060C \u0646\u0646\u0635\u062D\u0643 \u0628\u062A\u063A\u064A\u064A\u0631 \u0646\u0642\u0637\u0629 \u0627\u0644\u0634\u0628\u0643\u0629.","error.openAIFreeLimit":"\u062A\u0645 \u0625\u0631\u062C\u0627\u0639 \u062E\u0637\u0623 \u0645\u0646 \u0627\u0644\u062E\u062F\u0645\u0629\u060C \u0648\u0642\u062F \u0648\u0635\u0644\u062A \u062A\u0631\u062F\u062F \u0637\u0644\u0628\u0627\u062A \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u062D\u0627\u0644\u064A\u0629 \u0625\u0644\u0649 \u0627\u0644\u062D\u062F \u0627\u0644\u0623\u0642\u0635\u0649 \u0627\u0644\u0628\u0627\u0644\u063A 3 \u0645\u0631\u0627\u062A \u0641\u064A \u0627\u0644\u062F\u0642\u064A\u0642\u0629\u060C \u064A\u0631\u062C\u0649 \u0627\u0644\u0645\u062D\u0627\u0648\u0644\u0629 \u0645\u0631\u0629 \u0623\u062E\u0631\u0649 \u0644\u0627\u062D\u0642\u064B\u0627. (\u0647\u0630\u0627 \u0647\u0648 \u0627\u0644\u0642\u064A\u062F \u0627\u0644\u0631\u0633\u0645\u064A \u0645\u0646 OpenAI \u0644\u0645\u0641\u062A\u0627\u062D API \u0627\u0644\u0645\u062C\u0627\u0646\u064A\u060C \u0644\u0631\u0641\u0639 \u0647\u0630\u0627 \u0627\u0644\u0642\u064A\u062F\u060C \u064A\u0631\u062C\u0649 \u0631\u0628\u0637 \u0628\u0637\u0627\u0642\u0629 \u0627\u0644\u0627\u0626\u062A\u0645\u0627\u0646 \u0641\u064A \u0644\u0648\u062D\u0629 \u0627\u0644\u062A\u062D\u0643\u0645 \u0627\u0644\u062E\u0644\u0641\u064A\u0629 \u0644\u0640 OpenAI.)","error.openAIExceededQuota":"\u062A\u0645 \u0625\u0631\u062C\u0627\u0639 \u0627\u0644\u062E\u062F\u0645\u0629 \u0628\u062E\u0637\u0623: \u0631\u0635\u064A\u062F \u062D\u0633\u0627\u0628 OpenAI \u0627\u0644\u062D\u0627\u0644\u064A \u063A\u064A\u0631 \u0643\u0627\u0641\u064D \u060C \u064A\u0631\u062C\u0649 \u0625\u0639\u0627\u062F\u0629 \u0627\u0644\u0634\u062D\u0646 \u0623\u0648 \u0631\u0628\u0637 \u0628\u0637\u0627\u0642\u0629 \u0627\u0644\u0627\u0626\u062A\u0645\u0627\u0646 \u0641\u064A \u0627\u0644\u062E\u0644\u0641\u064A\u0629 \u0627\u0644\u0631\u0633\u0645\u064A\u0629 \u0644\u0640 OpenAI.","error.429":"\u062A\u0645 \u0625\u0631\u062C\u0627\u0639 \u0627\u0644\u062E\u062F\u0645\u0629 \u0628\u062E\u0637\u0623\u060C \u0645\u0645\u0627 \u064A\u0634\u064A\u0631 \u0625\u0644\u0649 \u0623\u0646 \u0627\u0644\u0637\u0644\u0628\u0627\u062A \u0643\u062B\u064A\u0631\u0629 \u062C\u062F\u064B\u0627 \u0623\u0648 \u062A\u062C\u0627\u0648\u0632\u062A \u0627\u0644\u062D\u062F \u0627\u0644\u0645\u062D\u062F\u062F\u060C \u064A\u0631\u062C\u0649 \u0627\u0644\u0645\u062D\u0627\u0648\u0644\u0629 \u0645\u0631\u0629 \u0623\u062E\u0631\u0649 \u0644\u0627\u062D\u0642\u064B\u0627.","error.403":"\u062A\u0645 \u0625\u0631\u062C\u0627\u0639 \u0627\u0644\u062E\u062F\u0645\u0629 \u0628\u062E\u0637\u0623\u060C \u0644\u064A\u0633 \u0644\u062F\u064A\u0643 \u0627\u0644\u0635\u0644\u0627\u062D\u064A\u0629 \u0627\u0644\u0645\u0624\u0642\u062A\u0629 \u0644\u0644\u0648\u0635\u0648\u0644 \u0625\u0644\u0649 \u0647\u0630\u0647 \u0627\u0644\u062E\u062F\u0645\u0629.","error.400":"\u062A\u0645 \u0625\u0631\u062C\u0627\u0639 \u062E\u0637\u0623 \u0641\u064A \u0627\u0644\u062E\u062F\u0645\u0629 \u060C \u062E\u0637\u0623 \u0641\u064A \u0645\u0639\u0644\u0645\u0627\u062A \u0627\u0644\u0637\u0644\u0628 \u060C \u064A\u0631\u062C\u0649 \u0627\u0644\u062A\u062D\u0642\u0642 \u0645\u0646 \u0627\u0644\u062A\u0643\u0648\u064A\u0646 \u0627\u0644\u0645\u0646\u0627\u0633\u0628.","error.502":"\u062A\u0645 \u0625\u0631\u062C\u0627\u0639 \u062E\u0637\u0623 \u0645\u0646 \u0627\u0644\u062E\u062F\u0645\u0629 \u060C \u062A\u062C\u0627\u0648\u0632 \u0627\u0644\u062E\u062F\u0645\u0629 \u0627\u0644\u0648\u0642\u062A \u0627\u0644\u0645\u062D\u062F\u062F \u060C \u064A\u0631\u062C\u0649 \u0627\u0644\u0645\u062D\u0627\u0648\u0644\u0629 \u0645\u0631\u0629 \u0623\u062E\u0631\u0649 \u0641\u064A \u0648\u0642\u062A \u0644\u0627\u062D\u0642.","error.proTokenInvalid":"\u0625\u0630\u0627 \u0643\u0646\u062A \u0645\u0633\u062A\u062E\u062F\u0645\u064B\u0627 \u0645\u062D\u062A\u0631\u0641\u064B\u0627 \u060C \u064A\u0631\u062C\u0649 \u062A\u0633\u062C\u064A\u0644 \u0627\u0644\u062F\u062E\u0648\u0644 \u0642\u0628\u0644 \u0627\u0633\u062A\u062E\u062F\u0627\u0645 \u062E\u062F\u0645\u0629 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0645\u062D\u062A\u0631\u0641\u0629","error.proUpgrade":"\u0628\u0639\u062F \u0627\u0644\u062A\u0631\u0642\u064A\u0629 \u060C \u064A\u0631\u062C\u0649 \u062A\u062D\u062F\u064A\u062B \u0627\u0644\u0635\u0641\u062D\u0629 \u0648\u062A\u0631\u062C\u0645\u062A\u0647\u0627 \u0645\u0631\u0629 \u0623\u062E\u0631\u0649.","error.configError":"\u062A\u0643\u0648\u064A\u0646 \u0627\u0644\u0628\u064A\u0627\u0646\u0627\u062A \u063A\u064A\u0631 \u0637\u0628\u064A\u0639\u064A","error.goReset":"\u0625\u0639\u0627\u062F\u0629 \u0627\u0644\u062A\u0639\u064A\u064A\u0646",batchEdit:"\u0627\u0644\u0639\u0645\u0644\u064A\u0627\u062A \u0627\u0644\u062C\u0645\u0627\u0639\u064A\u0629","translationModeLang.translation.title":"\u0646\u0645\u0637 \u0627\u0644\u0644\u063A\u0629 \u0627\u0644\u0646\u0635\u064A \u0641\u0642\u0637","translationModeLang.translation.description":"\u0639\u0646\u062F\u0645\u0627 \u064A\u0643\u0648\u0646 \u0644\u063A\u0629 \u0627\u0644\u0635\u0641\u062D\u0629 \u0628\u0627\u0644\u0644\u063A\u0627\u062A \u0627\u0644\u062A\u0627\u0644\u064A\u0629\u060C \u0633\u064A\u062A\u0645 \u0627\u0633\u062A\u062E\u062F\u0627\u0645 \u0648\u0636\u0639 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0641\u0642\u0637 \u062A\u0644\u0642\u0627\u0626\u064A\u064B\u0627.","translationModeUrl.translation.title":"\u0631\u0627\u0628\u0637 \u0627\u0644\u0648\u0636\u0639 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0641\u0642\u0637","translationModeUrl.translation.description":"\u0639\u0646\u062F\u0645\u0627 \u064A\u0643\u0648\u0646 \u0627\u0644\u0645\u0648\u0642\u0639 \u0627\u0644\u0625\u0644\u0643\u062A\u0631\u0648\u0646\u064A \u0644\u0644\u0646\u0637\u0627\u0642\u0627\u062A \u0627\u0644\u062A\u0627\u0644\u064A\u0629\u060C \u0633\u064A\u062A\u0645 \u0627\u0633\u062A\u062E\u062F\u0627\u0645 \u0648\u0636\u0639 \u0627\u0644\u0646\u0635 \u0627\u0644\u0645\u062A\u0631\u062C\u0645 \u0641\u0642\u0637 \u062A\u0644\u0642\u0627\u0626\u064A\u064B\u0627.","error.serveUnavailable":"\u0627\u0644\u062E\u062F\u0645\u0629 [{serverName}] \u0627\u0644\u062A\u064A \u062A\u0633\u062A\u062E\u062F\u0645\u0647\u0627 \u062D\u0627\u0644\u064A\u064B\u0627 \u063A\u064A\u0631 \u0642\u0627\u0628\u0644\u0629 \u0644\u0644\u0648\u0635\u0648\u0644 \u0645\u0624\u0642\u062A\u064B\u0627 \u0628\u0633\u0628\u0628 \u0645\u0634\u0643\u0644\u0629 \u0641\u064A \u0627\u0644\u0627\u062A\u0635\u0627\u0644 \u0628\u0627\u0644\u0634\u0628\u0643\u0629 \u0623\u0648 \u0645\u0632\u0648\u062F \u0627\u0644\u062E\u062F\u0645\u0629. \u0646\u0642\u062A\u0631\u062D \u0639\u0644\u064A\u0643 \u062A\u062D\u062F\u064A\u062B \u0627\u0644\u0635\u0641\u062D\u0629 \u0623\u0648 \u062A\u063A\u064A\u064A\u0631 \u062E\u062F\u0645\u0629 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0623\u062E\u0631\u0649 \u0645\u0646 \u062E\u0644\u0627\u0644 <1>\u0627\u0644\u0625\u0639\u062F\u0627\u062F\u0627\u062A. \u0625\u0630\u0627 \u0643\u0646\u062A \u0639\u0636\u0648\u064B\u0627 \u0641\u064A <2>Pro\u060C \u064A\u0645\u0643\u0646\u0643 \u0627\u062E\u062A\u064A\u0627\u0631 \u0627\u0633\u062A\u062E\u062F\u0627\u0645 \u062E\u062F\u0645\u0629 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 DeepL \u0623\u0648 OpenAI \u0627\u0644\u0623\u0643\u062B\u0631 \u0627\u0633\u062A\u0642\u0631\u0627\u0631\u064B\u0627 (<3>\u0627\u0646\u0642\u0631 \u0647\u0646\u0627 \u0644\u062A\u062C\u0631\u0628\u0629 \u0645\u062C\u0627\u0646\u064A\u0629). \u0628\u0627\u0644\u0625\u0636\u0627\u0641\u0629 \u0625\u0644\u0649 \u0630\u0644\u0643\u060C \u0642\u062F \u062A\u062D\u062A\u0627\u062C \u0623\u064A\u0636\u064B\u0627 \u0625\u0644\u0649 \u0627\u0644\u062A\u062D\u0642\u0642 \u0645\u0646 \u0625\u0639\u062F\u0627\u062F\u0627\u062A \u0627\u0644\u0634\u0628\u0643\u0629 \u0623\u0648 \u0627\u0644\u0648\u0643\u064A\u0644 \u0627\u0644\u062E\u0627\u0635\u0629 \u0628\u0643.",detectServiceLoading:"\u062C\u0627\u0631\u064D \u0627\u0644\u062A\u062D\u0642\u0642 \u0645\u0646 \u0627\u0644\u062E\u062F\u0645\u0627\u062A \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0645\u062A\u0627\u062D\u0629...",toggleToService:"\u0627\u0644\u062A\u0628\u062F\u064A\u0644 \u0625\u0644\u0649 {service} \u0648\u0625\u0639\u0627\u062F\u0629 \u0627\u0644\u0645\u062D\u0627\u0648\u0644\u0629","error.gemini.429":"\u0627\u0644\u062E\u062F\u0645\u0629 Gemini \u0627\u0644\u062D\u0627\u0644\u064A\u0629 \u0642\u062F \u0648\u0635\u0644\u062A \u0625\u0644\u0649 \u0627\u0644\u062D\u062F \u0627\u0644\u0623\u0642\u0635\u0649 \u0644\u0644\u0642\u062F\u0631\u0629 \u0639\u0644\u0649 \u0627\u0644\u062A\u062D\u0645\u0644\u060C \u064A\u0631\u062C\u0649 \u0627\u0644\u0645\u062D\u0627\u0648\u0644\u0629 \u0645\u0631\u0629 \u0623\u062E\u0631\u0649 \u0641\u064A \u0648\u0642\u062A \u0644\u0627\u062D\u0642\u060C \u0623\u0648 \u0627\u0644\u062A\u0628\u062F\u064A\u0644 \u0625\u0644\u0649 \u062E\u062F\u0645\u0629 \u062A\u0631\u062C\u0645\u0629 \u0623\u062E\u0631\u0649.",enableSentryReport:"\u0639\u0646\u062F \u062D\u062F\u0648\u062B \u062E\u0637\u0623 \u0641\u064A \u0627\u0644\u062A\u0648\u0633\u064A\u0639 \u060C \u0627\u0633\u062A\u062E\u062F\u0645 Sentry \u0644\u062A\u0642\u062F\u064A\u0645 \u0627\u0644\u0645\u0644\u0627\u062D\u0638\u0627\u062A","widget.translateFile":"PDF/ePub",pickAll:"\u062D\u062F\u062F \u0627\u0644\u0643\u0644",contact:"\u0627\u062A\u0635\u0644 \u0628\u0646\u0627","translationServices.gemini":"\u0627\u0644\u062C\u0645\u0646\u0627\u0632","tagsInput.add":"+ \u0625\u0636\u0627\u0641\u0629",touchShortcutsOff:"\u0625\u063A\u0644\u0627\u0642","error.retry":"\u0623\u0639\u062F \u0627\u0644\u0645\u062D\u0627\u0648\u0644\u0629","slide.left":"\u0627\u0646\u0632\u0644\u0642 \u0625\u0644\u0649 \u0627\u0644\u064A\u0645\u064A\u0646",translationOnlyMode:"\u0648\u0636\u0639 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0641\u0642\u0637",goLogin:"\u062A\u0633\u062C\u064A\u0644 \u0627\u0644\u062F\u062E\u0648\u0644","slide.right":"\u0627\u0646\u0632\u0644\u0642 \u0625\u0644\u0649 \u0627\u0644\u064A\u0633\u0627\u0631","multipleClick.4":"\u0631\u0628\u0627\u0639\u064A \u0645\u062A\u062A\u0627\u0644\u064A",shortcutSettingsTitle:"\u0625\u0639\u062F\u0627\u062F\u0627\u062A \u0627\u0644\u0627\u062E\u062A\u0635\u0627\u0631\u0627\u062A",loggedIn:"\u062A\u0645 \u062A\u0633\u062C\u064A\u0644 \u0627\u0644\u062F\u062E\u0648\u0644",shortcutSettings:"\u0627\u062E\u062A\u0635\u0627\u0631\u0627\u062A \u0627\u0644\u0645\u0641\u0627\u062A\u064A\u062D","multipleClick.2":"\u0627\u0646\u0642\u0631 \u0645\u0631\u062A\u064A\u0646","shortcutGroup.others":"\u0627\u0644\u0645\u0632\u064A\u062F \u0645\u0646 \u0627\u0644\u0627\u062E\u062A\u0635\u0627\u0631\u0627\u062A \u0627\u0644\u0645\u062E\u0635\u0635\u0629","widget.videoSubtitle":"\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0641\u064A\u062F\u064A\u0648","intro.floatBallTitle":"\u0643\u0631\u0629 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0633\u0631\u064A\u0639\u0629",notLogin:"\u0644\u0645 \u064A\u062A\u0645 \u062A\u0633\u062C\u064A\u0644 \u0627\u0644\u062F\u062E\u0648\u0644","widget.instruction":"\u062A\u0639\u0644\u064A\u0645\u0627\u062A \u0627\u0644\u0627\u0633\u062A\u062E\u062F\u0627\u0645",alwaysTranslateThisSite:"\u062F\u0627\u0626\u0645\u0627 \u062A\u0631\u062C\u0645 \u0647\u0630\u0627 \u0627\u0644\u0645\u0648\u0642\u0639","error.subscriptionExpiredTitle":"\u0627\u0646\u062A\u0647\u062A \u0635\u0644\u0627\u062D\u064A\u0629 \u0627\u0644\u0639\u0636\u0648\u064A\u0629","shortcutGroup.shortcutsForTranslationServices":"\u062E\u062F\u0645\u0627\u062A \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0645\u0641\u0627\u062A\u064A\u062D \u0627\u0644\u0633\u0631\u064A\u0639\u0629","widget.instructionTooltip":"\u0631\u0627\u062C\u0639 \u062A\u0639\u0644\u064A\u0645\u0627\u062A \u0627\u0644\u0627\u0633\u062A\u062E\u062F\u0627\u0645",temprarilyChangeTranslationTo_gemini:"\u064A\u062A\u0645 \u0627\u0633\u062A\u062E\u062F\u0627\u0645 Gemini \u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0635\u0641\u062D\u0629 \u0627\u0644\u062D\u0627\u0644\u064A\u0629","subtitle.hideQuickButton":"\u0644\u0627 \u062A\u0638\u0647\u0631 \u0647\u0630\u0627 \u0627\u0644\u0627\u062E\u062A\u0635\u0627\u0631 \u0645\u0631\u0629 \u0623\u062E\u0631\u0649",temprarilyChangeTranslationTo_google:"\u064A\u062A\u0645 \u0627\u0633\u062A\u062E\u062F\u0627\u0645 \u062A\u0631\u062C\u0645\u0629 Google \u0644\u0644\u0635\u0641\u062D\u0629 \u0627\u0644\u062D\u0627\u0644\u064A\u0629","subtitle.bilingual":"\u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u062B\u0646\u0627\u0626\u064A\u0629 \u0627\u0644\u0644\u063A\u0629",mouseHoverCustomKeyTitle:"\u062A\u0639\u0631\u064A\u0641 \u0627\u062E\u062A\u0635\u0627\u0631\u0627\u062A \u0627\u0644\u0645\u0627\u0648\u0633 \u0627\u0644\u0645\u0639\u0644\u0642\u0629","browser.translateInputBox":"\u062A\u0631\u062C\u0645 \u0645\u062D\u062A\u0648\u0649 \u0645\u0631\u0628\u0639 \u0627\u0644\u0625\u062F\u062E\u0627\u0644 \u0627\u0644\u062D\u0627\u0644\u064A","shortcutGroup.touch":"\u0627\u0644\u0625\u064A\u0645\u0627\u0621\u0627\u062A \u0627\u0644\u0645\u062E\u0635\u0635\u0629 \u0644\u0644\u0634\u0627\u0634\u0627\u062A \u0627\u0644\u0644\u0645\u0633\u064A\u0629",neverTranslateThisSite:"\u0644\u0627 \u062A\u062A\u0631\u062C\u0645 \u0647\u0630\u0627 \u0627\u0644\u0645\u0648\u0642\u0639 \u0623\u0628\u062F\u0627",temprarilyChangeTranslationTo_deepl:"\u064A\u062A\u0645 \u0627\u0633\u062A\u062E\u062F\u0627\u0645 DeepL \u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0635\u0641\u062D\u0629 \u0627\u0644\u062D\u0627\u0644\u064A\u0629","browser.translateWithDeepL":"\u0627\u0633\u062A\u062E\u062F\u0645 DeepL \u0645\u0624\u0642\u062A\u064B\u0627 \u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0635\u0641\u062D\u0629 \u0627\u0644\u062D\u0627\u0644\u064A\u0629","multipleClick.3":"\u062B\u0644\u0627\u062B\u0629 \u0636\u0631\u0628\u0627\u062A \u0645\u062A\u062A\u0627\u0644\u064A\u0629","widget.translateFileTooltip":"\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0645\u0633\u062A\u0646\u062F\u0627\u062A PDF\u060C EPUB\u060C SRT\u060C ASS\u060C HTML \u0648 TXT","neverTranslateText.title":"\u0627\u0644\u0643\u0644\u0645\u0627\u062A \u0627\u0644\u062A\u0627\u0644\u064A\u0629 \u062A\u0628\u0642\u0649 \u0643\u0645\u0627 \u0647\u064A\u060C \u0644\u0627 \u062A\u062A\u0631\u062C\u0645","subtitle.autoDisableSubtitle":"\u0644\u0627 \u062A\u0642\u0645 \u0628\u062A\u0634\u063A\u064A\u0644 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u062B\u0646\u0627\u0626\u064A\u0629 \u062A\u0644\u0642\u0627\u0626\u064A\u064B\u0627","browser.translateWithGoogle":"\u0627\u0633\u062A\u062E\u062F\u0645 Google Translate \u0645\u0624\u0642\u062A\u064B\u0627 \u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0635\u0641\u062D\u0629 \u0627\u0644\u062D\u0627\u0644\u064A\u0629","shortcutGroup.main":"\u0627\u062E\u062A\u0635\u0627\u0631\u0627\u062A \u0627\u0644\u0648\u0638\u0627\u0626\u0641 \u0627\u0644\u0634\u0627\u0626\u0639\u0629",paragraphMinTextCountField:"\u0627\u0644\u062D\u062F \u0627\u0644\u0623\u062F\u0646\u0649 \u0644\u0639\u062F\u062F \u0627\u0644\u0623\u062D\u0631\u0641 \u0627\u0644\u0645\u0637\u0644\u0648\u0628\u0629 \u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0641\u0642\u0631\u0629","widget.videoSubtitleTooltip":"\u062F\u0639\u0645 Youtube \u0648\u063A\u064A\u0631\u0647\u0627 \u0645\u0646 \u0645\u0648\u0627\u0642\u0639 \u0627\u0644\u0641\u064A\u062F\u064A\u0648 {count}+",upgradeToProErrorTitle:"\u064A\u0631\u062C\u0649 \u0627\u0644\u062A\u0631\u0642\u064A\u0629 \u0625\u0644\u0649 \u0639\u0636\u0648\u064A\u0629 Pro \u0642\u0628\u0644 \u0627\u0633\u062A\u062E\u062F\u0627\u0645 \u0647\u0630\u0647 \u0627\u0644\u062E\u062F\u0645\u0629 \u0627\u0644\u062A\u0631\u062C\u0645\u0629","subtitle.showQuickButton":"\u0641\u064A \u0639\u0631\u0636 \u0627\u0644\u0646\u0635\u0648\u0635 \u0627\u0644\u0645\u062A\u0631\u062C\u0645\u0629 \u0628\u0634\u0643\u0644 \u0645\u0632\u062F\u0648\u062C \u0641\u064A \u0627\u0644\u0645\u0634\u063A\u0644 \u0628\u0637\u0631\u064A\u0642\u0629 \u0633\u0631\u064A\u0639\u0629",temprarilyChangeTranslationTo_transmart:"\u064A\u062A\u0645 \u0627\u0633\u062A\u062E\u062F\u0627\u0645 \u062A\u0631\u062C\u0645\u0629 \u062A\u064A\u0646\u0633\u0646\u062A \u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0635\u0641\u062D\u0629 \u0627\u0644\u062D\u0627\u0644\u064A\u0629",notLoginPro:"\u0644\u0645 \u062A\u0642\u0645 \u0628\u062A\u0633\u062C\u064A\u0644 \u0627\u0644\u062F\u062E\u0648\u0644 \u0625\u0644\u0649 \u062D\u0633\u0627\u0628 \u0627\u0644\u0639\u0636\u0648\u064A\u0629 \u0627\u0644\u062E\u0627\u0635 \u0628\u0643 \u0628\u0639\u062F","floatBall.iKnow":"\u0623\u0646\u0627 \u0623\u0639\u0631\u0641","intro.hoverTitle":"\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0641\u0642\u0631\u0629 \u0627\u0644\u062D\u0627\u0644\u064A\u0629 \u0639\u0646\u062F \u062A\u062D\u0631\u064A\u0643 \u0627\u0644\u0645\u0627\u0648\u0633 \u0641\u0648\u0642\u0647\u0627",temprarilyChangeTranslationTo_bing:"\u064A\u062A\u0645 \u0627\u0633\u062A\u062E\u062F\u0627\u0645 \u0645\u062A\u0631\u062C\u0645 \u0645\u0627\u064A\u0643\u0631\u0648\u0633\u0648\u0641\u062A \u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0635\u0641\u062D\u0629 \u0627\u0644\u062D\u0627\u0644\u064A\u0629",temprarilyChangeTranslationTo_openai:"\u064A\u062A\u0645 \u0627\u0633\u062A\u062E\u062F\u0627\u0645 OpenAI \u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0635\u0641\u062D\u0629 \u0627\u0644\u062D\u0627\u0644\u064A\u0629","browser.translateWithOpenAI":"\u0627\u0633\u062A\u062E\u062F\u0645 OpenAI \u0645\u0624\u0642\u062A\u064B\u0627 \u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0635\u0641\u062D\u0629 \u0627\u0644\u062D\u0627\u0644\u064A\u0629",networkError:"\u062A\u0648\u0627\u062C\u0647 \u062E\u062F\u0645\u0629 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0623\u0648 \u0627\u0644\u0634\u0628\u0643\u0629 \u0645\u0634\u0643\u0644\u0629",buildSnapshots:"\u0625\u0646\u0634\u0627\u0621 \u0644\u0642\u0637\u0629 \u0633\u0631\u064A\u0639\u0629 \u0644\u0644\u0635\u0641\u062D\u0629 \u0627\u0644\u0625\u0644\u0643\u062A\u0631\u0648\u0646\u064A\u0629","shortcutGroup.mouse":"\u062A\u0643\u0648\u064A\u0646 \u0627\u062E\u062A\u0635\u0627\u0631\u0627\u062A \u0627\u0644\u0645\u0627\u0648\u0633 \u0627\u0644\u0645\u0639\u0644\u0642\u0629","intro.subtitleTitle":"\u0639\u0631\u0636 \u0627\u0644\u062A\u0631\u062C\u0645\u0627\u062A \u0627\u0644\u0645\u0632\u062F\u0648\u062C\u0629 \u0644\u0644\u0641\u064A\u062F\u064A\u0648 \u0639\u0628\u0631 \u0627\u0644\u0625\u0646\u062A\u0631\u0646\u062A","floatBall.longPress":"\u0627\u0636\u063A\u0637 \u0645\u0639 \u0627\u0644\u0627\u0633\u062A\u0645\u0631\u0627\u0631 \u0644\u0641\u062A\u062D \u0644\u0648\u062D\u0629 \u0627\u0644\u0625\u0639\u062F\u0627\u062F\u0627\u062A \u0628\u0633\u0631\u0639\u0629",touchShortcutsToggleTranslateTouchElement:"\u062A\u0639\u064A\u064A\u0646 \u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0641\u0642\u0631\u0629 \u0627\u0644\u0645\u062D\u062F\u062F\u0629 \u0628\u0648\u0627\u0633\u0637\u0629 \u0627\u0644\u0625\u064A\u0645\u0627\u0621\u0627\u062A \u0639\u0644\u0649 \u0627\u0644\u0634\u0627\u0634\u0629 \u0627\u0644\u062A\u064A \u062A\u0639\u0645\u0644 \u0628\u0627\u0644\u0644\u0645\u0633","browser.translateWithBing":"\u0627\u0633\u062A\u062E\u062F\u0645 \u062A\u0631\u062C\u0645\u0629 \u0645\u0627\u064A\u0643\u0631\u0648\u0633\u0648\u0641\u062A \u0645\u0624\u0642\u062A\u064B\u0627 \u0644\u0644\u0635\u0641\u062D\u0629 \u0627\u0644\u062D\u0627\u0644\u064A\u0629","error.subscriptionExpired":"\u0642\u062F \u064A\u0643\u0648\u0646 \u0639\u0636\u0648\u064A\u062A\u0643 \u0642\u062F \u0627\u0646\u062A\u0647\u062A \u060C \u064A\u0631\u062C\u0649 \u0627\u0644\u062A\u062D\u0642\u0642 \u0645\u0646 \u062D\u0627\u0644\u0629 \u0639\u0636\u0648\u064A\u062A\u0643","browser.translateWithGemini":"\u0627\u0633\u062A\u062E\u062F\u0645 Gemini \u0645\u0624\u0642\u062A\u064B\u0627 \u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0635\u0641\u062D\u0629 \u0627\u0644\u062D\u0627\u0644\u064A\u0629","desc.touchShortcutsToggleTranslateTouchElement":"\u0642\u0645 \u0628\u062A\u062E\u0635\u064A\u0635 \u0625\u0634\u0627\u0631\u0629 \u0628\u064A\u062F\u0643\u060C \u0648\u064A\u0645\u0643\u0646\u0643 \u062A\u0631\u062C\u0645\u0629 \u0623\u064A \u0641\u0642\u0631\u0629 \u062A\u0648\u0627\u062C\u062F \u0641\u064A\u0647\u0627.","browser.translateWithTransmart":"\u0627\u0633\u062A\u062E\u062F\u0645 \u062A\u0631\u062C\u0645\u0629 \u062A\u064A\u0646\u0633\u0646\u062A \u0645\u0624\u0642\u062A\u064B\u0627 \u0644\u0644\u0635\u0641\u062D\u0629 \u0627\u0644\u062D\u0627\u0644\u064A\u0629","desc.interfaceLanguage":"\u062A\u0624\u062B\u0631 \u0625\u0639\u062F\u0627\u062F\u0627\u062A \u0644\u063A\u0629 \u0627\u0644\u0648\u0627\u062C\u0647\u0629 \u0639\u0644\u0649 \u0644\u063A\u0629 \u0639\u0631\u0636 \u0644\u0648\u062D\u0629 \u0627\u0644\u062A\u062D\u0643\u0645\u060C \u0648\u0644\u0627 \u062A\u062A\u0639\u0644\u0642 \u0628\u0644\u063A\u0629 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0645\u0633\u062A\u0647\u062F\u0641\u0629.",touchShortcutsToggleTranslationMask:"\u062A\u0639\u064A\u064A\u0646 \u0625\u064A\u0645\u0627\u0621\u0627\u062A \u0627\u0644\u0634\u0627\u0634\u0629 \u0627\u0644\u062A\u064A \u062A\u0639\u0645\u0644 \u0628\u0627\u0644\u0644\u0645\u0633 \u0644\u0639\u0631\u0636 \u0642\u0646\u0627\u0639 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 / \u0639\u0631\u0636 \u0627\u0644\u0646\u0635 \u0627\u0644\u0623\u0635\u0644\u064A","browser.toggleMouseHoverTranslateDirectly":"\u062A\u0645\u0643\u064A\u0646 \u0623\u0648 \u062A\u0639\u0637\u064A\u0644 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0645\u0628\u0627\u0634\u0631\u0629 \u0639\u0646\u062F \u062A\u0645\u0631\u064A\u0631 \u0627\u0644\u0645\u0627\u0648\u0633 \u0645\u0624\u0642\u062A\u064B\u0627 \u0639\u0644\u0649 \u0627\u0644\u0635\u0641\u062D\u0629","floatBall.guideClickToTranslate":`\u0627\u0646\u0642\u0631 \u0639\u0644\u0649 \u0643\u0631\u0629 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0639\u0627\u0626\u0645\u0629 \u0627\u0644\u063A\u0627\u0645\u0631\u0629 + {env.imt_trans_field}: \u7FFB\u8A33\u6587`,"subtitle.quickButton.white":"\u767D\u8272","subtitle.quickButton.black":"\u9ED2\u8272","subtitle.quickButton.setting":"\u8A2D\u5B9A","subtitle.quickButton.blue":"\u9752\u8272","subtitle.quickButton.backgroundOpacity":"\u80CC\u666F\u306E\u4E0D\u900F\u660E\u5EA6","subtitle.quickButton.cyan":"\u9752\u8272","subtitle.quickButton.translationPositionBottom":"\u539F\u6587\u306E\u4E0B\u65B9","subtitle.quickButton.sourceFontSize":"\u5143\u306E\u30D5\u30A9\u30F3\u30C8\u30B5\u30A4\u30BA","subtitle.quickButton.backgroundColor":"\u80CC\u666F\u8272","subtitle.quickButton.magenta":"\u30DE\u30BC\u30F3\u30BF\u8272","subtitle.quickButton.red":"\u8D64\u8272","subtitle.quickButton.green":"\u7DD1\u8272","subtitle.quickButton.translationPositionTop":"\u539F\u6587\u306E\u4E0A\u306B","translationServices.claude":"\u30AF\u30ED\u30FC\u30C9","subtitle.quickButton.sourceTextColor":"\u539F\u6587\u306E\u30D5\u30A9\u30F3\u30C8\u306E\u8272","subtitle.quickButton.yellow":"\u9EC4\u8272","subtitle.quickButton.translationFontSize":"\u7FFB\u8A33\u6587\u5B57\u306E\u30D5\u30A9\u30F3\u30C8\u30B5\u30A4\u30BA","subtitle.quickButton.translationTextColor":"\u7FFB\u8A33\u6587\u5B57\u306E\u8272","subtitle.quickButton.translationPosition":"\u7FFB\u8A33\u4F4D\u7F6E",attachSubtitleTranslating:"{service} \u3092\u4F7F\u7528\u3057\u3066\u7FFB\u8A33\u4E2D...","error.claude.403":"\u4E00\u6642\u7684\u306B\u30B5\u30FC\u30D3\u30B9\u3078\u306E\u30A2\u30AF\u30BB\u30B9\u6A29\u9650\u304C\u3042\u308A\u307E\u305B\u3093\u3002\u3053\u308C\u306FClaude\u306E\u5730\u57DF\u5236\u9650\u306B\u95A2\u9023\u3057\u3066\u3044\u308B\u53EF\u80FD\u6027\u304C\u3042\u308A\u307E\u3059\u3002IP\u30A2\u30C9\u30EC\u30B9\u3092\u5207\u308A\u66FF\u3048\u308B\u304B\u3001\u4ED6\u306E\u7FFB\u8A33\u30B5\u30FC\u30D3\u30B9\u3092\u4F7F\u7528\u3057\u3066\u307F\u3066\u304F\u3060\u3055\u3044\u3002","browser.brandDescriptionForSafari":"\u3010\u6CA1\u5165\u578B\u7FFB\u8A33\u3011\u7121\u6599\u306E\uFF08\u539F\u6587/\u8A33\u6587\uFF09\u30D0\u30A4\u30EA\u30F3\u30AC\u30EB\u5BFE\u7167\u30A6\u30A7\u30D6\u30DA\u30FC\u30B8\u7FFB\u8A33\u30D7\u30E9\u30B0\u30A4\u30F3\u3067\u3001PDF\u7FFB\u8A33\u3068EPUB\u96FB\u5B50\u66F8\u7C4D\u7FFB\u8A33\u3092\u540C\u6642\u306B\u30B5\u30DD\u30FC\u30C8\u3057\u3001\u539F\u6587\u306E\u30EC\u30A4\u30A2\u30A6\u30C8\u3092\u4FDD\u6301\u3057\u307E\u3059\u3002Youtube/Netflix\u306A\u3069\u306E\u30AA\u30F3\u30E9\u30A4\u30F3\u30D3\u30C7\u30AA\u306E\u30D0\u30A4\u30EA\u30F3\u30AC\u30EB\u5B57\u5E55\u7FFB\u8A33\u3082\u30B5\u30DD\u30FC\u30C8\u3057\u3001Deepl/Google\u306A\u3069\u306E\u4E3B\u6D41\u7FFB\u8A33\u30B5\u30FC\u30D3\u30B9\u306B\u5BFE\u5FDC\u3057\u3066\u3044\u307E\u3059\u3002","browser.PdfProFile":"AI \u99C6\u52D5\u306E PDF Pro \u7FFB\u8A33","browser.textTranslate":"\u30C6\u30AD\u30B9\u30C8\u7FFB\u8A33"};var vb={nologin:"\u0644\u0645 \u062A\u0642\u0645 \u0628\u062A\u0633\u062C\u064A\u0644 \u0627\u0644\u062F\u062E\u0648\u0644",loginForSafari:"\u062A\u0633\u062C\u064A\u0644 \u0627\u0644\u062F\u062E\u0648\u0644 \u0623\u0648 \u0627\u0644\u062A\u0633\u062C\u064A\u0644",login:"\u064A\u0645\u0643\u0646\u0643 \u062A\u0641\u0639\u064A\u0644 \u0627\u0644\u0639\u0636\u0648\u064A\u0629 \u0628\u0639\u062F \u062A\u0633\u062C\u064A\u0644 \u0627\u0644\u062F\u062E\u0648\u0644",manageAccount:"\u0625\u062F\u0627\u0631\u0629 \u0627\u0644\u062D\u0633\u0627\u0628",openPremium:"\u0627\u0644\u0627\u0646\u0636\u0645\u0627\u0645 \u0625\u0644\u0649 \u0627\u0644\u0639\u0636\u0648\u064A\u0629",logout:"\u064A\u062A\u0631\u0643",curentPlan:"\u0627\u0644\u0631\u0632\u0645\u0629 \u0627\u0644\u062D\u0627\u0644\u064A\u0629",endAt:"\u0646\u0636\u062C",endAuto:"\u062A\u062C\u062F\u064A\u062F \u062A\u0644\u0642\u0627\u0626\u064A",lineBreakMaxTextCount:"\u0627\u0644\u062D\u062F \u0627\u0644\u0623\u0642\u0635\u0649 \u0644\u0639\u062F\u062F \u0627\u0644\u0623\u062D\u0631\u0641 \u0627\u0644\u0645\u0633\u0645\u0648\u062D \u0628\u0647 \u0644\u0643\u0644 \u062C\u0645\u0644\u0629 \u0628\u0639\u062F \u0641\u0648\u0627\u0635\u0644 \u0627\u0644\u0623\u0633\u0637\u0631","translate-pdf":"\u0627\u0646\u0642\u0631 \u0644\u062A\u0631\u062C\u0645\u0629 PDF","noSupportTranslate-pdf":"\u0627\u0644\u0628\u0631\u0646\u0627\u0645\u062C \u0627\u0644\u0646\u0635\u064A \u063A\u064A\u0631 \u0645\u062F\u0639\u0648\u0645\u060C \u064A\u0631\u062C\u0649 \u0627\u0633\u062A\u062E\u062F\u0627\u0645 \u0627\u0644\u0628\u0631\u0646\u0627\u0645\u062C \u0627\u0644\u0625\u0636\u0627\u0641\u064A","translate-firefox-local-pdf":"\u0627\u0646\u0642\u0631 \u0644\u0627\u0633\u062A\u064A\u0631\u0627\u062F PDF",enableLineBreak:"\u0642\u0645 \u0628\u062A\u0634\u063A\u064A\u0644 \u0627\u0644\u062A\u0641\u0627\u0641 \u0627\u0644\u0643\u0644\u0645\u0627\u062A \u0627\u0644\u062A\u0644\u0642\u0627\u0626\u064A \u0644\u0644\u0641\u0642\u0631\u0627\u062A \u0627\u0644\u0637\u0648\u064A\u0644\u0629",sponsorLabel:"\u0627\u062F\u0639\u0645 \u0645\u0637\u0648\u0631\u064B\u0627 \u0628\u062F\u0621\u064B\u0627 \u0645\u0646 1 \u062F\u0648\u0644\u0627\u0631",help:"\u064A\u0633\u0627\u0639\u062F",browserShortcutsNoteForFirefox:'\u0644\u062A\u0639\u062F\u064A\u0644 \u0645\u0641\u0627\u062A\u064A\u062D \u0627\u0644\u0627\u062E\u062A\u0635\u0627\u0631 \u0641\u064A \u0645\u062A\u0635\u0641\u062D Firefox\u060C \u062A\u062D\u062A\u0627\u062C \u0625\u0644\u0649 \u0641\u062A\u062D \u0635\u0641\u062D\u0629 \u0625\u062F\u0627\u0631\u0629 \u0627\u0644\u0627\u0645\u062A\u062F\u0627\u062F\u0627\u062A `about:addons`\u060C \u062B\u0645 \u0627\u0644\u0646\u0642\u0631 \u0641\u0648\u0642 "\u0627\u0644\u0625\u0639\u062F\u0627\u062F\u0627\u062A"\u060C \u062B\u0645 \u0627\u0644\u0646\u0642\u0631 \u0641\u0648\u0642 "\u0625\u062F\u0627\u0631\u0629 \u0645\u0641\u0627\u062A\u064A\u062D \u0627\u0644\u0627\u062E\u062A\u0635\u0627\u0631" \u0644\u062A\u0639\u064A\u064A\u0646\u0647\u0627.',browserShortcutsNoteForChrome:"\u0644\u062A\u0639\u062F\u064A\u0644 \u0645\u0641\u0627\u062A\u064A\u062D \u0627\u0644\u0627\u062E\u062A\u0635\u0627\u0631 \u0641\u064A \u0645\u062A\u0635\u0641\u062D \u064A\u0634\u0628\u0647 Chrome\u060C \u062A\u062D\u062A\u0627\u062C \u0625\u0644\u0649 \u0641\u062A\u062D \u0635\u0641\u062D\u0629 \u0625\u062F\u0627\u0631\u0629 \u0627\u0644\u0625\u0636\u0627\u0641\u0627\u062A\u060C \u0648\u062A\u0639\u064A\u064A\u0646\u0647\u0627 \u0641\u064A \u0644\u0648\u062D\u0629 `\u0625\u062F\u0627\u0631\u0629 \u0627\u0644\u0627\u062E\u062A\u0635\u0627\u0631\u0627\u062A` (`chrome://extensions/shortcuts`)\u060C \u062B\u0645 \u0627\u0644\u0646\u0642\u0631 \u0641\u0648\u0642 \u0627\u0644\u0632\u0631 \u0623\u062F\u0646\u0627\u0647 \u0644\u0644\u0627\u0646\u062A\u0642\u0627\u0644 \u0625\u0644\u0649 \u0635\u0641\u062D\u0629 \u0625\u062F\u0627\u0631\u0629 \u0645\u0641\u062A\u0627\u062D \u0627\u0644\u0627\u062E\u062A\u0635\u0627\u0631.",browserShortcutsSucks:"\u062A\u0646\u0633\u064A\u0642 \u0645\u0641\u062A\u0627\u062D \u0627\u0644\u0627\u062E\u062A\u0635\u0627\u0631 \u0627\u0644\u0645\u062E\u0635\u0635 \u0647\u0648 (\u0644\u0627 \u064A\u0648\u062C\u062F \u0627\u0644\u062A\u0639\u0631\u0641 \u0627\u0644\u062A\u0644\u0642\u0627\u0626\u064A\u060C \u064A\u0631\u062C\u0649 \u0627\u0644\u062F\u062E\u0648\u0644 \u0645\u0628\u0627\u0634\u0631\u0629)\uFF1A",enableLineBreakDescription:"\u0639\u0646\u062F \u062A\u0634\u063A\u064A\u0644\u0647\u060C \u0633\u064A\u062A\u0645 \u0625\u062F\u0631\u0627\u062C \u0641\u0648\u0627\u0635\u0644 \u0627\u0644\u0623\u0633\u0637\u0631 \u0641\u064A \u0646\u0647\u0627\u064A\u0629 \u0643\u0644 \u062C\u0645\u0644\u0629 \u0641\u064A \u0641\u0642\u0631\u0627\u062A \u0637\u0648\u064A\u0644\u0629 \u0644\u062A\u0633\u0647\u064A\u0644 \u0627\u0644\u0642\u0631\u0627\u0621\u0629.","browser.shortBrandName":"\u062A\u0631\u062C\u0645\u0629 \u063A\u0627\u0645\u0631\u0629","browser.brandName":"\u062A\u0631\u062C\u0645\u0629 \u063A\u0627\u0645\u0631\u0629: \u062A\u0631\u062C\u0645\u0629 \u0635\u0641\u062D\u0627\u062A \u0627\u0644\u0648\u064A\u0628 \u062B\u0646\u0627\u0626\u064A\u0629 \u0627\u0644\u0644\u063A\u0629 \u0648\u062A\u0631\u062C\u0645\u0629 \u0645\u0633\u062A\u0646\u062F\u0627\u062A PDF","browser.brandDescription":"Bilingual web page translation, also supports PDF translation, bilingual Epub eBook translation, free to use.","browser.toggleTranslatePage":"\u062A\u0631\u062C\u0645\u0629 \u0635\u0641\u062D\u0629 \u0627\u0644\u0648\u064A\u0628/\u0625\u0638\u0647\u0627\u0631 \u0627\u0644\u0646\u0635 \u0627\u0644\u0623\u0635\u0644\u064A","browser.toggleTranslateTheWholePage":"\u062A\u0631\u062C\u0645\u0629 \u062C\u0645\u064A\u0639 \u0645\u0646\u0627\u0637\u0642 \u0627\u0644\u0635\u0641\u062D\u0629/\u0639\u0631\u0636 \u0627\u0644\u0646\u0635 \u0627\u0644\u0623\u0635\u0644\u064A","browser.toggleOnlyTransation":"\u062A\u0628\u062F\u064A\u0644 \u0627\u0644\u0648\u0636\u0639 \u062B\u0646\u0627\u0626\u064A \u0627\u0644\u0644\u063A\u0629 / \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0641\u0642\u0637","browser.toggleTranslateToThePageEndImmediately":"\u062A\u0631\u062C\u0645\u0629 \u0641\u0648\u0631\u064A\u0629 \u0625\u0644\u0649 \u0623\u0633\u0641\u0644 \u0627\u0644\u0635\u0641\u062D\u0629/\u0625\u0638\u0647\u0627\u0631 \u0627\u0644\u0646\u0635 \u0627\u0644\u0623\u0635\u0644\u064A","browser.toggleTranslateTheMainPage":"\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0645\u0646\u0637\u0642\u0629 \u0627\u0644\u0631\u0626\u064A\u0633\u064A\u0629 \u0644\u0644\u0635\u0641\u062D\u0629/\u0639\u0631\u0636 \u0627\u0644\u0646\u0635 \u0627\u0644\u0623\u0635\u0644\u064A","browser.shareToDraft":"\u0645\u0634\u0627\u0631\u0643\u0629 \u0627\u0644\u0635\u0641\u062D\u0627\u062A \u062B\u0646\u0627\u0626\u064A\u0629 \u0627\u0644\u0644\u063A\u0629","browser.openOptionsPage":"\u0627\u0641\u062A\u062D \u0635\u0641\u062D\u0629 \u0627\u0644\u0625\u0639\u062F\u0627\u062F\u0627\u062A","browser.toggleTranslationMask":"\u0625\u0638\u0647\u0627\u0631/\u0625\u062E\u0641\u0627\u0621 \u062A\u0623\u062B\u064A\u0631 \u0637\u0645\u0633 \u0627\u0644\u062A\u0631\u062C\u0645\u0629","browser.translateLocalPdfFile":"\u062A\u0631\u062C\u0645\u0629 \u0645\u0644\u0641\u0627\u062A PDF \u0627\u0644\u0645\u062D\u0644\u064A\u0629","browser.openEbookViewer":"\u0642\u0631\u0627\u0621\u0629 \u0627\u0644\u0643\u062A\u0628 \u0627\u0644\u0625\u0644\u0643\u062A\u0631\u0648\u0646\u064A\u0629 \u0627\u0644\u0645\u062D\u0644\u064A\u0629","browser.openEbookBuilder":"\u0625\u0646\u0634\u0627\u0621 \u0643\u062A\u0628 \u0625\u0644\u0643\u062A\u0631\u0648\u0646\u064A\u0629 EPUB \u062B\u0646\u0627\u0626\u064A\u0629 \u0627\u0644\u0644\u063A\u0629","browser.translateLocalHtmlFile":"\u062A\u0631\u062C\u0645\u0629 \u0645\u0644\u0641\u0627\u062A HTML/txt","browser.donateContext":"\u062A\u0639\u0631\u0641 \u0639\u0644\u0649 \u0641\u0648\u0627\u0626\u062F \u0627\u0644\u0631\u0639\u0627\u064A\u0629","browser.translateLocalSubtitleFile":"\u062A\u0631\u062C\u0645\u0629 \u0645\u0644\u0641\u0627\u062A \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0645\u062D\u0644\u064A\u0629",confirmResetConfig:"\u0647\u0644 \u0623\u0646\u062A \u0645\u062A\u0623\u0643\u062F \u0623\u0646\u0643 \u062A\u0631\u064A\u062F \u0625\u0639\u0627\u062F\u0629 \u0636\u0628\u0637 \u0625\u0639\u062F\u0627\u062F\u0627\u062A\u0643\u061F",translationLineBreakSettingTitle:"\u0625\u0639\u062F\u0627\u062F\u0627\u062A \u0627\u0644\u062A\u0641\u0627\u0641 \u0633\u0637\u0631 \u0627\u0644\u062A\u0631\u062C\u0645\u0629",smartLineBreak:"\u062A\u063A\u0644\u064A\u0641 \u0627\u0644\u062E\u0637 \u0627\u0644\u0630\u0643\u064A",alwaysLineBreak:"\u0627\u0644\u062A\u0641\u0627\u0641 \u062F\u0627\u0626\u0645\u0627",isShowContextMenu:"\u0623\u0636\u0641 \u0635\u0641\u062D\u0629 \u0627\u0644\u0648\u064A\u0628 \u0627\u0644\u0645\u062A\u0631\u062C\u0645\u0629 \u0625\u0644\u0649 \u0639\u0646\u0635\u0631 \u0642\u0627\u0626\u0645\u0629 \u0627\u0644\u0646\u0642\u0631 \u0628\u0632\u0631 \u0627\u0644\u0645\u0627\u0648\u0633 \u0627\u0644\u0623\u064A\u0645\u0646",toggleBeta:"\u062A\u0641\u0639\u064A\u0644 \u0645\u064A\u0632\u0627\u062A \u0627\u0644\u0627\u062E\u062A\u0628\u0627\u0631 \u0627\u0644\u062A\u062C\u0631\u064A\u0628\u064A",betaDescription:"\u062A\u0645\u0643\u064A\u0646 \u0627\u0644\u0645\u064A\u0632\u0627\u062A \u0627\u0644\u062A\u064A \u0644\u0627 \u062A\u0632\u0627\u0644 \u062A\u062C\u0631\u064A\u0628\u064A\u0629\u060C \u0628\u0627\u0644\u0625\u0636\u0627\u0641\u0629 \u0625\u0644\u0649 \u062E\u062F\u0645\u0627\u062A \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0642\u064A\u062F \u0627\u0644\u0627\u062E\u062A\u0628\u0627\u0631. \u0627\u0646\u0636\u0645 \u0625\u0644\u0649<1>\u0645\u062C\u0645\u0648\u0639\u0629 \u0627\u0644\u062A\u0644\u064A\u062C\u0631\u0627\u0645 \u064A\u062A\u0639\u0644\u0645 \u0623\u0643\u062B\u0631.",translationLineBreakSettingDescription:"\u064A\u064F\u0639\u062F \u0627\u0644\u0627\u0644\u062A\u0641\u0627\u0641 \u062F\u0627\u0626\u0645\u064B\u0627 \u0645\u0646\u0627\u0633\u0628\u064B\u0627 \u0644\u0644\u062A\u062E\u0637\u064A\u0637\u0627\u062A \u0630\u0627\u062A \u0627\u0644\u0645\u062D\u062A\u0648\u0649 \u0627\u0644\u0623\u0642\u0644 \u0648\u0627\u0644\u0623\u0643\u062B\u0631 \u062A\u0631\u062A\u064A\u0628\u064B\u0627. (\u0627\u0633\u062A\u062E\u062F\u0645 \u0641\u0648\u0627\u0635\u0644 \u0627\u0644\u0623\u0633\u0637\u0631 \u0627\u0644\u0630\u0643\u064A\u0629 \u0641\u064A \u0627\u0644\u0641\u0642\u0631\u0627\u062A \u0627\u0644\u0637\u0648\u064A\u0644\u0629 \u0627\u0644\u062A\u064A \u062A\u062D\u062A\u0648\u064A \u0639\u0644\u0649 \u0627\u0644\u0643\u062B\u064A\u0631 \u0645\u0646 \u0627\u0644\u0645\u062D\u062A\u0648\u0649 (\u0623\u0643\u062B\u0631 \u0645\u0646{count}\u062D\u0631\u0641) \u0644\u062A\u0648\u0641\u064A\u0631 \u0627\u0644\u0645\u0633\u0627\u062D\u0629)",tempTranslateDomainTitle:"\u0643\u0645 \u0645\u0646 \u0627\u0644\u0648\u0642\u062A \u0644\u062A\u0645\u0643\u064A\u0646 \u062A\u0631\u062C\u0645\u0629 \u0645\u0648\u0642\u0639 \u0627\u0644\u0648\u064A\u0628 \u0645\u0624\u0642\u062A\u064B\u0627",tempTranslateDomainDescription:"\u0639\u0646\u062F \u062A\u0631\u062C\u0645\u0629 \u0635\u0641\u062D\u0629 \u0648\u064A\u0628 \u064A\u062F\u0648\u064A\u064B\u0627\u060C \u0642\u0645 \u0628\u062A\u0634\u063A\u064A\u0644 \u0645\u0648\u0642\u0639 \u0627\u0644\u0648\u064A\u0628 \u0645\u0624\u0642\u062A\u064B\u0627 \u0644\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u062A\u0644\u0642\u0627\u0626\u064A\u0629\u060C \u0648\u064A\u0645\u0643\u0646\u0643 \u0636\u0628\u0637 \u0627\u0644\u0645\u062F\u0629 \u0627\u0644\u0645\u0624\u0642\u062A\u0629.",xMinutes:"{count} \u062F\u0642\u064A\u0642\u0629",disabled:"\u0625\u0628\u0637\u0627\u0644",changelog:"\u062A\u063A\u064A\u064A\u0631 \u0627\u0644\u0633\u062C\u0644",toggleTranslatePageWhenThreeFingersOnTheScreen:"\u0627\u0644\u0645\u0633 \u0627\u0644\u0634\u0627\u0634\u0629 \u0628\u0623\u0635\u0627\u0628\u0639 \u0645\u062A\u0639\u062F\u062F\u0629 \u0641\u064A \u0646\u0641\u0633 \u0627\u0644\u0648\u0642\u062A \u0644\u062A\u0631\u062C\u0645\u0629 \u0635\u0641\u062D\u0629 \u0627\u0644\u0648\u064A\u0628/\u0639\u0631\u0636 \u0627\u0644\u0646\u0635 \u0627\u0644\u0623\u0635\u0644\u064A",toggleTranslationMaskWhenThreeFingersOnTheScreen:"\u0627\u0644\u0645\u0633 \u0639\u062F\u0629 \u0623\u0635\u0627\u0628\u0639 \u0641\u064A \u0646\u0641\u0633 \u0627\u0644\u0648\u0642\u062A \u0644\u0625\u0638\u0647\u0627\u0631/\u0625\u062E\u0641\u0627\u0621 \u062A\u0623\u062B\u064A\u0631 \u0637\u0645\u0633 \u0627\u0644\u062A\u0631\u062C\u0645\u0629",fingerCountToToggleTranslagePageOnlyTranslationWhenTouching:"\u0627\u0644\u0645\u0633 \u0627\u0644\u0634\u0627\u0634\u0629 \u0628\u0623\u0635\u0627\u0628\u0639 \u0645\u062A\u0639\u062F\u062F\u0629 \u0641\u064A \u0646\u0641\u0633 \u0627\u0644\u0648\u0642\u062A \u0644\u062A\u0631\u062C\u0645\u0629 \u0635\u0641\u062D\u0629 \u0627\u0644\u0648\u064A\u0628 (\u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0641\u0642\u0637)/\u0639\u0631\u0636 \u0627\u0644\u0646\u0635 \u0627\u0644\u0623\u0635\u0644\u064A",addUrlDescription:"\u064A\u0645\u0643\u0646 \u0623\u0646 \u064A\u0643\u0648\u0646 \u0627\u0633\u0645 \u0646\u0637\u0627\u0642 \u0648\u064A\u062F\u0639\u0645 \u0623\u062D\u0631\u0641 \u0627\u0644\u0628\u062F\u0644\u060C \u0645\u062B\u0644\uFF1A*.google.com\u060C google.com/mail/*\u060C https://www.google.com/*",general:"\u0627\u0644\u0625\u0639\u062F\u0627\u062F\u0627\u062A \u0627\u0644\u0623\u0633\u0627\u0633\u064A\u0629",clickToExpandConfig:"\u0642\u0645 \u0628\u062A\u0648\u0633\u064A\u0639 \u0627\u0644\u062A\u0643\u0648\u064A\u0646 \u0627\u0644\u062D\u0627\u0644\u064A",import:"\u0627\u0633\u062A\u064A\u0631\u0627\u062F \u0645\u0646 \u0645\u0644\u0641",export:"\u062A\u0635\u062F\u064A\u0631 \u0625\u0644\u0649 \u0645\u0644\u0641",toggleDebug:"\u0637\u0628\u0627\u0639\u0629 \u0633\u062C\u0644\u0627\u062A \u0627\u0644\u062A\u0635\u062D\u064A\u062D \u0639\u0644\u0649 \u0648\u062D\u062F\u0629 \u0627\u0644\u062A\u062D\u0643\u0645","fingers.0":"\u0625\u0646\u0647\u0627\u0621","fingers.2":"\u0644\u0645\u0633\u0629 \u0628\u0625\u0635\u0628\u0639\u064A\u0646","fingers.3":"\u0644\u0645\u0633\u0629 \u0628\u062B\u0644\u0627\u062B\u0629 \u0623\u0635\u0627\u0628\u0639","fingers.4":"\u0644\u0645\u0633\u0629 \u0628\u0623\u0631\u0628\u0639\u0629 \u0623\u0635\u0627\u0628\u0639","fingers.5":"\u0644\u0645\u0633\u0629 \u062E\u0645\u0633\u0629 \u0623\u0635\u0627\u0628\u0639",mouseHoldKey:"+ {key} \u062A\u0631\u062C\u0645\u0629/\u0627\u0633\u062A\u0639\u0627\u062F\u0629 \u0647\u0630\u0647 \u0627\u0644\u0641\u0642\u0631\u0629",mouseHoldKeyAuto:"\u062A\u0631\u062C\u0645\u0629 \u0647\u0630\u0647 \u0627\u0644\u0641\u0642\u0631\u0629 \u0645\u0628\u0627\u0634\u0631\u0629",mouseHoldKeyOff:"\u0644\u0627 \u062A\u0641\u0639\u0644 \u0623\u064A \u0634\u064A\u0621",mouseHoldKeyOther:"\u0645\u0641\u0627\u062A\u064A\u062D \u0627\u0644\u0627\u062E\u062A\u0635\u0627\u0631 \u0627\u0644\u0645\u062E\u0635\u0635\u0629 (\u0627\u0644\u0625\u0639\u062F\u0627\u062F\u0627\u062A \u0627\u0644\u0645\u0641\u062A\u0648\u062D\u0629)",mouseHoldKeyCustomKey:"{key} / \u0627\u0633\u062A\u0639\u0627\u062F\u0629 \u0647\u0630\u0647 \u0627\u0644\u0641\u0642\u0631\u0629",mouseHoverHoldKey:"\u062D\u0631\u0643 \u0627\u0644\u0645\u0627\u0648\u0633 \u0648\u0627\u0636\u063A\u0637 \u0639\u0644\u0649 \u0645\u0641\u062A\u0627\u062D \u0627\u0644\u0627\u062E\u062A\u0635\u0627\u0631 \u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0641\u0642\u0631\u0629","mouse-translate":"\u062A\u0645\u0631\u064A\u0631 \u0627\u0644\u0645\u0627\u0648\u0633",document:"\u0648\u062B\u064A\u0642\u0629",resetSuccess:"\u0625\u0639\u0627\u062F\u0629 \u0636\u0628\u0637 \u062C\u0645\u064A\u0639 \u0627\u0644\u0625\u0639\u062F\u0627\u062F\u0627\u062A \u0628\u0646\u062C\u0627\u062D",resetThisSuccess:"\u062A\u0645\u062A \u0625\u0639\u0627\u062F\u0629 \u0627\u0644\u0636\u0628\u0637 \u0628\u0646\u062C\u0627\u062D",saved:"\u062D\u0641\u0638 \u0628\u0646\u062C\u0627\u062D",successImportConfig:"\u062A\u0645 \u0627\u0633\u062A\u064A\u0631\u0627\u062F \u0627\u0644\u062A\u0643\u0648\u064A\u0646 \u0628\u0646\u062C\u0627\u062D",goAdvancedSettings:"\u0627\u0646\u062A\u0642\u0644 \u0625\u0644\u0649 \u0635\u0641\u062D\u0629 \u0627\u0644\u0625\u0639\u062F\u0627\u062F\u0627\u062A \u0627\u0644\u0645\u062A\u0642\u062F\u0645\u0629",goAdvancedInterfaceSettings:"\u0627\u0646\u062A\u0642\u0644 \u0625\u0644\u0649 \u0635\u0641\u062D\u0629 \u0625\u0639\u062F\u0627\u062F\u0627\u062A \u0627\u0644\u062A\u062E\u0635\u064A\u0635 \u0627\u0644\u0645\u062A\u0642\u062F\u0645\u0629",advanced:"\u0625\u0639\u062F\u0627\u062F\u0627\u062A \u0645\u062A\u0642\u062F\u0645\u0629",advancedDescription:"\u0628\u0634\u0643\u0644 \u0639\u0627\u0645\u060C \u0644\u0627 \u064A\u0644\u0632\u0645 \u0623\u064A \u0625\u0639\u062F\u0627\u062F\u060C \u0641\u0642\u0637 \u0627\u062D\u062A\u0641\u0638 \u0628\u0627\u0644\u0625\u0639\u062F\u0627\u062F \u0627\u0644\u0627\u0641\u062A\u0631\u0627\u0636\u064A. \u0641\u0642\u0637 \u0644\u0644\u0645\u0633\u062A\u062E\u062F\u0645\u064A\u0646 \u0627\u0644\u0623\u0643\u062B\u0631 \u0627\u062D\u062A\u0631\u0627\u0641\u064B\u0627\u060C \u064A\u062A\u0645 \u062A\u0648\u0641\u064A\u0631 \u0625\u0639\u062F\u0627\u062F\u0627\u062A \u0623\u0643\u062B\u0631 \u062A\u062E\u0635\u064A\u0635\u064B\u0627.",developer:"\u0625\u0639\u062F\u0627\u062F\u0627\u062A \u0627\u0644\u0645\u0637\u0648\u0631",donateCafe:"\u0633\u0639\u0631","translate to the bottom of the page":"\u0628\u0639\u062F \u0627\u0644\u062F\u062E\u0648\u0644 \u0625\u0644\u0649 \u0635\u0641\u062D\u0629 \u0627\u0644\u0648\u064A\u0628 \u0647\u0644 \u064A\u062A\u0645 \u062A\u0631\u062C\u0645\u062A\u0647\u0627 \u0645\u0628\u0627\u0634\u0631\u0629 \u0625\u0644\u0649 \u0623\u0633\u0641\u0644 \u0627\u0644\u0635\u0641\u062D\u0629\u061F",feedback:"\u062A\u0639\u0644\u064A\u0642",toggleTranslatePage:"\u062A\u0631\u062C\u0645\u0629 \u0635\u0641\u062D\u0629 \u0627\u0644\u0648\u064A\u0628/\u0625\u0638\u0647\u0627\u0631 \u0627\u0644\u0646\u0635 \u0627\u0644\u0623\u0635\u0644\u064A",translateToThePageEndImmediatelyDescription:"\u0639\u0646\u062F \u062A\u0634\u063A\u064A\u0644\u0647\u060C \u0633\u064A\u0624\u062F\u064A \u0627\u0644\u062F\u062E\u0648\u0644 \u0625\u0644\u0649 \u0635\u0641\u062D\u0629 \u0648\u064A\u0628 \u0625\u0644\u0649 \u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0645\u062D\u062A\u0648\u0649 \u0639\u0644\u0649 \u0627\u0644\u0641\u0648\u0631 \u0645\u0646 \u0623\u0639\u0644\u0649 \u0625\u0644\u0649 \u0623\u0633\u0641\u0644. \u0625\u0630\u0627 \u062A\u0645 \u0625\u064A\u0642\u0627\u0641\u0647\u060C \u064A\u0645\u0643\u0646\u0643 \u0627\u0644\u0642\u0631\u0627\u0621\u0629 \u0648\u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0641\u064A \u0646\u0641\u0633 \u0627\u0644\u0648\u0642\u062A. (\u0644\u0627 \u064A\u0646\u0635\u062D \u0628\u062A\u0634\u063A\u064A\u0644\u0647)","translate all areas of the page":"\u0645\u0627 \u0625\u0630\u0627 \u0643\u0627\u0646 \u0633\u064A\u062A\u0645 \u062A\u0631\u062C\u0645\u0629 \u062C\u0645\u064A\u0639 \u0645\u0646\u0627\u0637\u0642 \u0635\u0641\u062D\u0629 \u0627\u0644\u0648\u064A\u0628",translationAreaDescription:"\u0639\u0646\u062F \u062A\u0634\u063A\u064A\u0644\u0647\u060C \u0633\u062A\u062A\u0645 \u062A\u0631\u062C\u0645\u0629 \u062C\u0645\u064A\u0639 \u0645\u0646\u0627\u0637\u0642 \u0635\u0641\u062D\u0629 \u0627\u0644\u0648\u064A\u0628 \u0628\u0623\u0643\u0645\u0644\u0647\u0627. \u0625\u0630\u0627 \u062A\u0645 \u0625\u064A\u0642\u0627\u0641 \u062A\u0634\u063A\u064A\u0644\u0647\u060C \u0641\u0633\u064A\u062A\u0645 \u0627\u0633\u062A\u062E\u062F\u0627\u0645 \u0627\u0644\u062A\u0639\u0631\u0641 \u0627\u0644\u0630\u0643\u064A \u0627\u0644\u0627\u0641\u062A\u0631\u0627\u0636\u064A \u0648\u0633\u062A\u062A\u0645 \u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0645\u0646\u0637\u0642\u0629 \u0627\u0644\u0631\u0626\u064A\u0633\u064A\u0629 \u0641\u0642\u0637. (\u0644\u0627 \u064A\u0646\u0635\u062D \u0628\u062A\u0634\u063A\u064A\u0644\u0647)","the number of characters to be translated first":"\u0642\u0645 \u0628\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0623\u062D\u0631\u0641 \u0627\u0644\u0642\u0644\u064A\u0644\u0629 \u0627\u0644\u0623\u0648\u0644\u0649 \u0645\u0646 \u0627\u0644\u0635\u0641\u062D\u0629 \u0645\u0628\u0627\u0634\u0631\u0629 \u062F\u0648\u0646 \u0627\u0646\u062A\u0638\u0627\u0631 \u0627\u0644\u062A\u0645\u0631\u064A\u0631 \u0625\u0644\u0649 \u0627\u0644\u0645\u0646\u0637\u0642\u0629 \u0627\u0644\u0645\u0631\u0626\u064A\u0629","interface language":"\u0644\u063A\u0629 \u0627\u0644\u0648\u0627\u062C\u0647\u0629","display both the original text and the translation":"\u0639\u0631\u0636 \u0627\u0644\u0646\u0635 \u0627\u0644\u0623\u0635\u0644\u064A \u0648\u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0641\u064A \u0648\u0642\u062A \u0648\u0627\u062D\u062F","keyboard shortcuts":"\u0627\u062E\u062A\u0635\u0627\u0631\u0627\u062A \u0644\u0648\u062D\u0629 \u0627\u0644\u0645\u0641\u0627\u062A\u064A\u062D",modify:"\u062A\u0639\u062F\u064A\u0644 \u0645\u0641\u0627\u062A\u064A\u062D \u0627\u0644\u0627\u062E\u062A\u0635\u0627\u0631",reset:"\u0625\u0639\u0627\u062F\u0629 \u0636\u0628\u0637",close:"\u0625\u0646\u0647\u0627\u0621",homepage:"\u0627\u0644\u0635\u0641\u062D\u0629 \u0627\u0644\u0631\u0626\u064A\u0633\u064A\u0629",more:"\u0623\u0643\u062B\u0631",moreOptions:"\u0642\u0645 \u0628\u062A\u0648\u0633\u064A\u0639 \u0627\u0644\u0645\u0632\u064A\u062F \u0645\u0646 \u062E\u064A\u0627\u0631\u0627\u062A \u0627\u0644\u062A\u062E\u0635\u064A\u0635",translateTheWholePage:"\u062A\u0631\u062C\u0645\u0629 \u062C\u0645\u064A\u0639 \u0645\u0646\u0627\u0637\u0642 \u0627\u0644\u0635\u0641\u062D\u0629 (\u062A\u062E\u062A\u0644\u0641 \u0639\u0646 \u0627\u0644\u0645\u0646\u0627\u0637\u0642 \u0627\u0644\u0631\u0626\u064A\u0633\u064A\u0629 \u0644\u0644\u062A\u0639\u0631\u0641 \u0627\u0644\u0630\u0643\u064A)",changeToTranslateTheWholePage:"\u0627\u0644\u062A\u0628\u062F\u064A\u0644 \u0644\u062A\u0631\u062C\u0645\u0629 \u0643\u0627\u0641\u0629 \u0627\u0644\u0645\u062C\u0627\u0644\u0627\u062A",changeToTranslateTheMainPage:"\u0642\u0645 \u0628\u0627\u0644\u062A\u0628\u062F\u064A\u0644 \u0625\u0644\u0649 \u0645\u0646\u0637\u0642\u0629 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0631\u0626\u064A\u0633\u064A\u0629",changeToOnlyTranslationMode:"\u0642\u0645 \u0628\u0627\u0644\u062A\u0628\u062F\u064A\u0644 \u0625\u0644\u0649 \u0625\u0638\u0647\u0627\u0631 \u0627\u0644\u062A\u0631\u062C\u0645\u0627\u062A \u0641\u0642\u0637",changeToDualTranslationMode:"\u0627\u0644\u062A\u0628\u062F\u064A\u0644 \u0625\u0644\u0649 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u062B\u0646\u0627\u0626\u064A\u0629 \u0627\u0644\u0644\u063A\u0629",translateToThePageEndImmediately:"\u062A\u0631\u062C\u0645 \u0639\u0644\u0649 \u0627\u0644\u0641\u0648\u0631 \u0625\u0644\u0649 \u0623\u0633\u0641\u0644 \u0627\u0644\u0635\u0641\u062D\u0629",translateTheMainPage:"\u0627\u0644\u0645\u062C\u0627\u0644\u0627\u062A \u0627\u0644\u0631\u0626\u064A\u0633\u064A\u0629 \u0644\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0630\u0643\u064A\u0629","The local rules are up to date":"\u0642\u0648\u0627\u0639\u062F \u0627\u0644\u062A\u0643\u064A\u0641 \u0627\u0644\u0645\u062D\u0644\u064A\u0629 \u0645\u062D\u062F\u062B\u0629:","Successfully synchronized with the latest official rules:":"\u062A\u0645\u062A \u0645\u0632\u0627\u0645\u0646\u0629 \u0623\u062D\u062F\u062B \u0642\u0648\u0627\u0639\u062F \u0627\u0644\u062A\u0643\u064A\u0641 \u0627\u0644\u0631\u0633\u0645\u064A\u0629 \u0628\u0646\u062C\u0627\u062D:","Checking for updates":"\u0627\u0644\u0628\u062D\u062B \u0639\u0646 \u062A\u062D\u062F\u064A\u062B\u0627\u062A","Rules are being synchronized":"\u0645\u0632\u0627\u0645\u0646\u0629 \u0642\u0648\u0627\u0639\u062F \u0627\u0644\u062A\u0643\u064A\u0641",localVersionIsTooOld:"\u0625\u0635\u062F\u0627\u0631 \u0627\u0644\u0645\u0644\u062D\u0642 \u0627\u0644\u0645\u062D\u0644\u064A \u0642\u062F\u064A\u0645 \u062C\u062F\u064B\u0627. \u064A\u0631\u062C\u0649 \u0627\u0644\u062A\u0631\u0642\u064A\u0629 \u0625\u0644\u0649 \u0627\u0644\u0645\u0644\u062D\u0642 {minVersion} \u0623\u0648 \u0625\u0635\u062F\u0627\u0631 \u0623\u062D\u062F\u062B \u0648\u0645\u062D\u0627\u0648\u0644\u0629 \u0627\u0644\u0645\u0632\u0627\u0645\u0646\u0629 \u0645\u0631\u0629 \u0623\u062E\u0631\u0649.",badUserscriptBrowser:"\u0627\u0644\u0645\u062A\u0635\u0641\u062D \u0627\u0644\u062D\u0627\u0644\u064A \u0644\u0627 \u064A\u0637\u0628\u0642 \u0648\u0627\u062C\u0647\u0629 \u0645\u0644\u062D\u0642 Grease Monkey \u0628\u0634\u0643\u0644 \u0635\u062D\u064A\u062D (\u0645\u062B\u0644 \u0627\u0644\u062D\u0635\u0648\u0644 \u0639\u0644\u0649 \u0645\u0639\u0644\u0648\u0645\u0627\u062A \u0631\u0642\u0645 \u0627\u0644\u0625\u0635\u062F\u0627\u0631 \u0644\u0644\u0628\u0631\u0646\u0627\u0645\u062C \u0627\u0644\u0646\u0635\u064A Grease Monkey \u0646\u0641\u0633\u0647)\u060C \u064A\u0631\u062C\u0649 \u0627\u0633\u062A\u062E\u062F\u0627\u0645 \u0645\u0644\u062D\u0642\u0627\u062A \u062F\u0639\u0645 \u0623\u062E\u0631\u0649 <1> Grease Monkey \u0645\u062A\u0635\u0641\u062D\u0627\u062A \u0645\u062B\u0644 \u0641\u0627\u064A\u0631\u0641\u0648\u0643\u0633",foundNewVersion:"\u062A\u0645 \u0627\u0644\u0639\u062B\u0648\u0631 \u0639\u0644\u0649 \u0646\u0633\u062E\u0629 \u062C\u062F\u064A\u062F\u0629",theLocalExtensionIsUpToUpdate:"\u0627\u0644\u0627\u0645\u062A\u062F\u0627\u062F \u0627\u0644\u062D\u0627\u0644\u064A \u0647\u0648 \u0623\u062D\u062F\u062B \u0625\u0635\u062F\u0627\u0631.",failToSyncRules:"\u0641\u0634\u0644\u062A \u0645\u0632\u0627\u0645\u0646\u0629 \u0623\u062D\u062F\u062B \u0642\u0648\u0627\u0639\u062F \u0627\u0644\u062A\u0643\u064A\u0641",retry:"\u0627\u0636\u063A\u0637 \u0647\u0646\u0627 \u0644\u0644\u0645\u062D\u0627\u0648\u0644\u0629 \u0645\u0631\u0629 \u0623\u062E\u0631\u0649",failedReason:"\u0633\u0628\u0628 \u0627\u0644\u0641\u0634\u0644",currentRuleVersion:"\u0646\u0633\u062E\u0629 \u0627\u0644\u0642\u0627\u0639\u062F\u0629 \u0627\u0644\u062D\u0627\u0644\u064A\u0629",calculating:"\u062D\u0633\u0627\u0628",unknownError:"\u062E\u0637\u0623 \u063A\u064A\u0631 \u0645\u0639\u0631\u0648\u0641",canNotFetchRemoteRule:"\u063A\u064A\u0631 \u0642\u0627\u062F\u0631 \u0639\u0644\u0649 \u0627\u0644\u062D\u0635\u0648\u0644 \u0639\u0644\u0649 \u0627\u0644\u0642\u0648\u0627\u0639\u062F \u0627\u0644\u0628\u0639\u064A\u062F\u0629",enableAlphaSuccess:"\u062A\u0645 \u062A\u0634\u063A\u064A\u0644 \u0648\u0638\u064A\u0641\u0629 \u0623\u0644\u0641\u0627",disableAlphaSuccess:"\u062A\u0645 \u0625\u064A\u0642\u0627\u0641 \u0645\u064A\u0632\u0629 \u0623\u0644\u0641\u0627",cacheSize:"\u062D\u062C\u0645 \u0630\u0627\u0643\u0631\u0629 \u0627\u0644\u062A\u062E\u0632\u064A\u0646 \u0627\u0644\u0645\u0624\u0642\u062A\uFF1A",cleaning:"\u062A\u0646\u0638\u064A\u0641",cleanCache:"\u0645\u0633\u062D \u0630\u0627\u0643\u0631\u0629 \u0627\u0644\u062A\u062E\u0632\u064A\u0646 \u0627\u0644\u0645\u0624\u0642\u062A",options:"\u064A\u062B\u0628\u062A",about:"\u0639\u0646",service:"\u062E\u062F\u0645\u0629 \u0627\u0644\u062A\u0631\u062C\u0645\u0629",needAction:"(\u0627\u0630\u0647\u0628 \u0644\u0644\u0627\u0639\u062F\u0627\u062F\u0627\u062A)",goSettings:"\u0627\u0630\u0647\u0628 \u0644\u0644\u0627\u0639\u062F\u0627\u062F\u0627\u062A",needActionForOptions:"(\u062A\u062D\u062A\u0627\u062C \u0625\u0644\u0649 \u062A\u0639\u064A\u064A\u0646)",translationEngine:"\u062E\u064A\u0627\u0631\u0627\u062A \u0627\u0644\u0645\u062D\u0631\u0643",sourceLanguage:"\u0627\u0644\u0644\u063A\u0629 \u0627\u0644\u0623\u0635\u0644\u064A\u0629",target:"\u0627\u0644\u0644\u063A\u0629 \u0627\u0644\u0645\u0633\u062A\u0647\u062F\u0641\u0629",popupSourceLanguage:"\u0627\u0644\u0644\u063A\u0629 \u0627\u0644\u0623\u0635\u0644\u064A\u0629",popupTarget:"\u0627\u0644\u0644\u063A\u0629 \u0627\u0644\u0645\u0633\u062A\u0647\u062F\u0641\u0629",popupService:"\u062E\u062F\u0645\u0629 \u0627\u0644\u062A\u0631\u062C\u0645\u0629",forThisSite:"\u0627\u0644\u0645\u0648\u0642\u0639 \u0627\u0644\u062D\u0627\u0644\u064A",autoEnableSubtitle:"\u0642\u0645 \u0628\u062A\u0634\u063A\u064A\u0644 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u062B\u0646\u0627\u0626\u064A\u0629 \u0627\u0644\u0644\u063A\u0629 \u062A\u0644\u0642\u0627\u0626\u064A\u064B\u0627",alwaysTranslate:"\u062A\u0631\u062C\u0645 \u062F\u0627\u0626\u0645\u0627 ",neverTranslate:"\u0644\u0627 \u062A\u062A\u0631\u062C\u0645 \u0623\u0628\u062F\u064B\u0627 ",alwaysTranslateSomeLanguage:"\u062A\u0631\u062C\u0645 \u062F\u0627\u0626\u0645\u0627 {language}",neverTranslateSomeLanguage:"\u0644\u0627 \u062A\u062A\u0631\u062C\u0645 \u0623\u0628\u062F\u064B\u0627 {language}",alwaysTranslateSomeSite:"\u062A\u0631\u062C\u0645 \u062F\u0627\u0626\u0645\u0627 {hostname}",neverTranslateSomeSite:"\u0644\u0627 \u062A\u062A\u0631\u062C\u0645 \u0623\u0628\u062F\u064B\u0627 {hostname}",alwaysTranslateSomeSiteOrWildSite:"\u0642\u0645 \u0628\u062A\u0631\u062C\u0645\u0629 \u0647\u0630\u0627 \u0627\u0644\u0645\u0648\u0642\u0639 \u062F\u0627\u0626\u0645\u064B\u0627",alwaysTranslateSomePage:"\u0642\u0645 \u0628\u062A\u0631\u062C\u0645\u0629 \u0647\u0630\u0647 \u0627\u0644\u0635\u0641\u062D\u0629 \u062F\u0627\u0626\u0645\u064B\u0627",add:"\u0627\u0636\u0641 \u0625\u0644\u064A\u0647",default:"\u062A\u0642\u0635\u064A\u0631",forThisLanguage:"\u0644\u0647\u0630\u0647 \u0627\u0644\u0644\u063A\u0629\uFF1A","add url":"\u0625\u062F\u062E\u0627\u0644 \u0639\u0646\u0648\u0627\u0646 \u0627\u0644\u0645\u0648\u0642\u0639",edit:"\u064A\u062D\u0631\u0631","translate other languages into specific language":"\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0644\u063A\u0627\u062A \u0627\u0644\u0623\u062E\u0631\u0649 \u0625\u0644\u0649 \u0627\u0644\u0644\u063A\u0629 \u0627\u0644\u062A\u064A \u062A\u062D\u062F\u062F\u0647\u0627","select translation service":"\u0627\u062E\u062A\u0631 \u062E\u062F\u0645\u0629 \u0627\u0644\u062A\u0631\u062C\u0645\u0629",language:"\u0644\u063A\u0629","show-original":"\u0625\u0638\u0647\u0627\u0631 \u0627\u0644\u0646\u0635 \u0627\u0644\u0623\u0635\u0644\u064A",translate:"\u064A\u062A\u0631\u062C\u0645",Translated:"\u0645\u062A\u0631\u062C\u0645",Translating:"\u062C\u0627\u0631 \u0627\u0644\u062A\u0631\u062C\u0645\u0629",Error:"\u062E\u0637\u0623",allowCacheTranslations:"\u062A\u0645\u0643\u064A\u0646 \u0627\u0644\u062A\u062E\u0632\u064A\u0646 \u0627\u0644\u0645\u0624\u0642\u062A \u0644\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0645\u062D\u0644\u064A\u0629 (\u0644\u062A\u0642\u0644\u064A\u0644 \u0637\u0644\u0628\u0627\u062A \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0644\u0644\u0641\u0642\u0631\u0627\u062A \u0627\u0644\u0645\u0643\u0631\u0631\u0629)","translation display":"\u0623\u0633\u0644\u0648\u0628 \u0639\u0631\u0636 \u0627\u0644\u062A\u0631\u062C\u0645\u0629","select diplay style":"\u062A\u0645\u064A\u064A\u0632 \u0623\u0633\u0644\u0648\u0628 \u0627\u0644\u062A\u0631\u062C\u0645\u0629\u060C \u064A\u0631\u062C\u0649 \u0627\u0644\u0631\u062C\u0648\u0639 \u0625\u0644\u0649 \u0627\u0644\u0623\u0645\u062B\u0644\u0629 \u0627\u0644\u062A\u0627\u0644\u064A\u0629 \u0644\u0645\u0632\u064A\u062F \u0645\u0646 \u0627\u0644\u062A\u0641\u0627\u0635\u064A\u0644:",interface:"\u0625\u0639\u062F\u0627\u062F\u0627\u062A \u0627\u0644\u0648\u0627\u062C\u0647\u0629",import_export:"\u0627\u0633\u062A\u064A\u0631\u0627\u062F \u0648\u062A\u0635\u062F\u064A\u0631",import_export_title:"\u062A\u0643\u0648\u064A\u0646 \u0627\u0644\u0627\u0633\u062A\u064A\u0631\u0627\u062F/\u0627\u0644\u062A\u0635\u062F\u064A\u0631",syncToGoogleDrive:"\u0627\u0644\u0645\u0632\u0627\u0645\u0646\u0629 \u0645\u0639 Google Drive \u0627\u0644\u0622\u0646",floatBallOptions:"\u0625\u0639\u062F\u0627\u062F\u0627\u062A \u0627\u0644\u0643\u0631\u0629 \u0627\u0644\u0645\u0639\u0644\u0642\u0629","floatBallOptions.enable":"\u062A\u0645\u0643\u064A\u0646 \u0627\u0644\u0643\u0631\u0629 \u0627\u0644\u0639\u0627\u0626\u0645\u0629","floatBallOptions.blockUrls":"\u062A\u0639\u0637\u064A\u0644 \u0645\u0648\u0642\u0639 \u0627\u0644\u0648\u064A\u0628","floatBallOptions.add":"\u0627\u0636\u0641 \u0625\u0644\u064A\u0647","floatBallOptions.blockUrlDesc":"\u0644\u0646 \u064A\u062A\u0645 \u0639\u0631\u0636 \u0627\u0644\u0643\u0631\u0629 \u0627\u0644\u0639\u0627\u0626\u0645\u0629 \u0639\u0646\u062F \u0645\u0648\u0627\u062C\u0647\u0629 \u0627\u0644\u0645\u0648\u0627\u0642\u0639 \u0627\u0644\u062A\u0627\u0644\u064A\u0629","floatBallOptions.clickType":"\u0627\u0646\u0642\u0631 \u0641\u0648\u0642 \u0627\u0644\u0633\u0644\u0648\u0643","floatBallOptions.clickTypeDesc":"\u0633\u0644\u0648\u0643 \u0623\u064A\u0642\u0648\u0646\u0629 \u0627\u0644\u0643\u0631\u0629 \u0627\u0644\u0639\u0627\u0626\u0645\u0629 \u0639\u0646\u062F \u0627\u0644\u0646\u0642\u0631 \u0639\u0644\u064A\u0647\u0627","floatBallOptions.clickPopup":"\u0625\u0638\u0647\u0627\u0631 \u0644\u0648\u062D\u0629 \u0627\u0644\u062A\u0631\u062C\u0645\u0629","floatBallOptions.clickTranslate":"\u062A\u0631\u062C\u0645\u0629/\u0625\u0638\u0647\u0627\u0631 \u0627\u0644\u0646\u0635 \u0627\u0644\u0623\u0635\u0644\u064A","floatBallOptions.fixedPosition":"\u56FA\u5B9A\u4F4D\u7F6E","floatBallOptions.fixedPositionDesc":"\u60AC\u6D6E\u7403\u5728\u7A97\u53E3\u5DE6\u4FA7\u8FD8\u662F\u53F3\u4FA7","floatBallOptions.fixedPositionLeft":"\u5DE6\u4FA7","floatBallOptions.fixedPositionRight":"\u53F3\u4FA7",previewAllThemes:"\u0645\u0639\u0627\u064A\u0646\u0629 \u0643\u0627\u0641\u0629 \u0627\u0644\u0623\u0646\u0645\u0627\u0637","translationTheme.none":"\u0644\u0627 \u0623\u062D\u062F","translationTheme.grey":"\u0627\u0644\u0631\u0645\u0627\u062F\u064A \u0627\u0644\u062F\u0627\u0643\u0646","translationTheme.dashed":"\u062A\u0633\u0637\u064A\u0631 \u0645\u062A\u0642\u0637\u0639","translationTheme.dotted":"\u062A\u0633\u0637\u064A\u0631 \u0645\u0646\u0642\u0637","translationTheme.dashedBorder":"\u0627\u0644\u062D\u062F\u0648\u062F \u0627\u0644\u0645\u062A\u0642\u0637\u0639\u0629","translationTheme.solidBorder":"\u0627\u0644\u062D\u062F\u0648\u062F \u0627\u0644\u0635\u0644\u0628\u0629","translationTheme.underline":"\u062A\u0633\u0637\u064A\u0631 \u0645\u0633\u062A\u0642\u064A\u0645","translationTheme.mask":"\u062A\u0623\u062B\u064A\u0631 \u0637\u0645\u0633 (\u0648\u0636\u0639 \u0627\u0644\u062A\u0639\u0644\u0645)","translationTheme.opacity":"\u062A\u0623\u062B\u064A\u0631 \u0627\u0644\u0634\u0641\u0627\u0641\u064A\u0629","translationTheme.paper":"\u062A\u0623\u062B\u064A\u0631 \u0627\u0644\u0638\u0644 \u0648\u0631\u0642\u0629 \u0628\u064A\u0636\u0627\u0621","translationTheme.dividingLine":"\u062E\u0637 \u0627\u0644\u062A\u0642\u0633\u064A\u0645","translationTheme.highlight":"\u062A\u0633\u0644\u064A\u0637 \u0627\u0644\u0636\u0648\u0621","translationTheme.marker":"\u0639\u0644\u0627\u0645\u0629","translationTheme.marker2":"\u0639\u0644\u0627\u0645\u0629 2","translationTheme.blockquote":"\u0627\u0644\u0646\u0645\u0637 \u0627\u0644\u0645\u0631\u062C\u0639\u064A","translationTheme.weakening":"\u064A\u0636\u0639\u0641","translationTheme.italic":"\u0645\u0627\u0626\u0644","translationTheme.bold":"\u0639\u0631\u064A\u0636","translationTheme.thinDashed":"\u062A\u0633\u0637\u064A\u0631 \u0645\u062A\u0642\u0637\u0639 \u0631\u0641\u064A\u0639","translationTheme.nativeDashed":"\u064A\u0623\u062A\u064A \u0627\u0644\u0646\u0638\u0627\u0645 \u0645\u0639 \u062A\u0633\u0637\u064A\u0631 \u0645\u0646\u0642\u0637","translationTheme.nativeDotted":"\u064A\u0623\u062A\u064A \u0627\u0644\u0646\u0638\u0627\u0645 \u0645\u0639 \u062A\u0633\u0637\u064A\u0631 \u0645\u0646\u0642\u0637","translationTheme.nativeUnderline":"\u0627\u0644\u0646\u0638\u0627\u0645 \u064A\u0623\u062A\u064A \u0645\u0639 \u062A\u0633\u0637\u064A\u0631 \u0645\u0633\u062A\u0642\u064A\u0645","translationTheme.wavy":"\u062E\u0637\u0648\u0637 \u0645\u062A\u0645\u0648\u062C\u0629","translationServices.custom":"\u0648\u0627\u062C\u0647\u0629 \u0628\u0631\u0645\u062C\u0629 \u0627\u0644\u062A\u0637\u0628\u064A\u0642\u0627\u062A \u0627\u0644\u0645\u062E\u0635\u0635\u0629","translationServices.tencent":"\u0645\u062A\u0631\u062C\u0645 \u062A\u064A\u0646\u0633\u0646\u062A","translationServices.tenAlpha":"\u0645\u062A\u0631\u062C\u0645 \u062A\u064A\u0646\u0633\u0646\u062A (\u0623\u0644\u0641\u0627)","translationServices.google":"\u062C\u0648\u062C\u0644 \u0627\u0644\u0645\u062A\u0631\u062C\u0645","translationServices.bai":"\u0628\u0627\u064A\u062F\u0648 (\u0623\u0644\u0641\u0627)","translationServices.baidu":"\u0645\u062A\u0631\u062C\u0645 \u0628\u0627\u064A\u062F\u0648","translationServices.aliyun":"\u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0633\u062D\u0627\u0628\u064A\u0629 \u0639\u0644\u0649 \u0628\u0627\u0628\u0627","translationServices.volc":"\u062A\u0631\u062C\u0645\u0629 \u0628\u0631\u0643\u0627\u0646","translationServices.deeplx":"DeepLX (\u0628\u064A\u062A\u0627)","translationServices.bing":"\u0645\u062A\u0631\u062C\u0645 \u0645\u0627\u064A\u0643\u0631\u0648\u0633\u0648\u0641\u062A","translationServices.deepl":"\u062F\u064A\u0628 \u0625\u0644","translationServices.wechat":"\u062A\u0631\u062C\u0645\u0629 \u0648\u064A \u0634\u0627\u062A","translationServices.azure":"\u062A\u0631\u062C\u0645\u0629 \u0623\u0632\u0648\u0631","translationServices.ibm":"\u0622\u064A \u0628\u064A \u0625\u0645 \u0648\u0627\u062A\u0633\u0648\u0646","translationServices.aws":"\u062A\u0631\u062C\u0645\u0629 \u0623\u0645\u0627\u0632\u0648\u0646","translationServices.mock":"\u062A\u0631\u062C\u0645\u0629 \u0645\u062D\u0627\u0643\u0627\u0629","translationServices.mock2":"\u062A\u0631\u062C\u0645\u0629 \u0645\u062D\u0627\u0643\u0627\u0629 2","translationServices.caiyun":"\u0643\u0627\u064A\u0648\u0646 \u0634\u064A\u0627\u0648\u064A\u0649","translationServices.cai":"\u0643\u0627\u064A\u0648\u0646 \u0634\u064A\u0627\u0648\u064A\u0649 (\u0623\u0644\u0641\u0627)","translationServices.volcAlpha":"\u0628\u0631\u0643\u0627\u0646 (\u0623\u0644\u0641\u0627)","translationServices.openl":"\u0623\u0648\u0628\u0646 \u0625\u0644","translationServices.youdao":"\u062A\u0631\u062C\u0645\u0629 \u064A\u0648\u062F\u0627\u0648","translationServices.you":"\u062A\u0631\u062C\u0645\u0629 \u064A\u0648\u062F\u0627\u0648 (\u0623\u0644\u0641\u0627)","translationServices.transmart":"\u062A\u064A\u0646\u0633\u0646\u062A \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u062A\u0641\u0627\u0639\u0644\u064A\u0629","translationServices.niu":"\u062A\u0631\u062C\u0645\u0629 \u0645\u0627\u0641\u0631\u064A\u0643\u0633","translationServices.papago":"\u062A\u0631\u062C\u0645\u0629 \u0628\u0627\u0628\u0627\u062C\u0648","translationServices.d":"\u062F (\u0623\u0644\u0641\u0627)","translationServices.dpro":"\u062F\u064A \u0628\u0631\u0648 (\u0643\u0646\u0627\u0631\u064A)","translationServices.openai":"OpenAI","translationServices.yandex":"Yandex","translationServices.chatgpt":"ChatGPT Web (3.5 \u062C\u0648\u0627\u0644)","translate title":"\u062A\u0631\u062C\u0645\u0629 \u0639\u0646\u0648\u0627\u0646 \u0627\u0644\u0635\u0641\u062D\u0629","always languages":"\u0627\u0644\u0644\u063A\u0629 \u0627\u0644\u0645\u062A\u0631\u062C\u0645\u0629 \u062F\u0627\u0626\u0645\u0627",neverTranslateLanguagesLabel:"\u0627\u0644\u0644\u063A\u0627\u062A \u0627\u0644\u062A\u064A \u0644\u0627 \u062A\u062A\u0631\u062C\u0645 \u0623\u0628\u062F\u0627",neverTranslateTheFollowingLanguagesDescription:"\u0633\u064A\u062A\u0645 \u062A\u062E\u0637\u064A \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0639\u0646\u062F\u0645\u0627 \u062A\u0643\u0648\u0646 \u0641\u0642\u0631\u0629 \u0641\u064A \u0627\u0644\u0635\u0641\u062D\u0629 \u0628\u0627\u0644\u0644\u063A\u0627\u062A \u0627\u0644\u062A\u0627\u0644\u064A\u0629",enableUserscriptPagePopup:"\u0625\u0638\u0647\u0627\u0631 \u0627\u0644\u0643\u0631\u0629 \u0627\u0644\u0639\u0627\u0626\u0645\u0629 \u0639\u0644\u0649 \u0627\u0644\u0635\u0641\u062D\u0629",enableUserscriptPagePopupDescription:"\u0628\u0639\u062F \u0625\u063A\u0644\u0627\u0642 \u0627\u0644\u0643\u0631\u0629 \u0627\u0644\u0639\u0627\u0626\u0645\u0629\u060C \u064A\u0645\u0643\u0646\u0643 \u0627\u0633\u062A\u062E\u062F\u0627\u0645 \u0645\u0641\u062A\u0627\u062D \u0627\u0644\u0627\u062E\u062A\u0635\u0627\u0631 /{touch}\u0644\u0625\u064A\u0642\u0627\u0638\u0647\u0627. \u0644\u0645\u0646\u0639 \u0627\u0644\u0639\u062B\u0648\u0631 \u0639\u0644\u0649 \u0627\u0644\u0643\u0631\u0629 \u0627\u0644\u0639\u0627\u0626\u0645\u0629 \u0628\u0639\u062F \u0625\u064A\u0642\u0627\u0641 \u062A\u0634\u063A\u064A\u0644 \u0647\u0630\u0627 \u0627\u0644\u062E\u064A\u0627\u0631 \u0639\u0646 \u0637\u0631\u064A\u0642 \u0627\u0644\u062E\u0637\u0623\u060C \u064A\u0648\u0635\u0649 \u0628\u0634\u062F\u0629 \u0628\u0648\u0636\u0639 \u0625\u0634\u0627\u0631\u0629 \u0645\u0631\u062C\u0639\u064A\u0629 \u0639\u0644\u0649 \u0635\u0641\u062D\u0629 \u0627\u0644\u0625\u0639\u062F\u0627\u062F\u0627\u062A \u0647\u0630\u0647.","always translate the following languages":"\u0639\u0646\u062F\u0645\u0627 \u062A\u0643\u0648\u0646 \u0644\u063A\u0629 \u0627\u0644\u0635\u0641\u062D\u0629 \u0628\u0627\u0644\u0644\u063A\u0627\u062A \u0627\u0644\u062A\u0627\u0644\u064A\u0629\u060C \u0633\u062A\u062A\u0645 \u062A\u0631\u062C\u0645\u062A\u0647\u0627 \u062A\u0644\u0642\u0627\u0626\u064A\u064B\u0627 \u0625\u0644\u0649 \u0627\u0644\u0644\u063A\u0629 \u0627\u0644\u0645\u0633\u062A\u0647\u062F\u0641\u0629","always sites":"\u0639\u0646\u0627\u0648\u064A\u0646 URL \u0627\u0644\u0645\u062A\u0631\u062C\u0645\u0629 \u062F\u0627\u0626\u0645\u064B\u0627","always translate the following sites":"\u0639\u0646\u062F\u0645\u0627 \u064A\u0643\u0648\u0646 \u0645\u0648\u0642\u0639 \u0627\u0644\u0648\u064A\u0628 \u0628\u0627\u0633\u0645 \u0627\u0644\u0646\u0637\u0627\u0642 \u0627\u0644\u062A\u0627\u0644\u064A\u060C \u0633\u062A\u062A\u0645 \u062A\u0631\u062C\u0645\u062A\u0647 \u062A\u0644\u0642\u0627\u0626\u064A\u064B\u0627 \u0625\u0644\u0649 \u0627\u0644\u0644\u063A\u0629 \u0627\u0644\u0647\u062F\u0641","never sites":"\u0639\u0646\u0627\u0648\u064A\u0646 URL \u0627\u0644\u062A\u064A \u0644\u0646 \u062A\u062A\u0645 \u062A\u0631\u062C\u0645\u062A\u0647\u0627 \u0623\u0628\u062F\u064B\u0627","never translate the following sites":"\u0644\u0646 \u064A\u062A\u0645 \u062A\u0646\u0641\u064A\u0630 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0639\u0646\u062F\u0645\u0627 \u064A\u0643\u0648\u0646 \u0645\u0648\u0642\u0639 \u0627\u0644\u0648\u064A\u0628 \u064A\u062D\u0645\u0644 \u0627\u0633\u0645 \u0627\u0644\u0646\u0637\u0627\u0642 \u0627\u0644\u062A\u0627\u0644\u064A","please refer to":"\u064A\u062C\u0628 \u0639\u0644\u064A\u0643 \u062A\u0639\u0628\u0626\u0629 \u0627\u0644\u0645\u0641\u062A\u0627\u062D \u0642\u0628\u0644 \u0627\u0633\u062A\u062E\u062F\u0627\u0645\u0647\u060C \u0644\u0645\u0632\u064A\u062F \u0645\u0646 \u0627\u0644\u062A\u0641\u0627\u0635\u064A\u0644 \u064A\u0631\u062C\u0649 \u0627\u0644\u0631\u062C\u0648\u0639 \u0625\u0644\u0649",KeyAndConfigurationTutorial:'"\u0627\u0644\u0628\u0631\u0646\u0627\u0645\u062C \u0627\u0644\u062A\u0639\u0644\u064A\u0645\u064A \u0644\u0644\u062A\u0637\u0628\u064A\u0642 \u0648\u0627\u0644\u062A\u0643\u0648\u064A\u0646 \u0627\u0644\u0631\u0626\u064A\u0633\u064A"',useAboveStyleForTheseSites:"\u0639\u0646\u062F\u0645\u0627 \u064A\u0643\u0648\u0646 \u0645\u0648\u0642\u0639 \u0627\u0644\u0648\u064A\u0628 \u0647\u0648 \u0627\u0633\u0645 \u0627\u0644\u0646\u0637\u0627\u0642 \u0627\u0644\u062A\u0627\u0644\u064A\u060C \u0627\u0633\u062A\u062E\u062F\u0645 \u062F\u0627\u0626\u0645\u064B\u0627 \u0646\u0645\u0637 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u2308{theme}\u230B",currentUrl:"\u0639\u0646\u0648\u0627\u0646 URL \u0627\u0644\u062D\u0627\u0644\u064A",confirm:"\u064A\u062D\u0641\u0638",cancel:"\u064A\u0644\u063A\u064A",delete:"\u064A\u0645\u0633\u062D","languages.auto":"\u0627\u0644\u0643\u0634\u0641 \u0627\u0644\u062A\u0644\u0642\u0627\u0626\u064A",syncToCloud:"\u0627\u0644\u0645\u0632\u0627\u0645\u0646\u0629 \u0645\u0639 \u062C\u0648\u062C\u0644 \u062F\u0631\u0627\u064A\u0641",syncToCloudDescription:"\u0642\u0645 \u0628\u0627\u0644\u062A\u062D\u0645\u064A\u0644 \u0625\u0644\u0649 \u0627\u0644\u0633\u062D\u0627\u0628\u0629\u060C \u0648\u064A\u0645\u0643\u0646 \u0645\u0632\u0627\u0645\u0646\u0629 \u0627\u0644\u062A\u0643\u0648\u064A\u0646 \u0628\u064A\u0646 \u0627\u0644\u0645\u062A\u0635\u0641\u062D\u0627\u062A \u0627\u0644\u0645\u062E\u062A\u0644\u0641\u0629/\u0627\u0644\u0646\u0635\u0648\u0635 \u0627\u0644\u0628\u0631\u0645\u062C\u064A\u0629 \u0644\u0642\u0631\u062F \u0627\u0644\u0632\u064A\u062A\u060C \u0645\u0639 \u0645\u0631\u0627\u0639\u0627\u0629 \u0648\u0642\u062A \u0627\u0644\u062A\u0639\u062F\u064A\u0644 \u0627\u0644\u0623\u062E\u064A\u0631.",syncToAccount:"\u0627\u0644\u0645\u0632\u0627\u0645\u0646\u0629 \u0645\u0639 \u0633\u062D\u0627\u0628\u0629 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0634\u0627\u0645\u0644\u0629",syncToAccountButton:"\u0645\u0632\u0627\u0645\u0646\u0629 \u0645\u0639 \u0627\u0644\u0633\u062D\u0627\u0628\u0629 \u0639\u0644\u0649 \u0627\u0644\u0641\u0648\u0631",syncToAccountDescription:"\u0645\u0632\u0627\u0645\u0646\u0629 \u0627\u0644\u062A\u0643\u0648\u064A\u0646\u0627\u062A \u062A\u0644\u0642\u0627\u0626\u064A\u064B\u0627 \u0628\u064A\u0646 \u0627\u0644\u0623\u062C\u0647\u0632\u0629 \u0627\u0644\u0645\u062E\u062A\u0644\u0641\u0629\u060C \u0628\u0646\u0627\u0621\u064B \u0639\u0644\u0649 \u0648\u0642\u062A \u0627\u0644\u062A\u0639\u062F\u064A\u0644 \u0627\u0644\u0623\u062E\u064A\u0631.",successSyncConfigInAccount:"\u0627\u0644\u0628\u0642\u0627\u0621 \u0645\u062A\u0632\u0627\u0645\u0646\u064B\u0627 \u0645\u0639 \u0627\u0644\u0633\u062D\u0627\u0628\u0629 \u0628\u0646\u062C\u0627\u062D",successSyncConfigToAccount:"\u062A\u0645\u062A \u0627\u0644\u0645\u0632\u0627\u0645\u0646\u0629 \u0628\u0646\u062C\u0627\u062D \u0645\u0639 \u0627\u0644\u0633\u062D\u0627\u0628\u0629",syncConfigNoUpdate:"\u0628\u0627\u0644\u0641\u0639\u0644 \u0627\u0644\u0623\u062D\u062F\u062B",authFail:"\u0641\u0634\u0644 \u0627\u0644\u062A\u0641\u0648\u064A\u0636",syncTitle:"\u0625\u062F\u0627\u0631\u0629 \u0627\u0644\u0646\u0633\u062E \u0627\u0644\u0627\u062D\u062A\u064A\u0627\u0637\u064A \u0627\u0644\u064A\u062F\u0648\u064A",import_hint:"\u064A\u0633\u062A\u0648\u0631\u062F",upload:"\u0631\u0641\u0639",revokeAuth:"\u0625\u0644\u063A\u0627\u0621 \u0627\u0644\u062A\u0631\u062E\u064A\u0635",uploadFail:"\u0627\u0644\u062A\u062D\u0645\u064A\u0644 \u0641\u0634\u0644",download:"\u062A\u062D\u0645\u064A\u0644",importSuccess:"\u062A\u0645 \u0627\u0644\u0627\u0633\u062A\u064A\u0631\u0627\u062F \u0628\u0646\u062C\u0627\u062D",importFail:"\u0641\u0634\u0644 \u0627\u0644\u0627\u0633\u062A\u064A\u0631\u0627\u062F",deleteFail:"\u0641\u0634\u0644 \u0641\u064A \u0627\u0644\u062D\u0630\u0641",backupToCloud:"\u0625\u062F\u0627\u0631\u0629 \u0645\u0644\u0641\u0627\u062A \u0627\u0644\u0646\u0633\u062E \u0627\u0644\u0627\u062D\u062A\u064A\u0627\u0637\u064A \u064A\u062F\u0648\u064A\u0627",create_new_backup:"\u0625\u0636\u0627\u0641\u0629 \u0639\u0642\u062F\u0629 \u0627\u062D\u062A\u064A\u0627\u0637\u064A\u0629",maxBackupFiles:"\u064A\u0645\u0643\u0646 \u0639\u0645\u0644 \u0646\u0633\u062E\u0629 \u0627\u062D\u062A\u064A\u0627\u0637\u064A\u0629 \u0644\u0645\u0627 \u064A\u0635\u0644 \u0625\u0644\u0649{count}\u0639\u0642\u062F \u0645\u062E\u062A\u0644\u0641\u0629\u060C \u064A\u0631\u062C\u0649 \u062D\u0630\u0641 \u0627\u0644\u0639\u0642\u062F \u063A\u064A\u0631 \u0627\u0644\u0636\u0631\u0648\u0631\u064A\u0629",backupToCloudDescription:"\u062A\u062D\u0645\u064A\u0644 \u0645\u0644\u0641\u0627\u062A \u0627\u0644\u0646\u0633\u062E \u0627\u0644\u0627\u062D\u062A\u064A\u0627\u0637\u064A \u0623\u0648 \u0627\u0633\u062A\u0639\u0627\u062F\u062A\u0647\u0627 \u064A\u062F\u0648\u064A\u064B\u0627\u060C \u0645\u0645\u0627 \u064A\u0633\u0645\u062D \u0628\u0645\u0627 \u064A\u0635\u0644 \u0625\u0644\u0649 3 \u0646\u0633\u062E \u0627\u062D\u062A\u064A\u0627\u0637\u064A\u0629 \u0645\u062E\u062A\u0644\u0641\u0629",successSyncConfig:"\u0627\u0644\u0628\u0642\u0627\u0621 \u0645\u062A\u0632\u0627\u0645\u0646\u064B\u0627 \u0645\u0639 \u0627\u0644\u0633\u062D\u0627\u0628\u0629 \u0628\u0646\u062C\u0627\u062D",syncFail:"\u0641\u0634\u0644\u062A \u0627\u0644\u0645\u0632\u0627\u0645\u0646\u0629",updatedAt:"\u062A\u0645 \u0627\u0644\u062A\u062D\u062F\u064A\u062B \u0639\u0646\u062F {date}",lastSyncedAt:"\u0622\u062E\u0631 \u0641\u062D\u0635 \u0643\u0627\u0646 \u0639\u0646\u062F {date}",downloadFail:"\u0627\u0644\u062A\u062D\u0645\u064A\u0644 \u0641\u0634\u0644",clickToDownload:"\u0627\u0636\u063A\u0637 \u0644\u0644\u062A\u062D\u0645\u064A\u0644",aboutLabel:"\u062D\u0648\u0644 - \u0631\u062F\u0648\u062F \u0627\u0644\u0641\u0639\u0644","browser.openAboutPage":"\u062D\u0648\u0644/\u0631\u062F\u0648\u062F \u0627\u0644\u0641\u0639\u0644",aboutLabelWithoutSponsor:"\u062D\u0648\u0644 - \u0631\u062F\u0648\u062F \u0627\u0644\u0641\u0639\u0644",aboutIntro:"\u0623\u062A\u0645\u0646\u0649 \u0623\u0646 \u0646\u062A\u0645\u0643\u0646 \u062C\u0645\u064A\u0639\u064B\u0627 \u0645\u0646 \u0627\u0644\u0648\u0635\u0648\u0644 \u0625\u0644\u0649 \u0627\u0644\u0645\u0639\u0644\u0648\u0645\u0627\u062A \u0627\u0644\u0636\u062E\u0645\u0629 \u0627\u0644\u0645\u062A\u0639\u0644\u0642\u0629 \u0628\u0627\u0644\u0644\u063A\u0627\u062A \u0627\u0644\u0623\u062C\u0646\u0628\u064A\u0629 \u0639\u0644\u0649 \u0627\u0644\u0625\u0646\u062A\u0631\u0646\u062A \u0628\u0633\u0647\u0648\u0644\u0629 \u0648\u0633\u0639\u0627\u062F\u0629 \u0623\u0643\u0628\u0631. \u064A\u0645\u0643\u0646\u0643 \u0627\u062E\u062A\u064A\u0627\u0631 \u0641\u062A\u062D \u0639\u0636\u0648\u064A\u0629 <6> Pro \u0644\u0627\u0633\u062A\u062E\u062F\u0627\u0645 \u062A\u0631\u062C\u0645\u0627\u062A DeepL \u0648OpenAI \u062E\u0627\u0631\u062C \u0627\u0644\u0635\u0646\u062F\u0648\u0642.

\u064A\u0645\u0643\u0646\u0643\u0645 \u0645\u062A\u0627\u0628\u0639\u062A\u0646\u0627 \u0639\u0644\u0649 <3>\u062A\u0648\u064A\u062A\u0631 ,<4>\u0642\u0646\u0627\u0629 \u0627\u0644\u062A\u0644\u064A\u062C\u0631\u0627\u0645 \u0623\u0648 \u062D\u0633\u0627\u0628 WeChat \u0627\u0644\u0639\u0627\u0645 \u0623\u0648 \u0645\u062C\u0645\u0648\u0639\u0629 \u0627\u062A\u0635\u0627\u0644\u0627\u062A WeChat \u0623\u0648 <5> \u0627\u0634\u062A\u0631\u0627\u0643 \u0627\u0644\u0628\u0631\u064A\u062F \u0627\u0644\u0625\u0644\u0643\u062A\u0631\u0648\u0646\u064A \u0623\u062F\u0646\u0627\u0647 \u062A\u062A\u0628\u0639 \u0627\u0644\u062A\u062D\u062F\u064A\u062B\u0627\u062A.
<7>\u0639\u0636\u0648 \u0645\u062D\u062A\u0631\u0641 \u064A\u0645\u0643\u0646\u0643 \u0627\u0644\u0627\u062A\u0635\u0627\u0644 \u0628\u0627\u0644\u0628\u0631\u064A\u062F \u0627\u0644\u0625\u0644\u0643\u062A\u0631\u0648\u0646\u064A \u0627\u0644\u0633\u0631\u064A\u0639 \u0644\u062E\u062F\u0645\u0629 \u0627\u0644\u0639\u0645\u0644\u0627\u0621 <8> support@immersivetranslate.com \u0627\u0628\u0642 \u0639\u0644\u0649 \u062A\u0648\u0627\u0635\u0644 \u0645\u0639\u0646\u0627.",aboutIntroWithoutSponsor:"\u0623\u062A\u0645\u0646\u0649 \u0623\u0646 \u0646\u062A\u0645\u0643\u0646 \u062C\u0645\u064A\u0639\u064B\u0627 \u0645\u0646 \u0627\u0644\u0648\u0635\u0648\u0644 \u0628\u0634\u0643\u0644 \u0623\u0633\u0647\u0644 \u0648\u0623\u0643\u062B\u0631 \u0645\u062A\u0639\u0629 \u0625\u0644\u0649 \u0627\u0644\u0643\u0645 \u0627\u0644\u0647\u0627\u0626\u0644 \u0645\u0646 \u0627\u0644\u0645\u0639\u0644\u0648\u0645\u0627\u062A \u0628\u0627\u0644\u0644\u063A\u0629 \u0627\u0644\u0623\u062C\u0646\u0628\u064A\u0629 \u0639\u0644\u0649 \u0627\u0644\u0625\u0646\u062A\u0631\u0646\u062A \u2764\uFE0F

\u064A\u0645\u0643\u0646\u0643 \u0645\u062A\u0627\u0628\u0639\u062A\u0646\u0627 \u0639\u0644\u0649 Twitter <3> ,<4>\u0642\u0646\u0627\u0629 \u0627\u0644\u062A\u0644\u064A\u062C\u0631\u0627\u0645 \u0623\u0648 \u062D\u0633\u0627\u0628 WeChat \u0627\u0644\u0639\u0627\u0645 \u0623\u0648 \u0645\u062C\u0645\u0648\u0639\u0629 \u0627\u062A\u0635\u0627\u0644\u0627\u062A WeChat \u0623\u0648 <5> \u0627\u0634\u062A\u0631\u0627\u0643 \u0627\u0644\u0628\u0631\u064A\u062F \u0627\u0644\u0625\u0644\u0643\u062A\u0631\u0648\u0646\u064A \u0623\u062F\u0646\u0627\u0647 \u062A\u062A\u0628\u0639 \u0627\u0644\u062A\u062D\u062F\u064A\u062B\u0627\u062A.",projectHomepage:"\u0627\u0644\u0635\u0641\u062D\u0629 \u0627\u0644\u0631\u0626\u064A\u0633\u064A\u0629 \u0644\u0644\u0645\u0634\u0631\u0648\u0639",joinTelegramGroup:"\u0627\u0646\u0636\u0645 \u0625\u0644\u0649 \u0645\u062C\u0645\u0648\u0639\u0629 \u0627\u062A\u0635\u0627\u0644\u0627\u062A \u0627\u0644\u0645\u0633\u062A\u062E\u062F\u0645\u064A\u0646 \u0644\u0644\u0645\u0634\u0627\u0631\u0643\u0629 \u0641\u064A \u0627\u0644\u0645\u0646\u0627\u0642\u0634\u0627\u062A \u0627\u0644\u0648\u0638\u064A\u0641\u064A\u0629",wechatPublicAccount:"\u062D\u0633\u0627\u0628 \u0648\u064A \u0634\u0627\u062A \u0627\u0644\u0639\u0627\u0645",wechatCommunities:"\u0645\u062C\u0645\u0648\u0639\u0629 \u0627\u0644\u0627\u062A\u0635\u0627\u0644\u0627\u062A WeChat",qqCommunities:"\u0642\u0646\u0627\u0629 \u0627\u062A\u0635\u0627\u0644 QQ",joinTelegramChannel:"\u062A\u0627\u0628\u0639\u0648\u0627 \u0642\u0646\u0627\u0629 \u0627\u0644\u062A\u0644\u064A\u062C\u0631\u0627\u0645 \u0644\u0645\u0639\u0631\u0641\u0629 \u0622\u062E\u0631 \u0627\u0644\u062A\u062D\u062F\u064A\u062B\u0627\u062A",feedbackAndJoin:"\u0631\u062F\u0648\u062F \u0627\u0644\u0641\u0639\u0644 \u0627\u0644\u0645\u0634\u0643\u0644\u0629 / \u0627\u0644\u0627\u0646\u0636\u0645\u0627\u0645 \u0625\u0644\u0649 \u0627\u0644\u0645\u062C\u0645\u0648\u0639\u0629",autoSync:"\u0627\u0644\u0645\u0632\u0627\u0645\u0646\u0629 \u0627\u0644\u0645\u062C\u062F\u0648\u0644\u0629 \u0627\u0644\u062A\u0644\u0642\u0627\u0626\u064A\u0629",loadingThemeTitle:"\u0623\u0633\u0644\u0648\u0628 \u0627\u0644\u062A\u062D\u0645\u064A\u0644",loadingThemeDescription:"\u0627\u0636\u0628\u0637 \u0627\u0644\u0646\u0645\u0637 \u0623\u062B\u0646\u0627\u0621 \u0627\u0646\u062A\u0638\u0627\u0631 \u062A\u062D\u0645\u064A\u0644 \u0627\u0644\u062A\u0631\u062C\u0645\u0629","loadingTheme.spinner":"\u0627\u0644\u0631\u0633\u0648\u0645 \u0627\u0644\u0645\u062A\u062D\u0631\u0643\u0629 \u0627\u0644\u062F\u0627\u0626\u0631\u0629","loadingTheme.text":"\u0646\u0635 \u062B\u0627\u0628\u062A... ","loadingTheme.none":"\u0644\u0627 \u062A\u0638\u0647\u0631",developerDescription:"\u064A\u0645\u0643\u0646\u0643 \u0627\u0644\u0646\u0642\u0631 \u0641\u0648\u0642 <1> \u0647\u0646\u0627 \u0639\u0631\u0636 \u0627\u0644\u0648\u062B\u0627\u0626\u0642 \u0627\u0644\u0645\u062A\u0639\u0644\u0642\u0629 \u0628\u0627\u0644\u062A\u062E\u0635\u064A\u0635 \u0627\u0644\u0645\u062A\u0642\u062F\u0645","edit border color":"\u062A\u0639\u062F\u064A\u0644 \u0644\u0648\u0646 \u0627\u0644\u062D\u062F\u0648\u062F",successSyncButNoChange:"\u0627\u0644\u062A\u0643\u0648\u064A\u0646 \u0627\u0644\u062D\u0627\u0644\u064A \u0645\u062A\u0648\u0627\u0641\u0642 \u0645\u0639 \u0627\u0644\u0633\u062D\u0627\u0628\u0629",customTheme:"\u0627\u0644\u0623\u0644\u0648\u0627\u0646 \u0648\u0627\u0644\u0623\u062D\u062C\u0627\u0645 \u0627\u0644\u0645\u062E\u0635\u0635\u0629","customThemeLabel.borderColor":"\u0644\u0648\u0646 \u0627\u0644\u062D\u062F\u0648\u062F","customThemeLabel.borderRadius":"\u062D\u062F\u0648\u062F \u0645\u0633\u062A\u062F\u064A\u0631\u0629 \u0627\u0644\u0632\u0648\u0627\u064A\u0627","customThemeLabel.textColor":"\u0644\u0648\u0646 \u0627\u0644\u062E\u0637","customThemeLabel.backgroundColor":"\u0644\u0648\u0646 \u0627\u0644\u062E\u0644\u0641\u064A\u0629","customThemeLabel.zoom":"\u062A\u062D\u062C\u064A\u0645 \u0627\u0644\u062E\u0637 (%)","customThemeLabel.opacity":"\u0639\u062A\u0627\u0645\u0629 \u0627\u0644\u0646\u0635 (%)",resetToDefaultColor:"\u0627\u0644\u0639\u0648\u062F\u0629 \u0625\u0644\u0649 \u0627\u0644\u0644\u0648\u0646 \u0627\u0644\u0627\u0641\u062A\u0631\u0627\u0636\u064A",resetToDefaultSettings:"\u0627\u0644\u0639\u0648\u062F\u0629 \u0625\u0644\u0649 \u0627\u0644\u0625\u0639\u062F\u0627\u062F\u0627\u062A \u0627\u0644\u0627\u0641\u062A\u0631\u0627\u0636\u064A\u0629",isTranslateTitle:"\u0642\u0645 \u0628\u062A\u0634\u063A\u064A\u0644 \u0639\u0646\u0627\u0648\u064A\u0646 \u0635\u0641\u062D\u0627\u062A \u0627\u0644\u0648\u064A\u0628 \u0627\u0644\u0645\u062A\u0631\u062C\u0645\u0629",isTranslateTitleDescription:"\u0639\u0646\u062F \u062A\u0634\u063A\u064A\u0644\u0647\u060C \u0633\u064A\u062A\u0645 \u062A\u0631\u062C\u0645\u0629 \u0639\u0646\u0648\u0627\u0646 \u0635\u0641\u062D\u0629 \u0627\u0644\u0648\u064A\u0628",enableSearchEnhancement:"\u062A\u0645\u0643\u064A\u0646 \u062A\u0639\u0632\u064A\u0632 \u0627\u0644\u0645\u0639\u0644\u0648\u0645\u0627\u062A \u062B\u0646\u0627\u0626\u064A\u0629 \u0627\u0644\u0644\u063A\u0629",enableSearchEnhancementDescription:'\u0628\u0639\u062F \u062A\u0634\u063A\u064A\u0644\u0647\u0627\u060C \u0633\u064A\u062A\u0645 \u0639\u0631\u0636 \u0646\u062A\u0627\u0626\u062C \u0628\u062D\u062B "\u0623\u062E\u0628\u0627\u0631 Google" \u0627\u0644\u0645\u0642\u0627\u0628\u0644\u0629 \u0644\u0644\u0643\u0644\u0645\u0627\u062A \u0627\u0644\u0631\u0626\u064A\u0633\u064A\u0629 \u0628\u0627\u0644\u0644\u063A\u0629 \u0627\u0644\u0625\u0646\u062C\u0644\u064A\u0632\u064A\u0629 \u062A\u0644\u0642\u0627\u0626\u064A\u064B\u0627 \u0641\u064A \u0627\u0644\u0639\u0645\u0648\u062F \u0627\u0644\u0623\u064A\u0645\u0646 \u0644\u0645\u0648\u0627\u0642\u0639 \u0627\u0644\u0648\u064A\u0628 \u0627\u0644\u0645\u062F\u0639\u0648\u0645\u0629 (\u0623\u062E\u0628\u0627\u0631 Google\u060C \u0628\u062D\u062B Google (\u0628\u0639\u0636 \u0627\u0644\u0643\u0644\u0645\u0627\u062A \u0627\u0644\u0631\u0626\u064A\u0633\u064A\u0629)\u060C Snowball\u060C Oriental Fortune\u060C Futu\u060C Tiger Community).',verifyService:"\u0627\u0646\u0642\u0631 \u0647\u0646\u0627 \u0644\u0627\u062E\u062A\u0628\u0627\u0631 \u0627\u0644\u062E\u062F\u0645\u0629",verified:"\u062A\u0645 \u0627\u0644\u062A\u062D\u0642\u0642 \u0628\u0646\u062C\u0627\u062D","field.langs":"\u0631\u0645\u0648\u0632 \u0627\u0644\u0644\u063A\u0629 \u0627\u0644\u0645\u062F\u0639\u0648\u0645\u0629","field.model":"\u0646\u0645\u0648\u0630\u062C","field.translationEngine":"\u0645\u062D\u0631\u0643 \u0627\u0644\u062A\u0631\u062C\u0645\u0629","field.limitPerMinute":"\u0627\u0644\u062D\u062F \u0627\u0644\u0623\u0642\u0635\u0649 \u0644\u0639\u062F\u062F \u0627\u0644\u0637\u0644\u0628\u0627\u062A \u0641\u064A \u0627\u0644\u062F\u0642\u064A\u0642\u0629","field.limitPerSecond":"\u0627\u0644\u062D\u062F \u0627\u0644\u0623\u0642\u0635\u0649 \u0644\u0639\u062F\u062F \u0627\u0644\u0637\u0644\u0628\u0627\u062A \u0641\u064A \u0627\u0644\u062B\u0627\u0646\u064A\u0629","field.maxTextLengthPerRequest":"\u0627\u0644\u062D\u062F \u0627\u0644\u0623\u0642\u0635\u0649 \u0644\u0637\u0648\u0644 \u0627\u0644\u0646\u0635 \u0644\u0643\u0644 \u0637\u0644\u0628","field.maxTextGroupLengthPerRequest":"\u0627\u0644\u062D\u062F \u0627\u0644\u0623\u0642\u0635\u0649 \u0644\u0639\u062F\u062F \u0627\u0644\u0641\u0642\u0631\u0627\u062A \u0644\u0643\u0644 \u0637\u0644\u0628","field.apiUrl":"\u0639\u0646\u0648\u0627\u0646 \u0648\u0627\u062C\u0647\u0629 API \u0627\u0644\u0645\u062E\u0635\u0635\u0629","field.placeholderDelimiters":"\u0627\u0644\u0639\u0646\u0627\u0635\u0631 \u0627\u0644\u0646\u0627\u0626\u0628\u0629 \u0627\u0644\u0645\u062D\u062C\u0648\u0632\u0629","description.custom":"\u0627\u0644\u0648\u0635\u0648\u0644 \u0625\u0644\u0649 \u0627\u0644\u0648\u0627\u062C\u0647\u0629 \u0627\u0644\u0645\u062E\u0635\u0635\u0629 \u064A\u062A\u0637\u0644\u0628 \u0648\u062B\u0627\u0626\u0642 \u0645\u0631\u062C\u0639\u064A\u0629","description.limitPerMinute":"\u0648\u0639\u0646\u062F\u0645\u0627 \u064A\u062A\u062C\u0627\u0648\u0632 \u0639\u062F\u062F \u0627\u0644\u0637\u0644\u0628\u0627\u062A \u0647\u0630\u0627 \u0627\u0644\u062D\u062F\u060C \u0641\u0625\u0646\u0647 \u0633\u064A\u062F\u062E\u0644 \u0641\u064A \u062D\u0627\u0644\u0629 \u0627\u0644\u0627\u0646\u062A\u0638\u0627\u0631 \u062D\u062A\u0649 \u0628\u062F\u0627\u064A\u0629 \u0627\u0644\u062F\u0642\u064A\u0642\u0629 \u0627\u0644\u062A\u0627\u0644\u064A\u0629. \u0646\u0638\u0631\u064B\u0627 \u0644\u0644\u0642\u064A\u0648\u062F \u0627\u0644\u0645\u062E\u062A\u0644\u0641\u0629 \u0644\u062E\u062F\u0645\u0629 OpenAI \u0627\u0644\u062D\u0627\u0644\u064A\u0629\u060C \u064A\u0631\u062C\u0649 \u0627\u0644\u0646\u0642\u0631 \u0641\u0648\u0642 <1> \u0647\u0646\u0627 \u0639\u0631\u0636 \u0623\u062D\u062F\u062B \u0627\u0644\u0642\u064A\u0645 \u0627\u0644\u0645\u0648\u0635\u0649 \u0628\u0647\u0627","description.limitPerSecond":"\u0648\u0639\u0646\u062F\u0645\u0627 \u064A\u062A\u062C\u0627\u0648\u0632 \u0639\u062F\u062F \u0627\u0644\u0637\u0644\u0628\u0627\u062A \u0647\u0630\u0627 \u0627\u0644\u062D\u062F\u060C \u0641\u0625\u0646\u0647 \u0633\u064A\u062F\u062E\u0644 \u0641\u064A \u062D\u0627\u0644\u0629 \u0627\u0644\u0627\u0646\u062A\u0638\u0627\u0631 \u062D\u062A\u0649 \u0628\u062F\u0627\u064A\u0629 \u0627\u0644\u062B\u0627\u0646\u064A\u0629 \u0627\u0644\u062A\u0627\u0644\u064A\u0629. \u0646\u0638\u0631\u064B\u0627 \u0644\u0644\u0642\u064A\u0648\u062F \u0627\u0644\u0645\u062E\u062A\u0644\u0641\u0629 \u0644\u062E\u062F\u0645\u0629 OpenAI \u0627\u0644\u062D\u0627\u0644\u064A\u0629\u060C \u064A\u0631\u062C\u0649 \u0627\u0644\u0646\u0642\u0631 \u0641\u0648\u0642 <1> \u0647\u0646\u0627 \u0639\u0631\u0636 \u0623\u062D\u062F\u062B \u0627\u0644\u0642\u064A\u0645 \u0627\u0644\u0645\u0648\u0635\u0649 \u0628\u0647\u0627","description.generalLimitPerSecond":"\u0648\u0639\u0646\u062F\u0645\u0627 \u064A\u062A\u062C\u0627\u0648\u0632 \u0639\u062F\u062F \u0627\u0644\u0637\u0644\u0628\u0627\u062A \u0647\u0630\u0627 \u0627\u0644\u062D\u062F\u060C \u0641\u0625\u0646\u0647 \u0633\u064A\u062F\u062E\u0644 \u0641\u064A \u062D\u0627\u0644\u0629 \u0627\u0644\u0627\u0646\u062A\u0638\u0627\u0631 \u062D\u062A\u0649 \u0628\u062F\u0627\u064A\u0629 \u0627\u0644\u062B\u0627\u0646\u064A\u0629 \u0627\u0644\u062A\u0627\u0644\u064A\u0629.","description.prompt":"\u062A\u0631\u0633\u0644 \u0627\u0644\u0645\u062D\u0627\u062F\u062B\u0629 \u0625\u0644\u0649 {service} \u0628\u0635\u0641\u0629 \u0627\u0644\u0645\u0633\u062A\u062E\u062F\u0645\u060C \u062D\u064A\u062B \u064A\u0645\u062B\u0644 {{text}} \u0646\u0635 \u0627\u0644\u0641\u0642\u0631\u0629\u060C \u0648\u064A\u0645\u062B\u0644 {{from}} \u0644\u063A\u0629 \u0627\u0644\u0641\u0642\u0631\u0629\u060C \u0648\u064A\u0645\u062B\u0644 {{to}} \u0627\u0644\u0644\u063A\u0629 \u0627\u0644\u0645\u0633\u062A\u0647\u062F\u0641\u0629.","description.maxTextLengthPerRequest":"\u0627\u0644\u062D\u062F \u0627\u0644\u0623\u0642\u0635\u0649 \u0644\u0639\u062F\u062F \u0627\u0644\u0623\u062D\u0631\u0641 \u0644\u0643\u0644 \u0637\u0644\u0628. \u0625\u0630\u0627 \u0643\u0627\u0646 \u0643\u0628\u064A\u0631\u064B\u0627 \u062C\u062F\u064B\u0627\u060C \u0641\u0633\u062A\u062A\u0628\u0627\u0637\u0623 \u0627\u0633\u062A\u062C\u0627\u0628\u0629 \u0627\u0644\u0648\u0627\u062C\u0647\u0629\u060C \u0644\u0630\u0627 \u064A\u0645\u0643\u0646\u0643 \u0645\u062D\u0627\u0648\u0644\u0629 \u0636\u0628\u0637 \u0647\u0630\u0627 \u0627\u0644\u062E\u064A\u0627\u0631 \u0644\u062A\u062D\u0633\u064A\u0646 \u0627\u0644\u0633\u0631\u0639\u0629.","description.systemPrompt":"\u062A\u0645 \u0625\u0631\u0633\u0627\u0644 \u0627\u0644\u062D\u0648\u0627\u0631 \u0625\u0644\u0649 {service} \u0628\u0627\u0633\u0645 \u0627\u0644\u0646\u0638\u0627\u0645\u060C \u062D\u064A\u062B \u064A\u0645\u062B\u0644 {{text}} \u0646\u0635 \u0627\u0644\u0641\u0642\u0631\u0629\u060C \u0648\u064A\u0645\u062B\u0644 {{from}} \u0644\u063A\u0629 \u0627\u0644\u0641\u0642\u0631\u0629\u060C \u0648\u064A\u0645\u062B\u0644 {{to}} \u0627\u0644\u0644\u063A\u0629 \u0627\u0644\u0645\u0633\u062A\u0647\u062F\u0641\u0629.","field.domain":"\u0645\u062C\u0627\u0644","description.domain":"\u0627\u0644\u0627\u0641\u062A\u0631\u0627\u0636\u064A \u0647\u0648\uFF1A\u0639\u0627\u0645. \u0644\u0627 \u064A\u0645\u0643\u0646 \u0636\u0628\u0637\u0647 \u0625\u0644\u0627 \u0639\u0646\u062F \u062A\u0645\u0643\u064A\u0646 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0645\u0633\u062A\u0646\u062F\u0629 \u0625\u0644\u0649 \u0627\u0644\u0645\u062C\u0627\u0644 \u0641\u064A \u0648\u062D\u062F\u0629 \u062A\u062D\u0643\u0645 Youdao API. \u0644\u0644\u062D\u0635\u0648\u0644 \u0639\u0644\u0649 \u0627\u0644\u062D\u0642\u0648\u0644 \u0627\u0644\u0645\u062F\u0639\u0648\u0645\u0629\u060C \u064A\u0631\u062C\u0649 \u0627\u0644\u0627\u0637\u0644\u0627\u0639 \u0639\u0644\u0649 <1> \u0647\u0646\u0627.","field.scene":"\u0645\u0634\u0627\u0647\u062F","description.scene":"\u0627\u0644\u0627\u0641\u062A\u0631\u0627\u0636\u064A \u0647\u0648\uFF1A\u0639\u0627\u0645. \u0644\u0627 \u064A\u0645\u0643\u0646 \u0636\u0628\u0637\u0647 \u0625\u0644\u0627 \u0639\u0646\u062F \u062A\u0646\u0634\u064A\u0637 \u0627\u0644\u0625\u0635\u062F\u0627\u0631 \u0627\u0644\u0627\u062D\u062A\u0631\u0627\u0641\u064A \u0644\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0622\u0644\u064A\u0629 \u0641\u064A \u0648\u062D\u062F\u0629 \u062A\u062D\u0643\u0645 Alibaba Cloud API. \u0631\u0627\u062C\u0639 <1> \u0647\u0646\u0627 \u0644\u0644\u062D\u0635\u0648\u0644 \u0639\u0644\u0649 \u0627\u0644\u0633\u064A\u0646\u0627\u0631\u064A\u0648\u0647\u0627\u062A \u0627\u0644\u0645\u062F\u0639\u0648\u0645\u0629.","field.vocabId":"\u0645\u0639\u0631\u0641 \u0642\u0627\u0645\u0648\u0633 \u0627\u0644\u0645\u0633\u062A\u062E\u062F\u0645","description.vocabId":"\u064A\u062F\u0639\u0645 \u0627\u0644\u0642\u0627\u0645\u0648\u0633 \u0627\u0644\u0645\u062D\u062F\u062F out_id \u062D\u0627\u0644\u064A\u064B\u0627 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0625\u0646\u062C\u0644\u064A\u0632\u064A\u0629 \u0627\u0644\u0635\u064A\u0646\u064A\u0629.","description.model":"\u064A\u0645\u0643\u0646 \u0623\u0646 \u064A\u0643\u0648\u0646 \u0646\u0645\u0648\u0630\u062C OpenAI \u0647\u0648 gpt-3.5-turbo \u0623\u0648 gpt-4 \u0648\u0645\u0627 \u0625\u0644\u0649 \u0630\u0644\u0643.","description.maxTextGroupLengthPerRequest":"\u0639\u062F\u062F \u0627\u0644\u0641\u0642\u0631\u0627\u062A \u0627\u0644\u0645\u0631\u0633\u0644\u0629 \u0625\u0644\u0649 \u062E\u062F\u0645\u0629 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0641\u064A \u0643\u0644 \u0645\u0631\u0629. \u0625\u0630\u0627 \u0643\u0627\u0646 \u0647\u0646\u0627\u0643 \u0639\u062F\u062F \u0643\u0628\u064A\u0631 \u062C\u062F\u064B\u0627 \u0645\u0646 \u0627\u0644\u0641\u0642\u0631\u0627\u062A\u060C \u0641\u0642\u062F \u062A\u062A\u0628\u0627\u0637\u0623 \u0627\u0633\u062A\u062C\u0627\u0628\u0629 \u0627\u0644\u0648\u0627\u062C\u0647\u0629.","description.apiUrl":"\u0627\u0644\u0631\u062C\u0627\u0621 \u0625\u0636\u0627\u0641\u0629 \u0639\u0646\u0648\u0627\u0646 URL \u0645\u062D\u062F\u062F \u0645\u0639 \u0627\u0644\u0645\u0633\u0627\u0631\u060C <1> \u0627\u0644\u0645\u0632\u064A\u062F \u0645\u0646 \u0627\u0644\u062A\u0639\u0644\u064A\u0645\u0627\u062A",enabledExtension:"\u062A\u0645\u0643\u064A\u0646 \u0627\u0644\u062A\u0645\u062F\u064A\u062F",clickToDisableExtension:"\u0627\u0646\u0642\u0631 \u0644\u062A\u0639\u0637\u064A\u0644 \u0627\u0644\u062A\u0645\u062F\u064A\u062F",clickToEnableExtension:"\u0627\u0646\u0642\u0631 \u0644\u062A\u0645\u0643\u064A\u0646 \u0627\u0644\u062A\u0645\u062F\u064A\u062F",hasBeenDisabled:"\u0639\u0627\u062C\u0632","show password":"\u0639\u0631\u0636 \u0643\u0644\u0645\u0629 \u0627\u0644\u0645\u0631\u0648\u0631",customContent:"\u0623\u062F\u062E\u0644 \u0627\u0633\u0645 \u0627\u0644\u0646\u0645\u0648\u0630\u062C \u0627\u0644\u0645\u062E\u0635\u0635",inputOptions:"\u062A\u062D\u0633\u064A\u0646 \u0635\u0646\u062F\u0648\u0642 \u0627\u0644\u0625\u062F\u062E\u0627\u0644",mouseHoverOptions:"\u062A\u0645\u0631\u064A\u0631 \u0627\u0644\u0645\u0627\u0648\u0633",modifyMouseHoverKey:"\u062A\u0639\u062F\u064A\u0644 \u0645\u0641\u0627\u062A\u064A\u062D \u0627\u0644\u0627\u062E\u062A\u0635\u0627\u0631 \u0627\u0644\u062E\u0627\u0635\u0629 \u0628\u0627\u0644\u0645\u0627\u0648\u0633",enableInputTranslation:"\u0645\u0627 \u0625\u0630\u0627 \u0643\u0627\u0646 \u0633\u064A\u062A\u0645 \u062A\u0645\u0643\u064A\u0646 \u062A\u062D\u0633\u064A\u0646 \u0645\u0631\u0628\u0639 \u0627\u0644\u0625\u062F\u062E\u0627\u0644",enableInputTranslationDescription:"\u0628\u0639\u062F{trailingKey}\u060C \u0623\u062F\u062E\u0644 \u0645\u0628\u0627\u0634\u0631\u0629 {startingKey}{startingKey} hello \u0641\u064A \u0645\u0631\u0628\u0639 \u0627\u0644\u0625\u062F\u062E\u0627\u0644\u060C \u062B\u0645 \u0627\u0646\u0642\u0631 \u0633\u0631\u064A\u0639\u064B\u0627 \u0641\u0648\u0642{inputTrailingTriggerKeyRepeatTimes}\u0645\u0631\u062A\u064A\u0646 \u0644\u062A\u0631\u062C\u0645\u062A\u0647 \u0625\u0644\u0649 {inputTargetLanguage}",enableInputTranslationDescriptionForNoneKey:"{trailingKey}\u062A\u0645\u0643\u064A\u0646\u0647\u060C \u0623\u062F\u062E\u0644 \u0645\u0628\u0627\u0634\u0631\u0629\uFF1Ahelloworld \u0641\u064A \u0645\u0631\u0628\u0639 \u0627\u0644\u0625\u062F\u062E\u0627\u0644\u060C \u062B\u0645 \u0627\u0646\u0642\u0631 \u0628\u0633\u0631\u0639\u0629{inputTrailingTriggerKeyRepeatTimes}\u0644\u0644\u062A\u0631\u062C\u0645\u0629 \u0625\u0644\u0649 \u0627\u0644\u0644\u063A\u0629 \u0627\u0644\u0645\u0633\u062A\u0647\u062F\u0641\u0629 \u0627\u0644\u0627\u0641\u062A\u0631\u0627\u0636\u064A\u0629.",inputTargetLanguage:"\u0642\u0645 \u0628\u062A\u0639\u064A\u064A\u0646 \u0627\u0644\u0644\u063A\u0629 \u0627\u0644\u0647\u062F\u0641 \u0627\u0644\u0627\u0641\u062A\u0631\u0627\u0636\u064A\u0629 \u0644\u0645\u0631\u0628\u0639 \u0627\u0644\u0625\u062F\u062E\u0627\u0644",inputTargetLanguageDescription:"\u0627\u0644\u0644\u063A\u0629 \u0627\u0644\u0647\u062F\u0641 \u0627\u0644\u0627\u0641\u062A\u0631\u0627\u0636\u064A\u0629 \u0644\u062A\u0631\u062C\u0645\u0629 \u0645\u0631\u0628\u0639 \u0627\u0644\u0625\u062F\u062E\u0627\u0644\u060C \u0648\u0647\u064A {startingKey}{startingKey} \u0643\u0644\u063A\u0629 \u0627\u0641\u062A\u0631\u0627\u0636\u064A\u0629 \u0644\u0643\u0644\u0645\u0627\u062A \u0627\u0644\u062A\u0634\u063A\u064A\u0644",inputTargetLanguageDescriptionForNoneKey:"\u0627\u0644\u0644\u063A\u0629 \u0627\u0644\u0647\u062F\u0641 \u0627\u0644\u0627\u0641\u062A\u0631\u0627\u0636\u064A\u0629 \u0644\u062A\u0631\u062C\u0645\u0627\u062A \u0645\u0631\u0628\u0639 \u0627\u0644\u0625\u062F\u062E\u0627\u0644",inputStartingTriggerKeyTitle:"\u0642\u0645 \u0628\u062A\u0639\u064A\u064A\u0646 \u0627\u0644\u0623\u062D\u0631\u0641 \u0627\u0644\u0645\u0642\u0633\u0645\u0629 \u0644\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u062C\u0632\u0626\u064A\u0629 \u0644\u0645\u0631\u0628\u0639 \u0627\u0644\u0625\u062F\u062E\u0627\u0644",inputStartingTriggerKeyDescription:"\u0639\u0646\u062F\u0645\u0627 \u0644\u0627 \u062A\u062D\u062A\u0627\u062C \u0625\u0644\u0649 \u062A\u0631\u062C\u0645\u0629 \u0645\u0631\u0628\u0639 \u0627\u0644\u0625\u062F\u062E\u0627\u0644 \u0628\u0623\u0643\u0645\u0644\u0647\u060C \u064A\u062A\u064A\u062D \u0644\u0643 \u0627\u0644\u0645\u062D\u062F\u062F \u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u062C\u0632\u0621 \u0641\u0642\u0637 {startingKey}{startingKey} \u0625\u0644\u0649 \u0646\u0647\u0627\u064A\u0629 \u0645\u0631\u0628\u0639 \u0627\u0644\u0625\u062F\u062E\u0627\u0644\u060C \u0623\u0648 \u064A\u0645\u0643\u0646\u0643 \u062A\u062D\u062F\u064A\u062F \u0631\u0645\u0632 \u0627\u0644\u0644\u063A\u0629\u060C \u0639\u0644\u0649 \u0633\u0628\u064A\u0644 \u0627\u0644\u0645\u062B\u0627\u0644\u060C\uFF1A{startingKey}ja \u062A\u0639\u0646\u064A \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0641\u0642\u0637 \u0627\u0644\u062C\u0632\u0621 \u0645\u0646 {startingKey}\u062C\u0627 \u0625\u0644\u0649 \u0646\u0647\u0627\u064A\u0629 \u0645\u0631\u0628\u0639 \u0627\u0644\u0625\u062F\u062E\u0627\u0644.",inputStartingTriggerKeyDescriptionForNoneKey:"\u062A\u0645 \u0636\u0628\u0637\u0647 \u062D\u0627\u0644\u064A\u064B\u0627 \u0628\u062D\u064A\u062B \u0644\u0627 \u064A\u062A\u0637\u0644\u0628 \u0623\u064A \u0628\u0627\u062F\u0626\u0629\u060C \u0648\u0628\u0639\u0636 \u0648\u0638\u0627\u0626\u0641 \u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0646\u0635 \u0641\u064A \u0645\u0631\u0628\u0639 \u0627\u0644\u0625\u062F\u062E\u0627\u0644 \u063A\u064A\u0631 \u0645\u062A\u0627\u062D\u0629 \u0645\u0624\u0642\u062A\u064B\u0627.",inputTrailingTriggerKeyTitle:"\u062D\u062F\u062F \u062D\u0631\u0641 \u0627\u0644\u0645\u0634\u063A\u0644 \u0627\u0644\u0630\u064A \u064A\u0646\u0647\u064A \u0627\u0644\u0625\u062F\u062E\u0627\u0644",inputTrailingTriggerKeyDescription:"\u0633\u064A\u0624\u062F\u064A \u0627\u0644\u0636\u063A\u0637 \u0639\u0644\u0649{trailingKey} 3 \u0645\u0631\u0627\u062A \u0641\u064A \u062A\u062A\u0627\u0628\u0639 \u0633\u0631\u064A\u0639 \u0625\u0644\u0649 \u0628\u062F\u0621 \u0627\u0644\u062A\u0631\u062C\u0645\u0629",inputTrailingTriggerKeyTimeout:"\u0623\u062F\u062E\u0644 \u0627\u0644\u0641\u0627\u0635\u0644 \u0627\u0644\u0632\u0645\u0646\u064A \u0628\u064A\u0646 \u0627\u0644\u0645\u0634\u063A\u0644\u0627\u062A \u0644\u0625\u0646\u0647\u0627\u0621 \u0627\u0644\u062A\u062D\u0631\u064A\u0631 \u0648\u0627\u0644\u0633\u0631\u062F.",inputTrailingTriggerKeyTimeoutDescription:"\u0642\u0645 \u0628\u062A\u0639\u064A\u064A\u0646 \u0627\u0644\u0641\u0627\u0635\u0644 \u0627\u0644\u0632\u0645\u0646\u064A (\u0645\u0644\u064A \u062B\u0627\u0646\u064A\u0629) \u0644\u0644\u0625\u062F\u062E\u0627\u0644 \u0644\u0625\u0646\u0647\u0627\u0621 \u0645\u0634\u063A\u0644 \u0627\u0644\u062A\u062D\u0631\u064A\u0631 \u0648\u0627\u0644\u0633\u0631\u062F",spaceKey:"<\u0645\u0633\u0627\u0641\u0629>",noneKey:"\u0644\u0627 \u062A\u0648\u062C\u062F \u062D\u0627\u062C\u0629 \u0625\u0644\u0649 \u0628\u0627\u062F\u0626\u0629\u060C \u0642\u0645 \u0628\u062A\u0631\u062C\u0645\u0629 \u0645\u0631\u0628\u0639 \u0627\u0644\u0646\u0635 \u0628\u0627\u0644\u0643\u0627\u0645\u0644 \u0645\u0628\u0627\u0634\u0631\u0629\u064B",inputTranslationBlockUrlsTitle:"\u0644\u0627 \u062A\u0642\u0645 \u0645\u0637\u0644\u0642\u064B\u0627 \u0628\u062A\u0645\u0643\u064A\u0646 \u062A\u062D\u0633\u064A\u0646\u0627\u062A \u062D\u0642\u0644 \u0627\u0644\u0625\u062F\u062E\u0627\u0644 \u0641\u064A \u0639\u0646\u0627\u0648\u064A\u0646 URL",inputTranslationBlockUrlsDescription:"\u0641\u064A \u0639\u0646\u0627\u0648\u064A\u0646 URL \u0627\u0644\u062A\u0627\u0644\u064A\u0629\u060C \u0644\u0646 \u064A\u0635\u0628\u062D \u062A\u062D\u0633\u064A\u0646 \u0645\u0631\u0628\u0639 \u0627\u0644\u0625\u062F\u062E\u0627\u0644 \u0633\u0627\u0631\u064A \u0627\u0644\u0645\u0641\u0639\u0648\u0644",clickToSeeQuickDemo:"\u0627\u0646\u0642\u0631 \u0644\u062A\u0648\u0633\u064A\u0639 \u0641\u064A\u062F\u064A\u0648 \u0627\u0644\u062A\u0639\u0644\u064A\u0645\u0627\u062A \u0627\u0644\u0633\u0631\u064A\u0639\u0629 \u0644\u0645\u062F\u0629 30 \u062B\u0627\u0646\u064A\u0629",inputHelperInfo:"\u0645\u0644\u0627\u062D\u0638\u0629\uFF1A: \u0644\u0642\u062F \u0642\u0645\u0646\u0627 \u0628\u062A\u062D\u0633\u064A\u0646 \u0627\u0644\u0645\u0634\u0643\u0644\u0629 \u0639\u0644\u0649 \u0648\u062C\u0647 \u0627\u0644\u062A\u062D\u062F\u064A\u062F \u062D\u064A\u062B \u062A\u062A\u062D\u0648\u0644 \u0628\u0639\u0636 \u0623\u062D\u0631\u0641 \u0627\u0644\u062A\u0634\u063A\u064A\u0644 \u0625\u0644\u0649 \u0639\u0644\u0627\u0645\u0627\u062A \u062A\u0631\u0642\u064A\u0645 \u0635\u064A\u0646\u064A\u0629 \u0636\u0645\u0646 \u0637\u0631\u064A\u0642\u0629 \u0627\u0644\u0625\u062F\u062E\u0627\u0644 \u0627\u0644\u0635\u064A\u0646\u064A\u0629. \u0639\u0644\u0649 \u0633\u0628\u064A\u0644 \u0627\u0644\u0645\u062B\u0627\u0644\u060C \u0636\u0645\u0646 \u0637\u0631\u064A\u0642\u0629 \u0627\u0644\u0625\u062F\u062E\u0627\u0644 Sogou\u060C / \u0633\u0648\u0641 \u062A\u062A\u062D\u0648\u0644 \u0625\u0644\u0649 \u062A\u0648\u0642\u0641 \u0645\u0624\u0642\u062A\u060C \u0648\u062A\u062F\u0639\u0645 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u063A\u0627\u0645\u0631\u0629 \u062C\u0645\u064A\u0639 \u0627\u0644\u0631\u0645\u0648\u0632 \u0627\u0644\u0635\u064A\u0646\u064A\u0629 \u0627\u0644\u0645\u0642\u0627\u0628\u0644\u0629 \u0644\u0640 \u0633\u064A\u062A\u0645 \u0627\u0644\u062A\u0639\u0631\u0641 \u0639\u0644\u0649 \u0623\u062D\u0631\u0641 \u0627\u0644\u062A\u0634\u063A\u064A\u0644\u060C \u0623\u064A //\u060C \u0639\u0644\u0649 \u0623\u0646\u0647\u0627 \u0623\u062D\u0631\u0641 \u062A\u0634\u063A\u064A\u0644.

\u0641\u064A \u0627\u0644\u0648\u0642\u062A \u0646\u0641\u0633\u0647\u060C \u0646\u062F\u0639\u0645 \u0623\u064A\u0636\u064B\u0627 \u0627\u0644\u0623\u0633\u0645\u0627\u0621 \u0627\u0644\u0635\u064A\u0646\u064A\u0629 \u0627\u0644\u0645\u0633\u062A\u0639\u0627\u0631\u0629 \u0644\u0631\u0645\u0648\u0632 \u0627\u0644\u0644\u063A\u0629 \u0643\u0623\u0648\u0627\u0645\u0631. \u0639\u0644\u0649 \u0633\u0628\u064A\u0644 \u0627\u0644\u0645\u062B\u0627\u0644\u060C \u0633\u062A\u062A\u0645 \u062A\u0631\u062C\u0645\u0629 /Japanese Hello World \u0625\u0644\u0649 \u0627\u0644\u064A\u0627\u0628\u0627\u0646\u064A\u0629. <1> \u0627\u0646\u0642\u0631 \u0647\u0646\u0627 \u0644\u0639\u0631\u0636 \u0643\u0627\u0641\u0629 \u0631\u0645\u0648\u0632 \u0627\u0644\u0644\u063A\u0627\u062A \u0627\u0644\u0645\u062F\u0639\u0648\u0645\u0629. .",reloadCurrentPage:"\u064A\u0631\u062C\u0649 \u062A\u062D\u062F\u064A\u062B \u0627\u0644\u0635\u0641\u062D\u0629 \u0627\u0644\u062D\u0627\u0644\u064A\u0629 \u0642\u0628\u0644 \u0628\u062F\u0621 \u0627\u0644\u062A\u0631\u062C\u0645\u0629",noLocalFilePermissionForPDF:"\u0644\u064A\u0633 \u0644\u062F\u064A\u0646\u0627 \u062D\u0627\u0644\u064A\u064B\u0627 \u0625\u0630\u0646 \u0628\u0642\u0631\u0627\u0621\u0629 \u0627\u0644\u0645\u0644\u0641\u0627\u062A \u0627\u0644\u0645\u062D\u0644\u064A\u0629. \u0627\u0644\u0631\u062C\u0627\u0621 \u0627\u0644\u0646\u0642\u0631 \u0641\u0648\u0642 \u0627\u0644\u0632\u0631 \u0623\u0639\u0644\u0627\u0647 \u0648\u0627\u0633\u062A\u064A\u0631\u0627\u062F \u0627\u0644\u0645\u0644\u0641\u0627\u062A \u0627\u0644\u0645\u062D\u0644\u064A\u0629.",noPermissionForThisPage:"\u26A0\uFE0F \u0644\u0627 \u064A\u0648\u062C\u062F \u0625\u0630\u0646 \u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0635\u0641\u062D\u0629 \u0627\u0644\u062D\u0627\u0644\u064A\u0629",retryAllParagraphs:"\u0623\u0639\u062F \u0645\u062D\u0627\u0648\u0644\u0629 \u0643\u0627\u0641\u0629 \u0641\u0642\u0631\u0627\u062A \u0627\u0644\u062E\u0637\u0623",retryAllButton:"\u0623\u0639\u062F \u0645\u062D\u0627\u0648\u0644\u0629 \u0643\u0627\u0641\u0629 \u0641\u0642\u0631\u0627\u062A \u0627\u0644\u062E\u0637\u0623",errorTooltipTitle:"\u0627\u0646\u0642\u0631 \u0644\u0639\u0631\u0636 \u0633\u0628\u0628 \u0627\u0644\u062E\u0637\u0623",errorModalTitle:"\u064A\u0628\u062F\u0648 \u0623\u0646 \u0647\u0646\u0627\u0643 \u062E\u0637\u0623 \u0645\u0627 \u0641\u064A \u062E\u062F\u0645\u0629 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0623\u0648 \u0627\u0644\u0634\u0628\u0643\u0629...",disableConfirm:"\u0625\u0639\u062F\u0627\u062F\u0627\u062A \u062A\u0639\u0632\u064A\u0632 \u0627\u0644\u0645\u0639\u0644\u0648\u0645\u0627\u062A \u062B\u0646\u0627\u0626\u064A\u0629 \u0627\u0644\u0644\u063A\u0629",disableOnce:"\u0645\u0639\u0637\u0644\u0629 \u0647\u0630\u0647 \u0627\u0644\u0645\u0631\u0629",disableGlobal:"\u062A\u0639\u0637\u064A\u0644 \u062F\u0627\u0626\u0645",disableTint:"* \u064A\u0645\u0643\u0646\u0643 \u0625\u0639\u0627\u062F\u0629 \u062A\u0645\u0643\u064A\u0646\u0647 \u0641\u064A {option}.",searchEnhancementNotes:"\u0644\u0642\u062F \u0648\u062C\u062F\u0646\u0627 \u0623\u0646 \u0646\u062A\u0627\u0626\u062C \u0627\u0644\u0623\u062E\u0628\u0627\u0631 \u0644\u0644\u0643\u0644\u0645\u0627\u062A \u0627\u0644\u0631\u0626\u064A\u0633\u064A\u0629 \u0627\u0644\u0635\u064A\u0646\u064A\u0629 \u0648\u0627\u0644\u0643\u0644\u0645\u0627\u062A \u0627\u0644\u0631\u0626\u064A\u0633\u064A\u0629 \u0627\u0644\u0625\u0646\u062C\u0644\u064A\u0632\u064A\u0629 \u0645\u062E\u062A\u0644\u0641\u0629 \u062A\u0645\u0627\u0645\u064B\u0627. \u0628\u0639\u062F \u062A\u0645\u0643\u064A\u0646 \u0648\u0638\u064A\u0641\u0629 \u062A\u062D\u0633\u064A\u0646 \u0627\u0644\u0645\u0639\u0644\u0648\u0645\u0627\u062A \u062B\u0646\u0627\u0626\u064A\u0629 \u0627\u0644\u0644\u063A\u0629 \u0644\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u063A\u0627\u0645\u0631\u0629\u060C \u0633\u0646\u0628\u062D\u062B \u0641\u064A \u0645\u0648\u0627\u0642\u0639 \u0627\u0644\u0648\u064A\u0628 \u0627\u0644\u0645\u062F\u0639\u0648\u0645\u0629 (\u0623\u062E\u0628\u0627\u0631 Google\u060C \u0628\u062D\u062B Google (\u0628\u0639\u0636 \u0627\u0644\u0643\u0644\u0645\u0627\u062A \u0627\u0644\u0631\u0626\u064A\u0633\u064A\u0629)\u060C Snowball\u060C Oriental Fortune Network\u060C Futu \u060C Tiger) \u064A\u0628\u062D\u062B \u062A\u0644\u0642\u0627\u0626\u064A\u064B\u0627 \u0639\u0646 \u0646\u0641\u0633 \u0627\u0644\u0643\u0644\u0645\u0627\u062A \u0627\u0644\u0631\u0626\u064A\u0633\u064A\u0629 \u0628\u0627\u0644\u0644\u063A\u0629 \u0627\u0644\u0625\u0646\u062C\u0644\u064A\u0632\u064A\u0629 \u0648\u064A\u0639\u0631\u0636\u0647\u0627 \u0639\u0644\u0649 \u0627\u0644\u064A\u0645\u064A\u0646. \u0625\u0630\u0627 \u0644\u0645 \u062A\u0643\u0646 \u0628\u062D\u0627\u062C\u0629 \u0625\u0644\u0649 \u0647\u0630\u0647 \u0627\u0644\u0645\u064A\u0632\u0629\u060C \u0641\u064A\u0645\u0643\u0646\u0643 \u0627\u062E\u062A\u064A\u0627\u0631 \u062A\u0639\u0637\u064A\u0644\u0647\u0627.",option:"\u064A\u062B\u0628\u062A",saveSettings:"\u0627\u062D\u0641\u0638 \u0627\u0644\u062A\u063A\u064A\u064A\u0631\u0627\u062A",closeModal:"\u0623\u063A\u0644\u0642 \u0627\u0644\u0646\u0627\u0641\u0630\u0629",enableInputTranslationWithoutTriggerKeyTitle:"\u062A\u0645\u0643\u064A\u0646 \u0627\u0644\u062A\u062D\u0631\u064A\u0631 \u0648\u0627\u0644\u0633\u0631\u062F \u0627\u0644\u0633\u0631\u064A\u0639 3 \u0645\u0631\u0627\u062A{trailingKey}\u060C \u0648\u062A\u0631\u062C\u0645\u0629 \u0645\u0631\u0628\u0639 \u0627\u0644\u0625\u062F\u062E\u0627\u0644 \u0628\u0623\u0643\u0645\u0644\u0647 \u0645\u0628\u0627\u0634\u0631\u0629 \u0625\u0644\u0649{inputTargetLanguage}",enableInputTranslationWithoutTriggerKeyDescription:"\u0625\u0630\u0627 \u0643\u0646\u062A \u0628\u062D\u0627\u062C\u0629 \u0625\u0644\u0649 \u062A\u062D\u062F\u064A\u062F \u0627\u0644\u0644\u063A\u0629 \u0627\u0644\u0645\u0633\u062A\u0647\u062F\u0641\u0629\u060C \u0641\u064A\u0631\u062C\u0649 \u0625\u0636\u0627\u0641\u0629 \u0631\u0645\u0632 \u0627\u0644\u0644\u063A\u0629 \u0641\u064A \u0627\u0644\u0645\u0642\u062F\u0645\u0629\u060C \u0645\u062B\u0644\uFF1Aja Hello World",mouseHoverShortcutPlaceholder:"\u0645\u062B\u0644\uFF1A\u0627\u0644\u062A\u062D\u0648\u0644",deepLProName:"\u0639\u0636\u0648 \u0645\u062D\u062A\u0631\u0641 \u0641\u064A \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0634\u0627\u0645\u0644\u0629 (\u0645\u0633\u062A\u062D\u0633\u0646)",deepLProDescription:"\u064A\u0645\u0643\u0646 \u0627\u0633\u062A\u062E\u062F\u0627\u0645 \u0627\u0644\u062D\u0632\u0645\u0629 \u0627\u0644\u062D\u0627\u0644\u064A\u0629 \u0645\u0628\u0627\u0634\u0631\u0629",deeplProDescriptionForNormal:"\u0644\u0627 \u062A\u0648\u062C\u062F \u0625\u0639\u062F\u0627\u062F\u0627\u062A \u0645\u0637\u0644\u0648\u0628\u0629. \u064A\u0645\u0643\u0646\u0643 \u0627\u0633\u062A\u062E\u062F\u0627\u0645\u0647\u0627 \u0628\u0639\u062F \u062A\u0633\u062C\u064A\u0644 \u0627\u0644\u062F\u062E\u0648\u0644 \u0643\u0639\u0636\u0648. <1> \u0627\u0646\u0642\u0631 \u0647\u0646\u0627 \u0644\u0644\u062A\u0631\u0642\u064A\u0629 \u0625\u0644\u0649 \u0639\u0636\u0648.",deepLCustomDescription:"\u0623\u0646\u062A \u0628\u062D\u0627\u062C\u0629 \u0625\u0644\u0649 \u0628\u0637\u0627\u0642\u0629 \u0627\u0626\u062A\u0645\u0627\u0646 \u0623\u062C\u0646\u0628\u064A\u0629\u060C \u0627\u0646\u062A\u0642\u0644 \u0625\u0644\u0649 <1>DeepL \u062A\u0645 \u0641\u062A\u062D\u0647 \u0631\u0633\u0645\u064A\u064B\u0627\u060C \u0627\u0646\u0642\u0631 \u0644\u0639\u0631\u0636 \u0627\u0644\u0645\u0633\u062A\u0646\u062F\u0627\u062A <2>",deepLCustomName:"\u0645\u0641\u062A\u0627\u062D \u0627\u0644\u0645\u0635\u0627\u062F\u0642\u0629 \u0627\u0644\u0645\u062E\u0635\u0635",chooseProviderLabel:"\u0627\u062E\u062A\u0631 \u0645\u0632\u0648\u062F \u0627\u0644\u062E\u062F\u0645\u0629",openaiProName:"\u0639\u0636\u0648 \u0645\u062D\u062A\u0631\u0641 \u0641\u064A \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0634\u0627\u0645\u0644\u0629 (\u0645\u0633\u062A\u062D\u0633\u0646)",openaiProDescription:"\u064A\u0645\u0643\u0646 \u0627\u0633\u062A\u062E\u062F\u0627\u0645 \u0627\u0644\u062D\u0632\u0645\u0629 \u0627\u0644\u062D\u0627\u0644\u064A\u0629 \u0645\u0628\u0627\u0634\u0631\u0629",openaiProDescriptionForNormal:"\u0644\u0627 \u062A\u0648\u062C\u062F \u0625\u0639\u062F\u0627\u062F\u0627\u062A \u0645\u0637\u0644\u0648\u0628\u0629. \u064A\u0645\u0643\u0646\u0643 \u0627\u0633\u062A\u062E\u062F\u0627\u0645\u0647\u0627 \u0628\u0639\u062F \u062A\u0633\u062C\u064A\u0644 \u0627\u0644\u062F\u062E\u0648\u0644 \u0643\u0639\u0636\u0648. <1> \u0627\u0646\u0642\u0631 \u0647\u0646\u0627 \u0644\u0644\u062A\u0631\u0642\u064A\u0629 \u0625\u0644\u0649 \u0639\u0636\u0648.",openaiCustomDescription:"\u064A\u0645\u0643\u0646 \u0627\u0644\u062D\u0635\u0648\u0644 \u0639\u0644\u064A\u0647 \u0645\u0646 OpenAI \u0623\u0648 Azure OpenAI \u0623\u0648 \u062E\u062F\u0645\u0627\u062A \u0623\u062E\u0631\u0649 \u062A\u0627\u0628\u0639\u0629 \u0644\u062C\u0647\u0627\u062A \u062E\u0627\u0631\u062C\u064A\u0629.<1> \u0627\u0646\u0642\u0631 \u0647\u0646\u0627 \u0644\u0639\u0631\u0636 \u0627\u0644\u0645\u0633\u062A\u0646\u062F.",openaiCustomName:"\u0645\u0641\u062A\u0627\u062D \u0648\u0627\u062C\u0647\u0629 \u0628\u0631\u0645\u062C\u0629 \u0627\u0644\u062A\u0637\u0628\u064A\u0642\u0627\u062A \u0627\u0644\u0645\u062E\u0635\u0635",needLoginAction:"(\u0623\u062F\u062E\u0644 \u0627\u0644\u0639\u0636\u0648\u064A\u0629 \u0623\u0648 \u0627\u0644\u062A\u062E\u0635\u064A\u0635)",goLoginOrAction:"(\u0623\u062F\u062E\u0644 \u0627\u0644\u0639\u0636\u0648\u064A\u0629 \u0623\u0648 \u0627\u0630\u0647\u0628 \u0625\u0644\u0649 \u0627\u0644\u0625\u0639\u062F\u0627\u062F\u0627\u062A)",yearly:"\u0627\u0644\u0627\u0634\u062A\u0631\u0627\u0643 \u0627\u0644\u0633\u0646\u0648\u064A \u0627\u0644\u0645\u0633\u062A\u0645\u0631",quarterly:"\u0645\u0648\u0627\u0633\u0645 \u0645\u062A\u062A\u0627\u0644\u064A\u0629",monthly:"\u0627\u0634\u062A\u0631\u0627\u0643 \u0634\u0647\u0631\u064A \u0645\u0633\u062A\u0645\u0631",yearlyForOnce:"\u0627\u0644\u0628\u0627\u0642\u0629 \u0627\u0644\u0633\u0646\u0648\u064A\u0629 \u0644\u0645\u0631\u0629 \u0648\u0627\u062D\u062F\u0629",monthlyForOnce:"\u0628\u0627\u0642\u0629 \u0634\u0647\u0631\u064A\u0629 \u0644\u0645\u0631\u0629 \u0648\u0627\u062D\u062F\u0629",daily:"\u0623\u064A\u0627\u0645 \u0645\u062A\u062A\u0627\u0644\u064A\u0629",year:"\u0627\u0644\u0627\u0634\u062A\u0631\u0627\u0643 \u0627\u0644\u0633\u0646\u0648\u064A \u0627\u0644\u0645\u0633\u062A\u0645\u0631",quarter:"\u0645\u0648\u0627\u0633\u0645 \u0645\u062A\u062A\u0627\u0644\u064A\u0629",month:"\u0627\u0634\u062A\u0631\u0627\u0643 \u0634\u0647\u0631\u064A \u0645\u0633\u062A\u0645\u0631",day:"\u0623\u064A\u0627\u0645 \u0645\u062A\u062A\u0627\u0644\u064A\u0629",onetime_7day:"\u062D\u0632\u0645\u0629 \u062A\u062C\u0631\u064A\u0628\u064A\u0629 \u0644\u0645\u062F\u0629 7 \u0623\u064A\u0627\u0645",currentPlanDescriptionForFree:"\u0627\u0644\u062D\u0632\u0645\u0629 \u0627\u0644\u062D\u0627\u0644\u064A\u0629\uFF1A\u0645\u062C\u0627\u0646\u064A\u0629",currentPlanDescriptionForContinuous:"\u0627\u0644\u0628\u0627\u0642\u0629 \u0627\u0644\u062D\u0627\u0644\u064A\u0629\uFF1A{plan}\u062A\u062C\u062F\u064A\u062F\u0647\u0627 \u062A\u0644\u0642\u0627\u0626\u064A\u0627 \u0641\u064A {endAt}",currentPlanDescriptionForAutoRenewCaceling:"\u0627\u0644\u0628\u0627\u0642\u0629 \u0627\u0644\u062D\u0627\u0644\u064A\u0629\uFF1A{plan}\u0648\u0633\u062A\u0646\u062A\u0647\u064A \u0641\u064A {endAt} \u0648\u0644\u0646 \u064A\u062A\u0645 \u062A\u062C\u062F\u064A\u062F\u0647\u0627 \u062A\u0644\u0642\u0627\u0626\u064A\u064B\u0627 \u0628\u0639\u062F \u0627\u0646\u062A\u0647\u0627\u0621 \u0627\u0644\u0635\u0644\u0627\u062D\u064A\u0629.",currentYearlyPlanDescriptionForAutoRenewCacelingWithRealPaiedUser:"\u0633\u062A\u0646\u062A\u0647\u064A \u0635\u0644\u0627\u062D\u064A\u0629 \u0627\u0644\u062D\u0632\u0645\u0629 \u0627\u0644\u062D\u0627\u0644\u064A\u0629\uFF1A{plan}\u0641\u064A {endAt} \u0648\u0644\u0646 \u064A\u062A\u0645 \u062A\u062C\u062F\u064A\u062F\u0647\u0627 \u062A\u0644\u0642\u0627\u0626\u064A\u064B\u0627 \u0628\u0639\u062F \u0627\u0646\u062A\u0647\u0627\u0621 \u0627\u0644\u0635\u0644\u0627\u062D\u064A\u0629.
<1>\u0627\u0646\u0642\u0631 \u0647\u0646\u0627 \u0644\u0625\u062F\u0627\u0631\u0629 \u062E\u0637\u0637 \u0627\u0644\u062A\u062C\u062F\u064A\u062F",currentYearlyPlanDescriptionForAutoRenewCacelingWithAdmin:"\u0633\u062A\u0646\u062A\u0647\u064A \u0635\u0644\u0627\u062D\u064A\u0629 \u0627\u0644\u062D\u0632\u0645\u0629 \u0627\u0644\u062D\u0627\u0644\u064A\u0629\uFF1A{plan}\u0641\u064A {endAt} \u0648\u0644\u0646 \u064A\u062A\u0645 \u062A\u062C\u062F\u064A\u062F\u0647\u0627 \u062A\u0644\u0642\u0627\u0626\u064A\u064B\u0627 \u0628\u0639\u062F \u0627\u0646\u062A\u0647\u0627\u0621 \u0627\u0644\u0635\u0644\u0627\u062D\u064A\u0629.
<1>\u0627\u0636\u063A\u0637 \u0647\u0646\u0627 \u0644\u062A\u0641\u0639\u064A\u0644 \u0627\u0644\u0627\u0634\u062A\u0631\u0627\u0643 \u0627\u0644\u0633\u0646\u0648\u064A \u0627\u0644\u0645\u0633\u062A\u0645\u0631",currentPlanDescriptionForOneTime:"\u0627\u0644\u062D\u0632\u0645\u0629 \u0627\u0644\u062D\u0627\u0644\u064A\u0629\uFF1A{plan}\u0648\u0633\u062A\u0646\u062A\u0647\u064A \u0641\u064A {endAt} <1> \u0627\u0646\u0642\u0631 \u0647\u0646\u0627 \u0644\u0644\u062A\u0631\u0642\u064A\u0629 \u0625\u0644\u0649 \u0627\u0644\u0631\u0633\u0648\u0645 \u0627\u0644\u0633\u0646\u0648\u064A\u0629 \u0623\u0648 <2> \u0631\u0633\u0648\u0645 \u0634\u0647\u0631\u064A\u0629 \u0639\u0636\u0648",upgradePlan:"\u0627\u0646\u0642\u0631 \u0647\u0646\u0627 \u0644\u0644\u062A\u0631\u0642\u064A\u0629 \u0625\u0644\u0649 \u0639\u0636\u0648\u064A\u0629 Pro",upgradeToPro:"\u0627\u0644\u062A\u0631\u0642\u064A\u0629 \u0625\u0644\u0649 \u0639\u0636\u0648\u064A\u0629 \u0628\u0631\u0648","popup.openPro":"\u0628\u0639\u062F \u0627\u0644\u062A\u0631\u0642\u064A\u0629 \u0625\u0644\u0649 \u0639\u0636\u0648\u064A\u0629 Pro\u060C \u064A\u0645\u0643\u0646\u0643 \u0627\u0644\u0627\u0633\u062A\u0645\u062A\u0627\u0639 \u0628\u062A\u0631\u062C\u0645\u0629 DeepL \u0648OpenAI\u060C \u0627\u0646\u0642\u0631 \u0647\u0646\u0627 \u0644\u0644\u062A\u0631\u0642\u064A\u0629","popup.openProForPro":"\u0623\u0646\u062A \u0639\u0636\u0648 \u0645\u062D\u062A\u0631\u0641 \u0648\u064A\u0645\u0643\u0646\u0643 \u0627\u0633\u062A\u062E\u062F\u0627\u0645 \u062A\u0631\u062C\u0645\u0629 DeepL \u0648OpenAI \u0645\u0628\u0627\u0634\u0631\u0629",currentAccount:"\u0627\u0644\u062D\u0633\u0627\u0628 \u0627\u0644\u062D\u0627\u0644\u064A",enableAutoSyncUserSettings:"\u062A\u0645\u0643\u064A\u0646 \u0627\u0644\u0645\u0632\u0627\u0645\u0646\u0629 \u0627\u0644\u0633\u062D\u0627\u0628\u064A\u0629 \u0627\u0644\u062A\u0644\u0642\u0627\u0626\u064A\u0629 \u0639\u0628\u0631 \u0623\u062C\u0647\u0632\u0629 \u0645\u062A\u0639\u062F\u062F\u0629",modalEnableInputTranslationTitle:"\u0646\u0635\u0627\u0626\u062D \u062A\u0631\u062C\u0645\u0629 \u0645\u0631\u0628\u0639 \u0625\u062F\u062E\u0627\u0644 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u063A\u0627\u0645\u0631\u0629",modalEnableInputTranslationDesc:"\u0644\u0642\u062F \u0642\u0645\u062A \u0644\u0644\u062A\u0648 \u0628\u062A\u0634\u063A\u064A\u0644 \u062A\u0631\u062C\u0645\u0629 \u0645\u0631\u0628\u0639 \u0627\u0644\u0625\u062F\u062E\u0627\u0644 \u0644\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0634\u0627\u0645\u0644\u0629 \u0639\u0646 \u0637\u0631\u064A\u0642 \u0627\u0644\u0636\u063A\u0637 \u0639\u0644\u0649 \u0634\u0631\u064A\u0637 \u0627\u0644\u0645\u0633\u0627\u0641\u0629 \u062B\u0644\u0627\u062B \u0645\u0631\u0627\u062A \u0641\u064A \u062A\u062A\u0627\u0628\u0639 \u0633\u0631\u064A\u0639\u060C \u0648\u0633\u064A\u062A\u0645 \u062A\u0631\u062C\u0645\u0629 \u0645\u062D\u062A\u0648\u0649 \u0645\u0631\u0628\u0639 \u0627\u0644\u0625\u062F\u062E\u0627\u0644 \u0625\u0644\u0649 \u0627\u0644\u0644\u063A\u0629 \u0627\u0644\u0647\u062F\u0641 \u0627\u0644\u0627\u0641\u062A\u0631\u0627\u0636\u064A\u0629. \u064A\u0645\u0643\u0646 \u0627\u0644\u062A\u0631\u0627\u062C\u0639 \u0639\u0646 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0639\u0628\u0631 Ctrl+Z.

\u0625\u0630\u0627 \u0643\u0627\u0646 \u0647\u0630\u0627 \u062E\u0637\u0623\u060C \u0641\u0644\u0627 \u062A\u0642\u0644\u0642\u060C \u064A\u0645\u0643\u0646\u0643 \u0627\u062E\u062A\u064A\u0627\u0631 \u062A\u0639\u0637\u064A\u0644\u0647 \u0647\u0630\u0647 \u0627\u0644\u0645\u0631\u0629\u060C \u0623\u0648 \u062A\u0639\u0637\u064A\u0644 \u062A\u0631\u062C\u0645\u0629 \u0645\u0631\u0628\u0639 \u0627\u0644\u0625\u062F\u062E\u0627\u0644 \u0628\u0634\u0643\u0644 \u062F\u0627\u0626\u0645.",saveAndNotShowAgain:"\u0627\u062D\u0641\u0638 \u0648\u0644\u0627 \u062A\u0637\u0627\u0644\u0628 \u0645\u0631\u0629 \u0623\u062E\u0631\u0649",disableInputTranslationTips:"* \u064A\u0645\u0643\u0646\u0643 \u0623\u064A\u0636\u064B\u0627 \u0636\u0628\u0637 \u0645\u0641\u0627\u062A\u064A\u062D \u0627\u0644\u0627\u062E\u062A\u0635\u0627\u0631 \u0627\u0644\u0623\u062E\u0631\u0649 \u0644\u062A\u0634\u063A\u064A\u0644\u0647\u0627 \u0641\u064A {option} \u060C{learnMore}.",learnMore:"\u0627\u0646\u0642\u0631 \u0647\u0646\u0627 \u0644\u0645\u0639\u0631\u0641\u0629 \u0627\u0644\u0645\u0632\u064A\u062F",continueEnalbeInputTranslation:"\u0627\u0633\u062A\u0645\u0631 \u0641\u064A \u062A\u0645\u0643\u064A\u0646 \u062A\u0631\u062C\u0645\u0629 \u0645\u0631\u0628\u0639 \u0627\u0644\u0625\u062F\u062E\u0627\u0644",autoRenewTrialSuffix:'(\u0623\u062B\u0646\u0627\u0621 \u0627\u0644\u0641\u062A\u0631\u0629 \u0627\u0644\u062A\u062C\u0631\u064A\u0628\u064A\u0629\u060C \u0633\u064A\u062A\u0645 \u062A\u0631\u0642\u064A\u0629\u0639\u0644\u0649 \u0627\u0644\u0641\u0648\u0631 \u0625\u0644\u0649\u0631\u0633\u0645\u064A1 )',upgradeFromTrialTitle:"\u0627\u0644\u062A\u0631\u0642\u064A\u0629 \u0625\u0644\u0649 \u0639\u0636\u0648 \u0631\u0633\u0645\u064A",subtitle:"\u062A\u0631\u062C\u0645\u0627\u062A \u0627\u0644\u0641\u064A\u062F\u064A\u0648",youtubeService:"\u062E\u062F\u0645\u0629 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u063A\u0627\u0645\u0631\u0629 \u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0641\u064A\u062F\u064A\u0648","subtitle.disabledSubtitle":"\u062A\u0639\u0637\u064A\u0644 \u062A\u0631\u062C\u0645\u0627\u062A \u0627\u0644\u0641\u064A\u062F\u064A\u0648 \u0628\u0634\u0643\u0644 \u062F\u0627\u0626\u0645","subtitle.disabledSubtitleDescription":"\u0625\u0630\u0627 \u0643\u0627\u0646\u062A \u062A\u0631\u062C\u0645\u0627\u062A \u0627\u0644\u0641\u064A\u062F\u064A\u0648 \u0627\u0644\u062E\u0627\u0635\u0629 \u0628\u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0634\u0627\u0645\u0644\u0629 \u062A\u062A\u0639\u0627\u0631\u0636 \u0645\u0639 \u0645\u0644\u062D\u0642\u0627\u062A \u0623\u062E\u0631\u0649\u060C \u0641\u064A\u0645\u0643\u0646\u0643 \u0627\u062E\u062A\u064A\u0627\u0631 \u062A\u0639\u0637\u064A\u0644 \u0648\u0638\u064A\u0641\u0629 \u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0641\u064A\u062F\u064A\u0648 \u0627\u0644\u062E\u0627\u0635\u0629 \u0628\u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0634\u0627\u0645\u0644\u0629 \u0628\u0634\u0643\u0644 \u062F\u0627\u0626\u0645 \u0623\u0648 \u0625\u0644\u063A\u0627\u0621 \u062A\u062B\u0628\u064A\u062A \u0627\u0644\u0645\u0644\u062D\u0642\u0627\u062A \u0627\u0644\u0645\u062A\u0639\u0627\u0631\u0636\u0629 \u0627\u0644\u0623\u062E\u0631\u0649.","subtitle.autoEnableSubtitle":"\u0627\u0633\u062A\u062E\u062F\u0645 \u0627\u0644\u062A\u0631\u062C\u0645\u0627\u062A \u062B\u0646\u0627\u0626\u064A\u0629 \u0627\u0644\u0644\u063A\u0629 \u062A\u0644\u0642\u0627\u0626\u064A\u064B\u0627","subtitle.autoEnableSubtitleDescription":"\u0628\u0639\u062F \u0627\u0644\u062A\u0641\u0639\u064A\u0644\u060C \u0639\u0646\u062F \u062A\u0634\u063A\u064A\u0644 \u0627\u0644\u0641\u064A\u062F\u064A\u0648\u060C \u0633\u064A\u062A\u0645 \u0639\u0631\u0636 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u062B\u0646\u0627\u0626\u064A\u0629 \u062A\u0644\u0642\u0627\u0626\u064A\u064B\u0627\u060C \u0648\u0625\u0644\u0627 \u0633\u064A\u062A\u0639\u064A\u0646 \u0627\u0644\u0646\u0642\u0631 \u0639\u0644\u0649 \u0632\u0631 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0644\u0644\u0639\u0631\u0636.","subtitle.preTranslation":"\u0627\u0633\u062A\u062E\u062F\u0645 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0634\u0627\u0645\u0644\u0629 \u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u062A\u0631\u062C\u0645\u0627\u062A","subtitle.preTranslationDescription":"\u0628\u0639\u062F \u062A\u0641\u0639\u064A\u0644\u0647\u0627\u060C \u0633\u062A\u0639\u0637\u0649 \u0627\u0644\u0623\u0648\u0644\u0648\u064A\u0629 \u0644\u0627\u0633\u062A\u062E\u062F\u0627\u0645 \u062E\u062F\u0645\u0629 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0645\u062D\u062F\u062F\u0629 \u0623\u062F\u0646\u0627\u0647 \u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0628\u0627\u0644\u0643\u0627\u0645\u0644 \u0645\u0642\u062F\u0645\u064B\u0627. \u064A\u0633\u062A\u0647\u0644\u0643 \u0645\u0642\u0637\u0639 \u0641\u064A\u062F\u064A\u0648 \u0645\u062F\u062A\u0647 \u0633\u0627\u0639\u0629 \u0648\u0627\u062D\u062F\u0629 \u0645\u0627 \u064A\u0642\u0631\u0628 \u0645\u0646 50000 \u0631\u0645\u0632\u064B\u0627 \u0623\u0648 \u062D\u0631\u0641\u064B\u0627\u060C \u0644\u0630\u0627 \u064A\u0631\u062C\u0649 \u0627\u0633\u062A\u062E\u062F\u0627\u0645\u0647\u0627 \u0628\u0627\u0644\u0634\u0643\u0644 \u0627\u0644\u0645\u0646\u0627\u0633\u0628\u061B \u0628\u0639\u062F \u0627\u0644\u062A\u0639\u0637\u064A\u0644\u060C \u0633\u062A\u0639\u0637\u0649 \u0627\u0644\u0623\u0648\u0644\u0648\u064A\u0629 \u0644\u0627\u0633\u062A\u062E\u062F\u0627\u0645 \u0627\u0644\u062A\u0631\u062C\u0645\u0627\u062A \u0627\u0644\u0645\u062A\u0631\u062C\u0645\u0629 \u0622\u0644\u064A\u064B\u0627 \u0648\u0627\u0644\u062A\u064A \u062A\u0623\u062A\u064A \u0645\u0639 \u0627\u0644\u0641\u064A\u062F\u064A\u0648 \u0627\u0644\u0623\u0635\u0644\u064A.","subtitle.humanSubtitlesPreferred":"\u0625\u0639\u0637\u0627\u0621 \u0627\u0644\u0623\u0648\u0644\u0648\u064A\u0629 \u0644\u0627\u0633\u062A\u062E\u062F\u0627\u0645 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0628\u0634\u0631\u064A\u0629","subtitle.humanSubtitlesPreferredDescription":"\u0639\u0646\u062F\u0645\u0627 \u064A\u062D\u062A\u0648\u064A \u0645\u0642\u0637\u0639 \u0641\u064A\u062F\u064A\u0648 \u0639\u0644\u0649 \u062A\u0631\u062C\u0645\u0627\u062A \u064A\u062F\u0648\u064A\u0629 \u0628\u0627\u0644\u0644\u063A\u0629 \u0627\u0644\u0647\u062F\u0641\u060C \u0627\u0633\u062A\u062E\u062F\u0645 \u0627\u0644\u062A\u0631\u062C\u0645\u0627\u062A \u0627\u0644\u064A\u062F\u0648\u064A\u0629 \u0623\u0648\u0644\u0627\u064B (\u0645\u0648\u0635\u0649 \u0628\u0647)",videoSubtitleTranslationDescription:"\u062A\u062E\u0635\u064A\u0635 \u062E\u062F\u0645\u0629 \u062A\u0631\u062C\u0645\u0629 \u0645\u0646\u0641\u0635\u0644\u0629 \u0644\u062A\u0631\u062C\u0645\u0627\u062A \u0627\u0644\u0641\u064A\u062F\u064A\u0648",subtitleTranslating:"\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u062A\u0631\u062C\u0645\u0627\u062A \u0628\u0627\u0633\u062A\u062E\u062F\u0627\u0645 {service} \u062E\u062F\u0645\u0629\u060C \u064A\u0631\u062C\u0649 \u0627\u0644\u0627\u0646\u062A\u0638\u0627\u0631... (\u062A\u0631\u062C\u0645\u0629 \u063A\u0627\u0645\u0631\u0629)",subtitleLoading:"\u062C\u0627\u0631\u064D \u062A\u062D\u0645\u064A\u0644 \u0627\u0644\u062A\u0631\u062C\u0645\u0629...",bilingual:"\u062B\u0646\u0627\u0626\u064A \u0627\u0644\u0644\u063A\u0629","field.action":"\u0645\u0627 \u0625\u0630\u0627 \u0643\u0627\u0646 \u0633\u064A\u062A\u0645 \u062A\u0645\u0643\u064A\u0646 \u0645\u0635\u0637\u0644\u062D\u0627\u062A \u0628\u0627\u064A\u062F\u0648","description.action":"\u0628\u0639\u062F \u0627\u0644\u062A\u0645\u0643\u064A\u0646\u060C \u0633\u062A\u062A\u0645 \u0625\u0636\u0627\u0641\u0629 \u0627\u0644\u0625\u062C\u0631\u0627\u0621 \u0627\u0644\u0645\u0639\u0644\u0645\u0629 = 1 \u0625\u0644\u0649 \u0637\u0644\u0628 \u0625\u0628\u0644\u0627\u063A Baidu \u0644\u062A\u0645\u0643\u064A\u0646 \u0627\u0644\u0645\u0635\u0637\u0644\u062D.<1> \u064A\u0631\u062C\u0649 \u0627\u0644\u0631\u062C\u0648\u0639 \u0625\u0644\u0649 \u0627\u0644\u0648\u062B\u0627\u0626\u0642 \u0627\u0644\u0631\u0633\u0645\u064A\u0629 \u0644\u0645\u0632\u064A\u062F \u0645\u0646 \u0627\u0644\u062A\u0639\u0644\u064A\u0645\u0627\u062A.",closeQuickTranslation:"\u0623\u063A\u0644\u0642 \u0627\u0644\u0643\u0631\u0629 \u0627\u0644\u0639\u0627\u0626\u0645\u0629","closeQuickTranslation.untilNext":"\u0645\u063A\u0644\u0642 \u062D\u062A\u0649 \u0627\u0644\u0632\u064A\u0627\u0631\u0629 \u0627\u0644\u0642\u0627\u062F\u0645\u0629","closeQuickTranslation.currentWebsite":"\u0627\u0644\u0645\u0648\u0642\u0639 \u0627\u0644\u062D\u0627\u0644\u064A \u0645\u0639\u0637\u0644","closeQuickTranslation.alwaysClose":"\u062A\u0639\u0637\u064A\u0644 \u062F\u0627\u0626\u0645","closeQuickTranslation.settingOpen":"(\u064A\u0645\u0643\u0646 \u0627\u0644\u0639\u062B\u0648\u0631 \u0639\u0644\u064A\u0647 \u0641\u064A \u0635\u0641\u062D\u0629 \u0627\u0644\u0625\u0639\u062F\u0627\u062F <1> \u0634\u063A\u0644\u0647)","closeQuickTranslation.cancel":"\u064A\u0644\u063A\u064A","closeQuickTranslation.confirm":"\u0628\u0627\u0644\u062A\u0623\u0643\u064A\u062F","floatBall.popup":"\u0627\u0641\u062A\u062D \u0644\u0648\u062D\u0629 \u0627\u0644\u0625\u0639\u062F\u0627\u062F\u0627\u062A \u0627\u0644\u0633\u0631\u064A\u0639\u0629","floatBall.translate":"\u0627\u0646\u0642\u0631 \u0644\u062A\u0631\u062C\u0645\u0629 \u0647\u0630\u0647 \u0627\u0644\u0635\u0641\u062D\u0629","floatBall.showOriginal":"\u0627\u0646\u0642\u0631 \u0644\u0644\u062A\u0628\u062F\u064A\u0644 \u0645\u0631\u0629 \u0623\u062E\u0631\u0649 \u0625\u0644\u0649 \u0627\u0644\u0646\u0635 \u0627\u0644\u0623\u0635\u0644\u064A","floatBall.close":"\u0623\u063A\u0644\u0642 \u0627\u0644\u0643\u0631\u0629 \u0627\u0644\u0639\u0627\u0626\u0645\u0629","floatBallOptions.enableDescPc":"\u0628\u0639\u062F \u062A\u0641\u0639\u064A\u0644 \u0627\u0644\u0643\u0631\u0629 \u0627\u0644\u0639\u0627\u0626\u0645\u0629 \u0644\u0644\u0635\u0641\u062D\u0629\u060C \u0633\u064A\u062A\u0645 \u0639\u0631\u0636 \u0632\u0631 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0633\u0631\u064A\u0639\u0629 \u0639\u0644\u0649 \u0627\u0644\u062C\u0627\u0646\u0628 \u0627\u0644\u0623\u064A\u0645\u0646 \u0645\u0646 \u0627\u0644\u0635\u0641\u062D\u0629\u060C \u0627\u0646\u0642\u0631 \u0644\u0644\u062A\u0631\u062C\u0645\u0629.","floatBallOptions.enableDesc":"\u0628\u0639\u062F \u0625\u063A\u0644\u0627\u0642 \u0627\u0644\u0643\u0631\u0629 \u0627\u0644\u0639\u0627\u0626\u0645\u0629\u060C \u064A\u0645\u0643\u0646 \u0625\u064A\u0642\u0627\u0638\u0647\u0627 \u0628\u0640{touch}. \u0644\u0645\u0646\u0639 \u0627\u0644\u0639\u062B\u0648\u0631 \u0639\u0644\u0649 \u0627\u0644\u0643\u0631\u0629 \u0627\u0644\u0639\u0627\u0626\u0645\u0629 \u0628\u0639\u062F \u0625\u064A\u0642\u0627\u0641 \u062A\u0634\u063A\u064A\u0644 \u0647\u0630\u0627 \u0627\u0644\u062E\u064A\u0627\u0631 \u0639\u0646 \u0637\u0631\u064A\u0642 \u0627\u0644\u062E\u0637\u0623\u060C \u064A\u0648\u0635\u0649 \u0628\u0634\u062F\u0629 \u0628\u0648\u0636\u0639 \u0625\u0634\u0627\u0631\u0629 \u0645\u0631\u062C\u0639\u064A\u0629 \u0639\u0644\u0649 \u0635\u0641\u062D\u0629 \u0627\u0644\u0625\u0639\u062F\u0627\u062F\u0627\u062A \u0647\u0630\u0647.","description.azureApiUrl":"\u0627\u0645\u0644\u0623 \u0639\u0646\u0648\u0627\u0646 \u0648\u0627\u062C\u0647\u0629 API \u0627\u0644\u0645\u062E\u0635\u0635\u0629",confirmSupportMouse:"\u0641\u0631\u0636 \u062F\u0639\u0645 \u0627\u0644\u0645\u0627\u0648\u0633 \u0644\u064A\u062A\u0645 \u062A\u0645\u0643\u064A\u0646\u0647",confirmSupportMouseDescription:"\u062A\u0645 \u0627\u0643\u062A\u0634\u0627\u0641 \u0623\u0646 \u0627\u0644\u0645\u062A\u0635\u0641\u062D \u0627\u0644\u062D\u0627\u0644\u064A \u0644\u0627 \u064A\u062F\u0639\u0645 \u0648\u0638\u064A\u0641\u0629 \u0627\u0644\u0645\u0627\u0648\u0633. \u0647\u0644 \u062A\u0631\u064A\u062F \u0641\u0631\u0636 \u062A\u0645\u0643\u064A\u0646 \u062F\u0639\u0645 \u0627\u0644\u0645\u0627\u0648\u0633\u061F",sampleTargetText:"\u0627\u0644\u0644\u064A\u0644 \u0627\u0644\u0637\u0648\u064A\u0644 \u0642\u0627\u062F\u0645\u060C \u0648\u0633\u0623\u0638\u0644 \u0633\u0627\u0647\u0631\u064B\u0627 \u0645\u0646 \u0627\u0644\u0622\u0646 \u0641\u0635\u0627\u0639\u062F\u064B\u0627 \u062D\u062A\u0649 \u0623\u0645\u0648\u062A. \u0644\u0646 \u0623\u062A\u062E\u0630 \u0632\u0648\u062C\u0629\u060C \u0648\u0644\u0627 \u0625\u0642\u0637\u0627\u0639\u064A\u0629\u060C \u0648\u0644\u0627 \u0623\u0637\u0641\u0627\u0644\u0627\u064B. \u0644\u0646 \u0623\u0631\u062A\u062F\u064A \u0627\u0644\u062A\u0627\u062C \u0623\u0648 \u0623\u062A\u0646\u0627\u0641\u0633 \u0639\u0644\u0649 \u0627\u0644\u0623\u0648\u0633\u0645\u0629. \u0633\u0623\u0642\u0648\u0645 \u0628\u0648\u0627\u062C\u0628\u064A \u0628\u0625\u062E\u0644\u0627\u0635\u060C \u0648\u0623\u0639\u064A\u0634 \u0648\u0623\u0645\u0648\u062A.",sampleSourceText:"Night gathers, and now my watch begins. It shall not end until my death. I shall take no wife, hold no lands, father no children. I shall wear no crowns and win no glory. I shall live and die at my post.","subtitle.supportedSites":"\u5DF2\u652F\u6301\u5728\u8FD9\u4E9B\u7F51\u7AD9\u4F7F\u7528\u53CC\u8BED\u5B57\u5E55\uFF08\u6CE8\u610F\uFF1A\u7531\u4E8E\u6280\u672F\u9650\u5236\uFF0C\u90E8\u5206\u7F51\u7AD9\u5728\u9996\u6B21\u5F00\u542F\u5B57\u5E55\u540E\u9700\u8981\u91CD\u65B0\u5237\u65B0\u9875\u9762\uFF0C\u6216\u8005\u9700\u7B49\u5F85\u7FFB\u8BD1\u5B8C\u6210\u4EE5\u663E\u793A\u53CC\u8BED\u5B57\u5E55\uFF09\uFF1A",viewWithImmersiveTranslate:"\u53CC\u8BED\u7248\u672C(\u6C89\u6D78\u5F0F\u7FFB\u8BD1)",errorReason:"\u9519\u8BEF\u539F\u56E0\uFF1A{message}","proQuotaExceededError.onetime7day":'\uFF0C\u60A8\u53EF\u4EE5\u9009\u62E9\u4EE5\u4E0B\u65B9\u5F0F\u89E3\u51B3\uFF1A

1. \u5207\u6362\u5230 {anotherService} \u6216\u5176\u4ED6\u7FFB\u8BD1\u670D\u52A1
2. \u5347\u7EA7\u4E3A\u6708\u5EA6/\u5E74\u5EA6\u4F1A\u5458',"proQuotaExceededError.trial":'\uFF0C\u60A8\u53EF\u4EE5\u9009\u62E9\u4EE5\u4E0B\u65B9\u5F0F\u89E3\u51B3\uFF1A

1. \u5207\u6362\u5230 {anotherService} \u6216\u5176\u4ED6\u7FFB\u8BD1\u670D\u52A1
2. \u7ACB\u523B\u5347\u7EA7\u4E3A\u6B63\u5F0F\u4F1A\u5458',"proQuotaExceededError.nonTrial":'\uFF0C\u60A8\u53EF\u4EE5\u9009\u62E9\u4EE5\u4E0B\u65B9\u5F0F\u89E3\u51B3\uFF1A

1. \u5207\u6362\u5230 {anotherService} \u6216\u5176\u4ED6\u7FFB\u8BD1\u670D\u52A1
2. \u8D2D\u4E70 {translationService} \u989D\u5916\u6D41\u91CF\u5305',"proQuotaExceededError.resetTime":"
3. \u989D\u5EA6\u91CD\u7F6E\u65F6\u95F4\uFF1A{resetTime}","desc.touchShortcutsToggleTranslatePageOnlyTranslation":'\u062A\u0634\u064A\u0631 "\u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0641\u0642\u0637" \u0625\u0644\u0649 \u0639\u0631\u0636 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0641\u0642\u0637\u060C \u0625\u0630\u0627 \u0644\u0645 \u064A\u062A\u0645 \u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0635\u0641\u062D\u0629 \u0627\u0644\u0625\u0644\u0643\u062A\u0631\u0648\u0646\u064A\u0629 \u0628\u0639\u062F\u060C \u0633\u064A\u062A\u0645 \u062A\u063A\u064A\u064A\u0631 \u0627\u0644\u0648\u0636\u0639 \u0648\u062A\u0631\u062C\u0645\u062A\u0647\u0627.',"desc.toggleOnlyTransation":"\u062A\u0634\u064A\u0631 \u0648\u0636\u0639\u064A\u0629 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0641\u0642\u0637 \u0625\u0644\u0649 \u0639\u0631\u0636 \u0627\u0644\u0646\u0635 \u0627\u0644\u0645\u062A\u0631\u062C\u0645 \u0641\u0642\u0637\u060C \u0625\u0630\u0627 \u0644\u0645 \u064A\u062A\u0645 \u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0635\u0641\u062D\u0629 \u0627\u0644\u0625\u0644\u0643\u062A\u0631\u0648\u0646\u064A\u0629 \u0628\u0639\u062F\u060C \u0633\u064A\u062A\u0645 \u062A\u063A\u064A\u064A\u0631 \u0627\u0644\u0648\u0636\u0639 \u0648\u062A\u0631\u062C\u0645\u062A\u0647\u0627.",touchShortcutsToggleTranslatePageOnlyTranslation:"\u062A\u0639\u064A\u064A\u0646 \u0627\u0644\u0625\u064A\u0645\u0627\u0621\u0627\u062A \u0639\u0644\u0649 \u0627\u0644\u0634\u0627\u0634\u0629 \u0644\u0644\u062A\u0628\u062F\u064A\u0644 \u0628\u064A\u0646 \u0627\u0644\u0648\u0636\u0639 \u0627\u0644\u0645\u0632\u062F\u0648\u062C / \u0627\u0644\u0648\u0636\u0639 \u0627\u0644\u0646\u0635\u064A \u0641\u0642\u0637",download_started:"\u0628\u062F\u0623 \u0627\u0644\u062A\u0646\u0632\u064A\u0644 \u0628\u0627\u0644\u0641\u0639\u0644\u060C \u0625\u0630\u0627 \u0644\u0645 \u064A\u062A\u0645 \u0627\u0644\u062A\u0646\u0632\u064A\u0644 \u062A\u0644\u0642\u0627\u0626\u064A\u064B\u0627\u060C \u064A\u0631\u062C\u0649 \u0627\u0644\u0646\u0642\u0631 \u064A\u062F\u0648\u064A\u064B\u0627",here:"\u0647\u0646\u0627","desc.toggleVideoSubtitlePreTranslation":"\u0628\u0639\u062F \u0627\u0644\u0636\u063A\u0637\u060C \u0633\u062A\u0633\u062A\u062E\u062F\u0645 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u063A\u0627\u0645\u0631\u0629 \u0644\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u062B\u0646\u0627\u0626\u064A\u0629 \u0644\u0644\u0641\u064A\u062F\u064A\u0648 \u0628\u0634\u0643\u0644 \u0623\u0648\u0644\u0648\u064A\u060C \u0648\u0628\u0627\u0644\u0636\u063A\u0637 \u0645\u0631\u0629 \u0623\u062E\u0631\u0649\u060C \u0633\u062A\u0633\u062A\u062E\u062F\u0645 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0622\u0644\u064A\u0629 \u0627\u0644\u0645\u0631\u0641\u0642\u0629 \u0628\u0627\u0644\u0641\u064A\u062F\u064A\u0648 \u0627\u0644\u0623\u0635\u0644\u064A \u0628\u0634\u0643\u0644 \u0623\u0648\u0644\u0648\u064A. \u064A\u0631\u062C\u0649 \u0645\u0644\u0627\u062D\u0638\u0629: \u0647\u0630\u0627 \u0627\u0644\u0627\u062E\u062A\u0635\u0627\u0631 \u064A\u0639\u062F\u0644 \u0627\u0644\u0625\u0639\u062F\u0627\u062F\u0627\u062A \u0627\u0644\u0639\u0627\u0645\u0629.",videoSubtitlePreTranslationOn:"\u0633\u064A\u062A\u0645 \u0627\u0633\u062A\u062E\u062F\u0627\u0645 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u063A\u0627\u0645\u0631\u0629 \u0628\u0634\u0643\u0644 \u0623\u0648\u0644\u0648\u064A \u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u062A\u0631\u062C\u0645\u0627\u062A \u0627\u0644\u0645\u0631\u0626\u064A\u0629",videoSubtitlePreTranslationOff:"\u0633\u064A\u062A\u0645 \u0627\u0633\u062A\u062E\u062F\u0627\u0645 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0622\u0644\u064A\u0629 \u0644\u0644\u062A\u0631\u062C\u0645\u0629 \u0641\u064A \u0627\u0644\u0641\u064A\u062F\u064A\u0648 \u0628\u0634\u0643\u0644 \u0623\u0648\u0644\u0648\u064A",translationFont:"\u062A\u0639\u064A\u064A\u0646 \u0627\u0644\u062E\u0637","translationFont.custom":"\u0623\u062F\u062E\u0644 \u0627\u0644\u062E\u0637 \u0627\u0644\u0645\u062E\u0635\u0635","translationFont.customPlaceholder":"\u062E\u0637 \u0627\u0644\u0643\u062A\u0627\u0628\u0629","translationFont.notSupportErrorMessage":"\u064A\u0631\u062C\u0649 \u0627\u0644\u062A\u062D\u0642\u0642 \u0645\u0646 \u0635\u062D\u0629 \u0627\u0633\u0645 \u0627\u0644\u062E\u0637 \u0627\u0644\u0630\u064A \u0623\u062F\u062E\u0644\u062A\u0647 \u060C \u0623\u0648 \u0627\u0644\u062A\u0623\u0643\u062F \u0645\u0646 \u0623\u0646 \u0627\u0644\u062E\u0637 \u0642\u062F \u062A\u0645 \u062A\u062B\u0628\u064A\u062A\u0647 \u0628\u0627\u0644\u0641\u0639\u0644 \u0639\u0644\u0649 \u062C\u0647\u0627\u0632\u0643.","touch.mouse-translate":"\u062A\u0631\u062C\u0645 \u0627\u0644\u0641\u0642\u0631\u0629 \u0627\u0644\u0645\u062D\u062F\u062F\u0629","translationServices.inherit":"\u0627\u062A\u0628\u0639 \u0627\u0644\u062E\u062F\u0645\u0629 \u0627\u0644\u0631\u0626\u064A\u0633\u064A\u0629 \u0644\u0644\u062A\u0631\u062C\u0645\u0629","error.serveConfigError":"\u062E\u0637\u0623 \u0641\u064A \u062A\u0643\u0648\u064A\u0646 \u0627\u0644\u062E\u062F\u0645\u0629","error.reloadPageOfSetting":"\u0628\u0639\u062F \u0627\u0644\u062A\u0643\u0648\u064A\u0646\u060C \u064A\u0631\u062C\u0649 \u062A\u062D\u062F\u064A\u062B \u0627\u0644\u0635\u0641\u062D\u0629 \u0648\u062A\u0631\u062C\u0645\u062A\u0647\u0627 \u0645\u0631\u0629 \u0623\u062E\u0631\u0649.","error.googleLimitIp":"\u062A\u0645 \u0625\u0631\u062C\u0627\u0639 \u062E\u0637\u0623 \u0645\u0646 \u0627\u0644\u062E\u062F\u0645\u0629 \u060C \u062E\u062F\u0645\u0629 Google \u0642\u062F \u0642\u0627\u0645\u062A \u0628\u062A\u0642\u064A\u064A\u062F \u0627\u0644\u0646\u0637\u0627\u0642 \u0627\u0644\u062E\u0627\u0635 \u0628\u0639\u0646\u0648\u0627\u0646 IP \u0647\u0630\u0627 \u060C \u0646\u0646\u0635\u062D\u0643 \u0628\u062A\u063A\u064A\u064A\u0631 \u0646\u0642\u0637\u0629 \u0627\u0644\u0634\u0628\u0643\u0629.","error.openAIFreeLimit":"\u062A\u0645 \u0625\u0631\u062C\u0627\u0639 \u062E\u0637\u0623 \u0645\u0646 \u0627\u0644\u062E\u062F\u0645\u0629\u060C \u0648\u0642\u062F \u0648\u0635\u0644\u062A \u062A\u0631\u062F\u062F \u0637\u0644\u0628\u0627\u062A \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u062D\u0627\u0644\u064A\u0629 \u0625\u0644\u0649 \u0627\u0644\u062D\u062F \u0627\u0644\u0623\u0642\u0635\u0649 \u0627\u0644\u0628\u0627\u0644\u063A 3 \u0645\u0631\u0627\u062A \u0641\u064A \u0627\u0644\u062F\u0642\u064A\u0642\u0629\u060C \u064A\u0631\u062C\u0649 \u0627\u0644\u0645\u062D\u0627\u0648\u0644\u0629 \u0645\u0631\u0629 \u0623\u062E\u0631\u0649 \u0644\u0627\u062D\u0642\u064B\u0627. (\u0647\u0630\u0627 \u0647\u0648 \u0627\u0644\u0642\u064A\u062F \u0627\u0644\u0631\u0633\u0645\u064A \u0645\u0646 OpenAI \u0644\u0645\u0641\u062A\u0627\u062D API \u0627\u0644\u0645\u062C\u0627\u0646\u064A\u060C \u0644\u0631\u0641\u0639 \u0647\u0630\u0627 \u0627\u0644\u0642\u064A\u062F\u060C \u064A\u0631\u062C\u0649 \u0631\u0628\u0637 \u0628\u0637\u0627\u0642\u0629 \u0627\u0644\u0627\u0626\u062A\u0645\u0627\u0646 \u0641\u064A \u0644\u0648\u062D\u0629 \u0627\u0644\u062A\u062D\u0643\u0645 \u0627\u0644\u062E\u0644\u0641\u064A\u0629 \u0644\u0640 OpenAI.)","error.openAIExceededQuota":"\u062A\u0645 \u0625\u0631\u062C\u0627\u0639 \u0627\u0644\u062E\u062F\u0645\u0629 \u0628\u062E\u0637\u0623: \u0631\u0635\u064A\u062F \u062D\u0633\u0627\u0628 OpenAI \u0627\u0644\u062D\u0627\u0644\u064A \u063A\u064A\u0631 \u0643\u0627\u0641\u064D \u060C \u064A\u0631\u062C\u0649 \u0625\u0639\u0627\u062F\u0629 \u0627\u0644\u0634\u062D\u0646 \u0623\u0648 \u0631\u0628\u0637 \u0628\u0637\u0627\u0642\u0629 \u0627\u0644\u0627\u0626\u062A\u0645\u0627\u0646 \u0641\u064A \u0627\u0644\u062E\u0644\u0641\u064A\u0629 \u0627\u0644\u0631\u0633\u0645\u064A\u0629 \u0644\u0640 OpenAI.","error.429":"\u062A\u0645 \u0625\u0631\u062C\u0627\u0639 \u0627\u0644\u062E\u062F\u0645\u0629 \u0628\u062E\u0637\u0623\u060C \u0645\u0645\u0627 \u064A\u0634\u064A\u0631 \u0625\u0644\u0649 \u0623\u0646 \u0627\u0644\u0637\u0644\u0628\u0627\u062A \u0643\u062B\u064A\u0631\u0629 \u062C\u062F\u064B\u0627 \u0623\u0648 \u062A\u062C\u0627\u0648\u0632\u062A \u0627\u0644\u062D\u062F \u0627\u0644\u0645\u062D\u062F\u062F\u060C \u064A\u0631\u062C\u0649 \u0627\u0644\u0645\u062D\u0627\u0648\u0644\u0629 \u0645\u0631\u0629 \u0623\u062E\u0631\u0649 \u0644\u0627\u062D\u0642\u064B\u0627.","error.403":"\u062A\u0645 \u0625\u0631\u062C\u0627\u0639 \u0627\u0644\u062E\u062F\u0645\u0629 \u0628\u062E\u0637\u0623\u060C \u0644\u064A\u0633 \u0644\u062F\u064A\u0643 \u0627\u0644\u0635\u0644\u0627\u062D\u064A\u0629 \u0627\u0644\u0645\u0624\u0642\u062A\u0629 \u0644\u0644\u0648\u0635\u0648\u0644 \u0625\u0644\u0649 \u0647\u0630\u0647 \u0627\u0644\u062E\u062F\u0645\u0629.","error.400":"\u062A\u0645 \u0625\u0631\u062C\u0627\u0639 \u062E\u0637\u0623 \u0641\u064A \u0627\u0644\u062E\u062F\u0645\u0629 \u060C \u062E\u0637\u0623 \u0641\u064A \u0645\u0639\u0644\u0645\u0627\u062A \u0627\u0644\u0637\u0644\u0628 \u060C \u064A\u0631\u062C\u0649 \u0627\u0644\u062A\u062D\u0642\u0642 \u0645\u0646 \u0627\u0644\u062A\u0643\u0648\u064A\u0646 \u0627\u0644\u0645\u0646\u0627\u0633\u0628.","error.502":"\u062A\u0645 \u0625\u0631\u062C\u0627\u0639 \u062E\u0637\u0623 \u0645\u0646 \u0627\u0644\u062E\u062F\u0645\u0629 \u060C \u062A\u062C\u0627\u0648\u0632 \u0627\u0644\u062E\u062F\u0645\u0629 \u0627\u0644\u0648\u0642\u062A \u0627\u0644\u0645\u062D\u062F\u062F \u060C \u064A\u0631\u062C\u0649 \u0627\u0644\u0645\u062D\u0627\u0648\u0644\u0629 \u0645\u0631\u0629 \u0623\u062E\u0631\u0649 \u0641\u064A \u0648\u0642\u062A \u0644\u0627\u062D\u0642.","error.proTokenInvalid":"\u0625\u0630\u0627 \u0643\u0646\u062A \u0645\u0633\u062A\u062E\u062F\u0645\u064B\u0627 \u0645\u062D\u062A\u0631\u0641\u064B\u0627 \u060C \u064A\u0631\u062C\u0649 \u062A\u0633\u062C\u064A\u0644 \u0627\u0644\u062F\u062E\u0648\u0644 \u0642\u0628\u0644 \u0627\u0633\u062A\u062E\u062F\u0627\u0645 \u062E\u062F\u0645\u0629 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0645\u062D\u062A\u0631\u0641\u0629","error.proUpgrade":"\u0628\u0639\u062F \u0627\u0644\u062A\u0631\u0642\u064A\u0629 \u060C \u064A\u0631\u062C\u0649 \u062A\u062D\u062F\u064A\u062B \u0627\u0644\u0635\u0641\u062D\u0629 \u0648\u062A\u0631\u062C\u0645\u062A\u0647\u0627 \u0645\u0631\u0629 \u0623\u062E\u0631\u0649.","error.configError":"\u062A\u0643\u0648\u064A\u0646 \u0627\u0644\u0628\u064A\u0627\u0646\u0627\u062A \u063A\u064A\u0631 \u0637\u0628\u064A\u0639\u064A","error.goReset":"\u0625\u0639\u0627\u062F\u0629 \u0627\u0644\u062A\u0639\u064A\u064A\u0646",batchEdit:"\u0627\u0644\u0639\u0645\u0644\u064A\u0627\u062A \u0627\u0644\u062C\u0645\u0627\u0639\u064A\u0629","translationModeLang.translation.title":"\u0646\u0645\u0637 \u0627\u0644\u0644\u063A\u0629 \u0627\u0644\u0646\u0635\u064A \u0641\u0642\u0637","translationModeLang.translation.description":"\u0639\u0646\u062F\u0645\u0627 \u064A\u0643\u0648\u0646 \u0644\u063A\u0629 \u0627\u0644\u0635\u0641\u062D\u0629 \u0628\u0627\u0644\u0644\u063A\u0627\u062A \u0627\u0644\u062A\u0627\u0644\u064A\u0629\u060C \u0633\u064A\u062A\u0645 \u0627\u0633\u062A\u062E\u062F\u0627\u0645 \u0648\u0636\u0639 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0641\u0642\u0637 \u062A\u0644\u0642\u0627\u0626\u064A\u064B\u0627.","translationModeUrl.translation.title":"\u0631\u0627\u0628\u0637 \u0627\u0644\u0648\u0636\u0639 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0641\u0642\u0637","translationModeUrl.translation.description":"\u0639\u0646\u062F\u0645\u0627 \u064A\u0643\u0648\u0646 \u0627\u0644\u0645\u0648\u0642\u0639 \u0627\u0644\u0625\u0644\u0643\u062A\u0631\u0648\u0646\u064A \u0644\u0644\u0646\u0637\u0627\u0642\u0627\u062A \u0627\u0644\u062A\u0627\u0644\u064A\u0629\u060C \u0633\u064A\u062A\u0645 \u0627\u0633\u062A\u062E\u062F\u0627\u0645 \u0648\u0636\u0639 \u0627\u0644\u0646\u0635 \u0627\u0644\u0645\u062A\u0631\u062C\u0645 \u0641\u0642\u0637 \u062A\u0644\u0642\u0627\u0626\u064A\u064B\u0627.","error.serveUnavailable":"\u0627\u0644\u062E\u062F\u0645\u0629 [{serverName}] \u0627\u0644\u062A\u064A \u062A\u0633\u062A\u062E\u062F\u0645\u0647\u0627 \u062D\u0627\u0644\u064A\u064B\u0627 \u063A\u064A\u0631 \u0642\u0627\u0628\u0644\u0629 \u0644\u0644\u0648\u0635\u0648\u0644 \u0645\u0624\u0642\u062A\u064B\u0627 \u0628\u0633\u0628\u0628 \u0645\u0634\u0643\u0644\u0629 \u0641\u064A \u0627\u0644\u0627\u062A\u0635\u0627\u0644 \u0628\u0627\u0644\u0634\u0628\u0643\u0629 \u0623\u0648 \u0645\u0632\u0648\u062F \u0627\u0644\u062E\u062F\u0645\u0629. \u0646\u0642\u062A\u0631\u062D \u0639\u0644\u064A\u0643 \u062A\u062D\u062F\u064A\u062B \u0627\u0644\u0635\u0641\u062D\u0629 \u0623\u0648 \u062A\u063A\u064A\u064A\u0631 \u062E\u062F\u0645\u0629 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0623\u062E\u0631\u0649 \u0645\u0646 \u062E\u0644\u0627\u0644 <1>\u0627\u0644\u0625\u0639\u062F\u0627\u062F\u0627\u062A. \u0625\u0630\u0627 \u0643\u0646\u062A \u0639\u0636\u0648\u064B\u0627 \u0641\u064A <2>Pro\u060C \u064A\u0645\u0643\u0646\u0643 \u0627\u062E\u062A\u064A\u0627\u0631 \u0627\u0633\u062A\u062E\u062F\u0627\u0645 \u062E\u062F\u0645\u0629 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 DeepL \u0623\u0648 OpenAI \u0627\u0644\u0623\u0643\u062B\u0631 \u0627\u0633\u062A\u0642\u0631\u0627\u0631\u064B\u0627 (<3>\u0627\u0646\u0642\u0631 \u0647\u0646\u0627 \u0644\u062A\u062C\u0631\u0628\u0629 \u0645\u062C\u0627\u0646\u064A\u0629). \u0628\u0627\u0644\u0625\u0636\u0627\u0641\u0629 \u0625\u0644\u0649 \u0630\u0644\u0643\u060C \u0642\u062F \u062A\u062D\u062A\u0627\u062C \u0623\u064A\u0636\u064B\u0627 \u0625\u0644\u0649 \u0627\u0644\u062A\u062D\u0642\u0642 \u0645\u0646 \u0625\u0639\u062F\u0627\u062F\u0627\u062A \u0627\u0644\u0634\u0628\u0643\u0629 \u0623\u0648 \u0627\u0644\u0648\u0643\u064A\u0644 \u0627\u0644\u062E\u0627\u0635\u0629 \u0628\u0643.",detectServiceLoading:"\u062C\u0627\u0631\u064D \u0627\u0644\u062A\u062D\u0642\u0642 \u0645\u0646 \u0627\u0644\u062E\u062F\u0645\u0627\u062A \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0645\u062A\u0627\u062D\u0629...",toggleToService:"\u0627\u0644\u062A\u0628\u062F\u064A\u0644 \u0625\u0644\u0649 {service} \u0648\u0625\u0639\u0627\u062F\u0629 \u0627\u0644\u0645\u062D\u0627\u0648\u0644\u0629","error.gemini.429":"\u0627\u0644\u062E\u062F\u0645\u0629 Gemini \u0627\u0644\u062D\u0627\u0644\u064A\u0629 \u0642\u062F \u0648\u0635\u0644\u062A \u0625\u0644\u0649 \u0627\u0644\u062D\u062F \u0627\u0644\u0623\u0642\u0635\u0649 \u0644\u0644\u0642\u062F\u0631\u0629 \u0639\u0644\u0649 \u0627\u0644\u062A\u062D\u0645\u0644\u060C \u064A\u0631\u062C\u0649 \u0627\u0644\u0645\u062D\u0627\u0648\u0644\u0629 \u0645\u0631\u0629 \u0623\u062E\u0631\u0649 \u0641\u064A \u0648\u0642\u062A \u0644\u0627\u062D\u0642\u060C \u0623\u0648 \u0627\u0644\u062A\u0628\u062F\u064A\u0644 \u0625\u0644\u0649 \u062E\u062F\u0645\u0629 \u062A\u0631\u062C\u0645\u0629 \u0623\u062E\u0631\u0649.",enableSentryReport:"\u0639\u0646\u062F \u062D\u062F\u0648\u062B \u062E\u0637\u0623 \u0641\u064A \u0627\u0644\u062A\u0648\u0633\u064A\u0639 \u060C \u0627\u0633\u062A\u062E\u062F\u0645 Sentry \u0644\u062A\u0642\u062F\u064A\u0645 \u0627\u0644\u0645\u0644\u0627\u062D\u0638\u0627\u062A","widget.translateFile":"PDF/ePub",pickAll:"\u062D\u062F\u062F \u0627\u0644\u0643\u0644",contact:"\u0627\u062A\u0635\u0644 \u0628\u0646\u0627","translationServices.gemini":"\u0627\u0644\u062C\u0645\u0646\u0627\u0632","tagsInput.add":"+ \u0625\u0636\u0627\u0641\u0629",touchShortcutsOff:"\u0625\u063A\u0644\u0627\u0642","error.retry":"\u0623\u0639\u062F \u0627\u0644\u0645\u062D\u0627\u0648\u0644\u0629","slide.left":"\u0627\u0646\u0632\u0644\u0642 \u0625\u0644\u0649 \u0627\u0644\u064A\u0645\u064A\u0646",translationOnlyMode:"\u0648\u0636\u0639 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0641\u0642\u0637",goLogin:"\u062A\u0633\u062C\u064A\u0644 \u0627\u0644\u062F\u062E\u0648\u0644","slide.right":"\u0627\u0646\u0632\u0644\u0642 \u0625\u0644\u0649 \u0627\u0644\u064A\u0633\u0627\u0631","multipleClick.4":"\u0631\u0628\u0627\u0639\u064A \u0645\u062A\u062A\u0627\u0644\u064A",shortcutSettingsTitle:"\u0625\u0639\u062F\u0627\u062F\u0627\u062A \u0627\u0644\u0627\u062E\u062A\u0635\u0627\u0631\u0627\u062A",loggedIn:"\u062A\u0645 \u062A\u0633\u062C\u064A\u0644 \u0627\u0644\u062F\u062E\u0648\u0644",shortcutSettings:"\u0627\u062E\u062A\u0635\u0627\u0631\u0627\u062A \u0627\u0644\u0645\u0641\u0627\u062A\u064A\u062D","multipleClick.2":"\u0627\u0646\u0642\u0631 \u0645\u0631\u062A\u064A\u0646","shortcutGroup.others":"\u0627\u0644\u0645\u0632\u064A\u062F \u0645\u0646 \u0627\u0644\u0627\u062E\u062A\u0635\u0627\u0631\u0627\u062A \u0627\u0644\u0645\u062E\u0635\u0635\u0629","widget.videoSubtitle":"\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0641\u064A\u062F\u064A\u0648","intro.floatBallTitle":"\u0643\u0631\u0629 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0633\u0631\u064A\u0639\u0629",notLogin:"\u0644\u0645 \u064A\u062A\u0645 \u062A\u0633\u062C\u064A\u0644 \u0627\u0644\u062F\u062E\u0648\u0644","widget.instruction":"\u062A\u0639\u0644\u064A\u0645\u0627\u062A \u0627\u0644\u0627\u0633\u062A\u062E\u062F\u0627\u0645",alwaysTranslateThisSite:"\u062F\u0627\u0626\u0645\u0627 \u062A\u0631\u062C\u0645 \u0647\u0630\u0627 \u0627\u0644\u0645\u0648\u0642\u0639","error.subscriptionExpiredTitle":"\u0627\u0646\u062A\u0647\u062A \u0635\u0644\u0627\u062D\u064A\u0629 \u0627\u0644\u0639\u0636\u0648\u064A\u0629","shortcutGroup.shortcutsForTranslationServices":"\u062E\u062F\u0645\u0627\u062A \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0645\u0641\u0627\u062A\u064A\u062D \u0627\u0644\u0633\u0631\u064A\u0639\u0629","widget.instructionTooltip":"\u0631\u0627\u062C\u0639 \u062A\u0639\u0644\u064A\u0645\u0627\u062A \u0627\u0644\u0627\u0633\u062A\u062E\u062F\u0627\u0645",temprarilyChangeTranslationTo_gemini:"\u064A\u062A\u0645 \u0627\u0633\u062A\u062E\u062F\u0627\u0645 Gemini \u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0635\u0641\u062D\u0629 \u0627\u0644\u062D\u0627\u0644\u064A\u0629","subtitle.hideQuickButton":"\u0644\u0627 \u062A\u0638\u0647\u0631 \u0647\u0630\u0627 \u0627\u0644\u0627\u062E\u062A\u0635\u0627\u0631 \u0645\u0631\u0629 \u0623\u062E\u0631\u0649",temprarilyChangeTranslationTo_google:"\u064A\u062A\u0645 \u0627\u0633\u062A\u062E\u062F\u0627\u0645 \u062A\u0631\u062C\u0645\u0629 Google \u0644\u0644\u0635\u0641\u062D\u0629 \u0627\u0644\u062D\u0627\u0644\u064A\u0629","subtitle.bilingual":"\u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u062B\u0646\u0627\u0626\u064A\u0629 \u0627\u0644\u0644\u063A\u0629",mouseHoverCustomKeyTitle:"\u062A\u0639\u0631\u064A\u0641 \u0627\u062E\u062A\u0635\u0627\u0631\u0627\u062A \u0627\u0644\u0645\u0627\u0648\u0633 \u0627\u0644\u0645\u0639\u0644\u0642\u0629","browser.translateInputBox":"\u062A\u0631\u062C\u0645 \u0645\u062D\u062A\u0648\u0649 \u0645\u0631\u0628\u0639 \u0627\u0644\u0625\u062F\u062E\u0627\u0644 \u0627\u0644\u062D\u0627\u0644\u064A","shortcutGroup.touch":"\u0627\u0644\u0625\u064A\u0645\u0627\u0621\u0627\u062A \u0627\u0644\u0645\u062E\u0635\u0635\u0629 \u0644\u0644\u0634\u0627\u0634\u0627\u062A \u0627\u0644\u0644\u0645\u0633\u064A\u0629",neverTranslateThisSite:"\u0644\u0627 \u062A\u062A\u0631\u062C\u0645 \u0647\u0630\u0627 \u0627\u0644\u0645\u0648\u0642\u0639 \u0623\u0628\u062F\u0627",temprarilyChangeTranslationTo_deepl:"\u064A\u062A\u0645 \u0627\u0633\u062A\u062E\u062F\u0627\u0645 DeepL \u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0635\u0641\u062D\u0629 \u0627\u0644\u062D\u0627\u0644\u064A\u0629","browser.translateWithDeepL":"\u0627\u0633\u062A\u062E\u062F\u0645 DeepL \u0645\u0624\u0642\u062A\u064B\u0627 \u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0635\u0641\u062D\u0629 \u0627\u0644\u062D\u0627\u0644\u064A\u0629","multipleClick.3":"\u062B\u0644\u0627\u062B\u0629 \u0636\u0631\u0628\u0627\u062A \u0645\u062A\u062A\u0627\u0644\u064A\u0629","widget.translateFileTooltip":"\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0645\u0633\u062A\u0646\u062F\u0627\u062A PDF\u060C EPUB\u060C SRT\u060C ASS\u060C HTML \u0648 TXT","neverTranslateText.title":"\u0627\u0644\u0643\u0644\u0645\u0627\u062A \u0627\u0644\u062A\u0627\u0644\u064A\u0629 \u062A\u0628\u0642\u0649 \u0643\u0645\u0627 \u0647\u064A\u060C \u0644\u0627 \u062A\u062A\u0631\u062C\u0645","subtitle.autoDisableSubtitle":"\u0644\u0627 \u062A\u0642\u0645 \u0628\u062A\u0634\u063A\u064A\u0644 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u062B\u0646\u0627\u0626\u064A\u0629 \u062A\u0644\u0642\u0627\u0626\u064A\u064B\u0627","browser.translateWithGoogle":"\u0627\u0633\u062A\u062E\u062F\u0645 Google Translate \u0645\u0624\u0642\u062A\u064B\u0627 \u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0635\u0641\u062D\u0629 \u0627\u0644\u062D\u0627\u0644\u064A\u0629","shortcutGroup.main":"\u0627\u062E\u062A\u0635\u0627\u0631\u0627\u062A \u0627\u0644\u0648\u0638\u0627\u0626\u0641 \u0627\u0644\u0634\u0627\u0626\u0639\u0629",paragraphMinTextCountField:"\u0627\u0644\u062D\u062F \u0627\u0644\u0623\u062F\u0646\u0649 \u0644\u0639\u062F\u062F \u0627\u0644\u0623\u062D\u0631\u0641 \u0627\u0644\u0645\u0637\u0644\u0648\u0628\u0629 \u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0641\u0642\u0631\u0629","widget.videoSubtitleTooltip":"\u062F\u0639\u0645 Youtube \u0648\u063A\u064A\u0631\u0647\u0627 \u0645\u0646 \u0645\u0648\u0627\u0642\u0639 \u0627\u0644\u0641\u064A\u062F\u064A\u0648 {count}+",upgradeToProErrorTitle:"\u064A\u0631\u062C\u0649 \u0627\u0644\u062A\u0631\u0642\u064A\u0629 \u0625\u0644\u0649 \u0639\u0636\u0648\u064A\u0629 Pro \u0642\u0628\u0644 \u0627\u0633\u062A\u062E\u062F\u0627\u0645 \u0647\u0630\u0647 \u0627\u0644\u062E\u062F\u0645\u0629 \u0627\u0644\u062A\u0631\u062C\u0645\u0629","subtitle.showQuickButton":"\u0641\u064A \u0639\u0631\u0636 \u0627\u0644\u0646\u0635\u0648\u0635 \u0627\u0644\u0645\u062A\u0631\u062C\u0645\u0629 \u0628\u0634\u0643\u0644 \u0645\u0632\u062F\u0648\u062C \u0641\u064A \u0627\u0644\u0645\u0634\u063A\u0644 \u0628\u0637\u0631\u064A\u0642\u0629 \u0633\u0631\u064A\u0639\u0629",temprarilyChangeTranslationTo_transmart:"\u064A\u062A\u0645 \u0627\u0633\u062A\u062E\u062F\u0627\u0645 \u062A\u0631\u062C\u0645\u0629 \u062A\u064A\u0646\u0633\u0646\u062A \u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0635\u0641\u062D\u0629 \u0627\u0644\u062D\u0627\u0644\u064A\u0629",notLoginPro:"\u0644\u0645 \u062A\u0642\u0645 \u0628\u062A\u0633\u062C\u064A\u0644 \u0627\u0644\u062F\u062E\u0648\u0644 \u0625\u0644\u0649 \u062D\u0633\u0627\u0628 \u0627\u0644\u0639\u0636\u0648\u064A\u0629 \u0627\u0644\u062E\u0627\u0635 \u0628\u0643 \u0628\u0639\u062F","floatBall.iKnow":"\u0623\u0646\u0627 \u0623\u0639\u0631\u0641","intro.hoverTitle":"\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0641\u0642\u0631\u0629 \u0627\u0644\u062D\u0627\u0644\u064A\u0629 \u0639\u0646\u062F \u062A\u062D\u0631\u064A\u0643 \u0627\u0644\u0645\u0627\u0648\u0633 \u0641\u0648\u0642\u0647\u0627",temprarilyChangeTranslationTo_bing:"\u064A\u062A\u0645 \u0627\u0633\u062A\u062E\u062F\u0627\u0645 \u0645\u062A\u0631\u062C\u0645 \u0645\u0627\u064A\u0643\u0631\u0648\u0633\u0648\u0641\u062A \u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0635\u0641\u062D\u0629 \u0627\u0644\u062D\u0627\u0644\u064A\u0629",temprarilyChangeTranslationTo_openai:"\u064A\u062A\u0645 \u0627\u0633\u062A\u062E\u062F\u0627\u0645 OpenAI \u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0635\u0641\u062D\u0629 \u0627\u0644\u062D\u0627\u0644\u064A\u0629","browser.translateWithOpenAI":"\u0627\u0633\u062A\u062E\u062F\u0645 OpenAI \u0645\u0624\u0642\u062A\u064B\u0627 \u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0635\u0641\u062D\u0629 \u0627\u0644\u062D\u0627\u0644\u064A\u0629",networkError:"\u062A\u0648\u0627\u062C\u0647 \u062E\u062F\u0645\u0629 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0623\u0648 \u0627\u0644\u0634\u0628\u0643\u0629 \u0645\u0634\u0643\u0644\u0629",buildSnapshots:"\u0625\u0646\u0634\u0627\u0621 \u0644\u0642\u0637\u0629 \u0633\u0631\u064A\u0639\u0629 \u0644\u0644\u0635\u0641\u062D\u0629 \u0627\u0644\u0625\u0644\u0643\u062A\u0631\u0648\u0646\u064A\u0629","shortcutGroup.mouse":"\u062A\u0643\u0648\u064A\u0646 \u0627\u062E\u062A\u0635\u0627\u0631\u0627\u062A \u0627\u0644\u0645\u0627\u0648\u0633 \u0627\u0644\u0645\u0639\u0644\u0642\u0629","intro.subtitleTitle":"\u0639\u0631\u0636 \u0627\u0644\u062A\u0631\u062C\u0645\u0627\u062A \u0627\u0644\u0645\u0632\u062F\u0648\u062C\u0629 \u0644\u0644\u0641\u064A\u062F\u064A\u0648 \u0639\u0628\u0631 \u0627\u0644\u0625\u0646\u062A\u0631\u0646\u062A","floatBall.longPress":"\u0627\u0636\u063A\u0637 \u0645\u0639 \u0627\u0644\u0627\u0633\u062A\u0645\u0631\u0627\u0631 \u0644\u0641\u062A\u062D \u0644\u0648\u062D\u0629 \u0627\u0644\u0625\u0639\u062F\u0627\u062F\u0627\u062A \u0628\u0633\u0631\u0639\u0629",touchShortcutsToggleTranslateTouchElement:"\u062A\u0639\u064A\u064A\u0646 \u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0641\u0642\u0631\u0629 \u0627\u0644\u0645\u062D\u062F\u062F\u0629 \u0628\u0648\u0627\u0633\u0637\u0629 \u0627\u0644\u0625\u064A\u0645\u0627\u0621\u0627\u062A \u0639\u0644\u0649 \u0627\u0644\u0634\u0627\u0634\u0629 \u0627\u0644\u062A\u064A \u062A\u0639\u0645\u0644 \u0628\u0627\u0644\u0644\u0645\u0633","browser.translateWithBing":"\u0627\u0633\u062A\u062E\u062F\u0645 \u062A\u0631\u062C\u0645\u0629 \u0645\u0627\u064A\u0643\u0631\u0648\u0633\u0648\u0641\u062A \u0645\u0624\u0642\u062A\u064B\u0627 \u0644\u0644\u0635\u0641\u062D\u0629 \u0627\u0644\u062D\u0627\u0644\u064A\u0629","error.subscriptionExpired":"\u0642\u062F \u064A\u0643\u0648\u0646 \u0639\u0636\u0648\u064A\u062A\u0643 \u0642\u062F \u0627\u0646\u062A\u0647\u062A \u060C \u064A\u0631\u062C\u0649 \u0627\u0644\u062A\u062D\u0642\u0642 \u0645\u0646 \u062D\u0627\u0644\u0629 \u0639\u0636\u0648\u064A\u062A\u0643","browser.translateWithGemini":"\u0627\u0633\u062A\u062E\u062F\u0645 Gemini \u0645\u0624\u0642\u062A\u064B\u0627 \u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0635\u0641\u062D\u0629 \u0627\u0644\u062D\u0627\u0644\u064A\u0629","desc.touchShortcutsToggleTranslateTouchElement":"\u0642\u0645 \u0628\u062A\u062E\u0635\u064A\u0635 \u0625\u0634\u0627\u0631\u0629 \u0628\u064A\u062F\u0643\u060C \u0648\u064A\u0645\u0643\u0646\u0643 \u062A\u0631\u062C\u0645\u0629 \u0623\u064A \u0641\u0642\u0631\u0629 \u062A\u0648\u0627\u062C\u062F \u0641\u064A\u0647\u0627.","browser.translateWithTransmart":"\u0627\u0633\u062A\u062E\u062F\u0645 \u062A\u0631\u062C\u0645\u0629 \u062A\u064A\u0646\u0633\u0646\u062A \u0645\u0624\u0642\u062A\u064B\u0627 \u0644\u0644\u0635\u0641\u062D\u0629 \u0627\u0644\u062D\u0627\u0644\u064A\u0629","desc.interfaceLanguage":"\u062A\u0624\u062B\u0631 \u0625\u0639\u062F\u0627\u062F\u0627\u062A \u0644\u063A\u0629 \u0627\u0644\u0648\u0627\u062C\u0647\u0629 \u0639\u0644\u0649 \u0644\u063A\u0629 \u0639\u0631\u0636 \u0644\u0648\u062D\u0629 \u0627\u0644\u062A\u062D\u0643\u0645\u060C \u0648\u0644\u0627 \u062A\u062A\u0639\u0644\u0642 \u0628\u0644\u063A\u0629 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0645\u0633\u062A\u0647\u062F\u0641\u0629.",touchShortcutsToggleTranslationMask:"\u062A\u0639\u064A\u064A\u0646 \u0625\u064A\u0645\u0627\u0621\u0627\u062A \u0627\u0644\u0634\u0627\u0634\u0629 \u0627\u0644\u062A\u064A \u062A\u0639\u0645\u0644 \u0628\u0627\u0644\u0644\u0645\u0633 \u0644\u0639\u0631\u0636 \u0642\u0646\u0627\u0639 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 / \u0639\u0631\u0636 \u0627\u0644\u0646\u0635 \u0627\u0644\u0623\u0635\u0644\u064A","browser.toggleMouseHoverTranslateDirectly":"\u062A\u0645\u0643\u064A\u0646 \u0623\u0648 \u062A\u0639\u0637\u064A\u0644 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0645\u0628\u0627\u0634\u0631\u0629 \u0639\u0646\u062F \u062A\u0645\u0631\u064A\u0631 \u0627\u0644\u0645\u0627\u0648\u0633 \u0645\u0624\u0642\u062A\u064B\u0627 \u0639\u0644\u0649 \u0627\u0644\u0635\u0641\u062D\u0629","floatBall.guideClickToTranslate":`\u0627\u0646\u0642\u0631 \u0639\u0644\u0649 \u0643\u0631\u0629 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0639\u0627\u0626\u0645\u0629 \u0627\u0644\u063A\u0627\u0645\u0631\u0629 \u0644\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0633\u0631\u064A\u0639\u0629`,"description.baiduField":"\u062A\u0631\u0649 \u0627\u0644\u0645\u062C\u0627\u0644\u0627\u062A \u0627\u0644\u0645\u062F\u0639\u0648\u0645\u0629 <1> \u0647\u0646\u0627 \u060C \u0625\u0630\u0627 \u0643\u0627\u0646\u062A \u0641\u0627\u0631\u063A\u0629 \u060C \u0641\u0647\u0630\u0627 \u064A\u0639\u0646\u064A \u0623\u0646 \u0627\u0644\u0645\u062C\u0627\u0644 \u063A\u064A\u0631 \u0645\u062D\u062F\u062F","error.reason":"\u0633\u0628\u0628 \u0627\u0644\u062E\u0637\u0623","browser.toggleVideoSubtitlePreTranslation":"\u062A\u0628\u062F\u064A\u0644 \u0625\u0644\u0649 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u063A\u0627\u0645\u0631\u0629 \u0627\u0644\u0645\u0641\u0636\u0644\u0629 \u0644\u0644\u062A\u0631\u062C\u0645\u0627\u062A \u0627\u0644\u062B\u0646\u0627\u0626\u064A\u0629 \u0627\u0644\u0644\u063A\u0629",touchShortcutsToggleTranslatePage:"\u0642\u0645 \u0628\u062A\u0639\u064A\u064A\u0646 \u0627\u0644\u0625\u064A\u0645\u0627\u0621\u0627\u062A \u0639\u0644\u0649 \u0627\u0644\u0634\u0627\u0634\u0629 \u0627\u0644\u062A\u064A \u062A\u0639\u0645\u0644 \u0628\u0627\u0644\u0644\u0645\u0633 \u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0635\u0641\u062D\u0627\u062A \u0627\u0644\u0625\u0644\u0643\u062A\u0631\u0648\u0646\u064A\u0629 / \u0639\u0631\u0636 \u0627\u0644\u0646\u0635 \u0627\u0644\u0623\u0635\u0644\u064A","subtitle.showQuickButtonDescription":"\u062A\u0648\u0641\u0631 \u0645\u0634\u063A\u0644 \u0627\u0644\u0641\u064A\u062F\u064A\u0648 \u0637\u0631\u064A\u0642\u0629 \u0645\u062E\u062A\u0635\u0631\u0629 \u0644\u062A\u0645\u0643\u064A\u0646 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u062B\u0646\u0627\u0626\u064A\u0629 \u0641\u064A \u0627\u0644\u0632\u0627\u0648\u064A\u0629 \u0627\u0644\u064A\u0645\u0646\u0649 \u0627\u0644\u0633\u0641\u0644\u0649",mouseHoverCustomKeyDescription:"\u064A\u0645\u0643\u0646\u0643 \u062A\u062E\u0635\u064A\u0635 \u0645\u062C\u0645\u0648\u0639\u0629 \u0645\u0641\u0627\u062A\u064A\u062D \u0627\u062E\u062A\u0635\u0627\u0631 \u0644\u062A\u0645\u0631\u064A\u0631 \u0627\u0644\u0645\u0627\u0648\u0633\u060C \u0645\u062B\u0644: Alt+Z\u060C Ctrl+E\u060C Cmd+Alt+E \u0623\u0648 \u0645\u0628\u0627\u0634\u0631\u0629 Cmd\u060C \u0627\u0644\u0631\u062C\u0627\u0621 \u0627\u0644\u0625\u062F\u062E\u0627\u0644 \u064A\u062F\u0648\u064A\u0627","desc.toggleTranslateTheMainPage":"\u062A\u0631\u062C\u0645 \u0641\u0642\u0637 \u0627\u0644\u0645\u0646\u0627\u0637\u0642 \u0627\u0644\u0631\u0626\u064A\u0633\u064A\u0629 \u0644\u0644\u0635\u0641\u062D\u0629 \u060C \u0639\u0646\u062F \u062A\u0645\u0643\u064A\u0646\u0643 \u0644\u062A\u0631\u062C\u0645\u0629 \u062C\u0645\u064A\u0639 \u0645\u0646\u0627\u0637\u0642 \u0627\u0644\u0635\u0641\u062D\u0629 \u0641\u064A \u0627\u0644\u0625\u0639\u062F\u0627\u062F\u0627\u062A \u0627\u0644\u0645\u062A\u0642\u062F\u0645\u0629 \u060C \u064A\u0645\u0643\u0646\u0643 \u0627\u0633\u062A\u062E\u062F\u0627\u0645 \u0647\u0630\u0627 \u0627\u0644\u0627\u062E\u062A\u0635\u0627\u0631 \u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0645\u0646\u0627\u0637\u0642 \u0627\u0644\u0631\u0626\u064A\u0633\u064A\u0629 \u0644\u0644\u0635\u0641\u062D\u0629 \u0641\u0642\u0637.","contact.description":"\u0625\u0630\u0627 \u0643\u0627\u0646 \u0644\u062F\u064A\u0643 \u0623\u064A \u0623\u0633\u0626\u0644\u0629 \u0623\u0648 \u0627\u0642\u062A\u0631\u0627\u062D\u0627\u062A\u060C \u0641\u0646\u062D\u0646 \u0646\u0631\u062D\u0628 \u0628\u0643 \u0644\u0645\u0644\u0621 \u0627\u0644\u0646\u0645\u0648\u0630\u062C \u0623\u062F\u0646\u0627\u0647 \u0644\u0644\u0627\u062A\u0635\u0627\u0644 \u0628\u0646\u0627\u060C \u0623\u0648 \u0625\u0631\u0633\u0627\u0644 \u0628\u0631\u064A\u062F \u0625\u0644\u0643\u062A\u0631\u0648\u0646\u064A \u0625\u0644\u0649 {email}\u060C \u0648\u0633\u0646\u0631\u062F \u0639\u0644\u064A\u0643 \u0641\u064A \u0623\u0642\u0631\u0628 \u0648\u0642\u062A \u0645\u0645\u0643\u0646.","desc.toggleTranslateTheWholePage":"\u062A\u0631\u062C\u0645\u0629 \u062C\u0645\u064A\u0639 \u0627\u0644\u0645\u0646\u0627\u0637\u0642 \u0641\u064A \u0627\u0644\u0635\u0641\u062D\u0629\u060C \u0628\u0634\u0643\u0644 \u0627\u0641\u062A\u0631\u0627\u0636\u064A\u060C \u0633\u0646\u062A\u0631\u062C\u0645 \u0627\u0644\u0645\u0646\u0627\u0637\u0642 \u0627\u0644\u0631\u0626\u064A\u0633\u064A\u0629 \u0641\u064A \u0627\u0644\u0635\u0641\u062D\u0629\u060C \u064A\u0645\u0643\u0646\u0643 \u0627\u0633\u062A\u062E\u062F\u0627\u0645 \u0647\u0630\u0627 \u0627\u0644\u0627\u062E\u062A\u0635\u0627\u0631 \u0644\u062A\u0631\u062C\u0645\u0629 \u062C\u0645\u064A\u0639 \u0627\u0644\u0645\u0646\u0627\u0637\u0642 \u0641\u064A \u0627\u0644\u0635\u0641\u062D\u0629 \u0628\u0634\u0643\u0644 \u062E\u0627\u0635.",confirmResetToDefaultSettings:"\u0647\u0644 \u062A\u0631\u064A\u062F \u0628\u0627\u0644\u062A\u0623\u0643\u064A\u062F \u0627\u0633\u062A\u0639\u0627\u062F\u0629 \u0647\u0630\u0647 \u0627\u0644\u062E\u062F\u0645\u0629 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0625\u0644\u0649 \u0627\u0644\u0625\u0639\u062F\u0627\u062F\u0627\u062A \u0627\u0644\u0627\u0641\u062A\u0631\u0627\u0636\u064A\u0629\u061F (\u0625\u0639\u0627\u062F\u0629 \u062A\u0639\u064A\u064A\u0646 \u0625\u0639\u062F\u0627\u062F\u0627\u062A \u062E\u062F\u0645\u0629 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u062D\u0627\u0644\u064A\u0629 \u0641\u0642\u0637)",shortcutDisableTooltip:"\u064A\u0631\u062C\u0649 \u0627\u0644\u0642\u064A\u0627\u0645 \u0628\u0627\u0644\u0625\u0639\u062F\u0627\u062F\u0627\u062A \u0641\u064A \u0635\u0641\u062D\u0629 \u0625\u062F\u0627\u0631\u0629 \u0627\u062E\u062A\u0635\u0627\u0631\u0627\u062A \u0627\u0644\u0645\u062A\u0635\u0641\u062D \u0627\u0644\u0645\u0642\u062F\u0645\u0629 \u060C \u0644\u0644\u0645\u0632\u064A\u062F \u0645\u0646 \u0627\u0644\u0625\u0631\u0634\u0627\u062F\u0627\u062A \u060C \u064A\u0631\u062C\u0649 \u0627\u0644\u0627\u0637\u0644\u0627\u0639 \u0639\u0644\u0649 \u0627\u0644\u062A\u0639\u0644\u064A\u0645\u0627\u062A \u0641\u064A \u0623\u0639\u0644\u0649 \u0647\u0630\u0647 \u0627\u0644\u0635\u0641\u062D\u0629.","desc.toggleMouseHoverTranslateDirectly":"\u0628\u0639\u062F \u0627\u0644\u0636\u063A\u0637 \u0639\u0644\u0649 \u0647\u0630\u0627 \u0627\u0644\u0645\u0641\u062A\u0627\u062D \u0627\u0644\u0633\u0631\u064A\u0639 \u060C \u0639\u0644\u0649 \u0627\u0644\u0635\u0641\u062D\u0629 \u060C \u0637\u0627\u0644\u0645\u0627 \u0623\u0634\u0627\u0631 \u0627\u0644\u0645\u0627\u0648\u0633 \u0625\u0644\u0649 \u0623\u064A \u0646\u0635 \u060C \u0633\u064A\u062A\u0645 \u062A\u0631\u062C\u0645\u0629 \u0647\u0630\u0627 \u0627\u0644\u0646\u0635 \u062A\u0644\u0642\u0627\u0626\u064A\u064B\u0627. \u0627\u0636\u063A\u0637 \u0639\u0644\u0649 \u0627\u0644\u0645\u0641\u062A\u0627\u062D \u0627\u0644\u0633\u0631\u064A\u0639 \u0645\u0631\u0629 \u0623\u062E\u0631\u0649 \u060C \u0648\u0633\u064A\u062A\u0645 \u0625\u063A\u0644\u0627\u0642 \u0647\u0630\u0647 \u0627\u0644\u0648\u0638\u064A\u0641\u0629 \u0627\u0644\u062A\u0644\u0642\u0627\u0626\u064A\u0629 \u0644\u0644\u062A\u0631\u062C\u0645\u0629.","desc.mouseHoverHoldKey":"\u0639\u0646\u062F \u062A\u0645\u0631\u064A\u0631 \u0627\u0644\u0645\u0627\u0648\u0633 \u0641\u0648\u0642 \u0641\u0642\u0631\u0629 \u0645\u0639\u064A\u0646\u0629 \u0648\u0627\u0644\u0636\u063A\u0637 \u0639\u0644\u0649 \u0627\u0644\u0645\u0641\u062A\u0627\u062D \u0627\u0644\u0633\u0631\u064A\u0639 \u0639\u0644\u0649 \u0627\u0644\u062C\u0627\u0646\u0628 \u0627\u0644\u0623\u064A\u0645\u0646 \u0641\u064A \u0627\u0644\u0648\u0642\u062A \u0646\u0641\u0633\u0647\u060C \u064A\u0645\u0643\u0646\u0643 \u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0641\u0642\u0631\u0629 \u0645\u0628\u0627\u0634\u0631\u0629.",paragraphMinTextCountDesc:"\u064A\u0631\u062C\u0649 \u0627\u0644\u0627\u0646\u062A\u0628\u0627\u0647 \u060C \u0647\u0646\u0627 \u064A\u062A\u0645 \u0627\u0644\u0625\u0634\u0627\u0631\u0629 \u0625\u0644\u0649 \u0637\u0648\u0644 \u0627\u0644\u062D\u0631\u0641 \u060C \u0639\u0644\u0649 \u0633\u0628\u064A\u0644 \u0627\u0644\u0645\u062B\u0627\u0644: hello \u0647\u0648 5 \u0623\u062D\u0631\u0641 \u060C \u0648\u062A\u0639\u064A\u064A\u0646 \u0642\u064A\u0645\u0629 \u0623\u0643\u0628\u0631 \u064A\u0645\u0643\u0646 \u0623\u0646 \u064A\u0642\u0644\u0644 \u0645\u0646 \u0627\u0644\u062A\u0631\u062C\u0645\u0627\u062A \u063A\u064A\u0631 \u0627\u0644\u0636\u0631\u0648\u0631\u064A\u0629 \u0644\u0644\u0641\u0642\u0631\u0627\u062A \u0627\u0644\u0635\u063A\u064A\u0631\u0629.","desc.touchShortcutsToggleTranslationMask":"\u062A\u0634\u064A\u0631 \u0642\u0646\u0627\u0639 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0625\u0644\u0649 \u062A\u0623\u062B\u064A\u0631 \u0627\u0644\u0636\u0628\u0627\u0628\u064A\u0629 \u0641\u064A \u0646\u0645\u0637 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 (\u0648\u0636\u0639 \u0627\u0644\u062A\u0639\u0644\u0645) \u060C \u0648\u0628\u0639\u062F \u0627\u0644\u062A\u0634\u063A\u064A\u0644 \u060C \u064A\u062A\u0645 \u0627\u0633\u062A\u062E\u062F\u0627\u0645 \u062A\u0623\u062B\u064A\u0631 \u0627\u0644\u0636\u0628\u0627\u0628\u064A\u0629 \u0645\u0624\u0642\u062A\u064B\u0627 \u0639\u0644\u0649 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u060C \u0645\u0645\u0627 \u064A\u0633\u0647\u0644 \u0627\u0644\u062A\u0639\u0644\u0645.","intro.floatBallDescription":"\u0628\u0639\u062F \u0627\u0644\u062A\u0641\u0639\u064A\u0644\u060C \u0633\u064A\u0638\u0647\u0631 \u0632\u0631 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0633\u0631\u064A\u0639\u0629 \u0639\u0644\u0649 \u0627\u0644\u062C\u0627\u0646\u0628 \u0627\u0644\u0623\u064A\u0645\u0646 \u0645\u0646 \u0627\u0644\u0635\u0641\u062D\u0629\u060C \u0627\u0646\u0642\u0631 \u0639\u0644\u064A\u0647 \u0644\u0644\u062A\u0631\u062C\u0645\u0629\u060C \u0648\u0627\u0646\u0642\u0631 \u0645\u0631\u0629 \u0623\u062E\u0631\u0649 \u0644\u0644\u0639\u0648\u062F\u0629 \u0625\u0644\u0649 \u0627\u0644\u0646\u0635 \u0627\u0644\u0623\u0635\u0644\u064A. \u0639\u0644\u0649 \u0627\u0644\u0623\u062C\u0647\u0632\u0629 \u0627\u0644\u0645\u062D\u0645\u0648\u0644\u0629\u060C \u0627\u0636\u063A\u0637 \u0645\u0639 \u0627\u0644\u0627\u0633\u062A\u0645\u0631\u0627\u0631 \u0639\u0644\u0649 \u0627\u0644\u0643\u0631\u0629 \u0627\u0644\u0645\u0639\u0644\u0642\u0629 \u0644\u0641\u062A\u062D \u0644\u0648\u062D\u0629 \u0627\u0644\u0625\u0639\u062F\u0627\u062F\u0627\u062A \u0627\u0644\u0633\u0631\u064A\u0639\u0629.","desc.touchShortcutsToggleTranslatePage":"\u0628\u0639\u062F \u0627\u0644\u0625\u0639\u062F\u0627\u062F \u060C \u0639\u0646\u062F \u0627\u0644\u062A\u0646\u0642\u0644 \u0628\u0627\u0644\u062C\u0647\u0627\u0632 \u0627\u0644\u0645\u062D\u0645\u0648\u0644 \u060C \u064A\u0645\u0643\u0646\u0643 \u0627\u0633\u062A\u062E\u062F\u0627\u0645 X \u0623\u0635\u0627\u0628\u0639 \u0644\u0644\u0645\u0633 \u0627\u0644\u0634\u0627\u0634\u0629 \u0641\u064A \u0646\u0641\u0633 \u0627\u0644\u0648\u0642\u062A \u060C \u0623\u0648 \u0627\u0644\u062A\u0645\u0631\u064A\u0631 \u0644\u0644\u064A\u0645\u064A\u0646 \u0648\u0627\u0644\u064A\u0633\u0627\u0631 \u060C \u0623\u0648 \u0627\u0644\u0646\u0642\u0631 \u0627\u0644\u0645\u062A\u0648\u0627\u0635\u0644 \u060C \u0644\u062A\u0641\u0639\u064A\u0644 \u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0635\u0641\u062D\u0629 / \u0639\u0631\u0636 \u0627\u0644\u0646\u0635 \u0627\u0644\u0623\u0635\u0644\u064A.",translationOnlyModeDescription:"\u062A\u0634\u064A\u0631 \u0648\u0636\u0639\u064A\u0629 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0641\u0642\u0637 \u0625\u0644\u0649 \u0639\u0631\u0636 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0641\u0642\u0637\u060C \u0648\u0644\u064A\u0633 \u0627\u0644\u0648\u0636\u0639 \u0627\u0644\u062B\u0646\u0627\u0626\u064A \u0627\u0644\u0644\u063A\u0629 \u0627\u0644\u0627\u0641\u062A\u0631\u0627\u0636\u064A. \u0627\u0644\u0631\u062C\u0627\u0621 \u0645\u0644\u0627\u062D\u0638\u0629: \u0628\u0633\u0628\u0628 \u0645\u0634\u0643\u0644\u0627\u062A \u0627\u0644\u062A\u0642\u0646\u064A\u0629\u060C \u0633\u062A\u0635\u0628\u062D \u0627\u0644\u0631\u0648\u0627\u0628\u0637 \u0627\u0644\u0641\u0627\u0626\u0642\u0629 \u0641\u064A \u0627\u0644\u0646\u0635 \u0627\u0644\u0623\u0635\u0644\u064A \u063A\u064A\u0631 \u0641\u0639\u0627\u0644\u0629 \u0641\u064A \u0648\u0636\u0639\u064A\u0629 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0641\u0642\u0637.","intro.hoverDescription":"\u062A\u0639\u062F \u0648\u0638\u064A\u0641\u0629 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0639\u0646\u062F \u062A\u0645\u0631\u064A\u0631 \u0627\u0644\u0645\u0624\u0634\u0631 \u0641\u0648\u0642 \u0627\u0644\u0646\u0635 \u062C\u0632\u0621\u064B\u0627 \u0645\u0647\u0645\u064B\u0627 \u062C\u062F\u064B\u0627 \u0645\u0646 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u063A\u0627\u0645\u0631\u0629\u060C \u0641\u0642\u0637 \u0636\u0639 \u0627\u0644\u0645\u0624\u0634\u0631 \u0639\u0644\u0649 \u0627\u0644\u0641\u0642\u0631\u0629 \u0648\u0627\u0636\u063A\u0637 \u0639\u0644\u0649 \u0627\u0644\u0645\u0641\u062A\u0627\u062D \u0627\u0644\u0633\u0631\u064A\u0639 \u0627\u0644\u0645\u062D\u062F\u062F \u0641\u064A \u0646\u0641\u0633 \u0627\u0644\u0648\u0642\u062A\u060C \u0648\u0633\u064A\u062A\u0645 \u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0641\u0642\u0631\u0629 \u0627\u0644\u062D\u0627\u0644\u064A\u0629 \u062A\u0644\u0642\u0627\u0626\u064A\u064B\u0627 (\u0645\u0644\u0627\u062D\u0638\u0629: \u0627\u0644\u0625\u0639\u062F\u0627\u062F \u0627\u0644\u0627\u0641\u062A\u0631\u0627\u0636\u064A \u0644\u064A\u0633 \u0645\u0641\u0639\u0644\u0627\u064B\u060C \u064A\u0631\u062C\u0649 \u0627\u0644\u0625\u0639\u062F\u0627\u062F \u0623\u062F\u0646\u0627\u0647)\u060C \u064A\u062A\u0645 \u0627\u0633\u062A\u062E\u062F\u0627\u0645 \u0647\u0630\u0627 \u0627\u0644\u062A\u0641\u0627\u0639\u0644 \u0644\u0627\u0633\u062A\u0628\u062F\u0627\u0644 \u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0643\u0644\u0645\u0627\u062A \u0627\u0644\u0645\u062D\u062F\u062F\u0629 \u0628\u0634\u0643\u0644 \u0623\u0641\u0636\u0644\u060C \u0628\u0627\u0644\u0625\u0636\u0627\u0641\u0629 \u0625\u0644\u0649 \u0630\u0644\u0643\u060C \u064A\u062A\u0645 \u0627\u0633\u062A\u062E\u062F\u0627\u0645 \u0647\u0630\u0647 \u0627\u0644\u0648\u0638\u064A\u0641\u0629 \u0639\u0644\u0649 \u0646\u0637\u0627\u0642 \u0648\u0627\u0633\u0639 \u0641\u064A \u062A\u0644\u0643 \u0627\u0644\u0645\u0646\u0627\u0637\u0642 \u0627\u0644\u062A\u064A \u0644\u0627 \u064A\u0645\u0643\u0646 \u0627\u0644\u062A\u0639\u0631\u0641 \u0639\u0644\u064A\u0647\u0627 \u0644\u0644\u062A\u0631\u062C\u0645\u0629\u060C \u064A\u0645\u0643\u0646\u0643 \u0627\u0633\u062A\u062E\u062F\u0627\u0645 \u0647\u0630\u0647 \u0627\u0644\u0648\u0638\u064A\u0641\u0629 \u0644\u062A\u0631\u062C\u0645\u0629 \u0623\u064A \u0641\u0642\u0631\u0629 \u0628\u0627\u0644\u0642\u0648\u0629.","neverTranslateText.description":"\u0628\u0633\u0628\u0628 \u0623\u0646 \u0628\u0639\u0636 \u0645\u062D\u0631\u0643\u0627\u062A \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0644\u0627 \u062A\u062A\u0639\u0631\u0641 \u0628\u0634\u0643\u0644 \u0645\u062B\u0627\u0644\u064A \u0639\u0644\u0649 \u0627\u0644\u0623\u0633\u0645\u0627\u0621 \u0627\u0644\u062E\u0627\u0635\u0629\u060C \u064A\u0645\u0643\u0646\u0643 \u0625\u0636\u0627\u0641\u0629 \u0643\u0644\u0645\u0627\u062A \u0647\u0646\u0627 \u0644\u0644\u062A\u0623\u0643\u062F \u0645\u0646 \u0623\u0646\u0647\u0627 \u0644\u0646 \u062A\u062A\u063A\u064A\u0631 \u0623\u062B\u0646\u0627\u0621 \u0639\u0645\u0644\u064A\u0629 \u0627\u0644\u062A\u0631\u062C\u0645\u0629. \u064A\u0631\u062C\u0649 \u0645\u0644\u0627\u062D\u0638\u0629 \u0623\u0646 \u0647\u0630\u0647 \u0627\u0644\u0648\u0638\u064A\u0641\u0629 \u062A\u0639\u062A\u0645\u062F \u0639\u0644\u0649 \u062D\u062C\u0645 \u0627\u0644\u062D\u0631\u0648\u0641\u060C \u0648\u062A\u062F\u0639\u0645 \u0641\u0642\u0637 \u0627\u0644\u0644\u063A\u0627\u062A \u0627\u0644\u062A\u064A \u062A\u0641\u0635\u0644 \u0627\u0644\u0643\u0644\u0645\u0627\u062A \u0628\u0645\u0633\u0627\u0641\u0627\u062A (\u0645\u062B\u0644 \u0627\u0644\u0625\u0646\u062C\u0644\u064A\u0632\u064A\u0629 \u0648\u0627\u0644\u0641\u0631\u0646\u0633\u064A\u0629)\u060C \u0648\u0644\u0627 \u062A\u0646\u0637\u0628\u0642 \u0639\u0644\u0649 \u0627\u0644\u0644\u063A\u0627\u062A \u0645\u062B\u0644 \u0627\u0644\u064A\u0627\u0628\u0627\u0646\u064A\u0629 \u0648\u0627\u0644\u0643\u0648\u0631\u064A\u0629.","intro.subtitleDescription":"\u0628\u0639\u062F \u062A\u0641\u0639\u064A\u0644 \u0647\u0630\u0647 \u0627\u0644\u0648\u0638\u064A\u0641\u0629\u060C \u0633\u064A\u062A\u0645 \u0639\u0631\u0636 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u062B\u0646\u0627\u0626\u064A\u0629 \u062A\u0644\u0642\u0627\u0626\u064A\u064B\u0627 \u0623\u062B\u0646\u0627\u0621 \u062A\u0634\u063A\u064A\u0644 \u0627\u0644\u0641\u064A\u062F\u064A\u0648. \u0625\u0630\u0627 \u0644\u0645 \u064A\u062A\u0645 \u0627\u0644\u062A\u0641\u0639\u064A\u0644\u060C \u0633\u062A\u062D\u062A\u0627\u062C \u0625\u0644\u0649 \u0627\u0644\u0646\u0642\u0631 \u064A\u062F\u0648\u064A\u064B\u0627 \u0639\u0644\u0649 \u0632\u0631 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0639\u0644\u0649 \u0627\u0644\u0635\u0641\u062D\u0629 \u0644\u0639\u0631\u0636 \u0627\u0644\u062A\u0631\u062C\u0645\u0629. \u064A\u0631\u062C\u0649 \u0645\u0644\u0627\u062D\u0638\u0629 \u0623\u0646 \u0628\u0639\u0636 \u0627\u0644\u0645\u0648\u0627\u0642\u0639 \u0642\u062F \u062A\u062D\u062A\u0627\u062C \u0625\u0644\u0649 \u062A\u062D\u062F\u064A\u062B \u0627\u0644\u0635\u0641\u062D\u0629 \u0623\u0648 \u0627\u0644\u0627\u0646\u062A\u0638\u0627\u0631 \u062D\u062A\u0649 \u064A\u062A\u0645 \u0627\u0644\u0627\u0646\u062A\u0647\u0627\u0621 \u0645\u0646 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0639\u0646\u062F \u062A\u0641\u0639\u064A\u0644 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0644\u0623\u0648\u0644 \u0645\u0631\u0629 \u0644\u0639\u0631\u0636 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u062B\u0646\u0627\u0626\u064A\u0629. (\u0628\u0627\u0644\u0625\u0636\u0627\u0641\u0629 \u0625\u0644\u0649 \u0630\u0644\u0643\u060C \u064A\u0645\u0643\u0646\u0643 \u0623\u064A\u0636\u064B\u0627 \u062A\u0641\u0639\u064A\u0644 / \u0625\u0644\u063A\u0627\u0621 \u062A\u0641\u0639\u064A\u0644 \u0644\u0648\u062D\u0629 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u063A\u0627\u0645\u0631\u0629 \u0645\u0646 \u0627\u0644\u0632\u0627\u0648\u064A\u0629 \u0627\u0644\u0639\u0644\u0648\u064A\u0629 \u0627\u0644\u064A\u0645\u0646\u0649 \u0628\u0639\u062F \u0641\u062A\u062D \u0645\u0648\u0642\u0639 \u0627\u0644\u0641\u064A\u062F\u064A\u0648)

\u064A\u062A\u0645 \u0627\u0644\u0622\u0646 \u062F\u0639\u0645 \u0627\u0633\u062A\u062E\u062F\u0627\u0645 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u062B\u0646\u0627\u0626\u064A\u0629 \u0639\u0644\u0649 \u0647\u0630\u0647 \u0627\u0644\u0645\u0648\u0627\u0642\u0639:",geminiWarning:"\u062A\u0646\u0628\u064A\u0647: \u0627\u0644\u062E\u062F\u0645\u0629 \u0627\u0644\u0645\u062C\u0627\u0646\u064A\u0629 \u0644\u0640 Gemini \u0627\u0644\u062A\u064A \u062A\u0642\u062F\u0645\u0647\u0627 Google \u0644\u0647\u0627 \u0642\u064A\u0648\u062F \u0635\u0627\u0631\u0645\u0629\u060C \u0642\u062F \u064A\u062D\u0643\u0645 Google \u0623\u0646 \u0627\u0644\u0645\u0633\u062A\u062E\u062F\u0645 \u064A\u0633\u062A\u062E\u062F\u0645 \u0645\u0641\u0627\u062A\u064A\u062D \u0645\u062A\u0639\u062F\u062F\u0629 \u0644\u062A\u062C\u0646\u0628 \u0642\u064A\u0648\u062F \u0627\u0644\u062D\u0635\u0629 \u0627\u0644\u0645\u062C\u0627\u0646\u064A\u0629 \u0627\u0644\u062E\u0627\u0635\u0629 \u0628\u0647\u0645\u060C \u0644\u0630\u0627 \u0644\u0627 \u064A\u064F\u0646\u0635\u062D \u0628\u0627\u0633\u062A\u062E\u062F\u0627\u0645\u0647\u0627\u060C \u064A\u064F\u0641\u0636\u0644 \u0627\u0644\u0627\u0646\u062A\u0638\u0627\u0631 \u062D\u062A\u0649 \u062A\u0641\u062A\u062D Google \u0648\u0627\u062C\u0647\u0629 \u0628\u0631\u0645\u062C\u0629 \u0627\u0644\u062A\u0637\u0628\u064A\u0642\u0627\u062A \u0627\u0644\u0645\u062F\u0641\u0648\u0639\u0629 \u0644\u0640 Gemini \u0641\u064A \u0627\u0644\u0645\u0633\u062A\u0642\u0628\u0644 \u0644\u0627\u0633\u062A\u062E\u062F\u0627\u0645\u0647\u0627.","floatBall.setting":"\u0625\u0639\u062F\u0627\u062F\u0627\u062A","floatBall.file":`\u062A\u0631\u062C\u0645\u0629 \u0645\u0644\u0641\u0627\u062A PDF\u060C EPUB\u060C SRT\u060C ASS\u060C HTML\u060C TXT`,"floatBall.translateToLanguage":"\u0627\u0646\u0642\u0631 \u0644\u0644\u062A\u0631\u062C\u0645\u0629 \u0625\u0644\u0649 {language}",changeToOnlyTempTranslationMode:"\u0642\u0645 \u0628\u0627\u0644\u062A\u0628\u062F\u064A\u0644 \u0625\u0644\u0649 \u0625\u0638\u0647\u0627\u0631 \u0627\u0644\u062A\u0631\u062C\u0645\u0627\u062A \u0641\u0642\u0637",changeToDualTempTranslationMode:"\u0627\u0644\u062A\u0628\u062F\u064A\u0644 \u0625\u0644\u0649 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u062B\u0646\u0627\u0626\u064A\u0629 \u0627\u0644\u0644\u063A\u0629","transitionMode.translation":"\u0641\u0642\u0637 \u0627\u0644\u0646\u0635 \u0627\u0644\u0645\u062A\u0631\u062C\u0645","options.navbar.translateFile":"\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0648\u062B\u0627\u0626\u0642","transitionMode.dual":"\u0645\u0642\u0627\u0628\u0644\u0629 \u062B\u0646\u0627\u0626\u064A\u0629 \u0627\u0644\u0644\u063A\u0629","options.navbar.installApp":"\u062A\u062B\u0628\u064A\u062A \u062A\u0637\u0628\u064A\u0642 \u0627\u0644\u0647\u0627\u062A\u0641 \u0627\u0644\u0645\u062D\u0645\u0648\u0644","transitionMode.inherit":"\u0645\u0639 \u0627\u0644\u062D\u0641\u0627\u0638 \u0639\u0644\u0649 \u0627\u0644\u062A\u0646\u0627\u0633\u0642 \u0645\u0639 \u0648\u0636\u0639 \u0639\u0631\u0636 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0627\u0641\u062A\u0631\u0627\u0636\u064A \u0644\u0644\u0646\u0638\u0627\u0645","subtitle.transitionMode":"\u0625\u0639\u062F\u0627\u062F\u0627\u062A \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0641\u0642\u0637 / \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u062B\u0646\u0627\u0626\u064A\u0629 \u0644\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0641\u064A\u062F\u064A\u0648","subtitle.transitionModeDescription":"\u0642\u0645 \u0628\u062A\u0639\u064A\u064A\u0646 \u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0641\u064A\u062F\u064A\u0648 \u0625\u0644\u0649 \u0627\u0644\u0646\u0635 \u0627\u0644\u0645\u062A\u0631\u062C\u0645 \u0641\u0642\u0637 \u0623\u0648 \u0645\u0642\u0627\u0631\u0646\u0629 \u0627\u0644\u0644\u063A\u062A\u064A\u0646",translateFileTooltip:`\u062A\u0631\u062C\u0645\u0629 \u0645\u0644\u0641\u0627\u062A PDF\u060C ePub\u060C srt\u060C ass\u060C HTML\u060C TXT`,"description.subtitlePrompt":`\u0641\u064A \u0633\u064A\u0627\u0642 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u062A\u062D\u062A \u0627\u0644\u0634\u0627\u0634\u0629 \u0639\u0646\u062F \u0625\u0631\u0633\u0627\u0644 \u0639\u062F\u0629 \u0641\u0642\u0631\u0627\u062A\u060C \u064A\u062A\u0645 \u0625\u0631\u0633\u0627\u0644 \u0627\u0644\u062D\u0648\u0627\u0631 \u0625\u0644\u0649 {service} \u0628\u0627\u0633\u0645 \u0627\u0644\u0645\u0633\u062A\u062E\u062F\u0645\u060C \u062D\u064A\u062B {{from}} \u064A\u0645\u062B\u0644 \u0644\u063A\u0629 \u0627\u0644\u0641\u0642\u0631\u0629\u060C \u0648{{to}} \u064A\u0645\u062B\u0644 \u0627\u0644\u0644\u063A\u0629 \u0627\u0644\u0645\u0633\u062A\u0647\u062F\u0641\u0629\u060C \u0648{{yaml}} \u0647\u0648 \u0645\u062D\u062A\u0648\u0649 \u0627\u0644\u0641\u0642\u0631\u0629 \u0627\u0644\u0630\u064A \u0646\u0642\u0648\u0645 \u0628\u062A\u063A\u0644\u064A\u0641\u0647 \u0628\u062A\u0646\u0633\u064A\u0642 yaml\u060C \u0625\u0630\u0627 \u0643\u0627\u0646 \u0644\u062F\u064A\u0643 \u062D\u0627\u062C\u0629 \u0644\u062A\u062E\u0635\u064A\u0635 Prompt\u060C \u064A\u062C\u0628 \u0623\u0646 \u062A\u0636\u0645\u0646 \u0623\u0646 \u0643\u0644 \u0639\u0646\u0635\u0631 \u0641\u064A \u0646\u062A\u0627\u0626\u062C YAML \u0627\u0644\u062A\u064A \u064A\u0631\u062F \u0639\u0644\u064A\u0647\u0627 \u0627\u0644\u0630\u0643\u0627\u0621 \u0627\u0644\u0627\u0635\u0637\u0646\u0627\u0639\u064A \u064A\u062D\u062A\u0648\u064A \u0639\u0644\u0649 \u062D\u0642\u0644 {env.imt_sub_trans_field}\u060C {{imt_sub_trans_field}} \u0647\u0648 \u0627\u0633\u0645 \u0627\u0644\u062D\u0642\u0644 \u0627\u0644\u0630\u064A \u0646\u0631\u063A\u0628 \u0641\u064A \u0623\u0646 \u064A\u0631\u062F \u0639\u0644\u064A\u0647 \u0627\u0644\u0630\u0643\u0627\u0621 \u0627\u0644\u0627\u0635\u0637\u0646\u0627\u0639\u064A \u0628\u0627\u0644\u062A\u0631\u062C\u0645\u0629\u060C \u0627\u0644\u0627\u0641\u062A\u0631\u0627\u0636\u064A \u0647\u0648: {env.imt_sub_trans_field}\u060C {{imt_sub_source_field}} \u0647\u0648 \u0627\u0633\u0645 \u0627\u0644\u062D\u0642\u0644 \u0627\u0644\u0623\u0635\u0644\u064A \u0627\u0644\u0630\u064A \u0646\u0642\u062F\u0645\u0647 \u0644\u0644\u0630\u0643\u0627\u0621 \u0627\u0644\u0627\u0635\u0637\u0646\u0627\u0639\u064A\u060C \u0627\u0644\u0627\u0641\u062A\u0631\u0627\u0636\u064A \u0647\u0648: {env.imt_sub_source_field}\u060C \u0646\u062A\u064A\u062C\u0629 \u0627\u0644\u0639\u064A\u0646\u0629: @@ -5043,7 +5043,7 @@ ass\u060C HTML\u060C TXT`,"description.subtitlePrompt":`\u0641\u064A \u0633\u064 - id: 1 {env.imt_trans_field}: \u0627\u0644\u062A\u0631\u062C\u0645\u0629 - id: 2 - {env.imt_trans_field}: \u0627\u0644\u062A\u0631\u062C\u0645\u0629`,"translationServices.claude":"\u0643\u0644\u0648\u062F","subtitle.quickButton.setting":"\u0625\u0639\u062F\u0627\u062F\u0627\u062A","subtitle.quickButton.white":"\u0623\u0628\u064A\u0636","subtitle.quickButton.black":"\u0627\u0644\u0644\u0648\u0646 \u0627\u0644\u0623\u0633\u0648\u062F","subtitle.quickButton.yellow":"\u0627\u0644\u0644\u0648\u0646 \u0627\u0644\u0623\u0635\u0641\u0631","subtitle.quickButton.backgroundOpacity":"\u0634\u0641\u0627\u0641\u064A\u0629 \u0627\u0644\u062E\u0644\u0641\u064A\u0629","subtitle.quickButton.translationPositionBottom":"\u0623\u0633\u0641\u0644 \u0627\u0644\u0646\u0635 \u0627\u0644\u0623\u0635\u0644\u064A","subtitle.quickButton.backgroundColor":"\u0644\u0648\u0646 \u0627\u0644\u062E\u0644\u0641\u064A\u0629","subtitle.quickButton.cyan":"\u0627\u0644\u0644\u0648\u0646 \u0627\u0644\u0623\u0632\u0631\u0642","subtitle.quickButton.translationPosition":"\u0645\u0648\u0642\u0639 \u0627\u0644\u062A\u0631\u062C\u0645\u0629","subtitle.quickButton.magenta":"\u0627\u0644\u0644\u0648\u0646 \u0627\u0644\u0642\u0631\u0645\u0632\u064A","subtitle.quickButton.translationTextColor":"\u0644\u0648\u0646 \u062E\u0637 \u0627\u0644\u0646\u0635","subtitle.quickButton.red":"\u0627\u0644\u0644\u0648\u0646 \u0627\u0644\u0623\u062D\u0645\u0631","subtitle.quickButton.translationPositionTop":"\u0641\u064A \u0627\u0644\u062C\u0632\u0621 \u0627\u0644\u0639\u0644\u0648\u064A \u0645\u0646 \u0627\u0644\u0646\u0635 \u0627\u0644\u0623\u0635\u0644\u064A","subtitle.quickButton.sourceTextColor":"\u0644\u0648\u0646 \u0627\u0644\u062E\u0637 \u0627\u0644\u0623\u0635\u0644\u064A","subtitle.quickButton.green":"\u0627\u0644\u0644\u0648\u0646 \u0627\u0644\u0623\u062E\u0636\u0631","subtitle.quickButton.sourceFontSize":"\u062D\u062C\u0645 \u0627\u0644\u062E\u0637 \u0627\u0644\u0623\u0635\u0644\u064A","subtitle.quickButton.blue":"\u0627\u0644\u0644\u0648\u0646 \u0627\u0644\u0623\u0632\u0631\u0642","subtitle.quickButton.translationFontSize":"\u062D\u062C\u0645 \u062E\u0637 \u0627\u0644\u0646\u0635 \u0627\u0644\u0645\u062A\u0631\u062C\u0645",attachSubtitleTranslating:"\u0627\u0633\u062A\u062E\u062F\u0645 {service} \u0644\u0644\u062A\u0631\u062C\u0645\u0629...","error.claude.403":"\u0644\u0627 \u062A\u0648\u062C\u062F \u0635\u0644\u0627\u062D\u064A\u0629 \u0645\u0624\u0642\u062A\u0629 \u0644\u0644\u0648\u0635\u0648\u0644 \u0625\u0644\u0649 \u0627\u0644\u062E\u062F\u0645\u0629\u060C \u0642\u062F \u064A\u0643\u0648\u0646 \u0630\u0644\u0643 \u0645\u0631\u062A\u0628\u0637\u064B\u0627 \u0628\u0627\u0644\u0642\u064A\u0648\u062F \u0627\u0644\u062C\u063A\u0631\u0627\u0641\u064A\u0629 \u0644\u0640 Claude \u060C \u064A\u0645\u0643\u0646\u0643 \u0645\u062D\u0627\u0648\u0644\u0629 \u062A\u063A\u064A\u064A\u0631 \u0639\u0646\u0648\u0627\u0646 IP \u0627\u0644\u062E\u0627\u0635 \u0628\u0643 \u060C \u0623\u0648 \u0627\u0633\u062A\u062E\u062F\u0627\u0645 \u062E\u062F\u0645\u0627\u062A \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0623\u062E\u0631\u0649.","browser.brandDescriptionForSafari":"\u3010\u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u063A\u0627\u0645\u0631\u0629\u3011 \u0625\u0636\u0627\u0641\u0629 \u0645\u062C\u0627\u0646\u064A\u0629 \u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0635\u0641\u062D\u0627\u062A \u0627\u0644\u062B\u0646\u0627\u0626\u064A\u0629 \u0627\u0644\u0644\u063A\u0629 (\u0627\u0644\u0646\u0635 \u0627\u0644\u0623\u0635\u0644\u064A / \u0627\u0644\u062A\u0631\u062C\u0645\u0629)\u060C \u062A\u062F\u0639\u0645 \u0641\u064A \u0627\u0644\u0648\u0642\u062A \u0646\u0641\u0633\u0647 \u062A\u0631\u062C\u0645\u0629 PDF \u0648\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0643\u062A\u0628 \u0627\u0644\u0625\u0644\u0643\u062A\u0631\u0648\u0646\u064A\u0629 EPUB \u0645\u0639 \u0627\u0644\u062D\u0641\u0627\u0638 \u0639\u0644\u0649 \u062A\u0646\u0633\u064A\u0642 \u0627\u0644\u0648\u062B\u064A\u0642\u0629 \u0627\u0644\u0623\u0635\u0644\u064A\u0629\u060C \u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u062A\u0631\u062C\u0645\u0627\u062A \u0627\u0644\u062B\u0646\u0627\u0626\u064A\u0629 \u0627\u0644\u0644\u063A\u0629 \u0644\u0644\u0641\u064A\u062F\u064A\u0648\u0647\u0627\u062A \u0639\u0644\u0649 \u0627\u0644\u0625\u0646\u062A\u0631\u0646\u062A \u0645\u062B\u0644 Youtube/Netflix\u060C \u062A\u062F\u0639\u0645 \u062E\u062F\u0645\u0627\u062A \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0631\u0626\u064A\u0633\u064A\u0629 \u0645\u062B\u0644 Deepl/Google\u061B","browser.PdfProFile":"\u062A\u0631\u062C\u0645\u0629 PDF Pro \u0628\u062F\u0639\u0645 \u0645\u0646 \u0627\u0644\u0630\u0643\u0627\u0621 \u0627\u0644\u0627\u0635\u0637\u0646\u0627\u0639\u064A","browser.textTranslate":"\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0646\u0635"};var Sb={nologin:"nicht eingeloggt",loginForSafari:"Anmelden oder Registrieren",login:"Anmelden, um eine Mitgliedschaft zu er\xF6ffnen",manageAccount:"Verwaltete Konten",openPremium:"Offene Mitgliedschaft",logout:"Abbrechen",curentPlan:"Aktuelle Pakete",endAt:"Verfallsdatum",endAuto:"automatische Erneuerung",lineBreakMaxTextCount:"Maximal zul\xE4ssige Anzahl von Zeichen pro Satz nach Zeilenumbr\xFCchen","translate-pdf":"Zum \xDCbersetzen PDF anklicken","noSupportTranslate-pdf":"Script nicht unterst\xFCtzt, bitte Plugin verwenden","translate-firefox-local-pdf":"Klicken Sie, um zu PDF importieren zu gelangen",enableLineBreak:"Automatischen Zeilenvorschub f\xFCr lange Abs\xE4tze aktivieren",sponsorLabel:"$1 Gesponserte Entwickler",help:"Hand",browserShortcutsNoteForFirefox:'Um die Verkn\xFCpfungen in Firefox zu \xE4ndern, m\xFCssen Sie die Seite f\xFCr die Verwaltung der Erweiterungen "about:addons" \xF6ffnen, dann auf "Einstellungen" und dann auf "Verkn\xFCpfungen verwalten" klicken, um die Verkn\xFCpfungen festzulegen.',browserShortcutsNoteForChrome:'Um Verkn\xFCpfungen in Chrome zu \xE4ndern, m\xFCssen Sie die Seite f\xFCr die Verwaltung von Erweiterungen \xF6ffnen, sie im Bereich "Verkn\xFCpfungen verwalten" festlegen (chrome://extensions/shortcuts) und auf die Schaltfl\xE4che unten klicken, um zur Seite f\xFCr die Verwaltung von Verkn\xFCpfungen zu gelangen.',browserShortcutsSucks:"Benutzerdefinierte Tastenkombinationen werden wie folgt formatiert (es erfolgt keine automatische Erkennung, bitte direkt eingeben)\uFF1A",enableLineBreakDescription:"Wenn diese Funktion aktiviert ist, werden in langen Abs\xE4tzen am Ende jedes Satzes Zeilenumbr\xFCche eingef\xFCgt, um die Lesbarkeit zu verbessern.","browser.shortBrandName":"Immersions\xFCbersetzung","browser.brandName":"Immersion Translation: Bilinguale Webseiten & PDF \xDCbersetzung","browser.brandDescription":"Bilingual web page translation, also supports PDF translation, bilingual Epub eBook translation, free to use.","browser.toggleTranslatePage":"Seite \xFCbersetzen/ Originaltext anzeigen","browser.toggleTranslateTheWholePage":"Alle Bereiche der Seite \xFCbersetzen/den Originaltext anzeigen","browser.toggleOnlyTransation":"Wechseln Sie in den Zweisprachen-/Nur-\xDCbersetzungsmodus","browser.toggleTranslateToThePageEndImmediately":"Sofortige \xDCbersetzung am Ende der Seite/Anzeige des Originaltextes","browser.toggleTranslateTheMainPage":"Den Hauptbereich der Seite \xFCbersetzen/den Originaltext anzeigen","browser.shareToDraft":"Zweisprachige Seiten teilen","browser.openOptionsPage":"\xD6ffnen Sie die Einstellungsseite","browser.toggleTranslationMask":"Translationsunsch\xE4rfe-Effekt ein-/ausblenden","browser.translateLocalPdfFile":"Lokale PDF-Dateien \xFCbersetzen","browser.openEbookViewer":"Lokale eBooks lesen","browser.openEbookBuilder":"Zweisprachige EPUB eBooks erstellen","browser.translateLocalHtmlFile":"HTML/Txt-Dateien \xFCbersetzen","browser.donateContext":"Erfahren Sie mehr \xFCber die Vorteile eines Sponsors","browser.translateLocalSubtitleFile":"Lokale Untertiteldateien \xFCbersetzen",confirmResetConfig:"Sind Sie sicher, dass Sie die Einstellungen zur\xFCcksetzen wollen?",translationLineBreakSettingTitle:"\xDCbersetzung Zeilenvorschubeinstellung",smartLineBreak:"Smart Line Feed (Berechnung)",alwaysLineBreak:"Immer Zeilenvorschub",isShowContextMenu:"Hinzuf\xFCgen \xFCbersetzter Seiten zu Rechtsklick-Men\xFCpunkten",toggleBeta:"Aktivieren von Beta-Testfunktionen",betaDescription:"Aktivieren Sie Funktionen, die noch experimentell sind, sowie einen \xDCbersetzungsdienst in der Beta-Phase. Treten Sie der <1>Telegram-Gruppe bei, um mehr zu erfahren.",translationLineBreakSettingDescription:"Bei Seiten mit wenig Inhalt sind die Zeilenumbr\xFCche immer ordentlich und \xFCbersichtlich. (Verwenden Sie intelligente Zeilenumbr\xFCche in langen, inhaltsreichen Abs\xE4tzen (mehr als{count}Zeichen), um Platz zu sparen).",tempTranslateDomainTitle:"Dauer des vor\xFCbergehenden Einschaltens der Website-\xDCbersetzung",tempTranslateDomainDescription:"Wenn Sie eine Webseite manuell \xFCbersetzen, schalten Sie die Website vor\xFCbergehend f\xFCr die automatische \xDCbersetzung ein, und Sie k\xF6nnen die vor\xFCbergehende Dauer festlegen.",xMinutes:"{count} Minuten",disabled:"die Verwendung von etw. untersagen",changelog:"Protokoll aktualisieren",toggleTranslatePageWhenThreeFingersOnTheScreen:"Gleichzeitiges Ber\xFChren des Bildschirms mit mehreren Fingern \xFCbersetzt Webseiten/zeigt den Originaltext an",toggleTranslationMaskWhenThreeFingersOnTheScreen:"Durch Ber\xFChren mit mehreren Fingern wird der Unsch\xE4rfeeffekt ein- und ausgeblendet.",fingerCountToToggleTranslagePageOnlyTranslationWhenTouching:"Wenn Sie mit mehreren Fingern gleichzeitig den Bildschirm ber\xFChren, wird die Webseite \xFCbersetzt (nur \xDCbersetzung) bzw. der Originaltext angezeigt.",addUrlDescription:"Kann ein Dom\xE4nenname sein und unterst\xFCtzt auch Wildcards, z. B.\uFF1A*.google.com, google.com/mail/*, https://www.google.com/*",general:"Grundeinstellungen",clickToExpandConfig:"Aktuelle Konfiguration erweitern",import:"Aus Datei importieren",export:"In Datei exportieren",toggleDebug:"Das Debug-Protokoll auf der Konsole ausgeben","fingers.0":"Klageschrift","fingers.2":"Zwei-Finger-Ber\xFChrung","fingers.3":"Drei-Finger-Ber\xFChrung","fingers.4":"Vier-Finger-Ber\xFChrung","fingers.5":"F\xFCnf-Finger-Ber\xFChrung",mouseHoldKey:"+ {key} \xDCbersetzen/Wiederherstellen des Absatzes",mouseHoldKeyAuto:"Direkte \xDCbersetzung des Absatzes",mouseHoldKeyOff:"Tun Sie nichts.",mouseHoldKeyOther:"Benutzerdefinierte Tastenkombinationen (Einstellungen \xF6ffnen)",mouseHoldKeyCustomKey:"{key} \xDCbersetzung/K\xFCrzung des Absatzes",mouseHoverHoldKey:"\xDCbersetzen Sie Abs\xE4tze, indem Sie die Tastenkombination dr\xFCcken, w\xE4hrend Sie mit der Maus dar\xFCber fahren.","mouse-translate":"Mauszeiger",document:"(Computer-)Datei",resetSuccess:"Alle Einstellungen erfolgreich zur\xFCcksetzen",resetThisSuccess:"Zur\xFCcksetzen erfolgreich",saved:"Erfolgreich speichern",successImportConfig:"Erfolgreich importierte Konfiguration",goAdvancedSettings:"Gehen Sie zur Seite Erweiterte Einstellungen",goAdvancedInterfaceSettings:"Gehen Sie zur Seite Erweiterte Anpassungseinstellungen",advanced:"Erweiterte Einstellungen",advancedDescription:"In der Regel sind keine Einstellungen erforderlich, belassen Sie es bei der Standardeinstellung. Nur f\xFCr spezialisiertere Benutzer sind mehr personalisierte Einstellungen verf\xFCgbar.",developer:"Einstellungen f\xFCr Entwickler",donateCafe:"Preise","translate to the bottom of the page":"Wird sie unmittelbar nach dem Betreten der Seite an das Ende der Seite \xFCbersetzt?",feedback:"Frage Feedback",toggleTranslatePage:"Seite \xFCbersetzen/ Originaltext anzeigen",translateToThePageEndImmediatelyDescription:"Wenn Sie die Funktion einschalten, wird der Inhalt sofort bei der Eingabe vom oberen zum unteren Rand der Seite \xFCbersetzt. Wenn Sie die Funktion ausschalten, wird der Inhalt w\xE4hrend des Lesens \xFCbersetzt. (Nicht empfohlen)","translate all areas of the page":"Ob alle Bereiche der Seite \xFCbersetzt werden sollen",translationAreaDescription:"Ist die Option aktiviert, werden alle Bereiche der gesamten Webseite \xFCbersetzt. Wenn Sie die Option ausschalten, wird die standardm\xE4\xDFige intelligente Erkennung verwendet und nur die Hauptbereiche werden \xFCbersetzt. (Es wird nicht empfohlen, diese Funktion einzuschalten)","the number of characters to be translated first":"\xDCbersetzen Sie direkt die ersten Zeichen der Seite, ohne zu warten, bis der Anzeigebereich angezeigt wird.","interface language":"Interface-Sprache","display both the original text and the translation":"Gleichzeitige Anzeige von Original und \xDCbersetzung","keyboard shortcuts":"Tastaturkurzbefehle",modify:"Tastenkombinationen \xE4ndern",reset:"reprovision",close:"Klageschrift",homepage:"Homepage",more:"mehr",moreOptions:"Erweitern Sie Ihre Anpassungsoptionen",translateTheWholePage:"Alle Bereiche der Seite \xFCbersetzen (im Gegensatz zu einer intelligenten Erkennung der Hauptbereiche)",changeToTranslateTheWholePage:"Umschalten auf die \xDCbersetzung aller Regionen",changeToTranslateTheMainPage:"Zum Hauptbereich \xDCbersetzen wechseln",changeToOnlyTranslationMode:"Umschalten, um nur \xDCbersetzungen anzuzeigen",changeToDualTranslationMode:"Umschalten auf zweisprachige \xDCbersetzung",translateToThePageEndImmediately:"Sofortige \xDCbersetzung an das Ende der Seite",translateTheMainPage:"Intelligente \xDCbersetzung Schl\xFCsselregionen","The local rules are up to date":"Die \xF6rtlichen Anpassungsvorschriften sind auf dem neuesten Stand.","Successfully synchronized with the latest official rules:":"Erfolgreich synchronisiert mit den neuesten offiziellen Anpassungsregeln.","Checking for updates":"Pr\xFCfen auf Aktualisierungen","Rules are being synchronized":"Anpassungsregeln werden synchronisiert",localVersionIsTooOld:"Die Version der lokalen Erweiterung ist zu alt. Bitte aktualisieren Sie die Erweiterung auf {minVersion} oder eine neuere Version, bevor Sie versuchen zu synchronisieren.",badUserscriptBrowser:"Der aktuelle Browser implementiert die Schnittstelle der Grease Monkey-Erweiterung nicht korrekt (z. B. um Informationen \xFCber die Versionsnummer des Grease Monkey-Skripts selbst zu erhalten). Bitte verwenden Sie andere Browser, die die <1>Grease Monkey-Erweiterung unterst\xFCtzen, wie z. B. Firefox.",foundNewVersion:"Entdecken Sie die neue Version",theLocalExtensionIsUpToUpdate:"Die aktuelle Erweiterung ist auf dem neuesten Stand.",failToSyncRules:"Fehlende Synchronisierung der neuesten Anpassungsregeln",retry:"Klicken Sie hier, um es erneut zu versuchen",failedReason:"Gr\xFCnde f\xFCr das Scheitern",currentRuleVersion:"Aktuelle Regelversion",calculating:"Berechnungen",unknownError:"unbekannter Fehler",canNotFetchRemoteRule:"Remote-Regeln k\xF6nnen nicht abgerufen werden",enableAlphaSuccess:"Alpha aktiviert",disableAlphaSuccess:"Die Alpha-Funktion wurde ausgeschaltet.",cacheSize:"Cache-Gr\xF6\xDFe\uFF1A",cleaning:"in Liquidation befindlich",cleanCache:"den Cache l\xF6schen",options:"aufstellen",about:"in Bezug auf",service:"Dolmetscherdienst",needAction:"(Gehe zu Einstellungen)",goSettings:"loslegen und einrichten",needActionForOptions:"(noch einzurichten)",translationEngine:"Motor Optionen",sourceLanguage:"Originalsprache",target:"Zielsprache",popupSourceLanguage:"Originalsprache",popupTarget:"Zielsprache",popupService:"Dolmetscherdienst",forThisSite:"Aktuelle Website",autoEnableSubtitle:"Automatisches \xD6ffnen von zweisprachigen Untertiteln",alwaysTranslate:"\xDCbersetzen Sie immer",neverTranslate:"Niemals \xFCbersetzen",alwaysTranslateSomeLanguage:"\xDCbersetzen Sie immer {language}",neverTranslateSomeLanguage:"Niemals \xFCbersetzen {language}",alwaysTranslateSomeSite:"\xDCbersetzen Sie immer {hostname}",neverTranslateSomeSite:"Niemals \xFCbersetzen {hostname}",alwaysTranslateSomeSiteOrWildSite:"\xDCbersetzen Sie immer die Website",alwaysTranslateSomePage:"\xDCbersetzen Sie die Seite immer",add:"erh\xF6hen.",default:"Standard (Einstellung)",forThisLanguage:"F\xFCr diese Sprache\uFF1A","add url":"URL eingeben",edit:"Compiler","translate other languages into specific language":"\xDCbersetzen Sie andere Sprachen in Ihre eingestellte Sprache","select translation service":"W\xE4hlen Sie einen \xDCbersetzungsdienst",language:"Mehrsprachigkeit","show-original":"Originaltext anzeigen",translate:"Rendering",Translated:"\xFCbersetzt",Translating:"in \xDCbersetzung",Error:"falsch",allowCacheTranslations:"Aktivieren Sie das lokale \xDCbersetzungscaching (um \xDCbersetzungsanfragen f\xFCr doppelte Passagen zu reduzieren)","translation display":"Anzeigestil der \xDCbersetzung","select diplay style":"Unterscheiden Sie die verschiedenen \xDCbersetzungsstile anhand der folgenden Beispiele",interface:"Interface-Einstellungen",import_export:"Import/Export",import_export_title:"Konfiguration importieren/exportieren",syncToGoogleDrive:"Jetzt mit Google Drive synchronisieren",floatBallOptions:"Hoverball-Einstellungen","floatBallOptions.enable":"Hoverball freischalten","floatBallOptions.blockUrls":"Website deaktivieren","floatBallOptions.add":"erh\xF6hen.","floatBallOptions.blockUrlDesc":"Schwebeb\xE4lle werden nicht angezeigt, wenn die folgenden Websites aufgerufen werden","floatBallOptions.clickType":"Klickverhalten","floatBallOptions.clickTypeDesc":"Verhalten des Hoverball-Symbols beim Anklicken","floatBallOptions.clickPopup":"\xDCbersetzungspanel anzeigen","floatBallOptions.clickTranslate":"\xDCbersetzung/Anzeige des Originaltextes","floatBallOptions.fixedPosition":"\u56FA\u5B9A\u4F4D\u7F6E","floatBallOptions.fixedPositionDesc":"\u60AC\u6D6E\u7403\u5728\u7A97\u53E3\u5DE6\u4FA7\u8FD8\u662F\u53F3\u4FA7","floatBallOptions.fixedPositionLeft":"\u5DE6\u4FA7","floatBallOptions.fixedPositionRight":"\u53F3\u4FA7",previewAllThemes:"Vorschau aller Stile","translationTheme.none":"nicht haben","translationTheme.grey":"dunkelgrau","translationTheme.dashed":"gepunktete Unterstreichung","translationTheme.dotted":"gepunkteter Unterstrich","translationTheme.dashedBorder":"gepunkteter Rand","translationTheme.solidBorder":"feste Umrandung","translationTheme.underline":"Unterstreichen Sie gerade Linien","translationTheme.mask":"Fuzzy-Effekte (Lernmodi)","translationTheme.opacity":"Transparenz-Effekt","translationTheme.paper":"Wei\xDFes Papier Schatteneffekt","translationTheme.dividingLine":"Trennungslinie","translationTheme.highlight":"hohe Helligkeit","translationTheme.marker":"Markierung (Lehnwort)","translationTheme.marker2":"Markierung 2","translationTheme.blockquote":"Referenzierungsstile","translationTheme.weakening":"Schw\xE4chung","translationTheme.italic":"Schr\xE4gschrift","translationTheme.bold":"eindicken","translationTheme.thinDashed":"d\xFCnne gepunktete Linie, Unterstrich","translationTheme.nativeDashed":"Das System ist mit einem gepunkteten Unterstrich versehen","translationTheme.nativeDotted":"System kommt mit gepunktetem Unterstrich","translationTheme.nativeUnderline":"Das System wird mit einer geraden Linie unterstrichen","translationTheme.wavy":"gewellte Linie","translationServices.custom":"Benutzerdefinierte API","translationServices.tencent":"Tencent \xDCbersetzer","translationServices.tenAlpha":"Tencent \xDCbersetzer (Alpha)","translationServices.google":"Google \xDCbersetzen","translationServices.bai":"Baidu (Alpha)","translationServices.baidu":"Baidu's \xDCbersetzung","translationServices.aliyun":"AliCloud \xDCbersetzung","translationServices.volc":"Vulkan\xFCbersetzung","translationServices.deeplx":"DeepLX (Beta)","translationServices.bing":"Microsoft \xDCbersetzen","translationServices.deepl":"DeepL","translationServices.wechat":"WeChat \xDCbersetzung","translationServices.azure":"Azure-\xDCbersetzung","translationServices.ibm":"IBM Watson","translationServices.aws":"Amazonas-\xDCbersetzung","translationServices.mock":"Simulierte \xDCbersetzung","translationServices.mock2":"Simulierte \xDCbersetzung 2","translationServices.caiyun":"lit. bunte Wolken und kleine \xDCbersetzungen","translationServices.cai":"Bunte Wolken (Alpha)","translationServices.volcAlpha":"Vulkan (Alpha)","translationServices.openl":"OpenL","translationServices.youdao":"Youtube-\xDCbersetzung","translationServices.you":"Youdao \xDCbersetzer (Alpha)","translationServices.transmart":"Tencent Interactive \xDCbersetzung","translationServices.niu":"Maverick Translator","translationServices.papago":"Papago \xDCbersetzung","translationServices.d":"D (Alpha)","translationServices.dpro":"D Pro (Kanarienvogel)","translationServices.openai":"OpenAI","translationServices.yandex":"Yandex","translationServices.chatgpt":"ChatGPT Web(3.5 mobil)","translate title":"Seitentitel \xFCbersetzen","always languages":"\xDCbersetzen Sie immer die Sprache",neverTranslateLanguagesLabel:"Die Sprache, die nie \xFCbersetzt werden wird",neverTranslateTheFollowingLanguagesDescription:"\xDCbersetzungen werden \xFCbersprungen, wenn ein Absatz auf der Seite in einer der folgenden Sprachen vorliegt",enableUserscriptPagePopup:"Schwebeball auf der Seite anzeigen",enableUserscriptPagePopupDescription:"Nachdem Sie den Hoverball ausgeschaltet haben, k\xF6nnen Sie ihn mit dem Shortcut /{touch}wieder aufrufen. Es wird dringend empfohlen, diese Einstellungsseite als Lesezeichen zu speichern, um zu verhindern, dass der Hoverball nach dem versehentlichen Ausschalten dieser Option nicht mehr gefunden wird!","always translate the following languages":"\xDCbersetzt automatisch in die Zielsprache, wenn die Seite in einer der folgenden Sprachen vorliegt","always sites":"Immer \xFCbersetzte Websites","always translate the following sites":"Websites werden automatisch in die Zielsprache \xFCbersetzt, wenn es sich um die Domainnamen von","never sites":"Nie \xFCbersetzte Website","never translate the following sites":"\xDCbersetzungen werden nicht durchgef\xFChrt, wenn die Website f\xFCr die folgenden Domains bestimmt ist","please refer to":"Sie m\xFCssen den Schl\xFCssel ausf\xFCllen, bevor Sie ihn verwenden k\xF6nnen.",KeyAndConfigurationTutorial:"Tutorial zur Anwendung und Konfiguration von Schl\xFCsseln",useAboveStyleForTheseSites:"Verwenden Sie immer den \xDCbersetzungsstil \u2308{theme}\u230B, wenn die Website f\xFCr die folgenden Domains bestimmt ist",currentUrl:"Aktuelle URL",confirm:"Speichern (einer Datei usw.) (Informatik)",cancel:"Stornierungen",delete:"entfernen","languages.auto":"automatische Erkennung",syncToCloud:"Mit Google Drive synchronisieren",syncToCloudDescription:"Die in die Cloud hochgeladene Konfiguration kann zwischen verschiedenen Browsern bzw. Grease-Monkey-Skripten synchronisiert werden, je nachdem, was zuletzt ge\xE4ndert wurde.",syncToAccount:"Synchronisierung mit der Immersive Translation Cloud",syncToAccountButton:"Sofortige Synchronisierung mit der Cloud",syncToAccountDescription:"Automatische Synchronisierung von Konfigurationen zwischen verschiedenen Ger\xE4ten, je nachdem, was zuletzt ge\xE4ndert wurde.",successSyncConfigInAccount:"Erfolgreiche Synchronisierung mit der Cloud",successSyncConfigToAccount:"Erfolgreiche Synchronisierung mit der Cloud",syncConfigNoUpdate:"Sie ist bereits auf dem neuesten Stand.",authFail:"Autorisierungsfehler",syncTitle:"Manuelles Backup-Management",import_hint:"importieren (Daten)",upload:"hochladen",revokeAuth:"eine Zulassung widerrufen",uploadFail:"Upload fehlgeschlagen",download:"Herunterladen von",importSuccess:"Erfolgreich importiert",importFail:"Importfehler",deleteFail:"L\xF6schen fehlgeschlagen",backupToCloud:"Manuelle Verwaltung von Sicherungsdateien",create_new_backup:"Einen neuen Sicherungsknoten hinzuf\xFCgen",maxBackupFiles:"Es k\xF6nnen bis zu{count}verschiedene Nodes gesichert werden, bitte l\xF6schen Sie die Nodes, die Sie nicht ben\xF6tigen.",backupToCloudDescription:"Manuelles Hochladen oder Wiederherstellen von Sicherungsdateien, wobei bis zu 3 verschiedene Sicherungen m\xF6glich sind",successSyncConfig:"Erfolgreiche Synchronisierung mit der Cloud",syncFail:"Synchronisationsfehler",updatedAt:"Aktualisiert von {date}",lastSyncedAt:"Zuletzt gepr\xFCft unter {date}",downloadFail:"Download fehlgeschlagen",clickToDownload:"Klicken Sie zum Herunterladen",aboutLabel:"\xDCber - Feedback","browser.openAboutPage":"\xDCber/Feedback",aboutLabelWithoutSponsor:"\xDCber - Feedback",aboutIntro:"M\xF6gen wir alle einen einfacheren und angenehmeren Zugang zu der riesigen Menge fremdsprachiger Informationen im Internet haben \u2764\uFE0F Sie k\xF6nnen Ihre <6>Pro-Mitgliedschaft aktivieren, um die sofort einsetzbaren DeepL und OpenAI-\xDCbersetzungen zu nutzen.

Sie k\xF6nnen uns auf <3>Twitter, <4>Telegram, Weibo, WeChat folgen oder <5>sich in unsere Mailingliste eintragen, um Updates zu erhalten.
<7>Pro-Mitglieder k\xF6nnen uns unter <8>support@immersivetranslate.com kontaktieren, um schnellen Kundenservice zu erhalten.",aboutIntroWithoutSponsor:"M\xF6gen wir alle einen leichteren und angenehmeren Zugang zu der enormen Menge an fremdsprachlichen Informationen haben, die im Internet zur Verf\xFCgung stehen \u2764\uFE0F

Sie k\xF6nnen uns auf <3>Twitter, im <4>Telegram-Kanal, auf WeChat und WeChat Exchange folgen oder <5>sich unten per <5>E-Mail f\xFCr Updates <5>anmelden.",projectHomepage:"Projekt Heimat",joinTelegramGroup:"Treten Sie der Benutzergruppe bei, um an Diskussionen \xFCber Funktionen teilzunehmen.",wechatPublicAccount:"WeChat \xD6ffentlich",wechatCommunities:"WeChat Austauschgruppe",qqCommunities:"QQ Kommunikationskanal",joinTelegramChannel:"Folgen Sie dem Telegram-Kanal f\xFCr aktuelle Updates",feedbackAndJoin:"Frage Feedback / Gruppe hinzuf\xFCgen",autoSync:"automatische Zeitsynchronisation",loadingThemeTitle:"Stil laden",loadingThemeDescription:"Einstellen des Stils beim Warten auf das Laden der \xDCbersetzung","loadingTheme.spinner":"Animation zum Drehen","loadingTheme.text":"etw. in statischer Schrift ","loadingTheme.none":"nicht gezeigt",developerDescription:"Die Dokumentation zur erweiterten Anpassung finden Sie <1>hier","edit border color":"\xC4ndern Sie die Farbe des Rahmens",successSyncButNoChange:"Die aktuelle Konfiguration ist mit der Cloud konsistent",customTheme:"Individuelle Farben und Gr\xF6\xDFen","customThemeLabel.borderColor":"Farbe der Umrandung","customThemeLabel.borderRadius":"Abgerundete Kanten","customThemeLabel.textColor":"Textfarbe","customThemeLabel.backgroundColor":"Hintergrundfarbe","customThemeLabel.zoom":"Skalierung der Schrift (%)","customThemeLabel.opacity":"Text-Opazit\xE4t (%)",resetToDefaultColor:"Wiederherstellung der Standardfarben",resetToDefaultSettings:"Wiederherstellen der Standardeinstellungen",isTranslateTitle:"\xDCbersetzung der Seitentitel aktivieren",isTranslateTitleDescription:"Beim \xD6ffnen wird der Seitentitel \xFCbersetzt",enableSearchEnhancement:"Erm\xF6glichung der zweisprachigen Erweiterung von Nachrichten",enableSearchEnhancementDescription:'Sobald diese Funktion aktiviert ist, werden die Suchergebnisse von "Google News" automatisch in der rechten Spalte der unterst\xFCtzten Websites (Google News, Google Search (einige Suchbegriffe), Snowball, Oriental Fortune, Futura, Tiger Community) f\xFCr die entsprechenden englischen Suchbegriffe angezeigt.',verifyService:"Klicken Sie hier, um den Dienst zu testen",verified:"Erfolg \xFCberpr\xFCfen","field.langs":"Unterst\xFCtzte Sprachcodes","field.model":"Modellierung","field.translationEngine":"\xDCbersetzungsmotor","field.limitPerMinute":"Maximale Anfragen pro Minute","field.limitPerSecond":"Maximale Anzahl von Anfragen pro Sekunde","field.maxTextLengthPerRequest":"Maximale Textl\xE4nge pro Anfrage","field.maxTextGroupLengthPerRequest":"Maximale Anzahl von Abs\xE4tzen pro Anfrage","field.apiUrl":"Adresse der benutzerdefinierten API-Schnittstelle","field.placeholderDelimiters":"reservierter Platzhalter","description.custom":"Benutzerdefinierte Schnittstelle Zugriff Dokumentation erforderlich","description.limitPerMinute":"Anfragen, die diese Grenze \xFCberschreiten, werden bis zum Beginn der n\xE4chsten Minute in eine Warteschlange gestellt. Aufgrund der verschiedenen Einschr\xE4nkungen von OpenAIs aktuellem Service, klicken Sie bitte <1>hier f\xFCr die neuesten vorgeschlagenen Werte","description.limitPerSecond":"Anfragen, die diese Grenze \xFCberschreiten, werden bis zum Beginn der n\xE4chsten Sekunde in eine Warteschlange gestellt. Aufgrund der verschiedenen Einschr\xE4nkungen von OpenAIs aktuellem Service, klicken Sie bitte <1>hier f\xFCr die neuesten vorgeschlagenen Werte","description.generalLimitPerSecond":"Anfragen, die diese Grenze \xFCberschreiten, werden bis zum Beginn der n\xE4chsten Sekunde in eine Warteschlange gestellt.","description.prompt":"Gespr\xE4che, die im Namen des Benutzers an {service} gesendet werden, wobei {{text}} den Textinhalt des Absatzes darstellt, {{from}} die Sprache des Absatzes und {{to}} die Zielsprache.","description.maxTextLengthPerRequest":"Die maximale Anzahl von Zeichen pro Anfrage ist zu gro\xDF, so dass die Schnittstelle langsam reagiert. Versuchen Sie daher, diese Option anzupassen, um die Geschwindigkeit zu optimieren.","description.systemPrompt":"Ein Dialog, der an OpenAI als System gesendet wird, wobei {{text}} den Textinhalt des Absatzes,{{from}} die Sprache des Absatzes und{{to}} die Zielsprache angibt.","field.domain":"Bereich","description.domain":"Der Standardwert ist\uFF1Ageneral. Kann nur gesetzt werden, wenn die Dom\xE4nen\xFCbersetzung in der Arima API-Konsole aktiviert ist, siehe <1>hier f\xFCr unterst\xFCtzte Dom\xE4nen","field.scene":"Nehmen Sie","description.scene":"Der Standardwert ist\uFF1Ageneral. Kann nur eingestellt werden, wenn die AliCloud-API-Konsole Machine Translation Pro \xF6ffnet, siehe <1>hier f\xFCr unterst\xFCtzte Szenarien","field.vocabId":"Benutzerw\xF6rterbuch-ID","description.vocabId":"Das angegebene W\xF6rterbuch out_id unterst\xFCtzt derzeit die \xDCbersetzung Englisch-Chinesisch.","description.model":"OpenAI-Modelle, z.B. gpt-3.5-turbo, gpt-4, etc.","description.maxTextGroupLengthPerRequest":"Die Anzahl der Abs\xE4tze, die gleichzeitig an den \xDCbersetzungsdienst gesendet werden. Wenn es zu viele Abs\xE4tze sind, kann dies dazu f\xFChren, dass die Schnittstelle langsamer reagiert.","description.apiUrl":"Bitte f\xFCgen Sie spezifische URLs mit Pfaden, <1>mehr Beschreibung",enabledExtension:"Aktivieren von Erweiterungen",clickToDisableExtension:"Klicken Sie hier, um Erweiterungen zu deaktivieren",clickToEnableExtension:"Klicken Sie, um Erweiterungen zu aktivieren",hasBeenDisabled:"deaktiviert","show password":"Passwort anzeigen",customContent:"Eingabe eines benutzerdefinierten Modellnamens",inputOptions:"Erweiterung des Eingabefeldes",mouseHoverOptions:"Mauszeiger",modifyMouseHoverKey:"Mauszeiger-Kurzbefehl \xE4ndern",enableInputTranslation:"Ob die Erweiterung des Eingabefeldes aktiviert werden soll",enableInputTranslationDescription:"Nach der Aktivierung geben Sie {startingKey}{startingKey} hallo direkt in das Eingabefeld ein und dr\xFCcken dann schnell{inputTrailingTriggerKeyRepeatTimes}mal{trailingKey}, um in {inputTargetLanguage}zu \xFCbersetzen.",enableInputTranslationDescriptionForNoneKey:"Nach der Aktivierung geben Sie\uFF1AHello World direkt in das Eingabefeld ein und dr\xFCcken dann schnell{inputTrailingTriggerKeyRepeatTimes}{trailingKey}, um in die Standardzielsprache zu \xFCbersetzen.",inputTargetLanguage:"Einstellung der Standard-Zielsprache f\xFCr Eingabefelder",inputTargetLanguageDescription:"Standard-Zielsprache f\xFCr die \xDCbersetzung von Eingabefeldern, d.h. {startingKey}{startingKey} als Standardsprache f\xFCr Triggerw\xF6rter",inputTargetLanguageDescriptionForNoneKey:"Standard-Zielsprache f\xFCr die \xDCbersetzung des Eingabefeldes",inputStartingTriggerKeyTitle:"Einstellung des Trennzeichens f\xFCr die Teil\xFCbersetzung des Eingabefeldes",inputStartingTriggerKeyDescription:"Wenn Sie nicht das gesamte Eingabefeld \xFCbersetzen m\xFCssen, k\xF6nnen Sie mit dem Splitter nur den Teil von {startingKey}{startingKey} bis zum Ende des Eingabefelds \xFCbersetzen, oder Sie k\xF6nnen den Sprachcode angeben, z. B.\uFF1A{startingKey}ja bedeutet, dass nur der Teil von {startingKey}ja bis zum Ende des Eingabefelds \xFCbersetzt wird.",inputStartingTriggerKeyDescriptionForNoneKey:'Die derzeitige Einstellung "kein Pr\xE4fix" wird nicht ben\xF6tigt, und die \xDCbersetzungsfunktion f\xFCr einige Texte im Eingabefeld ist derzeit nicht verf\xFCgbar.',inputTrailingTriggerKeyTitle:"W\xE4hlen Sie ein Ausl\xF6sezeichen f\xFCr das Ende eines Eintrags",inputTrailingTriggerKeyDescription:"3 schnelle Treffer{trailingKey} wird mit der \xDCbersetzung beginnen!",inputTrailingTriggerKeyTimeout:"Geben Sie die Zeit zwischen den Ausl\xF6sern f\xFCr das Ende des Kampfes ein.",inputTrailingTriggerKeyTimeoutDescription:"Legt die Zeit (in Millisekunden) zwischen den Combo-Triggern f\xFCr das Eingangsende fest",spaceKey:"<\u7A7A\u683C\u952E>",noneKey:"Direkte \xDCbersetzung des gesamten Textfeldes ohne Pr\xE4fixe",inputTranslationBlockUrlsTitle:"Aktivieren Sie die Eingabefelderweiterung in den folgenden URLs nicht",inputTranslationBlockUrlsDescription:"Die Erweiterungen der Eingabefelder funktionieren nicht bei den folgenden URLs",clickToSeeQuickDemo:"Klicken Sie hier, um das 30-Sekunden-Kurzanleitung-Video zu erweitern",inputHelperInfo:"Beschreibung\uFF1AWir haben die Tatsache optimiert, dass einige ausl\xF6sende Zeichen bei chinesischen Eingabemethoden zu chinesischen Satzzeichen werden, z. B. wird / bei der Sogou-Eingabemethode zu einem Dun-Zeichen, und Immersive Translator unterst\xFCtzt alle chinesischen Symbole, die den ausl\xF6senden Zeichen entsprechen, d. h. //,,, wird als ausl\xF6sendes Zeichen erkannt.

Wir unterst\xFCtzen auch chinesische Aliase f\xFCr Sprachcodes als Befehle, z.B. /Japanese Hello World wird ins Japanische \xFCbersetzt, <1>klicken Sie hier, um alle unterst\xFCtzten Sprachcodes zu sehen.",reloadCurrentPage:"Bitte aktualisieren Sie die aktuelle Seite, bevor Sie die \xDCbersetzung starten.",noLocalFilePermissionForPDF:"Sie haben keine Berechtigung, lokale Dateien zu lesen. Bitte klicken Sie auf die Schaltfl\xE4che oben und importieren Sie dann lokale Dateien.",noPermissionForThisPage:"\u26A0\uFE0F Keine Berechtigung zur \xDCbersetzung der aktuellen Seite",retryAllParagraphs:"Alle Fehlerpassagen erneut versuchen",retryAllButton:"Alle Fehlerpassagen erneut versuchen",errorTooltipTitle:"Klicken Sie, um die Ursache des Fehlers zu sehen",errorModalTitle:"Irgendetwas scheint mit dem \xDCbersetzungsdienst oder dem Netzwerk nicht in Ordnung zu sein...",disableConfirm:"Zweisprachige Information Enhancement Setting",disableOnce:"Diese Invalidit\xE4t",disableGlobal:"dauerhaft deaktivieren",disableTint:"* Sie k\xF6nnen sie unter {option} wieder aktivieren.",searchEnhancementNotes:'Wir haben festgestellt, dass die Nachrichtenergebnisse f\xFCr chinesische und englische Schl\xFCsselw\xF6rter sehr unterschiedlich sind. Nach der Aktivierung der Funktion "Immersive Translation Bilingual Information Enhancement" suchen wir f\xFCr Sie automatisch auf den unterst\xFCtzten Websites (Google News, Google Search (einige Schl\xFCsselw\xF6rter), Snowball, Oriental Wealth, Futura, Tiger) nach denselben Schl\xFCsselw\xF6rtern auf Englisch und zeigen sie auf der rechten Seite an. Sie k\xF6nnen diese Funktion deaktivieren, wenn Sie sie nicht ben\xF6tigen.',option:"aufstellen",saveSettings:"Einstellungen speichern",closeModal:"Fenster schlie\xDFen",enableInputTranslationWithoutTriggerKeyTitle:"Aktivieren Sie 3 Schnellzugriffe auf{trailingKey}, um das gesamte Eingabefeld direkt in{inputTargetLanguage}zu \xFCbersetzen.",enableInputTranslationWithoutTriggerKeyDescription:"Um die Zielsprache anzugeben, stellen Sie ihr den Sprachcode voran, z. B.\uFF1Aja Hello World",mouseHoverShortcutPlaceholder:"z.B.\uFF1AVerschiebung",deepLProName:"Immersive Translation Pro Mitglied (empfohlen)",deepLProDescription:"Das aktuelle Paket kann direkt verwendet werden",deeplProDescriptionForNormal:"Keine Einrichtung erforderlich, Mitglieder k\xF6nnen es nach der Anmeldung nutzen, <1>klicken Sie hier, um Mitglied zu werden",deepLCustomDescription:"Ausl\xE4ndische Kreditkarte erforderlich, offiziell er\xF6ffnet unter <1>DeepL, klicken Sie f\xFCr die <2>Dokumentation",deepLCustomName:"Benutzerdefinierter Authentifizierungsschl\xFCssel",chooseProviderLabel:"W\xE4hlen Sie einen Dienstanbieter",openaiProName:"Immersive Translation Pro Mitglied (empfohlen)",openaiProDescription:"Das aktuelle Paket kann direkt verwendet werden",openaiProDescriptionForNormal:"Keine Einrichtung erforderlich, Mitglieder k\xF6nnen es nach der Anmeldung nutzen, <1>klicken Sie hier, um Mitglied zu werden",openaiCustomDescription:"Verf\xFCgbar auf OpenAI, Azure OpenAI oder anderen Diensten von Drittanbietern, <1>klicken Sie hier f\xFCr die Dokumentation",openaiCustomName:"Benutzerdefinierter API-Schl\xFCssel",needLoginAction:"(Offene Mitgliedschaft oder Anpassung)",goLoginOrAction:"(\xD6ffnen Sie eine Mitgliedschaft oder gehen Sie zu den Einstellungen)",yearly:"eine fortlaufende j\xE4hrliche Zahlung leisten",quarterly:"sequenzieller Umschlag",monthly:"Monatsabonnement",yearlyForOnce:"Einmaliges Jahrespaket",monthlyForOnce:"Einmaliges Monatspaket",daily:"aufeinanderfolgende Pakettage",year:"eine fortlaufende j\xE4hrliche Zahlung leisten",quarter:"sequenzieller Umschlag",month:"Monatsabonnement",day:"aufeinanderfolgende Pakettage",onetime_7day:"7-Tage-Erlebnispaket",currentPlanDescriptionForFree:"Aktuelle Pakete\uFF1AKostenlos",currentPlanDescriptionForContinuous:"Das aktuelle Paket\uFF1A{plan}wird automatisch auf {endAt} verl\xE4ngert.",currentPlanDescriptionForAutoRenewCaceling:"Das aktuelle Paket\uFF1A{plan}l\xE4uft auf {endAt} aus und wird nach Ablauf nicht automatisch verl\xE4ngert.",currentYearlyPlanDescriptionForAutoRenewCacelingWithRealPaiedUser:"Das aktuelle Paket,\uFF1A{plan}, l\xE4uft am {endAt} aus und wird nach Ablauf nicht automatisch verl\xE4ngert.
<1>Klicken Sie hier, um Ihren Verl\xE4ngerungsplan zu verwalten",currentYearlyPlanDescriptionForAutoRenewCacelingWithAdmin:"Das aktuelle Paket\uFF1A{plan}l\xE4uft auf {endAt} aus und wird nach Ablauf nicht automatisch verl\xE4ngert.
<1>Klicken Sie hier, um ein fortlaufendes Jahresabonnement zu aktivieren",currentPlanDescriptionForOneTime:"Das aktuelle Abonnement\uFF1A{plan}l\xE4uft auf {endAt} aus. <1>Klicken Sie hier, um eine j\xE4hrliche oder <2>monatliche Mitgliedschaft zu <1>erwerben.",upgradePlan:"Klicken Sie hier f\xFCr ein Upgrade auf die Pro-Mitgliedschaft",upgradeToPro:"Upgrade auf Pro-Mitgliedschaft","popup.openPro":"Upgraden Sie auf die Pro-Mitgliedschaft, um DeepL und OpenAI-\xDCbersetzung zu genie\xDFen. Klicken Sie hier, um upzugraden!","popup.openProForPro":"Sie sind ein Pro-Mitglied mit direktem Zugang zu DeepL und OpenAI \xDCbersetzungen!",currentAccount:"laufendes Konto",enableAutoSyncUserSettings:"Aktivieren Sie die automatische Cloud-Synchronisierung \xFCber mehrere Ger\xE4te hinweg",modalEnableInputTranslationTitle:"Immersive Translation Eingabefeld Translation Alerts",modalEnableInputTranslationDesc:"Sie haben soeben die \xDCbersetzung des Eingabefeldes von Immersive Translation ausgel\xF6st, indem Sie dreimal kurz hintereinander die Leertaste gedr\xFCckt haben, und der Inhalt des Eingabefeldes wird in die Standardzielsprache \xFCbersetzt. Die \xDCbersetzung kann mit Strg+Z r\xFCckg\xE4ngig gemacht werden.

Sollte dies ein Fehler gewesen sein, k\xF6nnen Sie die \xDCbersetzung des Eingabefeldes entweder deaktivieren oder dauerhaft abschalten.",saveAndNotShowAgain:"Speichern und Beenden der Eingabeaufforderung",disableInputTranslationTips:"* Sie k\xF6nnen auch andere Tastenkombinationen f\xFCr die Ausl\xF6sung in {option} ,{learnMore}festlegen.",learnMore:"Klicken Sie hier, um mehr zu erfahren",continueEnalbeInputTranslation:"Fortfahren, um die \xDCbersetzung von Eingabefeldern zu aktivieren",autoRenewTrialSuffix:'(Aufwird die Testversion sofort zur Vollmitgliedschaft aufgewertet)',upgradeFromTrialTitle:"Upgrade zum Vollmitglied",subtitle:"Video-Untertitelung",youtubeService:"Immersions\xFCbersetzung Videountertitelung \xDCbersetzungsdienste","subtitle.disabledSubtitle":"Dauerhaftes Deaktivieren der Video-Untertitelfunktion","subtitle.disabledSubtitleDescription":"Wenn Immersive Translator's Video Subtitles mit anderen Erweiterungen in Konflikt steht, k\xF6nnen Sie die Funktion von Immersive Translator's Video Subtitles dauerhaft deaktivieren oder andere in Konflikt stehende Erweiterungen deinstallieren","subtitle.autoEnableSubtitle":"Automatische Verwendung von zweisprachigen Untertiteln","subtitle.autoEnableSubtitleDescription":"Nach der Aktivierung werden beim Abspielen eines Videos automatisch zweisprachige Untertitel angezeigt, sonst m\xFCssen Sie auf die \xDCbersetzungsschaltfl\xE4che klicken, um sie anzuzeigen.","subtitle.preTranslation":"\xDCbersetzen von Untertiteln mit immersiver \xDCbersetzung","subtitle.preTranslationDescription":"Wenn diese Option aktiviert ist, wird der gesamte Untertitel mit Hilfe des unten angegebenen \xDCbersetzungsdienstes vor\xFCbersetzt. F\xFCr ein einst\xFCndiges Video werden etwa 50.000 Token oder Zeichen ben\xF6tigt, die Sie bitte nach eigenem Ermessen verwenden.","subtitle.humanSubtitlesPreferred":"Vorrangige Verwendung von Untertiteln f\xFCr Menschen","subtitle.humanSubtitlesPreferredDescription":"Bevorzugen Sie die Verwendung von menschlichen Untertiteln, wenn das Video menschliche Untertitel in der Zielsprache hat (empfohlen)",videoSubtitleTranslationDescription:"Beauftragen Sie einen separaten \xDCbersetzungsdienst f\xFCr Videountertitel",subtitleTranslating:"Bitte warten Sie, w\xE4hrend die Untertitel \xFCber den Dienst {service} \xFCbersetzt werden... (Immersions\xFCbersetzung)",subtitleLoading:"Laden von Untertiteln...",bilingual:"Zweisprachigkeit","field.action":"Ob Baidu-Terminologie aktiviert werden soll","description.action":"Wenn diese Funktion aktiviert ist, wird der Anfrage ein Parameter action=1 hinzugef\xFCgt, um Baidu \xFCber den aktivierten Begriff zu informieren. <1>Weitere Informationen finden Sie in der offiziellen Dokumentation.",closeQuickTranslation:"Hoverball schlie\xDFen","closeQuickTranslation.untilNext":"Diesmal geschlossen bis zum n\xE4chsten Besuch","closeQuickTranslation.currentWebsite":"Aktuelle Seite deaktiviert","closeQuickTranslation.alwaysClose":"dauerhaft deaktivieren","closeQuickTranslation.settingOpen":"(kann auf der <1>Einstellungsseite aktiviert werden)","closeQuickTranslation.cancel":"Stornierungen","closeQuickTranslation.confirm":"definieren.","floatBall.popup":"\xD6ffnen Sie das Panel Schnelleinstellungen","floatBall.translate":"Klicken Sie, um die Seite zu \xFCbersetzen","floatBall.showOriginal":"Klicken Sie, um zum Originalartikel zur\xFCckzukehren","floatBall.close":"Hoverball schlie\xDFen","floatBallOptions.enableDescPc":"Nach dem Aktivieren des Hoverballs wird auf der rechten Seite der Seite eine Schaltfl\xE4che f\xFCr die Schnell\xFCbersetzung angezeigt. Klicken Sie darauf, um zu \xFCbersetzen!","floatBallOptions.enableDesc":"Nachdem Sie den Hoverball ausgeschaltet haben, k\xF6nnen Sie ihn mit{touch}wieder aufrufen. Es wird dringend empfohlen, diese Einstellungsseite als Lesezeichen zu speichern, falls Sie den Hoverball nicht mehr finden k\xF6nnen, nachdem Sie diese Option versehentlich ausgeschaltet haben!","description.azureApiUrl":"Geben Sie die Adresse der benutzerdefinierten API-Schnittstelle ein",confirmSupportMouse:"Aktivierung der Mausunterst\xFCtzung erzwingen",confirmSupportMouseDescription:"Es wurde festgestellt, dass der aktuelle Browser die Mausfunktion nicht unterst\xFCtzt. Ist es notwendig, die Mausunterst\xFCtzung zu aktivieren?",sampleTargetText:"Die lange Nacht wird kommen, und ich werde von heute an bis zu meinem Tod Wache halten. Ich werde keine Frau nehmen, ich werde kein Lehen machen, ich werde keine Kinder haben. Ich werde keine Krone tragen, ich werde nicht nach Ehre streben. Ich werde meine Pflicht tun und leben und sterben.",sampleSourceText:"Night gathers, and now my watch begins. It shall not end until my death. I shall take no wife, hold no lands, father no children. I shall wear no crowns and win no glory. I shall live and die at my post.","subtitle.supportedSites":"\u5DF2\u652F\u6301\u5728\u8FD9\u4E9B\u7F51\u7AD9\u4F7F\u7528\u53CC\u8BED\u5B57\u5E55\uFF08\u6CE8\u610F\uFF1A\u7531\u4E8E\u6280\u672F\u9650\u5236\uFF0C\u90E8\u5206\u7F51\u7AD9\u5728\u9996\u6B21\u5F00\u542F\u5B57\u5E55\u540E\u9700\u8981\u91CD\u65B0\u5237\u65B0\u9875\u9762\uFF0C\u6216\u8005\u9700\u7B49\u5F85\u7FFB\u8BD1\u5B8C\u6210\u4EE5\u663E\u793A\u53CC\u8BED\u5B57\u5E55\uFF09\uFF1A",viewWithImmersiveTranslate:"\u53CC\u8BED\u7248\u672C(\u6C89\u6D78\u5F0F\u7FFB\u8BD1)",errorReason:"\u9519\u8BEF\u539F\u56E0\uFF1A{message}","proQuotaExceededError.onetime7day":'\uFF0C\u60A8\u53EF\u4EE5\u9009\u62E9\u4EE5\u4E0B\u65B9\u5F0F\u89E3\u51B3\uFF1A

1. \u5207\u6362\u5230 {anotherService} \u6216\u5176\u4ED6\u7FFB\u8BD1\u670D\u52A1
2. \u5347\u7EA7\u4E3A\u6708\u5EA6/\u5E74\u5EA6\u4F1A\u5458',"proQuotaExceededError.trial":'\uFF0C\u60A8\u53EF\u4EE5\u9009\u62E9\u4EE5\u4E0B\u65B9\u5F0F\u89E3\u51B3\uFF1A

1. \u5207\u6362\u5230 {anotherService} \u6216\u5176\u4ED6\u7FFB\u8BD1\u670D\u52A1
2. \u7ACB\u523B\u5347\u7EA7\u4E3A\u6B63\u5F0F\u4F1A\u5458',"proQuotaExceededError.nonTrial":'\uFF0C\u60A8\u53EF\u4EE5\u9009\u62E9\u4EE5\u4E0B\u65B9\u5F0F\u89E3\u51B3\uFF1A

1. \u5207\u6362\u5230 {anotherService} \u6216\u5176\u4ED6\u7FFB\u8BD1\u670D\u52A1
2. \u8D2D\u4E70 {translationService} \u989D\u5916\u6D41\u91CF\u5305',"proQuotaExceededError.resetTime":"
3. \u989D\u5EA6\u91CD\u7F6E\u65F6\u95F4\uFF1A{resetTime}","desc.touchShortcutsToggleTranslatePageOnlyTranslation":'"Nur \xDCbersetzung" bedeutet, dass nur die \xDCbersetzung angezeigt wird. Wenn eine Webseite noch nicht \xFCbersetzt wurde, wird der Modus gewechselt und \xFCbersetzt.',"desc.toggleOnlyTransation":'"Nur \xDCbersetzungsmodus" bedeutet, dass nur die \xDCbersetzung angezeigt wird. Wenn eine Webseite noch nicht \xFCbersetzt wurde, wird der Modus gewechselt und \xFCbersetzt.',touchShortcutsToggleTranslatePageOnlyTranslation:"Einstellen von Touchscreen-Gesten zum Wechseln zwischen Zweisprachig/Nur \xDCbersetzung Modus",download_started:"Der Download hat bereits begonnen, wenn er nicht automatisch heruntergeladen wird, klicken Sie bitte manuell.",here:"Hier","desc.toggleVideoSubtitlePreTranslation":"Nach dem Dr\xFCcken werden die zweisprachigen Untertitel des Videos vorrangig mit den Einstellungen der immersiven \xDCbersetzung verwendet. Wenn Sie erneut dr\xFCcken, werden vorrangig die maschinell \xFCbersetzten Untertitel des Originalvideos verwendet. Bitte beachten Sie: Diese Verkn\xFCpfung \xE4ndert die globalen Einstellungen.",videoSubtitlePreTranslationOn:"Videountertitel werden vorrangig mit immersiver \xDCbersetzung verwendet.",videoSubtitlePreTranslationOff:"Videounteritel werden vorrangig die maschinell \xFCbersetzten Untertitel des Originalvideos verwenden.",translationFont:"Schriftart einstellen","translationFont.custom":"Geben Sie benutzerdefinierte Schriftarten ein","translationFont.customPlaceholder":"Schriftart","translationFont.notSupportErrorMessage":"Bitte \xFCberpr\xFCfen Sie, ob der von Ihnen eingegebene Schriftartname korrekt ist, oder best\xE4tigen Sie, dass diese Schriftart bereits auf Ihrem Ger\xE4t installiert ist.","touch.mouse-translate":"\xDCbersetzen Sie den angegebenen Absatz.","translationServices.inherit":"Folgen Sie dem Haupt\xFCbersetzungsdienst","error.serveConfigError":"Dienstkonfigurationsfehler","error.reloadPageOfSetting":"Nach der Konfiguration, bitte aktualisieren Sie die Seite und \xFCbersetzen Sie erneut.","error.googleLimitIp":"Der Service gibt einen Fehler zur\xFCck, Google-Dienste haben die IP-Adresse gedrosselt, es wird empfohlen, den Netzwerkknoten zu wechseln.","error.openAIFreeLimit":"Der Service gibt einen Fehler zur\xFCck, die aktuelle \xDCbersetzungsanforderungsrate hat das Limit von maximal 3 Mal pro Minute erreicht, bitte versuchen Sie es sp\xE4ter erneut. (Dies ist eine Beschr\xE4nkung von OpenAI f\xFCr kostenlose API-Schl\xFCssel. Um diese Beschr\xE4nkung aufzuheben, binden Sie bitte eine Kreditkarte im OpenAI-Backend.)","error.openAIExceededQuota":"Dienst gibt Fehler zur\xFCck: Ihr aktuelles OpenAI-Konto hat nicht gen\xFCgend Guthaben. Bitte laden Sie Ihr Konto auf oder verkn\xFCpfen Sie eine Kreditkarte im offiziellen OpenAI-Backend.","error.429":"Der Service gibt einen Fehler zur\xFCck, was darauf hinweist, dass die Anfragen zu h\xE4ufig sind oder das Limit \xFCberschritten wurde. Bitte versuchen Sie es sp\xE4ter erneut.","error.403":"Der Service gibt einen Fehler zur\xFCck, vor\xFCbergehend besteht keine Berechtigung zum Zugriff auf diesen Service.","error.400":"Der Service gibt einen Fehler zur\xFCck, die Anforderungsparameter sind falsch, bitte \xFCberpr\xFCfen Sie die entsprechende Konfiguration.","error.502":"Der Service gibt einen Fehler zur\xFCck, der Service ist zeitlich \xFCberschritten, bitte versuchen Sie es sp\xE4ter erneut.","error.proTokenInvalid":"Wenn Sie ein Pro-Benutzer sind, melden Sie sich bitte an, bevor Sie den Pro-\xDCbersetzungsdienst nutzen.","error.proUpgrade":"Nach dem Upgrade, bitte aktualisieren Sie die Seite und \xFCbersetzen Sie erneut.","error.configError":"Konfigurationsdaten sind abnormal","error.goReset":"Zur\xFCcksetzen",batchEdit:"Massenoperation","translationModeLang.translation.title":"Nur \xDCbersetzungsmodus Sprache","translationModeLang.translation.description":"Wenn die Seitensprache eine der folgenden Sprachen ist, wird automatisch nur der \xDCbersetzungsmodus verwendet.","translationModeUrl.translation.title":"Nur \xDCbersetzungsmodus-Webadresse","translationModeUrl.translation.description":"Wenn die Website die folgenden Domains hat, wird automatisch nur der \xDCbersetzungsmodus verwendet.","error.serveUnavailable":"Der von Ihnen derzeit verwendete [{serverName}] Dienst ist aufgrund von Netzwerkverbindungsproblemen oder Problemen mit dem Dienstanbieter vor\xFCbergehend nicht erreichbar. Wir empfehlen Ihnen, die Seite zu aktualisieren oder \xFCber <1>Einstellungen einen anderen \xDCbersetzungsdienst auszuw\xE4hlen. Wenn Sie ein <2>Pro-Mitglied sind, k\xF6nnen Sie den stabileren DeepL oder OpenAI \xDCbersetzungsdienst nutzen (<3>klicken Sie hier, um es kostenlos auszuprobieren). Dar\xFCber hinaus sollten Sie m\xF6glicherweise Ihre Netzwerk- oder Proxy-Einstellungen \xFCberpr\xFCfen.",detectServiceLoading:"\xDCberpr\xFCfung der verf\xFCgbaren \xDCbersetzungsdienste...",toggleToService:"Wechseln Sie zu {service} und versuchen Sie es erneut.","error.gemini.429":"Der aktuelle Gemini-Dienst hat seine maximale Kapazit\xE4t erreicht. Bitte versuchen Sie es sp\xE4ter erneut oder wechseln Sie zu einem anderen \xDCbersetzungsdienst.",enableSentryReport:"Wenn ein Fehler bei der Erweiterung auftritt, senden Sie Feedback mit Sentry.","translationServices.gemini":"Zwillinge","widget.translateFile":"PDF/ePub","error.reason":"Fehlergrund","floatBall.iKnow":"Ich wei\xDF.",goLogin:"Anmelden gehen","error.retry":"Wiederholen",touchShortcutsOff:"schlie\xDFen",pickAll:"Alles ausw\xE4hlen",notLogin:"Nicht angemeldet","slide.left":"Nach rechts wischen",loggedIn:"Eingeloggt","slide.right":"Nach links wischen",shortcutSettingsTitle:"Tastenkombination Einstellungen","tagsInput.add":"+ Hinzuf\xFCgen","subtitle.bilingual":"Zweisprachige Untertitel","multipleClick.2":"Doppelklick","shortcutGroup.touch":"Gesten speziell f\xFCr Touchscreens",alwaysTranslateThisSite:"Immer diese Website \xFCbersetzen",buildSnapshots:"Erstellen Sie ein Webseiten-Snapshot",networkError:"\xDCbersetzungsdienst oder Netzwerk hat ein Problem",neverTranslateThisSite:"\xDCbersetzen Sie diese Website niemals",translationOnlyMode:"Nur \xDCbersetzungsmodus","subtitle.hideQuickButton":"Nicht mehr diese Verkn\xFCpfung anzeigen","subtitle.showQuickButton":"Im Player werden Untertitel in zwei Sprachen angezeigt.","multipleClick.3":"Dreifachschlag","intro.subtitleTitle":"Online-Video-Zweisprachige Untertitelanzeige","shortcutGroup.main":"H\xE4ufig verwendete Funktionstastenkombinationen",temprarilyChangeTranslationTo_openai:"Verwendet OpenAI zum \xDCbersetzen der aktuellen Seite",shortcutSettings:"Tastenkombination","shortcutGroup.others":"Mehr benutzerdefinierte Funktionstastenkombinationen","intro.floatBallTitle":"Schnelle \xDCbersetzung Schwebekugel","widget.videoSubtitle":"Videountertitel",contact:"Kontaktieren Sie uns",mouseHoverCustomKeyTitle:"Benutzerdefinierte Maus-Hover-Tastenkombination",temprarilyChangeTranslationTo_gemini:"Verwenden von Gemini, um die aktuelle Seite zu \xFCbersetzen","browser.translateInputBox":"\xDCbersetzen Sie den aktuellen Inhalt des Eingabefelds.","multipleClick.4":"Vierfachschlag","browser.translateWithDeepL":"Vor\xFCbergehende Verwendung von DeepL zur \xDCbersetzung der aktuellen Seite",notLoginPro:"Sie haben sich noch nicht in Ihr Mitgliedskonto eingeloggt.",touchShortcutsToggleTranslateTouchElement:"Einstellen von Touchscreen-Gesten zum \xDCbersetzen bestimmter Abs\xE4tze","widget.instructionTooltip":"Anleitung anzeigen","browser.translateWithTransmart":"Verwenden Sie vor\xFCbergehend Tencent, um die aktuelle Seite zu \xFCbersetzen.",temprarilyChangeTranslationTo_google:"Verwenden Sie Google \xDCbersetzer, um diese Seite zu \xFCbersetzen.","shortcutGroup.shortcutsForTranslationServices":"\xDCbersetzungsdienst verwandte Tastenkombinationen",temprarilyChangeTranslationTo_deepl:"Verwenden von DeepL, um die aktuelle Seite zu \xFCbersetzen.","widget.instruction":"Gebrauchsanweisung","browser.translateWithOpenAI":"Vor\xFCbergehende Verwendung von OpenAI zum \xDCbersetzen der aktuellen Seite","intro.hoverTitle":"\xDCbersetzen Sie den aktuellen Absatz, indem Sie die Maus dar\xFCber schweben lassen.","browser.toggleMouseHoverTranslateDirectly":"Auf der Seite das direkte \xDCbersetzen durch Mouseover tempor\xE4r aktivieren oder deaktivieren","floatBall.longPress":"Durch langes Dr\xFCcken k\xF6nnen Sie das Einstellungsmen\xFC schnell \xF6ffnen.",temprarilyChangeTranslationTo_transmart:"Verwendet gerade Tencent \xDCbersetzung f\xFCr die aktuelle Seite.","floatBall.guideClickToTranslate":`Klicken Sie auf die immersive \xDCbersetzungsschwebekugel + {env.imt_trans_field}: \u0627\u0644\u062A\u0631\u062C\u0645\u0629`,"translationServices.claude":"\u0643\u0644\u0648\u062F","subtitle.quickButton.setting":"\u0625\u0639\u062F\u0627\u062F\u0627\u062A","subtitle.quickButton.white":"\u0623\u0628\u064A\u0636","subtitle.quickButton.black":"\u0627\u0644\u0644\u0648\u0646 \u0627\u0644\u0623\u0633\u0648\u062F","subtitle.quickButton.yellow":"\u0627\u0644\u0644\u0648\u0646 \u0627\u0644\u0623\u0635\u0641\u0631","subtitle.quickButton.backgroundOpacity":"\u0634\u0641\u0627\u0641\u064A\u0629 \u0627\u0644\u062E\u0644\u0641\u064A\u0629","subtitle.quickButton.translationPositionBottom":"\u0623\u0633\u0641\u0644 \u0627\u0644\u0646\u0635 \u0627\u0644\u0623\u0635\u0644\u064A","subtitle.quickButton.backgroundColor":"\u0644\u0648\u0646 \u0627\u0644\u062E\u0644\u0641\u064A\u0629","subtitle.quickButton.cyan":"\u0627\u0644\u0644\u0648\u0646 \u0627\u0644\u0623\u0632\u0631\u0642","subtitle.quickButton.translationPosition":"\u0645\u0648\u0642\u0639 \u0627\u0644\u062A\u0631\u062C\u0645\u0629","subtitle.quickButton.magenta":"\u0627\u0644\u0644\u0648\u0646 \u0627\u0644\u0642\u0631\u0645\u0632\u064A","subtitle.quickButton.translationTextColor":"\u0644\u0648\u0646 \u062E\u0637 \u0627\u0644\u0646\u0635","subtitle.quickButton.red":"\u0627\u0644\u0644\u0648\u0646 \u0627\u0644\u0623\u062D\u0645\u0631","subtitle.quickButton.translationPositionTop":"\u0641\u064A \u0627\u0644\u062C\u0632\u0621 \u0627\u0644\u0639\u0644\u0648\u064A \u0645\u0646 \u0627\u0644\u0646\u0635 \u0627\u0644\u0623\u0635\u0644\u064A","subtitle.quickButton.sourceTextColor":"\u0644\u0648\u0646 \u0627\u0644\u062E\u0637 \u0627\u0644\u0623\u0635\u0644\u064A","subtitle.quickButton.green":"\u0627\u0644\u0644\u0648\u0646 \u0627\u0644\u0623\u062E\u0636\u0631","subtitle.quickButton.sourceFontSize":"\u062D\u062C\u0645 \u0627\u0644\u062E\u0637 \u0627\u0644\u0623\u0635\u0644\u064A","subtitle.quickButton.blue":"\u0627\u0644\u0644\u0648\u0646 \u0627\u0644\u0623\u0632\u0631\u0642","subtitle.quickButton.translationFontSize":"\u062D\u062C\u0645 \u062E\u0637 \u0627\u0644\u0646\u0635 \u0627\u0644\u0645\u062A\u0631\u062C\u0645",attachSubtitleTranslating:"\u0627\u0633\u062A\u062E\u062F\u0645 {service} \u0644\u0644\u062A\u0631\u062C\u0645\u0629...","error.claude.403":"\u0644\u0627 \u062A\u0648\u062C\u062F \u0635\u0644\u0627\u062D\u064A\u0629 \u0645\u0624\u0642\u062A\u0629 \u0644\u0644\u0648\u0635\u0648\u0644 \u0625\u0644\u0649 \u0627\u0644\u062E\u062F\u0645\u0629\u060C \u0642\u062F \u064A\u0643\u0648\u0646 \u0630\u0644\u0643 \u0645\u0631\u062A\u0628\u0637\u064B\u0627 \u0628\u0627\u0644\u0642\u064A\u0648\u062F \u0627\u0644\u062C\u063A\u0631\u0627\u0641\u064A\u0629 \u0644\u0640 Claude \u060C \u064A\u0645\u0643\u0646\u0643 \u0645\u062D\u0627\u0648\u0644\u0629 \u062A\u063A\u064A\u064A\u0631 \u0639\u0646\u0648\u0627\u0646 IP \u0627\u0644\u062E\u0627\u0635 \u0628\u0643 \u060C \u0623\u0648 \u0627\u0633\u062A\u062E\u062F\u0627\u0645 \u062E\u062F\u0645\u0627\u062A \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0623\u062E\u0631\u0649.","browser.brandDescriptionForSafari":"\u3010\u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u063A\u0627\u0645\u0631\u0629\u3011 \u0625\u0636\u0627\u0641\u0629 \u0645\u062C\u0627\u0646\u064A\u0629 \u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0635\u0641\u062D\u0627\u062A \u0627\u0644\u062B\u0646\u0627\u0626\u064A\u0629 \u0627\u0644\u0644\u063A\u0629 (\u0627\u0644\u0646\u0635 \u0627\u0644\u0623\u0635\u0644\u064A / \u0627\u0644\u062A\u0631\u062C\u0645\u0629)\u060C \u062A\u062F\u0639\u0645 \u0641\u064A \u0627\u0644\u0648\u0642\u062A \u0646\u0641\u0633\u0647 \u062A\u0631\u062C\u0645\u0629 PDF \u0648\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0643\u062A\u0628 \u0627\u0644\u0625\u0644\u0643\u062A\u0631\u0648\u0646\u064A\u0629 EPUB \u0645\u0639 \u0627\u0644\u062D\u0641\u0627\u0638 \u0639\u0644\u0649 \u062A\u0646\u0633\u064A\u0642 \u0627\u0644\u0648\u062B\u064A\u0642\u0629 \u0627\u0644\u0623\u0635\u0644\u064A\u0629\u060C \u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u062A\u0631\u062C\u0645\u0627\u062A \u0627\u0644\u062B\u0646\u0627\u0626\u064A\u0629 \u0627\u0644\u0644\u063A\u0629 \u0644\u0644\u0641\u064A\u062F\u064A\u0648\u0647\u0627\u062A \u0639\u0644\u0649 \u0627\u0644\u0625\u0646\u062A\u0631\u0646\u062A \u0645\u062B\u0644 Youtube/Netflix\u060C \u062A\u062F\u0639\u0645 \u062E\u062F\u0645\u0627\u062A \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0631\u0626\u064A\u0633\u064A\u0629 \u0645\u062B\u0644 Deepl/Google\u061B","browser.PdfProFile":"\u062A\u0631\u062C\u0645\u0629 PDF Pro \u0628\u062F\u0639\u0645 \u0645\u0646 \u0627\u0644\u0630\u0643\u0627\u0621 \u0627\u0644\u0627\u0635\u0637\u0646\u0627\u0639\u064A","browser.textTranslate":"\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0646\u0635"};var Sb={nologin:"nicht eingeloggt",loginForSafari:"Anmelden oder Registrieren",login:"Anmelden, um eine Mitgliedschaft zu er\xF6ffnen",manageAccount:"Verwaltete Konten",openPremium:"Offene Mitgliedschaft",logout:"Abbrechen",curentPlan:"Aktuelle Pakete",endAt:"Verfallsdatum",endAuto:"automatische Erneuerung",lineBreakMaxTextCount:"Maximal zul\xE4ssige Anzahl von Zeichen pro Satz nach Zeilenumbr\xFCchen","translate-pdf":"Zum \xDCbersetzen PDF anklicken","noSupportTranslate-pdf":"Script nicht unterst\xFCtzt, bitte Plugin verwenden","translate-firefox-local-pdf":"Klicken Sie, um zu PDF importieren zu gelangen",enableLineBreak:"Automatischen Zeilenvorschub f\xFCr lange Abs\xE4tze aktivieren",sponsorLabel:"$1 Gesponserte Entwickler",help:"Hand",browserShortcutsNoteForFirefox:'Um die Verkn\xFCpfungen in Firefox zu \xE4ndern, m\xFCssen Sie die Seite f\xFCr die Verwaltung der Erweiterungen "about:addons" \xF6ffnen, dann auf "Einstellungen" und dann auf "Verkn\xFCpfungen verwalten" klicken, um die Verkn\xFCpfungen festzulegen.',browserShortcutsNoteForChrome:'Um Verkn\xFCpfungen in Chrome zu \xE4ndern, m\xFCssen Sie die Seite f\xFCr die Verwaltung von Erweiterungen \xF6ffnen, sie im Bereich "Verkn\xFCpfungen verwalten" festlegen (chrome://extensions/shortcuts) und auf die Schaltfl\xE4che unten klicken, um zur Seite f\xFCr die Verwaltung von Verkn\xFCpfungen zu gelangen.',browserShortcutsSucks:"Benutzerdefinierte Tastenkombinationen werden wie folgt formatiert (es erfolgt keine automatische Erkennung, bitte direkt eingeben)\uFF1A",enableLineBreakDescription:"Wenn diese Funktion aktiviert ist, werden in langen Abs\xE4tzen am Ende jedes Satzes Zeilenumbr\xFCche eingef\xFCgt, um die Lesbarkeit zu verbessern.","browser.shortBrandName":"Immersions\xFCbersetzung","browser.brandName":"Immersion Translation: Bilinguale Webseiten & PDF \xDCbersetzung","browser.brandDescription":"Bilingual web page translation, also supports PDF translation, bilingual Epub eBook translation, free to use.","browser.toggleTranslatePage":"Seite \xFCbersetzen/ Originaltext anzeigen","browser.toggleTranslateTheWholePage":"Alle Bereiche der Seite \xFCbersetzen/den Originaltext anzeigen","browser.toggleOnlyTransation":"Wechseln Sie in den Zweisprachen-/Nur-\xDCbersetzungsmodus","browser.toggleTranslateToThePageEndImmediately":"Sofortige \xDCbersetzung am Ende der Seite/Anzeige des Originaltextes","browser.toggleTranslateTheMainPage":"Den Hauptbereich der Seite \xFCbersetzen/den Originaltext anzeigen","browser.shareToDraft":"Zweisprachige Seiten teilen","browser.openOptionsPage":"\xD6ffnen Sie die Einstellungsseite","browser.toggleTranslationMask":"Translationsunsch\xE4rfe-Effekt ein-/ausblenden","browser.translateLocalPdfFile":"Lokale PDF-Dateien \xFCbersetzen","browser.openEbookViewer":"Lokale eBooks lesen","browser.openEbookBuilder":"Zweisprachige EPUB eBooks erstellen","browser.translateLocalHtmlFile":"HTML/Txt-Dateien \xFCbersetzen","browser.donateContext":"Erfahren Sie mehr \xFCber die Vorteile eines Sponsors","browser.translateLocalSubtitleFile":"Lokale Untertiteldateien \xFCbersetzen",confirmResetConfig:"Sind Sie sicher, dass Sie die Einstellungen zur\xFCcksetzen wollen?",translationLineBreakSettingTitle:"\xDCbersetzung Zeilenvorschubeinstellung",smartLineBreak:"Smart Line Feed (Berechnung)",alwaysLineBreak:"Immer Zeilenvorschub",isShowContextMenu:"Hinzuf\xFCgen \xFCbersetzter Seiten zu Rechtsklick-Men\xFCpunkten",toggleBeta:"Aktivieren von Beta-Testfunktionen",betaDescription:"Aktivieren Sie Funktionen, die noch experimentell sind, sowie einen \xDCbersetzungsdienst in der Beta-Phase. Treten Sie der <1>Telegram-Gruppe bei, um mehr zu erfahren.",translationLineBreakSettingDescription:"Bei Seiten mit wenig Inhalt sind die Zeilenumbr\xFCche immer ordentlich und \xFCbersichtlich. (Verwenden Sie intelligente Zeilenumbr\xFCche in langen, inhaltsreichen Abs\xE4tzen (mehr als{count}Zeichen), um Platz zu sparen).",tempTranslateDomainTitle:"Dauer des vor\xFCbergehenden Einschaltens der Website-\xDCbersetzung",tempTranslateDomainDescription:"Wenn Sie eine Webseite manuell \xFCbersetzen, schalten Sie die Website vor\xFCbergehend f\xFCr die automatische \xDCbersetzung ein, und Sie k\xF6nnen die vor\xFCbergehende Dauer festlegen.",xMinutes:"{count} Minuten",disabled:"die Verwendung von etw. untersagen",changelog:"Protokoll aktualisieren",toggleTranslatePageWhenThreeFingersOnTheScreen:"Gleichzeitiges Ber\xFChren des Bildschirms mit mehreren Fingern \xFCbersetzt Webseiten/zeigt den Originaltext an",toggleTranslationMaskWhenThreeFingersOnTheScreen:"Durch Ber\xFChren mit mehreren Fingern wird der Unsch\xE4rfeeffekt ein- und ausgeblendet.",fingerCountToToggleTranslagePageOnlyTranslationWhenTouching:"Wenn Sie mit mehreren Fingern gleichzeitig den Bildschirm ber\xFChren, wird die Webseite \xFCbersetzt (nur \xDCbersetzung) bzw. der Originaltext angezeigt.",addUrlDescription:"Kann ein Dom\xE4nenname sein und unterst\xFCtzt auch Wildcards, z. B.\uFF1A*.google.com, google.com/mail/*, https://www.google.com/*",general:"Grundeinstellungen",clickToExpandConfig:"Aktuelle Konfiguration erweitern",import:"Aus Datei importieren",export:"In Datei exportieren",toggleDebug:"Das Debug-Protokoll auf der Konsole ausgeben","fingers.0":"Klageschrift","fingers.2":"Zwei-Finger-Ber\xFChrung","fingers.3":"Drei-Finger-Ber\xFChrung","fingers.4":"Vier-Finger-Ber\xFChrung","fingers.5":"F\xFCnf-Finger-Ber\xFChrung",mouseHoldKey:"+ {key} \xDCbersetzen/Wiederherstellen des Absatzes",mouseHoldKeyAuto:"Direkte \xDCbersetzung des Absatzes",mouseHoldKeyOff:"Tun Sie nichts.",mouseHoldKeyOther:"Benutzerdefinierte Tastenkombinationen (Einstellungen \xF6ffnen)",mouseHoldKeyCustomKey:"{key} \xDCbersetzung/K\xFCrzung des Absatzes",mouseHoverHoldKey:"\xDCbersetzen Sie Abs\xE4tze, indem Sie die Tastenkombination dr\xFCcken, w\xE4hrend Sie mit der Maus dar\xFCber fahren.","mouse-translate":"Mauszeiger",document:"(Computer-)Datei",resetSuccess:"Alle Einstellungen erfolgreich zur\xFCcksetzen",resetThisSuccess:"Zur\xFCcksetzen erfolgreich",saved:"Erfolgreich speichern",successImportConfig:"Erfolgreich importierte Konfiguration",goAdvancedSettings:"Gehen Sie zur Seite Erweiterte Einstellungen",goAdvancedInterfaceSettings:"Gehen Sie zur Seite Erweiterte Anpassungseinstellungen",advanced:"Erweiterte Einstellungen",advancedDescription:"In der Regel sind keine Einstellungen erforderlich, belassen Sie es bei der Standardeinstellung. Nur f\xFCr spezialisiertere Benutzer sind mehr personalisierte Einstellungen verf\xFCgbar.",developer:"Einstellungen f\xFCr Entwickler",donateCafe:"Preise","translate to the bottom of the page":"Wird sie unmittelbar nach dem Betreten der Seite an das Ende der Seite \xFCbersetzt?",feedback:"Frage Feedback",toggleTranslatePage:"Seite \xFCbersetzen/ Originaltext anzeigen",translateToThePageEndImmediatelyDescription:"Wenn Sie die Funktion einschalten, wird der Inhalt sofort bei der Eingabe vom oberen zum unteren Rand der Seite \xFCbersetzt. Wenn Sie die Funktion ausschalten, wird der Inhalt w\xE4hrend des Lesens \xFCbersetzt. (Nicht empfohlen)","translate all areas of the page":"Ob alle Bereiche der Seite \xFCbersetzt werden sollen",translationAreaDescription:"Ist die Option aktiviert, werden alle Bereiche der gesamten Webseite \xFCbersetzt. Wenn Sie die Option ausschalten, wird die standardm\xE4\xDFige intelligente Erkennung verwendet und nur die Hauptbereiche werden \xFCbersetzt. (Es wird nicht empfohlen, diese Funktion einzuschalten)","the number of characters to be translated first":"\xDCbersetzen Sie direkt die ersten Zeichen der Seite, ohne zu warten, bis der Anzeigebereich angezeigt wird.","interface language":"Interface-Sprache","display both the original text and the translation":"Gleichzeitige Anzeige von Original und \xDCbersetzung","keyboard shortcuts":"Tastaturkurzbefehle",modify:"Tastenkombinationen \xE4ndern",reset:"reprovision",close:"Klageschrift",homepage:"Homepage",more:"mehr",moreOptions:"Erweitern Sie Ihre Anpassungsoptionen",translateTheWholePage:"Alle Bereiche der Seite \xFCbersetzen (im Gegensatz zu einer intelligenten Erkennung der Hauptbereiche)",changeToTranslateTheWholePage:"Umschalten auf die \xDCbersetzung aller Regionen",changeToTranslateTheMainPage:"Zum Hauptbereich \xDCbersetzen wechseln",changeToOnlyTranslationMode:"Umschalten, um nur \xDCbersetzungen anzuzeigen",changeToDualTranslationMode:"Umschalten auf zweisprachige \xDCbersetzung",translateToThePageEndImmediately:"Sofortige \xDCbersetzung an das Ende der Seite",translateTheMainPage:"Intelligente \xDCbersetzung Schl\xFCsselregionen","The local rules are up to date":"Die \xF6rtlichen Anpassungsvorschriften sind auf dem neuesten Stand.","Successfully synchronized with the latest official rules:":"Erfolgreich synchronisiert mit den neuesten offiziellen Anpassungsregeln.","Checking for updates":"Pr\xFCfen auf Aktualisierungen","Rules are being synchronized":"Anpassungsregeln werden synchronisiert",localVersionIsTooOld:"Die Version der lokalen Erweiterung ist zu alt. Bitte aktualisieren Sie die Erweiterung auf {minVersion} oder eine neuere Version, bevor Sie versuchen zu synchronisieren.",badUserscriptBrowser:"Der aktuelle Browser implementiert die Schnittstelle der Grease Monkey-Erweiterung nicht korrekt (z. B. um Informationen \xFCber die Versionsnummer des Grease Monkey-Skripts selbst zu erhalten). Bitte verwenden Sie andere Browser, die die <1>Grease Monkey-Erweiterung unterst\xFCtzen, wie z. B. Firefox.",foundNewVersion:"Entdecken Sie die neue Version",theLocalExtensionIsUpToUpdate:"Die aktuelle Erweiterung ist auf dem neuesten Stand.",failToSyncRules:"Fehlende Synchronisierung der neuesten Anpassungsregeln",retry:"Klicken Sie hier, um es erneut zu versuchen",failedReason:"Gr\xFCnde f\xFCr das Scheitern",currentRuleVersion:"Aktuelle Regelversion",calculating:"Berechnungen",unknownError:"unbekannter Fehler",canNotFetchRemoteRule:"Remote-Regeln k\xF6nnen nicht abgerufen werden",enableAlphaSuccess:"Alpha aktiviert",disableAlphaSuccess:"Die Alpha-Funktion wurde ausgeschaltet.",cacheSize:"Cache-Gr\xF6\xDFe\uFF1A",cleaning:"in Liquidation befindlich",cleanCache:"den Cache l\xF6schen",options:"aufstellen",about:"in Bezug auf",service:"Dolmetscherdienst",needAction:"(Gehe zu Einstellungen)",goSettings:"loslegen und einrichten",needActionForOptions:"(noch einzurichten)",translationEngine:"Motor Optionen",sourceLanguage:"Originalsprache",target:"Zielsprache",popupSourceLanguage:"Originalsprache",popupTarget:"Zielsprache",popupService:"Dolmetscherdienst",forThisSite:"Aktuelle Website",autoEnableSubtitle:"Automatisches \xD6ffnen von zweisprachigen Untertiteln",alwaysTranslate:"\xDCbersetzen Sie immer",neverTranslate:"Niemals \xFCbersetzen",alwaysTranslateSomeLanguage:"\xDCbersetzen Sie immer {language}",neverTranslateSomeLanguage:"Niemals \xFCbersetzen {language}",alwaysTranslateSomeSite:"\xDCbersetzen Sie immer {hostname}",neverTranslateSomeSite:"Niemals \xFCbersetzen {hostname}",alwaysTranslateSomeSiteOrWildSite:"\xDCbersetzen Sie immer die Website",alwaysTranslateSomePage:"\xDCbersetzen Sie die Seite immer",add:"erh\xF6hen.",default:"Standard (Einstellung)",forThisLanguage:"F\xFCr diese Sprache\uFF1A","add url":"URL eingeben",edit:"Compiler","translate other languages into specific language":"\xDCbersetzen Sie andere Sprachen in Ihre eingestellte Sprache","select translation service":"W\xE4hlen Sie einen \xDCbersetzungsdienst",language:"Mehrsprachigkeit","show-original":"Originaltext anzeigen",translate:"Rendering",Translated:"\xFCbersetzt",Translating:"in \xDCbersetzung",Error:"falsch",allowCacheTranslations:"Aktivieren Sie das lokale \xDCbersetzungscaching (um \xDCbersetzungsanfragen f\xFCr doppelte Passagen zu reduzieren)","translation display":"Anzeigestil der \xDCbersetzung","select diplay style":"Unterscheiden Sie die verschiedenen \xDCbersetzungsstile anhand der folgenden Beispiele",interface:"Interface-Einstellungen",import_export:"Import/Export",import_export_title:"Konfiguration importieren/exportieren",syncToGoogleDrive:"Jetzt mit Google Drive synchronisieren",floatBallOptions:"Hoverball-Einstellungen","floatBallOptions.enable":"Hoverball freischalten","floatBallOptions.blockUrls":"Website deaktivieren","floatBallOptions.add":"erh\xF6hen.","floatBallOptions.blockUrlDesc":"Schwebeb\xE4lle werden nicht angezeigt, wenn die folgenden Websites aufgerufen werden","floatBallOptions.clickType":"Klickverhalten","floatBallOptions.clickTypeDesc":"Verhalten des Hoverball-Symbols beim Anklicken","floatBallOptions.clickPopup":"\xDCbersetzungspanel anzeigen","floatBallOptions.clickTranslate":"\xDCbersetzung/Anzeige des Originaltextes","floatBallOptions.fixedPosition":"\u56FA\u5B9A\u4F4D\u7F6E","floatBallOptions.fixedPositionDesc":"\u60AC\u6D6E\u7403\u5728\u7A97\u53E3\u5DE6\u4FA7\u8FD8\u662F\u53F3\u4FA7","floatBallOptions.fixedPositionLeft":"\u5DE6\u4FA7","floatBallOptions.fixedPositionRight":"\u53F3\u4FA7",previewAllThemes:"Vorschau aller Stile","translationTheme.none":"nicht haben","translationTheme.grey":"dunkelgrau","translationTheme.dashed":"gepunktete Unterstreichung","translationTheme.dotted":"gepunkteter Unterstrich","translationTheme.dashedBorder":"gepunkteter Rand","translationTheme.solidBorder":"feste Umrandung","translationTheme.underline":"Unterstreichen Sie gerade Linien","translationTheme.mask":"Fuzzy-Effekte (Lernmodi)","translationTheme.opacity":"Transparenz-Effekt","translationTheme.paper":"Wei\xDFes Papier Schatteneffekt","translationTheme.dividingLine":"Trennungslinie","translationTheme.highlight":"hohe Helligkeit","translationTheme.marker":"Markierung (Lehnwort)","translationTheme.marker2":"Markierung 2","translationTheme.blockquote":"Referenzierungsstile","translationTheme.weakening":"Schw\xE4chung","translationTheme.italic":"Schr\xE4gschrift","translationTheme.bold":"eindicken","translationTheme.thinDashed":"d\xFCnne gepunktete Linie, Unterstrich","translationTheme.nativeDashed":"Das System ist mit einem gepunkteten Unterstrich versehen","translationTheme.nativeDotted":"System kommt mit gepunktetem Unterstrich","translationTheme.nativeUnderline":"Das System wird mit einer geraden Linie unterstrichen","translationTheme.wavy":"gewellte Linie","translationServices.custom":"Benutzerdefinierte API","translationServices.tencent":"Tencent \xDCbersetzer","translationServices.tenAlpha":"Tencent \xDCbersetzer (Alpha)","translationServices.google":"Google \xDCbersetzen","translationServices.bai":"Baidu (Alpha)","translationServices.baidu":"Baidu's \xDCbersetzung","translationServices.aliyun":"AliCloud \xDCbersetzung","translationServices.volc":"Vulkan\xFCbersetzung","translationServices.deeplx":"DeepLX (Beta)","translationServices.bing":"Microsoft \xDCbersetzen","translationServices.deepl":"DeepL","translationServices.wechat":"WeChat \xDCbersetzung","translationServices.azure":"Azure-\xDCbersetzung","translationServices.ibm":"IBM Watson","translationServices.aws":"Amazonas-\xDCbersetzung","translationServices.mock":"Simulierte \xDCbersetzung","translationServices.mock2":"Simulierte \xDCbersetzung 2","translationServices.caiyun":"lit. bunte Wolken und kleine \xDCbersetzungen","translationServices.cai":"Bunte Wolken (Alpha)","translationServices.volcAlpha":"Vulkan (Alpha)","translationServices.openl":"OpenL","translationServices.youdao":"Youtube-\xDCbersetzung","translationServices.you":"Youdao \xDCbersetzer (Alpha)","translationServices.transmart":"Tencent Interactive \xDCbersetzung","translationServices.niu":"Maverick Translator","translationServices.papago":"Papago \xDCbersetzung","translationServices.d":"D (Alpha)","translationServices.dpro":"D Pro (Kanarienvogel)","translationServices.openai":"OpenAI","translationServices.yandex":"Yandex","translationServices.chatgpt":"ChatGPT Web(3.5 mobil)","translate title":"Seitentitel \xFCbersetzen","always languages":"\xDCbersetzen Sie immer die Sprache",neverTranslateLanguagesLabel:"Die Sprache, die nie \xFCbersetzt werden wird",neverTranslateTheFollowingLanguagesDescription:"\xDCbersetzungen werden \xFCbersprungen, wenn ein Absatz auf der Seite in einer der folgenden Sprachen vorliegt",enableUserscriptPagePopup:"Schwebeball auf der Seite anzeigen",enableUserscriptPagePopupDescription:"Nachdem Sie den Hoverball ausgeschaltet haben, k\xF6nnen Sie ihn mit dem Shortcut /{touch}wieder aufrufen. Es wird dringend empfohlen, diese Einstellungsseite als Lesezeichen zu speichern, um zu verhindern, dass der Hoverball nach dem versehentlichen Ausschalten dieser Option nicht mehr gefunden wird!","always translate the following languages":"\xDCbersetzt automatisch in die Zielsprache, wenn die Seite in einer der folgenden Sprachen vorliegt","always sites":"Immer \xFCbersetzte Websites","always translate the following sites":"Websites werden automatisch in die Zielsprache \xFCbersetzt, wenn es sich um die Domainnamen von","never sites":"Nie \xFCbersetzte Website","never translate the following sites":"\xDCbersetzungen werden nicht durchgef\xFChrt, wenn die Website f\xFCr die folgenden Domains bestimmt ist","please refer to":"Sie m\xFCssen den Schl\xFCssel ausf\xFCllen, bevor Sie ihn verwenden k\xF6nnen.",KeyAndConfigurationTutorial:"Tutorial zur Anwendung und Konfiguration von Schl\xFCsseln",useAboveStyleForTheseSites:"Verwenden Sie immer den \xDCbersetzungsstil \u2308{theme}\u230B, wenn die Website f\xFCr die folgenden Domains bestimmt ist",currentUrl:"Aktuelle URL",confirm:"Speichern (einer Datei usw.) (Informatik)",cancel:"Stornierungen",delete:"entfernen","languages.auto":"automatische Erkennung",syncToCloud:"Mit Google Drive synchronisieren",syncToCloudDescription:"Die in die Cloud hochgeladene Konfiguration kann zwischen verschiedenen Browsern bzw. Grease-Monkey-Skripten synchronisiert werden, je nachdem, was zuletzt ge\xE4ndert wurde.",syncToAccount:"Synchronisierung mit der Immersive Translation Cloud",syncToAccountButton:"Sofortige Synchronisierung mit der Cloud",syncToAccountDescription:"Automatische Synchronisierung von Konfigurationen zwischen verschiedenen Ger\xE4ten, je nachdem, was zuletzt ge\xE4ndert wurde.",successSyncConfigInAccount:"Erfolgreiche Synchronisierung mit der Cloud",successSyncConfigToAccount:"Erfolgreiche Synchronisierung mit der Cloud",syncConfigNoUpdate:"Sie ist bereits auf dem neuesten Stand.",authFail:"Autorisierungsfehler",syncTitle:"Manuelles Backup-Management",import_hint:"importieren (Daten)",upload:"hochladen",revokeAuth:"eine Zulassung widerrufen",uploadFail:"Upload fehlgeschlagen",download:"Herunterladen von",importSuccess:"Erfolgreich importiert",importFail:"Importfehler",deleteFail:"L\xF6schen fehlgeschlagen",backupToCloud:"Manuelle Verwaltung von Sicherungsdateien",create_new_backup:"Einen neuen Sicherungsknoten hinzuf\xFCgen",maxBackupFiles:"Es k\xF6nnen bis zu{count}verschiedene Nodes gesichert werden, bitte l\xF6schen Sie die Nodes, die Sie nicht ben\xF6tigen.",backupToCloudDescription:"Manuelles Hochladen oder Wiederherstellen von Sicherungsdateien, wobei bis zu 3 verschiedene Sicherungen m\xF6glich sind",successSyncConfig:"Erfolgreiche Synchronisierung mit der Cloud",syncFail:"Synchronisationsfehler",updatedAt:"Aktualisiert von {date}",lastSyncedAt:"Zuletzt gepr\xFCft unter {date}",downloadFail:"Download fehlgeschlagen",clickToDownload:"Klicken Sie zum Herunterladen",aboutLabel:"\xDCber - Feedback","browser.openAboutPage":"\xDCber/Feedback",aboutLabelWithoutSponsor:"\xDCber - Feedback",aboutIntro:"M\xF6gen wir alle einen einfacheren und angenehmeren Zugang zu der riesigen Menge fremdsprachiger Informationen im Internet haben \u2764\uFE0F Sie k\xF6nnen Ihre <6>Pro-Mitgliedschaft aktivieren, um die sofort einsetzbaren DeepL und OpenAI-\xDCbersetzungen zu nutzen.

Sie k\xF6nnen uns auf <3>Twitter, <4>Telegram, Weibo, WeChat folgen oder <5>sich in unsere Mailingliste eintragen, um Updates zu erhalten.
<7>Pro-Mitglieder k\xF6nnen uns unter <8>support@immersivetranslate.com kontaktieren, um schnellen Kundenservice zu erhalten.",aboutIntroWithoutSponsor:"M\xF6gen wir alle einen leichteren und angenehmeren Zugang zu der enormen Menge an fremdsprachlichen Informationen haben, die im Internet zur Verf\xFCgung stehen \u2764\uFE0F

Sie k\xF6nnen uns auf <3>Twitter, im <4>Telegram-Kanal, auf WeChat und WeChat Exchange folgen oder <5>sich unten per <5>E-Mail f\xFCr Updates <5>anmelden.",projectHomepage:"Projekt Heimat",joinTelegramGroup:"Treten Sie der Benutzergruppe bei, um an Diskussionen \xFCber Funktionen teilzunehmen.",wechatPublicAccount:"WeChat \xD6ffentlich",wechatCommunities:"WeChat Austauschgruppe",qqCommunities:"QQ Kommunikationskanal",joinTelegramChannel:"Folgen Sie dem Telegram-Kanal f\xFCr aktuelle Updates",feedbackAndJoin:"Frage Feedback / Gruppe hinzuf\xFCgen",autoSync:"automatische Zeitsynchronisation",loadingThemeTitle:"Stil laden",loadingThemeDescription:"Einstellen des Stils beim Warten auf das Laden der \xDCbersetzung","loadingTheme.spinner":"Animation zum Drehen","loadingTheme.text":"etw. in statischer Schrift ","loadingTheme.none":"nicht gezeigt",developerDescription:"Die Dokumentation zur erweiterten Anpassung finden Sie <1>hier","edit border color":"\xC4ndern Sie die Farbe des Rahmens",successSyncButNoChange:"Die aktuelle Konfiguration ist mit der Cloud konsistent",customTheme:"Individuelle Farben und Gr\xF6\xDFen","customThemeLabel.borderColor":"Farbe der Umrandung","customThemeLabel.borderRadius":"Abgerundete Kanten","customThemeLabel.textColor":"Textfarbe","customThemeLabel.backgroundColor":"Hintergrundfarbe","customThemeLabel.zoom":"Skalierung der Schrift (%)","customThemeLabel.opacity":"Text-Opazit\xE4t (%)",resetToDefaultColor:"Wiederherstellung der Standardfarben",resetToDefaultSettings:"Wiederherstellen der Standardeinstellungen",isTranslateTitle:"\xDCbersetzung der Seitentitel aktivieren",isTranslateTitleDescription:"Beim \xD6ffnen wird der Seitentitel \xFCbersetzt",enableSearchEnhancement:"Erm\xF6glichung der zweisprachigen Erweiterung von Nachrichten",enableSearchEnhancementDescription:'Sobald diese Funktion aktiviert ist, werden die Suchergebnisse von "Google News" automatisch in der rechten Spalte der unterst\xFCtzten Websites (Google News, Google Search (einige Suchbegriffe), Snowball, Oriental Fortune, Futura, Tiger Community) f\xFCr die entsprechenden englischen Suchbegriffe angezeigt.',verifyService:"Klicken Sie hier, um den Dienst zu testen",verified:"Erfolg \xFCberpr\xFCfen","field.langs":"Unterst\xFCtzte Sprachcodes","field.model":"Modellierung","field.translationEngine":"\xDCbersetzungsmotor","field.limitPerMinute":"Maximale Anfragen pro Minute","field.limitPerSecond":"Maximale Anzahl von Anfragen pro Sekunde","field.maxTextLengthPerRequest":"Maximale Textl\xE4nge pro Anfrage","field.maxTextGroupLengthPerRequest":"Maximale Anzahl von Abs\xE4tzen pro Anfrage","field.apiUrl":"Adresse der benutzerdefinierten API-Schnittstelle","field.placeholderDelimiters":"reservierter Platzhalter","description.custom":"Benutzerdefinierte Schnittstelle Zugriff Dokumentation erforderlich","description.limitPerMinute":"Anfragen, die diese Grenze \xFCberschreiten, werden bis zum Beginn der n\xE4chsten Minute in eine Warteschlange gestellt. Aufgrund der verschiedenen Einschr\xE4nkungen von OpenAIs aktuellem Service, klicken Sie bitte <1>hier f\xFCr die neuesten vorgeschlagenen Werte","description.limitPerSecond":"Anfragen, die diese Grenze \xFCberschreiten, werden bis zum Beginn der n\xE4chsten Sekunde in eine Warteschlange gestellt. Aufgrund der verschiedenen Einschr\xE4nkungen von OpenAIs aktuellem Service, klicken Sie bitte <1>hier f\xFCr die neuesten vorgeschlagenen Werte","description.generalLimitPerSecond":"Anfragen, die diese Grenze \xFCberschreiten, werden bis zum Beginn der n\xE4chsten Sekunde in eine Warteschlange gestellt.","description.prompt":"Gespr\xE4che, die im Namen des Benutzers an {service} gesendet werden, wobei {{text}} den Textinhalt des Absatzes darstellt, {{from}} die Sprache des Absatzes und {{to}} die Zielsprache.","description.maxTextLengthPerRequest":"Die maximale Anzahl von Zeichen pro Anfrage ist zu gro\xDF, so dass die Schnittstelle langsam reagiert. Versuchen Sie daher, diese Option anzupassen, um die Geschwindigkeit zu optimieren.","description.systemPrompt":"Gespr\xE4che, die im Namen des Systems an {service} gesendet werden, wobei {{text}} den Textinhalt des Absatzes darstellt, {{from}} die Sprache des Absatzes und {{to}} die Zielsprache.","field.domain":"Bereich","description.domain":"Der Standardwert ist\uFF1Ageneral. Kann nur gesetzt werden, wenn die Dom\xE4nen\xFCbersetzung in der Arima API-Konsole aktiviert ist, siehe <1>hier f\xFCr unterst\xFCtzte Dom\xE4nen","field.scene":"Nehmen Sie","description.scene":"Der Standardwert ist\uFF1Ageneral. Kann nur eingestellt werden, wenn die AliCloud-API-Konsole Machine Translation Pro \xF6ffnet, siehe <1>hier f\xFCr unterst\xFCtzte Szenarien","field.vocabId":"Benutzerw\xF6rterbuch-ID","description.vocabId":"Das angegebene W\xF6rterbuch out_id unterst\xFCtzt derzeit die \xDCbersetzung Englisch-Chinesisch.","description.model":"OpenAI-Modelle, z.B. gpt-3.5-turbo, gpt-4, etc.","description.maxTextGroupLengthPerRequest":"Die Anzahl der Abs\xE4tze, die gleichzeitig an den \xDCbersetzungsdienst gesendet werden. Wenn es zu viele Abs\xE4tze sind, kann dies dazu f\xFChren, dass die Schnittstelle langsamer reagiert.","description.apiUrl":"Bitte f\xFCgen Sie spezifische URLs mit Pfaden, <1>mehr Beschreibung",enabledExtension:"Aktivieren von Erweiterungen",clickToDisableExtension:"Klicken Sie hier, um Erweiterungen zu deaktivieren",clickToEnableExtension:"Klicken Sie, um Erweiterungen zu aktivieren",hasBeenDisabled:"deaktiviert","show password":"Passwort anzeigen",customContent:"Eingabe eines benutzerdefinierten Modellnamens",inputOptions:"Erweiterung des Eingabefeldes",mouseHoverOptions:"Mauszeiger",modifyMouseHoverKey:"Mauszeiger-Kurzbefehl \xE4ndern",enableInputTranslation:"Ob die Erweiterung des Eingabefeldes aktiviert werden soll",enableInputTranslationDescription:"Nach der Aktivierung geben Sie {startingKey}{startingKey} hallo direkt in das Eingabefeld ein und dr\xFCcken dann schnell{inputTrailingTriggerKeyRepeatTimes}mal{trailingKey}, um in {inputTargetLanguage}zu \xFCbersetzen.",enableInputTranslationDescriptionForNoneKey:"Nach der Aktivierung geben Sie\uFF1AHello World direkt in das Eingabefeld ein und dr\xFCcken dann schnell{inputTrailingTriggerKeyRepeatTimes}{trailingKey}, um in die Standardzielsprache zu \xFCbersetzen.",inputTargetLanguage:"Einstellung der Standard-Zielsprache f\xFCr Eingabefelder",inputTargetLanguageDescription:"Standard-Zielsprache f\xFCr die \xDCbersetzung von Eingabefeldern, d.h. {startingKey}{startingKey} als Standardsprache f\xFCr Triggerw\xF6rter",inputTargetLanguageDescriptionForNoneKey:"Standard-Zielsprache f\xFCr die \xDCbersetzung des Eingabefeldes",inputStartingTriggerKeyTitle:"Einstellung des Trennzeichens f\xFCr die Teil\xFCbersetzung des Eingabefeldes",inputStartingTriggerKeyDescription:"Wenn Sie nicht das gesamte Eingabefeld \xFCbersetzen m\xFCssen, k\xF6nnen Sie mit dem Splitter nur den Teil von {startingKey}{startingKey} bis zum Ende des Eingabefelds \xFCbersetzen, oder Sie k\xF6nnen den Sprachcode angeben, z. B.\uFF1A{startingKey}ja bedeutet, dass nur der Teil von {startingKey}ja bis zum Ende des Eingabefelds \xFCbersetzt wird.",inputStartingTriggerKeyDescriptionForNoneKey:'Die derzeitige Einstellung "kein Pr\xE4fix" wird nicht ben\xF6tigt, und die \xDCbersetzungsfunktion f\xFCr einige Texte im Eingabefeld ist derzeit nicht verf\xFCgbar.',inputTrailingTriggerKeyTitle:"W\xE4hlen Sie ein Ausl\xF6sezeichen f\xFCr das Ende eines Eintrags",inputTrailingTriggerKeyDescription:"3 schnelle Treffer{trailingKey} wird mit der \xDCbersetzung beginnen!",inputTrailingTriggerKeyTimeout:"Geben Sie die Zeit zwischen den Ausl\xF6sern f\xFCr das Ende des Kampfes ein.",inputTrailingTriggerKeyTimeoutDescription:"Legt die Zeit (in Millisekunden) zwischen den Combo-Triggern f\xFCr das Eingangsende fest",spaceKey:"<\u7A7A\u683C\u952E>",noneKey:"Direkte \xDCbersetzung des gesamten Textfeldes ohne Pr\xE4fixe",inputTranslationBlockUrlsTitle:"Aktivieren Sie die Eingabefelderweiterung in den folgenden URLs nicht",inputTranslationBlockUrlsDescription:"Die Erweiterungen der Eingabefelder funktionieren nicht bei den folgenden URLs",clickToSeeQuickDemo:"Klicken Sie hier, um das 30-Sekunden-Kurzanleitung-Video zu erweitern",inputHelperInfo:"Beschreibung\uFF1AWir haben die Tatsache optimiert, dass einige ausl\xF6sende Zeichen bei chinesischen Eingabemethoden zu chinesischen Satzzeichen werden, z. B. wird / bei der Sogou-Eingabemethode zu einem Dun-Zeichen, und Immersive Translator unterst\xFCtzt alle chinesischen Symbole, die den ausl\xF6senden Zeichen entsprechen, d. h. //,,, wird als ausl\xF6sendes Zeichen erkannt.

Wir unterst\xFCtzen auch chinesische Aliase f\xFCr Sprachcodes als Befehle, z.B. /Japanese Hello World wird ins Japanische \xFCbersetzt, <1>klicken Sie hier, um alle unterst\xFCtzten Sprachcodes zu sehen.",reloadCurrentPage:"Bitte aktualisieren Sie die aktuelle Seite, bevor Sie die \xDCbersetzung starten.",noLocalFilePermissionForPDF:"Sie haben keine Berechtigung, lokale Dateien zu lesen. Bitte klicken Sie auf die Schaltfl\xE4che oben und importieren Sie dann lokale Dateien.",noPermissionForThisPage:"\u26A0\uFE0F Keine Berechtigung zur \xDCbersetzung der aktuellen Seite",retryAllParagraphs:"Alle Fehlerpassagen erneut versuchen",retryAllButton:"Alle Fehlerpassagen erneut versuchen",errorTooltipTitle:"Klicken Sie, um die Ursache des Fehlers zu sehen",errorModalTitle:"Irgendetwas scheint mit dem \xDCbersetzungsdienst oder dem Netzwerk nicht in Ordnung zu sein...",disableConfirm:"Zweisprachige Information Enhancement Setting",disableOnce:"Diese Invalidit\xE4t",disableGlobal:"dauerhaft deaktivieren",disableTint:"* Sie k\xF6nnen sie unter {option} wieder aktivieren.",searchEnhancementNotes:'Wir haben festgestellt, dass die Nachrichtenergebnisse f\xFCr chinesische und englische Schl\xFCsselw\xF6rter sehr unterschiedlich sind. Nach der Aktivierung der Funktion "Immersive Translation Bilingual Information Enhancement" suchen wir f\xFCr Sie automatisch auf den unterst\xFCtzten Websites (Google News, Google Search (einige Schl\xFCsselw\xF6rter), Snowball, Oriental Wealth, Futura, Tiger) nach denselben Schl\xFCsselw\xF6rtern auf Englisch und zeigen sie auf der rechten Seite an. Sie k\xF6nnen diese Funktion deaktivieren, wenn Sie sie nicht ben\xF6tigen.',option:"aufstellen",saveSettings:"Einstellungen speichern",closeModal:"Fenster schlie\xDFen",enableInputTranslationWithoutTriggerKeyTitle:"Aktivieren Sie 3 Schnellzugriffe auf{trailingKey}, um das gesamte Eingabefeld direkt in{inputTargetLanguage}zu \xFCbersetzen.",enableInputTranslationWithoutTriggerKeyDescription:"Um die Zielsprache anzugeben, stellen Sie ihr den Sprachcode voran, z. B.\uFF1Aja Hello World",mouseHoverShortcutPlaceholder:"z.B.\uFF1AVerschiebung",deepLProName:"Immersive Translation Pro Mitglied (empfohlen)",deepLProDescription:"Das aktuelle Paket kann direkt verwendet werden",deeplProDescriptionForNormal:"Keine Einrichtung erforderlich, Mitglieder k\xF6nnen es nach der Anmeldung nutzen, <1>klicken Sie hier, um Mitglied zu werden",deepLCustomDescription:"Ausl\xE4ndische Kreditkarte erforderlich, offiziell er\xF6ffnet unter <1>DeepL, klicken Sie f\xFCr die <2>Dokumentation",deepLCustomName:"Benutzerdefinierter Authentifizierungsschl\xFCssel",chooseProviderLabel:"W\xE4hlen Sie einen Dienstanbieter",openaiProName:"Immersive Translation Pro Mitglied (empfohlen)",openaiProDescription:"Das aktuelle Paket kann direkt verwendet werden",openaiProDescriptionForNormal:"Keine Einrichtung erforderlich, Mitglieder k\xF6nnen es nach der Anmeldung nutzen, <1>klicken Sie hier, um Mitglied zu werden",openaiCustomDescription:"Verf\xFCgbar auf OpenAI, Azure OpenAI oder anderen Diensten von Drittanbietern, <1>klicken Sie hier f\xFCr die Dokumentation",openaiCustomName:"Benutzerdefinierter API-Schl\xFCssel",needLoginAction:"(Offene Mitgliedschaft oder Anpassung)",goLoginOrAction:"(\xD6ffnen Sie eine Mitgliedschaft oder gehen Sie zu den Einstellungen)",yearly:"eine fortlaufende j\xE4hrliche Zahlung leisten",quarterly:"sequenzieller Umschlag",monthly:"Monatsabonnement",yearlyForOnce:"Einmaliges Jahrespaket",monthlyForOnce:"Einmaliges Monatspaket",daily:"aufeinanderfolgende Pakettage",year:"eine fortlaufende j\xE4hrliche Zahlung leisten",quarter:"sequenzieller Umschlag",month:"Monatsabonnement",day:"aufeinanderfolgende Pakettage",onetime_7day:"7-Tage-Erlebnispaket",currentPlanDescriptionForFree:"Aktuelle Pakete\uFF1AKostenlos",currentPlanDescriptionForContinuous:"Das aktuelle Paket\uFF1A{plan}wird automatisch auf {endAt} verl\xE4ngert.",currentPlanDescriptionForAutoRenewCaceling:"Das aktuelle Paket\uFF1A{plan}l\xE4uft auf {endAt} aus und wird nach Ablauf nicht automatisch verl\xE4ngert.",currentYearlyPlanDescriptionForAutoRenewCacelingWithRealPaiedUser:"Das aktuelle Paket,\uFF1A{plan}, l\xE4uft am {endAt} aus und wird nach Ablauf nicht automatisch verl\xE4ngert.
<1>Klicken Sie hier, um Ihren Verl\xE4ngerungsplan zu verwalten",currentYearlyPlanDescriptionForAutoRenewCacelingWithAdmin:"Das aktuelle Paket\uFF1A{plan}l\xE4uft auf {endAt} aus und wird nach Ablauf nicht automatisch verl\xE4ngert.
<1>Klicken Sie hier, um ein fortlaufendes Jahresabonnement zu aktivieren",currentPlanDescriptionForOneTime:"Das aktuelle Abonnement\uFF1A{plan}l\xE4uft auf {endAt} aus. <1>Klicken Sie hier, um eine j\xE4hrliche oder <2>monatliche Mitgliedschaft zu <1>erwerben.",upgradePlan:"Klicken Sie hier f\xFCr ein Upgrade auf die Pro-Mitgliedschaft",upgradeToPro:"Upgrade auf Pro-Mitgliedschaft","popup.openPro":"Upgraden Sie auf die Pro-Mitgliedschaft, um DeepL und OpenAI-\xDCbersetzung zu genie\xDFen. Klicken Sie hier, um upzugraden!","popup.openProForPro":"Sie sind ein Pro-Mitglied mit direktem Zugang zu DeepL und OpenAI \xDCbersetzungen!",currentAccount:"laufendes Konto",enableAutoSyncUserSettings:"Aktivieren Sie die automatische Cloud-Synchronisierung \xFCber mehrere Ger\xE4te hinweg",modalEnableInputTranslationTitle:"Immersive Translation Eingabefeld Translation Alerts",modalEnableInputTranslationDesc:"Sie haben soeben die \xDCbersetzung des Eingabefeldes von Immersive Translation ausgel\xF6st, indem Sie dreimal kurz hintereinander die Leertaste gedr\xFCckt haben, und der Inhalt des Eingabefeldes wird in die Standardzielsprache \xFCbersetzt. Die \xDCbersetzung kann mit Strg+Z r\xFCckg\xE4ngig gemacht werden.

Sollte dies ein Fehler gewesen sein, k\xF6nnen Sie die \xDCbersetzung des Eingabefeldes entweder deaktivieren oder dauerhaft abschalten.",saveAndNotShowAgain:"Speichern und Beenden der Eingabeaufforderung",disableInputTranslationTips:"* Sie k\xF6nnen auch andere Tastenkombinationen f\xFCr die Ausl\xF6sung in {option} ,{learnMore}festlegen.",learnMore:"Klicken Sie hier, um mehr zu erfahren",continueEnalbeInputTranslation:"Fortfahren, um die \xDCbersetzung von Eingabefeldern zu aktivieren",autoRenewTrialSuffix:'(Aufwird die Testversion sofort zur Vollmitgliedschaft aufgewertet)',upgradeFromTrialTitle:"Upgrade zum Vollmitglied",subtitle:"Video-Untertitelung",youtubeService:"Immersions\xFCbersetzung Videountertitelung \xDCbersetzungsdienste","subtitle.disabledSubtitle":"Dauerhaftes Deaktivieren der Video-Untertitelfunktion","subtitle.disabledSubtitleDescription":"Wenn Immersive Translator's Video Subtitles mit anderen Erweiterungen in Konflikt steht, k\xF6nnen Sie die Funktion von Immersive Translator's Video Subtitles dauerhaft deaktivieren oder andere in Konflikt stehende Erweiterungen deinstallieren","subtitle.autoEnableSubtitle":"Automatische Verwendung von zweisprachigen Untertiteln","subtitle.autoEnableSubtitleDescription":"Nach der Aktivierung werden beim Abspielen eines Videos automatisch zweisprachige Untertitel angezeigt, sonst m\xFCssen Sie auf die \xDCbersetzungsschaltfl\xE4che klicken, um sie anzuzeigen.","subtitle.preTranslation":"\xDCbersetzen von Untertiteln mit immersiver \xDCbersetzung","subtitle.preTranslationDescription":"Wenn diese Option aktiviert ist, wird der gesamte Untertitel mit Hilfe des unten angegebenen \xDCbersetzungsdienstes vor\xFCbersetzt. F\xFCr ein einst\xFCndiges Video werden etwa 50.000 Token oder Zeichen ben\xF6tigt, die Sie bitte nach eigenem Ermessen verwenden.","subtitle.humanSubtitlesPreferred":"Vorrangige Verwendung von Untertiteln f\xFCr Menschen","subtitle.humanSubtitlesPreferredDescription":"Bevorzugen Sie die Verwendung von menschlichen Untertiteln, wenn das Video menschliche Untertitel in der Zielsprache hat (empfohlen)",videoSubtitleTranslationDescription:"Beauftragen Sie einen separaten \xDCbersetzungsdienst f\xFCr Videountertitel",subtitleTranslating:"Bitte warten Sie, w\xE4hrend die Untertitel \xFCber den Dienst {service} \xFCbersetzt werden... (Immersions\xFCbersetzung)",subtitleLoading:"Laden von Untertiteln...",bilingual:"Zweisprachigkeit","field.action":"Ob Baidu-Terminologie aktiviert werden soll","description.action":"Wenn diese Funktion aktiviert ist, wird der Anfrage ein Parameter action=1 hinzugef\xFCgt, um Baidu \xFCber den aktivierten Begriff zu informieren. <1>Weitere Informationen finden Sie in der offiziellen Dokumentation.",closeQuickTranslation:"Hoverball schlie\xDFen","closeQuickTranslation.untilNext":"Diesmal geschlossen bis zum n\xE4chsten Besuch","closeQuickTranslation.currentWebsite":"Aktuelle Seite deaktiviert","closeQuickTranslation.alwaysClose":"dauerhaft deaktivieren","closeQuickTranslation.settingOpen":"(kann auf der <1>Einstellungsseite aktiviert werden)","closeQuickTranslation.cancel":"Stornierungen","closeQuickTranslation.confirm":"definieren.","floatBall.popup":"\xD6ffnen Sie das Panel Schnelleinstellungen","floatBall.translate":"Klicken Sie, um die Seite zu \xFCbersetzen","floatBall.showOriginal":"Klicken Sie, um zum Originalartikel zur\xFCckzukehren","floatBall.close":"Hoverball schlie\xDFen","floatBallOptions.enableDescPc":"Nach dem Aktivieren des Hoverballs wird auf der rechten Seite der Seite eine Schaltfl\xE4che f\xFCr die Schnell\xFCbersetzung angezeigt. Klicken Sie darauf, um zu \xFCbersetzen!","floatBallOptions.enableDesc":"Nachdem Sie den Hoverball ausgeschaltet haben, k\xF6nnen Sie ihn mit{touch}wieder aufrufen. Es wird dringend empfohlen, diese Einstellungsseite als Lesezeichen zu speichern, falls Sie den Hoverball nicht mehr finden k\xF6nnen, nachdem Sie diese Option versehentlich ausgeschaltet haben!","description.azureApiUrl":"Geben Sie die Adresse der benutzerdefinierten API-Schnittstelle ein",confirmSupportMouse:"Aktivierung der Mausunterst\xFCtzung erzwingen",confirmSupportMouseDescription:"Es wurde festgestellt, dass der aktuelle Browser die Mausfunktion nicht unterst\xFCtzt. Ist es notwendig, die Mausunterst\xFCtzung zu aktivieren?",sampleTargetText:"Die lange Nacht wird kommen, und ich werde von heute an bis zu meinem Tod Wache halten. Ich werde keine Frau nehmen, ich werde kein Lehen machen, ich werde keine Kinder haben. Ich werde keine Krone tragen, ich werde nicht nach Ehre streben. Ich werde meine Pflicht tun und leben und sterben.",sampleSourceText:"Night gathers, and now my watch begins. It shall not end until my death. I shall take no wife, hold no lands, father no children. I shall wear no crowns and win no glory. I shall live and die at my post.","subtitle.supportedSites":"\u5DF2\u652F\u6301\u5728\u8FD9\u4E9B\u7F51\u7AD9\u4F7F\u7528\u53CC\u8BED\u5B57\u5E55\uFF08\u6CE8\u610F\uFF1A\u7531\u4E8E\u6280\u672F\u9650\u5236\uFF0C\u90E8\u5206\u7F51\u7AD9\u5728\u9996\u6B21\u5F00\u542F\u5B57\u5E55\u540E\u9700\u8981\u91CD\u65B0\u5237\u65B0\u9875\u9762\uFF0C\u6216\u8005\u9700\u7B49\u5F85\u7FFB\u8BD1\u5B8C\u6210\u4EE5\u663E\u793A\u53CC\u8BED\u5B57\u5E55\uFF09\uFF1A",viewWithImmersiveTranslate:"\u53CC\u8BED\u7248\u672C(\u6C89\u6D78\u5F0F\u7FFB\u8BD1)",errorReason:"\u9519\u8BEF\u539F\u56E0\uFF1A{message}","proQuotaExceededError.onetime7day":'\uFF0C\u60A8\u53EF\u4EE5\u9009\u62E9\u4EE5\u4E0B\u65B9\u5F0F\u89E3\u51B3\uFF1A

1. \u5207\u6362\u5230 {anotherService} \u6216\u5176\u4ED6\u7FFB\u8BD1\u670D\u52A1
2. \u5347\u7EA7\u4E3A\u6708\u5EA6/\u5E74\u5EA6\u4F1A\u5458',"proQuotaExceededError.trial":'\uFF0C\u60A8\u53EF\u4EE5\u9009\u62E9\u4EE5\u4E0B\u65B9\u5F0F\u89E3\u51B3\uFF1A

1. \u5207\u6362\u5230 {anotherService} \u6216\u5176\u4ED6\u7FFB\u8BD1\u670D\u52A1
2. \u7ACB\u523B\u5347\u7EA7\u4E3A\u6B63\u5F0F\u4F1A\u5458',"proQuotaExceededError.nonTrial":'\uFF0C\u60A8\u53EF\u4EE5\u9009\u62E9\u4EE5\u4E0B\u65B9\u5F0F\u89E3\u51B3\uFF1A

1. \u5207\u6362\u5230 {anotherService} \u6216\u5176\u4ED6\u7FFB\u8BD1\u670D\u52A1
2. \u8D2D\u4E70 {translationService} \u989D\u5916\u6D41\u91CF\u5305',"proQuotaExceededError.resetTime":"
3. \u989D\u5EA6\u91CD\u7F6E\u65F6\u95F4\uFF1A{resetTime}","desc.touchShortcutsToggleTranslatePageOnlyTranslation":'"Nur \xDCbersetzung" bedeutet, dass nur die \xDCbersetzung angezeigt wird. Wenn eine Webseite noch nicht \xFCbersetzt wurde, wird der Modus gewechselt und \xFCbersetzt.',"desc.toggleOnlyTransation":'"Nur \xDCbersetzungsmodus" bedeutet, dass nur die \xDCbersetzung angezeigt wird. Wenn eine Webseite noch nicht \xFCbersetzt wurde, wird der Modus gewechselt und \xFCbersetzt.',touchShortcutsToggleTranslatePageOnlyTranslation:"Einstellen von Touchscreen-Gesten zum Wechseln zwischen Zweisprachig/Nur \xDCbersetzung Modus",download_started:"Der Download hat bereits begonnen, wenn er nicht automatisch heruntergeladen wird, klicken Sie bitte manuell.",here:"Hier","desc.toggleVideoSubtitlePreTranslation":"Nach dem Dr\xFCcken werden die zweisprachigen Untertitel des Videos vorrangig mit den Einstellungen der immersiven \xDCbersetzung verwendet. Wenn Sie erneut dr\xFCcken, werden vorrangig die maschinell \xFCbersetzten Untertitel des Originalvideos verwendet. Bitte beachten Sie: Diese Verkn\xFCpfung \xE4ndert die globalen Einstellungen.",videoSubtitlePreTranslationOn:"Videountertitel werden vorrangig mit immersiver \xDCbersetzung verwendet.",videoSubtitlePreTranslationOff:"Videounteritel werden vorrangig die maschinell \xFCbersetzten Untertitel des Originalvideos verwenden.",translationFont:"Schriftart einstellen","translationFont.custom":"Geben Sie benutzerdefinierte Schriftarten ein","translationFont.customPlaceholder":"Schriftart","translationFont.notSupportErrorMessage":"Bitte \xFCberpr\xFCfen Sie, ob der von Ihnen eingegebene Schriftartname korrekt ist, oder best\xE4tigen Sie, dass diese Schriftart bereits auf Ihrem Ger\xE4t installiert ist.","touch.mouse-translate":"\xDCbersetzen Sie den angegebenen Absatz.","translationServices.inherit":"Folgen Sie dem Haupt\xFCbersetzungsdienst","error.serveConfigError":"Dienstkonfigurationsfehler","error.reloadPageOfSetting":"Nach der Konfiguration, bitte aktualisieren Sie die Seite und \xFCbersetzen Sie erneut.","error.googleLimitIp":"Der Service gibt einen Fehler zur\xFCck, Google-Dienste haben die IP-Adresse gedrosselt, es wird empfohlen, den Netzwerkknoten zu wechseln.","error.openAIFreeLimit":"Der Service gibt einen Fehler zur\xFCck, die aktuelle \xDCbersetzungsanforderungsrate hat das Limit von maximal 3 Mal pro Minute erreicht, bitte versuchen Sie es sp\xE4ter erneut. (Dies ist eine Beschr\xE4nkung von OpenAI f\xFCr kostenlose API-Schl\xFCssel. Um diese Beschr\xE4nkung aufzuheben, binden Sie bitte eine Kreditkarte im OpenAI-Backend.)","error.openAIExceededQuota":"Dienst gibt Fehler zur\xFCck: Ihr aktuelles OpenAI-Konto hat nicht gen\xFCgend Guthaben. Bitte laden Sie Ihr Konto auf oder verkn\xFCpfen Sie eine Kreditkarte im offiziellen OpenAI-Backend.","error.429":"Der Service gibt einen Fehler zur\xFCck, was darauf hinweist, dass die Anfragen zu h\xE4ufig sind oder das Limit \xFCberschritten wurde. Bitte versuchen Sie es sp\xE4ter erneut.","error.403":"Der Service gibt einen Fehler zur\xFCck, vor\xFCbergehend besteht keine Berechtigung zum Zugriff auf diesen Service.","error.400":"Der Service gibt einen Fehler zur\xFCck, die Anforderungsparameter sind falsch, bitte \xFCberpr\xFCfen Sie die entsprechende Konfiguration.","error.502":"Der Service gibt einen Fehler zur\xFCck, der Service ist zeitlich \xFCberschritten, bitte versuchen Sie es sp\xE4ter erneut.","error.proTokenInvalid":"Wenn Sie ein Pro-Benutzer sind, melden Sie sich bitte an, bevor Sie den Pro-\xDCbersetzungsdienst nutzen.","error.proUpgrade":"Nach dem Upgrade, bitte aktualisieren Sie die Seite und \xFCbersetzen Sie erneut.","error.configError":"Konfigurationsdaten sind abnormal","error.goReset":"Zur\xFCcksetzen",batchEdit:"Massenoperation","translationModeLang.translation.title":"Nur \xDCbersetzungsmodus Sprache","translationModeLang.translation.description":"Wenn die Seitensprache eine der folgenden Sprachen ist, wird automatisch nur der \xDCbersetzungsmodus verwendet.","translationModeUrl.translation.title":"Nur \xDCbersetzungsmodus-Webadresse","translationModeUrl.translation.description":"Wenn die Website die folgenden Domains hat, wird automatisch nur der \xDCbersetzungsmodus verwendet.","error.serveUnavailable":"Der von Ihnen derzeit verwendete [{serverName}] Dienst ist aufgrund von Netzwerkverbindungsproblemen oder Problemen mit dem Dienstanbieter vor\xFCbergehend nicht erreichbar. Wir empfehlen Ihnen, die Seite zu aktualisieren oder \xFCber <1>Einstellungen einen anderen \xDCbersetzungsdienst auszuw\xE4hlen. Wenn Sie ein <2>Pro-Mitglied sind, k\xF6nnen Sie den stabileren DeepL oder OpenAI \xDCbersetzungsdienst nutzen (<3>klicken Sie hier, um es kostenlos auszuprobieren). Dar\xFCber hinaus sollten Sie m\xF6glicherweise Ihre Netzwerk- oder Proxy-Einstellungen \xFCberpr\xFCfen.",detectServiceLoading:"\xDCberpr\xFCfung der verf\xFCgbaren \xDCbersetzungsdienste...",toggleToService:"Wechseln Sie zu {service} und versuchen Sie es erneut.","error.gemini.429":"Der aktuelle Gemini-Dienst hat seine maximale Kapazit\xE4t erreicht. Bitte versuchen Sie es sp\xE4ter erneut oder wechseln Sie zu einem anderen \xDCbersetzungsdienst.",enableSentryReport:"Wenn ein Fehler bei der Erweiterung auftritt, senden Sie Feedback mit Sentry.","translationServices.gemini":"Zwillinge","widget.translateFile":"PDF/ePub","error.reason":"Fehlergrund","floatBall.iKnow":"Ich wei\xDF.",goLogin:"Anmelden gehen","error.retry":"Wiederholen",touchShortcutsOff:"schlie\xDFen",pickAll:"Alles ausw\xE4hlen",notLogin:"Nicht angemeldet","slide.left":"Nach rechts wischen",loggedIn:"Eingeloggt","slide.right":"Nach links wischen",shortcutSettingsTitle:"Tastenkombination Einstellungen","tagsInput.add":"+ Hinzuf\xFCgen","subtitle.bilingual":"Zweisprachige Untertitel","multipleClick.2":"Doppelklick","shortcutGroup.touch":"Gesten speziell f\xFCr Touchscreens",alwaysTranslateThisSite:"Immer diese Website \xFCbersetzen",buildSnapshots:"Erstellen Sie ein Webseiten-Snapshot",networkError:"\xDCbersetzungsdienst oder Netzwerk hat ein Problem",neverTranslateThisSite:"\xDCbersetzen Sie diese Website niemals",translationOnlyMode:"Nur \xDCbersetzungsmodus","subtitle.hideQuickButton":"Nicht mehr diese Verkn\xFCpfung anzeigen","subtitle.showQuickButton":"Im Player werden Untertitel in zwei Sprachen angezeigt.","multipleClick.3":"Dreifachschlag","intro.subtitleTitle":"Online-Video-Zweisprachige Untertitelanzeige","shortcutGroup.main":"H\xE4ufig verwendete Funktionstastenkombinationen",temprarilyChangeTranslationTo_openai:"Verwendet OpenAI zum \xDCbersetzen der aktuellen Seite",shortcutSettings:"Tastenkombination","shortcutGroup.others":"Mehr benutzerdefinierte Funktionstastenkombinationen","intro.floatBallTitle":"Schnelle \xDCbersetzung Schwebekugel","widget.videoSubtitle":"Videountertitel",contact:"Kontaktieren Sie uns",mouseHoverCustomKeyTitle:"Benutzerdefinierte Maus-Hover-Tastenkombination",temprarilyChangeTranslationTo_gemini:"Verwenden von Gemini, um die aktuelle Seite zu \xFCbersetzen","browser.translateInputBox":"\xDCbersetzen Sie den aktuellen Inhalt des Eingabefelds.","multipleClick.4":"Vierfachschlag","browser.translateWithDeepL":"Vor\xFCbergehende Verwendung von DeepL zur \xDCbersetzung der aktuellen Seite",notLoginPro:"Sie haben sich noch nicht in Ihr Mitgliedskonto eingeloggt.",touchShortcutsToggleTranslateTouchElement:"Einstellen von Touchscreen-Gesten zum \xDCbersetzen bestimmter Abs\xE4tze","widget.instructionTooltip":"Anleitung anzeigen","browser.translateWithTransmart":"Verwenden Sie vor\xFCbergehend Tencent, um die aktuelle Seite zu \xFCbersetzen.",temprarilyChangeTranslationTo_google:"Verwenden Sie Google \xDCbersetzer, um diese Seite zu \xFCbersetzen.","shortcutGroup.shortcutsForTranslationServices":"\xDCbersetzungsdienst verwandte Tastenkombinationen",temprarilyChangeTranslationTo_deepl:"Verwenden von DeepL, um die aktuelle Seite zu \xFCbersetzen.","widget.instruction":"Gebrauchsanweisung","browser.translateWithOpenAI":"Vor\xFCbergehende Verwendung von OpenAI zum \xDCbersetzen der aktuellen Seite","intro.hoverTitle":"\xDCbersetzen Sie den aktuellen Absatz, indem Sie die Maus dar\xFCber schweben lassen.","browser.toggleMouseHoverTranslateDirectly":"Auf der Seite das direkte \xDCbersetzen durch Mouseover tempor\xE4r aktivieren oder deaktivieren","floatBall.longPress":"Durch langes Dr\xFCcken k\xF6nnen Sie das Einstellungsmen\xFC schnell \xF6ffnen.",temprarilyChangeTranslationTo_transmart:"Verwendet gerade Tencent \xDCbersetzung f\xFCr die aktuelle Seite.","floatBall.guideClickToTranslate":`Klicken Sie auf die immersive \xDCbersetzungsschwebekugel f\xFCr eine schnelle \xDCbersetzung`,"subtitle.autoDisableSubtitle":"Nicht automatische Aktivierung von zweisprachigen Untertiteln",touchShortcutsToggleTranslationMask:"Einstellen von Touchscreen-Gesten zum Anzeigen der \xDCbersetzungsabdeckung / Anzeigen des Originaltexts","widget.translateFileTooltip":"\xDCbersetzen Sie PDF, EPUB, SRT, ASS, HTML und TXT Dokumente",touchShortcutsToggleTranslatePage:"Stellen Sie Touchscreen-Gesten ein, um Webseiten zu \xFCbersetzen / den Originaltext anzuzeigen.","shortcutGroup.mouse":"Mauszeiger Hover Tastenkombination Konfiguration","browser.translateWithBing":"Verwenden Sie vor\xFCbergehend Microsoft Translate, um die aktuelle Seite zu \xFCbersetzen.","browser.translateWithGoogle":"Vor\xFCbergehende Verwendung von Google \xDCbersetzer f\xFCr die aktuelle Seite","widget.videoSubtitleTooltip":"Unterst\xFCtzt Youtube und {count}+ weitere Videowebsites",paragraphMinTextCountField:"Die Mindestanzahl an Zeichen, die f\xFCr die \xDCbersetzung eines Absatzes ben\xF6tigt wird","neverTranslateText.title":"Die folgenden W\xF6rter bleiben im Originaltext und werden nicht \xFCbersetzt.","browser.toggleVideoSubtitlePreTranslation":"Wechseln Sie zu zweisprachigen Untertiteln und verwenden Sie vorzugsweise immersive \xDCbersetzungseinstellungen.","error.subscriptionExpiredTitle":"Die Mitgliedschaft ist abgelaufen.",temprarilyChangeTranslationTo_bing:"Verwendet gerade Microsoft \xDCbersetzer, um die aktuelle Seite zu \xFCbersetzen.","description.baiduField":"Unterst\xFCtzte Bereiche siehe <1>hier, wenn leer bedeutet dies, dass kein Bereich angegeben ist.","error.subscriptionExpired":"Ihr Mitgliedschaft k\xF6nnte abgelaufen sein, bitte \xFCberpr\xFCfen Sie Ihren Mitgliedsstatus.","desc.mouseHoverHoldKey":"Wenn die Maus \xFCber einem Absatz schwebt und gleichzeitig die rechte Shortcut-Taste gedr\xFCckt wird, kann der Absatz direkt \xFCbersetzt werden.",upgradeToProErrorTitle:"Bitte aktualisieren Sie auf Pro-Mitgliedschaft, um diesen \xDCbersetzungsdienst zu nutzen.","browser.translateWithGemini":"Verwenden Sie vor\xFCbergehend Gemini, um die aktuelle Seite zu \xFCbersetzen.",confirmResetToDefaultSettings:"M\xF6chten Sie diesen \xDCbersetzungsdienst wirklich auf die Standardeinstellungen zur\xFCcksetzen? (Nur die Einstellungen des aktuellen \xDCbersetzungsdienstes werden zur\xFCckgesetzt)","desc.touchShortcutsToggleTranslateTouchElement":"Definieren Sie eine Geste und Sie k\xF6nnen jeden Abschnitt \xFCbersetzen, in dem Sie sich befinden.",shortcutDisableTooltip:"Bitte stellen Sie dies auf der Erweiterungs-Shortcut-Verwaltungsseite Ihres Browsers ein. Weitere Anleitungen finden Sie in den Anweisungen oben auf dieser Seite.",paragraphMinTextCountDesc:"Achtung, hier ist die Zeichenl\xE4nge gemeint, zum Beispiel: hello hat 5 Zeichen, das Einstellen eines gr\xF6\xDFeren Werts kann unn\xF6tige \xDCbersetzungen kleiner Abschnitte reduzieren.","desc.touchShortcutsToggleTranslationMask":"\xDCbersetzungsmaske bezieht sich auf den unscharfen Effekt im \xDCbersetzungsstil (Lernmodus). Nach der Aktivierung wird der unscharfe Effekt vor\xFCbergehend auf die \xDCbersetzung angewendet, was das Lernen erleichtert.","desc.interfaceLanguage":"Die Einstellung der Benutzeroberfl\xE4chensprache beeinflusst die Anzeigesprache des Bedienfelds und hat nichts mit der Zielsprache der \xDCbersetzung zu tun.","subtitle.showQuickButtonDescription":"Im unteren rechten Eck des Videoplayers wird eine Verkn\xFCpfung zum Aktivieren von zweisprachigen Untertiteln bereitgestellt.","desc.toggleTranslateTheWholePage":"\xDCbersetzen Sie den gesamten Bereich der Seite. Standardm\xE4\xDFig \xFCbersetzen wir den Hauptbereich der Seite. Sie k\xF6nnen diese Tastenkombination verwenden, um speziell den gesamten Bereich der Seite zu \xFCbersetzen.",mouseHoverCustomKeyDescription:"Sie k\xF6nnen eine benutzerdefinierte Kombination von Tastenk\xFCrzeln f\xFCr die Mauszeiger-Hover erstellen, wie zum Beispiel: Alt+Z, Ctrl+E, Cmd+Alt+E oder direkt Cmd, bitte geben Sie manuell ein.","contact.description":"Wenn Sie Fragen oder Vorschl\xE4ge haben, f\xFCllen Sie bitte das untenstehende Formular aus, um uns zu kontaktieren, oder senden Sie eine E-Mail an {email}. Wir werden Ihnen so schnell wie m\xF6glich antworten.","desc.toggleTranslateTheMainPage":"\xDCbersetzen Sie nur den Hauptbereich der Seite. Wenn Sie in den erweiterten Einstellungen die \xDCbersetzung des gesamten Seitenbereichs aktiviert haben, k\xF6nnen Sie diese Tastenkombination verwenden, um speziell den Hauptbereich der Seite zu \xFCbersetzen.","desc.toggleMouseHoverTranslateDirectly":"Nach dem Dr\xFCcken dieser Tastenkombination wird auf der Seite jeder Textabschnitt, auf den die Maus zeigt, automatisch \xFCbersetzt. Dr\xFCcken Sie die Tastenkombination erneut, um diese automatische \xDCbersetzungsfunktion zu deaktivieren.",translationOnlyModeDescription:'"\xDCbersetzungsmodus" bedeutet, dass nur die \xDCbersetzung angezeigt wird, nicht der Standard-Zweisprachenmodus. Bitte beachten Sie: Aufgrund technischer Einschr\xE4nkungen werden Hyperlinks im Originaltext im \xDCbersetzungsmodus deaktiviert.',"intro.floatBallDescription":"Nach der Aktivierung wird auf der rechten Seite der Seite eine Schnell\xFCbersetzungsschaltfl\xE4che angezeigt. Klicken Sie darauf, um zu \xFCbersetzen, und klicken Sie erneut, um zum Originaltext zur\xFCckzukehren. Auf dem Mobilger\xE4t k\xF6nnen Sie durch langes Dr\xFCcken auf den schwebenden Ball das Schnelleinstellungsfenster \xF6ffnen.","desc.touchShortcutsToggleTranslatePage":"Nach der Einstellung k\xF6nnen Sie beim Bewegen des Ger\xE4ts gleichzeitig mit X Fingern auf den Bildschirm tippen, nach links oder rechts wischen oder kontinuierlich tippen, um die \xDCbersetzung der Webseite / Anzeige des Originaltexts auszul\xF6sen.","intro.hoverDescription":"Die \xDCbersetzung beim \xDCberfahren mit der Maus ist eine sehr wichtige Funktion in der immersiven \xDCbersetzung. Sie m\xFCssen nur die Maus auf den Absatz legen und gleichzeitig die festgelegte Tastenkombination dr\xFCcken, um den aktuellen Absatz automatisch zu \xFCbersetzen (Hinweis: Standardm\xE4\xDFig ist dies nicht aktiviert, bitte stellen Sie es unten ein). Diese Interaktion dient als bessere Alternative zur Wortmarkierungs\xFCbersetzung. Dar\xFCber hinaus wird diese Funktion auch h\xE4ufig in Bereichen eingesetzt, die nicht erkannt werden k\xF6nnen. Sie k\xF6nnen diese Funktion nutzen, um jeden Absatz zu \xFCbersetzen.","neverTranslateText.description":"Aufgrund der unzureichenden Erkennung von Eigennamen durch einige \xDCbersetzungsmaschinen k\xF6nnen Sie hier W\xF6rter hinzuf\xFCgen, um sicherzustellen, dass sie w\xE4hrend des \xDCbersetzungsprozesses nicht konvertiert werden. Bitte beachten Sie, dass diese Funktion Gro\xDF- und Kleinschreibung unterscheidet und nur Sprachen mit durch Leerzeichen getrennten W\xF6rtern (wie Englisch, Franz\xF6sisch) unterst\xFCtzt, nicht jedoch f\xFCr Sprachen wie Japanisch, Koreanisch usw. geeignet ist.","intro.subtitleDescription":"Nach Aktivierung dieser Funktion werden beim Abspielen von Videos automatisch zweisprachige Untertitel angezeigt. Wenn diese Funktion nicht aktiviert ist, m\xFCssen Sie auf der Seite manuell auf die \xDCbersetzungsschaltfl\xE4che klicken, um Untertitel anzuzeigen. Bitte beachten Sie, dass aufgrund technischer Einschr\xE4nkungen einige Websites m\xF6glicherweise die Seite aktualisieren oder auf die Fertigstellung der \xDCbersetzung warten m\xFCssen, bevor zweisprachige Untertitel angezeigt werden k\xF6nnen. (Dar\xFCber hinaus k\xF6nnen Sie auch das Schnellzugriffsfeld f\xFCr immersive \xDCbersetzungen in der oberen rechten Ecke \xF6ffnen/schlie\xDFen, nachdem Sie die Videowebsite ge\xF6ffnet haben.)

Derzeit wird die Verwendung von zweisprachigen Untertiteln auf diesen Websites unterst\xFCtzt:",geminiWarning:"Achtung: Der kostenlose Service von Google Gemini ist streng begrenzt und Google k\xF6nnte feststellen, dass Benutzer mehrere Schl\xFCssel verwenden, um ihre kostenlose Kontingentbeschr\xE4nkung zu umgehen. Es wird nicht empfohlen, ihn zu verwenden. Es wird empfohlen, auf die zuk\xFCnftige \xD6ffnung der kostenpflichtigen Gemini-Schnittstelle von Google zu warten.","floatBall.setting":"Einstellung","floatBall.file":"\xDCbersetzen Sie PDF, EPUB, SRT, ASS, HTML, TXT-Dateien","floatBall.translateToLanguage":"Klicken Sie auf \xDCbersetzen in {language}",changeToOnlyTempTranslationMode:"Umschalten, um nur \xDCbersetzungen anzuzeigen",changeToDualTempTranslationMode:"Umschalten auf zweisprachige \xDCbersetzung","options.navbar.translateFile":"\xDCbersetzen Sie das Dokument","options.navbar.installApp":"Installieren Sie die Handy-App","transitionMode.dual":"Zweisprachiger Vergleich","transitionMode.inherit":"Bleiben Sie konsistent mit dem Standardanzeigemodus des Systems.","subtitle.transitionModeDescription":"Stellen Sie die Video-Untertitel auf zweisprachigen Vergleich oder nur \xDCbersetzungsmodus ein.","subtitle.transitionMode":"Videounteritel zweisprachig / Nur \xDCbersetzungseinstellungen","transitionMode.translation":"Nur \xDCbersetzung",translateFileTooltip:`\xDCbersetzen Sie PDF, ePub, srt, ass, HTML, TXT-Dateien`,"description.subtitlePrompt":`In Untertitelszenarien, wenn mehrere Abs\xE4tze gesendet werden, wird die Konversation im Namen des Benutzers an {service} gesendet, wobei {{from}} die Sprache des Absatzes darstellt, {{to}} die Zielsprache darstellt, {{yaml}} ist der Absatzinhalt, den wir im yaml-Format verpackt haben. Wenn Sie eine benutzerdefinierte Aufforderung ben\xF6tigen, m\xFCssen Sie sicherstellen, dass jeder Artikel in den YAML-Ergebnissen der AI-Antwort das Feld {env.imt_sub_trans_field} enth\xE4lt. {{imt_sub_trans_field}} ist der Name des \xDCbersetzungsfeldes, das wir von der AI-Antwort erwarten, der Standard ist: {env.imt_sub_trans_field}, {{imt_sub_source_field}} ist der Name des Originaltextfeldes, das wir an die AI \xFCbergeben, der Standard ist: {env.imt_sub_source_field}, Beispiel Ergebnis: @@ -5057,7 +5057,7 @@ ass, HTML, TXT-Dateien`,"description.subtitlePrompt":`In Untertitelszenarien, we - id: 1 {env.imt_trans_field}: \xDCbersetzung - id: 2 - {env.imt_trans_field}: \xDCbersetzung`,"subtitle.quickButton.red":"Rot","subtitle.quickButton.blue":"Blau","subtitle.quickButton.magenta":"Magenta","translationServices.claude":"Claude","subtitle.quickButton.white":"Wei\xDF","subtitle.quickButton.translationPositionBottom":"\u539Ftext unten","subtitle.quickButton.yellow":"Gelb","subtitle.quickButton.cyan":"Blau","subtitle.quickButton.green":"Gr\xFCn","subtitle.quickButton.backgroundOpacity":"Hintergrundunsch\xE4rfe","subtitle.quickButton.translationPosition":"\xDCbersetzungsposition","subtitle.quickButton.translationTextColor":"\xDCbersetzungsschriftfarbe","subtitle.quickButton.sourceFontSize":"Originalschriftgr\xF6\xDFe","subtitle.quickButton.translationFontSize":"\xDCbersetzungs-Schriftgr\xF6\xDFe","subtitle.quickButton.sourceTextColor":"Urspr\xFCngliche Schriftfarbe","subtitle.quickButton.black":"Schwarz","subtitle.quickButton.backgroundColor":"Hintergrundfarbe","subtitle.quickButton.setting":"Einstellung","subtitle.quickButton.translationPositionTop":"Oben im Originaltext",attachSubtitleTranslating:"Verwenden Sie {service} zur \xDCbersetzung...","error.claude.403":"Keine Berechtigung zum Zugriff auf den Dienst, m\xF6glicherweise im Zusammenhang mit den regionalen Einschr\xE4nkungen von Claude. Sie k\xF6nnen versuchen, Ihre IP-Adresse zu wechseln, oder andere \xDCbersetzungsdienste nutzen.","browser.brandDescriptionForSafari":"\u3010Immersive \xDCbersetzung\u3011Ein kostenloses zweisprachiges Webseiten-\xDCbersetzungs-Plugin (Originaltext/\xDCbersetzung), das gleichzeitig PDF-\xDCbersetzung und EPUB-E-Book-\xDCbersetzung unterst\xFCtzt und das Originaldokumentenlayout beibeh\xE4lt, Youtube/Netflix und andere Online-Video-Zweisprachen-Untertitel-\xDCbersetzung, Unterst\xFCtzung f\xFCr Deepl/Google und andere Mainstream-\xDCbersetzungsdienste;","browser.textTranslate":"Text\xFCbersetzung","browser.PdfProFile":"Von KI angetriebene PDF Pro \xDCbersetzung"};var Cb={nologin:"no conectado",loginForSafari:"Iniciar sesi\xF3n o registrarse",login:"Iniciar sesi\xF3n para abrir una cuenta",manageAccount:"Cuentas gestionadas",openPremium:"Afiliaci\xF3n abierta",logout:"abortar",curentPlan:"Paquetes actuales",endAt:"caducidad",endAuto:"renovaci\xF3n autom\xE1tica",lineBreakMaxTextCount:"N\xFAmero m\xE1ximo de caracteres permitidos por frase despu\xE9s de los saltos de l\xEDnea","translate-pdf":"Haga clic para traducir PDF","noSupportTranslate-pdf":"Script no soportado por favor use plugin","translate-firefox-local-pdf":"Haga clic para ir a Importar PDF",enableLineBreak:"Activar el salto de l\xEDnea autom\xE1tico para p\xE1rrafos largos",sponsorLabel:"1 $ Desarrolladores patrocinados",help:"mano",browserShortcutsNoteForFirefox:"Para cambiar los accesos directos en Firefox, tienes que abrir la p\xE1gina de gesti\xF3n de extensiones `about:addons`, luego hacer clic en `Settings`, y despu\xE9s en `Manage Shortcuts` para configurar los accesos directos.",browserShortcutsNoteForChrome:"Para modificar los accesos directos en Chrome, tienes que abrir la p\xE1gina de gesti\xF3n de extensiones, establecerlos en el panel `Manage Shortcuts` (`chrome://extensions/shortcuts`), y hacer clic en el bot\xF3n de abajo para saltar a la p\xE1gina de gesti\xF3n de accesos directos.",browserShortcutsSucks:"Los accesos directos personalizados tienen el siguiente formato (no se reconoce autom\xE1ticamente, introd\xFAzcalo directamente)\uFF1A",enableLineBreakDescription:"Si est\xE1 activada, se insertar\xE1n saltos de l\xEDnea al final de cada frase en los p\xE1rrafos largos para facilitar su lectura.","browser.shortBrandName":"Traducci\xF3n por inmersi\xF3n","browser.brandName":"Immersion Translation: Traducci\xF3n biling\xFCe de p\xE1ginas web y documentos PDF","browser.brandDescription":"Bilingual web page translation, also supports PDF translation, bilingual Epub eBook translation, free to use.","browser.toggleTranslatePage":"Traducir p\xE1gina/visualizar texto original","browser.toggleTranslateTheWholePage":"Traducir todas las \xE1reas de la p\xE1gina/visualizar el texto original","browser.toggleOnlyTransation":"Cambiar al modo biling\xFCe/solo texto traducido","browser.toggleTranslateToThePageEndImmediately":"Traducci\xF3n inmediata al final de la p\xE1gina/visualizaci\xF3n del texto original","browser.toggleTranslateTheMainPage":"Traducir el \xE1rea principal de la p\xE1gina/visualizar el texto original","browser.shareToDraft":"Compartir p\xE1ginas biling\xFCes","browser.openOptionsPage":"Abrir la p\xE1gina de configuraci\xF3n","browser.toggleTranslationMask":"Mostrar/ocultar el efecto de desenfoque de traslaci\xF3n","browser.translateLocalPdfFile":"Traducir archivos PDF locales","browser.openEbookViewer":"Leer libros electr\xF3nicos locales","browser.openEbookBuilder":"Creaci\xF3n de eBooks EPUB biling\xFCes","browser.translateLocalHtmlFile":"Traducir archivos HTML/txt","browser.donateContext":"M\xE1s informaci\xF3n sobre las ventajas del patrocinio","browser.translateLocalSubtitleFile":"Traducir archivos de subt\xEDtulos locales",confirmResetConfig:"\xBFEst\xE1s seguro de que quieres restablecer la configuraci\xF3n?",translationLineBreakSettingTitle:"Ajuste del salto de l\xEDnea de traducci\xF3n",smartLineBreak:"alimentaci\xF3n de l\xEDnea inteligente (inform\xE1tica)",alwaysLineBreak:"Siempre avance de l\xEDnea",isShowContextMenu:"A\xF1adir p\xE1ginas traducidas a los elementos del men\xFA contextual",toggleBeta:"Activaci\xF3n de las funciones de prueba beta",betaDescription:"Habilita funciones que a\xFAn son experimentales, as\xED como un servicio de traducci\xF3n en beta. \xDAnete al <1>grupo de Telegram para obtener m\xE1s informaci\xF3n.",translationLineBreakSettingDescription:"Los saltos de l\xEDnea siempre son ordenados para las p\xE1ginas con menos contenido. (Utilice saltos de l\xEDnea inteligentes en p\xE1rrafos largos con mucho contenido (m\xE1s de{count}caracteres) para ahorrar espacio).",tempTranslateDomainTitle:"Duraci\xF3n de la conexi\xF3n temporal de la traducci\xF3n del sitio web",tempTranslateDomainDescription:"Al traducir manualmente una p\xE1gina web, active temporalmente el sitio web para la traducci\xF3n autom\xE1tica, y puede establecer la duraci\xF3n temporal.",xMinutes:"{count} minutos",disabled:"prohibir el uso de algo",changelog:"Registro de actualizaci\xF3n",toggleTranslatePageWhenThreeFingersOnTheScreen:"Tocar la pantalla con varios dedos simult\xE1neamente traduce p\xE1ginas web/visualiza el texto original",toggleTranslationMaskWhenThreeFingersOnTheScreen:"El toque con varios dedos muestra/oculta el efecto de desenfoque.",fingerCountToToggleTranslagePageOnlyTranslationWhenTouching:"Varios dedos tocando la pantalla al mismo tiempo traducen la p\xE1gina web (s\xF3lo traducci\xF3n)/visualizan el texto original.",addUrlDescription:"Puede ser un nombre de dominio y tambi\xE9n admite comodines, por ejemplo\uFF1A*.google.com, google.com/mail/*, https://www.google.com/*",general:"Ajustes b\xE1sicos",clickToExpandConfig:"Ampliar la configuraci\xF3n actual",import:"Importar desde archivo",export:"Exportar a archivo",toggleDebug:"Imprime el registro de depuraci\xF3n en la consola","fingers.0":"coagulaci\xF3n","fingers.2":"toque con dos dedos","fingers.3":"toque con tres dedos","fingers.4":"toque con cuatro dedos","fingers.5":"toque con cinco dedos",mouseHoldKey:"+ {key} traducir/restaurar el p\xE1rrafo",mouseHoldKeyAuto:"Traducci\xF3n directa del p\xE1rrafo",mouseHoldKeyOff:"No hagas nada.",mouseHoldKeyOther:"Atajos personalizados (abrir ajustes)",mouseHoldKeyCustomKey:"{key} Traducci\xF3n/reducci\xF3n del p\xE1rrafo",mouseHoverHoldKey:"Traduce p\xE1rrafos pulsando la tecla de acceso directo mientras pasas el rat\xF3n por encima.","mouse-translate":"al pasar el rat\xF3n",document:"Archivo (inform\xE1tico)",resetSuccess:"Restablecer todos los ajustes correctamente",resetThisSuccess:"Restablecimiento correcto",saved:"Salvar con \xE9xito",successImportConfig:"Configuraci\xF3n importada correctamente",goAdvancedSettings:"Vaya a la p\xE1gina de configuraci\xF3n avanzada",goAdvancedInterfaceSettings:"Vaya a la p\xE1gina Configuraci\xF3n avanzada de personalizaci\xF3n",advanced:"Ajustes avanzados",advancedDescription:"Por lo general, no es necesario realizar ning\xFAn ajuste, basta con dejarlo por defecto. S\xF3lo para usuarios m\xE1s especializados, hay disponibles ajustes m\xE1s personalizados.",developer:"Ajustes de desarrollador",donateCafe:"precios","translate to the bottom of the page":"\xBFSe traslada al final de la p\xE1gina inmediatamente despu\xE9s de entrar en ella?",feedback:"Preguntas",toggleTranslatePage:"Traducir p\xE1gina/visualizar texto original",translateToThePageEndImmediatelyDescription:"Si la activas, el contenido se traducir\xE1 inmediatamente desde la parte superior a la inferior de la p\xE1gina a medida que entras en ella. Si lo desactiva, se traducir\xE1 a medida que lea. (No recomendado)","translate all areas of the page":"Traducir o no todas las \xE1reas de la p\xE1gina",translationAreaDescription:"Activado, se traducen todas las \xE1reas de toda la p\xE1gina web. Si se desactiva, se utiliza el reconocimiento inteligente predeterminado y s\xF3lo se traducen las \xE1reas principales. (No se recomienda activarlo)","the number of characters to be translated first":"Traduzca directamente los primeros caracteres de la p\xE1gina sin esperar a desplazarse hasta el \xE1rea de visualizaci\xF3n","interface language":"lenguaje de interfaz","display both the original text and the translation":"Visualizaci\xF3n simult\xE1nea del original y la traducci\xF3n","keyboard shortcuts":"Atajos de teclado",modify:"Modificar las teclas de acceso directo",reset:"revisi\xF3n",close:"coagulaci\xF3n",homepage:"p\xE1gina de inicio",more:"m\xE1s",moreOptions:"M\xE1s opciones de personalizaci\xF3n",translateTheWholePage:"Traducir todas las \xE1reas de la p\xE1gina (a diferencia de reconocer inteligentemente las \xE1reas principales)",changeToTranslateTheWholePage:"Cambiar para traducir todas las regiones",changeToTranslateTheMainPage:"Cambiar al \xE1rea principal de traducci\xF3n",changeToOnlyTranslationMode:"Mostrar s\xF3lo traducciones",changeToDualTranslationMode:"Cambiar a traducci\xF3n biling\xFCe",translateToThePageEndImmediately:"Traducci\xF3n inmediata al final de la p\xE1gina",translateTheMainPage:"Traducci\xF3n inteligente Regiones clave","The local rules are up to date":"Las normas locales de adaptaci\xF3n est\xE1n actualizadas.","Successfully synchronized with the latest official rules:":"Sincronizado con \xE9xito con las \xFAltimas normas oficiales de adaptaci\xF3n.","Checking for updates":"Comprobaci\xF3n de actualizaciones","Rules are being synchronized":"Sincronizaci\xF3n de las normas de adaptaci\xF3n",localVersionIsTooOld:"La versi\xF3n de la extensi\xF3n local es demasiado antigua, por favor actualice la extensi\xF3n a {minVersion} o m\xE1s reciente antes de intentar sincronizar.",badUserscriptBrowser:"El navegador actual no implementa correctamente la interfaz de la <1>extensi\xF3n Grease Mon key (por ejemplo, para obtener informaci\xF3n sobre el n\xFAmero de versi\xF3n del propio script Grease Monkey), por favor, utilice otros navegadores <1>compatibles con la extensi\xF3n Grease Monkey, como Firefox.",foundNewVersion:"Descubra la nueva versi\xF3n",theLocalExtensionIsUpToUpdate:"La extensi\xF3n actual est\xE1 al d\xEDa.",failToSyncRules:"No sincronizaci\xF3n de las \xFAltimas normas de adaptaci\xF3n",retry:"Pulse aqu\xED para volver a intentarlo",failedReason:"Razones del fracaso",currentRuleVersion:"Versi\xF3n actual de la norma",calculating:"c\xE1lculos",unknownError:"error desconocido",canNotFetchRemoteRule:"No se pueden obtener reglas remotas",enableAlphaSuccess:"Alfa activado",disableAlphaSuccess:"Se ha desactivado la funci\xF3n Alfa",cacheSize:"Tama\xF1o de la cach\xE9\uFF1A",cleaning:"en proceso de liquidaci\xF3n",cleanCache:"borrar la cach\xE9",options:"establecer",about:"con respecto a",service:"servicio de interpretaci\xF3n",needAction:"(Ir a Ajustes)",goSettings:"seguir adelante y configurar",needActionForOptions:"(por establecer)",translationEngine:"Opciones de motor",sourceLanguage:"Idioma original",target:"lengua de llegada",popupSourceLanguage:"Idioma original",popupTarget:"lengua de llegada",popupService:"servicio de interpretaci\xF3n",forThisSite:"P\xE1gina web actual",autoEnableSubtitle:"Activa autom\xE1ticamente los subt\xEDtulos biling\xFCes",alwaysTranslate:"Traduzca siempre",neverTranslate:"Nunca traduzca",alwaysTranslateSomeLanguage:"Traduzca siempre {language}",neverTranslateSomeLanguage:"Nunca traduzca {language}",alwaysTranslateSomeSite:"Traduzca siempre {hostname}",neverTranslateSomeSite:"Nunca traduzca {hostname}",alwaysTranslateSomeSiteOrWildSite:"Traduzca siempre el sitio",alwaysTranslateSomePage:"Traducir siempre la p\xE1gina",add:"aumentar",default:"por defecto (ajuste)",forThisLanguage:"Para este idioma\uFF1A","add url":"Introducir URL",edit:"compilador","translate other languages into specific language":"Traduce otros idiomas a tu idioma","select translation service":"Seleccione un servicio de traducci\xF3n",language:"multiling\xFCismo","show-original":"Mostrar texto original",translate:"renderizaci\xF3n",Translated:"traducido",Translating:"en traducci\xF3n",Error:"incorrecto",allowCacheTranslations:"Activar la cach\xE9 de traducci\xF3n local (para reducir las solicitudes de traducci\xF3n de pasajes duplicados)","translation display":"Estilo de visualizaci\xF3n de la traducci\xF3n","select diplay style":"Distinguir entre los estilos de traducci\xF3n, con referencia espec\xEDfica a los siguientes ejemplos",interface:"Ajustes de interfaz",import_export:"Importaci\xF3n y exportaci\xF3n",import_export_title:"Configuraci\xF3n de importaci\xF3n/exportaci\xF3n",syncToGoogleDrive:"Sincronizar con Google Drive ahora",floatBallOptions:"Ajustes de la Hoverball","floatBallOptions.enable":"Habilitar Hoverball","floatBallOptions.blockUrls":"Desactivar el sitio web","floatBallOptions.add":"aumentar","floatBallOptions.blockUrlDesc":"Las Hoverballs no se muestran cuando se encuentran los siguientes sitios web","floatBallOptions.clickType":"comportamiento al hacer clic","floatBallOptions.clickTypeDesc":"Comportamiento del icono Hoverball al hacer clic","floatBallOptions.clickPopup":"Mostrar panel de traducci\xF3n","floatBallOptions.clickTranslate":"Traducci\xF3n/visualizaci\xF3n del texto original","floatBallOptions.fixedPosition":"\u56FA\u5B9A\u4F4D\u7F6E","floatBallOptions.fixedPositionDesc":"\u60AC\u6D6E\u7403\u5728\u7A97\u53E3\u5DE6\u4FA7\u8FD8\u662F\u53F3\u4FA7","floatBallOptions.fixedPositionLeft":"\u5DE6\u4FA7","floatBallOptions.fixedPositionRight":"\u53F3\u4FA7",previewAllThemes:"Vista previa de todos los estilos","translationTheme.none":"no tener","translationTheme.grey":"gris oscuro","translationTheme.dashed":"subrayado punteado","translationTheme.dotted":"gui\xF3n bajo punteado","translationTheme.dashedBorder":"borde punteado","translationTheme.solidBorder":"borde s\xF3lido","translationTheme.underline":"Subrayar l\xEDneas rectas","translationTheme.mask":"Efectos difusos (modos de aprendizaje)","translationTheme.opacity":"efecto de transparencia","translationTheme.paper":"Efecto sombra de papel blanco","translationTheme.dividingLine":"l\xEDnea divisoria","translationTheme.highlight":"alto brillo","translationTheme.marker":"marcador (palabra de pr\xE9stamo)","translationTheme.marker2":"Marcador 2","translationTheme.blockquote":"Estilos de referencia","translationTheme.weakening":"debilitamiento","translationTheme.italic":"tipo de letra inclinado","translationTheme.bold":"espesar","translationTheme.thinDashed":"subrayado de l\xEDnea discontinua fina","translationTheme.nativeDashed":"El sistema viene con un subrayado de puntos","translationTheme.nativeDotted":"El sistema viene con subrayado de puntos","translationTheme.nativeUnderline":"El sistema viene con un subrayado recto","translationTheme.wavy":"l\xEDnea ondulada","translationServices.custom":"API personalizada","translationServices.tencent":"Tencent Traductor","translationServices.tenAlpha":"Tencent Translator (Alfa)","translationServices.google":"Google Translate","translationServices.bai":"Baidu (Alfa)","translationServices.baidu":"Traducci\xF3n de Baidu","translationServices.aliyun":"Traducci\xF3n AliCloud","translationServices.volc":"traducci\xF3n del volc\xE1n","translationServices.deeplx":"DeepLX (Beta)","translationServices.bing":"Microsoft Translate","translationServices.deepl":"DeepL","translationServices.wechat":"Traducci\xF3n de WeChat","translationServices.azure":"Traducci\xF3n Azure","translationServices.ibm":"IBM Watson","translationServices.aws":"Traducci\xF3n Amazon","translationServices.mock":"Traducci\xF3n simulada","translationServices.mock2":"Traducci\xF3n simulada 2","translationServices.caiyun":"lit. nubes de colores y peque\xF1as traducciones","translationServices.cai":"Nubes de colores (Alfa)","translationServices.volcAlpha":"Volc\xE1n (Alfa)","translationServices.openl":"OpenL","translationServices.youdao":"Traducci\xF3n Youtube","translationServices.you":"Youdao Traductor (Alfa)","translationServices.transmart":"Tencent Interactive Traducci\xF3n","translationServices.niu":"Traductor Maverick","translationServices.papago":"Traducci\xF3n de Papago","translationServices.d":"D (Alfa)","translationServices.dpro":"D Pro (Canarias)","translationServices.openai":"OpenAI","translationServices.yandex":"Yandex","translationServices.chatgpt":"ChatGPT Web(3.5 m\xF3vil)","translate title":"Traducir t\xEDtulos de p\xE1ginas","always languages":"Traduzca siempre el idioma",neverTranslateLanguagesLabel:"La lengua que nunca se traducir\xE1",neverTranslateTheFollowingLanguagesDescription:"Las traducciones se omiten cuando un p\xE1rrafo de la p\xE1gina est\xE1 en uno de los siguientes idiomas",enableUserscriptPagePopup:"Mostrar hoverball en la p\xE1gina",enableUserscriptPagePopupDescription:"Despu\xE9s de desactivar el hoverball, se puede recuperar con el acceso directo /{touch}. Se recomienda encarecidamente marcar esta p\xE1gina de configuraci\xF3n para evitar no poder encontrar el hoverball despu\xE9s de desactivar esta opci\xF3n por error.","always translate the following languages":"Traduce autom\xE1ticamente al idioma de destino cuando la p\xE1gina est\xE1 en uno de los siguientes idiomas","always sites":"Sitios web siempre traducidos","always translate the following sites":"Los sitios web se traducen autom\xE1ticamente a la lengua de destino cuando son los nombres de dominio de","never sites":"Sitio nunca traducido","never translate the following sites":"No se realizar\xE1n traducciones cuando el sitio web corresponda a los siguientes dominios","please refer to":"Tienes que rellenar la clave antes de poder utilizarla.",KeyAndConfigurationTutorial:"Tutorial de aplicaci\xF3n y configuraci\xF3n de llaves",useAboveStyleForTheseSites:"Utilice siempre el estilo de traducci\xF3n \u2308{theme}\u230B cuando el sitio sea para los siguientes dominios",currentUrl:"URL actual",confirm:"guardar (un archivo, etc.) (inform\xE1tica)",cancel:"anulaciones",delete:"eliminar","languages.auto":"detecci\xF3n autom\xE1tica",syncToCloud:"Sincronizaci\xF3n con Google Drive",syncToCloudDescription:"Subida a la nube, la configuraci\xF3n se puede sincronizar entre distintos navegadores/scripts de mono de grasa, sea cual sea la \xFAltima modificaci\xF3n.",syncToAccount:"Sincronizaci\xF3n con la nube de traducci\xF3n inmersiva",syncToAccountButton:"Sincronizaci\xF3n instant\xE1nea con la nube",syncToAccountDescription:"Sincroniza autom\xE1ticamente las configuraciones entre distintos dispositivos, sea cual sea el \xFAltimo en modificarse.",successSyncConfigInAccount:"Sincronizaci\xF3n satisfactoria con la nube",successSyncConfigToAccount:"Sincronizaci\xF3n satisfactoria con la nube",syncConfigNoUpdate:"Ya est\xE1 actualizado.",authFail:"Fallo de autorizaci\xF3n",syncTitle:"Gesti\xF3n manual de copias de seguridad",import_hint:"importar (datos)",upload:"cargar",revokeAuth:"revocar una autorizaci\xF3n",uploadFail:"Carga fallida",download:"descargando",importSuccess:"Importado con \xE9xito",importFail:"fallo de importaci\xF3n",deleteFail:"Error al borrar",backupToCloud:"Gesti\xF3n manual de los archivos de copia de seguridad",create_new_backup:"A\xF1adir un nuevo nodo de copia de seguridad",maxBackupFiles:"Se pueden hacer copias de seguridad de hasta{count}nodos diferentes, por favor, elimine los nodos que no necesite.",backupToCloudDescription:"Cargar o restaurar manualmente archivos de copia de seguridad, permitiendo hasta 3 copias de seguridad diferentes.",successSyncConfig:"Sincronizaci\xF3n satisfactoria con la nube",syncFail:"fallo de sincronizaci\xF3n",updatedAt:"Actualizado desde {date}",lastSyncedAt:"\xDAltima consulta en {date}",downloadFail:"Error de descarga",clickToDownload:"Haga clic para descargar",aboutLabel:"Acerca de - Comentarios","browser.openAboutPage":"Acerca de/Feedback",aboutLabelWithoutSponsor:"Acerca de - Comentarios",aboutIntro:"Que todos tengamos un acceso m\xE1s f\xE1cil y agradable a la enorme cantidad de informaci\xF3n en idiomas extranjeros que hay en Internet \u2764\uFE0F Puedes optar por activar tu <6>suscripci\xF3n Pro para utilizar las traducciones listas para usar de DeepL y OpenAI.

Puedes seguirnos en <3>Twitter, <4>Telegram, Weibo, WeChat, o <5>suscribirte a nuestra lista de correo para estar al tanto de las actualizaciones.
<7>Los miembros Pro pueden ponerse en contacto con nosotros en <8>support@immersivetranslate.com para un r\xE1pido servicio de atenci\xF3n al cliente.",aboutIntroWithoutSponsor:"Ojal\xE1 todos tengamos un acceso m\xE1s f\xE1cil y agradable a la enorme cantidad de informaci\xF3n en idiomas extranjeros disponible en Internet \u2764\uFE0F

Puedes seguirnos en <3>Twitter, el <4>canal de Telegram, WeChat, WeChat Exchange, o <5>suscribirte para seguir las actualizaciones por <5>correo electr\xF3nico a continuaci\xF3n.",projectHomepage:"Inicio del proyecto",joinTelegramGroup:"\xDAnase al grupo de usuarios para participar en los debates",wechatPublicAccount:"WeChat P\xFAblico",wechatCommunities:"Grupo de intercambio WeChat",qqCommunities:"Canal de comunicaci\xF3n QQ",joinTelegramChannel:"Siga el canal de Telegram para las \xFAltimas actualizaciones",feedbackAndJoin:"Pregunta Feedback / A\xF1adir Grupo",autoSync:"sincronizaci\xF3n horaria autom\xE1tica",loadingThemeTitle:"Estilo de carga",loadingThemeDescription:"Establecer el estilo mientras se espera a que se cargue la traducci\xF3n","loadingTheme.spinner":"Animaci\xF3n giratoria","loadingTheme.text":"texto est\xE1tico algo ","loadingTheme.none":"no se muestra",developerDescription:"La documentaci\xF3n sobre personalizaci\xF3n avanzada se encuentra <1>aqu\xED","edit border color":"Modificar el color del borde",successSyncButNoChange:"La configuraci\xF3n actual es coherente con la nube",customTheme:"Colores y tama\xF1os personalizados","customThemeLabel.borderColor":"Color del borde","customThemeLabel.borderRadius":"Bordes redondeados","customThemeLabel.textColor":"color del texto","customThemeLabel.backgroundColor":"color de fondo","customThemeLabel.zoom":"Escalado de fuentes (%)","customThemeLabel.opacity":"Opacidad del texto (%)",resetToDefaultColor:"Restablecer los colores por defecto",resetToDefaultSettings:"Restablecer la configuraci\xF3n predeterminada",isTranslateTitle:"Activar la traducci\xF3n de los t\xEDtulos de las p\xE1ginas",isTranslateTitleDescription:"Si est\xE1 activada, se traducen los t\xEDtulos de las p\xE1ginas",enableSearchEnhancement:"Activar la mejora de mensajes biling\xFCes",enableSearchEnhancementDescription:'Una vez activada, los resultados de b\xFAsqueda de "Google News" se mostrar\xE1n autom\xE1ticamente en la columna derecha de los sitios web compatibles (Google News, Google Search (algunas palabras clave), Snowball, Oriental Fortune, Futura, Tiger Community) para las correspondientes palabras clave en ingl\xE9s.',verifyService:"Haga clic aqu\xED para probar el servicio",verified:"Verificar el \xE9xito","field.langs":"C\xF3digos de idioma admitidos","field.model":"modelizaci\xF3n","field.translationEngine":"motor de traducci\xF3n","field.limitPerMinute":"Peticiones m\xE1ximas por minuto","field.limitPerSecond":"N\xFAmero m\xE1ximo de solicitudes por segundo","field.maxTextLengthPerRequest":"Longitud m\xE1xima del texto por solicitud","field.maxTextGroupLengthPerRequest":"N\xFAmero m\xE1ximo de apartados por solicitud","field.apiUrl":"Direcci\xF3n de interfaz API personalizada","field.placeholderDelimiters":"marcador de posici\xF3n reservado","description.custom":"Interfaz personalizada Acceso Documentaci\xF3n necesaria","description.limitPerMinute":"Las solicitudes que superan este l\xEDmite pasan a una cola hasta el inicio del siguiente minuto. Debido a las diversas limitaciones del servicio actual de OpenAI, haz clic <1>aqu\xED para consultar los \xFAltimos valores sugeridos.","description.limitPerSecond":"Las solicitudes que superan este l\xEDmite pasan a una cola hasta el inicio del siguiente segundo. Debido a las diversas limitaciones del servicio actual de OpenAI, haz clic <1>aqu\xED para consultar los \xFAltimos valores sugeridos.","description.generalLimitPerSecond":"Las solicitudes que superan este l\xEDmite pasan a una cola hasta el inicio del segundo siguiente.","description.prompt":"Enviar la conversaci\xF3n a {service} como usuario, donde {{text}} representa el contenido del texto del p\xE1rrafo, {{from}} representa el idioma del p\xE1rrafo y {{to}} representa el idioma objetivo.","description.maxTextLengthPerRequest":"El n\xFAmero m\xE1ximo de caracteres por petici\xF3n es demasiado grande para que la interfaz responda con lentitud, as\xED que pruebe a ajustar esta opci\xF3n para optimizar la velocidad","description.systemPrompt":"Un di\xE1logo enviado a OpenAI como sistema, donde {{text}} indica el contenido textual del p\xE1rrafo,{{from}} indica el idioma del p\xE1rrafo y{{to}} indica el idioma de destino.","field.domain":"reino","description.domain":"El valor predeterminado es\uFF1Ageneral. S\xF3lo puede establecerse si la traducci\xF3n de dominios est\xE1 activada en la consola de la API Arima; consulte <1>aqu\xED los dominios admitidos.","field.scene":"toma","description.scene":"Por defecto\uFF1Ageneral. S\xF3lo se puede establecer si la consola API AliCloud est\xE1 habilitado para Machine Translation Pro, ver <1>aqu\xED para los escenarios compatibles","field.vocabId":"ID del diccionario del usuario","description.vocabId":"El diccionario out_id especificado admite actualmente la traducci\xF3n del ingl\xE9s al chino.","description.model":"Modelos OpenAI, pueden ser gpt-3.5-turbo, gpt-4, etc.","description.maxTextGroupLengthPerRequest":"El n\xFAmero de p\xE1rrafos enviados al servicio de traducci\xF3n a la vez, si hay demasiados p\xE1rrafos, puede hacer que la interfaz responda m\xE1s lentamente.","description.apiUrl":"Por favor, a\xF1ada URLs espec\xEDficas con rutas, <1>m\xE1s descripci\xF3n",enabledExtension:"Habilitar extensiones",clickToDisableExtension:"Haga clic para desactivar las extensiones",clickToEnableExtension:"Haga clic para activar las extensiones",hasBeenDisabled:"desactivado","show password":"Mostrar contrase\xF1a",customContent:"Introduzca un nombre de modelo personalizado",inputOptions:"Mejora del cuadro de entrada",mouseHoverOptions:"al pasar el rat\xF3n",modifyMouseHoverKey:"Modificar el acceso directo del rat\xF3n",enableInputTranslation:"Activar o no la mejora del cuadro de entrada",enableInputTranslationDescription:"Una vez activado, escriba {startingKey}{startingKey} hola directamente en el cuadro de entrada, luego pulse r\xE1pidamente{inputTrailingTriggerKeyRepeatTimes}veces{trailingKey}para traducir a {inputTargetLanguage}",enableInputTranslationDescriptionForNoneKey:"Una vez activado, escriba\uFF1AHello World directamente en el cuadro de entrada y, a continuaci\xF3n, pulse r\xE1pidamente{inputTrailingTriggerKeyRepeatTimes}{trailingKey}veces para traducir al idioma de destino predeterminado.",inputTargetLanguage:"Establecer el idioma de destino por defecto para los cuadros de entrada",inputTargetLanguageDescription:"Idioma de destino por defecto para la traducci\xF3n del cuadro de entrada, es decir, {startingKey}{startingKey} como idioma por defecto para las palabras desencadenantes.",inputTargetLanguageDescriptionForNoneKey:"Idioma de destino predeterminado para la traducci\xF3n del cuadro de entrada",inputStartingTriggerKeyTitle:"Configuraci\xF3n del car\xE1cter de divisi\xF3n para la traducci\xF3n parcial del cuadro de entrada",inputStartingTriggerKeyDescription:"Cuando no necesite traducir todo el cuadro de entrada, el divisor le permite traducir s\xF3lo la parte desde {startingKey}{startingKey} hasta el final del cuadro de entrada, o puede especificar el c\xF3digo de idioma, por ejemplo\uFF1A{startingKey}ja significa traducir s\xF3lo la parte desde {startingKey}ja hasta el final del cuadro de entrada.",inputStartingTriggerKeyDescriptionForNoneKey:"La configuraci\xF3n actual de sin prefijo no es necesaria, y la funci\xF3n de traducci\xF3n de algunos textos en el cuadro de entrada no est\xE1 disponible por el momento.",inputTrailingTriggerKeyTitle:"Seleccione un car\xE1cter de activaci\xF3n de fin de entrada",inputTrailingTriggerKeyDescription:"\xA13 golpes r\xE1pidos{trailingKey} comenzar\xE1 a traducir!",inputTrailingTriggerKeyTimeout:"Introduce el tiempo entre disparos de fin de combate",inputTrailingTriggerKeyTimeoutDescription:"Establece el tiempo (en milisegundos) entre disparos de combo de fin de entrada.",spaceKey:"<\u7A7A\u683C\u952E>",noneKey:"Traducci\xF3n directa de todo el cuadro de texto sin prefijos",inputTranslationBlockUrlsTitle:"No active la mejora del cuadro de entrada en las siguientes URL",inputTranslationBlockUrlsDescription:"Las mejoras del cuadro de entrada no funcionar\xE1n en las siguientes URL",clickToSeeQuickDemo:"Haga clic para ampliar el v\xEDdeo tutorial r\xE1pido de 30 segundos",inputHelperInfo:"Descripci\xF3n\uFF1AHemos optimizado el hecho de que algunos caracteres desencadenantes se convertir\xE1n en signos de puntuaci\xF3n chinos bajo m\xE9todos de entrada chinos, por ejemplo, / se convertir\xE1 en un signo dun , bajo el m\xE9todo de entrada Sogou, e Immersive Translator soporta todos los s\xEDmbolos chinos correspondientes a los caracteres desencadenantes, es decir, //,,, ser\xE1n reconocidos como caracteres desencadenantes.

Tambi\xE9n soportamos alias Chinos para c\xF3digos de lenguaje como comandos, por ejemplo /Japanese Hello World ser\xE1 traducido al Japon\xE9s, <1>haga clic aqu\xED para ver todos los c\xF3digos de lenguaje soportados.",reloadCurrentPage:"Actualice la p\xE1gina actual antes de iniciar la traducci\xF3n.",noLocalFilePermissionForPDF:"Usted no tiene permiso para leer archivos locales, por favor haga clic en el bot\xF3n de arriba y luego importar archivos locales.",noPermissionForThisPage:"\u26A0\uFE0F No hay permiso para traducir la p\xE1gina actual",retryAllParagraphs:"Reintentar todos los pasajes de error",retryAllButton:"Reintentar todos los pasajes de error",errorTooltipTitle:"Haga clic para ver la causa del error",errorModalTitle:"Parece que algo va mal con el servicio de traducci\xF3n o la red...",disableConfirm:"Entorno biling\xFCe de mejora de la informaci\xF3n",disableOnce:"Esta inhabilitaci\xF3n",disableGlobal:"desactivar permanentemente",disableTint:"* Puede volver a activarlo en {option} .",searchEnhancementNotes:"Tras activar la funci\xF3n de mejora de la informaci\xF3n biling\xFCe con traducci\xF3n inmersiva, buscaremos autom\xE1ticamente las mismas palabras clave en ingl\xE9s en los sitios web compatibles (Google News, Google Search (algunas palabras clave), Snowball, Oriental Wealth, Futura, Tiger) y las mostraremos a la derecha. Si no necesitas esta funci\xF3n, puedes desactivarla.",option:"establecer",saveSettings:"Guardar configuraci\xF3n",closeModal:"Cerrar ventana",enableInputTranslationWithoutTriggerKeyTitle:"Habilite 3 pulsaciones r\xE1pidas en{trailingKey}para traducir directamente todo el cuadro de entrada a{inputTargetLanguage}",enableInputTranslationWithoutTriggerKeyDescription:"Para especificar el idioma de destino, antep\xF3ngale el c\xF3digo del idioma, por ejemplo:\uFF1Aja Hola Mundo",mouseHoverShortcutPlaceholder:"p. ej.\uFF1ATurno",deepLProName:"Miembro de Immersive Translation Pro (Recomendado)",deepLProDescription:"El paquete actual puede utilizarse directamente",deeplProDescriptionForNormal:"No requiere instalaci\xF3n, los miembros pueden utilizarlo despu\xE9s de iniciar sesi\xF3n, <1>haga clic aqu\xED para actualizar a miembro",deepLCustomDescription:"Se requiere tarjeta de cr\xE9dito extranjera, abierta oficialmente en <1>DeepL, haga clic para ver <2>la documentaci\xF3n",deepLCustomName:"Clave de autenticaci\xF3n personalizada",chooseProviderLabel:"Seleccione un proveedor de servicios",openaiProName:"Miembro de Immersive Translation Pro (Recomendado)",openaiProDescription:"El paquete actual puede utilizarse directamente",openaiProDescriptionForNormal:"No requiere instalaci\xF3n, los miembros pueden utilizarlo despu\xE9s de iniciar sesi\xF3n, <1>haga clic aqu\xED para actualizar a miembro",openaiCustomDescription:"Disponible en OpenAI, Azure OpenAI u otros servicios de terceros. <1>Haga clic aqu\xED para consultar la documentaci\xF3n.",openaiCustomName:"Clave API personalizada",needLoginAction:"(Afiliaci\xF3n abierta o personalizaci\xF3n)",goLoginOrAction:"(Abra una cuenta o vaya a la configuraci\xF3n)",yearly:"efectuar un pago anual consecutivo",quarterly:"embalaje secuencial",monthly:"suscripci\xF3n mensual",yearlyForOnce:"Paquete anual \xFAnico",monthlyForOnce:"Paquete mensual \xFAnico",daily:"d\xEDas consecutivos de paquetes",year:"efectuar un pago anual consecutivo",quarter:"embalaje secuencial",month:"suscripci\xF3n mensual",day:"d\xEDas consecutivos de paquetes",onetime_7day:"Pack Experiencia 7 d\xEDas",currentPlanDescriptionForFree:"Paquetes actuales\uFF1AGratis",currentPlanDescriptionForContinuous:"El paquete actual\uFF1A{plan}se renovar\xE1 autom\xE1ticamente en {endAt} .",currentPlanDescriptionForAutoRenewCaceling:"El paquete actual\uFF1A{plan}expirar\xE1 en {endAt} y no se renovar\xE1 autom\xE1ticamente a su vencimiento.",currentYearlyPlanDescriptionForAutoRenewCacelingWithRealPaiedUser:"El paquete actual,\uFF1A{plan}, caducar\xE1 en {endAt} y no se renovar\xE1 autom\xE1ticamente a su vencimiento.
<1>Haga clic aqu\xED para gestionar su plan de renovaci\xF3n",currentYearlyPlanDescriptionForAutoRenewCacelingWithAdmin:"El paquete actual,\uFF1A{plan}, caducar\xE1 en {endAt} y no se renovar\xE1 autom\xE1ticamente a su vencimiento.
<1>Haga clic aqu\xED para activar la suscripci\xF3n anual continua",currentPlanDescriptionForOneTime:"La suscripci\xF3n actual\uFF1A{plan}expirar\xE1 en {endAt} , <1>haga clic aqu\xED para cambiar a una suscripci\xF3n <1>anual o <2>mensual.",upgradePlan:"Haga clic aqu\xED para pasar a Pro",upgradeToPro:"Actualizar a miembro Pro","popup.openPro":"Actualice su suscripci\xF3n a Pro para disfrutar de DeepL y de la traducci\xF3n OpenAI, \xA1haga clic aqu\xED para actualizar!","popup.openProForPro":"Eres un miembro Pro con acceso directo a DeepL y a las traducciones de OpenAI.",currentAccount:"cuenta corriente",enableAutoSyncUserSettings:"Sincronizaci\xF3n autom\xE1tica en la nube de varios dispositivos",modalEnableInputTranslationTitle:"Traducci\xF3n inmersiva Cuadro de entrada Alertas de traducci\xF3n",modalEnableInputTranslationDesc:"Acaba de activar la traducci\xF3n del cuadro de entrada de Immersive Translation pulsando la barra espaciadora 3 veces en r\xE1pida sucesi\xF3n, y el contenido del cuadro de entrada se traducir\xE1 al idioma de destino predeterminado. La traducci\xF3n puede deshacerse con Ctrl+Z.

Si ha sido un error, no se preocupe, puede elegir desactivarla esta vez, o desactivar permanentemente la traducci\xF3n del cuadro de entrada.",saveAndNotShowAgain:"Guardar y dejar de preguntar",disableInputTranslationTips:"* Tambi\xE9n puedes configurar otros atajos para que se activen en {option} ,{learnMore}.",learnMore:"M\xE1s informaci\xF3n",continueEnalbeInputTranslation:"Seguir activando la traducci\xF3n del cuadro de entrada",autoRenewTrialSuffix:'(En la versi\xF3n de prueba,pas\xF3 inmediatamente a ser miembro de pleno derecho)',upgradeFromTrialTitle:"Pasar a Miembro de pleno derecho",subtitle:"subtitulado de v\xEDdeo",youtubeService:"Traducci\xF3n por inmersi\xF3n Servicios de traducci\xF3n de subt\xEDtulos de v\xEDdeo","subtitle.disabledSubtitle":"Desactivar permanentemente la funci\xF3n de subt\xEDtulos de v\xEDdeo","subtitle.disabledSubtitleDescription":"Si Immersive Translator's Video Subtitles entra en conflicto con otras extensiones, puedes optar por desactivar permanentemente la funcionalidad de Immersive Translator's Video Subtitles o desinstalar otras extensiones conflictivas.","subtitle.autoEnableSubtitle":"Uso autom\xE1tico de subt\xEDtulos biling\xFCes","subtitle.autoEnableSubtitleDescription":"Una vez activado, se mostrar\xE1n autom\xE1ticamente subt\xEDtulos biling\xFCes cuando se reproduzca el video, de lo contrario, necesitar\xE1 hacer clic en el bot\xF3n de traducci\xF3n para que se muestren.","subtitle.preTranslation":"Traducir subt\xEDtulos mediante traducci\xF3n inmersiva","subtitle.preTranslationDescription":"Cuando est\xE1 activada, se pretraducir\xE1 todo el subt\xEDtulo utilizando el servicio de traducci\xF3n especificado m\xE1s abajo, y un v\xEDdeo de 1 hora consumir\xE1 unos 50.000 tokens o caracteres, as\xED que util\xEDzalos seg\xFAn tu criterio; cuando est\xE1 desactivada, se utilizar\xE1n primero los subt\xEDtulos originales.","subtitle.humanSubtitlesPreferred":"Uso prioritario del subtitulado humano","subtitle.humanSubtitlesPreferredDescription":"Priorizar el uso de subt\xEDtulos humanos cuando el v\xEDdeo disponga de subt\xEDtulos humanos en la lengua de llegada (recomendado)",videoSubtitleTranslationDescription:"Asignar un servicio de traducci\xF3n independiente para los subt\xEDtulos de v\xEDdeo",subtitleTranslating:"Por favor, espere mientras se traducen los subt\xEDtulos mediante el servicio {service} ... (traducci\xF3n por inmersi\xF3n)",subtitleLoading:"Cargando subt\xEDtulos...",bilingual:"biling\xFCismo","field.action":"Activar o no la terminolog\xEDa Baidu","description.action":"Cuando est\xE9 activado, se a\xF1adir\xE1 un par\xE1metro action=1 a la solicitud para informar a Baidu del t\xE9rmino activado; <1>consulte la documentaci\xF3n oficial para obtener m\xE1s informaci\xF3n.",closeQuickTranslation:"Cerrar Hoverball","closeQuickTranslation.untilNext":"Esta vez cerrado hasta la pr\xF3xima visita","closeQuickTranslation.currentWebsite":"Sitio actual desactivado","closeQuickTranslation.alwaysClose":"desactivar permanentemente","closeQuickTranslation.settingOpen":"(puede activarse en la <1>p\xE1gina de configuraci\xF3n )","closeQuickTranslation.cancel":"anulaciones","closeQuickTranslation.confirm":"defina","floatBall.popup":"Abrir el panel de ajustes r\xE1pidos","floatBall.translate":"Haga clic para traducir la p\xE1gina","floatBall.showOriginal":"Haga clic para volver al art\xEDculo original","floatBall.close":"Cerrar Hoverball","floatBallOptions.enableDescPc":"Despu\xE9s de activar el hoverball de la p\xE1gina, aparecer\xE1 un bot\xF3n de traducci\xF3n r\xE1pida en la parte derecha de la p\xE1gina, \xA1haz clic en \xE9l para traducir!","floatBallOptions.enableDesc":"Despu\xE9s de apagar el hoverball, puedes recuperarlo con{touch}. Se recomienda encarecidamente marcar esta p\xE1gina de configuraci\xF3n para evitar no poder encontrar el hoverball despu\xE9s de desactivar esta opci\xF3n por error.","description.azureApiUrl":"Introduzca la direcci\xF3n de la interfaz API personalizada",confirmSupportMouse:"Forzar la activaci\xF3n del soporte de rat\xF3n",confirmSupportMouseDescription:"Detectado que el navegador actual no soporta la funci\xF3n de rat\xF3n, \xBFse fuerza a habilitar el soporte de rat\xF3n?",sampleTargetText:"Llegar\xE1 la larga noche, y velar\xE9 desde hoy hasta que muera. No tomar\xE9 esposa, no har\xE9 feudo, no tendr\xE9 hijos. No llevar\xE9 corona, no luchar\xE9 por el honor. Cumplir\xE9 con mi deber, vivir\xE9 y morir\xE9.",sampleSourceText:"Night gathers, and now my watch begins. It shall not end until my death. I shall take no wife, hold no lands, father no children. I shall wear no crowns and win no glory. I shall live and die at my post.","subtitle.supportedSites":"\u5DF2\u652F\u6301\u5728\u8FD9\u4E9B\u7F51\u7AD9\u4F7F\u7528\u53CC\u8BED\u5B57\u5E55\uFF08\u6CE8\u610F\uFF1A\u7531\u4E8E\u6280\u672F\u9650\u5236\uFF0C\u90E8\u5206\u7F51\u7AD9\u5728\u9996\u6B21\u5F00\u542F\u5B57\u5E55\u540E\u9700\u8981\u91CD\u65B0\u5237\u65B0\u9875\u9762\uFF0C\u6216\u8005\u9700\u7B49\u5F85\u7FFB\u8BD1\u5B8C\u6210\u4EE5\u663E\u793A\u53CC\u8BED\u5B57\u5E55\uFF09\uFF1A",viewWithImmersiveTranslate:"\u53CC\u8BED\u7248\u672C(\u6C89\u6D78\u5F0F\u7FFB\u8BD1)",errorReason:"\u9519\u8BEF\u539F\u56E0\uFF1A{message}","proQuotaExceededError.onetime7day":'\uFF0C\u60A8\u53EF\u4EE5\u9009\u62E9\u4EE5\u4E0B\u65B9\u5F0F\u89E3\u51B3\uFF1A

1. \u5207\u6362\u5230 {anotherService} \u6216\u5176\u4ED6\u7FFB\u8BD1\u670D\u52A1
2. \u5347\u7EA7\u4E3A\u6708\u5EA6/\u5E74\u5EA6\u4F1A\u5458',"proQuotaExceededError.trial":'\uFF0C\u60A8\u53EF\u4EE5\u9009\u62E9\u4EE5\u4E0B\u65B9\u5F0F\u89E3\u51B3\uFF1A

1. \u5207\u6362\u5230 {anotherService} \u6216\u5176\u4ED6\u7FFB\u8BD1\u670D\u52A1
2. \u7ACB\u523B\u5347\u7EA7\u4E3A\u6B63\u5F0F\u4F1A\u5458',"proQuotaExceededError.nonTrial":'\uFF0C\u60A8\u53EF\u4EE5\u9009\u62E9\u4EE5\u4E0B\u65B9\u5F0F\u89E3\u51B3\uFF1A

1. \u5207\u6362\u5230 {anotherService} \u6216\u5176\u4ED6\u7FFB\u8BD1\u670D\u52A1
2. \u8D2D\u4E70 {translationService} \u989D\u5916\u6D41\u91CF\u5305',"proQuotaExceededError.resetTime":"
3. \u989D\u5EA6\u91CD\u7F6E\u65F6\u95F4\uFF1A{resetTime}","desc.touchShortcutsToggleTranslatePageOnlyTranslation":"Solo se muestra la traducci\xF3n se refiere a que solo se mostrar\xE1 la traducci\xF3n, si la p\xE1gina web a\xFAn no se ha traducido, cambiar\xE1 el modo y traducir\xE1.","desc.toggleOnlyTransation":"El modo de solo traducci\xF3n se refiere a mostrar solo el texto traducido, si la p\xE1gina web a\xFAn no se ha traducido, cambiar\xE1 el modo y traducir\xE1.",touchShortcutsToggleTranslatePageOnlyTranslation:"Configurar gestos de pantalla t\xE1ctil para cambiar entre modo biling\xFCe/solo texto traducido",download_started:"La descarga ya ha comenzado, si no se descarga autom\xE1ticamente, haga clic manualmente.",here:"aqu\xED","desc.toggleVideoSubtitlePreTranslation":"Al presionar, los subt\xEDtulos biling\xFCes del video usar\xE1n preferentemente la configuraci\xF3n de traducci\xF3n inmersiva, al presionar nuevamente, se dar\xE1 prioridad a los subt\xEDtulos de traducci\xF3n autom\xE1tica incluidos en el video original. Nota: este atajo modifica la configuraci\xF3n global.",videoSubtitlePreTranslationOn:"Los subt\xEDtulos del video tendr\xE1n prioridad para usar la traducci\xF3n inmersiva.",videoSubtitlePreTranslationOff:"Los subt\xEDtulos del video dar\xE1n prioridad a los subt\xEDtulos de traducci\xF3n autom\xE1tica incluidos en el video original.",translationFont:"Establecer fuente","translationFont.custom":"Ingrese fuente personalizada","translationFont.customPlaceholder":"fuente","translationFont.notSupportErrorMessage":"Por favor, verifique si el nombre de la fuente que ingres\xF3 es correcto, o confirme si esta fuente ya est\xE1 instalada en su dispositivo.","touch.mouse-translate":"Traducir el p\xE1rrafo especificado.","translationServices.inherit":"Siga el servicio de traducci\xF3n principal","error.serveConfigError":"Error de configuraci\xF3n del servicio","error.reloadPageOfSetting":"Despu\xE9s de configurar, por favor refresca la p\xE1gina para traducir de nuevo.","error.googleLimitIp":"El servicio devuelve un error, el servicio de Google ha limitado la direcci\xF3n IP, se recomienda que cambie el nodo de red.","error.openAIFreeLimit":"El servicio devuelve un error, la frecuencia actual de solicitudes de traducci\xF3n ha alcanzado el l\xEDmite m\xE1ximo de 3 veces por minuto, por favor intente de nuevo m\xE1s tarde. (Esta es una restricci\xF3n de OpenAI oficial para la API Key gratuita, para eliminar esta restricci\xF3n, por favor vincule una tarjeta de cr\xE9dito en el backend de OpenAI.)","error.openAIExceededQuota":"El servicio devuelve un error: el saldo de tu cuenta de OpenAI es insuficiente, por favor recarga o vincula una tarjeta de cr\xE9dito en el panel de control oficial de OpenAI.","error.429":"El servicio devuelve un error, lo que indica que la solicitud es demasiado frecuente o excede el l\xEDmite de cuota, por favor intente de nuevo m\xE1s tarde.","error.403":"El servicio devuelve un error, no tiene permiso temporal para acceder a este servicio.","error.400":"El servicio devuelve un error, el par\xE1metro de solicitud es incorrecto, por favor verifica la configuraci\xF3n correspondiente.","error.502":"El servicio devuelve un error, el servicio se ha agotado, por favor intente de nuevo m\xE1s tarde.","error.proTokenInvalid":"Si usted es un usuario Pro, por favor inicie sesi\xF3n para usar el servicio de traducci\xF3n Pro.","error.proUpgrade":"Despu\xE9s de la actualizaci\xF3n, por favor refresca la p\xE1gina y traduce de nuevo.","error.configError":"Los datos de configuraci\xF3n son anormales.","error.goReset":"Ir a restablecer",batchEdit:"Operaci\xF3n en masa","translationModeLang.translation.title":"Solo modo de traducci\xF3n de idioma","translationModeLang.translation.description":"Cuando el idioma de la p\xE1gina es uno de los siguientes, se utilizar\xE1 autom\xE1ticamente solo el modo de traducci\xF3n.","translationModeUrl.translation.title":"Solo el modo de direcci\xF3n web de traducci\xF3n","translationModeUrl.translation.description":"Cuando el sitio web tiene los siguientes dominios, se utilizar\xE1 autom\xE1ticamente el modo de solo traducci\xF3n.","error.serveUnavailable":"El servicio [{serverName}] que est\xE1 utilizando actualmente no est\xE1 disponible temporalmente debido a problemas con la conexi\xF3n a la red o el proveedor del servicio. Le sugerimos que intente actualizar la p\xE1gina o cambiar a otro servicio de traducci\xF3n a trav\xE9s de <1>Configuraci\xF3n. Si usted es un miembro <2>Pro, puede optar por utilizar los servicios de traducci\xF3n m\xE1s estables de DeepL o OpenAI (<3>haga clic aqu\xED para probarlo gratis). Adem\xE1s, es posible que necesite revisar su configuraci\xF3n de red o proxy.",detectServiceLoading:"Detectando servicios de traducci\xF3n disponibles...",toggleToService:"Cambie a {service} e intente de nuevo.","error.gemini.429":"El servicio actual de Gemini ha alcanzado su capacidad m\xE1xima, por favor intente m\xE1s tarde o cambie a otro servicio de traducci\xF3n.",enableSentryReport:"Cuando ocurre un error de expansi\xF3n, usa Sentry para enviar comentarios.",notLogin:"No registrado",goLogin:"Iniciar sesi\xF3n",touchShortcutsOff:"Cerrar",shortcutSettings:"Atajo de teclado","tagsInput.add":"+ A\xF1adir",translationOnlyMode:"Solo modo de traducci\xF3n","multipleClick.2":"Haz doble clic",contact:"Cont\xE1ctanos","widget.translateFile":"PDF/ePub","subtitle.hideQuickButton":"Ya no mostrar este atajo","translationServices.gemini":"G\xE9minis","widget.instructionTooltip":"Consultar las instrucciones de uso","subtitle.bilingual":"Subt\xEDtulos biling\xFCes","error.retry":"Reintentar","multipleClick.4":"Cu\xE1druple golpe",buildSnapshots:"Generar captura de p\xE1gina web","error.subscriptionExpiredTitle":"La membres\xEDa ha expirado","slide.left":"Desliza a la derecha","widget.videoSubtitle":"subt\xEDtulos de video","browser.translateWithDeepL":"Uso temporal de DeepL para traducir la p\xE1gina actual","subtitle.autoDisableSubtitle":"No activar autom\xE1ticamente los subt\xEDtulos biling\xFCes","browser.translateWithBing":"Uso temporal de Microsoft para traducir la p\xE1gina actual","error.reason":"Raz\xF3n del error","browser.translateWithTransmart":"Uso temporal de Tencent para traducir la p\xE1gina actual",pickAll:"Seleccionar todo","browser.translateInputBox":"Traducir el contenido actual del cuadro de entrada.","floatBall.iKnow":"Ya lo s\xE9.",temprarilyChangeTranslationTo_deepl:"Estoy usando DeepL para traducir la p\xE1gina actual.","multipleClick.3":"Triple golpe","intro.hoverTitle":"Pase el mouse para traducir el p\xE1rrafo actual",temprarilyChangeTranslationTo_transmart:"Est\xE1 utilizando Tencent para traducir la p\xE1gina actual.","intro.floatBallTitle":"Bola flotante de traducci\xF3n r\xE1pida",paragraphMinTextCountField:"El n\xFAmero m\xEDnimo de caracteres necesarios para traducir un p\xE1rrafo","shortcutGroup.touch":"Gestos espec\xEDficos para pantallas t\xE1ctiles",temprarilyChangeTranslationTo_gemini:"Estoy usando Gemini para traducir la p\xE1gina actual.",temprarilyChangeTranslationTo_bing:"Est\xE1 utilizando Microsoft para traducir la p\xE1gina actual.","shortcutGroup.main":"Atajos de teclado de funciones comunes",mouseHoverCustomKeyTitle:"Personalizar el atajo de teclado para el rat\xF3n en suspensi\xF3n","shortcutGroup.shortcutsForTranslationServices":"Atajos de teclado relacionados con el servicio de traducci\xF3n",touchShortcutsToggleTranslateTouchElement:"Configurar gestos t\xE1ctiles para traducir p\xE1rrafos espec\xEDficos",notLoginPro:"Todav\xEDa no has iniciado sesi\xF3n en tu cuenta de miembro.","intro.subtitleTitle":"Visualizaci\xF3n de subt\xEDtulos biling\xFCes en videos en l\xEDnea","subtitle.showQuickButton":"En el reproductor se muestra el atajo de subt\xEDtulos biling\xFCes",temprarilyChangeTranslationTo_google:"Est\xE1 utilizando Google Traductor para traducir la p\xE1gina actual.",upgradeToProErrorTitle:"Por favor, actualice a miembro Pro para utilizar este servicio de traducci\xF3n.","widget.instruction":"Instrucciones de uso","slide.right":"Desliza a la izquierda","browser.translateWithOpenAI":"Uso temporal de OpenAI para traducir la p\xE1gina actual","shortcutGroup.others":"M\xE1s atajos de teclado personalizados","browser.toggleMouseHoverTranslateDirectly":"Habilitar o deshabilitar temporalmente la traducci\xF3n directa al pasar el mouse en la p\xE1gina",alwaysTranslateThisSite:"Siempre traduce este sitio web",neverTranslateThisSite:"Nunca traduzca este sitio web","shortcutGroup.mouse":"Configuraci\xF3n de atajos de teclado para el rat\xF3n en suspensi\xF3n","widget.translateFileTooltip":"Traducir documentos PDF, EPUB, SRT, ASS, HTML y TXT","browser.translateWithGemini":"Usa temporalmente Gemini para traducir la p\xE1gina actual","browser.toggleVideoSubtitlePreTranslation":"Cambie a subt\xEDtulos biling\xFCes y priorice la configuraci\xF3n de traducci\xF3n inmersiva.",networkError:"El servicio de traducci\xF3n o la red tienen problemas.",loggedIn:"Conectado","widget.videoSubtitleTooltip":"Apoya Youtube y otros {count}+ sitios web de videos",touchShortcutsToggleTranslationMask:"Configurar gestos t\xE1ctiles para mostrar la m\xE1scara de traducci\xF3n / mostrar el texto original","floatBall.guideClickToTranslate":"Haz clic en la bola flotante de traducci\xF3n inmersiva para traducir r\xE1pidamente","desc.touchShortcutsToggleTranslateTouchElement":"Personalice un gesto y podr\xE1 traducir cualquier p\xE1rrafo en el que se encuentre.","floatBall.longPress":"Mant\xE9n presionado para abrir r\xE1pidamente el panel de configuraci\xF3n.","error.subscriptionExpired":"Es posible que su membres\xEDa haya expirado, por favor verifique el estado de su membres\xEDa.",shortcutSettingsTitle:"Configuraci\xF3n de atajos de teclado",temprarilyChangeTranslationTo_openai:"Estoy usando OpenAI para traducir la p\xE1gina actual.","browser.translateWithGoogle":"Uso temporal de Google Traductor para traducir la p\xE1gina actual","desc.interfaceLanguage":"La configuraci\xF3n del idioma de la interfaz afecta el idioma de visualizaci\xF3n del panel de control y no tiene relaci\xF3n con el idioma objetivo de la traducci\xF3n.","description.baiduField":"Las \xE1reas de apoyo se ven <1>aqu\xED, si est\xE1 vac\xEDo significa que no se especifica el \xE1rea.","contact.description":"Si tiene alguna pregunta o sugerencia, no dude en completar el formulario a continuaci\xF3n para contactarnos, o env\xEDe un correo electr\xF3nico a {email}, le responderemos lo antes posible.","neverTranslateText.title":`Por favor, traduce directamente al espa\xF1ol (evita explicar el texto original): + {env.imt_trans_field}: \xDCbersetzung`,"subtitle.quickButton.red":"Rot","subtitle.quickButton.blue":"Blau","subtitle.quickButton.magenta":"Magenta","translationServices.claude":"Claude","subtitle.quickButton.white":"Wei\xDF","subtitle.quickButton.translationPositionBottom":"\u539Ftext unten","subtitle.quickButton.yellow":"Gelb","subtitle.quickButton.cyan":"Blau","subtitle.quickButton.green":"Gr\xFCn","subtitle.quickButton.backgroundOpacity":"Hintergrundunsch\xE4rfe","subtitle.quickButton.translationPosition":"\xDCbersetzungsposition","subtitle.quickButton.translationTextColor":"\xDCbersetzungsschriftfarbe","subtitle.quickButton.sourceFontSize":"Originalschriftgr\xF6\xDFe","subtitle.quickButton.translationFontSize":"\xDCbersetzungs-Schriftgr\xF6\xDFe","subtitle.quickButton.sourceTextColor":"Urspr\xFCngliche Schriftfarbe","subtitle.quickButton.black":"Schwarz","subtitle.quickButton.backgroundColor":"Hintergrundfarbe","subtitle.quickButton.setting":"Einstellung","subtitle.quickButton.translationPositionTop":"Oben im Originaltext",attachSubtitleTranslating:"Verwenden Sie {service} zur \xDCbersetzung...","error.claude.403":"Keine Berechtigung zum Zugriff auf den Dienst, m\xF6glicherweise im Zusammenhang mit den regionalen Einschr\xE4nkungen von Claude. Sie k\xF6nnen versuchen, Ihre IP-Adresse zu wechseln, oder andere \xDCbersetzungsdienste nutzen.","browser.brandDescriptionForSafari":"\u3010Immersive \xDCbersetzung\u3011Ein kostenloses zweisprachiges Webseiten-\xDCbersetzungs-Plugin (Originaltext/\xDCbersetzung), das gleichzeitig PDF-\xDCbersetzung und EPUB-E-Book-\xDCbersetzung unterst\xFCtzt und das Originaldokumentenlayout beibeh\xE4lt, Youtube/Netflix und andere Online-Video-Zweisprachen-Untertitel-\xDCbersetzung, Unterst\xFCtzung f\xFCr Deepl/Google und andere Mainstream-\xDCbersetzungsdienste;","browser.textTranslate":"Text\xFCbersetzung","browser.PdfProFile":"Von KI angetriebene PDF Pro \xDCbersetzung"};var Cb={nologin:"no conectado",loginForSafari:"Iniciar sesi\xF3n o registrarse",login:"Iniciar sesi\xF3n para abrir una cuenta",manageAccount:"Cuentas gestionadas",openPremium:"Afiliaci\xF3n abierta",logout:"abortar",curentPlan:"Paquetes actuales",endAt:"caducidad",endAuto:"renovaci\xF3n autom\xE1tica",lineBreakMaxTextCount:"N\xFAmero m\xE1ximo de caracteres permitidos por frase despu\xE9s de los saltos de l\xEDnea","translate-pdf":"Haga clic para traducir PDF","noSupportTranslate-pdf":"Script no soportado por favor use plugin","translate-firefox-local-pdf":"Haga clic para ir a Importar PDF",enableLineBreak:"Activar el salto de l\xEDnea autom\xE1tico para p\xE1rrafos largos",sponsorLabel:"1 $ Desarrolladores patrocinados",help:"mano",browserShortcutsNoteForFirefox:"Para cambiar los accesos directos en Firefox, tienes que abrir la p\xE1gina de gesti\xF3n de extensiones `about:addons`, luego hacer clic en `Settings`, y despu\xE9s en `Manage Shortcuts` para configurar los accesos directos.",browserShortcutsNoteForChrome:"Para modificar los accesos directos en Chrome, tienes que abrir la p\xE1gina de gesti\xF3n de extensiones, establecerlos en el panel `Manage Shortcuts` (`chrome://extensions/shortcuts`), y hacer clic en el bot\xF3n de abajo para saltar a la p\xE1gina de gesti\xF3n de accesos directos.",browserShortcutsSucks:"Los accesos directos personalizados tienen el siguiente formato (no se reconoce autom\xE1ticamente, introd\xFAzcalo directamente)\uFF1A",enableLineBreakDescription:"Si est\xE1 activada, se insertar\xE1n saltos de l\xEDnea al final de cada frase en los p\xE1rrafos largos para facilitar su lectura.","browser.shortBrandName":"Traducci\xF3n por inmersi\xF3n","browser.brandName":"Immersion Translation: Traducci\xF3n biling\xFCe de p\xE1ginas web y documentos PDF","browser.brandDescription":"Bilingual web page translation, also supports PDF translation, bilingual Epub eBook translation, free to use.","browser.toggleTranslatePage":"Traducir p\xE1gina/visualizar texto original","browser.toggleTranslateTheWholePage":"Traducir todas las \xE1reas de la p\xE1gina/visualizar el texto original","browser.toggleOnlyTransation":"Cambiar al modo biling\xFCe/solo texto traducido","browser.toggleTranslateToThePageEndImmediately":"Traducci\xF3n inmediata al final de la p\xE1gina/visualizaci\xF3n del texto original","browser.toggleTranslateTheMainPage":"Traducir el \xE1rea principal de la p\xE1gina/visualizar el texto original","browser.shareToDraft":"Compartir p\xE1ginas biling\xFCes","browser.openOptionsPage":"Abrir la p\xE1gina de configuraci\xF3n","browser.toggleTranslationMask":"Mostrar/ocultar el efecto de desenfoque de traslaci\xF3n","browser.translateLocalPdfFile":"Traducir archivos PDF locales","browser.openEbookViewer":"Leer libros electr\xF3nicos locales","browser.openEbookBuilder":"Creaci\xF3n de eBooks EPUB biling\xFCes","browser.translateLocalHtmlFile":"Traducir archivos HTML/txt","browser.donateContext":"M\xE1s informaci\xF3n sobre las ventajas del patrocinio","browser.translateLocalSubtitleFile":"Traducir archivos de subt\xEDtulos locales",confirmResetConfig:"\xBFEst\xE1s seguro de que quieres restablecer la configuraci\xF3n?",translationLineBreakSettingTitle:"Ajuste del salto de l\xEDnea de traducci\xF3n",smartLineBreak:"alimentaci\xF3n de l\xEDnea inteligente (inform\xE1tica)",alwaysLineBreak:"Siempre avance de l\xEDnea",isShowContextMenu:"A\xF1adir p\xE1ginas traducidas a los elementos del men\xFA contextual",toggleBeta:"Activaci\xF3n de las funciones de prueba beta",betaDescription:"Habilita funciones que a\xFAn son experimentales, as\xED como un servicio de traducci\xF3n en beta. \xDAnete al <1>grupo de Telegram para obtener m\xE1s informaci\xF3n.",translationLineBreakSettingDescription:"Los saltos de l\xEDnea siempre son ordenados para las p\xE1ginas con menos contenido. (Utilice saltos de l\xEDnea inteligentes en p\xE1rrafos largos con mucho contenido (m\xE1s de{count}caracteres) para ahorrar espacio).",tempTranslateDomainTitle:"Duraci\xF3n de la conexi\xF3n temporal de la traducci\xF3n del sitio web",tempTranslateDomainDescription:"Al traducir manualmente una p\xE1gina web, active temporalmente el sitio web para la traducci\xF3n autom\xE1tica, y puede establecer la duraci\xF3n temporal.",xMinutes:"{count} minutos",disabled:"prohibir el uso de algo",changelog:"Registro de actualizaci\xF3n",toggleTranslatePageWhenThreeFingersOnTheScreen:"Tocar la pantalla con varios dedos simult\xE1neamente traduce p\xE1ginas web/visualiza el texto original",toggleTranslationMaskWhenThreeFingersOnTheScreen:"El toque con varios dedos muestra/oculta el efecto de desenfoque.",fingerCountToToggleTranslagePageOnlyTranslationWhenTouching:"Varios dedos tocando la pantalla al mismo tiempo traducen la p\xE1gina web (s\xF3lo traducci\xF3n)/visualizan el texto original.",addUrlDescription:"Puede ser un nombre de dominio y tambi\xE9n admite comodines, por ejemplo\uFF1A*.google.com, google.com/mail/*, https://www.google.com/*",general:"Ajustes b\xE1sicos",clickToExpandConfig:"Ampliar la configuraci\xF3n actual",import:"Importar desde archivo",export:"Exportar a archivo",toggleDebug:"Imprime el registro de depuraci\xF3n en la consola","fingers.0":"coagulaci\xF3n","fingers.2":"toque con dos dedos","fingers.3":"toque con tres dedos","fingers.4":"toque con cuatro dedos","fingers.5":"toque con cinco dedos",mouseHoldKey:"+ {key} traducir/restaurar el p\xE1rrafo",mouseHoldKeyAuto:"Traducci\xF3n directa del p\xE1rrafo",mouseHoldKeyOff:"No hagas nada.",mouseHoldKeyOther:"Atajos personalizados (abrir ajustes)",mouseHoldKeyCustomKey:"{key} Traducci\xF3n/reducci\xF3n del p\xE1rrafo",mouseHoverHoldKey:"Traduce p\xE1rrafos pulsando la tecla de acceso directo mientras pasas el rat\xF3n por encima.","mouse-translate":"al pasar el rat\xF3n",document:"Archivo (inform\xE1tico)",resetSuccess:"Restablecer todos los ajustes correctamente",resetThisSuccess:"Restablecimiento correcto",saved:"Salvar con \xE9xito",successImportConfig:"Configuraci\xF3n importada correctamente",goAdvancedSettings:"Vaya a la p\xE1gina de configuraci\xF3n avanzada",goAdvancedInterfaceSettings:"Vaya a la p\xE1gina Configuraci\xF3n avanzada de personalizaci\xF3n",advanced:"Ajustes avanzados",advancedDescription:"Por lo general, no es necesario realizar ning\xFAn ajuste, basta con dejarlo por defecto. S\xF3lo para usuarios m\xE1s especializados, hay disponibles ajustes m\xE1s personalizados.",developer:"Ajustes de desarrollador",donateCafe:"precios","translate to the bottom of the page":"\xBFSe traslada al final de la p\xE1gina inmediatamente despu\xE9s de entrar en ella?",feedback:"Preguntas",toggleTranslatePage:"Traducir p\xE1gina/visualizar texto original",translateToThePageEndImmediatelyDescription:"Si la activas, el contenido se traducir\xE1 inmediatamente desde la parte superior a la inferior de la p\xE1gina a medida que entras en ella. Si lo desactiva, se traducir\xE1 a medida que lea. (No recomendado)","translate all areas of the page":"Traducir o no todas las \xE1reas de la p\xE1gina",translationAreaDescription:"Activado, se traducen todas las \xE1reas de toda la p\xE1gina web. Si se desactiva, se utiliza el reconocimiento inteligente predeterminado y s\xF3lo se traducen las \xE1reas principales. (No se recomienda activarlo)","the number of characters to be translated first":"Traduzca directamente los primeros caracteres de la p\xE1gina sin esperar a desplazarse hasta el \xE1rea de visualizaci\xF3n","interface language":"lenguaje de interfaz","display both the original text and the translation":"Visualizaci\xF3n simult\xE1nea del original y la traducci\xF3n","keyboard shortcuts":"Atajos de teclado",modify:"Modificar las teclas de acceso directo",reset:"revisi\xF3n",close:"coagulaci\xF3n",homepage:"p\xE1gina de inicio",more:"m\xE1s",moreOptions:"M\xE1s opciones de personalizaci\xF3n",translateTheWholePage:"Traducir todas las \xE1reas de la p\xE1gina (a diferencia de reconocer inteligentemente las \xE1reas principales)",changeToTranslateTheWholePage:"Cambiar para traducir todas las regiones",changeToTranslateTheMainPage:"Cambiar al \xE1rea principal de traducci\xF3n",changeToOnlyTranslationMode:"Mostrar s\xF3lo traducciones",changeToDualTranslationMode:"Cambiar a traducci\xF3n biling\xFCe",translateToThePageEndImmediately:"Traducci\xF3n inmediata al final de la p\xE1gina",translateTheMainPage:"Traducci\xF3n inteligente Regiones clave","The local rules are up to date":"Las normas locales de adaptaci\xF3n est\xE1n actualizadas.","Successfully synchronized with the latest official rules:":"Sincronizado con \xE9xito con las \xFAltimas normas oficiales de adaptaci\xF3n.","Checking for updates":"Comprobaci\xF3n de actualizaciones","Rules are being synchronized":"Sincronizaci\xF3n de las normas de adaptaci\xF3n",localVersionIsTooOld:"La versi\xF3n de la extensi\xF3n local es demasiado antigua, por favor actualice la extensi\xF3n a {minVersion} o m\xE1s reciente antes de intentar sincronizar.",badUserscriptBrowser:"El navegador actual no implementa correctamente la interfaz de la <1>extensi\xF3n Grease Mon key (por ejemplo, para obtener informaci\xF3n sobre el n\xFAmero de versi\xF3n del propio script Grease Monkey), por favor, utilice otros navegadores <1>compatibles con la extensi\xF3n Grease Monkey, como Firefox.",foundNewVersion:"Descubra la nueva versi\xF3n",theLocalExtensionIsUpToUpdate:"La extensi\xF3n actual est\xE1 al d\xEDa.",failToSyncRules:"No sincronizaci\xF3n de las \xFAltimas normas de adaptaci\xF3n",retry:"Pulse aqu\xED para volver a intentarlo",failedReason:"Razones del fracaso",currentRuleVersion:"Versi\xF3n actual de la norma",calculating:"c\xE1lculos",unknownError:"error desconocido",canNotFetchRemoteRule:"No se pueden obtener reglas remotas",enableAlphaSuccess:"Alfa activado",disableAlphaSuccess:"Se ha desactivado la funci\xF3n Alfa",cacheSize:"Tama\xF1o de la cach\xE9\uFF1A",cleaning:"en proceso de liquidaci\xF3n",cleanCache:"borrar la cach\xE9",options:"establecer",about:"con respecto a",service:"servicio de interpretaci\xF3n",needAction:"(Ir a Ajustes)",goSettings:"seguir adelante y configurar",needActionForOptions:"(por establecer)",translationEngine:"Opciones de motor",sourceLanguage:"Idioma original",target:"lengua de llegada",popupSourceLanguage:"Idioma original",popupTarget:"lengua de llegada",popupService:"servicio de interpretaci\xF3n",forThisSite:"P\xE1gina web actual",autoEnableSubtitle:"Activa autom\xE1ticamente los subt\xEDtulos biling\xFCes",alwaysTranslate:"Traduzca siempre",neverTranslate:"Nunca traduzca",alwaysTranslateSomeLanguage:"Traduzca siempre {language}",neverTranslateSomeLanguage:"Nunca traduzca {language}",alwaysTranslateSomeSite:"Traduzca siempre {hostname}",neverTranslateSomeSite:"Nunca traduzca {hostname}",alwaysTranslateSomeSiteOrWildSite:"Traduzca siempre el sitio",alwaysTranslateSomePage:"Traducir siempre la p\xE1gina",add:"aumentar",default:"por defecto (ajuste)",forThisLanguage:"Para este idioma\uFF1A","add url":"Introducir URL",edit:"compilador","translate other languages into specific language":"Traduce otros idiomas a tu idioma","select translation service":"Seleccione un servicio de traducci\xF3n",language:"multiling\xFCismo","show-original":"Mostrar texto original",translate:"renderizaci\xF3n",Translated:"traducido",Translating:"en traducci\xF3n",Error:"incorrecto",allowCacheTranslations:"Activar la cach\xE9 de traducci\xF3n local (para reducir las solicitudes de traducci\xF3n de pasajes duplicados)","translation display":"Estilo de visualizaci\xF3n de la traducci\xF3n","select diplay style":"Distinguir entre los estilos de traducci\xF3n, con referencia espec\xEDfica a los siguientes ejemplos",interface:"Ajustes de interfaz",import_export:"Importaci\xF3n y exportaci\xF3n",import_export_title:"Configuraci\xF3n de importaci\xF3n/exportaci\xF3n",syncToGoogleDrive:"Sincronizar con Google Drive ahora",floatBallOptions:"Ajustes de la Hoverball","floatBallOptions.enable":"Habilitar Hoverball","floatBallOptions.blockUrls":"Desactivar el sitio web","floatBallOptions.add":"aumentar","floatBallOptions.blockUrlDesc":"Las Hoverballs no se muestran cuando se encuentran los siguientes sitios web","floatBallOptions.clickType":"comportamiento al hacer clic","floatBallOptions.clickTypeDesc":"Comportamiento del icono Hoverball al hacer clic","floatBallOptions.clickPopup":"Mostrar panel de traducci\xF3n","floatBallOptions.clickTranslate":"Traducci\xF3n/visualizaci\xF3n del texto original","floatBallOptions.fixedPosition":"\u56FA\u5B9A\u4F4D\u7F6E","floatBallOptions.fixedPositionDesc":"\u60AC\u6D6E\u7403\u5728\u7A97\u53E3\u5DE6\u4FA7\u8FD8\u662F\u53F3\u4FA7","floatBallOptions.fixedPositionLeft":"\u5DE6\u4FA7","floatBallOptions.fixedPositionRight":"\u53F3\u4FA7",previewAllThemes:"Vista previa de todos los estilos","translationTheme.none":"no tener","translationTheme.grey":"gris oscuro","translationTheme.dashed":"subrayado punteado","translationTheme.dotted":"gui\xF3n bajo punteado","translationTheme.dashedBorder":"borde punteado","translationTheme.solidBorder":"borde s\xF3lido","translationTheme.underline":"Subrayar l\xEDneas rectas","translationTheme.mask":"Efectos difusos (modos de aprendizaje)","translationTheme.opacity":"efecto de transparencia","translationTheme.paper":"Efecto sombra de papel blanco","translationTheme.dividingLine":"l\xEDnea divisoria","translationTheme.highlight":"alto brillo","translationTheme.marker":"marcador (palabra de pr\xE9stamo)","translationTheme.marker2":"Marcador 2","translationTheme.blockquote":"Estilos de referencia","translationTheme.weakening":"debilitamiento","translationTheme.italic":"tipo de letra inclinado","translationTheme.bold":"espesar","translationTheme.thinDashed":"subrayado de l\xEDnea discontinua fina","translationTheme.nativeDashed":"El sistema viene con un subrayado de puntos","translationTheme.nativeDotted":"El sistema viene con subrayado de puntos","translationTheme.nativeUnderline":"El sistema viene con un subrayado recto","translationTheme.wavy":"l\xEDnea ondulada","translationServices.custom":"API personalizada","translationServices.tencent":"Tencent Traductor","translationServices.tenAlpha":"Tencent Translator (Alfa)","translationServices.google":"Google Translate","translationServices.bai":"Baidu (Alfa)","translationServices.baidu":"Traducci\xF3n de Baidu","translationServices.aliyun":"Traducci\xF3n AliCloud","translationServices.volc":"traducci\xF3n del volc\xE1n","translationServices.deeplx":"DeepLX (Beta)","translationServices.bing":"Microsoft Translate","translationServices.deepl":"DeepL","translationServices.wechat":"Traducci\xF3n de WeChat","translationServices.azure":"Traducci\xF3n Azure","translationServices.ibm":"IBM Watson","translationServices.aws":"Traducci\xF3n Amazon","translationServices.mock":"Traducci\xF3n simulada","translationServices.mock2":"Traducci\xF3n simulada 2","translationServices.caiyun":"lit. nubes de colores y peque\xF1as traducciones","translationServices.cai":"Nubes de colores (Alfa)","translationServices.volcAlpha":"Volc\xE1n (Alfa)","translationServices.openl":"OpenL","translationServices.youdao":"Traducci\xF3n Youtube","translationServices.you":"Youdao Traductor (Alfa)","translationServices.transmart":"Tencent Interactive Traducci\xF3n","translationServices.niu":"Traductor Maverick","translationServices.papago":"Traducci\xF3n de Papago","translationServices.d":"D (Alfa)","translationServices.dpro":"D Pro (Canarias)","translationServices.openai":"OpenAI","translationServices.yandex":"Yandex","translationServices.chatgpt":"ChatGPT Web(3.5 m\xF3vil)","translate title":"Traducir t\xEDtulos de p\xE1ginas","always languages":"Traduzca siempre el idioma",neverTranslateLanguagesLabel:"La lengua que nunca se traducir\xE1",neverTranslateTheFollowingLanguagesDescription:"Las traducciones se omiten cuando un p\xE1rrafo de la p\xE1gina est\xE1 en uno de los siguientes idiomas",enableUserscriptPagePopup:"Mostrar hoverball en la p\xE1gina",enableUserscriptPagePopupDescription:"Despu\xE9s de desactivar el hoverball, se puede recuperar con el acceso directo /{touch}. Se recomienda encarecidamente marcar esta p\xE1gina de configuraci\xF3n para evitar no poder encontrar el hoverball despu\xE9s de desactivar esta opci\xF3n por error.","always translate the following languages":"Traduce autom\xE1ticamente al idioma de destino cuando la p\xE1gina est\xE1 en uno de los siguientes idiomas","always sites":"Sitios web siempre traducidos","always translate the following sites":"Los sitios web se traducen autom\xE1ticamente a la lengua de destino cuando son los nombres de dominio de","never sites":"Sitio nunca traducido","never translate the following sites":"No se realizar\xE1n traducciones cuando el sitio web corresponda a los siguientes dominios","please refer to":"Tienes que rellenar la clave antes de poder utilizarla.",KeyAndConfigurationTutorial:"Tutorial de aplicaci\xF3n y configuraci\xF3n de llaves",useAboveStyleForTheseSites:"Utilice siempre el estilo de traducci\xF3n \u2308{theme}\u230B cuando el sitio sea para los siguientes dominios",currentUrl:"URL actual",confirm:"guardar (un archivo, etc.) (inform\xE1tica)",cancel:"anulaciones",delete:"eliminar","languages.auto":"detecci\xF3n autom\xE1tica",syncToCloud:"Sincronizaci\xF3n con Google Drive",syncToCloudDescription:"Subida a la nube, la configuraci\xF3n se puede sincronizar entre distintos navegadores/scripts de mono de grasa, sea cual sea la \xFAltima modificaci\xF3n.",syncToAccount:"Sincronizaci\xF3n con la nube de traducci\xF3n inmersiva",syncToAccountButton:"Sincronizaci\xF3n instant\xE1nea con la nube",syncToAccountDescription:"Sincroniza autom\xE1ticamente las configuraciones entre distintos dispositivos, sea cual sea el \xFAltimo en modificarse.",successSyncConfigInAccount:"Sincronizaci\xF3n satisfactoria con la nube",successSyncConfigToAccount:"Sincronizaci\xF3n satisfactoria con la nube",syncConfigNoUpdate:"Ya est\xE1 actualizado.",authFail:"Fallo de autorizaci\xF3n",syncTitle:"Gesti\xF3n manual de copias de seguridad",import_hint:"importar (datos)",upload:"cargar",revokeAuth:"revocar una autorizaci\xF3n",uploadFail:"Carga fallida",download:"descargando",importSuccess:"Importado con \xE9xito",importFail:"fallo de importaci\xF3n",deleteFail:"Error al borrar",backupToCloud:"Gesti\xF3n manual de los archivos de copia de seguridad",create_new_backup:"A\xF1adir un nuevo nodo de copia de seguridad",maxBackupFiles:"Se pueden hacer copias de seguridad de hasta{count}nodos diferentes, por favor, elimine los nodos que no necesite.",backupToCloudDescription:"Cargar o restaurar manualmente archivos de copia de seguridad, permitiendo hasta 3 copias de seguridad diferentes.",successSyncConfig:"Sincronizaci\xF3n satisfactoria con la nube",syncFail:"fallo de sincronizaci\xF3n",updatedAt:"Actualizado desde {date}",lastSyncedAt:"\xDAltima consulta en {date}",downloadFail:"Error de descarga",clickToDownload:"Haga clic para descargar",aboutLabel:"Acerca de - Comentarios","browser.openAboutPage":"Acerca de/Feedback",aboutLabelWithoutSponsor:"Acerca de - Comentarios",aboutIntro:"Que todos tengamos un acceso m\xE1s f\xE1cil y agradable a la enorme cantidad de informaci\xF3n en idiomas extranjeros que hay en Internet \u2764\uFE0F Puedes optar por activar tu <6>suscripci\xF3n Pro para utilizar las traducciones listas para usar de DeepL y OpenAI.

Puedes seguirnos en <3>Twitter, <4>Telegram, Weibo, WeChat, o <5>suscribirte a nuestra lista de correo para estar al tanto de las actualizaciones.
<7>Los miembros Pro pueden ponerse en contacto con nosotros en <8>support@immersivetranslate.com para un r\xE1pido servicio de atenci\xF3n al cliente.",aboutIntroWithoutSponsor:"Ojal\xE1 todos tengamos un acceso m\xE1s f\xE1cil y agradable a la enorme cantidad de informaci\xF3n en idiomas extranjeros disponible en Internet \u2764\uFE0F

Puedes seguirnos en <3>Twitter, el <4>canal de Telegram, WeChat, WeChat Exchange, o <5>suscribirte para seguir las actualizaciones por <5>correo electr\xF3nico a continuaci\xF3n.",projectHomepage:"Inicio del proyecto",joinTelegramGroup:"\xDAnase al grupo de usuarios para participar en los debates",wechatPublicAccount:"WeChat P\xFAblico",wechatCommunities:"Grupo de intercambio WeChat",qqCommunities:"Canal de comunicaci\xF3n QQ",joinTelegramChannel:"Siga el canal de Telegram para las \xFAltimas actualizaciones",feedbackAndJoin:"Pregunta Feedback / A\xF1adir Grupo",autoSync:"sincronizaci\xF3n horaria autom\xE1tica",loadingThemeTitle:"Estilo de carga",loadingThemeDescription:"Establecer el estilo mientras se espera a que se cargue la traducci\xF3n","loadingTheme.spinner":"Animaci\xF3n giratoria","loadingTheme.text":"texto est\xE1tico algo ","loadingTheme.none":"no se muestra",developerDescription:"La documentaci\xF3n sobre personalizaci\xF3n avanzada se encuentra <1>aqu\xED","edit border color":"Modificar el color del borde",successSyncButNoChange:"La configuraci\xF3n actual es coherente con la nube",customTheme:"Colores y tama\xF1os personalizados","customThemeLabel.borderColor":"Color del borde","customThemeLabel.borderRadius":"Bordes redondeados","customThemeLabel.textColor":"color del texto","customThemeLabel.backgroundColor":"color de fondo","customThemeLabel.zoom":"Escalado de fuentes (%)","customThemeLabel.opacity":"Opacidad del texto (%)",resetToDefaultColor:"Restablecer los colores por defecto",resetToDefaultSettings:"Restablecer la configuraci\xF3n predeterminada",isTranslateTitle:"Activar la traducci\xF3n de los t\xEDtulos de las p\xE1ginas",isTranslateTitleDescription:"Si est\xE1 activada, se traducen los t\xEDtulos de las p\xE1ginas",enableSearchEnhancement:"Activar la mejora de mensajes biling\xFCes",enableSearchEnhancementDescription:'Una vez activada, los resultados de b\xFAsqueda de "Google News" se mostrar\xE1n autom\xE1ticamente en la columna derecha de los sitios web compatibles (Google News, Google Search (algunas palabras clave), Snowball, Oriental Fortune, Futura, Tiger Community) para las correspondientes palabras clave en ingl\xE9s.',verifyService:"Haga clic aqu\xED para probar el servicio",verified:"Verificar el \xE9xito","field.langs":"C\xF3digos de idioma admitidos","field.model":"modelizaci\xF3n","field.translationEngine":"motor de traducci\xF3n","field.limitPerMinute":"Peticiones m\xE1ximas por minuto","field.limitPerSecond":"N\xFAmero m\xE1ximo de solicitudes por segundo","field.maxTextLengthPerRequest":"Longitud m\xE1xima del texto por solicitud","field.maxTextGroupLengthPerRequest":"N\xFAmero m\xE1ximo de apartados por solicitud","field.apiUrl":"Direcci\xF3n de interfaz API personalizada","field.placeholderDelimiters":"marcador de posici\xF3n reservado","description.custom":"Interfaz personalizada Acceso Documentaci\xF3n necesaria","description.limitPerMinute":"Las solicitudes que superan este l\xEDmite pasan a una cola hasta el inicio del siguiente minuto. Debido a las diversas limitaciones del servicio actual de OpenAI, haz clic <1>aqu\xED para consultar los \xFAltimos valores sugeridos.","description.limitPerSecond":"Las solicitudes que superan este l\xEDmite pasan a una cola hasta el inicio del siguiente segundo. Debido a las diversas limitaciones del servicio actual de OpenAI, haz clic <1>aqu\xED para consultar los \xFAltimos valores sugeridos.","description.generalLimitPerSecond":"Las solicitudes que superan este l\xEDmite pasan a una cola hasta el inicio del segundo siguiente.","description.prompt":"Enviar la conversaci\xF3n a {service} como usuario, donde {{text}} representa el contenido del texto del p\xE1rrafo, {{from}} representa el idioma del p\xE1rrafo y {{to}} representa el idioma objetivo.","description.maxTextLengthPerRequest":"El n\xFAmero m\xE1ximo de caracteres por petici\xF3n es demasiado grande para que la interfaz responda con lentitud, as\xED que pruebe a ajustar esta opci\xF3n para optimizar la velocidad","description.systemPrompt":"Enviar di\xE1logo al {service} como sistema, donde {{text}} representa el contenido del texto del p\xE1rrafo, {{from}} representa el idioma del p\xE1rrafo, {{to}} representa el idioma objetivo.","field.domain":"reino","description.domain":"El valor predeterminado es\uFF1Ageneral. S\xF3lo puede establecerse si la traducci\xF3n de dominios est\xE1 activada en la consola de la API Arima; consulte <1>aqu\xED los dominios admitidos.","field.scene":"toma","description.scene":"Por defecto\uFF1Ageneral. S\xF3lo se puede establecer si la consola API AliCloud est\xE1 habilitado para Machine Translation Pro, ver <1>aqu\xED para los escenarios compatibles","field.vocabId":"ID del diccionario del usuario","description.vocabId":"El diccionario out_id especificado admite actualmente la traducci\xF3n del ingl\xE9s al chino.","description.model":"Modelos OpenAI, pueden ser gpt-3.5-turbo, gpt-4, etc.","description.maxTextGroupLengthPerRequest":"El n\xFAmero de p\xE1rrafos enviados al servicio de traducci\xF3n a la vez, si hay demasiados p\xE1rrafos, puede hacer que la interfaz responda m\xE1s lentamente.","description.apiUrl":"Por favor, a\xF1ada URLs espec\xEDficas con rutas, <1>m\xE1s descripci\xF3n",enabledExtension:"Habilitar extensiones",clickToDisableExtension:"Haga clic para desactivar las extensiones",clickToEnableExtension:"Haga clic para activar las extensiones",hasBeenDisabled:"desactivado","show password":"Mostrar contrase\xF1a",customContent:"Introduzca un nombre de modelo personalizado",inputOptions:"Mejora del cuadro de entrada",mouseHoverOptions:"al pasar el rat\xF3n",modifyMouseHoverKey:"Modificar el acceso directo del rat\xF3n",enableInputTranslation:"Activar o no la mejora del cuadro de entrada",enableInputTranslationDescription:"Una vez activado, escriba {startingKey}{startingKey} hola directamente en el cuadro de entrada, luego pulse r\xE1pidamente{inputTrailingTriggerKeyRepeatTimes}veces{trailingKey}para traducir a {inputTargetLanguage}",enableInputTranslationDescriptionForNoneKey:"Una vez activado, escriba\uFF1AHello World directamente en el cuadro de entrada y, a continuaci\xF3n, pulse r\xE1pidamente{inputTrailingTriggerKeyRepeatTimes}{trailingKey}veces para traducir al idioma de destino predeterminado.",inputTargetLanguage:"Establecer el idioma de destino por defecto para los cuadros de entrada",inputTargetLanguageDescription:"Idioma de destino por defecto para la traducci\xF3n del cuadro de entrada, es decir, {startingKey}{startingKey} como idioma por defecto para las palabras desencadenantes.",inputTargetLanguageDescriptionForNoneKey:"Idioma de destino predeterminado para la traducci\xF3n del cuadro de entrada",inputStartingTriggerKeyTitle:"Configuraci\xF3n del car\xE1cter de divisi\xF3n para la traducci\xF3n parcial del cuadro de entrada",inputStartingTriggerKeyDescription:"Cuando no necesite traducir todo el cuadro de entrada, el divisor le permite traducir s\xF3lo la parte desde {startingKey}{startingKey} hasta el final del cuadro de entrada, o puede especificar el c\xF3digo de idioma, por ejemplo\uFF1A{startingKey}ja significa traducir s\xF3lo la parte desde {startingKey}ja hasta el final del cuadro de entrada.",inputStartingTriggerKeyDescriptionForNoneKey:"La configuraci\xF3n actual de sin prefijo no es necesaria, y la funci\xF3n de traducci\xF3n de algunos textos en el cuadro de entrada no est\xE1 disponible por el momento.",inputTrailingTriggerKeyTitle:"Seleccione un car\xE1cter de activaci\xF3n de fin de entrada",inputTrailingTriggerKeyDescription:"\xA13 golpes r\xE1pidos{trailingKey} comenzar\xE1 a traducir!",inputTrailingTriggerKeyTimeout:"Introduce el tiempo entre disparos de fin de combate",inputTrailingTriggerKeyTimeoutDescription:"Establece el tiempo (en milisegundos) entre disparos de combo de fin de entrada.",spaceKey:"<\u7A7A\u683C\u952E>",noneKey:"Traducci\xF3n directa de todo el cuadro de texto sin prefijos",inputTranslationBlockUrlsTitle:"No active la mejora del cuadro de entrada en las siguientes URL",inputTranslationBlockUrlsDescription:"Las mejoras del cuadro de entrada no funcionar\xE1n en las siguientes URL",clickToSeeQuickDemo:"Haga clic para ampliar el v\xEDdeo tutorial r\xE1pido de 30 segundos",inputHelperInfo:"Descripci\xF3n\uFF1AHemos optimizado el hecho de que algunos caracteres desencadenantes se convertir\xE1n en signos de puntuaci\xF3n chinos bajo m\xE9todos de entrada chinos, por ejemplo, / se convertir\xE1 en un signo dun , bajo el m\xE9todo de entrada Sogou, e Immersive Translator soporta todos los s\xEDmbolos chinos correspondientes a los caracteres desencadenantes, es decir, //,,, ser\xE1n reconocidos como caracteres desencadenantes.

Tambi\xE9n soportamos alias Chinos para c\xF3digos de lenguaje como comandos, por ejemplo /Japanese Hello World ser\xE1 traducido al Japon\xE9s, <1>haga clic aqu\xED para ver todos los c\xF3digos de lenguaje soportados.",reloadCurrentPage:"Actualice la p\xE1gina actual antes de iniciar la traducci\xF3n.",noLocalFilePermissionForPDF:"Usted no tiene permiso para leer archivos locales, por favor haga clic en el bot\xF3n de arriba y luego importar archivos locales.",noPermissionForThisPage:"\u26A0\uFE0F No hay permiso para traducir la p\xE1gina actual",retryAllParagraphs:"Reintentar todos los pasajes de error",retryAllButton:"Reintentar todos los pasajes de error",errorTooltipTitle:"Haga clic para ver la causa del error",errorModalTitle:"Parece que algo va mal con el servicio de traducci\xF3n o la red...",disableConfirm:"Entorno biling\xFCe de mejora de la informaci\xF3n",disableOnce:"Esta inhabilitaci\xF3n",disableGlobal:"desactivar permanentemente",disableTint:"* Puede volver a activarlo en {option} .",searchEnhancementNotes:"Tras activar la funci\xF3n de mejora de la informaci\xF3n biling\xFCe con traducci\xF3n inmersiva, buscaremos autom\xE1ticamente las mismas palabras clave en ingl\xE9s en los sitios web compatibles (Google News, Google Search (algunas palabras clave), Snowball, Oriental Wealth, Futura, Tiger) y las mostraremos a la derecha. Si no necesitas esta funci\xF3n, puedes desactivarla.",option:"establecer",saveSettings:"Guardar configuraci\xF3n",closeModal:"Cerrar ventana",enableInputTranslationWithoutTriggerKeyTitle:"Habilite 3 pulsaciones r\xE1pidas en{trailingKey}para traducir directamente todo el cuadro de entrada a{inputTargetLanguage}",enableInputTranslationWithoutTriggerKeyDescription:"Para especificar el idioma de destino, antep\xF3ngale el c\xF3digo del idioma, por ejemplo:\uFF1Aja Hola Mundo",mouseHoverShortcutPlaceholder:"p. ej.\uFF1ATurno",deepLProName:"Miembro de Immersive Translation Pro (Recomendado)",deepLProDescription:"El paquete actual puede utilizarse directamente",deeplProDescriptionForNormal:"No requiere instalaci\xF3n, los miembros pueden utilizarlo despu\xE9s de iniciar sesi\xF3n, <1>haga clic aqu\xED para actualizar a miembro",deepLCustomDescription:"Se requiere tarjeta de cr\xE9dito extranjera, abierta oficialmente en <1>DeepL, haga clic para ver <2>la documentaci\xF3n",deepLCustomName:"Clave de autenticaci\xF3n personalizada",chooseProviderLabel:"Seleccione un proveedor de servicios",openaiProName:"Miembro de Immersive Translation Pro (Recomendado)",openaiProDescription:"El paquete actual puede utilizarse directamente",openaiProDescriptionForNormal:"No requiere instalaci\xF3n, los miembros pueden utilizarlo despu\xE9s de iniciar sesi\xF3n, <1>haga clic aqu\xED para actualizar a miembro",openaiCustomDescription:"Disponible en OpenAI, Azure OpenAI u otros servicios de terceros. <1>Haga clic aqu\xED para consultar la documentaci\xF3n.",openaiCustomName:"Clave API personalizada",needLoginAction:"(Afiliaci\xF3n abierta o personalizaci\xF3n)",goLoginOrAction:"(Abra una cuenta o vaya a la configuraci\xF3n)",yearly:"efectuar un pago anual consecutivo",quarterly:"embalaje secuencial",monthly:"suscripci\xF3n mensual",yearlyForOnce:"Paquete anual \xFAnico",monthlyForOnce:"Paquete mensual \xFAnico",daily:"d\xEDas consecutivos de paquetes",year:"efectuar un pago anual consecutivo",quarter:"embalaje secuencial",month:"suscripci\xF3n mensual",day:"d\xEDas consecutivos de paquetes",onetime_7day:"Pack Experiencia 7 d\xEDas",currentPlanDescriptionForFree:"Paquetes actuales\uFF1AGratis",currentPlanDescriptionForContinuous:"El paquete actual\uFF1A{plan}se renovar\xE1 autom\xE1ticamente en {endAt} .",currentPlanDescriptionForAutoRenewCaceling:"El paquete actual\uFF1A{plan}expirar\xE1 en {endAt} y no se renovar\xE1 autom\xE1ticamente a su vencimiento.",currentYearlyPlanDescriptionForAutoRenewCacelingWithRealPaiedUser:"El paquete actual,\uFF1A{plan}, caducar\xE1 en {endAt} y no se renovar\xE1 autom\xE1ticamente a su vencimiento.
<1>Haga clic aqu\xED para gestionar su plan de renovaci\xF3n",currentYearlyPlanDescriptionForAutoRenewCacelingWithAdmin:"El paquete actual,\uFF1A{plan}, caducar\xE1 en {endAt} y no se renovar\xE1 autom\xE1ticamente a su vencimiento.
<1>Haga clic aqu\xED para activar la suscripci\xF3n anual continua",currentPlanDescriptionForOneTime:"La suscripci\xF3n actual\uFF1A{plan}expirar\xE1 en {endAt} , <1>haga clic aqu\xED para cambiar a una suscripci\xF3n <1>anual o <2>mensual.",upgradePlan:"Haga clic aqu\xED para pasar a Pro",upgradeToPro:"Actualizar a miembro Pro","popup.openPro":"Actualice su suscripci\xF3n a Pro para disfrutar de DeepL y de la traducci\xF3n OpenAI, \xA1haga clic aqu\xED para actualizar!","popup.openProForPro":"Eres un miembro Pro con acceso directo a DeepL y a las traducciones de OpenAI.",currentAccount:"cuenta corriente",enableAutoSyncUserSettings:"Sincronizaci\xF3n autom\xE1tica en la nube de varios dispositivos",modalEnableInputTranslationTitle:"Traducci\xF3n inmersiva Cuadro de entrada Alertas de traducci\xF3n",modalEnableInputTranslationDesc:"Acaba de activar la traducci\xF3n del cuadro de entrada de Immersive Translation pulsando la barra espaciadora 3 veces en r\xE1pida sucesi\xF3n, y el contenido del cuadro de entrada se traducir\xE1 al idioma de destino predeterminado. La traducci\xF3n puede deshacerse con Ctrl+Z.

Si ha sido un error, no se preocupe, puede elegir desactivarla esta vez, o desactivar permanentemente la traducci\xF3n del cuadro de entrada.",saveAndNotShowAgain:"Guardar y dejar de preguntar",disableInputTranslationTips:"* Tambi\xE9n puedes configurar otros atajos para que se activen en {option} ,{learnMore}.",learnMore:"M\xE1s informaci\xF3n",continueEnalbeInputTranslation:"Seguir activando la traducci\xF3n del cuadro de entrada",autoRenewTrialSuffix:'(En la versi\xF3n de prueba,pas\xF3 inmediatamente a ser miembro de pleno derecho)',upgradeFromTrialTitle:"Pasar a Miembro de pleno derecho",subtitle:"subtitulado de v\xEDdeo",youtubeService:"Traducci\xF3n por inmersi\xF3n Servicios de traducci\xF3n de subt\xEDtulos de v\xEDdeo","subtitle.disabledSubtitle":"Desactivar permanentemente la funci\xF3n de subt\xEDtulos de v\xEDdeo","subtitle.disabledSubtitleDescription":"Si Immersive Translator's Video Subtitles entra en conflicto con otras extensiones, puedes optar por desactivar permanentemente la funcionalidad de Immersive Translator's Video Subtitles o desinstalar otras extensiones conflictivas.","subtitle.autoEnableSubtitle":"Uso autom\xE1tico de subt\xEDtulos biling\xFCes","subtitle.autoEnableSubtitleDescription":"Una vez activado, se mostrar\xE1n autom\xE1ticamente subt\xEDtulos biling\xFCes cuando se reproduzca el video, de lo contrario, necesitar\xE1 hacer clic en el bot\xF3n de traducci\xF3n para que se muestren.","subtitle.preTranslation":"Traducir subt\xEDtulos mediante traducci\xF3n inmersiva","subtitle.preTranslationDescription":"Cuando est\xE1 activada, se pretraducir\xE1 todo el subt\xEDtulo utilizando el servicio de traducci\xF3n especificado m\xE1s abajo, y un v\xEDdeo de 1 hora consumir\xE1 unos 50.000 tokens o caracteres, as\xED que util\xEDzalos seg\xFAn tu criterio; cuando est\xE1 desactivada, se utilizar\xE1n primero los subt\xEDtulos originales.","subtitle.humanSubtitlesPreferred":"Uso prioritario del subtitulado humano","subtitle.humanSubtitlesPreferredDescription":"Priorizar el uso de subt\xEDtulos humanos cuando el v\xEDdeo disponga de subt\xEDtulos humanos en la lengua de llegada (recomendado)",videoSubtitleTranslationDescription:"Asignar un servicio de traducci\xF3n independiente para los subt\xEDtulos de v\xEDdeo",subtitleTranslating:"Por favor, espere mientras se traducen los subt\xEDtulos mediante el servicio {service} ... (traducci\xF3n por inmersi\xF3n)",subtitleLoading:"Cargando subt\xEDtulos...",bilingual:"biling\xFCismo","field.action":"Activar o no la terminolog\xEDa Baidu","description.action":"Cuando est\xE9 activado, se a\xF1adir\xE1 un par\xE1metro action=1 a la solicitud para informar a Baidu del t\xE9rmino activado; <1>consulte la documentaci\xF3n oficial para obtener m\xE1s informaci\xF3n.",closeQuickTranslation:"Cerrar Hoverball","closeQuickTranslation.untilNext":"Esta vez cerrado hasta la pr\xF3xima visita","closeQuickTranslation.currentWebsite":"Sitio actual desactivado","closeQuickTranslation.alwaysClose":"desactivar permanentemente","closeQuickTranslation.settingOpen":"(puede activarse en la <1>p\xE1gina de configuraci\xF3n )","closeQuickTranslation.cancel":"anulaciones","closeQuickTranslation.confirm":"defina","floatBall.popup":"Abrir el panel de ajustes r\xE1pidos","floatBall.translate":"Haga clic para traducir la p\xE1gina","floatBall.showOriginal":"Haga clic para volver al art\xEDculo original","floatBall.close":"Cerrar Hoverball","floatBallOptions.enableDescPc":"Despu\xE9s de activar el hoverball de la p\xE1gina, aparecer\xE1 un bot\xF3n de traducci\xF3n r\xE1pida en la parte derecha de la p\xE1gina, \xA1haz clic en \xE9l para traducir!","floatBallOptions.enableDesc":"Despu\xE9s de apagar el hoverball, puedes recuperarlo con{touch}. Se recomienda encarecidamente marcar esta p\xE1gina de configuraci\xF3n para evitar no poder encontrar el hoverball despu\xE9s de desactivar esta opci\xF3n por error.","description.azureApiUrl":"Introduzca la direcci\xF3n de la interfaz API personalizada",confirmSupportMouse:"Forzar la activaci\xF3n del soporte de rat\xF3n",confirmSupportMouseDescription:"Detectado que el navegador actual no soporta la funci\xF3n de rat\xF3n, \xBFse fuerza a habilitar el soporte de rat\xF3n?",sampleTargetText:"Llegar\xE1 la larga noche, y velar\xE9 desde hoy hasta que muera. No tomar\xE9 esposa, no har\xE9 feudo, no tendr\xE9 hijos. No llevar\xE9 corona, no luchar\xE9 por el honor. Cumplir\xE9 con mi deber, vivir\xE9 y morir\xE9.",sampleSourceText:"Night gathers, and now my watch begins. It shall not end until my death. I shall take no wife, hold no lands, father no children. I shall wear no crowns and win no glory. I shall live and die at my post.","subtitle.supportedSites":"\u5DF2\u652F\u6301\u5728\u8FD9\u4E9B\u7F51\u7AD9\u4F7F\u7528\u53CC\u8BED\u5B57\u5E55\uFF08\u6CE8\u610F\uFF1A\u7531\u4E8E\u6280\u672F\u9650\u5236\uFF0C\u90E8\u5206\u7F51\u7AD9\u5728\u9996\u6B21\u5F00\u542F\u5B57\u5E55\u540E\u9700\u8981\u91CD\u65B0\u5237\u65B0\u9875\u9762\uFF0C\u6216\u8005\u9700\u7B49\u5F85\u7FFB\u8BD1\u5B8C\u6210\u4EE5\u663E\u793A\u53CC\u8BED\u5B57\u5E55\uFF09\uFF1A",viewWithImmersiveTranslate:"\u53CC\u8BED\u7248\u672C(\u6C89\u6D78\u5F0F\u7FFB\u8BD1)",errorReason:"\u9519\u8BEF\u539F\u56E0\uFF1A{message}","proQuotaExceededError.onetime7day":'\uFF0C\u60A8\u53EF\u4EE5\u9009\u62E9\u4EE5\u4E0B\u65B9\u5F0F\u89E3\u51B3\uFF1A

1. \u5207\u6362\u5230 {anotherService} \u6216\u5176\u4ED6\u7FFB\u8BD1\u670D\u52A1
2. \u5347\u7EA7\u4E3A\u6708\u5EA6/\u5E74\u5EA6\u4F1A\u5458',"proQuotaExceededError.trial":'\uFF0C\u60A8\u53EF\u4EE5\u9009\u62E9\u4EE5\u4E0B\u65B9\u5F0F\u89E3\u51B3\uFF1A

1. \u5207\u6362\u5230 {anotherService} \u6216\u5176\u4ED6\u7FFB\u8BD1\u670D\u52A1
2. \u7ACB\u523B\u5347\u7EA7\u4E3A\u6B63\u5F0F\u4F1A\u5458',"proQuotaExceededError.nonTrial":'\uFF0C\u60A8\u53EF\u4EE5\u9009\u62E9\u4EE5\u4E0B\u65B9\u5F0F\u89E3\u51B3\uFF1A

1. \u5207\u6362\u5230 {anotherService} \u6216\u5176\u4ED6\u7FFB\u8BD1\u670D\u52A1
2. \u8D2D\u4E70 {translationService} \u989D\u5916\u6D41\u91CF\u5305',"proQuotaExceededError.resetTime":"
3. \u989D\u5EA6\u91CD\u7F6E\u65F6\u95F4\uFF1A{resetTime}","desc.touchShortcutsToggleTranslatePageOnlyTranslation":"Solo se muestra la traducci\xF3n se refiere a que solo se mostrar\xE1 la traducci\xF3n, si la p\xE1gina web a\xFAn no se ha traducido, cambiar\xE1 el modo y traducir\xE1.","desc.toggleOnlyTransation":"El modo de solo traducci\xF3n se refiere a mostrar solo el texto traducido, si la p\xE1gina web a\xFAn no se ha traducido, cambiar\xE1 el modo y traducir\xE1.",touchShortcutsToggleTranslatePageOnlyTranslation:"Configurar gestos de pantalla t\xE1ctil para cambiar entre modo biling\xFCe/solo texto traducido",download_started:"La descarga ya ha comenzado, si no se descarga autom\xE1ticamente, haga clic manualmente.",here:"aqu\xED","desc.toggleVideoSubtitlePreTranslation":"Al presionar, los subt\xEDtulos biling\xFCes del video usar\xE1n preferentemente la configuraci\xF3n de traducci\xF3n inmersiva, al presionar nuevamente, se dar\xE1 prioridad a los subt\xEDtulos de traducci\xF3n autom\xE1tica incluidos en el video original. Nota: este atajo modifica la configuraci\xF3n global.",videoSubtitlePreTranslationOn:"Los subt\xEDtulos del video tendr\xE1n prioridad para usar la traducci\xF3n inmersiva.",videoSubtitlePreTranslationOff:"Los subt\xEDtulos del video dar\xE1n prioridad a los subt\xEDtulos de traducci\xF3n autom\xE1tica incluidos en el video original.",translationFont:"Establecer fuente","translationFont.custom":"Ingrese fuente personalizada","translationFont.customPlaceholder":"fuente","translationFont.notSupportErrorMessage":"Por favor, verifique si el nombre de la fuente que ingres\xF3 es correcto, o confirme si esta fuente ya est\xE1 instalada en su dispositivo.","touch.mouse-translate":"Traducir el p\xE1rrafo especificado.","translationServices.inherit":"Siga el servicio de traducci\xF3n principal","error.serveConfigError":"Error de configuraci\xF3n del servicio","error.reloadPageOfSetting":"Despu\xE9s de configurar, por favor refresca la p\xE1gina para traducir de nuevo.","error.googleLimitIp":"El servicio devuelve un error, el servicio de Google ha limitado la direcci\xF3n IP, se recomienda que cambie el nodo de red.","error.openAIFreeLimit":"El servicio devuelve un error, la frecuencia actual de solicitudes de traducci\xF3n ha alcanzado el l\xEDmite m\xE1ximo de 3 veces por minuto, por favor intente de nuevo m\xE1s tarde. (Esta es una restricci\xF3n de OpenAI oficial para la API Key gratuita, para eliminar esta restricci\xF3n, por favor vincule una tarjeta de cr\xE9dito en el backend de OpenAI.)","error.openAIExceededQuota":"El servicio devuelve un error: el saldo de tu cuenta de OpenAI es insuficiente, por favor recarga o vincula una tarjeta de cr\xE9dito en el panel de control oficial de OpenAI.","error.429":"El servicio devuelve un error, lo que indica que la solicitud es demasiado frecuente o excede el l\xEDmite de cuota, por favor intente de nuevo m\xE1s tarde.","error.403":"El servicio devuelve un error, no tiene permiso temporal para acceder a este servicio.","error.400":"El servicio devuelve un error, el par\xE1metro de solicitud es incorrecto, por favor verifica la configuraci\xF3n correspondiente.","error.502":"El servicio devuelve un error, el servicio se ha agotado, por favor intente de nuevo m\xE1s tarde.","error.proTokenInvalid":"Si usted es un usuario Pro, por favor inicie sesi\xF3n para usar el servicio de traducci\xF3n Pro.","error.proUpgrade":"Despu\xE9s de la actualizaci\xF3n, por favor refresca la p\xE1gina y traduce de nuevo.","error.configError":"Los datos de configuraci\xF3n son anormales.","error.goReset":"Ir a restablecer",batchEdit:"Operaci\xF3n en masa","translationModeLang.translation.title":"Solo modo de traducci\xF3n de idioma","translationModeLang.translation.description":"Cuando el idioma de la p\xE1gina es uno de los siguientes, se utilizar\xE1 autom\xE1ticamente solo el modo de traducci\xF3n.","translationModeUrl.translation.title":"Solo el modo de direcci\xF3n web de traducci\xF3n","translationModeUrl.translation.description":"Cuando el sitio web tiene los siguientes dominios, se utilizar\xE1 autom\xE1ticamente el modo de solo traducci\xF3n.","error.serveUnavailable":"El servicio [{serverName}] que est\xE1 utilizando actualmente no est\xE1 disponible temporalmente debido a problemas con la conexi\xF3n a la red o el proveedor del servicio. Le sugerimos que intente actualizar la p\xE1gina o cambiar a otro servicio de traducci\xF3n a trav\xE9s de <1>Configuraci\xF3n. Si usted es un miembro <2>Pro, puede optar por utilizar los servicios de traducci\xF3n m\xE1s estables de DeepL o OpenAI (<3>haga clic aqu\xED para probarlo gratis). Adem\xE1s, es posible que necesite revisar su configuraci\xF3n de red o proxy.",detectServiceLoading:"Detectando servicios de traducci\xF3n disponibles...",toggleToService:"Cambie a {service} e intente de nuevo.","error.gemini.429":"El servicio actual de Gemini ha alcanzado su capacidad m\xE1xima, por favor intente m\xE1s tarde o cambie a otro servicio de traducci\xF3n.",enableSentryReport:"Cuando ocurre un error de expansi\xF3n, usa Sentry para enviar comentarios.",notLogin:"No registrado",goLogin:"Iniciar sesi\xF3n",touchShortcutsOff:"Cerrar",shortcutSettings:"Atajo de teclado","tagsInput.add":"+ A\xF1adir",translationOnlyMode:"Solo modo de traducci\xF3n","multipleClick.2":"Haz doble clic",contact:"Cont\xE1ctanos","widget.translateFile":"PDF/ePub","subtitle.hideQuickButton":"Ya no mostrar este atajo","translationServices.gemini":"G\xE9minis","widget.instructionTooltip":"Consultar las instrucciones de uso","subtitle.bilingual":"Subt\xEDtulos biling\xFCes","error.retry":"Reintentar","multipleClick.4":"Cu\xE1druple golpe",buildSnapshots:"Generar captura de p\xE1gina web","error.subscriptionExpiredTitle":"La membres\xEDa ha expirado","slide.left":"Desliza a la derecha","widget.videoSubtitle":"subt\xEDtulos de video","browser.translateWithDeepL":"Uso temporal de DeepL para traducir la p\xE1gina actual","subtitle.autoDisableSubtitle":"No activar autom\xE1ticamente los subt\xEDtulos biling\xFCes","browser.translateWithBing":"Uso temporal de Microsoft para traducir la p\xE1gina actual","error.reason":"Raz\xF3n del error","browser.translateWithTransmart":"Uso temporal de Tencent para traducir la p\xE1gina actual",pickAll:"Seleccionar todo","browser.translateInputBox":"Traducir el contenido actual del cuadro de entrada.","floatBall.iKnow":"Ya lo s\xE9.",temprarilyChangeTranslationTo_deepl:"Estoy usando DeepL para traducir la p\xE1gina actual.","multipleClick.3":"Triple golpe","intro.hoverTitle":"Pase el mouse para traducir el p\xE1rrafo actual",temprarilyChangeTranslationTo_transmart:"Est\xE1 utilizando Tencent para traducir la p\xE1gina actual.","intro.floatBallTitle":"Bola flotante de traducci\xF3n r\xE1pida",paragraphMinTextCountField:"El n\xFAmero m\xEDnimo de caracteres necesarios para traducir un p\xE1rrafo","shortcutGroup.touch":"Gestos espec\xEDficos para pantallas t\xE1ctiles",temprarilyChangeTranslationTo_gemini:"Estoy usando Gemini para traducir la p\xE1gina actual.",temprarilyChangeTranslationTo_bing:"Est\xE1 utilizando Microsoft para traducir la p\xE1gina actual.","shortcutGroup.main":"Atajos de teclado de funciones comunes",mouseHoverCustomKeyTitle:"Personalizar el atajo de teclado para el rat\xF3n en suspensi\xF3n","shortcutGroup.shortcutsForTranslationServices":"Atajos de teclado relacionados con el servicio de traducci\xF3n",touchShortcutsToggleTranslateTouchElement:"Configurar gestos t\xE1ctiles para traducir p\xE1rrafos espec\xEDficos",notLoginPro:"Todav\xEDa no has iniciado sesi\xF3n en tu cuenta de miembro.","intro.subtitleTitle":"Visualizaci\xF3n de subt\xEDtulos biling\xFCes en videos en l\xEDnea","subtitle.showQuickButton":"En el reproductor se muestra el atajo de subt\xEDtulos biling\xFCes",temprarilyChangeTranslationTo_google:"Est\xE1 utilizando Google Traductor para traducir la p\xE1gina actual.",upgradeToProErrorTitle:"Por favor, actualice a miembro Pro para utilizar este servicio de traducci\xF3n.","widget.instruction":"Instrucciones de uso","slide.right":"Desliza a la izquierda","browser.translateWithOpenAI":"Uso temporal de OpenAI para traducir la p\xE1gina actual","shortcutGroup.others":"M\xE1s atajos de teclado personalizados","browser.toggleMouseHoverTranslateDirectly":"Habilitar o deshabilitar temporalmente la traducci\xF3n directa al pasar el mouse en la p\xE1gina",alwaysTranslateThisSite:"Siempre traduce este sitio web",neverTranslateThisSite:"Nunca traduzca este sitio web","shortcutGroup.mouse":"Configuraci\xF3n de atajos de teclado para el rat\xF3n en suspensi\xF3n","widget.translateFileTooltip":"Traducir documentos PDF, EPUB, SRT, ASS, HTML y TXT","browser.translateWithGemini":"Usa temporalmente Gemini para traducir la p\xE1gina actual","browser.toggleVideoSubtitlePreTranslation":"Cambie a subt\xEDtulos biling\xFCes y priorice la configuraci\xF3n de traducci\xF3n inmersiva.",networkError:"El servicio de traducci\xF3n o la red tienen problemas.",loggedIn:"Conectado","widget.videoSubtitleTooltip":"Apoya Youtube y otros {count}+ sitios web de videos",touchShortcutsToggleTranslationMask:"Configurar gestos t\xE1ctiles para mostrar la m\xE1scara de traducci\xF3n / mostrar el texto original","floatBall.guideClickToTranslate":"Haz clic en la bola flotante de traducci\xF3n inmersiva para traducir r\xE1pidamente","desc.touchShortcutsToggleTranslateTouchElement":"Personalice un gesto y podr\xE1 traducir cualquier p\xE1rrafo en el que se encuentre.","floatBall.longPress":"Mant\xE9n presionado para abrir r\xE1pidamente el panel de configuraci\xF3n.","error.subscriptionExpired":"Es posible que su membres\xEDa haya expirado, por favor verifique el estado de su membres\xEDa.",shortcutSettingsTitle:"Configuraci\xF3n de atajos de teclado",temprarilyChangeTranslationTo_openai:"Estoy usando OpenAI para traducir la p\xE1gina actual.","browser.translateWithGoogle":"Uso temporal de Google Traductor para traducir la p\xE1gina actual","desc.interfaceLanguage":"La configuraci\xF3n del idioma de la interfaz afecta el idioma de visualizaci\xF3n del panel de control y no tiene relaci\xF3n con el idioma objetivo de la traducci\xF3n.","description.baiduField":"Las \xE1reas de apoyo se ven <1>aqu\xED, si est\xE1 vac\xEDo significa que no se especifica el \xE1rea.","contact.description":"Si tiene alguna pregunta o sugerencia, no dude en completar el formulario a continuaci\xF3n para contactarnos, o env\xEDe un correo electr\xF3nico a {email}, le responderemos lo antes posible.","neverTranslateText.title":`Por favor, traduce directamente al espa\xF1ol (evita explicar el texto original): Mant\xE9n las siguientes palabras en su idioma original, no las traduzcas.`,confirmResetToDefaultSettings:"\xBFEst\xE1 seguro de que desea restaurar este servicio de traducci\xF3n a la configuraci\xF3n predeterminada? (Solo restablece la configuraci\xF3n del servicio de traducci\xF3n actual)","desc.toggleTranslateTheWholePage":"Traducir toda el \xE1rea de la p\xE1gina, por defecto, traduciremos el \xE1rea principal de la p\xE1gina, puedes usar este atajo para traducir espec\xEDficamente toda el \xE1rea de la p\xE1gina.",shortcutDisableTooltip:"Realice la configuraci\xF3n en la p\xE1gina de administraci\xF3n de atajos de extensi\xF3n proporcionada por el navegador, para m\xE1s orientaci\xF3n consulte las instrucciones en la parte superior de esta p\xE1gina.",touchShortcutsToggleTranslatePage:"Configura gestos t\xE1ctiles para traducir p\xE1ginas web/mostrar el texto original","desc.toggleTranslateTheMainPage":"Solo traduce el \xE1rea principal de la p\xE1gina, cuando has habilitado la traducci\xF3n de todo el \xE1rea de la p\xE1gina en la configuraci\xF3n avanzada, puedes usar este atajo para traducir espec\xEDficamente el \xE1rea principal de la p\xE1gina.","desc.touchShortcutsToggleTranslatePage":"Una vez configurado, al mover el dispositivo m\xF3vil, se puede tocar la pantalla con X dedos, deslizar hacia la izquierda o hacia la derecha o hacer clic continuamente para activar la traducci\xF3n de la p\xE1gina web/mostrar el texto original.",paragraphMinTextCountDesc:"Tenga en cuenta, aqu\xED se refiere a la longitud del car\xE1cter, por ejemplo: hola es 5 caracteres, establecer un valor m\xE1s grande puede reducir la traducci\xF3n de p\xE1rrafos peque\xF1os innecesarios.","desc.mouseHoverHoldKey":"Cuando el mouse se coloca sobre un p\xE1rrafo, al presionar la tecla de acceso r\xE1pido en el lado derecho, se puede traducir directamente ese p\xE1rrafo.",mouseHoverCustomKeyDescription:"Puedes personalizar una combinaci\xF3n de teclas de acceso r\xE1pido para cuando el mouse se posicione encima, como: Alt+Z, Ctrl+E, Cmd+Alt+E o directamente Cmd, por favor ingresa manualmente.","intro.floatBallDescription":"Una vez activado, se mostrar\xE1 un bot\xF3n de traducci\xF3n r\xE1pida en el lado derecho de la p\xE1gina, haga clic para traducir, haga clic nuevamente para volver al texto original. En dispositivos m\xF3viles, mantenga presionada la bola flotante para abrir el panel de configuraci\xF3n r\xE1pida.","desc.touchShortcutsToggleTranslationMask":"La m\xE1scara de traducci\xF3n se refiere al efecto borroso en el estilo de la traducci\xF3n (modo de aprendizaje), que se activa temporalmente para usar el efecto borroso en la traducci\xF3n, lo que facilita el aprendizaje.",translationOnlyModeDescription:"El modo de solo traducci\xF3n se refiere a mostrar solo el texto traducido, en lugar del modo biling\xFCe predeterminado. Nota: debido a limitaciones t\xE9cnicas, los hiperv\xEDnculos del texto original se desactivar\xE1n en el modo de solo traducci\xF3n.","neverTranslateText.description":"Debido a que algunos motores de traducci\xF3n no reconocen adecuadamente los nombres propios, puedes agregar palabras aqu\xED para asegurarte de que no se conviertan durante el proceso de traducci\xF3n. Ten en cuenta que esta funci\xF3n distingue entre may\xFAsculas y min\xFAsculas, y solo admite idiomas con palabras separadas por espacios (como ingl\xE9s, franc\xE9s), no es aplicable a idiomas como japon\xE9s, coreano, etc.","desc.toggleMouseHoverTranslateDirectly":"Despu\xE9s de presionar esta tecla de acceso r\xE1pido, en la p\xE1gina, siempre que el mouse apunte a cualquier texto, se traducir\xE1 autom\xE1ticamente ese texto. Presione la tecla de acceso r\xE1pido nuevamente para desactivar esta funci\xF3n de traducci\xF3n autom\xE1tica.","intro.subtitleDescription":"Despu\xE9s de activar esta funci\xF3n, los subt\xEDtulos biling\xFCes se mostrar\xE1n autom\xE1ticamente durante la reproducci\xF3n del video. Si no est\xE1 habilitado, deber\xE1 hacer clic manualmente en el bot\xF3n de traducci\xF3n en la p\xE1gina para mostrar los subt\xEDtulos. Tenga en cuenta que, debido a las limitaciones t\xE9cnicas, algunos sitios web pueden necesitar refrescar la p\xE1gina o esperar a que se complete la traducci\xF3n para mostrar los subt\xEDtulos biling\xFCes. (Adem\xE1s, tambi\xE9n puede habilitar/deshabilitar el panel de acceso r\xE1pido de traducci\xF3n inmersiva en la esquina superior derecha despu\xE9s de abrir el sitio web de video).

Actualmente se admite el uso de subt\xEDtulos biling\xFCes en estos sitios web:","intro.hoverDescription":"La traducci\xF3n al pasar el rat\xF3n es una funci\xF3n muy importante en la traducci\xF3n inmersiva, solo necesitas colocar el rat\xF3n sobre el p\xE1rrafo y presionar la tecla de acceso r\xE1pido establecida para traducir autom\xE1ticamente el p\xE1rrafo actual (nota: no est\xE1 habilitado por defecto, config\xFAralo a continuaci\xF3n). Esta interacci\xF3n se utiliza para reemplazar mejor la traducci\xF3n de palabras seleccionadas. Adem\xE1s, esta funci\xF3n se utiliza ampliamente en \xE1reas de traducci\xF3n que no se pueden reconocer, puedes utilizar esta funci\xF3n para forzar la traducci\xF3n de cualquier p\xE1rrafo.","subtitle.showQuickButtonDescription":"Proporciona un atajo para activar los subt\xEDtulos biling\xFCes en la esquina inferior derecha del reproductor de video.",geminiWarning:"Atenci\xF3n: El servicio gratuito de Gemini proporcionado por Google tiene restricciones estrictas, Google puede determinar que el usuario est\xE1 utilizando m\xFAltiples Keys para eludir sus l\xEDmites de cuota gratuita, no se recomienda su uso, se sugiere esperar hasta que Google abra la interfaz de pago de Gemini en el futuro para su uso.","floatBall.setting":"Configuraci\xF3n","floatBall.file":"Traducir PDF, EPUB, SRT, ASS, HTML, archivos TXT","floatBall.translateToLanguage":"Haga clic para traducir a {language}",changeToOnlyTempTranslationMode:"Mostrar s\xF3lo traducciones",changeToDualTempTranslationMode:"Cambiar a traducci\xF3n biling\xFCe","options.navbar.translateFile":"Traducir documento","transitionMode.translation":"Solo texto traducido.","options.navbar.installApp":"Instalar la aplicaci\xF3n m\xF3vil","transitionMode.dual":"Contraste biling\xFCe","subtitle.transitionModeDescription":"Establecer subt\xEDtulos de video en modo de comparaci\xF3n biling\xFCe o solo en modo de traducci\xF3n","subtitle.transitionMode":"Subt\xEDtulos de video biling\xFCes / Configuraci\xF3n solo de texto traducido","transitionMode.inherit":"Mant\xE9ngase consistente con el modo de visualizaci\xF3n de traducci\xF3n predeterminado del sistema.",translateFileTooltip:`Traducir PDF, ePub, srt, ass, HTML, archivos TXT`,"description.multiplePrompt":`Cuando el n\xFAmero de p\xE1rrafos es mayor a 1, se env\xEDa la conversaci\xF3n a {service} como usuario, donde {{from}} indica el idioma del p\xE1rrafo, {{to}} indica el idioma objetivo, {{yaml}} es el contenido del p\xE1rrafo que hemos envuelto en formato yaml, si tienes la necesidad de personalizar Prompt, necesitas asegurarte de que cada elemento en el resultado YAML de la respuesta de AI contenga el campo {env.imt_trans_field}, {{imt_trans_field}} es el nombre del campo de la traducci\xF3n que esperamos de la respuesta de AI, por defecto es {env.imt_trans_field}, {{imt_source_field}} es el nombre del campo del texto original que pasamos a AI, por defecto es {env.imt_source_field}, ejemplo de resultado: @@ -5072,7 +5072,7 @@ ass, HTML, archivos TXT`,"description.multiplePrompt":`Cuando el n\xFAmero de p\ {env.imt_sub_trans_field}: Traducci\xF3n - id: 2 {env.imt_sub_source_field}: Fuente - {env.imt_sub_trans_field}: Traducci\xF3n`,"subtitle.quickButton.cyan":"Azul","subtitle.quickButton.backgroundColor":"color de fondo","subtitle.quickButton.blue":"azul","subtitle.quickButton.translationTextColor":"Color de fuente de traducci\xF3n","subtitle.quickButton.translationPosition":"Posici\xF3n de traducci\xF3n","subtitle.quickButton.translationFontSize":"Tama\xF1o de fuente de traducci\xF3n","subtitle.quickButton.translationPositionBottom":"Debajo del texto original","subtitle.quickButton.sourceFontSize":"Tama\xF1o original de la fuente","subtitle.quickButton.green":"Verde","subtitle.quickButton.white":"blanco","subtitle.quickButton.red":"Rojo","subtitle.quickButton.magenta":"Magenta","translationServices.claude":"Claude","subtitle.quickButton.setting":"Configuraci\xF3n","subtitle.quickButton.yellow":"amarillo","subtitle.quickButton.backgroundOpacity":"Opacidad de fondo","subtitle.quickButton.black":"negro","subtitle.quickButton.sourceTextColor":"Color original de la fuente","subtitle.quickButton.translationPositionTop":"En la parte superior del texto original",attachSubtitleTranslating:"Usando {service} para traducir...","error.claude.403":"No tiene permiso para acceder al servicio, puede estar relacionado con las restricciones de \xE1rea de Claude, puede intentar cambiar su direcci\xF3n IP o usar otros servicios de traducci\xF3n.","browser.brandDescriptionForSafari":"\u3010Traducci\xF3n inmersiva\u3011Un complemento de traducci\xF3n de p\xE1ginas web biling\xFCe (original/traducci\xF3n) gratuito que tambi\xE9n soporta la traducci\xF3n de PDF y libros electr\xF3nicos EPUB manteniendo el formato original del documento, la traducci\xF3n de subt\xEDtulos biling\xFCes de videos en l\xEDnea como Youtube/Netflix, y soporta servicios de traducci\xF3n principales como Deepl/Google;","browser.PdfProFile":"AI impulsado por PDF Pro traducci\xF3n","browser.textTranslate":"Traducci\xF3n de texto"};var xb={nologin:"\u0648\u0627\u0631\u062F \u0646\u0634\u062F\u0647 \u0627\u06CC\u062F",loginForSafari:"\u0648\u0627\u0631\u062F \u0634\u0648\u06CC\u062F \u06CC\u0627 \u062B\u0628\u062A \u0646\u0627\u0645 \u06A9\u0646\u06CC\u062F",login:"\u767B\u5F55",manageAccount:"\u0645\u062F\u06CC\u0631\u06CC\u062A \u062D\u0633\u0627\u0628",openPremium:"\u0639\u0636\u0648\u06CC\u062A",logout:"\u062A\u0631\u06A9 \u06A9\u0631\u062F\u0646",curentPlan:"\u0628\u0633\u062A\u0647 \u0641\u0639\u0644\u06CC",endAt:"\u0628\u0644\u0648\u063A",endAuto:"\u062A\u0645\u062F\u06CC\u062F \u062E\u0648\u062F\u06A9\u0627\u0631",lineBreakMaxTextCount:"\u062D\u062F\u0627\u06A9\u062B\u0631 \u062A\u0639\u062F\u0627\u062F \u06A9\u0627\u0631\u0627\u06A9\u062A\u0631\u0647\u0627\u06CC \u0645\u062C\u0627\u0632 \u062F\u0631 \u0647\u0631 \u062C\u0645\u0644\u0647 \u067E\u0633 \u0627\u0632 \u0634\u06A9\u0633\u062A \u062E\u0637","translate-pdf":"\u0628\u0631\u0627\u06CC \u062A\u0631\u062C\u0645\u0647 PDF \u06A9\u0644\u06CC\u06A9 \u06A9\u0646\u06CC\u062F","noSupportTranslate-pdf":"\u0627\u0633\u06A9\u0631\u06CC\u067E\u062A \u067E\u0634\u062A\u06CC\u0628\u0627\u0646\u06CC \u0646\u0645\u06CC \u0634\u0648\u062F\u060C \u0644\u0637\u0641\u0627 \u0627\u0632 \u0627\u0641\u0632\u0648\u0646\u0647 \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u06A9\u0646\u06CC\u062F","translate-firefox-local-pdf":"\u0628\u0631\u0627\u06CC \u0628\u0627\u0631\u06AF\u06CC\u0631\u06CC PDF \u06A9\u0644\u06CC\u06A9 \u06A9\u0646\u06CC\u062F",enableLineBreak:"\u0641\u0639\u0627\u0644 \u06A9\u0631\u062F\u0646 \u0634\u06A9\u0633\u062A \u062E\u0637 \u062E\u0648\u062F\u06A9\u0627\u0631 \u0628\u0646\u062F \u0628\u0644\u0646\u062F",sponsorLabel:"\u062D\u0627\u0645\u06CC\u0627\u0646 \u062A\u0648\u0633\u0639\u0647\u200C\u062F\u0647\u0646\u062F\u06AF\u0627\u0646 \u0628\u0627 \u0634\u0631\u0648\u0639 \u0627\u0632 1 \u062F\u0644\u0627\u0631",help:"\u06A9\u0645\u06A9",browserShortcutsNoteForFirefox:"\u0628\u0631\u0627\u06CC \u062A\u063A\u06CC\u06CC\u0631 \u06A9\u0644\u06CC\u062F\u0647\u0627\u06CC \u0645\u06CC\u0627\u0646\u0628\u0631 \u062F\u0631 \u0645\u0631\u0648\u0631\u06AF\u0631 \u0641\u0627\u06CC\u0631\u0641\u0627\u06A9\u0633\u060C \u0628\u0627\u06CC\u062F \u0628\u0631\u06AF\u0647 \u0645\u062F\u06CC\u0631\u06CC\u062A \u0627\u0641\u0632\u0648\u0646\u0647\u200C\u0647\u0627 (about:addons) \u0631\u0627 \u0628\u0627\u0632 \u06A9\u0646\u06CC\u062F\u060C \u0633\u067E\u0633 \u0631\u0648\u06CC \xAB\u062A\u0646\u0638\u06CC\u0645\u0627\u062A\xBB \u06A9\u0644\u06CC\u06A9 \u06A9\u0646\u06CC\u062F \u0648 \u0633\u067E\u0633 \u0628\u0631\u0627\u06CC \u062A\u0646\u0638\u06CC\u0645 \u0631\u0648\u06CC \xAB\u0645\u062F\u06CC\u0631\u06CC\u062A \u06A9\u0644\u06CC\u062F\u0647\u0627\u06CC \u0645\u06CC\u0627\u0646\u0628\u0631\xBB \u06A9\u0644\u06CC\u06A9 \u06A9\u0646\u06CC\u062F",browserShortcutsNoteForChrome:"\u0628\u0631\u0627\u06CC \u0645\u0631\u0648\u0631\u06AF\u0631\u0647\u0627\u06CC Chrome \u0645\u0627\u0646\u0646\u062F\u060C \u0628\u0627\u06CC\u062F \u0628\u0631\u06AF\u0647 \u0645\u062F\u06CC\u0631\u06CC\u062A \u0627\u0641\u0632\u0648\u0646\u0647\u200C\u0647\u0627 \u0631\u0627 \u0628\u0631\u0627\u06CC \u062A\u063A\u06CC\u06CC\u0631 \u06A9\u0644\u06CC\u062F\u0647\u0627\u06CC \u0645\u06CC\u0627\u0646\u0628\u0631 \u0628\u0627\u0632 \u06A9\u0646\u06CC\u062F\u060C \u0622\u0646 \u0631\u0627 \u062F\u0631 \u062F\u0631\u06AF\u0627\u0647 \xAB\u0645\u062F\u06CC\u0631\u06CC\u062A \u06A9\u0644\u06CC\u062F\u0647\u0627\u06CC \u0645\u06CC\u0627\u0646\u0628\u0631\xBB (chrome://extensions/shortcuts) \u062A\u0646\u0638\u06CC\u0645 \u06A9\u0646\u06CC\u062F. \u0631\u0648\u06CC \u062F\u06A9\u0645\u0647 \u0632\u06CC\u0631 \u06A9\u0644\u06CC\u06A9 \u06A9\u0646\u06CC\u062F \u062A\u0627 \u0628\u0647 \u0628\u0631\u06AF\u0647 \u0645\u062F\u06CC\u0631\u06CC\u062A \u06A9\u0644\u06CC\u062F \u0645\u06CC\u0627\u0646\u0628\u0631 \u0628\u0631\u0648\u06CC\u062F.",browserShortcutsSucks:"\u0641\u0631\u0645\u062A \u06A9\u0644\u06CC\u062F \u0645\u06CC\u0627\u0646\u0628\u0631 \u0633\u0641\u0627\u0631\u0634\u06CC (\u0628\u062F\u0648\u0646 \u062A\u0634\u062E\u06CC\u0635 \u062E\u0648\u062F\u06A9\u0627\u0631\u060C \u0644\u0637\u0641\u0627 \u0645\u0633\u062A\u0642\u06CC\u0645\u0627 \u0648\u0627\u0631\u062F \u06A9\u0646\u06CC\u062F)\uFF1A\u0627\u0633\u062A",enableLineBreakDescription:"\u0648\u0642\u062A\u06CC \u0641\u0639\u0627\u0644 \u0628\u0627\u0634\u062F\u060C \u06CC\u06A9 \u0634\u06A9\u0633\u062A \u062E\u0637 \u062F\u0631 \u067E\u0627\u06CC\u0627\u0646 \u0647\u0631 \u062C\u0645\u0644\u0647 \u062F\u0631 \u06CC\u06A9 \u0628\u0646\u062F \u0628\u0644\u0646\u062F \u0628\u0631\u0627\u06CC \u062A\u0633\u0647\u06CC\u0644 \u062E\u0648\u0627\u0646\u062F\u0646 \u0627\u0639\u0645\u0627\u0644 \u0645\u06CC \u0634\u0648\u062F","browser.shortBrandName":"\u062A\u0631\u062C\u0645\u0647 \u0647\u0645\u0647\u062C\u0627\u0646\u0628\u0647","browser.brandName":"\u062A\u0631\u062C\u0645\u0647 \u0647\u0645\u0647\u200C\u062C\u0627\u0646\u0628\u0647","browser.brandDescription":"Web bilingual translation, completely free to use, supports Deepl/Google/Bing/Tencent/Youdao, etc.","browser.toggleTranslatePage":"\u062A\u0631\u062C\u0645\u0647 \u062A\u0627\u0631\u0646\u0645\u0627/\u0646\u0645\u0627\u06CC\u0634 \u0645\u062A\u0646 \u0627\u0635\u0644\u06CC","browser.toggleTranslateTheWholePage":"\u062A\u0631\u062C\u0645\u0647 \u062A\u0645\u0627\u0645 \u0628\u0631\u06AF\u0647/\u0646\u0645\u0627\u06CC\u0634 \u0645\u062A\u0646 \u0627\u0635\u0644\u06CC","browser.toggleOnlyTransation":"\u062A\u063A\u06CC\u06CC\u0631 \u0628\u0647 \u062D\u0627\u0644\u062A \u062F\u0648\u0632\u0628\u0627\u0646\u0647 / \u0641\u0642\u0637 \u0645\u062A\u0646 \u062A\u0631\u062C\u0645\u0647 \u0634\u062F\u0647","browser.toggleTranslateToThePageEndImmediately":"\u0627\u0632 \u0627\u0646\u062A\u0647\u0627\u06CC \u0628\u0631\u06AF\u0647 \u062A\u0631\u062C\u0645\u0647 \u06A9\u0646\u06CC\u062F/\u0646\u0645\u0627\u06CC\u0634 \u0645\u062A\u0646 \u0627\u0635\u0644\u06CC","browser.toggleTranslateTheMainPage":"\u062A\u0631\u062C\u0645\u0647 \u0642\u0633\u0645\u062A\u200C\u0647\u0627\u06CC \u0627\u0635\u0644\u06CC \u0628\u0631\u06AF\u0647/\u0646\u0645\u0627\u06CC\u0634 \u0645\u062A\u0646 \u0627\u0635\u0644\u06CC","browser.shareToDraft":"\u0627\u0634\u062A\u0631\u0627\u06A9\u200C\u06AF\u0630\u0627\u0631\u06CC \u0635\u0641\u062D\u0647 \u062F\u0648\u0632\u0628\u0627\u0646\u0647","browser.openOptionsPage":"\u0628\u0631\u06AF\u0647 \u062A\u0646\u0638\u06CC\u0645\u0627\u062A \u0631\u0627 \u0628\u0627\u0632 \u06A9\u0646\u06CC\u062F","browser.toggleTranslationMask":"\u0646\u0645\u0627\u06CC\u0634/\u067E\u0646\u0647\u0627\u0646 \u06A9\u0631\u062F\u0646 \u062C\u0644\u0648\u0647 \u062A\u0627\u0631\u06CC \u062A\u0631\u062C\u0645\u0647","browser.translateLocalPdfFile":"\u062A\u0631\u062C\u0645\u0647 \u067E\u0631\u0648\u0646\u062F\u0647 PDF \u0645\u062D\u0644\u06CC","browser.openEbookViewer":"\u06A9\u062A\u0627\u0628 \u0647\u0627\u06CC \u0627\u0644\u06A9\u062A\u0631\u0648\u0646\u06CC\u06A9\u06CC \u0645\u062D\u0644\u06CC \u0631\u0627 \u0628\u062E\u0648\u0627\u0646\u06CC\u062F","browser.openEbookBuilder":"\u06A9\u062A\u0627\u0628 \u0647\u0627\u06CC \u0627\u0644\u06A9\u062A\u0631\u0648\u0646\u06CC\u06A9\u06CC \u062F\u0648 \u0632\u0628\u0627\u0646\u0647 EPUB \u0627\u06CC\u062C\u0627\u062F \u06A9\u0646\u06CC\u062F","browser.translateLocalHtmlFile":"\u7FFB\u8BD1\u672C\u5730 HTML \u6587\u4EF6","browser.donateContext":"\u0628\u0627 \u0645\u0632\u0627\u06CC\u0627\u06CC \u062D\u0645\u0627\u06CC\u062A \u0645\u0627\u0644\u06CC \u0622\u0634\u0646\u0627 \u0634\u0648\u06CC\u062F","browser.translateLocalSubtitleFile":"\u0641\u0627\u06CC\u0644 \u0647\u0627\u06CC \u0632\u06CC\u0631\u0646\u0648\u06CC\u0633 \u0645\u062D\u0644\u06CC \u0631\u0627 \u062A\u0631\u062C\u0645\u0647 \u06A9\u0646\u06CC\u062F",confirmResetConfig:"\u0622\u06CC\u0627 \u0645\u0637\u0645\u0626\u0646 \u0647\u0633\u062A\u06CC\u062F \u06A9\u0647 \u0645\u06CC\u200C\u062E\u0648\u0627\u0647\u06CC\u062F \u062A\u0646\u0638\u06CC\u0645\u0627\u062A \u0631\u0627 \u0628\u0627\u0632\u0646\u0634\u0627\u0646\u06CC \u06A9\u0646\u06CC\u062F\u061F",translationLineBreakSettingTitle:"\u062A\u0646\u0638\u06CC\u0645\u0627\u062A \u0628\u0633\u062A\u0647 \u0628\u0646\u062F\u06CC \u062E\u0637 \u062A\u0631\u062C\u0645\u0647",smartLineBreak:"\u0628\u0633\u062A\u0647 \u0628\u0646\u062F\u06CC \u062E\u0637 \u0647\u0648\u0634\u0645\u0646\u062F",alwaysLineBreak:"\u0647\u0645\u06CC\u0634\u0647 \u0628\u067E\u06CC\u0686\u06CC\u062F",isShowContextMenu:"\u521B\u5EFA\u53F3\u952E\u83DC\u5355",toggleBeta:"\u0648\u06CC\u0698\u06AF\u06CC \u0647\u0627\u06CC \u0622\u0632\u0645\u0627\u06CC\u0634 \u0628\u062A\u0627 \u0631\u0627 \u0641\u0639\u0627\u0644 \u06A9\u0646\u06CC\u062F",betaDescription:"\u0648\u06CC\u0698\u06AF\u06CC\u200C\u0647\u0627\u06CC\u06CC \u0631\u0627 \u06A9\u0647 \u0647\u0646\u0648\u0632 \u0622\u0632\u0645\u0627\u06CC\u0634\u06CC \u0647\u0633\u062A\u0646\u062F \u0648 \u0647\u0645\u0686\u0646\u06CC\u0646 \u062E\u062F\u0645\u0627\u062A \u062A\u0631\u062C\u0645\u0647 \u0631\u0627 \u062F\u0631 \u0622\u0632\u0645\u0627\u06CC\u0634 \u0641\u0639\u0627\u0644 \u06A9\u0646\u06CC\u062F. \u0639\u0636\u0648<1>\u06AF\u0631\u0648\u0647 \u062A\u0644\u06AF\u0631\u0627\u0645 \u0634\u0648\u06CC\u062F \u0628\u06CC\u0634\u062A\u0631 \u0628\u062F\u0627\u0646\u06CC\u062F.",translationLineBreakSettingDescription:"\u5BF9\u4E8E\u8BD1\u6587\u7684\u4F4D\u7F6E\uFF1A\u603B\u662F\u6362\u884C/\u667A\u80FD\u6362\u884C\uFF08\u5F53\u6BB5\u843D\u591A\u4E8E{count}\u4E2A\u5B57\u7B26\u624D\u6362\u884C\u663E\u793A\u8BD1\u6587\uFF09",tempTranslateDomainTitle:"\u0686\u0647 \u0645\u062F\u062A \u0628\u0631\u0627\u06CC \u0641\u0639\u0627\u0644 \u06A9\u0631\u062F\u0646 \u0645\u0648\u0642\u062A \u062A\u0631\u062C\u0645\u0647 \u0648\u0628 \u0633\u0627\u06CC\u062A",tempTranslateDomainDescription:"\u5F53\u624B\u52A8\u7FFB\u8BD1\u67D0\u4E2A\u7F51\u9875\u7684\u65F6\u5019\uFF0C\u4E34\u65F6\u5F00\u542F\u8BE5\u7F51\u7AD9\u4E3A\u81EA\u52A8\u7FFB\u8BD1",xMinutes:"{count} \u062F\u0642\u06CC\u0642\u0647",disabled:"\u063A\u06CC\u0631 \u0641\u0639\u0627\u0644 \u06A9\u0631\u062F\u0646",changelog:"\u062A\u063A\u06CC\u06CC\u0631 \u06AF\u0632\u0627\u0631\u0634",toggleTranslatePageWhenThreeFingersOnTheScreen:"\u0628\u0631\u0627\u06CC \u062A\u0631\u062C\u0645\u0647 \u0635\u0641\u062D\u0647 \u0648\u0628/\u0646\u0645\u0627\u06CC\u0634 \u0645\u062A\u0646 \u0627\u0635\u0644\u06CC\u060C \u0647\u0645\u0632\u0645\u0627\u0646 \u0628\u0627 \u0686\u0646\u062F\u06CC\u0646 \u0627\u0646\u06AF\u0634\u062A \u0635\u0641\u062D\u0647 \u0631\u0627 \u0644\u0645\u0633 \u06A9\u0646\u06CC\u062F",toggleTranslationMaskWhenThreeFingersOnTheScreen:"\u0686\u0646\u062F\u06CC\u0646 \u0627\u0646\u06AF\u0634\u062A \u0631\u0627 \u0628\u0647 \u0637\u0648\u0631 \u0647\u0645\u0632\u0645\u0627\u0646 \u0644\u0645\u0633 \u06A9\u0646\u06CC\u062F \u062A\u0627 \u062C\u0644\u0648\u0647 \u062A\u0627\u0631\u06CC \u062A\u0631\u062C\u0645\u0647 \u0646\u0634\u0627\u0646 \u062F\u0627\u062F\u0647 \u06CC\u0627 \u067E\u0646\u0647\u0627\u0646 \u0634\u0648\u062F",fingerCountToToggleTranslagePageOnlyTranslationWhenTouching:"\u0628\u0631\u0627\u06CC \u062A\u0631\u062C\u0645\u0647 \u0635\u0641\u062D\u0647 \u0648\u0628 (\u0641\u0642\u0637 \u062A\u0631\u062C\u0645\u0647)/\u0646\u0645\u0627\u06CC\u0634 \u0645\u062A\u0646 \u0627\u0635\u0644\u06CC \u0628\u0627 \u0686\u0646\u062F\u06CC\u0646 \u0627\u0646\u06AF\u0634\u062A \u0647\u0645\u0632\u0645\u0627\u0646 \u0635\u0641\u062D\u0647 \u0631\u0627 \u0644\u0645\u0633 \u06A9\u0646\u06CC\u062F",addUrlDescription:"\u0627\u06CC\u0646 \u0645\u06CC \u062A\u0648\u0627\u0646\u062F \u06CC\u06A9 \u0646\u0627\u0645 \u062F\u0627\u0645\u0646\u0647 \u0628\u0627\u0634\u062F \u0648 \u0627\u0632 \u062D\u0631\u0648\u0641 \u0639\u0627\u0645 \u067E\u0634\u062A\u06CC\u0628\u0627\u0646\u06CC \u0645\u06CC \u06A9\u0646\u062F\u060C \u0645\u0627\u0646\u0646\u062F\uFF1A*.google.com\u060C google.com/mail/*\u060C https://www.google.com/*",general:"\u062A\u0646\u0638\u06CC\u0645\u0627\u062A \u067E\u0627\u06CC\u0647",clickToExpandConfig:"\u06AF\u0633\u062A\u0631\u0634 \u067E\u06CC\u06A9\u0631\u0628\u0646\u062F\u06CC \u0641\u0639\u0644\u06CC",import:"\u4ECE\u6587\u4EF6\u5BFC\u5165\u914D\u7F6E",export:"\u0635\u0627\u062F\u0631\u0627\u062A \u0628\u0647 \u0641\u0627\u06CC\u0644",toggleDebug:"\u06AF\u0632\u0627\u0631\u0634 \u0647\u0627\u06CC \u0627\u0634\u06A9\u0627\u0644 \u0632\u062F\u0627\u06CC\u06CC \u0631\u0627 \u0631\u0648\u06CC \u06A9\u0646\u0633\u0648\u0644 \u0686\u0627\u067E \u06A9\u0646\u06CC\u062F","fingers.0":"\u0628\u0633\u062A\u0647","fingers.2":"\u0644\u0645\u0633 \u062F\u0648 \u0627\u0646\u06AF\u0634\u062A\u06CC","fingers.3":"\u0644\u0645\u0633 \u0633\u0647 \u0627\u0646\u06AF\u0634\u062A","fingers.4":"\u0644\u0645\u0633 \u0686\u0647\u0627\u0631 \u0627\u0646\u06AF\u0634\u062A","fingers.5":"\u0644\u0645\u0633 \u067E\u0646\u062C \u0627\u0646\u06AF\u0634\u062A",mouseHoldKey:"+ {key} \u0627\u06CC\u0646 \u067E\u0627\u0631\u0627\u06AF\u0631\u0627\u0641 \u0631\u0627 \u062A\u0631\u062C\u0645\u0647/\u0628\u0627\u0632\u06CC\u0627\u0628\u06CC \u06A9\u0646\u06CC\u062F",mouseHoldKeyAuto:"\u0627\u06CC\u0646 \u067E\u0627\u0631\u0627\u06AF\u0631\u0627\u0641 \u0631\u0627 \u0645\u0633\u062A\u0642\u06CC\u0645\u0627\u064B \u062A\u0631\u062C\u0645\u0647 \u06A9\u0646\u06CC\u062F",mouseHoldKeyOff:"\u0647\u06CC\u0686 \u06A9\u0627\u0631\u06CC \u0646\u06A9\u0646",mouseHoldKeyOther:"\u06A9\u0644\u06CC\u062F\u0647\u0627\u06CC \u0645\u06CC\u0627\u0646\u0628\u0631 \u0633\u0641\u0627\u0631\u0634\u06CC (\u062A\u0646\u0638\u06CC\u0645\u0627\u062A \u0628\u0627\u0632)",mouseHoldKeyCustomKey:"0 \u0627\u06CC\u0646 \u067E\u0627\u0631\u0627\u06AF\u0631\u0627\u0641 \u0631\u0627 {key} / \u0628\u0627\u0632\u06CC\u0627\u0628\u06CC \u06A9\u0646\u06CC\u062F",mouseHoverHoldKey:"\u0645\u0627\u0648\u0633 \u0631\u0627 \u0646\u06AF\u0647 \u062F\u0627\u0631\u06CC\u062F \u0648 \u06A9\u0644\u06CC\u062F \u0645\u06CC\u0627\u0646\u0628\u0631 \u0631\u0627 \u0641\u0634\u0627\u0631 \u062F\u0647\u06CC\u062F \u062A\u0627 \u067E\u0627\u0631\u0627\u06AF\u0631\u0627\u0641 \u062A\u0631\u062C\u0645\u0647 \u0634\u0648\u062F","mouse-translate":"MouseTranslateWhen",document:"\u0633\u0646\u062F",resetSuccess:"\u0647\u0645\u0647 \u062A\u0646\u0638\u06CC\u0645\u0627\u062A \u0628\u0627 \u0645\u0648\u0641\u0642\u06CC\u062A \u0628\u0627\u0632\u0646\u0634\u0627\u0646\u06CC \u0634\u062F",resetThisSuccess:"\u0628\u0627\u0632\u0646\u0634\u0627\u0646\u06CC \u0628\u0627 \u0645\u0648\u0641\u0642\u06CC\u062A \u0627\u0646\u062C\u0627\u0645 \u0634\u062F",saved:"\u0628\u0627 \u0645\u0648\u0641\u0642\u06CC\u062A \u0630\u062E\u06CC\u0631\u0647 \u0634\u062F",successImportConfig:"\u067E\u06CC\u06A9\u0631\u0628\u0646\u062F\u06CC \u0628\u0627 \u0645\u0648\u0641\u0642\u06CC\u062A \u0648\u0627\u0631\u062F \u0634\u062F",goAdvancedSettings:"\u0628\u0647 \u0635\u0641\u062D\u0647 \u062A\u0646\u0638\u06CC\u0645\u0627\u062A \u067E\u06CC\u0634\u0631\u0641\u062A\u0647 \u0628\u0631\u0648\u06CC\u062F",goAdvancedInterfaceSettings:"\u0628\u0647 \u0635\u0641\u062D\u0647 \u062A\u0646\u0638\u06CC\u0645\u0627\u062A \u0633\u0641\u0627\u0631\u0634\u06CC \u0633\u0627\u0632\u06CC \u067E\u06CC\u0634\u0631\u0641\u062A\u0647 \u0628\u0631\u0648\u06CC\u062F",advanced:"\u062A\u0646\u0638\u06CC\u0645\u0627\u062A \u067E\u06CC\u0634\u0631\u0641\u062A\u0647",advancedDescription:"\u0628\u0647 \u0637\u0648\u0631 \u06A9\u0644\u06CC\u060C \u0647\u06CC\u0686 \u062A\u0646\u0638\u06CC\u0645\u06CC \u0644\u0627\u0632\u0645 \u0646\u06CC\u0633\u062A\u060C \u0641\u0642\u0637 \u067E\u06CC\u0634 \u0641\u0631\u0636 \u0631\u0627 \u062D\u0641\u0638 \u06A9\u0646\u06CC\u062F. \u0641\u0642\u0637 \u0628\u0631\u0627\u06CC \u06A9\u0627\u0631\u0628\u0631\u0627\u0646 \u062D\u0631\u0641\u0647 \u0627\u06CC \u062A\u0631\u060C \u062A\u0646\u0638\u06CC\u0645\u0627\u062A \u0634\u062E\u0635\u06CC \u062A\u0631 \u0627\u0631\u0627\u0626\u0647 \u0634\u062F\u0647 \u0627\u0633\u062A.",developer:"\u062A\u0646\u0638\u06CC\u0645\u0627\u062A \u0628\u0631\u0646\u0627\u0645\u0647 \u0646\u0648\u06CC\u0633",donateCafe:"\u8BF7\u5F00\u53D1\u8005\u559D\u676F\u5496\u5561","translate to the bottom of the page":"\u6253\u5F00\u7F51\u9875\u540E\uFF0C\u662F\u5426\u7ACB\u5373\u7FFB\u8BD1\u5230\u9875\u9762\u5E95\u90E8\uFF1F",feedback:"\u0628\u0627\u0632\u062E\u0648\u0631\u062F",toggleTranslatePage:"\u062A\u0631\u062C\u0645\u0647 \u0635\u0641\u062D\u0647 \u0648\u0628/\u0646\u0645\u0627\u06CC\u0634 \u0645\u062A\u0646 \u0627\u0635\u0644\u06CC",translateToThePageEndImmediatelyDescription:"\u5F00\u542F\u540E\uFF0C\u5C06\u4F1A\u7ACB\u5373\u7FFB\u8BD1\u7F51\u9875\u4ECE\u9876\u90E8\u5230\u5E95\u90E8\u7684\u5185\u5BB9\uFF0C\u800C\u4E0D\u662F\u8FB9\u770B\u8FB9\u8BD1\u3002\uFF08\u4E0D\u63A8\u8350\u5F00\u542F\uFF09","translate all areas of the page":"\u0622\u06CC\u0627 \u0628\u0631\u0627\u06CC \u062A\u0631\u062C\u0645\u0647 \u0647\u0645\u0647 \u0642\u0633\u0645\u062A \u0647\u0627\u06CC \u0635\u0641\u062D\u0647 \u0648\u0628",translationAreaDescription:"\u5F00\u542F\u540E\uFF0C\u6574\u4E2A\u7F51\u9875\u7684\u533A\u57DF\u90FD\u4F1A\u88AB\u7FFB\u8BD1\uFF0C\u800C\u4E0D\u662F\u9ED8\u8BA4\u7684\u667A\u80FD\u8BC6\u522B\u4E3B\u8981\u533A\u57DF\u53BB\u7FFB\u8BD1\uFF08\u4E0D\u63A8\u8350\u5F00\u542F\uFF09","the number of characters to be translated first":"\u524D\u591A\u5C11\u4E2A\u5B57\u7B26\u65E0\u9700\u7B49\u5F85\u6EDA\u52A8\u5230\u53EF\u89C6\u533A\u57DF\uFF0C\u76F4\u63A5\u7FFB\u8BD1\uFF1F","interface language":"\u0632\u0628\u0627\u0646 \u0631\u0627\u0628\u0637","display both the original text and the translation":"\u0646\u0645\u0627\u06CC\u0634 \u0645\u062A\u0646 \u0627\u0635\u0644\u06CC \u0648 \u062A\u0631\u062C\u0645\u0647 \u0628\u0647 \u0637\u0648\u0631 \u0647\u0645\u0632\u0645\u0627\u0646","keyboard shortcuts":"\u0645\u06CC\u0627\u0646\u0628\u0631\u0647\u0627\u06CC \u0635\u0641\u062D\u0647 \u06A9\u0644\u06CC\u062F",modify:"\u06A9\u0644\u06CC\u062F\u0647\u0627\u06CC \u0645\u06CC\u0627\u0646\u0628\u0631 \u0631\u0627 \u062A\u063A\u06CC\u06CC\u0631 \u062F\u0647\u06CC\u062F",reset:"\u062A\u0646\u0638\u06CC\u0645 \u0645\u062C\u062F\u062F",close:"\u0628\u0633\u062A\u0647",homepage:"\u0635\u0641\u062D\u0647 \u0646\u062E\u0633\u062A",more:"\u0628\u06CC\u0634\u062A\u0631",moreOptions:"\u06AF\u0632\u06CC\u0646\u0647 \u0647\u0627\u06CC \u0633\u0641\u0627\u0631\u0634\u06CC \u0633\u0627\u0632\u06CC \u0628\u06CC\u0634\u062A\u0631\u06CC \u0631\u0627 \u06AF\u0633\u062A\u0631\u0634 \u062F\u0647\u06CC\u062F",translateTheWholePage:"\u062A\u0631\u062C\u0645\u0647 \u062A\u0645\u0627\u0645 \u0642\u0633\u0645\u062A\u200C\u0647\u0627\u06CC \u0635\u0641\u062D\u0647 (\u0645\u062A\u0641\u0627\u0648\u062A \u0627\u0632 \u0642\u0633\u0645\u062A\u200C\u0647\u0627\u06CC \u0627\u0635\u0644\u06CC \u062A\u0634\u062E\u06CC\u0635 \u0647\u0648\u0634\u0645\u0646\u062F)",changeToTranslateTheWholePage:"\u5207\u6362\u4E3A\u7FFB\u8BD1\u9875\u9762\u6240\u6709\u533A\u57DF",changeToTranslateTheMainPage:"\u5207\u6362\u4E3A\u667A\u80FD\u7FFB\u8BD1\u4E3B\u8981\u533A\u57DF",changeToOnlyTranslationMode:"\u0628\u0647 \u0646\u0645\u0627\u06CC\u0634 \u0641\u0642\u0637 \u062A\u0631\u062C\u0645\u0647 \u0647\u0627 \u0628\u0631\u0648\u06CC\u062F",changeToDualTranslationMode:"\u0628\u0647 \u062A\u0631\u062C\u0645\u0647 \u062F\u0648 \u0632\u0628\u0627\u0646\u0647 \u0628\u0631\u0648\u06CC\u062F",translateToThePageEndImmediately:"\u7ACB\u5373\u7FFB\u8BD1\u5230\u9875\u9762\u5E95\u90E8\uFF08\u533A\u522B\u4E8E\u6EDA\u52A8\u7FFB\u8BD1\uFF09",translateTheMainPage:"\u0632\u0645\u06CC\u0646\u0647 \u0647\u0627\u06CC \u0627\u0635\u0644\u06CC \u062A\u0631\u062C\u0645\u0647 \u0647\u0648\u0634\u0645\u0646\u062F","The local rules are up to date":"\u0642\u0648\u0627\u0646\u06CC\u0646 \u0633\u0627\u0632\u06AF\u0627\u0631\u06CC \u0645\u062D\u0644\u06CC \u0628\u0647 \u0631\u0648\u0632 \u0647\u0633\u062A\u0646\u062F:","Successfully synchronized with the latest official rules:":"\u0622\u062E\u0631\u06CC\u0646 \u0642\u0648\u0627\u0646\u06CC\u0646 \u0627\u0646\u0637\u0628\u0627\u0642 \u0631\u0633\u0645\u06CC \u0628\u0627 \u0645\u0648\u0641\u0642\u06CC\u062A \u0647\u0645\u06AF\u0627\u0645 \u0633\u0627\u0632\u06CC \u0634\u062F:","Checking for updates":"\u0628\u0631\u0631\u0633\u06CC \u0628\u0647 \u0631\u0648\u0632 \u0631\u0633\u0627\u0646\u06CC","Rules are being synchronized":"\u0647\u0645\u06AF\u0627\u0645 \u0633\u0627\u0632\u06CC \u0642\u0648\u0627\u0646\u06CC\u0646 \u0633\u0627\u0632\u06AF\u0627\u0631\u06CC",localVersionIsTooOld:"\u672C\u5730\u6269\u5C55\u7248\u672C\u8FC7\u65E7\uFF0C\u8BF7\u5347\u7EA7\u6269\u5C55\u5230 {minVersion} \u6216\u4E4B\u540E\u7684\u7248\u672C\u518D\u5C1D\u8BD5\u540C\u6B65",badUserscriptBrowser:"\u8BE5\u6D4F\u89C8\u5668\u672A\u6B63\u786E\u5B9E\u73B0\u6CB9\u7334\u7684\u63A5\u53E3\uFF0C\u8BF7\u4F7F\u7528\u5176\u4ED6<1>\u652F\u6301\u6CB9\u7334\u7684\u6D4F\u89C8\u5668\u5982(Firefox Nightly \u7248\u672C)",foundNewVersion:"\u0646\u0633\u062E\u0647 \u062C\u062F\u06CC\u062F \u067E\u06CC\u062F\u0627 \u0634\u062F",theLocalExtensionIsUpToUpdate:"\u0627\u0641\u0632\u0648\u0646\u0647 \u0641\u0639\u0644\u06CC \u0622\u062E\u0631\u06CC\u0646 \u0646\u0633\u062E\u0647 \u0627\u0633\u062A.",failToSyncRules:"\u0647\u0645\u06AF\u0627\u0645 \u0633\u0627\u0632\u06CC \u0622\u062E\u0631\u06CC\u0646 \u0642\u0648\u0627\u0646\u06CC\u0646 \u0627\u0646\u0637\u0628\u0627\u0642 \u0627\u0646\u062C\u0627\u0645 \u0646\u0634\u062F",retry:"\u062C\u0647\u062A \u062A\u0644\u0627\u0634 \u062F\u0648\u0628\u0627\u0631\u0647 \u0627\u06CC\u0646\u062C\u0627 \u06A9\u0644\u06CC\u06A9 \u06A9\u0646\u06CC\u062F",failedReason:"\u062F\u0644\u06CC\u0644 \u0634\u06A9\u0633\u062A",currentRuleVersion:"\u0646\u0633\u062E\u0647 \u0642\u0627\u0646\u0648\u0646 \u0641\u0639\u0644\u06CC",calculating:"\u062F\u0631 \u062D\u0627\u0644 \u0645\u062D\u0627\u0633\u0628\u0647",unknownError:"\u0627\u0634\u062A\u0628\u0627\u0647 \u0646\u0627\u0634\u0646\u0627\u062E\u062A\u0647",canNotFetchRemoteRule:"\u0646\u0645\u06CC \u062A\u0648\u0627\u0646 \u0642\u0648\u0627\u0646\u06CC\u0646 \u0631\u0627\u0647 \u062F\u0648\u0631 \u0631\u0627 \u062F\u0631\u06CC\u0627\u0641\u062A \u06A9\u0631\u062F",enableAlphaSuccess:"\u062A\u0627\u0628\u0639 \u0622\u0644\u0641\u0627 \u0631\u0648\u0634\u0646 \u0634\u062F",disableAlphaSuccess:"\u0648\u06CC\u0698\u06AF\u06CC \u0622\u0644\u0641\u0627 \u062E\u0627\u0645\u0648\u0634 \u0634\u062F",cacheSize:"\u0627\u0646\u062F\u0627\u0632\u0647 \u06A9\u0634\uFF1A",cleaning:"\u062A\u0645\u06CC\u0632 \u06A9\u0631\u062F\u0646",cleanCache:"\u067E\u0627\u06A9 \u06A9\u0631\u062F\u0646 \u062D\u0627\u0641\u0638\u0647 \u067E\u0646\u0647\u0627\u0646",options:"\u0628\u0631\u067E\u0627\u06CC\u06CC",about:"\u062F\u0631 \u0628\u0627\u0631\u0647",service:"\u062E\u062F\u0645\u0627\u062A \u062A\u0631\u062C\u0645\u0647",needAction:"(\u0628\u0647 \u062A\u0646\u0638\u06CC\u0645\u0627\u062A \u0628\u0631\u0648\u06CC\u062F)",goSettings:"\u0628\u0647 \u062A\u0646\u0638\u06CC\u0645\u0627\u062A \u0628\u0631\u0648\u06CC\u062F",needActionForOptions:"(\u0646\u06CC\u0627\u0632 \u0628\u0647 \u062A\u0646\u0638\u06CC\u0645)",translationEngine:"\u06AF\u0632\u06CC\u0646\u0647 \u0647\u0627\u06CC \u0645\u0648\u062A\u0648\u0631",sourceLanguage:"\u0632\u0628\u0627\u0646 \u0627\u0635\u0644\u06CC",target:"\u0632\u0628\u0627\u0646 \u0645\u0642\u0635\u062F",popupSourceLanguage:"\u0632\u0628\u0627\u0646 \u0627\u0635\u0644\u06CC",popupTarget:"\u0632\u0628\u0627\u0646 \u0645\u0642\u0635\u062F",popupService:"\u062E\u062F\u0645\u0627\u062A \u062A\u0631\u062C\u0645\u0647",forThisSite:"\u0648\u0628 \u0633\u0627\u06CC\u062A \u0641\u0639\u0644\u06CC",autoEnableSubtitle:"\u0632\u06CC\u0631\u0646\u0648\u06CC\u0633\u200C\u0647\u0627\u06CC \u062F\u0648\u0632\u0628\u0627\u0646\u0647 \u0631\u0627 \u0628\u0647\u200C\u0637\u0648\u0631 \u062E\u0648\u062F\u06A9\u0627\u0631 \u0631\u0648\u0634\u0646 \u06A9\u0646\u06CC\u062F",alwaysTranslateSomeLanguage:"\u603B\u662F\u7FFB\u8BD1{language}",neverTranslateSomeLanguage:"\u6C38\u4E0D\u7FFB\u8BD1{language}",alwaysTranslateSomeSite:"\u0647\u0645\u06CC\u0634\u0647 {hostname}\u0631\u0627 \u062A\u0631\u062C\u0645\u0647 \u06A9\u0646\u06CC\u062F",neverTranslateSomeSite:"\u0647\u0631\u06AF\u0632 {hostname}\u0631\u0627 \u062A\u0631\u062C\u0645\u0647 \u0646\u06A9\u0646\u06CC\u062F",alwaysTranslateSomeSiteOrWildSite:"\u0647\u0645\u06CC\u0634\u0647 \u0627\u06CC\u0646 \u0633\u0627\u06CC\u062A \u0631\u0627 \u062A\u0631\u062C\u0645\u0647 \u06A9\u0646\u06CC\u062F",alwaysTranslateSomePage:"\u0647\u0645\u06CC\u0634\u0647 \u0627\u06CC\u0646 \u0635\u0641\u062D\u0647 \u0631\u0627 \u062A\u0631\u062C\u0645\u0647 \u06A9\u0646\u06CC\u062F",add:"\u0627\u0636\u0627\u0641\u0647 \u06A9\u0631\u062F\u0646 \u0628\u0647",default:"\u067E\u06CC\u0634 \u0641\u0631\u0636",forThisLanguage:"\u0628\u0631\u0627\u06CC \u0627\u06CC\u0646 \u0632\u0628\u0627\u0646\uFF1A","add url":"\u0622\u062F\u0631\u0633 \u0627\u06CC\u0646\u062A\u0631\u0646\u062A\u06CC \u0631\u0627 \u0648\u0627\u0631\u062F \u06A9\u0646\u06CC\u062F",edit:"\u0648\u06CC\u0631\u0627\u06CC\u0634 \u06A9\u0646\u06CC\u062F","translate other languages into specific language":"\u0632\u0628\u0627\u0646 \u0647\u0627\u06CC \u062F\u06CC\u06AF\u0631 \u0631\u0627 \u0628\u0647 \u0632\u0628\u0627\u0646\u06CC \u06A9\u0647 \u062A\u0646\u0638\u06CC\u0645 \u06A9\u0631\u062F\u0647 \u0627\u06CC\u062F \u062A\u0631\u062C\u0645\u0647 \u06A9\u0646\u06CC\u062F","select translation service":"\u062E\u062F\u0645\u0627\u062A \u062A\u0631\u062C\u0645\u0647 \u0631\u0627 \u0627\u0646\u062A\u062E\u0627\u0628 \u06A9\u0646\u06CC\u062F",language:"\u0632\u0628\u0627\u0646","show-original":"\u0646\u0645\u0627\u06CC\u0634 \u0645\u062A\u0646 \u0627\u0635\u0644\u06CC",translate:"\u062A\u0631\u062C\u0645\u0647 \u06A9\u0631\u062F\u0646",Translated:"\u062A\u0631\u062C\u0645\u0647 \u0634\u062F\u0647",Translating:"\u062F\u0631 \u062D\u0627\u0644 \u062A\u0631\u062C\u0645\u0647",Error:"\u0627\u0634\u062A\u0628\u0627\u0647",allowCacheTranslations:"\u0641\u0639\u0627\u0644 \u06A9\u0631\u062F\u0646 \u062D\u0627\u0641\u0638\u0647 \u067E\u0646\u0647\u0627\u0646 \u062A\u0631\u062C\u0645\u0647 \u0645\u062D\u0644\u06CC (\u0628\u0631\u0627\u06CC \u06A9\u0627\u0647\u0634 \u062F\u0631\u062E\u0648\u0627\u0633\u062A \u0647\u0627\u06CC \u062A\u0631\u062C\u0645\u0647 \u0628\u0631\u0627\u06CC \u067E\u0627\u0631\u0627\u06AF\u0631\u0627\u0641 \u0647\u0627\u06CC \u062A\u06A9\u0631\u0627\u0631\u06CC)","translation display":"\u0633\u0628\u06A9 \u0646\u0645\u0627\u06CC\u0634 \u062A\u0631\u062C\u0645\u0647","select diplay style":"\u0633\u0628\u06A9 \u062A\u0631\u062C\u0645\u0647 \u0631\u0627 \u0645\u062A\u0645\u0627\u06CC\u0632 \u06A9\u0646\u06CC\u062F. \u0644\u0637\u0641\u0627\u064B \u0628\u0631\u0627\u06CC \u062C\u0632\u0626\u06CC\u0627\u062A \u0628\u06CC\u0634\u062A\u0631 \u0628\u0647 \u0645\u062B\u0627\u0644 \u0647\u0627\u06CC \u0632\u06CC\u0631 \u0645\u0631\u0627\u062C\u0639\u0647 \u06A9\u0646\u06CC\u062F:",interface:"\u062A\u0646\u0638\u06CC\u0645\u0627\u062A \u0631\u0627\u0628\u0637",import_export:"\u0648\u0627\u0631\u062F\u0627\u062A \u0648 \u0635\u0627\u062F\u0631\u0627\u062A",import_export_title:"\u067E\u06CC\u06A9\u0631\u0628\u0646\u062F\u06CC \u0648\u0627\u0631\u062F\u0627\u062A/\u0635\u0627\u062F\u0631\u0627\u062A",syncToGoogleDrive:"\u0627\u06A9\u0646\u0648\u0646 \u0628\u0627 Google Drive \u0647\u0645\u06AF\u0627\u0645 \u0633\u0627\u0632\u06CC \u06A9\u0646\u06CC\u062F",floatBallOptions:"\u062A\u0646\u0638\u06CC\u0645\u0627\u062A \u062A\u0648\u067E \u0645\u0639\u0644\u0642","floatBallOptions.enable":"\u062A\u0648\u067E \u0634\u0646\u0627\u0648\u0631 \u0631\u0627 \u0641\u0639\u0627\u0644 \u06A9\u0646\u06CC\u062F","floatBallOptions.blockUrls":"\u0648\u0628 \u0633\u0627\u06CC\u062A \u0631\u0627 \u063A\u06CC\u0631 \u0641\u0639\u0627\u0644 \u06A9\u0646\u06CC\u062F","floatBallOptions.add":"\u0627\u0636\u0627\u0641\u0647 \u06A9\u0631\u062F\u0646 \u0628\u0647","floatBallOptions.blockUrlDesc":"\u062A\u0648\u067E \u0634\u0646\u0627\u0648\u0631 \u0647\u0646\u06AF\u0627\u0645 \u0628\u0631\u062E\u0648\u0631\u062F \u0628\u0627 \u0648\u0628 \u0633\u0627\u06CC\u062A \u0647\u0627\u06CC \u0632\u06CC\u0631 \u0646\u0645\u0627\u06CC\u0634 \u062F\u0627\u062F\u0647 \u0646\u0645\u06CC \u0634\u0648\u062F","floatBallOptions.clickType":"\u0631\u0641\u062A\u0627\u0631 \u06A9\u0644\u06CC\u06A9\u06CC","floatBallOptions.clickTypeDesc":"\u0631\u0641\u062A\u0627\u0631 \u0646\u0645\u0627\u062F \u062A\u0648\u067E \u0634\u0646\u0627\u0648\u0631 \u0647\u0646\u06AF\u0627\u0645 \u06A9\u0644\u06CC\u06A9 \u06A9\u0631\u062F\u0646","floatBallOptions.clickPopup":"\u0646\u0645\u0627\u06CC\u0634 \u067E\u0627\u0646\u0644 \u062A\u0631\u062C\u0645\u0647","floatBallOptions.clickTranslate":"\u062A\u0631\u062C\u0645\u0647/\u0646\u0645\u0627\u06CC\u0634 \u0645\u062A\u0646 \u0627\u0635\u0644\u06CC","floatBallOptions.fixedPosition":"\u56FA\u5B9A\u4F4D\u7F6E","floatBallOptions.fixedPositionDesc":"\u60AC\u6D6E\u7403\u5728\u7A97\u53E3\u5DE6\u4FA7\u8FD8\u662F\u53F3\u4FA7","floatBallOptions.fixedPositionLeft":"\u5DE6\u4FA7","floatBallOptions.fixedPositionRight":"\u53F3\u4FA7",previewAllThemes:"\u067E\u06CC\u0634 \u0646\u0645\u0627\u06CC\u0634 \u0647\u0645\u0647 \u0633\u0628\u06A9 \u0647\u0627","translationTheme.none":"\u0647\u06CC\u0686 \u06CC\u06A9","translationTheme.grey":"\u062E\u0627\u06A9\u0633\u062A\u0631\u06CC \u062A\u06CC\u0631\u0647","translationTheme.dashed":"\u0632\u06CC\u0631 \u062E\u0637 \u0686\u06CC\u0646","translationTheme.dotted":"\u0632\u06CC\u0631 \u062E\u0637 \u0646\u0642\u0637\u0647 \u062F\u0627\u0631","translationTheme.dashedBorder":"\u0645\u0631\u0632 \u0634\u06A9\u0633\u062A\u0647","translationTheme.solidBorder":"\u0645\u0631\u0632 \u062C\u0627\u0645\u062F","translationTheme.underline":"\u0632\u06CC\u0631 \u062E\u0637 \u0645\u0633\u062A\u0642\u06CC\u0645","translationTheme.mask":"\u062C\u0644\u0648\u0647 \u062A\u0627\u0631\u06CC (\u062D\u0627\u0644\u062A \u06CC\u0627\u062F\u06AF\u06CC\u0631\u06CC)","translationTheme.opacity":"\u0627\u062B\u0631 \u0634\u0641\u0627\u0641\u06CC\u062A","translationTheme.paper":"\u0627\u0641\u06A9\u062A \u0633\u0627\u06CC\u0647 \u06A9\u0627\u063A\u0630 \u0633\u0641\u06CC\u062F","translationTheme.dividingLine":"\u062E\u0637 \u062A\u0642\u0633\u06CC\u0645","translationTheme.highlight":"\u0628\u0631\u062C\u0633\u062A\u0647","translationTheme.marker":"\u0646\u0634\u0627\u0646\u06AF\u0631","translationTheme.marker2":"\u0646\u0634\u0627\u0646\u06AF\u0631 2","translationTheme.blockquote":"\u0633\u0628\u06A9 \u0645\u0631\u062C\u0639","translationTheme.weakening":"\u062A\u0636\u0639\u06CC\u0641 \u0634\u0648\u062F","translationTheme.italic":"\u0645\u0648\u0631\u0628","translationTheme.bold":"\u067E\u0631\u0631\u0646\u06AF","translationTheme.thinDashed":"\u0632\u06CC\u0631 \u062E\u0637 \u0686\u06CC\u0646 \u0646\u0627\u0632\u06A9","translationTheme.nativeDashed":"\u0627\u06CC\u0646 \u0633\u06CC\u0633\u062A\u0645 \u062F\u0627\u0631\u0627\u06CC \u062E\u0637 \u0632\u06CC\u0631 \u0646\u0642\u0637\u0647\u200C\u062F\u0627\u0631 \u0627\u0633\u062A","translationTheme.nativeDotted":"\u0627\u06CC\u0646 \u0633\u06CC\u0633\u062A\u0645 \u062F\u0627\u0631\u0627\u06CC \u062E\u0637 \u0632\u06CC\u0631 \u0646\u0642\u0637\u0647\u200C\u062F\u0627\u0631 \u0627\u0633\u062A","translationTheme.nativeUnderline":"\u0627\u06CC\u0646 \u0633\u06CC\u0633\u062A\u0645 \u062F\u0627\u0631\u0627\u06CC \u062E\u0637 \u0645\u0633\u062A\u0642\u06CC\u0645 \u0627\u0633\u062A","translationTheme.wavy":"\u062E\u0637\u0648\u0637 \u0645\u0648\u0627\u062C","translationServices.custom":"API \u0633\u0641\u0627\u0631\u0634\u06CC","translationServices.tencent":"\u0645\u062A\u0631\u062C\u0645 \u062A\u0646\u0633\u0646\u062A","translationServices.tenAlpha":"\u0645\u062A\u0631\u062C\u0645 \u062A\u0646\u0633\u0646\u062A (\u0622\u0644\u0641\u0627)","translationServices.google":"\u0645\u062A\u0631\u062C\u0645 \u06AF\u0648\u06AF\u0644","translationServices.bai":"\u0628\u0627\u06CC\u062F\u0648 (\u0622\u0644\u0641\u0627)","translationServices.baidu":"\u0645\u062A\u0631\u062C\u0645 \u0628\u0627\u06CC\u062F\u0648","translationServices.aliyun":"\u062A\u0631\u062C\u0645\u0647 \u0627\u0628\u0631\u06CC \u0639\u0644\u06CC \u0628\u0627\u0628\u0627","translationServices.volc":"\u062A\u0631\u062C\u0645\u0647 \u0622\u062A\u0634\u0641\u0634\u0627\u0646","translationServices.deeplx":"DeepLX(Alpha)","translationServices.bing":"\u5FC5\u5E94\u7FFB\u8BD1","translationServices.deepl":"DeepL","translationServices.wechat":"\u062A\u0631\u062C\u0645\u0647 \u0648\u06CC \u0686\u062A","translationServices.azure":"\u5FAE\u8F6F\u7FFB\u8BD1","translationServices.ibm":"\u0622\u06CC \u0628\u06CC \u0627\u0645 \u0648\u0627\u062A\u0633\u0648\u0646","translationServices.aws":"\u062A\u0631\u062C\u0645\u0647 \u0622\u0645\u0627\u0632\u0648\u0646","translationServices.mock":"\u6A21\u62DF\u7FFB\u8BD11","translationServices.mock2":"\u062A\u0631\u062C\u0645\u0647 \u0634\u0628\u06CC\u0647 \u0633\u0627\u0632\u06CC \u0634\u062F\u0647 2","translationServices.caiyun":"\u06A9\u0627\u06CC\u0648\u0646 \u0634\u06CC\u0627\u0626\u0648\u06CC","translationServices.cai":"\u5F69\u4E91\u5C0F\u8BD1","translationServices.volcAlpha":"\u706B\u5C71\u7FFB\u8BD1(Alpha)","translationServices.openl":"OpenL","translationServices.youdao":"\u062A\u0631\u062C\u0645\u0647 \u06CC\u0648\u062F\u0627\u0626\u0648","translationServices.you":"\u062A\u0631\u062C\u0645\u0647 \u06CC\u0648\u062F\u0627\u0626\u0648 (\u0622\u0644\u0641\u0627)","translationServices.transmart":"\u062A\u0631\u062C\u0645\u0647 \u062A\u0639\u0627\u0645\u0644\u06CC Tencent","translationServices.niu":"\u062A\u0631\u062C\u0645\u0647 \u0645\u0627\u0648\u0631\u06CC\u06A9\u0633","translationServices.papago":"Papago\u7FFB\u8BD1","translationServices.d":"Deepl(Alpha)","translationServices.dpro":"\u062F\u06CC \u067E\u0631\u0648 (\u0642\u0646\u0627\u0631\u06CC)","translationServices.openai":"OpenAI","translationServices.yandex":"Yandex","translationServices.chatgpt":"ChatGPT Web (\u0645\u0648\u0628\u0627\u06CC\u0644 3.5)","translate title":"\u0639\u0646\u0648\u0627\u0646 \u0635\u0641\u062D\u0647 \u0631\u0627 \u062A\u0631\u062C\u0645\u0647 \u06A9\u0646\u06CC\u062F","always languages":"\u0647\u0645\u06CC\u0634\u0647 \u0632\u0628\u0627\u0646 \u062A\u0631\u062C\u0645\u0647 \u0634\u062F\u0647",neverTranslateLanguagesLabel:"\u0632\u0628\u0627\u0646 \u0647\u0627\u06CC\u06CC \u06A9\u0647 \u0647\u0631\u06AF\u0632 \u062A\u0631\u062C\u0645\u0647 \u0646\u0645\u06CC \u0634\u0648\u0646\u062F",neverTranslateTheFollowingLanguagesDescription:"\u5F53\u9875\u9762\u4E2D\u67D0\u4E00\u6BB5\u843D\u7684\u8BED\u8A00\u4E3A\u4E0B\u5217\u8BED\u8A00\u65F6\uFF0C\u4F1A\u81EA\u52A8\u8DF3\u8FC7\u7FFB\u8BD1\u8BE5\u6BB5\u843D",enableUserscriptPagePopup:"\u603B\u662F\u5728\u9875\u9762\u4E0A\u5C55\u793A Popup \u6D6E\u7A97",enableUserscriptPagePopupDescription:"\u5173\u95ED\u6D6E\u7A97\u540E\uFF0C\u53EF\u4EE5\u7528\u5FEB\u6377\u952E/{touch}\u5524\u8D77\u3002\u4E3A\u9632\u6B62\u4E0D\u614E\u5173\u95ED\u8BE5\u9009\u9879\u540E\u627E\u4E0D\u5230\u6D6E\u7A97\uFF0C\u5F3A\u70C8\u5EFA\u8BAE\u6536\u85CF\u672C\u8BBE\u7F6E\u9875","always translate the following languages":"\u0647\u0646\u06AF\u0627\u0645\u06CC \u06A9\u0647 \u0632\u0628\u0627\u0646 \u0635\u0641\u062D\u0647 \u0628\u0647 \u0632\u0628\u0627\u0646 \u0647\u0627\u06CC \u0632\u06CC\u0631 \u0628\u0627\u0634\u062F\u060C \u0628\u0647 \u0637\u0648\u0631 \u062E\u0648\u062F\u06A9\u0627\u0631 \u0628\u0647 \u0632\u0628\u0627\u0646 \u0645\u0642\u0635\u062F \u062A\u0631\u062C\u0645\u0647 \u0645\u06CC \u0634\u0648\u062F","always sites":"URL \u0647\u0627\u06CC \u0647\u0645\u06CC\u0634\u0647 \u062A\u0631\u062C\u0645\u0647 \u0634\u062F\u0647","always translate the following sites":"\u0647\u0646\u06AF\u0627\u0645\u06CC \u06A9\u0647 \u0648\u0628 \u0633\u0627\u06CC\u062A \u0628\u0627 \u0646\u0627\u0645 \u062F\u0627\u0645\u0646\u0647 \u0632\u06CC\u0631 \u0628\u0627\u0634\u062F\u060C \u0628\u0647 \u0637\u0648\u0631 \u062E\u0648\u062F\u06A9\u0627\u0631 \u0628\u0647 \u0632\u0628\u0627\u0646 \u0645\u0642\u0635\u062F \u062A\u0631\u062C\u0645\u0647 \u0645\u06CC \u0634\u0648\u062F","never sites":"URL \u0647\u0627\u06CC\u06CC \u06A9\u0647 \u0647\u0631\u06AF\u0632 \u062A\u0631\u062C\u0645\u0647 \u0646\u0645\u06CC \u0634\u0648\u0646\u062F","never translate the following sites":"\u0647\u0646\u06AF\u0627\u0645\u06CC \u06A9\u0647 \u0648\u0628 \u0633\u0627\u06CC\u062A \u062F\u0627\u0631\u0627\u06CC \u0646\u0627\u0645 \u062F\u0627\u0645\u0646\u0647 \u0632\u06CC\u0631 \u0628\u0627\u0634\u062F\u060C \u062A\u0631\u062C\u0645\u0647 \u0627\u0646\u062C\u0627\u0645 \u0646\u062E\u0648\u0627\u0647\u062F \u0634\u062F","please refer to":"\u0642\u0628\u0644 \u0627\u0632 \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u0628\u0627\u06CC\u062F \u06A9\u0644\u06CC\u062F \u0631\u0627 \u067E\u0631 \u06A9\u0646\u06CC\u062F. \u0628\u0631\u0627\u06CC \u062C\u0632\u0626\u06CC\u0627\u062A \u0644\u0637\u0641\u0627\u064B \u0628\u0647",KeyAndConfigurationTutorial:'"\u0622\u0645\u0648\u0632\u0634 \u0628\u0631\u0646\u0627\u0645\u0647 \u06A9\u0627\u0631\u0628\u0631\u062F\u06CC \u0648 \u067E\u06CC\u06A9\u0631\u0628\u0646\u062F\u06CC \u06A9\u0644\u06CC\u062F"',useAboveStyleForTheseSites:"\u603B\u662F\u4F7F\u7528 {theme} \u8BD1\u6587\u6837\u5F0F\u7684\u7F51\u7AD9",currentUrl:"URL \u0641\u0639\u0644\u06CC",confirm:"\u0635\u0631\u0641\u0647 \u062C\u0648\u06CC\u06CC",cancel:"\u0644\u063A\u0648 \u06A9\u0646\u06CC\u062F",delete:"\u062D\u0630\u0641","languages.auto":"\u062A\u0634\u062E\u06CC\u0635 \u062E\u0648\u062F\u06A9\u0627\u0631",syncToCloud:"\u540C\u6B65\u5230\u4E91\u7AEF",syncToCloudDescription:"\u5F00\u542F\u540E\u53EF\u4EE5\u5728\u4E0D\u540C\u7684\u6D4F\u89C8\u5668/\u6CB9\u7334\u811A\u672C\u4E4B\u95F4\u540C\u6B65\u914D\u7F6E,\u4EE5\u6700\u540E\u4FEE\u6539\u65F6\u95F4\u4E3A\u51C6\u3002",syncToAccount:"\u0647\u0645\u06AF\u0627\u0645 \u0633\u0627\u0632\u06CC \u0628\u0627 Immersive Translation Cloud",syncToAccountButton:"\u0641\u0648\u0631\u0627\u064B \u0628\u0627 \u0627\u0628\u0631 \u0647\u0645\u06AF\u0627\u0645 \u0633\u0627\u0632\u06CC \u06A9\u0646\u06CC\u062F",syncToAccountDescription:"\u0628\u0647 \u0637\u0648\u0631 \u062E\u0648\u062F\u06A9\u0627\u0631 \u067E\u06CC\u06A9\u0631\u0628\u0646\u062F\u06CC \u0647\u0627 \u0631\u0627 \u0628\u06CC\u0646 \u062F\u0633\u062A\u06AF\u0627\u0647 \u0647\u0627\u06CC \u0645\u062E\u062A\u0644\u0641 \u0628\u0631 \u0627\u0633\u0627\u0633 \u0622\u062E\u0631\u06CC\u0646 \u0632\u0645\u0627\u0646 \u062A\u063A\u06CC\u06CC\u0631 \u0647\u0645\u06AF\u0627\u0645 \u0633\u0627\u0632\u06CC \u06A9\u0646\u06CC\u062F.",successSyncConfigInAccount:"\u0628\u0627 \u0645\u0648\u0641\u0642\u06CC\u062A \u0628\u0627 \u0627\u0628\u0631 \u0647\u0645\u06AF\u0627\u0645 \u0628\u0645\u0627\u0646\u06CC\u062F",successSyncConfigToAccount:"\u0628\u0627 \u0645\u0648\u0641\u0642\u06CC\u062A \u0628\u0627 \u0627\u0628\u0631 \u0647\u0645\u06AF\u0627\u0645\u200C\u0633\u0627\u0632\u06CC \u0634\u062F",syncConfigNoUpdate:"\u062F\u0631 \u062D\u0627\u0644 \u062D\u0627\u0636\u0631 \u062C\u062F\u06CC\u062F\u062A\u0631\u06CC\u0646",authFail:"\u0645\u062C\u0648\u0632 \u0627\u0646\u062C\u0627\u0645 \u0646\u0634\u062F",syncTitle:"\u0645\u062F\u06CC\u0631\u06CC\u062A \u067E\u0634\u062A\u06CC\u0628\u0627\u0646 \u06AF\u06CC\u0631\u06CC \u062F\u0633\u062A\u06CC",import_hint:"\u0648\u0627\u0631\u062F \u0643\u0631\u062F\u0646",upload:"\u0628\u0627\u0631\u06AF\u0630\u0627\u0631\u06CC",revokeAuth:"\u0644\u063A\u0648 \u0645\u062C\u0648\u0632",uploadFail:"\u0622\u067E\u0644\u0648\u062F \u0627\u0646\u062C\u0627\u0645 \u0646\u0634\u062F",download:"\u062F\u0627\u0646\u0644\u0648\u062F",importSuccess:"\u0648\u0627\u0631\u062F\u0627\u062A \u0628\u0627 \u0645\u0648\u0641\u0642\u06CC\u062A \u0627\u0646\u062C\u0627\u0645 \u0634\u062F",importFail:"\u0648\u0627\u0631\u062F\u0627\u062A \u0627\u0646\u062C\u0627\u0645 \u0646\u0634\u062F",deleteFail:"\u062D\u0630\u0641 \u0646\u0634\u062F",backupToCloud:"\u0641\u0627\u06CC\u0644 \u0647\u0627\u06CC \u067E\u0634\u062A\u06CC\u0628\u0627\u0646 \u0631\u0627 \u0628\u0647 \u0635\u0648\u0631\u062A \u062F\u0633\u062A\u06CC \u0645\u062F\u06CC\u0631\u06CC\u062A \u06A9\u0646\u06CC\u062F",create_new_backup:"\u0627\u0636\u0627\u0641\u0647 \u06A9\u0631\u062F\u0646 \u06AF\u0631\u0647 \u067E\u0634\u062A\u06CC\u0628\u0627\u0646",maxBackupFiles:"\u062A\u0627{count}\u06AF\u0631\u0647 \u0645\u062E\u062A\u0644\u0641 \u0631\u0627 \u0645\u06CC \u062A\u0648\u0627\u0646 \u067E\u0634\u062A\u06CC\u0628\u0627\u0646 \u06AF\u06CC\u0631\u06CC \u06A9\u0631\u062F\u060C \u0644\u0637\u0641\u0627 \u06AF\u0631\u0647 \u0647\u0627\u06CC \u063A\u06CC\u0631 \u0636\u0631\u0648\u0631\u06CC \u0631\u0627 \u062D\u0630\u0641 \u06A9\u0646\u06CC\u062F",backupToCloudDescription:"\u0641\u0627\u06CC\u0644 \u0647\u0627\u06CC \u067E\u0634\u062A\u06CC\u0628\u0627\u0646 \u0631\u0627 \u0628\u0647 \u0635\u0648\u0631\u062A \u062F\u0633\u062A\u06CC \u0622\u067E\u0644\u0648\u062F \u06CC\u0627 \u0628\u0627\u0632\u06CC\u0627\u0628\u06CC \u06A9\u0646\u06CC\u062F\u060C \u062A\u0627 \u062D\u062F\u0627\u06A9\u062B\u0631 3 \u0646\u0633\u062E\u0647 \u067E\u0634\u062A\u06CC\u0628\u0627\u0646 \u062A\u0647\u06CC\u0647 \u06A9\u0646\u06CC\u062F",successSyncConfig:"\u0628\u0627 \u0645\u0648\u0641\u0642\u06CC\u062A \u0628\u0627 \u0627\u0628\u0631 \u0647\u0645\u06AF\u0627\u0645 \u0628\u0645\u0627\u0646\u06CC\u062F",syncFail:"\u0647\u0645\u06AF\u0627\u0645 \u0633\u0627\u0632\u06CC \u0627\u0646\u062C\u0627\u0645 \u0646\u0634\u062F",updatedAt:"\u0628\u0647 \u0631\u0648\u0632 \u0634\u062F\u0647 \u062F\u0631 {date}",lastSyncedAt:"\u0622\u062E\u0631\u06CC\u0646 \u0628\u0631\u0631\u0633\u06CC \u062F\u0631 {date}",downloadFail:"\u062F\u0627\u0646\u0644\u0648\u062F \u0646\u0634\u062F",clickToDownload:"\u0628\u0631\u0627\u06CC \u062F\u0627\u0646\u0644\u0648\u062F \u06A9\u0644\u06CC\u06A9 \u06A9\u0646\u06CC\u062F",aboutLabel:"\u062F\u0631\u0628\u0627\u0631\u0647 - \u0628\u0627\u0632\u062E\u0648\u0631\u062F","browser.openAboutPage":"\u5173\u4E8E/\u53CD\u9988/\u8D5E\u52A9",aboutLabelWithoutSponsor:"\u062F\u0631\u0628\u0627\u0631\u0647 - \u0628\u0627\u0632\u062E\u0648\u0631\u062F",aboutIntro:"\u8BE5\u6269\u5C55\u514D\u8D39\u4F7F\u7528\uFF0C\u5E0C\u671B\u6211\u4EEC\u90FD\u80FD\u66F4\u52A0\u5BB9\u6613\u4E14\u6109\u60A6\u5730\u83B7\u53D6\u4E92\u8054\u7F51\u4E0A\u5DE8\u5927\u7684\u5916\u8BED\u4FE1\u606F \u2764\uFE0F

\u611F\u8C22\u8FD9\u4E9B<1>\u8D5E\u52A9\u8005\u4EEC, \u7531\u4E8E\u4ED6/\u5979\u4EEC\u7684\u652F\u6301\uFF0C\u66F4\u591A\u7684\u4EBA\u53EF\u4EE5\u514D\u8D39\u5730\u4F7F\u7528\u8FD9\u4E2A\u5DE5\u5177\u3002\u5982\u679C\u6709\u4F59\u529B\uFF0C\u4F60\u53EF\u4EE5<2>\u70B9\u51FB\u8FD9\u91CC\u8D5E\u52A9\u6211\u7684\u5DE5\u4F5C\uFF0C\u4F60\u8FD8\u53EF\u4EE5\u5173\u6CE8\u6211\u7684<3>\u63A8\u7279\uFF0C<4>Telegram \u9891\u9053\u4EE5\u53CA\u4E0B\u65B9\u7684<5>\u90AE\u4EF6\u8BA2\u9605\u8FFD\u8E2A\u66F4\u65B0\u3002",aboutIntroWithoutSponsor:"\u8BE5\u6269\u5C55\u514D\u8D39\u4F7F\u7528\uFF0C\u5E0C\u671B\u6211\u4EEC\u90FD\u80FD\u66F4\u52A0\u5BB9\u6613\u4E14\u6109\u60A6\u5730\u83B7\u53D6\u4E92\u8054\u7F51\u4E0A\u5DE8\u5927\u7684\u5916\u8BED\u4FE1\u606F \u2764\uFE0F ",projectHomepage:"\u0635\u0641\u062D\u0647 \u0627\u0635\u0644\u06CC \u067E\u0631\u0648\u0698\u0647",joinTelegramGroup:"\u52A0\u5165 Telegram \u7FA4\u53C2\u4E0E\u529F\u80FD\u8BA8\u8BBA",wechatPublicAccount:"\u062D\u0633\u0627\u0628 \u0639\u0645\u0648\u0645\u06CC \u0648\u06CC \u0686\u062A",wechatCommunities:"\u06AF\u0631\u0648\u0647 \u0627\u0631\u062A\u0628\u0627\u0637\u06CC \u0648\u06CC \u0686\u062A",qqCommunities:"\u06A9\u0627\u0646\u0627\u0644 \u0627\u0631\u062A\u0628\u0627\u0637\u06CC QQ",joinTelegramChannel:"\u0628\u0631\u0627\u06CC \u0627\u0637\u0644\u0627\u0639 \u0627\u0632 \u0622\u062E\u0631\u06CC\u0646 \u0627\u062E\u0628\u0627\u0631 \u06A9\u0627\u0646\u0627\u0644 \u062A\u0644\u06AF\u0631\u0627\u0645 \u0631\u0627 \u062F\u0646\u0628\u0627\u0644 \u06A9\u0646\u06CC\u062F",feedbackAndJoin:"\u0628\u0627\u0632\u062E\u0648\u0631\u062F \u0645\u0634\u06A9\u0644/\u0628\u0647 \u06AF\u0631\u0648\u0647 \u0628\u067E\u06CC\u0648\u0646\u062F\u06CC\u062F",autoSync:"\u0647\u0645\u06AF\u0627\u0645 \u0633\u0627\u0632\u06CC \u0628\u0631\u0646\u0627\u0645\u0647 \u0631\u06CC\u0632\u06CC \u0634\u062F\u0647 \u062E\u0648\u062F\u06A9\u0627\u0631",loadingThemeTitle:"\u0633\u0628\u06A9 \u0628\u0627\u0631\u06AF\u06CC\u0631\u06CC",loadingThemeDescription:"\u0647\u0646\u06AF\u0627\u0645 \u0627\u0646\u062A\u0638\u0627\u0631 \u0628\u0631\u0627\u06CC \u0628\u0627\u0631\u06AF\u06CC\u0631\u06CC \u062A\u0631\u062C\u0645\u0647\u060C \u0633\u0628\u06A9 \u0631\u0627 \u062A\u0646\u0638\u06CC\u0645 \u06A9\u0646\u06CC\u062F","loadingTheme.spinner":"\u8F6C\u5708\u52A8\u753B Spinner","loadingTheme.text":"\u0645\u062A\u0646 \u0627\u06CC\u0633\u062A\u0627... ","loadingTheme.none":"\u0646\u0634\u0627\u0646 \u0646\u062F\u0647",developerDescription:"\u0627\u06CC\u0646\u062C\u0627 \u0645\u06CC \u062A\u0648\u0627\u0646\u06CC\u062F <1> \u0631\u0627 \u06A9\u0644\u06CC\u06A9 \u06A9\u0646\u06CC\u062F \u0645\u0634\u0627\u0647\u062F\u0647 \u0627\u0633\u0646\u0627\u062F \u0645\u0631\u0628\u0648\u0637 \u0628\u0647 \u0633\u0641\u0627\u0631\u0634\u06CC \u0633\u0627\u0632\u06CC \u067E\u06CC\u0634\u0631\u0641\u062A\u0647","edit border color":"\u0631\u0646\u06AF \u062D\u0627\u0634\u06CC\u0647 \u0631\u0627 \u062A\u063A\u06CC\u06CC\u0631 \u062F\u0647\u06CC\u062F",successSyncButNoChange:"\u067E\u06CC\u06A9\u0631\u0628\u0646\u062F\u06CC \u0641\u0639\u0644\u06CC \u0628\u0627 \u0627\u0628\u0631 \u0633\u0627\u0632\u06AF\u0627\u0631 \u0627\u0633\u062A",customTheme:"\u0631\u0646\u06AF \u0647\u0627 \u0648 \u0627\u0646\u062F\u0627\u0632\u0647 \u0647\u0627\u06CC \u0633\u0641\u0627\u0631\u0634\u06CC","customThemeLabel.borderColor":"\u0631\u0646\u06AF \u0644\u0628\u0647","customThemeLabel.borderRadius":"\u06AF\u0648\u0634\u0647 \u0647\u0627\u06CC \u06AF\u0631\u062F \u062D\u0627\u0634\u06CC\u0647","customThemeLabel.textColor":"\u0631\u0646\u06AF \u0645\u062A\u0646","customThemeLabel.backgroundColor":"\u0631\u0646\u06AF \u067E\u0633 \u0632\u0645\u06CC\u0646\u0647","customThemeLabel.zoom":"\u0645\u0642\u06CC\u0627\u0633 \u0628\u0646\u062F\u06CC \u0642\u0644\u0645 (%)","customThemeLabel.opacity":"\u06A9\u062F\u0648\u0631\u062A \u0645\u062A\u0646 (%)",resetToDefaultColor:"\u0628\u0647 \u0631\u0646\u06AF \u067E\u06CC\u0634 \u0641\u0631\u0636 \u0628\u0631\u06AF\u0631\u062F\u06CC\u062F",resetToDefaultSettings:"\u0628\u0647 \u062A\u0646\u0638\u06CC\u0645\u0627\u062A \u067E\u06CC\u0634 \u0641\u0631\u0636 \u0628\u0631\u06AF\u0631\u062F\u06CC\u062F",isTranslateTitle:"\u0639\u0646\u0627\u0648\u06CC\u0646 \u0635\u0641\u062D\u0627\u062A \u0648\u0628 \u062A\u0631\u062C\u0645\u0647 \u0634\u062F\u0647 \u0631\u0627 \u0631\u0648\u0634\u0646 \u06A9\u0646\u06CC\u062F",isTranslateTitleDescription:"\u0648\u0642\u062A\u06CC \u0631\u0648\u0634\u0646 \u0634\u062F\u060C \u0639\u0646\u0648\u0627\u0646 \u0635\u0641\u062D\u0647 \u0648\u0628 \u062A\u0631\u062C\u0645\u0647 \u062E\u0648\u0627\u0647\u062F \u0634\u062F",enableSearchEnhancement:"\u0628\u0647\u0628\u0648\u062F \u0627\u0637\u0644\u0627\u0639\u0627\u062A \u062F\u0648 \u0632\u0628\u0627\u0646\u0647 \u0631\u0627 \u0641\u0639\u0627\u0644 \u06A9\u0646\u06CC\u062F",enableSearchEnhancementDescription:"\u067E\u0633 \u0627\u0632 \u0631\u0648\u0634\u0646 \u0634\u062F\u0646\u060C \u0646\u062A\u0627\u06CC\u062C \u062C\u0633\u062A\u062C\u0648\u06CC \xABGoogle News\xBB \u0645\u0631\u0628\u0648\u0637 \u0628\u0647 \u06A9\u0644\u06CC\u062F\u0648\u0627\u0698\u0647\u200C\u0647\u0627\u06CC \u0627\u0646\u06AF\u0644\u06CC\u0633\u06CC \u0628\u0647\u200C\u0637\u0648\u0631 \u062E\u0648\u062F\u06A9\u0627\u0631 \u062F\u0631 \u0633\u062A\u0648\u0646 \u0633\u0645\u062A \u0631\u0627\u0633\u062A \u0648\u0628\u200C\u0633\u0627\u06CC\u062A\u200C\u0647\u0627\u06CC \u067E\u0634\u062A\u06CC\u0628\u0627\u0646\u06CC\u200C\u0634\u062F\u0647 (Google News\u060C Google Search (\u0628\u0631\u062E\u06CC \u06A9\u0644\u0645\u0627\u062A \u06A9\u0644\u06CC\u062F\u06CC)\u060C Snowball\u060C Oriental Fortune\u060C Futu\u060C \u0627\u0646\u062C\u0645\u0646 \u0628\u0628\u0631) \u0646\u0645\u0627\u06CC\u0634 \u062F\u0627\u062F\u0647 \u0645\u06CC\u200C\u0634\u0648\u0646\u062F.",verifyService:"\u0628\u0631\u0627\u06CC \u062A\u0633\u062A \u0633\u0631\u0648\u06CC\u0633 \u0627\u06CC\u0646\u062C\u0627 \u06A9\u0644\u06CC\u06A9 \u06A9\u0646\u06CC\u062F",verified:"\u062A\u0623\u06CC\u06CC\u062F \u0628\u0627 \u0645\u0648\u0641\u0642\u06CC\u062A \u0627\u0646\u062C\u0627\u0645 \u0634\u062F","field.langs":"\u06A9\u062F\u0647\u0627\u06CC \u0632\u0628\u0627\u0646 \u067E\u0634\u062A\u06CC\u0628\u0627\u0646\u06CC \u0634\u062F\u0647","field.model":"\u0645\u062F\u0644","field.translationEngine":"\u0645\u0648\u062A\u0648\u0631 \u062A\u0631\u062C\u0645\u0647","field.limitPerMinute":"\u062D\u062F\u0627\u06A9\u062B\u0631 \u062A\u0639\u062F\u0627\u062F \u062F\u0631\u062E\u0648\u0627\u0633\u062A \u062F\u0631 \u062F\u0642\u06CC\u0642\u0647","field.limitPerSecond":"\u062D\u062F\u0627\u06A9\u062B\u0631 \u062A\u0639\u062F\u0627\u062F \u062F\u0631\u062E\u0648\u0627\u0633\u062A \u062F\u0631 \u062B\u0627\u0646\u06CC\u0647","field.maxTextLengthPerRequest":"\u062D\u062F\u0627\u06A9\u062B\u0631 \u0637\u0648\u0644 \u0645\u062A\u0646 \u062F\u0631 \u0647\u0631 \u062F\u0631\u062E\u0648\u0627\u0633\u062A","field.maxTextGroupLengthPerRequest":"\u062D\u062F\u0627\u06A9\u062B\u0631 \u062A\u0639\u062F\u0627\u062F \u067E\u0627\u0631\u0627\u06AF\u0631\u0627\u0641 \u062F\u0631 \u0647\u0631 \u062F\u0631\u062E\u0648\u0627\u0633\u062A","field.apiUrl":"\u0622\u062F\u0631\u0633 \u0631\u0627\u0628\u0637 API \u0633\u0641\u0627\u0631\u0634\u06CC","field.placeholderDelimiters":"\u0645\u062A\u063A\u06CC\u0631\u0647\u0627\u06CC \u0631\u0632\u0631\u0648 \u0634\u062F\u0647","description.custom":"\u062F\u0633\u062A\u0631\u0633\u06CC \u0628\u0647 \u0631\u0627\u0628\u0637 \u0633\u0641\u0627\u0631\u0634\u06CC \u0628\u0647 \u0627\u0633\u0646\u0627\u062F \u0645\u0631\u062C\u0639 \u0646\u06CC\u0627\u0632 \u062F\u0627\u0631\u062F","description.limitPerMinute":"\u8BF7\u6C42\u6570\u8D85\u8FC7\u8BE5\u9650\u5236\u65F6\u4F1A\u88AB\u6682\u65F6\u7981\u7528\uFF0C\u76F4\u5230\u4E0B\u4E00\u5206\u949F\u5F00\u59CB\uFF0C\u9ED8\u8BA4\u8BBE\u7F6E\u4E3A OpenAI \u8BD5\u7528\u7248\u7684\u8BF7\u6C42\u9650\u5236","description.limitPerSecond":"\u0648\u0642\u062A\u06CC \u062A\u0639\u062F\u0627\u062F \u062F\u0631\u062E\u0648\u0627\u0633\u062A \u0647\u0627 \u0627\u0632 \u0627\u06CC\u0646 \u062D\u062F \u0628\u06CC\u0634\u062A\u0631 \u0634\u0648\u062F\u060C \u062A\u0627 \u0627\u0628\u062A\u062F\u0627\u06CC \u062B\u0627\u0646\u06CC\u0647 \u0628\u0639\u062F \u0648\u0627\u0631\u062F \u062D\u0627\u0644\u062A \u0635\u0641 \u0645\u06CC \u0634\u0648\u062F. \u0628\u0627 \u062A\u0648\u062C\u0647 \u0628\u0647 \u0645\u062D\u062F\u0648\u062F\u06CC\u062A\u200C\u0647\u0627\u06CC \u0645\u062E\u062A\u0644\u0641 \u0633\u0631\u0648\u06CC\u0633 \u0641\u0639\u0644\u06CC OpenAI\u060C \u0644\u0637\u0641\u0627\u064B <1> \u0631\u0627 \u0627\u06CC\u0646\u062C\u0627 \u06A9\u0644\u06CC\u06A9 \u06A9\u0646\u06CC\u062F \u0622\u062E\u0631\u06CC\u0646 \u0645\u0642\u0627\u062F\u06CC\u0631 \u062A\u0648\u0635\u06CC\u0647 \u0634\u062F\u0647 \u0631\u0627 \u0645\u0634\u0627\u0647\u062F\u0647 \u06A9\u0646\u06CC\u062F","description.generalLimitPerSecond":"\u0648\u0642\u062A\u06CC \u062A\u0639\u062F\u0627\u062F \u062F\u0631\u062E\u0648\u0627\u0633\u062A \u0647\u0627 \u0627\u0632 \u0627\u06CC\u0646 \u062D\u062F \u0628\u06CC\u0634\u062A\u0631 \u0634\u0648\u062F\u060C \u062A\u0627 \u0627\u0628\u062A\u062F\u0627\u06CC \u062B\u0627\u0646\u06CC\u0647 \u0628\u0639\u062F \u0648\u0627\u0631\u062F \u062D\u0627\u0644\u062A \u0635\u0641 \u0645\u06CC \u0634\u0648\u062F.","description.prompt":"\u0628\u0647 \u0639\u0646\u0648\u0627\u0646 \u06A9\u0627\u0631\u0628\u0631\u060C \u06AF\u0641\u062A\u06AF\u0648 \u0631\u0627 \u0628\u0647 {service} \u0627\u0631\u0633\u0627\u0644 \u06A9\u0646\u06CC\u062F\u060C \u06A9\u0647 \u062F\u0631 \u0622\u0646 {{text}} \u0645\u062D\u062A\u0648\u0627\u06CC \u0645\u062A\u0646 \u067E\u0627\u0631\u0627\u06AF\u0631\u0627\u0641\u060C {{from}} \u0632\u0628\u0627\u0646 \u067E\u0627\u0631\u0627\u06AF\u0631\u0627\u0641 \u0648 {{to}} \u0632\u0628\u0627\u0646 \u0645\u0642\u0635\u062F \u0631\u0627 \u0646\u0634\u0627\u0646 \u0645\u06CC \u062F\u0647\u062F.","description.maxTextLengthPerRequest":"\u9ED8\u8BA4\u4F1A\u5408\u5E76\u591A\u4E2A\u6BB5\u843D\uFF0C\u4EE5\u51CF\u5C11\u8BF7\u6C42\u6B21\u6570\uFF0C\u4F46\u662F\u5982\u679C\u6BB5\u843D\u603B\u957F\u5EA6\u8FC7\u957F\uFF0C\u4E5F\u53EF\u80FD\u4F1A\u5BFC\u81F4\u63A5\u53E3\u7684\u54CD\u5E94\u53D8\u6162\uFF0C\u56E0\u6B64\u53EF\u4EE5\u5C1D\u8BD5\u8C03\u6574\u8BE5\u9009\u9879\u6765\u4F18\u5316\u901F\u5EA6","description.systemPrompt":"\u0645\u06A9\u0627\u0644\u0645\u0647 \u0628\u0647 \u0639\u0646\u0648\u0627\u0646 \u0633\u06CC\u0633\u062A\u0645 \u0628\u0647 OpenAI \u0627\u0631\u0633\u0627\u0644 \u0645\u06CC \u0634\u0648\u062F\u060C \u06A9\u0647 \u062F\u0631 \u0622\u0646 {{text}} \u0646\u0634\u0627\u0646 \u062F\u0647\u0646\u062F\u0647 \u0645\u062D\u062A\u0648\u0627\u06CC \u0645\u062A\u0646 \u067E\u0627\u0631\u0627\u06AF\u0631\u0627\u0641\u060C{{from}} \u0646\u0634\u0627\u0646 \u062F\u0647\u0646\u062F\u0647 \u0632\u0628\u0627\u0646 \u067E\u0627\u0631\u0627\u06AF\u0631\u0627\u0641\u060C \u0648{{to}} \u0646\u0634\u0627\u0646 \u062F\u0647\u0646\u062F\u0647 \u0632\u0628\u0627\u0646 \u0645\u0642\u0635\u062F \u0627\u0633\u062A.","field.domain":"\u0631\u0634\u062A\u0647","description.domain":"\u067E\u06CC\u0634 \u0641\u0631\u0636\uFF1A\u0639\u0645\u0648\u0645\u06CC \u0627\u0633\u062A. \u0641\u0642\u0637 \u0632\u0645\u0627\u0646\u06CC \u0645\u06CC\u200C\u062A\u0648\u0627\u0646 \u0622\u0646 \u0631\u0627 \u062A\u0646\u0638\u06CC\u0645 \u06A9\u0631\u062F \u06A9\u0647 \u062A\u0631\u062C\u0645\u0647 \u0645\u0628\u062A\u0646\u06CC \u0628\u0631 \u062F\u0627\u0645\u0646\u0647 \u062F\u0631 \u06A9\u0646\u0633\u0648\u0644 Youdao API \u0641\u0639\u0627\u0644 \u0628\u0627\u0634\u062F. \u0628\u0631\u0627\u06CC \u0642\u0633\u0645\u062A\u200C\u0647\u0627\u06CC \u067E\u0634\u062A\u06CC\u0628\u0627\u0646\u06CC\u200C\u0634\u062F\u0647\u060C \u0644\u0637\u0641\u0627\u064B <1> \u0631\u0627 \u0627\u06CC\u0646\u062C\u0627 \u0628\u0628\u06CC\u0646\u06CC\u062F.","field.scene":"\u0635\u062D\u0646\u0647 \u0647\u0627\u06CC","description.scene":"\u067E\u06CC\u0634 \u0641\u0631\u0636\uFF1A\u0639\u0645\u0648\u0645\u06CC \u0627\u0633\u062A. \u062A\u0646\u0647\u0627 \u0632\u0645\u0627\u0646\u06CC \u0645\u06CC\u200C\u062A\u0648\u0627\u0646 \u0622\u0646 \u0631\u0627 \u062A\u0646\u0638\u06CC\u0645 \u06A9\u0631\u062F \u06A9\u0647 \u0646\u0633\u062E\u0647 \u062D\u0631\u0641\u0647\u200C\u0627\u06CC \u062A\u0631\u062C\u0645\u0647 \u0645\u0627\u0634\u06CC\u0646\u06CC \u062F\u0631 \u06A9\u0646\u0633\u0648\u0644 Alibaba Cloud API \u0641\u0639\u0627\u0644 \u0634\u0648\u062F. \u0628\u0631\u0627\u06CC \u0633\u0646\u0627\u0631\u06CC\u0648\u0647\u0627\u06CC \u067E\u0634\u062A\u06CC\u0628\u0627\u0646\u06CC \u0634\u062F\u0647 \u0628\u0647 <1> \u0627\u06CC\u0646\u062C\u0627 \u0645\u0631\u0627\u062C\u0639\u0647 \u06A9\u0646\u06CC\u062F.","field.vocabId":"\u0634\u0646\u0627\u0633\u0647 \u0641\u0631\u0647\u0646\u06AF \u0644\u063A\u062A \u06A9\u0627\u0631\u0628\u0631","description.vocabId":"\u0641\u0631\u0647\u0646\u06AF \u0644\u063A\u062A \u0645\u0634\u062E\u0635 \u0634\u062F\u0647 out_id \u062F\u0631 \u062D\u0627\u0644 \u062D\u0627\u0636\u0631 \u0627\u0632 \u062A\u0631\u062C\u0645\u0647 \u0627\u0646\u06AF\u0644\u06CC\u0633\u06CC \u0628\u0647 \u0686\u06CC\u0646\u06CC \u067E\u0634\u062A\u06CC\u0628\u0627\u0646\u06CC \u0645\u06CC \u06A9\u0646\u062F.","description.model":"\u0645\u062F\u0644 OpenAI \u0645\u06CC \u062A\u0648\u0627\u0646\u062F gpt-3.5-turbo\u060C gpt-4 \u0648 \u063A\u06CC\u0631\u0647 \u0628\u0627\u0634\u062F.","description.maxTextGroupLengthPerRequest":"\u062A\u0639\u062F\u0627\u062F \u067E\u0627\u0631\u0627\u06AF\u0631\u0627\u0641\u200C\u0647\u0627\u06CC\u06CC \u06A9\u0647 \u0647\u0631 \u0628\u0627\u0631 \u0628\u0647 \u0633\u0631\u0648\u06CC\u0633 \u062A\u0631\u062C\u0645\u0647 \u0627\u0631\u0633\u0627\u0644 \u0645\u06CC\u200C\u0634\u0648\u0646\u062F. \u0627\u06AF\u0631 \u062A\u0639\u062F\u0627\u062F \u067E\u0627\u0631\u0627\u06AF\u0631\u0627\u0641\u200C\u0647\u0627 \u0628\u06CC\u0634 \u0627\u0632 \u062D\u062F \u0628\u0627\u0634\u062F\u060C \u067E\u0627\u0633\u062E \u0631\u0627\u0628\u0637 \u0645\u0645\u06A9\u0646 \u0627\u0633\u062A \u06A9\u0646\u062F \u0634\u0648\u062F.","description.apiUrl":"\u8BF7\u6DFB\u52A0\u5177\u4F53\u5E26\u6709\u8DEF\u5F84\u7684\u7F51\u5740",enabledExtension:"\u0627\u0641\u0632\u0648\u0646\u0647 \u0631\u0627 \u0641\u0639\u0627\u0644 \u06A9\u0646\u06CC\u062F",clickToDisableExtension:"\u0628\u0631\u0627\u06CC \u063A\u06CC\u0631\u0641\u0639\u0627\u0644 \u06A9\u0631\u062F\u0646 \u0627\u0641\u0632\u0648\u0646\u0647 \u06A9\u0644\u06CC\u06A9 \u06A9\u0646\u06CC\u062F",clickToEnableExtension:"\u0628\u0631\u0627\u06CC \u0641\u0639\u0627\u0644 \u06A9\u0631\u062F\u0646 \u0628\u0631\u0646\u0627\u0645\u0647 \u0627\u0641\u0632\u0648\u062F\u0646\u06CC \u06A9\u0644\u06CC\u06A9 \u06A9\u0646\u06CC\u062F",hasBeenDisabled:"\u0645\u0639\u0644\u0648\u0644","show password":"\u0646\u0645\u0627\u06CC\u0634 \u0631\u0645\u0632 \u0639\u0628\u0648\u0631",customContent:"\u8F93\u5165\u81EA\u5B9A\u4E49\u5185\u5BB9",inputOptions:"\u0628\u0647\u0628\u0648\u062F \u062C\u0639\u0628\u0647 \u0648\u0631\u0648\u062F\u06CC",mouseHoverOptions:"\u0645\u0627\u0648\u0633 \u0628\u0631",modifyMouseHoverKey:"\u06A9\u0644\u06CC\u062F\u0647\u0627\u06CC \u0645\u06CC\u0627\u0646\u0628\u0631 \u0645\u0627\u0648\u0633 \u0631\u0627 \u062A\u063A\u06CC\u06CC\u0631 \u062F\u0647\u06CC\u062F",enableInputTranslation:"\u0641\u0639\u0627\u0644 \u06A9\u0631\u062F\u0646 \u0628\u0647\u0628\u0648\u062F \u062C\u0639\u0628\u0647 \u0648\u0631\u0648\u062F\u06CC",enableInputTranslationDescription:"\u067E\u0633 \u0627\u0632 \u0641\u0639\u0627\u0644 \u06A9\u0631\u062F\u0646{trailingKey}\u060C \u0645\u0633\u062A\u0642\u06CC\u0645\u0627\u064B {startingKey}{startingKey} hello \u0631\u0627 \u062F\u0631 \u06A9\u0627\u062F\u0631 \u0648\u0631\u0648\u062F\u06CC \u0648\u0627\u0631\u062F \u06A9\u0646\u06CC\u062F \u0648 \u0633\u067E\u0633 \u0628\u0647 \u0633\u0631\u0639\u062A \u0631\u0648\u06CC{inputTrailingTriggerKeyRepeatTimes}\u062F\u0648 \u0628\u0627\u0631 \u06A9\u0644\u06CC\u06A9 \u06A9\u0646\u06CC\u062F \u062A\u0627 \u0622\u0646 \u0631\u0627 \u0628\u0647 {inputTargetLanguage}\u062A\u0628\u062F\u06CC\u0644 \u06A9\u0646\u06CC\u062F.",enableInputTranslationDescriptionForNoneKey:"{trailingKey}\u0641\u0639\u0627\u0644 \u06A9\u0631\u062F\u0646 \u0622\u0646\u060C \u0645\u0633\u062A\u0642\u06CC\u0645\u0627\u064B\uFF1Ahello world \u0631\u0627 \u062F\u0631 \u06A9\u0627\u062F\u0631 \u0648\u0631\u0648\u062F\u06CC \u0648\u0627\u0631\u062F \u06A9\u0646\u06CC\u062F \u0648 \u0633\u067E\u0633 \u0628\u0647 \u0633\u0631\u0639\u062A{inputTrailingTriggerKeyRepeatTimes}\u0628\u0627\u0631 \u06A9\u0644\u06CC\u06A9 \u06A9\u0646\u06CC\u062F \u062A\u0627 \u0628\u0647 \u0632\u0628\u0627\u0646 \u0645\u0642\u0635\u062F \u067E\u06CC\u0634 \u0641\u0631\u0636 \u062A\u0631\u062C\u0645\u0647 \u0634\u0648\u062F.",inputTargetLanguage:"\u0632\u0628\u0627\u0646 \u0645\u0642\u0635\u062F \u067E\u06CC\u0634 \u0641\u0631\u0636 \u06A9\u0627\u062F\u0631 \u0648\u0631\u0648\u062F\u06CC \u0631\u0627 \u062A\u0646\u0638\u06CC\u0645 \u06A9\u0646\u06CC\u062F",inputTargetLanguageDescription:"\u0632\u0628\u0627\u0646 \u0645\u0642\u0635\u062F \u067E\u06CC\u0634\u200C\u0641\u0631\u0636 \u0628\u0631\u0627\u06CC \u062A\u0631\u062C\u0645\u0647 \u062C\u0639\u0628\u0647 \u0648\u0631\u0648\u062F\u06CC\u060C \u06A9\u0647 {startingKey}{startingKey} \u0628\u0647 \u0639\u0646\u0648\u0627\u0646 \u0632\u0628\u0627\u0646 \u067E\u06CC\u0634\u200C\u0641\u0631\u0636 \u0628\u0631\u0627\u06CC \u06A9\u0644\u0645\u0627\u062A \u0631\u0627\u0647\u200C\u0627\u0646\u062F\u0627\u0632 \u0627\u0633\u062A",inputTargetLanguageDescriptionForNoneKey:"\u0632\u0628\u0627\u0646 \u0645\u0642\u0635\u062F \u067E\u06CC\u0634\u200C\u0641\u0631\u0636 \u0628\u0631\u0627\u06CC \u062A\u0631\u062C\u0645\u0647\u200C\u0647\u0627\u06CC \u062C\u0639\u0628\u0647 \u0648\u0631\u0648\u062F\u06CC",inputStartingTriggerKeyTitle:"\u06A9\u0627\u0631\u0627\u06A9\u062A\u0631\u0647\u0627\u06CC \u062A\u0642\u0633\u06CC\u0645 \u0631\u0627 \u0628\u0631\u0627\u06CC \u062A\u0631\u062C\u0645\u0647 \u062C\u0632\u0626\u06CC \u06A9\u0627\u062F\u0631 \u0648\u0631\u0648\u062F\u06CC \u062A\u0646\u0638\u06CC\u0645 \u06A9\u0646\u06CC\u062F",inputStartingTriggerKeyDescription:"\u0647\u0646\u06AF\u0627\u0645\u06CC \u06A9\u0647 \u0646\u06CC\u0627\u0632\u06CC \u0628\u0647 \u062A\u0631\u062C\u0645\u0647 \u06A9\u0644 \u06A9\u0627\u062F\u0631 \u0648\u0631\u0648\u062F\u06CC \u0646\u062F\u0627\u0631\u06CC\u062F\u060C \u062C\u062F\u0627\u06A9\u0646\u0646\u062F\u0647 \u0628\u0647 \u0634\u0645\u0627 \u0627\u062C\u0627\u0632\u0647 \u0645\u06CC \u062F\u0647\u062F \u0641\u0642\u0637 \u0642\u0633\u0645\u062A \u0631\u0627 {startingKey}{startingKey} \u0628\u0647 \u0627\u0646\u062A\u0647\u0627\u06CC \u06A9\u0627\u062F\u0631 \u0648\u0631\u0648\u062F\u06CC \u062A\u0631\u062C\u0645\u0647 \u06A9\u0646\u06CC\u062F\u060C \u06CC\u0627 \u0645\u06CC \u062A\u0648\u0627\u0646\u06CC\u062F \u06A9\u062F \u0632\u0628\u0627\u0646 \u0631\u0627 \u0645\u0634\u062E\u0635 \u06A9\u0646\u06CC\u062F\u060C \u0628\u0647 \u0639\u0646\u0648\u0627\u0646 \u0645\u062B\u0627\u0644\u060C\uFF1A{startingKey}ja \u0628\u0647 \u0645\u0639\u0646\u0627\u06CC \u0641\u0642\u0637 \u062A\u0631\u062C\u0645\u0647 \u0627\u0633\u062A. \u0642\u0633\u0645\u062A \u0627\u0632 {startingKey}ja \u062A\u0627 \u0627\u0646\u062A\u0647\u0627\u06CC \u062C\u0639\u0628\u0647 \u0648\u0631\u0648\u062F\u06CC.",inputStartingTriggerKeyDescriptionForNoneKey:"\u062F\u0631 \u062D\u0627\u0644 \u062D\u0627\u0636\u0631 \u0628\u062F\u0648\u0646 \u0646\u06CC\u0627\u0632 \u0628\u0647 \u067E\u06CC\u0634\u0648\u0646\u062F \u062A\u0646\u0638\u06CC\u0645 \u0634\u062F\u0647 \u0627\u0633\u062A \u0648 \u0628\u0631\u062E\u06CC \u0627\u0632 \u0639\u0645\u0644\u06A9\u0631\u062F\u0647\u0627\u06CC \u062A\u0631\u062C\u0645\u0647 \u0645\u062A\u0646 \u062C\u0639\u0628\u0647 \u0648\u0631\u0648\u062F\u06CC \u0645\u0648\u0642\u062A\u0627\u064B \u062F\u0631 \u062F\u0633\u062A\u0631\u0633 \u0646\u06CC\u0633\u062A\u0646\u062F.",inputTrailingTriggerKeyTitle:"\u06CC\u06A9 \u06A9\u0627\u0631\u0627\u06A9\u062A\u0631 \u0645\u0627\u0634\u0647 \u0627\u06CC \u0631\u0627 \u0627\u0646\u062A\u062E\u0627\u0628 \u06A9\u0646\u06CC\u062F \u06A9\u0647 \u0628\u0647 \u0648\u0631\u0648\u062F\u06CC \u067E\u0627\u06CC\u0627\u0646 \u0645\u06CC \u062F\u0647\u062F",inputTrailingTriggerKeyDescription:"\u0628\u0627 \u0632\u062F\u0646{trailingKey} 3 \u0628\u0627\u0631 \u0645\u062A\u0648\u0627\u0644\u06CC\u060C \u062A\u0631\u062C\u0645\u0647 \u0634\u0631\u0648\u0639 \u0645\u06CC \u0634\u0648\u062F",inputTrailingTriggerKeyTimeout:"\u0641\u0627\u0635\u0644\u0647 \u0628\u06CC\u0646 \u0645\u0627\u0634\u0647 \u0647\u0627 \u0631\u0627 \u0628\u0631\u0627\u06CC \u067E\u0627\u06CC\u0627\u0646 \u062F\u0627\u062F\u0646 \u0628\u0647 \u062A\u0631\u06A9\u06CC\u0628 \u0648\u0627\u0631\u062F \u06A9\u0646\u06CC\u062F.",inputTrailingTriggerKeyTimeoutDescription:"\u0632\u0645\u0627\u0646 \u0641\u0627\u0635\u0644\u0647 (\u0645\u06CC\u0644\u06CC \u062B\u0627\u0646\u06CC\u0647) \u0631\u0627 \u0628\u0631\u0627\u06CC \u0648\u0631\u0648\u062F\u06CC \u0628\u0631\u0627\u06CC \u067E\u0627\u06CC\u0627\u0646 \u062F\u0627\u062F\u0646 \u0628\u0647 \u0645\u062D\u0631\u06A9 \u062A\u0631\u06A9\u06CC\u0628\u06CC \u062A\u0646\u0638\u06CC\u0645 \u06A9\u0646\u06CC\u062F",spaceKey:"",noneKey:"\u0628\u062F\u0648\u0646 \u0646\u06CC\u0627\u0632 \u0628\u0647 \u067E\u06CC\u0634\u0648\u0646\u062F\u060C \u0628\u0647 \u0637\u0648\u0631 \u0645\u0633\u062A\u0642\u06CC\u0645 \u06A9\u0644 \u062C\u0639\u0628\u0647 \u0645\u062A\u0646 \u0631\u0627 \u062A\u0631\u062C\u0645\u0647 \u06A9\u0646\u06CC\u062F",inputTranslationBlockUrlsTitle:"\u0647\u0631\u06AF\u0632 \u067E\u06CC\u0634\u0631\u0641\u062A \u0647\u0627\u06CC \u0641\u06CC\u0644\u062F \u0648\u0631\u0648\u062F\u06CC \u0631\u0627 \u062F\u0631 URL \u0647\u0627 \u0641\u0639\u0627\u0644 \u0646\u06A9\u0646\u06CC\u062F",inputTranslationBlockUrlsDescription:"\u062F\u0631 \u0622\u062F\u0631\u0633\u200C\u0647\u0627\u06CC \u0627\u06CC\u0646\u062A\u0631\u0646\u062A\u06CC \u0632\u06CC\u0631\u060C \u0628\u0647\u0628\u0648\u062F \u06A9\u0627\u062F\u0631 \u0648\u0631\u0648\u062F\u06CC \u0627\u062B\u0631\u06CC \u0646\u062E\u0648\u0627\u0647\u062F \u062F\u0627\u0634\u062A",clickToSeeQuickDemo:"\u0628\u0631\u0627\u06CC \u06AF\u0633\u062A\u0631\u0634 \u0648\u06CC\u062F\u06CC\u0648\u06CC \u0622\u0645\u0648\u0632\u0634 \u0633\u0631\u06CC\u0639 30 \u062B\u0627\u0646\u06CC\u0647 \u0627\u06CC \u06A9\u0644\u06CC\u06A9 \u06A9\u0646\u06CC\u062F",inputHelperInfo:"\u0646\u06A9\u062A\u0647\uFF1A: \u0645\u0627 \u0628\u0647 \u0637\u0648\u0631 \u062E\u0627\u0635 \u0627\u06CC\u0646 \u0645\u0648\u0636\u0648\u0639 \u0631\u0627 \u0628\u0647\u06CC\u0646\u0647 \u0633\u0627\u0632\u06CC \u06A9\u0631\u062F\u0647 \u0627\u06CC\u0645 \u06A9\u0647 \u062F\u0631 \u0622\u0646 \u0628\u0631\u062E\u06CC \u0627\u0632 \u06A9\u0627\u0631\u0627\u06A9\u062A\u0631\u0647\u0627\u06CC \u0645\u0627\u0634\u0647 \u0628\u0647 \u0639\u0644\u0627\u0626\u0645 \u0646\u06AF\u0627\u0631\u0634\u06CC \u0686\u06CC\u0646\u06CC \u062F\u0631 \u0631\u0648\u0634 \u0648\u0631\u0648\u062F\u06CC \u0686\u06CC\u0646\u06CC \u062A\u0628\u062F\u06CC\u0644 \u0645\u06CC \u0634\u0648\u0646\u062F. \u0628\u0647 \u0639\u0646\u0648\u0627\u0646 \u0645\u062B\u0627\u0644\u060C \u062F\u0631 \u0631\u0648\u0634 \u0648\u0631\u0648\u062F\u06CC Sogou\u060C / \u0628\u0647 \u0645\u06A9\u062B \u062A\u0628\u062F\u06CC\u0644 \u0645\u06CC \u0634\u0648\u062F\u060C \u0648 \u062A\u0631\u062C\u0645\u0647 \u0647\u0645\u0647 \u062C\u0627\u0646\u0628\u0647 \u0627\u0632 \u0647\u0645\u0647 \u0646\u0645\u0627\u062F\u0647\u0627\u06CC \u0686\u06CC\u0646\u06CC \u0645\u0631\u0628\u0648\u0637 \u0628\u0647 \u067E\u0634\u062A\u06CC\u0628\u0627\u0646\u06CC \u0645\u06CC \u06A9\u0646\u062F. \u06A9\u0627\u0631\u0627\u06A9\u062A\u0631\u0647\u0627\u06CC \u0645\u0627\u0634\u0647\u060C \u06CC\u0639\u0646\u06CC //\u060C\u060C \u0647\u0645\u0647 \u0628\u0647 \u0639\u0646\u0648\u0627\u0646 \u06A9\u0627\u0631\u0627\u06A9\u062A\u0631\u0647\u0627\u06CC \u0645\u0627\u0634\u0647 \u0634\u0646\u0627\u062E\u062A\u0647 \u0645\u06CC \u0634\u0648\u0646\u062F.

\u062F\u0631 \u0639\u06CC\u0646 \u062D\u0627\u0644\u060C \u0645\u0627 \u0647\u0645\u0686\u0646\u06CC\u0646 \u0627\u0632 \u0646\u0627\u0645 \u0645\u0633\u062A\u0639\u0627\u0631 \u0686\u06CC\u0646\u06CC \u06A9\u062F\u0647\u0627\u06CC \u0632\u0628\u0627\u0646 \u0628\u0647 \u0639\u0646\u0648\u0627\u0646 \u062F\u0633\u062A\u0648\u0631\u0627\u062A \u067E\u0634\u062A\u06CC\u0628\u0627\u0646\u06CC \u0645\u06CC \u06A9\u0646\u06CC\u0645. \u0628\u0647 \u0639\u0646\u0648\u0627\u0646 \u0645\u062B\u0627\u0644\u060C /Japanese Hello World \u0628\u0647 \u0698\u0627\u067E\u0646\u06CC \u062A\u0631\u062C\u0645\u0647 \u0645\u06CC \u0634\u0648\u062F. <1> \u0628\u0631\u0627\u06CC \u0645\u0634\u0627\u0647\u062F\u0647 \u0647\u0645\u0647 \u06A9\u062F\u0647\u0627\u06CC \u0632\u0628\u0627\u0646 \u067E\u0634\u062A\u06CC\u0628\u0627\u0646\u06CC \u0634\u062F\u0647 \u0627\u06CC\u0646\u062C\u0627 \u0631\u0627 \u06A9\u0644\u06CC\u06A9 \u06A9\u0646\u06CC\u062F. .",reloadCurrentPage:"\u0644\u0637\u0641\u0627\u064B \u0642\u0628\u0644 \u0627\u0632 \u0634\u0631\u0648\u0639 \u062A\u0631\u062C\u0645\u0647 \u0635\u0641\u062D\u0647 \u0641\u0639\u0644\u06CC \u0631\u0627 \u0628\u0627\u0632\u062E\u0648\u0627\u0646\u06CC \u06A9\u0646\u06CC\u062F",noLocalFilePermissionForPDF:"\u0645\u0627 \u062F\u0631 \u062D\u0627\u0644 \u062D\u0627\u0636\u0631 \u0645\u062C\u0648\u0632 \u062E\u0648\u0627\u0646\u062F\u0646 \u0641\u0627\u06CC\u0644 \u0647\u0627\u06CC \u0645\u062D\u0644\u06CC \u0631\u0627 \u0646\u062F\u0627\u0631\u06CC\u0645. \u0644\u0637\u0641\u0627 \u0631\u0648\u06CC \u062F\u06A9\u0645\u0647 \u0628\u0627\u0644\u0627 \u06A9\u0644\u06CC\u06A9 \u06A9\u0646\u06CC\u062F \u0648 \u0641\u0627\u06CC\u0644 \u0647\u0627\u06CC \u0645\u062D\u0644\u06CC \u0631\u0627 \u0648\u0627\u0631\u062F \u06A9\u0646\u06CC\u062F.",noPermissionForThisPage:"\u26A0\uFE0F \u0627\u062C\u0627\u0632\u0647 \u062A\u0631\u062C\u0645\u0647 \u0635\u0641\u062D\u0647 \u0641\u0639\u0644\u06CC \u0648\u062C\u0648\u062F \u0646\u062F\u0627\u0631\u062F",retryAllParagraphs:"\u0647\u0645\u0647 \u067E\u0627\u0631\u0627\u06AF\u0631\u0627\u0641 \u0647\u0627\u06CC \u062E\u0637\u0627 \u0631\u0627 \u062F\u0648\u0628\u0627\u0631\u0647 \u0627\u0645\u062A\u062D\u0627\u0646 \u06A9\u0646\u06CC\u062F",retryAllButton:"\u0647\u0645\u0647 \u067E\u0627\u0631\u0627\u06AF\u0631\u0627\u0641 \u0647\u0627\u06CC \u062E\u0637\u0627 \u0631\u0627 \u062F\u0648\u0628\u0627\u0631\u0647 \u0627\u0645\u062A\u062D\u0627\u0646 \u06A9\u0646\u06CC\u062F",errorTooltipTitle:"\u0628\u0631\u0627\u06CC \u0645\u0634\u0627\u0647\u062F\u0647 \u062F\u0644\u06CC\u0644 \u062E\u0637\u0627 \u06A9\u0644\u06CC\u06A9 \u06A9\u0646\u06CC\u062F",errorModalTitle:"\u0628\u0647 \u0646\u0638\u0631 \u0645\u06CC \u0631\u0633\u062F \u0645\u0634\u06A9\u0644\u06CC \u062F\u0631 \u062E\u062F\u0645\u0627\u062A \u062A\u0631\u062C\u0645\u0647 \u06CC\u0627 \u0634\u0628\u06A9\u0647 \u0648\u062C\u0648\u062F \u062F\u0627\u0631\u062F ...",disableConfirm:"\u062A\u0646\u0638\u06CC\u0645\u0627\u062A \u0627\u0641\u0632\u0627\u06CC\u0634 \u0627\u0637\u0644\u0627\u0639\u0627\u062A \u062F\u0648 \u0632\u0628\u0627\u0646\u0647",disableOnce:"\u0627\u06CC\u0646 \u0628\u0627\u0631 \u063A\u06CC\u0631 \u0641\u0639\u0627\u0644 \u0634\u062F\u0647",disableGlobal:"\u0628\u0631\u0627\u06CC \u0647\u0645\u06CC\u0634\u0647 \u0627\u0632 \u06A9\u0627\u0631 \u0627\u0641\u062A\u0627\u062F\u0647 \u0627\u0633\u062A",disableTint:"* \u0645\u06CC \u062A\u0648\u0627\u0646\u06CC\u062F \u0622\u0646 \u0631\u0627 \u0645\u062C\u062F\u062F\u0627\u064B \u062F\u0631 {option} \u0641\u0639\u0627\u0644 \u06A9\u0646\u06CC\u062F.",searchEnhancementNotes:"\u062F\u0631\u06CC\u0627\u0641\u062A\u06CC\u0645 \u06A9\u0647 \u0646\u062A\u0627\u06CC\u062C \u0627\u062E\u0628\u0627\u0631 \u0628\u0631\u0627\u06CC \u06A9\u0644\u0645\u0627\u062A \u06A9\u0644\u06CC\u062F\u06CC \u0686\u06CC\u0646\u06CC \u0648 \u06A9\u0644\u0645\u0627\u062A \u06A9\u0644\u06CC\u062F\u06CC \u0627\u0646\u06AF\u0644\u06CC\u0633\u06CC \u0628\u0633\u06CC\u0627\u0631 \u0645\u062A\u0641\u0627\u0648\u062A \u0627\u0633\u062A. \u067E\u0633 \u0627\u0632 \u0641\u0639\u0627\u0644 \u06A9\u0631\u062F\u0646 \u0639\u0645\u0644\u06A9\u0631\u062F \u0628\u0647\u0628\u0648\u062F \u0627\u0637\u0644\u0627\u0639\u0627\u062A \u062F\u0648\u0632\u0628\u0627\u0646\u0647 \u062A\u0631\u062C\u0645\u0647 \u0647\u0645\u0647\u062C\u0627\u0646\u0628\u0647\u060C \u062F\u0631 \u0648\u0628 \u0633\u0627\u06CC\u062A \u0647\u0627\u06CC \u067E\u0634\u062A\u06CC\u0628\u0627\u0646\u06CC \u0634\u062F\u0647 (Google News\u060C \u062C\u0633\u062A\u062C\u0648\u06CC Google (\u0628\u0631\u062E\u06CC \u0627\u0632 \u06A9\u0644\u0645\u0627\u062A \u06A9\u0644\u06CC\u062F\u06CC)\u060C Snowball\u060C Oriental Fortune Network\u060C Futu \u062C\u0633\u062A\u062C\u0648 \u062E\u0648\u0627\u0647\u06CC\u0645 \u06A9\u0631\u062F. , Tiger) \u0628\u0647 \u0637\u0648\u0631 \u062E\u0648\u062F\u06A9\u0627\u0631 \u0647\u0645\u0627\u0646 \u06A9\u0644\u0645\u0627\u062A \u06A9\u0644\u06CC\u062F\u06CC \u0631\u0627 \u0628\u0647 \u0632\u0628\u0627\u0646 \u0627\u0646\u06AF\u0644\u06CC\u0633\u06CC \u0628\u0631\u0627\u06CC \u0634\u0645\u0627 \u062C\u0633\u062A\u062C\u0648 \u0645\u06CC \u06A9\u0646\u062F \u0648 \u062F\u0631 \u0633\u0645\u062A \u0631\u0627\u0633\u062A \u0646\u0645\u0627\u06CC\u0634 \u0645\u06CC \u062F\u0647\u062F. \u0627\u06AF\u0631 \u0628\u0647 \u0627\u06CC\u0646 \u0648\u06CC\u0698\u06AF\u06CC \u0646\u06CC\u0627\u0632 \u0646\u062F\u0627\u0631\u06CC\u062F\u060C \u0645\u06CC \u062A\u0648\u0627\u0646\u06CC\u062F \u0622\u0646 \u0631\u0627 \u063A\u06CC\u0631\u0641\u0639\u0627\u0644 \u06A9\u0646\u06CC\u062F.",option:"\u0628\u0631\u067E\u0627\u06CC\u06CC",saveSettings:"\u062A\u0646\u0638\u06CC\u0645\u0627\u062A \u0631\u0627 \u0630\u062E\u06CC\u0631\u0647 \u06A9\u0646",closeModal:"\u067E\u0646\u062C\u0631\u0647 \u0631\u0627 \u0628\u0628\u0646\u062F",enableInputTranslationWithoutTriggerKeyTitle:"\u062A\u0631\u06A9\u06CC\u0628 \u0633\u0631\u06CC\u0639 \u0631\u0627 3 \u0628\u0627\u0631{trailingKey}\u0641\u0639\u0627\u0644 \u06A9\u0646\u06CC\u062F\u060C \u062A\u0645\u0627\u0645 \u06A9\u0627\u062F\u0631 \u0648\u0631\u0648\u062F\u06CC \u0631\u0627 \u0645\u0633\u062A\u0642\u06CC\u0645\u0627\u064B \u0628\u0647{inputTargetLanguage}\u062A\u0631\u062C\u0645\u0647 \u06A9\u0646\u06CC\u062F",enableInputTranslationWithoutTriggerKeyDescription:"\u0627\u06AF\u0631 \u0645\u06CC\u200C\u062E\u0648\u0627\u0647\u06CC\u062F \u0632\u0628\u0627\u0646 \u0645\u0642\u0635\u062F \u0631\u0627 \u0645\u0634\u062E\u0635 \u06A9\u0646\u06CC\u062F\u060C \u0644\u0637\u0641\u0627\u064B \u06A9\u062F \u0632\u0628\u0627\u0646 \u0645\u0642\u0627\u0628\u0644 \u0631\u0627 \u0627\u0636\u0627\u0641\u0647 \u06A9\u0646\u06CC\u062F\u060C \u0645\u0627\u0646\u0646\u062F\uFF1A\u06CC\u0627 Hello World",mouseHoverShortcutPlaceholder:"\u0645\u0627\u0646\u0646\u062F\uFF1AShift",deepLProName:"\u0639\u0636\u0648 \u062D\u0631\u0641\u0647 \u0627\u06CC \u062A\u0631\u062C\u0645\u0647 Immersive (\u062A\u0648\u0635\u06CC\u0647 \u0645\u06CC \u0634\u0648\u062F)",deepLProDescription:"\u0628\u0633\u062A\u0647 \u0641\u0639\u0644\u06CC \u0631\u0627 \u0645\u06CC \u062A\u0648\u0627\u0646 \u0628\u0647 \u0637\u0648\u0631 \u0645\u0633\u062A\u0642\u06CC\u0645 \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u06A9\u0631\u062F",deeplProDescriptionForNormal:"\u0647\u06CC\u0686 \u062A\u0646\u0638\u06CC\u0645\u0627\u062A\u06CC \u0644\u0627\u0632\u0645 \u0646\u06CC\u0633\u062A. \u0645\u06CC \u062A\u0648\u0627\u0646\u06CC\u062F \u067E\u0633 \u0627\u0632 \u0648\u0631\u0648\u062F \u0628\u0647 \u0639\u0646\u0648\u0627\u0646 \u0639\u0636\u0648 \u0627\u0632 \u0622\u0646 \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u06A9\u0646\u06CC\u062F. <1> \u0628\u0631\u0627\u06CC \u0627\u0631\u062A\u0642\u0627 \u0628\u0647 \u0639\u0636\u0648 \u0627\u06CC\u0646\u062C\u0627 \u0631\u0627 \u06A9\u0644\u06CC\u06A9 \u06A9\u0646\u06CC\u062F.",deepLCustomDescription:"\u0634\u0645\u0627 \u0628\u0647 \u06CC\u06A9 \u06A9\u0627\u0631\u062A \u0627\u0639\u062A\u0628\u0627\u0631\u06CC \u062E\u0627\u0631\u062C\u06CC \u0646\u06CC\u0627\u0632 \u062F\u0627\u0631\u06CC\u062F\u060C \u0628\u0647 <1>DeepL \u0628\u0631\u0648\u06CC\u062F \u0628\u0647 \u0637\u0648\u0631 \u0631\u0633\u0645\u06CC \u0628\u0627\u0632 \u0634\u062F\u060C \u0628\u0631\u0627\u06CC \u0645\u0634\u0627\u0647\u062F\u0647 \u0627\u0633\u0646\u0627\u062F <2> \u06A9\u0644\u06CC\u06A9 \u06A9\u0646\u06CC\u062F",deepLCustomName:"\u06A9\u0644\u06CC\u062F \u062A\u0623\u06CC\u06CC\u062F \u0633\u0641\u0627\u0631\u0634\u06CC",chooseProviderLabel:"\u0627\u0631\u0627\u0626\u0647 \u062F\u0647\u0646\u062F\u0647 \u062E\u062F\u0645\u0627\u062A \u0631\u0627 \u0627\u0646\u062A\u062E\u0627\u0628 \u06A9\u0646\u06CC\u062F",openaiProName:"\u0639\u0636\u0648 \u062D\u0631\u0641\u0647 \u0627\u06CC \u062A\u0631\u062C\u0645\u0647 Immersive (\u062A\u0648\u0635\u06CC\u0647 \u0645\u06CC \u0634\u0648\u062F)",openaiProDescription:"\u0628\u0633\u062A\u0647 \u0641\u0639\u0644\u06CC \u0631\u0627 \u0645\u06CC \u062A\u0648\u0627\u0646 \u0628\u0647 \u0637\u0648\u0631 \u0645\u0633\u062A\u0642\u06CC\u0645 \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u06A9\u0631\u062F",openaiProDescriptionForNormal:"\u0647\u06CC\u0686 \u062A\u0646\u0638\u06CC\u0645\u0627\u062A\u06CC \u0644\u0627\u0632\u0645 \u0646\u06CC\u0633\u062A. \u0645\u06CC \u062A\u0648\u0627\u0646\u06CC\u062F \u067E\u0633 \u0627\u0632 \u0648\u0631\u0648\u062F \u0628\u0647 \u0639\u0646\u0648\u0627\u0646 \u0639\u0636\u0648 \u0627\u0632 \u0622\u0646 \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u06A9\u0646\u06CC\u062F. <1> \u0628\u0631\u0627\u06CC \u0627\u0631\u062A\u0642\u0627 \u0628\u0647 \u0639\u0636\u0648 \u0627\u06CC\u0646\u062C\u0627 \u0631\u0627 \u06A9\u0644\u06CC\u06A9 \u06A9\u0646\u06CC\u062F.",openaiCustomDescription:"\u0645\u06CC \u062A\u0648\u0627\u0646 \u0622\u0646 \u0631\u0627 \u0627\u0632 OpenAI\u060C Azure OpenAI \u06CC\u0627 \u0633\u0627\u06CC\u0631 \u062E\u062F\u0645\u0627\u062A \u0634\u062E\u0635 \u062B\u0627\u0644\u062B \u062F\u0631\u06CC\u0627\u0641\u062A \u06A9\u0631\u062F. <1> \u0628\u0631\u0627\u06CC \u0645\u0634\u0627\u0647\u062F\u0647 \u0633\u0646\u062F \u0627\u06CC\u0646\u062C\u0627 \u0631\u0627 \u06A9\u0644\u06CC\u06A9 \u06A9\u0646\u06CC\u062F.",openaiCustomName:"\u06A9\u0644\u06CC\u062F API \u0633\u0641\u0627\u0631\u0634\u06CC",needLoginAction:"(\u0639\u0636\u0648\u06CC\u062A \u0631\u0627 \u0648\u0627\u0631\u062F \u06A9\u0646\u06CC\u062F \u06CC\u0627 \u0633\u0641\u0627\u0631\u0634\u06CC \u06A9\u0646\u06CC\u062F)",goLoginOrAction:"(\u0648\u0627\u0631\u062F \u0639\u0636\u0648\u06CC\u062A \u0634\u0648\u06CC\u062F \u06CC\u0627 \u0628\u0647 \u062A\u0646\u0638\u06CC\u0645\u0627\u062A \u0628\u0631\u0648\u06CC\u062F)",yearly:"\u0627\u0634\u062A\u0631\u0627\u06A9 \u0633\u0627\u0644\u0627\u0646\u0647 \u0645\u0633\u062A\u0645\u0631",quarterly:"\u0641\u0635\u0644 \u0647\u0627\u06CC \u0645\u062A\u0648\u0627\u0644\u06CC",monthly:"\u0627\u0634\u062A\u0631\u0627\u06A9 \u0645\u0627\u0647\u0627\u0646\u0647 \u0645\u0633\u062A\u0645\u0631",yearlyForOnce:"\u0628\u0633\u062A\u0647 \u0633\u0627\u0644\u0627\u0646\u0647 \u06CC\u06A9\u0628\u0627\u0631 \u0645\u0635\u0631\u0641",monthlyForOnce:"\u0628\u0633\u062A\u0647 \u06CC\u06A9\u0628\u0627\u0631\u0647 \u0645\u0627\u0647\u0627\u0646\u0647",daily:"\u0631\u0648\u0632\u0647\u0627\u06CC \u0645\u062A\u0648\u0627\u0644\u06CC",year:"\u0627\u0634\u062A\u0631\u0627\u06A9 \u0633\u0627\u0644\u0627\u0646\u0647 \u0645\u0633\u062A\u0645\u0631",quarter:"\u0641\u0635\u0644 \u0647\u0627\u06CC \u0645\u062A\u0648\u0627\u0644\u06CC",month:"\u0627\u0634\u062A\u0631\u0627\u06A9 \u0645\u0627\u0647\u0627\u0646\u0647 \u0645\u0633\u062A\u0645\u0631",day:"\u0631\u0648\u0632\u0647\u0627\u06CC \u0645\u062A\u0648\u0627\u0644\u06CC",onetime_7day:"\u0628\u0633\u062A\u0647 \u0622\u0632\u0645\u0627\u06CC\u0634\u06CC 7 \u0631\u0648\u0632\u0647",currentPlanDescriptionForFree:"\u0628\u0633\u062A\u0647 \u0641\u0639\u0644\u06CC\uFF1A\u0631\u0627\u06CC\u06AF\u0627\u0646 \u0627\u0633\u062A",currentPlanDescriptionForContinuous:"\u0628\u0633\u062A\u0647 \u0641\u0639\u0644\u06CC 0{plan}\uFF1A\u0648 \u0628\u0647 \u0637\u0648\u0631 \u062E\u0648\u062F\u06A9\u0627\u0631 \u062F\u0631 {endAt} \u062A\u0645\u062F\u06CC\u062F \u0645\u06CC \u0634\u0648\u062F",currentPlanDescriptionForAutoRenewCaceling:"\u0628\u0633\u062A\u0647 \u0641\u0639\u0644\u06CC\uFF1A{plan}\u0627\u0633\u062A \u0648 \u062F\u0631 {endAt} \u0645\u0646\u0642\u0636\u06CC \u0645\u06CC \u0634\u0648\u062F. \u067E\u0633 \u0627\u0632 \u0627\u0646\u0642\u0636\u0627 \u0628\u0647 \u0637\u0648\u0631 \u062E\u0648\u062F\u06A9\u0627\u0631 \u062A\u0645\u062F\u06CC\u062F \u0646\u0645\u06CC \u0634\u0648\u062F.",currentYearlyPlanDescriptionForAutoRenewCacelingWithRealPaiedUser:"\u0628\u0633\u062A\u0647 \u0641\u0639\u0644\u06CC\uFF1A{plan}\u062F\u0631 \u062A\u0627\u0631\u06CC\u062E {endAt} \u0645\u0646\u0642\u0636\u06CC \u0645\u06CC \u0634\u0648\u062F \u0648 \u067E\u0633 \u0627\u0632 \u0627\u0646\u0642\u0636\u0627 \u0628\u0647 \u0637\u0648\u0631 \u062E\u0648\u062F\u06A9\u0627\u0631 \u062A\u0645\u062F\u06CC\u062F \u0646\u0645\u06CC \u0634\u0648\u062F.
<1> \u0628\u0631\u0627\u06CC \u0645\u062F\u06CC\u0631\u06CC\u062A \u0628\u0631\u0646\u0627\u0645\u0647 \u0647\u0627\u06CC \u062A\u0645\u062F\u06CC\u062F \u0627\u06CC\u0646\u062C\u0627 \u0631\u0627 \u06A9\u0644\u06CC\u06A9 \u06A9\u0646\u06CC\u062F",currentYearlyPlanDescriptionForAutoRenewCacelingWithAdmin:"\u0628\u0633\u062A\u0647 \u0641\u0639\u0644\u06CC\uFF1A{plan}\u062F\u0631 \u062A\u0627\u0631\u06CC\u062E {endAt} \u0645\u0646\u0642\u0636\u06CC \u0645\u06CC \u0634\u0648\u062F \u0648 \u067E\u0633 \u0627\u0632 \u0627\u0646\u0642\u0636\u0627 \u0628\u0647 \u0637\u0648\u0631 \u062E\u0648\u062F\u06A9\u0627\u0631 \u062A\u0645\u062F\u06CC\u062F \u0646\u0645\u06CC \u0634\u0648\u062F.
<1>\u0628\u0631\u0627\u06CC \u0641\u0639\u0627\u0644 \u06A9\u0631\u062F\u0646 \u0627\u0634\u062A\u0631\u0627\u06A9 \u0633\u0627\u0644\u0627\u0646\u0647 \u0645\u0633\u062A\u0645\u0631 \u0627\u06CC\u0646\u062C\u0627 \u0631\u0627 \u06A9\u0644\u06CC\u06A9 \u06A9\u0646\u06CC\u062F",currentPlanDescriptionForOneTime:"\u0628\u0633\u062A\u0647 \u0641\u0639\u0644\u06CC\uFF1A{plan}\u0627\u0633\u062A \u0648 \u062F\u0631 {endAt} \u0645\u0646\u0642\u0636\u06CC \u0645\u06CC \u0634\u0648\u062F. <1> \u0628\u0631\u0627\u06CC \u0627\u0631\u062A\u0642\u0627\u0621 \u0628\u0647 \u0647\u0632\u06CC\u0646\u0647 \u0633\u0627\u0644\u0627\u0646\u0647 \u0627\u06CC\u0646\u062C\u0627 \u0631\u0627 \u06A9\u0644\u06CC\u06A9 \u06A9\u0646\u06CC\u062F \u06CC\u0627 <2> \u0647\u0632\u06CC\u0646\u0647 \u0645\u0627\u0647\u0627\u0646\u0647 \u0639\u0636\u0648",upgradePlan:"\u0628\u0631\u0627\u06CC \u0627\u0631\u062A\u0642\u0627\u0621 \u0628\u0647 \u0639\u0636\u0648\u06CC\u062A Pro \u0627\u06CC\u0646\u062C\u0627 \u0631\u0627 \u06A9\u0644\u06CC\u06A9 \u06A9\u0646\u06CC\u062F",upgradeToPro:"\u0628\u0647 \u0639\u0636\u0648\u06CC\u062A Pro \u0627\u0631\u062A\u0642\u0627 \u062F\u0647\u06CC\u062F","popup.openPro":"\u5F00\u901A\u4F1A\u5458\u540E\u53EF\u4EE5\u7545\u4EAB DeepL \u548C OpenAI \u7FFB\u8BD1","popup.openProForPro":"\u0634\u0645\u0627 \u06CC\u06A9 \u0639\u0636\u0648 \u062D\u0631\u0641\u0647 \u0627\u06CC \u0647\u0633\u062A\u06CC\u062F \u0648 \u0645\u06CC \u062A\u0648\u0627\u0646\u06CC\u062F \u0645\u0633\u062A\u0642\u06CC\u0645\u0627\u064B \u0627\u0632 \u062A\u0631\u062C\u0645\u0647 DeepL \u0648 OpenAI \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u06A9\u0646\u06CC\u062F",currentAccount:"\u062D\u0633\u0627\u0628 \u062C\u0627\u0631\u06CC",enableAutoSyncUserSettings:"\u0647\u0645\u06AF\u0627\u0645 \u0633\u0627\u0632\u06CC \u0627\u0628\u0631\u06CC \u062E\u0648\u062F\u06A9\u0627\u0631 \u0631\u0627 \u062F\u0631 \u0686\u0646\u062F\u06CC\u0646 \u062F\u0633\u062A\u06AF\u0627\u0647 \u0641\u0639\u0627\u0644 \u06A9\u0646\u06CC\u062F",modalEnableInputTranslationTitle:"\u0646\u06A9\u0627\u062A \u062A\u0631\u062C\u0645\u0647 \u0647\u0645\u0647\u062C\u0627\u0646\u0628\u0647 \u062C\u0639\u0628\u0647 \u0648\u0631\u0648\u062F\u06CC \u062A\u0631\u062C\u0645\u0647",modalEnableInputTranslationDesc:"\u0634\u0645\u0627 \u0628\u0647 \u062A\u0627\u0632\u06AF\u06CC \u062A\u0631\u062C\u0645\u0647 \u062C\u0639\u0628\u0647 \u0648\u0631\u0648\u062F\u06CC Immersive Translation \u0631\u0627 \u0628\u0627 \u0641\u0634\u0627\u0631 \u062F\u0627\u062F\u0646 \u06A9\u0644\u06CC\u062F \u0641\u0627\u0635\u0644\u0647 \u0633\u0647 \u0628\u0627\u0631 \u067E\u0634\u062A \u0633\u0631 \u0647\u0645 \u0641\u0639\u0627\u0644 \u06A9\u0631\u062F\u0647 \u0627\u06CC\u062F \u0648 \u0645\u062D\u062A\u0648\u0627\u06CC \u062C\u0639\u0628\u0647 \u0648\u0631\u0648\u062F\u06CC \u0628\u0647 \u0632\u0628\u0627\u0646 \u0645\u0642\u0635\u062F \u067E\u06CC\u0634 \u0641\u0631\u0636 \u062A\u0631\u062C\u0645\u0647 \u0645\u06CC \u0634\u0648\u062F. \u062A\u0631\u062C\u0645\u0647 \u0631\u0627 \u0645\u06CC \u062A\u0648\u0627\u0646 \u0628\u0627 Ctrl+Z \u0644\u063A\u0648 \u06A9\u0631\u062F.

\u0627\u06AF\u0631 \u0627\u06CC\u0646 \u06CC\u06A9 \u0627\u0634\u062A\u0628\u0627\u0647 \u0627\u0633\u062A\u060C \u0646\u06AF\u0631\u0627\u0646 \u0646\u0628\u0627\u0634\u06CC\u062F\u060C \u0645\u06CC\u200C\u062A\u0648\u0627\u0646\u06CC\u062F \u0627\u06CC\u0646 \u0628\u0627\u0631 \u0622\u0646 \u0631\u0627 \u063A\u06CC\u0631\u0641\u0639\u0627\u0644 \u06A9\u0646\u06CC\u062F \u06CC\u0627 \u062A\u0631\u062C\u0645\u0647 \u062C\u0639\u0628\u0647 \u0648\u0631\u0648\u062F\u06CC \u0631\u0627 \u0628\u0631\u0627\u06CC \u0647\u0645\u06CC\u0634\u0647 \u063A\u06CC\u0631\u0641\u0639\u0627\u0644 \u06A9\u0646\u06CC\u062F.",saveAndNotShowAgain:"\u0630\u062E\u06CC\u0631\u0647 \u06A9\u0646\u06CC\u062F \u0648 \u062F\u0648\u0628\u0627\u0631\u0647 \u062F\u0631\u062E\u0648\u0627\u0633\u062A \u0646\u06A9\u0646\u06CC\u062F",disableInputTranslationTips:"* \u0647\u0645\u0686\u0646\u06CC\u0646 \u0645\u06CC \u062A\u0648\u0627\u0646\u06CC\u062F \u0633\u0627\u06CC\u0631 \u06A9\u0644\u06CC\u062F\u0647\u0627\u06CC \u0645\u06CC\u0627\u0646\u0628\u0631 \u0631\u0627 \u0628\u0631\u0627\u06CC \u0641\u0639\u0627\u0644 \u06A9\u0631\u062F\u0646 {option} \u060C{learnMore}\u062A\u0646\u0638\u06CC\u0645 \u06A9\u0646\u06CC\u062F.",learnMore:"\u0628\u0631\u0627\u06CC \u0627\u0637\u0644\u0627\u0639\u0627\u062A \u0628\u06CC\u0634\u062A\u0631 \u0627\u06CC\u0646\u062C\u0627 \u06A9\u0644\u06CC\u06A9 \u06A9\u0646\u06CC\u062F",continueEnalbeInputTranslation:"\u0628\u0647 \u0641\u0639\u0627\u0644 \u06A9\u0631\u062F\u0646 \u062A\u0631\u062C\u0645\u0647 \u062C\u0639\u0628\u0647 \u0648\u0631\u0648\u062F\u06CC \u0627\u062F\u0627\u0645\u0647 \u062F\u0647\u06CC\u062F",autoRenewTrialSuffix:'(\u062F\u0631 \u0637\u0648\u0644 \u062F\u0648\u0631\u0647 \u0622\u0632\u0645\u0627\u06CC\u0634\u06CC\u060C\u0628\u0644\u0627\u0641\u0627\u0635\u0644\u0647 \u0628\u0647 \u06CC\u06A9\u0631\u0633\u0645\u06CC \u0627\u0631\u062A\u0642\u0627 \u062E\u0648\u0627\u0647\u062F \u06CC\u0627\u0641\u062A.',upgradeFromTrialTitle:"\u0627\u0631\u062A\u0642\u0627 \u0628\u0647 \u0639\u0636\u0648 \u0631\u0633\u0645\u06CC",subtitle:"\u0632\u06CC\u0631\u0646\u0648\u06CC\u0633 \u0648\u06CC\u062F\u06CC\u0648",youtubeService:"\u062E\u062F\u0645\u0627\u062A \u062A\u0631\u062C\u0645\u0647 \u0632\u06CC\u0631\u0646\u0648\u06CC\u0633 \u0648\u06CC\u062F\u06CC\u0648\u06CC\u06CC \u0647\u0645\u0647\u062C\u0627\u0646\u0628\u0647","subtitle.disabledSubtitle":"\u0632\u06CC\u0631\u0646\u0648\u06CC\u0633 \u0648\u06CC\u062F\u06CC\u0648 \u0631\u0627 \u0628\u0631\u0627\u06CC \u0647\u0645\u06CC\u0634\u0647 \u063A\u06CC\u0631\u0641\u0639\u0627\u0644 \u06A9\u0646\u06CC\u062F","subtitle.disabledSubtitleDescription":"\u0627\u06AF\u0631 \u0632\u06CC\u0631\u0646\u0648\u06CC\u0633\u200C\u0647\u0627\u06CC \u0648\u06CC\u062F\u06CC\u0648\u06CC \xAB\u062A\u0631\u062C\u0645\u0647 Immersive\xBB \u0628\u0627 \u0628\u0631\u0646\u0627\u0645\u0647\u200C\u0647\u0627\u06CC \u0627\u0641\u0632\u0648\u062F\u0646\u06CC \u062F\u06CC\u06AF\u0631 \u062A\u062F\u0627\u062E\u0644 \u062F\u0627\u0631\u0646\u062F\u060C \u0645\u06CC\u200C\u062A\u0648\u0627\u0646\u06CC\u062F \u0627\u0646\u062A\u062E\u0627\u0628 \u06A9\u0646\u06CC\u062F \u06A9\u0647 \u0639\u0645\u0644\u06A9\u0631\u062F \u0632\u06CC\u0631\u0646\u0648\u06CC\u0633\u200C\u0647\u0627\u06CC \u0648\u06CC\u062F\u06CC\u0648\u06CC\u06CC \u062A\u0631\u062C\u0645\u0647 Immersive \u0631\u0627 \u0628\u0631\u0627\u06CC \u0647\u0645\u06CC\u0634\u0647 \u063A\u06CC\u0631\u0641\u0639\u0627\u0644 \u06A9\u0646\u06CC\u062F \u06CC\u0627 \u0633\u0627\u06CC\u0631 \u0628\u0631\u0646\u0627\u0645\u0647\u200C\u0647\u0627\u06CC \u0627\u0641\u0632\u0648\u062F\u0646\u06CC \u0645\u062A\u0646\u0627\u0642\u0636 \u0631\u0627 \u062D\u0630\u0641 \u0646\u0635\u0628 \u06A9\u0646\u06CC\u062F.","subtitle.autoEnableSubtitle":"\u5F00\u542F\u5B57\u5E55\u7FFB\u8BD1","subtitle.autoEnableSubtitleDescription":"\u067E\u0633 \u0627\u0632 \u0641\u0639\u0627\u0644 \u0633\u0627\u0632\u06CC\u060C \u0647\u0646\u06AF\u0627\u0645 \u067E\u062E\u0634 \u0648\u06CC\u062F\u06CC\u0648\u060C \u0632\u06CC\u0631\u0646\u0648\u06CC\u0633 \u062F\u0648\u0632\u0628\u0627\u0646\u0647 \u0628\u0647 \u0635\u0648\u0631\u062A \u062E\u0648\u062F\u06A9\u0627\u0631 \u0646\u0645\u0627\u06CC\u0634 \u062F\u0627\u062F\u0647 \u0645\u06CC \u0634\u0648\u062F\u060C \u062F\u0631 \u063A\u06CC\u0631 \u0627\u06CC\u0646 \u0635\u0648\u0631\u062A \u0628\u0627\u06CC\u062F \u0631\u0648\u06CC \u062F\u06A9\u0645\u0647 \u062A\u0631\u062C\u0645\u0647 \u06A9\u0644\u06CC\u06A9 \u06A9\u0646\u06CC\u062F \u062A\u0627 \u0646\u0645\u0627\u06CC\u0634 \u062F\u0627\u062F\u0647 \u0634\u0648\u062F.","subtitle.preTranslation":"\u0628\u0631\u0627\u06CC \u062A\u0631\u062C\u0645\u0647 \u0632\u06CC\u0631\u0646\u0648\u06CC\u0633 \u0647\u0627 \u0627\u0632 \u062A\u0631\u062C\u0645\u0647 \u0647\u0645\u0647 \u062C\u0627\u0646\u0628\u0647 \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u06A9\u0646\u06CC\u062F","subtitle.preTranslationDescription":"\u067E\u0633 \u0627\u0632 \u0641\u0639\u0627\u0644 \u06A9\u0631\u062F\u0646 \u0622\u0646\u060C \u0627\u0648\u0644\u0648\u06CC\u062A \u0628\u0627 \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u0627\u0632 \u062E\u062F\u0645\u0627\u062A \u062A\u0631\u062C\u0645\u0647 \u0645\u0634\u062E\u0635 \u0634\u062F\u0647 \u062F\u0631 \u0632\u06CC\u0631 \u0628\u0631\u0627\u06CC \u062A\u0631\u062C\u0645\u0647 \u06A9\u0644 \u0632\u06CC\u0631\u0646\u0648\u06CC\u0633 \u0627\u0632 \u0642\u0628\u0644 \u062E\u0648\u0627\u0647\u062F \u0628\u0648\u062F. \u06CC\u06A9 \u0648\u06CC\u062F\u06CC\u0648\u06CC \u06CC\u06A9 \u0633\u0627\u0639\u062A\u0647 \u062A\u0642\u0631\u06CC\u0628\u0627\u064B 50000 \u062A\u0648\u06A9\u0646 \u06CC\u0627 \u06A9\u0627\u0631\u0627\u06A9\u062A\u0631 \u0645\u0635\u0631\u0641 \u0645\u06CC \u06A9\u0646\u062F\u060C \u0628\u0646\u0627\u0628\u0631\u0627\u06CC\u0646 \u0644\u0637\u0641\u0627\u064B \u0627\u0632 \u0622\u0646 \u062F\u0631 \u0635\u0648\u0631\u062A \u0644\u0632\u0648\u0645 \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u06A9\u0646\u06CC\u062F\u061B \u067E\u0633 \u0627\u0632 \u063A\u06CC\u0631\u0641\u0639\u0627\u0644 \u0634\u062F\u0646\u060C \u0627\u0648\u0644\u0648\u06CC\u062A \u062F\u0627\u062F\u0647 \u0645\u06CC \u0634\u0648\u062F. \u0628\u0631\u0627\u06CC \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u0627\u0632 \u0632\u06CC\u0631\u0646\u0648\u06CC\u0633\u200C\u0647\u0627\u06CC \u062A\u0631\u062C\u0645\u0647\u200C\u0634\u062F\u0647 \u0645\u0627\u0634\u06CC\u0646\u06CC \u0647\u0645\u0631\u0627\u0647 \u0628\u0627 \u0648\u06CC\u062F\u06CC\u0648\u06CC \u0627\u0635\u0644\u06CC.","subtitle.humanSubtitlesPreferred":"\u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u0627\u0632 \u0632\u06CC\u0631\u0646\u0648\u06CC\u0633 \u0647\u0627\u06CC \u0627\u0646\u0633\u0627\u0646\u06CC \u0631\u0627 \u062F\u0631 \u0627\u0648\u0644\u0648\u06CC\u062A \u0642\u0631\u0627\u0631 \u062F\u0647\u06CC\u062F","subtitle.humanSubtitlesPreferredDescription":"\u0648\u0642\u062A\u06CC \u0648\u06CC\u062F\u06CC\u0648\u06CC\u06CC \u062F\u0627\u0631\u0627\u06CC \u0632\u06CC\u0631\u0646\u0648\u06CC\u0633 \u062F\u0633\u062A\u06CC \u0628\u0647 \u0632\u0628\u0627\u0646 \u0645\u0642\u0635\u062F \u0627\u0633\u062A\u060C \u0627\u0628\u062A\u062F\u0627 \u0627\u0632 \u0632\u06CC\u0631\u0646\u0648\u06CC\u0633 \u062F\u0633\u062A\u06CC \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u06A9\u0646\u06CC\u062F (\u062A\u0648\u0635\u06CC\u0647 \u0645\u06CC\u200C\u0634\u0648\u062F)",videoSubtitleTranslationDescription:"\u06CC\u06A9 \u0633\u0631\u0648\u06CC\u0633 \u062A\u0631\u062C\u0645\u0647 \u062C\u062F\u0627\u06AF\u0627\u0646\u0647 \u0628\u0631\u0627\u06CC \u0632\u06CC\u0631\u0646\u0648\u06CC\u0633 \u0648\u06CC\u062F\u06CC\u0648\u0647\u0627 \u062A\u0639\u06CC\u06CC\u0646 \u06A9\u0646\u06CC\u062F",subtitleTranslating:"\u062A\u0631\u062C\u0645\u0647 \u0632\u06CC\u0631\u0646\u0648\u06CC\u0633 \u0628\u0627 \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u0627\u0632 \u0633\u0631\u0648\u06CC\u0633 {service} \u060C \u0644\u0637\u0641\u0627 \u0635\u0628\u0631 \u06A9\u0646\u06CC\u062F... (\u062A\u0631\u062C\u0645\u0647 \u0647\u0645\u0647 \u062C\u0627\u0646\u0628\u0647)",subtitleLoading:"\u062F\u0631 \u062D\u0627\u0644 \u0628\u0627\u0631\u06AF\u06CC\u0631\u06CC \u0632\u06CC\u0631\u0646\u0648\u06CC\u0633...",bilingual:"\u062F\u0648 \u0632\u0628\u0627\u0646\u0647","field.action":"\u0627\u06CC\u0646\u06A9\u0647 \u0622\u06CC\u0627 \u0627\u0635\u0637\u0644\u0627\u062D\u0627\u062A Baidu \u0631\u0627 \u0641\u0639\u0627\u0644 \u06A9\u0646\u06CC\u062F","description.action":"\u067E\u0633 \u0627\u0632 \u0641\u0639\u0627\u0644 \u06A9\u0631\u062F\u0646\u060C \u067E\u0627\u0631\u0627\u0645\u062A\u0631 action=1 \u0628\u0647 \u062F\u0631\u062E\u0648\u0627\u0633\u062A \u0627\u0636\u0627\u0641\u0647 \u0645\u06CC\u200C\u0634\u0648\u062F \u062A\u0627 \u0628\u0647 Baidu \u0627\u0637\u0644\u0627\u0639 \u062F\u0627\u062F\u0647 \u0634\u0648\u062F \u062A\u0627 \u0627\u0635\u0637\u0644\u0627\u062D \u0641\u0639\u0627\u0644 \u0634\u0648\u062F. <1> \u0644\u0637\u0641\u0627\u064B \u0628\u0631\u0627\u06CC \u062F\u0633\u062A\u0648\u0631\u0627\u0644\u0639\u0645\u0644\u200C\u0647\u0627\u06CC \u0628\u06CC\u0634\u062A\u0631 \u0628\u0647 \u0645\u0633\u062A\u0646\u062F\u0627\u062A \u0631\u0633\u0645\u06CC \u0645\u0631\u0627\u062C\u0639\u0647 \u06A9\u0646\u06CC\u062F.",closeQuickTranslation:"\u062A\u0648\u067E \u0634\u0646\u0627\u0648\u0631 \u0631\u0627 \u0628\u0628\u0646\u062F\u06CC\u062F","closeQuickTranslation.untilNext":"\u062A\u0627 \u0628\u0627\u0632\u062F\u06CC\u062F \u0628\u0639\u062F\u06CC \u062A\u0639\u0637\u06CC\u0644 \u0627\u0633\u062A","closeQuickTranslation.currentWebsite":"\u0648\u0628 \u0633\u0627\u06CC\u062A \u0641\u0639\u0644\u06CC \u063A\u06CC\u0631\u0641\u0639\u0627\u0644 \u0627\u0633\u062A","closeQuickTranslation.alwaysClose":"\u0628\u0631\u0627\u06CC \u0647\u0645\u06CC\u0634\u0647 \u0627\u0632 \u06A9\u0627\u0631 \u0627\u0641\u062A\u0627\u062F\u0647 \u0627\u0633\u062A","closeQuickTranslation.settingOpen":"(\u062F\u0631 \u0635\u0641\u062D\u0647 \u062A\u0646\u0638\u06CC\u0645\u0627\u062A <1> \u0642\u0627\u0628\u0644 \u0645\u0634\u0627\u0647\u062F\u0647 \u0627\u0633\u062A \u0631\u0648\u0634\u0646 \u06A9\u0646)","closeQuickTranslation.cancel":"\u0644\u063A\u0648 \u06A9\u0646\u06CC\u062F","closeQuickTranslation.confirm":"\u0645\u0637\u0645\u0626\u0646","floatBall.popup":"\u067E\u0627\u0646\u0644 \u062A\u0646\u0638\u06CC\u0645\u0627\u062A \u0633\u0631\u06CC\u0639 \u0631\u0627 \u0628\u0627\u0632 \u06A9\u0646\u06CC\u062F","floatBall.translate":"\u0628\u0631\u0627\u06CC \u062A\u0631\u062C\u0645\u0647 \u0627\u06CC\u0646 \u0635\u0641\u062D\u0647 \u06A9\u0644\u06CC\u06A9 \u06A9\u0646\u06CC\u062F","floatBall.showOriginal":"\u0628\u0631\u0627\u06CC \u0628\u0627\u0632\u06AF\u0634\u062A \u0628\u0647 \u0645\u062A\u0646 \u0627\u0635\u0644\u06CC \u06A9\u0644\u06CC\u06A9 \u06A9\u0646\u06CC\u062F","floatBall.close":"\u062A\u0648\u067E \u0634\u0646\u0627\u0648\u0631 \u0631\u0627 \u0628\u0628\u0646\u062F\u06CC\u062F","floatBallOptions.enableDescPc":"\u067E\u0633 \u0627\u0632 \u0641\u0639\u0627\u0644 \u0634\u062F\u0646 \u062A\u0648\u067E \u0634\u0646\u0627\u0648\u0631 \u0635\u0641\u062D\u0647\u060C \u062F\u06A9\u0645\u0647 \u062A\u0631\u062C\u0645\u0647 \u0633\u0631\u06CC\u0639 \u062F\u0631 \u0633\u0645\u062A \u0631\u0627\u0633\u062A \u0635\u0641\u062D\u0647 \u0646\u0645\u0627\u06CC\u0634 \u062F\u0627\u062F\u0647 \u0645\u06CC \u0634\u0648\u062F.\u0628\u0631\u0627\u06CC \u062A\u0631\u062C\u0645\u0647 \u06A9\u0644\u06CC\u06A9 \u06A9\u0646\u06CC\u062F.","floatBallOptions.enableDesc":"\u5173\u95ED\u60AC\u6D6E\u7403\u540E\uFF0C\u53EF\u4EE5\u7528\u5FEB\u6377\u952E/{touch}\u5524\u8D77\u3002\u4E3A\u9632\u6B62\u4E0D\u614E\u5173\u95ED\u8BE5\u9009\u9879\u540E\u627E\u4E0D\u5230\u60AC\u6D6E\u7403\uFF0C\u5F3A\u70C8\u5EFA\u8BAE\u6536\u85CF\u672C\u8BBE\u7F6E\u9875","description.azureApiUrl":"\u0622\u062F\u0631\u0633 \u0631\u0627\u0628\u0637 API \u0633\u0641\u0627\u0631\u0634\u06CC \u0631\u0627 \u067E\u0631 \u06A9\u0646\u06CC\u062F",confirmSupportMouse:"\u786E\u8BA4\u5F53\u524D\u6D4F\u89C8\u5668\u652F\u6301\u9F20\u6807",confirmSupportMouseDescription:"\u062A\u0634\u062E\u06CC\u0635 \u062F\u0627\u062F\u0647 \u0634\u062F\u0647 \u0627\u0633\u062A \u06A9\u0647 \u0645\u0631\u0648\u0631\u06AF\u0631 \u0641\u0639\u0644\u06CC \u0627\u0632 \u0639\u0645\u0644\u06A9\u0631\u062F \u0645\u0627\u0648\u0633 \u067E\u0634\u062A\u06CC\u0628\u0627\u0646\u06CC \u0646\u0645\u06CC \u06A9\u0646\u062F. \u0622\u06CC\u0627 \u0645\u06CC \u062E\u0648\u0627\u0647\u06CC\u062F \u067E\u0634\u062A\u06CC\u0628\u0627\u0646\u06CC \u0627\u0632 \u0645\u0627\u0648\u0633 \u0631\u0627 \u0628\u0647 \u0627\u062C\u0628\u0627\u0631 \u0641\u0639\u0627\u0644 \u06A9\u0646\u06CC\u062F\u061F",sampleTargetText:"\u0634\u0628 \u0637\u0648\u0644\u0627\u0646\u06CC \u062F\u0631 \u0631\u0627\u0647 \u0627\u0633\u062A \u0648 \u0645\u0646 \u0627\u0632 \u0627\u06CC\u0646 \u0628\u0647 \u0628\u0639\u062F \u062A\u0627 \u0632\u0645\u0627\u0646\u06CC \u06A9\u0647 \u0628\u0645\u06CC\u0631\u0645 \u0645\u0631\u0627\u0642\u0628 \u062E\u0648\u0627\u0647\u0645 \u0628\u0648\u062F. \u0645\u0646 \u0646\u0647 \u0632\u0646 \u0645\u06CC\u06AF\u06CC\u0631\u0645\u060C \u0646\u0647 \u0634\u0627\u0647\u06CC\u060C \u0646\u0647 \u0641\u0631\u0632\u0646\u062F\u06CC. \u062A\u0627\u062C \u0628\u0631 \u0633\u0631 \u0646\u062E\u0648\u0627\u0647\u0645 \u06AF\u0630\u0627\u0634\u062A \u0648 \u0628\u0631\u0627\u06CC \u0627\u0641\u062A\u062E\u0627\u0631\u0627\u062A \u0645\u0633\u0627\u0628\u0642\u0647 \u0646\u0645\u06CC \u062F\u0647\u0645. \u0645\u0646 \u0648\u0638\u06CC\u0641\u0647 \u0627\u0645 \u0631\u0627 \u0635\u0627\u062F\u0642\u0627\u0646\u0647 \u0627\u0646\u062C\u0627\u0645 \u062E\u0648\u0627\u0647\u0645 \u062F\u0627\u062F\u060C \u0632\u0646\u062F\u0647 \u0645\u06CC \u0634\u0648\u0645 \u0648 \u0645\u06CC \u0645\u06CC\u0631\u0645.",sampleSourceText:"Night gathers, and now my watch begins. It shall not end until my death. I shall take no wife, hold no lands, father no children. I shall wear no crowns and win no glory. I shall live and die at my post.","subtitle.supportedSites":"\u5DF2\u652F\u6301\u5728\u8FD9\u4E9B\u7F51\u7AD9\u4F7F\u7528\u53CC\u8BED\u5B57\u5E55\uFF08\u6CE8\u610F\uFF1A\u7531\u4E8E\u6280\u672F\u9650\u5236\uFF0C\u90E8\u5206\u7F51\u7AD9\u5728\u9996\u6B21\u5F00\u542F\u5B57\u5E55\u540E\u9700\u8981\u91CD\u65B0\u5237\u65B0\u9875\u9762\uFF0C\u6216\u8005\u9700\u7B49\u5F85\u7FFB\u8BD1\u5B8C\u6210\u4EE5\u663E\u793A\u53CC\u8BED\u5B57\u5E55\uFF09\uFF1A",viewWithImmersiveTranslate:"\u53CC\u8BED\u7248\u672C(\u6C89\u6D78\u5F0F\u7FFB\u8BD1)",errorReason:"\u9519\u8BEF\u539F\u56E0\uFF1A{message}","proQuotaExceededError.onetime7day":'\uFF0C\u60A8\u53EF\u4EE5\u9009\u62E9\u4EE5\u4E0B\u65B9\u5F0F\u89E3\u51B3\uFF1A

1. \u5207\u6362\u5230 {anotherService} \u6216\u5176\u4ED6\u7FFB\u8BD1\u670D\u52A1
2. \u5347\u7EA7\u4E3A\u6708\u5EA6/\u5E74\u5EA6\u4F1A\u5458',"proQuotaExceededError.trial":'\uFF0C\u60A8\u53EF\u4EE5\u9009\u62E9\u4EE5\u4E0B\u65B9\u5F0F\u89E3\u51B3\uFF1A

1. \u5207\u6362\u5230 {anotherService} \u6216\u5176\u4ED6\u7FFB\u8BD1\u670D\u52A1
2. \u7ACB\u523B\u5347\u7EA7\u4E3A\u6B63\u5F0F\u4F1A\u5458',"proQuotaExceededError.nonTrial":'\uFF0C\u60A8\u53EF\u4EE5\u9009\u62E9\u4EE5\u4E0B\u65B9\u5F0F\u89E3\u51B3\uFF1A

1. \u5207\u6362\u5230 {anotherService} \u6216\u5176\u4ED6\u7FFB\u8BD1\u670D\u52A1
2. \u8D2D\u4E70 {translationService} \u989D\u5916\u6D41\u91CF\u5305',"proQuotaExceededError.resetTime":"
3. \u989D\u5EA6\u91CD\u7F6E\u65F6\u95F4\uFF1A{resetTime}","desc.touchShortcutsToggleTranslatePageOnlyTranslation":"\u0641\u0642\u0637 \u0645\u062A\u0646 \u062A\u0631\u062C\u0645\u0647 \u0628\u0647 \u0645\u0639\u0646\u06CC \u0627\u0633\u062A \u06A9\u0647 \u0641\u0642\u0637 \u0645\u062A\u0646 \u062A\u0631\u062C\u0645\u0647 \u0646\u0645\u0627\u06CC\u0634 \u062F\u0627\u062F\u0647 \u0645\u06CC \u0634\u0648\u062F\u060C \u0627\u06AF\u0631 \u0635\u0641\u062D\u0647 \u0648\u0628 \u0647\u0646\u0648\u0632 \u062A\u0631\u062C\u0645\u0647 \u0646\u0634\u062F\u0647 \u0627\u0633\u062A\u060C \u062D\u0627\u0644\u062A \u062A\u063A\u06CC\u06CC\u0631 \u062E\u0648\u0627\u0647\u062F \u06A9\u0631\u062F \u0648 \u062A\u0631\u062C\u0645\u0647 \u062E\u0648\u0627\u0647\u062F \u0634\u062F.","desc.toggleOnlyTransation":"\u062D\u0627\u0644\u062A \u0641\u0642\u0637 \u062A\u0631\u062C\u0645\u0647 \u0628\u0647 \u0627\u06CC\u0646 \u0645\u0639\u0646\u06CC \u0627\u0633\u062A \u06A9\u0647 \u0641\u0642\u0637 \u0645\u062A\u0646 \u062A\u0631\u062C\u0645\u0647 \u0634\u062F\u0647 \u0646\u0645\u0627\u06CC\u0634 \u062F\u0627\u062F\u0647 \u0645\u06CC \u0634\u0648\u062F\u060C \u0627\u06AF\u0631 \u0635\u0641\u062D\u0647 \u0648\u0628 \u0647\u0646\u0648\u0632 \u062A\u0631\u062C\u0645\u0647 \u0646\u0634\u062F\u0647 \u0628\u0627\u0634\u062F\u060C \u062D\u0627\u0644\u062A \u062A\u063A\u06CC\u06CC\u0631 \u062E\u0648\u0627\u0647\u062F \u06A9\u0631\u062F \u0648 \u062A\u0631\u062C\u0645\u0647 \u062E\u0648\u0627\u0647\u062F \u0634\u062F.",touchShortcutsToggleTranslatePageOnlyTranslation:"\u062A\u0646\u0638\u06CC\u0645 \u062D\u0631\u06A9\u062A \u0644\u0645\u0633\u06CC \u0635\u0641\u062D\u0647 \u0646\u0645\u0627\u06CC\u0634 \u0628\u0631\u0627\u06CC \u062A\u063A\u06CC\u06CC\u0631 \u0628\u06CC\u0646 \u062D\u0627\u0644\u062A \u062F\u0648\u0632\u0628\u0627\u0646\u0647 / \u0641\u0642\u0637 \u0645\u062A\u0646 \u062A\u0631\u062C\u0645\u0647 \u0634\u062F\u0647",download_started:"\u062F\u0627\u0646\u0644\u0648\u062F \u0634\u0631\u0648\u0639 \u0634\u062F\u0647 \u0627\u0633\u062A \u060C \u0627\u06AF\u0631 \u0628\u0647 \u0637\u0648\u0631 \u062E\u0648\u062F\u06A9\u0627\u0631 \u062F\u0627\u0646\u0644\u0648\u062F \u0646\u0634\u062F \u060C \u0644\u0637\u0641\u0627\u064B \u0628\u0647 \u0635\u0648\u0631\u062A \u062F\u0633\u062A\u06CC \u062F\u0627\u0646\u0644\u0648\u062F \u06A9\u0646\u06CC\u062F.",here:"\u0627\u06CC\u0646\u062C\u0627","translationFont.customPlaceholder":"\u0641\u0648\u0646\u062A",translationFont:"\u062A\u0646\u0638\u06CC\u0645 \u0641\u0648\u0646\u062A",batchEdit:"\u0639\u0645\u0644\u06CC\u0627\u062A \u062F\u0633\u062A\u0647 \u062C\u0645\u0639\u06CC","translationModeLang.translation.title":"\u0641\u0642\u0637 \u062D\u0627\u0644\u062A \u062A\u0631\u062C\u0645\u0647 \u0632\u0628\u0627\u0646","error.goReset":"\u0628\u0627\u0632\u0646\u0634\u0627\u0646\u06CC \u06A9\u0646\u06CC\u062F","translationFont.custom":"\u0648\u0631\u0648\u062F \u0641\u0648\u0646\u062A \u0633\u0641\u0627\u0631\u0634\u06CC","error.serveConfigError":"\u062E\u0637\u0627\u06CC \u067E\u06CC\u06A9\u0631\u0628\u0646\u062F\u06CC \u0633\u0631\u0648\u06CC\u0633",detectServiceLoading:"\u062F\u0631 \u062D\u0627\u0644 \u0628\u0631\u0631\u0633\u06CC \u062E\u062F\u0645\u0627\u062A \u062A\u0631\u062C\u0645\u0647 \u0645\u0648\u062C\u0648\u062F...","touch.mouse-translate":"\u062A\u0631\u062C\u0645\u0647 \u067E\u0627\u0631\u0627\u06AF\u0631\u0627\u0641 \u0645\u0634\u062E\u0635","translationModeUrl.translation.title":"\u0622\u062F\u0631\u0633 \u0627\u06CC\u0646\u062A\u0631\u0646\u062A\u06CC \u062D\u0627\u0644\u062A \u0641\u0642\u0637 \u062A\u0631\u062C\u0645\u0647","translationServices.inherit":"\u0628\u0627 \u062E\u062F\u0645\u0627\u062A \u062A\u0631\u062C\u0645\u0647 \u0627\u0635\u0644\u06CC \u062F\u0646\u0628\u0627\u0644 \u06A9\u0646\u06CC\u062F","error.reloadPageOfSetting":"\u067E\u0633 \u0627\u0632 \u067E\u06CC\u06A9\u0631\u0628\u0646\u062F\u06CC\u060C \u0644\u0637\u0641\u0627 \u0635\u0641\u062D\u0647 \u0631\u0627 \u062F\u0648\u0628\u0627\u0631\u0647 \u062A\u0627\u0632\u0647 \u06A9\u0646\u06CC\u062F \u0648 \u062F\u0648\u0628\u0627\u0631\u0647 \u062A\u0631\u062C\u0645\u0647 \u06A9\u0646\u06CC\u062F.","error.configError":"\u0627\u0637\u0644\u0627\u0639\u0627\u062A \u067E\u06CC\u06A9\u0631\u0628\u0646\u062F\u06CC \u063A\u06CC\u0631 \u0645\u0639\u0645\u0648\u0644\u06CC \u0627\u0633\u062A","error.proTokenInvalid":"\u0627\u06AF\u0631 \u06A9\u0627\u0631\u0628\u0631 Pro \u0647\u0633\u062A\u06CC\u062F\u060C \u0644\u0637\u0641\u0627\u064B \u067E\u0633 \u0627\u0632 \u0648\u0631\u0648\u062F \u0627\u0632 \u062E\u062F\u0645\u0627\u062A \u062A\u0631\u062C\u0645\u0647 Pro \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u06A9\u0646\u06CC\u062F.",videoSubtitlePreTranslationOff:"\u0632\u06CC\u0631\u0646\u0648\u06CC\u0633 \u0648\u06CC\u062F\u06CC\u0648 \u0627\u0648\u0644\u0648\u06CC\u062A \u062E\u0648\u0627\u0647\u062F \u062F\u0627\u062F \u0628\u0647 \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u0627\u0632 \u0632\u06CC\u0631\u0646\u0648\u06CC\u0633 \u0645\u0627\u0634\u06CC\u0646\u06CC \u0645\u0648\u062C\u0648\u062F \u062F\u0631 \u0648\u06CC\u062F\u06CC\u0648 \u0627\u0635\u0644\u06CC",toggleToService:"\u0628\u0647 {service} \u062A\u063A\u06CC\u06CC\u0631 \u062F\u0647\u06CC\u062F \u0648 \u062F\u0648\u0628\u0627\u0631\u0647 \u0627\u0645\u062A\u062D\u0627\u0646 \u06A9\u0646\u06CC\u062F","error.proUpgrade":"\u067E\u0633 \u0627\u0632 \u0627\u0631\u062A\u0642\u0627\u060C \u0644\u0637\u0641\u0627 \u0635\u0641\u062D\u0647 \u0631\u0627 \u062F\u0648\u0628\u0627\u0631\u0647 \u062A\u0631\u062C\u0645\u0647 \u06A9\u0646\u06CC\u062F.",enableSentryReport:"\u0648\u0642\u062A\u06CC \u062E\u0637\u0627\u06CC \u06AF\u0633\u062A\u0631\u0634 \u0631\u062E \u0645\u06CC \u062F\u0647\u062F\u060C \u0628\u0627 \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u0627\u0632 Sentry \u0628\u0631\u0627\u06CC \u0627\u0631\u0633\u0627\u0644 \u0628\u0627\u0632\u062E\u0648\u0631\u062F \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u06A9\u0646\u06CC\u062F.","error.403":"\u062E\u062F\u0645\u062A \u062E\u0637\u0627\u06CC \u0628\u0631\u06AF\u0634\u062A \u062F\u0627\u062F\u0647 \u0627\u0633\u062A\u060C \u0645\u0648\u0642\u062A\u0627\u064B \u0627\u062C\u0627\u0632\u0647 \u062F\u0633\u062A\u0631\u0633\u06CC \u0628\u0647 \u0627\u06CC\u0646 \u062E\u062F\u0645\u062A \u0631\u0627 \u0646\u062F\u0627\u0631\u06CC\u062F.",videoSubtitlePreTranslationOn:"\u0632\u06CC\u0631\u0646\u0648\u06CC\u0633 \u0647\u0627\u06CC \u0648\u06CC\u062F\u06CC\u0648 \u0628\u0647 \u0637\u0648\u0631 \u0627\u0648\u0644\u0648\u06CC\u062A\u06CC \u0627\u0632 \u062A\u0631\u062C\u0645\u0647 \u0641\u0631\u0648 \u0631\u0641\u062A\u06AF\u06CC \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u062E\u0648\u0627\u0647\u062F \u06A9\u0631\u062F.","translationModeUrl.translation.description":"\u0648\u0642\u062A\u06CC \u0648\u0628 \u0633\u0627\u06CC\u062A \u0628\u0631\u0627\u06CC \u062F\u0627\u0645\u0646\u0647 \u0647\u0627\u06CC \u0632\u06CC\u0631 \u0627\u0633\u062A\u060C \u0628\u0647 \u0637\u0648\u0631 \u062E\u0648\u062F\u06A9\u0627\u0631 \u0627\u0632 \u062D\u0627\u0644\u062A \u0641\u0642\u0637 \u0645\u062A\u0646 \u062A\u0631\u062C\u0645\u0647 \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u0645\u06CC \u06A9\u0646\u062F.","error.502":"\u062E\u062F\u0645\u062A \u062E\u0637\u0627 \u062F\u0627\u062F\u0647 \u0627\u0633\u062A\u060C \u062E\u062F\u0645\u062A \u0628\u0647 \u062A\u0627\u062E\u06CC\u0631 \u0627\u0641\u062A\u0627\u062F\u0647 \u0627\u0633\u062A\u060C \u0644\u0637\u0641\u0627 \u0628\u0639\u062F\u0627 \u062F\u0648\u0628\u0627\u0631\u0647 \u0627\u0645\u062A\u062D\u0627\u0646 \u06A9\u0646\u06CC\u062F.","error.openAIExceededQuota":"\u062E\u0637\u0627\u06CC \u0628\u0627\u0632\u06AF\u0634\u062A \u0633\u0631\u0648\u06CC\u0633: \u0645\u0648\u062C\u0648\u062F\u06CC \u062D\u0633\u0627\u0628 OpenAI \u0634\u0645\u0627 \u06A9\u0627\u0641\u06CC \u0646\u06CC\u0633\u062A\u060C \u0644\u0637\u0641\u0627\u064B \u0627\u0632 \u0637\u0631\u06CC\u0642 \u067E\u0646\u0644 \u0645\u062F\u06CC\u0631\u06CC\u062A\u06CC \u0631\u0633\u0645\u06CC OpenAI \u0634\u0627\u0631\u0698 \u06A9\u0646\u06CC\u062F \u06CC\u0627 \u06A9\u0627\u0631\u062A \u0627\u0639\u062A\u0628\u0627\u0631\u06CC \u062E\u0648\u062F \u0631\u0627 \u0645\u062A\u0635\u0644 \u06A9\u0646\u06CC\u062F.","translationModeLang.translation.description":"\u0648\u0642\u062A\u06CC \u0632\u0628\u0627\u0646 \u0635\u0641\u062D\u0647 \u0628\u0647 \u0632\u0628\u0627\u0646\u0647\u0627\u06CC \u0632\u06CC\u0631 \u0627\u0633\u062A\u060C \u0628\u0647 \u0637\u0648\u0631 \u062E\u0648\u062F\u06A9\u0627\u0631 \u0627\u0632 \u062D\u0627\u0644\u062A \u062A\u0631\u062C\u0645\u0647 \u0641\u0642\u0637 \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u0645\u06CC \u0634\u0648\u062F","error.429":"\u062E\u062F\u0645\u062A \u062E\u0637\u0627 \u0631\u0627 \u0628\u0631\u0645\u06CC \u06AF\u0631\u062F\u0627\u0646\u062F\u060C \u06A9\u0647 \u0646\u0634\u0627\u0646 \u0645\u06CC \u062F\u0647\u062F \u062F\u0631\u062E\u0648\u0627\u0633\u062A \u0628\u06CC\u0634 \u0627\u0632 \u062D\u062F \u0645\u06A9\u0631\u0631 \u06CC\u0627 \u0628\u06CC\u0634 \u0627\u0632 \u062D\u062F \u0645\u062D\u062F\u0648\u062F\u06CC\u062A \u0627\u0633\u062A\u060C \u0644\u0637\u0641\u0627 \u0628\u0639\u062F\u0627 \u062F\u0648\u0628\u0627\u0631\u0647 \u0627\u0645\u062A\u062D\u0627\u0646 \u06A9\u0646\u06CC\u062F.","error.400":"\u062E\u0637\u0627\u06CC\u06CC \u062F\u0631 \u0628\u0627\u0632\u06AF\u0634\u062A \u062E\u062F\u0645\u0627\u062A \u0631\u062E \u062F\u0627\u062F\u0647 \u0627\u0633\u062A \u060C \u067E\u0627\u0631\u0627\u0645\u062A\u0631 \u062F\u0631\u062E\u0648\u0627\u0633\u062A \u0627\u0634\u062A\u0628\u0627\u0647 \u0627\u0633\u062A \u060C \u0644\u0637\u0641\u0627\u064B \u067E\u06CC\u06A9\u0631\u0628\u0646\u062F\u06CC \u0645\u0631\u0628\u0648\u0637\u0647 \u0631\u0627 \u0628\u0631\u0631\u0633\u06CC \u06A9\u0646\u06CC\u062F.","error.googleLimitIp":"\u062E\u062F\u0645\u062A \u062E\u0637\u0627 \u0631\u0627 \u0628\u0631\u0645\u06CC \u06AF\u0631\u062F\u0627\u0646\u062F \u060C \u062E\u062F\u0645\u0627\u062A \u06AF\u0648\u06AF\u0644 \u0628\u0631\u0627\u06CC \u0627\u06CC\u0646 \u0622\u062F\u0631\u0633 IP \u0645\u062D\u062F\u0648\u062F \u0634\u062F\u0647 \u0627\u0633\u062A \u060C \u067E\u06CC\u0634\u0646\u0647\u0627\u062F \u0645\u06CC \u06A9\u0646\u06CC\u0645 \u0634\u0645\u0627 \u0646\u0648\u062F \u0634\u0628\u06A9\u0647 \u0631\u0627 \u062A\u063A\u06CC\u06CC\u0631 \u062F\u0647\u06CC\u062F.","translationFont.notSupportErrorMessage":"\u0644\u0637\u0641\u0627\u064B \u0646\u0627\u0645 \u0641\u0648\u0646\u062A\u06CC \u06A9\u0647 \u0648\u0627\u0631\u062F \u06A9\u0631\u062F\u0647 \u0627\u06CC\u062F \u0631\u0627 \u0628\u0631\u0631\u0633\u06CC \u06A9\u0646\u06CC\u062F \u062A\u0627 \u0645\u0637\u0645\u0626\u0646 \u0634\u0648\u06CC\u062F \u06A9\u0647 \u062F\u0631\u0633\u062A \u0627\u0633\u062A\u060C \u06CC\u0627 \u062A\u0623\u06CC\u06CC\u062F \u06A9\u0646\u06CC\u062F \u06A9\u0647 \u0627\u06CC\u0646 \u0641\u0648\u0646\u062A \u0628\u0631 \u0631\u0648\u06CC \u062F\u0633\u062A\u06AF\u0627\u0647 \u0634\u0645\u0627 \u0646\u0635\u0628 \u0634\u062F\u0647 \u0627\u0633\u062A.","error.gemini.429":"\u062E\u062F\u0645\u062A Gemini \u062F\u0631 \u062D\u0627\u0644 \u062D\u0627\u0636\u0631 \u0628\u0647 \u0638\u0631\u0641\u06CC\u062A \u062D\u062F\u0627\u06A9\u062B\u0631\u06CC \u062E\u0648\u062F \u0631\u0633\u06CC\u062F\u0647 \u0627\u0633\u062A\u060C \u0644\u0637\u0641\u0627\u064B \u0628\u0639\u062F\u0627\u064B \u062F\u0648\u0628\u0627\u0631\u0647 \u0627\u0645\u062A\u062D\u0627\u0646 \u06A9\u0646\u06CC\u062F \u06CC\u0627 \u0628\u0647 \u0633\u0631\u0648\u06CC\u0633 \u062A\u0631\u062C\u0645\u0647 \u062F\u06CC\u06AF\u0631\u06CC \u062A\u063A\u06CC\u06CC\u0631 \u062F\u0647\u06CC\u062F.","desc.toggleVideoSubtitlePreTranslation":"\u0628\u0639\u062F \u0641\u0634\u0627\u0631\u060C \u0632\u06CC\u0631\u0646\u0648\u06CC\u0633 \u062F\u0648\u0632\u0628\u0627\u0646\u0647 \u0648\u06CC\u062F\u06CC\u0648 \u0627\u0648\u0644\u0648\u06CC\u062A \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u0627\u0632 \u062A\u0646\u0638\u06CC\u0645\u0627\u062A \u062A\u0631\u062C\u0645\u0647 \u063A\u0648\u0637\u0647 \u0648\u0631 \u062E\u0648\u0627\u0647\u062F \u062F\u0627\u0634\u062A\u060C \u0628\u0627 \u0641\u0634\u0627\u0631 \u062F\u0648\u0628\u0627\u0631\u0647\u060C \u0627\u0648\u0644\u0648\u06CC\u062A \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u0627\u0632 \u0632\u06CC\u0631\u0646\u0648\u06CC\u0633 \u0645\u0627\u0634\u06CC\u0646\u06CC \u0627\u0635\u0644\u06CC \u0648\u06CC\u062F\u06CC\u0648 \u062E\u0648\u0627\u0647\u062F \u0628\u0648\u062F\u060C \u062A\u0648\u062C\u0647 \u062F\u0627\u0634\u062A\u0647 \u0628\u0627\u0634\u06CC\u062F: \u0627\u06CC\u0646 \u0645\u06CC\u0627\u0646\u0628\u0631 \u062A\u0646\u0638\u06CC\u0645\u0627\u062A \u062C\u0647\u0627\u0646\u06CC \u0631\u0627 \u062A\u063A\u06CC\u06CC\u0631 \u0645\u06CC \u062F\u0647\u062F.","error.openAIFreeLimit":"\u062E\u062F\u0645\u062A \u062E\u0637\u0627 \u0631\u0627 \u0628\u0631\u0645\u06CC \u06AF\u0631\u062F\u0627\u0646\u062F\u060C \u0641\u0631\u06A9\u0627\u0646\u0633 \u062F\u0631\u062E\u0648\u0627\u0633\u062A \u062A\u0631\u062C\u0645\u0647 \u0641\u0639\u0644\u06CC \u0628\u0647 \u062D\u062F\u0627\u06A9\u062B\u0631 3 \u0628\u0627\u0631 \u062F\u0631 \u062F\u0642\u06CC\u0642\u0647 \u0631\u0633\u06CC\u062F\u0647 \u0627\u0633\u062A\u060C \u0644\u0637\u0641\u0627\u064B \u0628\u0639\u062F\u0627\u064B \u062F\u0648\u0628\u0627\u0631\u0647 \u0627\u0645\u062A\u062D\u0627\u0646 \u06A9\u0646\u06CC\u062F. (\u0627\u06CC\u0646 \u0645\u062D\u062F\u0648\u062F\u06CC\u062A \u0631\u0633\u0645\u06CC OpenAI \u0628\u0631\u0627\u06CC API Key \u0631\u0627\u06CC\u06AF\u0627\u0646 \u0627\u0633\u062A\u060C \u0628\u0631\u0627\u06CC \u0631\u0641\u0639 \u0627\u06CC\u0646 \u0645\u062D\u062F\u0648\u062F\u06CC\u062A\u060C \u0644\u0637\u0641\u0627\u064B \u06A9\u0627\u0631\u062A \u0627\u0639\u062A\u0628\u0627\u0631\u06CC \u062E\u0648\u062F \u0631\u0627 \u062F\u0631 \u067E\u0646\u0644 OpenAI \u0645\u062A\u0635\u0644 \u06A9\u0646\u06CC\u062F.)","error.serveUnavailable":"\u062E\u062F\u0645\u062A [{serverName}] \u06A9\u0647 \u062F\u0631 \u062D\u0627\u0644 \u062D\u0627\u0636\u0631 \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u0645\u06CC \u06A9\u0646\u06CC\u062F \u0628\u0647 \u062F\u0644\u06CC\u0644 \u0645\u0634\u06A9\u0644\u0627\u062A \u0627\u062A\u0635\u0627\u0644 \u0628\u0647 \u0634\u0628\u06A9\u0647 \u06CC\u0627 \u0645\u0634\u06A9\u0644\u0627\u062A \u0627\u0631\u0627\u0626\u0647 \u062F\u0647\u0646\u062F\u0647 \u062E\u062F\u0645\u0627\u062A \u0645\u0648\u0642\u062A\u0627\u064B \u0642\u0627\u0628\u0644 \u062F\u0633\u062A\u0631\u0633\u06CC \u0646\u06CC\u0633\u062A. \u067E\u06CC\u0634\u0646\u0647\u0627\u062F \u0645\u06CC \u06A9\u0646\u06CC\u0645 \u0635\u0641\u062D\u0647 \u0631\u0627 \u062A\u0627\u0632\u0647 \u06A9\u0646\u06CC\u062F \u06CC\u0627 \u0627\u0632 \u0637\u0631\u06CC\u0642 <1>\u062A\u0646\u0638\u06CC\u0645\u0627\u062A \u0628\u0647 \u062E\u062F\u0645\u0627\u062A \u062A\u0631\u062C\u0645\u0647 \u062F\u06CC\u06AF\u0631\u06CC \u062A\u063A\u06CC\u06CC\u0631 \u062F\u0647\u06CC\u062F. \u0627\u06AF\u0631 \u0634\u0645\u0627 \u0639\u0636\u0648 <2>Pro \u0647\u0633\u062A\u06CC\u062F\u060C \u0645\u06CC \u062A\u0648\u0627\u0646\u06CC\u062F \u0627\u0632 \u062E\u062F\u0645\u0627\u062A \u062A\u0631\u062C\u0645\u0647 \u067E\u0627\u06CC\u062F\u0627\u0631\u062A\u0631 DeepL \u06CC\u0627 OpenAI \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u06A9\u0646\u06CC\u062F (<3>\u0627\u06CC\u0646\u062C\u0627 \u0631\u0627 \u0628\u0631\u0627\u06CC \u062A\u062C\u0631\u0628\u0647 \u0631\u0627\u06CC\u06AF\u0627\u0646 \u06A9\u0644\u06CC\u06A9 \u06A9\u0646\u06CC\u062F). \u0639\u0644\u0627\u0648\u0647 \u0628\u0631 \u0627\u06CC\u0646\u060C \u0645\u0645\u06A9\u0646 \u0627\u0633\u062A \u0646\u06CC\u0627\u0632 \u0628\u0627\u0634\u062F \u062A\u0646\u0638\u06CC\u0645\u0627\u062A \u0634\u0628\u06A9\u0647 \u06CC\u0627 \u067E\u0631\u0648\u06A9\u0633\u06CC \u062E\u0648\u062F \u0631\u0627 \u0628\u0631\u0631\u0633\u06CC \u06A9\u0646\u06CC\u062F.","widget.translateFile":"PDF/ePub",goLogin:"\u0648\u0631\u0648\u062F \u06A9\u0646\u06CC\u062F",notLogin:"\u0648\u0631\u0648\u062F \u0646\u0634\u062F\u0647 \u0627\u0633\u062A","error.reason":"\u062F\u0644\u06CC\u0644 \u062E\u0637\u0627",shortcutSettings:"\u0645\u06CC\u0627\u0646\u0628\u0631",alwaysTranslate:"\u0647\u0645\u06CC\u0634\u0647 \u062A\u0631\u062C\u0645\u0647 \u06A9\u0646\u06CC\u062F","translationServices.gemini":"\u062C\u0645\u0646\u06CC","slide.left":"\u0628\u0647 \u0631\u0627\u0633\u062A \u0628\u06A9\u0634\u06CC\u062F",loggedIn:"\u0648\u0627\u0631\u062F \u0634\u062F\u0647 \u0627\u06CC\u062F","floatBall.iKnow":"\u0645\u0646 \u0645\u06CC \u062F\u0627\u0646\u0645","intro.floatBallTitle":"\u062A\u0631\u062C\u0645\u0647 \u0633\u0631\u06CC\u0639 \u0628\u0627\u0644 \u0634\u0646\u0627\u0648\u0631","shortcutGroup.touch":"\u0698\u0633\u062A \u0647\u0627\u06CC \u062E\u0627\u0635 \u0635\u0641\u062D\u0647 \u0644\u0645\u0633\u06CC","tagsInput.add":"+ \u0627\u0636\u0627\u0641\u0647 \u06A9\u0631\u062F\u0646",shortcutSettingsTitle:"\u062A\u0646\u0638\u06CC\u0645\u0627\u062A \u0645\u06CC\u0627\u0646\u0628\u0631","widget.instruction":"\u062F\u0633\u062A\u0648\u0631\u0627\u0644\u0639\u0645\u0644 \u0627\u0633\u062A\u0641\u0627\u062F\u0647",touchShortcutsOff:"\u0628\u0633\u062A\u0647 \u0634\u062F\u0646","shortcutGroup.others":"\u06A9\u0644\u06CC\u062F\u0647\u0627\u06CC \u0645\u06CC\u0627\u0646\u0628\u0631 \u0633\u0641\u0627\u0631\u0634\u06CC \u0628\u06CC\u0634\u062A\u0631","error.subscriptionExpiredTitle":"\u0639\u0636\u0648\u06CC\u062A \u0645\u0646\u0642\u0636\u06CC \u0634\u062F\u0647 \u0627\u0633\u062A","error.retry":"\u062A\u0644\u0627\u0634 \u0645\u062C\u062F\u062F",neverTranslate:"\u0647\u0631\u06AF\u0632 \u062A\u0631\u062C\u0645\u0647 \u0646\u0645\u06CC \u06A9\u0646\u0645",networkError:"\u062E\u062F\u0645\u0627\u062A \u062A\u0631\u062C\u0645\u0647 \u06CC\u0627 \u0634\u0628\u06A9\u0647 \u0645\u0634\u06A9\u0644 \u062F\u0627\u0631\u062F","widget.translateFileTooltip":"\u062A\u0631\u062C\u0645\u0647 \u0627\u0633\u0646\u0627\u062F PDF\u060C EPUB\u060C SRT\u060C ASS\u060C HTML \u0648 TXT","slide.right":"\u0628\u0647 \u0686\u067E \u0628\u06A9\u0634\u06CC\u062F","multipleClick.3":"\u0633\u0647 \u0636\u0631\u0628\u0647 \u0645\u062A\u0648\u0627\u0644\u06CC","multipleClick.4":"\u0686\u0647\u0627\u0631 \u0636\u0631\u0628\u0647 \u0645\u062A\u0648\u0627\u0644\u06CC",pickAll:"\u0627\u0646\u062A\u062E\u0627\u0628 \u0647\u0645\u0647",contact:"\u0628\u0627 \u0645\u0627 \u062A\u0645\u0627\u0633 \u0628\u06AF\u06CC\u0631\u06CC\u062F","subtitle.bilingual":"\u0632\u06CC\u0631\u0646\u0648\u06CC\u0633 \u062F\u0648\u0632\u0628\u0627\u0646\u0647","shortcutGroup.shortcutsForTranslationServices":"\u06A9\u0644\u06CC\u062F\u0647\u0627\u06CC \u0645\u06CC\u0627\u0646\u0628\u0631 \u0645\u0631\u0628\u0648\u0637 \u0628\u0647 \u062E\u062F\u0645\u0627\u062A \u062A\u0631\u062C\u0645\u0647",buildSnapshots:"\u0627\u06CC\u062C\u0627\u062F \u0639\u06A9\u0633 \u0641\u0648\u0631\u06CC \u0627\u0632 \u0635\u0641\u062D\u0647 \u0648\u0628","widget.instructionTooltip":"\u062F\u0633\u062A\u0648\u0631\u0627\u0644\u0639\u0645\u0644 \u0631\u0627 \u0628\u0631\u0631\u0633\u06CC \u06A9\u0646\u06CC\u062F","widget.videoSubtitle":"\u0632\u06CC\u0631\u0646\u0648\u06CC\u0633 \u0648\u06CC\u062F\u06CC\u0648","multipleClick.2":"\u062F\u0648\u0628\u0627\u0631 \u06A9\u0644\u06CC\u06A9 \u06A9\u0646\u06CC\u062F","subtitle.autoDisableSubtitle":"\u0632\u06CC\u0631\u0646\u0648\u06CC\u0633 \u062F\u0648\u0632\u0628\u0627\u0646\u0647 \u0628\u0647 \u0635\u0648\u0631\u062A \u062E\u0648\u062F\u06A9\u0627\u0631 \u0641\u0639\u0627\u0644 \u0646\u0645\u06CC \u0634\u0648\u062F",mouseHoverCustomKeyTitle:"\u0633\u0641\u0627\u0631\u0634\u06CC \u06A9\u0631\u062F\u0646 \u0645\u06CC\u0627\u0646\u0628\u0631 \u0645\u0648\u0633 \u062F\u0631 \u062D\u0627\u0644\u062A \u0634\u0646\u0627\u0648\u0631","browser.translateWithOpenAI":"\u0627\u0632 OpenAI \u0628\u0631\u0627\u06CC \u062A\u0631\u062C\u0645\u0647 \u0645\u0648\u0642\u062A\u06CC \u0635\u0641\u062D\u0647 \u0641\u0639\u0644\u06CC \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u06A9\u0646\u06CC\u062F",neverTranslateThisSite:"\u0647\u0631\u06AF\u0632 \u0627\u06CC\u0646 \u0648\u0628\u0633\u0627\u06CC\u062A \u0631\u0627 \u062A\u0631\u062C\u0645\u0647 \u0646\u06A9\u0646\u06CC\u062F","browser.translateInputBox":"\u062A\u0631\u062C\u0645\u0647 \u0645\u062D\u062A\u0648\u0627\u06CC \u062C\u0639\u0628\u0647 \u0648\u0631\u0648\u062F\u06CC \u0641\u0639\u0644\u06CC","subtitle.hideQuickButton":"\u062F\u06CC\u06AF\u0631 \u0627\u06CC\u0646 \u0645\u06CC\u0627\u0646\u0628\u0631 \u0631\u0627 \u0646\u0634\u0627\u0646 \u0646\u062F\u0647","subtitle.showQuickButton":"\u062F\u0631 \u067E\u062E\u0634 \u06A9\u0646\u0646\u062F\u0647\u060C \u0645\u06CC\u0627\u0646\u0628\u0631 \u0632\u06CC\u0631\u0646\u0648\u06CC\u0633 \u062F\u0648\u0632\u0628\u0627\u0646\u0647 \u0646\u0645\u0627\u06CC\u0634 \u062F\u0627\u062F\u0647 \u0634\u0648\u062F","browser.translateWithTransmart":"\u0627\u0632 \u062A\u0631\u062C\u0645\u0647 \u0645\u0648\u0642\u062A\u06CC \u062A\u0646\u0633\u0646\u062A \u0628\u0631\u0627\u06CC \u0635\u0641\u062D\u0647 \u0641\u0639\u0644\u06CC \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u06A9\u0646\u06CC\u062F","intro.hoverTitle":"\u0645\u0648\u0634\u0648\u0627\u0631\u0647 \u0631\u0627 \u0628\u0631 \u0631\u0648\u06CC \u067E\u0627\u0631\u0627\u06AF\u0631\u0627\u0641 \u0641\u0639\u0644\u06CC \u0628\u06AF\u0630\u0627\u0631\u06CC\u062F \u062A\u0627 \u062A\u0631\u062C\u0645\u0647 \u0634\u0648\u062F","shortcutGroup.mouse":"\u062A\u0646\u0638\u06CC\u0645\u0627\u062A \u0645\u06CC\u0627\u0646\u0628\u0631 \u0645\u0648\u0633 \u062F\u0631 \u062D\u0627\u0644\u062A \u0634\u0646\u0627\u0648\u0631",temprarilyChangeTranslationTo_openai:"\u062F\u0631 \u062D\u0627\u0644 \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u0627\u0632 OpenAI \u0628\u0631\u0627\u06CC \u062A\u0631\u062C\u0645\u0647 \u0635\u0641\u062D\u0647 \u0641\u0639\u0644\u06CC \u0647\u0633\u062A\u0645","browser.translateWithDeepL":"\u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u0645\u0648\u0642\u062A \u0627\u0632 DeepL \u0628\u0631\u0627\u06CC \u062A\u0631\u062C\u0645\u0647 \u0635\u0641\u062D\u0647 \u0641\u0639\u0644\u06CC",translationOnlyMode:"\u0641\u0642\u0637 \u062D\u0627\u0644\u062A \u062A\u0631\u062C\u0645\u0647","widget.videoSubtitleTooltip":"\u067E\u0634\u062A\u06CC\u0628\u0627\u0646\u06CC \u0627\u0632 Youtube \u0648 {count}+ \u0633\u0627\u06CC\u062A \u0648\u06CC\u062F\u06CC\u0648\u06CC\u06CC \u062F\u06CC\u06AF\u0631",paragraphMinTextCountField:"\u062A\u0639\u062F\u0627\u062F \u06A9\u0645\u062A\u0631\u06CC\u0646 \u06A9\u0627\u0631\u0627\u06A9\u062A\u0631\u0647\u0627\u06CC \u0645\u0648\u0631\u062F \u0646\u06CC\u0627\u0632 \u0628\u0631\u0627\u06CC \u062A\u0631\u062C\u0645\u0647 \u067E\u0627\u0631\u0627\u06AF\u0631\u0627\u0641",temprarilyChangeTranslationTo_gemini:"\u062F\u0631 \u062D\u0627\u0644 \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u0627\u0632 Gemini \u0628\u0631\u0627\u06CC \u062A\u0631\u062C\u0645\u0647 \u0635\u0641\u062D\u0647 \u0641\u0639\u0644\u06CC \u0647\u0633\u062A\u0645","shortcutGroup.main":"\u0645\u06CC\u0627\u0646\u0628\u0631\u0647\u0627\u06CC \u06A9\u0644\u06CC\u062F\u06CC \u0639\u0645\u0644\u06A9\u0631\u062F \u0631\u0627\u06CC\u062C",temprarilyChangeTranslationTo_deepl:"\u062F\u0631 \u062D\u0627\u0644 \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u0627\u0632 \u062A\u0631\u062C\u0645\u0647 DeepL \u0628\u0631\u0627\u06CC \u0635\u0641\u062D\u0647 \u0641\u0639\u0644\u06CC",temprarilyChangeTranslationTo_transmart:"\u062F\u0631 \u062D\u0627\u0644 \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u0627\u0632 \u062A\u0631\u062C\u0645\u0647 \u062A\u0646\u0633\u0646\u062A \u0628\u0631\u0627\u06CC \u0635\u0641\u062D\u0647 \u0641\u0639\u0644\u06CC",alwaysTranslateThisSite:"\u0647\u0645\u06CC\u0634\u0647 \u0627\u06CC\u0646 \u0648\u0628\u0633\u0627\u06CC\u062A \u0631\u0627 \u062A\u0631\u062C\u0645\u0647 \u06A9\u0646\u06CC\u062F","browser.translateWithBing":"\u0627\u0632 \u062A\u0631\u062C\u0645\u0647 \u0645\u0627\u06CC\u06A9\u0631\u0648\u0633\u0627\u0641\u062A \u0628\u0631\u0627\u06CC \u062A\u0631\u062C\u0645\u0647 \u0645\u0648\u0642\u062A\u06CC \u0635\u0641\u062D\u0647 \u0641\u0639\u0644\u06CC \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u06A9\u0646\u06CC\u062F",upgradeToProErrorTitle:"\u0644\u0637\u0641\u0627\u064B \u0628\u0647 \u0639\u0636\u0648\u06CC\u062A Pro \u0627\u0631\u062A\u0642\u0627 \u062F\u0647\u06CC\u062F \u0648 \u0633\u067E\u0633 \u0627\u0632 \u0627\u06CC\u0646 \u062E\u062F\u0645\u062A \u062A\u0631\u062C\u0645\u0647 \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u06A9\u0646\u06CC\u062F","intro.subtitleTitle":"\u0646\u0645\u0627\u06CC\u0634 \u0632\u06CC\u0631\u0646\u0648\u06CC\u0633 \u062F\u0648\u0632\u0628\u0627\u0646\u0647 \u0648\u06CC\u062F\u06CC\u0648\u06CC \u0622\u0646\u0644\u0627\u06CC\u0646",temprarilyChangeTranslationTo_bing:"\u062F\u0631 \u062D\u0627\u0644 \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u0627\u0632 \u062A\u0631\u062C\u0645\u0647 \u0645\u0627\u06CC\u06A9\u0631\u0648\u0633\u0627\u0641\u062A \u0628\u0631\u0627\u06CC \u0635\u0641\u062D\u0647 \u0641\u0639\u0644\u06CC \u0647\u0633\u062A\u0645",touchShortcutsToggleTranslationMask:"\u062A\u0646\u0638\u06CC\u0645 \u0646\u0645\u0627\u06CC\u0634 \u0698\u0633\u062A \u0644\u0645\u0633\u06CC \u0628\u0631\u0627\u06CC \u0646\u0645\u0627\u06CC\u0634 \u0645\u062A\u0646 \u062A\u0631\u062C\u0645\u0647 / \u0646\u0645\u0627\u06CC\u0634 \u0645\u062A\u0646 \u0627\u0635\u0644\u06CC","browser.translateWithGemini":"\u0628\u0647 \u0637\u0648\u0631 \u0645\u0648\u0642\u062A \u0627\u0632 Gemini \u0628\u0631\u0627\u06CC \u062A\u0631\u062C\u0645\u0647 \u0635\u0641\u062D\u0647 \u0641\u0639\u0644\u06CC \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u06A9\u0646\u06CC\u062F","browser.toggleVideoSubtitlePreTranslation":"\u062A\u063A\u06CC\u06CC\u0631 \u0632\u06CC\u0631\u0646\u0648\u06CC\u0633 \u062F\u0648\u0632\u0628\u0627\u0646\u0647 \u0628\u0627 \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u0627\u0632 \u062A\u0646\u0638\u06CC\u0645\u0627\u062A \u062A\u0631\u062C\u0645\u0647 \u0641\u0631\u0648 \u0631\u0641\u062A\u0647 \u0627\u0648\u0644\u0648\u06CC\u062A \u062F\u0627\u0631\u062F",notLoginPro:"\u0634\u0645\u0627 \u0647\u0646\u0648\u0632 \u0628\u0647 \u062D\u0633\u0627\u0628 \u06A9\u0627\u0631\u0628\u0631\u06CC \u062E\u0648\u062F \u0648\u0627\u0631\u062F \u0646\u0634\u062F\u0647 \u0627\u06CC\u062F",touchShortcutsToggleTranslatePage:"\u0628\u0631\u0627\u06CC \u062A\u0631\u062C\u0645\u0647 \u0635\u0641\u062D\u0627\u062A \u0648\u0628 / \u0646\u0645\u0627\u06CC\u0634 \u0645\u062A\u0646 \u0627\u0635\u0644\u06CC \u060C \u062D\u0631\u06A9\u062A \u0647\u0627\u06CC \u0644\u0645\u0633\u06CC \u0631\u0627 \u062A\u0646\u0638\u06CC\u0645 \u06A9\u0646\u06CC\u062F",temprarilyChangeTranslationTo_google:"\u062F\u0631 \u062D\u0627\u0644 \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u0627\u0632 \u062A\u0631\u062C\u0645\u0647 \u06AF\u0648\u06AF\u0644 \u0628\u0631\u0627\u06CC \u0635\u0641\u062D\u0647 \u0641\u0639\u0644\u06CC \u0647\u0633\u062A\u0645","neverTranslateText.title":"\u0644\u0637\u0641\u0627\u064B \u06A9\u0644\u0645\u0627\u062A \u0632\u06CC\u0631 \u0631\u0627 \u0628\u0647 \u0635\u0648\u0631\u062A \u0627\u0635\u0644\u06CC \u062D\u0641\u0638 \u06A9\u0646\u06CC\u062F\u060C \u062A\u0631\u062C\u0645\u0647 \u0646\u06A9\u0646\u06CC\u062F.",touchShortcutsToggleTranslateTouchElement:"\u062A\u0646\u0638\u06CC\u0645 \u062D\u0631\u06A9\u062A \u0644\u0645\u0633\u06CC \u0635\u0641\u062D\u0647 \u0646\u0645\u0627\u06CC\u0634 \u0628\u0631\u0627\u06CC \u062A\u0631\u062C\u0645\u0647 \u067E\u0627\u0631\u0627\u06AF\u0631\u0627\u0641 \u0645\u0634\u062E\u0635","description.baiduField":"\u062D\u0648\u0632\u0647 \u0647\u0627\u06CC \u067E\u0634\u062A\u06CC\u0628\u0627\u0646\u06CC \u0634\u062F\u0647 \u0631\u0627 \u062F\u0631 <1>\u0627\u06CC\u0646\u062C\u0627 \u0628\u0628\u06CC\u0646\u06CC\u062F \u060C \u0627\u06AF\u0631 \u062E\u0627\u0644\u06CC \u0628\u0627\u0634\u062F \u0628\u0647 \u0645\u0639\u0646\u06CC \u0627\u06CC\u0646 \u0627\u0633\u062A \u06A9\u0647 \u062D\u0648\u0632\u0647 \u0627\u06CC \u0645\u0634\u062E\u0635 \u0646\u0634\u062F\u0647 \u0627\u0633\u062A",mouseHoverCustomKeyDescription:"\u0634\u0645\u0627 \u0645\u06CC \u062A\u0648\u0627\u0646\u06CC\u062F \u06CC\u06A9 \u0645\u06CC\u0627\u0646\u0628\u0631 \u062A\u0631\u06A9\u06CC\u0628\u06CC \u0633\u0641\u0627\u0631\u0634\u06CC \u0628\u0631\u0627\u06CC \u0645\u0648\u0633 \u0631\u0627 \u062A\u0639\u0631\u06CC\u0641 \u06A9\u0646\u06CC\u062F\u060C \u0645\u0627\u0646\u0646\u062F: Alt+Z\u060C Ctrl+E\u060C Cmd+Alt+E \u06CC\u0627 \u0641\u0642\u0637 Cmd\u060C \u0644\u0637\u0641\u0627 \u0628\u0647 \u0635\u0648\u0631\u062A \u062F\u0633\u062A\u06CC \u062F\u0627\u062E\u0644 \u06A9\u0646\u06CC\u062F.","floatBall.guideClickToTranslate":`\u0628\u0627 \u06A9\u0644\u06CC\u06A9 \u06A9\u0631\u062F\u0646 \u0628\u0631 \u0631\u0648\u06CC \u062A\u0648\u067E \u0634\u0646\u0627\u0648\u0631 \u062A\u0631\u062C\u0645\u0647 \u0641\u0648\u0631\u06CC + {env.imt_sub_trans_field}: Traducci\xF3n`,"subtitle.quickButton.cyan":"Azul","subtitle.quickButton.backgroundColor":"color de fondo","subtitle.quickButton.blue":"azul","subtitle.quickButton.translationTextColor":"Color de fuente de traducci\xF3n","subtitle.quickButton.translationPosition":"Posici\xF3n de traducci\xF3n","subtitle.quickButton.translationFontSize":"Tama\xF1o de fuente de traducci\xF3n","subtitle.quickButton.translationPositionBottom":"Debajo del texto original","subtitle.quickButton.sourceFontSize":"Tama\xF1o original de la fuente","subtitle.quickButton.green":"Verde","subtitle.quickButton.white":"blanco","subtitle.quickButton.red":"Rojo","subtitle.quickButton.magenta":"Magenta","translationServices.claude":"Claude","subtitle.quickButton.setting":"Configuraci\xF3n","subtitle.quickButton.yellow":"amarillo","subtitle.quickButton.backgroundOpacity":"Opacidad de fondo","subtitle.quickButton.black":"negro","subtitle.quickButton.sourceTextColor":"Color original de la fuente","subtitle.quickButton.translationPositionTop":"En la parte superior del texto original",attachSubtitleTranslating:"Usando {service} para traducir...","error.claude.403":"No tiene permiso para acceder al servicio, puede estar relacionado con las restricciones de \xE1rea de Claude, puede intentar cambiar su direcci\xF3n IP o usar otros servicios de traducci\xF3n.","browser.brandDescriptionForSafari":"\u3010Traducci\xF3n inmersiva\u3011Un complemento de traducci\xF3n de p\xE1ginas web biling\xFCe (original/traducci\xF3n) gratuito que tambi\xE9n soporta la traducci\xF3n de PDF y libros electr\xF3nicos EPUB manteniendo el formato original del documento, la traducci\xF3n de subt\xEDtulos biling\xFCes de videos en l\xEDnea como Youtube/Netflix, y soporta servicios de traducci\xF3n principales como Deepl/Google;","browser.PdfProFile":"AI impulsado por PDF Pro traducci\xF3n","browser.textTranslate":"Traducci\xF3n de texto"};var xb={nologin:"\u0648\u0627\u0631\u062F \u0646\u0634\u062F\u0647 \u0627\u06CC\u062F",loginForSafari:"\u0648\u0627\u0631\u062F \u0634\u0648\u06CC\u062F \u06CC\u0627 \u062B\u0628\u062A \u0646\u0627\u0645 \u06A9\u0646\u06CC\u062F",login:"\u767B\u5F55",manageAccount:"\u0645\u062F\u06CC\u0631\u06CC\u062A \u062D\u0633\u0627\u0628",openPremium:"\u0639\u0636\u0648\u06CC\u062A",logout:"\u062A\u0631\u06A9 \u06A9\u0631\u062F\u0646",curentPlan:"\u0628\u0633\u062A\u0647 \u0641\u0639\u0644\u06CC",endAt:"\u0628\u0644\u0648\u063A",endAuto:"\u062A\u0645\u062F\u06CC\u062F \u062E\u0648\u062F\u06A9\u0627\u0631",lineBreakMaxTextCount:"\u062D\u062F\u0627\u06A9\u062B\u0631 \u062A\u0639\u062F\u0627\u062F \u06A9\u0627\u0631\u0627\u06A9\u062A\u0631\u0647\u0627\u06CC \u0645\u062C\u0627\u0632 \u062F\u0631 \u0647\u0631 \u062C\u0645\u0644\u0647 \u067E\u0633 \u0627\u0632 \u0634\u06A9\u0633\u062A \u062E\u0637","translate-pdf":"\u0628\u0631\u0627\u06CC \u062A\u0631\u062C\u0645\u0647 PDF \u06A9\u0644\u06CC\u06A9 \u06A9\u0646\u06CC\u062F","noSupportTranslate-pdf":"\u0627\u0633\u06A9\u0631\u06CC\u067E\u062A \u067E\u0634\u062A\u06CC\u0628\u0627\u0646\u06CC \u0646\u0645\u06CC \u0634\u0648\u062F\u060C \u0644\u0637\u0641\u0627 \u0627\u0632 \u0627\u0641\u0632\u0648\u0646\u0647 \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u06A9\u0646\u06CC\u062F","translate-firefox-local-pdf":"\u0628\u0631\u0627\u06CC \u0628\u0627\u0631\u06AF\u06CC\u0631\u06CC PDF \u06A9\u0644\u06CC\u06A9 \u06A9\u0646\u06CC\u062F",enableLineBreak:"\u0641\u0639\u0627\u0644 \u06A9\u0631\u062F\u0646 \u0634\u06A9\u0633\u062A \u062E\u0637 \u062E\u0648\u062F\u06A9\u0627\u0631 \u0628\u0646\u062F \u0628\u0644\u0646\u062F",sponsorLabel:"\u062D\u0627\u0645\u06CC\u0627\u0646 \u062A\u0648\u0633\u0639\u0647\u200C\u062F\u0647\u0646\u062F\u06AF\u0627\u0646 \u0628\u0627 \u0634\u0631\u0648\u0639 \u0627\u0632 1 \u062F\u0644\u0627\u0631",help:"\u06A9\u0645\u06A9",browserShortcutsNoteForFirefox:"\u0628\u0631\u0627\u06CC \u062A\u063A\u06CC\u06CC\u0631 \u06A9\u0644\u06CC\u062F\u0647\u0627\u06CC \u0645\u06CC\u0627\u0646\u0628\u0631 \u062F\u0631 \u0645\u0631\u0648\u0631\u06AF\u0631 \u0641\u0627\u06CC\u0631\u0641\u0627\u06A9\u0633\u060C \u0628\u0627\u06CC\u062F \u0628\u0631\u06AF\u0647 \u0645\u062F\u06CC\u0631\u06CC\u062A \u0627\u0641\u0632\u0648\u0646\u0647\u200C\u0647\u0627 (about:addons) \u0631\u0627 \u0628\u0627\u0632 \u06A9\u0646\u06CC\u062F\u060C \u0633\u067E\u0633 \u0631\u0648\u06CC \xAB\u062A\u0646\u0638\u06CC\u0645\u0627\u062A\xBB \u06A9\u0644\u06CC\u06A9 \u06A9\u0646\u06CC\u062F \u0648 \u0633\u067E\u0633 \u0628\u0631\u0627\u06CC \u062A\u0646\u0638\u06CC\u0645 \u0631\u0648\u06CC \xAB\u0645\u062F\u06CC\u0631\u06CC\u062A \u06A9\u0644\u06CC\u062F\u0647\u0627\u06CC \u0645\u06CC\u0627\u0646\u0628\u0631\xBB \u06A9\u0644\u06CC\u06A9 \u06A9\u0646\u06CC\u062F",browserShortcutsNoteForChrome:"\u0628\u0631\u0627\u06CC \u0645\u0631\u0648\u0631\u06AF\u0631\u0647\u0627\u06CC Chrome \u0645\u0627\u0646\u0646\u062F\u060C \u0628\u0627\u06CC\u062F \u0628\u0631\u06AF\u0647 \u0645\u062F\u06CC\u0631\u06CC\u062A \u0627\u0641\u0632\u0648\u0646\u0647\u200C\u0647\u0627 \u0631\u0627 \u0628\u0631\u0627\u06CC \u062A\u063A\u06CC\u06CC\u0631 \u06A9\u0644\u06CC\u062F\u0647\u0627\u06CC \u0645\u06CC\u0627\u0646\u0628\u0631 \u0628\u0627\u0632 \u06A9\u0646\u06CC\u062F\u060C \u0622\u0646 \u0631\u0627 \u062F\u0631 \u062F\u0631\u06AF\u0627\u0647 \xAB\u0645\u062F\u06CC\u0631\u06CC\u062A \u06A9\u0644\u06CC\u062F\u0647\u0627\u06CC \u0645\u06CC\u0627\u0646\u0628\u0631\xBB (chrome://extensions/shortcuts) \u062A\u0646\u0638\u06CC\u0645 \u06A9\u0646\u06CC\u062F. \u0631\u0648\u06CC \u062F\u06A9\u0645\u0647 \u0632\u06CC\u0631 \u06A9\u0644\u06CC\u06A9 \u06A9\u0646\u06CC\u062F \u062A\u0627 \u0628\u0647 \u0628\u0631\u06AF\u0647 \u0645\u062F\u06CC\u0631\u06CC\u062A \u06A9\u0644\u06CC\u062F \u0645\u06CC\u0627\u0646\u0628\u0631 \u0628\u0631\u0648\u06CC\u062F.",browserShortcutsSucks:"\u0641\u0631\u0645\u062A \u06A9\u0644\u06CC\u062F \u0645\u06CC\u0627\u0646\u0628\u0631 \u0633\u0641\u0627\u0631\u0634\u06CC (\u0628\u062F\u0648\u0646 \u062A\u0634\u062E\u06CC\u0635 \u062E\u0648\u062F\u06A9\u0627\u0631\u060C \u0644\u0637\u0641\u0627 \u0645\u0633\u062A\u0642\u06CC\u0645\u0627 \u0648\u0627\u0631\u062F \u06A9\u0646\u06CC\u062F)\uFF1A\u0627\u0633\u062A",enableLineBreakDescription:"\u0648\u0642\u062A\u06CC \u0641\u0639\u0627\u0644 \u0628\u0627\u0634\u062F\u060C \u06CC\u06A9 \u0634\u06A9\u0633\u062A \u062E\u0637 \u062F\u0631 \u067E\u0627\u06CC\u0627\u0646 \u0647\u0631 \u062C\u0645\u0644\u0647 \u062F\u0631 \u06CC\u06A9 \u0628\u0646\u062F \u0628\u0644\u0646\u062F \u0628\u0631\u0627\u06CC \u062A\u0633\u0647\u06CC\u0644 \u062E\u0648\u0627\u0646\u062F\u0646 \u0627\u0639\u0645\u0627\u0644 \u0645\u06CC \u0634\u0648\u062F","browser.shortBrandName":"\u062A\u0631\u062C\u0645\u0647 \u0647\u0645\u0647\u062C\u0627\u0646\u0628\u0647","browser.brandName":"\u062A\u0631\u062C\u0645\u0647 \u0647\u0645\u0647\u200C\u062C\u0627\u0646\u0628\u0647","browser.brandDescription":"Web bilingual translation, completely free to use, supports Deepl/Google/Bing/Tencent/Youdao, etc.","browser.toggleTranslatePage":"\u062A\u0631\u062C\u0645\u0647 \u062A\u0627\u0631\u0646\u0645\u0627/\u0646\u0645\u0627\u06CC\u0634 \u0645\u062A\u0646 \u0627\u0635\u0644\u06CC","browser.toggleTranslateTheWholePage":"\u062A\u0631\u062C\u0645\u0647 \u062A\u0645\u0627\u0645 \u0628\u0631\u06AF\u0647/\u0646\u0645\u0627\u06CC\u0634 \u0645\u062A\u0646 \u0627\u0635\u0644\u06CC","browser.toggleOnlyTransation":"\u062A\u063A\u06CC\u06CC\u0631 \u0628\u0647 \u062D\u0627\u0644\u062A \u062F\u0648\u0632\u0628\u0627\u0646\u0647 / \u0641\u0642\u0637 \u0645\u062A\u0646 \u062A\u0631\u062C\u0645\u0647 \u0634\u062F\u0647","browser.toggleTranslateToThePageEndImmediately":"\u0627\u0632 \u0627\u0646\u062A\u0647\u0627\u06CC \u0628\u0631\u06AF\u0647 \u062A\u0631\u062C\u0645\u0647 \u06A9\u0646\u06CC\u062F/\u0646\u0645\u0627\u06CC\u0634 \u0645\u062A\u0646 \u0627\u0635\u0644\u06CC","browser.toggleTranslateTheMainPage":"\u062A\u0631\u062C\u0645\u0647 \u0642\u0633\u0645\u062A\u200C\u0647\u0627\u06CC \u0627\u0635\u0644\u06CC \u0628\u0631\u06AF\u0647/\u0646\u0645\u0627\u06CC\u0634 \u0645\u062A\u0646 \u0627\u0635\u0644\u06CC","browser.shareToDraft":"\u0627\u0634\u062A\u0631\u0627\u06A9\u200C\u06AF\u0630\u0627\u0631\u06CC \u0635\u0641\u062D\u0647 \u062F\u0648\u0632\u0628\u0627\u0646\u0647","browser.openOptionsPage":"\u0628\u0631\u06AF\u0647 \u062A\u0646\u0638\u06CC\u0645\u0627\u062A \u0631\u0627 \u0628\u0627\u0632 \u06A9\u0646\u06CC\u062F","browser.toggleTranslationMask":"\u0646\u0645\u0627\u06CC\u0634/\u067E\u0646\u0647\u0627\u0646 \u06A9\u0631\u062F\u0646 \u062C\u0644\u0648\u0647 \u062A\u0627\u0631\u06CC \u062A\u0631\u062C\u0645\u0647","browser.translateLocalPdfFile":"\u062A\u0631\u062C\u0645\u0647 \u067E\u0631\u0648\u0646\u062F\u0647 PDF \u0645\u062D\u0644\u06CC","browser.openEbookViewer":"\u06A9\u062A\u0627\u0628 \u0647\u0627\u06CC \u0627\u0644\u06A9\u062A\u0631\u0648\u0646\u06CC\u06A9\u06CC \u0645\u062D\u0644\u06CC \u0631\u0627 \u0628\u062E\u0648\u0627\u0646\u06CC\u062F","browser.openEbookBuilder":"\u06A9\u062A\u0627\u0628 \u0647\u0627\u06CC \u0627\u0644\u06A9\u062A\u0631\u0648\u0646\u06CC\u06A9\u06CC \u062F\u0648 \u0632\u0628\u0627\u0646\u0647 EPUB \u0627\u06CC\u062C\u0627\u062F \u06A9\u0646\u06CC\u062F","browser.translateLocalHtmlFile":"\u7FFB\u8BD1\u672C\u5730 HTML \u6587\u4EF6","browser.donateContext":"\u0628\u0627 \u0645\u0632\u0627\u06CC\u0627\u06CC \u062D\u0645\u0627\u06CC\u062A \u0645\u0627\u0644\u06CC \u0622\u0634\u0646\u0627 \u0634\u0648\u06CC\u062F","browser.translateLocalSubtitleFile":"\u0641\u0627\u06CC\u0644 \u0647\u0627\u06CC \u0632\u06CC\u0631\u0646\u0648\u06CC\u0633 \u0645\u062D\u0644\u06CC \u0631\u0627 \u062A\u0631\u062C\u0645\u0647 \u06A9\u0646\u06CC\u062F",confirmResetConfig:"\u0622\u06CC\u0627 \u0645\u0637\u0645\u0626\u0646 \u0647\u0633\u062A\u06CC\u062F \u06A9\u0647 \u0645\u06CC\u200C\u062E\u0648\u0627\u0647\u06CC\u062F \u062A\u0646\u0638\u06CC\u0645\u0627\u062A \u0631\u0627 \u0628\u0627\u0632\u0646\u0634\u0627\u0646\u06CC \u06A9\u0646\u06CC\u062F\u061F",translationLineBreakSettingTitle:"\u062A\u0646\u0638\u06CC\u0645\u0627\u062A \u0628\u0633\u062A\u0647 \u0628\u0646\u062F\u06CC \u062E\u0637 \u062A\u0631\u062C\u0645\u0647",smartLineBreak:"\u0628\u0633\u062A\u0647 \u0628\u0646\u062F\u06CC \u062E\u0637 \u0647\u0648\u0634\u0645\u0646\u062F",alwaysLineBreak:"\u0647\u0645\u06CC\u0634\u0647 \u0628\u067E\u06CC\u0686\u06CC\u062F",isShowContextMenu:"\u521B\u5EFA\u53F3\u952E\u83DC\u5355",toggleBeta:"\u0648\u06CC\u0698\u06AF\u06CC \u0647\u0627\u06CC \u0622\u0632\u0645\u0627\u06CC\u0634 \u0628\u062A\u0627 \u0631\u0627 \u0641\u0639\u0627\u0644 \u06A9\u0646\u06CC\u062F",betaDescription:"\u0648\u06CC\u0698\u06AF\u06CC\u200C\u0647\u0627\u06CC\u06CC \u0631\u0627 \u06A9\u0647 \u0647\u0646\u0648\u0632 \u0622\u0632\u0645\u0627\u06CC\u0634\u06CC \u0647\u0633\u062A\u0646\u062F \u0648 \u0647\u0645\u0686\u0646\u06CC\u0646 \u062E\u062F\u0645\u0627\u062A \u062A\u0631\u062C\u0645\u0647 \u0631\u0627 \u062F\u0631 \u0622\u0632\u0645\u0627\u06CC\u0634 \u0641\u0639\u0627\u0644 \u06A9\u0646\u06CC\u062F. \u0639\u0636\u0648<1>\u06AF\u0631\u0648\u0647 \u062A\u0644\u06AF\u0631\u0627\u0645 \u0634\u0648\u06CC\u062F \u0628\u06CC\u0634\u062A\u0631 \u0628\u062F\u0627\u0646\u06CC\u062F.",translationLineBreakSettingDescription:"\u5BF9\u4E8E\u8BD1\u6587\u7684\u4F4D\u7F6E\uFF1A\u603B\u662F\u6362\u884C/\u667A\u80FD\u6362\u884C\uFF08\u5F53\u6BB5\u843D\u591A\u4E8E{count}\u4E2A\u5B57\u7B26\u624D\u6362\u884C\u663E\u793A\u8BD1\u6587\uFF09",tempTranslateDomainTitle:"\u0686\u0647 \u0645\u062F\u062A \u0628\u0631\u0627\u06CC \u0641\u0639\u0627\u0644 \u06A9\u0631\u062F\u0646 \u0645\u0648\u0642\u062A \u062A\u0631\u062C\u0645\u0647 \u0648\u0628 \u0633\u0627\u06CC\u062A",tempTranslateDomainDescription:"\u5F53\u624B\u52A8\u7FFB\u8BD1\u67D0\u4E2A\u7F51\u9875\u7684\u65F6\u5019\uFF0C\u4E34\u65F6\u5F00\u542F\u8BE5\u7F51\u7AD9\u4E3A\u81EA\u52A8\u7FFB\u8BD1",xMinutes:"{count} \u062F\u0642\u06CC\u0642\u0647",disabled:"\u063A\u06CC\u0631 \u0641\u0639\u0627\u0644 \u06A9\u0631\u062F\u0646",changelog:"\u062A\u063A\u06CC\u06CC\u0631 \u06AF\u0632\u0627\u0631\u0634",toggleTranslatePageWhenThreeFingersOnTheScreen:"\u0628\u0631\u0627\u06CC \u062A\u0631\u062C\u0645\u0647 \u0635\u0641\u062D\u0647 \u0648\u0628/\u0646\u0645\u0627\u06CC\u0634 \u0645\u062A\u0646 \u0627\u0635\u0644\u06CC\u060C \u0647\u0645\u0632\u0645\u0627\u0646 \u0628\u0627 \u0686\u0646\u062F\u06CC\u0646 \u0627\u0646\u06AF\u0634\u062A \u0635\u0641\u062D\u0647 \u0631\u0627 \u0644\u0645\u0633 \u06A9\u0646\u06CC\u062F",toggleTranslationMaskWhenThreeFingersOnTheScreen:"\u0686\u0646\u062F\u06CC\u0646 \u0627\u0646\u06AF\u0634\u062A \u0631\u0627 \u0628\u0647 \u0637\u0648\u0631 \u0647\u0645\u0632\u0645\u0627\u0646 \u0644\u0645\u0633 \u06A9\u0646\u06CC\u062F \u062A\u0627 \u062C\u0644\u0648\u0647 \u062A\u0627\u0631\u06CC \u062A\u0631\u062C\u0645\u0647 \u0646\u0634\u0627\u0646 \u062F\u0627\u062F\u0647 \u06CC\u0627 \u067E\u0646\u0647\u0627\u0646 \u0634\u0648\u062F",fingerCountToToggleTranslagePageOnlyTranslationWhenTouching:"\u0628\u0631\u0627\u06CC \u062A\u0631\u062C\u0645\u0647 \u0635\u0641\u062D\u0647 \u0648\u0628 (\u0641\u0642\u0637 \u062A\u0631\u062C\u0645\u0647)/\u0646\u0645\u0627\u06CC\u0634 \u0645\u062A\u0646 \u0627\u0635\u0644\u06CC \u0628\u0627 \u0686\u0646\u062F\u06CC\u0646 \u0627\u0646\u06AF\u0634\u062A \u0647\u0645\u0632\u0645\u0627\u0646 \u0635\u0641\u062D\u0647 \u0631\u0627 \u0644\u0645\u0633 \u06A9\u0646\u06CC\u062F",addUrlDescription:"\u0627\u06CC\u0646 \u0645\u06CC \u062A\u0648\u0627\u0646\u062F \u06CC\u06A9 \u0646\u0627\u0645 \u062F\u0627\u0645\u0646\u0647 \u0628\u0627\u0634\u062F \u0648 \u0627\u0632 \u062D\u0631\u0648\u0641 \u0639\u0627\u0645 \u067E\u0634\u062A\u06CC\u0628\u0627\u0646\u06CC \u0645\u06CC \u06A9\u0646\u062F\u060C \u0645\u0627\u0646\u0646\u062F\uFF1A*.google.com\u060C google.com/mail/*\u060C https://www.google.com/*",general:"\u062A\u0646\u0638\u06CC\u0645\u0627\u062A \u067E\u0627\u06CC\u0647",clickToExpandConfig:"\u06AF\u0633\u062A\u0631\u0634 \u067E\u06CC\u06A9\u0631\u0628\u0646\u062F\u06CC \u0641\u0639\u0644\u06CC",import:"\u4ECE\u6587\u4EF6\u5BFC\u5165\u914D\u7F6E",export:"\u0635\u0627\u062F\u0631\u0627\u062A \u0628\u0647 \u0641\u0627\u06CC\u0644",toggleDebug:"\u06AF\u0632\u0627\u0631\u0634 \u0647\u0627\u06CC \u0627\u0634\u06A9\u0627\u0644 \u0632\u062F\u0627\u06CC\u06CC \u0631\u0627 \u0631\u0648\u06CC \u06A9\u0646\u0633\u0648\u0644 \u0686\u0627\u067E \u06A9\u0646\u06CC\u062F","fingers.0":"\u0628\u0633\u062A\u0647","fingers.2":"\u0644\u0645\u0633 \u062F\u0648 \u0627\u0646\u06AF\u0634\u062A\u06CC","fingers.3":"\u0644\u0645\u0633 \u0633\u0647 \u0627\u0646\u06AF\u0634\u062A","fingers.4":"\u0644\u0645\u0633 \u0686\u0647\u0627\u0631 \u0627\u0646\u06AF\u0634\u062A","fingers.5":"\u0644\u0645\u0633 \u067E\u0646\u062C \u0627\u0646\u06AF\u0634\u062A",mouseHoldKey:"+ {key} \u0627\u06CC\u0646 \u067E\u0627\u0631\u0627\u06AF\u0631\u0627\u0641 \u0631\u0627 \u062A\u0631\u062C\u0645\u0647/\u0628\u0627\u0632\u06CC\u0627\u0628\u06CC \u06A9\u0646\u06CC\u062F",mouseHoldKeyAuto:"\u0627\u06CC\u0646 \u067E\u0627\u0631\u0627\u06AF\u0631\u0627\u0641 \u0631\u0627 \u0645\u0633\u062A\u0642\u06CC\u0645\u0627\u064B \u062A\u0631\u062C\u0645\u0647 \u06A9\u0646\u06CC\u062F",mouseHoldKeyOff:"\u0647\u06CC\u0686 \u06A9\u0627\u0631\u06CC \u0646\u06A9\u0646",mouseHoldKeyOther:"\u06A9\u0644\u06CC\u062F\u0647\u0627\u06CC \u0645\u06CC\u0627\u0646\u0628\u0631 \u0633\u0641\u0627\u0631\u0634\u06CC (\u062A\u0646\u0638\u06CC\u0645\u0627\u062A \u0628\u0627\u0632)",mouseHoldKeyCustomKey:"0 \u0627\u06CC\u0646 \u067E\u0627\u0631\u0627\u06AF\u0631\u0627\u0641 \u0631\u0627 {key} / \u0628\u0627\u0632\u06CC\u0627\u0628\u06CC \u06A9\u0646\u06CC\u062F",mouseHoverHoldKey:"\u0645\u0627\u0648\u0633 \u0631\u0627 \u0646\u06AF\u0647 \u062F\u0627\u0631\u06CC\u062F \u0648 \u06A9\u0644\u06CC\u062F \u0645\u06CC\u0627\u0646\u0628\u0631 \u0631\u0627 \u0641\u0634\u0627\u0631 \u062F\u0647\u06CC\u062F \u062A\u0627 \u067E\u0627\u0631\u0627\u06AF\u0631\u0627\u0641 \u062A\u0631\u062C\u0645\u0647 \u0634\u0648\u062F","mouse-translate":"MouseTranslateWhen",document:"\u0633\u0646\u062F",resetSuccess:"\u0647\u0645\u0647 \u062A\u0646\u0638\u06CC\u0645\u0627\u062A \u0628\u0627 \u0645\u0648\u0641\u0642\u06CC\u062A \u0628\u0627\u0632\u0646\u0634\u0627\u0646\u06CC \u0634\u062F",resetThisSuccess:"\u0628\u0627\u0632\u0646\u0634\u0627\u0646\u06CC \u0628\u0627 \u0645\u0648\u0641\u0642\u06CC\u062A \u0627\u0646\u062C\u0627\u0645 \u0634\u062F",saved:"\u0628\u0627 \u0645\u0648\u0641\u0642\u06CC\u062A \u0630\u062E\u06CC\u0631\u0647 \u0634\u062F",successImportConfig:"\u067E\u06CC\u06A9\u0631\u0628\u0646\u062F\u06CC \u0628\u0627 \u0645\u0648\u0641\u0642\u06CC\u062A \u0648\u0627\u0631\u062F \u0634\u062F",goAdvancedSettings:"\u0628\u0647 \u0635\u0641\u062D\u0647 \u062A\u0646\u0638\u06CC\u0645\u0627\u062A \u067E\u06CC\u0634\u0631\u0641\u062A\u0647 \u0628\u0631\u0648\u06CC\u062F",goAdvancedInterfaceSettings:"\u0628\u0647 \u0635\u0641\u062D\u0647 \u062A\u0646\u0638\u06CC\u0645\u0627\u062A \u0633\u0641\u0627\u0631\u0634\u06CC \u0633\u0627\u0632\u06CC \u067E\u06CC\u0634\u0631\u0641\u062A\u0647 \u0628\u0631\u0648\u06CC\u062F",advanced:"\u062A\u0646\u0638\u06CC\u0645\u0627\u062A \u067E\u06CC\u0634\u0631\u0641\u062A\u0647",advancedDescription:"\u0628\u0647 \u0637\u0648\u0631 \u06A9\u0644\u06CC\u060C \u0647\u06CC\u0686 \u062A\u0646\u0638\u06CC\u0645\u06CC \u0644\u0627\u0632\u0645 \u0646\u06CC\u0633\u062A\u060C \u0641\u0642\u0637 \u067E\u06CC\u0634 \u0641\u0631\u0636 \u0631\u0627 \u062D\u0641\u0638 \u06A9\u0646\u06CC\u062F. \u0641\u0642\u0637 \u0628\u0631\u0627\u06CC \u06A9\u0627\u0631\u0628\u0631\u0627\u0646 \u062D\u0631\u0641\u0647 \u0627\u06CC \u062A\u0631\u060C \u062A\u0646\u0638\u06CC\u0645\u0627\u062A \u0634\u062E\u0635\u06CC \u062A\u0631 \u0627\u0631\u0627\u0626\u0647 \u0634\u062F\u0647 \u0627\u0633\u062A.",developer:"\u062A\u0646\u0638\u06CC\u0645\u0627\u062A \u0628\u0631\u0646\u0627\u0645\u0647 \u0646\u0648\u06CC\u0633",donateCafe:"\u8BF7\u5F00\u53D1\u8005\u559D\u676F\u5496\u5561","translate to the bottom of the page":"\u6253\u5F00\u7F51\u9875\u540E\uFF0C\u662F\u5426\u7ACB\u5373\u7FFB\u8BD1\u5230\u9875\u9762\u5E95\u90E8\uFF1F",feedback:"\u0628\u0627\u0632\u062E\u0648\u0631\u062F",toggleTranslatePage:"\u062A\u0631\u062C\u0645\u0647 \u0635\u0641\u062D\u0647 \u0648\u0628/\u0646\u0645\u0627\u06CC\u0634 \u0645\u062A\u0646 \u0627\u0635\u0644\u06CC",translateToThePageEndImmediatelyDescription:"\u5F00\u542F\u540E\uFF0C\u5C06\u4F1A\u7ACB\u5373\u7FFB\u8BD1\u7F51\u9875\u4ECE\u9876\u90E8\u5230\u5E95\u90E8\u7684\u5185\u5BB9\uFF0C\u800C\u4E0D\u662F\u8FB9\u770B\u8FB9\u8BD1\u3002\uFF08\u4E0D\u63A8\u8350\u5F00\u542F\uFF09","translate all areas of the page":"\u0622\u06CC\u0627 \u0628\u0631\u0627\u06CC \u062A\u0631\u062C\u0645\u0647 \u0647\u0645\u0647 \u0642\u0633\u0645\u062A \u0647\u0627\u06CC \u0635\u0641\u062D\u0647 \u0648\u0628",translationAreaDescription:"\u5F00\u542F\u540E\uFF0C\u6574\u4E2A\u7F51\u9875\u7684\u533A\u57DF\u90FD\u4F1A\u88AB\u7FFB\u8BD1\uFF0C\u800C\u4E0D\u662F\u9ED8\u8BA4\u7684\u667A\u80FD\u8BC6\u522B\u4E3B\u8981\u533A\u57DF\u53BB\u7FFB\u8BD1\uFF08\u4E0D\u63A8\u8350\u5F00\u542F\uFF09","the number of characters to be translated first":"\u524D\u591A\u5C11\u4E2A\u5B57\u7B26\u65E0\u9700\u7B49\u5F85\u6EDA\u52A8\u5230\u53EF\u89C6\u533A\u57DF\uFF0C\u76F4\u63A5\u7FFB\u8BD1\uFF1F","interface language":"\u0632\u0628\u0627\u0646 \u0631\u0627\u0628\u0637","display both the original text and the translation":"\u0646\u0645\u0627\u06CC\u0634 \u0645\u062A\u0646 \u0627\u0635\u0644\u06CC \u0648 \u062A\u0631\u062C\u0645\u0647 \u0628\u0647 \u0637\u0648\u0631 \u0647\u0645\u0632\u0645\u0627\u0646","keyboard shortcuts":"\u0645\u06CC\u0627\u0646\u0628\u0631\u0647\u0627\u06CC \u0635\u0641\u062D\u0647 \u06A9\u0644\u06CC\u062F",modify:"\u06A9\u0644\u06CC\u062F\u0647\u0627\u06CC \u0645\u06CC\u0627\u0646\u0628\u0631 \u0631\u0627 \u062A\u063A\u06CC\u06CC\u0631 \u062F\u0647\u06CC\u062F",reset:"\u062A\u0646\u0638\u06CC\u0645 \u0645\u062C\u062F\u062F",close:"\u0628\u0633\u062A\u0647",homepage:"\u0635\u0641\u062D\u0647 \u0646\u062E\u0633\u062A",more:"\u0628\u06CC\u0634\u062A\u0631",moreOptions:"\u06AF\u0632\u06CC\u0646\u0647 \u0647\u0627\u06CC \u0633\u0641\u0627\u0631\u0634\u06CC \u0633\u0627\u0632\u06CC \u0628\u06CC\u0634\u062A\u0631\u06CC \u0631\u0627 \u06AF\u0633\u062A\u0631\u0634 \u062F\u0647\u06CC\u062F",translateTheWholePage:"\u062A\u0631\u062C\u0645\u0647 \u062A\u0645\u0627\u0645 \u0642\u0633\u0645\u062A\u200C\u0647\u0627\u06CC \u0635\u0641\u062D\u0647 (\u0645\u062A\u0641\u0627\u0648\u062A \u0627\u0632 \u0642\u0633\u0645\u062A\u200C\u0647\u0627\u06CC \u0627\u0635\u0644\u06CC \u062A\u0634\u062E\u06CC\u0635 \u0647\u0648\u0634\u0645\u0646\u062F)",changeToTranslateTheWholePage:"\u5207\u6362\u4E3A\u7FFB\u8BD1\u9875\u9762\u6240\u6709\u533A\u57DF",changeToTranslateTheMainPage:"\u5207\u6362\u4E3A\u667A\u80FD\u7FFB\u8BD1\u4E3B\u8981\u533A\u57DF",changeToOnlyTranslationMode:"\u0628\u0647 \u0646\u0645\u0627\u06CC\u0634 \u0641\u0642\u0637 \u062A\u0631\u062C\u0645\u0647 \u0647\u0627 \u0628\u0631\u0648\u06CC\u062F",changeToDualTranslationMode:"\u0628\u0647 \u062A\u0631\u062C\u0645\u0647 \u062F\u0648 \u0632\u0628\u0627\u0646\u0647 \u0628\u0631\u0648\u06CC\u062F",translateToThePageEndImmediately:"\u7ACB\u5373\u7FFB\u8BD1\u5230\u9875\u9762\u5E95\u90E8\uFF08\u533A\u522B\u4E8E\u6EDA\u52A8\u7FFB\u8BD1\uFF09",translateTheMainPage:"\u0632\u0645\u06CC\u0646\u0647 \u0647\u0627\u06CC \u0627\u0635\u0644\u06CC \u062A\u0631\u062C\u0645\u0647 \u0647\u0648\u0634\u0645\u0646\u062F","The local rules are up to date":"\u0642\u0648\u0627\u0646\u06CC\u0646 \u0633\u0627\u0632\u06AF\u0627\u0631\u06CC \u0645\u062D\u0644\u06CC \u0628\u0647 \u0631\u0648\u0632 \u0647\u0633\u062A\u0646\u062F:","Successfully synchronized with the latest official rules:":"\u0622\u062E\u0631\u06CC\u0646 \u0642\u0648\u0627\u0646\u06CC\u0646 \u0627\u0646\u0637\u0628\u0627\u0642 \u0631\u0633\u0645\u06CC \u0628\u0627 \u0645\u0648\u0641\u0642\u06CC\u062A \u0647\u0645\u06AF\u0627\u0645 \u0633\u0627\u0632\u06CC \u0634\u062F:","Checking for updates":"\u0628\u0631\u0631\u0633\u06CC \u0628\u0647 \u0631\u0648\u0632 \u0631\u0633\u0627\u0646\u06CC","Rules are being synchronized":"\u0647\u0645\u06AF\u0627\u0645 \u0633\u0627\u0632\u06CC \u0642\u0648\u0627\u0646\u06CC\u0646 \u0633\u0627\u0632\u06AF\u0627\u0631\u06CC",localVersionIsTooOld:"\u672C\u5730\u6269\u5C55\u7248\u672C\u8FC7\u65E7\uFF0C\u8BF7\u5347\u7EA7\u6269\u5C55\u5230 {minVersion} \u6216\u4E4B\u540E\u7684\u7248\u672C\u518D\u5C1D\u8BD5\u540C\u6B65",badUserscriptBrowser:"\u8BE5\u6D4F\u89C8\u5668\u672A\u6B63\u786E\u5B9E\u73B0\u6CB9\u7334\u7684\u63A5\u53E3\uFF0C\u8BF7\u4F7F\u7528\u5176\u4ED6<1>\u652F\u6301\u6CB9\u7334\u7684\u6D4F\u89C8\u5668\u5982(Firefox Nightly \u7248\u672C)",foundNewVersion:"\u0646\u0633\u062E\u0647 \u062C\u062F\u06CC\u062F \u067E\u06CC\u062F\u0627 \u0634\u062F",theLocalExtensionIsUpToUpdate:"\u0627\u0641\u0632\u0648\u0646\u0647 \u0641\u0639\u0644\u06CC \u0622\u062E\u0631\u06CC\u0646 \u0646\u0633\u062E\u0647 \u0627\u0633\u062A.",failToSyncRules:"\u0647\u0645\u06AF\u0627\u0645 \u0633\u0627\u0632\u06CC \u0622\u062E\u0631\u06CC\u0646 \u0642\u0648\u0627\u0646\u06CC\u0646 \u0627\u0646\u0637\u0628\u0627\u0642 \u0627\u0646\u062C\u0627\u0645 \u0646\u0634\u062F",retry:"\u062C\u0647\u062A \u062A\u0644\u0627\u0634 \u062F\u0648\u0628\u0627\u0631\u0647 \u0627\u06CC\u0646\u062C\u0627 \u06A9\u0644\u06CC\u06A9 \u06A9\u0646\u06CC\u062F",failedReason:"\u062F\u0644\u06CC\u0644 \u0634\u06A9\u0633\u062A",currentRuleVersion:"\u0646\u0633\u062E\u0647 \u0642\u0627\u0646\u0648\u0646 \u0641\u0639\u0644\u06CC",calculating:"\u062F\u0631 \u062D\u0627\u0644 \u0645\u062D\u0627\u0633\u0628\u0647",unknownError:"\u0627\u0634\u062A\u0628\u0627\u0647 \u0646\u0627\u0634\u0646\u0627\u062E\u062A\u0647",canNotFetchRemoteRule:"\u0646\u0645\u06CC \u062A\u0648\u0627\u0646 \u0642\u0648\u0627\u0646\u06CC\u0646 \u0631\u0627\u0647 \u062F\u0648\u0631 \u0631\u0627 \u062F\u0631\u06CC\u0627\u0641\u062A \u06A9\u0631\u062F",enableAlphaSuccess:"\u062A\u0627\u0628\u0639 \u0622\u0644\u0641\u0627 \u0631\u0648\u0634\u0646 \u0634\u062F",disableAlphaSuccess:"\u0648\u06CC\u0698\u06AF\u06CC \u0622\u0644\u0641\u0627 \u062E\u0627\u0645\u0648\u0634 \u0634\u062F",cacheSize:"\u0627\u0646\u062F\u0627\u0632\u0647 \u06A9\u0634\uFF1A",cleaning:"\u062A\u0645\u06CC\u0632 \u06A9\u0631\u062F\u0646",cleanCache:"\u067E\u0627\u06A9 \u06A9\u0631\u062F\u0646 \u062D\u0627\u0641\u0638\u0647 \u067E\u0646\u0647\u0627\u0646",options:"\u0628\u0631\u067E\u0627\u06CC\u06CC",about:"\u062F\u0631 \u0628\u0627\u0631\u0647",service:"\u062E\u062F\u0645\u0627\u062A \u062A\u0631\u062C\u0645\u0647",needAction:"(\u0628\u0647 \u062A\u0646\u0638\u06CC\u0645\u0627\u062A \u0628\u0631\u0648\u06CC\u062F)",goSettings:"\u0628\u0647 \u062A\u0646\u0638\u06CC\u0645\u0627\u062A \u0628\u0631\u0648\u06CC\u062F",needActionForOptions:"(\u0646\u06CC\u0627\u0632 \u0628\u0647 \u062A\u0646\u0638\u06CC\u0645)",translationEngine:"\u06AF\u0632\u06CC\u0646\u0647 \u0647\u0627\u06CC \u0645\u0648\u062A\u0648\u0631",sourceLanguage:"\u0632\u0628\u0627\u0646 \u0627\u0635\u0644\u06CC",target:"\u0632\u0628\u0627\u0646 \u0645\u0642\u0635\u062F",popupSourceLanguage:"\u0632\u0628\u0627\u0646 \u0627\u0635\u0644\u06CC",popupTarget:"\u0632\u0628\u0627\u0646 \u0645\u0642\u0635\u062F",popupService:"\u062E\u062F\u0645\u0627\u062A \u062A\u0631\u062C\u0645\u0647",forThisSite:"\u0648\u0628 \u0633\u0627\u06CC\u062A \u0641\u0639\u0644\u06CC",autoEnableSubtitle:"\u0632\u06CC\u0631\u0646\u0648\u06CC\u0633\u200C\u0647\u0627\u06CC \u062F\u0648\u0632\u0628\u0627\u0646\u0647 \u0631\u0627 \u0628\u0647\u200C\u0637\u0648\u0631 \u062E\u0648\u062F\u06A9\u0627\u0631 \u0631\u0648\u0634\u0646 \u06A9\u0646\u06CC\u062F",alwaysTranslateSomeLanguage:"\u603B\u662F\u7FFB\u8BD1{language}",neverTranslateSomeLanguage:"\u6C38\u4E0D\u7FFB\u8BD1{language}",alwaysTranslateSomeSite:"\u0647\u0645\u06CC\u0634\u0647 {hostname}\u0631\u0627 \u062A\u0631\u062C\u0645\u0647 \u06A9\u0646\u06CC\u062F",neverTranslateSomeSite:"\u0647\u0631\u06AF\u0632 {hostname}\u0631\u0627 \u062A\u0631\u062C\u0645\u0647 \u0646\u06A9\u0646\u06CC\u062F",alwaysTranslateSomeSiteOrWildSite:"\u0647\u0645\u06CC\u0634\u0647 \u0627\u06CC\u0646 \u0633\u0627\u06CC\u062A \u0631\u0627 \u062A\u0631\u062C\u0645\u0647 \u06A9\u0646\u06CC\u062F",alwaysTranslateSomePage:"\u0647\u0645\u06CC\u0634\u0647 \u0627\u06CC\u0646 \u0635\u0641\u062D\u0647 \u0631\u0627 \u062A\u0631\u062C\u0645\u0647 \u06A9\u0646\u06CC\u062F",add:"\u0627\u0636\u0627\u0641\u0647 \u06A9\u0631\u062F\u0646 \u0628\u0647",default:"\u067E\u06CC\u0634 \u0641\u0631\u0636",forThisLanguage:"\u0628\u0631\u0627\u06CC \u0627\u06CC\u0646 \u0632\u0628\u0627\u0646\uFF1A","add url":"\u0622\u062F\u0631\u0633 \u0627\u06CC\u0646\u062A\u0631\u0646\u062A\u06CC \u0631\u0627 \u0648\u0627\u0631\u062F \u06A9\u0646\u06CC\u062F",edit:"\u0648\u06CC\u0631\u0627\u06CC\u0634 \u06A9\u0646\u06CC\u062F","translate other languages into specific language":"\u0632\u0628\u0627\u0646 \u0647\u0627\u06CC \u062F\u06CC\u06AF\u0631 \u0631\u0627 \u0628\u0647 \u0632\u0628\u0627\u0646\u06CC \u06A9\u0647 \u062A\u0646\u0638\u06CC\u0645 \u06A9\u0631\u062F\u0647 \u0627\u06CC\u062F \u062A\u0631\u062C\u0645\u0647 \u06A9\u0646\u06CC\u062F","select translation service":"\u062E\u062F\u0645\u0627\u062A \u062A\u0631\u062C\u0645\u0647 \u0631\u0627 \u0627\u0646\u062A\u062E\u0627\u0628 \u06A9\u0646\u06CC\u062F",language:"\u0632\u0628\u0627\u0646","show-original":"\u0646\u0645\u0627\u06CC\u0634 \u0645\u062A\u0646 \u0627\u0635\u0644\u06CC",translate:"\u062A\u0631\u062C\u0645\u0647 \u06A9\u0631\u062F\u0646",Translated:"\u062A\u0631\u062C\u0645\u0647 \u0634\u062F\u0647",Translating:"\u062F\u0631 \u062D\u0627\u0644 \u062A\u0631\u062C\u0645\u0647",Error:"\u0627\u0634\u062A\u0628\u0627\u0647",allowCacheTranslations:"\u0641\u0639\u0627\u0644 \u06A9\u0631\u062F\u0646 \u062D\u0627\u0641\u0638\u0647 \u067E\u0646\u0647\u0627\u0646 \u062A\u0631\u062C\u0645\u0647 \u0645\u062D\u0644\u06CC (\u0628\u0631\u0627\u06CC \u06A9\u0627\u0647\u0634 \u062F\u0631\u062E\u0648\u0627\u0633\u062A \u0647\u0627\u06CC \u062A\u0631\u062C\u0645\u0647 \u0628\u0631\u0627\u06CC \u067E\u0627\u0631\u0627\u06AF\u0631\u0627\u0641 \u0647\u0627\u06CC \u062A\u06A9\u0631\u0627\u0631\u06CC)","translation display":"\u0633\u0628\u06A9 \u0646\u0645\u0627\u06CC\u0634 \u062A\u0631\u062C\u0645\u0647","select diplay style":"\u0633\u0628\u06A9 \u062A\u0631\u062C\u0645\u0647 \u0631\u0627 \u0645\u062A\u0645\u0627\u06CC\u0632 \u06A9\u0646\u06CC\u062F. \u0644\u0637\u0641\u0627\u064B \u0628\u0631\u0627\u06CC \u062C\u0632\u0626\u06CC\u0627\u062A \u0628\u06CC\u0634\u062A\u0631 \u0628\u0647 \u0645\u062B\u0627\u0644 \u0647\u0627\u06CC \u0632\u06CC\u0631 \u0645\u0631\u0627\u062C\u0639\u0647 \u06A9\u0646\u06CC\u062F:",interface:"\u062A\u0646\u0638\u06CC\u0645\u0627\u062A \u0631\u0627\u0628\u0637",import_export:"\u0648\u0627\u0631\u062F\u0627\u062A \u0648 \u0635\u0627\u062F\u0631\u0627\u062A",import_export_title:"\u067E\u06CC\u06A9\u0631\u0628\u0646\u062F\u06CC \u0648\u0627\u0631\u062F\u0627\u062A/\u0635\u0627\u062F\u0631\u0627\u062A",syncToGoogleDrive:"\u0627\u06A9\u0646\u0648\u0646 \u0628\u0627 Google Drive \u0647\u0645\u06AF\u0627\u0645 \u0633\u0627\u0632\u06CC \u06A9\u0646\u06CC\u062F",floatBallOptions:"\u062A\u0646\u0638\u06CC\u0645\u0627\u062A \u062A\u0648\u067E \u0645\u0639\u0644\u0642","floatBallOptions.enable":"\u062A\u0648\u067E \u0634\u0646\u0627\u0648\u0631 \u0631\u0627 \u0641\u0639\u0627\u0644 \u06A9\u0646\u06CC\u062F","floatBallOptions.blockUrls":"\u0648\u0628 \u0633\u0627\u06CC\u062A \u0631\u0627 \u063A\u06CC\u0631 \u0641\u0639\u0627\u0644 \u06A9\u0646\u06CC\u062F","floatBallOptions.add":"\u0627\u0636\u0627\u0641\u0647 \u06A9\u0631\u062F\u0646 \u0628\u0647","floatBallOptions.blockUrlDesc":"\u062A\u0648\u067E \u0634\u0646\u0627\u0648\u0631 \u0647\u0646\u06AF\u0627\u0645 \u0628\u0631\u062E\u0648\u0631\u062F \u0628\u0627 \u0648\u0628 \u0633\u0627\u06CC\u062A \u0647\u0627\u06CC \u0632\u06CC\u0631 \u0646\u0645\u0627\u06CC\u0634 \u062F\u0627\u062F\u0647 \u0646\u0645\u06CC \u0634\u0648\u062F","floatBallOptions.clickType":"\u0631\u0641\u062A\u0627\u0631 \u06A9\u0644\u06CC\u06A9\u06CC","floatBallOptions.clickTypeDesc":"\u0631\u0641\u062A\u0627\u0631 \u0646\u0645\u0627\u062F \u062A\u0648\u067E \u0634\u0646\u0627\u0648\u0631 \u0647\u0646\u06AF\u0627\u0645 \u06A9\u0644\u06CC\u06A9 \u06A9\u0631\u062F\u0646","floatBallOptions.clickPopup":"\u0646\u0645\u0627\u06CC\u0634 \u067E\u0627\u0646\u0644 \u062A\u0631\u062C\u0645\u0647","floatBallOptions.clickTranslate":"\u062A\u0631\u062C\u0645\u0647/\u0646\u0645\u0627\u06CC\u0634 \u0645\u062A\u0646 \u0627\u0635\u0644\u06CC","floatBallOptions.fixedPosition":"\u56FA\u5B9A\u4F4D\u7F6E","floatBallOptions.fixedPositionDesc":"\u60AC\u6D6E\u7403\u5728\u7A97\u53E3\u5DE6\u4FA7\u8FD8\u662F\u53F3\u4FA7","floatBallOptions.fixedPositionLeft":"\u5DE6\u4FA7","floatBallOptions.fixedPositionRight":"\u53F3\u4FA7",previewAllThemes:"\u067E\u06CC\u0634 \u0646\u0645\u0627\u06CC\u0634 \u0647\u0645\u0647 \u0633\u0628\u06A9 \u0647\u0627","translationTheme.none":"\u0647\u06CC\u0686 \u06CC\u06A9","translationTheme.grey":"\u062E\u0627\u06A9\u0633\u062A\u0631\u06CC \u062A\u06CC\u0631\u0647","translationTheme.dashed":"\u0632\u06CC\u0631 \u062E\u0637 \u0686\u06CC\u0646","translationTheme.dotted":"\u0632\u06CC\u0631 \u062E\u0637 \u0646\u0642\u0637\u0647 \u062F\u0627\u0631","translationTheme.dashedBorder":"\u0645\u0631\u0632 \u0634\u06A9\u0633\u062A\u0647","translationTheme.solidBorder":"\u0645\u0631\u0632 \u062C\u0627\u0645\u062F","translationTheme.underline":"\u0632\u06CC\u0631 \u062E\u0637 \u0645\u0633\u062A\u0642\u06CC\u0645","translationTheme.mask":"\u062C\u0644\u0648\u0647 \u062A\u0627\u0631\u06CC (\u062D\u0627\u0644\u062A \u06CC\u0627\u062F\u06AF\u06CC\u0631\u06CC)","translationTheme.opacity":"\u0627\u062B\u0631 \u0634\u0641\u0627\u0641\u06CC\u062A","translationTheme.paper":"\u0627\u0641\u06A9\u062A \u0633\u0627\u06CC\u0647 \u06A9\u0627\u063A\u0630 \u0633\u0641\u06CC\u062F","translationTheme.dividingLine":"\u062E\u0637 \u062A\u0642\u0633\u06CC\u0645","translationTheme.highlight":"\u0628\u0631\u062C\u0633\u062A\u0647","translationTheme.marker":"\u0646\u0634\u0627\u0646\u06AF\u0631","translationTheme.marker2":"\u0646\u0634\u0627\u0646\u06AF\u0631 2","translationTheme.blockquote":"\u0633\u0628\u06A9 \u0645\u0631\u062C\u0639","translationTheme.weakening":"\u062A\u0636\u0639\u06CC\u0641 \u0634\u0648\u062F","translationTheme.italic":"\u0645\u0648\u0631\u0628","translationTheme.bold":"\u067E\u0631\u0631\u0646\u06AF","translationTheme.thinDashed":"\u0632\u06CC\u0631 \u062E\u0637 \u0686\u06CC\u0646 \u0646\u0627\u0632\u06A9","translationTheme.nativeDashed":"\u0627\u06CC\u0646 \u0633\u06CC\u0633\u062A\u0645 \u062F\u0627\u0631\u0627\u06CC \u062E\u0637 \u0632\u06CC\u0631 \u0646\u0642\u0637\u0647\u200C\u062F\u0627\u0631 \u0627\u0633\u062A","translationTheme.nativeDotted":"\u0627\u06CC\u0646 \u0633\u06CC\u0633\u062A\u0645 \u062F\u0627\u0631\u0627\u06CC \u062E\u0637 \u0632\u06CC\u0631 \u0646\u0642\u0637\u0647\u200C\u062F\u0627\u0631 \u0627\u0633\u062A","translationTheme.nativeUnderline":"\u0627\u06CC\u0646 \u0633\u06CC\u0633\u062A\u0645 \u062F\u0627\u0631\u0627\u06CC \u062E\u0637 \u0645\u0633\u062A\u0642\u06CC\u0645 \u0627\u0633\u062A","translationTheme.wavy":"\u062E\u0637\u0648\u0637 \u0645\u0648\u0627\u062C","translationServices.custom":"API \u0633\u0641\u0627\u0631\u0634\u06CC","translationServices.tencent":"\u0645\u062A\u0631\u062C\u0645 \u062A\u0646\u0633\u0646\u062A","translationServices.tenAlpha":"\u0645\u062A\u0631\u062C\u0645 \u062A\u0646\u0633\u0646\u062A (\u0622\u0644\u0641\u0627)","translationServices.google":"\u0645\u062A\u0631\u062C\u0645 \u06AF\u0648\u06AF\u0644","translationServices.bai":"\u0628\u0627\u06CC\u062F\u0648 (\u0622\u0644\u0641\u0627)","translationServices.baidu":"\u0645\u062A\u0631\u062C\u0645 \u0628\u0627\u06CC\u062F\u0648","translationServices.aliyun":"\u062A\u0631\u062C\u0645\u0647 \u0627\u0628\u0631\u06CC \u0639\u0644\u06CC \u0628\u0627\u0628\u0627","translationServices.volc":"\u062A\u0631\u062C\u0645\u0647 \u0622\u062A\u0634\u0641\u0634\u0627\u0646","translationServices.deeplx":"DeepLX(Alpha)","translationServices.bing":"\u5FC5\u5E94\u7FFB\u8BD1","translationServices.deepl":"DeepL","translationServices.wechat":"\u062A\u0631\u062C\u0645\u0647 \u0648\u06CC \u0686\u062A","translationServices.azure":"\u5FAE\u8F6F\u7FFB\u8BD1","translationServices.ibm":"\u0622\u06CC \u0628\u06CC \u0627\u0645 \u0648\u0627\u062A\u0633\u0648\u0646","translationServices.aws":"\u062A\u0631\u062C\u0645\u0647 \u0622\u0645\u0627\u0632\u0648\u0646","translationServices.mock":"\u6A21\u62DF\u7FFB\u8BD11","translationServices.mock2":"\u062A\u0631\u062C\u0645\u0647 \u0634\u0628\u06CC\u0647 \u0633\u0627\u0632\u06CC \u0634\u062F\u0647 2","translationServices.caiyun":"\u06A9\u0627\u06CC\u0648\u0646 \u0634\u06CC\u0627\u0626\u0648\u06CC","translationServices.cai":"\u5F69\u4E91\u5C0F\u8BD1","translationServices.volcAlpha":"\u706B\u5C71\u7FFB\u8BD1(Alpha)","translationServices.openl":"OpenL","translationServices.youdao":"\u062A\u0631\u062C\u0645\u0647 \u06CC\u0648\u062F\u0627\u0626\u0648","translationServices.you":"\u062A\u0631\u062C\u0645\u0647 \u06CC\u0648\u062F\u0627\u0626\u0648 (\u0622\u0644\u0641\u0627)","translationServices.transmart":"\u062A\u0631\u062C\u0645\u0647 \u062A\u0639\u0627\u0645\u0644\u06CC Tencent","translationServices.niu":"\u062A\u0631\u062C\u0645\u0647 \u0645\u0627\u0648\u0631\u06CC\u06A9\u0633","translationServices.papago":"Papago\u7FFB\u8BD1","translationServices.d":"Deepl(Alpha)","translationServices.dpro":"\u062F\u06CC \u067E\u0631\u0648 (\u0642\u0646\u0627\u0631\u06CC)","translationServices.openai":"OpenAI","translationServices.yandex":"Yandex","translationServices.chatgpt":"ChatGPT Web (\u0645\u0648\u0628\u0627\u06CC\u0644 3.5)","translate title":"\u0639\u0646\u0648\u0627\u0646 \u0635\u0641\u062D\u0647 \u0631\u0627 \u062A\u0631\u062C\u0645\u0647 \u06A9\u0646\u06CC\u062F","always languages":"\u0647\u0645\u06CC\u0634\u0647 \u0632\u0628\u0627\u0646 \u062A\u0631\u062C\u0645\u0647 \u0634\u062F\u0647",neverTranslateLanguagesLabel:"\u0632\u0628\u0627\u0646 \u0647\u0627\u06CC\u06CC \u06A9\u0647 \u0647\u0631\u06AF\u0632 \u062A\u0631\u062C\u0645\u0647 \u0646\u0645\u06CC \u0634\u0648\u0646\u062F",neverTranslateTheFollowingLanguagesDescription:"\u5F53\u9875\u9762\u4E2D\u67D0\u4E00\u6BB5\u843D\u7684\u8BED\u8A00\u4E3A\u4E0B\u5217\u8BED\u8A00\u65F6\uFF0C\u4F1A\u81EA\u52A8\u8DF3\u8FC7\u7FFB\u8BD1\u8BE5\u6BB5\u843D",enableUserscriptPagePopup:"\u603B\u662F\u5728\u9875\u9762\u4E0A\u5C55\u793A Popup \u6D6E\u7A97",enableUserscriptPagePopupDescription:"\u5173\u95ED\u6D6E\u7A97\u540E\uFF0C\u53EF\u4EE5\u7528\u5FEB\u6377\u952E/{touch}\u5524\u8D77\u3002\u4E3A\u9632\u6B62\u4E0D\u614E\u5173\u95ED\u8BE5\u9009\u9879\u540E\u627E\u4E0D\u5230\u6D6E\u7A97\uFF0C\u5F3A\u70C8\u5EFA\u8BAE\u6536\u85CF\u672C\u8BBE\u7F6E\u9875","always translate the following languages":"\u0647\u0646\u06AF\u0627\u0645\u06CC \u06A9\u0647 \u0632\u0628\u0627\u0646 \u0635\u0641\u062D\u0647 \u0628\u0647 \u0632\u0628\u0627\u0646 \u0647\u0627\u06CC \u0632\u06CC\u0631 \u0628\u0627\u0634\u062F\u060C \u0628\u0647 \u0637\u0648\u0631 \u062E\u0648\u062F\u06A9\u0627\u0631 \u0628\u0647 \u0632\u0628\u0627\u0646 \u0645\u0642\u0635\u062F \u062A\u0631\u062C\u0645\u0647 \u0645\u06CC \u0634\u0648\u062F","always sites":"URL \u0647\u0627\u06CC \u0647\u0645\u06CC\u0634\u0647 \u062A\u0631\u062C\u0645\u0647 \u0634\u062F\u0647","always translate the following sites":"\u0647\u0646\u06AF\u0627\u0645\u06CC \u06A9\u0647 \u0648\u0628 \u0633\u0627\u06CC\u062A \u0628\u0627 \u0646\u0627\u0645 \u062F\u0627\u0645\u0646\u0647 \u0632\u06CC\u0631 \u0628\u0627\u0634\u062F\u060C \u0628\u0647 \u0637\u0648\u0631 \u062E\u0648\u062F\u06A9\u0627\u0631 \u0628\u0647 \u0632\u0628\u0627\u0646 \u0645\u0642\u0635\u062F \u062A\u0631\u062C\u0645\u0647 \u0645\u06CC \u0634\u0648\u062F","never sites":"URL \u0647\u0627\u06CC\u06CC \u06A9\u0647 \u0647\u0631\u06AF\u0632 \u062A\u0631\u062C\u0645\u0647 \u0646\u0645\u06CC \u0634\u0648\u0646\u062F","never translate the following sites":"\u0647\u0646\u06AF\u0627\u0645\u06CC \u06A9\u0647 \u0648\u0628 \u0633\u0627\u06CC\u062A \u062F\u0627\u0631\u0627\u06CC \u0646\u0627\u0645 \u062F\u0627\u0645\u0646\u0647 \u0632\u06CC\u0631 \u0628\u0627\u0634\u062F\u060C \u062A\u0631\u062C\u0645\u0647 \u0627\u0646\u062C\u0627\u0645 \u0646\u062E\u0648\u0627\u0647\u062F \u0634\u062F","please refer to":"\u0642\u0628\u0644 \u0627\u0632 \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u0628\u0627\u06CC\u062F \u06A9\u0644\u06CC\u062F \u0631\u0627 \u067E\u0631 \u06A9\u0646\u06CC\u062F. \u0628\u0631\u0627\u06CC \u062C\u0632\u0626\u06CC\u0627\u062A \u0644\u0637\u0641\u0627\u064B \u0628\u0647",KeyAndConfigurationTutorial:'"\u0622\u0645\u0648\u0632\u0634 \u0628\u0631\u0646\u0627\u0645\u0647 \u06A9\u0627\u0631\u0628\u0631\u062F\u06CC \u0648 \u067E\u06CC\u06A9\u0631\u0628\u0646\u062F\u06CC \u06A9\u0644\u06CC\u062F"',useAboveStyleForTheseSites:"\u603B\u662F\u4F7F\u7528 {theme} \u8BD1\u6587\u6837\u5F0F\u7684\u7F51\u7AD9",currentUrl:"URL \u0641\u0639\u0644\u06CC",confirm:"\u0635\u0631\u0641\u0647 \u062C\u0648\u06CC\u06CC",cancel:"\u0644\u063A\u0648 \u06A9\u0646\u06CC\u062F",delete:"\u062D\u0630\u0641","languages.auto":"\u062A\u0634\u062E\u06CC\u0635 \u062E\u0648\u062F\u06A9\u0627\u0631",syncToCloud:"\u540C\u6B65\u5230\u4E91\u7AEF",syncToCloudDescription:"\u5F00\u542F\u540E\u53EF\u4EE5\u5728\u4E0D\u540C\u7684\u6D4F\u89C8\u5668/\u6CB9\u7334\u811A\u672C\u4E4B\u95F4\u540C\u6B65\u914D\u7F6E,\u4EE5\u6700\u540E\u4FEE\u6539\u65F6\u95F4\u4E3A\u51C6\u3002",syncToAccount:"\u0647\u0645\u06AF\u0627\u0645 \u0633\u0627\u0632\u06CC \u0628\u0627 Immersive Translation Cloud",syncToAccountButton:"\u0641\u0648\u0631\u0627\u064B \u0628\u0627 \u0627\u0628\u0631 \u0647\u0645\u06AF\u0627\u0645 \u0633\u0627\u0632\u06CC \u06A9\u0646\u06CC\u062F",syncToAccountDescription:"\u0628\u0647 \u0637\u0648\u0631 \u062E\u0648\u062F\u06A9\u0627\u0631 \u067E\u06CC\u06A9\u0631\u0628\u0646\u062F\u06CC \u0647\u0627 \u0631\u0627 \u0628\u06CC\u0646 \u062F\u0633\u062A\u06AF\u0627\u0647 \u0647\u0627\u06CC \u0645\u062E\u062A\u0644\u0641 \u0628\u0631 \u0627\u0633\u0627\u0633 \u0622\u062E\u0631\u06CC\u0646 \u0632\u0645\u0627\u0646 \u062A\u063A\u06CC\u06CC\u0631 \u0647\u0645\u06AF\u0627\u0645 \u0633\u0627\u0632\u06CC \u06A9\u0646\u06CC\u062F.",successSyncConfigInAccount:"\u0628\u0627 \u0645\u0648\u0641\u0642\u06CC\u062A \u0628\u0627 \u0627\u0628\u0631 \u0647\u0645\u06AF\u0627\u0645 \u0628\u0645\u0627\u0646\u06CC\u062F",successSyncConfigToAccount:"\u0628\u0627 \u0645\u0648\u0641\u0642\u06CC\u062A \u0628\u0627 \u0627\u0628\u0631 \u0647\u0645\u06AF\u0627\u0645\u200C\u0633\u0627\u0632\u06CC \u0634\u062F",syncConfigNoUpdate:"\u062F\u0631 \u062D\u0627\u0644 \u062D\u0627\u0636\u0631 \u062C\u062F\u06CC\u062F\u062A\u0631\u06CC\u0646",authFail:"\u0645\u062C\u0648\u0632 \u0627\u0646\u062C\u0627\u0645 \u0646\u0634\u062F",syncTitle:"\u0645\u062F\u06CC\u0631\u06CC\u062A \u067E\u0634\u062A\u06CC\u0628\u0627\u0646 \u06AF\u06CC\u0631\u06CC \u062F\u0633\u062A\u06CC",import_hint:"\u0648\u0627\u0631\u062F \u0643\u0631\u062F\u0646",upload:"\u0628\u0627\u0631\u06AF\u0630\u0627\u0631\u06CC",revokeAuth:"\u0644\u063A\u0648 \u0645\u062C\u0648\u0632",uploadFail:"\u0622\u067E\u0644\u0648\u062F \u0627\u0646\u062C\u0627\u0645 \u0646\u0634\u062F",download:"\u062F\u0627\u0646\u0644\u0648\u062F",importSuccess:"\u0648\u0627\u0631\u062F\u0627\u062A \u0628\u0627 \u0645\u0648\u0641\u0642\u06CC\u062A \u0627\u0646\u062C\u0627\u0645 \u0634\u062F",importFail:"\u0648\u0627\u0631\u062F\u0627\u062A \u0627\u0646\u062C\u0627\u0645 \u0646\u0634\u062F",deleteFail:"\u062D\u0630\u0641 \u0646\u0634\u062F",backupToCloud:"\u0641\u0627\u06CC\u0644 \u0647\u0627\u06CC \u067E\u0634\u062A\u06CC\u0628\u0627\u0646 \u0631\u0627 \u0628\u0647 \u0635\u0648\u0631\u062A \u062F\u0633\u062A\u06CC \u0645\u062F\u06CC\u0631\u06CC\u062A \u06A9\u0646\u06CC\u062F",create_new_backup:"\u0627\u0636\u0627\u0641\u0647 \u06A9\u0631\u062F\u0646 \u06AF\u0631\u0647 \u067E\u0634\u062A\u06CC\u0628\u0627\u0646",maxBackupFiles:"\u062A\u0627{count}\u06AF\u0631\u0647 \u0645\u062E\u062A\u0644\u0641 \u0631\u0627 \u0645\u06CC \u062A\u0648\u0627\u0646 \u067E\u0634\u062A\u06CC\u0628\u0627\u0646 \u06AF\u06CC\u0631\u06CC \u06A9\u0631\u062F\u060C \u0644\u0637\u0641\u0627 \u06AF\u0631\u0647 \u0647\u0627\u06CC \u063A\u06CC\u0631 \u0636\u0631\u0648\u0631\u06CC \u0631\u0627 \u062D\u0630\u0641 \u06A9\u0646\u06CC\u062F",backupToCloudDescription:"\u0641\u0627\u06CC\u0644 \u0647\u0627\u06CC \u067E\u0634\u062A\u06CC\u0628\u0627\u0646 \u0631\u0627 \u0628\u0647 \u0635\u0648\u0631\u062A \u062F\u0633\u062A\u06CC \u0622\u067E\u0644\u0648\u062F \u06CC\u0627 \u0628\u0627\u0632\u06CC\u0627\u0628\u06CC \u06A9\u0646\u06CC\u062F\u060C \u062A\u0627 \u062D\u062F\u0627\u06A9\u062B\u0631 3 \u0646\u0633\u062E\u0647 \u067E\u0634\u062A\u06CC\u0628\u0627\u0646 \u062A\u0647\u06CC\u0647 \u06A9\u0646\u06CC\u062F",successSyncConfig:"\u0628\u0627 \u0645\u0648\u0641\u0642\u06CC\u062A \u0628\u0627 \u0627\u0628\u0631 \u0647\u0645\u06AF\u0627\u0645 \u0628\u0645\u0627\u0646\u06CC\u062F",syncFail:"\u0647\u0645\u06AF\u0627\u0645 \u0633\u0627\u0632\u06CC \u0627\u0646\u062C\u0627\u0645 \u0646\u0634\u062F",updatedAt:"\u0628\u0647 \u0631\u0648\u0632 \u0634\u062F\u0647 \u062F\u0631 {date}",lastSyncedAt:"\u0622\u062E\u0631\u06CC\u0646 \u0628\u0631\u0631\u0633\u06CC \u062F\u0631 {date}",downloadFail:"\u062F\u0627\u0646\u0644\u0648\u062F \u0646\u0634\u062F",clickToDownload:"\u0628\u0631\u0627\u06CC \u062F\u0627\u0646\u0644\u0648\u062F \u06A9\u0644\u06CC\u06A9 \u06A9\u0646\u06CC\u062F",aboutLabel:"\u062F\u0631\u0628\u0627\u0631\u0647 - \u0628\u0627\u0632\u062E\u0648\u0631\u062F","browser.openAboutPage":"\u5173\u4E8E/\u53CD\u9988/\u8D5E\u52A9",aboutLabelWithoutSponsor:"\u062F\u0631\u0628\u0627\u0631\u0647 - \u0628\u0627\u0632\u062E\u0648\u0631\u062F",aboutIntro:"\u8BE5\u6269\u5C55\u514D\u8D39\u4F7F\u7528\uFF0C\u5E0C\u671B\u6211\u4EEC\u90FD\u80FD\u66F4\u52A0\u5BB9\u6613\u4E14\u6109\u60A6\u5730\u83B7\u53D6\u4E92\u8054\u7F51\u4E0A\u5DE8\u5927\u7684\u5916\u8BED\u4FE1\u606F \u2764\uFE0F

\u611F\u8C22\u8FD9\u4E9B<1>\u8D5E\u52A9\u8005\u4EEC, \u7531\u4E8E\u4ED6/\u5979\u4EEC\u7684\u652F\u6301\uFF0C\u66F4\u591A\u7684\u4EBA\u53EF\u4EE5\u514D\u8D39\u5730\u4F7F\u7528\u8FD9\u4E2A\u5DE5\u5177\u3002\u5982\u679C\u6709\u4F59\u529B\uFF0C\u4F60\u53EF\u4EE5<2>\u70B9\u51FB\u8FD9\u91CC\u8D5E\u52A9\u6211\u7684\u5DE5\u4F5C\uFF0C\u4F60\u8FD8\u53EF\u4EE5\u5173\u6CE8\u6211\u7684<3>\u63A8\u7279\uFF0C<4>Telegram \u9891\u9053\u4EE5\u53CA\u4E0B\u65B9\u7684<5>\u90AE\u4EF6\u8BA2\u9605\u8FFD\u8E2A\u66F4\u65B0\u3002",aboutIntroWithoutSponsor:"\u8BE5\u6269\u5C55\u514D\u8D39\u4F7F\u7528\uFF0C\u5E0C\u671B\u6211\u4EEC\u90FD\u80FD\u66F4\u52A0\u5BB9\u6613\u4E14\u6109\u60A6\u5730\u83B7\u53D6\u4E92\u8054\u7F51\u4E0A\u5DE8\u5927\u7684\u5916\u8BED\u4FE1\u606F \u2764\uFE0F ",projectHomepage:"\u0635\u0641\u062D\u0647 \u0627\u0635\u0644\u06CC \u067E\u0631\u0648\u0698\u0647",joinTelegramGroup:"\u52A0\u5165 Telegram \u7FA4\u53C2\u4E0E\u529F\u80FD\u8BA8\u8BBA",wechatPublicAccount:"\u062D\u0633\u0627\u0628 \u0639\u0645\u0648\u0645\u06CC \u0648\u06CC \u0686\u062A",wechatCommunities:"\u06AF\u0631\u0648\u0647 \u0627\u0631\u062A\u0628\u0627\u0637\u06CC \u0648\u06CC \u0686\u062A",qqCommunities:"\u06A9\u0627\u0646\u0627\u0644 \u0627\u0631\u062A\u0628\u0627\u0637\u06CC QQ",joinTelegramChannel:"\u0628\u0631\u0627\u06CC \u0627\u0637\u0644\u0627\u0639 \u0627\u0632 \u0622\u062E\u0631\u06CC\u0646 \u0627\u062E\u0628\u0627\u0631 \u06A9\u0627\u0646\u0627\u0644 \u062A\u0644\u06AF\u0631\u0627\u0645 \u0631\u0627 \u062F\u0646\u0628\u0627\u0644 \u06A9\u0646\u06CC\u062F",feedbackAndJoin:"\u0628\u0627\u0632\u062E\u0648\u0631\u062F \u0645\u0634\u06A9\u0644/\u0628\u0647 \u06AF\u0631\u0648\u0647 \u0628\u067E\u06CC\u0648\u0646\u062F\u06CC\u062F",autoSync:"\u0647\u0645\u06AF\u0627\u0645 \u0633\u0627\u0632\u06CC \u0628\u0631\u0646\u0627\u0645\u0647 \u0631\u06CC\u0632\u06CC \u0634\u062F\u0647 \u062E\u0648\u062F\u06A9\u0627\u0631",loadingThemeTitle:"\u0633\u0628\u06A9 \u0628\u0627\u0631\u06AF\u06CC\u0631\u06CC",loadingThemeDescription:"\u0647\u0646\u06AF\u0627\u0645 \u0627\u0646\u062A\u0638\u0627\u0631 \u0628\u0631\u0627\u06CC \u0628\u0627\u0631\u06AF\u06CC\u0631\u06CC \u062A\u0631\u062C\u0645\u0647\u060C \u0633\u0628\u06A9 \u0631\u0627 \u062A\u0646\u0638\u06CC\u0645 \u06A9\u0646\u06CC\u062F","loadingTheme.spinner":"\u8F6C\u5708\u52A8\u753B Spinner","loadingTheme.text":"\u0645\u062A\u0646 \u0627\u06CC\u0633\u062A\u0627... ","loadingTheme.none":"\u0646\u0634\u0627\u0646 \u0646\u062F\u0647",developerDescription:"\u0627\u06CC\u0646\u062C\u0627 \u0645\u06CC \u062A\u0648\u0627\u0646\u06CC\u062F <1> \u0631\u0627 \u06A9\u0644\u06CC\u06A9 \u06A9\u0646\u06CC\u062F \u0645\u0634\u0627\u0647\u062F\u0647 \u0627\u0633\u0646\u0627\u062F \u0645\u0631\u0628\u0648\u0637 \u0628\u0647 \u0633\u0641\u0627\u0631\u0634\u06CC \u0633\u0627\u0632\u06CC \u067E\u06CC\u0634\u0631\u0641\u062A\u0647","edit border color":"\u0631\u0646\u06AF \u062D\u0627\u0634\u06CC\u0647 \u0631\u0627 \u062A\u063A\u06CC\u06CC\u0631 \u062F\u0647\u06CC\u062F",successSyncButNoChange:"\u067E\u06CC\u06A9\u0631\u0628\u0646\u062F\u06CC \u0641\u0639\u0644\u06CC \u0628\u0627 \u0627\u0628\u0631 \u0633\u0627\u0632\u06AF\u0627\u0631 \u0627\u0633\u062A",customTheme:"\u0631\u0646\u06AF \u0647\u0627 \u0648 \u0627\u0646\u062F\u0627\u0632\u0647 \u0647\u0627\u06CC \u0633\u0641\u0627\u0631\u0634\u06CC","customThemeLabel.borderColor":"\u0631\u0646\u06AF \u0644\u0628\u0647","customThemeLabel.borderRadius":"\u06AF\u0648\u0634\u0647 \u0647\u0627\u06CC \u06AF\u0631\u062F \u062D\u0627\u0634\u06CC\u0647","customThemeLabel.textColor":"\u0631\u0646\u06AF \u0645\u062A\u0646","customThemeLabel.backgroundColor":"\u0631\u0646\u06AF \u067E\u0633 \u0632\u0645\u06CC\u0646\u0647","customThemeLabel.zoom":"\u0645\u0642\u06CC\u0627\u0633 \u0628\u0646\u062F\u06CC \u0642\u0644\u0645 (%)","customThemeLabel.opacity":"\u06A9\u062F\u0648\u0631\u062A \u0645\u062A\u0646 (%)",resetToDefaultColor:"\u0628\u0647 \u0631\u0646\u06AF \u067E\u06CC\u0634 \u0641\u0631\u0636 \u0628\u0631\u06AF\u0631\u062F\u06CC\u062F",resetToDefaultSettings:"\u0628\u0647 \u062A\u0646\u0638\u06CC\u0645\u0627\u062A \u067E\u06CC\u0634 \u0641\u0631\u0636 \u0628\u0631\u06AF\u0631\u062F\u06CC\u062F",isTranslateTitle:"\u0639\u0646\u0627\u0648\u06CC\u0646 \u0635\u0641\u062D\u0627\u062A \u0648\u0628 \u062A\u0631\u062C\u0645\u0647 \u0634\u062F\u0647 \u0631\u0627 \u0631\u0648\u0634\u0646 \u06A9\u0646\u06CC\u062F",isTranslateTitleDescription:"\u0648\u0642\u062A\u06CC \u0631\u0648\u0634\u0646 \u0634\u062F\u060C \u0639\u0646\u0648\u0627\u0646 \u0635\u0641\u062D\u0647 \u0648\u0628 \u062A\u0631\u062C\u0645\u0647 \u062E\u0648\u0627\u0647\u062F \u0634\u062F",enableSearchEnhancement:"\u0628\u0647\u0628\u0648\u062F \u0627\u0637\u0644\u0627\u0639\u0627\u062A \u062F\u0648 \u0632\u0628\u0627\u0646\u0647 \u0631\u0627 \u0641\u0639\u0627\u0644 \u06A9\u0646\u06CC\u062F",enableSearchEnhancementDescription:"\u067E\u0633 \u0627\u0632 \u0631\u0648\u0634\u0646 \u0634\u062F\u0646\u060C \u0646\u062A\u0627\u06CC\u062C \u062C\u0633\u062A\u062C\u0648\u06CC \xABGoogle News\xBB \u0645\u0631\u0628\u0648\u0637 \u0628\u0647 \u06A9\u0644\u06CC\u062F\u0648\u0627\u0698\u0647\u200C\u0647\u0627\u06CC \u0627\u0646\u06AF\u0644\u06CC\u0633\u06CC \u0628\u0647\u200C\u0637\u0648\u0631 \u062E\u0648\u062F\u06A9\u0627\u0631 \u062F\u0631 \u0633\u062A\u0648\u0646 \u0633\u0645\u062A \u0631\u0627\u0633\u062A \u0648\u0628\u200C\u0633\u0627\u06CC\u062A\u200C\u0647\u0627\u06CC \u067E\u0634\u062A\u06CC\u0628\u0627\u0646\u06CC\u200C\u0634\u062F\u0647 (Google News\u060C Google Search (\u0628\u0631\u062E\u06CC \u06A9\u0644\u0645\u0627\u062A \u06A9\u0644\u06CC\u062F\u06CC)\u060C Snowball\u060C Oriental Fortune\u060C Futu\u060C \u0627\u0646\u062C\u0645\u0646 \u0628\u0628\u0631) \u0646\u0645\u0627\u06CC\u0634 \u062F\u0627\u062F\u0647 \u0645\u06CC\u200C\u0634\u0648\u0646\u062F.",verifyService:"\u0628\u0631\u0627\u06CC \u062A\u0633\u062A \u0633\u0631\u0648\u06CC\u0633 \u0627\u06CC\u0646\u062C\u0627 \u06A9\u0644\u06CC\u06A9 \u06A9\u0646\u06CC\u062F",verified:"\u062A\u0623\u06CC\u06CC\u062F \u0628\u0627 \u0645\u0648\u0641\u0642\u06CC\u062A \u0627\u0646\u062C\u0627\u0645 \u0634\u062F","field.langs":"\u06A9\u062F\u0647\u0627\u06CC \u0632\u0628\u0627\u0646 \u067E\u0634\u062A\u06CC\u0628\u0627\u0646\u06CC \u0634\u062F\u0647","field.model":"\u0645\u062F\u0644","field.translationEngine":"\u0645\u0648\u062A\u0648\u0631 \u062A\u0631\u062C\u0645\u0647","field.limitPerMinute":"\u062D\u062F\u0627\u06A9\u062B\u0631 \u062A\u0639\u062F\u0627\u062F \u062F\u0631\u062E\u0648\u0627\u0633\u062A \u062F\u0631 \u062F\u0642\u06CC\u0642\u0647","field.limitPerSecond":"\u062D\u062F\u0627\u06A9\u062B\u0631 \u062A\u0639\u062F\u0627\u062F \u062F\u0631\u062E\u0648\u0627\u0633\u062A \u062F\u0631 \u062B\u0627\u0646\u06CC\u0647","field.maxTextLengthPerRequest":"\u062D\u062F\u0627\u06A9\u062B\u0631 \u0637\u0648\u0644 \u0645\u062A\u0646 \u062F\u0631 \u0647\u0631 \u062F\u0631\u062E\u0648\u0627\u0633\u062A","field.maxTextGroupLengthPerRequest":"\u062D\u062F\u0627\u06A9\u062B\u0631 \u062A\u0639\u062F\u0627\u062F \u067E\u0627\u0631\u0627\u06AF\u0631\u0627\u0641 \u062F\u0631 \u0647\u0631 \u062F\u0631\u062E\u0648\u0627\u0633\u062A","field.apiUrl":"\u0622\u062F\u0631\u0633 \u0631\u0627\u0628\u0637 API \u0633\u0641\u0627\u0631\u0634\u06CC","field.placeholderDelimiters":"\u0645\u062A\u063A\u06CC\u0631\u0647\u0627\u06CC \u0631\u0632\u0631\u0648 \u0634\u062F\u0647","description.custom":"\u062F\u0633\u062A\u0631\u0633\u06CC \u0628\u0647 \u0631\u0627\u0628\u0637 \u0633\u0641\u0627\u0631\u0634\u06CC \u0628\u0647 \u0627\u0633\u0646\u0627\u062F \u0645\u0631\u062C\u0639 \u0646\u06CC\u0627\u0632 \u062F\u0627\u0631\u062F","description.limitPerMinute":"\u8BF7\u6C42\u6570\u8D85\u8FC7\u8BE5\u9650\u5236\u65F6\u4F1A\u88AB\u6682\u65F6\u7981\u7528\uFF0C\u76F4\u5230\u4E0B\u4E00\u5206\u949F\u5F00\u59CB\uFF0C\u9ED8\u8BA4\u8BBE\u7F6E\u4E3A OpenAI \u8BD5\u7528\u7248\u7684\u8BF7\u6C42\u9650\u5236","description.limitPerSecond":"\u0648\u0642\u062A\u06CC \u062A\u0639\u062F\u0627\u062F \u062F\u0631\u062E\u0648\u0627\u0633\u062A \u0647\u0627 \u0627\u0632 \u0627\u06CC\u0646 \u062D\u062F \u0628\u06CC\u0634\u062A\u0631 \u0634\u0648\u062F\u060C \u062A\u0627 \u0627\u0628\u062A\u062F\u0627\u06CC \u062B\u0627\u0646\u06CC\u0647 \u0628\u0639\u062F \u0648\u0627\u0631\u062F \u062D\u0627\u0644\u062A \u0635\u0641 \u0645\u06CC \u0634\u0648\u062F. \u0628\u0627 \u062A\u0648\u062C\u0647 \u0628\u0647 \u0645\u062D\u062F\u0648\u062F\u06CC\u062A\u200C\u0647\u0627\u06CC \u0645\u062E\u062A\u0644\u0641 \u0633\u0631\u0648\u06CC\u0633 \u0641\u0639\u0644\u06CC OpenAI\u060C \u0644\u0637\u0641\u0627\u064B <1> \u0631\u0627 \u0627\u06CC\u0646\u062C\u0627 \u06A9\u0644\u06CC\u06A9 \u06A9\u0646\u06CC\u062F \u0622\u062E\u0631\u06CC\u0646 \u0645\u0642\u0627\u062F\u06CC\u0631 \u062A\u0648\u0635\u06CC\u0647 \u0634\u062F\u0647 \u0631\u0627 \u0645\u0634\u0627\u0647\u062F\u0647 \u06A9\u0646\u06CC\u062F","description.generalLimitPerSecond":"\u0648\u0642\u062A\u06CC \u062A\u0639\u062F\u0627\u062F \u062F\u0631\u062E\u0648\u0627\u0633\u062A \u0647\u0627 \u0627\u0632 \u0627\u06CC\u0646 \u062D\u062F \u0628\u06CC\u0634\u062A\u0631 \u0634\u0648\u062F\u060C \u062A\u0627 \u0627\u0628\u062A\u062F\u0627\u06CC \u062B\u0627\u0646\u06CC\u0647 \u0628\u0639\u062F \u0648\u0627\u0631\u062F \u062D\u0627\u0644\u062A \u0635\u0641 \u0645\u06CC \u0634\u0648\u062F.","description.prompt":"\u0628\u0647 \u0639\u0646\u0648\u0627\u0646 \u06A9\u0627\u0631\u0628\u0631\u060C \u06AF\u0641\u062A\u06AF\u0648 \u0631\u0627 \u0628\u0647 {service} \u0627\u0631\u0633\u0627\u0644 \u06A9\u0646\u06CC\u062F\u060C \u06A9\u0647 \u062F\u0631 \u0622\u0646 {{text}} \u0645\u062D\u062A\u0648\u0627\u06CC \u0645\u062A\u0646 \u067E\u0627\u0631\u0627\u06AF\u0631\u0627\u0641\u060C {{from}} \u0632\u0628\u0627\u0646 \u067E\u0627\u0631\u0627\u06AF\u0631\u0627\u0641 \u0648 {{to}} \u0632\u0628\u0627\u0646 \u0645\u0642\u0635\u062F \u0631\u0627 \u0646\u0634\u0627\u0646 \u0645\u06CC \u062F\u0647\u062F.","description.maxTextLengthPerRequest":"\u9ED8\u8BA4\u4F1A\u5408\u5E76\u591A\u4E2A\u6BB5\u843D\uFF0C\u4EE5\u51CF\u5C11\u8BF7\u6C42\u6B21\u6570\uFF0C\u4F46\u662F\u5982\u679C\u6BB5\u843D\u603B\u957F\u5EA6\u8FC7\u957F\uFF0C\u4E5F\u53EF\u80FD\u4F1A\u5BFC\u81F4\u63A5\u53E3\u7684\u54CD\u5E94\u53D8\u6162\uFF0C\u56E0\u6B64\u53EF\u4EE5\u5C1D\u8BD5\u8C03\u6574\u8BE5\u9009\u9879\u6765\u4F18\u5316\u901F\u5EA6","description.systemPrompt":"\u0628\u0647 \u0639\u0646\u0648\u0627\u0646 \u0633\u06CC\u0633\u062A\u0645\u060C \u06AF\u0641\u062A\u06AF\u0648\u06CC\u06CC \u0631\u0627 \u0628\u0647 {service} \u0627\u0631\u0633\u0627\u0644 \u06A9\u0646\u06CC\u062F\u060C \u06A9\u0647 \u062F\u0631 \u0622\u0646 {{text}} \u0645\u062D\u062A\u0648\u0627\u06CC \u0645\u062A\u0646 \u067E\u0627\u0631\u0627\u06AF\u0631\u0627\u0641\u060C {{from}} \u0632\u0628\u0627\u0646 \u067E\u0627\u0631\u0627\u06AF\u0631\u0627\u0641 \u0648 {{to}} \u0632\u0628\u0627\u0646 \u0647\u062F\u0641 \u0631\u0627 \u0646\u0634\u0627\u0646 \u0645\u06CC \u062F\u0647\u062F.","field.domain":"\u0631\u0634\u062A\u0647","description.domain":"\u067E\u06CC\u0634 \u0641\u0631\u0636\uFF1A\u0639\u0645\u0648\u0645\u06CC \u0627\u0633\u062A. \u0641\u0642\u0637 \u0632\u0645\u0627\u0646\u06CC \u0645\u06CC\u200C\u062A\u0648\u0627\u0646 \u0622\u0646 \u0631\u0627 \u062A\u0646\u0638\u06CC\u0645 \u06A9\u0631\u062F \u06A9\u0647 \u062A\u0631\u062C\u0645\u0647 \u0645\u0628\u062A\u0646\u06CC \u0628\u0631 \u062F\u0627\u0645\u0646\u0647 \u062F\u0631 \u06A9\u0646\u0633\u0648\u0644 Youdao API \u0641\u0639\u0627\u0644 \u0628\u0627\u0634\u062F. \u0628\u0631\u0627\u06CC \u0642\u0633\u0645\u062A\u200C\u0647\u0627\u06CC \u067E\u0634\u062A\u06CC\u0628\u0627\u0646\u06CC\u200C\u0634\u062F\u0647\u060C \u0644\u0637\u0641\u0627\u064B <1> \u0631\u0627 \u0627\u06CC\u0646\u062C\u0627 \u0628\u0628\u06CC\u0646\u06CC\u062F.","field.scene":"\u0635\u062D\u0646\u0647 \u0647\u0627\u06CC","description.scene":"\u067E\u06CC\u0634 \u0641\u0631\u0636\uFF1A\u0639\u0645\u0648\u0645\u06CC \u0627\u0633\u062A. \u062A\u0646\u0647\u0627 \u0632\u0645\u0627\u0646\u06CC \u0645\u06CC\u200C\u062A\u0648\u0627\u0646 \u0622\u0646 \u0631\u0627 \u062A\u0646\u0638\u06CC\u0645 \u06A9\u0631\u062F \u06A9\u0647 \u0646\u0633\u062E\u0647 \u062D\u0631\u0641\u0647\u200C\u0627\u06CC \u062A\u0631\u062C\u0645\u0647 \u0645\u0627\u0634\u06CC\u0646\u06CC \u062F\u0631 \u06A9\u0646\u0633\u0648\u0644 Alibaba Cloud API \u0641\u0639\u0627\u0644 \u0634\u0648\u062F. \u0628\u0631\u0627\u06CC \u0633\u0646\u0627\u0631\u06CC\u0648\u0647\u0627\u06CC \u067E\u0634\u062A\u06CC\u0628\u0627\u0646\u06CC \u0634\u062F\u0647 \u0628\u0647 <1> \u0627\u06CC\u0646\u062C\u0627 \u0645\u0631\u0627\u062C\u0639\u0647 \u06A9\u0646\u06CC\u062F.","field.vocabId":"\u0634\u0646\u0627\u0633\u0647 \u0641\u0631\u0647\u0646\u06AF \u0644\u063A\u062A \u06A9\u0627\u0631\u0628\u0631","description.vocabId":"\u0641\u0631\u0647\u0646\u06AF \u0644\u063A\u062A \u0645\u0634\u062E\u0635 \u0634\u062F\u0647 out_id \u062F\u0631 \u062D\u0627\u0644 \u062D\u0627\u0636\u0631 \u0627\u0632 \u062A\u0631\u062C\u0645\u0647 \u0627\u0646\u06AF\u0644\u06CC\u0633\u06CC \u0628\u0647 \u0686\u06CC\u0646\u06CC \u067E\u0634\u062A\u06CC\u0628\u0627\u0646\u06CC \u0645\u06CC \u06A9\u0646\u062F.","description.model":"\u0645\u062F\u0644 OpenAI \u0645\u06CC \u062A\u0648\u0627\u0646\u062F gpt-3.5-turbo\u060C gpt-4 \u0648 \u063A\u06CC\u0631\u0647 \u0628\u0627\u0634\u062F.","description.maxTextGroupLengthPerRequest":"\u062A\u0639\u062F\u0627\u062F \u067E\u0627\u0631\u0627\u06AF\u0631\u0627\u0641\u200C\u0647\u0627\u06CC\u06CC \u06A9\u0647 \u0647\u0631 \u0628\u0627\u0631 \u0628\u0647 \u0633\u0631\u0648\u06CC\u0633 \u062A\u0631\u062C\u0645\u0647 \u0627\u0631\u0633\u0627\u0644 \u0645\u06CC\u200C\u0634\u0648\u0646\u062F. \u0627\u06AF\u0631 \u062A\u0639\u062F\u0627\u062F \u067E\u0627\u0631\u0627\u06AF\u0631\u0627\u0641\u200C\u0647\u0627 \u0628\u06CC\u0634 \u0627\u0632 \u062D\u062F \u0628\u0627\u0634\u062F\u060C \u067E\u0627\u0633\u062E \u0631\u0627\u0628\u0637 \u0645\u0645\u06A9\u0646 \u0627\u0633\u062A \u06A9\u0646\u062F \u0634\u0648\u062F.","description.apiUrl":"\u8BF7\u6DFB\u52A0\u5177\u4F53\u5E26\u6709\u8DEF\u5F84\u7684\u7F51\u5740",enabledExtension:"\u0627\u0641\u0632\u0648\u0646\u0647 \u0631\u0627 \u0641\u0639\u0627\u0644 \u06A9\u0646\u06CC\u062F",clickToDisableExtension:"\u0628\u0631\u0627\u06CC \u063A\u06CC\u0631\u0641\u0639\u0627\u0644 \u06A9\u0631\u062F\u0646 \u0627\u0641\u0632\u0648\u0646\u0647 \u06A9\u0644\u06CC\u06A9 \u06A9\u0646\u06CC\u062F",clickToEnableExtension:"\u0628\u0631\u0627\u06CC \u0641\u0639\u0627\u0644 \u06A9\u0631\u062F\u0646 \u0628\u0631\u0646\u0627\u0645\u0647 \u0627\u0641\u0632\u0648\u062F\u0646\u06CC \u06A9\u0644\u06CC\u06A9 \u06A9\u0646\u06CC\u062F",hasBeenDisabled:"\u0645\u0639\u0644\u0648\u0644","show password":"\u0646\u0645\u0627\u06CC\u0634 \u0631\u0645\u0632 \u0639\u0628\u0648\u0631",customContent:"\u8F93\u5165\u81EA\u5B9A\u4E49\u5185\u5BB9",inputOptions:"\u0628\u0647\u0628\u0648\u062F \u062C\u0639\u0628\u0647 \u0648\u0631\u0648\u062F\u06CC",mouseHoverOptions:"\u0645\u0627\u0648\u0633 \u0628\u0631",modifyMouseHoverKey:"\u06A9\u0644\u06CC\u062F\u0647\u0627\u06CC \u0645\u06CC\u0627\u0646\u0628\u0631 \u0645\u0627\u0648\u0633 \u0631\u0627 \u062A\u063A\u06CC\u06CC\u0631 \u062F\u0647\u06CC\u062F",enableInputTranslation:"\u0641\u0639\u0627\u0644 \u06A9\u0631\u062F\u0646 \u0628\u0647\u0628\u0648\u062F \u062C\u0639\u0628\u0647 \u0648\u0631\u0648\u062F\u06CC",enableInputTranslationDescription:"\u067E\u0633 \u0627\u0632 \u0641\u0639\u0627\u0644 \u06A9\u0631\u062F\u0646{trailingKey}\u060C \u0645\u0633\u062A\u0642\u06CC\u0645\u0627\u064B {startingKey}{startingKey} hello \u0631\u0627 \u062F\u0631 \u06A9\u0627\u062F\u0631 \u0648\u0631\u0648\u062F\u06CC \u0648\u0627\u0631\u062F \u06A9\u0646\u06CC\u062F \u0648 \u0633\u067E\u0633 \u0628\u0647 \u0633\u0631\u0639\u062A \u0631\u0648\u06CC{inputTrailingTriggerKeyRepeatTimes}\u062F\u0648 \u0628\u0627\u0631 \u06A9\u0644\u06CC\u06A9 \u06A9\u0646\u06CC\u062F \u062A\u0627 \u0622\u0646 \u0631\u0627 \u0628\u0647 {inputTargetLanguage}\u062A\u0628\u062F\u06CC\u0644 \u06A9\u0646\u06CC\u062F.",enableInputTranslationDescriptionForNoneKey:"{trailingKey}\u0641\u0639\u0627\u0644 \u06A9\u0631\u062F\u0646 \u0622\u0646\u060C \u0645\u0633\u062A\u0642\u06CC\u0645\u0627\u064B\uFF1Ahello world \u0631\u0627 \u062F\u0631 \u06A9\u0627\u062F\u0631 \u0648\u0631\u0648\u062F\u06CC \u0648\u0627\u0631\u062F \u06A9\u0646\u06CC\u062F \u0648 \u0633\u067E\u0633 \u0628\u0647 \u0633\u0631\u0639\u062A{inputTrailingTriggerKeyRepeatTimes}\u0628\u0627\u0631 \u06A9\u0644\u06CC\u06A9 \u06A9\u0646\u06CC\u062F \u062A\u0627 \u0628\u0647 \u0632\u0628\u0627\u0646 \u0645\u0642\u0635\u062F \u067E\u06CC\u0634 \u0641\u0631\u0636 \u062A\u0631\u062C\u0645\u0647 \u0634\u0648\u062F.",inputTargetLanguage:"\u0632\u0628\u0627\u0646 \u0645\u0642\u0635\u062F \u067E\u06CC\u0634 \u0641\u0631\u0636 \u06A9\u0627\u062F\u0631 \u0648\u0631\u0648\u062F\u06CC \u0631\u0627 \u062A\u0646\u0638\u06CC\u0645 \u06A9\u0646\u06CC\u062F",inputTargetLanguageDescription:"\u0632\u0628\u0627\u0646 \u0645\u0642\u0635\u062F \u067E\u06CC\u0634\u200C\u0641\u0631\u0636 \u0628\u0631\u0627\u06CC \u062A\u0631\u062C\u0645\u0647 \u062C\u0639\u0628\u0647 \u0648\u0631\u0648\u062F\u06CC\u060C \u06A9\u0647 {startingKey}{startingKey} \u0628\u0647 \u0639\u0646\u0648\u0627\u0646 \u0632\u0628\u0627\u0646 \u067E\u06CC\u0634\u200C\u0641\u0631\u0636 \u0628\u0631\u0627\u06CC \u06A9\u0644\u0645\u0627\u062A \u0631\u0627\u0647\u200C\u0627\u0646\u062F\u0627\u0632 \u0627\u0633\u062A",inputTargetLanguageDescriptionForNoneKey:"\u0632\u0628\u0627\u0646 \u0645\u0642\u0635\u062F \u067E\u06CC\u0634\u200C\u0641\u0631\u0636 \u0628\u0631\u0627\u06CC \u062A\u0631\u062C\u0645\u0647\u200C\u0647\u0627\u06CC \u062C\u0639\u0628\u0647 \u0648\u0631\u0648\u062F\u06CC",inputStartingTriggerKeyTitle:"\u06A9\u0627\u0631\u0627\u06A9\u062A\u0631\u0647\u0627\u06CC \u062A\u0642\u0633\u06CC\u0645 \u0631\u0627 \u0628\u0631\u0627\u06CC \u062A\u0631\u062C\u0645\u0647 \u062C\u0632\u0626\u06CC \u06A9\u0627\u062F\u0631 \u0648\u0631\u0648\u062F\u06CC \u062A\u0646\u0638\u06CC\u0645 \u06A9\u0646\u06CC\u062F",inputStartingTriggerKeyDescription:"\u0647\u0646\u06AF\u0627\u0645\u06CC \u06A9\u0647 \u0646\u06CC\u0627\u0632\u06CC \u0628\u0647 \u062A\u0631\u062C\u0645\u0647 \u06A9\u0644 \u06A9\u0627\u062F\u0631 \u0648\u0631\u0648\u062F\u06CC \u0646\u062F\u0627\u0631\u06CC\u062F\u060C \u062C\u062F\u0627\u06A9\u0646\u0646\u062F\u0647 \u0628\u0647 \u0634\u0645\u0627 \u0627\u062C\u0627\u0632\u0647 \u0645\u06CC \u062F\u0647\u062F \u0641\u0642\u0637 \u0642\u0633\u0645\u062A \u0631\u0627 {startingKey}{startingKey} \u0628\u0647 \u0627\u0646\u062A\u0647\u0627\u06CC \u06A9\u0627\u062F\u0631 \u0648\u0631\u0648\u062F\u06CC \u062A\u0631\u062C\u0645\u0647 \u06A9\u0646\u06CC\u062F\u060C \u06CC\u0627 \u0645\u06CC \u062A\u0648\u0627\u0646\u06CC\u062F \u06A9\u062F \u0632\u0628\u0627\u0646 \u0631\u0627 \u0645\u0634\u062E\u0635 \u06A9\u0646\u06CC\u062F\u060C \u0628\u0647 \u0639\u0646\u0648\u0627\u0646 \u0645\u062B\u0627\u0644\u060C\uFF1A{startingKey}ja \u0628\u0647 \u0645\u0639\u0646\u0627\u06CC \u0641\u0642\u0637 \u062A\u0631\u062C\u0645\u0647 \u0627\u0633\u062A. \u0642\u0633\u0645\u062A \u0627\u0632 {startingKey}ja \u062A\u0627 \u0627\u0646\u062A\u0647\u0627\u06CC \u062C\u0639\u0628\u0647 \u0648\u0631\u0648\u062F\u06CC.",inputStartingTriggerKeyDescriptionForNoneKey:"\u062F\u0631 \u062D\u0627\u0644 \u062D\u0627\u0636\u0631 \u0628\u062F\u0648\u0646 \u0646\u06CC\u0627\u0632 \u0628\u0647 \u067E\u06CC\u0634\u0648\u0646\u062F \u062A\u0646\u0638\u06CC\u0645 \u0634\u062F\u0647 \u0627\u0633\u062A \u0648 \u0628\u0631\u062E\u06CC \u0627\u0632 \u0639\u0645\u0644\u06A9\u0631\u062F\u0647\u0627\u06CC \u062A\u0631\u062C\u0645\u0647 \u0645\u062A\u0646 \u062C\u0639\u0628\u0647 \u0648\u0631\u0648\u062F\u06CC \u0645\u0648\u0642\u062A\u0627\u064B \u062F\u0631 \u062F\u0633\u062A\u0631\u0633 \u0646\u06CC\u0633\u062A\u0646\u062F.",inputTrailingTriggerKeyTitle:"\u06CC\u06A9 \u06A9\u0627\u0631\u0627\u06A9\u062A\u0631 \u0645\u0627\u0634\u0647 \u0627\u06CC \u0631\u0627 \u0627\u0646\u062A\u062E\u0627\u0628 \u06A9\u0646\u06CC\u062F \u06A9\u0647 \u0628\u0647 \u0648\u0631\u0648\u062F\u06CC \u067E\u0627\u06CC\u0627\u0646 \u0645\u06CC \u062F\u0647\u062F",inputTrailingTriggerKeyDescription:"\u0628\u0627 \u0632\u062F\u0646{trailingKey} 3 \u0628\u0627\u0631 \u0645\u062A\u0648\u0627\u0644\u06CC\u060C \u062A\u0631\u062C\u0645\u0647 \u0634\u0631\u0648\u0639 \u0645\u06CC \u0634\u0648\u062F",inputTrailingTriggerKeyTimeout:"\u0641\u0627\u0635\u0644\u0647 \u0628\u06CC\u0646 \u0645\u0627\u0634\u0647 \u0647\u0627 \u0631\u0627 \u0628\u0631\u0627\u06CC \u067E\u0627\u06CC\u0627\u0646 \u062F\u0627\u062F\u0646 \u0628\u0647 \u062A\u0631\u06A9\u06CC\u0628 \u0648\u0627\u0631\u062F \u06A9\u0646\u06CC\u062F.",inputTrailingTriggerKeyTimeoutDescription:"\u0632\u0645\u0627\u0646 \u0641\u0627\u0635\u0644\u0647 (\u0645\u06CC\u0644\u06CC \u062B\u0627\u0646\u06CC\u0647) \u0631\u0627 \u0628\u0631\u0627\u06CC \u0648\u0631\u0648\u062F\u06CC \u0628\u0631\u0627\u06CC \u067E\u0627\u06CC\u0627\u0646 \u062F\u0627\u062F\u0646 \u0628\u0647 \u0645\u062D\u0631\u06A9 \u062A\u0631\u06A9\u06CC\u0628\u06CC \u062A\u0646\u0638\u06CC\u0645 \u06A9\u0646\u06CC\u062F",spaceKey:"",noneKey:"\u0628\u062F\u0648\u0646 \u0646\u06CC\u0627\u0632 \u0628\u0647 \u067E\u06CC\u0634\u0648\u0646\u062F\u060C \u0628\u0647 \u0637\u0648\u0631 \u0645\u0633\u062A\u0642\u06CC\u0645 \u06A9\u0644 \u062C\u0639\u0628\u0647 \u0645\u062A\u0646 \u0631\u0627 \u062A\u0631\u062C\u0645\u0647 \u06A9\u0646\u06CC\u062F",inputTranslationBlockUrlsTitle:"\u0647\u0631\u06AF\u0632 \u067E\u06CC\u0634\u0631\u0641\u062A \u0647\u0627\u06CC \u0641\u06CC\u0644\u062F \u0648\u0631\u0648\u062F\u06CC \u0631\u0627 \u062F\u0631 URL \u0647\u0627 \u0641\u0639\u0627\u0644 \u0646\u06A9\u0646\u06CC\u062F",inputTranslationBlockUrlsDescription:"\u062F\u0631 \u0622\u062F\u0631\u0633\u200C\u0647\u0627\u06CC \u0627\u06CC\u0646\u062A\u0631\u0646\u062A\u06CC \u0632\u06CC\u0631\u060C \u0628\u0647\u0628\u0648\u062F \u06A9\u0627\u062F\u0631 \u0648\u0631\u0648\u062F\u06CC \u0627\u062B\u0631\u06CC \u0646\u062E\u0648\u0627\u0647\u062F \u062F\u0627\u0634\u062A",clickToSeeQuickDemo:"\u0628\u0631\u0627\u06CC \u06AF\u0633\u062A\u0631\u0634 \u0648\u06CC\u062F\u06CC\u0648\u06CC \u0622\u0645\u0648\u0632\u0634 \u0633\u0631\u06CC\u0639 30 \u062B\u0627\u0646\u06CC\u0647 \u0627\u06CC \u06A9\u0644\u06CC\u06A9 \u06A9\u0646\u06CC\u062F",inputHelperInfo:"\u0646\u06A9\u062A\u0647\uFF1A: \u0645\u0627 \u0628\u0647 \u0637\u0648\u0631 \u062E\u0627\u0635 \u0627\u06CC\u0646 \u0645\u0648\u0636\u0648\u0639 \u0631\u0627 \u0628\u0647\u06CC\u0646\u0647 \u0633\u0627\u0632\u06CC \u06A9\u0631\u062F\u0647 \u0627\u06CC\u0645 \u06A9\u0647 \u062F\u0631 \u0622\u0646 \u0628\u0631\u062E\u06CC \u0627\u0632 \u06A9\u0627\u0631\u0627\u06A9\u062A\u0631\u0647\u0627\u06CC \u0645\u0627\u0634\u0647 \u0628\u0647 \u0639\u0644\u0627\u0626\u0645 \u0646\u06AF\u0627\u0631\u0634\u06CC \u0686\u06CC\u0646\u06CC \u062F\u0631 \u0631\u0648\u0634 \u0648\u0631\u0648\u062F\u06CC \u0686\u06CC\u0646\u06CC \u062A\u0628\u062F\u06CC\u0644 \u0645\u06CC \u0634\u0648\u0646\u062F. \u0628\u0647 \u0639\u0646\u0648\u0627\u0646 \u0645\u062B\u0627\u0644\u060C \u062F\u0631 \u0631\u0648\u0634 \u0648\u0631\u0648\u062F\u06CC Sogou\u060C / \u0628\u0647 \u0645\u06A9\u062B \u062A\u0628\u062F\u06CC\u0644 \u0645\u06CC \u0634\u0648\u062F\u060C \u0648 \u062A\u0631\u062C\u0645\u0647 \u0647\u0645\u0647 \u062C\u0627\u0646\u0628\u0647 \u0627\u0632 \u0647\u0645\u0647 \u0646\u0645\u0627\u062F\u0647\u0627\u06CC \u0686\u06CC\u0646\u06CC \u0645\u0631\u0628\u0648\u0637 \u0628\u0647 \u067E\u0634\u062A\u06CC\u0628\u0627\u0646\u06CC \u0645\u06CC \u06A9\u0646\u062F. \u06A9\u0627\u0631\u0627\u06A9\u062A\u0631\u0647\u0627\u06CC \u0645\u0627\u0634\u0647\u060C \u06CC\u0639\u0646\u06CC //\u060C\u060C \u0647\u0645\u0647 \u0628\u0647 \u0639\u0646\u0648\u0627\u0646 \u06A9\u0627\u0631\u0627\u06A9\u062A\u0631\u0647\u0627\u06CC \u0645\u0627\u0634\u0647 \u0634\u0646\u0627\u062E\u062A\u0647 \u0645\u06CC \u0634\u0648\u0646\u062F.

\u062F\u0631 \u0639\u06CC\u0646 \u062D\u0627\u0644\u060C \u0645\u0627 \u0647\u0645\u0686\u0646\u06CC\u0646 \u0627\u0632 \u0646\u0627\u0645 \u0645\u0633\u062A\u0639\u0627\u0631 \u0686\u06CC\u0646\u06CC \u06A9\u062F\u0647\u0627\u06CC \u0632\u0628\u0627\u0646 \u0628\u0647 \u0639\u0646\u0648\u0627\u0646 \u062F\u0633\u062A\u0648\u0631\u0627\u062A \u067E\u0634\u062A\u06CC\u0628\u0627\u0646\u06CC \u0645\u06CC \u06A9\u0646\u06CC\u0645. \u0628\u0647 \u0639\u0646\u0648\u0627\u0646 \u0645\u062B\u0627\u0644\u060C /Japanese Hello World \u0628\u0647 \u0698\u0627\u067E\u0646\u06CC \u062A\u0631\u062C\u0645\u0647 \u0645\u06CC \u0634\u0648\u062F. <1> \u0628\u0631\u0627\u06CC \u0645\u0634\u0627\u0647\u062F\u0647 \u0647\u0645\u0647 \u06A9\u062F\u0647\u0627\u06CC \u0632\u0628\u0627\u0646 \u067E\u0634\u062A\u06CC\u0628\u0627\u0646\u06CC \u0634\u062F\u0647 \u0627\u06CC\u0646\u062C\u0627 \u0631\u0627 \u06A9\u0644\u06CC\u06A9 \u06A9\u0646\u06CC\u062F. .",reloadCurrentPage:"\u0644\u0637\u0641\u0627\u064B \u0642\u0628\u0644 \u0627\u0632 \u0634\u0631\u0648\u0639 \u062A\u0631\u062C\u0645\u0647 \u0635\u0641\u062D\u0647 \u0641\u0639\u0644\u06CC \u0631\u0627 \u0628\u0627\u0632\u062E\u0648\u0627\u0646\u06CC \u06A9\u0646\u06CC\u062F",noLocalFilePermissionForPDF:"\u0645\u0627 \u062F\u0631 \u062D\u0627\u0644 \u062D\u0627\u0636\u0631 \u0645\u062C\u0648\u0632 \u062E\u0648\u0627\u0646\u062F\u0646 \u0641\u0627\u06CC\u0644 \u0647\u0627\u06CC \u0645\u062D\u0644\u06CC \u0631\u0627 \u0646\u062F\u0627\u0631\u06CC\u0645. \u0644\u0637\u0641\u0627 \u0631\u0648\u06CC \u062F\u06A9\u0645\u0647 \u0628\u0627\u0644\u0627 \u06A9\u0644\u06CC\u06A9 \u06A9\u0646\u06CC\u062F \u0648 \u0641\u0627\u06CC\u0644 \u0647\u0627\u06CC \u0645\u062D\u0644\u06CC \u0631\u0627 \u0648\u0627\u0631\u062F \u06A9\u0646\u06CC\u062F.",noPermissionForThisPage:"\u26A0\uFE0F \u0627\u062C\u0627\u0632\u0647 \u062A\u0631\u062C\u0645\u0647 \u0635\u0641\u062D\u0647 \u0641\u0639\u0644\u06CC \u0648\u062C\u0648\u062F \u0646\u062F\u0627\u0631\u062F",retryAllParagraphs:"\u0647\u0645\u0647 \u067E\u0627\u0631\u0627\u06AF\u0631\u0627\u0641 \u0647\u0627\u06CC \u062E\u0637\u0627 \u0631\u0627 \u062F\u0648\u0628\u0627\u0631\u0647 \u0627\u0645\u062A\u062D\u0627\u0646 \u06A9\u0646\u06CC\u062F",retryAllButton:"\u0647\u0645\u0647 \u067E\u0627\u0631\u0627\u06AF\u0631\u0627\u0641 \u0647\u0627\u06CC \u062E\u0637\u0627 \u0631\u0627 \u062F\u0648\u0628\u0627\u0631\u0647 \u0627\u0645\u062A\u062D\u0627\u0646 \u06A9\u0646\u06CC\u062F",errorTooltipTitle:"\u0628\u0631\u0627\u06CC \u0645\u0634\u0627\u0647\u062F\u0647 \u062F\u0644\u06CC\u0644 \u062E\u0637\u0627 \u06A9\u0644\u06CC\u06A9 \u06A9\u0646\u06CC\u062F",errorModalTitle:"\u0628\u0647 \u0646\u0638\u0631 \u0645\u06CC \u0631\u0633\u062F \u0645\u0634\u06A9\u0644\u06CC \u062F\u0631 \u062E\u062F\u0645\u0627\u062A \u062A\u0631\u062C\u0645\u0647 \u06CC\u0627 \u0634\u0628\u06A9\u0647 \u0648\u062C\u0648\u062F \u062F\u0627\u0631\u062F ...",disableConfirm:"\u062A\u0646\u0638\u06CC\u0645\u0627\u062A \u0627\u0641\u0632\u0627\u06CC\u0634 \u0627\u0637\u0644\u0627\u0639\u0627\u062A \u062F\u0648 \u0632\u0628\u0627\u0646\u0647",disableOnce:"\u0627\u06CC\u0646 \u0628\u0627\u0631 \u063A\u06CC\u0631 \u0641\u0639\u0627\u0644 \u0634\u062F\u0647",disableGlobal:"\u0628\u0631\u0627\u06CC \u0647\u0645\u06CC\u0634\u0647 \u0627\u0632 \u06A9\u0627\u0631 \u0627\u0641\u062A\u0627\u062F\u0647 \u0627\u0633\u062A",disableTint:"* \u0645\u06CC \u062A\u0648\u0627\u0646\u06CC\u062F \u0622\u0646 \u0631\u0627 \u0645\u062C\u062F\u062F\u0627\u064B \u062F\u0631 {option} \u0641\u0639\u0627\u0644 \u06A9\u0646\u06CC\u062F.",searchEnhancementNotes:"\u062F\u0631\u06CC\u0627\u0641\u062A\u06CC\u0645 \u06A9\u0647 \u0646\u062A\u0627\u06CC\u062C \u0627\u062E\u0628\u0627\u0631 \u0628\u0631\u0627\u06CC \u06A9\u0644\u0645\u0627\u062A \u06A9\u0644\u06CC\u062F\u06CC \u0686\u06CC\u0646\u06CC \u0648 \u06A9\u0644\u0645\u0627\u062A \u06A9\u0644\u06CC\u062F\u06CC \u0627\u0646\u06AF\u0644\u06CC\u0633\u06CC \u0628\u0633\u06CC\u0627\u0631 \u0645\u062A\u0641\u0627\u0648\u062A \u0627\u0633\u062A. \u067E\u0633 \u0627\u0632 \u0641\u0639\u0627\u0644 \u06A9\u0631\u062F\u0646 \u0639\u0645\u0644\u06A9\u0631\u062F \u0628\u0647\u0628\u0648\u062F \u0627\u0637\u0644\u0627\u0639\u0627\u062A \u062F\u0648\u0632\u0628\u0627\u0646\u0647 \u062A\u0631\u062C\u0645\u0647 \u0647\u0645\u0647\u062C\u0627\u0646\u0628\u0647\u060C \u062F\u0631 \u0648\u0628 \u0633\u0627\u06CC\u062A \u0647\u0627\u06CC \u067E\u0634\u062A\u06CC\u0628\u0627\u0646\u06CC \u0634\u062F\u0647 (Google News\u060C \u062C\u0633\u062A\u062C\u0648\u06CC Google (\u0628\u0631\u062E\u06CC \u0627\u0632 \u06A9\u0644\u0645\u0627\u062A \u06A9\u0644\u06CC\u062F\u06CC)\u060C Snowball\u060C Oriental Fortune Network\u060C Futu \u062C\u0633\u062A\u062C\u0648 \u062E\u0648\u0627\u0647\u06CC\u0645 \u06A9\u0631\u062F. , Tiger) \u0628\u0647 \u0637\u0648\u0631 \u062E\u0648\u062F\u06A9\u0627\u0631 \u0647\u0645\u0627\u0646 \u06A9\u0644\u0645\u0627\u062A \u06A9\u0644\u06CC\u062F\u06CC \u0631\u0627 \u0628\u0647 \u0632\u0628\u0627\u0646 \u0627\u0646\u06AF\u0644\u06CC\u0633\u06CC \u0628\u0631\u0627\u06CC \u0634\u0645\u0627 \u062C\u0633\u062A\u062C\u0648 \u0645\u06CC \u06A9\u0646\u062F \u0648 \u062F\u0631 \u0633\u0645\u062A \u0631\u0627\u0633\u062A \u0646\u0645\u0627\u06CC\u0634 \u0645\u06CC \u062F\u0647\u062F. \u0627\u06AF\u0631 \u0628\u0647 \u0627\u06CC\u0646 \u0648\u06CC\u0698\u06AF\u06CC \u0646\u06CC\u0627\u0632 \u0646\u062F\u0627\u0631\u06CC\u062F\u060C \u0645\u06CC \u062A\u0648\u0627\u0646\u06CC\u062F \u0622\u0646 \u0631\u0627 \u063A\u06CC\u0631\u0641\u0639\u0627\u0644 \u06A9\u0646\u06CC\u062F.",option:"\u0628\u0631\u067E\u0627\u06CC\u06CC",saveSettings:"\u062A\u0646\u0638\u06CC\u0645\u0627\u062A \u0631\u0627 \u0630\u062E\u06CC\u0631\u0647 \u06A9\u0646",closeModal:"\u067E\u0646\u062C\u0631\u0647 \u0631\u0627 \u0628\u0628\u0646\u062F",enableInputTranslationWithoutTriggerKeyTitle:"\u062A\u0631\u06A9\u06CC\u0628 \u0633\u0631\u06CC\u0639 \u0631\u0627 3 \u0628\u0627\u0631{trailingKey}\u0641\u0639\u0627\u0644 \u06A9\u0646\u06CC\u062F\u060C \u062A\u0645\u0627\u0645 \u06A9\u0627\u062F\u0631 \u0648\u0631\u0648\u062F\u06CC \u0631\u0627 \u0645\u0633\u062A\u0642\u06CC\u0645\u0627\u064B \u0628\u0647{inputTargetLanguage}\u062A\u0631\u062C\u0645\u0647 \u06A9\u0646\u06CC\u062F",enableInputTranslationWithoutTriggerKeyDescription:"\u0627\u06AF\u0631 \u0645\u06CC\u200C\u062E\u0648\u0627\u0647\u06CC\u062F \u0632\u0628\u0627\u0646 \u0645\u0642\u0635\u062F \u0631\u0627 \u0645\u0634\u062E\u0635 \u06A9\u0646\u06CC\u062F\u060C \u0644\u0637\u0641\u0627\u064B \u06A9\u062F \u0632\u0628\u0627\u0646 \u0645\u0642\u0627\u0628\u0644 \u0631\u0627 \u0627\u0636\u0627\u0641\u0647 \u06A9\u0646\u06CC\u062F\u060C \u0645\u0627\u0646\u0646\u062F\uFF1A\u06CC\u0627 Hello World",mouseHoverShortcutPlaceholder:"\u0645\u0627\u0646\u0646\u062F\uFF1AShift",deepLProName:"\u0639\u0636\u0648 \u062D\u0631\u0641\u0647 \u0627\u06CC \u062A\u0631\u062C\u0645\u0647 Immersive (\u062A\u0648\u0635\u06CC\u0647 \u0645\u06CC \u0634\u0648\u062F)",deepLProDescription:"\u0628\u0633\u062A\u0647 \u0641\u0639\u0644\u06CC \u0631\u0627 \u0645\u06CC \u062A\u0648\u0627\u0646 \u0628\u0647 \u0637\u0648\u0631 \u0645\u0633\u062A\u0642\u06CC\u0645 \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u06A9\u0631\u062F",deeplProDescriptionForNormal:"\u0647\u06CC\u0686 \u062A\u0646\u0638\u06CC\u0645\u0627\u062A\u06CC \u0644\u0627\u0632\u0645 \u0646\u06CC\u0633\u062A. \u0645\u06CC \u062A\u0648\u0627\u0646\u06CC\u062F \u067E\u0633 \u0627\u0632 \u0648\u0631\u0648\u062F \u0628\u0647 \u0639\u0646\u0648\u0627\u0646 \u0639\u0636\u0648 \u0627\u0632 \u0622\u0646 \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u06A9\u0646\u06CC\u062F. <1> \u0628\u0631\u0627\u06CC \u0627\u0631\u062A\u0642\u0627 \u0628\u0647 \u0639\u0636\u0648 \u0627\u06CC\u0646\u062C\u0627 \u0631\u0627 \u06A9\u0644\u06CC\u06A9 \u06A9\u0646\u06CC\u062F.",deepLCustomDescription:"\u0634\u0645\u0627 \u0628\u0647 \u06CC\u06A9 \u06A9\u0627\u0631\u062A \u0627\u0639\u062A\u0628\u0627\u0631\u06CC \u062E\u0627\u0631\u062C\u06CC \u0646\u06CC\u0627\u0632 \u062F\u0627\u0631\u06CC\u062F\u060C \u0628\u0647 <1>DeepL \u0628\u0631\u0648\u06CC\u062F \u0628\u0647 \u0637\u0648\u0631 \u0631\u0633\u0645\u06CC \u0628\u0627\u0632 \u0634\u062F\u060C \u0628\u0631\u0627\u06CC \u0645\u0634\u0627\u0647\u062F\u0647 \u0627\u0633\u0646\u0627\u062F <2> \u06A9\u0644\u06CC\u06A9 \u06A9\u0646\u06CC\u062F",deepLCustomName:"\u06A9\u0644\u06CC\u062F \u062A\u0623\u06CC\u06CC\u062F \u0633\u0641\u0627\u0631\u0634\u06CC",chooseProviderLabel:"\u0627\u0631\u0627\u0626\u0647 \u062F\u0647\u0646\u062F\u0647 \u062E\u062F\u0645\u0627\u062A \u0631\u0627 \u0627\u0646\u062A\u062E\u0627\u0628 \u06A9\u0646\u06CC\u062F",openaiProName:"\u0639\u0636\u0648 \u062D\u0631\u0641\u0647 \u0627\u06CC \u062A\u0631\u062C\u0645\u0647 Immersive (\u062A\u0648\u0635\u06CC\u0647 \u0645\u06CC \u0634\u0648\u062F)",openaiProDescription:"\u0628\u0633\u062A\u0647 \u0641\u0639\u0644\u06CC \u0631\u0627 \u0645\u06CC \u062A\u0648\u0627\u0646 \u0628\u0647 \u0637\u0648\u0631 \u0645\u0633\u062A\u0642\u06CC\u0645 \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u06A9\u0631\u062F",openaiProDescriptionForNormal:"\u0647\u06CC\u0686 \u062A\u0646\u0638\u06CC\u0645\u0627\u062A\u06CC \u0644\u0627\u0632\u0645 \u0646\u06CC\u0633\u062A. \u0645\u06CC \u062A\u0648\u0627\u0646\u06CC\u062F \u067E\u0633 \u0627\u0632 \u0648\u0631\u0648\u062F \u0628\u0647 \u0639\u0646\u0648\u0627\u0646 \u0639\u0636\u0648 \u0627\u0632 \u0622\u0646 \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u06A9\u0646\u06CC\u062F. <1> \u0628\u0631\u0627\u06CC \u0627\u0631\u062A\u0642\u0627 \u0628\u0647 \u0639\u0636\u0648 \u0627\u06CC\u0646\u062C\u0627 \u0631\u0627 \u06A9\u0644\u06CC\u06A9 \u06A9\u0646\u06CC\u062F.",openaiCustomDescription:"\u0645\u06CC \u062A\u0648\u0627\u0646 \u0622\u0646 \u0631\u0627 \u0627\u0632 OpenAI\u060C Azure OpenAI \u06CC\u0627 \u0633\u0627\u06CC\u0631 \u062E\u062F\u0645\u0627\u062A \u0634\u062E\u0635 \u062B\u0627\u0644\u062B \u062F\u0631\u06CC\u0627\u0641\u062A \u06A9\u0631\u062F. <1> \u0628\u0631\u0627\u06CC \u0645\u0634\u0627\u0647\u062F\u0647 \u0633\u0646\u062F \u0627\u06CC\u0646\u062C\u0627 \u0631\u0627 \u06A9\u0644\u06CC\u06A9 \u06A9\u0646\u06CC\u062F.",openaiCustomName:"\u06A9\u0644\u06CC\u062F API \u0633\u0641\u0627\u0631\u0634\u06CC",needLoginAction:"(\u0639\u0636\u0648\u06CC\u062A \u0631\u0627 \u0648\u0627\u0631\u062F \u06A9\u0646\u06CC\u062F \u06CC\u0627 \u0633\u0641\u0627\u0631\u0634\u06CC \u06A9\u0646\u06CC\u062F)",goLoginOrAction:"(\u0648\u0627\u0631\u062F \u0639\u0636\u0648\u06CC\u062A \u0634\u0648\u06CC\u062F \u06CC\u0627 \u0628\u0647 \u062A\u0646\u0638\u06CC\u0645\u0627\u062A \u0628\u0631\u0648\u06CC\u062F)",yearly:"\u0627\u0634\u062A\u0631\u0627\u06A9 \u0633\u0627\u0644\u0627\u0646\u0647 \u0645\u0633\u062A\u0645\u0631",quarterly:"\u0641\u0635\u0644 \u0647\u0627\u06CC \u0645\u062A\u0648\u0627\u0644\u06CC",monthly:"\u0627\u0634\u062A\u0631\u0627\u06A9 \u0645\u0627\u0647\u0627\u0646\u0647 \u0645\u0633\u062A\u0645\u0631",yearlyForOnce:"\u0628\u0633\u062A\u0647 \u0633\u0627\u0644\u0627\u0646\u0647 \u06CC\u06A9\u0628\u0627\u0631 \u0645\u0635\u0631\u0641",monthlyForOnce:"\u0628\u0633\u062A\u0647 \u06CC\u06A9\u0628\u0627\u0631\u0647 \u0645\u0627\u0647\u0627\u0646\u0647",daily:"\u0631\u0648\u0632\u0647\u0627\u06CC \u0645\u062A\u0648\u0627\u0644\u06CC",year:"\u0627\u0634\u062A\u0631\u0627\u06A9 \u0633\u0627\u0644\u0627\u0646\u0647 \u0645\u0633\u062A\u0645\u0631",quarter:"\u0641\u0635\u0644 \u0647\u0627\u06CC \u0645\u062A\u0648\u0627\u0644\u06CC",month:"\u0627\u0634\u062A\u0631\u0627\u06A9 \u0645\u0627\u0647\u0627\u0646\u0647 \u0645\u0633\u062A\u0645\u0631",day:"\u0631\u0648\u0632\u0647\u0627\u06CC \u0645\u062A\u0648\u0627\u0644\u06CC",onetime_7day:"\u0628\u0633\u062A\u0647 \u0622\u0632\u0645\u0627\u06CC\u0634\u06CC 7 \u0631\u0648\u0632\u0647",currentPlanDescriptionForFree:"\u0628\u0633\u062A\u0647 \u0641\u0639\u0644\u06CC\uFF1A\u0631\u0627\u06CC\u06AF\u0627\u0646 \u0627\u0633\u062A",currentPlanDescriptionForContinuous:"\u0628\u0633\u062A\u0647 \u0641\u0639\u0644\u06CC 0{plan}\uFF1A\u0648 \u0628\u0647 \u0637\u0648\u0631 \u062E\u0648\u062F\u06A9\u0627\u0631 \u062F\u0631 {endAt} \u062A\u0645\u062F\u06CC\u062F \u0645\u06CC \u0634\u0648\u062F",currentPlanDescriptionForAutoRenewCaceling:"\u0628\u0633\u062A\u0647 \u0641\u0639\u0644\u06CC\uFF1A{plan}\u0627\u0633\u062A \u0648 \u062F\u0631 {endAt} \u0645\u0646\u0642\u0636\u06CC \u0645\u06CC \u0634\u0648\u062F. \u067E\u0633 \u0627\u0632 \u0627\u0646\u0642\u0636\u0627 \u0628\u0647 \u0637\u0648\u0631 \u062E\u0648\u062F\u06A9\u0627\u0631 \u062A\u0645\u062F\u06CC\u062F \u0646\u0645\u06CC \u0634\u0648\u062F.",currentYearlyPlanDescriptionForAutoRenewCacelingWithRealPaiedUser:"\u0628\u0633\u062A\u0647 \u0641\u0639\u0644\u06CC\uFF1A{plan}\u062F\u0631 \u062A\u0627\u0631\u06CC\u062E {endAt} \u0645\u0646\u0642\u0636\u06CC \u0645\u06CC \u0634\u0648\u062F \u0648 \u067E\u0633 \u0627\u0632 \u0627\u0646\u0642\u0636\u0627 \u0628\u0647 \u0637\u0648\u0631 \u062E\u0648\u062F\u06A9\u0627\u0631 \u062A\u0645\u062F\u06CC\u062F \u0646\u0645\u06CC \u0634\u0648\u062F.
<1> \u0628\u0631\u0627\u06CC \u0645\u062F\u06CC\u0631\u06CC\u062A \u0628\u0631\u0646\u0627\u0645\u0647 \u0647\u0627\u06CC \u062A\u0645\u062F\u06CC\u062F \u0627\u06CC\u0646\u062C\u0627 \u0631\u0627 \u06A9\u0644\u06CC\u06A9 \u06A9\u0646\u06CC\u062F",currentYearlyPlanDescriptionForAutoRenewCacelingWithAdmin:"\u0628\u0633\u062A\u0647 \u0641\u0639\u0644\u06CC\uFF1A{plan}\u062F\u0631 \u062A\u0627\u0631\u06CC\u062E {endAt} \u0645\u0646\u0642\u0636\u06CC \u0645\u06CC \u0634\u0648\u062F \u0648 \u067E\u0633 \u0627\u0632 \u0627\u0646\u0642\u0636\u0627 \u0628\u0647 \u0637\u0648\u0631 \u062E\u0648\u062F\u06A9\u0627\u0631 \u062A\u0645\u062F\u06CC\u062F \u0646\u0645\u06CC \u0634\u0648\u062F.
<1>\u0628\u0631\u0627\u06CC \u0641\u0639\u0627\u0644 \u06A9\u0631\u062F\u0646 \u0627\u0634\u062A\u0631\u0627\u06A9 \u0633\u0627\u0644\u0627\u0646\u0647 \u0645\u0633\u062A\u0645\u0631 \u0627\u06CC\u0646\u062C\u0627 \u0631\u0627 \u06A9\u0644\u06CC\u06A9 \u06A9\u0646\u06CC\u062F",currentPlanDescriptionForOneTime:"\u0628\u0633\u062A\u0647 \u0641\u0639\u0644\u06CC\uFF1A{plan}\u0627\u0633\u062A \u0648 \u062F\u0631 {endAt} \u0645\u0646\u0642\u0636\u06CC \u0645\u06CC \u0634\u0648\u062F. <1> \u0628\u0631\u0627\u06CC \u0627\u0631\u062A\u0642\u0627\u0621 \u0628\u0647 \u0647\u0632\u06CC\u0646\u0647 \u0633\u0627\u0644\u0627\u0646\u0647 \u0627\u06CC\u0646\u062C\u0627 \u0631\u0627 \u06A9\u0644\u06CC\u06A9 \u06A9\u0646\u06CC\u062F \u06CC\u0627 <2> \u0647\u0632\u06CC\u0646\u0647 \u0645\u0627\u0647\u0627\u0646\u0647 \u0639\u0636\u0648",upgradePlan:"\u0628\u0631\u0627\u06CC \u0627\u0631\u062A\u0642\u0627\u0621 \u0628\u0647 \u0639\u0636\u0648\u06CC\u062A Pro \u0627\u06CC\u0646\u062C\u0627 \u0631\u0627 \u06A9\u0644\u06CC\u06A9 \u06A9\u0646\u06CC\u062F",upgradeToPro:"\u0628\u0647 \u0639\u0636\u0648\u06CC\u062A Pro \u0627\u0631\u062A\u0642\u0627 \u062F\u0647\u06CC\u062F","popup.openPro":"\u5F00\u901A\u4F1A\u5458\u540E\u53EF\u4EE5\u7545\u4EAB DeepL \u548C OpenAI \u7FFB\u8BD1","popup.openProForPro":"\u0634\u0645\u0627 \u06CC\u06A9 \u0639\u0636\u0648 \u062D\u0631\u0641\u0647 \u0627\u06CC \u0647\u0633\u062A\u06CC\u062F \u0648 \u0645\u06CC \u062A\u0648\u0627\u0646\u06CC\u062F \u0645\u0633\u062A\u0642\u06CC\u0645\u0627\u064B \u0627\u0632 \u062A\u0631\u062C\u0645\u0647 DeepL \u0648 OpenAI \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u06A9\u0646\u06CC\u062F",currentAccount:"\u062D\u0633\u0627\u0628 \u062C\u0627\u0631\u06CC",enableAutoSyncUserSettings:"\u0647\u0645\u06AF\u0627\u0645 \u0633\u0627\u0632\u06CC \u0627\u0628\u0631\u06CC \u062E\u0648\u062F\u06A9\u0627\u0631 \u0631\u0627 \u062F\u0631 \u0686\u0646\u062F\u06CC\u0646 \u062F\u0633\u062A\u06AF\u0627\u0647 \u0641\u0639\u0627\u0644 \u06A9\u0646\u06CC\u062F",modalEnableInputTranslationTitle:"\u0646\u06A9\u0627\u062A \u062A\u0631\u062C\u0645\u0647 \u0647\u0645\u0647\u062C\u0627\u0646\u0628\u0647 \u062C\u0639\u0628\u0647 \u0648\u0631\u0648\u062F\u06CC \u062A\u0631\u062C\u0645\u0647",modalEnableInputTranslationDesc:"\u0634\u0645\u0627 \u0628\u0647 \u062A\u0627\u0632\u06AF\u06CC \u062A\u0631\u062C\u0645\u0647 \u062C\u0639\u0628\u0647 \u0648\u0631\u0648\u062F\u06CC Immersive Translation \u0631\u0627 \u0628\u0627 \u0641\u0634\u0627\u0631 \u062F\u0627\u062F\u0646 \u06A9\u0644\u06CC\u062F \u0641\u0627\u0635\u0644\u0647 \u0633\u0647 \u0628\u0627\u0631 \u067E\u0634\u062A \u0633\u0631 \u0647\u0645 \u0641\u0639\u0627\u0644 \u06A9\u0631\u062F\u0647 \u0627\u06CC\u062F \u0648 \u0645\u062D\u062A\u0648\u0627\u06CC \u062C\u0639\u0628\u0647 \u0648\u0631\u0648\u062F\u06CC \u0628\u0647 \u0632\u0628\u0627\u0646 \u0645\u0642\u0635\u062F \u067E\u06CC\u0634 \u0641\u0631\u0636 \u062A\u0631\u062C\u0645\u0647 \u0645\u06CC \u0634\u0648\u062F. \u062A\u0631\u062C\u0645\u0647 \u0631\u0627 \u0645\u06CC \u062A\u0648\u0627\u0646 \u0628\u0627 Ctrl+Z \u0644\u063A\u0648 \u06A9\u0631\u062F.

\u0627\u06AF\u0631 \u0627\u06CC\u0646 \u06CC\u06A9 \u0627\u0634\u062A\u0628\u0627\u0647 \u0627\u0633\u062A\u060C \u0646\u06AF\u0631\u0627\u0646 \u0646\u0628\u0627\u0634\u06CC\u062F\u060C \u0645\u06CC\u200C\u062A\u0648\u0627\u0646\u06CC\u062F \u0627\u06CC\u0646 \u0628\u0627\u0631 \u0622\u0646 \u0631\u0627 \u063A\u06CC\u0631\u0641\u0639\u0627\u0644 \u06A9\u0646\u06CC\u062F \u06CC\u0627 \u062A\u0631\u062C\u0645\u0647 \u062C\u0639\u0628\u0647 \u0648\u0631\u0648\u062F\u06CC \u0631\u0627 \u0628\u0631\u0627\u06CC \u0647\u0645\u06CC\u0634\u0647 \u063A\u06CC\u0631\u0641\u0639\u0627\u0644 \u06A9\u0646\u06CC\u062F.",saveAndNotShowAgain:"\u0630\u062E\u06CC\u0631\u0647 \u06A9\u0646\u06CC\u062F \u0648 \u062F\u0648\u0628\u0627\u0631\u0647 \u062F\u0631\u062E\u0648\u0627\u0633\u062A \u0646\u06A9\u0646\u06CC\u062F",disableInputTranslationTips:"* \u0647\u0645\u0686\u0646\u06CC\u0646 \u0645\u06CC \u062A\u0648\u0627\u0646\u06CC\u062F \u0633\u0627\u06CC\u0631 \u06A9\u0644\u06CC\u062F\u0647\u0627\u06CC \u0645\u06CC\u0627\u0646\u0628\u0631 \u0631\u0627 \u0628\u0631\u0627\u06CC \u0641\u0639\u0627\u0644 \u06A9\u0631\u062F\u0646 {option} \u060C{learnMore}\u062A\u0646\u0638\u06CC\u0645 \u06A9\u0646\u06CC\u062F.",learnMore:"\u0628\u0631\u0627\u06CC \u0627\u0637\u0644\u0627\u0639\u0627\u062A \u0628\u06CC\u0634\u062A\u0631 \u0627\u06CC\u0646\u062C\u0627 \u06A9\u0644\u06CC\u06A9 \u06A9\u0646\u06CC\u062F",continueEnalbeInputTranslation:"\u0628\u0647 \u0641\u0639\u0627\u0644 \u06A9\u0631\u062F\u0646 \u062A\u0631\u062C\u0645\u0647 \u062C\u0639\u0628\u0647 \u0648\u0631\u0648\u062F\u06CC \u0627\u062F\u0627\u0645\u0647 \u062F\u0647\u06CC\u062F",autoRenewTrialSuffix:'(\u062F\u0631 \u0637\u0648\u0644 \u062F\u0648\u0631\u0647 \u0622\u0632\u0645\u0627\u06CC\u0634\u06CC\u060C\u0628\u0644\u0627\u0641\u0627\u0635\u0644\u0647 \u0628\u0647 \u06CC\u06A9\u0631\u0633\u0645\u06CC \u0627\u0631\u062A\u0642\u0627 \u062E\u0648\u0627\u0647\u062F \u06CC\u0627\u0641\u062A.',upgradeFromTrialTitle:"\u0627\u0631\u062A\u0642\u0627 \u0628\u0647 \u0639\u0636\u0648 \u0631\u0633\u0645\u06CC",subtitle:"\u0632\u06CC\u0631\u0646\u0648\u06CC\u0633 \u0648\u06CC\u062F\u06CC\u0648",youtubeService:"\u062E\u062F\u0645\u0627\u062A \u062A\u0631\u062C\u0645\u0647 \u0632\u06CC\u0631\u0646\u0648\u06CC\u0633 \u0648\u06CC\u062F\u06CC\u0648\u06CC\u06CC \u0647\u0645\u0647\u062C\u0627\u0646\u0628\u0647","subtitle.disabledSubtitle":"\u0632\u06CC\u0631\u0646\u0648\u06CC\u0633 \u0648\u06CC\u062F\u06CC\u0648 \u0631\u0627 \u0628\u0631\u0627\u06CC \u0647\u0645\u06CC\u0634\u0647 \u063A\u06CC\u0631\u0641\u0639\u0627\u0644 \u06A9\u0646\u06CC\u062F","subtitle.disabledSubtitleDescription":"\u0627\u06AF\u0631 \u0632\u06CC\u0631\u0646\u0648\u06CC\u0633\u200C\u0647\u0627\u06CC \u0648\u06CC\u062F\u06CC\u0648\u06CC \xAB\u062A\u0631\u062C\u0645\u0647 Immersive\xBB \u0628\u0627 \u0628\u0631\u0646\u0627\u0645\u0647\u200C\u0647\u0627\u06CC \u0627\u0641\u0632\u0648\u062F\u0646\u06CC \u062F\u06CC\u06AF\u0631 \u062A\u062F\u0627\u062E\u0644 \u062F\u0627\u0631\u0646\u062F\u060C \u0645\u06CC\u200C\u062A\u0648\u0627\u0646\u06CC\u062F \u0627\u0646\u062A\u062E\u0627\u0628 \u06A9\u0646\u06CC\u062F \u06A9\u0647 \u0639\u0645\u0644\u06A9\u0631\u062F \u0632\u06CC\u0631\u0646\u0648\u06CC\u0633\u200C\u0647\u0627\u06CC \u0648\u06CC\u062F\u06CC\u0648\u06CC\u06CC \u062A\u0631\u062C\u0645\u0647 Immersive \u0631\u0627 \u0628\u0631\u0627\u06CC \u0647\u0645\u06CC\u0634\u0647 \u063A\u06CC\u0631\u0641\u0639\u0627\u0644 \u06A9\u0646\u06CC\u062F \u06CC\u0627 \u0633\u0627\u06CC\u0631 \u0628\u0631\u0646\u0627\u0645\u0647\u200C\u0647\u0627\u06CC \u0627\u0641\u0632\u0648\u062F\u0646\u06CC \u0645\u062A\u0646\u0627\u0642\u0636 \u0631\u0627 \u062D\u0630\u0641 \u0646\u0635\u0628 \u06A9\u0646\u06CC\u062F.","subtitle.autoEnableSubtitle":"\u5F00\u542F\u5B57\u5E55\u7FFB\u8BD1","subtitle.autoEnableSubtitleDescription":"\u067E\u0633 \u0627\u0632 \u0641\u0639\u0627\u0644 \u0633\u0627\u0632\u06CC\u060C \u0647\u0646\u06AF\u0627\u0645 \u067E\u062E\u0634 \u0648\u06CC\u062F\u06CC\u0648\u060C \u0632\u06CC\u0631\u0646\u0648\u06CC\u0633 \u062F\u0648\u0632\u0628\u0627\u0646\u0647 \u0628\u0647 \u0635\u0648\u0631\u062A \u062E\u0648\u062F\u06A9\u0627\u0631 \u0646\u0645\u0627\u06CC\u0634 \u062F\u0627\u062F\u0647 \u0645\u06CC \u0634\u0648\u062F\u060C \u062F\u0631 \u063A\u06CC\u0631 \u0627\u06CC\u0646 \u0635\u0648\u0631\u062A \u0628\u0627\u06CC\u062F \u0631\u0648\u06CC \u062F\u06A9\u0645\u0647 \u062A\u0631\u062C\u0645\u0647 \u06A9\u0644\u06CC\u06A9 \u06A9\u0646\u06CC\u062F \u062A\u0627 \u0646\u0645\u0627\u06CC\u0634 \u062F\u0627\u062F\u0647 \u0634\u0648\u062F.","subtitle.preTranslation":"\u0628\u0631\u0627\u06CC \u062A\u0631\u062C\u0645\u0647 \u0632\u06CC\u0631\u0646\u0648\u06CC\u0633 \u0647\u0627 \u0627\u0632 \u062A\u0631\u062C\u0645\u0647 \u0647\u0645\u0647 \u062C\u0627\u0646\u0628\u0647 \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u06A9\u0646\u06CC\u062F","subtitle.preTranslationDescription":"\u067E\u0633 \u0627\u0632 \u0641\u0639\u0627\u0644 \u06A9\u0631\u062F\u0646 \u0622\u0646\u060C \u0627\u0648\u0644\u0648\u06CC\u062A \u0628\u0627 \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u0627\u0632 \u062E\u062F\u0645\u0627\u062A \u062A\u0631\u062C\u0645\u0647 \u0645\u0634\u062E\u0635 \u0634\u062F\u0647 \u062F\u0631 \u0632\u06CC\u0631 \u0628\u0631\u0627\u06CC \u062A\u0631\u062C\u0645\u0647 \u06A9\u0644 \u0632\u06CC\u0631\u0646\u0648\u06CC\u0633 \u0627\u0632 \u0642\u0628\u0644 \u062E\u0648\u0627\u0647\u062F \u0628\u0648\u062F. \u06CC\u06A9 \u0648\u06CC\u062F\u06CC\u0648\u06CC \u06CC\u06A9 \u0633\u0627\u0639\u062A\u0647 \u062A\u0642\u0631\u06CC\u0628\u0627\u064B 50000 \u062A\u0648\u06A9\u0646 \u06CC\u0627 \u06A9\u0627\u0631\u0627\u06A9\u062A\u0631 \u0645\u0635\u0631\u0641 \u0645\u06CC \u06A9\u0646\u062F\u060C \u0628\u0646\u0627\u0628\u0631\u0627\u06CC\u0646 \u0644\u0637\u0641\u0627\u064B \u0627\u0632 \u0622\u0646 \u062F\u0631 \u0635\u0648\u0631\u062A \u0644\u0632\u0648\u0645 \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u06A9\u0646\u06CC\u062F\u061B \u067E\u0633 \u0627\u0632 \u063A\u06CC\u0631\u0641\u0639\u0627\u0644 \u0634\u062F\u0646\u060C \u0627\u0648\u0644\u0648\u06CC\u062A \u062F\u0627\u062F\u0647 \u0645\u06CC \u0634\u0648\u062F. \u0628\u0631\u0627\u06CC \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u0627\u0632 \u0632\u06CC\u0631\u0646\u0648\u06CC\u0633\u200C\u0647\u0627\u06CC \u062A\u0631\u062C\u0645\u0647\u200C\u0634\u062F\u0647 \u0645\u0627\u0634\u06CC\u0646\u06CC \u0647\u0645\u0631\u0627\u0647 \u0628\u0627 \u0648\u06CC\u062F\u06CC\u0648\u06CC \u0627\u0635\u0644\u06CC.","subtitle.humanSubtitlesPreferred":"\u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u0627\u0632 \u0632\u06CC\u0631\u0646\u0648\u06CC\u0633 \u0647\u0627\u06CC \u0627\u0646\u0633\u0627\u0646\u06CC \u0631\u0627 \u062F\u0631 \u0627\u0648\u0644\u0648\u06CC\u062A \u0642\u0631\u0627\u0631 \u062F\u0647\u06CC\u062F","subtitle.humanSubtitlesPreferredDescription":"\u0648\u0642\u062A\u06CC \u0648\u06CC\u062F\u06CC\u0648\u06CC\u06CC \u062F\u0627\u0631\u0627\u06CC \u0632\u06CC\u0631\u0646\u0648\u06CC\u0633 \u062F\u0633\u062A\u06CC \u0628\u0647 \u0632\u0628\u0627\u0646 \u0645\u0642\u0635\u062F \u0627\u0633\u062A\u060C \u0627\u0628\u062A\u062F\u0627 \u0627\u0632 \u0632\u06CC\u0631\u0646\u0648\u06CC\u0633 \u062F\u0633\u062A\u06CC \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u06A9\u0646\u06CC\u062F (\u062A\u0648\u0635\u06CC\u0647 \u0645\u06CC\u200C\u0634\u0648\u062F)",videoSubtitleTranslationDescription:"\u06CC\u06A9 \u0633\u0631\u0648\u06CC\u0633 \u062A\u0631\u062C\u0645\u0647 \u062C\u062F\u0627\u06AF\u0627\u0646\u0647 \u0628\u0631\u0627\u06CC \u0632\u06CC\u0631\u0646\u0648\u06CC\u0633 \u0648\u06CC\u062F\u06CC\u0648\u0647\u0627 \u062A\u0639\u06CC\u06CC\u0646 \u06A9\u0646\u06CC\u062F",subtitleTranslating:"\u062A\u0631\u062C\u0645\u0647 \u0632\u06CC\u0631\u0646\u0648\u06CC\u0633 \u0628\u0627 \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u0627\u0632 \u0633\u0631\u0648\u06CC\u0633 {service} \u060C \u0644\u0637\u0641\u0627 \u0635\u0628\u0631 \u06A9\u0646\u06CC\u062F... (\u062A\u0631\u062C\u0645\u0647 \u0647\u0645\u0647 \u062C\u0627\u0646\u0628\u0647)",subtitleLoading:"\u062F\u0631 \u062D\u0627\u0644 \u0628\u0627\u0631\u06AF\u06CC\u0631\u06CC \u0632\u06CC\u0631\u0646\u0648\u06CC\u0633...",bilingual:"\u062F\u0648 \u0632\u0628\u0627\u0646\u0647","field.action":"\u0627\u06CC\u0646\u06A9\u0647 \u0622\u06CC\u0627 \u0627\u0635\u0637\u0644\u0627\u062D\u0627\u062A Baidu \u0631\u0627 \u0641\u0639\u0627\u0644 \u06A9\u0646\u06CC\u062F","description.action":"\u067E\u0633 \u0627\u0632 \u0641\u0639\u0627\u0644 \u06A9\u0631\u062F\u0646\u060C \u067E\u0627\u0631\u0627\u0645\u062A\u0631 action=1 \u0628\u0647 \u062F\u0631\u062E\u0648\u0627\u0633\u062A \u0627\u0636\u0627\u0641\u0647 \u0645\u06CC\u200C\u0634\u0648\u062F \u062A\u0627 \u0628\u0647 Baidu \u0627\u0637\u0644\u0627\u0639 \u062F\u0627\u062F\u0647 \u0634\u0648\u062F \u062A\u0627 \u0627\u0635\u0637\u0644\u0627\u062D \u0641\u0639\u0627\u0644 \u0634\u0648\u062F. <1> \u0644\u0637\u0641\u0627\u064B \u0628\u0631\u0627\u06CC \u062F\u0633\u062A\u0648\u0631\u0627\u0644\u0639\u0645\u0644\u200C\u0647\u0627\u06CC \u0628\u06CC\u0634\u062A\u0631 \u0628\u0647 \u0645\u0633\u062A\u0646\u062F\u0627\u062A \u0631\u0633\u0645\u06CC \u0645\u0631\u0627\u062C\u0639\u0647 \u06A9\u0646\u06CC\u062F.",closeQuickTranslation:"\u062A\u0648\u067E \u0634\u0646\u0627\u0648\u0631 \u0631\u0627 \u0628\u0628\u0646\u062F\u06CC\u062F","closeQuickTranslation.untilNext":"\u062A\u0627 \u0628\u0627\u0632\u062F\u06CC\u062F \u0628\u0639\u062F\u06CC \u062A\u0639\u0637\u06CC\u0644 \u0627\u0633\u062A","closeQuickTranslation.currentWebsite":"\u0648\u0628 \u0633\u0627\u06CC\u062A \u0641\u0639\u0644\u06CC \u063A\u06CC\u0631\u0641\u0639\u0627\u0644 \u0627\u0633\u062A","closeQuickTranslation.alwaysClose":"\u0628\u0631\u0627\u06CC \u0647\u0645\u06CC\u0634\u0647 \u0627\u0632 \u06A9\u0627\u0631 \u0627\u0641\u062A\u0627\u062F\u0647 \u0627\u0633\u062A","closeQuickTranslation.settingOpen":"(\u062F\u0631 \u0635\u0641\u062D\u0647 \u062A\u0646\u0638\u06CC\u0645\u0627\u062A <1> \u0642\u0627\u0628\u0644 \u0645\u0634\u0627\u0647\u062F\u0647 \u0627\u0633\u062A \u0631\u0648\u0634\u0646 \u06A9\u0646)","closeQuickTranslation.cancel":"\u0644\u063A\u0648 \u06A9\u0646\u06CC\u062F","closeQuickTranslation.confirm":"\u0645\u0637\u0645\u0626\u0646","floatBall.popup":"\u067E\u0627\u0646\u0644 \u062A\u0646\u0638\u06CC\u0645\u0627\u062A \u0633\u0631\u06CC\u0639 \u0631\u0627 \u0628\u0627\u0632 \u06A9\u0646\u06CC\u062F","floatBall.translate":"\u0628\u0631\u0627\u06CC \u062A\u0631\u062C\u0645\u0647 \u0627\u06CC\u0646 \u0635\u0641\u062D\u0647 \u06A9\u0644\u06CC\u06A9 \u06A9\u0646\u06CC\u062F","floatBall.showOriginal":"\u0628\u0631\u0627\u06CC \u0628\u0627\u0632\u06AF\u0634\u062A \u0628\u0647 \u0645\u062A\u0646 \u0627\u0635\u0644\u06CC \u06A9\u0644\u06CC\u06A9 \u06A9\u0646\u06CC\u062F","floatBall.close":"\u062A\u0648\u067E \u0634\u0646\u0627\u0648\u0631 \u0631\u0627 \u0628\u0628\u0646\u062F\u06CC\u062F","floatBallOptions.enableDescPc":"\u067E\u0633 \u0627\u0632 \u0641\u0639\u0627\u0644 \u0634\u062F\u0646 \u062A\u0648\u067E \u0634\u0646\u0627\u0648\u0631 \u0635\u0641\u062D\u0647\u060C \u062F\u06A9\u0645\u0647 \u062A\u0631\u062C\u0645\u0647 \u0633\u0631\u06CC\u0639 \u062F\u0631 \u0633\u0645\u062A \u0631\u0627\u0633\u062A \u0635\u0641\u062D\u0647 \u0646\u0645\u0627\u06CC\u0634 \u062F\u0627\u062F\u0647 \u0645\u06CC \u0634\u0648\u062F.\u0628\u0631\u0627\u06CC \u062A\u0631\u062C\u0645\u0647 \u06A9\u0644\u06CC\u06A9 \u06A9\u0646\u06CC\u062F.","floatBallOptions.enableDesc":"\u5173\u95ED\u60AC\u6D6E\u7403\u540E\uFF0C\u53EF\u4EE5\u7528\u5FEB\u6377\u952E/{touch}\u5524\u8D77\u3002\u4E3A\u9632\u6B62\u4E0D\u614E\u5173\u95ED\u8BE5\u9009\u9879\u540E\u627E\u4E0D\u5230\u60AC\u6D6E\u7403\uFF0C\u5F3A\u70C8\u5EFA\u8BAE\u6536\u85CF\u672C\u8BBE\u7F6E\u9875","description.azureApiUrl":"\u0622\u062F\u0631\u0633 \u0631\u0627\u0628\u0637 API \u0633\u0641\u0627\u0631\u0634\u06CC \u0631\u0627 \u067E\u0631 \u06A9\u0646\u06CC\u062F",confirmSupportMouse:"\u786E\u8BA4\u5F53\u524D\u6D4F\u89C8\u5668\u652F\u6301\u9F20\u6807",confirmSupportMouseDescription:"\u062A\u0634\u062E\u06CC\u0635 \u062F\u0627\u062F\u0647 \u0634\u062F\u0647 \u0627\u0633\u062A \u06A9\u0647 \u0645\u0631\u0648\u0631\u06AF\u0631 \u0641\u0639\u0644\u06CC \u0627\u0632 \u0639\u0645\u0644\u06A9\u0631\u062F \u0645\u0627\u0648\u0633 \u067E\u0634\u062A\u06CC\u0628\u0627\u0646\u06CC \u0646\u0645\u06CC \u06A9\u0646\u062F. \u0622\u06CC\u0627 \u0645\u06CC \u062E\u0648\u0627\u0647\u06CC\u062F \u067E\u0634\u062A\u06CC\u0628\u0627\u0646\u06CC \u0627\u0632 \u0645\u0627\u0648\u0633 \u0631\u0627 \u0628\u0647 \u0627\u062C\u0628\u0627\u0631 \u0641\u0639\u0627\u0644 \u06A9\u0646\u06CC\u062F\u061F",sampleTargetText:"\u0634\u0628 \u0637\u0648\u0644\u0627\u0646\u06CC \u062F\u0631 \u0631\u0627\u0647 \u0627\u0633\u062A \u0648 \u0645\u0646 \u0627\u0632 \u0627\u06CC\u0646 \u0628\u0647 \u0628\u0639\u062F \u062A\u0627 \u0632\u0645\u0627\u0646\u06CC \u06A9\u0647 \u0628\u0645\u06CC\u0631\u0645 \u0645\u0631\u0627\u0642\u0628 \u062E\u0648\u0627\u0647\u0645 \u0628\u0648\u062F. \u0645\u0646 \u0646\u0647 \u0632\u0646 \u0645\u06CC\u06AF\u06CC\u0631\u0645\u060C \u0646\u0647 \u0634\u0627\u0647\u06CC\u060C \u0646\u0647 \u0641\u0631\u0632\u0646\u062F\u06CC. \u062A\u0627\u062C \u0628\u0631 \u0633\u0631 \u0646\u062E\u0648\u0627\u0647\u0645 \u06AF\u0630\u0627\u0634\u062A \u0648 \u0628\u0631\u0627\u06CC \u0627\u0641\u062A\u062E\u0627\u0631\u0627\u062A \u0645\u0633\u0627\u0628\u0642\u0647 \u0646\u0645\u06CC \u062F\u0647\u0645. \u0645\u0646 \u0648\u0638\u06CC\u0641\u0647 \u0627\u0645 \u0631\u0627 \u0635\u0627\u062F\u0642\u0627\u0646\u0647 \u0627\u0646\u062C\u0627\u0645 \u062E\u0648\u0627\u0647\u0645 \u062F\u0627\u062F\u060C \u0632\u0646\u062F\u0647 \u0645\u06CC \u0634\u0648\u0645 \u0648 \u0645\u06CC \u0645\u06CC\u0631\u0645.",sampleSourceText:"Night gathers, and now my watch begins. It shall not end until my death. I shall take no wife, hold no lands, father no children. I shall wear no crowns and win no glory. I shall live and die at my post.","subtitle.supportedSites":"\u5DF2\u652F\u6301\u5728\u8FD9\u4E9B\u7F51\u7AD9\u4F7F\u7528\u53CC\u8BED\u5B57\u5E55\uFF08\u6CE8\u610F\uFF1A\u7531\u4E8E\u6280\u672F\u9650\u5236\uFF0C\u90E8\u5206\u7F51\u7AD9\u5728\u9996\u6B21\u5F00\u542F\u5B57\u5E55\u540E\u9700\u8981\u91CD\u65B0\u5237\u65B0\u9875\u9762\uFF0C\u6216\u8005\u9700\u7B49\u5F85\u7FFB\u8BD1\u5B8C\u6210\u4EE5\u663E\u793A\u53CC\u8BED\u5B57\u5E55\uFF09\uFF1A",viewWithImmersiveTranslate:"\u53CC\u8BED\u7248\u672C(\u6C89\u6D78\u5F0F\u7FFB\u8BD1)",errorReason:"\u9519\u8BEF\u539F\u56E0\uFF1A{message}","proQuotaExceededError.onetime7day":'\uFF0C\u60A8\u53EF\u4EE5\u9009\u62E9\u4EE5\u4E0B\u65B9\u5F0F\u89E3\u51B3\uFF1A

1. \u5207\u6362\u5230 {anotherService} \u6216\u5176\u4ED6\u7FFB\u8BD1\u670D\u52A1
2. \u5347\u7EA7\u4E3A\u6708\u5EA6/\u5E74\u5EA6\u4F1A\u5458',"proQuotaExceededError.trial":'\uFF0C\u60A8\u53EF\u4EE5\u9009\u62E9\u4EE5\u4E0B\u65B9\u5F0F\u89E3\u51B3\uFF1A

1. \u5207\u6362\u5230 {anotherService} \u6216\u5176\u4ED6\u7FFB\u8BD1\u670D\u52A1
2. \u7ACB\u523B\u5347\u7EA7\u4E3A\u6B63\u5F0F\u4F1A\u5458',"proQuotaExceededError.nonTrial":'\uFF0C\u60A8\u53EF\u4EE5\u9009\u62E9\u4EE5\u4E0B\u65B9\u5F0F\u89E3\u51B3\uFF1A

1. \u5207\u6362\u5230 {anotherService} \u6216\u5176\u4ED6\u7FFB\u8BD1\u670D\u52A1
2. \u8D2D\u4E70 {translationService} \u989D\u5916\u6D41\u91CF\u5305',"proQuotaExceededError.resetTime":"
3. \u989D\u5EA6\u91CD\u7F6E\u65F6\u95F4\uFF1A{resetTime}","desc.touchShortcutsToggleTranslatePageOnlyTranslation":"\u0641\u0642\u0637 \u0645\u062A\u0646 \u062A\u0631\u062C\u0645\u0647 \u0628\u0647 \u0645\u0639\u0646\u06CC \u0627\u0633\u062A \u06A9\u0647 \u0641\u0642\u0637 \u0645\u062A\u0646 \u062A\u0631\u062C\u0645\u0647 \u0646\u0645\u0627\u06CC\u0634 \u062F\u0627\u062F\u0647 \u0645\u06CC \u0634\u0648\u062F\u060C \u0627\u06AF\u0631 \u0635\u0641\u062D\u0647 \u0648\u0628 \u0647\u0646\u0648\u0632 \u062A\u0631\u062C\u0645\u0647 \u0646\u0634\u062F\u0647 \u0627\u0633\u062A\u060C \u062D\u0627\u0644\u062A \u062A\u063A\u06CC\u06CC\u0631 \u062E\u0648\u0627\u0647\u062F \u06A9\u0631\u062F \u0648 \u062A\u0631\u062C\u0645\u0647 \u062E\u0648\u0627\u0647\u062F \u0634\u062F.","desc.toggleOnlyTransation":"\u062D\u0627\u0644\u062A \u0641\u0642\u0637 \u062A\u0631\u062C\u0645\u0647 \u0628\u0647 \u0627\u06CC\u0646 \u0645\u0639\u0646\u06CC \u0627\u0633\u062A \u06A9\u0647 \u0641\u0642\u0637 \u0645\u062A\u0646 \u062A\u0631\u062C\u0645\u0647 \u0634\u062F\u0647 \u0646\u0645\u0627\u06CC\u0634 \u062F\u0627\u062F\u0647 \u0645\u06CC \u0634\u0648\u062F\u060C \u0627\u06AF\u0631 \u0635\u0641\u062D\u0647 \u0648\u0628 \u0647\u0646\u0648\u0632 \u062A\u0631\u062C\u0645\u0647 \u0646\u0634\u062F\u0647 \u0628\u0627\u0634\u062F\u060C \u062D\u0627\u0644\u062A \u062A\u063A\u06CC\u06CC\u0631 \u062E\u0648\u0627\u0647\u062F \u06A9\u0631\u062F \u0648 \u062A\u0631\u062C\u0645\u0647 \u062E\u0648\u0627\u0647\u062F \u0634\u062F.",touchShortcutsToggleTranslatePageOnlyTranslation:"\u062A\u0646\u0638\u06CC\u0645 \u062D\u0631\u06A9\u062A \u0644\u0645\u0633\u06CC \u0635\u0641\u062D\u0647 \u0646\u0645\u0627\u06CC\u0634 \u0628\u0631\u0627\u06CC \u062A\u063A\u06CC\u06CC\u0631 \u0628\u06CC\u0646 \u062D\u0627\u0644\u062A \u062F\u0648\u0632\u0628\u0627\u0646\u0647 / \u0641\u0642\u0637 \u0645\u062A\u0646 \u062A\u0631\u062C\u0645\u0647 \u0634\u062F\u0647",download_started:"\u062F\u0627\u0646\u0644\u0648\u062F \u0634\u0631\u0648\u0639 \u0634\u062F\u0647 \u0627\u0633\u062A \u060C \u0627\u06AF\u0631 \u0628\u0647 \u0637\u0648\u0631 \u062E\u0648\u062F\u06A9\u0627\u0631 \u062F\u0627\u0646\u0644\u0648\u062F \u0646\u0634\u062F \u060C \u0644\u0637\u0641\u0627\u064B \u0628\u0647 \u0635\u0648\u0631\u062A \u062F\u0633\u062A\u06CC \u062F\u0627\u0646\u0644\u0648\u062F \u06A9\u0646\u06CC\u062F.",here:"\u0627\u06CC\u0646\u062C\u0627","translationFont.customPlaceholder":"\u0641\u0648\u0646\u062A",translationFont:"\u062A\u0646\u0638\u06CC\u0645 \u0641\u0648\u0646\u062A",batchEdit:"\u0639\u0645\u0644\u06CC\u0627\u062A \u062F\u0633\u062A\u0647 \u062C\u0645\u0639\u06CC","translationModeLang.translation.title":"\u0641\u0642\u0637 \u062D\u0627\u0644\u062A \u062A\u0631\u062C\u0645\u0647 \u0632\u0628\u0627\u0646","error.goReset":"\u0628\u0627\u0632\u0646\u0634\u0627\u0646\u06CC \u06A9\u0646\u06CC\u062F","translationFont.custom":"\u0648\u0631\u0648\u062F \u0641\u0648\u0646\u062A \u0633\u0641\u0627\u0631\u0634\u06CC","error.serveConfigError":"\u062E\u0637\u0627\u06CC \u067E\u06CC\u06A9\u0631\u0628\u0646\u062F\u06CC \u0633\u0631\u0648\u06CC\u0633",detectServiceLoading:"\u062F\u0631 \u062D\u0627\u0644 \u0628\u0631\u0631\u0633\u06CC \u062E\u062F\u0645\u0627\u062A \u062A\u0631\u062C\u0645\u0647 \u0645\u0648\u062C\u0648\u062F...","touch.mouse-translate":"\u062A\u0631\u062C\u0645\u0647 \u067E\u0627\u0631\u0627\u06AF\u0631\u0627\u0641 \u0645\u0634\u062E\u0635","translationModeUrl.translation.title":"\u0622\u062F\u0631\u0633 \u0627\u06CC\u0646\u062A\u0631\u0646\u062A\u06CC \u062D\u0627\u0644\u062A \u0641\u0642\u0637 \u062A\u0631\u062C\u0645\u0647","translationServices.inherit":"\u0628\u0627 \u062E\u062F\u0645\u0627\u062A \u062A\u0631\u062C\u0645\u0647 \u0627\u0635\u0644\u06CC \u062F\u0646\u0628\u0627\u0644 \u06A9\u0646\u06CC\u062F","error.reloadPageOfSetting":"\u067E\u0633 \u0627\u0632 \u067E\u06CC\u06A9\u0631\u0628\u0646\u062F\u06CC\u060C \u0644\u0637\u0641\u0627 \u0635\u0641\u062D\u0647 \u0631\u0627 \u062F\u0648\u0628\u0627\u0631\u0647 \u062A\u0627\u0632\u0647 \u06A9\u0646\u06CC\u062F \u0648 \u062F\u0648\u0628\u0627\u0631\u0647 \u062A\u0631\u062C\u0645\u0647 \u06A9\u0646\u06CC\u062F.","error.configError":"\u0627\u0637\u0644\u0627\u0639\u0627\u062A \u067E\u06CC\u06A9\u0631\u0628\u0646\u062F\u06CC \u063A\u06CC\u0631 \u0645\u0639\u0645\u0648\u0644\u06CC \u0627\u0633\u062A","error.proTokenInvalid":"\u0627\u06AF\u0631 \u06A9\u0627\u0631\u0628\u0631 Pro \u0647\u0633\u062A\u06CC\u062F\u060C \u0644\u0637\u0641\u0627\u064B \u067E\u0633 \u0627\u0632 \u0648\u0631\u0648\u062F \u0627\u0632 \u062E\u062F\u0645\u0627\u062A \u062A\u0631\u062C\u0645\u0647 Pro \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u06A9\u0646\u06CC\u062F.",videoSubtitlePreTranslationOff:"\u0632\u06CC\u0631\u0646\u0648\u06CC\u0633 \u0648\u06CC\u062F\u06CC\u0648 \u0627\u0648\u0644\u0648\u06CC\u062A \u062E\u0648\u0627\u0647\u062F \u062F\u0627\u062F \u0628\u0647 \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u0627\u0632 \u0632\u06CC\u0631\u0646\u0648\u06CC\u0633 \u0645\u0627\u0634\u06CC\u0646\u06CC \u0645\u0648\u062C\u0648\u062F \u062F\u0631 \u0648\u06CC\u062F\u06CC\u0648 \u0627\u0635\u0644\u06CC",toggleToService:"\u0628\u0647 {service} \u062A\u063A\u06CC\u06CC\u0631 \u062F\u0647\u06CC\u062F \u0648 \u062F\u0648\u0628\u0627\u0631\u0647 \u0627\u0645\u062A\u062D\u0627\u0646 \u06A9\u0646\u06CC\u062F","error.proUpgrade":"\u067E\u0633 \u0627\u0632 \u0627\u0631\u062A\u0642\u0627\u060C \u0644\u0637\u0641\u0627 \u0635\u0641\u062D\u0647 \u0631\u0627 \u062F\u0648\u0628\u0627\u0631\u0647 \u062A\u0631\u062C\u0645\u0647 \u06A9\u0646\u06CC\u062F.",enableSentryReport:"\u0648\u0642\u062A\u06CC \u062E\u0637\u0627\u06CC \u06AF\u0633\u062A\u0631\u0634 \u0631\u062E \u0645\u06CC \u062F\u0647\u062F\u060C \u0628\u0627 \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u0627\u0632 Sentry \u0628\u0631\u0627\u06CC \u0627\u0631\u0633\u0627\u0644 \u0628\u0627\u0632\u062E\u0648\u0631\u062F \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u06A9\u0646\u06CC\u062F.","error.403":"\u062E\u062F\u0645\u062A \u062E\u0637\u0627\u06CC \u0628\u0631\u06AF\u0634\u062A \u062F\u0627\u062F\u0647 \u0627\u0633\u062A\u060C \u0645\u0648\u0642\u062A\u0627\u064B \u0627\u062C\u0627\u0632\u0647 \u062F\u0633\u062A\u0631\u0633\u06CC \u0628\u0647 \u0627\u06CC\u0646 \u062E\u062F\u0645\u062A \u0631\u0627 \u0646\u062F\u0627\u0631\u06CC\u062F.",videoSubtitlePreTranslationOn:"\u0632\u06CC\u0631\u0646\u0648\u06CC\u0633 \u0647\u0627\u06CC \u0648\u06CC\u062F\u06CC\u0648 \u0628\u0647 \u0637\u0648\u0631 \u0627\u0648\u0644\u0648\u06CC\u062A\u06CC \u0627\u0632 \u062A\u0631\u062C\u0645\u0647 \u0641\u0631\u0648 \u0631\u0641\u062A\u06AF\u06CC \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u062E\u0648\u0627\u0647\u062F \u06A9\u0631\u062F.","translationModeUrl.translation.description":"\u0648\u0642\u062A\u06CC \u0648\u0628 \u0633\u0627\u06CC\u062A \u0628\u0631\u0627\u06CC \u062F\u0627\u0645\u0646\u0647 \u0647\u0627\u06CC \u0632\u06CC\u0631 \u0627\u0633\u062A\u060C \u0628\u0647 \u0637\u0648\u0631 \u062E\u0648\u062F\u06A9\u0627\u0631 \u0627\u0632 \u062D\u0627\u0644\u062A \u0641\u0642\u0637 \u0645\u062A\u0646 \u062A\u0631\u062C\u0645\u0647 \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u0645\u06CC \u06A9\u0646\u062F.","error.502":"\u062E\u062F\u0645\u062A \u062E\u0637\u0627 \u062F\u0627\u062F\u0647 \u0627\u0633\u062A\u060C \u062E\u062F\u0645\u062A \u0628\u0647 \u062A\u0627\u062E\u06CC\u0631 \u0627\u0641\u062A\u0627\u062F\u0647 \u0627\u0633\u062A\u060C \u0644\u0637\u0641\u0627 \u0628\u0639\u062F\u0627 \u062F\u0648\u0628\u0627\u0631\u0647 \u0627\u0645\u062A\u062D\u0627\u0646 \u06A9\u0646\u06CC\u062F.","error.openAIExceededQuota":"\u062E\u0637\u0627\u06CC \u0628\u0627\u0632\u06AF\u0634\u062A \u0633\u0631\u0648\u06CC\u0633: \u0645\u0648\u062C\u0648\u062F\u06CC \u062D\u0633\u0627\u0628 OpenAI \u0634\u0645\u0627 \u06A9\u0627\u0641\u06CC \u0646\u06CC\u0633\u062A\u060C \u0644\u0637\u0641\u0627\u064B \u0627\u0632 \u0637\u0631\u06CC\u0642 \u067E\u0646\u0644 \u0645\u062F\u06CC\u0631\u06CC\u062A\u06CC \u0631\u0633\u0645\u06CC OpenAI \u0634\u0627\u0631\u0698 \u06A9\u0646\u06CC\u062F \u06CC\u0627 \u06A9\u0627\u0631\u062A \u0627\u0639\u062A\u0628\u0627\u0631\u06CC \u062E\u0648\u062F \u0631\u0627 \u0645\u062A\u0635\u0644 \u06A9\u0646\u06CC\u062F.","translationModeLang.translation.description":"\u0648\u0642\u062A\u06CC \u0632\u0628\u0627\u0646 \u0635\u0641\u062D\u0647 \u0628\u0647 \u0632\u0628\u0627\u0646\u0647\u0627\u06CC \u0632\u06CC\u0631 \u0627\u0633\u062A\u060C \u0628\u0647 \u0637\u0648\u0631 \u062E\u0648\u062F\u06A9\u0627\u0631 \u0627\u0632 \u062D\u0627\u0644\u062A \u062A\u0631\u062C\u0645\u0647 \u0641\u0642\u0637 \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u0645\u06CC \u0634\u0648\u062F","error.429":"\u062E\u062F\u0645\u062A \u062E\u0637\u0627 \u0631\u0627 \u0628\u0631\u0645\u06CC \u06AF\u0631\u062F\u0627\u0646\u062F\u060C \u06A9\u0647 \u0646\u0634\u0627\u0646 \u0645\u06CC \u062F\u0647\u062F \u062F\u0631\u062E\u0648\u0627\u0633\u062A \u0628\u06CC\u0634 \u0627\u0632 \u062D\u062F \u0645\u06A9\u0631\u0631 \u06CC\u0627 \u0628\u06CC\u0634 \u0627\u0632 \u062D\u062F \u0645\u062D\u062F\u0648\u062F\u06CC\u062A \u0627\u0633\u062A\u060C \u0644\u0637\u0641\u0627 \u0628\u0639\u062F\u0627 \u062F\u0648\u0628\u0627\u0631\u0647 \u0627\u0645\u062A\u062D\u0627\u0646 \u06A9\u0646\u06CC\u062F.","error.400":"\u062E\u0637\u0627\u06CC\u06CC \u062F\u0631 \u0628\u0627\u0632\u06AF\u0634\u062A \u062E\u062F\u0645\u0627\u062A \u0631\u062E \u062F\u0627\u062F\u0647 \u0627\u0633\u062A \u060C \u067E\u0627\u0631\u0627\u0645\u062A\u0631 \u062F\u0631\u062E\u0648\u0627\u0633\u062A \u0627\u0634\u062A\u0628\u0627\u0647 \u0627\u0633\u062A \u060C \u0644\u0637\u0641\u0627\u064B \u067E\u06CC\u06A9\u0631\u0628\u0646\u062F\u06CC \u0645\u0631\u0628\u0648\u0637\u0647 \u0631\u0627 \u0628\u0631\u0631\u0633\u06CC \u06A9\u0646\u06CC\u062F.","error.googleLimitIp":"\u062E\u062F\u0645\u062A \u062E\u0637\u0627 \u0631\u0627 \u0628\u0631\u0645\u06CC \u06AF\u0631\u062F\u0627\u0646\u062F \u060C \u062E\u062F\u0645\u0627\u062A \u06AF\u0648\u06AF\u0644 \u0628\u0631\u0627\u06CC \u0627\u06CC\u0646 \u0622\u062F\u0631\u0633 IP \u0645\u062D\u062F\u0648\u062F \u0634\u062F\u0647 \u0627\u0633\u062A \u060C \u067E\u06CC\u0634\u0646\u0647\u0627\u062F \u0645\u06CC \u06A9\u0646\u06CC\u0645 \u0634\u0645\u0627 \u0646\u0648\u062F \u0634\u0628\u06A9\u0647 \u0631\u0627 \u062A\u063A\u06CC\u06CC\u0631 \u062F\u0647\u06CC\u062F.","translationFont.notSupportErrorMessage":"\u0644\u0637\u0641\u0627\u064B \u0646\u0627\u0645 \u0641\u0648\u0646\u062A\u06CC \u06A9\u0647 \u0648\u0627\u0631\u062F \u06A9\u0631\u062F\u0647 \u0627\u06CC\u062F \u0631\u0627 \u0628\u0631\u0631\u0633\u06CC \u06A9\u0646\u06CC\u062F \u062A\u0627 \u0645\u0637\u0645\u0626\u0646 \u0634\u0648\u06CC\u062F \u06A9\u0647 \u062F\u0631\u0633\u062A \u0627\u0633\u062A\u060C \u06CC\u0627 \u062A\u0623\u06CC\u06CC\u062F \u06A9\u0646\u06CC\u062F \u06A9\u0647 \u0627\u06CC\u0646 \u0641\u0648\u0646\u062A \u0628\u0631 \u0631\u0648\u06CC \u062F\u0633\u062A\u06AF\u0627\u0647 \u0634\u0645\u0627 \u0646\u0635\u0628 \u0634\u062F\u0647 \u0627\u0633\u062A.","error.gemini.429":"\u062E\u062F\u0645\u062A Gemini \u062F\u0631 \u062D\u0627\u0644 \u062D\u0627\u0636\u0631 \u0628\u0647 \u0638\u0631\u0641\u06CC\u062A \u062D\u062F\u0627\u06A9\u062B\u0631\u06CC \u062E\u0648\u062F \u0631\u0633\u06CC\u062F\u0647 \u0627\u0633\u062A\u060C \u0644\u0637\u0641\u0627\u064B \u0628\u0639\u062F\u0627\u064B \u062F\u0648\u0628\u0627\u0631\u0647 \u0627\u0645\u062A\u062D\u0627\u0646 \u06A9\u0646\u06CC\u062F \u06CC\u0627 \u0628\u0647 \u0633\u0631\u0648\u06CC\u0633 \u062A\u0631\u062C\u0645\u0647 \u062F\u06CC\u06AF\u0631\u06CC \u062A\u063A\u06CC\u06CC\u0631 \u062F\u0647\u06CC\u062F.","desc.toggleVideoSubtitlePreTranslation":"\u0628\u0639\u062F \u0641\u0634\u0627\u0631\u060C \u0632\u06CC\u0631\u0646\u0648\u06CC\u0633 \u062F\u0648\u0632\u0628\u0627\u0646\u0647 \u0648\u06CC\u062F\u06CC\u0648 \u0627\u0648\u0644\u0648\u06CC\u062A \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u0627\u0632 \u062A\u0646\u0638\u06CC\u0645\u0627\u062A \u062A\u0631\u062C\u0645\u0647 \u063A\u0648\u0637\u0647 \u0648\u0631 \u062E\u0648\u0627\u0647\u062F \u062F\u0627\u0634\u062A\u060C \u0628\u0627 \u0641\u0634\u0627\u0631 \u062F\u0648\u0628\u0627\u0631\u0647\u060C \u0627\u0648\u0644\u0648\u06CC\u062A \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u0627\u0632 \u0632\u06CC\u0631\u0646\u0648\u06CC\u0633 \u0645\u0627\u0634\u06CC\u0646\u06CC \u0627\u0635\u0644\u06CC \u0648\u06CC\u062F\u06CC\u0648 \u062E\u0648\u0627\u0647\u062F \u0628\u0648\u062F\u060C \u062A\u0648\u062C\u0647 \u062F\u0627\u0634\u062A\u0647 \u0628\u0627\u0634\u06CC\u062F: \u0627\u06CC\u0646 \u0645\u06CC\u0627\u0646\u0628\u0631 \u062A\u0646\u0638\u06CC\u0645\u0627\u062A \u062C\u0647\u0627\u0646\u06CC \u0631\u0627 \u062A\u063A\u06CC\u06CC\u0631 \u0645\u06CC \u062F\u0647\u062F.","error.openAIFreeLimit":"\u062E\u062F\u0645\u062A \u062E\u0637\u0627 \u0631\u0627 \u0628\u0631\u0645\u06CC \u06AF\u0631\u062F\u0627\u0646\u062F\u060C \u0641\u0631\u06A9\u0627\u0646\u0633 \u062F\u0631\u062E\u0648\u0627\u0633\u062A \u062A\u0631\u062C\u0645\u0647 \u0641\u0639\u0644\u06CC \u0628\u0647 \u062D\u062F\u0627\u06A9\u062B\u0631 3 \u0628\u0627\u0631 \u062F\u0631 \u062F\u0642\u06CC\u0642\u0647 \u0631\u0633\u06CC\u062F\u0647 \u0627\u0633\u062A\u060C \u0644\u0637\u0641\u0627\u064B \u0628\u0639\u062F\u0627\u064B \u062F\u0648\u0628\u0627\u0631\u0647 \u0627\u0645\u062A\u062D\u0627\u0646 \u06A9\u0646\u06CC\u062F. (\u0627\u06CC\u0646 \u0645\u062D\u062F\u0648\u062F\u06CC\u062A \u0631\u0633\u0645\u06CC OpenAI \u0628\u0631\u0627\u06CC API Key \u0631\u0627\u06CC\u06AF\u0627\u0646 \u0627\u0633\u062A\u060C \u0628\u0631\u0627\u06CC \u0631\u0641\u0639 \u0627\u06CC\u0646 \u0645\u062D\u062F\u0648\u062F\u06CC\u062A\u060C \u0644\u0637\u0641\u0627\u064B \u06A9\u0627\u0631\u062A \u0627\u0639\u062A\u0628\u0627\u0631\u06CC \u062E\u0648\u062F \u0631\u0627 \u062F\u0631 \u067E\u0646\u0644 OpenAI \u0645\u062A\u0635\u0644 \u06A9\u0646\u06CC\u062F.)","error.serveUnavailable":"\u062E\u062F\u0645\u062A [{serverName}] \u06A9\u0647 \u062F\u0631 \u062D\u0627\u0644 \u062D\u0627\u0636\u0631 \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u0645\u06CC \u06A9\u0646\u06CC\u062F \u0628\u0647 \u062F\u0644\u06CC\u0644 \u0645\u0634\u06A9\u0644\u0627\u062A \u0627\u062A\u0635\u0627\u0644 \u0628\u0647 \u0634\u0628\u06A9\u0647 \u06CC\u0627 \u0645\u0634\u06A9\u0644\u0627\u062A \u0627\u0631\u0627\u0626\u0647 \u062F\u0647\u0646\u062F\u0647 \u062E\u062F\u0645\u0627\u062A \u0645\u0648\u0642\u062A\u0627\u064B \u0642\u0627\u0628\u0644 \u062F\u0633\u062A\u0631\u0633\u06CC \u0646\u06CC\u0633\u062A. \u067E\u06CC\u0634\u0646\u0647\u0627\u062F \u0645\u06CC \u06A9\u0646\u06CC\u0645 \u0635\u0641\u062D\u0647 \u0631\u0627 \u062A\u0627\u0632\u0647 \u06A9\u0646\u06CC\u062F \u06CC\u0627 \u0627\u0632 \u0637\u0631\u06CC\u0642 <1>\u062A\u0646\u0638\u06CC\u0645\u0627\u062A \u0628\u0647 \u062E\u062F\u0645\u0627\u062A \u062A\u0631\u062C\u0645\u0647 \u062F\u06CC\u06AF\u0631\u06CC \u062A\u063A\u06CC\u06CC\u0631 \u062F\u0647\u06CC\u062F. \u0627\u06AF\u0631 \u0634\u0645\u0627 \u0639\u0636\u0648 <2>Pro \u0647\u0633\u062A\u06CC\u062F\u060C \u0645\u06CC \u062A\u0648\u0627\u0646\u06CC\u062F \u0627\u0632 \u062E\u062F\u0645\u0627\u062A \u062A\u0631\u062C\u0645\u0647 \u067E\u0627\u06CC\u062F\u0627\u0631\u062A\u0631 DeepL \u06CC\u0627 OpenAI \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u06A9\u0646\u06CC\u062F (<3>\u0627\u06CC\u0646\u062C\u0627 \u0631\u0627 \u0628\u0631\u0627\u06CC \u062A\u062C\u0631\u0628\u0647 \u0631\u0627\u06CC\u06AF\u0627\u0646 \u06A9\u0644\u06CC\u06A9 \u06A9\u0646\u06CC\u062F). \u0639\u0644\u0627\u0648\u0647 \u0628\u0631 \u0627\u06CC\u0646\u060C \u0645\u0645\u06A9\u0646 \u0627\u0633\u062A \u0646\u06CC\u0627\u0632 \u0628\u0627\u0634\u062F \u062A\u0646\u0638\u06CC\u0645\u0627\u062A \u0634\u0628\u06A9\u0647 \u06CC\u0627 \u067E\u0631\u0648\u06A9\u0633\u06CC \u062E\u0648\u062F \u0631\u0627 \u0628\u0631\u0631\u0633\u06CC \u06A9\u0646\u06CC\u062F.","widget.translateFile":"PDF/ePub",goLogin:"\u0648\u0631\u0648\u062F \u06A9\u0646\u06CC\u062F",notLogin:"\u0648\u0631\u0648\u062F \u0646\u0634\u062F\u0647 \u0627\u0633\u062A","error.reason":"\u062F\u0644\u06CC\u0644 \u062E\u0637\u0627",shortcutSettings:"\u0645\u06CC\u0627\u0646\u0628\u0631",alwaysTranslate:"\u0647\u0645\u06CC\u0634\u0647 \u062A\u0631\u062C\u0645\u0647 \u06A9\u0646\u06CC\u062F","translationServices.gemini":"\u062C\u0645\u0646\u06CC","slide.left":"\u0628\u0647 \u0631\u0627\u0633\u062A \u0628\u06A9\u0634\u06CC\u062F",loggedIn:"\u0648\u0627\u0631\u062F \u0634\u062F\u0647 \u0627\u06CC\u062F","floatBall.iKnow":"\u0645\u0646 \u0645\u06CC \u062F\u0627\u0646\u0645","intro.floatBallTitle":"\u062A\u0631\u062C\u0645\u0647 \u0633\u0631\u06CC\u0639 \u0628\u0627\u0644 \u0634\u0646\u0627\u0648\u0631","shortcutGroup.touch":"\u0698\u0633\u062A \u0647\u0627\u06CC \u062E\u0627\u0635 \u0635\u0641\u062D\u0647 \u0644\u0645\u0633\u06CC","tagsInput.add":"+ \u0627\u0636\u0627\u0641\u0647 \u06A9\u0631\u062F\u0646",shortcutSettingsTitle:"\u062A\u0646\u0638\u06CC\u0645\u0627\u062A \u0645\u06CC\u0627\u0646\u0628\u0631","widget.instruction":"\u062F\u0633\u062A\u0648\u0631\u0627\u0644\u0639\u0645\u0644 \u0627\u0633\u062A\u0641\u0627\u062F\u0647",touchShortcutsOff:"\u0628\u0633\u062A\u0647 \u0634\u062F\u0646","shortcutGroup.others":"\u06A9\u0644\u06CC\u062F\u0647\u0627\u06CC \u0645\u06CC\u0627\u0646\u0628\u0631 \u0633\u0641\u0627\u0631\u0634\u06CC \u0628\u06CC\u0634\u062A\u0631","error.subscriptionExpiredTitle":"\u0639\u0636\u0648\u06CC\u062A \u0645\u0646\u0642\u0636\u06CC \u0634\u062F\u0647 \u0627\u0633\u062A","error.retry":"\u062A\u0644\u0627\u0634 \u0645\u062C\u062F\u062F",neverTranslate:"\u0647\u0631\u06AF\u0632 \u062A\u0631\u062C\u0645\u0647 \u0646\u0645\u06CC \u06A9\u0646\u0645",networkError:"\u062E\u062F\u0645\u0627\u062A \u062A\u0631\u062C\u0645\u0647 \u06CC\u0627 \u0634\u0628\u06A9\u0647 \u0645\u0634\u06A9\u0644 \u062F\u0627\u0631\u062F","widget.translateFileTooltip":"\u062A\u0631\u062C\u0645\u0647 \u0627\u0633\u0646\u0627\u062F PDF\u060C EPUB\u060C SRT\u060C ASS\u060C HTML \u0648 TXT","slide.right":"\u0628\u0647 \u0686\u067E \u0628\u06A9\u0634\u06CC\u062F","multipleClick.3":"\u0633\u0647 \u0636\u0631\u0628\u0647 \u0645\u062A\u0648\u0627\u0644\u06CC","multipleClick.4":"\u0686\u0647\u0627\u0631 \u0636\u0631\u0628\u0647 \u0645\u062A\u0648\u0627\u0644\u06CC",pickAll:"\u0627\u0646\u062A\u062E\u0627\u0628 \u0647\u0645\u0647",contact:"\u0628\u0627 \u0645\u0627 \u062A\u0645\u0627\u0633 \u0628\u06AF\u06CC\u0631\u06CC\u062F","subtitle.bilingual":"\u0632\u06CC\u0631\u0646\u0648\u06CC\u0633 \u062F\u0648\u0632\u0628\u0627\u0646\u0647","shortcutGroup.shortcutsForTranslationServices":"\u06A9\u0644\u06CC\u062F\u0647\u0627\u06CC \u0645\u06CC\u0627\u0646\u0628\u0631 \u0645\u0631\u0628\u0648\u0637 \u0628\u0647 \u062E\u062F\u0645\u0627\u062A \u062A\u0631\u062C\u0645\u0647",buildSnapshots:"\u0627\u06CC\u062C\u0627\u062F \u0639\u06A9\u0633 \u0641\u0648\u0631\u06CC \u0627\u0632 \u0635\u0641\u062D\u0647 \u0648\u0628","widget.instructionTooltip":"\u062F\u0633\u062A\u0648\u0631\u0627\u0644\u0639\u0645\u0644 \u0631\u0627 \u0628\u0631\u0631\u0633\u06CC \u06A9\u0646\u06CC\u062F","widget.videoSubtitle":"\u0632\u06CC\u0631\u0646\u0648\u06CC\u0633 \u0648\u06CC\u062F\u06CC\u0648","multipleClick.2":"\u062F\u0648\u0628\u0627\u0631 \u06A9\u0644\u06CC\u06A9 \u06A9\u0646\u06CC\u062F","subtitle.autoDisableSubtitle":"\u0632\u06CC\u0631\u0646\u0648\u06CC\u0633 \u062F\u0648\u0632\u0628\u0627\u0646\u0647 \u0628\u0647 \u0635\u0648\u0631\u062A \u062E\u0648\u062F\u06A9\u0627\u0631 \u0641\u0639\u0627\u0644 \u0646\u0645\u06CC \u0634\u0648\u062F",mouseHoverCustomKeyTitle:"\u0633\u0641\u0627\u0631\u0634\u06CC \u06A9\u0631\u062F\u0646 \u0645\u06CC\u0627\u0646\u0628\u0631 \u0645\u0648\u0633 \u062F\u0631 \u062D\u0627\u0644\u062A \u0634\u0646\u0627\u0648\u0631","browser.translateWithOpenAI":"\u0627\u0632 OpenAI \u0628\u0631\u0627\u06CC \u062A\u0631\u062C\u0645\u0647 \u0645\u0648\u0642\u062A\u06CC \u0635\u0641\u062D\u0647 \u0641\u0639\u0644\u06CC \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u06A9\u0646\u06CC\u062F",neverTranslateThisSite:"\u0647\u0631\u06AF\u0632 \u0627\u06CC\u0646 \u0648\u0628\u0633\u0627\u06CC\u062A \u0631\u0627 \u062A\u0631\u062C\u0645\u0647 \u0646\u06A9\u0646\u06CC\u062F","browser.translateInputBox":"\u062A\u0631\u062C\u0645\u0647 \u0645\u062D\u062A\u0648\u0627\u06CC \u062C\u0639\u0628\u0647 \u0648\u0631\u0648\u062F\u06CC \u0641\u0639\u0644\u06CC","subtitle.hideQuickButton":"\u062F\u06CC\u06AF\u0631 \u0627\u06CC\u0646 \u0645\u06CC\u0627\u0646\u0628\u0631 \u0631\u0627 \u0646\u0634\u0627\u0646 \u0646\u062F\u0647","subtitle.showQuickButton":"\u062F\u0631 \u067E\u062E\u0634 \u06A9\u0646\u0646\u062F\u0647\u060C \u0645\u06CC\u0627\u0646\u0628\u0631 \u0632\u06CC\u0631\u0646\u0648\u06CC\u0633 \u062F\u0648\u0632\u0628\u0627\u0646\u0647 \u0646\u0645\u0627\u06CC\u0634 \u062F\u0627\u062F\u0647 \u0634\u0648\u062F","browser.translateWithTransmart":"\u0627\u0632 \u062A\u0631\u062C\u0645\u0647 \u0645\u0648\u0642\u062A\u06CC \u062A\u0646\u0633\u0646\u062A \u0628\u0631\u0627\u06CC \u0635\u0641\u062D\u0647 \u0641\u0639\u0644\u06CC \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u06A9\u0646\u06CC\u062F","intro.hoverTitle":"\u0645\u0648\u0634\u0648\u0627\u0631\u0647 \u0631\u0627 \u0628\u0631 \u0631\u0648\u06CC \u067E\u0627\u0631\u0627\u06AF\u0631\u0627\u0641 \u0641\u0639\u0644\u06CC \u0628\u06AF\u0630\u0627\u0631\u06CC\u062F \u062A\u0627 \u062A\u0631\u062C\u0645\u0647 \u0634\u0648\u062F","shortcutGroup.mouse":"\u062A\u0646\u0638\u06CC\u0645\u0627\u062A \u0645\u06CC\u0627\u0646\u0628\u0631 \u0645\u0648\u0633 \u062F\u0631 \u062D\u0627\u0644\u062A \u0634\u0646\u0627\u0648\u0631",temprarilyChangeTranslationTo_openai:"\u062F\u0631 \u062D\u0627\u0644 \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u0627\u0632 OpenAI \u0628\u0631\u0627\u06CC \u062A\u0631\u062C\u0645\u0647 \u0635\u0641\u062D\u0647 \u0641\u0639\u0644\u06CC \u0647\u0633\u062A\u0645","browser.translateWithDeepL":"\u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u0645\u0648\u0642\u062A \u0627\u0632 DeepL \u0628\u0631\u0627\u06CC \u062A\u0631\u062C\u0645\u0647 \u0635\u0641\u062D\u0647 \u0641\u0639\u0644\u06CC",translationOnlyMode:"\u0641\u0642\u0637 \u062D\u0627\u0644\u062A \u062A\u0631\u062C\u0645\u0647","widget.videoSubtitleTooltip":"\u067E\u0634\u062A\u06CC\u0628\u0627\u0646\u06CC \u0627\u0632 Youtube \u0648 {count}+ \u0633\u0627\u06CC\u062A \u0648\u06CC\u062F\u06CC\u0648\u06CC\u06CC \u062F\u06CC\u06AF\u0631",paragraphMinTextCountField:"\u062A\u0639\u062F\u0627\u062F \u06A9\u0645\u062A\u0631\u06CC\u0646 \u06A9\u0627\u0631\u0627\u06A9\u062A\u0631\u0647\u0627\u06CC \u0645\u0648\u0631\u062F \u0646\u06CC\u0627\u0632 \u0628\u0631\u0627\u06CC \u062A\u0631\u062C\u0645\u0647 \u067E\u0627\u0631\u0627\u06AF\u0631\u0627\u0641",temprarilyChangeTranslationTo_gemini:"\u062F\u0631 \u062D\u0627\u0644 \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u0627\u0632 Gemini \u0628\u0631\u0627\u06CC \u062A\u0631\u062C\u0645\u0647 \u0635\u0641\u062D\u0647 \u0641\u0639\u0644\u06CC \u0647\u0633\u062A\u0645","shortcutGroup.main":"\u0645\u06CC\u0627\u0646\u0628\u0631\u0647\u0627\u06CC \u06A9\u0644\u06CC\u062F\u06CC \u0639\u0645\u0644\u06A9\u0631\u062F \u0631\u0627\u06CC\u062C",temprarilyChangeTranslationTo_deepl:"\u062F\u0631 \u062D\u0627\u0644 \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u0627\u0632 \u062A\u0631\u062C\u0645\u0647 DeepL \u0628\u0631\u0627\u06CC \u0635\u0641\u062D\u0647 \u0641\u0639\u0644\u06CC",temprarilyChangeTranslationTo_transmart:"\u062F\u0631 \u062D\u0627\u0644 \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u0627\u0632 \u062A\u0631\u062C\u0645\u0647 \u062A\u0646\u0633\u0646\u062A \u0628\u0631\u0627\u06CC \u0635\u0641\u062D\u0647 \u0641\u0639\u0644\u06CC",alwaysTranslateThisSite:"\u0647\u0645\u06CC\u0634\u0647 \u0627\u06CC\u0646 \u0648\u0628\u0633\u0627\u06CC\u062A \u0631\u0627 \u062A\u0631\u062C\u0645\u0647 \u06A9\u0646\u06CC\u062F","browser.translateWithBing":"\u0627\u0632 \u062A\u0631\u062C\u0645\u0647 \u0645\u0627\u06CC\u06A9\u0631\u0648\u0633\u0627\u0641\u062A \u0628\u0631\u0627\u06CC \u062A\u0631\u062C\u0645\u0647 \u0645\u0648\u0642\u062A\u06CC \u0635\u0641\u062D\u0647 \u0641\u0639\u0644\u06CC \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u06A9\u0646\u06CC\u062F",upgradeToProErrorTitle:"\u0644\u0637\u0641\u0627\u064B \u0628\u0647 \u0639\u0636\u0648\u06CC\u062A Pro \u0627\u0631\u062A\u0642\u0627 \u062F\u0647\u06CC\u062F \u0648 \u0633\u067E\u0633 \u0627\u0632 \u0627\u06CC\u0646 \u062E\u062F\u0645\u062A \u062A\u0631\u062C\u0645\u0647 \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u06A9\u0646\u06CC\u062F","intro.subtitleTitle":"\u0646\u0645\u0627\u06CC\u0634 \u0632\u06CC\u0631\u0646\u0648\u06CC\u0633 \u062F\u0648\u0632\u0628\u0627\u0646\u0647 \u0648\u06CC\u062F\u06CC\u0648\u06CC \u0622\u0646\u0644\u0627\u06CC\u0646",temprarilyChangeTranslationTo_bing:"\u062F\u0631 \u062D\u0627\u0644 \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u0627\u0632 \u062A\u0631\u062C\u0645\u0647 \u0645\u0627\u06CC\u06A9\u0631\u0648\u0633\u0627\u0641\u062A \u0628\u0631\u0627\u06CC \u0635\u0641\u062D\u0647 \u0641\u0639\u0644\u06CC \u0647\u0633\u062A\u0645",touchShortcutsToggleTranslationMask:"\u062A\u0646\u0638\u06CC\u0645 \u0646\u0645\u0627\u06CC\u0634 \u0698\u0633\u062A \u0644\u0645\u0633\u06CC \u0628\u0631\u0627\u06CC \u0646\u0645\u0627\u06CC\u0634 \u0645\u062A\u0646 \u062A\u0631\u062C\u0645\u0647 / \u0646\u0645\u0627\u06CC\u0634 \u0645\u062A\u0646 \u0627\u0635\u0644\u06CC","browser.translateWithGemini":"\u0628\u0647 \u0637\u0648\u0631 \u0645\u0648\u0642\u062A \u0627\u0632 Gemini \u0628\u0631\u0627\u06CC \u062A\u0631\u062C\u0645\u0647 \u0635\u0641\u062D\u0647 \u0641\u0639\u0644\u06CC \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u06A9\u0646\u06CC\u062F","browser.toggleVideoSubtitlePreTranslation":"\u062A\u063A\u06CC\u06CC\u0631 \u0632\u06CC\u0631\u0646\u0648\u06CC\u0633 \u062F\u0648\u0632\u0628\u0627\u0646\u0647 \u0628\u0627 \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u0627\u0632 \u062A\u0646\u0638\u06CC\u0645\u0627\u062A \u062A\u0631\u062C\u0645\u0647 \u0641\u0631\u0648 \u0631\u0641\u062A\u0647 \u0627\u0648\u0644\u0648\u06CC\u062A \u062F\u0627\u0631\u062F",notLoginPro:"\u0634\u0645\u0627 \u0647\u0646\u0648\u0632 \u0628\u0647 \u062D\u0633\u0627\u0628 \u06A9\u0627\u0631\u0628\u0631\u06CC \u062E\u0648\u062F \u0648\u0627\u0631\u062F \u0646\u0634\u062F\u0647 \u0627\u06CC\u062F",touchShortcutsToggleTranslatePage:"\u0628\u0631\u0627\u06CC \u062A\u0631\u062C\u0645\u0647 \u0635\u0641\u062D\u0627\u062A \u0648\u0628 / \u0646\u0645\u0627\u06CC\u0634 \u0645\u062A\u0646 \u0627\u0635\u0644\u06CC \u060C \u062D\u0631\u06A9\u062A \u0647\u0627\u06CC \u0644\u0645\u0633\u06CC \u0631\u0627 \u062A\u0646\u0638\u06CC\u0645 \u06A9\u0646\u06CC\u062F",temprarilyChangeTranslationTo_google:"\u062F\u0631 \u062D\u0627\u0644 \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u0627\u0632 \u062A\u0631\u062C\u0645\u0647 \u06AF\u0648\u06AF\u0644 \u0628\u0631\u0627\u06CC \u0635\u0641\u062D\u0647 \u0641\u0639\u0644\u06CC \u0647\u0633\u062A\u0645","neverTranslateText.title":"\u0644\u0637\u0641\u0627\u064B \u06A9\u0644\u0645\u0627\u062A \u0632\u06CC\u0631 \u0631\u0627 \u0628\u0647 \u0635\u0648\u0631\u062A \u0627\u0635\u0644\u06CC \u062D\u0641\u0638 \u06A9\u0646\u06CC\u062F\u060C \u062A\u0631\u062C\u0645\u0647 \u0646\u06A9\u0646\u06CC\u062F.",touchShortcutsToggleTranslateTouchElement:"\u062A\u0646\u0638\u06CC\u0645 \u062D\u0631\u06A9\u062A \u0644\u0645\u0633\u06CC \u0635\u0641\u062D\u0647 \u0646\u0645\u0627\u06CC\u0634 \u0628\u0631\u0627\u06CC \u062A\u0631\u062C\u0645\u0647 \u067E\u0627\u0631\u0627\u06AF\u0631\u0627\u0641 \u0645\u0634\u062E\u0635","description.baiduField":"\u062D\u0648\u0632\u0647 \u0647\u0627\u06CC \u067E\u0634\u062A\u06CC\u0628\u0627\u0646\u06CC \u0634\u062F\u0647 \u0631\u0627 \u062F\u0631 <1>\u0627\u06CC\u0646\u062C\u0627 \u0628\u0628\u06CC\u0646\u06CC\u062F \u060C \u0627\u06AF\u0631 \u062E\u0627\u0644\u06CC \u0628\u0627\u0634\u062F \u0628\u0647 \u0645\u0639\u0646\u06CC \u0627\u06CC\u0646 \u0627\u0633\u062A \u06A9\u0647 \u062D\u0648\u0632\u0647 \u0627\u06CC \u0645\u0634\u062E\u0635 \u0646\u0634\u062F\u0647 \u0627\u0633\u062A",mouseHoverCustomKeyDescription:"\u0634\u0645\u0627 \u0645\u06CC \u062A\u0648\u0627\u0646\u06CC\u062F \u06CC\u06A9 \u0645\u06CC\u0627\u0646\u0628\u0631 \u062A\u0631\u06A9\u06CC\u0628\u06CC \u0633\u0641\u0627\u0631\u0634\u06CC \u0628\u0631\u0627\u06CC \u0645\u0648\u0633 \u0631\u0627 \u062A\u0639\u0631\u06CC\u0641 \u06A9\u0646\u06CC\u062F\u060C \u0645\u0627\u0646\u0646\u062F: Alt+Z\u060C Ctrl+E\u060C Cmd+Alt+E \u06CC\u0627 \u0641\u0642\u0637 Cmd\u060C \u0644\u0637\u0641\u0627 \u0628\u0647 \u0635\u0648\u0631\u062A \u062F\u0633\u062A\u06CC \u062F\u0627\u062E\u0644 \u06A9\u0646\u06CC\u062F.","floatBall.guideClickToTranslate":`\u0628\u0627 \u06A9\u0644\u06CC\u06A9 \u06A9\u0631\u062F\u0646 \u0628\u0631 \u0631\u0648\u06CC \u062A\u0648\u067E \u0634\u0646\u0627\u0648\u0631 \u062A\u0631\u062C\u0645\u0647 \u0641\u0648\u0631\u06CC \u0645\u06CC \u062A\u0648\u0627\u0646\u06CC\u062F \u0633\u0631\u06CC\u0639\u0627 \u062A\u0631\u062C\u0645\u0647 \u06A9\u0646\u06CC\u062F`,"browser.toggleMouseHoverTranslateDirectly":"\u062F\u0631 \u0635\u0641\u062D\u0647\u060C \u0628\u0647 \u0637\u0648\u0631 \u0645\u0648\u0642\u062A \u0641\u0639\u0627\u0644 \u06CC\u0627 \u063A\u06CC\u0631\u0641\u0639\u0627\u0644 \u06A9\u0631\u062F\u0646 \u062A\u0631\u062C\u0645\u0647 \u0645\u0633\u062A\u0642\u06CC\u0645 \u0645\u0648\u0633 \u0647\u0646\u06AF\u0627\u0645 \u0627\u0634\u0627\u0631\u0647","desc.toggleTranslateTheWholePage":"\u062A\u0631\u062C\u0645\u0647 \u06A9\u0644 \u0635\u0641\u062D\u0647\u060C \u0628\u0647 \u0637\u0648\u0631 \u067E\u06CC\u0634 \u0641\u0631\u0636\u060C \u0645\u0627 \u0642\u0633\u0645\u062A \u0627\u0635\u0644\u06CC \u0635\u0641\u062D\u0647 \u0631\u0627 \u062A\u0631\u062C\u0645\u0647 \u0645\u06CC \u06A9\u0646\u06CC\u0645\u060C \u0634\u0645\u0627 \u0645\u06CC \u062A\u0648\u0627\u0646\u06CC\u062F \u0627\u0632 \u0627\u06CC\u0646 \u0645\u06CC\u0627\u0646\u0628\u0631 \u0628\u0631\u0627\u06CC \u062A\u0631\u062C\u0645\u0647 \u062E\u0627\u0635 \u06A9\u0644 \u0635\u0641\u062D\u0647 \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u06A9\u0646\u06CC\u062F","floatBall.longPress":"\u0628\u0627 \u0641\u0634\u0627\u0631 \u0637\u0648\u0644\u0627\u0646\u06CC \u0645\u06CC \u062A\u0648\u0627\u0646\u06CC\u062F \u0628\u0647 \u0633\u0631\u0639\u062A \u067E\u0646\u0644 \u062A\u0646\u0638\u06CC\u0645\u0627\u062A \u0631\u0627 \u0628\u0627\u0632 \u06A9\u0646\u06CC\u062F","desc.touchShortcutsToggleTranslateTouchElement":"\u06CC\u06A9 \u062D\u0631\u06A9\u062A \u062F\u0633\u062A \u0633\u0641\u0627\u0631\u0634\u06CC \u062A\u0639\u0631\u06CC\u0641 \u06A9\u0646\u06CC\u062F\u060C \u062A\u0627 \u0628\u062A\u0648\u0627\u0646\u06CC\u062F \u0647\u0631 \u067E\u0627\u0631\u0627\u06AF\u0631\u0627\u0641\u06CC \u0631\u0627 \u062F\u0631 \u0645\u062D\u0644 \u062E\u0648\u062F \u062A\u0631\u062C\u0645\u0647 \u06A9\u0646\u06CC\u062F","desc.interfaceLanguage":"\u062A\u0646\u0638\u06CC\u0645 \u0632\u0628\u0627\u0646 \u0631\u0627\u0628\u0637 \u062A\u0623\u062B\u06CC\u0631 \u0628\u0631 \u0632\u0628\u0627\u0646 \u0646\u0645\u0627\u06CC\u0634 \u067E\u0646\u0644 \u06A9\u0646\u062A\u0631\u0644 \u062F\u0627\u0631\u062F \u0648 \u0628\u0627 \u0632\u0628\u0627\u0646 \u0647\u062F\u0641 \u062A\u0631\u062C\u0645\u0647 \u0627\u0631\u062A\u0628\u0627\u0637\u06CC \u0646\u062F\u0627\u0631\u062F.","error.subscriptionExpired":"\u0639\u0636\u0648\u06CC\u062A \u0634\u0645\u0627 \u0645\u0645\u06A9\u0646 \u0627\u0633\u062A \u0645\u0646\u0642\u0636\u06CC \u0634\u062F\u0647 \u0628\u0627\u0634\u062F\u060C \u0644\u0637\u0641\u0627 \u0648\u0636\u0639\u06CC\u062A \u0639\u0636\u0648\u06CC\u062A \u062E\u0648\u062F \u0631\u0627 \u0628\u0631\u0631\u0633\u06CC \u06A9\u0646\u06CC\u062F.",shortcutDisableTooltip:"\u0644\u0637\u0641\u0627\u064B \u062F\u0631 \u0635\u0641\u062D\u0647 \u0645\u062F\u06CC\u0631\u06CC\u062A \u0645\u06CC\u0627\u0646\u0628\u0631\u0647\u0627\u06CC \u0627\u0641\u0632\u0648\u0646\u0647 \u0645\u0631\u0648\u0631\u06AF\u0631 \u062A\u0646\u0638\u06CC\u0645\u0627\u062A \u0631\u0627 \u0627\u0646\u062C\u0627\u0645 \u062F\u0647\u06CC\u062F\u060C \u0628\u0631\u0627\u06CC \u0631\u0627\u0647\u0646\u0645\u0627\u06CC\u06CC \u0628\u06CC\u0634\u062A\u0631 \u0628\u0647 \u062A\u0648\u0636\u06CC\u062D\u0627\u062A \u0628\u0627\u0644\u0627\u06CC \u0627\u06CC\u0646 \u0635\u0641\u062D\u0647 \u0645\u0631\u0627\u062C\u0639\u0647 \u06A9\u0646\u06CC\u062F.",paragraphMinTextCountDesc:"\u062A\u0648\u062C\u0647 \u062F\u0627\u0634\u062A\u0647 \u0628\u0627\u0634\u06CC\u062F\u060C \u0627\u06CC\u0646\u062C\u0627 \u0628\u0647 \u0637\u0648\u0644 \u06A9\u0627\u0631\u0627\u06A9\u062A\u0631 \u0627\u0634\u0627\u0631\u0647 \u0645\u06CC \u0634\u0648\u062F\u060C \u0628\u0631\u0627\u06CC \u0645\u062B\u0627\u0644: hello 5 \u06A9\u0627\u0631\u0627\u06A9\u062A\u0631 \u0627\u0633\u062A\u060C \u062A\u0646\u0638\u06CC\u0645 \u0628\u0631 \u0631\u0648\u06CC \u0645\u0642\u062F\u0627\u0631 \u0628\u0632\u0631\u06AF\u062A\u0631 \u0645\u06CC \u062A\u0648\u0627\u0646\u062F \u062A\u0631\u062C\u0645\u0647 \u067E\u0627\u0631\u0627\u06AF\u0631\u0627\u0641 \u0647\u0627\u06CC \u06A9\u0648\u0686\u06A9 \u063A\u06CC\u0631 \u0636\u0631\u0648\u0631\u06CC \u0631\u0627 \u06A9\u0627\u0647\u0634 \u062F\u0647\u062F.","desc.mouseHoverHoldKey":"\u0648\u0642\u062A\u06CC \u0645\u0648\u0634\u0648\u0627\u0631\u0647 \u0628\u0631 \u0631\u0648\u06CC \u06CC\u06A9 \u067E\u0627\u0631\u0627\u06AF\u0631\u0627\u0641 \u0642\u0631\u0627\u0631 \u0645\u06CC \u06AF\u06CC\u0631\u062F\u060C \u0628\u0627 \u0641\u0634\u0627\u0631 \u062F\u0627\u062F\u0646 \u062F\u06A9\u0645\u0647 \u0647\u0627\u06CC \u0645\u06CC\u0627\u0646\u0628\u0631 \u062F\u0631 \u0633\u0645\u062A \u0631\u0627\u0633\u062A\u060C \u0645\u06CC \u062A\u0648\u0627\u0646\u06CC\u062F \u0645\u0633\u062A\u0642\u06CC\u0645\u0627\u064B \u0622\u0646 \u067E\u0627\u0631\u0627\u06AF\u0631\u0627\u0641 \u0631\u0627 \u062A\u0631\u062C\u0645\u0647 \u06A9\u0646\u06CC\u062F.","desc.toggleMouseHoverTranslateDirectly":"\u0628\u0639\u062F \u0641\u0634\u0627\u0631\u062F\u0647\u0646 \u0627\u06CC\u0646 \u06A9\u0644\u06CC\u062F \u0645\u06CC\u0627\u0646\u0628\u0631\u060C \u062F\u0631 \u0635\u0641\u062D\u0647\u060C \u0641\u0642\u0637 \u06A9\u0627\u0641\u06CC \u0627\u0633\u062A \u0645\u0648\u0633 \u0631\u0627 \u0628\u0631 \u0631\u0648\u06CC \u0647\u0631 \u0628\u062E\u0634\u06CC \u0627\u0632 \u0645\u062A\u0646 \u0642\u0631\u0627\u0631 \u062F\u0647\u06CC\u062F\u060C \u0645\u062A\u0646 \u0628\u0647 \u0635\u0648\u0631\u062A \u062E\u0648\u062F\u06A9\u0627\u0631 \u062A\u0631\u062C\u0645\u0647 \u0645\u06CC \u0634\u0648\u062F. \u0628\u0627 \u0641\u0634\u0627\u0631 \u062F\u0627\u062F\u0646 \u062F\u0648\u0628\u0627\u0631\u0647 \u06A9\u0644\u06CC\u062F \u0645\u06CC\u0627\u0646\u0628\u0631\u060C \u0645\u06CC \u062A\u0648\u0627\u0646\u06CC\u062F \u0627\u06CC\u0646 \u0648\u06CC\u0698\u06AF\u06CC \u062A\u0631\u062C\u0645\u0647 \u062E\u0648\u062F\u06A9\u0627\u0631 \u0631\u0627 \u062E\u0627\u0645\u0648\u0634 \u06A9\u0646\u06CC\u062F.","desc.touchShortcutsToggleTranslatePage":"\u067E\u0633 \u0627\u0632 \u062A\u0646\u0638\u06CC\u0645\u060C \u0647\u0646\u06AF\u0627\u0645 \u062D\u0631\u06A9\u062A \u062F\u0633\u062A\u06AF\u0627\u0647\u060C \u0645\u06CC \u062A\u0648\u0627\u0646\u06CC\u062F \u0647\u0645\u0632\u0645\u0627\u0646 \u0628\u0627 X \u0627\u0646\u06AF\u0634\u062A \u0635\u0641\u062D\u0647 \u0646\u0645\u0627\u06CC\u0634 \u0631\u0627 \u0644\u0645\u0633 \u06A9\u0646\u06CC\u062F\u060C \u0628\u0647 \u0686\u067E \u0648 \u0631\u0627\u0633\u062A \u0628\u06A9\u0634\u06CC\u062F \u06CC\u0627 \u0628\u0647 \u0637\u0648\u0631 \u0645\u062F\u0627\u0648\u0645 \u06A9\u0644\u06CC\u06A9 \u06A9\u0646\u06CC\u062F\u060C \u0628\u0631\u0627\u06CC \u0641\u0639\u0627\u0644 \u06A9\u0631\u062F\u0646 \u062A\u0631\u062C\u0645\u0647 \u0635\u0641\u062D\u0647 \u0648\u0628 / \u0646\u0645\u0627\u06CC\u0634 \u0645\u062A\u0646 \u0627\u0635\u0644\u06CC.","desc.touchShortcutsToggleTranslationMask":"\u062A\u0631\u062C\u0645\u0647 \u0645\u0627\u0633\u06A9 \u0628\u0647 \u0627\u06CC\u0646 \u0645\u0639\u0646\u06CC \u0627\u0633\u062A \u06A9\u0647 \u062F\u0631 \u0633\u0628\u06A9 \u062A\u0631\u062C\u0645\u0647 \u0627\u062B\u0631 \u0645\u0628\u0647\u0645 \u0627\u0633\u062A (\u062D\u0627\u0644\u062A \u06CC\u0627\u062F\u06AF\u06CC\u0631\u06CC)\u060C \u067E\u0633 \u0627\u0632 \u0641\u0639\u0627\u0644 \u06A9\u0631\u062F\u0646\u060C \u0645\u0648\u0642\u062A\u0627\u064B \u0627\u0632 \u0627\u062B\u0631 \u0645\u0628\u0647\u0645 \u0628\u0631\u0627\u06CC \u062A\u0631\u062C\u0645\u0647 \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u0645\u06CC \u0634\u0648\u062F\u060C \u06A9\u0647 \u0628\u0631\u0627\u06CC \u06CC\u0627\u062F\u06AF\u06CC\u0631\u06CC \u0645\u0646\u0627\u0633\u0628 \u0627\u0633\u062A.","desc.toggleTranslateTheMainPage":"\u0641\u0642\u0637 \u0628\u062E\u0634 \u0627\u0635\u0644\u06CC \u0635\u0641\u062D\u0647 \u0631\u0627 \u062A\u0631\u062C\u0645\u0647 \u06A9\u0646\u06CC\u062F\u060C \u0632\u0645\u0627\u0646\u06CC \u06A9\u0647 \u062F\u0631 \u062A\u0646\u0638\u06CC\u0645\u0627\u062A \u067E\u06CC\u0634\u0631\u0641\u062A\u0647 \u062A\u0631\u062C\u0645\u0647 \u06A9\u0644 \u0635\u0641\u062D\u0647 \u0631\u0627 \u0641\u0639\u0627\u0644 \u06A9\u0631\u062F\u06CC\u062F\u060C \u0645\u06CC \u062A\u0648\u0627\u0646\u06CC\u062F \u0627\u0632 \u0627\u06CC\u0646 \u06A9\u0644\u06CC\u062F \u0645\u06CC\u0627\u0646\u0628\u0631 \u0628\u0631\u0627\u06CC \u062A\u0631\u062C\u0645\u0647 \u062E\u0627\u0635 \u0628\u062E\u0634 \u0627\u0635\u0644\u06CC \u0635\u0641\u062D\u0647 \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u06A9\u0646\u06CC\u062F.",confirmResetToDefaultSettings:"\u0622\u06CC\u0627 \u0645\u0637\u0645\u0626\u0646 \u0647\u0633\u062A\u06CC\u062F \u06A9\u0647 \u0645\u06CC \u062E\u0648\u0627\u0647\u06CC\u062F \u0627\u06CC\u0646 \u0633\u0631\u0648\u06CC\u0633 \u062A\u0631\u062C\u0645\u0647 \u0631\u0627 \u0628\u0647 \u062A\u0646\u0638\u06CC\u0645\u0627\u062A \u067E\u06CC\u0634 \u0641\u0631\u0636 \u0628\u0627\u0632\u06AF\u0631\u062F\u0627\u0646\u06CC\u062F\u061F (\u0641\u0642\u0637 \u062A\u0646\u0638\u06CC\u0645\u0627\u062A \u0633\u0631\u0648\u06CC\u0633 \u062A\u0631\u062C\u0645\u0647 \u0641\u0639\u0644\u06CC \u0631\u0627 \u0628\u0627\u0632\u0646\u0634\u0627\u0646\u06CC \u0645\u06CC \u06A9\u0646\u062F)","contact.description":"\u0627\u06AF\u0631 \u0633\u0648\u0627\u0644 \u06CC\u0627 \u067E\u06CC\u0634\u0646\u0647\u0627\u062F\u06CC \u062F\u0627\u0631\u06CC\u062F\u060C \u062E\u0648\u0634 \u0622\u0645\u062F\u06CC\u062F \u0641\u0631\u0645 \u0632\u06CC\u0631 \u0631\u0627 \u067E\u0631 \u06A9\u0646\u06CC\u062F \u062A\u0627 \u0628\u0627 \u0645\u0627 \u062A\u0645\u0627\u0633 \u0628\u06AF\u06CC\u0631\u06CC\u062F\u060C \u06CC\u0627 \u0627\u06CC\u0645\u06CC\u0644 \u0628\u0641\u0631\u0633\u062A\u06CC\u062F \u0628\u0647 {email}\u060C \u0645\u0627 \u0633\u0631\u06CC\u0639\u0627 \u0628\u0647 \u0634\u0645\u0627 \u067E\u0627\u0633\u062E \u062E\u0648\u0627\u0647\u06CC\u0645 \u062F\u0627\u062F.","subtitle.showQuickButtonDescription":"\u062F\u0631 \u06AF\u0648\u0634\u0647 \u067E\u0627\u06CC\u06CC\u0646 \u0633\u0645\u062A \u0631\u0627\u0633\u062A \u067E\u062E\u0634 \u06A9\u0646\u0646\u062F\u0647 \u0648\u06CC\u062F\u06CC\u0648\u060C \u0631\u0627\u0647\u06A9\u0627\u0631\u06CC \u0633\u0631\u06CC\u0639 \u0628\u0631\u0627\u06CC \u0641\u0639\u0627\u0644 \u06A9\u0631\u062F\u0646 \u0632\u06CC\u0631\u0646\u0648\u06CC\u0633 \u062F\u0648\u0632\u0628\u0627\u0646\u0647 \u0627\u0631\u0627\u0626\u0647 \u0645\u06CC \u062F\u0647\u062F.","browser.translateWithGoogle":"\u0627\u0632 \u062A\u0631\u062C\u0645\u0647 \u06AF\u0648\u06AF\u0644 \u0628\u0631\u0627\u06CC \u0635\u0641\u062D\u0647 \u0641\u0639\u0644\u06CC \u0628\u0647 \u0637\u0648\u0631 \u0645\u0648\u0642\u062A \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u06A9\u0646\u06CC\u062F",translationOnlyModeDescription:"\u062D\u0627\u0644\u062A \u062A\u0631\u062C\u0645\u0647 \u0641\u0642\u0637 \u0628\u0647 \u0627\u06CC\u0646 \u0645\u0639\u0646\u06CC \u0627\u0633\u062A \u06A9\u0647 \u0641\u0642\u0637 \u0645\u062A\u0646 \u062A\u0631\u062C\u0645\u0647 \u0634\u062F\u0647 \u0631\u0627 \u0646\u0634\u0627\u0646 \u0645\u06CC \u062F\u0647\u062F\u060C \u0646\u0647 \u062D\u0627\u0644\u062A \u062F\u0648\u0632\u0628\u0627\u0646\u0647 \u067E\u06CC\u0634 \u0641\u0631\u0636. \u062A\u0648\u062C\u0647: \u0628\u0647 \u062F\u0644\u06CC\u0644 \u0645\u062D\u062F\u0648\u062F\u06CC\u062A \u0647\u0627\u06CC \u0641\u0646\u0627\u0648\u0631\u06CC\u060C \u062F\u0631 \u062D\u0627\u0644\u062A \u062A\u0631\u062C\u0645\u0647 \u0641\u0642\u0637\u060C \u067E\u06CC\u0648\u0646\u062F\u0647\u0627\u06CC \u0641\u0648\u0642 \u0627\u0644\u0639\u0627\u062F\u0647 \u0645\u062A\u0646 \u0627\u0635\u0644\u06CC \u063A\u06CC\u0631\u0641\u0639\u0627\u0644 \u062E\u0648\u0627\u0647\u0646\u062F \u0634\u062F.","intro.floatBallDescription":"\u067E\u0633 \u0627\u0632 \u0641\u0639\u0627\u0644 \u0633\u0627\u0632\u06CC\u060C \u06CC\u06A9 \u062F\u06A9\u0645\u0647 \u062A\u0631\u062C\u0645\u0647 \u0633\u0631\u06CC\u0639 \u062F\u0631 \u0633\u0645\u062A \u0631\u0627\u0633\u062A \u0635\u0641\u062D\u0647 \u0646\u0645\u0627\u06CC\u0634 \u062F\u0627\u062F\u0647 \u0645\u06CC \u0634\u0648\u062F\u060C \u06A9\u0647 \u0628\u0627 \u06A9\u0644\u06CC\u06A9 \u06A9\u0631\u062F\u0646 \u0645\u06CC \u062A\u0648\u0627\u0646\u06CC\u062F \u062A\u0631\u062C\u0645\u0647 \u06A9\u0646\u06CC\u062F\u060C \u0648 \u0628\u0627 \u06A9\u0644\u06CC\u06A9 \u062F\u0648\u0628\u0627\u0631\u0647 \u0645\u06CC \u062A\u0648\u0627\u0646\u06CC\u062F \u0628\u0647 \u0645\u062A\u0646 \u0627\u0635\u0644\u06CC \u0628\u0631\u06AF\u0631\u062F\u06CC\u062F. \u062F\u0631 \u062F\u0633\u062A\u06AF\u0627\u0647 \u0647\u0627\u06CC \u062A\u0644\u0641\u0646 \u0647\u0645\u0631\u0627\u0647\u060C \u0628\u0627 \u0641\u0634\u0627\u0631 \u0637\u0648\u0644\u0627\u0646\u06CC \u0628\u0631 \u0631\u0648\u06CC \u062A\u0648\u067E \u0634\u0646\u0627\u0648\u0631\u060C \u0645\u06CC \u062A\u0648\u0627\u0646\u06CC\u062F \u067E\u0646\u0644 \u062A\u0646\u0638\u06CC\u0645\u0627\u062A \u0633\u0631\u06CC\u0639 \u0631\u0627 \u0628\u0627\u0632 \u06A9\u0646\u06CC\u062F.","intro.hoverDescription":"\u062A\u0631\u062C\u0645\u0647 \u0645\u0633\u062A\u0642\u06CC\u0645 \u0628\u0627 \u0627\u0634\u0627\u0631\u0647 \u0645\u0648\u0633 \u06CC\u06A9\u06CC \u0627\u0632 \u0648\u06CC\u0698\u06AF\u06CC \u0647\u0627\u06CC \u0628\u0633\u06CC\u0627\u0631 \u0645\u0647\u0645 \u062F\u0631 \u062A\u0631\u062C\u0645\u0647 \u0641\u0631\u0648 \u0631\u0641\u062A\u0647 \u0627\u0633\u062A\u060C \u06A9\u0627\u0641\u06CC \u0627\u0633\u062A \u0645\u0648\u0633 \u0631\u0627 \u0631\u0648\u06CC \u067E\u0627\u0631\u0627\u06AF\u0631\u0627\u0641 \u0642\u0631\u0627\u0631 \u062F\u0647\u06CC\u062F \u0648 \u062F\u0631 \u0639\u06CC\u0646 \u062D\u0627\u0644 \u06A9\u0644\u06CC\u062F \u0645\u06CC\u0627\u0646\u0628\u0631 \u062A\u0639\u06CC\u06CC\u0646 \u0634\u062F\u0647 \u0631\u0627 \u0641\u0634\u0627\u0631 \u062F\u0647\u06CC\u062F\u060C \u062A\u0627 \u067E\u0627\u0631\u0627\u06AF\u0631\u0627\u0641 \u0641\u0639\u0644\u06CC \u0628\u0647 \u0635\u0648\u0631\u062A \u062E\u0648\u062F\u06A9\u0627\u0631 \u062A\u0631\u062C\u0645\u0647 \u0634\u0648\u062F (\u062A\u0648\u062C\u0647: \u0628\u0647 \u0637\u0648\u0631 \u067E\u06CC\u0634 \u0641\u0631\u0636 \u0641\u0639\u0627\u0644 \u0646\u06CC\u0633\u062A\u060C \u0644\u0637\u0641\u0627 \u062F\u0631 \u0632\u06CC\u0631 \u062A\u0646\u0638\u06CC\u0645 \u06A9\u0646\u06CC\u062F)\u060C \u0627\u06CC\u0646 \u062A\u0639\u0627\u0645\u0644 \u0628\u0631\u0627\u06CC \u062C\u0627\u06CC\u06AF\u0632\u06CC\u0646\u06CC \u0628\u0647\u062A\u0631 \u062A\u0631\u062C\u0645\u0647 \u06A9\u0644\u0645\u0627\u062A \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u0645\u06CC \u0634\u0648\u062F\u060C \u0639\u0644\u0627\u0648\u0647 \u0628\u0631 \u0627\u06CC\u0646\u060C \u0627\u06CC\u0646 \u0648\u06CC\u0698\u06AF\u06CC \u0628\u0631\u0627\u06CC \u0622\u0646\u0647\u0627\u06CC\u06CC \u06A9\u0647 \u0646\u0645\u06CC \u062A\u0648\u0627\u0646\u0646\u062F \u0645\u0646\u0637\u0642\u0647 \u062A\u0631\u062C\u0645\u0647 \u0631\u0627 \u062A\u0634\u062E\u06CC\u0635 \u062F\u0647\u0646\u062F\u060C \u0628\u0633\u06CC\u0627\u0631 \u0645\u0641\u06CC\u062F \u0627\u0633\u062A\u060C \u0634\u0645\u0627 \u0645\u06CC \u062A\u0648\u0627\u0646\u06CC\u062F \u0627\u0632 \u0627\u06CC\u0646 \u0648\u06CC\u0698\u06AF\u06CC \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u06A9\u0646\u06CC\u062F \u0648 \u0647\u0631 \u067E\u0627\u0631\u0627\u06AF\u0631\u0627\u0641\u06CC \u0631\u0627 \u062A\u0631\u062C\u0645\u0647 \u06A9\u0646\u06CC\u062F.","neverTranslateText.description":"\u0628\u0647 \u062F\u0644\u06CC\u0644 \u0639\u062F\u0645 \u0634\u0646\u0627\u0633\u0627\u06CC\u06CC \u0645\u0646\u0627\u0633\u0628 \u0627\u0635\u0637\u0644\u0627\u062D\u0627\u062A \u062A\u062E\u0635\u0635\u06CC \u062A\u0648\u0633\u0637 \u0628\u0631\u062E\u06CC \u0627\u0632 \u0645\u0648\u062A\u0648\u0631\u0647\u0627\u06CC \u062A\u0631\u062C\u0645\u0647\u060C \u0634\u0645\u0627 \u0645\u06CC \u062A\u0648\u0627\u0646\u06CC\u062F \u062F\u0631 \u0627\u06CC\u0646\u062C\u0627 \u06A9\u0644\u0645\u0627\u062A \u0631\u0627 \u0627\u0636\u0627\u0641\u0647 \u06A9\u0646\u06CC\u062F \u062A\u0627 \u0627\u0637\u0645\u06CC\u0646\u0627\u0646 \u062D\u0627\u0635\u0644 \u06A9\u0646\u06CC\u062F \u06A9\u0647 \u0622\u0646\u0647\u0627 \u062F\u0631 \u0637\u06CC \u0641\u0631\u0622\u06CC\u0646\u062F \u062A\u0631\u062C\u0645\u0647 \u062A\u063A\u06CC\u06CC\u0631 \u0646\u0645\u06CC \u06A9\u0646\u0646\u062F. \u0644\u0637\u0641\u0627\u064B \u062A\u0648\u062C\u0647 \u062F\u0627\u0634\u062A\u0647 \u0628\u0627\u0634\u06CC\u062F \u06A9\u0647 \u0627\u06CC\u0646 \u0648\u06CC\u0698\u06AF\u06CC \u0628\u0647 \u062D\u0631\u0648\u0641 \u0628\u0632\u0631\u06AF \u0648 \u06A9\u0648\u0686\u06A9 \u062D\u0633\u0627\u0633 \u0627\u0633\u062A \u0648 \u0641\u0642\u0637 \u0632\u0628\u0627\u0646 \u0647\u0627\u06CC\u06CC \u0631\u0627 \u067E\u0634\u062A\u06CC\u0628\u0627\u0646\u06CC \u0645\u06CC \u06A9\u0646\u062F \u06A9\u0647 \u06A9\u0644\u0645\u0627\u062A \u0622\u0646\u0647\u0627 \u0628\u0627 \u0641\u0627\u0635\u0644\u0647 \u062C\u062F\u0627 \u0634\u062F\u0647 \u0627\u0646\u062F (\u0645\u0627\u0646\u0646\u062F \u0627\u0646\u06AF\u0644\u06CC\u0633\u06CC\u060C \u0641\u0631\u0627\u0646\u0633\u0648\u06CC) \u0648 \u0628\u0631\u0627\u06CC \u0632\u0628\u0627\u0646 \u0647\u0627\u06CC\u06CC \u0645\u0627\u0646\u0646\u062F \u0698\u0627\u067E\u0646\u06CC\u060C \u06A9\u0631\u0647 \u0627\u06CC \u0648 \u063A\u06CC\u0631\u0647 \u0645\u0646\u0627\u0633\u0628 \u0646\u06CC\u0633\u062A.","intro.subtitleDescription":"\u0628\u0627 \u0641\u0639\u0627\u0644 \u06A9\u0631\u062F\u0646 \u0627\u06CC\u0646 \u0648\u06CC\u0698\u06AF\u06CC\u060C \u0632\u06CC\u0631\u0646\u0648\u06CC\u0633 \u062F\u0648\u0632\u0628\u0627\u0646\u0647 \u0628\u0647 \u0635\u0648\u0631\u062A \u062E\u0648\u062F\u06A9\u0627\u0631 \u0647\u0646\u06AF\u0627\u0645 \u067E\u062E\u0634 \u0648\u06CC\u062F\u06CC\u0648 \u0646\u0645\u0627\u06CC\u0634 \u062F\u0627\u062F\u0647 \u0645\u06CC \u0634\u0648\u062F. \u0627\u06AF\u0631 \u0641\u0639\u0627\u0644 \u0646\u0634\u062F\u0647 \u0627\u0633\u062A\u060C \u0628\u0627\u06CC\u062F \u0628\u0631 \u0631\u0648\u06CC \u062F\u06A9\u0645\u0647 \u062A\u0631\u062C\u0645\u0647 \u062F\u0631 \u0635\u0641\u062D\u0647 \u06A9\u0644\u06CC\u06A9 \u06A9\u0646\u06CC\u062F \u062A\u0627 \u0632\u06CC\u0631\u0646\u0648\u06CC\u0633 \u0646\u0645\u0627\u06CC\u0634 \u062F\u0627\u062F\u0647 \u0634\u0648\u062F. \u0644\u0637\u0641\u0627\u064B \u062A\u0648\u062C\u0647 \u062F\u0627\u0634\u062A\u0647 \u0628\u0627\u0634\u06CC\u062F \u06A9\u0647 \u0628\u0647 \u062F\u0644\u06CC\u0644 \u0645\u062D\u062F\u0648\u062F\u06CC\u062A \u0647\u0627\u06CC \u0641\u0646\u06CC\u060C \u0628\u0631\u062E\u06CC \u0627\u0632 \u0648\u0628 \u0633\u0627\u06CC\u062A \u0647\u0627 \u0645\u0645\u06A9\u0646 \u0627\u0633\u062A \u0646\u06CC\u0627\u0632 \u0628\u0647 \u062A\u0627\u0632\u0647 \u06A9\u0631\u062F\u0646 \u0635\u0641\u062D\u0647 \u06CC\u0627 \u0627\u0646\u062A\u0638\u0627\u0631 \u0628\u0631\u0627\u06CC \u062A\u06A9\u0645\u06CC\u0644 \u062A\u0631\u062C\u0645\u0647 \u062F\u0631 \u0627\u0648\u0644\u06CC\u0646 \u0628\u0627\u0631 \u0641\u0639\u0627\u0644 \u06A9\u0631\u062F\u0646 \u0632\u06CC\u0631\u0646\u0648\u06CC\u0633 \u062F\u0627\u0634\u062A\u0647 \u0628\u0627\u0634\u0646\u062F \u062A\u0627 \u0628\u062A\u0648\u0627\u0646\u0646\u062F \u0632\u06CC\u0631\u0646\u0648\u06CC\u0633 \u062F\u0648\u0632\u0628\u0627\u0646\u0647 \u0631\u0627 \u0646\u0645\u0627\u06CC\u0634 \u062F\u0647\u0646\u062F. (\u0639\u0644\u0627\u0648\u0647 \u0628\u0631 \u0627\u06CC\u0646\u060C \u0634\u0645\u0627 \u0647\u0645\u0686\u0646\u06CC\u0646 \u0645\u06CC \u062A\u0648\u0627\u0646\u06CC\u062F \u067E\u0633 \u0627\u0632 \u0628\u0627\u0632 \u06A9\u0631\u062F\u0646 \u0648\u0628 \u0633\u0627\u06CC\u062A \u0648\u06CC\u062F\u06CC\u0648\u060C \u067E\u0646\u0644 \u0645\u06CC\u0627\u0646\u0628\u0631 \u062A\u0631\u062C\u0645\u0647 \u0641\u0631\u0648 \u0631\u0641\u062A\u0647 \u0631\u0627 \u0627\u0632 \u06AF\u0648\u0634\u0647 \u0628\u0627\u0644\u0627 \u0633\u0645\u062A \u0631\u0627\u0633\u062A \u0641\u0639\u0627\u0644 / \u063A\u06CC\u0631\u0641\u0639\u0627\u0644 \u06A9\u0646\u06CC\u062F)

\u062F\u0631 \u062D\u0627\u0644 \u062D\u0627\u0636\u0631 \u067E\u0634\u062A\u06CC\u0628\u0627\u0646\u06CC \u0627\u0632 \u0632\u06CC\u0631\u0646\u0648\u06CC\u0633 \u062F\u0648\u0632\u0628\u0627\u0646\u0647 \u062F\u0631 \u0627\u06CC\u0646 \u0648\u0628 \u0633\u0627\u06CC\u062A \u0647\u0627 \u0645\u0645\u06A9\u0646 \u0627\u0633\u062A:",geminiWarning:"\u062A\u0648\u062C\u0647: \u062E\u062F\u0645\u0627\u062A \u0631\u0627\u06CC\u06AF\u0627\u0646 Gemini \u06A9\u0647 \u062A\u0648\u0633\u0637 Google \u0627\u0631\u0627\u0626\u0647 \u0645\u06CC \u0634\u0648\u062F\u060C \u0645\u062D\u062F\u0648\u062F\u06CC\u062A \u0647\u0627\u06CC \u0633\u062E\u062A\u06AF\u06CC\u0631\u0627\u0646\u0647 \u0627\u06CC \u062F\u0627\u0631\u062F \u0648 \u0645\u0645\u06A9\u0646 \u0627\u0633\u062A Google \u062A\u0635\u0645\u06CC\u0645 \u0628\u06AF\u06CC\u0631\u062F \u06A9\u0647 \u06A9\u0627\u0631\u0628\u0631 \u0627\u0632 \u0686\u0646\u062F\u06CC\u0646 Key \u0628\u0631\u0627\u06CC \u062F\u0648\u0631 \u0632\u062F\u0646 \u0645\u062D\u062F\u0648\u062F\u06CC\u062A \u0647\u0627\u06CC \u0633\u0647\u0645\u06CC\u0647 \u0631\u0627\u06CC\u06AF\u0627\u0646 \u0622\u0646\u0647\u0627 \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u0645\u06CC \u06A9\u0646\u062F\u060C \u067E\u06CC\u0634\u0646\u0647\u0627\u062F \u0646\u0645\u06CC \u0634\u0648\u062F\u060C \u067E\u06CC\u0634\u0646\u0647\u0627\u062F \u0645\u06CC \u0634\u0648\u062F \u0645\u0646\u062A\u0638\u0631 \u0628\u0627\u0634\u06CC\u062F \u062A\u0627 Google \u062F\u0631 \u0622\u06CC\u0646\u062F\u0647 \u0631\u0627\u0628\u0637 \u067E\u0631\u062F\u0627\u062E\u062A Gemini \u0631\u0627 \u0628\u0627\u0632 \u06A9\u0646\u062F \u0648 \u0633\u067E\u0633 \u0627\u0632 \u0622\u0646 \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u06A9\u0646\u06CC\u062F.","floatBall.setting":"\u062A\u0646\u0638\u06CC\u0645\u0627\u062A","floatBall.translateToLanguage":"\u0628\u0631\u0627\u06CC \u062A\u0631\u062C\u0645\u0647 \u0628\u0647 {language} \u06A9\u0644\u06CC\u06A9 \u06A9\u0646\u06CC\u062F","floatBall.file":`\u062A\u0631\u062C\u0645\u0647 PDF\u060C EPUB\u060C SRT\u060C ASS\u060C HTML\u060C TXT \u0641\u0627\u06CC\u0644`,changeToOnlyTempTranslationMode:"\u0628\u0647 \u0646\u0645\u0627\u06CC\u0634 \u0641\u0642\u0637 \u062A\u0631\u062C\u0645\u0647 \u0647\u0627 \u0628\u0631\u0648\u06CC\u062F",changeToDualTempTranslationMode:"\u0628\u0647 \u062A\u0631\u062C\u0645\u0647 \u062F\u0648 \u0632\u0628\u0627\u0646\u0647 \u0628\u0631\u0648\u06CC\u062F","transitionMode.translation":"\u0641\u0642\u0637 \u0645\u062A\u0646 \u062A\u0631\u062C\u0645\u0647","options.navbar.translateFile":"\u062A\u0631\u062C\u0645\u0647 \u0627\u0633\u0646\u0627\u062F","transitionMode.dual":"\u062F\u0648\u0632\u0628\u0627\u0646\u0647 \u0645\u0642\u0627\u06CC\u0633\u0647","options.navbar.installApp":"\u0646\u0635\u0628 \u0628\u0631\u0646\u0627\u0645\u0647 \u062A\u0644\u0641\u0646 \u0647\u0645\u0631\u0627\u0647","transitionMode.inherit":"\u0628\u0627 \u062D\u0627\u0644\u062A \u0646\u0645\u0627\u06CC\u0634 \u067E\u06CC\u0634 \u0641\u0631\u0636 \u0633\u06CC\u0633\u062A\u0645 \u0647\u0645\u0627\u0647\u0646\u06AF \u0628\u0645\u0627\u0646\u06CC\u062F","subtitle.transitionMode":"\u062A\u0646\u0638\u06CC\u0645\u0627\u062A \u0632\u06CC\u0631\u0646\u0648\u06CC\u0633 \u0641\u06CC\u0644\u0645 \u062F\u0648\u0632\u0628\u0627\u0646\u0647 / \u0641\u0642\u0637 \u0645\u062A\u0646 \u062A\u0631\u062C\u0645\u0647","subtitle.transitionModeDescription":"\u062A\u0646\u0638\u06CC\u0645 \u0632\u06CC\u0631\u0646\u0648\u06CC\u0633 \u0648\u06CC\u062F\u06CC\u0648 \u0628\u0647 \u062D\u0627\u0644\u062A \u0645\u0642\u0627\u0628\u0644\u0647 \u062F\u0648\u0632\u0628\u0627\u0646\u0647 \u06CC\u0627 \u0641\u0642\u0637 \u062D\u0627\u0644\u062A \u062A\u0631\u062C\u0645\u0647",translateFileTooltip:`\u062A\u0631\u062C\u0645\u0647 PDF\u060C ePub\u060C srt\u060C ass\u060C HTML\u060C TXT \u0641\u0627\u06CC\u0644`,"description.multiplePrompt":`\u0648\u0642\u062A\u06CC \u062A\u0639\u062F\u0627\u062F \u067E\u0627\u0631\u0627\u06AF\u0631\u0627\u0641\u200C\u0647\u0627 \u0628\u06CC\u0634\u062A\u0631 \u0627\u0632 1 \u0627\u0633\u062A\u060C \u06AF\u0641\u062A\u06AF\u0648\u06CC\u06CC \u06A9\u0647 \u0628\u0627 \u0647\u0648\u06CC\u062A \u06A9\u0627\u0631\u0628\u0631 \u0628\u0647 {service} \u0627\u0631\u0633\u0627\u0644 \u0645\u06CC\u200C\u0634\u0648\u062F\u060C \u06A9\u0647 \u062F\u0631 \u0622\u0646 {{from}} \u0632\u0628\u0627\u0646 \u067E\u0627\u0631\u0627\u06AF\u0631\u0627\u0641 \u0631\u0627 \u0646\u0634\u0627\u0646 \u0645\u06CC\u200C\u062F\u0647\u062F\u060C {{to}} \u0632\u0628\u0627\u0646 \u0645\u0642\u0635\u062F \u0631\u0627 \u0646\u0634\u0627\u0646 \u0645\u06CC\u200C\u062F\u0647\u062F\u060C {{yaml}} \u0645\u062D\u062A\u0648\u0627\u06CC \u067E\u0627\u0631\u0627\u06AF\u0631\u0627\u0641\u06CC \u0627\u0633\u062A \u06A9\u0647 \u0628\u0627 \u0641\u0631\u0645\u062A yaml \u0628\u0633\u062A\u0647\u200C\u0628\u0646\u062F\u06CC \u0634\u062F\u0647 \u0627\u0633\u062A\u060C \u0627\u06AF\u0631 \u0646\u06CC\u0627\u0632 \u0628\u0647 \u0633\u0641\u0627\u0631\u0634\u06CC\u200C\u0633\u0627\u0632\u06CC Prompt \u062F\u0627\u0631\u06CC\u062F\u060C \u0628\u0627\u06CC\u062F \u0645\u0637\u0645\u0626\u0646 \u0634\u0648\u06CC\u062F \u06A9\u0647 \u0647\u0631 \u0645\u0648\u0631\u062F \u062F\u0631 \u0646\u062A\u06CC\u062C\u0647 YAML \u067E\u0627\u0633\u062E AI \u0634\u0627\u0645\u0644 \u0641\u06CC\u0644\u062F {env.imt_trans_field} \u0628\u0627\u0634\u062F\u060C {{imt_trans_field}} \u0646\u0627\u0645 \u0641\u06CC\u0644\u062F \u062A\u0631\u062C\u0645\u0647\u200C\u0627\u06CC \u0627\u0633\u062A \u06A9\u0647 \u0645\u0627 \u0627\u0645\u06CC\u062F\u0648\u0627\u0631\u06CC\u0645 AI \u0628\u0647 \u0639\u0646\u0648\u0627\u0646 \u067E\u0627\u0633\u062E \u0627\u0631\u0627\u0626\u0647 \u062F\u0647\u062F\u060C \u0628\u0647 \u0637\u0648\u0631 \u067E\u06CC\u0634 \u0641\u0631\u0636 {env.imt_trans_field} \u0627\u0633\u062A\u060C {{imt_source_field}} \u0646\u0627\u0645 \u0641\u06CC\u0644\u062F \u0645\u062A\u0646 \u0627\u0635\u0644\u06CC \u0627\u0633\u062A \u06A9\u0647 \u0645\u0627 \u0628\u0647 AI \u0627\u0631\u0627\u0626\u0647 \u0645\u06CC\u200C\u062F\u0647\u06CC\u0645\u060C \u0628\u0647 \u0637\u0648\u0631 \u067E\u06CC\u0634 \u0641\u0631\u0636 {env.imt_source_field} \u0627\u0633\u062A\u060C \u0646\u0645\u0648\u0646\u0647 \u0646\u062A\u06CC\u062C\u0647: @@ -5087,7 +5087,7 @@ ass\u060C HTML\u060C TXT \u0641\u0627\u06CC\u0644`,"description.multiplePrompt": {env.imt_sub_trans_field}: \u062A\u0631\u062C\u0645\u0647 - id: 2 {env.imt_sub_source_field}: \u0645\u0646\u0628\u0639 - {env.imt_sub_trans_field}: \u062A\u0631\u062C\u0645\u0647`,"subtitle.quickButton.red":"\u0633\u0631\u062E","subtitle.quickButton.cyan":"\u0622\u0628\u06CC","subtitle.quickButton.white":"\u0633\u0641\u06CC\u062F","subtitle.quickButton.yellow":"\u0632\u0631\u062F","subtitle.quickButton.setting":"\u062A\u0646\u0638\u06CC\u0645\u0627\u062A","translationServices.claude":"\u06A9\u0644\u0648\u062F","subtitle.quickButton.backgroundColor":"\u0631\u0646\u06AF \u067E\u0633 \u0632\u0645\u06CC\u0646\u0647","subtitle.quickButton.translationPositionTop":"\u0628\u0627\u0644\u0627\u06CC \u0645\u062A\u0646 \u0627\u0635\u0644\u06CC","subtitle.quickButton.black":"\u0633\u06CC\u0627\u0647","subtitle.quickButton.blue":"\u0622\u0628\u06CC","subtitle.quickButton.green":"\u0633\u0628\u0632","subtitle.quickButton.translationFontSize":"\u0627\u0646\u062F\u0627\u0632\u0647 \u0641\u0648\u0646\u062A \u0645\u062A\u0646 \u062A\u0631\u062C\u0645\u0647","subtitle.quickButton.sourceTextColor":"\u0631\u0646\u06AF \u0641\u0648\u0646\u062A \u0645\u062A\u0646 \u0627\u0635\u0644\u06CC","subtitle.quickButton.magenta":"\u0631\u0646\u06AF \u0628\u0646\u0641\u0634","subtitle.quickButton.translationTextColor":"\u0631\u0646\u06AF \u0641\u0648\u0646\u062A \u0645\u062A\u0646 \u062A\u0631\u062C\u0645\u0647 \u0634\u062F\u0647","subtitle.quickButton.backgroundOpacity":"\u067E\u0633 \u0632\u0645\u06CC\u0646\u0647 \u0646\u06CC\u0645\u0647 \u0634\u0641\u0627\u0641","subtitle.quickButton.sourceFontSize":"\u0627\u0646\u062F\u0627\u0632\u0647 \u0641\u0648\u0646\u062A \u0645\u062A\u0646 \u0627\u0635\u0644\u06CC","subtitle.quickButton.translationPositionBottom":"\u0645\u062A\u0646 \u0627\u0635\u0644\u06CC \u062F\u0631 \u0632\u06CC\u0631 \u0627\u0633\u062A","subtitle.quickButton.translationPosition":"\u0645\u06A9\u0627\u0646 \u062A\u0631\u062C\u0645\u0647",attachSubtitleTranslating:"\u062F\u0631 \u062D\u0627\u0644 \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u0627\u0632 {service} \u0628\u0631\u0627\u06CC \u062A\u0631\u062C\u0645\u0647...","error.claude.403":"\u062F\u0633\u062A\u0631\u0633\u06CC \u0645\u0648\u0642\u062A\u0627 \u0628\u0647 \u0633\u0631\u0648\u06CC\u0633 \u0645\u0645\u06A9\u0646 \u0627\u0633\u062A \u0645\u062D\u062F\u0648\u062F \u0634\u062F\u0647 \u0628\u0627\u0634\u062F\u060C \u0627\u06CC\u0646 \u0645\u0645\u06A9\u0646 \u0627\u0633\u062A \u0628\u0647 \u0645\u062D\u062F\u0648\u062F\u06CC\u062A \u0645\u0646\u0637\u0642\u0647 \u0627\u06CC Claude \u0645\u0631\u062A\u0628\u0637 \u0628\u0627\u0634\u062F\u060C \u0634\u0645\u0627 \u0645\u06CC \u062A\u0648\u0627\u0646\u06CC\u062F \u0633\u0639\u06CC \u06A9\u0646\u06CC\u062F \u0622\u062F\u0631\u0633 IP \u062E\u0648\u062F \u0631\u0627 \u062A\u063A\u06CC\u06CC\u0631 \u062F\u0647\u06CC\u062F\u060C \u06CC\u0627 \u0627\u0632 \u0633\u0631\u0648\u06CC\u0633 \u0647\u0627\u06CC \u062A\u0631\u062C\u0645\u0647 \u062F\u06CC\u06AF\u0631 \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u06A9\u0646\u06CC\u062F.","browser.brandDescriptionForSafari":"\u3010\u062A\u0631\u062C\u0645\u0647 \u0641\u0631\u0648 \u0631\u0641\u062A\u0647\u3011 \u06CC\u06A9 \u0627\u0641\u0632\u0648\u0646\u0647 \u062A\u0631\u062C\u0645\u0647 \u0635\u0641\u062D\u0647 \u0648\u0628 \u062F\u0648\u0632\u0628\u0627\u0646\u0647 \u0631\u0627\u06CC\u06AF\u0627\u0646 (\u0645\u062A\u0646 \u0627\u0635\u0644\u06CC / \u062A\u0631\u062C\u0645\u0647) \u060C \u062F\u0631 \u0639\u06CC\u0646 \u062D\u0627\u0644 \u067E\u0634\u062A\u06CC\u0628\u0627\u0646\u06CC \u0627\u0632 \u062A\u0631\u062C\u0645\u0647 PDF \u0648 \u062A\u0631\u062C\u0645\u0647 \u06A9\u062A\u0627\u0628 \u0627\u0644\u06A9\u062A\u0631\u0648\u0646\u06CC\u06A9\u06CC EPUB \u0628\u0627 \u062D\u0641\u0638 \u0637\u0631\u062D \u0628\u0646\u062F\u06CC \u0627\u0635\u0644\u06CC \u0633\u0646\u062F \u060C \u062A\u0631\u062C\u0645\u0647 \u0632\u06CC\u0631\u0646\u0648\u06CC\u0633 \u062F\u0648\u0632\u0628\u0627\u0646\u0647 \u0648\u06CC\u062F\u0626\u0648\u06CC \u0622\u0646\u0644\u0627\u06CC\u0646 Youtube / Netflix \u060C \u067E\u0634\u062A\u06CC\u0628\u0627\u0646\u06CC \u0627\u0632 \u062E\u062F\u0645\u0627\u062A \u062A\u0631\u062C\u0645\u0647 \u0627\u0635\u0644\u06CC Deepl / Google\u061B","browser.PdfProFile":"\u062A\u0631\u062C\u0645\u0647 PDF Pro \u0645\u062D\u0631\u06A9 \u0647\u0648\u0634 \u0645\u0635\u0646\u0648\u0639\u06CC","browser.textTranslate":"\u062A\u0631\u062C\u0645\u0647 \u0645\u062A\u0646"};var Eb={nologin:"non connect\xE9",loginForSafari:"Se connecter ou s'inscrire",login:"Se connecter pour ouvrir une adh\xE9sion",manageAccount:"Comptes g\xE9r\xE9s",openPremium:"Adh\xE9sion ouverte",logout:"annuler",curentPlan:"Paquets actuels",endAt:"expiration",endAuto:"renouvellement automatique",lineBreakMaxTextCount:"Nombre maximal de caract\xE8res autoris\xE9s par phrase apr\xE8s les retours \xE0 la ligne","translate-pdf":"Cliquez pour traduire le PDF","noSupportTranslate-pdf":"Script non support\xE9, veuillez utiliser le plugin","translate-firefox-local-pdf":"Cliquez pour aller \xE0 Importer le PDF",enableLineBreak:"Activer le saut de ligne automatique pour les longs paragraphes",sponsorLabel:"1 $ D\xE9veloppeurs sponsoris\xE9s",help:"main",browserShortcutsNoteForFirefox:"Pour modifier les raccourcis dans Firefox, vous devez ouvrir la page de gestion des extensions `about:addons`, puis cliquer sur `Settings`, et enfin sur `Manage Shortcuts` pour d\xE9finir les raccourcis.",browserShortcutsNoteForChrome:'Pour modifier les raccourcis dans Chrome, vous devez ouvrir la page de gestion des extensions, les d\xE9finir dans le panneau "Gestion des raccourcis" (`chrome://extensions/shortcuts`), et cliquer sur le bouton ci-dessous pour acc\xE9der \xE0 la page de gestion des raccourcis.',browserShortcutsSucks:"Les raccourcis personnalis\xE9s sont format\xE9s comme suit (pas de reconnaissance automatique, veuillez entrer directement) :\uFF1A",enableLineBreakDescription:"Lorsque cette option est activ\xE9e, des sauts de ligne sont ins\xE9r\xE9s \xE0 la fin de chaque phrase dans les longs paragraphes afin d'en faciliter la lecture.","browser.shortBrandName":"Traduction en immersion","browser.brandName":"Traduction en immersion : pages Web et PDF bilingues","browser.brandDescription":"Bilingual web page translation, also supports PDF translation, bilingual Epub eBook translation, free to use.","browser.toggleTranslatePage":"Traduire la page/afficher le texte original","browser.toggleTranslateTheWholePage":"Traduire toutes les zones de la page/afficher le texte original","browser.toggleOnlyTransation":"Basculer en mode bilingue / mode traduction uniquement","browser.toggleTranslateToThePageEndImmediately":"Traduction imm\xE9diate en bas de page/affichage du texte original","browser.toggleTranslateTheMainPage":"Traduire la zone principale de la page/afficher le texte original","browser.shareToDraft":"Partager les pages bilingues","browser.openOptionsPage":"Ouvrir la page des param\xE8tres","browser.toggleTranslationMask":"Afficher/masquer l'effet de flou de translation","browser.translateLocalPdfFile":"Traduire des fichiers PDF locaux","browser.openEbookViewer":"Lire les livres \xE9lectroniques locaux","browser.openEbookBuilder":"Cr\xE9er des livres bilingues EPUB","browser.translateLocalHtmlFile":"Traduire des fichiers HTML/txt","browser.donateContext":"En savoir plus sur les avantages du parrainage","browser.translateLocalSubtitleFile":"Traduire les fichiers de sous-titres locaux",confirmResetConfig:"\xCAtes-vous s\xFBr de vouloir r\xE9initialiser les param\xE8tres ?",translationLineBreakSettingTitle:"R\xE9glage du saut de ligne de la traduction",smartLineBreak:"smart line feed (informatique)",alwaysLineBreak:"Toujours un saut de ligne",isShowContextMenu:"Ajouter des pages traduites aux \xE9l\xE9ments de menu \xE0 cliquer avec le bouton droit de la souris",toggleBeta:"Activation des fonctionnalit\xE9s de test b\xEAta",betaDescription:"Permet d'activer des fonctionnalit\xE9s encore exp\xE9rimentales, ainsi qu'un service de traduction en version b\xEAta. Rejoignez le <1>groupe Telegram pour en savoir plus.",translationLineBreakSettingDescription:"Les sauts de ligne sont toujours nets et ordonn\xE9s pour les pages \xE0 faible contenu. (Pour gagner de la place, utilisez des sauts de ligne intelligents dans les longs paragraphes \xE0 fort contenu (plus de{count}caract\xE8res)).",tempTranslateDomainTitle:"Dur\xE9e de l'activation temporaire de la traduction du site web",tempTranslateDomainDescription:"Lors de la traduction manuelle d'une page web, vous pouvez activer temporairement le site web pour la traduction automatique et vous pouvez d\xE9finir la dur\xE9e temporaire.",xMinutes:"{count} minutes",disabled:"interdire l'utilisation de qqch.",changelog:"Journal des mises \xE0 jour",toggleTranslatePageWhenThreeFingersOnTheScreen:"L'effleurement simultan\xE9 de l'\xE9cran par plusieurs doigts traduit les pages web/affiche le texte original",toggleTranslationMaskWhenThreeFingersOnTheScreen:"Le toucher \xE0 plusieurs doigts permet d'afficher/masquer l'effet de flou.",fingerCountToToggleTranslagePageOnlyTranslationWhenTouching:"Plusieurs doigts touchant l'\xE9cran en m\xEAme temps traduisent la page web (traduction uniquement)/affichent le texte original.",addUrlDescription:"Peut \xEAtre un nom de domaine et prend \xE9galement en charge les caract\xE8res g\xE9n\xE9riques, par exemple\uFF1A*.google.com, google.com/mail/*, https://www.google.com/*.",general:"Param\xE8tres de base",clickToExpandConfig:"\xC9tendre la configuration actuelle",import:"Importation d'un fichier",export:"Exporter vers un fichier",toggleDebug:"Imprimer le journal de d\xE9bogage sur la console","fingers.0":"coagulation","fingers.2":"touche \xE0 deux doigts","fingers.3":"touche \xE0 trois doigts","fingers.4":"touche \xE0 quatre doigts","fingers.5":"touche \xE0 cinq doigts",mouseHoldKey:"+ {key} traduire/restaurer le paragraphe",mouseHoldKeyAuto:"Traduction directe du paragraphe",mouseHoldKeyOff:"Ne faites rien.",mouseHoldKeyOther:"Raccourcis personnalis\xE9s (ouvrir les param\xE8tres)",mouseHoldKeyCustomKey:"{key} Traduction/r\xE9duction du paragraphe",mouseHoverHoldKey:"Traduire des paragraphes en appuyant sur la touche de raccourci tout en survolant la souris.","mouse-translate":"survol de la souris",document:"fichier (informatique)",resetSuccess:"R\xE9initialisation de tous les param\xE8tres r\xE9ussie",resetThisSuccess:"R\xE9initialisation r\xE9ussie",saved:"Sauvegarder le succ\xE8s",successImportConfig:"Importation r\xE9ussie de la configuration",goAdvancedSettings:"Acc\xE9der \xE0 la page des param\xE8tres avanc\xE9s",goAdvancedInterfaceSettings:"Acc\xE9der \xE0 la page Param\xE8tres de personnalisation avanc\xE9s",advanced:"Param\xE8tres avanc\xE9s",advancedDescription:"En g\xE9n\xE9ral, aucun r\xE9glage n'est n\xE9cessaire, il suffit de laisser la valeur par d\xE9faut. Pour les utilisateurs plus sp\xE9cialis\xE9s uniquement, des param\xE8tres plus personnalis\xE9s sont disponibles.",developer:"Param\xE8tres du d\xE9veloppeur",donateCafe:"prix","translate to the bottom of the page":"La traduction se fait-elle vers le bas de la page imm\xE9diatement apr\xE8s l'entr\xE9e dans la page ?",feedback:"Question Feedback",toggleTranslatePage:"Traduire la page/afficher le texte original",translateToThePageEndImmediatelyDescription:"Si vous l'activez, le contenu sera imm\xE9diatement traduit du haut vers le bas de la page au fur et \xE0 mesure que vous y acc\xE9dez. Si vous la d\xE9sactivez, la traduction se fait au fur et \xE0 mesure de la lecture. (Non recommand\xE9)","translate all areas of the page":"Traduire ou non toutes les zones de la page",translationAreaDescription:"Si cette option est activ\xE9e, toutes les zones de la page web sont traduites. Si l'option est d\xE9sactiv\xE9e, la reconnaissance intelligente par d\xE9faut est utilis\xE9e et seules les parties principales sont traduites. (Il n'est pas recommand\xE9 de l'activer)","the number of characters to be translated first":"Traduire directement les premiers caract\xE8res de la page sans attendre le d\xE9filement de la zone de visualisation","interface language":"langue de l'interface","display both the original text and the translation":"Affichage simultan\xE9 de l'original et de la traduction","keyboard shortcuts":"Raccourcis clavier",modify:"Modifier les touches de raccourci",reset:"reprovision",close:"coagulation",homepage:"page d'accueil",more:"plus",moreOptions:"\xC9largir les options de personnalisation",translateTheWholePage:"Traduire toutes les zones de la page (au lieu de reconna\xEEtre intelligemment les zones principales)",changeToTranslateTheWholePage:"Passer \xE0 la traduction de toutes les r\xE9gions",changeToTranslateTheMainPage:"Passer \xE0 la zone principale de traduction",changeToOnlyTranslationMode:"Afficher uniquement les traductions",changeToDualTranslationMode:"Passer \xE0 la traduction bilingue",translateToThePageEndImmediately:"Traduction imm\xE9diate en bas de page",translateTheMainPage:"R\xE9gions cl\xE9s de la traduction intelligente","The local rules are up to date":"Les r\xE8gles d'adaptation locales sont \xE0 jour.","Successfully synchronized with the latest official rules:":"Synchronisation r\xE9ussie avec les derni\xE8res r\xE8gles d'adaptation officielles.","Checking for updates":"V\xE9rification des mises \xE0 jour","Rules are being synchronized":"Synchronisation des r\xE8gles d'adaptation",localVersionIsTooOld:"La version de l'extension locale est trop ancienne, veuillez mettre \xE0 jour l'extension vers {minVersion} ou une version plus r\xE9cente avant d'essayer de synchroniser.",badUserscriptBrowser:"Le navigateur actuel n'impl\xE9mente pas correctement l'interface de l'extension Grease Monkey (par exemple, pour obtenir des informations sur le num\xE9ro de version du script Grease Monkey lui-m\xEAme), veuillez utiliser d'autres navigateurs qui <1>prennent en charge l'extension Grease Monkey, tels que Firefox.",foundNewVersion:"D\xE9couvrez la nouvelle version",theLocalExtensionIsUpToUpdate:"L'extension actuelle est \xE0 jour.",failToSyncRules:"Absence de synchronisation des derni\xE8res r\xE8gles d'adaptation",retry:"Cliquez ici pour r\xE9essayer",failedReason:"Raisons de l'\xE9chec",currentRuleVersion:"Version actuelle de la r\xE8gle",calculating:"Calculs",unknownError:"erreur inconnue",canNotFetchRemoteRule:"Impossible d'obtenir des r\xE8gles \xE0 distance",enableAlphaSuccess:"Alpha activ\xE9",disableAlphaSuccess:"La fonction Alpha a \xE9t\xE9 d\xE9sactiv\xE9e",cacheSize:"Taille du cache\uFF1A",cleaning:"en cours de liquidation",cleanCache:"effacer le cache",options:"mettre en place",about:"en ce qui concerne",service:"service d'interpr\xE9tation",needAction:"(Acc\xE9der aux param\xE8tres)",goSettings:"aller de l'avant et mettre en place",needActionForOptions:"(\xE0 mettre en place)",translationEngine:"Options du moteur",sourceLanguage:"Langue originale",target:"langue cible",popupSourceLanguage:"Langue originale",popupTarget:"langue cible",popupService:"service d'interpr\xE9tation",forThisSite:"Site web actuel",autoEnableSubtitle:"Ouverture automatique des sous-titres bilingues",alwaysTranslate:"Traduisez toujours",neverTranslate:"Ne jamais traduire",alwaysTranslateSomeLanguage:"Traduisez toujours {language}",neverTranslateSomeLanguage:"Ne jamais traduire {language}",alwaysTranslateSomeSite:"Traduisez toujours {hostname}",neverTranslateSomeSite:"Ne jamais traduire {hostname}",alwaysTranslateSomeSiteOrWildSite:"Toujours traduire le site",alwaysTranslateSomePage:"Toujours traduire la page",add:"augmenter",default:"par d\xE9faut (r\xE9glage)",forThisLanguage:"Pour cette langue\uFF1A","add url":"Saisir l'URL",edit:"compilateur","translate other languages into specific language":"Traduire d'autres langues dans la langue choisie","select translation service":"S\xE9lectionner un service de traduction",language:"multilinguisme","show-original":"Afficher le texte original",translate:"l'\xE9quarrissage",Translated:"traduit",Translating:"en traduction",Error:"incorrect",allowCacheTranslations:"Activer la mise en cache de la traduction locale (pour r\xE9duire les demandes de traduction pour les passages dupliqu\xE9s)","translation display":"Style d'affichage de la traduction","select diplay style":"Distinguer les styles de traduction, en se r\xE9f\xE9rant sp\xE9cifiquement aux exemples suivants",interface:"Param\xE8tres de l'interface",import_export:"Importation/Exportation",import_export_title:"Configuration de l'importation/exportation",syncToGoogleDrive:"Synchroniser avec Google Drive maintenant",floatBallOptions:"Param\xE8tres de l'hoverball","floatBallOptions.enable":"Activer le Hoverball","floatBallOptions.blockUrls":"D\xE9sactiver le site web","floatBallOptions.add":"augmenter","floatBallOptions.blockUrlDesc":"Les hoverballs ne sont pas affich\xE9s lorsque les sites web suivants sont rencontr\xE9s","floatBallOptions.clickType":"le comportement de clic","floatBallOptions.clickTypeDesc":"Comportement de l'ic\xF4ne Hoverball lorsqu'elle est cliqu\xE9e","floatBallOptions.clickPopup":"Afficher le panneau de traduction","floatBallOptions.clickTranslate":"Traduction/affichage du texte original","floatBallOptions.fixedPosition":"\u56FA\u5B9A\u4F4D\u7F6E","floatBallOptions.fixedPositionDesc":"\u60AC\u6D6E\u7403\u5728\u7A97\u53E3\u5DE6\u4FA7\u8FD8\u662F\u53F3\u4FA7","floatBallOptions.fixedPositionLeft":"\u5DE6\u4FA7","floatBallOptions.fixedPositionRight":"\u53F3\u4FA7",previewAllThemes:"Aper\xE7u de tous les styles","translationTheme.none":"ne pas avoir","translationTheme.grey":"gris fonc\xE9","translationTheme.dashed":"soulign\xE9 en pointill\xE9","translationTheme.dotted":"trait de soulignement en pointill\xE9","translationTheme.dashedBorder":"bordure en pointill\xE9s","translationTheme.solidBorder":"bordure solide","translationTheme.underline":"Souligner les lignes droites","translationTheme.mask":"Effets flous (modes d'apprentissage)","translationTheme.opacity":"effet de transparence","translationTheme.paper":"Effet d'ombre du papier blanc","translationTheme.dividingLine":"ligne de d\xE9marcation","translationTheme.highlight":"haute luminosit\xE9","translationTheme.marker":"marqueur (mot emprunt\xE9)","translationTheme.marker2":"Marqueur 2","translationTheme.blockquote":"Styles de r\xE9f\xE9rencement","translationTheme.weakening":"affaiblissement","translationTheme.italic":"caract\xE8re oblique","translationTheme.bold":"\xE9paissir","translationTheme.thinDashed":"ligne pointill\xE9e fine soulign\xE9e","translationTheme.nativeDashed":"Le syst\xE8me est soulign\xE9 en pointill\xE9","translationTheme.nativeDotted":"Le syst\xE8me est soulign\xE9 en pointill\xE9s","translationTheme.nativeUnderline":"Le syst\xE8me est assorti d'une ligne de d\xE9marcation droite","translationTheme.wavy":"ligne ondul\xE9e","translationServices.custom":"API personnalis\xE9e","translationServices.tencent":"Tencent Translator","translationServices.tenAlpha":"Tencent Translator (Alpha)","translationServices.google":"Google Translate","translationServices.bai":"Baidu (Alpha)","translationServices.baidu":"Traduction de Baidu","translationServices.aliyun":"AliCloud Traduction","translationServices.volc":"traduction du volcan","translationServices.deeplx":"DeepLX (Beta)","translationServices.bing":"Microsoft Translate","translationServices.deepl":"DeepL","translationServices.wechat":"Traduction WeChat","translationServices.azure":"Azure Translation","translationServices.ibm":"IBM Watson","translationServices.aws":"Traduction sur Amazon","translationServices.mock":"Traduction simul\xE9e","translationServices.mock2":"Traduction simul\xE9e 2","translationServices.caiyun":"lit. nuages color\xE9s et petites traductions","translationServices.cai":"Nuages color\xE9s (Alpha)","translationServices.volcAlpha":"Volcan (Alpha)","translationServices.openl":"OpenL","translationServices.youdao":"Traduction sur Youtube","translationServices.you":"Traducteur Youdao (Alpha)","translationServices.transmart":"Traduction interactive de Tencent","translationServices.niu":"Traducteur franc-tireur","translationServices.papago":"Traduction Papago","translationServices.d":"D (Alpha)","translationServices.dpro":"D Pro (Canari)","translationServices.openai":"OpenAI","translationServices.yandex":"Yandex","translationServices.chatgpt":"ChatGPT Web(3.5 mobile)","translate title":"Traduire les titres des pages","always languages":"Toujours traduire la langue",neverTranslateLanguagesLabel:"La langue qui ne sera jamais traduite",neverTranslateTheFollowingLanguagesDescription:"Les traductions sont ignor\xE9es lorsqu'un paragraphe de la page est r\xE9dig\xE9 dans l'une des langues suivantes",enableUserscriptPagePopup:"Afficher le hoverball sur la page",enableUserscriptPagePopupDescription:"Apr\xE8s avoir d\xE9sactiv\xE9 le hoverball, vous pouvez le rappeler \xE0 l'aide du raccourci /{touch}. Il est fortement recommand\xE9 de marquer cette page de param\xE8tres d'un signet afin d'\xE9viter de ne pas pouvoir retrouver le hoverball apr\xE8s avoir d\xE9sactiv\xE9 cette option par inadvertance !","always translate the following languages":"Traduit automatiquement dans la langue cible lorsque la page est dans l'une des langues suivantes","always sites":"Des sites web toujours traduits","always translate the following sites":"Les sites web sont automatiquement traduits dans la langue cible lorsqu'il s'agit de noms de domaine de","never sites":"Site web jamais traduit","never translate the following sites":"Les traductions ne seront pas effectu\xE9es si le site est destin\xE9 aux domaines suivants","please refer to":"Vous devez remplir la cl\xE9 avant de pouvoir l'utiliser.",KeyAndConfigurationTutorial:"Tutoriel d'application et de configuration des cl\xE9s",useAboveStyleForTheseSites:"Utilisez toujours le style de traduction \u2308{theme}\u230B lorsque le site est destin\xE9 aux domaines suivants",currentUrl:"URL actuel",confirm:"enregistrer (un fichier, etc.) (informatique)",cancel:"annulations",delete:"l'enl\xE8vement","languages.auto":"d\xE9tection automatique",syncToCloud:"Synchronisation avec Google Drive",syncToCloudDescription:"T\xE9l\xE9charg\xE9e dans le nuage, la configuration peut \xEAtre synchronis\xE9e entre diff\xE9rents navigateurs/scripts de singe de graisse, en fonction de la derni\xE8re modification.",syncToAccount:"Synchronisation avec l'Immersive Translation Cloud",syncToAccountButton:"Synchronisation instantan\xE9e avec le nuage",syncToAccountDescription:"Synchroniser automatiquement les configurations entre diff\xE9rents appareils, en fonction de la derni\xE8re modification.",successSyncConfigInAccount:"Synchronisation r\xE9ussie avec le nuage",successSyncConfigToAccount:"Synchronisation r\xE9ussie vers le nuage",syncConfigNoUpdate:"Il est d\xE9j\xE0 \xE0 jour.",authFail:"\xC9chec de l'autorisation",syncTitle:"Gestion manuelle des sauvegardes",import_hint:"importation (donn\xE9es)",upload:"t\xE9l\xE9charger",revokeAuth:"r\xE9voquer une autorisation",uploadFail:"\xC9chec du t\xE9l\xE9chargement",download:"t\xE9l\xE9chargement",importSuccess:"Importation r\xE9ussie",importFail:"\xE9chec de l'importation",deleteFail:"\xC9chec de la suppression",backupToCloud:"Gestion manuelle des fichiers de sauvegarde",create_new_backup:"Ajouter un nouveau n\u0153ud de sauvegarde",maxBackupFiles:"Jusqu'\xE0{count}n\u0153uds diff\xE9rents peuvent \xEAtre sauvegard\xE9s, veuillez supprimer les n\u0153uds dont vous n'avez pas besoin.",backupToCloudDescription:"T\xE9l\xE9charger ou restaurer manuellement les fichiers de sauvegarde, en autorisant jusqu'\xE0 trois sauvegardes diff\xE9rentes.",successSyncConfig:"Synchronisation r\xE9ussie avec le nuage",syncFail:"\xE9chec de la synchronisation",updatedAt:"Mise \xE0 jour de {date}",lastSyncedAt:"Derni\xE8re v\xE9rification \xE0 l'adresse {date}",downloadFail:"\xC9chec du t\xE9l\xE9chargement",clickToDownload:"Cliquer pour t\xE9l\xE9charger",aboutLabel:"\xC0 propos - Feedback","browser.openAboutPage":"\xC0 propos/commentaires",aboutLabelWithoutSponsor:"\xC0 propos - Feedback",aboutIntro:"Puissions-nous tous avoir un acc\xE8s plus facile et plus agr\xE9able \xE0 l'\xE9norme quantit\xE9 d'informations en langues \xE9trang\xE8res sur Internet \u2764\uFE0F Vous pouvez choisir d'activer votre <6>adh\xE9sion Pro pour utiliser les traductions pr\xEAtes \xE0 l'emploi de DeepL et OpenAI.

Vous pouvez nous suivre sur <3>Twitter, <4>Telegram, Weibo, WeChat, ou vous <5>inscrire \xE0 notre liste de <5>diffusion ci-dessous pour suivre les mises \xE0 jour.
Les <7>membres Pro peuvent nous contacter \xE0 l'adresse <8>support@immersivetranslate.com pour un service client\xE8le rapide.",aboutIntroWithoutSponsor:"Puissions-nous tous avoir un acc\xE8s plus facile et plus agr\xE9able \xE0 l'\xE9norme quantit\xE9 d'informations en langues \xE9trang\xE8res disponibles sur Internet \u2764\uFE0F

Vous pouvez nous suivre sur <3>Twitter, <4>Telegram channel, WeChat, WeChat Exchange, ou vous <5>abonner aux mises \xE0 jour par <5>courriel ci-dessous.",projectHomepage:"Accueil du projet",joinTelegramGroup:"Rejoignez le groupe d'utilisateurs pour participer aux discussions sur les fonctionnalit\xE9s",wechatPublicAccount:"WeChat Public",wechatCommunities:"Groupe d'\xE9change WeChat",qqCommunities:"Canal de communication QQ",joinTelegramChannel:"Suivez le canal Telegram pour les derni\xE8res mises \xE0 jour",feedbackAndJoin:"Question Feedback / Ajouter un groupe",autoSync:"synchronisation automatique de l'heure",loadingThemeTitle:"Style de chargement",loadingThemeDescription:"D\xE9finition du style lors de l'attente du chargement de la traduction","loadingTheme.spinner":"Animation de la rotation","loadingTheme.text":"texte statique qqch. ","loadingTheme.none":"non illustr\xE9",developerDescription:"La documentation sur la personnalisation avanc\xE9e est disponible <1>ici","edit border color":"Modifier la couleur de la bordure",successSyncButNoChange:"La configuration actuelle est compatible avec le nuage",customTheme:"Couleurs et tailles personnalis\xE9es","customThemeLabel.borderColor":"Couleur de la bordure","customThemeLabel.borderRadius":"Bords arrondis","customThemeLabel.textColor":"couleur du texte","customThemeLabel.backgroundColor":"couleur de fond","customThemeLabel.zoom":"Mise \xE0 l'\xE9chelle des polices (%)","customThemeLabel.opacity":"Opacit\xE9 du texte (%)",resetToDefaultColor:"R\xE9tablir les couleurs par d\xE9faut",resetToDefaultSettings:"R\xE9tablir les param\xE8tres par d\xE9faut",isTranslateTitle:"Permettre la traduction des titres de pages",isTranslateTitleDescription:"Lorsque cette option est activ\xE9e, le titre de la page est traduit.",enableSearchEnhancement:"Permettre l'enrichissement des messages bilingues",enableSearchEnhancementDescription:`Une fois l'option activ\xE9e, les r\xE9sultats de recherche de "Google News" seront automatiquement affich\xE9s dans la colonne de droite des sites web pris en charge (Google News, Google Search (certains mots-cl\xE9s), Snowball, Oriental Fortune, Futura, Tiger Community) pour les mots-cl\xE9s anglais correspondants.`,verifyService:"Cliquez ici pour tester le service",verified:"V\xE9rifier le succ\xE8s","field.langs":"Codes des langues prises en charge","field.model":"mod\xE9lisation","field.translationEngine":"moteur de traduction","field.limitPerMinute":"Nombre maximum de demandes par minute","field.limitPerSecond":"Demandes maximales par seconde","field.maxTextLengthPerRequest":"Longueur maximale du texte par demande","field.maxTextGroupLengthPerRequest":"Nombre maximum de paragraphes par demande","field.apiUrl":"Adresse de l'interface API personnalis\xE9e","field.placeholderDelimiters":"espace r\xE9serv\xE9","description.custom":"Acc\xE8s \xE0 l'interface personnalis\xE9e Documentation requise","description.limitPerMinute":"Les demandes d\xE9passant cette limite sont plac\xE9es dans une file d'attente jusqu'au d\xE9but de la minute suivante. En raison des diverses limitations du service actuel d'OpenAI, veuillez cliquer <1>ici pour obtenir les derni\xE8res valeurs sugg\xE9r\xE9es.","description.limitPerSecond":"Les demandes d\xE9passant cette limite sont plac\xE9es dans une file d'attente jusqu'au d\xE9but de la seconde suivante. En raison des diverses limitations du service actuel d'OpenAI, veuillez cliquer <1>ici pour obtenir les derni\xE8res valeurs sugg\xE9r\xE9es.","description.generalLimitPerSecond":"Les demandes d\xE9passant cette limite sont plac\xE9es dans une file d'attente jusqu'au d\xE9but de la seconde suivante.","description.prompt":"Envoyer la conversation \xE0 {service} en tant qu'utilisateur, o\xF9 {{text}} repr\xE9sente le contenu du texte du paragraphe, {{from}} repr\xE9sente la langue du paragraphe et {{to}} repr\xE9sente la langue cible.","description.maxTextLengthPerRequest":"Le nombre maximum de caract\xE8res par requ\xEAte est trop important pour que l'interface r\xE9ponde lentement, essayez donc d'ajuster cette option pour optimiser la vitesse.","description.systemPrompt":"Un dialogue envoy\xE9 \xE0 l'OpenAI en tant que syst\xE8me, o\xF9 {{text}} indique le contenu textuel du paragraphe,{{from}} indique la langue du paragraphe et{{to}} indique la langue cible.","field.domain":"royaume","description.domain":"La valeur par d\xE9faut est\uFF1Ageneral. Elle ne peut \xEAtre d\xE9finie que si la traduction par domaine est activ\xE9e dans la console Arima API, voir <1>ici pour les domaines pris en charge.","field.scene":"prendre","description.scene":"La valeur par d\xE9faut est\uFF1Ageneral. Elle ne peut \xEAtre d\xE9finie que si la console AliCloud API ouvre Machine Translation Pro, voir <1>ici pour les sc\xE9narios pris en charge.","field.vocabId":"ID du dictionnaire de l'utilisateur","description.vocabId":"Le dictionnaire out_id sp\xE9cifi\xE9 prend actuellement en charge la traduction de l'anglais vers le chinois.","description.model":"Mod\xE8les OpenAI, peuvent \xEAtre gpt-3.5-turbo, gpt-4, etc.","description.maxTextGroupLengthPerRequest":"Le nombre de paragraphes envoy\xE9s au service de traduction \xE0 la fois. S'il y a trop de paragraphes, l'interface peut r\xE9pondre plus lentement.","description.apiUrl":"Veuillez ajouter des URL sp\xE9cifiques avec des chemins d'acc\xE8s et une <1>description plus d\xE9taill\xE9e.",enabledExtension:"Activation des extensions",clickToDisableExtension:"Cliquez pour d\xE9sactiver les extensions",clickToEnableExtension:"Cliquez pour activer les extensions",hasBeenDisabled:"handicap\xE9","show password":"Afficher le mot de passe",customContent:"Saisir un nom de mod\xE8le personnalis\xE9",inputOptions:"Am\xE9lioration de la bo\xEEte de saisie",mouseHoverOptions:"survol de la souris",modifyMouseHoverKey:"Modifier le raccourci au survol de la souris",enableInputTranslation:"Activation ou non de l'am\xE9lioration des bo\xEEtes de saisie",enableInputTranslationDescription:"Une fois la fonction activ\xE9e, tapez {startingKey}{startingKey} hello directement dans le champ de saisie, puis tapez rapidement{inputTrailingTriggerKeyRepeatTimes}puis{trailingKey}pour traduire en {inputTargetLanguage}.",enableInputTranslationDescriptionForNoneKey:"Une fois la fonction activ\xE9e, tapez\uFF1AHello World directement dans le champ de saisie, puis appuyez rapidement sur{inputTrailingTriggerKeyRepeatTimes}{trailingKey}fois pour traduire dans la langue cible par d\xE9faut.",inputTargetLanguage:"D\xE9finition de la langue cible par d\xE9faut pour les bo\xEEtes de saisie",inputTargetLanguageDescription:"Langue cible par d\xE9faut pour la traduction de la bo\xEEte de saisie, c'est-\xE0-dire {startingKey}{startingKey} comme langue par d\xE9faut pour les mots d\xE9clencheurs.",inputTargetLanguageDescriptionForNoneKey:"Langue cible par d\xE9faut pour la traduction de la bo\xEEte de saisie",inputStartingTriggerKeyTitle:"D\xE9finition du caract\xE8re de s\xE9paration pour la traduction partielle de la zone de saisie",inputStartingTriggerKeyDescription:"Lorsque vous n'avez pas besoin de traduire l'int\xE9gralit\xE9 du champ de saisie, le s\xE9parateur vous permet de ne traduire que la partie allant de {startingKey}{startingKey} \xE0 la fin du champ de saisie, ou vous pouvez sp\xE9cifier le code de la langue, par exemple\uFF1A{startingKey}ja signifie ne traduire que la partie allant de {startingKey}ja \xE0 la fin du champ de saisie.",inputStartingTriggerKeyDescriptionForNoneKey:"Le param\xE8tre actuel d'absence de pr\xE9fixe n'est pas n\xE9cessaire et la fonction de traduction de certains textes dans la bo\xEEte de saisie n'est pas disponible pour le moment.",inputTrailingTriggerKeyTitle:"S\xE9lectionner un caract\xE8re d\xE9clencheur de fin d'entr\xE9e",inputTrailingTriggerKeyDescription:"3 coups rapides{trailingKey} commencera \xE0 traduire !",inputTrailingTriggerKeyTimeout:"Entrez le temps entre les d\xE9clenchements de fin de combat",inputTrailingTriggerKeyTimeoutDescription:"D\xE9finit le temps (en millisecondes) entre les d\xE9clenchements combo de fin d'entr\xE9e.",spaceKey:"<\u7A7A\u683C\u952E>",noneKey:"Traduction directe de l'ensemble de la zone de texte sans pr\xE9fixe",inputTranslationBlockUrlsTitle:"N'activez pas l'am\xE9lioration des bo\xEEtes de saisie dans les URL suivantes",inputTranslationBlockUrlsDescription:"Les am\xE9liorations apport\xE9es aux bo\xEEtes de saisie ne fonctionneront pas aux URL suivants",clickToSeeQuickDemo:"Cliquez pour agrandir la vid\xE9o du tutoriel de 30 secondes",inputHelperInfo:"Description\uFF1ANous avons optimis\xE9 le fait que certains caract\xE8res d\xE9clencheurs se transforment en signes de ponctuation chinois sous les m\xE9thodes d'entr\xE9e chinoises, par exemple, / se transforme en signe dun , sous la m\xE9thode d'entr\xE9e Sogou, et Immersive Translator prend en charge tous les symboles chinois correspondant aux caract\xE8res d\xE9clencheurs, c.-\xE0-d. //,,, seront reconnus comme des caract\xE8res d\xE9clencheurs.

Nous prenons \xE9galement en charge les alias chinois pour les codes de langue en tant que commandes, par exemple /Japanese Hello World sera traduit en japonais, <1>cliquez ici pour voir tous les codes de langue pris en charge.",reloadCurrentPage:"Veuillez rafra\xEEchir la page actuelle avant de commencer la traduction.",noLocalFilePermissionForPDF:"Vous n'avez pas l'autorisation de lire les fichiers locaux, veuillez cliquer sur le bouton ci-dessus et importer les fichiers locaux.",noPermissionForThisPage:"\u26A0\uFE0F Pas d'autorisation de traduire la page actuelle",retryAllParagraphs:"R\xE9essayer tous les passages d'erreur",retryAllButton:"R\xE9essayer tous les passages d'erreur",errorTooltipTitle:"Cliquez pour voir la cause de l'erreur",errorModalTitle:"Il semble qu'il y ait un probl\xE8me avec le service de traduction ou le r\xE9seau...",disableConfirm:"Cadre d'am\xE9lioration de l'information bilingue",disableOnce:"Cette invalidit\xE9",disableGlobal:"d\xE9sactiver de fa\xE7on permanente",disableTint:"* Vous pouvez le r\xE9activer \xE0 l'adresse {option} .",searchEnhancementNotes:"Apr\xE8s avoir activ\xE9 la fonction d'am\xE9lioration de l'information bilingue de la traduction immersive, nous rechercherons automatiquement pour vous les m\xEAmes mots-cl\xE9s en anglais sur les sites web pris en charge (Google News, Google Search (certains mots-cl\xE9s), Snowball, Oriental Wealth, Futura, Tiger) et les afficherons sur le c\xF4t\xE9 droit. Vous pouvez choisir de d\xE9sactiver cette fonction si vous n'en avez pas besoin.",option:"mettre en place",saveSettings:"Sauvegarder les param\xE8tres",closeModal:"Fermer la fen\xEAtre",enableInputTranslationWithoutTriggerKeyTitle:"Activer 3 quick hits sur{trailingKey}pour traduire directement l'ensemble de la bo\xEEte de saisie en{inputTargetLanguage}",enableInputTranslationWithoutTriggerKeyDescription:"Pour sp\xE9cifier la langue cible, pr\xE9fixez-la avec le code de la langue, par exemple\uFF1Aja Hello World",mouseHoverShortcutPlaceholder:"par exemple :\uFF1AShift",deepLProName:"Immersive Translation Membre Pro (Recommand\xE9)",deepLProDescription:"Le paquet actuel peut \xEAtre utilis\xE9 directement",deeplProDescriptionForNormal:"Aucune installation n'est requise, les membres peuvent l'utiliser apr\xE8s s'\xEAtre connect\xE9s, <1>cliquez ici pour passer au statut de membre",deepLCustomDescription:"Carte de cr\xE9dit \xE9trang\xE8re requise, ouverture officielle sur <1>DeepL, cliquez pour la <2>documentation",deepLCustomName:"Cl\xE9 d'authentification personnalis\xE9e",chooseProviderLabel:"S\xE9lectionner un prestataire de services",openaiProName:"Immersive Translation Membre Pro (Recommand\xE9)",openaiProDescription:"Le paquet actuel peut \xEAtre utilis\xE9 directement",openaiProDescriptionForNormal:"Aucune installation n'est requise, les membres peuvent l'utiliser apr\xE8s s'\xEAtre connect\xE9s, <1>cliquez ici pour passer au statut de membre",openaiCustomDescription:"Disponible sur OpenAI, Azure OpenAI, ou d'autres services tiers, <1>cliquez ici pour la documentation.",openaiCustomName:"Cl\xE9 API personnalis\xE9e",needLoginAction:"(Adh\xE9sion ouverte ou personnalisation)",goLoginOrAction:"(Ouvrir une adh\xE9sion ou aller dans les param\xE8tres)",yearly:"effectuer un paiement annuel cons\xE9cutif",quarterly:"l'emballage s\xE9quentiel",monthly:"abonnement mensuel",yearlyForOnce:"Forfait annuel unique",monthlyForOnce:"Forfait mensuel unique",daily:"jours cons\xE9cutifs de paquet",year:"effectuer un paiement annuel cons\xE9cutif",quarter:"l'emballage s\xE9quentiel",month:"abonnement mensuel",day:"jours cons\xE9cutifs de paquet",onetime_7day:"Pack exp\xE9rience 7 jours",currentPlanDescriptionForFree:"Paquets actuels\uFF1AGratuit",currentPlanDescriptionForContinuous:"L'offre actuelle\uFF1A{plan}sera automatiquement renouvel\xE9e sur {endAt}",currentPlanDescriptionForAutoRenewCaceling:"L'offre actuelle\uFF1A{plan}expirera \xE0 la date {endAt} et ne sera pas renouvel\xE9e automatiquement \xE0 cette date.",currentYearlyPlanDescriptionForAutoRenewCacelingWithRealPaiedUser:"L'offre actuelle,\uFF1A{plan}, expirera le {endAt} et ne sera pas renouvel\xE9e automatiquement \xE0 l'expiration.
<1>Cliquez ici pour g\xE9rer votre plan de renouvellement",currentYearlyPlanDescriptionForAutoRenewCacelingWithAdmin:"L'offre actuelle,\uFF1A{plan}, expirera \xE0 {endAt} et ne sera pas renouvel\xE9e automatiquement \xE0 l'\xE9ch\xE9ance.
<1>Cliquez ici pour activer l'abonnement annuel continu",currentPlanDescriptionForOneTime:"L'abonnement actuel\uFF1A{plan}expirera sur {endAt} , <1>cliquez ici pour passer \xE0 un abonnement <1>annuel ou <2>mensuel.",upgradePlan:"Cliquez ici pour passer \xE0 l'adh\xE9sion Pro",upgradeToPro:"Passer \xE0 l'adh\xE9sion Pro","popup.openPro":"Passez \xE0 l'adh\xE9sion Pro pour profiter de DeepL et de la traduction OpenAI, cliquez ici pour passer \xE0 l'adh\xE9sion Pro.","popup.openProForPro":"Vous \xEAtes un membre Pro avec un acc\xE8s direct \xE0 DeepL et aux traductions OpenAI !",currentAccount:"compte courant",enableAutoSyncUserSettings:"Permettre la synchronisation automatique du nuage sur plusieurs appareils",modalEnableInputTranslationTitle:"Traduction immersive Bo\xEEte de saisie Alertes de traduction",modalEnableInputTranslationDesc:"Vous venez de d\xE9clencher la traduction de la bo\xEEte de saisie d'Immersive Translation en appuyant sur la barre d'espacement 3 fois en succession rapide, et le contenu de la bo\xEEte de saisie sera traduit dans la langue cible par d\xE9faut. La traduction peut \xEAtre annul\xE9e avec Ctrl+Z.

Si c'est une erreur, ne vous inqui\xE9tez pas, vous pouvez choisir de la d\xE9sactiver cette fois-ci, ou de d\xE9sactiver d\xE9finitivement la traduction de la zone de saisie.",saveAndNotShowAgain:"Sauvegarder et arr\xEAter le message",disableInputTranslationTips:"* Vous pouvez \xE9galement d\xE9finir d'autres raccourcis pour qu'ils se d\xE9clenchent dans {option} ,{learnMore}.",learnMore:"Cliquez ici pour en savoir plus",continueEnalbeInputTranslation:"Continuer \xE0 activer la traduction des champs de saisie",autoRenewTrialSuffix:`(Dans la version d'essai,passe imm\xE9diatement \xE0 l'adh\xE9sion compl\xE8te)`,upgradeFromTrialTitle:"Passer au statut de membre \xE0 part enti\xE8re",subtitle:"sous-titrage vid\xE9o",youtubeService:"Traduction en immersion Sous-titrage vid\xE9o Services de traduction","subtitle.disabledSubtitle":"D\xE9sactiver d\xE9finitivement la fonction de sous-titres vid\xE9o","subtitle.disabledSubtitleDescription":"Si Immersive Translator's Video Subtitles entre en conflit avec d'autres extensions, vous pouvez choisir de d\xE9sactiver d\xE9finitivement la fonctionnalit\xE9 d'Immersive Translator's Video Subtitles ou de d\xE9sinstaller les autres extensions en conflit.","subtitle.autoEnableSubtitle":"Utilisation automatique de sous-titres bilingues","subtitle.autoEnableSubtitleDescription":"Une fois activ\xE9, des sous-titres bilingues s'afficheront automatiquement lorsque la vid\xE9o est en cours de lecture, sinon, il faut cliquer sur le bouton de traduction pour les afficher.","subtitle.preTranslation":"Traduire des sous-titres \xE0 l'aide de la traduction immersive","subtitle.preTranslationDescription":"Lorsque cette option est activ\xE9e, l'int\xE9gralit\xE9 des sous-titres sera pr\xE9-traduite \xE0 l'aide du service de traduction sp\xE9cifi\xE9 ci-dessous. Une vid\xE9o d'une heure consommera environ 50 000 tokens ou caract\xE8res, donc \xE0 utiliser \xE0 votre propre discr\xE9tion ; lorsqu'elle est d\xE9sactiv\xE9e, les sous-titres originaux seront utilis\xE9s en premier.","subtitle.humanSubtitlesPreferred":"Utilisation prioritaire du sous-titrage humain","subtitle.humanSubtitlesPreferredDescription":"Privil\xE9gier l'utilisation de sous-titres humains lorsque la vid\xE9o dispose de sous-titres humains dans la langue cible (recommand\xE9).",videoSubtitleTranslationDescription:"Confier les sous-titres vid\xE9o \xE0 un service de traduction distinct",subtitleTranslating:"Veuillez patienter pendant que les sous-titres sont traduits \xE0 l'aide du service {service} ... (traduction en immersion)",subtitleLoading:"Chargement des sous-titres...",bilingual:"bilinguisme","field.action":"Activation ou non de la terminologie Baidu","description.action":"Lorsqu'il est activ\xE9, un param\xE8tre action=1 est ajout\xE9 \xE0 la demande pour informer Baidu de l'activation du terme. <1>Veuillez vous r\xE9f\xE9rer \xE0 la documentation officielle pour plus d'informations.",closeQuickTranslation:"Fermer Hoverball","closeQuickTranslation.untilNext":"Cette fois-ci ferm\xE9 jusqu'\xE0 la prochaine visite","closeQuickTranslation.currentWebsite":"Site actuel d\xE9sactiv\xE9","closeQuickTranslation.alwaysClose":"d\xE9sactiver de fa\xE7on permanente","closeQuickTranslation.settingOpen":"(peut \xEAtre activ\xE9e dans la <1>page des param\xE8tres )","closeQuickTranslation.cancel":"annulations","closeQuickTranslation.confirm":"d\xE9finir","floatBall.popup":"Ouvrir le panneau des r\xE9glages rapides","floatBall.translate":"Cliquez pour traduire la page","floatBall.showOriginal":"Cliquez pour revenir \xE0 l'article original","floatBall.close":"Fermer Hoverball","floatBallOptions.enableDescPc":"Apr\xE8s avoir activ\xE9 le hoverball de la page, un bouton de traduction rapide sera affich\xE9 sur le c\xF4t\xE9 droit de la page, cliquez dessus pour traduire !","floatBallOptions.enableDesc":"Apr\xE8s avoir d\xE9sactiv\xE9 le hoverball, il peut \xEAtre rappel\xE9 \xE0 l'aide de{touch}. Il est fortement recommand\xE9 de marquer cette page de param\xE8tres d'un signet afin d'\xE9viter de ne pas pouvoir retrouver le hoverball apr\xE8s avoir d\xE9sactiv\xE9 cette option par inadvertance !","description.azureApiUrl":"Remplir l'adresse de l'interface API personnalis\xE9e",confirmSupportMouse:"Forcer l'activation de la prise en charge de la souris",confirmSupportMouseDescription:"Le navigateur actuel ne prend pas en charge la fonction de la souris. Est-il oblig\xE9 d'activer la prise en charge de la souris ?",sampleTargetText:"La longue nuit viendra, et je veillerai \xE0 partir de ce jour jusqu'\xE0 ma mort. Je ne prendrai pas de femme, je ne ferai pas de fief, je n'aurai pas d'enfant. Je ne porterai pas de couronne, je ne rechercherai pas les honneurs. Je ferai mon devoir, je vivrai et je mourrai.",sampleSourceText:"Night gathers, and now my watch begins. It shall not end until my death. I shall take no wife, hold no lands, father no children. I shall wear no crowns and win no glory. I shall live and die at my post.","subtitle.supportedSites":"\u5DF2\u652F\u6301\u5728\u8FD9\u4E9B\u7F51\u7AD9\u4F7F\u7528\u53CC\u8BED\u5B57\u5E55\uFF08\u6CE8\u610F\uFF1A\u7531\u4E8E\u6280\u672F\u9650\u5236\uFF0C\u90E8\u5206\u7F51\u7AD9\u5728\u9996\u6B21\u5F00\u542F\u5B57\u5E55\u540E\u9700\u8981\u91CD\u65B0\u5237\u65B0\u9875\u9762\uFF0C\u6216\u8005\u9700\u7B49\u5F85\u7FFB\u8BD1\u5B8C\u6210\u4EE5\u663E\u793A\u53CC\u8BED\u5B57\u5E55\uFF09\uFF1A",viewWithImmersiveTranslate:"\u53CC\u8BED\u7248\u672C(\u6C89\u6D78\u5F0F\u7FFB\u8BD1)",errorReason:"\u9519\u8BEF\u539F\u56E0\uFF1A{message}","proQuotaExceededError.onetime7day":'\uFF0C\u60A8\u53EF\u4EE5\u9009\u62E9\u4EE5\u4E0B\u65B9\u5F0F\u89E3\u51B3\uFF1A

1. \u5207\u6362\u5230 {anotherService} \u6216\u5176\u4ED6\u7FFB\u8BD1\u670D\u52A1
2. \u5347\u7EA7\u4E3A\u6708\u5EA6/\u5E74\u5EA6\u4F1A\u5458',"proQuotaExceededError.trial":'\uFF0C\u60A8\u53EF\u4EE5\u9009\u62E9\u4EE5\u4E0B\u65B9\u5F0F\u89E3\u51B3\uFF1A

1. \u5207\u6362\u5230 {anotherService} \u6216\u5176\u4ED6\u7FFB\u8BD1\u670D\u52A1
2. \u7ACB\u523B\u5347\u7EA7\u4E3A\u6B63\u5F0F\u4F1A\u5458',"proQuotaExceededError.nonTrial":'\uFF0C\u60A8\u53EF\u4EE5\u9009\u62E9\u4EE5\u4E0B\u65B9\u5F0F\u89E3\u51B3\uFF1A

1. \u5207\u6362\u5230 {anotherService} \u6216\u5176\u4ED6\u7FFB\u8BD1\u670D\u52A1
2. \u8D2D\u4E70 {translationService} \u989D\u5916\u6D41\u91CF\u5305',"proQuotaExceededError.resetTime":"
3. \u989D\u5EA6\u91CD\u7F6E\u65F6\u95F4\uFF1A{resetTime}","desc.touchShortcutsToggleTranslatePageOnlyTranslation":"Seulement la traduction signifie que seule la traduction est affich\xE9e, si la page n'a pas encore \xE9t\xE9 traduite, elle passera en mode et sera traduite.","desc.toggleOnlyTransation":"Le mode de traduction uniquement signifie que seules les traductions sont affich\xE9es, si la page Web n'a pas encore \xE9t\xE9 traduite, le mode sera chang\xE9 et traduit.",touchShortcutsToggleTranslatePageOnlyTranslation:"Configurer les gestes tactiles pour passer en mode bilingue / mode texte uniquement",download_started:"Le t\xE9l\xE9chargement a d\xE9j\xE0 commenc\xE9, si le t\xE9l\xE9chargement ne commence pas automatiquement, veuillez cliquer manuellement.",here:"ici","error.goReset":"R\xE9initialiser",translationFont:"D\xE9finir la police","error.serveConfigError":"Erreur de configuration du service",detectServiceLoading:"En train de v\xE9rifier les services de traduction disponibles...","translationModeUrl.translation.title":"L'adresse du site en mode traduction uniquement","translationServices.inherit":"Suivez le service de traduction principal","translationModeLang.translation.title":"Mode de langue uniquement en traduction","error.configError":"Les donn\xE9es de configuration sont anormales","translationFont.customPlaceholder":"police de caract\xE8res","touch.mouse-translate":"Traduire le paragraphe sp\xE9cifi\xE9",toggleToService:"Passez \xE0 {service} et r\xE9essayez","translationFont.custom":"Entrez une police personnalis\xE9e",batchEdit:"Op\xE9ration en masse","error.proUpgrade":"Apr\xE8s la mise \xE0 niveau, veuillez rafra\xEEchir la page et traduire \xE0 nouveau.","error.502":"Le service renvoie une erreur, le service est en retard, veuillez r\xE9essayer plus tard.","error.403":"Le service renvoie une erreur, vous n'avez pas temporairement le droit d'acc\xE9der \xE0 ce service.","error.googleLimitIp":"Le service renvoie une erreur, le service Google a limit\xE9 le d\xE9bit pour cette adresse IP, il est recommand\xE9 de changer de n\u0153ud r\xE9seau.",videoSubtitlePreTranslationOff:"Les sous-titres vid\xE9o utiliseront en priorit\xE9 les sous-titres automatiques fournis avec la vid\xE9o originale.","translationFont.notSupportErrorMessage":"Veuillez v\xE9rifier si le nom de la police que vous avez entr\xE9 est correct, ou confirmer que cette police est d\xE9j\xE0 install\xE9e sur votre appareil.","error.proTokenInvalid":"Si vous \xEAtes un utilisateur Pro, veuillez vous connecter avant d'utiliser le service de traduction Pro.",videoSubtitlePreTranslationOn:"Les sous-titres vid\xE9o utiliseront en priorit\xE9 la traduction immersive.","error.400":"Le service renvoie une erreur, la demande de param\xE8tre est incorrecte, veuillez v\xE9rifier la configuration correspondante.","error.429":"Le service renvoie une erreur, indiquant que la demande est trop fr\xE9quente ou d\xE9passe la limite de quota, veuillez r\xE9essayer plus tard.","translationModeUrl.translation.description":"Lorsque le site Web est pour les domaines suivants, il utilisera automatiquement le mode de traduction uniquement.",enableSentryReport:"Lorsqu'une erreur se produit lors de l'extension, utilisez Sentry pour soumettre des commentaires.","error.reloadPageOfSetting":"Apr\xE8s la configuration, veuillez rafra\xEEchir la page pour traduire \xE0 nouveau.","translationModeLang.translation.description":"Lorsque la langue de la page est l'une des langues suivantes, le mode de traduction uniquement sera automatiquement utilis\xE9.","error.gemini.429":"Le service Gemini actuel a atteint sa capacit\xE9 maximale, veuillez r\xE9essayer plus tard ou passer \xE0 un autre service de traduction.","desc.toggleVideoSubtitlePreTranslation":"Une fois appuy\xE9, les sous-titres bilingues de la vid\xE9o utiliseront en priorit\xE9 les param\xE8tres de traduction immersive, une nouvelle pression donnera la priorit\xE9 aux sous-titres de traduction automatique inclus dans la vid\xE9o originale. Attention : ce raccourci modifie les param\xE8tres globaux.","error.openAIExceededQuota":"Le service renvoie une erreur : le solde de votre compte OpenAI est insuffisant, veuillez recharger ou lier une carte de cr\xE9dit dans le back-office officiel d'OpenAI.","error.openAIFreeLimit":"Le service renvoie une erreur, la fr\xE9quence actuelle des demandes de traduction a atteint la limite maximale de 3 fois par minute, veuillez r\xE9essayer plus tard. (C'est une restriction officielle d'OpenAI sur la cl\xE9 API gratuite, pour lever cette restriction, veuillez lier une carte de cr\xE9dit dans le backend d'OpenAI.)","error.serveUnavailable":"Le service [{serverName}] que vous utilisez actuellement est temporairement inaccessible en raison de probl\xE8mes de connexion r\xE9seau ou de fournisseur de services. Nous vous sugg\xE9rons d'essayer de rafra\xEEchir la page ou de changer de service de traduction via <1>Param\xE8tres. Si vous \xEAtes un membre <2>Pro, vous pouvez choisir d'utiliser les services de traduction plus stables de DeepL ou OpenAI (<3>cliquez ici pour un essai gratuit). De plus, vous devrez peut-\xEAtre v\xE9rifier vos param\xE8tres de r\xE9seau ou de proxy.",loggedIn:"Connect\xE9","error.retry":"R\xE9essayer","floatBall.iKnow":"Je sais.",touchShortcutsOff:"Fermer","tagsInput.add":"+ Ajouter","translationServices.gemini":"G\xE9meaux",goLogin:"Allez vous connecter",shortcutSettings:"Raccourci",notLogin:"Non connect\xE9","multipleClick.4":"Quadruple frappe",alwaysTranslateThisSite:"Toujours traduire ce site","multipleClick.3":"Triple coup",neverTranslateThisSite:"Ne jamais traduire ce site","subtitle.bilingual":"Sous-titres bilingues","widget.instructionTooltip":"Consultez le mode d'emploi","shortcutGroup.shortcutsForTranslationServices":"Raccourcis li\xE9s au service de traduction",buildSnapshots:"G\xE9n\xE9rer un instantan\xE9 de la page web",shortcutSettingsTitle:"Param\xE9trage des raccourcis","subtitle.hideQuickButton":"Ne plus afficher ce raccourci",contact:"Contactez-nous","widget.videoSubtitleTooltip":"Prend en charge Youtube et autres sites vid\xE9o {count}+",notLoginPro:"Vous n'avez pas encore connect\xE9 \xE0 votre compte membre.","multipleClick.2":"Double-cliquez","widget.videoSubtitle":"sous-titres vid\xE9o",temprarilyChangeTranslationTo_gemini:"Utilisation de Gemini pour traduire la page actuelle.","error.subscriptionExpiredTitle":"L'adh\xE9sion a expir\xE9",pickAll:"Tout s\xE9lectionner","floatBall.guideClickToTranslate":"Cliquez sur la bulle de traduction immersive pour traduire rapidement",temprarilyChangeTranslationTo_google:"Utilisation en cours de Google Traduction pour cette page actuelle",temprarilyChangeTranslationTo_bing:"Utilisation en cours de Microsoft Traduction pour la page actuelle",mouseHoverCustomKeyTitle:"Personnaliser les raccourcis de survol de la souris","browser.translateWithDeepL":"Utilisation temporaire de DeepL pour traduire la page actuelle","widget.translateFile":"PDF/ePub",temprarilyChangeTranslationTo_openai:"Utilisation en cours d'OpenAI pour traduire la page actuelle","subtitle.autoDisableSubtitle":"Ne pas activer automatiquement les sous-titres bilingues","error.reason":"Raison de l'erreur",temprarilyChangeTranslationTo_deepl:"Utilisation de DeepL pour traduire la page actuelle.","widget.translateFileTooltip":"Traduire les documents PDF, EPUB, SRT, ASS, HTML et TXT",networkError:"Le service de traduction ou le r\xE9seau rencontre des probl\xE8mes.","floatBall.longPress":"Appuyez longuement pour ouvrir rapidement le panneau de configuration.",paragraphMinTextCountField:"Le nombre minimum de caract\xE8res requis pour traduire un paragraphe","browser.translateWithTransmart":"Utilisation temporaire de Tencent pour traduire la page actuelle","browser.translateWithOpenAI":"Utilisation temporaire d'OpenAI pour traduire la page actuelle",translationOnlyMode:"Mode de traduction uniquement","slide.right":"Glissez vers la gauche","shortcutGroup.main":"Raccourcis de fonctionnalit\xE9s couramment utilis\xE9s",temprarilyChangeTranslationTo_transmart:"Utilise actuellement la traduction de Tencent pour cette page.",touchShortcutsToggleTranslatePage:"D\xE9finir un geste tactile pour traduire la page web / afficher le texte original","slide.left":"Faites glisser vers la droite","shortcutGroup.touch":"Gestes sp\xE9cifiques pour \xE9cran tactile","intro.floatBallTitle":"Boule flottante de traduction rapide","neverTranslateText.title":"Ci-dessous, les mots restent en texte original, ne pas traduire.","browser.toggleMouseHoverTranslateDirectly":"Activer ou d\xE9sactiver temporairement la traduction directe au survol de la souris sur la page","browser.translateInputBox":"Traduire le contenu de la bo\xEEte de saisie actuelle","browser.translateWithGoogle":"Utilisation temporaire de Google Traduction pour la page actuelle","browser.translateWithBing":"Utilisation temporaire de Microsoft Traduction pour la page actuelle","widget.instruction":"Mode d'emploi","subtitle.showQuickButton":"Afficher les sous-titres bilingues dans le lecteur est un raccourci",touchShortcutsToggleTranslationMask:"Configurer l'affichage du geste tactile pour afficher le masque de traduction / afficher le texte original","error.subscriptionExpired":"Votre adh\xE9sion a peut-\xEAtre expir\xE9, veuillez v\xE9rifier votre statut de membre.","intro.hoverTitle":"Survolez avec la souris pour traduire le paragraphe actuel","browser.translateWithGemini":"Utilisez temporairement Gemini pour traduire la page actuelle",touchShortcutsToggleTranslateTouchElement:"Configurer la traduction de paragraphes sp\xE9cifiques par gestes tactiles","desc.touchShortcutsToggleTranslateTouchElement":"Personnalisez un geste et vous pourrez traduire n'importe quel paragraphe o\xF9 vous vous trouvez.","intro.subtitleTitle":"Affichage des sous-titres bilingues en vid\xE9o en ligne","desc.interfaceLanguage":"La configuration de la langue de l'interface affecte la langue d'affichage du panneau de contr\xF4le et n'a rien \xE0 voir avec la langue cible de la traduction.","browser.toggleVideoSubtitlePreTranslation":"Basculer vers les sous-titres bilingues en privil\xE9giant les param\xE8tres de traduction immersive","shortcutGroup.others":"Plus de raccourcis de fonctionnalit\xE9s personnalis\xE9es",confirmResetToDefaultSettings:"Confirmez-vous vouloir r\xE9tablir ce service de traduction comme param\xE8tre par d\xE9faut ? (Cela ne r\xE9initialise que les param\xE8tres de ce service de traduction)",shortcutDisableTooltip:"Veuillez configurer dans la page de gestion des raccourcis d'extension fournie par le navigateur, pour plus de directives, veuillez consulter les instructions en haut de cette page.","subtitle.showQuickButtonDescription":"Fournir un raccourci pour activer les sous-titres bilingues dans le coin inf\xE9rieur droit du lecteur vid\xE9o","shortcutGroup.mouse":"Configuration des raccourcis clavier pour le survol de la souris","desc.toggleTranslateTheMainPage":"Traduisez uniquement les zones principales de la page, une fois que vous avez activ\xE9 la traduction de toutes les zones de la page dans les param\xE8tres avanc\xE9s, vous pouvez utiliser ce raccourci pour traduire sp\xE9cifiquement les zones principales de la page.","description.baiduField":"Les domaines pris en charge sont vus <1>ici, si vide cela signifie qu'aucun domaine n'est sp\xE9cifi\xE9.",upgradeToProErrorTitle:"Veuillez passer \xE0 l'adh\xE9sion Pro pour utiliser ce service de traduction.",paragraphMinTextCountDesc:"Faites attention, ici on parle de la longueur des caract\xE8res, par exemple: hello compte 5 caract\xE8res, d\xE9finir une valeur plus grande peut r\xE9duire les traductions de petits paragraphes inutiles.",translationOnlyModeDescription:"Le mode de traduction uniquement signifie que seule la traduction est affich\xE9e, et non le mode bilingue par d\xE9faut. Notez que: en raison des limitations techniques, les hyperliens du texte original seront d\xE9sactiv\xE9s en mode de traduction uniquement.","desc.toggleTranslateTheWholePage":"Traduire toute la zone de la page, par d\xE9faut, nous traduirons la zone principale de la page, vous pouvez utiliser ce raccourci pour traduire sp\xE9cifiquement toute la zone de la page.","contact.description":"Si vous avez des questions ou des suggestions, n'h\xE9sitez pas \xE0 remplir le formulaire ci-dessous pour nous contacter, ou \xE0 envoyer un courriel \xE0 {email}, nous vous r\xE9pondrons d\xE8s que possible.",mouseHoverCustomKeyDescription:"Vous pouvez personnaliser un raccourci clavier pour le survol de la souris, par exemple : Alt+Z, Ctrl+E, Cmd+Alt+E ou directement Cmd, veuillez entrer manuellement.","desc.mouseHoverHoldKey":"Lorsque la souris survole un paragraphe et que vous appuyez simultan\xE9ment sur la touche de raccourci \xE0 droite, vous pouvez traduire directement ce paragraphe.","desc.touchShortcutsToggleTranslatePage":"Une fois configur\xE9, lors de l'utilisation d'un appareil mobile, vous pouvez toucher l'\xE9cran avec X doigts, glisser de gauche \xE0 droite ou cliquer continuellement pour d\xE9clencher la traduction de la page web / afficher le texte original.","desc.touchShortcutsToggleTranslationMask":"La traduction du masque fait r\xE9f\xE9rence \xE0 l'effet flou dans le style de la traduction (mode d'apprentissage), qui est activ\xE9 temporairement pour utiliser l'effet flou sur la traduction, facilitant l'apprentissage.","intro.floatBallDescription":"Une fois activ\xE9, un bouton de traduction rapide s'affichera sur le c\xF4t\xE9 droit de la page. Cliquez dessus pour traduire, cliquez \xE0 nouveau pour revenir au texte original. Sur mobile, maintenez le bouton flottant pour ouvrir le panneau de configuration rapide.","desc.toggleMouseHoverTranslateDirectly":"Apr\xE8s avoir appuy\xE9 sur ce raccourci, sur la page, d\xE8s que la souris pointe sur n'importe quel texte, ce texte sera automatiquement traduit. Appuyez \xE0 nouveau sur le raccourci pour d\xE9sactiver cette fonction de traduction automatique.","intro.hoverDescription":"La traduction au survol de la souris est une fonction tr\xE8s importante dans la traduction immersive. Il suffit de placer la souris sur le paragraphe et d'appuyer simultan\xE9ment sur la touche de raccourci d\xE9finie pour traduire automatiquement le paragraphe actuel (remarque : elle n'est pas activ\xE9e par d\xE9faut, veuillez la configurer ci-dessous). Cette interaction est utilis\xE9e pour mieux remplacer la traduction par s\xE9lection de mots. De plus, cette fonction est largement utilis\xE9e dans les zones de traduction qui ne peuvent pas \xEAtre reconnues. Vous pouvez utiliser cette fonction pour forcer la traduction de n'importe quel paragraphe.","neverTranslateText.description":"En raison de la reconnaissance insatisfaisante des noms propres par certains moteurs de traduction, vous pouvez ajouter des mots ici pour vous assurer qu'ils ne sont pas convertis pendant le processus de traduction. Veuillez noter que cette fonction distingue les majuscules et les minuscules et ne prend en charge que les langues \xE0 mots s\xE9par\xE9s par des espaces (comme l'anglais, le fran\xE7ais), elle n'est pas applicable aux langues comme le japonais, le cor\xE9en, etc.","intro.subtitleDescription":"Une fois cette fonction activ\xE9e, les sous-titres bilingues seront automatiquement affich\xE9s lors de la lecture de la vid\xE9o. Si elle n'est pas activ\xE9e, vous devrez cliquer manuellement sur le bouton de traduction sur la page pour afficher les sous-titres. Veuillez noter qu'en raison de limitations techniques, certains sites peuvent n\xE9cessiter un rafra\xEEchissement de la page ou attendre la fin de la traduction pour afficher les sous-titres bilingues. (De plus, vous pouvez \xE9galement activer/d\xE9sactiver le panneau de raccourcis de traduction immersive dans le coin sup\xE9rieur droit apr\xE8s avoir ouvert le site de la vid\xE9o).

La prise en charge des sous-titres bilingues est actuellement disponible sur ces sites :",geminiWarning:"Attention : Le service gratuit Gemini fourni par Google a des restrictions strictes, il est possible que Google juge que l'utilisateur utilise plusieurs cl\xE9s pour contourner leurs restrictions de quota gratuit, il n'est pas recommand\xE9 de l'utiliser, il est recommand\xE9 d'attendre que Google ouvre l'interface de paiement Gemini \xE0 l'avenir avant de l'utiliser.","floatBall.setting":"Param\xE9trage","floatBall.translateToLanguage":"Cliquez pour traduire en {language}","floatBall.file":"Traduire les fichiers PDF, EPUB, SRT, ASS, HTML, TXT",changeToOnlyTempTranslationMode:"Afficher uniquement les traductions",changeToDualTempTranslationMode:"Passer \xE0 la traduction bilingue","transitionMode.translation":"Seulement le texte traduit","options.navbar.installApp":"Installer l'application mobile","options.navbar.translateFile":"Traduire le document","subtitle.transitionMode":"Param\xE8tres de sous-titres vid\xE9o bilingues / traduction uniquement","subtitle.transitionModeDescription":"D\xE9finir les sous-titres vid\xE9o en mode bilingue ou en mode traduction uniquement","transitionMode.inherit":"Restez coh\xE9rent avec le mode d'affichage de traduction par d\xE9faut du syst\xE8me.","transitionMode.dual":"Contraste bilingue",translateFileTooltip:`Traduire PDF, ePub, srt, + {env.imt_sub_trans_field}: \u062A\u0631\u062C\u0645\u0647`,"subtitle.quickButton.red":"\u0633\u0631\u062E","subtitle.quickButton.cyan":"\u0622\u0628\u06CC","subtitle.quickButton.white":"\u0633\u0641\u06CC\u062F","subtitle.quickButton.yellow":"\u0632\u0631\u062F","subtitle.quickButton.setting":"\u062A\u0646\u0638\u06CC\u0645\u0627\u062A","translationServices.claude":"\u06A9\u0644\u0648\u062F","subtitle.quickButton.backgroundColor":"\u0631\u0646\u06AF \u067E\u0633 \u0632\u0645\u06CC\u0646\u0647","subtitle.quickButton.translationPositionTop":"\u0628\u0627\u0644\u0627\u06CC \u0645\u062A\u0646 \u0627\u0635\u0644\u06CC","subtitle.quickButton.black":"\u0633\u06CC\u0627\u0647","subtitle.quickButton.blue":"\u0622\u0628\u06CC","subtitle.quickButton.green":"\u0633\u0628\u0632","subtitle.quickButton.translationFontSize":"\u0627\u0646\u062F\u0627\u0632\u0647 \u0641\u0648\u0646\u062A \u0645\u062A\u0646 \u062A\u0631\u062C\u0645\u0647","subtitle.quickButton.sourceTextColor":"\u0631\u0646\u06AF \u0641\u0648\u0646\u062A \u0645\u062A\u0646 \u0627\u0635\u0644\u06CC","subtitle.quickButton.magenta":"\u0631\u0646\u06AF \u0628\u0646\u0641\u0634","subtitle.quickButton.translationTextColor":"\u0631\u0646\u06AF \u0641\u0648\u0646\u062A \u0645\u062A\u0646 \u062A\u0631\u062C\u0645\u0647 \u0634\u062F\u0647","subtitle.quickButton.backgroundOpacity":"\u067E\u0633 \u0632\u0645\u06CC\u0646\u0647 \u0646\u06CC\u0645\u0647 \u0634\u0641\u0627\u0641","subtitle.quickButton.sourceFontSize":"\u0627\u0646\u062F\u0627\u0632\u0647 \u0641\u0648\u0646\u062A \u0645\u062A\u0646 \u0627\u0635\u0644\u06CC","subtitle.quickButton.translationPositionBottom":"\u0645\u062A\u0646 \u0627\u0635\u0644\u06CC \u062F\u0631 \u0632\u06CC\u0631 \u0627\u0633\u062A","subtitle.quickButton.translationPosition":"\u0645\u06A9\u0627\u0646 \u062A\u0631\u062C\u0645\u0647",attachSubtitleTranslating:"\u062F\u0631 \u062D\u0627\u0644 \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u0627\u0632 {service} \u0628\u0631\u0627\u06CC \u062A\u0631\u062C\u0645\u0647...","error.claude.403":"\u062F\u0633\u062A\u0631\u0633\u06CC \u0645\u0648\u0642\u062A\u0627 \u0628\u0647 \u0633\u0631\u0648\u06CC\u0633 \u0645\u0645\u06A9\u0646 \u0627\u0633\u062A \u0645\u062D\u062F\u0648\u062F \u0634\u062F\u0647 \u0628\u0627\u0634\u062F\u060C \u0627\u06CC\u0646 \u0645\u0645\u06A9\u0646 \u0627\u0633\u062A \u0628\u0647 \u0645\u062D\u062F\u0648\u062F\u06CC\u062A \u0645\u0646\u0637\u0642\u0647 \u0627\u06CC Claude \u0645\u0631\u062A\u0628\u0637 \u0628\u0627\u0634\u062F\u060C \u0634\u0645\u0627 \u0645\u06CC \u062A\u0648\u0627\u0646\u06CC\u062F \u0633\u0639\u06CC \u06A9\u0646\u06CC\u062F \u0622\u062F\u0631\u0633 IP \u062E\u0648\u062F \u0631\u0627 \u062A\u063A\u06CC\u06CC\u0631 \u062F\u0647\u06CC\u062F\u060C \u06CC\u0627 \u0627\u0632 \u0633\u0631\u0648\u06CC\u0633 \u0647\u0627\u06CC \u062A\u0631\u062C\u0645\u0647 \u062F\u06CC\u06AF\u0631 \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u06A9\u0646\u06CC\u062F.","browser.brandDescriptionForSafari":"\u3010\u062A\u0631\u062C\u0645\u0647 \u0641\u0631\u0648 \u0631\u0641\u062A\u0647\u3011 \u06CC\u06A9 \u0627\u0641\u0632\u0648\u0646\u0647 \u062A\u0631\u062C\u0645\u0647 \u0635\u0641\u062D\u0647 \u0648\u0628 \u062F\u0648\u0632\u0628\u0627\u0646\u0647 \u0631\u0627\u06CC\u06AF\u0627\u0646 (\u0645\u062A\u0646 \u0627\u0635\u0644\u06CC / \u062A\u0631\u062C\u0645\u0647) \u060C \u062F\u0631 \u0639\u06CC\u0646 \u062D\u0627\u0644 \u067E\u0634\u062A\u06CC\u0628\u0627\u0646\u06CC \u0627\u0632 \u062A\u0631\u062C\u0645\u0647 PDF \u0648 \u062A\u0631\u062C\u0645\u0647 \u06A9\u062A\u0627\u0628 \u0627\u0644\u06A9\u062A\u0631\u0648\u0646\u06CC\u06A9\u06CC EPUB \u0628\u0627 \u062D\u0641\u0638 \u0637\u0631\u062D \u0628\u0646\u062F\u06CC \u0627\u0635\u0644\u06CC \u0633\u0646\u062F \u060C \u062A\u0631\u062C\u0645\u0647 \u0632\u06CC\u0631\u0646\u0648\u06CC\u0633 \u062F\u0648\u0632\u0628\u0627\u0646\u0647 \u0648\u06CC\u062F\u0626\u0648\u06CC \u0622\u0646\u0644\u0627\u06CC\u0646 Youtube / Netflix \u060C \u067E\u0634\u062A\u06CC\u0628\u0627\u0646\u06CC \u0627\u0632 \u062E\u062F\u0645\u0627\u062A \u062A\u0631\u062C\u0645\u0647 \u0627\u0635\u0644\u06CC Deepl / Google\u061B","browser.PdfProFile":"\u062A\u0631\u062C\u0645\u0647 PDF Pro \u0645\u062D\u0631\u06A9 \u0647\u0648\u0634 \u0645\u0635\u0646\u0648\u0639\u06CC","browser.textTranslate":"\u062A\u0631\u062C\u0645\u0647 \u0645\u062A\u0646"};var Eb={nologin:"non connect\xE9",loginForSafari:"Se connecter ou s'inscrire",login:"Se connecter pour ouvrir une adh\xE9sion",manageAccount:"Comptes g\xE9r\xE9s",openPremium:"Adh\xE9sion ouverte",logout:"annuler",curentPlan:"Paquets actuels",endAt:"expiration",endAuto:"renouvellement automatique",lineBreakMaxTextCount:"Nombre maximal de caract\xE8res autoris\xE9s par phrase apr\xE8s les retours \xE0 la ligne","translate-pdf":"Cliquez pour traduire le PDF","noSupportTranslate-pdf":"Script non support\xE9, veuillez utiliser le plugin","translate-firefox-local-pdf":"Cliquez pour aller \xE0 Importer le PDF",enableLineBreak:"Activer le saut de ligne automatique pour les longs paragraphes",sponsorLabel:"1 $ D\xE9veloppeurs sponsoris\xE9s",help:"main",browserShortcutsNoteForFirefox:"Pour modifier les raccourcis dans Firefox, vous devez ouvrir la page de gestion des extensions `about:addons`, puis cliquer sur `Settings`, et enfin sur `Manage Shortcuts` pour d\xE9finir les raccourcis.",browserShortcutsNoteForChrome:'Pour modifier les raccourcis dans Chrome, vous devez ouvrir la page de gestion des extensions, les d\xE9finir dans le panneau "Gestion des raccourcis" (`chrome://extensions/shortcuts`), et cliquer sur le bouton ci-dessous pour acc\xE9der \xE0 la page de gestion des raccourcis.',browserShortcutsSucks:"Les raccourcis personnalis\xE9s sont format\xE9s comme suit (pas de reconnaissance automatique, veuillez entrer directement) :\uFF1A",enableLineBreakDescription:"Lorsque cette option est activ\xE9e, des sauts de ligne sont ins\xE9r\xE9s \xE0 la fin de chaque phrase dans les longs paragraphes afin d'en faciliter la lecture.","browser.shortBrandName":"Traduction en immersion","browser.brandName":"Traduction en immersion : pages Web et PDF bilingues","browser.brandDescription":"Bilingual web page translation, also supports PDF translation, bilingual Epub eBook translation, free to use.","browser.toggleTranslatePage":"Traduire la page/afficher le texte original","browser.toggleTranslateTheWholePage":"Traduire toutes les zones de la page/afficher le texte original","browser.toggleOnlyTransation":"Basculer en mode bilingue / mode traduction uniquement","browser.toggleTranslateToThePageEndImmediately":"Traduction imm\xE9diate en bas de page/affichage du texte original","browser.toggleTranslateTheMainPage":"Traduire la zone principale de la page/afficher le texte original","browser.shareToDraft":"Partager les pages bilingues","browser.openOptionsPage":"Ouvrir la page des param\xE8tres","browser.toggleTranslationMask":"Afficher/masquer l'effet de flou de translation","browser.translateLocalPdfFile":"Traduire des fichiers PDF locaux","browser.openEbookViewer":"Lire les livres \xE9lectroniques locaux","browser.openEbookBuilder":"Cr\xE9er des livres bilingues EPUB","browser.translateLocalHtmlFile":"Traduire des fichiers HTML/txt","browser.donateContext":"En savoir plus sur les avantages du parrainage","browser.translateLocalSubtitleFile":"Traduire les fichiers de sous-titres locaux",confirmResetConfig:"\xCAtes-vous s\xFBr de vouloir r\xE9initialiser les param\xE8tres ?",translationLineBreakSettingTitle:"R\xE9glage du saut de ligne de la traduction",smartLineBreak:"smart line feed (informatique)",alwaysLineBreak:"Toujours un saut de ligne",isShowContextMenu:"Ajouter des pages traduites aux \xE9l\xE9ments de menu \xE0 cliquer avec le bouton droit de la souris",toggleBeta:"Activation des fonctionnalit\xE9s de test b\xEAta",betaDescription:"Permet d'activer des fonctionnalit\xE9s encore exp\xE9rimentales, ainsi qu'un service de traduction en version b\xEAta. Rejoignez le <1>groupe Telegram pour en savoir plus.",translationLineBreakSettingDescription:"Les sauts de ligne sont toujours nets et ordonn\xE9s pour les pages \xE0 faible contenu. (Pour gagner de la place, utilisez des sauts de ligne intelligents dans les longs paragraphes \xE0 fort contenu (plus de{count}caract\xE8res)).",tempTranslateDomainTitle:"Dur\xE9e de l'activation temporaire de la traduction du site web",tempTranslateDomainDescription:"Lors de la traduction manuelle d'une page web, vous pouvez activer temporairement le site web pour la traduction automatique et vous pouvez d\xE9finir la dur\xE9e temporaire.",xMinutes:"{count} minutes",disabled:"interdire l'utilisation de qqch.",changelog:"Journal des mises \xE0 jour",toggleTranslatePageWhenThreeFingersOnTheScreen:"L'effleurement simultan\xE9 de l'\xE9cran par plusieurs doigts traduit les pages web/affiche le texte original",toggleTranslationMaskWhenThreeFingersOnTheScreen:"Le toucher \xE0 plusieurs doigts permet d'afficher/masquer l'effet de flou.",fingerCountToToggleTranslagePageOnlyTranslationWhenTouching:"Plusieurs doigts touchant l'\xE9cran en m\xEAme temps traduisent la page web (traduction uniquement)/affichent le texte original.",addUrlDescription:"Peut \xEAtre un nom de domaine et prend \xE9galement en charge les caract\xE8res g\xE9n\xE9riques, par exemple\uFF1A*.google.com, google.com/mail/*, https://www.google.com/*.",general:"Param\xE8tres de base",clickToExpandConfig:"\xC9tendre la configuration actuelle",import:"Importation d'un fichier",export:"Exporter vers un fichier",toggleDebug:"Imprimer le journal de d\xE9bogage sur la console","fingers.0":"coagulation","fingers.2":"touche \xE0 deux doigts","fingers.3":"touche \xE0 trois doigts","fingers.4":"touche \xE0 quatre doigts","fingers.5":"touche \xE0 cinq doigts",mouseHoldKey:"+ {key} traduire/restaurer le paragraphe",mouseHoldKeyAuto:"Traduction directe du paragraphe",mouseHoldKeyOff:"Ne faites rien.",mouseHoldKeyOther:"Raccourcis personnalis\xE9s (ouvrir les param\xE8tres)",mouseHoldKeyCustomKey:"{key} Traduction/r\xE9duction du paragraphe",mouseHoverHoldKey:"Traduire des paragraphes en appuyant sur la touche de raccourci tout en survolant la souris.","mouse-translate":"survol de la souris",document:"fichier (informatique)",resetSuccess:"R\xE9initialisation de tous les param\xE8tres r\xE9ussie",resetThisSuccess:"R\xE9initialisation r\xE9ussie",saved:"Sauvegarder le succ\xE8s",successImportConfig:"Importation r\xE9ussie de la configuration",goAdvancedSettings:"Acc\xE9der \xE0 la page des param\xE8tres avanc\xE9s",goAdvancedInterfaceSettings:"Acc\xE9der \xE0 la page Param\xE8tres de personnalisation avanc\xE9s",advanced:"Param\xE8tres avanc\xE9s",advancedDescription:"En g\xE9n\xE9ral, aucun r\xE9glage n'est n\xE9cessaire, il suffit de laisser la valeur par d\xE9faut. Pour les utilisateurs plus sp\xE9cialis\xE9s uniquement, des param\xE8tres plus personnalis\xE9s sont disponibles.",developer:"Param\xE8tres du d\xE9veloppeur",donateCafe:"prix","translate to the bottom of the page":"La traduction se fait-elle vers le bas de la page imm\xE9diatement apr\xE8s l'entr\xE9e dans la page ?",feedback:"Question Feedback",toggleTranslatePage:"Traduire la page/afficher le texte original",translateToThePageEndImmediatelyDescription:"Si vous l'activez, le contenu sera imm\xE9diatement traduit du haut vers le bas de la page au fur et \xE0 mesure que vous y acc\xE9dez. Si vous la d\xE9sactivez, la traduction se fait au fur et \xE0 mesure de la lecture. (Non recommand\xE9)","translate all areas of the page":"Traduire ou non toutes les zones de la page",translationAreaDescription:"Si cette option est activ\xE9e, toutes les zones de la page web sont traduites. Si l'option est d\xE9sactiv\xE9e, la reconnaissance intelligente par d\xE9faut est utilis\xE9e et seules les parties principales sont traduites. (Il n'est pas recommand\xE9 de l'activer)","the number of characters to be translated first":"Traduire directement les premiers caract\xE8res de la page sans attendre le d\xE9filement de la zone de visualisation","interface language":"langue de l'interface","display both the original text and the translation":"Affichage simultan\xE9 de l'original et de la traduction","keyboard shortcuts":"Raccourcis clavier",modify:"Modifier les touches de raccourci",reset:"reprovision",close:"coagulation",homepage:"page d'accueil",more:"plus",moreOptions:"\xC9largir les options de personnalisation",translateTheWholePage:"Traduire toutes les zones de la page (au lieu de reconna\xEEtre intelligemment les zones principales)",changeToTranslateTheWholePage:"Passer \xE0 la traduction de toutes les r\xE9gions",changeToTranslateTheMainPage:"Passer \xE0 la zone principale de traduction",changeToOnlyTranslationMode:"Afficher uniquement les traductions",changeToDualTranslationMode:"Passer \xE0 la traduction bilingue",translateToThePageEndImmediately:"Traduction imm\xE9diate en bas de page",translateTheMainPage:"R\xE9gions cl\xE9s de la traduction intelligente","The local rules are up to date":"Les r\xE8gles d'adaptation locales sont \xE0 jour.","Successfully synchronized with the latest official rules:":"Synchronisation r\xE9ussie avec les derni\xE8res r\xE8gles d'adaptation officielles.","Checking for updates":"V\xE9rification des mises \xE0 jour","Rules are being synchronized":"Synchronisation des r\xE8gles d'adaptation",localVersionIsTooOld:"La version de l'extension locale est trop ancienne, veuillez mettre \xE0 jour l'extension vers {minVersion} ou une version plus r\xE9cente avant d'essayer de synchroniser.",badUserscriptBrowser:"Le navigateur actuel n'impl\xE9mente pas correctement l'interface de l'extension Grease Monkey (par exemple, pour obtenir des informations sur le num\xE9ro de version du script Grease Monkey lui-m\xEAme), veuillez utiliser d'autres navigateurs qui <1>prennent en charge l'extension Grease Monkey, tels que Firefox.",foundNewVersion:"D\xE9couvrez la nouvelle version",theLocalExtensionIsUpToUpdate:"L'extension actuelle est \xE0 jour.",failToSyncRules:"Absence de synchronisation des derni\xE8res r\xE8gles d'adaptation",retry:"Cliquez ici pour r\xE9essayer",failedReason:"Raisons de l'\xE9chec",currentRuleVersion:"Version actuelle de la r\xE8gle",calculating:"Calculs",unknownError:"erreur inconnue",canNotFetchRemoteRule:"Impossible d'obtenir des r\xE8gles \xE0 distance",enableAlphaSuccess:"Alpha activ\xE9",disableAlphaSuccess:"La fonction Alpha a \xE9t\xE9 d\xE9sactiv\xE9e",cacheSize:"Taille du cache\uFF1A",cleaning:"en cours de liquidation",cleanCache:"effacer le cache",options:"mettre en place",about:"en ce qui concerne",service:"service d'interpr\xE9tation",needAction:"(Acc\xE9der aux param\xE8tres)",goSettings:"aller de l'avant et mettre en place",needActionForOptions:"(\xE0 mettre en place)",translationEngine:"Options du moteur",sourceLanguage:"Langue originale",target:"langue cible",popupSourceLanguage:"Langue originale",popupTarget:"langue cible",popupService:"service d'interpr\xE9tation",forThisSite:"Site web actuel",autoEnableSubtitle:"Ouverture automatique des sous-titres bilingues",alwaysTranslate:"Traduisez toujours",neverTranslate:"Ne jamais traduire",alwaysTranslateSomeLanguage:"Traduisez toujours {language}",neverTranslateSomeLanguage:"Ne jamais traduire {language}",alwaysTranslateSomeSite:"Traduisez toujours {hostname}",neverTranslateSomeSite:"Ne jamais traduire {hostname}",alwaysTranslateSomeSiteOrWildSite:"Toujours traduire le site",alwaysTranslateSomePage:"Toujours traduire la page",add:"augmenter",default:"par d\xE9faut (r\xE9glage)",forThisLanguage:"Pour cette langue\uFF1A","add url":"Saisir l'URL",edit:"compilateur","translate other languages into specific language":"Traduire d'autres langues dans la langue choisie","select translation service":"S\xE9lectionner un service de traduction",language:"multilinguisme","show-original":"Afficher le texte original",translate:"l'\xE9quarrissage",Translated:"traduit",Translating:"en traduction",Error:"incorrect",allowCacheTranslations:"Activer la mise en cache de la traduction locale (pour r\xE9duire les demandes de traduction pour les passages dupliqu\xE9s)","translation display":"Style d'affichage de la traduction","select diplay style":"Distinguer les styles de traduction, en se r\xE9f\xE9rant sp\xE9cifiquement aux exemples suivants",interface:"Param\xE8tres de l'interface",import_export:"Importation/Exportation",import_export_title:"Configuration de l'importation/exportation",syncToGoogleDrive:"Synchroniser avec Google Drive maintenant",floatBallOptions:"Param\xE8tres de l'hoverball","floatBallOptions.enable":"Activer le Hoverball","floatBallOptions.blockUrls":"D\xE9sactiver le site web","floatBallOptions.add":"augmenter","floatBallOptions.blockUrlDesc":"Les hoverballs ne sont pas affich\xE9s lorsque les sites web suivants sont rencontr\xE9s","floatBallOptions.clickType":"le comportement de clic","floatBallOptions.clickTypeDesc":"Comportement de l'ic\xF4ne Hoverball lorsqu'elle est cliqu\xE9e","floatBallOptions.clickPopup":"Afficher le panneau de traduction","floatBallOptions.clickTranslate":"Traduction/affichage du texte original","floatBallOptions.fixedPosition":"\u56FA\u5B9A\u4F4D\u7F6E","floatBallOptions.fixedPositionDesc":"\u60AC\u6D6E\u7403\u5728\u7A97\u53E3\u5DE6\u4FA7\u8FD8\u662F\u53F3\u4FA7","floatBallOptions.fixedPositionLeft":"\u5DE6\u4FA7","floatBallOptions.fixedPositionRight":"\u53F3\u4FA7",previewAllThemes:"Aper\xE7u de tous les styles","translationTheme.none":"ne pas avoir","translationTheme.grey":"gris fonc\xE9","translationTheme.dashed":"soulign\xE9 en pointill\xE9","translationTheme.dotted":"trait de soulignement en pointill\xE9","translationTheme.dashedBorder":"bordure en pointill\xE9s","translationTheme.solidBorder":"bordure solide","translationTheme.underline":"Souligner les lignes droites","translationTheme.mask":"Effets flous (modes d'apprentissage)","translationTheme.opacity":"effet de transparence","translationTheme.paper":"Effet d'ombre du papier blanc","translationTheme.dividingLine":"ligne de d\xE9marcation","translationTheme.highlight":"haute luminosit\xE9","translationTheme.marker":"marqueur (mot emprunt\xE9)","translationTheme.marker2":"Marqueur 2","translationTheme.blockquote":"Styles de r\xE9f\xE9rencement","translationTheme.weakening":"affaiblissement","translationTheme.italic":"caract\xE8re oblique","translationTheme.bold":"\xE9paissir","translationTheme.thinDashed":"ligne pointill\xE9e fine soulign\xE9e","translationTheme.nativeDashed":"Le syst\xE8me est soulign\xE9 en pointill\xE9","translationTheme.nativeDotted":"Le syst\xE8me est soulign\xE9 en pointill\xE9s","translationTheme.nativeUnderline":"Le syst\xE8me est assorti d'une ligne de d\xE9marcation droite","translationTheme.wavy":"ligne ondul\xE9e","translationServices.custom":"API personnalis\xE9e","translationServices.tencent":"Tencent Translator","translationServices.tenAlpha":"Tencent Translator (Alpha)","translationServices.google":"Google Translate","translationServices.bai":"Baidu (Alpha)","translationServices.baidu":"Traduction de Baidu","translationServices.aliyun":"AliCloud Traduction","translationServices.volc":"traduction du volcan","translationServices.deeplx":"DeepLX (Beta)","translationServices.bing":"Microsoft Translate","translationServices.deepl":"DeepL","translationServices.wechat":"Traduction WeChat","translationServices.azure":"Azure Translation","translationServices.ibm":"IBM Watson","translationServices.aws":"Traduction sur Amazon","translationServices.mock":"Traduction simul\xE9e","translationServices.mock2":"Traduction simul\xE9e 2","translationServices.caiyun":"lit. nuages color\xE9s et petites traductions","translationServices.cai":"Nuages color\xE9s (Alpha)","translationServices.volcAlpha":"Volcan (Alpha)","translationServices.openl":"OpenL","translationServices.youdao":"Traduction sur Youtube","translationServices.you":"Traducteur Youdao (Alpha)","translationServices.transmart":"Traduction interactive de Tencent","translationServices.niu":"Traducteur franc-tireur","translationServices.papago":"Traduction Papago","translationServices.d":"D (Alpha)","translationServices.dpro":"D Pro (Canari)","translationServices.openai":"OpenAI","translationServices.yandex":"Yandex","translationServices.chatgpt":"ChatGPT Web(3.5 mobile)","translate title":"Traduire les titres des pages","always languages":"Toujours traduire la langue",neverTranslateLanguagesLabel:"La langue qui ne sera jamais traduite",neverTranslateTheFollowingLanguagesDescription:"Les traductions sont ignor\xE9es lorsqu'un paragraphe de la page est r\xE9dig\xE9 dans l'une des langues suivantes",enableUserscriptPagePopup:"Afficher le hoverball sur la page",enableUserscriptPagePopupDescription:"Apr\xE8s avoir d\xE9sactiv\xE9 le hoverball, vous pouvez le rappeler \xE0 l'aide du raccourci /{touch}. Il est fortement recommand\xE9 de marquer cette page de param\xE8tres d'un signet afin d'\xE9viter de ne pas pouvoir retrouver le hoverball apr\xE8s avoir d\xE9sactiv\xE9 cette option par inadvertance !","always translate the following languages":"Traduit automatiquement dans la langue cible lorsque la page est dans l'une des langues suivantes","always sites":"Des sites web toujours traduits","always translate the following sites":"Les sites web sont automatiquement traduits dans la langue cible lorsqu'il s'agit de noms de domaine de","never sites":"Site web jamais traduit","never translate the following sites":"Les traductions ne seront pas effectu\xE9es si le site est destin\xE9 aux domaines suivants","please refer to":"Vous devez remplir la cl\xE9 avant de pouvoir l'utiliser.",KeyAndConfigurationTutorial:"Tutoriel d'application et de configuration des cl\xE9s",useAboveStyleForTheseSites:"Utilisez toujours le style de traduction \u2308{theme}\u230B lorsque le site est destin\xE9 aux domaines suivants",currentUrl:"URL actuel",confirm:"enregistrer (un fichier, etc.) (informatique)",cancel:"annulations",delete:"l'enl\xE8vement","languages.auto":"d\xE9tection automatique",syncToCloud:"Synchronisation avec Google Drive",syncToCloudDescription:"T\xE9l\xE9charg\xE9e dans le nuage, la configuration peut \xEAtre synchronis\xE9e entre diff\xE9rents navigateurs/scripts de singe de graisse, en fonction de la derni\xE8re modification.",syncToAccount:"Synchronisation avec l'Immersive Translation Cloud",syncToAccountButton:"Synchronisation instantan\xE9e avec le nuage",syncToAccountDescription:"Synchroniser automatiquement les configurations entre diff\xE9rents appareils, en fonction de la derni\xE8re modification.",successSyncConfigInAccount:"Synchronisation r\xE9ussie avec le nuage",successSyncConfigToAccount:"Synchronisation r\xE9ussie vers le nuage",syncConfigNoUpdate:"Il est d\xE9j\xE0 \xE0 jour.",authFail:"\xC9chec de l'autorisation",syncTitle:"Gestion manuelle des sauvegardes",import_hint:"importation (donn\xE9es)",upload:"t\xE9l\xE9charger",revokeAuth:"r\xE9voquer une autorisation",uploadFail:"\xC9chec du t\xE9l\xE9chargement",download:"t\xE9l\xE9chargement",importSuccess:"Importation r\xE9ussie",importFail:"\xE9chec de l'importation",deleteFail:"\xC9chec de la suppression",backupToCloud:"Gestion manuelle des fichiers de sauvegarde",create_new_backup:"Ajouter un nouveau n\u0153ud de sauvegarde",maxBackupFiles:"Jusqu'\xE0{count}n\u0153uds diff\xE9rents peuvent \xEAtre sauvegard\xE9s, veuillez supprimer les n\u0153uds dont vous n'avez pas besoin.",backupToCloudDescription:"T\xE9l\xE9charger ou restaurer manuellement les fichiers de sauvegarde, en autorisant jusqu'\xE0 trois sauvegardes diff\xE9rentes.",successSyncConfig:"Synchronisation r\xE9ussie avec le nuage",syncFail:"\xE9chec de la synchronisation",updatedAt:"Mise \xE0 jour de {date}",lastSyncedAt:"Derni\xE8re v\xE9rification \xE0 l'adresse {date}",downloadFail:"\xC9chec du t\xE9l\xE9chargement",clickToDownload:"Cliquer pour t\xE9l\xE9charger",aboutLabel:"\xC0 propos - Feedback","browser.openAboutPage":"\xC0 propos/commentaires",aboutLabelWithoutSponsor:"\xC0 propos - Feedback",aboutIntro:"Puissions-nous tous avoir un acc\xE8s plus facile et plus agr\xE9able \xE0 l'\xE9norme quantit\xE9 d'informations en langues \xE9trang\xE8res sur Internet \u2764\uFE0F Vous pouvez choisir d'activer votre <6>adh\xE9sion Pro pour utiliser les traductions pr\xEAtes \xE0 l'emploi de DeepL et OpenAI.

Vous pouvez nous suivre sur <3>Twitter, <4>Telegram, Weibo, WeChat, ou vous <5>inscrire \xE0 notre liste de <5>diffusion ci-dessous pour suivre les mises \xE0 jour.
Les <7>membres Pro peuvent nous contacter \xE0 l'adresse <8>support@immersivetranslate.com pour un service client\xE8le rapide.",aboutIntroWithoutSponsor:"Puissions-nous tous avoir un acc\xE8s plus facile et plus agr\xE9able \xE0 l'\xE9norme quantit\xE9 d'informations en langues \xE9trang\xE8res disponibles sur Internet \u2764\uFE0F

Vous pouvez nous suivre sur <3>Twitter, <4>Telegram channel, WeChat, WeChat Exchange, ou vous <5>abonner aux mises \xE0 jour par <5>courriel ci-dessous.",projectHomepage:"Accueil du projet",joinTelegramGroup:"Rejoignez le groupe d'utilisateurs pour participer aux discussions sur les fonctionnalit\xE9s",wechatPublicAccount:"WeChat Public",wechatCommunities:"Groupe d'\xE9change WeChat",qqCommunities:"Canal de communication QQ",joinTelegramChannel:"Suivez le canal Telegram pour les derni\xE8res mises \xE0 jour",feedbackAndJoin:"Question Feedback / Ajouter un groupe",autoSync:"synchronisation automatique de l'heure",loadingThemeTitle:"Style de chargement",loadingThemeDescription:"D\xE9finition du style lors de l'attente du chargement de la traduction","loadingTheme.spinner":"Animation de la rotation","loadingTheme.text":"texte statique qqch. ","loadingTheme.none":"non illustr\xE9",developerDescription:"La documentation sur la personnalisation avanc\xE9e est disponible <1>ici","edit border color":"Modifier la couleur de la bordure",successSyncButNoChange:"La configuration actuelle est compatible avec le nuage",customTheme:"Couleurs et tailles personnalis\xE9es","customThemeLabel.borderColor":"Couleur de la bordure","customThemeLabel.borderRadius":"Bords arrondis","customThemeLabel.textColor":"couleur du texte","customThemeLabel.backgroundColor":"couleur de fond","customThemeLabel.zoom":"Mise \xE0 l'\xE9chelle des polices (%)","customThemeLabel.opacity":"Opacit\xE9 du texte (%)",resetToDefaultColor:"R\xE9tablir les couleurs par d\xE9faut",resetToDefaultSettings:"R\xE9tablir les param\xE8tres par d\xE9faut",isTranslateTitle:"Permettre la traduction des titres de pages",isTranslateTitleDescription:"Lorsque cette option est activ\xE9e, le titre de la page est traduit.",enableSearchEnhancement:"Permettre l'enrichissement des messages bilingues",enableSearchEnhancementDescription:`Une fois l'option activ\xE9e, les r\xE9sultats de recherche de "Google News" seront automatiquement affich\xE9s dans la colonne de droite des sites web pris en charge (Google News, Google Search (certains mots-cl\xE9s), Snowball, Oriental Fortune, Futura, Tiger Community) pour les mots-cl\xE9s anglais correspondants.`,verifyService:"Cliquez ici pour tester le service",verified:"V\xE9rifier le succ\xE8s","field.langs":"Codes des langues prises en charge","field.model":"mod\xE9lisation","field.translationEngine":"moteur de traduction","field.limitPerMinute":"Nombre maximum de demandes par minute","field.limitPerSecond":"Demandes maximales par seconde","field.maxTextLengthPerRequest":"Longueur maximale du texte par demande","field.maxTextGroupLengthPerRequest":"Nombre maximum de paragraphes par demande","field.apiUrl":"Adresse de l'interface API personnalis\xE9e","field.placeholderDelimiters":"espace r\xE9serv\xE9","description.custom":"Acc\xE8s \xE0 l'interface personnalis\xE9e Documentation requise","description.limitPerMinute":"Les demandes d\xE9passant cette limite sont plac\xE9es dans une file d'attente jusqu'au d\xE9but de la minute suivante. En raison des diverses limitations du service actuel d'OpenAI, veuillez cliquer <1>ici pour obtenir les derni\xE8res valeurs sugg\xE9r\xE9es.","description.limitPerSecond":"Les demandes d\xE9passant cette limite sont plac\xE9es dans une file d'attente jusqu'au d\xE9but de la seconde suivante. En raison des diverses limitations du service actuel d'OpenAI, veuillez cliquer <1>ici pour obtenir les derni\xE8res valeurs sugg\xE9r\xE9es.","description.generalLimitPerSecond":"Les demandes d\xE9passant cette limite sont plac\xE9es dans une file d'attente jusqu'au d\xE9but de la seconde suivante.","description.prompt":"Envoyer la conversation \xE0 {service} en tant qu'utilisateur, o\xF9 {{text}} repr\xE9sente le contenu du texte du paragraphe, {{from}} repr\xE9sente la langue du paragraphe et {{to}} repr\xE9sente la langue cible.","description.maxTextLengthPerRequest":"Le nombre maximum de caract\xE8res par requ\xEAte est trop important pour que l'interface r\xE9ponde lentement, essayez donc d'ajuster cette option pour optimiser la vitesse.","description.systemPrompt":"Envoyer une conversation au {service} en tant que syst\xE8me, o\xF9 {{text}} repr\xE9sente le contenu du texte du paragraphe, {{from}} repr\xE9sente la langue du paragraphe et {{to}} repr\xE9sente la langue cible.","field.domain":"royaume","description.domain":"La valeur par d\xE9faut est\uFF1Ageneral. Elle ne peut \xEAtre d\xE9finie que si la traduction par domaine est activ\xE9e dans la console Arima API, voir <1>ici pour les domaines pris en charge.","field.scene":"prendre","description.scene":"La valeur par d\xE9faut est\uFF1Ageneral. Elle ne peut \xEAtre d\xE9finie que si la console AliCloud API ouvre Machine Translation Pro, voir <1>ici pour les sc\xE9narios pris en charge.","field.vocabId":"ID du dictionnaire de l'utilisateur","description.vocabId":"Le dictionnaire out_id sp\xE9cifi\xE9 prend actuellement en charge la traduction de l'anglais vers le chinois.","description.model":"Mod\xE8les OpenAI, peuvent \xEAtre gpt-3.5-turbo, gpt-4, etc.","description.maxTextGroupLengthPerRequest":"Le nombre de paragraphes envoy\xE9s au service de traduction \xE0 la fois. S'il y a trop de paragraphes, l'interface peut r\xE9pondre plus lentement.","description.apiUrl":"Veuillez ajouter des URL sp\xE9cifiques avec des chemins d'acc\xE8s et une <1>description plus d\xE9taill\xE9e.",enabledExtension:"Activation des extensions",clickToDisableExtension:"Cliquez pour d\xE9sactiver les extensions",clickToEnableExtension:"Cliquez pour activer les extensions",hasBeenDisabled:"handicap\xE9","show password":"Afficher le mot de passe",customContent:"Saisir un nom de mod\xE8le personnalis\xE9",inputOptions:"Am\xE9lioration de la bo\xEEte de saisie",mouseHoverOptions:"survol de la souris",modifyMouseHoverKey:"Modifier le raccourci au survol de la souris",enableInputTranslation:"Activation ou non de l'am\xE9lioration des bo\xEEtes de saisie",enableInputTranslationDescription:"Une fois la fonction activ\xE9e, tapez {startingKey}{startingKey} hello directement dans le champ de saisie, puis tapez rapidement{inputTrailingTriggerKeyRepeatTimes}puis{trailingKey}pour traduire en {inputTargetLanguage}.",enableInputTranslationDescriptionForNoneKey:"Une fois la fonction activ\xE9e, tapez\uFF1AHello World directement dans le champ de saisie, puis appuyez rapidement sur{inputTrailingTriggerKeyRepeatTimes}{trailingKey}fois pour traduire dans la langue cible par d\xE9faut.",inputTargetLanguage:"D\xE9finition de la langue cible par d\xE9faut pour les bo\xEEtes de saisie",inputTargetLanguageDescription:"Langue cible par d\xE9faut pour la traduction de la bo\xEEte de saisie, c'est-\xE0-dire {startingKey}{startingKey} comme langue par d\xE9faut pour les mots d\xE9clencheurs.",inputTargetLanguageDescriptionForNoneKey:"Langue cible par d\xE9faut pour la traduction de la bo\xEEte de saisie",inputStartingTriggerKeyTitle:"D\xE9finition du caract\xE8re de s\xE9paration pour la traduction partielle de la zone de saisie",inputStartingTriggerKeyDescription:"Lorsque vous n'avez pas besoin de traduire l'int\xE9gralit\xE9 du champ de saisie, le s\xE9parateur vous permet de ne traduire que la partie allant de {startingKey}{startingKey} \xE0 la fin du champ de saisie, ou vous pouvez sp\xE9cifier le code de la langue, par exemple\uFF1A{startingKey}ja signifie ne traduire que la partie allant de {startingKey}ja \xE0 la fin du champ de saisie.",inputStartingTriggerKeyDescriptionForNoneKey:"Le param\xE8tre actuel d'absence de pr\xE9fixe n'est pas n\xE9cessaire et la fonction de traduction de certains textes dans la bo\xEEte de saisie n'est pas disponible pour le moment.",inputTrailingTriggerKeyTitle:"S\xE9lectionner un caract\xE8re d\xE9clencheur de fin d'entr\xE9e",inputTrailingTriggerKeyDescription:"3 coups rapides{trailingKey} commencera \xE0 traduire !",inputTrailingTriggerKeyTimeout:"Entrez le temps entre les d\xE9clenchements de fin de combat",inputTrailingTriggerKeyTimeoutDescription:"D\xE9finit le temps (en millisecondes) entre les d\xE9clenchements combo de fin d'entr\xE9e.",spaceKey:"<\u7A7A\u683C\u952E>",noneKey:"Traduction directe de l'ensemble de la zone de texte sans pr\xE9fixe",inputTranslationBlockUrlsTitle:"N'activez pas l'am\xE9lioration des bo\xEEtes de saisie dans les URL suivantes",inputTranslationBlockUrlsDescription:"Les am\xE9liorations apport\xE9es aux bo\xEEtes de saisie ne fonctionneront pas aux URL suivants",clickToSeeQuickDemo:"Cliquez pour agrandir la vid\xE9o du tutoriel de 30 secondes",inputHelperInfo:"Description\uFF1ANous avons optimis\xE9 le fait que certains caract\xE8res d\xE9clencheurs se transforment en signes de ponctuation chinois sous les m\xE9thodes d'entr\xE9e chinoises, par exemple, / se transforme en signe dun , sous la m\xE9thode d'entr\xE9e Sogou, et Immersive Translator prend en charge tous les symboles chinois correspondant aux caract\xE8res d\xE9clencheurs, c.-\xE0-d. //,,, seront reconnus comme des caract\xE8res d\xE9clencheurs.

Nous prenons \xE9galement en charge les alias chinois pour les codes de langue en tant que commandes, par exemple /Japanese Hello World sera traduit en japonais, <1>cliquez ici pour voir tous les codes de langue pris en charge.",reloadCurrentPage:"Veuillez rafra\xEEchir la page actuelle avant de commencer la traduction.",noLocalFilePermissionForPDF:"Vous n'avez pas l'autorisation de lire les fichiers locaux, veuillez cliquer sur le bouton ci-dessus et importer les fichiers locaux.",noPermissionForThisPage:"\u26A0\uFE0F Pas d'autorisation de traduire la page actuelle",retryAllParagraphs:"R\xE9essayer tous les passages d'erreur",retryAllButton:"R\xE9essayer tous les passages d'erreur",errorTooltipTitle:"Cliquez pour voir la cause de l'erreur",errorModalTitle:"Il semble qu'il y ait un probl\xE8me avec le service de traduction ou le r\xE9seau...",disableConfirm:"Cadre d'am\xE9lioration de l'information bilingue",disableOnce:"Cette invalidit\xE9",disableGlobal:"d\xE9sactiver de fa\xE7on permanente",disableTint:"* Vous pouvez le r\xE9activer \xE0 l'adresse {option} .",searchEnhancementNotes:"Apr\xE8s avoir activ\xE9 la fonction d'am\xE9lioration de l'information bilingue de la traduction immersive, nous rechercherons automatiquement pour vous les m\xEAmes mots-cl\xE9s en anglais sur les sites web pris en charge (Google News, Google Search (certains mots-cl\xE9s), Snowball, Oriental Wealth, Futura, Tiger) et les afficherons sur le c\xF4t\xE9 droit. Vous pouvez choisir de d\xE9sactiver cette fonction si vous n'en avez pas besoin.",option:"mettre en place",saveSettings:"Sauvegarder les param\xE8tres",closeModal:"Fermer la fen\xEAtre",enableInputTranslationWithoutTriggerKeyTitle:"Activer 3 quick hits sur{trailingKey}pour traduire directement l'ensemble de la bo\xEEte de saisie en{inputTargetLanguage}",enableInputTranslationWithoutTriggerKeyDescription:"Pour sp\xE9cifier la langue cible, pr\xE9fixez-la avec le code de la langue, par exemple\uFF1Aja Hello World",mouseHoverShortcutPlaceholder:"par exemple :\uFF1AShift",deepLProName:"Immersive Translation Membre Pro (Recommand\xE9)",deepLProDescription:"Le paquet actuel peut \xEAtre utilis\xE9 directement",deeplProDescriptionForNormal:"Aucune installation n'est requise, les membres peuvent l'utiliser apr\xE8s s'\xEAtre connect\xE9s, <1>cliquez ici pour passer au statut de membre",deepLCustomDescription:"Carte de cr\xE9dit \xE9trang\xE8re requise, ouverture officielle sur <1>DeepL, cliquez pour la <2>documentation",deepLCustomName:"Cl\xE9 d'authentification personnalis\xE9e",chooseProviderLabel:"S\xE9lectionner un prestataire de services",openaiProName:"Immersive Translation Membre Pro (Recommand\xE9)",openaiProDescription:"Le paquet actuel peut \xEAtre utilis\xE9 directement",openaiProDescriptionForNormal:"Aucune installation n'est requise, les membres peuvent l'utiliser apr\xE8s s'\xEAtre connect\xE9s, <1>cliquez ici pour passer au statut de membre",openaiCustomDescription:"Disponible sur OpenAI, Azure OpenAI, ou d'autres services tiers, <1>cliquez ici pour la documentation.",openaiCustomName:"Cl\xE9 API personnalis\xE9e",needLoginAction:"(Adh\xE9sion ouverte ou personnalisation)",goLoginOrAction:"(Ouvrir une adh\xE9sion ou aller dans les param\xE8tres)",yearly:"effectuer un paiement annuel cons\xE9cutif",quarterly:"l'emballage s\xE9quentiel",monthly:"abonnement mensuel",yearlyForOnce:"Forfait annuel unique",monthlyForOnce:"Forfait mensuel unique",daily:"jours cons\xE9cutifs de paquet",year:"effectuer un paiement annuel cons\xE9cutif",quarter:"l'emballage s\xE9quentiel",month:"abonnement mensuel",day:"jours cons\xE9cutifs de paquet",onetime_7day:"Pack exp\xE9rience 7 jours",currentPlanDescriptionForFree:"Paquets actuels\uFF1AGratuit",currentPlanDescriptionForContinuous:"L'offre actuelle\uFF1A{plan}sera automatiquement renouvel\xE9e sur {endAt}",currentPlanDescriptionForAutoRenewCaceling:"L'offre actuelle\uFF1A{plan}expirera \xE0 la date {endAt} et ne sera pas renouvel\xE9e automatiquement \xE0 cette date.",currentYearlyPlanDescriptionForAutoRenewCacelingWithRealPaiedUser:"L'offre actuelle,\uFF1A{plan}, expirera le {endAt} et ne sera pas renouvel\xE9e automatiquement \xE0 l'expiration.
<1>Cliquez ici pour g\xE9rer votre plan de renouvellement",currentYearlyPlanDescriptionForAutoRenewCacelingWithAdmin:"L'offre actuelle,\uFF1A{plan}, expirera \xE0 {endAt} et ne sera pas renouvel\xE9e automatiquement \xE0 l'\xE9ch\xE9ance.
<1>Cliquez ici pour activer l'abonnement annuel continu",currentPlanDescriptionForOneTime:"L'abonnement actuel\uFF1A{plan}expirera sur {endAt} , <1>cliquez ici pour passer \xE0 un abonnement <1>annuel ou <2>mensuel.",upgradePlan:"Cliquez ici pour passer \xE0 l'adh\xE9sion Pro",upgradeToPro:"Passer \xE0 l'adh\xE9sion Pro","popup.openPro":"Passez \xE0 l'adh\xE9sion Pro pour profiter de DeepL et de la traduction OpenAI, cliquez ici pour passer \xE0 l'adh\xE9sion Pro.","popup.openProForPro":"Vous \xEAtes un membre Pro avec un acc\xE8s direct \xE0 DeepL et aux traductions OpenAI !",currentAccount:"compte courant",enableAutoSyncUserSettings:"Permettre la synchronisation automatique du nuage sur plusieurs appareils",modalEnableInputTranslationTitle:"Traduction immersive Bo\xEEte de saisie Alertes de traduction",modalEnableInputTranslationDesc:"Vous venez de d\xE9clencher la traduction de la bo\xEEte de saisie d'Immersive Translation en appuyant sur la barre d'espacement 3 fois en succession rapide, et le contenu de la bo\xEEte de saisie sera traduit dans la langue cible par d\xE9faut. La traduction peut \xEAtre annul\xE9e avec Ctrl+Z.

Si c'est une erreur, ne vous inqui\xE9tez pas, vous pouvez choisir de la d\xE9sactiver cette fois-ci, ou de d\xE9sactiver d\xE9finitivement la traduction de la zone de saisie.",saveAndNotShowAgain:"Sauvegarder et arr\xEAter le message",disableInputTranslationTips:"* Vous pouvez \xE9galement d\xE9finir d'autres raccourcis pour qu'ils se d\xE9clenchent dans {option} ,{learnMore}.",learnMore:"Cliquez ici pour en savoir plus",continueEnalbeInputTranslation:"Continuer \xE0 activer la traduction des champs de saisie",autoRenewTrialSuffix:`(Dans la version d'essai,passe imm\xE9diatement \xE0 l'adh\xE9sion compl\xE8te)`,upgradeFromTrialTitle:"Passer au statut de membre \xE0 part enti\xE8re",subtitle:"sous-titrage vid\xE9o",youtubeService:"Traduction en immersion Sous-titrage vid\xE9o Services de traduction","subtitle.disabledSubtitle":"D\xE9sactiver d\xE9finitivement la fonction de sous-titres vid\xE9o","subtitle.disabledSubtitleDescription":"Si Immersive Translator's Video Subtitles entre en conflit avec d'autres extensions, vous pouvez choisir de d\xE9sactiver d\xE9finitivement la fonctionnalit\xE9 d'Immersive Translator's Video Subtitles ou de d\xE9sinstaller les autres extensions en conflit.","subtitle.autoEnableSubtitle":"Utilisation automatique de sous-titres bilingues","subtitle.autoEnableSubtitleDescription":"Une fois activ\xE9, des sous-titres bilingues s'afficheront automatiquement lorsque la vid\xE9o est en cours de lecture, sinon, il faut cliquer sur le bouton de traduction pour les afficher.","subtitle.preTranslation":"Traduire des sous-titres \xE0 l'aide de la traduction immersive","subtitle.preTranslationDescription":"Lorsque cette option est activ\xE9e, l'int\xE9gralit\xE9 des sous-titres sera pr\xE9-traduite \xE0 l'aide du service de traduction sp\xE9cifi\xE9 ci-dessous. Une vid\xE9o d'une heure consommera environ 50 000 tokens ou caract\xE8res, donc \xE0 utiliser \xE0 votre propre discr\xE9tion ; lorsqu'elle est d\xE9sactiv\xE9e, les sous-titres originaux seront utilis\xE9s en premier.","subtitle.humanSubtitlesPreferred":"Utilisation prioritaire du sous-titrage humain","subtitle.humanSubtitlesPreferredDescription":"Privil\xE9gier l'utilisation de sous-titres humains lorsque la vid\xE9o dispose de sous-titres humains dans la langue cible (recommand\xE9).",videoSubtitleTranslationDescription:"Confier les sous-titres vid\xE9o \xE0 un service de traduction distinct",subtitleTranslating:"Veuillez patienter pendant que les sous-titres sont traduits \xE0 l'aide du service {service} ... (traduction en immersion)",subtitleLoading:"Chargement des sous-titres...",bilingual:"bilinguisme","field.action":"Activation ou non de la terminologie Baidu","description.action":"Lorsqu'il est activ\xE9, un param\xE8tre action=1 est ajout\xE9 \xE0 la demande pour informer Baidu de l'activation du terme. <1>Veuillez vous r\xE9f\xE9rer \xE0 la documentation officielle pour plus d'informations.",closeQuickTranslation:"Fermer Hoverball","closeQuickTranslation.untilNext":"Cette fois-ci ferm\xE9 jusqu'\xE0 la prochaine visite","closeQuickTranslation.currentWebsite":"Site actuel d\xE9sactiv\xE9","closeQuickTranslation.alwaysClose":"d\xE9sactiver de fa\xE7on permanente","closeQuickTranslation.settingOpen":"(peut \xEAtre activ\xE9e dans la <1>page des param\xE8tres )","closeQuickTranslation.cancel":"annulations","closeQuickTranslation.confirm":"d\xE9finir","floatBall.popup":"Ouvrir le panneau des r\xE9glages rapides","floatBall.translate":"Cliquez pour traduire la page","floatBall.showOriginal":"Cliquez pour revenir \xE0 l'article original","floatBall.close":"Fermer Hoverball","floatBallOptions.enableDescPc":"Apr\xE8s avoir activ\xE9 le hoverball de la page, un bouton de traduction rapide sera affich\xE9 sur le c\xF4t\xE9 droit de la page, cliquez dessus pour traduire !","floatBallOptions.enableDesc":"Apr\xE8s avoir d\xE9sactiv\xE9 le hoverball, il peut \xEAtre rappel\xE9 \xE0 l'aide de{touch}. Il est fortement recommand\xE9 de marquer cette page de param\xE8tres d'un signet afin d'\xE9viter de ne pas pouvoir retrouver le hoverball apr\xE8s avoir d\xE9sactiv\xE9 cette option par inadvertance !","description.azureApiUrl":"Remplir l'adresse de l'interface API personnalis\xE9e",confirmSupportMouse:"Forcer l'activation de la prise en charge de la souris",confirmSupportMouseDescription:"Le navigateur actuel ne prend pas en charge la fonction de la souris. Est-il oblig\xE9 d'activer la prise en charge de la souris ?",sampleTargetText:"La longue nuit viendra, et je veillerai \xE0 partir de ce jour jusqu'\xE0 ma mort. Je ne prendrai pas de femme, je ne ferai pas de fief, je n'aurai pas d'enfant. Je ne porterai pas de couronne, je ne rechercherai pas les honneurs. Je ferai mon devoir, je vivrai et je mourrai.",sampleSourceText:"Night gathers, and now my watch begins. It shall not end until my death. I shall take no wife, hold no lands, father no children. I shall wear no crowns and win no glory. I shall live and die at my post.","subtitle.supportedSites":"\u5DF2\u652F\u6301\u5728\u8FD9\u4E9B\u7F51\u7AD9\u4F7F\u7528\u53CC\u8BED\u5B57\u5E55\uFF08\u6CE8\u610F\uFF1A\u7531\u4E8E\u6280\u672F\u9650\u5236\uFF0C\u90E8\u5206\u7F51\u7AD9\u5728\u9996\u6B21\u5F00\u542F\u5B57\u5E55\u540E\u9700\u8981\u91CD\u65B0\u5237\u65B0\u9875\u9762\uFF0C\u6216\u8005\u9700\u7B49\u5F85\u7FFB\u8BD1\u5B8C\u6210\u4EE5\u663E\u793A\u53CC\u8BED\u5B57\u5E55\uFF09\uFF1A",viewWithImmersiveTranslate:"\u53CC\u8BED\u7248\u672C(\u6C89\u6D78\u5F0F\u7FFB\u8BD1)",errorReason:"\u9519\u8BEF\u539F\u56E0\uFF1A{message}","proQuotaExceededError.onetime7day":'\uFF0C\u60A8\u53EF\u4EE5\u9009\u62E9\u4EE5\u4E0B\u65B9\u5F0F\u89E3\u51B3\uFF1A

1. \u5207\u6362\u5230 {anotherService} \u6216\u5176\u4ED6\u7FFB\u8BD1\u670D\u52A1
2. \u5347\u7EA7\u4E3A\u6708\u5EA6/\u5E74\u5EA6\u4F1A\u5458',"proQuotaExceededError.trial":'\uFF0C\u60A8\u53EF\u4EE5\u9009\u62E9\u4EE5\u4E0B\u65B9\u5F0F\u89E3\u51B3\uFF1A

1. \u5207\u6362\u5230 {anotherService} \u6216\u5176\u4ED6\u7FFB\u8BD1\u670D\u52A1
2. \u7ACB\u523B\u5347\u7EA7\u4E3A\u6B63\u5F0F\u4F1A\u5458',"proQuotaExceededError.nonTrial":'\uFF0C\u60A8\u53EF\u4EE5\u9009\u62E9\u4EE5\u4E0B\u65B9\u5F0F\u89E3\u51B3\uFF1A

1. \u5207\u6362\u5230 {anotherService} \u6216\u5176\u4ED6\u7FFB\u8BD1\u670D\u52A1
2. \u8D2D\u4E70 {translationService} \u989D\u5916\u6D41\u91CF\u5305',"proQuotaExceededError.resetTime":"
3. \u989D\u5EA6\u91CD\u7F6E\u65F6\u95F4\uFF1A{resetTime}","desc.touchShortcutsToggleTranslatePageOnlyTranslation":"Seulement la traduction signifie que seule la traduction est affich\xE9e, si la page n'a pas encore \xE9t\xE9 traduite, elle passera en mode et sera traduite.","desc.toggleOnlyTransation":"Le mode de traduction uniquement signifie que seules les traductions sont affich\xE9es, si la page Web n'a pas encore \xE9t\xE9 traduite, le mode sera chang\xE9 et traduit.",touchShortcutsToggleTranslatePageOnlyTranslation:"Configurer les gestes tactiles pour passer en mode bilingue / mode texte uniquement",download_started:"Le t\xE9l\xE9chargement a d\xE9j\xE0 commenc\xE9, si le t\xE9l\xE9chargement ne commence pas automatiquement, veuillez cliquer manuellement.",here:"ici","error.goReset":"R\xE9initialiser",translationFont:"D\xE9finir la police","error.serveConfigError":"Erreur de configuration du service",detectServiceLoading:"En train de v\xE9rifier les services de traduction disponibles...","translationModeUrl.translation.title":"L'adresse du site en mode traduction uniquement","translationServices.inherit":"Suivez le service de traduction principal","translationModeLang.translation.title":"Mode de langue uniquement en traduction","error.configError":"Les donn\xE9es de configuration sont anormales","translationFont.customPlaceholder":"police de caract\xE8res","touch.mouse-translate":"Traduire le paragraphe sp\xE9cifi\xE9",toggleToService:"Passez \xE0 {service} et r\xE9essayez","translationFont.custom":"Entrez une police personnalis\xE9e",batchEdit:"Op\xE9ration en masse","error.proUpgrade":"Apr\xE8s la mise \xE0 niveau, veuillez rafra\xEEchir la page et traduire \xE0 nouveau.","error.502":"Le service renvoie une erreur, le service est en retard, veuillez r\xE9essayer plus tard.","error.403":"Le service renvoie une erreur, vous n'avez pas temporairement le droit d'acc\xE9der \xE0 ce service.","error.googleLimitIp":"Le service renvoie une erreur, le service Google a limit\xE9 le d\xE9bit pour cette adresse IP, il est recommand\xE9 de changer de n\u0153ud r\xE9seau.",videoSubtitlePreTranslationOff:"Les sous-titres vid\xE9o utiliseront en priorit\xE9 les sous-titres automatiques fournis avec la vid\xE9o originale.","translationFont.notSupportErrorMessage":"Veuillez v\xE9rifier si le nom de la police que vous avez entr\xE9 est correct, ou confirmer que cette police est d\xE9j\xE0 install\xE9e sur votre appareil.","error.proTokenInvalid":"Si vous \xEAtes un utilisateur Pro, veuillez vous connecter avant d'utiliser le service de traduction Pro.",videoSubtitlePreTranslationOn:"Les sous-titres vid\xE9o utiliseront en priorit\xE9 la traduction immersive.","error.400":"Le service renvoie une erreur, la demande de param\xE8tre est incorrecte, veuillez v\xE9rifier la configuration correspondante.","error.429":"Le service renvoie une erreur, indiquant que la demande est trop fr\xE9quente ou d\xE9passe la limite de quota, veuillez r\xE9essayer plus tard.","translationModeUrl.translation.description":"Lorsque le site Web est pour les domaines suivants, il utilisera automatiquement le mode de traduction uniquement.",enableSentryReport:"Lorsqu'une erreur se produit lors de l'extension, utilisez Sentry pour soumettre des commentaires.","error.reloadPageOfSetting":"Apr\xE8s la configuration, veuillez rafra\xEEchir la page pour traduire \xE0 nouveau.","translationModeLang.translation.description":"Lorsque la langue de la page est l'une des langues suivantes, le mode de traduction uniquement sera automatiquement utilis\xE9.","error.gemini.429":"Le service Gemini actuel a atteint sa capacit\xE9 maximale, veuillez r\xE9essayer plus tard ou passer \xE0 un autre service de traduction.","desc.toggleVideoSubtitlePreTranslation":"Une fois appuy\xE9, les sous-titres bilingues de la vid\xE9o utiliseront en priorit\xE9 les param\xE8tres de traduction immersive, une nouvelle pression donnera la priorit\xE9 aux sous-titres de traduction automatique inclus dans la vid\xE9o originale. Attention : ce raccourci modifie les param\xE8tres globaux.","error.openAIExceededQuota":"Le service renvoie une erreur : le solde de votre compte OpenAI est insuffisant, veuillez recharger ou lier une carte de cr\xE9dit dans le back-office officiel d'OpenAI.","error.openAIFreeLimit":"Le service renvoie une erreur, la fr\xE9quence actuelle des demandes de traduction a atteint la limite maximale de 3 fois par minute, veuillez r\xE9essayer plus tard. (C'est une restriction officielle d'OpenAI sur la cl\xE9 API gratuite, pour lever cette restriction, veuillez lier une carte de cr\xE9dit dans le backend d'OpenAI.)","error.serveUnavailable":"Le service [{serverName}] que vous utilisez actuellement est temporairement inaccessible en raison de probl\xE8mes de connexion r\xE9seau ou de fournisseur de services. Nous vous sugg\xE9rons d'essayer de rafra\xEEchir la page ou de changer de service de traduction via <1>Param\xE8tres. Si vous \xEAtes un membre <2>Pro, vous pouvez choisir d'utiliser les services de traduction plus stables de DeepL ou OpenAI (<3>cliquez ici pour un essai gratuit). De plus, vous devrez peut-\xEAtre v\xE9rifier vos param\xE8tres de r\xE9seau ou de proxy.",loggedIn:"Connect\xE9","error.retry":"R\xE9essayer","floatBall.iKnow":"Je sais.",touchShortcutsOff:"Fermer","tagsInput.add":"+ Ajouter","translationServices.gemini":"G\xE9meaux",goLogin:"Allez vous connecter",shortcutSettings:"Raccourci",notLogin:"Non connect\xE9","multipleClick.4":"Quadruple frappe",alwaysTranslateThisSite:"Toujours traduire ce site","multipleClick.3":"Triple coup",neverTranslateThisSite:"Ne jamais traduire ce site","subtitle.bilingual":"Sous-titres bilingues","widget.instructionTooltip":"Consultez le mode d'emploi","shortcutGroup.shortcutsForTranslationServices":"Raccourcis li\xE9s au service de traduction",buildSnapshots:"G\xE9n\xE9rer un instantan\xE9 de la page web",shortcutSettingsTitle:"Param\xE9trage des raccourcis","subtitle.hideQuickButton":"Ne plus afficher ce raccourci",contact:"Contactez-nous","widget.videoSubtitleTooltip":"Prend en charge Youtube et autres sites vid\xE9o {count}+",notLoginPro:"Vous n'avez pas encore connect\xE9 \xE0 votre compte membre.","multipleClick.2":"Double-cliquez","widget.videoSubtitle":"sous-titres vid\xE9o",temprarilyChangeTranslationTo_gemini:"Utilisation de Gemini pour traduire la page actuelle.","error.subscriptionExpiredTitle":"L'adh\xE9sion a expir\xE9",pickAll:"Tout s\xE9lectionner","floatBall.guideClickToTranslate":"Cliquez sur la bulle de traduction immersive pour traduire rapidement",temprarilyChangeTranslationTo_google:"Utilisation en cours de Google Traduction pour cette page actuelle",temprarilyChangeTranslationTo_bing:"Utilisation en cours de Microsoft Traduction pour la page actuelle",mouseHoverCustomKeyTitle:"Personnaliser les raccourcis de survol de la souris","browser.translateWithDeepL":"Utilisation temporaire de DeepL pour traduire la page actuelle","widget.translateFile":"PDF/ePub",temprarilyChangeTranslationTo_openai:"Utilisation en cours d'OpenAI pour traduire la page actuelle","subtitle.autoDisableSubtitle":"Ne pas activer automatiquement les sous-titres bilingues","error.reason":"Raison de l'erreur",temprarilyChangeTranslationTo_deepl:"Utilisation de DeepL pour traduire la page actuelle.","widget.translateFileTooltip":"Traduire les documents PDF, EPUB, SRT, ASS, HTML et TXT",networkError:"Le service de traduction ou le r\xE9seau rencontre des probl\xE8mes.","floatBall.longPress":"Appuyez longuement pour ouvrir rapidement le panneau de configuration.",paragraphMinTextCountField:"Le nombre minimum de caract\xE8res requis pour traduire un paragraphe","browser.translateWithTransmart":"Utilisation temporaire de Tencent pour traduire la page actuelle","browser.translateWithOpenAI":"Utilisation temporaire d'OpenAI pour traduire la page actuelle",translationOnlyMode:"Mode de traduction uniquement","slide.right":"Glissez vers la gauche","shortcutGroup.main":"Raccourcis de fonctionnalit\xE9s couramment utilis\xE9s",temprarilyChangeTranslationTo_transmart:"Utilise actuellement la traduction de Tencent pour cette page.",touchShortcutsToggleTranslatePage:"D\xE9finir un geste tactile pour traduire la page web / afficher le texte original","slide.left":"Faites glisser vers la droite","shortcutGroup.touch":"Gestes sp\xE9cifiques pour \xE9cran tactile","intro.floatBallTitle":"Boule flottante de traduction rapide","neverTranslateText.title":"Ci-dessous, les mots restent en texte original, ne pas traduire.","browser.toggleMouseHoverTranslateDirectly":"Activer ou d\xE9sactiver temporairement la traduction directe au survol de la souris sur la page","browser.translateInputBox":"Traduire le contenu de la bo\xEEte de saisie actuelle","browser.translateWithGoogle":"Utilisation temporaire de Google Traduction pour la page actuelle","browser.translateWithBing":"Utilisation temporaire de Microsoft Traduction pour la page actuelle","widget.instruction":"Mode d'emploi","subtitle.showQuickButton":"Afficher les sous-titres bilingues dans le lecteur est un raccourci",touchShortcutsToggleTranslationMask:"Configurer l'affichage du geste tactile pour afficher le masque de traduction / afficher le texte original","error.subscriptionExpired":"Votre adh\xE9sion a peut-\xEAtre expir\xE9, veuillez v\xE9rifier votre statut de membre.","intro.hoverTitle":"Survolez avec la souris pour traduire le paragraphe actuel","browser.translateWithGemini":"Utilisez temporairement Gemini pour traduire la page actuelle",touchShortcutsToggleTranslateTouchElement:"Configurer la traduction de paragraphes sp\xE9cifiques par gestes tactiles","desc.touchShortcutsToggleTranslateTouchElement":"Personnalisez un geste et vous pourrez traduire n'importe quel paragraphe o\xF9 vous vous trouvez.","intro.subtitleTitle":"Affichage des sous-titres bilingues en vid\xE9o en ligne","desc.interfaceLanguage":"La configuration de la langue de l'interface affecte la langue d'affichage du panneau de contr\xF4le et n'a rien \xE0 voir avec la langue cible de la traduction.","browser.toggleVideoSubtitlePreTranslation":"Basculer vers les sous-titres bilingues en privil\xE9giant les param\xE8tres de traduction immersive","shortcutGroup.others":"Plus de raccourcis de fonctionnalit\xE9s personnalis\xE9es",confirmResetToDefaultSettings:"Confirmez-vous vouloir r\xE9tablir ce service de traduction comme param\xE8tre par d\xE9faut ? (Cela ne r\xE9initialise que les param\xE8tres de ce service de traduction)",shortcutDisableTooltip:"Veuillez configurer dans la page de gestion des raccourcis d'extension fournie par le navigateur, pour plus de directives, veuillez consulter les instructions en haut de cette page.","subtitle.showQuickButtonDescription":"Fournir un raccourci pour activer les sous-titres bilingues dans le coin inf\xE9rieur droit du lecteur vid\xE9o","shortcutGroup.mouse":"Configuration des raccourcis clavier pour le survol de la souris","desc.toggleTranslateTheMainPage":"Traduisez uniquement les zones principales de la page, une fois que vous avez activ\xE9 la traduction de toutes les zones de la page dans les param\xE8tres avanc\xE9s, vous pouvez utiliser ce raccourci pour traduire sp\xE9cifiquement les zones principales de la page.","description.baiduField":"Les domaines pris en charge sont vus <1>ici, si vide cela signifie qu'aucun domaine n'est sp\xE9cifi\xE9.",upgradeToProErrorTitle:"Veuillez passer \xE0 l'adh\xE9sion Pro pour utiliser ce service de traduction.",paragraphMinTextCountDesc:"Faites attention, ici on parle de la longueur des caract\xE8res, par exemple: hello compte 5 caract\xE8res, d\xE9finir une valeur plus grande peut r\xE9duire les traductions de petits paragraphes inutiles.",translationOnlyModeDescription:"Le mode de traduction uniquement signifie que seule la traduction est affich\xE9e, et non le mode bilingue par d\xE9faut. Notez que: en raison des limitations techniques, les hyperliens du texte original seront d\xE9sactiv\xE9s en mode de traduction uniquement.","desc.toggleTranslateTheWholePage":"Traduire toute la zone de la page, par d\xE9faut, nous traduirons la zone principale de la page, vous pouvez utiliser ce raccourci pour traduire sp\xE9cifiquement toute la zone de la page.","contact.description":"Si vous avez des questions ou des suggestions, n'h\xE9sitez pas \xE0 remplir le formulaire ci-dessous pour nous contacter, ou \xE0 envoyer un courriel \xE0 {email}, nous vous r\xE9pondrons d\xE8s que possible.",mouseHoverCustomKeyDescription:"Vous pouvez personnaliser un raccourci clavier pour le survol de la souris, par exemple : Alt+Z, Ctrl+E, Cmd+Alt+E ou directement Cmd, veuillez entrer manuellement.","desc.mouseHoverHoldKey":"Lorsque la souris survole un paragraphe et que vous appuyez simultan\xE9ment sur la touche de raccourci \xE0 droite, vous pouvez traduire directement ce paragraphe.","desc.touchShortcutsToggleTranslatePage":"Une fois configur\xE9, lors de l'utilisation d'un appareil mobile, vous pouvez toucher l'\xE9cran avec X doigts, glisser de gauche \xE0 droite ou cliquer continuellement pour d\xE9clencher la traduction de la page web / afficher le texte original.","desc.touchShortcutsToggleTranslationMask":"La traduction du masque fait r\xE9f\xE9rence \xE0 l'effet flou dans le style de la traduction (mode d'apprentissage), qui est activ\xE9 temporairement pour utiliser l'effet flou sur la traduction, facilitant l'apprentissage.","intro.floatBallDescription":"Une fois activ\xE9, un bouton de traduction rapide s'affichera sur le c\xF4t\xE9 droit de la page. Cliquez dessus pour traduire, cliquez \xE0 nouveau pour revenir au texte original. Sur mobile, maintenez le bouton flottant pour ouvrir le panneau de configuration rapide.","desc.toggleMouseHoverTranslateDirectly":"Apr\xE8s avoir appuy\xE9 sur ce raccourci, sur la page, d\xE8s que la souris pointe sur n'importe quel texte, ce texte sera automatiquement traduit. Appuyez \xE0 nouveau sur le raccourci pour d\xE9sactiver cette fonction de traduction automatique.","intro.hoverDescription":"La traduction au survol de la souris est une fonction tr\xE8s importante dans la traduction immersive. Il suffit de placer la souris sur le paragraphe et d'appuyer simultan\xE9ment sur la touche de raccourci d\xE9finie pour traduire automatiquement le paragraphe actuel (remarque : elle n'est pas activ\xE9e par d\xE9faut, veuillez la configurer ci-dessous). Cette interaction est utilis\xE9e pour mieux remplacer la traduction par s\xE9lection de mots. De plus, cette fonction est largement utilis\xE9e dans les zones de traduction qui ne peuvent pas \xEAtre reconnues. Vous pouvez utiliser cette fonction pour forcer la traduction de n'importe quel paragraphe.","neverTranslateText.description":"En raison de la reconnaissance insatisfaisante des noms propres par certains moteurs de traduction, vous pouvez ajouter des mots ici pour vous assurer qu'ils ne sont pas convertis pendant le processus de traduction. Veuillez noter que cette fonction distingue les majuscules et les minuscules et ne prend en charge que les langues \xE0 mots s\xE9par\xE9s par des espaces (comme l'anglais, le fran\xE7ais), elle n'est pas applicable aux langues comme le japonais, le cor\xE9en, etc.","intro.subtitleDescription":"Une fois cette fonction activ\xE9e, les sous-titres bilingues seront automatiquement affich\xE9s lors de la lecture de la vid\xE9o. Si elle n'est pas activ\xE9e, vous devrez cliquer manuellement sur le bouton de traduction sur la page pour afficher les sous-titres. Veuillez noter qu'en raison de limitations techniques, certains sites peuvent n\xE9cessiter un rafra\xEEchissement de la page ou attendre la fin de la traduction pour afficher les sous-titres bilingues. (De plus, vous pouvez \xE9galement activer/d\xE9sactiver le panneau de raccourcis de traduction immersive dans le coin sup\xE9rieur droit apr\xE8s avoir ouvert le site de la vid\xE9o).

La prise en charge des sous-titres bilingues est actuellement disponible sur ces sites :",geminiWarning:"Attention : Le service gratuit Gemini fourni par Google a des restrictions strictes, il est possible que Google juge que l'utilisateur utilise plusieurs cl\xE9s pour contourner leurs restrictions de quota gratuit, il n'est pas recommand\xE9 de l'utiliser, il est recommand\xE9 d'attendre que Google ouvre l'interface de paiement Gemini \xE0 l'avenir avant de l'utiliser.","floatBall.setting":"Param\xE9trage","floatBall.translateToLanguage":"Cliquez pour traduire en {language}","floatBall.file":"Traduire les fichiers PDF, EPUB, SRT, ASS, HTML, TXT",changeToOnlyTempTranslationMode:"Afficher uniquement les traductions",changeToDualTempTranslationMode:"Passer \xE0 la traduction bilingue","transitionMode.translation":"Seulement le texte traduit","options.navbar.installApp":"Installer l'application mobile","options.navbar.translateFile":"Traduire le document","subtitle.transitionMode":"Param\xE8tres de sous-titres vid\xE9o bilingues / traduction uniquement","subtitle.transitionModeDescription":"D\xE9finir les sous-titres vid\xE9o en mode bilingue ou en mode traduction uniquement","transitionMode.inherit":"Restez coh\xE9rent avec le mode d'affichage de traduction par d\xE9faut du syst\xE8me.","transitionMode.dual":"Contraste bilingue",translateFileTooltip:`Traduire PDF, ePub, srt, ass, HTML, fichiers TXT`,"description.multiplePrompt":`Lorsque le nombre de paragraphes est sup\xE9rieur \xE0 1, les dialogues envoy\xE9s \xE0 {service} en tant qu'utilisateur, o\xF9 {{from}} repr\xE9sente la langue du paragraphe, {{to}} repr\xE9sente la langue cible, {{yaml}} est le contenu du paragraphe que nous avons emball\xE9 au format yaml, si vous avez besoin de personnaliser Prompt, vous devez vous assurer que chaque \xE9l\xE9ment dans le r\xE9sultat YAML de la r\xE9ponse AI contient le champ {env.imt_trans_field}, {{imt_trans_field}} est le nom du champ de traduction que nous esp\xE9rons que l'IA r\xE9pondra, par d\xE9faut c'est {env.imt_trans_field}, {{imt_source_field}} est le nom du champ d'origine que nous passons \xE0 l'IA, par d\xE9faut c'est {env.imt_source_field}, exemple de r\xE9sultat : - id: 1 @@ -5100,7 +5100,7 @@ ass, HTML, fichiers TXT`,"description.multiplePrompt":`Lorsque le nombre de para {env.imt_sub_trans_field}: Traduction - id: 2 {env.imt_sub_source_field}: Source - {env.imt_sub_trans_field}: Traduction`,"subtitle.quickButton.magenta":"Fuchsia","subtitle.quickButton.red":"Rouge","subtitle.quickButton.setting":"Param\xE9trage","subtitle.quickButton.black":"noir","subtitle.quickButton.translationPosition":"Position de traduction","subtitle.quickButton.green":"Vert","subtitle.quickButton.translationFontSize":"Taille de police de traduction","subtitle.quickButton.sourceTextColor":"Couleur de police d'origine","translationServices.claude":"Claude","subtitle.quickButton.blue":"Bleu","subtitle.quickButton.sourceFontSize":"La taille originale de la police","subtitle.quickButton.translationTextColor":"Couleur de la police de traduction","subtitle.quickButton.backgroundColor":"couleur d'arri\xE8re-plan","subtitle.quickButton.white":"Blanc","subtitle.quickButton.translationPositionTop":"En haut de l'original","subtitle.quickButton.yellow":"jaune","subtitle.quickButton.cyan":"Bleu","subtitle.quickButton.backgroundOpacity":"Opacit\xE9 de l'arri\xE8re-plan","subtitle.quickButton.translationPositionBottom":"\u5728\u539F\u6587\u4E0B\u65B9",attachSubtitleTranslating:"Utilisation de {service} pour la traduction en cours...","error.claude.403":"Acc\xE8s temporairement interdit au service, cela peut \xEAtre li\xE9 aux restrictions r\xE9gionales de Claude. Vous pouvez essayer de changer votre adresse IP ou utiliser un autre service de traduction.","browser.brandDescriptionForSafari":"\u3010Traduction immersive\u3011Un plugin de traduction de pages web bilingue gratuit (texte original / traduction), qui supporte \xE9galement la traduction de PDF et de livres \xE9lectroniques EPUB tout en conservant la mise en page originale, la traduction de sous-titres bilingues pour des vid\xE9os en ligne comme Youtube/Netflix, et qui supporte les services de traduction principaux tels que Deepl/Google;","browser.PdfProFile":"AI pilot\xE9 PDF Pro traduction","browser.textTranslate":"Traduction de texte"};var wb={nologin:"\u0905\u0902\u0926\u0930 \u092A\u094D\u0930\u0935\u0947\u0936 \u0915\u0940 \u0905\u0928\u0941\u092E\u0924\u093F \u0928\u0939\u0940\u0902 \u0939\u0948",loginForSafari:"\u0932\u0949\u0917-\u0907\u0928 \u092F\u093E \u092A\u0902\u091C\u0940\u0915\u0943\u0924",login:"\u0932\u0949\u0917 \u0907\u0928 \u0915\u0930\u0928\u0947 \u0915\u0947 \u092C\u093E\u0926 \u0906\u092A \u0938\u0926\u0938\u094D\u092F\u0924\u093E \u0938\u0915\u094D\u0930\u093F\u092F \u0915\u0930 \u0938\u0915\u0924\u0947 \u0939\u0948\u0902",manageAccount:"\u0916\u093E\u0924\u0947 \u0915\u093E \u092A\u094D\u0930\u092C\u0902\u0927\u0928 \u0915\u0930\u0947\u0902",openPremium:"\u0938\u0926\u0938\u094D\u092F\u0924\u093E \u0917\u094D\u0930\u0939\u0923 \u0915\u0930\u0947\u0902",logout:"\u091B\u094B\u0921\u093C\u0928\u093E",curentPlan:"\u0935\u0930\u094D\u0924\u092E\u093E\u0928 \u092A\u0948\u0915\u0947\u091C",endAt:"\u092A\u0930\u093F\u092A\u0915\u094D\u0935\u0924\u093E",endAuto:"\u0938\u094D\u0935\u091A\u093E\u0932\u093F\u0924 \u0928\u0935\u0940\u0915\u0930\u0923",lineBreakMaxTextCount:"\u092A\u0902\u0915\u094D\u0924\u093F \u0935\u093F\u0930\u093E\u092E \u0915\u0947 \u092C\u093E\u0926 \u092A\u094D\u0930\u0924\u093F \u0935\u093E\u0915\u094D\u092F \u0905\u0928\u0941\u092E\u0924 \u0935\u0930\u094D\u0923\u094B\u0902 \u0915\u0940 \u0905\u0927\u093F\u0915\u0924\u092E \u0938\u0902\u0916\u094D\u092F\u093E","translate-pdf":"\u092A\u0940\u0921\u0940\u090F\u092B \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u0915\u094D\u0932\u093F\u0915 \u0915\u0930\u0947\u0902","noSupportTranslate-pdf":"\u0938\u094D\u0915\u094D\u0930\u093F\u092A\u094D\u091F \u0938\u092E\u0930\u094D\u0925\u093F\u0924 \u0928\u0939\u0940\u0902 \u0939\u0948, \u0915\u0943\u092A\u092F\u093E \u092A\u094D\u0932\u0917-\u0907\u0928 \u0915\u093E \u0909\u092A\u092F\u094B\u0917 \u0915\u0930\u0947\u0902","translate-firefox-local-pdf":"\u092A\u0940\u0921\u0940\u090F\u092B \u0906\u092F\u093E\u0924 \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u0915\u094D\u0932\u093F\u0915 \u0915\u0930\u0947\u0902",enableLineBreak:"\u0932\u0902\u092C\u0947 \u0905\u0928\u0941\u091A\u094D\u091B\u0947\u0926\u094B\u0902 \u0915\u0947 \u0932\u093F\u090F \u0938\u094D\u0935\u091A\u093E\u0932\u093F\u0924 \u0936\u092C\u094D\u0926 \u0930\u0948\u092A\u093F\u0902\u0917 \u091A\u093E\u0932\u0942 \u0915\u0930\u0947\u0902",sponsorLabel:"$1 \u0938\u0947 \u0936\u0941\u0930\u0942 \u0915\u0930\u0915\u0947 \u0915\u093F\u0938\u0940 \u0921\u0947\u0935\u0932\u092A\u0930 \u0915\u094B \u092A\u094D\u0930\u093E\u092F\u094B\u091C\u093F\u0924 \u0915\u0930\u0947\u0902",help:"\u092E\u0926\u0926",browserShortcutsNoteForFirefox:'\u092B\u093C\u093E\u092F\u0930\u092B\u093C\u0949\u0915\u094D\u0938 \u092C\u094D\u0930\u093E\u0909\u091C\u093C\u0930 \u092E\u0947\u0902 \u0936\u0949\u0930\u094D\u091F\u0915\u091F \u0915\u0941\u0902\u091C\u093F\u092F\u094B\u0902 \u0915\u094B \u0938\u0902\u0936\u094B\u0927\u093F\u0924 \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F, \u0906\u092A\u0915\u094B \u090F\u0915\u094D\u0938\u091F\u0947\u0902\u0936\u0928 \u092A\u094D\u0930\u092C\u0902\u0927\u0928 \u092A\u0943\u0937\u094D\u0920 `about:addons` \u0916\u094B\u0932\u0928\u093E \u0939\u094B\u0917\u093E, \u092B\u093F\u0930 "\u0938\u0947\u091F\u093F\u0902\u0917\u094D\u0938" \u092A\u0930 \u0915\u094D\u0932\u093F\u0915 \u0915\u0930\u0947\u0902, \u092B\u093F\u0930 \u0907\u0938\u0947 \u0938\u0947\u091F \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F "\u0936\u0949\u0930\u094D\u091F\u0915\u091F \u0915\u0941\u0902\u091C\u093F\u092F\u093E\u0901 \u092A\u094D\u0930\u092C\u0902\u0927\u093F\u0924 \u0915\u0930\u0947\u0902" \u092A\u0930 \u0915\u094D\u0932\u093F\u0915 \u0915\u0930\u0947\u0902\u0964',browserShortcutsNoteForChrome:"\u0915\u094D\u0930\u094B\u092E-\u091C\u0948\u0938\u0947 \u092C\u094D\u0930\u093E\u0909\u091C\u093C\u0930 \u092E\u0947\u0902 \u0936\u0949\u0930\u094D\u091F\u0915\u091F \u0915\u0941\u0902\u091C\u093F\u092F\u094B\u0902 \u0915\u094B \u0938\u0902\u0936\u094B\u0927\u093F\u0924 \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F, \u0906\u092A\u0915\u094B \u090F\u0915\u094D\u0938\u091F\u0947\u0902\u0936\u0928 \u092A\u094D\u0930\u092C\u0902\u0927\u0928 \u092A\u0943\u0937\u094D\u0920 \u0916\u094B\u0932\u0928\u093E \u0939\u094B\u0917\u093E, \u0907\u0938\u0947 `\u0936\u0949\u0930\u094D\u091F\u0915\u091F \u092A\u094D\u0930\u092C\u0902\u0927\u093F\u0924 \u0915\u0930\u0947\u0902` \u092A\u0948\u0928\u0932 (`\u0915\u094D\u0930\u094B\u092E://\u090F\u0915\u094D\u0938\u091F\u0947\u0902\u0936\u0928/\u0936\u0949\u0930\u094D\u091F\u0915\u091F`) \u092E\u0947\u0902 \u0938\u0947\u091F \u0915\u0930\u0928\u093E \u0939\u094B\u0917\u093E, \u0914\u0930 \u0938\u0940\u0927\u0947 \u091C\u093E\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u0928\u0940\u091A\u0947 \u0926\u093F\u090F \u0917\u090F \u092C\u091F\u0928 \u092A\u0930 \u0915\u094D\u0932\u093F\u0915 \u0915\u0930\u0928\u093E \u0939\u094B\u0917\u093E \u0936\u0949\u0930\u094D\u091F\u0915\u091F \u0915\u0941\u0902\u091C\u0940 \u092A\u094D\u0930\u092C\u0902\u0927\u0928 \u092A\u0943\u0937\u094D\u0920.",browserShortcutsSucks:"\u0915\u0938\u094D\u091F\u092E \u0936\u0949\u0930\u094D\u091F\u0915\u091F \u0915\u0941\u0902\u091C\u0940 \u092A\u094D\u0930\u093E\u0930\u0942\u092A \u0939\u0948 (\u0915\u094B\u0908 \u0938\u094D\u0935\u091A\u093E\u0932\u093F\u0924 \u092A\u0939\u091A\u093E\u0928 \u0928\u0939\u0940\u0902, \u0915\u0943\u092A\u092F\u093E \u0938\u0940\u0927\u0947 \u0926\u0930\u094D\u091C \u0915\u0930\u0947\u0902)\uFF1A",enableLineBreakDescription:"\u091A\u093E\u0932\u0942 \u0939\u094B\u0928\u0947 \u092A\u0930, \u092A\u0922\u093C\u0928\u0947 \u0915\u0940 \u0938\u0941\u0935\u093F\u0927\u093E \u0915\u0947 \u0932\u093F\u090F \u092A\u094D\u0930\u0924\u094D\u092F\u0947\u0915 \u0935\u093E\u0915\u094D\u092F \u0915\u0947 \u0905\u0902\u0924 \u092E\u0947\u0902 \u0932\u0902\u092C\u0947 \u092A\u0948\u0930\u093E\u0917\u094D\u0930\u093E\u092B \u092E\u0947\u0902 \u0932\u093E\u0907\u0928 \u092C\u094D\u0930\u0947\u0915 \u0921\u093E\u0932\u0947 \u091C\u093E\u090F\u0902\u0917\u0947\u0964","browser.shortBrandName":"\u0917\u0939\u0928 \u0905\u0928\u0941\u0935\u093E\u0926","browser.brandName":"\u0907\u092E\u0930\u094D\u0938\u093F\u0935 \u0905\u0928\u0941\u0935\u093E\u0926: \u0926\u094D\u0935\u093F\u092D\u093E\u0937\u0940 \u0935\u0947\u092C \u092A\u0947\u091C \u0905\u0928\u0941\u0935\u093E\u0926 \u0914\u0930 \u092A\u0940\u0921\u0940\u090F\u092B \u0926\u0938\u094D\u0924\u093E\u0935\u0947\u091C\u093C \u0905\u0928\u0941\u0935\u093E\u0926","browser.brandDescription":"Bilingual web page translation, also supports PDF translation, bilingual Epub eBook translation, free to use.","browser.toggleTranslatePage":"\u0935\u0947\u092C \u092A\u0947\u091C \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0947\u0902/\u092E\u0942\u0932 \u092A\u093E\u0920 \u0926\u093F\u0916\u093E\u090F\u0902","browser.toggleTranslateTheWholePage":"\u092A\u0943\u0937\u094D\u0920 \u0915\u0947 \u0938\u092D\u0940 \u0915\u094D\u0937\u0947\u0924\u094D\u0930\u094B\u0902 \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0947\u0902/\u092E\u0942\u0932 \u092A\u093E\u0920 \u092A\u094D\u0930\u0926\u0930\u094D\u0936\u093F\u0924 \u0915\u0930\u0947\u0902","browser.toggleOnlyTransation":"\u0926\u094D\u0935\u093F\u092D\u093E\u0937\u0940/\u0915\u0947\u0935\u0932 \u0905\u0928\u0941\u0935\u093E\u0926 \u092E\u094B\u0921 \u092A\u0930 \u0938\u094D\u0935\u093F\u091A \u0915\u0930\u0947\u0902","browser.toggleTranslateToThePageEndImmediately":"\u0924\u0941\u0930\u0902\u0924 \u092A\u0943\u0937\u094D\u0920 \u0915\u0947 \u0928\u0940\u091A\u0947 \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0947\u0902/\u092E\u0942\u0932 \u092A\u093E\u0920 \u0926\u093F\u0916\u093E\u090F\u0902","browser.toggleTranslateTheMainPage":"\u092A\u0943\u0937\u094D\u0920 \u0915\u0947 \u092E\u0941\u0916\u094D\u092F \u0915\u094D\u0937\u0947\u0924\u094D\u0930 \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0947\u0902/\u092E\u0942\u0932 \u092A\u093E\u0920 \u092A\u094D\u0930\u0926\u0930\u094D\u0936\u093F\u0924 \u0915\u0930\u0947\u0902","browser.shareToDraft":"\u0926\u094D\u0935\u093F\u092D\u093E\u0937\u0940 \u092A\u0943\u0937\u094D\u0920 \u0938\u093E\u091D\u093E \u0915\u0930\u0947\u0902","browser.openOptionsPage":"\u0938\u0947\u091F\u093F\u0902\u0917 \u092A\u0943\u0937\u094D\u0920 \u0916\u094B\u0932\u0947\u0902","browser.toggleTranslationMask":"\u0905\u0928\u0941\u0935\u093E\u0926 \u0927\u0941\u0902\u0927\u0932\u093E \u092A\u094D\u0930\u092D\u093E\u0935 \u0926\u093F\u0916\u093E\u090F\u0901/\u091B\u093F\u092A\u093E\u090F\u0901","browser.translateLocalPdfFile":"\u0938\u094D\u0925\u093E\u0928\u0940\u092F \u092A\u0940\u0921\u0940\u090F\u092B \u092B\u093E\u0907\u0932\u094B\u0902 \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0947\u0902","browser.openEbookViewer":"\u0938\u094D\u0925\u093E\u0928\u0940\u092F \u0908-\u092A\u0941\u0938\u094D\u0924\u0915\u0947\u0902 \u092A\u0922\u093C\u0947\u0902","browser.openEbookBuilder":"\u0926\u094D\u0935\u093F\u092D\u093E\u0937\u0940 EPUB \u0908-\u092A\u0941\u0938\u094D\u0924\u0915\u0947\u0902 \u092C\u0928\u093E\u090F\u0901","browser.translateLocalHtmlFile":"HTML/txt \u092B\u093C\u093E\u0907\u0932\u094B\u0902 \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0947\u0902","browser.donateContext":"\u092A\u094D\u0930\u093E\u092F\u094B\u091C\u0928 \u0932\u093E\u092D\u094B\u0902 \u0915\u0947 \u092C\u093E\u0930\u0947 \u092E\u0947\u0902 \u091C\u093E\u0928\u0947\u0902","browser.translateLocalSubtitleFile":"\u0938\u094D\u0925\u093E\u0928\u0940\u092F \u0909\u092A\u0936\u0940\u0930\u094D\u0937\u0915 \u092B\u093C\u093E\u0907\u0932\u094B\u0902 \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0947\u0902",confirmResetConfig:"\u0915\u094D\u092F\u093E \u0906\u092A \u0935\u093E\u0915\u0908 \u0905\u092A\u0928\u0940 \u0938\u0947\u091F\u093F\u0902\u0917\u094D\u0938 \u0930\u0940\u0938\u0947\u091F \u0915\u0930\u0928\u093E \u091A\u093E\u0939\u0924\u0947 \u0939\u0948\u0902?",translationLineBreakSettingTitle:"\u0905\u0928\u0941\u0935\u093E\u0926 \u092A\u0902\u0915\u094D\u0924\u093F \u0930\u0948\u092A\u093F\u0902\u0917 \u0938\u0947\u091F\u093F\u0902\u0917",smartLineBreak:"\u0938\u094D\u092E\u093E\u0930\u094D\u091F \u0932\u093E\u0907\u0928 \u0930\u0948\u092A\u093F\u0902\u0917",alwaysLineBreak:"\u0939\u092E\u0947\u0936\u093E \u0932\u092A\u0947\u091F\u094B",isShowContextMenu:"\u0905\u0928\u0941\u0935\u093E\u0926\u093F\u0924 \u0935\u0947\u092C \u092A\u0947\u091C \u0915\u094B \u0930\u093E\u0907\u091F-\u0915\u094D\u0932\u093F\u0915 \u092E\u0947\u0928\u0942 \u0906\u0907\u091F\u092E \u092E\u0947\u0902 \u091C\u094B\u0921\u093C\u0947\u0902",toggleBeta:"\u092C\u0940\u091F\u093E \u092A\u0930\u0940\u0915\u094D\u0937\u0923 \u0938\u0941\u0935\u093F\u0927\u093E\u090F\u0901 \u0938\u0915\u094D\u0937\u092E \u0915\u0930\u0947\u0902",betaDescription:"\u0909\u0928 \u0938\u0941\u0935\u093F\u0927\u093E\u0913\u0902 \u0915\u094B \u0938\u0915\u094D\u0937\u092E \u0915\u0930\u0947\u0902 \u091C\u094B \u0905\u092D\u0940 \u092D\u0940 \u092A\u094D\u0930\u092F\u094B\u0917\u093E\u0924\u094D\u092E\u0915 \u0939\u0948\u0902, \u0938\u093E\u0925 \u0939\u0940 \u092A\u0930\u0940\u0915\u094D\u0937\u0923 \u092E\u0947\u0902 \u0905\u0928\u0941\u0935\u093E\u0926 \u0938\u0947\u0935\u093E\u090F\u0902 \u092D\u0940 \u0938\u0915\u094D\u0937\u092E \u0915\u0930\u0947\u0902\u0964 <1>\u091F\u0947\u0932\u0940\u0917\u094D\u0930\u093E\u092E \u0938\u092E\u0942\u0939 \u0938\u0947 \u091C\u0941\u0921\u093C\u0947\u0902 \u0914\u0930 \u0905\u0927\u093F\u0915 \u091C\u093E\u0928\u0947\u0902\u0964",translationLineBreakSettingDescription:"\u0939\u092E\u0947\u0936\u093E \u0930\u0948\u092A \u0915\u092E \u0938\u093E\u092E\u0917\u094D\u0930\u0940 \u0935\u093E\u0932\u0947 \u0932\u0947\u0906\u0909\u091F \u0915\u0947 \u0932\u093F\u090F \u0909\u092A\u092F\u0941\u0915\u094D\u0924 \u0939\u094B\u0924\u093E \u0939\u0948 \u0914\u0930 \u0905\u0927\u093F\u0915 \u0938\u0941\u0935\u094D\u092F\u0935\u0938\u094D\u0925\u093F\u0924 \u0939\u094B\u0924\u093E \u0939\u0948\u0964 (\u0938\u094D\u0925\u093E\u0928 \u092C\u091A\u093E\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u092C\u0939\u0941\u0924 \u0938\u093E\u0930\u0940 \u0938\u093E\u092E\u0917\u094D\u0930\u0940 ({count}\u0938\u0947 \u0905\u0927\u093F\u0915 \u0905\u0915\u094D\u0937\u0930) \u0935\u093E\u0932\u0947 \u0932\u0902\u092C\u0947 \u092A\u0948\u0930\u093E\u0917\u094D\u0930\u093E\u092B \u092E\u0947\u0902 \u0938\u094D\u092E\u093E\u0930\u094D\u091F \u0932\u093E\u0907\u0928 \u092C\u094D\u0930\u0947\u0915 \u0915\u093E \u0909\u092A\u092F\u094B\u0917 \u0915\u0930\u0947\u0902)",tempTranslateDomainTitle:"\u0935\u0947\u092C\u0938\u093E\u0907\u091F \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u094B \u0905\u0938\u094D\u0925\u093E\u092F\u0940 \u0930\u0942\u092A \u0938\u0947 \u0915\u092C \u0924\u0915 \u0938\u0915\u094D\u0937\u092E \u0915\u0930\u0928\u093E \u0939\u0948",tempTranslateDomainDescription:"\u0915\u093F\u0938\u0940 \u0935\u0947\u092C \u092A\u0947\u091C \u0915\u093E \u092E\u0948\u0928\u094D\u092F\u0941\u0905\u0932 \u0930\u0942\u092A \u0938\u0947 \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0924\u0947 \u0938\u092E\u092F, \u0938\u094D\u0935\u091A\u093E\u0932\u093F\u0924 \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0947 \u0932\u093F\u090F \u0935\u0947\u092C\u0938\u093E\u0907\u091F \u0915\u094B \u0905\u0938\u094D\u0925\u093E\u092F\u0940 \u0930\u0942\u092A \u0938\u0947 \u091A\u093E\u0932\u0942 \u0915\u0930\u0947\u0902, \u0914\u0930 \u0906\u092A \u0905\u0938\u094D\u0925\u093E\u092F\u0940 \u0905\u0935\u0927\u093F \u0928\u093F\u0930\u094D\u0927\u093E\u0930\u093F\u0924 \u0915\u0930 \u0938\u0915\u0924\u0947 \u0939\u0948\u0902\u0964",xMinutes:"{count} \u092E\u093F\u0928\u091F",disabled:"\u0905\u0915\u094D\u0937\u092E \u0915\u0930\u0928\u093E",changelog:"\u0932\u0949\u0917 \u092C\u0926\u0932\u0947\u0902",toggleTranslatePageWhenThreeFingersOnTheScreen:"\u0935\u0947\u092C \u092A\u0947\u091C \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0928\u0947/\u092E\u0942\u0932 \u092A\u093E\u0920 \u092A\u094D\u0930\u0926\u0930\u094D\u0936\u093F\u0924 \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u090F\u0915 \u0939\u0940 \u0938\u092E\u092F \u092E\u0947\u0902 \u0915\u0908 \u0905\u0902\u0917\u0941\u0932\u093F\u092F\u094B\u0902 \u0938\u0947 \u0938\u094D\u0915\u094D\u0930\u0940\u0928 \u0915\u094B \u0938\u094D\u092A\u0930\u094D\u0936 \u0915\u0930\u0947\u0902",toggleTranslationMaskWhenThreeFingersOnTheScreen:"\u0905\u0928\u0941\u0935\u093E\u0926 \u0927\u0941\u0902\u0927\u0932\u093E \u092A\u094D\u0930\u092D\u093E\u0935 \u0926\u093F\u0916\u093E\u0928\u0947/\u091B\u093F\u092A\u093E\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u090F\u0915 \u0939\u0940 \u0938\u092E\u092F \u092E\u0947\u0902 \u0915\u0908 \u0905\u0902\u0917\u0941\u0932\u093F\u092F\u094B\u0902 \u0915\u094B \u0938\u094D\u092A\u0930\u094D\u0936 \u0915\u0930\u0947\u0902",fingerCountToToggleTranslagePageOnlyTranslationWhenTouching:"\u0935\u0947\u092C \u092A\u0947\u091C \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 (\u0915\u0947\u0935\u0932 \u0905\u0928\u0941\u0935\u093E\u0926)/\u092E\u0942\u0932 \u092A\u093E\u0920 \u092A\u094D\u0930\u0926\u0930\u094D\u0936\u093F\u0924 \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u090F\u0915 \u0939\u0940 \u0938\u092E\u092F \u092E\u0947\u0902 \u0915\u0908 \u0905\u0902\u0917\u0941\u0932\u093F\u092F\u094B\u0902 \u0938\u0947 \u0938\u094D\u0915\u094D\u0930\u0940\u0928 \u0915\u094B \u0938\u094D\u092A\u0930\u094D\u0936 \u0915\u0930\u0947\u0902",addUrlDescription:"\u092F\u0939 \u090F\u0915 \u0921\u094B\u092E\u0947\u0928 \u0928\u093E\u092E \u0939\u094B \u0938\u0915\u0924\u093E \u0939\u0948 \u0914\u0930 \u0935\u093E\u0907\u0932\u094D\u0921\u0915\u093E\u0930\u094D\u0921 \u0915\u093E \u0938\u092E\u0930\u094D\u0925\u0928 \u0915\u0930\u0924\u093E \u0939\u0948, \u091C\u0948\u0938\u0947\uFF1A*.google.com, google.com/mail/*, https://www.google.com/*",general:"\u092E\u0942\u0932 \u0938\u0947\u091F\u093F\u0902\u0917\u094D\u0938",clickToExpandConfig:"\u0935\u0930\u094D\u0924\u092E\u093E\u0928 \u0915\u0949\u0928\u094D\u092B\u093C\u093F\u0917\u0930\u0947\u0936\u0928 \u0915\u093E \u0935\u093F\u0938\u094D\u0924\u093E\u0930 \u0915\u0930\u0947\u0902",import:"\u092B\u093C\u093E\u0907\u0932 \u0938\u0947 \u0906\u092F\u093E\u0924 \u0915\u0930\u0947\u0902",export:"\u092B\u093C\u093E\u0907\u0932 \u092E\u0947\u0902 \u0928\u093F\u0930\u094D\u092F\u093E\u0924 \u0915\u0930\u0947\u0902",toggleDebug:"\u0915\u0902\u0938\u094B\u0932 \u092A\u0930 \u0921\u093F\u092C\u0917 \u0932\u0949\u0917 \u092A\u094D\u0930\u093F\u0902\u091F \u0915\u0930\u0947\u0902","fingers.0":"\u092C\u0902\u0926","fingers.2":"\u0926\u094B \u0909\u0902\u0917\u0932\u093F\u092F\u094B\u0902 \u0915\u093E \u0938\u094D\u092A\u0930\u094D\u0936","fingers.3":"\u0924\u0940\u0928 \u0909\u0902\u0917\u0932\u093F\u092F\u094B\u0902 \u0915\u093E \u0938\u094D\u092A\u0930\u094D\u0936","fingers.4":"\u091A\u093E\u0930 \u0905\u0902\u0917\u0941\u0932 \u0915\u093E \u0938\u094D\u092A\u0930\u094D\u0936","fingers.5":"\u092A\u093E\u0901\u091A \u0905\u0902\u0917\u0941\u0932 \u0915\u093E \u0938\u094D\u092A\u0930\u094D\u0936",mouseHoldKey:"+ {key} \u0907\u0938 \u0905\u0928\u0941\u091A\u094D\u091B\u0947\u0926 \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926/\u092A\u0941\u0928\u0930\u094D\u0938\u094D\u0925\u093E\u092A\u0928\u093E \u0915\u0930\u0947\u0902",mouseHoldKeyAuto:"\u0907\u0938 \u0905\u0928\u0941\u091A\u094D\u091B\u0947\u0926 \u0915\u093E \u0938\u0940\u0927\u0947 \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0947\u0902",mouseHoldKeyOff:"\u0915\u0941\u091B \u092E\u0924 \u0915\u0930\u094B",mouseHoldKeyOther:"\u0915\u0938\u094D\u091F\u092E \u0936\u0949\u0930\u094D\u091F\u0915\u091F \u0915\u0941\u0902\u091C\u093F\u092F\u093E\u0901 (\u0938\u0947\u091F\u093F\u0902\u0917\u094D\u0938 \u0916\u094B\u0932\u0947\u0902)",mouseHoldKeyCustomKey:"0\u0907\u0938 \u0905\u0928\u0941\u091A\u094D\u091B\u0947\u0926 \u0915\u093E {key} /\u092A\u0941\u0928\u0930\u094D\u0938\u094D\u0925\u093E\u092A\u0928\u093E \u0915\u0930\u0947\u0902",mouseHoverHoldKey:"\u092A\u0948\u0930\u093E\u0917\u094D\u0930\u093E\u092B \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u092E\u093E\u0909\u0938 \u0915\u094B \u0918\u0941\u092E\u093E\u090F\u0901 \u0914\u0930 \u0936\u0949\u0930\u094D\u091F\u0915\u091F \u0915\u0941\u0902\u091C\u0940 \u0926\u092C\u093E\u090F\u0901","mouse-translate":"\u092E\u093E\u0909\u0938 \u0915\u0947 \u090A\u092A\u0930",document:"\u0926\u0938\u094D\u0924\u093E\u0935\u0947\u091C\u093C",resetSuccess:"\u0938\u092D\u0940 \u0938\u0947\u091F\u093F\u0902\u0917\u094D\u0938 \u0938\u092B\u0932\u0924\u093E\u092A\u0942\u0930\u094D\u0935\u0915 \u0930\u0940\u0938\u0947\u091F \u0915\u0930\u0947\u0902",resetThisSuccess:"\u0930\u0940\u0938\u0947\u091F \u0938\u092B\u0932",saved:"\u0938\u092B\u0932\u0924\u093E\u092A\u0942\u0930\u094D\u0935\u0915 \u092C\u091A\u093E\u092F\u093E",successImportConfig:"\u0915\u0949\u0928\u094D\u092B\u093C\u093F\u0917\u0930\u0947\u0936\u0928 \u0938\u092B\u0932\u0924\u093E\u092A\u0942\u0930\u094D\u0935\u0915 \u0906\u092F\u093E\u0924 \u0915\u093F\u092F\u093E \u0917\u092F\u093E",goAdvancedSettings:"\u0909\u0928\u094D\u0928\u0924 \u0938\u0947\u091F\u093F\u0902\u0917 \u092A\u0943\u0937\u094D\u0920 \u092A\u0930 \u091C\u093E\u090F\u0901",goAdvancedInterfaceSettings:"\u0909\u0928\u094D\u0928\u0924 \u0905\u0928\u0941\u0915\u0942\u0932\u0928 \u0938\u0947\u091F\u093F\u0902\u0917 \u092A\u0943\u0937\u094D\u0920 \u092A\u0930 \u091C\u093E\u090F\u0901",advanced:"\u090F\u0921\u0935\u093E\u0902\u0938 \u0938\u0947\u091F\u093F\u0902\u0917",advancedDescription:"\u0906\u092E \u0924\u094C\u0930 \u092A\u0930, \u0915\u093F\u0938\u0940 \u0938\u0947\u091F\u093F\u0902\u0917 \u0915\u0940 \u0906\u0935\u0936\u094D\u092F\u0915\u0924\u093E \u0928\u0939\u0940\u0902 \u0939\u0948, \u092C\u0938 \u0921\u093F\u092B\u093C\u0949\u0932\u094D\u091F \u0930\u0916\u0947\u0902\u0964 \u0915\u0947\u0935\u0932 \u0905\u0927\u093F\u0915 \u092A\u0947\u0936\u0947\u0935\u0930 \u0909\u092A\u092F\u094B\u0917\u0915\u0930\u094D\u0924\u093E\u0913\u0902 \u0915\u0947 \u0932\u093F\u090F, \u0905\u0927\u093F\u0915 \u0935\u0948\u092F\u0915\u094D\u0924\u093F\u0915\u0943\u0924 \u0938\u0947\u091F\u093F\u0902\u0917\u094D\u0938 \u092A\u094D\u0930\u0926\u093E\u0928 \u0915\u0940 \u091C\u093E\u0924\u0940 \u0939\u0948\u0902\u0964",developer:"\u0921\u0947\u0935\u0932\u092A\u0930 \u0938\u0947\u091F\u093F\u0902\u0917\u094D\u0938",donateCafe:"\u0915\u0940\u092E\u0924","translate to the bottom of the page":"\u0935\u0947\u092C \u092A\u0947\u091C \u092E\u0947\u0902 \u092A\u094D\u0930\u0935\u0947\u0936 \u0915\u0930\u0928\u0947 \u0915\u0947 \u092C\u093E\u0926, \u0915\u094D\u092F\u093E \u0907\u0938\u0915\u093E \u0924\u0941\u0930\u0902\u0924 \u092A\u0943\u0937\u094D\u0920 \u0915\u0947 \u0928\u093F\u091A\u0932\u0947 \u092D\u093E\u0917 \u092E\u0947\u0902 \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u093F\u092F\u093E \u091C\u093E\u0924\u093E \u0939\u0948?",feedback:"\u092A\u094D\u0930\u0924\u093F\u0915\u094D\u0930\u093F\u092F\u093E",toggleTranslatePage:"\u0935\u0947\u092C \u092A\u0947\u091C \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0947\u0902/\u092E\u0942\u0932 \u092A\u093E\u0920 \u0926\u093F\u0916\u093E\u090F\u0902",translateToThePageEndImmediatelyDescription:"\u091A\u093E\u0932\u0942 \u0939\u094B\u0928\u0947 \u092A\u0930, \u0915\u093F\u0938\u0940 \u0935\u0947\u092C\u092A\u0947\u091C \u092E\u0947\u0902 \u092A\u094D\u0930\u0935\u0947\u0936 \u0915\u0930\u0928\u0947 \u092A\u0930 \u0938\u093E\u092E\u0917\u094D\u0930\u0940 \u0924\u0941\u0930\u0902\u0924 \u090A\u092A\u0930 \u0938\u0947 \u0928\u0940\u091A\u0947 \u0924\u0915 \u0905\u0928\u0941\u0935\u093E\u0926\u093F\u0924 \u0939\u094B \u091C\u093E\u090F\u0917\u0940\u0964 \u092F\u0926\u093F \u092C\u0902\u0926 \u0939\u0948, \u0924\u094B \u0906\u092A \u090F\u0915 \u0939\u0940 \u0938\u092E\u092F \u092E\u0947\u0902 \u092A\u0922\u093C \u0914\u0930 \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930 \u0938\u0915\u0924\u0947 \u0939\u0948\u0902\u0964 (\u091A\u093E\u0932\u0942 \u0915\u0930\u0928\u0947 \u0915\u0940 \u0905\u0928\u0941\u0936\u0902\u0938\u093E \u0928\u0939\u0940\u0902 \u0915\u0940 \u0917\u0908)","translate all areas of the page":"\u0935\u0947\u092C \u092A\u0947\u091C \u0915\u0947 \u0938\u092D\u0940 \u0915\u094D\u0937\u0947\u0924\u094D\u0930\u094B\u0902 \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0928\u093E \u0939\u0948 \u092F\u093E \u0928\u0939\u0940\u0902",translationAreaDescription:"\u091A\u093E\u0932\u0942 \u0939\u094B\u0928\u0947 \u092A\u0930, \u0938\u0902\u092A\u0942\u0930\u094D\u0923 \u0935\u0947\u092C \u092A\u0947\u091C \u0915\u0947 \u0938\u092D\u0940 \u0915\u094D\u0937\u0947\u0924\u094D\u0930\u094B\u0902 \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u093F\u092F\u093E \u091C\u093E\u090F\u0917\u093E\u0964 \u092F\u0926\u093F \u092C\u0902\u0926 \u0915\u093F\u092F\u093E \u091C\u093E\u0924\u093E \u0939\u0948, \u0924\u094B \u0921\u093F\u092B\u093C\u0949\u0932\u094D\u091F \u0938\u094D\u092E\u093E\u0930\u094D\u091F \u092A\u0939\u091A\u093E\u0928 \u0915\u093E \u0909\u092A\u092F\u094B\u0917 \u0915\u093F\u092F\u093E \u091C\u093E\u0924\u093E \u0939\u0948 \u0914\u0930 \u0915\u0947\u0935\u0932 \u092E\u0941\u0916\u094D\u092F \u0915\u094D\u0937\u0947\u0924\u094D\u0930 \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u093F\u092F\u093E \u091C\u093E\u0924\u093E \u0939\u0948\u0964 (\u091A\u093E\u0932\u0942 \u0915\u0930\u0928\u0947 \u0915\u0940 \u0905\u0928\u0941\u0936\u0902\u0938\u093E \u0928\u0939\u0940\u0902 \u0915\u0940 \u0917\u0908)","the number of characters to be translated first":"\u0926\u0943\u0936\u094D\u092F \u0915\u094D\u0937\u0947\u0924\u094D\u0930 \u0924\u0915 \u0938\u094D\u0915\u094D\u0930\u0949\u0932 \u0915\u0930\u0928\u0947 \u0915\u0940 \u092A\u094D\u0930\u0924\u0940\u0915\u094D\u0937\u093E \u0915\u093F\u090F \u092C\u093F\u0928\u093E \u092A\u0943\u0937\u094D\u0920 \u0915\u0947 \u092A\u0939\u0932\u0947 \u0915\u0941\u091B \u0935\u0930\u094D\u0923\u094B\u0902 \u0915\u093E \u0938\u0940\u0927\u0947 \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0947\u0902","interface language":"\u0907\u0902\u091F\u0930\u092B\u093C\u0947\u0938 \u092D\u093E\u0937\u093E","display both the original text and the translation":"\u092E\u0942\u0932 \u092A\u093E\u0920 \u0914\u0930 \u0905\u0928\u0941\u0935\u093E\u0926 \u090F\u0915 \u0938\u093E\u0925 \u092A\u094D\u0930\u0926\u0930\u094D\u0936\u093F\u0924 \u0915\u0930\u0947\u0902","keyboard shortcuts":"\u0915\u0941\u0902\u091C\u0940\u092A\u091F\u0932 \u0905\u0932\u094D\u092A \u092E\u093E\u0930\u094D\u0917",modify:"\u0936\u0949\u0930\u094D\u091F\u0915\u091F \u0915\u0941\u0902\u091C\u093F\u092F\u093E\u0901 \u0938\u0902\u0936\u094B\u0927\u093F\u0924 \u0915\u0930\u0947\u0902",reset:"\u0930\u0940\u0938\u0947\u091F",close:"\u092C\u0902\u0926",homepage:"\u0939\u094B\u092E \u092A\u0947\u091C",more:"\u0905\u0927\u093F\u0915",moreOptions:"\u0905\u0927\u093F\u0915 \u0905\u0928\u0941\u0915\u0942\u0932\u0928 \u0935\u093F\u0915\u0932\u094D\u092A\u094B\u0902 \u0915\u093E \u0935\u093F\u0938\u094D\u0924\u093E\u0930 \u0915\u0930\u0947\u0902",translateTheWholePage:"\u092A\u0943\u0937\u094D\u0920 \u0915\u0947 \u0938\u092D\u0940 \u0915\u094D\u0937\u0947\u0924\u094D\u0930\u094B\u0902 \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0947\u0902 (\u092C\u0941\u0926\u094D\u0927\u093F\u092E\u093E\u0928 \u092A\u0939\u091A\u093E\u0928 \u0915\u0947 \u092E\u0941\u0916\u094D\u092F \u0915\u094D\u0937\u0947\u0924\u094D\u0930\u094B\u0902 \u0938\u0947 \u092D\u093F\u0928\u094D\u0928)",changeToTranslateTheWholePage:"\u0938\u092D\u0940 \u0915\u094D\u0937\u0947\u0924\u094D\u0930\u094B\u0902 \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u0938\u094D\u0935\u093F\u091A \u0915\u0930\u0947\u0902",changeToTranslateTheMainPage:"\u0905\u0928\u0941\u0935\u093E\u0926 \u092E\u0941\u0916\u094D\u092F \u0915\u094D\u0937\u0947\u0924\u094D\u0930 \u092A\u0930 \u0938\u094D\u0935\u093F\u091A \u0915\u0930\u0947\u0902",changeToOnlyTranslationMode:"\u0915\u0947\u0935\u0932 \u0905\u0928\u0941\u0935\u093E\u0926 \u0926\u093F\u0916\u093E\u0928\u0947 \u092A\u0930 \u0938\u094D\u0935\u093F\u091A \u0915\u0930\u0947\u0902",changeToDualTranslationMode:"\u0926\u094D\u0935\u093F\u092D\u093E\u0937\u0940 \u0905\u0928\u0941\u0935\u093E\u0926 \u092A\u0930 \u0938\u094D\u0935\u093F\u091A \u0915\u0930\u0947\u0902",translateToThePageEndImmediately:"\u0924\u0941\u0930\u0902\u0924 \u092A\u0943\u0937\u094D\u0920 \u0915\u0947 \u0928\u0940\u091A\u0947 \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0947\u0902",translateTheMainPage:"\u092C\u0941\u0926\u094D\u0927\u093F\u092E\u093E\u0928 \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0947 \u092E\u0941\u0916\u094D\u092F \u0915\u094D\u0937\u0947\u0924\u094D\u0930","The local rules are up to date":"\u0938\u094D\u0925\u093E\u0928\u0940\u092F \u0905\u0928\u0941\u0915\u0942\u0932\u0928 \u0928\u093F\u092F\u092E \u0905\u0926\u094D\u092F\u0924\u093F\u0924 \u0939\u0948\u0902:","Successfully synchronized with the latest official rules:":"\u0928\u0935\u0940\u0928\u0924\u092E \u0906\u0927\u093F\u0915\u093E\u0930\u093F\u0915 \u0905\u0928\u0941\u0915\u0942\u0932\u0928 \u0928\u093F\u092F\u092E\u094B\u0902 \u0915\u094B \u0938\u092B\u0932\u0924\u093E\u092A\u0942\u0930\u094D\u0935\u0915 \u0938\u093F\u0902\u0915\u094D\u0930\u0928\u093E\u0907\u091C\u093C \u0915\u093F\u092F\u093E \u0917\u092F\u093E:","Checking for updates":"\u0905\u092A\u0921\u0947\u091F \u0915\u0947 \u0932\u093F\u090F \u091C\u093E\u0902\u091A \u0915\u0930 \u0930\u0939\u093E \u0939\u0948","Rules are being synchronized":"\u0905\u0928\u0941\u0915\u0942\u0932\u0928 \u0928\u093F\u092F\u092E\u094B\u0902 \u0915\u094B \u0938\u093F\u0902\u0915\u094D\u0930\u0928\u093E\u0907\u091C\u093C \u0915\u0930\u0928\u093E",localVersionIsTooOld:"\u0938\u094D\u0925\u093E\u0928\u0940\u092F \u090F\u0915\u094D\u0938\u091F\u0947\u0902\u0936\u0928 \u0938\u0902\u0938\u094D\u0915\u0930\u0923 \u092C\u0939\u0941\u0924 \u092A\u0941\u0930\u093E\u0928\u093E \u0939\u0948\u0964 \u0915\u0943\u092A\u092F\u093E \u090F\u0915\u094D\u0938\u091F\u0947\u0902\u0936\u0928 {minVersion} \u092F\u093E \u0928\u090F \u0938\u0902\u0938\u094D\u0915\u0930\u0923 \u092E\u0947\u0902 \u0905\u092A\u0917\u094D\u0930\u0947\u0921 \u0915\u0930\u0947\u0902 \u0914\u0930 \u092B\u093F\u0930 \u0938\u0947 \u0938\u093F\u0902\u0915\u094D\u0930\u0928\u093E\u0907\u091C\u093C\u0947\u0936\u0928 \u0915\u093E \u092A\u094D\u0930\u092F\u093E\u0938 \u0915\u0930\u0947\u0902\u0964",badUserscriptBrowser:"\u0935\u0930\u094D\u0924\u092E\u093E\u0928 \u092C\u094D\u0930\u093E\u0909\u091C\u093C\u0930 \u0917\u094D\u0930\u0940\u0938 \u092E\u0902\u0915\u0940 \u090F\u0915\u094D\u0938\u091F\u0947\u0902\u0936\u0928 \u0907\u0902\u091F\u0930\u092B\u093C\u0947\u0938 \u0915\u094B \u0938\u0939\u0940 \u0922\u0902\u0917 \u0938\u0947 \u0915\u093E\u0930\u094D\u092F\u093E\u0928\u094D\u0935\u093F\u0924 \u0928\u0939\u0940\u0902 \u0915\u0930\u0924\u093E \u0939\u0948 (\u091C\u0948\u0938\u0947 \u0915\u093F \u0917\u094D\u0930\u0940\u0938 \u092E\u0902\u0915\u0940 \u0938\u094D\u0915\u094D\u0930\u093F\u092A\u094D\u091F \u0915\u0940 \u0938\u0902\u0938\u094D\u0915\u0930\u0923 \u0938\u0902\u0916\u094D\u092F\u093E \u0915\u0940 \u091C\u093E\u0928\u0915\u093E\u0930\u0940 \u092A\u094D\u0930\u093E\u092A\u094D\u0924 \u0915\u0930\u0928\u093E), \u0915\u0943\u092A\u092F\u093E \u0905\u0928\u094D\u092F <1> \u0938\u092E\u0930\u094D\u0925\u0928 \u0917\u094D\u0930\u0940\u0938 \u092E\u0902\u0915\u0940 \u090F\u0915\u094D\u0938\u091F\u0947\u0902\u0936\u0928 \u0915\u093E \u0909\u092A\u092F\u094B\u0917 \u0915\u0930\u0947\u0902 \u092B\u093C\u093E\u092F\u0930\u092B\u093C\u0949\u0915\u094D\u0938 \u091C\u0948\u0938\u0947 \u092C\u094D\u0930\u093E\u0909\u091C\u093C\u0930",foundNewVersion:"\u0928\u092F\u093E \u0938\u0902\u0938\u094D\u0915\u0930\u0923 \u092E\u093F\u0932\u093E",theLocalExtensionIsUpToUpdate:"\u0935\u0930\u094D\u0924\u092E\u093E\u0928 \u090F\u0915\u094D\u0938\u091F\u0947\u0902\u0936\u0928 \u0928\u0935\u0940\u0928\u0924\u092E \u0938\u0902\u0938\u094D\u0915\u0930\u0923 \u0939\u0948.",failToSyncRules:"\u0928\u0935\u0940\u0928\u0924\u092E \u0905\u0928\u0941\u0915\u0942\u0932\u0928 \u0928\u093F\u092F\u092E\u094B\u0902 \u0915\u094B \u0938\u093F\u0902\u0915\u094D\u0930\u0928\u093E\u0907\u091C\u093C \u0915\u0930\u0928\u0947 \u092E\u0947\u0902 \u0935\u093F\u092B\u0932",retry:"\u092A\u0941\u0928\u0903 \u092A\u094D\u0930\u092F\u093E\u0938 \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u092F\u0939\u093E\u0902 \u092A\u0930 \u0915\u094D\u0932\u093F\u0915 \u0915\u0930\u0947\u0902",failedReason:"\u0905\u0938\u092B\u0932\u0924\u093E \u0915\u093E \u0915\u093E\u0930\u0923",currentRuleVersion:"\u0935\u0930\u094D\u0924\u092E\u093E\u0928 \u0928\u093F\u092F\u092E \u0938\u0902\u0938\u094D\u0915\u0930\u0923",calculating:"\u0917\u093F\u0928\u093E \u091C\u093E \u0930\u0939\u093E \u0939\u0948",unknownError:"\u0905\u091C\u094D\u091E\u093E\u0924 \u0917\u0932\u0924\u0940",canNotFetchRemoteRule:"\u0926\u0942\u0930\u0938\u094D\u0925 \u0928\u093F\u092F\u092E \u092A\u094D\u0930\u093E\u092A\u094D\u0924 \u0915\u0930\u0928\u0947 \u092E\u0947\u0902 \u0905\u0938\u092E\u0930\u094D\u0925",enableAlphaSuccess:"\u0905\u0932\u094D\u092B\u093C\u093E \u092B\u093C\u0902\u0915\u094D\u0936\u0928 \u091A\u093E\u0932\u0942 \u0939\u0941\u0906",disableAlphaSuccess:"\u0905\u0932\u094D\u092B\u093C\u093E \u0938\u0941\u0935\u093F\u0927\u093E \u092C\u0902\u0926 \u0915\u0930 \u0926\u0940 \u0917\u0908",cacheSize:"\u0915\u0948\u0936 \u0906\u0915\u093E\u0930\uFF1A",cleaning:"\u0938\u092B\u093E\u0908",cleanCache:"\u0915\u0948\u0936 \u0915\u094B \u0938\u093E\u092B\u093C \u0915\u0930\u0947\u0902",options:"\u0938\u094D\u0925\u093E\u092A\u093F\u0924 \u0915\u0930\u0928\u093E",about:"\u0915\u0947 \u092C\u093E\u0930\u0947 \u092E\u0947\u0902",service:"\u0905\u0928\u0941\u0935\u093E\u0926\u0928 \u0938\u0947\u0935\u093E",needAction:"(\u0938\u0947\u091F\u093F\u0902\u0917\u094D\u0938 \u092E\u0947\u0902 \u091C\u093E\u0913)",goSettings:"\u0938\u0947\u091F\u093F\u0902\u0917\u094D\u0938 \u092E\u0947\u0902 \u091C\u093E\u0913",needActionForOptions:"(\u0938\u0947\u091F \u0915\u0930\u0928\u0947 \u0915\u0940 \u0906\u0935\u0936\u094D\u092F\u0915\u0924\u093E \u0939\u0948)",translationEngine:"\u0907\u0902\u091C\u0928 \u0935\u093F\u0915\u0932\u094D\u092A",sourceLanguage:"\u0935\u093E\u0938\u094D\u0924\u0935\u093F\u0915 \u092D\u093E\u0937\u093E",target:"\u0932\u0915\u094D\u0937\u094D\u092F \u092D\u093E\u0937\u093E",popupSourceLanguage:"\u0935\u093E\u0938\u094D\u0924\u0935\u093F\u0915 \u092D\u093E\u0937\u093E",popupTarget:"\u0932\u0915\u094D\u0937\u094D\u092F \u092D\u093E\u0937\u093E",popupService:"\u0905\u0928\u0941\u0935\u093E\u0926\u0928 \u0938\u0947\u0935\u093E",forThisSite:"\u0935\u0930\u094D\u0924\u092E\u093E\u0928 \u0935\u0947\u092C\u0938\u093E\u0907\u091F",autoEnableSubtitle:"\u0926\u094D\u0935\u093F\u092D\u093E\u0937\u0940 \u0909\u092A\u0936\u0940\u0930\u094D\u0937\u0915 \u0938\u094D\u0935\u091A\u093E\u0932\u093F\u0924 \u0930\u0942\u092A \u0938\u0947 \u091A\u093E\u0932\u0942 \u0915\u0930\u0947\u0902",alwaysTranslate:"\u0939\u092E\u0947\u0936\u093E \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0947\u0902",neverTranslate:"\u0915\u092D\u0940 \u092D\u0940 \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0928 \u0915\u0930\u0947\u0902",alwaysTranslateSomeLanguage:"\u0939\u092E\u0947\u0936\u093E {language}\u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0947\u0902",neverTranslateSomeLanguage:"\u0915\u092D\u0940 \u092D\u0940 {language}\u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0928 \u0915\u0930\u0947\u0902",alwaysTranslateSomeSite:"\u0939\u092E\u0947\u0936\u093E {hostname}\u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0947\u0902",neverTranslateSomeSite:"\u0915\u092D\u0940 \u092D\u0940 {hostname}\u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0928 \u0915\u0930\u0947\u0902",alwaysTranslateSomeSiteOrWildSite:"\u0939\u092E\u0947\u0936\u093E \u0907\u0938 \u0938\u093E\u0907\u091F \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0947\u0902",alwaysTranslateSomePage:"\u0939\u092E\u0947\u0936\u093E \u0907\u0938 \u092A\u0943\u0937\u094D\u0920 \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0947\u0902",add:"\u0907\u0938\u092E\u0947\u0902 \u091C\u094B\u0921\u093C\u0947\u0902",default:"\u0917\u0932\u0924\u0940 \u0915\u0930\u0928\u093E",forThisLanguage:"\u0907\u0938 \u092D\u093E\u0937\u093E \u0915\u0947 \u0932\u093F\u090F\uFF1A","add url":"\u092F\u0942 \u0906\u0930 \u090F\u0932 \u0926\u0930\u094D\u091C \u0915\u0930\u094B",edit:"\u0938\u0902\u092A\u093E\u0926\u0928 \u0915\u0930\u0928\u093E","translate other languages into specific language":"\u0906\u092A\u0915\u0947 \u0926\u094D\u0935\u093E\u0930\u093E \u0928\u093F\u0930\u094D\u0927\u093E\u0930\u093F\u0924 \u092D\u093E\u0937\u093E \u092E\u0947\u0902 \u0905\u0928\u094D\u092F \u092D\u093E\u0937\u093E\u0913\u0902 \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0947\u0902","select translation service":"\u090F\u0915 \u0905\u0928\u0941\u0935\u093E\u0926 \u0938\u0947\u0935\u093E \u091A\u0941\u0928\u0947\u0902",language:"\u092D\u093E\u0937\u093E","show-original":"\u092E\u0942\u0932 \u092A\u093E\u0920 \u0926\u093F\u0916\u093E\u090F\u0901",translate:"\u0905\u0928\u0941\u0935\u093E\u0926",Translated:"\u0905\u0928\u0941\u0935\u093E\u0926",Translating:"\u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0928\u093E",Error:"\u0917\u0932\u0924\u0940",allowCacheTranslations:"\u0938\u094D\u0925\u093E\u0928\u0940\u092F \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0948\u0936\u093F\u0902\u0917 \u0938\u0915\u094D\u0937\u092E \u0915\u0930\u0947\u0902 (\u0921\u0941\u092A\u094D\u0932\u093F\u0915\u0947\u091F \u092A\u0948\u0930\u093E\u0917\u094D\u0930\u093E\u092B \u0915\u0947 \u0932\u093F\u090F \u0905\u0928\u0941\u0935\u093E\u0926 \u0905\u0928\u0941\u0930\u094B\u0927\u094B\u0902 \u0915\u094B \u0915\u092E \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F)","translation display":"\u0905\u0928\u0941\u0935\u093E\u0926 \u092A\u094D\u0930\u0926\u0930\u094D\u0936\u0928 \u0936\u0948\u0932\u0940","select diplay style":"\u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0940 \u0936\u0948\u0932\u0940 \u0915\u094B \u0905\u0932\u0917 \u0915\u0930\u0947\u0902\u0964 \u0935\u093F\u0935\u0930\u0923 \u0915\u0947 \u0932\u093F\u090F \u0915\u0943\u092A\u092F\u093E \u0928\u093F\u092E\u094D\u0928\u0932\u093F\u0916\u093F\u0924 \u0909\u0926\u093E\u0939\u0930\u0923 \u0926\u0947\u0916\u0947\u0902:",interface:"\u0907\u0902\u091F\u0930\u092B\u093C\u0947\u0938 \u0938\u0947\u091F\u093F\u0902\u0917\u094D\u0938",import_export:"\u0906\u092F\u093E\u0924 \u0914\u0930 \u0928\u093F\u0930\u094D\u092F\u093E\u0924",import_export_title:"\u0906\u092F\u093E\u0924/\u0928\u093F\u0930\u094D\u092F\u093E\u0924 \u0915\u0949\u0928\u094D\u092B\u093C\u093F\u0917\u0930\u0947\u0936\u0928",syncToGoogleDrive:"\u0905\u092D\u0940 Google Drive \u0915\u0947 \u0938\u093E\u0925 \u0938\u093F\u0902\u0915 \u0915\u0930\u0947\u0902",floatBallOptions:"\u0928\u093F\u0932\u0902\u092C\u093F\u0924 \u0917\u0947\u0902\u0926 \u0938\u0947\u091F\u093F\u0902\u0917\u094D\u0938","floatBallOptions.enable":"\u092B\u094D\u0932\u094B\u091F\u093F\u0902\u0917 \u092C\u0949\u0932 \u0938\u0915\u094D\u0937\u092E \u0915\u0930\u0947\u0902","floatBallOptions.blockUrls":"\u0935\u0947\u092C\u0938\u093E\u0907\u091F \u0905\u0915\u094D\u0937\u092E \u0915\u0930\u0947\u0902","floatBallOptions.add":"\u0907\u0938\u092E\u0947\u0902 \u091C\u094B\u0921\u093C\u0947\u0902","floatBallOptions.blockUrlDesc":"\u0928\u093F\u092E\u094D\u0928\u0932\u093F\u0916\u093F\u0924 \u0935\u0947\u092C\u0938\u093E\u0907\u091F\u094B\u0902 \u0915\u093E \u0938\u093E\u092E\u0928\u093E \u0915\u0930\u0928\u0947 \u092A\u0930 \u092B\u094D\u0932\u094B\u091F\u093F\u0902\u0917 \u092C\u0949\u0932 \u092A\u094D\u0930\u0926\u0930\u094D\u0936\u093F\u0924 \u0928\u0939\u0940\u0902 \u0939\u094B\u0917\u0940","floatBallOptions.clickType":"\u0935\u094D\u092F\u0935\u0939\u093E\u0930 \u092A\u0930 \u0915\u094D\u0932\u093F\u0915 \u0915\u0930\u0947\u0902","floatBallOptions.clickTypeDesc":"\u0915\u094D\u0932\u093F\u0915 \u0915\u0930\u0928\u0947 \u092A\u0930 \u092B\u094D\u0932\u094B\u091F\u093F\u0902\u0917 \u092C\u0949\u0932 \u0906\u0907\u0915\u0928 \u0915\u093E \u0935\u094D\u092F\u0935\u0939\u093E\u0930","floatBallOptions.clickPopup":"\u0905\u0928\u0941\u0935\u093E\u0926 \u092A\u0948\u0928\u0932 \u0926\u093F\u0916\u093E\u090F\u0901","floatBallOptions.clickTranslate":"\u092E\u0942\u0932 \u092A\u093E\u0920 \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0947\u0902/\u0926\u093F\u0916\u093E\u090F\u0901","floatBallOptions.fixedPosition":"\u56FA\u5B9A\u4F4D\u7F6E","floatBallOptions.fixedPositionDesc":"\u60AC\u6D6E\u7403\u5728\u7A97\u53E3\u5DE6\u4FA7\u8FD8\u662F\u53F3\u4FA7","floatBallOptions.fixedPositionLeft":"\u5DE6\u4FA7","floatBallOptions.fixedPositionRight":"\u53F3\u4FA7",previewAllThemes:"\u0938\u092D\u0940 \u0936\u0948\u0932\u093F\u092F\u094B\u0902 \u0915\u093E \u092A\u0942\u0930\u094D\u0935\u093E\u0935\u0932\u094B\u0915\u0928 \u0915\u0930\u0947\u0902","translationTheme.none":"\u0915\u094B\u0908 \u0928\u0939\u0940\u0902","translationTheme.grey":"\u0917\u0939\u0930\u093E \u092D\u0942\u0930\u093E","translationTheme.dashed":"\u0927\u0930\u093E\u0936\u093E\u092F\u0940 \u0930\u0947\u0916\u093E\u0902\u0915\u093F\u0924","translationTheme.dotted":"\u092C\u093F\u0902\u0926\u0940\u0926\u093E\u0930 \u0930\u0947\u0916\u093E\u0902\u0915\u0928","translationTheme.dashedBorder":"\u0927\u0930\u093E\u0936\u093E\u092F\u0940 \u0938\u0940\u092E\u093E","translationTheme.solidBorder":"\u0920\u094B\u0938 \u0938\u0940\u092E\u093E","translationTheme.underline":"\u0938\u0940\u0927\u0947 \u0930\u0947\u0916\u093E\u0902\u0915\u093F\u0924 \u0915\u0930\u0947\u0902","translationTheme.mask":"\u0927\u0941\u0902\u0927\u0932\u093E \u092A\u094D\u0930\u092D\u093E\u0935 (\u0938\u0940\u0916\u0928\u0947 \u0915\u093E \u0924\u0930\u0940\u0915\u093E)","translationTheme.opacity":"\u092A\u093E\u0930\u0926\u0930\u094D\u0936\u093F\u0924\u093E \u092A\u094D\u0930\u092D\u093E\u0935","translationTheme.paper":"\u0936\u094D\u0935\u0947\u0924 \u092A\u0924\u094D\u0930 \u091B\u093E\u092F\u093E \u092A\u094D\u0930\u092D\u093E\u0935","translationTheme.dividingLine":"\u0935\u093F\u092D\u093E\u091C\u0928 \u0930\u0947\u0916\u093E","translationTheme.highlight":"\u092A\u094D\u0930\u092E\u0941\u0916\u0924\u093E \u0938\u0947 \u0926\u093F\u0916\u093E\u0928\u093E","translationTheme.marker":"\u0928\u093F\u0936\u093E\u0928","translationTheme.marker2":"\u092E\u093E\u0930\u094D\u0915\u0930 2","translationTheme.blockquote":"\u0938\u0902\u0926\u0930\u094D\u092D \u0936\u0948\u0932\u0940","translationTheme.weakening":"\u0915\u092E\u091C\u094B\u0930","translationTheme.italic":"\u0924\u093F\u0930\u094D\u091B\u093E","translationTheme.bold":"\u092C\u094B\u0932\u094D\u0921","translationTheme.thinDashed":"\u092A\u0924\u0932\u0940 \u0927\u0930\u093E\u0936\u093E\u092F\u0940 \u0930\u0947\u0916\u093E\u0902\u0915\u0928","translationTheme.nativeDashed":"\u0938\u093F\u0938\u094D\u091F\u092E \u092C\u093F\u0902\u0926\u0940\u0926\u093E\u0930 \u0905\u0902\u0921\u0930\u0932\u093E\u0907\u0928 \u0915\u0947 \u0938\u093E\u0925 \u0906\u0924\u093E \u0939\u0948","translationTheme.nativeDotted":"\u0938\u093F\u0938\u094D\u091F\u092E \u092C\u093F\u0902\u0926\u0940\u0926\u093E\u0930 \u0905\u0902\u0921\u0930\u0932\u093E\u0907\u0928 \u0915\u0947 \u0938\u093E\u0925 \u0906\u0924\u093E \u0939\u0948","translationTheme.nativeUnderline":"\u0938\u093F\u0938\u094D\u091F\u092E \u0938\u0940\u0927\u0947 \u0905\u0902\u0921\u0930\u0932\u093E\u0907\u0928 \u0915\u0947 \u0938\u093E\u0925 \u0906\u0924\u093E \u0939\u0948","translationTheme.wavy":"\u0932\u0939\u0930\u0926\u093E\u0930 \u0930\u0947\u0916\u093E\u090F\u0901","translationServices.custom":"\u0915\u0938\u094D\u091F\u092E \u090F\u092A\u0940\u0906\u0908","translationServices.tencent":"\u091F\u0947\u0928\u0938\u0947\u0902\u091F \u0905\u0928\u0941\u0935\u093E\u0926\u0915","translationServices.tenAlpha":"Tencent \u0905\u0928\u0941\u0935\u093E\u0926\u0915 (\u0905\u0932\u094D\u092B\u093E)","translationServices.google":"\u0917\u0942\u0917\u0932 \u0905\u0928\u0941\u0935\u093E\u0926","translationServices.bai":"Baidu(\u0905\u0932\u094D\u092B\u093E)","translationServices.baidu":"Baidu \u0905\u0928\u0941\u0935\u093E\u0926\u0915","translationServices.aliyun":"\u0905\u0932\u0940\u092C\u093E\u092C\u093E \u0915\u094D\u0932\u093E\u0909\u0921 \u0905\u0928\u0941\u0935\u093E\u0926","translationServices.volc":"\u091C\u094D\u0935\u093E\u0932\u093E\u092E\u0941\u0916\u0940 \u0905\u0928\u0941\u0935\u093E\u0926","translationServices.deeplx":"\u0921\u0940\u092A\u090F\u0932\u090F\u0915\u094D\u0938(\u092C\u0940\u091F\u093E)","translationServices.bing":"\u092E\u093E\u0907\u0915\u094D\u0930\u094B\u0938\u0949\u092B\u094D\u091F \u0905\u0928\u0941\u0935\u093E\u0926\u0915","translationServices.deepl":"\u0921\u0940\u092A\u090F\u0932","translationServices.wechat":"\u0935\u0940\u091A\u0948\u091F \u0905\u0928\u0941\u0935\u093E\u0926","translationServices.azure":"\u0928\u0940\u0932\u093E \u0905\u0928\u0941\u0935\u093E\u0926","translationServices.ibm":"\u0906\u0908\u092C\u0940\u090F\u092E \u0935\u0949\u091F\u0938\u0928","translationServices.aws":"\u0905\u092E\u0947\u091C\u093C\u0928 \u0905\u0928\u0941\u0935\u093E\u0926","translationServices.mock":"\u0905\u0928\u0941\u0930\u0942\u092A\u093F\u0924 \u0905\u0928\u0941\u0935\u093E\u0926","translationServices.mock2":"\u0938\u093F\u092E\u094D\u092F\u0941\u0932\u0947\u091F\u0947\u0921 \u0905\u0928\u0941\u0935\u093E\u0926 2","translationServices.caiyun":"\u0915\u0948\u092F\u0941\u0928 \u0936\u093F\u092F\u093E\u0913\u092F\u0940","translationServices.cai":"\u0915\u0948\u092F\u0941\u0928 \u0936\u093F\u092F\u093E\u0913\u092F\u0940 (\u0905\u0932\u094D\u092B\u093E)","translationServices.volcAlpha":"\u091C\u094D\u0935\u093E\u0932\u093E\u092E\u0941\u0916\u0940 (\u0905\u0932\u094D\u092B\u093E)","translationServices.openl":"\u0913\u092A\u0928\u090F\u0932","translationServices.youdao":"Youdao \u0905\u0928\u0941\u0935\u093E\u0926","translationServices.you":"Youdao \u0905\u0928\u0941\u0935\u093E\u0926 (\u0905\u0932\u094D\u092B\u093E)","translationServices.transmart":"Tencent \u0907\u0902\u091F\u0930\u0948\u0915\u094D\u091F\u093F\u0935 \u0905\u0928\u0941\u0935\u093E\u0926","translationServices.niu":"\u092E\u093E\u0935\u0947\u0930\u093F\u0915\u094D\u0938 \u0905\u0928\u0941\u0935\u093E\u0926","translationServices.papago":"\u092A\u093E\u092A\u093E\u0917\u094B \u0905\u0928\u0941\u0935\u093E\u0926","translationServices.d":"\u0921\u0940(\u0905\u0932\u094D\u092B\u093E)","translationServices.dpro":"\u0921\u0940 \u092A\u094D\u0930\u094B (\u0915\u0948\u0928\u0930\u0940)","translationServices.openai":"\u0913\u092A\u0928\u090F\u0906\u0908","translationServices.chatgpt":"\u091A\u0948\u091F\u091C\u0940\u092A\u0940\u091F\u0940 \u0935\u0947\u092C(3.5 \u092E\u094B\u092C\u093E\u0907\u0932)","translate title":"\u092A\u0943\u0937\u094D\u0920 \u0936\u0940\u0930\u094D\u0937\u0915 \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0947\u0902","always languages":"\u0939\u092E\u0947\u0936\u093E \u0905\u0928\u0941\u0935\u093E\u0926\u093F\u0924 \u092D\u093E\u0937\u093E",neverTranslateLanguagesLabel:"\u0910\u0938\u0940 \u092D\u093E\u0937\u093E\u090F\u0901 \u091C\u093F\u0928\u0915\u093E \u0915\u092D\u0940 \u0905\u0928\u0941\u0935\u093E\u0926 \u0928\u0939\u0940\u0902 \u0939\u094B\u0924\u093E",neverTranslateTheFollowingLanguagesDescription:"\u091C\u092C \u092A\u0943\u0937\u094D\u0920 \u092E\u0947\u0902 \u0915\u094B\u0908 \u092A\u0948\u0930\u093E\u0917\u094D\u0930\u093E\u092B \u0928\u093F\u092E\u094D\u0928\u0932\u093F\u0916\u093F\u0924 \u092D\u093E\u0937\u093E\u0913\u0902 \u092E\u0947\u0902 \u0939\u094B\u0917\u093E \u0924\u094B \u0905\u0928\u0941\u0935\u093E\u0926 \u091B\u094B\u0921\u093C \u0926\u093F\u092F\u093E \u091C\u093E\u090F\u0917\u093E",enableUserscriptPagePopup:"\u092A\u0943\u0937\u094D\u0920 \u092A\u0930 \u0924\u0948\u0930\u0924\u0940 \u0939\u0941\u0908 \u0917\u0947\u0902\u0926 \u0926\u093F\u0916\u093E\u090F\u0901",enableUserscriptPagePopupDescription:"\u092B\u094D\u0932\u094B\u091F\u093F\u0902\u0917 \u092C\u0949\u0932 \u0915\u094B \u092C\u0902\u0926 \u0915\u0930\u0928\u0947 \u0915\u0947 \u092C\u093E\u0926 \u0906\u092A \u0909\u0938\u0947 \u091C\u0917\u093E\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u0936\u0949\u0930\u094D\u091F\u0915\u091F \u0915\u0941\u0902\u091C\u0940/{touch}\u0915\u093E \u0909\u092A\u092F\u094B\u0917 \u0915\u0930 \u0938\u0915\u0924\u0947 \u0939\u0948\u0902\u0964 \u0907\u0938 \u0935\u093F\u0915\u0932\u094D\u092A \u0915\u094B \u0917\u0932\u0924\u0940 \u0938\u0947 \u092C\u0902\u0926 \u0915\u0930\u0928\u0947 \u0915\u0947 \u092C\u093E\u0926 \u092B\u094D\u0932\u094B\u091F\u093F\u0902\u0917 \u092C\u0949\u0932 \u0915\u094B \u092E\u093F\u0932\u0928\u0947 \u0938\u0947 \u0930\u094B\u0915\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F, \u0907\u0938 \u0938\u0947\u091F\u093F\u0902\u0917 \u092A\u0947\u091C \u0915\u094B \u092C\u0941\u0915\u092E\u093E\u0930\u094D\u0915 \u0915\u0930\u0928\u0947 \u0915\u0940 \u092A\u0941\u0930\u091C\u094B\u0930 \u0905\u0928\u0941\u0936\u0902\u0938\u093E \u0915\u0940 \u091C\u093E\u0924\u0940 \u0939\u0948\u0964","always translate the following languages":"\u091C\u092C \u092A\u0943\u0937\u094D\u0920 \u0915\u0940 \u092D\u093E\u0937\u093E \u0928\u093F\u092E\u094D\u0928\u0932\u093F\u0916\u093F\u0924 \u092D\u093E\u0937\u093E\u0913\u0902 \u092E\u0947\u0902 \u0939\u094B\u0917\u0940, \u0924\u094B \u0907\u0938\u0947 \u0938\u094D\u0935\u091A\u093E\u0932\u093F\u0924 \u0930\u0942\u092A \u0938\u0947 \u0932\u0915\u094D\u0937\u094D\u092F \u092D\u093E\u0937\u093E \u092E\u0947\u0902 \u0905\u0928\u0941\u0935\u093E\u0926\u093F\u0924 \u0915\u093F\u092F\u093E \u091C\u093E\u090F\u0917\u093E","always sites":"\u0939\u092E\u0947\u0936\u093E \u0905\u0928\u0941\u0935\u093E\u0926\u093F\u0924 \u092F\u0942\u0906\u0930\u090F\u0932","always translate the following sites":"\u091C\u092C \u0935\u0947\u092C\u0938\u093E\u0907\u091F \u0928\u093F\u092E\u094D\u0928\u0932\u093F\u0916\u093F\u0924 \u0921\u094B\u092E\u0947\u0928 \u0928\u093E\u092E \u0915\u0940 \u0939\u094B\u0917\u0940, \u0924\u094B \u0907\u0938\u0947 \u0938\u094D\u0935\u091A\u093E\u0932\u093F\u0924 \u0930\u0942\u092A \u0938\u0947 \u0932\u0915\u094D\u0937\u094D\u092F \u092D\u093E\u0937\u093E \u092E\u0947\u0902 \u0905\u0928\u0941\u0935\u093E\u0926\u093F\u0924 \u0915\u093F\u092F\u093E \u091C\u093E\u090F\u0917\u093E","never sites":"\u0910\u0938\u0947 \u092F\u0942\u0906\u0930\u090F\u0932 \u091C\u093F\u0928\u0915\u093E \u0915\u092D\u0940 \u0905\u0928\u0941\u0935\u093E\u0926 \u0928\u0939\u0940\u0902 \u0915\u093F\u092F\u093E \u091C\u093E\u090F\u0917\u093E","never translate the following sites":"\u091C\u092C \u0935\u0947\u092C\u0938\u093E\u0907\u091F \u0928\u093F\u092E\u094D\u0928\u0932\u093F\u0916\u093F\u0924 \u0921\u094B\u092E\u0947\u0928 \u0928\u093E\u092E \u0915\u0940 \u0939\u094B \u0924\u094B \u0905\u0928\u0941\u0935\u093E\u0926 \u0928\u0939\u0940\u0902 \u0915\u093F\u092F\u093E \u091C\u093E\u090F\u0917\u093E","please refer to":"\u0909\u092A\u092F\u094B\u0917 \u0915\u0930\u0928\u0947 \u0938\u0947 \u092A\u0939\u0932\u0947 \u0906\u092A\u0915\u094B \u0915\u0941\u0902\u091C\u0940 \u092D\u0930\u0928\u0940 \u0939\u094B\u0917\u0940\u0964 \u0935\u093F\u0935\u0930\u0923 \u0915\u0947 \u0932\u093F\u090F, \u0915\u0943\u092A\u092F\u093E \u0926\u0947\u0916\u0947\u0902",KeyAndConfigurationTutorial:'"\u092E\u0941\u0916\u094D\u092F \u0905\u0928\u0941\u092A\u094D\u0930\u092F\u094B\u0917 \u0914\u0930 \u0915\u0949\u0928\u094D\u092B\u093C\u093F\u0917\u0930\u0947\u0936\u0928 \u091F\u094D\u092F\u0942\u091F\u094B\u0930\u093F\u092F\u0932"',useAboveStyleForTheseSites:"\u091C\u092C \u0935\u0947\u092C\u0938\u093E\u0907\u091F \u0928\u093F\u092E\u094D\u0928 \u0921\u094B\u092E\u0947\u0928 \u0928\u093E\u092E \u0939\u094B, \u0924\u094B \u0939\u092E\u0947\u0936\u093E \u2308{theme}\u230B \u0905\u0928\u0941\u0935\u093E\u0926 \u0936\u0948\u0932\u0940 \u0915\u093E \u0909\u092A\u092F\u094B\u0917 \u0915\u0930\u0947\u0902",currentUrl:"\u0935\u0930\u094D\u0924\u092E\u093E\u0928 \u092F\u0942\u0906\u0930\u090F\u0932",confirm:"\u092C\u091A\u093E\u0928\u093E",cancel:"\u0930\u0926\u094D\u0926 \u0915\u0930\u0928\u093E",delete:"\u092E\u093F\u091F\u093E\u0928\u093E","languages.auto":"\u0938\u094D\u0935\u091A\u093E\u0932\u093F\u0924 \u092A\u0939\u091A\u093E\u0928",syncToCloud:"Google Drive \u0938\u0947 \u0938\u093F\u0902\u0915 \u0915\u0930\u0947\u0902",syncToCloudDescription:"\u0915\u094D\u0932\u093E\u0909\u0921 \u092A\u0930 \u0905\u092A\u0932\u094B\u0921 \u0915\u0930\u0947\u0902, \u0914\u0930 \u0905\u0902\u0924\u093F\u092E \u0938\u0902\u0936\u094B\u0927\u0928 \u0938\u092E\u092F \u0915\u0947 \u0905\u0927\u0940\u0928, \u0915\u0949\u0928\u094D\u092B\u093C\u093F\u0917\u0930\u0947\u0936\u0928 \u0915\u094B \u0935\u093F\u092D\u093F\u0928\u094D\u0928 \u092C\u094D\u0930\u093E\u0909\u091C\u093C\u0930\u094B\u0902/\u0911\u092F\u0932 \u092E\u0902\u0915\u0940 \u0938\u094D\u0915\u094D\u0930\u093F\u092A\u094D\u091F \u0915\u0947 \u092C\u0940\u091A \u0938\u093F\u0902\u0915\u094D\u0930\u0928\u093E\u0907\u091C\u093C \u0915\u093F\u092F\u093E \u091C\u093E \u0938\u0915\u0924\u093E \u0939\u0948\u0964",syncToAccount:"\u0907\u092E\u0930\u094D\u0938\u093F\u0935 \u091F\u094D\u0930\u093E\u0902\u0938\u0932\u0947\u0936\u0928 \u0915\u094D\u0932\u093E\u0909\u0921 \u0938\u0947 \u0938\u093F\u0902\u0915 \u0915\u0930\u0947\u0902",syncToAccountButton:"\u0924\u0941\u0930\u0902\u0924 \u0915\u094D\u0932\u093E\u0909\u0921 \u0915\u0947 \u0938\u093E\u0925 \u0938\u093F\u0902\u0915 \u0915\u0930\u0947\u0902",syncToAccountDescription:"\u0905\u0902\u0924\u093F\u092E \u0938\u0902\u0936\u094B\u0927\u0928 \u0938\u092E\u092F \u0915\u0947 \u0906\u0927\u093E\u0930 \u092A\u0930, \u0935\u093F\u092D\u093F\u0928\u094D\u0928 \u0909\u092A\u0915\u0930\u0923\u094B\u0902 \u0915\u0947 \u092C\u0940\u091A \u0915\u0949\u0928\u094D\u092B\u093C\u093F\u0917\u0930\u0947\u0936\u0928 \u0915\u094B \u0938\u094D\u0935\u091A\u093E\u0932\u093F\u0924 \u0930\u0942\u092A \u0938\u0947 \u0938\u093F\u0902\u0915\u094D\u0930\u0928\u093E\u0907\u091C\u093C \u0915\u0930\u0947\u0902\u0964",successSyncConfigInAccount:"\u0915\u094D\u0932\u093E\u0909\u0921 \u0915\u0947 \u0938\u093E\u0925 \u0938\u092B\u0932\u0924\u093E\u092A\u0942\u0930\u094D\u0935\u0915 \u0938\u092E\u0928\u094D\u0935\u092F\u093F\u0924 \u0930\u0939\u0947\u0902",successSyncConfigToAccount:"\u0915\u094D\u0932\u093E\u0909\u0921 \u0915\u0947 \u0938\u093E\u0925 \u0938\u092B\u0932\u0924\u093E\u092A\u0942\u0930\u094D\u0935\u0915 \u0938\u092E\u0928\u094D\u0935\u092F\u093F\u0924 \u0915\u093F\u092F\u093E \u0917\u092F\u093E",syncConfigNoUpdate:"\u092A\u0939\u0932\u0947 \u0938\u0947 \u0939\u0940 \u0928\u0935\u0940\u0928\u0924\u092E",authFail:"\u092A\u094D\u0930\u092E\u093E\u0923\u0940\u0915\u0930\u0923 \u0935\u093F\u092B\u0932",syncTitle:"\u092E\u0948\u0928\u094D\u092F\u0941\u0905\u0932 \u092C\u0948\u0915\u0905\u092A \u092A\u094D\u0930\u092C\u0902\u0927\u0928",import_hint:"\u0906\u092F\u093E\u0924",upload:"\u0921\u093E\u0932\u0928\u093E",revokeAuth:"\u092A\u094D\u0930\u093E\u0927\u093F\u0915\u0930\u0923 \u0930\u0926\u094D\u0926 \u0915\u0930\u0947\u0902",uploadFail:"\u0905\u092A\u0932\u094B\u0921 \u0935\u093F\u092B\u0932",download:"\u0921\u093E\u0909\u0928\u0932\u094B\u0921 \u0915\u0930\u0928\u093E",importSuccess:"\u0906\u092F\u093E\u0924 \u0938\u092B\u0932",importFail:"\u0906\u092F\u093E\u0924 \u0935\u093F\u092B\u0932",deleteFail:"\u0939\u091F\u093E\u0928\u0947 \u092E\u0947\u0902 \u0935\u093F\u092B\u0932",backupToCloud:"\u092C\u0948\u0915\u0905\u092A \u092B\u093C\u093E\u0907\u0932\u094B\u0902 \u0915\u094B \u092E\u0948\u0928\u094D\u092F\u0941\u0905\u0932 \u0930\u0942\u092A \u0938\u0947 \u092A\u094D\u0930\u092C\u0902\u0927\u093F\u0924 \u0915\u0930\u0947\u0902",create_new_backup:"\u092C\u0948\u0915\u0905\u092A \u0928\u094B\u0921 \u091C\u094B\u0921\u093C\u0947\u0902",maxBackupFiles:"\u0905\u0927\u093F\u0915\u0924\u092E{count}\u0935\u093F\u092D\u093F\u0928\u094D\u0928 \u0928\u094B\u0921\u094D\u0938 \u0915\u093E \u092C\u0948\u0915\u0905\u092A \u0932\u093F\u092F\u093E \u091C\u093E \u0938\u0915\u0924\u093E \u0939\u0948, \u0915\u0943\u092A\u092F\u093E \u0905\u0928\u093E\u0935\u0936\u094D\u092F\u0915 \u0928\u094B\u0921\u094D\u0938 \u0939\u091F\u093E \u0926\u0947\u0902",backupToCloudDescription:"\u092C\u0948\u0915\u0905\u092A \u092B\u093C\u093E\u0907\u0932\u094B\u0902 \u0915\u094B \u092E\u0948\u0928\u094D\u092F\u0941\u0905\u0932 \u0930\u0942\u092A \u0938\u0947 \u0905\u092A\u0932\u094B\u0921 \u092F\u093E \u092A\u0941\u0928\u0930\u094D\u0938\u094D\u0925\u093E\u092A\u093F\u0924 \u0915\u0930\u0947\u0902, \u091C\u093F\u0938\u0938\u0947 3 \u0905\u0932\u0917-\u0905\u0932\u0917 \u092C\u0948\u0915\u0905\u092A \u0915\u0940 \u0905\u0928\u0941\u092E\u0924\u093F \u092E\u093F\u0932\u0924\u0940 \u0939\u0948",successSyncConfig:"\u0915\u094D\u0932\u093E\u0909\u0921 \u0915\u0947 \u0938\u093E\u0925 \u0938\u092B\u0932\u0924\u093E\u092A\u0942\u0930\u094D\u0935\u0915 \u0938\u092E\u0928\u094D\u0935\u092F\u093F\u0924 \u0930\u0939\u0947\u0902",syncFail:"\u0938\u092E\u0928\u094D\u0935\u092F\u0928 \u0935\u093F\u092B\u0932",updatedAt:"{date}\u092A\u0930 \u0905\u0926\u094D\u092F\u0924\u0928 \u0915\u093F\u092F\u093E \u0917\u092F\u093E",lastSyncedAt:"\u0905\u0902\u0924\u093F\u092E \u092C\u093E\u0930 {date}\u092A\u0930 \u091C\u093E\u0901\u091A \u0915\u0940 \u0917\u0908",downloadFail:"\u0921\u093E\u0909\u0928\u0932\u094B\u0921 \u0935\u093F\u092B\u0932",clickToDownload:"\u0921\u093E\u0909\u0928\u0932\u094B\u0921 \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u0915\u094D\u0932\u093F\u0915 \u0915\u0930\u0947\u0902",aboutLabel:"\u0915\u0947 \u092C\u093E\u0930\u0947 \u092E\u0947\u0902 - \u092A\u094D\u0930\u0924\u093F\u0915\u094D\u0930\u093F\u092F\u093E","browser.openAboutPage":"\u0915\u0947 \u092C\u093E\u0930\u0947 \u092E\u0947\u0902/\u092A\u094D\u0930\u0924\u093F\u0915\u094D\u0930\u093F\u092F\u093E",aboutLabelWithoutSponsor:"\u0915\u0947 \u092C\u093E\u0930\u0947 \u092E\u0947\u0902 - \u092A\u094D\u0930\u0924\u093F\u0915\u094D\u0930\u093F\u092F\u093E",aboutIntro:"\u092E\u0941\u091D\u0947 \u0906\u0936\u093E \u0939\u0948 \u0915\u093F \u0939\u092E \u0938\u092D\u0940 \u0907\u0902\u091F\u0930\u0928\u0947\u091F \u092A\u0930 \u0935\u093F\u0936\u093E\u0932 \u0935\u093F\u0926\u0947\u0936\u0940 \u092D\u093E\u0937\u093E \u0915\u0940 \u091C\u093E\u0928\u0915\u093E\u0930\u0940 \u0905\u0927\u093F\u0915 \u0906\u0938\u093E\u0928\u0940 \u0938\u0947 \u0914\u0930 \u0916\u0941\u0936\u0940 \u0938\u0947 \u092A\u094D\u0930\u093E\u092A\u094D\u0924 \u0915\u0930 \u0938\u0915\u0924\u0947 \u0939\u0948\u0902\u2764\uFE0F \u0906\u092A <6> \u092A\u094D\u0930\u094B \u0938\u0926\u0938\u094D\u092F\u0924\u093E \u0916\u094B\u0932\u0928\u093E \u091A\u0941\u0928 \u0938\u0915\u0924\u0947 \u0939\u0948\u0902 \u0921\u0940\u092A\u090F\u0932 \u0914\u0930 \u0913\u092A\u0928\u090F\u0906\u0908 \u0905\u0928\u0941\u0935\u093E\u0926\u094B\u0902 \u0915\u094B \u092C\u0949\u0915\u094D\u0938 \u0938\u0947 \u092C\u093E\u0939\u0930 \u0909\u092A\u092F\u094B\u0917 \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F\u0964

\u0939\u092E\u0947\u0902 <3>\u091F\u094D\u0935\u093F\u091F\u0930 \u092A\u0930 \u092B\u093C\u0949\u0932\u094B \u0915\u0930 \u0938\u0915\u0924\u0947 \u0939\u0948\u0902 ,<4>\u091F\u0947\u0932\u0940\u0917\u094D\u0930\u093E\u092E \u091A\u0948\u0928\u0932 , WeChat \u0938\u093E\u0930\u094D\u0935\u091C\u0928\u093F\u0915 \u0916\u093E\u0924\u093E, WeChat \u0938\u0902\u091A\u093E\u0930 \u0938\u092E\u0942\u0939, \u092F\u093E \u0928\u0940\u091A\u0947 <5> \u0908\u092E\u0947\u0932 \u0938\u0926\u0938\u094D\u092F\u0924\u093E \u0905\u092A\u0921\u0947\u091F \u091F\u094D\u0930\u0948\u0915 \u0915\u0930\u0947\u0902.
<7>\u092A\u094D\u0930\u094B \u0938\u0926\u0938\u094D\u092F \u0906\u092A \u090F\u0915\u094D\u0938\u092A\u094D\u0930\u0947\u0938 \u0917\u094D\u0930\u093E\u0939\u0915 \u0938\u0947\u0935\u093E \u0908\u092E\u0947\u0932 <8> support@immersivetranslate.com \u0938\u0947 \u0938\u0902\u092A\u0930\u094D\u0915 \u0915\u0930 \u0938\u0915\u0924\u0947 \u0939\u0948\u0902 \u0939\u092E\u093E\u0930\u0947 \u0938\u093E\u0925 \u091C\u0941\u0921\u093C\u0947\u0964",aboutIntroWithoutSponsor:"\u092E\u0941\u091D\u0947 \u0906\u0936\u093E \u0939\u0948 \u0915\u093F \u0939\u092E \u0938\u092D\u0940 \u0907\u0902\u091F\u0930\u0928\u0947\u091F \u092A\u0930 \u0935\u093F\u0936\u093E\u0932 \u092E\u093E\u0924\u094D\u0930\u093E \u092E\u0947\u0902 \u0935\u093F\u0926\u0947\u0936\u0940 \u092D\u093E\u0937\u093E \u0915\u0940 \u091C\u093E\u0928\u0915\u093E\u0930\u0940 \u0924\u0915 \u0906\u0938\u093E\u0928 \u0914\u0930 \u0905\u0927\u093F\u0915 \u0906\u0928\u0902\u0926\u0926\u093E\u092F\u0915 \u092A\u0939\u0941\u0902\u091A \u092A\u094D\u0930\u093E\u092A\u094D\u0924 \u0915\u0930 \u0938\u0915\u0924\u0947 \u0939\u0948\u0902 \u2764\uFE0F

\u0906\u092A \u0939\u092E\u0947\u0902 \u091F\u094D\u0935\u093F\u091F\u0930 \u092A\u0930 \u092B\u093C\u0949\u0932\u094B \u0915\u0930 \u0938\u0915\u0924\u0947 \u0939\u0948\u0902 <3> ,<4>\u091F\u0947\u0932\u0940\u0917\u094D\u0930\u093E\u092E \u091A\u0948\u0928\u0932 , WeChat \u0938\u093E\u0930\u094D\u0935\u091C\u0928\u093F\u0915 \u0916\u093E\u0924\u093E, WeChat \u0938\u0902\u091A\u093E\u0930 \u0938\u092E\u0942\u0939, \u092F\u093E \u0928\u0940\u091A\u0947 <5> \u0908\u092E\u0947\u0932 \u0938\u0926\u0938\u094D\u092F\u0924\u093E \u0905\u092A\u0921\u0947\u091F \u091F\u094D\u0930\u0948\u0915 \u0915\u0930\u0947\u0902.",projectHomepage:"\u092A\u094D\u0930\u094B\u091C\u0947\u0915\u094D\u091F \u0939\u094B\u092E \u092A\u0947\u091C",joinTelegramGroup:"\u092B\u093C\u0902\u0915\u094D\u0936\u0928 \u091A\u0930\u094D\u091A\u093E\u0913\u0902 \u092E\u0947\u0902 \u092D\u093E\u0917 \u0932\u0947\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u0909\u092A\u092F\u094B\u0917\u0915\u0930\u094D\u0924\u093E \u0938\u0902\u091A\u093E\u0930 \u0938\u092E\u0942\u0939 \u092E\u0947\u0902 \u0936\u093E\u092E\u093F\u0932 \u0939\u094B\u0902",wechatPublicAccount:"WeChat \u0938\u093E\u0930\u094D\u0935\u091C\u0928\u093F\u0915 \u0916\u093E\u0924\u093E",wechatCommunities:"WeChat \u0938\u0902\u091A\u093E\u0930 \u0938\u092E\u0942\u0939",qqCommunities:"QQ \u0938\u0902\u091A\u093E\u0930 \u091A\u0948\u0928\u0932",joinTelegramChannel:"\u0928\u0935\u0940\u0928\u0924\u092E \u0905\u092A\u0921\u0947\u091F \u0915\u0947 \u0932\u093F\u090F \u091F\u0947\u0932\u0940\u0917\u094D\u0930\u093E\u092E \u091A\u0948\u0928\u0932 \u0915\u094B \u092B\u0949\u0932\u094B \u0915\u0930\u0947\u0902",feedbackAndJoin:"\u0938\u092E\u0938\u094D\u092F\u093E \u092A\u094D\u0930\u0924\u093F\u0915\u094D\u0930\u093F\u092F\u093E/\u0938\u092E\u0942\u0939 \u092E\u0947\u0902 \u0936\u093E\u092E\u093F\u0932 \u0939\u094B\u0902",autoSync:"\u0938\u094D\u0935\u091A\u093E\u0932\u093F\u0924 \u0905\u0928\u0941\u0938\u0942\u091A\u093F\u0924 \u0924\u0941\u0932\u094D\u092F\u0915\u093E\u0932\u0928",loadingThemeTitle:"\u0932\u094B\u0921\u093F\u0902\u0917 \u0936\u0948\u0932\u0940",loadingThemeDescription:"\u0905\u0928\u0941\u0935\u093E\u0926 \u0932\u094B\u0921 \u0939\u094B\u0928\u0947 \u0915\u0940 \u092A\u094D\u0930\u0924\u0940\u0915\u094D\u0937\u093E \u0915\u0930\u0924\u0947 \u0938\u092E\u092F \u0936\u0948\u0932\u0940 \u0938\u0947\u091F \u0915\u0930\u0947\u0902","loadingTheme.spinner":"\u0935\u0943\u0924\u094D\u0924 \u090F\u0928\u0940\u092E\u0947\u0936\u0928","loadingTheme.text":"\u0938\u094D\u0925\u093F\u0930 \u092A\u093E\u0920... ","loadingTheme.none":"\u0928\u0939\u0940\u0902 \u0926\u093F\u0916\u093E\u0924\u0947",developerDescription:"\u0906\u092A \u092F\u0939\u093E\u0902 <1> \u092A\u0930 \u0915\u094D\u0932\u093F\u0915 \u0915\u0930 \u0938\u0915\u0924\u0947 \u0939\u0948\u0902 \u0909\u0928\u094D\u0928\u0924 \u0905\u0928\u0941\u0915\u0942\u0932\u0928 \u0938\u0947 \u0938\u0902\u092C\u0902\u0927\u093F\u0924 \u0926\u0938\u094D\u0924\u093E\u0935\u0947\u091C\u093C \u0926\u0947\u0916\u0947\u0902","edit border color":"\u092C\u0949\u0930\u094D\u0921\u0930 \u0915\u093E \u0930\u0902\u0917 \u0938\u0902\u0936\u094B\u0927\u093F\u0924 \u0915\u0930\u0947\u0902",successSyncButNoChange:"\u0935\u0930\u094D\u0924\u092E\u093E\u0928 \u0915\u0949\u0928\u094D\u092B\u093C\u093F\u0917\u0930\u0947\u0936\u0928 \u0915\u094D\u0932\u093E\u0909\u0921 \u0915\u0947 \u0905\u0928\u0941\u0930\u0942\u092A \u0939\u0948",customTheme:"\u0915\u0938\u094D\u091F\u092E \u0930\u0902\u0917 \u0914\u0930 \u0906\u0915\u093E\u0930","customThemeLabel.borderColor":"\u0938\u0940\u092E\u093E \u0930\u0902\u0917","customThemeLabel.borderRadius":"\u0938\u0940\u092E\u093E \u0917\u094B\u0932\u093E\u0915\u093E\u0930 \u0915\u094B\u0928\u0947","customThemeLabel.textColor":"\u092A\u093E\u0920 \u0915\u093E \u0930\u0902\u0917","customThemeLabel.backgroundColor":"\u092A\u0943\u0937\u094D\u0920\u092D\u0942\u092E\u093F \u0915\u093E \u0930\u0902\u0917","customThemeLabel.zoom":"\u092B\u093C\u0949\u0928\u094D\u091F \u0938\u094D\u0915\u0947\u0932\u093F\u0902\u0917 (%)","customThemeLabel.opacity":"\u092A\u093E\u0920 \u0905\u092A\u093E\u0930\u0926\u0930\u094D\u0936\u093F\u0924\u093E (%)",resetToDefaultColor:"\u0921\u093F\u092B\u093C\u0949\u0932\u094D\u091F \u0930\u0902\u0917 \u092A\u0930 \u0935\u093E\u092A\u0938 \u0932\u094C\u091F\u0947\u0902",resetToDefaultSettings:"\u0921\u093F\u092B\u093C\u0949\u0932\u094D\u091F \u0938\u0947\u091F\u093F\u0902\u0917\u094D\u0938 \u092A\u0930 \u0935\u093E\u092A\u0938 \u0932\u094C\u091F\u0947\u0902",isTranslateTitle:"\u0905\u0928\u0941\u0935\u093E\u0926\u093F\u0924 \u0935\u0947\u092C \u092A\u0947\u091C \u0936\u0940\u0930\u094D\u0937\u0915 \u091A\u093E\u0932\u0942 \u0915\u0930\u0947\u0902",isTranslateTitleDescription:"\u091A\u093E\u0932\u0942 \u0939\u094B\u0928\u0947 \u092A\u0930, \u0935\u0947\u092C \u092A\u0947\u091C \u0936\u0940\u0930\u094D\u0937\u0915 \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u093F\u092F\u093E \u091C\u093E\u090F\u0917\u093E",enableSearchEnhancement:"\u0926\u094D\u0935\u093F\u092D\u093E\u0937\u0940 \u0938\u0942\u091A\u0928\u093E \u0938\u0902\u0935\u0930\u094D\u0926\u094D\u0927\u0928 \u0938\u0915\u094D\u0937\u092E \u0915\u0930\u0947\u0902",enableSearchEnhancementDescription:'\u091A\u093E\u0932\u0942 \u0939\u094B\u0928\u0947 \u0915\u0947 \u092C\u093E\u0926, \u0905\u0902\u0917\u094D\u0930\u0947\u091C\u0940 \u0915\u0940\u0935\u0930\u094D\u0921 \u0938\u0947 \u0938\u0902\u092C\u0902\u0927\u093F\u0924 "Google \u0938\u092E\u093E\u091A\u093E\u0930" \u0916\u094B\u091C \u092A\u0930\u093F\u0923\u093E\u092E \u0938\u094D\u0935\u091A\u093E\u0932\u093F\u0924 \u0930\u0942\u092A \u0938\u0947 \u0938\u092E\u0930\u094D\u0925\u093F\u0924 \u0935\u0947\u092C\u0938\u093E\u0907\u091F\u094B\u0902 (Google \u0938\u092E\u093E\u091A\u093E\u0930, Google \u0916\u094B\u091C (\u0915\u0941\u091B \u0915\u0940\u0935\u0930\u094D\u0921), \u0938\u094D\u0928\u094B\u092C\u0949\u0932, \u0913\u0930\u093F\u090F\u0902\u091F\u0932 \u092B\u0949\u0930\u094D\u091A\u094D\u092F\u0942\u0928, \u092B\u093C\u0941\u091F\u0942, \u091F\u093E\u0907\u0917\u0930 \u0938\u092E\u0941\u0926\u093E\u092F) \u0915\u0947 \u0926\u093E\u0939\u093F\u0928\u0947 \u0915\u0949\u0932\u092E \u092E\u0947\u0902 \u092A\u094D\u0930\u0926\u0930\u094D\u0936\u093F\u0924 \u0939\u094B\u0902\u0917\u0947\u0964',verifyService:"\u0938\u0947\u0935\u093E \u0915\u093E \u092A\u0930\u0940\u0915\u094D\u0937\u0923 \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u092F\u0939\u093E\u0902 \u0915\u094D\u0932\u093F\u0915 \u0915\u0930\u0947\u0902",verified:"\u0938\u0924\u094D\u092F\u093E\u092A\u0928 \u0938\u092B\u0932","field.langs":"\u0938\u092E\u0930\u094D\u0925\u093F\u0924 \u092D\u093E\u0937\u093E \u0915\u094B\u0921","field.model":"\u0928\u092E\u0942\u0928\u093E","field.translationEngine":"\u0905\u0928\u0941\u0935\u093E\u0926 \u0907\u0902\u091C\u0928","field.limitPerMinute":"\u092A\u094D\u0930\u0924\u093F \u092E\u093F\u0928\u091F \u0905\u0928\u0941\u0930\u094B\u0927\u094B\u0902 \u0915\u0940 \u0905\u0927\u093F\u0915\u0924\u092E \u0938\u0902\u0916\u094D\u092F\u093E","field.limitPerSecond":"\u092A\u094D\u0930\u0924\u093F \u0938\u0947\u0915\u0902\u0921 \u0905\u0928\u0941\u0930\u094B\u0927\u094B\u0902 \u0915\u0940 \u0905\u0927\u093F\u0915\u0924\u092E \u0938\u0902\u0916\u094D\u092F\u093E","field.maxTextLengthPerRequest":"\u092A\u094D\u0930\u0924\u093F \u0905\u0928\u0941\u0930\u094B\u0927 \u0905\u0927\u093F\u0915\u0924\u092E \u092A\u093E\u0920 \u0932\u0902\u092C\u093E\u0908","field.maxTextGroupLengthPerRequest":"\u092A\u094D\u0930\u0924\u093F \u0905\u0928\u0941\u0930\u094B\u0927 \u092A\u0948\u0930\u093E\u0917\u094D\u0930\u093E\u092B \u0915\u0940 \u0905\u0927\u093F\u0915\u0924\u092E \u0938\u0902\u0916\u094D\u092F\u093E","field.apiUrl":"\u0915\u0938\u094D\u091F\u092E \u090F\u092A\u0940\u0906\u0908 \u0907\u0902\u091F\u0930\u092B\u093C\u0947\u0938 \u092A\u0924\u093E","field.placeholderDelimiters":"\u0906\u0930\u0915\u094D\u0937\u093F\u0924 \u092A\u094D\u0932\u0947\u0938\u0939\u094B\u0932\u094D\u0921\u0930","description.custom":"\u0915\u0938\u094D\u091F\u092E \u0907\u0902\u091F\u0930\u092B\u093C\u0947\u0938 \u090F\u0915\u094D\u0938\u0947\u0938 \u0915\u0947 \u0932\u093F\u090F \u0938\u0902\u0926\u0930\u094D\u092D \u0926\u0938\u094D\u0924\u093E\u0935\u0947\u091C\u093C\u094B\u0902 \u0915\u0940 \u0906\u0935\u0936\u094D\u092F\u0915\u0924\u093E \u0939\u0948","description.limitPerMinute":"\u091C\u092C \u0905\u0928\u0941\u0930\u094B\u0927\u094B\u0902 \u0915\u0940 \u0938\u0902\u0916\u094D\u092F\u093E \u0907\u0938 \u0938\u0940\u092E\u093E \u0938\u0947 \u0905\u0927\u093F\u0915 \u0939\u094B \u091C\u093E\u0924\u0940 \u0939\u0948, \u0924\u094B \u092F\u0939 \u0905\u0917\u0932\u0947 \u092E\u093F\u0928\u091F \u0915\u0940 \u0936\u0941\u0930\u0941\u0906\u0924 \u0924\u0915 \u0915\u0924\u093E\u0930 \u0938\u094D\u0925\u093F\u0924\u093F \u092E\u0947\u0902 \u092A\u094D\u0930\u0935\u0947\u0936 \u0915\u0930\u0947\u0917\u0940\u0964 OpenAI \u0915\u0940 \u0935\u0930\u094D\u0924\u092E\u093E\u0928 \u0938\u0947\u0935\u093E \u0915\u0940 \u0935\u093F\u092D\u093F\u0928\u094D\u0928 \u0938\u0940\u092E\u093E\u0913\u0902 \u0915\u0947 \u0915\u093E\u0930\u0923, \u0915\u0943\u092A\u092F\u093E \u092F\u0939\u093E\u0902 <1> \u0915\u094D\u0932\u093F\u0915 \u0915\u0930\u0947\u0902 \u0928\u0935\u0940\u0928\u0924\u092E \u0905\u0928\u0941\u0936\u0902\u0938\u093F\u0924 \u092E\u093E\u0928 \u0926\u0947\u0916\u0947\u0902","description.limitPerSecond":"\u091C\u092C \u0905\u0928\u0941\u0930\u094B\u0927\u094B\u0902 \u0915\u0940 \u0938\u0902\u0916\u094D\u092F\u093E \u0907\u0938 \u0938\u0940\u092E\u093E \u0938\u0947 \u0905\u0927\u093F\u0915 \u0939\u094B \u091C\u093E\u0924\u0940 \u0939\u0948, \u0924\u094B \u092F\u0939 \u0905\u0917\u0932\u0947 \u0938\u0947\u0915\u0902\u0921 \u0915\u0940 \u0936\u0941\u0930\u0941\u0906\u0924 \u0924\u0915 \u0915\u0924\u093E\u0930 \u0938\u094D\u0925\u093F\u0924\u093F \u092E\u0947\u0902 \u092A\u094D\u0930\u0935\u0947\u0936 \u0915\u0930\u0947\u0917\u0940\u0964 OpenAI \u0915\u0940 \u0935\u0930\u094D\u0924\u092E\u093E\u0928 \u0938\u0947\u0935\u093E \u0915\u0940 \u0935\u093F\u092D\u093F\u0928\u094D\u0928 \u0938\u0940\u092E\u093E\u0913\u0902 \u0915\u0947 \u0915\u093E\u0930\u0923, \u0915\u0943\u092A\u092F\u093E \u092F\u0939\u093E\u0902 <1> \u0915\u094D\u0932\u093F\u0915 \u0915\u0930\u0947\u0902 \u0928\u0935\u0940\u0928\u0924\u092E \u0905\u0928\u0941\u0936\u0902\u0938\u093F\u0924 \u092E\u093E\u0928 \u0926\u0947\u0916\u0947\u0902","description.generalLimitPerSecond":"\u091C\u092C \u0905\u0928\u0941\u0930\u094B\u0927\u094B\u0902 \u0915\u0940 \u0938\u0902\u0916\u094D\u092F\u093E \u0907\u0938 \u0938\u0940\u092E\u093E \u0938\u0947 \u0905\u0927\u093F\u0915 \u0939\u094B \u091C\u093E\u0924\u0940 \u0939\u0948, \u0924\u094B \u092F\u0939 \u0905\u0917\u0932\u0947 \u0938\u0947\u0915\u0902\u0921 \u0915\u0940 \u0936\u0941\u0930\u0941\u0906\u0924 \u0924\u0915 \u0915\u0924\u093E\u0930 \u0938\u094D\u0925\u093F\u0924\u093F \u092E\u0947\u0902 \u092A\u094D\u0930\u0935\u0947\u0936 \u0915\u0930\u0947\u0917\u0940\u0964","description.prompt":"\u0909\u092A\u092F\u094B\u0917\u0915\u0930\u094D\u0924\u093E \u0915\u0940 \u092A\u0939\u091A\u093E\u0928 \u092E\u0947\u0902 {service} \u0915\u094B \u092D\u0947\u091C\u0940 \u0917\u0908 \u0935\u093E\u0930\u094D\u0924\u093E\u0932\u093E\u092A, \u091C\u093F\u0938\u092E\u0947\u0902 {{text}} \u092A\u0948\u0930\u093E\u0917\u094D\u0930\u093E\u092B \u0915\u093E \u092A\u093E\u0920 \u0938\u093E\u092E\u0917\u094D\u0930\u0940 \u0915\u094B \u0926\u0930\u094D\u0936\u093E\u0924\u093E \u0939\u0948, {{from}} \u092A\u0948\u0930\u093E\u0917\u094D\u0930\u093E\u092B \u0915\u0940 \u092D\u093E\u0937\u093E \u0915\u094B \u0926\u0930\u094D\u0936\u093E\u0924\u093E \u0939\u0948, \u0914\u0930 {{to}} \u0932\u0915\u094D\u0937\u094D\u092F \u092D\u093E\u0937\u093E \u0915\u094B \u0926\u0930\u094D\u0936\u093E\u0924\u093E \u0939\u0948\u0964","description.maxTextLengthPerRequest":"\u092A\u094D\u0930\u0924\u093F \u0905\u0928\u0941\u0930\u094B\u0927 \u0935\u0930\u094D\u0923\u094B\u0902 \u0915\u0940 \u0905\u0927\u093F\u0915\u0924\u092E \u0938\u0902\u0916\u094D\u092F\u093E\u0964 \u092F\u0926\u093F \u092F\u0939 \u092C\u0939\u0941\u0924 \u092C\u0921\u093C\u093E \u0939\u0948, \u0924\u094B \u0907\u0902\u091F\u0930\u092B\u093C\u0947\u0938 \u0915\u0940 \u092A\u094D\u0930\u0924\u093F\u0915\u094D\u0930\u093F\u092F\u093E \u0927\u0940\u092E\u0940 \u0939\u094B \u091C\u093E\u090F\u0917\u0940, \u0907\u0938\u0932\u093F\u090F \u0906\u092A \u0917\u0924\u093F \u0915\u094B \u0905\u0928\u0941\u0915\u0942\u0932\u093F\u0924 \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u0907\u0938 \u0935\u093F\u0915\u0932\u094D\u092A \u0915\u094B \u0938\u092E\u093E\u092F\u094B\u091C\u093F\u0924 \u0915\u0930\u0928\u0947 \u0915\u093E \u092A\u094D\u0930\u092F\u093E\u0938 \u0915\u0930 \u0938\u0915\u0924\u0947 \u0939\u0948\u0902\u0964","description.systemPrompt":"\u0913\u092A\u0928\u090F\u0906\u0908 \u0915\u094B \u0938\u093F\u0938\u094D\u091F\u092E \u0915\u0947 \u0930\u0942\u092A \u092E\u0947\u0902 \u092C\u093E\u0924\u091A\u0940\u0924 \u092D\u0947\u091C\u0940 \u0917\u0908, \u091C\u0939\u093E\u0902 {{text}} \u092A\u0948\u0930\u093E\u0917\u094D\u0930\u093E\u092B \u0915\u0940 \u092A\u093E\u0920\u094D\u092F \u0938\u093E\u092E\u0917\u094D\u0930\u0940 \u0915\u093E \u092A\u094D\u0930\u0924\u093F\u0928\u093F\u0927\u093F\u0924\u094D\u0935 \u0915\u0930\u0924\u093E \u0939\u0948,{{from}} \u092A\u0948\u0930\u093E\u0917\u094D\u0930\u093E\u092B \u0915\u0940 \u092D\u093E\u0937\u093E \u0915\u093E \u092A\u094D\u0930\u0924\u093F\u0928\u093F\u0927\u093F\u0924\u094D\u0935 \u0915\u0930\u0924\u093E \u0939\u0948, \u0914\u0930{{to}} \u0932\u0915\u094D\u0937\u094D\u092F \u092D\u093E\u0937\u093E \u0915\u093E \u092A\u094D\u0930\u0924\u093F\u0928\u093F\u0927\u093F\u0924\u094D\u0935 \u0915\u0930\u0924\u093E \u0939\u0948","field.domain":"\u092E\u0948\u0926\u093E\u0928","description.domain":"\u0921\u093F\u092B\u093C\u0949\u0932\u094D\u091F\uFF1A\u0938\u093E\u092E\u093E\u0928\u094D\u092F \u0939\u0948. \u0907\u0938\u0947 \u0915\u0947\u0935\u0932 \u0924\u092D\u0940 \u0938\u0947\u091F \u0915\u093F\u092F\u093E \u091C\u093E \u0938\u0915\u0924\u093E \u0939\u0948 \u091C\u092C Youdao API \u0915\u0902\u0938\u094B\u0932 \u092E\u0947\u0902 \u0921\u094B\u092E\u0947\u0928-\u0906\u0927\u093E\u0930\u093F\u0924 \u0905\u0928\u0941\u0935\u093E\u0926 \u0938\u0915\u094D\u0937\u092E \u0939\u094B\u0964 \u0938\u092E\u0930\u094D\u0925\u093F\u0924 \u092B\u093C\u0940\u0932\u094D\u0921 \u0915\u0947 \u0932\u093F\u090F, \u0915\u0943\u092A\u092F\u093E \u092F\u0939\u093E\u0902 <1> \u0926\u0947\u0916\u0947\u0902\u0964","field.scene":"\u092A\u0930\u094D\u0926\u0947","description.scene":"\u0921\u093F\u092B\u093C\u0949\u0932\u094D\u091F\uFF1A\u0938\u093E\u092E\u093E\u0928\u094D\u092F \u0939\u0948. \u0907\u0938\u0947 \u0915\u0947\u0935\u0932 \u0924\u092D\u0940 \u0938\u0947\u091F \u0915\u093F\u092F\u093E \u091C\u093E \u0938\u0915\u0924\u093E \u0939\u0948 \u091C\u092C \u0905\u0932\u0940\u092C\u093E\u092C\u093E \u0915\u094D\u0932\u093E\u0909\u0921 \u090F\u092A\u0940\u0906\u0908 \u0915\u0902\u0938\u094B\u0932 \u092E\u0947\u0902 \u092E\u0936\u0940\u0928\u0940 \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u093E \u092A\u0947\u0936\u0947\u0935\u0930 \u0938\u0902\u0938\u094D\u0915\u0930\u0923 \u0938\u0915\u094D\u0930\u093F\u092F \u0939\u094B\u0964 \u0938\u092E\u0930\u094D\u0925\u093F\u0924 \u092A\u0930\u093F\u0926\u0943\u0936\u094D\u092F\u094B\u0902 \u0915\u0947 \u0932\u093F\u090F \u092F\u0939\u093E\u0902 <1> \u0926\u0947\u0916\u0947\u0902\u0964","field.vocabId":"\u0909\u092A\u092F\u094B\u0917\u0915\u0930\u094D\u0924\u093E \u0936\u092C\u094D\u0926\u0915\u094B\u0936 \u0906\u0908\u0921\u0940","description.vocabId":"\u0928\u093F\u0930\u094D\u0926\u093F\u0937\u094D\u091F \u0936\u092C\u094D\u0926\u0915\u094B\u0936 \u0906\u0909\u091F_\u0906\u0908\u0921\u0940 \u0935\u0930\u094D\u0924\u092E\u093E\u0928 \u092E\u0947\u0902 \u0905\u0902\u0917\u094D\u0930\u0947\u091C\u0940-\u091A\u0940\u0928\u0940 \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u093E \u0938\u092E\u0930\u094D\u0925\u0928 \u0915\u0930\u0924\u093E \u0939\u0948\u0964","description.model":"OpenAI \u0915\u093E \u092E\u0949\u0921\u0932 gpt-3.5-\u091F\u0930\u094D\u092C\u094B, gpt-4 \u0906\u0926\u093F \u0939\u094B \u0938\u0915\u0924\u093E \u0939\u0948\u0964","description.maxTextGroupLengthPerRequest":"\u0939\u0930 \u092C\u093E\u0930 \u0905\u0928\u0941\u0935\u093E\u0926 \u0938\u0947\u0935\u093E \u0915\u094B \u092D\u0947\u091C\u0947 \u0917\u090F \u092A\u0948\u0930\u093E\u0917\u094D\u0930\u093E\u092B\u094B\u0902 \u0915\u0940 \u0938\u0902\u0916\u094D\u092F\u093E\u0964 \u092F\u0926\u093F \u092C\u0939\u0941\u0924 \u0938\u093E\u0930\u0947 \u092A\u0948\u0930\u093E\u0917\u094D\u0930\u093E\u092B \u0939\u0948\u0902, \u0924\u094B \u0907\u0902\u091F\u0930\u092B\u093C\u0947\u0938 \u0915\u0940 \u092A\u094D\u0930\u0924\u093F\u0915\u094D\u0930\u093F\u092F\u093E \u0927\u0940\u092E\u0940 \u0939\u094B \u0938\u0915\u0924\u0940 \u0939\u0948\u0964","description.apiUrl":"\u0915\u0943\u092A\u092F\u093E \u092A\u0925 \u0915\u0947 \u0938\u093E\u0925 \u090F\u0915 \u0935\u093F\u0936\u093F\u0937\u094D\u091F \u092F\u0942\u0906\u0930\u090F\u0932 \u091C\u094B\u0921\u093C\u0947\u0902, <1> \u0905\u0927\u093F\u0915 \u0928\u093F\u0930\u094D\u0926\u0947\u0936",enabledExtension:"\u090F\u0915\u094D\u0938\u091F\u0947\u0902\u0936\u0928 \u0938\u0915\u094D\u0937\u092E",clickToDisableExtension:"\u090F\u0915\u094D\u0938\u091F\u0947\u0902\u0936\u0928 \u0905\u0915\u094D\u0937\u092E \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u0915\u094D\u0932\u093F\u0915 \u0915\u0930\u0947\u0902",clickToEnableExtension:"\u090F\u0915\u094D\u0938\u091F\u0947\u0902\u0936\u0928 \u0938\u0915\u094D\u0937\u092E \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u0915\u094D\u0932\u093F\u0915 \u0915\u0930\u0947\u0902",hasBeenDisabled:"\u0905\u0915\u094D\u0937\u092E","show password":"\u092A\u093E\u0938\u0935\u0930\u094D\u0921 \u0926\u093F\u0916\u093E\u090F",customContent:"\u0915\u0938\u094D\u091F\u092E \u092E\u0949\u0921\u0932 \u0928\u093E\u092E \u0926\u0930\u094D\u091C \u0915\u0930\u0947\u0902",inputOptions:"\u0907\u0928\u092A\u0941\u091F \u092C\u0949\u0915\u094D\u0938 \u0938\u0902\u0935\u0930\u094D\u0926\u094D\u0927\u0928",mouseHoverOptions:"\u092E\u093E\u0909\u0938 \u0915\u0947 \u090A\u092A\u0930",modifyMouseHoverKey:"\u092E\u093E\u0909\u0938\u0913\u0935\u0930 \u0936\u0949\u0930\u094D\u091F\u0915\u091F \u0915\u0941\u0902\u091C\u093F\u092F\u094B\u0902 \u0915\u094B \u0938\u0902\u0936\u094B\u0927\u093F\u0924 \u0915\u0930\u0947\u0902",enableInputTranslation:"\u0907\u0928\u092A\u0941\u091F \u092C\u0949\u0915\u094D\u0938 \u090F\u0928\u094D\u0939\u093E\u0902\u0938\u092E\u0947\u0902\u091F \u0938\u0915\u094D\u0937\u092E \u0915\u0930\u0928\u093E \u0939\u0948 \u092F\u093E \u0928\u0939\u0940\u0902",enableInputTranslationDescription:"{trailingKey}\u0938\u0915\u094D\u0937\u092E \u0915\u0930\u0928\u0947 \u0915\u0947 \u092C\u093E\u0926, \u0938\u0940\u0927\u0947 \u0907\u0928\u092A\u0941\u091F \u092C\u0949\u0915\u094D\u0938 \u092E\u0947\u0902 {startingKey}{startingKey} \u0939\u0948\u0932\u094B \u0926\u0930\u094D\u091C \u0915\u0930\u0947\u0902, \u0914\u0930 \u092B\u093F\u0930 \u0907\u0938\u0947 {inputTargetLanguage}\u092E\u0947\u0902 \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u091C\u0932\u094D\u0926\u0940 \u0938\u0947{inputTrailingTriggerKeyRepeatTimes}\u092A\u0930 \u0926\u094B \u092C\u093E\u0930 \u0915\u094D\u0932\u093F\u0915 \u0915\u0930\u0947\u0902\u0964",enableInputTranslationDescriptionForNoneKey:"\u0907\u0938\u0947 \u0938\u0915\u094D\u0937\u092E \u0915\u0930\u0928\u0947{trailingKey}, \u0938\u0940\u0927\u0947 \u0907\u0928\u092A\u0941\u091F \u092C\u0949\u0915\u094D\u0938 \u092E\u0947\u0902\uFF1A\u0939\u0948\u0932\u094B \u0935\u0930\u094D\u0932\u094D\u0921 \u0926\u0930\u094D\u091C \u0915\u0930\u0947\u0902, \u0914\u0930 \u092B\u093F\u0930 \u0921\u093F\u092B\u093C\u0949\u0932\u094D\u091F \u0932\u0915\u094D\u0937\u094D\u092F \u092D\u093E\u0937\u093E \u092E\u0947\u0902 \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u091C\u0932\u094D\u0926\u0940 \u0938\u0947{inputTrailingTriggerKeyRepeatTimes}\u092C\u093E\u0930 \u0915\u094D\u0932\u093F\u0915 \u0915\u0930\u0947\u0902\u0964",inputTargetLanguage:"\u0907\u0928\u092A\u0941\u091F \u092C\u0949\u0915\u094D\u0938 \u0915\u0940 \u0921\u093F\u092B\u093C\u0949\u0932\u094D\u091F \u0932\u0915\u094D\u0937\u094D\u092F \u092D\u093E\u0937\u093E \u0938\u0947\u091F \u0915\u0930\u0947\u0902",inputTargetLanguageDescription:"\u0907\u0928\u092A\u0941\u091F \u092C\u0949\u0915\u094D\u0938 \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0947 \u0932\u093F\u090F \u0921\u093F\u092B\u093C\u0949\u0932\u094D\u091F \u0932\u0915\u094D\u0937\u094D\u092F \u092D\u093E\u0937\u093E, \u091C\u094B \u091F\u094D\u0930\u093F\u0917\u0930 \u0936\u092C\u094D\u0926\u094B\u0902 \u0915\u0947 \u0932\u093F\u090F \u0921\u093F\u092B\u093C\u0949\u0932\u094D\u091F \u092D\u093E\u0937\u093E \u0915\u0947 \u0930\u0942\u092A \u092E\u0947\u0902 {startingKey}{startingKey} \u0939\u0948",inputTargetLanguageDescriptionForNoneKey:"\u0907\u0928\u092A\u0941\u091F \u092C\u0949\u0915\u094D\u0938 \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0947 \u0932\u093F\u090F \u0921\u093F\u092B\u093C\u0949\u0932\u094D\u091F \u0932\u0915\u094D\u0937\u094D\u092F \u092D\u093E\u0937\u093E",inputStartingTriggerKeyTitle:"\u0907\u0928\u092A\u0941\u091F \u092C\u0949\u0915\u094D\u0938 \u0915\u0947 \u0906\u0902\u0936\u093F\u0915 \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0947 \u0932\u093F\u090F \u0935\u093F\u092D\u093E\u091C\u0928 \u0935\u0930\u094D\u0923 \u0938\u0947\u091F \u0915\u0930\u0947\u0902",inputStartingTriggerKeyDescription:"\u091C\u092C \u0906\u092A\u0915\u094B \u092A\u0942\u0930\u0947 \u0907\u0928\u092A\u0941\u091F \u092C\u0949\u0915\u094D\u0938 \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0928\u0947 \u0915\u0940 \u0906\u0935\u0936\u094D\u092F\u0915\u0924\u093E \u0928\u0939\u0940\u0902 \u0939\u094B\u0924\u0940 \u0939\u0948, \u0924\u094B \u0921\u093F\u0932\u0940\u092E\u0940\u091F\u0930 \u0906\u092A\u0915\u094B \u0915\u0947\u0935\u0932 {startingKey}{startingKey} \u0938\u0947 \u0907\u0928\u092A\u0941\u091F \u092C\u0949\u0915\u094D\u0938 \u0915\u0947 \u0905\u0902\u0924 \u0924\u0915 \u0915\u0947 \u092D\u093E\u0917 \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0928\u0947 \u0915\u0940 \u0905\u0928\u0941\u092E\u0924\u093F \u0926\u0947\u0924\u093E \u0939\u0948, \u092F\u093E \u0906\u092A \u092D\u093E\u0937\u093E \u0915\u094B\u0921 \u0928\u093F\u0930\u094D\u0926\u093F\u0937\u094D\u091F \u0915\u0930 \u0938\u0915\u0924\u0947 \u0939\u0948\u0902, \u0909\u0926\u093E\u0939\u0930\u0923 \u0915\u0947 \u0932\u093F\u090F,\uFF1A{startingKey}ja \u0915\u093E \u0905\u0930\u094D\u0925 \u0915\u0947\u0935\u0932 \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0928\u093E \u0939\u0948 {startingKey}ja \u0938\u0947 \u0907\u0928\u092A\u0941\u091F \u092C\u0949\u0915\u094D\u0938 \u0915\u0947 \u0905\u0902\u0924 \u0924\u0915 \u0915\u093E \u092D\u093E\u0917\u0964",inputStartingTriggerKeyDescriptionForNoneKey:"\u0935\u0930\u094D\u0924\u092E\u093E\u0928 \u092E\u0947\u0902 \u0907\u0938\u0947 \u0915\u093F\u0938\u0940 \u0909\u092A\u0938\u0930\u094D\u0917 \u0915\u0940 \u0906\u0935\u0936\u094D\u092F\u0915\u0924\u093E \u0928\u0939\u0940\u0902 \u0939\u0948, \u0914\u0930 \u0907\u0928\u092A\u0941\u091F \u092C\u0949\u0915\u094D\u0938 \u0915\u0947 \u0915\u0941\u091B \u092A\u093E\u0920 \u0905\u0928\u0941\u0935\u093E\u0926 \u092B\u093C\u0902\u0915\u094D\u0936\u0928 \u0905\u0938\u094D\u0925\u093E\u092F\u0940 \u0930\u0942\u092A \u0938\u0947 \u0905\u0928\u0941\u092A\u0932\u092C\u094D\u0927 \u0939\u0948\u0902\u0964",inputTrailingTriggerKeyTitle:"\u090F\u0915 \u091F\u094D\u0930\u093F\u0917\u0930 \u0935\u0930\u094D\u0923 \u091A\u0941\u0928\u0947\u0902 \u091C\u094B \u0907\u0928\u092A\u0941\u091F \u0915\u094B \u0938\u092E\u093E\u092A\u094D\u0924 \u0915\u0930\u0924\u093E \u0939\u0948",inputTrailingTriggerKeyDescription:"\u0924\u094D\u0935\u0930\u093F\u0924 \u0909\u0924\u094D\u0924\u0930\u093E\u0927\u093F\u0915\u093E\u0930 \u092E\u0947\u0902{trailingKey} 3 \u092C\u093E\u0930 \u0939\u093F\u091F \u0915\u0930\u0928\u0947 \u0938\u0947 \u0905\u0928\u0941\u0935\u093E\u0926 \u0936\u0941\u0930\u0942 \u0939\u094B \u091C\u093E\u090F\u0917\u093E",inputTrailingTriggerKeyTimeout:"\u0915\u0949\u092E\u094D\u092C\u094B \u0915\u094B \u0938\u092E\u093E\u092A\u094D\u0924 \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u091F\u094D\u0930\u093F\u0917\u0930\u094D\u0938 \u0915\u0947 \u092C\u0940\u091A \u0905\u0902\u0924\u0930\u093E\u0932 \u0926\u0930\u094D\u091C \u0915\u0930\u0947\u0902\u0964",inputTrailingTriggerKeyTimeoutDescription:"\u0915\u0949\u092E\u094D\u092C\u094B \u091F\u094D\u0930\u093F\u0917\u0930 \u0915\u094B \u0938\u092E\u093E\u092A\u094D\u0924 \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u0907\u0928\u092A\u0941\u091F \u0915\u0947 \u0932\u093F\u090F \u0905\u0902\u0924\u0930\u093E\u0932 \u0938\u092E\u092F (\u092E\u093F\u0932\u0940\u0938\u0947\u0915\u0902\u0921) \u0928\u093F\u0930\u094D\u0927\u093E\u0930\u093F\u0924 \u0915\u0930\u0947\u0902",spaceKey:"<\u0938\u094D\u092A\u0947\u0938\u092C\u093E\u0930>",noneKey:"\u0915\u093F\u0938\u0940 \u0909\u092A\u0938\u0930\u094D\u0917 \u0915\u0940 \u0906\u0935\u0936\u094D\u092F\u0915\u0924\u093E \u0928\u0939\u0940\u0902 \u0939\u0948, \u0938\u0940\u0927\u0947 \u0938\u0902\u092A\u0942\u0930\u094D\u0923 \u091F\u0947\u0915\u094D\u0938\u094D\u091F \u092C\u0949\u0915\u094D\u0938 \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0947\u0902",inputTranslationBlockUrlsTitle:"\u092F\u0942\u0906\u0930\u090F\u0932 \u092E\u0947\u0902 \u0907\u0928\u092A\u0941\u091F \u092B\u093C\u0940\u0932\u094D\u0921 \u090F\u0928\u094D\u0939\u093E\u0902\u0938\u092E\u0947\u0902\u091F \u0915\u094B \u0915\u092D\u0940 \u092D\u0940 \u0938\u0915\u094D\u0937\u092E \u0928 \u0915\u0930\u0947\u0902",inputTranslationBlockUrlsDescription:"\u0928\u093F\u092E\u094D\u0928\u0932\u093F\u0916\u093F\u0924 \u092F\u0942\u0906\u0930\u090F\u0932 \u092E\u0947\u0902, \u0907\u0928\u092A\u0941\u091F \u092C\u0949\u0915\u094D\u0938 \u090F\u0928\u094D\u0939\u093E\u0902\u0938\u092E\u0947\u0902\u091F \u092A\u094D\u0930\u092D\u093E\u0935\u0940 \u0928\u0939\u0940\u0902 \u0939\u094B\u0917\u093E",clickToSeeQuickDemo:"30 \u0938\u0947\u0915\u0902\u0921 \u0915\u0947 \u0924\u094D\u0935\u0930\u093F\u0924 \u0928\u093F\u0930\u094D\u0926\u0947\u0936 \u0935\u0940\u0921\u093F\u092F\u094B \u0915\u093E \u0935\u093F\u0938\u094D\u0924\u093E\u0930 \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u0915\u094D\u0932\u093F\u0915 \u0915\u0930\u0947\u0902",inputHelperInfo:"\u0928\u094B\u091F\uFF1A: \u0939\u092E\u0928\u0947 \u0935\u093F\u0936\u0947\u0937 \u0930\u0942\u092A \u0938\u0947 \u0909\u0938 \u092E\u0941\u0926\u094D\u0926\u0947 \u0915\u094B \u0905\u0928\u0941\u0915\u0942\u0932\u093F\u0924 \u0915\u093F\u092F\u093E \u0939\u0948 \u091C\u0939\u093E\u0902 \u0915\u0941\u091B \u091F\u094D\u0930\u093F\u0917\u0930 \u0935\u0930\u094D\u0923 \u091A\u0940\u0928\u0940 \u0907\u0928\u092A\u0941\u091F \u092A\u0926\u094D\u0927\u0924\u093F \u0915\u0947 \u0924\u0939\u0924 \u091A\u0940\u0928\u0940 \u0935\u093F\u0930\u093E\u092E \u091A\u093F\u0939\u094D\u0928\u094B\u0902 \u092E\u0947\u0902 \u092C\u0926\u0932 \u091C\u093E\u090F\u0902\u0917\u0947\u0964 \u0909\u0926\u093E\u0939\u0930\u0923 \u0915\u0947 \u0932\u093F\u090F, \u0938\u094B\u0917\u094C \u0907\u0928\u092A\u0941\u091F \u092A\u0926\u094D\u0927\u0924\u093F \u0915\u0947 \u0924\u0939\u0924, / \u090F\u0915 \u0935\u093F\u0930\u093E\u092E \u092E\u0947\u0902 \u092C\u0926\u0932 \u091C\u093E\u090F\u0917\u093E, \u0914\u0930 \u0907\u092E\u0930\u094D\u0938\u093F\u0935 \u0905\u0928\u0941\u0935\u093E\u0926 \u0938\u0902\u092C\u0902\u0927\u093F\u0924 \u0938\u092D\u0940 \u091A\u0940\u0928\u0940 \u092A\u094D\u0930\u0924\u0940\u0915\u094B\u0902 \u0915\u093E \u0938\u092E\u0930\u094D\u0925\u0928 \u0915\u0930\u0924\u093E \u0939\u0948 \u091F\u094D\u0930\u093F\u0917\u0930 \u0935\u0930\u094D\u0923\u0964 , \u092F\u093E\u0928\u0940, //,, \u0914\u0930 \u0938\u092D\u0940 \u0915\u094B \u091F\u094D\u0930\u093F\u0917\u0930 \u0935\u0930\u094D\u0923 \u0915\u0947 \u0930\u0942\u092A \u092E\u0947\u0902 \u092A\u0939\u091A\u093E\u0928\u093E \u091C\u093E\u090F\u0917\u093E\u0964

\u0938\u093E\u0925 \u0939\u0940, \u0939\u092E \u0915\u092E\u093E\u0902\u0921 \u0915\u0947 \u0930\u0942\u092A \u092E\u0947\u0902 \u092D\u093E\u0937\u093E \u0915\u094B\u0921 \u0915\u0947 \u091A\u0940\u0928\u0940 \u0909\u092A\u0928\u093E\u092E\u094B\u0902 \u0915\u093E \u092D\u0940 \u0938\u092E\u0930\u094D\u0925\u0928 \u0915\u0930\u0924\u0947 \u0939\u0948\u0902\u0964 \u0909\u0926\u093E\u0939\u0930\u0923 \u0915\u0947 \u0932\u093F\u090F, /\u091C\u093E\u092A\u093E\u0928\u0940 \u0939\u0948\u0932\u094B \u0935\u0930\u094D\u0932\u094D\u0921 \u0915\u093E \u091C\u093E\u092A\u093E\u0928\u0940 \u092E\u0947\u0902 \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u093F\u092F\u093E \u091C\u093E\u090F\u0917\u093E\u0964 <1> \u0938\u092D\u0940 \u0938\u092E\u0930\u094D\u0925\u093F\u0924 \u092D\u093E\u0937\u093E \u0915\u094B\u0921 \u0926\u0947\u0916\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u092F\u0939\u093E\u0902 \u0915\u094D\u0932\u093F\u0915 \u0915\u0930\u0947\u0902\u0964 .",reloadCurrentPage:"\u0915\u0943\u092A\u092F\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0936\u0941\u0930\u0942 \u0915\u0930\u0928\u0947 \u0938\u0947 \u092A\u0939\u0932\u0947 \u0935\u0930\u094D\u0924\u092E\u093E\u0928 \u092A\u0943\u0937\u094D\u0920 \u0915\u094B \u0924\u093E\u091C\u093C\u093E \u0915\u0930\u0947\u0902",noLocalFilePermissionForPDF:"\u0935\u0930\u094D\u0924\u092E\u093E\u0928 \u092E\u0947\u0902 \u0939\u092E\u093E\u0930\u0947 \u092A\u093E\u0938 \u0938\u094D\u0925\u093E\u0928\u0940\u092F \u092B\u093C\u093E\u0907\u0932\u0947\u0902 \u092A\u0922\u093C\u0928\u0947 \u0915\u0940 \u0905\u0928\u0941\u092E\u0924\u093F \u0928\u0939\u0940\u0902 \u0939\u0948\u0964 \u0915\u0943\u092A\u092F\u093E \u090A\u092A\u0930 \u0926\u093F\u090F \u0917\u090F \u092C\u091F\u0928 \u092A\u0930 \u0915\u094D\u0932\u093F\u0915 \u0915\u0930\u0947\u0902 \u0914\u0930 \u0938\u094D\u0925\u093E\u0928\u0940\u092F \u092B\u093C\u093E\u0907\u0932\u0947\u0902 \u0906\u092F\u093E\u0924 \u0915\u0930\u0947\u0902\u0964",noPermissionForThisPage:"\u26A0\uFE0F \u0935\u0930\u094D\u0924\u092E\u093E\u0928 \u092A\u0943\u0937\u094D\u0920 \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0928\u0947 \u0915\u0940 \u0905\u0928\u0941\u092E\u0924\u093F \u0928\u0939\u0940\u0902",retryAllParagraphs:"\u0938\u092D\u0940 \u0924\u094D\u0930\u0941\u091F\u093F \u092A\u0948\u0930\u093E\u0917\u094D\u0930\u093E\u092B \u092A\u0941\u0928\u0903 \u092A\u094D\u0930\u092F\u093E\u0938 \u0915\u0930\u0947\u0902",retryAllButton:"\u0938\u092D\u0940 \u0924\u094D\u0930\u0941\u091F\u093F \u092A\u0948\u0930\u093E\u0917\u094D\u0930\u093E\u092B \u092A\u0941\u0928\u0903 \u092A\u094D\u0930\u092F\u093E\u0938 \u0915\u0930\u0947\u0902",errorTooltipTitle:"\u0924\u094D\u0930\u0941\u091F\u093F \u0915\u093E \u0915\u093E\u0930\u0923 \u0926\u0947\u0916\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u0915\u094D\u0932\u093F\u0915 \u0915\u0930\u0947\u0902",errorModalTitle:"\u0910\u0938\u093E \u0932\u0917\u0924\u093E \u0939\u0948 \u0915\u093F \u0905\u0928\u0941\u0935\u093E\u0926 \u0938\u0947\u0935\u093E \u092F\u093E \u0928\u0947\u091F\u0935\u0930\u094D\u0915 \u092E\u0947\u0902 \u0915\u0941\u091B \u0917\u0921\u093C\u092C\u0921\u093C \u0939\u0948...",disableConfirm:"\u0926\u094D\u0935\u093F\u092D\u093E\u0937\u0940 \u0938\u0942\u091A\u0928\u093E \u0938\u0902\u0935\u0930\u094D\u0926\u094D\u0927\u0928 \u0938\u0947\u091F\u093F\u0902\u0917\u094D\u0938",disableOnce:"\u0907\u0938 \u092C\u093E\u0930 \u0905\u0915\u094D\u0937\u092E",disableGlobal:"\u0938\u094D\u0925\u093E\u092F\u0940 \u0930\u0942\u092A \u0938\u0947 \u0905\u0915\u094D\u0937\u092E",disableTint:"* \u0906\u092A \u0907\u0938\u0947 {option} \u092E\u0947\u0902 \u092A\u0941\u0928\u0903 \u0938\u0915\u094D\u0937\u092E \u0915\u0930 \u0938\u0915\u0924\u0947 \u0939\u0948\u0902\u0964",searchEnhancementNotes:"\u0939\u092E\u0928\u0947 \u092A\u093E\u092F\u093E \u0915\u093F \u091A\u0940\u0928\u0940 \u0915\u0940\u0935\u0930\u094D\u0921 \u0914\u0930 \u0905\u0902\u0917\u094D\u0930\u0947\u091C\u0940 \u0915\u0940\u0935\u0930\u094D\u0921 \u0915\u0947 \u0932\u093F\u090F \u0938\u092E\u093E\u091A\u093E\u0930 \u092A\u0930\u093F\u0923\u093E\u092E \u092C\u0939\u0941\u0924 \u0905\u0932\u0917 \u0939\u0948\u0902\u0964 \u0907\u092E\u0930\u094D\u0938\u093F\u0935 \u091F\u094D\u0930\u093E\u0902\u0938\u0932\u0947\u0936\u0928 \u0926\u094D\u0935\u093F\u092D\u093E\u0937\u0940 \u0938\u0942\u091A\u0928\u093E \u0938\u0902\u0935\u0930\u094D\u0926\u094D\u0927\u0928 \u092B\u093C\u0902\u0915\u094D\u0936\u0928 \u0915\u094B \u0938\u0915\u094D\u0937\u092E \u0915\u0930\u0928\u0947 \u0915\u0947 \u092C\u093E\u0926, \u0939\u092E \u0938\u092E\u0930\u094D\u0925\u093F\u0924 \u0935\u0947\u092C\u0938\u093E\u0907\u091F\u094B\u0902 (Google \u0938\u092E\u093E\u091A\u093E\u0930, Google \u0916\u094B\u091C (\u0915\u0941\u091B \u0915\u0940\u0935\u0930\u094D\u0921), \u0938\u094D\u0928\u094B\u092C\u0949\u0932, \u0913\u0930\u093F\u090F\u0902\u091F\u0932 \u092B\u0949\u0930\u094D\u091A\u094D\u092F\u0942\u0928 \u0928\u0947\u091F\u0935\u0930\u094D\u0915, \u092B\u093C\u0941\u091F\u0942) \u092A\u0930 \u0916\u094B\u091C \u0915\u0930\u0947\u0902\u0917\u0947 , \u091F\u093E\u0907\u0917\u0930) \u0938\u094D\u0935\u091A\u093E\u0932\u093F\u0924 \u0930\u0942\u092A \u0938\u0947 \u0906\u092A\u0915\u0947 \u0932\u093F\u090F \u0905\u0902\u0917\u094D\u0930\u0947\u091C\u0940 \u092E\u0947\u0902 \u0938\u092E\u093E\u0928 \u0915\u0940\u0935\u0930\u094D\u0921 \u0916\u094B\u091C\u0924\u093E \u0939\u0948 \u0914\u0930 \u0909\u0928\u094D\u0939\u0947\u0902 \u0926\u093E\u0908\u0902 \u0913\u0930 \u092A\u094D\u0930\u0926\u0930\u094D\u0936\u093F\u0924 \u0915\u0930\u0924\u093E \u0939\u0948\u0964 \u092F\u0926\u093F \u0906\u092A\u0915\u094B \u0907\u0938 \u0938\u0941\u0935\u093F\u0927\u093E \u0915\u0940 \u0906\u0935\u0936\u094D\u092F\u0915\u0924\u093E \u0928\u0939\u0940\u0902 \u0939\u0948, \u0924\u094B \u0906\u092A \u0907\u0938\u0947 \u0905\u0915\u094D\u0937\u092E \u0915\u0930\u0928\u093E \u091A\u0941\u0928 \u0938\u0915\u0924\u0947 \u0939\u0948\u0902\u0964",option:"\u0938\u094D\u0925\u093E\u092A\u093F\u0924 \u0915\u0930\u0928\u093E",saveSettings:"\u0938\u0947\u091F\u093F\u0902\u0917\u094D\u0938 \u0938\u0947\u0935 \u0915\u0930\u0947\u0902",closeModal:"\u0916\u093F\u0921\u093C\u0915\u0940 \u092C\u0902\u0926 \u0915\u0930\u094B",enableInputTranslationWithoutTriggerKeyTitle:"\u0924\u094D\u0935\u0930\u093F\u0924 \u0915\u0949\u092E\u094D\u092C\u094B \u0915\u094B 3 \u0917\u0941\u0928\u093E{trailingKey}\u0938\u0915\u094D\u0937\u092E \u0915\u0930\u0947\u0902, \u0938\u0902\u092A\u0942\u0930\u094D\u0923 \u0907\u0928\u092A\u0941\u091F \u092C\u0949\u0915\u094D\u0938 \u0915\u094B \u0938\u0940\u0927\u0947{inputTargetLanguage}\u092E\u0947\u0902 \u0905\u0928\u0941\u0935\u093E\u0926\u093F\u0924 \u0915\u0930\u0947\u0902",enableInputTranslationWithoutTriggerKeyDescription:"\u092F\u0926\u093F \u0906\u092A\u0915\u094B \u0932\u0915\u094D\u0937\u094D\u092F \u092D\u093E\u0937\u093E \u0928\u093F\u0930\u094D\u0926\u093F\u0937\u094D\u091F \u0915\u0930\u0928\u0947 \u0915\u0940 \u0906\u0935\u0936\u094D\u092F\u0915\u0924\u093E \u0939\u0948, \u0924\u094B \u0915\u0943\u092A\u092F\u093E \u0938\u093E\u092E\u0928\u0947 \u092D\u093E\u0937\u093E \u0915\u094B\u0921 \u091C\u094B\u0921\u093C\u0947\u0902, \u091C\u0948\u0938\u0947\uFF1Aja \u0939\u0947\u0932\u094B \u0935\u0930\u094D\u0932\u094D\u0921",mouseHoverShortcutPlaceholder:"\u091C\u0948\u0938\u0947\uFF1A\u0936\u093F\u092B\u094D\u091F",deepLProName:"\u0907\u092E\u0930\u094D\u0938\u093F\u0935 \u091F\u094D\u0930\u093E\u0902\u0938\u0932\u0947\u0936\u0928 \u092A\u094D\u0930\u094B \u0938\u0926\u0938\u094D\u092F (\u0905\u0928\u0941\u0936\u0902\u0938\u093F\u0924)",deepLProDescription:"\u0935\u0930\u094D\u0924\u092E\u093E\u0928 \u092A\u0948\u0915\u0947\u091C \u0915\u093E \u0938\u0940\u0927\u0947 \u0909\u092A\u092F\u094B\u0917 \u0915\u093F\u092F\u093E \u091C\u093E \u0938\u0915\u0924\u093E \u0939\u0948",deeplProDescriptionForNormal:"\u0915\u093F\u0938\u0940 \u0938\u0947\u091F\u093F\u0902\u0917 \u0915\u0940 \u0906\u0935\u0936\u094D\u092F\u0915\u0924\u093E \u0928\u0939\u0940\u0902 \u0939\u0948\u0964 \u0906\u092A \u0938\u0926\u0938\u094D\u092F \u0915\u0947 \u0930\u0942\u092A \u092E\u0947\u0902 \u0932\u0949\u0917 \u0907\u0928 \u0915\u0930\u0928\u0947 \u0915\u0947 \u092C\u093E\u0926 \u0907\u0938\u0915\u093E \u0909\u092A\u092F\u094B\u0917 \u0915\u0930 \u0938\u0915\u0924\u0947 \u0939\u0948\u0902\u0964 <1> \u0938\u0926\u0938\u094D\u092F \u092E\u0947\u0902 \u0905\u092A\u0917\u094D\u0930\u0947\u0921 \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u092F\u0939\u093E\u0902 \u0915\u094D\u0932\u093F\u0915 \u0915\u0930\u0947\u0902\u0964",deepLCustomDescription:"\u0906\u092A\u0915\u094B \u090F\u0915 \u0935\u093F\u0926\u0947\u0936\u0940 \u0915\u094D\u0930\u0947\u0921\u093F\u091F \u0915\u093E\u0930\u094D\u0921 \u0915\u0940 \u0906\u0935\u0936\u094D\u092F\u0915\u0924\u093E \u0939\u0948, <1>\u0921\u0940\u092A\u090F\u0932 \u092A\u0930 \u091C\u093E\u090F\u0902 \u0906\u0927\u093F\u0915\u093E\u0930\u093F\u0915 \u0924\u094C\u0930 \u092A\u0930 \u0916\u094B\u0932\u093E \u0917\u092F\u093E, <2> \u0926\u0938\u094D\u0924\u093E\u0935\u0947\u091C\u093C \u0926\u0947\u0916\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u0915\u094D\u0932\u093F\u0915 \u0915\u0930\u0947\u0902",deepLCustomName:"\u0915\u0938\u094D\u091F\u092E \u092A\u094D\u0930\u093E\u092E\u093E\u0923\u093F\u0915 \u0915\u0941\u0902\u091C\u0940",chooseProviderLabel:"\u090F\u0915 \u0938\u0947\u0935\u093E \u092A\u094D\u0930\u0926\u093E\u0924\u093E \u091A\u0941\u0928\u0947\u0902",openaiProName:"\u0907\u092E\u0930\u094D\u0938\u093F\u0935 \u091F\u094D\u0930\u093E\u0902\u0938\u0932\u0947\u0936\u0928 \u092A\u094D\u0930\u094B \u0938\u0926\u0938\u094D\u092F (\u0905\u0928\u0941\u0936\u0902\u0938\u093F\u0924)",openaiProDescription:"\u0935\u0930\u094D\u0924\u092E\u093E\u0928 \u092A\u0948\u0915\u0947\u091C \u0915\u093E \u0938\u0940\u0927\u0947 \u0909\u092A\u092F\u094B\u0917 \u0915\u093F\u092F\u093E \u091C\u093E \u0938\u0915\u0924\u093E \u0939\u0948",openaiProDescriptionForNormal:"\u0915\u093F\u0938\u0940 \u0938\u0947\u091F\u093F\u0902\u0917 \u0915\u0940 \u0906\u0935\u0936\u094D\u092F\u0915\u0924\u093E \u0928\u0939\u0940\u0902 \u0939\u0948\u0964 \u0906\u092A \u0938\u0926\u0938\u094D\u092F \u0915\u0947 \u0930\u0942\u092A \u092E\u0947\u0902 \u0932\u0949\u0917 \u0907\u0928 \u0915\u0930\u0928\u0947 \u0915\u0947 \u092C\u093E\u0926 \u0907\u0938\u0915\u093E \u0909\u092A\u092F\u094B\u0917 \u0915\u0930 \u0938\u0915\u0924\u0947 \u0939\u0948\u0902\u0964 <1> \u0938\u0926\u0938\u094D\u092F \u092E\u0947\u0902 \u0905\u092A\u0917\u094D\u0930\u0947\u0921 \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u092F\u0939\u093E\u0902 \u0915\u094D\u0932\u093F\u0915 \u0915\u0930\u0947\u0902\u0964",openaiCustomDescription:"\u0907\u0938\u0947 OpenAI, Azure OpenAI, \u092F\u093E \u0905\u0928\u094D\u092F \u0924\u0943\u0924\u0940\u092F-\u092A\u0915\u094D\u0937 \u0938\u0947\u0935\u093E\u0913\u0902 \u0938\u0947 \u092A\u094D\u0930\u093E\u092A\u094D\u0924 \u0915\u093F\u092F\u093E \u091C\u093E \u0938\u0915\u0924\u093E \u0939\u0948\u0964 <1> \u0926\u0938\u094D\u0924\u093E\u0935\u0947\u091C\u093C \u0926\u0947\u0916\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u092F\u0939\u093E\u0902 \u0915\u094D\u0932\u093F\u0915 \u0915\u0930\u0947\u0902\u0964",openaiCustomName:"\u0915\u0938\u094D\u091F\u092E \u090F\u092A\u0940\u0906\u0908 \u0915\u0941\u0902\u091C\u0940",needLoginAction:"(\u0938\u0926\u0938\u094D\u092F\u0924\u093E \u0926\u0930\u094D\u091C \u0915\u0930\u0947\u0902 \u092F\u093E \u0905\u0928\u0941\u0915\u0942\u0932\u093F\u0924 \u0915\u0930\u0947\u0902)",goLoginOrAction:"(\u0938\u0926\u0938\u094D\u092F\u0924\u093E \u0926\u0930\u094D\u091C \u0915\u0930\u0947\u0902 \u092F\u093E \u0938\u0947\u091F\u093F\u0902\u0917\u094D\u0938 \u092A\u0930 \u091C\u093E\u090F\u0902)",yearly:"\u0938\u0924\u0924 \u0935\u093E\u0930\u094D\u0937\u093F\u0915 \u0938\u0926\u0938\u094D\u092F\u0924\u093E",quarterly:"\u0932\u0917\u093E\u0924\u093E\u0930 \u090B\u0924\u0941\u090F\u0901",monthly:"\u0928\u093F\u0930\u0902\u0924\u0930 \u092E\u093E\u0938\u093F\u0915 \u0938\u0926\u0938\u094D\u092F\u0924\u093E",yearlyForOnce:"\u090F\u0915\u092E\u0941\u0936\u094D\u0924 \u0935\u093E\u0930\u094D\u0937\u093F\u0915 \u092A\u0948\u0915\u0947\u091C",monthlyForOnce:"\u090F\u0915\u092E\u0941\u0936\u094D\u0924 \u092E\u093E\u0938\u093F\u0915 \u092A\u0948\u0915\u0947\u091C",daily:"\u0932\u0917\u093E\u0924\u093E\u0930 \u0926\u094B \u0926\u093F\u0928",year:"\u0938\u0924\u0924 \u0935\u093E\u0930\u094D\u0937\u093F\u0915 \u0938\u0926\u0938\u094D\u092F\u0924\u093E",quarter:"\u0932\u0917\u093E\u0924\u093E\u0930 \u090B\u0924\u0941\u090F\u0901",month:"\u0928\u093F\u0930\u0902\u0924\u0930 \u092E\u093E\u0938\u093F\u0915 \u0938\u0926\u0938\u094D\u092F\u0924\u093E",day:"\u0932\u0917\u093E\u0924\u093E\u0930 \u0926\u094B \u0926\u093F\u0928",onetime_7day:"7 \u0926\u093F\u0928 \u0915\u093E \u091F\u094D\u0930\u093E\u092F\u0932 \u092A\u0948\u0915\u0947\u091C",currentPlanDescriptionForFree:"\u0935\u0930\u094D\u0924\u092E\u093E\u0928 \u092A\u0948\u0915\u0947\u091C\uFF1A\u0928\u093F\u0903\u0936\u0941\u0932\u094D\u0915 \u0939\u0948",currentPlanDescriptionForContinuous:"\u0935\u0930\u094D\u0924\u092E\u093E\u0928 \u092A\u0948\u0915\u0947\u091C\uFF1A{plan}\u0939\u0948 \u0914\u0930 {endAt} \u0915\u094B \u0938\u094D\u0935\u091A\u093E\u0932\u093F\u0924 \u0930\u0942\u092A \u0938\u0947 \u0928\u0935\u0940\u0928\u0940\u0915\u0943\u0924 \u0939\u094B \u091C\u093E\u090F\u0917\u093E",currentPlanDescriptionForAutoRenewCaceling:"\u0935\u0930\u094D\u0924\u092E\u093E\u0928 \u092A\u0948\u0915\u0947\u091C\uFF1A{plan}\u0939\u0948 \u0914\u0930 {endAt} \u0915\u094B \u0938\u092E\u093E\u092A\u094D\u0924 \u0939\u094B \u091C\u093E\u090F\u0917\u093E\u0964 \u0938\u092E\u093E\u092A\u094D\u0924\u093F \u0915\u0947 \u092C\u093E\u0926 \u0907\u0938\u0947 \u0938\u094D\u0935\u091A\u093E\u0932\u093F\u0924 \u0930\u0942\u092A \u0938\u0947 \u0928\u0935\u0940\u0928\u0940\u0915\u0943\u0924 \u0928\u0939\u0940\u0902 \u0915\u093F\u092F\u093E \u091C\u093E\u090F\u0917\u093E\u0964",currentYearlyPlanDescriptionForAutoRenewCacelingWithRealPaiedUser:"\u0935\u0930\u094D\u0924\u092E\u093E\u0928 \u092A\u0948\u0915\u0947\u091C\uFF1A{plan} {endAt} \u0915\u094B \u0938\u092E\u093E\u092A\u094D\u0924 \u0939\u094B \u091C\u093E\u090F\u0917\u093E \u0914\u0930 \u0938\u092E\u093E\u092A\u094D\u0924\u093F \u0915\u0947 \u092C\u093E\u0926 \u0938\u094D\u0935\u091A\u093E\u0932\u093F\u0924 \u0930\u0942\u092A \u0938\u0947 \u0928\u0935\u0940\u0928\u0940\u0915\u0943\u0924 \u0928\u0939\u0940\u0902 \u0915\u093F\u092F\u093E \u091C\u093E\u090F\u0917\u093E\u0964
<1>\u0928\u0935\u0940\u0915\u0930\u0923 \u092F\u094B\u091C\u0928\u093E\u0913\u0902 \u0915\u094B \u092A\u094D\u0930\u092C\u0902\u0927\u093F\u0924 \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u092F\u0939\u093E\u0902 \u0915\u094D\u0932\u093F\u0915 \u0915\u0930\u0947\u0902",currentYearlyPlanDescriptionForAutoRenewCacelingWithAdmin:"\u0935\u0930\u094D\u0924\u092E\u093E\u0928 \u092A\u0948\u0915\u0947\u091C\uFF1A{plan} {endAt} \u0915\u094B \u0938\u092E\u093E\u092A\u094D\u0924 \u0939\u094B \u091C\u093E\u090F\u0917\u093E \u0914\u0930 \u0938\u092E\u093E\u092A\u094D\u0924\u093F \u0915\u0947 \u092C\u093E\u0926 \u0938\u094D\u0935\u091A\u093E\u0932\u093F\u0924 \u0930\u0942\u092A \u0938\u0947 \u0928\u0935\u0940\u0928\u0940\u0915\u0943\u0924 \u0928\u0939\u0940\u0902 \u0915\u093F\u092F\u093E \u091C\u093E\u090F\u0917\u093E\u0964
<1>\u0928\u093F\u0930\u0902\u0924\u0930 \u0935\u093E\u0930\u094D\u0937\u093F\u0915 \u0938\u0926\u0938\u094D\u092F\u0924\u093E \u0938\u0915\u094D\u0930\u093F\u092F \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u092F\u0939\u093E\u0902 \u0915\u094D\u0932\u093F\u0915 \u0915\u0930\u0947\u0902",currentPlanDescriptionForOneTime:"\u0935\u0930\u094D\u0924\u092E\u093E\u0928 \u092A\u0948\u0915\u0947\u091C\uFF1A{plan}\u0939\u0948 \u0914\u0930 {endAt} \u0915\u094B \u0938\u092E\u093E\u092A\u094D\u0924 \u0939\u094B \u091C\u093E\u090F\u0917\u093E\u0964 <1> \u0935\u093E\u0930\u094D\u0937\u093F\u0915 \u0936\u0941\u0932\u094D\u0915 \u092E\u0947\u0902 \u0905\u092A\u0917\u094D\u0930\u0947\u0921 \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u092F\u0939\u093E\u0902 \u0915\u094D\u0932\u093F\u0915 \u0915\u0930\u0947\u0902 \u092F\u093E <2> \u092E\u093E\u0938\u093F\u0915 \u0936\u0941\u0932\u094D\u0915 \u0938\u0926\u0938\u094D\u092F",upgradePlan:"\u092A\u094D\u0930\u094B \u0938\u0926\u0938\u094D\u092F\u0924\u093E \u092E\u0947\u0902 \u0905\u092A\u0917\u094D\u0930\u0947\u0921 \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u092F\u0939\u093E\u0902 \u0915\u094D\u0932\u093F\u0915 \u0915\u0930\u0947\u0902",upgradeToPro:"\u092A\u094D\u0930\u094B \u0938\u0926\u0938\u094D\u092F\u0924\u093E \u092E\u0947\u0902 \u0905\u092A\u0917\u094D\u0930\u0947\u0921 \u0915\u0930\u0947\u0902","popup.openPro":"\u092A\u094D\u0930\u094B \u0938\u0926\u0938\u094D\u092F\u0924\u093E \u092E\u0947\u0902 \u0905\u092A\u0917\u094D\u0930\u0947\u0921 \u0915\u0930\u0928\u0947 \u0915\u0947 \u092C\u093E\u0926, \u0906\u092A \u0921\u0940\u092A\u090F\u0932 \u0914\u0930 \u0913\u092A\u0928\u090F\u0906\u0908 \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u093E \u0906\u0928\u0902\u0926 \u0932\u0947 \u0938\u0915\u0924\u0947 \u0939\u0948\u0902, \u0905\u092A\u0917\u094D\u0930\u0947\u0921 \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u092F\u0939\u093E\u0902 \u0915\u094D\u0932\u093F\u0915 \u0915\u0930\u0947\u0902","popup.openProForPro":"\u0906\u092A \u090F\u0915 \u092A\u094D\u0930\u094B \u0938\u0926\u0938\u094D\u092F \u0939\u0948\u0902 \u0914\u0930 \u0938\u0940\u0927\u0947 \u0921\u0940\u092A\u090F\u0932 \u0914\u0930 \u0913\u092A\u0928\u090F\u0906\u0908 \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u093E \u0909\u092A\u092F\u094B\u0917 \u0915\u0930 \u0938\u0915\u0924\u0947 \u0939\u0948\u0902",currentAccount:"\u091A\u093E\u0932\u0942 \u0916\u093E\u0924\u093E",enableAutoSyncUserSettings:"\u090F\u0915\u093E\u0927\u093F\u0915 \u0921\u093F\u0935\u093E\u0907\u0938\u094B\u0902 \u092A\u0930 \u0938\u094D\u0935\u091A\u093E\u0932\u093F\u0924 \u0915\u094D\u0932\u093E\u0909\u0921 \u0938\u093F\u0902\u0915 \u0938\u0915\u094D\u0937\u092E \u0915\u0930\u0947\u0902",modalEnableInputTranslationTitle:"\u0907\u092E\u0930\u094D\u0938\u093F\u0935 \u091F\u094D\u0930\u093E\u0902\u0938\u0932\u0947\u0936\u0928 \u0907\u0928\u092A\u0941\u091F \u092C\u0949\u0915\u094D\u0938 \u091F\u094D\u0930\u093E\u0902\u0938\u0932\u0947\u0936\u0928 \u092F\u0941\u0915\u094D\u0924\u093F\u092F\u093E\u0901",modalEnableInputTranslationDesc:"\u0906\u092A\u0928\u0947 \u0938\u094D\u092A\u0947\u0938 \u092C\u093E\u0930 \u0915\u094B \u0932\u0917\u093E\u0924\u093E\u0930 \u0924\u0940\u0928 \u092C\u093E\u0930 \u0926\u092C\u093E\u0915\u0930 \u0907\u092E\u0930\u094D\u0938\u093F\u0935 \u091F\u094D\u0930\u093E\u0902\u0938\u0932\u0947\u0936\u0928 \u0915\u0947 \u0907\u0928\u092A\u0941\u091F \u092C\u0949\u0915\u094D\u0938 \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u094B \u091F\u094D\u0930\u093F\u0917\u0930 \u0915\u093F\u092F\u093E \u0939\u0948, \u0914\u0930 \u0907\u0928\u092A\u0941\u091F \u092C\u0949\u0915\u094D\u0938 \u0915\u0940 \u0938\u093E\u092E\u0917\u094D\u0930\u0940 \u0915\u094B \u0921\u093F\u092B\u093C\u0949\u0932\u094D\u091F \u0932\u0915\u094D\u0937\u094D\u092F \u092D\u093E\u0937\u093E \u092E\u0947\u0902 \u0905\u0928\u0941\u0935\u093E\u0926\u093F\u0924 \u0915\u093F\u092F\u093E \u091C\u093E\u090F\u0917\u093E\u0964 \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u094B Ctrl+Z \u0915\u0947 \u092E\u093E\u0927\u094D\u092F\u092E \u0938\u0947 \u092A\u0942\u0930\u094D\u0935\u0935\u0924 \u0915\u093F\u092F\u093E \u091C\u093E \u0938\u0915\u0924\u093E \u0939\u0948\u0964

\u092F\u0926\u093F \u092F\u0939 \u090F\u0915 \u0917\u0932\u0924\u0940 \u0939\u0948, \u0924\u094B \u091A\u093F\u0902\u0924\u093E \u0928 \u0915\u0930\u0947\u0902, \u0906\u092A \u0907\u0938 \u092C\u093E\u0930 \u0907\u0938\u0947 \u0905\u0915\u094D\u0937\u092E \u0915\u0930\u0928\u093E \u091A\u0941\u0928 \u0938\u0915\u0924\u0947 \u0939\u0948\u0902, \u092F\u093E \u0907\u0928\u092A\u0941\u091F \u092C\u0949\u0915\u094D\u0938 \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u094B \u0938\u094D\u0925\u093E\u092F\u0940 \u0930\u0942\u092A \u0938\u0947 \u0905\u0915\u094D\u0937\u092E \u0915\u0930 \u0938\u0915\u0924\u0947 \u0939\u0948\u0902\u0964",saveAndNotShowAgain:"\u0938\u0939\u0947\u091C\u0947\u0902 \u0914\u0930 \u0926\u094B\u092C\u093E\u0930\u093E \u0938\u0902\u0915\u0947\u0924 \u0928 \u0926\u0947\u0902",disableInputTranslationTips:"* \u0906\u092A {option} ,{learnMore}\u092E\u0947\u0902 \u091F\u094D\u0930\u093F\u0917\u0930 \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u0905\u0928\u094D\u092F \u0936\u0949\u0930\u094D\u091F\u0915\u091F \u0915\u0941\u0902\u091C\u093F\u092F\u093E\u0901 \u092D\u0940 \u0938\u0947\u091F \u0915\u0930 \u0938\u0915\u0924\u0947 \u0939\u0948\u0902\u0964",learnMore:"\u0914\u0930 \u091C\u093E\u0928\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u092F\u0939\u093E\u0902 \u0915\u094D\u0932\u093F\u0915 \u0915\u0930\u0947\u0902",continueEnalbeInputTranslation:"\u0907\u0928\u092A\u0941\u091F \u092C\u0949\u0915\u094D\u0938 \u0905\u0928\u0941\u0935\u093E\u0926 \u0938\u0915\u094D\u0937\u092E \u0915\u0930\u0928\u093E \u091C\u093E\u0930\u0940 \u0930\u0916\u0947\u0902",autoRenewTrialSuffix:'(\u092A\u0930\u0940\u0915\u094D\u0937\u0923 \u0915\u0947 \u0926\u094C\u0930\u093E\u0928,\u0924\u0941\u0930\u0902\u0924 \u0914\u092A\u091A\u093E\u0930\u093F\u0915\u092E\u0947\u0902 \u0905\u092A\u0917\u094D\u0930\u0947\u0921 \u0915\u0930 \u0926\u093F\u092F\u093E \u091C\u093E\u090F\u0917\u093E)',upgradeFromTrialTitle:"\u0906\u0927\u093F\u0915\u093E\u0930\u093F\u0915 \u0938\u0926\u0938\u094D\u092F \u0915\u0947 \u0930\u0942\u092A \u092E\u0947\u0902 \u0905\u092A\u0917\u094D\u0930\u0947\u0921 \u0915\u0930\u0947\u0902",subtitle:"\u0935\u0940\u0921\u093F\u092F\u094B \u0909\u092A\u0936\u0940\u0930\u094D\u0937\u0915",youtubeService:"\u0907\u092E\u0930\u094D\u0938\u093F\u0935 \u0905\u0928\u0941\u0935\u093E\u0926 \u0935\u0940\u0921\u093F\u092F\u094B \u0909\u092A\u0936\u0940\u0930\u094D\u0937\u0915 \u0905\u0928\u0941\u0935\u093E\u0926 \u0938\u0947\u0935\u093E","subtitle.disabledSubtitle":"\u0935\u0940\u0921\u093F\u092F\u094B \u0909\u092A\u0936\u0940\u0930\u094D\u0937\u0915 \u0915\u094B \u0938\u094D\u0925\u093E\u092F\u0940 \u0930\u0942\u092A \u0938\u0947 \u0905\u0915\u094D\u0937\u092E \u0915\u0930\u0947\u0902","subtitle.disabledSubtitleDescription":"\u092F\u0926\u093F \u0907\u092E\u0930\u094D\u0938\u093F\u0935 \u091F\u094D\u0930\u093E\u0902\u0938\u0932\u0947\u0936\u0928 \u0915\u0947 \u0935\u0940\u0921\u093F\u092F\u094B \u0909\u092A\u0936\u0940\u0930\u094D\u0937\u0915 \u0905\u0928\u094D\u092F \u090F\u0915\u094D\u0938\u091F\u0947\u0902\u0936\u0928 \u0915\u0947 \u0938\u093E\u0925 \u0938\u0902\u0918\u0930\u094D\u0937 \u0915\u0930\u0924\u0947 \u0939\u0948\u0902, \u0924\u094B \u0906\u092A \u0907\u092E\u0930\u094D\u0938\u093F\u0935 \u091F\u094D\u0930\u093E\u0902\u0938\u0932\u0947\u0936\u0928 \u0915\u0947 \u0935\u0940\u0921\u093F\u092F\u094B \u0909\u092A\u0936\u0940\u0930\u094D\u0937\u0915 \u092B\u093C\u0902\u0915\u094D\u0936\u0928 \u0915\u094B \u0938\u094D\u0925\u093E\u092F\u0940 \u0930\u0942\u092A \u0938\u0947 \u0905\u0915\u094D\u0937\u092E \u0915\u0930\u0928\u093E \u092F\u093E \u0905\u0928\u094D\u092F \u0935\u093F\u0930\u094B\u0927\u093E\u092D\u093E\u0938\u0940 \u090F\u0915\u094D\u0938\u091F\u0947\u0902\u0936\u0928 \u0915\u094B \u0905\u0928\u0907\u0902\u0938\u094D\u091F\u0949\u0932 \u0915\u0930\u0928\u093E \u091A\u0941\u0928 \u0938\u0915\u0924\u0947 \u0939\u0948\u0902\u0964","subtitle.autoEnableSubtitle":"\u0938\u094D\u0935\u091A\u093E\u0932\u093F\u0924 \u0930\u0942\u092A \u0938\u0947 \u0926\u094D\u0935\u093F\u092D\u093E\u0937\u0940 \u0909\u092A\u0936\u0940\u0930\u094D\u0937\u0915 \u0915\u093E \u0909\u092A\u092F\u094B\u0917 \u0915\u0930\u0947\u0902","subtitle.autoEnableSubtitleDescription":"\u0938\u0915\u094D\u0930\u093F\u092F \u0915\u0930\u0928\u0947 \u0915\u0947 \u092C\u093E\u0926, \u091C\u092C \u0935\u0940\u0921\u093F\u092F\u094B \u091A\u0932 \u0930\u0939\u093E \u0939\u094B\u0924\u093E \u0939\u0948, \u0924\u094B \u0938\u094D\u0935\u091A\u093E\u0932\u093F\u0924 \u0930\u0942\u092A \u0938\u0947 \u0926\u094D\u0935\u093F\u092D\u093E\u0937\u0940\u092F \u0909\u092A\u0936\u0940\u0930\u094D\u0937\u0915 \u0926\u093F\u0916\u093E\u0908 \u0926\u0947\u0902\u0917\u0947, \u0905\u0928\u094D\u092F\u0925\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u092C\u091F\u0928 \u092A\u0930 \u0915\u094D\u0932\u093F\u0915 \u0915\u0930\u0928\u0947 \u0915\u0940 \u0906\u0935\u0936\u094D\u092F\u0915\u0924\u093E \u0939\u094B\u0917\u0940\u0964","subtitle.preTranslation":"\u0909\u092A\u0936\u0940\u0930\u094D\u0937\u0915 \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u0907\u092E\u0930\u094D\u0938\u093F\u0935 \u091F\u094D\u0930\u093E\u0902\u0938\u0932\u0947\u0936\u0928 \u0915\u093E \u0909\u092A\u092F\u094B\u0917 \u0915\u0930\u0947\u0902","subtitle.preTranslationDescription":"\u0907\u0938\u0947 \u0938\u0915\u094D\u0937\u092E \u0915\u0930\u0928\u0947 \u0915\u0947 \u092C\u093E\u0926, \u0928\u0940\u091A\u0947 \u0926\u0940 \u0917\u0908 \u0928\u093F\u0930\u094D\u0926\u093F\u0937\u094D\u091F \u0905\u0928\u0941\u0935\u093E\u0926 \u0938\u0947\u0935\u093E \u0915\u093E \u0909\u092A\u092F\u094B\u0917 \u0938\u0902\u092A\u0942\u0930\u094D\u0923 \u0909\u092A\u0936\u0940\u0930\u094D\u0937\u0915 \u0915\u093E \u0905\u0917\u094D\u0930\u093F\u092E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u0915\u093F\u092F\u093E \u091C\u093E\u090F\u0917\u093E\u0964 \u090F\u0915 \u0918\u0902\u091F\u0947 \u0915\u093E \u0935\u0940\u0921\u093F\u092F\u094B \u0932\u0917\u092D\u0917 50,000 \u091F\u094B\u0915\u0928 \u092F\u093E \u0935\u0930\u094D\u0923\u094B\u0902 \u0915\u093E \u0909\u092A\u092D\u094B\u0917 \u0915\u0930\u0924\u093E \u0939\u0948, \u0907\u0938\u0932\u093F\u090F \u0915\u0943\u092A\u092F\u093E \u0907\u0938\u0947 \u0909\u092A\u092F\u0941\u0915\u094D\u0924 \u0915\u0947 \u0930\u0942\u092A \u092E\u0947\u0902 \u0909\u092A\u092F\u094B\u0917 \u0915\u0930\u0947\u0902; \u0907\u0938\u0947 \u092C\u0902\u0926 \u0915\u0930\u0928\u0947 \u0915\u0947 \u092C\u093E\u0926, \u092E\u0936\u0940\u0928 \u0938\u0947 \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u093F\u092F\u093E \u091C\u093E\u090F\u0917\u093E \u092E\u0942\u0932 \u0935\u0940\u0921\u093F\u092F\u094B \u0915\u0947 \u0938\u093E\u0925 \u0906\u0928\u0947 \u0935\u093E\u0932\u0947 \u0909\u092A\u0936\u0940\u0930\u094D\u0937\u0915 \u0915\u093E \u092A\u0939\u0932\u0947 \u0909\u092A\u092F\u094B\u0917 \u0915\u093F\u092F\u093E \u091C\u093E\u090F\u0917\u093E\u0964","subtitle.humanSubtitlesPreferred":"\u092E\u093E\u0928\u0935 \u0909\u092A\u0936\u0940\u0930\u094D\u0937\u0915 \u0915\u0947 \u0909\u092A\u092F\u094B\u0917 \u0915\u094B \u092A\u094D\u0930\u093E\u0925\u092E\u093F\u0915\u0924\u093E \u0926\u0947\u0902","subtitle.humanSubtitlesPreferredDescription":"\u091C\u092C \u0915\u093F\u0938\u0940 \u0935\u0940\u0921\u093F\u092F\u094B \u092E\u0947\u0902 \u0932\u0915\u094D\u0937\u093F\u0924 \u092D\u093E\u0937\u093E \u092E\u0947\u0902 \u092E\u0948\u0928\u094D\u092F\u0941\u0905\u0932 \u0909\u092A\u0936\u0940\u0930\u094D\u0937\u0915 \u0939\u094B\u0902, \u0924\u094B \u092A\u0939\u0932\u0947 \u092E\u0948\u0928\u094D\u092F\u0941\u0905\u0932 \u0909\u092A\u0936\u0940\u0930\u094D\u0937\u0915 \u0915\u093E \u0909\u092A\u092F\u094B\u0917 \u0915\u0930\u0947\u0902 (\u0905\u0928\u0941\u0936\u0902\u0938\u093F\u0924)",videoSubtitleTranslationDescription:"\u0935\u0940\u0921\u093F\u092F\u094B \u0909\u092A\u0936\u0940\u0930\u094D\u0937\u0915 \u0915\u0947 \u0932\u093F\u090F \u090F\u0915 \u0905\u0932\u0917 \u0905\u0928\u0941\u0935\u093E\u0926 \u0938\u0947\u0935\u093E \u0928\u093E\u092E\u093F\u0924 \u0915\u0930\u0947\u0902",subtitleTranslating:"{service} \u0938\u0947\u0935\u093E \u0915\u093E \u0909\u092A\u092F\u094B\u0917 \u0915\u0930\u0915\u0947 \u0909\u092A\u0936\u0940\u0930\u094D\u0937\u0915 \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930 \u0930\u0939\u0947 \u0939\u0948\u0902, \u0915\u0943\u092A\u092F\u093E \u092A\u094D\u0930\u0924\u0940\u0915\u094D\u0937\u093E \u0915\u0930\u0947\u0902... (\u0907\u092E\u0930\u094D\u0938\u093F\u0935 \u0905\u0928\u0941\u0935\u093E\u0926)",subtitleLoading:"\u0909\u092A\u0936\u0940\u0930\u094D\u0937\u0915 \u0932\u094B\u0921 \u0939\u094B \u0930\u0939\u093E \u0939\u0948...",bilingual:"\u0926\u094D\u0935\u093F\u092D\u093E\u0937\u093F\u0915","field.action":"Baidu \u0936\u092C\u094D\u0926\u093E\u0935\u0932\u0940 \u0915\u094B \u0938\u0915\u094D\u0937\u092E \u0915\u0930\u0928\u093E \u0939\u0948 \u092F\u093E \u0928\u0939\u0940\u0902","description.action":"\u0938\u0915\u094D\u0937\u092E \u0915\u0930\u0928\u0947 \u0915\u0947 \u092C\u093E\u0926, \u0936\u092C\u094D\u0926 \u0915\u094B \u0938\u0915\u094D\u0937\u092E \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F Baidu \u0915\u094B \u0938\u0942\u091A\u093F\u0924 \u0915\u0930\u0928\u0947 \u0915\u0947 \u0905\u0928\u0941\u0930\u094B\u0927 \u092E\u0947\u0902 \u092A\u0948\u0930\u093E\u092E\u0940\u091F\u0930 \u090F\u0915\u094D\u0936\u0928 = 1 \u091C\u094B\u0921\u093C\u093E \u091C\u093E\u090F\u0917\u093E\u0964 <1> \u0915\u0943\u092A\u092F\u093E \u0905\u0927\u093F\u0915 \u0928\u093F\u0930\u094D\u0926\u0947\u0936\u094B\u0902 \u0915\u0947 \u0932\u093F\u090F \u0906\u0927\u093F\u0915\u093E\u0930\u093F\u0915 \u0926\u0938\u094D\u0924\u093E\u0935\u0947\u091C\u093C \u0926\u0947\u0916\u0947\u0902\u0964",closeQuickTranslation:"\u0924\u0948\u0930\u0924\u0940 \u0939\u0941\u0908 \u0917\u0947\u0902\u0926 \u0915\u094B \u092C\u0902\u0926 \u0915\u0930\u0947\u0902","closeQuickTranslation.untilNext":"\u0905\u0917\u0932\u0940 \u092F\u093E\u0924\u094D\u0930\u093E \u0924\u0915 \u092C\u0902\u0926","closeQuickTranslation.currentWebsite":"\u0935\u0930\u094D\u0924\u092E\u093E\u0928 \u0935\u0947\u092C\u0938\u093E\u0907\u091F \u0905\u0915\u094D\u0937\u092E \u0939\u0948","closeQuickTranslation.alwaysClose":"\u0938\u094D\u0925\u093E\u092F\u0940 \u0930\u0942\u092A \u0938\u0947 \u0905\u0915\u094D\u0937\u092E","closeQuickTranslation.settingOpen":"(<1> \u0938\u0947\u091F\u093F\u0902\u0917 \u092A\u0947\u091C \u092A\u0930 \u092A\u093E\u092F\u093E \u091C\u093E \u0938\u0915\u0924\u093E \u0939\u0948 \u091A\u093E\u0932\u0942 \u0915\u0930\u094B)","closeQuickTranslation.cancel":"\u0930\u0926\u094D\u0926 \u0915\u0930\u0928\u093E","closeQuickTranslation.confirm":"\u091C\u093C\u0930\u0942\u0930","floatBall.popup":"\u0924\u094D\u0935\u0930\u093F\u0924 \u0938\u0947\u091F\u093F\u0902\u0917 \u092A\u0948\u0928\u0932 \u0916\u094B\u0932\u0947\u0902","floatBall.translate":"\u0907\u0938 \u092A\u0943\u0937\u094D\u0920 \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u0915\u094D\u0932\u093F\u0915 \u0915\u0930\u0947\u0902","floatBall.showOriginal":"\u092E\u0942\u0932 \u092A\u093E\u0920 \u092A\u0930 \u0935\u093E\u092A\u0938 \u091C\u093E\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u0915\u094D\u0932\u093F\u0915 \u0915\u0930\u0947\u0902","floatBall.close":"\u0924\u0948\u0930\u0924\u0940 \u0939\u0941\u0908 \u0917\u0947\u0902\u0926 \u0915\u094B \u092C\u0902\u0926 \u0915\u0930\u0947\u0902","floatBallOptions.enableDescPc":"\u092A\u0947\u091C \u092B\u093C\u094D\u0932\u094B\u091F\u093F\u0902\u0917 \u092C\u0949\u0932 \u0938\u0915\u094D\u0937\u092E \u0939\u094B\u0928\u0947 \u0915\u0947 \u092C\u093E\u0926, \u092A\u0943\u0937\u094D\u0920 \u0915\u0947 \u0926\u093E\u0908\u0902 \u0913\u0930 \u090F\u0915 \u0924\u094D\u0935\u0930\u093F\u0924 \u0905\u0928\u0941\u0935\u093E\u0926 \u092C\u091F\u0928 \u092A\u094D\u0930\u0926\u0930\u094D\u0936\u093F\u0924 \u0939\u094B\u0917\u093E\u0964 \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u0915\u094D\u0932\u093F\u0915 \u0915\u0930\u0947\u0902\u0964","floatBallOptions.enableDesc":"\u092B\u094D\u0932\u094B\u091F\u093F\u0902\u0917 \u092C\u0949\u0932 \u0915\u094B \u092C\u0902\u0926 \u0915\u0930\u0928\u0947 \u0915\u0947 \u092C\u093E\u0926 \u0907\u0938\u0947{touch}\u0938\u0947 \u091C\u0917\u093E\u092F\u093E \u091C\u093E \u0938\u0915\u0924\u093E \u0939\u0948\u0964 \u0907\u0938 \u0935\u093F\u0915\u0932\u094D\u092A \u0915\u094B \u0917\u0932\u0924\u0940 \u0938\u0947 \u092C\u0902\u0926 \u0915\u0930\u0928\u0947 \u0915\u0947 \u092C\u093E\u0926 \u092B\u094D\u0932\u094B\u091F\u093F\u0902\u0917 \u092C\u0949\u0932 \u0915\u094B \u092E\u093F\u0932\u0928\u0947 \u0938\u0947 \u0930\u094B\u0915\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F, \u0907\u0938 \u0938\u0947\u091F\u093F\u0902\u0917 \u092A\u0947\u091C \u0915\u094B \u092C\u0941\u0915\u092E\u093E\u0930\u094D\u0915 \u0915\u0930\u0928\u0947 \u0915\u0940 \u092A\u0941\u0930\u091C\u094B\u0930 \u0905\u0928\u0941\u0936\u0902\u0938\u093E \u0915\u0940 \u091C\u093E\u0924\u0940 \u0939\u0948\u0964","description.azureApiUrl":"\u0915\u0938\u094D\u091F\u092E \u090F\u092A\u0940\u0906\u0908 \u0907\u0902\u091F\u0930\u092B\u093C\u0947\u0938 \u092A\u0924\u093E \u092D\u0930\u0947\u0902",confirmSupportMouse:"\u092E\u093E\u0909\u0938 \u0938\u092E\u0930\u094D\u0925\u0928 \u0915\u094B \u0938\u0915\u094D\u0937\u092E \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u092C\u093E\u0927\u094D\u092F \u0915\u0930\u0947\u0902",confirmSupportMouseDescription:"\u092F\u0939 \u092A\u093E\u092F\u093E \u0917\u092F\u093E \u0939\u0948 \u0915\u093F \u0935\u0930\u094D\u0924\u092E\u093E\u0928 \u092C\u094D\u0930\u093E\u0909\u091C\u093C\u0930 \u092E\u093E\u0909\u0938 \u092B\u093C\u0902\u0915\u094D\u0936\u0928 \u0915\u093E \u0938\u092E\u0930\u094D\u0925\u0928 \u0928\u0939\u0940\u0902 \u0915\u0930\u0924\u093E \u0939\u0948\u0964 \u0915\u094D\u092F\u093E \u0906\u092A \u092E\u093E\u0909\u0938 \u0938\u092E\u0930\u094D\u0925\u0928 \u0915\u094B \u092C\u0932\u092A\u0942\u0930\u094D\u0935\u0915 \u0938\u0915\u094D\u0937\u092E \u0915\u0930\u0928\u093E \u091A\u093E\u0939\u0924\u0947 \u0939\u0948\u0902?",sampleTargetText:"\u0932\u092E\u094D\u092C\u0940 \u0930\u093E\u0924 \u0906\u0928\u0947 \u0935\u093E\u0932\u0940 \u0939\u0948, \u0914\u0930 \u0905\u092C \u0938\u0947 \u092E\u0948\u0902 \u092E\u0930\u0928\u0947 \u0924\u0915 \u091C\u093E\u0917\u0924\u093E \u0930\u0939\u0942\u0901\u0917\u093E\u0964 \u092E\u0948\u0902 \u0928 \u092A\u0924\u094D\u0928\u0940 \u0932\u0942\u0901\u0917\u093E, \u0928 \u091C\u093E\u0917\u0940\u0930, \u0928 \u092C\u091A\u094D\u091A\u0947\u0964 \u092E\u0948\u0902 \u0915\u094B\u0908 \u0924\u093E\u091C \u0928\u0939\u0940\u0902 \u092A\u0939\u0928\u0942\u0902\u0917\u093E \u092F\u093E \u0938\u092E\u094D\u092E\u093E\u0928 \u0915\u0947 \u0932\u093F\u090F \u092A\u094D\u0930\u0924\u093F\u0938\u094D\u092A\u0930\u094D\u0927\u093E \u0928\u0939\u0940\u0902 \u0915\u0930\u0942\u0902\u0917\u093E\u0964 \u092E\u0948\u0902 \u0905\u092A\u0928\u093E \u0915\u0930\u094D\u0924\u0935\u094D\u092F \u0928\u093F\u0937\u094D\u0920\u093E\u092A\u0942\u0930\u094D\u0935\u0915 \u0928\u093F\u092D\u093E\u090A\u0902\u0917\u093E, \u091C\u093F\u090A\u0902\u0917\u093E \u0914\u0930 \u092E\u0930\u0942\u0902\u0917\u093E\u0964",sampleSourceText:"Night gathers, and now my watch begins. It shall not end until my death. I shall take no wife, hold no lands, father no children. I shall wear no crowns and win no glory. I shall live and die at my post.","subtitle.supportedSites":"\u5DF2\u652F\u6301\u5728\u8FD9\u4E9B\u7F51\u7AD9\u4F7F\u7528\u53CC\u8BED\u5B57\u5E55\uFF08\u6CE8\u610F\uFF1A\u7531\u4E8E\u6280\u672F\u9650\u5236\uFF0C\u90E8\u5206\u7F51\u7AD9\u5728\u9996\u6B21\u5F00\u542F\u5B57\u5E55\u540E\u9700\u8981\u91CD\u65B0\u5237\u65B0\u9875\u9762\uFF0C\u6216\u8005\u9700\u7B49\u5F85\u7FFB\u8BD1\u5B8C\u6210\u4EE5\u663E\u793A\u53CC\u8BED\u5B57\u5E55\uFF09\uFF1A",viewWithImmersiveTranslate:"\u53CC\u8BED\u7248\u672C(\u6C89\u6D78\u5F0F\u7FFB\u8BD1)",errorReason:"\u9519\u8BEF\u539F\u56E0\uFF1A{message}","proQuotaExceededError.onetime7day":'\uFF0C\u60A8\u53EF\u4EE5\u9009\u62E9\u4EE5\u4E0B\u65B9\u5F0F\u89E3\u51B3\uFF1A

1. \u5207\u6362\u5230 {anotherService} \u6216\u5176\u4ED6\u7FFB\u8BD1\u670D\u52A1
2. \u5347\u7EA7\u4E3A\u6708\u5EA6/\u5E74\u5EA6\u4F1A\u5458',"proQuotaExceededError.trial":'\uFF0C\u60A8\u53EF\u4EE5\u9009\u62E9\u4EE5\u4E0B\u65B9\u5F0F\u89E3\u51B3\uFF1A

1. \u5207\u6362\u5230 {anotherService} \u6216\u5176\u4ED6\u7FFB\u8BD1\u670D\u52A1
2. \u7ACB\u523B\u5347\u7EA7\u4E3A\u6B63\u5F0F\u4F1A\u5458',"proQuotaExceededError.nonTrial":'\uFF0C\u60A8\u53EF\u4EE5\u9009\u62E9\u4EE5\u4E0B\u65B9\u5F0F\u89E3\u51B3\uFF1A

1. \u5207\u6362\u5230 {anotherService} \u6216\u5176\u4ED6\u7FFB\u8BD1\u670D\u52A1
2. \u8D2D\u4E70 {translationService} \u989D\u5916\u6D41\u91CF\u5305',"proQuotaExceededError.resetTime":"
3. \u989D\u5EA6\u91CD\u7F6E\u65F6\u95F4\uFF1A{resetTime}","desc.touchShortcutsToggleTranslatePageOnlyTranslation":"\u0915\u0947\u0935\u0932 \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u093E \u0924\u093E\u0924\u094D\u092A\u0930\u094D\u092F \u0939\u0948 \u0915\u093F \u0915\u0947\u0935\u0932 \u0905\u0928\u0941\u0935\u093E\u0926 \u092A\u094D\u0930\u0926\u0930\u094D\u0936\u093F\u0924 \u0939\u094B\u0917\u093E, \u092F\u0926\u093F \u0935\u0947\u092C\u092A\u0947\u091C \u0905\u092D\u0940 \u0924\u0915 \u0905\u0928\u0941\u0935\u093E\u0926\u093F\u0924 \u0928\u0939\u0940\u0902 \u0939\u0941\u0906 \u0939\u0948, \u0924\u094B \u092E\u094B\u0921 \u092C\u0926\u0932\u0947\u0917\u093E \u0914\u0930 \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0947\u0917\u093E\u0964","desc.toggleOnlyTransation":"\u0915\u0947\u0935\u0932 \u0905\u0928\u0941\u0935\u093E\u0926 \u092E\u094B\u0921 \u0915\u093E \u0924\u093E\u0924\u094D\u092A\u0930\u094D\u092F \u0939\u0948 \u0915\u093F \u0915\u0947\u0935\u0932 \u0905\u0928\u0941\u0935\u093E\u0926 \u092A\u094D\u0930\u0926\u0930\u094D\u0936\u093F\u0924 \u0939\u094B\u0917\u093E, \u092F\u0926\u093F \u0935\u0947\u092C\u092A\u0947\u091C \u0905\u092D\u0940 \u0924\u0915 \u0905\u0928\u0941\u0935\u093E\u0926\u093F\u0924 \u0928\u0939\u0940\u0902 \u0939\u0941\u0906 \u0939\u0948, \u0924\u094B \u092E\u094B\u0921 \u092C\u0926\u0932 \u091C\u093E\u090F\u0917\u093E \u0914\u0930 \u0905\u0928\u0941\u0935\u093E\u0926 \u0939\u094B\u0917\u093E\u0964",touchShortcutsToggleTranslatePageOnlyTranslation:"\u0938\u094D\u0915\u094D\u0930\u0940\u0928 \u091F\u091A \u091C\u0947\u0938\u094D\u091A\u0930 \u0938\u0947\u091F \u0915\u0930\u0947\u0902 \u0926\u094D\u0935\u093F\u092D\u093E\u0937\u0940 / \u0915\u0947\u0935\u0932 \u0905\u0928\u0941\u0935\u093E\u0926 \u092E\u094B\u0921 \u0915\u094B \u0938\u094D\u0935\u093F\u091A \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F",download_started:"\u0921\u093E\u0909\u0928\u0932\u094B\u0921 \u0936\u0941\u0930\u0942 \u0939\u094B \u091A\u0941\u0915\u093E \u0939\u0948, \u092F\u0926\u093F \u0938\u094D\u0935\u091A\u093E\u0932\u093F\u0924 \u0930\u0942\u092A \u0938\u0947 \u0921\u093E\u0909\u0928\u0932\u094B\u0921 \u0928\u0939\u0940\u0902 \u0939\u094B \u0930\u0939\u093E \u0939\u0948, \u0924\u094B \u0915\u0943\u092A\u092F\u093E \u092E\u0948\u0928\u094D\u092F\u0941\u0905\u0932 \u0930\u0942\u092A \u0938\u0947 \u0915\u094D\u0932\u093F\u0915 \u0915\u0930\u0947\u0902\u0964",here:"\u092F\u0939\u093E\u0901",batchEdit:"\u0925\u094B\u0915 \u0938\u0902\u091A\u093E\u0932\u0928","error.goReset":"\u0930\u0940\u0938\u0947\u091F \u0915\u0930\u0947\u0902",translationFont:"\u092B\u093C\u0949\u0928\u094D\u091F \u0938\u0947\u091F \u0915\u0930\u0947\u0902","translationFont.custom":"\u0905\u092A\u0928\u0940 \u0915\u0938\u094D\u091F\u092E \u092B\u093C\u0949\u0928\u094D\u091F \u0926\u0930\u094D\u091C \u0915\u0930\u0947\u0902","translationModeLang.translation.title":"\u0915\u0947\u0935\u0932 \u0905\u0928\u0941\u0935\u093E\u0926 \u092E\u094B\u0921 \u0915\u0940 \u092D\u093E\u0937\u093E","translationFont.customPlaceholder":"\u092B\u093C\u0949\u0928\u094D\u091F","translationServices.inherit":"\u092E\u0941\u0916\u094D\u092F \u0905\u0928\u0941\u0935\u093E\u0926 \u0938\u0947\u0935\u093E \u0915\u093E \u092A\u093E\u0932\u0928 \u0915\u0930\u0947\u0902","error.serveConfigError":"\u0938\u0947\u0935\u093E \u0938\u092E\u093E\u0915\u0943\u0924\u093F \u0924\u094D\u0930\u0941\u091F\u093F","error.configError":"\u0935\u093F\u0928\u094D\u092F\u093E\u0938 \u0921\u0947\u091F\u093E \u0905\u0938\u093E\u092E\u093E\u0928\u094D\u092F","translationModeUrl.translation.title":"\u0915\u0947\u0935\u0932 \u0905\u0928\u0941\u0935\u093E\u0926 \u092E\u094B\u0921 \u0915\u093E URL",toggleToService:"{\u0938\u0947\u0935\u093E} \u092A\u0930 \u0938\u094D\u0935\u093F\u091A \u0915\u0930\u0947\u0902 \u0914\u0930 \u092A\u0941\u0928\u0903 \u092A\u094D\u0930\u092F\u093E\u0938 \u0915\u0930\u0947\u0902",videoSubtitlePreTranslationOn:"\u0935\u0940\u0921\u093F\u092F\u094B \u0938\u092C\u091F\u093E\u092F\u091F\u0932\u094D\u0938 \u0915\u093E \u092A\u094D\u0930\u093E\u0925\u092E\u093F\u0915\u0924\u093E \u0938\u094D\u0935\u0930\u0942\u092A \u092E\u0947\u0902 \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u093E \u0909\u092A\u092F\u094B\u0917 \u0915\u0930\u0947\u0902\u0917\u0947\u0964","touch.mouse-translate":"\u0915\u0943\u092A\u092F\u093E \u0928\u093F\u0930\u094D\u0926\u093F\u0937\u094D\u091F \u092A\u0948\u0930\u093E\u0917\u094D\u0930\u093E\u092B \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0947\u0902",detectServiceLoading:"\u0909\u092A\u0932\u092C\u094D\u0927 \u0905\u0928\u0941\u0935\u093E\u0926 \u0938\u0947\u0935\u093E\u0913\u0902 \u0915\u0940 \u091C\u093E\u0902\u091A \u0915\u0930 \u0930\u0939\u093E \u0939\u0948...","error.proTokenInvalid":"\u092F\u0926\u093F \u0906\u092A \u092A\u094D\u0930\u094B \u0909\u092A\u092F\u094B\u0917\u0915\u0930\u094D\u0924\u093E \u0939\u0948\u0902, \u0924\u094B \u0915\u0943\u092A\u092F\u093E \u092A\u094D\u0930\u094B \u0905\u0928\u0941\u0935\u093E\u0926 \u0938\u0947\u0935\u093E \u0915\u093E \u0909\u092A\u092F\u094B\u0917 \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u0932\u0949\u0917 \u0907\u0928 \u0915\u0930\u0947\u0902\u0964","error.400":"\u0938\u0947\u0935\u093E \u0924\u094D\u0930\u0941\u091F\u093F \u0935\u093E\u092A\u0938 \u0915\u0930\u0924\u0940 \u0939\u0948, \u0905\u0928\u0941\u0930\u094B\u0927 \u092A\u0948\u0930\u093E\u092E\u0940\u091F\u0930 \u0917\u0932\u0924 \u0939\u0948, \u0915\u0943\u092A\u092F\u093E \u0938\u0902\u092C\u0902\u0927\u093F\u0924 \u0915\u0949\u0928\u094D\u092B\u093C\u093F\u0917\u0930\u0947\u0936\u0928 \u0915\u0940 \u091C\u093E\u0902\u091A \u0915\u0930\u0947\u0902\u0964","error.502":"\u0938\u0947\u0935\u093E \u0924\u094D\u0930\u0941\u091F\u093F \u0932\u094C\u091F\u0924\u0940 \u0939\u0948, \u0938\u0947\u0935\u093E \u0938\u092E\u092F \u0938\u092E\u093E\u092A\u094D\u0924, \u0915\u0943\u092A\u092F\u093E \u092C\u093E\u0926 \u092E\u0947\u0902 \u092A\u0941\u0928\u0903 \u092A\u094D\u0930\u092F\u093E\u0938 \u0915\u0930\u0947\u0902\u0964","error.reloadPageOfSetting":"\u0915\u0949\u0928\u094D\u092B\u093C\u093F\u0917\u0930 \u0915\u0930\u0928\u0947 \u0915\u0947 \u092C\u093E\u0926, \u0915\u0943\u092A\u092F\u093E \u092A\u0943\u0937\u094D\u0920 \u0915\u094B \u0924\u093E\u091C\u093C\u093E \u0915\u0930\u0947\u0902 \u0914\u0930 \u092B\u093F\u0930 \u0938\u0947 \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0947\u0902\u0964","translationModeUrl.translation.description":"\u091C\u092C \u0935\u0947\u092C\u0938\u093E\u0907\u091F \u0928\u093F\u092E\u094D\u0928\u0932\u093F\u0916\u093F\u0924 \u0921\u094B\u092E\u0947\u0928 \u0915\u0947 \u0932\u093F\u090F \u0939\u094B\u0924\u0940 \u0939\u0948, \u0924\u094B \u092F\u0939 \u0938\u094D\u0935\u091A\u093E\u0932\u093F\u0924 \u0930\u0942\u092A \u0938\u0947 \u0915\u0947\u0935\u0932 \u0905\u0928\u0941\u0935\u093E\u0926 \u092E\u094B\u0921 \u0915\u093E \u0909\u092A\u092F\u094B\u0917 \u0915\u0930\u0947\u0917\u0940\u0964","error.googleLimitIp":"\u0938\u0947\u0935\u093E \u0924\u094D\u0930\u0941\u091F\u093F \u0932\u094C\u091F\u093E\u0924\u0940 \u0939\u0948, \u0917\u0942\u0917\u0932 \u0938\u0947\u0935\u093E\u090F\u0902 \u0907\u0938 IP \u092A\u0924\u0947 \u092A\u0930 \u092A\u094D\u0930\u0935\u093E\u0939 \u0938\u0940\u092E\u093F\u0924 \u0915\u0930 \u091A\u0941\u0915\u0940 \u0939\u0948\u0902, \u0906\u092A\u0915\u093E \u0938\u0941\u091D\u093E\u0935 \u0939\u0948 \u0915\u093F \u0906\u092A \u0928\u0947\u091F\u0935\u0930\u094D\u0915 \u0928\u094B\u0921 \u092C\u0926\u0932\u0947\u0902\u0964","error.proUpgrade":"\u0905\u092A\u0917\u094D\u0930\u0947\u0921 \u0915\u0930\u0928\u0947 \u0915\u0947 \u092C\u093E\u0926, \u0915\u0943\u092A\u092F\u093E \u092A\u0943\u0937\u094D\u0920 \u0915\u094B \u0924\u093E\u091C\u093C\u093E \u0915\u0930\u0947\u0902 \u0914\u0930 \u092B\u093F\u0930 \u0938\u0947 \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0947\u0902\u0964","error.gemini.429":"\u0935\u0930\u094D\u0924\u092E\u093E\u0928 \u092E\u0947\u0902 \u091C\u0947\u092E\u093F\u0928\u0940 \u0938\u0947\u0935\u093E \u0915\u0940 \u0935\u0930\u094D\u0924\u092E\u093E\u0928 \u092D\u0930\u0923 \u0915\u094D\u0937\u092E\u0924\u093E \u0938\u0940\u092E\u093E \u0915\u094B \u092A\u0939\u0941\u0902\u091A \u091A\u0941\u0915\u0940 \u0939\u0948, \u0915\u0943\u092A\u092F\u093E \u092C\u093E\u0926 \u092E\u0947\u0902 \u092A\u094D\u0930\u092F\u093E\u0938 \u0915\u0930\u0947\u0902, \u092F\u093E \u0905\u0928\u094D\u092F \u0905\u0928\u0941\u0935\u093E\u0926 \u0938\u0947\u0935\u093E\u0913\u0902 \u092A\u0930 \u0938\u094D\u0935\u093F\u091A \u0915\u0930\u0947\u0902\u0964",enableSentryReport:"\u091C\u092C \u090F\u0915\u094D\u0938\u091F\u0947\u0902\u0936\u0928 \u092E\u0947\u0902 \u0924\u094D\u0930\u0941\u091F\u093F \u0939\u094B\u0924\u0940 \u0939\u0948, \u0924\u094B Sentry \u0915\u093E \u0909\u092A\u092F\u094B\u0917 \u092A\u094D\u0930\u0924\u093F\u0915\u094D\u0930\u093F\u092F\u093E \u0938\u092C\u092E\u093F\u091F \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u0915\u0930\u0947\u0902\u0964","error.403":"\u0938\u0947\u0935\u093E \u0924\u094D\u0930\u0941\u091F\u093F \u0932\u094C\u091F\u093E\u0924\u0940 \u0939\u0948, \u0905\u0938\u094D\u0925\u093E\u092F\u0940 \u0930\u0942\u092A \u0938\u0947 \u0907\u0938 \u0938\u0947\u0935\u093E \u0915\u093E \u0909\u092A\u092F\u094B\u0917 \u0915\u0930\u0928\u0947 \u0915\u0940 \u0905\u0928\u0941\u092E\u0924\u093F \u0928\u0939\u0940\u0902 \u0939\u0948\u0964","translationModeLang.translation.description":"\u091C\u092C \u092A\u0943\u0937\u094D\u0920 \u0915\u0940 \u092D\u093E\u0937\u093E \u0928\u093F\u092E\u094D\u0928\u0932\u093F\u0916\u093F\u0924 \u092D\u093E\u0937\u093E\u0913\u0902 \u092E\u0947\u0902 \u0939\u094B\u0924\u0940 \u0939\u0948, \u0924\u094B \u0915\u0947\u0935\u0932 \u0905\u0928\u0941\u0935\u093E\u0926 \u092E\u094B\u0921 \u0915\u093E \u0938\u094D\u0935\u091A\u093E\u0932\u093F\u0924 \u0930\u0942\u092A \u0938\u0947 \u0909\u092A\u092F\u094B\u0917 \u0915\u093F\u092F\u093E \u091C\u093E\u090F\u0917\u093E",videoSubtitlePreTranslationOff:"\u0935\u0940\u0921\u093F\u092F\u094B \u0938\u092C\u091F\u093E\u092F\u091F\u0932 \u092E\u0942\u0932 \u0935\u0940\u0921\u093F\u092F\u094B \u0926\u094D\u0935\u093E\u0930\u093E \u0938\u094D\u0935\u091A\u093E\u0932\u093F\u0924 \u0930\u0942\u092A \u0938\u0947 \u0905\u0928\u0941\u0935\u093E\u0926\u093F\u0924 \u0938\u092C\u091F\u093E\u092F\u091F\u0932 \u0915\u093E \u092A\u094D\u0930\u093E\u0925\u092E\u093F\u0915\u0924\u093E \u092A\u094D\u0930\u0926\u093E\u0928 \u0915\u0930\u0947\u0917\u093E\u0964","error.429":"\u0938\u0947\u0935\u093E \u0924\u094D\u0930\u0941\u091F\u093F \u0932\u094C\u091F\u093E\u0924\u0940 \u0939\u0948, \u091C\u093F\u0938\u0915\u093E \u0905\u0930\u094D\u0925 \u0939\u0948 \u0915\u093F \u0905\u0928\u0941\u0930\u094B\u0927 \u092C\u0939\u0941\u0924 \u0905\u0915\u094D\u0938\u0930 \u0939\u094B \u0930\u0939\u0947 \u0939\u0948\u0902 \u092F\u093E \u0938\u0940\u092E\u093E \u0938\u0940\u092E\u093E \u0938\u0947 \u0905\u0927\u093F\u0915 \u0939\u0948\u0902, \u0915\u0943\u092A\u092F\u093E \u092C\u093E\u0926 \u092E\u0947\u0902 \u092A\u0941\u0928\u0903 \u092A\u094D\u0930\u092F\u093E\u0938 \u0915\u0930\u0947\u0902\u0964","error.openAIExceededQuota":"\u0938\u0947\u0935\u093E \u0924\u094D\u0930\u0941\u091F\u093F \u0935\u093E\u092A\u0938 \u0915\u0930\u0924\u0940 \u0939\u0948: \u0906\u092A\u0915\u093E \u0935\u0930\u094D\u0924\u092E\u093E\u0928 OpenAI \u0916\u093E\u0924\u093E \u092C\u0948\u0932\u0947\u0902\u0938 \u092A\u0930\u094D\u092F\u093E\u092A\u094D\u0924 \u0928\u0939\u0940\u0902 \u0939\u0948, \u0915\u0943\u092A\u092F\u093E OpenAI \u0906\u0927\u093F\u0915\u093E\u0930\u093F\u0915 \u092C\u0948\u0915\u090F\u0902\u0921 \u092E\u0947\u0902 \u0930\u093F\u091A\u093E\u0930\u094D\u091C \u0915\u0930\u0947\u0902 \u092F\u093E \u0915\u094D\u0930\u0947\u0921\u093F\u091F \u0915\u093E\u0930\u094D\u0921 \u092C\u093E\u0902\u0927\u0947\u0902\u0964","translationFont.notSupportErrorMessage":"\u0915\u0943\u092A\u092F\u093E \u091C\u093E\u0902\u091A\u0947\u0902 \u0915\u093F \u0906\u092A\u0915\u0947 \u0926\u094D\u0935\u093E\u0930\u093E \u0926\u0930\u094D\u091C \u0915\u093F\u092F\u093E \u0917\u092F\u093E \u092B\u093C\u0949\u0928\u094D\u091F \u0928\u093E\u092E \u0938\u0939\u0940 \u0939\u0948 \u092F\u093E \u0928\u0939\u0940\u0902, \u092F\u093E \u092F\u0939 \u0938\u0941\u0928\u093F\u0936\u094D\u091A\u093F\u0924 \u0915\u0930\u0947\u0902 \u0915\u093F \u092F\u0939 \u092B\u093C\u0949\u0928\u094D\u091F \u0906\u092A\u0915\u0947 \u0909\u092A\u0915\u0930\u0923 \u092A\u0930 \u0938\u094D\u0925\u093E\u092A\u093F\u0924 \u0939\u0948\u0964","error.openAIFreeLimit":"\u0938\u0947\u0935\u093E \u0924\u094D\u0930\u0941\u091F\u093F \u0932\u094C\u091F\u093E\u0924\u0940 \u0939\u0948, \u0935\u0930\u094D\u0924\u092E\u093E\u0928 \u0905\u0928\u0941\u0935\u093E\u0926 \u0905\u0928\u0941\u0930\u094B\u0927 \u0915\u0940 \u0906\u0935\u0943\u0924\u094D\u0924\u093F \u092A\u094D\u0930\u0924\u093F \u092E\u093F\u0928\u091F 3 \u092C\u093E\u0930 \u0915\u0940 \u0905\u0927\u093F\u0915\u0924\u092E \u0938\u0940\u092E\u093E \u0924\u0915 \u092A\u0939\u0941\u0902\u091A \u091A\u0941\u0915\u0940 \u0939\u0948, \u0915\u0943\u092A\u092F\u093E \u092C\u093E\u0926 \u092E\u0947\u0902 \u092A\u094D\u0930\u092F\u093E\u0938 \u0915\u0930\u0947\u0902\u0964 (\u092F\u0939 OpenAI \u0915\u0940 \u0906\u0927\u093F\u0915\u093E\u0930\u093F\u0915 \u0938\u0940\u092E\u093E \u0939\u0948 \u0928\u093F:\u0936\u0941\u0932\u094D\u0915 API Key \u0915\u0947 \u0932\u093F\u090F, \u0907\u0938 \u0938\u0940\u092E\u093E \u0915\u094B \u0939\u091F\u093E\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F, \u0915\u0943\u092A\u092F\u093E OpenAI \u092C\u0948\u0915\u090F\u0902\u0921 \u092E\u0947\u0902 \u0915\u094D\u0930\u0947\u0921\u093F\u091F \u0915\u093E\u0930\u094D\u0921 \u092C\u093E\u0902\u0927\u0947\u0902\u0964)","desc.toggleVideoSubtitlePreTranslation":"\u091C\u092C \u0906\u092A \u0907\u0938\u0947 \u0926\u092C\u093E\u0924\u0947 \u0939\u0948\u0902, \u0924\u094B \u0935\u0940\u0921\u093F\u092F\u094B \u0926\u094D\u0935\u093F\u092D\u093E\u0937\u0940 \u0909\u092A\u0936\u0940\u0930\u094D\u0937\u0915 \u092A\u094D\u0930\u093E\u0925\u092E\u093F\u0915\u0924\u093E \u0938\u0947 \u0921\u0941\u092C\u0915\u0940 \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0940 \u0938\u0947\u091F\u093F\u0902\u0917 \u0915\u093E \u0909\u092A\u092F\u094B\u0917 \u0915\u0930\u0947\u0917\u093E, \u092B\u093F\u0930 \u0938\u0947 \u0926\u092C\u093E\u0928\u0947 \u092A\u0930 \u092F\u0939 \u092E\u0942\u0932 \u0935\u0940\u0921\u093F\u092F\u094B \u0915\u0947 \u0938\u094D\u0935\u091A\u093E\u0932\u093F\u0924 \u0905\u0928\u0941\u0935\u093E\u0926\u093F\u0924 \u0909\u092A\u0936\u0940\u0930\u094D\u0937\u0915 \u0915\u093E \u0909\u092A\u092F\u094B\u0917 \u0915\u0930\u0947\u0917\u093E, \u0927\u094D\u092F\u093E\u0928 \u0926\u0947\u0902: \u0907\u0938 \u0936\u0949\u0930\u094D\u091F\u0915\u091F \u0926\u094D\u0935\u093E\u0930\u093E \u0938\u0902\u0936\u094B\u0927\u093F\u0924 \u0938\u0947\u091F\u093F\u0902\u0917 \u0935\u0948\u0936\u094D\u0935\u093F\u0915 \u0939\u094B\u0924\u0940 \u0939\u0948\u0964","error.serveUnavailable":"\u0906\u092A\u0915\u0947 \u0926\u094D\u0935\u093E\u0930\u093E \u0935\u0930\u094D\u0924\u092E\u093E\u0928 \u092E\u0947\u0902 \u0909\u092A\u092F\u094B\u0917 \u0915\u093F\u090F \u091C\u093E \u0930\u0939\u0947 [{serverName}] \u0938\u0947\u0935\u093E \u0915\u094B \u0928\u0947\u091F\u0935\u0930\u094D\u0915 \u0915\u0928\u0947\u0915\u094D\u0936\u0928 \u092F\u093E \u0938\u0947\u0935\u093E \u092A\u094D\u0930\u0926\u093E\u0924\u093E \u0915\u0940 \u0938\u092E\u0938\u094D\u092F\u093E \u0915\u0947 \u0915\u093E\u0930\u0923 \u0905\u0938\u094D\u0925\u093E\u092F\u0940 \u0930\u0942\u092A \u0938\u0947 \u0909\u092A\u092F\u094B\u0917 \u0915\u0930\u0928\u0947 \u092E\u0947\u0902 \u0905\u0938\u092E\u0930\u094D\u0925 \u0939\u0948\u0964 \u0939\u092E\u093E\u0930\u093E \u0938\u0941\u091D\u093E\u0935 \u0939\u0948 \u0915\u093F \u0906\u092A \u092A\u0943\u0937\u094D\u0920 \u0915\u094B \u0924\u093E\u091C\u093E \u0915\u0930\u0928\u0947 \u0915\u093E \u092A\u094D\u0930\u092F\u093E\u0938 \u0915\u0930\u0947\u0902 \u092F\u093E <1>\u0938\u0947\u091F\u093F\u0902\u0917\u094D\u0938 \u0915\u0947 \u092E\u093E\u0927\u094D\u092F\u092E \u0938\u0947 \u0905\u0928\u094D\u092F \u0905\u0928\u0941\u0935\u093E\u0926 \u0938\u0947\u0935\u093E\u0913\u0902 \u0915\u094B \u092C\u0926\u0932\u0928\u0947 \u0915\u093E \u092A\u094D\u0930\u092F\u093E\u0938 \u0915\u0930\u0947\u0902\u0964 \u092F\u0926\u093F \u0906\u092A <2>Pro \u0938\u0926\u0938\u094D\u092F \u0939\u0948\u0902, \u0924\u094B \u0906\u092A DeepL \u092F\u093E OpenAI \u0905\u0928\u0941\u0935\u093E\u0926 \u0938\u0947\u0935\u093E \u0915\u093E \u0909\u092A\u092F\u094B\u0917 \u0915\u0930\u0928\u0947 \u0915\u093E \u091A\u092F\u0928 \u0915\u0930 \u0938\u0915\u0924\u0947 \u0939\u0948\u0902 \u091C\u094B \u0905\u0927\u093F\u0915 \u0938\u094D\u0925\u093F\u0930 \u0939\u0948 (<3>\u092F\u0939\u093E\u0902 \u092E\u0941\u092B\u094D\u0924 \u0905\u0928\u0941\u092D\u0935 \u0915\u0930\u0947\u0902)\u0964 \u0907\u0938\u0915\u0947 \u0905\u0932\u093E\u0935\u093E, \u0906\u092A\u0915\u094B \u0936\u093E\u092F\u0926 \u0905\u092A\u0928\u0940 \u0928\u0947\u091F\u0935\u0930\u094D\u0915 \u092F\u093E \u092A\u094D\u0930\u0949\u0915\u094D\u0938\u0940 \u0938\u0947\u091F\u093F\u0902\u0917\u094D\u0938 \u0915\u0940 \u091C\u093E\u0902\u091A \u0915\u0930\u0928\u0947 \u0915\u0940 \u0906\u0935\u0936\u094D\u092F\u0915\u0924\u093E \u0939\u094B \u0938\u0915\u0924\u0940 \u0939\u0948\u0964","translationServices.gemini":"\u092E\u093F\u0925\u0941\u0928","widget.translateFile":"PDF/ePub",goLogin:"\u0932\u0949\u0917 \u0907\u0928 \u0915\u0930\u0947\u0902","error.reason":"\u0924\u094D\u0930\u0941\u091F\u093F \u0915\u093E \u0915\u093E\u0930\u0923",contact:"\u0939\u092E\u0938\u0947 \u0938\u0902\u092A\u0930\u094D\u0915 \u0915\u0930\u0947\u0902",pickAll:"\u0938\u092D\u0940 \u0915\u093E \u091A\u092F\u0928 \u0915\u0930\u0947\u0902","multipleClick.3":"\u0924\u094D\u0930\u093F\u092A\u0932 \u0939\u093F\u091F","floatBall.iKnow":"\u092E\u0948\u0902\u0928\u0947 \u0938\u092E\u091D \u0932\u093F\u092F\u093E",shortcutSettings:"\u0936\u0949\u0930\u094D\u091F\u0915\u091F \u0915\u0941\u0902\u091C\u0940","error.retry":"\u092A\u0941\u0928\u0903 \u092A\u094D\u0930\u092F\u093E\u0938 \u0915\u0930\u0947\u0902",touchShortcutsOff:"\u092C\u0902\u0926 \u0915\u0930\u0947\u0902","subtitle.bilingual":"\u0926\u094D\u0935\u093F\u092D\u093E\u0937\u0940\u092F \u0909\u092A\u0936\u0940\u0930\u094D\u0937\u0915","tagsInput.add":"+ \u091C\u094B\u0921\u093C\u0947\u0902","slide.right":"\u092C\u093E\u090F\u0902 \u0938\u094D\u0932\u093E\u0907\u0921 \u0915\u0930\u0947\u0902","multipleClick.2":"\u0921\u092C\u0932 \u0915\u094D\u0932\u093F\u0915","widget.instruction":"\u0909\u092A\u092F\u094B\u0917 \u0915\u0940 \u0928\u093F\u0930\u094D\u0926\u0947\u0936\u093F\u0915\u093E",loggedIn:"\u0932\u0949\u0917 \u0907\u0928 \u0915\u093F\u092F\u093E \u0939\u0941\u0906 \u0939\u0948","shortcutGroup.main":"\u0938\u093E\u092E\u093E\u0928\u094D\u092F \u0909\u092A\u092F\u094B\u0917 \u0915\u0940 \u0936\u0949\u0930\u094D\u091F\u0915\u091F \u0915\u0941\u0902\u091C\u0940","slide.left":"\u0926\u093E\u090F\u0902 \u0938\u094D\u0932\u093E\u0907\u0921 \u0915\u0930\u0947\u0902",shortcutSettingsTitle:"\u0936\u0949\u0930\u094D\u091F\u0915\u091F \u0915\u0940 \u0938\u0947\u091F\u093F\u0902\u0917","multipleClick.4":"\u091A\u093E\u0930\u0939\u093F\u091F \u0938\u0902\u092F\u094B\u091C\u0928","error.subscriptionExpiredTitle":"\u0938\u0926\u0938\u094D\u092F\u0924\u093E \u0938\u092E\u093E\u092A\u094D\u0924 \u0939\u094B \u0917\u0908 \u0939\u0948",notLogin:"\u0932\u0949\u0917 \u0907\u0928 \u0928\u0939\u0940\u0902 \u0915\u093F\u092F\u093E \u0939\u0948","shortcutGroup.others":"\u0905\u0927\u093F\u0915 \u0915\u0938\u094D\u091F\u092E \u092B\u093C\u0902\u0915\u094D\u0936\u0928 \u0936\u0949\u0930\u094D\u091F\u0915\u091F","subtitle.hideQuickButton":"\u0907\u0938 \u0936\u0949\u0930\u094D\u091F\u0915\u091F \u0915\u094B \u092B\u093F\u0930 \u0938\u0947 \u0928\u093E \u0926\u093F\u0916\u093E\u090F\u0902","widget.videoSubtitleTooltip":"Youtube \u0906\u0926\u093F {count}+ \u0935\u0940\u0921\u093F\u092F\u094B \u0935\u0947\u092C\u0938\u093E\u0907\u091F\u094B\u0902 \u0915\u093E \u0938\u092E\u0930\u094D\u0925\u0928 \u0915\u0930\u0947\u0902","browser.translateInputBox":"\u0935\u0930\u094D\u0924\u092E\u093E\u0928 \u0907\u0928\u092A\u0941\u091F \u092C\u0949\u0915\u094D\u0938 \u0915\u0940 \u0938\u093E\u092E\u0917\u094D\u0930\u0940 \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0947\u0902",temprarilyChangeTranslationTo_openai:"\u0939\u092E \u0935\u0930\u094D\u0924\u092E\u093E\u0928 \u092A\u0943\u0937\u094D\u0920 \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 OpenAI \u0915\u093E \u0909\u092A\u092F\u094B\u0917 \u0915\u0930 \u0930\u0939\u0947 \u0939\u0948\u0902",alwaysTranslateThisSite:"\u0939\u092E\u0947\u0936\u093E \u0907\u0938 \u0935\u0947\u092C\u0938\u093E\u0907\u091F \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0947\u0902","shortcutGroup.mouse":"\u092E\u093E\u0909\u0938 \u0939\u094B\u0935\u0930 \u0936\u0949\u0930\u094D\u091F\u0915\u091F \u0915\u0949\u0928\u094D\u092B\u093C\u093F\u0917\u0930\u0947\u0936\u0928",translationOnlyMode:`\u0915\u0947\u0935\u0932 \u0905\u0928\u0941\u0935\u093E\u0926 \u092E\u094B\u0921 + {env.imt_sub_trans_field}: Traduction`,"subtitle.quickButton.magenta":"Fuchsia","subtitle.quickButton.red":"Rouge","subtitle.quickButton.setting":"Param\xE9trage","subtitle.quickButton.black":"noir","subtitle.quickButton.translationPosition":"Position de traduction","subtitle.quickButton.green":"Vert","subtitle.quickButton.translationFontSize":"Taille de police de traduction","subtitle.quickButton.sourceTextColor":"Couleur de police d'origine","translationServices.claude":"Claude","subtitle.quickButton.blue":"Bleu","subtitle.quickButton.sourceFontSize":"La taille originale de la police","subtitle.quickButton.translationTextColor":"Couleur de la police de traduction","subtitle.quickButton.backgroundColor":"couleur d'arri\xE8re-plan","subtitle.quickButton.white":"Blanc","subtitle.quickButton.translationPositionTop":"En haut de l'original","subtitle.quickButton.yellow":"jaune","subtitle.quickButton.cyan":"Bleu","subtitle.quickButton.backgroundOpacity":"Opacit\xE9 de l'arri\xE8re-plan","subtitle.quickButton.translationPositionBottom":"\u5728\u539F\u6587\u4E0B\u65B9",attachSubtitleTranslating:"Utilisation de {service} pour la traduction en cours...","error.claude.403":"Acc\xE8s temporairement interdit au service, cela peut \xEAtre li\xE9 aux restrictions r\xE9gionales de Claude. Vous pouvez essayer de changer votre adresse IP ou utiliser un autre service de traduction.","browser.brandDescriptionForSafari":"\u3010Traduction immersive\u3011Un plugin de traduction de pages web bilingue gratuit (texte original / traduction), qui supporte \xE9galement la traduction de PDF et de livres \xE9lectroniques EPUB tout en conservant la mise en page originale, la traduction de sous-titres bilingues pour des vid\xE9os en ligne comme Youtube/Netflix, et qui supporte les services de traduction principaux tels que Deepl/Google;","browser.PdfProFile":"AI pilot\xE9 PDF Pro traduction","browser.textTranslate":"Traduction de texte"};var wb={nologin:"\u0905\u0902\u0926\u0930 \u092A\u094D\u0930\u0935\u0947\u0936 \u0915\u0940 \u0905\u0928\u0941\u092E\u0924\u093F \u0928\u0939\u0940\u0902 \u0939\u0948",loginForSafari:"\u0932\u0949\u0917-\u0907\u0928 \u092F\u093E \u092A\u0902\u091C\u0940\u0915\u0943\u0924",login:"\u0932\u0949\u0917 \u0907\u0928 \u0915\u0930\u0928\u0947 \u0915\u0947 \u092C\u093E\u0926 \u0906\u092A \u0938\u0926\u0938\u094D\u092F\u0924\u093E \u0938\u0915\u094D\u0930\u093F\u092F \u0915\u0930 \u0938\u0915\u0924\u0947 \u0939\u0948\u0902",manageAccount:"\u0916\u093E\u0924\u0947 \u0915\u093E \u092A\u094D\u0930\u092C\u0902\u0927\u0928 \u0915\u0930\u0947\u0902",openPremium:"\u0938\u0926\u0938\u094D\u092F\u0924\u093E \u0917\u094D\u0930\u0939\u0923 \u0915\u0930\u0947\u0902",logout:"\u091B\u094B\u0921\u093C\u0928\u093E",curentPlan:"\u0935\u0930\u094D\u0924\u092E\u093E\u0928 \u092A\u0948\u0915\u0947\u091C",endAt:"\u092A\u0930\u093F\u092A\u0915\u094D\u0935\u0924\u093E",endAuto:"\u0938\u094D\u0935\u091A\u093E\u0932\u093F\u0924 \u0928\u0935\u0940\u0915\u0930\u0923",lineBreakMaxTextCount:"\u092A\u0902\u0915\u094D\u0924\u093F \u0935\u093F\u0930\u093E\u092E \u0915\u0947 \u092C\u093E\u0926 \u092A\u094D\u0930\u0924\u093F \u0935\u093E\u0915\u094D\u092F \u0905\u0928\u0941\u092E\u0924 \u0935\u0930\u094D\u0923\u094B\u0902 \u0915\u0940 \u0905\u0927\u093F\u0915\u0924\u092E \u0938\u0902\u0916\u094D\u092F\u093E","translate-pdf":"\u092A\u0940\u0921\u0940\u090F\u092B \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u0915\u094D\u0932\u093F\u0915 \u0915\u0930\u0947\u0902","noSupportTranslate-pdf":"\u0938\u094D\u0915\u094D\u0930\u093F\u092A\u094D\u091F \u0938\u092E\u0930\u094D\u0925\u093F\u0924 \u0928\u0939\u0940\u0902 \u0939\u0948, \u0915\u0943\u092A\u092F\u093E \u092A\u094D\u0932\u0917-\u0907\u0928 \u0915\u093E \u0909\u092A\u092F\u094B\u0917 \u0915\u0930\u0947\u0902","translate-firefox-local-pdf":"\u092A\u0940\u0921\u0940\u090F\u092B \u0906\u092F\u093E\u0924 \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u0915\u094D\u0932\u093F\u0915 \u0915\u0930\u0947\u0902",enableLineBreak:"\u0932\u0902\u092C\u0947 \u0905\u0928\u0941\u091A\u094D\u091B\u0947\u0926\u094B\u0902 \u0915\u0947 \u0932\u093F\u090F \u0938\u094D\u0935\u091A\u093E\u0932\u093F\u0924 \u0936\u092C\u094D\u0926 \u0930\u0948\u092A\u093F\u0902\u0917 \u091A\u093E\u0932\u0942 \u0915\u0930\u0947\u0902",sponsorLabel:"$1 \u0938\u0947 \u0936\u0941\u0930\u0942 \u0915\u0930\u0915\u0947 \u0915\u093F\u0938\u0940 \u0921\u0947\u0935\u0932\u092A\u0930 \u0915\u094B \u092A\u094D\u0930\u093E\u092F\u094B\u091C\u093F\u0924 \u0915\u0930\u0947\u0902",help:"\u092E\u0926\u0926",browserShortcutsNoteForFirefox:'\u092B\u093C\u093E\u092F\u0930\u092B\u093C\u0949\u0915\u094D\u0938 \u092C\u094D\u0930\u093E\u0909\u091C\u093C\u0930 \u092E\u0947\u0902 \u0936\u0949\u0930\u094D\u091F\u0915\u091F \u0915\u0941\u0902\u091C\u093F\u092F\u094B\u0902 \u0915\u094B \u0938\u0902\u0936\u094B\u0927\u093F\u0924 \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F, \u0906\u092A\u0915\u094B \u090F\u0915\u094D\u0938\u091F\u0947\u0902\u0936\u0928 \u092A\u094D\u0930\u092C\u0902\u0927\u0928 \u092A\u0943\u0937\u094D\u0920 `about:addons` \u0916\u094B\u0932\u0928\u093E \u0939\u094B\u0917\u093E, \u092B\u093F\u0930 "\u0938\u0947\u091F\u093F\u0902\u0917\u094D\u0938" \u092A\u0930 \u0915\u094D\u0932\u093F\u0915 \u0915\u0930\u0947\u0902, \u092B\u093F\u0930 \u0907\u0938\u0947 \u0938\u0947\u091F \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F "\u0936\u0949\u0930\u094D\u091F\u0915\u091F \u0915\u0941\u0902\u091C\u093F\u092F\u093E\u0901 \u092A\u094D\u0930\u092C\u0902\u0927\u093F\u0924 \u0915\u0930\u0947\u0902" \u092A\u0930 \u0915\u094D\u0932\u093F\u0915 \u0915\u0930\u0947\u0902\u0964',browserShortcutsNoteForChrome:"\u0915\u094D\u0930\u094B\u092E-\u091C\u0948\u0938\u0947 \u092C\u094D\u0930\u093E\u0909\u091C\u093C\u0930 \u092E\u0947\u0902 \u0936\u0949\u0930\u094D\u091F\u0915\u091F \u0915\u0941\u0902\u091C\u093F\u092F\u094B\u0902 \u0915\u094B \u0938\u0902\u0936\u094B\u0927\u093F\u0924 \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F, \u0906\u092A\u0915\u094B \u090F\u0915\u094D\u0938\u091F\u0947\u0902\u0936\u0928 \u092A\u094D\u0930\u092C\u0902\u0927\u0928 \u092A\u0943\u0937\u094D\u0920 \u0916\u094B\u0932\u0928\u093E \u0939\u094B\u0917\u093E, \u0907\u0938\u0947 `\u0936\u0949\u0930\u094D\u091F\u0915\u091F \u092A\u094D\u0930\u092C\u0902\u0927\u093F\u0924 \u0915\u0930\u0947\u0902` \u092A\u0948\u0928\u0932 (`\u0915\u094D\u0930\u094B\u092E://\u090F\u0915\u094D\u0938\u091F\u0947\u0902\u0936\u0928/\u0936\u0949\u0930\u094D\u091F\u0915\u091F`) \u092E\u0947\u0902 \u0938\u0947\u091F \u0915\u0930\u0928\u093E \u0939\u094B\u0917\u093E, \u0914\u0930 \u0938\u0940\u0927\u0947 \u091C\u093E\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u0928\u0940\u091A\u0947 \u0926\u093F\u090F \u0917\u090F \u092C\u091F\u0928 \u092A\u0930 \u0915\u094D\u0932\u093F\u0915 \u0915\u0930\u0928\u093E \u0939\u094B\u0917\u093E \u0936\u0949\u0930\u094D\u091F\u0915\u091F \u0915\u0941\u0902\u091C\u0940 \u092A\u094D\u0930\u092C\u0902\u0927\u0928 \u092A\u0943\u0937\u094D\u0920.",browserShortcutsSucks:"\u0915\u0938\u094D\u091F\u092E \u0936\u0949\u0930\u094D\u091F\u0915\u091F \u0915\u0941\u0902\u091C\u0940 \u092A\u094D\u0930\u093E\u0930\u0942\u092A \u0939\u0948 (\u0915\u094B\u0908 \u0938\u094D\u0935\u091A\u093E\u0932\u093F\u0924 \u092A\u0939\u091A\u093E\u0928 \u0928\u0939\u0940\u0902, \u0915\u0943\u092A\u092F\u093E \u0938\u0940\u0927\u0947 \u0926\u0930\u094D\u091C \u0915\u0930\u0947\u0902)\uFF1A",enableLineBreakDescription:"\u091A\u093E\u0932\u0942 \u0939\u094B\u0928\u0947 \u092A\u0930, \u092A\u0922\u093C\u0928\u0947 \u0915\u0940 \u0938\u0941\u0935\u093F\u0927\u093E \u0915\u0947 \u0932\u093F\u090F \u092A\u094D\u0930\u0924\u094D\u092F\u0947\u0915 \u0935\u093E\u0915\u094D\u092F \u0915\u0947 \u0905\u0902\u0924 \u092E\u0947\u0902 \u0932\u0902\u092C\u0947 \u092A\u0948\u0930\u093E\u0917\u094D\u0930\u093E\u092B \u092E\u0947\u0902 \u0932\u093E\u0907\u0928 \u092C\u094D\u0930\u0947\u0915 \u0921\u093E\u0932\u0947 \u091C\u093E\u090F\u0902\u0917\u0947\u0964","browser.shortBrandName":"\u0917\u0939\u0928 \u0905\u0928\u0941\u0935\u093E\u0926","browser.brandName":"\u0907\u092E\u0930\u094D\u0938\u093F\u0935 \u0905\u0928\u0941\u0935\u093E\u0926: \u0926\u094D\u0935\u093F\u092D\u093E\u0937\u0940 \u0935\u0947\u092C \u092A\u0947\u091C \u0905\u0928\u0941\u0935\u093E\u0926 \u0914\u0930 \u092A\u0940\u0921\u0940\u090F\u092B \u0926\u0938\u094D\u0924\u093E\u0935\u0947\u091C\u093C \u0905\u0928\u0941\u0935\u093E\u0926","browser.brandDescription":"Bilingual web page translation, also supports PDF translation, bilingual Epub eBook translation, free to use.","browser.toggleTranslatePage":"\u0935\u0947\u092C \u092A\u0947\u091C \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0947\u0902/\u092E\u0942\u0932 \u092A\u093E\u0920 \u0926\u093F\u0916\u093E\u090F\u0902","browser.toggleTranslateTheWholePage":"\u092A\u0943\u0937\u094D\u0920 \u0915\u0947 \u0938\u092D\u0940 \u0915\u094D\u0937\u0947\u0924\u094D\u0930\u094B\u0902 \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0947\u0902/\u092E\u0942\u0932 \u092A\u093E\u0920 \u092A\u094D\u0930\u0926\u0930\u094D\u0936\u093F\u0924 \u0915\u0930\u0947\u0902","browser.toggleOnlyTransation":"\u0926\u094D\u0935\u093F\u092D\u093E\u0937\u0940/\u0915\u0947\u0935\u0932 \u0905\u0928\u0941\u0935\u093E\u0926 \u092E\u094B\u0921 \u092A\u0930 \u0938\u094D\u0935\u093F\u091A \u0915\u0930\u0947\u0902","browser.toggleTranslateToThePageEndImmediately":"\u0924\u0941\u0930\u0902\u0924 \u092A\u0943\u0937\u094D\u0920 \u0915\u0947 \u0928\u0940\u091A\u0947 \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0947\u0902/\u092E\u0942\u0932 \u092A\u093E\u0920 \u0926\u093F\u0916\u093E\u090F\u0902","browser.toggleTranslateTheMainPage":"\u092A\u0943\u0937\u094D\u0920 \u0915\u0947 \u092E\u0941\u0916\u094D\u092F \u0915\u094D\u0937\u0947\u0924\u094D\u0930 \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0947\u0902/\u092E\u0942\u0932 \u092A\u093E\u0920 \u092A\u094D\u0930\u0926\u0930\u094D\u0936\u093F\u0924 \u0915\u0930\u0947\u0902","browser.shareToDraft":"\u0926\u094D\u0935\u093F\u092D\u093E\u0937\u0940 \u092A\u0943\u0937\u094D\u0920 \u0938\u093E\u091D\u093E \u0915\u0930\u0947\u0902","browser.openOptionsPage":"\u0938\u0947\u091F\u093F\u0902\u0917 \u092A\u0943\u0937\u094D\u0920 \u0916\u094B\u0932\u0947\u0902","browser.toggleTranslationMask":"\u0905\u0928\u0941\u0935\u093E\u0926 \u0927\u0941\u0902\u0927\u0932\u093E \u092A\u094D\u0930\u092D\u093E\u0935 \u0926\u093F\u0916\u093E\u090F\u0901/\u091B\u093F\u092A\u093E\u090F\u0901","browser.translateLocalPdfFile":"\u0938\u094D\u0925\u093E\u0928\u0940\u092F \u092A\u0940\u0921\u0940\u090F\u092B \u092B\u093E\u0907\u0932\u094B\u0902 \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0947\u0902","browser.openEbookViewer":"\u0938\u094D\u0925\u093E\u0928\u0940\u092F \u0908-\u092A\u0941\u0938\u094D\u0924\u0915\u0947\u0902 \u092A\u0922\u093C\u0947\u0902","browser.openEbookBuilder":"\u0926\u094D\u0935\u093F\u092D\u093E\u0937\u0940 EPUB \u0908-\u092A\u0941\u0938\u094D\u0924\u0915\u0947\u0902 \u092C\u0928\u093E\u090F\u0901","browser.translateLocalHtmlFile":"HTML/txt \u092B\u093C\u093E\u0907\u0932\u094B\u0902 \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0947\u0902","browser.donateContext":"\u092A\u094D\u0930\u093E\u092F\u094B\u091C\u0928 \u0932\u093E\u092D\u094B\u0902 \u0915\u0947 \u092C\u093E\u0930\u0947 \u092E\u0947\u0902 \u091C\u093E\u0928\u0947\u0902","browser.translateLocalSubtitleFile":"\u0938\u094D\u0925\u093E\u0928\u0940\u092F \u0909\u092A\u0936\u0940\u0930\u094D\u0937\u0915 \u092B\u093C\u093E\u0907\u0932\u094B\u0902 \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0947\u0902",confirmResetConfig:"\u0915\u094D\u092F\u093E \u0906\u092A \u0935\u093E\u0915\u0908 \u0905\u092A\u0928\u0940 \u0938\u0947\u091F\u093F\u0902\u0917\u094D\u0938 \u0930\u0940\u0938\u0947\u091F \u0915\u0930\u0928\u093E \u091A\u093E\u0939\u0924\u0947 \u0939\u0948\u0902?",translationLineBreakSettingTitle:"\u0905\u0928\u0941\u0935\u093E\u0926 \u092A\u0902\u0915\u094D\u0924\u093F \u0930\u0948\u092A\u093F\u0902\u0917 \u0938\u0947\u091F\u093F\u0902\u0917",smartLineBreak:"\u0938\u094D\u092E\u093E\u0930\u094D\u091F \u0932\u093E\u0907\u0928 \u0930\u0948\u092A\u093F\u0902\u0917",alwaysLineBreak:"\u0939\u092E\u0947\u0936\u093E \u0932\u092A\u0947\u091F\u094B",isShowContextMenu:"\u0905\u0928\u0941\u0935\u093E\u0926\u093F\u0924 \u0935\u0947\u092C \u092A\u0947\u091C \u0915\u094B \u0930\u093E\u0907\u091F-\u0915\u094D\u0932\u093F\u0915 \u092E\u0947\u0928\u0942 \u0906\u0907\u091F\u092E \u092E\u0947\u0902 \u091C\u094B\u0921\u093C\u0947\u0902",toggleBeta:"\u092C\u0940\u091F\u093E \u092A\u0930\u0940\u0915\u094D\u0937\u0923 \u0938\u0941\u0935\u093F\u0927\u093E\u090F\u0901 \u0938\u0915\u094D\u0937\u092E \u0915\u0930\u0947\u0902",betaDescription:"\u0909\u0928 \u0938\u0941\u0935\u093F\u0927\u093E\u0913\u0902 \u0915\u094B \u0938\u0915\u094D\u0937\u092E \u0915\u0930\u0947\u0902 \u091C\u094B \u0905\u092D\u0940 \u092D\u0940 \u092A\u094D\u0930\u092F\u094B\u0917\u093E\u0924\u094D\u092E\u0915 \u0939\u0948\u0902, \u0938\u093E\u0925 \u0939\u0940 \u092A\u0930\u0940\u0915\u094D\u0937\u0923 \u092E\u0947\u0902 \u0905\u0928\u0941\u0935\u093E\u0926 \u0938\u0947\u0935\u093E\u090F\u0902 \u092D\u0940 \u0938\u0915\u094D\u0937\u092E \u0915\u0930\u0947\u0902\u0964 <1>\u091F\u0947\u0932\u0940\u0917\u094D\u0930\u093E\u092E \u0938\u092E\u0942\u0939 \u0938\u0947 \u091C\u0941\u0921\u093C\u0947\u0902 \u0914\u0930 \u0905\u0927\u093F\u0915 \u091C\u093E\u0928\u0947\u0902\u0964",translationLineBreakSettingDescription:"\u0939\u092E\u0947\u0936\u093E \u0930\u0948\u092A \u0915\u092E \u0938\u093E\u092E\u0917\u094D\u0930\u0940 \u0935\u093E\u0932\u0947 \u0932\u0947\u0906\u0909\u091F \u0915\u0947 \u0932\u093F\u090F \u0909\u092A\u092F\u0941\u0915\u094D\u0924 \u0939\u094B\u0924\u093E \u0939\u0948 \u0914\u0930 \u0905\u0927\u093F\u0915 \u0938\u0941\u0935\u094D\u092F\u0935\u0938\u094D\u0925\u093F\u0924 \u0939\u094B\u0924\u093E \u0939\u0948\u0964 (\u0938\u094D\u0925\u093E\u0928 \u092C\u091A\u093E\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u092C\u0939\u0941\u0924 \u0938\u093E\u0930\u0940 \u0938\u093E\u092E\u0917\u094D\u0930\u0940 ({count}\u0938\u0947 \u0905\u0927\u093F\u0915 \u0905\u0915\u094D\u0937\u0930) \u0935\u093E\u0932\u0947 \u0932\u0902\u092C\u0947 \u092A\u0948\u0930\u093E\u0917\u094D\u0930\u093E\u092B \u092E\u0947\u0902 \u0938\u094D\u092E\u093E\u0930\u094D\u091F \u0932\u093E\u0907\u0928 \u092C\u094D\u0930\u0947\u0915 \u0915\u093E \u0909\u092A\u092F\u094B\u0917 \u0915\u0930\u0947\u0902)",tempTranslateDomainTitle:"\u0935\u0947\u092C\u0938\u093E\u0907\u091F \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u094B \u0905\u0938\u094D\u0925\u093E\u092F\u0940 \u0930\u0942\u092A \u0938\u0947 \u0915\u092C \u0924\u0915 \u0938\u0915\u094D\u0937\u092E \u0915\u0930\u0928\u093E \u0939\u0948",tempTranslateDomainDescription:"\u0915\u093F\u0938\u0940 \u0935\u0947\u092C \u092A\u0947\u091C \u0915\u093E \u092E\u0948\u0928\u094D\u092F\u0941\u0905\u0932 \u0930\u0942\u092A \u0938\u0947 \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0924\u0947 \u0938\u092E\u092F, \u0938\u094D\u0935\u091A\u093E\u0932\u093F\u0924 \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0947 \u0932\u093F\u090F \u0935\u0947\u092C\u0938\u093E\u0907\u091F \u0915\u094B \u0905\u0938\u094D\u0925\u093E\u092F\u0940 \u0930\u0942\u092A \u0938\u0947 \u091A\u093E\u0932\u0942 \u0915\u0930\u0947\u0902, \u0914\u0930 \u0906\u092A \u0905\u0938\u094D\u0925\u093E\u092F\u0940 \u0905\u0935\u0927\u093F \u0928\u093F\u0930\u094D\u0927\u093E\u0930\u093F\u0924 \u0915\u0930 \u0938\u0915\u0924\u0947 \u0939\u0948\u0902\u0964",xMinutes:"{count} \u092E\u093F\u0928\u091F",disabled:"\u0905\u0915\u094D\u0937\u092E \u0915\u0930\u0928\u093E",changelog:"\u0932\u0949\u0917 \u092C\u0926\u0932\u0947\u0902",toggleTranslatePageWhenThreeFingersOnTheScreen:"\u0935\u0947\u092C \u092A\u0947\u091C \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0928\u0947/\u092E\u0942\u0932 \u092A\u093E\u0920 \u092A\u094D\u0930\u0926\u0930\u094D\u0936\u093F\u0924 \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u090F\u0915 \u0939\u0940 \u0938\u092E\u092F \u092E\u0947\u0902 \u0915\u0908 \u0905\u0902\u0917\u0941\u0932\u093F\u092F\u094B\u0902 \u0938\u0947 \u0938\u094D\u0915\u094D\u0930\u0940\u0928 \u0915\u094B \u0938\u094D\u092A\u0930\u094D\u0936 \u0915\u0930\u0947\u0902",toggleTranslationMaskWhenThreeFingersOnTheScreen:"\u0905\u0928\u0941\u0935\u093E\u0926 \u0927\u0941\u0902\u0927\u0932\u093E \u092A\u094D\u0930\u092D\u093E\u0935 \u0926\u093F\u0916\u093E\u0928\u0947/\u091B\u093F\u092A\u093E\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u090F\u0915 \u0939\u0940 \u0938\u092E\u092F \u092E\u0947\u0902 \u0915\u0908 \u0905\u0902\u0917\u0941\u0932\u093F\u092F\u094B\u0902 \u0915\u094B \u0938\u094D\u092A\u0930\u094D\u0936 \u0915\u0930\u0947\u0902",fingerCountToToggleTranslagePageOnlyTranslationWhenTouching:"\u0935\u0947\u092C \u092A\u0947\u091C \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 (\u0915\u0947\u0935\u0932 \u0905\u0928\u0941\u0935\u093E\u0926)/\u092E\u0942\u0932 \u092A\u093E\u0920 \u092A\u094D\u0930\u0926\u0930\u094D\u0936\u093F\u0924 \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u090F\u0915 \u0939\u0940 \u0938\u092E\u092F \u092E\u0947\u0902 \u0915\u0908 \u0905\u0902\u0917\u0941\u0932\u093F\u092F\u094B\u0902 \u0938\u0947 \u0938\u094D\u0915\u094D\u0930\u0940\u0928 \u0915\u094B \u0938\u094D\u092A\u0930\u094D\u0936 \u0915\u0930\u0947\u0902",addUrlDescription:"\u092F\u0939 \u090F\u0915 \u0921\u094B\u092E\u0947\u0928 \u0928\u093E\u092E \u0939\u094B \u0938\u0915\u0924\u093E \u0939\u0948 \u0914\u0930 \u0935\u093E\u0907\u0932\u094D\u0921\u0915\u093E\u0930\u094D\u0921 \u0915\u093E \u0938\u092E\u0930\u094D\u0925\u0928 \u0915\u0930\u0924\u093E \u0939\u0948, \u091C\u0948\u0938\u0947\uFF1A*.google.com, google.com/mail/*, https://www.google.com/*",general:"\u092E\u0942\u0932 \u0938\u0947\u091F\u093F\u0902\u0917\u094D\u0938",clickToExpandConfig:"\u0935\u0930\u094D\u0924\u092E\u093E\u0928 \u0915\u0949\u0928\u094D\u092B\u093C\u093F\u0917\u0930\u0947\u0936\u0928 \u0915\u093E \u0935\u093F\u0938\u094D\u0924\u093E\u0930 \u0915\u0930\u0947\u0902",import:"\u092B\u093C\u093E\u0907\u0932 \u0938\u0947 \u0906\u092F\u093E\u0924 \u0915\u0930\u0947\u0902",export:"\u092B\u093C\u093E\u0907\u0932 \u092E\u0947\u0902 \u0928\u093F\u0930\u094D\u092F\u093E\u0924 \u0915\u0930\u0947\u0902",toggleDebug:"\u0915\u0902\u0938\u094B\u0932 \u092A\u0930 \u0921\u093F\u092C\u0917 \u0932\u0949\u0917 \u092A\u094D\u0930\u093F\u0902\u091F \u0915\u0930\u0947\u0902","fingers.0":"\u092C\u0902\u0926","fingers.2":"\u0926\u094B \u0909\u0902\u0917\u0932\u093F\u092F\u094B\u0902 \u0915\u093E \u0938\u094D\u092A\u0930\u094D\u0936","fingers.3":"\u0924\u0940\u0928 \u0909\u0902\u0917\u0932\u093F\u092F\u094B\u0902 \u0915\u093E \u0938\u094D\u092A\u0930\u094D\u0936","fingers.4":"\u091A\u093E\u0930 \u0905\u0902\u0917\u0941\u0932 \u0915\u093E \u0938\u094D\u092A\u0930\u094D\u0936","fingers.5":"\u092A\u093E\u0901\u091A \u0905\u0902\u0917\u0941\u0932 \u0915\u093E \u0938\u094D\u092A\u0930\u094D\u0936",mouseHoldKey:"+ {key} \u0907\u0938 \u0905\u0928\u0941\u091A\u094D\u091B\u0947\u0926 \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926/\u092A\u0941\u0928\u0930\u094D\u0938\u094D\u0925\u093E\u092A\u0928\u093E \u0915\u0930\u0947\u0902",mouseHoldKeyAuto:"\u0907\u0938 \u0905\u0928\u0941\u091A\u094D\u091B\u0947\u0926 \u0915\u093E \u0938\u0940\u0927\u0947 \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0947\u0902",mouseHoldKeyOff:"\u0915\u0941\u091B \u092E\u0924 \u0915\u0930\u094B",mouseHoldKeyOther:"\u0915\u0938\u094D\u091F\u092E \u0936\u0949\u0930\u094D\u091F\u0915\u091F \u0915\u0941\u0902\u091C\u093F\u092F\u093E\u0901 (\u0938\u0947\u091F\u093F\u0902\u0917\u094D\u0938 \u0916\u094B\u0932\u0947\u0902)",mouseHoldKeyCustomKey:"0\u0907\u0938 \u0905\u0928\u0941\u091A\u094D\u091B\u0947\u0926 \u0915\u093E {key} /\u092A\u0941\u0928\u0930\u094D\u0938\u094D\u0925\u093E\u092A\u0928\u093E \u0915\u0930\u0947\u0902",mouseHoverHoldKey:"\u092A\u0948\u0930\u093E\u0917\u094D\u0930\u093E\u092B \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u092E\u093E\u0909\u0938 \u0915\u094B \u0918\u0941\u092E\u093E\u090F\u0901 \u0914\u0930 \u0936\u0949\u0930\u094D\u091F\u0915\u091F \u0915\u0941\u0902\u091C\u0940 \u0926\u092C\u093E\u090F\u0901","mouse-translate":"\u092E\u093E\u0909\u0938 \u0915\u0947 \u090A\u092A\u0930",document:"\u0926\u0938\u094D\u0924\u093E\u0935\u0947\u091C\u093C",resetSuccess:"\u0938\u092D\u0940 \u0938\u0947\u091F\u093F\u0902\u0917\u094D\u0938 \u0938\u092B\u0932\u0924\u093E\u092A\u0942\u0930\u094D\u0935\u0915 \u0930\u0940\u0938\u0947\u091F \u0915\u0930\u0947\u0902",resetThisSuccess:"\u0930\u0940\u0938\u0947\u091F \u0938\u092B\u0932",saved:"\u0938\u092B\u0932\u0924\u093E\u092A\u0942\u0930\u094D\u0935\u0915 \u092C\u091A\u093E\u092F\u093E",successImportConfig:"\u0915\u0949\u0928\u094D\u092B\u093C\u093F\u0917\u0930\u0947\u0936\u0928 \u0938\u092B\u0932\u0924\u093E\u092A\u0942\u0930\u094D\u0935\u0915 \u0906\u092F\u093E\u0924 \u0915\u093F\u092F\u093E \u0917\u092F\u093E",goAdvancedSettings:"\u0909\u0928\u094D\u0928\u0924 \u0938\u0947\u091F\u093F\u0902\u0917 \u092A\u0943\u0937\u094D\u0920 \u092A\u0930 \u091C\u093E\u090F\u0901",goAdvancedInterfaceSettings:"\u0909\u0928\u094D\u0928\u0924 \u0905\u0928\u0941\u0915\u0942\u0932\u0928 \u0938\u0947\u091F\u093F\u0902\u0917 \u092A\u0943\u0937\u094D\u0920 \u092A\u0930 \u091C\u093E\u090F\u0901",advanced:"\u090F\u0921\u0935\u093E\u0902\u0938 \u0938\u0947\u091F\u093F\u0902\u0917",advancedDescription:"\u0906\u092E \u0924\u094C\u0930 \u092A\u0930, \u0915\u093F\u0938\u0940 \u0938\u0947\u091F\u093F\u0902\u0917 \u0915\u0940 \u0906\u0935\u0936\u094D\u092F\u0915\u0924\u093E \u0928\u0939\u0940\u0902 \u0939\u0948, \u092C\u0938 \u0921\u093F\u092B\u093C\u0949\u0932\u094D\u091F \u0930\u0916\u0947\u0902\u0964 \u0915\u0947\u0935\u0932 \u0905\u0927\u093F\u0915 \u092A\u0947\u0936\u0947\u0935\u0930 \u0909\u092A\u092F\u094B\u0917\u0915\u0930\u094D\u0924\u093E\u0913\u0902 \u0915\u0947 \u0932\u093F\u090F, \u0905\u0927\u093F\u0915 \u0935\u0948\u092F\u0915\u094D\u0924\u093F\u0915\u0943\u0924 \u0938\u0947\u091F\u093F\u0902\u0917\u094D\u0938 \u092A\u094D\u0930\u0926\u093E\u0928 \u0915\u0940 \u091C\u093E\u0924\u0940 \u0939\u0948\u0902\u0964",developer:"\u0921\u0947\u0935\u0932\u092A\u0930 \u0938\u0947\u091F\u093F\u0902\u0917\u094D\u0938",donateCafe:"\u0915\u0940\u092E\u0924","translate to the bottom of the page":"\u0935\u0947\u092C \u092A\u0947\u091C \u092E\u0947\u0902 \u092A\u094D\u0930\u0935\u0947\u0936 \u0915\u0930\u0928\u0947 \u0915\u0947 \u092C\u093E\u0926, \u0915\u094D\u092F\u093E \u0907\u0938\u0915\u093E \u0924\u0941\u0930\u0902\u0924 \u092A\u0943\u0937\u094D\u0920 \u0915\u0947 \u0928\u093F\u091A\u0932\u0947 \u092D\u093E\u0917 \u092E\u0947\u0902 \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u093F\u092F\u093E \u091C\u093E\u0924\u093E \u0939\u0948?",feedback:"\u092A\u094D\u0930\u0924\u093F\u0915\u094D\u0930\u093F\u092F\u093E",toggleTranslatePage:"\u0935\u0947\u092C \u092A\u0947\u091C \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0947\u0902/\u092E\u0942\u0932 \u092A\u093E\u0920 \u0926\u093F\u0916\u093E\u090F\u0902",translateToThePageEndImmediatelyDescription:"\u091A\u093E\u0932\u0942 \u0939\u094B\u0928\u0947 \u092A\u0930, \u0915\u093F\u0938\u0940 \u0935\u0947\u092C\u092A\u0947\u091C \u092E\u0947\u0902 \u092A\u094D\u0930\u0935\u0947\u0936 \u0915\u0930\u0928\u0947 \u092A\u0930 \u0938\u093E\u092E\u0917\u094D\u0930\u0940 \u0924\u0941\u0930\u0902\u0924 \u090A\u092A\u0930 \u0938\u0947 \u0928\u0940\u091A\u0947 \u0924\u0915 \u0905\u0928\u0941\u0935\u093E\u0926\u093F\u0924 \u0939\u094B \u091C\u093E\u090F\u0917\u0940\u0964 \u092F\u0926\u093F \u092C\u0902\u0926 \u0939\u0948, \u0924\u094B \u0906\u092A \u090F\u0915 \u0939\u0940 \u0938\u092E\u092F \u092E\u0947\u0902 \u092A\u0922\u093C \u0914\u0930 \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930 \u0938\u0915\u0924\u0947 \u0939\u0948\u0902\u0964 (\u091A\u093E\u0932\u0942 \u0915\u0930\u0928\u0947 \u0915\u0940 \u0905\u0928\u0941\u0936\u0902\u0938\u093E \u0928\u0939\u0940\u0902 \u0915\u0940 \u0917\u0908)","translate all areas of the page":"\u0935\u0947\u092C \u092A\u0947\u091C \u0915\u0947 \u0938\u092D\u0940 \u0915\u094D\u0937\u0947\u0924\u094D\u0930\u094B\u0902 \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0928\u093E \u0939\u0948 \u092F\u093E \u0928\u0939\u0940\u0902",translationAreaDescription:"\u091A\u093E\u0932\u0942 \u0939\u094B\u0928\u0947 \u092A\u0930, \u0938\u0902\u092A\u0942\u0930\u094D\u0923 \u0935\u0947\u092C \u092A\u0947\u091C \u0915\u0947 \u0938\u092D\u0940 \u0915\u094D\u0937\u0947\u0924\u094D\u0930\u094B\u0902 \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u093F\u092F\u093E \u091C\u093E\u090F\u0917\u093E\u0964 \u092F\u0926\u093F \u092C\u0902\u0926 \u0915\u093F\u092F\u093E \u091C\u093E\u0924\u093E \u0939\u0948, \u0924\u094B \u0921\u093F\u092B\u093C\u0949\u0932\u094D\u091F \u0938\u094D\u092E\u093E\u0930\u094D\u091F \u092A\u0939\u091A\u093E\u0928 \u0915\u093E \u0909\u092A\u092F\u094B\u0917 \u0915\u093F\u092F\u093E \u091C\u093E\u0924\u093E \u0939\u0948 \u0914\u0930 \u0915\u0947\u0935\u0932 \u092E\u0941\u0916\u094D\u092F \u0915\u094D\u0937\u0947\u0924\u094D\u0930 \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u093F\u092F\u093E \u091C\u093E\u0924\u093E \u0939\u0948\u0964 (\u091A\u093E\u0932\u0942 \u0915\u0930\u0928\u0947 \u0915\u0940 \u0905\u0928\u0941\u0936\u0902\u0938\u093E \u0928\u0939\u0940\u0902 \u0915\u0940 \u0917\u0908)","the number of characters to be translated first":"\u0926\u0943\u0936\u094D\u092F \u0915\u094D\u0937\u0947\u0924\u094D\u0930 \u0924\u0915 \u0938\u094D\u0915\u094D\u0930\u0949\u0932 \u0915\u0930\u0928\u0947 \u0915\u0940 \u092A\u094D\u0930\u0924\u0940\u0915\u094D\u0937\u093E \u0915\u093F\u090F \u092C\u093F\u0928\u093E \u092A\u0943\u0937\u094D\u0920 \u0915\u0947 \u092A\u0939\u0932\u0947 \u0915\u0941\u091B \u0935\u0930\u094D\u0923\u094B\u0902 \u0915\u093E \u0938\u0940\u0927\u0947 \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0947\u0902","interface language":"\u0907\u0902\u091F\u0930\u092B\u093C\u0947\u0938 \u092D\u093E\u0937\u093E","display both the original text and the translation":"\u092E\u0942\u0932 \u092A\u093E\u0920 \u0914\u0930 \u0905\u0928\u0941\u0935\u093E\u0926 \u090F\u0915 \u0938\u093E\u0925 \u092A\u094D\u0930\u0926\u0930\u094D\u0936\u093F\u0924 \u0915\u0930\u0947\u0902","keyboard shortcuts":"\u0915\u0941\u0902\u091C\u0940\u092A\u091F\u0932 \u0905\u0932\u094D\u092A \u092E\u093E\u0930\u094D\u0917",modify:"\u0936\u0949\u0930\u094D\u091F\u0915\u091F \u0915\u0941\u0902\u091C\u093F\u092F\u093E\u0901 \u0938\u0902\u0936\u094B\u0927\u093F\u0924 \u0915\u0930\u0947\u0902",reset:"\u0930\u0940\u0938\u0947\u091F",close:"\u092C\u0902\u0926",homepage:"\u0939\u094B\u092E \u092A\u0947\u091C",more:"\u0905\u0927\u093F\u0915",moreOptions:"\u0905\u0927\u093F\u0915 \u0905\u0928\u0941\u0915\u0942\u0932\u0928 \u0935\u093F\u0915\u0932\u094D\u092A\u094B\u0902 \u0915\u093E \u0935\u093F\u0938\u094D\u0924\u093E\u0930 \u0915\u0930\u0947\u0902",translateTheWholePage:"\u092A\u0943\u0937\u094D\u0920 \u0915\u0947 \u0938\u092D\u0940 \u0915\u094D\u0937\u0947\u0924\u094D\u0930\u094B\u0902 \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0947\u0902 (\u092C\u0941\u0926\u094D\u0927\u093F\u092E\u093E\u0928 \u092A\u0939\u091A\u093E\u0928 \u0915\u0947 \u092E\u0941\u0916\u094D\u092F \u0915\u094D\u0937\u0947\u0924\u094D\u0930\u094B\u0902 \u0938\u0947 \u092D\u093F\u0928\u094D\u0928)",changeToTranslateTheWholePage:"\u0938\u092D\u0940 \u0915\u094D\u0937\u0947\u0924\u094D\u0930\u094B\u0902 \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u0938\u094D\u0935\u093F\u091A \u0915\u0930\u0947\u0902",changeToTranslateTheMainPage:"\u0905\u0928\u0941\u0935\u093E\u0926 \u092E\u0941\u0916\u094D\u092F \u0915\u094D\u0937\u0947\u0924\u094D\u0930 \u092A\u0930 \u0938\u094D\u0935\u093F\u091A \u0915\u0930\u0947\u0902",changeToOnlyTranslationMode:"\u0915\u0947\u0935\u0932 \u0905\u0928\u0941\u0935\u093E\u0926 \u0926\u093F\u0916\u093E\u0928\u0947 \u092A\u0930 \u0938\u094D\u0935\u093F\u091A \u0915\u0930\u0947\u0902",changeToDualTranslationMode:"\u0926\u094D\u0935\u093F\u092D\u093E\u0937\u0940 \u0905\u0928\u0941\u0935\u093E\u0926 \u092A\u0930 \u0938\u094D\u0935\u093F\u091A \u0915\u0930\u0947\u0902",translateToThePageEndImmediately:"\u0924\u0941\u0930\u0902\u0924 \u092A\u0943\u0937\u094D\u0920 \u0915\u0947 \u0928\u0940\u091A\u0947 \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0947\u0902",translateTheMainPage:"\u092C\u0941\u0926\u094D\u0927\u093F\u092E\u093E\u0928 \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0947 \u092E\u0941\u0916\u094D\u092F \u0915\u094D\u0937\u0947\u0924\u094D\u0930","The local rules are up to date":"\u0938\u094D\u0925\u093E\u0928\u0940\u092F \u0905\u0928\u0941\u0915\u0942\u0932\u0928 \u0928\u093F\u092F\u092E \u0905\u0926\u094D\u092F\u0924\u093F\u0924 \u0939\u0948\u0902:","Successfully synchronized with the latest official rules:":"\u0928\u0935\u0940\u0928\u0924\u092E \u0906\u0927\u093F\u0915\u093E\u0930\u093F\u0915 \u0905\u0928\u0941\u0915\u0942\u0932\u0928 \u0928\u093F\u092F\u092E\u094B\u0902 \u0915\u094B \u0938\u092B\u0932\u0924\u093E\u092A\u0942\u0930\u094D\u0935\u0915 \u0938\u093F\u0902\u0915\u094D\u0930\u0928\u093E\u0907\u091C\u093C \u0915\u093F\u092F\u093E \u0917\u092F\u093E:","Checking for updates":"\u0905\u092A\u0921\u0947\u091F \u0915\u0947 \u0932\u093F\u090F \u091C\u093E\u0902\u091A \u0915\u0930 \u0930\u0939\u093E \u0939\u0948","Rules are being synchronized":"\u0905\u0928\u0941\u0915\u0942\u0932\u0928 \u0928\u093F\u092F\u092E\u094B\u0902 \u0915\u094B \u0938\u093F\u0902\u0915\u094D\u0930\u0928\u093E\u0907\u091C\u093C \u0915\u0930\u0928\u093E",localVersionIsTooOld:"\u0938\u094D\u0925\u093E\u0928\u0940\u092F \u090F\u0915\u094D\u0938\u091F\u0947\u0902\u0936\u0928 \u0938\u0902\u0938\u094D\u0915\u0930\u0923 \u092C\u0939\u0941\u0924 \u092A\u0941\u0930\u093E\u0928\u093E \u0939\u0948\u0964 \u0915\u0943\u092A\u092F\u093E \u090F\u0915\u094D\u0938\u091F\u0947\u0902\u0936\u0928 {minVersion} \u092F\u093E \u0928\u090F \u0938\u0902\u0938\u094D\u0915\u0930\u0923 \u092E\u0947\u0902 \u0905\u092A\u0917\u094D\u0930\u0947\u0921 \u0915\u0930\u0947\u0902 \u0914\u0930 \u092B\u093F\u0930 \u0938\u0947 \u0938\u093F\u0902\u0915\u094D\u0930\u0928\u093E\u0907\u091C\u093C\u0947\u0936\u0928 \u0915\u093E \u092A\u094D\u0930\u092F\u093E\u0938 \u0915\u0930\u0947\u0902\u0964",badUserscriptBrowser:"\u0935\u0930\u094D\u0924\u092E\u093E\u0928 \u092C\u094D\u0930\u093E\u0909\u091C\u093C\u0930 \u0917\u094D\u0930\u0940\u0938 \u092E\u0902\u0915\u0940 \u090F\u0915\u094D\u0938\u091F\u0947\u0902\u0936\u0928 \u0907\u0902\u091F\u0930\u092B\u093C\u0947\u0938 \u0915\u094B \u0938\u0939\u0940 \u0922\u0902\u0917 \u0938\u0947 \u0915\u093E\u0930\u094D\u092F\u093E\u0928\u094D\u0935\u093F\u0924 \u0928\u0939\u0940\u0902 \u0915\u0930\u0924\u093E \u0939\u0948 (\u091C\u0948\u0938\u0947 \u0915\u093F \u0917\u094D\u0930\u0940\u0938 \u092E\u0902\u0915\u0940 \u0938\u094D\u0915\u094D\u0930\u093F\u092A\u094D\u091F \u0915\u0940 \u0938\u0902\u0938\u094D\u0915\u0930\u0923 \u0938\u0902\u0916\u094D\u092F\u093E \u0915\u0940 \u091C\u093E\u0928\u0915\u093E\u0930\u0940 \u092A\u094D\u0930\u093E\u092A\u094D\u0924 \u0915\u0930\u0928\u093E), \u0915\u0943\u092A\u092F\u093E \u0905\u0928\u094D\u092F <1> \u0938\u092E\u0930\u094D\u0925\u0928 \u0917\u094D\u0930\u0940\u0938 \u092E\u0902\u0915\u0940 \u090F\u0915\u094D\u0938\u091F\u0947\u0902\u0936\u0928 \u0915\u093E \u0909\u092A\u092F\u094B\u0917 \u0915\u0930\u0947\u0902 \u092B\u093C\u093E\u092F\u0930\u092B\u093C\u0949\u0915\u094D\u0938 \u091C\u0948\u0938\u0947 \u092C\u094D\u0930\u093E\u0909\u091C\u093C\u0930",foundNewVersion:"\u0928\u092F\u093E \u0938\u0902\u0938\u094D\u0915\u0930\u0923 \u092E\u093F\u0932\u093E",theLocalExtensionIsUpToUpdate:"\u0935\u0930\u094D\u0924\u092E\u093E\u0928 \u090F\u0915\u094D\u0938\u091F\u0947\u0902\u0936\u0928 \u0928\u0935\u0940\u0928\u0924\u092E \u0938\u0902\u0938\u094D\u0915\u0930\u0923 \u0939\u0948.",failToSyncRules:"\u0928\u0935\u0940\u0928\u0924\u092E \u0905\u0928\u0941\u0915\u0942\u0932\u0928 \u0928\u093F\u092F\u092E\u094B\u0902 \u0915\u094B \u0938\u093F\u0902\u0915\u094D\u0930\u0928\u093E\u0907\u091C\u093C \u0915\u0930\u0928\u0947 \u092E\u0947\u0902 \u0935\u093F\u092B\u0932",retry:"\u092A\u0941\u0928\u0903 \u092A\u094D\u0930\u092F\u093E\u0938 \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u092F\u0939\u093E\u0902 \u092A\u0930 \u0915\u094D\u0932\u093F\u0915 \u0915\u0930\u0947\u0902",failedReason:"\u0905\u0938\u092B\u0932\u0924\u093E \u0915\u093E \u0915\u093E\u0930\u0923",currentRuleVersion:"\u0935\u0930\u094D\u0924\u092E\u093E\u0928 \u0928\u093F\u092F\u092E \u0938\u0902\u0938\u094D\u0915\u0930\u0923",calculating:"\u0917\u093F\u0928\u093E \u091C\u093E \u0930\u0939\u093E \u0939\u0948",unknownError:"\u0905\u091C\u094D\u091E\u093E\u0924 \u0917\u0932\u0924\u0940",canNotFetchRemoteRule:"\u0926\u0942\u0930\u0938\u094D\u0925 \u0928\u093F\u092F\u092E \u092A\u094D\u0930\u093E\u092A\u094D\u0924 \u0915\u0930\u0928\u0947 \u092E\u0947\u0902 \u0905\u0938\u092E\u0930\u094D\u0925",enableAlphaSuccess:"\u0905\u0932\u094D\u092B\u093C\u093E \u092B\u093C\u0902\u0915\u094D\u0936\u0928 \u091A\u093E\u0932\u0942 \u0939\u0941\u0906",disableAlphaSuccess:"\u0905\u0932\u094D\u092B\u093C\u093E \u0938\u0941\u0935\u093F\u0927\u093E \u092C\u0902\u0926 \u0915\u0930 \u0926\u0940 \u0917\u0908",cacheSize:"\u0915\u0948\u0936 \u0906\u0915\u093E\u0930\uFF1A",cleaning:"\u0938\u092B\u093E\u0908",cleanCache:"\u0915\u0948\u0936 \u0915\u094B \u0938\u093E\u092B\u093C \u0915\u0930\u0947\u0902",options:"\u0938\u094D\u0925\u093E\u092A\u093F\u0924 \u0915\u0930\u0928\u093E",about:"\u0915\u0947 \u092C\u093E\u0930\u0947 \u092E\u0947\u0902",service:"\u0905\u0928\u0941\u0935\u093E\u0926\u0928 \u0938\u0947\u0935\u093E",needAction:"(\u0938\u0947\u091F\u093F\u0902\u0917\u094D\u0938 \u092E\u0947\u0902 \u091C\u093E\u0913)",goSettings:"\u0938\u0947\u091F\u093F\u0902\u0917\u094D\u0938 \u092E\u0947\u0902 \u091C\u093E\u0913",needActionForOptions:"(\u0938\u0947\u091F \u0915\u0930\u0928\u0947 \u0915\u0940 \u0906\u0935\u0936\u094D\u092F\u0915\u0924\u093E \u0939\u0948)",translationEngine:"\u0907\u0902\u091C\u0928 \u0935\u093F\u0915\u0932\u094D\u092A",sourceLanguage:"\u0935\u093E\u0938\u094D\u0924\u0935\u093F\u0915 \u092D\u093E\u0937\u093E",target:"\u0932\u0915\u094D\u0937\u094D\u092F \u092D\u093E\u0937\u093E",popupSourceLanguage:"\u0935\u093E\u0938\u094D\u0924\u0935\u093F\u0915 \u092D\u093E\u0937\u093E",popupTarget:"\u0932\u0915\u094D\u0937\u094D\u092F \u092D\u093E\u0937\u093E",popupService:"\u0905\u0928\u0941\u0935\u093E\u0926\u0928 \u0938\u0947\u0935\u093E",forThisSite:"\u0935\u0930\u094D\u0924\u092E\u093E\u0928 \u0935\u0947\u092C\u0938\u093E\u0907\u091F",autoEnableSubtitle:"\u0926\u094D\u0935\u093F\u092D\u093E\u0937\u0940 \u0909\u092A\u0936\u0940\u0930\u094D\u0937\u0915 \u0938\u094D\u0935\u091A\u093E\u0932\u093F\u0924 \u0930\u0942\u092A \u0938\u0947 \u091A\u093E\u0932\u0942 \u0915\u0930\u0947\u0902",alwaysTranslate:"\u0939\u092E\u0947\u0936\u093E \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0947\u0902",neverTranslate:"\u0915\u092D\u0940 \u092D\u0940 \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0928 \u0915\u0930\u0947\u0902",alwaysTranslateSomeLanguage:"\u0939\u092E\u0947\u0936\u093E {language}\u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0947\u0902",neverTranslateSomeLanguage:"\u0915\u092D\u0940 \u092D\u0940 {language}\u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0928 \u0915\u0930\u0947\u0902",alwaysTranslateSomeSite:"\u0939\u092E\u0947\u0936\u093E {hostname}\u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0947\u0902",neverTranslateSomeSite:"\u0915\u092D\u0940 \u092D\u0940 {hostname}\u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0928 \u0915\u0930\u0947\u0902",alwaysTranslateSomeSiteOrWildSite:"\u0939\u092E\u0947\u0936\u093E \u0907\u0938 \u0938\u093E\u0907\u091F \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0947\u0902",alwaysTranslateSomePage:"\u0939\u092E\u0947\u0936\u093E \u0907\u0938 \u092A\u0943\u0937\u094D\u0920 \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0947\u0902",add:"\u0907\u0938\u092E\u0947\u0902 \u091C\u094B\u0921\u093C\u0947\u0902",default:"\u0917\u0932\u0924\u0940 \u0915\u0930\u0928\u093E",forThisLanguage:"\u0907\u0938 \u092D\u093E\u0937\u093E \u0915\u0947 \u0932\u093F\u090F\uFF1A","add url":"\u092F\u0942 \u0906\u0930 \u090F\u0932 \u0926\u0930\u094D\u091C \u0915\u0930\u094B",edit:"\u0938\u0902\u092A\u093E\u0926\u0928 \u0915\u0930\u0928\u093E","translate other languages into specific language":"\u0906\u092A\u0915\u0947 \u0926\u094D\u0935\u093E\u0930\u093E \u0928\u093F\u0930\u094D\u0927\u093E\u0930\u093F\u0924 \u092D\u093E\u0937\u093E \u092E\u0947\u0902 \u0905\u0928\u094D\u092F \u092D\u093E\u0937\u093E\u0913\u0902 \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0947\u0902","select translation service":"\u090F\u0915 \u0905\u0928\u0941\u0935\u093E\u0926 \u0938\u0947\u0935\u093E \u091A\u0941\u0928\u0947\u0902",language:"\u092D\u093E\u0937\u093E","show-original":"\u092E\u0942\u0932 \u092A\u093E\u0920 \u0926\u093F\u0916\u093E\u090F\u0901",translate:"\u0905\u0928\u0941\u0935\u093E\u0926",Translated:"\u0905\u0928\u0941\u0935\u093E\u0926",Translating:"\u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0928\u093E",Error:"\u0917\u0932\u0924\u0940",allowCacheTranslations:"\u0938\u094D\u0925\u093E\u0928\u0940\u092F \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0948\u0936\u093F\u0902\u0917 \u0938\u0915\u094D\u0937\u092E \u0915\u0930\u0947\u0902 (\u0921\u0941\u092A\u094D\u0932\u093F\u0915\u0947\u091F \u092A\u0948\u0930\u093E\u0917\u094D\u0930\u093E\u092B \u0915\u0947 \u0932\u093F\u090F \u0905\u0928\u0941\u0935\u093E\u0926 \u0905\u0928\u0941\u0930\u094B\u0927\u094B\u0902 \u0915\u094B \u0915\u092E \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F)","translation display":"\u0905\u0928\u0941\u0935\u093E\u0926 \u092A\u094D\u0930\u0926\u0930\u094D\u0936\u0928 \u0936\u0948\u0932\u0940","select diplay style":"\u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0940 \u0936\u0948\u0932\u0940 \u0915\u094B \u0905\u0932\u0917 \u0915\u0930\u0947\u0902\u0964 \u0935\u093F\u0935\u0930\u0923 \u0915\u0947 \u0932\u093F\u090F \u0915\u0943\u092A\u092F\u093E \u0928\u093F\u092E\u094D\u0928\u0932\u093F\u0916\u093F\u0924 \u0909\u0926\u093E\u0939\u0930\u0923 \u0926\u0947\u0916\u0947\u0902:",interface:"\u0907\u0902\u091F\u0930\u092B\u093C\u0947\u0938 \u0938\u0947\u091F\u093F\u0902\u0917\u094D\u0938",import_export:"\u0906\u092F\u093E\u0924 \u0914\u0930 \u0928\u093F\u0930\u094D\u092F\u093E\u0924",import_export_title:"\u0906\u092F\u093E\u0924/\u0928\u093F\u0930\u094D\u092F\u093E\u0924 \u0915\u0949\u0928\u094D\u092B\u093C\u093F\u0917\u0930\u0947\u0936\u0928",syncToGoogleDrive:"\u0905\u092D\u0940 Google Drive \u0915\u0947 \u0938\u093E\u0925 \u0938\u093F\u0902\u0915 \u0915\u0930\u0947\u0902",floatBallOptions:"\u0928\u093F\u0932\u0902\u092C\u093F\u0924 \u0917\u0947\u0902\u0926 \u0938\u0947\u091F\u093F\u0902\u0917\u094D\u0938","floatBallOptions.enable":"\u092B\u094D\u0932\u094B\u091F\u093F\u0902\u0917 \u092C\u0949\u0932 \u0938\u0915\u094D\u0937\u092E \u0915\u0930\u0947\u0902","floatBallOptions.blockUrls":"\u0935\u0947\u092C\u0938\u093E\u0907\u091F \u0905\u0915\u094D\u0937\u092E \u0915\u0930\u0947\u0902","floatBallOptions.add":"\u0907\u0938\u092E\u0947\u0902 \u091C\u094B\u0921\u093C\u0947\u0902","floatBallOptions.blockUrlDesc":"\u0928\u093F\u092E\u094D\u0928\u0932\u093F\u0916\u093F\u0924 \u0935\u0947\u092C\u0938\u093E\u0907\u091F\u094B\u0902 \u0915\u093E \u0938\u093E\u092E\u0928\u093E \u0915\u0930\u0928\u0947 \u092A\u0930 \u092B\u094D\u0932\u094B\u091F\u093F\u0902\u0917 \u092C\u0949\u0932 \u092A\u094D\u0930\u0926\u0930\u094D\u0936\u093F\u0924 \u0928\u0939\u0940\u0902 \u0939\u094B\u0917\u0940","floatBallOptions.clickType":"\u0935\u094D\u092F\u0935\u0939\u093E\u0930 \u092A\u0930 \u0915\u094D\u0932\u093F\u0915 \u0915\u0930\u0947\u0902","floatBallOptions.clickTypeDesc":"\u0915\u094D\u0932\u093F\u0915 \u0915\u0930\u0928\u0947 \u092A\u0930 \u092B\u094D\u0932\u094B\u091F\u093F\u0902\u0917 \u092C\u0949\u0932 \u0906\u0907\u0915\u0928 \u0915\u093E \u0935\u094D\u092F\u0935\u0939\u093E\u0930","floatBallOptions.clickPopup":"\u0905\u0928\u0941\u0935\u093E\u0926 \u092A\u0948\u0928\u0932 \u0926\u093F\u0916\u093E\u090F\u0901","floatBallOptions.clickTranslate":"\u092E\u0942\u0932 \u092A\u093E\u0920 \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0947\u0902/\u0926\u093F\u0916\u093E\u090F\u0901","floatBallOptions.fixedPosition":"\u56FA\u5B9A\u4F4D\u7F6E","floatBallOptions.fixedPositionDesc":"\u60AC\u6D6E\u7403\u5728\u7A97\u53E3\u5DE6\u4FA7\u8FD8\u662F\u53F3\u4FA7","floatBallOptions.fixedPositionLeft":"\u5DE6\u4FA7","floatBallOptions.fixedPositionRight":"\u53F3\u4FA7",previewAllThemes:"\u0938\u092D\u0940 \u0936\u0948\u0932\u093F\u092F\u094B\u0902 \u0915\u093E \u092A\u0942\u0930\u094D\u0935\u093E\u0935\u0932\u094B\u0915\u0928 \u0915\u0930\u0947\u0902","translationTheme.none":"\u0915\u094B\u0908 \u0928\u0939\u0940\u0902","translationTheme.grey":"\u0917\u0939\u0930\u093E \u092D\u0942\u0930\u093E","translationTheme.dashed":"\u0927\u0930\u093E\u0936\u093E\u092F\u0940 \u0930\u0947\u0916\u093E\u0902\u0915\u093F\u0924","translationTheme.dotted":"\u092C\u093F\u0902\u0926\u0940\u0926\u093E\u0930 \u0930\u0947\u0916\u093E\u0902\u0915\u0928","translationTheme.dashedBorder":"\u0927\u0930\u093E\u0936\u093E\u092F\u0940 \u0938\u0940\u092E\u093E","translationTheme.solidBorder":"\u0920\u094B\u0938 \u0938\u0940\u092E\u093E","translationTheme.underline":"\u0938\u0940\u0927\u0947 \u0930\u0947\u0916\u093E\u0902\u0915\u093F\u0924 \u0915\u0930\u0947\u0902","translationTheme.mask":"\u0927\u0941\u0902\u0927\u0932\u093E \u092A\u094D\u0930\u092D\u093E\u0935 (\u0938\u0940\u0916\u0928\u0947 \u0915\u093E \u0924\u0930\u0940\u0915\u093E)","translationTheme.opacity":"\u092A\u093E\u0930\u0926\u0930\u094D\u0936\u093F\u0924\u093E \u092A\u094D\u0930\u092D\u093E\u0935","translationTheme.paper":"\u0936\u094D\u0935\u0947\u0924 \u092A\u0924\u094D\u0930 \u091B\u093E\u092F\u093E \u092A\u094D\u0930\u092D\u093E\u0935","translationTheme.dividingLine":"\u0935\u093F\u092D\u093E\u091C\u0928 \u0930\u0947\u0916\u093E","translationTheme.highlight":"\u092A\u094D\u0930\u092E\u0941\u0916\u0924\u093E \u0938\u0947 \u0926\u093F\u0916\u093E\u0928\u093E","translationTheme.marker":"\u0928\u093F\u0936\u093E\u0928","translationTheme.marker2":"\u092E\u093E\u0930\u094D\u0915\u0930 2","translationTheme.blockquote":"\u0938\u0902\u0926\u0930\u094D\u092D \u0936\u0948\u0932\u0940","translationTheme.weakening":"\u0915\u092E\u091C\u094B\u0930","translationTheme.italic":"\u0924\u093F\u0930\u094D\u091B\u093E","translationTheme.bold":"\u092C\u094B\u0932\u094D\u0921","translationTheme.thinDashed":"\u092A\u0924\u0932\u0940 \u0927\u0930\u093E\u0936\u093E\u092F\u0940 \u0930\u0947\u0916\u093E\u0902\u0915\u0928","translationTheme.nativeDashed":"\u0938\u093F\u0938\u094D\u091F\u092E \u092C\u093F\u0902\u0926\u0940\u0926\u093E\u0930 \u0905\u0902\u0921\u0930\u0932\u093E\u0907\u0928 \u0915\u0947 \u0938\u093E\u0925 \u0906\u0924\u093E \u0939\u0948","translationTheme.nativeDotted":"\u0938\u093F\u0938\u094D\u091F\u092E \u092C\u093F\u0902\u0926\u0940\u0926\u093E\u0930 \u0905\u0902\u0921\u0930\u0932\u093E\u0907\u0928 \u0915\u0947 \u0938\u093E\u0925 \u0906\u0924\u093E \u0939\u0948","translationTheme.nativeUnderline":"\u0938\u093F\u0938\u094D\u091F\u092E \u0938\u0940\u0927\u0947 \u0905\u0902\u0921\u0930\u0932\u093E\u0907\u0928 \u0915\u0947 \u0938\u093E\u0925 \u0906\u0924\u093E \u0939\u0948","translationTheme.wavy":"\u0932\u0939\u0930\u0926\u093E\u0930 \u0930\u0947\u0916\u093E\u090F\u0901","translationServices.custom":"\u0915\u0938\u094D\u091F\u092E \u090F\u092A\u0940\u0906\u0908","translationServices.tencent":"\u091F\u0947\u0928\u0938\u0947\u0902\u091F \u0905\u0928\u0941\u0935\u093E\u0926\u0915","translationServices.tenAlpha":"Tencent \u0905\u0928\u0941\u0935\u093E\u0926\u0915 (\u0905\u0932\u094D\u092B\u093E)","translationServices.google":"\u0917\u0942\u0917\u0932 \u0905\u0928\u0941\u0935\u093E\u0926","translationServices.bai":"Baidu(\u0905\u0932\u094D\u092B\u093E)","translationServices.baidu":"Baidu \u0905\u0928\u0941\u0935\u093E\u0926\u0915","translationServices.aliyun":"\u0905\u0932\u0940\u092C\u093E\u092C\u093E \u0915\u094D\u0932\u093E\u0909\u0921 \u0905\u0928\u0941\u0935\u093E\u0926","translationServices.volc":"\u091C\u094D\u0935\u093E\u0932\u093E\u092E\u0941\u0916\u0940 \u0905\u0928\u0941\u0935\u093E\u0926","translationServices.deeplx":"\u0921\u0940\u092A\u090F\u0932\u090F\u0915\u094D\u0938(\u092C\u0940\u091F\u093E)","translationServices.bing":"\u092E\u093E\u0907\u0915\u094D\u0930\u094B\u0938\u0949\u092B\u094D\u091F \u0905\u0928\u0941\u0935\u093E\u0926\u0915","translationServices.deepl":"\u0921\u0940\u092A\u090F\u0932","translationServices.wechat":"\u0935\u0940\u091A\u0948\u091F \u0905\u0928\u0941\u0935\u093E\u0926","translationServices.azure":"\u0928\u0940\u0932\u093E \u0905\u0928\u0941\u0935\u093E\u0926","translationServices.ibm":"\u0906\u0908\u092C\u0940\u090F\u092E \u0935\u0949\u091F\u0938\u0928","translationServices.aws":"\u0905\u092E\u0947\u091C\u093C\u0928 \u0905\u0928\u0941\u0935\u093E\u0926","translationServices.mock":"\u0905\u0928\u0941\u0930\u0942\u092A\u093F\u0924 \u0905\u0928\u0941\u0935\u093E\u0926","translationServices.mock2":"\u0938\u093F\u092E\u094D\u092F\u0941\u0932\u0947\u091F\u0947\u0921 \u0905\u0928\u0941\u0935\u093E\u0926 2","translationServices.caiyun":"\u0915\u0948\u092F\u0941\u0928 \u0936\u093F\u092F\u093E\u0913\u092F\u0940","translationServices.cai":"\u0915\u0948\u092F\u0941\u0928 \u0936\u093F\u092F\u093E\u0913\u092F\u0940 (\u0905\u0932\u094D\u092B\u093E)","translationServices.volcAlpha":"\u091C\u094D\u0935\u093E\u0932\u093E\u092E\u0941\u0916\u0940 (\u0905\u0932\u094D\u092B\u093E)","translationServices.openl":"\u0913\u092A\u0928\u090F\u0932","translationServices.youdao":"Youdao \u0905\u0928\u0941\u0935\u093E\u0926","translationServices.you":"Youdao \u0905\u0928\u0941\u0935\u093E\u0926 (\u0905\u0932\u094D\u092B\u093E)","translationServices.transmart":"Tencent \u0907\u0902\u091F\u0930\u0948\u0915\u094D\u091F\u093F\u0935 \u0905\u0928\u0941\u0935\u093E\u0926","translationServices.niu":"\u092E\u093E\u0935\u0947\u0930\u093F\u0915\u094D\u0938 \u0905\u0928\u0941\u0935\u093E\u0926","translationServices.papago":"\u092A\u093E\u092A\u093E\u0917\u094B \u0905\u0928\u0941\u0935\u093E\u0926","translationServices.d":"\u0921\u0940(\u0905\u0932\u094D\u092B\u093E)","translationServices.dpro":"\u0921\u0940 \u092A\u094D\u0930\u094B (\u0915\u0948\u0928\u0930\u0940)","translationServices.openai":"\u0913\u092A\u0928\u090F\u0906\u0908","translationServices.chatgpt":"\u091A\u0948\u091F\u091C\u0940\u092A\u0940\u091F\u0940 \u0935\u0947\u092C(3.5 \u092E\u094B\u092C\u093E\u0907\u0932)","translate title":"\u092A\u0943\u0937\u094D\u0920 \u0936\u0940\u0930\u094D\u0937\u0915 \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0947\u0902","always languages":"\u0939\u092E\u0947\u0936\u093E \u0905\u0928\u0941\u0935\u093E\u0926\u093F\u0924 \u092D\u093E\u0937\u093E",neverTranslateLanguagesLabel:"\u0910\u0938\u0940 \u092D\u093E\u0937\u093E\u090F\u0901 \u091C\u093F\u0928\u0915\u093E \u0915\u092D\u0940 \u0905\u0928\u0941\u0935\u093E\u0926 \u0928\u0939\u0940\u0902 \u0939\u094B\u0924\u093E",neverTranslateTheFollowingLanguagesDescription:"\u091C\u092C \u092A\u0943\u0937\u094D\u0920 \u092E\u0947\u0902 \u0915\u094B\u0908 \u092A\u0948\u0930\u093E\u0917\u094D\u0930\u093E\u092B \u0928\u093F\u092E\u094D\u0928\u0932\u093F\u0916\u093F\u0924 \u092D\u093E\u0937\u093E\u0913\u0902 \u092E\u0947\u0902 \u0939\u094B\u0917\u093E \u0924\u094B \u0905\u0928\u0941\u0935\u093E\u0926 \u091B\u094B\u0921\u093C \u0926\u093F\u092F\u093E \u091C\u093E\u090F\u0917\u093E",enableUserscriptPagePopup:"\u092A\u0943\u0937\u094D\u0920 \u092A\u0930 \u0924\u0948\u0930\u0924\u0940 \u0939\u0941\u0908 \u0917\u0947\u0902\u0926 \u0926\u093F\u0916\u093E\u090F\u0901",enableUserscriptPagePopupDescription:"\u092B\u094D\u0932\u094B\u091F\u093F\u0902\u0917 \u092C\u0949\u0932 \u0915\u094B \u092C\u0902\u0926 \u0915\u0930\u0928\u0947 \u0915\u0947 \u092C\u093E\u0926 \u0906\u092A \u0909\u0938\u0947 \u091C\u0917\u093E\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u0936\u0949\u0930\u094D\u091F\u0915\u091F \u0915\u0941\u0902\u091C\u0940/{touch}\u0915\u093E \u0909\u092A\u092F\u094B\u0917 \u0915\u0930 \u0938\u0915\u0924\u0947 \u0939\u0948\u0902\u0964 \u0907\u0938 \u0935\u093F\u0915\u0932\u094D\u092A \u0915\u094B \u0917\u0932\u0924\u0940 \u0938\u0947 \u092C\u0902\u0926 \u0915\u0930\u0928\u0947 \u0915\u0947 \u092C\u093E\u0926 \u092B\u094D\u0932\u094B\u091F\u093F\u0902\u0917 \u092C\u0949\u0932 \u0915\u094B \u092E\u093F\u0932\u0928\u0947 \u0938\u0947 \u0930\u094B\u0915\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F, \u0907\u0938 \u0938\u0947\u091F\u093F\u0902\u0917 \u092A\u0947\u091C \u0915\u094B \u092C\u0941\u0915\u092E\u093E\u0930\u094D\u0915 \u0915\u0930\u0928\u0947 \u0915\u0940 \u092A\u0941\u0930\u091C\u094B\u0930 \u0905\u0928\u0941\u0936\u0902\u0938\u093E \u0915\u0940 \u091C\u093E\u0924\u0940 \u0939\u0948\u0964","always translate the following languages":"\u091C\u092C \u092A\u0943\u0937\u094D\u0920 \u0915\u0940 \u092D\u093E\u0937\u093E \u0928\u093F\u092E\u094D\u0928\u0932\u093F\u0916\u093F\u0924 \u092D\u093E\u0937\u093E\u0913\u0902 \u092E\u0947\u0902 \u0939\u094B\u0917\u0940, \u0924\u094B \u0907\u0938\u0947 \u0938\u094D\u0935\u091A\u093E\u0932\u093F\u0924 \u0930\u0942\u092A \u0938\u0947 \u0932\u0915\u094D\u0937\u094D\u092F \u092D\u093E\u0937\u093E \u092E\u0947\u0902 \u0905\u0928\u0941\u0935\u093E\u0926\u093F\u0924 \u0915\u093F\u092F\u093E \u091C\u093E\u090F\u0917\u093E","always sites":"\u0939\u092E\u0947\u0936\u093E \u0905\u0928\u0941\u0935\u093E\u0926\u093F\u0924 \u092F\u0942\u0906\u0930\u090F\u0932","always translate the following sites":"\u091C\u092C \u0935\u0947\u092C\u0938\u093E\u0907\u091F \u0928\u093F\u092E\u094D\u0928\u0932\u093F\u0916\u093F\u0924 \u0921\u094B\u092E\u0947\u0928 \u0928\u093E\u092E \u0915\u0940 \u0939\u094B\u0917\u0940, \u0924\u094B \u0907\u0938\u0947 \u0938\u094D\u0935\u091A\u093E\u0932\u093F\u0924 \u0930\u0942\u092A \u0938\u0947 \u0932\u0915\u094D\u0937\u094D\u092F \u092D\u093E\u0937\u093E \u092E\u0947\u0902 \u0905\u0928\u0941\u0935\u093E\u0926\u093F\u0924 \u0915\u093F\u092F\u093E \u091C\u093E\u090F\u0917\u093E","never sites":"\u0910\u0938\u0947 \u092F\u0942\u0906\u0930\u090F\u0932 \u091C\u093F\u0928\u0915\u093E \u0915\u092D\u0940 \u0905\u0928\u0941\u0935\u093E\u0926 \u0928\u0939\u0940\u0902 \u0915\u093F\u092F\u093E \u091C\u093E\u090F\u0917\u093E","never translate the following sites":"\u091C\u092C \u0935\u0947\u092C\u0938\u093E\u0907\u091F \u0928\u093F\u092E\u094D\u0928\u0932\u093F\u0916\u093F\u0924 \u0921\u094B\u092E\u0947\u0928 \u0928\u093E\u092E \u0915\u0940 \u0939\u094B \u0924\u094B \u0905\u0928\u0941\u0935\u093E\u0926 \u0928\u0939\u0940\u0902 \u0915\u093F\u092F\u093E \u091C\u093E\u090F\u0917\u093E","please refer to":"\u0909\u092A\u092F\u094B\u0917 \u0915\u0930\u0928\u0947 \u0938\u0947 \u092A\u0939\u0932\u0947 \u0906\u092A\u0915\u094B \u0915\u0941\u0902\u091C\u0940 \u092D\u0930\u0928\u0940 \u0939\u094B\u0917\u0940\u0964 \u0935\u093F\u0935\u0930\u0923 \u0915\u0947 \u0932\u093F\u090F, \u0915\u0943\u092A\u092F\u093E \u0926\u0947\u0916\u0947\u0902",KeyAndConfigurationTutorial:'"\u092E\u0941\u0916\u094D\u092F \u0905\u0928\u0941\u092A\u094D\u0930\u092F\u094B\u0917 \u0914\u0930 \u0915\u0949\u0928\u094D\u092B\u093C\u093F\u0917\u0930\u0947\u0936\u0928 \u091F\u094D\u092F\u0942\u091F\u094B\u0930\u093F\u092F\u0932"',useAboveStyleForTheseSites:"\u091C\u092C \u0935\u0947\u092C\u0938\u093E\u0907\u091F \u0928\u093F\u092E\u094D\u0928 \u0921\u094B\u092E\u0947\u0928 \u0928\u093E\u092E \u0939\u094B, \u0924\u094B \u0939\u092E\u0947\u0936\u093E \u2308{theme}\u230B \u0905\u0928\u0941\u0935\u093E\u0926 \u0936\u0948\u0932\u0940 \u0915\u093E \u0909\u092A\u092F\u094B\u0917 \u0915\u0930\u0947\u0902",currentUrl:"\u0935\u0930\u094D\u0924\u092E\u093E\u0928 \u092F\u0942\u0906\u0930\u090F\u0932",confirm:"\u092C\u091A\u093E\u0928\u093E",cancel:"\u0930\u0926\u094D\u0926 \u0915\u0930\u0928\u093E",delete:"\u092E\u093F\u091F\u093E\u0928\u093E","languages.auto":"\u0938\u094D\u0935\u091A\u093E\u0932\u093F\u0924 \u092A\u0939\u091A\u093E\u0928",syncToCloud:"Google Drive \u0938\u0947 \u0938\u093F\u0902\u0915 \u0915\u0930\u0947\u0902",syncToCloudDescription:"\u0915\u094D\u0932\u093E\u0909\u0921 \u092A\u0930 \u0905\u092A\u0932\u094B\u0921 \u0915\u0930\u0947\u0902, \u0914\u0930 \u0905\u0902\u0924\u093F\u092E \u0938\u0902\u0936\u094B\u0927\u0928 \u0938\u092E\u092F \u0915\u0947 \u0905\u0927\u0940\u0928, \u0915\u0949\u0928\u094D\u092B\u093C\u093F\u0917\u0930\u0947\u0936\u0928 \u0915\u094B \u0935\u093F\u092D\u093F\u0928\u094D\u0928 \u092C\u094D\u0930\u093E\u0909\u091C\u093C\u0930\u094B\u0902/\u0911\u092F\u0932 \u092E\u0902\u0915\u0940 \u0938\u094D\u0915\u094D\u0930\u093F\u092A\u094D\u091F \u0915\u0947 \u092C\u0940\u091A \u0938\u093F\u0902\u0915\u094D\u0930\u0928\u093E\u0907\u091C\u093C \u0915\u093F\u092F\u093E \u091C\u093E \u0938\u0915\u0924\u093E \u0939\u0948\u0964",syncToAccount:"\u0907\u092E\u0930\u094D\u0938\u093F\u0935 \u091F\u094D\u0930\u093E\u0902\u0938\u0932\u0947\u0936\u0928 \u0915\u094D\u0932\u093E\u0909\u0921 \u0938\u0947 \u0938\u093F\u0902\u0915 \u0915\u0930\u0947\u0902",syncToAccountButton:"\u0924\u0941\u0930\u0902\u0924 \u0915\u094D\u0932\u093E\u0909\u0921 \u0915\u0947 \u0938\u093E\u0925 \u0938\u093F\u0902\u0915 \u0915\u0930\u0947\u0902",syncToAccountDescription:"\u0905\u0902\u0924\u093F\u092E \u0938\u0902\u0936\u094B\u0927\u0928 \u0938\u092E\u092F \u0915\u0947 \u0906\u0927\u093E\u0930 \u092A\u0930, \u0935\u093F\u092D\u093F\u0928\u094D\u0928 \u0909\u092A\u0915\u0930\u0923\u094B\u0902 \u0915\u0947 \u092C\u0940\u091A \u0915\u0949\u0928\u094D\u092B\u093C\u093F\u0917\u0930\u0947\u0936\u0928 \u0915\u094B \u0938\u094D\u0935\u091A\u093E\u0932\u093F\u0924 \u0930\u0942\u092A \u0938\u0947 \u0938\u093F\u0902\u0915\u094D\u0930\u0928\u093E\u0907\u091C\u093C \u0915\u0930\u0947\u0902\u0964",successSyncConfigInAccount:"\u0915\u094D\u0932\u093E\u0909\u0921 \u0915\u0947 \u0938\u093E\u0925 \u0938\u092B\u0932\u0924\u093E\u092A\u0942\u0930\u094D\u0935\u0915 \u0938\u092E\u0928\u094D\u0935\u092F\u093F\u0924 \u0930\u0939\u0947\u0902",successSyncConfigToAccount:"\u0915\u094D\u0932\u093E\u0909\u0921 \u0915\u0947 \u0938\u093E\u0925 \u0938\u092B\u0932\u0924\u093E\u092A\u0942\u0930\u094D\u0935\u0915 \u0938\u092E\u0928\u094D\u0935\u092F\u093F\u0924 \u0915\u093F\u092F\u093E \u0917\u092F\u093E",syncConfigNoUpdate:"\u092A\u0939\u0932\u0947 \u0938\u0947 \u0939\u0940 \u0928\u0935\u0940\u0928\u0924\u092E",authFail:"\u092A\u094D\u0930\u092E\u093E\u0923\u0940\u0915\u0930\u0923 \u0935\u093F\u092B\u0932",syncTitle:"\u092E\u0948\u0928\u094D\u092F\u0941\u0905\u0932 \u092C\u0948\u0915\u0905\u092A \u092A\u094D\u0930\u092C\u0902\u0927\u0928",import_hint:"\u0906\u092F\u093E\u0924",upload:"\u0921\u093E\u0932\u0928\u093E",revokeAuth:"\u092A\u094D\u0930\u093E\u0927\u093F\u0915\u0930\u0923 \u0930\u0926\u094D\u0926 \u0915\u0930\u0947\u0902",uploadFail:"\u0905\u092A\u0932\u094B\u0921 \u0935\u093F\u092B\u0932",download:"\u0921\u093E\u0909\u0928\u0932\u094B\u0921 \u0915\u0930\u0928\u093E",importSuccess:"\u0906\u092F\u093E\u0924 \u0938\u092B\u0932",importFail:"\u0906\u092F\u093E\u0924 \u0935\u093F\u092B\u0932",deleteFail:"\u0939\u091F\u093E\u0928\u0947 \u092E\u0947\u0902 \u0935\u093F\u092B\u0932",backupToCloud:"\u092C\u0948\u0915\u0905\u092A \u092B\u093C\u093E\u0907\u0932\u094B\u0902 \u0915\u094B \u092E\u0948\u0928\u094D\u092F\u0941\u0905\u0932 \u0930\u0942\u092A \u0938\u0947 \u092A\u094D\u0930\u092C\u0902\u0927\u093F\u0924 \u0915\u0930\u0947\u0902",create_new_backup:"\u092C\u0948\u0915\u0905\u092A \u0928\u094B\u0921 \u091C\u094B\u0921\u093C\u0947\u0902",maxBackupFiles:"\u0905\u0927\u093F\u0915\u0924\u092E{count}\u0935\u093F\u092D\u093F\u0928\u094D\u0928 \u0928\u094B\u0921\u094D\u0938 \u0915\u093E \u092C\u0948\u0915\u0905\u092A \u0932\u093F\u092F\u093E \u091C\u093E \u0938\u0915\u0924\u093E \u0939\u0948, \u0915\u0943\u092A\u092F\u093E \u0905\u0928\u093E\u0935\u0936\u094D\u092F\u0915 \u0928\u094B\u0921\u094D\u0938 \u0939\u091F\u093E \u0926\u0947\u0902",backupToCloudDescription:"\u092C\u0948\u0915\u0905\u092A \u092B\u093C\u093E\u0907\u0932\u094B\u0902 \u0915\u094B \u092E\u0948\u0928\u094D\u092F\u0941\u0905\u0932 \u0930\u0942\u092A \u0938\u0947 \u0905\u092A\u0932\u094B\u0921 \u092F\u093E \u092A\u0941\u0928\u0930\u094D\u0938\u094D\u0925\u093E\u092A\u093F\u0924 \u0915\u0930\u0947\u0902, \u091C\u093F\u0938\u0938\u0947 3 \u0905\u0932\u0917-\u0905\u0932\u0917 \u092C\u0948\u0915\u0905\u092A \u0915\u0940 \u0905\u0928\u0941\u092E\u0924\u093F \u092E\u093F\u0932\u0924\u0940 \u0939\u0948",successSyncConfig:"\u0915\u094D\u0932\u093E\u0909\u0921 \u0915\u0947 \u0938\u093E\u0925 \u0938\u092B\u0932\u0924\u093E\u092A\u0942\u0930\u094D\u0935\u0915 \u0938\u092E\u0928\u094D\u0935\u092F\u093F\u0924 \u0930\u0939\u0947\u0902",syncFail:"\u0938\u092E\u0928\u094D\u0935\u092F\u0928 \u0935\u093F\u092B\u0932",updatedAt:"{date}\u092A\u0930 \u0905\u0926\u094D\u092F\u0924\u0928 \u0915\u093F\u092F\u093E \u0917\u092F\u093E",lastSyncedAt:"\u0905\u0902\u0924\u093F\u092E \u092C\u093E\u0930 {date}\u092A\u0930 \u091C\u093E\u0901\u091A \u0915\u0940 \u0917\u0908",downloadFail:"\u0921\u093E\u0909\u0928\u0932\u094B\u0921 \u0935\u093F\u092B\u0932",clickToDownload:"\u0921\u093E\u0909\u0928\u0932\u094B\u0921 \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u0915\u094D\u0932\u093F\u0915 \u0915\u0930\u0947\u0902",aboutLabel:"\u0915\u0947 \u092C\u093E\u0930\u0947 \u092E\u0947\u0902 - \u092A\u094D\u0930\u0924\u093F\u0915\u094D\u0930\u093F\u092F\u093E","browser.openAboutPage":"\u0915\u0947 \u092C\u093E\u0930\u0947 \u092E\u0947\u0902/\u092A\u094D\u0930\u0924\u093F\u0915\u094D\u0930\u093F\u092F\u093E",aboutLabelWithoutSponsor:"\u0915\u0947 \u092C\u093E\u0930\u0947 \u092E\u0947\u0902 - \u092A\u094D\u0930\u0924\u093F\u0915\u094D\u0930\u093F\u092F\u093E",aboutIntro:"\u092E\u0941\u091D\u0947 \u0906\u0936\u093E \u0939\u0948 \u0915\u093F \u0939\u092E \u0938\u092D\u0940 \u0907\u0902\u091F\u0930\u0928\u0947\u091F \u092A\u0930 \u0935\u093F\u0936\u093E\u0932 \u0935\u093F\u0926\u0947\u0936\u0940 \u092D\u093E\u0937\u093E \u0915\u0940 \u091C\u093E\u0928\u0915\u093E\u0930\u0940 \u0905\u0927\u093F\u0915 \u0906\u0938\u093E\u0928\u0940 \u0938\u0947 \u0914\u0930 \u0916\u0941\u0936\u0940 \u0938\u0947 \u092A\u094D\u0930\u093E\u092A\u094D\u0924 \u0915\u0930 \u0938\u0915\u0924\u0947 \u0939\u0948\u0902\u2764\uFE0F \u0906\u092A <6> \u092A\u094D\u0930\u094B \u0938\u0926\u0938\u094D\u092F\u0924\u093E \u0916\u094B\u0932\u0928\u093E \u091A\u0941\u0928 \u0938\u0915\u0924\u0947 \u0939\u0948\u0902 \u0921\u0940\u092A\u090F\u0932 \u0914\u0930 \u0913\u092A\u0928\u090F\u0906\u0908 \u0905\u0928\u0941\u0935\u093E\u0926\u094B\u0902 \u0915\u094B \u092C\u0949\u0915\u094D\u0938 \u0938\u0947 \u092C\u093E\u0939\u0930 \u0909\u092A\u092F\u094B\u0917 \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F\u0964

\u0939\u092E\u0947\u0902 <3>\u091F\u094D\u0935\u093F\u091F\u0930 \u092A\u0930 \u092B\u093C\u0949\u0932\u094B \u0915\u0930 \u0938\u0915\u0924\u0947 \u0939\u0948\u0902 ,<4>\u091F\u0947\u0932\u0940\u0917\u094D\u0930\u093E\u092E \u091A\u0948\u0928\u0932 , WeChat \u0938\u093E\u0930\u094D\u0935\u091C\u0928\u093F\u0915 \u0916\u093E\u0924\u093E, WeChat \u0938\u0902\u091A\u093E\u0930 \u0938\u092E\u0942\u0939, \u092F\u093E \u0928\u0940\u091A\u0947 <5> \u0908\u092E\u0947\u0932 \u0938\u0926\u0938\u094D\u092F\u0924\u093E \u0905\u092A\u0921\u0947\u091F \u091F\u094D\u0930\u0948\u0915 \u0915\u0930\u0947\u0902.
<7>\u092A\u094D\u0930\u094B \u0938\u0926\u0938\u094D\u092F \u0906\u092A \u090F\u0915\u094D\u0938\u092A\u094D\u0930\u0947\u0938 \u0917\u094D\u0930\u093E\u0939\u0915 \u0938\u0947\u0935\u093E \u0908\u092E\u0947\u0932 <8> support@immersivetranslate.com \u0938\u0947 \u0938\u0902\u092A\u0930\u094D\u0915 \u0915\u0930 \u0938\u0915\u0924\u0947 \u0939\u0948\u0902 \u0939\u092E\u093E\u0930\u0947 \u0938\u093E\u0925 \u091C\u0941\u0921\u093C\u0947\u0964",aboutIntroWithoutSponsor:"\u092E\u0941\u091D\u0947 \u0906\u0936\u093E \u0939\u0948 \u0915\u093F \u0939\u092E \u0938\u092D\u0940 \u0907\u0902\u091F\u0930\u0928\u0947\u091F \u092A\u0930 \u0935\u093F\u0936\u093E\u0932 \u092E\u093E\u0924\u094D\u0930\u093E \u092E\u0947\u0902 \u0935\u093F\u0926\u0947\u0936\u0940 \u092D\u093E\u0937\u093E \u0915\u0940 \u091C\u093E\u0928\u0915\u093E\u0930\u0940 \u0924\u0915 \u0906\u0938\u093E\u0928 \u0914\u0930 \u0905\u0927\u093F\u0915 \u0906\u0928\u0902\u0926\u0926\u093E\u092F\u0915 \u092A\u0939\u0941\u0902\u091A \u092A\u094D\u0930\u093E\u092A\u094D\u0924 \u0915\u0930 \u0938\u0915\u0924\u0947 \u0939\u0948\u0902 \u2764\uFE0F

\u0906\u092A \u0939\u092E\u0947\u0902 \u091F\u094D\u0935\u093F\u091F\u0930 \u092A\u0930 \u092B\u093C\u0949\u0932\u094B \u0915\u0930 \u0938\u0915\u0924\u0947 \u0939\u0948\u0902 <3> ,<4>\u091F\u0947\u0932\u0940\u0917\u094D\u0930\u093E\u092E \u091A\u0948\u0928\u0932 , WeChat \u0938\u093E\u0930\u094D\u0935\u091C\u0928\u093F\u0915 \u0916\u093E\u0924\u093E, WeChat \u0938\u0902\u091A\u093E\u0930 \u0938\u092E\u0942\u0939, \u092F\u093E \u0928\u0940\u091A\u0947 <5> \u0908\u092E\u0947\u0932 \u0938\u0926\u0938\u094D\u092F\u0924\u093E \u0905\u092A\u0921\u0947\u091F \u091F\u094D\u0930\u0948\u0915 \u0915\u0930\u0947\u0902.",projectHomepage:"\u092A\u094D\u0930\u094B\u091C\u0947\u0915\u094D\u091F \u0939\u094B\u092E \u092A\u0947\u091C",joinTelegramGroup:"\u092B\u093C\u0902\u0915\u094D\u0936\u0928 \u091A\u0930\u094D\u091A\u093E\u0913\u0902 \u092E\u0947\u0902 \u092D\u093E\u0917 \u0932\u0947\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u0909\u092A\u092F\u094B\u0917\u0915\u0930\u094D\u0924\u093E \u0938\u0902\u091A\u093E\u0930 \u0938\u092E\u0942\u0939 \u092E\u0947\u0902 \u0936\u093E\u092E\u093F\u0932 \u0939\u094B\u0902",wechatPublicAccount:"WeChat \u0938\u093E\u0930\u094D\u0935\u091C\u0928\u093F\u0915 \u0916\u093E\u0924\u093E",wechatCommunities:"WeChat \u0938\u0902\u091A\u093E\u0930 \u0938\u092E\u0942\u0939",qqCommunities:"QQ \u0938\u0902\u091A\u093E\u0930 \u091A\u0948\u0928\u0932",joinTelegramChannel:"\u0928\u0935\u0940\u0928\u0924\u092E \u0905\u092A\u0921\u0947\u091F \u0915\u0947 \u0932\u093F\u090F \u091F\u0947\u0932\u0940\u0917\u094D\u0930\u093E\u092E \u091A\u0948\u0928\u0932 \u0915\u094B \u092B\u0949\u0932\u094B \u0915\u0930\u0947\u0902",feedbackAndJoin:"\u0938\u092E\u0938\u094D\u092F\u093E \u092A\u094D\u0930\u0924\u093F\u0915\u094D\u0930\u093F\u092F\u093E/\u0938\u092E\u0942\u0939 \u092E\u0947\u0902 \u0936\u093E\u092E\u093F\u0932 \u0939\u094B\u0902",autoSync:"\u0938\u094D\u0935\u091A\u093E\u0932\u093F\u0924 \u0905\u0928\u0941\u0938\u0942\u091A\u093F\u0924 \u0924\u0941\u0932\u094D\u092F\u0915\u093E\u0932\u0928",loadingThemeTitle:"\u0932\u094B\u0921\u093F\u0902\u0917 \u0936\u0948\u0932\u0940",loadingThemeDescription:"\u0905\u0928\u0941\u0935\u093E\u0926 \u0932\u094B\u0921 \u0939\u094B\u0928\u0947 \u0915\u0940 \u092A\u094D\u0930\u0924\u0940\u0915\u094D\u0937\u093E \u0915\u0930\u0924\u0947 \u0938\u092E\u092F \u0936\u0948\u0932\u0940 \u0938\u0947\u091F \u0915\u0930\u0947\u0902","loadingTheme.spinner":"\u0935\u0943\u0924\u094D\u0924 \u090F\u0928\u0940\u092E\u0947\u0936\u0928","loadingTheme.text":"\u0938\u094D\u0925\u093F\u0930 \u092A\u093E\u0920... ","loadingTheme.none":"\u0928\u0939\u0940\u0902 \u0926\u093F\u0916\u093E\u0924\u0947",developerDescription:"\u0906\u092A \u092F\u0939\u093E\u0902 <1> \u092A\u0930 \u0915\u094D\u0932\u093F\u0915 \u0915\u0930 \u0938\u0915\u0924\u0947 \u0939\u0948\u0902 \u0909\u0928\u094D\u0928\u0924 \u0905\u0928\u0941\u0915\u0942\u0932\u0928 \u0938\u0947 \u0938\u0902\u092C\u0902\u0927\u093F\u0924 \u0926\u0938\u094D\u0924\u093E\u0935\u0947\u091C\u093C \u0926\u0947\u0916\u0947\u0902","edit border color":"\u092C\u0949\u0930\u094D\u0921\u0930 \u0915\u093E \u0930\u0902\u0917 \u0938\u0902\u0936\u094B\u0927\u093F\u0924 \u0915\u0930\u0947\u0902",successSyncButNoChange:"\u0935\u0930\u094D\u0924\u092E\u093E\u0928 \u0915\u0949\u0928\u094D\u092B\u093C\u093F\u0917\u0930\u0947\u0936\u0928 \u0915\u094D\u0932\u093E\u0909\u0921 \u0915\u0947 \u0905\u0928\u0941\u0930\u0942\u092A \u0939\u0948",customTheme:"\u0915\u0938\u094D\u091F\u092E \u0930\u0902\u0917 \u0914\u0930 \u0906\u0915\u093E\u0930","customThemeLabel.borderColor":"\u0938\u0940\u092E\u093E \u0930\u0902\u0917","customThemeLabel.borderRadius":"\u0938\u0940\u092E\u093E \u0917\u094B\u0932\u093E\u0915\u093E\u0930 \u0915\u094B\u0928\u0947","customThemeLabel.textColor":"\u092A\u093E\u0920 \u0915\u093E \u0930\u0902\u0917","customThemeLabel.backgroundColor":"\u092A\u0943\u0937\u094D\u0920\u092D\u0942\u092E\u093F \u0915\u093E \u0930\u0902\u0917","customThemeLabel.zoom":"\u092B\u093C\u0949\u0928\u094D\u091F \u0938\u094D\u0915\u0947\u0932\u093F\u0902\u0917 (%)","customThemeLabel.opacity":"\u092A\u093E\u0920 \u0905\u092A\u093E\u0930\u0926\u0930\u094D\u0936\u093F\u0924\u093E (%)",resetToDefaultColor:"\u0921\u093F\u092B\u093C\u0949\u0932\u094D\u091F \u0930\u0902\u0917 \u092A\u0930 \u0935\u093E\u092A\u0938 \u0932\u094C\u091F\u0947\u0902",resetToDefaultSettings:"\u0921\u093F\u092B\u093C\u0949\u0932\u094D\u091F \u0938\u0947\u091F\u093F\u0902\u0917\u094D\u0938 \u092A\u0930 \u0935\u093E\u092A\u0938 \u0932\u094C\u091F\u0947\u0902",isTranslateTitle:"\u0905\u0928\u0941\u0935\u093E\u0926\u093F\u0924 \u0935\u0947\u092C \u092A\u0947\u091C \u0936\u0940\u0930\u094D\u0937\u0915 \u091A\u093E\u0932\u0942 \u0915\u0930\u0947\u0902",isTranslateTitleDescription:"\u091A\u093E\u0932\u0942 \u0939\u094B\u0928\u0947 \u092A\u0930, \u0935\u0947\u092C \u092A\u0947\u091C \u0936\u0940\u0930\u094D\u0937\u0915 \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u093F\u092F\u093E \u091C\u093E\u090F\u0917\u093E",enableSearchEnhancement:"\u0926\u094D\u0935\u093F\u092D\u093E\u0937\u0940 \u0938\u0942\u091A\u0928\u093E \u0938\u0902\u0935\u0930\u094D\u0926\u094D\u0927\u0928 \u0938\u0915\u094D\u0937\u092E \u0915\u0930\u0947\u0902",enableSearchEnhancementDescription:'\u091A\u093E\u0932\u0942 \u0939\u094B\u0928\u0947 \u0915\u0947 \u092C\u093E\u0926, \u0905\u0902\u0917\u094D\u0930\u0947\u091C\u0940 \u0915\u0940\u0935\u0930\u094D\u0921 \u0938\u0947 \u0938\u0902\u092C\u0902\u0927\u093F\u0924 "Google \u0938\u092E\u093E\u091A\u093E\u0930" \u0916\u094B\u091C \u092A\u0930\u093F\u0923\u093E\u092E \u0938\u094D\u0935\u091A\u093E\u0932\u093F\u0924 \u0930\u0942\u092A \u0938\u0947 \u0938\u092E\u0930\u094D\u0925\u093F\u0924 \u0935\u0947\u092C\u0938\u093E\u0907\u091F\u094B\u0902 (Google \u0938\u092E\u093E\u091A\u093E\u0930, Google \u0916\u094B\u091C (\u0915\u0941\u091B \u0915\u0940\u0935\u0930\u094D\u0921), \u0938\u094D\u0928\u094B\u092C\u0949\u0932, \u0913\u0930\u093F\u090F\u0902\u091F\u0932 \u092B\u0949\u0930\u094D\u091A\u094D\u092F\u0942\u0928, \u092B\u093C\u0941\u091F\u0942, \u091F\u093E\u0907\u0917\u0930 \u0938\u092E\u0941\u0926\u093E\u092F) \u0915\u0947 \u0926\u093E\u0939\u093F\u0928\u0947 \u0915\u0949\u0932\u092E \u092E\u0947\u0902 \u092A\u094D\u0930\u0926\u0930\u094D\u0936\u093F\u0924 \u0939\u094B\u0902\u0917\u0947\u0964',verifyService:"\u0938\u0947\u0935\u093E \u0915\u093E \u092A\u0930\u0940\u0915\u094D\u0937\u0923 \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u092F\u0939\u093E\u0902 \u0915\u094D\u0932\u093F\u0915 \u0915\u0930\u0947\u0902",verified:"\u0938\u0924\u094D\u092F\u093E\u092A\u0928 \u0938\u092B\u0932","field.langs":"\u0938\u092E\u0930\u094D\u0925\u093F\u0924 \u092D\u093E\u0937\u093E \u0915\u094B\u0921","field.model":"\u0928\u092E\u0942\u0928\u093E","field.translationEngine":"\u0905\u0928\u0941\u0935\u093E\u0926 \u0907\u0902\u091C\u0928","field.limitPerMinute":"\u092A\u094D\u0930\u0924\u093F \u092E\u093F\u0928\u091F \u0905\u0928\u0941\u0930\u094B\u0927\u094B\u0902 \u0915\u0940 \u0905\u0927\u093F\u0915\u0924\u092E \u0938\u0902\u0916\u094D\u092F\u093E","field.limitPerSecond":"\u092A\u094D\u0930\u0924\u093F \u0938\u0947\u0915\u0902\u0921 \u0905\u0928\u0941\u0930\u094B\u0927\u094B\u0902 \u0915\u0940 \u0905\u0927\u093F\u0915\u0924\u092E \u0938\u0902\u0916\u094D\u092F\u093E","field.maxTextLengthPerRequest":"\u092A\u094D\u0930\u0924\u093F \u0905\u0928\u0941\u0930\u094B\u0927 \u0905\u0927\u093F\u0915\u0924\u092E \u092A\u093E\u0920 \u0932\u0902\u092C\u093E\u0908","field.maxTextGroupLengthPerRequest":"\u092A\u094D\u0930\u0924\u093F \u0905\u0928\u0941\u0930\u094B\u0927 \u092A\u0948\u0930\u093E\u0917\u094D\u0930\u093E\u092B \u0915\u0940 \u0905\u0927\u093F\u0915\u0924\u092E \u0938\u0902\u0916\u094D\u092F\u093E","field.apiUrl":"\u0915\u0938\u094D\u091F\u092E \u090F\u092A\u0940\u0906\u0908 \u0907\u0902\u091F\u0930\u092B\u093C\u0947\u0938 \u092A\u0924\u093E","field.placeholderDelimiters":"\u0906\u0930\u0915\u094D\u0937\u093F\u0924 \u092A\u094D\u0932\u0947\u0938\u0939\u094B\u0932\u094D\u0921\u0930","description.custom":"\u0915\u0938\u094D\u091F\u092E \u0907\u0902\u091F\u0930\u092B\u093C\u0947\u0938 \u090F\u0915\u094D\u0938\u0947\u0938 \u0915\u0947 \u0932\u093F\u090F \u0938\u0902\u0926\u0930\u094D\u092D \u0926\u0938\u094D\u0924\u093E\u0935\u0947\u091C\u093C\u094B\u0902 \u0915\u0940 \u0906\u0935\u0936\u094D\u092F\u0915\u0924\u093E \u0939\u0948","description.limitPerMinute":"\u091C\u092C \u0905\u0928\u0941\u0930\u094B\u0927\u094B\u0902 \u0915\u0940 \u0938\u0902\u0916\u094D\u092F\u093E \u0907\u0938 \u0938\u0940\u092E\u093E \u0938\u0947 \u0905\u0927\u093F\u0915 \u0939\u094B \u091C\u093E\u0924\u0940 \u0939\u0948, \u0924\u094B \u092F\u0939 \u0905\u0917\u0932\u0947 \u092E\u093F\u0928\u091F \u0915\u0940 \u0936\u0941\u0930\u0941\u0906\u0924 \u0924\u0915 \u0915\u0924\u093E\u0930 \u0938\u094D\u0925\u093F\u0924\u093F \u092E\u0947\u0902 \u092A\u094D\u0930\u0935\u0947\u0936 \u0915\u0930\u0947\u0917\u0940\u0964 OpenAI \u0915\u0940 \u0935\u0930\u094D\u0924\u092E\u093E\u0928 \u0938\u0947\u0935\u093E \u0915\u0940 \u0935\u093F\u092D\u093F\u0928\u094D\u0928 \u0938\u0940\u092E\u093E\u0913\u0902 \u0915\u0947 \u0915\u093E\u0930\u0923, \u0915\u0943\u092A\u092F\u093E \u092F\u0939\u093E\u0902 <1> \u0915\u094D\u0932\u093F\u0915 \u0915\u0930\u0947\u0902 \u0928\u0935\u0940\u0928\u0924\u092E \u0905\u0928\u0941\u0936\u0902\u0938\u093F\u0924 \u092E\u093E\u0928 \u0926\u0947\u0916\u0947\u0902","description.limitPerSecond":"\u091C\u092C \u0905\u0928\u0941\u0930\u094B\u0927\u094B\u0902 \u0915\u0940 \u0938\u0902\u0916\u094D\u092F\u093E \u0907\u0938 \u0938\u0940\u092E\u093E \u0938\u0947 \u0905\u0927\u093F\u0915 \u0939\u094B \u091C\u093E\u0924\u0940 \u0939\u0948, \u0924\u094B \u092F\u0939 \u0905\u0917\u0932\u0947 \u0938\u0947\u0915\u0902\u0921 \u0915\u0940 \u0936\u0941\u0930\u0941\u0906\u0924 \u0924\u0915 \u0915\u0924\u093E\u0930 \u0938\u094D\u0925\u093F\u0924\u093F \u092E\u0947\u0902 \u092A\u094D\u0930\u0935\u0947\u0936 \u0915\u0930\u0947\u0917\u0940\u0964 OpenAI \u0915\u0940 \u0935\u0930\u094D\u0924\u092E\u093E\u0928 \u0938\u0947\u0935\u093E \u0915\u0940 \u0935\u093F\u092D\u093F\u0928\u094D\u0928 \u0938\u0940\u092E\u093E\u0913\u0902 \u0915\u0947 \u0915\u093E\u0930\u0923, \u0915\u0943\u092A\u092F\u093E \u092F\u0939\u093E\u0902 <1> \u0915\u094D\u0932\u093F\u0915 \u0915\u0930\u0947\u0902 \u0928\u0935\u0940\u0928\u0924\u092E \u0905\u0928\u0941\u0936\u0902\u0938\u093F\u0924 \u092E\u093E\u0928 \u0926\u0947\u0916\u0947\u0902","description.generalLimitPerSecond":"\u091C\u092C \u0905\u0928\u0941\u0930\u094B\u0927\u094B\u0902 \u0915\u0940 \u0938\u0902\u0916\u094D\u092F\u093E \u0907\u0938 \u0938\u0940\u092E\u093E \u0938\u0947 \u0905\u0927\u093F\u0915 \u0939\u094B \u091C\u093E\u0924\u0940 \u0939\u0948, \u0924\u094B \u092F\u0939 \u0905\u0917\u0932\u0947 \u0938\u0947\u0915\u0902\u0921 \u0915\u0940 \u0936\u0941\u0930\u0941\u0906\u0924 \u0924\u0915 \u0915\u0924\u093E\u0930 \u0938\u094D\u0925\u093F\u0924\u093F \u092E\u0947\u0902 \u092A\u094D\u0930\u0935\u0947\u0936 \u0915\u0930\u0947\u0917\u0940\u0964","description.prompt":"\u0909\u092A\u092F\u094B\u0917\u0915\u0930\u094D\u0924\u093E \u0915\u0940 \u092A\u0939\u091A\u093E\u0928 \u092E\u0947\u0902 {service} \u0915\u094B \u092D\u0947\u091C\u0940 \u0917\u0908 \u0935\u093E\u0930\u094D\u0924\u093E\u0932\u093E\u092A, \u091C\u093F\u0938\u092E\u0947\u0902 {{text}} \u092A\u0948\u0930\u093E\u0917\u094D\u0930\u093E\u092B \u0915\u093E \u092A\u093E\u0920 \u0938\u093E\u092E\u0917\u094D\u0930\u0940 \u0915\u094B \u0926\u0930\u094D\u0936\u093E\u0924\u093E \u0939\u0948, {{from}} \u092A\u0948\u0930\u093E\u0917\u094D\u0930\u093E\u092B \u0915\u0940 \u092D\u093E\u0937\u093E \u0915\u094B \u0926\u0930\u094D\u0936\u093E\u0924\u093E \u0939\u0948, \u0914\u0930 {{to}} \u0932\u0915\u094D\u0937\u094D\u092F \u092D\u093E\u0937\u093E \u0915\u094B \u0926\u0930\u094D\u0936\u093E\u0924\u093E \u0939\u0948\u0964","description.maxTextLengthPerRequest":"\u092A\u094D\u0930\u0924\u093F \u0905\u0928\u0941\u0930\u094B\u0927 \u0935\u0930\u094D\u0923\u094B\u0902 \u0915\u0940 \u0905\u0927\u093F\u0915\u0924\u092E \u0938\u0902\u0916\u094D\u092F\u093E\u0964 \u092F\u0926\u093F \u092F\u0939 \u092C\u0939\u0941\u0924 \u092C\u0921\u093C\u093E \u0939\u0948, \u0924\u094B \u0907\u0902\u091F\u0930\u092B\u093C\u0947\u0938 \u0915\u0940 \u092A\u094D\u0930\u0924\u093F\u0915\u094D\u0930\u093F\u092F\u093E \u0927\u0940\u092E\u0940 \u0939\u094B \u091C\u093E\u090F\u0917\u0940, \u0907\u0938\u0932\u093F\u090F \u0906\u092A \u0917\u0924\u093F \u0915\u094B \u0905\u0928\u0941\u0915\u0942\u0932\u093F\u0924 \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u0907\u0938 \u0935\u093F\u0915\u0932\u094D\u092A \u0915\u094B \u0938\u092E\u093E\u092F\u094B\u091C\u093F\u0924 \u0915\u0930\u0928\u0947 \u0915\u093E \u092A\u094D\u0930\u092F\u093E\u0938 \u0915\u0930 \u0938\u0915\u0924\u0947 \u0939\u0948\u0902\u0964","description.systemPrompt":"\u0938\u093F\u0938\u094D\u091F\u092E \u0915\u0940 \u092A\u0939\u091A\u093E\u0928 \u0938\u0947 {service} \u0915\u094B \u092D\u0947\u091C\u0940 \u0917\u0908 \u0935\u093E\u0930\u094D\u0924\u093E\u0932\u093E\u092A, \u091C\u093F\u0938\u092E\u0947\u0902 {{text}} \u092A\u0948\u0930\u093E\u0917\u094D\u0930\u093E\u092B \u0915\u0947 \u092A\u093E\u0920 \u0915\u0940 \u0938\u093E\u092E\u0917\u094D\u0930\u0940 \u0915\u094B \u0926\u0930\u094D\u0936\u093E\u0924\u093E \u0939\u0948, {{from}} \u092A\u0948\u0930\u093E\u0917\u094D\u0930\u093E\u092B \u0915\u0940 \u092D\u093E\u0937\u093E \u0915\u094B \u0926\u0930\u094D\u0936\u093E\u0924\u093E \u0939\u0948, {{to}} \u0932\u0915\u094D\u0937\u094D\u092F \u092D\u093E\u0937\u093E \u0915\u094B \u0926\u0930\u094D\u0936\u093E\u0924\u093E \u0939\u0948","field.domain":"\u092E\u0948\u0926\u093E\u0928","description.domain":"\u0921\u093F\u092B\u093C\u0949\u0932\u094D\u091F\uFF1A\u0938\u093E\u092E\u093E\u0928\u094D\u092F \u0939\u0948. \u0907\u0938\u0947 \u0915\u0947\u0935\u0932 \u0924\u092D\u0940 \u0938\u0947\u091F \u0915\u093F\u092F\u093E \u091C\u093E \u0938\u0915\u0924\u093E \u0939\u0948 \u091C\u092C Youdao API \u0915\u0902\u0938\u094B\u0932 \u092E\u0947\u0902 \u0921\u094B\u092E\u0947\u0928-\u0906\u0927\u093E\u0930\u093F\u0924 \u0905\u0928\u0941\u0935\u093E\u0926 \u0938\u0915\u094D\u0937\u092E \u0939\u094B\u0964 \u0938\u092E\u0930\u094D\u0925\u093F\u0924 \u092B\u093C\u0940\u0932\u094D\u0921 \u0915\u0947 \u0932\u093F\u090F, \u0915\u0943\u092A\u092F\u093E \u092F\u0939\u093E\u0902 <1> \u0926\u0947\u0916\u0947\u0902\u0964","field.scene":"\u092A\u0930\u094D\u0926\u0947","description.scene":"\u0921\u093F\u092B\u093C\u0949\u0932\u094D\u091F\uFF1A\u0938\u093E\u092E\u093E\u0928\u094D\u092F \u0939\u0948. \u0907\u0938\u0947 \u0915\u0947\u0935\u0932 \u0924\u092D\u0940 \u0938\u0947\u091F \u0915\u093F\u092F\u093E \u091C\u093E \u0938\u0915\u0924\u093E \u0939\u0948 \u091C\u092C \u0905\u0932\u0940\u092C\u093E\u092C\u093E \u0915\u094D\u0932\u093E\u0909\u0921 \u090F\u092A\u0940\u0906\u0908 \u0915\u0902\u0938\u094B\u0932 \u092E\u0947\u0902 \u092E\u0936\u0940\u0928\u0940 \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u093E \u092A\u0947\u0936\u0947\u0935\u0930 \u0938\u0902\u0938\u094D\u0915\u0930\u0923 \u0938\u0915\u094D\u0930\u093F\u092F \u0939\u094B\u0964 \u0938\u092E\u0930\u094D\u0925\u093F\u0924 \u092A\u0930\u093F\u0926\u0943\u0936\u094D\u092F\u094B\u0902 \u0915\u0947 \u0932\u093F\u090F \u092F\u0939\u093E\u0902 <1> \u0926\u0947\u0916\u0947\u0902\u0964","field.vocabId":"\u0909\u092A\u092F\u094B\u0917\u0915\u0930\u094D\u0924\u093E \u0936\u092C\u094D\u0926\u0915\u094B\u0936 \u0906\u0908\u0921\u0940","description.vocabId":"\u0928\u093F\u0930\u094D\u0926\u093F\u0937\u094D\u091F \u0936\u092C\u094D\u0926\u0915\u094B\u0936 \u0906\u0909\u091F_\u0906\u0908\u0921\u0940 \u0935\u0930\u094D\u0924\u092E\u093E\u0928 \u092E\u0947\u0902 \u0905\u0902\u0917\u094D\u0930\u0947\u091C\u0940-\u091A\u0940\u0928\u0940 \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u093E \u0938\u092E\u0930\u094D\u0925\u0928 \u0915\u0930\u0924\u093E \u0939\u0948\u0964","description.model":"OpenAI \u0915\u093E \u092E\u0949\u0921\u0932 gpt-3.5-\u091F\u0930\u094D\u092C\u094B, gpt-4 \u0906\u0926\u093F \u0939\u094B \u0938\u0915\u0924\u093E \u0939\u0948\u0964","description.maxTextGroupLengthPerRequest":"\u0939\u0930 \u092C\u093E\u0930 \u0905\u0928\u0941\u0935\u093E\u0926 \u0938\u0947\u0935\u093E \u0915\u094B \u092D\u0947\u091C\u0947 \u0917\u090F \u092A\u0948\u0930\u093E\u0917\u094D\u0930\u093E\u092B\u094B\u0902 \u0915\u0940 \u0938\u0902\u0916\u094D\u092F\u093E\u0964 \u092F\u0926\u093F \u092C\u0939\u0941\u0924 \u0938\u093E\u0930\u0947 \u092A\u0948\u0930\u093E\u0917\u094D\u0930\u093E\u092B \u0939\u0948\u0902, \u0924\u094B \u0907\u0902\u091F\u0930\u092B\u093C\u0947\u0938 \u0915\u0940 \u092A\u094D\u0930\u0924\u093F\u0915\u094D\u0930\u093F\u092F\u093E \u0927\u0940\u092E\u0940 \u0939\u094B \u0938\u0915\u0924\u0940 \u0939\u0948\u0964","description.apiUrl":"\u0915\u0943\u092A\u092F\u093E \u092A\u0925 \u0915\u0947 \u0938\u093E\u0925 \u090F\u0915 \u0935\u093F\u0936\u093F\u0937\u094D\u091F \u092F\u0942\u0906\u0930\u090F\u0932 \u091C\u094B\u0921\u093C\u0947\u0902, <1> \u0905\u0927\u093F\u0915 \u0928\u093F\u0930\u094D\u0926\u0947\u0936",enabledExtension:"\u090F\u0915\u094D\u0938\u091F\u0947\u0902\u0936\u0928 \u0938\u0915\u094D\u0937\u092E",clickToDisableExtension:"\u090F\u0915\u094D\u0938\u091F\u0947\u0902\u0936\u0928 \u0905\u0915\u094D\u0937\u092E \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u0915\u094D\u0932\u093F\u0915 \u0915\u0930\u0947\u0902",clickToEnableExtension:"\u090F\u0915\u094D\u0938\u091F\u0947\u0902\u0936\u0928 \u0938\u0915\u094D\u0937\u092E \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u0915\u094D\u0932\u093F\u0915 \u0915\u0930\u0947\u0902",hasBeenDisabled:"\u0905\u0915\u094D\u0937\u092E","show password":"\u092A\u093E\u0938\u0935\u0930\u094D\u0921 \u0926\u093F\u0916\u093E\u090F",customContent:"\u0915\u0938\u094D\u091F\u092E \u092E\u0949\u0921\u0932 \u0928\u093E\u092E \u0926\u0930\u094D\u091C \u0915\u0930\u0947\u0902",inputOptions:"\u0907\u0928\u092A\u0941\u091F \u092C\u0949\u0915\u094D\u0938 \u0938\u0902\u0935\u0930\u094D\u0926\u094D\u0927\u0928",mouseHoverOptions:"\u092E\u093E\u0909\u0938 \u0915\u0947 \u090A\u092A\u0930",modifyMouseHoverKey:"\u092E\u093E\u0909\u0938\u0913\u0935\u0930 \u0936\u0949\u0930\u094D\u091F\u0915\u091F \u0915\u0941\u0902\u091C\u093F\u092F\u094B\u0902 \u0915\u094B \u0938\u0902\u0936\u094B\u0927\u093F\u0924 \u0915\u0930\u0947\u0902",enableInputTranslation:"\u0907\u0928\u092A\u0941\u091F \u092C\u0949\u0915\u094D\u0938 \u090F\u0928\u094D\u0939\u093E\u0902\u0938\u092E\u0947\u0902\u091F \u0938\u0915\u094D\u0937\u092E \u0915\u0930\u0928\u093E \u0939\u0948 \u092F\u093E \u0928\u0939\u0940\u0902",enableInputTranslationDescription:"{trailingKey}\u0938\u0915\u094D\u0937\u092E \u0915\u0930\u0928\u0947 \u0915\u0947 \u092C\u093E\u0926, \u0938\u0940\u0927\u0947 \u0907\u0928\u092A\u0941\u091F \u092C\u0949\u0915\u094D\u0938 \u092E\u0947\u0902 {startingKey}{startingKey} \u0939\u0948\u0932\u094B \u0926\u0930\u094D\u091C \u0915\u0930\u0947\u0902, \u0914\u0930 \u092B\u093F\u0930 \u0907\u0938\u0947 {inputTargetLanguage}\u092E\u0947\u0902 \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u091C\u0932\u094D\u0926\u0940 \u0938\u0947{inputTrailingTriggerKeyRepeatTimes}\u092A\u0930 \u0926\u094B \u092C\u093E\u0930 \u0915\u094D\u0932\u093F\u0915 \u0915\u0930\u0947\u0902\u0964",enableInputTranslationDescriptionForNoneKey:"\u0907\u0938\u0947 \u0938\u0915\u094D\u0937\u092E \u0915\u0930\u0928\u0947{trailingKey}, \u0938\u0940\u0927\u0947 \u0907\u0928\u092A\u0941\u091F \u092C\u0949\u0915\u094D\u0938 \u092E\u0947\u0902\uFF1A\u0939\u0948\u0932\u094B \u0935\u0930\u094D\u0932\u094D\u0921 \u0926\u0930\u094D\u091C \u0915\u0930\u0947\u0902, \u0914\u0930 \u092B\u093F\u0930 \u0921\u093F\u092B\u093C\u0949\u0932\u094D\u091F \u0932\u0915\u094D\u0937\u094D\u092F \u092D\u093E\u0937\u093E \u092E\u0947\u0902 \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u091C\u0932\u094D\u0926\u0940 \u0938\u0947{inputTrailingTriggerKeyRepeatTimes}\u092C\u093E\u0930 \u0915\u094D\u0932\u093F\u0915 \u0915\u0930\u0947\u0902\u0964",inputTargetLanguage:"\u0907\u0928\u092A\u0941\u091F \u092C\u0949\u0915\u094D\u0938 \u0915\u0940 \u0921\u093F\u092B\u093C\u0949\u0932\u094D\u091F \u0932\u0915\u094D\u0937\u094D\u092F \u092D\u093E\u0937\u093E \u0938\u0947\u091F \u0915\u0930\u0947\u0902",inputTargetLanguageDescription:"\u0907\u0928\u092A\u0941\u091F \u092C\u0949\u0915\u094D\u0938 \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0947 \u0932\u093F\u090F \u0921\u093F\u092B\u093C\u0949\u0932\u094D\u091F \u0932\u0915\u094D\u0937\u094D\u092F \u092D\u093E\u0937\u093E, \u091C\u094B \u091F\u094D\u0930\u093F\u0917\u0930 \u0936\u092C\u094D\u0926\u094B\u0902 \u0915\u0947 \u0932\u093F\u090F \u0921\u093F\u092B\u093C\u0949\u0932\u094D\u091F \u092D\u093E\u0937\u093E \u0915\u0947 \u0930\u0942\u092A \u092E\u0947\u0902 {startingKey}{startingKey} \u0939\u0948",inputTargetLanguageDescriptionForNoneKey:"\u0907\u0928\u092A\u0941\u091F \u092C\u0949\u0915\u094D\u0938 \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0947 \u0932\u093F\u090F \u0921\u093F\u092B\u093C\u0949\u0932\u094D\u091F \u0932\u0915\u094D\u0937\u094D\u092F \u092D\u093E\u0937\u093E",inputStartingTriggerKeyTitle:"\u0907\u0928\u092A\u0941\u091F \u092C\u0949\u0915\u094D\u0938 \u0915\u0947 \u0906\u0902\u0936\u093F\u0915 \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0947 \u0932\u093F\u090F \u0935\u093F\u092D\u093E\u091C\u0928 \u0935\u0930\u094D\u0923 \u0938\u0947\u091F \u0915\u0930\u0947\u0902",inputStartingTriggerKeyDescription:"\u091C\u092C \u0906\u092A\u0915\u094B \u092A\u0942\u0930\u0947 \u0907\u0928\u092A\u0941\u091F \u092C\u0949\u0915\u094D\u0938 \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0928\u0947 \u0915\u0940 \u0906\u0935\u0936\u094D\u092F\u0915\u0924\u093E \u0928\u0939\u0940\u0902 \u0939\u094B\u0924\u0940 \u0939\u0948, \u0924\u094B \u0921\u093F\u0932\u0940\u092E\u0940\u091F\u0930 \u0906\u092A\u0915\u094B \u0915\u0947\u0935\u0932 {startingKey}{startingKey} \u0938\u0947 \u0907\u0928\u092A\u0941\u091F \u092C\u0949\u0915\u094D\u0938 \u0915\u0947 \u0905\u0902\u0924 \u0924\u0915 \u0915\u0947 \u092D\u093E\u0917 \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0928\u0947 \u0915\u0940 \u0905\u0928\u0941\u092E\u0924\u093F \u0926\u0947\u0924\u093E \u0939\u0948, \u092F\u093E \u0906\u092A \u092D\u093E\u0937\u093E \u0915\u094B\u0921 \u0928\u093F\u0930\u094D\u0926\u093F\u0937\u094D\u091F \u0915\u0930 \u0938\u0915\u0924\u0947 \u0939\u0948\u0902, \u0909\u0926\u093E\u0939\u0930\u0923 \u0915\u0947 \u0932\u093F\u090F,\uFF1A{startingKey}ja \u0915\u093E \u0905\u0930\u094D\u0925 \u0915\u0947\u0935\u0932 \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0928\u093E \u0939\u0948 {startingKey}ja \u0938\u0947 \u0907\u0928\u092A\u0941\u091F \u092C\u0949\u0915\u094D\u0938 \u0915\u0947 \u0905\u0902\u0924 \u0924\u0915 \u0915\u093E \u092D\u093E\u0917\u0964",inputStartingTriggerKeyDescriptionForNoneKey:"\u0935\u0930\u094D\u0924\u092E\u093E\u0928 \u092E\u0947\u0902 \u0907\u0938\u0947 \u0915\u093F\u0938\u0940 \u0909\u092A\u0938\u0930\u094D\u0917 \u0915\u0940 \u0906\u0935\u0936\u094D\u092F\u0915\u0924\u093E \u0928\u0939\u0940\u0902 \u0939\u0948, \u0914\u0930 \u0907\u0928\u092A\u0941\u091F \u092C\u0949\u0915\u094D\u0938 \u0915\u0947 \u0915\u0941\u091B \u092A\u093E\u0920 \u0905\u0928\u0941\u0935\u093E\u0926 \u092B\u093C\u0902\u0915\u094D\u0936\u0928 \u0905\u0938\u094D\u0925\u093E\u092F\u0940 \u0930\u0942\u092A \u0938\u0947 \u0905\u0928\u0941\u092A\u0932\u092C\u094D\u0927 \u0939\u0948\u0902\u0964",inputTrailingTriggerKeyTitle:"\u090F\u0915 \u091F\u094D\u0930\u093F\u0917\u0930 \u0935\u0930\u094D\u0923 \u091A\u0941\u0928\u0947\u0902 \u091C\u094B \u0907\u0928\u092A\u0941\u091F \u0915\u094B \u0938\u092E\u093E\u092A\u094D\u0924 \u0915\u0930\u0924\u093E \u0939\u0948",inputTrailingTriggerKeyDescription:"\u0924\u094D\u0935\u0930\u093F\u0924 \u0909\u0924\u094D\u0924\u0930\u093E\u0927\u093F\u0915\u093E\u0930 \u092E\u0947\u0902{trailingKey} 3 \u092C\u093E\u0930 \u0939\u093F\u091F \u0915\u0930\u0928\u0947 \u0938\u0947 \u0905\u0928\u0941\u0935\u093E\u0926 \u0936\u0941\u0930\u0942 \u0939\u094B \u091C\u093E\u090F\u0917\u093E",inputTrailingTriggerKeyTimeout:"\u0915\u0949\u092E\u094D\u092C\u094B \u0915\u094B \u0938\u092E\u093E\u092A\u094D\u0924 \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u091F\u094D\u0930\u093F\u0917\u0930\u094D\u0938 \u0915\u0947 \u092C\u0940\u091A \u0905\u0902\u0924\u0930\u093E\u0932 \u0926\u0930\u094D\u091C \u0915\u0930\u0947\u0902\u0964",inputTrailingTriggerKeyTimeoutDescription:"\u0915\u0949\u092E\u094D\u092C\u094B \u091F\u094D\u0930\u093F\u0917\u0930 \u0915\u094B \u0938\u092E\u093E\u092A\u094D\u0924 \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u0907\u0928\u092A\u0941\u091F \u0915\u0947 \u0932\u093F\u090F \u0905\u0902\u0924\u0930\u093E\u0932 \u0938\u092E\u092F (\u092E\u093F\u0932\u0940\u0938\u0947\u0915\u0902\u0921) \u0928\u093F\u0930\u094D\u0927\u093E\u0930\u093F\u0924 \u0915\u0930\u0947\u0902",spaceKey:"<\u0938\u094D\u092A\u0947\u0938\u092C\u093E\u0930>",noneKey:"\u0915\u093F\u0938\u0940 \u0909\u092A\u0938\u0930\u094D\u0917 \u0915\u0940 \u0906\u0935\u0936\u094D\u092F\u0915\u0924\u093E \u0928\u0939\u0940\u0902 \u0939\u0948, \u0938\u0940\u0927\u0947 \u0938\u0902\u092A\u0942\u0930\u094D\u0923 \u091F\u0947\u0915\u094D\u0938\u094D\u091F \u092C\u0949\u0915\u094D\u0938 \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0947\u0902",inputTranslationBlockUrlsTitle:"\u092F\u0942\u0906\u0930\u090F\u0932 \u092E\u0947\u0902 \u0907\u0928\u092A\u0941\u091F \u092B\u093C\u0940\u0932\u094D\u0921 \u090F\u0928\u094D\u0939\u093E\u0902\u0938\u092E\u0947\u0902\u091F \u0915\u094B \u0915\u092D\u0940 \u092D\u0940 \u0938\u0915\u094D\u0937\u092E \u0928 \u0915\u0930\u0947\u0902",inputTranslationBlockUrlsDescription:"\u0928\u093F\u092E\u094D\u0928\u0932\u093F\u0916\u093F\u0924 \u092F\u0942\u0906\u0930\u090F\u0932 \u092E\u0947\u0902, \u0907\u0928\u092A\u0941\u091F \u092C\u0949\u0915\u094D\u0938 \u090F\u0928\u094D\u0939\u093E\u0902\u0938\u092E\u0947\u0902\u091F \u092A\u094D\u0930\u092D\u093E\u0935\u0940 \u0928\u0939\u0940\u0902 \u0939\u094B\u0917\u093E",clickToSeeQuickDemo:"30 \u0938\u0947\u0915\u0902\u0921 \u0915\u0947 \u0924\u094D\u0935\u0930\u093F\u0924 \u0928\u093F\u0930\u094D\u0926\u0947\u0936 \u0935\u0940\u0921\u093F\u092F\u094B \u0915\u093E \u0935\u093F\u0938\u094D\u0924\u093E\u0930 \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u0915\u094D\u0932\u093F\u0915 \u0915\u0930\u0947\u0902",inputHelperInfo:"\u0928\u094B\u091F\uFF1A: \u0939\u092E\u0928\u0947 \u0935\u093F\u0936\u0947\u0937 \u0930\u0942\u092A \u0938\u0947 \u0909\u0938 \u092E\u0941\u0926\u094D\u0926\u0947 \u0915\u094B \u0905\u0928\u0941\u0915\u0942\u0932\u093F\u0924 \u0915\u093F\u092F\u093E \u0939\u0948 \u091C\u0939\u093E\u0902 \u0915\u0941\u091B \u091F\u094D\u0930\u093F\u0917\u0930 \u0935\u0930\u094D\u0923 \u091A\u0940\u0928\u0940 \u0907\u0928\u092A\u0941\u091F \u092A\u0926\u094D\u0927\u0924\u093F \u0915\u0947 \u0924\u0939\u0924 \u091A\u0940\u0928\u0940 \u0935\u093F\u0930\u093E\u092E \u091A\u093F\u0939\u094D\u0928\u094B\u0902 \u092E\u0947\u0902 \u092C\u0926\u0932 \u091C\u093E\u090F\u0902\u0917\u0947\u0964 \u0909\u0926\u093E\u0939\u0930\u0923 \u0915\u0947 \u0932\u093F\u090F, \u0938\u094B\u0917\u094C \u0907\u0928\u092A\u0941\u091F \u092A\u0926\u094D\u0927\u0924\u093F \u0915\u0947 \u0924\u0939\u0924, / \u090F\u0915 \u0935\u093F\u0930\u093E\u092E \u092E\u0947\u0902 \u092C\u0926\u0932 \u091C\u093E\u090F\u0917\u093E, \u0914\u0930 \u0907\u092E\u0930\u094D\u0938\u093F\u0935 \u0905\u0928\u0941\u0935\u093E\u0926 \u0938\u0902\u092C\u0902\u0927\u093F\u0924 \u0938\u092D\u0940 \u091A\u0940\u0928\u0940 \u092A\u094D\u0930\u0924\u0940\u0915\u094B\u0902 \u0915\u093E \u0938\u092E\u0930\u094D\u0925\u0928 \u0915\u0930\u0924\u093E \u0939\u0948 \u091F\u094D\u0930\u093F\u0917\u0930 \u0935\u0930\u094D\u0923\u0964 , \u092F\u093E\u0928\u0940, //,, \u0914\u0930 \u0938\u092D\u0940 \u0915\u094B \u091F\u094D\u0930\u093F\u0917\u0930 \u0935\u0930\u094D\u0923 \u0915\u0947 \u0930\u0942\u092A \u092E\u0947\u0902 \u092A\u0939\u091A\u093E\u0928\u093E \u091C\u093E\u090F\u0917\u093E\u0964

\u0938\u093E\u0925 \u0939\u0940, \u0939\u092E \u0915\u092E\u093E\u0902\u0921 \u0915\u0947 \u0930\u0942\u092A \u092E\u0947\u0902 \u092D\u093E\u0937\u093E \u0915\u094B\u0921 \u0915\u0947 \u091A\u0940\u0928\u0940 \u0909\u092A\u0928\u093E\u092E\u094B\u0902 \u0915\u093E \u092D\u0940 \u0938\u092E\u0930\u094D\u0925\u0928 \u0915\u0930\u0924\u0947 \u0939\u0948\u0902\u0964 \u0909\u0926\u093E\u0939\u0930\u0923 \u0915\u0947 \u0932\u093F\u090F, /\u091C\u093E\u092A\u093E\u0928\u0940 \u0939\u0948\u0932\u094B \u0935\u0930\u094D\u0932\u094D\u0921 \u0915\u093E \u091C\u093E\u092A\u093E\u0928\u0940 \u092E\u0947\u0902 \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u093F\u092F\u093E \u091C\u093E\u090F\u0917\u093E\u0964 <1> \u0938\u092D\u0940 \u0938\u092E\u0930\u094D\u0925\u093F\u0924 \u092D\u093E\u0937\u093E \u0915\u094B\u0921 \u0926\u0947\u0916\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u092F\u0939\u093E\u0902 \u0915\u094D\u0932\u093F\u0915 \u0915\u0930\u0947\u0902\u0964 .",reloadCurrentPage:"\u0915\u0943\u092A\u092F\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0936\u0941\u0930\u0942 \u0915\u0930\u0928\u0947 \u0938\u0947 \u092A\u0939\u0932\u0947 \u0935\u0930\u094D\u0924\u092E\u093E\u0928 \u092A\u0943\u0937\u094D\u0920 \u0915\u094B \u0924\u093E\u091C\u093C\u093E \u0915\u0930\u0947\u0902",noLocalFilePermissionForPDF:"\u0935\u0930\u094D\u0924\u092E\u093E\u0928 \u092E\u0947\u0902 \u0939\u092E\u093E\u0930\u0947 \u092A\u093E\u0938 \u0938\u094D\u0925\u093E\u0928\u0940\u092F \u092B\u093C\u093E\u0907\u0932\u0947\u0902 \u092A\u0922\u093C\u0928\u0947 \u0915\u0940 \u0905\u0928\u0941\u092E\u0924\u093F \u0928\u0939\u0940\u0902 \u0939\u0948\u0964 \u0915\u0943\u092A\u092F\u093E \u090A\u092A\u0930 \u0926\u093F\u090F \u0917\u090F \u092C\u091F\u0928 \u092A\u0930 \u0915\u094D\u0932\u093F\u0915 \u0915\u0930\u0947\u0902 \u0914\u0930 \u0938\u094D\u0925\u093E\u0928\u0940\u092F \u092B\u093C\u093E\u0907\u0932\u0947\u0902 \u0906\u092F\u093E\u0924 \u0915\u0930\u0947\u0902\u0964",noPermissionForThisPage:"\u26A0\uFE0F \u0935\u0930\u094D\u0924\u092E\u093E\u0928 \u092A\u0943\u0937\u094D\u0920 \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0928\u0947 \u0915\u0940 \u0905\u0928\u0941\u092E\u0924\u093F \u0928\u0939\u0940\u0902",retryAllParagraphs:"\u0938\u092D\u0940 \u0924\u094D\u0930\u0941\u091F\u093F \u092A\u0948\u0930\u093E\u0917\u094D\u0930\u093E\u092B \u092A\u0941\u0928\u0903 \u092A\u094D\u0930\u092F\u093E\u0938 \u0915\u0930\u0947\u0902",retryAllButton:"\u0938\u092D\u0940 \u0924\u094D\u0930\u0941\u091F\u093F \u092A\u0948\u0930\u093E\u0917\u094D\u0930\u093E\u092B \u092A\u0941\u0928\u0903 \u092A\u094D\u0930\u092F\u093E\u0938 \u0915\u0930\u0947\u0902",errorTooltipTitle:"\u0924\u094D\u0930\u0941\u091F\u093F \u0915\u093E \u0915\u093E\u0930\u0923 \u0926\u0947\u0916\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u0915\u094D\u0932\u093F\u0915 \u0915\u0930\u0947\u0902",errorModalTitle:"\u0910\u0938\u093E \u0932\u0917\u0924\u093E \u0939\u0948 \u0915\u093F \u0905\u0928\u0941\u0935\u093E\u0926 \u0938\u0947\u0935\u093E \u092F\u093E \u0928\u0947\u091F\u0935\u0930\u094D\u0915 \u092E\u0947\u0902 \u0915\u0941\u091B \u0917\u0921\u093C\u092C\u0921\u093C \u0939\u0948...",disableConfirm:"\u0926\u094D\u0935\u093F\u092D\u093E\u0937\u0940 \u0938\u0942\u091A\u0928\u093E \u0938\u0902\u0935\u0930\u094D\u0926\u094D\u0927\u0928 \u0938\u0947\u091F\u093F\u0902\u0917\u094D\u0938",disableOnce:"\u0907\u0938 \u092C\u093E\u0930 \u0905\u0915\u094D\u0937\u092E",disableGlobal:"\u0938\u094D\u0925\u093E\u092F\u0940 \u0930\u0942\u092A \u0938\u0947 \u0905\u0915\u094D\u0937\u092E",disableTint:"* \u0906\u092A \u0907\u0938\u0947 {option} \u092E\u0947\u0902 \u092A\u0941\u0928\u0903 \u0938\u0915\u094D\u0937\u092E \u0915\u0930 \u0938\u0915\u0924\u0947 \u0939\u0948\u0902\u0964",searchEnhancementNotes:"\u0939\u092E\u0928\u0947 \u092A\u093E\u092F\u093E \u0915\u093F \u091A\u0940\u0928\u0940 \u0915\u0940\u0935\u0930\u094D\u0921 \u0914\u0930 \u0905\u0902\u0917\u094D\u0930\u0947\u091C\u0940 \u0915\u0940\u0935\u0930\u094D\u0921 \u0915\u0947 \u0932\u093F\u090F \u0938\u092E\u093E\u091A\u093E\u0930 \u092A\u0930\u093F\u0923\u093E\u092E \u092C\u0939\u0941\u0924 \u0905\u0932\u0917 \u0939\u0948\u0902\u0964 \u0907\u092E\u0930\u094D\u0938\u093F\u0935 \u091F\u094D\u0930\u093E\u0902\u0938\u0932\u0947\u0936\u0928 \u0926\u094D\u0935\u093F\u092D\u093E\u0937\u0940 \u0938\u0942\u091A\u0928\u093E \u0938\u0902\u0935\u0930\u094D\u0926\u094D\u0927\u0928 \u092B\u093C\u0902\u0915\u094D\u0936\u0928 \u0915\u094B \u0938\u0915\u094D\u0937\u092E \u0915\u0930\u0928\u0947 \u0915\u0947 \u092C\u093E\u0926, \u0939\u092E \u0938\u092E\u0930\u094D\u0925\u093F\u0924 \u0935\u0947\u092C\u0938\u093E\u0907\u091F\u094B\u0902 (Google \u0938\u092E\u093E\u091A\u093E\u0930, Google \u0916\u094B\u091C (\u0915\u0941\u091B \u0915\u0940\u0935\u0930\u094D\u0921), \u0938\u094D\u0928\u094B\u092C\u0949\u0932, \u0913\u0930\u093F\u090F\u0902\u091F\u0932 \u092B\u0949\u0930\u094D\u091A\u094D\u092F\u0942\u0928 \u0928\u0947\u091F\u0935\u0930\u094D\u0915, \u092B\u093C\u0941\u091F\u0942) \u092A\u0930 \u0916\u094B\u091C \u0915\u0930\u0947\u0902\u0917\u0947 , \u091F\u093E\u0907\u0917\u0930) \u0938\u094D\u0935\u091A\u093E\u0932\u093F\u0924 \u0930\u0942\u092A \u0938\u0947 \u0906\u092A\u0915\u0947 \u0932\u093F\u090F \u0905\u0902\u0917\u094D\u0930\u0947\u091C\u0940 \u092E\u0947\u0902 \u0938\u092E\u093E\u0928 \u0915\u0940\u0935\u0930\u094D\u0921 \u0916\u094B\u091C\u0924\u093E \u0939\u0948 \u0914\u0930 \u0909\u0928\u094D\u0939\u0947\u0902 \u0926\u093E\u0908\u0902 \u0913\u0930 \u092A\u094D\u0930\u0926\u0930\u094D\u0936\u093F\u0924 \u0915\u0930\u0924\u093E \u0939\u0948\u0964 \u092F\u0926\u093F \u0906\u092A\u0915\u094B \u0907\u0938 \u0938\u0941\u0935\u093F\u0927\u093E \u0915\u0940 \u0906\u0935\u0936\u094D\u092F\u0915\u0924\u093E \u0928\u0939\u0940\u0902 \u0939\u0948, \u0924\u094B \u0906\u092A \u0907\u0938\u0947 \u0905\u0915\u094D\u0937\u092E \u0915\u0930\u0928\u093E \u091A\u0941\u0928 \u0938\u0915\u0924\u0947 \u0939\u0948\u0902\u0964",option:"\u0938\u094D\u0925\u093E\u092A\u093F\u0924 \u0915\u0930\u0928\u093E",saveSettings:"\u0938\u0947\u091F\u093F\u0902\u0917\u094D\u0938 \u0938\u0947\u0935 \u0915\u0930\u0947\u0902",closeModal:"\u0916\u093F\u0921\u093C\u0915\u0940 \u092C\u0902\u0926 \u0915\u0930\u094B",enableInputTranslationWithoutTriggerKeyTitle:"\u0924\u094D\u0935\u0930\u093F\u0924 \u0915\u0949\u092E\u094D\u092C\u094B \u0915\u094B 3 \u0917\u0941\u0928\u093E{trailingKey}\u0938\u0915\u094D\u0937\u092E \u0915\u0930\u0947\u0902, \u0938\u0902\u092A\u0942\u0930\u094D\u0923 \u0907\u0928\u092A\u0941\u091F \u092C\u0949\u0915\u094D\u0938 \u0915\u094B \u0938\u0940\u0927\u0947{inputTargetLanguage}\u092E\u0947\u0902 \u0905\u0928\u0941\u0935\u093E\u0926\u093F\u0924 \u0915\u0930\u0947\u0902",enableInputTranslationWithoutTriggerKeyDescription:"\u092F\u0926\u093F \u0906\u092A\u0915\u094B \u0932\u0915\u094D\u0937\u094D\u092F \u092D\u093E\u0937\u093E \u0928\u093F\u0930\u094D\u0926\u093F\u0937\u094D\u091F \u0915\u0930\u0928\u0947 \u0915\u0940 \u0906\u0935\u0936\u094D\u092F\u0915\u0924\u093E \u0939\u0948, \u0924\u094B \u0915\u0943\u092A\u092F\u093E \u0938\u093E\u092E\u0928\u0947 \u092D\u093E\u0937\u093E \u0915\u094B\u0921 \u091C\u094B\u0921\u093C\u0947\u0902, \u091C\u0948\u0938\u0947\uFF1Aja \u0939\u0947\u0932\u094B \u0935\u0930\u094D\u0932\u094D\u0921",mouseHoverShortcutPlaceholder:"\u091C\u0948\u0938\u0947\uFF1A\u0936\u093F\u092B\u094D\u091F",deepLProName:"\u0907\u092E\u0930\u094D\u0938\u093F\u0935 \u091F\u094D\u0930\u093E\u0902\u0938\u0932\u0947\u0936\u0928 \u092A\u094D\u0930\u094B \u0938\u0926\u0938\u094D\u092F (\u0905\u0928\u0941\u0936\u0902\u0938\u093F\u0924)",deepLProDescription:"\u0935\u0930\u094D\u0924\u092E\u093E\u0928 \u092A\u0948\u0915\u0947\u091C \u0915\u093E \u0938\u0940\u0927\u0947 \u0909\u092A\u092F\u094B\u0917 \u0915\u093F\u092F\u093E \u091C\u093E \u0938\u0915\u0924\u093E \u0939\u0948",deeplProDescriptionForNormal:"\u0915\u093F\u0938\u0940 \u0938\u0947\u091F\u093F\u0902\u0917 \u0915\u0940 \u0906\u0935\u0936\u094D\u092F\u0915\u0924\u093E \u0928\u0939\u0940\u0902 \u0939\u0948\u0964 \u0906\u092A \u0938\u0926\u0938\u094D\u092F \u0915\u0947 \u0930\u0942\u092A \u092E\u0947\u0902 \u0932\u0949\u0917 \u0907\u0928 \u0915\u0930\u0928\u0947 \u0915\u0947 \u092C\u093E\u0926 \u0907\u0938\u0915\u093E \u0909\u092A\u092F\u094B\u0917 \u0915\u0930 \u0938\u0915\u0924\u0947 \u0939\u0948\u0902\u0964 <1> \u0938\u0926\u0938\u094D\u092F \u092E\u0947\u0902 \u0905\u092A\u0917\u094D\u0930\u0947\u0921 \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u092F\u0939\u093E\u0902 \u0915\u094D\u0932\u093F\u0915 \u0915\u0930\u0947\u0902\u0964",deepLCustomDescription:"\u0906\u092A\u0915\u094B \u090F\u0915 \u0935\u093F\u0926\u0947\u0936\u0940 \u0915\u094D\u0930\u0947\u0921\u093F\u091F \u0915\u093E\u0930\u094D\u0921 \u0915\u0940 \u0906\u0935\u0936\u094D\u092F\u0915\u0924\u093E \u0939\u0948, <1>\u0921\u0940\u092A\u090F\u0932 \u092A\u0930 \u091C\u093E\u090F\u0902 \u0906\u0927\u093F\u0915\u093E\u0930\u093F\u0915 \u0924\u094C\u0930 \u092A\u0930 \u0916\u094B\u0932\u093E \u0917\u092F\u093E, <2> \u0926\u0938\u094D\u0924\u093E\u0935\u0947\u091C\u093C \u0926\u0947\u0916\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u0915\u094D\u0932\u093F\u0915 \u0915\u0930\u0947\u0902",deepLCustomName:"\u0915\u0938\u094D\u091F\u092E \u092A\u094D\u0930\u093E\u092E\u093E\u0923\u093F\u0915 \u0915\u0941\u0902\u091C\u0940",chooseProviderLabel:"\u090F\u0915 \u0938\u0947\u0935\u093E \u092A\u094D\u0930\u0926\u093E\u0924\u093E \u091A\u0941\u0928\u0947\u0902",openaiProName:"\u0907\u092E\u0930\u094D\u0938\u093F\u0935 \u091F\u094D\u0930\u093E\u0902\u0938\u0932\u0947\u0936\u0928 \u092A\u094D\u0930\u094B \u0938\u0926\u0938\u094D\u092F (\u0905\u0928\u0941\u0936\u0902\u0938\u093F\u0924)",openaiProDescription:"\u0935\u0930\u094D\u0924\u092E\u093E\u0928 \u092A\u0948\u0915\u0947\u091C \u0915\u093E \u0938\u0940\u0927\u0947 \u0909\u092A\u092F\u094B\u0917 \u0915\u093F\u092F\u093E \u091C\u093E \u0938\u0915\u0924\u093E \u0939\u0948",openaiProDescriptionForNormal:"\u0915\u093F\u0938\u0940 \u0938\u0947\u091F\u093F\u0902\u0917 \u0915\u0940 \u0906\u0935\u0936\u094D\u092F\u0915\u0924\u093E \u0928\u0939\u0940\u0902 \u0939\u0948\u0964 \u0906\u092A \u0938\u0926\u0938\u094D\u092F \u0915\u0947 \u0930\u0942\u092A \u092E\u0947\u0902 \u0932\u0949\u0917 \u0907\u0928 \u0915\u0930\u0928\u0947 \u0915\u0947 \u092C\u093E\u0926 \u0907\u0938\u0915\u093E \u0909\u092A\u092F\u094B\u0917 \u0915\u0930 \u0938\u0915\u0924\u0947 \u0939\u0948\u0902\u0964 <1> \u0938\u0926\u0938\u094D\u092F \u092E\u0947\u0902 \u0905\u092A\u0917\u094D\u0930\u0947\u0921 \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u092F\u0939\u093E\u0902 \u0915\u094D\u0932\u093F\u0915 \u0915\u0930\u0947\u0902\u0964",openaiCustomDescription:"\u0907\u0938\u0947 OpenAI, Azure OpenAI, \u092F\u093E \u0905\u0928\u094D\u092F \u0924\u0943\u0924\u0940\u092F-\u092A\u0915\u094D\u0937 \u0938\u0947\u0935\u093E\u0913\u0902 \u0938\u0947 \u092A\u094D\u0930\u093E\u092A\u094D\u0924 \u0915\u093F\u092F\u093E \u091C\u093E \u0938\u0915\u0924\u093E \u0939\u0948\u0964 <1> \u0926\u0938\u094D\u0924\u093E\u0935\u0947\u091C\u093C \u0926\u0947\u0916\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u092F\u0939\u093E\u0902 \u0915\u094D\u0932\u093F\u0915 \u0915\u0930\u0947\u0902\u0964",openaiCustomName:"\u0915\u0938\u094D\u091F\u092E \u090F\u092A\u0940\u0906\u0908 \u0915\u0941\u0902\u091C\u0940",needLoginAction:"(\u0938\u0926\u0938\u094D\u092F\u0924\u093E \u0926\u0930\u094D\u091C \u0915\u0930\u0947\u0902 \u092F\u093E \u0905\u0928\u0941\u0915\u0942\u0932\u093F\u0924 \u0915\u0930\u0947\u0902)",goLoginOrAction:"(\u0938\u0926\u0938\u094D\u092F\u0924\u093E \u0926\u0930\u094D\u091C \u0915\u0930\u0947\u0902 \u092F\u093E \u0938\u0947\u091F\u093F\u0902\u0917\u094D\u0938 \u092A\u0930 \u091C\u093E\u090F\u0902)",yearly:"\u0938\u0924\u0924 \u0935\u093E\u0930\u094D\u0937\u093F\u0915 \u0938\u0926\u0938\u094D\u092F\u0924\u093E",quarterly:"\u0932\u0917\u093E\u0924\u093E\u0930 \u090B\u0924\u0941\u090F\u0901",monthly:"\u0928\u093F\u0930\u0902\u0924\u0930 \u092E\u093E\u0938\u093F\u0915 \u0938\u0926\u0938\u094D\u092F\u0924\u093E",yearlyForOnce:"\u090F\u0915\u092E\u0941\u0936\u094D\u0924 \u0935\u093E\u0930\u094D\u0937\u093F\u0915 \u092A\u0948\u0915\u0947\u091C",monthlyForOnce:"\u090F\u0915\u092E\u0941\u0936\u094D\u0924 \u092E\u093E\u0938\u093F\u0915 \u092A\u0948\u0915\u0947\u091C",daily:"\u0932\u0917\u093E\u0924\u093E\u0930 \u0926\u094B \u0926\u093F\u0928",year:"\u0938\u0924\u0924 \u0935\u093E\u0930\u094D\u0937\u093F\u0915 \u0938\u0926\u0938\u094D\u092F\u0924\u093E",quarter:"\u0932\u0917\u093E\u0924\u093E\u0930 \u090B\u0924\u0941\u090F\u0901",month:"\u0928\u093F\u0930\u0902\u0924\u0930 \u092E\u093E\u0938\u093F\u0915 \u0938\u0926\u0938\u094D\u092F\u0924\u093E",day:"\u0932\u0917\u093E\u0924\u093E\u0930 \u0926\u094B \u0926\u093F\u0928",onetime_7day:"7 \u0926\u093F\u0928 \u0915\u093E \u091F\u094D\u0930\u093E\u092F\u0932 \u092A\u0948\u0915\u0947\u091C",currentPlanDescriptionForFree:"\u0935\u0930\u094D\u0924\u092E\u093E\u0928 \u092A\u0948\u0915\u0947\u091C\uFF1A\u0928\u093F\u0903\u0936\u0941\u0932\u094D\u0915 \u0939\u0948",currentPlanDescriptionForContinuous:"\u0935\u0930\u094D\u0924\u092E\u093E\u0928 \u092A\u0948\u0915\u0947\u091C\uFF1A{plan}\u0939\u0948 \u0914\u0930 {endAt} \u0915\u094B \u0938\u094D\u0935\u091A\u093E\u0932\u093F\u0924 \u0930\u0942\u092A \u0938\u0947 \u0928\u0935\u0940\u0928\u0940\u0915\u0943\u0924 \u0939\u094B \u091C\u093E\u090F\u0917\u093E",currentPlanDescriptionForAutoRenewCaceling:"\u0935\u0930\u094D\u0924\u092E\u093E\u0928 \u092A\u0948\u0915\u0947\u091C\uFF1A{plan}\u0939\u0948 \u0914\u0930 {endAt} \u0915\u094B \u0938\u092E\u093E\u092A\u094D\u0924 \u0939\u094B \u091C\u093E\u090F\u0917\u093E\u0964 \u0938\u092E\u093E\u092A\u094D\u0924\u093F \u0915\u0947 \u092C\u093E\u0926 \u0907\u0938\u0947 \u0938\u094D\u0935\u091A\u093E\u0932\u093F\u0924 \u0930\u0942\u092A \u0938\u0947 \u0928\u0935\u0940\u0928\u0940\u0915\u0943\u0924 \u0928\u0939\u0940\u0902 \u0915\u093F\u092F\u093E \u091C\u093E\u090F\u0917\u093E\u0964",currentYearlyPlanDescriptionForAutoRenewCacelingWithRealPaiedUser:"\u0935\u0930\u094D\u0924\u092E\u093E\u0928 \u092A\u0948\u0915\u0947\u091C\uFF1A{plan} {endAt} \u0915\u094B \u0938\u092E\u093E\u092A\u094D\u0924 \u0939\u094B \u091C\u093E\u090F\u0917\u093E \u0914\u0930 \u0938\u092E\u093E\u092A\u094D\u0924\u093F \u0915\u0947 \u092C\u093E\u0926 \u0938\u094D\u0935\u091A\u093E\u0932\u093F\u0924 \u0930\u0942\u092A \u0938\u0947 \u0928\u0935\u0940\u0928\u0940\u0915\u0943\u0924 \u0928\u0939\u0940\u0902 \u0915\u093F\u092F\u093E \u091C\u093E\u090F\u0917\u093E\u0964
<1>\u0928\u0935\u0940\u0915\u0930\u0923 \u092F\u094B\u091C\u0928\u093E\u0913\u0902 \u0915\u094B \u092A\u094D\u0930\u092C\u0902\u0927\u093F\u0924 \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u092F\u0939\u093E\u0902 \u0915\u094D\u0932\u093F\u0915 \u0915\u0930\u0947\u0902",currentYearlyPlanDescriptionForAutoRenewCacelingWithAdmin:"\u0935\u0930\u094D\u0924\u092E\u093E\u0928 \u092A\u0948\u0915\u0947\u091C\uFF1A{plan} {endAt} \u0915\u094B \u0938\u092E\u093E\u092A\u094D\u0924 \u0939\u094B \u091C\u093E\u090F\u0917\u093E \u0914\u0930 \u0938\u092E\u093E\u092A\u094D\u0924\u093F \u0915\u0947 \u092C\u093E\u0926 \u0938\u094D\u0935\u091A\u093E\u0932\u093F\u0924 \u0930\u0942\u092A \u0938\u0947 \u0928\u0935\u0940\u0928\u0940\u0915\u0943\u0924 \u0928\u0939\u0940\u0902 \u0915\u093F\u092F\u093E \u091C\u093E\u090F\u0917\u093E\u0964
<1>\u0928\u093F\u0930\u0902\u0924\u0930 \u0935\u093E\u0930\u094D\u0937\u093F\u0915 \u0938\u0926\u0938\u094D\u092F\u0924\u093E \u0938\u0915\u094D\u0930\u093F\u092F \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u092F\u0939\u093E\u0902 \u0915\u094D\u0932\u093F\u0915 \u0915\u0930\u0947\u0902",currentPlanDescriptionForOneTime:"\u0935\u0930\u094D\u0924\u092E\u093E\u0928 \u092A\u0948\u0915\u0947\u091C\uFF1A{plan}\u0939\u0948 \u0914\u0930 {endAt} \u0915\u094B \u0938\u092E\u093E\u092A\u094D\u0924 \u0939\u094B \u091C\u093E\u090F\u0917\u093E\u0964 <1> \u0935\u093E\u0930\u094D\u0937\u093F\u0915 \u0936\u0941\u0932\u094D\u0915 \u092E\u0947\u0902 \u0905\u092A\u0917\u094D\u0930\u0947\u0921 \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u092F\u0939\u093E\u0902 \u0915\u094D\u0932\u093F\u0915 \u0915\u0930\u0947\u0902 \u092F\u093E <2> \u092E\u093E\u0938\u093F\u0915 \u0936\u0941\u0932\u094D\u0915 \u0938\u0926\u0938\u094D\u092F",upgradePlan:"\u092A\u094D\u0930\u094B \u0938\u0926\u0938\u094D\u092F\u0924\u093E \u092E\u0947\u0902 \u0905\u092A\u0917\u094D\u0930\u0947\u0921 \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u092F\u0939\u093E\u0902 \u0915\u094D\u0932\u093F\u0915 \u0915\u0930\u0947\u0902",upgradeToPro:"\u092A\u094D\u0930\u094B \u0938\u0926\u0938\u094D\u092F\u0924\u093E \u092E\u0947\u0902 \u0905\u092A\u0917\u094D\u0930\u0947\u0921 \u0915\u0930\u0947\u0902","popup.openPro":"\u092A\u094D\u0930\u094B \u0938\u0926\u0938\u094D\u092F\u0924\u093E \u092E\u0947\u0902 \u0905\u092A\u0917\u094D\u0930\u0947\u0921 \u0915\u0930\u0928\u0947 \u0915\u0947 \u092C\u093E\u0926, \u0906\u092A \u0921\u0940\u092A\u090F\u0932 \u0914\u0930 \u0913\u092A\u0928\u090F\u0906\u0908 \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u093E \u0906\u0928\u0902\u0926 \u0932\u0947 \u0938\u0915\u0924\u0947 \u0939\u0948\u0902, \u0905\u092A\u0917\u094D\u0930\u0947\u0921 \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u092F\u0939\u093E\u0902 \u0915\u094D\u0932\u093F\u0915 \u0915\u0930\u0947\u0902","popup.openProForPro":"\u0906\u092A \u090F\u0915 \u092A\u094D\u0930\u094B \u0938\u0926\u0938\u094D\u092F \u0939\u0948\u0902 \u0914\u0930 \u0938\u0940\u0927\u0947 \u0921\u0940\u092A\u090F\u0932 \u0914\u0930 \u0913\u092A\u0928\u090F\u0906\u0908 \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u093E \u0909\u092A\u092F\u094B\u0917 \u0915\u0930 \u0938\u0915\u0924\u0947 \u0939\u0948\u0902",currentAccount:"\u091A\u093E\u0932\u0942 \u0916\u093E\u0924\u093E",enableAutoSyncUserSettings:"\u090F\u0915\u093E\u0927\u093F\u0915 \u0921\u093F\u0935\u093E\u0907\u0938\u094B\u0902 \u092A\u0930 \u0938\u094D\u0935\u091A\u093E\u0932\u093F\u0924 \u0915\u094D\u0932\u093E\u0909\u0921 \u0938\u093F\u0902\u0915 \u0938\u0915\u094D\u0937\u092E \u0915\u0930\u0947\u0902",modalEnableInputTranslationTitle:"\u0907\u092E\u0930\u094D\u0938\u093F\u0935 \u091F\u094D\u0930\u093E\u0902\u0938\u0932\u0947\u0936\u0928 \u0907\u0928\u092A\u0941\u091F \u092C\u0949\u0915\u094D\u0938 \u091F\u094D\u0930\u093E\u0902\u0938\u0932\u0947\u0936\u0928 \u092F\u0941\u0915\u094D\u0924\u093F\u092F\u093E\u0901",modalEnableInputTranslationDesc:"\u0906\u092A\u0928\u0947 \u0938\u094D\u092A\u0947\u0938 \u092C\u093E\u0930 \u0915\u094B \u0932\u0917\u093E\u0924\u093E\u0930 \u0924\u0940\u0928 \u092C\u093E\u0930 \u0926\u092C\u093E\u0915\u0930 \u0907\u092E\u0930\u094D\u0938\u093F\u0935 \u091F\u094D\u0930\u093E\u0902\u0938\u0932\u0947\u0936\u0928 \u0915\u0947 \u0907\u0928\u092A\u0941\u091F \u092C\u0949\u0915\u094D\u0938 \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u094B \u091F\u094D\u0930\u093F\u0917\u0930 \u0915\u093F\u092F\u093E \u0939\u0948, \u0914\u0930 \u0907\u0928\u092A\u0941\u091F \u092C\u0949\u0915\u094D\u0938 \u0915\u0940 \u0938\u093E\u092E\u0917\u094D\u0930\u0940 \u0915\u094B \u0921\u093F\u092B\u093C\u0949\u0932\u094D\u091F \u0932\u0915\u094D\u0937\u094D\u092F \u092D\u093E\u0937\u093E \u092E\u0947\u0902 \u0905\u0928\u0941\u0935\u093E\u0926\u093F\u0924 \u0915\u093F\u092F\u093E \u091C\u093E\u090F\u0917\u093E\u0964 \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u094B Ctrl+Z \u0915\u0947 \u092E\u093E\u0927\u094D\u092F\u092E \u0938\u0947 \u092A\u0942\u0930\u094D\u0935\u0935\u0924 \u0915\u093F\u092F\u093E \u091C\u093E \u0938\u0915\u0924\u093E \u0939\u0948\u0964

\u092F\u0926\u093F \u092F\u0939 \u090F\u0915 \u0917\u0932\u0924\u0940 \u0939\u0948, \u0924\u094B \u091A\u093F\u0902\u0924\u093E \u0928 \u0915\u0930\u0947\u0902, \u0906\u092A \u0907\u0938 \u092C\u093E\u0930 \u0907\u0938\u0947 \u0905\u0915\u094D\u0937\u092E \u0915\u0930\u0928\u093E \u091A\u0941\u0928 \u0938\u0915\u0924\u0947 \u0939\u0948\u0902, \u092F\u093E \u0907\u0928\u092A\u0941\u091F \u092C\u0949\u0915\u094D\u0938 \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u094B \u0938\u094D\u0925\u093E\u092F\u0940 \u0930\u0942\u092A \u0938\u0947 \u0905\u0915\u094D\u0937\u092E \u0915\u0930 \u0938\u0915\u0924\u0947 \u0939\u0948\u0902\u0964",saveAndNotShowAgain:"\u0938\u0939\u0947\u091C\u0947\u0902 \u0914\u0930 \u0926\u094B\u092C\u093E\u0930\u093E \u0938\u0902\u0915\u0947\u0924 \u0928 \u0926\u0947\u0902",disableInputTranslationTips:"* \u0906\u092A {option} ,{learnMore}\u092E\u0947\u0902 \u091F\u094D\u0930\u093F\u0917\u0930 \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u0905\u0928\u094D\u092F \u0936\u0949\u0930\u094D\u091F\u0915\u091F \u0915\u0941\u0902\u091C\u093F\u092F\u093E\u0901 \u092D\u0940 \u0938\u0947\u091F \u0915\u0930 \u0938\u0915\u0924\u0947 \u0939\u0948\u0902\u0964",learnMore:"\u0914\u0930 \u091C\u093E\u0928\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u092F\u0939\u093E\u0902 \u0915\u094D\u0932\u093F\u0915 \u0915\u0930\u0947\u0902",continueEnalbeInputTranslation:"\u0907\u0928\u092A\u0941\u091F \u092C\u0949\u0915\u094D\u0938 \u0905\u0928\u0941\u0935\u093E\u0926 \u0938\u0915\u094D\u0937\u092E \u0915\u0930\u0928\u093E \u091C\u093E\u0930\u0940 \u0930\u0916\u0947\u0902",autoRenewTrialSuffix:'(\u092A\u0930\u0940\u0915\u094D\u0937\u0923 \u0915\u0947 \u0926\u094C\u0930\u093E\u0928,\u0924\u0941\u0930\u0902\u0924 \u0914\u092A\u091A\u093E\u0930\u093F\u0915\u092E\u0947\u0902 \u0905\u092A\u0917\u094D\u0930\u0947\u0921 \u0915\u0930 \u0926\u093F\u092F\u093E \u091C\u093E\u090F\u0917\u093E)',upgradeFromTrialTitle:"\u0906\u0927\u093F\u0915\u093E\u0930\u093F\u0915 \u0938\u0926\u0938\u094D\u092F \u0915\u0947 \u0930\u0942\u092A \u092E\u0947\u0902 \u0905\u092A\u0917\u094D\u0930\u0947\u0921 \u0915\u0930\u0947\u0902",subtitle:"\u0935\u0940\u0921\u093F\u092F\u094B \u0909\u092A\u0936\u0940\u0930\u094D\u0937\u0915",youtubeService:"\u0907\u092E\u0930\u094D\u0938\u093F\u0935 \u0905\u0928\u0941\u0935\u093E\u0926 \u0935\u0940\u0921\u093F\u092F\u094B \u0909\u092A\u0936\u0940\u0930\u094D\u0937\u0915 \u0905\u0928\u0941\u0935\u093E\u0926 \u0938\u0947\u0935\u093E","subtitle.disabledSubtitle":"\u0935\u0940\u0921\u093F\u092F\u094B \u0909\u092A\u0936\u0940\u0930\u094D\u0937\u0915 \u0915\u094B \u0938\u094D\u0925\u093E\u092F\u0940 \u0930\u0942\u092A \u0938\u0947 \u0905\u0915\u094D\u0937\u092E \u0915\u0930\u0947\u0902","subtitle.disabledSubtitleDescription":"\u092F\u0926\u093F \u0907\u092E\u0930\u094D\u0938\u093F\u0935 \u091F\u094D\u0930\u093E\u0902\u0938\u0932\u0947\u0936\u0928 \u0915\u0947 \u0935\u0940\u0921\u093F\u092F\u094B \u0909\u092A\u0936\u0940\u0930\u094D\u0937\u0915 \u0905\u0928\u094D\u092F \u090F\u0915\u094D\u0938\u091F\u0947\u0902\u0936\u0928 \u0915\u0947 \u0938\u093E\u0925 \u0938\u0902\u0918\u0930\u094D\u0937 \u0915\u0930\u0924\u0947 \u0939\u0948\u0902, \u0924\u094B \u0906\u092A \u0907\u092E\u0930\u094D\u0938\u093F\u0935 \u091F\u094D\u0930\u093E\u0902\u0938\u0932\u0947\u0936\u0928 \u0915\u0947 \u0935\u0940\u0921\u093F\u092F\u094B \u0909\u092A\u0936\u0940\u0930\u094D\u0937\u0915 \u092B\u093C\u0902\u0915\u094D\u0936\u0928 \u0915\u094B \u0938\u094D\u0925\u093E\u092F\u0940 \u0930\u0942\u092A \u0938\u0947 \u0905\u0915\u094D\u0937\u092E \u0915\u0930\u0928\u093E \u092F\u093E \u0905\u0928\u094D\u092F \u0935\u093F\u0930\u094B\u0927\u093E\u092D\u093E\u0938\u0940 \u090F\u0915\u094D\u0938\u091F\u0947\u0902\u0936\u0928 \u0915\u094B \u0905\u0928\u0907\u0902\u0938\u094D\u091F\u0949\u0932 \u0915\u0930\u0928\u093E \u091A\u0941\u0928 \u0938\u0915\u0924\u0947 \u0939\u0948\u0902\u0964","subtitle.autoEnableSubtitle":"\u0938\u094D\u0935\u091A\u093E\u0932\u093F\u0924 \u0930\u0942\u092A \u0938\u0947 \u0926\u094D\u0935\u093F\u092D\u093E\u0937\u0940 \u0909\u092A\u0936\u0940\u0930\u094D\u0937\u0915 \u0915\u093E \u0909\u092A\u092F\u094B\u0917 \u0915\u0930\u0947\u0902","subtitle.autoEnableSubtitleDescription":"\u0938\u0915\u094D\u0930\u093F\u092F \u0915\u0930\u0928\u0947 \u0915\u0947 \u092C\u093E\u0926, \u091C\u092C \u0935\u0940\u0921\u093F\u092F\u094B \u091A\u0932 \u0930\u0939\u093E \u0939\u094B\u0924\u093E \u0939\u0948, \u0924\u094B \u0938\u094D\u0935\u091A\u093E\u0932\u093F\u0924 \u0930\u0942\u092A \u0938\u0947 \u0926\u094D\u0935\u093F\u092D\u093E\u0937\u0940\u092F \u0909\u092A\u0936\u0940\u0930\u094D\u0937\u0915 \u0926\u093F\u0916\u093E\u0908 \u0926\u0947\u0902\u0917\u0947, \u0905\u0928\u094D\u092F\u0925\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u092C\u091F\u0928 \u092A\u0930 \u0915\u094D\u0932\u093F\u0915 \u0915\u0930\u0928\u0947 \u0915\u0940 \u0906\u0935\u0936\u094D\u092F\u0915\u0924\u093E \u0939\u094B\u0917\u0940\u0964","subtitle.preTranslation":"\u0909\u092A\u0936\u0940\u0930\u094D\u0937\u0915 \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u0907\u092E\u0930\u094D\u0938\u093F\u0935 \u091F\u094D\u0930\u093E\u0902\u0938\u0932\u0947\u0936\u0928 \u0915\u093E \u0909\u092A\u092F\u094B\u0917 \u0915\u0930\u0947\u0902","subtitle.preTranslationDescription":"\u0907\u0938\u0947 \u0938\u0915\u094D\u0937\u092E \u0915\u0930\u0928\u0947 \u0915\u0947 \u092C\u093E\u0926, \u0928\u0940\u091A\u0947 \u0926\u0940 \u0917\u0908 \u0928\u093F\u0930\u094D\u0926\u093F\u0937\u094D\u091F \u0905\u0928\u0941\u0935\u093E\u0926 \u0938\u0947\u0935\u093E \u0915\u093E \u0909\u092A\u092F\u094B\u0917 \u0938\u0902\u092A\u0942\u0930\u094D\u0923 \u0909\u092A\u0936\u0940\u0930\u094D\u0937\u0915 \u0915\u093E \u0905\u0917\u094D\u0930\u093F\u092E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u0915\u093F\u092F\u093E \u091C\u093E\u090F\u0917\u093E\u0964 \u090F\u0915 \u0918\u0902\u091F\u0947 \u0915\u093E \u0935\u0940\u0921\u093F\u092F\u094B \u0932\u0917\u092D\u0917 50,000 \u091F\u094B\u0915\u0928 \u092F\u093E \u0935\u0930\u094D\u0923\u094B\u0902 \u0915\u093E \u0909\u092A\u092D\u094B\u0917 \u0915\u0930\u0924\u093E \u0939\u0948, \u0907\u0938\u0932\u093F\u090F \u0915\u0943\u092A\u092F\u093E \u0907\u0938\u0947 \u0909\u092A\u092F\u0941\u0915\u094D\u0924 \u0915\u0947 \u0930\u0942\u092A \u092E\u0947\u0902 \u0909\u092A\u092F\u094B\u0917 \u0915\u0930\u0947\u0902; \u0907\u0938\u0947 \u092C\u0902\u0926 \u0915\u0930\u0928\u0947 \u0915\u0947 \u092C\u093E\u0926, \u092E\u0936\u0940\u0928 \u0938\u0947 \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u093F\u092F\u093E \u091C\u093E\u090F\u0917\u093E \u092E\u0942\u0932 \u0935\u0940\u0921\u093F\u092F\u094B \u0915\u0947 \u0938\u093E\u0925 \u0906\u0928\u0947 \u0935\u093E\u0932\u0947 \u0909\u092A\u0936\u0940\u0930\u094D\u0937\u0915 \u0915\u093E \u092A\u0939\u0932\u0947 \u0909\u092A\u092F\u094B\u0917 \u0915\u093F\u092F\u093E \u091C\u093E\u090F\u0917\u093E\u0964","subtitle.humanSubtitlesPreferred":"\u092E\u093E\u0928\u0935 \u0909\u092A\u0936\u0940\u0930\u094D\u0937\u0915 \u0915\u0947 \u0909\u092A\u092F\u094B\u0917 \u0915\u094B \u092A\u094D\u0930\u093E\u0925\u092E\u093F\u0915\u0924\u093E \u0926\u0947\u0902","subtitle.humanSubtitlesPreferredDescription":"\u091C\u092C \u0915\u093F\u0938\u0940 \u0935\u0940\u0921\u093F\u092F\u094B \u092E\u0947\u0902 \u0932\u0915\u094D\u0937\u093F\u0924 \u092D\u093E\u0937\u093E \u092E\u0947\u0902 \u092E\u0948\u0928\u094D\u092F\u0941\u0905\u0932 \u0909\u092A\u0936\u0940\u0930\u094D\u0937\u0915 \u0939\u094B\u0902, \u0924\u094B \u092A\u0939\u0932\u0947 \u092E\u0948\u0928\u094D\u092F\u0941\u0905\u0932 \u0909\u092A\u0936\u0940\u0930\u094D\u0937\u0915 \u0915\u093E \u0909\u092A\u092F\u094B\u0917 \u0915\u0930\u0947\u0902 (\u0905\u0928\u0941\u0936\u0902\u0938\u093F\u0924)",videoSubtitleTranslationDescription:"\u0935\u0940\u0921\u093F\u092F\u094B \u0909\u092A\u0936\u0940\u0930\u094D\u0937\u0915 \u0915\u0947 \u0932\u093F\u090F \u090F\u0915 \u0905\u0932\u0917 \u0905\u0928\u0941\u0935\u093E\u0926 \u0938\u0947\u0935\u093E \u0928\u093E\u092E\u093F\u0924 \u0915\u0930\u0947\u0902",subtitleTranslating:"{service} \u0938\u0947\u0935\u093E \u0915\u093E \u0909\u092A\u092F\u094B\u0917 \u0915\u0930\u0915\u0947 \u0909\u092A\u0936\u0940\u0930\u094D\u0937\u0915 \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930 \u0930\u0939\u0947 \u0939\u0948\u0902, \u0915\u0943\u092A\u092F\u093E \u092A\u094D\u0930\u0924\u0940\u0915\u094D\u0937\u093E \u0915\u0930\u0947\u0902... (\u0907\u092E\u0930\u094D\u0938\u093F\u0935 \u0905\u0928\u0941\u0935\u093E\u0926)",subtitleLoading:"\u0909\u092A\u0936\u0940\u0930\u094D\u0937\u0915 \u0932\u094B\u0921 \u0939\u094B \u0930\u0939\u093E \u0939\u0948...",bilingual:"\u0926\u094D\u0935\u093F\u092D\u093E\u0937\u093F\u0915","field.action":"Baidu \u0936\u092C\u094D\u0926\u093E\u0935\u0932\u0940 \u0915\u094B \u0938\u0915\u094D\u0937\u092E \u0915\u0930\u0928\u093E \u0939\u0948 \u092F\u093E \u0928\u0939\u0940\u0902","description.action":"\u0938\u0915\u094D\u0937\u092E \u0915\u0930\u0928\u0947 \u0915\u0947 \u092C\u093E\u0926, \u0936\u092C\u094D\u0926 \u0915\u094B \u0938\u0915\u094D\u0937\u092E \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F Baidu \u0915\u094B \u0938\u0942\u091A\u093F\u0924 \u0915\u0930\u0928\u0947 \u0915\u0947 \u0905\u0928\u0941\u0930\u094B\u0927 \u092E\u0947\u0902 \u092A\u0948\u0930\u093E\u092E\u0940\u091F\u0930 \u090F\u0915\u094D\u0936\u0928 = 1 \u091C\u094B\u0921\u093C\u093E \u091C\u093E\u090F\u0917\u093E\u0964 <1> \u0915\u0943\u092A\u092F\u093E \u0905\u0927\u093F\u0915 \u0928\u093F\u0930\u094D\u0926\u0947\u0936\u094B\u0902 \u0915\u0947 \u0932\u093F\u090F \u0906\u0927\u093F\u0915\u093E\u0930\u093F\u0915 \u0926\u0938\u094D\u0924\u093E\u0935\u0947\u091C\u093C \u0926\u0947\u0916\u0947\u0902\u0964",closeQuickTranslation:"\u0924\u0948\u0930\u0924\u0940 \u0939\u0941\u0908 \u0917\u0947\u0902\u0926 \u0915\u094B \u092C\u0902\u0926 \u0915\u0930\u0947\u0902","closeQuickTranslation.untilNext":"\u0905\u0917\u0932\u0940 \u092F\u093E\u0924\u094D\u0930\u093E \u0924\u0915 \u092C\u0902\u0926","closeQuickTranslation.currentWebsite":"\u0935\u0930\u094D\u0924\u092E\u093E\u0928 \u0935\u0947\u092C\u0938\u093E\u0907\u091F \u0905\u0915\u094D\u0937\u092E \u0939\u0948","closeQuickTranslation.alwaysClose":"\u0938\u094D\u0925\u093E\u092F\u0940 \u0930\u0942\u092A \u0938\u0947 \u0905\u0915\u094D\u0937\u092E","closeQuickTranslation.settingOpen":"(<1> \u0938\u0947\u091F\u093F\u0902\u0917 \u092A\u0947\u091C \u092A\u0930 \u092A\u093E\u092F\u093E \u091C\u093E \u0938\u0915\u0924\u093E \u0939\u0948 \u091A\u093E\u0932\u0942 \u0915\u0930\u094B)","closeQuickTranslation.cancel":"\u0930\u0926\u094D\u0926 \u0915\u0930\u0928\u093E","closeQuickTranslation.confirm":"\u091C\u093C\u0930\u0942\u0930","floatBall.popup":"\u0924\u094D\u0935\u0930\u093F\u0924 \u0938\u0947\u091F\u093F\u0902\u0917 \u092A\u0948\u0928\u0932 \u0916\u094B\u0932\u0947\u0902","floatBall.translate":"\u0907\u0938 \u092A\u0943\u0937\u094D\u0920 \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u0915\u094D\u0932\u093F\u0915 \u0915\u0930\u0947\u0902","floatBall.showOriginal":"\u092E\u0942\u0932 \u092A\u093E\u0920 \u092A\u0930 \u0935\u093E\u092A\u0938 \u091C\u093E\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u0915\u094D\u0932\u093F\u0915 \u0915\u0930\u0947\u0902","floatBall.close":"\u0924\u0948\u0930\u0924\u0940 \u0939\u0941\u0908 \u0917\u0947\u0902\u0926 \u0915\u094B \u092C\u0902\u0926 \u0915\u0930\u0947\u0902","floatBallOptions.enableDescPc":"\u092A\u0947\u091C \u092B\u093C\u094D\u0932\u094B\u091F\u093F\u0902\u0917 \u092C\u0949\u0932 \u0938\u0915\u094D\u0937\u092E \u0939\u094B\u0928\u0947 \u0915\u0947 \u092C\u093E\u0926, \u092A\u0943\u0937\u094D\u0920 \u0915\u0947 \u0926\u093E\u0908\u0902 \u0913\u0930 \u090F\u0915 \u0924\u094D\u0935\u0930\u093F\u0924 \u0905\u0928\u0941\u0935\u093E\u0926 \u092C\u091F\u0928 \u092A\u094D\u0930\u0926\u0930\u094D\u0936\u093F\u0924 \u0939\u094B\u0917\u093E\u0964 \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u0915\u094D\u0932\u093F\u0915 \u0915\u0930\u0947\u0902\u0964","floatBallOptions.enableDesc":"\u092B\u094D\u0932\u094B\u091F\u093F\u0902\u0917 \u092C\u0949\u0932 \u0915\u094B \u092C\u0902\u0926 \u0915\u0930\u0928\u0947 \u0915\u0947 \u092C\u093E\u0926 \u0907\u0938\u0947{touch}\u0938\u0947 \u091C\u0917\u093E\u092F\u093E \u091C\u093E \u0938\u0915\u0924\u093E \u0939\u0948\u0964 \u0907\u0938 \u0935\u093F\u0915\u0932\u094D\u092A \u0915\u094B \u0917\u0932\u0924\u0940 \u0938\u0947 \u092C\u0902\u0926 \u0915\u0930\u0928\u0947 \u0915\u0947 \u092C\u093E\u0926 \u092B\u094D\u0932\u094B\u091F\u093F\u0902\u0917 \u092C\u0949\u0932 \u0915\u094B \u092E\u093F\u0932\u0928\u0947 \u0938\u0947 \u0930\u094B\u0915\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F, \u0907\u0938 \u0938\u0947\u091F\u093F\u0902\u0917 \u092A\u0947\u091C \u0915\u094B \u092C\u0941\u0915\u092E\u093E\u0930\u094D\u0915 \u0915\u0930\u0928\u0947 \u0915\u0940 \u092A\u0941\u0930\u091C\u094B\u0930 \u0905\u0928\u0941\u0936\u0902\u0938\u093E \u0915\u0940 \u091C\u093E\u0924\u0940 \u0939\u0948\u0964","description.azureApiUrl":"\u0915\u0938\u094D\u091F\u092E \u090F\u092A\u0940\u0906\u0908 \u0907\u0902\u091F\u0930\u092B\u093C\u0947\u0938 \u092A\u0924\u093E \u092D\u0930\u0947\u0902",confirmSupportMouse:"\u092E\u093E\u0909\u0938 \u0938\u092E\u0930\u094D\u0925\u0928 \u0915\u094B \u0938\u0915\u094D\u0937\u092E \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u092C\u093E\u0927\u094D\u092F \u0915\u0930\u0947\u0902",confirmSupportMouseDescription:"\u092F\u0939 \u092A\u093E\u092F\u093E \u0917\u092F\u093E \u0939\u0948 \u0915\u093F \u0935\u0930\u094D\u0924\u092E\u093E\u0928 \u092C\u094D\u0930\u093E\u0909\u091C\u093C\u0930 \u092E\u093E\u0909\u0938 \u092B\u093C\u0902\u0915\u094D\u0936\u0928 \u0915\u093E \u0938\u092E\u0930\u094D\u0925\u0928 \u0928\u0939\u0940\u0902 \u0915\u0930\u0924\u093E \u0939\u0948\u0964 \u0915\u094D\u092F\u093E \u0906\u092A \u092E\u093E\u0909\u0938 \u0938\u092E\u0930\u094D\u0925\u0928 \u0915\u094B \u092C\u0932\u092A\u0942\u0930\u094D\u0935\u0915 \u0938\u0915\u094D\u0937\u092E \u0915\u0930\u0928\u093E \u091A\u093E\u0939\u0924\u0947 \u0939\u0948\u0902?",sampleTargetText:"\u0932\u092E\u094D\u092C\u0940 \u0930\u093E\u0924 \u0906\u0928\u0947 \u0935\u093E\u0932\u0940 \u0939\u0948, \u0914\u0930 \u0905\u092C \u0938\u0947 \u092E\u0948\u0902 \u092E\u0930\u0928\u0947 \u0924\u0915 \u091C\u093E\u0917\u0924\u093E \u0930\u0939\u0942\u0901\u0917\u093E\u0964 \u092E\u0948\u0902 \u0928 \u092A\u0924\u094D\u0928\u0940 \u0932\u0942\u0901\u0917\u093E, \u0928 \u091C\u093E\u0917\u0940\u0930, \u0928 \u092C\u091A\u094D\u091A\u0947\u0964 \u092E\u0948\u0902 \u0915\u094B\u0908 \u0924\u093E\u091C \u0928\u0939\u0940\u0902 \u092A\u0939\u0928\u0942\u0902\u0917\u093E \u092F\u093E \u0938\u092E\u094D\u092E\u093E\u0928 \u0915\u0947 \u0932\u093F\u090F \u092A\u094D\u0930\u0924\u093F\u0938\u094D\u092A\u0930\u094D\u0927\u093E \u0928\u0939\u0940\u0902 \u0915\u0930\u0942\u0902\u0917\u093E\u0964 \u092E\u0948\u0902 \u0905\u092A\u0928\u093E \u0915\u0930\u094D\u0924\u0935\u094D\u092F \u0928\u093F\u0937\u094D\u0920\u093E\u092A\u0942\u0930\u094D\u0935\u0915 \u0928\u093F\u092D\u093E\u090A\u0902\u0917\u093E, \u091C\u093F\u090A\u0902\u0917\u093E \u0914\u0930 \u092E\u0930\u0942\u0902\u0917\u093E\u0964",sampleSourceText:"Night gathers, and now my watch begins. It shall not end until my death. I shall take no wife, hold no lands, father no children. I shall wear no crowns and win no glory. I shall live and die at my post.","subtitle.supportedSites":"\u5DF2\u652F\u6301\u5728\u8FD9\u4E9B\u7F51\u7AD9\u4F7F\u7528\u53CC\u8BED\u5B57\u5E55\uFF08\u6CE8\u610F\uFF1A\u7531\u4E8E\u6280\u672F\u9650\u5236\uFF0C\u90E8\u5206\u7F51\u7AD9\u5728\u9996\u6B21\u5F00\u542F\u5B57\u5E55\u540E\u9700\u8981\u91CD\u65B0\u5237\u65B0\u9875\u9762\uFF0C\u6216\u8005\u9700\u7B49\u5F85\u7FFB\u8BD1\u5B8C\u6210\u4EE5\u663E\u793A\u53CC\u8BED\u5B57\u5E55\uFF09\uFF1A",viewWithImmersiveTranslate:"\u53CC\u8BED\u7248\u672C(\u6C89\u6D78\u5F0F\u7FFB\u8BD1)",errorReason:"\u9519\u8BEF\u539F\u56E0\uFF1A{message}","proQuotaExceededError.onetime7day":'\uFF0C\u60A8\u53EF\u4EE5\u9009\u62E9\u4EE5\u4E0B\u65B9\u5F0F\u89E3\u51B3\uFF1A

1. \u5207\u6362\u5230 {anotherService} \u6216\u5176\u4ED6\u7FFB\u8BD1\u670D\u52A1
2. \u5347\u7EA7\u4E3A\u6708\u5EA6/\u5E74\u5EA6\u4F1A\u5458',"proQuotaExceededError.trial":'\uFF0C\u60A8\u53EF\u4EE5\u9009\u62E9\u4EE5\u4E0B\u65B9\u5F0F\u89E3\u51B3\uFF1A

1. \u5207\u6362\u5230 {anotherService} \u6216\u5176\u4ED6\u7FFB\u8BD1\u670D\u52A1
2. \u7ACB\u523B\u5347\u7EA7\u4E3A\u6B63\u5F0F\u4F1A\u5458',"proQuotaExceededError.nonTrial":'\uFF0C\u60A8\u53EF\u4EE5\u9009\u62E9\u4EE5\u4E0B\u65B9\u5F0F\u89E3\u51B3\uFF1A

1. \u5207\u6362\u5230 {anotherService} \u6216\u5176\u4ED6\u7FFB\u8BD1\u670D\u52A1
2. \u8D2D\u4E70 {translationService} \u989D\u5916\u6D41\u91CF\u5305',"proQuotaExceededError.resetTime":"
3. \u989D\u5EA6\u91CD\u7F6E\u65F6\u95F4\uFF1A{resetTime}","desc.touchShortcutsToggleTranslatePageOnlyTranslation":"\u0915\u0947\u0935\u0932 \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u093E \u0924\u093E\u0924\u094D\u092A\u0930\u094D\u092F \u0939\u0948 \u0915\u093F \u0915\u0947\u0935\u0932 \u0905\u0928\u0941\u0935\u093E\u0926 \u092A\u094D\u0930\u0926\u0930\u094D\u0936\u093F\u0924 \u0939\u094B\u0917\u093E, \u092F\u0926\u093F \u0935\u0947\u092C\u092A\u0947\u091C \u0905\u092D\u0940 \u0924\u0915 \u0905\u0928\u0941\u0935\u093E\u0926\u093F\u0924 \u0928\u0939\u0940\u0902 \u0939\u0941\u0906 \u0939\u0948, \u0924\u094B \u092E\u094B\u0921 \u092C\u0926\u0932\u0947\u0917\u093E \u0914\u0930 \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0947\u0917\u093E\u0964","desc.toggleOnlyTransation":"\u0915\u0947\u0935\u0932 \u0905\u0928\u0941\u0935\u093E\u0926 \u092E\u094B\u0921 \u0915\u093E \u0924\u093E\u0924\u094D\u092A\u0930\u094D\u092F \u0939\u0948 \u0915\u093F \u0915\u0947\u0935\u0932 \u0905\u0928\u0941\u0935\u093E\u0926 \u092A\u094D\u0930\u0926\u0930\u094D\u0936\u093F\u0924 \u0939\u094B\u0917\u093E, \u092F\u0926\u093F \u0935\u0947\u092C\u092A\u0947\u091C \u0905\u092D\u0940 \u0924\u0915 \u0905\u0928\u0941\u0935\u093E\u0926\u093F\u0924 \u0928\u0939\u0940\u0902 \u0939\u0941\u0906 \u0939\u0948, \u0924\u094B \u092E\u094B\u0921 \u092C\u0926\u0932 \u091C\u093E\u090F\u0917\u093E \u0914\u0930 \u0905\u0928\u0941\u0935\u093E\u0926 \u0939\u094B\u0917\u093E\u0964",touchShortcutsToggleTranslatePageOnlyTranslation:"\u0938\u094D\u0915\u094D\u0930\u0940\u0928 \u091F\u091A \u091C\u0947\u0938\u094D\u091A\u0930 \u0938\u0947\u091F \u0915\u0930\u0947\u0902 \u0926\u094D\u0935\u093F\u092D\u093E\u0937\u0940 / \u0915\u0947\u0935\u0932 \u0905\u0928\u0941\u0935\u093E\u0926 \u092E\u094B\u0921 \u0915\u094B \u0938\u094D\u0935\u093F\u091A \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F",download_started:"\u0921\u093E\u0909\u0928\u0932\u094B\u0921 \u0936\u0941\u0930\u0942 \u0939\u094B \u091A\u0941\u0915\u093E \u0939\u0948, \u092F\u0926\u093F \u0938\u094D\u0935\u091A\u093E\u0932\u093F\u0924 \u0930\u0942\u092A \u0938\u0947 \u0921\u093E\u0909\u0928\u0932\u094B\u0921 \u0928\u0939\u0940\u0902 \u0939\u094B \u0930\u0939\u093E \u0939\u0948, \u0924\u094B \u0915\u0943\u092A\u092F\u093E \u092E\u0948\u0928\u094D\u092F\u0941\u0905\u0932 \u0930\u0942\u092A \u0938\u0947 \u0915\u094D\u0932\u093F\u0915 \u0915\u0930\u0947\u0902\u0964",here:"\u092F\u0939\u093E\u0901",batchEdit:"\u0925\u094B\u0915 \u0938\u0902\u091A\u093E\u0932\u0928","error.goReset":"\u0930\u0940\u0938\u0947\u091F \u0915\u0930\u0947\u0902",translationFont:"\u092B\u093C\u0949\u0928\u094D\u091F \u0938\u0947\u091F \u0915\u0930\u0947\u0902","translationFont.custom":"\u0905\u092A\u0928\u0940 \u0915\u0938\u094D\u091F\u092E \u092B\u093C\u0949\u0928\u094D\u091F \u0926\u0930\u094D\u091C \u0915\u0930\u0947\u0902","translationModeLang.translation.title":"\u0915\u0947\u0935\u0932 \u0905\u0928\u0941\u0935\u093E\u0926 \u092E\u094B\u0921 \u0915\u0940 \u092D\u093E\u0937\u093E","translationFont.customPlaceholder":"\u092B\u093C\u0949\u0928\u094D\u091F","translationServices.inherit":"\u092E\u0941\u0916\u094D\u092F \u0905\u0928\u0941\u0935\u093E\u0926 \u0938\u0947\u0935\u093E \u0915\u093E \u092A\u093E\u0932\u0928 \u0915\u0930\u0947\u0902","error.serveConfigError":"\u0938\u0947\u0935\u093E \u0938\u092E\u093E\u0915\u0943\u0924\u093F \u0924\u094D\u0930\u0941\u091F\u093F","error.configError":"\u0935\u093F\u0928\u094D\u092F\u093E\u0938 \u0921\u0947\u091F\u093E \u0905\u0938\u093E\u092E\u093E\u0928\u094D\u092F","translationModeUrl.translation.title":"\u0915\u0947\u0935\u0932 \u0905\u0928\u0941\u0935\u093E\u0926 \u092E\u094B\u0921 \u0915\u093E URL",toggleToService:"{\u0938\u0947\u0935\u093E} \u092A\u0930 \u0938\u094D\u0935\u093F\u091A \u0915\u0930\u0947\u0902 \u0914\u0930 \u092A\u0941\u0928\u0903 \u092A\u094D\u0930\u092F\u093E\u0938 \u0915\u0930\u0947\u0902",videoSubtitlePreTranslationOn:"\u0935\u0940\u0921\u093F\u092F\u094B \u0938\u092C\u091F\u093E\u092F\u091F\u0932\u094D\u0938 \u0915\u093E \u092A\u094D\u0930\u093E\u0925\u092E\u093F\u0915\u0924\u093E \u0938\u094D\u0935\u0930\u0942\u092A \u092E\u0947\u0902 \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u093E \u0909\u092A\u092F\u094B\u0917 \u0915\u0930\u0947\u0902\u0917\u0947\u0964","touch.mouse-translate":"\u0915\u0943\u092A\u092F\u093E \u0928\u093F\u0930\u094D\u0926\u093F\u0937\u094D\u091F \u092A\u0948\u0930\u093E\u0917\u094D\u0930\u093E\u092B \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0947\u0902",detectServiceLoading:"\u0909\u092A\u0932\u092C\u094D\u0927 \u0905\u0928\u0941\u0935\u093E\u0926 \u0938\u0947\u0935\u093E\u0913\u0902 \u0915\u0940 \u091C\u093E\u0902\u091A \u0915\u0930 \u0930\u0939\u093E \u0939\u0948...","error.proTokenInvalid":"\u092F\u0926\u093F \u0906\u092A \u092A\u094D\u0930\u094B \u0909\u092A\u092F\u094B\u0917\u0915\u0930\u094D\u0924\u093E \u0939\u0948\u0902, \u0924\u094B \u0915\u0943\u092A\u092F\u093E \u092A\u094D\u0930\u094B \u0905\u0928\u0941\u0935\u093E\u0926 \u0938\u0947\u0935\u093E \u0915\u093E \u0909\u092A\u092F\u094B\u0917 \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u0932\u0949\u0917 \u0907\u0928 \u0915\u0930\u0947\u0902\u0964","error.400":"\u0938\u0947\u0935\u093E \u0924\u094D\u0930\u0941\u091F\u093F \u0935\u093E\u092A\u0938 \u0915\u0930\u0924\u0940 \u0939\u0948, \u0905\u0928\u0941\u0930\u094B\u0927 \u092A\u0948\u0930\u093E\u092E\u0940\u091F\u0930 \u0917\u0932\u0924 \u0939\u0948, \u0915\u0943\u092A\u092F\u093E \u0938\u0902\u092C\u0902\u0927\u093F\u0924 \u0915\u0949\u0928\u094D\u092B\u093C\u093F\u0917\u0930\u0947\u0936\u0928 \u0915\u0940 \u091C\u093E\u0902\u091A \u0915\u0930\u0947\u0902\u0964","error.502":"\u0938\u0947\u0935\u093E \u0924\u094D\u0930\u0941\u091F\u093F \u0932\u094C\u091F\u0924\u0940 \u0939\u0948, \u0938\u0947\u0935\u093E \u0938\u092E\u092F \u0938\u092E\u093E\u092A\u094D\u0924, \u0915\u0943\u092A\u092F\u093E \u092C\u093E\u0926 \u092E\u0947\u0902 \u092A\u0941\u0928\u0903 \u092A\u094D\u0930\u092F\u093E\u0938 \u0915\u0930\u0947\u0902\u0964","error.reloadPageOfSetting":"\u0915\u0949\u0928\u094D\u092B\u093C\u093F\u0917\u0930 \u0915\u0930\u0928\u0947 \u0915\u0947 \u092C\u093E\u0926, \u0915\u0943\u092A\u092F\u093E \u092A\u0943\u0937\u094D\u0920 \u0915\u094B \u0924\u093E\u091C\u093C\u093E \u0915\u0930\u0947\u0902 \u0914\u0930 \u092B\u093F\u0930 \u0938\u0947 \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0947\u0902\u0964","translationModeUrl.translation.description":"\u091C\u092C \u0935\u0947\u092C\u0938\u093E\u0907\u091F \u0928\u093F\u092E\u094D\u0928\u0932\u093F\u0916\u093F\u0924 \u0921\u094B\u092E\u0947\u0928 \u0915\u0947 \u0932\u093F\u090F \u0939\u094B\u0924\u0940 \u0939\u0948, \u0924\u094B \u092F\u0939 \u0938\u094D\u0935\u091A\u093E\u0932\u093F\u0924 \u0930\u0942\u092A \u0938\u0947 \u0915\u0947\u0935\u0932 \u0905\u0928\u0941\u0935\u093E\u0926 \u092E\u094B\u0921 \u0915\u093E \u0909\u092A\u092F\u094B\u0917 \u0915\u0930\u0947\u0917\u0940\u0964","error.googleLimitIp":"\u0938\u0947\u0935\u093E \u0924\u094D\u0930\u0941\u091F\u093F \u0932\u094C\u091F\u093E\u0924\u0940 \u0939\u0948, \u0917\u0942\u0917\u0932 \u0938\u0947\u0935\u093E\u090F\u0902 \u0907\u0938 IP \u092A\u0924\u0947 \u092A\u0930 \u092A\u094D\u0930\u0935\u093E\u0939 \u0938\u0940\u092E\u093F\u0924 \u0915\u0930 \u091A\u0941\u0915\u0940 \u0939\u0948\u0902, \u0906\u092A\u0915\u093E \u0938\u0941\u091D\u093E\u0935 \u0939\u0948 \u0915\u093F \u0906\u092A \u0928\u0947\u091F\u0935\u0930\u094D\u0915 \u0928\u094B\u0921 \u092C\u0926\u0932\u0947\u0902\u0964","error.proUpgrade":"\u0905\u092A\u0917\u094D\u0930\u0947\u0921 \u0915\u0930\u0928\u0947 \u0915\u0947 \u092C\u093E\u0926, \u0915\u0943\u092A\u092F\u093E \u092A\u0943\u0937\u094D\u0920 \u0915\u094B \u0924\u093E\u091C\u093C\u093E \u0915\u0930\u0947\u0902 \u0914\u0930 \u092B\u093F\u0930 \u0938\u0947 \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0947\u0902\u0964","error.gemini.429":"\u0935\u0930\u094D\u0924\u092E\u093E\u0928 \u092E\u0947\u0902 \u091C\u0947\u092E\u093F\u0928\u0940 \u0938\u0947\u0935\u093E \u0915\u0940 \u0935\u0930\u094D\u0924\u092E\u093E\u0928 \u092D\u0930\u0923 \u0915\u094D\u0937\u092E\u0924\u093E \u0938\u0940\u092E\u093E \u0915\u094B \u092A\u0939\u0941\u0902\u091A \u091A\u0941\u0915\u0940 \u0939\u0948, \u0915\u0943\u092A\u092F\u093E \u092C\u093E\u0926 \u092E\u0947\u0902 \u092A\u094D\u0930\u092F\u093E\u0938 \u0915\u0930\u0947\u0902, \u092F\u093E \u0905\u0928\u094D\u092F \u0905\u0928\u0941\u0935\u093E\u0926 \u0938\u0947\u0935\u093E\u0913\u0902 \u092A\u0930 \u0938\u094D\u0935\u093F\u091A \u0915\u0930\u0947\u0902\u0964",enableSentryReport:"\u091C\u092C \u090F\u0915\u094D\u0938\u091F\u0947\u0902\u0936\u0928 \u092E\u0947\u0902 \u0924\u094D\u0930\u0941\u091F\u093F \u0939\u094B\u0924\u0940 \u0939\u0948, \u0924\u094B Sentry \u0915\u093E \u0909\u092A\u092F\u094B\u0917 \u092A\u094D\u0930\u0924\u093F\u0915\u094D\u0930\u093F\u092F\u093E \u0938\u092C\u092E\u093F\u091F \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u0915\u0930\u0947\u0902\u0964","error.403":"\u0938\u0947\u0935\u093E \u0924\u094D\u0930\u0941\u091F\u093F \u0932\u094C\u091F\u093E\u0924\u0940 \u0939\u0948, \u0905\u0938\u094D\u0925\u093E\u092F\u0940 \u0930\u0942\u092A \u0938\u0947 \u0907\u0938 \u0938\u0947\u0935\u093E \u0915\u093E \u0909\u092A\u092F\u094B\u0917 \u0915\u0930\u0928\u0947 \u0915\u0940 \u0905\u0928\u0941\u092E\u0924\u093F \u0928\u0939\u0940\u0902 \u0939\u0948\u0964","translationModeLang.translation.description":"\u091C\u092C \u092A\u0943\u0937\u094D\u0920 \u0915\u0940 \u092D\u093E\u0937\u093E \u0928\u093F\u092E\u094D\u0928\u0932\u093F\u0916\u093F\u0924 \u092D\u093E\u0937\u093E\u0913\u0902 \u092E\u0947\u0902 \u0939\u094B\u0924\u0940 \u0939\u0948, \u0924\u094B \u0915\u0947\u0935\u0932 \u0905\u0928\u0941\u0935\u093E\u0926 \u092E\u094B\u0921 \u0915\u093E \u0938\u094D\u0935\u091A\u093E\u0932\u093F\u0924 \u0930\u0942\u092A \u0938\u0947 \u0909\u092A\u092F\u094B\u0917 \u0915\u093F\u092F\u093E \u091C\u093E\u090F\u0917\u093E",videoSubtitlePreTranslationOff:"\u0935\u0940\u0921\u093F\u092F\u094B \u0938\u092C\u091F\u093E\u092F\u091F\u0932 \u092E\u0942\u0932 \u0935\u0940\u0921\u093F\u092F\u094B \u0926\u094D\u0935\u093E\u0930\u093E \u0938\u094D\u0935\u091A\u093E\u0932\u093F\u0924 \u0930\u0942\u092A \u0938\u0947 \u0905\u0928\u0941\u0935\u093E\u0926\u093F\u0924 \u0938\u092C\u091F\u093E\u092F\u091F\u0932 \u0915\u093E \u092A\u094D\u0930\u093E\u0925\u092E\u093F\u0915\u0924\u093E \u092A\u094D\u0930\u0926\u093E\u0928 \u0915\u0930\u0947\u0917\u093E\u0964","error.429":"\u0938\u0947\u0935\u093E \u0924\u094D\u0930\u0941\u091F\u093F \u0932\u094C\u091F\u093E\u0924\u0940 \u0939\u0948, \u091C\u093F\u0938\u0915\u093E \u0905\u0930\u094D\u0925 \u0939\u0948 \u0915\u093F \u0905\u0928\u0941\u0930\u094B\u0927 \u092C\u0939\u0941\u0924 \u0905\u0915\u094D\u0938\u0930 \u0939\u094B \u0930\u0939\u0947 \u0939\u0948\u0902 \u092F\u093E \u0938\u0940\u092E\u093E \u0938\u0940\u092E\u093E \u0938\u0947 \u0905\u0927\u093F\u0915 \u0939\u0948\u0902, \u0915\u0943\u092A\u092F\u093E \u092C\u093E\u0926 \u092E\u0947\u0902 \u092A\u0941\u0928\u0903 \u092A\u094D\u0930\u092F\u093E\u0938 \u0915\u0930\u0947\u0902\u0964","error.openAIExceededQuota":"\u0938\u0947\u0935\u093E \u0924\u094D\u0930\u0941\u091F\u093F \u0935\u093E\u092A\u0938 \u0915\u0930\u0924\u0940 \u0939\u0948: \u0906\u092A\u0915\u093E \u0935\u0930\u094D\u0924\u092E\u093E\u0928 OpenAI \u0916\u093E\u0924\u093E \u092C\u0948\u0932\u0947\u0902\u0938 \u092A\u0930\u094D\u092F\u093E\u092A\u094D\u0924 \u0928\u0939\u0940\u0902 \u0939\u0948, \u0915\u0943\u092A\u092F\u093E OpenAI \u0906\u0927\u093F\u0915\u093E\u0930\u093F\u0915 \u092C\u0948\u0915\u090F\u0902\u0921 \u092E\u0947\u0902 \u0930\u093F\u091A\u093E\u0930\u094D\u091C \u0915\u0930\u0947\u0902 \u092F\u093E \u0915\u094D\u0930\u0947\u0921\u093F\u091F \u0915\u093E\u0930\u094D\u0921 \u092C\u093E\u0902\u0927\u0947\u0902\u0964","translationFont.notSupportErrorMessage":"\u0915\u0943\u092A\u092F\u093E \u091C\u093E\u0902\u091A\u0947\u0902 \u0915\u093F \u0906\u092A\u0915\u0947 \u0926\u094D\u0935\u093E\u0930\u093E \u0926\u0930\u094D\u091C \u0915\u093F\u092F\u093E \u0917\u092F\u093E \u092B\u093C\u0949\u0928\u094D\u091F \u0928\u093E\u092E \u0938\u0939\u0940 \u0939\u0948 \u092F\u093E \u0928\u0939\u0940\u0902, \u092F\u093E \u092F\u0939 \u0938\u0941\u0928\u093F\u0936\u094D\u091A\u093F\u0924 \u0915\u0930\u0947\u0902 \u0915\u093F \u092F\u0939 \u092B\u093C\u0949\u0928\u094D\u091F \u0906\u092A\u0915\u0947 \u0909\u092A\u0915\u0930\u0923 \u092A\u0930 \u0938\u094D\u0925\u093E\u092A\u093F\u0924 \u0939\u0948\u0964","error.openAIFreeLimit":"\u0938\u0947\u0935\u093E \u0924\u094D\u0930\u0941\u091F\u093F \u0932\u094C\u091F\u093E\u0924\u0940 \u0939\u0948, \u0935\u0930\u094D\u0924\u092E\u093E\u0928 \u0905\u0928\u0941\u0935\u093E\u0926 \u0905\u0928\u0941\u0930\u094B\u0927 \u0915\u0940 \u0906\u0935\u0943\u0924\u094D\u0924\u093F \u092A\u094D\u0930\u0924\u093F \u092E\u093F\u0928\u091F 3 \u092C\u093E\u0930 \u0915\u0940 \u0905\u0927\u093F\u0915\u0924\u092E \u0938\u0940\u092E\u093E \u0924\u0915 \u092A\u0939\u0941\u0902\u091A \u091A\u0941\u0915\u0940 \u0939\u0948, \u0915\u0943\u092A\u092F\u093E \u092C\u093E\u0926 \u092E\u0947\u0902 \u092A\u094D\u0930\u092F\u093E\u0938 \u0915\u0930\u0947\u0902\u0964 (\u092F\u0939 OpenAI \u0915\u0940 \u0906\u0927\u093F\u0915\u093E\u0930\u093F\u0915 \u0938\u0940\u092E\u093E \u0939\u0948 \u0928\u093F:\u0936\u0941\u0932\u094D\u0915 API Key \u0915\u0947 \u0932\u093F\u090F, \u0907\u0938 \u0938\u0940\u092E\u093E \u0915\u094B \u0939\u091F\u093E\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F, \u0915\u0943\u092A\u092F\u093E OpenAI \u092C\u0948\u0915\u090F\u0902\u0921 \u092E\u0947\u0902 \u0915\u094D\u0930\u0947\u0921\u093F\u091F \u0915\u093E\u0930\u094D\u0921 \u092C\u093E\u0902\u0927\u0947\u0902\u0964)","desc.toggleVideoSubtitlePreTranslation":"\u091C\u092C \u0906\u092A \u0907\u0938\u0947 \u0926\u092C\u093E\u0924\u0947 \u0939\u0948\u0902, \u0924\u094B \u0935\u0940\u0921\u093F\u092F\u094B \u0926\u094D\u0935\u093F\u092D\u093E\u0937\u0940 \u0909\u092A\u0936\u0940\u0930\u094D\u0937\u0915 \u092A\u094D\u0930\u093E\u0925\u092E\u093F\u0915\u0924\u093E \u0938\u0947 \u0921\u0941\u092C\u0915\u0940 \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0940 \u0938\u0947\u091F\u093F\u0902\u0917 \u0915\u093E \u0909\u092A\u092F\u094B\u0917 \u0915\u0930\u0947\u0917\u093E, \u092B\u093F\u0930 \u0938\u0947 \u0926\u092C\u093E\u0928\u0947 \u092A\u0930 \u092F\u0939 \u092E\u0942\u0932 \u0935\u0940\u0921\u093F\u092F\u094B \u0915\u0947 \u0938\u094D\u0935\u091A\u093E\u0932\u093F\u0924 \u0905\u0928\u0941\u0935\u093E\u0926\u093F\u0924 \u0909\u092A\u0936\u0940\u0930\u094D\u0937\u0915 \u0915\u093E \u0909\u092A\u092F\u094B\u0917 \u0915\u0930\u0947\u0917\u093E, \u0927\u094D\u092F\u093E\u0928 \u0926\u0947\u0902: \u0907\u0938 \u0936\u0949\u0930\u094D\u091F\u0915\u091F \u0926\u094D\u0935\u093E\u0930\u093E \u0938\u0902\u0936\u094B\u0927\u093F\u0924 \u0938\u0947\u091F\u093F\u0902\u0917 \u0935\u0948\u0936\u094D\u0935\u093F\u0915 \u0939\u094B\u0924\u0940 \u0939\u0948\u0964","error.serveUnavailable":"\u0906\u092A\u0915\u0947 \u0926\u094D\u0935\u093E\u0930\u093E \u0935\u0930\u094D\u0924\u092E\u093E\u0928 \u092E\u0947\u0902 \u0909\u092A\u092F\u094B\u0917 \u0915\u093F\u090F \u091C\u093E \u0930\u0939\u0947 [{serverName}] \u0938\u0947\u0935\u093E \u0915\u094B \u0928\u0947\u091F\u0935\u0930\u094D\u0915 \u0915\u0928\u0947\u0915\u094D\u0936\u0928 \u092F\u093E \u0938\u0947\u0935\u093E \u092A\u094D\u0930\u0926\u093E\u0924\u093E \u0915\u0940 \u0938\u092E\u0938\u094D\u092F\u093E \u0915\u0947 \u0915\u093E\u0930\u0923 \u0905\u0938\u094D\u0925\u093E\u092F\u0940 \u0930\u0942\u092A \u0938\u0947 \u0909\u092A\u092F\u094B\u0917 \u0915\u0930\u0928\u0947 \u092E\u0947\u0902 \u0905\u0938\u092E\u0930\u094D\u0925 \u0939\u0948\u0964 \u0939\u092E\u093E\u0930\u093E \u0938\u0941\u091D\u093E\u0935 \u0939\u0948 \u0915\u093F \u0906\u092A \u092A\u0943\u0937\u094D\u0920 \u0915\u094B \u0924\u093E\u091C\u093E \u0915\u0930\u0928\u0947 \u0915\u093E \u092A\u094D\u0930\u092F\u093E\u0938 \u0915\u0930\u0947\u0902 \u092F\u093E <1>\u0938\u0947\u091F\u093F\u0902\u0917\u094D\u0938 \u0915\u0947 \u092E\u093E\u0927\u094D\u092F\u092E \u0938\u0947 \u0905\u0928\u094D\u092F \u0905\u0928\u0941\u0935\u093E\u0926 \u0938\u0947\u0935\u093E\u0913\u0902 \u0915\u094B \u092C\u0926\u0932\u0928\u0947 \u0915\u093E \u092A\u094D\u0930\u092F\u093E\u0938 \u0915\u0930\u0947\u0902\u0964 \u092F\u0926\u093F \u0906\u092A <2>Pro \u0938\u0926\u0938\u094D\u092F \u0939\u0948\u0902, \u0924\u094B \u0906\u092A DeepL \u092F\u093E OpenAI \u0905\u0928\u0941\u0935\u093E\u0926 \u0938\u0947\u0935\u093E \u0915\u093E \u0909\u092A\u092F\u094B\u0917 \u0915\u0930\u0928\u0947 \u0915\u093E \u091A\u092F\u0928 \u0915\u0930 \u0938\u0915\u0924\u0947 \u0939\u0948\u0902 \u091C\u094B \u0905\u0927\u093F\u0915 \u0938\u094D\u0925\u093F\u0930 \u0939\u0948 (<3>\u092F\u0939\u093E\u0902 \u092E\u0941\u092B\u094D\u0924 \u0905\u0928\u0941\u092D\u0935 \u0915\u0930\u0947\u0902)\u0964 \u0907\u0938\u0915\u0947 \u0905\u0932\u093E\u0935\u093E, \u0906\u092A\u0915\u094B \u0936\u093E\u092F\u0926 \u0905\u092A\u0928\u0940 \u0928\u0947\u091F\u0935\u0930\u094D\u0915 \u092F\u093E \u092A\u094D\u0930\u0949\u0915\u094D\u0938\u0940 \u0938\u0947\u091F\u093F\u0902\u0917\u094D\u0938 \u0915\u0940 \u091C\u093E\u0902\u091A \u0915\u0930\u0928\u0947 \u0915\u0940 \u0906\u0935\u0936\u094D\u092F\u0915\u0924\u093E \u0939\u094B \u0938\u0915\u0924\u0940 \u0939\u0948\u0964","translationServices.gemini":"\u092E\u093F\u0925\u0941\u0928","widget.translateFile":"PDF/ePub",goLogin:"\u0932\u0949\u0917 \u0907\u0928 \u0915\u0930\u0947\u0902","error.reason":"\u0924\u094D\u0930\u0941\u091F\u093F \u0915\u093E \u0915\u093E\u0930\u0923",contact:"\u0939\u092E\u0938\u0947 \u0938\u0902\u092A\u0930\u094D\u0915 \u0915\u0930\u0947\u0902",pickAll:"\u0938\u092D\u0940 \u0915\u093E \u091A\u092F\u0928 \u0915\u0930\u0947\u0902","multipleClick.3":"\u0924\u094D\u0930\u093F\u092A\u0932 \u0939\u093F\u091F","floatBall.iKnow":"\u092E\u0948\u0902\u0928\u0947 \u0938\u092E\u091D \u0932\u093F\u092F\u093E",shortcutSettings:"\u0936\u0949\u0930\u094D\u091F\u0915\u091F \u0915\u0941\u0902\u091C\u0940","error.retry":"\u092A\u0941\u0928\u0903 \u092A\u094D\u0930\u092F\u093E\u0938 \u0915\u0930\u0947\u0902",touchShortcutsOff:"\u092C\u0902\u0926 \u0915\u0930\u0947\u0902","subtitle.bilingual":"\u0926\u094D\u0935\u093F\u092D\u093E\u0937\u0940\u092F \u0909\u092A\u0936\u0940\u0930\u094D\u0937\u0915","tagsInput.add":"+ \u091C\u094B\u0921\u093C\u0947\u0902","slide.right":"\u092C\u093E\u090F\u0902 \u0938\u094D\u0932\u093E\u0907\u0921 \u0915\u0930\u0947\u0902","multipleClick.2":"\u0921\u092C\u0932 \u0915\u094D\u0932\u093F\u0915","widget.instruction":"\u0909\u092A\u092F\u094B\u0917 \u0915\u0940 \u0928\u093F\u0930\u094D\u0926\u0947\u0936\u093F\u0915\u093E",loggedIn:"\u0932\u0949\u0917 \u0907\u0928 \u0915\u093F\u092F\u093E \u0939\u0941\u0906 \u0939\u0948","shortcutGroup.main":"\u0938\u093E\u092E\u093E\u0928\u094D\u092F \u0909\u092A\u092F\u094B\u0917 \u0915\u0940 \u0936\u0949\u0930\u094D\u091F\u0915\u091F \u0915\u0941\u0902\u091C\u0940","slide.left":"\u0926\u093E\u090F\u0902 \u0938\u094D\u0932\u093E\u0907\u0921 \u0915\u0930\u0947\u0902",shortcutSettingsTitle:"\u0936\u0949\u0930\u094D\u091F\u0915\u091F \u0915\u0940 \u0938\u0947\u091F\u093F\u0902\u0917","multipleClick.4":"\u091A\u093E\u0930\u0939\u093F\u091F \u0938\u0902\u092F\u094B\u091C\u0928","error.subscriptionExpiredTitle":"\u0938\u0926\u0938\u094D\u092F\u0924\u093E \u0938\u092E\u093E\u092A\u094D\u0924 \u0939\u094B \u0917\u0908 \u0939\u0948",notLogin:"\u0932\u0949\u0917 \u0907\u0928 \u0928\u0939\u0940\u0902 \u0915\u093F\u092F\u093E \u0939\u0948","shortcutGroup.others":"\u0905\u0927\u093F\u0915 \u0915\u0938\u094D\u091F\u092E \u092B\u093C\u0902\u0915\u094D\u0936\u0928 \u0936\u0949\u0930\u094D\u091F\u0915\u091F","subtitle.hideQuickButton":"\u0907\u0938 \u0936\u0949\u0930\u094D\u091F\u0915\u091F \u0915\u094B \u092B\u093F\u0930 \u0938\u0947 \u0928\u093E \u0926\u093F\u0916\u093E\u090F\u0902","widget.videoSubtitleTooltip":"Youtube \u0906\u0926\u093F {count}+ \u0935\u0940\u0921\u093F\u092F\u094B \u0935\u0947\u092C\u0938\u093E\u0907\u091F\u094B\u0902 \u0915\u093E \u0938\u092E\u0930\u094D\u0925\u0928 \u0915\u0930\u0947\u0902","browser.translateInputBox":"\u0935\u0930\u094D\u0924\u092E\u093E\u0928 \u0907\u0928\u092A\u0941\u091F \u092C\u0949\u0915\u094D\u0938 \u0915\u0940 \u0938\u093E\u092E\u0917\u094D\u0930\u0940 \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0947\u0902",temprarilyChangeTranslationTo_openai:"\u0939\u092E \u0935\u0930\u094D\u0924\u092E\u093E\u0928 \u092A\u0943\u0937\u094D\u0920 \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 OpenAI \u0915\u093E \u0909\u092A\u092F\u094B\u0917 \u0915\u0930 \u0930\u0939\u0947 \u0939\u0948\u0902",alwaysTranslateThisSite:"\u0939\u092E\u0947\u0936\u093E \u0907\u0938 \u0935\u0947\u092C\u0938\u093E\u0907\u091F \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0947\u0902","shortcutGroup.mouse":"\u092E\u093E\u0909\u0938 \u0939\u094B\u0935\u0930 \u0936\u0949\u0930\u094D\u091F\u0915\u091F \u0915\u0949\u0928\u094D\u092B\u093C\u093F\u0917\u0930\u0947\u0936\u0928",translationOnlyMode:`\u0915\u0947\u0935\u0932 \u0905\u0928\u0941\u0935\u093E\u0926 \u092E\u094B\u0921 `,"shortcutGroup.touch":"\u0938\u094D\u0915\u094D\u0930\u0940\u0928 \u091F\u091A \u0915\u0947 \u0932\u093F\u090F \u0935\u093F\u0936\u0947\u0937 \u091C\u0947\u0938\u094D\u091A\u0930",networkError:"\u0905\u0928\u0941\u0935\u093E\u0926 \u0938\u0947\u0935\u093E\u090F\u0902 \u092F\u093E \u0928\u0947\u091F\u0935\u0930\u094D\u0915 \u092E\u0947\u0902 \u0938\u092E\u0938\u094D\u092F\u093E \u0939\u0948","intro.floatBallTitle":"\u0924\u094D\u0935\u0930\u093F\u0924 \u0905\u0928\u0941\u0935\u093E\u0926 \u092B\u094D\u0932\u094B\u091F\u093F\u0902\u0917 \u092C\u0949\u0932","widget.instructionTooltip":"\u0909\u092A\u092F\u094B\u0917 \u0915\u0940 \u0928\u093F\u0930\u094D\u0926\u0947\u0936\u093F\u0915\u093E \u0926\u0947\u0916\u0947\u0902",mouseHoverCustomKeyTitle:"\u0905\u0928\u0941\u0915\u0942\u0932\u093F\u0924 \u092E\u093E\u0909\u0938 \u0939\u094B\u0935\u0930 \u0936\u0949\u0930\u094D\u091F\u0915\u091F","widget.videoSubtitle":"\u0935\u0940\u0921\u093F\u092F\u094B \u0909\u092A\u0936\u0940\u0930\u094D\u0937\u0915",paragraphMinTextCountField:"\u0905\u0928\u0941\u0935\u093E\u0926 \u092A\u0948\u0930\u093E\u0917\u094D\u0930\u093E\u092B \u0915\u0947 \u0932\u093F\u090F \u0928\u094D\u092F\u0942\u0928\u0924\u092E \u0935\u0930\u094D\u0923 \u0938\u0902\u0916\u094D\u092F\u093E",neverTranslateThisSite:"\u0907\u0938 \u0935\u0947\u092C\u0938\u093E\u0907\u091F \u0915\u093E \u0915\u092D\u0940 \u0905\u0928\u0941\u0935\u093E\u0926 \u0928 \u0915\u0930\u0947\u0902","subtitle.showQuickButton":"\u0926\u094D\u0935\u093F\u092D\u093E\u0937\u0940\u092F \u0909\u092A\u0936\u0940\u0930\u094D\u0937\u0915\u094B\u0902 \u0915\u094B \u092A\u094D\u0932\u0947\u092F\u0930 \u092E\u0947\u0902 \u092A\u094D\u0930\u0926\u0930\u094D\u0936\u093F\u0924 \u0915\u0930\u0928\u0947 \u0915\u093E \u0936\u0949\u0930\u094D\u091F\u0915\u091F","widget.translateFileTooltip":"PDF, EPUB, SRT, ASS, HTML \u0914\u0930 TXT \u0926\u0938\u094D\u0924\u093E\u0935\u0947\u091C\u093C\u094B\u0902 \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0947\u0902","shortcutGroup.shortcutsForTranslationServices":"\u0905\u0928\u0941\u0935\u093E\u0926 \u0938\u0947\u0935\u093E\u0913\u0902 \u0938\u0947 \u0938\u0902\u092C\u0902\u0927\u093F\u0924 \u0936\u0949\u0930\u094D\u091F\u0915\u091F \u0915\u0941\u0902\u091C\u0940","intro.hoverTitle":"\u092E\u093E\u0909\u0938 \u0939\u094B\u0935\u0930 \u092A\u0930 \u0935\u0930\u094D\u0924\u092E\u093E\u0928 \u0905\u0928\u0941\u091A\u094D\u091B\u0947\u0926 \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0947\u0902",buildSnapshots:"\u0935\u0947\u092C\u092A\u0947\u091C \u0938\u094D\u0928\u0948\u092A\u0936\u0949\u091F \u0909\u0924\u094D\u092A\u0928\u094D\u0928 \u0915\u0930\u0947\u0902",notLoginPro:"\u0906\u092A\u0928\u0947 \u0905\u092D\u0940 \u0924\u0915 \u0905\u092A\u0928\u093E \u0938\u0926\u0938\u094D\u092F \u0916\u093E\u0924\u093E \u0932\u0949\u0917 \u0907\u0928 \u0928\u0939\u0940\u0902 \u0915\u093F\u092F\u093E \u0939\u0948\u0964","browser.translateWithTransmart":"\u0905\u0938\u094D\u0925\u093E\u092F\u0940 \u0930\u0942\u092A \u0938\u0947 \u091F\u0947\u0902\u0938\u0947\u0902\u091F \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u093E \u0909\u092A\u092F\u094B\u0917 \u0915\u0930\u0915\u0947 \u0935\u0930\u094D\u0924\u092E\u093E\u0928 \u092A\u0943\u0937\u094D\u0920 \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0947\u0902",temprarilyChangeTranslationTo_gemini:"\u0939\u092E \u0935\u0930\u094D\u0924\u092E\u093E\u0928 \u092A\u0943\u0937\u094D\u0920 \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 Gemini \u0915\u093E \u0909\u092A\u092F\u094B\u0917 \u0915\u0930 \u0930\u0939\u0947 \u0939\u0948\u0902\u0964",temprarilyChangeTranslationTo_deepl:"DeepL \u0915\u093E \u0909\u092A\u092F\u094B\u0917 \u0915\u0930\u0915\u0947 \u0935\u0930\u094D\u0924\u092E\u093E\u0928 \u092A\u0943\u0937\u094D\u0920 \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930 \u0930\u0939\u0947 \u0939\u0948\u0902",touchShortcutsToggleTranslationMask:"\u0938\u094D\u0915\u094D\u0930\u0940\u0928 \u091C\u0947\u0938\u094D\u091A\u0930 \u0938\u0947\u091F \u0915\u0930\u0947\u0902 \u0905\u0928\u0941\u0935\u093E\u0926 \u091B\u093F\u092A\u093E\u0928\u0947 / \u092E\u0942\u0932 \u092A\u093E\u0920 \u0926\u093F\u0916\u093E\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F","desc.touchShortcutsToggleTranslateTouchElement":"\u090F\u0915 \u0939\u0938\u094D\u0924\u0915\u094D\u0937\u0947\u092A \u0915\u094B \u0905\u0928\u0941\u0915\u0942\u0932\u093F\u0924 \u0915\u0930\u0947\u0902, \u0914\u0930 \u0906\u092A \u091C\u093F\u0938 \u0905\u0928\u0941\u091A\u094D\u091B\u0947\u0926 \u092E\u0947\u0902 \u0939\u0948\u0902, \u0909\u0938\u0947 \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930 \u0938\u0915\u0924\u0947 \u0939\u0948\u0902\u0964","browser.translateWithOpenAI":"\u0905\u0938\u094D\u0925\u093E\u092F\u0940 \u0930\u0942\u092A \u0938\u0947 OpenAI \u0915\u093E \u0909\u092A\u092F\u094B\u0917 \u0915\u0930\u0915\u0947 \u0935\u0930\u094D\u0924\u092E\u093E\u0928 \u092A\u0943\u0937\u094D\u0920 \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0947\u0902","browser.toggleMouseHoverTranslateDirectly":"\u092A\u0947\u091C \u092A\u0930 \u0905\u0938\u094D\u0925\u093E\u092F\u0940 \u0930\u0942\u092A \u0938\u0947 \u092E\u093E\u0909\u0938 \u0939\u094B\u0935\u0930 \u0938\u0940\u0927\u0947 \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u094B \u0938\u0915\u094D\u0937\u092E \u092F\u093E \u092C\u0902\u0926 \u0915\u0930\u0947\u0902","description.baiduField":"\u0938\u092E\u0930\u094D\u0925\u093F\u0924 \u0915\u094D\u0937\u0947\u0924\u094D\u0930\u094B\u0902 \u0915\u094B <1>\u092F\u0939\u093E\u0902 \u0926\u0947\u0916\u0947\u0902, \u0916\u093E\u0932\u0940 \u0939\u094B\u0928\u0947 \u0915\u093E \u0905\u0930\u094D\u0925 \u0939\u0948 \u0915\u094D\u0937\u0947\u0924\u094D\u0930 \u0928\u093F\u0930\u094D\u0926\u093F\u0937\u094D\u091F \u0928\u0939\u0940\u0902 \u0939\u0948","browser.toggleVideoSubtitlePreTranslation":"\u0926\u094D\u0935\u093F\u092D\u093E\u0937\u0940\u092F \u0938\u092C\u091F\u093E\u092F\u091F\u0932 \u0938\u094D\u0935\u093F\u091A \u0915\u0930\u0947\u0902, \u0921\u0941\u092C\u0915\u0940 \u0905\u0928\u0941\u0935\u093E\u0926 \u0938\u0947\u091F\u093F\u0902\u0917\u094D\u0938 \u0915\u093E \u092A\u094D\u0930\u093E\u0925\u092E\u093F\u0915\u0924\u093E \u0938\u0947 \u0909\u092A\u092F\u094B\u0917 \u0915\u0930\u0947\u0902","subtitle.autoDisableSubtitle":"\u0938\u094D\u0935\u091A\u093E\u0932\u093F\u0924 \u0930\u0942\u092A \u0938\u0947 \u0926\u094D\u0935\u093F\u092D\u093E\u0937\u0940 \u0909\u092A\u0936\u0940\u0930\u094D\u0937\u0915 \u0938\u0915\u094D\u0937\u092E \u0928\u0939\u0940\u0902 \u0915\u0930\u0947\u0902","browser.translateWithGemini":"\u0905\u0938\u094D\u0925\u093E\u092F\u0940 \u0930\u0942\u092A \u0938\u0947 Gemini \u0915\u093E \u0909\u092A\u092F\u094B\u0917 \u0915\u0930\u0915\u0947 \u0935\u0930\u094D\u0924\u092E\u093E\u0928 \u092A\u0943\u0937\u094D\u0920 \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0947\u0902","floatBall.guideClickToTranslate":`\u0905\u0928\u0941\u0935\u093E\u0926 \u092B\u094D\u0932\u094B\u091F\u093F\u0902\u0917 \u092C\u0949\u0932 \u092A\u0930 \u0915\u094D\u0932\u093F\u0915 \u0915\u0930\u0915\u0947 \u0924\u0941\u0930\u0902\u0924 \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930 \u0938\u0915\u0924\u0947 \u0939\u0948\u0902`,"neverTranslateText.title":"\u0928\u093F\u092E\u094D\u0928\u0932\u093F\u0916\u093F\u0924 \u0936\u092C\u094D\u0926 \u092E\u0942\u0932 \u0930\u0942\u092A \u092E\u0947\u0902 \u0930\u0916\u0947\u0902, \u0905\u0928\u0941\u0935\u093E\u0926 \u0928 \u0915\u0930\u0947\u0902",temprarilyChangeTranslationTo_google:"\u0935\u0930\u094D\u0924\u092E\u093E\u0928 \u092A\u0943\u0937\u094D\u0920 \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 Google \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u093E \u0909\u092A\u092F\u094B\u0917 \u0915\u0930 \u0930\u0939\u093E \u0939\u0948\u0964",touchShortcutsToggleTranslateTouchElement:"\u0938\u094D\u092A\u0930\u094D\u0936 \u0938\u094D\u0915\u094D\u0930\u0940\u0928 \u091C\u0947\u0938\u094D\u091A\u0930 \u0938\u0947\u091F \u0915\u0930\u0947\u0902 \u0928\u093F\u0930\u094D\u0926\u093F\u0937\u094D\u091F \u092A\u0948\u0930\u093E\u0917\u094D\u0930\u093E\u092B \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F",temprarilyChangeTranslationTo_transmart:"\u0939\u092E \u0935\u0930\u094D\u0924\u092E\u093E\u0928 \u092A\u0943\u0937\u094D\u0920 \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930 \u0930\u0939\u0947 \u0939\u0948\u0902 \u091F\u0947\u0902\u0938\u0947\u0902\u091F \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u093E \u0909\u092A\u092F\u094B\u0917 \u0915\u0930\u0915\u0947","browser.translateWithDeepL":"\u0905\u0938\u094D\u0925\u093E\u092F\u0940 \u0930\u0942\u092A \u0938\u0947 DeepL \u0915\u093E \u0909\u092A\u092F\u094B\u0917 \u0915\u0930\u0915\u0947 \u0935\u0930\u094D\u0924\u092E\u093E\u0928 \u092A\u0943\u0937\u094D\u0920 \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0947\u0902",upgradeToProErrorTitle:"\u0915\u0943\u092A\u092F\u093E \u0907\u0938 \u0905\u0928\u0941\u0935\u093E\u0926 \u0938\u0947\u0935\u093E \u0915\u093E \u0909\u092A\u092F\u094B\u0917 \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u092A\u094D\u0930\u094B \u0938\u0926\u0938\u094D\u092F\u0924\u093E \u0905\u092A\u0917\u094D\u0930\u0947\u0921 \u0915\u0930\u0947\u0902","floatBall.longPress":"\u0932\u0902\u092C\u0947 \u0938\u092E\u092F \u0924\u0915 \u0926\u092C\u093E\u090F \u0930\u0916\u0928\u0947 \u0938\u0947 \u0906\u092A \u0924\u094D\u0935\u0930\u093F\u0924 \u0930\u0942\u092A \u0938\u0947 \u0938\u0947\u091F\u093F\u0902\u0917\u094D\u0938 \u092A\u0948\u0928\u0932 \u0915\u094B \u0916\u094B\u0932 \u0938\u0915\u0924\u0947 \u0939\u0948\u0902\u0964",temprarilyChangeTranslationTo_bing:"\u092E\u093E\u0907\u0915\u094D\u0930\u094B\u0938\u0949\u092B\u094D\u091F \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u093E \u0909\u092A\u092F\u094B\u0917 \u0915\u0930\u0915\u0947 \u0935\u0930\u094D\u0924\u092E\u093E\u0928 \u092A\u0943\u0937\u094D\u0920 \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930 \u0930\u0939\u093E \u0939\u0948\u0902","browser.translateWithGoogle":"\u0905\u0938\u094D\u0925\u093E\u092F\u0940 \u0930\u0942\u092A \u0938\u0947 Google \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u093E \u0909\u092A\u092F\u094B\u0917 \u0915\u0930\u0915\u0947 \u0935\u0930\u094D\u0924\u092E\u093E\u0928 \u092A\u0943\u0937\u094D\u0920 \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0947\u0902","browser.translateWithBing":"\u092E\u093E\u0907\u0915\u094D\u0930\u094B\u0938\u0949\u092B\u094D\u091F \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u093E \u0905\u0938\u094D\u0925\u093E\u092F\u0940 \u0930\u0942\u092A \u0938\u0947 \u0935\u0930\u094D\u0924\u092E\u093E\u0928 \u092A\u0943\u0937\u094D\u0920 \u0915\u093E \u0909\u092A\u092F\u094B\u0917 \u0915\u0930\u0947\u0902",touchShortcutsToggleTranslatePage:"\u0935\u0947\u092C\u092A\u0947\u091C \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0928\u0947/\u092E\u0942\u0932 \u092A\u093E\u0920 \u0926\u093F\u0916\u093E\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u091F\u091A\u0938\u094D\u0915\u094D\u0930\u0940\u0928 \u091C\u0947\u0938\u094D\u091A\u0930 \u0938\u0947\u091F \u0915\u0930\u0947\u0902\u0964","error.subscriptionExpired":"\u0906\u092A\u0915\u0940 \u0938\u0926\u0938\u094D\u092F\u0924\u093E \u0938\u092E\u093E\u092A\u094D\u0924 \u0939\u094B \u0938\u0915\u0924\u0940 \u0939\u0948, \u0915\u0943\u092A\u092F\u093E \u0905\u092A\u0928\u0940 \u0938\u0926\u0938\u094D\u092F\u0924\u093E \u0915\u0940 \u0938\u094D\u0925\u093F\u0924\u093F \u0915\u0940 \u091C\u093E\u0902\u091A \u0915\u0930\u0947\u0902\u0964",paragraphMinTextCountDesc:"\u0927\u094D\u092F\u093E\u0928 \u0926\u0947\u0902, \u092F\u0939\u093E\u0902 \u0935\u0930\u094D\u0923\u094B\u0902 \u0915\u0940 \u0932\u0902\u092C\u093E\u0908 \u0915\u093E \u0924\u093E\u0924\u094D\u092A\u0930\u094D\u092F \u0939\u0948, \u0909\u0926\u093E\u0939\u0930\u0923 \u0915\u0947 \u0932\u093F\u090F: \u0939\u0947\u0932\u094B 5 \u0935\u0930\u094D\u0923 \u0939\u0948\u0902, \u0907\u0938\u0947 \u0905\u0927\u093F\u0915 \u092E\u093E\u0928 \u092A\u0930 \u0938\u0947\u091F \u0915\u0930\u0928\u0947 \u0938\u0947 \u0905\u0928\u093E\u0935\u0936\u094D\u092F\u0915 \u091B\u094B\u091F\u0947 \u0905\u0928\u0941\u091A\u094D\u091B\u0947\u0926\u094B\u0902 \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u092E \u0915\u093F\u092F\u093E \u091C\u093E \u0938\u0915\u0924\u093E \u0939\u0948\u0964","desc.interfaceLanguage":"\u0907\u0902\u091F\u0930\u092B\u093C\u0947\u0938 \u092D\u093E\u0937\u093E \u0938\u0947\u091F\u093F\u0902\u0917\u094D\u0938 \u0915\u0902\u091F\u094D\u0930\u094B\u0932 \u092A\u0948\u0928\u0932 \u0915\u0940 \u092A\u094D\u0930\u0926\u0930\u094D\u0936\u0928 \u092D\u093E\u0937\u093E \u0915\u094B \u092A\u094D\u0930\u092D\u093E\u0935\u093F\u0924 \u0915\u0930\u0924\u0940 \u0939\u0948\u0902, \u0914\u0930 \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0940 \u0932\u0915\u094D\u0937\u094D\u092F \u092D\u093E\u0937\u093E \u0938\u0947 \u0907\u0938\u0915\u093E \u0915\u094B\u0908 \u0938\u0902\u092C\u0902\u0927 \u0928\u0939\u0940\u0902 \u0939\u0948\u0964",mouseHoverCustomKeyDescription:"\u0906\u092A \u090F\u0915 \u0915\u0938\u094D\u091F\u092E \u092E\u093E\u0909\u0938 \u0939\u094B\u0935\u0930 \u0936\u0949\u0930\u094D\u091F\u0915\u091F \u0915\u0940 \u0924\u0930\u0939 \u092C\u0928\u093E \u0938\u0915\u0924\u0947 \u0939\u0948\u0902, \u091C\u0948\u0938\u0947 \u0915\u093F: Alt+Z, Ctrl+E, Cmd+Alt+E \u092F\u093E \u0938\u0940\u0927\u0947 Cmd, \u0915\u0943\u092A\u092F\u093E \u092E\u0948\u0928\u094D\u092F\u0941\u0905\u0932 \u0930\u0942\u092A \u0938\u0947 \u0907\u0928\u092A\u0941\u091F \u0915\u0930\u0947\u0902","desc.mouseHoverHoldKey":"\u091C\u092C \u092E\u093E\u0909\u0938 \u0915\u093F\u0938\u0940 \u092A\u0948\u0930\u093E\u0917\u094D\u0930\u093E\u092B \u092A\u0930 \u0939\u094B\u0935\u0930 \u0915\u0930\u0924\u093E \u0939\u0948, \u0924\u094B \u0938\u093E\u0925 \u0939\u0940 \u0926\u093E\u0908\u0902 \u0913\u0930 \u0915\u0940 \u0936\u0949\u0930\u094D\u091F\u0915\u091F \u0915\u0941\u0902\u091C\u0940 \u0926\u092C\u093E\u090F\u0902, \u0924\u094B \u0909\u0938 \u092A\u0948\u0930\u093E\u0917\u094D\u0930\u093E\u092B \u0915\u093E \u0938\u0940\u0927\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u093F\u092F\u093E \u091C\u093E \u0938\u0915\u0924\u093E \u0939\u0948\u0964","subtitle.showQuickButtonDescription":"\u0935\u0940\u0921\u093F\u092F\u094B \u092A\u094D\u0932\u0947\u092F\u0930 \u0915\u0947 \u0926\u093E\u090F\u0902 \u0928\u093F\u091A\u0932\u0947 \u0915\u094B\u0928\u0947 \u092E\u0947\u0902 \u0926\u094D\u0935\u093F\u092D\u093E\u0937\u0940\u092F \u0909\u092A\u0936\u0940\u0930\u094D\u0937\u0915 \u0938\u0915\u094D\u0937\u092E \u0915\u0930\u0928\u0947 \u0915\u093E \u0936\u0949\u0930\u094D\u091F\u0915\u091F \u092A\u094D\u0930\u0926\u093E\u0928 \u0915\u093F\u092F\u093E \u0917\u092F\u093E \u0939\u0948\u0964",confirmResetToDefaultSettings:"\u0915\u094D\u092F\u093E \u0906\u092A \u0935\u093E\u0915\u0908 \u0907\u0938 \u0905\u0928\u0941\u0935\u093E\u0926 \u0938\u0947\u0935\u093E \u0915\u094B \u0921\u093F\u092B\u093C\u0949\u0932\u094D\u091F \u0938\u0947\u091F\u093F\u0902\u0917\u094D\u0938 \u092A\u0930 \u092A\u0941\u0928\u0930\u094D\u0938\u094D\u0925\u093E\u092A\u093F\u0924 \u0915\u0930\u0928\u093E \u091A\u093E\u0939\u0924\u0947 \u0939\u0948\u0902? (\u0915\u0947\u0935\u0932 \u0935\u0930\u094D\u0924\u092E\u093E\u0928 \u0905\u0928\u0941\u0935\u093E\u0926 \u0938\u0947\u0935\u093E \u0915\u0940 \u0938\u0947\u091F\u093F\u0902\u0917\u094D\u0938 \u0930\u0940\u0938\u0947\u091F \u0915\u0930\u0947\u0902)","contact.description":"\u092F\u0926\u093F \u0906\u092A\u0915\u0947 \u092A\u093E\u0938 \u0915\u094B\u0908 \u092A\u094D\u0930\u0936\u094D\u0928 \u092F\u093E \u0938\u0941\u091D\u093E\u0935 \u0939\u0948\u0902, \u0924\u094B \u0915\u0943\u092A\u092F\u093E \u0928\u0940\u091A\u0947 \u0926\u093F\u090F \u0917\u090F \u092B\u0949\u0930\u094D\u092E \u0915\u094B \u092D\u0930\u0915\u0930 \u0939\u092E\u0938\u0947 \u0938\u0902\u092A\u0930\u094D\u0915 \u0915\u0930\u0947\u0902, \u092F\u093E {email} \u092A\u0930 \u0908\u092E\u0947\u0932 \u092D\u0947\u091C\u0947\u0902, \u0939\u092E \u091C\u0932\u094D\u0926 \u0938\u0947 \u091C\u0932\u094D\u0926 \u0906\u092A\u0915\u093E \u0909\u0924\u094D\u0924\u0930 \u0926\u0947\u0902\u0917\u0947\u0964","desc.touchShortcutsToggleTranslatePage":"\u0938\u0947\u091F \u0915\u0930\u0928\u0947 \u0915\u0947 \u092C\u093E\u0926, \u092E\u094B\u092C\u093E\u0907\u0932 \u0921\u093F\u0935\u093E\u0907\u0938 \u0915\u094B \u0939\u093F\u0932\u093E\u0924\u0947 \u0938\u092E\u092F, \u0906\u092A X \u0909\u0902\u0917\u0932\u093F\u092F\u094B\u0902 \u0915\u093E \u0909\u092A\u092F\u094B\u0917 \u0915\u0930\u0915\u0947 \u0938\u094D\u0915\u094D\u0930\u0940\u0928 \u0915\u094B \u091B\u0942\u0928\u093E, \u092C\u093E\u090F\u0902-\u0926\u093E\u090F\u0902 \u0938\u094D\u0935\u093E\u0907\u092A \u0915\u0930\u0928\u093E \u092F\u093E \u0932\u0917\u093E\u0924\u093E\u0930 \u0915\u094D\u0932\u093F\u0915 \u0915\u0930\u0928\u093E, \u0935\u0947\u092C\u092A\u0947\u091C \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0928\u0947 / \u092E\u0942\u0932 \u091F\u0947\u0915\u094D\u0938\u094D\u091F \u0926\u093F\u0916\u093E\u0928\u0947 \u0915\u094B \u091F\u094D\u0930\u093F\u0917\u0930 \u0915\u0930 \u0938\u0915\u0924\u0947 \u0939\u0948\u0902\u0964",shortcutDisableTooltip:"\u0915\u0943\u092A\u092F\u093E \u092C\u094D\u0930\u093E\u0909\u091C\u093C\u0930 \u0926\u094D\u0935\u093E\u0930\u093E \u092A\u094D\u0930\u0926\u093E\u0928 \u0915\u0940 \u0917\u0908 \u090F\u0915\u094D\u0938\u091F\u0947\u0902\u0936\u0928 \u0936\u0949\u0930\u094D\u091F\u0915\u091F \u0915\u0940 \u092A\u094D\u0930\u092C\u0902\u0927\u0928 \u092A\u0943\u0937\u094D\u0920 \u092A\u0930 \u0938\u0947\u091F\u093F\u0902\u0917 \u0915\u0930\u0947\u0902, \u0905\u0927\u093F\u0915 \u0926\u093F\u0936\u093E\u0928\u093F\u0930\u094D\u0926\u0947\u0936 \u0915\u0947 \u0932\u093F\u090F \u0915\u0943\u092A\u092F\u093E \u0907\u0938 \u092A\u0943\u0937\u094D\u0920 \u0915\u0947 \u0938\u092C\u0938\u0947 \u090A\u092A\u0930\u0940 \u0939\u093F\u0938\u094D\u0938\u0947 \u0915\u0940 \u091C\u093E\u0928\u0915\u093E\u0930\u0940 \u0926\u0947\u0916\u0947\u0902\u0964","desc.toggleTranslateTheWholePage":"\u092A\u0943\u0937\u094D\u0920 \u0915\u093E \u0938\u092E\u094D\u092A\u0942\u0930\u094D\u0923 \u0915\u094D\u0937\u0947\u0924\u094D\u0930 \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0947\u0902, \u0921\u093F\u092B\u093C\u0949\u0932\u094D\u091F \u0930\u0942\u092A \u0938\u0947, \u0939\u092E \u092A\u0943\u0937\u094D\u0920 \u0915\u0947 \u092A\u094D\u0930\u092E\u0941\u0916 \u0915\u094D\u0937\u0947\u0924\u094D\u0930 \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0947\u0902\u0917\u0947, \u0906\u092A \u0907\u0938 \u0936\u0949\u0930\u094D\u091F\u0915\u091F \u0915\u093E \u0909\u092A\u092F\u094B\u0917 \u0915\u0930\u0915\u0947 \u092A\u0943\u0937\u094D\u0920 \u0915\u0947 \u0938\u092E\u094D\u092A\u0942\u0930\u094D\u0923 \u0915\u094D\u0937\u0947\u0924\u094D\u0930 \u0915\u093E \u0935\u093F\u0936\u0947\u0937 \u0930\u0942\u092A \u0938\u0947 \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930 \u0938\u0915\u0924\u0947 \u0939\u0948\u0902\u0964","desc.touchShortcutsToggleTranslationMask":"\u0905\u0928\u0941\u0935\u093E\u0926 \u091B\u093F\u092A\u093E\u0928\u0947 \u0915\u093E \u0924\u093E\u0924\u094D\u092A\u0930\u094D\u092F \u0939\u0948 \u0905\u0928\u0941\u0935\u093E\u0926 \u0936\u0948\u0932\u0940 \u092E\u0947\u0902 \u0927\u0941\u0902\u0927\u0932\u093E \u092A\u094D\u0930\u092D\u093E\u0935 (\u0905\u0927\u094D\u092F\u092F\u0928 \u092E\u094B\u0921), \u091C\u093F\u0938\u0947 \u091A\u093E\u0932\u0942 \u0915\u0930\u0928\u0947 \u0915\u0947 \u092C\u093E\u0926 \u0905\u0928\u0941\u0935\u093E\u0926 \u092A\u0930 \u0905\u0938\u094D\u0925\u093E\u092F\u0940 \u0930\u0942\u092A \u0938\u0947 \u0927\u0941\u0902\u0927\u0932\u093E \u092A\u094D\u0930\u092D\u093E\u0935 \u0932\u093E\u0917\u0942 \u0915\u093F\u092F\u093E \u091C\u093E\u0924\u093E \u0939\u0948, \u091C\u094B \u0905\u0927\u094D\u092F\u092F\u0928 \u0915\u0947 \u0932\u093F\u090F \u0938\u0941\u0935\u093F\u0927\u093E\u091C\u0928\u0915 \u0939\u094B\u0924\u093E \u0939\u0948\u0964","desc.toggleTranslateTheMainPage":"\u0915\u0947\u0935\u0932 \u092A\u0943\u0937\u094D\u0920 \u0915\u0947 \u092E\u0941\u0916\u094D\u092F \u0915\u094D\u0937\u0947\u0924\u094D\u0930 \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0947\u0902, \u091C\u092C \u0906\u092A \u0909\u0928\u094D\u0928\u0924 \u0938\u0947\u091F\u093F\u0902\u0917\u094D\u0938 \u092E\u0947\u0902 \u092A\u0943\u0937\u094D\u0920 \u0915\u0947 \u0938\u092D\u0940 \u0915\u094D\u0937\u0947\u0924\u094D\u0930\u094B\u0902 \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0938\u0915\u094D\u0937\u092E \u0915\u0930\u0924\u0947 \u0939\u0948\u0902, \u0924\u094B \u0906\u092A \u0907\u0938 \u0936\u0949\u0930\u094D\u091F\u0915\u091F \u0915\u093E \u0909\u092A\u092F\u094B\u0917 \u092A\u0943\u0937\u094D\u0920 \u0915\u0947 \u092E\u0941\u0916\u094D\u092F \u0915\u094D\u0937\u0947\u0924\u094D\u0930 \u0915\u093E \u0935\u093F\u0936\u0947\u0937 \u0930\u0942\u092A \u0938\u0947 \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u0915\u0930 \u0938\u0915\u0924\u0947 \u0939\u0948\u0902\u0964",translationOnlyModeDescription:"\u0915\u0947\u0935\u0932 \u0905\u0928\u0941\u0935\u093E\u0926 \u092E\u094B\u0921 \u0915\u093E \u0924\u093E\u0924\u094D\u092A\u0930\u094D\u092F \u0939\u0948 \u0915\u093F \u0915\u0947\u0935\u0932 \u0905\u0928\u0941\u0935\u093E\u0926 \u092A\u094D\u0930\u0926\u0930\u094D\u0936\u093F\u0924 \u0915\u093F\u092F\u093E \u091C\u093E\u090F\u0917\u093E, \u0928 \u0915\u093F \u0921\u093F\u092B\u093C\u0949\u0932\u094D\u091F \u0926\u094D\u0935\u093F\u092D\u093E\u0937\u0940 \u092E\u094B\u0921\u0964 \u0927\u094D\u092F\u093E\u0928 \u0926\u0947\u0902: \u0924\u0915\u0928\u0940\u0915\u0940 \u0938\u0940\u092E\u093E\u0913\u0902 \u0915\u0947 \u0915\u093E\u0930\u0923, \u0915\u0947\u0935\u0932 \u0905\u0928\u0941\u0935\u093E\u0926 \u092E\u094B\u0921 \u092E\u0947\u0902, \u092E\u0942\u0932 \u092A\u093E\u0920 \u0915\u0947 \u0939\u093E\u0907\u092A\u0930\u0932\u093F\u0902\u0915 \u0905\u0915\u094D\u0937\u092E \u0939\u094B \u091C\u093E\u090F\u0902\u0917\u0947\u0964","intro.floatBallDescription":"\u0938\u0915\u094D\u0930\u093F\u092F \u0939\u094B\u0928\u0947 \u0915\u0947 \u092C\u093E\u0926, \u092A\u0943\u0937\u094D\u0920 \u0915\u0947 \u0926\u093E\u090F\u0902 \u0913\u0930 \u090F\u0915 \u0936\u0949\u0930\u094D\u091F\u0915\u091F \u0905\u0928\u0941\u0935\u093E\u0926 \u092C\u091F\u0928 \u0926\u093F\u0916\u093E\u0908 \u0926\u0947\u0917\u093E, \u091C\u093F\u0938\u0947 \u0915\u094D\u0932\u093F\u0915 \u0915\u0930\u0915\u0947 \u0906\u092A \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930 \u0938\u0915\u0924\u0947 \u0939\u0948\u0902, \u092B\u093F\u0930 \u0938\u0947 \u0915\u094D\u0932\u093F\u0915 \u0915\u0930\u0928\u0947 \u092A\u0930 \u092E\u0942\u0932 \u0932\u0947\u0916 \u092E\u0947\u0902 \u0935\u093E\u092A\u0938 \u091C\u093E \u0938\u0915\u0924\u0947 \u0939\u0948\u0902\u0964 \u092E\u094B\u092C\u093E\u0907\u0932 \u092A\u0930, \u0932\u0902\u092C\u0947 \u0938\u092E\u092F \u0924\u0915 \u092B\u094D\u0932\u094B\u091F\u093F\u0902\u0917 \u092C\u0949\u0932 \u0915\u094B \u0926\u092C\u093E\u090F\u0902, \u0906\u092A \u0936\u0949\u0930\u094D\u091F\u0915\u091F \u0938\u0947\u091F\u093F\u0902\u0917\u094D\u0938 \u092A\u0948\u0928\u0932 \u0915\u094B \u0916\u094B\u0932 \u0938\u0915\u0924\u0947 \u0939\u0948\u0902\u0964","desc.toggleMouseHoverTranslateDirectly":"\u0907\u0938 \u0936\u0949\u0930\u094D\u091F\u0915\u091F \u0915\u0941\u0902\u091C\u0940 \u0915\u094B \u0926\u092C\u093E\u0928\u0947 \u0915\u0947 \u092C\u093E\u0926, \u092A\u0943\u0937\u094D\u0920 \u092A\u0930, \u091C\u092C \u092D\u0940 \u092E\u093E\u0909\u0938 \u0915\u093F\u0938\u0940 \u092D\u0940 \u092A\u093E\u0920 \u0915\u0940 \u0913\u0930 \u0907\u0936\u093E\u0930\u093E \u0915\u0930\u0924\u093E \u0939\u0948, \u0924\u094B \u092F\u0939 \u092A\u093E\u0920 \u0938\u094D\u0935\u091A\u093E\u0932\u093F\u0924 \u0930\u0942\u092A \u0938\u0947 \u0905\u0928\u0941\u0935\u093E\u0926\u093F\u0924 \u0939\u094B \u091C\u093E\u0924\u093E \u0939\u0948\u0964 \u0936\u0949\u0930\u094D\u091F\u0915\u091F \u0915\u0941\u0902\u091C\u0940 \u0915\u094B \u090F\u0915 \u092C\u093E\u0930 \u092B\u093F\u0930 \u0926\u092C\u093E\u0928\u0947 \u0938\u0947, \u0906\u092A \u0907\u0938 \u0938\u094D\u0935\u091A\u093E\u0932\u093F\u0924 \u0905\u0928\u0941\u0935\u093E\u0926 \u0938\u0941\u0935\u093F\u0927\u093E \u0915\u094B \u092C\u0902\u0926 \u0915\u0930 \u0938\u0915\u0924\u0947 \u0939\u0948\u0902\u0964","intro.subtitleTitle":"\u0911\u0928\u0932\u093E\u0907\u0928 \u0935\u0940\u0921\u093F\u092F\u094B \u0926\u094D\u0935\u093F\u092D\u093E\u0937\u0940 \u0909\u092A\u0936\u0940\u0930\u094D\u0937\u0915 \u092A\u094D\u0930\u0926\u0930\u094D\u0936\u093F\u0924 \u0915\u0930\u0924\u0947 \u0939\u0948\u0902","neverTranslateText.description":"\u0915\u0941\u091B \u0905\u0928\u0941\u0935\u093E\u0926 \u0907\u0902\u091C\u0928 \u0935\u093F\u0936\u0947\u0937 \u0928\u093E\u092E\u094B\u0902 \u0915\u0940 \u092A\u0939\u091A\u093E\u0928 \u092E\u0947\u0902 \u0905\u0926\u0930\u0915 \u0928\u0939\u0940\u0902 \u0939\u0948\u0902, \u0906\u092A \u092F\u0939\u093E\u0902 \u0936\u092C\u094D\u0926 \u091C\u094B\u0921\u093C \u0938\u0915\u0924\u0947 \u0939\u0948\u0902, \u092F\u0939 \u0938\u0941\u0928\u093F\u0936\u094D\u091A\u093F\u0924 \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u0915\u093F \u0935\u0947 \u0905\u0928\u0941\u0935\u093E\u0926 \u092A\u094D\u0930\u0915\u094D\u0930\u093F\u092F\u093E \u092E\u0947\u0902 \u092A\u0930\u093F\u0935\u0930\u094D\u0924\u093F\u0924 \u0928\u0939\u0940\u0902 \u0939\u094B\u0924\u0947 \u0939\u0948\u0902\u0964 \u0915\u0943\u092A\u092F\u093E \u0927\u094D\u092F\u093E\u0928 \u0926\u0947\u0902, \u092F\u0939 \u0938\u0941\u0935\u093F\u0927\u093E \u092E\u093E\u092E\u0932\u0947 \u0915\u0940 \u092A\u0939\u091A\u093E\u0928 \u0915\u0930\u0924\u0940 \u0939\u0948, \u0914\u0930 \u0915\u0947\u0935\u0932 \u0916\u093E\u0932\u0940 \u091C\u0917\u0939 \u0938\u0947 \u0905\u0932\u0917 \u0936\u092C\u094D\u0926 \u092D\u093E\u0937\u093E\u0913\u0902 (\u091C\u0948\u0938\u0947 \u0905\u0902\u0917\u094D\u0930\u0947\u091C\u0940, \u092B\u094D\u0930\u0947\u0902\u091A) \u0915\u093E \u0938\u092E\u0930\u094D\u0925\u0928 \u0915\u0930\u0924\u0940 \u0939\u0948, \u091C\u093E\u092A\u093E\u0928\u0940, \u0915\u094B\u0930\u093F\u092F\u093E\u0908 \u0906\u0926\u093F \u092D\u093E\u0937\u093E\u0913\u0902 \u0915\u0947 \u0932\u093F\u090F \u092F\u0939 \u0909\u092A\u092F\u0941\u0915\u094D\u0924 \u0928\u0939\u0940\u0902 \u0939\u0948\u0964","intro.hoverDescription":"\u092E\u093E\u0909\u0938 \u0939\u094B\u0935\u0930 \u0905\u0928\u0941\u0935\u093E\u0926 \u0921\u0941\u092C\u0915\u0940 \u0905\u0928\u0941\u0935\u093E\u0926 \u092E\u0947\u0902 \u092C\u0939\u0941\u0924 \u092E\u0939\u0924\u094D\u0935\u092A\u0942\u0930\u094D\u0923 \u0938\u0941\u0935\u093F\u0927\u093E \u0939\u0948, \u092C\u0938 \u092A\u0948\u0930\u093E\u0917\u094D\u0930\u093E\u092B \u092A\u0930 \u092E\u093E\u0909\u0938 \u0930\u0916\u0947\u0902, \u0938\u093E\u0925 \u0939\u0940 \u0938\u0947\u091F \u0915\u0940 \u0917\u0908 \u0936\u0949\u0930\u094D\u091F\u0915\u091F \u0915\u0941\u0902\u091C\u0940 \u0926\u092C\u093E\u090F\u0902, \u0924\u094B \u0935\u0930\u094D\u0924\u092E\u093E\u0928 \u092A\u0948\u0930\u093E\u0917\u094D\u0930\u093E\u092B \u0915\u093E \u0938\u094D\u0935\u091A\u093E\u0932\u093F\u0924 \u0930\u0942\u092A \u0938\u0947 \u0905\u0928\u0941\u0935\u093E\u0926 \u0939\u094B \u091C\u093E\u090F\u0917\u093E (\u0927\u094D\u092F\u093E\u0928 \u0926\u0947\u0902: \u0921\u093F\u092B\u093C\u0949\u0932\u094D\u091F \u0930\u0942\u092A \u0938\u0947 \u092F\u0939 \u0938\u0915\u094D\u0937\u092E \u0928\u0939\u0940\u0902 \u0939\u0948, \u0915\u0943\u092A\u092F\u093E \u0928\u0940\u091A\u0947 \u0938\u0947\u091F \u0915\u0930\u0947\u0902), \u092F\u0939 \u0907\u0902\u091F\u0930\u090F\u0915\u094D\u0936\u0928 \u0936\u092C\u094D\u0926 \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u094B \u092C\u0947\u0939\u0924\u0930 \u0930\u0942\u092A \u0938\u0947 \u092A\u094D\u0930\u0924\u093F\u0938\u094D\u0925\u093E\u092A\u093F\u0924 \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u0909\u092A\u092F\u094B\u0917 \u0915\u093F\u092F\u093E \u091C\u093E\u0924\u093E \u0939\u0948, \u0907\u0938\u0915\u0947 \u0905\u0932\u093E\u0935\u093E, \u092F\u0939 \u0938\u0941\u0935\u093F\u0927\u093E \u0909\u0928 \u0915\u094D\u0937\u0947\u0924\u094D\u0930\u094B\u0902 \u092E\u0947\u0902 \u092D\u0940 \u0935\u094D\u092F\u093E\u092A\u0915 \u0930\u0942\u092A \u0938\u0947 \u0909\u092A\u092F\u094B\u0917 \u0915\u0940 \u091C\u093E\u0924\u0940 \u0939\u0948 \u091C\u093F\u0928\u094D\u0939\u0947\u0902 \u092A\u0939\u091A\u093E\u0928\u093E \u0928\u0939\u0940\u0902 \u091C\u093E \u0938\u0915\u0924\u093E \u0939\u0948, \u0906\u092A \u0907\u0938 \u0938\u0941\u0935\u093F\u0927\u093E \u0915\u093E \u0909\u092A\u092F\u094B\u0917 \u0915\u0930\u0915\u0947, \u0915\u093F\u0938\u0940 \u092D\u0940 \u092A\u0948\u0930\u093E\u0917\u094D\u0930\u093E\u092B \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u092E\u091C\u092C\u0942\u0930 \u0915\u0930 \u0938\u0915\u0924\u0947 \u0939\u0948\u0902\u0964","intro.subtitleDescription":"\u0907\u0938 \u0938\u0941\u0935\u093F\u0927\u093E \u0915\u094B \u091A\u093E\u0932\u0942 \u0915\u0930\u0928\u0947 \u0915\u0947 \u092C\u093E\u0926, \u0935\u0940\u0921\u093F\u092F\u094B \u092A\u094D\u0932\u0947 \u0939\u094B\u0928\u0947 \u092A\u0930 \u0938\u094D\u0935\u091A\u093E\u0932\u093F\u0924 \u0930\u0942\u092A \u0938\u0947 \u0926\u094D\u0935\u093F\u092D\u093E\u0937\u0940\u092F \u0909\u092A\u0936\u0940\u0930\u094D\u0937\u0915 \u092A\u094D\u0930\u0926\u0930\u094D\u0936\u093F\u0924 \u0939\u094B\u0902\u0917\u0947\u0964 \u092F\u0926\u093F \u092F\u0939 \u0938\u0915\u094D\u0937\u092E \u0928\u0939\u0940\u0902 \u0939\u0948, \u0924\u094B \u0906\u092A\u0915\u094B \u092A\u0943\u0937\u094D\u0920 \u092A\u0930 \u092E\u0948\u0928\u094D\u092F\u0941\u0905\u0932 \u0930\u0942\u092A \u0938\u0947 \u0905\u0928\u0941\u0935\u093E\u0926 \u092C\u091F\u0928 \u092A\u0930 \u0915\u094D\u0932\u093F\u0915 \u0915\u0930\u0928\u0947 \u0915\u0940 \u0906\u0935\u0936\u094D\u092F\u0915\u0924\u093E \u0939\u094B\u0917\u0940 \u0924\u093E\u0915\u093F \u0909\u092A\u0936\u0940\u0930\u094D\u0937\u0915 \u0926\u093F\u0916\u093E\u0908 \u0926\u0947\u0964 \u0915\u0943\u092A\u092F\u093E \u0927\u094D\u092F\u093E\u0928 \u0926\u0947\u0902, \u0924\u0915\u0928\u0940\u0915\u0940 \u0938\u0940\u092E\u093E\u0913\u0902 \u0915\u0947 \u0915\u093E\u0930\u0923, \u0915\u0941\u091B \u0935\u0947\u092C\u0938\u093E\u0907\u091F\u094B\u0902 \u092A\u0930 \u092A\u0939\u0932\u0940 \u092C\u093E\u0930 \u0909\u092A\u0936\u0940\u0930\u094D\u0937\u0915 \u0938\u0915\u094D\u0930\u093F\u092F \u0915\u0930\u0928\u0947 \u0915\u0947 \u0938\u092E\u092F \u092A\u0943\u0937\u094D\u0920 \u0915\u094B \u0924\u093E\u091C\u093E \u0915\u0930\u0928\u0947 \u0915\u0940 \u092F\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u092A\u0942\u0930\u093E \u0939\u094B\u0928\u0947 \u0915\u0947 \u092C\u093E\u0926 \u0907\u0902\u0924\u091C\u093E\u0930 \u0915\u0930\u0928\u0947 \u0915\u0940 \u0906\u0935\u0936\u094D\u092F\u0915\u0924\u093E \u0939\u094B \u0938\u0915\u0924\u0940 \u0939\u0948, \u0924\u092D\u0940 \u0926\u094D\u0935\u093F\u092D\u093E\u0937\u0940\u092F \u0909\u092A\u0936\u0940\u0930\u094D\u0937\u0915 \u092A\u094D\u0930\u0926\u0930\u094D\u0936\u093F\u0924 \u0939\u094B\u0902\u0917\u0947\u0964 (\u0907\u0938\u0915\u0947 \u0905\u0932\u093E\u0935\u093E, \u0906\u092A \u0935\u0940\u0921\u093F\u092F\u094B \u0935\u0947\u092C\u0938\u093E\u0907\u091F \u0916\u094B\u0932\u0928\u0947 \u0915\u0947 \u092C\u093E\u0926, \u090A\u092A\u0930\u0940 \u0926\u093E\u090F\u0902 \u0915\u094B\u0928\u0947 \u092E\u0947\u0902 \u0921\u0942\u092C\u0928\u0947 \u0935\u093E\u0932\u0947 \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0947 \u0924\u094D\u0935\u0930\u093F\u0924 \u092A\u0948\u0928\u0932 \u0915\u094B \u0938\u0915\u094D\u0937\u092E / \u0905\u0915\u094D\u0937\u092E \u0915\u0930 \u0938\u0915\u0924\u0947 \u0939\u0948\u0902)

\u0935\u0930\u094D\u0924\u092E\u093E\u0928 \u092E\u0947\u0902 \u0907\u0928 \u0935\u0947\u092C\u0938\u093E\u0907\u091F\u094B\u0902 \u092A\u0930 \u0926\u094D\u0935\u093F\u092D\u093E\u0937\u0940\u092F \u0909\u092A\u0936\u0940\u0930\u094D\u0937\u0915 \u0915\u093E \u0909\u092A\u092F\u094B\u0917 \u0915\u0930\u0928\u0947 \u0915\u093E \u0938\u092E\u0930\u094D\u0925\u0928 \u0915\u093F\u092F\u093E \u0917\u092F\u093E \u0939\u0948:",geminiWarning:"\u0927\u094D\u092F\u093E\u0928 \u0926\u0947\u0902: \u0917\u0942\u0917\u0932 \u0926\u094D\u0935\u093E\u0930\u093E \u092A\u094D\u0930\u0926\u093E\u0928 \u0915\u0940 \u0917\u0908 \u091C\u0947\u092E\u093F\u0928\u0940 \u0915\u0940 \u092E\u0941\u092B\u094D\u0924 \u0938\u0947\u0935\u093E \u0915\u0940 \u0938\u0940\u092E\u093E\u090F\u0902 \u0915\u0921\u093C\u0940 \u0939\u0948\u0902, \u092F\u0939 \u0938\u0902\u092D\u0935 \u0939\u0948 \u0915\u093F \u0917\u0942\u0917\u0932 \u0907\u0938\u0947 \u0909\u092A\u092F\u094B\u0917\u0915\u0930\u094D\u0924\u093E \u0915\u0947 \u0926\u094D\u0935\u093E\u0930\u093E \u0909\u0928\u0915\u0940 \u092E\u0941\u092B\u094D\u0924 \u0915\u094B\u091F\u093E \u0938\u0940\u092E\u093E \u0915\u094B \u0926\u0942\u0930 \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u0915\u0908 \u0915\u0941\u0902\u091C\u0940 \u0915\u093E \u0909\u092A\u092F\u094B\u0917 \u0915\u0930\u0928\u0947 \u0915\u0947 \u0930\u0942\u092A \u092E\u0947\u0902 \u0928\u093F\u0930\u094D\u0927\u093E\u0930\u093F\u0924 \u0915\u0930\u0947, \u0907\u0938\u0915\u093E \u0909\u092A\u092F\u094B\u0917 \u0915\u0930\u0928\u0947 \u0915\u0940 \u0938\u0932\u093E\u0939 \u0928\u0939\u0940\u0902 \u0926\u0940 \u091C\u093E\u0924\u0940 \u0939\u0948, \u0905\u0928\u0941\u0936\u0902\u0938\u093E \u0915\u0940 \u091C\u093E\u0924\u0940 \u0939\u0948 \u0915\u093F \u0917\u0942\u0917\u0932 \u091C\u0947\u092E\u093F\u0928\u0940 \u0915\u0947 \u092A\u0947\u0921\u093C \u0907\u0902\u091F\u0930\u092B\u093C\u0947\u0938 \u0915\u094B \u092D\u0935\u093F\u0937\u094D\u092F \u092E\u0947\u0902 \u0916\u094B\u0932\u0928\u0947 \u0915\u093E \u0907\u0902\u0924\u091C\u093E\u0930 \u0915\u0930\u0947\u0902\u0964","floatBall.setting":"\u0938\u0947\u091F\u093F\u0902\u0917\u094D\u0938","floatBall.translateToLanguage":"\u0915\u094D\u0932\u093F\u0915 \u0915\u0930\u0947\u0902 \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F {language}","floatBall.file":"PDF, EPUB, SRT, ASS, HTML, TXT \u092B\u093C\u093E\u0907\u0932\u094B\u0902 \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0947\u0902",changeToOnlyTempTranslationMode:"\u0915\u0947\u0935\u0932 \u0905\u0928\u0941\u0935\u093E\u0926 \u0926\u093F\u0916\u093E\u0928\u0947 \u092A\u0930 \u0938\u094D\u0935\u093F\u091A \u0915\u0930\u0947\u0902",changeToDualTempTranslationMode:"\u0926\u094D\u0935\u093F\u092D\u093E\u0937\u0940 \u0905\u0928\u0941\u0935\u093E\u0926 \u092A\u0930 \u0938\u094D\u0935\u093F\u091A \u0915\u0930\u0947\u0902","translationServices.yandex":"\u092F\u093E\u0902\u0921\u0947\u0915\u094D\u0938","options.navbar.installApp":"\u092E\u094B\u092C\u093E\u0907\u0932 \u0910\u092A \u0938\u094D\u0925\u093E\u092A\u093F\u0924 \u0915\u0930\u0947\u0902","options.navbar.translateFile":"\u0905\u0928\u0941\u0935\u093E\u0926 \u0926\u0938\u094D\u0924\u093E\u0935\u0947\u091C\u093C","transitionMode.dual":"\u0926\u094D\u0935\u093F\u092D\u093E\u0937\u0940\u092F \u0938\u092E\u093E\u0928\u093E\u0902\u0924\u0930","transitionMode.translation":"\u0915\u0947\u0935\u0932 \u0905\u0928\u0941\u0935\u093E\u0926","subtitle.transitionMode":"\u0935\u0940\u0921\u093F\u092F\u094B \u0938\u092C\u091F\u093E\u092F\u091F\u0932 \u0926\u094D\u0935\u093F\u092D\u093E\u0937\u0940 / \u0915\u0947\u0935\u0932 \u0905\u0928\u0941\u0935\u093E\u0926 \u0938\u0947\u091F\u093F\u0902\u0917","subtitle.transitionModeDescription":"\u0935\u0940\u0921\u093F\u092F\u094B \u0938\u092C\u091F\u093E\u092F\u091F\u0932 \u0915\u094B \u0926\u094D\u0935\u093F\u092D\u093E\u0937\u0940 \u0924\u0941\u0932\u0928\u093E\u0924\u094D\u092E\u0915 \u092F\u093E \u0915\u0947\u0935\u0932 \u0905\u0928\u0941\u0935\u093E\u0926 \u092E\u094B\u0921 \u092E\u0947\u0902 \u0938\u0947\u091F \u0915\u0930\u0947\u0902","transitionMode.inherit":"\u0938\u093F\u0938\u094D\u091F\u092E \u0915\u0947 \u0921\u093F\u092B\u093C\u0949\u0932\u094D\u091F \u0905\u0928\u0941\u0935\u093E\u0926 \u092A\u094D\u0930\u0926\u0930\u094D\u0936\u0928 \u092E\u094B\u0921 \u0915\u0947 \u0938\u093E\u0925 \u0938\u0902\u0930\u0947\u0916\u093F\u0924 \u0930\u0939\u0947\u0902",translateFileTooltip:`PDF, ePub, srt, ass, HTML, TXT \u092B\u093C\u093E\u0907\u0932\u094B\u0902 \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0947\u0902`,"description.multiplePrompt":`\u091C\u092C \u092A\u0948\u0930\u093E\u0917\u094D\u0930\u093E\u092B \u0915\u0940 \u0938\u0902\u0916\u094D\u092F\u093E 1 \u0938\u0947 \u0905\u0927\u093F\u0915 \u0939\u094B\u0924\u0940 \u0939\u0948, \u0924\u094B \u0909\u092A\u092F\u094B\u0917\u0915\u0930\u094D\u0924\u093E \u0915\u0940 \u092A\u0939\u091A\u093E\u0928 \u0938\u0947 {service} \u0915\u094B \u0926\u093F\u090F \u0917\u090F \u0938\u0902\u0935\u093E\u0926, \u091C\u093F\u0938\u092E\u0947\u0902 {{from}} \u092A\u0948\u0930\u093E\u0917\u094D\u0930\u093E\u092B \u0915\u0940 \u092D\u093E\u0937\u093E \u0915\u094B \u0926\u0930\u094D\u0936\u093E\u0924\u093E \u0939\u0948, {{to}} \u0932\u0915\u094D\u0937\u094D\u092F \u092D\u093E\u0937\u093E \u0915\u094B \u0926\u0930\u094D\u0936\u093E\u0924\u093E \u0939\u0948, {{yaml}} \u0939\u092E\u093E\u0930\u093E yaml \u092A\u094D\u0930\u093E\u0930\u0942\u092A \u092E\u0947\u0902 \u092A\u0948\u0915 \u0915\u093F\u092F\u093E \u0939\u0941\u0906 \u092A\u0948\u0930\u093E\u0917\u094D\u0930\u093E\u092B \u0938\u093E\u092E\u0917\u094D\u0930\u0940 \u0939\u0948, \u092F\u0926\u093F \u0906\u092A\u0915\u0947 \u092A\u093E\u0938 \u0905\u0928\u0941\u0915\u0942\u0932\u093F\u0924 Prompt \u0915\u0940 \u0906\u0935\u0936\u094D\u092F\u0915\u0924\u093E \u0939\u0948, \u0924\u094B \u0906\u092A\u0915\u094B \u0938\u0941\u0928\u093F\u0936\u094D\u091A\u093F\u0924 \u0915\u0930\u0928\u093E \u0939\u094B\u0917\u093E \u0915\u093F AI \u0915\u0947 \u092A\u094D\u0930\u0924\u093F\u0915\u094D\u0930\u093F\u092F\u093E \u0915\u0947 YAML \u092A\u0930\u093F\u0923\u093E\u092E \u092E\u0947\u0902 \u092A\u094D\u0930\u0924\u094D\u092F\u0947\u0915 \u0906\u0907\u091F\u092E {env.imt_trans_field} \u092B\u093C\u0940\u0932\u094D\u0921 \u0915\u094B \u0936\u093E\u092E\u093F\u0932 \u0915\u0930\u0924\u093E \u0939\u0948, {{imt_trans_field}} \u0939\u092E\u093E\u0930\u0940 \u0906\u0936\u093E \u0939\u0948 \u0915\u093F AI \u0915\u0947 \u092A\u094D\u0930\u0924\u093F\u0915\u094D\u0930\u093F\u092F\u093E \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u092B\u093C\u0940\u0932\u094D\u0921 \u0928\u093E\u092E \u0939\u0948, \u0921\u093F\u092B\u093C\u0949\u0932\u094D\u091F \u0930\u0942\u092A \u0938\u0947 {env.imt_trans_field} \u0939\u0948, {{imt_source_field}} \u0939\u092E\u093E\u0930\u093E AI \u0915\u0947 \u0932\u093F\u090F \u092A\u093E\u0930\u093F\u0924 \u092E\u0942\u0932 \u092B\u093C\u0940\u0932\u094D\u0921 \u0928\u093E\u092E \u0939\u0948, \u0921\u093F\u092B\u093C\u0949\u0932\u094D\u091F \u0930\u0942\u092A \u0938\u0947 {env.imt_source_field} \u0939\u0948, \u0909\u0926\u093E\u0939\u0930\u0923 \u092A\u0930\u093F\u0923\u093E\u092E: @@ -5115,7 +5115,7 @@ HTML, TXT \u092B\u093C\u093E\u0907\u0932\u094B\u0902 \u0915\u093E \u0905\u0928\u {env.imt_sub_trans_field}: \u0905\u0928\u0941\u0935\u093E\u0926 - id: 2 {env.imt_sub_source_field}: \u0938\u094D\u0930\u094B\u0924 - {env.imt_sub_trans_field}: \u0905\u0928\u0941\u0935\u093E\u0926`,"subtitle.quickButton.cyan":"\u0928\u0940\u0932\u093E","subtitle.quickButton.green":"\u0939\u0930\u093E","subtitle.quickButton.black":"\u0915\u093E\u0932\u093E","subtitle.quickButton.white":"\u0938\u092B\u0947\u0926","subtitle.quickButton.yellow":"\u092A\u0940\u0932\u093E","subtitle.quickButton.red":"\u0932\u093E\u0932","subtitle.quickButton.setting":"\u0938\u0947\u091F \u0915\u0930\u0947\u0902","subtitle.quickButton.blue":"\u0928\u0940\u0932\u093E","subtitle.quickButton.magenta":"\u0917\u0941\u0932\u093E\u092C\u0940 \u0930\u0902\u0917","subtitle.quickButton.translationPositionBottom":"\u092E\u0942\u0932 \u092A\u093E\u0920 \u0915\u0947 \u0928\u0940\u091A\u0947","translationServices.claude":"\u0915\u094D\u0932\u0949\u0921","subtitle.quickButton.sourceFontSize":"\u092E\u0942\u0932 \u092B\u093C\u0949\u0928\u094D\u091F \u0906\u0915\u093E\u0930","subtitle.quickButton.sourceTextColor":"\u092E\u0942\u0932 \u092B\u093C\u0949\u0928\u094D\u091F \u0915\u093E \u0930\u0902\u0917","subtitle.quickButton.translationPosition":"\u0905\u0928\u0941\u0935\u093E\u0926 \u0938\u094D\u0925\u093F\u0924\u093F","subtitle.quickButton.translationPositionTop":"\u092E\u0942\u0932 \u092A\u093E\u0920 \u0915\u0947 \u090A\u092A\u0930","subtitle.quickButton.backgroundColor":"\u092A\u0943\u0937\u094D\u0920\u092D\u0942\u092E\u093F \u0930\u0902\u0917","subtitle.quickButton.backgroundOpacity":"\u092A\u0943\u0937\u094D\u0920\u092D\u0942\u092E\u093F \u0905\u092A\u093E\u0930\u0926\u0930\u094D\u0936\u093F\u0924\u093E","subtitle.quickButton.translationFontSize":"\u0905\u0928\u0941\u0935\u093E\u0926 \u092B\u093C\u0949\u0928\u094D\u091F \u0915\u093E \u0906\u0915\u093E\u0930","subtitle.quickButton.translationTextColor":"\u0905\u0928\u0941\u0935\u093E\u0926 \u092B\u093C\u0949\u0928\u094D\u091F \u0915\u093E \u0930\u0902\u0917",attachSubtitleTranslating:"{service} \u0915\u093E \u0909\u092A\u092F\u094B\u0917 \u0915\u0930\u0915\u0947 \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930 \u0930\u0939\u093E \u0939\u0948...","error.claude.403":"\u0938\u0947\u0935\u093E \u0924\u0915 \u092A\u0939\u0941\u0902\u091A \u0915\u093E \u0915\u094B\u0908 \u0905\u0927\u093F\u0915\u093E\u0930 \u0928\u0939\u0940\u0902 \u0939\u0948, \u092F\u0939 Claude \u0915\u0940 \u0915\u094D\u0937\u0947\u0924\u094D\u0930\u0940\u092F \u0938\u0940\u092E\u093E\u0913\u0902 \u0938\u0947 \u0938\u0902\u092C\u0902\u0927\u093F\u0924 \u0939\u094B \u0938\u0915\u0924\u093E \u0939\u0948, \u0906\u092A \u0905\u092A\u0928\u093E IP \u092A\u0924\u093E \u092C\u0926\u0932\u0928\u0947 \u0915\u093E \u092A\u094D\u0930\u092F\u093E\u0938 \u0915\u0930 \u0938\u0915\u0924\u0947 \u0939\u0948\u0902, \u092F\u093E \u0905\u0928\u094D\u092F \u0905\u0928\u0941\u0935\u093E\u0926 \u0938\u0947\u0935\u093E\u0913\u0902 \u0915\u093E \u0909\u092A\u092F\u094B\u0917 \u0915\u0930 \u0938\u0915\u0924\u0947 \u0939\u0948\u0902\u0964","browser.brandDescriptionForSafari":"\u3010\u0907\u092E\u0930\u094D\u0938\u093F\u0935 \u0905\u0928\u0941\u0935\u093E\u0926\u3011 \u090F\u0915 \u092E\u0941\u092B\u094D\u0924 (\u092E\u0942\u0932 / \u0905\u0928\u0941\u0935\u093E\u0926) \u0926\u094D\u0935\u093F\u092D\u093E\u0937\u0940 \u0935\u0947\u092C\u092A\u0947\u091C \u0905\u0928\u0941\u0935\u093E\u0926 \u092A\u094D\u0932\u0917\u0907\u0928, \u091C\u094B \u0938\u092E\u092F-\u0938\u092E\u092F \u092A\u0930 PDF \u0905\u0928\u0941\u0935\u093E\u0926 \u0914\u0930 EPUB \u0908-\u092C\u0941\u0915 \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u093E \u0938\u092E\u0930\u094D\u0925\u0928 \u0915\u0930\u0924\u093E \u0939\u0948 \u0914\u0930 \u092E\u0942\u0932 \u0926\u0938\u094D\u0924\u093E\u0935\u0947\u091C\u093C \u0915\u0940 \u0935\u093F\u0928\u094D\u092F\u093E\u0938 \u0915\u094B \u092C\u0928\u093E\u090F \u0930\u0916\u0924\u093E \u0939\u0948, Youtube/Netflix \u0906\u0926\u093F \u0911\u0928\u0932\u093E\u0907\u0928 \u0935\u0940\u0921\u093F\u092F\u094B \u0926\u094D\u0935\u093F\u092D\u093E\u0937\u0940 \u0909\u092A\u0936\u0940\u0930\u094D\u0937\u0915 \u0905\u0928\u0941\u0935\u093E\u0926, Deepl/Google \u0906\u0926\u093F \u092A\u094D\u0930\u092E\u0941\u0916 \u0905\u0928\u0941\u0935\u093E\u0926 \u0938\u0947\u0935\u093E\u0913\u0902 \u0915\u093E \u0938\u092E\u0930\u094D\u0925\u0928 \u0915\u0930\u0924\u093E \u0939\u0948;","browser.PdfProFile":"AI \u0938\u0902\u091A\u093E\u0932\u093F\u0924 PDF Pro \u0905\u0928\u0941\u0935\u093E\u0926","browser.textTranslate":"\u0932\u093F\u0916\u093F\u0924 \u0905\u0928\u0941\u0935\u093E\u0926"};var Db={nologin:"non \xE8 stato effettuato l'accesso",loginForSafari:"Accedi o registrati",login:"Accedi per aprire un'iscrizione",manageAccount:"Conti gestiti",openPremium:"Soci aperti",logout:"interrompere",curentPlan:"Pacchetti attuali",endAt:"scadenza",endAuto:"rinnovo automatico",lineBreakMaxTextCount:"Numero massimo di caratteri consentiti per frase dopo le interruzioni di riga","translate-pdf":"Clicca per tradurre il PDF","noSupportTranslate-pdf":"Script non supportato, utilizzare il plugin","translate-firefox-local-pdf":"Fare clic per andare a Importazione PDF",enableLineBreak:"Abilita l'avanzamento automatico delle righe per i paragrafi lunghi",sponsorLabel:"1$ Sviluppatori sponsorizzati",help:"mano",browserShortcutsNoteForFirefox:"Per modificare le scorciatoie in Firefox, \xE8 necessario aprire la pagina di gestione delle estensioni `about:addons`, quindi fare clic su `Impostazioni` e poi su `Gestione scorciatoie` per impostare le scorciatoie.",browserShortcutsNoteForChrome:"Per modificare le scorciatoie in Chrome, \xE8 necessario aprire la pagina di gestione delle estensioni, impostarle nel pannello `Gestione scorciatoie` (`chrome://extensions/shortcuts`) e fare clic sul pulsante sottostante per passare alla pagina di gestione delle scorciatoie.",browserShortcutsSucks:"Le scorciatoie personalizzate sono formattate come (non viene effettuato il riconoscimento automatico, inserire direttamente)\uFF1A",enableLineBreakDescription:"Quando \xE8 attivata, le interruzioni di riga vengono inserite alla fine di ogni frase nei paragrafi lunghi per facilitarne la lettura.","browser.shortBrandName":"Traduzione in immersione","browser.brandName":"Immersion Translation: traduzione bilingue di pagine web e documenti PDF","browser.brandDescription":"Bilingual web page translation, also supports PDF translation, bilingual Epub eBook translation, free to use.","browser.toggleTranslatePage":"Tradurre la pagina/visualizzare il testo originale","browser.toggleTranslateTheWholePage":"Tradurre tutte le aree della pagina/visualizzare il testo originale","browser.toggleOnlyTransation":"Cambia modalit\xE0 bilingue/solo traduzione","browser.toggleTranslateToThePageEndImmediately":"Traduzione immediata a fondo pagina/visualizzazione del testo originale","browser.toggleTranslateTheMainPage":"Tradurre l'area principale della pagina/visualizzare il testo originale","browser.shareToDraft":"Condividi le pagine bilingue","browser.openOptionsPage":"Aprire la pagina delle impostazioni","browser.toggleTranslationMask":"Mostra/nascondi l'effetto di sfocatura della traslazione","browser.translateLocalPdfFile":"Tradurre i file PDF locali","browser.openEbookViewer":"Leggere gli eBook locali","browser.openEbookBuilder":"Creare eBook EPUB bilingue","browser.translateLocalHtmlFile":"Tradurre file HTML/testo","browser.donateContext":"Scopri i vantaggi della sponsorizzazione","browser.translateLocalSubtitleFile":"Tradurre i file dei sottotitoli locali",confirmResetConfig:"\xC8 sicuro di voler ripristinare le impostazioni?",translationLineBreakSettingTitle:"Impostazione dell'avanzamento riga di traduzione",smartLineBreak:"alimentazione di linea intelligente (calcolo)",alwaysLineBreak:"Sempre avanzamento di riga",isShowContextMenu:"Aggiungere pagine tradotte alle voci di menu del tasto destro del mouse",toggleBeta:"Abilitazione delle funzioni di beta testing",betaDescription:"Attiva funzioni ancora sperimentali e un servizio di traduzione in beta. Unitevi al <1>gruppo Telegram per saperne di pi\xF9.",translationLineBreakSettingDescription:"Le interruzioni di riga sono sempre ordinate per le pagine con meno contenuti. (Usare interruzioni di riga intelligenti nei paragrafi lunghi e ricchi di contenuti (pi\xF9 di{count}caratteri) per risparmiare spazio).",tempTranslateDomainTitle:"Durata dell'attivazione temporanea della traduzione del sito web",tempTranslateDomainDescription:"Quando si traduce manualmente una pagina web, \xE8 possibile attivare temporaneamente la traduzione automatica del sito web e impostare la durata temporanea.",xMinutes:"{count} minuti",disabled:"vietare l'uso di qcs.",changelog:"Registro degli aggiornamenti",toggleTranslatePageWhenThreeFingersOnTheScreen:"Il tocco simultaneo di pi\xF9 dita sullo schermo traduce le pagine web/visualizza il testo originale",toggleTranslationMaskWhenThreeFingersOnTheScreen:"Il tocco con pi\xF9 dita mostra/nasconde l'effetto di sfocatura.",fingerCountToToggleTranslagePageOnlyTranslationWhenTouching:"Pi\xF9 dita che toccano lo schermo contemporaneamente traducono la pagina web (solo traduzione)/visualizzano il testo originale.",addUrlDescription:"Pu\xF2 essere un nome di dominio e supporta anche i caratteri jolly, ad esempio\uFF1A*.google.com, google.com/mail/*, https://www.google.com/*",general:"Impostazioni di base",clickToExpandConfig:"Espandere la configurazione attuale",import:"Importazione da file",export:"Esportazione su file",toggleDebug:"Stampa il log di debug sulla console","fingers.0":"coagulo","fingers.2":"tocco con due dita","fingers.3":"tocco con tre dita","fingers.4":"tocco a quattro dita","fingers.5":"tocco a cinque dita",mouseHoldKey:"+ {key} tradurre/ripristinare il paragrafo",mouseHoldKeyAuto:"Traduzione diretta del paragrafo",mouseHoldKeyOff:"Non fare nulla.",mouseHoldKeyOther:"Collegamenti personalizzati (impostazioni di apertura)",mouseHoldKeyCustomKey:"{key} Traduzione/riduzione del paragrafo",mouseHoverHoldKey:"Passaggio del mouse mentre si premono i tasti di scelta rapida per tradurre i paragrafi","mouse-translate":"passaggio del mouse",document:"(computer) file",resetSuccess:"Reimpostare tutte le impostazioni con successo",resetThisSuccess:"Ripristino riuscito",saved:"Salva il successo",successImportConfig:"Configurazione importata con successo",goAdvancedSettings:"Andare alla pagina Impostazioni avanzate",goAdvancedInterfaceSettings:"Andare alla pagina Impostazioni di personalizzazione avanzate",advanced:"Impostazioni avanzate",advancedDescription:"In genere non \xE8 necessaria alcuna impostazione, basta lasciarla come predefinita. Solo per gli utenti pi\xF9 specializzati sono disponibili impostazioni pi\xF9 personalizzate.",developer:"Impostazioni dello sviluppatore",donateCafe:"prezzi","translate to the bottom of the page":"Si traduce in fondo alla pagina subito dopo l'ingresso nella pagina?",feedback:"Domanda Feedback",toggleTranslatePage:"Tradurre la pagina/visualizzare il testo originale",translateToThePageEndImmediatelyDescription:"Se si attiva, il contenuto viene tradotto immediatamente dall'inizio alla fine della pagina, non appena viene inserito. Se lo si disattiva, il contenuto viene tradotto man mano che si legge. (Non consigliato)","translate all areas of the page":"Se tradurre tutte le aree della pagina",translationAreaDescription:"Attivato, vengono tradotte tutte le aree dell'intera pagina web. Se si disattiva, viene utilizzato il riconoscimento intelligente predefinito e vengono tradotte solo le aree principali. (Non si consiglia di attivarlo)","the number of characters to be translated first":"Tradurre direttamente i primi caratteri della pagina senza attendere lo scorrimento dell'area di visualizzazione","interface language":"linguaggio dell'interfaccia","display both the original text and the translation":"Visualizzazione simultanea di originale e traduzione","keyboard shortcuts":"Scorciatoie da tastiera",modify:"Modifica dei tasti di scelta rapida",reset:"riproposizione",close:"coagulo",homepage:"homepage",more:"di pi\xF9",moreOptions:"Ampliare le opzioni di personalizzazione",translateTheWholePage:"Tradurre tutte le aree della pagina (invece di riconoscere intelligentemente le aree principali)",changeToTranslateTheWholePage:"Passare alla traduzione di tutte le regioni",changeToTranslateTheMainPage:"Passare all'area principale di traduzione",changeToOnlyTranslationMode:"Alterna per visualizzare solo le traduzioni",changeToDualTranslationMode:"Passare alla traduzione bilingue",translateToThePageEndImmediately:"Traduzione immediata a fondo pagina",translateTheMainPage:"Regioni chiave della traduzione intelligente","The local rules are up to date":"Le norme di adattamento locali sono aggiornate.","Successfully synchronized with the latest official rules:":"Sincronizzato con successo con le ultime regole ufficiali di adattamento.","Checking for updates":"Controllo degli aggiornamenti","Rules are being synchronized":"Regole di adattamento sincronizzate",localVersionIsTooOld:"La versione dell'estensione locale \xE8 troppo vecchia; aggiornare l'estensione a {minVersion} o a una versione pi\xF9 recente prima di tentare la sincronizzazione.",badUserscriptBrowser:"Il browser attuale non implementa correttamente l'interfaccia dell'estensione Grease Monkey (ad esempio, per ottenere informazioni sul numero di versione dello script Grease Monkey stesso); si prega di utilizzare altri browser che <1>supportano l'estensione Grease Monkey, come Firefox.",foundNewVersion:"Scoprite la nuova versione",theLocalExtensionIsUpToUpdate:"L'estensione attuale \xE8 aggiornata.",failToSyncRules:"Mancata sincronizzazione delle ultime regole di adattamento",retry:"Fare clic qui per riprovare",failedReason:"Motivi del fallimento",currentRuleVersion:"Versione attuale della regola",calculating:"calcoli",unknownError:"errore sconosciuto",canNotFetchRemoteRule:"Impossibile ottenere le regole remote",enableAlphaSuccess:"Alfa abilitato",disableAlphaSuccess:"La funzione Alpha \xE8 stata disattivata",cacheSize:"Dimensione della cache\uFF1A",cleaning:"in fase di liquidazione",cleanCache:"cancellare la cache",options:"allestimento",about:"rispetto a",service:"servizio di interpretariato",needAction:"(Vai alle impostazioni)",goSettings:"procedere con l'impostazione",needActionForOptions:"(da impostare)",translationEngine:"Opzioni del motore",sourceLanguage:"Lingua originale",target:"lingua di destinazione",popupSourceLanguage:"Lingua originale",popupTarget:"lingua di destinazione",popupService:"servizio di interpretariato",forThisSite:"Sito web attuale",autoEnableSubtitle:"Attiva automaticamente i sottotitoli bilingue",alwaysTranslate:"Tradurre sempre",neverTranslate:"Mai tradurre",alwaysTranslateSomeLanguage:"Tradurre sempre {language}",neverTranslateSomeLanguage:"Mai tradurre {language}",alwaysTranslateSomeSite:"Tradurre sempre {hostname}",neverTranslateSomeSite:"Mai tradurre {hostname}",alwaysTranslateSomeSiteOrWildSite:"Tradurre sempre il sito",alwaysTranslateSomePage:"Tradurre sempre la pagina",add:"aumento",default:"predefinito (impostazione)",forThisLanguage:"Per questa lingua\uFF1A","add url":"Inserire l'URL",edit:"compilatore","translate other languages into specific language":"Tradurre altre lingue nella lingua impostata","select translation service":"Selezionare un servizio di traduzione",language:"multilinguismo","show-original":"Mostra il testo originale",translate:"rendering",Translated:"tradotto",Translating:"in traduzione",Error:"non corretto",allowCacheTranslations:"Abilitare la cache delle traduzioni locali (per ridurre le richieste di traduzione per i passaggi duplicati)","translation display":"Stile di visualizzazione della traduzione","select diplay style":"Distinguere gli stili di traduzione, con specifico riferimento ai seguenti esempi",interface:"Impostazioni dell'interfaccia",import_export:"Importazione/Esportazione",import_export_title:"Configurazione di importazione/esportazione",syncToGoogleDrive:"Sincronizzazione con Google Drive ora",floatBallOptions:"Impostazioni Hoverball","floatBallOptions.enable":"Abilitare l'Hoverball","floatBallOptions.blockUrls":"Disattivare il sito web","floatBallOptions.add":"aumento","floatBallOptions.blockUrlDesc":"Gli Hoverball non vengono visualizzati quando si incontrano i seguenti siti web","floatBallOptions.clickType":"comportamento di clic","floatBallOptions.clickTypeDesc":"Comportamento dell'icona Hoverball quando viene cliccata","floatBallOptions.clickPopup":"Mostra pannello di traduzione","floatBallOptions.clickTranslate":"Traduzione/visualizzazione del testo originale",previewAllThemes:"Anteprima di tutti gli stili","translationTheme.none":"non hanno","translationTheme.grey":"grigio scuro","translationTheme.dashed":"sottolineatura tratteggiata","translationTheme.dotted":"trattino basso tratteggiato","translationTheme.dashedBorder":"bordo tratteggiato","translationTheme.solidBorder":"bordo solido","translationTheme.underline":"Sottolineare le linee rette","translationTheme.mask":"Effetti fuzzy (modalit\xE0 di apprendimento)","translationTheme.opacity":"effetto trasparenza","translationTheme.paper":"Effetto ombra su carta bianca","translationTheme.dividingLine":"linea di demarcazione","translationTheme.highlight":"alta luminosit\xE0","translationTheme.marker":"marcatore (parola d'ordine)","translationTheme.marker2":"Marcatore 2","translationTheme.blockquote":"Stili di riferimento","translationTheme.weakening":"indebolimento","translationTheme.italic":"carattere obliquo","translationTheme.bold":"addensare","translationTheme.thinDashed":"sottile linea tratteggiata di sottolineatura","translationTheme.nativeDashed":"Il sistema \xE8 dotato di una sottolineatura tratteggiata","translationTheme.nativeDotted":"Il sistema viene fornito con una sottolineatura tratteggiata","translationTheme.nativeUnderline":"Il sistema viene fornito con una linea retta di sottolineatura","translationTheme.wavy":"linea ondulata","translationServices.custom":"API personalizzata","translationServices.tencent":"Traduttore Tencent","translationServices.tenAlpha":"Traduttore Tencent (Alpha)","translationServices.google":"Google Translate","translationServices.bai":"Baidu (Alfa)","translationServices.baidu":"Traduzione di Baidu","translationServices.aliyun":"Traduzione di AliCloud","translationServices.volc":"traduzione vulcanica","translationServices.deeplx":"DeepLX (Beta)","translationServices.bing":"Microsoft Translate","translationServices.deepl":"DeepL","translationServices.wechat":"Traduzione di WeChat","translationServices.azure":"Traduzione di Azure","translationServices.ibm":"IBM Watson","translationServices.aws":"Traduzione Amazon","translationServices.mock":"Traduzione simulata","translationServices.mock2":"Traduzione simulata 2","translationServices.caiyun":"illuminato. nuvole colorate e piccole traduzioni","translationServices.cai":"Nuvole colorate (Alpha)","translationServices.volcAlpha":"Vulcano (Alfa)","translationServices.openl":"AprireL","translationServices.youdao":"Traduzione su Youtube","translationServices.you":"Traduttore Youdao (Alpha)","translationServices.transmart":"Traduzione interattiva di Tencent","translationServices.niu":"Traduttore anticonformista","translationServices.papago":"Traduzione di Papago","translationServices.d":"D (Alfa)","translationServices.dpro":"D Pro (Canarino)","translationServices.openai":"OpenAI","translationServices.yandex":"Yandex","translationServices.chatgpt":"ChatGPT Web(3.5 mobile)","translate title":"Tradurre i titoli delle pagine","always languages":"Tradurre sempre la lingua",neverTranslateLanguagesLabel:"La lingua che non sar\xE0 mai tradotta",neverTranslateTheFollowingLanguagesDescription:"Le traduzioni vengono saltate quando un paragrafo della pagina \xE8 in una delle seguenti lingue",enableUserscriptPagePopup:"Mostra l'hoverball nella pagina",enableUserscriptPagePopupDescription:"Dopo aver disattivato l'hoverball, pu\xF2 essere richiamato con la scorciatoia /{touch}. Si consiglia vivamente di inserire tra i preferiti questa pagina di impostazioni per evitare di non riuscire a trovare l'hoverball dopo aver inavvertitamente disattivato questa opzione!","always translate the following languages":"Traduce automaticamente nella lingua di destinazione quando la pagina \xE8 in una delle seguenti lingue","always sites":"Siti web sempre tradotti","always translate the following sites":"I siti web vengono tradotti automaticamente nella lingua di destinazione quando sono i nomi di dominio di","never sites":"Sito web mai tradotto","never translate the following sites":"Le traduzioni non verranno effettuate quando il sito web \xE8 destinato ai seguenti domini","please refer to":"\xC8 necessario compilare la chiave prima di poterla utilizzare.",KeyAndConfigurationTutorial:"Esercitazione sull'applicazione e la configurazione delle chiavi",useAboveStyleForTheseSites:"Usare sempre lo stile di traduzione \u2308{theme}\u230B quando il sito \xE8 destinato ai seguenti domini",currentUrl:"URL corrente",confirm:"salvare (un file, ecc.) (informatica)",cancel:"cancellazioni",delete:"rimozione","languages.auto":"rilevamento automatico",syncToCloud:"Sincronizzazione con Google Drive",syncToCloudDescription:"Caricata nel cloud, la configurazione pu\xF2 essere sincronizzata tra diversi browser/ script di scimmia grassa, a seconda dell'ultima modifica.",syncToAccount:"Sincronizzazione con il Cloud di traduzione immersiva",syncToAccountButton:"Sincronizzazione istantanea con il cloud",syncToAccountDescription:"Sincronizzare automaticamente le configurazioni tra i diversi dispositivi, a seconda dell'ultima modifica.",successSyncConfigInAccount:"Sincronizzazione riuscita con il cloud",successSyncConfigToAccount:"Sincronizzazione riuscita con il cloud",syncConfigNoUpdate:"\xC8 gi\xE0 aggiornato.",authFail:"Mancata autorizzazione",syncTitle:"Gestione manuale del backup",import_hint:"importazione (dati)",upload:"caricare",revokeAuth:"revocare un'autorizzazione",uploadFail:"Caricamento fallito",download:"scaricare",importSuccess:"Importato con successo",importFail:"errore di importazione",deleteFail:"Cancellazione non riuscita",backupToCloud:"Gestione manuale dei file di backup",create_new_backup:"Aggiungere un nuovo nodo di backup",maxBackupFiles:"\xC8 possibile eseguire il backup di un massimo di{count}nodi diversi; eliminare i nodi non necessari.",backupToCloudDescription:"Caricare o ripristinare manualmente i file di backup, consentendo fino a 3 backup diversi.",successSyncConfig:"Sincronizzazione di successo con il cloud",syncFail:"errore di sincronizzazione",updatedAt:"Aggiornato da {date}",lastSyncedAt:"Ultimo controllo: {date}",downloadFail:"Impossibile scaricare",clickToDownload:"Fare clic per scaricare",aboutLabel:"Informazioni - Feedback","browser.openAboutPage":"Informazioni/Risposte",aboutLabelWithoutSponsor:"Informazioni - Feedback",aboutIntro:"Che tutti noi possiamo avere un accesso pi\xF9 facile e piacevole alla grande quantit\xE0 di informazioni in lingua straniera su Internet \u2764\uFE0F Potete scegliere di attivare la vostra <6>iscrizione Pro per utilizzare le traduzioni di DeepL e OpenAI.

Potete seguirci su <3>Twitter, <4>Telegram, Weibo, WeChat o <5>iscrivervi alla nostra mailing list per seguire gli aggiornamenti.
I <7>membri Pro possono contattarci all'indirizzo <8>support@immersivetranslate.com per un rapido servizio clienti.",aboutIntroWithoutSponsor:"Che tutti noi possiamo avere un accesso pi\xF9 facile e piacevole all'enorme quantit\xE0 di informazioni in lingua straniera disponibili su Internet \u2764\uFE0F

Potete seguirci su <3>Twitter, <4>canale Telegram, WeChat, WeChat Exchange, o <5>iscrivervi per seguire gli aggiornamenti via <5>e-mail qui sotto.",projectHomepage:"Progetto Home",joinTelegramGroup:"Unitevi al gruppo di utenti per partecipare alle discussioni sulle funzionalit\xE0",wechatPublicAccount:"WeChat Pubblico",wechatCommunities:"Gruppo di scambio WeChat",qqCommunities:"Canale di comunicazione QQ",joinTelegramChannel:"Seguite il canale Telegram per gli ultimi aggiornamenti",feedbackAndJoin:"Domanda Feedback / Aggiungi gruppo",autoSync:"sincronizzazione automatica dell'ora",loadingThemeTitle:"Stile di caricamento",loadingThemeDescription:"Impostazione dello stile in attesa del caricamento della traduzione","loadingTheme.spinner":"Animazione di rotazione","loadingTheme.text":"testo statico qcs. ","loadingTheme.none":"non mostrato",developerDescription:"La documentazione sulla personalizzazione avanzata \xE8 disponibile <1>qui","edit border color":"Modificare il colore del bordo",successSyncButNoChange:"La configurazione attuale \xE8 coerente con il cloud",customTheme:"Colori e dimensioni personalizzate","customThemeLabel.borderColor":"Colore del bordo","customThemeLabel.borderRadius":"Bordi arrotondati","customThemeLabel.textColor":"colore del testo","customThemeLabel.backgroundColor":"colore di sfondo","customThemeLabel.zoom":"Scalatura dei caratteri (%)","customThemeLabel.opacity":"Opacit\xE0 del testo (%)",resetToDefaultColor:"Ripristino dei colori predefiniti",resetToDefaultSettings:"Ripristino delle impostazioni predefinite",isTranslateTitle:"Abilita la traduzione dei titoli delle pagine",isTranslateTitleDescription:"All'apertura, il titolo della pagina viene tradotto",enableSearchEnhancement:"Abilitazione del miglioramento dei messaggi bilingue",enableSearchEnhancementDescription:'Una volta abilitato, i risultati della ricerca di "Google News" verranno automaticamente visualizzati nella colonna destra dei siti web supportati (Google News, Google Search (alcune parole chiave), Snowball, Oriental Fortune, Futura, Tiger Community) per le parole chiave inglesi corrispondenti.',verifyService:"Clicca qui per testare il servizio",verified:"Verifica del successo","field.langs":"Codici lingua supportati","field.model":"modellazione","field.translationEngine":"motore di traduzione","field.limitPerMinute":"Richieste massime al minuto","field.limitPerSecond":"Numero massimo di richieste al secondo","field.maxTextLengthPerRequest":"Lunghezza massima del testo per richiesta","field.maxTextGroupLengthPerRequest":"Numero massimo di paragrafi per richiesta","field.apiUrl":"Indirizzo dell'interfaccia API personalizzata","field.placeholderDelimiters":"segnaposto riservato","description.custom":"Interfaccia personalizzata Accesso Documentazione necessaria","description.limitPerMinute":"Le richieste che superano questo limite vengono messe in coda fino all'inizio del minuto successivo. A causa delle varie limitazioni dell'attuale servizio di OpenAI, fare clic <1>qui per gli ultimi valori suggeriti.","description.limitPerSecond":"Le richieste che superano questo limite vengono messe in coda fino all'inizio del secondo successivo. A causa delle varie limitazioni dell'attuale servizio di OpenAI, fare clic <1>qui per gli ultimi valori suggeriti.","description.generalLimitPerSecond":"Le richieste che superano questo limite vengono messe in coda fino all'inizio del secondo successivo.","description.prompt":"Invia una conversazione a {service} come utente, dove {{text}} rappresenta il contenuto del testo del paragrafo, {{from}} rappresenta la lingua del paragrafo, {{to}} rappresenta la lingua di destinazione.","description.maxTextLengthPerRequest":"Il numero massimo di caratteri per richiesta \xE8 troppo elevato e causa una risposta lenta dell'interfaccia; provare a regolare questa opzione per ottimizzare la velocit\xE0.","description.systemPrompt":"Un dialogo inviato a OpenAI come sistema, dove {{text}} indica il contenuto testuale del paragrafo,{{from}} indica la lingua del paragrafo e{{to}} indica la lingua di destinazione.","field.domain":"regno","description.domain":"L'impostazione predefinita \xE8\uFF1Ageneral. Pu\xF2 essere impostata solo se la traduzione con dominio \xE8 abilitata nella console Arima API, vedere <1>qui per i domini supportati.","field.scene":"prendere","description.scene":"Valore predefinito:\uFF1Ageneral. Pu\xF2 essere impostato solo se la console API di AliCloud apre Machine Translation Pro, vedere <1>qui per gli scenari supportati.","field.vocabId":"ID del dizionario utente","description.vocabId":"Il dizionario out_id specificato, attualmente supporta la traduzione dall'inglese al cinese.","description.model":"Modelli OpenAI, possono essere gpt-3.5-turbo, gpt-4, ecc.","description.maxTextGroupLengthPerRequest":"Il numero di paragrafi inviati al servizio di traduzione alla volta; se ci sono troppi paragrafi, l'interfaccia potrebbe rispondere pi\xF9 lentamente.","description.apiUrl":"Si prega di aggiungere URL specifici con percorsi, <1>ulteriori descrizioni",enabledExtension:"Abilitazione delle estensioni",clickToDisableExtension:"Fare clic per disattivare le estensioni",clickToEnableExtension:"Fare clic per abilitare le estensioni",hasBeenDisabled:"disabilitato","show password":"Mostra password",customContent:"Inserire un nome di modello personalizzato",inputOptions:"Miglioramento della casella di input",mouseHoverOptions:"passaggio del mouse",modifyMouseHoverKey:"Modifica della scorciatoia per il passaggio del mouse",enableInputTranslation:"Abilitare o meno il miglioramento della casella di input",enableInputTranslationDescription:"Una volta abilitato, digitare {startingKey}{startingKey} hello direttamente nella casella di input, poi premere rapidamente{inputTrailingTriggerKeyRepeatTimes}volte{trailingKey}per tradurre in {inputTargetLanguage}.",enableInputTranslationDescriptionForNoneKey:"Una volta abilitato, digitate\uFF1AHello World direttamente nella casella di input, quindi premete rapidamente{inputTrailingTriggerKeyRepeatTimes}{trailingKey}volte per tradurre nella lingua di destinazione predefinita.",inputTargetLanguage:"Impostazione della lingua di destinazione predefinita per le caselle di input",inputTargetLanguageDescription:"Lingua di destinazione predefinita per la traduzione della casella di input, ovvero {startingKey}{startingKey} come lingua predefinita per le parole di attivazione.",inputTargetLanguageDescriptionForNoneKey:"Lingua di destinazione predefinita per la traduzione della casella di input",inputStartingTriggerKeyTitle:"Impostazione del carattere di divisione per la traduzione parziale della casella di input",inputStartingTriggerKeyDescription:"Quando non \xE8 necessario tradurre l'intera casella di input, lo splitter consente di tradurre solo la parte da {startingKey}{startingKey} alla fine della casella di input, oppure \xE8 possibile specificare il codice della lingua, ad esempio\uFF1A{startingKey}ja significa tradurre solo la parte da {startingKey}ja alla fine della casella di input.",inputStartingTriggerKeyDescriptionForNoneKey:"L'impostazione attuale di nessun prefisso non \xE8 necessaria e la funzione di traduzione di alcuni testi nella casella di immissione non \xE8 al momento disponibile.",inputTrailingTriggerKeyTitle:"Selezionare un carattere di attivazione di fine inserimento",inputTrailingTriggerKeyDescription:"3 colpi veloci{trailingKey} inizier\xE0 a tradurre!",inputTrailingTriggerKeyTimeout:"Immettere l'intervallo di tempo tra gli inneschi di fine combattimento",inputTrailingTriggerKeyTimeoutDescription:"Imposta l'intervallo di tempo (in millisecondi) tra le attivazioni della combo di fine input",spaceKey:"<\u7A7A\u683C\u952E>",noneKey:"Traduzione diretta dell'intera casella di testo senza prefissi",inputTranslationBlockUrlsTitle:"Non abilitare il miglioramento della casella di input nei seguenti URL",inputTranslationBlockUrlsDescription:"I miglioramenti della casella di input non funzionano con i seguenti URL",clickToSeeQuickDemo:"Fare clic per espandere il video di esercitazione rapida di 30 secondi",inputHelperInfo:"Descrizione\uFF1AAbbiamo ottimizzato il fatto che alcuni caratteri di attivazione si trasformano in segni di punteggiatura cinesi con i metodi di input cinesi, ad esempio, / si trasforma in un segno di dun, con il metodo di input Sogou, e Immersive Translator supporta tutti i simboli cinesi corrispondenti ai caratteri di attivazione, ad esempio //,,, saranno riconosciuti come caratteri di attivazione.

Supportiamo anche gli alias cinesi per i codici di lingua come comandi, ad esempio /Japanese Hello World verr\xE0 tradotto in giapponese; <1>fare clic qui per vedere tutti i codici di lingua supportati.",reloadCurrentPage:"Aggiornare la pagina corrente prima di iniziare la traduzione.",noLocalFilePermissionForPDF:"Non si ha l'autorizzazione a leggere i file locali, fare clic sul pulsante sopra e importare i file locali.",noPermissionForThisPage:"\u26A0\uFE0F Nessun permesso per tradurre la pagina corrente",retryAllParagraphs:"Riprova tutti i passaggi di errore",retryAllButton:"Riprova tutti i passaggi di errore",errorTooltipTitle:"Fare clic per visualizzare la causa dell'errore",errorModalTitle:"Sembra che ci sia qualcosa che non va nel servizio di traduzione o nella rete...",disableConfirm:"Impostazione bilingue per il miglioramento delle informazioni",disableOnce:"Questa disabilitazione",disableGlobal:"disabilitare in modo permanente",disableTint:"* \xC8 possibile riabilitarlo all'indirizzo {option} .",searchEnhancementNotes:"Dopo aver attivato la funzione Immersive Translation Bilingual Information Enhancement, cercheremo automaticamente le stesse parole chiave in inglese sui siti web supportati (Google News, Google Search (alcune parole chiave), Snowball, Oriental Wealth, Futura, Tiger) e le visualizzeremo sul lato destro. Potete scegliere di disabilitare questa funzione se non ne avete bisogno.",option:"allestimento",saveSettings:"Salva le impostazioni",closeModal:"Chiudere la finestra",enableInputTranslationWithoutTriggerKeyTitle:"Abilitare 3 colpi rapidi su{trailingKey}per tradurre direttamente l'intera casella di input in{inputTargetLanguage}",enableInputTranslationWithoutTriggerKeyDescription:"Per specificare la lingua di destinazione, usare il prefisso della lingua, per esempio\uFF1Aja Hello World",mouseHoverShortcutPlaceholder:"Ad esempio,\uFF1AShift",deepLProName:"Immersive Translation Pro Membro (consigliato)",deepLProDescription:"Il pacchetto corrente pu\xF2 essere utilizzato direttamente",deeplProDescriptionForNormal:"Non \xE8 richiesta alcuna configurazione, i membri possono utilizzarlo dopo il login, <1>clicca qui per passare a membro",deepLCustomDescription:"\xC8 richiesta una carta di credito estera, aperta ufficialmente su <1>DeepL, clicca per la <2>documentazione",deepLCustomName:"Chiave di autorizzazione personalizzata",chooseProviderLabel:"Selezionare un fornitore di servizi",openaiProName:"Immersive Translation Pro Membro (consigliato)",openaiProDescription:"Il pacchetto corrente pu\xF2 essere utilizzato direttamente",openaiProDescriptionForNormal:"Non \xE8 richiesta alcuna configurazione, i membri possono utilizzarlo dopo il login, <1>clicca qui per passare a membro",openaiCustomDescription:"Disponibile su OpenAI, Azure OpenAI o altri servizi di terze parti, <1>fare clic qui per la documentazione.",openaiCustomName:"Chiave API personalizzata",needLoginAction:"(Iscrizione aperta o personalizzazione)",goLoginOrAction:"(Aprire un'iscrizione o andare alle impostazioni)",yearly:"effettuare un pagamento annuale consecutivo",quarterly:"avvolgimento sequenziale",monthly:"abbonamento mensile",yearlyForOnce:"Pacchetto annuale una tantum",monthlyForOnce:"Pacchetto mensile una tantum",daily:"giorni consecutivi di pacchetti",year:"effettuare un pagamento annuale consecutivo",quarter:"avvolgimento sequenziale",month:"abbonamento mensile",day:"giorni consecutivi di pacchetti",onetime_7day:"Pacchetto esperienza di 7 giorni",currentPlanDescriptionForFree:"Pacchetti attuali\uFF1AGratis",currentPlanDescriptionForContinuous:"L'attuale pacchetto\uFF1A{plan}sar\xE0 rinnovato automaticamente su {endAt} .",currentPlanDescriptionForAutoRenewCaceling:"L'attuale pacchetto\uFF1A{plan}scadr\xE0 il giorno {endAt} e non sar\xE0 rinnovato automaticamente alla scadenza.",currentYearlyPlanDescriptionForAutoRenewCacelingWithRealPaiedUser:"Il pacchetto attuale,\uFF1A{plan}, scadr\xE0 il {endAt} e non sar\xE0 rinnovato automaticamente alla scadenza.
<1>Clicca qui per gestire il tuo piano di rinnovo",currentYearlyPlanDescriptionForAutoRenewCacelingWithAdmin:"Il pacchetto attuale,\uFF1A{plan}, scadr\xE0 il {endAt} e non sar\xE0 rinnovato automaticamente alla scadenza.
<1>Fare clic qui per attivare l'abbonamento annuale continuo",currentPlanDescriptionForOneTime:"L'attuale abbonamento\uFF1A{plan}scadr\xE0 il {endAt} , <1>clicca qui per passare all' abbonamento <1>annuale o <2>mensile.",upgradePlan:"Clicca qui per passare all'iscrizione Pro",upgradeToPro:"Aggiornamento all'iscrizione Pro","popup.openPro":"Passa all'iscrizione Pro per usufruire di DeepL e della traduzione OpenAI, clicca qui per effettuare l'aggiornamento!","popup.openProForPro":"Sei un membro Pro con accesso diretto alle traduzioni di DeepL e OpenAI!",currentAccount:"conto corrente",enableAutoSyncUserSettings:"Abilita la sincronizzazione automatica con il cloud su pi\xF9 dispositivi",modalEnableInputTranslationTitle:"Casella di input per la traduzione immersiva Avvisi di traduzione",modalEnableInputTranslationDesc:"\xC8 stata appena attivata la traduzione della casella di input di Immersive Translation premendo la barra spaziatrice 3 volte in rapida successione e il contenuto della casella di input verr\xE0 tradotto nella lingua di destinazione predefinita. La traduzione pu\xF2 essere annullata con Ctrl+Z.

Se si tratta di un errore, non preoccupatevi: potete scegliere di disattivarla questa volta o di disabilitare definitivamente la traduzione delle caselle di input.",saveAndNotShowAgain:"Salvare e interrompere la richiesta",disableInputTranslationTips:"* \xC8 inoltre possibile impostare altre scorciatoie da attivare in {option} ,{learnMore}.",learnMore:"Clicca qui per saperne di pi\xF9",continueEnalbeInputTranslation:"Continuare ad abilitare la traduzione della casella di input",autoRenewTrialSuffix:`(In prova,\xE8 passato immediatamente all'iscrizione completa)`,upgradeFromTrialTitle:"Aggiornamento a Socio Effettivo",subtitle:"sottotitoli video",youtubeService:"Traduzione in immersione Servizi di traduzione con sottotitoli video","subtitle.disabledSubtitle":"Disattivare in modo permanente la funzione dei sottotitoli video","subtitle.disabledSubtitleDescription":"Se Immersive Translator's Video Subtitles entra in conflitto con altre estensioni, \xE8 possibile scegliere di disabilitare definitivamente la funzionalit\xE0 di Immersive Translator's Video Subtitles o disinstallare le altre estensioni in conflitto.","subtitle.autoEnableSubtitle":"Uso automatico dei sottotitoli bilingue","subtitle.autoEnableSubtitleDescription":"Una volta attivato, i sottotitoli bilingue verranno visualizzati automaticamente durante la riproduzione del video, altrimenti sar\xE0 necessario fare clic sul pulsante di traduzione per visualizzarli.","subtitle.preTranslation":"Tradurre i sottotitoli con la traduzione immersiva","subtitle.preTranslationDescription":"Quando \xE8 abilitato, l'intero sottotitolo sar\xE0 pre-tradotto utilizzando il servizio di traduzione specificato di seguito; un video di un'ora consumer\xE0 circa 50.000 gettoni o caratteri, quindi si prega di utilizzarlo a propria discrezione; quando \xE8 disabilitato, i sottotitoli originali saranno utilizzati per primi.","subtitle.humanSubtitlesPreferred":"Uso prioritario del sottotitolaggio umano","subtitle.humanSubtitlesPreferredDescription":"Privilegiare l'uso di sottotitoli umani quando il video ha sottotitoli umani nella lingua di destinazione (consigliato)",videoSubtitleTranslationDescription:"Assegnare un servizio di traduzione separato per i sottotitoli video",subtitleTranslating:"Attendere mentre i sottotitoli vengono tradotti con il servizio {service} ... (traduzione ad immersione)",subtitleLoading:"Caricamento dei sottotitoli...",bilingual:"bilinguismo","field.action":"Se abilitare la terminologia Baidu","description.action":"Quando \xE8 abilitato, un parametro action=1 sar\xE0 aggiunto alla richiesta per informare Baidu del termine abilitato; <1>per ulteriori informazioni, consultare la documentazione ufficiale.",closeQuickTranslation:"Chiudere Hoverball","closeQuickTranslation.untilNext":"Questa volta chiuso fino alla prossima visita","closeQuickTranslation.currentWebsite":"Sito attuale disabilitato","closeQuickTranslation.alwaysClose":"disabilitare in modo permanente","closeQuickTranslation.settingOpen":"(pu\xF2 essere attivata nella <1>pagina delle impostazioni )","closeQuickTranslation.cancel":"cancellazioni","closeQuickTranslation.confirm":"definire","floatBall.popup":"Aprire il pannello Impostazioni rapide","floatBall.translate":"Fare clic per tradurre la pagina","floatBall.showOriginal":"Fare clic per tornare all'articolo originale","floatBall.close":"Chiudere Hoverball","floatBallOptions.enableDescPc":"Dopo aver abilitato l'hoverball della pagina, verr\xE0 visualizzato un pulsante di traduzione rapida sul lato destro della pagina: cliccatelo per tradurre!","floatBallOptions.enableDesc":"Dopo aver disattivato l'hoverball, \xE8 possibile richiamarlo con{touch}. Si consiglia vivamente di inserire tra i preferiti questa pagina di impostazioni nel caso in cui non si riesca a trovare l'hoverball dopo aver inavvertitamente disattivato questa opzione!","description.azureApiUrl":"Inserire l'indirizzo dell'interfaccia API personalizzata",confirmSupportMouse:"Forzare l'abilitazione del supporto del mouse",confirmSupportMouseDescription:"Rilevato che il browser corrente non supporta la funzione del mouse, \xE8 necessario abilitare il supporto del mouse?",sampleTargetText:"Verr\xE0 la lunga notte e io veglier\xF2 da oggi fino alla morte. Non prender\xF2 moglie, non far\xF2 feudi, non avr\xF2 figli. Non porter\xF2 una corona, non lotter\xF2 per l'onore. Far\xF2 il mio dovere, vivr\xF2 e morir\xF2.",sampleSourceText:"Night gathers, and now my watch begins. It shall not end until my death. I shall take no wife, hold no lands, father no children. I shall wear no crowns and win no glory. I shall live and die at my post.","desc.touchShortcutsToggleTranslatePageOnlyTranslation":"Solo traduzione significa che verr\xE0 visualizzata solo la traduzione, se la pagina web non \xE8 ancora stata tradotta, passer\xE0 alla modalit\xE0 e tradurr\xE0.","desc.toggleOnlyTransation":"La modalit\xE0 solo traduzione significa che verr\xE0 visualizzato solo il testo tradotto, se la pagina web non \xE8 ancora stata tradotta, cambier\xE0 modalit\xE0 e tradurr\xE0.",touchShortcutsToggleTranslatePageOnlyTranslation:"Imposta il gesto del touchscreen per passare alla modalit\xE0 bilingue/solo testo tradotto",download_started:"Il download \xE8 gi\xE0 iniziato, se non si avvia automaticamente, fai clic manualmente.",here:"Qui","translationFont.customPlaceholder":"carattere","error.goReset":"Vai a resettare","translationFont.custom":"Inserisci il carattere personalizzato",batchEdit:"Operazione in blocco","translationModeUrl.translation.title":"Solo modalit\xE0 di traduzione del sito web","error.configError":"Anomalia dei dati di configurazione","error.serveConfigError":"Errore nella configurazione del servizio","touch.mouse-translate":"Tradurre il paragrafo specificato","error.proTokenInvalid":"Se sei un utente Pro, per favore accedi prima di utilizzare il servizio di traduzione Pro.","translationModeLang.translation.title":"Solo modalit\xE0 di traduzione della lingua","translationServices.inherit":"Segui il servizio di traduzione principale",enableSentryReport:"Quando si verifica un errore di estensione, invia un feedback utilizzando Sentry",videoSubtitlePreTranslationOn:"I sottotitoli video utilizzeranno la traduzione immersiva come priorit\xE0.",translationFont:"Imposta il carattere","error.reloadPageOfSetting":"Dopo la configurazione, si prega di aggiornare la pagina e tradurre di nuovo.",detectServiceLoading:"Sto controllando i servizi di traduzione disponibili...",toggleToService:"Passa a {service} e riprova","translationModeLang.translation.description":"Quando la lingua della pagina \xE8 una delle seguenti, verr\xE0 utilizzata automaticamente solo la modalit\xE0 di traduzione.","translationModeUrl.translation.description":"Quando il sito web ha i seguenti nomi di dominio, verr\xE0 utilizzata automaticamente solo la modalit\xE0 di traduzione.","error.403":"Il servizio restituisce un errore, non si ha temporaneamente l'autorizzazione per accedere a questo servizio.","error.400":"Il servizio restituisce un errore, errore nei parametri della richiesta, si prega di controllare la configurazione corrispondente.",videoSubtitlePreTranslationOff:"I sottotitoli del video daranno la priorit\xE0 ai sottotitoli automatici inclusi nel video originale.","error.proUpgrade":"Dopo l'aggiornamento, si prega di aggiornare la pagina e tradurre di nuovo.","translationFont.notSupportErrorMessage":"Si prega di controllare se il nome del carattere inserito \xE8 corretto, o confermare che il carattere \xE8 gi\xE0 installato sul tuo dispositivo.","error.429":"Il servizio restituisce un errore, indicando che la richiesta \xE8 troppo frequente o supera il limite di quota, si prega di riprovare pi\xF9 tardi.","error.502":"Il servizio ha restituito un errore, il servizio \xE8 in timeout, si prega di riprovare pi\xF9 tardi.","error.googleLimitIp":"Il servizio restituisce un errore, il servizio Google ha limitato questo indirizzo IP, si consiglia di cambiare il nodo di rete.","error.openAIExceededQuota":"Il servizio restituisce un errore: il saldo del tuo account OpenAI non \xE8 sufficiente, si prega di ricaricare o collegare una carta di credito nel pannello di controllo ufficiale di OpenAI.","error.gemini.429":"Il servizio Gemini attuale ha raggiunto la sua capacit\xE0 massima, si prega di riprovare pi\xF9 tardi o passare ad un altro servizio di traduzione.","desc.toggleVideoSubtitlePreTranslation":"Dopo aver premuto, i sottotitoli bilingui del video utilizzeranno in primo luogo le impostazioni di traduzione immersive, premendo di nuovo avranno la priorit\xE0 i sottotitoli automatici inclusi nel video originale. Nota: questa scorciatoia modifica le impostazioni globali.","error.serveUnavailable":"Il servizio [{serverName}] che stai utilizzando attualmente non \xE8 accessibile a causa di problemi di connessione o del fornitore di servizi. Ti consigliamo di provare a ricaricare la pagina o di cambiare il servizio di traduzione attraverso le <1>impostazioni. Se sei un membro <2>Pro, puoi scegliere di utilizzare i servizi di traduzione pi\xF9 stabili di DeepL o OpenAI (<3>clicca qui per una prova gratuita). Inoltre, potrebbe essere necessario controllare la tua rete o le impostazioni del proxy.","error.openAIFreeLimit":"Il servizio restituisce un errore, la frequenza attuale delle richieste di traduzione ha raggiunto il limite massimo di 3 volte al minuto, si prega di riprovare pi\xF9 tardi. (Questo \xE8 il limite ufficiale di OpenAI per l'API Key gratuita, per rimuovere questo limite, si prega di collegare una carta di credito nel backend di OpenAI.)","floatBall.iKnow":"Lo so.","floatBallOptions.fixedPosition":"Posizione fissa",notLogin:"Non connesso","translationServices.gemini":"Gemelli","error.retry":"Riprova",pickAll:"Seleziona tutto","slide.right":"Scorri a sinistra","multipleClick.2":"Doppio clic",loggedIn:"Accesso effettuato","error.reason":"Motivo dell'errore","multipleClick.4":"Quadruplo colpo","multipleClick.3":"Triplo colpo","widget.translateFile":"PDF/ePub",shortcutSettings:"Scorciatoia","tagsInput.add":"+ Aggiungi","shortcutGroup.others":"Pi\xF9 scorciatoie personalizzate","slide.left":"Scorri a destra","subtitle.hideQuickButton":"Non mostrare pi\xF9 questa scorciatoia","widget.videoSubtitle":"sottotitoli video","error.subscriptionExpiredTitle":"La membership \xE8 scaduta",alwaysTranslateThisSite:"Sempre tradurre questo sito","floatBallOptions.fixedPositionLeft":"Sinistra",touchShortcutsOff:"Chiudi",neverTranslateThisSite:"Non tradurre mai questo sito web",translationOnlyMode:"Solo modalit\xE0 di traduzione",viewWithImmersiveTranslate:"Versione bilingue (traduzione immersiva)",contact:"Contattaci","browser.translateWithBing":"Utilizzo temporaneo di Microsoft per tradurre la pagina corrente",buildSnapshots:"Genera un'istantanea della pagina web","intro.floatBallTitle":"Traduzione rapida della sfera galleggiante","browser.translateWithOpenAI":"Utilizzo temporaneo di OpenAI per tradurre la pagina corrente","widget.videoSubtitleTooltip":"Supporta Youtube e altri {count}+ siti di video","browser.translateWithDeepL":"Utilizzo temporaneamente DeepL per tradurre la pagina corrente",errorReason:"Motivo dell'errore: {message}","browser.translateWithTransmart":"Utilizzo temporaneo di Tencent per tradurre la pagina corrente","shortcutGroup.shortcutsForTranslationServices":"Scorciatoie relative ai servizi di traduzione","browser.translateWithGoogle":"Utilizzo temporaneo di Google per tradurre la pagina corrente",temprarilyChangeTranslationTo_gemini:"Sto utilizzando Gemini per tradurre la pagina corrente.","browser.translateWithGemini":"Utilizza temporaneamente Gemini per tradurre la pagina corrente","widget.instructionTooltip":"Visualizza le istruzioni per l'uso",goLogin:"Vai a fare il login",temprarilyChangeTranslationTo_openai:"Sto utilizzando OpenAI per tradurre la pagina corrente.",temprarilyChangeTranslationTo_transmart:"Sto utilizzando Tencent per tradurre la pagina corrente.","floatBallOptions.fixedPositionRight":"lato destro",paragraphMinTextCountField:"Il numero minimo di caratteri necessari per tradurre un paragrafo",mouseHoverCustomKeyTitle:"Personalizza la scorciatoia del mouse al passaggio del mouse",temprarilyChangeTranslationTo_deepl:"Sto utilizzando DeepL per tradurre la pagina corrente.","subtitle.bilingual":"Sottotitoli bilingui",temprarilyChangeTranslationTo_bing:"Sto utilizzando Microsoft Translate per tradurre la pagina corrente.","intro.hoverTitle":"Posiziona il mouse per tradurre il paragrafo corrente","shortcutGroup.main":"Scorciatoie da tastiera di funzioni comuni",temprarilyChangeTranslationTo_google:"Sto utilizzando Google Traduttore per tradurre la pagina corrente.","subtitle.autoDisableSubtitle":"Non attivare automaticamente i sottotitoli bilingue",upgradeToProErrorTitle:"Si prega di aggiornare a membro Pro prima di utilizzare questo servizio di traduzione",touchShortcutsToggleTranslatePage:"Imposta gesti touch per tradurre pagine web / visualizzare il testo originale","widget.translateFileTooltip":"Traduci documenti PDF, EPUB, SRT, ASS, HTML e TXT","widget.instruction":"Istruzioni per l'uso","proQuotaExceededError.resetTime":"3. Tempo di reimpostazione del limite: {resetTime}","shortcutGroup.touch":"Gesti specifici per touch screen","floatBall.guideClickToTranslate":"Clicca sulla sfera galleggiante di traduzione immersiva per tradurre rapidamente","subtitle.showQuickButton":"Nel lettore visualizza la scorciatoia per i sottotitoli bilingue","floatBall.longPress":"Tenendo premuto a lungo \xE8 possibile aprire rapidamente il pannello delle impostazioni.","neverTranslateText.title":"Le parole seguenti rimangono in lingua originale, non tradurre.","browser.translateInputBox":"Traduci il contenuto attuale del campo di input.","browser.toggleVideoSubtitlePreTranslation":"Passa ai sottotitoli bilingui utilizzando preferibilmente le impostazioni di traduzione immersive.","error.subscriptionExpired":"La tua iscrizione potrebbe essere scaduta, controlla lo stato della tua iscrizione.","shortcutGroup.mouse":"Configurazione scorciatoia per il passaggio del mouse","browser.toggleMouseHoverTranslateDirectly":"Abilita o disabilita temporaneamente la traduzione diretta al passaggio del mouse sulla pagina","intro.subtitleTitle":"Visualizzazione dei sottotitoli bilingui nei video online",networkError:"Il servizio di traduzione o la rete ha problemi",notLoginPro:"Non hai ancora effettuato l'accesso al tuo account membro.",touchShortcutsToggleTranslationMask:"Imposta il gesto del touchscreen per mostrare la traduzione della maschera / mostrare il testo originale","floatBallOptions.fixedPositionDesc":"La palla galleggiante \xE8 a sinistra o a destra della finestra?","desc.touchShortcutsToggleTranslateTouchElement":"Personalizza un gesto e puoi tradurre qualsiasi paragrafo in cui ti trovi.",confirmResetToDefaultSettings:"Confermi di voler ripristinare questo servizio di traduzione alle impostazioni predefinite? (Ripristina solo le impostazioni di questo servizio di traduzione)","description.baiduField":"I campi supportati sono visti <1>qui, se vuoto significa che non \xE8 specificato alcun campo.",touchShortcutsToggleTranslateTouchElement:"Imposta il gesto del touchscreen per tradurre il paragrafo specificato","desc.toggleTranslateTheWholePage":"Traduci l'intera area della pagina, di default, tradurremo l'area principale della pagina, puoi utilizzare questa scorciatoia per tradurre specificamente l'intera area della pagina.",mouseHoverCustomKeyDescription:"Puoi personalizzare una combinazione di tasti di scelta rapida per il passaggio del mouse, ad esempio: Alt+Z, Ctrl+E, Cmd+Alt+E o direttamente Cmd, si prega di inserire manualmente.",paragraphMinTextCountDesc:"Attenzione, qui si intende la lunghezza del carattere, ad esempio: ciao \xE8 composto da 5 caratteri, impostare un valore maggiore pu\xF2 ridurre la traduzione di paragrafi non necessari.","desc.toggleTranslateTheMainPage":"Traduci solo l'area principale della pagina, quando hai abilitato la traduzione di tutta l'area della pagina nelle impostazioni avanzate, puoi utilizzare questa scorciatoia per tradurre specificamente l'area principale della pagina.","subtitle.showQuickButtonDescription":"Nell'angolo in basso a destra del lettore video \xE8 disponibile una scorciatoia per attivare i sottotitoli bilingue.","desc.mouseHoverHoldKey":"Quando il mouse \xE8 in hover su un paragrafo, premendo contemporaneamente il tasto di scelta rapida a destra, \xE8 possibile tradurre direttamente quel paragrafo.","desc.interfaceLanguage":"Le impostazioni della lingua dell'interfaccia influenzano la lingua di visualizzazione del pannello di controllo e non hanno nulla a che fare con la lingua target della traduzione.",translationOnlyModeDescription:"La modalit\xE0 solo traduzione si riferisce alla visualizzazione solo del testo tradotto, non della modalit\xE0 bilingue predefinita. Nota: a causa di limitazioni tecniche, i collegamenti ipertestuali del testo originale non funzioneranno in modalit\xE0 solo traduzione.","desc.touchShortcutsToggleTranslatePage":"Dopo aver impostato, quando si utilizza un dispositivo mobile, \xE8 possibile toccare lo schermo con X dita contemporaneamente, scorrere a sinistra e a destra o fare clic continuamente per attivare la traduzione della pagina web / visualizzare il testo originale.","desc.touchShortcutsToggleTranslationMask":"La maschera di traduzione si riferisce all'effetto sfocato nello stile del testo tradotto (modalit\xE0 di apprendimento), che, una volta attivato, applica temporaneamente un effetto sfocato al testo tradotto, facilitando l'apprendimento.",shortcutSettingsTitle:"Impostazioni scorciatoie","proQuotaExceededError.onetime7day":'\uFF0Cpuoi scegliere uno dei seguenti metodi per risolvere:

1. Passa a {anotherService} o ad altri servizi di traduzione
2. Aggiorna a un membro mensile/annuale ',"contact.description":"Se avete domande o suggerimenti, siete invitati a compilare il modulo sottostante per contattarci, o inviare una mail a {email}, vi risponderemo il pi\xF9 presto possibile.","proQuotaExceededError.nonTrial":'\uFF0Cpuoi scegliere uno dei seguenti metodi per risolvere:

1. Passa a {anotherService} o ad altri servizi di traduzione
2. Acquista un pacchetto di traffico extra {translationService}',"proQuotaExceededError.trial":'\uFF0Cpuoi scegliere uno dei seguenti metodi per risolvere:

1. Passa a {anotherService} o ad altri servizi di traduzione
2. Aggiorna subito a membro ufficiale',"intro.floatBallDescription":"Una volta attivato, verr\xE0 visualizzato un pulsante di traduzione rapida sul lato destro della pagina, cliccandolo si pu\xF2 tradurre, cliccandolo di nuovo si pu\xF2 tornare al testo originale. Su dispositivi mobili, tenendo premuto il pallone galleggiante, \xE8 possibile aprire il pannello delle impostazioni rapide.","desc.toggleMouseHoverTranslateDirectly":"Dopo aver premuto questo tasto di scelta rapida, sulla pagina, basta che il mouse punti a qualsiasi testo per tradurlo automaticamente. Premendo di nuovo il tasto di scelta rapida, \xE8 possibile disattivare questa funzione di traduzione automatica.",shortcutDisableTooltip:"Si prega di impostare nella pagina di gestione delle scorciatoie da tastiera dell'estensione del browser, per ulteriori indicazioni si prega di consultare le istruzioni nella parte superiore di questa pagina.","subtitle.supportedSites":"\xC8 supportato l'uso di sottotitoli bilingui su questi siti web (Nota: a causa di limitazioni tecniche, alcuni siti web potrebbero aver bisogno di essere aggiornati dopo aver attivato i sottotitoli per la prima volta, o potrebbe essere necessario attendere che la traduzione sia completata per visualizzare i sottotitoli bilingui):","neverTranslateText.description":"A causa di alcune carenze di riconoscimento dei nomi propri da parte di alcuni motori di traduzione, puoi aggiungere parole qui per assicurarti che non vengano convertite durante il processo di traduzione. Si prega di notare che questa funzione distingue tra maiuscole e minuscole e supporta solo le lingue separate da spazi (come l'inglese, il francese), non \xE8 adatta per lingue come il giapponese, il coreano, ecc.","intro.subtitleDescription":"Dopo aver attivato questa funzione, i sottotitoli bilingui verranno visualizzati automaticamente durante la riproduzione del video. Se non \xE8 abilitato, \xE8 necessario fare clic manualmente sul pulsante di traduzione sulla pagina per visualizzare i sottotitoli. Si prega di notare che, a causa di limitazioni tecniche, alcuni siti web potrebbero richiedere l'aggiornamento della pagina o l'attesa del completamento della traduzione prima di poter visualizzare i sottotitoli bilingui. (Inoltre, \xE8 possibile attivare/disattivare il pannello di traduzione immersiva nell'angolo in alto a destra dopo aver aperto il sito web del video).

Attualmente \xE8 possibile utilizzare i sottotitoli bilingui su questi siti web:","intro.hoverDescription":"La traduzione al passaggio del mouse \xE8 una funzione molto importante nella traduzione immersiva, basta posizionare il mouse sul paragrafo e premere contemporaneamente la scorciatoia impostata per tradurre automaticamente il paragrafo corrente (nota: non \xE8 abilitato di default, si prega di impostarlo qui sotto), questa interazione \xE8 utilizzata per sostituire meglio la traduzione del testo selezionato, inoltre, questa funzione \xE8 ampiamente utilizzata in quelle aree di traduzione che non possono essere riconosciute, puoi utilizzare questa funzione per forzare la traduzione di qualsiasi paragrafo.",geminiWarning:"Attenzione: il servizio gratuito Gemini fornito da Google ha restrizioni severe, potrebbe essere considerato da Google come un tentativo dell'utente di eludere i loro limiti di quota gratuita utilizzando pi\xF9 chiavi. Non \xE8 consigliato usarlo, si consiglia di aspettare che Google apra l'interfaccia a pagamento di Gemini in futuro per usarlo.","floatBall.setting":"Impostazione","floatBall.translateToLanguage":"Fare clic per tradurre in {language}","floatBall.file":"Traduci PDF, EPUB, SRT, ASS, HTML, file TXT",changeToOnlyTempTranslationMode:"Alterna per visualizzare solo le traduzioni",changeToDualTempTranslationMode:"Passare alla traduzione bilingue","transitionMode.dual":"Contrasto bilingue","options.navbar.installApp":"Installa l'app per smartphone","options.navbar.translateFile":"Tradurre il documento","transitionMode.translation":"Solo il testo tradotto.","subtitle.transitionModeDescription":"Imposta i sottotitoli del video per il confronto bilingue o solo modalit\xE0 di traduzione","transitionMode.inherit":"Mantenere coerente con la modalit\xE0 di visualizzazione della traduzione predefinita del sistema","subtitle.transitionMode":"Impostazioni dei sottotitoli video bilingue / solo traduzione",translateFileTooltip:`Traduci PDF, ePub, srt, + {env.imt_sub_trans_field}: \u0905\u0928\u0941\u0935\u093E\u0926`,"subtitle.quickButton.cyan":"\u0928\u0940\u0932\u093E","subtitle.quickButton.green":"\u0939\u0930\u093E","subtitle.quickButton.black":"\u0915\u093E\u0932\u093E","subtitle.quickButton.white":"\u0938\u092B\u0947\u0926","subtitle.quickButton.yellow":"\u092A\u0940\u0932\u093E","subtitle.quickButton.red":"\u0932\u093E\u0932","subtitle.quickButton.setting":"\u0938\u0947\u091F \u0915\u0930\u0947\u0902","subtitle.quickButton.blue":"\u0928\u0940\u0932\u093E","subtitle.quickButton.magenta":"\u0917\u0941\u0932\u093E\u092C\u0940 \u0930\u0902\u0917","subtitle.quickButton.translationPositionBottom":"\u092E\u0942\u0932 \u092A\u093E\u0920 \u0915\u0947 \u0928\u0940\u091A\u0947","translationServices.claude":"\u0915\u094D\u0932\u0949\u0921","subtitle.quickButton.sourceFontSize":"\u092E\u0942\u0932 \u092B\u093C\u0949\u0928\u094D\u091F \u0906\u0915\u093E\u0930","subtitle.quickButton.sourceTextColor":"\u092E\u0942\u0932 \u092B\u093C\u0949\u0928\u094D\u091F \u0915\u093E \u0930\u0902\u0917","subtitle.quickButton.translationPosition":"\u0905\u0928\u0941\u0935\u093E\u0926 \u0938\u094D\u0925\u093F\u0924\u093F","subtitle.quickButton.translationPositionTop":"\u092E\u0942\u0932 \u092A\u093E\u0920 \u0915\u0947 \u090A\u092A\u0930","subtitle.quickButton.backgroundColor":"\u092A\u0943\u0937\u094D\u0920\u092D\u0942\u092E\u093F \u0930\u0902\u0917","subtitle.quickButton.backgroundOpacity":"\u092A\u0943\u0937\u094D\u0920\u092D\u0942\u092E\u093F \u0905\u092A\u093E\u0930\u0926\u0930\u094D\u0936\u093F\u0924\u093E","subtitle.quickButton.translationFontSize":"\u0905\u0928\u0941\u0935\u093E\u0926 \u092B\u093C\u0949\u0928\u094D\u091F \u0915\u093E \u0906\u0915\u093E\u0930","subtitle.quickButton.translationTextColor":"\u0905\u0928\u0941\u0935\u093E\u0926 \u092B\u093C\u0949\u0928\u094D\u091F \u0915\u093E \u0930\u0902\u0917",attachSubtitleTranslating:"{service} \u0915\u093E \u0909\u092A\u092F\u094B\u0917 \u0915\u0930\u0915\u0947 \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930 \u0930\u0939\u093E \u0939\u0948...","error.claude.403":"\u0938\u0947\u0935\u093E \u0924\u0915 \u092A\u0939\u0941\u0902\u091A \u0915\u093E \u0915\u094B\u0908 \u0905\u0927\u093F\u0915\u093E\u0930 \u0928\u0939\u0940\u0902 \u0939\u0948, \u092F\u0939 Claude \u0915\u0940 \u0915\u094D\u0937\u0947\u0924\u094D\u0930\u0940\u092F \u0938\u0940\u092E\u093E\u0913\u0902 \u0938\u0947 \u0938\u0902\u092C\u0902\u0927\u093F\u0924 \u0939\u094B \u0938\u0915\u0924\u093E \u0939\u0948, \u0906\u092A \u0905\u092A\u0928\u093E IP \u092A\u0924\u093E \u092C\u0926\u0932\u0928\u0947 \u0915\u093E \u092A\u094D\u0930\u092F\u093E\u0938 \u0915\u0930 \u0938\u0915\u0924\u0947 \u0939\u0948\u0902, \u092F\u093E \u0905\u0928\u094D\u092F \u0905\u0928\u0941\u0935\u093E\u0926 \u0938\u0947\u0935\u093E\u0913\u0902 \u0915\u093E \u0909\u092A\u092F\u094B\u0917 \u0915\u0930 \u0938\u0915\u0924\u0947 \u0939\u0948\u0902\u0964","browser.brandDescriptionForSafari":"\u3010\u0907\u092E\u0930\u094D\u0938\u093F\u0935 \u0905\u0928\u0941\u0935\u093E\u0926\u3011 \u090F\u0915 \u092E\u0941\u092B\u094D\u0924 (\u092E\u0942\u0932 / \u0905\u0928\u0941\u0935\u093E\u0926) \u0926\u094D\u0935\u093F\u092D\u093E\u0937\u0940 \u0935\u0947\u092C\u092A\u0947\u091C \u0905\u0928\u0941\u0935\u093E\u0926 \u092A\u094D\u0932\u0917\u0907\u0928, \u091C\u094B \u0938\u092E\u092F-\u0938\u092E\u092F \u092A\u0930 PDF \u0905\u0928\u0941\u0935\u093E\u0926 \u0914\u0930 EPUB \u0908-\u092C\u0941\u0915 \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u093E \u0938\u092E\u0930\u094D\u0925\u0928 \u0915\u0930\u0924\u093E \u0939\u0948 \u0914\u0930 \u092E\u0942\u0932 \u0926\u0938\u094D\u0924\u093E\u0935\u0947\u091C\u093C \u0915\u0940 \u0935\u093F\u0928\u094D\u092F\u093E\u0938 \u0915\u094B \u092C\u0928\u093E\u090F \u0930\u0916\u0924\u093E \u0939\u0948, Youtube/Netflix \u0906\u0926\u093F \u0911\u0928\u0932\u093E\u0907\u0928 \u0935\u0940\u0921\u093F\u092F\u094B \u0926\u094D\u0935\u093F\u092D\u093E\u0937\u0940 \u0909\u092A\u0936\u0940\u0930\u094D\u0937\u0915 \u0905\u0928\u0941\u0935\u093E\u0926, Deepl/Google \u0906\u0926\u093F \u092A\u094D\u0930\u092E\u0941\u0916 \u0905\u0928\u0941\u0935\u093E\u0926 \u0938\u0947\u0935\u093E\u0913\u0902 \u0915\u093E \u0938\u092E\u0930\u094D\u0925\u0928 \u0915\u0930\u0924\u093E \u0939\u0948;","browser.PdfProFile":"AI \u0938\u0902\u091A\u093E\u0932\u093F\u0924 PDF Pro \u0905\u0928\u0941\u0935\u093E\u0926","browser.textTranslate":"\u0932\u093F\u0916\u093F\u0924 \u0905\u0928\u0941\u0935\u093E\u0926"};var Db={nologin:"non \xE8 stato effettuato l'accesso",loginForSafari:"Accedi o registrati",login:"Accedi per aprire un'iscrizione",manageAccount:"Conti gestiti",openPremium:"Soci aperti",logout:"interrompere",curentPlan:"Pacchetti attuali",endAt:"scadenza",endAuto:"rinnovo automatico",lineBreakMaxTextCount:"Numero massimo di caratteri consentiti per frase dopo le interruzioni di riga","translate-pdf":"Clicca per tradurre il PDF","noSupportTranslate-pdf":"Script non supportato, utilizzare il plugin","translate-firefox-local-pdf":"Fare clic per andare a Importazione PDF",enableLineBreak:"Abilita l'avanzamento automatico delle righe per i paragrafi lunghi",sponsorLabel:"1$ Sviluppatori sponsorizzati",help:"mano",browserShortcutsNoteForFirefox:"Per modificare le scorciatoie in Firefox, \xE8 necessario aprire la pagina di gestione delle estensioni `about:addons`, quindi fare clic su `Impostazioni` e poi su `Gestione scorciatoie` per impostare le scorciatoie.",browserShortcutsNoteForChrome:"Per modificare le scorciatoie in Chrome, \xE8 necessario aprire la pagina di gestione delle estensioni, impostarle nel pannello `Gestione scorciatoie` (`chrome://extensions/shortcuts`) e fare clic sul pulsante sottostante per passare alla pagina di gestione delle scorciatoie.",browserShortcutsSucks:"Le scorciatoie personalizzate sono formattate come (non viene effettuato il riconoscimento automatico, inserire direttamente)\uFF1A",enableLineBreakDescription:"Quando \xE8 attivata, le interruzioni di riga vengono inserite alla fine di ogni frase nei paragrafi lunghi per facilitarne la lettura.","browser.shortBrandName":"Traduzione in immersione","browser.brandName":"Immersion Translation: traduzione bilingue di pagine web e documenti PDF","browser.brandDescription":"Bilingual web page translation, also supports PDF translation, bilingual Epub eBook translation, free to use.","browser.toggleTranslatePage":"Tradurre la pagina/visualizzare il testo originale","browser.toggleTranslateTheWholePage":"Tradurre tutte le aree della pagina/visualizzare il testo originale","browser.toggleOnlyTransation":"Cambia modalit\xE0 bilingue/solo traduzione","browser.toggleTranslateToThePageEndImmediately":"Traduzione immediata a fondo pagina/visualizzazione del testo originale","browser.toggleTranslateTheMainPage":"Tradurre l'area principale della pagina/visualizzare il testo originale","browser.shareToDraft":"Condividi le pagine bilingue","browser.openOptionsPage":"Aprire la pagina delle impostazioni","browser.toggleTranslationMask":"Mostra/nascondi l'effetto di sfocatura della traslazione","browser.translateLocalPdfFile":"Tradurre i file PDF locali","browser.openEbookViewer":"Leggere gli eBook locali","browser.openEbookBuilder":"Creare eBook EPUB bilingue","browser.translateLocalHtmlFile":"Tradurre file HTML/testo","browser.donateContext":"Scopri i vantaggi della sponsorizzazione","browser.translateLocalSubtitleFile":"Tradurre i file dei sottotitoli locali",confirmResetConfig:"\xC8 sicuro di voler ripristinare le impostazioni?",translationLineBreakSettingTitle:"Impostazione dell'avanzamento riga di traduzione",smartLineBreak:"alimentazione di linea intelligente (calcolo)",alwaysLineBreak:"Sempre avanzamento di riga",isShowContextMenu:"Aggiungere pagine tradotte alle voci di menu del tasto destro del mouse",toggleBeta:"Abilitazione delle funzioni di beta testing",betaDescription:"Attiva funzioni ancora sperimentali e un servizio di traduzione in beta. Unitevi al <1>gruppo Telegram per saperne di pi\xF9.",translationLineBreakSettingDescription:"Le interruzioni di riga sono sempre ordinate per le pagine con meno contenuti. (Usare interruzioni di riga intelligenti nei paragrafi lunghi e ricchi di contenuti (pi\xF9 di{count}caratteri) per risparmiare spazio).",tempTranslateDomainTitle:"Durata dell'attivazione temporanea della traduzione del sito web",tempTranslateDomainDescription:"Quando si traduce manualmente una pagina web, \xE8 possibile attivare temporaneamente la traduzione automatica del sito web e impostare la durata temporanea.",xMinutes:"{count} minuti",disabled:"vietare l'uso di qcs.",changelog:"Registro degli aggiornamenti",toggleTranslatePageWhenThreeFingersOnTheScreen:"Il tocco simultaneo di pi\xF9 dita sullo schermo traduce le pagine web/visualizza il testo originale",toggleTranslationMaskWhenThreeFingersOnTheScreen:"Il tocco con pi\xF9 dita mostra/nasconde l'effetto di sfocatura.",fingerCountToToggleTranslagePageOnlyTranslationWhenTouching:"Pi\xF9 dita che toccano lo schermo contemporaneamente traducono la pagina web (solo traduzione)/visualizzano il testo originale.",addUrlDescription:"Pu\xF2 essere un nome di dominio e supporta anche i caratteri jolly, ad esempio\uFF1A*.google.com, google.com/mail/*, https://www.google.com/*",general:"Impostazioni di base",clickToExpandConfig:"Espandere la configurazione attuale",import:"Importazione da file",export:"Esportazione su file",toggleDebug:"Stampa il log di debug sulla console","fingers.0":"coagulo","fingers.2":"tocco con due dita","fingers.3":"tocco con tre dita","fingers.4":"tocco a quattro dita","fingers.5":"tocco a cinque dita",mouseHoldKey:"+ {key} tradurre/ripristinare il paragrafo",mouseHoldKeyAuto:"Traduzione diretta del paragrafo",mouseHoldKeyOff:"Non fare nulla.",mouseHoldKeyOther:"Collegamenti personalizzati (impostazioni di apertura)",mouseHoldKeyCustomKey:"{key} Traduzione/riduzione del paragrafo",mouseHoverHoldKey:"Passaggio del mouse mentre si premono i tasti di scelta rapida per tradurre i paragrafi","mouse-translate":"passaggio del mouse",document:"(computer) file",resetSuccess:"Reimpostare tutte le impostazioni con successo",resetThisSuccess:"Ripristino riuscito",saved:"Salva il successo",successImportConfig:"Configurazione importata con successo",goAdvancedSettings:"Andare alla pagina Impostazioni avanzate",goAdvancedInterfaceSettings:"Andare alla pagina Impostazioni di personalizzazione avanzate",advanced:"Impostazioni avanzate",advancedDescription:"In genere non \xE8 necessaria alcuna impostazione, basta lasciarla come predefinita. Solo per gli utenti pi\xF9 specializzati sono disponibili impostazioni pi\xF9 personalizzate.",developer:"Impostazioni dello sviluppatore",donateCafe:"prezzi","translate to the bottom of the page":"Si traduce in fondo alla pagina subito dopo l'ingresso nella pagina?",feedback:"Domanda Feedback",toggleTranslatePage:"Tradurre la pagina/visualizzare il testo originale",translateToThePageEndImmediatelyDescription:"Se si attiva, il contenuto viene tradotto immediatamente dall'inizio alla fine della pagina, non appena viene inserito. Se lo si disattiva, il contenuto viene tradotto man mano che si legge. (Non consigliato)","translate all areas of the page":"Se tradurre tutte le aree della pagina",translationAreaDescription:"Attivato, vengono tradotte tutte le aree dell'intera pagina web. Se si disattiva, viene utilizzato il riconoscimento intelligente predefinito e vengono tradotte solo le aree principali. (Non si consiglia di attivarlo)","the number of characters to be translated first":"Tradurre direttamente i primi caratteri della pagina senza attendere lo scorrimento dell'area di visualizzazione","interface language":"linguaggio dell'interfaccia","display both the original text and the translation":"Visualizzazione simultanea di originale e traduzione","keyboard shortcuts":"Scorciatoie da tastiera",modify:"Modifica dei tasti di scelta rapida",reset:"riproposizione",close:"coagulo",homepage:"homepage",more:"di pi\xF9",moreOptions:"Ampliare le opzioni di personalizzazione",translateTheWholePage:"Tradurre tutte le aree della pagina (invece di riconoscere intelligentemente le aree principali)",changeToTranslateTheWholePage:"Passare alla traduzione di tutte le regioni",changeToTranslateTheMainPage:"Passare all'area principale di traduzione",changeToOnlyTranslationMode:"Alterna per visualizzare solo le traduzioni",changeToDualTranslationMode:"Passare alla traduzione bilingue",translateToThePageEndImmediately:"Traduzione immediata a fondo pagina",translateTheMainPage:"Regioni chiave della traduzione intelligente","The local rules are up to date":"Le norme di adattamento locali sono aggiornate.","Successfully synchronized with the latest official rules:":"Sincronizzato con successo con le ultime regole ufficiali di adattamento.","Checking for updates":"Controllo degli aggiornamenti","Rules are being synchronized":"Regole di adattamento sincronizzate",localVersionIsTooOld:"La versione dell'estensione locale \xE8 troppo vecchia; aggiornare l'estensione a {minVersion} o a una versione pi\xF9 recente prima di tentare la sincronizzazione.",badUserscriptBrowser:"Il browser attuale non implementa correttamente l'interfaccia dell'estensione Grease Monkey (ad esempio, per ottenere informazioni sul numero di versione dello script Grease Monkey stesso); si prega di utilizzare altri browser che <1>supportano l'estensione Grease Monkey, come Firefox.",foundNewVersion:"Scoprite la nuova versione",theLocalExtensionIsUpToUpdate:"L'estensione attuale \xE8 aggiornata.",failToSyncRules:"Mancata sincronizzazione delle ultime regole di adattamento",retry:"Fare clic qui per riprovare",failedReason:"Motivi del fallimento",currentRuleVersion:"Versione attuale della regola",calculating:"calcoli",unknownError:"errore sconosciuto",canNotFetchRemoteRule:"Impossibile ottenere le regole remote",enableAlphaSuccess:"Alfa abilitato",disableAlphaSuccess:"La funzione Alpha \xE8 stata disattivata",cacheSize:"Dimensione della cache\uFF1A",cleaning:"in fase di liquidazione",cleanCache:"cancellare la cache",options:"allestimento",about:"rispetto a",service:"servizio di interpretariato",needAction:"(Vai alle impostazioni)",goSettings:"procedere con l'impostazione",needActionForOptions:"(da impostare)",translationEngine:"Opzioni del motore",sourceLanguage:"Lingua originale",target:"lingua di destinazione",popupSourceLanguage:"Lingua originale",popupTarget:"lingua di destinazione",popupService:"servizio di interpretariato",forThisSite:"Sito web attuale",autoEnableSubtitle:"Attiva automaticamente i sottotitoli bilingue",alwaysTranslate:"Tradurre sempre",neverTranslate:"Mai tradurre",alwaysTranslateSomeLanguage:"Tradurre sempre {language}",neverTranslateSomeLanguage:"Mai tradurre {language}",alwaysTranslateSomeSite:"Tradurre sempre {hostname}",neverTranslateSomeSite:"Mai tradurre {hostname}",alwaysTranslateSomeSiteOrWildSite:"Tradurre sempre il sito",alwaysTranslateSomePage:"Tradurre sempre la pagina",add:"aumento",default:"predefinito (impostazione)",forThisLanguage:"Per questa lingua\uFF1A","add url":"Inserire l'URL",edit:"compilatore","translate other languages into specific language":"Tradurre altre lingue nella lingua impostata","select translation service":"Selezionare un servizio di traduzione",language:"multilinguismo","show-original":"Mostra il testo originale",translate:"rendering",Translated:"tradotto",Translating:"in traduzione",Error:"non corretto",allowCacheTranslations:"Abilitare la cache delle traduzioni locali (per ridurre le richieste di traduzione per i passaggi duplicati)","translation display":"Stile di visualizzazione della traduzione","select diplay style":"Distinguere gli stili di traduzione, con specifico riferimento ai seguenti esempi",interface:"Impostazioni dell'interfaccia",import_export:"Importazione/Esportazione",import_export_title:"Configurazione di importazione/esportazione",syncToGoogleDrive:"Sincronizzazione con Google Drive ora",floatBallOptions:"Impostazioni Hoverball","floatBallOptions.enable":"Abilitare l'Hoverball","floatBallOptions.blockUrls":"Disattivare il sito web","floatBallOptions.add":"aumento","floatBallOptions.blockUrlDesc":"Gli Hoverball non vengono visualizzati quando si incontrano i seguenti siti web","floatBallOptions.clickType":"comportamento di clic","floatBallOptions.clickTypeDesc":"Comportamento dell'icona Hoverball quando viene cliccata","floatBallOptions.clickPopup":"Mostra pannello di traduzione","floatBallOptions.clickTranslate":"Traduzione/visualizzazione del testo originale",previewAllThemes:"Anteprima di tutti gli stili","translationTheme.none":"non hanno","translationTheme.grey":"grigio scuro","translationTheme.dashed":"sottolineatura tratteggiata","translationTheme.dotted":"trattino basso tratteggiato","translationTheme.dashedBorder":"bordo tratteggiato","translationTheme.solidBorder":"bordo solido","translationTheme.underline":"Sottolineare le linee rette","translationTheme.mask":"Effetti fuzzy (modalit\xE0 di apprendimento)","translationTheme.opacity":"effetto trasparenza","translationTheme.paper":"Effetto ombra su carta bianca","translationTheme.dividingLine":"linea di demarcazione","translationTheme.highlight":"alta luminosit\xE0","translationTheme.marker":"marcatore (parola d'ordine)","translationTheme.marker2":"Marcatore 2","translationTheme.blockquote":"Stili di riferimento","translationTheme.weakening":"indebolimento","translationTheme.italic":"carattere obliquo","translationTheme.bold":"addensare","translationTheme.thinDashed":"sottile linea tratteggiata di sottolineatura","translationTheme.nativeDashed":"Il sistema \xE8 dotato di una sottolineatura tratteggiata","translationTheme.nativeDotted":"Il sistema viene fornito con una sottolineatura tratteggiata","translationTheme.nativeUnderline":"Il sistema viene fornito con una linea retta di sottolineatura","translationTheme.wavy":"linea ondulata","translationServices.custom":"API personalizzata","translationServices.tencent":"Traduttore Tencent","translationServices.tenAlpha":"Traduttore Tencent (Alpha)","translationServices.google":"Google Translate","translationServices.bai":"Baidu (Alfa)","translationServices.baidu":"Traduzione di Baidu","translationServices.aliyun":"Traduzione di AliCloud","translationServices.volc":"traduzione vulcanica","translationServices.deeplx":"DeepLX (Beta)","translationServices.bing":"Microsoft Translate","translationServices.deepl":"DeepL","translationServices.wechat":"Traduzione di WeChat","translationServices.azure":"Traduzione di Azure","translationServices.ibm":"IBM Watson","translationServices.aws":"Traduzione Amazon","translationServices.mock":"Traduzione simulata","translationServices.mock2":"Traduzione simulata 2","translationServices.caiyun":"illuminato. nuvole colorate e piccole traduzioni","translationServices.cai":"Nuvole colorate (Alpha)","translationServices.volcAlpha":"Vulcano (Alfa)","translationServices.openl":"AprireL","translationServices.youdao":"Traduzione su Youtube","translationServices.you":"Traduttore Youdao (Alpha)","translationServices.transmart":"Traduzione interattiva di Tencent","translationServices.niu":"Traduttore anticonformista","translationServices.papago":"Traduzione di Papago","translationServices.d":"D (Alfa)","translationServices.dpro":"D Pro (Canarino)","translationServices.openai":"OpenAI","translationServices.yandex":"Yandex","translationServices.chatgpt":"ChatGPT Web(3.5 mobile)","translate title":"Tradurre i titoli delle pagine","always languages":"Tradurre sempre la lingua",neverTranslateLanguagesLabel:"La lingua che non sar\xE0 mai tradotta",neverTranslateTheFollowingLanguagesDescription:"Le traduzioni vengono saltate quando un paragrafo della pagina \xE8 in una delle seguenti lingue",enableUserscriptPagePopup:"Mostra l'hoverball nella pagina",enableUserscriptPagePopupDescription:"Dopo aver disattivato l'hoverball, pu\xF2 essere richiamato con la scorciatoia /{touch}. Si consiglia vivamente di inserire tra i preferiti questa pagina di impostazioni per evitare di non riuscire a trovare l'hoverball dopo aver inavvertitamente disattivato questa opzione!","always translate the following languages":"Traduce automaticamente nella lingua di destinazione quando la pagina \xE8 in una delle seguenti lingue","always sites":"Siti web sempre tradotti","always translate the following sites":"I siti web vengono tradotti automaticamente nella lingua di destinazione quando sono i nomi di dominio di","never sites":"Sito web mai tradotto","never translate the following sites":"Le traduzioni non verranno effettuate quando il sito web \xE8 destinato ai seguenti domini","please refer to":"\xC8 necessario compilare la chiave prima di poterla utilizzare.",KeyAndConfigurationTutorial:"Esercitazione sull'applicazione e la configurazione delle chiavi",useAboveStyleForTheseSites:"Usare sempre lo stile di traduzione \u2308{theme}\u230B quando il sito \xE8 destinato ai seguenti domini",currentUrl:"URL corrente",confirm:"salvare (un file, ecc.) (informatica)",cancel:"cancellazioni",delete:"rimozione","languages.auto":"rilevamento automatico",syncToCloud:"Sincronizzazione con Google Drive",syncToCloudDescription:"Caricata nel cloud, la configurazione pu\xF2 essere sincronizzata tra diversi browser/ script di scimmia grassa, a seconda dell'ultima modifica.",syncToAccount:"Sincronizzazione con il Cloud di traduzione immersiva",syncToAccountButton:"Sincronizzazione istantanea con il cloud",syncToAccountDescription:"Sincronizzare automaticamente le configurazioni tra i diversi dispositivi, a seconda dell'ultima modifica.",successSyncConfigInAccount:"Sincronizzazione riuscita con il cloud",successSyncConfigToAccount:"Sincronizzazione riuscita con il cloud",syncConfigNoUpdate:"\xC8 gi\xE0 aggiornato.",authFail:"Mancata autorizzazione",syncTitle:"Gestione manuale del backup",import_hint:"importazione (dati)",upload:"caricare",revokeAuth:"revocare un'autorizzazione",uploadFail:"Caricamento fallito",download:"scaricare",importSuccess:"Importato con successo",importFail:"errore di importazione",deleteFail:"Cancellazione non riuscita",backupToCloud:"Gestione manuale dei file di backup",create_new_backup:"Aggiungere un nuovo nodo di backup",maxBackupFiles:"\xC8 possibile eseguire il backup di un massimo di{count}nodi diversi; eliminare i nodi non necessari.",backupToCloudDescription:"Caricare o ripristinare manualmente i file di backup, consentendo fino a 3 backup diversi.",successSyncConfig:"Sincronizzazione di successo con il cloud",syncFail:"errore di sincronizzazione",updatedAt:"Aggiornato da {date}",lastSyncedAt:"Ultimo controllo: {date}",downloadFail:"Impossibile scaricare",clickToDownload:"Fare clic per scaricare",aboutLabel:"Informazioni - Feedback","browser.openAboutPage":"Informazioni/Risposte",aboutLabelWithoutSponsor:"Informazioni - Feedback",aboutIntro:"Che tutti noi possiamo avere un accesso pi\xF9 facile e piacevole alla grande quantit\xE0 di informazioni in lingua straniera su Internet \u2764\uFE0F Potete scegliere di attivare la vostra <6>iscrizione Pro per utilizzare le traduzioni di DeepL e OpenAI.

Potete seguirci su <3>Twitter, <4>Telegram, Weibo, WeChat o <5>iscrivervi alla nostra mailing list per seguire gli aggiornamenti.
I <7>membri Pro possono contattarci all'indirizzo <8>support@immersivetranslate.com per un rapido servizio clienti.",aboutIntroWithoutSponsor:"Che tutti noi possiamo avere un accesso pi\xF9 facile e piacevole all'enorme quantit\xE0 di informazioni in lingua straniera disponibili su Internet \u2764\uFE0F

Potete seguirci su <3>Twitter, <4>canale Telegram, WeChat, WeChat Exchange, o <5>iscrivervi per seguire gli aggiornamenti via <5>e-mail qui sotto.",projectHomepage:"Progetto Home",joinTelegramGroup:"Unitevi al gruppo di utenti per partecipare alle discussioni sulle funzionalit\xE0",wechatPublicAccount:"WeChat Pubblico",wechatCommunities:"Gruppo di scambio WeChat",qqCommunities:"Canale di comunicazione QQ",joinTelegramChannel:"Seguite il canale Telegram per gli ultimi aggiornamenti",feedbackAndJoin:"Domanda Feedback / Aggiungi gruppo",autoSync:"sincronizzazione automatica dell'ora",loadingThemeTitle:"Stile di caricamento",loadingThemeDescription:"Impostazione dello stile in attesa del caricamento della traduzione","loadingTheme.spinner":"Animazione di rotazione","loadingTheme.text":"testo statico qcs. ","loadingTheme.none":"non mostrato",developerDescription:"La documentazione sulla personalizzazione avanzata \xE8 disponibile <1>qui","edit border color":"Modificare il colore del bordo",successSyncButNoChange:"La configurazione attuale \xE8 coerente con il cloud",customTheme:"Colori e dimensioni personalizzate","customThemeLabel.borderColor":"Colore del bordo","customThemeLabel.borderRadius":"Bordi arrotondati","customThemeLabel.textColor":"colore del testo","customThemeLabel.backgroundColor":"colore di sfondo","customThemeLabel.zoom":"Scalatura dei caratteri (%)","customThemeLabel.opacity":"Opacit\xE0 del testo (%)",resetToDefaultColor:"Ripristino dei colori predefiniti",resetToDefaultSettings:"Ripristino delle impostazioni predefinite",isTranslateTitle:"Abilita la traduzione dei titoli delle pagine",isTranslateTitleDescription:"All'apertura, il titolo della pagina viene tradotto",enableSearchEnhancement:"Abilitazione del miglioramento dei messaggi bilingue",enableSearchEnhancementDescription:'Una volta abilitato, i risultati della ricerca di "Google News" verranno automaticamente visualizzati nella colonna destra dei siti web supportati (Google News, Google Search (alcune parole chiave), Snowball, Oriental Fortune, Futura, Tiger Community) per le parole chiave inglesi corrispondenti.',verifyService:"Clicca qui per testare il servizio",verified:"Verifica del successo","field.langs":"Codici lingua supportati","field.model":"modellazione","field.translationEngine":"motore di traduzione","field.limitPerMinute":"Richieste massime al minuto","field.limitPerSecond":"Numero massimo di richieste al secondo","field.maxTextLengthPerRequest":"Lunghezza massima del testo per richiesta","field.maxTextGroupLengthPerRequest":"Numero massimo di paragrafi per richiesta","field.apiUrl":"Indirizzo dell'interfaccia API personalizzata","field.placeholderDelimiters":"segnaposto riservato","description.custom":"Interfaccia personalizzata Accesso Documentazione necessaria","description.limitPerMinute":"Le richieste che superano questo limite vengono messe in coda fino all'inizio del minuto successivo. A causa delle varie limitazioni dell'attuale servizio di OpenAI, fare clic <1>qui per gli ultimi valori suggeriti.","description.limitPerSecond":"Le richieste che superano questo limite vengono messe in coda fino all'inizio del secondo successivo. A causa delle varie limitazioni dell'attuale servizio di OpenAI, fare clic <1>qui per gli ultimi valori suggeriti.","description.generalLimitPerSecond":"Le richieste che superano questo limite vengono messe in coda fino all'inizio del secondo successivo.","description.prompt":"Invia una conversazione a {service} come utente, dove {{text}} rappresenta il contenuto del testo del paragrafo, {{from}} rappresenta la lingua del paragrafo, {{to}} rappresenta la lingua di destinazione.","description.maxTextLengthPerRequest":"Il numero massimo di caratteri per richiesta \xE8 troppo elevato e causa una risposta lenta dell'interfaccia; provare a regolare questa opzione per ottimizzare la velocit\xE0.","description.systemPrompt":"Invia una conversazione a {service} come sistema, dove {{text}} rappresenta il contenuto del testo del paragrafo, {{from}} rappresenta la lingua del paragrafo, {{to}} rappresenta la lingua di destinazione.","field.domain":"regno","description.domain":"L'impostazione predefinita \xE8\uFF1Ageneral. Pu\xF2 essere impostata solo se la traduzione con dominio \xE8 abilitata nella console Arima API, vedere <1>qui per i domini supportati.","field.scene":"prendere","description.scene":"Valore predefinito:\uFF1Ageneral. Pu\xF2 essere impostato solo se la console API di AliCloud apre Machine Translation Pro, vedere <1>qui per gli scenari supportati.","field.vocabId":"ID del dizionario utente","description.vocabId":"Il dizionario out_id specificato, attualmente supporta la traduzione dall'inglese al cinese.","description.model":"Modelli OpenAI, possono essere gpt-3.5-turbo, gpt-4, ecc.","description.maxTextGroupLengthPerRequest":"Il numero di paragrafi inviati al servizio di traduzione alla volta; se ci sono troppi paragrafi, l'interfaccia potrebbe rispondere pi\xF9 lentamente.","description.apiUrl":"Si prega di aggiungere URL specifici con percorsi, <1>ulteriori descrizioni",enabledExtension:"Abilitazione delle estensioni",clickToDisableExtension:"Fare clic per disattivare le estensioni",clickToEnableExtension:"Fare clic per abilitare le estensioni",hasBeenDisabled:"disabilitato","show password":"Mostra password",customContent:"Inserire un nome di modello personalizzato",inputOptions:"Miglioramento della casella di input",mouseHoverOptions:"passaggio del mouse",modifyMouseHoverKey:"Modifica della scorciatoia per il passaggio del mouse",enableInputTranslation:"Abilitare o meno il miglioramento della casella di input",enableInputTranslationDescription:"Una volta abilitato, digitare {startingKey}{startingKey} hello direttamente nella casella di input, poi premere rapidamente{inputTrailingTriggerKeyRepeatTimes}volte{trailingKey}per tradurre in {inputTargetLanguage}.",enableInputTranslationDescriptionForNoneKey:"Una volta abilitato, digitate\uFF1AHello World direttamente nella casella di input, quindi premete rapidamente{inputTrailingTriggerKeyRepeatTimes}{trailingKey}volte per tradurre nella lingua di destinazione predefinita.",inputTargetLanguage:"Impostazione della lingua di destinazione predefinita per le caselle di input",inputTargetLanguageDescription:"Lingua di destinazione predefinita per la traduzione della casella di input, ovvero {startingKey}{startingKey} come lingua predefinita per le parole di attivazione.",inputTargetLanguageDescriptionForNoneKey:"Lingua di destinazione predefinita per la traduzione della casella di input",inputStartingTriggerKeyTitle:"Impostazione del carattere di divisione per la traduzione parziale della casella di input",inputStartingTriggerKeyDescription:"Quando non \xE8 necessario tradurre l'intera casella di input, lo splitter consente di tradurre solo la parte da {startingKey}{startingKey} alla fine della casella di input, oppure \xE8 possibile specificare il codice della lingua, ad esempio\uFF1A{startingKey}ja significa tradurre solo la parte da {startingKey}ja alla fine della casella di input.",inputStartingTriggerKeyDescriptionForNoneKey:"L'impostazione attuale di nessun prefisso non \xE8 necessaria e la funzione di traduzione di alcuni testi nella casella di immissione non \xE8 al momento disponibile.",inputTrailingTriggerKeyTitle:"Selezionare un carattere di attivazione di fine inserimento",inputTrailingTriggerKeyDescription:"3 colpi veloci{trailingKey} inizier\xE0 a tradurre!",inputTrailingTriggerKeyTimeout:"Immettere l'intervallo di tempo tra gli inneschi di fine combattimento",inputTrailingTriggerKeyTimeoutDescription:"Imposta l'intervallo di tempo (in millisecondi) tra le attivazioni della combo di fine input",spaceKey:"<\u7A7A\u683C\u952E>",noneKey:"Traduzione diretta dell'intera casella di testo senza prefissi",inputTranslationBlockUrlsTitle:"Non abilitare il miglioramento della casella di input nei seguenti URL",inputTranslationBlockUrlsDescription:"I miglioramenti della casella di input non funzionano con i seguenti URL",clickToSeeQuickDemo:"Fare clic per espandere il video di esercitazione rapida di 30 secondi",inputHelperInfo:"Descrizione\uFF1AAbbiamo ottimizzato il fatto che alcuni caratteri di attivazione si trasformano in segni di punteggiatura cinesi con i metodi di input cinesi, ad esempio, / si trasforma in un segno di dun, con il metodo di input Sogou, e Immersive Translator supporta tutti i simboli cinesi corrispondenti ai caratteri di attivazione, ad esempio //,,, saranno riconosciuti come caratteri di attivazione.

Supportiamo anche gli alias cinesi per i codici di lingua come comandi, ad esempio /Japanese Hello World verr\xE0 tradotto in giapponese; <1>fare clic qui per vedere tutti i codici di lingua supportati.",reloadCurrentPage:"Aggiornare la pagina corrente prima di iniziare la traduzione.",noLocalFilePermissionForPDF:"Non si ha l'autorizzazione a leggere i file locali, fare clic sul pulsante sopra e importare i file locali.",noPermissionForThisPage:"\u26A0\uFE0F Nessun permesso per tradurre la pagina corrente",retryAllParagraphs:"Riprova tutti i passaggi di errore",retryAllButton:"Riprova tutti i passaggi di errore",errorTooltipTitle:"Fare clic per visualizzare la causa dell'errore",errorModalTitle:"Sembra che ci sia qualcosa che non va nel servizio di traduzione o nella rete...",disableConfirm:"Impostazione bilingue per il miglioramento delle informazioni",disableOnce:"Questa disabilitazione",disableGlobal:"disabilitare in modo permanente",disableTint:"* \xC8 possibile riabilitarlo all'indirizzo {option} .",searchEnhancementNotes:"Dopo aver attivato la funzione Immersive Translation Bilingual Information Enhancement, cercheremo automaticamente le stesse parole chiave in inglese sui siti web supportati (Google News, Google Search (alcune parole chiave), Snowball, Oriental Wealth, Futura, Tiger) e le visualizzeremo sul lato destro. Potete scegliere di disabilitare questa funzione se non ne avete bisogno.",option:"allestimento",saveSettings:"Salva le impostazioni",closeModal:"Chiudere la finestra",enableInputTranslationWithoutTriggerKeyTitle:"Abilitare 3 colpi rapidi su{trailingKey}per tradurre direttamente l'intera casella di input in{inputTargetLanguage}",enableInputTranslationWithoutTriggerKeyDescription:"Per specificare la lingua di destinazione, usare il prefisso della lingua, per esempio\uFF1Aja Hello World",mouseHoverShortcutPlaceholder:"Ad esempio,\uFF1AShift",deepLProName:"Immersive Translation Pro Membro (consigliato)",deepLProDescription:"Il pacchetto corrente pu\xF2 essere utilizzato direttamente",deeplProDescriptionForNormal:"Non \xE8 richiesta alcuna configurazione, i membri possono utilizzarlo dopo il login, <1>clicca qui per passare a membro",deepLCustomDescription:"\xC8 richiesta una carta di credito estera, aperta ufficialmente su <1>DeepL, clicca per la <2>documentazione",deepLCustomName:"Chiave di autorizzazione personalizzata",chooseProviderLabel:"Selezionare un fornitore di servizi",openaiProName:"Immersive Translation Pro Membro (consigliato)",openaiProDescription:"Il pacchetto corrente pu\xF2 essere utilizzato direttamente",openaiProDescriptionForNormal:"Non \xE8 richiesta alcuna configurazione, i membri possono utilizzarlo dopo il login, <1>clicca qui per passare a membro",openaiCustomDescription:"Disponibile su OpenAI, Azure OpenAI o altri servizi di terze parti, <1>fare clic qui per la documentazione.",openaiCustomName:"Chiave API personalizzata",needLoginAction:"(Iscrizione aperta o personalizzazione)",goLoginOrAction:"(Aprire un'iscrizione o andare alle impostazioni)",yearly:"effettuare un pagamento annuale consecutivo",quarterly:"avvolgimento sequenziale",monthly:"abbonamento mensile",yearlyForOnce:"Pacchetto annuale una tantum",monthlyForOnce:"Pacchetto mensile una tantum",daily:"giorni consecutivi di pacchetti",year:"effettuare un pagamento annuale consecutivo",quarter:"avvolgimento sequenziale",month:"abbonamento mensile",day:"giorni consecutivi di pacchetti",onetime_7day:"Pacchetto esperienza di 7 giorni",currentPlanDescriptionForFree:"Pacchetti attuali\uFF1AGratis",currentPlanDescriptionForContinuous:"L'attuale pacchetto\uFF1A{plan}sar\xE0 rinnovato automaticamente su {endAt} .",currentPlanDescriptionForAutoRenewCaceling:"L'attuale pacchetto\uFF1A{plan}scadr\xE0 il giorno {endAt} e non sar\xE0 rinnovato automaticamente alla scadenza.",currentYearlyPlanDescriptionForAutoRenewCacelingWithRealPaiedUser:"Il pacchetto attuale,\uFF1A{plan}, scadr\xE0 il {endAt} e non sar\xE0 rinnovato automaticamente alla scadenza.
<1>Clicca qui per gestire il tuo piano di rinnovo",currentYearlyPlanDescriptionForAutoRenewCacelingWithAdmin:"Il pacchetto attuale,\uFF1A{plan}, scadr\xE0 il {endAt} e non sar\xE0 rinnovato automaticamente alla scadenza.
<1>Fare clic qui per attivare l'abbonamento annuale continuo",currentPlanDescriptionForOneTime:"L'attuale abbonamento\uFF1A{plan}scadr\xE0 il {endAt} , <1>clicca qui per passare all' abbonamento <1>annuale o <2>mensile.",upgradePlan:"Clicca qui per passare all'iscrizione Pro",upgradeToPro:"Aggiornamento all'iscrizione Pro","popup.openPro":"Passa all'iscrizione Pro per usufruire di DeepL e della traduzione OpenAI, clicca qui per effettuare l'aggiornamento!","popup.openProForPro":"Sei un membro Pro con accesso diretto alle traduzioni di DeepL e OpenAI!",currentAccount:"conto corrente",enableAutoSyncUserSettings:"Abilita la sincronizzazione automatica con il cloud su pi\xF9 dispositivi",modalEnableInputTranslationTitle:"Casella di input per la traduzione immersiva Avvisi di traduzione",modalEnableInputTranslationDesc:"\xC8 stata appena attivata la traduzione della casella di input di Immersive Translation premendo la barra spaziatrice 3 volte in rapida successione e il contenuto della casella di input verr\xE0 tradotto nella lingua di destinazione predefinita. La traduzione pu\xF2 essere annullata con Ctrl+Z.

Se si tratta di un errore, non preoccupatevi: potete scegliere di disattivarla questa volta o di disabilitare definitivamente la traduzione delle caselle di input.",saveAndNotShowAgain:"Salvare e interrompere la richiesta",disableInputTranslationTips:"* \xC8 inoltre possibile impostare altre scorciatoie da attivare in {option} ,{learnMore}.",learnMore:"Clicca qui per saperne di pi\xF9",continueEnalbeInputTranslation:"Continuare ad abilitare la traduzione della casella di input",autoRenewTrialSuffix:`(In prova,\xE8 passato immediatamente all'iscrizione completa)`,upgradeFromTrialTitle:"Aggiornamento a Socio Effettivo",subtitle:"sottotitoli video",youtubeService:"Traduzione in immersione Servizi di traduzione con sottotitoli video","subtitle.disabledSubtitle":"Disattivare in modo permanente la funzione dei sottotitoli video","subtitle.disabledSubtitleDescription":"Se Immersive Translator's Video Subtitles entra in conflitto con altre estensioni, \xE8 possibile scegliere di disabilitare definitivamente la funzionalit\xE0 di Immersive Translator's Video Subtitles o disinstallare le altre estensioni in conflitto.","subtitle.autoEnableSubtitle":"Uso automatico dei sottotitoli bilingue","subtitle.autoEnableSubtitleDescription":"Una volta attivato, i sottotitoli bilingue verranno visualizzati automaticamente durante la riproduzione del video, altrimenti sar\xE0 necessario fare clic sul pulsante di traduzione per visualizzarli.","subtitle.preTranslation":"Tradurre i sottotitoli con la traduzione immersiva","subtitle.preTranslationDescription":"Quando \xE8 abilitato, l'intero sottotitolo sar\xE0 pre-tradotto utilizzando il servizio di traduzione specificato di seguito; un video di un'ora consumer\xE0 circa 50.000 gettoni o caratteri, quindi si prega di utilizzarlo a propria discrezione; quando \xE8 disabilitato, i sottotitoli originali saranno utilizzati per primi.","subtitle.humanSubtitlesPreferred":"Uso prioritario del sottotitolaggio umano","subtitle.humanSubtitlesPreferredDescription":"Privilegiare l'uso di sottotitoli umani quando il video ha sottotitoli umani nella lingua di destinazione (consigliato)",videoSubtitleTranslationDescription:"Assegnare un servizio di traduzione separato per i sottotitoli video",subtitleTranslating:"Attendere mentre i sottotitoli vengono tradotti con il servizio {service} ... (traduzione ad immersione)",subtitleLoading:"Caricamento dei sottotitoli...",bilingual:"bilinguismo","field.action":"Se abilitare la terminologia Baidu","description.action":"Quando \xE8 abilitato, un parametro action=1 sar\xE0 aggiunto alla richiesta per informare Baidu del termine abilitato; <1>per ulteriori informazioni, consultare la documentazione ufficiale.",closeQuickTranslation:"Chiudere Hoverball","closeQuickTranslation.untilNext":"Questa volta chiuso fino alla prossima visita","closeQuickTranslation.currentWebsite":"Sito attuale disabilitato","closeQuickTranslation.alwaysClose":"disabilitare in modo permanente","closeQuickTranslation.settingOpen":"(pu\xF2 essere attivata nella <1>pagina delle impostazioni )","closeQuickTranslation.cancel":"cancellazioni","closeQuickTranslation.confirm":"definire","floatBall.popup":"Aprire il pannello Impostazioni rapide","floatBall.translate":"Fare clic per tradurre la pagina","floatBall.showOriginal":"Fare clic per tornare all'articolo originale","floatBall.close":"Chiudere Hoverball","floatBallOptions.enableDescPc":"Dopo aver abilitato l'hoverball della pagina, verr\xE0 visualizzato un pulsante di traduzione rapida sul lato destro della pagina: cliccatelo per tradurre!","floatBallOptions.enableDesc":"Dopo aver disattivato l'hoverball, \xE8 possibile richiamarlo con{touch}. Si consiglia vivamente di inserire tra i preferiti questa pagina di impostazioni nel caso in cui non si riesca a trovare l'hoverball dopo aver inavvertitamente disattivato questa opzione!","description.azureApiUrl":"Inserire l'indirizzo dell'interfaccia API personalizzata",confirmSupportMouse:"Forzare l'abilitazione del supporto del mouse",confirmSupportMouseDescription:"Rilevato che il browser corrente non supporta la funzione del mouse, \xE8 necessario abilitare il supporto del mouse?",sampleTargetText:"Verr\xE0 la lunga notte e io veglier\xF2 da oggi fino alla morte. Non prender\xF2 moglie, non far\xF2 feudi, non avr\xF2 figli. Non porter\xF2 una corona, non lotter\xF2 per l'onore. Far\xF2 il mio dovere, vivr\xF2 e morir\xF2.",sampleSourceText:"Night gathers, and now my watch begins. It shall not end until my death. I shall take no wife, hold no lands, father no children. I shall wear no crowns and win no glory. I shall live and die at my post.","desc.touchShortcutsToggleTranslatePageOnlyTranslation":"Solo traduzione significa che verr\xE0 visualizzata solo la traduzione, se la pagina web non \xE8 ancora stata tradotta, passer\xE0 alla modalit\xE0 e tradurr\xE0.","desc.toggleOnlyTransation":"La modalit\xE0 solo traduzione significa che verr\xE0 visualizzato solo il testo tradotto, se la pagina web non \xE8 ancora stata tradotta, cambier\xE0 modalit\xE0 e tradurr\xE0.",touchShortcutsToggleTranslatePageOnlyTranslation:"Imposta il gesto del touchscreen per passare alla modalit\xE0 bilingue/solo testo tradotto",download_started:"Il download \xE8 gi\xE0 iniziato, se non si avvia automaticamente, fai clic manualmente.",here:"Qui","translationFont.customPlaceholder":"carattere","error.goReset":"Vai a resettare","translationFont.custom":"Inserisci il carattere personalizzato",batchEdit:"Operazione in blocco","translationModeUrl.translation.title":"Solo modalit\xE0 di traduzione del sito web","error.configError":"Anomalia dei dati di configurazione","error.serveConfigError":"Errore nella configurazione del servizio","touch.mouse-translate":"Tradurre il paragrafo specificato","error.proTokenInvalid":"Se sei un utente Pro, per favore accedi prima di utilizzare il servizio di traduzione Pro.","translationModeLang.translation.title":"Solo modalit\xE0 di traduzione della lingua","translationServices.inherit":"Segui il servizio di traduzione principale",enableSentryReport:"Quando si verifica un errore di estensione, invia un feedback utilizzando Sentry",videoSubtitlePreTranslationOn:"I sottotitoli video utilizzeranno la traduzione immersiva come priorit\xE0.",translationFont:"Imposta il carattere","error.reloadPageOfSetting":"Dopo la configurazione, si prega di aggiornare la pagina e tradurre di nuovo.",detectServiceLoading:"Sto controllando i servizi di traduzione disponibili...",toggleToService:"Passa a {service} e riprova","translationModeLang.translation.description":"Quando la lingua della pagina \xE8 una delle seguenti, verr\xE0 utilizzata automaticamente solo la modalit\xE0 di traduzione.","translationModeUrl.translation.description":"Quando il sito web ha i seguenti nomi di dominio, verr\xE0 utilizzata automaticamente solo la modalit\xE0 di traduzione.","error.403":"Il servizio restituisce un errore, non si ha temporaneamente l'autorizzazione per accedere a questo servizio.","error.400":"Il servizio restituisce un errore, errore nei parametri della richiesta, si prega di controllare la configurazione corrispondente.",videoSubtitlePreTranslationOff:"I sottotitoli del video daranno la priorit\xE0 ai sottotitoli automatici inclusi nel video originale.","error.proUpgrade":"Dopo l'aggiornamento, si prega di aggiornare la pagina e tradurre di nuovo.","translationFont.notSupportErrorMessage":"Si prega di controllare se il nome del carattere inserito \xE8 corretto, o confermare che il carattere \xE8 gi\xE0 installato sul tuo dispositivo.","error.429":"Il servizio restituisce un errore, indicando che la richiesta \xE8 troppo frequente o supera il limite di quota, si prega di riprovare pi\xF9 tardi.","error.502":"Il servizio ha restituito un errore, il servizio \xE8 in timeout, si prega di riprovare pi\xF9 tardi.","error.googleLimitIp":"Il servizio restituisce un errore, il servizio Google ha limitato questo indirizzo IP, si consiglia di cambiare il nodo di rete.","error.openAIExceededQuota":"Il servizio restituisce un errore: il saldo del tuo account OpenAI non \xE8 sufficiente, si prega di ricaricare o collegare una carta di credito nel pannello di controllo ufficiale di OpenAI.","error.gemini.429":"Il servizio Gemini attuale ha raggiunto la sua capacit\xE0 massima, si prega di riprovare pi\xF9 tardi o passare ad un altro servizio di traduzione.","desc.toggleVideoSubtitlePreTranslation":"Dopo aver premuto, i sottotitoli bilingui del video utilizzeranno in primo luogo le impostazioni di traduzione immersive, premendo di nuovo avranno la priorit\xE0 i sottotitoli automatici inclusi nel video originale. Nota: questa scorciatoia modifica le impostazioni globali.","error.serveUnavailable":"Il servizio [{serverName}] che stai utilizzando attualmente non \xE8 accessibile a causa di problemi di connessione o del fornitore di servizi. Ti consigliamo di provare a ricaricare la pagina o di cambiare il servizio di traduzione attraverso le <1>impostazioni. Se sei un membro <2>Pro, puoi scegliere di utilizzare i servizi di traduzione pi\xF9 stabili di DeepL o OpenAI (<3>clicca qui per una prova gratuita). Inoltre, potrebbe essere necessario controllare la tua rete o le impostazioni del proxy.","error.openAIFreeLimit":"Il servizio restituisce un errore, la frequenza attuale delle richieste di traduzione ha raggiunto il limite massimo di 3 volte al minuto, si prega di riprovare pi\xF9 tardi. (Questo \xE8 il limite ufficiale di OpenAI per l'API Key gratuita, per rimuovere questo limite, si prega di collegare una carta di credito nel backend di OpenAI.)","floatBall.iKnow":"Lo so.","floatBallOptions.fixedPosition":"Posizione fissa",notLogin:"Non connesso","translationServices.gemini":"Gemelli","error.retry":"Riprova",pickAll:"Seleziona tutto","slide.right":"Scorri a sinistra","multipleClick.2":"Doppio clic",loggedIn:"Accesso effettuato","error.reason":"Motivo dell'errore","multipleClick.4":"Quadruplo colpo","multipleClick.3":"Triplo colpo","widget.translateFile":"PDF/ePub",shortcutSettings:"Scorciatoia","tagsInput.add":"+ Aggiungi","shortcutGroup.others":"Pi\xF9 scorciatoie personalizzate","slide.left":"Scorri a destra","subtitle.hideQuickButton":"Non mostrare pi\xF9 questa scorciatoia","widget.videoSubtitle":"sottotitoli video","error.subscriptionExpiredTitle":"La membership \xE8 scaduta",alwaysTranslateThisSite:"Sempre tradurre questo sito","floatBallOptions.fixedPositionLeft":"Sinistra",touchShortcutsOff:"Chiudi",neverTranslateThisSite:"Non tradurre mai questo sito web",translationOnlyMode:"Solo modalit\xE0 di traduzione",viewWithImmersiveTranslate:"Versione bilingue (traduzione immersiva)",contact:"Contattaci","browser.translateWithBing":"Utilizzo temporaneo di Microsoft per tradurre la pagina corrente",buildSnapshots:"Genera un'istantanea della pagina web","intro.floatBallTitle":"Traduzione rapida della sfera galleggiante","browser.translateWithOpenAI":"Utilizzo temporaneo di OpenAI per tradurre la pagina corrente","widget.videoSubtitleTooltip":"Supporta Youtube e altri {count}+ siti di video","browser.translateWithDeepL":"Utilizzo temporaneamente DeepL per tradurre la pagina corrente",errorReason:"Motivo dell'errore: {message}","browser.translateWithTransmart":"Utilizzo temporaneo di Tencent per tradurre la pagina corrente","shortcutGroup.shortcutsForTranslationServices":"Scorciatoie relative ai servizi di traduzione","browser.translateWithGoogle":"Utilizzo temporaneo di Google per tradurre la pagina corrente",temprarilyChangeTranslationTo_gemini:"Sto utilizzando Gemini per tradurre la pagina corrente.","browser.translateWithGemini":"Utilizza temporaneamente Gemini per tradurre la pagina corrente","widget.instructionTooltip":"Visualizza le istruzioni per l'uso",goLogin:"Vai a fare il login",temprarilyChangeTranslationTo_openai:"Sto utilizzando OpenAI per tradurre la pagina corrente.",temprarilyChangeTranslationTo_transmart:"Sto utilizzando Tencent per tradurre la pagina corrente.","floatBallOptions.fixedPositionRight":"lato destro",paragraphMinTextCountField:"Il numero minimo di caratteri necessari per tradurre un paragrafo",mouseHoverCustomKeyTitle:"Personalizza la scorciatoia del mouse al passaggio del mouse",temprarilyChangeTranslationTo_deepl:"Sto utilizzando DeepL per tradurre la pagina corrente.","subtitle.bilingual":"Sottotitoli bilingui",temprarilyChangeTranslationTo_bing:"Sto utilizzando Microsoft Translate per tradurre la pagina corrente.","intro.hoverTitle":"Posiziona il mouse per tradurre il paragrafo corrente","shortcutGroup.main":"Scorciatoie da tastiera di funzioni comuni",temprarilyChangeTranslationTo_google:"Sto utilizzando Google Traduttore per tradurre la pagina corrente.","subtitle.autoDisableSubtitle":"Non attivare automaticamente i sottotitoli bilingue",upgradeToProErrorTitle:"Si prega di aggiornare a membro Pro prima di utilizzare questo servizio di traduzione",touchShortcutsToggleTranslatePage:"Imposta gesti touch per tradurre pagine web / visualizzare il testo originale","widget.translateFileTooltip":"Traduci documenti PDF, EPUB, SRT, ASS, HTML e TXT","widget.instruction":"Istruzioni per l'uso","proQuotaExceededError.resetTime":"3. Tempo di reimpostazione del limite: {resetTime}","shortcutGroup.touch":"Gesti specifici per touch screen","floatBall.guideClickToTranslate":"Clicca sulla sfera galleggiante di traduzione immersiva per tradurre rapidamente","subtitle.showQuickButton":"Nel lettore visualizza la scorciatoia per i sottotitoli bilingue","floatBall.longPress":"Tenendo premuto a lungo \xE8 possibile aprire rapidamente il pannello delle impostazioni.","neverTranslateText.title":"Le parole seguenti rimangono in lingua originale, non tradurre.","browser.translateInputBox":"Traduci il contenuto attuale del campo di input.","browser.toggleVideoSubtitlePreTranslation":"Passa ai sottotitoli bilingui utilizzando preferibilmente le impostazioni di traduzione immersive.","error.subscriptionExpired":"La tua iscrizione potrebbe essere scaduta, controlla lo stato della tua iscrizione.","shortcutGroup.mouse":"Configurazione scorciatoia per il passaggio del mouse","browser.toggleMouseHoverTranslateDirectly":"Abilita o disabilita temporaneamente la traduzione diretta al passaggio del mouse sulla pagina","intro.subtitleTitle":"Visualizzazione dei sottotitoli bilingui nei video online",networkError:"Il servizio di traduzione o la rete ha problemi",notLoginPro:"Non hai ancora effettuato l'accesso al tuo account membro.",touchShortcutsToggleTranslationMask:"Imposta il gesto del touchscreen per mostrare la traduzione della maschera / mostrare il testo originale","floatBallOptions.fixedPositionDesc":"La palla galleggiante \xE8 a sinistra o a destra della finestra?","desc.touchShortcutsToggleTranslateTouchElement":"Personalizza un gesto e puoi tradurre qualsiasi paragrafo in cui ti trovi.",confirmResetToDefaultSettings:"Confermi di voler ripristinare questo servizio di traduzione alle impostazioni predefinite? (Ripristina solo le impostazioni di questo servizio di traduzione)","description.baiduField":"I campi supportati sono visti <1>qui, se vuoto significa che non \xE8 specificato alcun campo.",touchShortcutsToggleTranslateTouchElement:"Imposta il gesto del touchscreen per tradurre il paragrafo specificato","desc.toggleTranslateTheWholePage":"Traduci l'intera area della pagina, di default, tradurremo l'area principale della pagina, puoi utilizzare questa scorciatoia per tradurre specificamente l'intera area della pagina.",mouseHoverCustomKeyDescription:"Puoi personalizzare una combinazione di tasti di scelta rapida per il passaggio del mouse, ad esempio: Alt+Z, Ctrl+E, Cmd+Alt+E o direttamente Cmd, si prega di inserire manualmente.",paragraphMinTextCountDesc:"Attenzione, qui si intende la lunghezza del carattere, ad esempio: ciao \xE8 composto da 5 caratteri, impostare un valore maggiore pu\xF2 ridurre la traduzione di paragrafi non necessari.","desc.toggleTranslateTheMainPage":"Traduci solo l'area principale della pagina, quando hai abilitato la traduzione di tutta l'area della pagina nelle impostazioni avanzate, puoi utilizzare questa scorciatoia per tradurre specificamente l'area principale della pagina.","subtitle.showQuickButtonDescription":"Nell'angolo in basso a destra del lettore video \xE8 disponibile una scorciatoia per attivare i sottotitoli bilingue.","desc.mouseHoverHoldKey":"Quando il mouse \xE8 in hover su un paragrafo, premendo contemporaneamente il tasto di scelta rapida a destra, \xE8 possibile tradurre direttamente quel paragrafo.","desc.interfaceLanguage":"Le impostazioni della lingua dell'interfaccia influenzano la lingua di visualizzazione del pannello di controllo e non hanno nulla a che fare con la lingua target della traduzione.",translationOnlyModeDescription:"La modalit\xE0 solo traduzione si riferisce alla visualizzazione solo del testo tradotto, non della modalit\xE0 bilingue predefinita. Nota: a causa di limitazioni tecniche, i collegamenti ipertestuali del testo originale non funzioneranno in modalit\xE0 solo traduzione.","desc.touchShortcutsToggleTranslatePage":"Dopo aver impostato, quando si utilizza un dispositivo mobile, \xE8 possibile toccare lo schermo con X dita contemporaneamente, scorrere a sinistra e a destra o fare clic continuamente per attivare la traduzione della pagina web / visualizzare il testo originale.","desc.touchShortcutsToggleTranslationMask":"La maschera di traduzione si riferisce all'effetto sfocato nello stile del testo tradotto (modalit\xE0 di apprendimento), che, una volta attivato, applica temporaneamente un effetto sfocato al testo tradotto, facilitando l'apprendimento.",shortcutSettingsTitle:"Impostazioni scorciatoie","proQuotaExceededError.onetime7day":'\uFF0Cpuoi scegliere uno dei seguenti metodi per risolvere:

1. Passa a {anotherService} o ad altri servizi di traduzione
2. Aggiorna a un membro mensile/annuale ',"contact.description":"Se avete domande o suggerimenti, siete invitati a compilare il modulo sottostante per contattarci, o inviare una mail a {email}, vi risponderemo il pi\xF9 presto possibile.","proQuotaExceededError.nonTrial":'\uFF0Cpuoi scegliere uno dei seguenti metodi per risolvere:

1. Passa a {anotherService} o ad altri servizi di traduzione
2. Acquista un pacchetto di traffico extra {translationService}',"proQuotaExceededError.trial":'\uFF0Cpuoi scegliere uno dei seguenti metodi per risolvere:

1. Passa a {anotherService} o ad altri servizi di traduzione
2. Aggiorna subito a membro ufficiale',"intro.floatBallDescription":"Una volta attivato, verr\xE0 visualizzato un pulsante di traduzione rapida sul lato destro della pagina, cliccandolo si pu\xF2 tradurre, cliccandolo di nuovo si pu\xF2 tornare al testo originale. Su dispositivi mobili, tenendo premuto il pallone galleggiante, \xE8 possibile aprire il pannello delle impostazioni rapide.","desc.toggleMouseHoverTranslateDirectly":"Dopo aver premuto questo tasto di scelta rapida, sulla pagina, basta che il mouse punti a qualsiasi testo per tradurlo automaticamente. Premendo di nuovo il tasto di scelta rapida, \xE8 possibile disattivare questa funzione di traduzione automatica.",shortcutDisableTooltip:"Si prega di impostare nella pagina di gestione delle scorciatoie da tastiera dell'estensione del browser, per ulteriori indicazioni si prega di consultare le istruzioni nella parte superiore di questa pagina.","subtitle.supportedSites":"\xC8 supportato l'uso di sottotitoli bilingui su questi siti web (Nota: a causa di limitazioni tecniche, alcuni siti web potrebbero aver bisogno di essere aggiornati dopo aver attivato i sottotitoli per la prima volta, o potrebbe essere necessario attendere che la traduzione sia completata per visualizzare i sottotitoli bilingui):","neverTranslateText.description":"A causa di alcune carenze di riconoscimento dei nomi propri da parte di alcuni motori di traduzione, puoi aggiungere parole qui per assicurarti che non vengano convertite durante il processo di traduzione. Si prega di notare che questa funzione distingue tra maiuscole e minuscole e supporta solo le lingue separate da spazi (come l'inglese, il francese), non \xE8 adatta per lingue come il giapponese, il coreano, ecc.","intro.subtitleDescription":"Dopo aver attivato questa funzione, i sottotitoli bilingui verranno visualizzati automaticamente durante la riproduzione del video. Se non \xE8 abilitato, \xE8 necessario fare clic manualmente sul pulsante di traduzione sulla pagina per visualizzare i sottotitoli. Si prega di notare che, a causa di limitazioni tecniche, alcuni siti web potrebbero richiedere l'aggiornamento della pagina o l'attesa del completamento della traduzione prima di poter visualizzare i sottotitoli bilingui. (Inoltre, \xE8 possibile attivare/disattivare il pannello di traduzione immersiva nell'angolo in alto a destra dopo aver aperto il sito web del video).

Attualmente \xE8 possibile utilizzare i sottotitoli bilingui su questi siti web:","intro.hoverDescription":"La traduzione al passaggio del mouse \xE8 una funzione molto importante nella traduzione immersiva, basta posizionare il mouse sul paragrafo e premere contemporaneamente la scorciatoia impostata per tradurre automaticamente il paragrafo corrente (nota: non \xE8 abilitato di default, si prega di impostarlo qui sotto), questa interazione \xE8 utilizzata per sostituire meglio la traduzione del testo selezionato, inoltre, questa funzione \xE8 ampiamente utilizzata in quelle aree di traduzione che non possono essere riconosciute, puoi utilizzare questa funzione per forzare la traduzione di qualsiasi paragrafo.",geminiWarning:"Attenzione: il servizio gratuito Gemini fornito da Google ha restrizioni severe, potrebbe essere considerato da Google come un tentativo dell'utente di eludere i loro limiti di quota gratuita utilizzando pi\xF9 chiavi. Non \xE8 consigliato usarlo, si consiglia di aspettare che Google apra l'interfaccia a pagamento di Gemini in futuro per usarlo.","floatBall.setting":"Impostazione","floatBall.translateToLanguage":"Fare clic per tradurre in {language}","floatBall.file":"Traduci PDF, EPUB, SRT, ASS, HTML, file TXT",changeToOnlyTempTranslationMode:"Alterna per visualizzare solo le traduzioni",changeToDualTempTranslationMode:"Passare alla traduzione bilingue","transitionMode.dual":"Contrasto bilingue","options.navbar.installApp":"Installa l'app per smartphone","options.navbar.translateFile":"Tradurre il documento","transitionMode.translation":"Solo il testo tradotto.","subtitle.transitionModeDescription":"Imposta i sottotitoli del video per il confronto bilingue o solo modalit\xE0 di traduzione","transitionMode.inherit":"Mantenere coerente con la modalit\xE0 di visualizzazione della traduzione predefinita del sistema","subtitle.transitionMode":"Impostazioni dei sottotitoli video bilingue / solo traduzione",translateFileTooltip:`Traduci PDF, ePub, srt, ass, HTML, file TXT`,"description.multiplePrompt":`Quando il numero di paragrafi \xE8 superiore a 1, la conversazione inviata a {service} come utente, dove {{from}} indica la lingua del paragrafo, {{to}} indica la lingua di destinazione, {{yaml}} \xE8 il contenuto del paragrafo che abbiamo confezionato in formato yaml, se hai bisogno di personalizzare Prompt, devi assicurarti che ogni elemento nel risultato YAML della risposta AI includa il campo {env.imt_trans_field}, {{imt_trans_field}} \xE8 il nome del campo di traduzione che speriamo la AI risponda, il default \xE8 {env.imt_trans_field}, {{imt_source_field}} \xE8 il nome del campo del testo originale che passiamo alla AI, il default \xE8 {env.imt_source_field}, esempio di risultato: - id: 1 @@ -5128,7 +5128,7 @@ ass, HTML, file TXT`,"description.multiplePrompt":`Quando il numero di paragrafi {env.imt_sub_trans_field}: Traduzione - id: 2 {env.imt_sub_source_field}: Source - {env.imt_sub_trans_field}: Traduzione`,"translationServices.claude":"Claude","subtitle.quickButton.black":"nero","subtitle.quickButton.blue":"blu","subtitle.quickButton.white":"bianco","subtitle.quickButton.green":"Verde","subtitle.quickButton.magenta":"Fucsia","subtitle.quickButton.sourceTextColor":"Colore del carattere originale","subtitle.quickButton.yellow":"giallo","subtitle.quickButton.sourceFontSize":"Dimensione originale del carattere","subtitle.quickButton.backgroundOpacity":"Opacit\xE0 di sfondo","subtitle.quickButton.translationPositionTop":"Sopra il testo originale","subtitle.quickButton.backgroundColor":"colore di sfondo","subtitle.quickButton.translationPosition":"Posizione del testo tradotto","subtitle.quickButton.translationPositionBottom":"Sotto il testo originale","subtitle.quickButton.red":"Rosso","subtitle.quickButton.cyan":"Blu","subtitle.quickButton.setting":"Impostazione","subtitle.quickButton.translationTextColor":"Colore del carattere del testo","subtitle.quickButton.translationFontSize":"Dimensione del carattere del testo tradotto",attachSubtitleTranslating:"Utilizzando {service} per la traduzione...","error.claude.403":"Non hai l'autorizzazione per accedere al servizio, potrebbe essere correlato alle restrizioni regionali di Claude, puoi provare a cambiare il tuo indirizzo IP o utilizzare altri servizi di traduzione.","browser.brandDescriptionForSafari":"\u3010Traduzione Immersiva\u3011Un plugin gratuito per la traduzione di pagine web bilingue (originale/tradotto), che supporta anche la traduzione di PDF e libri elettronici EPUB mantenendo la formattazione originale del documento, la traduzione di sottotitoli bilingui per video online come Youtube/Netflix, e supporta servizi di traduzione mainstream come Deepl/Google;","browser.PdfProFile":"Traduzione Pro di PDF guidata da AI","browser.textTranslate":"Traduzione del testo"};var Ab={nologin:"\u043D\u0435 \u0432\u043E\u0448\u0451\u043B \u0432 \u0441\u0438\u0441\u0442\u0435\u043C\u0443",loginForSafari:"\u0412\u043E\u0439\u0442\u0438 \u0438\u043B\u0438 \u0437\u0430\u0440\u0435\u0433\u0438\u0441\u0442\u0440\u0438\u0440\u043E\u0432\u0430\u0442\u044C\u0441\u044F",login:"\u0412\u0445\u043E\u0434 \u0432 \u0441\u0438\u0441\u0442\u0435\u043C\u0443 \u0434\u043B\u044F \u043E\u0442\u043A\u0440\u044B\u0442\u0438\u044F \u0447\u043B\u0435\u043D\u0441\u0442\u0432\u0430",manageAccount:"\u0423\u043F\u0440\u0430\u0432\u043B\u044F\u0435\u043C\u044B\u0435 \u0441\u0447\u0435\u0442\u0430",openPremium:"\u041E\u0442\u043A\u0440\u044B\u0442\u043E\u0435 \u0447\u043B\u0435\u043D\u0441\u0442\u0432\u043E",logout:"\u043F\u0440\u0435\u0440\u0432\u0430\u0442\u044C",curentPlan:"\u0422\u0435\u043A\u0443\u0449\u0438\u0435 \u043F\u0430\u043A\u0435\u0442\u044B",endAt:"\u0441\u0440\u043E\u043A \u0434\u0435\u0439\u0441\u0442\u0432\u0438\u044F",endAuto:"\u0430\u0432\u0442\u043E\u043F\u0440\u043E\u0434\u043B\u0435\u043D\u0438\u0435",lineBreakMaxTextCount:"\u041C\u0430\u043A\u0441\u0438\u043C\u0430\u043B\u044C\u043D\u043E\u0435 \u043A\u043E\u043B\u0438\u0447\u0435\u0441\u0442\u0432\u043E \u0441\u0438\u043C\u0432\u043E\u043B\u043E\u0432, \u0434\u043E\u043F\u0443\u0441\u0442\u0438\u043C\u043E\u0435 \u0432 \u043E\u0434\u043D\u043E\u043C \u043F\u0440\u0435\u0434\u043B\u043E\u0436\u0435\u043D\u0438\u0438 \u043F\u043E\u0441\u043B\u0435 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430 \u0441\u0442\u0440\u043E\u043A\u0438","translate-pdf":"\u041D\u0430\u0436\u043C\u0438\u0442\u0435, \u0447\u0442\u043E\u0431\u044B \u043F\u0435\u0440\u0435\u0432\u0435\u0441\u0442\u0438 PDF","noSupportTranslate-pdf":"\u0421\u043A\u0440\u0438\u043F\u0442 \u043D\u0435 \u043F\u043E\u0434\u0434\u0435\u0440\u0436\u0438\u0432\u0430\u0435\u0442\u0441\u044F, \u043F\u043E\u0436\u0430\u043B\u0443\u0439\u0441\u0442\u0430, \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u0443\u0439\u0442\u0435 \u043F\u043B\u0430\u0433\u0438\u043D","translate-firefox-local-pdf":"\u041D\u0430\u0436\u043C\u0438\u0442\u0435 \u0434\u043B\u044F \u043F\u0435\u0440\u0435\u0445\u043E\u0434\u0430 \u043A \u0440\u0430\u0437\u0434\u0435\u043B\u0443 \u0418\u043C\u043F\u043E\u0440\u0442 PDF",enableLineBreak:"\u0412\u043A\u043B\u044E\u0447\u0438\u0442\u044C \u0430\u0432\u0442\u043E\u043C\u0430\u0442\u0438\u0447\u0435\u0441\u043A\u0443\u044E \u043F\u043E\u0434\u0430\u0447\u0443 \u0441\u0442\u0440\u043E\u043A\u0438 \u0434\u043B\u044F \u0434\u043B\u0438\u043D\u043D\u044B\u0445 \u0430\u0431\u0437\u0430\u0446\u0435\u0432",sponsorLabel:"$1 \u0421\u043F\u043E\u043D\u0441\u0438\u0440\u0443\u0435\u043C\u044B\u0435 \u0440\u0430\u0437\u0440\u0430\u0431\u043E\u0442\u0447\u0438\u043A\u0438",help:"\u0440\u0443\u043A\u0430",browserShortcutsNoteForFirefox:"\u0427\u0442\u043E\u0431\u044B \u0438\u0437\u043C\u0435\u043D\u0438\u0442\u044C \u044F\u0440\u043B\u044B\u043A\u0438 \u0432 Firefox, \u043D\u0435\u043E\u0431\u0445\u043E\u0434\u0438\u043C\u043E \u043E\u0442\u043A\u0440\u044B\u0442\u044C \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u0443 \u0443\u043F\u0440\u0430\u0432\u043B\u0435\u043D\u0438\u044F \u0440\u0430\u0441\u0448\u0438\u0440\u0435\u043D\u0438\u044F\u043C\u0438 `about:addons`, \u0437\u0430\u0442\u0435\u043C \u043D\u0430\u0436\u0430\u0442\u044C `Settings`, \u0430 \u0434\u043B\u044F \u043D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0438 \u044F\u0440\u043B\u044B\u043A\u043E\u0432 - `Manage Shortcuts`.",browserShortcutsNoteForChrome:"\u0414\u043B\u044F \u0438\u0437\u043C\u0435\u043D\u0435\u043D\u0438\u044F \u044F\u0440\u043B\u044B\u043A\u043E\u0432 \u0432 Chrome \u043D\u0435\u043E\u0431\u0445\u043E\u0434\u0438\u043C\u043E \u043E\u0442\u043A\u0440\u044B\u0442\u044C \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u0443 \u0443\u043F\u0440\u0430\u0432\u043B\u0435\u043D\u0438\u044F \u0440\u0430\u0441\u0448\u0438\u0440\u0435\u043D\u0438\u044F\u043C\u0438, \u0437\u0430\u0434\u0430\u0442\u044C \u0438\u0445 \u043D\u0430 \u043F\u0430\u043D\u0435\u043B\u0438 `Manage Shortcuts` (`chrome://extensions/shortcuts`) \u0438 \u043D\u0430\u0436\u0430\u0442\u044C \u043A\u043D\u043E\u043F\u043A\u0443 \u043D\u0438\u0436\u0435 \u0434\u043B\u044F \u043F\u0435\u0440\u0435\u0445\u043E\u0434\u0430 \u043D\u0430 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u0443 \u0443\u043F\u0440\u0430\u0432\u043B\u0435\u043D\u0438\u044F \u044F\u0440\u043B\u044B\u043A\u0430\u043C\u0438.",browserShortcutsSucks:"\u041D\u0430\u0441\u0442\u0440\u043E\u0435\u043D\u043D\u044B\u0435 \u044F\u0440\u043B\u044B\u043A\u0438 \u0438\u043C\u0435\u044E\u0442 \u0432\u0438\u0434 (\u0430\u0432\u0442\u043E\u0440\u0430\u0441\u043F\u043E\u0437\u043D\u0430\u0432\u0430\u043D\u0438\u0435 \u043D\u0435 \u043F\u0440\u043E\u0438\u0437\u0432\u043E\u0434\u0438\u0442\u0441\u044F, \u0432\u0432\u043E\u0434\u0438\u0442\u0435 \u043D\u0435\u043F\u043E\u0441\u0440\u0435\u0434\u0441\u0442\u0432\u0435\u043D\u043D\u043E)\uFF1A",enableLineBreakDescription:"\u041F\u0440\u0438 \u0432\u043A\u043B\u044E\u0447\u0435\u043D\u0438\u0438 \u044D\u0442\u043E\u0439 \u0444\u0443\u043D\u043A\u0446\u0438\u0438 \u0432 \u0434\u043B\u0438\u043D\u043D\u044B\u0445 \u0430\u0431\u0437\u0430\u0446\u0430\u0445 \u0432 \u043A\u043E\u043D\u0446\u0435 \u043A\u0430\u0436\u0434\u043E\u0433\u043E \u043F\u0440\u0435\u0434\u043B\u043E\u0436\u0435\u043D\u0438\u044F \u0431\u0443\u0434\u0443\u0442 \u0432\u0441\u0442\u0430\u0432\u043B\u0435\u043D\u044B \u043F\u0435\u0440\u0435\u043D\u043E\u0441\u044B \u0441\u0442\u0440\u043E\u043A, \u0447\u0442\u043E \u043E\u0431\u043B\u0435\u0433\u0447\u0438\u0442 \u0438\u0445 \u0447\u0442\u0435\u043D\u0438\u0435","browser.shortBrandName":"\u041F\u043E\u0433\u0440\u0443\u0436\u043D\u043E\u0439 \u043F\u0435\u0440\u0435\u0432\u043E\u0434","browser.brandName":"\u0418\u043C\u043C\u0435\u0440\u0441\u0438\u043E\u043D\u043D\u044B\u0439 \u043F\u0435\u0440\u0435\u0432\u043E\u0434: \u0434\u0432\u0443\u044F\u0437\u044B\u0447\u043D\u044B\u0439 \u043F\u0435\u0440\u0435\u0432\u043E\u0434 \u0432\u0435\u0431-\u0441\u0442\u0440\u0430\u043D\u0438\u0446 \u0438 PDF-\u0434\u043E\u043A\u0443\u043C\u0435\u043D\u0442\u043E\u0432","browser.brandDescription":"Bilingual web page translation, also supports PDF translation, bilingual Epub eBook translation, free to use.","browser.toggleTranslatePage":"\u041F\u0435\u0440\u0435\u0432\u0435\u0441\u0442\u0438 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u0443/\u043E\u0442\u043E\u0431\u0440\u0430\u0437\u0438\u0442\u044C \u043E\u0440\u0438\u0433\u0438\u043D\u0430\u043B\u044C\u043D\u044B\u0439 \u0442\u0435\u043A\u0441\u0442","browser.toggleTranslateTheWholePage":"\u041F\u0435\u0440\u0435\u0432\u0435\u0441\u0442\u0438 \u0432\u0441\u0435 \u043E\u0431\u043B\u0430\u0441\u0442\u0438 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u044B/\u043E\u0442\u043E\u0431\u0440\u0430\u0437\u0438\u0442\u044C \u043E\u0440\u0438\u0433\u0438\u043D\u0430\u043B\u044C\u043D\u044B\u0439 \u0442\u0435\u043A\u0441\u0442","browser.toggleOnlyTransation":"\u041F\u0435\u0440\u0435\u043A\u043B\u044E\u0447\u0438\u0442\u044C \u043D\u0430 \u0434\u0432\u0443\u044F\u0437\u044B\u0447\u043D\u044B\u0439 / \u0442\u043E\u043B\u044C\u043A\u043E \u043F\u0435\u0440\u0435\u0432\u043E\u0434 \u0440\u0435\u0436\u0438\u043C","browser.toggleTranslateToThePageEndImmediately":"\u041D\u0435\u043C\u0435\u0434\u043B\u0435\u043D\u043D\u044B\u0439 \u043F\u0435\u0440\u0435\u0432\u043E\u0434 \u0432 \u043D\u0438\u0436\u043D\u044E\u044E \u0447\u0430\u0441\u0442\u044C \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u044B/\u043E\u0442\u043E\u0431\u0440\u0430\u0436\u0435\u043D\u0438\u0435 \u043E\u0440\u0438\u0433\u0438\u043D\u0430\u043B\u044C\u043D\u043E\u0433\u043E \u0442\u0435\u043A\u0441\u0442\u0430","browser.toggleTranslateTheMainPage":"\u041F\u0435\u0440\u0435\u0432\u0435\u0441\u0442\u0438 \u043E\u0441\u043D\u043E\u0432\u043D\u0443\u044E \u043E\u0431\u043B\u0430\u0441\u0442\u044C \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u044B/\u043E\u0442\u043E\u0431\u0440\u0430\u0437\u0438\u0442\u044C \u043E\u0440\u0438\u0433\u0438\u043D\u0430\u043B\u044C\u043D\u044B\u0439 \u0442\u0435\u043A\u0441\u0442","browser.shareToDraft":"\u041F\u043E\u0434\u0435\u043B\u0438\u0442\u044C\u0441\u044F \u0414\u0432\u0443\u044F\u0437\u044B\u0447\u043D\u044B\u0435 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u044B","browser.openOptionsPage":"\u041E\u0442\u043A\u0440\u043E\u0439\u0442\u0435 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u0443 \u043D\u0430\u0441\u0442\u0440\u043E\u0435\u043A","browser.toggleTranslationMask":"\u041F\u043E\u043A\u0430\u0437\u0430\u0442\u044C/\u0441\u043A\u0440\u044B\u0442\u044C \u044D\u0444\u0444\u0435\u043A\u0442 \u0440\u0430\u0437\u043C\u044B\u0442\u0438\u044F \u043F\u0440\u0438 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0435","browser.translateLocalPdfFile":"\u041F\u0435\u0440\u0435\u0432\u043E\u0434 \u043B\u043E\u043A\u0430\u043B\u044C\u043D\u044B\u0445 PDF-\u0444\u0430\u0439\u043B\u043E\u0432","browser.openEbookViewer":"\u0427\u0438\u0442\u0430\u0442\u044C \u043C\u0435\u0441\u0442\u043D\u044B\u0435 \u044D\u043B\u0435\u043A\u0442\u0440\u043E\u043D\u043D\u044B\u0435 \u043A\u043D\u0438\u0433\u0438","browser.openEbookBuilder":"\u0421\u043E\u0437\u0434\u0430\u043D\u0438\u0435 \u0434\u0432\u0443\u044F\u0437\u044B\u0447\u043D\u044B\u0445 \u044D\u043B\u0435\u043A\u0442\u0440\u043E\u043D\u043D\u044B\u0445 \u043A\u043D\u0438\u0433 EPUB","browser.translateLocalHtmlFile":"\u041F\u0435\u0440\u0435\u0432\u043E\u0434 HTML/\u0442\u0435\u043A\u0441\u0442\u043E\u0432\u044B\u0445 \u0444\u0430\u0439\u043B\u043E\u0432","browser.donateContext":"\u0423\u0437\u043D\u0430\u0439\u0442\u0435 \u043E \u043F\u0440\u0435\u0438\u043C\u0443\u0449\u0435\u0441\u0442\u0432\u0430\u0445 \u0441\u043F\u043E\u043D\u0441\u043E\u0440\u0441\u0442\u0432\u0430","browser.translateLocalSubtitleFile":"\u041F\u0435\u0440\u0435\u0432\u043E\u0434 \u0444\u0430\u0439\u043B\u043E\u0432 \u043B\u043E\u043A\u0430\u043B\u044C\u043D\u044B\u0445 \u0441\u0443\u0431\u0442\u0438\u0442\u0440\u043E\u0432",confirmResetConfig:"\u0412\u044B \u0443\u0432\u0435\u0440\u0435\u043D\u044B, \u0447\u0442\u043E \u0445\u043E\u0442\u0438\u0442\u0435 \u0441\u0431\u0440\u043E\u0441\u0438\u0442\u044C \u043D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0438?",translationLineBreakSettingTitle:"\u041D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0430 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430 \u0441\u0442\u0440\u043E\u043A\u0438",smartLineBreak:"\u0438\u043D\u0442\u0435\u043B\u043B\u0435\u043A\u0442\u0443\u0430\u043B\u044C\u043D\u043E\u0435 \u043B\u0438\u043D\u0435\u0439\u043D\u043E\u0435 \u043F\u0438\u0442\u0430\u043D\u0438\u0435 (\u0432\u044B\u0447\u0438\u0441\u043B\u0438\u0442\u0435\u043B\u044C\u043D\u0430\u044F \u0442\u0435\u0445\u043D\u0438\u043A\u0430)",alwaysLineBreak:"\u0412\u0441\u0435\u0433\u0434\u0430 \u043F\u043E\u0434\u0430\u0447\u0430 \u0441\u0442\u0440\u043E\u043A\u0438",isShowContextMenu:"\u0414\u043E\u0431\u0430\u0432\u043B\u0435\u043D\u0438\u0435 \u043F\u0435\u0440\u0435\u0432\u0435\u0434\u0435\u043D\u043D\u044B\u0445 \u0441\u0442\u0440\u0430\u043D\u0438\u0446 \u0432 \u043F\u0443\u043D\u043A\u0442\u044B \u043C\u0435\u043D\u044E, \u0432\u044B\u0437\u044B\u0432\u0430\u0435\u043C\u044B\u0435 \u043F\u0440\u0430\u0432\u043E\u0439 \u043A\u043D\u043E\u043F\u043A\u043E\u0439 \u043C\u044B\u0448\u0438",toggleBeta:"\u0412\u043A\u043B\u044E\u0447\u0435\u043D\u0438\u0435 \u0444\u0443\u043D\u043A\u0446\u0438\u0439 \u0431\u0435\u0442\u0430-\u0442\u0435\u0441\u0442\u0438\u0440\u043E\u0432\u0430\u043D\u0438\u044F",betaDescription:"\u0412\u043A\u043B\u044E\u0447\u0438\u0442\u0435 \u0444\u0443\u043D\u043A\u0446\u0438\u0438, \u043A\u043E\u0442\u043E\u0440\u044B\u0435 \u043F\u043E\u043A\u0430 \u043D\u0430\u0445\u043E\u0434\u044F\u0442\u0441\u044F \u0432 \u0441\u0442\u0430\u0434\u0438\u0438 \u044D\u043A\u0441\u043F\u0435\u0440\u0438\u043C\u0435\u043D\u0442\u0430, \u0430 \u0442\u0430\u043A\u0436\u0435 \u0441\u043B\u0443\u0436\u0431\u0443 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430 \u0432 \u0431\u0435\u0442\u0430-\u0432\u0435\u0440\u0441\u0438\u0438. \u041F\u0440\u0438\u0441\u043E\u0435\u0434\u0438\u043D\u044F\u0439\u0442\u0435\u0441\u044C \u043A <1>\u0433\u0440\u0443\u043F\u043F\u0435 Telegram, \u0447\u0442\u043E\u0431\u044B \u0443\u0437\u043D\u0430\u0442\u044C \u0431\u043E\u043B\u044C\u0448\u0435.",translationLineBreakSettingDescription:"\u0414\u043B\u044F \u0441\u0442\u0440\u0430\u043D\u0438\u0446 \u0441 \u043D\u0435\u0431\u043E\u043B\u044C\u0448\u0438\u043C \u0441\u043E\u0434\u0435\u0440\u0436\u0430\u043D\u0438\u0435\u043C \u0432\u0441\u0435\u0433\u0434\u0430 \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u0443\u0439\u0442\u0435 \u0430\u043A\u043A\u0443\u0440\u0430\u0442\u043D\u044B\u0435 \u043F\u0435\u0440\u0435\u043D\u043E\u0441\u044B \u0441\u0442\u0440\u043E\u043A. (\u0414\u043B\u044F \u044D\u043A\u043E\u043D\u043E\u043C\u0438\u0438 \u043C\u0435\u0441\u0442\u0430 \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u0443\u0439\u0442\u0435 \u0433\u0440\u0430\u043C\u043E\u0442\u043D\u044B\u0435 \u043F\u0435\u0440\u0435\u043D\u043E\u0441\u044B \u0441\u0442\u0440\u043E\u043A \u0432 \u0434\u043B\u0438\u043D\u043D\u044B\u0445 \u0430\u0431\u0437\u0430\u0446\u0430\u0445 \u0441 \u0431\u043E\u043B\u044C\u0448\u0438\u043C \u0441\u043E\u0434\u0435\u0440\u0436\u0430\u043D\u0438\u0435\u043C (\u0431\u043E\u043B\u0435\u0435{count}\u0441\u0438\u043C\u0432\u043E\u043B\u043E\u0432)).",tempTranslateDomainTitle:"\u041F\u0440\u043E\u0434\u043E\u043B\u0436\u0438\u0442\u0435\u043B\u044C\u043D\u043E\u0441\u0442\u044C \u0432\u0440\u0435\u043C\u0435\u043D\u043D\u043E\u0433\u043E \u0432\u043A\u043B\u044E\u0447\u0435\u043D\u0438\u044F \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430 \u0441\u0430\u0439\u0442\u0430",tempTranslateDomainDescription:"\u041F\u0440\u0438 \u0440\u0443\u0447\u043D\u043E\u043C \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0435 \u0432\u0435\u0431-\u0441\u0442\u0440\u0430\u043D\u0438\u0446\u044B \u0432\u0440\u0435\u043C\u0435\u043D\u043D\u043E \u0432\u043A\u043B\u044E\u0447\u0438\u0442\u044C \u0430\u0432\u0442\u043E\u043C\u0430\u0442\u0438\u0447\u0435\u0441\u043A\u0438\u0439 \u043F\u0435\u0440\u0435\u0432\u043E\u0434, \u043F\u0440\u0438 \u044D\u0442\u043E\u043C \u043C\u043E\u0436\u043D\u043E \u0437\u0430\u0434\u0430\u0442\u044C \u0432\u0440\u0435\u043C\u0435\u043D\u043D\u0443\u044E \u043F\u0440\u043E\u0434\u043E\u043B\u0436\u0438\u0442\u0435\u043B\u044C\u043D\u043E\u0441\u0442\u044C.",xMinutes:"{count} \u043C\u0438\u043D\u0443\u0442",disabled:"\u0437\u0430\u043F\u0440\u0435\u0449\u0430\u0442\u044C \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u043D\u0438\u0435 \u0447\u0435\u0433\u043E-\u043B.",changelog:"\u0416\u0443\u0440\u043D\u0430\u043B \u043E\u0431\u043D\u043E\u0432\u043B\u0435\u043D\u0438\u0439",toggleTranslatePageWhenThreeFingersOnTheScreen:"\u041E\u0434\u043D\u043E\u0432\u0440\u0435\u043C\u0435\u043D\u043D\u043E\u0435 \u043A\u0430\u0441\u0430\u043D\u0438\u0435 \u044D\u043A\u0440\u0430\u043D\u0430 \u043D\u0435\u0441\u043A\u043E\u043B\u044C\u043A\u0438\u043C\u0438 \u043F\u0430\u043B\u044C\u0446\u0430\u043C\u0438 \u043E\u0431\u0435\u0441\u043F\u0435\u0447\u0438\u0432\u0430\u0435\u0442 \u043F\u0435\u0440\u0435\u0432\u043E\u0434 \u0432\u0435\u0431-\u0441\u0442\u0440\u0430\u043D\u0438\u0446/\u043E\u0442\u043E\u0431\u0440\u0430\u0436\u0435\u043D\u0438\u0435 \u043E\u0440\u0438\u0433\u0438\u043D\u0430\u043B\u044C\u043D\u043E\u0433\u043E \u0442\u0435\u043A\u0441\u0442\u0430",toggleTranslationMaskWhenThreeFingersOnTheScreen:"\u041F\u0440\u0438\u043A\u043E\u0441\u043D\u043E\u0432\u0435\u043D\u0438\u0435 \u043D\u0435\u0441\u043A\u043E\u043B\u044C\u043A\u0438\u043C\u0438 \u043F\u0430\u043B\u044C\u0446\u0430\u043C\u0438 \u043F\u043E\u043A\u0430\u0437\u044B\u0432\u0430\u0435\u0442/\u0441\u043A\u0440\u044B\u0432\u0430\u0435\u0442 \u044D\u0444\u0444\u0435\u043A\u0442 \u0440\u0430\u0437\u043C\u044B\u0442\u0438\u044F.",fingerCountToToggleTranslagePageOnlyTranslationWhenTouching:"\u041F\u0440\u0438 \u043E\u0434\u043D\u043E\u0432\u0440\u0435\u043C\u0435\u043D\u043D\u043E\u043C \u043A\u0430\u0441\u0430\u043D\u0438\u0438 \u044D\u043A\u0440\u0430\u043D\u0430 \u043D\u0435\u0441\u043A\u043E\u043B\u044C\u043A\u0438\u043C\u0438 \u043F\u0430\u043B\u044C\u0446\u0430\u043C\u0438 \u043E\u0441\u0443\u0449\u0435\u0441\u0442\u0432\u043B\u044F\u0435\u0442\u0441\u044F \u043F\u0435\u0440\u0435\u0432\u043E\u0434 \u0432\u0435\u0431-\u0441\u0442\u0440\u0430\u043D\u0438\u0446\u044B (\u0442\u043E\u043B\u044C\u043A\u043E \u043F\u0435\u0440\u0435\u0432\u043E\u0434)/\u043E\u0442\u043E\u0431\u0440\u0430\u0436\u0435\u043D\u0438\u0435 \u043E\u0440\u0438\u0433\u0438\u043D\u0430\u043B\u044C\u043D\u043E\u0433\u043E \u0442\u0435\u043A\u0441\u0442\u0430.",addUrlDescription:"\u041C\u043E\u0436\u0435\u0442 \u0431\u044B\u0442\u044C \u0434\u043E\u043C\u0435\u043D\u043D\u044B\u043C \u0438\u043C\u0435\u043D\u0435\u043C, \u0430 \u0442\u0430\u043A\u0436\u0435 \u043F\u043E\u0434\u0434\u0435\u0440\u0436\u0438\u0432\u0430\u0435\u0442 \u043F\u043E\u0434\u0441\u0442\u0430\u043D\u043E\u0432\u043E\u0447\u043D\u044B\u0435 \u0437\u043D\u0430\u043A\u0438, \u043D\u0430\u043F\u0440\u0438\u043C\u0435\u0440,\uFF1A*.google.com, google.com/mail/*, https://www.google.com/*.",general:"\u041E\u0441\u043D\u043E\u0432\u043D\u044B\u0435 \u043D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0438",clickToExpandConfig:"\u0420\u0430\u0441\u0448\u0438\u0440\u0438\u0442\u044C \u0442\u0435\u043A\u0443\u0449\u0443\u044E \u043A\u043E\u043D\u0444\u0438\u0433\u0443\u0440\u0430\u0446\u0438\u044E",import:"\u0418\u043C\u043F\u043E\u0440\u0442 \u0438\u0437 \u0444\u0430\u0439\u043B\u0430",export:"\u042D\u043A\u0441\u043F\u043E\u0440\u0442 \u0432 \u0444\u0430\u0439\u043B",toggleDebug:"\u0412\u044B\u0432\u0435\u0441\u0442\u0438 \u0436\u0443\u0440\u043D\u0430\u043B \u043E\u0442\u043B\u0430\u0434\u043A\u0438 \u043D\u0430 \u043A\u043E\u043D\u0441\u043E\u043B\u044C","fingers.0":"\u043A\u043B\u043E\u0442\u0443\u0440\u0430","fingers.2":"\u043A\u0430\u0441\u0430\u043D\u0438\u0435 \u0434\u0432\u0443\u043C\u044F \u043F\u0430\u043B\u044C\u0446\u0430\u043C\u0438","fingers.3":"\u043A\u0430\u0441\u0430\u043D\u0438\u0435 \u0442\u0440\u0435\u043C\u044F \u043F\u0430\u043B\u044C\u0446\u0430\u043C\u0438","fingers.4":"\u043A\u0430\u0441\u0430\u043D\u0438\u0435 \u0447\u0435\u0442\u044B\u0440\u044C\u043C\u044F \u043F\u0430\u043B\u044C\u0446\u0430\u043C\u0438","fingers.5":"\u043F\u044F\u0442\u0438\u043F\u0430\u043B\u044C\u0446\u0435\u0432\u043E\u0435 \u043A\u0430\u0441\u0430\u043D\u0438\u0435",mouseHoldKey:"+ {key} \u043F\u0435\u0440\u0435\u0432\u0435\u0441\u0442\u0438/\u0432\u043E\u0441\u0441\u0442\u0430\u043D\u043E\u0432\u0438\u0442\u044C \u0430\u0431\u0437\u0430\u0446",mouseHoldKeyAuto:"\u041F\u0440\u044F\u043C\u043E\u0439 \u043F\u0435\u0440\u0435\u0432\u043E\u0434 \u0430\u0431\u0437\u0430\u0446\u0430",mouseHoldKeyOff:"\u041D\u0435 \u0434\u0435\u043B\u0430\u0439\u0442\u0435 \u043D\u0438\u0447\u0435\u0433\u043E.",mouseHoldKeyOther:"\u041D\u0430\u0441\u0442\u0440\u0430\u0438\u0432\u0430\u0435\u043C\u044B\u0435 \u044F\u0440\u043B\u044B\u043A\u0438 (\u043E\u0442\u043A\u0440\u044B\u0442\u044C \u043D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0438)",mouseHoldKeyCustomKey:"{key} \u041F\u0435\u0440\u0435\u0432\u043E\u0434/\u0441\u043E\u043A\u0440\u0430\u0449\u0435\u043D\u0438\u0435 \u0430\u0431\u0437\u0430\u0446\u0430",mouseHoverHoldKey:"\u041F\u0435\u0440\u0435\u0432\u043E\u0434 \u0430\u0431\u0437\u0430\u0446\u0435\u0432 \u043E\u0441\u0443\u0449\u0435\u0441\u0442\u0432\u043B\u044F\u0435\u0442\u0441\u044F \u043D\u0430\u0436\u0430\u0442\u0438\u0435\u043C \u043A\u043B\u0430\u0432\u0438\u0448\u0438 \u0431\u044B\u0441\u0442\u0440\u043E\u0433\u043E \u0434\u043E\u0441\u0442\u0443\u043F\u0430 \u043F\u0440\u0438 \u043D\u0430\u0432\u0435\u0434\u0435\u043D\u0438\u0438 \u043A\u0443\u0440\u0441\u043E\u0440\u0430 \u043C\u044B\u0448\u0438.","mouse-translate":"\u043D\u0430\u0432\u0435\u0434\u0435\u043D\u0438\u0435 \u043C\u044B\u0448\u0438",document:"(\u043A\u043E\u043C\u043F\u044C\u044E\u0442\u0435\u0440\u043D\u044B\u0439) \u0444\u0430\u0439\u043B",resetSuccess:"\u0423\u0441\u043F\u0435\u0448\u043D\u044B\u0439 \u0441\u0431\u0440\u043E\u0441 \u0432\u0441\u0435\u0445 \u043D\u0430\u0441\u0442\u0440\u043E\u0435\u043A",resetThisSuccess:"\u0421\u0431\u0440\u043E\u0441 \u0443\u0441\u043F\u0435\u0448\u0435\u043D",saved:"\u0421\u043E\u0445\u0440\u0430\u043D\u0438\u0442\u044C \u0443\u0441\u043F\u0435\u0448\u043D\u044B\u0439",successImportConfig:"\u0423\u0441\u043F\u0435\u0448\u043D\u044B\u0439 \u0438\u043C\u043F\u043E\u0440\u0442 \u043A\u043E\u043D\u0444\u0438\u0433\u0443\u0440\u0430\u0446\u0438\u0438",goAdvancedSettings:"\u041F\u0435\u0440\u0435\u0439\u0434\u0438\u0442\u0435 \u043D\u0430 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u0443 \u0414\u043E\u043F\u043E\u043B\u043D\u0438\u0442\u0435\u043B\u044C\u043D\u044B\u0435 \u043D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0438",goAdvancedInterfaceSettings:"\u041F\u0435\u0440\u0435\u0439\u0434\u0438\u0442\u0435 \u043D\u0430 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u0443 \u0414\u043E\u043F\u043E\u043B\u043D\u0438\u0442\u0435\u043B\u044C\u043D\u044B\u0435 \u043F\u0430\u0440\u0430\u043C\u0435\u0442\u0440\u044B \u043D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0438",advanced:"\u0414\u043E\u043F\u043E\u043B\u043D\u0438\u0442\u0435\u043B\u044C\u043D\u044B\u0435 \u043D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0438",advancedDescription:"\u041A\u0430\u043A \u043F\u0440\u0430\u0432\u0438\u043B\u043E, \u043D\u0438\u043A\u0430\u043A\u0438\u0445 \u043D\u0430\u0441\u0442\u0440\u043E\u0435\u043A \u043D\u0435 \u0442\u0440\u0435\u0431\u0443\u0435\u0442\u0441\u044F, \u043F\u0440\u043E\u0441\u0442\u043E \u043E\u0441\u0442\u0430\u0432\u044C\u0442\u0435 \u0432\u0441\u0435 \u043F\u043E \u0443\u043C\u043E\u043B\u0447\u0430\u043D\u0438\u044E. \u0422\u043E\u043B\u044C\u043A\u043E \u0434\u043B\u044F \u0431\u043E\u043B\u0435\u0435 \u0441\u043F\u0435\u0446\u0438\u0430\u043B\u0438\u0437\u0438\u0440\u043E\u0432\u0430\u043D\u043D\u044B\u0445 \u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u0435\u043B\u0435\u0439 \u0434\u043E\u0441\u0442\u0443\u043F\u043D\u044B \u0431\u043E\u043B\u0435\u0435 \u043F\u0435\u0440\u0441\u043E\u043D\u0430\u043B\u0438\u0437\u0438\u0440\u043E\u0432\u0430\u043D\u043D\u044B\u0435 \u043D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0438.",developer:"\u041D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0438 \u0440\u0430\u0437\u0440\u0430\u0431\u043E\u0442\u0447\u0438\u043A\u0430",donateCafe:"\u0446\u0435\u043D\u044B","translate to the bottom of the page":"\u041F\u0435\u0440\u0435\u0432\u043E\u0434\u0438\u0442\u0441\u044F \u043B\u0438 \u043E\u043D \u0432 \u043D\u0438\u0436\u043D\u044E\u044E \u0447\u0430\u0441\u0442\u044C \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u044B \u0441\u0440\u0430\u0437\u0443 \u043F\u043E\u0441\u043B\u0435 \u0432\u0445\u043E\u0434\u0430 \u043D\u0430 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u0443?",feedback:"\u0412\u043E\u043F\u0440\u043E\u0441-\u043E\u0442\u0432\u0435\u0442",toggleTranslatePage:"\u041F\u0435\u0440\u0435\u0432\u0435\u0441\u0442\u0438 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u0443/\u043E\u0442\u043E\u0431\u0440\u0430\u0437\u0438\u0442\u044C \u043E\u0440\u0438\u0433\u0438\u043D\u0430\u043B\u044C\u043D\u044B\u0439 \u0442\u0435\u043A\u0441\u0442",translateToThePageEndImmediatelyDescription:"\u041F\u0440\u0438 \u0432\u043A\u043B\u044E\u0447\u0435\u043D\u0438\u0438 \u044D\u0442\u043E\u0439 \u0444\u0443\u043D\u043A\u0446\u0438\u0438 \u0441\u043E\u0434\u0435\u0440\u0436\u0438\u043C\u043E\u0435 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u044B \u0431\u0443\u0434\u0435\u0442 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0438\u0442\u044C\u0441\u044F \u0441\u0432\u0435\u0440\u0445\u0443 \u0432\u043D\u0438\u0437 \u043F\u043E \u043C\u0435\u0440\u0435 \u0432\u0432\u043E\u0434\u0430. \u041F\u0440\u0438 \u0432\u044B\u043A\u043B\u044E\u0447\u0435\u043D\u0438\u0438 \u044D\u0442\u043E\u0439 \u0444\u0443\u043D\u043A\u0446\u0438\u0438 \u043F\u0435\u0440\u0435\u0432\u043E\u0434 \u0431\u0443\u0434\u0435\u0442 \u0432\u044B\u043F\u043E\u043B\u043D\u044F\u0442\u044C\u0441\u044F \u043F\u043E \u043C\u0435\u0440\u0435 \u0447\u0442\u0435\u043D\u0438\u044F. (\u041D\u0435 \u0440\u0435\u043A\u043E\u043C\u0435\u043D\u0434\u0443\u0435\u0442\u0441\u044F)","translate all areas of the page":"\u041F\u0435\u0440\u0435\u0432\u043E\u0434\u0438\u0442\u044C \u043B\u0438 \u0432\u0441\u0435 \u043E\u0431\u043B\u0430\u0441\u0442\u0438 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u044B",translationAreaDescription:"\u041F\u0440\u0438 \u0432\u043A\u043B\u044E\u0447\u0435\u043D\u0438\u0438 \u044D\u0442\u043E\u0439 \u043E\u043F\u0446\u0438\u0438 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u044F\u0442\u0441\u044F \u0432\u0441\u0435 \u043E\u0431\u043B\u0430\u0441\u0442\u0438 \u0432\u0441\u0435\u0439 \u0432\u0435\u0431-\u0441\u0442\u0440\u0430\u043D\u0438\u0446\u044B. \u041F\u0440\u0438 \u0432\u044B\u043A\u043B\u044E\u0447\u0435\u043D\u0438\u0438 \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u0443\u0435\u0442\u0441\u044F \u0438\u043D\u0442\u0435\u043B\u043B\u0435\u043A\u0442\u0443\u0430\u043B\u044C\u043D\u043E\u0435 \u0440\u0430\u0441\u043F\u043E\u0437\u043D\u0430\u0432\u0430\u043D\u0438\u0435 \u043F\u043E \u0443\u043C\u043E\u043B\u0447\u0430\u043D\u0438\u044E \u0438 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u044F\u0442\u0441\u044F \u0442\u043E\u043B\u044C\u043A\u043E \u043E\u0441\u043D\u043E\u0432\u043D\u044B\u0435 \u043E\u0431\u043B\u0430\u0441\u0442\u0438. (\u041D\u0435 \u0440\u0435\u043A\u043E\u043C\u0435\u043D\u0434\u0443\u0435\u0442\u0441\u044F \u0432\u043A\u043B\u044E\u0447\u0430\u0442\u044C)","the number of characters to be translated first":"\u041F\u0440\u044F\u043C\u043E\u0439 \u043F\u0435\u0440\u0435\u0432\u043E\u0434 \u043F\u0435\u0440\u0432\u044B\u0445 \u043D\u0435\u0441\u043A\u043E\u043B\u044C\u043A\u0438\u0445 \u0441\u0438\u043C\u0432\u043E\u043B\u043E\u0432 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u044B \u0431\u0435\u0437 \u043E\u0436\u0438\u0434\u0430\u043D\u0438\u044F \u043F\u0440\u043E\u043A\u0440\u0443\u0442\u043A\u0438 \u0432 \u043E\u0431\u043B\u0430\u0441\u0442\u044C \u043F\u0440\u043E\u0441\u043C\u043E\u0442\u0440\u0430","interface language":"\u044F\u0437\u044B\u043A \u0438\u043D\u0442\u0435\u0440\u0444\u0435\u0439\u0441\u0430","display both the original text and the translation":"\u041E\u0434\u043D\u043E\u0432\u0440\u0435\u043C\u0435\u043D\u043D\u043E\u0435 \u043E\u0442\u043E\u0431\u0440\u0430\u0436\u0435\u043D\u0438\u0435 \u043E\u0440\u0438\u0433\u0438\u043D\u0430\u043B\u0430 \u0438 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430","keyboard shortcuts":"\u041A\u043B\u0430\u0432\u0438\u0430\u0442\u0443\u0440\u043D\u044B\u0435 \u0441\u043E\u043A\u0440\u0430\u0449\u0435\u043D\u0438\u044F",modify:"\u041C\u043E\u0434\u0438\u0444\u0438\u043A\u0430\u0446\u0438\u044F \u043A\u043B\u0430\u0432\u0438\u0448 \u0431\u044B\u0441\u0442\u0440\u043E\u0433\u043E \u0434\u043E\u0441\u0442\u0443\u043F\u0430",reset:"\u043F\u0435\u0440\u0435\u043F\u0440\u043E\u0444\u0438\u043B\u0438\u0440\u043E\u0432\u0430\u043D\u0438\u0435",close:"\u043A\u043B\u043E\u0442\u0443\u0440\u0430",homepage:"\u0434\u043E\u043C\u0430\u0448\u043D\u044F\u044F \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u0430",more:"\u043F\u043E\u0434\u0440\u043E\u0431\u043D\u0435\u0435",moreOptions:"\u0420\u0430\u0441\u0448\u0438\u0440\u0435\u043D\u0438\u0435 \u0432\u043E\u0437\u043C\u043E\u0436\u043D\u043E\u0441\u0442\u0435\u0439 \u043D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0438",translateTheWholePage:"\u041F\u0435\u0440\u0435\u0432\u043E\u0434\u0438\u0442\u044C \u0432\u0441\u0435 \u043E\u0431\u043B\u0430\u0441\u0442\u0438 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u044B (\u0432 \u043E\u0442\u043B\u0438\u0447\u0438\u0435 \u043E\u0442 \u0438\u043D\u0442\u0435\u043B\u043B\u0435\u043A\u0442\u0443\u0430\u043B\u044C\u043D\u043E\u0433\u043E \u0440\u0430\u0441\u043F\u043E\u0437\u043D\u0430\u0432\u0430\u043D\u0438\u044F \u043E\u0441\u043D\u043E\u0432\u043D\u044B\u0445 \u043E\u0431\u043B\u0430\u0441\u0442\u0435\u0439)",changeToTranslateTheWholePage:"\u041F\u0435\u0440\u0435\u043A\u043B\u044E\u0447\u0435\u043D\u0438\u0435 \u043D\u0430 \u043F\u0435\u0440\u0435\u0432\u043E\u0434 \u0432\u0441\u0435\u0445 \u0440\u0435\u0433\u0438\u043E\u043D\u043E\u0432",changeToTranslateTheMainPage:'\u041F\u0435\u0440\u0435\u0445\u043E\u0434 \u0432 \u043E\u0441\u043D\u043E\u0432\u043D\u0443\u044E \u043E\u0431\u043B\u0430\u0441\u0442\u044C "\u041F\u0435\u0440\u0435\u0432\u043E\u0434',changeToOnlyTranslationMode:"\u041F\u0435\u0440\u0435\u043A\u043B\u044E\u0447\u0435\u043D\u0438\u0435 \u043D\u0430 \u043E\u0442\u043E\u0431\u0440\u0430\u0436\u0435\u043D\u0438\u0435 \u0442\u043E\u043B\u044C\u043A\u043E \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u043E\u0432",changeToDualTranslationMode:"\u041F\u0435\u0440\u0435\u0445\u043E\u0434 \u043D\u0430 \u0434\u0432\u0443\u044F\u0437\u044B\u0447\u043D\u044B\u0439 \u043F\u0435\u0440\u0435\u0432\u043E\u0434",translateToThePageEndImmediately:"\u041D\u0435\u043C\u0435\u0434\u043B\u0435\u043D\u043D\u044B\u0439 \u043F\u0435\u0440\u0435\u0432\u043E\u0434 \u0432 \u043D\u0438\u0436\u043D\u044E\u044E \u0447\u0430\u0441\u0442\u044C \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u044B",translateTheMainPage:"\u041A\u043B\u044E\u0447\u0435\u0432\u044B\u0435 \u0440\u0435\u0433\u0438\u043E\u043D\u044B \u0438\u043D\u0442\u0435\u043B\u043B\u0435\u043A\u0442\u0443\u0430\u043B\u044C\u043D\u043E\u0433\u043E \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430","The local rules are up to date":"\u041C\u0435\u0441\u0442\u043D\u044B\u0435 \u043F\u0440\u0430\u0432\u0438\u043B\u0430 \u0430\u0434\u0430\u043F\u0442\u0430\u0446\u0438\u0438 \u0441\u043E\u043E\u0442\u0432\u0435\u0442\u0441\u0442\u0432\u0443\u044E\u0442 \u0441\u043E\u0432\u0440\u0435\u043C\u0435\u043D\u043D\u044B\u043C \u0442\u0440\u0435\u0431\u043E\u0432\u0430\u043D\u0438\u044F\u043C.","Successfully synchronized with the latest official rules:":"\u0423\u0441\u043F\u0435\u0448\u043D\u0430\u044F \u0441\u0438\u043D\u0445\u0440\u043E\u043D\u0438\u0437\u0430\u0446\u0438\u044F \u0441 \u043F\u043E\u0441\u043B\u0435\u0434\u043D\u0438\u043C\u0438 \u043E\u0444\u0438\u0446\u0438\u0430\u043B\u044C\u043D\u044B\u043C\u0438 \u043F\u0440\u0430\u0432\u0438\u043B\u0430\u043C\u0438 \u0430\u0434\u0430\u043F\u0442\u0430\u0446\u0438\u0438.","Checking for updates":"\u041F\u0440\u043E\u0432\u0435\u0440\u043A\u0430 \u043D\u0430\u043B\u0438\u0447\u0438\u044F \u043E\u0431\u043D\u043E\u0432\u043B\u0435\u043D\u0438\u0439","Rules are being synchronized":"\u0421\u0438\u043D\u0445\u0440\u043E\u043D\u0438\u0437\u0430\u0446\u0438\u044F \u043F\u0440\u0430\u0432\u0438\u043B \u0430\u0434\u0430\u043F\u0442\u0430\u0446\u0438\u0438",localVersionIsTooOld:"\u0412\u0435\u0440\u0441\u0438\u044F \u043B\u043E\u043A\u0430\u043B\u044C\u043D\u043E\u0433\u043E \u0440\u0430\u0441\u0448\u0438\u0440\u0435\u043D\u0438\u044F \u0441\u043B\u0438\u0448\u043A\u043E\u043C \u0443\u0441\u0442\u0430\u0440\u0435\u043B\u0430, \u043F\u043E\u0436\u0430\u043B\u0443\u0439\u0441\u0442\u0430, \u043E\u0431\u043D\u043E\u0432\u0438\u0442\u0435 \u0440\u0430\u0441\u0448\u0438\u0440\u0435\u043D\u0438\u0435 \u0434\u043E {minVersion} \u0438\u043B\u0438 \u0431\u043E\u043B\u0435\u0435 \u043D\u043E\u0432\u043E\u0439 \u0432\u0435\u0440\u0441\u0438\u0438 \u043F\u0435\u0440\u0435\u0434 \u043F\u043E\u043F\u044B\u0442\u043A\u043E\u0439 \u0441\u0438\u043D\u0445\u0440\u043E\u043D\u0438\u0437\u0430\u0446\u0438\u0438.",badUserscriptBrowser:"\u0422\u0435\u043A\u0443\u0449\u0438\u0439 \u0431\u0440\u0430\u0443\u0437\u0435\u0440 \u043D\u0435\u043A\u043E\u0440\u0440\u0435\u043A\u0442\u043D\u043E \u0440\u0435\u0430\u043B\u0438\u0437\u0443\u0435\u0442 \u0438\u043D\u0442\u0435\u0440\u0444\u0435\u0439\u0441 \u0440\u0430\u0441\u0448\u0438\u0440\u0435\u043D\u0438\u044F Grease Monkey (\u043D\u0430\u043F\u0440\u0438\u043C\u0435\u0440, \u0434\u043B\u044F \u043F\u043E\u043B\u0443\u0447\u0435\u043D\u0438\u044F \u0438\u043D\u0444\u043E\u0440\u043C\u0430\u0446\u0438\u0438 \u043E \u043D\u043E\u043C\u0435\u0440\u0435 \u0432\u0435\u0440\u0441\u0438\u0438 \u0441\u0430\u043C\u043E\u0433\u043E \u0441\u043A\u0440\u0438\u043F\u0442\u0430 Grease Monkey), \u043F\u043E\u0436\u0430\u043B\u0443\u0439\u0441\u0442\u0430, \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u0443\u0439\u0442\u0435 \u0434\u0440\u0443\u0433\u0438\u0435 \u0431\u0440\u0430\u0443\u0437\u0435\u0440\u044B, <1>\u043F\u043E\u0434\u0434\u0435\u0440\u0436\u0438\u0432\u0430\u044E\u0449\u0438\u0435 \u0440\u0430\u0441\u0448\u0438\u0440\u0435\u043D\u0438\u0435 Grease Monkey, \u043D\u0430\u043F\u0440\u0438\u043C\u0435\u0440 Firefox.",foundNewVersion:"\u0417\u043D\u0430\u043A\u043E\u043C\u0441\u0442\u0432\u043E \u0441 \u043D\u043E\u0432\u043E\u0439 \u0432\u0435\u0440\u0441\u0438\u0435\u0439",theLocalExtensionIsUpToUpdate:"\u0422\u0435\u043A\u0443\u0449\u0435\u0435 \u0440\u0430\u0441\u0448\u0438\u0440\u0435\u043D\u0438\u0435 \u044F\u0432\u043B\u044F\u0435\u0442\u0441\u044F \u0430\u043A\u0442\u0443\u0430\u043B\u044C\u043D\u044B\u043C.",failToSyncRules:"\u041D\u0435\u0432\u043E\u0437\u043C\u043E\u0436\u043D\u043E\u0441\u0442\u044C \u0441\u0438\u043D\u0445\u0440\u043E\u043D\u0438\u0437\u0430\u0446\u0438\u0438 \u043F\u043E\u0441\u043B\u0435\u0434\u043D\u0438\u0445 \u043F\u0440\u0430\u0432\u0438\u043B \u0430\u0434\u0430\u043F\u0442\u0430\u0446\u0438\u0438",retry:"\u041D\u0430\u0436\u043C\u0438\u0442\u0435 \u0437\u0434\u0435\u0441\u044C, \u0447\u0442\u043E\u0431\u044B \u043F\u043E\u0432\u0442\u043E\u0440\u0438\u0442\u044C \u043F\u043E\u043F\u044B\u0442\u043A\u0443",failedReason:"\u041F\u0440\u0438\u0447\u0438\u043D\u044B \u043D\u0435\u0443\u0434\u0430\u0447",currentRuleVersion:"\u0414\u0435\u0439\u0441\u0442\u0432\u0443\u044E\u0449\u0430\u044F \u0440\u0435\u0434\u0430\u043A\u0446\u0438\u044F \u043F\u0440\u0430\u0432\u0438\u043B",calculating:"\u0440\u0430\u0441\u0447\u0435\u0442\u044B",unknownError:"\u043D\u0435\u0438\u0437\u0432\u0435\u0441\u0442\u043D\u0430\u044F \u043E\u0448\u0438\u0431\u043A\u0430",canNotFetchRemoteRule:"\u041D\u0435\u0432\u043E\u0437\u043C\u043E\u0436\u043D\u043E \u043F\u043E\u043B\u0443\u0447\u0438\u0442\u044C \u0443\u0434\u0430\u043B\u0435\u043D\u043D\u044B\u0435 \u043F\u0440\u0430\u0432\u0438\u043B\u0430",enableAlphaSuccess:"\u0410\u043B\u044C\u0444\u0430 \u0432\u043A\u043B\u044E\u0447\u0435\u043D\u0430",disableAlphaSuccess:"\u0424\u0443\u043D\u043A\u0446\u0438\u044F \u0430\u043B\u044C\u0444\u0430 \u043E\u0442\u043A\u043B\u044E\u0447\u0435\u043D\u0430",cacheSize:"\u0420\u0430\u0437\u043C\u0435\u0440 \u043A\u044D\u0448\u0430\uFF1A",cleaning:"\u0432 \u043F\u0440\u043E\u0446\u0435\u0441\u0441\u0435 \u043B\u0438\u043A\u0432\u0438\u0434\u0430\u0446\u0438\u0438",cleanCache:"\u043E\u0447\u0438\u0441\u0442\u0438\u0442\u044C \u043A\u044D\u0448",options:"\u043D\u0430\u0441\u0442\u0440\u0430\u0438\u0432\u0430\u0442\u044C",about:"\u043F\u043E \u043E\u0442\u043D\u043E\u0448\u0435\u043D\u0438\u044E \u043A",service:"\u0443\u0441\u043B\u0443\u0433\u0430 \u0443\u0441\u0442\u043D\u043E\u0433\u043E \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430",needAction:"(\u041F\u0435\u0440\u0435\u0439\u0442\u0438 \u043A \u043D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0430\u043C)",goSettings:"\u043F\u0435\u0440\u0435\u0439\u0434\u0438\u0442\u0435 \u043A \u043D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0435",needActionForOptions:"(\u0443\u0441\u0442\u0430\u043D\u0430\u0432\u043B\u0438\u0432\u0430\u0435\u0442\u0441\u044F)",translationEngine:"\u041E\u043F\u0446\u0438\u0438 \u0434\u0432\u0438\u0433\u0430\u0442\u0435\u043B\u044F",sourceLanguage:"\u042F\u0437\u044B\u043A \u043E\u0440\u0438\u0433\u0438\u043D\u0430\u043B\u0430",target:"\u044F\u0437\u044B\u043A \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430",popupSourceLanguage:"\u042F\u0437\u044B\u043A \u043E\u0440\u0438\u0433\u0438\u043D\u0430\u043B\u0430",popupTarget:"\u044F\u0437\u044B\u043A \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430",popupService:"\u0443\u0441\u043B\u0443\u0433\u0430 \u0443\u0441\u0442\u043D\u043E\u0433\u043E \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430",forThisSite:"\u0422\u0435\u043A\u0443\u0449\u0438\u0439 \u0441\u0430\u0439\u0442",autoEnableSubtitle:"\u0410\u0432\u0442\u043E\u043C\u0430\u0442\u0438\u0447\u0435\u0441\u043A\u043E\u0435 \u043E\u0442\u043A\u0440\u044B\u0442\u0438\u0435 \u0434\u0432\u0443\u044F\u0437\u044B\u0447\u043D\u044B\u0445 \u0441\u0443\u0431\u0442\u0438\u0442\u0440\u043E\u0432",alwaysTranslate:"\u0412\u0441\u0435\u0433\u0434\u0430 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0438\u0442\u0435",neverTranslate:"\u041D\u0438\u043A\u043E\u0433\u0434\u0430 \u043D\u0435 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0438\u0442\u0435",alwaysTranslateSomeLanguage:"\u0412\u0441\u0435\u0433\u0434\u0430 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0438\u0442\u0435 {language}",neverTranslateSomeLanguage:"\u041D\u0438\u043A\u043E\u0433\u0434\u0430 \u043D\u0435 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0438\u0442\u0435 {language}",alwaysTranslateSomeSite:"\u0412\u0441\u0435\u0433\u0434\u0430 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0438\u0442\u0435 {hostname}",neverTranslateSomeSite:"\u041D\u0438\u043A\u043E\u0433\u0434\u0430 \u043D\u0435 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0438\u0442\u0435 {hostname}",alwaysTranslateSomeSiteOrWildSite:"\u0412\u0441\u0435\u0433\u0434\u0430 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0438\u0442\u0435 \u0441\u0430\u0439\u0442",alwaysTranslateSomePage:"\u0412\u0441\u0435\u0433\u0434\u0430 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0438\u0442\u0435 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u0443",add:"\u0443\u0432\u0435\u043B\u0438\u0447\u0438\u0442\u044C",default:"\u043F\u043E \u0443\u043C\u043E\u043B\u0447\u0430\u043D\u0438\u044E (\u043D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0430)",forThisLanguage:"\u0414\u043B\u044F \u044D\u0442\u043E\u0433\u043E \u044F\u0437\u044B\u043A\u0430\uFF1A","add url":"\u0412\u0432\u0435\u0434\u0438\u0442\u0435 URL",edit:"\u043A\u043E\u043C\u043F\u0438\u043B\u044F\u0442\u043E\u0440","translate other languages into specific language":"\u041F\u0435\u0440\u0435\u0432\u043E\u0434 \u0434\u0440\u0443\u0433\u0438\u0445 \u044F\u0437\u044B\u043A\u043E\u0432 \u043D\u0430 \u0443\u0441\u0442\u0430\u043D\u043E\u0432\u043B\u0435\u043D\u043D\u044B\u0439 \u0432\u0430\u043C\u0438 \u044F\u0437\u044B\u043A","select translation service":"\u0412\u044B\u0431\u0435\u0440\u0438\u0442\u0435 \u0441\u043B\u0443\u0436\u0431\u0443 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430",language:"\u043C\u043D\u043E\u0433\u043E\u044F\u0437\u044B\u0447\u0438\u0435","show-original":"\u041F\u043E\u043A\u0430\u0437\u0430\u0442\u044C \u043E\u0440\u0438\u0433\u0438\u043D\u0430\u043B\u044C\u043D\u044B\u0439 \u0442\u0435\u043A\u0441\u0442",translate:"\u0440\u0435\u043D\u0434\u0435\u0440\u0438\u043D\u0433",Translated:"\u043F\u0435\u0440\u0435\u0432\u0435\u0434\u0435\u043D\u043E",Translating:"\u0432 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0435",Error:"\u043D\u0435\u0432\u0435\u0440\u043D\u044B\u0439",allowCacheTranslations:"\u0412\u043A\u043B\u044E\u0447\u0438\u0442\u044C \u043B\u043E\u043A\u0430\u043B\u044C\u043D\u043E\u0435 \u043A\u044D\u0448\u0438\u0440\u043E\u0432\u0430\u043D\u0438\u0435 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u043E\u0432 (\u0434\u043B\u044F \u0443\u043C\u0435\u043D\u044C\u0448\u0435\u043D\u0438\u044F \u043A\u043E\u043B\u0438\u0447\u0435\u0441\u0442\u0432\u0430 \u0437\u0430\u043F\u0440\u043E\u0441\u043E\u0432 \u043D\u0430 \u043F\u0435\u0440\u0435\u0432\u043E\u0434 \u0434\u0443\u0431\u043B\u0438\u0440\u0443\u044E\u0449\u0438\u0445\u0441\u044F \u043E\u0442\u0440\u044B\u0432\u043A\u043E\u0432)","translation display":"\u0421\u0442\u0438\u043B\u044C \u043E\u0442\u043E\u0431\u0440\u0430\u0436\u0435\u043D\u0438\u044F \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430","select diplay style":"\u0420\u0430\u0437\u043B\u0438\u0447\u0430\u0442\u044C \u0441\u0442\u0438\u043B\u0438 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430, \u043E\u043F\u0438\u0440\u0430\u044F\u0441\u044C \u043D\u0430 \u0441\u043B\u0435\u0434\u0443\u044E\u0449\u0438\u0435 \u043F\u0440\u0438\u043C\u0435\u0440\u044B",interface:"\u041D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0438 \u0438\u043D\u0442\u0435\u0440\u0444\u0435\u0439\u0441\u0430",import_export:"\u0418\u043C\u043F\u043E\u0440\u0442/\u044D\u043A\u0441\u043F\u043E\u0440\u0442",import_export_title:"\u041A\u043E\u043D\u0444\u0438\u0433\u0443\u0440\u0430\u0446\u0438\u044F \u0438\u043C\u043F\u043E\u0440\u0442\u0430/\u044D\u043A\u0441\u043F\u043E\u0440\u0442\u0430",syncToGoogleDrive:"\u0422\u0435\u043F\u0435\u0440\u044C \u0441\u0438\u043D\u0445\u0440\u043E\u043D\u0438\u0437\u0430\u0446\u0438\u044F \u0441 Google Drive",floatBallOptions:"\u041D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0438 \u0445\u043E\u0432\u0435\u0440\u0431\u043E\u043B\u0430","floatBallOptions.enable":"\u0412\u043A\u043B\u044E\u0447\u0438\u0442\u044C \u0445\u043E\u0432\u0435\u0440\u0431\u043E\u043B","floatBallOptions.blockUrls":"\u041E\u0442\u043A\u043B\u044E\u0447\u0438\u0442\u044C \u0441\u0430\u0439\u0442","floatBallOptions.add":"\u0443\u0432\u0435\u043B\u0438\u0447\u0438\u0442\u044C","floatBallOptions.blockUrlDesc":"\u041F\u0430\u0440\u044F\u0449\u0438\u0435 \u0448\u0430\u0440\u044B \u043D\u0435 \u043E\u0442\u043E\u0431\u0440\u0430\u0436\u0430\u044E\u0442\u0441\u044F, \u043A\u043E\u0433\u0434\u0430 \u0432\u0441\u0442\u0440\u0435\u0447\u0430\u044E\u0442\u0441\u044F \u0441\u043B\u0435\u0434\u0443\u044E\u0449\u0438\u0435 \u0441\u0430\u0439\u0442\u044B","floatBallOptions.clickType":"\u043F\u043E\u0432\u0435\u0434\u0435\u043D\u0438\u0435 \u043F\u0440\u0438 \u043D\u0430\u0436\u0430\u0442\u0438\u0438","floatBallOptions.clickTypeDesc":"\u041F\u043E\u0432\u0435\u0434\u0435\u043D\u0438\u0435 \u0438\u043A\u043E\u043D\u043A\u0438 \u0445\u043E\u0432\u0435\u0440\u0431\u043E\u043B\u0430 \u043F\u0440\u0438 \u043D\u0430\u0436\u0430\u0442\u0438\u0438","floatBallOptions.clickPopup":"\u041F\u043E\u043A\u0430\u0437\u0430\u0442\u044C \u043F\u0430\u043D\u0435\u043B\u044C \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430","floatBallOptions.clickTranslate":"\u041F\u0435\u0440\u0435\u0432\u043E\u0434/\u043E\u0442\u043E\u0431\u0440\u0430\u0436\u0435\u043D\u0438\u0435 \u043E\u0440\u0438\u0433\u0438\u043D\u0430\u043B\u044C\u043D\u043E\u0433\u043E \u0442\u0435\u043A\u0441\u0442\u0430","floatBallOptions.fixedPosition":"\u56FA\u5B9A\u4F4D\u7F6E","floatBallOptions.fixedPositionDesc":"\u60AC\u6D6E\u7403\u5728\u7A97\u53E3\u5DE6\u4FA7\u8FD8\u662F\u53F3\u4FA7","floatBallOptions.fixedPositionLeft":"\u5DE6\u4FA7","floatBallOptions.fixedPositionRight":"\u53F3\u4FA7",previewAllThemes:"\u041F\u0440\u0435\u0434\u0432\u0430\u0440\u0438\u0442\u0435\u043B\u044C\u043D\u044B\u0439 \u043F\u0440\u043E\u0441\u043C\u043E\u0442\u0440 \u0432\u0441\u0435\u0445 \u0441\u0442\u0438\u043B\u0435\u0439","translationTheme.none":"\u043D\u0435 \u0438\u043C\u0435\u0442\u044C","translationTheme.grey":"\u0442\u0451\u043C\u043D\u043E-\u0441\u0435\u0440\u044B\u0439","translationTheme.dashed":"\u043F\u0443\u043D\u043A\u0442\u0438\u0440\u043D\u043E\u0435 \u043F\u043E\u0434\u0447\u0451\u0440\u043A\u0438\u0432\u0430\u043D\u0438\u0435","translationTheme.dotted":"\u0442\u043E\u0447\u0435\u0447\u043D\u043E\u0435 \u043F\u043E\u0434\u0447\u0435\u0440\u043A\u0438\u0432\u0430\u043D\u0438\u0435","translationTheme.dashedBorder":"\u043F\u0443\u043D\u043A\u0442\u0438\u0440\u043D\u0430\u044F \u0433\u0440\u0430\u043D\u0438\u0446\u0430","translationTheme.solidBorder":"\u0441\u043F\u043B\u043E\u0448\u043D\u0430\u044F \u0433\u0440\u0430\u043D\u0438\u0446\u0430","translationTheme.underline":"\u041F\u043E\u0434\u0447\u0435\u0440\u043A\u0438\u0432\u0430\u043D\u0438\u0435 \u043F\u0440\u044F\u043C\u044B\u0445 \u043B\u0438\u043D\u0438\u0439","translationTheme.mask":"\u041D\u0435\u0447\u0435\u0442\u043A\u0438\u0435 \u044D\u0444\u0444\u0435\u043A\u0442\u044B (\u0440\u0435\u0436\u0438\u043C\u044B \u043E\u0431\u0443\u0447\u0435\u043D\u0438\u044F)","translationTheme.opacity":"\u044D\u0444\u0444\u0435\u043A\u0442 \u043F\u0440\u043E\u0437\u0440\u0430\u0447\u043D\u043E\u0441\u0442\u0438","translationTheme.paper":"\u042D\u0444\u0444\u0435\u043A\u0442 \u0442\u0435\u043D\u0438 \u043E\u0442 \u0431\u0435\u043B\u043E\u0439 \u0431\u0443\u043C\u0430\u0433\u0438","translationTheme.dividingLine":"\u0440\u0430\u0437\u0434\u0435\u043B\u0438\u0442\u0435\u043B\u044C\u043D\u0430\u044F \u043B\u0438\u043D\u0438\u044F","translationTheme.highlight":"\u0432\u044B\u0441\u043E\u043A\u0430\u044F \u044F\u0440\u043A\u043E\u0441\u0442\u044C","translationTheme.marker":"\u043C\u0430\u0440\u043A\u0435\u0440 (\u0437\u0430\u0438\u043C\u0441\u0442\u0432\u043E\u0432\u0430\u043D\u043D\u043E\u0435 \u0441\u043B\u043E\u0432\u043E)","translationTheme.marker2":"\u041C\u0430\u0440\u043A\u0435\u0440 2","translationTheme.blockquote":"\u0421\u0442\u0438\u043B\u0438 \u0441\u0441\u044B\u043B\u043E\u043A","translationTheme.weakening":"\u043E\u0441\u043B\u0430\u0431\u043B\u0435\u043D\u0438\u0435","translationTheme.italic":"\u043D\u0430\u043A\u043B\u043E\u043D\u043D\u044B\u0439 \u0448\u0440\u0438\u0444\u0442","translationTheme.bold":"\u0441\u0433\u0443\u0441\u0442\u0438\u0442\u044C","translationTheme.thinDashed":"\u0442\u043E\u043D\u043A\u0430\u044F \u043F\u0443\u043D\u043A\u0442\u0438\u0440\u043D\u0430\u044F \u043B\u0438\u043D\u0438\u044F \u043F\u043E\u0434\u0447\u0435\u0440\u043A\u0438\u0432\u0430\u043D\u0438\u0435","translationTheme.nativeDashed":"\u0421\u0438\u0441\u0442\u0435\u043C\u0430 \u043F\u043E\u0441\u0442\u0430\u0432\u043B\u044F\u0435\u0442\u0441\u044F \u0441 \u043F\u0443\u043D\u043A\u0442\u0438\u0440\u043D\u044B\u043C \u043F\u043E\u0434\u0447\u0435\u0440\u043A\u0438\u0432\u0430\u043D\u0438\u0435\u043C","translationTheme.nativeDotted":"\u0421\u0438\u0441\u0442\u0435\u043C\u0430 \u043F\u043E\u0441\u0442\u0430\u0432\u043B\u044F\u0435\u0442\u0441\u044F \u0441 \u043F\u0443\u043D\u043A\u0442\u0438\u0440\u043D\u044B\u043C \u043F\u043E\u0434\u0447\u0435\u0440\u043A\u0438\u0432\u0430\u043D\u0438\u0435\u043C","translationTheme.nativeUnderline":"\u0421\u0438\u0441\u0442\u0435\u043C\u0430 \u043F\u043E\u0441\u0442\u0430\u0432\u043B\u044F\u0435\u0442\u0441\u044F \u0441 \u043F\u0440\u044F\u043C\u044B\u043C \u043F\u043E\u0434\u0441\u0442\u0440\u043E\u0447\u043D\u0438\u043A\u043E\u043C","translationTheme.wavy":"\u0432\u043E\u043B\u043D\u0438\u0441\u0442\u0430\u044F \u043B\u0438\u043D\u0438\u044F","translationServices.custom":"\u041F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u0435\u043B\u044C\u0441\u043A\u0438\u0439 API","translationServices.tencent":"\u041F\u0435\u0440\u0435\u0432\u043E\u0434\u0447\u0438\u043A Tencent","translationServices.tenAlpha":"Tencent Translator (Alpha)","translationServices.google":"Google Translate","translationServices.bai":"Baidu (Alpha)","translationServices.baidu":"\u041F\u0435\u0440\u0435\u0432\u043E\u0434 Baidu","translationServices.aliyun":"\u041F\u0435\u0440\u0435\u0432\u043E\u0434 AliCloud","translationServices.volc":"\u043F\u0435\u0440\u0435\u0432\u043E\u0434 \u0432\u0443\u043B\u043A\u0430\u043D\u0430","translationServices.deeplx":"DeepLX (Beta)","translationServices.bing":"Microsoft Translate","translationServices.deepl":"DeepL","translationServices.wechat":"\u041F\u0435\u0440\u0435\u0432\u043E\u0434 WeChat","translationServices.azure":"\u041B\u0430\u0437\u0443\u0440\u043D\u044B\u0439 \u043F\u0435\u0440\u0435\u0432\u043E\u0434","translationServices.ibm":"IBM Watson","translationServices.aws":"\u041F\u0435\u0440\u0435\u0432\u043E\u0434 Amazon","translationServices.mock":"\u0418\u043C\u0438\u0442\u0430\u0446\u0438\u044F \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430","translationServices.mock2":"\u0418\u043C\u0438\u0442\u0430\u0446\u0438\u044F \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430 2","translationServices.caiyun":"\u043B\u0438\u0442. \u0440\u0430\u0437\u043D\u043E\u0446\u0432\u0435\u0442\u043D\u044B\u0435 \u043E\u0431\u043B\u0430\u043A\u0430 \u0438 \u043D\u0435\u0431\u043E\u043B\u044C\u0448\u0438\u0435 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u044B","translationServices.cai":"\u0420\u0430\u0437\u043D\u043E\u0446\u0432\u0435\u0442\u043D\u044B\u0435 \u043E\u0431\u043B\u0430\u043A\u0430 (\u0410\u043B\u044C\u0444\u0430)","translationServices.volcAlpha":"\u0412\u0443\u043B\u043A\u0430\u043D (\u0410\u043B\u044C\u0444\u0430)","translationServices.openl":"OpenL","translationServices.youdao":"\u041F\u0435\u0440\u0435\u0432\u043E\u0434 \u043D\u0430 Youtube","translationServices.you":"\u041F\u0435\u0440\u0435\u0432\u043E\u0434\u0447\u0438\u043A Youdao (\u0410\u043B\u044C\u0444\u0430)","translationServices.transmart":"\u041F\u0435\u0440\u0435\u0432\u043E\u0434 Tencent Interactive","translationServices.niu":"Maverick Translator","translationServices.papago":"\u041F\u0435\u0440\u0435\u0432\u043E\u0434 Papago","translationServices.d":"D (Alpha)","translationServices.dpro":"D Pro (Canary)","translationServices.openai":"OpenAI","translationServices.yandex":"Yandex","translationServices.chatgpt":"ChatGPT Web(3.5 mobile)","translate title":"\u041F\u0435\u0440\u0435\u0432\u043E\u0434 \u0437\u0430\u0433\u043E\u043B\u043E\u0432\u043A\u043E\u0432 \u0441\u0442\u0440\u0430\u043D\u0438\u0446","always languages":"\u0412\u0441\u0435\u0433\u0434\u0430 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0438\u0442\u0435 \u044F\u0437\u044B\u043A",neverTranslateLanguagesLabel:"\u042F\u0437\u044B\u043A, \u043A\u043E\u0442\u043E\u0440\u044B\u0439 \u043D\u0438\u043A\u043E\u0433\u0434\u0430 \u043D\u0435 \u0431\u0443\u0434\u0435\u0442 \u043F\u0435\u0440\u0435\u0432\u0435\u0434\u0435\u043D",neverTranslateTheFollowingLanguagesDescription:"\u041F\u0435\u0440\u0435\u0432\u043E\u0434\u044B \u043F\u0440\u043E\u043F\u0443\u0441\u043A\u0430\u044E\u0442\u0441\u044F, \u0435\u0441\u043B\u0438 \u0430\u0431\u0437\u0430\u0446 \u043D\u0430 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u0435 \u043D\u0430\u043F\u0438\u0441\u0430\u043D \u043D\u0430 \u043E\u0434\u043D\u043E\u043C \u0438\u0437 \u0441\u043B\u0435\u0434\u0443\u044E\u0449\u0438\u0445 \u044F\u0437\u044B\u043A\u043E\u0432",enableUserscriptPagePopup:"\u041F\u043E\u043A\u0430\u0437\u044B\u0432\u0430\u0442\u044C \u043D\u0430\u0432\u0435\u0434\u0435\u043D\u043D\u044B\u0439 \u0448\u0430\u0440 \u043D\u0430 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u0435",enableUserscriptPagePopupDescription:"\u041F\u043E\u0441\u043B\u0435 \u0432\u044B\u043A\u043B\u044E\u0447\u0435\u043D\u0438\u044F \u0445\u043E\u0432\u0435\u0440\u0431\u043E\u043B\u0430 \u0435\u0433\u043E \u043C\u043E\u0436\u043D\u043E \u0432\u044B\u0437\u0432\u0430\u0442\u044C \u0441 \u043F\u043E\u043C\u043E\u0449\u044C\u044E \u044F\u0440\u043B\u044B\u043A\u0430 /{touch}. \u041D\u0430\u0441\u0442\u043E\u044F\u0442\u0435\u043B\u044C\u043D\u043E \u0440\u0435\u043A\u043E\u043C\u0435\u043D\u0434\u0443\u0435\u0442\u0441\u044F \u0434\u043E\u0431\u0430\u0432\u0438\u0442\u044C \u044D\u0442\u0443 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u0443 \u043D\u0430\u0441\u0442\u0440\u043E\u0435\u043A \u0432 \u0437\u0430\u043A\u043B\u0430\u0434\u043A\u0438, \u0447\u0442\u043E\u0431\u044B \u043D\u0435 \u043D\u0430\u0439\u0442\u0438 \u0445\u043E\u0432\u0435\u0440\u0431\u043E\u043B \u043F\u043E\u0441\u043B\u0435 \u0441\u043B\u0443\u0447\u0430\u0439\u043D\u043E\u0433\u043E \u043E\u0442\u043A\u043B\u044E\u0447\u0435\u043D\u0438\u044F \u044D\u0442\u043E\u0439 \u043E\u043F\u0446\u0438\u0438!","always translate the following languages":"\u0410\u0432\u0442\u043E\u043C\u0430\u0442\u0438\u0447\u0435\u0441\u043A\u0438\u0439 \u043F\u0435\u0440\u0435\u0432\u043E\u0434 \u043D\u0430 \u0446\u0435\u043B\u0435\u0432\u043E\u0439 \u044F\u0437\u044B\u043A, \u0435\u0441\u043B\u0438 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u0430 \u043D\u0430\u043F\u0438\u0441\u0430\u043D\u0430 \u043D\u0430 \u043E\u0434\u043D\u043E\u043C \u0438\u0437 \u0441\u043B\u0435\u0434\u0443\u044E\u0449\u0438\u0445 \u044F\u0437\u044B\u043A\u043E\u0432","always sites":"\u0412\u0441\u0435\u0433\u0434\u0430 \u043F\u0435\u0440\u0435\u0432\u0435\u0434\u0435\u043D\u043D\u044B\u0435 \u0432\u0435\u0431-\u0441\u0430\u0439\u0442\u044B","always translate the following sites":"\u0412\u0435\u0431-\u0441\u0430\u0439\u0442\u044B \u0430\u0432\u0442\u043E\u043C\u0430\u0442\u0438\u0447\u0435\u0441\u043A\u0438 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u044F\u0442\u0441\u044F \u043D\u0430 \u044F\u0437\u044B\u043A \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430, \u0435\u0441\u043B\u0438 \u043E\u043D\u0438 \u044F\u0432\u043B\u044F\u044E\u0442\u0441\u044F \u0434\u043E\u043C\u0435\u043D\u043D\u044B\u043C\u0438 \u0438\u043C\u0435\u043D\u0430\u043C\u0438","never sites":"\u041D\u0435\u043F\u0435\u0440\u0435\u0432\u0435\u0434\u0435\u043D\u043D\u044B\u0439 \u0441\u0430\u0439\u0442","never translate the following sites":"\u041F\u0435\u0440\u0435\u0432\u043E\u0434 \u043D\u0435 \u0431\u0443\u0434\u0435\u0442 \u0432\u044B\u043F\u043E\u043B\u043D\u044F\u0442\u044C\u0441\u044F, \u0435\u0441\u043B\u0438 \u0441\u0430\u0439\u0442 \u043F\u0440\u0435\u0434\u043D\u0430\u0437\u043D\u0430\u0447\u0435\u043D \u0434\u043B\u044F \u0441\u043B\u0435\u0434\u0443\u044E\u0449\u0438\u0445 \u0434\u043E\u043C\u0435\u043D\u043E\u0432","please refer to":"\u041F\u0435\u0440\u0435\u0434 \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u043D\u0438\u0435\u043C \u043D\u0435\u043E\u0431\u0445\u043E\u0434\u0438\u043C\u043E \u0437\u0430\u043F\u043E\u043B\u043D\u0438\u0442\u044C \u043A\u043B\u044E\u0447.",KeyAndConfigurationTutorial:"\u0423\u0447\u0435\u0431\u043D\u0438\u043A \u043F\u043E \u043F\u0440\u0438\u043C\u0435\u043D\u0435\u043D\u0438\u044E \u0438 \u043D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0435 \u043A\u043B\u044E\u0447\u0435\u0439",useAboveStyleForTheseSites:"\u0412\u0441\u0435\u0433\u0434\u0430 \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u0443\u0439\u0442\u0435 \u0441\u0442\u0438\u043B\u044C \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430 \u2308{theme}\u230B, \u0435\u0441\u043B\u0438 \u0441\u0430\u0439\u0442 \u043F\u0440\u0435\u0434\u043D\u0430\u0437\u043D\u0430\u0447\u0435\u043D \u0434\u043B\u044F \u0441\u043B\u0435\u0434\u0443\u044E\u0449\u0438\u0445 \u0434\u043E\u043C\u0435\u043D\u043E\u0432",currentUrl:"\u0422\u0435\u043A\u0443\u0449\u0438\u0439 URL",confirm:"\u0441\u043E\u0445\u0440\u0430\u043D\u044F\u0442\u044C (\u0444\u0430\u0439\u043B \u0438 \u0442.\u0434.) (\u0432\u044B\u0447\u0438\u0441\u043B\u0438\u0442\u0435\u043B\u044C\u043D\u0430\u044F \u0442\u0435\u0445\u043D\u0438\u043A\u0430)",cancel:"\u043E\u0442\u043C\u0435\u043D\u044B",delete:"\u0443\u0434\u0430\u043B\u0435\u043D\u0438\u0435","languages.auto":"\u0430\u0432\u0442\u043E\u043C\u0430\u0442\u0438\u0447\u0435\u0441\u043A\u043E\u0435 \u043E\u0431\u043D\u0430\u0440\u0443\u0436\u0435\u043D\u0438\u0435",syncToCloud:"\u0421\u0438\u043D\u0445\u0440\u043E\u043D\u0438\u0437\u0430\u0446\u0438\u044F \u0441 Google Drive",syncToCloudDescription:"\u0417\u0430\u0433\u0440\u0443\u0436\u0435\u043D\u043D\u0430\u044F \u0432 \u043E\u0431\u043B\u0430\u043A\u043E, \u043A\u043E\u043D\u0444\u0438\u0433\u0443\u0440\u0430\u0446\u0438\u044F \u043C\u043E\u0436\u0435\u0442 \u0431\u044B\u0442\u044C \u0441\u0438\u043D\u0445\u0440\u043E\u043D\u0438\u0437\u0438\u0440\u043E\u0432\u0430\u043D\u0430 \u043C\u0435\u0436\u0434\u0443 \u0440\u0430\u0437\u043B\u0438\u0447\u043D\u044B\u043C\u0438 \u0431\u0440\u0430\u0443\u0437\u0435\u0440\u0430\u043C\u0438/\u0441\u043A\u0440\u0438\u043F\u0442\u0430\u043C\u0438 grease monkey, \u0432 \u0437\u0430\u0432\u0438\u0441\u0438\u043C\u043E\u0441\u0442\u0438 \u043E\u0442 \u0442\u043E\u0433\u043E, \u0447\u0442\u043E \u0431\u044B\u043B\u043E \u0438\u0437\u043C\u0435\u043D\u0435\u043D\u043E \u043F\u043E\u0441\u043B\u0435\u0434\u043D\u0438\u043C.",syncToAccount:"\u0421\u0438\u043D\u0445\u0440\u043E\u043D\u0438\u0437\u0430\u0446\u0438\u044F \u0441 \u043E\u0431\u043B\u0430\u043A\u043E\u043C \u0438\u043C\u043C\u0435\u0440\u0441\u0438\u0432\u043D\u043E\u0433\u043E \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430",syncToAccountButton:"\u041C\u0433\u043D\u043E\u0432\u0435\u043D\u043D\u0430\u044F \u0441\u0438\u043D\u0445\u0440\u043E\u043D\u0438\u0437\u0430\u0446\u0438\u044F \u0441 \u043E\u0431\u043B\u0430\u043A\u043E\u043C",syncToAccountDescription:"\u0410\u0432\u0442\u043E\u043C\u0430\u0442\u0438\u0447\u0435\u0441\u043A\u0430\u044F \u0441\u0438\u043D\u0445\u0440\u043E\u043D\u0438\u0437\u0430\u0446\u0438\u044F \u043A\u043E\u043D\u0444\u0438\u0433\u0443\u0440\u0430\u0446\u0438\u0439 \u043C\u0435\u0436\u0434\u0443 \u0440\u0430\u0437\u043B\u0438\u0447\u043D\u044B\u043C\u0438 \u0443\u0441\u0442\u0440\u043E\u0439\u0441\u0442\u0432\u0430\u043C\u0438 \u0432 \u0437\u0430\u0432\u0438\u0441\u0438\u043C\u043E\u0441\u0442\u0438 \u043E\u0442 \u0442\u043E\u0433\u043E, \u043A\u0430\u043A\u0430\u044F \u0438\u0437 \u043D\u0438\u0445 \u0431\u044B\u043B\u0430 \u0438\u0437\u043C\u0435\u043D\u0435\u043D\u0430 \u043F\u043E\u0441\u043B\u0435\u0434\u043D\u0435\u0439.",successSyncConfigInAccount:"\u0423\u0441\u043F\u0435\u0448\u043D\u0430\u044F \u0441\u0438\u043D\u0445\u0440\u043E\u043D\u0438\u0437\u0430\u0446\u0438\u044F \u0441 \u043E\u0431\u043B\u0430\u043A\u043E\u043C",successSyncConfigToAccount:"\u0423\u0441\u043F\u0435\u0448\u043D\u0430\u044F \u0441\u0438\u043D\u0445\u0440\u043E\u043D\u0438\u0437\u0430\u0446\u0438\u044F \u0441 \u043E\u0431\u043B\u0430\u043A\u043E\u043C",syncConfigNoUpdate:"\u041E\u043D\u0430 \u0443\u0436\u0435 \u0441\u043E\u043E\u0442\u0432\u0435\u0442\u0441\u0442\u0432\u0443\u0435\u0442 \u0441\u043E\u0432\u0440\u0435\u043C\u0435\u043D\u043D\u044B\u043C \u0442\u0440\u0435\u0431\u043E\u0432\u0430\u043D\u0438\u044F\u043C.",authFail:"\u0421\u0431\u043E\u0439 \u0430\u0432\u0442\u043E\u0440\u0438\u0437\u0430\u0446\u0438\u0438",syncTitle:"\u0420\u0443\u0447\u043D\u043E\u0435 \u0443\u043F\u0440\u0430\u0432\u043B\u0435\u043D\u0438\u0435 \u0440\u0435\u0437\u0435\u0440\u0432\u043D\u044B\u043C \u043A\u043E\u043F\u0438\u0440\u043E\u0432\u0430\u043D\u0438\u0435\u043C",import_hint:"\u0438\u043C\u043F\u043E\u0440\u0442 (\u0434\u0430\u043D\u043D\u044B\u0435)",upload:"\u0437\u0430\u0433\u0440\u0443\u0437\u0438\u0442\u044C",revokeAuth:"\u043E\u0442\u043E\u0437\u0432\u0430\u0442\u044C \u0440\u0430\u0437\u0440\u0435\u0448\u0435\u043D\u0438\u0435",uploadFail:"\u0417\u0430\u0433\u0440\u0443\u0437\u043A\u0430 \u043D\u0435 \u0443\u0434\u0430\u043B\u0430\u0441\u044C",download:"\u0437\u0430\u0433\u0440\u0443\u0437\u043A\u0430",importSuccess:"\u0423\u0441\u043F\u0435\u0448\u043D\u043E \u0438\u043C\u043F\u043E\u0440\u0442\u0438\u0440\u0443\u0435\u0442\u0441\u044F",importFail:"\u0441\u0431\u043E\u0439 \u0438\u043C\u043F\u043E\u0440\u0442\u0430",deleteFail:"\u041D\u0435 \u0443\u0434\u0430\u043B\u043E\u0441\u044C \u0443\u0434\u0430\u043B\u0438\u0442\u044C",backupToCloud:"\u0420\u0443\u0447\u043D\u043E\u0435 \u0443\u043F\u0440\u0430\u0432\u043B\u0435\u043D\u0438\u0435 \u0444\u0430\u0439\u043B\u0430\u043C\u0438 \u0440\u0435\u0437\u0435\u0440\u0432\u043D\u043E\u0433\u043E \u043A\u043E\u043F\u0438\u0440\u043E\u0432\u0430\u043D\u0438\u044F",create_new_backup:"\u0414\u043E\u0431\u0430\u0432\u043B\u0435\u043D\u0438\u0435 \u043D\u043E\u0432\u043E\u0433\u043E \u0443\u0437\u043B\u0430 \u0440\u0435\u0437\u0435\u0440\u0432\u043D\u043E\u0433\u043E \u043A\u043E\u043F\u0438\u0440\u043E\u0432\u0430\u043D\u0438\u044F",maxBackupFiles:"\u0420\u0435\u0437\u0435\u0440\u0432\u043D\u043E\u0435 \u043A\u043E\u043F\u0438\u0440\u043E\u0432\u0430\u043D\u0438\u0435 \u043C\u043E\u0436\u0435\u0442 \u0431\u044B\u0442\u044C \u0432\u044B\u043F\u043E\u043B\u043D\u0435\u043D\u043E \u0434\u043E{count}\u0440\u0430\u0437\u043B\u0438\u0447\u043D\u044B\u0445 \u0443\u0437\u043B\u043E\u0432, \u0443\u0434\u0430\u043B\u0438\u0442\u0435 \u043D\u0435\u043D\u0443\u0436\u043D\u044B\u0435 \u0443\u0437\u043B\u044B.",backupToCloudDescription:"\u0420\u0443\u0447\u043D\u0430\u044F \u0437\u0430\u0433\u0440\u0443\u0437\u043A\u0430 \u0438\u043B\u0438 \u0432\u043E\u0441\u0441\u0442\u0430\u043D\u043E\u0432\u043B\u0435\u043D\u0438\u0435 \u0444\u0430\u0439\u043B\u043E\u0432 \u0440\u0435\u0437\u0435\u0440\u0432\u043D\u044B\u0445 \u043A\u043E\u043F\u0438\u0439, \u043F\u043E\u0437\u0432\u043E\u043B\u044F\u044E\u0449\u0430\u044F \u0441\u043E\u0437\u0434\u0430\u0432\u0430\u0442\u044C \u0434\u043E 3 \u0440\u0430\u0437\u043B\u0438\u0447\u043D\u044B\u0445 \u0440\u0435\u0437\u0435\u0440\u0432\u043D\u044B\u0445 \u043A\u043E\u043F\u0438\u0439",successSyncConfig:"\u0423\u0441\u043F\u0435\u0448\u043D\u0430\u044F \u0441\u0438\u043D\u0445\u0440\u043E\u043D\u0438\u0437\u0430\u0446\u0438\u044F \u0441 \u043E\u0431\u043B\u0430\u043A\u043E\u043C",syncFail:"\u0441\u0431\u043E\u0439 \u0441\u0438\u043D\u0445\u0440\u043E\u043D\u0438\u0437\u0430\u0446\u0438\u0438",updatedAt:"\u041E\u0431\u043D\u043E\u0432\u043B\u0435\u043D\u043E \u0441 \u0441\u0430\u0439\u0442\u0430 {date}",lastSyncedAt:"\u041F\u043E\u0441\u043B\u0435\u0434\u043D\u044F\u044F \u043F\u0440\u043E\u0432\u0435\u0440\u043A\u0430 \u043D\u0430 \u0441\u0430\u0439\u0442\u0435 {date}",downloadFail:"\u041D\u0435 \u0443\u0434\u0430\u043B\u043E\u0441\u044C \u0437\u0430\u0433\u0440\u0443\u0437\u0438\u0442\u044C",clickToDownload:"\u041D\u0430\u0436\u043C\u0438\u0442\u0435 \u0434\u043B\u044F \u0437\u0430\u0433\u0440\u0443\u0437\u043A\u0438",aboutLabel:"\u041E \u043A\u043E\u043C\u043F\u0430\u043D\u0438\u0438 - \u041E\u0431\u0440\u0430\u0442\u043D\u0430\u044F \u0441\u0432\u044F\u0437\u044C","browser.openAboutPage":"\u0418\u043D\u0444\u043E\u0440\u043C\u0430\u0446\u0438\u044F/\u041E\u0442\u0437\u044B\u0432\u044B",aboutLabelWithoutSponsor:"\u041E \u043A\u043E\u043C\u043F\u0430\u043D\u0438\u0438 - \u041E\u0431\u0440\u0430\u0442\u043D\u0430\u044F \u0441\u0432\u044F\u0437\u044C",aboutIntro:"\u041F\u0443\u0441\u0442\u044C \u043D\u0430\u043C \u0432\u0441\u0435\u043C \u0431\u0443\u0434\u0435\u0442 \u043B\u0435\u0433\u0447\u0435 \u0438 \u043F\u0440\u0438\u044F\u0442\u043D\u0435\u0435 \u043F\u043E\u043B\u0443\u0447\u0430\u0442\u044C \u0434\u043E\u0441\u0442\u0443\u043F \u043A \u043E\u0433\u0440\u043E\u043C\u043D\u043E\u043C\u0443 \u043A\u043E\u043B\u0438\u0447\u0435\u0441\u0442\u0432\u0443 \u0438\u043D\u0444\u043E\u0440\u043C\u0430\u0446\u0438\u0438 \u043D\u0430 \u0438\u043D\u043E\u0441\u0442\u0440\u0430\u043D\u043D\u044B\u0445 \u044F\u0437\u044B\u043A\u0430\u0445 \u0432 \u0418\u043D\u0442\u0435\u0440\u043D\u0435\u0442\u0435 \u2764\uFE0F \u0412\u044B \u043C\u043E\u0436\u0435\u0442\u0435 \u0430\u043A\u0442\u0438\u0432\u0438\u0440\u043E\u0432\u0430\u0442\u044C <6>\u0447\u043B\u0435\u043D\u0441\u0442\u0432\u043E \u0432 \u043F\u0440\u043E\u0433\u0440\u0430\u043C\u043C\u0435 Pro, \u0447\u0442\u043E\u0431\u044B \u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u044C\u0441\u044F \u0433\u043E\u0442\u043E\u0432\u044B\u043C\u0438 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430\u043C\u0438 DeepL \u0438 OpenAI.

\u0412\u044B \u043C\u043E\u0436\u0435\u0442\u0435 \u0441\u043B\u0435\u0434\u0438\u0442\u044C \u0437\u0430 \u043D\u0430\u043C\u0438 \u0432 <3>Twitter, <4>Telegram, Weibo, WeChat \u0438\u043B\u0438 <5>\u043F\u043E\u0434\u043F\u0438\u0441\u0430\u0442\u044C\u0441\u044F \u043D\u0430 \u043D\u0430\u0448\u0443 \u0440\u0430\u0441\u0441\u044B\u043B\u043A\u0443 \u043D\u0438\u0436\u0435, \u0447\u0442\u043E\u0431\u044B \u043E\u0442\u0441\u043B\u0435\u0436\u0438\u0432\u0430\u0442\u044C \u043E\u0431\u043D\u043E\u0432\u043B\u0435\u043D\u0438\u044F.
<7>\u0423\u0447\u0430\u0441\u0442\u043D\u0438\u043A\u0438 \u043F\u0440\u043E\u0433\u0440\u0430\u043C\u043C\u044B Pro \u043C\u043E\u0433\u0443\u0442 \u0441\u0432\u044F\u0437\u0430\u0442\u044C\u0441\u044F \u0441 \u043D\u0430\u043C\u0438 \u043F\u043E \u0430\u0434\u0440\u0435\u0441\u0443 <8>support@immersivetranslate.com \u0434\u043B\u044F \u0431\u044B\u0441\u0442\u0440\u043E\u0433\u043E \u043E\u0431\u0441\u043B\u0443\u0436\u0438\u0432\u0430\u043D\u0438\u044F \u043A\u043B\u0438\u0435\u043D\u0442\u043E\u0432.",aboutIntroWithoutSponsor:"\u041F\u0443\u0441\u0442\u044C \u0432\u0441\u0435\u043C \u043D\u0430\u043C \u0431\u0443\u0434\u0435\u0442 \u043B\u0435\u0433\u0447\u0435 \u0438 \u043F\u0440\u0438\u044F\u0442\u043D\u0435\u0435 \u043F\u043E\u043B\u0443\u0447\u0430\u0442\u044C \u0434\u043E\u0441\u0442\u0443\u043F \u043A \u043E\u0433\u0440\u043E\u043C\u043D\u043E\u043C\u0443 \u043A\u043E\u043B\u0438\u0447\u0435\u0441\u0442\u0432\u0443 \u0438\u043D\u0444\u043E\u0440\u043C\u0430\u0446\u0438\u0438 \u043D\u0430 \u0438\u043D\u043E\u0441\u0442\u0440\u0430\u043D\u043D\u044B\u0445 \u044F\u0437\u044B\u043A\u0430\u0445, \u0434\u043E\u0441\u0442\u0443\u043F\u043D\u043E\u0439 \u0432 \u0418\u043D\u0442\u0435\u0440\u043D\u0435\u0442\u0435 \u2764\uFE0F

\u0412\u044B \u043C\u043E\u0436\u0435\u0442\u0435 \u0441\u043B\u0435\u0434\u0438\u0442\u044C \u0437\u0430 \u043D\u0430\u043C\u0438 \u0432 <3>Twitter, <4>Telegram-\u043A\u0430\u043D\u0430\u043B\u0435, WeChat, WeChat Exchange \u0438\u043B\u0438 <5>\u043F\u043E\u0434\u043F\u0438\u0441\u0430\u0442\u044C\u0441\u044F \u043D\u0430 \u043E\u0442\u0441\u043B\u0435\u0436\u0438\u0432\u0430\u043D\u0438\u0435 \u043E\u0431\u043D\u043E\u0432\u043B\u0435\u043D\u0438\u0439 \u043F\u043E <5>\u044D\u043B\u0435\u043A\u0442\u0440\u043E\u043D\u043D\u043E\u0439 \u043F\u043E\u0447\u0442\u0435 \u043D\u0438\u0436\u0435.",projectHomepage:'\u041F\u0440\u043E\u0435\u043A\u0442 "\u0414\u043E\u043C',joinTelegramGroup:"\u041F\u0440\u0438\u0441\u043E\u0435\u0434\u0438\u043D\u044F\u0439\u0442\u0435\u0441\u044C \u043A \u0433\u0440\u0443\u043F\u043F\u0435 \u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u0435\u043B\u0435\u0439 \u0434\u043B\u044F \u0443\u0447\u0430\u0441\u0442\u0438\u044F \u0432 \u043E\u0431\u0441\u0443\u0436\u0434\u0435\u043D\u0438\u0438 \u0444\u0443\u043D\u043A\u0446\u0438\u0439",wechatPublicAccount:"WeChat Public",wechatCommunities:"\u0413\u0440\u0443\u043F\u043F\u0430 \u043E\u0431\u043C\u0435\u043D\u0430 WeChat",qqCommunities:"\u041A\u0430\u043D\u0430\u043B \u0441\u0432\u044F\u0437\u0438 QQ",joinTelegramChannel:"\u0421\u043B\u0435\u0434\u0438\u0442\u0435 \u0437\u0430 \u043E\u0431\u043D\u043E\u0432\u043B\u0435\u043D\u0438\u044F\u043C\u0438 \u0432 Telegram-\u043A\u0430\u043D\u0430\u043B\u0435",feedbackAndJoin:"\u0412\u043E\u043F\u0440\u043E\u0441 \u041E\u0431\u0440\u0430\u0442\u043D\u0430\u044F \u0441\u0432\u044F\u0437\u044C / \u0414\u043E\u0431\u0430\u0432\u0438\u0442\u044C \u0433\u0440\u0443\u043F\u043F\u0443",autoSync:"\u0430\u0432\u0442\u043E\u043C\u0430\u0442\u0438\u0447\u0435\u0441\u043A\u0430\u044F \u0441\u0438\u043D\u0445\u0440\u043E\u043D\u0438\u0437\u0430\u0446\u0438\u044F \u0432\u0440\u0435\u043C\u0435\u043D\u0438",loadingThemeTitle:"\u0421\u0442\u0438\u043B\u044C \u0437\u0430\u0433\u0440\u0443\u0437\u043A\u0438",loadingThemeDescription:"\u0423\u0441\u0442\u0430\u043D\u043E\u0432\u043A\u0430 \u0441\u0442\u0438\u043B\u044F \u043F\u0440\u0438 \u043E\u0436\u0438\u0434\u0430\u043D\u0438\u0438 \u0437\u0430\u0433\u0440\u0443\u0437\u043A\u0438 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430","loadingTheme.spinner":"\u0412\u0440\u0430\u0449\u0430\u044E\u0449\u0430\u044F\u0441\u044F \u0430\u043D\u0438\u043C\u0430\u0446\u0438\u044F","loadingTheme.text":"\u0441\u0442\u0430\u0442\u0438\u0447\u0435\u0441\u043A\u0438\u0439 \u0442\u0435\u043A\u0441\u0442 \u0447\u0435\u0433\u043E-\u043B. ","loadingTheme.none":"\u043D\u0435 \u043F\u043E\u043A\u0430\u0437\u0430\u043D\u043E",developerDescription:"\u0414\u043E\u043A\u0443\u043C\u0435\u043D\u0442\u0430\u0446\u0438\u044E \u043F\u043E \u0440\u0430\u0441\u0448\u0438\u0440\u0435\u043D\u043D\u043E\u0439 \u043D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0435 \u043C\u043E\u0436\u043D\u043E \u043D\u0430\u0439\u0442\u0438 <1>\u0437\u0434\u0435\u0441\u044C","edit border color":"\u0418\u0437\u043C\u0435\u043D\u0435\u043D\u0438\u0435 \u0446\u0432\u0435\u0442\u0430 \u0433\u0440\u0430\u043D\u0438\u0446\u044B",successSyncButNoChange:"\u0422\u0435\u043A\u0443\u0449\u0430\u044F \u043A\u043E\u043D\u0444\u0438\u0433\u0443\u0440\u0430\u0446\u0438\u044F \u0441\u043E\u043E\u0442\u0432\u0435\u0442\u0441\u0442\u0432\u0443\u0435\u0442 \u043E\u0431\u043B\u0430\u043A\u0443",customTheme:"\u041D\u0435\u0441\u0442\u0430\u043D\u0434\u0430\u0440\u0442\u043D\u044B\u0435 \u0446\u0432\u0435\u0442\u0430 \u0438 \u0440\u0430\u0437\u043C\u0435\u0440\u044B","customThemeLabel.borderColor":"\u0426\u0432\u0435\u0442 \u0433\u0440\u0430\u043D\u0438\u0446\u044B","customThemeLabel.borderRadius":"\u0421\u043A\u0440\u0443\u0433\u043B\u0435\u043D\u043D\u044B\u0435 \u043A\u0440\u0430\u044F","customThemeLabel.textColor":"\u0446\u0432\u0435\u0442 \u0442\u0435\u043A\u0441\u0442\u0430","customThemeLabel.backgroundColor":"\u0446\u0432\u0435\u0442 \u0444\u043E\u043D\u0430","customThemeLabel.zoom":"\u041C\u0430\u0441\u0448\u0442\u0430\u0431\u0438\u0440\u043E\u0432\u0430\u043D\u0438\u0435 \u0448\u0440\u0438\u0444\u0442\u0430 (%)","customThemeLabel.opacity":"\u041D\u0435\u043F\u0440\u043E\u0437\u0440\u0430\u0447\u043D\u043E\u0441\u0442\u044C \u0442\u0435\u043A\u0441\u0442\u0430 (%)",resetToDefaultColor:"\u0412\u043E\u0441\u0441\u0442\u0430\u043D\u043E\u0432\u043B\u0435\u043D\u0438\u0435 \u0446\u0432\u0435\u0442\u043E\u0432 \u043F\u043E \u0443\u043C\u043E\u043B\u0447\u0430\u043D\u0438\u044E",resetToDefaultSettings:"\u0412\u043E\u0441\u0441\u0442\u0430\u043D\u043E\u0432\u043B\u0435\u043D\u0438\u0435 \u043D\u0430\u0441\u0442\u0440\u043E\u0435\u043A \u043F\u043E \u0443\u043C\u043E\u043B\u0447\u0430\u043D\u0438\u044E",isTranslateTitle:"\u0412\u043A\u043B\u044E\u0447\u0438\u0442\u044C \u043F\u0435\u0440\u0435\u0432\u043E\u0434 \u0437\u0430\u0433\u043E\u043B\u043E\u0432\u043A\u043E\u0432 \u0441\u0442\u0440\u0430\u043D\u0438\u0446",isTranslateTitleDescription:"\u041F\u0440\u0438 \u043E\u0442\u043A\u0440\u044B\u0442\u0438\u0438 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u044B \u0435\u0435 \u0437\u0430\u0433\u043E\u043B\u043E\u0432\u043E\u043A \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0438\u0442\u0441\u044F",enableSearchEnhancement:"\u0412\u043A\u043B\u044E\u0447\u0435\u043D\u0438\u0435 \u0444\u0443\u043D\u043A\u0446\u0438\u0438 \u0440\u0430\u0441\u0448\u0438\u0440\u0435\u043D\u0438\u044F \u0434\u0432\u0443\u044F\u0437\u044B\u0447\u043D\u044B\u0445 \u0441\u043E\u043E\u0431\u0449\u0435\u043D\u0438\u0439",enableSearchEnhancementDescription:'\u041F\u043E\u0441\u043B\u0435 \u0432\u043A\u043B\u044E\u0447\u0435\u043D\u0438\u044F \u044D\u0442\u043E\u0439 \u0444\u0443\u043D\u043A\u0446\u0438\u0438 \u0440\u0435\u0437\u0443\u043B\u044C\u0442\u0430\u0442\u044B \u043F\u043E\u0438\u0441\u043A\u0430 "Google \u041D\u043E\u0432\u043E\u0441\u0442\u0438" \u0431\u0443\u0434\u0443\u0442 \u0430\u0432\u0442\u043E\u043C\u0430\u0442\u0438\u0447\u0435\u0441\u043A\u0438 \u043E\u0442\u043E\u0431\u0440\u0430\u0436\u0430\u0442\u044C\u0441\u044F \u0432 \u043F\u0440\u0430\u0432\u043E\u0439 \u043A\u043E\u043B\u043E\u043D\u043A\u0435 \u043F\u043E\u0434\u0434\u0435\u0440\u0436\u0438\u0432\u0430\u0435\u043C\u044B\u0445 \u0441\u0430\u0439\u0442\u043E\u0432 (Google \u041D\u043E\u0432\u043E\u0441\u0442\u0438, Google \u041F\u043E\u0438\u0441\u043A (\u043D\u0435\u043A\u043E\u0442\u043E\u0440\u044B\u0435 \u043A\u043B\u044E\u0447\u0435\u0432\u044B\u0435 \u0441\u043B\u043E\u0432\u0430), Snowball, Oriental Fortune, Futura, Tiger Community) \u0434\u043B\u044F \u0441\u043E\u043E\u0442\u0432\u0435\u0442\u0441\u0442\u0432\u0443\u044E\u0449\u0438\u0445 \u0430\u043D\u0433\u043B\u0438\u0439\u0441\u043A\u0438\u0445 \u043A\u043B\u044E\u0447\u0435\u0432\u044B\u0445 \u0441\u043B\u043E\u0432.',verifyService:"\u041D\u0430\u0436\u043C\u0438\u0442\u0435 \u0437\u0434\u0435\u0441\u044C, \u0447\u0442\u043E\u0431\u044B \u043F\u0440\u043E\u0442\u0435\u0441\u0442\u0438\u0440\u043E\u0432\u0430\u0442\u044C \u0443\u0441\u043B\u0443\u0433\u0443",verified:"\u041F\u0440\u043E\u0432\u0435\u0440\u043A\u0430 \u0443\u0441\u043F\u0435\u0448\u043D\u043E\u0441\u0442\u0438","field.langs":"\u041F\u043E\u0434\u0434\u0435\u0440\u0436\u0438\u0432\u0430\u0435\u043C\u044B\u0435 \u043A\u043E\u0434\u044B \u044F\u0437\u044B\u043A\u043E\u0432","field.model":"\u043C\u043E\u0434\u0435\u043B\u0438\u0440\u043E\u0432\u0430\u043D\u0438\u0435","field.translationEngine":"\u043C\u0435\u0445\u0430\u043D\u0438\u0437\u043C \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430","field.limitPerMinute":"\u041C\u0430\u043A\u0441\u0438\u043C\u0430\u043B\u044C\u043D\u043E\u0435 \u043A\u043E\u043B\u0438\u0447\u0435\u0441\u0442\u0432\u043E \u0437\u0430\u043F\u0440\u043E\u0441\u043E\u0432 \u0432 \u043C\u0438\u043D\u0443\u0442\u0443","field.limitPerSecond":"\u041C\u0430\u043A\u0441\u0438\u043C\u0430\u043B\u044C\u043D\u043E\u0435 \u043A\u043E\u043B\u0438\u0447\u0435\u0441\u0442\u0432\u043E \u0437\u0430\u043F\u0440\u043E\u0441\u043E\u0432 \u0432 \u0441\u0435\u043A\u0443\u043D\u0434\u0443","field.maxTextLengthPerRequest":"\u041C\u0430\u043A\u0441\u0438\u043C\u0430\u043B\u044C\u043D\u0430\u044F \u0434\u043B\u0438\u043D\u0430 \u0442\u0435\u043A\u0441\u0442\u0430 \u0432 \u043E\u0434\u043D\u043E\u043C \u0437\u0430\u043F\u0440\u043E\u0441\u0435","field.maxTextGroupLengthPerRequest":"\u041C\u0430\u043A\u0441\u0438\u043C\u0430\u043B\u044C\u043D\u043E\u0435 \u043A\u043E\u043B\u0438\u0447\u0435\u0441\u0442\u0432\u043E \u043F\u0430\u0440\u0430\u0433\u0440\u0430\u0444\u043E\u0432 \u0432 \u043E\u0434\u043D\u043E\u043C \u0437\u0430\u043F\u0440\u043E\u0441\u0435","field.apiUrl":"\u0410\u0434\u0440\u0435\u0441 \u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u0435\u043B\u044C\u0441\u043A\u043E\u0433\u043E \u0438\u043D\u0442\u0435\u0440\u0444\u0435\u0439\u0441\u0430 API","field.placeholderDelimiters":"\u0437\u0430\u0440\u0435\u0437\u0435\u0440\u0432\u0438\u0440\u043E\u0432\u0430\u043D\u043D\u043E\u0435 \u043C\u0435\u0441\u0442\u043E","description.custom":"\u0414\u043E\u0441\u0442\u0443\u043F \u043A \u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u0435\u043B\u044C\u0441\u043A\u043E\u043C\u0443 \u0438\u043D\u0442\u0435\u0440\u0444\u0435\u0439\u0441\u0443 \u0422\u0440\u0435\u0431\u0443\u0435\u0442\u0441\u044F \u0434\u043E\u043A\u0443\u043C\u0435\u043D\u0442\u0430\u0446\u0438\u044F","description.limitPerMinute":"\u0417\u0430\u043F\u0440\u043E\u0441\u044B, \u043F\u0440\u0435\u0432\u044B\u0448\u0430\u044E\u0449\u0438\u0435 \u044D\u0442\u043E\u0442 \u043B\u0438\u043C\u0438\u0442, \u043F\u043E\u043F\u0430\u0434\u0430\u044E\u0442 \u0432 \u043E\u0447\u0435\u0440\u0435\u0434\u044C \u0434\u043E \u043D\u0430\u0447\u0430\u043B\u0430 \u0441\u043B\u0435\u0434\u0443\u044E\u0449\u0435\u0439 \u043C\u0438\u043D\u0443\u0442\u044B. \u0412 \u0441\u0432\u044F\u0437\u0438 \u0441 \u0440\u0430\u0437\u043B\u0438\u0447\u043D\u044B\u043C\u0438 \u043E\u0433\u0440\u0430\u043D\u0438\u0447\u0435\u043D\u0438\u044F\u043C\u0438 \u0442\u0435\u043A\u0443\u0449\u0435\u0433\u043E \u0441\u0435\u0440\u0432\u0438\u0441\u0430 OpenAI, \u043F\u043E\u0441\u043B\u0435\u0434\u043D\u0438\u0435 \u043F\u0440\u0435\u0434\u043B\u0430\u0433\u0430\u0435\u043C\u044B\u0435 \u0437\u043D\u0430\u0447\u0435\u043D\u0438\u044F \u043C\u043E\u0436\u043D\u043E \u043F\u043E\u0441\u043C\u043E\u0442\u0440\u0435\u0442\u044C <1>\u0437\u0434\u0435\u0441\u044C","description.limitPerSecond":"\u0417\u0430\u043F\u0440\u043E\u0441\u044B, \u043F\u0440\u0435\u0432\u044B\u0448\u0430\u044E\u0449\u0438\u0435 \u044D\u0442\u043E\u0442 \u043B\u0438\u043C\u0438\u0442, \u043F\u043E\u043F\u0430\u0434\u0430\u044E\u0442 \u0432 \u043E\u0447\u0435\u0440\u0435\u0434\u044C \u0434\u043E \u043D\u0430\u0447\u0430\u043B\u0430 \u0441\u043B\u0435\u0434\u0443\u044E\u0449\u0435\u0439 \u0441\u0435\u043A\u0443\u043D\u0434\u044B. \u0412 \u0441\u0432\u044F\u0437\u0438 \u0441 \u0440\u0430\u0437\u043B\u0438\u0447\u043D\u044B\u043C\u0438 \u043E\u0433\u0440\u0430\u043D\u0438\u0447\u0435\u043D\u0438\u044F\u043C\u0438 \u0442\u0435\u043A\u0443\u0449\u0435\u0433\u043E \u0441\u0435\u0440\u0432\u0438\u0441\u0430 OpenAI, \u043F\u043E\u0441\u043B\u0435\u0434\u043D\u0438\u0435 \u043F\u0440\u0435\u0434\u043B\u0430\u0433\u0430\u0435\u043C\u044B\u0435 \u0437\u043D\u0430\u0447\u0435\u043D\u0438\u044F \u043C\u043E\u0436\u043D\u043E \u043F\u043E\u0441\u043C\u043E\u0442\u0440\u0435\u0442\u044C <1>\u0437\u0434\u0435\u0441\u044C","description.generalLimitPerSecond":"\u0417\u0430\u043F\u0440\u043E\u0441\u044B, \u043F\u0440\u0435\u0432\u044B\u0448\u0430\u044E\u0449\u0438\u0435 \u044D\u0442\u043E\u0442 \u043B\u0438\u043C\u0438\u0442, \u043F\u043E\u043F\u0430\u0434\u0430\u044E\u0442 \u0432 \u043E\u0447\u0435\u0440\u0435\u0434\u044C \u0434\u043E \u043D\u0430\u0447\u0430\u043B\u0430 \u0441\u043B\u0435\u0434\u0443\u044E\u0449\u0435\u0439 \u0441\u0435\u043A\u0443\u043D\u0434\u044B.","description.prompt":"\u041E\u0442\u043F\u0440\u0430\u0432\u0438\u0442\u044C \u0434\u0438\u0430\u043B\u043E\u0433 {service} \u043E\u0442 \u0438\u043C\u0435\u043D\u0438 \u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u0435\u043B\u044F, \u0433\u0434\u0435 {{text}} \u043E\u0431\u043E\u0437\u043D\u0430\u0447\u0430\u0435\u0442 \u0442\u0435\u043A\u0441\u0442 \u043F\u0430\u0440\u0430\u0433\u0440\u0430\u0444\u0430, {{from}} \u043E\u0431\u043E\u0437\u043D\u0430\u0447\u0430\u0435\u0442 \u044F\u0437\u044B\u043A \u043F\u0430\u0440\u0430\u0433\u0440\u0430\u0444\u0430, \u0430 {{to}} \u043E\u0431\u043E\u0437\u043D\u0430\u0447\u0430\u0435\u0442 \u0446\u0435\u043B\u0435\u0432\u043E\u0439 \u044F\u0437\u044B\u043A.","description.maxTextLengthPerRequest":"\u041C\u0430\u043A\u0441\u0438\u043C\u0430\u043B\u044C\u043D\u043E\u0435 \u043A\u043E\u043B\u0438\u0447\u0435\u0441\u0442\u0432\u043E \u0441\u0438\u043C\u0432\u043E\u043B\u043E\u0432 \u0432 \u043E\u0434\u043D\u043E\u043C \u0437\u0430\u043F\u0440\u043E\u0441\u0435 \u0441\u043B\u0438\u0448\u043A\u043E\u043C \u0432\u0435\u043B\u0438\u043A\u043E, \u0447\u0442\u043E \u043F\u0440\u0438\u0432\u043E\u0434\u0438\u0442 \u043A \u043C\u0435\u0434\u043B\u0435\u043D\u043D\u043E\u043C\u0443 \u043E\u0442\u043A\u043B\u0438\u043A\u0443 \u0438\u043D\u0442\u0435\u0440\u0444\u0435\u0439\u0441\u0430, \u043F\u043E\u044D\u0442\u043E\u043C\u0443 \u043F\u043E\u043F\u0440\u043E\u0431\u0443\u0439\u0442\u0435 \u043E\u0442\u0440\u0435\u0433\u0443\u043B\u0438\u0440\u043E\u0432\u0430\u0442\u044C \u044D\u0442\u043E\u0442 \u043F\u0430\u0440\u0430\u043C\u0435\u0442\u0440 \u0434\u043B\u044F \u043E\u043F\u0442\u0438\u043C\u0438\u0437\u0430\u0446\u0438\u0438 \u0441\u043A\u043E\u0440\u043E\u0441\u0442\u0438 \u0440\u0430\u0431\u043E\u0442\u044B","description.systemPrompt":"\u0414\u0438\u0430\u043B\u043E\u0433, \u043F\u0435\u0440\u0435\u0434\u0430\u043D\u043D\u044B\u0439 \u0432 OpenAI \u043A\u0430\u043A \u0432 \u0441\u0438\u0441\u0442\u0435\u043C\u0443, \u0433\u0434\u0435 {{text}} \u0443\u043A\u0430\u0437\u044B\u0432\u0430\u0435\u0442 \u043D\u0430 \u0442\u0435\u043A\u0441\u0442\u043E\u0432\u043E\u0435 \u0441\u043E\u0434\u0435\u0440\u0436\u0430\u043D\u0438\u0435 \u0430\u0431\u0437\u0430\u0446\u0430,{{from}} - \u043D\u0430 \u044F\u0437\u044B\u043A \u0430\u0431\u0437\u0430\u0446\u0430, \u0430{{to}} - \u043D\u0430 \u0446\u0435\u043B\u0435\u0432\u043E\u0439 \u044F\u0437\u044B\u043A.","field.domain":"\u0446\u0430\u0440\u0441\u0442\u0432\u043E","description.domain":"\u041F\u043E \u0443\u043C\u043E\u043B\u0447\u0430\u043D\u0438\u044E \u0443\u0441\u0442\u0430\u043D\u043E\u0432\u043B\u0435\u043D\u043E \u0437\u043D\u0430\u0447\u0435\u043D\u0438\u0435\uFF1Ageneral. \u041C\u043E\u0436\u0435\u0442 \u0431\u044B\u0442\u044C \u0443\u0441\u0442\u0430\u043D\u043E\u0432\u043B\u0435\u043D\u043E \u0442\u043E\u043B\u044C\u043A\u043E \u0432 \u0442\u043E\u043C \u0441\u043B\u0443\u0447\u0430\u0435, \u0435\u0441\u043B\u0438 \u0432 \u043A\u043E\u043D\u0441\u043E\u043B\u0438 Arima API \u0432\u043A\u043B\u044E\u0447\u0435\u043D \u0434\u043E\u043C\u0435\u043D\u043D\u044B\u0439 \u043F\u0435\u0440\u0435\u0432\u043E\u0434, \u043F\u043E\u0434\u0434\u0435\u0440\u0436\u0438\u0432\u0430\u0435\u043C\u044B\u0435 \u0434\u043E\u043C\u0435\u043D\u044B \u0441\u043C. <1>\u0437\u0434\u0435\u0441\u044C","field.scene":"\u0432\u0437\u044F\u0442\u044C","description.scene":"\u041F\u043E \u0443\u043C\u043E\u043B\u0447\u0430\u043D\u0438\u044E \u0443\u0441\u0442\u0430\u043D\u043E\u0432\u043B\u0435\u043D\u043E \u0437\u043D\u0430\u0447\u0435\u043D\u0438\u0435\uFF1Ageneral. \u041C\u043E\u0436\u0435\u0442 \u0431\u044B\u0442\u044C \u0443\u0441\u0442\u0430\u043D\u043E\u0432\u043B\u0435\u043D\u043E \u0442\u043E\u043B\u044C\u043A\u043E \u0432 \u0442\u043E\u043C \u0441\u043B\u0443\u0447\u0430\u0435, \u0435\u0441\u043B\u0438 \u0432 \u043A\u043E\u043D\u0441\u043E\u043B\u0438 AliCloud API \u043E\u0442\u043A\u0440\u044B\u0442 Machine Translation Pro, \u043E \u043F\u043E\u0434\u0434\u0435\u0440\u0436\u0438\u0432\u0430\u0435\u043C\u044B\u0445 \u0441\u0446\u0435\u043D\u0430\u0440\u0438\u044F\u0445 \u0441\u043C. <1>\u0437\u0434\u0435\u0441\u044C","field.vocabId":"\u0418\u0434\u0435\u043D\u0442\u0438\u0444\u0438\u043A\u0430\u0442\u043E\u0440 \u0441\u043B\u043E\u0432\u0430\u0440\u044F \u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u0435\u043B\u044F","description.vocabId":"\u0423\u043A\u0430\u0437\u0430\u043D\u043D\u044B\u0439 \u0441\u043B\u043E\u0432\u0430\u0440\u044C out_id, \u0432 \u043D\u0430\u0441\u0442\u043E\u044F\u0449\u0435\u0435 \u0432\u0440\u0435\u043C\u044F \u043F\u043E\u0434\u0434\u0435\u0440\u0436\u0438\u0432\u0430\u0435\u0442 \u043F\u0435\u0440\u0435\u0432\u043E\u0434 \u0441 \u0430\u043D\u0433\u043B\u0438\u0439\u0441\u043A\u043E\u0433\u043E \u043D\u0430 \u043A\u0438\u0442\u0430\u0439\u0441\u043A\u0438\u0439.","description.model":"\u041C\u043E\u0434\u0435\u043B\u0438 OpenAI, \u043C\u043E\u0433\u0443\u0442 \u0431\u044B\u0442\u044C gpt-3.5-turbo, gpt-4 \u0438 \u0442.\u0434.","description.maxTextGroupLengthPerRequest":"\u041A\u043E\u043B\u0438\u0447\u0435\u0441\u0442\u0432\u043E \u0430\u0431\u0437\u0430\u0446\u0435\u0432, \u043F\u0435\u0440\u0435\u0434\u0430\u0432\u0430\u0435\u043C\u044B\u0445 \u0441\u043B\u0443\u0436\u0431\u0435 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430 \u0437\u0430 \u043E\u0434\u0438\u043D \u0440\u0430\u0437, \u0435\u0441\u043B\u0438 \u0438\u0445 \u0441\u043B\u0438\u0448\u043A\u043E\u043C \u043C\u043D\u043E\u0433\u043E, \u044D\u0442\u043E \u043C\u043E\u0436\u0435\u0442 \u043F\u0440\u0438\u0432\u0435\u0441\u0442\u0438 \u043A \u0437\u0430\u043C\u0435\u0434\u043B\u0435\u043D\u0438\u044E \u0440\u0435\u0430\u043A\u0446\u0438\u0438 \u0438\u043D\u0442\u0435\u0440\u0444\u0435\u0439\u0441\u0430","description.apiUrl":"\u041F\u043E\u0436\u0430\u043B\u0443\u0439\u0441\u0442\u0430, \u0434\u043E\u0431\u0430\u0432\u044C\u0442\u0435 \u043A\u043E\u043D\u043A\u0440\u0435\u0442\u043D\u044B\u0435 URL \u0441 \u043F\u0443\u0442\u044F\u043C\u0438, <1>\u0431\u043E\u043B\u0435\u0435 \u043F\u043E\u0434\u0440\u043E\u0431\u043D\u043E\u0435 \u043E\u043F\u0438\u0441\u0430\u043D\u0438\u0435",enabledExtension:"\u0412\u043A\u043B\u044E\u0447\u0435\u043D\u0438\u0435 \u0440\u0430\u0441\u0448\u0438\u0440\u0435\u043D\u0438\u0439",clickToDisableExtension:"\u041D\u0430\u0436\u043C\u0438\u0442\u0435 \u0434\u043B\u044F \u043E\u0442\u043A\u043B\u044E\u0447\u0435\u043D\u0438\u044F \u0440\u0430\u0441\u0448\u0438\u0440\u0435\u043D\u0438\u0439",clickToEnableExtension:"\u041D\u0430\u0436\u043C\u0438\u0442\u0435 \u0434\u043B\u044F \u0432\u043A\u043B\u044E\u0447\u0435\u043D\u0438\u044F \u0440\u0430\u0441\u0448\u0438\u0440\u0435\u043D\u0438\u0439",hasBeenDisabled:"\u043E\u0442\u043A\u043B\u044E\u0447\u0435\u043D\u043E","show password":"\u041F\u043E\u043A\u0430\u0437\u0430\u0442\u044C \u043F\u0430\u0440\u043E\u043B\u044C",customContent:"\u0412\u0432\u0435\u0434\u0438\u0442\u0435 \u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u0435\u043B\u044C\u0441\u043A\u043E\u0435 \u0438\u043C\u044F \u043C\u043E\u0434\u0435\u043B\u0438",inputOptions:"\u0423\u0441\u043E\u0432\u0435\u0440\u0448\u0435\u043D\u0441\u0442\u0432\u043E\u0432\u0430\u043D\u0438\u0435 \u0431\u043B\u043E\u043A\u0430 \u0432\u0432\u043E\u0434\u0430",mouseHoverOptions:"\u043D\u0430\u0432\u0435\u0434\u0435\u043D\u0438\u0435 \u043C\u044B\u0448\u0438",modifyMouseHoverKey:"\u0418\u0437\u043C\u0435\u043D\u0435\u043D\u0438\u0435 \u044F\u0440\u043B\u044B\u043A\u0430 \u043D\u0430\u0432\u0435\u0434\u0435\u043D\u0438\u044F \u043C\u044B\u0448\u0438",enableInputTranslation:"\u0412\u043A\u043B\u044E\u0447\u0430\u0442\u044C \u043B\u0438 \u0440\u0430\u0441\u0448\u0438\u0440\u0435\u043D\u0438\u0435 \u043F\u043E\u043B\u044F \u0432\u0432\u043E\u0434\u0430",enableInputTranslationDescription:"\u041F\u043E\u0441\u043B\u0435 \u0432\u043A\u043B\u044E\u0447\u0435\u043D\u0438\u044F \u0432\u0432\u0435\u0434\u0438\u0442\u0435 {startingKey}{startingKey} hello \u043F\u0440\u044F\u043C\u043E \u0432 \u043F\u043E\u043B\u0435 \u0432\u0432\u043E\u0434\u0430, \u0437\u0430\u0442\u0435\u043C \u0431\u044B\u0441\u0442\u0440\u043E \u043D\u0430\u0431\u0435\u0440\u0438\u0442\u0435{inputTrailingTriggerKeyRepeatTimes}\u0440\u0430\u0437{trailingKey}, \u0447\u0442\u043E\u0431\u044B \u043F\u0435\u0440\u0435\u0432\u0435\u0441\u0442\u0438 \u043D\u0430 {inputTargetLanguage}.",enableInputTranslationDescriptionForNoneKey:"\u041F\u043E\u0441\u043B\u0435 \u0432\u043A\u043B\u044E\u0447\u0435\u043D\u0438\u044F \u044D\u0442\u043E\u0439 \u0444\u0443\u043D\u043A\u0446\u0438\u0438 \u0432\u0432\u0435\u0434\u0438\u0442\u0435\uFF1AHello World \u043D\u0435\u043F\u043E\u0441\u0440\u0435\u0434\u0441\u0442\u0432\u0435\u043D\u043D\u043E \u0432 \u043F\u043E\u043B\u0435 \u0432\u0432\u043E\u0434\u0430, \u0430 \u0437\u0430\u0442\u0435\u043C \u0431\u044B\u0441\u0442\u0440\u043E \u043D\u0430\u0436\u043C\u0438\u0442\u0435{inputTrailingTriggerKeyRepeatTimes}{trailingKey}\u0440\u0430\u0437 \u0434\u043B\u044F \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430 \u043D\u0430 \u0446\u0435\u043B\u0435\u0432\u043E\u0439 \u044F\u0437\u044B\u043A \u043F\u043E \u0443\u043C\u043E\u043B\u0447\u0430\u043D\u0438\u044E.",inputTargetLanguage:"\u0423\u0441\u0442\u0430\u043D\u043E\u0432\u043A\u0430 \u0446\u0435\u043B\u0435\u0432\u043E\u0433\u043E \u044F\u0437\u044B\u043A\u0430 \u043F\u043E \u0443\u043C\u043E\u043B\u0447\u0430\u043D\u0438\u044E \u0434\u043B\u044F \u043E\u043A\u043E\u043D \u0432\u0432\u043E\u0434\u0430",inputTargetLanguageDescription:"\u0426\u0435\u043B\u0435\u0432\u043E\u0439 \u044F\u0437\u044B\u043A \u043F\u043E \u0443\u043C\u043E\u043B\u0447\u0430\u043D\u0438\u044E \u0434\u043B\u044F \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430 \u043E\u043A\u043D\u0430 \u0432\u0432\u043E\u0434\u0430, \u0442.\u0435. {startingKey}{startingKey} \u043A\u0430\u043A \u044F\u0437\u044B\u043A \u043F\u043E \u0443\u043C\u043E\u043B\u0447\u0430\u043D\u0438\u044E \u0434\u043B\u044F \u0442\u0440\u0438\u0433\u0433\u0435\u0440\u043D\u044B\u0445 \u0441\u043B\u043E\u0432",inputTargetLanguageDescriptionForNoneKey:"\u0426\u0435\u043B\u0435\u0432\u043E\u0439 \u044F\u0437\u044B\u043A \u043F\u043E \u0443\u043C\u043E\u043B\u0447\u0430\u043D\u0438\u044E \u0434\u043B\u044F \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430 \u043F\u043E\u043B\u044F \u0432\u0432\u043E\u0434\u0430",inputStartingTriggerKeyTitle:"\u0423\u0441\u0442\u0430\u043D\u043E\u0432\u043A\u0430 \u0441\u0438\u043C\u0432\u043E\u043B\u0430 \u0440\u0430\u0437\u0434\u0435\u043B\u0435\u043D\u0438\u044F \u0434\u043B\u044F \u0447\u0430\u0441\u0442\u0438\u0447\u043D\u043E\u0433\u043E \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430 \u043F\u043E\u043B\u044F \u0432\u0432\u043E\u0434\u0430",inputStartingTriggerKeyDescription:"\u0415\u0441\u043B\u0438 \u043D\u0435\u0442 \u043D\u0435\u043E\u0431\u0445\u043E\u0434\u0438\u043C\u043E\u0441\u0442\u0438 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0438\u0442\u044C \u0432\u0441\u0435 \u043F\u043E\u043B\u0435 \u0432\u0432\u043E\u0434\u0430, \u0441\u043F\u043B\u0438\u0442\u0442\u0435\u0440 \u043F\u043E\u0437\u0432\u043E\u043B\u044F\u0435\u0442 \u043F\u0435\u0440\u0435\u0432\u0435\u0441\u0442\u0438 \u0442\u043E\u043B\u044C\u043A\u043E \u0447\u0430\u0441\u0442\u044C \u043E\u0442 {startingKey}{startingKey} \u0434\u043E \u043A\u043E\u043D\u0446\u0430 \u043F\u043E\u043B\u044F \u0432\u0432\u043E\u0434\u0430, \u0438\u043B\u0438 \u043C\u043E\u0436\u043D\u043E \u0443\u043A\u0430\u0437\u0430\u0442\u044C \u043A\u043E\u0434 \u044F\u0437\u044B\u043A\u0430, \u043D\u0430\u043F\u0440\u0438\u043C\u0435\u0440,\uFF1A{startingKey}ja \u043E\u0437\u043D\u0430\u0447\u0430\u0435\u0442 \u043F\u0435\u0440\u0435\u0432\u043E\u0434 \u0442\u043E\u043B\u044C\u043A\u043E \u0447\u0430\u0441\u0442\u0438 \u043E\u0442 {startingKey}ja \u0434\u043E \u043A\u043E\u043D\u0446\u0430 \u043F\u043E\u043B\u044F \u0432\u0432\u043E\u0434\u0430.",inputStartingTriggerKeyDescriptionForNoneKey:"\u0422\u0435\u043A\u0443\u0449\u0430\u044F \u043D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0430 \u043E\u0442\u0441\u0443\u0442\u0441\u0442\u0432\u0438\u044F \u043F\u0440\u0435\u0444\u0438\u043A\u0441\u0430 \u043D\u0435 \u043D\u0443\u0436\u043D\u0430, \u0438 \u0444\u0443\u043D\u043A\u0446\u0438\u044F \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430 \u043D\u0435\u043A\u043E\u0442\u043E\u0440\u044B\u0445 \u0442\u0435\u043A\u0441\u0442\u043E\u0432 \u0432 \u043E\u043A\u043D\u0435 \u0432\u0432\u043E\u0434\u0430 \u043F\u043E\u043A\u0430 \u043D\u0435 \u043C\u043E\u0436\u0435\u0442 \u0431\u044B\u0442\u044C \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u043D\u0430.",inputTrailingTriggerKeyTitle:"\u0412\u044B\u0431\u0435\u0440\u0438\u0442\u0435 \u0441\u0438\u043C\u0432\u043E\u043B \u043E\u043A\u043E\u043D\u0447\u0430\u043D\u0438\u044F \u0432\u0432\u043E\u0434\u0430",inputTrailingTriggerKeyDescription:"3 \u0431\u044B\u0441\u0442\u0440\u044B\u0445 \u0443\u0434\u0430\u0440\u0430{trailingKey} \u043D\u0430\u0447\u043D\u0435\u0442 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0438\u0442\u044C!",inputTrailingTriggerKeyTimeout:"\u0412\u0432\u0435\u0434\u0438\u0442\u0435 \u0432\u0440\u0435\u043C\u044F \u043C\u0435\u0436\u0434\u0443 \u0441\u0440\u0430\u0431\u0430\u0442\u044B\u0432\u0430\u043D\u0438\u044F\u043C\u0438 \u0432 \u043A\u043E\u043D\u0446\u0435 \u0431\u043E\u044F",inputTrailingTriggerKeyTimeoutDescription:"\u0423\u0441\u0442\u0430\u043D\u0430\u0432\u043B\u0438\u0432\u0430\u0435\u0442 \u0432\u0440\u0435\u043C\u044F (\u0432 \u043C\u0438\u043B\u043B\u0438\u0441\u0435\u043A\u0443\u043D\u0434\u0430\u0445) \u043C\u0435\u0436\u0434\u0443 \u0441\u0440\u0430\u0431\u0430\u0442\u044B\u0432\u0430\u043D\u0438\u044F\u043C\u0438 \u043A\u043E\u043C\u0431\u0438\u043D\u0438\u0440\u043E\u0432\u0430\u043D\u043D\u044B\u0445 \u0443\u0441\u0442\u0440\u043E\u0439\u0441\u0442\u0432 \u043E\u043A\u043E\u043D\u0447\u0430\u043D\u0438\u044F \u0432\u0432\u043E\u0434\u0430",spaceKey:"<\u7A7A\u683C\u952E>",noneKey:"\u041F\u0440\u044F\u043C\u043E\u0439 \u043F\u0435\u0440\u0435\u0432\u043E\u0434 \u0432\u0441\u0435\u0433\u043E \u0442\u0435\u043A\u0441\u0442\u043E\u0432\u043E\u0433\u043E \u043F\u043E\u043B\u044F \u0431\u0435\u0437 \u043F\u0440\u0435\u0444\u0438\u043A\u0441\u043E\u0432",inputTranslationBlockUrlsTitle:"\u041D\u0435 \u0432\u043A\u043B\u044E\u0447\u0430\u0439\u0442\u0435 \u0440\u0430\u0441\u0448\u0438\u0440\u0435\u043D\u0438\u0435 \u043F\u043E\u043B\u044F \u0432\u0432\u043E\u0434\u0430 \u0432 \u0441\u043B\u0435\u0434\u0443\u044E\u0449\u0438\u0445 URL-\u0430\u0434\u0440\u0435\u0441\u0430\u0445",inputTranslationBlockUrlsDescription:"\u0423\u0441\u043E\u0432\u0435\u0440\u0448\u0435\u043D\u0441\u0442\u0432\u043E\u0432\u0430\u043D\u0438\u044F \u043F\u043E\u043B\u044F \u0432\u0432\u043E\u0434\u0430 \u043D\u0435 \u0431\u0443\u0434\u0443\u0442 \u0440\u0430\u0431\u043E\u0442\u0430\u0442\u044C \u043D\u0430 \u0441\u043B\u0435\u0434\u0443\u044E\u0449\u0438\u0445 URL-\u0430\u0434\u0440\u0435\u0441\u0430\u0445",clickToSeeQuickDemo:"\u041D\u0430\u0436\u043C\u0438\u0442\u0435, \u0447\u0442\u043E\u0431\u044B \u0440\u0430\u0437\u0432\u0435\u0440\u043D\u0443\u0442\u044C 30-\u0441\u0435\u043A\u0443\u043D\u0434\u043D\u044B\u0439 \u043E\u0431\u0443\u0447\u0430\u044E\u0449\u0438\u0439 \u0432\u0438\u0434\u0435\u043E\u0440\u043E\u043B\u0438\u043A",inputHelperInfo:"\u041E\u043F\u0438\u0441\u0430\u043D\u0438\u0435\uFF1A\u041C\u044B \u043E\u043F\u0442\u0438\u043C\u0438\u0437\u0438\u0440\u043E\u0432\u0430\u043B\u0438 \u0440\u0430\u0431\u043E\u0442\u0443 \u0441 \u0442\u0435\u043C, \u0447\u0442\u043E \u043D\u0435\u043A\u043E\u0442\u043E\u0440\u044B\u0435 \u0442\u0440\u0438\u0433\u0433\u0435\u0440\u043D\u044B\u0435 \u0441\u0438\u043C\u0432\u043E\u043B\u044B \u043F\u0440\u0435\u0432\u0440\u0430\u0449\u0430\u044E\u0442\u0441\u044F \u0432 \u043A\u0438\u0442\u0430\u0439\u0441\u043A\u0438\u0435 \u0437\u043D\u0430\u043A\u0438 \u043F\u0440\u0435\u043F\u0438\u043D\u0430\u043D\u0438\u044F \u043F\u0440\u0438 \u043A\u0438\u0442\u0430\u0439\u0441\u043A\u0438\u0445 \u043C\u0435\u0442\u043E\u0434\u0430\u0445 \u0432\u0432\u043E\u0434\u0430, \u043D\u0430\u043F\u0440\u0438\u043C\u0435\u0440, / \u043F\u0440\u0435\u0432\u0440\u0430\u0449\u0430\u0435\u0442\u0441\u044F \u0432 \u0437\u043D\u0430\u043A dun , \u043F\u0440\u0438 \u043C\u0435\u0442\u043E\u0434\u0435 \u0432\u0432\u043E\u0434\u0430 Sogou, \u0438 Immersive Translator \u043F\u043E\u0434\u0434\u0435\u0440\u0436\u0438\u0432\u0430\u0435\u0442 \u0432\u0441\u0435 \u043A\u0438\u0442\u0430\u0439\u0441\u043A\u0438\u0435 \u0441\u0438\u043C\u0432\u043E\u043B\u044B, \u0441\u043E\u043E\u0442\u0432\u0435\u0442\u0441\u0442\u0432\u0443\u044E\u0449\u0438\u0435 \u0442\u0440\u0438\u0433\u0433\u0435\u0440\u043D\u044B\u043C \u0441\u0438\u043C\u0432\u043E\u043B\u0430\u043C, \u0442.\u0435. //,,, \u0431\u0443\u0434\u0443\u0442 \u0440\u0430\u0441\u043F\u043E\u0437\u043D\u0430\u0432\u0430\u0442\u044C\u0441\u044F \u043A\u0430\u043A \u0442\u0440\u0438\u0433\u0433\u0435\u0440\u043D\u044B\u0435 \u0441\u0438\u043C\u0432\u043E\u043B\u044B.

\u041C\u044B \u0442\u0430\u043A\u0436\u0435 \u043F\u043E\u0434\u0434\u0435\u0440\u0436\u0438\u0432\u0430\u0435\u043C \u043A\u0438\u0442\u0430\u0439\u0441\u043A\u0438\u0435 \u043F\u0441\u0435\u0432\u0434\u043E\u043D\u0438\u043C\u044B \u0434\u043B\u044F \u044F\u0437\u044B\u043A\u043E\u0432\u044B\u0445 \u043A\u043E\u0434\u043E\u0432 \u0432 \u043A\u0430\u0447\u0435\u0441\u0442\u0432\u0435 \u043A\u043E\u043C\u0430\u043D\u0434, \u043D\u0430\u043F\u0440\u0438\u043C\u0435\u0440, /Japanese Hello World \u0431\u0443\u0434\u0435\u0442 \u043F\u0435\u0440\u0435\u0432\u0435\u0434\u0435\u043D \u043D\u0430 \u044F\u043F\u043E\u043D\u0441\u043A\u0438\u0439 \u044F\u0437\u044B\u043A, <1>\u043D\u0430\u0436\u043C\u0438\u0442\u0435 \u0437\u0434\u0435\u0441\u044C, \u0447\u0442\u043E\u0431\u044B \u043F\u043E\u0441\u043C\u043E\u0442\u0440\u0435\u0442\u044C \u0432\u0441\u0435 \u043F\u043E\u0434\u0434\u0435\u0440\u0436\u0438\u0432\u0430\u0435\u043C\u044B\u0435 \u044F\u0437\u044B\u043A\u043E\u0432\u044B\u0435 \u043A\u043E\u0434\u044B.",reloadCurrentPage:"\u041F\u0435\u0440\u0435\u0434 \u043D\u0430\u0447\u0430\u043B\u043E\u043C \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430 \u043E\u0431\u043D\u043E\u0432\u0438\u0442\u0435 \u0442\u0435\u043A\u0443\u0449\u0443\u044E \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u0443.",noLocalFilePermissionForPDF:"\u0423 \u0432\u0430\u0441 \u043D\u0435\u0442 \u043F\u0440\u0430\u0432 \u043D\u0430 \u0447\u0442\u0435\u043D\u0438\u0435 \u043B\u043E\u043A\u0430\u043B\u044C\u043D\u044B\u0445 \u0444\u0430\u0439\u043B\u043E\u0432, \u043F\u043E\u0436\u0430\u043B\u0443\u0439\u0441\u0442\u0430, \u043D\u0430\u0436\u043C\u0438\u0442\u0435 \u043A\u043D\u043E\u043F\u043A\u0443 \u0432\u044B\u0448\u0435, \u0430 \u0437\u0430\u0442\u0435\u043C \u0438\u043C\u043F\u043E\u0440\u0442\u0438\u0440\u0443\u0439\u0442\u0435 \u043B\u043E\u043A\u0430\u043B\u044C\u043D\u044B\u0435 \u0444\u0430\u0439\u043B\u044B.",noPermissionForThisPage:"\u26A0\uFE0F \u041D\u0435\u0442 \u0440\u0430\u0437\u0440\u0435\u0448\u0435\u043D\u0438\u044F \u043D\u0430 \u043F\u0435\u0440\u0435\u0432\u043E\u0434 \u0442\u0435\u043A\u0443\u0449\u0435\u0439 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u044B",retryAllParagraphs:"\u041F\u043E\u0432\u0442\u043E\u0440\u043D\u043E\u0435 \u0432\u044B\u043F\u043E\u043B\u043D\u0435\u043D\u0438\u0435 \u0432\u0441\u0435\u0445 \u043E\u0448\u0438\u0431\u043E\u0447\u043D\u044B\u0445 \u043F\u0435\u0440\u0435\u0445\u043E\u0434\u043E\u0432",retryAllButton:"\u041F\u043E\u0432\u0442\u043E\u0440\u043D\u043E\u0435 \u0432\u044B\u043F\u043E\u043B\u043D\u0435\u043D\u0438\u0435 \u0432\u0441\u0435\u0445 \u043E\u0448\u0438\u0431\u043E\u0447\u043D\u044B\u0445 \u043F\u0435\u0440\u0435\u0445\u043E\u0434\u043E\u0432",errorTooltipTitle:"\u0429\u0435\u043B\u043A\u043D\u0438\u0442\u0435, \u0447\u0442\u043E\u0431\u044B \u0443\u0432\u0438\u0434\u0435\u0442\u044C \u043F\u0440\u0438\u0447\u0438\u043D\u0443 \u043E\u0448\u0438\u0431\u043A\u0438",errorModalTitle:"\u041F\u043E\u0445\u043E\u0436\u0435, \u0447\u0442\u043E-\u0442\u043E \u043D\u0435 \u0442\u0430\u043A \u0441\u043E \u0441\u043B\u0443\u0436\u0431\u043E\u0439 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430 \u0438\u043B\u0438 \u0441\u0435\u0442\u044C\u044E...",disableConfirm:"\u0414\u0432\u0443\u044F\u0437\u044B\u0447\u043D\u0430\u044F \u0443\u0441\u0442\u0430\u043D\u043E\u0432\u043A\u0430 \u0434\u043B\u044F \u0440\u0430\u0441\u0448\u0438\u0440\u0435\u043D\u0438\u044F \u0438\u043D\u0444\u043E\u0440\u043C\u0430\u0446\u0438\u0438",disableOnce:"\u042D\u0442\u0430 \u0438\u043D\u0432\u0430\u043B\u0438\u0434\u043D\u043E\u0441\u0442\u044C",disableGlobal:"\u043E\u0442\u043A\u043B\u044E\u0447\u0438\u0442\u044C \u043D\u0430\u0432\u0441\u0435\u0433\u0434\u0430",disableTint:"* \u0412\u044B \u043C\u043E\u0436\u0435\u0442\u0435 \u043F\u043E\u0432\u0442\u043E\u0440\u043D\u043E \u0432\u043A\u043B\u044E\u0447\u0438\u0442\u044C \u0435\u0433\u043E \u043D\u0430 \u0441\u0430\u0439\u0442\u0435 {option} .",searchEnhancementNotes:"\u041C\u044B \u043E\u0431\u043D\u0430\u0440\u0443\u0436\u0438\u043B\u0438, \u0447\u0442\u043E \u0440\u0435\u0437\u0443\u043B\u044C\u0442\u0430\u0442\u044B \u043F\u043E\u0438\u0441\u043A\u0430 \u043D\u043E\u0432\u043E\u0441\u0442\u0435\u0439 \u043F\u043E \u043A\u043B\u044E\u0447\u0435\u0432\u044B\u043C \u0441\u043B\u043E\u0432\u0430\u043C \u043D\u0430 \u043A\u0438\u0442\u0430\u0439\u0441\u043A\u043E\u043C \u0438 \u0430\u043D\u0433\u043B\u0438\u0439\u0441\u043A\u043E\u043C \u044F\u0437\u044B\u043A\u0430\u0445 \u0441\u0438\u043B\u044C\u043D\u043E \u043E\u0442\u043B\u0438\u0447\u0430\u044E\u0442\u0441\u044F. \u041F\u043E\u0441\u043B\u0435 \u0432\u043A\u043B\u044E\u0447\u0435\u043D\u0438\u044F \u0444\u0443\u043D\u043A\u0446\u0438\u0438 Immersive Translation Bilingual Information Enhancement \u043C\u044B \u0431\u0443\u0434\u0435\u043C \u0430\u0432\u0442\u043E\u043C\u0430\u0442\u0438\u0447\u0435\u0441\u043A\u0438 \u0438\u0441\u043A\u0430\u0442\u044C \u0434\u043B\u044F \u0432\u0430\u0441 \u0442\u0435 \u0436\u0435 \u0441\u0430\u043C\u044B\u0435 \u043A\u043B\u044E\u0447\u0435\u0432\u044B\u0435 \u0441\u043B\u043E\u0432\u0430 \u043D\u0430 \u0430\u043D\u0433\u043B\u0438\u0439\u0441\u043A\u043E\u043C \u044F\u0437\u044B\u043A\u0435 \u043D\u0430 \u043F\u043E\u0434\u0434\u0435\u0440\u0436\u0438\u0432\u0430\u0435\u043C\u044B\u0445 \u0441\u0430\u0439\u0442\u0430\u0445 (Google News, Google Search (\u043D\u0435\u043A\u043E\u0442\u043E\u0440\u044B\u0435 \u043A\u043B\u044E\u0447\u0435\u0432\u044B\u0435 \u0441\u043B\u043E\u0432\u0430), Snowball, Oriental Wealth, Futura, Tiger) \u0438 \u043E\u0442\u043E\u0431\u0440\u0430\u0436\u0430\u0442\u044C \u0438\u0445 \u0432 \u043F\u0440\u0430\u0432\u043E\u0439 \u0447\u0430\u0441\u0442\u0438. \u0412\u044B \u043C\u043E\u0436\u0435\u0442\u0435 \u043E\u0442\u043A\u043B\u044E\u0447\u0438\u0442\u044C \u044D\u0442\u0443 \u0444\u0443\u043D\u043A\u0446\u0438\u044E, \u0435\u0441\u043B\u0438 \u043E\u043D\u0430 \u0432\u0430\u043C \u043D\u0435 \u043D\u0443\u0436\u043D\u0430.",option:"\u043D\u0430\u0441\u0442\u0440\u0430\u0438\u0432\u0430\u0442\u044C",saveSettings:"\u0421\u043E\u0445\u0440\u0430\u043D\u0438\u0442\u044C \u043D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0438",closeModal:"\u0417\u0430\u043A\u0440\u044B\u0442\u044C \u043E\u043A\u043D\u043E",enableInputTranslationWithoutTriggerKeyTitle:"\u0412\u043A\u043B\u044E\u0447\u0438\u0442\u0435 3 \u0431\u044B\u0441\u0442\u0440\u044B\u0445 \u043D\u0430\u0436\u0430\u0442\u0438\u044F \u043D\u0430{trailingKey}, \u0447\u0442\u043E\u0431\u044B \u043D\u0430\u043F\u0440\u044F\u043C\u0443\u044E \u043F\u0435\u0440\u0435\u0432\u0435\u0441\u0442\u0438 \u0432\u0441\u0435 \u043F\u043E\u043B\u0435 \u0432\u0432\u043E\u0434\u0430 \u043D\u0430{inputTargetLanguage}.",enableInputTranslationWithoutTriggerKeyDescription:"\u0427\u0442\u043E\u0431\u044B \u0443\u043A\u0430\u0437\u0430\u0442\u044C \u0446\u0435\u043B\u0435\u0432\u043E\u0439 \u044F\u0437\u044B\u043A, \u0434\u043E\u0431\u0430\u0432\u044C\u0442\u0435 \u043A \u043D\u0435\u043C\u0443 \u043A\u043E\u0434 \u044F\u0437\u044B\u043A\u0430, \u043D\u0430\u043F\u0440\u0438\u043C\u0435\u0440,\uFF1Aja Hello World",mouseHoverShortcutPlaceholder:"\u043D\u0430\u043F\u0440\u0438\u043C\u0435\u0440,\uFF1AShift",deepLProName:"Immersive Translation Pro Member (Recommended)",deepLProDescription:"\u0422\u0435\u043A\u0443\u0449\u0438\u0439 \u043F\u0430\u043A\u0435\u0442 \u043C\u043E\u0436\u0435\u0442 \u0431\u044B\u0442\u044C \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u043D \u043D\u0430\u043F\u0440\u044F\u043C\u0443\u044E",deeplProDescriptionForNormal:"\u041D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0430 \u043D\u0435 \u0442\u0440\u0435\u0431\u0443\u0435\u0442\u0441\u044F, \u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u0435\u043B\u0438 \u043C\u043E\u0433\u0443\u0442 \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u044C \u0435\u0433\u043E \u043F\u043E\u0441\u043B\u0435 \u0432\u0445\u043E\u0434\u0430 \u0432 \u0441\u0438\u0441\u0442\u0435\u043C\u0443, <1>\u043D\u0430\u0436\u043C\u0438\u0442\u0435 \u0437\u0434\u0435\u0441\u044C, \u0447\u0442\u043E\u0431\u044B \u043F\u0435\u0440\u0435\u0439\u0442\u0438 \u0432 \u043A\u0430\u0442\u0435\u0433\u043E\u0440\u0438\u044E \u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u0435\u043B\u0435\u0439",deepLCustomDescription:"\u0422\u0440\u0435\u0431\u0443\u0435\u0442\u0441\u044F \u0438\u043D\u043E\u0441\u0442\u0440\u0430\u043D\u043D\u0430\u044F \u043A\u0440\u0435\u0434\u0438\u0442\u043D\u0430\u044F \u043A\u0430\u0440\u0442\u0430, \u043E\u0444\u0438\u0446\u0438\u0430\u043B\u044C\u043D\u043E \u043E\u0442\u043A\u0440\u044B\u0442\u0430 \u043D\u0430 \u0441\u0430\u0439\u0442\u0435 <1>DeepL, \u043D\u0430\u0436\u043C\u0438\u0442\u0435 \u0434\u043B\u044F \u043F\u043E\u043B\u0443\u0447\u0435\u043D\u0438\u044F <2>\u0434\u043E\u043A\u0443\u043C\u0435\u043D\u0442\u0430\u0446\u0438\u0438",deepLCustomName:"\u041F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u0435\u043B\u044C\u0441\u043A\u0438\u0439 \u043A\u043B\u044E\u0447 \u0430\u0432\u0442\u043E\u0440\u0438\u0437\u0430\u0446\u0438\u0438",chooseProviderLabel:"\u0412\u044B\u0431\u043E\u0440 \u043F\u043E\u0441\u0442\u0430\u0432\u0449\u0438\u043A\u0430 \u0443\u0441\u043B\u0443\u0433",openaiProName:"Immersive Translation Pro Member (Recommended)",openaiProDescription:"\u0422\u0435\u043A\u0443\u0449\u0438\u0439 \u043F\u0430\u043A\u0435\u0442 \u043C\u043E\u0436\u0435\u0442 \u0431\u044B\u0442\u044C \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u043D \u043D\u0430\u043F\u0440\u044F\u043C\u0443\u044E",openaiProDescriptionForNormal:"\u041D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0430 \u043D\u0435 \u0442\u0440\u0435\u0431\u0443\u0435\u0442\u0441\u044F, \u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u0435\u043B\u0438 \u043C\u043E\u0433\u0443\u0442 \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u044C \u0435\u0433\u043E \u043F\u043E\u0441\u043B\u0435 \u0432\u0445\u043E\u0434\u0430 \u0432 \u0441\u0438\u0441\u0442\u0435\u043C\u0443, <1>\u043D\u0430\u0436\u043C\u0438\u0442\u0435 \u0437\u0434\u0435\u0441\u044C, \u0447\u0442\u043E\u0431\u044B \u043F\u0435\u0440\u0435\u0439\u0442\u0438 \u0432 \u043A\u0430\u0442\u0435\u0433\u043E\u0440\u0438\u044E \u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u0435\u043B\u0435\u0439",openaiCustomDescription:"\u0414\u043E\u0441\u0442\u0443\u043F\u043D\u044B OpenAI, Azure OpenAI \u0438\u043B\u0438 \u0434\u0440\u0443\u0433\u0438\u0435 \u0441\u0442\u043E\u0440\u043E\u043D\u043D\u0438\u0435 \u0441\u0435\u0440\u0432\u0438\u0441\u044B, <1>\u0434\u043E\u043A\u0443\u043C\u0435\u043D\u0442\u0430\u0446\u0438\u044E \u043C\u043E\u0436\u043D\u043E \u043D\u0430\u0439\u0442\u0438 \u0437\u0434\u0435\u0441\u044C",openaiCustomName:"\u041F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u0435\u043B\u044C\u0441\u043A\u0438\u0439 \u043A\u043B\u044E\u0447 API",needLoginAction:"(\u041E\u0442\u043A\u0440\u044B\u0442\u043E\u0435 \u0447\u043B\u0435\u043D\u0441\u0442\u0432\u043E \u0438\u043B\u0438 \u043D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0430)",goLoginOrAction:"(\u041E\u0442\u043A\u0440\u043E\u0439\u0442\u0435 \u0447\u043B\u0435\u043D\u0441\u0442\u0432\u043E \u0438\u043B\u0438 \u043F\u0435\u0440\u0435\u0439\u0434\u0438\u0442\u0435 \u043A \u043D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0430\u043C)",yearly:"\u043E\u0441\u0443\u0449\u0435\u0441\u0442\u0432\u043B\u044F\u0442\u044C \u043F\u043E\u0441\u043B\u0435\u0434\u043E\u0432\u0430\u0442\u0435\u043B\u044C\u043D\u044B\u0439 \u0435\u0436\u0435\u0433\u043E\u0434\u043D\u044B\u0439 \u043F\u043B\u0430\u0442\u0435\u0436",quarterly:"\u043F\u043E\u0441\u043B\u0435\u0434\u043E\u0432\u0430\u0442\u0435\u043B\u044C\u043D\u0430\u044F \u0443\u043F\u0430\u043A\u043E\u0432\u043A\u0430",monthly:"\u0435\u0436\u0435\u043C\u0435\u0441\u044F\u0447\u043D\u0430\u044F \u043F\u043E\u0434\u043F\u0438\u0441\u043A\u0430",yearlyForOnce:"\u0415\u0434\u0438\u043D\u043E\u0432\u0440\u0435\u043C\u0435\u043D\u043D\u044B\u0439 \u0433\u043E\u0434\u043E\u0432\u043E\u0439 \u043F\u0430\u043A\u0435\u0442",monthlyForOnce:"\u0415\u0434\u0438\u043D\u043E\u0432\u0440\u0435\u043C\u0435\u043D\u043D\u044B\u0439 \u043C\u0435\u0441\u044F\u0447\u043D\u044B\u0439 \u043F\u0430\u043A\u0435\u0442",daily:"\u043F\u043E\u0441\u043B\u0435\u0434\u043E\u0432\u0430\u0442\u0435\u043B\u044C\u043D\u044B\u0445 \u043F\u0430\u043A\u0435\u0442\u043D\u044B\u0445 \u0434\u043D\u0435\u0439",year:"\u043E\u0441\u0443\u0449\u0435\u0441\u0442\u0432\u043B\u044F\u0442\u044C \u043F\u043E\u0441\u043B\u0435\u0434\u043E\u0432\u0430\u0442\u0435\u043B\u044C\u043D\u044B\u0439 \u0435\u0436\u0435\u0433\u043E\u0434\u043D\u044B\u0439 \u043F\u043B\u0430\u0442\u0435\u0436",quarter:"\u043F\u043E\u0441\u043B\u0435\u0434\u043E\u0432\u0430\u0442\u0435\u043B\u044C\u043D\u0430\u044F \u0443\u043F\u0430\u043A\u043E\u0432\u043A\u0430",month:"\u0435\u0436\u0435\u043C\u0435\u0441\u044F\u0447\u043D\u0430\u044F \u043F\u043E\u0434\u043F\u0438\u0441\u043A\u0430",day:"\u043F\u043E\u0441\u043B\u0435\u0434\u043E\u0432\u0430\u0442\u0435\u043B\u044C\u043D\u044B\u0445 \u043F\u0430\u043A\u0435\u0442\u043D\u044B\u0445 \u0434\u043D\u0435\u0439",onetime_7day:"7-\u0434\u043D\u0435\u0432\u043D\u044B\u0439 \u043F\u0430\u043A\u0435\u0442 \u0432\u043F\u0435\u0447\u0430\u0442\u043B\u0435\u043D\u0438\u0439",currentPlanDescriptionForFree:"\u0422\u0435\u043A\u0443\u0449\u0438\u0435 \u043F\u0430\u043A\u0435\u0442\u044B\uFF1A\u0411\u0435\u0441\u043F\u043B\u0430\u0442\u043D\u043E",currentPlanDescriptionForContinuous:"\u0414\u0435\u0439\u0441\u0442\u0432\u0443\u044E\u0449\u0438\u0439 \u043F\u0430\u043A\u0435\u0442\uFF1A{plan}\u0431\u0443\u0434\u0435\u0442 \u0430\u0432\u0442\u043E\u043C\u0430\u0442\u0438\u0447\u0435\u0441\u043A\u0438 \u043F\u0440\u043E\u0434\u043B\u0435\u043D \u043D\u0430 {endAt}",currentPlanDescriptionForAutoRenewCaceling:"\u0421\u0440\u043E\u043A \u0434\u0435\u0439\u0441\u0442\u0432\u0438\u044F \u0442\u0435\u043A\u0443\u0449\u0435\u0433\u043E \u043F\u0430\u043A\u0435\u0442\u0430\uFF1A{plan}\u0438\u0441\u0442\u0435\u043A\u0430\u0435\u0442 \u043D\u0430 \u0441\u0430\u0439\u0442\u0435 {endAt} \u0438 \u043D\u0435 \u0431\u0443\u0434\u0435\u0442 \u0430\u0432\u0442\u043E\u043C\u0430\u0442\u0438\u0447\u0435\u0441\u043A\u0438 \u043F\u0440\u043E\u0434\u043B\u0435\u0432\u0430\u0442\u044C\u0441\u044F \u043F\u043E \u0435\u0433\u043E \u0438\u0441\u0442\u0435\u0447\u0435\u043D\u0438\u0438.",currentYearlyPlanDescriptionForAutoRenewCacelingWithRealPaiedUser:"\u0421\u0440\u043E\u043A \u0434\u0435\u0439\u0441\u0442\u0432\u0438\u044F \u0442\u0435\u043A\u0443\u0449\u0435\u0433\u043E \u043F\u0430\u043A\u0435\u0442\u0430\uFF1A{plan}\u0438\u0441\u0442\u0435\u043A\u0430\u0435\u0442 \u043D\u0430 \u0441\u0430\u0439\u0442\u0435 {endAt} \u0438 \u043D\u0435 \u0431\u0443\u0434\u0435\u0442 \u0430\u0432\u0442\u043E\u043C\u0430\u0442\u0438\u0447\u0435\u0441\u043A\u0438 \u043F\u0440\u043E\u0434\u043B\u0435\u0432\u0430\u0442\u044C\u0441\u044F \u043F\u043E \u0435\u0433\u043E \u0438\u0441\u0442\u0435\u0447\u0435\u043D\u0438\u0438.
<1>\u041D\u0430\u0436\u043C\u0438\u0442\u0435 \u0437\u0434\u0435\u0441\u044C, \u0447\u0442\u043E\u0431\u044B \u0443\u043F\u0440\u0430\u0432\u043B\u044F\u0442\u044C \u043F\u043B\u0430\u043D\u043E\u043C \u043F\u0440\u043E\u0434\u043B\u0435\u043D\u0438\u044F",currentYearlyPlanDescriptionForAutoRenewCacelingWithAdmin:"\u0421\u0440\u043E\u043A \u0434\u0435\u0439\u0441\u0442\u0432\u0438\u044F \u0442\u0435\u043A\u0443\u0449\u0435\u0433\u043E \u043F\u0430\u043A\u0435\u0442\u0430\uFF1A{plan}\u0438\u0441\u0442\u0435\u043A\u0430\u0435\u0442 \u043D\u0430 \u0441\u0430\u0439\u0442\u0435 {endAt} \u0438 \u043D\u0435 \u0431\u0443\u0434\u0435\u0442 \u0430\u0432\u0442\u043E\u043C\u0430\u0442\u0438\u0447\u0435\u0441\u043A\u0438 \u043F\u0440\u043E\u0434\u043B\u0435\u0432\u0430\u0442\u044C\u0441\u044F \u043F\u043E \u0435\u0433\u043E \u0438\u0441\u0442\u0435\u0447\u0435\u043D\u0438\u0438.
<1>\u041D\u0430\u0436\u043C\u0438\u0442\u0435 \u0437\u0434\u0435\u0441\u044C, \u0447\u0442\u043E\u0431\u044B \u0430\u043A\u0442\u0438\u0432\u0438\u0440\u043E\u0432\u0430\u0442\u044C \u043D\u0435\u043F\u0440\u0435\u0440\u044B\u0432\u043D\u0443\u044E \u0433\u043E\u0434\u043E\u0432\u0443\u044E \u043F\u043E\u0434\u043F\u0438\u0441\u043A\u0443",currentPlanDescriptionForOneTime:"\u0421\u0440\u043E\u043A \u0434\u0435\u0439\u0441\u0442\u0432\u0438\u044F \u0442\u0435\u043A\u0443\u0449\u0435\u0439 \u043F\u043E\u0434\u043F\u0438\u0441\u043A\u0438\uFF1A{plan}\u0438\u0441\u0442\u0435\u043A\u0430\u0435\u0442 \u043D\u0430 \u0441\u0430\u0439\u0442\u0435 {endAt} , <1>\u043D\u0430\u0436\u043C\u0438\u0442\u0435 \u0437\u0434\u0435\u0441\u044C, \u0447\u0442\u043E\u0431\u044B \u043F\u0435\u0440\u0435\u0439\u0442\u0438 \u043D\u0430 \u0433\u043E\u0434\u043E\u0432\u043E\u0435 \u0438\u043B\u0438 <2>\u0435\u0436\u0435\u043C\u0435\u0441\u044F\u0447\u043D\u043E\u0435 \u0447\u043B\u0435\u043D\u0441\u0442\u0432\u043E.",upgradePlan:"\u041D\u0430\u0436\u043C\u0438\u0442\u0435 \u0437\u0434\u0435\u0441\u044C, \u0447\u0442\u043E\u0431\u044B \u043F\u0435\u0440\u0435\u0439\u0442\u0438 \u043D\u0430 \u0447\u043B\u0435\u043D\u0441\u0442\u0432\u043E Pro",upgradeToPro:"\u041F\u0435\u0440\u0435\u0439\u0442\u0438 \u043D\u0430 \u0447\u043B\u0435\u043D\u0441\u0442\u0432\u043E Pro","popup.openPro":"\u0427\u0442\u043E\u0431\u044B \u043F\u043E\u043B\u0443\u0447\u0438\u0442\u044C \u0432\u043E\u0437\u043C\u043E\u0436\u043D\u043E\u0441\u0442\u044C \u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u044C\u0441\u044F DeepL \u0438 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u043E\u043C OpenAI, \u043F\u0435\u0440\u0435\u0439\u0434\u0438\u0442\u0435 \u043F\u043E \u0441\u0441\u044B\u043B\u043A\u0435.","popup.openProForPro":"\u0412\u044B \u044F\u0432\u043B\u044F\u0435\u0442\u0435\u0441\u044C \u0443\u0447\u0430\u0441\u0442\u043D\u0438\u043A\u043E\u043C \u043F\u0440\u043E\u0433\u0440\u0430\u043C\u043C\u044B Pro \u0441 \u043F\u0440\u044F\u043C\u044B\u043C \u0434\u043E\u0441\u0442\u0443\u043F\u043E\u043C \u043A DeepL \u0438 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430\u043C OpenAI!",currentAccount:"\u0442\u0435\u043A\u0443\u0449\u0438\u0439 \u0441\u0447\u0451\u0442",enableAutoSyncUserSettings:"\u041E\u0431\u0435\u0441\u043F\u0435\u0447\u0435\u043D\u0438\u0435 \u0430\u0432\u0442\u043E\u043C\u0430\u0442\u0438\u0447\u0435\u0441\u043A\u043E\u0439 \u043E\u0431\u043B\u0430\u0447\u043D\u043E\u0439 \u0441\u0438\u043D\u0445\u0440\u043E\u043D\u0438\u0437\u0430\u0446\u0438\u0438 \u043D\u0430 \u043D\u0435\u0441\u043A\u043E\u043B\u044C\u043A\u0438\u0445 \u0443\u0441\u0442\u0440\u043E\u0439\u0441\u0442\u0432\u0430\u0445",modalEnableInputTranslationTitle:"\u0411\u043B\u043E\u043A \u0432\u0432\u043E\u0434\u0430 \u0438\u043C\u043C\u0435\u0440\u0441\u0438\u0432\u043D\u043E\u0433\u043E \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430 \u041F\u0435\u0440\u0435\u0432\u043E\u0434\u0447\u0435\u0441\u043A\u0438\u0435 \u043E\u043F\u043E\u0432\u0435\u0449\u0435\u043D\u0438\u044F",modalEnableInputTranslationDesc:"\u0412\u044B \u0442\u043E\u043B\u044C\u043A\u043E \u0447\u0442\u043E \u0437\u0430\u043F\u0443\u0441\u0442\u0438\u043B\u0438 \u0444\u0443\u043D\u043A\u0446\u0438\u044E \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430 \u043F\u043E\u043B\u044F \u0432\u0432\u043E\u0434\u0430 Immersive Translation, \u043D\u0430\u0436\u0430\u0432 3 \u0440\u0430\u0437\u0430 \u043F\u043E\u0434\u0440\u044F\u0434 \u043A\u043B\u0430\u0432\u0438\u0448\u0443 \u043F\u0440\u043E\u0431\u0435\u043B\u0430, \u0438 \u0441\u043E\u0434\u0435\u0440\u0436\u0438\u043C\u043E\u0435 \u043F\u043E\u043B\u044F \u0432\u0432\u043E\u0434\u0430 \u0431\u0443\u0434\u0435\u0442 \u043F\u0435\u0440\u0435\u0432\u0435\u0434\u0435\u043D\u043E \u043D\u0430 \u0446\u0435\u043B\u0435\u0432\u043E\u0439 \u044F\u0437\u044B\u043A \u043F\u043E \u0443\u043C\u043E\u043B\u0447\u0430\u043D\u0438\u044E. \u041F\u0435\u0440\u0435\u0432\u043E\u0434 \u043C\u043E\u0436\u043D\u043E \u043E\u0442\u043C\u0435\u043D\u0438\u0442\u044C \u0441 \u043F\u043E\u043C\u043E\u0449\u044C\u044E \u043A\u043B\u0430\u0432\u0438\u0448 Ctrl+Z.

\u0415\u0441\u043B\u0438 \u044D\u0442\u043E \u0431\u044B\u043B\u0430 \u043E\u0448\u0438\u0431\u043A\u0430, \u043D\u0435 \u0432\u043E\u043B\u043D\u0443\u0439\u0442\u0435\u0441\u044C, \u0432\u044B \u043C\u043E\u0436\u0435\u0442\u0435 \u043E\u0442\u043A\u043B\u044E\u0447\u0438\u0442\u044C \u0435\u0435 \u043D\u0430 \u044D\u0442\u043E\u0442 \u0440\u0430\u0437 \u0438\u043B\u0438 \u043D\u0430\u0432\u0441\u0435\u0433\u0434\u0430 \u043E\u0442\u043A\u043B\u044E\u0447\u0438\u0442\u044C \u043F\u0435\u0440\u0435\u0432\u043E\u0434 \u043F\u043E\u043B\u044F \u0432\u0432\u043E\u0434\u0430.",saveAndNotShowAgain:"\u0421\u043E\u0445\u0440\u0430\u043D\u0438\u0442\u044C \u0438 \u043E\u0441\u0442\u0430\u043D\u043E\u0432\u0438\u0442\u044C \u0437\u0430\u043F\u0440\u043E\u0441",disableInputTranslationTips:"* \u0412\u044B \u0442\u0430\u043A\u0436\u0435 \u043C\u043E\u0436\u0435\u0442\u0435 \u0443\u0441\u0442\u0430\u043D\u043E\u0432\u0438\u0442\u044C \u0434\u0440\u0443\u0433\u0438\u0435 \u0441\u043E\u0447\u0435\u0442\u0430\u043D\u0438\u044F \u043A\u043B\u0430\u0432\u0438\u0448 \u0434\u043B\u044F \u0441\u0440\u0430\u0431\u0430\u0442\u044B\u0432\u0430\u043D\u0438\u044F \u0432 {option} ,{learnMore}.",learnMore:"\u041D\u0430\u0436\u043C\u0438\u0442\u0435 \u0437\u0434\u0435\u0441\u044C, \u0447\u0442\u043E\u0431\u044B \u0443\u0437\u043D\u0430\u0442\u044C \u0431\u043E\u043B\u044C\u0448\u0435",continueEnalbeInputTranslation:"\u041F\u0440\u043E\u0434\u043E\u043B\u0436\u0435\u043D\u0438\u0435 \u0432\u043A\u043B\u044E\u0447\u0435\u043D\u0438\u044F \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430 \u043F\u043E\u043B\u044F \u0432\u0432\u043E\u0434\u0430",autoRenewTrialSuffix:'(\u0412 \u043F\u0440\u043E\u0431\u043D\u043E\u043C \u0432\u0430\u0440\u0438\u0430\u043D\u0442\u0435\u0441\u0440\u0430\u0437\u0443 \u0436\u0435 \u043F\u0435\u0440\u0435\u0448\u0435\u043B \u043D\u0430 \u043F\u043E\u043B\u043D\u043E\u0435 \u0447\u043B\u0435\u043D\u0441\u0442\u0432\u043E)',upgradeFromTrialTitle:"\u041F\u043E\u0432\u044B\u0448\u0435\u043D\u0438\u0435 \u0441\u0442\u0430\u0442\u0443\u0441\u0430 \u0434\u043E \u043F\u043E\u043B\u043D\u043E\u0433\u043E \u0447\u043B\u0435\u043D\u0430",subtitle:"\u0441\u0443\u0431\u0442\u0438\u0442\u0440\u044B \u043A \u0432\u0438\u0434\u0435\u043E\u0444\u0438\u043B\u044C\u043C\u0430\u043C",youtubeService:"\u0418\u043C\u043C\u0435\u0440\u0441\u0438\u043E\u043D\u043D\u044B\u0439 \u043F\u0435\u0440\u0435\u0432\u043E\u0434 \u0412\u0438\u0434\u0435\u043E\u0441\u0443\u0431\u0442\u0438\u0442\u0440\u0438\u0440\u043E\u0432\u0430\u043D\u0438\u0435 \u041F\u0435\u0440\u0435\u0432\u043E\u0434\u0447\u0435\u0441\u043A\u0438\u0435 \u0443\u0441\u043B\u0443\u0433\u0438","subtitle.disabledSubtitle":"\u041F\u043E\u0441\u0442\u043E\u044F\u043D\u043D\u043E\u0435 \u043E\u0442\u043A\u043B\u044E\u0447\u0435\u043D\u0438\u0435 \u0444\u0443\u043D\u043A\u0446\u0438\u0438 \u0432\u0438\u0434\u0435\u043E\u0441\u0443\u0431\u0442\u0438\u0442\u0440\u043E\u0432","subtitle.disabledSubtitleDescription":"\u0415\u0441\u043B\u0438 Immersive Translator's Video Subtitles \u043A\u043E\u043D\u0444\u043B\u0438\u043A\u0442\u0443\u0435\u0442 \u0441 \u0434\u0440\u0443\u0433\u0438\u043C\u0438 \u0440\u0430\u0441\u0448\u0438\u0440\u0435\u043D\u0438\u044F\u043C\u0438, \u0432\u044B \u043C\u043E\u0436\u0435\u0442\u0435 \u0432\u044B\u0431\u0440\u0430\u0442\u044C \u043F\u043E\u0441\u0442\u043E\u044F\u043D\u043D\u043E\u0435 \u043E\u0442\u043A\u043B\u044E\u0447\u0435\u043D\u0438\u0435 Immersive Translator's Video Subtitles \u0438\u043B\u0438 \u0434\u0435\u0438\u043D\u0441\u0442\u0430\u043B\u043B\u0438\u0440\u043E\u0432\u0430\u0442\u044C \u0434\u0440\u0443\u0433\u0438\u0435 \u043A\u043E\u043D\u0444\u043B\u0438\u043A\u0442\u0443\u044E\u0449\u0438\u0435 \u0440\u0430\u0441\u0448\u0438\u0440\u0435\u043D\u0438\u044F","subtitle.autoEnableSubtitle":"\u0410\u0432\u0442\u043E\u043C\u0430\u0442\u0438\u0447\u0435\u0441\u043A\u043E\u0435 \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u043D\u0438\u0435 \u0434\u0432\u0443\u044F\u0437\u044B\u0447\u043D\u044B\u0445 \u0441\u0443\u0431\u0442\u0438\u0442\u0440\u043E\u0432","subtitle.autoEnableSubtitleDescription":"\u041F\u043E\u0441\u043B\u0435 \u0430\u043A\u0442\u0438\u0432\u0430\u0446\u0438\u0438, \u043F\u0440\u0438 \u0432\u043E\u0441\u043F\u0440\u043E\u0438\u0437\u0432\u0435\u0434\u0435\u043D\u0438\u0438 \u0432\u0438\u0434\u0435\u043E, \u0431\u0443\u0434\u0443\u0442 \u0430\u0432\u0442\u043E\u043C\u0430\u0442\u0438\u0447\u0435\u0441\u043A\u0438 \u043E\u0442\u043E\u0431\u0440\u0430\u0436\u0430\u0442\u044C\u0441\u044F \u0434\u0432\u0443\u044F\u0437\u044B\u0447\u043D\u044B\u0435 \u0441\u0443\u0431\u0442\u0438\u0442\u0440\u044B, \u0432 \u043F\u0440\u043E\u0442\u0438\u0432\u043D\u043E\u043C \u0441\u043B\u0443\u0447\u0430\u0435 \u043D\u0435\u043E\u0431\u0445\u043E\u0434\u0438\u043C\u043E \u043D\u0430\u0436\u0430\u0442\u044C \u043A\u043D\u043E\u043F\u043A\u0443 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430 \u0434\u043B\u044F \u043E\u0442\u043E\u0431\u0440\u0430\u0436\u0435\u043D\u0438\u044F.","subtitle.preTranslation":"\u041F\u0435\u0440\u0435\u0432\u043E\u0434 \u0441\u0443\u0431\u0442\u0438\u0442\u0440\u043E\u0432 \u0441 \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u043D\u0438\u0435\u043C \u0438\u043C\u043C\u0435\u0440\u0441\u0438\u0432\u043D\u043E\u0433\u043E \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430","subtitle.preTranslationDescription":"\u041F\u0440\u0438 \u0432\u043A\u043B\u044E\u0447\u0435\u043D\u0438\u0438 \u044D\u0442\u043E\u0439 \u0444\u0443\u043D\u043A\u0446\u0438\u0438 \u0432\u0441\u0435 \u0441\u0443\u0431\u0442\u0438\u0442\u0440\u044B \u0431\u0443\u0434\u0443\u0442 \u043F\u0440\u0435\u0434\u0432\u0430\u0440\u0438\u0442\u0435\u043B\u044C\u043D\u043E \u043F\u0435\u0440\u0435\u0432\u0435\u0434\u0435\u043D\u044B \u0441 \u043F\u043E\u043C\u043E\u0449\u044C\u044E \u0443\u043A\u0430\u0437\u0430\u043D\u043D\u043E\u0433\u043E \u043D\u0438\u0436\u0435 \u0441\u0435\u0440\u0432\u0438\u0441\u0430 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430, \u043F\u0440\u0438 \u044D\u0442\u043E\u043C \u043D\u0430 1-\u0447\u0430\u0441\u043E\u0432\u043E\u0435 \u0432\u0438\u0434\u0435\u043E \u0431\u0443\u0434\u0435\u0442 \u0437\u0430\u0442\u0440\u0430\u0447\u0435\u043D\u043E \u043E\u043A\u043E\u043B\u043E 50 000 \u0442\u043E\u043A\u0435\u043D\u043E\u0432 \u0438\u043B\u0438 \u0441\u0438\u043C\u0432\u043E\u043B\u043E\u0432, \u043F\u043E\u044D\u0442\u043E\u043C\u0443 \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u0443\u0439\u0442\u0435 \u0438\u0445 \u043F\u043E \u0441\u0432\u043E\u0435\u043C\u0443 \u0443\u0441\u043C\u043E\u0442\u0440\u0435\u043D\u0438\u044E; \u043F\u0440\u0438 \u043E\u0442\u043A\u043B\u044E\u0447\u0435\u043D\u0438\u0438 \u044D\u0442\u043E\u0439 \u0444\u0443\u043D\u043A\u0446\u0438\u0438 \u0441\u043D\u0430\u0447\u0430\u043B\u0430 \u0431\u0443\u0434\u0443\u0442 \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u044C\u0441\u044F \u043E\u0440\u0438\u0433\u0438\u043D\u0430\u043B\u044C\u043D\u044B\u0435 \u0441\u0443\u0431\u0442\u0438\u0442\u0440\u044B.","subtitle.humanSubtitlesPreferred":"\u041F\u0440\u0438\u043E\u0440\u0438\u0442\u0435\u0442\u043D\u043E\u0435 \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u043D\u0438\u0435 \u0447\u0435\u043B\u043E\u0432\u0435\u0447\u0435\u0441\u043A\u0438\u0445 \u0441\u0443\u0431\u0442\u0438\u0442\u0440\u043E\u0432","subtitle.humanSubtitlesPreferredDescription":"\u041F\u0440\u0438\u043E\u0440\u0438\u0442\u0435\u0442 \u043E\u0442\u0434\u0430\u0435\u0442\u0441\u044F \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u043D\u0438\u044E \u0447\u0435\u043B\u043E\u0432\u0435\u0447\u0435\u0441\u043A\u0438\u0445 \u0441\u0443\u0431\u0442\u0438\u0442\u0440\u043E\u0432, \u0435\u0441\u043B\u0438 \u0432\u0438\u0434\u0435\u043E\u0440\u043E\u043B\u0438\u043A \u0438\u043C\u0435\u0435\u0442 \u0447\u0435\u043B\u043E\u0432\u0435\u0447\u0435\u0441\u043A\u0438\u0435 \u0441\u0443\u0431\u0442\u0438\u0442\u0440\u044B \u043D\u0430 \u0446\u0435\u043B\u0435\u0432\u043E\u043C \u044F\u0437\u044B\u043A\u0435 (\u0440\u0435\u043A\u043E\u043C\u0435\u043D\u0434\u0443\u0435\u0442\u0441\u044F)",videoSubtitleTranslationDescription:"\u041D\u0430\u0437\u043D\u0430\u0447\u0438\u0442\u044C \u043E\u0442\u0434\u0435\u043B\u044C\u043D\u0443\u044E \u0441\u043B\u0443\u0436\u0431\u0443 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430 \u0434\u043B\u044F \u0432\u0438\u0434\u0435\u043E\u0441\u0443\u0431\u0442\u0438\u0442\u0440\u043E\u0432",subtitleTranslating:"\u041F\u043E\u0436\u0430\u043B\u0443\u0439\u0441\u0442\u0430, \u043F\u043E\u0434\u043E\u0436\u0434\u0438\u0442\u0435, \u043F\u043E\u043A\u0430 \u0441\u0443\u0431\u0442\u0438\u0442\u0440\u044B \u0431\u0443\u0434\u0443\u0442 \u043F\u0435\u0440\u0435\u0432\u0435\u0434\u0435\u043D\u044B \u0441 \u043F\u043E\u043C\u043E\u0449\u044C\u044E \u0441\u0435\u0440\u0432\u0438\u0441\u0430 {service} ... (\u0438\u043C\u043C\u0435\u0440\u0441\u0438\u043E\u043D\u043D\u044B\u0439 \u043F\u0435\u0440\u0435\u0432\u043E\u0434)",subtitleLoading:"\u0417\u0430\u0433\u0440\u0443\u0437\u043A\u0430 \u0441\u0443\u0431\u0442\u0438\u0442\u0440\u043E\u0432...",bilingual:"\u0431\u0438\u043B\u0438\u043D\u0433\u0432\u0438\u0437\u043C","field.action":"\u0412\u043A\u043B\u044E\u0447\u0430\u0442\u044C \u043B\u0438 \u0442\u0435\u0440\u043C\u0438\u043D\u043E\u043B\u043E\u0433\u0438\u044E Baidu","description.action":"\u041F\u0440\u0438 \u0432\u043A\u043B\u044E\u0447\u0435\u043D\u0438\u0438 \u0432 \u0437\u0430\u043F\u0440\u043E\u0441 \u0431\u0443\u0434\u0435\u0442 \u0434\u043E\u0431\u0430\u0432\u043B\u0435\u043D \u043F\u0430\u0440\u0430\u043C\u0435\u0442\u0440 action=1, \u0438\u043D\u0444\u043E\u0440\u043C\u0438\u0440\u0443\u044E\u0449\u0438\u0439 Baidu \u043E \u0432\u043A\u043B\u044E\u0447\u0435\u043D\u043D\u043E\u043C \u0442\u0435\u0440\u043C\u0438\u043D\u0435; <1>\u0431\u043E\u043B\u0435\u0435 \u043F\u043E\u0434\u0440\u043E\u0431\u043D\u0430\u044F \u0438\u043D\u0444\u043E\u0440\u043C\u0430\u0446\u0438\u044F \u043F\u0440\u0438\u0432\u0435\u0434\u0435\u043D\u0430 \u0432 \u043E\u0444\u0438\u0446\u0438\u0430\u043B\u044C\u043D\u043E\u0439 \u0434\u043E\u043A\u0443\u043C\u0435\u043D\u0442\u0430\u0446\u0438\u0438.",closeQuickTranslation:"\u0417\u0430\u043A\u0440\u044B\u0442\u044C \u0445\u043E\u0432\u0435\u0440\u0431\u043E\u043B","closeQuickTranslation.untilNext":"\u041D\u0430 \u044D\u0442\u043E\u0442 \u0440\u0430\u0437 \u0437\u0430\u043A\u0440\u044B\u0442\u043E \u0434\u043E \u0441\u043B\u0435\u0434\u0443\u044E\u0449\u0435\u0433\u043E \u043F\u043E\u0441\u0435\u0449\u0435\u043D\u0438\u044F","closeQuickTranslation.currentWebsite":"\u0422\u0435\u043A\u0443\u0449\u0438\u0439 \u0441\u0430\u0439\u0442 \u043E\u0442\u043A\u043B\u044E\u0447\u0435\u043D","closeQuickTranslation.alwaysClose":"\u043E\u0442\u043A\u043B\u044E\u0447\u0438\u0442\u044C \u043D\u0430\u0432\u0441\u0435\u0433\u0434\u0430","closeQuickTranslation.settingOpen":"(\u043C\u043E\u0436\u0435\u0442 \u0431\u044B\u0442\u044C \u0432\u043A\u043B\u044E\u0447\u0435\u043D\u0430 \u043D\u0430 <1>\u0441\u0442\u0440\u0430\u043D\u0438\u0446\u0435 \u043D\u0430\u0441\u0442\u0440\u043E\u0435\u043A )","closeQuickTranslation.cancel":"\u043E\u0442\u043C\u0435\u043D\u044B","closeQuickTranslation.confirm":"\u043E\u043F\u0440\u0435\u0434\u0435\u043B\u0438\u0442\u044C","floatBall.popup":"\u041E\u0442\u043A\u0440\u043E\u0439\u0442\u0435 \u043F\u0430\u043D\u0435\u043B\u044C \u0431\u044B\u0441\u0442\u0440\u044B\u0445 \u043D\u0430\u0441\u0442\u0440\u043E\u0435\u043A","floatBall.translate":"\u041D\u0430\u0436\u043C\u0438\u0442\u0435, \u0447\u0442\u043E\u0431\u044B \u043F\u0435\u0440\u0435\u0432\u0435\u0441\u0442\u0438 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u0443","floatBall.showOriginal":"\u041D\u0430\u0436\u043C\u0438\u0442\u0435, \u0447\u0442\u043E\u0431\u044B \u0432\u0435\u0440\u043D\u0443\u0442\u044C\u0441\u044F \u043A \u043E\u0440\u0438\u0433\u0438\u043D\u0430\u043B\u044C\u043D\u043E\u0439 \u0441\u0442\u0430\u0442\u044C\u0435","floatBall.close":"\u0417\u0430\u043A\u0440\u044B\u0442\u044C \u0445\u043E\u0432\u0435\u0440\u0431\u043E\u043B","floatBallOptions.enableDescPc":"\u041F\u043E\u0441\u043B\u0435 \u0432\u043A\u043B\u044E\u0447\u0435\u043D\u0438\u044F \u0445\u043E\u0432\u0435\u0440\u0431\u043E\u043B\u0430 \u0432 \u043F\u0440\u0430\u0432\u043E\u0439 \u0447\u0430\u0441\u0442\u0438 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u044B \u043F\u043E\u044F\u0432\u0438\u0442\u0441\u044F \u043A\u043D\u043E\u043F\u043A\u0430 \u0431\u044B\u0441\u0442\u0440\u043E\u0433\u043E \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430, \u043D\u0430\u0436\u043C\u0438\u0442\u0435 \u0435\u0435, \u0447\u0442\u043E\u0431\u044B \u043F\u0435\u0440\u0435\u0432\u0435\u0441\u0442\u0438!","floatBallOptions.enableDesc":"\u041F\u043E\u0441\u043B\u0435 \u0432\u044B\u043A\u043B\u044E\u0447\u0435\u043D\u0438\u044F \u0445\u043E\u0432\u0435\u0440\u0431\u043E\u043B\u0430 \u0435\u0433\u043E \u043C\u043E\u0436\u043D\u043E \u0432\u044B\u0437\u0432\u0430\u0442\u044C \u0441 \u043F\u043E\u043C\u043E\u0449\u044C\u044E{touch}. \u041D\u0430\u0441\u0442\u043E\u044F\u0442\u0435\u043B\u044C\u043D\u043E \u0440\u0435\u043A\u043E\u043C\u0435\u043D\u0434\u0443\u0435\u0442\u0441\u044F \u0441\u043E\u0445\u0440\u0430\u043D\u0438\u0442\u044C \u044D\u0442\u0443 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u0443 \u043D\u0430\u0441\u0442\u0440\u043E\u0435\u043A \u0432 \u0437\u0430\u043A\u043B\u0430\u0434\u043A\u0430\u0445, \u0447\u0442\u043E\u0431\u044B \u043D\u0435 \u043F\u043E\u0442\u0435\u0440\u044F\u0442\u044C \u0432\u043E\u0437\u043C\u043E\u0436\u043D\u043E\u0441\u0442\u044C \u043D\u0430\u0439\u0442\u0438 \u0445\u043E\u0432\u0435\u0440\u0431\u043E\u043B \u043F\u043E\u0441\u043B\u0435 \u0441\u043B\u0443\u0447\u0430\u0439\u043D\u043E\u0433\u043E \u043E\u0442\u043A\u043B\u044E\u0447\u0435\u043D\u0438\u044F \u044D\u0442\u043E\u0439 \u043E\u043F\u0446\u0438\u0438!","description.azureApiUrl":"\u0417\u0430\u043F\u043E\u043B\u043D\u0438\u0442\u0435 \u0430\u0434\u0440\u0435\u0441 \u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u0435\u043B\u044C\u0441\u043A\u043E\u0433\u043E \u0438\u043D\u0442\u0435\u0440\u0444\u0435\u0439\u0441\u0430 API",confirmSupportMouse:"\u041F\u0440\u0438\u043D\u0443\u0434\u0438\u0442\u0435\u043B\u044C\u043D\u043E\u0435 \u0432\u043A\u043B\u044E\u0447\u0435\u043D\u0438\u0435 \u043F\u043E\u0434\u0434\u0435\u0440\u0436\u043A\u0438 \u043C\u044B\u0448\u0438",confirmSupportMouseDescription:"\u041E\u0431\u043D\u0430\u0440\u0443\u0436\u0435\u043D\u043E, \u0447\u0442\u043E \u0442\u0435\u043A\u0443\u0449\u0438\u0439 \u0431\u0440\u0430\u0443\u0437\u0435\u0440 \u043D\u0435 \u043F\u043E\u0434\u0434\u0435\u0440\u0436\u0438\u0432\u0430\u0435\u0442 \u0444\u0443\u043D\u043A\u0446\u0438\u044E \u043C\u044B\u0448\u0438, \u043F\u0440\u0438\u043D\u0443\u0434\u0438\u0442\u0435\u043B\u044C\u043D\u043E \u043B\u0438 \u0432\u043A\u043B\u044E\u0447\u0438\u0442\u044C \u043F\u043E\u0434\u0434\u0435\u0440\u0436\u043A\u0443 \u043C\u044B\u0448\u0438?",sampleTargetText:"\u041D\u0430\u0441\u0442\u0443\u043F\u0438\u0442 \u0434\u043E\u043B\u0433\u0430\u044F \u043D\u043E\u0447\u044C, \u0438 \u044F \u0431\u0443\u0434\u0443 \u0441\u0442\u043E\u044F\u0442\u044C \u043D\u0430 \u0441\u0442\u0440\u0430\u0436\u0435 \u0441 \u044D\u0442\u043E\u0433\u043E \u0434\u043D\u044F \u0438 \u0434\u043E \u0441\u0430\u043C\u043E\u0439 \u0441\u043C\u0435\u0440\u0442\u0438. \u042F \u043D\u0435 \u0432\u043E\u0437\u044C\u043C\u0443 \u0436\u0435\u043D\u0443, \u043D\u0435 \u0441\u043E\u0437\u0434\u0430\u043C \u0432\u043E\u0442\u0447\u0438\u043D\u0443, \u043D\u0435 \u0437\u0430\u0432\u0435\u0434\u0443 \u0434\u0435\u0442\u0435\u0439. \u042F \u043D\u0435 \u0431\u0443\u0434\u0443 \u043D\u043E\u0441\u0438\u0442\u044C \u043A\u043E\u0440\u043E\u043D\u0443, \u043D\u0435 \u0431\u0443\u0434\u0443 \u0441\u0442\u0440\u0435\u043C\u0438\u0442\u044C\u0441\u044F \u043A \u043F\u043E\u0447\u0435\u0441\u0442\u044F\u043C. \u042F \u0431\u0443\u0434\u0443 \u0438\u0441\u043F\u043E\u043B\u043D\u044F\u0442\u044C \u0441\u0432\u043E\u0439 \u0434\u043E\u043B\u0433, \u0436\u0438\u0442\u044C \u0438 \u0443\u043C\u0438\u0440\u0430\u0442\u044C.",sampleSourceText:"Night gathers, and now my watch begins. It shall not end until my death. I shall take no wife, hold no lands, father no children. I shall wear no crowns and win no glory. I shall live and die at my post.","subtitle.supportedSites":"\u5DF2\u652F\u6301\u5728\u8FD9\u4E9B\u7F51\u7AD9\u4F7F\u7528\u53CC\u8BED\u5B57\u5E55\uFF08\u6CE8\u610F\uFF1A\u7531\u4E8E\u6280\u672F\u9650\u5236\uFF0C\u90E8\u5206\u7F51\u7AD9\u5728\u9996\u6B21\u5F00\u542F\u5B57\u5E55\u540E\u9700\u8981\u91CD\u65B0\u5237\u65B0\u9875\u9762\uFF0C\u6216\u8005\u9700\u7B49\u5F85\u7FFB\u8BD1\u5B8C\u6210\u4EE5\u663E\u793A\u53CC\u8BED\u5B57\u5E55\uFF09\uFF1A",viewWithImmersiveTranslate:"\u53CC\u8BED\u7248\u672C(\u6C89\u6D78\u5F0F\u7FFB\u8BD1)",errorReason:"\u9519\u8BEF\u539F\u56E0\uFF1A{message}","proQuotaExceededError.onetime7day":'\uFF0C\u60A8\u53EF\u4EE5\u9009\u62E9\u4EE5\u4E0B\u65B9\u5F0F\u89E3\u51B3\uFF1A

1. \u5207\u6362\u5230 {anotherService} \u6216\u5176\u4ED6\u7FFB\u8BD1\u670D\u52A1
2. \u5347\u7EA7\u4E3A\u6708\u5EA6/\u5E74\u5EA6\u4F1A\u5458',"proQuotaExceededError.trial":'\uFF0C\u60A8\u53EF\u4EE5\u9009\u62E9\u4EE5\u4E0B\u65B9\u5F0F\u89E3\u51B3\uFF1A

1. \u5207\u6362\u5230 {anotherService} \u6216\u5176\u4ED6\u7FFB\u8BD1\u670D\u52A1
2. \u7ACB\u523B\u5347\u7EA7\u4E3A\u6B63\u5F0F\u4F1A\u5458',"proQuotaExceededError.nonTrial":'\uFF0C\u60A8\u53EF\u4EE5\u9009\u62E9\u4EE5\u4E0B\u65B9\u5F0F\u89E3\u51B3\uFF1A

1. \u5207\u6362\u5230 {anotherService} \u6216\u5176\u4ED6\u7FFB\u8BD1\u670D\u52A1
2. \u8D2D\u4E70 {translationService} \u989D\u5916\u6D41\u91CF\u5305',"proQuotaExceededError.resetTime":"
3. \u989D\u5EA6\u91CD\u7F6E\u65F6\u95F4\uFF1A{resetTime}","desc.touchShortcutsToggleTranslatePageOnlyTranslation":"\u0422\u043E\u043B\u044C\u043A\u043E \u043F\u0435\u0440\u0435\u0432\u043E\u0434 \u043E\u0437\u043D\u0430\u0447\u0430\u0435\u0442, \u0447\u0442\u043E \u043E\u0442\u043E\u0431\u0440\u0430\u0436\u0430\u0435\u0442\u0441\u044F \u0442\u043E\u043B\u044C\u043A\u043E \u043F\u0435\u0440\u0435\u0432\u043E\u0434. \u0415\u0441\u043B\u0438 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u0430 \u0435\u0449\u0435 \u043D\u0435 \u043F\u0435\u0440\u0435\u0432\u0435\u0434\u0435\u043D\u0430, \u043E\u043D\u0430 \u043F\u0435\u0440\u0435\u043A\u043B\u044E\u0447\u0438\u0442\u0441\u044F \u0432 \u0440\u0435\u0436\u0438\u043C \u0438 \u0431\u0443\u0434\u0435\u0442 \u043F\u0435\u0440\u0435\u0432\u0435\u0434\u0435\u043D\u0430.","desc.toggleOnlyTransation":'\u0420\u0435\u0436\u0438\u043C "\u0422\u043E\u043B\u044C\u043A\u043E \u043F\u0435\u0440\u0435\u0432\u043E\u0434" \u043E\u0437\u043D\u0430\u0447\u0430\u0435\u0442, \u0447\u0442\u043E \u043E\u0442\u043E\u0431\u0440\u0430\u0436\u0430\u0435\u0442\u0441\u044F \u0442\u043E\u043B\u044C\u043A\u043E \u043F\u0435\u0440\u0435\u0432\u043E\u0434. \u0415\u0441\u043B\u0438 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u0430 \u0435\u0449\u0435 \u043D\u0435 \u043F\u0435\u0440\u0435\u0432\u0435\u0434\u0435\u043D\u0430, \u0440\u0435\u0436\u0438\u043C \u0431\u0443\u0434\u0435\u0442 \u043F\u0435\u0440\u0435\u043A\u043B\u044E\u0447\u0435\u043D \u0438 \u0432\u044B\u043F\u043E\u043B\u043D\u0435\u043D \u043F\u0435\u0440\u0435\u0432\u043E\u0434.',touchShortcutsToggleTranslatePageOnlyTranslation:"\u041D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0430 \u0436\u0435\u0441\u0442\u043E\u0432 \u0441\u0435\u043D\u0441\u043E\u0440\u043D\u043E\u0433\u043E \u044D\u043A\u0440\u0430\u043D\u0430 \u0434\u043B\u044F \u043F\u0435\u0440\u0435\u043A\u043B\u044E\u0447\u0435\u043D\u0438\u044F \u043C\u0435\u0436\u0434\u0443 \u0434\u0432\u0443\u044F\u0437\u044B\u0447\u043D\u044B\u043C / \u0442\u043E\u043B\u044C\u043A\u043E \u0442\u0435\u043A\u0441\u0442\u043E\u043C \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430",download_started:"\u0417\u0430\u0433\u0440\u0443\u0437\u043A\u0430 \u0443\u0436\u0435 \u043D\u0430\u0447\u0430\u043B\u0430\u0441\u044C, \u0435\u0441\u043B\u0438 \u043E\u043D\u0430 \u043D\u0435 \u043D\u0430\u0447\u0430\u043B\u0430\u0441\u044C \u0430\u0432\u0442\u043E\u043C\u0430\u0442\u0438\u0447\u0435\u0441\u043A\u0438, \u043F\u043E\u0436\u0430\u043B\u0443\u0439\u0441\u0442\u0430, \u043D\u0430\u0436\u043C\u0438\u0442\u0435 \u0432\u0440\u0443\u0447\u043D\u0443\u044E.",here:"\u0437\u0434\u0435\u0441\u044C","error.goReset":"\u0441\u0431\u0440\u043E\u0441\u0438\u0442\u044C",batchEdit:"\u041C\u0430\u0441\u0441\u043E\u0432\u0430\u044F \u043E\u043F\u0435\u0440\u0430\u0446\u0438\u044F","error.configError":"\u041D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0430 \u0434\u0430\u043D\u043D\u044B\u0445 \u0430\u043D\u043E\u043C\u0430\u043B\u044C\u043D\u0430","translationFont.custom":"\u0412\u0432\u0435\u0434\u0438\u0442\u0435 \u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u0435\u043B\u044C\u0441\u043A\u0438\u0439 \u0448\u0440\u0438\u0444\u0442",translationFont:"\u0443\u0441\u0442\u0430\u043D\u043E\u0432\u0438\u0442\u044C \u0448\u0440\u0438\u0444\u0442",detectServiceLoading:"\u041F\u0440\u043E\u0432\u0435\u0440\u043A\u0430 \u0434\u043E\u0441\u0442\u0443\u043F\u043D\u044B\u0445 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0447\u0435\u0441\u043A\u0438\u0445 \u0443\u0441\u043B\u0443\u0433...","translationFont.customPlaceholder":"\u0448\u0440\u0438\u0444\u0442","touch.mouse-translate":"\u041F\u0435\u0440\u0435\u0432\u0435\u0441\u0442\u0438 \u0443\u043A\u0430\u0437\u0430\u043D\u043D\u044B\u0439 \u0430\u0431\u0437\u0430\u0446","translationModeLang.translation.title":"\u0422\u043E\u043B\u044C\u043A\u043E \u0440\u0435\u0436\u0438\u043C \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430 \u044F\u0437\u044B\u043A\u0430","error.serveConfigError":"\u041E\u0448\u0438\u0431\u043A\u0430 \u043A\u043E\u043D\u0444\u0438\u0433\u0443\u0440\u0430\u0446\u0438\u0438 \u0441\u0435\u0440\u0432\u0438\u0441\u0430","error.403":"\u0421\u043B\u0443\u0436\u0431\u0430 \u0432\u043E\u0437\u0432\u0440\u0430\u0449\u0430\u0435\u0442 \u043E\u0448\u0438\u0431\u043A\u0443, \u0432\u0440\u0435\u043C\u0435\u043D\u043D\u043E \u043D\u0435\u0442 \u0434\u043E\u0441\u0442\u0443\u043F\u0430 \u043A \u044D\u0442\u043E\u0439 \u0441\u043B\u0443\u0436\u0431\u0435.","error.proUpgrade":"\u041F\u043E\u0441\u043B\u0435 \u043E\u0431\u043D\u043E\u0432\u043B\u0435\u043D\u0438\u044F, \u043F\u043E\u0436\u0430\u043B\u0443\u0439\u0441\u0442\u0430, \u043E\u0431\u043D\u043E\u0432\u0438\u0442\u0435 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u0443 \u0438 \u043F\u0435\u0440\u0435\u0432\u0435\u0434\u0438\u0442\u0435 \u0441\u043D\u043E\u0432\u0430.","translationModeUrl.translation.title":"\u0412\u0435\u0431-\u0430\u0434\u0440\u0435\u0441 \u0442\u043E\u043B\u044C\u043A\u043E \u0434\u043B\u044F \u0440\u0435\u0436\u0438\u043C\u0430 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430",enableSentryReport:"\u041A\u043E\u0433\u0434\u0430 \u043F\u0440\u043E\u0438\u0441\u0445\u043E\u0434\u0438\u0442 \u043E\u0448\u0438\u0431\u043A\u0430 \u0440\u0430\u0441\u0448\u0438\u0440\u0435\u043D\u0438\u044F, \u043E\u0442\u043F\u0440\u0430\u0432\u043B\u044F\u0439\u0442\u0435 \u043E\u0442\u0437\u044B\u0432\u044B \u0447\u0435\u0440\u0435\u0437 Sentry.","error.reloadPageOfSetting":"\u041F\u043E\u0441\u043B\u0435 \u043D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0438, \u043F\u043E\u0436\u0430\u043B\u0443\u0439\u0441\u0442\u0430, \u043E\u0431\u043D\u043E\u0432\u0438\u0442\u0435 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u0443 \u0438 \u043F\u0435\u0440\u0435\u0432\u0435\u0434\u0438\u0442\u0435 \u0441\u043D\u043E\u0432\u0430.","error.502":"\u0421\u0435\u0440\u0432\u0438\u0441 \u0432\u043E\u0437\u0432\u0440\u0430\u0449\u0430\u0435\u0442 \u043E\u0448\u0438\u0431\u043A\u0443, \u0432\u0440\u0435\u043C\u044F \u043E\u0436\u0438\u0434\u0430\u043D\u0438\u044F \u0441\u0435\u0440\u0432\u0438\u0441\u0430 \u0438\u0441\u0442\u0435\u043A\u043B\u043E, \u043F\u043E\u0436\u0430\u043B\u0443\u0439\u0441\u0442\u0430, \u043F\u043E\u043F\u0440\u043E\u0431\u0443\u0439\u0442\u0435 \u043F\u043E\u0437\u0436\u0435.","translationModeUrl.translation.description":"\u041A\u043E\u0433\u0434\u0430 \u0432\u0435\u0431-\u0441\u0430\u0439\u0442 \u0438\u043C\u0435\u0435\u0442 \u0441\u043B\u0435\u0434\u0443\u044E\u0449\u0438\u0435 \u0434\u043E\u043C\u0435\u043D\u043D\u044B\u0435 \u0438\u043C\u0435\u043D\u0430, \u043E\u043D \u0430\u0432\u0442\u043E\u043C\u0430\u0442\u0438\u0447\u0435\u0441\u043A\u0438 \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u0443\u0435\u0442 \u0440\u0435\u0436\u0438\u043C \u0442\u043E\u043B\u044C\u043A\u043E \u0441 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u043E\u043C.",videoSubtitlePreTranslationOn:"\u0412\u0438\u0434\u0435\u043E \u0441\u0443\u0431\u0442\u0438\u0442\u0440\u044B \u0431\u0443\u0434\u0443\u0442 \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u044C \u043F\u043E\u0433\u0440\u0443\u0436\u0435\u043D\u0438\u0435 \u0432 \u043F\u0435\u0440\u0435\u0432\u043E\u0434 \u0432 \u043F\u0435\u0440\u0432\u0443\u044E \u043E\u0447\u0435\u0440\u0435\u0434\u044C.","translationServices.inherit":"\u0421\u043B\u0435\u0434\u0443\u0439\u0442\u0435 \u0437\u0430 \u043E\u0441\u043D\u043E\u0432\u043D\u044B\u043C \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0447\u0435\u0441\u043A\u0438\u043C \u0441\u0435\u0440\u0432\u0438\u0441\u043E\u043C","error.proTokenInvalid":"\u0415\u0441\u043B\u0438 \u0432\u044B \u044F\u0432\u043B\u044F\u0435\u0442\u0435\u0441\u044C \u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u0435\u043B\u0435\u043C Pro, \u043F\u043E\u0436\u0430\u043B\u0443\u0439\u0441\u0442\u0430, \u0432\u043E\u0439\u0434\u0438\u0442\u0435 \u0432 \u0441\u0438\u0441\u0442\u0435\u043C\u0443, \u043F\u0440\u0435\u0436\u0434\u0435 \u0447\u0435\u043C \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u044C \u0441\u0435\u0440\u0432\u0438\u0441 Pro \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430.",toggleToService:"\u041F\u0435\u0440\u0435\u043A\u043B\u044E\u0447\u0438\u0442\u0435\u0441\u044C \u043D\u0430 {service} \u0438 \u043F\u043E\u043F\u0440\u043E\u0431\u0443\u0439\u0442\u0435 \u0441\u043D\u043E\u0432\u0430",videoSubtitlePreTranslationOff:"\u041F\u0440\u0438\u043E\u0440\u0438\u0442\u0435\u0442 \u0431\u0443\u0434\u0435\u0442 \u043E\u0442\u0434\u0430\u043D \u043C\u0430\u0448\u0438\u043D\u043D\u043E\u043C\u0443 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0443 \u0441\u0443\u0431\u0442\u0438\u0442\u0440\u043E\u0432, \u0432\u0441\u0442\u0440\u043E\u0435\u043D\u043D\u044B\u0445 \u0432 \u043E\u0440\u0438\u0433\u0438\u043D\u0430\u043B\u044C\u043D\u043E\u0435 \u0432\u0438\u0434\u0435\u043E.","error.gemini.429":"\u0422\u0435\u043A\u0443\u0449\u0430\u044F \u0441\u043B\u0443\u0436\u0431\u0430 Gemini \u0443\u0436\u0435 \u0434\u043E\u0441\u0442\u0438\u0433\u043B\u0430 \u0441\u0432\u043E\u0435\u0433\u043E \u043F\u0440\u0435\u0434\u0435\u043B\u0430, \u043F\u043E\u0436\u0430\u043B\u0443\u0439\u0441\u0442\u0430, \u043F\u043E\u043F\u0440\u043E\u0431\u0443\u0439\u0442\u0435 \u043F\u043E\u0437\u0436\u0435 \u0438\u043B\u0438 \u043F\u0435\u0440\u0435\u043A\u043B\u044E\u0447\u0438\u0442\u0435\u0441\u044C \u043D\u0430 \u0434\u0440\u0443\u0433\u0443\u044E \u0441\u043B\u0443\u0436\u0431\u0443 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430.","translationModeLang.translation.description":'\u041A\u043E\u0433\u0434\u0430 \u044F\u0437\u044B\u043A \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u044B \u044F\u0432\u043B\u044F\u0435\u0442\u0441\u044F \u043E\u0434\u043D\u0438\u043C \u0438\u0437 \u0441\u043B\u0435\u0434\u0443\u044E\u0449\u0438\u0445, \u0430\u0432\u0442\u043E\u043C\u0430\u0442\u0438\u0447\u0435\u0441\u043A\u0438 \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u0443\u0435\u0442\u0441\u044F \u0440\u0435\u0436\u0438\u043C "\u0442\u043E\u043B\u044C\u043A\u043E \u043F\u0435\u0440\u0435\u0432\u043E\u0434".',"translationFont.notSupportErrorMessage":"\u041F\u043E\u0436\u0430\u043B\u0443\u0439\u0441\u0442\u0430, \u043F\u0440\u043E\u0432\u0435\u0440\u044C\u0442\u0435 \u043F\u0440\u0430\u0432\u0438\u043B\u044C\u043D\u043E\u0441\u0442\u044C \u0432\u0432\u0435\u0434\u0435\u043D\u043D\u043E\u0433\u043E \u0432\u0430\u043C\u0438 \u043D\u0430\u0437\u0432\u0430\u043D\u0438\u044F \u0448\u0440\u0438\u0444\u0442\u0430 \u0438\u043B\u0438 \u0443\u0431\u0435\u0434\u0438\u0442\u0435\u0441\u044C, \u0447\u0442\u043E \u044D\u0442\u043E\u0442 \u0448\u0440\u0438\u0444\u0442 \u0443\u0436\u0435 \u0443\u0441\u0442\u0430\u043D\u043E\u0432\u043B\u0435\u043D \u043D\u0430 \u0432\u0430\u0448\u0435\u043C \u0443\u0441\u0442\u0440\u043E\u0439\u0441\u0442\u0432\u0435.","error.429":"\u0421\u0435\u0440\u0432\u0438\u0441 \u0432\u043E\u0437\u0432\u0440\u0430\u0449\u0430\u0435\u0442 \u043E\u0448\u0438\u0431\u043A\u0443, \u0447\u0442\u043E \u0443\u043A\u0430\u0437\u044B\u0432\u0430\u0435\u0442 \u043D\u0430 \u0441\u043B\u0438\u0448\u043A\u043E\u043C \u0447\u0430\u0441\u0442\u044B\u0435 \u0437\u0430\u043F\u0440\u043E\u0441\u044B \u0438\u043B\u0438 \u043F\u0440\u0435\u0432\u044B\u0448\u0435\u043D\u0438\u0435 \u043B\u0438\u043C\u0438\u0442\u0430. \u041F\u043E\u0436\u0430\u043B\u0443\u0439\u0441\u0442\u0430, \u043F\u043E\u043F\u0440\u043E\u0431\u0443\u0439\u0442\u0435 \u043F\u043E\u0437\u0436\u0435.","error.400":"\u0421\u043B\u0443\u0436\u0431\u0430 \u0432\u043E\u0437\u0432\u0440\u0430\u0449\u0430\u0435\u0442 \u043E\u0448\u0438\u0431\u043A\u0443, \u043D\u0435\u0432\u0435\u0440\u043D\u044B\u0439 \u0437\u0430\u043F\u0440\u043E\u0441 \u043F\u0430\u0440\u0430\u043C\u0435\u0442\u0440\u0430, \u043F\u0440\u043E\u0432\u0435\u0440\u044C\u0442\u0435 \u0441\u043E\u043E\u0442\u0432\u0435\u0442\u0441\u0442\u0432\u0443\u044E\u0449\u0443\u044E \u043A\u043E\u043D\u0444\u0438\u0433\u0443\u0440\u0430\u0446\u0438\u044E.","error.openAIExceededQuota":"\u0421\u0435\u0440\u0432\u0438\u0441 \u0432\u043E\u0437\u0432\u0440\u0430\u0449\u0430\u0435\u0442 \u043E\u0448\u0438\u0431\u043A\u0443: \u043D\u0430 \u0432\u0430\u0448\u0435\u043C \u0442\u0435\u043A\u0443\u0449\u0435\u043C \u0441\u0447\u0435\u0442\u0443 OpenAI \u043D\u0435\u0434\u043E\u0441\u0442\u0430\u0442\u043E\u0447\u043D\u043E \u0441\u0440\u0435\u0434\u0441\u0442\u0432, \u043F\u043E\u0436\u0430\u043B\u0443\u0439\u0441\u0442\u0430, \u043F\u043E\u043F\u043E\u043B\u043D\u0438\u0442\u0435 \u0441\u0447\u0435\u0442 \u0438\u043B\u0438 \u043F\u0440\u0438\u0432\u044F\u0436\u0438\u0442\u0435 \u043A\u0440\u0435\u0434\u0438\u0442\u043D\u0443\u044E \u043A\u0430\u0440\u0442\u0443 \u0432 \u043E\u0444\u0438\u0446\u0438\u0430\u043B\u044C\u043D\u043E\u0439 \u0430\u0434\u043C\u0438\u043D\u0438\u0441\u0442\u0440\u0430\u0442\u0438\u0432\u043D\u043E\u0439 \u043F\u0430\u043D\u0435\u043B\u0438 OpenAI.","error.googleLimitIp":"\u0421\u043B\u0443\u0436\u0431\u0430 \u0432\u043E\u0437\u0432\u0440\u0430\u0449\u0430\u0435\u0442 \u043E\u0448\u0438\u0431\u043A\u0443, Google \u043E\u0433\u0440\u0430\u043D\u0438\u0447\u0438\u0432\u0430\u0435\u0442 \u0434\u043E\u0441\u0442\u0443\u043F \u0434\u043B\u044F \u044D\u0442\u043E\u0433\u043E IP-\u0430\u0434\u0440\u0435\u0441\u0430, \u0440\u0435\u043A\u043E\u043C\u0435\u043D\u0434\u0443\u0435\u0442\u0441\u044F \u0438\u0437\u043C\u0435\u043D\u0438\u0442\u044C \u0441\u0435\u0442\u0435\u0432\u043E\u0439 \u0443\u0437\u0435\u043B.","desc.toggleVideoSubtitlePreTranslation":"\u041F\u043E\u0441\u043B\u0435 \u043D\u0430\u0436\u0430\u0442\u0438\u044F, \u0434\u0432\u0443\u044F\u0437\u044B\u0447\u043D\u044B\u0435 \u0441\u0443\u0431\u0442\u0438\u0442\u0440\u044B \u0432\u0438\u0434\u0435\u043E \u0431\u0443\u0434\u0443\u0442 \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u044C \u043D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0438 \u043F\u043E\u0433\u0440\u0443\u0436\u0435\u043D\u0438\u044F \u0432 \u043F\u0435\u0440\u0435\u0432\u043E\u0434 \u0432 \u043F\u0435\u0440\u0432\u0443\u044E \u043E\u0447\u0435\u0440\u0435\u0434\u044C, \u043F\u0440\u0438 \u043F\u043E\u0432\u0442\u043E\u0440\u043D\u043E\u043C \u043D\u0430\u0436\u0430\u0442\u0438\u0438 \u0431\u0443\u0434\u0435\u0442 \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u044C\u0441\u044F \u043C\u0430\u0448\u0438\u043D\u043D\u044B\u0439 \u043F\u0435\u0440\u0435\u0432\u043E\u0434 \u0441\u0443\u0431\u0442\u0438\u0442\u0440\u043E\u0432 \u0438\u0437\u043D\u0430\u0447\u0430\u043B\u044C\u043D\u043E\u0433\u043E \u0432\u0438\u0434\u0435\u043E. \u041E\u0431\u0440\u0430\u0442\u0438\u0442\u0435 \u0432\u043D\u0438\u043C\u0430\u043D\u0438\u0435: \u044D\u0442\u043E\u0442 \u044F\u0440\u043B\u044B\u043A \u0438\u0437\u043C\u0435\u043D\u044F\u0435\u0442 \u0433\u043B\u043E\u0431\u0430\u043B\u044C\u043D\u044B\u0435 \u043D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0438.","error.openAIFreeLimit":"\u0421\u0435\u0440\u0432\u0438\u0441 \u0432\u043E\u0437\u0432\u0440\u0430\u0449\u0430\u0435\u0442 \u043E\u0448\u0438\u0431\u043A\u0443, \u0442\u0435\u043A\u0443\u0449\u0430\u044F \u0447\u0430\u0441\u0442\u043E\u0442\u0430 \u0437\u0430\u043F\u0440\u043E\u0441\u043E\u0432 \u043D\u0430 \u043F\u0435\u0440\u0435\u0432\u043E\u0434 \u0434\u043E\u0441\u0442\u0438\u0433\u043B\u0430 \u043F\u0440\u0435\u0434\u0435\u043B\u0430 \u0432 3 \u0440\u0430\u0437\u0430 \u0432 \u043C\u0438\u043D\u0443\u0442\u0443, \u043F\u043E\u0436\u0430\u043B\u0443\u0439\u0441\u0442\u0430, \u043F\u043E\u043F\u0440\u043E\u0431\u0443\u0439\u0442\u0435 \u043F\u043E\u0437\u0436\u0435. (\u042D\u0442\u043E \u043E\u0433\u0440\u0430\u043D\u0438\u0447\u0435\u043D\u0438\u0435 OpenAI \u0434\u043B\u044F \u0431\u0435\u0441\u043F\u043B\u0430\u0442\u043D\u043E\u0433\u043E API Key, \u0447\u0442\u043E\u0431\u044B \u0441\u043D\u044F\u0442\u044C \u044D\u0442\u043E \u043E\u0433\u0440\u0430\u043D\u0438\u0447\u0435\u043D\u0438\u0435, \u043F\u043E\u0436\u0430\u043B\u0443\u0439\u0441\u0442\u0430, \u043F\u0440\u0438\u0432\u044F\u0436\u0438\u0442\u0435 \u043A\u0440\u0435\u0434\u0438\u0442\u043D\u0443\u044E \u043A\u0430\u0440\u0442\u0443 \u0432 \u0431\u044D\u043A\u0435\u043D\u0434\u0435 OpenAI.)","error.serveUnavailable":"\u0412 \u043D\u0430\u0441\u0442\u043E\u044F\u0449\u0435\u0435 \u0432\u0440\u0435\u043C\u044F \u0443\u0441\u043B\u0443\u0433\u0430 [{serverName}], \u043A\u043E\u0442\u043E\u0440\u0443\u044E \u0432\u044B \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u0443\u0435\u0442\u0435, \u0432\u0440\u0435\u043C\u0435\u043D\u043D\u043E \u043D\u0435\u0434\u043E\u0441\u0442\u0443\u043F\u043D\u0430 \u0438\u0437-\u0437\u0430 \u043F\u0440\u043E\u0431\u043B\u0435\u043C \u0441 \u043F\u043E\u0434\u043A\u043B\u044E\u0447\u0435\u043D\u0438\u0435\u043C \u043A \u0441\u0435\u0442\u0438 \u0438\u043B\u0438 \u043F\u043E\u0441\u0442\u0430\u0432\u0449\u0438\u043A\u043E\u043C \u0443\u0441\u043B\u0443\u0433. \u0420\u0435\u043A\u043E\u043C\u0435\u043D\u0434\u0443\u0435\u043C \u0432\u0430\u043C \u043F\u043E\u043F\u0440\u043E\u0431\u043E\u0432\u0430\u0442\u044C \u043E\u0431\u043D\u043E\u0432\u0438\u0442\u044C \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u0443 \u0438\u043B\u0438 \u0438\u0437\u043C\u0435\u043D\u0438\u0442\u044C \u0434\u0440\u0443\u0433\u043E\u0439 \u0441\u0435\u0440\u0432\u0438\u0441 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430 \u0447\u0435\u0440\u0435\u0437 <1>\u043D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0438. \u0415\u0441\u043B\u0438 \u0432\u044B <2>Pro-\u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u0435\u043B\u044C, \u0432\u044B \u043C\u043E\u0436\u0435\u0442\u0435 \u0432\u044B\u0431\u0440\u0430\u0442\u044C \u0431\u043E\u043B\u0435\u0435 \u0441\u0442\u0430\u0431\u0438\u043B\u044C\u043D\u044B\u0435 \u0441\u0435\u0440\u0432\u0438\u0441\u044B \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430 DeepL \u0438\u043B\u0438 OpenAI (<3>\u043D\u0430\u0436\u043C\u0438\u0442\u0435 \u0437\u0434\u0435\u0441\u044C, \u0447\u0442\u043E\u0431\u044B \u043F\u043E\u043F\u0440\u043E\u0431\u043E\u0432\u0430\u0442\u044C \u0431\u0435\u0441\u043F\u043B\u0430\u0442\u043D\u043E). \u041A\u0440\u043E\u043C\u0435 \u0442\u043E\u0433\u043E, \u0432\u0430\u043C, \u0432\u043E\u0437\u043C\u043E\u0436\u043D\u043E, \u043F\u0440\u0438\u0434\u0435\u0442\u0441\u044F \u043F\u0440\u043E\u0432\u0435\u0440\u0438\u0442\u044C \u043D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0438 \u0432\u0430\u0448\u0435\u0439 \u0441\u0435\u0442\u0438 \u0438\u043B\u0438 \u043F\u0440\u043E\u043A\u0441\u0438.",pickAll:"\u0412\u044B\u0431\u0440\u0430\u0442\u044C \u0432\u0441\u0435","tagsInput.add":"+ \u0414\u043E\u0431\u0430\u0432\u0438\u0442\u044C",loggedIn:"\u0412\u0445\u043E\u0434 \u0432\u044B\u043F\u043E\u043B\u043D\u0435\u043D","widget.translateFile":"PDF/ePub","translationServices.gemini":"\u0411\u043B\u0438\u0437\u043D\u0435\u0446\u044B",notLogin:"\u041D\u0435 \u0432\u043E\u0448\u0435\u043B \u0432 \u0441\u0438\u0441\u0442\u0435\u043C\u0443","multipleClick.2":"\u0434\u0432\u043E\u0439\u043D\u043E\u0439 \u043A\u043B\u0438\u043A",goLogin:"\u0432\u043E\u0439\u0442\u0438 \u0432 \u0441\u0438\u0441\u0442\u0435\u043C\u0443","multipleClick.3":"\u0442\u0440\u043E\u0439\u043D\u043E\u0439 \u0443\u0434\u0430\u0440","error.subscriptionExpiredTitle":"\u0427\u043B\u0435\u043D\u0441\u0442\u0432\u043E \u0438\u0441\u0442\u0435\u043A\u043B\u043E",shortcutSettings:"\u0413\u043E\u0440\u044F\u0447\u0438\u0435 \u043A\u043B\u0430\u0432\u0438\u0448\u0438","widget.instruction":"\u0418\u043D\u0441\u0442\u0440\u0443\u043A\u0446\u0438\u044F \u043F\u043E \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u043D\u0438\u044E",contact:"\u0421\u0432\u044F\u0436\u0438\u0442\u0435\u0441\u044C \u0441 \u043D\u0430\u043C\u0438","widget.videoSubtitle":"\u0432\u0438\u0434\u0435\u043E \u0441\u0443\u0431\u0442\u0438\u0442\u0440\u044B","error.retry":"\u041F\u043E\u0432\u0442\u043E\u0440\u0438\u0442\u044C \u043F\u043E\u043F\u044B\u0442\u043A\u0443","widget.instructionTooltip":"\u041F\u0440\u043E\u0441\u043C\u043E\u0442\u0440 \u0438\u043D\u0441\u0442\u0440\u0443\u043A\u0446\u0438\u0439 \u043F\u043E \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u043D\u0438\u044E","subtitle.bilingual":"\u0434\u0432\u0443\u044F\u0437\u044B\u0447\u043D\u044B\u0435 \u0441\u0443\u0431\u0442\u0438\u0442\u0440\u044B","error.reason":"\u043F\u0440\u0438\u0447\u0438\u043D\u0430 \u043E\u0448\u0438\u0431\u043A\u0438",alwaysTranslateThisSite:"\u0412\u0441\u0435\u0433\u0434\u0430 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0438\u0442\u0435 \u044D\u0442\u043E\u0442 \u0441\u0430\u0439\u0442",touchShortcutsOff:"\u0437\u0430\u043A\u0440\u044B\u0442\u044C",neverTranslateThisSite:"\u041D\u0438\u043A\u043E\u0433\u0434\u0430 \u043D\u0435 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0438\u0442\u0435 \u044D\u0442\u043E\u0442 \u0441\u0430\u0439\u0442",buildSnapshots:"\u0421\u043E\u0437\u0434\u0430\u043D\u0438\u0435 \u0441\u043D\u0438\u043C\u043A\u0430 \u0432\u0435\u0431-\u0441\u0442\u0440\u0430\u043D\u0438\u0446\u044B","slide.left":"\u041F\u0440\u043E\u0432\u0435\u0434\u0438\u0442\u0435 \u0432\u043F\u0440\u0430\u0432\u043E","shortcutGroup.others":"\u0411\u043E\u043B\u044C\u0448\u0435 \u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u0435\u043B\u044C\u0441\u043A\u0438\u0445 \u0444\u0443\u043D\u043A\u0446\u0438\u0439 \u0433\u043E\u0440\u044F\u0447\u0438\u0445 \u043A\u043B\u0430\u0432\u0438\u0448",temprarilyChangeTranslationTo_openai:"\u0418\u0441\u043F\u043E\u043B\u044C\u0437\u0443\u0435\u0442\u0441\u044F OpenAI \u0434\u043B\u044F \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430 \u0442\u0435\u043A\u0443\u0449\u0435\u0439 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u044B","intro.hoverTitle":"\u041D\u0430\u0432\u0435\u0434\u0438\u0442\u0435 \u043A\u0443\u0440\u0441\u043E\u0440, \u0447\u0442\u043E\u0431\u044B \u043F\u0435\u0440\u0435\u0432\u0435\u0441\u0442\u0438 \u0442\u0435\u043A\u0443\u0449\u0438\u0439 \u0430\u0431\u0437\u0430\u0446","browser.translateWithDeepL":"\u0412\u0440\u0435\u043C\u0435\u043D\u043D\u043E \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u0443\u0439\u0442\u0435 DeepL \u0434\u043B\u044F \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430 \u0442\u0435\u043A\u0443\u0449\u0435\u0439 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u044B","slide.right":"\u0421\u0432\u0430\u0439\u043F \u0432\u043B\u0435\u0432\u043E",translationOnlyMode:"\u0422\u043E\u043B\u044C\u043A\u043E \u0440\u0435\u0436\u0438\u043C \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430",notLoginPro:"\u0412\u044B \u0435\u0449\u0435 \u043D\u0435 \u0432\u043E\u0448\u043B\u0438 \u0432 \u0441\u0432\u043E\u0439 \u0430\u043A\u043A\u0430\u0443\u043D\u0442",mouseHoverCustomKeyTitle:"\u041D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0430 \u0433\u043E\u0440\u044F\u0447\u0438\u0445 \u043A\u043B\u0430\u0432\u0438\u0448 \u043F\u0440\u0438 \u043D\u0430\u0432\u0435\u0434\u0435\u043D\u0438\u0438 \u043C\u044B\u0448\u0438","shortcutGroup.mouse":"\u041D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0430 \u0433\u043E\u0440\u044F\u0447\u0438\u0445 \u043A\u043B\u0430\u0432\u0438\u0448 \u043F\u0440\u0438 \u043D\u0430\u0432\u0435\u0434\u0435\u043D\u0438\u0438 \u043C\u044B\u0448\u0438",temprarilyChangeTranslationTo_deepl:"\u0418\u0441\u043F\u043E\u043B\u044C\u0437\u0443\u0435\u0442\u0441\u044F \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0447\u0438\u043A DeepL \u0434\u043B\u044F \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430 \u0442\u0435\u043A\u0443\u0449\u0435\u0439 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u044B.","browser.translateWithGoogle":"\u0412\u0440\u0435\u043C\u0435\u043D\u043D\u043E\u0435 \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u043D\u0438\u0435 Google Translate \u0434\u043B\u044F \u0442\u0435\u043A\u0443\u0449\u0435\u0439 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u044B","shortcutGroup.touch":"\u0421\u043F\u0435\u0446\u0438\u0430\u043B\u044C\u043D\u044B\u0435 \u0436\u0435\u0441\u0442\u044B \u0434\u043B\u044F \u0441\u0435\u043D\u0441\u043E\u0440\u043D\u043E\u0433\u043E \u044D\u043A\u0440\u0430\u043D\u0430","browser.translateInputBox":"\u041F\u0435\u0440\u0435\u0432\u0435\u0441\u0442\u0438 \u0442\u0435\u043A\u0443\u0449\u0435\u0435 \u0441\u043E\u0434\u0435\u0440\u0436\u0438\u043C\u043E\u0435 \u0432\u0432\u043E\u0434\u0430","widget.videoSubtitleTooltip":"\u041F\u043E\u0434\u0434\u0435\u0440\u0436\u043A\u0430 Youtube \u0438 \u0434\u0440\u0443\u0433\u0438\u0445 {count}+ \u0432\u0438\u0434\u0435\u043E-\u0441\u0430\u0439\u0442\u043E\u0432","browser.translateWithGemini":"\u0412\u0440\u0435\u043C\u0435\u043D\u043D\u043E \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u0443\u0439\u0442\u0435 Gemini \u0434\u043B\u044F \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430 \u0442\u0435\u043A\u0443\u0449\u0435\u0439 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u044B","subtitle.hideQuickButton":"\u0411\u043E\u043B\u044C\u0448\u0435 \u043D\u0435 \u043F\u043E\u043A\u0430\u0437\u044B\u0432\u0430\u0442\u044C \u044D\u0442\u043E\u0442 \u044F\u0440\u043B\u044B\u043A","browser.translateWithBing":"\u0412\u0440\u0435\u043C\u0435\u043D\u043D\u043E \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u0443\u0439\u0442\u0435 Microsoft \u0434\u043B\u044F \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430 \u0442\u0435\u043A\u0443\u0449\u0435\u0439 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u044B","browser.translateWithTransmart":"\u0412\u0440\u0435\u043C\u0435\u043D\u043D\u043E \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u0443\u0439\u0442\u0435 Tencent \u0434\u043B\u044F \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430 \u0442\u0435\u043A\u0443\u0449\u0435\u0439 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u044B","multipleClick.4":"\u0447\u0435\u0442\u044B\u0440\u0435\u0445\u043A\u0440\u0430\u0442\u043D\u044B\u0439 \u0443\u0434\u0430\u0440",temprarilyChangeTranslationTo_gemini:"\u0418\u0441\u043F\u043E\u043B\u044C\u0437\u0443\u0435\u0442\u0441\u044F \u043F\u0435\u0440\u0435\u0432\u043E\u0434 \u0442\u0435\u043A\u0443\u0449\u0435\u0439 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u044B \u0441 \u043F\u043E\u043C\u043E\u0449\u044C\u044E Gemini","floatBall.longPress":"\u0423\u0434\u0435\u0440\u0436\u0438\u0432\u0430\u0439\u0442\u0435 \u043A\u043D\u043E\u043F\u043A\u0443, \u0447\u0442\u043E\u0431\u044B \u0431\u044B\u0441\u0442\u0440\u043E \u043E\u0442\u043A\u0440\u044B\u0442\u044C \u043F\u0430\u043D\u0435\u043B\u044C \u043D\u0430\u0441\u0442\u0440\u043E\u0435\u043A.",shortcutSettingsTitle:"\u041D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0430 \u0433\u043E\u0440\u044F\u0447\u0438\u0445 \u043A\u043B\u0430\u0432\u0438\u0448",networkError:"\u041F\u0440\u043E\u0431\u043B\u0435\u043C\u044B \u0441 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0447\u0435\u0441\u043A\u0438\u043C \u0441\u0435\u0440\u0432\u0438\u0441\u043E\u043C \u0438\u043B\u0438 \u0441\u0435\u0442\u044C\u044E","intro.floatBallTitle":"\u0411\u044B\u0441\u0442\u0440\u044B\u0439 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0447\u0438\u043A \u0432\u0441\u043F\u043B\u044B\u0432\u0430\u044E\u0449\u0435\u0433\u043E \u0448\u0430\u0440\u0430",temprarilyChangeTranslationTo_transmart:"\u0418\u0441\u043F\u043E\u043B\u044C\u0437\u0443\u0435\u0442\u0441\u044F \u043F\u0435\u0440\u0435\u0432\u043E\u0434 \u0442\u0435\u043A\u0443\u0449\u0435\u0439 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u044B \u0447\u0435\u0440\u0435\u0437 Tencent.","subtitle.autoDisableSubtitle":"\u041D\u0435 \u0430\u0432\u0442\u043E\u043C\u0430\u0442\u0438\u0447\u0435\u0441\u043A\u0438 \u0432\u043A\u043B\u044E\u0447\u0430\u0442\u044C \u0434\u0432\u0443\u044F\u0437\u044B\u0447\u043D\u044B\u0435 \u0441\u0443\u0431\u0442\u0438\u0442\u0440\u044B","browser.translateWithOpenAI":"\u0412\u0440\u0435\u043C\u0435\u043D\u043D\u043E \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u0443\u0439\u0442\u0435 OpenAI \u0434\u043B\u044F \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430 \u0442\u0435\u043A\u0443\u0449\u0435\u0439 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u044B","shortcutGroup.shortcutsForTranslationServices":"\u0421\u043E\u0447\u0435\u0442\u0430\u043D\u0438\u044F \u043A\u043B\u0430\u0432\u0438\u0448, \u0441\u0432\u044F\u0437\u0430\u043D\u043D\u044B\u0435 \u0441 \u0443\u0441\u043B\u0443\u0433\u0430\u043C\u0438 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430",temprarilyChangeTranslationTo_google:"\u0418\u0441\u043F\u043E\u043B\u044C\u0437\u0443\u0435\u0442\u0441\u044F Google Translate \u0434\u043B\u044F \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430 \u0442\u0435\u043A\u0443\u0449\u0435\u0439 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u044B.",paragraphMinTextCountField:"\u041C\u0438\u043D\u0438\u043C\u0430\u043B\u044C\u043D\u043E\u0435 \u043A\u043E\u043B\u0438\u0447\u0435\u0441\u0442\u0432\u043E \u0441\u0438\u043C\u0432\u043E\u043B\u043E\u0432, \u043D\u0435\u043E\u0431\u0445\u043E\u0434\u0438\u043C\u044B\u0445 \u0434\u043B\u044F \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430 \u0430\u0431\u0437\u0430\u0446\u0430",temprarilyChangeTranslationTo_bing:"\u0418\u0441\u043F\u043E\u043B\u044C\u0437\u0443\u0435\u0442\u0441\u044F Microsoft \u0434\u043B\u044F \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430 \u0442\u0435\u043A\u0443\u0449\u0435\u0439 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u044B",upgradeToProErrorTitle:"\u041F\u043E\u0436\u0430\u043B\u0443\u0439\u0441\u0442\u0430, \u043E\u0431\u043D\u043E\u0432\u0438\u0442\u0435 \u0434\u043E Pro-\u0447\u043B\u0435\u043D\u0441\u0442\u0432\u0430, \u0447\u0442\u043E\u0431\u044B \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u044C \u044D\u0442\u0443 \u0443\u0441\u043B\u0443\u0433\u0443 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430.","floatBall.guideClickToTranslate":`\u041D\u0430\u0436\u043C\u0438\u0442\u0435 \u043D\u0430 \u043F\u043B\u0430\u0432\u0430\u044E\u0449\u0438\u0439 \u0448\u0430\u0440 \u0434\u043B\u044F \u043F\u043E\u0433\u0440\u0443\u0436\u0435\u043D\u0438\u044F \u0432 \u043F\u0435\u0440\u0435\u0432\u043E\u0434, + {env.imt_sub_trans_field}: Traduzione`,"translationServices.claude":"Claude","subtitle.quickButton.black":"nero","subtitle.quickButton.blue":"blu","subtitle.quickButton.white":"bianco","subtitle.quickButton.green":"Verde","subtitle.quickButton.magenta":"Fucsia","subtitle.quickButton.sourceTextColor":"Colore del carattere originale","subtitle.quickButton.yellow":"giallo","subtitle.quickButton.sourceFontSize":"Dimensione originale del carattere","subtitle.quickButton.backgroundOpacity":"Opacit\xE0 di sfondo","subtitle.quickButton.translationPositionTop":"Sopra il testo originale","subtitle.quickButton.backgroundColor":"colore di sfondo","subtitle.quickButton.translationPosition":"Posizione del testo tradotto","subtitle.quickButton.translationPositionBottom":"Sotto il testo originale","subtitle.quickButton.red":"Rosso","subtitle.quickButton.cyan":"Blu","subtitle.quickButton.setting":"Impostazione","subtitle.quickButton.translationTextColor":"Colore del carattere del testo","subtitle.quickButton.translationFontSize":"Dimensione del carattere del testo tradotto",attachSubtitleTranslating:"Utilizzando {service} per la traduzione...","error.claude.403":"Non hai l'autorizzazione per accedere al servizio, potrebbe essere correlato alle restrizioni regionali di Claude, puoi provare a cambiare il tuo indirizzo IP o utilizzare altri servizi di traduzione.","browser.brandDescriptionForSafari":"\u3010Traduzione Immersiva\u3011Un plugin gratuito per la traduzione di pagine web bilingue (originale/tradotto), che supporta anche la traduzione di PDF e libri elettronici EPUB mantenendo la formattazione originale del documento, la traduzione di sottotitoli bilingui per video online come Youtube/Netflix, e supporta servizi di traduzione mainstream come Deepl/Google;","browser.PdfProFile":"Traduzione Pro di PDF guidata da AI","browser.textTranslate":"Traduzione del testo"};var Ab={nologin:"\u043D\u0435 \u0432\u043E\u0448\u0451\u043B \u0432 \u0441\u0438\u0441\u0442\u0435\u043C\u0443",loginForSafari:"\u0412\u043E\u0439\u0442\u0438 \u0438\u043B\u0438 \u0437\u0430\u0440\u0435\u0433\u0438\u0441\u0442\u0440\u0438\u0440\u043E\u0432\u0430\u0442\u044C\u0441\u044F",login:"\u0412\u0445\u043E\u0434 \u0432 \u0441\u0438\u0441\u0442\u0435\u043C\u0443 \u0434\u043B\u044F \u043E\u0442\u043A\u0440\u044B\u0442\u0438\u044F \u0447\u043B\u0435\u043D\u0441\u0442\u0432\u0430",manageAccount:"\u0423\u043F\u0440\u0430\u0432\u043B\u044F\u0435\u043C\u044B\u0435 \u0441\u0447\u0435\u0442\u0430",openPremium:"\u041E\u0442\u043A\u0440\u044B\u0442\u043E\u0435 \u0447\u043B\u0435\u043D\u0441\u0442\u0432\u043E",logout:"\u043F\u0440\u0435\u0440\u0432\u0430\u0442\u044C",curentPlan:"\u0422\u0435\u043A\u0443\u0449\u0438\u0435 \u043F\u0430\u043A\u0435\u0442\u044B",endAt:"\u0441\u0440\u043E\u043A \u0434\u0435\u0439\u0441\u0442\u0432\u0438\u044F",endAuto:"\u0430\u0432\u0442\u043E\u043F\u0440\u043E\u0434\u043B\u0435\u043D\u0438\u0435",lineBreakMaxTextCount:"\u041C\u0430\u043A\u0441\u0438\u043C\u0430\u043B\u044C\u043D\u043E\u0435 \u043A\u043E\u043B\u0438\u0447\u0435\u0441\u0442\u0432\u043E \u0441\u0438\u043C\u0432\u043E\u043B\u043E\u0432, \u0434\u043E\u043F\u0443\u0441\u0442\u0438\u043C\u043E\u0435 \u0432 \u043E\u0434\u043D\u043E\u043C \u043F\u0440\u0435\u0434\u043B\u043E\u0436\u0435\u043D\u0438\u0438 \u043F\u043E\u0441\u043B\u0435 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430 \u0441\u0442\u0440\u043E\u043A\u0438","translate-pdf":"\u041D\u0430\u0436\u043C\u0438\u0442\u0435, \u0447\u0442\u043E\u0431\u044B \u043F\u0435\u0440\u0435\u0432\u0435\u0441\u0442\u0438 PDF","noSupportTranslate-pdf":"\u0421\u043A\u0440\u0438\u043F\u0442 \u043D\u0435 \u043F\u043E\u0434\u0434\u0435\u0440\u0436\u0438\u0432\u0430\u0435\u0442\u0441\u044F, \u043F\u043E\u0436\u0430\u043B\u0443\u0439\u0441\u0442\u0430, \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u0443\u0439\u0442\u0435 \u043F\u043B\u0430\u0433\u0438\u043D","translate-firefox-local-pdf":"\u041D\u0430\u0436\u043C\u0438\u0442\u0435 \u0434\u043B\u044F \u043F\u0435\u0440\u0435\u0445\u043E\u0434\u0430 \u043A \u0440\u0430\u0437\u0434\u0435\u043B\u0443 \u0418\u043C\u043F\u043E\u0440\u0442 PDF",enableLineBreak:"\u0412\u043A\u043B\u044E\u0447\u0438\u0442\u044C \u0430\u0432\u0442\u043E\u043C\u0430\u0442\u0438\u0447\u0435\u0441\u043A\u0443\u044E \u043F\u043E\u0434\u0430\u0447\u0443 \u0441\u0442\u0440\u043E\u043A\u0438 \u0434\u043B\u044F \u0434\u043B\u0438\u043D\u043D\u044B\u0445 \u0430\u0431\u0437\u0430\u0446\u0435\u0432",sponsorLabel:"$1 \u0421\u043F\u043E\u043D\u0441\u0438\u0440\u0443\u0435\u043C\u044B\u0435 \u0440\u0430\u0437\u0440\u0430\u0431\u043E\u0442\u0447\u0438\u043A\u0438",help:"\u0440\u0443\u043A\u0430",browserShortcutsNoteForFirefox:"\u0427\u0442\u043E\u0431\u044B \u0438\u0437\u043C\u0435\u043D\u0438\u0442\u044C \u044F\u0440\u043B\u044B\u043A\u0438 \u0432 Firefox, \u043D\u0435\u043E\u0431\u0445\u043E\u0434\u0438\u043C\u043E \u043E\u0442\u043A\u0440\u044B\u0442\u044C \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u0443 \u0443\u043F\u0440\u0430\u0432\u043B\u0435\u043D\u0438\u044F \u0440\u0430\u0441\u0448\u0438\u0440\u0435\u043D\u0438\u044F\u043C\u0438 `about:addons`, \u0437\u0430\u0442\u0435\u043C \u043D\u0430\u0436\u0430\u0442\u044C `Settings`, \u0430 \u0434\u043B\u044F \u043D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0438 \u044F\u0440\u043B\u044B\u043A\u043E\u0432 - `Manage Shortcuts`.",browserShortcutsNoteForChrome:"\u0414\u043B\u044F \u0438\u0437\u043C\u0435\u043D\u0435\u043D\u0438\u044F \u044F\u0440\u043B\u044B\u043A\u043E\u0432 \u0432 Chrome \u043D\u0435\u043E\u0431\u0445\u043E\u0434\u0438\u043C\u043E \u043E\u0442\u043A\u0440\u044B\u0442\u044C \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u0443 \u0443\u043F\u0440\u0430\u0432\u043B\u0435\u043D\u0438\u044F \u0440\u0430\u0441\u0448\u0438\u0440\u0435\u043D\u0438\u044F\u043C\u0438, \u0437\u0430\u0434\u0430\u0442\u044C \u0438\u0445 \u043D\u0430 \u043F\u0430\u043D\u0435\u043B\u0438 `Manage Shortcuts` (`chrome://extensions/shortcuts`) \u0438 \u043D\u0430\u0436\u0430\u0442\u044C \u043A\u043D\u043E\u043F\u043A\u0443 \u043D\u0438\u0436\u0435 \u0434\u043B\u044F \u043F\u0435\u0440\u0435\u0445\u043E\u0434\u0430 \u043D\u0430 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u0443 \u0443\u043F\u0440\u0430\u0432\u043B\u0435\u043D\u0438\u044F \u044F\u0440\u043B\u044B\u043A\u0430\u043C\u0438.",browserShortcutsSucks:"\u041D\u0430\u0441\u0442\u0440\u043E\u0435\u043D\u043D\u044B\u0435 \u044F\u0440\u043B\u044B\u043A\u0438 \u0438\u043C\u0435\u044E\u0442 \u0432\u0438\u0434 (\u0430\u0432\u0442\u043E\u0440\u0430\u0441\u043F\u043E\u0437\u043D\u0430\u0432\u0430\u043D\u0438\u0435 \u043D\u0435 \u043F\u0440\u043E\u0438\u0437\u0432\u043E\u0434\u0438\u0442\u0441\u044F, \u0432\u0432\u043E\u0434\u0438\u0442\u0435 \u043D\u0435\u043F\u043E\u0441\u0440\u0435\u0434\u0441\u0442\u0432\u0435\u043D\u043D\u043E)\uFF1A",enableLineBreakDescription:"\u041F\u0440\u0438 \u0432\u043A\u043B\u044E\u0447\u0435\u043D\u0438\u0438 \u044D\u0442\u043E\u0439 \u0444\u0443\u043D\u043A\u0446\u0438\u0438 \u0432 \u0434\u043B\u0438\u043D\u043D\u044B\u0445 \u0430\u0431\u0437\u0430\u0446\u0430\u0445 \u0432 \u043A\u043E\u043D\u0446\u0435 \u043A\u0430\u0436\u0434\u043E\u0433\u043E \u043F\u0440\u0435\u0434\u043B\u043E\u0436\u0435\u043D\u0438\u044F \u0431\u0443\u0434\u0443\u0442 \u0432\u0441\u0442\u0430\u0432\u043B\u0435\u043D\u044B \u043F\u0435\u0440\u0435\u043D\u043E\u0441\u044B \u0441\u0442\u0440\u043E\u043A, \u0447\u0442\u043E \u043E\u0431\u043B\u0435\u0433\u0447\u0438\u0442 \u0438\u0445 \u0447\u0442\u0435\u043D\u0438\u0435","browser.shortBrandName":"\u041F\u043E\u0433\u0440\u0443\u0436\u043D\u043E\u0439 \u043F\u0435\u0440\u0435\u0432\u043E\u0434","browser.brandName":"\u0418\u043C\u043C\u0435\u0440\u0441\u0438\u043E\u043D\u043D\u044B\u0439 \u043F\u0435\u0440\u0435\u0432\u043E\u0434: \u0434\u0432\u0443\u044F\u0437\u044B\u0447\u043D\u044B\u0439 \u043F\u0435\u0440\u0435\u0432\u043E\u0434 \u0432\u0435\u0431-\u0441\u0442\u0440\u0430\u043D\u0438\u0446 \u0438 PDF-\u0434\u043E\u043A\u0443\u043C\u0435\u043D\u0442\u043E\u0432","browser.brandDescription":"Bilingual web page translation, also supports PDF translation, bilingual Epub eBook translation, free to use.","browser.toggleTranslatePage":"\u041F\u0435\u0440\u0435\u0432\u0435\u0441\u0442\u0438 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u0443/\u043E\u0442\u043E\u0431\u0440\u0430\u0437\u0438\u0442\u044C \u043E\u0440\u0438\u0433\u0438\u043D\u0430\u043B\u044C\u043D\u044B\u0439 \u0442\u0435\u043A\u0441\u0442","browser.toggleTranslateTheWholePage":"\u041F\u0435\u0440\u0435\u0432\u0435\u0441\u0442\u0438 \u0432\u0441\u0435 \u043E\u0431\u043B\u0430\u0441\u0442\u0438 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u044B/\u043E\u0442\u043E\u0431\u0440\u0430\u0437\u0438\u0442\u044C \u043E\u0440\u0438\u0433\u0438\u043D\u0430\u043B\u044C\u043D\u044B\u0439 \u0442\u0435\u043A\u0441\u0442","browser.toggleOnlyTransation":"\u041F\u0435\u0440\u0435\u043A\u043B\u044E\u0447\u0438\u0442\u044C \u043D\u0430 \u0434\u0432\u0443\u044F\u0437\u044B\u0447\u043D\u044B\u0439 / \u0442\u043E\u043B\u044C\u043A\u043E \u043F\u0435\u0440\u0435\u0432\u043E\u0434 \u0440\u0435\u0436\u0438\u043C","browser.toggleTranslateToThePageEndImmediately":"\u041D\u0435\u043C\u0435\u0434\u043B\u0435\u043D\u043D\u044B\u0439 \u043F\u0435\u0440\u0435\u0432\u043E\u0434 \u0432 \u043D\u0438\u0436\u043D\u044E\u044E \u0447\u0430\u0441\u0442\u044C \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u044B/\u043E\u0442\u043E\u0431\u0440\u0430\u0436\u0435\u043D\u0438\u0435 \u043E\u0440\u0438\u0433\u0438\u043D\u0430\u043B\u044C\u043D\u043E\u0433\u043E \u0442\u0435\u043A\u0441\u0442\u0430","browser.toggleTranslateTheMainPage":"\u041F\u0435\u0440\u0435\u0432\u0435\u0441\u0442\u0438 \u043E\u0441\u043D\u043E\u0432\u043D\u0443\u044E \u043E\u0431\u043B\u0430\u0441\u0442\u044C \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u044B/\u043E\u0442\u043E\u0431\u0440\u0430\u0437\u0438\u0442\u044C \u043E\u0440\u0438\u0433\u0438\u043D\u0430\u043B\u044C\u043D\u044B\u0439 \u0442\u0435\u043A\u0441\u0442","browser.shareToDraft":"\u041F\u043E\u0434\u0435\u043B\u0438\u0442\u044C\u0441\u044F \u0414\u0432\u0443\u044F\u0437\u044B\u0447\u043D\u044B\u0435 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u044B","browser.openOptionsPage":"\u041E\u0442\u043A\u0440\u043E\u0439\u0442\u0435 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u0443 \u043D\u0430\u0441\u0442\u0440\u043E\u0435\u043A","browser.toggleTranslationMask":"\u041F\u043E\u043A\u0430\u0437\u0430\u0442\u044C/\u0441\u043A\u0440\u044B\u0442\u044C \u044D\u0444\u0444\u0435\u043A\u0442 \u0440\u0430\u0437\u043C\u044B\u0442\u0438\u044F \u043F\u0440\u0438 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0435","browser.translateLocalPdfFile":"\u041F\u0435\u0440\u0435\u0432\u043E\u0434 \u043B\u043E\u043A\u0430\u043B\u044C\u043D\u044B\u0445 PDF-\u0444\u0430\u0439\u043B\u043E\u0432","browser.openEbookViewer":"\u0427\u0438\u0442\u0430\u0442\u044C \u043C\u0435\u0441\u0442\u043D\u044B\u0435 \u044D\u043B\u0435\u043A\u0442\u0440\u043E\u043D\u043D\u044B\u0435 \u043A\u043D\u0438\u0433\u0438","browser.openEbookBuilder":"\u0421\u043E\u0437\u0434\u0430\u043D\u0438\u0435 \u0434\u0432\u0443\u044F\u0437\u044B\u0447\u043D\u044B\u0445 \u044D\u043B\u0435\u043A\u0442\u0440\u043E\u043D\u043D\u044B\u0445 \u043A\u043D\u0438\u0433 EPUB","browser.translateLocalHtmlFile":"\u041F\u0435\u0440\u0435\u0432\u043E\u0434 HTML/\u0442\u0435\u043A\u0441\u0442\u043E\u0432\u044B\u0445 \u0444\u0430\u0439\u043B\u043E\u0432","browser.donateContext":"\u0423\u0437\u043D\u0430\u0439\u0442\u0435 \u043E \u043F\u0440\u0435\u0438\u043C\u0443\u0449\u0435\u0441\u0442\u0432\u0430\u0445 \u0441\u043F\u043E\u043D\u0441\u043E\u0440\u0441\u0442\u0432\u0430","browser.translateLocalSubtitleFile":"\u041F\u0435\u0440\u0435\u0432\u043E\u0434 \u0444\u0430\u0439\u043B\u043E\u0432 \u043B\u043E\u043A\u0430\u043B\u044C\u043D\u044B\u0445 \u0441\u0443\u0431\u0442\u0438\u0442\u0440\u043E\u0432",confirmResetConfig:"\u0412\u044B \u0443\u0432\u0435\u0440\u0435\u043D\u044B, \u0447\u0442\u043E \u0445\u043E\u0442\u0438\u0442\u0435 \u0441\u0431\u0440\u043E\u0441\u0438\u0442\u044C \u043D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0438?",translationLineBreakSettingTitle:"\u041D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0430 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430 \u0441\u0442\u0440\u043E\u043A\u0438",smartLineBreak:"\u0438\u043D\u0442\u0435\u043B\u043B\u0435\u043A\u0442\u0443\u0430\u043B\u044C\u043D\u043E\u0435 \u043B\u0438\u043D\u0435\u0439\u043D\u043E\u0435 \u043F\u0438\u0442\u0430\u043D\u0438\u0435 (\u0432\u044B\u0447\u0438\u0441\u043B\u0438\u0442\u0435\u043B\u044C\u043D\u0430\u044F \u0442\u0435\u0445\u043D\u0438\u043A\u0430)",alwaysLineBreak:"\u0412\u0441\u0435\u0433\u0434\u0430 \u043F\u043E\u0434\u0430\u0447\u0430 \u0441\u0442\u0440\u043E\u043A\u0438",isShowContextMenu:"\u0414\u043E\u0431\u0430\u0432\u043B\u0435\u043D\u0438\u0435 \u043F\u0435\u0440\u0435\u0432\u0435\u0434\u0435\u043D\u043D\u044B\u0445 \u0441\u0442\u0440\u0430\u043D\u0438\u0446 \u0432 \u043F\u0443\u043D\u043A\u0442\u044B \u043C\u0435\u043D\u044E, \u0432\u044B\u0437\u044B\u0432\u0430\u0435\u043C\u044B\u0435 \u043F\u0440\u0430\u0432\u043E\u0439 \u043A\u043D\u043E\u043F\u043A\u043E\u0439 \u043C\u044B\u0448\u0438",toggleBeta:"\u0412\u043A\u043B\u044E\u0447\u0435\u043D\u0438\u0435 \u0444\u0443\u043D\u043A\u0446\u0438\u0439 \u0431\u0435\u0442\u0430-\u0442\u0435\u0441\u0442\u0438\u0440\u043E\u0432\u0430\u043D\u0438\u044F",betaDescription:"\u0412\u043A\u043B\u044E\u0447\u0438\u0442\u0435 \u0444\u0443\u043D\u043A\u0446\u0438\u0438, \u043A\u043E\u0442\u043E\u0440\u044B\u0435 \u043F\u043E\u043A\u0430 \u043D\u0430\u0445\u043E\u0434\u044F\u0442\u0441\u044F \u0432 \u0441\u0442\u0430\u0434\u0438\u0438 \u044D\u043A\u0441\u043F\u0435\u0440\u0438\u043C\u0435\u043D\u0442\u0430, \u0430 \u0442\u0430\u043A\u0436\u0435 \u0441\u043B\u0443\u0436\u0431\u0443 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430 \u0432 \u0431\u0435\u0442\u0430-\u0432\u0435\u0440\u0441\u0438\u0438. \u041F\u0440\u0438\u0441\u043E\u0435\u0434\u0438\u043D\u044F\u0439\u0442\u0435\u0441\u044C \u043A <1>\u0433\u0440\u0443\u043F\u043F\u0435 Telegram, \u0447\u0442\u043E\u0431\u044B \u0443\u0437\u043D\u0430\u0442\u044C \u0431\u043E\u043B\u044C\u0448\u0435.",translationLineBreakSettingDescription:"\u0414\u043B\u044F \u0441\u0442\u0440\u0430\u043D\u0438\u0446 \u0441 \u043D\u0435\u0431\u043E\u043B\u044C\u0448\u0438\u043C \u0441\u043E\u0434\u0435\u0440\u0436\u0430\u043D\u0438\u0435\u043C \u0432\u0441\u0435\u0433\u0434\u0430 \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u0443\u0439\u0442\u0435 \u0430\u043A\u043A\u0443\u0440\u0430\u0442\u043D\u044B\u0435 \u043F\u0435\u0440\u0435\u043D\u043E\u0441\u044B \u0441\u0442\u0440\u043E\u043A. (\u0414\u043B\u044F \u044D\u043A\u043E\u043D\u043E\u043C\u0438\u0438 \u043C\u0435\u0441\u0442\u0430 \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u0443\u0439\u0442\u0435 \u0433\u0440\u0430\u043C\u043E\u0442\u043D\u044B\u0435 \u043F\u0435\u0440\u0435\u043D\u043E\u0441\u044B \u0441\u0442\u0440\u043E\u043A \u0432 \u0434\u043B\u0438\u043D\u043D\u044B\u0445 \u0430\u0431\u0437\u0430\u0446\u0430\u0445 \u0441 \u0431\u043E\u043B\u044C\u0448\u0438\u043C \u0441\u043E\u0434\u0435\u0440\u0436\u0430\u043D\u0438\u0435\u043C (\u0431\u043E\u043B\u0435\u0435{count}\u0441\u0438\u043C\u0432\u043E\u043B\u043E\u0432)).",tempTranslateDomainTitle:"\u041F\u0440\u043E\u0434\u043E\u043B\u0436\u0438\u0442\u0435\u043B\u044C\u043D\u043E\u0441\u0442\u044C \u0432\u0440\u0435\u043C\u0435\u043D\u043D\u043E\u0433\u043E \u0432\u043A\u043B\u044E\u0447\u0435\u043D\u0438\u044F \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430 \u0441\u0430\u0439\u0442\u0430",tempTranslateDomainDescription:"\u041F\u0440\u0438 \u0440\u0443\u0447\u043D\u043E\u043C \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0435 \u0432\u0435\u0431-\u0441\u0442\u0440\u0430\u043D\u0438\u0446\u044B \u0432\u0440\u0435\u043C\u0435\u043D\u043D\u043E \u0432\u043A\u043B\u044E\u0447\u0438\u0442\u044C \u0430\u0432\u0442\u043E\u043C\u0430\u0442\u0438\u0447\u0435\u0441\u043A\u0438\u0439 \u043F\u0435\u0440\u0435\u0432\u043E\u0434, \u043F\u0440\u0438 \u044D\u0442\u043E\u043C \u043C\u043E\u0436\u043D\u043E \u0437\u0430\u0434\u0430\u0442\u044C \u0432\u0440\u0435\u043C\u0435\u043D\u043D\u0443\u044E \u043F\u0440\u043E\u0434\u043E\u043B\u0436\u0438\u0442\u0435\u043B\u044C\u043D\u043E\u0441\u0442\u044C.",xMinutes:"{count} \u043C\u0438\u043D\u0443\u0442",disabled:"\u0437\u0430\u043F\u0440\u0435\u0449\u0430\u0442\u044C \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u043D\u0438\u0435 \u0447\u0435\u0433\u043E-\u043B.",changelog:"\u0416\u0443\u0440\u043D\u0430\u043B \u043E\u0431\u043D\u043E\u0432\u043B\u0435\u043D\u0438\u0439",toggleTranslatePageWhenThreeFingersOnTheScreen:"\u041E\u0434\u043D\u043E\u0432\u0440\u0435\u043C\u0435\u043D\u043D\u043E\u0435 \u043A\u0430\u0441\u0430\u043D\u0438\u0435 \u044D\u043A\u0440\u0430\u043D\u0430 \u043D\u0435\u0441\u043A\u043E\u043B\u044C\u043A\u0438\u043C\u0438 \u043F\u0430\u043B\u044C\u0446\u0430\u043C\u0438 \u043E\u0431\u0435\u0441\u043F\u0435\u0447\u0438\u0432\u0430\u0435\u0442 \u043F\u0435\u0440\u0435\u0432\u043E\u0434 \u0432\u0435\u0431-\u0441\u0442\u0440\u0430\u043D\u0438\u0446/\u043E\u0442\u043E\u0431\u0440\u0430\u0436\u0435\u043D\u0438\u0435 \u043E\u0440\u0438\u0433\u0438\u043D\u0430\u043B\u044C\u043D\u043E\u0433\u043E \u0442\u0435\u043A\u0441\u0442\u0430",toggleTranslationMaskWhenThreeFingersOnTheScreen:"\u041F\u0440\u0438\u043A\u043E\u0441\u043D\u043E\u0432\u0435\u043D\u0438\u0435 \u043D\u0435\u0441\u043A\u043E\u043B\u044C\u043A\u0438\u043C\u0438 \u043F\u0430\u043B\u044C\u0446\u0430\u043C\u0438 \u043F\u043E\u043A\u0430\u0437\u044B\u0432\u0430\u0435\u0442/\u0441\u043A\u0440\u044B\u0432\u0430\u0435\u0442 \u044D\u0444\u0444\u0435\u043A\u0442 \u0440\u0430\u0437\u043C\u044B\u0442\u0438\u044F.",fingerCountToToggleTranslagePageOnlyTranslationWhenTouching:"\u041F\u0440\u0438 \u043E\u0434\u043D\u043E\u0432\u0440\u0435\u043C\u0435\u043D\u043D\u043E\u043C \u043A\u0430\u0441\u0430\u043D\u0438\u0438 \u044D\u043A\u0440\u0430\u043D\u0430 \u043D\u0435\u0441\u043A\u043E\u043B\u044C\u043A\u0438\u043C\u0438 \u043F\u0430\u043B\u044C\u0446\u0430\u043C\u0438 \u043E\u0441\u0443\u0449\u0435\u0441\u0442\u0432\u043B\u044F\u0435\u0442\u0441\u044F \u043F\u0435\u0440\u0435\u0432\u043E\u0434 \u0432\u0435\u0431-\u0441\u0442\u0440\u0430\u043D\u0438\u0446\u044B (\u0442\u043E\u043B\u044C\u043A\u043E \u043F\u0435\u0440\u0435\u0432\u043E\u0434)/\u043E\u0442\u043E\u0431\u0440\u0430\u0436\u0435\u043D\u0438\u0435 \u043E\u0440\u0438\u0433\u0438\u043D\u0430\u043B\u044C\u043D\u043E\u0433\u043E \u0442\u0435\u043A\u0441\u0442\u0430.",addUrlDescription:"\u041C\u043E\u0436\u0435\u0442 \u0431\u044B\u0442\u044C \u0434\u043E\u043C\u0435\u043D\u043D\u044B\u043C \u0438\u043C\u0435\u043D\u0435\u043C, \u0430 \u0442\u0430\u043A\u0436\u0435 \u043F\u043E\u0434\u0434\u0435\u0440\u0436\u0438\u0432\u0430\u0435\u0442 \u043F\u043E\u0434\u0441\u0442\u0430\u043D\u043E\u0432\u043E\u0447\u043D\u044B\u0435 \u0437\u043D\u0430\u043A\u0438, \u043D\u0430\u043F\u0440\u0438\u043C\u0435\u0440,\uFF1A*.google.com, google.com/mail/*, https://www.google.com/*.",general:"\u041E\u0441\u043D\u043E\u0432\u043D\u044B\u0435 \u043D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0438",clickToExpandConfig:"\u0420\u0430\u0441\u0448\u0438\u0440\u0438\u0442\u044C \u0442\u0435\u043A\u0443\u0449\u0443\u044E \u043A\u043E\u043D\u0444\u0438\u0433\u0443\u0440\u0430\u0446\u0438\u044E",import:"\u0418\u043C\u043F\u043E\u0440\u0442 \u0438\u0437 \u0444\u0430\u0439\u043B\u0430",export:"\u042D\u043A\u0441\u043F\u043E\u0440\u0442 \u0432 \u0444\u0430\u0439\u043B",toggleDebug:"\u0412\u044B\u0432\u0435\u0441\u0442\u0438 \u0436\u0443\u0440\u043D\u0430\u043B \u043E\u0442\u043B\u0430\u0434\u043A\u0438 \u043D\u0430 \u043A\u043E\u043D\u0441\u043E\u043B\u044C","fingers.0":"\u043A\u043B\u043E\u0442\u0443\u0440\u0430","fingers.2":"\u043A\u0430\u0441\u0430\u043D\u0438\u0435 \u0434\u0432\u0443\u043C\u044F \u043F\u0430\u043B\u044C\u0446\u0430\u043C\u0438","fingers.3":"\u043A\u0430\u0441\u0430\u043D\u0438\u0435 \u0442\u0440\u0435\u043C\u044F \u043F\u0430\u043B\u044C\u0446\u0430\u043C\u0438","fingers.4":"\u043A\u0430\u0441\u0430\u043D\u0438\u0435 \u0447\u0435\u0442\u044B\u0440\u044C\u043C\u044F \u043F\u0430\u043B\u044C\u0446\u0430\u043C\u0438","fingers.5":"\u043F\u044F\u0442\u0438\u043F\u0430\u043B\u044C\u0446\u0435\u0432\u043E\u0435 \u043A\u0430\u0441\u0430\u043D\u0438\u0435",mouseHoldKey:"+ {key} \u043F\u0435\u0440\u0435\u0432\u0435\u0441\u0442\u0438/\u0432\u043E\u0441\u0441\u0442\u0430\u043D\u043E\u0432\u0438\u0442\u044C \u0430\u0431\u0437\u0430\u0446",mouseHoldKeyAuto:"\u041F\u0440\u044F\u043C\u043E\u0439 \u043F\u0435\u0440\u0435\u0432\u043E\u0434 \u0430\u0431\u0437\u0430\u0446\u0430",mouseHoldKeyOff:"\u041D\u0435 \u0434\u0435\u043B\u0430\u0439\u0442\u0435 \u043D\u0438\u0447\u0435\u0433\u043E.",mouseHoldKeyOther:"\u041D\u0430\u0441\u0442\u0440\u0430\u0438\u0432\u0430\u0435\u043C\u044B\u0435 \u044F\u0440\u043B\u044B\u043A\u0438 (\u043E\u0442\u043A\u0440\u044B\u0442\u044C \u043D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0438)",mouseHoldKeyCustomKey:"{key} \u041F\u0435\u0440\u0435\u0432\u043E\u0434/\u0441\u043E\u043A\u0440\u0430\u0449\u0435\u043D\u0438\u0435 \u0430\u0431\u0437\u0430\u0446\u0430",mouseHoverHoldKey:"\u041F\u0435\u0440\u0435\u0432\u043E\u0434 \u0430\u0431\u0437\u0430\u0446\u0435\u0432 \u043E\u0441\u0443\u0449\u0435\u0441\u0442\u0432\u043B\u044F\u0435\u0442\u0441\u044F \u043D\u0430\u0436\u0430\u0442\u0438\u0435\u043C \u043A\u043B\u0430\u0432\u0438\u0448\u0438 \u0431\u044B\u0441\u0442\u0440\u043E\u0433\u043E \u0434\u043E\u0441\u0442\u0443\u043F\u0430 \u043F\u0440\u0438 \u043D\u0430\u0432\u0435\u0434\u0435\u043D\u0438\u0438 \u043A\u0443\u0440\u0441\u043E\u0440\u0430 \u043C\u044B\u0448\u0438.","mouse-translate":"\u043D\u0430\u0432\u0435\u0434\u0435\u043D\u0438\u0435 \u043C\u044B\u0448\u0438",document:"(\u043A\u043E\u043C\u043F\u044C\u044E\u0442\u0435\u0440\u043D\u044B\u0439) \u0444\u0430\u0439\u043B",resetSuccess:"\u0423\u0441\u043F\u0435\u0448\u043D\u044B\u0439 \u0441\u0431\u0440\u043E\u0441 \u0432\u0441\u0435\u0445 \u043D\u0430\u0441\u0442\u0440\u043E\u0435\u043A",resetThisSuccess:"\u0421\u0431\u0440\u043E\u0441 \u0443\u0441\u043F\u0435\u0448\u0435\u043D",saved:"\u0421\u043E\u0445\u0440\u0430\u043D\u0438\u0442\u044C \u0443\u0441\u043F\u0435\u0448\u043D\u044B\u0439",successImportConfig:"\u0423\u0441\u043F\u0435\u0448\u043D\u044B\u0439 \u0438\u043C\u043F\u043E\u0440\u0442 \u043A\u043E\u043D\u0444\u0438\u0433\u0443\u0440\u0430\u0446\u0438\u0438",goAdvancedSettings:"\u041F\u0435\u0440\u0435\u0439\u0434\u0438\u0442\u0435 \u043D\u0430 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u0443 \u0414\u043E\u043F\u043E\u043B\u043D\u0438\u0442\u0435\u043B\u044C\u043D\u044B\u0435 \u043D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0438",goAdvancedInterfaceSettings:"\u041F\u0435\u0440\u0435\u0439\u0434\u0438\u0442\u0435 \u043D\u0430 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u0443 \u0414\u043E\u043F\u043E\u043B\u043D\u0438\u0442\u0435\u043B\u044C\u043D\u044B\u0435 \u043F\u0430\u0440\u0430\u043C\u0435\u0442\u0440\u044B \u043D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0438",advanced:"\u0414\u043E\u043F\u043E\u043B\u043D\u0438\u0442\u0435\u043B\u044C\u043D\u044B\u0435 \u043D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0438",advancedDescription:"\u041A\u0430\u043A \u043F\u0440\u0430\u0432\u0438\u043B\u043E, \u043D\u0438\u043A\u0430\u043A\u0438\u0445 \u043D\u0430\u0441\u0442\u0440\u043E\u0435\u043A \u043D\u0435 \u0442\u0440\u0435\u0431\u0443\u0435\u0442\u0441\u044F, \u043F\u0440\u043E\u0441\u0442\u043E \u043E\u0441\u0442\u0430\u0432\u044C\u0442\u0435 \u0432\u0441\u0435 \u043F\u043E \u0443\u043C\u043E\u043B\u0447\u0430\u043D\u0438\u044E. \u0422\u043E\u043B\u044C\u043A\u043E \u0434\u043B\u044F \u0431\u043E\u043B\u0435\u0435 \u0441\u043F\u0435\u0446\u0438\u0430\u043B\u0438\u0437\u0438\u0440\u043E\u0432\u0430\u043D\u043D\u044B\u0445 \u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u0435\u043B\u0435\u0439 \u0434\u043E\u0441\u0442\u0443\u043F\u043D\u044B \u0431\u043E\u043B\u0435\u0435 \u043F\u0435\u0440\u0441\u043E\u043D\u0430\u043B\u0438\u0437\u0438\u0440\u043E\u0432\u0430\u043D\u043D\u044B\u0435 \u043D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0438.",developer:"\u041D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0438 \u0440\u0430\u0437\u0440\u0430\u0431\u043E\u0442\u0447\u0438\u043A\u0430",donateCafe:"\u0446\u0435\u043D\u044B","translate to the bottom of the page":"\u041F\u0435\u0440\u0435\u0432\u043E\u0434\u0438\u0442\u0441\u044F \u043B\u0438 \u043E\u043D \u0432 \u043D\u0438\u0436\u043D\u044E\u044E \u0447\u0430\u0441\u0442\u044C \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u044B \u0441\u0440\u0430\u0437\u0443 \u043F\u043E\u0441\u043B\u0435 \u0432\u0445\u043E\u0434\u0430 \u043D\u0430 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u0443?",feedback:"\u0412\u043E\u043F\u0440\u043E\u0441-\u043E\u0442\u0432\u0435\u0442",toggleTranslatePage:"\u041F\u0435\u0440\u0435\u0432\u0435\u0441\u0442\u0438 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u0443/\u043E\u0442\u043E\u0431\u0440\u0430\u0437\u0438\u0442\u044C \u043E\u0440\u0438\u0433\u0438\u043D\u0430\u043B\u044C\u043D\u044B\u0439 \u0442\u0435\u043A\u0441\u0442",translateToThePageEndImmediatelyDescription:"\u041F\u0440\u0438 \u0432\u043A\u043B\u044E\u0447\u0435\u043D\u0438\u0438 \u044D\u0442\u043E\u0439 \u0444\u0443\u043D\u043A\u0446\u0438\u0438 \u0441\u043E\u0434\u0435\u0440\u0436\u0438\u043C\u043E\u0435 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u044B \u0431\u0443\u0434\u0435\u0442 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0438\u0442\u044C\u0441\u044F \u0441\u0432\u0435\u0440\u0445\u0443 \u0432\u043D\u0438\u0437 \u043F\u043E \u043C\u0435\u0440\u0435 \u0432\u0432\u043E\u0434\u0430. \u041F\u0440\u0438 \u0432\u044B\u043A\u043B\u044E\u0447\u0435\u043D\u0438\u0438 \u044D\u0442\u043E\u0439 \u0444\u0443\u043D\u043A\u0446\u0438\u0438 \u043F\u0435\u0440\u0435\u0432\u043E\u0434 \u0431\u0443\u0434\u0435\u0442 \u0432\u044B\u043F\u043E\u043B\u043D\u044F\u0442\u044C\u0441\u044F \u043F\u043E \u043C\u0435\u0440\u0435 \u0447\u0442\u0435\u043D\u0438\u044F. (\u041D\u0435 \u0440\u0435\u043A\u043E\u043C\u0435\u043D\u0434\u0443\u0435\u0442\u0441\u044F)","translate all areas of the page":"\u041F\u0435\u0440\u0435\u0432\u043E\u0434\u0438\u0442\u044C \u043B\u0438 \u0432\u0441\u0435 \u043E\u0431\u043B\u0430\u0441\u0442\u0438 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u044B",translationAreaDescription:"\u041F\u0440\u0438 \u0432\u043A\u043B\u044E\u0447\u0435\u043D\u0438\u0438 \u044D\u0442\u043E\u0439 \u043E\u043F\u0446\u0438\u0438 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u044F\u0442\u0441\u044F \u0432\u0441\u0435 \u043E\u0431\u043B\u0430\u0441\u0442\u0438 \u0432\u0441\u0435\u0439 \u0432\u0435\u0431-\u0441\u0442\u0440\u0430\u043D\u0438\u0446\u044B. \u041F\u0440\u0438 \u0432\u044B\u043A\u043B\u044E\u0447\u0435\u043D\u0438\u0438 \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u0443\u0435\u0442\u0441\u044F \u0438\u043D\u0442\u0435\u043B\u043B\u0435\u043A\u0442\u0443\u0430\u043B\u044C\u043D\u043E\u0435 \u0440\u0430\u0441\u043F\u043E\u0437\u043D\u0430\u0432\u0430\u043D\u0438\u0435 \u043F\u043E \u0443\u043C\u043E\u043B\u0447\u0430\u043D\u0438\u044E \u0438 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u044F\u0442\u0441\u044F \u0442\u043E\u043B\u044C\u043A\u043E \u043E\u0441\u043D\u043E\u0432\u043D\u044B\u0435 \u043E\u0431\u043B\u0430\u0441\u0442\u0438. (\u041D\u0435 \u0440\u0435\u043A\u043E\u043C\u0435\u043D\u0434\u0443\u0435\u0442\u0441\u044F \u0432\u043A\u043B\u044E\u0447\u0430\u0442\u044C)","the number of characters to be translated first":"\u041F\u0440\u044F\u043C\u043E\u0439 \u043F\u0435\u0440\u0435\u0432\u043E\u0434 \u043F\u0435\u0440\u0432\u044B\u0445 \u043D\u0435\u0441\u043A\u043E\u043B\u044C\u043A\u0438\u0445 \u0441\u0438\u043C\u0432\u043E\u043B\u043E\u0432 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u044B \u0431\u0435\u0437 \u043E\u0436\u0438\u0434\u0430\u043D\u0438\u044F \u043F\u0440\u043E\u043A\u0440\u0443\u0442\u043A\u0438 \u0432 \u043E\u0431\u043B\u0430\u0441\u0442\u044C \u043F\u0440\u043E\u0441\u043C\u043E\u0442\u0440\u0430","interface language":"\u044F\u0437\u044B\u043A \u0438\u043D\u0442\u0435\u0440\u0444\u0435\u0439\u0441\u0430","display both the original text and the translation":"\u041E\u0434\u043D\u043E\u0432\u0440\u0435\u043C\u0435\u043D\u043D\u043E\u0435 \u043E\u0442\u043E\u0431\u0440\u0430\u0436\u0435\u043D\u0438\u0435 \u043E\u0440\u0438\u0433\u0438\u043D\u0430\u043B\u0430 \u0438 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430","keyboard shortcuts":"\u041A\u043B\u0430\u0432\u0438\u0430\u0442\u0443\u0440\u043D\u044B\u0435 \u0441\u043E\u043A\u0440\u0430\u0449\u0435\u043D\u0438\u044F",modify:"\u041C\u043E\u0434\u0438\u0444\u0438\u043A\u0430\u0446\u0438\u044F \u043A\u043B\u0430\u0432\u0438\u0448 \u0431\u044B\u0441\u0442\u0440\u043E\u0433\u043E \u0434\u043E\u0441\u0442\u0443\u043F\u0430",reset:"\u043F\u0435\u0440\u0435\u043F\u0440\u043E\u0444\u0438\u043B\u0438\u0440\u043E\u0432\u0430\u043D\u0438\u0435",close:"\u043A\u043B\u043E\u0442\u0443\u0440\u0430",homepage:"\u0434\u043E\u043C\u0430\u0448\u043D\u044F\u044F \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u0430",more:"\u043F\u043E\u0434\u0440\u043E\u0431\u043D\u0435\u0435",moreOptions:"\u0420\u0430\u0441\u0448\u0438\u0440\u0435\u043D\u0438\u0435 \u0432\u043E\u0437\u043C\u043E\u0436\u043D\u043E\u0441\u0442\u0435\u0439 \u043D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0438",translateTheWholePage:"\u041F\u0435\u0440\u0435\u0432\u043E\u0434\u0438\u0442\u044C \u0432\u0441\u0435 \u043E\u0431\u043B\u0430\u0441\u0442\u0438 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u044B (\u0432 \u043E\u0442\u043B\u0438\u0447\u0438\u0435 \u043E\u0442 \u0438\u043D\u0442\u0435\u043B\u043B\u0435\u043A\u0442\u0443\u0430\u043B\u044C\u043D\u043E\u0433\u043E \u0440\u0430\u0441\u043F\u043E\u0437\u043D\u0430\u0432\u0430\u043D\u0438\u044F \u043E\u0441\u043D\u043E\u0432\u043D\u044B\u0445 \u043E\u0431\u043B\u0430\u0441\u0442\u0435\u0439)",changeToTranslateTheWholePage:"\u041F\u0435\u0440\u0435\u043A\u043B\u044E\u0447\u0435\u043D\u0438\u0435 \u043D\u0430 \u043F\u0435\u0440\u0435\u0432\u043E\u0434 \u0432\u0441\u0435\u0445 \u0440\u0435\u0433\u0438\u043E\u043D\u043E\u0432",changeToTranslateTheMainPage:'\u041F\u0435\u0440\u0435\u0445\u043E\u0434 \u0432 \u043E\u0441\u043D\u043E\u0432\u043D\u0443\u044E \u043E\u0431\u043B\u0430\u0441\u0442\u044C "\u041F\u0435\u0440\u0435\u0432\u043E\u0434',changeToOnlyTranslationMode:"\u041F\u0435\u0440\u0435\u043A\u043B\u044E\u0447\u0435\u043D\u0438\u0435 \u043D\u0430 \u043E\u0442\u043E\u0431\u0440\u0430\u0436\u0435\u043D\u0438\u0435 \u0442\u043E\u043B\u044C\u043A\u043E \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u043E\u0432",changeToDualTranslationMode:"\u041F\u0435\u0440\u0435\u0445\u043E\u0434 \u043D\u0430 \u0434\u0432\u0443\u044F\u0437\u044B\u0447\u043D\u044B\u0439 \u043F\u0435\u0440\u0435\u0432\u043E\u0434",translateToThePageEndImmediately:"\u041D\u0435\u043C\u0435\u0434\u043B\u0435\u043D\u043D\u044B\u0439 \u043F\u0435\u0440\u0435\u0432\u043E\u0434 \u0432 \u043D\u0438\u0436\u043D\u044E\u044E \u0447\u0430\u0441\u0442\u044C \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u044B",translateTheMainPage:"\u041A\u043B\u044E\u0447\u0435\u0432\u044B\u0435 \u0440\u0435\u0433\u0438\u043E\u043D\u044B \u0438\u043D\u0442\u0435\u043B\u043B\u0435\u043A\u0442\u0443\u0430\u043B\u044C\u043D\u043E\u0433\u043E \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430","The local rules are up to date":"\u041C\u0435\u0441\u0442\u043D\u044B\u0435 \u043F\u0440\u0430\u0432\u0438\u043B\u0430 \u0430\u0434\u0430\u043F\u0442\u0430\u0446\u0438\u0438 \u0441\u043E\u043E\u0442\u0432\u0435\u0442\u0441\u0442\u0432\u0443\u044E\u0442 \u0441\u043E\u0432\u0440\u0435\u043C\u0435\u043D\u043D\u044B\u043C \u0442\u0440\u0435\u0431\u043E\u0432\u0430\u043D\u0438\u044F\u043C.","Successfully synchronized with the latest official rules:":"\u0423\u0441\u043F\u0435\u0448\u043D\u0430\u044F \u0441\u0438\u043D\u0445\u0440\u043E\u043D\u0438\u0437\u0430\u0446\u0438\u044F \u0441 \u043F\u043E\u0441\u043B\u0435\u0434\u043D\u0438\u043C\u0438 \u043E\u0444\u0438\u0446\u0438\u0430\u043B\u044C\u043D\u044B\u043C\u0438 \u043F\u0440\u0430\u0432\u0438\u043B\u0430\u043C\u0438 \u0430\u0434\u0430\u043F\u0442\u0430\u0446\u0438\u0438.","Checking for updates":"\u041F\u0440\u043E\u0432\u0435\u0440\u043A\u0430 \u043D\u0430\u043B\u0438\u0447\u0438\u044F \u043E\u0431\u043D\u043E\u0432\u043B\u0435\u043D\u0438\u0439","Rules are being synchronized":"\u0421\u0438\u043D\u0445\u0440\u043E\u043D\u0438\u0437\u0430\u0446\u0438\u044F \u043F\u0440\u0430\u0432\u0438\u043B \u0430\u0434\u0430\u043F\u0442\u0430\u0446\u0438\u0438",localVersionIsTooOld:"\u0412\u0435\u0440\u0441\u0438\u044F \u043B\u043E\u043A\u0430\u043B\u044C\u043D\u043E\u0433\u043E \u0440\u0430\u0441\u0448\u0438\u0440\u0435\u043D\u0438\u044F \u0441\u043B\u0438\u0448\u043A\u043E\u043C \u0443\u0441\u0442\u0430\u0440\u0435\u043B\u0430, \u043F\u043E\u0436\u0430\u043B\u0443\u0439\u0441\u0442\u0430, \u043E\u0431\u043D\u043E\u0432\u0438\u0442\u0435 \u0440\u0430\u0441\u0448\u0438\u0440\u0435\u043D\u0438\u0435 \u0434\u043E {minVersion} \u0438\u043B\u0438 \u0431\u043E\u043B\u0435\u0435 \u043D\u043E\u0432\u043E\u0439 \u0432\u0435\u0440\u0441\u0438\u0438 \u043F\u0435\u0440\u0435\u0434 \u043F\u043E\u043F\u044B\u0442\u043A\u043E\u0439 \u0441\u0438\u043D\u0445\u0440\u043E\u043D\u0438\u0437\u0430\u0446\u0438\u0438.",badUserscriptBrowser:"\u0422\u0435\u043A\u0443\u0449\u0438\u0439 \u0431\u0440\u0430\u0443\u0437\u0435\u0440 \u043D\u0435\u043A\u043E\u0440\u0440\u0435\u043A\u0442\u043D\u043E \u0440\u0435\u0430\u043B\u0438\u0437\u0443\u0435\u0442 \u0438\u043D\u0442\u0435\u0440\u0444\u0435\u0439\u0441 \u0440\u0430\u0441\u0448\u0438\u0440\u0435\u043D\u0438\u044F Grease Monkey (\u043D\u0430\u043F\u0440\u0438\u043C\u0435\u0440, \u0434\u043B\u044F \u043F\u043E\u043B\u0443\u0447\u0435\u043D\u0438\u044F \u0438\u043D\u0444\u043E\u0440\u043C\u0430\u0446\u0438\u0438 \u043E \u043D\u043E\u043C\u0435\u0440\u0435 \u0432\u0435\u0440\u0441\u0438\u0438 \u0441\u0430\u043C\u043E\u0433\u043E \u0441\u043A\u0440\u0438\u043F\u0442\u0430 Grease Monkey), \u043F\u043E\u0436\u0430\u043B\u0443\u0439\u0441\u0442\u0430, \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u0443\u0439\u0442\u0435 \u0434\u0440\u0443\u0433\u0438\u0435 \u0431\u0440\u0430\u0443\u0437\u0435\u0440\u044B, <1>\u043F\u043E\u0434\u0434\u0435\u0440\u0436\u0438\u0432\u0430\u044E\u0449\u0438\u0435 \u0440\u0430\u0441\u0448\u0438\u0440\u0435\u043D\u0438\u0435 Grease Monkey, \u043D\u0430\u043F\u0440\u0438\u043C\u0435\u0440 Firefox.",foundNewVersion:"\u0417\u043D\u0430\u043A\u043E\u043C\u0441\u0442\u0432\u043E \u0441 \u043D\u043E\u0432\u043E\u0439 \u0432\u0435\u0440\u0441\u0438\u0435\u0439",theLocalExtensionIsUpToUpdate:"\u0422\u0435\u043A\u0443\u0449\u0435\u0435 \u0440\u0430\u0441\u0448\u0438\u0440\u0435\u043D\u0438\u0435 \u044F\u0432\u043B\u044F\u0435\u0442\u0441\u044F \u0430\u043A\u0442\u0443\u0430\u043B\u044C\u043D\u044B\u043C.",failToSyncRules:"\u041D\u0435\u0432\u043E\u0437\u043C\u043E\u0436\u043D\u043E\u0441\u0442\u044C \u0441\u0438\u043D\u0445\u0440\u043E\u043D\u0438\u0437\u0430\u0446\u0438\u0438 \u043F\u043E\u0441\u043B\u0435\u0434\u043D\u0438\u0445 \u043F\u0440\u0430\u0432\u0438\u043B \u0430\u0434\u0430\u043F\u0442\u0430\u0446\u0438\u0438",retry:"\u041D\u0430\u0436\u043C\u0438\u0442\u0435 \u0437\u0434\u0435\u0441\u044C, \u0447\u0442\u043E\u0431\u044B \u043F\u043E\u0432\u0442\u043E\u0440\u0438\u0442\u044C \u043F\u043E\u043F\u044B\u0442\u043A\u0443",failedReason:"\u041F\u0440\u0438\u0447\u0438\u043D\u044B \u043D\u0435\u0443\u0434\u0430\u0447",currentRuleVersion:"\u0414\u0435\u0439\u0441\u0442\u0432\u0443\u044E\u0449\u0430\u044F \u0440\u0435\u0434\u0430\u043A\u0446\u0438\u044F \u043F\u0440\u0430\u0432\u0438\u043B",calculating:"\u0440\u0430\u0441\u0447\u0435\u0442\u044B",unknownError:"\u043D\u0435\u0438\u0437\u0432\u0435\u0441\u0442\u043D\u0430\u044F \u043E\u0448\u0438\u0431\u043A\u0430",canNotFetchRemoteRule:"\u041D\u0435\u0432\u043E\u0437\u043C\u043E\u0436\u043D\u043E \u043F\u043E\u043B\u0443\u0447\u0438\u0442\u044C \u0443\u0434\u0430\u043B\u0435\u043D\u043D\u044B\u0435 \u043F\u0440\u0430\u0432\u0438\u043B\u0430",enableAlphaSuccess:"\u0410\u043B\u044C\u0444\u0430 \u0432\u043A\u043B\u044E\u0447\u0435\u043D\u0430",disableAlphaSuccess:"\u0424\u0443\u043D\u043A\u0446\u0438\u044F \u0430\u043B\u044C\u0444\u0430 \u043E\u0442\u043A\u043B\u044E\u0447\u0435\u043D\u0430",cacheSize:"\u0420\u0430\u0437\u043C\u0435\u0440 \u043A\u044D\u0448\u0430\uFF1A",cleaning:"\u0432 \u043F\u0440\u043E\u0446\u0435\u0441\u0441\u0435 \u043B\u0438\u043A\u0432\u0438\u0434\u0430\u0446\u0438\u0438",cleanCache:"\u043E\u0447\u0438\u0441\u0442\u0438\u0442\u044C \u043A\u044D\u0448",options:"\u043D\u0430\u0441\u0442\u0440\u0430\u0438\u0432\u0430\u0442\u044C",about:"\u043F\u043E \u043E\u0442\u043D\u043E\u0448\u0435\u043D\u0438\u044E \u043A",service:"\u0443\u0441\u043B\u0443\u0433\u0430 \u0443\u0441\u0442\u043D\u043E\u0433\u043E \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430",needAction:"(\u041F\u0435\u0440\u0435\u0439\u0442\u0438 \u043A \u043D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0430\u043C)",goSettings:"\u043F\u0435\u0440\u0435\u0439\u0434\u0438\u0442\u0435 \u043A \u043D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0435",needActionForOptions:"(\u0443\u0441\u0442\u0430\u043D\u0430\u0432\u043B\u0438\u0432\u0430\u0435\u0442\u0441\u044F)",translationEngine:"\u041E\u043F\u0446\u0438\u0438 \u0434\u0432\u0438\u0433\u0430\u0442\u0435\u043B\u044F",sourceLanguage:"\u042F\u0437\u044B\u043A \u043E\u0440\u0438\u0433\u0438\u043D\u0430\u043B\u0430",target:"\u044F\u0437\u044B\u043A \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430",popupSourceLanguage:"\u042F\u0437\u044B\u043A \u043E\u0440\u0438\u0433\u0438\u043D\u0430\u043B\u0430",popupTarget:"\u044F\u0437\u044B\u043A \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430",popupService:"\u0443\u0441\u043B\u0443\u0433\u0430 \u0443\u0441\u0442\u043D\u043E\u0433\u043E \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430",forThisSite:"\u0422\u0435\u043A\u0443\u0449\u0438\u0439 \u0441\u0430\u0439\u0442",autoEnableSubtitle:"\u0410\u0432\u0442\u043E\u043C\u0430\u0442\u0438\u0447\u0435\u0441\u043A\u043E\u0435 \u043E\u0442\u043A\u0440\u044B\u0442\u0438\u0435 \u0434\u0432\u0443\u044F\u0437\u044B\u0447\u043D\u044B\u0445 \u0441\u0443\u0431\u0442\u0438\u0442\u0440\u043E\u0432",alwaysTranslate:"\u0412\u0441\u0435\u0433\u0434\u0430 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0438\u0442\u0435",neverTranslate:"\u041D\u0438\u043A\u043E\u0433\u0434\u0430 \u043D\u0435 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0438\u0442\u0435",alwaysTranslateSomeLanguage:"\u0412\u0441\u0435\u0433\u0434\u0430 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0438\u0442\u0435 {language}",neverTranslateSomeLanguage:"\u041D\u0438\u043A\u043E\u0433\u0434\u0430 \u043D\u0435 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0438\u0442\u0435 {language}",alwaysTranslateSomeSite:"\u0412\u0441\u0435\u0433\u0434\u0430 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0438\u0442\u0435 {hostname}",neverTranslateSomeSite:"\u041D\u0438\u043A\u043E\u0433\u0434\u0430 \u043D\u0435 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0438\u0442\u0435 {hostname}",alwaysTranslateSomeSiteOrWildSite:"\u0412\u0441\u0435\u0433\u0434\u0430 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0438\u0442\u0435 \u0441\u0430\u0439\u0442",alwaysTranslateSomePage:"\u0412\u0441\u0435\u0433\u0434\u0430 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0438\u0442\u0435 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u0443",add:"\u0443\u0432\u0435\u043B\u0438\u0447\u0438\u0442\u044C",default:"\u043F\u043E \u0443\u043C\u043E\u043B\u0447\u0430\u043D\u0438\u044E (\u043D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0430)",forThisLanguage:"\u0414\u043B\u044F \u044D\u0442\u043E\u0433\u043E \u044F\u0437\u044B\u043A\u0430\uFF1A","add url":"\u0412\u0432\u0435\u0434\u0438\u0442\u0435 URL",edit:"\u043A\u043E\u043C\u043F\u0438\u043B\u044F\u0442\u043E\u0440","translate other languages into specific language":"\u041F\u0435\u0440\u0435\u0432\u043E\u0434 \u0434\u0440\u0443\u0433\u0438\u0445 \u044F\u0437\u044B\u043A\u043E\u0432 \u043D\u0430 \u0443\u0441\u0442\u0430\u043D\u043E\u0432\u043B\u0435\u043D\u043D\u044B\u0439 \u0432\u0430\u043C\u0438 \u044F\u0437\u044B\u043A","select translation service":"\u0412\u044B\u0431\u0435\u0440\u0438\u0442\u0435 \u0441\u043B\u0443\u0436\u0431\u0443 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430",language:"\u043C\u043D\u043E\u0433\u043E\u044F\u0437\u044B\u0447\u0438\u0435","show-original":"\u041F\u043E\u043A\u0430\u0437\u0430\u0442\u044C \u043E\u0440\u0438\u0433\u0438\u043D\u0430\u043B\u044C\u043D\u044B\u0439 \u0442\u0435\u043A\u0441\u0442",translate:"\u0440\u0435\u043D\u0434\u0435\u0440\u0438\u043D\u0433",Translated:"\u043F\u0435\u0440\u0435\u0432\u0435\u0434\u0435\u043D\u043E",Translating:"\u0432 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0435",Error:"\u043D\u0435\u0432\u0435\u0440\u043D\u044B\u0439",allowCacheTranslations:"\u0412\u043A\u043B\u044E\u0447\u0438\u0442\u044C \u043B\u043E\u043A\u0430\u043B\u044C\u043D\u043E\u0435 \u043A\u044D\u0448\u0438\u0440\u043E\u0432\u0430\u043D\u0438\u0435 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u043E\u0432 (\u0434\u043B\u044F \u0443\u043C\u0435\u043D\u044C\u0448\u0435\u043D\u0438\u044F \u043A\u043E\u043B\u0438\u0447\u0435\u0441\u0442\u0432\u0430 \u0437\u0430\u043F\u0440\u043E\u0441\u043E\u0432 \u043D\u0430 \u043F\u0435\u0440\u0435\u0432\u043E\u0434 \u0434\u0443\u0431\u043B\u0438\u0440\u0443\u044E\u0449\u0438\u0445\u0441\u044F \u043E\u0442\u0440\u044B\u0432\u043A\u043E\u0432)","translation display":"\u0421\u0442\u0438\u043B\u044C \u043E\u0442\u043E\u0431\u0440\u0430\u0436\u0435\u043D\u0438\u044F \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430","select diplay style":"\u0420\u0430\u0437\u043B\u0438\u0447\u0430\u0442\u044C \u0441\u0442\u0438\u043B\u0438 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430, \u043E\u043F\u0438\u0440\u0430\u044F\u0441\u044C \u043D\u0430 \u0441\u043B\u0435\u0434\u0443\u044E\u0449\u0438\u0435 \u043F\u0440\u0438\u043C\u0435\u0440\u044B",interface:"\u041D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0438 \u0438\u043D\u0442\u0435\u0440\u0444\u0435\u0439\u0441\u0430",import_export:"\u0418\u043C\u043F\u043E\u0440\u0442/\u044D\u043A\u0441\u043F\u043E\u0440\u0442",import_export_title:"\u041A\u043E\u043D\u0444\u0438\u0433\u0443\u0440\u0430\u0446\u0438\u044F \u0438\u043C\u043F\u043E\u0440\u0442\u0430/\u044D\u043A\u0441\u043F\u043E\u0440\u0442\u0430",syncToGoogleDrive:"\u0422\u0435\u043F\u0435\u0440\u044C \u0441\u0438\u043D\u0445\u0440\u043E\u043D\u0438\u0437\u0430\u0446\u0438\u044F \u0441 Google Drive",floatBallOptions:"\u041D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0438 \u0445\u043E\u0432\u0435\u0440\u0431\u043E\u043B\u0430","floatBallOptions.enable":"\u0412\u043A\u043B\u044E\u0447\u0438\u0442\u044C \u0445\u043E\u0432\u0435\u0440\u0431\u043E\u043B","floatBallOptions.blockUrls":"\u041E\u0442\u043A\u043B\u044E\u0447\u0438\u0442\u044C \u0441\u0430\u0439\u0442","floatBallOptions.add":"\u0443\u0432\u0435\u043B\u0438\u0447\u0438\u0442\u044C","floatBallOptions.blockUrlDesc":"\u041F\u0430\u0440\u044F\u0449\u0438\u0435 \u0448\u0430\u0440\u044B \u043D\u0435 \u043E\u0442\u043E\u0431\u0440\u0430\u0436\u0430\u044E\u0442\u0441\u044F, \u043A\u043E\u0433\u0434\u0430 \u0432\u0441\u0442\u0440\u0435\u0447\u0430\u044E\u0442\u0441\u044F \u0441\u043B\u0435\u0434\u0443\u044E\u0449\u0438\u0435 \u0441\u0430\u0439\u0442\u044B","floatBallOptions.clickType":"\u043F\u043E\u0432\u0435\u0434\u0435\u043D\u0438\u0435 \u043F\u0440\u0438 \u043D\u0430\u0436\u0430\u0442\u0438\u0438","floatBallOptions.clickTypeDesc":"\u041F\u043E\u0432\u0435\u0434\u0435\u043D\u0438\u0435 \u0438\u043A\u043E\u043D\u043A\u0438 \u0445\u043E\u0432\u0435\u0440\u0431\u043E\u043B\u0430 \u043F\u0440\u0438 \u043D\u0430\u0436\u0430\u0442\u0438\u0438","floatBallOptions.clickPopup":"\u041F\u043E\u043A\u0430\u0437\u0430\u0442\u044C \u043F\u0430\u043D\u0435\u043B\u044C \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430","floatBallOptions.clickTranslate":"\u041F\u0435\u0440\u0435\u0432\u043E\u0434/\u043E\u0442\u043E\u0431\u0440\u0430\u0436\u0435\u043D\u0438\u0435 \u043E\u0440\u0438\u0433\u0438\u043D\u0430\u043B\u044C\u043D\u043E\u0433\u043E \u0442\u0435\u043A\u0441\u0442\u0430","floatBallOptions.fixedPosition":"\u56FA\u5B9A\u4F4D\u7F6E","floatBallOptions.fixedPositionDesc":"\u60AC\u6D6E\u7403\u5728\u7A97\u53E3\u5DE6\u4FA7\u8FD8\u662F\u53F3\u4FA7","floatBallOptions.fixedPositionLeft":"\u5DE6\u4FA7","floatBallOptions.fixedPositionRight":"\u53F3\u4FA7",previewAllThemes:"\u041F\u0440\u0435\u0434\u0432\u0430\u0440\u0438\u0442\u0435\u043B\u044C\u043D\u044B\u0439 \u043F\u0440\u043E\u0441\u043C\u043E\u0442\u0440 \u0432\u0441\u0435\u0445 \u0441\u0442\u0438\u043B\u0435\u0439","translationTheme.none":"\u043D\u0435 \u0438\u043C\u0435\u0442\u044C","translationTheme.grey":"\u0442\u0451\u043C\u043D\u043E-\u0441\u0435\u0440\u044B\u0439","translationTheme.dashed":"\u043F\u0443\u043D\u043A\u0442\u0438\u0440\u043D\u043E\u0435 \u043F\u043E\u0434\u0447\u0451\u0440\u043A\u0438\u0432\u0430\u043D\u0438\u0435","translationTheme.dotted":"\u0442\u043E\u0447\u0435\u0447\u043D\u043E\u0435 \u043F\u043E\u0434\u0447\u0435\u0440\u043A\u0438\u0432\u0430\u043D\u0438\u0435","translationTheme.dashedBorder":"\u043F\u0443\u043D\u043A\u0442\u0438\u0440\u043D\u0430\u044F \u0433\u0440\u0430\u043D\u0438\u0446\u0430","translationTheme.solidBorder":"\u0441\u043F\u043B\u043E\u0448\u043D\u0430\u044F \u0433\u0440\u0430\u043D\u0438\u0446\u0430","translationTheme.underline":"\u041F\u043E\u0434\u0447\u0435\u0440\u043A\u0438\u0432\u0430\u043D\u0438\u0435 \u043F\u0440\u044F\u043C\u044B\u0445 \u043B\u0438\u043D\u0438\u0439","translationTheme.mask":"\u041D\u0435\u0447\u0435\u0442\u043A\u0438\u0435 \u044D\u0444\u0444\u0435\u043A\u0442\u044B (\u0440\u0435\u0436\u0438\u043C\u044B \u043E\u0431\u0443\u0447\u0435\u043D\u0438\u044F)","translationTheme.opacity":"\u044D\u0444\u0444\u0435\u043A\u0442 \u043F\u0440\u043E\u0437\u0440\u0430\u0447\u043D\u043E\u0441\u0442\u0438","translationTheme.paper":"\u042D\u0444\u0444\u0435\u043A\u0442 \u0442\u0435\u043D\u0438 \u043E\u0442 \u0431\u0435\u043B\u043E\u0439 \u0431\u0443\u043C\u0430\u0433\u0438","translationTheme.dividingLine":"\u0440\u0430\u0437\u0434\u0435\u043B\u0438\u0442\u0435\u043B\u044C\u043D\u0430\u044F \u043B\u0438\u043D\u0438\u044F","translationTheme.highlight":"\u0432\u044B\u0441\u043E\u043A\u0430\u044F \u044F\u0440\u043A\u043E\u0441\u0442\u044C","translationTheme.marker":"\u043C\u0430\u0440\u043A\u0435\u0440 (\u0437\u0430\u0438\u043C\u0441\u0442\u0432\u043E\u0432\u0430\u043D\u043D\u043E\u0435 \u0441\u043B\u043E\u0432\u043E)","translationTheme.marker2":"\u041C\u0430\u0440\u043A\u0435\u0440 2","translationTheme.blockquote":"\u0421\u0442\u0438\u043B\u0438 \u0441\u0441\u044B\u043B\u043E\u043A","translationTheme.weakening":"\u043E\u0441\u043B\u0430\u0431\u043B\u0435\u043D\u0438\u0435","translationTheme.italic":"\u043D\u0430\u043A\u043B\u043E\u043D\u043D\u044B\u0439 \u0448\u0440\u0438\u0444\u0442","translationTheme.bold":"\u0441\u0433\u0443\u0441\u0442\u0438\u0442\u044C","translationTheme.thinDashed":"\u0442\u043E\u043D\u043A\u0430\u044F \u043F\u0443\u043D\u043A\u0442\u0438\u0440\u043D\u0430\u044F \u043B\u0438\u043D\u0438\u044F \u043F\u043E\u0434\u0447\u0435\u0440\u043A\u0438\u0432\u0430\u043D\u0438\u0435","translationTheme.nativeDashed":"\u0421\u0438\u0441\u0442\u0435\u043C\u0430 \u043F\u043E\u0441\u0442\u0430\u0432\u043B\u044F\u0435\u0442\u0441\u044F \u0441 \u043F\u0443\u043D\u043A\u0442\u0438\u0440\u043D\u044B\u043C \u043F\u043E\u0434\u0447\u0435\u0440\u043A\u0438\u0432\u0430\u043D\u0438\u0435\u043C","translationTheme.nativeDotted":"\u0421\u0438\u0441\u0442\u0435\u043C\u0430 \u043F\u043E\u0441\u0442\u0430\u0432\u043B\u044F\u0435\u0442\u0441\u044F \u0441 \u043F\u0443\u043D\u043A\u0442\u0438\u0440\u043D\u044B\u043C \u043F\u043E\u0434\u0447\u0435\u0440\u043A\u0438\u0432\u0430\u043D\u0438\u0435\u043C","translationTheme.nativeUnderline":"\u0421\u0438\u0441\u0442\u0435\u043C\u0430 \u043F\u043E\u0441\u0442\u0430\u0432\u043B\u044F\u0435\u0442\u0441\u044F \u0441 \u043F\u0440\u044F\u043C\u044B\u043C \u043F\u043E\u0434\u0441\u0442\u0440\u043E\u0447\u043D\u0438\u043A\u043E\u043C","translationTheme.wavy":"\u0432\u043E\u043B\u043D\u0438\u0441\u0442\u0430\u044F \u043B\u0438\u043D\u0438\u044F","translationServices.custom":"\u041F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u0435\u043B\u044C\u0441\u043A\u0438\u0439 API","translationServices.tencent":"\u041F\u0435\u0440\u0435\u0432\u043E\u0434\u0447\u0438\u043A Tencent","translationServices.tenAlpha":"Tencent Translator (Alpha)","translationServices.google":"Google Translate","translationServices.bai":"Baidu (Alpha)","translationServices.baidu":"\u041F\u0435\u0440\u0435\u0432\u043E\u0434 Baidu","translationServices.aliyun":"\u041F\u0435\u0440\u0435\u0432\u043E\u0434 AliCloud","translationServices.volc":"\u043F\u0435\u0440\u0435\u0432\u043E\u0434 \u0432\u0443\u043B\u043A\u0430\u043D\u0430","translationServices.deeplx":"DeepLX (Beta)","translationServices.bing":"Microsoft Translate","translationServices.deepl":"DeepL","translationServices.wechat":"\u041F\u0435\u0440\u0435\u0432\u043E\u0434 WeChat","translationServices.azure":"\u041B\u0430\u0437\u0443\u0440\u043D\u044B\u0439 \u043F\u0435\u0440\u0435\u0432\u043E\u0434","translationServices.ibm":"IBM Watson","translationServices.aws":"\u041F\u0435\u0440\u0435\u0432\u043E\u0434 Amazon","translationServices.mock":"\u0418\u043C\u0438\u0442\u0430\u0446\u0438\u044F \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430","translationServices.mock2":"\u0418\u043C\u0438\u0442\u0430\u0446\u0438\u044F \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430 2","translationServices.caiyun":"\u043B\u0438\u0442. \u0440\u0430\u0437\u043D\u043E\u0446\u0432\u0435\u0442\u043D\u044B\u0435 \u043E\u0431\u043B\u0430\u043A\u0430 \u0438 \u043D\u0435\u0431\u043E\u043B\u044C\u0448\u0438\u0435 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u044B","translationServices.cai":"\u0420\u0430\u0437\u043D\u043E\u0446\u0432\u0435\u0442\u043D\u044B\u0435 \u043E\u0431\u043B\u0430\u043A\u0430 (\u0410\u043B\u044C\u0444\u0430)","translationServices.volcAlpha":"\u0412\u0443\u043B\u043A\u0430\u043D (\u0410\u043B\u044C\u0444\u0430)","translationServices.openl":"OpenL","translationServices.youdao":"\u041F\u0435\u0440\u0435\u0432\u043E\u0434 \u043D\u0430 Youtube","translationServices.you":"\u041F\u0435\u0440\u0435\u0432\u043E\u0434\u0447\u0438\u043A Youdao (\u0410\u043B\u044C\u0444\u0430)","translationServices.transmart":"\u041F\u0435\u0440\u0435\u0432\u043E\u0434 Tencent Interactive","translationServices.niu":"Maverick Translator","translationServices.papago":"\u041F\u0435\u0440\u0435\u0432\u043E\u0434 Papago","translationServices.d":"D (Alpha)","translationServices.dpro":"D Pro (Canary)","translationServices.openai":"OpenAI","translationServices.yandex":"Yandex","translationServices.chatgpt":"ChatGPT Web(3.5 mobile)","translate title":"\u041F\u0435\u0440\u0435\u0432\u043E\u0434 \u0437\u0430\u0433\u043E\u043B\u043E\u0432\u043A\u043E\u0432 \u0441\u0442\u0440\u0430\u043D\u0438\u0446","always languages":"\u0412\u0441\u0435\u0433\u0434\u0430 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0438\u0442\u0435 \u044F\u0437\u044B\u043A",neverTranslateLanguagesLabel:"\u042F\u0437\u044B\u043A, \u043A\u043E\u0442\u043E\u0440\u044B\u0439 \u043D\u0438\u043A\u043E\u0433\u0434\u0430 \u043D\u0435 \u0431\u0443\u0434\u0435\u0442 \u043F\u0435\u0440\u0435\u0432\u0435\u0434\u0435\u043D",neverTranslateTheFollowingLanguagesDescription:"\u041F\u0435\u0440\u0435\u0432\u043E\u0434\u044B \u043F\u0440\u043E\u043F\u0443\u0441\u043A\u0430\u044E\u0442\u0441\u044F, \u0435\u0441\u043B\u0438 \u0430\u0431\u0437\u0430\u0446 \u043D\u0430 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u0435 \u043D\u0430\u043F\u0438\u0441\u0430\u043D \u043D\u0430 \u043E\u0434\u043D\u043E\u043C \u0438\u0437 \u0441\u043B\u0435\u0434\u0443\u044E\u0449\u0438\u0445 \u044F\u0437\u044B\u043A\u043E\u0432",enableUserscriptPagePopup:"\u041F\u043E\u043A\u0430\u0437\u044B\u0432\u0430\u0442\u044C \u043D\u0430\u0432\u0435\u0434\u0435\u043D\u043D\u044B\u0439 \u0448\u0430\u0440 \u043D\u0430 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u0435",enableUserscriptPagePopupDescription:"\u041F\u043E\u0441\u043B\u0435 \u0432\u044B\u043A\u043B\u044E\u0447\u0435\u043D\u0438\u044F \u0445\u043E\u0432\u0435\u0440\u0431\u043E\u043B\u0430 \u0435\u0433\u043E \u043C\u043E\u0436\u043D\u043E \u0432\u044B\u0437\u0432\u0430\u0442\u044C \u0441 \u043F\u043E\u043C\u043E\u0449\u044C\u044E \u044F\u0440\u043B\u044B\u043A\u0430 /{touch}. \u041D\u0430\u0441\u0442\u043E\u044F\u0442\u0435\u043B\u044C\u043D\u043E \u0440\u0435\u043A\u043E\u043C\u0435\u043D\u0434\u0443\u0435\u0442\u0441\u044F \u0434\u043E\u0431\u0430\u0432\u0438\u0442\u044C \u044D\u0442\u0443 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u0443 \u043D\u0430\u0441\u0442\u0440\u043E\u0435\u043A \u0432 \u0437\u0430\u043A\u043B\u0430\u0434\u043A\u0438, \u0447\u0442\u043E\u0431\u044B \u043D\u0435 \u043D\u0430\u0439\u0442\u0438 \u0445\u043E\u0432\u0435\u0440\u0431\u043E\u043B \u043F\u043E\u0441\u043B\u0435 \u0441\u043B\u0443\u0447\u0430\u0439\u043D\u043E\u0433\u043E \u043E\u0442\u043A\u043B\u044E\u0447\u0435\u043D\u0438\u044F \u044D\u0442\u043E\u0439 \u043E\u043F\u0446\u0438\u0438!","always translate the following languages":"\u0410\u0432\u0442\u043E\u043C\u0430\u0442\u0438\u0447\u0435\u0441\u043A\u0438\u0439 \u043F\u0435\u0440\u0435\u0432\u043E\u0434 \u043D\u0430 \u0446\u0435\u043B\u0435\u0432\u043E\u0439 \u044F\u0437\u044B\u043A, \u0435\u0441\u043B\u0438 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u0430 \u043D\u0430\u043F\u0438\u0441\u0430\u043D\u0430 \u043D\u0430 \u043E\u0434\u043D\u043E\u043C \u0438\u0437 \u0441\u043B\u0435\u0434\u0443\u044E\u0449\u0438\u0445 \u044F\u0437\u044B\u043A\u043E\u0432","always sites":"\u0412\u0441\u0435\u0433\u0434\u0430 \u043F\u0435\u0440\u0435\u0432\u0435\u0434\u0435\u043D\u043D\u044B\u0435 \u0432\u0435\u0431-\u0441\u0430\u0439\u0442\u044B","always translate the following sites":"\u0412\u0435\u0431-\u0441\u0430\u0439\u0442\u044B \u0430\u0432\u0442\u043E\u043C\u0430\u0442\u0438\u0447\u0435\u0441\u043A\u0438 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u044F\u0442\u0441\u044F \u043D\u0430 \u044F\u0437\u044B\u043A \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430, \u0435\u0441\u043B\u0438 \u043E\u043D\u0438 \u044F\u0432\u043B\u044F\u044E\u0442\u0441\u044F \u0434\u043E\u043C\u0435\u043D\u043D\u044B\u043C\u0438 \u0438\u043C\u0435\u043D\u0430\u043C\u0438","never sites":"\u041D\u0435\u043F\u0435\u0440\u0435\u0432\u0435\u0434\u0435\u043D\u043D\u044B\u0439 \u0441\u0430\u0439\u0442","never translate the following sites":"\u041F\u0435\u0440\u0435\u0432\u043E\u0434 \u043D\u0435 \u0431\u0443\u0434\u0435\u0442 \u0432\u044B\u043F\u043E\u043B\u043D\u044F\u0442\u044C\u0441\u044F, \u0435\u0441\u043B\u0438 \u0441\u0430\u0439\u0442 \u043F\u0440\u0435\u0434\u043D\u0430\u0437\u043D\u0430\u0447\u0435\u043D \u0434\u043B\u044F \u0441\u043B\u0435\u0434\u0443\u044E\u0449\u0438\u0445 \u0434\u043E\u043C\u0435\u043D\u043E\u0432","please refer to":"\u041F\u0435\u0440\u0435\u0434 \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u043D\u0438\u0435\u043C \u043D\u0435\u043E\u0431\u0445\u043E\u0434\u0438\u043C\u043E \u0437\u0430\u043F\u043E\u043B\u043D\u0438\u0442\u044C \u043A\u043B\u044E\u0447.",KeyAndConfigurationTutorial:"\u0423\u0447\u0435\u0431\u043D\u0438\u043A \u043F\u043E \u043F\u0440\u0438\u043C\u0435\u043D\u0435\u043D\u0438\u044E \u0438 \u043D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0435 \u043A\u043B\u044E\u0447\u0435\u0439",useAboveStyleForTheseSites:"\u0412\u0441\u0435\u0433\u0434\u0430 \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u0443\u0439\u0442\u0435 \u0441\u0442\u0438\u043B\u044C \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430 \u2308{theme}\u230B, \u0435\u0441\u043B\u0438 \u0441\u0430\u0439\u0442 \u043F\u0440\u0435\u0434\u043D\u0430\u0437\u043D\u0430\u0447\u0435\u043D \u0434\u043B\u044F \u0441\u043B\u0435\u0434\u0443\u044E\u0449\u0438\u0445 \u0434\u043E\u043C\u0435\u043D\u043E\u0432",currentUrl:"\u0422\u0435\u043A\u0443\u0449\u0438\u0439 URL",confirm:"\u0441\u043E\u0445\u0440\u0430\u043D\u044F\u0442\u044C (\u0444\u0430\u0439\u043B \u0438 \u0442.\u0434.) (\u0432\u044B\u0447\u0438\u0441\u043B\u0438\u0442\u0435\u043B\u044C\u043D\u0430\u044F \u0442\u0435\u0445\u043D\u0438\u043A\u0430)",cancel:"\u043E\u0442\u043C\u0435\u043D\u044B",delete:"\u0443\u0434\u0430\u043B\u0435\u043D\u0438\u0435","languages.auto":"\u0430\u0432\u0442\u043E\u043C\u0430\u0442\u0438\u0447\u0435\u0441\u043A\u043E\u0435 \u043E\u0431\u043D\u0430\u0440\u0443\u0436\u0435\u043D\u0438\u0435",syncToCloud:"\u0421\u0438\u043D\u0445\u0440\u043E\u043D\u0438\u0437\u0430\u0446\u0438\u044F \u0441 Google Drive",syncToCloudDescription:"\u0417\u0430\u0433\u0440\u0443\u0436\u0435\u043D\u043D\u0430\u044F \u0432 \u043E\u0431\u043B\u0430\u043A\u043E, \u043A\u043E\u043D\u0444\u0438\u0433\u0443\u0440\u0430\u0446\u0438\u044F \u043C\u043E\u0436\u0435\u0442 \u0431\u044B\u0442\u044C \u0441\u0438\u043D\u0445\u0440\u043E\u043D\u0438\u0437\u0438\u0440\u043E\u0432\u0430\u043D\u0430 \u043C\u0435\u0436\u0434\u0443 \u0440\u0430\u0437\u043B\u0438\u0447\u043D\u044B\u043C\u0438 \u0431\u0440\u0430\u0443\u0437\u0435\u0440\u0430\u043C\u0438/\u0441\u043A\u0440\u0438\u043F\u0442\u0430\u043C\u0438 grease monkey, \u0432 \u0437\u0430\u0432\u0438\u0441\u0438\u043C\u043E\u0441\u0442\u0438 \u043E\u0442 \u0442\u043E\u0433\u043E, \u0447\u0442\u043E \u0431\u044B\u043B\u043E \u0438\u0437\u043C\u0435\u043D\u0435\u043D\u043E \u043F\u043E\u0441\u043B\u0435\u0434\u043D\u0438\u043C.",syncToAccount:"\u0421\u0438\u043D\u0445\u0440\u043E\u043D\u0438\u0437\u0430\u0446\u0438\u044F \u0441 \u043E\u0431\u043B\u0430\u043A\u043E\u043C \u0438\u043C\u043C\u0435\u0440\u0441\u0438\u0432\u043D\u043E\u0433\u043E \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430",syncToAccountButton:"\u041C\u0433\u043D\u043E\u0432\u0435\u043D\u043D\u0430\u044F \u0441\u0438\u043D\u0445\u0440\u043E\u043D\u0438\u0437\u0430\u0446\u0438\u044F \u0441 \u043E\u0431\u043B\u0430\u043A\u043E\u043C",syncToAccountDescription:"\u0410\u0432\u0442\u043E\u043C\u0430\u0442\u0438\u0447\u0435\u0441\u043A\u0430\u044F \u0441\u0438\u043D\u0445\u0440\u043E\u043D\u0438\u0437\u0430\u0446\u0438\u044F \u043A\u043E\u043D\u0444\u0438\u0433\u0443\u0440\u0430\u0446\u0438\u0439 \u043C\u0435\u0436\u0434\u0443 \u0440\u0430\u0437\u043B\u0438\u0447\u043D\u044B\u043C\u0438 \u0443\u0441\u0442\u0440\u043E\u0439\u0441\u0442\u0432\u0430\u043C\u0438 \u0432 \u0437\u0430\u0432\u0438\u0441\u0438\u043C\u043E\u0441\u0442\u0438 \u043E\u0442 \u0442\u043E\u0433\u043E, \u043A\u0430\u043A\u0430\u044F \u0438\u0437 \u043D\u0438\u0445 \u0431\u044B\u043B\u0430 \u0438\u0437\u043C\u0435\u043D\u0435\u043D\u0430 \u043F\u043E\u0441\u043B\u0435\u0434\u043D\u0435\u0439.",successSyncConfigInAccount:"\u0423\u0441\u043F\u0435\u0448\u043D\u0430\u044F \u0441\u0438\u043D\u0445\u0440\u043E\u043D\u0438\u0437\u0430\u0446\u0438\u044F \u0441 \u043E\u0431\u043B\u0430\u043A\u043E\u043C",successSyncConfigToAccount:"\u0423\u0441\u043F\u0435\u0448\u043D\u0430\u044F \u0441\u0438\u043D\u0445\u0440\u043E\u043D\u0438\u0437\u0430\u0446\u0438\u044F \u0441 \u043E\u0431\u043B\u0430\u043A\u043E\u043C",syncConfigNoUpdate:"\u041E\u043D\u0430 \u0443\u0436\u0435 \u0441\u043E\u043E\u0442\u0432\u0435\u0442\u0441\u0442\u0432\u0443\u0435\u0442 \u0441\u043E\u0432\u0440\u0435\u043C\u0435\u043D\u043D\u044B\u043C \u0442\u0440\u0435\u0431\u043E\u0432\u0430\u043D\u0438\u044F\u043C.",authFail:"\u0421\u0431\u043E\u0439 \u0430\u0432\u0442\u043E\u0440\u0438\u0437\u0430\u0446\u0438\u0438",syncTitle:"\u0420\u0443\u0447\u043D\u043E\u0435 \u0443\u043F\u0440\u0430\u0432\u043B\u0435\u043D\u0438\u0435 \u0440\u0435\u0437\u0435\u0440\u0432\u043D\u044B\u043C \u043A\u043E\u043F\u0438\u0440\u043E\u0432\u0430\u043D\u0438\u0435\u043C",import_hint:"\u0438\u043C\u043F\u043E\u0440\u0442 (\u0434\u0430\u043D\u043D\u044B\u0435)",upload:"\u0437\u0430\u0433\u0440\u0443\u0437\u0438\u0442\u044C",revokeAuth:"\u043E\u0442\u043E\u0437\u0432\u0430\u0442\u044C \u0440\u0430\u0437\u0440\u0435\u0448\u0435\u043D\u0438\u0435",uploadFail:"\u0417\u0430\u0433\u0440\u0443\u0437\u043A\u0430 \u043D\u0435 \u0443\u0434\u0430\u043B\u0430\u0441\u044C",download:"\u0437\u0430\u0433\u0440\u0443\u0437\u043A\u0430",importSuccess:"\u0423\u0441\u043F\u0435\u0448\u043D\u043E \u0438\u043C\u043F\u043E\u0440\u0442\u0438\u0440\u0443\u0435\u0442\u0441\u044F",importFail:"\u0441\u0431\u043E\u0439 \u0438\u043C\u043F\u043E\u0440\u0442\u0430",deleteFail:"\u041D\u0435 \u0443\u0434\u0430\u043B\u043E\u0441\u044C \u0443\u0434\u0430\u043B\u0438\u0442\u044C",backupToCloud:"\u0420\u0443\u0447\u043D\u043E\u0435 \u0443\u043F\u0440\u0430\u0432\u043B\u0435\u043D\u0438\u0435 \u0444\u0430\u0439\u043B\u0430\u043C\u0438 \u0440\u0435\u0437\u0435\u0440\u0432\u043D\u043E\u0433\u043E \u043A\u043E\u043F\u0438\u0440\u043E\u0432\u0430\u043D\u0438\u044F",create_new_backup:"\u0414\u043E\u0431\u0430\u0432\u043B\u0435\u043D\u0438\u0435 \u043D\u043E\u0432\u043E\u0433\u043E \u0443\u0437\u043B\u0430 \u0440\u0435\u0437\u0435\u0440\u0432\u043D\u043E\u0433\u043E \u043A\u043E\u043F\u0438\u0440\u043E\u0432\u0430\u043D\u0438\u044F",maxBackupFiles:"\u0420\u0435\u0437\u0435\u0440\u0432\u043D\u043E\u0435 \u043A\u043E\u043F\u0438\u0440\u043E\u0432\u0430\u043D\u0438\u0435 \u043C\u043E\u0436\u0435\u0442 \u0431\u044B\u0442\u044C \u0432\u044B\u043F\u043E\u043B\u043D\u0435\u043D\u043E \u0434\u043E{count}\u0440\u0430\u0437\u043B\u0438\u0447\u043D\u044B\u0445 \u0443\u0437\u043B\u043E\u0432, \u0443\u0434\u0430\u043B\u0438\u0442\u0435 \u043D\u0435\u043D\u0443\u0436\u043D\u044B\u0435 \u0443\u0437\u043B\u044B.",backupToCloudDescription:"\u0420\u0443\u0447\u043D\u0430\u044F \u0437\u0430\u0433\u0440\u0443\u0437\u043A\u0430 \u0438\u043B\u0438 \u0432\u043E\u0441\u0441\u0442\u0430\u043D\u043E\u0432\u043B\u0435\u043D\u0438\u0435 \u0444\u0430\u0439\u043B\u043E\u0432 \u0440\u0435\u0437\u0435\u0440\u0432\u043D\u044B\u0445 \u043A\u043E\u043F\u0438\u0439, \u043F\u043E\u0437\u0432\u043E\u043B\u044F\u044E\u0449\u0430\u044F \u0441\u043E\u0437\u0434\u0430\u0432\u0430\u0442\u044C \u0434\u043E 3 \u0440\u0430\u0437\u043B\u0438\u0447\u043D\u044B\u0445 \u0440\u0435\u0437\u0435\u0440\u0432\u043D\u044B\u0445 \u043A\u043E\u043F\u0438\u0439",successSyncConfig:"\u0423\u0441\u043F\u0435\u0448\u043D\u0430\u044F \u0441\u0438\u043D\u0445\u0440\u043E\u043D\u0438\u0437\u0430\u0446\u0438\u044F \u0441 \u043E\u0431\u043B\u0430\u043A\u043E\u043C",syncFail:"\u0441\u0431\u043E\u0439 \u0441\u0438\u043D\u0445\u0440\u043E\u043D\u0438\u0437\u0430\u0446\u0438\u0438",updatedAt:"\u041E\u0431\u043D\u043E\u0432\u043B\u0435\u043D\u043E \u0441 \u0441\u0430\u0439\u0442\u0430 {date}",lastSyncedAt:"\u041F\u043E\u0441\u043B\u0435\u0434\u043D\u044F\u044F \u043F\u0440\u043E\u0432\u0435\u0440\u043A\u0430 \u043D\u0430 \u0441\u0430\u0439\u0442\u0435 {date}",downloadFail:"\u041D\u0435 \u0443\u0434\u0430\u043B\u043E\u0441\u044C \u0437\u0430\u0433\u0440\u0443\u0437\u0438\u0442\u044C",clickToDownload:"\u041D\u0430\u0436\u043C\u0438\u0442\u0435 \u0434\u043B\u044F \u0437\u0430\u0433\u0440\u0443\u0437\u043A\u0438",aboutLabel:"\u041E \u043A\u043E\u043C\u043F\u0430\u043D\u0438\u0438 - \u041E\u0431\u0440\u0430\u0442\u043D\u0430\u044F \u0441\u0432\u044F\u0437\u044C","browser.openAboutPage":"\u0418\u043D\u0444\u043E\u0440\u043C\u0430\u0446\u0438\u044F/\u041E\u0442\u0437\u044B\u0432\u044B",aboutLabelWithoutSponsor:"\u041E \u043A\u043E\u043C\u043F\u0430\u043D\u0438\u0438 - \u041E\u0431\u0440\u0430\u0442\u043D\u0430\u044F \u0441\u0432\u044F\u0437\u044C",aboutIntro:"\u041F\u0443\u0441\u0442\u044C \u043D\u0430\u043C \u0432\u0441\u0435\u043C \u0431\u0443\u0434\u0435\u0442 \u043B\u0435\u0433\u0447\u0435 \u0438 \u043F\u0440\u0438\u044F\u0442\u043D\u0435\u0435 \u043F\u043E\u043B\u0443\u0447\u0430\u0442\u044C \u0434\u043E\u0441\u0442\u0443\u043F \u043A \u043E\u0433\u0440\u043E\u043C\u043D\u043E\u043C\u0443 \u043A\u043E\u043B\u0438\u0447\u0435\u0441\u0442\u0432\u0443 \u0438\u043D\u0444\u043E\u0440\u043C\u0430\u0446\u0438\u0438 \u043D\u0430 \u0438\u043D\u043E\u0441\u0442\u0440\u0430\u043D\u043D\u044B\u0445 \u044F\u0437\u044B\u043A\u0430\u0445 \u0432 \u0418\u043D\u0442\u0435\u0440\u043D\u0435\u0442\u0435 \u2764\uFE0F \u0412\u044B \u043C\u043E\u0436\u0435\u0442\u0435 \u0430\u043A\u0442\u0438\u0432\u0438\u0440\u043E\u0432\u0430\u0442\u044C <6>\u0447\u043B\u0435\u043D\u0441\u0442\u0432\u043E \u0432 \u043F\u0440\u043E\u0433\u0440\u0430\u043C\u043C\u0435 Pro, \u0447\u0442\u043E\u0431\u044B \u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u044C\u0441\u044F \u0433\u043E\u0442\u043E\u0432\u044B\u043C\u0438 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430\u043C\u0438 DeepL \u0438 OpenAI.

\u0412\u044B \u043C\u043E\u0436\u0435\u0442\u0435 \u0441\u043B\u0435\u0434\u0438\u0442\u044C \u0437\u0430 \u043D\u0430\u043C\u0438 \u0432 <3>Twitter, <4>Telegram, Weibo, WeChat \u0438\u043B\u0438 <5>\u043F\u043E\u0434\u043F\u0438\u0441\u0430\u0442\u044C\u0441\u044F \u043D\u0430 \u043D\u0430\u0448\u0443 \u0440\u0430\u0441\u0441\u044B\u043B\u043A\u0443 \u043D\u0438\u0436\u0435, \u0447\u0442\u043E\u0431\u044B \u043E\u0442\u0441\u043B\u0435\u0436\u0438\u0432\u0430\u0442\u044C \u043E\u0431\u043D\u043E\u0432\u043B\u0435\u043D\u0438\u044F.
<7>\u0423\u0447\u0430\u0441\u0442\u043D\u0438\u043A\u0438 \u043F\u0440\u043E\u0433\u0440\u0430\u043C\u043C\u044B Pro \u043C\u043E\u0433\u0443\u0442 \u0441\u0432\u044F\u0437\u0430\u0442\u044C\u0441\u044F \u0441 \u043D\u0430\u043C\u0438 \u043F\u043E \u0430\u0434\u0440\u0435\u0441\u0443 <8>support@immersivetranslate.com \u0434\u043B\u044F \u0431\u044B\u0441\u0442\u0440\u043E\u0433\u043E \u043E\u0431\u0441\u043B\u0443\u0436\u0438\u0432\u0430\u043D\u0438\u044F \u043A\u043B\u0438\u0435\u043D\u0442\u043E\u0432.",aboutIntroWithoutSponsor:"\u041F\u0443\u0441\u0442\u044C \u0432\u0441\u0435\u043C \u043D\u0430\u043C \u0431\u0443\u0434\u0435\u0442 \u043B\u0435\u0433\u0447\u0435 \u0438 \u043F\u0440\u0438\u044F\u0442\u043D\u0435\u0435 \u043F\u043E\u043B\u0443\u0447\u0430\u0442\u044C \u0434\u043E\u0441\u0442\u0443\u043F \u043A \u043E\u0433\u0440\u043E\u043C\u043D\u043E\u043C\u0443 \u043A\u043E\u043B\u0438\u0447\u0435\u0441\u0442\u0432\u0443 \u0438\u043D\u0444\u043E\u0440\u043C\u0430\u0446\u0438\u0438 \u043D\u0430 \u0438\u043D\u043E\u0441\u0442\u0440\u0430\u043D\u043D\u044B\u0445 \u044F\u0437\u044B\u043A\u0430\u0445, \u0434\u043E\u0441\u0442\u0443\u043F\u043D\u043E\u0439 \u0432 \u0418\u043D\u0442\u0435\u0440\u043D\u0435\u0442\u0435 \u2764\uFE0F

\u0412\u044B \u043C\u043E\u0436\u0435\u0442\u0435 \u0441\u043B\u0435\u0434\u0438\u0442\u044C \u0437\u0430 \u043D\u0430\u043C\u0438 \u0432 <3>Twitter, <4>Telegram-\u043A\u0430\u043D\u0430\u043B\u0435, WeChat, WeChat Exchange \u0438\u043B\u0438 <5>\u043F\u043E\u0434\u043F\u0438\u0441\u0430\u0442\u044C\u0441\u044F \u043D\u0430 \u043E\u0442\u0441\u043B\u0435\u0436\u0438\u0432\u0430\u043D\u0438\u0435 \u043E\u0431\u043D\u043E\u0432\u043B\u0435\u043D\u0438\u0439 \u043F\u043E <5>\u044D\u043B\u0435\u043A\u0442\u0440\u043E\u043D\u043D\u043E\u0439 \u043F\u043E\u0447\u0442\u0435 \u043D\u0438\u0436\u0435.",projectHomepage:'\u041F\u0440\u043E\u0435\u043A\u0442 "\u0414\u043E\u043C',joinTelegramGroup:"\u041F\u0440\u0438\u0441\u043E\u0435\u0434\u0438\u043D\u044F\u0439\u0442\u0435\u0441\u044C \u043A \u0433\u0440\u0443\u043F\u043F\u0435 \u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u0435\u043B\u0435\u0439 \u0434\u043B\u044F \u0443\u0447\u0430\u0441\u0442\u0438\u044F \u0432 \u043E\u0431\u0441\u0443\u0436\u0434\u0435\u043D\u0438\u0438 \u0444\u0443\u043D\u043A\u0446\u0438\u0439",wechatPublicAccount:"WeChat Public",wechatCommunities:"\u0413\u0440\u0443\u043F\u043F\u0430 \u043E\u0431\u043C\u0435\u043D\u0430 WeChat",qqCommunities:"\u041A\u0430\u043D\u0430\u043B \u0441\u0432\u044F\u0437\u0438 QQ",joinTelegramChannel:"\u0421\u043B\u0435\u0434\u0438\u0442\u0435 \u0437\u0430 \u043E\u0431\u043D\u043E\u0432\u043B\u0435\u043D\u0438\u044F\u043C\u0438 \u0432 Telegram-\u043A\u0430\u043D\u0430\u043B\u0435",feedbackAndJoin:"\u0412\u043E\u043F\u0440\u043E\u0441 \u041E\u0431\u0440\u0430\u0442\u043D\u0430\u044F \u0441\u0432\u044F\u0437\u044C / \u0414\u043E\u0431\u0430\u0432\u0438\u0442\u044C \u0433\u0440\u0443\u043F\u043F\u0443",autoSync:"\u0430\u0432\u0442\u043E\u043C\u0430\u0442\u0438\u0447\u0435\u0441\u043A\u0430\u044F \u0441\u0438\u043D\u0445\u0440\u043E\u043D\u0438\u0437\u0430\u0446\u0438\u044F \u0432\u0440\u0435\u043C\u0435\u043D\u0438",loadingThemeTitle:"\u0421\u0442\u0438\u043B\u044C \u0437\u0430\u0433\u0440\u0443\u0437\u043A\u0438",loadingThemeDescription:"\u0423\u0441\u0442\u0430\u043D\u043E\u0432\u043A\u0430 \u0441\u0442\u0438\u043B\u044F \u043F\u0440\u0438 \u043E\u0436\u0438\u0434\u0430\u043D\u0438\u0438 \u0437\u0430\u0433\u0440\u0443\u0437\u043A\u0438 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430","loadingTheme.spinner":"\u0412\u0440\u0430\u0449\u0430\u044E\u0449\u0430\u044F\u0441\u044F \u0430\u043D\u0438\u043C\u0430\u0446\u0438\u044F","loadingTheme.text":"\u0441\u0442\u0430\u0442\u0438\u0447\u0435\u0441\u043A\u0438\u0439 \u0442\u0435\u043A\u0441\u0442 \u0447\u0435\u0433\u043E-\u043B. ","loadingTheme.none":"\u043D\u0435 \u043F\u043E\u043A\u0430\u0437\u0430\u043D\u043E",developerDescription:"\u0414\u043E\u043A\u0443\u043C\u0435\u043D\u0442\u0430\u0446\u0438\u044E \u043F\u043E \u0440\u0430\u0441\u0448\u0438\u0440\u0435\u043D\u043D\u043E\u0439 \u043D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0435 \u043C\u043E\u0436\u043D\u043E \u043D\u0430\u0439\u0442\u0438 <1>\u0437\u0434\u0435\u0441\u044C","edit border color":"\u0418\u0437\u043C\u0435\u043D\u0435\u043D\u0438\u0435 \u0446\u0432\u0435\u0442\u0430 \u0433\u0440\u0430\u043D\u0438\u0446\u044B",successSyncButNoChange:"\u0422\u0435\u043A\u0443\u0449\u0430\u044F \u043A\u043E\u043D\u0444\u0438\u0433\u0443\u0440\u0430\u0446\u0438\u044F \u0441\u043E\u043E\u0442\u0432\u0435\u0442\u0441\u0442\u0432\u0443\u0435\u0442 \u043E\u0431\u043B\u0430\u043A\u0443",customTheme:"\u041D\u0435\u0441\u0442\u0430\u043D\u0434\u0430\u0440\u0442\u043D\u044B\u0435 \u0446\u0432\u0435\u0442\u0430 \u0438 \u0440\u0430\u0437\u043C\u0435\u0440\u044B","customThemeLabel.borderColor":"\u0426\u0432\u0435\u0442 \u0433\u0440\u0430\u043D\u0438\u0446\u044B","customThemeLabel.borderRadius":"\u0421\u043A\u0440\u0443\u0433\u043B\u0435\u043D\u043D\u044B\u0435 \u043A\u0440\u0430\u044F","customThemeLabel.textColor":"\u0446\u0432\u0435\u0442 \u0442\u0435\u043A\u0441\u0442\u0430","customThemeLabel.backgroundColor":"\u0446\u0432\u0435\u0442 \u0444\u043E\u043D\u0430","customThemeLabel.zoom":"\u041C\u0430\u0441\u0448\u0442\u0430\u0431\u0438\u0440\u043E\u0432\u0430\u043D\u0438\u0435 \u0448\u0440\u0438\u0444\u0442\u0430 (%)","customThemeLabel.opacity":"\u041D\u0435\u043F\u0440\u043E\u0437\u0440\u0430\u0447\u043D\u043E\u0441\u0442\u044C \u0442\u0435\u043A\u0441\u0442\u0430 (%)",resetToDefaultColor:"\u0412\u043E\u0441\u0441\u0442\u0430\u043D\u043E\u0432\u043B\u0435\u043D\u0438\u0435 \u0446\u0432\u0435\u0442\u043E\u0432 \u043F\u043E \u0443\u043C\u043E\u043B\u0447\u0430\u043D\u0438\u044E",resetToDefaultSettings:"\u0412\u043E\u0441\u0441\u0442\u0430\u043D\u043E\u0432\u043B\u0435\u043D\u0438\u0435 \u043D\u0430\u0441\u0442\u0440\u043E\u0435\u043A \u043F\u043E \u0443\u043C\u043E\u043B\u0447\u0430\u043D\u0438\u044E",isTranslateTitle:"\u0412\u043A\u043B\u044E\u0447\u0438\u0442\u044C \u043F\u0435\u0440\u0435\u0432\u043E\u0434 \u0437\u0430\u0433\u043E\u043B\u043E\u0432\u043A\u043E\u0432 \u0441\u0442\u0440\u0430\u043D\u0438\u0446",isTranslateTitleDescription:"\u041F\u0440\u0438 \u043E\u0442\u043A\u0440\u044B\u0442\u0438\u0438 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u044B \u0435\u0435 \u0437\u0430\u0433\u043E\u043B\u043E\u0432\u043E\u043A \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0438\u0442\u0441\u044F",enableSearchEnhancement:"\u0412\u043A\u043B\u044E\u0447\u0435\u043D\u0438\u0435 \u0444\u0443\u043D\u043A\u0446\u0438\u0438 \u0440\u0430\u0441\u0448\u0438\u0440\u0435\u043D\u0438\u044F \u0434\u0432\u0443\u044F\u0437\u044B\u0447\u043D\u044B\u0445 \u0441\u043E\u043E\u0431\u0449\u0435\u043D\u0438\u0439",enableSearchEnhancementDescription:'\u041F\u043E\u0441\u043B\u0435 \u0432\u043A\u043B\u044E\u0447\u0435\u043D\u0438\u044F \u044D\u0442\u043E\u0439 \u0444\u0443\u043D\u043A\u0446\u0438\u0438 \u0440\u0435\u0437\u0443\u043B\u044C\u0442\u0430\u0442\u044B \u043F\u043E\u0438\u0441\u043A\u0430 "Google \u041D\u043E\u0432\u043E\u0441\u0442\u0438" \u0431\u0443\u0434\u0443\u0442 \u0430\u0432\u0442\u043E\u043C\u0430\u0442\u0438\u0447\u0435\u0441\u043A\u0438 \u043E\u0442\u043E\u0431\u0440\u0430\u0436\u0430\u0442\u044C\u0441\u044F \u0432 \u043F\u0440\u0430\u0432\u043E\u0439 \u043A\u043E\u043B\u043E\u043D\u043A\u0435 \u043F\u043E\u0434\u0434\u0435\u0440\u0436\u0438\u0432\u0430\u0435\u043C\u044B\u0445 \u0441\u0430\u0439\u0442\u043E\u0432 (Google \u041D\u043E\u0432\u043E\u0441\u0442\u0438, Google \u041F\u043E\u0438\u0441\u043A (\u043D\u0435\u043A\u043E\u0442\u043E\u0440\u044B\u0435 \u043A\u043B\u044E\u0447\u0435\u0432\u044B\u0435 \u0441\u043B\u043E\u0432\u0430), Snowball, Oriental Fortune, Futura, Tiger Community) \u0434\u043B\u044F \u0441\u043E\u043E\u0442\u0432\u0435\u0442\u0441\u0442\u0432\u0443\u044E\u0449\u0438\u0445 \u0430\u043D\u0433\u043B\u0438\u0439\u0441\u043A\u0438\u0445 \u043A\u043B\u044E\u0447\u0435\u0432\u044B\u0445 \u0441\u043B\u043E\u0432.',verifyService:"\u041D\u0430\u0436\u043C\u0438\u0442\u0435 \u0437\u0434\u0435\u0441\u044C, \u0447\u0442\u043E\u0431\u044B \u043F\u0440\u043E\u0442\u0435\u0441\u0442\u0438\u0440\u043E\u0432\u0430\u0442\u044C \u0443\u0441\u043B\u0443\u0433\u0443",verified:"\u041F\u0440\u043E\u0432\u0435\u0440\u043A\u0430 \u0443\u0441\u043F\u0435\u0448\u043D\u043E\u0441\u0442\u0438","field.langs":"\u041F\u043E\u0434\u0434\u0435\u0440\u0436\u0438\u0432\u0430\u0435\u043C\u044B\u0435 \u043A\u043E\u0434\u044B \u044F\u0437\u044B\u043A\u043E\u0432","field.model":"\u043C\u043E\u0434\u0435\u043B\u0438\u0440\u043E\u0432\u0430\u043D\u0438\u0435","field.translationEngine":"\u043C\u0435\u0445\u0430\u043D\u0438\u0437\u043C \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430","field.limitPerMinute":"\u041C\u0430\u043A\u0441\u0438\u043C\u0430\u043B\u044C\u043D\u043E\u0435 \u043A\u043E\u043B\u0438\u0447\u0435\u0441\u0442\u0432\u043E \u0437\u0430\u043F\u0440\u043E\u0441\u043E\u0432 \u0432 \u043C\u0438\u043D\u0443\u0442\u0443","field.limitPerSecond":"\u041C\u0430\u043A\u0441\u0438\u043C\u0430\u043B\u044C\u043D\u043E\u0435 \u043A\u043E\u043B\u0438\u0447\u0435\u0441\u0442\u0432\u043E \u0437\u0430\u043F\u0440\u043E\u0441\u043E\u0432 \u0432 \u0441\u0435\u043A\u0443\u043D\u0434\u0443","field.maxTextLengthPerRequest":"\u041C\u0430\u043A\u0441\u0438\u043C\u0430\u043B\u044C\u043D\u0430\u044F \u0434\u043B\u0438\u043D\u0430 \u0442\u0435\u043A\u0441\u0442\u0430 \u0432 \u043E\u0434\u043D\u043E\u043C \u0437\u0430\u043F\u0440\u043E\u0441\u0435","field.maxTextGroupLengthPerRequest":"\u041C\u0430\u043A\u0441\u0438\u043C\u0430\u043B\u044C\u043D\u043E\u0435 \u043A\u043E\u043B\u0438\u0447\u0435\u0441\u0442\u0432\u043E \u043F\u0430\u0440\u0430\u0433\u0440\u0430\u0444\u043E\u0432 \u0432 \u043E\u0434\u043D\u043E\u043C \u0437\u0430\u043F\u0440\u043E\u0441\u0435","field.apiUrl":"\u0410\u0434\u0440\u0435\u0441 \u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u0435\u043B\u044C\u0441\u043A\u043E\u0433\u043E \u0438\u043D\u0442\u0435\u0440\u0444\u0435\u0439\u0441\u0430 API","field.placeholderDelimiters":"\u0437\u0430\u0440\u0435\u0437\u0435\u0440\u0432\u0438\u0440\u043E\u0432\u0430\u043D\u043D\u043E\u0435 \u043C\u0435\u0441\u0442\u043E","description.custom":"\u0414\u043E\u0441\u0442\u0443\u043F \u043A \u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u0435\u043B\u044C\u0441\u043A\u043E\u043C\u0443 \u0438\u043D\u0442\u0435\u0440\u0444\u0435\u0439\u0441\u0443 \u0422\u0440\u0435\u0431\u0443\u0435\u0442\u0441\u044F \u0434\u043E\u043A\u0443\u043C\u0435\u043D\u0442\u0430\u0446\u0438\u044F","description.limitPerMinute":"\u0417\u0430\u043F\u0440\u043E\u0441\u044B, \u043F\u0440\u0435\u0432\u044B\u0448\u0430\u044E\u0449\u0438\u0435 \u044D\u0442\u043E\u0442 \u043B\u0438\u043C\u0438\u0442, \u043F\u043E\u043F\u0430\u0434\u0430\u044E\u0442 \u0432 \u043E\u0447\u0435\u0440\u0435\u0434\u044C \u0434\u043E \u043D\u0430\u0447\u0430\u043B\u0430 \u0441\u043B\u0435\u0434\u0443\u044E\u0449\u0435\u0439 \u043C\u0438\u043D\u0443\u0442\u044B. \u0412 \u0441\u0432\u044F\u0437\u0438 \u0441 \u0440\u0430\u0437\u043B\u0438\u0447\u043D\u044B\u043C\u0438 \u043E\u0433\u0440\u0430\u043D\u0438\u0447\u0435\u043D\u0438\u044F\u043C\u0438 \u0442\u0435\u043A\u0443\u0449\u0435\u0433\u043E \u0441\u0435\u0440\u0432\u0438\u0441\u0430 OpenAI, \u043F\u043E\u0441\u043B\u0435\u0434\u043D\u0438\u0435 \u043F\u0440\u0435\u0434\u043B\u0430\u0433\u0430\u0435\u043C\u044B\u0435 \u0437\u043D\u0430\u0447\u0435\u043D\u0438\u044F \u043C\u043E\u0436\u043D\u043E \u043F\u043E\u0441\u043C\u043E\u0442\u0440\u0435\u0442\u044C <1>\u0437\u0434\u0435\u0441\u044C","description.limitPerSecond":"\u0417\u0430\u043F\u0440\u043E\u0441\u044B, \u043F\u0440\u0435\u0432\u044B\u0448\u0430\u044E\u0449\u0438\u0435 \u044D\u0442\u043E\u0442 \u043B\u0438\u043C\u0438\u0442, \u043F\u043E\u043F\u0430\u0434\u0430\u044E\u0442 \u0432 \u043E\u0447\u0435\u0440\u0435\u0434\u044C \u0434\u043E \u043D\u0430\u0447\u0430\u043B\u0430 \u0441\u043B\u0435\u0434\u0443\u044E\u0449\u0435\u0439 \u0441\u0435\u043A\u0443\u043D\u0434\u044B. \u0412 \u0441\u0432\u044F\u0437\u0438 \u0441 \u0440\u0430\u0437\u043B\u0438\u0447\u043D\u044B\u043C\u0438 \u043E\u0433\u0440\u0430\u043D\u0438\u0447\u0435\u043D\u0438\u044F\u043C\u0438 \u0442\u0435\u043A\u0443\u0449\u0435\u0433\u043E \u0441\u0435\u0440\u0432\u0438\u0441\u0430 OpenAI, \u043F\u043E\u0441\u043B\u0435\u0434\u043D\u0438\u0435 \u043F\u0440\u0435\u0434\u043B\u0430\u0433\u0430\u0435\u043C\u044B\u0435 \u0437\u043D\u0430\u0447\u0435\u043D\u0438\u044F \u043C\u043E\u0436\u043D\u043E \u043F\u043E\u0441\u043C\u043E\u0442\u0440\u0435\u0442\u044C <1>\u0437\u0434\u0435\u0441\u044C","description.generalLimitPerSecond":"\u0417\u0430\u043F\u0440\u043E\u0441\u044B, \u043F\u0440\u0435\u0432\u044B\u0448\u0430\u044E\u0449\u0438\u0435 \u044D\u0442\u043E\u0442 \u043B\u0438\u043C\u0438\u0442, \u043F\u043E\u043F\u0430\u0434\u0430\u044E\u0442 \u0432 \u043E\u0447\u0435\u0440\u0435\u0434\u044C \u0434\u043E \u043D\u0430\u0447\u0430\u043B\u0430 \u0441\u043B\u0435\u0434\u0443\u044E\u0449\u0435\u0439 \u0441\u0435\u043A\u0443\u043D\u0434\u044B.","description.prompt":"\u041E\u0442\u043F\u0440\u0430\u0432\u0438\u0442\u044C \u0434\u0438\u0430\u043B\u043E\u0433 {service} \u043E\u0442 \u0438\u043C\u0435\u043D\u0438 \u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u0435\u043B\u044F, \u0433\u0434\u0435 {{text}} \u043E\u0431\u043E\u0437\u043D\u0430\u0447\u0430\u0435\u0442 \u0442\u0435\u043A\u0441\u0442 \u043F\u0430\u0440\u0430\u0433\u0440\u0430\u0444\u0430, {{from}} \u043E\u0431\u043E\u0437\u043D\u0430\u0447\u0430\u0435\u0442 \u044F\u0437\u044B\u043A \u043F\u0430\u0440\u0430\u0433\u0440\u0430\u0444\u0430, \u0430 {{to}} \u043E\u0431\u043E\u0437\u043D\u0430\u0447\u0430\u0435\u0442 \u0446\u0435\u043B\u0435\u0432\u043E\u0439 \u044F\u0437\u044B\u043A.","description.maxTextLengthPerRequest":"\u041C\u0430\u043A\u0441\u0438\u043C\u0430\u043B\u044C\u043D\u043E\u0435 \u043A\u043E\u043B\u0438\u0447\u0435\u0441\u0442\u0432\u043E \u0441\u0438\u043C\u0432\u043E\u043B\u043E\u0432 \u0432 \u043E\u0434\u043D\u043E\u043C \u0437\u0430\u043F\u0440\u043E\u0441\u0435 \u0441\u043B\u0438\u0448\u043A\u043E\u043C \u0432\u0435\u043B\u0438\u043A\u043E, \u0447\u0442\u043E \u043F\u0440\u0438\u0432\u043E\u0434\u0438\u0442 \u043A \u043C\u0435\u0434\u043B\u0435\u043D\u043D\u043E\u043C\u0443 \u043E\u0442\u043A\u043B\u0438\u043A\u0443 \u0438\u043D\u0442\u0435\u0440\u0444\u0435\u0439\u0441\u0430, \u043F\u043E\u044D\u0442\u043E\u043C\u0443 \u043F\u043E\u043F\u0440\u043E\u0431\u0443\u0439\u0442\u0435 \u043E\u0442\u0440\u0435\u0433\u0443\u043B\u0438\u0440\u043E\u0432\u0430\u0442\u044C \u044D\u0442\u043E\u0442 \u043F\u0430\u0440\u0430\u043C\u0435\u0442\u0440 \u0434\u043B\u044F \u043E\u043F\u0442\u0438\u043C\u0438\u0437\u0430\u0446\u0438\u0438 \u0441\u043A\u043E\u0440\u043E\u0441\u0442\u0438 \u0440\u0430\u0431\u043E\u0442\u044B","description.systemPrompt":"\u0414\u0438\u0430\u043B\u043E\u0433, \u043E\u0442\u043F\u0440\u0430\u0432\u043B\u0435\u043D\u043D\u044B\u0439 \u0441\u0438\u0441\u0442\u0435\u043C\u043E\u0439 \u0432 {service}, \u0433\u0434\u0435 {{text}} \u043E\u0431\u043E\u0437\u043D\u0430\u0447\u0430\u0435\u0442 \u0442\u0435\u043A\u0441\u0442 \u043F\u0430\u0440\u0430\u0433\u0440\u0430\u0444\u0430, {{from}} \u043E\u0431\u043E\u0437\u043D\u0430\u0447\u0430\u0435\u0442 \u044F\u0437\u044B\u043A \u043F\u0430\u0440\u0430\u0433\u0440\u0430\u0444\u0430, {{to}} \u043E\u0431\u043E\u0437\u043D\u0430\u0447\u0430\u0435\u0442 \u0446\u0435\u043B\u0435\u0432\u043E\u0439 \u044F\u0437\u044B\u043A.","field.domain":"\u0446\u0430\u0440\u0441\u0442\u0432\u043E","description.domain":"\u041F\u043E \u0443\u043C\u043E\u043B\u0447\u0430\u043D\u0438\u044E \u0443\u0441\u0442\u0430\u043D\u043E\u0432\u043B\u0435\u043D\u043E \u0437\u043D\u0430\u0447\u0435\u043D\u0438\u0435\uFF1Ageneral. \u041C\u043E\u0436\u0435\u0442 \u0431\u044B\u0442\u044C \u0443\u0441\u0442\u0430\u043D\u043E\u0432\u043B\u0435\u043D\u043E \u0442\u043E\u043B\u044C\u043A\u043E \u0432 \u0442\u043E\u043C \u0441\u043B\u0443\u0447\u0430\u0435, \u0435\u0441\u043B\u0438 \u0432 \u043A\u043E\u043D\u0441\u043E\u043B\u0438 Arima API \u0432\u043A\u043B\u044E\u0447\u0435\u043D \u0434\u043E\u043C\u0435\u043D\u043D\u044B\u0439 \u043F\u0435\u0440\u0435\u0432\u043E\u0434, \u043F\u043E\u0434\u0434\u0435\u0440\u0436\u0438\u0432\u0430\u0435\u043C\u044B\u0435 \u0434\u043E\u043C\u0435\u043D\u044B \u0441\u043C. <1>\u0437\u0434\u0435\u0441\u044C","field.scene":"\u0432\u0437\u044F\u0442\u044C","description.scene":"\u041F\u043E \u0443\u043C\u043E\u043B\u0447\u0430\u043D\u0438\u044E \u0443\u0441\u0442\u0430\u043D\u043E\u0432\u043B\u0435\u043D\u043E \u0437\u043D\u0430\u0447\u0435\u043D\u0438\u0435\uFF1Ageneral. \u041C\u043E\u0436\u0435\u0442 \u0431\u044B\u0442\u044C \u0443\u0441\u0442\u0430\u043D\u043E\u0432\u043B\u0435\u043D\u043E \u0442\u043E\u043B\u044C\u043A\u043E \u0432 \u0442\u043E\u043C \u0441\u043B\u0443\u0447\u0430\u0435, \u0435\u0441\u043B\u0438 \u0432 \u043A\u043E\u043D\u0441\u043E\u043B\u0438 AliCloud API \u043E\u0442\u043A\u0440\u044B\u0442 Machine Translation Pro, \u043E \u043F\u043E\u0434\u0434\u0435\u0440\u0436\u0438\u0432\u0430\u0435\u043C\u044B\u0445 \u0441\u0446\u0435\u043D\u0430\u0440\u0438\u044F\u0445 \u0441\u043C. <1>\u0437\u0434\u0435\u0441\u044C","field.vocabId":"\u0418\u0434\u0435\u043D\u0442\u0438\u0444\u0438\u043A\u0430\u0442\u043E\u0440 \u0441\u043B\u043E\u0432\u0430\u0440\u044F \u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u0435\u043B\u044F","description.vocabId":"\u0423\u043A\u0430\u0437\u0430\u043D\u043D\u044B\u0439 \u0441\u043B\u043E\u0432\u0430\u0440\u044C out_id, \u0432 \u043D\u0430\u0441\u0442\u043E\u044F\u0449\u0435\u0435 \u0432\u0440\u0435\u043C\u044F \u043F\u043E\u0434\u0434\u0435\u0440\u0436\u0438\u0432\u0430\u0435\u0442 \u043F\u0435\u0440\u0435\u0432\u043E\u0434 \u0441 \u0430\u043D\u0433\u043B\u0438\u0439\u0441\u043A\u043E\u0433\u043E \u043D\u0430 \u043A\u0438\u0442\u0430\u0439\u0441\u043A\u0438\u0439.","description.model":"\u041C\u043E\u0434\u0435\u043B\u0438 OpenAI, \u043C\u043E\u0433\u0443\u0442 \u0431\u044B\u0442\u044C gpt-3.5-turbo, gpt-4 \u0438 \u0442.\u0434.","description.maxTextGroupLengthPerRequest":"\u041A\u043E\u043B\u0438\u0447\u0435\u0441\u0442\u0432\u043E \u0430\u0431\u0437\u0430\u0446\u0435\u0432, \u043F\u0435\u0440\u0435\u0434\u0430\u0432\u0430\u0435\u043C\u044B\u0445 \u0441\u043B\u0443\u0436\u0431\u0435 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430 \u0437\u0430 \u043E\u0434\u0438\u043D \u0440\u0430\u0437, \u0435\u0441\u043B\u0438 \u0438\u0445 \u0441\u043B\u0438\u0448\u043A\u043E\u043C \u043C\u043D\u043E\u0433\u043E, \u044D\u0442\u043E \u043C\u043E\u0436\u0435\u0442 \u043F\u0440\u0438\u0432\u0435\u0441\u0442\u0438 \u043A \u0437\u0430\u043C\u0435\u0434\u043B\u0435\u043D\u0438\u044E \u0440\u0435\u0430\u043A\u0446\u0438\u0438 \u0438\u043D\u0442\u0435\u0440\u0444\u0435\u0439\u0441\u0430","description.apiUrl":"\u041F\u043E\u0436\u0430\u043B\u0443\u0439\u0441\u0442\u0430, \u0434\u043E\u0431\u0430\u0432\u044C\u0442\u0435 \u043A\u043E\u043D\u043A\u0440\u0435\u0442\u043D\u044B\u0435 URL \u0441 \u043F\u0443\u0442\u044F\u043C\u0438, <1>\u0431\u043E\u043B\u0435\u0435 \u043F\u043E\u0434\u0440\u043E\u0431\u043D\u043E\u0435 \u043E\u043F\u0438\u0441\u0430\u043D\u0438\u0435",enabledExtension:"\u0412\u043A\u043B\u044E\u0447\u0435\u043D\u0438\u0435 \u0440\u0430\u0441\u0448\u0438\u0440\u0435\u043D\u0438\u0439",clickToDisableExtension:"\u041D\u0430\u0436\u043C\u0438\u0442\u0435 \u0434\u043B\u044F \u043E\u0442\u043A\u043B\u044E\u0447\u0435\u043D\u0438\u044F \u0440\u0430\u0441\u0448\u0438\u0440\u0435\u043D\u0438\u0439",clickToEnableExtension:"\u041D\u0430\u0436\u043C\u0438\u0442\u0435 \u0434\u043B\u044F \u0432\u043A\u043B\u044E\u0447\u0435\u043D\u0438\u044F \u0440\u0430\u0441\u0448\u0438\u0440\u0435\u043D\u0438\u0439",hasBeenDisabled:"\u043E\u0442\u043A\u043B\u044E\u0447\u0435\u043D\u043E","show password":"\u041F\u043E\u043A\u0430\u0437\u0430\u0442\u044C \u043F\u0430\u0440\u043E\u043B\u044C",customContent:"\u0412\u0432\u0435\u0434\u0438\u0442\u0435 \u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u0435\u043B\u044C\u0441\u043A\u043E\u0435 \u0438\u043C\u044F \u043C\u043E\u0434\u0435\u043B\u0438",inputOptions:"\u0423\u0441\u043E\u0432\u0435\u0440\u0448\u0435\u043D\u0441\u0442\u0432\u043E\u0432\u0430\u043D\u0438\u0435 \u0431\u043B\u043E\u043A\u0430 \u0432\u0432\u043E\u0434\u0430",mouseHoverOptions:"\u043D\u0430\u0432\u0435\u0434\u0435\u043D\u0438\u0435 \u043C\u044B\u0448\u0438",modifyMouseHoverKey:"\u0418\u0437\u043C\u0435\u043D\u0435\u043D\u0438\u0435 \u044F\u0440\u043B\u044B\u043A\u0430 \u043D\u0430\u0432\u0435\u0434\u0435\u043D\u0438\u044F \u043C\u044B\u0448\u0438",enableInputTranslation:"\u0412\u043A\u043B\u044E\u0447\u0430\u0442\u044C \u043B\u0438 \u0440\u0430\u0441\u0448\u0438\u0440\u0435\u043D\u0438\u0435 \u043F\u043E\u043B\u044F \u0432\u0432\u043E\u0434\u0430",enableInputTranslationDescription:"\u041F\u043E\u0441\u043B\u0435 \u0432\u043A\u043B\u044E\u0447\u0435\u043D\u0438\u044F \u0432\u0432\u0435\u0434\u0438\u0442\u0435 {startingKey}{startingKey} hello \u043F\u0440\u044F\u043C\u043E \u0432 \u043F\u043E\u043B\u0435 \u0432\u0432\u043E\u0434\u0430, \u0437\u0430\u0442\u0435\u043C \u0431\u044B\u0441\u0442\u0440\u043E \u043D\u0430\u0431\u0435\u0440\u0438\u0442\u0435{inputTrailingTriggerKeyRepeatTimes}\u0440\u0430\u0437{trailingKey}, \u0447\u0442\u043E\u0431\u044B \u043F\u0435\u0440\u0435\u0432\u0435\u0441\u0442\u0438 \u043D\u0430 {inputTargetLanguage}.",enableInputTranslationDescriptionForNoneKey:"\u041F\u043E\u0441\u043B\u0435 \u0432\u043A\u043B\u044E\u0447\u0435\u043D\u0438\u044F \u044D\u0442\u043E\u0439 \u0444\u0443\u043D\u043A\u0446\u0438\u0438 \u0432\u0432\u0435\u0434\u0438\u0442\u0435\uFF1AHello World \u043D\u0435\u043F\u043E\u0441\u0440\u0435\u0434\u0441\u0442\u0432\u0435\u043D\u043D\u043E \u0432 \u043F\u043E\u043B\u0435 \u0432\u0432\u043E\u0434\u0430, \u0430 \u0437\u0430\u0442\u0435\u043C \u0431\u044B\u0441\u0442\u0440\u043E \u043D\u0430\u0436\u043C\u0438\u0442\u0435{inputTrailingTriggerKeyRepeatTimes}{trailingKey}\u0440\u0430\u0437 \u0434\u043B\u044F \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430 \u043D\u0430 \u0446\u0435\u043B\u0435\u0432\u043E\u0439 \u044F\u0437\u044B\u043A \u043F\u043E \u0443\u043C\u043E\u043B\u0447\u0430\u043D\u0438\u044E.",inputTargetLanguage:"\u0423\u0441\u0442\u0430\u043D\u043E\u0432\u043A\u0430 \u0446\u0435\u043B\u0435\u0432\u043E\u0433\u043E \u044F\u0437\u044B\u043A\u0430 \u043F\u043E \u0443\u043C\u043E\u043B\u0447\u0430\u043D\u0438\u044E \u0434\u043B\u044F \u043E\u043A\u043E\u043D \u0432\u0432\u043E\u0434\u0430",inputTargetLanguageDescription:"\u0426\u0435\u043B\u0435\u0432\u043E\u0439 \u044F\u0437\u044B\u043A \u043F\u043E \u0443\u043C\u043E\u043B\u0447\u0430\u043D\u0438\u044E \u0434\u043B\u044F \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430 \u043E\u043A\u043D\u0430 \u0432\u0432\u043E\u0434\u0430, \u0442.\u0435. {startingKey}{startingKey} \u043A\u0430\u043A \u044F\u0437\u044B\u043A \u043F\u043E \u0443\u043C\u043E\u043B\u0447\u0430\u043D\u0438\u044E \u0434\u043B\u044F \u0442\u0440\u0438\u0433\u0433\u0435\u0440\u043D\u044B\u0445 \u0441\u043B\u043E\u0432",inputTargetLanguageDescriptionForNoneKey:"\u0426\u0435\u043B\u0435\u0432\u043E\u0439 \u044F\u0437\u044B\u043A \u043F\u043E \u0443\u043C\u043E\u043B\u0447\u0430\u043D\u0438\u044E \u0434\u043B\u044F \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430 \u043F\u043E\u043B\u044F \u0432\u0432\u043E\u0434\u0430",inputStartingTriggerKeyTitle:"\u0423\u0441\u0442\u0430\u043D\u043E\u0432\u043A\u0430 \u0441\u0438\u043C\u0432\u043E\u043B\u0430 \u0440\u0430\u0437\u0434\u0435\u043B\u0435\u043D\u0438\u044F \u0434\u043B\u044F \u0447\u0430\u0441\u0442\u0438\u0447\u043D\u043E\u0433\u043E \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430 \u043F\u043E\u043B\u044F \u0432\u0432\u043E\u0434\u0430",inputStartingTriggerKeyDescription:"\u0415\u0441\u043B\u0438 \u043D\u0435\u0442 \u043D\u0435\u043E\u0431\u0445\u043E\u0434\u0438\u043C\u043E\u0441\u0442\u0438 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0438\u0442\u044C \u0432\u0441\u0435 \u043F\u043E\u043B\u0435 \u0432\u0432\u043E\u0434\u0430, \u0441\u043F\u043B\u0438\u0442\u0442\u0435\u0440 \u043F\u043E\u0437\u0432\u043E\u043B\u044F\u0435\u0442 \u043F\u0435\u0440\u0435\u0432\u0435\u0441\u0442\u0438 \u0442\u043E\u043B\u044C\u043A\u043E \u0447\u0430\u0441\u0442\u044C \u043E\u0442 {startingKey}{startingKey} \u0434\u043E \u043A\u043E\u043D\u0446\u0430 \u043F\u043E\u043B\u044F \u0432\u0432\u043E\u0434\u0430, \u0438\u043B\u0438 \u043C\u043E\u0436\u043D\u043E \u0443\u043A\u0430\u0437\u0430\u0442\u044C \u043A\u043E\u0434 \u044F\u0437\u044B\u043A\u0430, \u043D\u0430\u043F\u0440\u0438\u043C\u0435\u0440,\uFF1A{startingKey}ja \u043E\u0437\u043D\u0430\u0447\u0430\u0435\u0442 \u043F\u0435\u0440\u0435\u0432\u043E\u0434 \u0442\u043E\u043B\u044C\u043A\u043E \u0447\u0430\u0441\u0442\u0438 \u043E\u0442 {startingKey}ja \u0434\u043E \u043A\u043E\u043D\u0446\u0430 \u043F\u043E\u043B\u044F \u0432\u0432\u043E\u0434\u0430.",inputStartingTriggerKeyDescriptionForNoneKey:"\u0422\u0435\u043A\u0443\u0449\u0430\u044F \u043D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0430 \u043E\u0442\u0441\u0443\u0442\u0441\u0442\u0432\u0438\u044F \u043F\u0440\u0435\u0444\u0438\u043A\u0441\u0430 \u043D\u0435 \u043D\u0443\u0436\u043D\u0430, \u0438 \u0444\u0443\u043D\u043A\u0446\u0438\u044F \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430 \u043D\u0435\u043A\u043E\u0442\u043E\u0440\u044B\u0445 \u0442\u0435\u043A\u0441\u0442\u043E\u0432 \u0432 \u043E\u043A\u043D\u0435 \u0432\u0432\u043E\u0434\u0430 \u043F\u043E\u043A\u0430 \u043D\u0435 \u043C\u043E\u0436\u0435\u0442 \u0431\u044B\u0442\u044C \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u043D\u0430.",inputTrailingTriggerKeyTitle:"\u0412\u044B\u0431\u0435\u0440\u0438\u0442\u0435 \u0441\u0438\u043C\u0432\u043E\u043B \u043E\u043A\u043E\u043D\u0447\u0430\u043D\u0438\u044F \u0432\u0432\u043E\u0434\u0430",inputTrailingTriggerKeyDescription:"3 \u0431\u044B\u0441\u0442\u0440\u044B\u0445 \u0443\u0434\u0430\u0440\u0430{trailingKey} \u043D\u0430\u0447\u043D\u0435\u0442 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0438\u0442\u044C!",inputTrailingTriggerKeyTimeout:"\u0412\u0432\u0435\u0434\u0438\u0442\u0435 \u0432\u0440\u0435\u043C\u044F \u043C\u0435\u0436\u0434\u0443 \u0441\u0440\u0430\u0431\u0430\u0442\u044B\u0432\u0430\u043D\u0438\u044F\u043C\u0438 \u0432 \u043A\u043E\u043D\u0446\u0435 \u0431\u043E\u044F",inputTrailingTriggerKeyTimeoutDescription:"\u0423\u0441\u0442\u0430\u043D\u0430\u0432\u043B\u0438\u0432\u0430\u0435\u0442 \u0432\u0440\u0435\u043C\u044F (\u0432 \u043C\u0438\u043B\u043B\u0438\u0441\u0435\u043A\u0443\u043D\u0434\u0430\u0445) \u043C\u0435\u0436\u0434\u0443 \u0441\u0440\u0430\u0431\u0430\u0442\u044B\u0432\u0430\u043D\u0438\u044F\u043C\u0438 \u043A\u043E\u043C\u0431\u0438\u043D\u0438\u0440\u043E\u0432\u0430\u043D\u043D\u044B\u0445 \u0443\u0441\u0442\u0440\u043E\u0439\u0441\u0442\u0432 \u043E\u043A\u043E\u043D\u0447\u0430\u043D\u0438\u044F \u0432\u0432\u043E\u0434\u0430",spaceKey:"<\u7A7A\u683C\u952E>",noneKey:"\u041F\u0440\u044F\u043C\u043E\u0439 \u043F\u0435\u0440\u0435\u0432\u043E\u0434 \u0432\u0441\u0435\u0433\u043E \u0442\u0435\u043A\u0441\u0442\u043E\u0432\u043E\u0433\u043E \u043F\u043E\u043B\u044F \u0431\u0435\u0437 \u043F\u0440\u0435\u0444\u0438\u043A\u0441\u043E\u0432",inputTranslationBlockUrlsTitle:"\u041D\u0435 \u0432\u043A\u043B\u044E\u0447\u0430\u0439\u0442\u0435 \u0440\u0430\u0441\u0448\u0438\u0440\u0435\u043D\u0438\u0435 \u043F\u043E\u043B\u044F \u0432\u0432\u043E\u0434\u0430 \u0432 \u0441\u043B\u0435\u0434\u0443\u044E\u0449\u0438\u0445 URL-\u0430\u0434\u0440\u0435\u0441\u0430\u0445",inputTranslationBlockUrlsDescription:"\u0423\u0441\u043E\u0432\u0435\u0440\u0448\u0435\u043D\u0441\u0442\u0432\u043E\u0432\u0430\u043D\u0438\u044F \u043F\u043E\u043B\u044F \u0432\u0432\u043E\u0434\u0430 \u043D\u0435 \u0431\u0443\u0434\u0443\u0442 \u0440\u0430\u0431\u043E\u0442\u0430\u0442\u044C \u043D\u0430 \u0441\u043B\u0435\u0434\u0443\u044E\u0449\u0438\u0445 URL-\u0430\u0434\u0440\u0435\u0441\u0430\u0445",clickToSeeQuickDemo:"\u041D\u0430\u0436\u043C\u0438\u0442\u0435, \u0447\u0442\u043E\u0431\u044B \u0440\u0430\u0437\u0432\u0435\u0440\u043D\u0443\u0442\u044C 30-\u0441\u0435\u043A\u0443\u043D\u0434\u043D\u044B\u0439 \u043E\u0431\u0443\u0447\u0430\u044E\u0449\u0438\u0439 \u0432\u0438\u0434\u0435\u043E\u0440\u043E\u043B\u0438\u043A",inputHelperInfo:"\u041E\u043F\u0438\u0441\u0430\u043D\u0438\u0435\uFF1A\u041C\u044B \u043E\u043F\u0442\u0438\u043C\u0438\u0437\u0438\u0440\u043E\u0432\u0430\u043B\u0438 \u0440\u0430\u0431\u043E\u0442\u0443 \u0441 \u0442\u0435\u043C, \u0447\u0442\u043E \u043D\u0435\u043A\u043E\u0442\u043E\u0440\u044B\u0435 \u0442\u0440\u0438\u0433\u0433\u0435\u0440\u043D\u044B\u0435 \u0441\u0438\u043C\u0432\u043E\u043B\u044B \u043F\u0440\u0435\u0432\u0440\u0430\u0449\u0430\u044E\u0442\u0441\u044F \u0432 \u043A\u0438\u0442\u0430\u0439\u0441\u043A\u0438\u0435 \u0437\u043D\u0430\u043A\u0438 \u043F\u0440\u0435\u043F\u0438\u043D\u0430\u043D\u0438\u044F \u043F\u0440\u0438 \u043A\u0438\u0442\u0430\u0439\u0441\u043A\u0438\u0445 \u043C\u0435\u0442\u043E\u0434\u0430\u0445 \u0432\u0432\u043E\u0434\u0430, \u043D\u0430\u043F\u0440\u0438\u043C\u0435\u0440, / \u043F\u0440\u0435\u0432\u0440\u0430\u0449\u0430\u0435\u0442\u0441\u044F \u0432 \u0437\u043D\u0430\u043A dun , \u043F\u0440\u0438 \u043C\u0435\u0442\u043E\u0434\u0435 \u0432\u0432\u043E\u0434\u0430 Sogou, \u0438 Immersive Translator \u043F\u043E\u0434\u0434\u0435\u0440\u0436\u0438\u0432\u0430\u0435\u0442 \u0432\u0441\u0435 \u043A\u0438\u0442\u0430\u0439\u0441\u043A\u0438\u0435 \u0441\u0438\u043C\u0432\u043E\u043B\u044B, \u0441\u043E\u043E\u0442\u0432\u0435\u0442\u0441\u0442\u0432\u0443\u044E\u0449\u0438\u0435 \u0442\u0440\u0438\u0433\u0433\u0435\u0440\u043D\u044B\u043C \u0441\u0438\u043C\u0432\u043E\u043B\u0430\u043C, \u0442.\u0435. //,,, \u0431\u0443\u0434\u0443\u0442 \u0440\u0430\u0441\u043F\u043E\u0437\u043D\u0430\u0432\u0430\u0442\u044C\u0441\u044F \u043A\u0430\u043A \u0442\u0440\u0438\u0433\u0433\u0435\u0440\u043D\u044B\u0435 \u0441\u0438\u043C\u0432\u043E\u043B\u044B.

\u041C\u044B \u0442\u0430\u043A\u0436\u0435 \u043F\u043E\u0434\u0434\u0435\u0440\u0436\u0438\u0432\u0430\u0435\u043C \u043A\u0438\u0442\u0430\u0439\u0441\u043A\u0438\u0435 \u043F\u0441\u0435\u0432\u0434\u043E\u043D\u0438\u043C\u044B \u0434\u043B\u044F \u044F\u0437\u044B\u043A\u043E\u0432\u044B\u0445 \u043A\u043E\u0434\u043E\u0432 \u0432 \u043A\u0430\u0447\u0435\u0441\u0442\u0432\u0435 \u043A\u043E\u043C\u0430\u043D\u0434, \u043D\u0430\u043F\u0440\u0438\u043C\u0435\u0440, /Japanese Hello World \u0431\u0443\u0434\u0435\u0442 \u043F\u0435\u0440\u0435\u0432\u0435\u0434\u0435\u043D \u043D\u0430 \u044F\u043F\u043E\u043D\u0441\u043A\u0438\u0439 \u044F\u0437\u044B\u043A, <1>\u043D\u0430\u0436\u043C\u0438\u0442\u0435 \u0437\u0434\u0435\u0441\u044C, \u0447\u0442\u043E\u0431\u044B \u043F\u043E\u0441\u043C\u043E\u0442\u0440\u0435\u0442\u044C \u0432\u0441\u0435 \u043F\u043E\u0434\u0434\u0435\u0440\u0436\u0438\u0432\u0430\u0435\u043C\u044B\u0435 \u044F\u0437\u044B\u043A\u043E\u0432\u044B\u0435 \u043A\u043E\u0434\u044B.",reloadCurrentPage:"\u041F\u0435\u0440\u0435\u0434 \u043D\u0430\u0447\u0430\u043B\u043E\u043C \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430 \u043E\u0431\u043D\u043E\u0432\u0438\u0442\u0435 \u0442\u0435\u043A\u0443\u0449\u0443\u044E \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u0443.",noLocalFilePermissionForPDF:"\u0423 \u0432\u0430\u0441 \u043D\u0435\u0442 \u043F\u0440\u0430\u0432 \u043D\u0430 \u0447\u0442\u0435\u043D\u0438\u0435 \u043B\u043E\u043A\u0430\u043B\u044C\u043D\u044B\u0445 \u0444\u0430\u0439\u043B\u043E\u0432, \u043F\u043E\u0436\u0430\u043B\u0443\u0439\u0441\u0442\u0430, \u043D\u0430\u0436\u043C\u0438\u0442\u0435 \u043A\u043D\u043E\u043F\u043A\u0443 \u0432\u044B\u0448\u0435, \u0430 \u0437\u0430\u0442\u0435\u043C \u0438\u043C\u043F\u043E\u0440\u0442\u0438\u0440\u0443\u0439\u0442\u0435 \u043B\u043E\u043A\u0430\u043B\u044C\u043D\u044B\u0435 \u0444\u0430\u0439\u043B\u044B.",noPermissionForThisPage:"\u26A0\uFE0F \u041D\u0435\u0442 \u0440\u0430\u0437\u0440\u0435\u0448\u0435\u043D\u0438\u044F \u043D\u0430 \u043F\u0435\u0440\u0435\u0432\u043E\u0434 \u0442\u0435\u043A\u0443\u0449\u0435\u0439 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u044B",retryAllParagraphs:"\u041F\u043E\u0432\u0442\u043E\u0440\u043D\u043E\u0435 \u0432\u044B\u043F\u043E\u043B\u043D\u0435\u043D\u0438\u0435 \u0432\u0441\u0435\u0445 \u043E\u0448\u0438\u0431\u043E\u0447\u043D\u044B\u0445 \u043F\u0435\u0440\u0435\u0445\u043E\u0434\u043E\u0432",retryAllButton:"\u041F\u043E\u0432\u0442\u043E\u0440\u043D\u043E\u0435 \u0432\u044B\u043F\u043E\u043B\u043D\u0435\u043D\u0438\u0435 \u0432\u0441\u0435\u0445 \u043E\u0448\u0438\u0431\u043E\u0447\u043D\u044B\u0445 \u043F\u0435\u0440\u0435\u0445\u043E\u0434\u043E\u0432",errorTooltipTitle:"\u0429\u0435\u043B\u043A\u043D\u0438\u0442\u0435, \u0447\u0442\u043E\u0431\u044B \u0443\u0432\u0438\u0434\u0435\u0442\u044C \u043F\u0440\u0438\u0447\u0438\u043D\u0443 \u043E\u0448\u0438\u0431\u043A\u0438",errorModalTitle:"\u041F\u043E\u0445\u043E\u0436\u0435, \u0447\u0442\u043E-\u0442\u043E \u043D\u0435 \u0442\u0430\u043A \u0441\u043E \u0441\u043B\u0443\u0436\u0431\u043E\u0439 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430 \u0438\u043B\u0438 \u0441\u0435\u0442\u044C\u044E...",disableConfirm:"\u0414\u0432\u0443\u044F\u0437\u044B\u0447\u043D\u0430\u044F \u0443\u0441\u0442\u0430\u043D\u043E\u0432\u043A\u0430 \u0434\u043B\u044F \u0440\u0430\u0441\u0448\u0438\u0440\u0435\u043D\u0438\u044F \u0438\u043D\u0444\u043E\u0440\u043C\u0430\u0446\u0438\u0438",disableOnce:"\u042D\u0442\u0430 \u0438\u043D\u0432\u0430\u043B\u0438\u0434\u043D\u043E\u0441\u0442\u044C",disableGlobal:"\u043E\u0442\u043A\u043B\u044E\u0447\u0438\u0442\u044C \u043D\u0430\u0432\u0441\u0435\u0433\u0434\u0430",disableTint:"* \u0412\u044B \u043C\u043E\u0436\u0435\u0442\u0435 \u043F\u043E\u0432\u0442\u043E\u0440\u043D\u043E \u0432\u043A\u043B\u044E\u0447\u0438\u0442\u044C \u0435\u0433\u043E \u043D\u0430 \u0441\u0430\u0439\u0442\u0435 {option} .",searchEnhancementNotes:"\u041C\u044B \u043E\u0431\u043D\u0430\u0440\u0443\u0436\u0438\u043B\u0438, \u0447\u0442\u043E \u0440\u0435\u0437\u0443\u043B\u044C\u0442\u0430\u0442\u044B \u043F\u043E\u0438\u0441\u043A\u0430 \u043D\u043E\u0432\u043E\u0441\u0442\u0435\u0439 \u043F\u043E \u043A\u043B\u044E\u0447\u0435\u0432\u044B\u043C \u0441\u043B\u043E\u0432\u0430\u043C \u043D\u0430 \u043A\u0438\u0442\u0430\u0439\u0441\u043A\u043E\u043C \u0438 \u0430\u043D\u0433\u043B\u0438\u0439\u0441\u043A\u043E\u043C \u044F\u0437\u044B\u043A\u0430\u0445 \u0441\u0438\u043B\u044C\u043D\u043E \u043E\u0442\u043B\u0438\u0447\u0430\u044E\u0442\u0441\u044F. \u041F\u043E\u0441\u043B\u0435 \u0432\u043A\u043B\u044E\u0447\u0435\u043D\u0438\u044F \u0444\u0443\u043D\u043A\u0446\u0438\u0438 Immersive Translation Bilingual Information Enhancement \u043C\u044B \u0431\u0443\u0434\u0435\u043C \u0430\u0432\u0442\u043E\u043C\u0430\u0442\u0438\u0447\u0435\u0441\u043A\u0438 \u0438\u0441\u043A\u0430\u0442\u044C \u0434\u043B\u044F \u0432\u0430\u0441 \u0442\u0435 \u0436\u0435 \u0441\u0430\u043C\u044B\u0435 \u043A\u043B\u044E\u0447\u0435\u0432\u044B\u0435 \u0441\u043B\u043E\u0432\u0430 \u043D\u0430 \u0430\u043D\u0433\u043B\u0438\u0439\u0441\u043A\u043E\u043C \u044F\u0437\u044B\u043A\u0435 \u043D\u0430 \u043F\u043E\u0434\u0434\u0435\u0440\u0436\u0438\u0432\u0430\u0435\u043C\u044B\u0445 \u0441\u0430\u0439\u0442\u0430\u0445 (Google News, Google Search (\u043D\u0435\u043A\u043E\u0442\u043E\u0440\u044B\u0435 \u043A\u043B\u044E\u0447\u0435\u0432\u044B\u0435 \u0441\u043B\u043E\u0432\u0430), Snowball, Oriental Wealth, Futura, Tiger) \u0438 \u043E\u0442\u043E\u0431\u0440\u0430\u0436\u0430\u0442\u044C \u0438\u0445 \u0432 \u043F\u0440\u0430\u0432\u043E\u0439 \u0447\u0430\u0441\u0442\u0438. \u0412\u044B \u043C\u043E\u0436\u0435\u0442\u0435 \u043E\u0442\u043A\u043B\u044E\u0447\u0438\u0442\u044C \u044D\u0442\u0443 \u0444\u0443\u043D\u043A\u0446\u0438\u044E, \u0435\u0441\u043B\u0438 \u043E\u043D\u0430 \u0432\u0430\u043C \u043D\u0435 \u043D\u0443\u0436\u043D\u0430.",option:"\u043D\u0430\u0441\u0442\u0440\u0430\u0438\u0432\u0430\u0442\u044C",saveSettings:"\u0421\u043E\u0445\u0440\u0430\u043D\u0438\u0442\u044C \u043D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0438",closeModal:"\u0417\u0430\u043A\u0440\u044B\u0442\u044C \u043E\u043A\u043D\u043E",enableInputTranslationWithoutTriggerKeyTitle:"\u0412\u043A\u043B\u044E\u0447\u0438\u0442\u0435 3 \u0431\u044B\u0441\u0442\u0440\u044B\u0445 \u043D\u0430\u0436\u0430\u0442\u0438\u044F \u043D\u0430{trailingKey}, \u0447\u0442\u043E\u0431\u044B \u043D\u0430\u043F\u0440\u044F\u043C\u0443\u044E \u043F\u0435\u0440\u0435\u0432\u0435\u0441\u0442\u0438 \u0432\u0441\u0435 \u043F\u043E\u043B\u0435 \u0432\u0432\u043E\u0434\u0430 \u043D\u0430{inputTargetLanguage}.",enableInputTranslationWithoutTriggerKeyDescription:"\u0427\u0442\u043E\u0431\u044B \u0443\u043A\u0430\u0437\u0430\u0442\u044C \u0446\u0435\u043B\u0435\u0432\u043E\u0439 \u044F\u0437\u044B\u043A, \u0434\u043E\u0431\u0430\u0432\u044C\u0442\u0435 \u043A \u043D\u0435\u043C\u0443 \u043A\u043E\u0434 \u044F\u0437\u044B\u043A\u0430, \u043D\u0430\u043F\u0440\u0438\u043C\u0435\u0440,\uFF1Aja Hello World",mouseHoverShortcutPlaceholder:"\u043D\u0430\u043F\u0440\u0438\u043C\u0435\u0440,\uFF1AShift",deepLProName:"Immersive Translation Pro Member (Recommended)",deepLProDescription:"\u0422\u0435\u043A\u0443\u0449\u0438\u0439 \u043F\u0430\u043A\u0435\u0442 \u043C\u043E\u0436\u0435\u0442 \u0431\u044B\u0442\u044C \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u043D \u043D\u0430\u043F\u0440\u044F\u043C\u0443\u044E",deeplProDescriptionForNormal:"\u041D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0430 \u043D\u0435 \u0442\u0440\u0435\u0431\u0443\u0435\u0442\u0441\u044F, \u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u0435\u043B\u0438 \u043C\u043E\u0433\u0443\u0442 \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u044C \u0435\u0433\u043E \u043F\u043E\u0441\u043B\u0435 \u0432\u0445\u043E\u0434\u0430 \u0432 \u0441\u0438\u0441\u0442\u0435\u043C\u0443, <1>\u043D\u0430\u0436\u043C\u0438\u0442\u0435 \u0437\u0434\u0435\u0441\u044C, \u0447\u0442\u043E\u0431\u044B \u043F\u0435\u0440\u0435\u0439\u0442\u0438 \u0432 \u043A\u0430\u0442\u0435\u0433\u043E\u0440\u0438\u044E \u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u0435\u043B\u0435\u0439",deepLCustomDescription:"\u0422\u0440\u0435\u0431\u0443\u0435\u0442\u0441\u044F \u0438\u043D\u043E\u0441\u0442\u0440\u0430\u043D\u043D\u0430\u044F \u043A\u0440\u0435\u0434\u0438\u0442\u043D\u0430\u044F \u043A\u0430\u0440\u0442\u0430, \u043E\u0444\u0438\u0446\u0438\u0430\u043B\u044C\u043D\u043E \u043E\u0442\u043A\u0440\u044B\u0442\u0430 \u043D\u0430 \u0441\u0430\u0439\u0442\u0435 <1>DeepL, \u043D\u0430\u0436\u043C\u0438\u0442\u0435 \u0434\u043B\u044F \u043F\u043E\u043B\u0443\u0447\u0435\u043D\u0438\u044F <2>\u0434\u043E\u043A\u0443\u043C\u0435\u043D\u0442\u0430\u0446\u0438\u0438",deepLCustomName:"\u041F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u0435\u043B\u044C\u0441\u043A\u0438\u0439 \u043A\u043B\u044E\u0447 \u0430\u0432\u0442\u043E\u0440\u0438\u0437\u0430\u0446\u0438\u0438",chooseProviderLabel:"\u0412\u044B\u0431\u043E\u0440 \u043F\u043E\u0441\u0442\u0430\u0432\u0449\u0438\u043A\u0430 \u0443\u0441\u043B\u0443\u0433",openaiProName:"Immersive Translation Pro Member (Recommended)",openaiProDescription:"\u0422\u0435\u043A\u0443\u0449\u0438\u0439 \u043F\u0430\u043A\u0435\u0442 \u043C\u043E\u0436\u0435\u0442 \u0431\u044B\u0442\u044C \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u043D \u043D\u0430\u043F\u0440\u044F\u043C\u0443\u044E",openaiProDescriptionForNormal:"\u041D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0430 \u043D\u0435 \u0442\u0440\u0435\u0431\u0443\u0435\u0442\u0441\u044F, \u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u0435\u043B\u0438 \u043C\u043E\u0433\u0443\u0442 \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u044C \u0435\u0433\u043E \u043F\u043E\u0441\u043B\u0435 \u0432\u0445\u043E\u0434\u0430 \u0432 \u0441\u0438\u0441\u0442\u0435\u043C\u0443, <1>\u043D\u0430\u0436\u043C\u0438\u0442\u0435 \u0437\u0434\u0435\u0441\u044C, \u0447\u0442\u043E\u0431\u044B \u043F\u0435\u0440\u0435\u0439\u0442\u0438 \u0432 \u043A\u0430\u0442\u0435\u0433\u043E\u0440\u0438\u044E \u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u0435\u043B\u0435\u0439",openaiCustomDescription:"\u0414\u043E\u0441\u0442\u0443\u043F\u043D\u044B OpenAI, Azure OpenAI \u0438\u043B\u0438 \u0434\u0440\u0443\u0433\u0438\u0435 \u0441\u0442\u043E\u0440\u043E\u043D\u043D\u0438\u0435 \u0441\u0435\u0440\u0432\u0438\u0441\u044B, <1>\u0434\u043E\u043A\u0443\u043C\u0435\u043D\u0442\u0430\u0446\u0438\u044E \u043C\u043E\u0436\u043D\u043E \u043D\u0430\u0439\u0442\u0438 \u0437\u0434\u0435\u0441\u044C",openaiCustomName:"\u041F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u0435\u043B\u044C\u0441\u043A\u0438\u0439 \u043A\u043B\u044E\u0447 API",needLoginAction:"(\u041E\u0442\u043A\u0440\u044B\u0442\u043E\u0435 \u0447\u043B\u0435\u043D\u0441\u0442\u0432\u043E \u0438\u043B\u0438 \u043D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0430)",goLoginOrAction:"(\u041E\u0442\u043A\u0440\u043E\u0439\u0442\u0435 \u0447\u043B\u0435\u043D\u0441\u0442\u0432\u043E \u0438\u043B\u0438 \u043F\u0435\u0440\u0435\u0439\u0434\u0438\u0442\u0435 \u043A \u043D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0430\u043C)",yearly:"\u043E\u0441\u0443\u0449\u0435\u0441\u0442\u0432\u043B\u044F\u0442\u044C \u043F\u043E\u0441\u043B\u0435\u0434\u043E\u0432\u0430\u0442\u0435\u043B\u044C\u043D\u044B\u0439 \u0435\u0436\u0435\u0433\u043E\u0434\u043D\u044B\u0439 \u043F\u043B\u0430\u0442\u0435\u0436",quarterly:"\u043F\u043E\u0441\u043B\u0435\u0434\u043E\u0432\u0430\u0442\u0435\u043B\u044C\u043D\u0430\u044F \u0443\u043F\u0430\u043A\u043E\u0432\u043A\u0430",monthly:"\u0435\u0436\u0435\u043C\u0435\u0441\u044F\u0447\u043D\u0430\u044F \u043F\u043E\u0434\u043F\u0438\u0441\u043A\u0430",yearlyForOnce:"\u0415\u0434\u0438\u043D\u043E\u0432\u0440\u0435\u043C\u0435\u043D\u043D\u044B\u0439 \u0433\u043E\u0434\u043E\u0432\u043E\u0439 \u043F\u0430\u043A\u0435\u0442",monthlyForOnce:"\u0415\u0434\u0438\u043D\u043E\u0432\u0440\u0435\u043C\u0435\u043D\u043D\u044B\u0439 \u043C\u0435\u0441\u044F\u0447\u043D\u044B\u0439 \u043F\u0430\u043A\u0435\u0442",daily:"\u043F\u043E\u0441\u043B\u0435\u0434\u043E\u0432\u0430\u0442\u0435\u043B\u044C\u043D\u044B\u0445 \u043F\u0430\u043A\u0435\u0442\u043D\u044B\u0445 \u0434\u043D\u0435\u0439",year:"\u043E\u0441\u0443\u0449\u0435\u0441\u0442\u0432\u043B\u044F\u0442\u044C \u043F\u043E\u0441\u043B\u0435\u0434\u043E\u0432\u0430\u0442\u0435\u043B\u044C\u043D\u044B\u0439 \u0435\u0436\u0435\u0433\u043E\u0434\u043D\u044B\u0439 \u043F\u043B\u0430\u0442\u0435\u0436",quarter:"\u043F\u043E\u0441\u043B\u0435\u0434\u043E\u0432\u0430\u0442\u0435\u043B\u044C\u043D\u0430\u044F \u0443\u043F\u0430\u043A\u043E\u0432\u043A\u0430",month:"\u0435\u0436\u0435\u043C\u0435\u0441\u044F\u0447\u043D\u0430\u044F \u043F\u043E\u0434\u043F\u0438\u0441\u043A\u0430",day:"\u043F\u043E\u0441\u043B\u0435\u0434\u043E\u0432\u0430\u0442\u0435\u043B\u044C\u043D\u044B\u0445 \u043F\u0430\u043A\u0435\u0442\u043D\u044B\u0445 \u0434\u043D\u0435\u0439",onetime_7day:"7-\u0434\u043D\u0435\u0432\u043D\u044B\u0439 \u043F\u0430\u043A\u0435\u0442 \u0432\u043F\u0435\u0447\u0430\u0442\u043B\u0435\u043D\u0438\u0439",currentPlanDescriptionForFree:"\u0422\u0435\u043A\u0443\u0449\u0438\u0435 \u043F\u0430\u043A\u0435\u0442\u044B\uFF1A\u0411\u0435\u0441\u043F\u043B\u0430\u0442\u043D\u043E",currentPlanDescriptionForContinuous:"\u0414\u0435\u0439\u0441\u0442\u0432\u0443\u044E\u0449\u0438\u0439 \u043F\u0430\u043A\u0435\u0442\uFF1A{plan}\u0431\u0443\u0434\u0435\u0442 \u0430\u0432\u0442\u043E\u043C\u0430\u0442\u0438\u0447\u0435\u0441\u043A\u0438 \u043F\u0440\u043E\u0434\u043B\u0435\u043D \u043D\u0430 {endAt}",currentPlanDescriptionForAutoRenewCaceling:"\u0421\u0440\u043E\u043A \u0434\u0435\u0439\u0441\u0442\u0432\u0438\u044F \u0442\u0435\u043A\u0443\u0449\u0435\u0433\u043E \u043F\u0430\u043A\u0435\u0442\u0430\uFF1A{plan}\u0438\u0441\u0442\u0435\u043A\u0430\u0435\u0442 \u043D\u0430 \u0441\u0430\u0439\u0442\u0435 {endAt} \u0438 \u043D\u0435 \u0431\u0443\u0434\u0435\u0442 \u0430\u0432\u0442\u043E\u043C\u0430\u0442\u0438\u0447\u0435\u0441\u043A\u0438 \u043F\u0440\u043E\u0434\u043B\u0435\u0432\u0430\u0442\u044C\u0441\u044F \u043F\u043E \u0435\u0433\u043E \u0438\u0441\u0442\u0435\u0447\u0435\u043D\u0438\u0438.",currentYearlyPlanDescriptionForAutoRenewCacelingWithRealPaiedUser:"\u0421\u0440\u043E\u043A \u0434\u0435\u0439\u0441\u0442\u0432\u0438\u044F \u0442\u0435\u043A\u0443\u0449\u0435\u0433\u043E \u043F\u0430\u043A\u0435\u0442\u0430\uFF1A{plan}\u0438\u0441\u0442\u0435\u043A\u0430\u0435\u0442 \u043D\u0430 \u0441\u0430\u0439\u0442\u0435 {endAt} \u0438 \u043D\u0435 \u0431\u0443\u0434\u0435\u0442 \u0430\u0432\u0442\u043E\u043C\u0430\u0442\u0438\u0447\u0435\u0441\u043A\u0438 \u043F\u0440\u043E\u0434\u043B\u0435\u0432\u0430\u0442\u044C\u0441\u044F \u043F\u043E \u0435\u0433\u043E \u0438\u0441\u0442\u0435\u0447\u0435\u043D\u0438\u0438.
<1>\u041D\u0430\u0436\u043C\u0438\u0442\u0435 \u0437\u0434\u0435\u0441\u044C, \u0447\u0442\u043E\u0431\u044B \u0443\u043F\u0440\u0430\u0432\u043B\u044F\u0442\u044C \u043F\u043B\u0430\u043D\u043E\u043C \u043F\u0440\u043E\u0434\u043B\u0435\u043D\u0438\u044F",currentYearlyPlanDescriptionForAutoRenewCacelingWithAdmin:"\u0421\u0440\u043E\u043A \u0434\u0435\u0439\u0441\u0442\u0432\u0438\u044F \u0442\u0435\u043A\u0443\u0449\u0435\u0433\u043E \u043F\u0430\u043A\u0435\u0442\u0430\uFF1A{plan}\u0438\u0441\u0442\u0435\u043A\u0430\u0435\u0442 \u043D\u0430 \u0441\u0430\u0439\u0442\u0435 {endAt} \u0438 \u043D\u0435 \u0431\u0443\u0434\u0435\u0442 \u0430\u0432\u0442\u043E\u043C\u0430\u0442\u0438\u0447\u0435\u0441\u043A\u0438 \u043F\u0440\u043E\u0434\u043B\u0435\u0432\u0430\u0442\u044C\u0441\u044F \u043F\u043E \u0435\u0433\u043E \u0438\u0441\u0442\u0435\u0447\u0435\u043D\u0438\u0438.
<1>\u041D\u0430\u0436\u043C\u0438\u0442\u0435 \u0437\u0434\u0435\u0441\u044C, \u0447\u0442\u043E\u0431\u044B \u0430\u043A\u0442\u0438\u0432\u0438\u0440\u043E\u0432\u0430\u0442\u044C \u043D\u0435\u043F\u0440\u0435\u0440\u044B\u0432\u043D\u0443\u044E \u0433\u043E\u0434\u043E\u0432\u0443\u044E \u043F\u043E\u0434\u043F\u0438\u0441\u043A\u0443",currentPlanDescriptionForOneTime:"\u0421\u0440\u043E\u043A \u0434\u0435\u0439\u0441\u0442\u0432\u0438\u044F \u0442\u0435\u043A\u0443\u0449\u0435\u0439 \u043F\u043E\u0434\u043F\u0438\u0441\u043A\u0438\uFF1A{plan}\u0438\u0441\u0442\u0435\u043A\u0430\u0435\u0442 \u043D\u0430 \u0441\u0430\u0439\u0442\u0435 {endAt} , <1>\u043D\u0430\u0436\u043C\u0438\u0442\u0435 \u0437\u0434\u0435\u0441\u044C, \u0447\u0442\u043E\u0431\u044B \u043F\u0435\u0440\u0435\u0439\u0442\u0438 \u043D\u0430 \u0433\u043E\u0434\u043E\u0432\u043E\u0435 \u0438\u043B\u0438 <2>\u0435\u0436\u0435\u043C\u0435\u0441\u044F\u0447\u043D\u043E\u0435 \u0447\u043B\u0435\u043D\u0441\u0442\u0432\u043E.",upgradePlan:"\u041D\u0430\u0436\u043C\u0438\u0442\u0435 \u0437\u0434\u0435\u0441\u044C, \u0447\u0442\u043E\u0431\u044B \u043F\u0435\u0440\u0435\u0439\u0442\u0438 \u043D\u0430 \u0447\u043B\u0435\u043D\u0441\u0442\u0432\u043E Pro",upgradeToPro:"\u041F\u0435\u0440\u0435\u0439\u0442\u0438 \u043D\u0430 \u0447\u043B\u0435\u043D\u0441\u0442\u0432\u043E Pro","popup.openPro":"\u0427\u0442\u043E\u0431\u044B \u043F\u043E\u043B\u0443\u0447\u0438\u0442\u044C \u0432\u043E\u0437\u043C\u043E\u0436\u043D\u043E\u0441\u0442\u044C \u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u044C\u0441\u044F DeepL \u0438 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u043E\u043C OpenAI, \u043F\u0435\u0440\u0435\u0439\u0434\u0438\u0442\u0435 \u043F\u043E \u0441\u0441\u044B\u043B\u043A\u0435.","popup.openProForPro":"\u0412\u044B \u044F\u0432\u043B\u044F\u0435\u0442\u0435\u0441\u044C \u0443\u0447\u0430\u0441\u0442\u043D\u0438\u043A\u043E\u043C \u043F\u0440\u043E\u0433\u0440\u0430\u043C\u043C\u044B Pro \u0441 \u043F\u0440\u044F\u043C\u044B\u043C \u0434\u043E\u0441\u0442\u0443\u043F\u043E\u043C \u043A DeepL \u0438 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430\u043C OpenAI!",currentAccount:"\u0442\u0435\u043A\u0443\u0449\u0438\u0439 \u0441\u0447\u0451\u0442",enableAutoSyncUserSettings:"\u041E\u0431\u0435\u0441\u043F\u0435\u0447\u0435\u043D\u0438\u0435 \u0430\u0432\u0442\u043E\u043C\u0430\u0442\u0438\u0447\u0435\u0441\u043A\u043E\u0439 \u043E\u0431\u043B\u0430\u0447\u043D\u043E\u0439 \u0441\u0438\u043D\u0445\u0440\u043E\u043D\u0438\u0437\u0430\u0446\u0438\u0438 \u043D\u0430 \u043D\u0435\u0441\u043A\u043E\u043B\u044C\u043A\u0438\u0445 \u0443\u0441\u0442\u0440\u043E\u0439\u0441\u0442\u0432\u0430\u0445",modalEnableInputTranslationTitle:"\u0411\u043B\u043E\u043A \u0432\u0432\u043E\u0434\u0430 \u0438\u043C\u043C\u0435\u0440\u0441\u0438\u0432\u043D\u043E\u0433\u043E \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430 \u041F\u0435\u0440\u0435\u0432\u043E\u0434\u0447\u0435\u0441\u043A\u0438\u0435 \u043E\u043F\u043E\u0432\u0435\u0449\u0435\u043D\u0438\u044F",modalEnableInputTranslationDesc:"\u0412\u044B \u0442\u043E\u043B\u044C\u043A\u043E \u0447\u0442\u043E \u0437\u0430\u043F\u0443\u0441\u0442\u0438\u043B\u0438 \u0444\u0443\u043D\u043A\u0446\u0438\u044E \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430 \u043F\u043E\u043B\u044F \u0432\u0432\u043E\u0434\u0430 Immersive Translation, \u043D\u0430\u0436\u0430\u0432 3 \u0440\u0430\u0437\u0430 \u043F\u043E\u0434\u0440\u044F\u0434 \u043A\u043B\u0430\u0432\u0438\u0448\u0443 \u043F\u0440\u043E\u0431\u0435\u043B\u0430, \u0438 \u0441\u043E\u0434\u0435\u0440\u0436\u0438\u043C\u043E\u0435 \u043F\u043E\u043B\u044F \u0432\u0432\u043E\u0434\u0430 \u0431\u0443\u0434\u0435\u0442 \u043F\u0435\u0440\u0435\u0432\u0435\u0434\u0435\u043D\u043E \u043D\u0430 \u0446\u0435\u043B\u0435\u0432\u043E\u0439 \u044F\u0437\u044B\u043A \u043F\u043E \u0443\u043C\u043E\u043B\u0447\u0430\u043D\u0438\u044E. \u041F\u0435\u0440\u0435\u0432\u043E\u0434 \u043C\u043E\u0436\u043D\u043E \u043E\u0442\u043C\u0435\u043D\u0438\u0442\u044C \u0441 \u043F\u043E\u043C\u043E\u0449\u044C\u044E \u043A\u043B\u0430\u0432\u0438\u0448 Ctrl+Z.

\u0415\u0441\u043B\u0438 \u044D\u0442\u043E \u0431\u044B\u043B\u0430 \u043E\u0448\u0438\u0431\u043A\u0430, \u043D\u0435 \u0432\u043E\u043B\u043D\u0443\u0439\u0442\u0435\u0441\u044C, \u0432\u044B \u043C\u043E\u0436\u0435\u0442\u0435 \u043E\u0442\u043A\u043B\u044E\u0447\u0438\u0442\u044C \u0435\u0435 \u043D\u0430 \u044D\u0442\u043E\u0442 \u0440\u0430\u0437 \u0438\u043B\u0438 \u043D\u0430\u0432\u0441\u0435\u0433\u0434\u0430 \u043E\u0442\u043A\u043B\u044E\u0447\u0438\u0442\u044C \u043F\u0435\u0440\u0435\u0432\u043E\u0434 \u043F\u043E\u043B\u044F \u0432\u0432\u043E\u0434\u0430.",saveAndNotShowAgain:"\u0421\u043E\u0445\u0440\u0430\u043D\u0438\u0442\u044C \u0438 \u043E\u0441\u0442\u0430\u043D\u043E\u0432\u0438\u0442\u044C \u0437\u0430\u043F\u0440\u043E\u0441",disableInputTranslationTips:"* \u0412\u044B \u0442\u0430\u043A\u0436\u0435 \u043C\u043E\u0436\u0435\u0442\u0435 \u0443\u0441\u0442\u0430\u043D\u043E\u0432\u0438\u0442\u044C \u0434\u0440\u0443\u0433\u0438\u0435 \u0441\u043E\u0447\u0435\u0442\u0430\u043D\u0438\u044F \u043A\u043B\u0430\u0432\u0438\u0448 \u0434\u043B\u044F \u0441\u0440\u0430\u0431\u0430\u0442\u044B\u0432\u0430\u043D\u0438\u044F \u0432 {option} ,{learnMore}.",learnMore:"\u041D\u0430\u0436\u043C\u0438\u0442\u0435 \u0437\u0434\u0435\u0441\u044C, \u0447\u0442\u043E\u0431\u044B \u0443\u0437\u043D\u0430\u0442\u044C \u0431\u043E\u043B\u044C\u0448\u0435",continueEnalbeInputTranslation:"\u041F\u0440\u043E\u0434\u043E\u043B\u0436\u0435\u043D\u0438\u0435 \u0432\u043A\u043B\u044E\u0447\u0435\u043D\u0438\u044F \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430 \u043F\u043E\u043B\u044F \u0432\u0432\u043E\u0434\u0430",autoRenewTrialSuffix:'(\u0412 \u043F\u0440\u043E\u0431\u043D\u043E\u043C \u0432\u0430\u0440\u0438\u0430\u043D\u0442\u0435\u0441\u0440\u0430\u0437\u0443 \u0436\u0435 \u043F\u0435\u0440\u0435\u0448\u0435\u043B \u043D\u0430 \u043F\u043E\u043B\u043D\u043E\u0435 \u0447\u043B\u0435\u043D\u0441\u0442\u0432\u043E)',upgradeFromTrialTitle:"\u041F\u043E\u0432\u044B\u0448\u0435\u043D\u0438\u0435 \u0441\u0442\u0430\u0442\u0443\u0441\u0430 \u0434\u043E \u043F\u043E\u043B\u043D\u043E\u0433\u043E \u0447\u043B\u0435\u043D\u0430",subtitle:"\u0441\u0443\u0431\u0442\u0438\u0442\u0440\u044B \u043A \u0432\u0438\u0434\u0435\u043E\u0444\u0438\u043B\u044C\u043C\u0430\u043C",youtubeService:"\u0418\u043C\u043C\u0435\u0440\u0441\u0438\u043E\u043D\u043D\u044B\u0439 \u043F\u0435\u0440\u0435\u0432\u043E\u0434 \u0412\u0438\u0434\u0435\u043E\u0441\u0443\u0431\u0442\u0438\u0442\u0440\u0438\u0440\u043E\u0432\u0430\u043D\u0438\u0435 \u041F\u0435\u0440\u0435\u0432\u043E\u0434\u0447\u0435\u0441\u043A\u0438\u0435 \u0443\u0441\u043B\u0443\u0433\u0438","subtitle.disabledSubtitle":"\u041F\u043E\u0441\u0442\u043E\u044F\u043D\u043D\u043E\u0435 \u043E\u0442\u043A\u043B\u044E\u0447\u0435\u043D\u0438\u0435 \u0444\u0443\u043D\u043A\u0446\u0438\u0438 \u0432\u0438\u0434\u0435\u043E\u0441\u0443\u0431\u0442\u0438\u0442\u0440\u043E\u0432","subtitle.disabledSubtitleDescription":"\u0415\u0441\u043B\u0438 Immersive Translator's Video Subtitles \u043A\u043E\u043D\u0444\u043B\u0438\u043A\u0442\u0443\u0435\u0442 \u0441 \u0434\u0440\u0443\u0433\u0438\u043C\u0438 \u0440\u0430\u0441\u0448\u0438\u0440\u0435\u043D\u0438\u044F\u043C\u0438, \u0432\u044B \u043C\u043E\u0436\u0435\u0442\u0435 \u0432\u044B\u0431\u0440\u0430\u0442\u044C \u043F\u043E\u0441\u0442\u043E\u044F\u043D\u043D\u043E\u0435 \u043E\u0442\u043A\u043B\u044E\u0447\u0435\u043D\u0438\u0435 Immersive Translator's Video Subtitles \u0438\u043B\u0438 \u0434\u0435\u0438\u043D\u0441\u0442\u0430\u043B\u043B\u0438\u0440\u043E\u0432\u0430\u0442\u044C \u0434\u0440\u0443\u0433\u0438\u0435 \u043A\u043E\u043D\u0444\u043B\u0438\u043A\u0442\u0443\u044E\u0449\u0438\u0435 \u0440\u0430\u0441\u0448\u0438\u0440\u0435\u043D\u0438\u044F","subtitle.autoEnableSubtitle":"\u0410\u0432\u0442\u043E\u043C\u0430\u0442\u0438\u0447\u0435\u0441\u043A\u043E\u0435 \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u043D\u0438\u0435 \u0434\u0432\u0443\u044F\u0437\u044B\u0447\u043D\u044B\u0445 \u0441\u0443\u0431\u0442\u0438\u0442\u0440\u043E\u0432","subtitle.autoEnableSubtitleDescription":"\u041F\u043E\u0441\u043B\u0435 \u0430\u043A\u0442\u0438\u0432\u0430\u0446\u0438\u0438, \u043F\u0440\u0438 \u0432\u043E\u0441\u043F\u0440\u043E\u0438\u0437\u0432\u0435\u0434\u0435\u043D\u0438\u0438 \u0432\u0438\u0434\u0435\u043E, \u0431\u0443\u0434\u0443\u0442 \u0430\u0432\u0442\u043E\u043C\u0430\u0442\u0438\u0447\u0435\u0441\u043A\u0438 \u043E\u0442\u043E\u0431\u0440\u0430\u0436\u0430\u0442\u044C\u0441\u044F \u0434\u0432\u0443\u044F\u0437\u044B\u0447\u043D\u044B\u0435 \u0441\u0443\u0431\u0442\u0438\u0442\u0440\u044B, \u0432 \u043F\u0440\u043E\u0442\u0438\u0432\u043D\u043E\u043C \u0441\u043B\u0443\u0447\u0430\u0435 \u043D\u0435\u043E\u0431\u0445\u043E\u0434\u0438\u043C\u043E \u043D\u0430\u0436\u0430\u0442\u044C \u043A\u043D\u043E\u043F\u043A\u0443 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430 \u0434\u043B\u044F \u043E\u0442\u043E\u0431\u0440\u0430\u0436\u0435\u043D\u0438\u044F.","subtitle.preTranslation":"\u041F\u0435\u0440\u0435\u0432\u043E\u0434 \u0441\u0443\u0431\u0442\u0438\u0442\u0440\u043E\u0432 \u0441 \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u043D\u0438\u0435\u043C \u0438\u043C\u043C\u0435\u0440\u0441\u0438\u0432\u043D\u043E\u0433\u043E \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430","subtitle.preTranslationDescription":"\u041F\u0440\u0438 \u0432\u043A\u043B\u044E\u0447\u0435\u043D\u0438\u0438 \u044D\u0442\u043E\u0439 \u0444\u0443\u043D\u043A\u0446\u0438\u0438 \u0432\u0441\u0435 \u0441\u0443\u0431\u0442\u0438\u0442\u0440\u044B \u0431\u0443\u0434\u0443\u0442 \u043F\u0440\u0435\u0434\u0432\u0430\u0440\u0438\u0442\u0435\u043B\u044C\u043D\u043E \u043F\u0435\u0440\u0435\u0432\u0435\u0434\u0435\u043D\u044B \u0441 \u043F\u043E\u043C\u043E\u0449\u044C\u044E \u0443\u043A\u0430\u0437\u0430\u043D\u043D\u043E\u0433\u043E \u043D\u0438\u0436\u0435 \u0441\u0435\u0440\u0432\u0438\u0441\u0430 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430, \u043F\u0440\u0438 \u044D\u0442\u043E\u043C \u043D\u0430 1-\u0447\u0430\u0441\u043E\u0432\u043E\u0435 \u0432\u0438\u0434\u0435\u043E \u0431\u0443\u0434\u0435\u0442 \u0437\u0430\u0442\u0440\u0430\u0447\u0435\u043D\u043E \u043E\u043A\u043E\u043B\u043E 50 000 \u0442\u043E\u043A\u0435\u043D\u043E\u0432 \u0438\u043B\u0438 \u0441\u0438\u043C\u0432\u043E\u043B\u043E\u0432, \u043F\u043E\u044D\u0442\u043E\u043C\u0443 \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u0443\u0439\u0442\u0435 \u0438\u0445 \u043F\u043E \u0441\u0432\u043E\u0435\u043C\u0443 \u0443\u0441\u043C\u043E\u0442\u0440\u0435\u043D\u0438\u044E; \u043F\u0440\u0438 \u043E\u0442\u043A\u043B\u044E\u0447\u0435\u043D\u0438\u0438 \u044D\u0442\u043E\u0439 \u0444\u0443\u043D\u043A\u0446\u0438\u0438 \u0441\u043D\u0430\u0447\u0430\u043B\u0430 \u0431\u0443\u0434\u0443\u0442 \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u044C\u0441\u044F \u043E\u0440\u0438\u0433\u0438\u043D\u0430\u043B\u044C\u043D\u044B\u0435 \u0441\u0443\u0431\u0442\u0438\u0442\u0440\u044B.","subtitle.humanSubtitlesPreferred":"\u041F\u0440\u0438\u043E\u0440\u0438\u0442\u0435\u0442\u043D\u043E\u0435 \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u043D\u0438\u0435 \u0447\u0435\u043B\u043E\u0432\u0435\u0447\u0435\u0441\u043A\u0438\u0445 \u0441\u0443\u0431\u0442\u0438\u0442\u0440\u043E\u0432","subtitle.humanSubtitlesPreferredDescription":"\u041F\u0440\u0438\u043E\u0440\u0438\u0442\u0435\u0442 \u043E\u0442\u0434\u0430\u0435\u0442\u0441\u044F \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u043D\u0438\u044E \u0447\u0435\u043B\u043E\u0432\u0435\u0447\u0435\u0441\u043A\u0438\u0445 \u0441\u0443\u0431\u0442\u0438\u0442\u0440\u043E\u0432, \u0435\u0441\u043B\u0438 \u0432\u0438\u0434\u0435\u043E\u0440\u043E\u043B\u0438\u043A \u0438\u043C\u0435\u0435\u0442 \u0447\u0435\u043B\u043E\u0432\u0435\u0447\u0435\u0441\u043A\u0438\u0435 \u0441\u0443\u0431\u0442\u0438\u0442\u0440\u044B \u043D\u0430 \u0446\u0435\u043B\u0435\u0432\u043E\u043C \u044F\u0437\u044B\u043A\u0435 (\u0440\u0435\u043A\u043E\u043C\u0435\u043D\u0434\u0443\u0435\u0442\u0441\u044F)",videoSubtitleTranslationDescription:"\u041D\u0430\u0437\u043D\u0430\u0447\u0438\u0442\u044C \u043E\u0442\u0434\u0435\u043B\u044C\u043D\u0443\u044E \u0441\u043B\u0443\u0436\u0431\u0443 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430 \u0434\u043B\u044F \u0432\u0438\u0434\u0435\u043E\u0441\u0443\u0431\u0442\u0438\u0442\u0440\u043E\u0432",subtitleTranslating:"\u041F\u043E\u0436\u0430\u043B\u0443\u0439\u0441\u0442\u0430, \u043F\u043E\u0434\u043E\u0436\u0434\u0438\u0442\u0435, \u043F\u043E\u043A\u0430 \u0441\u0443\u0431\u0442\u0438\u0442\u0440\u044B \u0431\u0443\u0434\u0443\u0442 \u043F\u0435\u0440\u0435\u0432\u0435\u0434\u0435\u043D\u044B \u0441 \u043F\u043E\u043C\u043E\u0449\u044C\u044E \u0441\u0435\u0440\u0432\u0438\u0441\u0430 {service} ... (\u0438\u043C\u043C\u0435\u0440\u0441\u0438\u043E\u043D\u043D\u044B\u0439 \u043F\u0435\u0440\u0435\u0432\u043E\u0434)",subtitleLoading:"\u0417\u0430\u0433\u0440\u0443\u0437\u043A\u0430 \u0441\u0443\u0431\u0442\u0438\u0442\u0440\u043E\u0432...",bilingual:"\u0431\u0438\u043B\u0438\u043D\u0433\u0432\u0438\u0437\u043C","field.action":"\u0412\u043A\u043B\u044E\u0447\u0430\u0442\u044C \u043B\u0438 \u0442\u0435\u0440\u043C\u0438\u043D\u043E\u043B\u043E\u0433\u0438\u044E Baidu","description.action":"\u041F\u0440\u0438 \u0432\u043A\u043B\u044E\u0447\u0435\u043D\u0438\u0438 \u0432 \u0437\u0430\u043F\u0440\u043E\u0441 \u0431\u0443\u0434\u0435\u0442 \u0434\u043E\u0431\u0430\u0432\u043B\u0435\u043D \u043F\u0430\u0440\u0430\u043C\u0435\u0442\u0440 action=1, \u0438\u043D\u0444\u043E\u0440\u043C\u0438\u0440\u0443\u044E\u0449\u0438\u0439 Baidu \u043E \u0432\u043A\u043B\u044E\u0447\u0435\u043D\u043D\u043E\u043C \u0442\u0435\u0440\u043C\u0438\u043D\u0435; <1>\u0431\u043E\u043B\u0435\u0435 \u043F\u043E\u0434\u0440\u043E\u0431\u043D\u0430\u044F \u0438\u043D\u0444\u043E\u0440\u043C\u0430\u0446\u0438\u044F \u043F\u0440\u0438\u0432\u0435\u0434\u0435\u043D\u0430 \u0432 \u043E\u0444\u0438\u0446\u0438\u0430\u043B\u044C\u043D\u043E\u0439 \u0434\u043E\u043A\u0443\u043C\u0435\u043D\u0442\u0430\u0446\u0438\u0438.",closeQuickTranslation:"\u0417\u0430\u043A\u0440\u044B\u0442\u044C \u0445\u043E\u0432\u0435\u0440\u0431\u043E\u043B","closeQuickTranslation.untilNext":"\u041D\u0430 \u044D\u0442\u043E\u0442 \u0440\u0430\u0437 \u0437\u0430\u043A\u0440\u044B\u0442\u043E \u0434\u043E \u0441\u043B\u0435\u0434\u0443\u044E\u0449\u0435\u0433\u043E \u043F\u043E\u0441\u0435\u0449\u0435\u043D\u0438\u044F","closeQuickTranslation.currentWebsite":"\u0422\u0435\u043A\u0443\u0449\u0438\u0439 \u0441\u0430\u0439\u0442 \u043E\u0442\u043A\u043B\u044E\u0447\u0435\u043D","closeQuickTranslation.alwaysClose":"\u043E\u0442\u043A\u043B\u044E\u0447\u0438\u0442\u044C \u043D\u0430\u0432\u0441\u0435\u0433\u0434\u0430","closeQuickTranslation.settingOpen":"(\u043C\u043E\u0436\u0435\u0442 \u0431\u044B\u0442\u044C \u0432\u043A\u043B\u044E\u0447\u0435\u043D\u0430 \u043D\u0430 <1>\u0441\u0442\u0440\u0430\u043D\u0438\u0446\u0435 \u043D\u0430\u0441\u0442\u0440\u043E\u0435\u043A )","closeQuickTranslation.cancel":"\u043E\u0442\u043C\u0435\u043D\u044B","closeQuickTranslation.confirm":"\u043E\u043F\u0440\u0435\u0434\u0435\u043B\u0438\u0442\u044C","floatBall.popup":"\u041E\u0442\u043A\u0440\u043E\u0439\u0442\u0435 \u043F\u0430\u043D\u0435\u043B\u044C \u0431\u044B\u0441\u0442\u0440\u044B\u0445 \u043D\u0430\u0441\u0442\u0440\u043E\u0435\u043A","floatBall.translate":"\u041D\u0430\u0436\u043C\u0438\u0442\u0435, \u0447\u0442\u043E\u0431\u044B \u043F\u0435\u0440\u0435\u0432\u0435\u0441\u0442\u0438 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u0443","floatBall.showOriginal":"\u041D\u0430\u0436\u043C\u0438\u0442\u0435, \u0447\u0442\u043E\u0431\u044B \u0432\u0435\u0440\u043D\u0443\u0442\u044C\u0441\u044F \u043A \u043E\u0440\u0438\u0433\u0438\u043D\u0430\u043B\u044C\u043D\u043E\u0439 \u0441\u0442\u0430\u0442\u044C\u0435","floatBall.close":"\u0417\u0430\u043A\u0440\u044B\u0442\u044C \u0445\u043E\u0432\u0435\u0440\u0431\u043E\u043B","floatBallOptions.enableDescPc":"\u041F\u043E\u0441\u043B\u0435 \u0432\u043A\u043B\u044E\u0447\u0435\u043D\u0438\u044F \u0445\u043E\u0432\u0435\u0440\u0431\u043E\u043B\u0430 \u0432 \u043F\u0440\u0430\u0432\u043E\u0439 \u0447\u0430\u0441\u0442\u0438 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u044B \u043F\u043E\u044F\u0432\u0438\u0442\u0441\u044F \u043A\u043D\u043E\u043F\u043A\u0430 \u0431\u044B\u0441\u0442\u0440\u043E\u0433\u043E \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430, \u043D\u0430\u0436\u043C\u0438\u0442\u0435 \u0435\u0435, \u0447\u0442\u043E\u0431\u044B \u043F\u0435\u0440\u0435\u0432\u0435\u0441\u0442\u0438!","floatBallOptions.enableDesc":"\u041F\u043E\u0441\u043B\u0435 \u0432\u044B\u043A\u043B\u044E\u0447\u0435\u043D\u0438\u044F \u0445\u043E\u0432\u0435\u0440\u0431\u043E\u043B\u0430 \u0435\u0433\u043E \u043C\u043E\u0436\u043D\u043E \u0432\u044B\u0437\u0432\u0430\u0442\u044C \u0441 \u043F\u043E\u043C\u043E\u0449\u044C\u044E{touch}. \u041D\u0430\u0441\u0442\u043E\u044F\u0442\u0435\u043B\u044C\u043D\u043E \u0440\u0435\u043A\u043E\u043C\u0435\u043D\u0434\u0443\u0435\u0442\u0441\u044F \u0441\u043E\u0445\u0440\u0430\u043D\u0438\u0442\u044C \u044D\u0442\u0443 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u0443 \u043D\u0430\u0441\u0442\u0440\u043E\u0435\u043A \u0432 \u0437\u0430\u043A\u043B\u0430\u0434\u043A\u0430\u0445, \u0447\u0442\u043E\u0431\u044B \u043D\u0435 \u043F\u043E\u0442\u0435\u0440\u044F\u0442\u044C \u0432\u043E\u0437\u043C\u043E\u0436\u043D\u043E\u0441\u0442\u044C \u043D\u0430\u0439\u0442\u0438 \u0445\u043E\u0432\u0435\u0440\u0431\u043E\u043B \u043F\u043E\u0441\u043B\u0435 \u0441\u043B\u0443\u0447\u0430\u0439\u043D\u043E\u0433\u043E \u043E\u0442\u043A\u043B\u044E\u0447\u0435\u043D\u0438\u044F \u044D\u0442\u043E\u0439 \u043E\u043F\u0446\u0438\u0438!","description.azureApiUrl":"\u0417\u0430\u043F\u043E\u043B\u043D\u0438\u0442\u0435 \u0430\u0434\u0440\u0435\u0441 \u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u0435\u043B\u044C\u0441\u043A\u043E\u0433\u043E \u0438\u043D\u0442\u0435\u0440\u0444\u0435\u0439\u0441\u0430 API",confirmSupportMouse:"\u041F\u0440\u0438\u043D\u0443\u0434\u0438\u0442\u0435\u043B\u044C\u043D\u043E\u0435 \u0432\u043A\u043B\u044E\u0447\u0435\u043D\u0438\u0435 \u043F\u043E\u0434\u0434\u0435\u0440\u0436\u043A\u0438 \u043C\u044B\u0448\u0438",confirmSupportMouseDescription:"\u041E\u0431\u043D\u0430\u0440\u0443\u0436\u0435\u043D\u043E, \u0447\u0442\u043E \u0442\u0435\u043A\u0443\u0449\u0438\u0439 \u0431\u0440\u0430\u0443\u0437\u0435\u0440 \u043D\u0435 \u043F\u043E\u0434\u0434\u0435\u0440\u0436\u0438\u0432\u0430\u0435\u0442 \u0444\u0443\u043D\u043A\u0446\u0438\u044E \u043C\u044B\u0448\u0438, \u043F\u0440\u0438\u043D\u0443\u0434\u0438\u0442\u0435\u043B\u044C\u043D\u043E \u043B\u0438 \u0432\u043A\u043B\u044E\u0447\u0438\u0442\u044C \u043F\u043E\u0434\u0434\u0435\u0440\u0436\u043A\u0443 \u043C\u044B\u0448\u0438?",sampleTargetText:"\u041D\u0430\u0441\u0442\u0443\u043F\u0438\u0442 \u0434\u043E\u043B\u0433\u0430\u044F \u043D\u043E\u0447\u044C, \u0438 \u044F \u0431\u0443\u0434\u0443 \u0441\u0442\u043E\u044F\u0442\u044C \u043D\u0430 \u0441\u0442\u0440\u0430\u0436\u0435 \u0441 \u044D\u0442\u043E\u0433\u043E \u0434\u043D\u044F \u0438 \u0434\u043E \u0441\u0430\u043C\u043E\u0439 \u0441\u043C\u0435\u0440\u0442\u0438. \u042F \u043D\u0435 \u0432\u043E\u0437\u044C\u043C\u0443 \u0436\u0435\u043D\u0443, \u043D\u0435 \u0441\u043E\u0437\u0434\u0430\u043C \u0432\u043E\u0442\u0447\u0438\u043D\u0443, \u043D\u0435 \u0437\u0430\u0432\u0435\u0434\u0443 \u0434\u0435\u0442\u0435\u0439. \u042F \u043D\u0435 \u0431\u0443\u0434\u0443 \u043D\u043E\u0441\u0438\u0442\u044C \u043A\u043E\u0440\u043E\u043D\u0443, \u043D\u0435 \u0431\u0443\u0434\u0443 \u0441\u0442\u0440\u0435\u043C\u0438\u0442\u044C\u0441\u044F \u043A \u043F\u043E\u0447\u0435\u0441\u0442\u044F\u043C. \u042F \u0431\u0443\u0434\u0443 \u0438\u0441\u043F\u043E\u043B\u043D\u044F\u0442\u044C \u0441\u0432\u043E\u0439 \u0434\u043E\u043B\u0433, \u0436\u0438\u0442\u044C \u0438 \u0443\u043C\u0438\u0440\u0430\u0442\u044C.",sampleSourceText:"Night gathers, and now my watch begins. It shall not end until my death. I shall take no wife, hold no lands, father no children. I shall wear no crowns and win no glory. I shall live and die at my post.","subtitle.supportedSites":"\u5DF2\u652F\u6301\u5728\u8FD9\u4E9B\u7F51\u7AD9\u4F7F\u7528\u53CC\u8BED\u5B57\u5E55\uFF08\u6CE8\u610F\uFF1A\u7531\u4E8E\u6280\u672F\u9650\u5236\uFF0C\u90E8\u5206\u7F51\u7AD9\u5728\u9996\u6B21\u5F00\u542F\u5B57\u5E55\u540E\u9700\u8981\u91CD\u65B0\u5237\u65B0\u9875\u9762\uFF0C\u6216\u8005\u9700\u7B49\u5F85\u7FFB\u8BD1\u5B8C\u6210\u4EE5\u663E\u793A\u53CC\u8BED\u5B57\u5E55\uFF09\uFF1A",viewWithImmersiveTranslate:"\u53CC\u8BED\u7248\u672C(\u6C89\u6D78\u5F0F\u7FFB\u8BD1)",errorReason:"\u9519\u8BEF\u539F\u56E0\uFF1A{message}","proQuotaExceededError.onetime7day":'\uFF0C\u60A8\u53EF\u4EE5\u9009\u62E9\u4EE5\u4E0B\u65B9\u5F0F\u89E3\u51B3\uFF1A

1. \u5207\u6362\u5230 {anotherService} \u6216\u5176\u4ED6\u7FFB\u8BD1\u670D\u52A1
2. \u5347\u7EA7\u4E3A\u6708\u5EA6/\u5E74\u5EA6\u4F1A\u5458',"proQuotaExceededError.trial":'\uFF0C\u60A8\u53EF\u4EE5\u9009\u62E9\u4EE5\u4E0B\u65B9\u5F0F\u89E3\u51B3\uFF1A

1. \u5207\u6362\u5230 {anotherService} \u6216\u5176\u4ED6\u7FFB\u8BD1\u670D\u52A1
2. \u7ACB\u523B\u5347\u7EA7\u4E3A\u6B63\u5F0F\u4F1A\u5458',"proQuotaExceededError.nonTrial":'\uFF0C\u60A8\u53EF\u4EE5\u9009\u62E9\u4EE5\u4E0B\u65B9\u5F0F\u89E3\u51B3\uFF1A

1. \u5207\u6362\u5230 {anotherService} \u6216\u5176\u4ED6\u7FFB\u8BD1\u670D\u52A1
2. \u8D2D\u4E70 {translationService} \u989D\u5916\u6D41\u91CF\u5305',"proQuotaExceededError.resetTime":"
3. \u989D\u5EA6\u91CD\u7F6E\u65F6\u95F4\uFF1A{resetTime}","desc.touchShortcutsToggleTranslatePageOnlyTranslation":"\u0422\u043E\u043B\u044C\u043A\u043E \u043F\u0435\u0440\u0435\u0432\u043E\u0434 \u043E\u0437\u043D\u0430\u0447\u0430\u0435\u0442, \u0447\u0442\u043E \u043E\u0442\u043E\u0431\u0440\u0430\u0436\u0430\u0435\u0442\u0441\u044F \u0442\u043E\u043B\u044C\u043A\u043E \u043F\u0435\u0440\u0435\u0432\u043E\u0434. \u0415\u0441\u043B\u0438 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u0430 \u0435\u0449\u0435 \u043D\u0435 \u043F\u0435\u0440\u0435\u0432\u0435\u0434\u0435\u043D\u0430, \u043E\u043D\u0430 \u043F\u0435\u0440\u0435\u043A\u043B\u044E\u0447\u0438\u0442\u0441\u044F \u0432 \u0440\u0435\u0436\u0438\u043C \u0438 \u0431\u0443\u0434\u0435\u0442 \u043F\u0435\u0440\u0435\u0432\u0435\u0434\u0435\u043D\u0430.","desc.toggleOnlyTransation":'\u0420\u0435\u0436\u0438\u043C "\u0422\u043E\u043B\u044C\u043A\u043E \u043F\u0435\u0440\u0435\u0432\u043E\u0434" \u043E\u0437\u043D\u0430\u0447\u0430\u0435\u0442, \u0447\u0442\u043E \u043E\u0442\u043E\u0431\u0440\u0430\u0436\u0430\u0435\u0442\u0441\u044F \u0442\u043E\u043B\u044C\u043A\u043E \u043F\u0435\u0440\u0435\u0432\u043E\u0434. \u0415\u0441\u043B\u0438 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u0430 \u0435\u0449\u0435 \u043D\u0435 \u043F\u0435\u0440\u0435\u0432\u0435\u0434\u0435\u043D\u0430, \u0440\u0435\u0436\u0438\u043C \u0431\u0443\u0434\u0435\u0442 \u043F\u0435\u0440\u0435\u043A\u043B\u044E\u0447\u0435\u043D \u0438 \u0432\u044B\u043F\u043E\u043B\u043D\u0435\u043D \u043F\u0435\u0440\u0435\u0432\u043E\u0434.',touchShortcutsToggleTranslatePageOnlyTranslation:"\u041D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0430 \u0436\u0435\u0441\u0442\u043E\u0432 \u0441\u0435\u043D\u0441\u043E\u0440\u043D\u043E\u0433\u043E \u044D\u043A\u0440\u0430\u043D\u0430 \u0434\u043B\u044F \u043F\u0435\u0440\u0435\u043A\u043B\u044E\u0447\u0435\u043D\u0438\u044F \u043C\u0435\u0436\u0434\u0443 \u0434\u0432\u0443\u044F\u0437\u044B\u0447\u043D\u044B\u043C / \u0442\u043E\u043B\u044C\u043A\u043E \u0442\u0435\u043A\u0441\u0442\u043E\u043C \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430",download_started:"\u0417\u0430\u0433\u0440\u0443\u0437\u043A\u0430 \u0443\u0436\u0435 \u043D\u0430\u0447\u0430\u043B\u0430\u0441\u044C, \u0435\u0441\u043B\u0438 \u043E\u043D\u0430 \u043D\u0435 \u043D\u0430\u0447\u0430\u043B\u0430\u0441\u044C \u0430\u0432\u0442\u043E\u043C\u0430\u0442\u0438\u0447\u0435\u0441\u043A\u0438, \u043F\u043E\u0436\u0430\u043B\u0443\u0439\u0441\u0442\u0430, \u043D\u0430\u0436\u043C\u0438\u0442\u0435 \u0432\u0440\u0443\u0447\u043D\u0443\u044E.",here:"\u0437\u0434\u0435\u0441\u044C","error.goReset":"\u0441\u0431\u0440\u043E\u0441\u0438\u0442\u044C",batchEdit:"\u041C\u0430\u0441\u0441\u043E\u0432\u0430\u044F \u043E\u043F\u0435\u0440\u0430\u0446\u0438\u044F","error.configError":"\u041D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0430 \u0434\u0430\u043D\u043D\u044B\u0445 \u0430\u043D\u043E\u043C\u0430\u043B\u044C\u043D\u0430","translationFont.custom":"\u0412\u0432\u0435\u0434\u0438\u0442\u0435 \u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u0435\u043B\u044C\u0441\u043A\u0438\u0439 \u0448\u0440\u0438\u0444\u0442",translationFont:"\u0443\u0441\u0442\u0430\u043D\u043E\u0432\u0438\u0442\u044C \u0448\u0440\u0438\u0444\u0442",detectServiceLoading:"\u041F\u0440\u043E\u0432\u0435\u0440\u043A\u0430 \u0434\u043E\u0441\u0442\u0443\u043F\u043D\u044B\u0445 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0447\u0435\u0441\u043A\u0438\u0445 \u0443\u0441\u043B\u0443\u0433...","translationFont.customPlaceholder":"\u0448\u0440\u0438\u0444\u0442","touch.mouse-translate":"\u041F\u0435\u0440\u0435\u0432\u0435\u0441\u0442\u0438 \u0443\u043A\u0430\u0437\u0430\u043D\u043D\u044B\u0439 \u0430\u0431\u0437\u0430\u0446","translationModeLang.translation.title":"\u0422\u043E\u043B\u044C\u043A\u043E \u0440\u0435\u0436\u0438\u043C \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430 \u044F\u0437\u044B\u043A\u0430","error.serveConfigError":"\u041E\u0448\u0438\u0431\u043A\u0430 \u043A\u043E\u043D\u0444\u0438\u0433\u0443\u0440\u0430\u0446\u0438\u0438 \u0441\u0435\u0440\u0432\u0438\u0441\u0430","error.403":"\u0421\u043B\u0443\u0436\u0431\u0430 \u0432\u043E\u0437\u0432\u0440\u0430\u0449\u0430\u0435\u0442 \u043E\u0448\u0438\u0431\u043A\u0443, \u0432\u0440\u0435\u043C\u0435\u043D\u043D\u043E \u043D\u0435\u0442 \u0434\u043E\u0441\u0442\u0443\u043F\u0430 \u043A \u044D\u0442\u043E\u0439 \u0441\u043B\u0443\u0436\u0431\u0435.","error.proUpgrade":"\u041F\u043E\u0441\u043B\u0435 \u043E\u0431\u043D\u043E\u0432\u043B\u0435\u043D\u0438\u044F, \u043F\u043E\u0436\u0430\u043B\u0443\u0439\u0441\u0442\u0430, \u043E\u0431\u043D\u043E\u0432\u0438\u0442\u0435 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u0443 \u0438 \u043F\u0435\u0440\u0435\u0432\u0435\u0434\u0438\u0442\u0435 \u0441\u043D\u043E\u0432\u0430.","translationModeUrl.translation.title":"\u0412\u0435\u0431-\u0430\u0434\u0440\u0435\u0441 \u0442\u043E\u043B\u044C\u043A\u043E \u0434\u043B\u044F \u0440\u0435\u0436\u0438\u043C\u0430 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430",enableSentryReport:"\u041A\u043E\u0433\u0434\u0430 \u043F\u0440\u043E\u0438\u0441\u0445\u043E\u0434\u0438\u0442 \u043E\u0448\u0438\u0431\u043A\u0430 \u0440\u0430\u0441\u0448\u0438\u0440\u0435\u043D\u0438\u044F, \u043E\u0442\u043F\u0440\u0430\u0432\u043B\u044F\u0439\u0442\u0435 \u043E\u0442\u0437\u044B\u0432\u044B \u0447\u0435\u0440\u0435\u0437 Sentry.","error.reloadPageOfSetting":"\u041F\u043E\u0441\u043B\u0435 \u043D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0438, \u043F\u043E\u0436\u0430\u043B\u0443\u0439\u0441\u0442\u0430, \u043E\u0431\u043D\u043E\u0432\u0438\u0442\u0435 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u0443 \u0438 \u043F\u0435\u0440\u0435\u0432\u0435\u0434\u0438\u0442\u0435 \u0441\u043D\u043E\u0432\u0430.","error.502":"\u0421\u0435\u0440\u0432\u0438\u0441 \u0432\u043E\u0437\u0432\u0440\u0430\u0449\u0430\u0435\u0442 \u043E\u0448\u0438\u0431\u043A\u0443, \u0432\u0440\u0435\u043C\u044F \u043E\u0436\u0438\u0434\u0430\u043D\u0438\u044F \u0441\u0435\u0440\u0432\u0438\u0441\u0430 \u0438\u0441\u0442\u0435\u043A\u043B\u043E, \u043F\u043E\u0436\u0430\u043B\u0443\u0439\u0441\u0442\u0430, \u043F\u043E\u043F\u0440\u043E\u0431\u0443\u0439\u0442\u0435 \u043F\u043E\u0437\u0436\u0435.","translationModeUrl.translation.description":"\u041A\u043E\u0433\u0434\u0430 \u0432\u0435\u0431-\u0441\u0430\u0439\u0442 \u0438\u043C\u0435\u0435\u0442 \u0441\u043B\u0435\u0434\u0443\u044E\u0449\u0438\u0435 \u0434\u043E\u043C\u0435\u043D\u043D\u044B\u0435 \u0438\u043C\u0435\u043D\u0430, \u043E\u043D \u0430\u0432\u0442\u043E\u043C\u0430\u0442\u0438\u0447\u0435\u0441\u043A\u0438 \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u0443\u0435\u0442 \u0440\u0435\u0436\u0438\u043C \u0442\u043E\u043B\u044C\u043A\u043E \u0441 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u043E\u043C.",videoSubtitlePreTranslationOn:"\u0412\u0438\u0434\u0435\u043E \u0441\u0443\u0431\u0442\u0438\u0442\u0440\u044B \u0431\u0443\u0434\u0443\u0442 \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u044C \u043F\u043E\u0433\u0440\u0443\u0436\u0435\u043D\u0438\u0435 \u0432 \u043F\u0435\u0440\u0435\u0432\u043E\u0434 \u0432 \u043F\u0435\u0440\u0432\u0443\u044E \u043E\u0447\u0435\u0440\u0435\u0434\u044C.","translationServices.inherit":"\u0421\u043B\u0435\u0434\u0443\u0439\u0442\u0435 \u0437\u0430 \u043E\u0441\u043D\u043E\u0432\u043D\u044B\u043C \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0447\u0435\u0441\u043A\u0438\u043C \u0441\u0435\u0440\u0432\u0438\u0441\u043E\u043C","error.proTokenInvalid":"\u0415\u0441\u043B\u0438 \u0432\u044B \u044F\u0432\u043B\u044F\u0435\u0442\u0435\u0441\u044C \u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u0435\u043B\u0435\u043C Pro, \u043F\u043E\u0436\u0430\u043B\u0443\u0439\u0441\u0442\u0430, \u0432\u043E\u0439\u0434\u0438\u0442\u0435 \u0432 \u0441\u0438\u0441\u0442\u0435\u043C\u0443, \u043F\u0440\u0435\u0436\u0434\u0435 \u0447\u0435\u043C \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u044C \u0441\u0435\u0440\u0432\u0438\u0441 Pro \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430.",toggleToService:"\u041F\u0435\u0440\u0435\u043A\u043B\u044E\u0447\u0438\u0442\u0435\u0441\u044C \u043D\u0430 {service} \u0438 \u043F\u043E\u043F\u0440\u043E\u0431\u0443\u0439\u0442\u0435 \u0441\u043D\u043E\u0432\u0430",videoSubtitlePreTranslationOff:"\u041F\u0440\u0438\u043E\u0440\u0438\u0442\u0435\u0442 \u0431\u0443\u0434\u0435\u0442 \u043E\u0442\u0434\u0430\u043D \u043C\u0430\u0448\u0438\u043D\u043D\u043E\u043C\u0443 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0443 \u0441\u0443\u0431\u0442\u0438\u0442\u0440\u043E\u0432, \u0432\u0441\u0442\u0440\u043E\u0435\u043D\u043D\u044B\u0445 \u0432 \u043E\u0440\u0438\u0433\u0438\u043D\u0430\u043B\u044C\u043D\u043E\u0435 \u0432\u0438\u0434\u0435\u043E.","error.gemini.429":"\u0422\u0435\u043A\u0443\u0449\u0430\u044F \u0441\u043B\u0443\u0436\u0431\u0430 Gemini \u0443\u0436\u0435 \u0434\u043E\u0441\u0442\u0438\u0433\u043B\u0430 \u0441\u0432\u043E\u0435\u0433\u043E \u043F\u0440\u0435\u0434\u0435\u043B\u0430, \u043F\u043E\u0436\u0430\u043B\u0443\u0439\u0441\u0442\u0430, \u043F\u043E\u043F\u0440\u043E\u0431\u0443\u0439\u0442\u0435 \u043F\u043E\u0437\u0436\u0435 \u0438\u043B\u0438 \u043F\u0435\u0440\u0435\u043A\u043B\u044E\u0447\u0438\u0442\u0435\u0441\u044C \u043D\u0430 \u0434\u0440\u0443\u0433\u0443\u044E \u0441\u043B\u0443\u0436\u0431\u0443 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430.","translationModeLang.translation.description":'\u041A\u043E\u0433\u0434\u0430 \u044F\u0437\u044B\u043A \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u044B \u044F\u0432\u043B\u044F\u0435\u0442\u0441\u044F \u043E\u0434\u043D\u0438\u043C \u0438\u0437 \u0441\u043B\u0435\u0434\u0443\u044E\u0449\u0438\u0445, \u0430\u0432\u0442\u043E\u043C\u0430\u0442\u0438\u0447\u0435\u0441\u043A\u0438 \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u0443\u0435\u0442\u0441\u044F \u0440\u0435\u0436\u0438\u043C "\u0442\u043E\u043B\u044C\u043A\u043E \u043F\u0435\u0440\u0435\u0432\u043E\u0434".',"translationFont.notSupportErrorMessage":"\u041F\u043E\u0436\u0430\u043B\u0443\u0439\u0441\u0442\u0430, \u043F\u0440\u043E\u0432\u0435\u0440\u044C\u0442\u0435 \u043F\u0440\u0430\u0432\u0438\u043B\u044C\u043D\u043E\u0441\u0442\u044C \u0432\u0432\u0435\u0434\u0435\u043D\u043D\u043E\u0433\u043E \u0432\u0430\u043C\u0438 \u043D\u0430\u0437\u0432\u0430\u043D\u0438\u044F \u0448\u0440\u0438\u0444\u0442\u0430 \u0438\u043B\u0438 \u0443\u0431\u0435\u0434\u0438\u0442\u0435\u0441\u044C, \u0447\u0442\u043E \u044D\u0442\u043E\u0442 \u0448\u0440\u0438\u0444\u0442 \u0443\u0436\u0435 \u0443\u0441\u0442\u0430\u043D\u043E\u0432\u043B\u0435\u043D \u043D\u0430 \u0432\u0430\u0448\u0435\u043C \u0443\u0441\u0442\u0440\u043E\u0439\u0441\u0442\u0432\u0435.","error.429":"\u0421\u0435\u0440\u0432\u0438\u0441 \u0432\u043E\u0437\u0432\u0440\u0430\u0449\u0430\u0435\u0442 \u043E\u0448\u0438\u0431\u043A\u0443, \u0447\u0442\u043E \u0443\u043A\u0430\u0437\u044B\u0432\u0430\u0435\u0442 \u043D\u0430 \u0441\u043B\u0438\u0448\u043A\u043E\u043C \u0447\u0430\u0441\u0442\u044B\u0435 \u0437\u0430\u043F\u0440\u043E\u0441\u044B \u0438\u043B\u0438 \u043F\u0440\u0435\u0432\u044B\u0448\u0435\u043D\u0438\u0435 \u043B\u0438\u043C\u0438\u0442\u0430. \u041F\u043E\u0436\u0430\u043B\u0443\u0439\u0441\u0442\u0430, \u043F\u043E\u043F\u0440\u043E\u0431\u0443\u0439\u0442\u0435 \u043F\u043E\u0437\u0436\u0435.","error.400":"\u0421\u043B\u0443\u0436\u0431\u0430 \u0432\u043E\u0437\u0432\u0440\u0430\u0449\u0430\u0435\u0442 \u043E\u0448\u0438\u0431\u043A\u0443, \u043D\u0435\u0432\u0435\u0440\u043D\u044B\u0439 \u0437\u0430\u043F\u0440\u043E\u0441 \u043F\u0430\u0440\u0430\u043C\u0435\u0442\u0440\u0430, \u043F\u0440\u043E\u0432\u0435\u0440\u044C\u0442\u0435 \u0441\u043E\u043E\u0442\u0432\u0435\u0442\u0441\u0442\u0432\u0443\u044E\u0449\u0443\u044E \u043A\u043E\u043D\u0444\u0438\u0433\u0443\u0440\u0430\u0446\u0438\u044E.","error.openAIExceededQuota":"\u0421\u0435\u0440\u0432\u0438\u0441 \u0432\u043E\u0437\u0432\u0440\u0430\u0449\u0430\u0435\u0442 \u043E\u0448\u0438\u0431\u043A\u0443: \u043D\u0430 \u0432\u0430\u0448\u0435\u043C \u0442\u0435\u043A\u0443\u0449\u0435\u043C \u0441\u0447\u0435\u0442\u0443 OpenAI \u043D\u0435\u0434\u043E\u0441\u0442\u0430\u0442\u043E\u0447\u043D\u043E \u0441\u0440\u0435\u0434\u0441\u0442\u0432, \u043F\u043E\u0436\u0430\u043B\u0443\u0439\u0441\u0442\u0430, \u043F\u043E\u043F\u043E\u043B\u043D\u0438\u0442\u0435 \u0441\u0447\u0435\u0442 \u0438\u043B\u0438 \u043F\u0440\u0438\u0432\u044F\u0436\u0438\u0442\u0435 \u043A\u0440\u0435\u0434\u0438\u0442\u043D\u0443\u044E \u043A\u0430\u0440\u0442\u0443 \u0432 \u043E\u0444\u0438\u0446\u0438\u0430\u043B\u044C\u043D\u043E\u0439 \u0430\u0434\u043C\u0438\u043D\u0438\u0441\u0442\u0440\u0430\u0442\u0438\u0432\u043D\u043E\u0439 \u043F\u0430\u043D\u0435\u043B\u0438 OpenAI.","error.googleLimitIp":"\u0421\u043B\u0443\u0436\u0431\u0430 \u0432\u043E\u0437\u0432\u0440\u0430\u0449\u0430\u0435\u0442 \u043E\u0448\u0438\u0431\u043A\u0443, Google \u043E\u0433\u0440\u0430\u043D\u0438\u0447\u0438\u0432\u0430\u0435\u0442 \u0434\u043E\u0441\u0442\u0443\u043F \u0434\u043B\u044F \u044D\u0442\u043E\u0433\u043E IP-\u0430\u0434\u0440\u0435\u0441\u0430, \u0440\u0435\u043A\u043E\u043C\u0435\u043D\u0434\u0443\u0435\u0442\u0441\u044F \u0438\u0437\u043C\u0435\u043D\u0438\u0442\u044C \u0441\u0435\u0442\u0435\u0432\u043E\u0439 \u0443\u0437\u0435\u043B.","desc.toggleVideoSubtitlePreTranslation":"\u041F\u043E\u0441\u043B\u0435 \u043D\u0430\u0436\u0430\u0442\u0438\u044F, \u0434\u0432\u0443\u044F\u0437\u044B\u0447\u043D\u044B\u0435 \u0441\u0443\u0431\u0442\u0438\u0442\u0440\u044B \u0432\u0438\u0434\u0435\u043E \u0431\u0443\u0434\u0443\u0442 \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u044C \u043D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0438 \u043F\u043E\u0433\u0440\u0443\u0436\u0435\u043D\u0438\u044F \u0432 \u043F\u0435\u0440\u0435\u0432\u043E\u0434 \u0432 \u043F\u0435\u0440\u0432\u0443\u044E \u043E\u0447\u0435\u0440\u0435\u0434\u044C, \u043F\u0440\u0438 \u043F\u043E\u0432\u0442\u043E\u0440\u043D\u043E\u043C \u043D\u0430\u0436\u0430\u0442\u0438\u0438 \u0431\u0443\u0434\u0435\u0442 \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u044C\u0441\u044F \u043C\u0430\u0448\u0438\u043D\u043D\u044B\u0439 \u043F\u0435\u0440\u0435\u0432\u043E\u0434 \u0441\u0443\u0431\u0442\u0438\u0442\u0440\u043E\u0432 \u0438\u0437\u043D\u0430\u0447\u0430\u043B\u044C\u043D\u043E\u0433\u043E \u0432\u0438\u0434\u0435\u043E. \u041E\u0431\u0440\u0430\u0442\u0438\u0442\u0435 \u0432\u043D\u0438\u043C\u0430\u043D\u0438\u0435: \u044D\u0442\u043E\u0442 \u044F\u0440\u043B\u044B\u043A \u0438\u0437\u043C\u0435\u043D\u044F\u0435\u0442 \u0433\u043B\u043E\u0431\u0430\u043B\u044C\u043D\u044B\u0435 \u043D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0438.","error.openAIFreeLimit":"\u0421\u0435\u0440\u0432\u0438\u0441 \u0432\u043E\u0437\u0432\u0440\u0430\u0449\u0430\u0435\u0442 \u043E\u0448\u0438\u0431\u043A\u0443, \u0442\u0435\u043A\u0443\u0449\u0430\u044F \u0447\u0430\u0441\u0442\u043E\u0442\u0430 \u0437\u0430\u043F\u0440\u043E\u0441\u043E\u0432 \u043D\u0430 \u043F\u0435\u0440\u0435\u0432\u043E\u0434 \u0434\u043E\u0441\u0442\u0438\u0433\u043B\u0430 \u043F\u0440\u0435\u0434\u0435\u043B\u0430 \u0432 3 \u0440\u0430\u0437\u0430 \u0432 \u043C\u0438\u043D\u0443\u0442\u0443, \u043F\u043E\u0436\u0430\u043B\u0443\u0439\u0441\u0442\u0430, \u043F\u043E\u043F\u0440\u043E\u0431\u0443\u0439\u0442\u0435 \u043F\u043E\u0437\u0436\u0435. (\u042D\u0442\u043E \u043E\u0433\u0440\u0430\u043D\u0438\u0447\u0435\u043D\u0438\u0435 OpenAI \u0434\u043B\u044F \u0431\u0435\u0441\u043F\u043B\u0430\u0442\u043D\u043E\u0433\u043E API Key, \u0447\u0442\u043E\u0431\u044B \u0441\u043D\u044F\u0442\u044C \u044D\u0442\u043E \u043E\u0433\u0440\u0430\u043D\u0438\u0447\u0435\u043D\u0438\u0435, \u043F\u043E\u0436\u0430\u043B\u0443\u0439\u0441\u0442\u0430, \u043F\u0440\u0438\u0432\u044F\u0436\u0438\u0442\u0435 \u043A\u0440\u0435\u0434\u0438\u0442\u043D\u0443\u044E \u043A\u0430\u0440\u0442\u0443 \u0432 \u0431\u044D\u043A\u0435\u043D\u0434\u0435 OpenAI.)","error.serveUnavailable":"\u0412 \u043D\u0430\u0441\u0442\u043E\u044F\u0449\u0435\u0435 \u0432\u0440\u0435\u043C\u044F \u0443\u0441\u043B\u0443\u0433\u0430 [{serverName}], \u043A\u043E\u0442\u043E\u0440\u0443\u044E \u0432\u044B \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u0443\u0435\u0442\u0435, \u0432\u0440\u0435\u043C\u0435\u043D\u043D\u043E \u043D\u0435\u0434\u043E\u0441\u0442\u0443\u043F\u043D\u0430 \u0438\u0437-\u0437\u0430 \u043F\u0440\u043E\u0431\u043B\u0435\u043C \u0441 \u043F\u043E\u0434\u043A\u043B\u044E\u0447\u0435\u043D\u0438\u0435\u043C \u043A \u0441\u0435\u0442\u0438 \u0438\u043B\u0438 \u043F\u043E\u0441\u0442\u0430\u0432\u0449\u0438\u043A\u043E\u043C \u0443\u0441\u043B\u0443\u0433. \u0420\u0435\u043A\u043E\u043C\u0435\u043D\u0434\u0443\u0435\u043C \u0432\u0430\u043C \u043F\u043E\u043F\u0440\u043E\u0431\u043E\u0432\u0430\u0442\u044C \u043E\u0431\u043D\u043E\u0432\u0438\u0442\u044C \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u0443 \u0438\u043B\u0438 \u0438\u0437\u043C\u0435\u043D\u0438\u0442\u044C \u0434\u0440\u0443\u0433\u043E\u0439 \u0441\u0435\u0440\u0432\u0438\u0441 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430 \u0447\u0435\u0440\u0435\u0437 <1>\u043D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0438. \u0415\u0441\u043B\u0438 \u0432\u044B <2>Pro-\u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u0435\u043B\u044C, \u0432\u044B \u043C\u043E\u0436\u0435\u0442\u0435 \u0432\u044B\u0431\u0440\u0430\u0442\u044C \u0431\u043E\u043B\u0435\u0435 \u0441\u0442\u0430\u0431\u0438\u043B\u044C\u043D\u044B\u0435 \u0441\u0435\u0440\u0432\u0438\u0441\u044B \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430 DeepL \u0438\u043B\u0438 OpenAI (<3>\u043D\u0430\u0436\u043C\u0438\u0442\u0435 \u0437\u0434\u0435\u0441\u044C, \u0447\u0442\u043E\u0431\u044B \u043F\u043E\u043F\u0440\u043E\u0431\u043E\u0432\u0430\u0442\u044C \u0431\u0435\u0441\u043F\u043B\u0430\u0442\u043D\u043E). \u041A\u0440\u043E\u043C\u0435 \u0442\u043E\u0433\u043E, \u0432\u0430\u043C, \u0432\u043E\u0437\u043C\u043E\u0436\u043D\u043E, \u043F\u0440\u0438\u0434\u0435\u0442\u0441\u044F \u043F\u0440\u043E\u0432\u0435\u0440\u0438\u0442\u044C \u043D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0438 \u0432\u0430\u0448\u0435\u0439 \u0441\u0435\u0442\u0438 \u0438\u043B\u0438 \u043F\u0440\u043E\u043A\u0441\u0438.",pickAll:"\u0412\u044B\u0431\u0440\u0430\u0442\u044C \u0432\u0441\u0435","tagsInput.add":"+ \u0414\u043E\u0431\u0430\u0432\u0438\u0442\u044C",loggedIn:"\u0412\u0445\u043E\u0434 \u0432\u044B\u043F\u043E\u043B\u043D\u0435\u043D","widget.translateFile":"PDF/ePub","translationServices.gemini":"\u0411\u043B\u0438\u0437\u043D\u0435\u0446\u044B",notLogin:"\u041D\u0435 \u0432\u043E\u0448\u0435\u043B \u0432 \u0441\u0438\u0441\u0442\u0435\u043C\u0443","multipleClick.2":"\u0434\u0432\u043E\u0439\u043D\u043E\u0439 \u043A\u043B\u0438\u043A",goLogin:"\u0432\u043E\u0439\u0442\u0438 \u0432 \u0441\u0438\u0441\u0442\u0435\u043C\u0443","multipleClick.3":"\u0442\u0440\u043E\u0439\u043D\u043E\u0439 \u0443\u0434\u0430\u0440","error.subscriptionExpiredTitle":"\u0427\u043B\u0435\u043D\u0441\u0442\u0432\u043E \u0438\u0441\u0442\u0435\u043A\u043B\u043E",shortcutSettings:"\u0413\u043E\u0440\u044F\u0447\u0438\u0435 \u043A\u043B\u0430\u0432\u0438\u0448\u0438","widget.instruction":"\u0418\u043D\u0441\u0442\u0440\u0443\u043A\u0446\u0438\u044F \u043F\u043E \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u043D\u0438\u044E",contact:"\u0421\u0432\u044F\u0436\u0438\u0442\u0435\u0441\u044C \u0441 \u043D\u0430\u043C\u0438","widget.videoSubtitle":"\u0432\u0438\u0434\u0435\u043E \u0441\u0443\u0431\u0442\u0438\u0442\u0440\u044B","error.retry":"\u041F\u043E\u0432\u0442\u043E\u0440\u0438\u0442\u044C \u043F\u043E\u043F\u044B\u0442\u043A\u0443","widget.instructionTooltip":"\u041F\u0440\u043E\u0441\u043C\u043E\u0442\u0440 \u0438\u043D\u0441\u0442\u0440\u0443\u043A\u0446\u0438\u0439 \u043F\u043E \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u043D\u0438\u044E","subtitle.bilingual":"\u0434\u0432\u0443\u044F\u0437\u044B\u0447\u043D\u044B\u0435 \u0441\u0443\u0431\u0442\u0438\u0442\u0440\u044B","error.reason":"\u043F\u0440\u0438\u0447\u0438\u043D\u0430 \u043E\u0448\u0438\u0431\u043A\u0438",alwaysTranslateThisSite:"\u0412\u0441\u0435\u0433\u0434\u0430 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0438\u0442\u0435 \u044D\u0442\u043E\u0442 \u0441\u0430\u0439\u0442",touchShortcutsOff:"\u0437\u0430\u043A\u0440\u044B\u0442\u044C",neverTranslateThisSite:"\u041D\u0438\u043A\u043E\u0433\u0434\u0430 \u043D\u0435 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0438\u0442\u0435 \u044D\u0442\u043E\u0442 \u0441\u0430\u0439\u0442",buildSnapshots:"\u0421\u043E\u0437\u0434\u0430\u043D\u0438\u0435 \u0441\u043D\u0438\u043C\u043A\u0430 \u0432\u0435\u0431-\u0441\u0442\u0440\u0430\u043D\u0438\u0446\u044B","slide.left":"\u041F\u0440\u043E\u0432\u0435\u0434\u0438\u0442\u0435 \u0432\u043F\u0440\u0430\u0432\u043E","shortcutGroup.others":"\u0411\u043E\u043B\u044C\u0448\u0435 \u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u0435\u043B\u044C\u0441\u043A\u0438\u0445 \u0444\u0443\u043D\u043A\u0446\u0438\u0439 \u0433\u043E\u0440\u044F\u0447\u0438\u0445 \u043A\u043B\u0430\u0432\u0438\u0448",temprarilyChangeTranslationTo_openai:"\u0418\u0441\u043F\u043E\u043B\u044C\u0437\u0443\u0435\u0442\u0441\u044F OpenAI \u0434\u043B\u044F \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430 \u0442\u0435\u043A\u0443\u0449\u0435\u0439 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u044B","intro.hoverTitle":"\u041D\u0430\u0432\u0435\u0434\u0438\u0442\u0435 \u043A\u0443\u0440\u0441\u043E\u0440, \u0447\u0442\u043E\u0431\u044B \u043F\u0435\u0440\u0435\u0432\u0435\u0441\u0442\u0438 \u0442\u0435\u043A\u0443\u0449\u0438\u0439 \u0430\u0431\u0437\u0430\u0446","browser.translateWithDeepL":"\u0412\u0440\u0435\u043C\u0435\u043D\u043D\u043E \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u0443\u0439\u0442\u0435 DeepL \u0434\u043B\u044F \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430 \u0442\u0435\u043A\u0443\u0449\u0435\u0439 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u044B","slide.right":"\u0421\u0432\u0430\u0439\u043F \u0432\u043B\u0435\u0432\u043E",translationOnlyMode:"\u0422\u043E\u043B\u044C\u043A\u043E \u0440\u0435\u0436\u0438\u043C \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430",notLoginPro:"\u0412\u044B \u0435\u0449\u0435 \u043D\u0435 \u0432\u043E\u0448\u043B\u0438 \u0432 \u0441\u0432\u043E\u0439 \u0430\u043A\u043A\u0430\u0443\u043D\u0442",mouseHoverCustomKeyTitle:"\u041D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0430 \u0433\u043E\u0440\u044F\u0447\u0438\u0445 \u043A\u043B\u0430\u0432\u0438\u0448 \u043F\u0440\u0438 \u043D\u0430\u0432\u0435\u0434\u0435\u043D\u0438\u0438 \u043C\u044B\u0448\u0438","shortcutGroup.mouse":"\u041D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0430 \u0433\u043E\u0440\u044F\u0447\u0438\u0445 \u043A\u043B\u0430\u0432\u0438\u0448 \u043F\u0440\u0438 \u043D\u0430\u0432\u0435\u0434\u0435\u043D\u0438\u0438 \u043C\u044B\u0448\u0438",temprarilyChangeTranslationTo_deepl:"\u0418\u0441\u043F\u043E\u043B\u044C\u0437\u0443\u0435\u0442\u0441\u044F \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0447\u0438\u043A DeepL \u0434\u043B\u044F \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430 \u0442\u0435\u043A\u0443\u0449\u0435\u0439 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u044B.","browser.translateWithGoogle":"\u0412\u0440\u0435\u043C\u0435\u043D\u043D\u043E\u0435 \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u043D\u0438\u0435 Google Translate \u0434\u043B\u044F \u0442\u0435\u043A\u0443\u0449\u0435\u0439 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u044B","shortcutGroup.touch":"\u0421\u043F\u0435\u0446\u0438\u0430\u043B\u044C\u043D\u044B\u0435 \u0436\u0435\u0441\u0442\u044B \u0434\u043B\u044F \u0441\u0435\u043D\u0441\u043E\u0440\u043D\u043E\u0433\u043E \u044D\u043A\u0440\u0430\u043D\u0430","browser.translateInputBox":"\u041F\u0435\u0440\u0435\u0432\u0435\u0441\u0442\u0438 \u0442\u0435\u043A\u0443\u0449\u0435\u0435 \u0441\u043E\u0434\u0435\u0440\u0436\u0438\u043C\u043E\u0435 \u0432\u0432\u043E\u0434\u0430","widget.videoSubtitleTooltip":"\u041F\u043E\u0434\u0434\u0435\u0440\u0436\u043A\u0430 Youtube \u0438 \u0434\u0440\u0443\u0433\u0438\u0445 {count}+ \u0432\u0438\u0434\u0435\u043E-\u0441\u0430\u0439\u0442\u043E\u0432","browser.translateWithGemini":"\u0412\u0440\u0435\u043C\u0435\u043D\u043D\u043E \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u0443\u0439\u0442\u0435 Gemini \u0434\u043B\u044F \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430 \u0442\u0435\u043A\u0443\u0449\u0435\u0439 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u044B","subtitle.hideQuickButton":"\u0411\u043E\u043B\u044C\u0448\u0435 \u043D\u0435 \u043F\u043E\u043A\u0430\u0437\u044B\u0432\u0430\u0442\u044C \u044D\u0442\u043E\u0442 \u044F\u0440\u043B\u044B\u043A","browser.translateWithBing":"\u0412\u0440\u0435\u043C\u0435\u043D\u043D\u043E \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u0443\u0439\u0442\u0435 Microsoft \u0434\u043B\u044F \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430 \u0442\u0435\u043A\u0443\u0449\u0435\u0439 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u044B","browser.translateWithTransmart":"\u0412\u0440\u0435\u043C\u0435\u043D\u043D\u043E \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u0443\u0439\u0442\u0435 Tencent \u0434\u043B\u044F \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430 \u0442\u0435\u043A\u0443\u0449\u0435\u0439 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u044B","multipleClick.4":"\u0447\u0435\u0442\u044B\u0440\u0435\u0445\u043A\u0440\u0430\u0442\u043D\u044B\u0439 \u0443\u0434\u0430\u0440",temprarilyChangeTranslationTo_gemini:"\u0418\u0441\u043F\u043E\u043B\u044C\u0437\u0443\u0435\u0442\u0441\u044F \u043F\u0435\u0440\u0435\u0432\u043E\u0434 \u0442\u0435\u043A\u0443\u0449\u0435\u0439 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u044B \u0441 \u043F\u043E\u043C\u043E\u0449\u044C\u044E Gemini","floatBall.longPress":"\u0423\u0434\u0435\u0440\u0436\u0438\u0432\u0430\u0439\u0442\u0435 \u043A\u043D\u043E\u043F\u043A\u0443, \u0447\u0442\u043E\u0431\u044B \u0431\u044B\u0441\u0442\u0440\u043E \u043E\u0442\u043A\u0440\u044B\u0442\u044C \u043F\u0430\u043D\u0435\u043B\u044C \u043D\u0430\u0441\u0442\u0440\u043E\u0435\u043A.",shortcutSettingsTitle:"\u041D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0430 \u0433\u043E\u0440\u044F\u0447\u0438\u0445 \u043A\u043B\u0430\u0432\u0438\u0448",networkError:"\u041F\u0440\u043E\u0431\u043B\u0435\u043C\u044B \u0441 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0447\u0435\u0441\u043A\u0438\u043C \u0441\u0435\u0440\u0432\u0438\u0441\u043E\u043C \u0438\u043B\u0438 \u0441\u0435\u0442\u044C\u044E","intro.floatBallTitle":"\u0411\u044B\u0441\u0442\u0440\u044B\u0439 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0447\u0438\u043A \u0432\u0441\u043F\u043B\u044B\u0432\u0430\u044E\u0449\u0435\u0433\u043E \u0448\u0430\u0440\u0430",temprarilyChangeTranslationTo_transmart:"\u0418\u0441\u043F\u043E\u043B\u044C\u0437\u0443\u0435\u0442\u0441\u044F \u043F\u0435\u0440\u0435\u0432\u043E\u0434 \u0442\u0435\u043A\u0443\u0449\u0435\u0439 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u044B \u0447\u0435\u0440\u0435\u0437 Tencent.","subtitle.autoDisableSubtitle":"\u041D\u0435 \u0430\u0432\u0442\u043E\u043C\u0430\u0442\u0438\u0447\u0435\u0441\u043A\u0438 \u0432\u043A\u043B\u044E\u0447\u0430\u0442\u044C \u0434\u0432\u0443\u044F\u0437\u044B\u0447\u043D\u044B\u0435 \u0441\u0443\u0431\u0442\u0438\u0442\u0440\u044B","browser.translateWithOpenAI":"\u0412\u0440\u0435\u043C\u0435\u043D\u043D\u043E \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u0443\u0439\u0442\u0435 OpenAI \u0434\u043B\u044F \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430 \u0442\u0435\u043A\u0443\u0449\u0435\u0439 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u044B","shortcutGroup.shortcutsForTranslationServices":"\u0421\u043E\u0447\u0435\u0442\u0430\u043D\u0438\u044F \u043A\u043B\u0430\u0432\u0438\u0448, \u0441\u0432\u044F\u0437\u0430\u043D\u043D\u044B\u0435 \u0441 \u0443\u0441\u043B\u0443\u0433\u0430\u043C\u0438 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430",temprarilyChangeTranslationTo_google:"\u0418\u0441\u043F\u043E\u043B\u044C\u0437\u0443\u0435\u0442\u0441\u044F Google Translate \u0434\u043B\u044F \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430 \u0442\u0435\u043A\u0443\u0449\u0435\u0439 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u044B.",paragraphMinTextCountField:"\u041C\u0438\u043D\u0438\u043C\u0430\u043B\u044C\u043D\u043E\u0435 \u043A\u043E\u043B\u0438\u0447\u0435\u0441\u0442\u0432\u043E \u0441\u0438\u043C\u0432\u043E\u043B\u043E\u0432, \u043D\u0435\u043E\u0431\u0445\u043E\u0434\u0438\u043C\u044B\u0445 \u0434\u043B\u044F \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430 \u0430\u0431\u0437\u0430\u0446\u0430",temprarilyChangeTranslationTo_bing:"\u0418\u0441\u043F\u043E\u043B\u044C\u0437\u0443\u0435\u0442\u0441\u044F Microsoft \u0434\u043B\u044F \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430 \u0442\u0435\u043A\u0443\u0449\u0435\u0439 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u044B",upgradeToProErrorTitle:"\u041F\u043E\u0436\u0430\u043B\u0443\u0439\u0441\u0442\u0430, \u043E\u0431\u043D\u043E\u0432\u0438\u0442\u0435 \u0434\u043E Pro-\u0447\u043B\u0435\u043D\u0441\u0442\u0432\u0430, \u0447\u0442\u043E\u0431\u044B \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u044C \u044D\u0442\u0443 \u0443\u0441\u043B\u0443\u0433\u0443 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430.","floatBall.guideClickToTranslate":`\u041D\u0430\u0436\u043C\u0438\u0442\u0435 \u043D\u0430 \u043F\u043B\u0430\u0432\u0430\u044E\u0449\u0438\u0439 \u0448\u0430\u0440 \u0434\u043B\u044F \u043F\u043E\u0433\u0440\u0443\u0436\u0435\u043D\u0438\u044F \u0432 \u043F\u0435\u0440\u0435\u0432\u043E\u0434, \u0447\u0442\u043E\u0431\u044B \u0431\u044B\u0441\u0442\u0440\u043E \u043F\u0435\u0440\u0435\u0432\u0435\u0441\u0442\u0438`,"floatBall.iKnow":"\u042F \u0437\u043D\u0430\u044E.","shortcutGroup.main":"\u041E\u0431\u044B\u0447\u043D\u044B\u0435 \u0433\u043E\u0440\u044F\u0447\u0438\u0435 \u043A\u043B\u0430\u0432\u0438\u0448\u0438 \u0444\u0443\u043D\u043A\u0446\u0438\u0439","widget.translateFileTooltip":"\u041F\u0435\u0440\u0435\u0432\u043E\u0434\u0438\u0442\u0435 \u0434\u043E\u043A\u0443\u043C\u0435\u043D\u0442\u044B PDF, EPUB, SRT, ASS, HTML \u0438 TXT","neverTranslateText.title":"\u041F\u043E\u0436\u0430\u043B\u0443\u0439\u0441\u0442\u0430, \u043F\u0435\u0440\u0435\u0432\u0435\u0434\u0438\u0442\u0435 \u0441\u043B\u0435\u0434\u0443\u044E\u0449\u0438\u0435 \u0441\u043B\u043E\u0432\u0430 \u043D\u0430 \u0440\u0443\u0441\u0441\u043A\u0438\u0439 \u044F\u0437\u044B\u043A, \u043D\u0435 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u044F \u0438\u0445.","subtitle.showQuickButton":"\u041D\u0430 \u043F\u043B\u0435\u0435\u0440\u0435 \u043E\u0442\u043E\u0431\u0440\u0430\u0436\u0430\u0435\u0442\u0441\u044F \u044F\u0440\u043B\u044B\u043A \u0434\u043B\u044F \u0434\u0432\u0443\u044F\u0437\u044B\u0447\u043D\u044B\u0445 \u0441\u0443\u0431\u0442\u0438\u0442\u0440\u043E\u0432","description.baiduField":"\u041F\u043E\u0434\u0434\u0435\u0440\u0436\u0438\u0432\u0430\u0435\u043C\u044B\u0435 \u043E\u0431\u043B\u0430\u0441\u0442\u0438 \u0441\u043C\u043E\u0442\u0440\u0438\u0442\u0435 <1>\u0437\u0434\u0435\u0441\u044C, \u0435\u0441\u043B\u0438 \u043F\u0443\u0441\u0442\u043E, \u0437\u043D\u0430\u0447\u0438\u0442 \u043E\u0431\u043B\u0430\u0441\u0442\u044C \u043D\u0435 \u0443\u043A\u0430\u0437\u0430\u043D\u0430.","desc.interfaceLanguage":"\u041D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0430 \u044F\u0437\u044B\u043A\u0430 \u0438\u043D\u0442\u0435\u0440\u0444\u0435\u0439\u0441\u0430 \u0432\u043B\u0438\u044F\u0435\u0442 \u043D\u0430 \u044F\u0437\u044B\u043A \u043E\u0442\u043E\u0431\u0440\u0430\u0436\u0435\u043D\u0438\u044F \u043F\u0430\u043D\u0435\u043B\u0438 \u0443\u043F\u0440\u0430\u0432\u043B\u0435\u043D\u0438\u044F \u0438 \u043D\u0435 \u0441\u0432\u044F\u0437\u0430\u043D\u0430 \u0441 \u0446\u0435\u043B\u0435\u0432\u044B\u043C \u044F\u0437\u044B\u043A\u043E\u043C \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430.",touchShortcutsToggleTranslatePage:"\u041D\u0430\u0441\u0442\u0440\u043E\u0439\u0442\u0435 \u0436\u0435\u0441\u0442\u044B \u0441\u0435\u043D\u0441\u043E\u0440\u043D\u043E\u0433\u043E \u044D\u043A\u0440\u0430\u043D\u0430 \u0434\u043B\u044F \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430 \u0432\u0435\u0431-\u0441\u0442\u0440\u0430\u043D\u0438\u0446/\u043E\u0442\u043E\u0431\u0440\u0430\u0436\u0435\u043D\u0438\u044F \u0438\u0441\u0445\u043E\u0434\u043D\u043E\u0433\u043E \u0442\u0435\u043A\u0441\u0442\u0430","browser.toggleVideoSubtitlePreTranslation":"\u041F\u0435\u0440\u0435\u043A\u043B\u044E\u0447\u0438\u0442\u0435 \u0434\u0432\u0443\u044F\u0437\u044B\u0447\u043D\u044B\u0435 \u0441\u0443\u0431\u0442\u0438\u0442\u0440\u044B \u0434\u043B\u044F \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u043D\u0438\u044F \u043D\u0430\u0441\u0442\u0440\u043E\u0435\u043A \u043F\u043E\u0433\u0440\u0443\u0436\u0435\u043D\u0438\u044F \u0432 \u043F\u0435\u0440\u0435\u0432\u043E\u0434.",touchShortcutsToggleTranslateTouchElement:"\u041D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0430 \u0436\u0435\u0441\u0442\u043E\u0432 \u0441\u0435\u043D\u0441\u043E\u0440\u043D\u043E\u0433\u043E \u044D\u043A\u0440\u0430\u043D\u0430 \u0434\u043B\u044F \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430 \u0443\u043A\u0430\u0437\u0430\u043D\u043D\u043E\u0433\u043E \u0430\u0431\u0437\u0430\u0446\u0430","intro.subtitleTitle":"\u041E\u0442\u043E\u0431\u0440\u0430\u0436\u0435\u043D\u0438\u0435 \u0434\u0432\u0443\u044F\u0437\u044B\u0447\u043D\u044B\u0445 \u0441\u0443\u0431\u0442\u0438\u0442\u0440\u043E\u0432 \u0432 \u043E\u043D\u043B\u0430\u0439\u043D-\u0432\u0438\u0434\u0435\u043E","desc.touchShortcutsToggleTranslateTouchElement":"\u041D\u0430\u0441\u0442\u0440\u043E\u0439\u0442\u0435 \u0436\u0435\u0441\u0442, \u0438 \u0432\u044B \u0441\u043C\u043E\u0436\u0435\u0442\u0435 \u043F\u0435\u0440\u0435\u0432\u0435\u0441\u0442\u0438 \u043B\u044E\u0431\u043E\u0439 \u0430\u0431\u0437\u0430\u0446, \u0433\u0434\u0435 \u0431\u044B \u0432\u044B \u043D\u0438 \u043D\u0430\u0445\u043E\u0434\u0438\u043B\u0438\u0441\u044C.","browser.toggleMouseHoverTranslateDirectly":"\u041D\u0430 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u0435 \u0432\u0440\u0435\u043C\u0435\u043D\u043D\u043E \u0432\u043A\u043B\u044E\u0447\u0438\u0442\u0435 \u0438\u043B\u0438 \u043E\u0442\u043A\u043B\u044E\u0447\u0438\u0442\u0435 \u043F\u0440\u044F\u043C\u043E\u0439 \u043F\u0435\u0440\u0435\u0432\u043E\u0434 \u043F\u0440\u0438 \u043D\u0430\u0432\u0435\u0434\u0435\u043D\u0438\u0438 \u043C\u044B\u0448\u0438",paragraphMinTextCountDesc:"\u041E\u0431\u0440\u0430\u0442\u0438\u0442\u0435 \u0432\u043D\u0438\u043C\u0430\u043D\u0438\u0435, \u0437\u0434\u0435\u0441\u044C \u0440\u0435\u0447\u044C \u0438\u0434\u0435\u0442 \u043E \u0434\u043B\u0438\u043D\u0435 \u0441\u0438\u043C\u0432\u043E\u043B\u043E\u0432, \u043D\u0430\u043F\u0440\u0438\u043C\u0435\u0440: hello \u0441\u043E\u0441\u0442\u043E\u0438\u0442 \u0438\u0437 5 \u0441\u0438\u043C\u0432\u043E\u043B\u043E\u0432, \u0443\u0441\u0442\u0430\u043D\u043E\u0432\u043A\u0430 \u0431\u043E\u043B\u044C\u0448\u0435\u0433\u043E \u0437\u043D\u0430\u0447\u0435\u043D\u0438\u044F \u043C\u043E\u0436\u0435\u0442 \u0443\u043C\u0435\u043D\u044C\u0448\u0438\u0442\u044C \u043D\u0435\u043D\u0443\u0436\u043D\u044B\u0439 \u043F\u0435\u0440\u0435\u0432\u043E\u0434 \u043C\u0430\u043B\u0435\u043D\u044C\u043A\u0438\u0445 \u0430\u0431\u0437\u0430\u0446\u0435\u0432.",confirmResetToDefaultSettings:"\u0412\u044B \u0443\u0432\u0435\u0440\u0435\u043D\u044B, \u0447\u0442\u043E \u0445\u043E\u0442\u0438\u0442\u0435 \u0432\u043E\u0441\u0441\u0442\u0430\u043D\u043E\u0432\u0438\u0442\u044C \u044D\u0442\u043E\u0442 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0447\u0435\u0441\u043A\u0438\u0439 \u0441\u0435\u0440\u0432\u0438\u0441 \u0434\u043E \u043D\u0430\u0441\u0442\u0440\u043E\u0435\u043A \u043F\u043E \u0443\u043C\u043E\u043B\u0447\u0430\u043D\u0438\u044E? (\u0421\u0431\u0440\u043E\u0441 \u043D\u0430\u0441\u0442\u0440\u043E\u0435\u043A \u0442\u043E\u043B\u044C\u043A\u043E \u0434\u043B\u044F \u0442\u0435\u043A\u0443\u0449\u0435\u0433\u043E \u0441\u0435\u0440\u0432\u0438\u0441\u0430 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430)",touchShortcutsToggleTranslationMask:"\u041D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0430 \u043E\u0442\u043E\u0431\u0440\u0430\u0436\u0435\u043D\u0438\u044F \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430/\u043E\u0440\u0438\u0433\u0438\u043D\u0430\u043B\u044C\u043D\u043E\u0433\u043E \u0442\u0435\u043A\u0441\u0442\u0430 \u0441 \u043F\u043E\u043C\u043E\u0449\u044C\u044E \u0436\u0435\u0441\u0442\u043E\u0432 \u043D\u0430 \u0441\u0435\u043D\u0441\u043E\u0440\u043D\u043E\u043C \u044D\u043A\u0440\u0430\u043D\u0435",shortcutDisableTooltip:"\u041F\u043E\u0436\u0430\u043B\u0443\u0439\u0441\u0442\u0430, \u043D\u0430\u0441\u0442\u0440\u043E\u0439\u0442\u0435 \u043D\u0430 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u0435 \u0443\u043F\u0440\u0430\u0432\u043B\u0435\u043D\u0438\u044F \u0431\u044B\u0441\u0442\u0440\u044B\u043C\u0438 \u043A\u043B\u0430\u0432\u0438\u0448\u0430\u043C\u0438 \u0440\u0430\u0441\u0448\u0438\u0440\u0435\u043D\u0438\u044F \u0431\u0440\u0430\u0443\u0437\u0435\u0440\u0430, \u0434\u043B\u044F \u043F\u043E\u043B\u0443\u0447\u0435\u043D\u0438\u044F \u0434\u043E\u043F\u043E\u043B\u043D\u0438\u0442\u0435\u043B\u044C\u043D\u044B\u0445 \u0440\u0443\u043A\u043E\u0432\u043E\u0434\u0441\u0442\u0432 \u0441\u043C\u043E\u0442\u0440\u0438\u0442\u0435 \u0438\u043D\u0441\u0442\u0440\u0443\u043A\u0446\u0438\u0438 \u0432 \u0432\u0435\u0440\u0445\u043D\u0435\u0439 \u0447\u0430\u0441\u0442\u0438 \u044D\u0442\u043E\u0439 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u044B.",mouseHoverCustomKeyDescription:"\u0412\u044B \u043C\u043E\u0436\u0435\u0442\u0435 \u043D\u0430\u0441\u0442\u0440\u043E\u0438\u0442\u044C \u0441\u043E\u0447\u0435\u0442\u0430\u043D\u0438\u0435 \u043A\u043B\u0430\u0432\u0438\u0448 \u0434\u043B\u044F \u043D\u0430\u0432\u0435\u0434\u0435\u043D\u0438\u044F \u043C\u044B\u0448\u0438, \u043D\u0430\u043F\u0440\u0438\u043C\u0435\u0440: Alt+Z, Ctrl+E, Cmd+Alt+E \u0438\u043B\u0438 \u043F\u0440\u043E\u0441\u0442\u043E Cmd, \u043F\u043E\u0436\u0430\u043B\u0443\u0439\u0441\u0442\u0430, \u0432\u0432\u0435\u0434\u0438\u0442\u0435 \u0432\u0440\u0443\u0447\u043D\u0443\u044E.","desc.mouseHoverHoldKey":"\u041F\u0440\u0438 \u043D\u0430\u0432\u0435\u0434\u0435\u043D\u0438\u0438 \u043C\u044B\u0448\u0438 \u043D\u0430 \u0430\u0431\u0437\u0430\u0446, \u043E\u0434\u043D\u043E\u0432\u0440\u0435\u043C\u0435\u043D\u043D\u043E \u043D\u0430\u0436\u043C\u0438\u0442\u0435 \u043F\u0440\u0430\u0432\u0443\u044E \u0433\u043E\u0440\u044F\u0447\u0443\u044E \u043A\u043B\u0430\u0432\u0438\u0448\u0443, \u0447\u0442\u043E\u0431\u044B \u043D\u0435\u043F\u043E\u0441\u0440\u0435\u0434\u0441\u0442\u0432\u0435\u043D\u043D\u043E \u043F\u0435\u0440\u0435\u0432\u0435\u0441\u0442\u0438 \u044D\u0442\u043E\u0442 \u0430\u0431\u0437\u0430\u0446.","error.subscriptionExpired":"\u0412\u0430\u0448\u0430 \u043F\u043E\u0434\u043F\u0438\u0441\u043A\u0430, \u0432\u043E\u0437\u043C\u043E\u0436\u043D\u043E, \u0438\u0441\u0442\u0435\u043A\u043B\u0430, \u043F\u043E\u0436\u0430\u043B\u0443\u0439\u0441\u0442\u0430, \u043F\u0440\u043E\u0432\u0435\u0440\u044C\u0442\u0435 \u0441\u0442\u0430\u0442\u0443\u0441 \u0432\u0430\u0448\u0435\u0439 \u043F\u043E\u0434\u043F\u0438\u0441\u043A\u0438.","desc.touchShortcutsToggleTranslatePage":"\u041F\u043E\u0441\u043B\u0435 \u043D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0438, \u043F\u0440\u0438 \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u043D\u0438\u0438 \u043C\u043E\u0431\u0438\u043B\u044C\u043D\u043E\u0433\u043E \u0443\u0441\u0442\u0440\u043E\u0439\u0441\u0442\u0432\u0430, \u043C\u043E\u0436\u043D\u043E \u043E\u0434\u043D\u043E\u0432\u0440\u0435\u043C\u0435\u043D\u043D\u043E \u043A\u0430\u0441\u0430\u0442\u044C\u0441\u044F \u044D\u043A\u0440\u0430\u043D\u0430 X \u043F\u0430\u043B\u044C\u0446\u0430\u043C\u0438, \u043F\u0440\u043E\u0432\u043E\u0434\u0438\u0442\u044C \u043F\u043E \u043D\u0435\u043C\u0443 \u0432\u043B\u0435\u0432\u043E \u0438 \u0432\u043F\u0440\u0430\u0432\u043E \u0438\u043B\u0438 \u043D\u0435\u043F\u0440\u0435\u0440\u044B\u0432\u043D\u043E \u043D\u0430\u0436\u0438\u043C\u0430\u0442\u044C, \u0447\u0442\u043E\u0431\u044B \u0430\u043A\u0442\u0438\u0432\u0438\u0440\u043E\u0432\u0430\u0442\u044C \u043F\u0435\u0440\u0435\u0432\u043E\u0434 \u0432\u0435\u0431-\u0441\u0442\u0440\u0430\u043D\u0438\u0446\u044B/\u043F\u043E\u043A\u0430\u0437\u0430\u0442\u044C \u0438\u0441\u0445\u043E\u0434\u043D\u044B\u0439 \u0442\u0435\u043A\u0441\u0442.","contact.description":"\u0415\u0441\u043B\u0438 \u0443 \u0432\u0430\u0441 \u0435\u0441\u0442\u044C \u043A\u0430\u043A\u0438\u0435-\u043B\u0438\u0431\u043E \u0432\u043E\u043F\u0440\u043E\u0441\u044B \u0438\u043B\u0438 \u043F\u0440\u0435\u0434\u043B\u043E\u0436\u0435\u043D\u0438\u044F, \u043F\u043E\u0436\u0430\u043B\u0443\u0439\u0441\u0442\u0430, \u0437\u0430\u043F\u043E\u043B\u043D\u0438\u0442\u0435 \u0444\u043E\u0440\u043C\u0443 \u043D\u0438\u0436\u0435, \u0447\u0442\u043E\u0431\u044B \u0441\u0432\u044F\u0437\u0430\u0442\u044C\u0441\u044F \u0441 \u043D\u0430\u043C\u0438, \u0438\u043B\u0438 \u043E\u0442\u043F\u0440\u0430\u0432\u044C\u0442\u0435 \u044D\u043B\u0435\u043A\u0442\u0440\u043E\u043D\u043D\u043E\u0435 \u043F\u0438\u0441\u044C\u043C\u043E \u043D\u0430 {email}, \u0438 \u043C\u044B \u043E\u0442\u0432\u0435\u0442\u0438\u043C \u0432\u0430\u043C \u043A\u0430\u043A \u043C\u043E\u0436\u043D\u043E \u0441\u043A\u043E\u0440\u0435\u0435.","desc.toggleTranslateTheWholePage":"\u041F\u0435\u0440\u0435\u0432\u043E\u0434\u0438\u0442\u0435 \u0432\u0441\u0435 \u043E\u0431\u043B\u0430\u0441\u0442\u0438 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u044B, \u043F\u043E \u0443\u043C\u043E\u043B\u0447\u0430\u043D\u0438\u044E \u043C\u044B \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0438\u043C \u043E\u0441\u043D\u043E\u0432\u043D\u044B\u0435 \u043E\u0431\u043B\u0430\u0441\u0442\u0438 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u044B, \u0432\u044B \u043C\u043E\u0436\u0435\u0442\u0435 \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u044C \u044D\u0442\u043E\u0442 \u0433\u043E\u0440\u044F\u0447\u0438\u0439 \u043A\u043B\u0430\u0432\u0438\u0448 \u0434\u043B\u044F \u0441\u043F\u0435\u0446\u0438\u0430\u043B\u044C\u043D\u043E\u0433\u043E \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430 \u0432\u0441\u0435\u0445 \u043E\u0431\u043B\u0430\u0441\u0442\u0435\u0439 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u044B.",translationOnlyModeDescription:'\u0420\u0435\u0436\u0438\u043C "\u0422\u043E\u043B\u044C\u043A\u043E \u043F\u0435\u0440\u0435\u0432\u043E\u0434" \u043E\u0437\u043D\u0430\u0447\u0430\u0435\u0442, \u0447\u0442\u043E \u043E\u0442\u043E\u0431\u0440\u0430\u0436\u0430\u0435\u0442\u0441\u044F \u0442\u043E\u043B\u044C\u043A\u043E \u043F\u0435\u0440\u0435\u0432\u043E\u0434, \u0430 \u043D\u0435 \u0441\u0442\u0430\u043D\u0434\u0430\u0440\u0442\u043D\u044B\u0439 \u0434\u0432\u0443\u044F\u0437\u044B\u0447\u043D\u044B\u0439 \u0440\u0435\u0436\u0438\u043C. \u041E\u0431\u0440\u0430\u0442\u0438\u0442\u0435 \u0432\u043D\u0438\u043C\u0430\u043D\u0438\u0435: \u0438\u0437-\u0437\u0430 \u0442\u0435\u0445\u043D\u0438\u0447\u0435\u0441\u043A\u0438\u0445 \u043E\u0433\u0440\u0430\u043D\u0438\u0447\u0435\u043D\u0438\u0439, \u0433\u0438\u043F\u0435\u0440\u0441\u0441\u044B\u043B\u043A\u0438 \u0438\u0441\u0445\u043E\u0434\u043D\u043E\u0433\u043E \u0442\u0435\u043A\u0441\u0442\u0430 \u0431\u0443\u0434\u0443\u0442 \u043D\u0435\u0430\u043A\u0442\u0438\u0432\u043D\u044B \u0432 \u0440\u0435\u0436\u0438\u043C\u0435 "\u0422\u043E\u043B\u044C\u043A\u043E \u043F\u0435\u0440\u0435\u0432\u043E\u0434".',"desc.toggleTranslateTheMainPage":"\u0422\u043E\u043B\u044C\u043A\u043E \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0438\u0442\u0435 \u043E\u0441\u043D\u043E\u0432\u043D\u044B\u0435 \u043E\u0431\u043B\u0430\u0441\u0442\u0438 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u044B, \u043A\u043E\u0433\u0434\u0430 \u0432\u044B \u0432\u043A\u043B\u044E\u0447\u0438\u043B\u0438 \u043F\u0435\u0440\u0435\u0432\u043E\u0434 \u0432\u0441\u0435\u0445 \u043E\u0431\u043B\u0430\u0441\u0442\u0435\u0439 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u044B \u0432 \u0440\u0430\u0441\u0448\u0438\u0440\u0435\u043D\u043D\u044B\u0445 \u043D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0430\u0445, \u0432\u044B \u043C\u043E\u0436\u0435\u0442\u0435 \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u044C \u044D\u0442\u043E\u0442 \u0433\u043E\u0440\u044F\u0447\u0438\u0439 \u043A\u043B\u0430\u0432\u0438\u0448 \u0434\u043B\u044F \u0441\u043F\u0435\u0446\u0438\u0430\u043B\u044C\u043D\u043E\u0433\u043E \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430 \u043E\u0441\u043D\u043E\u0432\u043D\u044B\u0445 \u043E\u0431\u043B\u0430\u0441\u0442\u0435\u0439 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u044B.","intro.floatBallDescription":"\u041F\u043E\u0441\u043B\u0435 \u0430\u043A\u0442\u0438\u0432\u0430\u0446\u0438\u0438 \u043D\u0430 \u043F\u0440\u0430\u0432\u043E\u0439 \u0441\u0442\u043E\u0440\u043E\u043D\u0435 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u044B \u043F\u043E\u044F\u0432\u0438\u0442\u0441\u044F \u043A\u043D\u043E\u043F\u043A\u0430 \u0431\u044B\u0441\u0442\u0440\u043E\u0433\u043E \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430, \u043D\u0430\u0436\u043C\u0438\u0442\u0435 \u043D\u0430 \u043D\u0435\u0435, \u0447\u0442\u043E\u0431\u044B \u043F\u0435\u0440\u0435\u0432\u0435\u0441\u0442\u0438, \u043D\u0430\u0436\u043C\u0438\u0442\u0435 \u0435\u0449\u0435 \u0440\u0430\u0437, \u0447\u0442\u043E\u0431\u044B \u0432\u0435\u0440\u043D\u0443\u0442\u044C\u0441\u044F \u043A \u0438\u0441\u0445\u043E\u0434\u043D\u043E\u043C\u0443 \u0442\u0435\u043A\u0441\u0442\u0443. \u041D\u0430 \u043C\u043E\u0431\u0438\u043B\u044C\u043D\u043E\u043C \u0443\u0441\u0442\u0440\u043E\u0439\u0441\u0442\u0432\u0435, \u0435\u0441\u043B\u0438 \u0432\u044B \u0434\u043E\u043B\u0433\u043E \u043D\u0430\u0436\u0438\u043C\u0430\u0435\u0442\u0435 \u043D\u0430 \u043F\u043B\u0430\u0432\u0430\u044E\u0449\u0438\u0439 \u0448\u0430\u0440, \u0432\u044B \u043C\u043E\u0436\u0435\u0442\u0435 \u043E\u0442\u043A\u0440\u044B\u0442\u044C \u043F\u0430\u043D\u0435\u043B\u044C \u0431\u044B\u0441\u0442\u0440\u044B\u0445 \u043D\u0430\u0441\u0442\u0440\u043E\u0435\u043A.","desc.toggleMouseHoverTranslateDirectly":"\u041F\u043E\u0441\u043B\u0435 \u043D\u0430\u0436\u0430\u0442\u0438\u044F \u044D\u0442\u043E\u0439 \u0433\u043E\u0440\u044F\u0447\u0435\u0439 \u043A\u043B\u0430\u0432\u0438\u0448\u0438, \u043D\u0430 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u0435, \u043A\u0430\u043A \u0442\u043E\u043B\u044C\u043A\u043E \u043C\u044B\u0448\u044C \u0443\u043A\u0430\u0437\u044B\u0432\u0430\u0435\u0442 \u043D\u0430 \u043B\u044E\u0431\u043E\u0439 \u0442\u0435\u043A\u0441\u0442, \u044D\u0442\u043E\u0442 \u0442\u0435\u043A\u0441\u0442 \u0430\u0432\u0442\u043E\u043C\u0430\u0442\u0438\u0447\u0435\u0441\u043A\u0438 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0438\u0442\u0441\u044F. \u041D\u0430\u0436\u043C\u0438\u0442\u0435 \u0433\u043E\u0440\u044F\u0447\u0443\u044E \u043A\u043B\u0430\u0432\u0438\u0448\u0443 \u0435\u0449\u0435 \u0440\u0430\u0437, \u0447\u0442\u043E\u0431\u044B \u043E\u0442\u043A\u043B\u044E\u0447\u0438\u0442\u044C \u044D\u0442\u0443 \u0444\u0443\u043D\u043A\u0446\u0438\u044E \u0430\u0432\u0442\u043E\u043C\u0430\u0442\u0438\u0447\u0435\u0441\u043A\u043E\u0433\u043E \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430.","subtitle.showQuickButtonDescription":"\u0412 \u043F\u0440\u0430\u0432\u043E\u043C \u043D\u0438\u0436\u043D\u0435\u043C \u0443\u0433\u043B\u0443 \u0432\u0438\u0434\u0435\u043E\u043F\u043B\u0435\u0435\u0440\u0430 \u043F\u0440\u0435\u0434\u043E\u0441\u0442\u0430\u0432\u043B\u044F\u0435\u0442\u0441\u044F \u0431\u044B\u0441\u0442\u0440\u044B\u0439 \u0434\u043E\u0441\u0442\u0443\u043F \u043A \u0432\u043A\u043B\u044E\u0447\u0435\u043D\u0438\u044E \u0434\u0432\u0443\u044F\u0437\u044B\u0447\u043D\u044B\u0445 \u0441\u0443\u0431\u0442\u0438\u0442\u0440\u043E\u0432.","neverTranslateText.description":"\u0418\u0437-\u0437\u0430 \u0442\u043E\u0433\u043E, \u0447\u0442\u043E \u043D\u0435\u043A\u043E\u0442\u043E\u0440\u044B\u0435 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0447\u0435\u0441\u043A\u0438\u0435 \u0434\u0432\u0438\u0436\u043A\u0438 \u043D\u0435 \u0438\u0434\u0435\u0430\u043B\u044C\u043D\u043E \u0440\u0430\u0441\u043F\u043E\u0437\u043D\u0430\u044E\u0442 \u0441\u043F\u0435\u0446\u0438\u0430\u043B\u044C\u043D\u044B\u0435 \u0442\u0435\u0440\u043C\u0438\u043D\u044B, \u0432\u044B \u043C\u043E\u0436\u0435\u0442\u0435 \u0434\u043E\u0431\u0430\u0432\u0438\u0442\u044C \u0441\u043B\u043E\u0432\u0430 \u0437\u0434\u0435\u0441\u044C, \u0447\u0442\u043E\u0431\u044B \u0443\u0431\u0435\u0434\u0438\u0442\u044C\u0441\u044F, \u0447\u0442\u043E \u043E\u043D\u0438 \u043D\u0435 \u0431\u0443\u0434\u0443\u0442 \u043F\u0440\u0435\u043E\u0431\u0440\u0430\u0437\u043E\u0432\u0430\u043D\u044B \u0432 \u043F\u0440\u043E\u0446\u0435\u0441\u0441\u0435 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430. \u041E\u0431\u0440\u0430\u0442\u0438\u0442\u0435 \u0432\u043D\u0438\u043C\u0430\u043D\u0438\u0435, \u0447\u0442\u043E \u044D\u0442\u0430 \u0444\u0443\u043D\u043A\u0446\u0438\u044F \u0440\u0430\u0437\u043B\u0438\u0447\u0430\u0435\u0442 \u0440\u0435\u0433\u0438\u0441\u0442\u0440 \u0438 \u043F\u043E\u0434\u0434\u0435\u0440\u0436\u0438\u0432\u0430\u0435\u0442 \u0442\u043E\u043B\u044C\u043A\u043E \u044F\u0437\u044B\u043A\u0438 \u0441\u043E \u0441\u043B\u043E\u0432\u0430\u043C\u0438, \u0440\u0430\u0437\u0434\u0435\u043B\u0435\u043D\u043D\u044B\u043C\u0438 \u043F\u0440\u043E\u0431\u0435\u043B\u0430\u043C\u0438 (\u043D\u0430\u043F\u0440\u0438\u043C\u0435\u0440, \u0430\u043D\u0433\u043B\u0438\u0439\u0441\u043A\u0438\u0439, \u0444\u0440\u0430\u043D\u0446\u0443\u0437\u0441\u043A\u0438\u0439), \u0438 \u043D\u0435 \u043F\u043E\u0434\u0445\u043E\u0434\u0438\u0442 \u0434\u043B\u044F \u044F\u0437\u044B\u043A\u043E\u0432, \u0442\u0430\u043A\u0438\u0445 \u043A\u0430\u043A \u044F\u043F\u043E\u043D\u0441\u043A\u0438\u0439, \u043A\u043E\u0440\u0435\u0439\u0441\u043A\u0438\u0439 \u0438 \u0442.\u0434.","intro.subtitleDescription":"\u041F\u043E\u0441\u043B\u0435 \u0432\u043A\u043B\u044E\u0447\u0435\u043D\u0438\u044F \u044D\u0442\u043E\u0439 \u0444\u0443\u043D\u043A\u0446\u0438\u0438, \u043F\u0440\u0438 \u043F\u0440\u043E\u0441\u043C\u043E\u0442\u0440\u0435 \u0432\u0438\u0434\u0435\u043E \u0431\u0443\u0434\u0443\u0442 \u0430\u0432\u0442\u043E\u043C\u0430\u0442\u0438\u0447\u0435\u0441\u043A\u0438 \u043E\u0442\u043E\u0431\u0440\u0430\u0436\u0430\u0442\u044C\u0441\u044F \u0441\u0443\u0431\u0442\u0438\u0442\u0440\u044B \u043D\u0430 \u0434\u0432\u0443\u0445 \u044F\u0437\u044B\u043A\u0430\u0445. \u0415\u0441\u043B\u0438 \u0444\u0443\u043D\u043A\u0446\u0438\u044F \u043D\u0435 \u0432\u043A\u043B\u044E\u0447\u0435\u043D\u0430, \u0432\u0430\u043C \u043D\u0443\u0436\u043D\u043E \u0431\u0443\u0434\u0435\u0442 \u0432\u0440\u0443\u0447\u043D\u0443\u044E \u043D\u0430\u0436\u0430\u0442\u044C \u043A\u043D\u043E\u043F\u043A\u0443 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430 \u043D\u0430 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u0435, \u0447\u0442\u043E\u0431\u044B \u043E\u0442\u043E\u0431\u0440\u0430\u0437\u0438\u0442\u044C \u0441\u0443\u0431\u0442\u0438\u0442\u0440\u044B. \u041E\u0431\u0440\u0430\u0442\u0438\u0442\u0435 \u0432\u043D\u0438\u043C\u0430\u043D\u0438\u0435, \u0447\u0442\u043E \u0438\u0437-\u0437\u0430 \u0442\u0435\u0445\u043D\u0438\u0447\u0435\u0441\u043A\u0438\u0445 \u043E\u0433\u0440\u0430\u043D\u0438\u0447\u0435\u043D\u0438\u0439 \u043D\u0430 \u043D\u0435\u043A\u043E\u0442\u043E\u0440\u044B\u0445 \u0441\u0430\u0439\u0442\u0430\u0445 \u043F\u0440\u0438 \u043F\u0435\u0440\u0432\u043E\u0439 \u0430\u043A\u0442\u0438\u0432\u0430\u0446\u0438\u0438 \u0441\u0443\u0431\u0442\u0438\u0442\u0440\u043E\u0432 \u043C\u043E\u0436\u0435\u0442 \u043F\u043E\u0442\u0440\u0435\u0431\u043E\u0432\u0430\u0442\u044C\u0441\u044F \u043E\u0431\u043D\u043E\u0432\u0438\u0442\u044C \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u0443 \u0438\u043B\u0438 \u0434\u043E\u0436\u0434\u0430\u0442\u044C\u0441\u044F \u043E\u043A\u043E\u043D\u0447\u0430\u043D\u0438\u044F \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430, \u0447\u0442\u043E\u0431\u044B \u043E\u0442\u043E\u0431\u0440\u0430\u0437\u0438\u0442\u044C \u0441\u0443\u0431\u0442\u0438\u0442\u0440\u044B \u043D\u0430 \u0434\u0432\u0443\u0445 \u044F\u0437\u044B\u043A\u0430\u0445. (\u041A\u0440\u043E\u043C\u0435 \u0442\u043E\u0433\u043E, \u0432\u044B \u0442\u0430\u043A\u0436\u0435 \u043C\u043E\u0436\u0435\u0442\u0435 \u0432\u043A\u043B\u044E\u0447\u0438\u0442\u044C / \u043E\u0442\u043A\u043B\u044E\u0447\u0438\u0442\u044C \u043F\u0430\u043D\u0435\u043B\u044C \u0431\u044B\u0441\u0442\u0440\u044B\u0445 \u043A\u043E\u043C\u0430\u043D\u0434 \u0434\u043B\u044F \u043F\u043E\u0433\u0440\u0443\u0436\u0435\u043D\u0438\u044F \u0432 \u043F\u0435\u0440\u0435\u0432\u043E\u0434 \u0432 \u0432\u0435\u0440\u0445\u043D\u0435\u043C \u043F\u0440\u0430\u0432\u043E\u043C \u0443\u0433\u043B\u0443 \u043F\u043E\u0441\u043B\u0435 \u043E\u0442\u043A\u0440\u044B\u0442\u0438\u044F \u0432\u0438\u0434\u0435\u043E \u0441\u0430\u0439\u0442\u0430)

\u0412 \u043D\u0430\u0441\u0442\u043E\u044F\u0449\u0435\u0435 \u0432\u0440\u0435\u043C\u044F \u043F\u043E\u0434\u0434\u0435\u0440\u0436\u0438\u0432\u0430\u0435\u0442\u0441\u044F \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u043D\u0438\u0435 \u0441\u0443\u0431\u0442\u0438\u0442\u0440\u043E\u0432 \u043D\u0430 \u0434\u0432\u0443\u0445 \u044F\u0437\u044B\u043A\u0430\u0445 \u043D\u0430 \u044D\u0442\u0438\u0445 \u0441\u0430\u0439\u0442\u0430\u0445:","desc.touchShortcutsToggleTranslationMask":"\u041F\u0435\u0440\u0435\u0432\u043E\u0434\u0447\u0435\u0441\u043A\u0430\u044F \u043C\u0430\u0441\u043A\u0430 - \u044D\u0442\u043E \u044D\u0444\u0444\u0435\u043A\u0442 \u0440\u0430\u0437\u043C\u044B\u0442\u0438\u044F \u0432 \u0441\u0442\u0438\u043B\u0435 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430 (\u0440\u0435\u0436\u0438\u043C \u043E\u0431\u0443\u0447\u0435\u043D\u0438\u044F). \u041F\u043E\u0441\u043B\u0435 \u0432\u043A\u043B\u044E\u0447\u0435\u043D\u0438\u044F \u0432\u0440\u0435\u043C\u0435\u043D\u043D\u043E \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u0443\u0435\u0442\u0441\u044F \u044D\u0444\u0444\u0435\u043A\u0442 \u0440\u0430\u0437\u043C\u044B\u0442\u0438\u044F \u0434\u043B\u044F \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430, \u0447\u0442\u043E \u0443\u0434\u043E\u0431\u043D\u043E \u0434\u043B\u044F \u043E\u0431\u0443\u0447\u0435\u043D\u0438\u044F.","intro.hoverDescription":"\u041F\u0435\u0440\u0435\u0432\u043E\u0434 \u043F\u0440\u0438 \u043D\u0430\u0432\u0435\u0434\u0435\u043D\u0438\u0438 \u043C\u044B\u0448\u0438 - \u044D\u0442\u043E \u043E\u0447\u0435\u043D\u044C \u0432\u0430\u0436\u043D\u0430\u044F \u0444\u0443\u043D\u043A\u0446\u0438\u044F \u0432 \u043A\u043E\u043D\u0442\u0435\u043A\u0441\u0442\u043D\u043E\u043C \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0435, \u0434\u043E\u0441\u0442\u0430\u0442\u043E\u0447\u043D\u043E \u043F\u0440\u043E\u0441\u0442\u043E \u043F\u043E\u043C\u0435\u0441\u0442\u0438\u0442\u044C \u043A\u0443\u0440\u0441\u043E\u0440 \u043D\u0430 \u0430\u0431\u0437\u0430\u0446 \u0438 \u043E\u0434\u043D\u043E\u0432\u0440\u0435\u043C\u0435\u043D\u043D\u043E \u043D\u0430\u0436\u0430\u0442\u044C \u0437\u0430\u0434\u0430\u043D\u043D\u0443\u044E \u0433\u043E\u0440\u044F\u0447\u0443\u044E \u043A\u043B\u0430\u0432\u0438\u0448\u0443, \u0447\u0442\u043E\u0431\u044B \u0430\u0432\u0442\u043E\u043C\u0430\u0442\u0438\u0447\u0435\u0441\u043A\u0438 \u043F\u0435\u0440\u0435\u0432\u0435\u0441\u0442\u0438 \u0442\u0435\u043A\u0443\u0449\u0438\u0439 \u0430\u0431\u0437\u0430\u0446 (\u043E\u0431\u0440\u0430\u0442\u0438\u0442\u0435 \u0432\u043D\u0438\u043C\u0430\u043D\u0438\u0435: \u043F\u043E \u0443\u043C\u043E\u043B\u0447\u0430\u043D\u0438\u044E \u043E\u043D \u043D\u0435 \u0432\u043A\u043B\u044E\u0447\u0435\u043D, \u043F\u043E\u0436\u0430\u043B\u0443\u0439\u0441\u0442\u0430, \u043D\u0430\u0441\u0442\u0440\u043E\u0439\u0442\u0435 \u0435\u0433\u043E \u043D\u0438\u0436\u0435). \u042D\u0442\u043E\u0442 \u0432\u0437\u0430\u0438\u043C\u043E\u0434\u0435\u0439\u0441\u0442\u0432\u0438\u0435 \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u0443\u0435\u0442\u0441\u044F \u0434\u043B\u044F \u043B\u0443\u0447\u0448\u0435\u0439 \u0437\u0430\u043C\u0435\u043D\u044B \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430 \u0432\u044B\u0434\u0435\u043B\u0435\u043D\u043D\u043E\u0433\u043E \u0442\u0435\u043A\u0441\u0442\u0430, \u043A\u0440\u043E\u043C\u0435 \u0442\u043E\u0433\u043E, \u044D\u0442\u0430 \u0444\u0443\u043D\u043A\u0446\u0438\u044F \u0448\u0438\u0440\u043E\u043A\u043E \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u0443\u0435\u0442\u0441\u044F \u0432 \u043E\u0431\u043B\u0430\u0441\u0442\u044F\u0445, \u043A\u043E\u0442\u043E\u0440\u044B\u0435 \u043D\u0435 \u043C\u043E\u0433\u0443\u0442 \u0431\u044B\u0442\u044C \u0440\u0430\u0441\u043F\u043E\u0437\u043D\u0430\u043D\u044B \u0434\u043B\u044F \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430, \u0432\u044B \u043C\u043E\u0436\u0435\u0442\u0435 \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u044C \u044D\u0442\u0443 \u0444\u0443\u043D\u043A\u0446\u0438\u044E \u0434\u043B\u044F \u043F\u0440\u0438\u043D\u0443\u0434\u0438\u0442\u0435\u043B\u044C\u043D\u043E\u0433\u043E \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430 \u043B\u044E\u0431\u043E\u0433\u043E \u0430\u0431\u0437\u0430\u0446\u0430.",geminiWarning:"\u0412\u043D\u0438\u043C\u0430\u043D\u0438\u0435: \u0431\u0435\u0441\u043F\u043B\u0430\u0442\u043D\u044B\u0439 \u0441\u0435\u0440\u0432\u0438\u0441 Gemini \u043E\u0442 Google \u0438\u043C\u0435\u0435\u0442 \u0441\u0442\u0440\u043E\u0433\u0438\u0435 \u043E\u0433\u0440\u0430\u043D\u0438\u0447\u0435\u043D\u0438\u044F, Google \u043C\u043E\u0436\u0435\u0442 \u0441\u0447\u0438\u0442\u0430\u0442\u044C, \u0447\u0442\u043E \u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u0435\u043B\u044C \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u0443\u0435\u0442 \u043D\u0435\u0441\u043A\u043E\u043B\u044C\u043A\u043E \u043A\u043B\u044E\u0447\u0435\u0439 \u0434\u043B\u044F \u043E\u0431\u0445\u043E\u0434\u0430 \u0438\u0445 \u0431\u0435\u0441\u043F\u043B\u0430\u0442\u043D\u044B\u0445 \u043A\u0432\u043E\u0442. \u041D\u0435 \u0440\u0435\u043A\u043E\u043C\u0435\u043D\u0434\u0443\u0435\u0442\u0441\u044F \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u044C, \u0440\u0435\u043A\u043E\u043C\u0435\u043D\u0434\u0443\u0435\u0442\u0441\u044F \u0436\u0434\u0430\u0442\u044C, \u043F\u043E\u043A\u0430 Google \u043D\u0435 \u043E\u0442\u043A\u0440\u043E\u0435\u0442 \u043F\u043B\u0430\u0442\u043D\u044B\u0439 \u0438\u043D\u0442\u0435\u0440\u0444\u0435\u0439\u0441 Gemini \u0434\u043B\u044F \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u043D\u0438\u044F \u0432 \u0431\u0443\u0434\u0443\u0449\u0435\u043C.","floatBall.setting":"\u043D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0430","floatBall.file":"\u041F\u0435\u0440\u0435\u0432\u043E\u0434 PDF, EPUB, SRT, ASS, HTML, TXT \u0444\u0430\u0439\u043B\u043E\u0432","floatBall.translateToLanguage":"\u041D\u0430\u0436\u043C\u0438\u0442\u0435, \u0447\u0442\u043E\u0431\u044B \u043F\u0435\u0440\u0435\u0432\u0435\u0441\u0442\u0438 \u043D\u0430 {language}",changeToOnlyTempTranslationMode:"\u041F\u0435\u0440\u0435\u043A\u043B\u044E\u0447\u0435\u043D\u0438\u0435 \u043D\u0430 \u043E\u0442\u043E\u0431\u0440\u0430\u0436\u0435\u043D\u0438\u0435 \u0442\u043E\u043B\u044C\u043A\u043E \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u043E\u0432",changeToDualTempTranslationMode:"\u041F\u0435\u0440\u0435\u0445\u043E\u0434 \u043D\u0430 \u0434\u0432\u0443\u044F\u0437\u044B\u0447\u043D\u044B\u0439 \u043F\u0435\u0440\u0435\u0432\u043E\u0434","transitionMode.dual":"\u0434\u0432\u0443\u044F\u0437\u044B\u0447\u043D\u043E\u0435 \u0441\u043E\u043F\u043E\u0441\u0442\u0430\u0432\u043B\u0435\u043D\u0438\u0435","transitionMode.translation":"\u0422\u043E\u043B\u044C\u043A\u043E \u043F\u0435\u0440\u0435\u0432\u043E\u0434","options.navbar.installApp":"\u0423\u0441\u0442\u0430\u043D\u043E\u0432\u0438\u0442\u0435 \u043C\u043E\u0431\u0438\u043B\u044C\u043D\u043E\u0435 \u043F\u0440\u0438\u043B\u043E\u0436\u0435\u043D\u0438\u0435","options.navbar.translateFile":"\u041F\u0435\u0440\u0435\u0432\u0435\u0441\u0442\u0438 \u0434\u043E\u043A\u0443\u043C\u0435\u043D\u0442","subtitle.transitionMode":"\u0412\u0438\u0434\u0435\u043E \u0441 \u0434\u0432\u0443\u044F\u0437\u044B\u0447\u043D\u044B\u043C\u0438 \u0441\u0443\u0431\u0442\u0438\u0442\u0440\u0430\u043C\u0438 / \u043D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0430 \u0442\u043E\u043B\u044C\u043A\u043E \u0434\u043B\u044F \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430","subtitle.transitionModeDescription":"\u0423\u0441\u0442\u0430\u043D\u043E\u0432\u0438\u0442\u0435 \u0441\u0443\u0431\u0442\u0438\u0442\u0440\u044B \u0432\u0438\u0434\u0435\u043E \u043D\u0430 \u0434\u0432\u0443\u044F\u0437\u044B\u0447\u043D\u043E\u0435 \u0441\u043E\u043F\u043E\u0441\u0442\u0430\u0432\u043B\u0435\u043D\u0438\u0435 \u0438\u043B\u0438 \u0442\u043E\u043B\u044C\u043A\u043E \u0440\u0435\u0436\u0438\u043C \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430","transitionMode.inherit":"\u0421\u043E\u0445\u0440\u0430\u043D\u044F\u0439\u0442\u0435 \u0441\u043E\u043E\u0442\u0432\u0435\u0442\u0441\u0442\u0432\u0438\u0435 \u0441 \u0440\u0435\u0436\u0438\u043C\u043E\u043C \u043E\u0442\u043E\u0431\u0440\u0430\u0436\u0435\u043D\u0438\u044F \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430 \u043F\u043E \u0443\u043C\u043E\u043B\u0447\u0430\u043D\u0438\u044E \u0441\u0438\u0441\u0442\u0435\u043C\u044B.",translateFileTooltip:`\u041F\u0435\u0440\u0435\u0432\u043E\u0434 PDF, ePub, srt, ass, HTML, TXT \u0444\u0430\u0439\u043B\u043E\u0432`,"description.multiplePrompt":`\u041A\u043E\u0433\u0434\u0430 \u043A\u043E\u043B\u0438\u0447\u0435\u0441\u0442\u0432\u043E \u0430\u0431\u0437\u0430\u0446\u0435\u0432 \u0431\u043E\u043B\u044C\u0448\u0435 1, \u0434\u0438\u0430\u043B\u043E\u0433\u0438, \u043E\u0442\u043F\u0440\u0430\u0432\u043B\u0435\u043D\u043D\u044B\u0435 {service} \u043E\u0442 \u0438\u043C\u0435\u043D\u0438 \u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u0435\u043B\u044F, \u0433\u0434\u0435 {{from}} \u043E\u0431\u043E\u0437\u043D\u0430\u0447\u0430\u0435\u0442 \u044F\u0437\u044B\u043A \u0430\u0431\u0437\u0430\u0446\u0430, {{to}} \u043E\u0431\u043E\u0437\u043D\u0430\u0447\u0430\u0435\u0442 \u0446\u0435\u043B\u0435\u0432\u043E\u0439 \u044F\u0437\u044B\u043A, {{yaml}} - \u044D\u0442\u043E \u043D\u0430\u0448 \u043A\u043E\u043D\u0442\u0435\u043D\u0442 \u0430\u0431\u0437\u0430\u0446\u0430, \u0443\u043F\u0430\u043A\u043E\u0432\u0430\u043D\u043D\u044B\u0439 \u0432 \u0444\u043E\u0440\u043C\u0430\u0442\u0435 yaml. \u0415\u0441\u043B\u0438 \u0443 \u0432\u0430\u0441 \u0435\u0441\u0442\u044C \u043F\u043E\u0442\u0440\u0435\u0431\u043D\u043E\u0441\u0442\u044C \u0432 \u043D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0435 Prompt, \u0432\u0430\u043C \u043D\u0443\u0436\u043D\u043E \u0443\u0431\u0435\u0434\u0438\u0442\u044C\u0441\u044F, \u0447\u0442\u043E \u043A\u0430\u0436\u0434\u044B\u0439 \u044D\u043B\u0435\u043C\u0435\u043D\u0442 \u0432 \u0440\u0435\u0437\u0443\u043B\u044C\u0442\u0430\u0442\u0435 YAML \u043E\u0442 AI \u0441\u043E\u0434\u0435\u0440\u0436\u0438\u0442 \u043F\u043E\u043B\u0435 {env.imt_trans_field}, {{imt_trans_field}} - \u044D\u0442\u043E \u043D\u0430\u0437\u0432\u0430\u043D\u0438\u0435 \u043F\u043E\u043B\u044F \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430, \u043A\u043E\u0442\u043E\u0440\u043E\u0435 \u043C\u044B \u0445\u043E\u0442\u0438\u043C \u043F\u043E\u043B\u0443\u0447\u0438\u0442\u044C \u043E\u0442 AI, \u043F\u043E \u0443\u043C\u043E\u043B\u0447\u0430\u043D\u0438\u044E \u044D\u0442\u043E {env.imt_trans_field}, {{imt_source_field}} - \u044D\u0442\u043E \u043D\u0430\u0437\u0432\u0430\u043D\u0438\u0435 \u043F\u043E\u043B\u044F \u0438\u0441\u0445\u043E\u0434\u043D\u043E\u0433\u043E \u0442\u0435\u043A\u0441\u0442\u0430, \u043A\u043E\u0442\u043E\u0440\u043E\u0435 \u043C\u044B \u043F\u0435\u0440\u0435\u0434\u0430\u0435\u043C AI, \u043F\u043E \u0443\u043C\u043E\u043B\u0447\u0430\u043D\u0438\u044E \u044D\u0442\u043E {env.imt_source_field}. \u041F\u0440\u0438\u043C\u0435\u0440 \u0440\u0435\u0437\u0443\u043B\u044C\u0442\u0430\u0442\u0430: @@ -5142,7 +5142,7 @@ ass, HTML, TXT \u0444\u0430\u0439\u043B\u043E\u0432`,"description.multiplePrompt {env.imt_sub_trans_field}: \u041F\u0435\u0440\u0435\u0432\u043E\u0434 - id: 2 {env.imt_sub_source_field}: \u0418\u0441\u0442\u043E\u0447\u043D\u0438\u043A - {env.imt_sub_trans_field}: \u041F\u0435\u0440\u0435\u0432\u043E\u0434`,"subtitle.quickButton.cyan":"\u0421\u0438\u043D\u0438\u0439","subtitle.quickButton.magenta":"\u041F\u0443\u0440\u043F\u0443\u0440\u043D\u044B\u0439","subtitle.quickButton.white":"\u0431\u0435\u043B\u044B\u0439","subtitle.quickButton.blue":"\u0441\u0438\u043D\u0438\u0439","subtitle.quickButton.red":"\u043A\u0440\u0430\u0441\u043D\u044B\u0439","subtitle.quickButton.translationPositionTop":"\u0432 \u0432\u0435\u0440\u0445\u043D\u0435\u0439 \u0447\u0430\u0441\u0442\u0438 \u0442\u0435\u043A\u0441\u0442\u0430","subtitle.quickButton.translationPosition":"\u043C\u0435\u0441\u0442\u043E\u043F\u043E\u043B\u043E\u0436\u0435\u043D\u0438\u0435 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430","subtitle.quickButton.green":"\u0437\u0435\u043B\u0435\u043D\u044B\u0439","subtitle.quickButton.translationPositionBottom":"\u043E\u0440\u0438\u0433\u0438\u043D\u0430\u043B \u043D\u0438\u0436\u0435","subtitle.quickButton.yellow":"\u0436\u0435\u043B\u0442\u044B\u0439","subtitle.quickButton.backgroundColor":"\u0444\u043E\u043D\u043E\u0432\u044B\u0439 \u0446\u0432\u0435\u0442","subtitle.quickButton.sourceFontSize":"\u0418\u0441\u0445\u043E\u0434\u043D\u044B\u0439 \u0440\u0430\u0437\u043C\u0435\u0440 \u0448\u0440\u0438\u0444\u0442\u0430","translationServices.claude":"\u041A\u043B\u043E\u0434","subtitle.quickButton.setting":"\u043D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0430","subtitle.quickButton.translationFontSize":"\u0440\u0430\u0437\u043C\u0435\u0440 \u0448\u0440\u0438\u0444\u0442\u0430 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430","subtitle.quickButton.translationTextColor":"\u0426\u0432\u0435\u0442 \u0448\u0440\u0438\u0444\u0442\u0430 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430","subtitle.quickButton.black":"\u0447\u0435\u0440\u043D\u044B\u0439","subtitle.quickButton.sourceTextColor":"\u0418\u0441\u0445\u043E\u0434\u043D\u044B\u0439 \u0446\u0432\u0435\u0442 \u0448\u0440\u0438\u0444\u0442\u0430","subtitle.quickButton.backgroundOpacity":"\u0424\u043E\u043D\u043E\u0432\u0430\u044F \u043D\u0435\u043F\u0440\u043E\u0437\u0440\u0430\u0447\u043D\u043E\u0441\u0442\u044C",attachSubtitleTranslating:"\u0418\u0441\u043F\u043E\u043B\u044C\u0437\u0443\u044F {service} \u0434\u043B\u044F \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430...","error.claude.403":"\u0412\u0440\u0435\u043C\u0435\u043D\u043D\u043E \u043D\u0435\u0442 \u0434\u043E\u0441\u0442\u0443\u043F\u0430 \u043A \u0441\u0435\u0440\u0432\u0438\u0441\u0443, \u0432\u043E\u0437\u043C\u043E\u0436\u043D\u043E, \u044D\u0442\u043E \u0441\u0432\u044F\u0437\u0430\u043D\u043E \u0441 \u0440\u0435\u0433\u0438\u043E\u043D\u0430\u043B\u044C\u043D\u044B\u043C\u0438 \u043E\u0433\u0440\u0430\u043D\u0438\u0447\u0435\u043D\u0438\u044F\u043C\u0438 \u041A\u043B\u043E\u0434\u0430. \u0412\u044B \u043C\u043E\u0436\u0435\u0442\u0435 \u043F\u043E\u043F\u0440\u043E\u0431\u043E\u0432\u0430\u0442\u044C \u0438\u0437\u043C\u0435\u043D\u0438\u0442\u044C \u0441\u0432\u043E\u0439 IP-\u0430\u0434\u0440\u0435\u0441 \u0438\u043B\u0438 \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u044C \u0434\u0440\u0443\u0433\u0438\u0435 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0447\u0435\u0441\u043A\u0438\u0435 \u0443\u0441\u043B\u0443\u0433\u0438.","browser.brandDescriptionForSafari":"\u3010\u041F\u043E\u0433\u0440\u0443\u0436\u0435\u043D\u0438\u0435 \u0432 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u3011\u0411\u0435\u0441\u043F\u043B\u0430\u0442\u043D\u044B\u0439 \u043F\u043B\u0430\u0433\u0438\u043D \u0434\u043B\u044F \u0434\u0432\u0443\u044F\u0437\u044B\u0447\u043D\u043E\u0433\u043E \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430 \u0432\u0435\u0431-\u0441\u0442\u0440\u0430\u043D\u0438\u0446 (\u043E\u0440\u0438\u0433\u0438\u043D\u0430\u043B/\u043F\u0435\u0440\u0435\u0432\u043E\u0434), \u043F\u043E\u0434\u0434\u0435\u0440\u0436\u0438\u0432\u0430\u044E\u0449\u0438\u0439 \u043F\u0435\u0440\u0435\u0432\u043E\u0434 PDF \u0438 \u043F\u0435\u0440\u0435\u0432\u043E\u0434 \u044D\u043B\u0435\u043A\u0442\u0440\u043E\u043D\u043D\u044B\u0445 \u043A\u043D\u0438\u0433 EPUB \u0441 \u0441\u043E\u0445\u0440\u0430\u043D\u0435\u043D\u0438\u0435\u043C \u043E\u0440\u0438\u0433\u0438\u043D\u0430\u043B\u044C\u043D\u043E\u0433\u043E \u0444\u043E\u0440\u043C\u0430\u0442\u0438\u0440\u043E\u0432\u0430\u043D\u0438\u044F \u0434\u043E\u043A\u0443\u043C\u0435\u043D\u0442\u0430, \u043F\u0435\u0440\u0435\u0432\u043E\u0434 \u0434\u0432\u0443\u044F\u0437\u044B\u0447\u043D\u044B\u0445 \u0441\u0443\u0431\u0442\u0438\u0442\u0440\u043E\u0432 \u0434\u043B\u044F \u043E\u043D\u043B\u0430\u0439\u043D-\u0432\u0438\u0434\u0435\u043E \u043D\u0430 Youtube/Netflix, \u043F\u043E\u0434\u0434\u0435\u0440\u0436\u0438\u0432\u0430\u044E\u0449\u0438\u0439 \u043E\u0441\u043D\u043E\u0432\u043D\u044B\u0435 \u0441\u0435\u0440\u0432\u0438\u0441\u044B \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430, \u0442\u0430\u043A\u0438\u0435 \u043A\u0430\u043A Deepl/Google \u0438 \u0442.\u0434.","browser.PdfProFile":"\u041F\u0435\u0440\u0435\u0432\u043E\u0434 PDF Pro, \u0443\u043F\u0440\u0430\u0432\u043B\u044F\u0435\u043C\u044B\u0439 AI","browser.textTranslate":"\u0422\u0435\u043A\u0441\u0442\u043E\u0432\u044B\u0439 \u043F\u0435\u0440\u0435\u0432\u043E\u0434"};var kb={nologin:"\uB85C\uADF8\uC778\uD558\uC9C0 \uC54A\uC74C",loginForSafari:"\uB85C\uADF8\uC778 \uB610\uB294 \uB4F1\uB85D",login:"\uB85C\uADF8\uC778\uD558\uC5EC \uBA64\uBC84\uC2ED \uAC1C\uC124",manageAccount:"\uAD00\uB9AC \uACC4\uC815",openPremium:"\uBA64\uBC84\uC2ED \uC5F4\uAE30",logout:"\uC911\uB2E8",curentPlan:"\uD604\uC7AC \uD328\uD0A4\uC9C0",endAt:"\uB9CC\uB8CC",endAuto:"\uC790\uB3D9 \uAC31\uC2E0",lineBreakMaxTextCount:"\uC904 \uBC14\uAFC8 \uC774\uD6C4 \uBB38\uC7A5\uB2F9 \uD5C8\uC6A9\uB418\uB294 \uCD5C\uB300 \uAE00\uC790 \uC218","translate-pdf":"PDF\uB97C \uBC88\uC5ED\uD558\uB824\uBA74 \uD074\uB9AD\uD558\uC138\uC694.","noSupportTranslate-pdf":"\uC2A4\uD06C\uB9BD\uD2B8\uAC00 \uC9C0\uC6D0\uB418\uC9C0 \uC54A\uC73C\uB2C8 \uD50C\uB7EC\uADF8\uC778\uC744 \uC0AC\uC6A9\uD558\uC138\uC694.","translate-firefox-local-pdf":"PDF \uAC00\uC838\uC624\uAE30\uB85C \uC774\uB3D9\uD558\uB824\uBA74 \uD074\uB9AD\uD558\uC138\uC694.",enableLineBreak:"\uAE34 \uB2E8\uB77D\uC5D0 \uC790\uB3D9 \uC904 \uBC14\uAFC8 \uD65C\uC131\uD654",sponsorLabel:"1 \uD6C4\uC6D0 \uAC1C\uBC1C\uC790",help:"hand",browserShortcutsNoteForFirefox:"Firefox\uC5D0\uC11C \uBC14\uB85C\uAC00\uAE30\uB97C \uBCC0\uACBD\uD558\uB824\uBA74 \uD655\uC7A5 \uD504\uB85C\uADF8\uB7A8 \uAD00\uB9AC \uD398\uC774\uC9C0 `\uC815\uBCF4:\uC560\uB4DC\uC628`\uC744 \uC5F4\uACE0 `\uC124\uC815`\uC744 \uD074\uB9AD\uD55C \uB2E4\uC74C `\uBC14\uB85C \uAC00\uAE30 \uAD00\uB9AC`\uB97C \uD074\uB9AD\uD558\uC5EC \uBC14\uB85C\uAC00\uAE30\uB97C \uC124\uC815\uD574\uC57C \uD569\uB2C8\uB2E4.",browserShortcutsNoteForChrome:"Chrome\uC5D0\uC11C \uBC14\uB85C\uAC00\uAE30\uB97C \uC218\uC815\uD558\uB824\uBA74 \uD655\uC7A5 \uD504\uB85C\uADF8\uB7A8 \uAD00\uB9AC \uD398\uC774\uC9C0\uB97C \uC5F4\uACE0 '\uBC14\uB85C \uAC00\uAE30 \uAD00\uB9AC' \uD328\uB110(`chrome://extensions/shortcuts`)\uC5D0\uC11C \uC124\uC815\uD55C \uD6C4 \uC544\uB798 \uBC84\uD2BC\uC744 \uD074\uB9AD\uD558\uC5EC \uBC14\uB85C \uAC00\uAE30 \uAD00\uB9AC \uD398\uC774\uC9C0\uB85C \uC774\uB3D9\uD574\uC57C \uD569\uB2C8\uB2E4.",browserShortcutsSucks:"\uC0AC\uC6A9\uC790 \uC9C0\uC815 \uBC14\uB85C\uAC00\uAE30\uC758 \uD615\uC2DD\uC740\uFF1A\uC785\uB2C8\uB2E4(\uC790\uB3D9 \uC778\uC2DD\uB418\uC9C0 \uC54A\uC73C\uBBC0\uB85C \uC9C1\uC811 \uC785\uB825\uD558\uC138\uC694).",enableLineBreakDescription:"\uC774 \uAE30\uB2A5\uC744 \uCF1C\uBA74 \uAE34 \uB2E8\uB77D\uC758 \uAC01 \uBB38\uC7A5 \uB05D\uC5D0 \uC904 \uBC14\uAFC8\uC774 \uC0BD\uC785\uB418\uC5B4 \uBB38\uC7A5\uC744 \uB354 \uC27D\uAC8C \uC77D\uC744 \uC218 \uC788\uC2B5\uB2C8\uB2E4.","browser.shortBrandName":"\uBAB0\uC785 \uBC88\uC5ED","browser.brandName":"\uBAB0\uC785 \uBC88\uC5ED: \uC774\uC911 \uC5B8\uC5B4 \uC6F9 \uD398\uC774\uC9C0 \uBC88\uC5ED \uBC0F PDF \uBB38\uC11C \uBC88\uC5ED","browser.brandDescription":"Bilingual web page translation, also supports PDF translation, bilingual Epub eBook translation, free to use.","browser.toggleTranslatePage":"\uD398\uC774\uC9C0 \uBC88\uC5ED/\uC6D0\uBB38 \uD45C\uC2DC","browser.toggleTranslateTheWholePage":"\uD398\uC774\uC9C0\uC758 \uBAA8\uB4E0 \uC601\uC5ED \uBC88\uC5ED/\uC6D0\uBB38 \uD14D\uC2A4\uD2B8 \uD45C\uC2DC","browser.toggleOnlyTransation":"\uC591\uC5B8\uC5B4/\uBC88\uC5ED\uBB38\uB9CC \uBAA8\uB4DC\uB85C \uC804\uD658","browser.toggleTranslateToThePageEndImmediately":"\uD398\uC774\uC9C0 \uD558\uB2E8\uC73C\uB85C \uC989\uC2DC \uBC88\uC5ED/\uC6D0\uBB38 \uD45C\uC2DC","browser.toggleTranslateTheMainPage":"\uD398\uC774\uC9C0\uC758 \uC8FC\uC694 \uC601\uC5ED \uBC88\uC5ED/\uC6D0\uBB38 \uD14D\uC2A4\uD2B8 \uD45C\uC2DC","browser.shareToDraft":"\uC774\uC911 \uC5B8\uC5B4 \uD398\uC774\uC9C0 \uACF5\uC720","browser.openOptionsPage":"\uC124\uC815 \uD398\uC774\uC9C0 \uC5F4\uAE30","browser.toggleTranslationMask":"\uBC88\uC5ED \uD750\uB9BC \uD6A8\uACFC \uD45C\uC2DC/\uC228\uAE30\uAE30","browser.translateLocalPdfFile":"\uB85C\uCEEC PDF \uD30C\uC77C \uBC88\uC5ED","browser.openEbookViewer":"\uD604\uC9C0 \uC804\uC790\uCC45 \uC77D\uAE30","browser.openEbookBuilder":"\uC774\uC911 \uC5B8\uC5B4 EPUB \uC804\uC790\uCC45 \uB9CC\uB4E4\uAE30","browser.translateLocalHtmlFile":"HTML/\uD14D\uC2A4\uD2B8 \uD30C\uC77C \uBC88\uC5ED","browser.donateContext":"\uC2A4\uD3F0\uC11C\uC2ED \uD61C\uD0DD\uC5D0 \uB300\uD574 \uC54C\uC544\uBCF4\uAE30","browser.translateLocalSubtitleFile":"\uB85C\uCEEC \uC790\uB9C9 \uD30C\uC77C \uBC88\uC5ED",confirmResetConfig:"\uC124\uC815\uC744 \uC7AC\uC124\uC815\uD558\uC2DC\uACA0\uC2B5\uB2C8\uAE4C?",translationLineBreakSettingTitle:"\uBC88\uC5ED \uC904 \uBC14\uAFC8 \uC124\uC815",smartLineBreak:"\uC2A4\uB9C8\uD2B8 \uB77C\uC778 \uD53C\uB4DC(\uCEF4\uD4E8\uD305)",alwaysLineBreak:"\uD56D\uC0C1 \uB77C\uC778 \uD53C\uB4DC",isShowContextMenu:"\uBA54\uB274 \uD56D\uBAA9\uC744 \uB9C8\uC6B0\uC2A4 \uC624\uB978\uCABD \uBC84\uD2BC\uC73C\uB85C \uD074\uB9AD\uD558\uC5EC \uBC88\uC5ED\uB41C \uD398\uC774\uC9C0 \uCD94\uAC00\uD558\uAE30",toggleBeta:"\uBCA0\uD0C0 \uD14C\uC2A4\uD2B8 \uAE30\uB2A5 \uD65C\uC131\uD654",betaDescription:"\uC544\uC9C1 \uC2E4\uD5D8\uB2E8\uACC4\uC778 \uAE30\uB2A5\uB4E4\uACFC \uBCA0\uD0C0\uBC84\uC804\uC778 \uBC88\uC5ED \uC11C\uBE44\uC2A4\uB97C \uC0AC\uC6A9\uD574\uBCF4\uC138\uC694. <1>\uD154\uB808\uADF8\uB7A8 \uADF8\uB8F9\uC5D0 \uAC00\uC785\uD558\uC5EC \uC790\uC138\uD788 \uC54C\uC544\uBCF4\uC138\uC694.",translationLineBreakSettingDescription:"\uCF58\uD150\uCE20\uAC00 \uC801\uC740 \uD398\uC774\uC9C0\uC758 \uACBD\uC6B0 \uD56D\uC0C1 \uC904 \uBC14\uAFC8\uC774 \uAE54\uB054\uD558\uAC8C \uC720\uC9C0\uB429\uB2C8\uB2E4. (\uCF58\uD150\uCE20\uAC00 \uB9CE\uC740 \uAE34 \uB2E8\uB77D({count}\uC790 \uC774\uC0C1)\uC5D0\uB294 \uC2A4\uB9C8\uD2B8 \uC904 \uBC14\uAFC8\uC744 \uC0AC\uC6A9\uD558\uC5EC \uACF5\uAC04\uC744 \uC808\uC57D\uD558\uC138\uC694.)",tempTranslateDomainTitle:"\uC6F9\uC0AC\uC774\uD2B8 \uBC88\uC5ED\uC774 \uC77C\uC2DC\uC801\uC73C\uB85C \uCF1C\uC9C0\uB294 \uAE30\uAC04",tempTranslateDomainDescription:"\uC6F9 \uD398\uC774\uC9C0\uB97C \uC218\uB3D9\uC73C\uB85C \uBC88\uC5ED\uD560 \uB54C \uC790\uB3D9 \uBC88\uC5ED\uC744 \uC704\uD574 \uC6F9 \uC0AC\uC774\uD2B8\uB97C \uC77C\uC2DC\uC801\uC73C\uB85C \uCF1C\uACE0 \uC77C\uC2DC\uC801\uC778 \uAE30\uAC04\uC744 \uC124\uC815\uD560 \uC218 \uC788\uC2B5\uB2C8\uB2E4.",xMinutes:"{count} \uBD84",disabled:"STH \uC0AC\uC6A9\uC744 \uAE08\uC9C0\uD569\uB2C8\uB2E4.",changelog:"\uC5C5\uB370\uC774\uD2B8 \uB85C\uADF8",toggleTranslatePageWhenThreeFingersOnTheScreen:"\uC5EC\uB7EC \uC190\uAC00\uB77D\uC774 \uB3D9\uC2DC\uC5D0 \uD654\uBA74\uC744 \uD130\uCE58\uD560 \uB54C \uC6F9 \uD398\uC774\uC9C0 \uBC88\uC5ED/\uC6D0\uBB38 \uD14D\uC2A4\uD2B8 \uD45C\uC2DC",toggleTranslationMaskWhenThreeFingersOnTheScreen:"\uC5EC\uB7EC \uC190\uAC00\uB77D\uC73C\uB85C \uD130\uCE58\uD558\uBA74 \uD750\uB9BC \uD6A8\uACFC\uB97C \uD45C\uC2DC\uD558\uAC70\uB098 \uC228\uAE38 \uC218 \uC788\uC2B5\uB2C8\uB2E4.",fingerCountToToggleTranslagePageOnlyTranslationWhenTouching:"\uC5EC\uB7EC \uC190\uAC00\uB77D\uC73C\uB85C \uB3D9\uC2DC\uC5D0 \uD654\uBA74\uC744 \uD130\uCE58\uD558\uBA74 \uC6F9 \uD398\uC774\uC9C0\uAC00 \uBC88\uC5ED(\uBC88\uC5ED \uC804\uC6A9)/\uC6D0\uBB38\uC744 \uD45C\uC2DC\uD569\uB2C8\uB2E4.",addUrlDescription:"\uB3C4\uBA54\uC778 \uC774\uB984\uC77C \uC218 \uC788\uC73C\uBA70 \uC640\uC77C\uB4DC\uCE74\uB4DC(\uC608:\uFF1A*.google.com, google.com/mail/*, https://www.google.com/*)\uB3C4 \uC9C0\uC6D0\uD569\uB2C8\uB2E4.",general:"\uAE30\uBCF8 \uC124\uC815",clickToExpandConfig:"\uD604\uC7AC \uAD6C\uC131 \uD655\uC7A5",import:"\uD30C\uC77C\uC5D0\uC11C \uAC00\uC838\uC624\uAE30",export:"\uD30C\uC77C\uB85C \uB0B4\uBCF4\uB0B4\uAE30",toggleDebug:"\uCF58\uC194\uC5D0\uC11C \uB514\uBC84\uADF8 \uB85C\uADF8 \uC778\uC1C4","fingers.0":"\uC751\uACE0","fingers.2":"\uB450 \uC190\uAC00\uB77D \uD130\uCE58","fingers.3":"\uC138 \uC190\uAC00\uB77D \uD130\uCE58","fingers.4":"\uB124 \uC190\uAC00\uB77D \uD130\uCE58","fingers.5":"\uB2E4\uC12F \uC190\uAC00\uB77D \uD130\uCE58",mouseHoldKey:"+ {key} \uB2E8\uB77D \uBC88\uC5ED/\uBCF5\uC6D0\uD558\uAE30",mouseHoldKeyAuto:"\uB2E8\uB77D\uC758 \uC9C1\uC811 \uBC88\uC5ED",mouseHoldKeyOff:"\uC544\uBB34\uAC83\uB3C4 \uD558\uC9C0 \uB9C8\uC138\uC694.",mouseHoldKeyOther:"\uC0AC\uC6A9\uC790 \uC9C0\uC815 \uBC14\uB85C \uAC00\uAE30(\uC124\uC815 \uC5F4\uAE30)",mouseHoldKeyCustomKey:"{key} \uB2E8\uB77D\uC758 \uBC88\uC5ED/\uCD95\uC18C",mouseHoverHoldKey:"\uBC14\uB85C \uAC00\uAE30 \uD0A4\uB97C \uB204\uB978 \uC0C1\uD0DC\uC5D0\uC11C \uB9C8\uC6B0\uC2A4\uB97C \uAC00\uB9AC\uD0A4\uBA74 \uB2E8\uB77D\uC774 \uBC88\uC5ED\uB429\uB2C8\uB2E4.","mouse-translate":"\uB9C8\uC6B0\uC2A4 \uD638\uBC84",document:"(\uCEF4\uD4E8\uD130) \uD30C\uC77C",resetSuccess:"\uBAA8\uB4E0 \uC124\uC815 \uC7AC\uC124\uC815\uC5D0 \uC131\uACF5",resetThisSuccess:"\uC7AC\uC124\uC815 \uC131\uACF5",saved:"\uC800\uC7A5 \uC131\uACF5",successImportConfig:"\uC131\uACF5\uC801\uC73C\uB85C \uAC00\uC838\uC628 \uAD6C\uC131",goAdvancedSettings:"\uACE0\uAE09 \uC124\uC815 \uD398\uC774\uC9C0\uB85C \uC774\uB3D9\uD569\uB2C8\uB2E4.",goAdvancedInterfaceSettings:"\uACE0\uAE09 \uC0AC\uC6A9\uC790 \uC9C0\uC815 \uC124\uC815 \uD398\uC774\uC9C0\uB85C \uC774\uB3D9\uD569\uB2C8\uB2E4.",advanced:"\uACE0\uAE09 \uC124\uC815",advancedDescription:"\uC77C\uBC18\uC801\uC73C\uB85C \uC124\uC815\uC774 \uD544\uC694\uD558\uC9C0 \uC54A\uC73C\uBA70 \uAE30\uBCF8\uAC12\uC744 \uADF8\uB300\uB85C \uB450\uBA74 \uB429\uB2C8\uB2E4. \uBCF4\uB2E4 \uC804\uBB38\uC801\uC778 \uC0AC\uC6A9\uC790\uB9CC \uAC1C\uC778\uD654\uB41C \uC124\uC815\uC744 \uC0AC\uC6A9\uD560 \uC218 \uC788\uC2B5\uB2C8\uB2E4.",developer:"\uAC1C\uBC1C\uC790 \uC124\uC815",donateCafe:"\uAC00\uACA9","translate to the bottom of the page":"\uD398\uC774\uC9C0\uC5D0 \uB4E4\uC5B4\uAC00\uBA74 \uBC14\uB85C \uD398\uC774\uC9C0 \uD558\uB2E8\uC73C\uB85C \uBC88\uC5ED\uB418\uB098\uC694?",feedback:"\uC9C8\uBB38 \uD53C\uB4DC\uBC31",toggleTranslatePage:"\uD398\uC774\uC9C0 \uBC88\uC5ED/\uC6D0\uBB38 \uD45C\uC2DC",translateToThePageEndImmediatelyDescription:"\uC774 \uAE30\uB2A5\uC744 \uCF1C\uBA74 \uC785\uB825\uD558\uB294 \uC989\uC2DC \uD398\uC774\uC9C0\uC758 \uC704\uCABD\uC5D0\uC11C \uC544\uB798\uCABD\uC73C\uB85C \uCF58\uD150\uCE20\uAC00 \uBC88\uC5ED\uB429\uB2C8\uB2E4. \uB044\uBA74 \uC77D\uB294 \uB300\uB85C \uBC88\uC5ED\uB429\uB2C8\uB2E4. (\uAD8C\uC7A5\uD558\uC9C0 \uC54A\uC74C)","translate all areas of the page":"\uD398\uC774\uC9C0\uC758 \uBAA8\uB4E0 \uC601\uC5ED\uC744 \uBC88\uC5ED\uD560\uC9C0 \uC5EC\uBD80",translationAreaDescription:"\uCF1C\uBA74 \uC804\uCCB4 \uC6F9 \uD398\uC774\uC9C0\uC758 \uBAA8\uB4E0 \uC601\uC5ED\uC774 \uBC88\uC5ED\uB429\uB2C8\uB2E4. \uB044\uBA74 \uAE30\uBCF8 \uC2A4\uB9C8\uD2B8 \uC778\uC2DD\uC774 \uC0AC\uC6A9\uB418\uBA70 \uC8FC\uC694 \uC601\uC5ED\uB9CC \uBC88\uC5ED\uB429\uB2C8\uB2E4. (\uCF1C\uC9C0 \uC54A\uB294 \uAC83\uC774 \uC88B\uC2B5\uB2C8\uB2E4.)","the number of characters to be translated first":"\uBCF4\uAE30 \uC601\uC5ED\uC73C\uB85C \uC2A4\uD06C\uB864\uD560 \uB54C\uAE4C\uC9C0 \uAE30\uB2E4\uB9AC\uC9C0 \uC54A\uACE0 \uD398\uC774\uC9C0\uC758 \uCC98\uC74C \uBA87 \uBB38\uC790\uB97C \uBC14\uB85C \uBC88\uC5ED\uD569\uB2C8\uB2E4.","interface language":"\uC778\uD130\uD398\uC774\uC2A4 \uC5B8\uC5B4","display both the original text and the translation":"\uC6D0\uBCF8\uACFC \uBC88\uC5ED\uBCF8 \uB3D9\uC2DC \uD45C\uC2DC","keyboard shortcuts":"\uD0A4\uBCF4\uB4DC \uB2E8\uCD95\uD0A4",modify:"\uBC14\uB85C \uAC00\uAE30 \uD0A4 \uC218\uC815",reset:"\uC7AC\uD504\uB85C\uBE44\uC800\uB2DD",close:"\uC751\uACE0",homepage:"\uD648\uD398\uC774\uC9C0",more:"\uB354 \uBCF4\uAE30",moreOptions:"\uB354 \uB9CE\uC740 \uC0AC\uC6A9\uC790 \uC9C0\uC815 \uC635\uC158 \uD655\uC7A5",translateTheWholePage:"\uD398\uC774\uC9C0\uC758 \uBAA8\uB4E0 \uC601\uC5ED \uBC88\uC5ED(\uC8FC\uC694 \uC601\uC5ED\uB9CC \uC9C0\uB2A5\uC801\uC73C\uB85C \uC778\uC2DD\uD558\uB294 \uAC83\uC774 \uC544\uB2C8\uB77C)",changeToTranslateTheWholePage:"\uBAA8\uB4E0 \uC9C0\uC5ED \uBC88\uC5ED\uC73C\uB85C \uC804\uD658",changeToTranslateTheMainPage:"\uAE30\uBCF8 \uC601\uC5ED \uBC88\uC5ED\uC73C\uB85C \uC804\uD658",changeToOnlyTranslationMode:"\uBC88\uC5ED\uB9CC \uD45C\uC2DC\uD558\uB3C4\uB85D \uD1A0\uAE00",changeToDualTranslationMode:"\uC774\uC911 \uC5B8\uC5B4 \uBC88\uC5ED\uC73C\uB85C \uC804\uD658",translateToThePageEndImmediately:"\uD398\uC774\uC9C0 \uD558\uB2E8\uC73C\uB85C \uC989\uC2DC \uBC88\uC5ED\uD558\uAE30",translateTheMainPage:"\uC9C0\uB2A5\uD615 \uBC88\uC5ED \uC8FC\uC694 \uC9C0\uC5ED","The local rules are up to date":"\uB85C\uCEEC \uC801\uC751 \uADDC\uCE59\uC740 \uCD5C\uC2E0 \uC0C1\uD0DC\uC785\uB2C8\uB2E4.","Successfully synchronized with the latest official rules:":"\uCD5C\uC2E0 \uACF5\uC2DD \uC801\uC751 \uADDC\uCE59\uACFC \uC131\uACF5\uC801\uC73C\uB85C \uB3D9\uAE30\uD654\uB418\uC5C8\uC2B5\uB2C8\uB2E4.","Checking for updates":"\uC5C5\uB370\uC774\uD2B8 \uD655\uC778","Rules are being synchronized":"\uC801\uC751 \uADDC\uCE59 \uB3D9\uAE30\uD654 \uC911",localVersionIsTooOld:"\uB85C\uCEEC \uD655\uC7A5 \uD504\uB85C\uADF8\uB7A8 \uBC84\uC804\uC774 \uB108\uBB34 \uC624\uB798\uB418\uC5C8\uC73C\uBBC0\uB85C \uB3D9\uAE30\uD654\uB97C \uC2DC\uB3C4\uD558\uAE30 \uC804\uC5D0 \uD655\uC7A5 \uD504\uB85C\uADF8\uB7A8\uC744 {minVersion} \uC774\uC0C1\uC73C\uB85C \uC5C5\uADF8\uB808\uC774\uB4DC\uD558\uC138\uC694.",badUserscriptBrowser:"\uD604\uC7AC \uBE0C\uB77C\uC6B0\uC800\uB294 \uADF8\uB9AC\uC2A4\uBABD\uD0A4 \uD655\uC7A5 \uC778\uD130\uD398\uC774\uC2A4\uB97C \uC62C\uBC14\uB974\uAC8C \uAD6C\uD604\uD558\uC9C0 \uC54A\uC73C\uBBC0\uB85C(\uC608: \uADF8\uB9AC\uC2A4\uBABD\uD0A4 \uC2A4\uD06C\uB9BD\uD2B8 \uC790\uCCB4\uC758 \uBC84\uC804 \uBC88\uD638\uC5D0 \uB300\uD55C \uC815\uBCF4\uB97C \uC5BB\uC73C\uB824\uBA74), \uD30C\uC774\uC5B4\uD3ED\uC2A4 \uB4F1 <1>\uADF8\uB9AC\uC2A4\uBABD\uD0A4 \uD655\uC7A5 \uAE30\uB2A5\uC744 \uC9C0\uC6D0\uD558\uB294 \uB2E4\uB978 \uBE0C\uB77C\uC6B0\uC800\uB97C \uC0AC\uC6A9\uD558\uC2DC\uAE30 \uBC14\uB78D\uB2C8\uB2E4.",foundNewVersion:"\uC0C8 \uBC84\uC804 \uC54C\uC544\uBCF4\uAE30",theLocalExtensionIsUpToUpdate:"\uD604\uC7AC \uD655\uC7A5 \uD504\uB85C\uADF8\uB7A8\uC774 \uCD5C\uC2E0 \uBC84\uC804\uC785\uB2C8\uB2E4.",failToSyncRules:"\uCD5C\uC2E0 \uC801\uC751 \uADDC\uCE59\uC744 \uB3D9\uAE30\uD654\uD558\uC9C0 \uBABB\uD568",retry:"\uB2E4\uC2DC \uC2DC\uB3C4\uD558\uB824\uBA74 \uC5EC\uAE30\uB97C \uD074\uB9AD\uD558\uC138\uC694.",failedReason:"\uC2E4\uD328 \uC774\uC720",currentRuleVersion:"\uD604\uC7AC \uADDC\uCE59 \uBC84\uC804",calculating:"\uACC4\uC0B0",unknownError:"\uC54C \uC218 \uC5C6\uB294 \uC624\uB958",canNotFetchRemoteRule:"\uC6D0\uACA9 \uADDC\uCE59\uC744 \uAC00\uC838\uC62C \uC218 \uC5C6\uC74C",enableAlphaSuccess:"\uC54C\uD30C \uC0AC\uC6A9",disableAlphaSuccess:"\uC54C\uD30C \uAE30\uB2A5\uC774 \uAEBC\uC838 \uC788\uC2B5\uB2C8\uB2E4.",cacheSize:"\uCE90\uC2DC \uD06C\uAE30\uFF1A",cleaning:"\uCCAD\uC0B0 \uACFC\uC815\uC5D0\uC11C",cleanCache:"\uCE90\uC2DC \uC9C0\uC6B0\uAE30",options:"\uC124\uC815",about:"\uB2E4\uC74C\uACFC \uAD00\uB828\uD558\uC5EC",service:"\uD1B5\uC5ED \uC11C\uBE44\uC2A4",needAction:"(\uC124\uC815\uC73C\uB85C \uC774\uB3D9)",goSettings:"\uACC4\uC18D\uD574\uC11C \uC124\uC815\uD558\uC138\uC694.",needActionForOptions:"(\uC124\uC815 \uC608\uC815)",translationEngine:"\uC5D4\uC9C4 \uC635\uC158",sourceLanguage:"\uC6D0\uBCF8 \uC5B8\uC5B4",target:"\uB300\uC0C1 \uC5B8\uC5B4",popupSourceLanguage:"\uC6D0\uBCF8 \uC5B8\uC5B4",popupTarget:"\uB300\uC0C1 \uC5B8\uC5B4",popupService:"\uD1B5\uC5ED \uC11C\uBE44\uC2A4",forThisSite:"\uD604\uC7AC \uC6F9\uC0AC\uC774\uD2B8",autoEnableSubtitle:"\uC774\uC911 \uC5B8\uC5B4 \uC790\uB9C9 \uC790\uB3D9 \uC5F4\uAE30",alwaysTranslate:"\uD56D\uC0C1 \uBC88\uC5ED",neverTranslate:"\uBC88\uC5ED \uAE08\uC9C0",alwaysTranslateSomeLanguage:"\uD56D\uC0C1 \uBC88\uC5ED {language}",neverTranslateSomeLanguage:"\uBC88\uC5ED \uAE08\uC9C0 {language}",alwaysTranslateSomeSite:"\uD56D\uC0C1 \uBC88\uC5ED {hostname}",neverTranslateSomeSite:"\uBC88\uC5ED \uAE08\uC9C0 {hostname}",alwaysTranslateSomeSiteOrWildSite:"\uD56D\uC0C1 \uC0AC\uC774\uD2B8 \uBC88\uC5ED",alwaysTranslateSomePage:"\uD56D\uC0C1 \uD398\uC774\uC9C0 \uBC88\uC5ED",add:"\uC99D\uAC00",default:"\uAE30\uBCF8\uAC12(\uC124\uC815)",forThisLanguage:"\uC774 \uC5B8\uC5B4\uC758 \uACBD\uC6B0\uFF1A","add url":"URL \uC785\uB825",edit:"\uCEF4\uD30C\uC77C\uB7EC","translate other languages into specific language":"\uB2E4\uB978 \uC5B8\uC5B4\uB97C \uC124\uC815\uD55C \uC5B8\uC5B4\uB85C \uBC88\uC5ED","select translation service":"\uBC88\uC5ED \uC11C\uBE44\uC2A4 \uC120\uD0DD",language:"\uB2E4\uAD6D\uC5B4 \uC9C0\uC6D0","show-original":"\uC6D0\uBCF8 \uD14D\uC2A4\uD2B8 \uD45C\uC2DC",translate:"\uB80C\uB354\uB9C1",Translated:"\uBC88\uC5ED\uB428",Translating:"\uBC88\uC5ED \uC911",Error:"\uC798\uBABB\uB41C",allowCacheTranslations:"\uB85C\uCEEC \uBC88\uC5ED \uCE90\uC2F1 \uC0AC\uC6A9(\uC911\uBCF5 \uAD6C\uC808\uC5D0 \uB300\uD55C \uBC88\uC5ED \uC694\uCCAD\uC744 \uC904\uC774\uAE30 \uC704\uD574)","translation display":"\uBC88\uC5ED \uD45C\uC2DC \uC2A4\uD0C0\uC77C","select diplay style":"\uB2E4\uC74C \uC608\uC2DC\uB97C \uAD6C\uCCB4\uC801\uC73C\uB85C \uCC38\uC870\uD558\uC5EC \uBC88\uC5ED \uC2A4\uD0C0\uC77C\uC744 \uAD6C\uBD84\uD558\uC138\uC694.",interface:"\uC778\uD130\uD398\uC774\uC2A4 \uC124\uC815",import_export:"\uAC00\uC838\uC624\uAE30/\uB0B4\uBCF4\uB0B4\uAE30",import_export_title:"\uAD6C\uC131 \uAC00\uC838\uC624\uAE30/\uB0B4\uBCF4\uB0B4\uAE30",syncToGoogleDrive:"\uC9C0\uAE08 Google \uB4DC\uB77C\uC774\uBE0C\uC640 \uB3D9\uAE30\uD654",floatBallOptions:"\uD638\uBC84\uBCFC \uC124\uC815","floatBallOptions.enable":"\uD638\uBC84\uBCFC \uD65C\uC131\uD654","floatBallOptions.blockUrls":"\uC6F9\uC0AC\uC774\uD2B8 \uBE44\uD65C\uC131\uD654","floatBallOptions.add":"\uC99D\uAC00","floatBallOptions.blockUrlDesc":"\uB2E4\uC74C \uC6F9\uC0AC\uC774\uD2B8\uC5D0\uC11C\uB294 \uD638\uBC84\uBCFC\uC774 \uD45C\uC2DC\uB418\uC9C0 \uC54A\uC2B5\uB2C8\uB2E4.","floatBallOptions.clickType":"\uD074\uB9AD \uB3D9\uC791","floatBallOptions.clickTypeDesc":"\uD074\uB9AD \uC2DC \uD638\uBC84\uBCFC \uC544\uC774\uCF58 \uB3D9\uC791","floatBallOptions.clickPopup":"\uBC88\uC5ED \uD328\uB110 \uD45C\uC2DC","floatBallOptions.clickTranslate":"\uC6D0\uBCF8 \uD14D\uC2A4\uD2B8 \uBC88\uC5ED/\uD45C\uC2DC","floatBallOptions.fixedPosition":"\u56FA\u5B9A\u4F4D\u7F6E","floatBallOptions.fixedPositionDesc":"\u60AC\u6D6E\u7403\u5728\u7A97\u53E3\u5DE6\u4FA7\u8FD8\u662F\u53F3\u4FA7","floatBallOptions.fixedPositionLeft":"\u5DE6\u4FA7","floatBallOptions.fixedPositionRight":"\u53F3\u4FA7",previewAllThemes:"\uBAA8\uB4E0 \uC2A4\uD0C0\uC77C \uBBF8\uB9AC\uBCF4\uAE30","translationTheme.none":"\uAC00\uC9C0\uACE0 \uC788\uC9C0 \uC54A\uB2E4","translationTheme.grey":"\uC9D9\uC740 \uD68C\uC0C9","translationTheme.dashed":"\uC810\uC120 \uBC11\uC904","translationTheme.dotted":"\uC810\uC120 \uBC11\uC904","translationTheme.dashedBorder":"\uC810\uC120 \uD14C\uB450\uB9AC","translationTheme.solidBorder":"\uC2E4\uC120 \uD14C\uB450\uB9AC","translationTheme.underline":"\uC9C1\uC120\uC5D0 \uBC11\uC904","translationTheme.mask":"\uD37C\uC9C0 \uD6A8\uACFC(\uD559\uC2B5 \uBAA8\uB4DC)","translationTheme.opacity":"\uD22C\uBA85\uC131 \uD6A8\uACFC","translationTheme.paper":"\uD770 \uC885\uC774 \uADF8\uB9BC\uC790 \uD6A8\uACFC","translationTheme.dividingLine":"\uAD6C\uBD84\uC120","translationTheme.highlight":"\uB192\uC740 \uBC1D\uAE30","translationTheme.marker":"\uB9C8\uCEE4(\uC678\uB798\uC5B4)","translationTheme.marker2":"\uB9C8\uCEE4 2","translationTheme.blockquote":"\uCC38\uC870 \uC2A4\uD0C0\uC77C","translationTheme.weakening":"\uC57D\uD654","translationTheme.italic":"\uAE30\uC6B8\uC5B4\uC9C0\uB294 \uC11C\uCCB4","translationTheme.bold":"\uB450\uAECD\uAC8C","translationTheme.thinDashed":"\uAC00\uB294 \uC810\uC120 \uBC11\uC904","translationTheme.nativeDashed":"\uC2DC\uC2A4\uD15C\uC5D0\uB294 \uC810\uC120\uC73C\uB85C \uD45C\uC2DC\uB41C \uBC11\uC904\uC774 \uC788\uC2B5\uB2C8\uB2E4.","translationTheme.nativeDotted":"\uC2DC\uC2A4\uD15C\uC5D0\uB294 \uC810\uC120\uC73C\uB85C \uBC11\uC904\uC774 \uADF8\uC5B4\uC838 \uC788\uC2B5\uB2C8\uB2E4.","translationTheme.nativeUnderline":"\uC2DC\uC2A4\uD15C\uC5D0\uB294 \uC9C1\uC120 \uBC11\uC904\uC774 \uC788\uC2B5\uB2C8\uB2E4.","translationTheme.wavy":"\uBB3C\uACB0 \uBAA8\uC591 \uB77C\uC778","translationServices.custom":"\uC0AC\uC6A9\uC790 \uC9C0\uC815 API","translationServices.tencent":"\uD150\uC13C\uD2B8 \uBC88\uC5ED\uAE30","translationServices.tenAlpha":"\uD150\uC13C\uD2B8 \uBC88\uC5ED\uAE30(\uC54C\uD30C)","translationServices.google":"Google \uBC88\uC5ED","translationServices.bai":"\uBC14\uC774\uB450(\uC54C\uD30C)","translationServices.baidu":"\uBC14\uC774\uB450 \uBC88\uC5ED","translationServices.aliyun":"\uC54C\uB9AC\uD074\uB77C\uC6B0\uB4DC \uBC88\uC5ED","translationServices.volc":"\uD654\uC0B0 \uBC88\uC5ED","translationServices.deeplx":"DeepLX(\uBCA0\uD0C0)","translationServices.bing":"Microsoft \uBC88\uC5ED","translationServices.deepl":"DeepL","translationServices.wechat":"\uC704\uCC57 \uBC88\uC5ED","translationServices.azure":"Azure \uBC88\uC5ED","translationServices.ibm":"IBM \uC653\uC2A8","translationServices.aws":"\uC544\uB9C8\uC874 \uBC88\uC5ED","translationServices.mock":"\uC2DC\uBBAC\uB808\uC774\uC158 \uBC88\uC5ED","translationServices.mock2":"\uC2DC\uBBAC\uB808\uC774\uC158 \uBC88\uC5ED 2","translationServices.caiyun":"\uC870\uBA85. \uB2E4\uCC44\uB85C\uC6B4 \uAD6C\uB984\uACFC \uC791\uC740 \uBC88\uC5ED","translationServices.cai":"\uB2E4\uCC44\uB85C\uC6B4 \uAD6C\uB984(\uC54C\uD30C)","translationServices.volcAlpha":"\uD654\uC0B0 (\uC54C\uD30C)","translationServices.openl":"OpenL","translationServices.youdao":"\uC720\uD29C\uBE0C \uBC88\uC5ED","translationServices.you":"\uC720\uB2E4\uC624 \uBC88\uC5ED\uAE30(\uC54C\uD30C)","translationServices.transmart":"\uD150\uC13C\uD2B8 \uC778\uD130\uB799\uD2F0\uBE0C \uBC88\uC5ED","translationServices.niu":"\uB9E4\uBC84\uB9AD \uBC88\uC5ED\uAE30","translationServices.papago":"\uD30C\uD30C\uACE0 \uBC88\uC5ED","translationServices.d":"D(\uC54C\uD30C)","translationServices.dpro":"D \uD504\uB85C(\uCE74\uB098\uB9AC\uC544)","translationServices.openai":"OpenAI","translationServices.yandex":"Yandex","translationServices.chatgpt":"ChatGPT \uC6F9(3.5 \uBAA8\uBC14\uC77C)","translate title":"\uD398\uC774\uC9C0 \uC81C\uBAA9 \uBC88\uC5ED","always languages":"\uD56D\uC0C1 \uC5B8\uC5B4 \uBC88\uC5ED",neverTranslateLanguagesLabel:"\uBC88\uC5ED\uB418\uC9C0 \uC54A\uB294 \uC5B8\uC5B4",neverTranslateTheFollowingLanguagesDescription:"\uD398\uC774\uC9C0\uC758 \uB2E8\uB77D\uC774 \uB2E4\uC74C \uC5B8\uC5B4 \uC911 \uD558\uB098\uC778 \uACBD\uC6B0 \uBC88\uC5ED\uC774 \uAC74\uB108\uB6F0\uC5B4\uC9D1\uB2C8\uB2E4.",enableUserscriptPagePopup:"\uD398\uC774\uC9C0\uC5D0 \uD638\uBC84\uBCFC \uD45C\uC2DC",enableUserscriptPagePopupDescription:"\uD638\uBC84\uBCFC\uC744 \uB044\uACE0 \uB098\uBA74 \uBC14\uB85C \uAC00\uAE30 /{touch}\uB85C \uBD88\uB7EC\uC62C \uC218 \uC788\uC2B5\uB2C8\uB2E4. \uC2E4\uC218\uB85C \uC774 \uC635\uC158\uC744 \uB048 \uD6C4 \uD638\uBC84\uBCFC\uC744 \uCC3E\uC9C0 \uBABB\uD558\uB294 \uACBD\uC6B0\uB97C \uBC29\uC9C0\uD558\uAE30 \uC704\uD574 \uC774 \uC124\uC815 \uD398\uC774\uC9C0\uB97C \uBD81\uB9C8\uD06C\uC5D0 \uCD94\uAC00\uD558\uB294 \uAC83\uC774 \uC88B\uC2B5\uB2C8\uB2E4!","always translate the following languages":"\uD398\uC774\uC9C0\uAC00 \uB2E4\uC74C \uC5B8\uC5B4 \uC911 \uD558\uB098\uC778 \uACBD\uC6B0 \uB300\uC0C1 \uC5B8\uC5B4\uB85C \uC790\uB3D9 \uBC88\uC5ED\uB429\uB2C8\uB2E4.","always sites":"\uD56D\uC0C1 \uBC88\uC5ED\uB41C \uC6F9 \uC0AC\uC774\uD2B8","always translate the following sites":"\uC6F9 \uC0AC\uC774\uD2B8\uAC00 \uB2E4\uC74C \uB3C4\uBA54\uC778 \uC774\uB984\uC778 \uACBD\uC6B0 \uB300\uC0C1 \uC5B8\uC5B4\uB85C \uC790\uB3D9 \uBC88\uC5ED\uB429\uB2C8\uB2E4.","never sites":"\uBC88\uC5ED\uB418\uC9C0 \uC54A\uC740 \uC6F9 \uC0AC\uC774\uD2B8","never translate the following sites":"\uC6F9\uC0AC\uC774\uD2B8\uAC00 \uB2E4\uC74C \uB3C4\uBA54\uC778\uC6A9\uC778 \uACBD\uC6B0 \uBC88\uC5ED\uC774 \uC218\uD589\uB418\uC9C0 \uC54A\uC2B5\uB2C8\uB2E4.","please refer to":"\uD0A4\uB97C \uC0AC\uC6A9\uD558\uB824\uBA74 \uD0A4\uB97C \uC785\uB825\uD574\uC57C \uD558\uBA70, \uC790\uC138\uD55C \uB0B4\uC6A9\uC740 \uB2E4\uC74C\uC744 \uCC38\uC870\uD558\uC138\uC694.",KeyAndConfigurationTutorial:"\uC8FC\uC694 \uC560\uD50C\uB9AC\uCF00\uC774\uC158 \uBC0F \uAD6C\uC131 \uD29C\uD1A0\uB9AC\uC5BC",useAboveStyleForTheseSites:"\uB2E4\uC74C \uB3C4\uBA54\uC778\uC744 \uC704\uD55C \uC0AC\uC774\uD2B8\uC778 \uACBD\uC6B0 \uD56D\uC0C1 \u2308{theme}\u230B \uBC88\uC5ED \uC2A4\uD0C0\uC77C\uC744 \uC0AC\uC6A9\uD558\uC138\uC694.",currentUrl:"\uD604\uC7AC URL",confirm:"\uC800\uC7A5(\uD30C\uC77C \uB4F1)(\uCEF4\uD4E8\uD305)",cancel:"\uCDE8\uC18C",delete:"\uC81C\uAC70","languages.auto":"\uC790\uB3D9 \uAC10\uC9C0",syncToCloud:"Google \uB4DC\uB77C\uC774\uBE0C\uC5D0 \uB3D9\uAE30\uD654",syncToCloudDescription:"\uD074\uB77C\uC6B0\uB4DC\uC5D0 \uC5C5\uB85C\uB4DC\uB41C \uAD6C\uC131\uC740 \uB9C8\uC9C0\uB9C9\uC73C\uB85C \uC218\uC815\uB41C \uBE0C\uB77C\uC6B0\uC800/\uADF8\uB9AC\uC2A4\uBABD\uD0A4 \uC2A4\uD06C\uB9BD\uD2B8 \uAC04\uC5D0 \uB3D9\uAE30\uD654\uD560 \uC218 \uC788\uC2B5\uB2C8\uB2E4.",syncToAccount:"\uBAB0\uC785\uD615 \uBC88\uC5ED \uD074\uB77C\uC6B0\uB4DC\uC5D0 \uB3D9\uAE30\uD654",syncToAccountButton:"\uD074\uB77C\uC6B0\uB4DC\uC640 \uC989\uC2DC \uB3D9\uAE30\uD654",syncToAccountDescription:"\uB9C8\uC9C0\uB9C9\uC73C\uB85C \uC218\uC815\uD55C \uC2DC\uAC04\uC744 \uAE30\uC900\uC73C\uB85C \uC11C\uB85C \uB2E4\uB978 \uC7A5\uCE58 \uAC04\uC5D0 \uAD6C\uC131\uC744 \uC790\uB3D9\uC73C\uB85C \uB3D9\uAE30\uD654\uD569\uB2C8\uB2E4.",successSyncConfigInAccount:"\uD074\uB77C\uC6B0\uB4DC\uC640\uC758 \uC131\uACF5\uC801\uC778 \uB3D9\uAE30\uD654",successSyncConfigToAccount:"\uD074\uB77C\uC6B0\uB4DC\uC5D0 \uC131\uACF5\uC801\uC73C\uB85C \uB3D9\uAE30\uD654",syncConfigNoUpdate:"\uC774\uBBF8 \uCD5C\uC2E0 \uBC84\uC804\uC785\uB2C8\uB2E4.",authFail:"\uC778\uC99D \uC2E4\uD328",syncTitle:"\uC218\uB3D9 \uBC31\uC5C5 \uAD00\uB9AC",import_hint:"\uAC00\uC838\uC624\uAE30(\uB370\uC774\uD130)",upload:"\uC5C5\uB85C\uB4DC",revokeAuth:"\uC2B9\uC778 \uCDE8\uC18C",uploadFail:"\uC5C5\uB85C\uB4DC \uC2E4\uD328",download:"\uB2E4\uC6B4\uB85C\uB4DC",importSuccess:"\uAC00\uC838\uC624\uAE30 \uC131\uACF5",importFail:"\uAC00\uC838\uC624\uAE30 \uC2E4\uD328",deleteFail:"\uC0AD\uC81C\uD558\uC9C0 \uBABB\uD568",backupToCloud:"\uBC31\uC5C5 \uD30C\uC77C \uC218\uB3D9 \uAD00\uB9AC",create_new_backup:"\uC0C8 \uBC31\uC5C5 \uB178\uB4DC \uCD94\uAC00",maxBackupFiles:"\uCD5C\uB300{count}\uAC1C\uC758 \uC11C\uB85C \uB2E4\uB978 \uB178\uB4DC\uB97C \uBC31\uC5C5\uD560 \uC218 \uC788\uC73C\uBA70, \uD544\uC694\uD558\uC9C0 \uC54A\uC740 \uB178\uB4DC\uB294 \uC0AD\uC81C\uD558\uC138\uC694.",backupToCloudDescription:"\uBC31\uC5C5 \uD30C\uC77C\uC744 \uC218\uB3D9\uC73C\uB85C \uC5C5\uB85C\uB4DC\uD558\uAC70\uB098 \uBCF5\uC6D0\uD558\uC5EC \uCD5C\uB300 3\uAC1C\uC758 \uC11C\uB85C \uB2E4\uB978 \uBC31\uC5C5 \uD5C8\uC6A9",successSyncConfig:"\uD074\uB77C\uC6B0\uB4DC\uC640\uC758 \uC131\uACF5\uC801\uC778 \uB3D9\uAE30\uD654",syncFail:"\uB3D9\uAE30\uD654 \uC2E4\uD328",updatedAt:"{date}\uC5D0\uC11C \uC5C5\uB370\uC774\uD2B8\uB428",lastSyncedAt:"\uCD5C\uC885 \uD655\uC778: {date}",downloadFail:"\uB2E4\uC6B4\uB85C\uB4DC\uC5D0 \uC2E4\uD328\uD588\uC2B5\uB2C8\uB2E4.",clickToDownload:"\uB2E4\uC6B4\uB85C\uB4DC\uD558\uB824\uBA74 \uD074\uB9AD",aboutLabel:"\uC815\uBCF4 - \uD53C\uB4DC\uBC31","browser.openAboutPage":"\uC815\uBCF4/\uD53C\uB4DC\uBC31",aboutLabelWithoutSponsor:"\uC815\uBCF4 - \uD53C\uB4DC\uBC31",aboutIntro:"\uC6B0\uB9AC \uBAA8\uB450\uAC00 \uC778\uD130\uB137\uC758 \uBC29\uB300\uD55C \uC678\uAD6D\uC5B4 \uC815\uBCF4\uC5D0 \uB354 \uC27D\uACE0 \uC990\uAC81\uAC8C \uC561\uC138\uC2A4\uD560 \uC218 \uC788\uAE30\uB97C \uBC14\uB78D\uB2C8\uB2E4 \u2764\uFE0F <6>Pro \uBA64\uBC84\uC2ED\uC744 \uD65C\uC131\uD654\uD558\uC5EC \uBC14\uB85C \uC0AC\uC6A9\uD560 \uC218 \uC788\uB294 DeepL \uBC0F OpenAI \uBC88\uC5ED\uC744 \uC0AC\uC6A9\uD560 \uC218 \uC788\uC2B5\uB2C8\uB2E4.

<3>\uD2B8\uC704\uD130, <4>\uD154\uB808\uADF8\uB7A8, \uC6E8\uC774\uBCF4, \uC704\uCC57\uC5D0\uC11C \uD314\uB85C\uC6B0\uD558\uAC70\uB098 \uC544\uB798 <5>\uBA54\uC77C\uB9C1 \uB9AC\uC2A4\uD2B8\uC5D0 <5>\uAC00\uC785\uD558\uC5EC \uC5C5\uB370\uC774\uD2B8\uB97C \uD655\uC778\uD560 \uC218 \uC788\uC2B5\uB2C8\uB2E4.
<7>\uD504\uB85C \uD68C\uC6D0\uC740 <8>support@immersivetranslate.com \uC73C\uB85C \uBB38\uC758\uD558\uC2DC\uBA74 \uBE60\uB978 \uACE0\uAC1D \uC11C\uBE44\uC2A4\uB97C \uBC1B\uC73C\uC2E4 \uC218 \uC788\uC2B5\uB2C8\uB2E4.",aboutIntroWithoutSponsor:"\uC6B0\uB9AC \uBAA8\uB450\uAC00 \uC778\uD130\uB137\uC5D0\uC11C \uC81C\uACF5\uB418\uB294 \uBC29\uB300\uD55C \uC591\uC758 \uC678\uAD6D\uC5B4 \uC815\uBCF4\uC5D0 \uB354 \uC27D\uACE0 \uC990\uAC81\uAC8C \uC811\uADFC\uD560 \uC218 \uC788\uAE30\uB97C \uBC14\uB78D\uB2C8\uB2E4 \u2764\uFE0F

<3>\uD2B8\uC704\uD130, <4>\uD154\uB808\uADF8\uB7A8 \uCC44\uB110, \uC704\uCC57, \uC704\uCC57 \uC775\uC2A4\uCCB4\uC778\uC9C0\uC5D0\uC11C \uD314\uB85C\uC6B0\uD558\uAC70\uB098 \uC544\uB798 <5>\uC774\uBA54\uC77C\uB85C \uC5C5\uB370\uC774\uD2B8\uB97C <5>\uAD6C\uB3C5\uD560 \uC218 \uC788\uC2B5\uB2C8\uB2E4.",projectHomepage:"\uD504\uB85C\uC81D\uD2B8 \uD648",joinTelegramGroup:"\uC0AC\uC6A9\uC790 \uADF8\uB8F9\uC5D0 \uAC00\uC785\uD558\uC5EC \uAE30\uB2A5 \uD1A0\uB860\uC5D0 \uCC38\uC5EC\uD558\uC138\uC694.",wechatPublicAccount:"\uC704\uCC57 \uACF5\uAC1C",wechatCommunities:"\uC704\uCC57 \uAD50\uD658 \uADF8\uB8F9",qqCommunities:"QQ \uCEE4\uBBA4\uB2C8\uCF00\uC774\uC158 \uCC44\uB110",joinTelegramChannel:"\uD154\uB808\uADF8\uB7A8 \uCC44\uB110 \uD314\uB85C\uC6B0\uD558\uC5EC \uCD5C\uC2E0 \uC5C5\uB370\uC774\uD2B8 \uD655\uC778",feedbackAndJoin:"\uC9C8\uBB38 \uD53C\uB4DC\uBC31 / \uADF8\uB8F9 \uCD94\uAC00",autoSync:"\uC790\uB3D9 \uC2DC\uAC04 \uB3D9\uAE30\uD654",loadingThemeTitle:"\uB85C\uB529 \uC2A4\uD0C0\uC77C",loadingThemeDescription:"\uBC88\uC5ED \uB85C\uB4DC\uB97C \uAE30\uB2E4\uB9B4 \uB54C \uC2A4\uD0C0\uC77C \uC124\uC815\uD558\uAE30","loadingTheme.spinner":"\uD68C\uC804 \uC560\uB2C8\uBA54\uC774\uC158","loadingTheme.text":"\uC815\uC801 \uD14D\uC2A4\uD2B8 sth. ","loadingTheme.none":"\uD45C\uC2DC\uB418\uC9C0 \uC54A\uC74C",developerDescription:"\uACE0\uAE09 \uC0AC\uC6A9\uC790 \uC9C0\uC815\uC5D0 \uB300\uD55C \uBB38\uC11C\uB294 <1>\uC5EC\uAE30\uC5D0\uC11C \uD655\uC778\uD560 \uC218 \uC788\uC2B5\uB2C8\uB2E4.","edit border color":"\uD14C\uB450\uB9AC \uC0C9\uC0C1 \uC218\uC815",successSyncButNoChange:"\uD604\uC7AC \uAD6C\uC131\uC774 \uD074\uB77C\uC6B0\uB4DC\uC640 \uC77C\uCE58\uD569\uB2C8\uB2E4.",customTheme:"\uB9DE\uCDA4\uD615 \uC0C9\uC0C1 \uBC0F \uD06C\uAE30","customThemeLabel.borderColor":"\uD14C\uB450\uB9AC \uC0C9\uC0C1","customThemeLabel.borderRadius":"\uB465\uADFC \uBAA8\uC11C\uB9AC","customThemeLabel.textColor":"\uD14D\uC2A4\uD2B8 \uC0C9\uC0C1","customThemeLabel.backgroundColor":"\uBC30\uACBD\uC0C9","customThemeLabel.zoom":"\uAE00\uAF34 \uD06C\uAE30 \uC870\uC815(%)","customThemeLabel.opacity":"\uD14D\uC2A4\uD2B8 \uBD88\uD22C\uBA85\uB3C4(%)",resetToDefaultColor:"\uAE30\uBCF8 \uC0C9\uC0C1\uC73C\uB85C \uBCF5\uC6D0",resetToDefaultSettings:"\uAE30\uBCF8 \uC124\uC815\uC73C\uB85C \uBCF5\uC6D0",isTranslateTitle:"\uD398\uC774\uC9C0 \uC81C\uBAA9 \uBC88\uC5ED \uC0AC\uC6A9",isTranslateTitleDescription:"\uC804\uC6D0\uC744 \uCF1C\uBA74 \uD398\uC774\uC9C0 \uC81C\uBAA9\uC774 \uBC88\uC5ED\uB429\uB2C8\uB2E4.",enableSearchEnhancement:"\uC774\uC911 \uC5B8\uC5B4 \uBA54\uC2DC\uC9C0 \uD5A5\uC0C1 \uC0AC\uC6A9",enableSearchEnhancementDescription:"\uC774 \uAE30\uB2A5\uC744 \uD65C\uC131\uD654\uD558\uBA74 \uC9C0\uC6D0\uB418\uB294 \uC6F9\uC0AC\uC774\uD2B8(Google \uB274\uC2A4, Google \uAC80\uC0C9(\uC77C\uBD80 \uD0A4\uC6CC\uB4DC), \uC2A4\uB178\uC6B0\uBCFC, \uC624\uB9AC\uC5D4\uD0C8 \uD3EC\uCD98, \uD4E8\uD22C\uB77C, \uD0C0\uC774\uAC70 \uCEE4\uBBA4\uB2C8\uD2F0)\uC758 \uC624\uB978\uCABD \uC5F4\uC5D0 \uD574\uB2F9 \uC601\uC5B4 \uD0A4\uC6CC\uB4DC\uC5D0 \uB300\uD55C 'Google \uB274\uC2A4'\uC758 \uAC80\uC0C9 \uACB0\uACFC\uAC00 \uC790\uB3D9\uC73C\uB85C \uD45C\uC2DC\uB429\uB2C8\uB2E4.",verifyService:"\uC11C\uBE44\uC2A4\uB97C \uD14C\uC2A4\uD2B8\uD558\uB824\uBA74 \uC5EC\uAE30\uB97C \uD074\uB9AD\uD558\uC138\uC694.",verified:"\uC131\uACF5 \uD655\uC778","field.langs":"\uC9C0\uC6D0\uB418\uB294 \uC5B8\uC5B4 \uCF54\uB4DC","field.model":"\uBAA8\uB378\uB9C1","field.translationEngine":"\uBC88\uC5ED \uC5D4\uC9C4","field.limitPerMinute":"\uBD84\uB2F9 \uCD5C\uB300 \uC694\uCCAD \uC218","field.limitPerSecond":"\uCD08\uB2F9 \uCD5C\uB300 \uC694\uCCAD \uC218","field.maxTextLengthPerRequest":"\uC694\uCCAD\uB2F9 \uCD5C\uB300 \uD14D\uC2A4\uD2B8 \uAE38\uC774","field.maxTextGroupLengthPerRequest":"\uC694\uCCAD\uB2F9 \uCD5C\uB300 \uB2E8\uB77D \uC218","field.apiUrl":"\uC0AC\uC6A9\uC790 \uC9C0\uC815 API \uC778\uD130\uD398\uC774\uC2A4 \uC8FC\uC18C","field.placeholderDelimiters":"\uC608\uC57D\uB41C \uC790\uB9AC \uD45C\uC2DC\uC790","description.custom":"\uC0AC\uC6A9\uC790 \uC9C0\uC815 \uC778\uD130\uD398\uC774\uC2A4 \uC561\uC138\uC2A4 \uBB38\uC11C \uD544\uC694","description.limitPerMinute":"\uC774 \uD55C\uB3C4\uB97C \uCD08\uACFC\uD558\uB294 \uC694\uCCAD\uC740 \uB2E4\uC74C \uBD84\uC774 \uC2DC\uC791\uB420 \uB54C\uAE4C\uC9C0 \uB300\uAE30\uC5F4\uC5D0 \uB4E4\uC5B4\uAC11\uB2C8\uB2E4. \uD604\uC7AC OpenAI \uC11C\uBE44\uC2A4\uC758 \uC5EC\uB7EC \uAC00\uC9C0 \uC81C\uD55C \uC0AC\uD56D\uC73C\uB85C \uC778\uD574 <1>\uC5EC\uAE30\uB97C \uD074\uB9AD\uD558\uC5EC \uCD5C\uC2E0 \uC81C\uC548 \uAC12\uC744 \uD655\uC778\uD558\uC138\uC694.","description.limitPerSecond":"\uC774 \uC81C\uD55C\uC744 \uCD08\uACFC\uD558\uB294 \uC694\uCCAD\uC740 \uB2E4\uC74C \uCD08\uAC00 \uC2DC\uC791\uB420 \uB54C\uAE4C\uC9C0 \uB300\uAE30\uC5F4\uC5D0 \uB4E4\uC5B4\uAC11\uB2C8\uB2E4. \uD604\uC7AC OpenAI \uC11C\uBE44\uC2A4\uC758 \uC5EC\uB7EC \uAC00\uC9C0 \uC81C\uD55C \uC0AC\uD56D\uC73C\uB85C \uC778\uD574 <1>\uC5EC\uAE30\uB97C \uD074\uB9AD\uD558\uC5EC \uCD5C\uC2E0 \uC81C\uC548 \uAC12\uC744 \uD655\uC778\uD558\uC138\uC694.","description.generalLimitPerSecond":"\uC774 \uC81C\uD55C\uC744 \uCD08\uACFC\uD558\uB294 \uC694\uCCAD\uC740 \uB2E4\uC74C \uCD08\uAC00 \uC2DC\uC791\uB420 \uB54C\uAE4C\uC9C0 \uB300\uAE30\uC5F4\uC5D0 \uB4E4\uC5B4\uAC11\uB2C8\uB2E4.","description.prompt":"\uC0AC\uC6A9\uC790 \uC2E0\uBD84\uC73C\uB85C {service}\uC5D0 \uBCF4\uB0B8 \uB300\uD654\uC5D0\uC11C {{text}}\uB294 \uB2E8\uB77D\uC758 \uD14D\uC2A4\uD2B8 \uB0B4\uC6A9\uC744 \uB098\uD0C0\uB0B4\uACE0, {{from}}\uC740 \uB2E8\uB77D\uC758 \uC5B8\uC5B4\uB97C \uB098\uD0C0\uB0B4\uBA70, {{to}}\uB294 \uBAA9\uD45C \uC5B8\uC5B4\uB97C \uB098\uD0C0\uB0C5\uB2C8\uB2E4.","description.maxTextLengthPerRequest":"\uC694\uCCAD\uB2F9 \uCD5C\uB300 \uAE00\uC790 \uC218\uAC00 \uB108\uBB34 \uB9CE\uC73C\uBA74 \uC778\uD130\uD398\uC774\uC2A4\uAC00 \uB290\uB9AC\uAC8C \uC751\uB2F5\uD558\uBBC0\uB85C \uC774 \uC635\uC158\uC744 \uC870\uC815\uD558\uC5EC \uC18D\uB3C4\uB97C \uCD5C\uC801\uD654\uD558\uC138\uC694.","description.systemPrompt":"\uC2DC\uC2A4\uD15C\uC73C\uB85C\uC11C OpenAI\uC5D0 \uC804\uC1A1\uB418\uB294 \uB300\uD654\uB85C, {{text}} \uC740 \uB2E8\uB77D\uC758 \uD14D\uC2A4\uD2B8 \uB0B4\uC6A9\uC744 \uB098\uD0C0\uB0B4\uACE0{{from}} \uC740 \uB2E8\uB77D\uC758 \uC5B8\uC5B4\uB97C \uB098\uD0C0\uB0B4\uBA70{{to}} \uC740 \uB300\uC0C1 \uC5B8\uC5B4\uB97C \uB098\uD0C0\uB0C5\uB2C8\uB2E4.","field.domain":"\uC601\uC5ED","description.domain":"\uAE30\uBCF8\uAC12\uC740\uFF1Ageneral\uC785\uB2C8\uB2E4. \uC544\uB9AC\uB9C8 API \uCF58\uC194\uC5D0\uC11C \uB3C4\uBA54\uC778 \uBC88\uC5ED\uC774 \uD65C\uC131\uD654\uB41C \uACBD\uC6B0\uC5D0\uB9CC \uC124\uC815\uD560 \uC218 \uC788\uC73C\uBA70, \uC9C0\uC6D0\uB418\uB294 \uB3C4\uBA54\uC778\uC740 <1>\uC5EC\uAE30\uB97C \uCC38\uC870\uD558\uC138\uC694.","field.scene":"take","description.scene":"\uAE30\uBCF8\uAC12\uC740\uFF1Ageneral\uC785\uB2C8\uB2E4. AliCloud API \uCF58\uC194\uC774 Machine Translation Pro\uB97C \uC5EC\uB294 \uACBD\uC6B0\uC5D0\uB9CC \uC124\uC815\uD560 \uC218 \uC788\uC73C\uBA70, \uC9C0\uC6D0\uB418\uB294 \uC2DC\uB098\uB9AC\uC624\uB294 <1>\uC5EC\uAE30\uB97C \uCC38\uC870\uD558\uC138\uC694.","field.vocabId":"\uC0AC\uC6A9\uC790 \uC0AC\uC804 ID","description.vocabId":"\uC9C0\uC815\uB41C \uC0AC\uC804 out_id\uB294 \uD604\uC7AC \uC601\uC5B4\uC5D0\uC11C \uC911\uAD6D\uC5B4 \uBC88\uC5ED\uC744 \uC9C0\uC6D0\uD569\uB2C8\uB2E4.","description.model":"OpenAI \uBAA8\uB378, gpt-3.5-turbo, gpt-4 \uB4F1 \uAC00\uB2A5","description.maxTextGroupLengthPerRequest":"\uD55C \uBC88\uC5D0 \uBC88\uC5ED \uC11C\uBE44\uC2A4\uB85C \uC804\uC1A1\uB418\uB294 \uB2E8\uB77D \uC218, \uB2E8\uB77D\uC774 \uB108\uBB34 \uB9CE\uC73C\uBA74 \uC778\uD130\uD398\uC774\uC2A4\uAC00 \uB290\uB9AC\uAC8C \uC751\uB2F5\uD560 \uC218 \uC788\uC2B5\uB2C8\uB2E4.","description.apiUrl":"\uACBD\uB85C, <1>\uC790\uC138\uD55C \uC124\uBA85\uC774 \uD3EC\uD568\uB41C \uD2B9\uC815 URL\uC744 \uCD94\uAC00\uD558\uC138\uC694.",enabledExtension:"\uD655\uC7A5 \uAE30\uB2A5 \uC0AC\uC6A9",clickToDisableExtension:"\uD655\uC7A5 \uAE30\uB2A5\uC744 \uBE44\uD65C\uC131\uD654\uD558\uB824\uBA74 \uD074\uB9AD\uD558\uC138\uC694.",clickToEnableExtension:"\uD655\uC7A5 \uAE30\uB2A5\uC744 \uC0AC\uC6A9\uD558\uB824\uBA74 \uD074\uB9AD\uD558\uC138\uC694.",hasBeenDisabled:"disabled","show password":"\uBE44\uBC00\uBC88\uD638 \uD45C\uC2DC",customContent:"\uC0AC\uC6A9\uC790 \uC9C0\uC815 \uBAA8\uB378 \uC774\uB984 \uC785\uB825",inputOptions:"\uC785\uB825 \uC0C1\uC790 \uAC1C\uC120",mouseHoverOptions:"\uB9C8\uC6B0\uC2A4 \uD638\uBC84",modifyMouseHoverKey:"\uB9C8\uC6B0\uC2A4 \uCEE4\uC11C \uBC14\uB85C \uAC00\uAE30 \uC218\uC815",enableInputTranslation:"\uC785\uB825 \uC0C1\uC790 \uD5A5\uC0C1 \uD65C\uC131\uD654 \uC5EC\uBD80",enableInputTranslationDescription:"\uD65C\uC131\uD654\uB418\uBA74 \uC785\uB825 \uC0C1\uC790\uC5D0 {startingKey}{startingKey} hello\uB97C \uC9C1\uC811 \uC785\uB825\uD55C \uB2E4\uC74C{inputTrailingTriggerKeyRepeatTimes}\uBC88{trailingKey}\uC744 \uBE60\uB974\uAC8C \uB20C\uB7EC {inputTargetLanguage}\uC73C\uB85C \uBC88\uC5ED\uD569\uB2C8\uB2E4.",enableInputTranslationDescriptionForNoneKey:"\uD65C\uC131\uD654\uB418\uBA74 \uC785\uB825 \uC0C1\uC790\uC5D0\uFF1AHello World\uB97C \uC9C1\uC811 \uC785\uB825\uD55C \uB2E4\uC74C{inputTrailingTriggerKeyRepeatTimes}{trailingKey}\uC744 \uBE60\uB974\uAC8C \uC5EC\uB7EC \uBC88 \uB20C\uB7EC \uAE30\uBCF8 \uB300\uC0C1 \uC5B8\uC5B4\uB85C \uBC88\uC5ED\uD569\uB2C8\uB2E4.",inputTargetLanguage:"\uC785\uB825 \uC0C1\uC790\uC758 \uAE30\uBCF8 \uB300\uC0C1 \uC5B8\uC5B4 \uC124\uC815",inputTargetLanguageDescription:"\uC785\uB825 \uC0C1\uC790 \uBC88\uC5ED\uC758 \uAE30\uBCF8 \uB300\uC0C1 \uC5B8\uC5B4(\uC608: \uD2B8\uB9AC\uAC70 \uB2E8\uC5B4\uC758 \uAE30\uBCF8 \uC5B8\uC5B4 {startingKey}{startingKey})",inputTargetLanguageDescriptionForNoneKey:"\uC785\uB825 \uC0C1\uC790 \uBC88\uC5ED\uC758 \uAE30\uBCF8 \uB300\uC0C1 \uC5B8\uC5B4",inputStartingTriggerKeyTitle:"\uC785\uB825 \uC0C1\uC790\uC758 \uBD80\uBD84 \uBC88\uC5ED\uC744 \uC704\uD574 \uBD84\uD560 \uBB38\uC790 \uC124\uC815\uD558\uAE30",inputStartingTriggerKeyDescription:"\uC785\uB825 \uC0C1\uC790 \uC804\uCCB4\uB97C \uBC88\uC5ED\uD560 \uD544\uC694\uAC00 \uC5C6\uB294 \uACBD\uC6B0 \uC2A4\uD50C\uB9AC\uD130\uB97C \uC0AC\uC6A9\uD558\uBA74 {startingKey}{startingKey} \uC5D0\uC11C \uC785\uB825 \uC0C1\uC790 \uB05D\uAE4C\uC9C0 \uBD80\uBD84\uB9CC \uBC88\uC5ED\uD558\uAC70\uB098 \uC5B8\uC5B4 \uCF54\uB4DC\uB97C \uC9C0\uC815\uD560 \uC218 \uC788\uC2B5\uB2C8\uB2E4(\uC608:\uFF1A{startingKey}ja \uB294 {startingKey}ja \uC5D0\uC11C \uC785\uB825 \uC0C1\uC790 \uB05D\uAE4C\uC9C0 \uBD80\uBD84\uB9CC \uBC88\uC5ED\uD55C\uB2E4\uB294 \uC758\uBBF8).",inputStartingTriggerKeyDescriptionForNoneKey:"\uD604\uC7AC \uC811\uB450\uC0AC \uC5C6\uC74C \uC124\uC815\uC740 \uD544\uC694\uD558\uC9C0 \uC54A\uC73C\uBA70, \uC785\uB825 \uC0C1\uC790\uC5D0 \uC788\uB294 \uC77C\uBD80 \uD14D\uC2A4\uD2B8\uC758 \uBC88\uC5ED \uAE30\uB2A5\uC740 \uB2F9\uBD84\uAC04 \uC0AC\uC6A9\uD560 \uC218 \uC5C6\uC2B5\uB2C8\uB2E4.",inputTrailingTriggerKeyTitle:"\uC785\uB825 \uC885\uB8CC \uD2B8\uB9AC\uAC70 \uBB38\uC790 \uC120\uD0DD",inputTrailingTriggerKeyDescription:"3\uBC88\uB9CC \uB204\uB974\uBA74{trailingKey} \uBC88\uC5ED\uC774 \uC2DC\uC791\uB429\uB2C8\uB2E4!",inputTrailingTriggerKeyTimeout:"\uC804\uD22C \uC885\uB8CC \uD2B8\uB9AC\uAC70 \uC0AC\uC774\uC758 \uC2DC\uAC04\uC744 \uC785\uB825\uD569\uB2C8\uB2E4.",inputTrailingTriggerKeyTimeoutDescription:"\uC785\uB825 \uC885\uB8CC \uCF64\uBCF4 \uD2B8\uB9AC\uAC70 \uC0AC\uC774\uC758 \uC2DC\uAC04(\uBC00\uB9AC\uCD08)\uC744 \uC124\uC815\uD569\uB2C8\uB2E4.",spaceKey:"<\u7A7A\u683C\u952E>",noneKey:"\uC811\uB450\uC0AC \uC5C6\uC774 \uC804\uCCB4 \uD14D\uC2A4\uD2B8 \uC0C1\uC790\uC758 \uC9C1\uC811 \uBC88\uC5ED",inputTranslationBlockUrlsTitle:"\uB2E4\uC74C URL\uC5D0\uC11C\uB294 \uC785\uB825 \uC0C1\uC790 \uAC1C\uC120 \uAE30\uB2A5\uC744 \uD65C\uC131\uD654\uD558\uC9C0 \uB9C8\uC138\uC694.",inputTranslationBlockUrlsDescription:"\uB2E4\uC74C URL\uC5D0\uC11C\uB294 \uC785\uB825 \uC0C1\uC790 \uAC1C\uC120 \uC0AC\uD56D\uC774 \uC791\uB3D9\uD558\uC9C0 \uC54A\uC2B5\uB2C8\uB2E4.",clickToSeeQuickDemo:"\uD074\uB9AD\uD558\uC5EC 30\uCD08 \uD035 \uD29C\uD1A0\uB9AC\uC5BC \uBE44\uB514\uC624 \uD655\uC7A5\uD558\uAE30",inputHelperInfo:"\uC124\uBA85\uFF1A\uC911\uAD6D\uC5B4 \uC785\uB825 \uBC29\uC2DD\uC5D0 \uB530\uB77C \uC77C\uBD80 \uD2B8\uB9AC\uAC70 \uBB38\uC790\uAC00 \uC911\uAD6D\uC5B4 \uBB38\uC7A5 \uBD80\uD638\uB85C \uBC14\uB00C\uB294 \uAC83\uC744 \uCD5C\uC801\uD654\uD588\uC2B5\uB2C8\uB2E4(\uC608: /\uB294 \uC18C\uAD6C \uC785\uB825 \uBC29\uC2DD\uC5D0 \uB530\uB77C \uB454 \uBD80\uD638\uB85C \uBC14\uB01C). \uBAB0\uC785\uD615 \uBC88\uC5ED\uAE30\uB294 \uD2B8\uB9AC\uAC70 \uBB38\uC790\uC5D0 \uD574\uB2F9\uD558\uB294 \uBAA8\uB4E0 \uC911\uAD6D\uC5B4 \uAE30\uD638, \uC989 //,,, \uB97C \uD2B8\uB9AC\uAC70 \uBB38\uC790\uB85C \uC778\uC2DD\uD560 \uC218 \uC788\uB3C4\uB85D \uC9C0\uC6D0\uD569\uB2C8\uB2E4.

\uB610\uD55C \uC5B8\uC5B4 \uCF54\uB4DC\uC5D0 \uC911\uAD6D\uC5B4 \uBCC4\uCE6D\uC744 \uBA85\uB839\uC5B4\uB85C \uC0AC\uC6A9\uD560 \uC218 \uC788\uC2B5\uB2C8\uB2E4(\uC608: /Japanese Hello World\uB294 \uC77C\uBCF8\uC5B4\uB85C \uBC88\uC5ED\uB428). <1>\uC9C0\uC6D0\uB418\uB294 \uBAA8\uB4E0 \uC5B8\uC5B4 \uCF54\uB4DC\uB97C \uBCF4\uB824\uBA74 \uC5EC\uAE30\uB97C \uD074\uB9AD\uD558\uC138\uC694.",reloadCurrentPage:"\uBC88\uC5ED\uC744 \uC2DC\uC791\uD558\uAE30 \uC804\uC5D0 \uD604\uC7AC \uD398\uC774\uC9C0\uB97C \uC0C8\uB85C\uACE0\uCE68\uD558\uC138\uC694.",noLocalFilePermissionForPDF:"\uB85C\uCEEC \uD30C\uC77C\uC744 \uC77D\uC744 \uC218 \uC788\uB294 \uAD8C\uD55C\uC774 \uC5C6\uB294 \uACBD\uC6B0 \uC704\uC758 \uBC84\uD2BC\uC744 \uD074\uB9AD\uD55C \uB2E4\uC74C \uB85C\uCEEC \uD30C\uC77C\uC744 \uAC00\uC838\uC624\uC138\uC694.",noPermissionForThisPage:"\u26A0\uFE0F \uD604\uC7AC \uD398\uC774\uC9C0 \uBC88\uC5ED \uAD8C\uD55C\uC774 \uC5C6\uC2B5\uB2C8\uB2E4.",retryAllParagraphs:"\uBAA8\uB4E0 \uC624\uB958 \uAD6C\uC808 \uB2E4\uC2DC \uC2DC\uB3C4",retryAllButton:"\uBAA8\uB4E0 \uC624\uB958 \uAD6C\uC808 \uB2E4\uC2DC \uC2DC\uB3C4",errorTooltipTitle:"\uC624\uB958\uC758 \uC6D0\uC778\uC744 \uBCF4\uB824\uBA74 \uD074\uB9AD\uD558\uC138\uC694.",errorModalTitle:"\uBC88\uC5ED \uC11C\uBE44\uC2A4 \uB610\uB294 \uB124\uD2B8\uC6CC\uD06C\uC5D0 \uBB38\uC81C\uAC00 \uC788\uB294 \uAC83 \uAC19\uC2B5\uB2C8\uB2E4...",disableConfirm:"\uC774\uC911 \uC5B8\uC5B4 \uC815\uBCF4 \uD5A5\uC0C1 \uC124\uC815",disableOnce:"\uC774 \uBE44\uD65C\uC131\uD654",disableGlobal:"\uC601\uAD6C\uC801\uC73C\uB85C \uBE44\uD65C\uC131\uD654",disableTint:"* {option} \uC5D0\uC11C \uB2E4\uC2DC \uD65C\uC131\uD654\uD560 \uC218 \uC788\uC2B5\uB2C8\uB2E4.",searchEnhancementNotes:"\uC911\uAD6D\uC5B4 \uD0A4\uC6CC\uB4DC\uC640 \uC601\uC5B4 \uD0A4\uC6CC\uB4DC\uC5D0 \uB300\uD55C \uB274\uC2A4 \uACB0\uACFC\uAC00 \uB9E4\uC6B0 \uB2E4\uB978 \uAC83\uC744 \uBC1C\uACAC\uD588\uC2B5\uB2C8\uB2E4. \uBAB0\uC785\uD615 \uBC88\uC5ED \uC774\uC911 \uC5B8\uC5B4 \uC815\uBCF4 \uD5A5\uC0C1 \uAE30\uB2A5\uC744 \uD65C\uC131\uD654\uD558\uBA74 \uC9C0\uC6D0\uB418\uB294 \uC6F9\uC0AC\uC774\uD2B8(Google \uB274\uC2A4, Google \uAC80\uC0C9(\uC77C\uBD80 \uD0A4\uC6CC\uB4DC), \uC2A4\uB178\uC6B0\uBCFC, \uB3D9\uC591\uC758 \uBD80, \uD4E8\uD22C\uB77C, \uD0C0\uC774\uAC70)\uC5D0\uC11C \uB3D9\uC77C\uD55C \uD0A4\uC6CC\uB4DC\uB97C \uC601\uC5B4\uB85C \uC790\uB3D9 \uAC80\uC0C9\uD558\uC5EC \uC624\uB978\uCABD\uC5D0 \uD45C\uC2DC\uD574 \uC90D\uB2C8\uB2E4. \uC774 \uAE30\uB2A5\uC774 \uD544\uC694\uD558\uC9C0 \uC54A\uC740 \uACBD\uC6B0 \uBE44\uD65C\uC131\uD654\uD560 \uC218 \uC788\uC2B5\uB2C8\uB2E4.",option:"\uC124\uC815",saveSettings:"\uC124\uC815 \uC800\uC7A5",closeModal:"\uCC3D \uB2EB\uAE30",enableInputTranslationWithoutTriggerKeyTitle:"{trailingKey}\uB97C 3\uBC88 \uBE60\uB974\uAC8C \uB204\uB974\uBA74 \uC804\uCCB4 \uC785\uB825 \uC0C1\uC790\uB97C{inputTargetLanguage}\uB85C \uBC14\uB85C \uBC88\uC5ED\uD560 \uC218 \uC788\uC2B5\uB2C8\uB2E4.",enableInputTranslationWithoutTriggerKeyDescription:"\uB300\uC0C1 \uC5B8\uC5B4\uB97C \uC9C0\uC815\uD558\uB824\uBA74 \uC55E\uC5D0 \uC5B8\uC5B4 \uCF54\uB4DC\uB97C \uBD99\uC785\uB2C8\uB2E4(\uC608:\uFF1Aja Hello World).",mouseHoverShortcutPlaceholder:"\uC608:\uFF1A\uC2DC\uD504\uD2B8",deepLProName:"\uBAB0\uC785\uD615 \uBC88\uC5ED \uD504\uB85C \uD68C\uC6D0(\uAD8C\uC7A5)",deepLProDescription:"\uD604\uC7AC \uD328\uD0A4\uC9C0\uB97C \uC9C1\uC811 \uC0AC\uC6A9\uD560 \uC218 \uC788\uC2B5\uB2C8\uB2E4.",deeplProDescriptionForNormal:"\uC124\uC815 \uD544\uC694 \uC5C6\uC74C, \uD68C\uC6D0\uC740 \uB85C\uADF8\uC778 \uD6C4 \uC0AC\uC6A9 \uAC00\uB2A5, <1>\uD68C\uC6D0\uC73C\uB85C \uC5C5\uADF8\uB808\uC774\uB4DC\uD558\uB824\uBA74 \uC5EC\uAE30\uB97C \uD074\uB9AD\uD558\uC138\uC694.",deepLCustomDescription:"\uC678\uAD6D \uC2E0\uC6A9 \uCE74\uB4DC \uD544\uC694, \uACF5\uC2DD\uC801\uC73C\uB85C \uAC1C\uC124\uB41C <1>DeepL,<2>\uBB38\uC11C\uB97C \uBCF4\uB824\uBA74 \uD074\uB9AD\uD558\uC138\uC694.",deepLCustomName:"\uC0AC\uC6A9\uC790 \uC9C0\uC815 \uC778\uC99D \uD0A4",chooseProviderLabel:"\uC11C\uBE44\uC2A4 \uC81C\uACF5\uC5C5\uCCB4 \uC120\uD0DD",openaiProName:"\uBAB0\uC785\uD615 \uBC88\uC5ED \uD504\uB85C \uD68C\uC6D0(\uAD8C\uC7A5)",openaiProDescription:"\uD604\uC7AC \uD328\uD0A4\uC9C0\uB97C \uC9C1\uC811 \uC0AC\uC6A9\uD560 \uC218 \uC788\uC2B5\uB2C8\uB2E4.",openaiProDescriptionForNormal:"\uC124\uC815\uC774 \uD544\uC694\uD558\uC9C0 \uC54A\uC73C\uBA70, \uD68C\uC6D0\uC740 \uB85C\uADF8\uC778 \uD6C4 \uC0AC\uC6A9\uD560 \uC218 \uC788\uC2B5\uB2C8\uB2E4. <1>\uD68C\uC6D0\uC73C\uB85C \uC5C5\uADF8\uB808\uC774\uB4DC\uD558\uB824\uBA74 \uC5EC\uAE30\uB97C \uD074\uB9AD\uD558\uC138\uC694.",openaiCustomDescription:"OpenAI, Azure OpenAI \uB610\uB294 \uAE30\uD0C0 \uD0C0\uC0AC \uC11C\uBE44\uC2A4\uC5D0\uC11C \uC0AC\uC6A9 \uAC00\uB2A5, <1>\uC124\uBA85\uC11C\uB97C \uBCF4\uB824\uBA74 \uC5EC\uAE30\uB97C \uD074\uB9AD\uD558\uC138\uC694.",openaiCustomName:"\uC0AC\uC6A9\uC790 \uC9C0\uC815 API \uD0A4",needLoginAction:"(\uACF5\uAC1C \uBA64\uBC84\uC2ED \uB610\uB294 \uC0AC\uC6A9\uC790 \uC9C0\uC815)",goLoginOrAction:"(\uBA64\uBC84\uC2ED\uC744 \uC5F4\uAC70\uB098 \uC124\uC815\uC73C\uB85C \uC774\uB3D9)",yearly:"\uC5F0\uAC04 \uC5F0\uC18D \uACB0\uC81C",quarterly:"\uC21C\uCC28\uC801 \uB798\uD551",monthly:"\uC6D4\uAC04 \uAD6C\uB3C5",yearlyForOnce:"\uC5F0\uAC04 1\uD68C \uD328\uD0A4\uC9C0",monthlyForOnce:"\uC6D4 1\uD68C \uD328\uD0A4\uC9C0",daily:"\uC5F0\uC18D \uD328\uD0B7 \uC77C\uC218",year:"\uC5F0\uAC04 \uC5F0\uC18D \uACB0\uC81C",quarter:"\uC21C\uCC28\uC801 \uB798\uD551",month:"\uC6D4\uAC04 \uAD6C\uB3C5",day:"\uC5F0\uC18D \uD328\uD0B7 \uC77C\uC218",onetime_7day:"7\uC77C \uCCB4\uD5D8 \uD329",currentPlanDescriptionForFree:"\uD604\uC7AC \uD328\uD0A4\uC9C0\uFF1A\uBB34\uB8CC",currentPlanDescriptionForContinuous:"\uD604\uC7AC \uD328\uD0A4\uC9C0\uFF1A{plan}\uB294 {endAt} \uC5D0\uC11C \uC790\uB3D9\uC73C\uB85C \uAC31\uC2E0\uB429\uB2C8\uB2E4.",currentPlanDescriptionForAutoRenewCaceling:"\uD604\uC7AC \uD328\uD0A4\uC9C0(\uFF1A{plan})\uB294 {endAt} \uC5D0\uC11C \uB9CC\uB8CC\uB418\uBA70 \uB9CC\uB8CC \uC2DC \uC790\uB3D9\uC73C\uB85C \uAC31\uC2E0\uB418\uC9C0 \uC54A\uC2B5\uB2C8\uB2E4.",currentYearlyPlanDescriptionForAutoRenewCacelingWithRealPaiedUser:"\uD604\uC7AC \uD328\uD0A4\uC9C0(\uFF1A{plan})\uB294 {endAt} \uC5D0\uC11C \uB9CC\uB8CC\uB418\uBA70 \uB9CC\uB8CC \uC2DC \uC790\uB3D9\uC73C\uB85C \uAC31\uC2E0\uB418\uC9C0 \uC54A\uC2B5\uB2C8\uB2E4.
<1>\uAC31\uC2E0 \uD50C\uB79C\uC744 \uAD00\uB9AC\uD558\uB824\uBA74 \uC5EC\uAE30\uB97C \uD074\uB9AD\uD558\uC138\uC694.",currentYearlyPlanDescriptionForAutoRenewCacelingWithAdmin:"\uD604\uC7AC \uD328\uD0A4\uC9C0(\uFF1A{plan})\uB294 {endAt} \uC5D0\uC11C \uB9CC\uB8CC\uB418\uBA70 \uB9CC\uB8CC \uC2DC \uC790\uB3D9\uC73C\uB85C \uAC31\uC2E0\uB418\uC9C0 \uC54A\uC2B5\uB2C8\uB2E4.
<1>\uC5F0\uAC04 \uC5F0\uC18D \uAD6C\uB3C5\uC744 \uD65C\uC131\uD654\uD558\uB824\uBA74 \uC5EC\uAE30\uB97C \uD074\uB9AD\uD558\uC138\uC694.",currentPlanDescriptionForOneTime:"\uD604\uC7AC \uAD6C\uB3C5\uFF1A{plan}\uC740 {endAt} \uC5D0\uC11C \uB9CC\uB8CC\uB418\uBA70, <1>\uC5F0\uAC04 \uB610\uB294 <2>\uC6D4\uAC04<1>\uBA64\uBC84\uC2ED\uC73C\uB85C \uC5C5\uADF8\uB808\uC774\uB4DC\uD558\uB824\uBA74 \uC5EC\uAE30\uB97C \uD074\uB9AD\uD558\uC138\uC694.",upgradePlan:"\uD504\uB85C \uBA64\uBC84\uC2ED\uC73C\uB85C \uC5C5\uADF8\uB808\uC774\uB4DC\uD558\uB824\uBA74 \uC5EC\uAE30\uB97C \uD074\uB9AD\uD558\uC138\uC694.",upgradeToPro:"\uD504\uB85C \uBA64\uBC84\uC2ED\uC73C\uB85C \uC5C5\uADF8\uB808\uC774\uB4DC","popup.openPro":"DeepL \uBC0F OpenAI \uBC88\uC5ED\uC744 \uC990\uAE30\uB824\uBA74 \uD504\uB85C \uBA64\uBC84\uC2ED\uC73C\uB85C \uC5C5\uADF8\uB808\uC774\uB4DC\uD558\uACE0 \uC5EC\uAE30\uB97C \uD074\uB9AD\uD558\uC5EC \uC5C5\uADF8\uB808\uC774\uB4DC\uD558\uC138\uC694!","popup.openProForPro":"\uADC0\uD558\uB294 DeepL \uBC0F OpenAI \uBC88\uC5ED\uC5D0 \uC9C1\uC811 \uC561\uC138\uC2A4\uD560 \uC218 \uC788\uB294 \uD504\uB85C \uD68C\uC6D0\uC785\uB2C8\uB2E4!",currentAccount:"\uACBD\uC0C1 \uACC4\uC815",enableAutoSyncUserSettings:"\uC5EC\uB7EC \uB514\uBC14\uC774\uC2A4\uC5D0\uC11C \uD074\uB77C\uC6B0\uB4DC \uC790\uB3D9 \uB3D9\uAE30\uD654 \uC0AC\uC6A9",modalEnableInputTranslationTitle:"\uBAB0\uC785\uD615 \uBC88\uC5ED \uC785\uB825 \uC0C1\uC790 \uBC88\uC5ED \uC54C\uB9BC",modalEnableInputTranslationDesc:"\uC2A4\uD398\uC774\uC2A4\uBC14\uB97C \uC5F0\uC18D\uD574\uC11C \uC138 \uBC88 \uBE60\uB974\uAC8C \uB20C\uB7EC \uBAB0\uC785\uD615 \uBC88\uC5ED\uC758 \uC785\uB825 \uC0C1\uC790 \uBC88\uC5ED\uC744 \uD2B8\uB9AC\uAC70\uD588\uC73C\uBA70, \uC785\uB825 \uC0C1\uC790\uC758 \uB0B4\uC6A9\uC774 \uAE30\uBCF8 \uB300\uC0C1 \uC5B8\uC5B4\uB85C \uBC88\uC5ED\uB429\uB2C8\uB2E4. \uBC88\uC5ED\uC740 Ctrl+Z\uB85C \uCDE8\uC18C\uD560 \uC218 \uC788\uC2B5\uB2C8\uB2E4.

\uBC88\uC5ED\uC774 \uC2E4\uC218\uC600\uB2E4\uBA74 \uC9C0\uAE08 \uBC14\uB85C \uBE44\uD65C\uC131\uD654\uD558\uAC70\uB098 \uC785\uB825 \uC0C1\uC790 \uBC88\uC5ED\uC744 \uC601\uAD6C\uC801\uC73C\uB85C \uBE44\uD65C\uC131\uD654\uD560 \uC218 \uC788\uC73C\uB2C8 \uAC71\uC815\uD558\uC9C0 \uB9C8\uC138\uC694.",saveAndNotShowAgain:"\uC800\uC7A5 \uBC0F \uD504\uB86C\uD504\uD2B8 \uC911\uC9C0",disableInputTranslationTips:"* {option} ,{learnMore}\uC5D0\uC11C \uB2E4\uB978 \uBC14\uB85C\uAC00\uAE30\uB97C \uD2B8\uB9AC\uAC70\uD558\uB3C4\uB85D \uC124\uC815\uD560 \uC218\uB3C4 \uC788\uC2B5\uB2C8\uB2E4.",learnMore:"\uC790\uC138\uD788 \uC54C\uC544\uBCF4\uB824\uBA74 \uC5EC\uAE30\uB97C \uD074\uB9AD\uD558\uC138\uC694.",continueEnalbeInputTranslation:"\uC785\uB825 \uC0C1\uC790 \uBC88\uC5ED \uACC4\uC18D \uD65C\uC131\uD654",autoRenewTrialSuffix:'(\uD3C9\uAC00\uD310 \uC0AC\uC6A9 \uC2DC\uC989\uC2DC \uC815\uC2DD \uBA64\uBC84\uC2ED\uC73C\uB85C \uC5C5\uADF8\uB808\uC774\uB4DC)',upgradeFromTrialTitle:"\uC815\uD68C\uC6D0\uC73C\uB85C \uC5C5\uADF8\uB808\uC774\uB4DC",subtitle:"\uBE44\uB514\uC624 \uCEA1\uC158",youtubeService:"\uBAB0\uC785 \uBC88\uC5ED \uBE44\uB514\uC624 \uC790\uB9C9 \uBC88\uC5ED \uC11C\uBE44\uC2A4","subtitle.disabledSubtitle":"\uB3D9\uC601\uC0C1 \uC790\uB9C9 \uAE30\uB2A5 \uC601\uAD6C \uBE44\uD65C\uC131\uD654\uD558\uAE30","subtitle.disabledSubtitleDescription":"\uBAB0\uC785\uD615 \uBC88\uC5ED\uAE30\uC758 \uBE44\uB514\uC624 \uC790\uB9C9\uC774 \uB2E4\uB978 \uD655\uC7A5 \uD504\uB85C\uADF8\uB7A8\uACFC \uCDA9\uB3CC\uD558\uB294 \uACBD\uC6B0, \uBAB0\uC785\uD615 \uBC88\uC5ED\uAE30\uC758 \uBE44\uB514\uC624 \uC790\uB9C9 \uAE30\uB2A5\uC744 \uC601\uAD6C\uC801\uC73C\uB85C \uBE44\uD65C\uC131\uD654\uD558\uAC70\uB098 \uCDA9\uB3CC\uD558\uB294 \uB2E4\uB978 \uD655\uC7A5 \uD504\uB85C\uADF8\uB7A8\uC744 \uC81C\uAC70\uD558\uB3C4\uB85D \uC120\uD0DD\uD560 \uC218 \uC788\uC2B5\uB2C8\uB2E4.","subtitle.autoEnableSubtitle":"\uC774\uC911 \uC5B8\uC5B4 \uC790\uB9C9 \uC790\uB3D9 \uC0AC\uC6A9","subtitle.autoEnableSubtitleDescription":"\uC0AC\uC6A9\uD558\uBA74 \uBE44\uB514\uC624\uAC00 \uC7AC\uC0DD\uB420 \uB54C \uC790\uB3D9\uC73C\uB85C \uC774\uC911 \uC5B8\uC5B4 \uC790\uB9C9\uC774 \uD45C\uC2DC\uB418\uBA70, \uADF8\uB807\uC9C0 \uC54A\uC73C\uBA74 \uBC88\uC5ED \uBC84\uD2BC\uC744 \uD074\uB9AD\uD574\uC57C \uD45C\uC2DC\uB429\uB2C8\uB2E4.","subtitle.preTranslation":"\uBAB0\uC785\uD615 \uBC88\uC5ED\uC744 \uC0AC\uC6A9\uD558\uC5EC \uC790\uB9C9 \uBC88\uC5ED\uD558\uAE30","subtitle.preTranslationDescription":"\uD65C\uC131\uD654\uD558\uBA74 \uC544\uB798\uC5D0 \uBA85\uC2DC\uB41C \uBC88\uC5ED \uC11C\uBE44\uC2A4\uB97C \uC0AC\uC6A9\uD558\uC5EC \uC804\uCCB4 \uC790\uB9C9\uC774 \uC0AC\uC804 \uBC88\uC5ED\uB418\uBA70, 1\uC2DC\uAC04 \uBD84\uB7C9\uC758 \uB3D9\uC601\uC0C1\uC740 \uC57D 50,000 \uD1A0\uD070 \uB610\uB294 \uBB38\uC790\uB97C \uC18C\uBAA8\uD558\uBBC0\uB85C \uC2E0\uC911\uD558\uAC8C \uC0AC\uC6A9\uD558\uC2DC\uAE30 \uBC14\uB77C\uBA70, \uBE44\uD65C\uC131\uD654\uD558\uBA74 \uC6D0\uBCF8 \uC790\uB9C9\uC774 \uBA3C\uC800 \uC0AC\uC6A9\uB429\uB2C8\uB2E4.","subtitle.humanSubtitlesPreferred":"\uD734\uBA3C \uCEA1\uC158 \uC6B0\uC120 \uC0AC\uC6A9","subtitle.humanSubtitlesPreferredDescription":"\uB3D9\uC601\uC0C1\uC5D0 \uB300\uC0C1 \uC5B8\uC5B4\uB85C \uB41C \uC0AC\uB78C \uC790\uB9C9\uC774 \uC788\uB294 \uACBD\uC6B0 \uC0AC\uB78C \uC790\uB9C9\uC744 \uC6B0\uC120\uC801\uC73C\uB85C \uC0AC\uC6A9\uD569\uB2C8\uB2E4(\uAD8C\uC7A5).",videoSubtitleTranslationDescription:"\uB3D9\uC601\uC0C1 \uC790\uB9C9\uC744 \uC704\uD55C \uBCC4\uB3C4\uC758 \uBC88\uC5ED \uC11C\uBE44\uC2A4 \uC9C0\uC815",subtitleTranslating:"{service} \uC11C\uBE44\uC2A4\uB97C \uC0AC\uC6A9\uD558\uC5EC \uC790\uB9C9\uC744 \uBC88\uC5ED\uD558\uB294 \uB3D9\uC548 \uC7A0\uC2DC \uAE30\uB2E4\uB824\uC8FC\uC138\uC694... (\uBAB0\uC785 \uBC88\uC5ED)",subtitleLoading:"\uC790\uB9C9 \uB85C\uB4DC \uC911...",bilingual:"\uC774\uC911 \uC5B8\uC5B4 \uC0AC\uC6A9","field.action":"\uBC14\uC774\uB450 \uC6A9\uC5B4 \uC0AC\uC6A9 \uC5EC\uBD80","description.action":"\uD65C\uC131\uD654\uD558\uBA74 \uC694\uCCAD\uC5D0 action=1 \uB9E4\uAC1C\uBCC0\uC218\uAC00 \uCD94\uAC00\uB418\uC5B4 \uBC14\uC774\uB450\uC5D0 \uD65C\uC131\uD654\uB41C \uC6A9\uC5B4\uB97C \uC54C\uB9B4 \uC218 \uC788\uC73C\uBA70, <1>\uC790\uC138\uD55C \uB0B4\uC6A9\uC740 \uACF5\uC2DD \uBB38\uC11C\uB97C \uCC38\uC870\uD558\uC138\uC694.",closeQuickTranslation:"\uD638\uBC84\uBCFC \uB2EB\uAE30","closeQuickTranslation.untilNext":"\uB2E4\uC74C \uBC29\uBB38 \uC2DC\uAE4C\uC9C0 \uD734\uBB34\uC785\uB2C8\uB2E4.","closeQuickTranslation.currentWebsite":"\uD604\uC7AC \uC0AC\uC774\uD2B8 \uBE44\uD65C\uC131\uD654","closeQuickTranslation.alwaysClose":"\uC601\uAD6C\uC801\uC73C\uB85C \uBE44\uD65C\uC131\uD654","closeQuickTranslation.settingOpen":"( <1>\uC124\uC815 \uD398\uC774\uC9C0\uC5D0\uC11C \uCF1C\uAE30 \uAC00\uB2A5)","closeQuickTranslation.cancel":"\uCDE8\uC18C","closeQuickTranslation.confirm":"\uC815\uC758","floatBall.popup":"\uBE60\uB978 \uC124\uC815 \uD328\uB110 \uC5F4\uAE30","floatBall.translate":"\uD074\uB9AD\uD558\uC5EC \uD398\uC774\uC9C0 \uBC88\uC5ED\uD558\uAE30","floatBall.showOriginal":"\uC6D0\uBCF8 \uBB38\uC11C\uB85C \uB3CC\uC544\uAC00\uB824\uBA74 \uD074\uB9AD\uD558\uC138\uC694.","floatBall.close":"\uD638\uBC84\uBCFC \uB2EB\uAE30","floatBallOptions.enableDescPc":"\uD398\uC774\uC9C0 \uD638\uBC84\uBCFC\uC744 \uD65C\uC131\uD654\uD558\uBA74 \uD398\uC774\uC9C0 \uC624\uB978\uCABD\uC5D0 \uBE60\uB978 \uBC88\uC5ED \uBC84\uD2BC\uC774 \uD45C\uC2DC\uB418\uBA70, \uC774\uB97C \uD074\uB9AD\uD558\uBA74 \uBC88\uC5ED\uD560 \uC218 \uC788\uC2B5\uB2C8\uB2E4!","floatBallOptions.enableDesc":"\uD638\uBC84\uBCFC\uC744 \uB044\uACE0 \uB098\uBA74{touch}\uC73C\uB85C \uBD88\uB7EC\uC62C \uC218 \uC788\uC2B5\uB2C8\uB2E4. \uC2E4\uC218\uB85C \uC774 \uC635\uC158\uC744 \uB048 \uD6C4 \uD638\uBC84\uBCFC\uC744 \uCC3E\uC744 \uC218 \uC5C6\uB294 \uACBD\uC6B0\uB97C \uB300\uBE44\uD574 \uC774 \uC124\uC815 \uD398\uC774\uC9C0\uB97C \uBD81\uB9C8\uD06C\uC5D0 \uCD94\uAC00\uD574 \uB450\uB294 \uAC83\uC774 \uC88B\uC2B5\uB2C8\uB2E4!","description.azureApiUrl":"\uC0AC\uC6A9\uC790 \uC9C0\uC815 API \uC778\uD130\uD398\uC774\uC2A4\uC758 \uC8FC\uC18C\uB97C \uC785\uB825\uD569\uB2C8\uB2E4.",confirmSupportMouse:"\uB9C8\uC6B0\uC2A4 \uC9C0\uC6D0 \uAC15\uC81C \uD65C\uC131\uD654",confirmSupportMouseDescription:"\uD604\uC7AC \uBE0C\uB77C\uC6B0\uC800\uAC00 \uB9C8\uC6B0\uC2A4 \uAE30\uB2A5\uC744 \uC9C0\uC6D0\uD558\uC9C0 \uC54A\uB294 \uAC83\uC73C\uB85C \uAC10\uC9C0\uB418\uBA74 \uB9C8\uC6B0\uC2A4 \uC9C0\uC6D0\uC744 \uAC15\uC81C\uB85C \uD65C\uC131\uD654\uD574\uC57C \uD558\uB098\uC694?",sampleTargetText:"\uAE34 \uBC24\uC774 \uC62C \uAC83\uC774\uB2C8, \uB098\uB294 \uC624\uB298\uBD80\uD130 \uC8FD\uC744 \uB54C\uAE4C\uC9C0 \uBCF4\uCD08\uB97C \uC124 \uAC83\uC774\uB2E4. \uB098\uB294 \uC544\uB0B4\uB97C \uCDE8\uD558\uC9C0 \uC54A\uC744 \uAC83\uC774\uBA70, \uB3D9\uB9F9\uC744 \uB9FA\uC9C0 \uC54A\uC744 \uAC83\uC774\uBA70, \uC790\uC2DD\uC744 \uB0B3\uC9C0 \uC54A\uC744 \uAC83\uC774\uB2E4. \uB098\uB294 \uC655\uAD00\uC744 \uC4F0\uC9C0 \uC54A\uC744 \uAC83\uC774\uBA70 \uBA85\uC608\uB97C \uC704\uD574 \uB178\uB825\uD558\uC9C0 \uC54A\uC744 \uAC83\uC774\uB2E4. \uB098\uB294 \uB0B4 \uC758\uBB34\uB97C \uB2E4\uD558\uACE0 \uC0B4\uB2E4\uAC00 \uC8FD\uC744 \uAC83\uC785\uB2C8\uB2E4.",sampleSourceText:"Night gathers, and now my watch begins. It shall not end until my death. I shall take no wife, hold no lands, father no children. I shall wear no crowns and win no glory. I shall live and die at my post.","subtitle.supportedSites":"\u5DF2\u652F\u6301\u5728\u8FD9\u4E9B\u7F51\u7AD9\u4F7F\u7528\u53CC\u8BED\u5B57\u5E55\uFF08\u6CE8\u610F\uFF1A\u7531\u4E8E\u6280\u672F\u9650\u5236\uFF0C\u90E8\u5206\u7F51\u7AD9\u5728\u9996\u6B21\u5F00\u542F\u5B57\u5E55\u540E\u9700\u8981\u91CD\u65B0\u5237\u65B0\u9875\u9762\uFF0C\u6216\u8005\u9700\u7B49\u5F85\u7FFB\u8BD1\u5B8C\u6210\u4EE5\u663E\u793A\u53CC\u8BED\u5B57\u5E55\uFF09\uFF1A",viewWithImmersiveTranslate:"\u53CC\u8BED\u7248\u672C(\u6C89\u6D78\u5F0F\u7FFB\u8BD1)",errorReason:"\u9519\u8BEF\u539F\u56E0\uFF1A{message}","proQuotaExceededError.onetime7day":'\uFF0C\u60A8\u53EF\u4EE5\u9009\u62E9\u4EE5\u4E0B\u65B9\u5F0F\u89E3\u51B3\uFF1A

1. \u5207\u6362\u5230 {anotherService} \u6216\u5176\u4ED6\u7FFB\u8BD1\u670D\u52A1
2. \u5347\u7EA7\u4E3A\u6708\u5EA6/\u5E74\u5EA6\u4F1A\u5458',"proQuotaExceededError.trial":'\uFF0C\u60A8\u53EF\u4EE5\u9009\u62E9\u4EE5\u4E0B\u65B9\u5F0F\u89E3\u51B3\uFF1A

1. \u5207\u6362\u5230 {anotherService} \u6216\u5176\u4ED6\u7FFB\u8BD1\u670D\u52A1
2. \u7ACB\u523B\u5347\u7EA7\u4E3A\u6B63\u5F0F\u4F1A\u5458',"proQuotaExceededError.nonTrial":'\uFF0C\u60A8\u53EF\u4EE5\u9009\u62E9\u4EE5\u4E0B\u65B9\u5F0F\u89E3\u51B3\uFF1A

1. \u5207\u6362\u5230 {anotherService} \u6216\u5176\u4ED6\u7FFB\u8BD1\u670D\u52A1
2. \u8D2D\u4E70 {translationService} \u989D\u5916\u6D41\u91CF\u5305',"proQuotaExceededError.resetTime":"
3. \u989D\u5EA6\u91CD\u7F6E\u65F6\u95F4\uFF1A{resetTime}","desc.touchShortcutsToggleTranslatePageOnlyTranslation":"\uBC88\uC5ED\uBB38\uB9CC\uC774\uB77C\uB294 \uAC83\uC740 \uBC88\uC5ED\uBB38\uB9CC \uD45C\uC2DC\uD558\uBA70, \uC6F9\uD398\uC774\uC9C0\uAC00 \uC544\uC9C1 \uBC88\uC5ED\uB418\uC9C0 \uC54A\uC558\uB2E4\uBA74 \uBAA8\uB4DC\uB97C \uC804\uD658\uD558\uACE0 \uBC88\uC5ED\uD560 \uAC83\uC785\uB2C8\uB2E4.","desc.toggleOnlyTransation":"\uC624\uC9C1 \uBC88\uC5ED \uBAA8\uB4DC\uB294 \uBC88\uC5ED\uBB38\uB9CC \uD45C\uC2DC\uD558\uB294 \uAC83\uC744 \uC758\uBBF8\uD558\uBA70, \uC6F9\uD398\uC774\uC9C0\uAC00 \uC544\uC9C1 \uBC88\uC5ED\uB418\uC9C0 \uC54A\uC558\uB2E4\uBA74 \uBAA8\uB4DC\uB97C \uC804\uD658\uD558\uACE0 \uBC88\uC5ED\uD560 \uAC83\uC785\uB2C8\uB2E4.",touchShortcutsToggleTranslatePageOnlyTranslation:"\uD130\uCE58 \uC2A4\uD06C\uB9B0 \uC81C\uC2A4\uCC98\uB97C \uC124\uC815\uD558\uC5EC \uC774\uC911 \uC5B8\uC5B4/\uBC88\uC5ED \uD14D\uC2A4\uD2B8 \uC804\uC6A9 \uBAA8\uB4DC\uB97C \uC804\uD658\uD558\uC138\uC694.",download_started:"\uB2E4\uC6B4\uB85C\uB4DC\uAC00 \uC774\uBBF8 \uC2DC\uC791\uB418\uC5C8\uC2B5\uB2C8\uB2E4. \uC790\uB3D9\uC73C\uB85C \uB2E4\uC6B4\uB85C\uB4DC\uB418\uC9C0 \uC54A\uB294 \uACBD\uC6B0, \uC218\uB3D9\uC73C\uB85C \uD074\uB9AD\uD558\uC2ED\uC2DC\uC624.",here:"\uC5EC\uAE30","error.serveConfigError":"\uC11C\uBE44\uC2A4 \uAD6C\uC131 \uC624\uB958","translationFont.customPlaceholder":"\uAE00\uAF34","error.configError":"\uAD6C\uC131 \uB370\uC774\uD130 \uC774\uC0C1","error.goReset":"\uC7AC\uC124\uC815\uD558\uB2E4","touch.mouse-translate":"\uC9C0\uC815\uB41C \uB2E8\uB77D \uBC88\uC5ED",batchEdit:"\uB300\uB7C9 \uC791\uC5C5","translationModeUrl.translation.title":"\uBC88\uC5ED\uB9CC \uBAA8\uB4DC\uC758 \uC6F9\uC0AC\uC774\uD2B8","translationFont.custom":"\uC0AC\uC6A9\uC790 \uC815\uC758 \uAE00\uAF34 \uC785\uB825",translationFont:"\uAE00\uAF34 \uC124\uC815","translationServices.inherit":"\uC8FC \uBC88\uC5ED \uC11C\uBE44\uC2A4\uB97C \uB530\uB974\uC2ED\uC2DC\uC624",detectServiceLoading:"\uC0AC\uC6A9 \uAC00\uB2A5\uD55C \uBC88\uC5ED \uC11C\uBE44\uC2A4\uB97C \uD655\uC778 \uC911\uC785\uB2C8\uB2E4...",toggleToService:"{service}\uB85C \uC804\uD658\uD558\uACE0 \uB2E4\uC2DC \uC2DC\uB3C4\uD558\uC2ED\uC2DC\uC624.","translationModeLang.translation.title":"\uB2E8\uC21C \uBC88\uC5ED \uBAA8\uB4DC\uC758 \uC5B8\uC5B4","error.502":"\uC11C\uBE44\uC2A4\uAC00 \uC624\uB958\uB97C \uBC18\uD658\uD588\uC2B5\uB2C8\uB2E4, \uC11C\uBE44\uC2A4\uAC00 \uC2DC\uAC04 \uCD08\uACFC\uB418\uC5C8\uC2B5\uB2C8\uB2E4. \uC7A0\uC2DC \uD6C4 \uB2E4\uC2DC \uC2DC\uB3C4\uD574 \uC8FC\uC138\uC694.","error.proUpgrade":"\uC5C5\uADF8\uB808\uC774\uB4DC \uD6C4\uC5D0\uB294 \uD398\uC774\uC9C0\uB97C \uC0C8\uB85C \uACE0\uCE68\uD558\uC5EC \uB2E4\uC2DC \uBC88\uC5ED\uD558\uC2ED\uC2DC\uC624.","error.reloadPageOfSetting":"\uAD6C\uC131 \uD6C4\uC5D0\uB294 \uD398\uC774\uC9C0\uB97C \uC0C8\uB85C \uACE0\uCE68\uD558\uC5EC \uB2E4\uC2DC \uBC88\uC5ED\uD558\uC2ED\uC2DC\uC624.","translationModeLang.translation.description":"\uD398\uC774\uC9C0 \uC5B8\uC5B4\uAC00 \uB2E4\uC74C \uC5B8\uC5B4\uC77C \uB54C, \uC790\uB3D9\uC73C\uB85C \uBC88\uC5ED\uBB38\uB9CC \uBAA8\uB4DC\uB97C \uC0AC\uC6A9\uD569\uB2C8\uB2E4.","error.proTokenInvalid":"Pro \uC0AC\uC6A9\uC790\uC774\uC2DC\uB77C\uBA74, \uB85C\uADF8\uC778 \uD6C4 Pro \uBC88\uC5ED \uC11C\uBE44\uC2A4\uB97C \uC774\uC6A9\uD574 \uC8FC\uC138\uC694.","error.403":"\uC11C\uBE44\uC2A4\uAC00 \uC624\uB958\uB97C \uBC18\uD658\uD558\uC600\uC2B5\uB2C8\uB2E4, \uC7A0\uC2DC \uD574\uB2F9 \uC11C\uBE44\uC2A4\uC5D0 \uC811\uADFC\uD560 \uAD8C\uD55C\uC774 \uC5C6\uC2B5\uB2C8\uB2E4.","error.googleLimitIp":"\uC11C\uBE44\uC2A4\uAC00 \uC624\uB958\uB97C \uBC18\uD658\uD588\uC73C\uBA70, Google \uC11C\uBE44\uC2A4\uB294 \uD574\uB2F9 IP \uC8FC\uC18C\uC5D0 \uB300\uD574 \uC81C\uD55C\uC744 \uB450\uC5C8\uC2B5\uB2C8\uB2E4. \uB124\uD2B8\uC6CC\uD06C \uB178\uB4DC\uB97C \uBCC0\uACBD\uD558\uB294 \uAC83\uC774 \uC88B\uC2B5\uB2C8\uB2E4.",videoSubtitlePreTranslationOff:"\uBE44\uB514\uC624 \uC790\uB9C9\uC740 \uC6D0\uB798 \uBE44\uB514\uC624\uC5D0 \uD3EC\uD568\uB41C \uAE30\uACC4 \uBC88\uC5ED \uC790\uB9C9\uC744 \uC6B0\uC120\uC801\uC73C\uB85C \uC0AC\uC6A9\uD560 \uAC83\uC785\uB2C8\uB2E4.",videoSubtitlePreTranslationOn:"\uBE44\uB514\uC624 \uC790\uB9C9\uC740 \uC6B0\uC120\uC801\uC73C\uB85C \uBAB0\uC785\uD615 \uBC88\uC5ED\uC744 \uC0AC\uC6A9\uD560 \uAC83\uC785\uB2C8\uB2E4.",enableSentryReport:"\uD655\uC7A5\uC774 \uC624\uB958\uB97C \uC77C\uC73C\uD0AC \uB54C Sentry\uB97C \uC0AC\uC6A9\uD558\uC5EC \uD53C\uB4DC\uBC31\uC744 \uC81C\uCD9C\uD558\uC2ED\uC2DC\uC624.","translationModeUrl.translation.description":"\uB2E4\uC74C \uB3C4\uBA54\uC778\uC5D0 \uB300\uD55C \uC6F9\uC0AC\uC774\uD2B8\uC77C \uACBD\uC6B0, \uC790\uB3D9\uC73C\uB85C \uBC88\uC5ED\uBB38\uB9CC \uBAA8\uB4DC\uB97C \uC0AC\uC6A9\uD569\uB2C8\uB2E4.","error.openAIExceededQuota":"\uC11C\uBE44\uC2A4 \uC624\uB958 \uBC18\uD658: \uD604\uC7AC OpenAI \uACC4\uC815 \uC794\uC561\uC774 \uBD80\uC871\uD569\uB2C8\uB2E4. OpenAI \uACF5\uC2DD \uAD00\uB9AC \uD398\uC774\uC9C0\uC5D0\uC11C \uCDA9\uC804\uD558\uAC70\uB098 \uC2E0\uC6A9\uCE74\uB4DC\uB97C \uC5F0\uACB0\uD574\uC8FC\uC138\uC694.","error.400":"\uC11C\uBE44\uC2A4\uAC00 \uC624\uB958\uB97C \uBC18\uD658\uD588\uC2B5\uB2C8\uB2E4. \uC694\uCCAD \uB9E4\uAC1C\uBCC0\uC218\uAC00 \uC798\uBABB\uB418\uC5C8\uC2B5\uB2C8\uB2E4. \uD574\uB2F9 \uC124\uC815\uC744 \uD655\uC778\uD558\uC2ED\uC2DC\uC624.","error.gemini.429":"\uD604\uC7AC Gemini \uC11C\uBE44\uC2A4\uC758 \uD604\uC7AC \uBD80\uD558 \uC6A9\uB7C9\uC774 \uCD5C\uB300\uC5D0 \uB3C4\uB2EC\uD588\uC2B5\uB2C8\uB2E4. \uC7A0\uC2DC \uD6C4\uC5D0 \uB2E4\uC2DC \uC2DC\uB3C4\uD558\uAC70\uB098 \uB2E4\uB978 \uBC88\uC5ED \uC11C\uBE44\uC2A4\uB85C \uC804\uD658\uD574 \uC8FC\uC138\uC694.","translationFont.notSupportErrorMessage":"\uC785\uB825\uD558\uC2E0 \uAE00\uAF34 \uC774\uB984\uC774 \uC815\uD655\uD55C\uC9C0 \uD655\uC778\uD558\uC2DC\uAC70\uB098, \uD574\uB2F9 \uAE00\uAF34\uC774 \uADC0\uD558\uC758 \uC7A5\uCE58\uC5D0 \uC124\uCE58\uB418\uC5B4 \uC788\uB294\uC9C0 \uD655\uC778\uD574 \uC8FC\uC138\uC694.","error.openAIFreeLimit":"\uC11C\uBE44\uC2A4\uAC00 \uC624\uB958\uB97C \uBC18\uD658\uD588\uC2B5\uB2C8\uB2E4. \uD604\uC7AC \uBC88\uC5ED \uC694\uCCAD \uBE48\uB3C4\uAC00 \uBD84\uB2F9 \uCD5C\uB300 3\uD68C\uB85C \uC81C\uD55C\uB418\uC5C8\uC2B5\uB2C8\uB2E4. \uC7A0\uC2DC \uD6C4 \uB2E4\uC2DC \uC2DC\uB3C4\uD558\uC2ED\uC2DC\uC624. (\uC774\uAC83\uC740 OpenAI \uACF5\uC2DD\uC774 \uBB34\uB8CC API Key\uC5D0 \uB300\uD55C \uC81C\uD55C\uC774\uBA70, \uC774 \uC81C\uD55C\uC744 \uD574\uC81C\uD558\uB824\uBA74 OpenAI \uAD00\uB9AC \uBC31\uC5D4\uB4DC\uC5D0\uC11C \uC2E0\uC6A9\uCE74\uB4DC\uB97C \uC5F0\uACB0\uD558\uC2ED\uC2DC\uC624.)","desc.toggleVideoSubtitlePreTranslation":"\uB204\uB974\uBA74 \uBE44\uB514\uC624\uC758 \uC774\uC911 \uC5B8\uC5B4 \uC790\uB9C9\uC740 \uC6B0\uC120\uC801\uC73C\uB85C \uBAB0\uC785\uD615 \uBC88\uC5ED \uC124\uC815\uC744 \uC0AC\uC6A9\uD558\uACE0, \uB2E4\uC2DC \uB204\uB974\uBA74 \uC6D0\uB798 \uBE44\uB514\uC624\uC5D0 \uB0B4\uC7A5\uB41C \uAE30\uACC4 \uBC88\uC5ED \uC790\uB9C9\uC744 \uC6B0\uC120\uC801\uC73C\uB85C \uC0AC\uC6A9\uD569\uB2C8\uB2E4. \uC8FC\uC758: \uC774 \uB2E8\uCD95\uD0A4\uB294 \uC804\uC5ED \uC124\uC815\uC744 \uC218\uC815\uD569\uB2C8\uB2E4.","error.429":"\uC11C\uBE44\uC2A4\uAC00 \uC624\uB958\uB97C \uBC18\uD658\uD588\uC2B5\uB2C8\uB2E4. \uC774\uB294 \uC694\uCCAD\uC774 \uB108\uBB34 \uC790\uC8FC \uBC1C\uC0DD\uD558\uAC70\uB098 \uD560\uB2F9\uB7C9 \uC81C\uD55C\uC744 \uCD08\uACFC\uD588\uC74C\uC744 \uB098\uD0C0\uB0C5\uB2C8\uB2E4. \uC7A0\uC2DC \uD6C4\uC5D0 \uB2E4\uC2DC \uC2DC\uB3C4\uD558\uC2ED\uC2DC\uC624.","error.serveUnavailable":"\uD604\uC7AC \uC0AC\uC6A9 \uC911\uC778 [{serverName}] \uC11C\uBE44\uC2A4\uB294 \uB124\uD2B8\uC6CC\uD06C \uC5F0\uACB0 \uB610\uB294 \uC11C\uBE44\uC2A4 \uC81C\uACF5\uC790\uC758 \uBB38\uC81C\uB85C \uC778\uD574 \uC77C\uC2DC\uC801\uC73C\uB85C \uC811\uC18D\uD560 \uC218 \uC5C6\uC2B5\uB2C8\uB2E4. \uD398\uC774\uC9C0\uB97C \uC0C8\uB85C \uACE0\uCE68\uD558\uAC70\uB098 <1>\uC124\uC815\uC744 \uD1B5\uD574 \uB2E4\uB978 \uBC88\uC5ED \uC11C\uBE44\uC2A4\uB85C \uBCC0\uACBD\uD574 \uBCF4\uC2DC\uB294 \uAC83\uC744 \uAD8C\uC7A5\uD569\uB2C8\uB2E4. <2>Pro \uD68C\uC6D0\uC774\uC2DC\uB77C\uBA74, \uB354 \uC548\uC815\uC801\uC778 DeepL \uB610\uB294 OpenAI \uBC88\uC5ED \uC11C\uBE44\uC2A4\uB97C \uC0AC\uC6A9\uD560 \uC218 \uC788\uC2B5\uB2C8\uB2E4(<3>\uC5EC\uAE30\uB97C \uD074\uB9AD\uD558\uC2DC\uBA74 \uBB34\uB8CC\uB85C \uCCB4\uD5D8\uD558\uC2E4 \uC218 \uC788\uC2B5\uB2C8\uB2E4). \uB610\uD55C, \uB124\uD2B8\uC6CC\uD06C \uB610\uB294 \uD504\uB85D\uC2DC \uC124\uC815\uC744 \uD655\uC778\uD574\uC57C \uD560 \uC218\uB3C4 \uC788\uC2B5\uB2C8\uB2E4.",pickAll:"\uC804\uCCB4 \uC120\uD0DD","error.reason":"\uC624\uB958 \uC6D0\uC778","error.retry":"\uB2E4\uC2DC \uC2DC\uB3C4\uD558\uB2E4","widget.instruction":"\uC0AC\uC6A9 \uC124\uBA85\uC11C",notLogin:"\uB85C\uADF8\uC778\uD558\uC9C0 \uC54A\uC74C",loggedIn:"\uB85C\uADF8\uC778 \uB418\uC5C8\uC2B5\uB2C8\uB2E4",touchShortcutsOff:"\uB2EB\uAE30",goLogin:"\uB85C\uADF8\uC778\uD558\uC2ED\uC2DC\uC624","widget.videoSubtitle":"\uBE44\uB514\uC624 \uC790\uB9C9","multipleClick.2":"\uB354\uBE14 \uD074\uB9AD","widget.translateFile":"PDF/ePub",shortcutSettings:"\uB2E8\uCD95\uD0A4","tagsInput.add":"+ \uCD94\uAC00",translationOnlyMode:"\uC624\uC9C1 \uBC88\uC5ED \uBAA8\uB4DC\uB9CC",shortcutSettingsTitle:"\uB2E8\uCD95\uD0A4 \uC124\uC815","translationServices.gemini":"\uC30D\uB465\uC774\uC790\uB9AC","multipleClick.4":"\uB124 \uBC88 \uC5F0\uC18D \uD0C0\uACA9","floatBall.iKnow":"\uB098\uB294 \uC54C\uC558\uC5B4","widget.instructionTooltip":"\uC0AC\uC6A9 \uC124\uBA85\uC11C\uB97C \uD655\uC778\uD558\uC2ED\uC2DC\uC624","multipleClick.3":"\uD2B8\uB9AC\uD50C \uD788\uD2B8",paragraphMinTextCountField:"\uBC88\uC5ED \uB2E8\uB77D\uC5D0 \uD544\uC694\uD55C \uCD5C\uC18C \uBB38\uC790 \uC218","shortcutGroup.shortcutsForTranslationServices":"\uBC88\uC5ED \uC11C\uBE44\uC2A4 \uAD00\uB828 \uB2E8\uCD95\uD0A4",temprarilyChangeTranslationTo_openai:"\uD604\uC7AC \uD398\uC774\uC9C0\uB97C OpenAI\uB85C \uBC88\uC5ED\uD558\uACE0 \uC788\uC2B5\uB2C8\uB2E4.","browser.translateWithGoogle":"\uD604\uC7AC \uD398\uC774\uC9C0\uB97C \uC784\uC2DC\uB85C Google \uBC88\uC5ED \uC0AC\uC6A9\uD558\uAE30",mouseHoverCustomKeyTitle:"\uC0AC\uC6A9\uC790 \uC815\uC758 \uB9C8\uC6B0\uC2A4 \uD638\uBC84 \uB2E8\uCD95\uD0A4","slide.left":"\uC624\uB978\uCABD\uC73C\uB85C \uC2AC\uB77C\uC774\uB4DC\uD558\uC138\uC694","browser.translateInputBox":"\uD604\uC7AC \uC785\uB825 \uC0C1\uC790 \uB0B4\uC6A9 \uBC88\uC5ED","intro.floatBallTitle":"\uBE60\uB978 \uBC88\uC5ED \uD50C\uB85C\uD305 \uBCFC","shortcutGroup.touch":"\uD130\uCE58 \uC2A4\uD06C\uB9B0 \uC804\uC6A9 \uC81C\uC2A4\uCC98","widget.videoSubtitleTooltip":"Youtube \uB4F1 {count}+ \uBE44\uB514\uC624 \uC6F9\uC0AC\uC774\uD2B8\uB97C \uC9C0\uC6D0\uD569\uB2C8\uB2E4","intro.subtitleTitle":"\uC628\uB77C\uC778 \uBE44\uB514\uC624 \uC774\uC911 \uC5B8\uC5B4 \uC790\uB9C9 \uD45C\uC2DC","subtitle.autoDisableSubtitle":"\uC790\uB3D9\uC73C\uB85C \uC774\uC911 \uC5B8\uC5B4 \uC790\uB9C9\uC744 \uD65C\uC131\uD654\uD558\uC9C0 \uC54A\uC2B5\uB2C8\uB2E4",temprarilyChangeTranslationTo_bing:"\uD604\uC7AC \uD398\uC774\uC9C0\uB97C Microsoft \uBC88\uC5ED\uC744 \uC0AC\uC6A9\uD558\uC5EC \uBC88\uC5ED\uD558\uACE0 \uC788\uC2B5\uB2C8\uB2E4.","slide.right":"\uC67C\uCABD\uC73C\uB85C \uC2AC\uB77C\uC774\uB4DC\uD558\uC138\uC694","widget.translateFileTooltip":"PDF, EPUB, SRT, ASS, HTML \uBC0F TXT \uBB38\uC11C \uBC88\uC5ED","intro.hoverTitle":"\uB9C8\uC6B0\uC2A4\uB97C \uB193\uC73C\uBA74 \uD604\uC7AC \uB2E8\uB77D\uC774 \uBC88\uC5ED\uB429\uB2C8\uB2E4.",temprarilyChangeTranslationTo_gemini:"\uD604\uC7AC \uD398\uC774\uC9C0\uB97C Gemini\uB85C \uBC88\uC5ED\uD558\uACE0 \uC788\uC2B5\uB2C8\uB2E4.","shortcutGroup.mouse":"\uB9C8\uC6B0\uC2A4 \uD638\uBC84 \uB2E8\uCD95\uD0A4 \uC124\uC815",temprarilyChangeTranslationTo_google:"\uD604\uC7AC \uD398\uC774\uC9C0\uB97C Google \uBC88\uC5ED\uC744 \uC0AC\uC6A9\uD558\uC5EC \uBC88\uC5ED\uD558\uACE0 \uC788\uC2B5\uB2C8\uB2E4.",neverTranslateThisSite:"\uC774 \uC6F9\uC0AC\uC774\uD2B8\uB97C \uC808\uB300 \uBC88\uC5ED\uD558\uC9C0 \uB9C8\uC2ED\uC2DC\uC624.","subtitle.bilingual":"\uC774\uC911 \uC5B8\uC5B4 \uC790\uB9C9",alwaysTranslateThisSite:"\uD56D\uC0C1 \uC774 \uC6F9\uC0AC\uC774\uD2B8\uB97C \uBC88\uC5ED\uD569\uB2C8\uB2E4",buildSnapshots:"\uC6F9\uD398\uC774\uC9C0 \uC2A4\uB0C5\uC0F7 \uC0DD\uC131","error.subscriptionExpiredTitle":"\uD68C\uC6D0\uC774 \uB9CC\uB8CC\uB418\uC5C8\uC2B5\uB2C8\uB2E4",notLoginPro:"\uB2F9\uC2E0\uC740 \uC544\uC9C1 \uD68C\uC6D0 \uACC4\uC815\uC5D0 \uB85C\uADF8\uC778\uD558\uC9C0 \uC54A\uC558\uC2B5\uB2C8\uB2E4.","browser.translateWithGemini":"\uD604\uC7AC \uD398\uC774\uC9C0\uB97C \uC784\uC2DC\uB85C Gemini\uB85C \uBC88\uC5ED\uD558\uC2ED\uC2DC\uC624.","shortcutGroup.others":"\uB354 \uB9CE\uC740 \uC0AC\uC6A9\uC790 \uC815\uC758 \uAE30\uB2A5 \uB2E8\uCD95\uD0A4","subtitle.showQuickButton":"\uD50C\uB808\uC774\uC5B4\uC5D0\uC11C \uC774\uC911 \uC5B8\uC5B4 \uC790\uB9C9 \uB2E8\uCD95\uD0A4\uB97C \uD45C\uC2DC\uD569\uB2C8\uB2E4","browser.translateWithBing":"\uC784\uC2DC\uB85C \uB9C8\uC774\uD06C\uB85C\uC18C\uD504\uD2B8 \uBC88\uC5ED\uC744 \uC0AC\uC6A9\uD558\uC5EC \uD604\uC7AC \uD398\uC774\uC9C0\uB97C \uBC88\uC5ED\uD558\uC2ED\uC2DC\uC624.",contact:"\uC6B0\uB9AC\uC5D0\uAC8C \uC5F0\uB77D\uD558\uC2ED\uC2DC\uC624","desc.touchShortcutsToggleTranslateTouchElement":"\uC0AC\uC6A9\uC790 \uC815\uC758 \uC81C\uC2A4\uCC98\uB97C \uC0AC\uC6A9\uD558\uBA74 \uC5B4\uB5A4 \uB2E8\uB77D\uC774\uB4E0 \uBC88\uC5ED\uD560 \uC218 \uC788\uC2B5\uB2C8\uB2E4.",temprarilyChangeTranslationTo_deepl:"\uD604\uC7AC \uD398\uC774\uC9C0\uB97C DeepL\uB85C \uBC88\uC5ED\uD558\uACE0 \uC788\uC2B5\uB2C8\uB2E4.",networkError:"\uBC88\uC5ED \uC11C\uBE44\uC2A4 \uB610\uB294 \uB124\uD2B8\uC6CC\uD06C\uC5D0 \uBB38\uC81C\uAC00 \uBC1C\uC0DD\uD588\uC2B5\uB2C8\uB2E4.","browser.translateWithTransmart":"\uC784\uC2DC\uB85C \uD150\uC13C\uD2B8 \uBC88\uC5ED\uC744 \uC0AC\uC6A9\uD558\uC5EC \uD604\uC7AC \uD398\uC774\uC9C0\uB97C \uBC88\uC5ED\uD558\uC2ED\uC2DC\uC624.",upgradeToProErrorTitle:"\uC774 \uBC88\uC5ED \uC11C\uBE44\uC2A4\uB97C \uC0AC\uC6A9\uD558\uB824\uBA74 Pro \uD68C\uC6D0\uC73C\uB85C \uC5C5\uADF8\uB808\uC774\uB4DC\uD558\uC2ED\uC2DC\uC624.",temprarilyChangeTranslationTo_transmart:"\uD604\uC7AC \uD398\uC774\uC9C0\uB97C \uD150\uC13C\uD2B8 \uBC88\uC5ED\uC744 \uC0AC\uC6A9\uD558\uC5EC \uBC88\uC5ED\uD558\uACE0 \uC788\uC2B5\uB2C8\uB2E4.",touchShortcutsToggleTranslationMask:"\uD130\uCE58 \uC2A4\uD06C\uB9B0 \uC81C\uC2A4\uCC98 \uC124\uC815\uD558\uC5EC \uBC88\uC5ED \uB9C8\uC2A4\uD06C \uD45C\uC2DC / \uC6D0\uBB38 \uD45C\uC2DC","neverTranslateText.title":"\uB2E4\uC74C \uB2E8\uC5B4\uB294 \uC6D0\uBB38\uC744 \uC720\uC9C0\uD558\uACE0 \uBC88\uC5ED\uD558\uC9C0 \uB9C8\uC2ED\uC2DC\uC624.","browser.translateWithOpenAI":"\uC784\uC2DC\uB85C OpenAI\uB97C \uC0AC\uC6A9\uD558\uC5EC \uD604\uC7AC \uD398\uC774\uC9C0\uB97C \uBC88\uC5ED\uD558\uC2ED\uC2DC\uC624.","floatBall.guideClickToTranslate":`\uD074\uB9AD\uD558\uC5EC \uBAB0\uC785\uD615 \uBC88\uC5ED \uD50C\uB85C\uD305 \uBCFC\uC744 + {env.imt_sub_trans_field}: \u041F\u0435\u0440\u0435\u0432\u043E\u0434`,"subtitle.quickButton.cyan":"\u0421\u0438\u043D\u0438\u0439","subtitle.quickButton.magenta":"\u041F\u0443\u0440\u043F\u0443\u0440\u043D\u044B\u0439","subtitle.quickButton.white":"\u0431\u0435\u043B\u044B\u0439","subtitle.quickButton.blue":"\u0441\u0438\u043D\u0438\u0439","subtitle.quickButton.red":"\u043A\u0440\u0430\u0441\u043D\u044B\u0439","subtitle.quickButton.translationPositionTop":"\u0432 \u0432\u0435\u0440\u0445\u043D\u0435\u0439 \u0447\u0430\u0441\u0442\u0438 \u0442\u0435\u043A\u0441\u0442\u0430","subtitle.quickButton.translationPosition":"\u043C\u0435\u0441\u0442\u043E\u043F\u043E\u043B\u043E\u0436\u0435\u043D\u0438\u0435 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430","subtitle.quickButton.green":"\u0437\u0435\u043B\u0435\u043D\u044B\u0439","subtitle.quickButton.translationPositionBottom":"\u043E\u0440\u0438\u0433\u0438\u043D\u0430\u043B \u043D\u0438\u0436\u0435","subtitle.quickButton.yellow":"\u0436\u0435\u043B\u0442\u044B\u0439","subtitle.quickButton.backgroundColor":"\u0444\u043E\u043D\u043E\u0432\u044B\u0439 \u0446\u0432\u0435\u0442","subtitle.quickButton.sourceFontSize":"\u0418\u0441\u0445\u043E\u0434\u043D\u044B\u0439 \u0440\u0430\u0437\u043C\u0435\u0440 \u0448\u0440\u0438\u0444\u0442\u0430","translationServices.claude":"\u041A\u043B\u043E\u0434","subtitle.quickButton.setting":"\u043D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0430","subtitle.quickButton.translationFontSize":"\u0440\u0430\u0437\u043C\u0435\u0440 \u0448\u0440\u0438\u0444\u0442\u0430 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430","subtitle.quickButton.translationTextColor":"\u0426\u0432\u0435\u0442 \u0448\u0440\u0438\u0444\u0442\u0430 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430","subtitle.quickButton.black":"\u0447\u0435\u0440\u043D\u044B\u0439","subtitle.quickButton.sourceTextColor":"\u0418\u0441\u0445\u043E\u0434\u043D\u044B\u0439 \u0446\u0432\u0435\u0442 \u0448\u0440\u0438\u0444\u0442\u0430","subtitle.quickButton.backgroundOpacity":"\u0424\u043E\u043D\u043E\u0432\u0430\u044F \u043D\u0435\u043F\u0440\u043E\u0437\u0440\u0430\u0447\u043D\u043E\u0441\u0442\u044C",attachSubtitleTranslating:"\u0418\u0441\u043F\u043E\u043B\u044C\u0437\u0443\u044F {service} \u0434\u043B\u044F \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430...","error.claude.403":"\u0412\u0440\u0435\u043C\u0435\u043D\u043D\u043E \u043D\u0435\u0442 \u0434\u043E\u0441\u0442\u0443\u043F\u0430 \u043A \u0441\u0435\u0440\u0432\u0438\u0441\u0443, \u0432\u043E\u0437\u043C\u043E\u0436\u043D\u043E, \u044D\u0442\u043E \u0441\u0432\u044F\u0437\u0430\u043D\u043E \u0441 \u0440\u0435\u0433\u0438\u043E\u043D\u0430\u043B\u044C\u043D\u044B\u043C\u0438 \u043E\u0433\u0440\u0430\u043D\u0438\u0447\u0435\u043D\u0438\u044F\u043C\u0438 \u041A\u043B\u043E\u0434\u0430. \u0412\u044B \u043C\u043E\u0436\u0435\u0442\u0435 \u043F\u043E\u043F\u0440\u043E\u0431\u043E\u0432\u0430\u0442\u044C \u0438\u0437\u043C\u0435\u043D\u0438\u0442\u044C \u0441\u0432\u043E\u0439 IP-\u0430\u0434\u0440\u0435\u0441 \u0438\u043B\u0438 \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u044C \u0434\u0440\u0443\u0433\u0438\u0435 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0447\u0435\u0441\u043A\u0438\u0435 \u0443\u0441\u043B\u0443\u0433\u0438.","browser.brandDescriptionForSafari":"\u3010\u041F\u043E\u0433\u0440\u0443\u0436\u0435\u043D\u0438\u0435 \u0432 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u3011\u0411\u0435\u0441\u043F\u043B\u0430\u0442\u043D\u044B\u0439 \u043F\u043B\u0430\u0433\u0438\u043D \u0434\u043B\u044F \u0434\u0432\u0443\u044F\u0437\u044B\u0447\u043D\u043E\u0433\u043E \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430 \u0432\u0435\u0431-\u0441\u0442\u0440\u0430\u043D\u0438\u0446 (\u043E\u0440\u0438\u0433\u0438\u043D\u0430\u043B/\u043F\u0435\u0440\u0435\u0432\u043E\u0434), \u043F\u043E\u0434\u0434\u0435\u0440\u0436\u0438\u0432\u0430\u044E\u0449\u0438\u0439 \u043F\u0435\u0440\u0435\u0432\u043E\u0434 PDF \u0438 \u043F\u0435\u0440\u0435\u0432\u043E\u0434 \u044D\u043B\u0435\u043A\u0442\u0440\u043E\u043D\u043D\u044B\u0445 \u043A\u043D\u0438\u0433 EPUB \u0441 \u0441\u043E\u0445\u0440\u0430\u043D\u0435\u043D\u0438\u0435\u043C \u043E\u0440\u0438\u0433\u0438\u043D\u0430\u043B\u044C\u043D\u043E\u0433\u043E \u0444\u043E\u0440\u043C\u0430\u0442\u0438\u0440\u043E\u0432\u0430\u043D\u0438\u044F \u0434\u043E\u043A\u0443\u043C\u0435\u043D\u0442\u0430, \u043F\u0435\u0440\u0435\u0432\u043E\u0434 \u0434\u0432\u0443\u044F\u0437\u044B\u0447\u043D\u044B\u0445 \u0441\u0443\u0431\u0442\u0438\u0442\u0440\u043E\u0432 \u0434\u043B\u044F \u043E\u043D\u043B\u0430\u0439\u043D-\u0432\u0438\u0434\u0435\u043E \u043D\u0430 Youtube/Netflix, \u043F\u043E\u0434\u0434\u0435\u0440\u0436\u0438\u0432\u0430\u044E\u0449\u0438\u0439 \u043E\u0441\u043D\u043E\u0432\u043D\u044B\u0435 \u0441\u0435\u0440\u0432\u0438\u0441\u044B \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430, \u0442\u0430\u043A\u0438\u0435 \u043A\u0430\u043A Deepl/Google \u0438 \u0442.\u0434.","browser.PdfProFile":"\u041F\u0435\u0440\u0435\u0432\u043E\u0434 PDF Pro, \u0443\u043F\u0440\u0430\u0432\u043B\u044F\u0435\u043C\u044B\u0439 AI","browser.textTranslate":"\u0422\u0435\u043A\u0441\u0442\u043E\u0432\u044B\u0439 \u043F\u0435\u0440\u0435\u0432\u043E\u0434"};var kb={nologin:"\uB85C\uADF8\uC778\uD558\uC9C0 \uC54A\uC74C",loginForSafari:"\uB85C\uADF8\uC778 \uB610\uB294 \uB4F1\uB85D",login:"\uB85C\uADF8\uC778\uD558\uC5EC \uBA64\uBC84\uC2ED \uAC1C\uC124",manageAccount:"\uAD00\uB9AC \uACC4\uC815",openPremium:"\uBA64\uBC84\uC2ED \uC5F4\uAE30",logout:"\uC911\uB2E8",curentPlan:"\uD604\uC7AC \uD328\uD0A4\uC9C0",endAt:"\uB9CC\uB8CC",endAuto:"\uC790\uB3D9 \uAC31\uC2E0",lineBreakMaxTextCount:"\uC904 \uBC14\uAFC8 \uC774\uD6C4 \uBB38\uC7A5\uB2F9 \uD5C8\uC6A9\uB418\uB294 \uCD5C\uB300 \uAE00\uC790 \uC218","translate-pdf":"PDF\uB97C \uBC88\uC5ED\uD558\uB824\uBA74 \uD074\uB9AD\uD558\uC138\uC694.","noSupportTranslate-pdf":"\uC2A4\uD06C\uB9BD\uD2B8\uAC00 \uC9C0\uC6D0\uB418\uC9C0 \uC54A\uC73C\uB2C8 \uD50C\uB7EC\uADF8\uC778\uC744 \uC0AC\uC6A9\uD558\uC138\uC694.","translate-firefox-local-pdf":"PDF \uAC00\uC838\uC624\uAE30\uB85C \uC774\uB3D9\uD558\uB824\uBA74 \uD074\uB9AD\uD558\uC138\uC694.",enableLineBreak:"\uAE34 \uB2E8\uB77D\uC5D0 \uC790\uB3D9 \uC904 \uBC14\uAFC8 \uD65C\uC131\uD654",sponsorLabel:"1 \uD6C4\uC6D0 \uAC1C\uBC1C\uC790",help:"hand",browserShortcutsNoteForFirefox:"Firefox\uC5D0\uC11C \uBC14\uB85C\uAC00\uAE30\uB97C \uBCC0\uACBD\uD558\uB824\uBA74 \uD655\uC7A5 \uD504\uB85C\uADF8\uB7A8 \uAD00\uB9AC \uD398\uC774\uC9C0 `\uC815\uBCF4:\uC560\uB4DC\uC628`\uC744 \uC5F4\uACE0 `\uC124\uC815`\uC744 \uD074\uB9AD\uD55C \uB2E4\uC74C `\uBC14\uB85C \uAC00\uAE30 \uAD00\uB9AC`\uB97C \uD074\uB9AD\uD558\uC5EC \uBC14\uB85C\uAC00\uAE30\uB97C \uC124\uC815\uD574\uC57C \uD569\uB2C8\uB2E4.",browserShortcutsNoteForChrome:"Chrome\uC5D0\uC11C \uBC14\uB85C\uAC00\uAE30\uB97C \uC218\uC815\uD558\uB824\uBA74 \uD655\uC7A5 \uD504\uB85C\uADF8\uB7A8 \uAD00\uB9AC \uD398\uC774\uC9C0\uB97C \uC5F4\uACE0 '\uBC14\uB85C \uAC00\uAE30 \uAD00\uB9AC' \uD328\uB110(`chrome://extensions/shortcuts`)\uC5D0\uC11C \uC124\uC815\uD55C \uD6C4 \uC544\uB798 \uBC84\uD2BC\uC744 \uD074\uB9AD\uD558\uC5EC \uBC14\uB85C \uAC00\uAE30 \uAD00\uB9AC \uD398\uC774\uC9C0\uB85C \uC774\uB3D9\uD574\uC57C \uD569\uB2C8\uB2E4.",browserShortcutsSucks:"\uC0AC\uC6A9\uC790 \uC9C0\uC815 \uBC14\uB85C\uAC00\uAE30\uC758 \uD615\uC2DD\uC740\uFF1A\uC785\uB2C8\uB2E4(\uC790\uB3D9 \uC778\uC2DD\uB418\uC9C0 \uC54A\uC73C\uBBC0\uB85C \uC9C1\uC811 \uC785\uB825\uD558\uC138\uC694).",enableLineBreakDescription:"\uC774 \uAE30\uB2A5\uC744 \uCF1C\uBA74 \uAE34 \uB2E8\uB77D\uC758 \uAC01 \uBB38\uC7A5 \uB05D\uC5D0 \uC904 \uBC14\uAFC8\uC774 \uC0BD\uC785\uB418\uC5B4 \uBB38\uC7A5\uC744 \uB354 \uC27D\uAC8C \uC77D\uC744 \uC218 \uC788\uC2B5\uB2C8\uB2E4.","browser.shortBrandName":"\uBAB0\uC785 \uBC88\uC5ED","browser.brandName":"\uBAB0\uC785 \uBC88\uC5ED: \uC774\uC911 \uC5B8\uC5B4 \uC6F9 \uD398\uC774\uC9C0 \uBC88\uC5ED \uBC0F PDF \uBB38\uC11C \uBC88\uC5ED","browser.brandDescription":"Bilingual web page translation, also supports PDF translation, bilingual Epub eBook translation, free to use.","browser.toggleTranslatePage":"\uD398\uC774\uC9C0 \uBC88\uC5ED/\uC6D0\uBB38 \uD45C\uC2DC","browser.toggleTranslateTheWholePage":"\uD398\uC774\uC9C0\uC758 \uBAA8\uB4E0 \uC601\uC5ED \uBC88\uC5ED/\uC6D0\uBB38 \uD14D\uC2A4\uD2B8 \uD45C\uC2DC","browser.toggleOnlyTransation":"\uC591\uC5B8\uC5B4/\uBC88\uC5ED\uBB38\uB9CC \uBAA8\uB4DC\uB85C \uC804\uD658","browser.toggleTranslateToThePageEndImmediately":"\uD398\uC774\uC9C0 \uD558\uB2E8\uC73C\uB85C \uC989\uC2DC \uBC88\uC5ED/\uC6D0\uBB38 \uD45C\uC2DC","browser.toggleTranslateTheMainPage":"\uD398\uC774\uC9C0\uC758 \uC8FC\uC694 \uC601\uC5ED \uBC88\uC5ED/\uC6D0\uBB38 \uD14D\uC2A4\uD2B8 \uD45C\uC2DC","browser.shareToDraft":"\uC774\uC911 \uC5B8\uC5B4 \uD398\uC774\uC9C0 \uACF5\uC720","browser.openOptionsPage":"\uC124\uC815 \uD398\uC774\uC9C0 \uC5F4\uAE30","browser.toggleTranslationMask":"\uBC88\uC5ED \uD750\uB9BC \uD6A8\uACFC \uD45C\uC2DC/\uC228\uAE30\uAE30","browser.translateLocalPdfFile":"\uB85C\uCEEC PDF \uD30C\uC77C \uBC88\uC5ED","browser.openEbookViewer":"\uD604\uC9C0 \uC804\uC790\uCC45 \uC77D\uAE30","browser.openEbookBuilder":"\uC774\uC911 \uC5B8\uC5B4 EPUB \uC804\uC790\uCC45 \uB9CC\uB4E4\uAE30","browser.translateLocalHtmlFile":"HTML/\uD14D\uC2A4\uD2B8 \uD30C\uC77C \uBC88\uC5ED","browser.donateContext":"\uC2A4\uD3F0\uC11C\uC2ED \uD61C\uD0DD\uC5D0 \uB300\uD574 \uC54C\uC544\uBCF4\uAE30","browser.translateLocalSubtitleFile":"\uB85C\uCEEC \uC790\uB9C9 \uD30C\uC77C \uBC88\uC5ED",confirmResetConfig:"\uC124\uC815\uC744 \uC7AC\uC124\uC815\uD558\uC2DC\uACA0\uC2B5\uB2C8\uAE4C?",translationLineBreakSettingTitle:"\uBC88\uC5ED \uC904 \uBC14\uAFC8 \uC124\uC815",smartLineBreak:"\uC2A4\uB9C8\uD2B8 \uB77C\uC778 \uD53C\uB4DC(\uCEF4\uD4E8\uD305)",alwaysLineBreak:"\uD56D\uC0C1 \uB77C\uC778 \uD53C\uB4DC",isShowContextMenu:"\uBA54\uB274 \uD56D\uBAA9\uC744 \uB9C8\uC6B0\uC2A4 \uC624\uB978\uCABD \uBC84\uD2BC\uC73C\uB85C \uD074\uB9AD\uD558\uC5EC \uBC88\uC5ED\uB41C \uD398\uC774\uC9C0 \uCD94\uAC00\uD558\uAE30",toggleBeta:"\uBCA0\uD0C0 \uD14C\uC2A4\uD2B8 \uAE30\uB2A5 \uD65C\uC131\uD654",betaDescription:"\uC544\uC9C1 \uC2E4\uD5D8\uB2E8\uACC4\uC778 \uAE30\uB2A5\uB4E4\uACFC \uBCA0\uD0C0\uBC84\uC804\uC778 \uBC88\uC5ED \uC11C\uBE44\uC2A4\uB97C \uC0AC\uC6A9\uD574\uBCF4\uC138\uC694. <1>\uD154\uB808\uADF8\uB7A8 \uADF8\uB8F9\uC5D0 \uAC00\uC785\uD558\uC5EC \uC790\uC138\uD788 \uC54C\uC544\uBCF4\uC138\uC694.",translationLineBreakSettingDescription:"\uCF58\uD150\uCE20\uAC00 \uC801\uC740 \uD398\uC774\uC9C0\uC758 \uACBD\uC6B0 \uD56D\uC0C1 \uC904 \uBC14\uAFC8\uC774 \uAE54\uB054\uD558\uAC8C \uC720\uC9C0\uB429\uB2C8\uB2E4. (\uCF58\uD150\uCE20\uAC00 \uB9CE\uC740 \uAE34 \uB2E8\uB77D({count}\uC790 \uC774\uC0C1)\uC5D0\uB294 \uC2A4\uB9C8\uD2B8 \uC904 \uBC14\uAFC8\uC744 \uC0AC\uC6A9\uD558\uC5EC \uACF5\uAC04\uC744 \uC808\uC57D\uD558\uC138\uC694.)",tempTranslateDomainTitle:"\uC6F9\uC0AC\uC774\uD2B8 \uBC88\uC5ED\uC774 \uC77C\uC2DC\uC801\uC73C\uB85C \uCF1C\uC9C0\uB294 \uAE30\uAC04",tempTranslateDomainDescription:"\uC6F9 \uD398\uC774\uC9C0\uB97C \uC218\uB3D9\uC73C\uB85C \uBC88\uC5ED\uD560 \uB54C \uC790\uB3D9 \uBC88\uC5ED\uC744 \uC704\uD574 \uC6F9 \uC0AC\uC774\uD2B8\uB97C \uC77C\uC2DC\uC801\uC73C\uB85C \uCF1C\uACE0 \uC77C\uC2DC\uC801\uC778 \uAE30\uAC04\uC744 \uC124\uC815\uD560 \uC218 \uC788\uC2B5\uB2C8\uB2E4.",xMinutes:"{count} \uBD84",disabled:"STH \uC0AC\uC6A9\uC744 \uAE08\uC9C0\uD569\uB2C8\uB2E4.",changelog:"\uC5C5\uB370\uC774\uD2B8 \uB85C\uADF8",toggleTranslatePageWhenThreeFingersOnTheScreen:"\uC5EC\uB7EC \uC190\uAC00\uB77D\uC774 \uB3D9\uC2DC\uC5D0 \uD654\uBA74\uC744 \uD130\uCE58\uD560 \uB54C \uC6F9 \uD398\uC774\uC9C0 \uBC88\uC5ED/\uC6D0\uBB38 \uD14D\uC2A4\uD2B8 \uD45C\uC2DC",toggleTranslationMaskWhenThreeFingersOnTheScreen:"\uC5EC\uB7EC \uC190\uAC00\uB77D\uC73C\uB85C \uD130\uCE58\uD558\uBA74 \uD750\uB9BC \uD6A8\uACFC\uB97C \uD45C\uC2DC\uD558\uAC70\uB098 \uC228\uAE38 \uC218 \uC788\uC2B5\uB2C8\uB2E4.",fingerCountToToggleTranslagePageOnlyTranslationWhenTouching:"\uC5EC\uB7EC \uC190\uAC00\uB77D\uC73C\uB85C \uB3D9\uC2DC\uC5D0 \uD654\uBA74\uC744 \uD130\uCE58\uD558\uBA74 \uC6F9 \uD398\uC774\uC9C0\uAC00 \uBC88\uC5ED(\uBC88\uC5ED \uC804\uC6A9)/\uC6D0\uBB38\uC744 \uD45C\uC2DC\uD569\uB2C8\uB2E4.",addUrlDescription:"\uB3C4\uBA54\uC778 \uC774\uB984\uC77C \uC218 \uC788\uC73C\uBA70 \uC640\uC77C\uB4DC\uCE74\uB4DC(\uC608:\uFF1A*.google.com, google.com/mail/*, https://www.google.com/*)\uB3C4 \uC9C0\uC6D0\uD569\uB2C8\uB2E4.",general:"\uAE30\uBCF8 \uC124\uC815",clickToExpandConfig:"\uD604\uC7AC \uAD6C\uC131 \uD655\uC7A5",import:"\uD30C\uC77C\uC5D0\uC11C \uAC00\uC838\uC624\uAE30",export:"\uD30C\uC77C\uB85C \uB0B4\uBCF4\uB0B4\uAE30",toggleDebug:"\uCF58\uC194\uC5D0\uC11C \uB514\uBC84\uADF8 \uB85C\uADF8 \uC778\uC1C4","fingers.0":"\uC751\uACE0","fingers.2":"\uB450 \uC190\uAC00\uB77D \uD130\uCE58","fingers.3":"\uC138 \uC190\uAC00\uB77D \uD130\uCE58","fingers.4":"\uB124 \uC190\uAC00\uB77D \uD130\uCE58","fingers.5":"\uB2E4\uC12F \uC190\uAC00\uB77D \uD130\uCE58",mouseHoldKey:"+ {key} \uB2E8\uB77D \uBC88\uC5ED/\uBCF5\uC6D0\uD558\uAE30",mouseHoldKeyAuto:"\uB2E8\uB77D\uC758 \uC9C1\uC811 \uBC88\uC5ED",mouseHoldKeyOff:"\uC544\uBB34\uAC83\uB3C4 \uD558\uC9C0 \uB9C8\uC138\uC694.",mouseHoldKeyOther:"\uC0AC\uC6A9\uC790 \uC9C0\uC815 \uBC14\uB85C \uAC00\uAE30(\uC124\uC815 \uC5F4\uAE30)",mouseHoldKeyCustomKey:"{key} \uB2E8\uB77D\uC758 \uBC88\uC5ED/\uCD95\uC18C",mouseHoverHoldKey:"\uBC14\uB85C \uAC00\uAE30 \uD0A4\uB97C \uB204\uB978 \uC0C1\uD0DC\uC5D0\uC11C \uB9C8\uC6B0\uC2A4\uB97C \uAC00\uB9AC\uD0A4\uBA74 \uB2E8\uB77D\uC774 \uBC88\uC5ED\uB429\uB2C8\uB2E4.","mouse-translate":"\uB9C8\uC6B0\uC2A4 \uD638\uBC84",document:"(\uCEF4\uD4E8\uD130) \uD30C\uC77C",resetSuccess:"\uBAA8\uB4E0 \uC124\uC815 \uC7AC\uC124\uC815\uC5D0 \uC131\uACF5",resetThisSuccess:"\uC7AC\uC124\uC815 \uC131\uACF5",saved:"\uC800\uC7A5 \uC131\uACF5",successImportConfig:"\uC131\uACF5\uC801\uC73C\uB85C \uAC00\uC838\uC628 \uAD6C\uC131",goAdvancedSettings:"\uACE0\uAE09 \uC124\uC815 \uD398\uC774\uC9C0\uB85C \uC774\uB3D9\uD569\uB2C8\uB2E4.",goAdvancedInterfaceSettings:"\uACE0\uAE09 \uC0AC\uC6A9\uC790 \uC9C0\uC815 \uC124\uC815 \uD398\uC774\uC9C0\uB85C \uC774\uB3D9\uD569\uB2C8\uB2E4.",advanced:"\uACE0\uAE09 \uC124\uC815",advancedDescription:"\uC77C\uBC18\uC801\uC73C\uB85C \uC124\uC815\uC774 \uD544\uC694\uD558\uC9C0 \uC54A\uC73C\uBA70 \uAE30\uBCF8\uAC12\uC744 \uADF8\uB300\uB85C \uB450\uBA74 \uB429\uB2C8\uB2E4. \uBCF4\uB2E4 \uC804\uBB38\uC801\uC778 \uC0AC\uC6A9\uC790\uB9CC \uAC1C\uC778\uD654\uB41C \uC124\uC815\uC744 \uC0AC\uC6A9\uD560 \uC218 \uC788\uC2B5\uB2C8\uB2E4.",developer:"\uAC1C\uBC1C\uC790 \uC124\uC815",donateCafe:"\uAC00\uACA9","translate to the bottom of the page":"\uD398\uC774\uC9C0\uC5D0 \uB4E4\uC5B4\uAC00\uBA74 \uBC14\uB85C \uD398\uC774\uC9C0 \uD558\uB2E8\uC73C\uB85C \uBC88\uC5ED\uB418\uB098\uC694?",feedback:"\uC9C8\uBB38 \uD53C\uB4DC\uBC31",toggleTranslatePage:"\uD398\uC774\uC9C0 \uBC88\uC5ED/\uC6D0\uBB38 \uD45C\uC2DC",translateToThePageEndImmediatelyDescription:"\uC774 \uAE30\uB2A5\uC744 \uCF1C\uBA74 \uC785\uB825\uD558\uB294 \uC989\uC2DC \uD398\uC774\uC9C0\uC758 \uC704\uCABD\uC5D0\uC11C \uC544\uB798\uCABD\uC73C\uB85C \uCF58\uD150\uCE20\uAC00 \uBC88\uC5ED\uB429\uB2C8\uB2E4. \uB044\uBA74 \uC77D\uB294 \uB300\uB85C \uBC88\uC5ED\uB429\uB2C8\uB2E4. (\uAD8C\uC7A5\uD558\uC9C0 \uC54A\uC74C)","translate all areas of the page":"\uD398\uC774\uC9C0\uC758 \uBAA8\uB4E0 \uC601\uC5ED\uC744 \uBC88\uC5ED\uD560\uC9C0 \uC5EC\uBD80",translationAreaDescription:"\uCF1C\uBA74 \uC804\uCCB4 \uC6F9 \uD398\uC774\uC9C0\uC758 \uBAA8\uB4E0 \uC601\uC5ED\uC774 \uBC88\uC5ED\uB429\uB2C8\uB2E4. \uB044\uBA74 \uAE30\uBCF8 \uC2A4\uB9C8\uD2B8 \uC778\uC2DD\uC774 \uC0AC\uC6A9\uB418\uBA70 \uC8FC\uC694 \uC601\uC5ED\uB9CC \uBC88\uC5ED\uB429\uB2C8\uB2E4. (\uCF1C\uC9C0 \uC54A\uB294 \uAC83\uC774 \uC88B\uC2B5\uB2C8\uB2E4.)","the number of characters to be translated first":"\uBCF4\uAE30 \uC601\uC5ED\uC73C\uB85C \uC2A4\uD06C\uB864\uD560 \uB54C\uAE4C\uC9C0 \uAE30\uB2E4\uB9AC\uC9C0 \uC54A\uACE0 \uD398\uC774\uC9C0\uC758 \uCC98\uC74C \uBA87 \uBB38\uC790\uB97C \uBC14\uB85C \uBC88\uC5ED\uD569\uB2C8\uB2E4.","interface language":"\uC778\uD130\uD398\uC774\uC2A4 \uC5B8\uC5B4","display both the original text and the translation":"\uC6D0\uBCF8\uACFC \uBC88\uC5ED\uBCF8 \uB3D9\uC2DC \uD45C\uC2DC","keyboard shortcuts":"\uD0A4\uBCF4\uB4DC \uB2E8\uCD95\uD0A4",modify:"\uBC14\uB85C \uAC00\uAE30 \uD0A4 \uC218\uC815",reset:"\uC7AC\uD504\uB85C\uBE44\uC800\uB2DD",close:"\uC751\uACE0",homepage:"\uD648\uD398\uC774\uC9C0",more:"\uB354 \uBCF4\uAE30",moreOptions:"\uB354 \uB9CE\uC740 \uC0AC\uC6A9\uC790 \uC9C0\uC815 \uC635\uC158 \uD655\uC7A5",translateTheWholePage:"\uD398\uC774\uC9C0\uC758 \uBAA8\uB4E0 \uC601\uC5ED \uBC88\uC5ED(\uC8FC\uC694 \uC601\uC5ED\uB9CC \uC9C0\uB2A5\uC801\uC73C\uB85C \uC778\uC2DD\uD558\uB294 \uAC83\uC774 \uC544\uB2C8\uB77C)",changeToTranslateTheWholePage:"\uBAA8\uB4E0 \uC9C0\uC5ED \uBC88\uC5ED\uC73C\uB85C \uC804\uD658",changeToTranslateTheMainPage:"\uAE30\uBCF8 \uC601\uC5ED \uBC88\uC5ED\uC73C\uB85C \uC804\uD658",changeToOnlyTranslationMode:"\uBC88\uC5ED\uB9CC \uD45C\uC2DC\uD558\uB3C4\uB85D \uD1A0\uAE00",changeToDualTranslationMode:"\uC774\uC911 \uC5B8\uC5B4 \uBC88\uC5ED\uC73C\uB85C \uC804\uD658",translateToThePageEndImmediately:"\uD398\uC774\uC9C0 \uD558\uB2E8\uC73C\uB85C \uC989\uC2DC \uBC88\uC5ED\uD558\uAE30",translateTheMainPage:"\uC9C0\uB2A5\uD615 \uBC88\uC5ED \uC8FC\uC694 \uC9C0\uC5ED","The local rules are up to date":"\uB85C\uCEEC \uC801\uC751 \uADDC\uCE59\uC740 \uCD5C\uC2E0 \uC0C1\uD0DC\uC785\uB2C8\uB2E4.","Successfully synchronized with the latest official rules:":"\uCD5C\uC2E0 \uACF5\uC2DD \uC801\uC751 \uADDC\uCE59\uACFC \uC131\uACF5\uC801\uC73C\uB85C \uB3D9\uAE30\uD654\uB418\uC5C8\uC2B5\uB2C8\uB2E4.","Checking for updates":"\uC5C5\uB370\uC774\uD2B8 \uD655\uC778","Rules are being synchronized":"\uC801\uC751 \uADDC\uCE59 \uB3D9\uAE30\uD654 \uC911",localVersionIsTooOld:"\uB85C\uCEEC \uD655\uC7A5 \uD504\uB85C\uADF8\uB7A8 \uBC84\uC804\uC774 \uB108\uBB34 \uC624\uB798\uB418\uC5C8\uC73C\uBBC0\uB85C \uB3D9\uAE30\uD654\uB97C \uC2DC\uB3C4\uD558\uAE30 \uC804\uC5D0 \uD655\uC7A5 \uD504\uB85C\uADF8\uB7A8\uC744 {minVersion} \uC774\uC0C1\uC73C\uB85C \uC5C5\uADF8\uB808\uC774\uB4DC\uD558\uC138\uC694.",badUserscriptBrowser:"\uD604\uC7AC \uBE0C\uB77C\uC6B0\uC800\uB294 \uADF8\uB9AC\uC2A4\uBABD\uD0A4 \uD655\uC7A5 \uC778\uD130\uD398\uC774\uC2A4\uB97C \uC62C\uBC14\uB974\uAC8C \uAD6C\uD604\uD558\uC9C0 \uC54A\uC73C\uBBC0\uB85C(\uC608: \uADF8\uB9AC\uC2A4\uBABD\uD0A4 \uC2A4\uD06C\uB9BD\uD2B8 \uC790\uCCB4\uC758 \uBC84\uC804 \uBC88\uD638\uC5D0 \uB300\uD55C \uC815\uBCF4\uB97C \uC5BB\uC73C\uB824\uBA74), \uD30C\uC774\uC5B4\uD3ED\uC2A4 \uB4F1 <1>\uADF8\uB9AC\uC2A4\uBABD\uD0A4 \uD655\uC7A5 \uAE30\uB2A5\uC744 \uC9C0\uC6D0\uD558\uB294 \uB2E4\uB978 \uBE0C\uB77C\uC6B0\uC800\uB97C \uC0AC\uC6A9\uD558\uC2DC\uAE30 \uBC14\uB78D\uB2C8\uB2E4.",foundNewVersion:"\uC0C8 \uBC84\uC804 \uC54C\uC544\uBCF4\uAE30",theLocalExtensionIsUpToUpdate:"\uD604\uC7AC \uD655\uC7A5 \uD504\uB85C\uADF8\uB7A8\uC774 \uCD5C\uC2E0 \uBC84\uC804\uC785\uB2C8\uB2E4.",failToSyncRules:"\uCD5C\uC2E0 \uC801\uC751 \uADDC\uCE59\uC744 \uB3D9\uAE30\uD654\uD558\uC9C0 \uBABB\uD568",retry:"\uB2E4\uC2DC \uC2DC\uB3C4\uD558\uB824\uBA74 \uC5EC\uAE30\uB97C \uD074\uB9AD\uD558\uC138\uC694.",failedReason:"\uC2E4\uD328 \uC774\uC720",currentRuleVersion:"\uD604\uC7AC \uADDC\uCE59 \uBC84\uC804",calculating:"\uACC4\uC0B0",unknownError:"\uC54C \uC218 \uC5C6\uB294 \uC624\uB958",canNotFetchRemoteRule:"\uC6D0\uACA9 \uADDC\uCE59\uC744 \uAC00\uC838\uC62C \uC218 \uC5C6\uC74C",enableAlphaSuccess:"\uC54C\uD30C \uC0AC\uC6A9",disableAlphaSuccess:"\uC54C\uD30C \uAE30\uB2A5\uC774 \uAEBC\uC838 \uC788\uC2B5\uB2C8\uB2E4.",cacheSize:"\uCE90\uC2DC \uD06C\uAE30\uFF1A",cleaning:"\uCCAD\uC0B0 \uACFC\uC815\uC5D0\uC11C",cleanCache:"\uCE90\uC2DC \uC9C0\uC6B0\uAE30",options:"\uC124\uC815",about:"\uB2E4\uC74C\uACFC \uAD00\uB828\uD558\uC5EC",service:"\uD1B5\uC5ED \uC11C\uBE44\uC2A4",needAction:"(\uC124\uC815\uC73C\uB85C \uC774\uB3D9)",goSettings:"\uACC4\uC18D\uD574\uC11C \uC124\uC815\uD558\uC138\uC694.",needActionForOptions:"(\uC124\uC815 \uC608\uC815)",translationEngine:"\uC5D4\uC9C4 \uC635\uC158",sourceLanguage:"\uC6D0\uBCF8 \uC5B8\uC5B4",target:"\uB300\uC0C1 \uC5B8\uC5B4",popupSourceLanguage:"\uC6D0\uBCF8 \uC5B8\uC5B4",popupTarget:"\uB300\uC0C1 \uC5B8\uC5B4",popupService:"\uD1B5\uC5ED \uC11C\uBE44\uC2A4",forThisSite:"\uD604\uC7AC \uC6F9\uC0AC\uC774\uD2B8",autoEnableSubtitle:"\uC774\uC911 \uC5B8\uC5B4 \uC790\uB9C9 \uC790\uB3D9 \uC5F4\uAE30",alwaysTranslate:"\uD56D\uC0C1 \uBC88\uC5ED",neverTranslate:"\uBC88\uC5ED \uAE08\uC9C0",alwaysTranslateSomeLanguage:"\uD56D\uC0C1 \uBC88\uC5ED {language}",neverTranslateSomeLanguage:"\uBC88\uC5ED \uAE08\uC9C0 {language}",alwaysTranslateSomeSite:"\uD56D\uC0C1 \uBC88\uC5ED {hostname}",neverTranslateSomeSite:"\uBC88\uC5ED \uAE08\uC9C0 {hostname}",alwaysTranslateSomeSiteOrWildSite:"\uD56D\uC0C1 \uC0AC\uC774\uD2B8 \uBC88\uC5ED",alwaysTranslateSomePage:"\uD56D\uC0C1 \uD398\uC774\uC9C0 \uBC88\uC5ED",add:"\uC99D\uAC00",default:"\uAE30\uBCF8\uAC12(\uC124\uC815)",forThisLanguage:"\uC774 \uC5B8\uC5B4\uC758 \uACBD\uC6B0\uFF1A","add url":"URL \uC785\uB825",edit:"\uCEF4\uD30C\uC77C\uB7EC","translate other languages into specific language":"\uB2E4\uB978 \uC5B8\uC5B4\uB97C \uC124\uC815\uD55C \uC5B8\uC5B4\uB85C \uBC88\uC5ED","select translation service":"\uBC88\uC5ED \uC11C\uBE44\uC2A4 \uC120\uD0DD",language:"\uB2E4\uAD6D\uC5B4 \uC9C0\uC6D0","show-original":"\uC6D0\uBCF8 \uD14D\uC2A4\uD2B8 \uD45C\uC2DC",translate:"\uB80C\uB354\uB9C1",Translated:"\uBC88\uC5ED\uB428",Translating:"\uBC88\uC5ED \uC911",Error:"\uC798\uBABB\uB41C",allowCacheTranslations:"\uB85C\uCEEC \uBC88\uC5ED \uCE90\uC2F1 \uC0AC\uC6A9(\uC911\uBCF5 \uAD6C\uC808\uC5D0 \uB300\uD55C \uBC88\uC5ED \uC694\uCCAD\uC744 \uC904\uC774\uAE30 \uC704\uD574)","translation display":"\uBC88\uC5ED \uD45C\uC2DC \uC2A4\uD0C0\uC77C","select diplay style":"\uB2E4\uC74C \uC608\uC2DC\uB97C \uAD6C\uCCB4\uC801\uC73C\uB85C \uCC38\uC870\uD558\uC5EC \uBC88\uC5ED \uC2A4\uD0C0\uC77C\uC744 \uAD6C\uBD84\uD558\uC138\uC694.",interface:"\uC778\uD130\uD398\uC774\uC2A4 \uC124\uC815",import_export:"\uAC00\uC838\uC624\uAE30/\uB0B4\uBCF4\uB0B4\uAE30",import_export_title:"\uAD6C\uC131 \uAC00\uC838\uC624\uAE30/\uB0B4\uBCF4\uB0B4\uAE30",syncToGoogleDrive:"\uC9C0\uAE08 Google \uB4DC\uB77C\uC774\uBE0C\uC640 \uB3D9\uAE30\uD654",floatBallOptions:"\uD638\uBC84\uBCFC \uC124\uC815","floatBallOptions.enable":"\uD638\uBC84\uBCFC \uD65C\uC131\uD654","floatBallOptions.blockUrls":"\uC6F9\uC0AC\uC774\uD2B8 \uBE44\uD65C\uC131\uD654","floatBallOptions.add":"\uC99D\uAC00","floatBallOptions.blockUrlDesc":"\uB2E4\uC74C \uC6F9\uC0AC\uC774\uD2B8\uC5D0\uC11C\uB294 \uD638\uBC84\uBCFC\uC774 \uD45C\uC2DC\uB418\uC9C0 \uC54A\uC2B5\uB2C8\uB2E4.","floatBallOptions.clickType":"\uD074\uB9AD \uB3D9\uC791","floatBallOptions.clickTypeDesc":"\uD074\uB9AD \uC2DC \uD638\uBC84\uBCFC \uC544\uC774\uCF58 \uB3D9\uC791","floatBallOptions.clickPopup":"\uBC88\uC5ED \uD328\uB110 \uD45C\uC2DC","floatBallOptions.clickTranslate":"\uC6D0\uBCF8 \uD14D\uC2A4\uD2B8 \uBC88\uC5ED/\uD45C\uC2DC","floatBallOptions.fixedPosition":"\u56FA\u5B9A\u4F4D\u7F6E","floatBallOptions.fixedPositionDesc":"\u60AC\u6D6E\u7403\u5728\u7A97\u53E3\u5DE6\u4FA7\u8FD8\u662F\u53F3\u4FA7","floatBallOptions.fixedPositionLeft":"\u5DE6\u4FA7","floatBallOptions.fixedPositionRight":"\u53F3\u4FA7",previewAllThemes:"\uBAA8\uB4E0 \uC2A4\uD0C0\uC77C \uBBF8\uB9AC\uBCF4\uAE30","translationTheme.none":"\uAC00\uC9C0\uACE0 \uC788\uC9C0 \uC54A\uB2E4","translationTheme.grey":"\uC9D9\uC740 \uD68C\uC0C9","translationTheme.dashed":"\uC810\uC120 \uBC11\uC904","translationTheme.dotted":"\uC810\uC120 \uBC11\uC904","translationTheme.dashedBorder":"\uC810\uC120 \uD14C\uB450\uB9AC","translationTheme.solidBorder":"\uC2E4\uC120 \uD14C\uB450\uB9AC","translationTheme.underline":"\uC9C1\uC120\uC5D0 \uBC11\uC904","translationTheme.mask":"\uD37C\uC9C0 \uD6A8\uACFC(\uD559\uC2B5 \uBAA8\uB4DC)","translationTheme.opacity":"\uD22C\uBA85\uC131 \uD6A8\uACFC","translationTheme.paper":"\uD770 \uC885\uC774 \uADF8\uB9BC\uC790 \uD6A8\uACFC","translationTheme.dividingLine":"\uAD6C\uBD84\uC120","translationTheme.highlight":"\uB192\uC740 \uBC1D\uAE30","translationTheme.marker":"\uB9C8\uCEE4(\uC678\uB798\uC5B4)","translationTheme.marker2":"\uB9C8\uCEE4 2","translationTheme.blockquote":"\uCC38\uC870 \uC2A4\uD0C0\uC77C","translationTheme.weakening":"\uC57D\uD654","translationTheme.italic":"\uAE30\uC6B8\uC5B4\uC9C0\uB294 \uC11C\uCCB4","translationTheme.bold":"\uB450\uAECD\uAC8C","translationTheme.thinDashed":"\uAC00\uB294 \uC810\uC120 \uBC11\uC904","translationTheme.nativeDashed":"\uC2DC\uC2A4\uD15C\uC5D0\uB294 \uC810\uC120\uC73C\uB85C \uD45C\uC2DC\uB41C \uBC11\uC904\uC774 \uC788\uC2B5\uB2C8\uB2E4.","translationTheme.nativeDotted":"\uC2DC\uC2A4\uD15C\uC5D0\uB294 \uC810\uC120\uC73C\uB85C \uBC11\uC904\uC774 \uADF8\uC5B4\uC838 \uC788\uC2B5\uB2C8\uB2E4.","translationTheme.nativeUnderline":"\uC2DC\uC2A4\uD15C\uC5D0\uB294 \uC9C1\uC120 \uBC11\uC904\uC774 \uC788\uC2B5\uB2C8\uB2E4.","translationTheme.wavy":"\uBB3C\uACB0 \uBAA8\uC591 \uB77C\uC778","translationServices.custom":"\uC0AC\uC6A9\uC790 \uC9C0\uC815 API","translationServices.tencent":"\uD150\uC13C\uD2B8 \uBC88\uC5ED\uAE30","translationServices.tenAlpha":"\uD150\uC13C\uD2B8 \uBC88\uC5ED\uAE30(\uC54C\uD30C)","translationServices.google":"Google \uBC88\uC5ED","translationServices.bai":"\uBC14\uC774\uB450(\uC54C\uD30C)","translationServices.baidu":"\uBC14\uC774\uB450 \uBC88\uC5ED","translationServices.aliyun":"\uC54C\uB9AC\uD074\uB77C\uC6B0\uB4DC \uBC88\uC5ED","translationServices.volc":"\uD654\uC0B0 \uBC88\uC5ED","translationServices.deeplx":"DeepLX(\uBCA0\uD0C0)","translationServices.bing":"Microsoft \uBC88\uC5ED","translationServices.deepl":"DeepL","translationServices.wechat":"\uC704\uCC57 \uBC88\uC5ED","translationServices.azure":"Azure \uBC88\uC5ED","translationServices.ibm":"IBM \uC653\uC2A8","translationServices.aws":"\uC544\uB9C8\uC874 \uBC88\uC5ED","translationServices.mock":"\uC2DC\uBBAC\uB808\uC774\uC158 \uBC88\uC5ED","translationServices.mock2":"\uC2DC\uBBAC\uB808\uC774\uC158 \uBC88\uC5ED 2","translationServices.caiyun":"\uC870\uBA85. \uB2E4\uCC44\uB85C\uC6B4 \uAD6C\uB984\uACFC \uC791\uC740 \uBC88\uC5ED","translationServices.cai":"\uB2E4\uCC44\uB85C\uC6B4 \uAD6C\uB984(\uC54C\uD30C)","translationServices.volcAlpha":"\uD654\uC0B0 (\uC54C\uD30C)","translationServices.openl":"OpenL","translationServices.youdao":"\uC720\uD29C\uBE0C \uBC88\uC5ED","translationServices.you":"\uC720\uB2E4\uC624 \uBC88\uC5ED\uAE30(\uC54C\uD30C)","translationServices.transmart":"\uD150\uC13C\uD2B8 \uC778\uD130\uB799\uD2F0\uBE0C \uBC88\uC5ED","translationServices.niu":"\uB9E4\uBC84\uB9AD \uBC88\uC5ED\uAE30","translationServices.papago":"\uD30C\uD30C\uACE0 \uBC88\uC5ED","translationServices.d":"D(\uC54C\uD30C)","translationServices.dpro":"D \uD504\uB85C(\uCE74\uB098\uB9AC\uC544)","translationServices.openai":"OpenAI","translationServices.yandex":"Yandex","translationServices.chatgpt":"ChatGPT \uC6F9(3.5 \uBAA8\uBC14\uC77C)","translate title":"\uD398\uC774\uC9C0 \uC81C\uBAA9 \uBC88\uC5ED","always languages":"\uD56D\uC0C1 \uC5B8\uC5B4 \uBC88\uC5ED",neverTranslateLanguagesLabel:"\uBC88\uC5ED\uB418\uC9C0 \uC54A\uB294 \uC5B8\uC5B4",neverTranslateTheFollowingLanguagesDescription:"\uD398\uC774\uC9C0\uC758 \uB2E8\uB77D\uC774 \uB2E4\uC74C \uC5B8\uC5B4 \uC911 \uD558\uB098\uC778 \uACBD\uC6B0 \uBC88\uC5ED\uC774 \uAC74\uB108\uB6F0\uC5B4\uC9D1\uB2C8\uB2E4.",enableUserscriptPagePopup:"\uD398\uC774\uC9C0\uC5D0 \uD638\uBC84\uBCFC \uD45C\uC2DC",enableUserscriptPagePopupDescription:"\uD638\uBC84\uBCFC\uC744 \uB044\uACE0 \uB098\uBA74 \uBC14\uB85C \uAC00\uAE30 /{touch}\uB85C \uBD88\uB7EC\uC62C \uC218 \uC788\uC2B5\uB2C8\uB2E4. \uC2E4\uC218\uB85C \uC774 \uC635\uC158\uC744 \uB048 \uD6C4 \uD638\uBC84\uBCFC\uC744 \uCC3E\uC9C0 \uBABB\uD558\uB294 \uACBD\uC6B0\uB97C \uBC29\uC9C0\uD558\uAE30 \uC704\uD574 \uC774 \uC124\uC815 \uD398\uC774\uC9C0\uB97C \uBD81\uB9C8\uD06C\uC5D0 \uCD94\uAC00\uD558\uB294 \uAC83\uC774 \uC88B\uC2B5\uB2C8\uB2E4!","always translate the following languages":"\uD398\uC774\uC9C0\uAC00 \uB2E4\uC74C \uC5B8\uC5B4 \uC911 \uD558\uB098\uC778 \uACBD\uC6B0 \uB300\uC0C1 \uC5B8\uC5B4\uB85C \uC790\uB3D9 \uBC88\uC5ED\uB429\uB2C8\uB2E4.","always sites":"\uD56D\uC0C1 \uBC88\uC5ED\uB41C \uC6F9 \uC0AC\uC774\uD2B8","always translate the following sites":"\uC6F9 \uC0AC\uC774\uD2B8\uAC00 \uB2E4\uC74C \uB3C4\uBA54\uC778 \uC774\uB984\uC778 \uACBD\uC6B0 \uB300\uC0C1 \uC5B8\uC5B4\uB85C \uC790\uB3D9 \uBC88\uC5ED\uB429\uB2C8\uB2E4.","never sites":"\uBC88\uC5ED\uB418\uC9C0 \uC54A\uC740 \uC6F9 \uC0AC\uC774\uD2B8","never translate the following sites":"\uC6F9\uC0AC\uC774\uD2B8\uAC00 \uB2E4\uC74C \uB3C4\uBA54\uC778\uC6A9\uC778 \uACBD\uC6B0 \uBC88\uC5ED\uC774 \uC218\uD589\uB418\uC9C0 \uC54A\uC2B5\uB2C8\uB2E4.","please refer to":"\uD0A4\uB97C \uC0AC\uC6A9\uD558\uB824\uBA74 \uD0A4\uB97C \uC785\uB825\uD574\uC57C \uD558\uBA70, \uC790\uC138\uD55C \uB0B4\uC6A9\uC740 \uB2E4\uC74C\uC744 \uCC38\uC870\uD558\uC138\uC694.",KeyAndConfigurationTutorial:"\uC8FC\uC694 \uC560\uD50C\uB9AC\uCF00\uC774\uC158 \uBC0F \uAD6C\uC131 \uD29C\uD1A0\uB9AC\uC5BC",useAboveStyleForTheseSites:"\uB2E4\uC74C \uB3C4\uBA54\uC778\uC744 \uC704\uD55C \uC0AC\uC774\uD2B8\uC778 \uACBD\uC6B0 \uD56D\uC0C1 \u2308{theme}\u230B \uBC88\uC5ED \uC2A4\uD0C0\uC77C\uC744 \uC0AC\uC6A9\uD558\uC138\uC694.",currentUrl:"\uD604\uC7AC URL",confirm:"\uC800\uC7A5(\uD30C\uC77C \uB4F1)(\uCEF4\uD4E8\uD305)",cancel:"\uCDE8\uC18C",delete:"\uC81C\uAC70","languages.auto":"\uC790\uB3D9 \uAC10\uC9C0",syncToCloud:"Google \uB4DC\uB77C\uC774\uBE0C\uC5D0 \uB3D9\uAE30\uD654",syncToCloudDescription:"\uD074\uB77C\uC6B0\uB4DC\uC5D0 \uC5C5\uB85C\uB4DC\uB41C \uAD6C\uC131\uC740 \uB9C8\uC9C0\uB9C9\uC73C\uB85C \uC218\uC815\uB41C \uBE0C\uB77C\uC6B0\uC800/\uADF8\uB9AC\uC2A4\uBABD\uD0A4 \uC2A4\uD06C\uB9BD\uD2B8 \uAC04\uC5D0 \uB3D9\uAE30\uD654\uD560 \uC218 \uC788\uC2B5\uB2C8\uB2E4.",syncToAccount:"\uBAB0\uC785\uD615 \uBC88\uC5ED \uD074\uB77C\uC6B0\uB4DC\uC5D0 \uB3D9\uAE30\uD654",syncToAccountButton:"\uD074\uB77C\uC6B0\uB4DC\uC640 \uC989\uC2DC \uB3D9\uAE30\uD654",syncToAccountDescription:"\uB9C8\uC9C0\uB9C9\uC73C\uB85C \uC218\uC815\uD55C \uC2DC\uAC04\uC744 \uAE30\uC900\uC73C\uB85C \uC11C\uB85C \uB2E4\uB978 \uC7A5\uCE58 \uAC04\uC5D0 \uAD6C\uC131\uC744 \uC790\uB3D9\uC73C\uB85C \uB3D9\uAE30\uD654\uD569\uB2C8\uB2E4.",successSyncConfigInAccount:"\uD074\uB77C\uC6B0\uB4DC\uC640\uC758 \uC131\uACF5\uC801\uC778 \uB3D9\uAE30\uD654",successSyncConfigToAccount:"\uD074\uB77C\uC6B0\uB4DC\uC5D0 \uC131\uACF5\uC801\uC73C\uB85C \uB3D9\uAE30\uD654",syncConfigNoUpdate:"\uC774\uBBF8 \uCD5C\uC2E0 \uBC84\uC804\uC785\uB2C8\uB2E4.",authFail:"\uC778\uC99D \uC2E4\uD328",syncTitle:"\uC218\uB3D9 \uBC31\uC5C5 \uAD00\uB9AC",import_hint:"\uAC00\uC838\uC624\uAE30(\uB370\uC774\uD130)",upload:"\uC5C5\uB85C\uB4DC",revokeAuth:"\uC2B9\uC778 \uCDE8\uC18C",uploadFail:"\uC5C5\uB85C\uB4DC \uC2E4\uD328",download:"\uB2E4\uC6B4\uB85C\uB4DC",importSuccess:"\uAC00\uC838\uC624\uAE30 \uC131\uACF5",importFail:"\uAC00\uC838\uC624\uAE30 \uC2E4\uD328",deleteFail:"\uC0AD\uC81C\uD558\uC9C0 \uBABB\uD568",backupToCloud:"\uBC31\uC5C5 \uD30C\uC77C \uC218\uB3D9 \uAD00\uB9AC",create_new_backup:"\uC0C8 \uBC31\uC5C5 \uB178\uB4DC \uCD94\uAC00",maxBackupFiles:"\uCD5C\uB300{count}\uAC1C\uC758 \uC11C\uB85C \uB2E4\uB978 \uB178\uB4DC\uB97C \uBC31\uC5C5\uD560 \uC218 \uC788\uC73C\uBA70, \uD544\uC694\uD558\uC9C0 \uC54A\uC740 \uB178\uB4DC\uB294 \uC0AD\uC81C\uD558\uC138\uC694.",backupToCloudDescription:"\uBC31\uC5C5 \uD30C\uC77C\uC744 \uC218\uB3D9\uC73C\uB85C \uC5C5\uB85C\uB4DC\uD558\uAC70\uB098 \uBCF5\uC6D0\uD558\uC5EC \uCD5C\uB300 3\uAC1C\uC758 \uC11C\uB85C \uB2E4\uB978 \uBC31\uC5C5 \uD5C8\uC6A9",successSyncConfig:"\uD074\uB77C\uC6B0\uB4DC\uC640\uC758 \uC131\uACF5\uC801\uC778 \uB3D9\uAE30\uD654",syncFail:"\uB3D9\uAE30\uD654 \uC2E4\uD328",updatedAt:"{date}\uC5D0\uC11C \uC5C5\uB370\uC774\uD2B8\uB428",lastSyncedAt:"\uCD5C\uC885 \uD655\uC778: {date}",downloadFail:"\uB2E4\uC6B4\uB85C\uB4DC\uC5D0 \uC2E4\uD328\uD588\uC2B5\uB2C8\uB2E4.",clickToDownload:"\uB2E4\uC6B4\uB85C\uB4DC\uD558\uB824\uBA74 \uD074\uB9AD",aboutLabel:"\uC815\uBCF4 - \uD53C\uB4DC\uBC31","browser.openAboutPage":"\uC815\uBCF4/\uD53C\uB4DC\uBC31",aboutLabelWithoutSponsor:"\uC815\uBCF4 - \uD53C\uB4DC\uBC31",aboutIntro:"\uC6B0\uB9AC \uBAA8\uB450\uAC00 \uC778\uD130\uB137\uC758 \uBC29\uB300\uD55C \uC678\uAD6D\uC5B4 \uC815\uBCF4\uC5D0 \uB354 \uC27D\uACE0 \uC990\uAC81\uAC8C \uC561\uC138\uC2A4\uD560 \uC218 \uC788\uAE30\uB97C \uBC14\uB78D\uB2C8\uB2E4 \u2764\uFE0F <6>Pro \uBA64\uBC84\uC2ED\uC744 \uD65C\uC131\uD654\uD558\uC5EC \uBC14\uB85C \uC0AC\uC6A9\uD560 \uC218 \uC788\uB294 DeepL \uBC0F OpenAI \uBC88\uC5ED\uC744 \uC0AC\uC6A9\uD560 \uC218 \uC788\uC2B5\uB2C8\uB2E4.

<3>\uD2B8\uC704\uD130, <4>\uD154\uB808\uADF8\uB7A8, \uC6E8\uC774\uBCF4, \uC704\uCC57\uC5D0\uC11C \uD314\uB85C\uC6B0\uD558\uAC70\uB098 \uC544\uB798 <5>\uBA54\uC77C\uB9C1 \uB9AC\uC2A4\uD2B8\uC5D0 <5>\uAC00\uC785\uD558\uC5EC \uC5C5\uB370\uC774\uD2B8\uB97C \uD655\uC778\uD560 \uC218 \uC788\uC2B5\uB2C8\uB2E4.
<7>\uD504\uB85C \uD68C\uC6D0\uC740 <8>support@immersivetranslate.com \uC73C\uB85C \uBB38\uC758\uD558\uC2DC\uBA74 \uBE60\uB978 \uACE0\uAC1D \uC11C\uBE44\uC2A4\uB97C \uBC1B\uC73C\uC2E4 \uC218 \uC788\uC2B5\uB2C8\uB2E4.",aboutIntroWithoutSponsor:"\uC6B0\uB9AC \uBAA8\uB450\uAC00 \uC778\uD130\uB137\uC5D0\uC11C \uC81C\uACF5\uB418\uB294 \uBC29\uB300\uD55C \uC591\uC758 \uC678\uAD6D\uC5B4 \uC815\uBCF4\uC5D0 \uB354 \uC27D\uACE0 \uC990\uAC81\uAC8C \uC811\uADFC\uD560 \uC218 \uC788\uAE30\uB97C \uBC14\uB78D\uB2C8\uB2E4 \u2764\uFE0F

<3>\uD2B8\uC704\uD130, <4>\uD154\uB808\uADF8\uB7A8 \uCC44\uB110, \uC704\uCC57, \uC704\uCC57 \uC775\uC2A4\uCCB4\uC778\uC9C0\uC5D0\uC11C \uD314\uB85C\uC6B0\uD558\uAC70\uB098 \uC544\uB798 <5>\uC774\uBA54\uC77C\uB85C \uC5C5\uB370\uC774\uD2B8\uB97C <5>\uAD6C\uB3C5\uD560 \uC218 \uC788\uC2B5\uB2C8\uB2E4.",projectHomepage:"\uD504\uB85C\uC81D\uD2B8 \uD648",joinTelegramGroup:"\uC0AC\uC6A9\uC790 \uADF8\uB8F9\uC5D0 \uAC00\uC785\uD558\uC5EC \uAE30\uB2A5 \uD1A0\uB860\uC5D0 \uCC38\uC5EC\uD558\uC138\uC694.",wechatPublicAccount:"\uC704\uCC57 \uACF5\uAC1C",wechatCommunities:"\uC704\uCC57 \uAD50\uD658 \uADF8\uB8F9",qqCommunities:"QQ \uCEE4\uBBA4\uB2C8\uCF00\uC774\uC158 \uCC44\uB110",joinTelegramChannel:"\uD154\uB808\uADF8\uB7A8 \uCC44\uB110 \uD314\uB85C\uC6B0\uD558\uC5EC \uCD5C\uC2E0 \uC5C5\uB370\uC774\uD2B8 \uD655\uC778",feedbackAndJoin:"\uC9C8\uBB38 \uD53C\uB4DC\uBC31 / \uADF8\uB8F9 \uCD94\uAC00",autoSync:"\uC790\uB3D9 \uC2DC\uAC04 \uB3D9\uAE30\uD654",loadingThemeTitle:"\uB85C\uB529 \uC2A4\uD0C0\uC77C",loadingThemeDescription:"\uBC88\uC5ED \uB85C\uB4DC\uB97C \uAE30\uB2E4\uB9B4 \uB54C \uC2A4\uD0C0\uC77C \uC124\uC815\uD558\uAE30","loadingTheme.spinner":"\uD68C\uC804 \uC560\uB2C8\uBA54\uC774\uC158","loadingTheme.text":"\uC815\uC801 \uD14D\uC2A4\uD2B8 sth. ","loadingTheme.none":"\uD45C\uC2DC\uB418\uC9C0 \uC54A\uC74C",developerDescription:"\uACE0\uAE09 \uC0AC\uC6A9\uC790 \uC9C0\uC815\uC5D0 \uB300\uD55C \uBB38\uC11C\uB294 <1>\uC5EC\uAE30\uC5D0\uC11C \uD655\uC778\uD560 \uC218 \uC788\uC2B5\uB2C8\uB2E4.","edit border color":"\uD14C\uB450\uB9AC \uC0C9\uC0C1 \uC218\uC815",successSyncButNoChange:"\uD604\uC7AC \uAD6C\uC131\uC774 \uD074\uB77C\uC6B0\uB4DC\uC640 \uC77C\uCE58\uD569\uB2C8\uB2E4.",customTheme:"\uB9DE\uCDA4\uD615 \uC0C9\uC0C1 \uBC0F \uD06C\uAE30","customThemeLabel.borderColor":"\uD14C\uB450\uB9AC \uC0C9\uC0C1","customThemeLabel.borderRadius":"\uB465\uADFC \uBAA8\uC11C\uB9AC","customThemeLabel.textColor":"\uD14D\uC2A4\uD2B8 \uC0C9\uC0C1","customThemeLabel.backgroundColor":"\uBC30\uACBD\uC0C9","customThemeLabel.zoom":"\uAE00\uAF34 \uD06C\uAE30 \uC870\uC815(%)","customThemeLabel.opacity":"\uD14D\uC2A4\uD2B8 \uBD88\uD22C\uBA85\uB3C4(%)",resetToDefaultColor:"\uAE30\uBCF8 \uC0C9\uC0C1\uC73C\uB85C \uBCF5\uC6D0",resetToDefaultSettings:"\uAE30\uBCF8 \uC124\uC815\uC73C\uB85C \uBCF5\uC6D0",isTranslateTitle:"\uD398\uC774\uC9C0 \uC81C\uBAA9 \uBC88\uC5ED \uC0AC\uC6A9",isTranslateTitleDescription:"\uC804\uC6D0\uC744 \uCF1C\uBA74 \uD398\uC774\uC9C0 \uC81C\uBAA9\uC774 \uBC88\uC5ED\uB429\uB2C8\uB2E4.",enableSearchEnhancement:"\uC774\uC911 \uC5B8\uC5B4 \uBA54\uC2DC\uC9C0 \uD5A5\uC0C1 \uC0AC\uC6A9",enableSearchEnhancementDescription:"\uC774 \uAE30\uB2A5\uC744 \uD65C\uC131\uD654\uD558\uBA74 \uC9C0\uC6D0\uB418\uB294 \uC6F9\uC0AC\uC774\uD2B8(Google \uB274\uC2A4, Google \uAC80\uC0C9(\uC77C\uBD80 \uD0A4\uC6CC\uB4DC), \uC2A4\uB178\uC6B0\uBCFC, \uC624\uB9AC\uC5D4\uD0C8 \uD3EC\uCD98, \uD4E8\uD22C\uB77C, \uD0C0\uC774\uAC70 \uCEE4\uBBA4\uB2C8\uD2F0)\uC758 \uC624\uB978\uCABD \uC5F4\uC5D0 \uD574\uB2F9 \uC601\uC5B4 \uD0A4\uC6CC\uB4DC\uC5D0 \uB300\uD55C 'Google \uB274\uC2A4'\uC758 \uAC80\uC0C9 \uACB0\uACFC\uAC00 \uC790\uB3D9\uC73C\uB85C \uD45C\uC2DC\uB429\uB2C8\uB2E4.",verifyService:"\uC11C\uBE44\uC2A4\uB97C \uD14C\uC2A4\uD2B8\uD558\uB824\uBA74 \uC5EC\uAE30\uB97C \uD074\uB9AD\uD558\uC138\uC694.",verified:"\uC131\uACF5 \uD655\uC778","field.langs":"\uC9C0\uC6D0\uB418\uB294 \uC5B8\uC5B4 \uCF54\uB4DC","field.model":"\uBAA8\uB378\uB9C1","field.translationEngine":"\uBC88\uC5ED \uC5D4\uC9C4","field.limitPerMinute":"\uBD84\uB2F9 \uCD5C\uB300 \uC694\uCCAD \uC218","field.limitPerSecond":"\uCD08\uB2F9 \uCD5C\uB300 \uC694\uCCAD \uC218","field.maxTextLengthPerRequest":"\uC694\uCCAD\uB2F9 \uCD5C\uB300 \uD14D\uC2A4\uD2B8 \uAE38\uC774","field.maxTextGroupLengthPerRequest":"\uC694\uCCAD\uB2F9 \uCD5C\uB300 \uB2E8\uB77D \uC218","field.apiUrl":"\uC0AC\uC6A9\uC790 \uC9C0\uC815 API \uC778\uD130\uD398\uC774\uC2A4 \uC8FC\uC18C","field.placeholderDelimiters":"\uC608\uC57D\uB41C \uC790\uB9AC \uD45C\uC2DC\uC790","description.custom":"\uC0AC\uC6A9\uC790 \uC9C0\uC815 \uC778\uD130\uD398\uC774\uC2A4 \uC561\uC138\uC2A4 \uBB38\uC11C \uD544\uC694","description.limitPerMinute":"\uC774 \uD55C\uB3C4\uB97C \uCD08\uACFC\uD558\uB294 \uC694\uCCAD\uC740 \uB2E4\uC74C \uBD84\uC774 \uC2DC\uC791\uB420 \uB54C\uAE4C\uC9C0 \uB300\uAE30\uC5F4\uC5D0 \uB4E4\uC5B4\uAC11\uB2C8\uB2E4. \uD604\uC7AC OpenAI \uC11C\uBE44\uC2A4\uC758 \uC5EC\uB7EC \uAC00\uC9C0 \uC81C\uD55C \uC0AC\uD56D\uC73C\uB85C \uC778\uD574 <1>\uC5EC\uAE30\uB97C \uD074\uB9AD\uD558\uC5EC \uCD5C\uC2E0 \uC81C\uC548 \uAC12\uC744 \uD655\uC778\uD558\uC138\uC694.","description.limitPerSecond":"\uC774 \uC81C\uD55C\uC744 \uCD08\uACFC\uD558\uB294 \uC694\uCCAD\uC740 \uB2E4\uC74C \uCD08\uAC00 \uC2DC\uC791\uB420 \uB54C\uAE4C\uC9C0 \uB300\uAE30\uC5F4\uC5D0 \uB4E4\uC5B4\uAC11\uB2C8\uB2E4. \uD604\uC7AC OpenAI \uC11C\uBE44\uC2A4\uC758 \uC5EC\uB7EC \uAC00\uC9C0 \uC81C\uD55C \uC0AC\uD56D\uC73C\uB85C \uC778\uD574 <1>\uC5EC\uAE30\uB97C \uD074\uB9AD\uD558\uC5EC \uCD5C\uC2E0 \uC81C\uC548 \uAC12\uC744 \uD655\uC778\uD558\uC138\uC694.","description.generalLimitPerSecond":"\uC774 \uC81C\uD55C\uC744 \uCD08\uACFC\uD558\uB294 \uC694\uCCAD\uC740 \uB2E4\uC74C \uCD08\uAC00 \uC2DC\uC791\uB420 \uB54C\uAE4C\uC9C0 \uB300\uAE30\uC5F4\uC5D0 \uB4E4\uC5B4\uAC11\uB2C8\uB2E4.","description.prompt":"\uC0AC\uC6A9\uC790 \uC2E0\uBD84\uC73C\uB85C {service}\uC5D0 \uBCF4\uB0B8 \uB300\uD654\uC5D0\uC11C {{text}}\uB294 \uB2E8\uB77D\uC758 \uD14D\uC2A4\uD2B8 \uB0B4\uC6A9\uC744 \uB098\uD0C0\uB0B4\uACE0, {{from}}\uC740 \uB2E8\uB77D\uC758 \uC5B8\uC5B4\uB97C \uB098\uD0C0\uB0B4\uBA70, {{to}}\uB294 \uBAA9\uD45C \uC5B8\uC5B4\uB97C \uB098\uD0C0\uB0C5\uB2C8\uB2E4.","description.maxTextLengthPerRequest":"\uC694\uCCAD\uB2F9 \uCD5C\uB300 \uAE00\uC790 \uC218\uAC00 \uB108\uBB34 \uB9CE\uC73C\uBA74 \uC778\uD130\uD398\uC774\uC2A4\uAC00 \uB290\uB9AC\uAC8C \uC751\uB2F5\uD558\uBBC0\uB85C \uC774 \uC635\uC158\uC744 \uC870\uC815\uD558\uC5EC \uC18D\uB3C4\uB97C \uCD5C\uC801\uD654\uD558\uC138\uC694.","description.systemPrompt":"\uC2DC\uC2A4\uD15C \uC2E0\uBD84\uC73C\uB85C {service}\uC5D0\uAC8C \uBCF4\uB0B8 \uB300\uD654\uC5D0\uC11C {{text}}\uB294 \uB2E8\uB77D\uC758 \uD14D\uC2A4\uD2B8 \uB0B4\uC6A9\uC744 \uB098\uD0C0\uB0B4\uACE0, {{from}}\uC740 \uB2E8\uB77D\uC758 \uC5B8\uC5B4\uB97C \uB098\uD0C0\uB0B4\uBA70, {{to}}\uB294 \uBAA9\uD45C \uC5B8\uC5B4\uB97C \uB098\uD0C0\uB0C5\uB2C8\uB2E4.","field.domain":"\uC601\uC5ED","description.domain":"\uAE30\uBCF8\uAC12\uC740\uFF1Ageneral\uC785\uB2C8\uB2E4. \uC544\uB9AC\uB9C8 API \uCF58\uC194\uC5D0\uC11C \uB3C4\uBA54\uC778 \uBC88\uC5ED\uC774 \uD65C\uC131\uD654\uB41C \uACBD\uC6B0\uC5D0\uB9CC \uC124\uC815\uD560 \uC218 \uC788\uC73C\uBA70, \uC9C0\uC6D0\uB418\uB294 \uB3C4\uBA54\uC778\uC740 <1>\uC5EC\uAE30\uB97C \uCC38\uC870\uD558\uC138\uC694.","field.scene":"take","description.scene":"\uAE30\uBCF8\uAC12\uC740\uFF1Ageneral\uC785\uB2C8\uB2E4. AliCloud API \uCF58\uC194\uC774 Machine Translation Pro\uB97C \uC5EC\uB294 \uACBD\uC6B0\uC5D0\uB9CC \uC124\uC815\uD560 \uC218 \uC788\uC73C\uBA70, \uC9C0\uC6D0\uB418\uB294 \uC2DC\uB098\uB9AC\uC624\uB294 <1>\uC5EC\uAE30\uB97C \uCC38\uC870\uD558\uC138\uC694.","field.vocabId":"\uC0AC\uC6A9\uC790 \uC0AC\uC804 ID","description.vocabId":"\uC9C0\uC815\uB41C \uC0AC\uC804 out_id\uB294 \uD604\uC7AC \uC601\uC5B4\uC5D0\uC11C \uC911\uAD6D\uC5B4 \uBC88\uC5ED\uC744 \uC9C0\uC6D0\uD569\uB2C8\uB2E4.","description.model":"OpenAI \uBAA8\uB378, gpt-3.5-turbo, gpt-4 \uB4F1 \uAC00\uB2A5","description.maxTextGroupLengthPerRequest":"\uD55C \uBC88\uC5D0 \uBC88\uC5ED \uC11C\uBE44\uC2A4\uB85C \uC804\uC1A1\uB418\uB294 \uB2E8\uB77D \uC218, \uB2E8\uB77D\uC774 \uB108\uBB34 \uB9CE\uC73C\uBA74 \uC778\uD130\uD398\uC774\uC2A4\uAC00 \uB290\uB9AC\uAC8C \uC751\uB2F5\uD560 \uC218 \uC788\uC2B5\uB2C8\uB2E4.","description.apiUrl":"\uACBD\uB85C, <1>\uC790\uC138\uD55C \uC124\uBA85\uC774 \uD3EC\uD568\uB41C \uD2B9\uC815 URL\uC744 \uCD94\uAC00\uD558\uC138\uC694.",enabledExtension:"\uD655\uC7A5 \uAE30\uB2A5 \uC0AC\uC6A9",clickToDisableExtension:"\uD655\uC7A5 \uAE30\uB2A5\uC744 \uBE44\uD65C\uC131\uD654\uD558\uB824\uBA74 \uD074\uB9AD\uD558\uC138\uC694.",clickToEnableExtension:"\uD655\uC7A5 \uAE30\uB2A5\uC744 \uC0AC\uC6A9\uD558\uB824\uBA74 \uD074\uB9AD\uD558\uC138\uC694.",hasBeenDisabled:"disabled","show password":"\uBE44\uBC00\uBC88\uD638 \uD45C\uC2DC",customContent:"\uC0AC\uC6A9\uC790 \uC9C0\uC815 \uBAA8\uB378 \uC774\uB984 \uC785\uB825",inputOptions:"\uC785\uB825 \uC0C1\uC790 \uAC1C\uC120",mouseHoverOptions:"\uB9C8\uC6B0\uC2A4 \uD638\uBC84",modifyMouseHoverKey:"\uB9C8\uC6B0\uC2A4 \uCEE4\uC11C \uBC14\uB85C \uAC00\uAE30 \uC218\uC815",enableInputTranslation:"\uC785\uB825 \uC0C1\uC790 \uD5A5\uC0C1 \uD65C\uC131\uD654 \uC5EC\uBD80",enableInputTranslationDescription:"\uD65C\uC131\uD654\uB418\uBA74 \uC785\uB825 \uC0C1\uC790\uC5D0 {startingKey}{startingKey} hello\uB97C \uC9C1\uC811 \uC785\uB825\uD55C \uB2E4\uC74C{inputTrailingTriggerKeyRepeatTimes}\uBC88{trailingKey}\uC744 \uBE60\uB974\uAC8C \uB20C\uB7EC {inputTargetLanguage}\uC73C\uB85C \uBC88\uC5ED\uD569\uB2C8\uB2E4.",enableInputTranslationDescriptionForNoneKey:"\uD65C\uC131\uD654\uB418\uBA74 \uC785\uB825 \uC0C1\uC790\uC5D0\uFF1AHello World\uB97C \uC9C1\uC811 \uC785\uB825\uD55C \uB2E4\uC74C{inputTrailingTriggerKeyRepeatTimes}{trailingKey}\uC744 \uBE60\uB974\uAC8C \uC5EC\uB7EC \uBC88 \uB20C\uB7EC \uAE30\uBCF8 \uB300\uC0C1 \uC5B8\uC5B4\uB85C \uBC88\uC5ED\uD569\uB2C8\uB2E4.",inputTargetLanguage:"\uC785\uB825 \uC0C1\uC790\uC758 \uAE30\uBCF8 \uB300\uC0C1 \uC5B8\uC5B4 \uC124\uC815",inputTargetLanguageDescription:"\uC785\uB825 \uC0C1\uC790 \uBC88\uC5ED\uC758 \uAE30\uBCF8 \uB300\uC0C1 \uC5B8\uC5B4(\uC608: \uD2B8\uB9AC\uAC70 \uB2E8\uC5B4\uC758 \uAE30\uBCF8 \uC5B8\uC5B4 {startingKey}{startingKey})",inputTargetLanguageDescriptionForNoneKey:"\uC785\uB825 \uC0C1\uC790 \uBC88\uC5ED\uC758 \uAE30\uBCF8 \uB300\uC0C1 \uC5B8\uC5B4",inputStartingTriggerKeyTitle:"\uC785\uB825 \uC0C1\uC790\uC758 \uBD80\uBD84 \uBC88\uC5ED\uC744 \uC704\uD574 \uBD84\uD560 \uBB38\uC790 \uC124\uC815\uD558\uAE30",inputStartingTriggerKeyDescription:"\uC785\uB825 \uC0C1\uC790 \uC804\uCCB4\uB97C \uBC88\uC5ED\uD560 \uD544\uC694\uAC00 \uC5C6\uB294 \uACBD\uC6B0 \uC2A4\uD50C\uB9AC\uD130\uB97C \uC0AC\uC6A9\uD558\uBA74 {startingKey}{startingKey} \uC5D0\uC11C \uC785\uB825 \uC0C1\uC790 \uB05D\uAE4C\uC9C0 \uBD80\uBD84\uB9CC \uBC88\uC5ED\uD558\uAC70\uB098 \uC5B8\uC5B4 \uCF54\uB4DC\uB97C \uC9C0\uC815\uD560 \uC218 \uC788\uC2B5\uB2C8\uB2E4(\uC608:\uFF1A{startingKey}ja \uB294 {startingKey}ja \uC5D0\uC11C \uC785\uB825 \uC0C1\uC790 \uB05D\uAE4C\uC9C0 \uBD80\uBD84\uB9CC \uBC88\uC5ED\uD55C\uB2E4\uB294 \uC758\uBBF8).",inputStartingTriggerKeyDescriptionForNoneKey:"\uD604\uC7AC \uC811\uB450\uC0AC \uC5C6\uC74C \uC124\uC815\uC740 \uD544\uC694\uD558\uC9C0 \uC54A\uC73C\uBA70, \uC785\uB825 \uC0C1\uC790\uC5D0 \uC788\uB294 \uC77C\uBD80 \uD14D\uC2A4\uD2B8\uC758 \uBC88\uC5ED \uAE30\uB2A5\uC740 \uB2F9\uBD84\uAC04 \uC0AC\uC6A9\uD560 \uC218 \uC5C6\uC2B5\uB2C8\uB2E4.",inputTrailingTriggerKeyTitle:"\uC785\uB825 \uC885\uB8CC \uD2B8\uB9AC\uAC70 \uBB38\uC790 \uC120\uD0DD",inputTrailingTriggerKeyDescription:"3\uBC88\uB9CC \uB204\uB974\uBA74{trailingKey} \uBC88\uC5ED\uC774 \uC2DC\uC791\uB429\uB2C8\uB2E4!",inputTrailingTriggerKeyTimeout:"\uC804\uD22C \uC885\uB8CC \uD2B8\uB9AC\uAC70 \uC0AC\uC774\uC758 \uC2DC\uAC04\uC744 \uC785\uB825\uD569\uB2C8\uB2E4.",inputTrailingTriggerKeyTimeoutDescription:"\uC785\uB825 \uC885\uB8CC \uCF64\uBCF4 \uD2B8\uB9AC\uAC70 \uC0AC\uC774\uC758 \uC2DC\uAC04(\uBC00\uB9AC\uCD08)\uC744 \uC124\uC815\uD569\uB2C8\uB2E4.",spaceKey:"<\u7A7A\u683C\u952E>",noneKey:"\uC811\uB450\uC0AC \uC5C6\uC774 \uC804\uCCB4 \uD14D\uC2A4\uD2B8 \uC0C1\uC790\uC758 \uC9C1\uC811 \uBC88\uC5ED",inputTranslationBlockUrlsTitle:"\uB2E4\uC74C URL\uC5D0\uC11C\uB294 \uC785\uB825 \uC0C1\uC790 \uAC1C\uC120 \uAE30\uB2A5\uC744 \uD65C\uC131\uD654\uD558\uC9C0 \uB9C8\uC138\uC694.",inputTranslationBlockUrlsDescription:"\uB2E4\uC74C URL\uC5D0\uC11C\uB294 \uC785\uB825 \uC0C1\uC790 \uAC1C\uC120 \uC0AC\uD56D\uC774 \uC791\uB3D9\uD558\uC9C0 \uC54A\uC2B5\uB2C8\uB2E4.",clickToSeeQuickDemo:"\uD074\uB9AD\uD558\uC5EC 30\uCD08 \uD035 \uD29C\uD1A0\uB9AC\uC5BC \uBE44\uB514\uC624 \uD655\uC7A5\uD558\uAE30",inputHelperInfo:"\uC124\uBA85\uFF1A\uC911\uAD6D\uC5B4 \uC785\uB825 \uBC29\uC2DD\uC5D0 \uB530\uB77C \uC77C\uBD80 \uD2B8\uB9AC\uAC70 \uBB38\uC790\uAC00 \uC911\uAD6D\uC5B4 \uBB38\uC7A5 \uBD80\uD638\uB85C \uBC14\uB00C\uB294 \uAC83\uC744 \uCD5C\uC801\uD654\uD588\uC2B5\uB2C8\uB2E4(\uC608: /\uB294 \uC18C\uAD6C \uC785\uB825 \uBC29\uC2DD\uC5D0 \uB530\uB77C \uB454 \uBD80\uD638\uB85C \uBC14\uB01C). \uBAB0\uC785\uD615 \uBC88\uC5ED\uAE30\uB294 \uD2B8\uB9AC\uAC70 \uBB38\uC790\uC5D0 \uD574\uB2F9\uD558\uB294 \uBAA8\uB4E0 \uC911\uAD6D\uC5B4 \uAE30\uD638, \uC989 //,,, \uB97C \uD2B8\uB9AC\uAC70 \uBB38\uC790\uB85C \uC778\uC2DD\uD560 \uC218 \uC788\uB3C4\uB85D \uC9C0\uC6D0\uD569\uB2C8\uB2E4.

\uB610\uD55C \uC5B8\uC5B4 \uCF54\uB4DC\uC5D0 \uC911\uAD6D\uC5B4 \uBCC4\uCE6D\uC744 \uBA85\uB839\uC5B4\uB85C \uC0AC\uC6A9\uD560 \uC218 \uC788\uC2B5\uB2C8\uB2E4(\uC608: /Japanese Hello World\uB294 \uC77C\uBCF8\uC5B4\uB85C \uBC88\uC5ED\uB428). <1>\uC9C0\uC6D0\uB418\uB294 \uBAA8\uB4E0 \uC5B8\uC5B4 \uCF54\uB4DC\uB97C \uBCF4\uB824\uBA74 \uC5EC\uAE30\uB97C \uD074\uB9AD\uD558\uC138\uC694.",reloadCurrentPage:"\uBC88\uC5ED\uC744 \uC2DC\uC791\uD558\uAE30 \uC804\uC5D0 \uD604\uC7AC \uD398\uC774\uC9C0\uB97C \uC0C8\uB85C\uACE0\uCE68\uD558\uC138\uC694.",noLocalFilePermissionForPDF:"\uB85C\uCEEC \uD30C\uC77C\uC744 \uC77D\uC744 \uC218 \uC788\uB294 \uAD8C\uD55C\uC774 \uC5C6\uB294 \uACBD\uC6B0 \uC704\uC758 \uBC84\uD2BC\uC744 \uD074\uB9AD\uD55C \uB2E4\uC74C \uB85C\uCEEC \uD30C\uC77C\uC744 \uAC00\uC838\uC624\uC138\uC694.",noPermissionForThisPage:"\u26A0\uFE0F \uD604\uC7AC \uD398\uC774\uC9C0 \uBC88\uC5ED \uAD8C\uD55C\uC774 \uC5C6\uC2B5\uB2C8\uB2E4.",retryAllParagraphs:"\uBAA8\uB4E0 \uC624\uB958 \uAD6C\uC808 \uB2E4\uC2DC \uC2DC\uB3C4",retryAllButton:"\uBAA8\uB4E0 \uC624\uB958 \uAD6C\uC808 \uB2E4\uC2DC \uC2DC\uB3C4",errorTooltipTitle:"\uC624\uB958\uC758 \uC6D0\uC778\uC744 \uBCF4\uB824\uBA74 \uD074\uB9AD\uD558\uC138\uC694.",errorModalTitle:"\uBC88\uC5ED \uC11C\uBE44\uC2A4 \uB610\uB294 \uB124\uD2B8\uC6CC\uD06C\uC5D0 \uBB38\uC81C\uAC00 \uC788\uB294 \uAC83 \uAC19\uC2B5\uB2C8\uB2E4...",disableConfirm:"\uC774\uC911 \uC5B8\uC5B4 \uC815\uBCF4 \uD5A5\uC0C1 \uC124\uC815",disableOnce:"\uC774 \uBE44\uD65C\uC131\uD654",disableGlobal:"\uC601\uAD6C\uC801\uC73C\uB85C \uBE44\uD65C\uC131\uD654",disableTint:"* {option} \uC5D0\uC11C \uB2E4\uC2DC \uD65C\uC131\uD654\uD560 \uC218 \uC788\uC2B5\uB2C8\uB2E4.",searchEnhancementNotes:"\uC911\uAD6D\uC5B4 \uD0A4\uC6CC\uB4DC\uC640 \uC601\uC5B4 \uD0A4\uC6CC\uB4DC\uC5D0 \uB300\uD55C \uB274\uC2A4 \uACB0\uACFC\uAC00 \uB9E4\uC6B0 \uB2E4\uB978 \uAC83\uC744 \uBC1C\uACAC\uD588\uC2B5\uB2C8\uB2E4. \uBAB0\uC785\uD615 \uBC88\uC5ED \uC774\uC911 \uC5B8\uC5B4 \uC815\uBCF4 \uD5A5\uC0C1 \uAE30\uB2A5\uC744 \uD65C\uC131\uD654\uD558\uBA74 \uC9C0\uC6D0\uB418\uB294 \uC6F9\uC0AC\uC774\uD2B8(Google \uB274\uC2A4, Google \uAC80\uC0C9(\uC77C\uBD80 \uD0A4\uC6CC\uB4DC), \uC2A4\uB178\uC6B0\uBCFC, \uB3D9\uC591\uC758 \uBD80, \uD4E8\uD22C\uB77C, \uD0C0\uC774\uAC70)\uC5D0\uC11C \uB3D9\uC77C\uD55C \uD0A4\uC6CC\uB4DC\uB97C \uC601\uC5B4\uB85C \uC790\uB3D9 \uAC80\uC0C9\uD558\uC5EC \uC624\uB978\uCABD\uC5D0 \uD45C\uC2DC\uD574 \uC90D\uB2C8\uB2E4. \uC774 \uAE30\uB2A5\uC774 \uD544\uC694\uD558\uC9C0 \uC54A\uC740 \uACBD\uC6B0 \uBE44\uD65C\uC131\uD654\uD560 \uC218 \uC788\uC2B5\uB2C8\uB2E4.",option:"\uC124\uC815",saveSettings:"\uC124\uC815 \uC800\uC7A5",closeModal:"\uCC3D \uB2EB\uAE30",enableInputTranslationWithoutTriggerKeyTitle:"{trailingKey}\uB97C 3\uBC88 \uBE60\uB974\uAC8C \uB204\uB974\uBA74 \uC804\uCCB4 \uC785\uB825 \uC0C1\uC790\uB97C{inputTargetLanguage}\uB85C \uBC14\uB85C \uBC88\uC5ED\uD560 \uC218 \uC788\uC2B5\uB2C8\uB2E4.",enableInputTranslationWithoutTriggerKeyDescription:"\uB300\uC0C1 \uC5B8\uC5B4\uB97C \uC9C0\uC815\uD558\uB824\uBA74 \uC55E\uC5D0 \uC5B8\uC5B4 \uCF54\uB4DC\uB97C \uBD99\uC785\uB2C8\uB2E4(\uC608:\uFF1Aja Hello World).",mouseHoverShortcutPlaceholder:"\uC608:\uFF1A\uC2DC\uD504\uD2B8",deepLProName:"\uBAB0\uC785\uD615 \uBC88\uC5ED \uD504\uB85C \uD68C\uC6D0(\uAD8C\uC7A5)",deepLProDescription:"\uD604\uC7AC \uD328\uD0A4\uC9C0\uB97C \uC9C1\uC811 \uC0AC\uC6A9\uD560 \uC218 \uC788\uC2B5\uB2C8\uB2E4.",deeplProDescriptionForNormal:"\uC124\uC815 \uD544\uC694 \uC5C6\uC74C, \uD68C\uC6D0\uC740 \uB85C\uADF8\uC778 \uD6C4 \uC0AC\uC6A9 \uAC00\uB2A5, <1>\uD68C\uC6D0\uC73C\uB85C \uC5C5\uADF8\uB808\uC774\uB4DC\uD558\uB824\uBA74 \uC5EC\uAE30\uB97C \uD074\uB9AD\uD558\uC138\uC694.",deepLCustomDescription:"\uC678\uAD6D \uC2E0\uC6A9 \uCE74\uB4DC \uD544\uC694, \uACF5\uC2DD\uC801\uC73C\uB85C \uAC1C\uC124\uB41C <1>DeepL,<2>\uBB38\uC11C\uB97C \uBCF4\uB824\uBA74 \uD074\uB9AD\uD558\uC138\uC694.",deepLCustomName:"\uC0AC\uC6A9\uC790 \uC9C0\uC815 \uC778\uC99D \uD0A4",chooseProviderLabel:"\uC11C\uBE44\uC2A4 \uC81C\uACF5\uC5C5\uCCB4 \uC120\uD0DD",openaiProName:"\uBAB0\uC785\uD615 \uBC88\uC5ED \uD504\uB85C \uD68C\uC6D0(\uAD8C\uC7A5)",openaiProDescription:"\uD604\uC7AC \uD328\uD0A4\uC9C0\uB97C \uC9C1\uC811 \uC0AC\uC6A9\uD560 \uC218 \uC788\uC2B5\uB2C8\uB2E4.",openaiProDescriptionForNormal:"\uC124\uC815\uC774 \uD544\uC694\uD558\uC9C0 \uC54A\uC73C\uBA70, \uD68C\uC6D0\uC740 \uB85C\uADF8\uC778 \uD6C4 \uC0AC\uC6A9\uD560 \uC218 \uC788\uC2B5\uB2C8\uB2E4. <1>\uD68C\uC6D0\uC73C\uB85C \uC5C5\uADF8\uB808\uC774\uB4DC\uD558\uB824\uBA74 \uC5EC\uAE30\uB97C \uD074\uB9AD\uD558\uC138\uC694.",openaiCustomDescription:"OpenAI, Azure OpenAI \uB610\uB294 \uAE30\uD0C0 \uD0C0\uC0AC \uC11C\uBE44\uC2A4\uC5D0\uC11C \uC0AC\uC6A9 \uAC00\uB2A5, <1>\uC124\uBA85\uC11C\uB97C \uBCF4\uB824\uBA74 \uC5EC\uAE30\uB97C \uD074\uB9AD\uD558\uC138\uC694.",openaiCustomName:"\uC0AC\uC6A9\uC790 \uC9C0\uC815 API \uD0A4",needLoginAction:"(\uACF5\uAC1C \uBA64\uBC84\uC2ED \uB610\uB294 \uC0AC\uC6A9\uC790 \uC9C0\uC815)",goLoginOrAction:"(\uBA64\uBC84\uC2ED\uC744 \uC5F4\uAC70\uB098 \uC124\uC815\uC73C\uB85C \uC774\uB3D9)",yearly:"\uC5F0\uAC04 \uC5F0\uC18D \uACB0\uC81C",quarterly:"\uC21C\uCC28\uC801 \uB798\uD551",monthly:"\uC6D4\uAC04 \uAD6C\uB3C5",yearlyForOnce:"\uC5F0\uAC04 1\uD68C \uD328\uD0A4\uC9C0",monthlyForOnce:"\uC6D4 1\uD68C \uD328\uD0A4\uC9C0",daily:"\uC5F0\uC18D \uD328\uD0B7 \uC77C\uC218",year:"\uC5F0\uAC04 \uC5F0\uC18D \uACB0\uC81C",quarter:"\uC21C\uCC28\uC801 \uB798\uD551",month:"\uC6D4\uAC04 \uAD6C\uB3C5",day:"\uC5F0\uC18D \uD328\uD0B7 \uC77C\uC218",onetime_7day:"7\uC77C \uCCB4\uD5D8 \uD329",currentPlanDescriptionForFree:"\uD604\uC7AC \uD328\uD0A4\uC9C0\uFF1A\uBB34\uB8CC",currentPlanDescriptionForContinuous:"\uD604\uC7AC \uD328\uD0A4\uC9C0\uFF1A{plan}\uB294 {endAt} \uC5D0\uC11C \uC790\uB3D9\uC73C\uB85C \uAC31\uC2E0\uB429\uB2C8\uB2E4.",currentPlanDescriptionForAutoRenewCaceling:"\uD604\uC7AC \uD328\uD0A4\uC9C0(\uFF1A{plan})\uB294 {endAt} \uC5D0\uC11C \uB9CC\uB8CC\uB418\uBA70 \uB9CC\uB8CC \uC2DC \uC790\uB3D9\uC73C\uB85C \uAC31\uC2E0\uB418\uC9C0 \uC54A\uC2B5\uB2C8\uB2E4.",currentYearlyPlanDescriptionForAutoRenewCacelingWithRealPaiedUser:"\uD604\uC7AC \uD328\uD0A4\uC9C0(\uFF1A{plan})\uB294 {endAt} \uC5D0\uC11C \uB9CC\uB8CC\uB418\uBA70 \uB9CC\uB8CC \uC2DC \uC790\uB3D9\uC73C\uB85C \uAC31\uC2E0\uB418\uC9C0 \uC54A\uC2B5\uB2C8\uB2E4.
<1>\uAC31\uC2E0 \uD50C\uB79C\uC744 \uAD00\uB9AC\uD558\uB824\uBA74 \uC5EC\uAE30\uB97C \uD074\uB9AD\uD558\uC138\uC694.",currentYearlyPlanDescriptionForAutoRenewCacelingWithAdmin:"\uD604\uC7AC \uD328\uD0A4\uC9C0(\uFF1A{plan})\uB294 {endAt} \uC5D0\uC11C \uB9CC\uB8CC\uB418\uBA70 \uB9CC\uB8CC \uC2DC \uC790\uB3D9\uC73C\uB85C \uAC31\uC2E0\uB418\uC9C0 \uC54A\uC2B5\uB2C8\uB2E4.
<1>\uC5F0\uAC04 \uC5F0\uC18D \uAD6C\uB3C5\uC744 \uD65C\uC131\uD654\uD558\uB824\uBA74 \uC5EC\uAE30\uB97C \uD074\uB9AD\uD558\uC138\uC694.",currentPlanDescriptionForOneTime:"\uD604\uC7AC \uAD6C\uB3C5\uFF1A{plan}\uC740 {endAt} \uC5D0\uC11C \uB9CC\uB8CC\uB418\uBA70, <1>\uC5F0\uAC04 \uB610\uB294 <2>\uC6D4\uAC04<1>\uBA64\uBC84\uC2ED\uC73C\uB85C \uC5C5\uADF8\uB808\uC774\uB4DC\uD558\uB824\uBA74 \uC5EC\uAE30\uB97C \uD074\uB9AD\uD558\uC138\uC694.",upgradePlan:"\uD504\uB85C \uBA64\uBC84\uC2ED\uC73C\uB85C \uC5C5\uADF8\uB808\uC774\uB4DC\uD558\uB824\uBA74 \uC5EC\uAE30\uB97C \uD074\uB9AD\uD558\uC138\uC694.",upgradeToPro:"\uD504\uB85C \uBA64\uBC84\uC2ED\uC73C\uB85C \uC5C5\uADF8\uB808\uC774\uB4DC","popup.openPro":"DeepL \uBC0F OpenAI \uBC88\uC5ED\uC744 \uC990\uAE30\uB824\uBA74 \uD504\uB85C \uBA64\uBC84\uC2ED\uC73C\uB85C \uC5C5\uADF8\uB808\uC774\uB4DC\uD558\uACE0 \uC5EC\uAE30\uB97C \uD074\uB9AD\uD558\uC5EC \uC5C5\uADF8\uB808\uC774\uB4DC\uD558\uC138\uC694!","popup.openProForPro":"\uADC0\uD558\uB294 DeepL \uBC0F OpenAI \uBC88\uC5ED\uC5D0 \uC9C1\uC811 \uC561\uC138\uC2A4\uD560 \uC218 \uC788\uB294 \uD504\uB85C \uD68C\uC6D0\uC785\uB2C8\uB2E4!",currentAccount:"\uACBD\uC0C1 \uACC4\uC815",enableAutoSyncUserSettings:"\uC5EC\uB7EC \uB514\uBC14\uC774\uC2A4\uC5D0\uC11C \uD074\uB77C\uC6B0\uB4DC \uC790\uB3D9 \uB3D9\uAE30\uD654 \uC0AC\uC6A9",modalEnableInputTranslationTitle:"\uBAB0\uC785\uD615 \uBC88\uC5ED \uC785\uB825 \uC0C1\uC790 \uBC88\uC5ED \uC54C\uB9BC",modalEnableInputTranslationDesc:"\uC2A4\uD398\uC774\uC2A4\uBC14\uB97C \uC5F0\uC18D\uD574\uC11C \uC138 \uBC88 \uBE60\uB974\uAC8C \uB20C\uB7EC \uBAB0\uC785\uD615 \uBC88\uC5ED\uC758 \uC785\uB825 \uC0C1\uC790 \uBC88\uC5ED\uC744 \uD2B8\uB9AC\uAC70\uD588\uC73C\uBA70, \uC785\uB825 \uC0C1\uC790\uC758 \uB0B4\uC6A9\uC774 \uAE30\uBCF8 \uB300\uC0C1 \uC5B8\uC5B4\uB85C \uBC88\uC5ED\uB429\uB2C8\uB2E4. \uBC88\uC5ED\uC740 Ctrl+Z\uB85C \uCDE8\uC18C\uD560 \uC218 \uC788\uC2B5\uB2C8\uB2E4.

\uBC88\uC5ED\uC774 \uC2E4\uC218\uC600\uB2E4\uBA74 \uC9C0\uAE08 \uBC14\uB85C \uBE44\uD65C\uC131\uD654\uD558\uAC70\uB098 \uC785\uB825 \uC0C1\uC790 \uBC88\uC5ED\uC744 \uC601\uAD6C\uC801\uC73C\uB85C \uBE44\uD65C\uC131\uD654\uD560 \uC218 \uC788\uC73C\uB2C8 \uAC71\uC815\uD558\uC9C0 \uB9C8\uC138\uC694.",saveAndNotShowAgain:"\uC800\uC7A5 \uBC0F \uD504\uB86C\uD504\uD2B8 \uC911\uC9C0",disableInputTranslationTips:"* {option} ,{learnMore}\uC5D0\uC11C \uB2E4\uB978 \uBC14\uB85C\uAC00\uAE30\uB97C \uD2B8\uB9AC\uAC70\uD558\uB3C4\uB85D \uC124\uC815\uD560 \uC218\uB3C4 \uC788\uC2B5\uB2C8\uB2E4.",learnMore:"\uC790\uC138\uD788 \uC54C\uC544\uBCF4\uB824\uBA74 \uC5EC\uAE30\uB97C \uD074\uB9AD\uD558\uC138\uC694.",continueEnalbeInputTranslation:"\uC785\uB825 \uC0C1\uC790 \uBC88\uC5ED \uACC4\uC18D \uD65C\uC131\uD654",autoRenewTrialSuffix:'(\uD3C9\uAC00\uD310 \uC0AC\uC6A9 \uC2DC\uC989\uC2DC \uC815\uC2DD \uBA64\uBC84\uC2ED\uC73C\uB85C \uC5C5\uADF8\uB808\uC774\uB4DC)',upgradeFromTrialTitle:"\uC815\uD68C\uC6D0\uC73C\uB85C \uC5C5\uADF8\uB808\uC774\uB4DC",subtitle:"\uBE44\uB514\uC624 \uCEA1\uC158",youtubeService:"\uBAB0\uC785 \uBC88\uC5ED \uBE44\uB514\uC624 \uC790\uB9C9 \uBC88\uC5ED \uC11C\uBE44\uC2A4","subtitle.disabledSubtitle":"\uB3D9\uC601\uC0C1 \uC790\uB9C9 \uAE30\uB2A5 \uC601\uAD6C \uBE44\uD65C\uC131\uD654\uD558\uAE30","subtitle.disabledSubtitleDescription":"\uBAB0\uC785\uD615 \uBC88\uC5ED\uAE30\uC758 \uBE44\uB514\uC624 \uC790\uB9C9\uC774 \uB2E4\uB978 \uD655\uC7A5 \uD504\uB85C\uADF8\uB7A8\uACFC \uCDA9\uB3CC\uD558\uB294 \uACBD\uC6B0, \uBAB0\uC785\uD615 \uBC88\uC5ED\uAE30\uC758 \uBE44\uB514\uC624 \uC790\uB9C9 \uAE30\uB2A5\uC744 \uC601\uAD6C\uC801\uC73C\uB85C \uBE44\uD65C\uC131\uD654\uD558\uAC70\uB098 \uCDA9\uB3CC\uD558\uB294 \uB2E4\uB978 \uD655\uC7A5 \uD504\uB85C\uADF8\uB7A8\uC744 \uC81C\uAC70\uD558\uB3C4\uB85D \uC120\uD0DD\uD560 \uC218 \uC788\uC2B5\uB2C8\uB2E4.","subtitle.autoEnableSubtitle":"\uC774\uC911 \uC5B8\uC5B4 \uC790\uB9C9 \uC790\uB3D9 \uC0AC\uC6A9","subtitle.autoEnableSubtitleDescription":"\uC0AC\uC6A9\uD558\uBA74 \uBE44\uB514\uC624\uAC00 \uC7AC\uC0DD\uB420 \uB54C \uC790\uB3D9\uC73C\uB85C \uC774\uC911 \uC5B8\uC5B4 \uC790\uB9C9\uC774 \uD45C\uC2DC\uB418\uBA70, \uADF8\uB807\uC9C0 \uC54A\uC73C\uBA74 \uBC88\uC5ED \uBC84\uD2BC\uC744 \uD074\uB9AD\uD574\uC57C \uD45C\uC2DC\uB429\uB2C8\uB2E4.","subtitle.preTranslation":"\uBAB0\uC785\uD615 \uBC88\uC5ED\uC744 \uC0AC\uC6A9\uD558\uC5EC \uC790\uB9C9 \uBC88\uC5ED\uD558\uAE30","subtitle.preTranslationDescription":"\uD65C\uC131\uD654\uD558\uBA74 \uC544\uB798\uC5D0 \uBA85\uC2DC\uB41C \uBC88\uC5ED \uC11C\uBE44\uC2A4\uB97C \uC0AC\uC6A9\uD558\uC5EC \uC804\uCCB4 \uC790\uB9C9\uC774 \uC0AC\uC804 \uBC88\uC5ED\uB418\uBA70, 1\uC2DC\uAC04 \uBD84\uB7C9\uC758 \uB3D9\uC601\uC0C1\uC740 \uC57D 50,000 \uD1A0\uD070 \uB610\uB294 \uBB38\uC790\uB97C \uC18C\uBAA8\uD558\uBBC0\uB85C \uC2E0\uC911\uD558\uAC8C \uC0AC\uC6A9\uD558\uC2DC\uAE30 \uBC14\uB77C\uBA70, \uBE44\uD65C\uC131\uD654\uD558\uBA74 \uC6D0\uBCF8 \uC790\uB9C9\uC774 \uBA3C\uC800 \uC0AC\uC6A9\uB429\uB2C8\uB2E4.","subtitle.humanSubtitlesPreferred":"\uD734\uBA3C \uCEA1\uC158 \uC6B0\uC120 \uC0AC\uC6A9","subtitle.humanSubtitlesPreferredDescription":"\uB3D9\uC601\uC0C1\uC5D0 \uB300\uC0C1 \uC5B8\uC5B4\uB85C \uB41C \uC0AC\uB78C \uC790\uB9C9\uC774 \uC788\uB294 \uACBD\uC6B0 \uC0AC\uB78C \uC790\uB9C9\uC744 \uC6B0\uC120\uC801\uC73C\uB85C \uC0AC\uC6A9\uD569\uB2C8\uB2E4(\uAD8C\uC7A5).",videoSubtitleTranslationDescription:"\uB3D9\uC601\uC0C1 \uC790\uB9C9\uC744 \uC704\uD55C \uBCC4\uB3C4\uC758 \uBC88\uC5ED \uC11C\uBE44\uC2A4 \uC9C0\uC815",subtitleTranslating:"{service} \uC11C\uBE44\uC2A4\uB97C \uC0AC\uC6A9\uD558\uC5EC \uC790\uB9C9\uC744 \uBC88\uC5ED\uD558\uB294 \uB3D9\uC548 \uC7A0\uC2DC \uAE30\uB2E4\uB824\uC8FC\uC138\uC694... (\uBAB0\uC785 \uBC88\uC5ED)",subtitleLoading:"\uC790\uB9C9 \uB85C\uB4DC \uC911...",bilingual:"\uC774\uC911 \uC5B8\uC5B4 \uC0AC\uC6A9","field.action":"\uBC14\uC774\uB450 \uC6A9\uC5B4 \uC0AC\uC6A9 \uC5EC\uBD80","description.action":"\uD65C\uC131\uD654\uD558\uBA74 \uC694\uCCAD\uC5D0 action=1 \uB9E4\uAC1C\uBCC0\uC218\uAC00 \uCD94\uAC00\uB418\uC5B4 \uBC14\uC774\uB450\uC5D0 \uD65C\uC131\uD654\uB41C \uC6A9\uC5B4\uB97C \uC54C\uB9B4 \uC218 \uC788\uC73C\uBA70, <1>\uC790\uC138\uD55C \uB0B4\uC6A9\uC740 \uACF5\uC2DD \uBB38\uC11C\uB97C \uCC38\uC870\uD558\uC138\uC694.",closeQuickTranslation:"\uD638\uBC84\uBCFC \uB2EB\uAE30","closeQuickTranslation.untilNext":"\uB2E4\uC74C \uBC29\uBB38 \uC2DC\uAE4C\uC9C0 \uD734\uBB34\uC785\uB2C8\uB2E4.","closeQuickTranslation.currentWebsite":"\uD604\uC7AC \uC0AC\uC774\uD2B8 \uBE44\uD65C\uC131\uD654","closeQuickTranslation.alwaysClose":"\uC601\uAD6C\uC801\uC73C\uB85C \uBE44\uD65C\uC131\uD654","closeQuickTranslation.settingOpen":"( <1>\uC124\uC815 \uD398\uC774\uC9C0\uC5D0\uC11C \uCF1C\uAE30 \uAC00\uB2A5)","closeQuickTranslation.cancel":"\uCDE8\uC18C","closeQuickTranslation.confirm":"\uC815\uC758","floatBall.popup":"\uBE60\uB978 \uC124\uC815 \uD328\uB110 \uC5F4\uAE30","floatBall.translate":"\uD074\uB9AD\uD558\uC5EC \uD398\uC774\uC9C0 \uBC88\uC5ED\uD558\uAE30","floatBall.showOriginal":"\uC6D0\uBCF8 \uBB38\uC11C\uB85C \uB3CC\uC544\uAC00\uB824\uBA74 \uD074\uB9AD\uD558\uC138\uC694.","floatBall.close":"\uD638\uBC84\uBCFC \uB2EB\uAE30","floatBallOptions.enableDescPc":"\uD398\uC774\uC9C0 \uD638\uBC84\uBCFC\uC744 \uD65C\uC131\uD654\uD558\uBA74 \uD398\uC774\uC9C0 \uC624\uB978\uCABD\uC5D0 \uBE60\uB978 \uBC88\uC5ED \uBC84\uD2BC\uC774 \uD45C\uC2DC\uB418\uBA70, \uC774\uB97C \uD074\uB9AD\uD558\uBA74 \uBC88\uC5ED\uD560 \uC218 \uC788\uC2B5\uB2C8\uB2E4!","floatBallOptions.enableDesc":"\uD638\uBC84\uBCFC\uC744 \uB044\uACE0 \uB098\uBA74{touch}\uC73C\uB85C \uBD88\uB7EC\uC62C \uC218 \uC788\uC2B5\uB2C8\uB2E4. \uC2E4\uC218\uB85C \uC774 \uC635\uC158\uC744 \uB048 \uD6C4 \uD638\uBC84\uBCFC\uC744 \uCC3E\uC744 \uC218 \uC5C6\uB294 \uACBD\uC6B0\uB97C \uB300\uBE44\uD574 \uC774 \uC124\uC815 \uD398\uC774\uC9C0\uB97C \uBD81\uB9C8\uD06C\uC5D0 \uCD94\uAC00\uD574 \uB450\uB294 \uAC83\uC774 \uC88B\uC2B5\uB2C8\uB2E4!","description.azureApiUrl":"\uC0AC\uC6A9\uC790 \uC9C0\uC815 API \uC778\uD130\uD398\uC774\uC2A4\uC758 \uC8FC\uC18C\uB97C \uC785\uB825\uD569\uB2C8\uB2E4.",confirmSupportMouse:"\uB9C8\uC6B0\uC2A4 \uC9C0\uC6D0 \uAC15\uC81C \uD65C\uC131\uD654",confirmSupportMouseDescription:"\uD604\uC7AC \uBE0C\uB77C\uC6B0\uC800\uAC00 \uB9C8\uC6B0\uC2A4 \uAE30\uB2A5\uC744 \uC9C0\uC6D0\uD558\uC9C0 \uC54A\uB294 \uAC83\uC73C\uB85C \uAC10\uC9C0\uB418\uBA74 \uB9C8\uC6B0\uC2A4 \uC9C0\uC6D0\uC744 \uAC15\uC81C\uB85C \uD65C\uC131\uD654\uD574\uC57C \uD558\uB098\uC694?",sampleTargetText:"\uAE34 \uBC24\uC774 \uC62C \uAC83\uC774\uB2C8, \uB098\uB294 \uC624\uB298\uBD80\uD130 \uC8FD\uC744 \uB54C\uAE4C\uC9C0 \uBCF4\uCD08\uB97C \uC124 \uAC83\uC774\uB2E4. \uB098\uB294 \uC544\uB0B4\uB97C \uCDE8\uD558\uC9C0 \uC54A\uC744 \uAC83\uC774\uBA70, \uB3D9\uB9F9\uC744 \uB9FA\uC9C0 \uC54A\uC744 \uAC83\uC774\uBA70, \uC790\uC2DD\uC744 \uB0B3\uC9C0 \uC54A\uC744 \uAC83\uC774\uB2E4. \uB098\uB294 \uC655\uAD00\uC744 \uC4F0\uC9C0 \uC54A\uC744 \uAC83\uC774\uBA70 \uBA85\uC608\uB97C \uC704\uD574 \uB178\uB825\uD558\uC9C0 \uC54A\uC744 \uAC83\uC774\uB2E4. \uB098\uB294 \uB0B4 \uC758\uBB34\uB97C \uB2E4\uD558\uACE0 \uC0B4\uB2E4\uAC00 \uC8FD\uC744 \uAC83\uC785\uB2C8\uB2E4.",sampleSourceText:"Night gathers, and now my watch begins. It shall not end until my death. I shall take no wife, hold no lands, father no children. I shall wear no crowns and win no glory. I shall live and die at my post.","subtitle.supportedSites":"\u5DF2\u652F\u6301\u5728\u8FD9\u4E9B\u7F51\u7AD9\u4F7F\u7528\u53CC\u8BED\u5B57\u5E55\uFF08\u6CE8\u610F\uFF1A\u7531\u4E8E\u6280\u672F\u9650\u5236\uFF0C\u90E8\u5206\u7F51\u7AD9\u5728\u9996\u6B21\u5F00\u542F\u5B57\u5E55\u540E\u9700\u8981\u91CD\u65B0\u5237\u65B0\u9875\u9762\uFF0C\u6216\u8005\u9700\u7B49\u5F85\u7FFB\u8BD1\u5B8C\u6210\u4EE5\u663E\u793A\u53CC\u8BED\u5B57\u5E55\uFF09\uFF1A",viewWithImmersiveTranslate:"\u53CC\u8BED\u7248\u672C(\u6C89\u6D78\u5F0F\u7FFB\u8BD1)",errorReason:"\u9519\u8BEF\u539F\u56E0\uFF1A{message}","proQuotaExceededError.onetime7day":'\uFF0C\u60A8\u53EF\u4EE5\u9009\u62E9\u4EE5\u4E0B\u65B9\u5F0F\u89E3\u51B3\uFF1A

1. \u5207\u6362\u5230 {anotherService} \u6216\u5176\u4ED6\u7FFB\u8BD1\u670D\u52A1
2. \u5347\u7EA7\u4E3A\u6708\u5EA6/\u5E74\u5EA6\u4F1A\u5458',"proQuotaExceededError.trial":'\uFF0C\u60A8\u53EF\u4EE5\u9009\u62E9\u4EE5\u4E0B\u65B9\u5F0F\u89E3\u51B3\uFF1A

1. \u5207\u6362\u5230 {anotherService} \u6216\u5176\u4ED6\u7FFB\u8BD1\u670D\u52A1
2. \u7ACB\u523B\u5347\u7EA7\u4E3A\u6B63\u5F0F\u4F1A\u5458',"proQuotaExceededError.nonTrial":'\uFF0C\u60A8\u53EF\u4EE5\u9009\u62E9\u4EE5\u4E0B\u65B9\u5F0F\u89E3\u51B3\uFF1A

1. \u5207\u6362\u5230 {anotherService} \u6216\u5176\u4ED6\u7FFB\u8BD1\u670D\u52A1
2. \u8D2D\u4E70 {translationService} \u989D\u5916\u6D41\u91CF\u5305',"proQuotaExceededError.resetTime":"
3. \u989D\u5EA6\u91CD\u7F6E\u65F6\u95F4\uFF1A{resetTime}","desc.touchShortcutsToggleTranslatePageOnlyTranslation":"\uBC88\uC5ED\uBB38\uB9CC\uC774\uB77C\uB294 \uAC83\uC740 \uBC88\uC5ED\uBB38\uB9CC \uD45C\uC2DC\uD558\uBA70, \uC6F9\uD398\uC774\uC9C0\uAC00 \uC544\uC9C1 \uBC88\uC5ED\uB418\uC9C0 \uC54A\uC558\uB2E4\uBA74 \uBAA8\uB4DC\uB97C \uC804\uD658\uD558\uACE0 \uBC88\uC5ED\uD560 \uAC83\uC785\uB2C8\uB2E4.","desc.toggleOnlyTransation":"\uC624\uC9C1 \uBC88\uC5ED \uBAA8\uB4DC\uB294 \uBC88\uC5ED\uBB38\uB9CC \uD45C\uC2DC\uD558\uB294 \uAC83\uC744 \uC758\uBBF8\uD558\uBA70, \uC6F9\uD398\uC774\uC9C0\uAC00 \uC544\uC9C1 \uBC88\uC5ED\uB418\uC9C0 \uC54A\uC558\uB2E4\uBA74 \uBAA8\uB4DC\uB97C \uC804\uD658\uD558\uACE0 \uBC88\uC5ED\uD560 \uAC83\uC785\uB2C8\uB2E4.",touchShortcutsToggleTranslatePageOnlyTranslation:"\uD130\uCE58 \uC2A4\uD06C\uB9B0 \uC81C\uC2A4\uCC98\uB97C \uC124\uC815\uD558\uC5EC \uC774\uC911 \uC5B8\uC5B4/\uBC88\uC5ED \uD14D\uC2A4\uD2B8 \uC804\uC6A9 \uBAA8\uB4DC\uB97C \uC804\uD658\uD558\uC138\uC694.",download_started:"\uB2E4\uC6B4\uB85C\uB4DC\uAC00 \uC774\uBBF8 \uC2DC\uC791\uB418\uC5C8\uC2B5\uB2C8\uB2E4. \uC790\uB3D9\uC73C\uB85C \uB2E4\uC6B4\uB85C\uB4DC\uB418\uC9C0 \uC54A\uB294 \uACBD\uC6B0, \uC218\uB3D9\uC73C\uB85C \uD074\uB9AD\uD558\uC2ED\uC2DC\uC624.",here:"\uC5EC\uAE30","error.serveConfigError":"\uC11C\uBE44\uC2A4 \uAD6C\uC131 \uC624\uB958","translationFont.customPlaceholder":"\uAE00\uAF34","error.configError":"\uAD6C\uC131 \uB370\uC774\uD130 \uC774\uC0C1","error.goReset":"\uC7AC\uC124\uC815\uD558\uB2E4","touch.mouse-translate":"\uC9C0\uC815\uB41C \uB2E8\uB77D \uBC88\uC5ED",batchEdit:"\uB300\uB7C9 \uC791\uC5C5","translationModeUrl.translation.title":"\uBC88\uC5ED\uB9CC \uBAA8\uB4DC\uC758 \uC6F9\uC0AC\uC774\uD2B8","translationFont.custom":"\uC0AC\uC6A9\uC790 \uC815\uC758 \uAE00\uAF34 \uC785\uB825",translationFont:"\uAE00\uAF34 \uC124\uC815","translationServices.inherit":"\uC8FC \uBC88\uC5ED \uC11C\uBE44\uC2A4\uB97C \uB530\uB974\uC2ED\uC2DC\uC624",detectServiceLoading:"\uC0AC\uC6A9 \uAC00\uB2A5\uD55C \uBC88\uC5ED \uC11C\uBE44\uC2A4\uB97C \uD655\uC778 \uC911\uC785\uB2C8\uB2E4...",toggleToService:"{service}\uB85C \uC804\uD658\uD558\uACE0 \uB2E4\uC2DC \uC2DC\uB3C4\uD558\uC2ED\uC2DC\uC624.","translationModeLang.translation.title":"\uB2E8\uC21C \uBC88\uC5ED \uBAA8\uB4DC\uC758 \uC5B8\uC5B4","error.502":"\uC11C\uBE44\uC2A4\uAC00 \uC624\uB958\uB97C \uBC18\uD658\uD588\uC2B5\uB2C8\uB2E4, \uC11C\uBE44\uC2A4\uAC00 \uC2DC\uAC04 \uCD08\uACFC\uB418\uC5C8\uC2B5\uB2C8\uB2E4. \uC7A0\uC2DC \uD6C4 \uB2E4\uC2DC \uC2DC\uB3C4\uD574 \uC8FC\uC138\uC694.","error.proUpgrade":"\uC5C5\uADF8\uB808\uC774\uB4DC \uD6C4\uC5D0\uB294 \uD398\uC774\uC9C0\uB97C \uC0C8\uB85C \uACE0\uCE68\uD558\uC5EC \uB2E4\uC2DC \uBC88\uC5ED\uD558\uC2ED\uC2DC\uC624.","error.reloadPageOfSetting":"\uAD6C\uC131 \uD6C4\uC5D0\uB294 \uD398\uC774\uC9C0\uB97C \uC0C8\uB85C \uACE0\uCE68\uD558\uC5EC \uB2E4\uC2DC \uBC88\uC5ED\uD558\uC2ED\uC2DC\uC624.","translationModeLang.translation.description":"\uD398\uC774\uC9C0 \uC5B8\uC5B4\uAC00 \uB2E4\uC74C \uC5B8\uC5B4\uC77C \uB54C, \uC790\uB3D9\uC73C\uB85C \uBC88\uC5ED\uBB38\uB9CC \uBAA8\uB4DC\uB97C \uC0AC\uC6A9\uD569\uB2C8\uB2E4.","error.proTokenInvalid":"Pro \uC0AC\uC6A9\uC790\uC774\uC2DC\uB77C\uBA74, \uB85C\uADF8\uC778 \uD6C4 Pro \uBC88\uC5ED \uC11C\uBE44\uC2A4\uB97C \uC774\uC6A9\uD574 \uC8FC\uC138\uC694.","error.403":"\uC11C\uBE44\uC2A4\uAC00 \uC624\uB958\uB97C \uBC18\uD658\uD558\uC600\uC2B5\uB2C8\uB2E4, \uC7A0\uC2DC \uD574\uB2F9 \uC11C\uBE44\uC2A4\uC5D0 \uC811\uADFC\uD560 \uAD8C\uD55C\uC774 \uC5C6\uC2B5\uB2C8\uB2E4.","error.googleLimitIp":"\uC11C\uBE44\uC2A4\uAC00 \uC624\uB958\uB97C \uBC18\uD658\uD588\uC73C\uBA70, Google \uC11C\uBE44\uC2A4\uB294 \uD574\uB2F9 IP \uC8FC\uC18C\uC5D0 \uB300\uD574 \uC81C\uD55C\uC744 \uB450\uC5C8\uC2B5\uB2C8\uB2E4. \uB124\uD2B8\uC6CC\uD06C \uB178\uB4DC\uB97C \uBCC0\uACBD\uD558\uB294 \uAC83\uC774 \uC88B\uC2B5\uB2C8\uB2E4.",videoSubtitlePreTranslationOff:"\uBE44\uB514\uC624 \uC790\uB9C9\uC740 \uC6D0\uB798 \uBE44\uB514\uC624\uC5D0 \uD3EC\uD568\uB41C \uAE30\uACC4 \uBC88\uC5ED \uC790\uB9C9\uC744 \uC6B0\uC120\uC801\uC73C\uB85C \uC0AC\uC6A9\uD560 \uAC83\uC785\uB2C8\uB2E4.",videoSubtitlePreTranslationOn:"\uBE44\uB514\uC624 \uC790\uB9C9\uC740 \uC6B0\uC120\uC801\uC73C\uB85C \uBAB0\uC785\uD615 \uBC88\uC5ED\uC744 \uC0AC\uC6A9\uD560 \uAC83\uC785\uB2C8\uB2E4.",enableSentryReport:"\uD655\uC7A5\uC774 \uC624\uB958\uB97C \uC77C\uC73C\uD0AC \uB54C Sentry\uB97C \uC0AC\uC6A9\uD558\uC5EC \uD53C\uB4DC\uBC31\uC744 \uC81C\uCD9C\uD558\uC2ED\uC2DC\uC624.","translationModeUrl.translation.description":"\uB2E4\uC74C \uB3C4\uBA54\uC778\uC5D0 \uB300\uD55C \uC6F9\uC0AC\uC774\uD2B8\uC77C \uACBD\uC6B0, \uC790\uB3D9\uC73C\uB85C \uBC88\uC5ED\uBB38\uB9CC \uBAA8\uB4DC\uB97C \uC0AC\uC6A9\uD569\uB2C8\uB2E4.","error.openAIExceededQuota":"\uC11C\uBE44\uC2A4 \uC624\uB958 \uBC18\uD658: \uD604\uC7AC OpenAI \uACC4\uC815 \uC794\uC561\uC774 \uBD80\uC871\uD569\uB2C8\uB2E4. OpenAI \uACF5\uC2DD \uAD00\uB9AC \uD398\uC774\uC9C0\uC5D0\uC11C \uCDA9\uC804\uD558\uAC70\uB098 \uC2E0\uC6A9\uCE74\uB4DC\uB97C \uC5F0\uACB0\uD574\uC8FC\uC138\uC694.","error.400":"\uC11C\uBE44\uC2A4\uAC00 \uC624\uB958\uB97C \uBC18\uD658\uD588\uC2B5\uB2C8\uB2E4. \uC694\uCCAD \uB9E4\uAC1C\uBCC0\uC218\uAC00 \uC798\uBABB\uB418\uC5C8\uC2B5\uB2C8\uB2E4. \uD574\uB2F9 \uC124\uC815\uC744 \uD655\uC778\uD558\uC2ED\uC2DC\uC624.","error.gemini.429":"\uD604\uC7AC Gemini \uC11C\uBE44\uC2A4\uC758 \uD604\uC7AC \uBD80\uD558 \uC6A9\uB7C9\uC774 \uCD5C\uB300\uC5D0 \uB3C4\uB2EC\uD588\uC2B5\uB2C8\uB2E4. \uC7A0\uC2DC \uD6C4\uC5D0 \uB2E4\uC2DC \uC2DC\uB3C4\uD558\uAC70\uB098 \uB2E4\uB978 \uBC88\uC5ED \uC11C\uBE44\uC2A4\uB85C \uC804\uD658\uD574 \uC8FC\uC138\uC694.","translationFont.notSupportErrorMessage":"\uC785\uB825\uD558\uC2E0 \uAE00\uAF34 \uC774\uB984\uC774 \uC815\uD655\uD55C\uC9C0 \uD655\uC778\uD558\uC2DC\uAC70\uB098, \uD574\uB2F9 \uAE00\uAF34\uC774 \uADC0\uD558\uC758 \uC7A5\uCE58\uC5D0 \uC124\uCE58\uB418\uC5B4 \uC788\uB294\uC9C0 \uD655\uC778\uD574 \uC8FC\uC138\uC694.","error.openAIFreeLimit":"\uC11C\uBE44\uC2A4\uAC00 \uC624\uB958\uB97C \uBC18\uD658\uD588\uC2B5\uB2C8\uB2E4. \uD604\uC7AC \uBC88\uC5ED \uC694\uCCAD \uBE48\uB3C4\uAC00 \uBD84\uB2F9 \uCD5C\uB300 3\uD68C\uB85C \uC81C\uD55C\uB418\uC5C8\uC2B5\uB2C8\uB2E4. \uC7A0\uC2DC \uD6C4 \uB2E4\uC2DC \uC2DC\uB3C4\uD558\uC2ED\uC2DC\uC624. (\uC774\uAC83\uC740 OpenAI \uACF5\uC2DD\uC774 \uBB34\uB8CC API Key\uC5D0 \uB300\uD55C \uC81C\uD55C\uC774\uBA70, \uC774 \uC81C\uD55C\uC744 \uD574\uC81C\uD558\uB824\uBA74 OpenAI \uAD00\uB9AC \uBC31\uC5D4\uB4DC\uC5D0\uC11C \uC2E0\uC6A9\uCE74\uB4DC\uB97C \uC5F0\uACB0\uD558\uC2ED\uC2DC\uC624.)","desc.toggleVideoSubtitlePreTranslation":"\uB204\uB974\uBA74 \uBE44\uB514\uC624\uC758 \uC774\uC911 \uC5B8\uC5B4 \uC790\uB9C9\uC740 \uC6B0\uC120\uC801\uC73C\uB85C \uBAB0\uC785\uD615 \uBC88\uC5ED \uC124\uC815\uC744 \uC0AC\uC6A9\uD558\uACE0, \uB2E4\uC2DC \uB204\uB974\uBA74 \uC6D0\uB798 \uBE44\uB514\uC624\uC5D0 \uB0B4\uC7A5\uB41C \uAE30\uACC4 \uBC88\uC5ED \uC790\uB9C9\uC744 \uC6B0\uC120\uC801\uC73C\uB85C \uC0AC\uC6A9\uD569\uB2C8\uB2E4. \uC8FC\uC758: \uC774 \uB2E8\uCD95\uD0A4\uB294 \uC804\uC5ED \uC124\uC815\uC744 \uC218\uC815\uD569\uB2C8\uB2E4.","error.429":"\uC11C\uBE44\uC2A4\uAC00 \uC624\uB958\uB97C \uBC18\uD658\uD588\uC2B5\uB2C8\uB2E4. \uC774\uB294 \uC694\uCCAD\uC774 \uB108\uBB34 \uC790\uC8FC \uBC1C\uC0DD\uD558\uAC70\uB098 \uD560\uB2F9\uB7C9 \uC81C\uD55C\uC744 \uCD08\uACFC\uD588\uC74C\uC744 \uB098\uD0C0\uB0C5\uB2C8\uB2E4. \uC7A0\uC2DC \uD6C4\uC5D0 \uB2E4\uC2DC \uC2DC\uB3C4\uD558\uC2ED\uC2DC\uC624.","error.serveUnavailable":"\uD604\uC7AC \uC0AC\uC6A9 \uC911\uC778 [{serverName}] \uC11C\uBE44\uC2A4\uB294 \uB124\uD2B8\uC6CC\uD06C \uC5F0\uACB0 \uB610\uB294 \uC11C\uBE44\uC2A4 \uC81C\uACF5\uC790\uC758 \uBB38\uC81C\uB85C \uC778\uD574 \uC77C\uC2DC\uC801\uC73C\uB85C \uC811\uC18D\uD560 \uC218 \uC5C6\uC2B5\uB2C8\uB2E4. \uD398\uC774\uC9C0\uB97C \uC0C8\uB85C \uACE0\uCE68\uD558\uAC70\uB098 <1>\uC124\uC815\uC744 \uD1B5\uD574 \uB2E4\uB978 \uBC88\uC5ED \uC11C\uBE44\uC2A4\uB85C \uBCC0\uACBD\uD574 \uBCF4\uC2DC\uB294 \uAC83\uC744 \uAD8C\uC7A5\uD569\uB2C8\uB2E4. <2>Pro \uD68C\uC6D0\uC774\uC2DC\uB77C\uBA74, \uB354 \uC548\uC815\uC801\uC778 DeepL \uB610\uB294 OpenAI \uBC88\uC5ED \uC11C\uBE44\uC2A4\uB97C \uC0AC\uC6A9\uD560 \uC218 \uC788\uC2B5\uB2C8\uB2E4(<3>\uC5EC\uAE30\uB97C \uD074\uB9AD\uD558\uC2DC\uBA74 \uBB34\uB8CC\uB85C \uCCB4\uD5D8\uD558\uC2E4 \uC218 \uC788\uC2B5\uB2C8\uB2E4). \uB610\uD55C, \uB124\uD2B8\uC6CC\uD06C \uB610\uB294 \uD504\uB85D\uC2DC \uC124\uC815\uC744 \uD655\uC778\uD574\uC57C \uD560 \uC218\uB3C4 \uC788\uC2B5\uB2C8\uB2E4.",pickAll:"\uC804\uCCB4 \uC120\uD0DD","error.reason":"\uC624\uB958 \uC6D0\uC778","error.retry":"\uB2E4\uC2DC \uC2DC\uB3C4\uD558\uB2E4","widget.instruction":"\uC0AC\uC6A9 \uC124\uBA85\uC11C",notLogin:"\uB85C\uADF8\uC778\uD558\uC9C0 \uC54A\uC74C",loggedIn:"\uB85C\uADF8\uC778 \uB418\uC5C8\uC2B5\uB2C8\uB2E4",touchShortcutsOff:"\uB2EB\uAE30",goLogin:"\uB85C\uADF8\uC778\uD558\uC2ED\uC2DC\uC624","widget.videoSubtitle":"\uBE44\uB514\uC624 \uC790\uB9C9","multipleClick.2":"\uB354\uBE14 \uD074\uB9AD","widget.translateFile":"PDF/ePub",shortcutSettings:"\uB2E8\uCD95\uD0A4","tagsInput.add":"+ \uCD94\uAC00",translationOnlyMode:"\uC624\uC9C1 \uBC88\uC5ED \uBAA8\uB4DC\uB9CC",shortcutSettingsTitle:"\uB2E8\uCD95\uD0A4 \uC124\uC815","translationServices.gemini":"\uC30D\uB465\uC774\uC790\uB9AC","multipleClick.4":"\uB124 \uBC88 \uC5F0\uC18D \uD0C0\uACA9","floatBall.iKnow":"\uB098\uB294 \uC54C\uC558\uC5B4","widget.instructionTooltip":"\uC0AC\uC6A9 \uC124\uBA85\uC11C\uB97C \uD655\uC778\uD558\uC2ED\uC2DC\uC624","multipleClick.3":"\uD2B8\uB9AC\uD50C \uD788\uD2B8",paragraphMinTextCountField:"\uBC88\uC5ED \uB2E8\uB77D\uC5D0 \uD544\uC694\uD55C \uCD5C\uC18C \uBB38\uC790 \uC218","shortcutGroup.shortcutsForTranslationServices":"\uBC88\uC5ED \uC11C\uBE44\uC2A4 \uAD00\uB828 \uB2E8\uCD95\uD0A4",temprarilyChangeTranslationTo_openai:"\uD604\uC7AC \uD398\uC774\uC9C0\uB97C OpenAI\uB85C \uBC88\uC5ED\uD558\uACE0 \uC788\uC2B5\uB2C8\uB2E4.","browser.translateWithGoogle":"\uD604\uC7AC \uD398\uC774\uC9C0\uB97C \uC784\uC2DC\uB85C Google \uBC88\uC5ED \uC0AC\uC6A9\uD558\uAE30",mouseHoverCustomKeyTitle:"\uC0AC\uC6A9\uC790 \uC815\uC758 \uB9C8\uC6B0\uC2A4 \uD638\uBC84 \uB2E8\uCD95\uD0A4","slide.left":"\uC624\uB978\uCABD\uC73C\uB85C \uC2AC\uB77C\uC774\uB4DC\uD558\uC138\uC694","browser.translateInputBox":"\uD604\uC7AC \uC785\uB825 \uC0C1\uC790 \uB0B4\uC6A9 \uBC88\uC5ED","intro.floatBallTitle":"\uBE60\uB978 \uBC88\uC5ED \uD50C\uB85C\uD305 \uBCFC","shortcutGroup.touch":"\uD130\uCE58 \uC2A4\uD06C\uB9B0 \uC804\uC6A9 \uC81C\uC2A4\uCC98","widget.videoSubtitleTooltip":"Youtube \uB4F1 {count}+ \uBE44\uB514\uC624 \uC6F9\uC0AC\uC774\uD2B8\uB97C \uC9C0\uC6D0\uD569\uB2C8\uB2E4","intro.subtitleTitle":"\uC628\uB77C\uC778 \uBE44\uB514\uC624 \uC774\uC911 \uC5B8\uC5B4 \uC790\uB9C9 \uD45C\uC2DC","subtitle.autoDisableSubtitle":"\uC790\uB3D9\uC73C\uB85C \uC774\uC911 \uC5B8\uC5B4 \uC790\uB9C9\uC744 \uD65C\uC131\uD654\uD558\uC9C0 \uC54A\uC2B5\uB2C8\uB2E4",temprarilyChangeTranslationTo_bing:"\uD604\uC7AC \uD398\uC774\uC9C0\uB97C Microsoft \uBC88\uC5ED\uC744 \uC0AC\uC6A9\uD558\uC5EC \uBC88\uC5ED\uD558\uACE0 \uC788\uC2B5\uB2C8\uB2E4.","slide.right":"\uC67C\uCABD\uC73C\uB85C \uC2AC\uB77C\uC774\uB4DC\uD558\uC138\uC694","widget.translateFileTooltip":"PDF, EPUB, SRT, ASS, HTML \uBC0F TXT \uBB38\uC11C \uBC88\uC5ED","intro.hoverTitle":"\uB9C8\uC6B0\uC2A4\uB97C \uB193\uC73C\uBA74 \uD604\uC7AC \uB2E8\uB77D\uC774 \uBC88\uC5ED\uB429\uB2C8\uB2E4.",temprarilyChangeTranslationTo_gemini:"\uD604\uC7AC \uD398\uC774\uC9C0\uB97C Gemini\uB85C \uBC88\uC5ED\uD558\uACE0 \uC788\uC2B5\uB2C8\uB2E4.","shortcutGroup.mouse":"\uB9C8\uC6B0\uC2A4 \uD638\uBC84 \uB2E8\uCD95\uD0A4 \uC124\uC815",temprarilyChangeTranslationTo_google:"\uD604\uC7AC \uD398\uC774\uC9C0\uB97C Google \uBC88\uC5ED\uC744 \uC0AC\uC6A9\uD558\uC5EC \uBC88\uC5ED\uD558\uACE0 \uC788\uC2B5\uB2C8\uB2E4.",neverTranslateThisSite:"\uC774 \uC6F9\uC0AC\uC774\uD2B8\uB97C \uC808\uB300 \uBC88\uC5ED\uD558\uC9C0 \uB9C8\uC2ED\uC2DC\uC624.","subtitle.bilingual":"\uC774\uC911 \uC5B8\uC5B4 \uC790\uB9C9",alwaysTranslateThisSite:"\uD56D\uC0C1 \uC774 \uC6F9\uC0AC\uC774\uD2B8\uB97C \uBC88\uC5ED\uD569\uB2C8\uB2E4",buildSnapshots:"\uC6F9\uD398\uC774\uC9C0 \uC2A4\uB0C5\uC0F7 \uC0DD\uC131","error.subscriptionExpiredTitle":"\uD68C\uC6D0\uC774 \uB9CC\uB8CC\uB418\uC5C8\uC2B5\uB2C8\uB2E4",notLoginPro:"\uB2F9\uC2E0\uC740 \uC544\uC9C1 \uD68C\uC6D0 \uACC4\uC815\uC5D0 \uB85C\uADF8\uC778\uD558\uC9C0 \uC54A\uC558\uC2B5\uB2C8\uB2E4.","browser.translateWithGemini":"\uD604\uC7AC \uD398\uC774\uC9C0\uB97C \uC784\uC2DC\uB85C Gemini\uB85C \uBC88\uC5ED\uD558\uC2ED\uC2DC\uC624.","shortcutGroup.others":"\uB354 \uB9CE\uC740 \uC0AC\uC6A9\uC790 \uC815\uC758 \uAE30\uB2A5 \uB2E8\uCD95\uD0A4","subtitle.showQuickButton":"\uD50C\uB808\uC774\uC5B4\uC5D0\uC11C \uC774\uC911 \uC5B8\uC5B4 \uC790\uB9C9 \uB2E8\uCD95\uD0A4\uB97C \uD45C\uC2DC\uD569\uB2C8\uB2E4","browser.translateWithBing":"\uC784\uC2DC\uB85C \uB9C8\uC774\uD06C\uB85C\uC18C\uD504\uD2B8 \uBC88\uC5ED\uC744 \uC0AC\uC6A9\uD558\uC5EC \uD604\uC7AC \uD398\uC774\uC9C0\uB97C \uBC88\uC5ED\uD558\uC2ED\uC2DC\uC624.",contact:"\uC6B0\uB9AC\uC5D0\uAC8C \uC5F0\uB77D\uD558\uC2ED\uC2DC\uC624","desc.touchShortcutsToggleTranslateTouchElement":"\uC0AC\uC6A9\uC790 \uC815\uC758 \uC81C\uC2A4\uCC98\uB97C \uC0AC\uC6A9\uD558\uBA74 \uC5B4\uB5A4 \uB2E8\uB77D\uC774\uB4E0 \uBC88\uC5ED\uD560 \uC218 \uC788\uC2B5\uB2C8\uB2E4.",temprarilyChangeTranslationTo_deepl:"\uD604\uC7AC \uD398\uC774\uC9C0\uB97C DeepL\uB85C \uBC88\uC5ED\uD558\uACE0 \uC788\uC2B5\uB2C8\uB2E4.",networkError:"\uBC88\uC5ED \uC11C\uBE44\uC2A4 \uB610\uB294 \uB124\uD2B8\uC6CC\uD06C\uC5D0 \uBB38\uC81C\uAC00 \uBC1C\uC0DD\uD588\uC2B5\uB2C8\uB2E4.","browser.translateWithTransmart":"\uC784\uC2DC\uB85C \uD150\uC13C\uD2B8 \uBC88\uC5ED\uC744 \uC0AC\uC6A9\uD558\uC5EC \uD604\uC7AC \uD398\uC774\uC9C0\uB97C \uBC88\uC5ED\uD558\uC2ED\uC2DC\uC624.",upgradeToProErrorTitle:"\uC774 \uBC88\uC5ED \uC11C\uBE44\uC2A4\uB97C \uC0AC\uC6A9\uD558\uB824\uBA74 Pro \uD68C\uC6D0\uC73C\uB85C \uC5C5\uADF8\uB808\uC774\uB4DC\uD558\uC2ED\uC2DC\uC624.",temprarilyChangeTranslationTo_transmart:"\uD604\uC7AC \uD398\uC774\uC9C0\uB97C \uD150\uC13C\uD2B8 \uBC88\uC5ED\uC744 \uC0AC\uC6A9\uD558\uC5EC \uBC88\uC5ED\uD558\uACE0 \uC788\uC2B5\uB2C8\uB2E4.",touchShortcutsToggleTranslationMask:"\uD130\uCE58 \uC2A4\uD06C\uB9B0 \uC81C\uC2A4\uCC98 \uC124\uC815\uD558\uC5EC \uBC88\uC5ED \uB9C8\uC2A4\uD06C \uD45C\uC2DC / \uC6D0\uBB38 \uD45C\uC2DC","neverTranslateText.title":"\uB2E4\uC74C \uB2E8\uC5B4\uB294 \uC6D0\uBB38\uC744 \uC720\uC9C0\uD558\uACE0 \uBC88\uC5ED\uD558\uC9C0 \uB9C8\uC2ED\uC2DC\uC624.","browser.translateWithOpenAI":"\uC784\uC2DC\uB85C OpenAI\uB97C \uC0AC\uC6A9\uD558\uC5EC \uD604\uC7AC \uD398\uC774\uC9C0\uB97C \uBC88\uC5ED\uD558\uC2ED\uC2DC\uC624.","floatBall.guideClickToTranslate":`\uD074\uB9AD\uD558\uC5EC \uBAB0\uC785\uD615 \uBC88\uC5ED \uD50C\uB85C\uD305 \uBCFC\uC744 \uBE60\uB974\uAC8C \uBC88\uC5ED\uD560 \uC218 \uC788\uC2B5\uB2C8\uB2E4`,"floatBall.longPress":"\uAE38\uAC8C \uB204\uB974\uBA74 \uC124\uC815 \uD328\uB110\uC744 \uBE60\uB974\uAC8C \uC5F4 \uC218 \uC788\uC5B4\uC694.","browser.translateWithDeepL":"\uD604\uC7AC \uD398\uC774\uC9C0\uB97C \uC784\uC2DC\uB85C DeepL\uB85C \uBC88\uC5ED\uD558\uC2ED\uC2DC\uC624.","shortcutGroup.main":"\uC77C\uBC18\uC801\uC73C\uB85C \uC0AC\uC6A9\uD558\uB294 \uAE30\uB2A5\uC758 \uB2E8\uCD95\uD0A4","subtitle.hideQuickButton":"\uB354 \uC774\uC0C1 \uC774 \uB2E8\uCD95\uD0A4\uB97C \uD45C\uC2DC\uD558\uC9C0 \uC54A\uC2B5\uB2C8\uB2E4",touchShortcutsToggleTranslatePage:"\uC6F9\uD398\uC774\uC9C0 \uBC88\uC5ED/\uC6D0\uBB38 \uD45C\uC2DC\uB97C \uC704\uD574 \uD130\uCE58 \uC2A4\uD06C\uB9B0 \uC81C\uC2A4\uCC98 \uC124\uC815",touchShortcutsToggleTranslateTouchElement:"\uD2B9\uC815 \uB2E8\uB77D \uBC88\uC5ED\uC744 \uC704\uD55C \uD130\uCE58 \uC2A4\uD06C\uB9B0 \uC81C\uC2A4\uCC98 \uC124\uC815",confirmResetToDefaultSettings:"\uC774 \uBC88\uC5ED \uC11C\uBE44\uC2A4\uB97C \uAE30\uBCF8 \uC124\uC815\uC73C\uB85C \uBCF5\uC6D0\uD558\uC2DC\uACA0\uC2B5\uB2C8\uAE4C? (\uD604\uC7AC \uBC88\uC5ED \uC11C\uBE44\uC2A4 \uC124\uC815\uB9CC \uC7AC\uC124\uC815\uB429\uB2C8\uB2E4)","description.baiduField":"\uC9C0\uC6D0\uB418\uB294 \uBD84\uC57C\uB294 <1>\uC5EC\uAE30\uB97C \uCC38\uC870\uD558\uC2ED\uC2DC\uC624. \uBE44\uC5B4 \uC788\uC73C\uBA74 \uBD84\uC57C\uB97C \uC9C0\uC815\uD558\uC9C0 \uC54A\uB294 \uAC83\uC744 \uC758\uBBF8\uD569\uB2C8\uB2E4.","error.subscriptionExpired":"\uD68C\uC6D0\uB2D8\uC758 \uD68C\uC6D0\uAD8C\uC774 \uB9CC\uB8CC\uB418\uC5C8\uC744 \uC218 \uC788\uC2B5\uB2C8\uB2E4. \uD68C\uC6D0 \uC0C1\uD0DC\uB97C \uD655\uC778\uD574 \uC8FC\uC138\uC694.","desc.interfaceLanguage":"\uC778\uD130\uD398\uC774\uC2A4 \uC5B8\uC5B4 \uC124\uC815\uC740 \uC81C\uC5B4\uD310\uC758 \uD45C\uC2DC \uC5B8\uC5B4\uC5D0 \uC601\uD5A5\uC744 \uBBF8\uCE58\uBA70, \uBC88\uC5ED\uC758 \uB300\uC0C1 \uC5B8\uC5B4\uC640\uB294 \uBB34\uAD00\uD569\uB2C8\uB2E4.","browser.toggleMouseHoverTranslateDirectly":"\uD398\uC774\uC9C0\uC5D0\uC11C \uC784\uC2DC\uB85C \uB9C8\uC6B0\uC2A4 \uD638\uBC84\uB97C \uC0AC\uC6A9\uD558\uC5EC \uC9C1\uC811 \uBC88\uC5ED\uC744 \uD65C\uC131\uD654\uD558\uAC70\uB098 \uBE44\uD65C\uC131\uD654\uD558\uC2ED\uC2DC\uC624.","desc.toggleTranslateTheMainPage":"\uD398\uC774\uC9C0\uC758 \uC8FC\uC694 \uC601\uC5ED\uB9CC \uBC88\uC5ED\uD558\uC2ED\uC2DC\uC624. \uACE0\uAE09 \uC124\uC815\uC5D0\uC11C \uD398\uC774\uC9C0 \uC804\uCCB4 \uC601\uC5ED \uBC88\uC5ED\uC744 \uD65C\uC131\uD654 \uD55C \uD6C4, \uC774 \uB2E8\uCD95\uD0A4\uB97C \uC0AC\uC6A9\uD558\uC5EC \uD398\uC774\uC9C0\uC758 \uC8FC\uC694 \uC601\uC5ED\uB9CC \uBC88\uC5ED\uD560 \uC218 \uC788\uC2B5\uB2C8\uB2E4.","desc.mouseHoverHoldKey":"\uB9C8\uC6B0\uC2A4\uB97C \uD2B9\uC815 \uB2E8\uB77D \uC704\uC5D0 \uB193\uACE0 \uC624\uB978\uCABD \uB2E8\uCD95\uD0A4\uB97C \uB3D9\uC2DC\uC5D0 \uB204\uB974\uBA74 \uD574\uB2F9 \uB2E8\uB77D\uC744 \uBC14\uB85C \uBC88\uC5ED\uD560 \uC218 \uC788\uC2B5\uB2C8\uB2E4.",mouseHoverCustomKeyDescription:"\uB9C8\uC6B0\uC2A4\uB97C \uD638\uBC84\uD558\uB294 \uC870\uD569 \uB2E8\uCD95\uD0A4\uB97C \uC0AC\uC6A9\uC790 \uC815\uC758 \uD560 \uC218 \uC788\uC2B5\uB2C8\uB2E4. \uC608\uB97C \uB4E4\uC5B4 : Alt+Z, Ctrl+E, Cmd+Alt+E \uB610\uB294 \uBC14\uB85C Cmd, \uC218\uB3D9\uC73C\uB85C \uC785\uB825\uD574 \uC8FC\uC138\uC694.","subtitle.showQuickButtonDescription":"\uBE44\uB514\uC624 \uD50C\uB808\uC774\uC5B4\uC758 \uC624\uB978\uCABD \uD558\uB2E8\uC5D0\uC11C \uC774\uC911 \uC5B8\uC5B4 \uC790\uB9C9\uC744 \uD65C\uC131\uD654\uD558\uB294 \uB2E8\uCD95\uD0A4\uB97C \uC81C\uACF5\uD569\uB2C8\uB2E4.","desc.toggleTranslateTheWholePage":"\uD398\uC774\uC9C0 \uC804\uCCB4 \uBC88\uC5ED, \uAE30\uBCF8\uC801\uC73C\uB85C \uC6B0\uB9AC\uB294 \uD398\uC774\uC9C0\uC758 \uC8FC\uC694 \uC601\uC5ED\uC744 \uBC88\uC5ED\uD569\uB2C8\uB2E4. \uC774 \uB2E8\uCD95\uD0A4\uB97C \uC0AC\uC6A9\uD558\uC5EC \uD398\uC774\uC9C0 \uC804\uCCB4\uB97C \uC804\uC6A9 \uBC88\uC5ED\uD560 \uC218 \uC788\uC2B5\uB2C8\uB2E4.",shortcutDisableTooltip:"\uBE0C\uB77C\uC6B0\uC800\uC5D0\uC11C \uC81C\uACF5\uD558\uB294 \uD655\uC7A5 \uD504\uB85C\uADF8\uB7A8 \uB2E8\uCD95\uD0A4 \uAD00\uB9AC \uD398\uC774\uC9C0\uC5D0\uC11C \uC124\uC815\uC744 \uD574 \uC8FC\uC138\uC694. \uB354 \uB9CE\uC740 \uC9C0\uCE68\uC740 \uC774 \uD398\uC774\uC9C0 \uC0C1\uB2E8\uC758 \uC124\uBA85\uC744 \uCC38\uC870\uD558\uC2ED\uC2DC\uC624.","browser.toggleVideoSubtitlePreTranslation":"\uC774\uC911 \uC5B8\uC5B4 \uC790\uB9C9\uC744 \uC804\uD658\uD558\uACE0, \uBAB0\uC785\uD615 \uBC88\uC5ED \uC124\uC815\uC744 \uC6B0\uC120\uC801\uC73C\uB85C \uC0AC\uC6A9\uD558\uC2ED\uC2DC\uC624.","desc.touchShortcutsToggleTranslatePage":"\uC124\uC815 \uD6C4\uC5D0\uB294 \uC774\uB3D9 \uC7A5\uCE58\uB97C \uC0AC\uC6A9\uD560 \uB54C X \uAC1C\uC758 \uC190\uAC00\uB77D\uC73C\uB85C \uB3D9\uC2DC\uC5D0 \uD654\uBA74\uC744 \uD130\uCE58\uD558\uAC70\uB098 \uC88C\uC6B0\uB85C \uC2AC\uB77C\uC774\uB4DC\uD558\uAC70\uB098 \uC5F0\uC18D\uC801\uC73C\uB85C \uD0ED\uD558\uC5EC \uC6F9 \uD398\uC774\uC9C0\uB97C \uBC88\uC5ED\uD558\uAC70\uB098 \uC6D0\uBB38\uC744 \uD45C\uC2DC\uD560 \uC218 \uC788\uC2B5\uB2C8\uB2E4.","desc.toggleMouseHoverTranslateDirectly":"\uC774 \uB2E8\uCD95\uD0A4\uB97C \uB204\uB978 \uD6C4 \uD398\uC774\uC9C0\uC5D0\uC11C \uB9C8\uC6B0\uC2A4\uB97C \uD14D\uC2A4\uD2B8\uC758 \uC5B4\uB5A4 \uBD80\uBD84\uC5D0\uB4E0\uC9C0 \uAC00\uB9AC\uD0A4\uBA74 \uD574\uB2F9 \uD14D\uC2A4\uD2B8\uAC00 \uC790\uB3D9\uC73C\uB85C \uBC88\uC5ED\uB429\uB2C8\uB2E4. \uB2E8\uCD95\uD0A4\uB97C \uB2E4\uC2DC \uD55C \uBC88 \uB204\uB974\uBA74 \uC774 \uC790\uB3D9 \uBC88\uC5ED \uAE30\uB2A5\uC744 \uB2EB\uC744 \uC218 \uC788\uC2B5\uB2C8\uB2E4.",paragraphMinTextCountDesc:"\uC8FC\uC758, \uC5EC\uAE30\uC11C\uB294 \uBB38\uC790 \uAE38\uC774\uB97C \uC758\uBBF8\uD569\uB2C8\uB2E4. \uC608\uB97C \uB4E4\uC5B4, hello\uB294 5\uAC1C\uC758 \uBB38\uC790\uC785\uB2C8\uB2E4. \uB354 \uD070 \uAC12\uC744 \uC124\uC815\uD558\uBA74 \uBD88\uD544\uC694\uD55C \uC791\uC740 \uB2E8\uB77D \uBC88\uC5ED\uC744 \uC904\uC77C \uC218 \uC788\uC2B5\uB2C8\uB2E4.",translationOnlyModeDescription:"\uBC88\uC5ED\uBB38\uB9CC \uBAA8\uB4DC\uB294 \uAE30\uBCF8\uC801\uC778 \uC774\uC911 \uC5B8\uC5B4 \uBAA8\uB4DC\uAC00 \uC544\uB2CC \uC624\uC9C1 \uBC88\uC5ED\uBB38\uB9CC\uC744 \uD45C\uC2DC\uD558\uB294 \uAC83\uC744 \uC758\uBBF8\uD569\uB2C8\uB2E4. \uC8FC\uC758: \uAE30\uC220\uC801 \uC81C\uD55C\uC73C\uB85C \uC778\uD574 \uBC88\uC5ED\uBB38\uB9CC \uBAA8\uB4DC\uC5D0\uC11C\uB294 \uC6D0\uBB38\uC758 \uD558\uC774\uD37C\uB9C1\uD06C\uAC00 \uC791\uB3D9\uD558\uC9C0 \uC54A\uC744 \uAC83\uC785\uB2C8\uB2E4.","desc.touchShortcutsToggleTranslationMask":"\uBC88\uC5ED \uB9C8\uC2A4\uD06C\uB294 \uBC88\uC5ED \uC2A4\uD0C0\uC77C\uC758 \uD750\uB9BF\uD55C \uD6A8\uACFC\uB97C \uAC00\uB9AC\uD0A4\uBA70(\uD559\uC2B5 \uBAA8\uB4DC), \uD65C\uC131\uD654\uD558\uBA74 \uC784\uC2DC\uB85C \uBC88\uC5ED\uC5D0 \uD750\uB9BF\uD55C \uD6A8\uACFC\uB97C \uC0AC\uC6A9\uD558\uC5EC \uD559\uC2B5\uC744 \uC6A9\uC774\uD558\uAC8C \uD569\uB2C8\uB2E4.","intro.floatBallDescription":"\uC0AC\uC6A9\uD558\uBA74 \uD398\uC774\uC9C0 \uC624\uB978\uCABD\uC5D0 \uBE60\uB978 \uBC88\uC5ED \uBC84\uD2BC\uC774 \uD45C\uC2DC\uB418\uBA70, \uD074\uB9AD\uD558\uBA74 \uBC88\uC5ED\uD560 \uC218 \uC788\uACE0 \uB2E4\uC2DC \uD074\uB9AD\uD558\uBA74 \uC6D0\uBB38\uC73C\uB85C \uC804\uD658\uD560 \uC218 \uC788\uC2B5\uB2C8\uB2E4. \uBAA8\uBC14\uC77C\uC5D0\uC11C\uB294 \uD50C\uB85C\uD305 \uBCFC\uC744 \uAE38\uAC8C \uB204\uB974\uBA74 \uBE60\uB978 \uC124\uC815 \uD328\uB110\uC744 \uC5F4 \uC218 \uC788\uC2B5\uB2C8\uB2E4.","contact.description":"\uB2F9\uC2E0\uC774 \uC9C8\uBB38\uC774\uB098 \uC81C\uC548\uC0AC\uD56D\uC774 \uC788\uC73C\uC2DC\uB2E4\uBA74, \uC544\uB798\uC758 \uC591\uC2DD\uC744 \uC791\uC131\uD558\uC5EC \uC800\uD76C\uC5D0\uAC8C \uC5F0\uB77D\uD558\uC2DC\uAC70\uB098 {email}\uB85C \uC774\uBA54\uC77C\uC744 \uBCF4\uB0B4\uC8FC\uC2DC\uAE30 \uBC14\uB78D\uB2C8\uB2E4. \uC800\uD76C\uB294 \uBE60\uB978 \uC2DC\uC77C \uB0B4\uC5D0 \uB2F5\uBCC0\uB4DC\uB9AC\uACA0\uC2B5\uB2C8\uB2E4.","neverTranslateText.description":"\uC77C\uBD80 \uBC88\uC5ED \uC5D4\uC9C4\uC774 \uACE0\uC720 \uBA85\uC0AC\uB97C \uC81C\uB300\uB85C \uC778\uC2DD\uD558\uC9C0 \uBABB\uD558\uAE30 \uB54C\uBB38\uC5D0, \uC5EC\uAE30\uC5D0 \uB2E8\uC5B4\uB97C \uCD94\uAC00\uD558\uC5EC \uBC88\uC5ED \uACFC\uC815\uC5D0\uC11C \uBCC0\uD658\uB418\uC9C0 \uC54A\uB3C4\uB85D \uD560 \uC218 \uC788\uC2B5\uB2C8\uB2E4. \uC774 \uAE30\uB2A5\uC740 \uB300\uC18C\uBB38\uC790\uB97C \uAD6C\uBD84\uD558\uBA70 \uACF5\uBC31\uC73C\uB85C \uAD6C\uBD84\uB41C \uB2E8\uC5B4 \uC5B8\uC5B4(\uC601\uC5B4, \uD504\uB791\uC2A4\uC5B4 \uB4F1)\uB9CC \uC9C0\uC6D0\uD558\uBA70 \uC77C\uBCF8\uC5B4, \uD55C\uAD6D\uC5B4 \uB4F1\uC758 \uC5B8\uC5B4\uC5D0\uB294 \uC801\uC6A9\uB418\uC9C0 \uC54A\uC2B5\uB2C8\uB2E4.","intro.hoverDescription":"\uB9C8\uC6B0\uC2A4 \uD638\uBC84 \uBC88\uC5ED\uC740 \uBAB0\uC785\uD615 \uBC88\uC5ED\uC5D0\uC11C \uB9E4\uC6B0 \uC911\uC694\uD55C \uAE30\uB2A5\uC785\uB2C8\uB2E4. \uB2E8\uC9C0 \uBB38\uB2E8 \uC704\uC5D0 \uB9C8\uC6B0\uC2A4\uB97C \uB193\uACE0 \uB3D9\uC2DC\uC5D0 \uC124\uC815\uB41C \uB2E8\uCD95\uD0A4\uB97C \uB204\uB974\uBA74 \uD604\uC7AC \uBB38\uB2E8\uC774 \uC790\uB3D9\uC73C\uB85C \uBC88\uC5ED\uB429\uB2C8\uB2E4(\uC8FC\uC758: \uAE30\uBCF8\uC801\uC73C\uB85C \uD65C\uC131\uD654\uB418\uC5B4 \uC788\uC9C0 \uC54A\uC2B5\uB2C8\uB2E4. \uC544\uB798\uC5D0\uC11C \uC124\uC815\uD558\uC2ED\uC2DC\uC624). \uC774 \uC0C1\uD638\uC791\uC6A9\uC740 \uB2E8\uC5B4 \uC120\uD0DD \uBC88\uC5ED\uC744 \uB354 \uC798 \uB300\uCCB4\uD558\uAE30 \uC704\uD574 \uC0AC\uC6A9\uB418\uBA70, \uB610\uD55C \uC774 \uAE30\uB2A5\uC740 \uC778\uC2DD\uD560 \uC218 \uC5C6\uB294 \uBC88\uC5ED \uC601\uC5ED\uC5D0 \uB110\uB9AC \uC801\uC6A9\uB429\uB2C8\uB2E4. \uC774 \uAE30\uB2A5\uC744 \uC774\uC6A9\uD558\uC5EC \uC5B4\uB5A4 \uBB38\uB2E8\uC774\uB4E0 \uAC15\uC81C\uB85C \uBC88\uC5ED\uD560 \uC218 \uC788\uC2B5\uB2C8\uB2E4.","intro.subtitleDescription":"\uC774 \uAE30\uB2A5\uC744 \uD65C\uC131\uD654\uD558\uBA74 \uBE44\uB514\uC624 \uC7AC\uC0DD \uC2DC \uC790\uB3D9\uC73C\uB85C \uC774\uC911 \uC5B8\uC5B4 \uC790\uB9C9\uC774 \uD45C\uC2DC\uB429\uB2C8\uB2E4. \uD65C\uC131\uD654\uD558\uC9C0 \uC54A\uC740 \uACBD\uC6B0, \uD398\uC774\uC9C0\uC5D0\uC11C \uC218\uB3D9\uC73C\uB85C \uBC88\uC5ED \uBC84\uD2BC\uC744 \uD074\uB9AD\uD558\uC5EC \uC790\uB9C9\uC744 \uD45C\uC2DC\uD574\uC57C \uD569\uB2C8\uB2E4. \uAE30\uC220\uC801 \uC81C\uD55C\uC73C\uB85C \uC778\uD574 \uC77C\uBD80 \uC6F9\uC0AC\uC774\uD2B8\uC5D0\uC11C\uB294 \uC790\uB9C9\uC744 \uCC98\uC74C \uD65C\uC131\uD654\uD560 \uB54C \uD398\uC774\uC9C0\uB97C \uC0C8\uB85C \uACE0\uCE68\uD558\uAC70\uB098 \uBC88\uC5ED\uC774 \uC644\uB8CC\uB41C \uD6C4\uC5D0\uC57C \uC774\uC911 \uC5B8\uC5B4 \uC790\uB9C9\uC744 \uD45C\uC2DC\uD560 \uC218 \uC788\uC2B5\uB2C8\uB2E4. (\uB610\uD55C, \uBE44\uB514\uC624 \uC6F9\uC0AC\uC774\uD2B8\uB97C \uC5F4\uACE0 \uB098\uC11C \uC624\uB978\uCABD \uC0C1\uB2E8\uC5D0\uC11C \uBAB0\uC785\uD615 \uBC88\uC5ED\uC758 \uBC14\uB85C\uAC00\uAE30 \uD328\uB110\uC744 \uD65C\uC131\uD654/\uBE44\uD65C\uC131\uD654 \uD560 \uC218\uB3C4 \uC788\uC2B5\uB2C8\uB2E4.)

\uD604\uC7AC \uC774\uB7EC\uD55C \uC6F9\uC0AC\uC774\uD2B8\uC5D0\uC11C \uC774\uC911 \uC5B8\uC5B4 \uC790\uB9C9\uC744 \uC0AC\uC6A9\uD560 \uC218 \uC788\uC2B5\uB2C8\uB2E4:",geminiWarning:"\uC8FC\uC758: Google\uC774 \uC81C\uACF5\uD558\uB294 Gemini\uC758 \uBB34\uB8CC \uC11C\uBE44\uC2A4 \uC81C\uD55C\uC774 \uC5C4\uACA9\uD558\uBBC0\uB85C, \uC0AC\uC6A9\uC790\uAC00 \uC5EC\uB7EC Key\uB97C \uC0AC\uC6A9\uD558\uC5EC \uADF8\uB4E4\uC758 \uBB34\uB8CC \uD560\uB2F9\uB7C9 \uC81C\uD55C\uC744 \uD68C\uD53C\uD558\uACE0 \uC788\uB2E4\uACE0 Google\uC5D0 \uD310\uB2E8\uB420 \uC218 \uC788\uC2B5\uB2C8\uB2E4. \uC0AC\uC6A9\uD558\uC9C0 \uC54A\uB294 \uAC83\uC774 \uC88B\uC73C\uBA70, Google\uC774 Gemini \uC720\uB8CC \uC778\uD130\uD398\uC774\uC2A4\uB97C \uAC1C\uBC29\uD560 \uB54C\uAE4C\uC9C0 \uAE30\uB2E4\uB9AC\uB294 \uAC83\uC774 \uC88B\uC2B5\uB2C8\uB2E4.","floatBall.setting":"\uC124\uC815","floatBall.translateToLanguage":"{language}\uB85C \uBC88\uC5ED\uC744 \uD074\uB9AD\uD558\uC2ED\uC2DC\uC624.","floatBall.file":`PDF, EPUB, SRT, ASS, HTML, TXT \uD30C\uC77C \uBC88\uC5ED`,changeToOnlyTempTranslationMode:"\uBC88\uC5ED\uB9CC \uD45C\uC2DC\uD558\uB3C4\uB85D \uD1A0\uAE00",changeToDualTempTranslationMode:"\uC774\uC911 \uC5B8\uC5B4 \uBC88\uC5ED\uC73C\uB85C \uC804\uD658","options.navbar.translateFile":"\uBB38\uC11C \uBC88\uC5ED","transitionMode.dual":"\uC774\uC911 \uC5B8\uC5B4 \uB300\uC870","transitionMode.translation":"\uC624\uC9C1 \uBC88\uC5ED\uBB38","options.navbar.installApp":"\uD734\uB300\uD3F0 \uC571 \uC124\uCE58","subtitle.transitionMode":"\uBE44\uB514\uC624 \uC790\uB9C9 \uC774\uC911 \uC5B8\uC5B4 / \uBC88\uC5ED\uBB38\uB9CC \uC124\uC815","transitionMode.inherit":"\uC2DC\uC2A4\uD15C\uC758 \uAE30\uBCF8 \uBC88\uC5ED \uD45C\uC2DC \uBAA8\uB4DC\uC640 \uC77C\uCE58\uD558\uC2ED\uC2DC\uC624","subtitle.transitionModeDescription":"\uBE44\uB514\uC624 \uC790\uB9C9\uC744 \uC774\uC911 \uC5B8\uC5B4 \uB300\uC870 \uB610\uB294 \uBC88\uC5ED\uBB38\uB9CC \uBAA8\uB4DC\uB85C \uC124\uC815\uD558\uC2ED\uC2DC\uC624.",translateFileTooltip:`PDF, ePub, srt, ass, HTML, TXT \uD30C\uC77C \uBC88\uC5ED`,"description.subtitlePrompt":`\uC790\uB9C9 \uC2DC\uB098\uB9AC\uC624\uC5D0\uC11C \uC5EC\uB7EC \uB2E8\uB77D\uC744 \uBCF4\uB0BC \uB54C, \uC0AC\uC6A9\uC790\uC758 \uC2E0\uBD84\uC73C\uB85C {service}\uC5D0 \uB300\uD654\uB97C \uBCF4\uB0B4\uB294\uB370, \uC5EC\uAE30\uC11C {{from}}\uC740 \uB2E8\uB77D\uC758 \uC5B8\uC5B4\uB97C \uB098\uD0C0\uB0B4\uACE0, {{to}}\uB294 \uBAA9\uD45C \uC5B8\uC5B4\uB97C \uB098\uD0C0\uB0C5\uB2C8\uB2E4. {{yaml}}\uC740 \uC6B0\uB9AC\uAC00 yaml \uD615\uC2DD\uC73C\uB85C \uD3EC\uC7A5\uD55C \uB2E8\uB77D \uB0B4\uC6A9\uC774\uBA70, \uC0AC\uC6A9\uC790 \uC815\uC758 Prompt\uAC00 \uD544\uC694\uD55C \uACBD\uC6B0, AI \uC751\uB2F5\uC758 YAML \uACB0\uACFC\uC758 \uAC01 \uD56D\uBAA9\uC774 {env.imt_sub_trans_field} \uD544\uB4DC\uB97C \uD3EC\uD568\uD574\uC57C \uD569\uB2C8\uB2E4. {{imt_sub_trans_field}}\uB294 \uC6B0\uB9AC\uAC00 AI \uC751\uB2F5\uC744 \uC6D0\uD558\uB294 \uBC88\uC5ED \uD544\uB4DC \uC774\uB984\uC774\uBA70, \uAE30\uBCF8\uAC12\uC740: {env.imt_sub_trans_field}, {{imt_sub_source_field}}\uB294 \uC6B0\uB9AC\uAC00 AI\uC5D0\uAC8C \uC804\uB2EC\uD558\uB294 \uC6D0\uBB38 \uD544\uB4DC \uC774\uB984\uC774\uBA70, \uAE30\uBCF8\uAC12\uC740: {env.imt_sub_source_field}\uC785\uB2C8\uB2E4. \uC608\uC2DC \uACB0\uACFC\uB294 \uB2E4\uC74C\uACFC \uAC19\uC2B5\uB2C8\uB2E4: @@ -5157,7 +5157,7 @@ HTML, TXT \uD30C\uC77C \uBC88\uC5ED`,"description.subtitlePrompt":`\uC790\uB9C9 - id: 1 {env.imt_trans_field}: \uBC88\uC5ED\uBB38 - id: 2 - {env.imt_trans_field}: \uBC88\uC5ED\uBB38`,"subtitle.quickButton.setting":"\uC124\uC815","subtitle.quickButton.translationPosition":"\uBC88\uC5ED \uC704\uCE58","subtitle.quickButton.black":"\uAC80\uC740\uC0C9","translationServices.claude":"\uD074\uB85C\uB4DC","subtitle.quickButton.translationPositionTop":"\uC6D0\uBB38 \uC704\uC5D0","subtitle.quickButton.backgroundColor":"\uBC30\uACBD\uC0C9","subtitle.quickButton.translationPositionBottom":"\uC6D0\uBB38 \uC544\uB798\uC5D0","subtitle.quickButton.yellow":"\uB178\uB780\uC0C9","subtitle.quickButton.white":"\uD558\uC580\uC0C9","subtitle.quickButton.translationTextColor":"\uBC88\uC5ED \uAE00\uAF34 \uC0C9\uC0C1","subtitle.quickButton.red":"\uBE68\uAC04\uC0C9","subtitle.quickButton.sourceTextColor":"\uC6D0\uB798 \uAE00\uAF34 \uC0C9\uC0C1","subtitle.quickButton.green":"\uB179\uC0C9","subtitle.quickButton.cyan":"\uCCAD\uC0C9","subtitle.quickButton.magenta":"\uB9C8\uC820\uD0C0\uC0C9","subtitle.quickButton.backgroundOpacity":"\uBC30\uACBD \uBD88\uD22C\uBA85\uB3C4","subtitle.quickButton.translationFontSize":"\uBC88\uC5ED \uAE00\uC790 \uD06C\uAE30","subtitle.quickButton.sourceFontSize":"\uC6D0\uB798 \uAE00\uAF34 \uD06C\uAE30","subtitle.quickButton.blue":"\uD30C\uB780\uC0C9",attachSubtitleTranslating:"{service}\uB97C \uC0AC\uC6A9\uD558\uC5EC \uBC88\uC5ED \uC911...","error.claude.403":"\uC11C\uBE44\uC2A4\uC5D0 \uC561\uC138\uC2A4 \uD560 \uAD8C\uD55C\uC774 \uC5C6\uC2B5\uB2C8\uB2E4. \uC774\uB294 Claude\uC758 \uC9C0\uC5ED \uC81C\uD55C\uACFC \uAD00\uB828\uC774 \uC788\uC744 \uC218 \uC788\uC2B5\uB2C8\uB2E4. IP \uC8FC\uC18C\uB97C \uBCC0\uACBD\uD558\uAC70\uB098 \uB2E4\uB978 \uBC88\uC5ED \uC11C\uBE44\uC2A4\uB97C \uC0AC\uC6A9\uD574 \uBCF4\uC2ED\uC2DC\uC624.","browser.brandDescriptionForSafari":"\u3010\uBAB0\uC785\uD615 \uBC88\uC5ED\u3011\uBB34\uB8CC\uC758 (\uC6D0\uBB38/\uBC88\uC5ED\uBB38) \uC774\uC911 \uC5B8\uC5B4 \uB300\uC870 \uC6F9 \uD398\uC774\uC9C0 \uBC88\uC5ED \uD50C\uB7EC\uADF8\uC778\uC73C\uB85C, PDF \uBC88\uC5ED \uBC0F EPUB \uC804\uC790\uCC45 \uBC88\uC5ED\uC744 \uC9C0\uC6D0\uD558\uBA70 \uC6D0\uBB38\uC758 \uBB38\uC11C \uBC30\uCE58\uB97C \uC720\uC9C0\uD569\uB2C8\uB2E4. Youtube/Netflix \uB4F1\uC758 \uC628\uB77C\uC778 \uBE44\uB514\uC624 \uC774\uC911 \uC5B8\uC5B4 \uC790\uB9C9 \uBC88\uC5ED\uC744 \uC9C0\uC6D0\uD558\uBA70, Deepl/Google \uB4F1 \uC8FC\uC694 \uBC88\uC5ED \uC11C\uBE44\uC2A4\uB97C \uC9C0\uC6D0\uD569\uB2C8\uB2E4.","browser.PdfProFile":"AI\uAC00 \uAD6C\uB3D9\uD558\uB294 PDF Pro \uBC88\uC5ED","browser.textTranslate":"\uBB38\uC11C \uBC88\uC5ED"};var Pb={nologin:"n\xE3o conectado",loginForSafari:"Iniciar sess\xE3o ou registar-se",login:"Iniciar sess\xE3o para abrir uma inscri\xE7\xE3o",manageAccount:"Contas geridas",openPremium:"Associa\xE7\xE3o aberta",logout:"abortar",curentPlan:"Pacotes actuais",endAt:"expira\xE7\xE3o",endAuto:"renova\xE7\xE3o autom\xE1tica",lineBreakMaxTextCount:"N\xFAmero m\xE1ximo de caracteres permitidos por frase ap\xF3s as mudan\xE7as de linha","translate-pdf":"Clique para traduzir o PDF","noSupportTranslate-pdf":"Script n\xE3o suportado, utilize o plugin","translate-firefox-local-pdf":"Clique para ir para Importar PDF",enableLineBreak:"Ativar o avan\xE7o autom\xE1tico de linha para par\xE1grafos longos",sponsorLabel:"$1 Desenvolvedores patrocinados",help:"m\xE3o",browserShortcutsNoteForFirefox:"Para alterar os atalhos no Firefox, \xE9 necess\xE1rio abrir a p\xE1gina de gest\xE3o de extens\xF5es `about:addons`, clicar em `Settings` e, em seguida, clicar em `Manage Shortcuts` para definir os atalhos.",browserShortcutsNoteForChrome:"Para modificar os atalhos no Chrome, tem de abrir a p\xE1gina de gest\xE3o de extens\xF5es, defini-los no painel `Gerir atalhos` (`chrome://extensions/shortcuts`) e clicar no bot\xE3o abaixo para saltar para a p\xE1gina de gest\xE3o de atalhos.",browserShortcutsSucks:"Os atalhos personalizados s\xE3o formatados como (sem reconhecimento autom\xE1tico, introduza diretamente)\uFF1A",enableLineBreakDescription:"Quando activada, as quebras de linha ser\xE3o inseridas no final de cada frase em par\xE1grafos longos para facilitar a leitura","browser.shortBrandName":"Tradu\xE7\xE3o por imers\xE3o","browser.brandName":"Tradu\xE7\xE3o por imers\xE3o: Tradu\xE7\xE3o bilingue de p\xE1ginas Web e de documentos PDF","browser.brandDescription":"Bilingual web page translation, also supports PDF translation, bilingual Epub eBook translation, free to use.","browser.toggleTranslatePage":"Traduzir a p\xE1gina/apresentar o texto original","browser.toggleTranslateTheWholePage":"Traduzir todas as \xE1reas da p\xE1gina/apresentar o texto original","browser.toggleOnlyTransation":"Alternar entre o modo bil\xEDngue / apenas tradu\xE7\xE3o","browser.toggleTranslateToThePageEndImmediately":"Tradu\xE7\xE3o imediata para o fim da p\xE1gina/visualiza\xE7\xE3o do texto original","browser.toggleTranslateTheMainPage":"Traduzir a \xE1rea principal da p\xE1gina/apresentar o texto original","browser.shareToDraft":"Partilhar p\xE1ginas bilingues","browser.openOptionsPage":"Abrir a p\xE1gina de defini\xE7\xF5es","browser.toggleTranslationMask":"Mostrar/ocultar o efeito de desfocagem da tradu\xE7\xE3o","browser.translateLocalPdfFile":"Traduzir ficheiros PDF locais","browser.openEbookViewer":"Ler livros electr\xF3nicos locais","browser.openEbookBuilder":"Criar livros electr\xF3nicos EPUB bilingues","browser.translateLocalHtmlFile":"Traduzir ficheiros HTML/txt","browser.donateContext":"Saiba mais sobre as vantagens do patroc\xEDnio","browser.translateLocalSubtitleFile":"Traduzir ficheiros de legendas locais",confirmResetConfig:"Tem a certeza de que pretende repor as defini\xE7\xF5es?",translationLineBreakSettingTitle:"Defini\xE7\xE3o do avan\xE7o de linha de tradu\xE7\xE3o",smartLineBreak:"alimenta\xE7\xE3o de linha inteligente (computa\xE7\xE3o)",alwaysLineBreak:"Sempre alimenta\xE7\xE3o de linha",isShowContextMenu:"Adicionar p\xE1ginas traduzidas aos itens de menu do bot\xE3o direito do rato",toggleBeta:"Ativa\xE7\xE3o de funcionalidades de teste beta",betaDescription:"Ativar funcionalidades que ainda s\xE3o experimentais, bem como um servi\xE7o de tradu\xE7\xE3o em vers\xE3o beta. Junte-se ao <1>grupo do Telegram para saber mais.",translationLineBreakSettingDescription:"Os feeds de linha s\xE3o sempre limpos e organizados para p\xE1ginas com menos conte\xFAdo. (Utilize quebras de linha inteligentes em par\xE1grafos longos e com muito conte\xFAdo (mais de{count}caracteres) para poupar espa\xE7o).",tempTranslateDomainTitle:"Dura\xE7\xE3o da ativa\xE7\xE3o tempor\xE1ria da tradu\xE7\xE3o do s\xEDtio Web",tempTranslateDomainDescription:"Quando traduzir manualmente uma p\xE1gina Web, active temporariamente o s\xEDtio Web para tradu\xE7\xE3o autom\xE1tica e pode definir a dura\xE7\xE3o tempor\xE1ria.",xMinutes:"{count} minutos",disabled:"proibir a utiliza\xE7\xE3o de algo",changelog:"Registo de atualiza\xE7\xE3o",toggleTranslatePageWhenThreeFingersOnTheScreen:"O toque simult\xE2neo de v\xE1rios dedos no ecr\xE3 traduz p\xE1ginas Web/apresenta o texto original",toggleTranslationMaskWhenThreeFingersOnTheScreen:"O toque de v\xE1rios dedos mostra/oculta o efeito de desfocagem.",fingerCountToToggleTranslagePageOnlyTranslationWhenTouching:"O toque simult\xE2neo de v\xE1rios dedos no ecr\xE3 traduz a p\xE1gina Web (apenas tradu\xE7\xE3o)/apresenta o texto original.",addUrlDescription:"Pode ser um nome de dom\xEDnio e tamb\xE9m suporta wildcards, por exemplo,\uFF1A*.google.com, google.com/mail/*, https://www.google.com/*",general:"Defini\xE7\xF5es b\xE1sicas",clickToExpandConfig:"Expandir a configura\xE7\xE3o atual",import:"Importar de um ficheiro",export:"Exportar para ficheiro",toggleDebug:"Imprimir o registo de depura\xE7\xE3o na consola","fingers.0":"coagula\xE7\xE3o","fingers.2":"toque com dois dedos","fingers.3":"toque com tr\xEAs dedos","fingers.4":"toque com quatro dedos","fingers.5":"toque com cinco dedos",mouseHoldKey:"+ {key} traduzir/restaurar o par\xE1grafo",mouseHoldKeyAuto:"Tradu\xE7\xE3o direta do par\xE1grafo",mouseHoldKeyOff:"N\xE3o fa\xE7as nada.",mouseHoldKeyOther:"Atalhos personalizados (abrir defini\xE7\xF5es)",mouseHoldKeyCustomKey:"{key} Tradu\xE7\xE3o/redu\xE7\xE3o do par\xE1grafo",mouseHoverHoldKey:"Passar o rato enquanto se premem as teclas de atalho para traduzir par\xE1grafos","mouse-translate":"passar o rato",document:"ficheiro (inform\xE1tico)",resetSuccess:"Repor todas as defini\xE7\xF5es com \xEAxito",resetThisSuccess:"Reinicializa\xE7\xE3o bem-sucedida",saved:"Guardar com sucesso",successImportConfig:"Configura\xE7\xE3o importada com sucesso",goAdvancedSettings:"Aceder \xE0 p\xE1gina Defini\xE7\xF5es avan\xE7adas",goAdvancedInterfaceSettings:"Aceder \xE0 p\xE1gina Defini\xE7\xF5es de personaliza\xE7\xE3o avan\xE7adas",advanced:"Defini\xE7\xF5es avan\xE7adas",advancedDescription:"Geralmente n\xE3o s\xE3o necess\xE1rias defini\xE7\xF5es, basta deix\xE1-la como predefinida. Apenas para utilizadores mais especializados, est\xE3o dispon\xEDveis defini\xE7\xF5es mais personalizadas.",developer:"Defini\xE7\xF5es do programador",donateCafe:"pre\xE7os","translate to the bottom of the page":"\xC9 traduzido para o fundo da p\xE1gina imediatamente ap\xF3s entrar na p\xE1gina?",feedback:"Feedback sobre os problemas",toggleTranslatePage:"Traduzir a p\xE1gina/apresentar o texto original",translateToThePageEndImmediatelyDescription:"Se a ativar, o conte\xFAdo ser\xE1 imediatamente traduzido da parte superior para a parte inferior da p\xE1gina \xE0 medida que a introduz. Se a desativar, a tradu\xE7\xE3o \xE9 feita \xE0 medida que l\xEA. (N\xE3o recomendado)","translate all areas of the page":"Se pretende traduzir todas as \xE1reas da p\xE1gina",translationAreaDescription:"Ligado, todas as \xE1reas de toda a p\xE1gina Web s\xE3o traduzidas. Se estiver desativado, utiliza o reconhecimento inteligente predefinido e traduz apenas as \xE1reas principais. (N\xE3o se recomenda que seja ativado)","the number of characters to be translated first":"Traduzir diretamente os primeiros caracteres da p\xE1gina sem ter de se deslocar para a \xE1rea de visualiza\xE7\xE3o","interface language":"linguagem de interface","display both the original text and the translation":"Visualiza\xE7\xE3o simult\xE2nea do original e da tradu\xE7\xE3o","keyboard shortcuts":"Atalhos de teclado",modify:"Modificar teclas de atalho",reset:"reprovis\xE3o",close:"coagula\xE7\xE3o",homepage:"p\xE1gina inicial",more:"mais",moreOptions:"Expandir mais op\xE7\xF5es de personaliza\xE7\xE3o",translateTheWholePage:"Traduzir todas as \xE1reas da p\xE1gina (em vez de reconhecer inteligentemente as \xE1reas principais)",changeToTranslateTheWholePage:"Mudar para traduzir todas as regi\xF5es",changeToTranslateTheMainPage:"Mudar para Traduzir \xC1rea Principal",changeToOnlyTranslationMode:"Alternar para apresentar apenas tradu\xE7\xF5es",changeToDualTranslationMode:"Mudar para tradu\xE7\xE3o bilingue",translateToThePageEndImmediately:"Tradu\xE7\xE3o imediata para o fim da p\xE1gina",translateTheMainPage:"Regi\xF5es-chave da tradu\xE7\xE3o inteligente","The local rules are up to date":"As regras de adapta\xE7\xE3o local est\xE3o actualizadas.","Successfully synchronized with the latest official rules:":"Sincroniza\xE7\xE3o bem sucedida com as \xFAltimas regras oficiais de adapta\xE7\xE3o.","Checking for updates":"Verifica\xE7\xE3o de actualiza\xE7\xF5es","Rules are being synchronized":"Regras de adapta\xE7\xE3o sincronizadas",localVersionIsTooOld:"A vers\xE3o da extens\xE3o local \xE9 demasiado antiga. Actualize a extens\xE3o para {minVersion} ou mais recente antes de tentar sincronizar.",badUserscriptBrowser:"O navegador atual n\xE3o implementa corretamente a interface da extens\xE3o Grease Monkey (por exemplo, para obter informa\xE7\xF5es sobre o n\xFAmero da vers\xE3o do pr\xF3prio script Grease Monkey), utilize outros navegadores que <1>suportem a extens\xE3o Grease Monkey, como o Firefox.",foundNewVersion:"Descubra a nova vers\xE3o",theLocalExtensionIsUpToUpdate:"A extens\xE3o atual est\xE1 actualizada.",failToSyncRules:"N\xE3o sincroniza\xE7\xE3o das regras de adapta\xE7\xE3o mais recentes",retry:"Clique aqui para tentar novamente",failedReason:"Raz\xF5es do insucesso",currentRuleVersion:"Vers\xE3o atual da regra",calculating:"c\xE1lculos",unknownError:"erro desconhecido",canNotFetchRemoteRule:"N\xE3o \xE9 poss\xEDvel obter regras remotas",enableAlphaSuccess:"Alfa ativado",disableAlphaSuccess:"A fun\xE7\xE3o alfa foi desactivada",cacheSize:"Tamanho da cache\uFF1A",cleaning:"em processo de liquida\xE7\xE3o",cleanCache:"limpar a cache",options:"preparar",about:"em rela\xE7\xE3o a",service:"servi\xE7o de interpreta\xE7\xE3o",needAction:"(Ir para Defini\xE7\xF5es)",goSettings:"v\xE1 em frente e configure",needActionForOptions:"(a definir)",translationEngine:"Op\xE7\xF5es de motor",sourceLanguage:"L\xEDngua original",target:"l\xEDngua-alvo",popupSourceLanguage:"L\xEDngua original",popupTarget:"l\xEDngua-alvo",popupService:"servi\xE7o de interpreta\xE7\xE3o",forThisSite:"S\xEDtio Web atual",autoEnableSubtitle:"Abertura autom\xE1tica de legendas bilingues",alwaysTranslate:"Traduzir sempre",neverTranslate:"Nunca traduzir",alwaysTranslateSomeLanguage:"Traduzir sempre {language}",neverTranslateSomeLanguage:"Nunca traduzir {language}",alwaysTranslateSomeSite:"Traduzir sempre {hostname}",neverTranslateSomeSite:"Nunca traduzir {hostname}",alwaysTranslateSomeSiteOrWildSite:"Traduzir sempre o s\xEDtio",alwaysTranslateSomePage:"Traduzir sempre a p\xE1gina",add:"aumentar",default:"predefini\xE7\xE3o (defini\xE7\xE3o)",forThisLanguage:"Para esta l\xEDngua\uFF1A","add url":"Introduzir URL",edit:"compilador","translate other languages into specific language":"Traduzir outras l\xEDnguas para a sua l\xEDngua definida","select translation service":"Selecionar um servi\xE7o de tradu\xE7\xE3o",language:"multilinguismo","show-original":"Mostrar texto original",translate:"renderiza\xE7\xE3o",Translated:"traduzido",Translating:"na tradu\xE7\xE3o",Error:"incorreto",allowCacheTranslations:"Ativar o caching de tradu\xE7\xE3o local (para reduzir os pedidos de tradu\xE7\xE3o de passagens duplicadas)","translation display":"Estilo de apresenta\xE7\xE3o da tradu\xE7\xE3o","select diplay style":"Distinguir os estilos de tradu\xE7\xE3o, com refer\xEAncia espec\xEDfica aos seguintes exemplos",interface:"Defini\xE7\xF5es de interface",import_export:"Importa\xE7\xE3o/Exporta\xE7\xE3o",import_export_title:"Configura\xE7\xE3o de importa\xE7\xE3o/exporta\xE7\xE3o",syncToGoogleDrive:"Sincronizar com o Google Drive agora",floatBallOptions:"Defini\xE7\xF5es do Hoverball","floatBallOptions.enable":"Ativar Hoverball","floatBallOptions.blockUrls":"Desativar o s\xEDtio Web","floatBallOptions.add":"aumentar","floatBallOptions.blockUrlDesc":"As Hoverballs n\xE3o s\xE3o apresentadas quando s\xE3o encontrados os seguintes s\xEDtios Web","floatBallOptions.clickType":"comportamento de clique","floatBallOptions.clickTypeDesc":"Comportamento do \xEDcone da bola flutuante quando clicado","floatBallOptions.clickPopup":"Mostrar painel de tradu\xE7\xE3o","floatBallOptions.clickTranslate":"Tradu\xE7\xE3o/apresenta\xE7\xE3o do texto original",previewAllThemes:"Pr\xE9-visualizar todos os estilos","translationTheme.none":"n\xE3o ter","translationTheme.grey":"cinzento escuro","translationTheme.dashed":"sublinhado pontilhado","translationTheme.dotted":"sublinhado pontilhado","translationTheme.dashedBorder":"borda pontilhada","translationTheme.solidBorder":"fronteira s\xF3lida","translationTheme.underline":"Sublinhar linhas rectas","translationTheme.mask":"Efeitos difusos (modos de aprendizagem)","translationTheme.opacity":"efeito de transpar\xEAncia","translationTheme.paper":"Efeito de sombra de papel branco","translationTheme.dividingLine":"linha divis\xF3ria","translationTheme.highlight":"alta luminosidade","translationTheme.marker":"marcador (palavra emprestada)","translationTheme.marker2":"Marcador 2","translationTheme.blockquote":"Estilos de refer\xEAncia","translationTheme.weakening":"enfraquecimento","translationTheme.italic":"tipo de letra inclinado","translationTheme.bold":"engrossar","translationTheme.thinDashed":"linha fina pontilhada sublinhada","translationTheme.nativeDashed":"O sistema vem com um sublinhado a tracejado","translationTheme.nativeDotted":"O sistema vem com um sublinhado pontilhado","translationTheme.nativeUnderline":"O sistema \xE9 fornecido com um sublinhado de linha reta","translationTheme.wavy":"linha ondulada","translationServices.custom":"API personalizada","translationServices.tencent":"Tencent Translator","translationServices.tenAlpha":"Tencent Translator (Alfa)","translationServices.google":"Google Tradutor","translationServices.bai":"Baidu (Alfa)","translationServices.baidu":"Tradu\xE7\xE3o do Baidu","translationServices.aliyun":"Tradu\xE7\xE3o AliCloud","translationServices.volc":"tradu\xE7\xE3o vulc\xE2nica","translationServices.deeplx":"DeepLX (Beta)","translationServices.bing":"Microsoft Translate","translationServices.deepl":"DeepL","translationServices.wechat":"Tradu\xE7\xE3o do WeChat","translationServices.azure":"Tradu\xE7\xE3o do Azure","translationServices.ibm":"IBM Watson","translationServices.aws":"Tradu\xE7\xE3o da Amazon","translationServices.mock":"Tradu\xE7\xE3o simulada","translationServices.mock2":"Tradu\xE7\xE3o Simulada 2","translationServices.caiyun":"lit. nuvens coloridas e pequenas tradu\xE7\xF5es","translationServices.cai":"Nuvens coloridas (Alfa)","translationServices.volcAlpha":"Vulc\xE3o (Alfa)","translationServices.openl":"OpenL","translationServices.youdao":"Tradu\xE7\xE3o do Youtube","translationServices.you":"Tradutor Youdao (Alfa)","translationServices.transmart":"Tradu\xE7\xE3o da Tencent Interactive","translationServices.niu":"Tradutor Maverick","translationServices.papago":"Tradu\xE7\xE3o de Papago","translationServices.d":"D (Alfa)","translationServices.dpro":"D Pro (Can\xE1rio)","translationServices.openai":"OpenAI","translationServices.yandex":"Yandex","translationServices.chatgpt":"ChatGPT Web(3.5 m\xF3vel)","translate title":"Traduzir t\xEDtulos de p\xE1ginas","always languages":"Traduzir sempre a l\xEDngua",neverTranslateLanguagesLabel:"A l\xEDngua que nunca ser\xE1 traduzida",neverTranslateTheFollowingLanguagesDescription:"As tradu\xE7\xF5es s\xE3o ignoradas quando um par\xE1grafo da p\xE1gina est\xE1 numa das seguintes l\xEDnguas",enableUserscriptPagePopup:"Mostrar hoverball na p\xE1gina",enableUserscriptPagePopupDescription:"Depois de desligar a hoverball, esta pode ser recuperada com o atalho /{touch}. Recomenda-se vivamente que marque esta p\xE1gina de defini\xE7\xF5es para evitar n\xE3o conseguir encontrar a hoverball depois de ter desligado inadvertidamente esta op\xE7\xE3o!","always translate the following languages":"Traduz automaticamente para a l\xEDngua de destino quando a p\xE1gina est\xE1 numa das seguintes l\xEDnguas","always sites":"S\xEDtios Web sempre traduzidos","always translate the following sites":"Os s\xEDtios Web s\xE3o automaticamente traduzidos para a l\xEDngua de chegada quando s\xE3o os nomes de dom\xEDnio de","never sites":"S\xEDtio nunca traduzido","never translate the following sites":"As tradu\xE7\xF5es n\xE3o ser\xE3o efectuadas quando o s\xEDtio Web se destinar aos seguintes dom\xEDnios","please refer to":"\xC9 necess\xE1rio preencher a chave antes de a poder utilizar. Para mais informa\xE7\xF5es, consulte",KeyAndConfigurationTutorial:"Tutorial de configura\xE7\xE3o e aplica\xE7\xE3o de chaves",useAboveStyleForTheseSites:"Utilize sempre o estilo de tradu\xE7\xE3o \u2308{theme}\u230B quando o s\xEDtio se destina aos seguintes dom\xEDnios",currentUrl:"URL atual",confirm:"guardar (um ficheiro, etc.) (inform\xE1tica)",cancel:"cancelamentos",delete:"remo\xE7\xE3o","languages.auto":"dete\xE7\xE3o autom\xE1tica",syncToCloud:"Sincronizar com o Google Drive",syncToCloudDescription:"Transferida para a nuvem, a configura\xE7\xE3o pode ser sincronizada entre diferentes navegadores/scripts do grease monkey, consoante a \xFAltima modifica\xE7\xE3o.",syncToAccount:"Sincroniza\xE7\xE3o com a Nuvem de Tradu\xE7\xE3o Imersiva",syncToAccountButton:"Sincroniza\xE7\xE3o instant\xE2nea com a nuvem",syncToAccountDescription:"Sincronizar automaticamente as configura\xE7\xF5es entre dispositivos diferentes, consoante a \xFAltima modifica\xE7\xE3o efectuada.",successSyncConfigInAccount:"Sincroniza\xE7\xE3o bem sucedida com a nuvem",successSyncConfigToAccount:"Sincroniza\xE7\xE3o bem sucedida com a nuvem",syncConfigNoUpdate:"J\xE1 est\xE1 atualizado.",authFail:"Falha de autoriza\xE7\xE3o",syncTitle:"Gest\xE3o manual de c\xF3pias de seguran\xE7a",import_hint:"importa\xE7\xE3o (dados)",upload:"carregar",revokeAuth:"revogar uma autoriza\xE7\xE3o",uploadFail:"Falha na transfer\xEAncia",download:"descarregamento",importSuccess:"Importado com sucesso",importFail:"falha na importa\xE7\xE3o",deleteFail:"Falha ao eliminar",backupToCloud:"Gerir manualmente os ficheiros de c\xF3pia de seguran\xE7a",create_new_backup:"Adicionar um novo n\xF3 de backup",maxBackupFiles:"\xC9 poss\xEDvel efetuar a c\xF3pia de seguran\xE7a de at\xE9{count}n\xF3s diferentes. Elimine os n\xF3s de que n\xE3o necessita.",backupToCloudDescription:"Carregar ou restaurar manualmente ficheiros de c\xF3pia de seguran\xE7a, permitindo at\xE9 3 c\xF3pias de seguran\xE7a diferentes",successSyncConfig:"Sincroniza\xE7\xE3o bem sucedida com a nuvem",syncFail:"falha de sincroniza\xE7\xE3o",updatedAt:"Atualizado a partir de {date}",lastSyncedAt:"\xDAltima verifica\xE7\xE3o em {date}",downloadFail:"Falha na transfer\xEAncia",clickToDownload:"Clique para descarregar",aboutLabel:"Acerca de - Feedback","browser.openAboutPage":"Sobre/Feedback",aboutLabelWithoutSponsor:"Acerca de - Feedback",aboutIntro:"Que todos possamos ter um acesso mais f\xE1cil e mais agrad\xE1vel \xE0 vasta quantidade de informa\xE7\xF5es em l\xEDnguas estrangeiras na Internet \u2764\uFE0F Pode optar por ativar a sua <6>subscri\xE7\xE3o Pro para utilizar as tradu\xE7\xF5es DeepL e OpenAI prontas a utilizar.

Pode seguir-nos no <3>Twitter, <4>Telegram, Weibo, WeChat ou <5>subscrever a nossa lista de <5>correio abaixo para acompanhar as actualiza\xE7\xF5es.
<7>Os membros Pro podem contactar-nos em <8>support@immersivetranslate.com para um servi\xE7o de apoio ao cliente r\xE1pido.",aboutIntroWithoutSponsor:"Que todos possamos ter um acesso mais f\xE1cil e mais agrad\xE1vel \xE0 enorme quantidade de informa\xE7\xE3o em l\xEDngua estrangeira dispon\xEDvel na Internet \u2764\uFE0F

Pode seguir-nos no <3>Twitter, no <4>canal Telegram, no WeChat, no WeChat Exchange ou <5>subscrever as actualiza\xE7\xF5es por correio <5>eletr\xF3nico abaixo.",projectHomepage:"In\xEDcio do projeto",joinTelegramGroup:"Junte-se ao grupo de utilizadores para participar em debates sobre funcionalidades",wechatPublicAccount:"WeChat P\xFAblico",wechatCommunities:"Grupo de interc\xE2mbio WeChat",qqCommunities:"Canal de comunica\xE7\xE3o QQ",joinTelegramChannel:"Siga o canal Telegram para obter as \xFAltimas actualiza\xE7\xF5es",feedbackAndJoin:"Feedback da pergunta / Adicionar grupo",autoSync:"sincroniza\xE7\xE3o autom\xE1tica da hora",loadingThemeTitle:"Estilo de carregamento",loadingThemeDescription:"Definir o estilo quando se est\xE1 \xE0 espera que a tradu\xE7\xE3o seja carregada","loadingTheme.spinner":"Anima\xE7\xE3o girat\xF3ria","loadingTheme.text":"texto est\xE1tico algo ","loadingTheme.none":"n\xE3o indicado",developerDescription:"A documenta\xE7\xE3o sobre personaliza\xE7\xE3o avan\xE7ada pode ser encontrada <1>aqui","edit border color":"Modificar a cor do rebordo",successSyncButNoChange:"A configura\xE7\xE3o atual \xE9 coerente com a nuvem",customTheme:"Cores e tamanhos personalizados","customThemeLabel.borderColor":"Cor da margem","customThemeLabel.borderRadius":"Arestas arredondadas","customThemeLabel.textColor":"cor do texto","customThemeLabel.backgroundColor":"cor de fundo","customThemeLabel.zoom":"Escala do tipo de letra (%)","customThemeLabel.opacity":"Opacidade do texto (%)",resetToDefaultColor:"Repor as cores predefinidas",resetToDefaultSettings:"Repor as predefini\xE7\xF5es",isTranslateTitle:"Ativar a tradu\xE7\xE3o dos t\xEDtulos das p\xE1ginas",isTranslateTitleDescription:"Quando aberto, o t\xEDtulo da p\xE1gina \xE9 traduzido",enableSearchEnhancement:"Permitir o melhoramento de mensagens bilingues",enableSearchEnhancementDescription:'Uma vez activada, os resultados da pesquisa do "Google News" ser\xE3o automaticamente apresentados na coluna direita dos s\xEDtios Web suportados (Google News, Pesquisa Google (algumas palavras-chave), Snowball, Oriental Fortune, Futura, Tiger Community) para as palavras-chave inglesas correspondentes.',verifyService:"Clique aqui para testar o servi\xE7o",verified:"Verificar o sucesso","field.langs":"C\xF3digos de idioma suportados","field.model":"modela\xE7\xE3o","field.translationEngine":"motor de tradu\xE7\xE3o","field.limitPerMinute":"M\xE1ximo de pedidos por minuto","field.limitPerSecond":"N\xFAmero m\xE1ximo de pedidos por segundo","field.maxTextLengthPerRequest":"Comprimento m\xE1ximo do texto por pedido","field.maxTextGroupLengthPerRequest":"N\xFAmero m\xE1ximo de par\xE1grafos por pedido","field.apiUrl":"Endere\xE7o da interface API personalizada","field.placeholderDelimiters":"marcador de posi\xE7\xE3o reservado","description.custom":"Acesso \xE0 interface personalizada Documenta\xE7\xE3o necess\xE1ria","description.limitPerMinute":"Os pedidos que excedem este limite entram numa fila de espera at\xE9 ao in\xEDcio do minuto seguinte. Devido \xE0s v\xE1rias limita\xE7\xF5es do servi\xE7o atual da OpenAI, clique <1>aqui para obter os valores sugeridos mais recentes","description.limitPerSecond":"Os pedidos que excedem este limite entram numa fila de espera at\xE9 ao in\xEDcio do segundo seguinte. Devido \xE0s v\xE1rias limita\xE7\xF5es do servi\xE7o atual da OpenAI, clique <1>aqui para obter os valores sugeridos mais recentes","description.generalLimitPerSecond":"Os pedidos que excedem este limite entram numa fila de espera at\xE9 ao in\xEDcio do segundo seguinte.","description.prompt":"Enviar a conversa para {service} como usu\xE1rio, onde {{text}} representa o conte\xFAdo do texto do par\xE1grafo, {{from}} representa a l\xEDngua do par\xE1grafo e {{to}} representa a l\xEDngua alvo.","description.maxTextLengthPerRequest":"O n\xFAmero m\xE1ximo de caracteres por pedido \xE9 demasiado grande para provocar uma resposta lenta da interface, pelo que deve tentar ajustar esta op\xE7\xE3o para otimizar a velocidade","description.systemPrompt":"Um di\xE1logo enviado ao OpenAI como um sistema, em que {{text}} indica o conte\xFAdo do texto do par\xE1grafo,{{from}} indica a l\xEDngua do par\xE1grafo e{{to}} indica a l\xEDngua de destino.","field.domain":"dom\xEDnio","description.domain":"A predefini\xE7\xE3o \xE9\uFF1Ageneral. S\xF3 pode ser definido se a tradu\xE7\xE3o de dom\xEDnios estiver activada na consola da API Arima, ver <1>aqui os dom\xEDnios suportados","field.scene":"tomar","description.scene":"A predefini\xE7\xE3o \xE9\uFF1Ageneral. S\xF3 pode ser definido se a consola da API AliCloud abrir o Machine Translation Pro, consulte <1>aqui os cen\xE1rios suportados","field.vocabId":"ID do dicion\xE1rio do utilizador","description.vocabId":"O dicion\xE1rio especificado out_id, atualmente suporta a tradu\xE7\xE3o de ingl\xEAs para chin\xEAs.","description.model":"Modelos OpenAI, podem ser gpt-3.5-turbo, gpt-4, etc.","description.maxTextGroupLengthPerRequest":"O n\xFAmero de par\xE1grafos enviados ao servi\xE7o de tradu\xE7\xE3o de cada vez; se houver demasiados par\xE1grafos, a interface poder\xE1 responder mais lentamente","description.apiUrl":"Por favor, adicione URLs espec\xEDficos com caminhos, <1>mais descri\xE7\xE3o",enabledExtension:"Ativa\xE7\xE3o de extens\xF5es",clickToDisableExtension:"Clique para desativar as extens\xF5es",clickToEnableExtension:"Clique para ativar as extens\xF5es",hasBeenDisabled:"desativado","show password":"Mostrar palavra-passe",customContent:"Introduzir um nome de modelo personalizado",inputOptions:"Melhoria da caixa de entrada",mouseHoverOptions:"passar o rato",modifyMouseHoverKey:"Modificar o atalho para passar o rato",enableInputTranslation:"Ativar ou n\xE3o o melhoramento da caixa de entrada",enableInputTranslationDescription:"Uma vez ativado, escreva {startingKey}{startingKey} hello diretamente na caixa de entrada e, em seguida, prima rapidamente{inputTrailingTriggerKeyRepeatTimes}vezes{trailingKey}para traduzir para {inputTargetLanguage}",enableInputTranslationDescriptionForNoneKey:"Uma vez ativado, escreva\uFF1AHello World diretamente na caixa de entrada e, em seguida, prima rapidamente{inputTrailingTriggerKeyRepeatTimes}{trailingKey}vezes para traduzir para o idioma de destino predefinido.",inputTargetLanguage:"Definir o idioma de destino predefinido para as caixas de entrada",inputTargetLanguageDescription:"L\xEDngua de destino predefinida para a tradu\xE7\xE3o da caixa de entrada, ou seja, {startingKey}{startingKey} como l\xEDngua predefinida para as palavras de acionamento",inputTargetLanguageDescriptionForNoneKey:"L\xEDngua de destino predefinida para a tradu\xE7\xE3o da caixa de entrada",inputStartingTriggerKeyTitle:"Definir o car\xE1cter de divis\xE3o para a tradu\xE7\xE3o parcial da caixa de entrada",inputStartingTriggerKeyDescription:"Quando n\xE3o \xE9 necess\xE1rio traduzir toda a caixa de entrada, o separador permite-lhe traduzir apenas a parte de {startingKey}{startingKey} at\xE9 ao fim da caixa de entrada, ou pode especificar o c\xF3digo da l\xEDngua, por exemplo,\uFF1A{startingKey}ja significa traduzir apenas a parte de {startingKey}ja at\xE9 ao fim da caixa de entrada.",inputStartingTriggerKeyDescriptionForNoneKey:"A defini\xE7\xE3o atual de sem prefixo n\xE3o \xE9 necess\xE1ria, e a fun\xE7\xE3o de tradu\xE7\xE3o de alguns textos na caixa de entrada n\xE3o pode ser utilizada por enquanto.",inputTrailingTriggerKeyTitle:"Selecionar um car\xE1cter de acionamento de fim de registo",inputTrailingTriggerKeyDescription:"3 hits r\xE1pidos{trailingKey} come\xE7ar\xE1 a traduzir!",inputTrailingTriggerKeyTimeout:"Introduzir o tempo entre os accionamentos de fim de combate",inputTrailingTriggerKeyTimeoutDescription:"Define o tempo (em milissegundos) entre os accionamentos da combina\xE7\xE3o de fim de entrada",spaceKey:"<\u7A7A\u683C\u952E>",noneKey:"Tradu\xE7\xE3o direta de toda a caixa de texto sem prefixos",inputTranslationBlockUrlsTitle:"N\xE3o ativar o melhoramento da caixa de entrada nos seguintes URLs",inputTranslationBlockUrlsDescription:"As melhorias na caixa de entrada n\xE3o funcionar\xE3o nos seguintes URLs",clickToSeeQuickDemo:"Clique para expandir o v\xEDdeo tutorial r\xE1pido de 30 segundos",inputHelperInfo:"Descri\xE7\xE3o\uFF1AOptimiz\xE1mos o facto de alguns caracteres desencadeadores se transformarem em sinais de pontua\xE7\xE3o chineses nos m\xE9todos de introdu\xE7\xE3o chineses, por exemplo, / transforma-se num sinal de dun , no m\xE9todo de introdu\xE7\xE3o Sogou, e o Immersive Translator suporta todos os s\xEDmbolos chineses correspondentes aos caracteres desencadeadores, ou seja, //,,,, ser\xE3o reconhecidos como caracteres desencadeadores.

Tamb\xE9m suportamos pseud\xF3nimos chineses para c\xF3digos de idioma como comandos, por exemplo, /Japanese Hello World ser\xE1 traduzido para japon\xEAs, <1>clique aqui para ver todos os c\xF3digos de idioma suportados.",reloadCurrentPage:"Por favor, actualize a p\xE1gina atual antes de iniciar a tradu\xE7\xE3o.",noLocalFilePermissionForPDF:"N\xE3o tem permiss\xE3o para ler ficheiros locais, por favor clique no bot\xE3o acima e depois importe os ficheiros locais.",noPermissionForThisPage:"\u26A0\uFE0F Sem permiss\xE3o para traduzir a p\xE1gina atual",retryAllParagraphs:"Repetir todas as passagens de erro",retryAllButton:"Repetir todas as passagens de erro",errorTooltipTitle:"Clique para ver a causa do erro",errorModalTitle:"Algo parece estar errado com o servi\xE7o de tradu\xE7\xE3o ou com a rede...",disableConfirm:"Defini\xE7\xE3o de melhoria da informa\xE7\xE3o bilingue",disableOnce:"Esta incapacidade",disableGlobal:"desativar permanentemente",disableTint:"* Pode voltar a activ\xE1-lo em {option} .",searchEnhancementNotes:"Depois de ativar a funcionalidade de Melhoria da informa\xE7\xE3o bilingue da tradu\xE7\xE3o imersiva, pesquisamos automaticamente as mesmas palavras-chave em ingl\xEAs nos s\xEDtios Web suportados (Google News, Pesquisa Google (algumas palavras-chave), Snowball, Oriental Wealth, Futura, Tiger) e apresentamo-las no lado direito. Pode optar por desactiv\xE1-la se n\xE3o necessitar desta funcionalidade.",option:"preparar",saveSettings:"Guardar defini\xE7\xF5es",closeModal:"Fechar a janela",enableInputTranslationWithoutTriggerKeyTitle:"Permitir 3 acessos r\xE1pidos em{trailingKey}para traduzir diretamente toda a caixa de entrada para{inputTargetLanguage}",enableInputTranslationWithoutTriggerKeyDescription:"Para especificar o idioma de destino, prefixe-o com o c\xF3digo do idioma, por exemplo,\uFF1Aja Hello World",mouseHoverShortcutPlaceholder:"Por exemplo,\uFF1AShift",deepLProName:"Membro Pro da Immersive Translation (Recomendado)",deepLProDescription:"O pacote atual pode ser utilizado diretamente",deeplProDescriptionForNormal:"N\xE3o \xE9 necess\xE1ria qualquer configura\xE7\xE3o, os membros podem utiliz\xE1-lo depois de iniciarem sess\xE3o, <1>clique aqui para atualizar para membro",deepLCustomDescription:"Necess\xE1rio cart\xE3o de cr\xE9dito estrangeiro, oficialmente aberto em <1>DeepL, clique para <2>documenta\xE7\xE3o",deepLCustomName:"Chave de autentica\xE7\xE3o personalizada",chooseProviderLabel:"Selecionar um fornecedor de servi\xE7os",openaiProName:"Membro Pro da Immersive Translation (Recomendado)",openaiProDescription:"O pacote atual pode ser utilizado diretamente",openaiProDescriptionForNormal:"N\xE3o \xE9 necess\xE1ria qualquer configura\xE7\xE3o, os membros podem utiliz\xE1-lo depois de iniciarem sess\xE3o, <1>clique aqui para atualizar para membro",openaiCustomDescription:"Dispon\xEDvel no OpenAI, Azure OpenAI ou noutros servi\xE7os de terceiros, <1>clique aqui para ver a documenta\xE7\xE3o",openaiCustomName:"Chave API personalizada",needLoginAction:"(ades\xE3o aberta ou personaliza\xE7\xE3o)",goLoginOrAction:"(Abrir uma inscri\xE7\xE3o ou ir \xE0s defini\xE7\xF5es)",yearly:"efetuar um pagamento anual consecutivo",quarterly:"embalagem sequencial",monthly:"assinatura mensal",yearlyForOnce:"Pacote anual \xFAnico",monthlyForOnce:"Pacote mensal \xFAnico",daily:"dias consecutivos de embalagem",year:"efetuar um pagamento anual consecutivo",quarter:"embalagem sequencial",month:"assinatura mensal",day:"dias consecutivos de embalagem",onetime_7day:"Pacote de experi\xEAncia de 7 dias",currentPlanDescriptionForFree:"Pacotes actuais\uFF1AFree",currentPlanDescriptionForContinuous:"O pacote atual\uFF1A{plan}ser\xE1 automaticamente renovado em {endAt}",currentPlanDescriptionForAutoRenewCaceling:"O pacote atual\uFF1A{plan}expira em {endAt} e n\xE3o ser\xE1 renovado automaticamente ap\xF3s a expira\xE7\xE3o.",currentYearlyPlanDescriptionForAutoRenewCacelingWithRealPaiedUser:"O pacote atual,\uFF1A{plan}, expira em {endAt} e n\xE3o ser\xE1 renovado automaticamente ap\xF3s a expira\xE7\xE3o.
<1>Clique aqui para gerir o seu plano de renova\xE7\xE3o",currentYearlyPlanDescriptionForAutoRenewCacelingWithAdmin:"O pacote atual,\uFF1A{plan}, expira em {endAt} e n\xE3o ser\xE1 renovado automaticamente ap\xF3s a expira\xE7\xE3o.
<1>Clique aqui para ativar a subscri\xE7\xE3o anual cont\xEDnua",currentPlanDescriptionForOneTime:"A subscri\xE7\xE3o atual\uFF1A{plan}expira em {endAt} . <1>Clique aqui para atualizar para uma subscri\xE7\xE3o <1>anual ou <2>mensal.",upgradePlan:"Clique aqui para atualizar para a subscri\xE7\xE3o Pro",upgradeToPro:"Atualizar para a subscri\xE7\xE3o Pro","popup.openPro":"Actualize para a subscri\xE7\xE3o Pro para desfrutar de DeepL e da tradu\xE7\xE3o OpenAI, clique aqui para atualizar!","popup.openProForPro":"\xC9 um membro Pro com acesso direto \xE0s tradu\xE7\xF5es de DeepL e OpenAI!",currentAccount:"conta corrente",enableAutoSyncUserSettings:"Permitir a sincroniza\xE7\xE3o autom\xE1tica na nuvem em v\xE1rios dispositivos",modalEnableInputTranslationTitle:"Tradu\xE7\xE3o imersiva Caixa de entrada Alertas de tradu\xE7\xE3o",modalEnableInputTranslationDesc:"Acaba de ativar a tradu\xE7\xE3o da caixa de entrada da Tradu\xE7\xE3o Imersiva, carregando na barra de espa\xE7os 3 vezes em sucess\xE3o r\xE1pida, e o conte\xFAdo da caixa de entrada ser\xE1 traduzido para a l\xEDngua de destino predefinida. A tradu\xE7\xE3o pode ser anulada com Ctrl+Z.

Se isto foi um erro, n\xE3o se preocupe, pode optar por desactiv\xE1-la desta vez ou desativar permanentemente a tradu\xE7\xE3o da caixa de entrada.",saveAndNotShowAgain:"Guardar e parar a solicita\xE7\xE3o",disableInputTranslationTips:"* Tamb\xE9m pode definir outros atalhos para serem accionados em {option} ,{learnMore}.",learnMore:"Clique aqui para saber mais",continueEnalbeInputTranslation:"Continuar a ativar a tradu\xE7\xE3o da caixa de entrada",autoRenewTrialSuffix:'(Durante o per\xEDodo experimental,passa imediatamente a membro efetivo)',upgradeFromTrialTitle:"Atualiza\xE7\xE3o para membro de pleno direito",subtitle:"legendagem de v\xEDdeo",youtubeService:"Tradu\xE7\xE3o por imers\xE3o Servi\xE7os de tradu\xE7\xE3o de legendagem de v\xEDdeo","subtitle.disabledSubtitle":"Desativar permanentemente a funcionalidade de legendas de v\xEDdeo","subtitle.disabledSubtitleDescription":"Se Immersive Translator's Video Subtitles entrar em conflito com outras extens\xF5es, pode optar por desativar permanentemente a funcionalidade Immersive Translator's Video Subtitles ou desinstalar outras extens\xF5es que entrem em conflito","subtitle.autoEnableSubtitle":"Utiliza\xE7\xE3o autom\xE1tica de legendas bilingues","subtitle.autoEnableSubtitleDescription":"Depois de ativado, quando o v\xEDdeo \xE9 reproduzido, as legendas bilingues s\xE3o exibidas automaticamente, caso contr\xE1rio, \xE9 necess\xE1rio clicar no bot\xE3o de tradu\xE7\xE3o para exibir.","subtitle.preTranslation":"Traduzir legendas utilizando a tradu\xE7\xE3o imersiva","subtitle.preTranslationDescription":"Quando activada, toda a legenda ser\xE1 pr\xE9-traduzida utilizando o servi\xE7o de tradu\xE7\xE3o especificado abaixo, e um v\xEDdeo de 1 hora consumir\xE1 cerca de 50.000 Tokens ou caracteres, pelo que deve ser utilizada \xE0 sua discri\xE7\xE3o; quando desactivada, ser\xE3o utilizadas primeiro as legendas originais.","subtitle.humanSubtitlesPreferred":"Utiliza\xE7\xE3o priorit\xE1ria de legendagem humana","subtitle.humanSubtitlesPreferredDescription":"Dar prioridade \xE0 utiliza\xE7\xE3o de legendas humanas quando o v\xEDdeo tiver legendas humanas na l\xEDngua de chegada (recomendado)",videoSubtitleTranslationDescription:"Atribuir um servi\xE7o de tradu\xE7\xE3o separado para as legendas de v\xEDdeo",subtitleTranslating:"Aguarde enquanto as legendas est\xE3o a ser traduzidas utilizando o servi\xE7o {service} ... (tradu\xE7\xE3o por imers\xE3o)",subtitleLoading:"A carregar as legendas...",bilingual:"bilinguismo","field.action":"Se deve ativar a terminologia Baidu","description.action":"Quando ativado, ser\xE1 adicionado um par\xE2metro action=1 ao pedido para informar o Baidu do termo ativado. <1>Consulte a documenta\xE7\xE3o oficial para obter mais informa\xE7\xF5es.",closeQuickTranslation:"Fechar Hoverball","closeQuickTranslation.untilNext":"Desta vez fechado at\xE9 \xE0 pr\xF3xima visita","closeQuickTranslation.currentWebsite":"S\xEDtio atual desativado","closeQuickTranslation.alwaysClose":"desativar permanentemente","closeQuickTranslation.settingOpen":"(pode ser ativado na <1>p\xE1gina de defini\xE7\xF5es )","closeQuickTranslation.cancel":"cancelamentos","closeQuickTranslation.confirm":"definir","floatBall.popup":"Abrir o painel Defini\xE7\xF5es r\xE1pidas","floatBall.translate":"Clique para traduzir a p\xE1gina","floatBall.showOriginal":"Clique para voltar ao artigo original","floatBall.close":"Fechar Hoverball","floatBallOptions.enableDescPc":"Depois de ativar o hoverball da p\xE1gina, ser\xE1 apresentado um bot\xE3o de tradu\xE7\xE3o r\xE1pida no lado direito da p\xE1gina, clique nele para traduzir!","floatBallOptions.enableDesc":"Depois de desligar a hoverball, esta pode ser recuperada com{touch}. Recomenda-se vivamente que marques esta p\xE1gina de defini\xE7\xF5es para o caso de n\xE3o conseguires encontrar a hoverball depois de teres desligado inadvertidamente esta op\xE7\xE3o!","description.azureApiUrl":"Preencher o endere\xE7o da interface API personalizada",confirmSupportMouse:"For\xE7ar a ativa\xE7\xE3o do suporte do rato",confirmSupportMouseDescription:"Detectado que o browser atual n\xE3o suporta a fun\xE7\xE3o de rato, \xE9 for\xE7ado a ativar o suporte de rato?",sampleTargetText:"A longa noite chegar\xE1, e eu vigiarei de hoje at\xE9 \xE0 minha morte. N\xE3o tomarei nenhuma esposa, n\xE3o farei nenhum feudo, n\xE3o terei filhos. N\xE3o usarei uma coroa, n\xE3o lutarei por honra. Cumprirei o meu dever, viverei e morrerei.",sampleSourceText:"Night gathers, and now my watch begins. It shall not end until my death. I shall take no wife, hold no lands, father no children. I shall wear no crowns and win no glory. I shall live and die at my post.","desc.touchShortcutsToggleTranslatePageOnlyTranslation":"Apenas a tradu\xE7\xE3o significa que apenas o texto traduzido ser\xE1 exibido, se a p\xE1gina ainda n\xE3o foi traduzida, o modo ser\xE1 alterado e traduzido.","desc.toggleOnlyTransation":"O modo de tradu\xE7\xE3o apenas se refere a mostrar apenas a tradu\xE7\xE3o, se a p\xE1gina ainda n\xE3o foi traduzida, o modo ser\xE1 alterado e traduzido.",touchShortcutsToggleTranslatePageOnlyTranslation:"Configurar gestos de toque na tela para alternar entre o modo bil\xEDngue / apenas tradu\xE7\xE3o",download_started:"O download j\xE1 come\xE7ou, se n\xE3o come\xE7ou automaticamente, por favor clique manualmente.",here:"aqui","translationFont.customPlaceholder":"tipo de letra",batchEdit:"Opera\xE7\xE3o em massa","error.goReset":"ir redefinir","error.configError":"Dados de configura\xE7\xE3o anormais","translationServices.inherit":"Siga o servi\xE7o de tradu\xE7\xE3o principal",detectServiceLoading:"Detectando servi\xE7os de tradu\xE7\xE3o dispon\xEDveis...","translationModeLang.translation.title":"Apenas o modo de tradu\xE7\xE3o de idioma","translationFont.custom":"Insira a fonte personalizada","error.serveConfigError":"Erro de configura\xE7\xE3o do servi\xE7o",toggleToService:"Mude para {service} e tente novamente","touch.mouse-translate":"Traduzir o par\xE1grafo especificado","translationModeUrl.translation.title":"Modo de apenas tradu\xE7\xE3o do URL","error.proTokenInvalid":"Se voc\xEA \xE9 um usu\xE1rio Pro, fa\xE7a login antes de usar o servi\xE7o de tradu\xE7\xE3o Pro.",enableSentryReport:"Quando ocorre um erro de extens\xE3o, use o Sentry para enviar feedback.",translationFont:"Definir fonte",videoSubtitlePreTranslationOn:"As legendas de v\xEDdeo usar\xE3o tradu\xE7\xE3o imersiva como prioridade.","error.reloadPageOfSetting":"Ap\xF3s a configura\xE7\xE3o, atualize a p\xE1gina para traduzir novamente.","translationModeLang.translation.description":"Quando a l\xEDngua da p\xE1gina \xE9 uma das seguintes, o modo de tradu\xE7\xE3o apenas ser\xE1 usado automaticamente.","error.502":"O servi\xE7o retornou um erro, o servi\xE7o est\xE1 fora do tempo, por favor tente novamente mais tarde.","error.googleLimitIp":"O servi\xE7o retorna um erro, o servi\xE7o Google j\xE1 limitou este endere\xE7o IP, \xE9 recomendado que voc\xEA mude o n\xF3 da rede.","error.403":"O servi\xE7o retorna um erro, temporariamente sem permiss\xE3o para acessar esse servi\xE7o.","error.400":"O servi\xE7o retorna um erro, o par\xE2metro de solicita\xE7\xE3o est\xE1 errado, por favor, verifique a configura\xE7\xE3o correspondente.","error.proUpgrade":"Ap\xF3s a atualiza\xE7\xE3o, atualize a p\xE1gina e traduza novamente.",videoSubtitlePreTranslationOff:"As legendas do v\xEDdeo dar\xE3o prioridade \xE0s legendas traduzidas automaticamente inclu\xEDdas no v\xEDdeo original.","error.429":"O servi\xE7o retornou um erro, indicando que a solicita\xE7\xE3o \xE9 muito frequente ou excede o limite, tente novamente mais tarde.","error.gemini.429":"O servi\xE7o Gemini atual atingiu sua capacidade m\xE1xima, por favor, tente novamente mais tarde ou mude para outro servi\xE7o de tradu\xE7\xE3o.","error.openAIExceededQuota":"O servi\xE7o retorna um erro: o saldo da sua conta OpenAI atual \xE9 insuficiente, por favor recarregue ou vincule um cart\xE3o de cr\xE9dito no back-end oficial da OpenAI.","translationFont.notSupportErrorMessage":"Por favor, verifique se o nome da fonte que voc\xEA inseriu est\xE1 correto, ou confirme se essa fonte j\xE1 est\xE1 instalada em seu dispositivo.","translationModeUrl.translation.description":"Quando o site \xE9 para os seguintes dom\xEDnios, o modo de apenas tradu\xE7\xE3o \xE9 usado automaticamente.","desc.toggleVideoSubtitlePreTranslation":"Ao pressionar, as legendas em dois idiomas do v\xEDdeo usar\xE3o preferencialmente as configura\xE7\xF5es de tradu\xE7\xE3o imersiva, ao pressionar novamente, as legendas autom\xE1ticas do v\xEDdeo original ser\xE3o priorizadas. Aten\xE7\xE3o: este atalho modifica as configura\xE7\xF5es globais.","error.openAIFreeLimit":"O servi\xE7o retorna um erro, a frequ\xEAncia atual de solicita\xE7\xF5es de tradu\xE7\xE3o atingiu o limite m\xE1ximo de 3 vezes por minuto, tente novamente mais tarde. (Esta \xE9 a restri\xE7\xE3o oficial da OpenAI para a chave API gratuita, para remover essa restri\xE7\xE3o, vincule um cart\xE3o de cr\xE9dito no backend da OpenAI.)","error.serveUnavailable":"O servi\xE7o [{serverName}] que voc\xEA est\xE1 usando atualmente n\xE3o pode ser acessado temporariamente devido a problemas de conex\xE3o de rede ou do provedor de servi\xE7os. Sugerimos que voc\xEA tente atualizar a p\xE1gina ou alterar para outro servi\xE7o de tradu\xE7\xE3o atrav\xE9s das <1>configura\xE7\xF5es. Se voc\xEA \xE9 um membro <2>Pro, pode optar por usar os servi\xE7os de tradu\xE7\xE3o mais est\xE1veis da DeepL ou OpenAI (<3>clique aqui para experimentar gratuitamente). Al\xE9m disso, voc\xEA pode precisar verificar suas configura\xE7\xF5es de rede ou proxy.","tagsInput.add":"+ Adicionar","floatBall.iKnow":"Eu sei.",pickAll:"Selecionar tudo",goLogin:"V\xE1 fazer login",notLogin:"N\xE3o conectado","error.retry":"Tentar novamente",shortcutSettingsTitle:"Configura\xE7\xF5es de atalho","error.reason":"Raz\xE3o do erro","subtitle.hideQuickButton":"N\xE3o mostrar mais este atalho",errorReason:"Raz\xE3o do erro: {message}","widget.instruction":"Instru\xE7\xF5es de uso","multipleClick.2":"Clique duplo","multipleClick.3":"Tr\xEDplice golpe","widget.translateFile":"PDF/ePub","floatBallOptions.fixedPositionLeft":"lado esquerdo","floatBallOptions.fixedPosition":"Posi\xE7\xE3o fixa",buildSnapshots:"Gerar instant\xE2neo da p\xE1gina da web","intro.floatBallTitle":"Bola flutuante de tradu\xE7\xE3o r\xE1pida",neverTranslateThisSite:"Nunca traduza este site",mouseHoverCustomKeyTitle:"Personalizar atalhos de mouse hover","subtitle.autoDisableSubtitle":"N\xE3o ative automaticamente as legendas bilingues","browser.translateWithGoogle":"Usar o Google Tradutor temporariamente para a p\xE1gina atual","error.subscriptionExpiredTitle":"A associa\xE7\xE3o expirou","floatBallOptions.fixedPositionRight":"lado direito",loggedIn:"Conectado","subtitle.bilingual":"Legendas bil\xEDngues","slide.right":"Deslize para a esquerda",networkError:"O servi\xE7o de tradu\xE7\xE3o ou a rede est\xE1 com problemas",contact:"Entre em contato conosco","intro.subtitleTitle":"Exibi\xE7\xE3o de legendas bilingues em v\xEDdeos online","browser.translateWithTransmart":"Usar temporariamente o Tencent para traduzir a p\xE1gina atual",alwaysTranslateThisSite:"Sempre traduza este site",temprarilyChangeTranslationTo_gemini:"Est\xE1 a usar o Gemini para traduzir a p\xE1gina atual","multipleClick.4":"Qu\xE1druplo golpe","intro.hoverTitle":"Passe o mouse para traduzir o par\xE1grafo atual",temprarilyChangeTranslationTo_google:"Est\xE1 a usar o Google Tradutor para traduzir a p\xE1gina atual","shortcutGroup.touch":"Gestos espec\xEDficos para tela sens\xEDvel ao toque",notLoginPro:"Ainda n\xE3o iniciou sess\xE3o na sua conta de membro.",paragraphMinTextCountField:"N\xFAmero m\xEDnimo de caracteres necess\xE1rios para traduzir um par\xE1grafo",temprarilyChangeTranslationTo_openai:"Est\xE1 a usar o OpenAI para traduzir a p\xE1gina atual",translationOnlyMode:"Apenas modo de tradu\xE7\xE3o",viewWithImmersiveTranslate:"Vers\xE3o bil\xEDngue (tradu\xE7\xE3o imersiva)","translationServices.gemini":"G\xEAmeos","browser.toggleMouseHoverTranslateDirectly":"Ativar ou desativar temporariamente a tradu\xE7\xE3o direta do mouse hover na p\xE1gina",shortcutSettings:"Atalho","browser.translateWithOpenAI":"Usar temporariamente o OpenAI para traduzir a p\xE1gina atual",touchShortcutsToggleTranslateTouchElement:"Configurar gestos de toque na tela para traduzir par\xE1grafos espec\xEDficos","widget.instructionTooltip":"Consulte as instru\xE7\xF5es de uso","shortcutGroup.mouse":"Configura\xE7\xE3o de atalhos de teclado para hover do mouse",temprarilyChangeTranslationTo_deepl:"Est\xE1 a usar o DeepL para traduzir a p\xE1gina atual.","floatBall.longPress":"Pressione e segure para abrir rapidamente o painel de configura\xE7\xF5es.","widget.videoSubtitle":"legendas de v\xEDdeo",upgradeToProErrorTitle:"Por favor, atualize para o membro Pro antes de usar este servi\xE7o de tradu\xE7\xE3o.","floatBallOptions.fixedPositionDesc":"A bola flutuante est\xE1 \xE0 esquerda ou \xE0 direita da janela?","shortcutGroup.shortcutsForTranslationServices":"Servi\xE7os de tradu\xE7\xE3o atalhos relacionados",temprarilyChangeTranslationTo_transmart:"Est\xE1 a usar o Tencent para traduzir a p\xE1gina atual.",touchShortcutsOff:"fechar","browser.translateWithBing":"Usar temporariamente o Microsoft Translate para traduzir a p\xE1gina atual","browser.toggleVideoSubtitlePreTranslation":"Alternar legendas bil\xEDngues prefere usar configura\xE7\xF5es de tradu\xE7\xE3o imersiva","proQuotaExceededError.resetTime":"3. Tempo de redefini\xE7\xE3o do limite: {resetTime}","widget.videoSubtitleTooltip":"Suporta Youtube e outros {count}+ sites de v\xEDdeo","desc.touchShortcutsToggleTranslateTouchElement":"Personalize um gesto e voc\xEA poder\xE1 traduzir qualquer par\xE1grafo em que estiver.","subtitle.showQuickButton":"No leitor, exibir legendas em dois idiomas \xE9 um atalho","shortcutGroup.others":"Mais atalhos de fun\xE7\xF5es personalizadas",touchShortcutsToggleTranslationMask:"Configurar gestos de toque na tela para mostrar a m\xE1scara de tradu\xE7\xE3o / mostrar o texto original",temprarilyChangeTranslationTo_bing:"Est\xE1 a usar o Microsoft Translator para traduzir a p\xE1gina atual.","browser.translateWithGemini":"Use temporariamente o Gemini para traduzir a p\xE1gina atual","error.subscriptionExpired":"A sua associa\xE7\xE3o pode ter expirado, por favor verifique o estado da sua associa\xE7\xE3o.","browser.translateInputBox":"Traduzir o conte\xFAdo da caixa de entrada atual",touchShortcutsToggleTranslatePage:"Defina gestos de toque na tela para traduzir p\xE1ginas da web / mostrar o texto original","widget.translateFileTooltip":"Traduzir documentos PDF, EPUB, SRT, ASS, HTML e TXT","description.baiduField":"Os campos suportados s\xE3o vistos <1>aqui, se estiver vazio, significa que nenhum campo \xE9 especificado.","browser.translateWithDeepL":"Use temporariamente o DeepL para traduzir a p\xE1gina atual","desc.interfaceLanguage":"A configura\xE7\xE3o do idioma da interface afeta o idioma de exibi\xE7\xE3o do painel de controle e n\xE3o est\xE1 relacionada ao idioma de destino da tradu\xE7\xE3o.","neverTranslateText.title":`Por favor, traduza diretamente para o portugu\xEAs (evite explicar o texto original): + {env.imt_trans_field}: \uBC88\uC5ED\uBB38`,"subtitle.quickButton.setting":"\uC124\uC815","subtitle.quickButton.translationPosition":"\uBC88\uC5ED \uC704\uCE58","subtitle.quickButton.black":"\uAC80\uC740\uC0C9","translationServices.claude":"\uD074\uB85C\uB4DC","subtitle.quickButton.translationPositionTop":"\uC6D0\uBB38 \uC704\uC5D0","subtitle.quickButton.backgroundColor":"\uBC30\uACBD\uC0C9","subtitle.quickButton.translationPositionBottom":"\uC6D0\uBB38 \uC544\uB798\uC5D0","subtitle.quickButton.yellow":"\uB178\uB780\uC0C9","subtitle.quickButton.white":"\uD558\uC580\uC0C9","subtitle.quickButton.translationTextColor":"\uBC88\uC5ED \uAE00\uAF34 \uC0C9\uC0C1","subtitle.quickButton.red":"\uBE68\uAC04\uC0C9","subtitle.quickButton.sourceTextColor":"\uC6D0\uB798 \uAE00\uAF34 \uC0C9\uC0C1","subtitle.quickButton.green":"\uB179\uC0C9","subtitle.quickButton.cyan":"\uCCAD\uC0C9","subtitle.quickButton.magenta":"\uB9C8\uC820\uD0C0\uC0C9","subtitle.quickButton.backgroundOpacity":"\uBC30\uACBD \uBD88\uD22C\uBA85\uB3C4","subtitle.quickButton.translationFontSize":"\uBC88\uC5ED \uAE00\uC790 \uD06C\uAE30","subtitle.quickButton.sourceFontSize":"\uC6D0\uB798 \uAE00\uAF34 \uD06C\uAE30","subtitle.quickButton.blue":"\uD30C\uB780\uC0C9",attachSubtitleTranslating:"{service}\uB97C \uC0AC\uC6A9\uD558\uC5EC \uBC88\uC5ED \uC911...","error.claude.403":"\uC11C\uBE44\uC2A4\uC5D0 \uC561\uC138\uC2A4 \uD560 \uAD8C\uD55C\uC774 \uC5C6\uC2B5\uB2C8\uB2E4. \uC774\uB294 Claude\uC758 \uC9C0\uC5ED \uC81C\uD55C\uACFC \uAD00\uB828\uC774 \uC788\uC744 \uC218 \uC788\uC2B5\uB2C8\uB2E4. IP \uC8FC\uC18C\uB97C \uBCC0\uACBD\uD558\uAC70\uB098 \uB2E4\uB978 \uBC88\uC5ED \uC11C\uBE44\uC2A4\uB97C \uC0AC\uC6A9\uD574 \uBCF4\uC2ED\uC2DC\uC624.","browser.brandDescriptionForSafari":"\u3010\uBAB0\uC785\uD615 \uBC88\uC5ED\u3011\uBB34\uB8CC\uC758 (\uC6D0\uBB38/\uBC88\uC5ED\uBB38) \uC774\uC911 \uC5B8\uC5B4 \uB300\uC870 \uC6F9 \uD398\uC774\uC9C0 \uBC88\uC5ED \uD50C\uB7EC\uADF8\uC778\uC73C\uB85C, PDF \uBC88\uC5ED \uBC0F EPUB \uC804\uC790\uCC45 \uBC88\uC5ED\uC744 \uC9C0\uC6D0\uD558\uBA70 \uC6D0\uBB38\uC758 \uBB38\uC11C \uBC30\uCE58\uB97C \uC720\uC9C0\uD569\uB2C8\uB2E4. Youtube/Netflix \uB4F1\uC758 \uC628\uB77C\uC778 \uBE44\uB514\uC624 \uC774\uC911 \uC5B8\uC5B4 \uC790\uB9C9 \uBC88\uC5ED\uC744 \uC9C0\uC6D0\uD558\uBA70, Deepl/Google \uB4F1 \uC8FC\uC694 \uBC88\uC5ED \uC11C\uBE44\uC2A4\uB97C \uC9C0\uC6D0\uD569\uB2C8\uB2E4.","browser.PdfProFile":"AI\uAC00 \uAD6C\uB3D9\uD558\uB294 PDF Pro \uBC88\uC5ED","browser.textTranslate":"\uBB38\uC11C \uBC88\uC5ED"};var Pb={nologin:"n\xE3o conectado",loginForSafari:"Iniciar sess\xE3o ou registar-se",login:"Iniciar sess\xE3o para abrir uma inscri\xE7\xE3o",manageAccount:"Contas geridas",openPremium:"Associa\xE7\xE3o aberta",logout:"abortar",curentPlan:"Pacotes actuais",endAt:"expira\xE7\xE3o",endAuto:"renova\xE7\xE3o autom\xE1tica",lineBreakMaxTextCount:"N\xFAmero m\xE1ximo de caracteres permitidos por frase ap\xF3s as mudan\xE7as de linha","translate-pdf":"Clique para traduzir o PDF","noSupportTranslate-pdf":"Script n\xE3o suportado, utilize o plugin","translate-firefox-local-pdf":"Clique para ir para Importar PDF",enableLineBreak:"Ativar o avan\xE7o autom\xE1tico de linha para par\xE1grafos longos",sponsorLabel:"$1 Desenvolvedores patrocinados",help:"m\xE3o",browserShortcutsNoteForFirefox:"Para alterar os atalhos no Firefox, \xE9 necess\xE1rio abrir a p\xE1gina de gest\xE3o de extens\xF5es `about:addons`, clicar em `Settings` e, em seguida, clicar em `Manage Shortcuts` para definir os atalhos.",browserShortcutsNoteForChrome:"Para modificar os atalhos no Chrome, tem de abrir a p\xE1gina de gest\xE3o de extens\xF5es, defini-los no painel `Gerir atalhos` (`chrome://extensions/shortcuts`) e clicar no bot\xE3o abaixo para saltar para a p\xE1gina de gest\xE3o de atalhos.",browserShortcutsSucks:"Os atalhos personalizados s\xE3o formatados como (sem reconhecimento autom\xE1tico, introduza diretamente)\uFF1A",enableLineBreakDescription:"Quando activada, as quebras de linha ser\xE3o inseridas no final de cada frase em par\xE1grafos longos para facilitar a leitura","browser.shortBrandName":"Tradu\xE7\xE3o por imers\xE3o","browser.brandName":"Tradu\xE7\xE3o por imers\xE3o: Tradu\xE7\xE3o bilingue de p\xE1ginas Web e de documentos PDF","browser.brandDescription":"Bilingual web page translation, also supports PDF translation, bilingual Epub eBook translation, free to use.","browser.toggleTranslatePage":"Traduzir a p\xE1gina/apresentar o texto original","browser.toggleTranslateTheWholePage":"Traduzir todas as \xE1reas da p\xE1gina/apresentar o texto original","browser.toggleOnlyTransation":"Alternar entre o modo bil\xEDngue / apenas tradu\xE7\xE3o","browser.toggleTranslateToThePageEndImmediately":"Tradu\xE7\xE3o imediata para o fim da p\xE1gina/visualiza\xE7\xE3o do texto original","browser.toggleTranslateTheMainPage":"Traduzir a \xE1rea principal da p\xE1gina/apresentar o texto original","browser.shareToDraft":"Partilhar p\xE1ginas bilingues","browser.openOptionsPage":"Abrir a p\xE1gina de defini\xE7\xF5es","browser.toggleTranslationMask":"Mostrar/ocultar o efeito de desfocagem da tradu\xE7\xE3o","browser.translateLocalPdfFile":"Traduzir ficheiros PDF locais","browser.openEbookViewer":"Ler livros electr\xF3nicos locais","browser.openEbookBuilder":"Criar livros electr\xF3nicos EPUB bilingues","browser.translateLocalHtmlFile":"Traduzir ficheiros HTML/txt","browser.donateContext":"Saiba mais sobre as vantagens do patroc\xEDnio","browser.translateLocalSubtitleFile":"Traduzir ficheiros de legendas locais",confirmResetConfig:"Tem a certeza de que pretende repor as defini\xE7\xF5es?",translationLineBreakSettingTitle:"Defini\xE7\xE3o do avan\xE7o de linha de tradu\xE7\xE3o",smartLineBreak:"alimenta\xE7\xE3o de linha inteligente (computa\xE7\xE3o)",alwaysLineBreak:"Sempre alimenta\xE7\xE3o de linha",isShowContextMenu:"Adicionar p\xE1ginas traduzidas aos itens de menu do bot\xE3o direito do rato",toggleBeta:"Ativa\xE7\xE3o de funcionalidades de teste beta",betaDescription:"Ativar funcionalidades que ainda s\xE3o experimentais, bem como um servi\xE7o de tradu\xE7\xE3o em vers\xE3o beta. Junte-se ao <1>grupo do Telegram para saber mais.",translationLineBreakSettingDescription:"Os feeds de linha s\xE3o sempre limpos e organizados para p\xE1ginas com menos conte\xFAdo. (Utilize quebras de linha inteligentes em par\xE1grafos longos e com muito conte\xFAdo (mais de{count}caracteres) para poupar espa\xE7o).",tempTranslateDomainTitle:"Dura\xE7\xE3o da ativa\xE7\xE3o tempor\xE1ria da tradu\xE7\xE3o do s\xEDtio Web",tempTranslateDomainDescription:"Quando traduzir manualmente uma p\xE1gina Web, active temporariamente o s\xEDtio Web para tradu\xE7\xE3o autom\xE1tica e pode definir a dura\xE7\xE3o tempor\xE1ria.",xMinutes:"{count} minutos",disabled:"proibir a utiliza\xE7\xE3o de algo",changelog:"Registo de atualiza\xE7\xE3o",toggleTranslatePageWhenThreeFingersOnTheScreen:"O toque simult\xE2neo de v\xE1rios dedos no ecr\xE3 traduz p\xE1ginas Web/apresenta o texto original",toggleTranslationMaskWhenThreeFingersOnTheScreen:"O toque de v\xE1rios dedos mostra/oculta o efeito de desfocagem.",fingerCountToToggleTranslagePageOnlyTranslationWhenTouching:"O toque simult\xE2neo de v\xE1rios dedos no ecr\xE3 traduz a p\xE1gina Web (apenas tradu\xE7\xE3o)/apresenta o texto original.",addUrlDescription:"Pode ser um nome de dom\xEDnio e tamb\xE9m suporta wildcards, por exemplo,\uFF1A*.google.com, google.com/mail/*, https://www.google.com/*",general:"Defini\xE7\xF5es b\xE1sicas",clickToExpandConfig:"Expandir a configura\xE7\xE3o atual",import:"Importar de um ficheiro",export:"Exportar para ficheiro",toggleDebug:"Imprimir o registo de depura\xE7\xE3o na consola","fingers.0":"coagula\xE7\xE3o","fingers.2":"toque com dois dedos","fingers.3":"toque com tr\xEAs dedos","fingers.4":"toque com quatro dedos","fingers.5":"toque com cinco dedos",mouseHoldKey:"+ {key} traduzir/restaurar o par\xE1grafo",mouseHoldKeyAuto:"Tradu\xE7\xE3o direta do par\xE1grafo",mouseHoldKeyOff:"N\xE3o fa\xE7as nada.",mouseHoldKeyOther:"Atalhos personalizados (abrir defini\xE7\xF5es)",mouseHoldKeyCustomKey:"{key} Tradu\xE7\xE3o/redu\xE7\xE3o do par\xE1grafo",mouseHoverHoldKey:"Passar o rato enquanto se premem as teclas de atalho para traduzir par\xE1grafos","mouse-translate":"passar o rato",document:"ficheiro (inform\xE1tico)",resetSuccess:"Repor todas as defini\xE7\xF5es com \xEAxito",resetThisSuccess:"Reinicializa\xE7\xE3o bem-sucedida",saved:"Guardar com sucesso",successImportConfig:"Configura\xE7\xE3o importada com sucesso",goAdvancedSettings:"Aceder \xE0 p\xE1gina Defini\xE7\xF5es avan\xE7adas",goAdvancedInterfaceSettings:"Aceder \xE0 p\xE1gina Defini\xE7\xF5es de personaliza\xE7\xE3o avan\xE7adas",advanced:"Defini\xE7\xF5es avan\xE7adas",advancedDescription:"Geralmente n\xE3o s\xE3o necess\xE1rias defini\xE7\xF5es, basta deix\xE1-la como predefinida. Apenas para utilizadores mais especializados, est\xE3o dispon\xEDveis defini\xE7\xF5es mais personalizadas.",developer:"Defini\xE7\xF5es do programador",donateCafe:"pre\xE7os","translate to the bottom of the page":"\xC9 traduzido para o fundo da p\xE1gina imediatamente ap\xF3s entrar na p\xE1gina?",feedback:"Feedback sobre os problemas",toggleTranslatePage:"Traduzir a p\xE1gina/apresentar o texto original",translateToThePageEndImmediatelyDescription:"Se a ativar, o conte\xFAdo ser\xE1 imediatamente traduzido da parte superior para a parte inferior da p\xE1gina \xE0 medida que a introduz. Se a desativar, a tradu\xE7\xE3o \xE9 feita \xE0 medida que l\xEA. (N\xE3o recomendado)","translate all areas of the page":"Se pretende traduzir todas as \xE1reas da p\xE1gina",translationAreaDescription:"Ligado, todas as \xE1reas de toda a p\xE1gina Web s\xE3o traduzidas. Se estiver desativado, utiliza o reconhecimento inteligente predefinido e traduz apenas as \xE1reas principais. (N\xE3o se recomenda que seja ativado)","the number of characters to be translated first":"Traduzir diretamente os primeiros caracteres da p\xE1gina sem ter de se deslocar para a \xE1rea de visualiza\xE7\xE3o","interface language":"linguagem de interface","display both the original text and the translation":"Visualiza\xE7\xE3o simult\xE2nea do original e da tradu\xE7\xE3o","keyboard shortcuts":"Atalhos de teclado",modify:"Modificar teclas de atalho",reset:"reprovis\xE3o",close:"coagula\xE7\xE3o",homepage:"p\xE1gina inicial",more:"mais",moreOptions:"Expandir mais op\xE7\xF5es de personaliza\xE7\xE3o",translateTheWholePage:"Traduzir todas as \xE1reas da p\xE1gina (em vez de reconhecer inteligentemente as \xE1reas principais)",changeToTranslateTheWholePage:"Mudar para traduzir todas as regi\xF5es",changeToTranslateTheMainPage:"Mudar para Traduzir \xC1rea Principal",changeToOnlyTranslationMode:"Alternar para apresentar apenas tradu\xE7\xF5es",changeToDualTranslationMode:"Mudar para tradu\xE7\xE3o bilingue",translateToThePageEndImmediately:"Tradu\xE7\xE3o imediata para o fim da p\xE1gina",translateTheMainPage:"Regi\xF5es-chave da tradu\xE7\xE3o inteligente","The local rules are up to date":"As regras de adapta\xE7\xE3o local est\xE3o actualizadas.","Successfully synchronized with the latest official rules:":"Sincroniza\xE7\xE3o bem sucedida com as \xFAltimas regras oficiais de adapta\xE7\xE3o.","Checking for updates":"Verifica\xE7\xE3o de actualiza\xE7\xF5es","Rules are being synchronized":"Regras de adapta\xE7\xE3o sincronizadas",localVersionIsTooOld:"A vers\xE3o da extens\xE3o local \xE9 demasiado antiga. Actualize a extens\xE3o para {minVersion} ou mais recente antes de tentar sincronizar.",badUserscriptBrowser:"O navegador atual n\xE3o implementa corretamente a interface da extens\xE3o Grease Monkey (por exemplo, para obter informa\xE7\xF5es sobre o n\xFAmero da vers\xE3o do pr\xF3prio script Grease Monkey), utilize outros navegadores que <1>suportem a extens\xE3o Grease Monkey, como o Firefox.",foundNewVersion:"Descubra a nova vers\xE3o",theLocalExtensionIsUpToUpdate:"A extens\xE3o atual est\xE1 actualizada.",failToSyncRules:"N\xE3o sincroniza\xE7\xE3o das regras de adapta\xE7\xE3o mais recentes",retry:"Clique aqui para tentar novamente",failedReason:"Raz\xF5es do insucesso",currentRuleVersion:"Vers\xE3o atual da regra",calculating:"c\xE1lculos",unknownError:"erro desconhecido",canNotFetchRemoteRule:"N\xE3o \xE9 poss\xEDvel obter regras remotas",enableAlphaSuccess:"Alfa ativado",disableAlphaSuccess:"A fun\xE7\xE3o alfa foi desactivada",cacheSize:"Tamanho da cache\uFF1A",cleaning:"em processo de liquida\xE7\xE3o",cleanCache:"limpar a cache",options:"preparar",about:"em rela\xE7\xE3o a",service:"servi\xE7o de interpreta\xE7\xE3o",needAction:"(Ir para Defini\xE7\xF5es)",goSettings:"v\xE1 em frente e configure",needActionForOptions:"(a definir)",translationEngine:"Op\xE7\xF5es de motor",sourceLanguage:"L\xEDngua original",target:"l\xEDngua-alvo",popupSourceLanguage:"L\xEDngua original",popupTarget:"l\xEDngua-alvo",popupService:"servi\xE7o de interpreta\xE7\xE3o",forThisSite:"S\xEDtio Web atual",autoEnableSubtitle:"Abertura autom\xE1tica de legendas bilingues",alwaysTranslate:"Traduzir sempre",neverTranslate:"Nunca traduzir",alwaysTranslateSomeLanguage:"Traduzir sempre {language}",neverTranslateSomeLanguage:"Nunca traduzir {language}",alwaysTranslateSomeSite:"Traduzir sempre {hostname}",neverTranslateSomeSite:"Nunca traduzir {hostname}",alwaysTranslateSomeSiteOrWildSite:"Traduzir sempre o s\xEDtio",alwaysTranslateSomePage:"Traduzir sempre a p\xE1gina",add:"aumentar",default:"predefini\xE7\xE3o (defini\xE7\xE3o)",forThisLanguage:"Para esta l\xEDngua\uFF1A","add url":"Introduzir URL",edit:"compilador","translate other languages into specific language":"Traduzir outras l\xEDnguas para a sua l\xEDngua definida","select translation service":"Selecionar um servi\xE7o de tradu\xE7\xE3o",language:"multilinguismo","show-original":"Mostrar texto original",translate:"renderiza\xE7\xE3o",Translated:"traduzido",Translating:"na tradu\xE7\xE3o",Error:"incorreto",allowCacheTranslations:"Ativar o caching de tradu\xE7\xE3o local (para reduzir os pedidos de tradu\xE7\xE3o de passagens duplicadas)","translation display":"Estilo de apresenta\xE7\xE3o da tradu\xE7\xE3o","select diplay style":"Distinguir os estilos de tradu\xE7\xE3o, com refer\xEAncia espec\xEDfica aos seguintes exemplos",interface:"Defini\xE7\xF5es de interface",import_export:"Importa\xE7\xE3o/Exporta\xE7\xE3o",import_export_title:"Configura\xE7\xE3o de importa\xE7\xE3o/exporta\xE7\xE3o",syncToGoogleDrive:"Sincronizar com o Google Drive agora",floatBallOptions:"Defini\xE7\xF5es do Hoverball","floatBallOptions.enable":"Ativar Hoverball","floatBallOptions.blockUrls":"Desativar o s\xEDtio Web","floatBallOptions.add":"aumentar","floatBallOptions.blockUrlDesc":"As Hoverballs n\xE3o s\xE3o apresentadas quando s\xE3o encontrados os seguintes s\xEDtios Web","floatBallOptions.clickType":"comportamento de clique","floatBallOptions.clickTypeDesc":"Comportamento do \xEDcone da bola flutuante quando clicado","floatBallOptions.clickPopup":"Mostrar painel de tradu\xE7\xE3o","floatBallOptions.clickTranslate":"Tradu\xE7\xE3o/apresenta\xE7\xE3o do texto original",previewAllThemes:"Pr\xE9-visualizar todos os estilos","translationTheme.none":"n\xE3o ter","translationTheme.grey":"cinzento escuro","translationTheme.dashed":"sublinhado pontilhado","translationTheme.dotted":"sublinhado pontilhado","translationTheme.dashedBorder":"borda pontilhada","translationTheme.solidBorder":"fronteira s\xF3lida","translationTheme.underline":"Sublinhar linhas rectas","translationTheme.mask":"Efeitos difusos (modos de aprendizagem)","translationTheme.opacity":"efeito de transpar\xEAncia","translationTheme.paper":"Efeito de sombra de papel branco","translationTheme.dividingLine":"linha divis\xF3ria","translationTheme.highlight":"alta luminosidade","translationTheme.marker":"marcador (palavra emprestada)","translationTheme.marker2":"Marcador 2","translationTheme.blockquote":"Estilos de refer\xEAncia","translationTheme.weakening":"enfraquecimento","translationTheme.italic":"tipo de letra inclinado","translationTheme.bold":"engrossar","translationTheme.thinDashed":"linha fina pontilhada sublinhada","translationTheme.nativeDashed":"O sistema vem com um sublinhado a tracejado","translationTheme.nativeDotted":"O sistema vem com um sublinhado pontilhado","translationTheme.nativeUnderline":"O sistema \xE9 fornecido com um sublinhado de linha reta","translationTheme.wavy":"linha ondulada","translationServices.custom":"API personalizada","translationServices.tencent":"Tencent Translator","translationServices.tenAlpha":"Tencent Translator (Alfa)","translationServices.google":"Google Tradutor","translationServices.bai":"Baidu (Alfa)","translationServices.baidu":"Tradu\xE7\xE3o do Baidu","translationServices.aliyun":"Tradu\xE7\xE3o AliCloud","translationServices.volc":"tradu\xE7\xE3o vulc\xE2nica","translationServices.deeplx":"DeepLX (Beta)","translationServices.bing":"Microsoft Translate","translationServices.deepl":"DeepL","translationServices.wechat":"Tradu\xE7\xE3o do WeChat","translationServices.azure":"Tradu\xE7\xE3o do Azure","translationServices.ibm":"IBM Watson","translationServices.aws":"Tradu\xE7\xE3o da Amazon","translationServices.mock":"Tradu\xE7\xE3o simulada","translationServices.mock2":"Tradu\xE7\xE3o Simulada 2","translationServices.caiyun":"lit. nuvens coloridas e pequenas tradu\xE7\xF5es","translationServices.cai":"Nuvens coloridas (Alfa)","translationServices.volcAlpha":"Vulc\xE3o (Alfa)","translationServices.openl":"OpenL","translationServices.youdao":"Tradu\xE7\xE3o do Youtube","translationServices.you":"Tradutor Youdao (Alfa)","translationServices.transmart":"Tradu\xE7\xE3o da Tencent Interactive","translationServices.niu":"Tradutor Maverick","translationServices.papago":"Tradu\xE7\xE3o de Papago","translationServices.d":"D (Alfa)","translationServices.dpro":"D Pro (Can\xE1rio)","translationServices.openai":"OpenAI","translationServices.yandex":"Yandex","translationServices.chatgpt":"ChatGPT Web(3.5 m\xF3vel)","translate title":"Traduzir t\xEDtulos de p\xE1ginas","always languages":"Traduzir sempre a l\xEDngua",neverTranslateLanguagesLabel:"A l\xEDngua que nunca ser\xE1 traduzida",neverTranslateTheFollowingLanguagesDescription:"As tradu\xE7\xF5es s\xE3o ignoradas quando um par\xE1grafo da p\xE1gina est\xE1 numa das seguintes l\xEDnguas",enableUserscriptPagePopup:"Mostrar hoverball na p\xE1gina",enableUserscriptPagePopupDescription:"Depois de desligar a hoverball, esta pode ser recuperada com o atalho /{touch}. Recomenda-se vivamente que marque esta p\xE1gina de defini\xE7\xF5es para evitar n\xE3o conseguir encontrar a hoverball depois de ter desligado inadvertidamente esta op\xE7\xE3o!","always translate the following languages":"Traduz automaticamente para a l\xEDngua de destino quando a p\xE1gina est\xE1 numa das seguintes l\xEDnguas","always sites":"S\xEDtios Web sempre traduzidos","always translate the following sites":"Os s\xEDtios Web s\xE3o automaticamente traduzidos para a l\xEDngua de chegada quando s\xE3o os nomes de dom\xEDnio de","never sites":"S\xEDtio nunca traduzido","never translate the following sites":"As tradu\xE7\xF5es n\xE3o ser\xE3o efectuadas quando o s\xEDtio Web se destinar aos seguintes dom\xEDnios","please refer to":"\xC9 necess\xE1rio preencher a chave antes de a poder utilizar. Para mais informa\xE7\xF5es, consulte",KeyAndConfigurationTutorial:"Tutorial de configura\xE7\xE3o e aplica\xE7\xE3o de chaves",useAboveStyleForTheseSites:"Utilize sempre o estilo de tradu\xE7\xE3o \u2308{theme}\u230B quando o s\xEDtio se destina aos seguintes dom\xEDnios",currentUrl:"URL atual",confirm:"guardar (um ficheiro, etc.) (inform\xE1tica)",cancel:"cancelamentos",delete:"remo\xE7\xE3o","languages.auto":"dete\xE7\xE3o autom\xE1tica",syncToCloud:"Sincronizar com o Google Drive",syncToCloudDescription:"Transferida para a nuvem, a configura\xE7\xE3o pode ser sincronizada entre diferentes navegadores/scripts do grease monkey, consoante a \xFAltima modifica\xE7\xE3o.",syncToAccount:"Sincroniza\xE7\xE3o com a Nuvem de Tradu\xE7\xE3o Imersiva",syncToAccountButton:"Sincroniza\xE7\xE3o instant\xE2nea com a nuvem",syncToAccountDescription:"Sincronizar automaticamente as configura\xE7\xF5es entre dispositivos diferentes, consoante a \xFAltima modifica\xE7\xE3o efectuada.",successSyncConfigInAccount:"Sincroniza\xE7\xE3o bem sucedida com a nuvem",successSyncConfigToAccount:"Sincroniza\xE7\xE3o bem sucedida com a nuvem",syncConfigNoUpdate:"J\xE1 est\xE1 atualizado.",authFail:"Falha de autoriza\xE7\xE3o",syncTitle:"Gest\xE3o manual de c\xF3pias de seguran\xE7a",import_hint:"importa\xE7\xE3o (dados)",upload:"carregar",revokeAuth:"revogar uma autoriza\xE7\xE3o",uploadFail:"Falha na transfer\xEAncia",download:"descarregamento",importSuccess:"Importado com sucesso",importFail:"falha na importa\xE7\xE3o",deleteFail:"Falha ao eliminar",backupToCloud:"Gerir manualmente os ficheiros de c\xF3pia de seguran\xE7a",create_new_backup:"Adicionar um novo n\xF3 de backup",maxBackupFiles:"\xC9 poss\xEDvel efetuar a c\xF3pia de seguran\xE7a de at\xE9{count}n\xF3s diferentes. Elimine os n\xF3s de que n\xE3o necessita.",backupToCloudDescription:"Carregar ou restaurar manualmente ficheiros de c\xF3pia de seguran\xE7a, permitindo at\xE9 3 c\xF3pias de seguran\xE7a diferentes",successSyncConfig:"Sincroniza\xE7\xE3o bem sucedida com a nuvem",syncFail:"falha de sincroniza\xE7\xE3o",updatedAt:"Atualizado a partir de {date}",lastSyncedAt:"\xDAltima verifica\xE7\xE3o em {date}",downloadFail:"Falha na transfer\xEAncia",clickToDownload:"Clique para descarregar",aboutLabel:"Acerca de - Feedback","browser.openAboutPage":"Sobre/Feedback",aboutLabelWithoutSponsor:"Acerca de - Feedback",aboutIntro:"Que todos possamos ter um acesso mais f\xE1cil e mais agrad\xE1vel \xE0 vasta quantidade de informa\xE7\xF5es em l\xEDnguas estrangeiras na Internet \u2764\uFE0F Pode optar por ativar a sua <6>subscri\xE7\xE3o Pro para utilizar as tradu\xE7\xF5es DeepL e OpenAI prontas a utilizar.

Pode seguir-nos no <3>Twitter, <4>Telegram, Weibo, WeChat ou <5>subscrever a nossa lista de <5>correio abaixo para acompanhar as actualiza\xE7\xF5es.
<7>Os membros Pro podem contactar-nos em <8>support@immersivetranslate.com para um servi\xE7o de apoio ao cliente r\xE1pido.",aboutIntroWithoutSponsor:"Que todos possamos ter um acesso mais f\xE1cil e mais agrad\xE1vel \xE0 enorme quantidade de informa\xE7\xE3o em l\xEDngua estrangeira dispon\xEDvel na Internet \u2764\uFE0F

Pode seguir-nos no <3>Twitter, no <4>canal Telegram, no WeChat, no WeChat Exchange ou <5>subscrever as actualiza\xE7\xF5es por correio <5>eletr\xF3nico abaixo.",projectHomepage:"In\xEDcio do projeto",joinTelegramGroup:"Junte-se ao grupo de utilizadores para participar em debates sobre funcionalidades",wechatPublicAccount:"WeChat P\xFAblico",wechatCommunities:"Grupo de interc\xE2mbio WeChat",qqCommunities:"Canal de comunica\xE7\xE3o QQ",joinTelegramChannel:"Siga o canal Telegram para obter as \xFAltimas actualiza\xE7\xF5es",feedbackAndJoin:"Feedback da pergunta / Adicionar grupo",autoSync:"sincroniza\xE7\xE3o autom\xE1tica da hora",loadingThemeTitle:"Estilo de carregamento",loadingThemeDescription:"Definir o estilo quando se est\xE1 \xE0 espera que a tradu\xE7\xE3o seja carregada","loadingTheme.spinner":"Anima\xE7\xE3o girat\xF3ria","loadingTheme.text":"texto est\xE1tico algo ","loadingTheme.none":"n\xE3o indicado",developerDescription:"A documenta\xE7\xE3o sobre personaliza\xE7\xE3o avan\xE7ada pode ser encontrada <1>aqui","edit border color":"Modificar a cor do rebordo",successSyncButNoChange:"A configura\xE7\xE3o atual \xE9 coerente com a nuvem",customTheme:"Cores e tamanhos personalizados","customThemeLabel.borderColor":"Cor da margem","customThemeLabel.borderRadius":"Arestas arredondadas","customThemeLabel.textColor":"cor do texto","customThemeLabel.backgroundColor":"cor de fundo","customThemeLabel.zoom":"Escala do tipo de letra (%)","customThemeLabel.opacity":"Opacidade do texto (%)",resetToDefaultColor:"Repor as cores predefinidas",resetToDefaultSettings:"Repor as predefini\xE7\xF5es",isTranslateTitle:"Ativar a tradu\xE7\xE3o dos t\xEDtulos das p\xE1ginas",isTranslateTitleDescription:"Quando aberto, o t\xEDtulo da p\xE1gina \xE9 traduzido",enableSearchEnhancement:"Permitir o melhoramento de mensagens bilingues",enableSearchEnhancementDescription:'Uma vez activada, os resultados da pesquisa do "Google News" ser\xE3o automaticamente apresentados na coluna direita dos s\xEDtios Web suportados (Google News, Pesquisa Google (algumas palavras-chave), Snowball, Oriental Fortune, Futura, Tiger Community) para as palavras-chave inglesas correspondentes.',verifyService:"Clique aqui para testar o servi\xE7o",verified:"Verificar o sucesso","field.langs":"C\xF3digos de idioma suportados","field.model":"modela\xE7\xE3o","field.translationEngine":"motor de tradu\xE7\xE3o","field.limitPerMinute":"M\xE1ximo de pedidos por minuto","field.limitPerSecond":"N\xFAmero m\xE1ximo de pedidos por segundo","field.maxTextLengthPerRequest":"Comprimento m\xE1ximo do texto por pedido","field.maxTextGroupLengthPerRequest":"N\xFAmero m\xE1ximo de par\xE1grafos por pedido","field.apiUrl":"Endere\xE7o da interface API personalizada","field.placeholderDelimiters":"marcador de posi\xE7\xE3o reservado","description.custom":"Acesso \xE0 interface personalizada Documenta\xE7\xE3o necess\xE1ria","description.limitPerMinute":"Os pedidos que excedem este limite entram numa fila de espera at\xE9 ao in\xEDcio do minuto seguinte. Devido \xE0s v\xE1rias limita\xE7\xF5es do servi\xE7o atual da OpenAI, clique <1>aqui para obter os valores sugeridos mais recentes","description.limitPerSecond":"Os pedidos que excedem este limite entram numa fila de espera at\xE9 ao in\xEDcio do segundo seguinte. Devido \xE0s v\xE1rias limita\xE7\xF5es do servi\xE7o atual da OpenAI, clique <1>aqui para obter os valores sugeridos mais recentes","description.generalLimitPerSecond":"Os pedidos que excedem este limite entram numa fila de espera at\xE9 ao in\xEDcio do segundo seguinte.","description.prompt":"Enviar a conversa para {service} como usu\xE1rio, onde {{text}} representa o conte\xFAdo do texto do par\xE1grafo, {{from}} representa a l\xEDngua do par\xE1grafo e {{to}} representa a l\xEDngua alvo.","description.maxTextLengthPerRequest":"O n\xFAmero m\xE1ximo de caracteres por pedido \xE9 demasiado grande para provocar uma resposta lenta da interface, pelo que deve tentar ajustar esta op\xE7\xE3o para otimizar a velocidade","description.systemPrompt":"Enviar uma conversa para {service} como sistema, onde {{text}} representa o conte\xFAdo do texto do par\xE1grafo, {{from}} representa a l\xEDngua do par\xE1grafo e {{to}} representa a l\xEDngua alvo.","field.domain":"dom\xEDnio","description.domain":"A predefini\xE7\xE3o \xE9\uFF1Ageneral. S\xF3 pode ser definido se a tradu\xE7\xE3o de dom\xEDnios estiver activada na consola da API Arima, ver <1>aqui os dom\xEDnios suportados","field.scene":"tomar","description.scene":"A predefini\xE7\xE3o \xE9\uFF1Ageneral. S\xF3 pode ser definido se a consola da API AliCloud abrir o Machine Translation Pro, consulte <1>aqui os cen\xE1rios suportados","field.vocabId":"ID do dicion\xE1rio do utilizador","description.vocabId":"O dicion\xE1rio especificado out_id, atualmente suporta a tradu\xE7\xE3o de ingl\xEAs para chin\xEAs.","description.model":"Modelos OpenAI, podem ser gpt-3.5-turbo, gpt-4, etc.","description.maxTextGroupLengthPerRequest":"O n\xFAmero de par\xE1grafos enviados ao servi\xE7o de tradu\xE7\xE3o de cada vez; se houver demasiados par\xE1grafos, a interface poder\xE1 responder mais lentamente","description.apiUrl":"Por favor, adicione URLs espec\xEDficos com caminhos, <1>mais descri\xE7\xE3o",enabledExtension:"Ativa\xE7\xE3o de extens\xF5es",clickToDisableExtension:"Clique para desativar as extens\xF5es",clickToEnableExtension:"Clique para ativar as extens\xF5es",hasBeenDisabled:"desativado","show password":"Mostrar palavra-passe",customContent:"Introduzir um nome de modelo personalizado",inputOptions:"Melhoria da caixa de entrada",mouseHoverOptions:"passar o rato",modifyMouseHoverKey:"Modificar o atalho para passar o rato",enableInputTranslation:"Ativar ou n\xE3o o melhoramento da caixa de entrada",enableInputTranslationDescription:"Uma vez ativado, escreva {startingKey}{startingKey} hello diretamente na caixa de entrada e, em seguida, prima rapidamente{inputTrailingTriggerKeyRepeatTimes}vezes{trailingKey}para traduzir para {inputTargetLanguage}",enableInputTranslationDescriptionForNoneKey:"Uma vez ativado, escreva\uFF1AHello World diretamente na caixa de entrada e, em seguida, prima rapidamente{inputTrailingTriggerKeyRepeatTimes}{trailingKey}vezes para traduzir para o idioma de destino predefinido.",inputTargetLanguage:"Definir o idioma de destino predefinido para as caixas de entrada",inputTargetLanguageDescription:"L\xEDngua de destino predefinida para a tradu\xE7\xE3o da caixa de entrada, ou seja, {startingKey}{startingKey} como l\xEDngua predefinida para as palavras de acionamento",inputTargetLanguageDescriptionForNoneKey:"L\xEDngua de destino predefinida para a tradu\xE7\xE3o da caixa de entrada",inputStartingTriggerKeyTitle:"Definir o car\xE1cter de divis\xE3o para a tradu\xE7\xE3o parcial da caixa de entrada",inputStartingTriggerKeyDescription:"Quando n\xE3o \xE9 necess\xE1rio traduzir toda a caixa de entrada, o separador permite-lhe traduzir apenas a parte de {startingKey}{startingKey} at\xE9 ao fim da caixa de entrada, ou pode especificar o c\xF3digo da l\xEDngua, por exemplo,\uFF1A{startingKey}ja significa traduzir apenas a parte de {startingKey}ja at\xE9 ao fim da caixa de entrada.",inputStartingTriggerKeyDescriptionForNoneKey:"A defini\xE7\xE3o atual de sem prefixo n\xE3o \xE9 necess\xE1ria, e a fun\xE7\xE3o de tradu\xE7\xE3o de alguns textos na caixa de entrada n\xE3o pode ser utilizada por enquanto.",inputTrailingTriggerKeyTitle:"Selecionar um car\xE1cter de acionamento de fim de registo",inputTrailingTriggerKeyDescription:"3 hits r\xE1pidos{trailingKey} come\xE7ar\xE1 a traduzir!",inputTrailingTriggerKeyTimeout:"Introduzir o tempo entre os accionamentos de fim de combate",inputTrailingTriggerKeyTimeoutDescription:"Define o tempo (em milissegundos) entre os accionamentos da combina\xE7\xE3o de fim de entrada",spaceKey:"<\u7A7A\u683C\u952E>",noneKey:"Tradu\xE7\xE3o direta de toda a caixa de texto sem prefixos",inputTranslationBlockUrlsTitle:"N\xE3o ativar o melhoramento da caixa de entrada nos seguintes URLs",inputTranslationBlockUrlsDescription:"As melhorias na caixa de entrada n\xE3o funcionar\xE3o nos seguintes URLs",clickToSeeQuickDemo:"Clique para expandir o v\xEDdeo tutorial r\xE1pido de 30 segundos",inputHelperInfo:"Descri\xE7\xE3o\uFF1AOptimiz\xE1mos o facto de alguns caracteres desencadeadores se transformarem em sinais de pontua\xE7\xE3o chineses nos m\xE9todos de introdu\xE7\xE3o chineses, por exemplo, / transforma-se num sinal de dun , no m\xE9todo de introdu\xE7\xE3o Sogou, e o Immersive Translator suporta todos os s\xEDmbolos chineses correspondentes aos caracteres desencadeadores, ou seja, //,,,, ser\xE3o reconhecidos como caracteres desencadeadores.

Tamb\xE9m suportamos pseud\xF3nimos chineses para c\xF3digos de idioma como comandos, por exemplo, /Japanese Hello World ser\xE1 traduzido para japon\xEAs, <1>clique aqui para ver todos os c\xF3digos de idioma suportados.",reloadCurrentPage:"Por favor, actualize a p\xE1gina atual antes de iniciar a tradu\xE7\xE3o.",noLocalFilePermissionForPDF:"N\xE3o tem permiss\xE3o para ler ficheiros locais, por favor clique no bot\xE3o acima e depois importe os ficheiros locais.",noPermissionForThisPage:"\u26A0\uFE0F Sem permiss\xE3o para traduzir a p\xE1gina atual",retryAllParagraphs:"Repetir todas as passagens de erro",retryAllButton:"Repetir todas as passagens de erro",errorTooltipTitle:"Clique para ver a causa do erro",errorModalTitle:"Algo parece estar errado com o servi\xE7o de tradu\xE7\xE3o ou com a rede...",disableConfirm:"Defini\xE7\xE3o de melhoria da informa\xE7\xE3o bilingue",disableOnce:"Esta incapacidade",disableGlobal:"desativar permanentemente",disableTint:"* Pode voltar a activ\xE1-lo em {option} .",searchEnhancementNotes:"Depois de ativar a funcionalidade de Melhoria da informa\xE7\xE3o bilingue da tradu\xE7\xE3o imersiva, pesquisamos automaticamente as mesmas palavras-chave em ingl\xEAs nos s\xEDtios Web suportados (Google News, Pesquisa Google (algumas palavras-chave), Snowball, Oriental Wealth, Futura, Tiger) e apresentamo-las no lado direito. Pode optar por desactiv\xE1-la se n\xE3o necessitar desta funcionalidade.",option:"preparar",saveSettings:"Guardar defini\xE7\xF5es",closeModal:"Fechar a janela",enableInputTranslationWithoutTriggerKeyTitle:"Permitir 3 acessos r\xE1pidos em{trailingKey}para traduzir diretamente toda a caixa de entrada para{inputTargetLanguage}",enableInputTranslationWithoutTriggerKeyDescription:"Para especificar o idioma de destino, prefixe-o com o c\xF3digo do idioma, por exemplo,\uFF1Aja Hello World",mouseHoverShortcutPlaceholder:"Por exemplo,\uFF1AShift",deepLProName:"Membro Pro da Immersive Translation (Recomendado)",deepLProDescription:"O pacote atual pode ser utilizado diretamente",deeplProDescriptionForNormal:"N\xE3o \xE9 necess\xE1ria qualquer configura\xE7\xE3o, os membros podem utiliz\xE1-lo depois de iniciarem sess\xE3o, <1>clique aqui para atualizar para membro",deepLCustomDescription:"Necess\xE1rio cart\xE3o de cr\xE9dito estrangeiro, oficialmente aberto em <1>DeepL, clique para <2>documenta\xE7\xE3o",deepLCustomName:"Chave de autentica\xE7\xE3o personalizada",chooseProviderLabel:"Selecionar um fornecedor de servi\xE7os",openaiProName:"Membro Pro da Immersive Translation (Recomendado)",openaiProDescription:"O pacote atual pode ser utilizado diretamente",openaiProDescriptionForNormal:"N\xE3o \xE9 necess\xE1ria qualquer configura\xE7\xE3o, os membros podem utiliz\xE1-lo depois de iniciarem sess\xE3o, <1>clique aqui para atualizar para membro",openaiCustomDescription:"Dispon\xEDvel no OpenAI, Azure OpenAI ou noutros servi\xE7os de terceiros, <1>clique aqui para ver a documenta\xE7\xE3o",openaiCustomName:"Chave API personalizada",needLoginAction:"(ades\xE3o aberta ou personaliza\xE7\xE3o)",goLoginOrAction:"(Abrir uma inscri\xE7\xE3o ou ir \xE0s defini\xE7\xF5es)",yearly:"efetuar um pagamento anual consecutivo",quarterly:"embalagem sequencial",monthly:"assinatura mensal",yearlyForOnce:"Pacote anual \xFAnico",monthlyForOnce:"Pacote mensal \xFAnico",daily:"dias consecutivos de embalagem",year:"efetuar um pagamento anual consecutivo",quarter:"embalagem sequencial",month:"assinatura mensal",day:"dias consecutivos de embalagem",onetime_7day:"Pacote de experi\xEAncia de 7 dias",currentPlanDescriptionForFree:"Pacotes actuais\uFF1AFree",currentPlanDescriptionForContinuous:"O pacote atual\uFF1A{plan}ser\xE1 automaticamente renovado em {endAt}",currentPlanDescriptionForAutoRenewCaceling:"O pacote atual\uFF1A{plan}expira em {endAt} e n\xE3o ser\xE1 renovado automaticamente ap\xF3s a expira\xE7\xE3o.",currentYearlyPlanDescriptionForAutoRenewCacelingWithRealPaiedUser:"O pacote atual,\uFF1A{plan}, expira em {endAt} e n\xE3o ser\xE1 renovado automaticamente ap\xF3s a expira\xE7\xE3o.
<1>Clique aqui para gerir o seu plano de renova\xE7\xE3o",currentYearlyPlanDescriptionForAutoRenewCacelingWithAdmin:"O pacote atual,\uFF1A{plan}, expira em {endAt} e n\xE3o ser\xE1 renovado automaticamente ap\xF3s a expira\xE7\xE3o.
<1>Clique aqui para ativar a subscri\xE7\xE3o anual cont\xEDnua",currentPlanDescriptionForOneTime:"A subscri\xE7\xE3o atual\uFF1A{plan}expira em {endAt} . <1>Clique aqui para atualizar para uma subscri\xE7\xE3o <1>anual ou <2>mensal.",upgradePlan:"Clique aqui para atualizar para a subscri\xE7\xE3o Pro",upgradeToPro:"Atualizar para a subscri\xE7\xE3o Pro","popup.openPro":"Actualize para a subscri\xE7\xE3o Pro para desfrutar de DeepL e da tradu\xE7\xE3o OpenAI, clique aqui para atualizar!","popup.openProForPro":"\xC9 um membro Pro com acesso direto \xE0s tradu\xE7\xF5es de DeepL e OpenAI!",currentAccount:"conta corrente",enableAutoSyncUserSettings:"Permitir a sincroniza\xE7\xE3o autom\xE1tica na nuvem em v\xE1rios dispositivos",modalEnableInputTranslationTitle:"Tradu\xE7\xE3o imersiva Caixa de entrada Alertas de tradu\xE7\xE3o",modalEnableInputTranslationDesc:"Acaba de ativar a tradu\xE7\xE3o da caixa de entrada da Tradu\xE7\xE3o Imersiva, carregando na barra de espa\xE7os 3 vezes em sucess\xE3o r\xE1pida, e o conte\xFAdo da caixa de entrada ser\xE1 traduzido para a l\xEDngua de destino predefinida. A tradu\xE7\xE3o pode ser anulada com Ctrl+Z.

Se isto foi um erro, n\xE3o se preocupe, pode optar por desactiv\xE1-la desta vez ou desativar permanentemente a tradu\xE7\xE3o da caixa de entrada.",saveAndNotShowAgain:"Guardar e parar a solicita\xE7\xE3o",disableInputTranslationTips:"* Tamb\xE9m pode definir outros atalhos para serem accionados em {option} ,{learnMore}.",learnMore:"Clique aqui para saber mais",continueEnalbeInputTranslation:"Continuar a ativar a tradu\xE7\xE3o da caixa de entrada",autoRenewTrialSuffix:'(Durante o per\xEDodo experimental,passa imediatamente a membro efetivo)',upgradeFromTrialTitle:"Atualiza\xE7\xE3o para membro de pleno direito",subtitle:"legendagem de v\xEDdeo",youtubeService:"Tradu\xE7\xE3o por imers\xE3o Servi\xE7os de tradu\xE7\xE3o de legendagem de v\xEDdeo","subtitle.disabledSubtitle":"Desativar permanentemente a funcionalidade de legendas de v\xEDdeo","subtitle.disabledSubtitleDescription":"Se Immersive Translator's Video Subtitles entrar em conflito com outras extens\xF5es, pode optar por desativar permanentemente a funcionalidade Immersive Translator's Video Subtitles ou desinstalar outras extens\xF5es que entrem em conflito","subtitle.autoEnableSubtitle":"Utiliza\xE7\xE3o autom\xE1tica de legendas bilingues","subtitle.autoEnableSubtitleDescription":"Depois de ativado, quando o v\xEDdeo \xE9 reproduzido, as legendas bilingues s\xE3o exibidas automaticamente, caso contr\xE1rio, \xE9 necess\xE1rio clicar no bot\xE3o de tradu\xE7\xE3o para exibir.","subtitle.preTranslation":"Traduzir legendas utilizando a tradu\xE7\xE3o imersiva","subtitle.preTranslationDescription":"Quando activada, toda a legenda ser\xE1 pr\xE9-traduzida utilizando o servi\xE7o de tradu\xE7\xE3o especificado abaixo, e um v\xEDdeo de 1 hora consumir\xE1 cerca de 50.000 Tokens ou caracteres, pelo que deve ser utilizada \xE0 sua discri\xE7\xE3o; quando desactivada, ser\xE3o utilizadas primeiro as legendas originais.","subtitle.humanSubtitlesPreferred":"Utiliza\xE7\xE3o priorit\xE1ria de legendagem humana","subtitle.humanSubtitlesPreferredDescription":"Dar prioridade \xE0 utiliza\xE7\xE3o de legendas humanas quando o v\xEDdeo tiver legendas humanas na l\xEDngua de chegada (recomendado)",videoSubtitleTranslationDescription:"Atribuir um servi\xE7o de tradu\xE7\xE3o separado para as legendas de v\xEDdeo",subtitleTranslating:"Aguarde enquanto as legendas est\xE3o a ser traduzidas utilizando o servi\xE7o {service} ... (tradu\xE7\xE3o por imers\xE3o)",subtitleLoading:"A carregar as legendas...",bilingual:"bilinguismo","field.action":"Se deve ativar a terminologia Baidu","description.action":"Quando ativado, ser\xE1 adicionado um par\xE2metro action=1 ao pedido para informar o Baidu do termo ativado. <1>Consulte a documenta\xE7\xE3o oficial para obter mais informa\xE7\xF5es.",closeQuickTranslation:"Fechar Hoverball","closeQuickTranslation.untilNext":"Desta vez fechado at\xE9 \xE0 pr\xF3xima visita","closeQuickTranslation.currentWebsite":"S\xEDtio atual desativado","closeQuickTranslation.alwaysClose":"desativar permanentemente","closeQuickTranslation.settingOpen":"(pode ser ativado na <1>p\xE1gina de defini\xE7\xF5es )","closeQuickTranslation.cancel":"cancelamentos","closeQuickTranslation.confirm":"definir","floatBall.popup":"Abrir o painel Defini\xE7\xF5es r\xE1pidas","floatBall.translate":"Clique para traduzir a p\xE1gina","floatBall.showOriginal":"Clique para voltar ao artigo original","floatBall.close":"Fechar Hoverball","floatBallOptions.enableDescPc":"Depois de ativar o hoverball da p\xE1gina, ser\xE1 apresentado um bot\xE3o de tradu\xE7\xE3o r\xE1pida no lado direito da p\xE1gina, clique nele para traduzir!","floatBallOptions.enableDesc":"Depois de desligar a hoverball, esta pode ser recuperada com{touch}. Recomenda-se vivamente que marques esta p\xE1gina de defini\xE7\xF5es para o caso de n\xE3o conseguires encontrar a hoverball depois de teres desligado inadvertidamente esta op\xE7\xE3o!","description.azureApiUrl":"Preencher o endere\xE7o da interface API personalizada",confirmSupportMouse:"For\xE7ar a ativa\xE7\xE3o do suporte do rato",confirmSupportMouseDescription:"Detectado que o browser atual n\xE3o suporta a fun\xE7\xE3o de rato, \xE9 for\xE7ado a ativar o suporte de rato?",sampleTargetText:"A longa noite chegar\xE1, e eu vigiarei de hoje at\xE9 \xE0 minha morte. N\xE3o tomarei nenhuma esposa, n\xE3o farei nenhum feudo, n\xE3o terei filhos. N\xE3o usarei uma coroa, n\xE3o lutarei por honra. Cumprirei o meu dever, viverei e morrerei.",sampleSourceText:"Night gathers, and now my watch begins. It shall not end until my death. I shall take no wife, hold no lands, father no children. I shall wear no crowns and win no glory. I shall live and die at my post.","desc.touchShortcutsToggleTranslatePageOnlyTranslation":"Apenas a tradu\xE7\xE3o significa que apenas o texto traduzido ser\xE1 exibido, se a p\xE1gina ainda n\xE3o foi traduzida, o modo ser\xE1 alterado e traduzido.","desc.toggleOnlyTransation":"O modo de tradu\xE7\xE3o apenas se refere a mostrar apenas a tradu\xE7\xE3o, se a p\xE1gina ainda n\xE3o foi traduzida, o modo ser\xE1 alterado e traduzido.",touchShortcutsToggleTranslatePageOnlyTranslation:"Configurar gestos de toque na tela para alternar entre o modo bil\xEDngue / apenas tradu\xE7\xE3o",download_started:"O download j\xE1 come\xE7ou, se n\xE3o come\xE7ou automaticamente, por favor clique manualmente.",here:"aqui","translationFont.customPlaceholder":"tipo de letra",batchEdit:"Opera\xE7\xE3o em massa","error.goReset":"ir redefinir","error.configError":"Dados de configura\xE7\xE3o anormais","translationServices.inherit":"Siga o servi\xE7o de tradu\xE7\xE3o principal",detectServiceLoading:"Detectando servi\xE7os de tradu\xE7\xE3o dispon\xEDveis...","translationModeLang.translation.title":"Apenas o modo de tradu\xE7\xE3o de idioma","translationFont.custom":"Insira a fonte personalizada","error.serveConfigError":"Erro de configura\xE7\xE3o do servi\xE7o",toggleToService:"Mude para {service} e tente novamente","touch.mouse-translate":"Traduzir o par\xE1grafo especificado","translationModeUrl.translation.title":"Modo de apenas tradu\xE7\xE3o do URL","error.proTokenInvalid":"Se voc\xEA \xE9 um usu\xE1rio Pro, fa\xE7a login antes de usar o servi\xE7o de tradu\xE7\xE3o Pro.",enableSentryReport:"Quando ocorre um erro de extens\xE3o, use o Sentry para enviar feedback.",translationFont:"Definir fonte",videoSubtitlePreTranslationOn:"As legendas de v\xEDdeo usar\xE3o tradu\xE7\xE3o imersiva como prioridade.","error.reloadPageOfSetting":"Ap\xF3s a configura\xE7\xE3o, atualize a p\xE1gina para traduzir novamente.","translationModeLang.translation.description":"Quando a l\xEDngua da p\xE1gina \xE9 uma das seguintes, o modo de tradu\xE7\xE3o apenas ser\xE1 usado automaticamente.","error.502":"O servi\xE7o retornou um erro, o servi\xE7o est\xE1 fora do tempo, por favor tente novamente mais tarde.","error.googleLimitIp":"O servi\xE7o retorna um erro, o servi\xE7o Google j\xE1 limitou este endere\xE7o IP, \xE9 recomendado que voc\xEA mude o n\xF3 da rede.","error.403":"O servi\xE7o retorna um erro, temporariamente sem permiss\xE3o para acessar esse servi\xE7o.","error.400":"O servi\xE7o retorna um erro, o par\xE2metro de solicita\xE7\xE3o est\xE1 errado, por favor, verifique a configura\xE7\xE3o correspondente.","error.proUpgrade":"Ap\xF3s a atualiza\xE7\xE3o, atualize a p\xE1gina e traduza novamente.",videoSubtitlePreTranslationOff:"As legendas do v\xEDdeo dar\xE3o prioridade \xE0s legendas traduzidas automaticamente inclu\xEDdas no v\xEDdeo original.","error.429":"O servi\xE7o retornou um erro, indicando que a solicita\xE7\xE3o \xE9 muito frequente ou excede o limite, tente novamente mais tarde.","error.gemini.429":"O servi\xE7o Gemini atual atingiu sua capacidade m\xE1xima, por favor, tente novamente mais tarde ou mude para outro servi\xE7o de tradu\xE7\xE3o.","error.openAIExceededQuota":"O servi\xE7o retorna um erro: o saldo da sua conta OpenAI atual \xE9 insuficiente, por favor recarregue ou vincule um cart\xE3o de cr\xE9dito no back-end oficial da OpenAI.","translationFont.notSupportErrorMessage":"Por favor, verifique se o nome da fonte que voc\xEA inseriu est\xE1 correto, ou confirme se essa fonte j\xE1 est\xE1 instalada em seu dispositivo.","translationModeUrl.translation.description":"Quando o site \xE9 para os seguintes dom\xEDnios, o modo de apenas tradu\xE7\xE3o \xE9 usado automaticamente.","desc.toggleVideoSubtitlePreTranslation":"Ao pressionar, as legendas em dois idiomas do v\xEDdeo usar\xE3o preferencialmente as configura\xE7\xF5es de tradu\xE7\xE3o imersiva, ao pressionar novamente, as legendas autom\xE1ticas do v\xEDdeo original ser\xE3o priorizadas. Aten\xE7\xE3o: este atalho modifica as configura\xE7\xF5es globais.","error.openAIFreeLimit":"O servi\xE7o retorna um erro, a frequ\xEAncia atual de solicita\xE7\xF5es de tradu\xE7\xE3o atingiu o limite m\xE1ximo de 3 vezes por minuto, tente novamente mais tarde. (Esta \xE9 a restri\xE7\xE3o oficial da OpenAI para a chave API gratuita, para remover essa restri\xE7\xE3o, vincule um cart\xE3o de cr\xE9dito no backend da OpenAI.)","error.serveUnavailable":"O servi\xE7o [{serverName}] que voc\xEA est\xE1 usando atualmente n\xE3o pode ser acessado temporariamente devido a problemas de conex\xE3o de rede ou do provedor de servi\xE7os. Sugerimos que voc\xEA tente atualizar a p\xE1gina ou alterar para outro servi\xE7o de tradu\xE7\xE3o atrav\xE9s das <1>configura\xE7\xF5es. Se voc\xEA \xE9 um membro <2>Pro, pode optar por usar os servi\xE7os de tradu\xE7\xE3o mais est\xE1veis da DeepL ou OpenAI (<3>clique aqui para experimentar gratuitamente). Al\xE9m disso, voc\xEA pode precisar verificar suas configura\xE7\xF5es de rede ou proxy.","tagsInput.add":"+ Adicionar","floatBall.iKnow":"Eu sei.",pickAll:"Selecionar tudo",goLogin:"V\xE1 fazer login",notLogin:"N\xE3o conectado","error.retry":"Tentar novamente",shortcutSettingsTitle:"Configura\xE7\xF5es de atalho","error.reason":"Raz\xE3o do erro","subtitle.hideQuickButton":"N\xE3o mostrar mais este atalho",errorReason:"Raz\xE3o do erro: {message}","widget.instruction":"Instru\xE7\xF5es de uso","multipleClick.2":"Clique duplo","multipleClick.3":"Tr\xEDplice golpe","widget.translateFile":"PDF/ePub","floatBallOptions.fixedPositionLeft":"lado esquerdo","floatBallOptions.fixedPosition":"Posi\xE7\xE3o fixa",buildSnapshots:"Gerar instant\xE2neo da p\xE1gina da web","intro.floatBallTitle":"Bola flutuante de tradu\xE7\xE3o r\xE1pida",neverTranslateThisSite:"Nunca traduza este site",mouseHoverCustomKeyTitle:"Personalizar atalhos de mouse hover","subtitle.autoDisableSubtitle":"N\xE3o ative automaticamente as legendas bilingues","browser.translateWithGoogle":"Usar o Google Tradutor temporariamente para a p\xE1gina atual","error.subscriptionExpiredTitle":"A associa\xE7\xE3o expirou","floatBallOptions.fixedPositionRight":"lado direito",loggedIn:"Conectado","subtitle.bilingual":"Legendas bil\xEDngues","slide.right":"Deslize para a esquerda",networkError:"O servi\xE7o de tradu\xE7\xE3o ou a rede est\xE1 com problemas",contact:"Entre em contato conosco","intro.subtitleTitle":"Exibi\xE7\xE3o de legendas bilingues em v\xEDdeos online","browser.translateWithTransmart":"Usar temporariamente o Tencent para traduzir a p\xE1gina atual",alwaysTranslateThisSite:"Sempre traduza este site",temprarilyChangeTranslationTo_gemini:"Est\xE1 a usar o Gemini para traduzir a p\xE1gina atual","multipleClick.4":"Qu\xE1druplo golpe","intro.hoverTitle":"Passe o mouse para traduzir o par\xE1grafo atual",temprarilyChangeTranslationTo_google:"Est\xE1 a usar o Google Tradutor para traduzir a p\xE1gina atual","shortcutGroup.touch":"Gestos espec\xEDficos para tela sens\xEDvel ao toque",notLoginPro:"Ainda n\xE3o iniciou sess\xE3o na sua conta de membro.",paragraphMinTextCountField:"N\xFAmero m\xEDnimo de caracteres necess\xE1rios para traduzir um par\xE1grafo",temprarilyChangeTranslationTo_openai:"Est\xE1 a usar o OpenAI para traduzir a p\xE1gina atual",translationOnlyMode:"Apenas modo de tradu\xE7\xE3o",viewWithImmersiveTranslate:"Vers\xE3o bil\xEDngue (tradu\xE7\xE3o imersiva)","translationServices.gemini":"G\xEAmeos","browser.toggleMouseHoverTranslateDirectly":"Ativar ou desativar temporariamente a tradu\xE7\xE3o direta do mouse hover na p\xE1gina",shortcutSettings:"Atalho","browser.translateWithOpenAI":"Usar temporariamente o OpenAI para traduzir a p\xE1gina atual",touchShortcutsToggleTranslateTouchElement:"Configurar gestos de toque na tela para traduzir par\xE1grafos espec\xEDficos","widget.instructionTooltip":"Consulte as instru\xE7\xF5es de uso","shortcutGroup.mouse":"Configura\xE7\xE3o de atalhos de teclado para hover do mouse",temprarilyChangeTranslationTo_deepl:"Est\xE1 a usar o DeepL para traduzir a p\xE1gina atual.","floatBall.longPress":"Pressione e segure para abrir rapidamente o painel de configura\xE7\xF5es.","widget.videoSubtitle":"legendas de v\xEDdeo",upgradeToProErrorTitle:"Por favor, atualize para o membro Pro antes de usar este servi\xE7o de tradu\xE7\xE3o.","floatBallOptions.fixedPositionDesc":"A bola flutuante est\xE1 \xE0 esquerda ou \xE0 direita da janela?","shortcutGroup.shortcutsForTranslationServices":"Servi\xE7os de tradu\xE7\xE3o atalhos relacionados",temprarilyChangeTranslationTo_transmart:"Est\xE1 a usar o Tencent para traduzir a p\xE1gina atual.",touchShortcutsOff:"fechar","browser.translateWithBing":"Usar temporariamente o Microsoft Translate para traduzir a p\xE1gina atual","browser.toggleVideoSubtitlePreTranslation":"Alternar legendas bil\xEDngues prefere usar configura\xE7\xF5es de tradu\xE7\xE3o imersiva","proQuotaExceededError.resetTime":"3. Tempo de redefini\xE7\xE3o do limite: {resetTime}","widget.videoSubtitleTooltip":"Suporta Youtube e outros {count}+ sites de v\xEDdeo","desc.touchShortcutsToggleTranslateTouchElement":"Personalize um gesto e voc\xEA poder\xE1 traduzir qualquer par\xE1grafo em que estiver.","subtitle.showQuickButton":"No leitor, exibir legendas em dois idiomas \xE9 um atalho","shortcutGroup.others":"Mais atalhos de fun\xE7\xF5es personalizadas",touchShortcutsToggleTranslationMask:"Configurar gestos de toque na tela para mostrar a m\xE1scara de tradu\xE7\xE3o / mostrar o texto original",temprarilyChangeTranslationTo_bing:"Est\xE1 a usar o Microsoft Translator para traduzir a p\xE1gina atual.","browser.translateWithGemini":"Use temporariamente o Gemini para traduzir a p\xE1gina atual","error.subscriptionExpired":"A sua associa\xE7\xE3o pode ter expirado, por favor verifique o estado da sua associa\xE7\xE3o.","browser.translateInputBox":"Traduzir o conte\xFAdo da caixa de entrada atual",touchShortcutsToggleTranslatePage:"Defina gestos de toque na tela para traduzir p\xE1ginas da web / mostrar o texto original","widget.translateFileTooltip":"Traduzir documentos PDF, EPUB, SRT, ASS, HTML e TXT","description.baiduField":"Os campos suportados s\xE3o vistos <1>aqui, se estiver vazio, significa que nenhum campo \xE9 especificado.","browser.translateWithDeepL":"Use temporariamente o DeepL para traduzir a p\xE1gina atual","desc.interfaceLanguage":"A configura\xE7\xE3o do idioma da interface afeta o idioma de exibi\xE7\xE3o do painel de controle e n\xE3o est\xE1 relacionada ao idioma de destino da tradu\xE7\xE3o.","neverTranslateText.title":`Por favor, traduza diretamente para o portugu\xEAs (evite explicar o texto original): Mantenha as seguintes palavras no original, n\xE3o traduza.`,"shortcutGroup.main":"Atalhos de fun\xE7\xF5es comuns",confirmResetToDefaultSettings:"Confirma que deseja restaurar este servi\xE7o de tradu\xE7\xE3o para as configura\xE7\xF5es padr\xE3o? (Apenas redefinir as configura\xE7\xF5es deste servi\xE7o de tradu\xE7\xE3o)","subtitle.showQuickButtonDescription":"No canto inferior direito do player de v\xEDdeo, fornece um atalho para ativar legendas bil\xEDngues.","slide.left":"Deslize para a direita","contact.description":"Se voc\xEA tiver alguma d\xFAvida ou sugest\xE3o, sinta-se \xE0 vontade para preencher o formul\xE1rio abaixo para nos contatar, ou envie um e-mail para {email}, responderemos o mais r\xE1pido poss\xEDvel.",paragraphMinTextCountDesc:"Aten\xE7\xE3o, aqui refere-se ao comprimento do caractere, por exemplo: hello tem 5 caracteres, definir um valor maior pode reduzir a tradu\xE7\xE3o desnecess\xE1ria de pequenos par\xE1grafos.","desc.toggleTranslateTheMainPage":"Traduza apenas a \xE1rea principal da p\xE1gina, quando voc\xEA ativou a tradu\xE7\xE3o de toda a \xE1rea da p\xE1gina nas configura\xE7\xF5es avan\xE7adas, voc\xEA pode usar este atalho para traduzir especificamente a \xE1rea principal da p\xE1gina.",mouseHoverCustomKeyDescription:"Voc\xEA pode personalizar um atalho de combina\xE7\xE3o de mouse sobre, como: Alt+Z, Ctrl+E, Cmd+Alt+E ou diretamente Cmd, por favor, insira manualmente.","desc.toggleMouseHoverTranslateDirectly":"Depois de pressionar esta tecla de atalho, na p\xE1gina, sempre que o mouse apontar para qualquer texto, ele ser\xE1 traduzido automaticamente. Pressione a tecla de atalho novamente para desativar este recurso de tradu\xE7\xE3o autom\xE1tica.","desc.mouseHoverHoldKey":"Quando o mouse \xE9 colocado sobre um par\xE1grafo, pressionando a tecla de atalho \xE0 direita ao mesmo tempo, voc\xEA pode traduzir diretamente esse par\xE1grafo.","floatBall.guideClickToTranslate":"Clique na bola flutuante de tradu\xE7\xE3o imersiva para traduzir rapidamente",translationOnlyModeDescription:"O modo de tradu\xE7\xE3o apenas se refere a mostrar apenas a tradu\xE7\xE3o, n\xE3o o modo bil\xEDngue padr\xE3o. Aten\xE7\xE3o: devido a limita\xE7\xF5es t\xE9cnicas, os hiperlinks do texto original ser\xE3o desativados no modo de tradu\xE7\xE3o apenas.","desc.touchShortcutsToggleTranslatePage":"Ap\xF3s a configura\xE7\xE3o, ao usar um dispositivo m\xF3vel, \xE9 poss\xEDvel tocar na tela com X dedos, deslizar para a esquerda e para a direita ou tocar continuamente para acionar a tradu\xE7\xE3o da p\xE1gina / exibir o texto original.","desc.touchShortcutsToggleTranslationMask":"A m\xE1scara de tradu\xE7\xE3o refere-se ao efeito de desfoque no estilo de tradu\xE7\xE3o (modo de aprendizado), que, quando ativado, usa temporariamente o efeito de desfoque na tradu\xE7\xE3o, facilitando o aprendizado.","intro.floatBallDescription":"Depois de ativado, um bot\xE3o de tradu\xE7\xE3o r\xE1pida ser\xE1 exibido no lado direito da p\xE1gina. Clique para traduzir e clique novamente para voltar ao texto original. No dispositivo m\xF3vel, pressione e segure a bola flutuante para abrir o painel de configura\xE7\xF5es r\xE1pidas.","proQuotaExceededError.trial":'\uFF0Cvoc\xEA pode escolher as seguintes maneiras de resolver:

1. Mude para {anotherService} ou outro servi\xE7o de tradu\xE7\xE3o
2. Atualize imediatamente para um membro oficial',"desc.toggleTranslateTheWholePage":"Traduzir toda a \xE1rea da p\xE1gina, por padr\xE3o, traduziremos a \xE1rea principal da p\xE1gina, voc\xEA pode usar este atalho para traduzir especificamente toda a \xE1rea da p\xE1gina.","subtitle.supportedSites":"J\xE1 \xE9 suportado o uso de legendas bil\xEDngues nestes sites (aten\xE7\xE3o: devido a limita\xE7\xF5es t\xE9cnicas, alguns sites podem precisar ser atualizados ap\xF3s a ativa\xE7\xE3o inicial das legendas, ou pode ser necess\xE1rio esperar a tradu\xE7\xE3o ser conclu\xEDda para exibir as legendas bil\xEDngues):",shortcutDisableTooltip:"Por favor, configure na p\xE1gina de gerenciamento de atalhos de extens\xE3o fornecida pelo navegador. Para mais orienta\xE7\xF5es, consulte as instru\xE7\xF5es na parte superior desta p\xE1gina.","proQuotaExceededError.onetime7day":'\uFF0Cvoc\xEA pode escolher as seguintes maneiras de resolver:

1. Mude para {anotherService} ou outro servi\xE7o de tradu\xE7\xE3o
2. Atualize para membro mensal/anual',"proQuotaExceededError.nonTrial":'\uFF0Cvoc\xEA pode escolher as seguintes maneiras de resolver:

1. Mude para {anotherService} ou outro servi\xE7o de tradu\xE7\xE3o
2. Compre um pacote de tr\xE1fego extra {translationService} ',"neverTranslateText.description":"Devido a algumas m\xE1quinas de tradu\xE7\xE3o n\xE3o reconhecerem adequadamente os nomes pr\xF3prios, voc\xEA pode adicionar palavras aqui para garantir que elas n\xE3o sejam convertidas durante o processo de tradu\xE7\xE3o. Por favor, note que esta fun\xE7\xE3o distingue mai\xFAsculas de min\xFAsculas e suporta apenas idiomas com palavras separadas por espa\xE7os (como ingl\xEAs, franc\xEAs), n\xE3o sendo adequada para idiomas como japon\xEAs, coreano, etc.","intro.hoverDescription":"A tradu\xE7\xE3o do mouse hover \xE9 uma fun\xE7\xE3o muito importante na tradu\xE7\xE3o imersiva, basta colocar o mouse sobre o par\xE1grafo e pressionar a tecla de atalho definida para traduzir automaticamente o par\xE1grafo atual (nota: n\xE3o est\xE1 ativado por padr\xE3o, por favor configure abaixo), esta intera\xE7\xE3o \xE9 usada para substituir melhor a tradu\xE7\xE3o de palavras selecionadas, al\xE9m disso, esta fun\xE7\xE3o tamb\xE9m \xE9 amplamente utilizada em \xE1reas de tradu\xE7\xE3o que n\xE3o podem ser reconhecidas, voc\xEA pode usar esta fun\xE7\xE3o para for\xE7ar a tradu\xE7\xE3o de qualquer par\xE1grafo.","intro.subtitleDescription":"Ap\xF3s ativar este recurso, as legendas bil\xEDngues ser\xE3o exibidas automaticamente durante a reprodu\xE7\xE3o do v\xEDdeo. Se n\xE3o estiver ativado, voc\xEA precisar\xE1 clicar manualmente no bot\xE3o de tradu\xE7\xE3o na p\xE1gina para exibir as legendas. Por favor, note que, devido a limita\xE7\xF5es t\xE9cnicas, alguns sites podem precisar atualizar a p\xE1gina ou esperar a tradu\xE7\xE3o ser conclu\xEDda antes de poderem exibir as legendas bil\xEDngues. (Al\xE9m disso, voc\xEA tamb\xE9m pode ativar/desativar o painel de atalhos de tradu\xE7\xE3o imersiva no canto superior direito ap\xF3s abrir o site do v\xEDdeo)

Atualmente, suportamos o uso de legendas bil\xEDngues nestes sites:",geminiWarning:"Aten\xE7\xE3o: O servi\xE7o gratuito Gemini fornecido pelo Google tem restri\xE7\xF5es rigorosas, pode ser considerado pelo Google que o usu\xE1rio est\xE1 usando v\xE1rias chaves para evitar suas restri\xE7\xF5es de cota gratuita, n\xE3o \xE9 recomendado usar, \xE9 aconselh\xE1vel esperar pelo Google para abrir a interface de pagamento Gemini no futuro para uso.","floatBall.setting":"Configura\xE7\xE3o","floatBall.translateToLanguage":"Clique para traduzir para {language}","floatBall.file":`Traduzir PDF, EPUB, SRT, ASS, HTML, arquivos TXT`,changeToOnlyTempTranslationMode:"Alternar para apresentar apenas tradu\xE7\xF5es",changeToDualTempTranslationMode:"Mudar para tradu\xE7\xE3o bilingue","transitionMode.dual":"Bilingue comparativo","options.navbar.translateFile":"Traduzir documento","options.navbar.installApp":"Instalar o aplicativo para celular","transitionMode.translation":"Apenas texto traduzido.","subtitle.transitionModeDescription":"Defina as legendas do v\xEDdeo para compara\xE7\xE3o bilingue ou apenas modo de tradu\xE7\xE3o","subtitle.transitionMode":"Legendas de v\xEDdeo bil\xEDngue / configura\xE7\xE3o apenas de tradu\xE7\xE3o","transitionMode.inherit":"Mantenha consist\xEAncia com o modo de exibi\xE7\xE3o de tradu\xE7\xE3o padr\xE3o do sistema.",translateFileTooltip:`Traduzir PDF, ePub, srt, @@ -5176,13 +5176,13 @@ ass, HTML, arquivos TXT`,"description.subtitlePrompt":`Em cen\xE1rios de legenda {env.imt_trans_field}: tradu\xE7\xE3o`,"subtitle.quickButton.green":"verde","subtitle.quickButton.magenta":"Magenta","translationServices.claude":"Claude","subtitle.quickButton.white":"branco","subtitle.quickButton.translationTextColor":"Cor da fonte da tradu\xE7\xE3o","subtitle.quickButton.backgroundOpacity":"opacidade de fundo","subtitle.quickButton.sourceFontSize":"Tamanho original da fonte","subtitle.quickButton.backgroundColor":"cor de fundo","subtitle.quickButton.setting":"configura\xE7\xE3o","subtitle.quickButton.blue":"azul","subtitle.quickButton.translationPositionBottom":"\u539F\u6587\u4E0B\u65B9","subtitle.quickButton.yellow":"Amarelo","subtitle.quickButton.translationPositionTop":"Acima do texto original","subtitle.quickButton.sourceTextColor":"Cor original da fonte","subtitle.quickButton.red":"vermelho","subtitle.quickButton.translationPosition":"Posi\xE7\xE3o de tradu\xE7\xE3o","subtitle.quickButton.cyan":"Azul","subtitle.quickButton.black":"preto","subtitle.quickButton.translationFontSize":"Tamanho da fonte do texto traduzido",attachSubtitleTranslating:"Usando {service} para traduzir...","error.claude.403":"Sem permiss\xE3o para acessar o servi\xE7o, pode estar relacionado com as restri\xE7\xF5es de \xE1rea de Claude, voc\xEA pode tentar alterar o seu endere\xE7o IP, ou usar outros servi\xE7os de tradu\xE7\xE3o.","browser.brandDescriptionForSafari":"\u3010Tradu\xE7\xE3o imersiva\u3011Um plugin de tradu\xE7\xE3o de p\xE1ginas da web bilingue (original/tradu\xE7\xE3o) gratuito, que suporta a tradu\xE7\xE3o de PDF e EPUB e mant\xE9m a formata\xE7\xE3o original do documento, a tradu\xE7\xE3o de legendas bilingues de v\xEDdeos online como Youtube/Netflix, e suporta servi\xE7os de tradu\xE7\xE3o mainstream como Deepl/Google;","browser.PdfProFile":"AI impulsionado pela tradu\xE7\xE3o do PDF Pro","browser.textTranslate":"Tradu\xE7\xE3o de texto"};var Lb=[{code:"zh-CN",messages:hb},{code:"zh-TW",messages:bb},{code:"en",messages:yb},{code:"ja",messages:Tb},{code:"ar",messages:vb},{code:"de",messages:Sb},{code:"es",messages:Cb},{code:"fa",messages:xb},{code:"fr",messages:Eb},{code:"hi",messages:wb},{code:"it",messages:Db},{code:"ru",messages:Ab},{code:"ko",messages:kb},{code:"pt",messages:Pb}];var Mb="immersiveTranslateDeeplGlobalState",fp="immersiveTranslateBingGlobalState",hp="immersiveTranslateYandexGlobalState",rn={};for(let e of Lb)rn[e.code]=e.messages;var Di="Immersive Translate",ee="immersive-translate";var be="immersiveTranslate",sc="759003177173-mfm15s5nd77vfmo6e7lanof1emnanf0e.apps.googleusercontent.com",_a=be+"GoogleAccessToken",nu=be+"AuthFlow",uc="immersive-translate-config-latest.json",bp=be+"AuthState",lc=be+"IframeMessage",bj=be+"WaitForRateLimit",Fb=be+"DocumentMessageAsk",Yt=be+"DocumentMessageTellThirdParty",Ai=be+"showError",Bb=be+"DocumentMessageThirdPartyTell",Ib=be+"DocumentMessageEventUpload",Q8=be+"DocumentMessageHandler",cc=`${be}Share`,ru=`${be}ToggleMouseHoverTranslateDirectly`,Rb=`${be}ReqDraft`,Ob=`${be}ResDraft`,Z8=`${be}Container`,zb=`${be}SpecifiedContainer`,ia="buildinConfig",Ao="localConfig",au="openOptionsPage",yp="openAboutPage",Nb="translateLocalPdfFile";var iu="openEbookViewer",ou="openEbookBuilder";var ki=`${be}PageTranslatedStatus`,yj=`${be}PageUrlChanged`,oa=`${be}ReceiveCommand`,Ub=be+"LastUseMouseHoverTime",dc=be+"LastUseInputTime",yr=be+"LastUseManualTranslatePageTime",Tj=`${be}PopupReceiveMessage`,J8="immersivetranslate.com",X8="config.immersivetranslate.com",vj=`https://${J8}/`,Ma=`https://${X8}/default_config.json`,Sj=`${be}Mark`,In=`${be}Root`,qb=`${be}Walked`,Cj=`data-${ee}-walked`,jb=`${be}Paragraph`,Hb=`data-${ee}-paragraph`,Fr=`data-${ee}-translation-element-mark`,Wb=`${be}TranslationElementMark`,xj=`${be}TranslatedMark`,Kb=`${be}LoadingId`,Tp=`data-${ee}-loading-id`,Gb=`${be}ErrorId`,gc=`data-${ee}-error-id`,e7=`${be}AtomicBlockMark`,Vb=`${be}ExcludeMark`,Ej=`data-${ee}-exclude-mark`,t7=`${be}StayOriginalMark`,wj=`${be}PreWhitespaceMark`,pc=`${be}InlineMark`,$b=`${be}BlockMark`,Dj=`${be}Left`,Aj=`${be}Right`,kj=`${be}Width`,Pj=`${be}Height`,Lj=`${be}Top`,_j=`${be}FontSize`,Yb="lastRunTime",Mj=`${be}GlobalStyleMark`,su=["@","#"],mc=" --- ",Qb=` `,Lt=`${ee}-target-wrapper`,Fj=`${ee}-pdf-target-container`,fc=`${ee}-target-inner`,Bj=`${ee}-source-wrapper`,vp=`${ee}-target-translation-block-wrapper`,Ij=`${ee}-root-translation-theme`,ko=`${be}RootTranslationTheme`,Zb=`${ee}-target-translation-vertical-block-wrapper`,Rj=`${ee}-target-translation-pdf-block-wrapper`,Jb=`${ee}-target-translation-pre-whitespace`,Sp=`${ee}-target-translation-inline-wrapper`,Cp=["none","dashed","underline","dashedBorder","solidBorder","mask","opacity","dotted","dividingLine","highlight","marker","marker2","blockquote","weakening","grey","paper","italic","bold","thinDashed","wavy","nativeDotted","nativeDashed","nativeUnderline"],uu={underline:[{name:"borderColor",required:!1,type:"color"}],nativeUnderline:[{name:"borderColor",required:!1,type:"color"}],nativeDashed:[{name:"borderColor",required:!1,type:"color"}],nativeDotted:[{name:"borderColor",required:!1,type:"color"}],dotted:[{name:"borderColor",required:!1,type:"color"}],dividingLine:[{name:"borderColor",required:!1,type:"color"}],highlight:[{name:"backgroundColor",required:!1,type:"color"}],marker:[{name:"backgroundColor",required:!1,type:"color"}],dashed:[{name:"borderColor",required:!1,type:"color"}],blockquote:[{name:"borderColor",required:!1,type:"color"}],thinDashed:[{name:"borderColor",required:!1,type:"color"}],dashedBorder:[{name:"borderRadius",required:!1,type:"number",default:"0"},{name:"borderColor",required:!1,type:"color"}],solidBorder:[{name:"borderRadius",required:!1,type:"number",default:"0"},{name:"borderColor",required:!1,type:"color"}],marker2:[{name:"backgroundColor",required:!1,type:"color"}],wavy:[{name:"borderColor",required:!1,type:"color"}],opacity:[{name:"opacity",required:!1,type:"number",default:10}]},Rn=["auto","zh-CN","zh-TW","en","ja","ko","es","de","fr","pt","pt-br","ru","ar","it","ms","id","vi","af","th","ur","yue","zh-CN-NE","bo","wyw","am","az","be","bg","bn","bs","ca","ceb","co","cs","cy","da","el","eo","et","eu","fa","fi","fil","fj","fy","ga","gd","gl","gu","ha","haw","he","hi","hmn","hr","ht","hu","hy","ig","is","jw","ka","kk","km","kn","ku","ky","la","lb","lo","lt","lv","mg","mi","mk","ml","mn","mr","mt","mww","my","ne","nl","no","ny","otq","pa","pl","ps","ro","sa","sd","si","sk","sl","sm","sn","so","sq","sr","sr-Cyrl","sr-Latn","st","su","sv","sw","ta","te","tg","tlh","tlh-Qaak","to","tr","ty","ug","uk","uz","xh","yi","yo","yua","zu"],Xb={af:"Afrikaans",am:"Amharic",ar:"Arabic",auto:"Auto Detect",az:"Azerbaijani",be:"Belarusian",bg:"Bulgarian",tn:"Zana",bn:"Bengali",bs:"Bosnian",bo:"Tibetan",ca:"Catalan",ceb:"Cebuano",co:"Corsican",cs:"Czech",cy:"Welsh",da:"Danish",de:"German",el:"Greek",en:"English",eo:"Esperanto",es:"Spanish",et:"Estonian",eu:"Basque",sa:"Sanskrit",fa:"Persian",fi:"Finnish",fil:"Filipino",fj:"Fijian",fr:"French",fy:"Frisian",ga:"Irish",gd:"Scottish Gaelic",gl:"Galician",gu:"Gujarati",ha:"Hausa",haw:"Hawaiian",he:"Hebrew",hi:"Hindi",hmn:"Hmong",hr:"Croatian",ht:"Haitian Creole",hu:"Hungarian",hy:"Armenian",id:"Indonesian",ig:"Igbo",is:"Icelandic",it:"Italian",ja:"Japanese",jw:"Javanese",ka:"Georgian",kk:"Kazakh",km:"Khmer",kn:"Kannada",ko:"Korean",ku:"Kurdish",ky:"Kyrgyz",la:"Latin",lb:"Luxembourgish",lo:"Lao",lt:"Lithuanian",lv:"Latvian",mg:"Malagasy",mi:"Maori",mk:"Macedonian",ml:"Malayalam",mn:"Mongolian",mr:"Marathi",ms:"Malay",mt:"Maltese",mww:"Hmong Daw",my:"Burmese",ne:"Nepali",nl:"Dutch",no:"Norwegian",ny:"Chichewa",otq:"Quer\xE9taro Otomi",pa:"Punjabi",pl:"Polish",ps:"Pashto",pt:"Portuguese","pt-br":"Portuguese (Brazil)",ro:"Romanian",ru:"Russian",sd:"Sindhi",si:"Sinhala",sk:"Slovak",sl:"Slovenian",sm:"Samoan",sn:"Shona",so:"Somali",sq:"Albanian",sr:"Serbian","sr-Cyrl":"Serbian (Cyrillic)","sr-Latn":"Serbian (Latin)",st:"Sesotho",su:"Sundanese",sv:"Swedish",sw:"Swahili",ta:"Tamil",te:"Telugu",tg:"Tajik",th:"Thai",tlh:"Klingon","tlh-Qaak":"Klingon (piqaD)",to:"Tongan",tr:"Turkish",ty:"Tahitian",ug:"Uyghur",uk:"Ukrainian",ur:"Urdu",uz:"Uzbek",vi:"Vietnamese",wyw:"Classical Chinese",xh:"Xhosa",placeholder:"Please Select",yi:"Yiddish",yo:"Yoruba",yua:"Yucatec Maya",yue:"Cantonese (Traditional)","zh-CN":"Simplified Chinese","zh-TW":"Traditional Chinese","zh-CN-NE":"Northeastern Chinese",zu:"Zulu","":"All Languages"},e1={placeholder:"\u8BF7\u9009\u62E9",af:"\u5357\u975E\u8377\u5170\u8BED",am:"\u963F\u59C6\u54C8\u62C9\u8BED",ar:"\u963F\u62C9\u4F2F\u8BED",auto:"\u81EA\u52A8\u68C0\u6D4B",az:"\u963F\u585E\u62DC\u7586\u8BED",be:"\u767D\u4FC4\u7F57\u65AF\u8BED",bg:"\u4FDD\u52A0\u5229\u4E9A\u8BED",tn:"\u8D5E\u7EB3\u8BED",bn:"\u5B5F\u52A0\u62C9\u8BED",bs:"\u6CE2\u65AF\u5C3C\u4E9A\u8BED",bo:"\u85CF\u8BED",ca:"\u52A0\u6CF0\u7F57\u5C3C\u4E9A\u8BED",ceb:"\u5BBF\u52A1\u8BED",co:"\u79D1\u897F\u5609\u8BED",cs:"\u6377\u514B\u8BED",cy:"\u5A01\u5C14\u58EB\u8BED",da:"\u4E39\u9EA6\u8BED",de:"\u5FB7\u8BED",el:"\u5E0C\u814A\u8BED",en:"\u82F1\u8BED",eo:"\u4E16\u754C\u8BED",es:"\u897F\u73ED\u7259\u8BED",et:"\u7231\u6C99\u5C3C\u4E9A\u8BED",eu:"\u5DF4\u65AF\u514B\u8BED",sa:"\u68B5\u8BED",fa:"\u6CE2\u65AF\u8BED",fi:"\u82AC\u5170\u8BED",fil:"\u83F2\u5F8B\u5BBE\u8BED",fj:"\u6590\u6D4E\u8BED",fr:"\u6CD5\u8BED",fy:"\u5F17\u91CC\u65AF\u5170\u8BED",ga:"\u7231\u5C14\u5170\u8BED",gd:"\u82CF\u683C\u5170\u76D6\u5C14\u8BED",gl:"\u52A0\u5229\u897F\u4E9A\u8BED",gu:"\u53E4\u5409\u62C9\u7279\u8BED",ha:"\u8C6A\u8428\u8BED",haw:"\u590F\u5A01\u5937\u8BED",he:"\u5E0C\u4F2F\u6765\u8BED",hi:"\u5370\u5730\u8BED",hmn:"\u82D7\u8BED",hr:"\u514B\u7F57\u5730\u4E9A\u8BED",ht:"\u6D77\u5730\u514B\u91CC\u5965\u5C14\u8BED",hu:"\u5308\u7259\u5229\u8BED",hy:"\u4E9A\u7F8E\u5C3C\u4E9A\u8BED",id:"\u5370\u5EA6\u5C3C\u897F\u4E9A\u8BED",ig:"\u4F0A\u535A\u8BED",is:"\u51B0\u5C9B\u8BED",it:"\u610F\u5927\u5229\u8BED",ja:"\u65E5\u672C\u8BED",jw:"\u722A\u54C7\u8BED",ka:"\u683C\u9C81\u5409\u4E9A\u8BED",kk:"\u54C8\u8428\u514B\u8BED",km:"\u9AD8\u68C9\u8BED",kn:"\u5361\u7EB3\u8FBE\u8BED",ko:"\u97E9\u8BED",ku:"\u5E93\u5C14\u5FB7\u8BED",ky:"\u5409\u5C14\u5409\u65AF\u8BED",la:"\u62C9\u4E01\u8BED",lb:"\u5362\u68EE\u5821\u8BED",lo:"\u8001\u631D\u8BED",lt:"\u7ACB\u9676\u5B9B\u8BED",lv:"\u62C9\u8131\u7EF4\u4E9A\u8BED",mg:"\u9A6C\u62C9\u52A0\u65AF\u8BED",mi:"\u6BDB\u5229\u8BED",mk:"\u9A6C\u5176\u987F\u8BED",ml:"\u9A6C\u62C9\u96C5\u62C9\u59C6\u8BED",mn:"\u8499\u53E4\u8BED",mr:"\u9A6C\u62C9\u5730\u8BED",ms:"\u9A6C\u6765\u8BED",mt:"\u9A6C\u8033\u4ED6\u8BED",mww:"\u767D\u82D7\u8BED",my:"\u7F05\u7538\u8BED",ne:"\u5C3C\u6CCA\u5C14\u8BED",nl:"\u8377\u5170\u8BED",no:"\u632A\u5A01\u8BED",ny:"\u9F50\u5207\u74E6\u8BED\uFF08\u5C3C\u626C\u8D3E\u8BED\uFF09",otq:"\u514B\u96F7\u5854\u7F57\u5965\u6258\u7C73\u8BED",pa:"\u65C1\u906E\u666E\u8BED",pl:"\u6CE2\u5170\u8BED",ps:"\u666E\u4EC0\u56FE\u8BED",pt:"\u8461\u8404\u7259\u8BED","pt-br":"\u8461\u8404\u7259\u8BED\uFF08\u5DF4\u897F\uFF09",ro:"\u7F57\u9A6C\u5C3C\u4E9A\u8BED",ru:"\u4FC4\u8BED",sd:"\u4FE1\u5FB7\u8BED",si:"\u50E7\u4F3D\u7F57\u8BED",sk:"\u65AF\u6D1B\u4F10\u514B\u8BED",sl:"\u65AF\u6D1B\u6587\u5C3C\u4E9A\u8BED",sm:"\u8428\u6469\u4E9A\u8BED",sn:"\u4FEE\u7EB3\u8BED",so:"\u7D22\u9A6C\u91CC\u8BED",sq:"\u963F\u5C14\u5DF4\u5C3C\u4E9A\u8BED",sr:"\u585E\u5C14\u7EF4\u4E9A\u8BED","sr-Cyrl":"\u585E\u5C14\u7EF4\u4E9A\u8BED\uFF08\u897F\u91CC\u5C14\u6587\uFF09","sr-Latn":"\u585E\u5C14\u7EF4\u4E9A\u8BED\uFF08\u62C9\u4E01\u6587\uFF09",st:"\u585E\u7D22\u6258\u8BED",su:"\u5DFD\u4ED6\u8BED",sv:"\u745E\u5178\u8BED",sw:"\u65AF\u74E6\u5E0C\u91CC\u8BED",ta:"\u6CF0\u7C73\u5C14\u8BED",te:"\u6CF0\u5362\u56FA\u8BED",tg:"\u5854\u5409\u514B\u8BED",th:"\u6CF0\u8BED",tlh:"\u514B\u6797\u8D21\u8BED","tlh-Qaak":"\u514B\u6797\u8D21\u8BED\uFF08piqaD\uFF09",to:"\u6C64\u52A0\u8BED",tr:"\u571F\u8033\u5176\u8BED",ty:"\u5854\u5E0C\u63D0\u8BED",ug:"\u7EF4\u543E\u5C14\u8BED",uk:"\u4E4C\u514B\u5170\u8BED",ur:"\u4E4C\u5C14\u90FD\u8BED",uz:"\u4E4C\u5179\u522B\u514B\u8BED",vi:"\u8D8A\u5357\u8BED",wyw:"\u6587\u8A00\u6587",xh:"\u73ED\u56FE\u8BED",yi:"\u610F\u7B2C\u7EEA\u8BED",yo:"\u7EA6\u9C81\u5DF4\u8BED",yua:"\u5C24\u5361\u5766\u739B\u96C5\u8BED",yue:"\u7CA4\u8BED","zh-CN":"\u7B80\u4F53\u4E2D\u6587","zh-TW":"\u7E41\u4F53\u4E2D\u6587","zh-CN-NE":"\u4E1C\u5317\u8BDD",zu:"\u7956\u9C81\u8BED","":"\u6240\u6709\u8BED\u8A00"},t1={placeholder:"\u8ACB\u9078\u64C7",af:"\u963F\u975E\u5229\u5361\u8A9E",am:"\u963F\u59C6\u54C8\u62C9\u8A9E",ar:"\u963F\u62C9\u4F2F\u8A9E",auto:"\u81EA\u52D5\u6AA2\u6E2C",az:"\u963F\u585E\u62DC\u7586\u8A9E",be:"\u767D\u4FC4\u7F85\u65AF\u8A9E",bg:"\u4FDD\u52A0\u5229\u4E9E\u8A9E",tn:"\u8D0A\u7D0D\u8A9E",bn:"\u5B5F\u52A0\u62C9\u8A9E",bs:"\u6CE2\u65AF\u5C3C\u4E9E\u8A9E",bo:"\u85CF\u8A9E",ca:"\u52A0\u6CF0\u862D\u8A9E",ceb:"\u5BBF\u9727\u8A9E",co:"\u79D1\u897F\u5609\u8A9E",cs:"\u6377\u514B\u8A9E",cy:"\u5A01\u723E\u65AF\u8A9E",da:"\u4E39\u9EA5\u8A9E",de:"\u5FB7\u8A9E",el:"\u5E0C\u81D8\u8A9E",en:"\u82F1\u8A9E",eo:"\u4E16\u754C\u8A9E",es:"\u897F\u73ED\u7259\u8A9E",et:"\u611B\u6C99\u5C3C\u4E9E\u8A9E",eu:"\u5DF4\u65AF\u514B\u8A9E",sa:"\u68B5\u8A9E",fa:"\u6CE2\u65AF\u8A9E",fi:"\u82AC\u862D\u8A9E",fil:"\u83F2\u5F8B\u8CD3\u8A9E",fj:"\u6590\u6FDF\u8A9E",fr:"\u6CD5\u8A9E",fy:"\u5F17\u91CC\u897F\u8A9E",ga:"\u611B\u723E\u862D\u8A9E",gd:"\u8607\u683C\u862D\u84CB\u723E\u8A9E",gl:"\u52A0\u5229\u897F\u4E9E\u8A9E",gu:"\u53E4\u5409\u62C9\u7279\u8A9E",ha:"\u8C6A\u6492\u8A9E",haw:"\u590F\u5A01\u5937\u8A9E",he:"\u5E0C\u4F2F\u4F86\u8A9E",hi:"\u5370\u5730\u8A9E",hmn:"\u82D7\u8A9E",hr:"\u514B\u7F85\u5730\u4E9E\u8A9E",ht:"\u6D77\u5730\u514B\u91CC\u5967\u723E\u8A9E",hu:"\u5308\u7259\u5229\u8A9E",hy:"\u4E9E\u7F8E\u5C3C\u4E9E\u8A9E",id:"\u5370\u5C3C\u8A9E",ig:"\u4F0A\u535A\u8A9E",is:"\u51B0\u5CF6\u8A9E",it:"\u610F\u5927\u5229\u8A9E",ja:"\u65E5\u8A9E",jw:"\u722A\u54C7\u8A9E",ka:"\u55AC\u6CBB\u4E9E\u8A9E",kk:"\u54C8\u85A9\u514B\u8A9E",km:"\u9AD8\u68C9\u8A9E",kn:"\u574E\u7D0D\u9054\u8A9E",ko:"\u97D3\u8A9E",ku:"\u5EAB\u723E\u5FB7\u8A9E",ky:"\u5409\u723E\u5409\u65AF\u8A9E",la:"\u62C9\u4E01\u8A9E",lb:"\u76E7\u68EE\u5821\u8A9E",lo:"\u8001\u64BE\u8A9E",lt:"\u7ACB\u9676\u5B9B\u8A9E",lv:"\u62C9\u812B\u7DAD\u4E9E\u8A9E",mg:"\u99AC\u62C9\u52A0\u65AF\u8A9E",mi:"\u6BDB\u5229\u8A9E",mk:"\u99AC\u5176\u9813\u8A9E",ml:"\u99AC\u62C9\u96C5\u62C9\u59C6\u8A9E",mn:"\u8499\u53E4\u8A9E",mr:"\u99AC\u62C9\u5730\u8A9E",ms:"\u99AC\u4F86\u8A9E",mt:"\u99AC\u723E\u4ED6\u8A9E",mww:"\u767D\u82D7\u8A9E",my:"\u7DEC\u7538\u8A9E",ne:"\u5C3C\u6CCA\u723E\u8A9E",nl:"\u8377\u862D\u8A9E",no:"\u632A\u5A01\u8A9E",ny:"\u9F4A\u5207\u74E6\u8A9E",otq:"\u594E\u96F7\u5854\u7F85\u5967\u6258\u7C73\u8A9E",pa:"\u65C1\u906E\u666E\u8A9E",pl:"\u6CE2\u862D\u8A9E",ps:"\u666E\u4EC0\u5716\u8A9E",pt:"\u8461\u8404\u7259\u8A9E","pt-br":"\u8461\u8404\u7259\u8A9E\uFF08\u5DF4\u897F\uFF09",ro:"\u7F85\u99AC\u5C3C\u4E9E\u8A9E",ru:"\u4FC4\u8A9E",sd:"\u4FE1\u5FB7\u8A9E",si:"\u50E7\u4F3D\u7F85\u8A9E",sk:"\u65AF\u6D1B\u4F10\u514B\u8A9E",sl:"\u65AF\u6D1B\u7DAD\u5C3C\u4E9E\u8A9E",sm:"\u85A9\u6469\u4E9E\u8A9E",sn:"\u7D39\u7D0D\u8A9E",so:"\u7D22\u99AC\u91CC\u8A9E",sq:"\u963F\u723E\u5DF4\u5C3C\u4E9E\u8A9E",sr:"\u585E\u723E\u7DAD\u4E9E\u8A9E","sr-Cyrl":"\u585E\u723E\u7DAD\u4E9E\u8A9E (\u897F\u91CC\u723E\u6587)","sr-Latn":"\u585E\u723E\u7DAD\u4E9E\u8A9E (\u62C9\u4E01\u6587)",st:"\u585E\u7D22\u6258\u8A9E",su:"\u5DFD\u4ED6\u8A9E",sv:"\u745E\u5178\u8A9E",sw:"\u65AF\u74E6\u5E0C\u91CC\u8A9E",ta:"\u6CF0\u7C73\u723E\u8A9E",te:"\u6CF0\u76E7\u56FA\u8A9E",tg:"\u5854\u5409\u514B\u8A9E",th:"\u6CF0\u8A9E",tlh:"\u514B\u6797\u8CA2\u8A9E","tlh-Qaak":"\u514B\u6797\u8CA2\u8A9E (piqaD)",to:"\u6771\u52A0\u8A9E",tr:"\u571F\u8033\u5176\u8A9E",ty:"\u5854\u5E0C\u63D0\u8A9E",ug:"\u7DAD\u543E\u723E\u8A9E",uk:"\u70CF\u514B\u862D\u8A9E",ur:"\u70CF\u723E\u90FD\u8A9E",uz:"\u70CF\u8332\u5225\u514B\u8A9E",vi:"\u8D8A\u5357\u8A9E",wyw:"\u6587\u8A00\u6587",xh:"\u79D1\u85A9\u8A9E",yi:"\u610F\u7B2C\u7DD2\u8A9E",yo:"\u7D04\u9B6F\u5DF4\u8A9E",yua:"\u5C24\u52A0\u6566\u99AC\u96C5\u8A9E",yue:"\u5EE3\u6771\u8A71 (\u50B3\u7D71)","zh-CN":"\u7C21\u9AD4\u4E2D\u6587","zh-TW":"\u7E41\u9AD4\u4E2D\u6587","zh-CN-NE":"\u6771\u5317\u8A71",zu:"\u7956\u9B6F\u8A9E","":"\u6240\u6709\u8A9E\u8A00"};var hc=[{name:"touch",shortcuts:[{command:"touchShortcutsToggleTranslatePage",type:"finger"},{command:"touchShortcutsToggleTranslationMask",type:"finger"},{command:"touchShortcutsToggleTranslatePageOnlyTranslation",type:"finger"},{command:"touchShortcutsToggleTranslateTouchElement",type:"finger"}]},{name:"main",shortcuts:["toggleTranslatePage","shareToDraft","translateInputBox"]},{name:"mouse",shortcuts:[{command:"mouseHoverHoldKey",type:"mouseHoverHoldKey"},"toggleMouseHoverTranslateDirectly"]},{name:"others",shortcuts:["toggleTranslationMask","toggleTranslateToThePageEndImmediately","toggleTranslateTheMainPage","toggleOnlyTransation","toggleTranslateTheWholePage","toggleVideoSubtitlePreTranslation"]},{name:"shortcutsForTranslationServices",shortcuts:["translateWithDeepL","translateWithGoogle","translateWithOpenAI","translateWithBing","translateWithTransmart","translateWithGemini"]}],n1=["https://immersive-translate.owenyoung.com/options/","https://immersive-translate.owenyoung.com/auth-done/","https://dash.immersivetranslate.com/","https://dash.immersivetranslate.com/auth-done/","http://localhost:8000/dist/userscript/options/","http://localhost:8000/auth-done/","http://192.168.50.9:8000/dist/userscript/options/","http://192.168.31.51:8000/dist/userscript/options/","http://192.168.1.72:8000/dist/userscript/options/","https://www.deepl.com/translator","translate.google.com","http://localhost:8000/options/","http://192.168.50.9:8000/options/","http://192.168.31.51:8000/options/","http://192.168.1.72:8000/options/"],Br="zh-CN",bc="https://immersivetranslate.com/docs/communities/",_b=[{type:"select",name:"codename",labelKey:"field.translationEngine",default:"youdao",required:!1,options:[{label:"translationServices.google",value:"google"},{label:"translationServices.deepl",value:"deepl"},{label:"translationServices.youdao",value:"youdao"},{label:"translationServices.tencent",value:"tencent"},{label:"translationServices.aliyun",value:"aliyun"},{label:"translationServices.baidu",value:"baidu"},{label:"translationServices.caiyun",value:"caiyun"},{label:"translationServices.wechat",value:"wechat"},{label:"translationServices.ibm",value:"ibm"},{label:"translationServices.azure",value:"azure"},{label:"translationServices.aws",value:"aws"}]}],yc=["caiyun","cai"],nr={bing:{name:"\u5FAE\u8F6F\u7FFB\u8BD1",homepage:"https://www.bing.com/translator"},google:{name:"Google",homepage:"https://translate.google.com/"},deepl:{name:"DeepL",homepage:"https://www.deepl.com/translator",docUrl:"https://immersivetranslate.com/docs/services/deepL/",providers:[{name:"pro",nameKey:"deepLProName",descriptionKey:"deepLProDescription",descriptionKeyForNormal:"deeplProDescriptionForNormal",descriptionLink1:"https://immersivetranslate.com/pricing"},{name:"custom",nameKey:"deepLCustomName",descriptionKey:"deepLCustomDescription",descriptionLink1:"https://www.deepl.com/translator",descriptionLink2:"https://immersivetranslate.com/docs/services/deepL/"}],allProps:[{name:"authKey",providers:["custom"],label:"Auth Key",required:!0,type:"password"}]},openai:{name:"Open AI",homepage:"https://openai.com/api/",docUrl:"https://immersivetranslate.com/docs/services/openai/",providers:[{name:"pro",nameKey:"openaiProName",descriptionKey:"openaiProDescription",descriptionKeyForNormal:"openaiProDescriptionForNormal",descriptionLink1:"https://immersivetranslate.com/pricing"},{name:"custom",nameKey:"openaiCustomName",descriptionKey:"openaiCustomDescription",descriptionLink1:"https://immersivetranslate.com/docs/services/openai/"}],allProps:[{name:"APIKEY",providers:["custom"],required:!0,type:"password"},{name:"model",labelKey:"field.model",descriptionKey:"description.model",required:!1,type:"model-select",default:"gpt-3.5-turbo-1106",providers:["custom"],options:[{providers:["custom","pro"],label:"gpt-3.5-turbo",value:"gpt-3.5-turbo"},{providers:["custom"],label:"gpt-3.5-turbo-0125",value:"gpt-3.5-turbo-0125"},{providers:["custom","pro"],label:"gpt-3.5-turbo-1106",value:"gpt-3.5-turbo-1106"},{providers:["custom","pro"],label:"gpt-3.5-turbo-0613",value:"gpt-3.5-turbo-0613"},{providers:["custom"],label:"gpt-4-1106-preview",value:"gpt-4-1106-preview"},{providers:["custom"],label:"gpt-4-0125-preview",value:"gpt-4-0125-preview"},{providers:["custom"],label:"gpt-4",value:"gpt-4"}]},{name:"limit",required:!1,labelKey:"field.limitPerSecond",descriptionKey:"description.limitPerSecond",descriptionLink1:"https://immersivetranslate.com/docs/services/openai/",type:"number",default:10,providers:["custom"]},{name:"maxTextLengthPerRequest",required:!1,labelKey:"field.maxTextLengthPerRequest",descriptionKey:"description.maxTextLengthPerRequest",type:"number",default:1200,optional:!0},{name:"maxTextGroupLengthPerRequest",required:!1,labelKey:"field.maxTextGroupLengthPerRequest",descriptionKey:"description.maxTextGroupLengthPerRequest",type:"number",default:1,optional:!0},{name:"apiUrl",labelKey:"field.apiUrl",required:!1,type:"text",default:"https://api.openai.com/v1/chat/completions",descriptionKey:"description.apiUrl",descriptionLink1:"https://immersivetranslate.com/docs/services/openai/",optional:!0,providers:["custom"]},{name:"systemPrompt",label:"System Prompt",required:!1,descriptionKey:"description.systemPrompt",type:"textarea",optional:!0,default:"You are a translation engine, you can only translate text and cannot interpret it, and do not explain."},{name:"prompt",label:"Prompt",required:!1,descriptionKey:"description.prompt",type:"textarea",default:`Translate the text to {{to}}, please do not explain any sentences, just translate or leave them as they are.: -{{text}}`,optional:!0},{name:"multiplePrompt",label:"Multiple Prompt",required:!1,descriptionKey:"description.multiplePrompt",type:"textarea",default:"",optional:!0},{name:"subtitlePrompt",label:"Subtitle Prompt",required:!1,descriptionKey:"description.subtitlePrompt",type:"textarea",default:"",optional:!0}]},yandex:{name:"Yandex",homepage:"https://translate.yandex.com/"},gemini:{name:"Gemini",homepage:"https://makersuite.google.com/",docUrl:"https://immersivetranslate.com/docs/services/gemini/",beta:!0,allProps:[{name:"APIKEY",providers:["custom"],required:!0,type:"password"},{name:"model",labelKey:"field.model",descriptionKey:"description.model",optional:!0,required:!1,type:"model-select",options:[{label:"gemini-1.0-pro-latest",value:"gemini-1.0-pro-latest"}]},{name:"limit",required:!1,optional:!0,labelKey:"field.limitPerSecond",descriptionKey:"description.generalLimitPerSecond",descriptionLink1:"https://immersivetranslate.com/docs/services/openai/",type:"number",default:1},{name:"maxTextLengthPerRequest",required:!1,labelKey:"field.maxTextLengthPerRequest",descriptionKey:"description.maxTextLengthPerRequest",type:"number",default:1200,optional:!0},{name:"maxTextGroupLengthPerRequest",required:!1,labelKey:"field.maxTextGroupLengthPerRequest",descriptionKey:"description.maxTextGroupLengthPerRequest",type:"number",default:3,optional:!0},{name:"apiUrl",labelKey:"field.apiUrl",required:!1,type:"text",default:"https://generativelanguage.googleapis.com/v1beta/models/{model}:generateContent?key={key}",descriptionKey:"description.apiUrl",descriptionLink1:"https://immersivetranslate.com/docs/services/gemini/",optional:!0},{name:"prompt",label:"Prompt",required:!1,descriptionKey:"description.prompt",type:"textarea",default:"",optional:!0},{name:"multiplePrompt",label:"Multiple Prompt",required:!1,descriptionKey:"description.multiplePrompt",type:"textarea",default:"",optional:!0},{name:"subtitlePrompt",label:"Subtitle Prompt",required:!1,descriptionKey:"description.subtitlePrompt",type:"textarea",default:"",optional:!0}]},claude:{name:"Claude",homepage:"https://www.anthropic.com/",docUrl:"https://immersivetranslate.com/docs/services/claude/",allProps:[{name:"APIKEY",providers:["custom"],required:!0,type:"password"},{name:"model",labelKey:"field.model",descriptionKey:"description.model",optional:!0,required:!1,type:"model-select",default:"claude-3-haiku-20240307",options:[{label:"claude-3-haiku-20240307",value:"claude-3-haiku-20240307"},{label:"claude-3-sonnet-20240229",value:"claude-3-sonnet-20240229"},{label:"claude-3-opus-20240229",value:"claude-3-opus-20240229"},{label:"claude-2.1",value:"claude-2.1"}]},{name:"limit",required:!1,optional:!0,labelKey:"field.limitPerSecond",descriptionKey:"description.generalLimitPerSecond",descriptionLink1:"https://immersivetranslate.com/docs/services/openai/",type:"number",default:1},{name:"maxTextLengthPerRequest",required:!1,labelKey:"field.maxTextLengthPerRequest",descriptionKey:"description.maxTextLengthPerRequest",type:"number",default:1200,optional:!0},{name:"maxTextGroupLengthPerRequest",required:!1,labelKey:"field.maxTextGroupLengthPerRequest",descriptionKey:"description.maxTextGroupLengthPerRequest",type:"number",default:10,optional:!0},{name:"apiUrl",labelKey:"field.apiUrl",required:!1,type:"text",default:"https://api.anthropic.com/v1/messages",descriptionKey:"description.apiUrl",descriptionLink1:"https://immersivetranslate.com/docs/services/claude/",optional:!0},{name:"prompt",label:"Prompt",required:!1,descriptionKey:"description.prompt",type:"textarea",default:"",optional:!0},{name:"multiplePrompt",label:"Multiple Prompt",required:!1,descriptionKey:"description.multiplePrompt",type:"textarea",default:"",optional:!0},{name:"subtitlePrompt",label:"Subtitle Prompt",required:!1,descriptionKey:"description.subtitlePrompt",type:"textarea",default:"",optional:!0}]},transmart:{name:"Transmart",homepage:"https://transmart.qq.com/"},youdao:{name:"Youdao",homepage:"https://youdao.com/",docUrl:"https://immersivetranslate.com/docs/services/youdao/",allProps:[{name:"appId",required:!0,type:"text"},{name:"appSecret",required:!0,type:"password"},{name:"limit",required:!1,labelKey:"field.limitPerSecond",descriptionKey:"description.generalLimitPerSecond",type:"number",default:5,optional:!0},{name:"maxTextLengthPerRequest",required:!1,labelKey:"field.maxTextLengthPerRequest",descriptionKey:"description.maxTextLengthPerRequest",type:"number",default:1200,optional:!0},{name:"maxTextGroupLengthPerRequest",required:!1,labelKey:"field.maxTextGroupLengthPerRequest",descriptionKey:"description.maxTextGroupLengthPerRequest",type:"number",default:200,optional:!0},{name:"domain",required:!1,labelKey:"field.domain",descriptionKey:"description.domain",descriptionLink1:"https://fanyi.youdao.com/openapi/",type:"text",default:"general",optional:!0},{name:"vocabId",required:!1,labelKey:"field.vocabId",descriptionKey:"description.vocabId",type:"text",default:"",optional:!0}]},tencent:{name:"Tencent",homepage:"https://fanyi.qq.com/",docUrl:"https://immersivetranslate.com/docs/services/tencent/",allProps:[{name:"secretId",required:!0,type:"text"},{name:"secretKey",required:!0,type:"password"}]},aliyun:{name:"Aliyun",homepage:"https://translate.alibaba.com/",docUrl:"https://immersivetranslate.com/docs/services/aliyun/",allProps:[{name:"AccessKeyID",required:!0,type:"text"},{name:"AccessKeySecret",required:!0,type:"password"},{name:"scene",labelKey:"field.scene",descriptionKey:"description.scene",descriptionLink1:"https://help.aliyun.com/document_detail/158267.html",required:!1,optional:!0,type:"text",default:"general"}]},azure:{name:"azure",homepage:"https://learn.microsoft.com/en-us/azure/cognitive-services/translator/text-translation-overview",docUrl:"https://immersivetranslate.com/docs/services/azure/",allProps:[{name:"region",required:!1,default:"eastasia",type:"text"},{name:"APIKEY",required:!0,type:"password"},{name:"apiUrl",labelKey:"field.apiUrl",required:!1,type:"text",default:"https://api.cognitive.microsofttranslator.com/",descriptionKey:"description.azureApiUrl",optional:!0}]},papago:{name:"Papago",homepage:"https://translate.google.com/",canary:!0},baidu:{name:"Baidu",homepage:"https://fanyi.baidu.com/",docUrl:"https://immersivetranslate.com/docs/services/baidu/",allProps:[{name:"appid",required:!0,type:"text"},{name:"key",required:!0,type:"password"},{name:"limit",required:!1,labelKey:"field.limitPerSecond",descriptionKey:"description.generalLimitPerSecond",type:"number",default:1,optional:!0},{name:"maxTextLengthPerRequest",required:!1,labelKey:"field.maxTextLengthPerRequest",descriptionKey:"description.maxTextLengthPerRequest",type:"number",default:1800,optional:!0},{name:"maxTextGroupLengthPerRequest",required:!1,labelKey:"field.maxTextGroupLengthPerRequest",descriptionKey:"description.maxTextGroupLengthPerRequest",type:"number",default:8,optional:!0},{name:"action",required:!1,labelKey:"field.action",descriptionKey:"description.action",descriptionLink1:"https://fanyi-api.baidu.com/doc/21",type:"boolean",default:!1,optional:!0},{name:"domain",required:!1,labelKey:"field.domain",descriptionKey:"description.baiduField",descriptionLink1:"https://fanyi-api.baidu.com/doc/22",type:"text",default:"",optional:!0}]},volc:{name:"Volc",homepage:"https://www.volcengine.com/",docUrl:"https://immersivetranslate.com/docs/services/volcano/",allProps:[{name:"accessKeyId",required:!0,type:"text"},{name:"secretAccessKey",required:!0,type:"password"},{name:"limit",required:!1,labelKey:"field.limitPerSecond",descriptionKey:"description.generalLimitPerSecond",type:"number",default:5,optional:!0},{name:"maxTextLengthPerRequest",required:!1,labelKey:"field.maxTextLengthPerRequest",descriptionKey:"description.maxTextLengthPerRequest",type:"number",default:1800,optional:!0},{name:"maxTextGroupLengthPerRequest",required:!1,labelKey:"field.maxTextGroupLengthPerRequest",descriptionKey:"description.maxTextGroupLengthPerRequest",type:"number",default:8,optional:!0}]},caiyun:{name:"Caiyun",homepage:"https://fanyi.caiyunapp.com/",docUrl:"https://immersivetranslate.com/docs/services/caiyun/",allProps:[{name:"token",required:!0,type:"password"}]},cai:{name:"Cai",homepage:"https://fanyi.caiyunapp.com/",alpha:!0},custom:{name:"Custom",beta:!0,homepage:"https://immersivetranslate.com/docs/services/custom/",titleKey:"description.custom",allProps:[{name:"url",label:"API URL",required:!0,type:"text"},{name:"langs",required:!1,labelKey:"field.langs",type:"textarea",default:"zh-CN,en",optional:!0},{name:"placeholderDelimiters",required:!1,labelKey:"field.placeholderDelimiters",type:"text",default:su,optional:!0},{name:"limit",required:!1,labelKey:"field.limitPerSecond",descriptionKey:"description.generalLimitPerSecond",type:"number",default:5,optional:!0},{name:"maxTextLengthPerRequest",required:!1,labelKey:"field.maxTextLengthPerRequest",descriptionKey:"description.maxTextLengthPerRequest",type:"number",default:1200,optional:!0},{name:"maxTextGroupLengthPerRequest",required:!1,labelKey:"field.maxTextGroupLengthPerRequest",descriptionKey:"description.maxTextGroupLengthPerRequest",type:"number",default:1,optional:!0}]},mock:{name:"Mock",homepage:"https://www.google.com"},mock2:{name:"Mock2",homepage:"https://www.google.com"},tenAlpha:{name:"TenAlpha",homepage:"https://fanyi.qq.com/",alpha:!0},you:{name:"You",alpha:!0,homepage:"https://youdao.com/"},openl:{name:"Openl",homepage:"https://openl.club/",docUrl:"https://immersivetranslate.com/docs/services/openL/",allProps:[..._b,{type:"password",name:"apikey",required:!0}],props:_b},volcAlpha:{name:"Volc Alpha",alpha:!0,homepage:"https://www.volcengine.com/"},d:{name:"D () ",canary:!0,homepage:"https://www.deepl.com/translator"},dpro:{name:"DPro (Canary) ",canary:!0,homepage:"https://www.deepl.com/translator"},deeplx:{name:"DeepLX (Beta)",beta:!0,homepage:"https://www.deepl.com/translator",allProps:[{name:"url",label:"API URL",required:!0,type:"text"},{name:"limit",required:!1,labelKey:"field.limitPerSecond",descriptionKey:"description.generalLimitPerSecond",type:"number",default:5,optional:!0},{name:"maxTextLengthPerRequest",required:!1,labelKey:"field.maxTextLengthPerRequest",descriptionKey:"description.maxTextLengthPerRequest",type:"number",default:1200,optional:!0},{name:"maxTextGroupLengthPerRequest",required:!1,labelKey:"field.maxTextGroupLengthPerRequest",descriptionKey:"description.maxTextGroupLengthPerRequest",type:"number",default:1,optional:!0}]},niu:{name:"niutrans",homepage:"https://niutrans.com/",docUrl:"https://immersivetranslate.com/docs/services/niu",allProps:[{name:"APIKEY",required:!0,type:"password"}]}},Tc={type:be+"ChildFrameToRootFrameIdentifier"},xp=["youtube","netflix","webvtt","khanacademy","bilibili","udemy","hulu","text_track","text_track_dynamic","general","live","ebutt","disneyplus","fmp4.xml","multi_attach_vtt","twitter","subsrt","xml","av"],sa=["Ctrl","Shift","Alt","Auto","Off","OtherCustom","Other"],r1=["ctrl","alt","shift","cmd","command","option","control"],vc=[{key:"/"},{key:"="},{key:";"},{key:","},{key:"."},{key:":"},{key:"space",labelKey:"spaceKey",skipForStarting:!0},{key:"none",labelKey:"noneKey",skipForTrailing:!0}],Oj=pn()?"https://dash.immersivetranslate.com/#general":"http://localhost:8000/dist/userscript/options/#general",lu="user_from_plugin",bt="user_info",Pi=pn()||tr()?"https://api2.immersivetranslate.com":"https://test-api2.immersivetranslate.com",Sc=pn()||tr()?"https://immersivetranslate.com/accounts/login?from=plugin":"https://test.immersivetranslate.com/accounts/login?from=plugin",a1=Sc+"&utm_source=extension&utm_medium=extension&utm_campaign=error_modal",i1=Sc+"&utm_source=extension&utm_medium=extension&utm_campaign=popup_more",Li=pn()||tr()?"https://immersivetranslate.com/profile":"https://test.immersivetranslate.com/profile",Fa=pn()||tr()?"https://immersivetranslate.com/pricing":"https://test.immersivetranslate.com/pricing",n7=pn()||tr()?"https://immersivetranslate.com/download/":"https://test.immersivetranslate.com/download/",r7=pn()||tr()?"https://immersivetranslate.com/topup?type=open_ai&":"https://test.immersivetranslate.com/topup?type=open_ai&",a7=pn()||tr()?"https://immersivetranslate.com/topup?type=deepl&":"https://test.immersivetranslate.com/topup?type=deepl&",zj=Fa+"?utm_source=extension&utm_medium=extension&utm_campaign=popup_more",o1=n7+"?utm_source=extension&utm_medium=extension&utm_campaign=options_nav",s1=Fa+"?utm_source=extension&utm_medium=extension&utm_campaign=popup_footer",Cc=Fa+"?utm_source=extension&utm_medium=extension&utm_campaign=error_modal",u1=r7+"utm_source=extension&utm_medium=extension&utm_campaign=error_modal",l1=a7+"utm_source=extension&utm_medium=extension&utm_campaign=error_modal",c1=Li+"?utm_source=extension&utm_medium=extension&utm_campaign=error_modal&upgradeFromTrial=true",xc="https://immersivetranslate.com/docs/usage/",d1="https://immersivetranslate.com/docs/communities/",g1=Le().TRANSLATE_FILE_URL,p1=g1+"?utm_source=extension&utm_medium=extension&utm_campaign=options_nav",m1=g1+"?utm_source=extension&utm_medium=extension&utm_campaign=float_ball";var Po=console,Ep=class{#e=performance.now();reset(){this.#e=performance.now()}stop(t){let n=performance.now(),r=Math.round(n-this.#e),a=Zn.green;r>1e4?a=Zn.red:r>1e3&&(a=Zn.yellow),Po.debug(Zn.dim(Di+" TIMING:"),t,"in",a(r+"ms")),this.#e=n}},cu=class{#e=1;get level(){return this.#e}setLevel(t){switch(t){case"debug":this.#e=0;break;case"info":this.#e=1;break;case"warn":this.#e=2;break;case"error":this.#e=3;break;case"fatal":this.#e=4;break}}debug(...t){this.#e<=0&&Po.log(Zn.dim(Di+" DEBUG:"),...t)}v(...t){this.#e<=0}info(...t){this.#e<=1&&Po.log(Zn.green(Di+" INFO:"),...t)}l(...t){this.#e<=1}warn(...t){this.#e<=2&&Po.warn(Zn.yellow(Di+" WARN:"),...t)}error(...t){this.#e<=3&&Po.error(Zn.red(Di+" ERROR:"),...t)}fatal(...t){this.#e<=4&&Po.error(Zn.red(Di+" FATAL:"),...t)}timing(){return this.level===0?new Ep:{reset:()=>{},stop:()=>{}}}},R=new cu;p();function st(){try{let e=[Le().EBOOK_BUILDER_URL,Le().EBOOK_VIEWER_URL,Le().SUBTITLE_BUILDER_URL,Le().HTML_VIEWER_URL,Le().PDF_VIEWER_URL].filter(a=>!!a),t=["app.immersivetranslate.com"];pn()||t.push("localhost:38001");let n=globalThis.location.pathname;return e.find(a=>{let i=new URL(a);return n.startsWith(i.pathname)&&t.includes(i.host)})?!1:globalThis.self!==globalThis.top}catch{return!0}}p();p();var Ec={manifest_version:3,name:"__MSG_brandName__",description:"__MSG_brandDescription__",version:"1.4.5",default_locale:"en",background:{service_worker:"background.js"},web_accessible_resources:["styles/inject.css","pdf/index.html","video-subtitle/inject.js"],content_scripts:[{matches:["","file:///*","*://*/*"],js:["content_script.js"],run_at:"document_end",all_frames:!0},{matches:["","file:///*","*://*/*"],js:["content_start.js"],run_at:"document_start",all_frames:!0}],commands:{toggleTranslatePage:{suggested_key:{default:"Alt+A"},description:"__MSG_toggleTranslatePage__"},toggleTranslateTheWholePage:{suggested_key:{default:"Alt+W"},description:"__MSG_toggleTranslateTheWholePage__"},toggleOnlyTransation:{description:"__MSG_toggleOnlyTransation__"},toggleTranslateToThePageEndImmediately:{description:"__MSG_toggleTranslateToThePageEndImmediately__"},toggleTranslateTheMainPage:{description:"__MSG_toggleTranslateTheMainPage__"},toggleTranslationMask:{description:"__MSG_toggleTranslationMask__"},shareToDraft:{description:"__MSG_shareToDraft__"},toggleMouseHoverTranslateDirectly:{description:"__MSG_toggleMouseHoverTranslateDirectly__"},translateWithOpenAI:{description:"__MSG_translateWithOpenAI__"},translateWithDeepL:{description:"__MSG_translateWithDeepL__"},translateWithGoogle:{description:"__MSG_translateWithGoogle__"},translateWithTransmart:{description:"__MSG_translateWithTransmart__"},translateWithGemini:{description:"__MSG_translateWithGemini__"},translateWithBing:{description:"__MSG_translateWithBing__"},translateInputBox:{description:"__MSG_translateInputBox__"},toggleVideoSubtitlePreTranslation:{description:"__MSG_toggleVideoSubtitlePreTranslation__"}},options_page:"options.html",options_ui:{page:"options.html",open_in_tab:!0,browser_style:!1},permissions:["storage","activeTab","contextMenus","webRequest","webRequestBlocking","declarativeNetRequestWithHostAccess","declarativeNetRequestFeedback","declarativeNetRequest"],host_permissions:[""],declarative_net_request:{rule_resources:[{id:"ruleset_1",enabled:!0,path:"rules/request_modifier_rule.json"}]},action:{default_popup:"popup.html",default_icon:{"32":"icons/32.png","48":"icons/48.png","64":"icons/64.png","128":"icons/128.png","256":"icons/256.png"}},browser_action:{default_icon:"icons/32.png",default_popup:"popup.html",theme_icons:[{dark:"icons/32.png",light:"icons/dark-32.png",size:32},{dark:"icons/48.png",light:"icons/dark-48.png",size:48},{dark:"icons/64.png",light:"icons/dark-64.png",size:64},{dark:"icons/128.png",light:"icons/dark-128.png",size:128},{dark:"icons/256.png",light:"icons/dark-256.png",size:256}]},icons:{"32":"icons/32.png","48":"icons/48.png","64":"icons/64.png","128":"icons/128.png","256":"icons/256.png"},browser_specific_settings:{gecko:{id:"{5efceaa7-f3a2-4e59-a54b-85319448e305}",strict_min_version:"63.0"},gecko_android:{strict_min_version:"113.0"}},key:"MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA7JPn78UfqI3xIIOPPLPS74UTzLfJL1gQM8hlk/deKWvFP/WqUBnPJPdhQeF45sFpI1OjO70nFqdATT4/RwYAiZK7G/E6m27MDVnhHjszfzReOuoAEn9J3RnE2xEx5pFhRFcelhnwTTLrrn90aaPcaMtNsgXtZA1Ggz/SnX9I4ZygqpJYjx3Ql2t6SyNK222oRQiKMT93Rrjgyc8RFA7FKXsWglG0TvseRjbmG5Jk5gDx+2/YTcWGqCDotQnWnkPj/dBO23UAX7IpyJK3FGYdkvWFih6OVClHIIWY8mfCjjwSGbXNQNesaa9F2hrzBZ5MRTj4m7yj76mGxuPHPIE8mwIDAQAB"};p();p();p();var wp=/iPhone/i,f1=/iPod/i,h1=/iPad/i,b1=/\biOS-universal(?:.+)Mac\b/i,Dp=/\bAndroid(?:.+)Mobile\b/i,y1=/Android/i,Lo=/(?:SD4930UR|\bSilk(?:.+)Mobile\b)/i,wc=/Silk/i,ua=/Windows Phone/i,T1=/\bWindows(?:.+)ARM\b/i,v1=/BlackBerry/i,S1=/BB10/i,C1=/Opera Mini/i,x1=/\b(CriOS|Chrome)(?:.+)Mobile/i,E1=/Mobile(?:.+)Firefox\b/i,w1=e=>typeof e<"u"&&e.platform==="MacIntel"&&typeof e.maxTouchPoints=="number"&&e.maxTouchPoints>1&&typeof globalThis.MSStream>"u";function o7(e){return t=>t.test(e)}function ut(e){let t={userAgent:"",platform:"",maxTouchPoints:0};!e&&typeof navigator<"u"?t={userAgent:navigator.userAgent,platform:navigator.platform,maxTouchPoints:navigator.maxTouchPoints||0}:typeof e=="string"?t.userAgent=e:e&&e.userAgent&&(t={userAgent:e.userAgent,platform:e.platform,maxTouchPoints:e.maxTouchPoints||0});let n=t.userAgent,r=n.split("[FBAN");typeof r[1]<"u"&&(n=r[0]),r=n.split("Twitter"),typeof r[1]<"u"&&(n=r[0]);let a=o7(n),i={apple:{phone:a(wp)&&!a(ua),ipod:a(f1),tablet:!a(wp)&&(a(h1)||w1(t))&&!a(ua),universal:a(b1),device:(a(wp)||a(f1)||a(h1)||a(b1)||w1(t))&&!a(ua)},amazon:{phone:a(Lo),tablet:!a(Lo)&&a(wc),device:a(Lo)||a(wc)},android:{phone:!a(ua)&&a(Lo)||!a(ua)&&a(Dp),tablet:!a(ua)&&!a(Lo)&&!a(Dp)&&(a(wc)||a(y1)),device:!a(ua)&&(a(Lo)||a(wc)||a(Dp)||a(y1))||a(/\bokhttp\b/i)},windows:{phone:a(ua),tablet:a(T1),device:a(ua)||a(T1)},other:{blackberry:a(v1),blackberry10:a(S1),opera:a(C1),firefox:a(E1),chrome:a(x1),device:a(v1)||a(S1)||a(C1)||a(E1)||a(x1)},any:!1,phone:!1,tablet:!1};return i.any=i.apple.device||i.android.device||i.windows.device||i.other.device,i.phone=i.apple.phone||i.android.phone||i.windows.phone,i.tablet=i.apple.tablet||i.android.tablet||i.windows.tablet,i}var Ap="DENO",Dc="CHROME",Ac="FIREFOX";function D1(e){let t=Dc;try{let n=navigator?.userAgent||"";/firefox/i.test(n)||typeof InstallTrigger<"u"?t=Ac:/deno/i.test(n)&&(t=Ap)}catch{}return e===Dc&&t===Dc||e===Ac&&t===Ac||e===Ap&&t===Ap}function kp(){return D1(Dc)}function A1(){return typeof Deno<"u"}function rr(){return D1(Ac)}function Ba(){return!!navigator.maxTouchPoints||"ontouchstart"in document.documentElement}function k1(){return!!globalThis.matchMedia("(pointer:fine)").matches}function _i(e){return!!(e?.confirmSupportMouse||globalThis.matchMedia("(pointer:fine)").matches)}function P1(){return pe()?"monkey":kp()?"chrome":rr()?"firefox":Ge()?"safari":null}p();var L1={addListener:()=>{},removeListener:()=>{},hasListener:()=>{}},_1={permissions:{contains:()=>{},request:()=>{}},runtime:{onMessage:L1,openOptionsPage:()=>{},lastError:{message:""}},storage:{sync:{get:()=>{},set:()=>{}}},tabs:{onUpdated:L1,query:()=>{},sendMessage:()=>{}}};var Z;A1()?Z=_1:Z=globalThis.immersiveTranslateBrowserAPI;var s7="";function On(){return s7||Ec.version}function Ir(){return Z.runtime.getManifest().version}p();function M1(e){return e.replace(//g,">")}p();function Qt(e){return!!(e&&e.subscription&&e.subscription.subscriptionStatus==="active")}function F1(e){if(e){let t="unknown";if(e.subscription&&e.subscription.subscriptionId&&(e.subscription.subscriptionId.startsWith("sub_")?t="stripe":t="admin"),t==="stripe")return!0}return!1}function B1(e){if(e){let t=new Date(e.createTime),n=u7(t),r="free",a="unknown";return e.subscription&&e.subscription.subscriptionStatus==="active"&&(r=e.subscription.subscriptionType),e.subscription&&e.subscription.subscriptionId&&(e.subscription.subscriptionId.startsWith("sub_")?a="stripe":a="admin"),{user_type:r,user_register_day:n,subscription_from:a}}else return null}function u7(e){try{let n=e.toLocaleString("en-US",{timeZone:"Asia/Shanghai"}).split(" ")[0];n.endsWith(",")&&(n=n.slice(0,-1));let[r,a,i]=n.split("/");return n=`${i}-${r}-${a}`,n}catch{return"unknown"}}p();p();function ye(e){if(typeof e!="string")return"auto";let t=e.toLowerCase();if(t==="und")return"auto";if(t==="zh"||t.startsWith("zh-hans"))return"zh-CN";if(t.startsWith("zh-hant")||t.startsWith("zh-hk")||t.startsWith("zh-tw"))return"zh-TW";if(t.startsWith("zh-"))return"zh-CN";if(t==="iw")return"he";if(t==="jv")return"jw";let n=Rn.map(a=>a.toLowerCase()),r=n.indexOf(t);if(r===-1)if(t.indexOf("-")>=0){t=t.split("-")[0];let a=n.indexOf(t);return a===-1?"auto":Rn[a]}else return"auto";else return Rn[r]}function At(){return ye(document?.documentElement?.lang||"en")}function du(e){if(Math.abs(e)<1024)return e+" Byte";let n=["KB","MB","GB","TB","PB","EB","ZB","YB"],r=-1;do e/=1024,++r;while(Math.abs(e)>=1024&&ru+l.text.length,0)+o.text.length>t||i.tempSentences.length>=n)&&(a.push(i),i={fromByClient:i.fromByClient,from:o.from,to:o.to,tempSentences:[],url:o.url}),(i.from!==o.from||i.to!==o.to)&&(i.tempSentences.length>0?(a.push(i),i={fromByClient:i.fromByClient,from:o.from,to:o.to,tempSentences:[],url:o.url}):(i.from=o.from,i.to=o.to)),i.tempSentences.push(o);return i.tempSentences.length>0&&a.push(i),a}function l7(e,t){let n=[],r=[];for(let a=0;a0?y1e4?a=Zn.red:r>1e3&&(a=Zn.yellow),Po.debug(Zn.dim(Di+" TIMING:"),t,"in",a(r+"ms")),this.#e=n}},cu=class{#e=1;get level(){return this.#e}setLevel(t){switch(t){case"debug":this.#e=0;break;case"info":this.#e=1;break;case"warn":this.#e=2;break;case"error":this.#e=3;break;case"fatal":this.#e=4;break}}debug(...t){this.#e<=0&&Po.log(Zn.dim(Di+" DEBUG:"),...t)}v(...t){this.#e<=0}info(...t){this.#e<=1&&Po.log(Zn.green(Di+" INFO:"),...t)}l(...t){this.#e<=1}warn(...t){this.#e<=2&&Po.warn(Zn.yellow(Di+" WARN:"),...t)}error(...t){this.#e<=3&&Po.error(Zn.red(Di+" ERROR:"),...t)}fatal(...t){this.#e<=4&&Po.error(Zn.red(Di+" FATAL:"),...t)}timing(){return this.level===0?new Ep:{reset:()=>{},stop:()=>{}}}},R=new cu;p();function st(){try{let e=[Le().EBOOK_BUILDER_URL,Le().EBOOK_VIEWER_URL,Le().SUBTITLE_BUILDER_URL,Le().HTML_VIEWER_URL,Le().PDF_VIEWER_URL].filter(a=>!!a),t=["app.immersivetranslate.com"];pn()||t.push("localhost:38001");let n=globalThis.location.pathname;return e.find(a=>{let i=new URL(a);return n.startsWith(i.pathname)&&t.includes(i.host)})?!1:globalThis.self!==globalThis.top}catch{return!0}}p();p();var Ec={manifest_version:3,name:"__MSG_brandName__",description:"__MSG_brandDescription__",version:"1.4.6",default_locale:"en",background:{service_worker:"background.js"},web_accessible_resources:["styles/inject.css","pdf/index.html","video-subtitle/inject.js"],content_scripts:[{matches:["","file:///*","*://*/*"],js:["content_script.js"],run_at:"document_end",all_frames:!0},{matches:["","file:///*","*://*/*"],js:["content_start.js"],run_at:"document_start",all_frames:!0}],commands:{toggleTranslatePage:{suggested_key:{default:"Alt+A"},description:"__MSG_toggleTranslatePage__"},toggleTranslateTheWholePage:{suggested_key:{default:"Alt+W"},description:"__MSG_toggleTranslateTheWholePage__"},toggleOnlyTransation:{description:"__MSG_toggleOnlyTransation__"},toggleTranslateToThePageEndImmediately:{description:"__MSG_toggleTranslateToThePageEndImmediately__"},toggleTranslateTheMainPage:{description:"__MSG_toggleTranslateTheMainPage__"},toggleTranslationMask:{description:"__MSG_toggleTranslationMask__"},shareToDraft:{description:"__MSG_shareToDraft__"},toggleMouseHoverTranslateDirectly:{description:"__MSG_toggleMouseHoverTranslateDirectly__"},translateWithOpenAI:{description:"__MSG_translateWithOpenAI__"},translateWithDeepL:{description:"__MSG_translateWithDeepL__"},translateWithGoogle:{description:"__MSG_translateWithGoogle__"},translateWithTransmart:{description:"__MSG_translateWithTransmart__"},translateWithGemini:{description:"__MSG_translateWithGemini__"},translateWithBing:{description:"__MSG_translateWithBing__"},translateInputBox:{description:"__MSG_translateInputBox__"},toggleVideoSubtitlePreTranslation:{description:"__MSG_toggleVideoSubtitlePreTranslation__"}},options_page:"options.html",options_ui:{page:"options.html",open_in_tab:!0,browser_style:!1},permissions:["storage","activeTab","contextMenus","webRequest","webRequestBlocking","declarativeNetRequestWithHostAccess","declarativeNetRequestFeedback","declarativeNetRequest"],host_permissions:[""],declarative_net_request:{rule_resources:[{id:"ruleset_1",enabled:!0,path:"rules/request_modifier_rule.json"}]},action:{default_popup:"popup.html",default_icon:{"32":"icons/32.png","48":"icons/48.png","64":"icons/64.png","128":"icons/128.png","256":"icons/256.png"}},browser_action:{default_icon:"icons/32.png",default_popup:"popup.html",theme_icons:[{dark:"icons/32.png",light:"icons/dark-32.png",size:32},{dark:"icons/48.png",light:"icons/dark-48.png",size:48},{dark:"icons/64.png",light:"icons/dark-64.png",size:64},{dark:"icons/128.png",light:"icons/dark-128.png",size:128},{dark:"icons/256.png",light:"icons/dark-256.png",size:256}]},icons:{"32":"icons/32.png","48":"icons/48.png","64":"icons/64.png","128":"icons/128.png","256":"icons/256.png"},browser_specific_settings:{gecko:{id:"{5efceaa7-f3a2-4e59-a54b-85319448e305}",strict_min_version:"63.0"},gecko_android:{strict_min_version:"113.0"}},key:"MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA7JPn78UfqI3xIIOPPLPS74UTzLfJL1gQM8hlk/deKWvFP/WqUBnPJPdhQeF45sFpI1OjO70nFqdATT4/RwYAiZK7G/E6m27MDVnhHjszfzReOuoAEn9J3RnE2xEx5pFhRFcelhnwTTLrrn90aaPcaMtNsgXtZA1Ggz/SnX9I4ZygqpJYjx3Ql2t6SyNK222oRQiKMT93Rrjgyc8RFA7FKXsWglG0TvseRjbmG5Jk5gDx+2/YTcWGqCDotQnWnkPj/dBO23UAX7IpyJK3FGYdkvWFih6OVClHIIWY8mfCjjwSGbXNQNesaa9F2hrzBZ5MRTj4m7yj76mGxuPHPIE8mwIDAQAB"};p();p();p();var wp=/iPhone/i,f1=/iPod/i,h1=/iPad/i,b1=/\biOS-universal(?:.+)Mac\b/i,Dp=/\bAndroid(?:.+)Mobile\b/i,y1=/Android/i,Lo=/(?:SD4930UR|\bSilk(?:.+)Mobile\b)/i,wc=/Silk/i,ua=/Windows Phone/i,T1=/\bWindows(?:.+)ARM\b/i,v1=/BlackBerry/i,S1=/BB10/i,C1=/Opera Mini/i,x1=/\b(CriOS|Chrome)(?:.+)Mobile/i,E1=/Mobile(?:.+)Firefox\b/i,w1=e=>typeof e<"u"&&e.platform==="MacIntel"&&typeof e.maxTouchPoints=="number"&&e.maxTouchPoints>1&&typeof globalThis.MSStream>"u";function o7(e){return t=>t.test(e)}function ut(e){let t={userAgent:"",platform:"",maxTouchPoints:0};!e&&typeof navigator<"u"?t={userAgent:navigator.userAgent,platform:navigator.platform,maxTouchPoints:navigator.maxTouchPoints||0}:typeof e=="string"?t.userAgent=e:e&&e.userAgent&&(t={userAgent:e.userAgent,platform:e.platform,maxTouchPoints:e.maxTouchPoints||0});let n=t.userAgent,r=n.split("[FBAN");typeof r[1]<"u"&&(n=r[0]),r=n.split("Twitter"),typeof r[1]<"u"&&(n=r[0]);let a=o7(n),i={apple:{phone:a(wp)&&!a(ua),ipod:a(f1),tablet:!a(wp)&&(a(h1)||w1(t))&&!a(ua),universal:a(b1),device:(a(wp)||a(f1)||a(h1)||a(b1)||w1(t))&&!a(ua)},amazon:{phone:a(Lo),tablet:!a(Lo)&&a(wc),device:a(Lo)||a(wc)},android:{phone:!a(ua)&&a(Lo)||!a(ua)&&a(Dp),tablet:!a(ua)&&!a(Lo)&&!a(Dp)&&(a(wc)||a(y1)),device:!a(ua)&&(a(Lo)||a(wc)||a(Dp)||a(y1))||a(/\bokhttp\b/i)},windows:{phone:a(ua),tablet:a(T1),device:a(ua)||a(T1)},other:{blackberry:a(v1),blackberry10:a(S1),opera:a(C1),firefox:a(E1),chrome:a(x1),device:a(v1)||a(S1)||a(C1)||a(E1)||a(x1)},any:!1,phone:!1,tablet:!1};return i.any=i.apple.device||i.android.device||i.windows.device||i.other.device,i.phone=i.apple.phone||i.android.phone||i.windows.phone,i.tablet=i.apple.tablet||i.android.tablet||i.windows.tablet,i}var Ap="DENO",Dc="CHROME",Ac="FIREFOX";function D1(e){let t=Dc;try{let n=navigator?.userAgent||"";/firefox/i.test(n)||typeof InstallTrigger<"u"?t=Ac:/deno/i.test(n)&&(t=Ap)}catch{}return e===Dc&&t===Dc||e===Ac&&t===Ac||e===Ap&&t===Ap}function kp(){return D1(Dc)}function A1(){return typeof Deno<"u"}function rr(){return D1(Ac)}function Ba(){return!!navigator.maxTouchPoints||"ontouchstart"in document.documentElement}function k1(){return!!globalThis.matchMedia("(pointer:fine)").matches}function _i(e){return!!(e?.confirmSupportMouse||globalThis.matchMedia("(pointer:fine)").matches)}function P1(){return pe()?"monkey":kp()?"chrome":rr()?"firefox":Ge()?"safari":null}p();var L1={addListener:()=>{},removeListener:()=>{},hasListener:()=>{}},_1={permissions:{contains:()=>{},request:()=>{}},runtime:{onMessage:L1,openOptionsPage:()=>{},lastError:{message:""}},storage:{sync:{get:()=>{},set:()=>{}}},tabs:{onUpdated:L1,query:()=>{},sendMessage:()=>{}}};var Z;A1()?Z=_1:Z=globalThis.immersiveTranslateBrowserAPI;var s7="";function On(){return s7||Ec.version}function Ir(){return Z.runtime.getManifest().version}p();function M1(e){return e.replace(//g,">")}p();function Qt(e){return!!(e&&e.subscription&&e.subscription.subscriptionStatus==="active")}function F1(e){if(e){let t="unknown";if(e.subscription&&e.subscription.subscriptionId&&(e.subscription.subscriptionId.startsWith("sub_")?t="stripe":t="admin"),t==="stripe")return!0}return!1}function B1(e){if(e){let t=new Date(e.createTime),n=u7(t),r="free",a="unknown";return e.subscription&&e.subscription.subscriptionStatus==="active"&&(r=e.subscription.subscriptionType),e.subscription&&e.subscription.subscriptionId&&(e.subscription.subscriptionId.startsWith("sub_")?a="stripe":a="admin"),{user_type:r,user_register_day:n,subscription_from:a}}else return null}function u7(e){try{let n=e.toLocaleString("en-US",{timeZone:"Asia/Shanghai"}).split(" ")[0];n.endsWith(",")&&(n=n.slice(0,-1));let[r,a,i]=n.split("/");return n=`${i}-${r}-${a}`,n}catch{return"unknown"}}p();p();function ye(e){if(typeof e!="string")return"auto";let t=e.toLowerCase();if(t==="und")return"auto";if(t==="zh"||t.startsWith("zh-hans"))return"zh-CN";if(t.startsWith("zh-hant")||t.startsWith("zh-hk")||t.startsWith("zh-tw"))return"zh-TW";if(t.startsWith("zh-"))return"zh-CN";if(t==="iw")return"he";if(t==="jv")return"jw";let n=Rn.map(a=>a.toLowerCase()),r=n.indexOf(t);if(r===-1)if(t.indexOf("-")>=0){t=t.split("-")[0];let a=n.indexOf(t);return a===-1?"auto":Rn[a]}else return"auto";else return Rn[r]}function At(){return ye(document?.documentElement?.lang||"en")}function du(e){if(Math.abs(e)<1024)return e+" Byte";let n=["KB","MB","GB","TB","PB","EB","ZB","YB"],r=-1;do e/=1024,++r;while(Math.abs(e)>=1024&&ru+l.text.length,0)+o.text.length>t||i.tempSentences.length>=n)&&(a.push(i),i={fromByClient:i.fromByClient,from:o.from,to:o.to,tempSentences:[],url:o.url}),(i.from!==o.from||i.to!==o.to)&&(i.tempSentences.length>0?(a.push(i),i={fromByClient:i.fromByClient,from:o.from,to:o.to,tempSentences:[],url:o.url}):(i.from=o.from,i.to=o.to)),i.tempSentences.push(o);return i.tempSentences.length>0&&a.push(i),a}function l7(e,t){let n=[],r=[];for(let a=0;a0?yt){let x=[];Pp(T,t,x);for(let w=0;w0&&y{let s=e.lastIndexOf(o,t);return s>i?s:i},-1);if(a===-1){let i=e.slice(0,t);if(i&&!i.trim())return;n.push({text:i,prefix:"",suffix:""}),e.length>t&&Pp(e.slice(t),t,n)}else{let i=e.slice(0,a+1);if(i&&i.trim()==="")return;i.startsWith(" ")?n.push({text:i.slice(1),prefix:" ",suffix:""}):n.push({text:i,prefix:"",suffix:""}),a+10){g.forEach(y=>{c.length>0&&y.providers&&y.providers.length>0&&!y.providers.includes(l)||(y.optional?m.push(y):f.push(y))});let h=m.concat(f).filter(y=>y.required);if(h.length>0){for(let y of h)if(!i[y.name]){u=!1;break}}}return{...a,id:t,selected:n[e]===t,ok:u,currentProvider:l,config:i,providers:a.providers||[],props:a.props||[],allProps:g,optionalProps:m,explicitProps:f}}var Mi=(e,t)=>{let{config:n}=e,r=n.alpha,a=n.beta,i=n.canary,o=n.debug,s=e.user,u=Qt(s),l=Object.keys(nr);return t!=="translationService"&&l.unshift("inherit"),l.filter(c=>{if(c==="inherit")return!0;let g=nr[c];if(c.startsWith("mock"))return o?!0:c===e.config[t];if(c===e.config[t])return!0;if(c==="openai"&&Ge())return e.config.showOpenaiOnSafari||u?!0:!!(a||r||i||u);let f=!!g.canary,m=!!g.alpha,h=!!g.beta;return c===e[t]||f&&i||m&&(r||i)||h&&(a||r||i)?!0:!m&&!h&&!f}).map(c=>_o(t,c,e))};function gu(){return([1e7]+-1e3+-4e3+-8e3+-1e11).replace(/[018]/g,e=>(e^crypto.getRandomValues(new Uint8Array(1))[0]&15>>e/4).toString(16))}function R1(e){return e.replace(/([a-zA-Z0-9]+)([\u4e00-\u9fa5]+)/g,"$1 $2").replace(/([\u4e00-\u9fa5]+)([a-zA-Z0-9]+)/g,"$1 $2")}p();var O1=be+"SyncStoreKey_";function qt(e,t){let n=O1+e;return Z.storage.sync.get(n).then(r=>r[n]===void 0?t:r[n])}function it(e,t){let n=O1+e;return Z.storage.sync.set({[n]:t})}p();var Fi=be+"CacheKey_";function Lp(e,t){let n=Fi+e;return Z.storage.local.get(n).then(r=>r[n]===void 0?t:r[n])}function c7(){let e=Z.storage.local.refresh;e&&e()}function _p(e,t){let n=Fi+e;return Z.storage.local.get(n).then(r=>{if(r[n]===void 0)return t;let{value:a,expired:i}=r[n];return i&&ir.startsWith(Fi)).filter(r=>r!==Fi+bt);if(n.length>0)return Z.storage.local.remove(n)}}var ot={get:Lp,set:Fp,getExpired:_p,setExpired:Mp,remove:Bp,clear:Ip,refresh:c7};p();var z1=["*://*/*","*","*://*"],U1="immersive-translate-wildcard-placeholder.com";function Rp(e,t){try{let n=[];if(!t||(t&&!Array.isArray(t)?n=[t]:n=t,n.length===0))return null;if(n.some(s=>z1.includes(s)))return e;let r=new URL(e);r.hash="",r.search="";let a=r.href,i=r.hostname,o=r.port;if(n&&n.length>0){let s=n.find(u=>{if(!u)return!1;if(u===i)return!0;if(z1.includes(u))return!0;if(!u.includes("*")&&u.includes("://")){try{let l=new URL(u);if(l.pathname==="/"&&!u.endsWith("/")){let c=l.hostname===i,g=l.port===o;return l.port?c&&g:c}else return g7(a,u)}catch{}return!1}else{let l,c=u;if(u.includes("://")){let T=u.split("://");l=T[0],l==="*"&&T.length>1&&(l="*",u="https://"+T[1])}else l="*",u="https://"+u;let g=u.replace(/\*/g,U1),f;try{f=new URL(g)}catch{return R.debug("invalid match pattern",g,"raw match value:",c),!1}let m=f.host,h=f.pathname;h==="/"&&(c.replace("://","").includes("/")||(h="/*"));let y=d7(l+":",N1(m),N1(h));if(y){let T=new URL(a);return y.test(T.href)}else return!1}});if(s)return s}return null}catch{return null}}function N1(e){return e.replaceAll(U1,"*")}function d7(e,t,n){let r="^";return e==="*:"?r+="(http:|https:|file:)":r+=e,r+="//",t&&(e==="file:"||(t==="*"?r+="[^/]+?":(t.match(/^\*\./)&&(r+="[^/]*?",t=t.substring(1)),r+=t.replace(/\./g,"\\.").replace(/\*/g,"[^/]*")))),n?n==="*"||n==="/*"?r+="(/.*)?":n.includes("*")?(r+=n.replace(/\*/g,".*?"),r+="/?"):r+=n.replace(/[-[\]{}()*+?.,\\^$|#\s]/g,"\\$&"):r+="/?",r+="$",new RegExp(r)}function _t(e,t){return Rp(e,t)!==null}function g7(e,t){let n=new URL(e),r=new URL(t);return n.hostname===r.hostname&&n.pathname===r.pathname&&n.protocol===r.protocol&&n.port===r.port}p();p();var q1=be+"StoreKey_";function la(e,t){let n=q1+e;return Z.storage.local.get(n).then(r=>r[n]===void 0?t:r[n])}function j1(e,t){let n=q1+e;return Z.storage.local.set({[n]:t})}p();p();p();p();function H1(e,t){return[e,!e||e.endsWith("/")?"":"/",t,".json"].join("")}function Op(e,t){let n=e;return t&&Object.keys(t).forEach(r=>{let a=t[r];if(a===void 0)return;let i=p7(r);if(typeof a=="object"||i){let o=a;i&&typeof o=="string"&&(o={tag:"a",href:o,target:"_blank",class:"immersive-translate-link"});let s=`<${r}>`,u=n.indexOf(s);if(u!==-1){let l=o.tag||"a",c=n.indexOf(``);if(c!==-1){let g=n.substring(u+s.length,c),f=Object.keys(o).filter(m=>m!=="tag").map(m=>`${m}="${o[m]}"`).join(" ");n=n.replace(`${s}${g}`,`<${l} ${f}>${g}`)}}}else if(a){let o=new RegExp("{"+r+"}","gm");n=n.replace(o,a.toString())}}),n}function pu(e,t,n){let r=e[t];if(!r)return n;if(!n)return"";let a=n.split("."),i="";do{i+=a.shift();let o=r[i];o!==void 0&&(typeof o=="object"||!a.length)?(r=o,i=""):a.length?i+=".":r=n}while(a.length);return r}function Rr(e,t,n,r,a){if(!e.hasOwnProperty(n))return t;let i=pu(e,n,t);return i===t&&n!==r&&(i=pu(e,r,t)),Op(i,a)}function p7(e){if(typeof e=="number")return!0;if(e){let t=parseInt(e);return!isNaN(t)}else return!1}function jt(e,t,n){return Rr(rn,t,e.config.interfaceLanguage,"en",n)}p();function W1(e,t){let n=new Date(e),r=n.getFullYear().toString(),a=(n.getMonth()+1).toString().padStart(2,"0"),i=n.getDate().toString().padStart(2,"0"),o=n.getHours().toString().padStart(2,"0"),s=n.getMinutes().toString().padStart(2,"0"),u=n.getSeconds().toString().padStart(2,"0");return t.replace("YYYY",r).replace("MM",a).replace("DD",i).replace("HH",o).replace("mm",s).replace("ss",u)}function K1(e){return new Date(e).getTime()}var Q=class extends Error{status;constructor(t,n){if(t&&n){super(n),this.name=t;return}super(t)}initNetWork(t){return t&&(this.status=t),this}initStack(t){return t&&(this.stack=t),this}initData(t){return this.data=t,this}data;uiConfig(t){if(!this.message)return{};let n=null;if(n=this.handleProQuota(t)||this.handleUnavailableError(t)||this.handleProUser(t)||this.handleServiceMissingConfig(t)||this.handleNetwork(t)||this.handleFetchError(t),!n){let r=jt.bind(null,t),a=this.getErrorMsg();n={type:"error",title:r("networkError"),errMsg:r("error.serveUnavailable",{serverName:r("translationServices."+t.translationService),1:"https://dash.immersivetranslate.com/#general",2:"https://immersivetranslate.com/pricing/?utm_source=extension&utm_medium=webpage&utm_campaign=service_error",3:"https://immersivetranslate.com/pricing/?utm_source=extension&utm_medium=webpage&utm_campaign=service_error"})+"

"+r("errorReason",{message:a}),action:"changeService"}}return n}getErrorMsg(){return this.status?this.status<0?this.message:`${this.status}: ${this.message}`:this.message}handleUnavailableError(t){let n=jt.bind(null,t),r=this.message.startsWith("bingAuth"),a=this.data?.translationService==="transmart"&&this.message.startsWith("Server is busy now");if(r||a)return this.message=this.message.replace("bingAuth:",""),{type:"network",title:n("networkError"),errMsg:n("error.serveUnavailable",{serverName:n("translationServices."+t.translationService),1:"https://dash.immersivetranslate.com/#general",2:"https://immersivetranslate.com/pricing/?utm_source=extension&utm_medium=webpage&utm_campaign=service_error",3:"https://immersivetranslate.com/pricing/?utm_source=extension&utm_medium=webpage&utm_campaign=service_error"})+"

"+n("errorReason",{message:this.message}),action:"changeService"}}handleServiceMissingConfig(t){let n=jt.bind(null,t);if(this.message.endsWith(" are required")||this.message.includes("You didn't provide an API key"))return{type:"configError",title:n("error.serveConfigError"),errMsg:this.getErrorMsg()+"

"+n("error.reloadPageOfSetting"),action:"setting"}}handleNetwork(t){let n=jt.bind(null,t),r="retry",a="network",i=n("networkError");if(!this.status||this.status<0)return;let o=this.getErrorMsg();return this.status===429?this.data?.translationService=="google"?o=`${n("error.googleLimitIp")}

${o}`:this.data?.translationService=="openai"&&(this.message.indexOf("Limit: 3 / min")>=0||this.message.includes("rate_limit_exceeded")&&this.message.includes("Limit 3"))?o=`${n("error.openAIFreeLimit")}

${o}`:this.data?.translationService=="openai"&&this.message.includes("You exceeded your current quota")?o=`${n("error.openAIExceededQuota")}

${o}`:this.data?.translationService=="gemini"&&this.message.includes("RESOURCE_EXHAUSTED")?o=`${n("error.gemini.429")}

${o}`:o=`${n("error.429")}

${o}`:this.status===403?this.data?.translationService=="claude"?o=`${n("error.claude.403")}

${o}`:o=`${n("error.403")}

${o}`:this.status===400?o=`${n("error.400")}

${o}`:this.status===502?o=`${n("error.502")}

${o}`:this.status===404&&o.includes("User subscription not found")&&(o=`${n("error.subscriptionExpired")}

${o}`,r="setting",a="configError",i=n("error.subscriptionExpiredTitle")),{type:a,title:i,errMsg:o,action:r}}handleFetchError(t){let n=jt.bind(null,t);if(this.status!==-999)return;let r=this.getErrorMsg();return{type:"network",title:"",errMsg:n("error.serveUnavailable",{serverName:n("translationServices."+t.translationService),1:"https://dash.immersivetranslate.com/#general",2:"https://immersivetranslate.com/pricing/?utm_source=extension&utm_medium=webpage&utm_campaign=service_error",3:"https://immersivetranslate.com/pricing/?utm_source=extension&utm_medium=webpage&utm_campaign=service_error"})+"

"+n("errorReason",{message:r}),action:"changeService"}}handleProUser(t){let n=jt.bind(null,t);if(!(this.data?.translationService!=="openai"&&this.data?.translationService!=="deepl")){if(this.message.indexOf("token invalid")>=0||this.message.indexOf("Login required")>=0)return{type:"notLogin",title:n("notLoginPro"),errMsg:n("error.proTokenInvalid"),action:"login"};if(this.message.indexOf("activate Pro")>=0)return t.user?{type:"upgrade",title:n("upgradeToProErrorTitle"),errMsg:n("error.proUpgrade"),action:"upgrade"}:{type:"notLogin",title:n("notLoginPro"),errMsg:n("error.proTokenInvalid"),action:"login"}}}handleProQuota(t){if(!this.message.startsWith("ProQuota:")||!t.user?.subscription)return;let n=jt.bind(null,t);this.message=this.message.replace("ProQuota:","");let r=this.message;try{r=JSON.parse(this.message).error}catch{}let a=t.user.subscription,{subscriptionType:i,isTrial:o,openAITokenUsedCountResetTime:s,subscriptionTo:u}=a;return{type:"ProQuotaExceeded",title:"",errMsg:c.call(this),action:"retry"};function c(){let g=this.data?.translationService=="deepl"?"OpenAI":"Deepl",f=this.data?.translationService=="deepl"?"Deepl":"OpenAI",m=n("errorReason",{message:r});if(i=="onetime_7day")m+=n("proQuotaExceededError.onetime7day",{anotherService:g,brandId:ee,href:Cc});else{let h="";f=="OpenAI"?h=u1:h=l1,o?m+=n("proQuotaExceededError.trial",{anotherService:g,brandId:ee,href:c1}):m+=n("proQuotaExceededError.nonTrial",{anotherService:g,brandId:ee,href:h,translationService:f}),!o&&(a.cancelAtPeriodEnd==="false"||K1(u)>s)&&(m+=n("proQuotaExceededError.resetTime",{resetTime:W1(s,"YYYY-MM-DD HH:mm:ss")}))}return m}}};async function Tr(e){let t;if(e&&e.retry&&e.retry>0)try{t=await Xd(G1.bind(null,e),{multiplier:2,maxAttempts:e.retry})}catch(n){throw n&&n.name==="RetryError"&&n.cause?n.cause:n}else t=await G1(e);return t}async function G1(e){e.body;let{url:t,responseType:n,...r}=e;n||(n="json"),r={mode:"cors",...r};let a=!0;e.fetchPolyfill&&(a=!1);let i=e.fetchPolyfill||fetch,o=3e4;if(e.timeout&&(o=e.timeout),a){let u=new AbortController,l=u.signal;setTimeout(()=>{u.abort()},o),r.signal=l}let s;try{s=await i(t,r)}catch(u){R.debug("fetch error",t,u);let l=u.message||"Unknown Error";throw new Q("fetchError",l).initNetWork(-999).initStack(u.stack)}if(s.ok&&s.status>=200&&s.status<400){if(n==="json")return await s.json();if(n==="text")return await s.text();if(n==="raw"){let u=await s.text(),l=Object.fromEntries([...s.headers.entries()]),c=s.url;return c||(s.headers.get("X-Final-URL")?c=s.headers.get("X-Final-URL"):c=t),{body:u,headers:l,status:s.status,statusText:s.statusText,url:c}}else if(n==="stream"){let u="",l;if(s.body&&s.body instanceof ReadableStream)for await(let c of m7(s.body)){let g=new TextDecoder().decode(c);u+=g;let f;for(;(f=u.indexOf(` -`))>=0;){let m=u.slice(0,f).trim();if(u=u.slice(f+1),m.startsWith("event:")||m==="")continue;let h="";if(m.startsWith("data:")&&(h=m.slice(5).trim()),h==="[DONE]")break;let y;try{y=JSON.parse(h??"")}catch(T){R.debug("json error",T);continue}l=y}}return l}}else{let u;try{u=await s.text()}catch(m){R.error("parse response failed",m)}u&&R.error("fail response",u);let l="";u&&(l=u.slice(0,500));let c=l,f=new URL(t).hostname.endsWith(".immersivetranslate.com");throw t.endsWith("edge.microsoft.com/translate/auth")&&(c="bingAuth:"+l),f&&l.includes("quota exceeded")&&(c="ProQuota:"+l),new Q("fetchError",c).initNetWork(s.status)}}async function*m7(e){let t=e.getReader();try{for(;;){let{done:n,value:r}=await t.read();if(n)return;yield r}}finally{t.releaseLock()}}p();var f7=new Map;function kc(e){let t=h7(64),n=new CustomEvent(Fb,{detail:JSON.stringify({...e,type:"ask",id:t})});return document.dispatchEvent(n),new Promise((r,a)=>{f7.set(t,(i,o)=>{i?a(i):r(o)})})}function h7(e){let t="",n="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789",r=n.length,a=0;for(;a{let o=r.from,s=r.to,u,l,c;a.tab&&a.tab.id&&(u=a.tab.id,o=`${o}:${u}`,l=a.tab.url,c=a.tab.active),this.logger.debug(`${r.to} received message [${r.payload.method}] from ${r.from}`,r.payload.data?r.payload.data:" ");let g=Np(s),{type:f,name:m}=g;if(f!==t)return!1;let h=Np(o),T=mu.get(f).get(m);if(!T)return this.logger.debug(`no message handler for ${f}:${s}, but it's ok`),!1;let{messageHandler:b,sync:x}=T,w={type:t,name:h.name,id:u,url:l,active:c};if(x){try{let L=b(r.payload,w);i({ok:!0,data:L})}catch(L){i({ok:!1,errorName:L.name,errorMessage:L.message,errorDetails:L.details,errorStatus:L.status})}return!1}else return b(r.payload,w).then(L=>{i({ok:!0,data:L})}).catch(L=>{i({ok:!1,errorName:L.name,errorMessage:L.message,errorDetails:L.message,errorStatus:L.status})}),!0}))}getConnection(t,n,r){let a=!1;r&&r.sync&&(a=!0);let i=this.fromType,o=mu.get(i);if(o.has(t))return o.get(t).connectionInstance;{let s=new zp(`${i}:${t}`,this.logger);return mu.get(i).set(t,{messageHandler:n,sync:a,connectionInstance:s}),s}}},zp=class{from;logger;constructor(t,n){this.from=t,this.logger=n}async sendMessage(t,n){let r=Np(t),{type:a,id:i}=r;if(a!=="content_script"){let o={to:t,from:this.from,payload:n};this.logger.debug(`${o.from} send message [${o.payload.method}] to ${o.to}`,o.payload.data?o.payload.data:" ");try{let s=await Z.runtime.sendMessage(o);return V1(o,s,this.logger)}catch(s){if(a==="popup"){let u=`popup ${t} is not active, so the message does not send, ignore this error, ${JSON.stringify(n)}`;return this.logger.debug(u,n,t,s),Promise.resolve({message:u})}else throw s}}else{let o={from:this.from,to:t,payload:n};this.logger.debug(`${o.from} send message [${o.payload.method}] to ${o.to}`,o.payload.data?o.payload.data:" ");let s=await Z.tabs.sendMessage(i,o);return V1(o,s,this.logger)}}};function V1(e,t,n){if(t){if(t.ok)return n.debug(`${e.from} received response from ${e.to}:`,t.data?t.data:" "),t.data;throw new Q(t.errorName||"UnknownError",t.errorMessage||"Unknown error").initNetWork(t.errorStatus)}else throw new Q("noResponse","Unknown error")}function Np(e){let t=e.split(":");if(t.length<2)throw new Error("not a valid to string");let n={type:t[0],name:t[1]};if(t[0]==="content_script"){let r=parseInt(t[2]);if(!isNaN(r))n.id=r;else throw new Error("tab id not a valid number")}return n}p();var b7="";function Mo(){return b7||globalThis.navigator.userAgent}function Up(){return Mo().includes("ImtFxiOS")}function $1(){let t=Mo().match(/ImtFxiOS\/(\d+\.\d+\.\d+)/);return t?t[1]:null}function y7(){return Mo().includes("ImtFxAndroid")}function Y1(){let e=Mo();return/ImtFxAndroid\/(\d+\.\d+\.\d+)\/google/.test(e)}function Q1(){let t=Mo().match(/ImtFxAndroid\/(\d+\.\d+\.\d+)/);return t?t[1]:null}function fu(){let e=Mo();if(Up()||y7()){let t=e.match(/Imt[\w/.]+/);if(t){let n=t[0].split("/"),r=n[0];return n[2]&&(r+="_"+n[2]),{name:r,version:n[1]}}}return null}var Pc;function T7(){return Pc||(Pc=new ca("content_script",!1).getConnection("pure_main",()=>{}),Pc)}var Z1="G-MKMD9LWFTR";async function Bi(e){try{let t=Le(),n=t.INSTALL_FROM==="firefox_store";if(fu()?.name?.startsWith("ImtFx")&&(n=!1),n)return;let a=pe(),i=st(),o=t.PROD==="1",s="sitc4WmvShWYwfU0dANM3Q",u=await qt("fakeUserId","");u||(u=await la("fakeUserId",""),u&&await it("fakeUserId",u));let l=On(),c=new Date,g=await qt("installedAt","");g||(g=await la("installedAt",""),g&&await it("installedAt",g)),u?g||(g=new Date(0).toISOString(),await it("installedAt",g)):(u=v7(32),await it("fakeUserId",u)),g||(g=c.toISOString(),await it("installedAt",g));let f=new Date(g),m=J1(f),h=J1(c),y=m===h,T=c.getTime()-f.getTime()<7*24*60*60*1e3,b=`https://www.google-analytics.com/mp/collect?measurement_id=${Z1}&api_secret=${s}`;o||(b=`https://www.google-analytics.com/debug/mp/collect?measurement_id=${Z1}&api_secret=${s}`);let x="";typeof navigator<"u"&&(x=window.navigator.userAgent);let w=po.parse(x),L=e.map(C=>{let v=C.params||{};if(w.os&&(v.os_name=w.os.name||"unknown",v.os_version=w.os.version||"unknown",v.os_version_name=w.os.versionName||"unknown"),w.browser){v.browser_name=w.browser.name||"unknown",v.browser_version=w.browser.version||"unknown";let A=fu();A&&(v.browser_name=A.name,v.browser_version=A.version)}return w.platform&&(v.platform_type=w.platform.type||"unknown"),w.engine&&(v.engine_name=w.engine.name||"unknown",v.engine_version=w.engine.version||"unknown"),l&&(v.version=l),t.INSTALL_FROM&&(v.install_from=t.INSTALL_FROM),m&&(v.install_day=S7(f)),v.userscript=a.toString(),y?v.is_new_user_today="1":v.is_new_user_today="0",T?v.is_new_user_this_week="1":v.is_new_user_this_week="0",i?v.main_frame=0:v.main_frame=1,{...C,params:v}}),M=await Lc({responseType:"text",url:b,method:"POST",body:JSON.stringify({client_id:u,user_id:u,events:L})})}catch{}}function v7(e){let t="",n="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789",r=n.length,a=0;for(;a",""],limit:5},custom:{placeholderDelimiters:["{","}"]},bing:{maxTextLengthPerRequest:1800,requestTimeout:1e4,retry:1,placeholderDelimiters:["","","b"]},yandex:{maxTextLengthPerRequest:1e3,requestTimeout:1e4,retry:1,placeholderDelimiters:["","","b"]},deeplx:{limit:3,placeholderDelimiters:["@","#"]},d:{immediateTranslationTextCount:0,placeholderDelimiters:["@","#"]},papago:{placeholderDelimiters:["{","}"]},dpro:{apiUrl:"https://api.deepl.com/jsonrpc"},ai:{env:{imt_source_field:"text",imt_trans_field:"text",imt_sub_source_field:"source",imt_sub_trans_field:"translation",imt_yaml_item:`- id: {{id}} +`))>=0;){let m=u.slice(0,f).trim();if(u=u.slice(f+1),m.startsWith("event:")||m==="")continue;let h="";if(m.startsWith("data:")&&(h=m.slice(5).trim()),h==="[DONE]")break;let y;try{y=JSON.parse(h??"")}catch(T){R.debug("json error",T);continue}l=y}}return l}}else{let u;try{u=await s.text()}catch(m){R.error("parse response failed",m)}u&&R.error("fail response",u);let l="";u&&(l=u.slice(0,500));let c=l,f=new URL(t).hostname.endsWith(".immersivetranslate.com");throw t.endsWith("edge.microsoft.com/translate/auth")&&(c="bingAuth:"+l),f&&l.includes("quota exceeded")&&(c="ProQuota:"+l),new Q("fetchError",c).initNetWork(s.status)}}async function*m7(e){let t=e.getReader();try{for(;;){let{done:n,value:r}=await t.read();if(n)return;yield r}}finally{t.releaseLock()}}p();var f7=new Map;function kc(e){let t=h7(64),n=new CustomEvent(Fb,{detail:JSON.stringify({...e,type:"ask",id:t})});return document.dispatchEvent(n),new Promise((r,a)=>{f7.set(t,(i,o)=>{i?a(i):r(o)})})}function h7(e){let t="",n="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789",r=n.length,a=0;for(;a{let o=r.from,s=r.to,u,l,c;a.tab&&a.tab.id&&(u=a.tab.id,o=`${o}:${u}`,l=a.tab.url,c=a.tab.active),this.logger.debug(`${r.to} received message [${r.payload.method}] from ${r.from}`,r.payload.data?r.payload.data:" ");let g=Np(s),{type:f,name:m}=g;if(f!==t)return!1;let h=Np(o),T=mu.get(f).get(m);if(!T)return this.logger.debug(`no message handler for ${f}:${s}, but it's ok`),!1;let{messageHandler:b,sync:x}=T,w={type:t,name:h.name,id:u,url:l,active:c};if(x){try{let L=b(r.payload,w);i({ok:!0,data:L})}catch(L){i({ok:!1,errorName:L.name,errorMessage:L.message,errorDetails:L.details,errorStatus:L.status})}return!1}else return b(r.payload,w).then(L=>{i({ok:!0,data:L})}).catch(L=>{i({ok:!1,errorName:L.name,errorMessage:L.message,errorDetails:L.message,errorStatus:L.status})}),!0}))}getConnection(t,n,r){let a=!1;r&&r.sync&&(a=!0);let i=this.fromType,o=mu.get(i);if(o.has(t))return o.get(t).connectionInstance;{let s=new zp(`${i}:${t}`,this.logger);return mu.get(i).set(t,{messageHandler:n,sync:a,connectionInstance:s}),s}}},zp=class{from;logger;constructor(t,n){this.from=t,this.logger=n}async sendMessage(t,n){let r=Np(t),{type:a,id:i}=r;if(a!=="content_script"){let o={to:t,from:this.from,payload:n};this.logger.debug(`${o.from} send message [${o.payload.method}] to ${o.to}`,o.payload.data?o.payload.data:" ");try{let s=await Z.runtime.sendMessage(o);return V1(o,s,this.logger)}catch(s){if(a==="popup"){let u=`popup ${t} is not active, so the message does not send, ignore this error, ${JSON.stringify(n)}`;return this.logger.debug(u,n,t,s),Promise.resolve({message:u})}else throw s}}else{let o={from:this.from,to:t,payload:n};this.logger.debug(`${o.from} send message [${o.payload.method}] to ${o.to}`,o.payload.data?o.payload.data:" ");let s=await Z.tabs.sendMessage(i,o);return V1(o,s,this.logger)}}};function V1(e,t,n){if(t){if(t.ok)return n.debug(`${e.from} received response from ${e.to}:`,t.data?t.data:" "),t.data;throw new Q(t.errorName||"UnknownError",t.errorMessage||"Unknown error").initNetWork(t.errorStatus)}else throw new Q("noResponse","Unknown error")}function Np(e){let t=e.split(":");if(t.length<2)throw new Error("not a valid to string");let n={type:t[0],name:t[1]};if(t[0]==="content_script"){let r=parseInt(t[2]);if(!isNaN(r))n.id=r;else throw new Error("tab id not a valid number")}return n}p();var b7="";function Mo(){return b7||globalThis.navigator.userAgent}function Up(){return Mo().includes("ImtFxiOS")}function $1(){let t=Mo().match(/ImtFxiOS\/(\d+\.\d+\.\d+)/);return t?t[1]:null}function y7(){return Mo().includes("ImtFxAndroid")}function Y1(){let e=Mo();return/ImtFxAndroid\/(\d+\.\d+\.\d+)\/google/.test(e)}function Q1(){let t=Mo().match(/ImtFxAndroid\/(\d+\.\d+\.\d+)/);return t?t[1]:null}function fu(){let e=Mo();if(Up()||y7()){let t=e.match(/Imt[\w/.]+/);if(t){let n=t[0].split("/"),r=n[0];return n[2]&&(r+="_"+n[2]),{name:r,version:n[1]}}}return null}var Pc;function T7(){return Pc||(Pc=new ca("content_script",!1).getConnection("pure_main",()=>{}),Pc)}var Z1="G-MKMD9LWFTR";async function Bi(e){try{let t=Le(),n=t.INSTALL_FROM==="firefox_store";if(fu()?.name?.startsWith("ImtFx")&&(n=!1),n)return;let a=pe(),i=st(),o=t.PROD==="1",s="sitc4WmvShWYwfU0dANM3Q",u=await qt("fakeUserId","");u||(u=await la("fakeUserId",""),u&&await it("fakeUserId",u));let l=On(),c=new Date,g=await qt("installedAt","");g||(g=await la("installedAt",""),g&&await it("installedAt",g)),u?g||(g=new Date(0).toISOString(),await it("installedAt",g)):(u=v7(32),await it("fakeUserId",u)),g||(g=c.toISOString(),await it("installedAt",g));let f=new Date(g),m=J1(f),h=J1(c),y=m===h,T=c.getTime()-f.getTime()<7*24*60*60*1e3,b=`https://www.google-analytics.com/mp/collect?measurement_id=${Z1}&api_secret=${s}`;o||(b=`https://www.google-analytics.com/debug/mp/collect?measurement_id=${Z1}&api_secret=${s}`);let x="";typeof navigator<"u"&&(x=window.navigator.userAgent);let w=po.parse(x),L=e.map(C=>{let v=C.params||{};if(w.os&&(v.os_name=w.os.name||"unknown",v.os_version=w.os.version||"unknown",v.os_version_name=w.os.versionName||"unknown"),w.browser){v.browser_name=w.browser.name||"unknown",v.browser_version=w.browser.version||"unknown";let A=fu();A&&(v.browser_name=A.name,v.browser_version=A.version)}return w.platform&&(v.platform_type=w.platform.type||"unknown"),w.engine&&(v.engine_name=w.engine.name||"unknown",v.engine_version=w.engine.version||"unknown"),l&&(v.version=l),t.INSTALL_FROM&&(v.install_from=t.INSTALL_FROM),m&&(v.install_day=S7(f)),v.userscript=a.toString(),y?v.is_new_user_today="1":v.is_new_user_today="0",T?v.is_new_user_this_week="1":v.is_new_user_this_week="0",i?v.main_frame=0:v.main_frame=1,{...C,params:v}}),M=await Lc({responseType:"text",url:b,method:"POST",body:JSON.stringify({client_id:u,user_id:u,events:L})})}catch{}}function v7(e){let t="",n="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789",r=n.length,a=0;for(;a",""],limit:5},custom:{placeholderDelimiters:["{","}"]},bing:{maxTextLengthPerRequest:1800,requestTimeout:1e4,retry:1,placeholderDelimiters:["","","b"]},yandex:{maxTextLengthPerRequest:1e3,requestTimeout:1e4,retry:1,placeholderDelimiters:["","","b"]},deeplx:{limit:3,placeholderDelimiters:["@","#"]},d:{immediateTranslationTextCount:0,placeholderDelimiters:["@","#"]},papago:{placeholderDelimiters:["{","}"]},dpro:{apiUrl:"https://api.deepl.com/jsonrpc"},ai:{env:{imt_source_field:"text",imt_trans_field:"text",imt_sub_source_field:"source",imt_sub_trans_field:"translation",imt_yaml_item:`- id: {{id}} {{imt_source_field}}: {{text}}`,imt_subtitle_yaml_item:`- id: {{id}} {{imt_sub_source_field}}: {{text}}`,normal_result_yaml_example:`Example request: - id: 1 @@ -5334,11 +5334,11 @@ Translate the content to {{to}} Language: ? ?-\\|\\d+\\|- ? -?`]},azure:{placeholderDelimiters:["@","#"]},you:{placeholderDelimiters:["@","#"]},openl:{placeholderDelimiters:["@","#"]},niu:{placeholderDelimiters:["@","#"]}},shortcuts:{toggleTranslatePage:"Alt+A",toggleTranslateTheWholePage:"Alt+W",toggleOnlyTransation:"",toggleTranslateToThePageEndImmediately:"",toggleTranslationMask:"",shareToDraft:"",toggleMouseHoverTranslateDirectly:""},tempTranslateDomainMinutes:0,translationParagraphLanguagePattern:{matches:["onboarding.immersivetranslate.com","www.reddit.com","old.reddit.com","twitter.com","www.tumblr.com","*.twitter.com","medium.com","*.medium.com","github.com","gist.github.com","www.facebook.com","www.youtube.com","m.youtube.com","read.readwise.io","www.inoreader.com","mail.google.com","google.com","discord.com","*.instagram.com","instagram.com","web.telegram.org","web.whatsapp.com","*.slack.com","*.indeed.com","outlook.live.com","https://bsky.app","store.steampowered.com","test-app.immersivetranslate.com","app.immersivetranslate.com"],excludeMatches:[],selectorMatches:["meta[property='al:ios:url'][content^='medium://']"],selectorExcludeMatches:[]},sourceLanguageUrlPattern:{},selectTranslationFont:"",translationFonts:["Microsoft YaHei","SimSun","NSimSun","SimHei","Microsoft JhengHei","KaiTi","FangSong","PingFang SC","STHeiti","STKaiti","STSong","STFangsong","STZhongsong","STHupo","STXinwei","STLiti","STXingkai","Hiragino Sans GB","Lantinghei SC","Hanzipen SC","Hannotate SC","Songti SC","Wawati SC","Weibei SC","Xingkai SC","Yapi SC","Yuanti SC","Arial Unicode MS","MingLiU-ExtB","Malgun Gothic","Arial","Calibri","Cambria","Candara","Consolas","Constantia","Corbel","Courier New","Georgia","Lucida Console","MingLiU","PMingLiU","MingLiU_HKSCS","Meiryo","MS Gothic","MS PGothic","MS UI Gothic","MS Mincho","MS PMincho","Segoe UI","Segoe UI Symbol","Tahoma","Times New Roman","Trebuchet MS","Verdana","Gulim","Dotum","Batang","Gungsuh","San Francisco","Helvetica Neue","Hiragino Mincho ProN","Hiragino Kaku Gothic ProN","Yu Gothic","Yu Mincho","Geeza Pro","Al Nile","Tehran","Devanagari MT","Kohinoor Devanagari","Apple SD Gothic Neo","Nanum Gothic"],generalRule:{_comment:"",isTranslateWhenServiceChanged:!0,glossaries:[{k:"LLM",v:""},{k:"LLMs",v:""}],excludeRegexps:["(<\\\\/?[a-zA-Z0-9]+(?:[^>]*?)>)","(||||||||||
|
)"],detectionServiceOrder:["google","bing","transmart"],detectParagraphLanguage:!1,paragraphFirstLetterFontSize:35,toastErrorMinTimes:20,enableSubtitle:!1,"subtitle.autoEnableSubtitle":!1,disableNewTextTranslate:!1,skipEditableCheck:!1,mutationObserverLimitTargetSelectors:[],condition:{},normalizeBody:"",inputExecCommandDeleteEnable:!1,inputConfig:{clearContentEnable:!0,execCommandDeleteEnable:!1},mutationExcludeSelectors:["span.highlighter--highlighted","span.highlighter-ext","mark","msreadoutspan","rw-highlight","web-highlight","font.immersive-translate-target-wrapper *","pre",".uacc-clickable"],mutationExcludeContainsSelectors:["msreadoutspan","[class*='rgh-seen-']","[isInvalidTag]","mh","body","relin-hc"],atomicBlockSelectors:["relin-hc"],shareConfig:{injectCss:!0,removeSelectors:["noscript","script"]},mutationConfig:{consumeTimeout:100,buildTimeout:100,checkSelfUpdate:!0},useIframePostMessage:!1,searchEnhancementConfig:[],injectedCss:[],isOnBoardingPage:!1,isEbook:!1,isEbookBuilder:!1,ignoreZhCNandZhTW:!1,showSponsorOnSafari:!1,noTranslateRegexp:["^\\d+.+ago$","^\\d+\\s+MIN\\s+READ$"],waitForSelectors:[],isInjectOptionsUrl:!1,isInjectVersion:!1,isInjectMeta:!1,waitForSelectorsTimeout:3e3,pairs:{},aiRule:{},subtitleRule:{isInject:!0,autoEnableSubtitle:!1,preTranslation:!1,humanPreferred:!0,disabled:!1,hookType:"xhr",showQuickButton:!0,backgroundColor:"#080808",backgroundOpacity:"75",sourceTextColor:"#FFFFFF",translationTextColor:"#FFFFFF",sourceFontSize:"100",translationMode:"dual",translationPosition:"bottom",translationFontSize:"100",translateGroupCount:5,velocityGroup:[1,3,20]},bodyRule:{enable:!0,maxBodyScreenLength:25,articleChildTags:["P"],articleChildTagsNum:4,bodyIsRoot:!1,humanPreferred:!0,preTranslation:!0,xpathRule:["name:P"]},isSubtitleBuilder:!1,minZIndex:0,initTranslationServiceAsSoonAsPossible:!0,targetWrapperTag:"font",additionalInjectedCss:[],isTranslateTitle:!0,enableSearchEnhancement:!1,searchEnhancementSelector:"#rhs",languageDetectMinTextCount:50,wrapperPrefix:"smart",wrapperSuffix:"smart",isPdf:!1,pdfUrlExtractRule:{},isTransformPreTagNewLine:!1,urlChangeDelay:50,mutationChangeDelay:10,mainFrameMinTextCount:50,mainFrameMinWordCount:5,visibleDelay:0,additionalStayOriginalSelectors:["span.katex","span.notranslate",".MathJax_Preview",".MathJax",".MathJax_SVG",'[aria-labelledby^="MathJax-SVG"]',".mwe-math-element","span[translate=no]","em[translate=no]","code[translate=no]","span.math.inline","span.math.display",".ltx_Math",".mathjax-block",".MathJax_CHTML","kbd","span.pretex-inline","span.math-inline",".reference-citations"],translationBlockStyle:"",isShowUserscriptPagePopup:!0,observeUrlChange:!1,paragraphMinTextCount:4,paragraphMinWordCount:2,shadowRootSelectors:[],blockMinTextCount:24,blockMinWordCount:4,asideMaxTextCount:1e3,asideMaxWordCount:200,asideMaxTextCountPerParagraph:67,asideMaxWordCountPerParagraph:12,lineBreakMaxTextCount:0,globalAttributes:{},inputTutorialsText:"",inputTutorialsSelectors:[],globalMeta:{},globalStyles:{},initialGlobalAttributes:{},initialSelectorGlobalAttributes:{header:{translate:"no"},"footer:last-of-type":{translate:"no"},"nav:last-of-type":{translate:"no"},nav:{translate:"no"}},selectors:[],preWhitespaceDetectedTags:["DIV","SPAN"],stayOriginalSelectors:[],additionalSelectors:["h1","section h2","section h3","section h4","main h2","main h3","main h4",".article-title",".article-subtitle",".article_title",".article_subtitle",".article__title",".articleTitle",".Article__content",".titleLink",".summary",".headline",".page-content","aside.note","aside.article-comments","aside.onebox"],atomicBlockTags:[],excludeSelectors:[],additionalExcludeSelectors:['[contenteditable="true"]',".uacc-clickable","#monica-content-root","#immersive-translate-popup",".social-share",".breadcrumbs",".post__footer",".btn",".share-nav",".o-share","[data-toolbar=share]","rp","rt",".prism-code",".rc-CodeBlock","[role=code]","#omni-extension",".omni-item","div[data-paste-markdown-skip]","table.highlight","div[class^=codeBlockContent]","div[class^=codeBlockLines]","div[class^=token-line]","#liuchan-window > .liuchan-container > *",".material-icons","i.fa","i[class^=fa-]",".notranslate","[translate=no]",".navmenu-container",".google-symbols","h1 br","h2 br","h3 br","h4 br","table thead"],translationClasses:[],excludeTags:["TITLE","LINK","SCRIPT","STYLE","TEXTAREA","SVG","svg","G","NOSCRIPT","BUTTON","BASE","HR","PRE","KBD","WBR","RT","RP","META","MATH","TTS-SENTENCE","AIO-CODE","RELIN-TARGET"],bodyTranslateTags:["FOOTER","ASIDE","BUTTON","NAV"],forceTranslateTags:[],metaTags:["META","SCRIPT","STYLE","NOSCRIPT"],additionalExcludeTags:[],stayOriginalTags:["CODE","TT","IMG","SUP","SUB","SAMP","math","semantics","mrow","mo","mfrac","msup","mi","mn","msqrt","d-math"],additionalStayOriginalTags:[],inlineTags:["A","ABBR","FONT","ACRONYM","B","INS","DEL","RUBY","RP","RB","BDO","MARK","BIG","RT","NOBR","CITE","DFN","EM","I","LABEL","Q","S","SMALL","SPAN","STRONG","SUB","SUP","U","KBD","TT","VAR","IMG","CODE","SCRIPT","STYLE","LINK","TIME","META","WBR","RELIN-HC","RELIN-HIGHLIGHT","RELIN-ORIGIN","RELIN-TARGET","XQDD_HIGHLIGHT_NEW_WORD","NOBR","RW-HIGHLIGHT","HYPOTHESIS-HIGHLIGHT"],additionalInlineTags:[],extraInlineSelectors:["p > a span","p > span a span"],additionalInlineSelectors:[".MathJax_Preview",".MathJax",".highlighter--highlighted",".rw-highlight","ruby *"],extraBlockSelectors:["turbo-frame","readme-toc","#hs_cos_wrapper_post_body","#hs_cos_wrapper_post_body","option","ul > li"],allBlockTags:["BODY","HGROUP","CONTENT","ADDRESS","ARTICLE","ASIDE","DETAILS","BLOCKQUOTE","SELECT","OPTION","CANVAS","DD","DL","DT","FIELDSET","FIGCAPTION","FIGURE","FOOTER","HEADER","FORM","HR","MAIN","SUMMARY","NAV","NOSCRIPT","PRE","SECTION","TABLE","TFOOT","UL","VIDEO","P","DIV","H1","H2","H3","H4","H5","H6","UL","LI","OL","BR","PICTURE","TBODY","TR","TD","TH","SOURCE","C-WIZ","BUTTON","TURBO-FRAME","README-TOC"],mutationObserverContainerSelectors:[],pdfNewParagraphLineHeight:2.4,pdfNewParagraphIndent:1.2,pdfNewParagraphIndentRightIndentPx:130,fingerCountToToggleTranslagePageWhenTouching:4,fingerCountToToggleTranslationMaskWhenTouching:0,fingerCountToToggleTranslagePageOnlyTranslationWhenTouching:0,touchShortcutsToggleTranslatePage:"fingers.4",touchShortcutsToggleTranslationMask:"touchShortcutsOff",touchShortcutsToggleTranslatePageOnlyTranslation:"touchShortcutsOff",touchShortcutsToggleTranslateTouchElement:"touchShortcutsOff",touchShortcutsToggleTranslateTouchElementPreferenceKey:"slide.left",mouseHoverHoldKey:"Off",mouseHoverPreferenceKey:"Ctrl"},rules:[{id:"isSubtitleBuilder",isSubtitleBuilder:!0,pageType:"subtitleBuilder",selectorMatches:["meta[name='immersive-translate-subtitle-builder'][content='true']"],pairs:{".source-text":".target-text"},paragraphMinTextCount:4,paragraphMinWordCount:2,isTranslateTitle:!1,wrapperPrefix:"",wrapperSuffix:"","bodyRule.add":{enable:!1}},{id:"isEbook",isEbook:!0,pageType:"ebookReader",isTranslateTitle:!1,urlChangeDelay:200,selectorMatches:["meta[name='immersive-translate-ebook-viewer'][content='true']"],injectedCss:[".immersive-translate-target-translation-block-wrapper {display:block;}"],excludeSelectors:["#drop-target","#drop-target h1","#side-bar","h1#side-bar-title"],extraInlineSelectors:["span.dropcaps"],"bodyRule.add":{enable:!1},paragraphMinTextCount:4,paragraphMinWordCount:2,blockMinTextCount:1,blockMinWordCount:1,containerMinTextCount:1,wrapperPrefix:"
",targetWrapperTag:"span"},{id:"pdf",isPdf:!0,isTranslateTitle:!1,pageType:"pdfReader",selectorMatches:["meta[name='immersive-translate-pdf-viewer'][content='true']"],matches:["https://app.immersivetranslate.com/pdf","https://app.immersivetranslate.com/pdf/","https://app.immersivetranslate.com/pdf/*","http://localhost:38001/pdf*"],"additionalExcludeSelectors.remove":['[contenteditable="true"]'],isTranslateWhenServiceChanged:!1,translationMode:"translation",skipEditableCheck:!0,selectors:["p"],"bodyRule.add":{enable:!1},injectedCss:[".immersive-translate-target-wrapper {display: contents!important;position:absolute;}",".immersive-translate-target-wrapper br {display: none;!important;}",".immersive-translate-target-wrapper span {position: relative;!important;}",".immersive-translate-error-wrapper {padding:0px !important;margin:0px !important;}","font {line-height: 0!important;}"],globalAttributes:{"[class='textLayer']":{translate:"no"}},mutationExcludeContainsSelectors:["font.immersive-translate-target-wrapper"],"shareConfig.add":{removeSelectors:["noscript","script",".toolbar","#sidebarContainer",'[class="page"]',".editorParamsToolbar",".image-mode",".im_db",".im_cb"]},wrapperPrefix:"",isInjectVersion:!0},{id:"sci-hub.pdfWebPage",matches:["sci-hub.*"],waitForSelectorsTimeout:1,pdfUrlExtractRule:{selector:"#pdf",attribute:"src"}},{id:"common.pdfWebPage",waitForSelectorsTimeout:1,selectorMatches:["embed[type='application/pdf']"]},{id:"isEbookBuilder",matches:["https://app.immersivetranslate.com/ebook/make/","http://localhost:38001/ebook/make/"],isEbookBuilder:!0,pageType:"ebookBuilder",toastErrorMinTimes:500,isTranslateWhenServiceChanged:!1,isTranslateTitle:!1,targetWrapperTag:"span",selectorMatches:["meta[name='immersive-translate-ebook-builder'][content='true']"],injectedCss:[".immersive-translate-target-translation-block-wrapper {display:block;}"],globalMeta:{},excludeSelectors:["h1.notranslate","#drop-target","#drop-target h1","#side-bar","h1#side-bar-title","#tool",".Code"],"bodyRule.add":{enable:!1},isInjectMeta:!0,paragraphMinTextCount:4,paragraphMinWordCount:2,blockMinTextCount:1,blockMinWordCount:1,containerMinTextCount:1,wrapperPrefix:"
"},{id:"immersiveTranslateIosOnBoarding",selectorMatches:["meta[name=immersiveTranslateIosOnBoarding]"],initialGlobalAttributes:{"input#immersiveTranslateDetectedSlot":{value:"true"}},isInjectOptionsUrl:!0,isInjectVersion:!0,isInjectMeta:!0},{id:"immersiveTranslateIosOnBoardingStep1",selectorMatches:["meta[name=immersiveTranslateIosOnBoardingStep1]"],isOnBoardingPage:!0,isInjectOptionsUrl:!0,isInjectVersion:!0,isInjectMeta:!0},{id:"immersivePreview",matches:["https://immersivetranslate.com/preview*","https://test.immersivetranslate.com/preview*","https://immersivetranslate.com/drafts*","https://test.immersivetranslate.com/drafts*"],isInjectVersion:!0,isInjectMeta:!0,waitForSelectorsTimeout:1},{id:"pro-pdf",matches:["https://*.immersivetranslate.com/pdf-pro*"],pageType:"pdfProReader","excludeSelectors.add":["table"],isInjectVersion:!0,isInjectMeta:!0,waitForSelectorsTimeout:1},{id:"immersive",matches:["https://immersivetranslate.com","https://test.immersivetranslate.com","https://onboarding.immersivetranslate.com","https://app.immersivetranslate.com","https://test-app.immersivetranslate.com","http://localhost:38001"],isInjectVersion:!0,isInjectMeta:!0,waitForSelectorsTimeout:1},{id:"simpread",selectorMatches:"div.simpread-read-root.simpread-read-root-show > sr-read",mainFrameSelector:"div.simpread-read-root.simpread-read-root-show > sr-read"},{id:"txt",matches:["*://*/*.txt","file://*/*.txt"],selectorMatches:["body > pre"],"mutationExcludeSelectors.add":["body"],isTransformPreTagNewLine:!0,"excludeTags.remove":["PRE"]},{id:"hangejp",matches:["arad.hange.jp","arad.nexon.co.jp","oapi.dingtalk.com","login.dingtalk.com"],useIframePostMessage:!1},{id:"preSites",matches:["mail.jabber.org","antirez.com","patchwork.kernel.org","lists.apache.org","manned.org","bugs.webkit.org","bugzilla.mozilla.org","lwn.net/Articles/*","docs.haproxy.org","man.freebsd.org","www.oreilly.com/openbook/opensources/book/*","gamefaqs.gamespot.com"],isTransformPreTagNewLine:!0},{id:"wikipedia",matches:"*.wikipedia.org",paragraphMinWordCount:2,paragraphMinTextCount:4,injectedCss:[".immersive-translate-target-translation-block-wrapper { display: block; }"],excludeSelectors:[".mw-editsection",".mw-cite-backlink","#p-lang-btn","#right-navigation","#p-associated-pages",".vector-header"],stayOriginalSelectors:[".chemf",".mwe-math-element","[role=math]",".nowrap"],extraInlineSelectors:[".chemf",".mwe-math-element","[role=math]",".nowrap"],"bodyRule.add":{bodySelector:"#content",articleSelector:"#bodyContent"}},{id:"twitter",matches:["twitter.com","mobile.twitter.com","tweetdeck.twitter.com","pro.twitter.com","https://platform.twitter.com/embed*"],additionalStayOriginalSelectors:['[data-testid="tweetText"] a',"[data-testid='UserDescription'] a","[data-testid='HoverCard'] a","[data-testid='UserCell'] a","[data-testid='birdwatch-pivot'] a"],blockMinTextCount:0,blockMinWordCount:0,excludeSelectors:["[aria-describedby][role=button]","header","[data-testid='radioGroupplayback_rate'] div","[data-testid='userFollowIndicator']","[class='css-901oao r-14j79pv r-37j5jr r-n6v787 r-16dba41 r-1cwl3u0 r-bcqeeo r-qvutc0']","[class='css-175oi2r r-1wbh5a2 r-dnmrzs']"],extraBlockSelectors:['[data-testid="tweetText"] div.r-6koalj'],extraInlineSelectors:['[data-testid="tweetText"] div.r-xoduu5','[data-testid="tweetText"] span','[data-testid="UserDescription"] div',"[data-testid='HoverCard'] div[dir=auto] div","[data-testid='HoverCard'] span[dir=auto] div"],globalStyles:{"[data-testid='card.layoutLarge.detail'] > div:nth-child(2)":"-webkit-line-clamp: unset;","[data-testid='card.layoutSmall.detail'] > div:nth-child(2)":"-webkit-line-clamp: unset;","[data-testid='tweetText']":"-webkit-line-clamp: unset;"},ignoreZhCNandZhTW:!0,isTranslateTitle:!1,useIframePostMessage:!1,observeUrlChange:!1,paragraphMinTextCount:2,paragraphMinWordCount:1,selectors:['[data-testid="tweetText"]',".tweet-text",".js-quoted-tweet-text","[data-testid='card.layoutSmall.detail'] > div:nth-child(2)","[data-testid='developerBuiltCardContainer'] > div:nth-child(2)","[data-testid='card.layoutLarge.detail'] > div:nth-child(2)","[data-testid='cellInnerDiv'] div[data-testid='UserCell'] > div> div:nth-child(2)","[data-testid='UserDescription']","[data-testid='HoverCard'] div[dir=auto]","[data-testid='HoverCard'] span[dir=auto]","[data-testid='HoverCard'] [role='dialog'] div[dir=ltr]","[data-testid='birdwatch-pivot'] div[dir=ltr]"],"subtitleRule.add":{type:"live",isInject:!1,injectedCss:["#layers[style='z-index: 1;'] [style='height: 100px;'] { height: 400px !important; }"],liveSubtitleRule:{containerSelector:".css-175oi2r.r-13awgt0.r-1pi2tsx.r-13qz1uu > [role='listbox']",reportSelector:".css-175oi2r.r-1awozwy.r-173mn98.r-1mf7evn.r-7e3msg",textSelectors:[".css-1rynq56.r-bcqeeo.r-qvutc0.r-37j5jr.r-a023e6.r-16dba41.r-dhbnww.r-1pb70le"],mutationChangeDelay:1e3}},"subtitleRule.add_v.[1.2.1]":{type:"twitter",videoPlayerSelector:"video",loadingStyle:"bottom: unset; top: 5%;",injectedCss:["#layers[style='z-index: 1;'] [style='height: 100px;'] { height: 400px !important; }","video::cue {white-space: pre-line;}"]}},{id:"threads",matches:"www.threads.net",selectors:["p",".x1npkx4u.x1exu5d8",".xw7yly9",".xgkxs2y",".x1xdureb.xqti54a.x13vxnyz",".xqti54a.x13vxnyz.x49hn82.xcrlgei.x889kno"],stayOriginalSelectors:[".x1rg5ohu",".xat24cr.xdj266r a"],"excludeSelectors.add":[".x6s0dn4.x78zum5",".xpvyfi4.x1npkx4u.x1ms6mhf"],globalStyles:{span:"max-height:unset;-webkit-line-clamp:unset;height:unset;white-space:unset;"}},{id:"stackoverflow",matches:["stackoverflow.com","*.stackexchange.com","superuser.com","askubuntu.com","serverfault.com"],extraBlockSelectors:["span.comment-copy"],globalStyles:{".s-post-summary--content-excerpt":"-webkit-line-clamp:unset;"},"excludeSelectors.add":[".votecell","header","#footer","#question-header + div","div.postcell div.mb0","div[id^=comments-link-]","#answers-header",".new-post-login",".form-submit","a[href='/questions/ask']","#left-sidebar","a.comment-user","span.comment-date","div.s-prose.js-post-body + div",".bottom-notice","div[data-campaign-name=stk]",".s-post-summary--stats",".s-post-summary--meta"],paragraphMinTextCount:4,paragraphMinWordCount:2},{id:"appleDeveloper",matches:"developer.apple.com/documentation/*",selectors:[".container","h3.title","div.content"]},{id:"hackerNews",matches:"news.ycombinator.com",selectors:[".titleline > a",".comment > .commtext",".toptext","a.hn-item-title",".hn-comment-text",".hn-story-title"],excludeSelectors:[".reply"]},{id:"quora",matches:["*.quora.com","quora.com"],excludeSelectors:[".dom_annotate_multifeed_bundle_AskQuestionPromptBundle",".dom_annotate_feed_switcher","[class='q-box qu-py--small qu-color--gray_light']","[class='q-box spacing_log_answer_header']","[class='q-box qu-flex--auto']","[class='q-text qu-dynamicFontSize--small qu-mt--small qu-color--gray_light qu-passColorToLinks']",".AnswerFooter___StyledFlex-sc-2xbo88-0","[class='q-box qu-mb--small']"],globalStyles:{".qu-truncateLines--3":"-webkit-line-clamp: unset;"}},{id:"oldReddit",matches:["old.reddit.com/*/.compact","old.reddit.com/.compact","www.reddit.com/*/.compact","www.reddit.com/.compact"],selectors:[".title > a",".usertext-body"],detectParagraphLanguage:!0},{id:"otherOldReddit",matches:"old.reddit.com",selectors:["p.title > a","[role=main] .md-container"],detectParagraphLanguage:!0},{id:"redditList",matches:["https://www.reddit.com/r/*/comments/*/*","https://www.reddit.com/","https://www.reddit.com/hot/","https://www.reddit.com/new/","https://www.reddit.com/top/"],excludeMatches:["https://www.reddit.com/r/*/wiki/*"],observeUrlChange:!0,selectors:["h1",".PostHeader__post-title-line","[data-click-id=body] h3","[data-click-id=background] h3","[data-testid=comment]","[data-adclicklocation='title'] h3","[data-adclicklocation=media]","[data-testid='post-title-text']",".PostContent",".post-content",".Comment__body","faceplate-batch .md","[slot=comment]",".RichTextJSON-root","[slot=title]","[slot=text-body]","p.title > a","[role=main] .md-container"],detectParagraphLanguage:!0,globalStyles:{"div.XPromoBottomBar":"display:none","[class*='line-clamp']":"-webkit-line-clamp: unset"},waitForSelectors:["[data-testid=post_author_link]"],"inputConfig.add":{clearContentEnable:!1}},{id:"reddit",matches:"www.reddit.com",selectors:["#search-results-tab-slot","h1",".PostHeader__post-title-line","[data-click-id=body] h3","[data-click-id=background] h3","[data-testid=comment]","[data-adclicklocation='title'] h3","[data-testid='post-title-text']","[slot=comment]","[data-adclicklocation=media]",".PostContent",".post-content",".Comment__body","faceplate-batch .md","[slot=text-body]","p.title > a","[role=main] .md-container","#-post-rtjson-content",".RichTextJSON-root","[slot='title']"],excludeSelectors:[".text-neutral-content-weak"],paragraphMinTextCount:5,paragraphMinWordCount:2,excludeMatches:["https://www.reddit.com/r/*/wiki/*","https://www.reddit.com/settings/*"],detectParagraphLanguage:!0,globalStyles:{"div.XPromoBottomBar":"display:none","[class*='line-clamp']":"-webkit-line-clamp: unset"}},{id:"reuters",matches:"www.reuters.com",excludeSelectors:["[promotext]","[data-testid=Leaderboard]","[data-testid=HomeTickerV2]","[data-testid=SiteFooter]","[class^=refinitiv-promo-bar__container]","[data-testid=ResponsiveAdSlot]","[data-testid=SiteHeader]","[data-testid=HomeTickerV2]"]},{id:"npmjs",matches:"https://www.npmjs.com/package/*",selectors:["#tabpanel-readme > div:first-child"]},{id:"github",matches:"github.com",useIframePostMessage:!1,excludeMatches:["https://github.com/*/*/settings","https://github.com/settings/*","https://github.com/sponsors/*","https://github.com/readme/*","https://github.com/readme/","https://github.com/features/*","https://github.com/customer-stories/*"],mutationExcludeSelectors:[".react-blob-sticky-header *"],selectors:["h1","[aria-label=Issues] .markdown-title","[aria-labelledby=discussions-list] .markdown-title","h3 .markdown-title",".markdown-body",".Layout-sidebar p","div > span.search-match","li.repo-list-item p","#responsive-meta-container p","article p","div.repo-description p","[itemprop=description]",".integrations-auth-wrapper",".new-feed-onboarding-notice","article section[aria-label='card content'] > div > div > div > div:nth-child(2)",".TimelineItem-body .Link--primary",'[role="navigation"] p'],atomicBlockSelectors:["[itemprop=description]"],excludeSelectors:[".css-truncate","[data-test-selector='commit-tease-commit-message']","[data-test-selector='create-branch.developmentForm']","div.Box-header.position-relative","div.blob-wrapper-embedded","div.Box.Box--condensed.my-2","div.jp-CodeCell",'[aria-label="Account"] .markdown-title',".js-repos-container .markdown-title","a.anchor","div.file-navigation + div.Box"],extraBlockSelectors:[],extraInlineSelectors:["g-emoji","a.anchor"],stayOriginalTags:["CODE","TT","G-EMOJI","IMG","SUP","SUB"],detectParagraphLanguage:!0,globalStyles:{".TimelineItem-body .Link--primary":"-webkit-line-clamp: unset;"}},{id:"github-blog",matches:["github.blog"],injectedCss:["font {word-break: break-all !important;}"]},{id:"githubNotebook",matches:"notebooks.githubusercontent.com",useIframePostMessage:!1,excludeSelectors:["div.jp-CodeCell"]},{id:"facebook",matches:"www.facebook.com",excludeMatches:["https://www.facebook.com/business/*","https://www.facebook.com/help*"],selectors:["div[dir=auto][style]","div[dir=auto][class]","span[lang]"],atomicBlockSelectors:["div[dir=auto][style]","div[dir=auto][class]","span[lang]"],insertPosition:"afterend",preWhitespaceDetectedTags:["DIV","SPAN"],extraBlockSelectors:["span.x1vvkbs"],excludeSelectors:["[role=button]"],translationClasses:["immersive-translate-text"],detectParagraphLanguage:!0},{id:"youtubeMobile",matches:"m.youtube.com",selectors:[".comment-text","#content-text",".media-item-headline",".slim-video-information-title",".yt-spec-button-view-model",".yt-core-attributed-string > span",".title"],shareConfig:{injectCss:!1,removeSelectors:["iron-iconset-svg","iframe","ytd-watch-next-secondary-results-renderer","noscript","script"]},"mutationConfig.add":{checkSelfUpdate:!1},"excludeTags.remove":["BUTTON"],additionalExcludeSelectors:[".ytp-caption-window-container","text"],"subtitleRule.add":{type:"youtube",subtitleUrlRegExp:"(/api/timedtext|videoplayback\\?expire.*text)",translateSelectors:[".caption-window",".caption-visual-line"],videoPlayerSelector:".html5-video-player.playing-mode,.html5-video-player.paused-mode",loadingContainerSelector:".ytp-caption-window-container",videoADSelector:".ytp-ad-player-overlay",injectedCss:["#player-shorts-container .ytp-caption-window-bottom {top: 40px; bottom: unset!important;}"],videoSelector:".html5-video-player.playing-mode video,.html5-video-player.paused-mode video",translationOnlyPattern:["m.youtube.com/watch*","m.youtube.com/embed*","m.youtube.com/shorts*"],attachRule:{appendSelector:".html5-video-player.playing-mode,.html5-video-player.paused-mode",injectedCSS:[".imt-caption-container {z-index:40;}"],injectedGlobalCSS:[".caption-window {display: none;} ","shorts-video #immersive-translate-caption-window { height: 150px;}"]}},wrapperPrefix:"",wrapperSuffix:"",observeUrlChange:!0,atomicBlockSelectors:[".comment-text"],globalStyles:{".comment-text":"max-height:unset;",".media-item-headline":"max-height:unset;-webkit-line-clamp:unset;"},injectedCss:[".immersive-translate-target-wrapper img { width: 16px; height: 16px }"],extraBlockSelectors:[".caption-visual-line"]},{id:"youtube",matches:"www.youtube.com",blockMinTextCount:0,blockMinWordCount:0,detectParagraphLanguage:!0,lineBreakMaxTextCount:0,shareConfig:{injectCss:!1,removeSelectors:["iron-iconset-svg","iframe","ytd-watch-next-secondary-results-renderer","noscript","script"]},"additionalExcludeSelectors.add":[".ytp-caption-window-container","text"],globalStyles:{"#video-title":"-webkit-line-clamp: unset;max-height: unset;","h1.ytd-watch-metadata":"-webkit-line-clamp: unset;max-height: unset;","yt-formatted-string#video-title":"-webkit-line-clamp: unset;max-height: unset;","ytd-expander.ytd-comment-renderer":"--ytd-expander-max-lines: 1000;"},injectedCss:[".immersive-translate-target-wrapper img { width: 16px; height: 16px }",".metadata-snippet-container {max-height: unset !important;}",".immersive-translate-target-wrapper {text-align: left;}",".immersive-translate-target-wrapper[dir=rtl] {text-align: right;}"],isTranslateTitle:!1,observeUrlChange:!0,selectors:["yt-formatted-string[slot=content].ytd-comment-renderer","yt-formatted-string.ytd-video-renderer","yt-formatted-string#content-text","h1","yt-formatted-string#video-title","yt-formatted-string.span","span#video-title","a#video-title","yt-formatted-string.ytd-transcript-segment-renderer","#description-inline-expander > yt-attributed-string > span","yt-attributed-string > span","ytd-notification-renderer .message","#message",".yt_to_text_transcript_text"],extraBlockSelectors:["yt-formatted-string.ytd-transcript-segment-renderer",".caption-visual-line"],"subtitleRule.add":{type:"youtube",subtitleUrlRegExp:"(/api/timedtext|videoplayback\\?expire.*text)",translateSelectors:[".caption-window",".caption-visual-line"],videoPlayerSelector:".html5-video-player.playing-mode,.html5-video-player.paused-mode",loadingContainerSelector:".ytp-caption-window-container",videoADSelector:".ytp-ad-player-overlay",translationOnlyPattern:["www.youtube.com/watch*","www.youtube.com/embed*","www.youtube.com/shorts*"],subtitleButtonSelector:".html5-video-player.playing-mode .ytp-subtitles-button,.html5-video-player.paused-mode .ytp-subtitles-button",languageSelector:".ytp-menuitem-label",injectedCss:["#shorts-player .ytp-caption-window-bottom {top: 2%; bottom: unset!important;} #immersive-translate-quick-button-container {font-size: 12px;z-index:1001;}"],quickButtonRule:{appendSelector:".ytp-chrome-controls",insertBeforeSelector:".ytp-right-controls"},videoSelector:".html5-video-player.playing-mode video,.html5-video-player.paused-mode video",attachRule:{appendSelector:".html5-video-player.playing-mode,.html5-video-player.paused-mode",injectedCSS:[".imt-caption-container {z-index:40;}",".imt-caption-window {margin-bottom: 2%}"],injectedGlobalCSS:[".caption-window {display: none;} ","#shorts-player #immersive-translate-caption-window { height: 20%;}",".html5-video-player:not(.ytp-autohide) #immersive-translate-caption-window {bottom: 60px;}"]}},urlChangeDelay:2e3,wrapperPrefix:"
",wrapperSuffix:""},{id:"tvYoutube",matches:"tv.youtube.com","subtitleRule.add":{type:"youtube",preTranslation:!0,humanPreferred:!1,subtitleUrlRegExp:"(/api/timedtext|videoplayback\\?expire.*text)",translateSelectors:[".caption-window",".caption-visual-line"],videoPlayerSelector:".html5-video-player.playing-mode,.html5-video-player.paused-mode",loadingContainerSelector:".ytp-caption-window-container",videoADSelector:".ytp-ad-player-overlay",translationOnlyPattern:["tv.youtube.com/watch*"],subtitleButtonSelector:".ytp-subtitles-button",languageSelector:".ytp-menuitem-label",injectedCss:["#shorts-player .ytp-caption-window-bottom {top: 2%; bottom: unset!important;} #immersive-translate-quick-button-container {font-size: 12px;z-index:1001;}"],quickButtonRule:{appendSelector:".ypcs-control-buttons-right",insertBeforeSelector:".ypcs-control-buttons-right .ypcs-volume-control-slot"},videoSelector:".html5-video-player.playing-mode video,.html5-video-player.paused-mode video",attachRule:{appendSelector:".html5-video-player.playing-mode,.html5-video-player.paused-mode",injectedCSS:[".imt-caption-container {z-index:40;}",".imt-caption-window {margin-bottom: 2%;}"],injectedGlobalCSS:[".caption-window {display: none;} ","#shorts-player #immersive-translate-caption-window { height: 20%;}",".html5-video-player:not(.ytp-autohide) #immersive-translate-caption-window {bottom: 60px;}"]}}},{id:"youtube-subtitle",matches:["www.youtube-nocookie.com","music.youtube.com"],extraBlockSelectors:[".caption-visual-line"],mainFrameMinTextCount:0,"excludeSelectors.add":[".captions-text",".ytp-caption-segment"],"subtitleRule.add":{type:"youtube",subtitleUrlRegExp:"/api/timedtext",translateSelectors:[".caption-window",".caption-visual-line"],videoPlayerSelector:".html5-video-player",loadingContainerSelector:".ytp-caption-window-container",videoADSelector:".ytp-ad-player-overlay",translationOnlyPattern:["www.youtube-nocookie.com/embed*","music.youtube.com/watch*"],subtitleButtonSelector:".ytp-subtitles-button",languageSelector:".ytp-menuitem-label",injectedCss:["#shorts-player .ytp-caption-window-bottom {top: 2%; bottom: unset!important;}"],quickButtonRule:{appendSelector:".ytp-chrome-controls",insertBeforeSelector:".ytp-right-controls"},videoSelector:".html5-video-player video",attachRule:{appendSelector:".html5-video-player",injectedCSS:[".imt-caption-container {z-index:40;}",".imt-caption-window {margin-bottom: 2%;}"],injectedGlobalCSS:[".caption-window {display: none;} ","#shorts-player #immersive-translate-caption-window { height: 20%;}",".html5-video-player:not(.ytp-autohide) #immersive-translate-caption-window {bottom: 60px;}"]}}},{id:"instagramMessage",matches:["https://www.instagram.com/direct/*"],wrapperPrefix:"
",selectors:["div[dir=auto].html-div"]},{id:"instagramPost",matches:["https://www.instagram.com/p/*","https://www.instagram.com/reels/*"],blockMinTextCount:1,paragraphMinTextCount:2,excludeSelectors:["hr+div span[dir=auto][style] > span"],selectors:["h1","ul li h3+div span[dir=auto]","hr+div span[dir=auto][style]","div > div[dir=auto]","div:not([class]) > div > div:nth-child(2)"],wrapperPrefix:"
"},{id:"otherInstagram",blockMinWordCount:1,matches:"https://www.instagram.com/*",paragraphMinTextCount:2,selectors:["h1","article span[dir=auto] > span[dir=auto]","._ab1y","ul li h3+div span[dir=auto]","hr+div span[dir=auto][style]","span[dir=auto] > div > span","div > h1[dir=auto]"],wrapperSuffix:""},{id:"1paragraph",matches:"1paragraph.app",selectors:["#book"]},{id:"poeditor",matches:"https://poeditor.com/projects/*",selectors:[".comment-body",".reference_language .source-string"]},{id:"substack",matches:["*.substack.com","newsletter.rootsofprogress.org"],selectorMatches:["link[href^='https://substackcdn.com/bundle/'][rel=preload]"],excludeSelectors:["[style^=top]",".publication-footer",".subscribe-footer",".main-menu",".navbar-title-link","[data-testid='navbar']",".navbar-title",".captioned-button-wrap",".subscription-widget-wrap",".tweet-header",".tweet-link-bottom",".expanded-link",".meta-subheader",".comment-meta",".comment-actions"],globalStyles:{".reader2-clamp-lines":"max-height: unset; -webkit-line-clamp: unset;","[class*='clamp-']":"max-height: unset; -webkit-line-clamp:unset;",".blurb-text":"max-height: unset;",".comment-body":"max-height: unset;"},extraBlockSelectors:[".reader2-post-title",".tweet-link-top",".tweet-link-bottom",".expanded-link"]},{id:"seekingalpha",matches:["seekingalpha.com/article/*","seekingalpha.com/news/*"],selectors:["[data-test-id=card-container]","[data-test-id=comments-section]"],excludeSelectors:["[data-test-id=post-page-meta]","header > div:first-child"]},{id:"hnAlgolia",matches:"hn.algolia.com",selectors:[".Story_title > a:first-child",".Story_comment > span"]},{id:"readwise",matches:"read.readwise.io",selectors:["div[class^='_titleRow_']","#document-text-content"],detectParagraphLanguage:!0},{id:"inoreader",matches:["www.inoreader.com","*.inoreader.com"],selectors:[".article_header_title",".article_title_link",".article_content",".article_magazine_title_link",".blog-post-page","#welcome_center",".gad_overview_articles_wrapper",".library_article_text h4",".header_name"],excludeMatches:["https://www.inoreader.com/features/"],observeUrlChange:!1,globalStyles:{".article_title_link,.library_article_text h4,.gadget_overview_article_title,.article_magazine_title_link,.reader_pane_view_style_2 .column_view_title":"-webkit-line-clamp: unset;max-height: unset;",".article_tile_content_wraper,div.article_tile":"overflow:auto",".article_header_title":"white-space:normal"}},{id:"aha",matches:"*.ideas.aha.io",excludeSelectors:[".comment-header",".vote-status",".idea-meta",".filters-title",".ideas-showing-count",".my-ideas-filters-wrapper",".statuses-filters-wrapper",".categories-filters-wrapper","[class^='attachment']","span[class^='attachment-name']"]},{id:"googleScholar",matches:["scholar.google.*/*","scholar.google.com.*/*","scholar.google.co.*/*"],wrapperPrefix:` -`,selectors:["h3 a[data-clk]","div.gs_rs","td a.gsc_a_at","td div.gs_gray:last-of-type","div.gsc_oci_value","#gs_opinion"],extraInlineSelectors:["br"],atomicBlockSelectors:["h3 a[data-clk]"]},{id:"googleMail",matches:"mail.google.com",detectParagraphLanguage:!0,selectors:["h2[data-thread-perm-id]","span[data-thread-id]","div[data-message-id] div[class='']",".messageBody","#views"],globalStyles:{"[role='listitem'] > div":"height:auto!important;white-space:unset!important;"}},{id:"googleNews",matches:"news.google.com",blockMinTextCount:26,blockMinWordCount:5,globalStyles:{".MCAGUe":"height: auto;",".To2ZZb.DbQnIe":"height: unset;",".cp7Yvc > h2":"display: block;",".oovtQ":"height: auto;",h4:"-webkit-line-clamp: unset;"},excludeSelectors:[".EyERq",".AOl7G.eejsDc","[aria-label='Home']","[aria-label='For you']","[aria-label='Following']","[aria-label='World']","[aria-label='Local']",".gb_Fc",".wBQf7b",".yPI8Rb",".jKHa4e",".u43Gd",".Zgjpyb","[role='button']","[jsname='rymPhb']",".cbz1ld",".VfPpkd-P5QLlc",".XvhY1d"]},{id:"outlook",matches:"outlook.live.com",excludeSelectors:[".jHAG3.XG5Jd",".OZZZK",".lDdSm"]},{id:"producthunt",matches:"www.producthunt.com",excludeMatches:"https://www.producthunt.com/stories/*",selectors:["h2","div[class^='styles_htmlText__']","[class^='styles_tagline']","a[href^='/discussions/'].fontWeight-600","button[class^='styles_textButton'] > div > span","h5 + p","div[data-test=product-item-name] + div",".noOfLines-1,.noOfLines-2,.noOfLines-3",".fontWeight-600","[class*='styles_dropdown']","[class*='styles_aboutText']"],globalStyles:{"h5 + p":"height:unset;",".noOfLines-1,.noOfLines-2,.noOfLines-3":"-webkit-line-clamp:unset;"},"excludeTags.remove":["PRE"]},{id:"codeforces",matches:"https://codeforces.com/*","stayOriginalTags.add":["[class^='MathJax']"]},{id:"discord",matches:"https://discord.com/channels/*",isTranslateTitle:!1,selectors:["li[id^=chat-messages] div[id^=message-content]","div[class^=headerText]","section[aria-label='Search Results'] div[id^=message-content]"],extraBlockSelectors:["[class^='embedFieldValue']","li[class^='card'] div[class^='message']","[data-list-item-id^='forum-channel-list'] div[class^='headerText']"],globalStyles:{"div[class^=headerText]":"max-height: unset;","div[class^=message]":"max-height: unset;","div[class^=text]":"max-height: unset;","h3[data-text-variant='heading-lg/semibold']":"-webkit-line-clamp: none;"},detectParagraphLanguage:!0,wrapperPrefix:"
",wrapperSuffix:"",paragraphMinTextCount:4,paragraphMinWordCount:2},{id:"telegram",matches:["web.telegram.org/z/*","web.telegram.org/a/*"],isTranslateTitle:!1,selectors:[".text-content",".message",".reply-markup-button-text",".bot-commands-list-element-description"],"extraBlockSelectors.add":[".message.spoilers-container em",".message.spoilers-container strong"],excludeSelectors:[".time",".peer-title",".document-wrapper",".message.spoilers-container custom-emoji-element"],detectParagraphLanguage:!0},{id:"telegramK",matches:["web.telegram.org/k/*","web.telegram.org/k/"],selectors:[".message",".reply-markup-button-text",".bot-commands-list-element-description"],"extraBlockSelectors.add":[".message.spoilers-container em",".message.spoilers-container strong"],excludeSelectors:[".time",".peer-title",".document-wrapper",".message.spoilers-container custom-emoji-element"],detectParagraphLanguage:!0},{id:"githubGist",matches:"gist.github.com",selectors:[".markdown-body",".readme"],detectParagraphLanguage:!0},{id:"lobste",matches:"lobste.rs",excludeMatches:["https://lobste.rs/about","https://lobste.rs/chat"],selectors:[".u-repost-of",".comment_text",".story_text"]},{id:"slack",matches:"*.slack.com",selectors:[".p-rich_text_block",".p-message_pane__foreword",".c-alert__message","[data-qa=message_attachment_text]"],additionalStayOriginalSelectors:["[data-qa=emoji]"],detectParagraphLanguage:!0},{id:"artstationArtwork",matches:"www.artstation.com/artwork/*",excludeSelectors:".project-description a",selectors:[".project-description","div.project-comment-text"],detectParagraphLanguage:!0},{id:"artstationLearning",matches:"www.artstation.com/learning/courses/*",additionalSelectors:["footer.learning-course-description.ng-star-inserted > span"],excludeSelectors:[".learning-card-meta",".vjs-text-track-display"],"mutationExcludeSelectors.add":[".vjs-text-track-display *"],"subtitleRule.add":{type:"webvtt",subtitleUrlRegExp:"/subtitles/.*\\.(vtt|webvtt)$",loadingContainerSelector:".vjs-text-track-display",quickButtonRule:{appendSelector:".vjs-control-bar",insertBeforeSelector:".vjs-playback-rate",injectCSS:".imt-quick-subtitle-button { font-size: 12px;} .logo,.logo svg { height: 18px !important; width: 18px !important;} .imt-quick-subtitle-pop-content {bottom: 38px !important;}"},videoSelector:"video",attachRule:{appendSelector:".video-js",injectedGlobalCSS:[".vjs-text-track-display {display: none;}",".captions-text: {margin-bottom: 10%;}"]}}},{id:"artstationBlog",matches:["https://www.artstation.com/blogs","https://www.artstation.com/blogs/*"],detectParagraphLanguage:!0,additionalSelectors:[".comment-item-body"],atomicBlockSelectors:[".author-headline",".author-location"],excludeSelectors:["blog-card-thumbnail","blog-card-header",".blog-card-author",".blog-card-meta",".blog-view-header",".blog-grid-title",".post-meta-header"]},{id:"figmaCommunity",matches:"www.figma.com/community/*",normalizeBody:"div.ql-editor[contenteditable='false']",excludeSelectors:["div[class*='metadataRight']","div[class*='commentMetaAndOptions']"],globalStyles:{"div[class*='mini_cardBottomRowSizing']":"height: 3em;"},additionalSelectors:["div[class*='mini_cardBottomRow_Metadata']"],stayOriginalSelectors:["[data-tooltip='tooltip-user-info']"]},{id:"googleIndex",matches:["https://www.google.com/","https://www.google.com.hk/"],excludeSelectors:["#gb","#SIvCob"],inputTutorialsText:"\u8BD5\u8BD5\u8F93\u5165\u4E2D\u6587\u540E\u5FEB\u901F\u8FDE\u51FB 3 \u6B21\u7A7A\u683C\u952E\u7FFB\u8BD1\uFF08\u4EC5\u63D0\u793A\u4E00\u6B21\uFF09",inputTutorialsSelectors:["textarea#APjFqb"],"inputConfig.add":{tutorialsText:"\u8BD5\u8BD5\u8F93\u5165\u4E2D\u6587\u540E\u5FEB\u901F\u8FDE\u51FB 3 \u6B21\u7A7A\u683C\u952E\u7FFB\u8BD1\uFF08\u4EC5\u63D0\u793A\u4E00\u6B21\uFF09",tutorialsSelectors:["textarea#APjFqb"]}},{id:"googleSearch",matches:"www.google.*/search*",blockMinTextCount:32,blockMinWordCount:3,wrapperSuffix:"",detectParagraphLanguage:!0,excludeSelectors:["a h3 + div","div#sfooter","a[role=presentation] > div > div:first-child",".b5ZQcf",".CEMjEf",".MgUUmf.NUnG9d","#result-stats","[role=navigation]","div.sCuL3","div.eFM0qc.BCF2pd","div.WZ8Tjf","div.adDDi","#headerSection","#rateChatDiv","[id=bres]",".title-D5Lgyj","[data-attrid='VisualDigestVideoResult']",".search-enhance-WDIEkP h4",".SPZz6b h2",".CtCigf",".VLkRKc",".EbH0bb",".Wr0c6d",".jleFbf","#searchform",".yg51vc",".CbAZb"],extraBlockSelectors:[".MUFPAc"],"additionalExcludeSelectors.add":["[jscontroller='UsftYd']"],globalStyles:{".V82bz":"-webkit-line-clamp: unset;max-height: unset;margin-bottom:30px",".pe7FNb":"-webkit-line-clamp: unset;",".promotion-3PDMAb":"display: none;",".uAKcGb":"-webkit-line-clamp: unset;max-height: unset;margin-bottom:30px","div[data-content-feature='1'] > div":"-webkit-line-clamp: unset;max-height: unset;","div[style='-webkit-line-clamp:2']":"-webkit-line-clamp: unset;max-height: unset;","div[style='-webkit-line-clamp:3']":"-webkit-line-clamp: unset;max-height: unset;","div[style='-webkit-line-clamp:4']":"-webkit-line-clamp: unset;max-height: unset;",".Pw4Ldf.RsCEN":"height:unset;",".related-question-pair":"overflow:auto;"},ignoreZhCNandZhTW:!0,isTranslateTitle:!1,searchEnhancementConfig:[{id:"google",urlMatch:"https://www\\.google\\..+/search",style:{source:"font-size:12px; margin-bottom: 6px;",enTitle:"margin-top:6px;font-size:14px;",searchTitle:"margin-top:6px;position:relative;padding-right:24px;",more:"color:#1a0dab;margin-top:8px;",enTitleClassName:"immersive-translate-search-enhancement-en-title"},keyword:{value:"[0]$1",matches:[{source:"url",matchRegex:"q=(.+?)&"}]},showCount:5}]},{id:"lowendtalk",matches:"lowendtalk.com",selectors:["[role=heading]","h1",".userContent"]},{id:"linkedinJobs",matches:"www.linkedin.com/jobs/*",selectors:["#job-details > span",".decorated-job-posting__details"]},{id:"linkedinFeed",matches:"https://linkedin.com/feed/*",selectors:["h1",".feed-shared-update-v2__description-wrapper"]},{id:"indiehackers",matches:"www.indiehackers.com",selectors:[".content","h1","h3.story__title",".feed-item__title-link",".article-body",".interview-body"]},{id:"libreddit",matches:"libreddit.de",selectors:["h2.post_title",".comment_body > .md"]},{id:"notionSite",matches:["notion.site","*.notion.site"],normalizeBody:"body",selectors:["div[data-block-id]"]},{id:"notion_so",matches:["www.notion.so"],injectedCss:["[aria-label='Templates'] font br {display:none;}"]},{id:"newyorker",matches:"www.newyorker.com",additionalSelectors:["h1","[data-testid=SummaryItemHed]"],excludeSelectors:["[data-testid=PersistentTop]","[data-testid=StackedNavigationHeader]"],urlChangeDelay:2e3},{id:"startme",matches:"start.me",selectors:[".rss-article__title",".rss-articles-list__article-link",".rss-showcase__title",".rss-showcase__text"]},{id:"scmp",matches:"www.scmp.com",additionalSelectors:[".info__subHeadline",".section-content h2"],globalStyles:{".topic__article-list":"height: unset;",".adverisers__adveriser":"height: unset;",".advertiser__content":"height: unset;",".content-title__link":"display:unset;overflow:unset;-webkit-line-clamp:unset;",".title__text":"max-height:unset; -webkit-line-clamp:unset;",".news-list-item__news-title":"max-height:unset; -webkit-line-clamp:unset;","a[class*='link'] > .link__headline":"max-height:unset; -webkit-line-clamp:unset;"},"bodyRule.add":{bodySelector:"[data-qa='ArticleList-Item']",articleSelector:"[data-qa='GenericArticle-Content']",xpathRule:["datatype:p"]}},{id:"lesswrong",matches:"www.lesswrong.com",extraBlockSelectors:["span.commentOnSelection"]},{id:"mastodon",matches:["mastodon.social","mastodon.online","kolektiva.social","indieweb.social","mastodon.world","infosec.exchange"],isTranslateTitle:!1,selectorMatches:["div#mastodon"],selectors:["div.status__content__text",".about__section__body",".content",".form-container",".account__header__extra"],globalAttributes:{"[class='notranslate app-holder']":{class:"app-holder"}},detectLanguage:!0},{id:"cnbc",matches:"www.cnbc.com",urlChangeDelay:1e3,globalStyles:{"div.Card-titleContainer > div":"-webkit-line-clamp: unset;max-height: unset;"},"excludeSelectors.add":["#GlobalNavigation","#GlobalFooter",".LiveBlogHeader-timestampAndShareBarContainer",".LiveBlogHeader-liveUpdatesPill"]},{id:"dailyDev",matches:"app.daily.dev",selectors:["h1",".typo-body","article h3","[class^=markdown_markdown]"],globalStyles:{".line-clamp-3":"-webkit-line-clamp: unset"}},{id:"pornhub",matches:["*.pornhub.com","pornhub.com"],excludeMatches:["*.pornhub.com/insights/*","pornhub.com/insights/*"],extraBlockSelectors:[".trendingNow",".searchItem",".tagcloud > a"],detectParagraphLanguage:!0,wrapperPrefix:"
",wrapperSuffix:` +?`]},azure:{placeholderDelimiters:["@","#"]},you:{placeholderDelimiters:["@","#"]},openl:{placeholderDelimiters:["@","#"]},niu:{placeholderDelimiters:["@","#"]}},shortcuts:{toggleTranslatePage:"Alt+A",toggleTranslateTheWholePage:"Alt+W",toggleOnlyTransation:"",toggleTranslateToThePageEndImmediately:"",toggleTranslationMask:"",shareToDraft:"",toggleMouseHoverTranslateDirectly:""},tempTranslateDomainMinutes:0,translationParagraphLanguagePattern:{matches:["onboarding.immersivetranslate.com","www.reddit.com","old.reddit.com","twitter.com","www.tumblr.com","*.twitter.com","medium.com","*.medium.com","github.com","gist.github.com","www.facebook.com","www.youtube.com","m.youtube.com","read.readwise.io","www.inoreader.com","mail.google.com","google.com","discord.com","*.instagram.com","instagram.com","web.telegram.org","web.whatsapp.com","*.slack.com","*.indeed.com","outlook.live.com","https://bsky.app","store.steampowered.com","test-app.immersivetranslate.com","app.immersivetranslate.com"],excludeMatches:[],selectorMatches:["meta[property='al:ios:url'][content^='medium://']"],selectorExcludeMatches:[]},sourceLanguageUrlPattern:{},selectTranslationFont:"",translationFonts:["Microsoft YaHei","SimSun","NSimSun","SimHei","Microsoft JhengHei","KaiTi","FangSong","PingFang SC","STHeiti","STKaiti","STSong","STFangsong","STZhongsong","STHupo","STXinwei","STLiti","STXingkai","Hiragino Sans GB","Lantinghei SC","Hanzipen SC","Hannotate SC","Songti SC","Wawati SC","Weibei SC","Xingkai SC","Yapi SC","Yuanti SC","Arial Unicode MS","MingLiU-ExtB","Malgun Gothic","Arial","Calibri","Cambria","Candara","Consolas","Constantia","Corbel","Courier New","Georgia","Lucida Console","MingLiU","PMingLiU","MingLiU_HKSCS","Meiryo","MS Gothic","MS PGothic","MS UI Gothic","MS Mincho","MS PMincho","Segoe UI","Segoe UI Symbol","Tahoma","Times New Roman","Trebuchet MS","Verdana","Gulim","Dotum","Batang","Gungsuh","San Francisco","Helvetica Neue","Hiragino Mincho ProN","Hiragino Kaku Gothic ProN","Yu Gothic","Yu Mincho","Geeza Pro","Al Nile","Tehran","Devanagari MT","Kohinoor Devanagari","Apple SD Gothic Neo","Nanum Gothic"],generalRule:{_comment:"",isTranslateWhenServiceChanged:!0,glossaries:[{k:"LLM",v:""},{k:"LLMs",v:""}],excludeRegexps:["(<\\\\/?[a-zA-Z0-9]+(?:[^>]*?)>)","(||||||||||
|
)"],detectionServiceOrder:["google","bing","transmart"],detectParagraphLanguage:!1,paragraphFirstLetterFontSize:35,toastErrorMinTimes:20,enableSubtitle:!1,"subtitle.autoEnableSubtitle":!1,disableNewTextTranslate:!1,skipEditableCheck:!1,mutationObserverLimitTargetSelectors:[],condition:{},normalizeBody:"",inputExecCommandDeleteEnable:!1,inputConfig:{clearContentEnable:!0,execCommandDeleteEnable:!1},mutationExcludeSelectors:["span.highlighter--highlighted","span.highlighter-ext","mark","msreadoutspan","rw-highlight","web-highlight","font.immersive-translate-target-wrapper *","pre",".uacc-clickable"],mutationExcludeContainsSelectors:["msreadoutspan","[class*='rgh-seen-']","[isInvalidTag]","mh","body","relin-hc"],atomicBlockSelectors:["relin-hc"],shareConfig:{injectCss:!0,removeSelectors:["noscript","script"]},mutationConfig:{consumeTimeout:100,buildTimeout:100,checkSelfUpdate:!0},useIframePostMessage:!1,searchEnhancementConfig:[],injectedCss:[],isOnBoardingPage:!1,isEbook:!1,isEbookBuilder:!1,ignoreZhCNandZhTW:!1,showSponsorOnSafari:!1,noTranslateRegexp:["^\\d+.+ago$","^\\d+\\s+MIN\\s+READ$"],waitForSelectors:[],isInjectOptionsUrl:!1,isInjectVersion:!1,isInjectMeta:!1,waitForSelectorsTimeout:3e3,pairs:{},aiRule:{},subtitleRule:{isInject:!0,autoEnableSubtitle:!1,preTranslation:!1,humanPreferred:!0,disabled:!1,hookType:"xhr",showQuickButton:!0,backgroundColor:"#080808",backgroundOpacity:"75",sourceTextColor:"#FFFFFF",translationTextColor:"#FFFFFF",sourceFontSize:"100",translationMode:"dual",translationPosition:"bottom",translationFontSize:"100",translateGroupCount:5,velocityGroup:[1,3,20]},bodyRule:{enable:!0,maxBodyScreenLength:25,articleChildTags:["P"],articleChildTagsNum:4,bodyIsRoot:!1,humanPreferred:!0,preTranslation:!0,xpathRule:["name:P"]},isSubtitleBuilder:!1,minZIndex:0,initTranslationServiceAsSoonAsPossible:!0,targetWrapperTag:"font",additionalInjectedCss:[],isTranslateTitle:!0,enableSearchEnhancement:!1,searchEnhancementSelector:"#rhs",languageDetectMinTextCount:50,wrapperPrefix:"smart",wrapperSuffix:"smart",isPdf:!1,pdfUrlExtractRule:{},isTransformPreTagNewLine:!1,urlChangeDelay:50,mutationChangeDelay:10,mainFrameMinTextCount:50,mainFrameMinWordCount:5,visibleDelay:0,additionalStayOriginalSelectors:["span.katex","span.notranslate",".MathJax_Preview",".MathJax",".MathJax_SVG",'[aria-labelledby^="MathJax-SVG"]',".mwe-math-element","span[translate=no]","em[translate=no]","code[translate=no]","span.math.inline","span.math.display",".ltx_Math",".mathjax-block",".MathJax_CHTML","kbd","span.pretex-inline","span.math-inline",".reference-citations"],translationBlockStyle:"",isShowUserscriptPagePopup:!0,observeUrlChange:!1,paragraphMinTextCount:4,paragraphMinWordCount:2,shadowRootSelectors:[],blockMinTextCount:24,blockMinWordCount:4,asideMaxTextCount:1e3,asideMaxWordCount:200,asideMaxTextCountPerParagraph:67,asideMaxWordCountPerParagraph:12,lineBreakMaxTextCount:0,globalAttributes:{},inputTutorialsText:"",inputTutorialsSelectors:[],globalMeta:{},globalStyles:{},initialGlobalAttributes:{},initialSelectorGlobalAttributes:{header:{translate:"no"},"footer:last-of-type":{translate:"no"},"nav:last-of-type":{translate:"no"},nav:{translate:"no"}},selectors:[],preWhitespaceDetectedTags:["DIV","SPAN"],stayOriginalSelectors:[],additionalSelectors:["h1","section h2","section h3","section h4","main h2","main h3","main h4",".article-title",".article-subtitle",".article_title",".article_subtitle",".article__title",".articleTitle",".Article__content",".titleLink",".summary",".headline",".page-content","aside.note","aside.article-comments","aside.onebox"],atomicBlockTags:[],excludeSelectors:[],additionalExcludeSelectors:['[contenteditable="true"]',".uacc-clickable","#monica-content-root","#immersive-translate-popup",".social-share",".breadcrumbs",".post__footer",".btn",".share-nav",".o-share","[data-toolbar=share]","rp","rt",".prism-code",".rc-CodeBlock","[role=code]","#omni-extension",".omni-item","div[data-paste-markdown-skip]","table.highlight","div[class^=codeBlockContent]","div[class^=codeBlockLines]","div[class^=token-line]","#liuchan-window > .liuchan-container > *",".material-icons","i.fa","i[class^=fa-]",".notranslate","[translate=no]",".navmenu-container",".google-symbols","h1 br","h2 br","h3 br","h4 br","table thead"],translationClasses:[],excludeTags:["TITLE","LINK","SCRIPT","STYLE","TEXTAREA","SVG","svg","G","NOSCRIPT","BUTTON","BASE","HR","PRE","KBD","WBR","RT","RP","META","MATH","TTS-SENTENCE","AIO-CODE","RELIN-TARGET"],bodyTranslateTags:["FOOTER","ASIDE","BUTTON","NAV"],forceTranslateTags:[],metaTags:["META","SCRIPT","STYLE","NOSCRIPT"],additionalExcludeTags:[],stayOriginalTags:["CODE","TT","IMG","SUP","SUB","SAMP","math","semantics","mrow","mo","mfrac","msup","mi","mn","msqrt","d-math"],additionalStayOriginalTags:[],inlineTags:["A","ABBR","FONT","ACRONYM","B","INS","DEL","RUBY","RP","RB","BDO","MARK","BIG","RT","NOBR","CITE","DFN","EM","I","LABEL","Q","S","SMALL","SPAN","STRONG","SUB","SUP","U","KBD","TT","VAR","IMG","CODE","SCRIPT","STYLE","LINK","TIME","META","WBR","RELIN-HC","RELIN-HIGHLIGHT","RELIN-ORIGIN","RELIN-TARGET","XQDD_HIGHLIGHT_NEW_WORD","NOBR","RW-HIGHLIGHT","HYPOTHESIS-HIGHLIGHT"],additionalInlineTags:[],extraInlineSelectors:["p > a span","p > span a span"],additionalInlineSelectors:[".MathJax_Preview",".MathJax",".highlighter--highlighted",".rw-highlight","ruby *"],extraBlockSelectors:["turbo-frame","readme-toc","#hs_cos_wrapper_post_body","#hs_cos_wrapper_post_body","option","ul > li"],allBlockTags:["BODY","HGROUP","CONTENT","ADDRESS","ARTICLE","ASIDE","DETAILS","BLOCKQUOTE","SELECT","OPTION","CANVAS","DD","DL","DT","FIELDSET","FIGCAPTION","FIGURE","FOOTER","HEADER","FORM","HR","MAIN","SUMMARY","NAV","NOSCRIPT","PRE","SECTION","TABLE","TFOOT","UL","VIDEO","P","DIV","H1","H2","H3","H4","H5","H6","UL","LI","OL","BR","PICTURE","TBODY","TR","TD","TH","SOURCE","C-WIZ","BUTTON","TURBO-FRAME","README-TOC"],mutationObserverContainerSelectors:[],pdfNewParagraphLineHeight:2.4,pdfNewParagraphIndent:1.2,pdfNewParagraphIndentRightIndentPx:130,fingerCountToToggleTranslagePageWhenTouching:4,fingerCountToToggleTranslationMaskWhenTouching:0,fingerCountToToggleTranslagePageOnlyTranslationWhenTouching:0,touchShortcutsToggleTranslatePage:"fingers.4",touchShortcutsToggleTranslationMask:"touchShortcutsOff",touchShortcutsToggleTranslatePageOnlyTranslation:"touchShortcutsOff",touchShortcutsToggleTranslateTouchElement:"touchShortcutsOff",touchShortcutsToggleTranslateTouchElementPreferenceKey:"slide.left",mouseHoverHoldKey:"Off",mouseHoverPreferenceKey:"Ctrl"},rules:[{id:"isSubtitleBuilder",isSubtitleBuilder:!0,pageType:"subtitleBuilder",selectorMatches:["meta[name='immersive-translate-subtitle-builder'][content='true']"],pairs:{".source-text":".target-text"},paragraphMinTextCount:4,paragraphMinWordCount:2,isTranslateTitle:!1,wrapperPrefix:"",wrapperSuffix:"","bodyRule.add":{enable:!1}},{id:"isEbook",isEbook:!0,pageType:"ebookReader",isTranslateTitle:!1,urlChangeDelay:200,selectorMatches:["meta[name='immersive-translate-ebook-viewer'][content='true']"],injectedCss:[".immersive-translate-target-translation-block-wrapper {display:block;}"],excludeSelectors:["#drop-target","#drop-target h1","#side-bar","h1#side-bar-title"],extraInlineSelectors:["span.dropcaps"],"bodyRule.add":{enable:!1},paragraphMinTextCount:4,paragraphMinWordCount:2,blockMinTextCount:1,blockMinWordCount:1,containerMinTextCount:1,wrapperPrefix:"
",targetWrapperTag:"span"},{id:"pdf",isPdf:!0,isTranslateTitle:!1,pageType:"pdfReader",selectorMatches:["meta[name='immersive-translate-pdf-viewer'][content='true']"],matches:["https://app.immersivetranslate.com/pdf","https://app.immersivetranslate.com/pdf/","https://app.immersivetranslate.com/pdf/*","http://localhost:38001/pdf*"],"additionalExcludeSelectors.remove":['[contenteditable="true"]'],isTranslateWhenServiceChanged:!1,translationMode:"translation",skipEditableCheck:!0,selectors:["p"],"bodyRule.add":{enable:!1},injectedCss:[".immersive-translate-target-wrapper {display: contents!important;position:absolute;}",".immersive-translate-target-wrapper br {display: none;!important;}",".immersive-translate-target-wrapper span {position: relative;!important;}",".immersive-translate-error-wrapper {padding:0px !important;margin:0px !important;}","font {line-height: 0!important;}"],globalAttributes:{"[class='textLayer']":{translate:"no"}},mutationExcludeContainsSelectors:["font.immersive-translate-target-wrapper"],"shareConfig.add":{removeSelectors:["noscript","script",".toolbar","#sidebarContainer",'[class="page"]',".editorParamsToolbar",".image-mode",".im_db",".im_cb"]},wrapperPrefix:"",isInjectVersion:!0},{id:"sci-hub.pdfWebPage",matches:["sci-hub.*"],waitForSelectorsTimeout:1,pdfUrlExtractRule:{selector:"#pdf",attribute:"src"}},{id:"common.pdfWebPage",waitForSelectorsTimeout:1,selectorMatches:["embed[type='application/pdf']"]},{id:"isEbookBuilder",matches:["https://app.immersivetranslate.com/ebook/make/","http://localhost:38001/ebook/make/"],isEbookBuilder:!0,pageType:"ebookBuilder",toastErrorMinTimes:500,isTranslateWhenServiceChanged:!1,isTranslateTitle:!1,targetWrapperTag:"span",selectorMatches:["meta[name='immersive-translate-ebook-builder'][content='true']"],injectedCss:[".immersive-translate-target-translation-block-wrapper {display:block;}"],globalMeta:{},excludeSelectors:["h1.notranslate","#drop-target","#drop-target h1","#side-bar","h1#side-bar-title","#tool",".Code"],"bodyRule.add":{enable:!1},isInjectMeta:!0,paragraphMinTextCount:4,paragraphMinWordCount:2,blockMinTextCount:1,blockMinWordCount:1,containerMinTextCount:1,wrapperPrefix:"
"},{id:"immersiveTranslateIosOnBoarding",selectorMatches:["meta[name=immersiveTranslateIosOnBoarding]"],initialGlobalAttributes:{"input#immersiveTranslateDetectedSlot":{value:"true"}},isInjectOptionsUrl:!0,isInjectVersion:!0,isInjectMeta:!0},{id:"immersiveTranslateIosOnBoardingStep1",selectorMatches:["meta[name=immersiveTranslateIosOnBoardingStep1]"],isOnBoardingPage:!0,isInjectOptionsUrl:!0,isInjectVersion:!0,isInjectMeta:!0},{id:"immersivePreview",matches:["https://immersivetranslate.com/preview*","https://test.immersivetranslate.com/preview*","https://immersivetranslate.com/drafts*","https://test.immersivetranslate.com/drafts*"],isInjectVersion:!0,isInjectMeta:!0,waitForSelectorsTimeout:1},{id:"pro-pdf",matches:["https://*.immersivetranslate.com/pdf-pro*"],pageType:"pdfProReader","excludeSelectors.add":["table"],isInjectVersion:!0,isInjectMeta:!0,waitForSelectorsTimeout:1},{id:"immersive",matches:["https://immersivetranslate.com","https://test.immersivetranslate.com","https://onboarding.immersivetranslate.com","https://app.immersivetranslate.com","https://test-app.immersivetranslate.com","http://localhost:38001"],isInjectVersion:!0,isInjectMeta:!0,waitForSelectorsTimeout:1},{id:"simpread",selectorMatches:"div.simpread-read-root.simpread-read-root-show > sr-read",mainFrameSelector:"div.simpread-read-root.simpread-read-root-show > sr-read"},{id:"txt",matches:["*://*/*.txt","file://*/*.txt"],selectorMatches:["body > pre"],"mutationExcludeSelectors.add":["body"],isTransformPreTagNewLine:!0,"excludeTags.remove":["PRE"]},{id:"hangejp",matches:["arad.hange.jp","arad.nexon.co.jp","oapi.dingtalk.com","login.dingtalk.com"],useIframePostMessage:!1},{id:"preSites",matches:["mail.jabber.org","antirez.com","patchwork.kernel.org","lists.apache.org","manned.org","bugs.webkit.org","bugzilla.mozilla.org","lwn.net/Articles/*","docs.haproxy.org","man.freebsd.org","www.oreilly.com/openbook/opensources/book/*","gamefaqs.gamespot.com"],isTransformPreTagNewLine:!0},{id:"wikipedia",matches:"*.wikipedia.org",paragraphMinWordCount:2,paragraphMinTextCount:4,injectedCss:[".immersive-translate-target-translation-block-wrapper { display: block; }"],excludeSelectors:[".mw-editsection",".mw-cite-backlink","#p-lang-btn","#right-navigation","#p-associated-pages",".vector-header"],stayOriginalSelectors:[".chemf",".mwe-math-element","[role=math]",".nowrap"],extraInlineSelectors:[".chemf",".mwe-math-element","[role=math]",".nowrap"],"bodyRule.add":{bodySelector:"#content",articleSelector:"#bodyContent"}},{id:"twitter",matches:["twitter.com","mobile.twitter.com","tweetdeck.twitter.com","pro.twitter.com","https://platform.twitter.com/embed*"],additionalStayOriginalSelectors:['[data-testid="tweetText"] a',"[data-testid='UserDescription'] a","[data-testid='HoverCard'] a","[data-testid='UserCell'] a","[data-testid='birdwatch-pivot'] a"],blockMinTextCount:0,blockMinWordCount:0,excludeSelectors:["[aria-describedby][role=button]","header","[data-testid='radioGroupplayback_rate'] div","[data-testid='userFollowIndicator']","[class='css-901oao r-14j79pv r-37j5jr r-n6v787 r-16dba41 r-1cwl3u0 r-bcqeeo r-qvutc0']","[class='css-175oi2r r-1wbh5a2 r-dnmrzs']"],extraBlockSelectors:['[data-testid="tweetText"] div.r-6koalj'],extraInlineSelectors:['[data-testid="tweetText"] div.r-xoduu5','[data-testid="tweetText"] span','[data-testid="UserDescription"] div',"[data-testid='HoverCard'] div[dir=auto] div","[data-testid='HoverCard'] span[dir=auto] div"],globalStyles:{"[data-testid='card.layoutLarge.detail'] > div:nth-child(2)":"-webkit-line-clamp: unset;","[data-testid='card.layoutSmall.detail'] > div:nth-child(2)":"-webkit-line-clamp: unset;","[data-testid='tweetText']":"-webkit-line-clamp: unset;"},ignoreZhCNandZhTW:!0,isTranslateTitle:!1,useIframePostMessage:!1,observeUrlChange:!1,paragraphMinTextCount:2,paragraphMinWordCount:1,selectors:['[data-testid="tweetText"]',".tweet-text",".js-quoted-tweet-text","[data-testid='card.layoutSmall.detail'] > div:nth-child(2)","[data-testid='developerBuiltCardContainer'] > div:nth-child(2)","[data-testid='card.layoutLarge.detail'] > div:nth-child(2)","[data-testid='cellInnerDiv'] div[data-testid='UserCell'] > div> div:nth-child(2)","[data-testid='UserDescription']","[data-testid='HoverCard'] div[dir=auto]","[data-testid='HoverCard'] span[dir=auto]","[data-testid='HoverCard'] [role='dialog'] div[dir=ltr]","[data-testid='birdwatch-pivot'] div[dir=ltr]"],"subtitleRule.add":{type:"live",isInject:!1,injectedCss:["#layers[style='z-index: 1;'] [style='height: 100px;'] { height: 400px !important; }"],liveSubtitleRule:{containerSelector:".css-175oi2r.r-13awgt0.r-1pi2tsx.r-13qz1uu > [role='listbox']",reportSelector:".css-175oi2r.r-1awozwy.r-173mn98.r-1mf7evn.r-7e3msg",textSelectors:[".css-1rynq56.r-bcqeeo.r-qvutc0.r-37j5jr.r-a023e6.r-16dba41.r-dhbnww.r-1pb70le"],mutationChangeDelay:1e3}},"subtitleRule.add_v.[1.2.1]":{type:"twitter",videoPlayerSelector:"video",loadingStyle:"bottom: unset; top: 5%;",injectedCss:["#layers[style='z-index: 1;'] [style='height: 100px;'] { height: 400px !important; }","video::cue {white-space: pre-line;}"]}},{id:"threads",matches:"www.threads.net",selectors:["p",".x1npkx4u.x1exu5d8",".xw7yly9",".xgkxs2y",".x1xdureb.xqti54a.x13vxnyz",".xqti54a.x13vxnyz.x49hn82.xcrlgei.x889kno"],stayOriginalSelectors:[".x1rg5ohu",".xat24cr.xdj266r a"],"excludeSelectors.add":[".x6s0dn4.x78zum5",".xpvyfi4.x1npkx4u.x1ms6mhf"],globalStyles:{span:"max-height:unset;-webkit-line-clamp:unset;height:unset;white-space:unset;"}},{id:"stackoverflow",matches:["stackoverflow.com","*.stackexchange.com","superuser.com","askubuntu.com","serverfault.com"],extraBlockSelectors:["span.comment-copy"],globalStyles:{".s-post-summary--content-excerpt":"-webkit-line-clamp:unset;"},"excludeSelectors.add":[".votecell","header","#footer","#question-header + div","div.postcell div.mb0","div[id^=comments-link-]","#answers-header",".new-post-login",".form-submit","a[href='/questions/ask']","#left-sidebar","a.comment-user","span.comment-date","div.s-prose.js-post-body + div",".bottom-notice","div[data-campaign-name=stk]",".s-post-summary--stats",".s-post-summary--meta"],paragraphMinTextCount:4,paragraphMinWordCount:2},{id:"appleDeveloper",matches:"developer.apple.com/documentation/*",selectors:[".container","h3.title","div.content"]},{id:"hackerNews",matches:"news.ycombinator.com",selectors:[".titleline > a",".comment > .commtext",".toptext","a.hn-item-title",".hn-comment-text",".hn-story-title"],excludeSelectors:[".reply"]},{id:"quora",matches:["*.quora.com","quora.com"],excludeSelectors:[".dom_annotate_multifeed_bundle_AskQuestionPromptBundle",".dom_annotate_feed_switcher","[class='q-box qu-py--small qu-color--gray_light']","[class='q-box spacing_log_answer_header']","[class='q-box qu-flex--auto']","[class='q-text qu-dynamicFontSize--small qu-mt--small qu-color--gray_light qu-passColorToLinks']",".AnswerFooter___StyledFlex-sc-2xbo88-0","[class='q-box qu-mb--small']"],globalStyles:{".qu-truncateLines--3":"-webkit-line-clamp: unset;"}},{id:"oldReddit",matches:["old.reddit.com/*/.compact","old.reddit.com/.compact","www.reddit.com/*/.compact","www.reddit.com/.compact"],selectors:[".title > a",".usertext-body"],detectParagraphLanguage:!0},{id:"otherOldReddit",matches:"old.reddit.com",selectors:["p.title > a","[role=main] .md-container"],detectParagraphLanguage:!0},{id:"redditList",matches:["https://www.reddit.com/r/*/comments/*/*","https://www.reddit.com/","https://www.reddit.com/hot/","https://www.reddit.com/new/","https://www.reddit.com/top/"],excludeMatches:["https://www.reddit.com/r/*/wiki/*"],observeUrlChange:!0,selectors:["h1",".PostHeader__post-title-line","[data-click-id=body] h3","[data-click-id=background] h3","[data-testid=comment]","[data-adclicklocation='title'] h3","[data-adclicklocation=media]","[data-testid='post-title-text']",".PostContent",".post-content",".Comment__body","faceplate-batch .md","[slot=comment]",".RichTextJSON-root","[slot=title]","[slot=text-body]","p.title > a","[role=main] .md-container"],detectParagraphLanguage:!0,globalStyles:{"div.XPromoBottomBar":"display:none","[class*='line-clamp']":"-webkit-line-clamp: unset"},waitForSelectors:["[data-testid=post_author_link]"],"inputConfig.add":{clearContentEnable:!1}},{id:"reddit",matches:"www.reddit.com",selectors:["#search-results-tab-slot","h1",".PostHeader__post-title-line","[data-click-id=body] h3","[data-click-id=background] h3","[data-testid=comment]","[data-adclicklocation='title'] h3","[data-testid='post-title-text']","[slot=comment]","[data-adclicklocation=media]",".PostContent",".post-content",".Comment__body","faceplate-batch .md","[slot=text-body]","p.title > a","[role=main] .md-container","#-post-rtjson-content",".RichTextJSON-root","[slot='title']"],excludeSelectors:[".text-neutral-content-weak"],paragraphMinTextCount:5,paragraphMinWordCount:2,excludeMatches:["https://www.reddit.com/r/*/wiki/*","https://www.reddit.com/settings/*"],detectParagraphLanguage:!0,globalStyles:{"div.XPromoBottomBar":"display:none","[class*='line-clamp']":"-webkit-line-clamp: unset"}},{id:"reuters",matches:"www.reuters.com",excludeSelectors:["[promotext]","[data-testid=Leaderboard]","[data-testid=HomeTickerV2]","[data-testid=SiteFooter]","[class^=refinitiv-promo-bar__container]","[data-testid=ResponsiveAdSlot]","[data-testid=SiteHeader]","[data-testid=HomeTickerV2]"]},{id:"npmjs",matches:"https://www.npmjs.com/package/*",selectors:["#tabpanel-readme > div:first-child"]},{id:"github",matches:"github.com",useIframePostMessage:!1,excludeMatches:["https://github.com/*/*/settings","https://github.com/settings/*","https://github.com/sponsors/*","https://github.com/readme/*","https://github.com/readme/","https://github.com/features/*","https://github.com/customer-stories/*"],mutationExcludeSelectors:[".react-blob-sticky-header *"],selectors:["h1","[aria-label=Issues] .markdown-title","[aria-labelledby=discussions-list] .markdown-title","h3 .markdown-title",".markdown-body",".Layout-sidebar p","div > span.search-match","li.repo-list-item p","#responsive-meta-container p","article p","div.repo-description p","[itemprop=description]",".integrations-auth-wrapper",".new-feed-onboarding-notice","article section[aria-label='card content'] > div > div > div > div:nth-child(2)",".TimelineItem-body .Link--primary",'[role="navigation"] p','[data-testid="commit-row-item"] h4'],atomicBlockSelectors:["[itemprop=description]"],excludeSelectors:[".css-truncate","[data-test-selector='commit-tease-commit-message']","[data-test-selector='create-branch.developmentForm']","div.Box-header.position-relative","div.blob-wrapper-embedded","div.Box.Box--condensed.my-2","div.jp-CodeCell",'[aria-label="Account"] .markdown-title',".js-repos-container .markdown-title","a.anchor","div.file-navigation + div.Box"],extraBlockSelectors:[],extraInlineSelectors:["g-emoji","a.anchor"],stayOriginalTags:["CODE","TT","G-EMOJI","IMG","SUP","SUB"],"stayOriginalSelectors.add":[".issue-link"],detectParagraphLanguage:!0,globalStyles:{".TimelineItem-body .Link--primary":"-webkit-line-clamp: unset;"}},{id:"github-blog",matches:["github.blog"],injectedCss:["font {word-break: break-all !important;}"]},{id:"githubNotebook",matches:"notebooks.githubusercontent.com",useIframePostMessage:!1,excludeSelectors:["div.jp-CodeCell"]},{id:"facebook",matches:"www.facebook.com",excludeMatches:["https://www.facebook.com/business/*","https://www.facebook.com/help*"],selectors:["div[dir=auto][style]","div[dir=auto][class]","span[lang]"],atomicBlockSelectors:["div[dir=auto][style]","div[dir=auto][class]","span[lang]"],insertPosition:"afterend",preWhitespaceDetectedTags:["DIV","SPAN"],extraBlockSelectors:["span.x1vvkbs"],excludeSelectors:["[role=button]"],translationClasses:["immersive-translate-text"],detectParagraphLanguage:!0},{id:"youtubeMobile",matches:"m.youtube.com",selectors:[".comment-text","#content-text",".media-item-headline",".slim-video-information-title",".yt-spec-button-view-model",".yt-core-attributed-string > span",".title"],shareConfig:{injectCss:!1,removeSelectors:["iron-iconset-svg","iframe","ytd-watch-next-secondary-results-renderer","noscript","script"]},"mutationConfig.add":{checkSelfUpdate:!1},"excludeTags.remove":["BUTTON"],additionalExcludeSelectors:[".ytp-caption-window-container","text"],"subtitleRule.add":{type:"youtube",subtitleUrlRegExp:"(/api/timedtext|videoplayback\\?expire.*text)",translateSelectors:[".caption-window",".caption-visual-line"],videoPlayerSelector:".html5-video-player.playing-mode,.html5-video-player.paused-mode",loadingContainerSelector:".ytp-caption-window-container",videoADSelector:".ytp-ad-player-overlay",injectedCss:["#player-shorts-container .ytp-caption-window-bottom {top: 40px; bottom: unset!important;}"],videoSelector:".html5-video-player.playing-mode video,.html5-video-player.paused-mode video",translationOnlyPattern:["m.youtube.com/watch*","m.youtube.com/embed*","m.youtube.com/shorts*"],attachRule:{appendSelector:".html5-video-player.playing-mode,.html5-video-player.paused-mode",injectedCSS:[".imt-caption-container {z-index:40;}"],injectedGlobalCSS:[".caption-window {display: none;} ","shorts-video #immersive-translate-caption-window { height: 150px;}"]}},wrapperPrefix:"",wrapperSuffix:"",observeUrlChange:!0,atomicBlockSelectors:[".comment-text"],globalStyles:{".comment-text":"max-height:unset;",".media-item-headline":"max-height:unset;-webkit-line-clamp:unset;"},injectedCss:[".immersive-translate-target-wrapper img { width: 16px; height: 16px }"],extraBlockSelectors:[".caption-visual-line"]},{id:"youtube",matches:"www.youtube.com",blockMinTextCount:0,blockMinWordCount:0,detectParagraphLanguage:!0,lineBreakMaxTextCount:0,shareConfig:{injectCss:!1,removeSelectors:["iron-iconset-svg","iframe","ytd-watch-next-secondary-results-renderer","noscript","script"]},"additionalExcludeSelectors.add":[".ytp-caption-window-container","text"],globalStyles:{"#video-title":"-webkit-line-clamp: unset;max-height: unset;","h1.ytd-watch-metadata":"-webkit-line-clamp: unset;max-height: unset;","yt-formatted-string#video-title":"-webkit-line-clamp: unset;max-height: unset;","ytd-expander.ytd-comment-renderer":"--ytd-expander-max-lines: 1000;"},injectedCss:[".immersive-translate-target-wrapper img { width: 16px; height: 16px }",".metadata-snippet-container {max-height: unset !important;}",".immersive-translate-target-wrapper {text-align: left;}",".immersive-translate-target-wrapper[dir=rtl] {text-align: right;}"],isTranslateTitle:!1,observeUrlChange:!0,selectors:["yt-formatted-string[slot=content].ytd-comment-renderer","yt-formatted-string.ytd-video-renderer","yt-formatted-string#content-text","h1","yt-formatted-string#video-title","yt-formatted-string.span","span#video-title","a#video-title","yt-formatted-string.ytd-transcript-segment-renderer","#description-inline-expander > yt-attributed-string > span","yt-attributed-string > span","ytd-notification-renderer .message","#message",".yt_to_text_transcript_text"],extraBlockSelectors:["yt-formatted-string.ytd-transcript-segment-renderer",".caption-visual-line"],"subtitleRule.add":{type:"youtube",subtitleUrlRegExp:"(/api/timedtext|videoplayback\\?expire.*text)",translateSelectors:[".caption-window",".caption-visual-line"],videoPlayerSelector:".html5-video-player.playing-mode,.html5-video-player.paused-mode",loadingContainerSelector:".ytp-caption-window-container",videoADSelector:".ytp-ad-player-overlay",translationOnlyPattern:["www.youtube.com/watch*","www.youtube.com/embed*","www.youtube.com/shorts*"],subtitleButtonSelector:".html5-video-player.playing-mode .ytp-subtitles-button,.html5-video-player.paused-mode .ytp-subtitles-button",languageSelector:".ytp-menuitem-label",injectedCss:["#shorts-player .ytp-caption-window-bottom {top: 2%; bottom: unset!important;} #immersive-translate-quick-button-container {font-size: 12px;z-index:1001;}"],quickButtonRule:{appendSelector:".ytp-chrome-controls",insertBeforeSelector:".ytp-right-controls"},videoSelector:".html5-video-player.playing-mode video,.html5-video-player.paused-mode video",attachRule:{appendSelector:".html5-video-player.playing-mode,.html5-video-player.paused-mode",injectedCSS:[".imt-caption-container {z-index:40;}",".imt-caption-window {margin-bottom: 2%}"],injectedGlobalCSS:[".caption-window {display: none;} ","#shorts-player #immersive-translate-caption-window { height: 20%;}",".html5-video-player:not(.ytp-autohide) #immersive-translate-caption-window {bottom: 60px;}"]}},urlChangeDelay:2e3,wrapperPrefix:"
",wrapperSuffix:""},{id:"tvYoutube",matches:"tv.youtube.com","subtitleRule.add":{type:"youtube",preTranslation:!0,humanPreferred:!1,subtitleUrlRegExp:"(/api/timedtext|videoplayback\\?expire.*text)",translateSelectors:[".caption-window",".caption-visual-line"],videoPlayerSelector:".html5-video-player.playing-mode,.html5-video-player.paused-mode",loadingContainerSelector:".ytp-caption-window-container",videoADSelector:".ytp-ad-player-overlay",translationOnlyPattern:["tv.youtube.com/watch*"],subtitleButtonSelector:".ytp-subtitles-button",languageSelector:".ytp-menuitem-label",injectedCss:["#shorts-player .ytp-caption-window-bottom {top: 2%; bottom: unset!important;} #immersive-translate-quick-button-container {font-size: 12px;z-index:1001;}"],quickButtonRule:{appendSelector:".ypcs-control-buttons-right",insertBeforeSelector:".ypcs-control-buttons-right .ypcs-volume-control-slot"},videoSelector:".html5-video-player.playing-mode video,.html5-video-player.paused-mode video",attachRule:{appendSelector:".html5-video-player.playing-mode,.html5-video-player.paused-mode",injectedCSS:[".imt-caption-container {z-index:40;}",".imt-caption-window {margin-bottom: 2%;}"],injectedGlobalCSS:[".caption-window {display: none;} ","#shorts-player #immersive-translate-caption-window { height: 20%;}",".html5-video-player:not(.ytp-autohide) #immersive-translate-caption-window {bottom: 60px;}"]}}},{id:"youtube-subtitle",matches:["www.youtube-nocookie.com","music.youtube.com"],extraBlockSelectors:[".caption-visual-line"],mainFrameMinTextCount:0,"excludeSelectors.add":[".captions-text",".ytp-caption-segment"],"subtitleRule.add":{type:"youtube",subtitleUrlRegExp:"/api/timedtext",translateSelectors:[".caption-window",".caption-visual-line"],videoPlayerSelector:".html5-video-player",loadingContainerSelector:".ytp-caption-window-container",videoADSelector:".ytp-ad-player-overlay",translationOnlyPattern:["www.youtube-nocookie.com/embed*","music.youtube.com/watch*"],subtitleButtonSelector:".ytp-subtitles-button",languageSelector:".ytp-menuitem-label",injectedCss:["#shorts-player .ytp-caption-window-bottom {top: 2%; bottom: unset!important;}"],quickButtonRule:{appendSelector:".ytp-chrome-controls",insertBeforeSelector:".ytp-right-controls"},videoSelector:".html5-video-player video",attachRule:{appendSelector:".html5-video-player",injectedCSS:[".imt-caption-container {z-index:40;}",".imt-caption-window {margin-bottom: 2%;}"],injectedGlobalCSS:[".caption-window {display: none;} ","#shorts-player #immersive-translate-caption-window { height: 20%;}",".html5-video-player:not(.ytp-autohide) #immersive-translate-caption-window {bottom: 60px;}"]}}},{id:"instagramMessage",matches:["https://www.instagram.com/direct/*"],wrapperPrefix:"
",selectors:["div[dir=auto].html-div"]},{id:"instagramPost",matches:["https://www.instagram.com/p/*","https://www.instagram.com/reels/*"],blockMinTextCount:1,paragraphMinTextCount:2,excludeSelectors:["hr+div span[dir=auto][style] > span"],selectors:["h1","ul li h3+div span[dir=auto]","hr+div span[dir=auto][style]","div > div[dir=auto]","div:not([class]) > div > div:nth-child(2)"],wrapperPrefix:"
"},{id:"otherInstagram",blockMinWordCount:1,matches:"https://www.instagram.com/*",paragraphMinTextCount:2,selectors:["h1","article span[dir=auto] > span[dir=auto]","._ab1y","ul li h3+div span[dir=auto]","hr+div span[dir=auto][style]","span[dir=auto] > div > span","div > h1[dir=auto]"],wrapperSuffix:""},{id:"1paragraph",matches:"1paragraph.app",selectors:["#book"]},{id:"poeditor",matches:"https://poeditor.com/projects/*",selectors:[".comment-body",".reference_language .source-string"]},{id:"substack",matches:["*.substack.com","newsletter.rootsofprogress.org"],selectorMatches:["link[href^='https://substackcdn.com/bundle/'][rel=preload]"],excludeSelectors:["[style^=top]",".publication-footer",".subscribe-footer",".main-menu",".navbar-title-link","[data-testid='navbar']",".navbar-title",".captioned-button-wrap",".subscription-widget-wrap",".tweet-header",".tweet-link-bottom",".expanded-link",".meta-subheader",".comment-meta",".comment-actions"],globalStyles:{".reader2-clamp-lines":"max-height: unset; -webkit-line-clamp: unset;","[class*='clamp-']":"max-height: unset; -webkit-line-clamp:unset;",".blurb-text":"max-height: unset;",".comment-body":"max-height: unset;"},extraBlockSelectors:[".reader2-post-title",".tweet-link-top",".tweet-link-bottom",".expanded-link"]},{id:"seekingalpha",matches:["seekingalpha.com/article/*","seekingalpha.com/news/*"],selectors:["[data-test-id=card-container]","[data-test-id=comments-section]"],excludeSelectors:["[data-test-id=post-page-meta]","header > div:first-child"]},{id:"hnAlgolia",matches:"hn.algolia.com",selectors:[".Story_title > a:first-child",".Story_comment > span"]},{id:"readwise",matches:"read.readwise.io",selectors:["div[class^='_titleRow_']","#document-text-content"],detectParagraphLanguage:!0},{id:"inoreader",matches:["www.inoreader.com","*.inoreader.com"],selectors:[".article_header_title",".article_title_link",".article_content",".article_magazine_title_link",".blog-post-page","#welcome_center",".gad_overview_articles_wrapper",".library_article_text h4",".header_name"],excludeMatches:["https://www.inoreader.com/features/"],observeUrlChange:!1,globalStyles:{".article_title_link,.library_article_text h4,.gadget_overview_article_title,.article_magazine_title_link,.reader_pane_view_style_2 .column_view_title":"-webkit-line-clamp: unset;max-height: unset;",".article_tile_content_wraper,div.article_tile":"overflow:auto",".article_header_title":"white-space:normal"}},{id:"aha",matches:"*.ideas.aha.io",excludeSelectors:[".comment-header",".vote-status",".idea-meta",".filters-title",".ideas-showing-count",".my-ideas-filters-wrapper",".statuses-filters-wrapper",".categories-filters-wrapper","[class^='attachment']","span[class^='attachment-name']"]},{id:"googleScholar",matches:["scholar.google.*/*","scholar.google.com.*/*","scholar.google.co.*/*"],wrapperPrefix:` +`,selectors:["h3 a[data-clk]","div.gs_rs","td a.gsc_a_at","td div.gs_gray:last-of-type","div.gsc_oci_value","#gs_opinion"],extraInlineSelectors:["br"],atomicBlockSelectors:["h3 a[data-clk]"]},{id:"googleMail",matches:"mail.google.com",detectParagraphLanguage:!0,selectors:["h2[data-thread-perm-id]","span[data-thread-id]","div[data-message-id] div[class='']",".messageBody","#views"],globalStyles:{"[role='listitem'] > div":"height:auto!important;white-space:unset!important;"}},{id:"googleNews",matches:"news.google.com",blockMinTextCount:26,blockMinWordCount:5,globalStyles:{".MCAGUe":"height: auto;",".To2ZZb.DbQnIe":"height: unset;",".cp7Yvc > h2":"display: block;",".oovtQ":"height: auto;",h4:"-webkit-line-clamp: unset;"},excludeSelectors:[".EyERq",".AOl7G.eejsDc","[aria-label='Home']","[aria-label='For you']","[aria-label='Following']","[aria-label='World']","[aria-label='Local']",".gb_Fc",".wBQf7b",".yPI8Rb",".jKHa4e",".u43Gd",".Zgjpyb","[role='button']","[jsname='rymPhb']",".cbz1ld",".VfPpkd-P5QLlc",".XvhY1d"]},{id:"outlook",matches:"outlook.live.com",excludeSelectors:[".jHAG3.XG5Jd",".OZZZK",".lDdSm"]},{id:"producthunt",matches:"www.producthunt.com",excludeMatches:"https://www.producthunt.com/stories/*",selectors:["h2","div[class^='styles_htmlText__']","[class^='styles_tagline']","a[href^='/discussions/'].fontWeight-600","button[class^='styles_textButton'] > div > span","h5 + p","div[data-test=product-item-name] + div",".noOfLines-1,.noOfLines-2,.noOfLines-3",".fontWeight-600","[class*='styles_dropdown']","[class*='styles_aboutText']","[class*='styles_titleContainer']","[class*='styles_header'] h1"],globalStyles:{"h5 + p":"height:unset;",".noOfLines-1,.noOfLines-2,.noOfLines-3":"-webkit-line-clamp:unset;"},"excludeTags.remove":["PRE"]},{id:"codeforces",matches:"https://codeforces.com/*","stayOriginalTags.add":["[class^='MathJax']"]},{id:"discord",matches:"https://discord.com/channels/*",isTranslateTitle:!1,selectors:["li[id^=chat-messages] div[id^=message-content]","div[class^=headerText]","section[aria-label='Search Results'] div[id^=message-content]"],extraBlockSelectors:["[class^='embedFieldValue']","li[class^='card'] div[class^='message']","[data-list-item-id^='forum-channel-list'] div[class^='headerText']"],globalStyles:{"div[class^=headerText]":"max-height: unset;","div[class^=message]":"max-height: unset;","div[class^=text]":"max-height: unset;","h3[data-text-variant='heading-lg/semibold']":"-webkit-line-clamp: none;"},detectParagraphLanguage:!0,wrapperPrefix:"
",wrapperSuffix:"",paragraphMinTextCount:4,paragraphMinWordCount:2},{id:"telegram",matches:["web.telegram.org/z/*","web.telegram.org/a/*"],isTranslateTitle:!1,selectors:[".text-content",".message",".reply-markup-button-text",".bot-commands-list-element-description"],"extraBlockSelectors.add":[".message.spoilers-container em",".message.spoilers-container strong"],excludeSelectors:[".time",".peer-title",".document-wrapper",".message.spoilers-container custom-emoji-element"],detectParagraphLanguage:!0},{id:"telegramK",matches:["web.telegram.org/k/*","web.telegram.org/k/"],selectors:[".message",".reply-markup-button-text",".bot-commands-list-element-description"],"extraBlockSelectors.add":[".message.spoilers-container em",".message.spoilers-container strong"],excludeSelectors:[".time",".peer-title",".document-wrapper",".message.spoilers-container custom-emoji-element"],detectParagraphLanguage:!0},{id:"githubGist",matches:"gist.github.com",selectors:[".markdown-body",".readme"],detectParagraphLanguage:!0},{id:"lobste",matches:"lobste.rs",excludeMatches:["https://lobste.rs/about","https://lobste.rs/chat"],selectors:[".u-repost-of",".comment_text",".story_text"]},{id:"slack",matches:"*.slack.com",selectors:[".p-rich_text_block",".p-message_pane__foreword",".c-alert__message","[data-qa=message_attachment_text]"],additionalStayOriginalSelectors:["[data-qa=emoji]"],detectParagraphLanguage:!0},{id:"artstationArtwork",matches:"www.artstation.com/artwork/*",excludeSelectors:".project-description a",selectors:[".project-description","div.project-comment-text"],detectParagraphLanguage:!0},{id:"artstationLearning",matches:"www.artstation.com/learning/courses/*",additionalSelectors:["footer.learning-course-description.ng-star-inserted > span"],excludeSelectors:[".learning-card-meta",".vjs-text-track-display"],"mutationExcludeSelectors.add":[".vjs-text-track-display *"],"subtitleRule.add":{type:"webvtt",subtitleUrlRegExp:"/subtitles/.*\\.(vtt|webvtt)$",loadingContainerSelector:".vjs-text-track-display",quickButtonRule:{appendSelector:".vjs-control-bar",insertBeforeSelector:".vjs-playback-rate",injectCSS:".imt-quick-subtitle-button { font-size: 12px;} .logo,.logo svg { height: 18px !important; width: 18px !important;} .imt-quick-subtitle-pop-content {bottom: 38px !important;}"},videoSelector:"video",attachRule:{appendSelector:".video-js",injectedGlobalCSS:[".vjs-text-track-display {display: none;}",".captions-text: {margin-bottom: 10%;}"]}}},{id:"artstationBlog",matches:["https://www.artstation.com/blogs","https://www.artstation.com/blogs/*"],detectParagraphLanguage:!0,additionalSelectors:[".comment-item-body"],atomicBlockSelectors:[".author-headline",".author-location"],excludeSelectors:["blog-card-thumbnail","blog-card-header",".blog-card-author",".blog-card-meta",".blog-view-header",".blog-grid-title",".post-meta-header"]},{id:"figmaCommunity",matches:"www.figma.com/community/*",normalizeBody:"div.ql-editor[contenteditable='false']",excludeSelectors:["div[class*='metadataRight']","div[class*='commentMetaAndOptions']"],globalStyles:{"div[class*='mini_cardBottomRowSizing']":"height: 3em;"},additionalSelectors:["div[class*='mini_cardBottomRow_Metadata']"],stayOriginalSelectors:["[data-tooltip='tooltip-user-info']"]},{id:"googleIndex",matches:["https://www.google.com/","https://www.google.com.hk/"],excludeSelectors:["#gb","#SIvCob"],inputTutorialsText:"\u8BD5\u8BD5\u8F93\u5165\u4E2D\u6587\u540E\u5FEB\u901F\u8FDE\u51FB 3 \u6B21\u7A7A\u683C\u952E\u7FFB\u8BD1\uFF08\u4EC5\u63D0\u793A\u4E00\u6B21\uFF09",inputTutorialsSelectors:["textarea#APjFqb"],"inputConfig.add":{tutorialsText:"\u8BD5\u8BD5\u8F93\u5165\u4E2D\u6587\u540E\u5FEB\u901F\u8FDE\u51FB 3 \u6B21\u7A7A\u683C\u952E\u7FFB\u8BD1\uFF08\u4EC5\u63D0\u793A\u4E00\u6B21\uFF09",tutorialsSelectors:["textarea#APjFqb"]}},{id:"googleSearch",matches:"www.google.*/search*",blockMinTextCount:32,blockMinWordCount:3,wrapperSuffix:"",detectParagraphLanguage:!0,excludeSelectors:["a h3 + div","div#sfooter","a[role=presentation] > div > div:first-child",".b5ZQcf",".CEMjEf",".MgUUmf.NUnG9d","#result-stats","[role=navigation]","div.sCuL3","div.eFM0qc.BCF2pd","div.WZ8Tjf","div.adDDi","#headerSection","#rateChatDiv","[id=bres]",".title-D5Lgyj","[data-attrid='VisualDigestVideoResult']",".search-enhance-WDIEkP h4",".SPZz6b h2",".CtCigf",".VLkRKc",".EbH0bb",".Wr0c6d",".jleFbf","#searchform",".yg51vc",".CbAZb"],extraBlockSelectors:[".MUFPAc"],"additionalExcludeSelectors.add":["[jscontroller='UsftYd']"],globalStyles:{".V82bz":"-webkit-line-clamp: unset;max-height: unset;margin-bottom:30px",".pe7FNb":"-webkit-line-clamp: unset;",".promotion-3PDMAb":"display: none;",".uAKcGb":"-webkit-line-clamp: unset;max-height: unset;margin-bottom:30px","div[data-content-feature='1'] > div":"-webkit-line-clamp: unset;max-height: unset;","div[style='-webkit-line-clamp:2']":"-webkit-line-clamp: unset;max-height: unset;","div[style='-webkit-line-clamp:3']":"-webkit-line-clamp: unset;max-height: unset;","div[style='-webkit-line-clamp:4']":"-webkit-line-clamp: unset;max-height: unset;",".Pw4Ldf.RsCEN":"height:unset;",".related-question-pair":"overflow:auto;"},ignoreZhCNandZhTW:!0,isTranslateTitle:!1,searchEnhancementConfig:[{id:"google",urlMatch:"https://www\\.google\\..+/search",style:{source:"font-size:12px; margin-bottom: 6px;",enTitle:"margin-top:6px;font-size:14px;",searchTitle:"margin-top:6px;position:relative;padding-right:24px;",more:"color:#1a0dab;margin-top:8px;",enTitleClassName:"immersive-translate-search-enhancement-en-title"},keyword:{value:"[0]$1",matches:[{source:"url",matchRegex:"q=(.+?)&"}]},showCount:5}]},{id:"lowendtalk",matches:"lowendtalk.com",selectors:["[role=heading]","h1",".userContent"]},{id:"linkedinJobs",matches:"www.linkedin.com/jobs/*",selectors:["#job-details > span",".decorated-job-posting__details"]},{id:"linkedinFeed",matches:"https://linkedin.com/feed/*",selectors:["h1",".feed-shared-update-v2__description-wrapper"]},{id:"indiehackers",matches:"www.indiehackers.com",selectors:[".content","h1","h3.story__title",".feed-item__title-link",".article-body",".interview-body"]},{id:"libreddit",matches:"libreddit.de",selectors:["h2.post_title",".comment_body > .md"]},{id:"notionSite",matches:["notion.site","*.notion.site"],normalizeBody:"body",selectors:["div[data-block-id]"]},{id:"notion_so",matches:["www.notion.so"],injectedCss:["[aria-label='Templates'] font br {display:none;}"]},{id:"newyorker",matches:"www.newyorker.com",additionalSelectors:["h1","[data-testid=SummaryItemHed]"],excludeSelectors:["[data-testid=PersistentTop]","[data-testid=StackedNavigationHeader]"],urlChangeDelay:2e3},{id:"startme",matches:"start.me",selectors:[".rss-article__title",".rss-articles-list__article-link",".rss-showcase__title",".rss-showcase__text"]},{id:"scmp",matches:"www.scmp.com",additionalSelectors:[".info__subHeadline",".section-content h2"],globalStyles:{".topic__article-list":"height: unset;",".adverisers__adveriser":"height: unset;",".advertiser__content":"height: unset;",".content-title__link":"display:unset;overflow:unset;-webkit-line-clamp:unset;",".title__text":"max-height:unset; -webkit-line-clamp:unset;",".news-list-item__news-title":"max-height:unset; -webkit-line-clamp:unset;","a[class*='link'] > .link__headline":"max-height:unset; -webkit-line-clamp:unset;"},"bodyRule.add":{bodySelector:"[data-qa='ArticleList-Item']",articleSelector:"[data-qa='GenericArticle-Content']",xpathRule:["datatype:p"]}},{id:"lesswrong",matches:"www.lesswrong.com",extraBlockSelectors:["span.commentOnSelection"]},{id:"mastodon",matches:["mastodon.social","mastodon.online","kolektiva.social","indieweb.social","mastodon.world","infosec.exchange"],isTranslateTitle:!1,selectorMatches:["div#mastodon"],selectors:["div.status__content__text",".about__section__body",".content",".form-container",".account__header__extra"],globalAttributes:{"[class='notranslate app-holder']":{class:"app-holder"}},detectLanguage:!0},{id:"cnbc",matches:"www.cnbc.com",urlChangeDelay:1e3,globalStyles:{"div.Card-titleContainer > div":"-webkit-line-clamp: unset;max-height: unset;"},"excludeSelectors.add":["#GlobalNavigation","#GlobalFooter",".LiveBlogHeader-timestampAndShareBarContainer",".LiveBlogHeader-liveUpdatesPill"]},{id:"dailyDev",matches:"app.daily.dev",selectors:["h1",".typo-body","article h3","[class^=markdown_markdown]"],globalStyles:{".line-clamp-3":"-webkit-line-clamp: unset"}},{id:"pornhub",matches:["*.pornhub.com","pornhub.com"],excludeMatches:["*.pornhub.com/insights/*","pornhub.com/insights/*"],extraBlockSelectors:[".trendingNow",".searchItem",".tagcloud > a"],detectParagraphLanguage:!0,wrapperPrefix:"
",wrapperSuffix:` `,globalStyles:{"span.title":"height:unset; max-height:unset;",".detailedInfo":"max-height:unset;",".pcVideoListItem":"max-height:unset;",".wrap":"height:unset;",".entry-header":"height:unset;",".entry-title > a":"height:unset;-webkit-line-clamp:unset;"}},{id:"yourporn",matches:"https://www.youporn.com/*",extraBlockSelectors:[".button"],globalStyles:{".video-box":"max-height:unset;",".video-box-title":"white-space:unset;"}},{id:"modelhub",matches:"https://www.modelhub.com/*",globalStyles:{".videoTitle":"height:unset;",a:"height:unset;"}},{id:"xvideos",matches:"https://www.xvideos.com/*",globalStyles:{".title":"-webkit-line-clamp:unset;max-height:unset;",".mozaique":"display:flex; flex-wrap:wrap;"},excludeSelectors:[".video-hd-mark"]},{id:"missav",matches:"https://missav.com/*",globalStyles:{".truncate":"white-space:unset;",".overflow-y-hidden":"max-height:unset;overflow-y:unset;"},"subtitleRule.add":{type:"av",avSerial:{type:"url",regexStr:".+/([a-z0-9-]+)$"},videoSelector:".plyr__video-wrapper video",attachRule:{appendSelector:".plyr--video",injectedGlobalCSS:""},quickButtonRule:{appendSelector:".plyr__controls",insertBeforeSelector:'[data-plyr="captions"]'}}},{id:"javbus",matches:"https://www.javbus.com/*",globalStyles:{".photo-info":"height:unset;"},excludeSelectors:[".item-tag","date"]},{id:"spankbang",matches:"https://spankbang.com/*",globalStyles:{".video-item > a":"white-space:unset;"},excludeSelectors:[".stats",".thumb"],extraBlockSelectors:[".searches > a",".tag > a",".extra > a",".positions > li"]},{id:"javdb",matches:"https://javdb*.com/*",globalStyles:{".video-title":"white-space:unset;"},excludeSelectors:[".video-number",".score",".has-addons"]},{id:"jable",matches:"https://jable.tv/*",globalStyles:{".title":"white-space:unset;max-height:unset;",".img-box > a":"position:relative;"}},{id:"netflav.player",matches:["https://netflavns1.com","https://embedrise.com"],mainFrameMinTextCount:0,"subtitleRule.add":{type:"av",avSerial:{type:"url",regexStr:"code=([a-z0-9-]+)"},videoSelector:"#vplayer video",attachRule:{appendSelector:"#vplayer"},quickButtonRule:{appendSelector:"#vplayer .jw-button-container",insertBeforeSelector:"#vplayer .jw-button-container .jw-icon-cc"}}},{id:"netflav",matches:["https://netflav*.com/*"],globalStyles:{".grid_title":"max-height:unset;"},extraBlockSelectors:[".genre_filter_item","button"],"subtitleRule.add":{type:"av",avSerial:{type:"selector",selector:".videodetail_2_field_values",serialAttachIframe:"#iframe-block"}}},{id:"czechvideo",matches:"https://czechvideo.co/*",globalStyles:{".short-story":"height:unset;",".short-title":"height:unset;"},globalAttributes:{header:{translate:"unset;"}}},{id:"weibo",matches:["weibo.com","*.weibo.*"],selectors:["div[class^='detail_wbtext']",".weibo-text"],"stayOriginalSelectors.add":[".expand"]},{id:"medium",matches:["medium.com","*.medium.com"],selectorMatches:["meta[property='al:ios:url'][content^='medium://']"],urlChangeDelay:20,"additionalExcludeSelectors.remove":["i.fa","i[class^=fa-]",".navmenu-container",".google-symbols"],selectors:["h1","h2","h3","article section","[aria-hidden='false'] pre","article p",".postMetaInline","a .u-fontSize24"],excludeSelectors:["[aria-label='Post Preview Reading Time']",".al.b.bl.ag.bp",".al.b.bl.ag.ai",".hx.hy.hz.ia.ib.ab",".qb.ab",".ai.bn.n.mj",".speechify-ignore"],globalStyles:{"h2,h3":"-webkit-line-clamp: unset;max-height:unset;","article p":"-webkit-line-clamp: unset;max-height:unset;"},injectedCss:[".u-lineClamp4,.u-lineClamp3,.u-lineClamp2 {-webkit-line-clamp:unset!important;max-height:unset!important;}"]},{id:"nitter",selectorMatches:["meta[property='og:site_name'][content='Nitter']"],selectors:[".tweet-content",".quote-text"]},{id:"economist",matches:"www.economist.com",extraInlineSelectors:["span[data-caps='initial']"],excludeSelectors:["footer.ds-footer"],injectedCss:["a::before {position:relative!important;}"]},{id:"healthline",matches:"www.healthline.com",excludeSelectors:[".icon-hl-trusted-source-after"]},{id:"ebay",matches:"www.ebay.com",excludeSelectors:["headers","[itemprop=offers]",".dne-itemtile-original-price"],paragraphMinTextCount:4,paragraphMinWordCount:2,globalStyles:{"[itemprop=name]":"-webkit-line-clamp: unset;max-height: unset;",".merch-item-title":"-webkit-line-clamp: unset;max-height: unset;"}},{id:"skinstore",matches:"www.skinstore.com",excludeSelectors:[".responsiveFlyoutMenu_levelOneLink"],paragraphMinTextCount:4,paragraphMinWordCount:2},{id:"tripadvisor",matches:"www.tripadvisor.com",paragraphMinTextCount:4,paragraphMinWordCount:2},{id:"primevideo",matches:["www.primevideo.com","https://*.amazon.co.*/*video*","https://*.amazon.com/*video*"],"excludeSelectors.add":["#dv-web-player"],"mutationExcludeSelectors.add":["#dv-web-player *"],"subtitleRule.add":{type:"ebutt",hookType:"xhr",subtitleUrlRegExp:"\\.ttml2$",loadingContainerSelector:"#dv-web-player"}},{id:"amazon",matches:"www.amazon.com",paragraphMinTextCount:4,paragraphMinWordCount:2,extraBlockSelectors:[".a-size-small.a-link-normal.page-banner-link.a-nowrap"],globalStyles:{".a-carousel-viewport":"height:unset;","[class*='clamp']":"max-height: unset;-webkit-line-clamp: unset;","[data-rows]":"max-height: unset;-webkit-line-clamp: unset;","[data-a-expander-name='review_text_read_more']":" max-height: unset;"},excludeSelectors:["#navFooter","#navbar-main",".s-price-instructions-style","[class*='-star ']","[data-hook='acr-average-stars-rating-text']",".a-color-price"]},{id:"visualstudioMarketplace",matches:"marketplace.visualstudio.com",additionalExcludeSelectors:[".core-info-second-row",".core-info-third-row",".meta-data-list",".item-title",".breadcrumb",".itemDetails-right",".ux-user-name",".ux-updated-date",".ux-item-second-row-wrapper",".stats-and-offer",".header-container"],atomicBlockSelectors:[".core-info-cell > div.name"],globalStyles:{".item-details-control-root.ux-item-shortdesc":"height: unset; overflow: visible; max-height:unset;"}},{id:"bloomberg",matches:"www.bloomberg.com",urlChangeDelay:2e3,excludeSelectors:[".ticker-bar","nav","[aria-label=Banner]","aside","[data-component=ticker-bar]","footer.bb-global-footer",".vjs-text-track-display"],"bodyRule.add":{bodySelector:"main article",articleSelector:".body-content"},"subtitleRule.add":{type:"webvtt",subtitleUrlRegExp:"webvtt$",loadingContainerSelector:".vjs-text-track-display",quickButtonRule:{appendSelector:".vjs-control-bar",insertBeforeSelector:".vjs-playback-rate"}}},{id:"baiduXueshu",matches:"xueshu.baidu.com",globalStyles:{".abstract_wr":"height: unset; overflow: visible; max-height:unset;"}},{id:"sciencedirect",matches:"www.sciencedirect.com",urlChangeDelay:2e3,stayOriginalSelectors:["span.display","span.math"],extraBlockSelectors:["span.captions","span[id^=cap]"],globalAttributes:{"#abspara0010 br":{style:"display:none;"}}},{id:"thehighestofthemountains",matches:"www.thehighestofthemountains.com",extraBlockSelectors:"div"},{id:"telegraph1",matches:"te.legra.ph",normalizeBody:"div.ql-editor[contenteditable='false']",urlChangeDelay:500},{id:"telegraph2",matches:["telegra.ph"],normalizeBody:"div.ql-editor[contenteditable='false']",wrapperPrefix:` `},{id:"annasArchive",matches:["*.annas-archive.org","annas-archive.org"],selectors:[],globalStyles:{"div[id^='link-index-']":"height: unset; max-height: unset;","main div[class*='h-[125]']":"height:auto"},normalizeBody:"body",extraBlockSelectors:["a.custom-a"]},{id:"explainshell",matches:["explainshell.com"],selectors:["[class='help-box']"]},{id:"apnews",matches:["apnews.com"],urlChangeDelay:2e3},{id:"googlePlay",matches:"play.google.com",excludeSelectors:[".vlGucd",".ubGTjb"],globalStyles:{".Epkrse":"-webkit-line-clamp:unset;"}},{id:"tumblr",matches:["www.tumblr.com"],selectors:["article h1","article > header + div","[data-testid=notes-root] p","div.k31gt","p","article ul","article h2","article h3","article h4","article h5","article h6","article blockquote","article ol"],excludeSelectors:["div.fAAi8","div.wvu3V"],preWhitespaceDetectedTags:["DIV","SPAN","P"]},{id:"tinytask",matches:"https://www.tinytask.net",globalStyles:{"table > tbody > tr > td > center > table > tbody > tr > td > ul > li":"height: 100%"}},{id:"foxnews",matches:"www.foxnews.com",shadowRootSelectors:["[data-spot-im-module-default-area='conversation'] > div"],"excludeTags.add":["TEXT","IMG","SUB","SUP","CODE","TT","ASIDE"],excludeSelectors:[".site-footer",".components-MessageDetails-index__message-details-wrapper","div[class^=SlideDown__container]",".components-MessageActions-index__messageActionsWrapper","span[data-openweb-allow-amp]","div.spcv_typing-users"]},{id:"afreecatv",matches:"www.afreecatv.com",globalStyles:{"a.title":"max-height:unset;-webkit-line-clamp:unset;"}},{id:"opennet",matches:"opennet.ru","excludeTags.add":["LABEL","IMG","SUB","SUP","CODE","TT"],"excludeTags.remove":["LINK","G","MATH","TTS-SENTENCE","AIO-CODE"]},{id:"construct",matches:["www.construct.net"],excludeMatches:["preview.construct.net","editor.construct.net"],additionalSelectors:["aside","div.manualContent"],atomicBlockSelectors:[],stayOriginalSelectors:["a.usernameReference"],additionalInlineSelectors:["a.forumLink"],additionalExcludeSelectors:["div.topNav","div.usernameLink","ul.authorDetails","ul.tagViewer","ul.breadCrumbNav","ul.subForumForums","ul.postTools","li.comment ul.controls","div.forumTopNavWrap","div.downloadWrap","div.articleLeftMenu","div.usernameTextWrap","div.favouriteWrap","div.bannerWrapper","div.viewAddonRightMenu","div.extendedMenu.addonsSubMenu","#BottomLinks.bottomLinks","div#LeftSide.leftSide","div#BottomWrap.bottomWrap","div.courseListWrap div.overview","div.conversationControls","div.contentWrapper h1","div.conversationControls","td.location a#LocationLink","#TopLevelComments .topBar","#TopLevelComments .controls",".tagViewWrap",".changeCount",".otherStats",".FilterMenu",".mobileTopicStats",".forumControlsWrapper",".forumsBottomNavWrap",".breadCrumbNav",".favouriteWrap",".usernameLink",".followWrapper",".blogPostStats",".manualContent dl dt"],globalStyles:{"td.location a#LocationLink":"padding-top: 4px;","div.articleMain .tutCourseWrap":"align-items: flex-start;"}},{id:"getpocket",matches:"getpocket.com",selectors:["h2","div.excerpt p","article","h1"],globalStyles:{"h2.title":"max-height:unset;-webkit-line-clamp:unset;","div.excerpt p":"max-height:unset;-webkit-line-clamp:unset;"}},{id:"fandom",matches:"*.fandom.com",urlChangeDelay:800,normalizeBody:"#mw-content-text",globalStyles:{"#mw-content-text > div > div:nth-child(1)":"height:100%;"},additionalExcludeSelectors:["header.fandom-community-header","div.ph-registration-buttons"]},{id:"huggingface",matches:"huggingface.co",globalStyles:{".line-clamp-2":"-webkit-line-clamp:unset;max-height:unset;"}},{id:"statista",matches:"www.statista.com",globalStyles:{".itemContent__text":"height:unset;max-height:unset;",".itemContent__subline":"height:unset;max-height:unset;"}},{id:"epubReader",matches:"epub-reader.online",globalStyles:{"span.slide-contents-item-label":"overflow:visible;max-height:unset;white-space:normal;"},atomicBlockSelectors:["div.slide-contents-item"]},{id:"you",matches:"https://you.com/search",globalStyles:{h3:"max-height:unset;-webkit-line-clamp:unset;",".caKYaC":"max-height:unset;-webkit-line-clamp:unset;",".dDwDsu":"max-height:unset;-webkit-line-clamp:unset;"},excludeSelectors:["div.hpIWZO"]},{id:"auth0Openai",matches:"auth0.openai.com",excludeSelectors:["form","header > h1"]},{id:"chatOpenai",matches:"chat.openai.com",excludeSelectors:["div.absolute.bottom-0.left-0.w-full","h1","div#headlessui-portal-root","nav","ul[aria-multiselectable]",".markdown *","div[class='flex flex-col items-start']","div[class='flex items-center justify-center gap-1 border-b border-black/10 bg-gray-50 p-3 text-gray-500 dark:border-gray-900/50 dark:bg-gray-700 dark:text-gray-300']"],"excludeTags.remove":["BUTTON"],isTranslateTitle:!1,wrapperPrefix:"",globalStyles:{"[class*='line-clamp']":"max-height:unset;-webkit-line-clamp:unset;height:unset;white-space:unset;"},aiRule:{streamingSelector:".result-streaming.markdown",messageWrapperSelector:".markdown",streamingChange:!0,streamingDeepChild:!0,streamingDelayTime:1e3}},{id:"poe",matches:["https://poe.com/*"],excludeSelectors:[".Markdown_markdownContainer__Tz3HQ *",".MarkdownLink_linkifiedLink__KxC9G","menu","aside"],aiRule:{streamingSelector:".ChatStopMessageButton_stopButton__LWNj6",messageWrapperSelector:".Markdown_markdownContainer__Tz3HQ",streamingChange:!1,streamingDeepChild:!0,streamingDelayTime:1e3}},{id:"glasp",matches:"glasp.co",excludeSelectors:[".home_overview_list_content_wrapper"]},{id:"developerChrome",matches:"developer.chrome.com",excludeSelectors:["web-tabs","ul.code-sections--summary"]},{id:"android",matches:["developer.android.google.cn","developer.android.com"],observeUrlChange:!0,additionalSelectors:["aside","google-codelab-step"]},{id:"ft",matches:"www.ft.com",excludeSelectors:["header","[aria-labelledby=cookie-banner-aria-label]","footer","[aria-label='Primary navigation']"]},{id:"microsoft",matches:"https://apps.microsoft.com/store/detail/*",additionalSelectors:["pre"],globalStyles:{".line-clamp":"-webkit-line-clamp:unset;max-height:unset;"},isTransformPreTagNewLine:!0},{id:"gitlab",matches:"gitlab.com",excludeSelectors:[".tree-content-holder","nav",".home-panel-metadata","div[data-testid=project_topic_list]",".commit"]},{id:"tiktok",matches:"https://www.tiktok.com/*/video/*",selectors:["[data-e2e^=comment-level]","[data-e2e=browse-video-desc] > span"]},{id:"rfcEditor",matches:["www.rfc-editor.org","docs.haproxy.org"],isTransformPreTagNewLine:!0,"excludeTags.add":["IMG","SUB","SUP","CODE","TT","ASIDE","FOOTER"],"excludeTags.remove":["LINK","G","PRE","TTS-SENTENCE","AIO-CODE"]},{id:"steamcommunity",matches:"steamcommunity.com",globalStyles:{".forum_topic,.rightbox_list_option":"height:auto;",".forum_topic_name":"white-space:normal;line-height: 1.25rem; padding: 6px 20px 0 0;",".forum_topic_op":"clear: left; padding: 0 0 6px 2rem;"},excludeSelectors:[".forum_paging",".forum_topic_reply_count",".forum_topic_lastpost",".forum_topic_award_count",".discussion_search_pagingcontrols"]},{id:"steampoweredApp",matches:"store.steampowered.com/app/*",selectors:[".game_description_snippet",".game_area_description","#earlyAccessHeader","[id^='ReviewContent'] .content",".ModalOverlayContent"],excludeSelectors:["#global_actions","#store_controls","#foryou_tab","[class*=persona]","[class*=game_title_area]","a.btn_medium",".persona_name",".hours.ellipsis",".checkcol",".postedDate",".dev_row .summary",".already_in_library",".game_header_image_ctn .grid_content",".ds_flag.ds_wishlist_flag",".early_access_review.tooltip",".communitylink_achievement_images",".user_reviews_summary_row.summary",".review_award_ctn",".add_to_wishlist_area",".next_in_queue_content",".glance_tags.popular_tags",".game_purchase_action",".vote_button_ctn","#VoteUpDownBtnCtn","#footer","#ViewAllReviewssummary"],atomicBlockSelectors:[".game_area_sys_req_leftCol",".game_area_sys_req_rightCol"],extraInlineSelectors:[".pulldown"],additionalSelectors:[".game_page_autocollapse_ctn iframe"],globalStyles:{".game_description_snippet":"max-height:unset; overflow: scroll;",".game_purchase_area_friends_want":"height: auto; padding-bottom: 6px;",".div.early_access_banner":"height: 84px",".franchise_notice > *":"height: 84px"},detectParagraphLanguage:!0},{id:"steampowered",matches:"store.steampowered.com",detectParagraphLanguage:!0},{id:"nature",matches:"https://www.nature.com/articles/*",excludeSelectors:[".c-header",".c-recommendations-header",".c-recommendations-list-container",".c-article-references__links",".c-article-identifiers",".c-article-author-list",".c-article-metrics-bar__wrapper",".c-article__pill-button","#author-information-content","#article-info-section"]},{id:"webofscience",matches:"https://www.webofscience.com/*",globalStyles:{".abstract":"height:auto !important;",".show-more-lines":"height:unset !important;"},excludeSelectors:[".summary-left-panel",".authors","app-full-record-keywords mark"],mutationObserverContainerSelectors:["[data-ta='summary-record-title-link']","#FullRTa-fullRecordtitle-0"],extraBlockSelectors:["app-summary-authors + div","app-full-record-keywords span span"],observeUrlChange:!0,urlChangeDelay:600,mutationChangeDelay:600},{id:"appleinsider",matches:["appleinsider.com"],excludeSelectors:["#topic-nav"]},{id:"jetbrains",matches:"https://www.jetbrains.com/help/*",extraBlockSelectors:["[data-test=prompt]"]},{id:"crates",matches:["https://crates.io/search*"],selectors:["div[class^=_description-box] div[class^=_description]"]},{id:"theverge",matches:"www.theverge.com",shadowRootSelectors:["div#coral_thread > div"]},{id:"simp",matches:"https://beta.simp.red/trans*",mainFrameSelector:".simpread-read-root"},{id:"lookintobitcoin",matches:"https://www.lookintobitcoin.com/charts/*",excludeSelectors:["svg"]},{id:"openaiAccount",matches:"https://platform.openai.com/account/api-keys*",urlChangeDelay:1500},{id:"openaiDocs",matches:"https://platform.openai.com/docs*","excludeSelectors.add":[".pheader"]},{id:"pkgStd",matches:"https://pkg.go.dev/std",selectors:["td.UnitDirectories-desktopSynopsis"]},{id:"pkg",matches:"https://pkg.go.dev/*",selectors:["div.UnitDetails p"]},{id:"explainpaper",matches:["https://www.explainpaper.com/reader*"],isTranslateTitle:!1,selectors:[".leading-relaxed",".chat-messages p",".text-sm"]},{id:"colab",matches:"https://colab.research.google.com/*",excludeSelectors:["code","view-line"]},{id:"gatesnotes",matches:"www.gatesnotes.com",minZIndex:-1},{id:"kakao",matches:"page.kakao.com",shadowRootSelectors:["div[style^='visibility: visible'"]},{id:"coinmarketcap",matches:"coinmarketcap.com",extraBlockSelectors:["div[class='sc-3502f6cd-0 JxHqg']"]},{id:"wandb",matches:"wandb.ai",additionalSelectors:[".report-page-top"],additionalStayOriginalSelectors:["span[data-slate-inline=true]"],extraInlineSelectors:[]},{id:"paulgraham",matches:"paulgraham.com",additionalSelectors:["font[face=verdana]"],extraBlockSelectors:"font[face=verdana]"},{id:"zendesk",matches:"https://*.zendesk.com/agent/*",selectors:["[data-test-id*=subject]",".zd-comment",".title"]},{id:"migadu",matches:"webmail.migadu.com",selectors:[".bodyText"]},{id:"thehackernews",matches:"thehackernews.com",excludeSelectors:["span#blog-pager-older-link","span.h-datetime"],additionalSelectors:[".pop-title"]},{id:"brown",matches:"cs.brown.edu",excludeSelectors:[".SCodeFlow"]},{id:"tass",matches:"tass.ru",globalStyles:{"#__next":"font-size: 19px;line-height:28px;"}},{id:"chatGoogle",matches:"chat.google.com",selectors:["[jsname=bgckF]"]},{id:"fiverr",matches:"https://www.fiverr.com/inbox/*",selectors:[".message-body"]},{id:"fiverr-main",matches:"*.fiverr.com",globalStyles:{"h3 > a":"-webkit-line-clamp:unset;overflow:unset;",h3:"-webkit-line-clamp:unset;overflow:unset;",h5:"-webkit-line-clamp:unset;overflow:unset;",p:"-webkit-line-clamp:unset;overflow:unset;",".YLycza2.u9KHmsf":"height:unset;max-height:unset;",".lt2ar2q.EhHcMiw":"height:unset; max-height: unset;"},excludeSelectors:[".popular"]},{id:"jira",matches:["jira.*.com/browse/*","jira.*.com/projects/*"],selectors:["[id=descriptionmodule]","[id=summary-val]","div.action-body","td.stsummary"]},{id:"ahaIo",matches:["*.aha.io"],selectors:["[tabindex='0']","div.user-content","div.comments__body","span.name"]},{id:"thehill",matches:"thehill.com",injectedCss:[".most-popular-item { max-height: unset !important; }",".most-popular-item__link { -webkit-line-clamp: unset !important; }"],excludeSelectors:["div.featured-cards__byline","div.list-item__meta",".tags__item","div.extended-scroll__header",".submitted-by",".site-header--has-alert-banner",".homepage__container__opinion__item__byline",".homepage__container__header",".archive__item__meta"]},{id:"ubuntu",matches:"manpages.ubuntu.com",selectors:["pre"],atomicBlockTags:["pre"]},{id:"spiedigitallibrary",matches:"www.spiedigitallibrary.org","excludeTags.add":["IMG","SUB","SUP","CODE","TT","ASIDE","FOOTER"],"excludeTags.remove":["LINK"]},{id:"promptingguide",matches:"www.promptingguide.ai",selectors:["article","li"]},{id:"ground",matches:"ground.news",globalStyles:{".line-clamp-3":"-webkit-line-clamp: unset !important;"}},{id:"ietf",matches:"*.ietf.org/doc/html/*",additionalSelectors:["pre"],isTransformPreTagNewLine:!0,preWhitespaceDetectedTags:["DIV","SPAN","PRE"]},{id:"newsminimalist",matches:"https://www.newsminimalist.com/",extraBlockSelectors:[".inline-flex"],"excludeTags.remove":["BUTTON"]},{id:"yandexIndex",matches:"https://yandex.com/",selectors:[".tabs__item-text"]},{id:"yandexSearch",matches:"https://yandex.com/search/*",excludeSelectors:[".KeyValue-Row",".EntityFeedbackFooter",".Organic-Subtitle",".SerpFooter-Content",".serp-user",".Pager"],globalStyles:{".ExtendedText-Toggle":"white-space:normal;"}},{id:"yandex",matches:"https://yandex.com/video/*",selectors:[".serp-item__title",".serp-item__text",".Keypoints-ItemTitle",".bes-epmjnzm-idtktyj",".OrganicTitle-LinkText","h1.VideoTitle"],globalStyles:{".serp-item__title":"-webkit-line-clamp: unset;max-height:unset;",".serp-item__text":"-webkit-line-clamp: unset;max-height:unset;",".OrganicTitle-LinkText":"-webkit-line-clamp: unset;max-height:unset;","h1.VideoTitle":"-webkit-line-clamp: unset;max-height:unset;",".link .serp-item__keypoints":"bottom:2px;",".OrganicTitle":"max-height:unset;"}},{id:"perplexity",matches:"https://www.perplexity.ai",globalStyles:{".line-clamp-1":"-webkit-line-clamp: unset !important;",".line-clamp-2":"-webkit-line-clamp: unset !important;"},"mutationConfig.add":{buildTimeout:1e3,consumeTimeout:1e3},additionalStayOriginalSelectors:["a.citation"],selectors:[".prose",".my-md",".line-clamp-2",".line-clamp-1"]},{id:"allmyfaves",matches:"https://allmyfaves.com/",selectors:["p"],paragraphMinTextCount:2,paragraphMinWordCount:1},{id:"man7",matches:"man7.org",isTransformPreTagNewLine:!0,globalStyles:{pre:"white-space: inherit;"}},{id:"kadaza",matches:"https://www.kadaza.com/",selectors:[".header span.title",".custom-content-footer"],containerMinTextCount:2,containerMinWordCount:1,paragraphMinTextCount:2,paragraphMinWordCount:1},{id:"urlChangeDelay",matches:["https://babelnovel.com/books/*","https://www.webnovel.com/book/*","https://platform.openai.com/docs/*","docs.oracle.com","docs-cortex.paloaltonetworks.com","forum.m5stack.com/topic/*","community.m5stack.com/topic/*"],urlChangeDelay:0,_comment:"\u89E3\u51B3url\u53D8\u5316\u91CD\u590D\u7FFB\u8BD1\u95EE\u9898"},{id:"genuine",matches:"blog.genuine.com",excludeSelectors:["div.enlighter"]},{id:"chinadaily",matches:"www.chinadaily.com.cn",injectedCss:["a { height: unset !important; }","li { height: unset !important; }","div { height: unset !important; }",".immersive-translate-target-inner {color:black;}"],excludeSelectors:[".topNav",".topNav2_art > span",".topNav_art2 > .dropdown",".dibu-three",".topBar"]},{id:"braynzarsoft",matches:"www.braynzarsoft.net",selectors:["div#view-question-desc"]},{globalAttributes:{"#stimulus":{translate:"off",class:"stimulus"},"#stem":{translate:"off",class:"stem"}},id:"lawhub",matches:"https://lawhub.lsac.org/question/*"},{id:"yuque",matches:"https://www.yuque.com/*",excludeSelectors:[".lark-virtual-tree"]},{id:"bearblog",matches:"https://bearblog.dev/discover/*",excludeTags:["small"]},{id:"researchgate",matches:"www.researchgate.net",excludeSelectors:[".nova-legacy-v-publication-item__meta-data",".nova-legacy-v-publication-item__person-list",".js-authors-list"]},{id:"theatlantic",matches:["www.theatlantic.com","https://mashable.com/*"],"excludeSelectors.add":["footer:last-of-type","nav","header div.subtitle-2.w-full"],initialSelectorGlobalAttributes:{"footer:last-of-type":{translate:"no"},"nav:last-of-type":{translate:"no"},nav:{translate:"no"}}},{id:"youtrackJetbrains",matches:"youtrack.jetbrains.com/articles/*",selectors:["[role=presentation]","[data-test=article-content]"],excludeSelectors:[".toolbar__ee8"]},{id:"dw",matches:"www.dw.com",initialSelectorGlobalAttributes:{"footer:last-of-type":{translate:"no"},"nav:last-of-type":{translate:"no"},nav:{translate:"no"}},excludeSelectors:[".focus-menu-shown"]},{id:"sentry",matches:"docs.sentry.io",initialSelectorGlobalAttributes:{"footer:last-of-type":{translate:"no"},".navbar":{translate:"no"}},"extraInlineSelectors.add":[".term-wrapper","span.description"]},{id:"openai-blog",matches:"https://openai.com/blog/*","stayOriginalTags.remove":["CODE"]},{id:"urlComment",selectorMatches:["meta[name='generator'][content^='Discourse']"],urlChangeDelay:0,_comment:"\u89E3\u51B3url\u53D8\u5316\u4F46\u662F\u9875\u9762\u4E0D\u53D8\u7684\u95EE\u9898"},{id:"feedly",matches:"feedly.com",globalStyles:{".TitleOnlyLayout":"height:unset !important;",".EntrySummary--u4":"-webkit-line-clamp: unset;max-height:unset;",".EntrySummary--u5":"-webkit-line-clamp: unset;max-height:unset;"},excludeSelectors:[".Leftnav"]},{id:"bardGoogle",matches:"bard.google.com",excludeSelectors:["mat-sidenav","div.capabilities-disclaimer","#cdk-overlay-6","message-actions button",".mdc-button__label .ng-star-inserted",".mdc-list-item__primary-text"],isTranslateTitle:!1,"excludeTags.add":["mat-tooltip-component"],"excludeTags.remove":["BUTTON"]},{id:"whatsapp",matches:"web.whatsapp.com",selectors:[".copyable-text > span"],wrapperPrefix:` -`,wrapperSuffix:"
"},{id:"bing",matches:"https://*.bing.com/search*",extraInlineSelectors:["a","i"],globalStyles:{"[class*='lineclamp'],.b_title":"-webkit-line-clamp:unset;"}},{id:"yahoo",matches:"*.yahoo.*",excludeSelectors:["._ys_jiqava","#ybar-inner-wrap","#Col2-5-Rmp-Proxy"],extraBlockSelectors:[".SIPGg",".sc-kzMCTH.pSZXj"],globalStyles:{"#atomic .Mt\\(20px\\)":"margin-top: 100px;","[class*='LineClamp']":"-webkit-line-clamp:unset;max-height:unset;","a[class*='js-content-viewer']> div[class*='Td\\(n\\)']":"overflow: scroll;","[class*='_ys_24482e']":"-webkit-line-clamp:unset;","#Aside > :first-child":"overflow:scroll;"}},{id:"wsj",matches:"www.wsj.com",excludeSelectors:["header","footer","nav","[aria-label='Markets summary']"]},{id:"businessinsider",matches:"www.businessinsider.com",excludeSelectors:["header","nav","section.live-updates-module "]},{id:"goodreads",matches:"www.goodreads.com",excludeSelectors:[".badgeYear",".gr-mediaBox__desc",".bookVotedRow",".minirating","div[itemprop='aggregateRating']",".wtrButtonContainer",".RatingsHistogram__labelTitle",".FollowButton",".siteHeader__topLevelLink","#books > thead","td[class*='rating']","td[class*='shelves']","td[class*='date_read']","td[class*='date_added']","td[class*='actions']"]},{id:"feeder",matches:"https://feeder.co/*",globalStyles:{".item-summary":"-webkit-line-clamp:unset;"}},{id:"elektrotechnik",matches:"https://www.elektrotechnik.rwth-aachen.de/*",globalAttributes:{"[class='notranslate']":{class:""}}},{id:"nytimes",matches:"www.nytimes.com",excludeSelectors:["#app > div > div > header","#app > div > div > div > div > header","#in-story-masthead"],injectedCss:["a::after {position:relative!important;}"]},{id:"bugsKde",matches:"bugs.kde.org","excludeTags.remove":["svg","PRE"],additionalExcludeSelectors:[".bz_first_comment_head",".bz_comment_head",".related_actions"]},{id:"eastmoney",matches:"guba.eastmoney.com",searchEnhancementConfig:[{id:"eastmoney",urlMatch:"guba.eastmoney.com/news,us\\w+,\\w+.html",delayTime:0,selector:".moneyFlowContainer",selectorAction:"insertBefore",style:{container:"background:white;border:none;border-radius: 4px;box-shadow: 0 2px 4px hsla(216,5%,62%,.14);",source:"font-size:12px; margin-bottom: 0px;",keyword:"color:#294688",title:"font-size:14px;color:#294688;",enTitle:"margin-top:4px;font-size:12px;",searchTitle:"margin:4px 0 16px;position:relative;padding-right:24px;font-size: 16px;",time:"margin: 0px 0 16px;",more:"color:#294688;margin-top:8px;"},keyword:{value:"[0]$1 stock",matches:[{source:"url",matchRegex:"guba.eastmoney.com/news,us(\\w+?),\\S+.html"}]},showCount:8},{id:"eastmoney",urlMatch:"guba.eastmoney.com/list,us\\w+.*.html",delayTime:0,selector:".qualityContentContainer",selectorAction:"insertBefore",style:{container:"background:white;border:none;border-radius: 4px;box-shadow: 0 2px 4px hsla(216,5%,62%,.14);",source:"font-size:12px; margin-bottom: 0px;",keyword:"color:#294688",title:"font-size:14px;color:#294688;",enTitle:"margin-top:4px;font-size:12px;",searchTitle:"margin:4px 0 16px;position:relative;padding-right:24px;font-size: 16px;",time:"margin:0px 0 16px;",more:"color:#294688;margin-top:8px;"},keyword:{value:"[0]$1:[0]$2",matches:[{source:{type:"selector",attribute:"href"},matchRegex:"code=(\\w+)_(\\w+)",match:"a[href*='rank/stock?code=']"}]},showCount:8}]},{id:"xueqiu",matches:"xueqiu.com",searchEnhancementConfig:[{id:"xueqiu",urlMatch:"xueqiu.com/S/[a-zA-Z]+/?$",delayTime:0,selector:".container-side-sm.float-right.stock__side",selectorAction:"appendChild",style:{container:"background:white;border:none;border-radius: 4px;padding:0;",source:"font-size:12px; margin-bottom: 0px;",keyword:"color:#06c",title:"font-size:14px;color:#06c;",enTitle:"margin-top:4px;font-size:12px;",searchTitle:"margin:4px 0 16px;position:relative;padding-right:24px;font-size: 16px;font-weight: bold;",time:"margin:0px 0 16px;",more:"color:#06c;margin-top:8px;"},showCount:8,keyword:{value:"[0]$1",matches:[{source:{type:"selector",attribute:"text"},matchRegex:"\\((.+)\\)",match:".stock-name"}]}}]},{id:"laohu8",matches:"www.laohu8.com",searchEnhancementConfig:[{id:"laohu8",urlMatch:"www.laohu8.com/stock/[a-zA-Z]+/?$",delayTime:0,selector:".hot-stocks-root",selectorAction:"insertBefore",style:{container:"background:white;border:none;border-radius: 4px;box-shadow: 0 2px 4px hsla(216,5%,62%,.14);",source:"font-size:12px; margin-bottom: 0px;",title:"font-size:14px;color: #007bff;",enTitle:"margin-top:4px;color: #4d5156;font-size:12px;",searchTitle:"margin:4px 0 16px;position:relative;padding-right:24px;font-size: 16px;",time:"margin: 0px 0 16px;"},keyword:{value:"[0]$1 stock",matches:[{source:"url",matchRegex:"stock/([a-zA-Z]+)"}]},showCount:8}]},{id:"futunn",matches:"www.futunn.com",searchEnhancementConfig:[{id:"futunn",urlMatch:"www.futunn.com/stock/\\w+-US",delayTime:0,selector:".right",selectorAction:"appendChild",style:{container:"background:white;border:none;border-radius: 4px;box-shadow: 0 2px 4px hsla(216,5%,62%,.14);",source:"font-size:12px; margin-bottom: 4px;",title:"font-size:14px;color: #007bff;",enTitle:"margin-top:4px;color: #4d5156;font-size:12px;",searchTitle:"margin:4px 0 16px;position:relative;padding-right:24px;font-size: 16px;",time:"margin: 4px 0 20px;"},keyword:{value:"[0]$1 stock",matches:[{source:"url",matchRegex:"stock/([a-zA-Z]+)-US"}]},showCount:8}]},{id:"bmvrMarseille",matches:"www.bmvr.marseille.fr",globalStyles:{"a > div":"display:block;","[style*='358px;']":"width: 33.3333%; height: auto; padding: 0px; position: relative; margin: 0px;"},globalAttributes:{"#app":{class:""}}},{id:"piAi",matches:"pi.ai/talk",globalStyles:{"[class*='text-brand-green']":"flex-direction:column;"}},{id:"claudeAi",matches:"claude.ai",excludeSelectors:[".contents *"],"excludeTags.remove":["PRE"],injectedCss:"[data-testid='chat-menu-trigger'] br {display:none;}",aiRule:{messageWrapperSelector:".contents",messageContainerSelector:".ReactMarkdown",messageStreamEndSelector:".contents > button",streamingChange:!0,streamingDeepChild:!1,streamingDelayTime:1e3}},{id:"feishu",matches:["*.feishu.cn","*.larkoffice.com","*.larksuite.com"],"additionalExcludeSelectors.remove":[".notranslate","[translate=no]"],mutationObserverLimitTargetSelectors:[".maindocbody","div[class*='render']","div[class*='block']"],"excludeSelectors.add":[".catalogue__list"]},{id:"gitbook",selectorMatches:[".gitbook-root"],"additionalExcludeSelectors.remove":[".notranslate","[translate=no]"],"additionalExcludeSelectors.add":["[spellcheck='false']"]},{id:"mitre",matches:"cwe.mitre.org",globalStyles:{"span.list_entry":"height: unset;"}},{id:"kaggle",matches:"www.kaggle.com",excludeTags:["i","button"]},{id:"ieee",matches:"spectrum.ieee.org",extraBlockSelectors:["small"]},{id:"ieeexplore",matches:"ieeexplore.ieee.org",stayOriginalSelectors:["a[ref-type]",".inline-formula",".display-formula"]},{id:"cnn",matches:"*.cnn.com","excludeSelectors.add":[".ad-slot-header__wrapper","#pageFooter"],"bodyRule.add":{bodySelector:".layout__content-wrapper",articleSelector:".article__content-container"}},{id:"marginalrevolution",matches:"marginalrevolution.com",globalAttributes:{header:{translate:"unset;"}}},{id:"highfrequencyelectronics",matches:"www.highfrequencyelectronics.com",globalStyles:{"#main-content":"overflow:unset;"}},{id:"githubBlog",matches:"github.blog",globalStyles:{".font-mktg":"word-break:normal;"}},{id:"semanticscholar",matches:"www.semanticscholar.org",selectors:[".cl-paper-title",".cl-paper-abstract",".tldr-abstract-replacement",".text-truncator",".paper-detail-title"]},{id:"uni-trier",matches:"dblp.uni-trier.de",selectors:["h1","h2",".title",".external","dd p"],excludeSelectors:[".side-column"]},{id:"bilibili",matches:"www.bilibili.com","excludeSelectors.add":[".bpx-player-subtitle-panel-text"],"subtitleRule.add":{type:"bilibili",subtitleUrlRegExp:"aisubtitle.hdslb.com/bfs",loadingContainerSelector:".bpx-player-subtitle-panel"}},{id:"time",matches:"time.com",excludeSelectors:[".date-and-duration"],globalStyles:{".headline":"-webkit-line-clamp:unset;overflow:unset;height:unset;",h3:"-webkit-line-clamp:unset;overflow:unset;",p:"-webkit-line-clamp:unset;overflow:unset;"}},{id:"docs-swift",matches:"docs.swift.org",selectors:[".content","#menu"]},{id:"uzh",matches:"www.uzh.ch",injectedCss:[".TextImage--inner {overflow:auto !important;}"]},{id:"mail-yandex",matches:"mail.yandex.com",selectors:["article",".Text_color_primary",".mail-MessageSnippet-Item_subject"],globalStyles:{".mail-MessageSnippet":"height: unset; line-height:unset;",".immersive-translate-target-translation-block-wrapper":"margin:unset;"}},{id:"forums.zotero",matches:"forums.zotero.org",selectors:[".page-sidebar",".page-content"]},{id:"pubmed.ncbi.nlm.nih.gov",matches:"pubmed.ncbi.nlm.nih.gov",urlChangeDelay:0,excludeSelectors:[".docsum-journal-citation",".citation-part",".docsum-authors",".top-wrapper",".article-source",".citation-doi",".identifiers",".cite",".share",".arrow-link"],globalAttributes:{"#Scholarscope_HighlightContent":{class:""},"#Scholarscope_HighlightOrigin":{class:"Scholarscope_HighlightContents"}},mutationExcludeContainsSelectors:["#Scholarscope_HighlightContent highlight"],mutationExcludeSelectors:["#Scholarscope_HighlightContent","#Scholarscope_HighlightContent span"],injectedCss:["#Scholarscope_HighlightOrigin > p font,#Scholarscope_HighlightContent > p font {display: inline!important;}","#Scholarscope_HighlightOrigin > p font br,#Scholarscope_HighlightContent > p font br {display: none!important;}"]},{id:"chosun",matches:"www.chosun.com",injectedCss:"body {word-break: unset!important;}"},{id:"yna",matches:"*.yna*",injectedCss:["font > br {display:none}"],globalStyles:{"a,strong":"max-height:unset;-webkit-line-clamp:unset;height:unset;white-space:unset;","div,p,li,.item-box01,.news-con":"height:unset;max-height:unset;-webkit-line-clamp:unset;"},"additionalExcludeSelectors.remove":[".notranslate","[translate=no]"]},{id:"cnet",matches:"www.cnet.com",globalStyles:{"h3,div,span,p":"max-height:unset;-webkit-line-clamp:unset;height:unset;white-space:unset;"}},{id:"dolmods",matches:"dolmods.net",globalStyles:{"[class*='max-h']":"max-height:unset!important;"}},{id:"digitimes",matches:"www.digitimes.com",globalStyles:{"a,.title,.abstract,.display-5,.top":"max-height:unset;-webkit-line-clamp:unset;height:unset;white-space:unset;"},"excludeSelectors.add":[".main-nav-frame",".sub-header-wrapper",".footer",".date"],"additionalExcludeSelectors.remove":[".notranslate","[translate=no]"]},{id:"vdi-nachrichten",matches:"www.vdi-nachrichten.com","excludeSelectors.add":[".header-menu__item > a",".linkbar__item",".header__button-group"]},{id:"htdp",matches:"htdp.org",excludeTags:["blockquote"],stayOriginalSelectors:[".RktIn"]},{id:"newsletterss",matches:"newsletterss.com",initialGlobalAttributes:{iframe:{scrolling:"auto"}}},{id:"docusaurus",selectorMatches:["#__docusaurus"],"excludeSelectors.add":["aside",".DocSearch-Modal"]},{id:"mercari",matches:"*.mercari.com","excludeTags.remove":["PRE"]},{id:"qqMail",matches:"mail.qq.com",useIframePostMessage:!1},{id:"nikkei",matches:"www.nikkei.com",globalStyles:{"h3,div,span,p":"max-height:unset;-webkit-line-clamp:unset;height:unset;white-space:unset;"}},{id:"pubs.rsc.org",matches:"pubs.rsc.org",excludeSelectors:[".eqn"]},{id:"indeed",matches:"*.indeed.com",globalStyles:{"span,.css-19rjr9w.e1wnkr790":"max-height:unset;-webkit-line-clamp:unset;height:unset;white-space:unset;"},"excludeTags.remove":["BUTTON"]},{id:"brutalist",matches:"brutalist.report",selectors:["li > a:first-child","aside","nav > a","h1 > a","h3 > a","h2 >a"],"additionalExcludeSelectors.remove":[".notranslate","[translate=no]"]},{id:"maxroll",matches:["maxroll.gg"],extraInlineSelectors:[".d4t-sprite-icon",".d4t-icon"],injectedCss:["font {font-family: sans-serif !important;}"]},{id:"microsoftTeams",matches:["teams.live.com"],"stayOriginalSelectors.add":["span[title][style='min-width: 20px; height: 20px;']"]},{id:"gradioappdocs",matches:"www.gradio.app/docs/*",selectors:["div.obj"],excludeSelectors:["div#examples"]},{id:"arca",matches:"arca.live","excludeTags.remove":["PRE"]},{id:"chatpdf",matches:["www.chatpdf.com"],"additionalExcludeSelectors.remove":[".notranslate"],excludeSelectors:[".chat-message-row.ai *",".pdf-viewer"],aiRule:{streamingSelector:"",messageWrapperSelector:".chat-message-row.ai",streamingChange:!1,streamingDeepChild:!0,streamingDelayTime:1e3}},{id:"inciteful",matches:["inciteful.xyz"],"excludeTags.remove":["BUTTON"]},{id:"app.element.io",matches:["app.element.io"],"additionalExcludeSelectors.remove":[".notranslate"],"excludeSelectors.add":[".mx_DisambiguatedProfile",".mx_ReplyChain_wrapper",".mx_ThreadSummary_replies_amount"]},{id:"fastapi.tiangolo.com",matches:"fastapi.tiangolo.com",selectors:["article"]},{id:"termynal",selectorMatches:["link[href*='termynal.css']"],"stayOriginalSelectors.add":[".termy"]},{id:"cpb-nl",matches:["www.cpb.nl"],"bodyRule.add":{enable:!1}},{id:"hub.logseq",matches:["hub.logseq.com"],globalStyles:{"[class*=':h-[']":"height:unset;"}},{id:"chat.zalo",matches:["chat.zalo.me"],"additionalExcludeSelectors.remove":[".notranslate"],inputExecCommandDeleteEnable:!0,"inputConfig.add":{execCommandDeleteEnable:!0}},{id:"epam",matches:"*.epam.com",globalStyles:{"[class*='ContentAnchorLinkList']":"word-break:unset;"},"excludeSelectors.add":["#blog-page-sidebar-wrapper"],"excludeTags.remove":["BUTTON"]},{id:"discussions.apple",matches:"discussions.apple.com","excludeSelectors.add":[".page-number"]},{id:"www.sixthtone.com",matches:["www.sixthtone.com"],"excludeSelectors.add":["#footer","[class^=index_time]","[class^=index_anthorList]","[class^=index_node]","[class^=index_popupWrapper]"]},{id:"forum.unity",matches:["forum.unity.com"],"excludeSelectors.add":[".bbCodeCode"]},{id:"wattpad",matches:["www.wattpad.com"],"excludeTags.remove":["PRE"],globalAttributes:{header:{translate:"unset;"}},globalStyles:{".story-info .item-description":"overflow: scroll;"}},{id:"netflix",matches:["www.netflix.com"],"excludeSelectors.add":[".player-timedtext"],"mutationExcludeSelectors.add":[".player-timedtext *"],"subtitleRule.add":{type:"netflix",loadingContainerSelector:".watch-video",subtitleUrlRegExp:"^https://.+?.oca.nflxvideo.net/\\?([ovet]=[^=]+){4}$",loadingStyle:"bottom: 15%;",quickButtonRule:{appendSelector:'[data-uia="control-next"]',insertBeforeSelector:'[data-uia="control-next"]',injectCSS:".imt-quick-subtitle-button {height: 60%; margin-right: 50px; font-size: 20px; } .logo,.logo svg { height: 36px; width: 36px} .label { display: none; } .imt-quick-subtitle-pop-content {transform: translateX(50%); right: 0}"},videoSelector:"video",attachRule:{appendSelector:".watch-video",injectedCSS:[".imt-caption-window {margin-bottom: 0px; bottom: 10vw;}"],injectedGlobalCSS:[".player-timedtext {display: none !important; }"]}}},{id:"udemy",matches:["www.udemy.com"],"excludeSelectors.add":["[data-purpose='captions-cue-text']",".shaka-text-container"],"mutationExcludeSelectors.add":["[data-purpose='captions-cue-text'] *",".shaka-text-container *"],"subtitleRule.add":{type:"udemy",subtitleUrlRegExp:"^https://vtt.*\\.udemycdn\\.com/.*\\.vtt",videoPlayerSelector:"video.shaka-video",humanTrust:85,loadingContainerSelector:".shaka-video-container",loadingStyle:"bottom: 15%;",injectedCss:["[class^='well--text'] {white-space: pre;}"],quickButtonRule:{appendSelector:'[data-purpose="video-controls"]'}},"subtitleRule.add_v.[1.4.1]":{hookType:"fetch|xhr"}},{id:"iview",matches:"iview.abc.net.au",excludeSelectors:[".jwplayer"],"mutationExcludeSelectors.add":[".jwplayer *"],"subtitleRule.add":{type:"webvtt",subtitleUrlRegExp:"/cc/.*\\.(vtt|webvtt)$",loadingContainerSelector:".jwplayer",quickButtonRule:{appendSelector:".jw-reset.jw-button-container",insertBeforeSelector:".jw-settings-submenu-button",injectCSS:".imt-quick-subtitle-pop-content {z-index: 999999;}"}}},{id:"nmaart",matches:"www.nma.art",excludeSelectors:[".video-container"],"mutationExcludeSelectors.add":[".video-container *"],"subtitleRule.add":{type:"webvtt",subtitleUrlRegExp:"/texttrack/.*\\.(vtt|webvtt)",loadingContainerSelector:".video-container",quickButtonRule:{appendSelector:".vjs-control-bar",insertBeforeSelector:".vjs-playback-rate"}}},{id:"apple",matches:"developer.apple.com",excludeSelectors:[".developer-video-player"],"mutationExcludeSelectors.add":[".developer-video-player *"],"subtitleRule.add":{type:"webvtt",subtitleUrlRegExp:"\\.(vtt|webvtt)"}},{id:"khanacademy",matches:["www.khanacademy.org"],"subtitleRule.add":{type:"khanacademy",subtitleUrlRegExp:"GetSubtitles",hookType:"fetch"},"stayOriginalSelectors.add":[".mathjax-wrapper"]},{id:"nebula",matches:["nebula.tv"],"excludeSelectors.add":["[data-subtitles-container='true']"],"mutationExcludeSelectors.add":["[data-subtitles-container='true'] *"],"subtitleRule.add":{type:"webvtt",subtitleUrlRegExp:"\\.vtt$",loadingContainerSelector:".video-poster",quickButtonRule:{appendSelector:".icon-spacing.css-4yh7a0",insertBeforeSelector:"#subtitles-toggle-button",ccEnableSelector:"#subtitles-toggle-button"}}},{id:"frontendmasters",matches:["frontendmasters.com"],"excludeSelectors.add":[".vjs-text-track-display"],"mutationExcludeSelectors.add":[".vjs-text-track-display *"],"subtitleRule.add":{type:"webvtt",subtitleUrlRegExp:".vtt$",loadingContainerSelector:".vjs-text-track-display",injectedCss:["#immersive-translate-quick-button-container {order: 2} .imt-quick-subtitle-pop-content {z-index: 2147483647}"],quickButtonRule:{appendSelector:".vjs-control-bar"},videoSelector:".PromoPlayer video",attachRule:{appendSelector:".video-js",injectedGlobalCSS:".vjs-text-track-display {display: none;}"}}},{id:"udacity",matches:["*.udacity.com"],"excludeSelectors.add":[".vjs-text-track-display"],"mutationExcludeSelectors.add":[".vjs-text-track-display *"],"subtitleRule.add":{type:"webvtt",subtitleUrlRegExp:".vtt$",loadingContainerSelector:".vjs-text-track-display"}},{id:"skillshare",matches:["www.skillshare.com"],"excludeSelectors.add":[".vjs-text-track-display"],"mutationExcludeSelectors.add":[".vjs-text-track-display *"],"subtitleRule.add":{type:"webvtt",subtitleUrlRegExp:"\\.vtt\\?",loadingContainerSelector:".vjs-text-track-display",injectedCss:["#immersive-translate-quick-button-container {order: 13}"],quickButtonRule:{appendSelector:".vjs-control-bar",insertBeforeSelector:".vjs-volume-panel",injectCSS:" .label { display: none; } .imt-quick-subtitle-pop-content {transform: translateX(43%); right: 0; z-index: 2147483647 } "}}},{id:"domestika",matches:["www.domestika.org"],"excludeSelectors.add":[".vjs-text-track-display"],"mutationExcludeSelectors.add":[".vjs-text-track-display *"],"subtitleRule.add":{type:"webvtt",subtitleUrlRegExp:".*subtitles.*\\.vtt",quickButtonRule:{appendSelector:".controlBar-wrapper .right-wrapper",insertBeforeSelector:".vjs-volume-panel"}}},{id:"hbomax",matches:["play.max.com","play.hbomax.com"],"excludeSelectors.add":["[data-testid='playerContainer']","[data-testid='CueBoxContainer']"],"mutationExcludeSelectors.add":["[data-testid='playerContainer'] *","[data-testid='CueBoxContainer'] *"],"subtitleRule.add":{type:"webvtt",subtitleUrlRegExp:"\\.vtt$",loadingContainerSelector:"[data-testid='playerContainer']"}},{id:"mindvalley",matches:["home.mindvalley.com"],"excludeSelectors.add":[".vjs-text-track-display"],"mutationExcludeSelectors.add":[".vjs-text-track-display *"],"subtitleRule.add":{type:"webvtt",subtitleUrlRegExp:"\\.webvtt$",loadingContainerSelector:".vjs-text-track-display",injectedCss:["#immersive-translate-quick-button-container {order: 6}"],quickButtonRule:{appendSelector:'[data-testid="video-section"] .vjs-control-bar',insertBeforeSelector:'[data-testid="video-section"] .vjs-volume-panel',injectCSS:".imt-quick-subtitle-pop-content {z-index: 999999;}"}}},{id:"masterclass",matches:["www.masterclass.com","learn.microsoft.com"],"excludeSelectors.add":[".vjs-text-track-display"],"mutationExcludeSelectors.add":[".vjs-text-track-display *"],"subtitleRule.add":{type:"webvtt",subtitleUrlRegExp:"\\.vtt",loadingContainerSelector:".vjs-text-track-display",quickButtonRule:{appendSelector:".vjs-control-bar",insertBeforeSelector:".vjs-playback-rate"}}},{id:"viu",matches:["www.viu.com"],"excludeSelectors.add":[".bmpui-ui-viu-subtitle-overlay"],"mutationExcludeSelectors.add":[".bmpui-ui-viu-subtitle-overlay *"],"subtitleRule.add":{type:"webvtt",hookType:"xhr",subtitleUrlRegExp:"https?://[^/]+\\.cloudfront\\.net/[^/]+/[^/]+$",loadingContainerSelector:".bmpui-container-wrapper",loadingStyle:"bottom: 20%;",injectedCss:[".bmpui-controls-hidden #immersive-translate-quick-button-container {display: none;}"],quickButtonRule:{appendSelector:".bmpui-ui-container.bmpui-ui-viu-subtitle > .bmpui-container-wrapper",injectCSS:".imt-quick-subtitle-button {margin-bottom: 8px}"}}},{id:"linkin",matches:"*.linkedin.com","excludeSelectors.add":[".vjs-text-track-display"],"mutationExcludeSelectors.add":[".vjs-text-track-display *"],"subtitleRule.add":{type:"webvtt",subtitleUrlRegExp:".*ambry/\\?x-li-ambry-ep=.*",hookType:"xhr",loadingContainerSelector:".video-player-container",quickButtonRule:{appendSelector:".vjs-control-bar",insertBeforeSelector:".vjs-captions-toggle"}}},{id:"kanopy",matches:"*.kanopy.com","excludeSelectors.add":[".vjs-text-track-display"],"mutationExcludeSelectors.add":[".vjs-text-track-display *"],"subtitleRule.add":{type:"webvtt",subtitleUrlRegExp:".*captioncache/webvtt.*",hookType:"xhr",loadingContainerSelector:".video-player-container",injectedCss:["#immersive-translate-quick-button-container{height: 40px;display: flex;align-items: center;align-self: flex-end;}"],quickButtonRule:{appendSelector:".vjs-control-bar",insertBeforeSelector:".vjs-caption-control"}}},{id:"iflix",matches:["www.iflix.com","wetv.vip"],"excludeSelectors.add":[".text-track"],"mutationExcludeSelectors.add":[".player-wrapper *"],"subtitleRule.add":{type:"webvtt",subtitleUrlRegExp:"\\.vtt",hookType:"xhr",loadingContainerSelector:"#player-wrapper",loadingStyle:"bottom: 18%;",quickButtonRule:{appendSelector:'[data-role="wetv-ctrlbar-right"]',insertBeforeSelector:'[data-role="wetv-player-definition"]'}}},{id:"imdb",matches:"www.imdb.com","excludeSelectors.add":[".jw-text-track-container"],"mutationExcludeSelectors.add":[".jw-text-track-container *"],"subtitleRule.add":{type:"webvtt",subtitleUrlRegExp:"\\.srt$",loadingContainerSelector:"#imdbnext-vp-jw-single",quickButtonRule:{appendSelector:".jw-reset.jw-button-container",insertBeforeSelector:'[button="ttt-button"]'}}},{id:"itv",matches:["www.itv.com"],"subtitleRule.add":{type:"text_track",videoPlayerSelector:".genie-video",loadingContainerSelector:".genie-container",loadingStyle:"bottom: unset; top: 5%;",quickButtonRule:{appendSelector:".control-bar_right-child-container",insertBeforeSelector:".controls-toggle_button--fullscreen"}}},{id:"egghead",matches:["egghead.io"],"subtitleRule.add":{type:"text_track",videoPlayerSelector:".cueplayer-react-video",loadingContainerSelector:".cueplayer-react-video-holder",loadingStyle:"bottom: unset; top: 5%;",quickButtonRule:{appendSelector:".cueplayer-react-control-bar-right-part",insertBeforeSelector:".cueplayer-react-closed-caption"}}},{id:"coursera",matches:["www.coursera.org"],"subtitleRule.add":{type:"text_track",videoPlayerSelector:".vjs-tech",loadingContainerSelector:".rc-VideoControlsContainer",loadingStyle:"bottom: unset; top: 5%;",quickButtonRule:{appendSelector:'[role="presentation"] > .rc-ControlBar > .icon-container'}}},{id:"ocrtraining",matches:["ocrtraining.cit.nih.gov","videocast.nih.gov"],"excludeSelectors.add":["#videocastPlayer"],"mutationExcludeSelectors.add":["#videocastPlayer *"],"subtitleRule.add":{type:"webvtt",subtitleUrlRegExp:"\\.srt$",loadingContainerSelector:"#videocastPlayer"}},{id:"espn",matches:["*.espn.com"],mainFrameMinTextCount:0,"excludeSelectors.add":["#fittPageContainer"],"mutationExcludeSelectors.add":["#fittPageContainer *"],"subtitleRule.add":{type:"webvtt",subtitleUrlRegExp:"\\.vtt$",injectedCss:["#immersive-translate-quick-button-container{margin-top:16px;}",".vjs-text-track-display > div >div {font:unset!important;}"],quickButtonRule:{appendSelector:".vjs-control-bar",insertBeforeSelector:".vjs-captions-button"}}},{id:"fmoviesz",matches:["fmoviesz.to","vidplay.online","c8365730d4.nl"],"excludeSelectors.add":["#player"],"mutationExcludeSelectors.add":["#player *"],"subtitleRule.add":{type:"multi_attach_vtt",subtitleUrlRegExp:"subtitle/.*\\.vtt$",quickButtonRule:{appendSelector:".jw-button-container",insertBeforeSelector:".jw-icon-cc"},activeLangSelector:"#jw-player-settings-submenu-captions .jw-settings-submenu-items .jw-settings-item-active",videoSelector:"video",attachRule:{appendSelector:"#player",injectedGlobalCSS:[".jw-text-track-container {display: none;}","@media (min-width: 576px) { video::cue {opacity: 0} }"]}}},{id:"aniwatch",matches:["megacloud.tv","aniwatch.to"],"excludeSelectors.add":[".jw-wrapper"],"mutationExcludeSelectors.add":[".jw-wrapper *"],"subtitleRule.add":{type:"multi_attach_vtt",subtitleUrlRegExp:"^(?!.*sprite\\.vtt$).*\\.vtt$",quickButtonRule:{appendSelector:".jw-button-container",insertBeforeSelector:".jw-icon-cc"},activeLangSelector:"#jw-player-settings-submenu-captions .jw-settings-submenu-items .jw-settings-item-active",videoSelector:"video",attachRule:{appendSelector:".jw-wrapper",injectedGlobalCSS:[".jw-text-track-container {display: none;}","@media (min-width: 576px) { video::cue {opacity: 0} }"]}}},{id:"rottentomatoes",matches:["*.rottentomatoes.com"],"excludeSelectors.add":[".jw-wrapper"],"mutationExcludeSelectors.add":[".jw-wrapper *"],"subtitleRule.add":{type:"webvtt",subtitleUrlRegExp:"\\.vtt$",quickButtonRule:{appendSelector:".jw-button-container",insertBeforeSelector:".jw-icon-cc"}}},{id:"dailymotion",matches:["*.dailymotion.com"],"excludeSelectors.add":[".player"],"mutationExcludeSelectors.add":[".player *"],mainFrameMinTextCount:0,"subtitleRule.add":{type:"subsrt",subsrtFormat:"srt",loadingContainerSelector:".player",subtitleUrlRegExp:"/video/.*\\.srt",quickButtonRule:{appendSelector:".controls_bottom_right",insertBeforeSelector:".subtitles_toggle_button"}}},{id:"movie-web",matches:["movie-web.app/media*"],"excludeSelectors.add":["#root"],"mutationExcludeSelectors.add":["#root *"],"subtitleRule.add":{type:"subsrt",hookType:"fetch",subsrtFormat:"vtt",loadingContainerSelector:".relative.h-screen.overflow-hidden",subtitleUrlRegExp:".*\\.vtt",quickButtonRule:{appendSelector:".hidden.justify-between .flex.items-center.space-x-3"}}},{id:"deeplearning",matches:["learn.deeplearning.ai"],"excludeSelectors.add":['[data-layout="video"]'],"mutationExcludeSelectors.add":['[data-layout="video"] *'],"subtitleRule.add":{type:"subsrt",subsrtFormat:"vtt",loadingContainerSelector:'[data-layout="video"]',subtitleUrlRegExp:".*\\.vtt",quickButtonRule:{appendSelector:".vds-controls-group:last-child",insertBeforeSelector:".vds-caption-button"}}},{id:"paramountplus",matches:["*.paramountplus.com"],"excludeSelectors.add":[".aa-player-skin"],"mutationExcludeSelectors.add":[".aa-player-skin *"],"subtitleRule.add":{type:"text_track_dynamic",injectedCss:[".tt-container {white-space: pre-line;}",".timed-text-css-box-inner {display: none!important;}",".timed-text-css-box-inner:last-child {display: block!important;}"],videoPlayerSelector:"video",quickButtonRule:{appendSelector:".top-menu-container"}}},{id:"pluto",matches:["pluto.tv"],"excludeSelectors.add":[".video-player-layout"],"mutationExcludeSelectors.add":[".video-player-layout *"],"subtitleRule.add":{type:"text_track_dynamic",videoPlayerSelector:"video",quickButtonRule:{appendSelector:".endControls-0-2-85"}}},{id:"vimeo",matches:["vimeo.com"],"excludeSelectors.add":[".vp-captions"],"mutationExcludeSelectors.add":[".vp-captions *"],"subtitleRule.add":{type:"text_track",videoPlayerSelector:"video",loadingContainerSelector:".player_container",loadingStyle:"bottom: unset; top: 5%;",injectedCss:["#immersive-translateQuickButton {visibility: inherit!important;}"],quickButtonRule:{appendSelector:'[data-control-bar="true"] > div',insertBeforeSelector:'[data-volume-control-container="true"]',ccEnableSelector:'[data-cc-button="true"]',injectCSS:".imt-quick-subtitle-button {margin-right: 0px; font-size: 12px;} .logo,.logo svg { height: 18px !important; width: 18px !important;} .imt-quick-subtitle-pop-content {bottom: 28px !important;}"}}},{id:"ted",matches:["www.ted.com"],"excludeSelectors.add":["#video"],"mutationExcludeSelectors.add":["#video *"],"subtitleRule.add":{type:"webvtt",hookType:"fetch",subtitleUrlRegExp:"\\.vtt",videoPlayerSelector:"video",loadingContainerSelector:"media-controller",quickButtonRule:{appendSelector:".pointer-events-none #media-control-bar",insertBeforeSelector:".pointer-events-none .media-volume-wrapper"}}},{id:"player.vimeo",matches:["https://player.vimeo.com/video/*","laracasts.com"],selectorMatches:["iframe[src*='player.vimeo.com']"],extraBlockSelectors:["span.vp-captions-line","span[class^=CaptionsRenderer_]"],"excludeSelectors.add":[".vp-captions-line"],"mutationExcludeSelectors.add":[".vp-captions *",".vp-captions-line *"],"subtitleRule.add":{type:"text_track",videoPlayerSelector:"video",loadingContainerSelector:".vp-telecine",loadingStyle:"bottom: unset; top: 5%; font-size: 12px;",injectedCss:["#immersive-translateQuickButton {visibility: inherit!important;}"],quickButtonRule:{appendSelector:'[data-control-bar="true"] > div',insertBeforeSelector:'[data-volume-control-container="true"]',ccEnableSelector:'[data-cc-button="true"]',injectCSS:".imt-quick-subtitle-button {margin-right: 0px; font-size: 12px;} .logo,.logo svg { height: 18px !important; width: 18px !important;} .imt-quick-subtitle-pop-content {bottom: 28px !important;}"}}},{id:"tv.adobe",matches:"https://*.tv.adobe.com","excludeSelectors.add":[".mpc-player"],"mutationExcludeSelectors.add":[".mpc-player *"],"subtitleRule.add":{type:"text_track",videoPlayerSelector:"video",loadingContainerSelector:".mpc-player",quickButtonRule:{appendSelector:".mpc-controls__container"}}},{id:"threejs-journey",matches:"threejs-journey.com","excludeSelectors.add":[".video-area"],"mutationExcludeSelectors.add":[".video-area *"],"subtitleRule.add":{type:"text_track",videoPlayerSelector:"video",loadingContainerSelector:".video-area",injectedCss:[".js-tracks-text.tracks-text {white-space: pre;}"],quickButtonRule:{appendSelector:".js-controls .right",insertBeforeSelector:".js-subtitles",injectCSS:".imt-quick-subtitle-button { font-size: 12px;} .logo,.logo svg { height: 18px !important; width: 18px !important;} .imt-quick-subtitle-pop-content {bottom: 38px !important;}"}}},{id:"codewithchris",matches:["learn.codewithchris.com","*.rachelsenglishacademy.com","www.unrealsenseiacademy.com"],"excludeSelectors.add":[".w-captions",".w-captions-line > div > span"],"mutationExcludeSelectors.add":[".w-captions *"],"subtitleRule.add":{type:"general",subtitleUrlRegExp:"/embed/captions/",loadingContainerSelector:".w-ui-container",hookType:"fetch",generalSetting:{captionsPath:"captions",itemsPath:"hash.lines",textKey:"text"}}},{id:"panopto",matches:["southampton.cloud.panopto.eu"],"excludeSelectors.add":[".primaryPlayer"],"mutationExcludeSelectors.add":[".primaryPlayer *"],"subtitleRule.add":{type:"general",subtitleUrlRegExp:"DeliveryInfo.aspx",disableSubsCache:!0,loadingContainerSelector:"#primaryPlayer",hookType:"fetch",generalSetting:{textKey:"Caption"},quickButtonRule:{appendSelector:"#transportControls",insertBeforeSelector:"#captionsButton"}}},{id:"edx",matches:["*.edx.org"],"excludeSelectors.add":[".closed-captions",".subtitles-menu"],mainFrameMinTextCount:0,"subtitleRule.add":{type:"general",subtitleUrlRegExp:"/transcript/translation/",loadingContainerSelector:".tc-wrapper",generalSetting:{itemsPath:"text"},injectedCss:[".subtitles-menu span,.closed-captions {white-space: pre-line;}","#immersive-translate-quick-button-container {display: inline-block; vertical-align: middle;}"],quickButtonRule:{appendSelector:".secondary-controls",insertBeforeSelector:".speeds.menu-container"}}},{id:"ardmediathek",matches:["www.ardmediathek.*"],"excludeSelectors.add":[".ardplayer-viewport-addon-overlays"],"mutationExcludeSelectors.add":[".ardplayer-viewport-addon-overlays *"],"subtitleRule.add":{type:"ebutt",hookType:"fetch",subtitleUrlRegExp:"subtitle/ebutt",loadingContainerSelector:".ardplayer-viewport-addon-overlays",quickButtonRule:{appendSelector:".ardplayer-footer .ardplayer-addons-container",insertBeforeSelector:".ardplayer-footer .ardplayer-button-sharing",injectCSS:".imt-quick-subtitle-button {font-size: 20px; } .logo,.logo svg { height: 36px !important; width: 36px !important;} .imt-quick-subtitle-pop-content {z-index: 2147483647;} "}}},{id:"bbc-iplayer",matches:["https://www.bbc.*/iplayer*"],"excludeSelectors.add":[".player"],"mutationExcludeSelectors.add":[".player *"],"subtitleRule.add":{type:"ebutt",hookType:"fetch",subtitleUrlRegExp:"iplayer/subtitles/.*.xml",loadingContainerSelector:".player__container"}},{id:"bbc",matches:["*.bbc.*"],"excludeSelectors.add":["section.module--languages",".drop-capped",".smp-toucan-player","smp-subtitles","#subtitle_subtitle2"],"mutationExcludeSelectors.add":["[data-testid='media-player-container-landscape'] *"],"subtitleRule.add":{type:"ebutt",hookType:"fetch",subtitleUrlRegExp:"iplayer/subtitles/.*.xml",loadingContainerSelector:".smp-toucan-player"}},{id:"zdf.de",matches:["www.zdf.de"],"excludeSelectors.add":[".zdfplayer-cue-region"],"subtitleRule.add":{type:"ebutt",subtitleUrlRegExp:"mtt/.*.xml",loadingContainerSelector:".zdfplayer-video-container",responseType:"document",injectedCss:["#immersive-translate-quick-button-container {display:inline-block;vertical-align:middle;margin-right:-16px;}"],quickButtonRule:{appendSelector:".right-controls-1FfJUp.svelte-inzdbf",insertBeforeSelector:".right-controls-1FfJUp.svelte-inzdbf button"}}},{id:"piped.video",matches:"piped.video","subtitleRule.add":{type:"ebutt",hookType:"fetch",subtitleUrlRegExp:"api/timedtext",loadingContainerSelector:".shaka-video-container",responseType:"document",quickButtonRule:{appendSelector:".shaka-controls-button-panel",insertBeforeSelector:".shaka-mute-button"}}},{id:"disneyplus",matches:["www.disneyplus.com"],"excludeSelectors.add":[".dss-hls-subtitle-overlay"],"mutationExcludeSelectors.add":[".dss-hls-subtitle-overlay *"],"subtitleRule.add":{type:"disneyplus",subtitleUrlRegExp:"\\.vtt$"}},{id:"mubi",matches:["https://mubi.com","https://mubi.de"],"subtitleRule.add":{type:"fmp4.xml",subtitleUrlRegExp:"textstream",hookType:"fetch",quickButtonRule:{appendSelector:".css-1k6yql2.e1b63bld4",insertBeforeSelector:".css-1ce7rqp.e7f2hfl0"}}},{id:"hulu",matches:"https://*.hulu.com","subtitleRule.add":{type:"hulu",hookType:"fetch",injectedCss:[".ClosedCaption {display:none!important;}"],videoSelector:"#content-video-player",subtitleUrlRegExp:"play.hulu.com/.*/playlist",loadingContainerSelector:"#web-player-app",quickButtonRule:{appendSelector:".PlayerSettingsGroup",insertBeforeSelector:".PlayerSettingsGroup .PlayerControlsButton"}}},{id:"youku.tv",matches:"www.youku.tv","excludeSelectors.add":["#subtitle"],"mutationExcludeSelectors.add":["#subtitle *"],"subtitleRule.add":{type:"subsrt",hookType:"fetch",injectedCss:["#immersive-translate-quick-button-container {display: inline-block; vertical-align: middle;}"],subtitleUrlRegExp:"\\.ass$",subsrtFormat:"ass",loadingContainerSelector:"#youku-dashboard",loadingStyle:"bottom: 10%;",quickButtonRule:{appendSelector:".kui-dashboard-dashboard-panel .kui-dashboard-rear-ctn",insertBeforeSelector:".kui-rate-control-0"}}},{id:"starz",matches:"www.starz.com","excludeSelectors.add":["starz-player"],"mutationExcludeSelectors.add":["starz-player *"],"subtitleRule.add":{type:"subsrt",subsrtFormat:"vtt",subtitleUrlRegExp:"\\.vtt$",loadingContainerSelector:"starz-player",loadingStyle:"bottom: 10%;",injectedCss:["#immersive-translate-quick-button-container {display: inline-block;}"],quickButtonRule:{appendSelector:"starz-player .button-group",insertBeforeSelector:"starz-player .button-group .video-player-icon-md"}}},{id:"www.iq.com",matches:"www.iq.com","excludeSelectors.add":[".iqp-subtitle"],"mutationExcludeSelectors.add":[".iqp-subtitle *"],"subtitleRule.add":{type:"xml",subtitleUrlRegExp:"\\.xml\\?",loadingContainerSelector:".intl-video-area",xmlTextSelector:"sub",loadingStyle:"bottom: 10%;",injectedCss:["#immersive-translate-quick-button-container {float: right; height: 100%;}"],quickButtonRule:{appendSelector:".iqp-contrls-right"}}},{id:"archiveToday",matches:["archive.today","archive.ph","archive.is","archive.md"],"excludeSelectors.add":["#HEADER"]},{id:"arxiv-vanity.com",matches:["www.arxiv-vanity.com"],"excludeSelectors.add":[".arxiv-vanity-wrapper"]},{id:"fibery",matches:["the.fibery.io"],"additionalExcludeSelectors.remove":["[translate=no]"],"additionalStayOriginalSelectors.add":[".entity-node-view-container"]},{id:"makersuite.google",matches:"makersuite.google.com","excludeSelectors.add":[".material-symbols-outlined"]},{id:"etymonline",matches:"www.etymonline.com",globalAttributes:{".crossreference.notranslate":{class:"crossreference"},".foreign.notranslate":{class:"foreign"}}},{id:"https://browse.arxiv.org/",matches:["https://browse.arxiv.org","https://arxiv.org/html/*"],"excludeSelectors.add":[".desktop_header","[class*='ltx_lst_language_']","div.package-alerts"]},{id:"jstor",matches:"www.jstor.org","excludeSelectors.add":[".audio-duration","[data-qa='card-item-count']"],globalStyles:{".card__heading":"-webkit-line-clamp:unset;","search-results-vue-pharos-image-card,search-ui-pharos-image-card":"display:flex;","search-results-vue-pharos-link":"display:inline;"}},{id:"tandfonline",matches:"*.tandfonline.com","extraInlineSelectors.add":["span.off-screen"]},{id:"boringreport",matches:["www.boringreport.org"],"excludeTags.remove":["BUTTON"]},{id:"bsky.app",matches:"https://bsky.app",selectors:["[data-testid=postText]"],isTranslateTitle:!1},{id:"peacocktv",matches:["*.peacocktv.com"],injectedCss:[".video-player__subtitles__line > font,.video-player__subtitles__line:only-child{display:block;}"]},{id:"noTranslate",matches:["*.tiktok.com","altis.world","*.newthingsunderthesun.com","*.gumroad.com","edstem.org","actions.tldrnewsletter.com","community.linkingyourthinking.com","doc.qt.io","winaero.com"],"additionalExcludeSelectors.remove":[".notranslate","[translate=no]"]},{id:"jmir",matches:["*.jmir.org"],"additionalInlineSelectors.add":[".tooltiptext"]},{id:"smzdm",matches:["www.smzdm.com"],"excludeSelectors.add":[".z-highlight",".feed-block-info",".z-feed-foot",".feed-block-descripe","#J_column_tab_box",".crumbs"],globalStyles:{".feed-block-title":"height:unset"}},{id:"xiaohongshu.com",matches:["www.xiaohongshu.com"],"excludeSelectors.add":[".author-wrapper",".info",".side-bar"],globalStyles:{"a.title":"-webkit-line-clamp:3"}},{id:"learnopengl",matches:["learnopengl.com"],globalStyles:{function:"position:relative;z-index:1000;"}},{id:"notateslaapp",matches:["www.notateslaapp.com"],"extraBlockSelectors.add":[".nav > *"]},{id:"eightfold",matches:["*.eightfold.ai"],injectedCss:[".flexbox{width:100%}"]},{id:"deno",matches:["deno.com"],injectedCss:[":root {font-feature-settings:unset}"]},{id:"soundcloud",matches:"soundcloud.com",injectedCss:[".compactTrackListItem {height: unset !important;}"],"excludeSelectors.add":[".searchTitle__textContent",".searchOptions__container",".compactTrackListItem__additional",".soundTitle__tagContainer",".searchResultGroupHeading",".sc-ministats-group",".compactTrackList__moreLink",".sound__soundActions"]},{id:"section.blog.naver.com",matches:"section.blog.naver.com",globalStyles:{".text,.title_post,.text_post,p,strong,div":"-webkit-line-clamp:unset;max-height:unset;height:unset;"},"extraBlockSelectors.add":[".item",".heading a",".info_find a"],"excludeSelectors.add":[".comments",".time"]},{id:"gradio-app",selectorMatches:"gradio-app","excludeTags.remove":["BUTTON"],"excludeSelectors.add":['[data-testid="block-label"]'],"mutationConfig.add":{buildTimeout:1e3,consumeTimeout:1e3}}]};p();p();function da(e){if(e.beta)return!1;if(Ge()&&e.spVersion)return hu(Ir(),e.spVersion);if(Y1()&&e.gspVersion){let t=Q1();if(t)return hu(t,e.gspVersion)}if(Up()&&e.ispVersion){let t=$1();if(t)return hu(t,e.ispVersion)}return!1}function hu(e,t){let n=e.split(".").reverse(),r=t.split(".").reverse(),a=0,i=0,o=1;for(let s=0;s<3;s++)a+=o*Number(r[s]||"0"),i+=o*Number(n[s]||"0"),o*=100;return i>=a}function bu(e){e.message?.indexOf("token invalid")>=0&&ot.remove(bt)}p();function _c(e){return Array.isArray(e)?e:e?[e]:[]}function zn(e,t){return t?(Array.isArray(t)||(t=[t]),Array.from(new Set([...t,e]))):[e]}function Ht(e,t){return t?(Array.isArray(e)||(e=[e]),Array.isArray(t)||(t=[t]),t.filter(n=>!e.includes(n))):[]}function Mc(e,t){let n={...e};return ny(n,t),E7(n,t),n}function ty(e,t,n){let r={...t};return Ii({rule:r,valueIsArray:a=>Array.isArray(e[a]),getMergedValue:a=>e[a],onMergedResult:(a,i)=>r[a]=i}),Ii({rule:n,valueIsArray:a=>Array.isArray(e[a]),getMergedValue:a=>r[a],onMergedResult:(a,i)=>r[a]=i}),r}function E7(e,t){if(!t.condition)return;let n=t.condition.enableSubtitle?.true||{},r=t.condition.enableSubtitle?.false||{},a=e.enableSubtitle?n:r;ny(e,a)}function Ii({rule:e,getMergedValue:t,valueIsArray:n,onMergedResult:r}){Object.keys(e).sort().forEach(a=>{let[i,o,s]=w7(a);if(!i||e[a]===void 0)return;let u=e[a];n(i)&&(u=_c(e[a]));let l=t(i);if(l==null){r(i,u);return}let c;if(o=="add_v"){if(!X1(s))return;c=qp(l,u)}else if(o=="remove_v"){if(!X1(s))return;c=ey(l,u)}else o==="add"?c=qp(l,u):o=="remove"&&(c=ey(l,u));if(c){r(i,c);return}Array.isArray(e[i])&&i.startsWith("additional")?c=qp(l,u):c=u,r(i,c)})}function ny(e,t){return Ii({rule:t,valueIsArray:n=>Array.isArray(e[n]),getMergedValue:n=>e[n],onMergedResult:(n,r)=>{e[n]=r}}),e}function qp(e,t){let n;if(Array.isArray(e)){let r=_c(t);n=[...e,...r],n=Array.from(new Set(n))}else typeof e=="object"&&typeof t=="object"?n={...e,...t}:n=t;return n}function w7(e){let t=e.lastIndexOf("["),n="",r=e;return t>0&&(n=e.slice(t+1,e.length-1),r=e.slice(0,t-1)),[...r.split("."),n]}function X1(e){let t=On();return e&&hu(t,e)}function ey(e,t){if(Array.isArray(e)){let n=_c(t);return e=e.filter(r=>!n.includes(r)),Array.from(new Set(e))}else if(typeof e=="object"&&typeof t=="object")Object.keys(t).forEach(n=>{delete e[n]});else return t;return e}function Ri(){if(De.PROD==="1")return{};let e={};if(De.IMMERSIVE_TRANSLATE_SECRET_TENCENT_SECRET_ID&&De.IMMERSIVE_TRANSLATE_SECRET_TENCENT_SECRET_KEY){let n={secretId:De.IMMERSIVE_TRANSLATE_SECRET_TENCENT_SECRET_ID,secretKey:De.IMMERSIVE_TRANSLATE_SECRET_TENCENT_SECRET_KEY};e.translationServices={},e.translationServices.tencent=n}if(De.IMMERSIVE_TRANSLATE_SECRET_BAIDU_APPID&&De.IMMERSIVE_TRANSLATE_SECRET_BAIDU_KEY){let n={appid:De.IMMERSIVE_TRANSLATE_SECRET_BAIDU_APPID,key:De.IMMERSIVE_TRANSLATE_SECRET_BAIDU_KEY};e.translationServices||(e.translationServices={}),e.translationServices.baidu=n}if(De.IMMERSIVE_TRANSLATE_SECRET_CAIYUN_TOKEN){let n={token:De.IMMERSIVE_TRANSLATE_SECRET_CAIYUN_TOKEN};e.translationServices||(e.translationServices={}),e.translationServices.caiyun=n}if(De.IMMERSIVE_TRANSLATE_SECRET_OPENL_APIKEY){let n={apikey:De.IMMERSIVE_TRANSLATE_SECRET_OPENL_APIKEY};e.translationServices||(e.translationServices={}),e.translationServices.openl=n}if(De.IMMERSIVE_TRANSLATE_SECRET_YOUDAO_APP_ID&&De.IMMERSIVE_TRANSLATE_SECRET_YOUDAO_APP_SECRET){let n={appId:De.IMMERSIVE_TRANSLATE_SECRET_YOUDAO_APP_ID,appSecret:De.IMMERSIVE_TRANSLATE_SECRET_YOUDAO_APP_SECRET};e.translationServices||(e.translationServices={}),e.translationServices.youdao=n}if(De.IMMERSIVE_TRANSLATE_SECRET_VOLC_ACCESS_KEY_ID&&De.IMMERSIVE_TRANSLATE_SECRET_VOLC_SECRET_ACCESS_KEY){let n={accessKeyId:De.IMMERSIVE_TRANSLATE_SECRET_VOLC_ACCESS_KEY_ID,secretAccessKey:De.IMMERSIVE_TRANSLATE_SECRET_VOLC_SECRET_ACCESS_KEY};e.translationServices||(e.translationServices={}),e.translationServices.volc=n}if(De.IMMERSIVE_TRANSLATE_SECRET_DEEPL_AUTH_KEY){let n={authKey:De.IMMERSIVE_TRANSLATE_SECRET_DEEPL_AUTH_KEY};e.translationServices||(e.translationServices={}),e.translationServices.deepl=n}if(De.DEEPL_PROXY_ENDPOINT&&(e.translationServices||(e.translationServices={}),e.translationServices.deepl||(e.translationServices.deepl={}),e.translationServices.deepl.immersiveTranslateApiUrl=De.DEEPL_PROXY_ENDPOINT),De.IMMERSIVE_TRANSLATE_DEEPL_ENDPOINT&&(e.translationServices||(e.translationServices={}),e.translationServices.deepl||(e.translationServices.deepl={}),e.translationServices.deepl.immersiveTranslateDeeplTokenUrl=De.IMMERSIVE_TRANSLATE_DEEPL_ENDPOINT),De.IMMERSIVE_TRANSLATE_SECRET_OPENAI_API_KEY){let n={APIKEY:De.IMMERSIVE_TRANSLATE_SECRET_OPENAI_API_KEY};e.translationServices||(e.translationServices={}),e.translationServices.openai=n}De.IMMERSIVE_TRANSLATE_SERVICE&&(e.translationService=De.IMMERSIVE_TRANSLATE_SERVICE);let t={};return De.DEBUG==="1"&&(t.debug=!0,t.cache=!1),De.MOCK==="1"&&(t.translationService="mock"),t}async function Wt(){let e=await Z.storage.local.get(Ao);if(e[Ao]){let t=e[Ao],n=t.tempTranslationUrlMatches||[],r=n.filter(o=>o.expiredAt>Date.now()),a=!1;r.length!==n.length&&(n=r,a=!0);let i={...t,tempTranslationUrlMatches:[...n]};return a&&await Kt(i),i}else return{}}async function Kt(e){await Z.storage.local.set({[Ao]:e})}async function ry(e){await Z.storage.local.set({[ia]:e})}async function Ra(){await Z.storage.local.set({[ia]:{}})}async function Oa(){await Z.storage.local.set({[Ao]:{}})}async function ay(){let e=await Z.storage.local.get(ia),n={...await jp(),...Fo,buildinConfigUpdatedAt:De.BUILD_TIME};if(e[ia]){let r=e[ia];if(r&&r.buildinConfigUpdatedAt){let a=new Date(r.buildinConfigUpdatedAt),i=new Date(n.buildinConfigUpdatedAt);a>i&&(n=r)}}return n}async function yt(){let e=await Z.storage.local.get(ia),t={...Fo,buildinConfigUpdatedAt:De.BUILD_TIME};if(e[ia]){let k=e[ia];if(k&&k.buildinConfigUpdatedAt){let _=new Date(k.buildinConfigUpdatedAt),B=new Date(t.buildinConfigUpdatedAt);_>B&&(t=k)}}let n=await k7(t);t.targetLanguage=n;let r=await ot.get(bt,null),a={};if(!pe()&&Z.commands&&Z.commands.getAll){let k=await Z.commands.getAll();for(let _ of k)_.name&&_.shortcut&&(a[_.name]=_.shortcut)}let i=await jp(),o=Ri(),s=await vr(),u=globalThis.IMMERSIVE_TRANSLATE_CONFIG||{},l=await Wt(),c=new Date,g=Object.assign({},u,o,s);if(!g.interfaceLanguage){let k=await D7();g.interfaceLanguage=k}let f=g.interfaceLanguage==="en",m=g.targetLanguage==="en",h=t&&t.translationLanguagePattern&&t.translationLanguagePattern.matches&&t.translationLanguagePattern.matches.length===0,y=["bing","google","transmart","mock"].includes(g.translationService)||!g.translationService;!f&&!m&&!h&&y?t.translationLanguagePattern||(t.translationLanguagePattern={matches:["en"],excludeMatches:[]}):t.translationLanguagePattern={matches:[],excludeMatches:[]};let T=t&&t.enableDefaultAlwaysTranslatedUrls;g.enableDefaultAlwaysTranslatedUrls===!1&&(T=!1);let b=g&&g.isChangedAlwaysTranslatedUrls,x=[];g.translationUrlPattern&&g.translationUrlPattern.matches&&(x=g.translationUrlPattern.matches||[]);let w=!1;b===void 0&&(x.length>0?b=!0:b=!1,g.isChangedAlwaysTranslatedUrls=b,s.isChangedAlwaysTranslatedUrls=b,w=!0);let L=(g?.translationLanguagePattern?.matches?.length||0)>0,M=await qt("installedAt",""),C=Number(await la("translage_page_daily",0)),v=Number(await qt(yr,0)),A;v>0&&(Date.now()-v0&&(Date.now()-C0){let k=l.tempTranslationUrlMatches.filter(_=>new Date(_.expiredAt)>c);if(k.length>0){let _=g.translationUrlPattern?g.translationUrlPattern?.matches||[]:[],B=Array.isArray(_)?_:[_],H=Array.from(new Set(B.concat(k.map(j=>j.match))));g.translationUrlPattern={...g.translationUrlPattern,matches:H}}}let F=Object.assign(i,t);Ii({rule:t,valueIsArray:k=>Array.isArray(i[k]),getMergedValue:k=>i[k],onMergedResult:(k,_)=>{k!="generalRule"&&(F[k]=_)}});let P=Qt(r),O={};g.translationServices&&g.translationServices.deepl&&(O=g.translationServices.deepl);let z={};g.translationServices&&g.translationServices.openai&&(z=g.translationServices.openai),!P&&O.authKey&&!O.provider?(F.translationServices.deepl||(F.translationServices.deepl={}),F.translationServices.deepl.provider="custom"):O&&O.provider||(F.translationServices.deepl||(F.translationServices.deepl={}),F.translationServices.deepl.provider="pro"),!P&&z.APIKEY&&!z.provider?(F.translationServices.openai||(F.translationServices.openai={}),F.translationServices.openai.provider="custom"):z&&z.provider||(F.translationServices.openai||(F.translationServices.openai={}),F.translationServices.openai.provider="pro");let q=Object.keys(F),I=["translationUrlPattern","translationLanguagePattern","immediateTranslationPattern","translationBodyAreaPattern","translationParagraphLanguagePattern","translationThemePatterns","translationGeneralConfig","shortcuts","inputTranslationUrlPattern","inputLanguageCodeAlias"];for(let k of q){let _=k;if(_==="generalRule")typeof g[_]=="object"&&(F[_]=Mc(i[_],g[_]));else if(_==="translationServices")P7(g,F);else if(typeof g[_]!="string"&&typeof g[_]!="boolean"&&typeof g[_]!="number"&&I.includes(_))g[_]&&(F[_]=Object.assign(F[_],g[_])),_==="shortcuts"&&(pe()||Ge()?F[_]={...F[_],...a}:F[_]={...a});else if(_==="rules"){if(Array.isArray(g[_])){let B=F.rules||[],H={};for(let G of B)G.id&&(H[G.id]=G);let j=g[_].map(G=>G.id&&H[G.id]?ty(t.generalRule,H[G.id],G):G);F[_]=[...j,...F[_]]}if(De.PROD==="0"&&De.DEV_RULES){let B=JSON.parse(De.DEV_RULES);F[_]=[...B,...F[_]]}}else g[_]!==void 0&&(F[_]=g[_])}return F.donateUrl=t.donateUrl,F.minVersion=t.minVersion,F.feedbackUrl=t.feedbackUrl,F.rawUserConfig=s,F}async function vr(){return(await Z.storage.sync.get("userConfig")||{}).userConfig||{}}async function Oi(e){await Z.storage.sync.set({userConfig:e})}async function yu(e,t){await Z.storage.local.set({[e]:t})}async function Fc(e){return(await Z.storage.local.get(e))[e]||""}var D7=async()=>{let e=["zh-CN"];try{e=await Z.i18n.getAcceptLanguages()}catch(r){R.warn("get browser language error:",r)}let n=e.map(r=>ye(r)).find(r=>rn[r]);return n||"en"},jp=async()=>{let e={...Fo,buildinConfigUpdatedAt:De.BUILD_TIME};return{...e,targetLanguage:Br,interfaceLanguage:"en",translationMode:"dual",debug:!1,alpha:!1,translationUrlPattern:{matches:[],excludeMatches:[]},translationLanguagePattern:{matches:[],excludeMatches:[]},translationThemePatterns:{},translationParagraphLanguagePattern:{matches:[],excludeMatches:[],selectorMatches:[],excludeSelectorMatches:[]},translationBodyAreaPattern:{matches:[],excludeMatches:[],selectorMatches:[],excludeSelectorMatches:[]},translationTheme:"none",translationService:"bing",inputTranslationService:"inherit",mouseHoverTranslationService:"inherit",subtitleTranslateService:"inherit",translationArea:"main",translationStartMode:"dynamic",translationServices:{},monkeyH5FloatBall:{...e.monkeyH5FloatBall},pcFloatBall:{...e.pcFloatBall},generalRule:{...e.generalRule},translationGeneralConfig:{engine:"bing",_systemExcludeWordRegex:"\\b({word})\\b"},rules:[]}};function A7(e,t){return e=e||[],t=t||[],e.length!==t.length?!0:t.filter(r=>!e.includes(r)).length>0}async function k7(e){try{let t=e?.autoSelectTargetLanguageAfterInstalledAt;if(!t)return Br;let n=await qt("installedAt","");if(n&&new Date(n){let l=a[u],c=a[l.extends];!c||l.extends==u||(a[u]={...c,...a[u]})}),Ii({rule:{...a},valueIsArray:u=>Array.isArray(a[u]),getMergedValue:u=>a[u],onMergedResult:(u,l)=>{a[u]={...a[u],...l}}}),Ii({rule:{...r},valueIsArray:u=>Array.isArray(a[u]),getMergedValue:u=>a[u],onMergedResult:(u,l)=>{a[u]={...a[u],...l}}}),new Date(e.updatedAt)<=new Date("2024.4.2")&&Object.keys(r).forEach(u=>{["openai","gemini"].includes(u)&&r[u].prompt!=null&&(r[u].maxTextGroupLengthPerRequest==null&&(a[u].maxTextGroupLengthPerRequest=1),r[u].multiplePrompt==null&&(a[u].multiplePrompt=r[u].prompt))});let o=["imt_source_field","imt_trans_field","imt_sub_source_field","imt_sub_trans_field"],s=(u,l)=>{!u||!u[l]||!u?.env||(u[l]=u[l].replace(/{{(.+?)}}/g,(c,g)=>o.includes(g)?c:u?.env[g]||c))};Object.values(a).forEach(u=>{s(u,"prompt"),s(u,"multiplePrompt"),s(u,"subtitlePrompt")})}var L7=["block","grid","flex","table","table-row","table-cell","list-item","-webkit-box","box","contents"];function Nn(e,t){if(t.length===0)return!1;let n=t.join(",");return e.matches&&e.matches(n)||!1}function za(e,t,n){let{blockSelectors:r,extraBlockSelectors:a,extraInlineSelectors:i,atomicBlockSelectors:o}=t;if(Nn(e,i))return!1;if(Nn(e,a)||["br","input"].includes(e.nodeName.toLowerCase()))return!0;let l=null;if(e.parentNode&&e.parentNode.immersiveTranslateComputedStyle&&(l=e.parentNode.immersiveTranslateComputedStyle),l&&l.display&&l.display==="inline-flex")return!1;let c=g();return c&&(c=!Nn(e,o)),c;function g(){return n&&n.display?!!L7.includes(n.display):Nn(e,r)}}var cn=Nn;function zi(e){return!!e.shadowRoot}function Na(e){if(!e||typeof e!="string"&&(e=e.textContent,!e))return"";let t="";return e!==e.trimStart()&&(t+=" "),t+=e.trim(),t===" "||e!==e.trimEnd()&&(t+=" "),t}function Tu(e){if(!e)return["",""];if(typeof e!="string"&&(e=e.textContent,!e))return["",""];let t=[];return e!==e.trimStart()?t.push(" "):t.push(""),!e.trim()&&t.length===1?[" ",""]:(e!==e.trimEnd()?t.push(" "):t.push(""),t)}function Or(e,t=!1){let n=su;return t&&e?.translatedPlaceholderDelimiters?n=e.translatedPlaceholderDelimiters:e?.placeholderDelimiters&&(n=e.placeholderDelimiters),n}function Ni(e,t=!1){let n=e.config?.translationServices?.[e.translationService];return Or(n,t)}function Bo(e,t){return Ia(t,e.targetLanguage,{ignoreZhCNandZhTW:e.rule.ignoreZhCNandZhTW})}function Hp(e){let{rule:t}=e,n=_7(e);return` <${t.targetWrapperTag} class="${n} notranslate">`}function _7(e){let t=e.config.loadingTheme;return`${ee}-loading-${t}`}function vu(e,t){let n=e.rule,r=document.createElement(n.targetWrapperTag);r.classList.add("notranslate",Lt),r.setAttribute("translate","no"),r.setAttribute("lang",e.targetLanguage),vt(r,Kb,t.toString());let a=Hp(e);return r.append(at.sanitize(a,{RETURN_DOM_FRAGMENT:!0})),r}function Io(e,t){return e.querySelector(`[${Tp}='${t}']`)}function iy(){document.querySelectorAll(`[${Tp}]`).forEach(t=>{t.remove()})}function oy(){document.querySelectorAll(`.${Lt}-error`).forEach(t=>{t.remove()})}function sy(){let e=document.querySelectorAll("iframe"),t=[];return e.forEach(n=>{Oo(n)&&t.push(n)}),t}function Wp(e){let t={},{glossaries:r,_systemExcludeWordRegex:a,text:i,delimiters:o,excludeRegexps:s,targetLanguage:u}=e,l=i,c=1001;try{if(r&&r.length>0){let g={},f=r.filter(h=>h.tl&&h.tl!==u?!1:h.k?(g[h.k]=h.v||"",!0):!1).sort((h,y)=>h.tl&&!y.tl?1:!h.tl&&y.tl?-1:0),m=new RegExp(a.replace("{word}",f.map(h=>h.k).join("|")),"g");l=l.replace(m,(h,y)=>{let T=c++;return t[`${T}`]=g[y]||y,o.length>2?h.replace(y,`<${o[2]}${T}>`):h.replace(y,`${o[0]}${T}${o[1]}`)})}s&&s.length>0&&s.forEach(g=>{let f=new RegExp(g,"gi");l=l.replace(f,(m,h)=>{let y=c++;return t[`${y}`]=M1(h),o.length>2?m.replace(h,`<${o[2]}${y}>`):m.replace(h,`${o[0]}${y}${o[1]}`)})})}catch(g){R.debug(`format source text error: ${g.message}`)}return{text:l,variables:t}}function Su(e){let{noTranslateRegexp:t,minTextCount:n,minWordCount:r,delimiters:a,text:i}=e,o=new RegExp(`${a[0]}(\\d+)${a[1]}`,"gi");if(a.length>2){let u=a[2];o=new RegExp(`<${u}(\\d+)>(.*?)`,"gi")}let s=i.trim();return s=s.replace(o,""),s=s.trim(),s===""||s.length===1&&s.charCodeAt(0)===8203||/^[0-9.,\/#!$%\^&\*;:{}=\-_`~()\s]+$/.test(i)||s.includes("")||s.includes("< styles>")||yy(s)||my(s)||by(s)||fy(s)||hy(s)||F7(s)||o.test(s)||t&&t.length>0&&new RegExp(t.join("|"),"gi").test(s)?!1:Ic(i,n,r)}function ga(e){return e.nodeType===Node.ELEMENT_NODE}function uy(e,t){return e.paragraphs?e.paragraphs[0]?.ctxId!==t?(e.paragraphs=[],!1):!0:!1}function ly(e){let t=new Date(e),n=t.getFullYear(),r=t.getMonth()+1,a=t.getDate(),i=t.getHours(),o=t.getMinutes(),s=t.getSeconds();return`${n}/${r}/${a} ${i}:${o}:${s}`}async function Kp(){return await qt("fakeUserId","")}async function M7(){return await qt("installedAt","")}async function cy(e){let n=Le().INSTALL_FROM,r=On(),a=await M7(),i=await Kp(),o=await yt(),s=!1,u=await ot.get(bt,null),l=!1;return u&&Qt(u)&&(s=!0,u.subscription&&u.subscription.isTrial&&(l=!0)),{installFrom:n,version:r,installedAt:a,interfaceLang:e,optionInterfaceLang:o.interfaceLanguage,deviceId:i,isProUser:s,isTrial:l}}function dy(e,t,n,r){if(!t||!r||!e)return"";let a=e.xpathRule,i=0,o=n;for(;o&&o!==r;)i++,o=o.parentNode;let s=i+"";for(let u=0;u{!e||!t||(async()=>{let a=await Gp(e,t);r(a)})()},[e,t,r]),n}async function Gp(e,t){if(!e||!t)return;let n=!1,r,a=!0;!Ge()&&pe()||ut().any?(a=!1,r=t.monkeyH5FloatBall,!r&&e.rule.isShowUserscriptPagePopup==!1&&(r=e.config.monkeyH5FloatBall,r.enable=!1),r||(r=e.config.monkeyH5FloatBall),n=!t.monkeyH5FloatBall):(r=e.config.pcFloatBall,n=!t.pcFloatBall);try{if(r?.afterInstalledAt&&n){let i=await qt("installedAt","");new Date(i).getTime()s==n),a=e.config.translationModeLanguagePattern.translationMatches.find(s=>s==n),i=e.config.translationModeUrlPattern.dualMatches.find(s=>_t(e.url,s));return e.config.translationModeUrlPattern.translationMatches.find(s=>_t(e.url,s))?"translation":i?"dual":a?"translation":r?"dual":null}var Rc=!1,B7=pe();function Ty(e,t){let n=[];for(let r of t){let a=e.querySelectorAll(r);for(let i of a)n.push(i)}return n}function I7(e,t){let n=function(i){return i.nodeType===Node.ELEMENT_NODE||i.nodeType===Node.TEXT_NODE?i.nodeType===Node.ELEMENT_NODE&&vy(i,t,!0)?NodeFilter.FILTER_REJECT:NodeFilter.FILTER_ACCEPT:NodeFilter.FILTER_REJECT},r=document.createTreeWalker(e,NodeFilter.SHOW_ELEMENT,n),a=!0;for(;r.nextNode();){let i=r.currentNode;if(i.nodeType===Node.ELEMENT_NODE){if(Ua(i,pc)){if(a===!0)return!0;continue}if(xu(i.nodeName,t.inlineTags))return!0;if(!Vp(i,t))return!1}}return!0}function $p(e,t){let n=t.inlineTags;if(e.nodeType===Node.ELEMENT_NODE)if(xu(e.nodeName,n)||Vp(e,t)){if(Ua(e,$b)||xu(e.nodeName,["BR"]))return!1;if(Ua(e,pc))return!0;if(Vp(e,t)){let r=globalThis.getComputedStyle(e);if(r.display==="block"||r.display==="flex")return!1}return I7(e,t)}else return Ua(e,pc);return!1}function vy(e,t,n){if(!(e.nodeType===Node.ELEMENT_NODE||e.nodeType===Node.TEXT_NODE)||e.nodeType===Node.ELEMENT_NODE&&Ua(e,Vb,!0))return!0;if(e.nodeType===Node.ELEMENT_NODE&&Ua(e,zb))return!1;let{stayOriginalTags:r,excludeTags:a}=t,i=[];return n&&a&&a.length>0?i=a||[]:i=a.filter(o=>!r.includes(o)),!!(e.nodeType===Node.ELEMENT_NODE&&(e.getAttribute("translate")==="no"||e.classList.contains("notranslate"))||xu(e.nodeName,i))}function Ic(e,t,n){let r=e.trim();return r.length>=t||r.split(" ").filter(o=>o.trim()!=="").length>=n||!Cy(r)&&r.length>=n}function Sy(e,t,n){let r=e.trim();if(r.length<=t)return!0;if(Cy(r)){if(r.split(" ").length<=n)return!0}else if(r.length<=n)return!0;return!1}function Cy(e){for(let t=0;t127)return!1;return!0}function my(e){if(e&&e.includes("://")&&!e.includes(" ")&&e.length<512)try{return new URL(e),!0}catch{return!1}else return!1}function fy(e){return e?/^[a-zA-Z0-9._-]+@[a-zA-Z0-9.-]+\.[a-zA-Z]{2,4}$/.test(e):!1}function hy(e){return e?/^[_\d:\-+\.。,,% ]+$/.test(e):!1}function by(e){if(e&&e.startsWith("#")){if(e.split("#").length>2)return!1;if(e.indexOf(" ")===-1)return!0}return!1}function yy(e){return!!(e&&e.startsWith("@")&&e.indexOf(" ")===-1)}function Ua(e,t,n=!1){return Yp(e,t,"1",n)}function Yp(e,t,n,r=!1){return Rc&&!r?e[In]?!!(e[In]&&e[In][t]===n):!1:e.dataset[t]===n}function zo(e){return(e.innerText||e.textContent||"").trim()}function Qp(e){let t=e.querySelectorAll("iframe"),n="";for(let r=0;r2e3))break}return n}function Oc(e){return e?typeof e=="string"?document.querySelector(e)!==null:e.some(t=>document.querySelector(t)):!1}function vt(e,t,n,r=!1,a=!1){e.isContentEditable&&!a||(Rc&&!r?(e[In]||(e[In]={}),e[In][t]||(e[In][t]=n)):e.dataset[t]!==n&&(e.dataset[t]=n))}function zc(e,t,n=!1){if(Rc&&!n){if(!e[In]||!e[In][t])return;delete e[In][t]}else delete e.dataset[t]}function No(e,t,n=!1){return Rc&&!n?!e[In]||!e[In][t]?void 0:e[In][t]:e.dataset[t]}function Vp(e,t){let n=t.allBlockTags.concat(t.inlineTags).concat(t.excludeTags);return!xu(e.nodeName,n)}function _e(){if(!globalThis||!globalThis.location)return"https://example.com";if(!st())return globalThis.location.href;try{let t=globalThis.location.href,n=new URL(t);if(n.protocol==="about:"||n.protocol==="blob:"){if(globalThis.location.ancestorOrigins&&globalThis.location.ancestorOrigins.length>0)return globalThis.location.ancestorOrigins[0];let r="";try{r=globalThis.parent.location.href}catch{}return r||(globalThis.location!=globalThis.parent.location?document.referrer:document.location.href)}else return t}catch{}return globalThis.location.href}function Kn(e,t,n){if(e instanceof ShadowRoot){try{e.appendChild(document.createElement("style")).textContent=t}catch(r){R.warn("injectCSS failed, rootDocument"+r?.message,e)}return}if(e&&e.head&&e.head.appendChild){let r=e.createElement("style");if(n){let a=e.querySelector(`style[data-id="${n}"]`);a&&a.remove(),r.dataset.id=n}r.textContent=t,e.head.appendChild(r)}else if(e){let r=document.createElement("head"),a=document.createElement("style");a.textContent=t,r.appendChild(a),e.appendChild(r)}else R.warn("injectCSS failed, rootDocument does not have head node",e)}function Oo(e){let t=e.getAttribute("src");if(t){if(t==="about:blank")return!0;if(B7){if(t.startsWith("blob:"))return!0}else if(t.startsWith("blob:"))return!!document.querySelector("meta[name='immersive-translate-ebook-viewer']")||!t.startsWith("blob:http");return!1}try{if(e.contentDocument&&e.contentDocument.body)return!0}catch{}return!1}function xu(e,t){if(!e||!t)return!1;Array.isArray(t)||(t=[t]),e=e.toUpperCase();for(let n of t)if(e===n)return!0;return!1}function xy(e){let t=e.replace("#",""),n=parseInt(t.substring(0,2),16),r=parseInt(t.substring(2,4),16),a=parseInt(t.substring(4,6),16);return{r:n,g:r,b:a}}function Ey(e,t,n,r){if(r.document.caretPositionFromPoint){let a=r.document.caretPositionFromPoint(e,t);if(a){let i=r.document.createRange(),o=a.offsetNode;if(!o||o.nodeType!==Node.TEXT_NODE||vy(o,n,!0))return null;try{i.setStart(o,a.offset),i.setEnd(o,a.offset)}catch(s){return R.warn("getRangeFromPoint error",s),null}return i}return null}else return r.document.caretRangeFromPoint?r.document.caretRangeFromPoint(e,t):null}function wy(e,t,n){let r=0,a=(i,o,s,u)=>{if(++r>100||u===i)return i;let l=i.shadowRoot;if(!l||typeof l.elementFromPoint!="function")return i;let c=l.elementFromPoint(o,s);return c?a(c,o,s,i):i};return a(e,t,n)}p();function Ui(e,t,n,r,a){let i=t,o=uu[i]||[],s="";e&&o&&o.length>0&&o.forEach(c=>{let{name:g}=c;if(e&&n&&n[g]){let f=n[g];if(["borderRadius"].includes(g)&&(f+="px"),s+=`--immersive-translate-theme-${i}-${g}: ${f}; +`,wrapperSuffix:"
"},{id:"bing",matches:"https://*.bing.com/search*",extraInlineSelectors:["a","i"],globalStyles:{"[class*='lineclamp'],.b_title":"-webkit-line-clamp:unset;"}},{id:"yahoo",matches:"*.yahoo.*",excludeSelectors:["._ys_jiqava","#ybar-inner-wrap","#Col2-5-Rmp-Proxy"],extraBlockSelectors:[".SIPGg",".sc-kzMCTH.pSZXj"],globalStyles:{"#atomic .Mt\\(20px\\)":"margin-top: 100px;","[class*='LineClamp']":"-webkit-line-clamp:unset;max-height:unset;","a[class*='js-content-viewer']> div[class*='Td\\(n\\)']":"overflow: scroll;","[class*='_ys_24482e']":"-webkit-line-clamp:unset;","#Aside > :first-child":"overflow:scroll;"}},{id:"wsj",matches:"www.wsj.com",excludeSelectors:["header","footer","nav","[aria-label='Markets summary']"]},{id:"businessinsider",matches:"www.businessinsider.com",excludeSelectors:["header","nav","section.live-updates-module "]},{id:"goodreads",matches:"www.goodreads.com",excludeSelectors:[".badgeYear",".gr-mediaBox__desc",".bookVotedRow",".minirating","div[itemprop='aggregateRating']",".wtrButtonContainer",".RatingsHistogram__labelTitle",".FollowButton",".siteHeader__topLevelLink","#books > thead","td[class*='rating']","td[class*='shelves']","td[class*='date_read']","td[class*='date_added']","td[class*='actions']"]},{id:"feeder",matches:"https://feeder.co/*",globalStyles:{".item-summary":"-webkit-line-clamp:unset;"}},{id:"elektrotechnik",matches:"https://www.elektrotechnik.rwth-aachen.de/*",globalAttributes:{"[class='notranslate']":{class:""}}},{id:"nytimes",matches:"www.nytimes.com",excludeSelectors:["#app > div > div > header","#app > div > div > div > div > header","#in-story-masthead"],injectedCss:["a::after {position:relative!important;}"]},{id:"bugsKde",matches:"bugs.kde.org","excludeTags.remove":["svg","PRE"],additionalExcludeSelectors:[".bz_first_comment_head",".bz_comment_head",".related_actions"]},{id:"eastmoney",matches:"guba.eastmoney.com",searchEnhancementConfig:[{id:"eastmoney",urlMatch:"guba.eastmoney.com/news,us\\w+,\\w+.html",delayTime:0,selector:".moneyFlowContainer",selectorAction:"insertBefore",style:{container:"background:white;border:none;border-radius: 4px;box-shadow: 0 2px 4px hsla(216,5%,62%,.14);",source:"font-size:12px; margin-bottom: 0px;",keyword:"color:#294688",title:"font-size:14px;color:#294688;",enTitle:"margin-top:4px;font-size:12px;",searchTitle:"margin:4px 0 16px;position:relative;padding-right:24px;font-size: 16px;",time:"margin: 0px 0 16px;",more:"color:#294688;margin-top:8px;"},keyword:{value:"[0]$1 stock",matches:[{source:"url",matchRegex:"guba.eastmoney.com/news,us(\\w+?),\\S+.html"}]},showCount:8},{id:"eastmoney",urlMatch:"guba.eastmoney.com/list,us\\w+.*.html",delayTime:0,selector:".qualityContentContainer",selectorAction:"insertBefore",style:{container:"background:white;border:none;border-radius: 4px;box-shadow: 0 2px 4px hsla(216,5%,62%,.14);",source:"font-size:12px; margin-bottom: 0px;",keyword:"color:#294688",title:"font-size:14px;color:#294688;",enTitle:"margin-top:4px;font-size:12px;",searchTitle:"margin:4px 0 16px;position:relative;padding-right:24px;font-size: 16px;",time:"margin:0px 0 16px;",more:"color:#294688;margin-top:8px;"},keyword:{value:"[0]$1:[0]$2",matches:[{source:{type:"selector",attribute:"href"},matchRegex:"code=(\\w+)_(\\w+)",match:"a[href*='rank/stock?code=']"}]},showCount:8}]},{id:"xueqiu",matches:"xueqiu.com",searchEnhancementConfig:[{id:"xueqiu",urlMatch:"xueqiu.com/S/[a-zA-Z]+/?$",delayTime:0,selector:".container-side-sm.float-right.stock__side",selectorAction:"appendChild",style:{container:"background:white;border:none;border-radius: 4px;padding:0;",source:"font-size:12px; margin-bottom: 0px;",keyword:"color:#06c",title:"font-size:14px;color:#06c;",enTitle:"margin-top:4px;font-size:12px;",searchTitle:"margin:4px 0 16px;position:relative;padding-right:24px;font-size: 16px;font-weight: bold;",time:"margin:0px 0 16px;",more:"color:#06c;margin-top:8px;"},showCount:8,keyword:{value:"[0]$1",matches:[{source:{type:"selector",attribute:"text"},matchRegex:"\\((.+)\\)",match:".stock-name"}]}}]},{id:"laohu8",matches:"www.laohu8.com",searchEnhancementConfig:[{id:"laohu8",urlMatch:"www.laohu8.com/stock/[a-zA-Z]+/?$",delayTime:0,selector:".hot-stocks-root",selectorAction:"insertBefore",style:{container:"background:white;border:none;border-radius: 4px;box-shadow: 0 2px 4px hsla(216,5%,62%,.14);",source:"font-size:12px; margin-bottom: 0px;",title:"font-size:14px;color: #007bff;",enTitle:"margin-top:4px;color: #4d5156;font-size:12px;",searchTitle:"margin:4px 0 16px;position:relative;padding-right:24px;font-size: 16px;",time:"margin: 0px 0 16px;"},keyword:{value:"[0]$1 stock",matches:[{source:"url",matchRegex:"stock/([a-zA-Z]+)"}]},showCount:8}]},{id:"futunn",matches:"www.futunn.com",searchEnhancementConfig:[{id:"futunn",urlMatch:"www.futunn.com/stock/\\w+-US",delayTime:0,selector:".right",selectorAction:"appendChild",style:{container:"background:white;border:none;border-radius: 4px;box-shadow: 0 2px 4px hsla(216,5%,62%,.14);",source:"font-size:12px; margin-bottom: 4px;",title:"font-size:14px;color: #007bff;",enTitle:"margin-top:4px;color: #4d5156;font-size:12px;",searchTitle:"margin:4px 0 16px;position:relative;padding-right:24px;font-size: 16px;",time:"margin: 4px 0 20px;"},keyword:{value:"[0]$1 stock",matches:[{source:"url",matchRegex:"stock/([a-zA-Z]+)-US"}]},showCount:8}]},{id:"bmvrMarseille",matches:"www.bmvr.marseille.fr",globalStyles:{"a > div":"display:block;","[style*='358px;']":"width: 33.3333%; height: auto; padding: 0px; position: relative; margin: 0px;"},globalAttributes:{"#app":{class:""}}},{id:"piAi",matches:"pi.ai/talk",globalStyles:{"[class*='text-brand-green']":"flex-direction:column;"}},{id:"claudeAi",matches:"claude.ai",excludeSelectors:[".contents *"],"excludeTags.remove":["PRE"],injectedCss:"[data-testid='chat-menu-trigger'] br {display:none;}",aiRule:{messageWrapperSelector:".contents",messageContainerSelector:".ReactMarkdown",messageStreamEndSelector:".contents > button",streamingChange:!0,streamingDeepChild:!1,streamingDelayTime:1e3}},{id:"feishu",matches:["*.feishu.cn","*.larkoffice.com","*.larksuite.com"],"additionalExcludeSelectors.remove":[".notranslate","[translate=no]"],mutationObserverLimitTargetSelectors:[".maindocbody","div[class*='render']","div[class*='block']"],"excludeSelectors.add":[".catalogue__list"]},{id:"gitbook",selectorMatches:[".gitbook-root"],"additionalExcludeSelectors.remove":[".notranslate","[translate=no]"],"additionalExcludeSelectors.add":["[spellcheck='false']"]},{id:"mitre",matches:"cwe.mitre.org",globalStyles:{"span.list_entry":"height: unset;"}},{id:"kaggle",matches:"www.kaggle.com",excludeTags:["i","button"]},{id:"ieee",matches:"spectrum.ieee.org",extraBlockSelectors:["small"]},{id:"ieeexplore",matches:"ieeexplore.ieee.org",stayOriginalSelectors:["a[ref-type]",".inline-formula",".display-formula"]},{id:"cnn",matches:"*.cnn.com","excludeSelectors.add":[".ad-slot-header__wrapper","#pageFooter"],"bodyRule.add":{bodySelector:".layout__content-wrapper",articleSelector:".article__content-container"}},{id:"marginalrevolution",matches:"marginalrevolution.com",globalAttributes:{header:{translate:"unset;"}}},{id:"highfrequencyelectronics",matches:"www.highfrequencyelectronics.com",globalStyles:{"#main-content":"overflow:unset;"}},{id:"githubBlog",matches:"github.blog",globalStyles:{".font-mktg":"word-break:normal;"}},{id:"semanticscholar",matches:"www.semanticscholar.org",selectors:[".cl-paper-title",".cl-paper-abstract",".tldr-abstract-replacement",".text-truncator",".paper-detail-title"]},{id:"uni-trier",matches:"dblp.uni-trier.de",selectors:["h1","h2",".title",".external","dd p"],excludeSelectors:[".side-column"]},{id:"bilibili",matches:"www.bilibili.com","excludeSelectors.add":[".bpx-player-subtitle-panel-text"],"subtitleRule.add":{type:"bilibili",subtitleUrlRegExp:"aisubtitle.hdslb.com/bfs",loadingContainerSelector:".bpx-player-subtitle-panel"}},{id:"time",matches:"time.com",excludeSelectors:[".date-and-duration"],globalStyles:{".headline":"-webkit-line-clamp:unset;overflow:unset;height:unset;",h3:"-webkit-line-clamp:unset;overflow:unset;",p:"-webkit-line-clamp:unset;overflow:unset;"}},{id:"docs-swift",matches:"docs.swift.org",selectors:[".content","#menu"]},{id:"uzh",matches:"www.uzh.ch",injectedCss:[".TextImage--inner {overflow:auto !important;}"]},{id:"mail-yandex",matches:"mail.yandex.com",selectors:["article",".Text_color_primary",".mail-MessageSnippet-Item_subject"],globalStyles:{".mail-MessageSnippet":"height: unset; line-height:unset;",".immersive-translate-target-translation-block-wrapper":"margin:unset;"}},{id:"forums.zotero",matches:"forums.zotero.org",selectors:[".page-sidebar",".page-content"]},{id:"pubmed.ncbi.nlm.nih.gov",matches:"pubmed.ncbi.nlm.nih.gov",urlChangeDelay:0,excludeSelectors:[".docsum-journal-citation",".citation-part",".docsum-authors",".top-wrapper",".article-source",".citation-doi",".identifiers",".cite",".share",".arrow-link"],globalAttributes:{"#Scholarscope_HighlightContent":{class:""},"#Scholarscope_HighlightOrigin":{class:"Scholarscope_HighlightContents"}},mutationExcludeContainsSelectors:["#Scholarscope_HighlightContent highlight"],mutationExcludeSelectors:["#Scholarscope_HighlightContent","#Scholarscope_HighlightContent span"],injectedCss:["#Scholarscope_HighlightOrigin > p font,#Scholarscope_HighlightContent > p font {display: inline!important;}","#Scholarscope_HighlightOrigin > p font br,#Scholarscope_HighlightContent > p font br {display: none!important;}"]},{id:"chosun",matches:"www.chosun.com",injectedCss:"body {word-break: unset!important;}"},{id:"yna",matches:"*.yna*",injectedCss:["font > br {display:none}"],globalStyles:{"a,strong":"max-height:unset;-webkit-line-clamp:unset;height:unset;white-space:unset;","div,p,li,.item-box01,.news-con":"height:unset;max-height:unset;-webkit-line-clamp:unset;"},"additionalExcludeSelectors.remove":[".notranslate","[translate=no]"]},{id:"cnet",matches:"www.cnet.com",globalStyles:{"h3,div,span,p":"max-height:unset;-webkit-line-clamp:unset;height:unset;white-space:unset;"}},{id:"dolmods",matches:"dolmods.net",globalStyles:{"[class*='max-h']":"max-height:unset!important;"}},{id:"digitimes",matches:"www.digitimes.com",globalStyles:{"a,.title,.abstract,.display-5,.top":"max-height:unset;-webkit-line-clamp:unset;height:unset;white-space:unset;"},"excludeSelectors.add":[".main-nav-frame",".sub-header-wrapper",".footer",".date"],"additionalExcludeSelectors.remove":[".notranslate","[translate=no]"]},{id:"vdi-nachrichten",matches:"www.vdi-nachrichten.com","excludeSelectors.add":[".header-menu__item > a",".linkbar__item",".header__button-group"]},{id:"htdp",matches:"htdp.org",excludeTags:["blockquote"],stayOriginalSelectors:[".RktIn"]},{id:"newsletterss",matches:"newsletterss.com",initialGlobalAttributes:{iframe:{scrolling:"auto"}}},{id:"docusaurus",selectorMatches:["#__docusaurus"],"excludeSelectors.add":["aside",".DocSearch-Modal"]},{id:"mercari",matches:"*.mercari.com","excludeTags.remove":["PRE"]},{id:"qqMail",matches:"mail.qq.com",useIframePostMessage:!1},{id:"nikkei",matches:"www.nikkei.com",globalStyles:{"h3,div,span,p":"max-height:unset;-webkit-line-clamp:unset;height:unset;white-space:unset;"}},{id:"pubs.rsc.org",matches:"pubs.rsc.org",excludeSelectors:[".eqn"]},{id:"indeed",matches:"*.indeed.com",globalStyles:{"span,.css-19rjr9w.e1wnkr790":"max-height:unset;-webkit-line-clamp:unset;height:unset;white-space:unset;"},"excludeTags.remove":["BUTTON"]},{id:"brutalist",matches:"brutalist.report",selectors:["li > a:first-child","aside","nav > a","h1 > a","h3 > a","h2 >a"],"additionalExcludeSelectors.remove":[".notranslate","[translate=no]"]},{id:"maxroll",matches:["maxroll.gg"],extraInlineSelectors:[".d4t-sprite-icon",".d4t-icon"],injectedCss:["font {font-family: sans-serif !important;}"]},{id:"microsoftTeams",matches:["teams.live.com"],"stayOriginalSelectors.add":["span[title][style='min-width: 20px; height: 20px;']"]},{id:"gradioappdocs",matches:"www.gradio.app/docs/*",selectors:["div.obj"],excludeSelectors:["div#examples"]},{id:"arca",matches:"arca.live","excludeTags.remove":["PRE"]},{id:"chatpdf",matches:["www.chatpdf.com"],"additionalExcludeSelectors.remove":[".notranslate"],excludeSelectors:[".chat-message-row.ai *",".pdf-viewer"],aiRule:{streamingSelector:"",messageWrapperSelector:".chat-message-row.ai",streamingChange:!1,streamingDeepChild:!0,streamingDelayTime:1e3}},{id:"inciteful",matches:["inciteful.xyz"],"excludeTags.remove":["BUTTON"]},{id:"app.element.io",matches:["app.element.io"],"additionalExcludeSelectors.remove":[".notranslate"],"excludeSelectors.add":[".mx_DisambiguatedProfile",".mx_ReplyChain_wrapper",".mx_ThreadSummary_replies_amount"]},{id:"fastapi.tiangolo.com",matches:"fastapi.tiangolo.com",selectors:["article"]},{id:"termynal",selectorMatches:["link[href*='termynal.css']"],"stayOriginalSelectors.add":[".termy"]},{id:"cpb-nl",matches:["www.cpb.nl"],"bodyRule.add":{enable:!1}},{id:"hub.logseq",matches:["hub.logseq.com"],globalStyles:{"[class*=':h-[']":"height:unset;"}},{id:"chat.zalo",matches:["chat.zalo.me"],"additionalExcludeSelectors.remove":[".notranslate"],inputExecCommandDeleteEnable:!0,"inputConfig.add":{execCommandDeleteEnable:!0}},{id:"epam",matches:"*.epam.com",globalStyles:{"[class*='ContentAnchorLinkList']":"word-break:unset;"},"excludeSelectors.add":["#blog-page-sidebar-wrapper"],"excludeTags.remove":["BUTTON"]},{id:"discussions.apple",matches:"discussions.apple.com","excludeSelectors.add":[".page-number"]},{id:"www.sixthtone.com",matches:["www.sixthtone.com"],"excludeSelectors.add":["#footer","[class^=index_time]","[class^=index_anthorList]","[class^=index_node]","[class^=index_popupWrapper]"]},{id:"forum.unity",matches:["forum.unity.com"],"excludeSelectors.add":[".bbCodeCode"]},{id:"wattpad",matches:["www.wattpad.com"],"excludeTags.remove":["PRE"],globalAttributes:{header:{translate:"unset;"}},globalStyles:{".story-info .item-description":"overflow: scroll;"}},{id:"netflix",matches:["www.netflix.com"],"excludeSelectors.add":[".player-timedtext"],"mutationExcludeSelectors.add":[".player-timedtext *"],"subtitleRule.add":{type:"netflix",loadingContainerSelector:".watch-video",subtitleUrlRegExp:"^https://.+?.oca.nflxvideo.net/\\?([ovet]=[^=]+){4}$",loadingStyle:"bottom: 15%;",quickButtonRule:{appendSelector:'[data-uia="control-next"]',insertBeforeSelector:'[data-uia="control-next"]',injectCSS:".imt-quick-subtitle-button {height: 60%; margin-right: 50px; font-size: 20px; } .logo,.logo svg { height: 36px; width: 36px} .label { display: none; } .imt-quick-subtitle-pop-content {transform: translateX(50%); right: 0}"},videoSelector:"video",attachRule:{appendSelector:".watch-video",injectedCSS:[".imt-caption-window {margin-bottom: 0px; bottom: 10vw;}"],injectedGlobalCSS:[".player-timedtext {display: none !important; }"]}}},{id:"udemy",matches:["www.udemy.com"],"excludeSelectors.add":["[data-purpose='captions-cue-text']",".shaka-text-container"],"mutationExcludeSelectors.add":["[data-purpose='captions-cue-text'] *",".shaka-text-container *"],"subtitleRule.add":{type:"udemy",subtitleUrlRegExp:"^https://vtt.*\\.udemycdn\\.com/.*\\.vtt",videoPlayerSelector:"video.shaka-video",humanTrust:85,loadingContainerSelector:".shaka-video-container",loadingStyle:"bottom: 15%;",injectedCss:["[class^='well--text'] {white-space: pre;}"],quickButtonRule:{appendSelector:'[data-purpose="video-controls"]'}},"subtitleRule.add_v.[1.4.1]":{hookType:"fetch|xhr"}},{id:"iview",matches:"iview.abc.net.au",excludeSelectors:[".jwplayer"],"mutationExcludeSelectors.add":[".jwplayer *"],"subtitleRule.add":{type:"webvtt",subtitleUrlRegExp:"/cc/.*\\.(vtt|webvtt)$",loadingContainerSelector:".jwplayer",quickButtonRule:{appendSelector:".jw-reset.jw-button-container",insertBeforeSelector:".jw-settings-submenu-button",injectCSS:".imt-quick-subtitle-pop-content {z-index: 999999;}"}}},{id:"nmaart",matches:"www.nma.art",excludeSelectors:[".video-container"],"mutationExcludeSelectors.add":[".video-container *"],"subtitleRule.add":{type:"webvtt",subtitleUrlRegExp:"/texttrack/.*\\.(vtt|webvtt)",loadingContainerSelector:".video-container",quickButtonRule:{appendSelector:".vjs-control-bar",insertBeforeSelector:".vjs-playback-rate"}}},{id:"apple",matches:"developer.apple.com",excludeSelectors:[".developer-video-player"],"mutationExcludeSelectors.add":[".developer-video-player *"],"subtitleRule.add":{type:"webvtt",subtitleUrlRegExp:"\\.(vtt|webvtt)"}},{id:"khanacademy",matches:["www.khanacademy.org"],"subtitleRule.add":{type:"khanacademy",subtitleUrlRegExp:"GetSubtitles",hookType:"fetch"},"stayOriginalSelectors.add":[".mathjax-wrapper"]},{id:"nebula",matches:["nebula.tv"],"excludeSelectors.add":["[data-subtitles-container='true']"],"mutationExcludeSelectors.add":["[data-subtitles-container='true'] *"],"subtitleRule.add":{type:"webvtt",subtitleUrlRegExp:"\\.vtt$",loadingContainerSelector:".video-poster",quickButtonRule:{appendSelector:".icon-spacing.css-4yh7a0",insertBeforeSelector:"#subtitles-toggle-button",ccEnableSelector:"#subtitles-toggle-button"}}},{id:"frontendmasters",matches:["frontendmasters.com"],"excludeSelectors.add":[".vjs-text-track-display"],"mutationExcludeSelectors.add":[".vjs-text-track-display *"],"subtitleRule.add":{type:"webvtt",subtitleUrlRegExp:".vtt$",loadingContainerSelector:".vjs-text-track-display",injectedCss:["#immersive-translate-quick-button-container {order: 2} .imt-quick-subtitle-pop-content {z-index: 2147483647}"],quickButtonRule:{appendSelector:".vjs-control-bar"},videoSelector:".PromoPlayer video",attachRule:{appendSelector:".video-js",injectedGlobalCSS:".vjs-text-track-display {display: none;}"}}},{id:"udacity",matches:["*.udacity.com"],"excludeSelectors.add":[".vjs-text-track-display"],"mutationExcludeSelectors.add":[".vjs-text-track-display *"],"subtitleRule.add":{type:"webvtt",subtitleUrlRegExp:".vtt$",loadingContainerSelector:".vjs-text-track-display"}},{id:"skillshare",matches:["www.skillshare.com"],"excludeSelectors.add":[".vjs-text-track-display"],"mutationExcludeSelectors.add":[".vjs-text-track-display *"],"subtitleRule.add":{type:"webvtt",subtitleUrlRegExp:"\\.vtt\\?",loadingContainerSelector:".vjs-text-track-display",injectedCss:["#immersive-translate-quick-button-container {order: 13}"],quickButtonRule:{appendSelector:".vjs-control-bar",insertBeforeSelector:".vjs-volume-panel",injectCSS:" .label { display: none; } .imt-quick-subtitle-pop-content {transform: translateX(43%); right: 0; z-index: 2147483647 } "}}},{id:"domestika",matches:["www.domestika.org"],"excludeSelectors.add":[".vjs-text-track-display"],"mutationExcludeSelectors.add":[".vjs-text-track-display *"],"subtitleRule.add":{type:"webvtt",subtitleUrlRegExp:".*subtitles.*\\.vtt",quickButtonRule:{appendSelector:".controlBar-wrapper .right-wrapper",insertBeforeSelector:".vjs-volume-panel"}}},{id:"hbomax",matches:["play.max.com","play.hbomax.com"],"excludeSelectors.add":["[data-testid='playerContainer']","[data-testid='CueBoxContainer']"],"mutationExcludeSelectors.add":["[data-testid='playerContainer'] *","[data-testid='CueBoxContainer'] *"],"subtitleRule.add":{type:"webvtt",subtitleUrlRegExp:"\\.vtt$",loadingContainerSelector:"[data-testid='playerContainer']"}},{id:"mindvalley",matches:["home.mindvalley.com"],"excludeSelectors.add":[".vjs-text-track-display"],"mutationExcludeSelectors.add":[".vjs-text-track-display *"],"subtitleRule.add":{type:"webvtt",subtitleUrlRegExp:"\\.webvtt$",loadingContainerSelector:".vjs-text-track-display",injectedCss:["#immersive-translate-quick-button-container {order: 6}"],quickButtonRule:{appendSelector:'[data-testid="video-section"] .vjs-control-bar',insertBeforeSelector:'[data-testid="video-section"] .vjs-volume-panel',injectCSS:".imt-quick-subtitle-pop-content {z-index: 999999;}"}}},{id:"masterclass",matches:["www.masterclass.com","learn.microsoft.com"],"excludeSelectors.add":[".vjs-text-track-display"],"mutationExcludeSelectors.add":[".vjs-text-track-display *"],"subtitleRule.add":{type:"webvtt",subtitleUrlRegExp:"\\.vtt",loadingContainerSelector:".vjs-text-track-display",quickButtonRule:{appendSelector:".vjs-control-bar",insertBeforeSelector:".vjs-playback-rate"}}},{id:"viu",matches:["www.viu.com"],"excludeSelectors.add":[".bmpui-ui-viu-subtitle-overlay"],"mutationExcludeSelectors.add":[".bmpui-ui-viu-subtitle-overlay *"],"subtitleRule.add":{type:"webvtt",hookType:"xhr",subtitleUrlRegExp:"https?://[^/]+\\.cloudfront\\.net/[^/]+/[^/]+$",loadingContainerSelector:".bmpui-container-wrapper",loadingStyle:"bottom: 20%;",injectedCss:[".bmpui-controls-hidden #immersive-translate-quick-button-container {display: none;}"],quickButtonRule:{appendSelector:".bmpui-ui-container.bmpui-ui-viu-subtitle > .bmpui-container-wrapper",injectCSS:".imt-quick-subtitle-button {margin-bottom: 8px}"}}},{id:"linkin",matches:"*.linkedin.com","excludeSelectors.add":[".vjs-text-track-display"],"mutationExcludeSelectors.add":[".vjs-text-track-display *"],"subtitleRule.add":{type:"webvtt",subtitleUrlRegExp:".*ambry/\\?x-li-ambry-ep=.*",hookType:"xhr",loadingContainerSelector:".video-player-container",quickButtonRule:{appendSelector:".vjs-control-bar",insertBeforeSelector:".vjs-captions-toggle"}}},{id:"kanopy",matches:"*.kanopy.com","excludeSelectors.add":[".vjs-text-track-display"],"mutationExcludeSelectors.add":[".vjs-text-track-display *"],"subtitleRule.add":{type:"webvtt",subtitleUrlRegExp:".*captioncache/webvtt.*",hookType:"xhr",loadingContainerSelector:".video-player-container",injectedCss:["#immersive-translate-quick-button-container{height: 40px;display: flex;align-items: center;align-self: flex-end;}"],quickButtonRule:{appendSelector:".vjs-control-bar",insertBeforeSelector:".vjs-caption-control"}}},{id:"iflix",matches:["www.iflix.com","wetv.vip"],"excludeSelectors.add":[".text-track"],"mutationExcludeSelectors.add":[".player-wrapper *"],"subtitleRule.add":{type:"webvtt",subtitleUrlRegExp:"\\.vtt",hookType:"xhr",loadingContainerSelector:"#player-wrapper",loadingStyle:"bottom: 18%;",quickButtonRule:{appendSelector:'[data-role="wetv-ctrlbar-right"]',insertBeforeSelector:'[data-role="wetv-player-definition"]'}}},{id:"imdb",matches:"www.imdb.com","excludeSelectors.add":[".jw-text-track-container"],"mutationExcludeSelectors.add":[".jw-text-track-container *"],"subtitleRule.add":{type:"webvtt",subtitleUrlRegExp:"\\.srt$",loadingContainerSelector:"#imdbnext-vp-jw-single",quickButtonRule:{appendSelector:".jw-reset.jw-button-container",insertBeforeSelector:'[button="ttt-button"]'}}},{id:"itv",matches:["www.itv.com"],"subtitleRule.add":{type:"text_track",videoPlayerSelector:".genie-video",loadingContainerSelector:".genie-container",loadingStyle:"bottom: unset; top: 5%;",quickButtonRule:{appendSelector:".control-bar_right-child-container",insertBeforeSelector:".controls-toggle_button--fullscreen"}}},{id:"egghead",matches:["egghead.io"],"subtitleRule.add":{type:"text_track",videoPlayerSelector:".cueplayer-react-video",loadingContainerSelector:".cueplayer-react-video-holder",loadingStyle:"bottom: unset; top: 5%;",quickButtonRule:{appendSelector:".cueplayer-react-control-bar-right-part",insertBeforeSelector:".cueplayer-react-closed-caption"}}},{id:"coursera",matches:["www.coursera.org"],"subtitleRule.add":{type:"text_track",videoPlayerSelector:".vjs-tech",loadingContainerSelector:".rc-VideoControlsContainer",loadingStyle:"bottom: unset; top: 5%;",quickButtonRule:{appendSelector:'[role="presentation"] > .rc-ControlBar > .icon-container'}}},{id:"ocrtraining",matches:["ocrtraining.cit.nih.gov","videocast.nih.gov"],"excludeSelectors.add":["#videocastPlayer"],"mutationExcludeSelectors.add":["#videocastPlayer *"],"subtitleRule.add":{type:"webvtt",subtitleUrlRegExp:"\\.srt$",loadingContainerSelector:"#videocastPlayer"}},{id:"espn",matches:["*.espn.com"],mainFrameMinTextCount:0,"excludeSelectors.add":["#fittPageContainer"],"mutationExcludeSelectors.add":["#fittPageContainer *"],"subtitleRule.add":{type:"webvtt",subtitleUrlRegExp:"\\.vtt$",injectedCss:["#immersive-translate-quick-button-container{margin-top:16px;}",".vjs-text-track-display > div >div {font:unset!important;}"],quickButtonRule:{appendSelector:".vjs-control-bar",insertBeforeSelector:".vjs-captions-button"}}},{id:"fmoviesz",matches:["fmoviesz.to","vidplay.online","c8365730d4.nl"],"excludeSelectors.add":["#player"],"mutationExcludeSelectors.add":["#player *"],"subtitleRule.add":{type:"multi_attach_vtt",subtitleUrlRegExp:"subtitle/.*\\.vtt$",quickButtonRule:{appendSelector:".jw-button-container",insertBeforeSelector:".jw-icon-cc"},activeLangSelector:"#jw-player-settings-submenu-captions .jw-settings-submenu-items .jw-settings-item-active",videoSelector:"video",attachRule:{appendSelector:"#player",injectedGlobalCSS:[".jw-text-track-container {display: none;}","@media (min-width: 576px) { video::cue {opacity: 0} }"]}}},{id:"aniwatch",matches:["megacloud.tv","aniwatch.to"],"excludeSelectors.add":[".jw-wrapper"],"mutationExcludeSelectors.add":[".jw-wrapper *"],"subtitleRule.add":{type:"multi_attach_vtt",subtitleUrlRegExp:"^(?!.*sprite\\.vtt$).*\\.vtt$",quickButtonRule:{appendSelector:".jw-button-container",insertBeforeSelector:".jw-icon-cc"},activeLangSelector:"#jw-player-settings-submenu-captions .jw-settings-submenu-items .jw-settings-item-active",videoSelector:"video",attachRule:{appendSelector:".jw-wrapper",injectedGlobalCSS:[".jw-text-track-container {display: none;}","@media (min-width: 576px) { video::cue {opacity: 0} }"]}}},{id:"rottentomatoes",matches:["*.rottentomatoes.com"],"excludeSelectors.add":[".jw-wrapper"],"mutationExcludeSelectors.add":[".jw-wrapper *"],"subtitleRule.add":{type:"webvtt",subtitleUrlRegExp:"\\.vtt$",quickButtonRule:{appendSelector:".jw-button-container",insertBeforeSelector:".jw-icon-cc"}}},{id:"dailymotion",matches:["*.dailymotion.com"],"excludeSelectors.add":[".player"],"mutationExcludeSelectors.add":[".player *"],mainFrameMinTextCount:0,"subtitleRule.add":{type:"subsrt",subsrtFormat:"srt",loadingContainerSelector:".player",subtitleUrlRegExp:"/video/.*\\.srt",quickButtonRule:{appendSelector:".controls_bottom_right",insertBeforeSelector:".subtitles_toggle_button"}}},{id:"movie-web",matches:["movie-web.app/media*"],"excludeSelectors.add":["#root"],"mutationExcludeSelectors.add":["#root *"],"subtitleRule.add":{type:"subsrt",hookType:"fetch",subsrtFormat:"vtt",loadingContainerSelector:".relative.h-screen.overflow-hidden",subtitleUrlRegExp:".*\\.vtt",quickButtonRule:{appendSelector:".hidden.justify-between .flex.items-center.space-x-3"}}},{id:"deeplearning",matches:["learn.deeplearning.ai"],"excludeSelectors.add":['[data-layout="video"]'],"mutationExcludeSelectors.add":['[data-layout="video"] *'],"subtitleRule.add":{type:"subsrt",subsrtFormat:"vtt",loadingContainerSelector:'[data-layout="video"]',subtitleUrlRegExp:".*\\.vtt",quickButtonRule:{appendSelector:".vds-controls-group:last-child",insertBeforeSelector:".vds-caption-button"}}},{id:"paramountplus",matches:["*.paramountplus.com"],"excludeSelectors.add":[".aa-player-skin"],"mutationExcludeSelectors.add":[".aa-player-skin *"],"subtitleRule.add":{type:"text_track_dynamic",injectedCss:[".tt-container {white-space: pre-line;}",".timed-text-css-box-inner {display: none!important;}",".timed-text-css-box-inner:last-child {display: block!important;}"],videoPlayerSelector:"video",quickButtonRule:{appendSelector:".top-menu-container"}}},{id:"pluto",matches:["pluto.tv"],"excludeSelectors.add":[".video-player-layout"],"mutationExcludeSelectors.add":[".video-player-layout *"],"subtitleRule.add":{type:"text_track_dynamic",videoPlayerSelector:"video",quickButtonRule:{appendSelector:".endControls-0-2-85"}}},{id:"vimeo",matches:["vimeo.com"],"excludeSelectors.add":[".vp-captions"],"mutationExcludeSelectors.add":[".vp-captions *"],"subtitleRule.add":{type:"text_track",videoPlayerSelector:"video",loadingContainerSelector:".player_container",loadingStyle:"bottom: unset; top: 5%;",injectedCss:["#immersive-translateQuickButton {visibility: inherit!important;}"],quickButtonRule:{appendSelector:'[data-control-bar="true"] > div',insertBeforeSelector:'[data-volume-control-container="true"]',ccEnableSelector:'[data-cc-button="true"]',injectCSS:".imt-quick-subtitle-button {margin-right: 0px; font-size: 12px;} .logo,.logo svg { height: 18px !important; width: 18px !important;} .imt-quick-subtitle-pop-content {bottom: 28px !important;}"}}},{id:"ted",matches:["www.ted.com"],"excludeSelectors.add":["#video"],"mutationExcludeSelectors.add":["#video *"],"subtitleRule.add":{type:"webvtt",hookType:"fetch",subtitleUrlRegExp:"\\.vtt",videoPlayerSelector:"video",loadingContainerSelector:"media-controller",quickButtonRule:{appendSelector:".pointer-events-none #media-control-bar",insertBeforeSelector:".pointer-events-none .media-volume-wrapper"}}},{id:"player.vimeo",matches:["https://player.vimeo.com/video/*","laracasts.com"],selectorMatches:["iframe[src*='player.vimeo.com']"],extraBlockSelectors:["span.vp-captions-line","span[class^=CaptionsRenderer_]"],"excludeSelectors.add":[".vp-captions-line"],"mutationExcludeSelectors.add":[".vp-captions *",".vp-captions-line *"],"subtitleRule.add":{type:"text_track",videoPlayerSelector:"video",loadingContainerSelector:".vp-telecine",loadingStyle:"bottom: unset; top: 5%; font-size: 12px;",injectedCss:["#immersive-translateQuickButton {visibility: inherit!important;}"],quickButtonRule:{appendSelector:'[data-control-bar="true"] > div',insertBeforeSelector:'[data-volume-control-container="true"]',ccEnableSelector:'[data-cc-button="true"]',injectCSS:".imt-quick-subtitle-button {margin-right: 0px; font-size: 12px;} .logo,.logo svg { height: 18px !important; width: 18px !important;} .imt-quick-subtitle-pop-content {bottom: 28px !important;}"}}},{id:"tv.adobe",matches:"https://*.tv.adobe.com","excludeSelectors.add":[".mpc-player"],"mutationExcludeSelectors.add":[".mpc-player *"],"subtitleRule.add":{type:"text_track",videoPlayerSelector:"video",loadingContainerSelector:".mpc-player",quickButtonRule:{appendSelector:".mpc-controls__container"}}},{id:"threejs-journey",matches:"threejs-journey.com","excludeSelectors.add":[".video-area"],"mutationExcludeSelectors.add":[".video-area *"],"subtitleRule.add":{type:"text_track",videoPlayerSelector:"video",loadingContainerSelector:".video-area",injectedCss:[".js-tracks-text.tracks-text {white-space: pre;}"],quickButtonRule:{appendSelector:".js-controls .right",insertBeforeSelector:".js-subtitles",injectCSS:".imt-quick-subtitle-button { font-size: 12px;} .logo,.logo svg { height: 18px !important; width: 18px !important;} .imt-quick-subtitle-pop-content {bottom: 38px !important;}"}}},{id:"codewithchris",matches:["learn.codewithchris.com","*.rachelsenglishacademy.com","www.unrealsenseiacademy.com"],"excludeSelectors.add":[".w-captions",".w-captions-line > div > span"],"mutationExcludeSelectors.add":[".w-captions *"],"subtitleRule.add":{type:"general",subtitleUrlRegExp:"/embed/captions/",loadingContainerSelector:".w-ui-container",hookType:"fetch",generalSetting:{captionsPath:"captions",itemsPath:"hash.lines",textKey:"text"}}},{id:"panopto",matches:["southampton.cloud.panopto.eu"],"excludeSelectors.add":[".primaryPlayer"],"mutationExcludeSelectors.add":[".primaryPlayer *"],"subtitleRule.add":{type:"general",subtitleUrlRegExp:"DeliveryInfo.aspx",disableSubsCache:!0,loadingContainerSelector:"#primaryPlayer",hookType:"fetch",generalSetting:{textKey:"Caption"},quickButtonRule:{appendSelector:"#transportControls",insertBeforeSelector:"#captionsButton"}}},{id:"edx",matches:["*.edx.org"],"excludeSelectors.add":[".closed-captions",".subtitles-menu"],mainFrameMinTextCount:0,"subtitleRule.add":{type:"general",subtitleUrlRegExp:"/transcript/translation/",loadingContainerSelector:".tc-wrapper",generalSetting:{itemsPath:"text"},injectedCss:[".subtitles-menu span,.closed-captions {white-space: pre-line;}","#immersive-translate-quick-button-container {display: inline-block; vertical-align: middle;}"],quickButtonRule:{appendSelector:".secondary-controls",insertBeforeSelector:".speeds.menu-container"}}},{id:"ardmediathek",matches:["www.ardmediathek.*"],"excludeSelectors.add":[".ardplayer-viewport-addon-overlays"],"mutationExcludeSelectors.add":[".ardplayer-viewport-addon-overlays *"],"subtitleRule.add":{type:"ebutt",hookType:"fetch",subtitleUrlRegExp:"subtitle/ebutt",loadingContainerSelector:".ardplayer-viewport-addon-overlays",quickButtonRule:{appendSelector:".ardplayer-footer .ardplayer-addons-container",insertBeforeSelector:".ardplayer-footer .ardplayer-button-sharing",injectCSS:".imt-quick-subtitle-button {font-size: 20px; } .logo,.logo svg { height: 36px !important; width: 36px !important;} .imt-quick-subtitle-pop-content {z-index: 2147483647;} "}}},{id:"bbc-iplayer",matches:["https://www.bbc.*/iplayer*"],"excludeSelectors.add":[".player"],"mutationExcludeSelectors.add":[".player *"],"subtitleRule.add":{type:"ebutt",hookType:"fetch",subtitleUrlRegExp:"iplayer/subtitles/.*.xml",loadingContainerSelector:".player__container"}},{id:"bbc",matches:["*.bbc.*"],"excludeSelectors.add":["section.module--languages",".drop-capped",".smp-toucan-player","smp-subtitles","#subtitle_subtitle2"],"mutationExcludeSelectors.add":["[data-testid='media-player-container-landscape'] *"],"subtitleRule.add":{type:"ebutt",hookType:"fetch",subtitleUrlRegExp:"iplayer/subtitles/.*.xml",loadingContainerSelector:".smp-toucan-player"}},{id:"zdf.de",matches:["www.zdf.de"],"excludeSelectors.add":[".zdfplayer-cue-region"],"subtitleRule.add":{type:"ebutt",subtitleUrlRegExp:"mtt/.*.xml",loadingContainerSelector:".zdfplayer-video-container",responseType:"document",injectedCss:["#immersive-translate-quick-button-container {display:inline-block;vertical-align:middle;margin-right:-16px;}"],quickButtonRule:{appendSelector:".right-controls-1FfJUp.svelte-inzdbf",insertBeforeSelector:".right-controls-1FfJUp.svelte-inzdbf button"}}},{id:"piped.video",matches:"piped.video","subtitleRule.add":{type:"ebutt",hookType:"fetch",subtitleUrlRegExp:"api/timedtext",loadingContainerSelector:".shaka-video-container",responseType:"document",quickButtonRule:{appendSelector:".shaka-controls-button-panel",insertBeforeSelector:".shaka-mute-button"}}},{id:"disneyplus",matches:["www.disneyplus.com"],"excludeSelectors.add":[".dss-hls-subtitle-overlay"],"mutationExcludeSelectors.add":[".dss-hls-subtitle-overlay *"],"subtitleRule.add":{type:"disneyplus",subtitleUrlRegExp:"\\.vtt$"}},{id:"mubi",matches:["https://mubi.com","https://mubi.de"],"subtitleRule.add":{type:"fmp4.xml",subtitleUrlRegExp:"textstream",hookType:"fetch",quickButtonRule:{appendSelector:".css-1k6yql2.e1b63bld4",insertBeforeSelector:".css-1ce7rqp.e7f2hfl0"}}},{id:"hulu",matches:"https://*.hulu.com","subtitleRule.add":{type:"hulu",hookType:"fetch",injectedCss:[".ClosedCaption {display:none!important;}"],videoSelector:"#content-video-player",subtitleUrlRegExp:"play.hulu.com/.*/playlist",loadingContainerSelector:"#web-player-app",quickButtonRule:{appendSelector:".PlayerSettingsGroup",insertBeforeSelector:".PlayerSettingsGroup .PlayerControlsButton"}}},{id:"youku.tv",matches:"www.youku.tv","excludeSelectors.add":["#subtitle"],"mutationExcludeSelectors.add":["#subtitle *"],"subtitleRule.add":{type:"subsrt",hookType:"fetch",injectedCss:["#immersive-translate-quick-button-container {display: inline-block; vertical-align: middle;}"],subtitleUrlRegExp:"\\.ass$",subsrtFormat:"ass",loadingContainerSelector:"#youku-dashboard",loadingStyle:"bottom: 10%;",quickButtonRule:{appendSelector:".kui-dashboard-dashboard-panel .kui-dashboard-rear-ctn",insertBeforeSelector:".kui-rate-control-0"}}},{id:"starz",matches:"www.starz.com","excludeSelectors.add":["starz-player"],"mutationExcludeSelectors.add":["starz-player *"],"subtitleRule.add":{type:"subsrt",subsrtFormat:"vtt",subtitleUrlRegExp:"\\.vtt$",loadingContainerSelector:"starz-player",loadingStyle:"bottom: 10%;",injectedCss:["#immersive-translate-quick-button-container {display: inline-block;}"],quickButtonRule:{appendSelector:"starz-player .button-group",insertBeforeSelector:"starz-player .button-group .video-player-icon-md"}}},{id:"www.iq.com",matches:"www.iq.com","excludeSelectors.add":[".iqp-subtitle"],"mutationExcludeSelectors.add":[".iqp-subtitle *"],"subtitleRule.add":{type:"xml",subtitleUrlRegExp:"\\.xml\\?",loadingContainerSelector:".intl-video-area",xmlTextSelector:"sub",loadingStyle:"bottom: 10%;",injectedCss:["#immersive-translate-quick-button-container {float: right; height: 100%;}"],quickButtonRule:{appendSelector:".iqp-contrls-right"}}},{id:"archiveToday",matches:["archive.today","archive.ph","archive.is","archive.md"],"excludeSelectors.add":["#HEADER"]},{id:"arxiv-vanity.com",matches:["www.arxiv-vanity.com"],"excludeSelectors.add":[".arxiv-vanity-wrapper"]},{id:"fibery",matches:["the.fibery.io"],"additionalExcludeSelectors.remove":["[translate=no]"],"additionalStayOriginalSelectors.add":[".entity-node-view-container"]},{id:"makersuite.google",matches:"makersuite.google.com","excludeSelectors.add":[".material-symbols-outlined"]},{id:"etymonline",matches:"www.etymonline.com",globalAttributes:{".crossreference.notranslate":{class:"crossreference"},".foreign.notranslate":{class:"foreign"}}},{id:"https://browse.arxiv.org/",matches:["https://browse.arxiv.org","https://arxiv.org/html/*"],"excludeSelectors.add":[".desktop_header","[class*='ltx_lst_language_']","div.package-alerts"]},{id:"jstor",matches:"www.jstor.org","excludeSelectors.add":[".audio-duration","[data-qa='card-item-count']"],globalStyles:{".card__heading":"-webkit-line-clamp:unset;","search-results-vue-pharos-image-card,search-ui-pharos-image-card":"display:flex;","search-results-vue-pharos-link":"display:inline;"}},{id:"tandfonline",matches:"*.tandfonline.com","extraInlineSelectors.add":["span.off-screen"]},{id:"boringreport",matches:["www.boringreport.org"],"excludeTags.remove":["BUTTON"]},{id:"bsky.app",matches:"https://bsky.app",selectors:["[data-testid=postText]"],isTranslateTitle:!1},{id:"peacocktv",matches:["*.peacocktv.com"],injectedCss:[".video-player__subtitles__line > font,.video-player__subtitles__line:only-child{display:block;}"]},{id:"noTranslate",matches:["*.tiktok.com","altis.world","*.newthingsunderthesun.com","*.gumroad.com","edstem.org","actions.tldrnewsletter.com","community.linkingyourthinking.com","doc.qt.io","winaero.com"],"additionalExcludeSelectors.remove":[".notranslate","[translate=no]"]},{id:"jmir",matches:["*.jmir.org"],"additionalInlineSelectors.add":[".tooltiptext"]},{id:"smzdm",matches:["www.smzdm.com"],"excludeSelectors.add":[".z-highlight",".feed-block-info",".z-feed-foot",".feed-block-descripe","#J_column_tab_box",".crumbs"],globalStyles:{".feed-block-title":"height:unset"}},{id:"xiaohongshu.com",matches:["www.xiaohongshu.com"],"excludeSelectors.add":[".author-wrapper",".info",".side-bar"],globalStyles:{"a.title":"-webkit-line-clamp:3"}},{id:"learnopengl",matches:["learnopengl.com"],globalStyles:{function:"position:relative;z-index:1000;"}},{id:"notateslaapp",matches:["www.notateslaapp.com"],"extraBlockSelectors.add":[".nav > *"]},{id:"eightfold",matches:["*.eightfold.ai"],injectedCss:[".flexbox{width:100%}"]},{id:"deno",matches:["deno.com"],injectedCss:[":root {font-feature-settings:unset}"]},{id:"soundcloud",matches:"soundcloud.com",injectedCss:[".compactTrackListItem {height: unset !important;}"],"excludeSelectors.add":[".searchTitle__textContent",".searchOptions__container",".compactTrackListItem__additional",".soundTitle__tagContainer",".searchResultGroupHeading",".sc-ministats-group",".compactTrackList__moreLink",".sound__soundActions"]},{id:"section.blog.naver.com",matches:"section.blog.naver.com",globalStyles:{".text,.title_post,.text_post,p,strong,div":"-webkit-line-clamp:unset;max-height:unset;height:unset;"},"extraBlockSelectors.add":[".item",".heading a",".info_find a"],"excludeSelectors.add":[".comments",".time"]},{id:"gradio-app",selectorMatches:"gradio-app","excludeTags.remove":["BUTTON"],"excludeSelectors.add":['[data-testid="block-label"]'],"mutationConfig.add":{buildTimeout:1e3,consumeTimeout:1e3}}]};p();p();function da(e){if(e.beta)return!1;if(Ge()&&e.spVersion)return hu(Ir(),e.spVersion);if(Y1()&&e.gspVersion){let t=Q1();if(t)return hu(t,e.gspVersion)}if(Up()&&e.ispVersion){let t=$1();if(t)return hu(t,e.ispVersion)}return!1}function hu(e,t){let n=e.split(".").reverse(),r=t.split(".").reverse(),a=0,i=0,o=1;for(let s=0;s<3;s++)a+=o*Number(r[s]||"0"),i+=o*Number(n[s]||"0"),o*=100;return i>=a}function bu(e){e.message?.indexOf("token invalid")>=0&&ot.remove(bt)}p();function _c(e){return Array.isArray(e)?e:e?[e]:[]}function zn(e,t){return t?(Array.isArray(t)||(t=[t]),Array.from(new Set([...t,e]))):[e]}function Ht(e,t){return t?(Array.isArray(e)||(e=[e]),Array.isArray(t)||(t=[t]),t.filter(n=>!e.includes(n))):[]}function Mc(e,t){let n={...e};return ny(n,t),E7(n,t),n}function ty(e,t,n){let r={...t};return Ii({rule:r,valueIsArray:a=>Array.isArray(e[a]),getMergedValue:a=>e[a],onMergedResult:(a,i)=>r[a]=i}),Ii({rule:n,valueIsArray:a=>Array.isArray(e[a]),getMergedValue:a=>r[a],onMergedResult:(a,i)=>r[a]=i}),r}function E7(e,t){if(!t.condition)return;let n=t.condition.enableSubtitle?.true||{},r=t.condition.enableSubtitle?.false||{},a=e.enableSubtitle?n:r;ny(e,a)}function Ii({rule:e,getMergedValue:t,valueIsArray:n,onMergedResult:r}){Object.keys(e).sort().forEach(a=>{let[i,o,s]=w7(a);if(!i||e[a]===void 0)return;let u=e[a];n(i)&&(u=_c(e[a]));let l=t(i);if(l==null){r(i,u);return}let c;if(o=="add_v"){if(!X1(s))return;c=qp(l,u)}else if(o=="remove_v"){if(!X1(s))return;c=ey(l,u)}else o==="add"?c=qp(l,u):o=="remove"&&(c=ey(l,u));if(c){r(i,c);return}Array.isArray(e[i])&&i.startsWith("additional")?c=qp(l,u):c=u,r(i,c)})}function ny(e,t){return Ii({rule:t,valueIsArray:n=>Array.isArray(e[n]),getMergedValue:n=>e[n],onMergedResult:(n,r)=>{e[n]=r}}),e}function qp(e,t){let n;if(Array.isArray(e)){let r=_c(t);n=[...e,...r],n=Array.from(new Set(n))}else typeof e=="object"&&typeof t=="object"?n={...e,...t}:n=t;return n}function w7(e){let t=e.lastIndexOf("["),n="",r=e;return t>0&&(n=e.slice(t+1,e.length-1),r=e.slice(0,t-1)),[...r.split("."),n]}function X1(e){let t=On();return e&&hu(t,e)}function ey(e,t){if(Array.isArray(e)){let n=_c(t);return e=e.filter(r=>!n.includes(r)),Array.from(new Set(e))}else if(typeof e=="object"&&typeof t=="object")Object.keys(t).forEach(n=>{delete e[n]});else return t;return e}function Ri(){if(De.PROD==="1")return{};let e={};if(De.IMMERSIVE_TRANSLATE_SECRET_TENCENT_SECRET_ID&&De.IMMERSIVE_TRANSLATE_SECRET_TENCENT_SECRET_KEY){let n={secretId:De.IMMERSIVE_TRANSLATE_SECRET_TENCENT_SECRET_ID,secretKey:De.IMMERSIVE_TRANSLATE_SECRET_TENCENT_SECRET_KEY};e.translationServices={},e.translationServices.tencent=n}if(De.IMMERSIVE_TRANSLATE_SECRET_BAIDU_APPID&&De.IMMERSIVE_TRANSLATE_SECRET_BAIDU_KEY){let n={appid:De.IMMERSIVE_TRANSLATE_SECRET_BAIDU_APPID,key:De.IMMERSIVE_TRANSLATE_SECRET_BAIDU_KEY};e.translationServices||(e.translationServices={}),e.translationServices.baidu=n}if(De.IMMERSIVE_TRANSLATE_SECRET_CAIYUN_TOKEN){let n={token:De.IMMERSIVE_TRANSLATE_SECRET_CAIYUN_TOKEN};e.translationServices||(e.translationServices={}),e.translationServices.caiyun=n}if(De.IMMERSIVE_TRANSLATE_SECRET_OPENL_APIKEY){let n={apikey:De.IMMERSIVE_TRANSLATE_SECRET_OPENL_APIKEY};e.translationServices||(e.translationServices={}),e.translationServices.openl=n}if(De.IMMERSIVE_TRANSLATE_SECRET_YOUDAO_APP_ID&&De.IMMERSIVE_TRANSLATE_SECRET_YOUDAO_APP_SECRET){let n={appId:De.IMMERSIVE_TRANSLATE_SECRET_YOUDAO_APP_ID,appSecret:De.IMMERSIVE_TRANSLATE_SECRET_YOUDAO_APP_SECRET};e.translationServices||(e.translationServices={}),e.translationServices.youdao=n}if(De.IMMERSIVE_TRANSLATE_SECRET_VOLC_ACCESS_KEY_ID&&De.IMMERSIVE_TRANSLATE_SECRET_VOLC_SECRET_ACCESS_KEY){let n={accessKeyId:De.IMMERSIVE_TRANSLATE_SECRET_VOLC_ACCESS_KEY_ID,secretAccessKey:De.IMMERSIVE_TRANSLATE_SECRET_VOLC_SECRET_ACCESS_KEY};e.translationServices||(e.translationServices={}),e.translationServices.volc=n}if(De.IMMERSIVE_TRANSLATE_SECRET_DEEPL_AUTH_KEY){let n={authKey:De.IMMERSIVE_TRANSLATE_SECRET_DEEPL_AUTH_KEY};e.translationServices||(e.translationServices={}),e.translationServices.deepl=n}if(De.DEEPL_PROXY_ENDPOINT&&(e.translationServices||(e.translationServices={}),e.translationServices.deepl||(e.translationServices.deepl={}),e.translationServices.deepl.immersiveTranslateApiUrl=De.DEEPL_PROXY_ENDPOINT),De.IMMERSIVE_TRANSLATE_DEEPL_ENDPOINT&&(e.translationServices||(e.translationServices={}),e.translationServices.deepl||(e.translationServices.deepl={}),e.translationServices.deepl.immersiveTranslateDeeplTokenUrl=De.IMMERSIVE_TRANSLATE_DEEPL_ENDPOINT),De.IMMERSIVE_TRANSLATE_SECRET_OPENAI_API_KEY){let n={APIKEY:De.IMMERSIVE_TRANSLATE_SECRET_OPENAI_API_KEY};e.translationServices||(e.translationServices={}),e.translationServices.openai=n}De.IMMERSIVE_TRANSLATE_SERVICE&&(e.translationService=De.IMMERSIVE_TRANSLATE_SERVICE);let t={};return De.DEBUG==="1"&&(t.debug=!0,t.cache=!1),De.MOCK==="1"&&(t.translationService="mock"),t}async function Wt(){let e=await Z.storage.local.get(Ao);if(e[Ao]){let t=e[Ao],n=t.tempTranslationUrlMatches||[],r=n.filter(o=>o.expiredAt>Date.now()),a=!1;r.length!==n.length&&(n=r,a=!0);let i={...t,tempTranslationUrlMatches:[...n]};return a&&await Kt(i),i}else return{}}async function Kt(e){await Z.storage.local.set({[Ao]:e})}async function ry(e){await Z.storage.local.set({[ia]:e})}async function Ra(){await Z.storage.local.set({[ia]:{}})}async function Oa(){await Z.storage.local.set({[Ao]:{}})}async function ay(){let e=await Z.storage.local.get(ia),n={...await jp(),...Fo,buildinConfigUpdatedAt:De.BUILD_TIME};if(e[ia]){let r=e[ia];if(r&&r.buildinConfigUpdatedAt){let a=new Date(r.buildinConfigUpdatedAt),i=new Date(n.buildinConfigUpdatedAt);a>i&&(n=r)}}return n}async function yt(){let e=await Z.storage.local.get(ia),t={...Fo,buildinConfigUpdatedAt:De.BUILD_TIME};if(e[ia]){let k=e[ia];if(k&&k.buildinConfigUpdatedAt){let _=new Date(k.buildinConfigUpdatedAt),B=new Date(t.buildinConfigUpdatedAt);_>B&&(t=k)}}let n=await k7(t);t.targetLanguage=n;let r=await ot.get(bt,null),a={};if(!pe()&&Z.commands&&Z.commands.getAll){let k=await Z.commands.getAll();for(let _ of k)_.name&&_.shortcut&&(a[_.name]=_.shortcut)}let i=await jp(),o=Ri(),s=await vr(),u=globalThis.IMMERSIVE_TRANSLATE_CONFIG||{},l=await Wt(),c=new Date,g=Object.assign({},u,o,s);if(!g.interfaceLanguage){let k=await D7();g.interfaceLanguage=k}let f=g.interfaceLanguage==="en",m=g.targetLanguage==="en",h=t&&t.translationLanguagePattern&&t.translationLanguagePattern.matches&&t.translationLanguagePattern.matches.length===0,y=["bing","google","transmart","mock"].includes(g.translationService)||!g.translationService;!f&&!m&&!h&&y?t.translationLanguagePattern||(t.translationLanguagePattern={matches:["en"],excludeMatches:[]}):t.translationLanguagePattern={matches:[],excludeMatches:[]};let T=t&&t.enableDefaultAlwaysTranslatedUrls;g.enableDefaultAlwaysTranslatedUrls===!1&&(T=!1);let b=g&&g.isChangedAlwaysTranslatedUrls,x=[];g.translationUrlPattern&&g.translationUrlPattern.matches&&(x=g.translationUrlPattern.matches||[]);let w=!1;b===void 0&&(x.length>0?b=!0:b=!1,g.isChangedAlwaysTranslatedUrls=b,s.isChangedAlwaysTranslatedUrls=b,w=!0);let L=(g?.translationLanguagePattern?.matches?.length||0)>0,M=await qt("installedAt",""),C=Number(await la("translage_page_daily",0)),v=Number(await qt(yr,0)),A;v>0&&(Date.now()-v0&&(Date.now()-C0){let k=l.tempTranslationUrlMatches.filter(_=>new Date(_.expiredAt)>c);if(k.length>0){let _=g.translationUrlPattern?g.translationUrlPattern?.matches||[]:[],B=Array.isArray(_)?_:[_],H=Array.from(new Set(B.concat(k.map(j=>j.match))));g.translationUrlPattern={...g.translationUrlPattern,matches:H}}}let F=Object.assign(i,t);Ii({rule:t,valueIsArray:k=>Array.isArray(i[k]),getMergedValue:k=>i[k],onMergedResult:(k,_)=>{k!="generalRule"&&(F[k]=_)}});let P=Qt(r),O={};g.translationServices&&g.translationServices.deepl&&(O=g.translationServices.deepl);let z={};g.translationServices&&g.translationServices.openai&&(z=g.translationServices.openai),!P&&O.authKey&&!O.provider?(F.translationServices.deepl||(F.translationServices.deepl={}),F.translationServices.deepl.provider="custom"):O&&O.provider||(F.translationServices.deepl||(F.translationServices.deepl={}),F.translationServices.deepl.provider="pro"),!P&&z.APIKEY&&!z.provider?(F.translationServices.openai||(F.translationServices.openai={}),F.translationServices.openai.provider="custom"):z&&z.provider||(F.translationServices.openai||(F.translationServices.openai={}),F.translationServices.openai.provider="pro");let q=Object.keys(F),I=["translationUrlPattern","translationLanguagePattern","immediateTranslationPattern","translationBodyAreaPattern","translationParagraphLanguagePattern","translationThemePatterns","translationGeneralConfig","shortcuts","inputTranslationUrlPattern","inputLanguageCodeAlias"];for(let k of q){let _=k;if(_==="generalRule")typeof g[_]=="object"&&(F[_]=Mc(i[_],g[_]));else if(_==="translationServices")P7(g,F);else if(typeof g[_]!="string"&&typeof g[_]!="boolean"&&typeof g[_]!="number"&&I.includes(_))g[_]&&(F[_]=Object.assign(F[_],g[_])),_==="shortcuts"&&(pe()||Ge()?F[_]={...F[_],...a}:F[_]={...a});else if(_==="rules"){if(Array.isArray(g[_])){let B=F.rules||[],H={};for(let G of B)G.id&&(H[G.id]=G);let j=g[_].map(G=>G.id&&H[G.id]?ty(t.generalRule,H[G.id],G):G);F[_]=[...j,...F[_]]}if(De.PROD==="0"&&De.DEV_RULES){let B=JSON.parse(De.DEV_RULES);F[_]=[...B,...F[_]]}}else g[_]!==void 0&&(F[_]=g[_])}return F.donateUrl=t.donateUrl,F.minVersion=t.minVersion,F.feedbackUrl=t.feedbackUrl,F.rawUserConfig=s,F}async function vr(){return(await Z.storage.sync.get("userConfig")||{}).userConfig||{}}async function Oi(e){await Z.storage.sync.set({userConfig:e})}async function yu(e,t){await Z.storage.local.set({[e]:t})}async function Fc(e){return(await Z.storage.local.get(e))[e]||""}var D7=async()=>{let e=["zh-CN"];try{e=await Z.i18n.getAcceptLanguages()}catch(r){R.warn("get browser language error:",r)}let n=e.map(r=>ye(r)).find(r=>rn[r]);return n||"en"},jp=async()=>{let e={...Fo,buildinConfigUpdatedAt:De.BUILD_TIME};return{...e,targetLanguage:Br,interfaceLanguage:"en",translationMode:"dual",debug:!1,alpha:!1,translationUrlPattern:{matches:[],excludeMatches:[]},translationLanguagePattern:{matches:[],excludeMatches:[]},translationThemePatterns:{},translationParagraphLanguagePattern:{matches:[],excludeMatches:[],selectorMatches:[],excludeSelectorMatches:[]},translationBodyAreaPattern:{matches:[],excludeMatches:[],selectorMatches:[],excludeSelectorMatches:[]},translationTheme:"none",translationService:"bing",inputTranslationService:"inherit",mouseHoverTranslationService:"inherit",subtitleTranslateService:"inherit",translationArea:"main",translationStartMode:"dynamic",translationServices:{},monkeyH5FloatBall:{...e.monkeyH5FloatBall},pcFloatBall:{...e.pcFloatBall},generalRule:{...e.generalRule},translationGeneralConfig:{engine:"bing",_systemExcludeWordRegex:"\\b({word})\\b"},rules:[]}};function A7(e,t){return e=e||[],t=t||[],e.length!==t.length?!0:t.filter(r=>!e.includes(r)).length>0}async function k7(e){try{let t=e?.autoSelectTargetLanguageAfterInstalledAt;if(!t)return Br;let n=await qt("installedAt","");if(n&&new Date(n){let l=a[u],c=a[l.extends];!c||l.extends==u||(a[u]={...c,...a[u]})}),Ii({rule:{...a},valueIsArray:u=>Array.isArray(a[u]),getMergedValue:u=>a[u],onMergedResult:(u,l)=>{a[u]={...a[u],...l}}}),Ii({rule:{...r},valueIsArray:u=>Array.isArray(a[u]),getMergedValue:u=>a[u],onMergedResult:(u,l)=>{let c=a[u].env||{},g=l.env||{};c={...c,...g},a[u]={...a[u],...l,env:c}}}),new Date(e.updatedAt)<=new Date("2024.4.2")&&Object.keys(r).forEach(u=>{["openai","gemini"].includes(u)&&r[u].prompt!=null&&(r[u].maxTextGroupLengthPerRequest==null&&(a[u].maxTextGroupLengthPerRequest=1),r[u].multiplePrompt==null&&(a[u].multiplePrompt=r[u].prompt))});let o=["imt_source_field","imt_trans_field","imt_sub_source_field","imt_sub_trans_field"],s=(u,l)=>{!u||!u[l]||!u?.env||(u[l]=u[l].replace(/{{(.+?)}}/g,(c,g)=>o.includes(g)?c:u?.env[g]||c))};Object.values(a).forEach(u=>{s(u,"prompt"),s(u,"multiplePrompt"),s(u,"subtitlePrompt")})}var L7=["block","grid","flex","table","table-row","table-cell","list-item","-webkit-box","box","contents"];function Nn(e,t){if(t.length===0)return!1;let n=t.join(",");return e.matches&&e.matches(n)||!1}function za(e,t,n){let{blockSelectors:r,extraBlockSelectors:a,extraInlineSelectors:i,atomicBlockSelectors:o}=t;if(Nn(e,i))return!1;if(Nn(e,a)||["br","input"].includes(e.nodeName.toLowerCase()))return!0;let l=null;if(e.parentNode&&e.parentNode.immersiveTranslateComputedStyle&&(l=e.parentNode.immersiveTranslateComputedStyle),l&&l.display&&l.display==="inline-flex")return!1;let c=g();return c&&(c=!Nn(e,o)),c;function g(){return n&&n.display?!!L7.includes(n.display):Nn(e,r)}}var cn=Nn;function zi(e){return!!e.shadowRoot}function Na(e){if(!e||typeof e!="string"&&(e=e.textContent,!e))return"";let t="";return e!==e.trimStart()&&(t+=" "),t+=e.trim(),t===" "||e!==e.trimEnd()&&(t+=" "),t}function Tu(e){if(!e)return["",""];if(typeof e!="string"&&(e=e.textContent,!e))return["",""];let t=[];return e!==e.trimStart()?t.push(" "):t.push(""),!e.trim()&&t.length===1?[" ",""]:(e!==e.trimEnd()?t.push(" "):t.push(""),t)}function Or(e,t=!1){let n=su;return t&&e?.translatedPlaceholderDelimiters?n=e.translatedPlaceholderDelimiters:e?.placeholderDelimiters&&(n=e.placeholderDelimiters),n}function Ni(e,t=!1){let n=e.config?.translationServices?.[e.translationService];return Or(n,t)}function Bo(e,t){return Ia(t,e.targetLanguage,{ignoreZhCNandZhTW:e.rule.ignoreZhCNandZhTW})}function Hp(e){let{rule:t}=e,n=_7(e);return` <${t.targetWrapperTag} class="${n} notranslate">`}function _7(e){let t=e.config.loadingTheme;return`${ee}-loading-${t}`}function vu(e,t){let n=e.rule,r=document.createElement(n.targetWrapperTag);r.classList.add("notranslate",Lt),r.setAttribute("translate","no"),r.setAttribute("lang",e.targetLanguage),vt(r,Kb,t.toString());let a=Hp(e);return r.append(at.sanitize(a,{RETURN_DOM_FRAGMENT:!0})),r}function Io(e,t){return e.querySelector(`[${Tp}='${t}']`)}function iy(){document.querySelectorAll(`[${Tp}]`).forEach(t=>{t.remove()})}function oy(){document.querySelectorAll(`.${Lt}-error`).forEach(t=>{t.remove()})}function sy(){let e=document.querySelectorAll("iframe"),t=[];return e.forEach(n=>{Oo(n)&&t.push(n)}),t}function Wp(e){let t={},{glossaries:r,_systemExcludeWordRegex:a,text:i,delimiters:o,excludeRegexps:s,targetLanguage:u}=e,l=i,c=1001;try{if(r&&r.length>0){let g={},f=r.filter(h=>h.tl&&h.tl!==u?!1:h.k?(g[h.k]=h.v||"",!0):!1).sort((h,y)=>h.tl&&!y.tl?1:!h.tl&&y.tl?-1:0),m=new RegExp(a.replace("{word}",f.map(h=>h.k).join("|")),"g");l=l.replace(m,(h,y)=>{let T=c++;return t[`${T}`]=g[y]||y,o.length>2?h.replace(y,`<${o[2]}${T}>`):h.replace(y,`${o[0]}${T}${o[1]}`)})}s&&s.length>0&&s.forEach(g=>{let f=new RegExp(g,"gi");l=l.replace(f,(m,h)=>{let y=c++;return t[`${y}`]=M1(h),o.length>2?m.replace(h,`<${o[2]}${y}>`):m.replace(h,`${o[0]}${y}${o[1]}`)})})}catch(g){R.debug(`format source text error: ${g.message}`)}return{text:l,variables:t}}function Su(e){let{noTranslateRegexp:t,minTextCount:n,minWordCount:r,delimiters:a,text:i}=e,o=new RegExp(`${a[0]}(\\d+)${a[1]}`,"gi");if(a.length>2){let u=a[2];o=new RegExp(`<${u}(\\d+)>(.*?)`,"gi")}let s=i.trim();return s=s.replace(o,""),s=s.trim(),s===""||s.length===1&&s.charCodeAt(0)===8203||/^[0-9.,\/#!$%\^&\*;:{}=\-_`~()\s]+$/.test(i)||s.includes("")||s.includes("< styles>")||yy(s)||my(s)||by(s)||fy(s)||hy(s)||F7(s)||o.test(s)||t&&t.length>0&&new RegExp(t.join("|"),"gi").test(s)?!1:Ic(i,n,r)}function ga(e){return e.nodeType===Node.ELEMENT_NODE}function uy(e,t){return e.paragraphs?e.paragraphs[0]?.ctxId!==t?(e.paragraphs=[],!1):!0:!1}function ly(e){let t=new Date(e),n=t.getFullYear(),r=t.getMonth()+1,a=t.getDate(),i=t.getHours(),o=t.getMinutes(),s=t.getSeconds();return`${n}/${r}/${a} ${i}:${o}:${s}`}async function Kp(){return await qt("fakeUserId","")}async function M7(){return await qt("installedAt","")}async function cy(e){let n=Le().INSTALL_FROM,r=On(),a=await M7(),i=await Kp(),o=await yt(),s=!1,u=await ot.get(bt,null),l=!1;return u&&Qt(u)&&(s=!0,u.subscription&&u.subscription.isTrial&&(l=!0)),{installFrom:n,version:r,installedAt:a,interfaceLang:e,optionInterfaceLang:o.interfaceLanguage,deviceId:i,isProUser:s,isTrial:l}}function dy(e,t,n,r){if(!t||!r||!e)return"";let a=e.xpathRule,i=0,o=n;for(;o&&o!==r;)i++,o=o.parentNode;let s=i+"";for(let u=0;u{!e||!t||(async()=>{let a=await Gp(e,t);r(a)})()},[e,t,r]),n}async function Gp(e,t){if(!e||!t)return;let n=!1,r,a=!0;!Ge()&&pe()||ut().any?(a=!1,r=t.monkeyH5FloatBall,!r&&e.rule.isShowUserscriptPagePopup==!1&&(r=e.config.monkeyH5FloatBall,r.enable=!1),r||(r=e.config.monkeyH5FloatBall),n=!t.monkeyH5FloatBall):(r=e.config.pcFloatBall,n=!t.pcFloatBall);try{if(r?.afterInstalledAt&&n){let i=await qt("installedAt","");new Date(i).getTime()s==n),a=e.config.translationModeLanguagePattern.translationMatches.find(s=>s==n),i=e.config.translationModeUrlPattern.dualMatches.find(s=>_t(e.url,s));return e.config.translationModeUrlPattern.translationMatches.find(s=>_t(e.url,s))?"translation":i?"dual":a?"translation":r?"dual":null}var Rc=!1,B7=pe();function Ty(e,t){let n=[];for(let r of t){let a=e.querySelectorAll(r);for(let i of a)n.push(i)}return n}function I7(e,t){let n=function(i){return i.nodeType===Node.ELEMENT_NODE||i.nodeType===Node.TEXT_NODE?i.nodeType===Node.ELEMENT_NODE&&vy(i,t,!0)?NodeFilter.FILTER_REJECT:NodeFilter.FILTER_ACCEPT:NodeFilter.FILTER_REJECT},r=document.createTreeWalker(e,NodeFilter.SHOW_ELEMENT,n),a=!0;for(;r.nextNode();){let i=r.currentNode;if(i.nodeType===Node.ELEMENT_NODE){if(Ua(i,pc)){if(a===!0)return!0;continue}if(xu(i.nodeName,t.inlineTags))return!0;if(!Vp(i,t))return!1}}return!0}function $p(e,t){let n=t.inlineTags;if(e.nodeType===Node.ELEMENT_NODE)if(xu(e.nodeName,n)||Vp(e,t)){if(Ua(e,$b)||xu(e.nodeName,["BR"]))return!1;if(Ua(e,pc))return!0;if(Vp(e,t)){let r=globalThis.getComputedStyle(e);if(r.display==="block"||r.display==="flex")return!1}return I7(e,t)}else return Ua(e,pc);return!1}function vy(e,t,n){if(!(e.nodeType===Node.ELEMENT_NODE||e.nodeType===Node.TEXT_NODE)||e.nodeType===Node.ELEMENT_NODE&&Ua(e,Vb,!0))return!0;if(e.nodeType===Node.ELEMENT_NODE&&Ua(e,zb))return!1;let{stayOriginalTags:r,excludeTags:a}=t,i=[];return n&&a&&a.length>0?i=a||[]:i=a.filter(o=>!r.includes(o)),!!(e.nodeType===Node.ELEMENT_NODE&&(e.getAttribute("translate")==="no"||e.classList.contains("notranslate"))||xu(e.nodeName,i))}function Ic(e,t,n){let r=e.trim();return r.length>=t||r.split(" ").filter(o=>o.trim()!=="").length>=n||!Cy(r)&&r.length>=n}function Sy(e,t,n){let r=e.trim();if(r.length<=t)return!0;if(Cy(r)){if(r.split(" ").length<=n)return!0}else if(r.length<=n)return!0;return!1}function Cy(e){for(let t=0;t127)return!1;return!0}function my(e){if(e&&e.includes("://")&&!e.includes(" ")&&e.length<512)try{return new URL(e),!0}catch{return!1}else return!1}function fy(e){return e?/^[a-zA-Z0-9._-]+@[a-zA-Z0-9.-]+\.[a-zA-Z]{2,4}$/.test(e):!1}function hy(e){return e?/^[_\d:\-+\.。,,% ]+$/.test(e):!1}function by(e){if(e&&e.startsWith("#")){if(e.split("#").length>2)return!1;if(e.indexOf(" ")===-1)return!0}return!1}function yy(e){return!!(e&&e.startsWith("@")&&e.indexOf(" ")===-1)}function Ua(e,t,n=!1){return Yp(e,t,"1",n)}function Yp(e,t,n,r=!1){return Rc&&!r?e[In]?!!(e[In]&&e[In][t]===n):!1:e.dataset[t]===n}function zo(e){return(e.innerText||e.textContent||"").trim()}function Qp(e){let t=e.querySelectorAll("iframe"),n="";for(let r=0;r2e3))break}return n}function Oc(e){return e?typeof e=="string"?document.querySelector(e)!==null:e.some(t=>document.querySelector(t)):!1}function vt(e,t,n,r=!1,a=!1){e.isContentEditable&&!a||(Rc&&!r?(e[In]||(e[In]={}),e[In][t]||(e[In][t]=n)):e.dataset[t]!==n&&(e.dataset[t]=n))}function zc(e,t,n=!1){if(Rc&&!n){if(!e[In]||!e[In][t])return;delete e[In][t]}else delete e.dataset[t]}function No(e,t,n=!1){return Rc&&!n?!e[In]||!e[In][t]?void 0:e[In][t]:e.dataset[t]}function Vp(e,t){let n=t.allBlockTags.concat(t.inlineTags).concat(t.excludeTags);return!xu(e.nodeName,n)}function _e(){if(!globalThis||!globalThis.location)return"https://example.com";if(!st())return globalThis.location.href;try{let t=globalThis.location.href,n=new URL(t);if(n.protocol==="about:"||n.protocol==="blob:"){if(globalThis.location.ancestorOrigins&&globalThis.location.ancestorOrigins.length>0)return globalThis.location.ancestorOrigins[0];let r="";try{r=globalThis.parent.location.href}catch{}return r||(globalThis.location!=globalThis.parent.location?document.referrer:document.location.href)}else return t}catch{}return globalThis.location.href}function Kn(e,t,n){if(e instanceof ShadowRoot){try{e.appendChild(document.createElement("style")).textContent=t}catch(r){R.warn("injectCSS failed, rootDocument"+r?.message,e)}return}if(e&&e.head&&e.head.appendChild){let r=e.createElement("style");if(n){let a=e.querySelector(`style[data-id="${n}"]`);a&&a.remove(),r.dataset.id=n}r.textContent=t,e.head.appendChild(r)}else if(e){let r=document.createElement("head"),a=document.createElement("style");a.textContent=t,r.appendChild(a),e.appendChild(r)}else R.warn("injectCSS failed, rootDocument does not have head node",e)}function Oo(e){let t=e.getAttribute("src");if(t){if(t==="about:blank")return!0;if(B7){if(t.startsWith("blob:"))return!0}else if(t.startsWith("blob:"))return!!document.querySelector("meta[name='immersive-translate-ebook-viewer']")||!t.startsWith("blob:http");return!1}try{if(e.contentDocument&&e.contentDocument.body)return!0}catch{}return!1}function xu(e,t){if(!e||!t)return!1;Array.isArray(t)||(t=[t]),e=e.toUpperCase();for(let n of t)if(e===n)return!0;return!1}function xy(e){let t=e.replace("#",""),n=parseInt(t.substring(0,2),16),r=parseInt(t.substring(2,4),16),a=parseInt(t.substring(4,6),16);return{r:n,g:r,b:a}}function Ey(e,t,n,r){if(r.document.caretPositionFromPoint){let a=r.document.caretPositionFromPoint(e,t);if(a){let i=r.document.createRange(),o=a.offsetNode;if(!o||o.nodeType!==Node.TEXT_NODE||vy(o,n,!0))return null;try{i.setStart(o,a.offset),i.setEnd(o,a.offset)}catch(s){return R.warn("getRangeFromPoint error",s),null}return i}return null}else return r.document.caretRangeFromPoint?r.document.caretRangeFromPoint(e,t):null}function wy(e,t,n){let r=0,a=(i,o,s,u)=>{if(++r>100||u===i)return i;let l=i.shadowRoot;if(!l||typeof l.elementFromPoint!="function")return i;let c=l.elementFromPoint(o,s);return c?a(c,o,s,i):i};return a(e,t,n)}p();function Ui(e,t,n,r,a){let i=t,o=uu[i]||[],s="";e&&o&&o.length>0&&o.forEach(c=>{let{name:g}=c;if(e&&n&&n[g]){let f=n[g];if(["borderRadius"].includes(g)&&(f+="px"),s+=`--immersive-translate-theme-${i}-${g}: ${f}; `,t==="marker"&&g==="backgroundColor"&&typeof f=="string"){let{r:m,g:h,b:y}=xy(f);s+=`--immersive-translate-theme-${i}-${g}-rgb: ${m}, ${h}, ${y}; `}}}),r||(r="inherit"),e&&(s+=` .immersive-translate-target-inner { font-family: ${r}; } @@ -5361,7 +5361,7 @@ ${s}} `))}return{text:y,from:h[0]&&ZD.get(h[0].detected_source_language)||n,to:r}}optimizationText(t){let{text:n,xpaths:r}=t;if(!this.splitor||this.provider!="pro")return{text:n,merged:[]};let a=new Map,i=[];for(let o=0;o=0){i.push(n[o]);continue}if(this.qualityMinTextLength>0&&n[o].length({text:!pn()&&r?`[${l}]`:l,detected_source_language:s.detected_source_language}));i.push(...u)}else i.push(s)}return{...t,translations:i}}},UT=Dm;p();var JD=[["auto","auto"],["zh-CN","zh"],["zh-TW","cht"],["en","en"],["ja","ja"],["ko","ko"],["es","es"],["de","de"],["fr","fra"],["pt","pt"],["ru","ru"],["ar","ara"],["it","it"],["ms","ms"],["id","id"],["vi","vie"],["th","th"],["ur","ur"],["yue","yue"],["bo","bo"],["wyw","wyw"],["be","be"],["bg","bul"],["bn","bn"],["ca","ca"],["cs","cs"],["da","da"],["el","el"],["et","et"],["fa","fa"],["fi","fi"],["gu","gu"],["he","he"],["hi","hi"],["hr","hr"],["hu","hu"],["hy","hye"],["is","is"],["ka","ka"],["km","km"],["kn","kn"],["lt","lt"],["lv","lv"],["mk","mk"],["ml","ml"],["mn","mn"],["mr","mr"],["mt","mt"],["my","my"],["ne","ne"],["nl","nl"],["no","no"],["pa","pa"],["pl","pl"],["ps","ps"],["ro","ro"],["si","si"],["sk","sk"],["sl","sl"],["sq","sq"],["sr","sr"],["sv","sv"],["sw","sw"],["ta","ta"],["te","te"],["tg","tg"],["tr","tr"],["ug","ug"],["uk","uk"],["uz","uz"]],Am=new Map(JD),km=class extends Pe{static langMap=Am;APIKEY="";isSupportList=!1;constructor(t,n,r){if(super(t,n,r),!t||!t.APIKEY)throw new Q("APIKEY are required");this.APIKEY=t.APIKEY?.trim()}async translate(t){let{text:n,from:r,to:a}=t,i=n,o={url:"https://api.niutrans.com/NiuTransServer/translation",retry:this.retry,headers:{"content-type":"application/json"},method:"POST",body:JSON.stringify({src_text:i,from:Am.get(r)||r,to:Am.get(a)||a,apikey:this.APIKEY}),timeout:this.requestTimeout},s=await de(o);if(s.tgt_text){let u=s.tgt_text;return u.endsWith(` `)&&(u=u.slice(0,-1)),{text:u,from:r,to:a}}else throw new Q(s.error_msg||JSON.stringify(s).slice(0,500))}getDefaultRateLimit(){return{limit:4,interval:1350}}},qT=km;p();var XD=[["auto",""],["ar","ar"],["ga","ga"],["et","et"],["bg","bg"],["is","is"],["pl","pl"],["bs","bs-Latn"],["fa","fa"],["da","da"],["de","de"],["ru","ru"],["fr","fr"],["zh-TW","zh-Hant"],["fil","fil"],["fj","fj"],["fi","fi"],["gu","gu"],["kk","kk"],["ht","ht"],["ko","ko"],["nl","nl"],["ca","ca"],["zh-CN","zh-Hans"],["cs","cs"],["kn","kn"],["otq","otq"],["tlh","tlh"],["hr","hr"],["lv","lv"],["lt","lt"],["ro","ro"],["mg","mg"],["mt","mt"],["mr","mr"],["ml","ml"],["ms","ms"],["mi","mi"],["bn","bn-BD"],["hmn","mww"],["af","af"],["pa","pa"],["pt","pt"],["ps","ps"],["ja","ja"],["sv","sv"],["sm","sm"],["sr-Latn","sr-Latn"],["sr-Cyrl","sr-Cyrl"],["no","nb"],["sk","sk"],["sl","sl"],["sw","sw"],["ty","ty"],["te","te"],["ta","ta"],["th","th"],["to","to"],["tr","tr"],["cy","cy"],["ur","ur"],["uk","uk"],["es","es"],["he","he"],["el","el"],["hu","hu"],["it","it"],["hi","hi"],["id","id"],["en","en"],["yua","yua"],["bo","bo"]],Pm=new Map(XD),Lm=class extends Pe{static langMap=Pm;APIKEY="";region="eastasia";isSupportList=!0;apiUrl="https://api.cognitive.microsofttranslator.com/translate?x=2";constructor(t,n,r){if(super(t,n,r),!t||!t.APIKEY)throw new Q("APIKEY are required");this.APIKEY=t.APIKEY?.trim(),t.region&&(this.region=t.region),t.apiUrl&&(this.apiUrl=an(this.apiUrl,t.apiUrl))}async translateList(t){let{text:n,from:r,to:a}=t;if(n.length===0)return{from:r,to:a,text:[]};let i={"api-version":"3.0",to:Pm.get(a)||a};r!=="auto"&&(i.from=Pm.get(r)||r);let o=new URLSearchParams(i),s=JSON.stringify(n.map(f=>({text:f}))),u=new URL(this.apiUrl),l=new URLSearchParams(u.search);l.toString()!==""&&l.forEach((f,m)=>{o.append(m,f)}),u.search=o.toString();let c={url:u.toString(),retry:this.retry,method:"POST",headers:{"Ocp-Apim-Subscription-Key":this.APIKEY,"Ocp-Apim-Subscription-Region":this.region,"content-type":"application/json"},body:s,timeout:this.requestTimeout},g=await de(c);if(g.length===0)throw new Q("server response invalid");return{from:r,to:a,text:g.map(f=>f.translations.map(h=>h.text).join(" "))}}},jT=Lm;p();var eA=[["auto","auto"],["zh-CN","zh-CN"],["zh-TW","zh-TW"],["en","en"],["ja","ja"],["ru","ru"],["es","es"],["de","de"],["ko","ko"],["fr","fr"],["th","th"],["vi","vi"],["id","id"]],Jo=new Map(eA),_m=class extends Pe{static langMap=Jo;isSupportList=!0;maxTextGroupLength=25;maxTextLength=1200;constructor(t,n,r){super(t,n,r)}getDefaultRateLimit(){return{limit:3,interval:1150}}async translateList(t){let{text:n,from:r,to:a}=t,i;if(n.length===0)return{from:r,to:a,text:[]};let o=`
-`,s=n.join(o),u={url:"https://api.papago-chrome.com/v2/translate/openapi",retry:this.retry,method:"POST",headers:{authority:"api.papago-chrome.com","content-type":"application/json"},body:"",timeout:this.requestTimeout};r==="auto"||!Jo.get(r)?(i=(await de({url:"https://api.papago-chrome.com/v2/translate/detect",method:"POST",headers:{authority:"api.papago-chrome.com","content-type":"application/json"},body:s})).langCode,u.body=JSON.stringify({text:s,source:i||Jo.get(r)||r,target:Jo.get(a)||a})):u.body=JSON.stringify({text:s,source:Jo.get(r),target:Jo.get(a)||a});let l=await de(u);if(l.translatedText==="")throw new Q("server response invalid");let c=l.translatedText.split("
").map(g=>g.trim());return{from:r,to:a,text:c}}},HT=_m;p();function KT(e,t){let n=Object.assign({},e),r=new Map;(n.langOverrides||[]).forEach(i=>{r.set(i.id,i)});for(let i of r.keys()){let[o,s]=i.split("2");if(["auto",t.sourceLanguage].includes(o)&&["auto",t.targetLanguage].includes(s)){let u=r.get(i);if(!u)continue;if(u.extends){let l=r.get(u.extends);l&&(n=Object.assign({},n,l))}n=Object.assign({},n,u)}}return n}async function yn(e){let{url:t,config:n,state:r}=e,a=new URL(t),i="auto",{translationParagraphLanguagePattern:o,translationService:s,translationServices:u,translationTheme:l,translationThemePatterns:c,translationUrlPattern:g,targetLanguage:f,sourceLanguageUrlPattern:m,immediateTranslationPattern:h}=n,y=f||"zh-CN",T=Xo(t,o),b=Xo(t,h),x=s,w=Object.keys(u);for(let se of w){let ue=u[se];if(Xo(t,ue)){x=se;break}}let L=l,M=Object.keys(c);for(let se of M){let ue=c[se];if(ue&&Xo(t,ue)){L=se;break}}let C=Xo(t,g),v=WT(t,g);v||(v=_t(t,n1)),v||(v=_t(t,n.blockUrls));let A=WT(t,n.inputTranslationUrlPattern);A||(A=_t(t,n.inputTranslationBlockUrls));let D=_t(t,n.mutationBlockUrls),S=Object.keys(m),N={};for(let se of S){let ue=m[se];if(ue&&ue.matches)for(let ke of ue.matches)N[ke]=se}let F=Object.keys(N),P=Rp(t,F);P&&(i=N[P]??"auto",N[P]&&N[P]!=="auto"&&ar(N[P]));let O=a.hostname,z=await Cr(O),q=a.pathname+a.search+a.hash,I=await Cr(q),k=`https://${z}.com/${I}`,_=await Wt(),B=await ay(),H=n.translationStartMode;H==="dynamic"&&b&&(H="immediate");let j=x;n.inputTranslationService&&n.inputTranslationService!=="inherit"&&(j=n.inputTranslationService);let G=x;n.mouseHoverTranslationService&&n.mouseHoverTranslationService!=="inherit"&&(G=n.mouseHoverTranslationService);let V=x;n.subtitleTranslateService&&n.subtitleTranslateService!=="inherit"&&(V=n.subtitleTranslateService);let ie=await ot.get(bt,null),te=!1;ie&&(te=Qt(ie));let J={targetLanguage:y,config:n,translationService:x,inputTranslationService:j,mouseHoverTranslationService:G,subtitleTranslateService:V,isTranslateUrl:C,sourceLanguage:i,mainFrame:document.body,isTranslateExcludeUrl:v,isMutationTranslationExcludeUrl:D,isInputTranslationExcludeUrl:A,rule:n.generalRule,url:t,encryptedUrl:k,state:r?Object.assign({translationMode:n.translationMode,translationArea:n.translationArea,translationStartMode:H,immediateTranslationTextCount:n.immediateTranslationTextCount,isAutoTranslate:!1,translationDebounce:300,isNeedClean:!1,isDetectParagraphLanguage:T,cache:n.cache,translationTheme:L,isTranslateDirectlyOnHover:!1},r):{translationMode:n.translationMode,translationArea:n.translationArea,translationStartMode:H,immediateTranslationTextCount:n.immediateTranslationTextCount,isAutoTranslate:!1,translationDebounce:300,isNeedClean:!1,isDetectParagraphLanguage:T,cache:n.cache,translationTheme:L,isTranslateDirectlyOnHover:!1},localConfig:_};ie&&(J.user=ie,te?J.isPro=!0:J.isPro=!1),J.state.translationArea==="body"&&(J.config.generalRule.excludeTags=J.config.generalRule.excludeTags.filter(se=>!J.config.generalRule.bodyTranslateTags.includes(se)),J.config.generalRule.additionalExcludeSelectors=J.config.generalRule.additionalExcludeSelectors.filter(se=>se!==".btn"));let ce=n.translationServices[J.translationService]||{};ce.immediateTranslationTextCount!==void 0&&tA(ce.immediateTranslationTextCount)&&ce.immediateTranslationTextCount>=0&&(J.state.immediateTranslationTextCount=ce.immediateTranslationTextCount),J.translationService==="deepl"&&(ce&&ce.authKey&&ce.authKey.startsWith("immersive_")||ce&&ce.provider==="pro"&&J.user?.token)&&ce.immediateTranslationTextCountForImmersiveDeepl!==void 0&&ce.immediateTranslationTextCountForImmersiveDeepl>=0&&(J.state.immediateTranslationTextCount=ce.immediateTranslationTextCountForImmersiveDeepl),ce&&ce.translationDebounce&&typeof ce.translationDebounce=="number"&&(J.state.translationDebounce=ce.translationDebounce);let he=B.immediateTranslationTextCount;n.immediateTranslationTextCount!==he&&(J.state.immediateTranslationTextCount=n.immediateTranslationTextCount);let ae=n.rules,X;globalThis.PDFViewerApplication?X=ae.find(se=>se.pageType=="pdfReader"):globalThis.immersiveTranslateEbookViewer?X=ae.find(se=>se.pageType=="ebookReader"):globalThis.immersiveTranslateEbookBuilder?X=ae.find(se=>se.pageType=="ebookBuilder"):X=ae.find(se=>Xo(t,se)),J.state.translationArea==="body"&&(J.rule.paragraphMinTextCount=1,J.rule.paragraphMinWordCount=1),X&&X.pageType==="ebookBuilder"&&(J.state.translationStartMode="immediate");let Se=n.generalRule;if(X&&(J.rule=Mc(Se,X)),J.rule.selectors.length>0&&(J.rule.paragraphMinTextCount=2,J.rule.paragraphMinWordCount=1),J.state.translationArea==="body"&&J.rule.excludeTags&&(J.rule.excludeTags=J.rule.excludeTags.filter(se=>!J.rule.bodyTranslateTags.includes(se)&&!J.rule.forceTranslateTags.includes(se))),J.rule.mainFrameSelector){let se=document.querySelector(J.rule.mainFrameSelector);se&&(J.mainFrame=se)}return J}function Xo(e,t){if(!t)return!1;let{matches:n,excludeMatches:r,selectorMatches:a,excludeSelectorMatches:i}=t;return r&&r.length>0&&_t(e,r)?!1:n&&n.length>0&&_t(e,n)?!0:i&&i.length>0&&Oc(i)?!1:!!(a&&a.length>0&&Oc(a))}function WT(e,t){if(!t)return!1;let{excludeMatches:n,excludeSelectorMatches:r}=t;return!!(n&&n.length>0&&_t(e,n)||r&&r.length>0&&Oc(r))}function tA(e){return typeof e=="number"}p();p();p();function GT(e){let t=e.split(` +`,s=n.join(o),u={url:"https://api.papago-chrome.com/v2/translate/openapi",retry:this.retry,method:"POST",headers:{authority:"api.papago-chrome.com","content-type":"application/json"},body:"",timeout:this.requestTimeout};r==="auto"||!Jo.get(r)?(i=(await de({url:"https://api.papago-chrome.com/v2/translate/detect",method:"POST",headers:{authority:"api.papago-chrome.com","content-type":"application/json"},body:s})).langCode,u.body=JSON.stringify({text:s,source:i||Jo.get(r)||r,target:Jo.get(a)||a})):u.body=JSON.stringify({text:s,source:Jo.get(r),target:Jo.get(a)||a});let l=await de(u);if(l.translatedText==="")throw new Q("server response invalid");let c=l.translatedText.split("
").map(g=>g.trim());return{from:r,to:a,text:c}}},HT=_m;p();function KT(e,t,n){let r=Object.assign({},t),a=new Map;(r.langOverrides||[]).forEach(s=>{a.set(s.id,s)});for(let s of a.keys()){let[u,l]=s.split("2");if(["auto",n.sourceLanguage].includes(u)&&["auto",n.targetLanguage].includes(l)){let c=a.get(s);if(!c)continue;if(c.extends){let g=a.get(c.extends);g&&(r=Object.assign({},r,g))}r=Object.assign({},r,c)}}return["prompt","systemPrompt","multiplePrompt","subtitlePrompt"].forEach(s=>{e?.hasOwnProperty(s)&&(r[s]=e[s])}),r}async function yn(e){let{url:t,config:n,state:r}=e,a=new URL(t),i="auto",{translationParagraphLanguagePattern:o,translationService:s,translationServices:u,translationTheme:l,translationThemePatterns:c,translationUrlPattern:g,targetLanguage:f,sourceLanguageUrlPattern:m,immediateTranslationPattern:h}=n,y=f||"zh-CN",T=Xo(t,o),b=Xo(t,h),x=s,w=Object.keys(u);for(let se of w){let ue=u[se];if(Xo(t,ue)){x=se;break}}let L=l,M=Object.keys(c);for(let se of M){let ue=c[se];if(ue&&Xo(t,ue)){L=se;break}}let C=Xo(t,g),v=WT(t,g);v||(v=_t(t,n1)),v||(v=_t(t,n.blockUrls));let A=WT(t,n.inputTranslationUrlPattern);A||(A=_t(t,n.inputTranslationBlockUrls));let D=_t(t,n.mutationBlockUrls),S=Object.keys(m),N={};for(let se of S){let ue=m[se];if(ue&&ue.matches)for(let ke of ue.matches)N[ke]=se}let F=Object.keys(N),P=Rp(t,F);P&&(i=N[P]??"auto",N[P]&&N[P]!=="auto"&&ar(N[P]));let O=a.hostname,z=await Cr(O),q=a.pathname+a.search+a.hash,I=await Cr(q),k=`https://${z}.com/${I}`,_=await Wt(),B=await ay(),H=n.translationStartMode;H==="dynamic"&&b&&(H="immediate");let j=x;n.inputTranslationService&&n.inputTranslationService!=="inherit"&&(j=n.inputTranslationService);let G=x;n.mouseHoverTranslationService&&n.mouseHoverTranslationService!=="inherit"&&(G=n.mouseHoverTranslationService);let V=x;n.subtitleTranslateService&&n.subtitleTranslateService!=="inherit"&&(V=n.subtitleTranslateService);let ie=await ot.get(bt,null),te=!1;ie&&(te=Qt(ie));let J={targetLanguage:y,config:n,translationService:x,inputTranslationService:j,mouseHoverTranslationService:G,subtitleTranslateService:V,isTranslateUrl:C,sourceLanguage:i,mainFrame:document.body,isTranslateExcludeUrl:v,isMutationTranslationExcludeUrl:D,isInputTranslationExcludeUrl:A,rule:n.generalRule,url:t,encryptedUrl:k,state:r?Object.assign({translationMode:n.translationMode,translationArea:n.translationArea,translationStartMode:H,immediateTranslationTextCount:n.immediateTranslationTextCount,isAutoTranslate:!1,translationDebounce:300,isNeedClean:!1,isDetectParagraphLanguage:T,cache:n.cache,translationTheme:L,isTranslateDirectlyOnHover:!1},r):{translationMode:n.translationMode,translationArea:n.translationArea,translationStartMode:H,immediateTranslationTextCount:n.immediateTranslationTextCount,isAutoTranslate:!1,translationDebounce:300,isNeedClean:!1,isDetectParagraphLanguage:T,cache:n.cache,translationTheme:L,isTranslateDirectlyOnHover:!1},localConfig:_};ie&&(J.user=ie,te?J.isPro=!0:J.isPro=!1),J.state.translationArea==="body"&&(J.config.generalRule.excludeTags=J.config.generalRule.excludeTags.filter(se=>!J.config.generalRule.bodyTranslateTags.includes(se)),J.config.generalRule.additionalExcludeSelectors=J.config.generalRule.additionalExcludeSelectors.filter(se=>se!==".btn"));let ce=n.translationServices[J.translationService]||{};ce.immediateTranslationTextCount!==void 0&&tA(ce.immediateTranslationTextCount)&&ce.immediateTranslationTextCount>=0&&(J.state.immediateTranslationTextCount=ce.immediateTranslationTextCount),J.translationService==="deepl"&&(ce&&ce.authKey&&ce.authKey.startsWith("immersive_")||ce&&ce.provider==="pro"&&J.user?.token)&&ce.immediateTranslationTextCountForImmersiveDeepl!==void 0&&ce.immediateTranslationTextCountForImmersiveDeepl>=0&&(J.state.immediateTranslationTextCount=ce.immediateTranslationTextCountForImmersiveDeepl),ce&&ce.translationDebounce&&typeof ce.translationDebounce=="number"&&(J.state.translationDebounce=ce.translationDebounce);let he=B.immediateTranslationTextCount;n.immediateTranslationTextCount!==he&&(J.state.immediateTranslationTextCount=n.immediateTranslationTextCount);let ae=n.rules,X;globalThis.PDFViewerApplication?X=ae.find(se=>se.pageType=="pdfReader"):globalThis.immersiveTranslateEbookViewer?X=ae.find(se=>se.pageType=="ebookReader"):globalThis.immersiveTranslateEbookBuilder?X=ae.find(se=>se.pageType=="ebookBuilder"):X=ae.find(se=>Xo(t,se)),J.state.translationArea==="body"&&(J.rule.paragraphMinTextCount=1,J.rule.paragraphMinWordCount=1),X&&X.pageType==="ebookBuilder"&&(J.state.translationStartMode="immediate");let Se=n.generalRule;if(X&&(J.rule=Mc(Se,X)),J.rule.selectors.length>0&&(J.rule.paragraphMinTextCount=2,J.rule.paragraphMinWordCount=1),J.state.translationArea==="body"&&J.rule.excludeTags&&(J.rule.excludeTags=J.rule.excludeTags.filter(se=>!J.rule.bodyTranslateTags.includes(se)&&!J.rule.forceTranslateTags.includes(se))),J.rule.mainFrameSelector){let se=document.querySelector(J.rule.mainFrameSelector);se&&(J.mainFrame=se)}return J}function Xo(e,t){if(!t)return!1;let{matches:n,excludeMatches:r,selectorMatches:a,excludeSelectorMatches:i}=t;return r&&r.length>0&&_t(e,r)?!1:n&&n.length>0&&_t(e,n)?!0:i&&i.length>0&&Oc(i)?!1:!!(a&&a.length>0&&Oc(a))}function WT(e,t){if(!t)return!1;let{excludeMatches:n,excludeSelectorMatches:r}=t;return!!(n&&n.length>0&&_t(e,n)||r&&r.length>0&&Oc(r))}function tA(e){return typeof e=="number"}p();p();p();function GT(e){let t=e.split(` `),n=[],r,a="",i="";for(let o of t){o.startsWith("- ")&&(o=o.slice(1),r&&n.push(r),r={},a="",i="");let s=o.trim().split(/[::]/).map(l=>l.trim()).filter(l=>!!l);if(s.length>=2&&!/\S\s\S/.test(s[0])){let l=o.slice(o.indexOf(s[1])).trim();l?(a=s[0],l=="|-"?i="":i=l):i+=` `+o}else i+=` `+o;if(!a)continue;r||(r={});let u=Number(i);r[a]=Number.isNaN(u)?i:Number(i)}return r&&n.push(r),Object.values(n).forEach(o=>{Object.entries(o).forEach(([s,u])=>{if(typeof u=="string"){let l=u.trim();l?.startsWith('"')&&l?.endsWith('"')?o[s]=l.slice(1,-1):o[s]=l}})}),n}var Mm=class extends Pe{apiKeys=[];isSupportList=!1;maxTextLength=1200;maxTextGroupLength=1;translationTextSeparator=` @@ -5386,7 +5386,7 @@ ${s}} `);if(c.statusCode)throw new Error(`Something went wrong! The response is ${JSON.stringify(c)}.`)}let g=c[0].translations[0],f=c[0].detectedLanguage;return{text:g.text,from:nv.get(f.language),to:nv.get(g.to)}}p();p();p();p();p();function Qa(e){return e!=null}function cv(e,t,n){return`${e.type}#${t}#${n}`}function dv(e,t,n,r,a){return{body:a,id:r,type:cv(e,t,n)}}function pA(e,t,n,r){return{id:n,response:r,type:cv(e,"ask",t)}}function gv(e,t,n,r){if(Qa(r)){let a=r.type;if(Qa(a)&&Qa(r.body)){let[i,o,s]=a.split("#");return i===e.type&&o===t&&s===n}else return!1}else return!1}function mA(e,t,n){if(Qa(n)){let r=n.type;if(Qa(r)&&Qa(n.response)){let[a,i,o]=r.split("#");return a===e.type&&i==="ask"&&o===t}else return!1}else return!1}function fA(e){e.forEach(([t,n])=>t.removeEventListener("message",n)),e.length=0}function hA(e,t,n,r){return new Promise(a=>{let i=o=>{let s=o.data;mA(t,n,s)&&s.id===r&&(e.removeEventListener("message",i),a(s.response))};e.addEventListener("message",i)})}function bA(e,t,n,r){let a=i=>{let o=i.data;gv(t,"tell",n,o)&&r(o.body)};return e.addEventListener("message",a),[e,a]}function uv(e,t,n,r,a,i){let o=async s=>{let u=s.data;if(gv(n,"ask",r,u)){let l=await i(u.body);t=s.source,t.postMessage(pA(n,r,u.id,l),s.origin)}};return e.addEventListener("message",o),[e,o]}function yA(e,t,n,r,a){let i=Math.random().toString();return e.postMessage(dv(t,"tell",n,i,r),a)}async function lv(e,t,n,r,a,i,o){let s=Math.random().toString(),u=new Promise(async(l,c)=>{let g=setTimeout(()=>c(new Error(`Failed to get response within ${o}ms`)),o),f=await hA(e,n,r,s);clearTimeout(g),l(f)});return t.postMessage(dv(n,"ask",r,s,a),i),u}var Za=class e{constructor(t,n,r=window,a="*"){this.protocol=t;this.targetWindow=n;this.thisWindow=r;this.targetOrigin=a;uv(r,n,this.getSystemProtocol("ping"),"ping",a,()=>Promise.resolve({}))}static async connect(t,n=10,r=500){for(let a=0;a<=n;a++)try{return await t.ping({timeout:r}),t}catch{continue}throw new Error(`Could not connect on protocol ${t.protocol.type} after ${n*r}ms`)}static parent(t,n,r="*",a=window){let i=n.contentWindow;if(Qa(i))return new e(t,i,a,r);throw new Error("iframe.contentWindow was null")}static iframe(t,n="*",{thisWindow:r=window,targetWindow:a=window.parent}={}){return new e(t,a,r,n)}static rootIframe(t,n="*",{thisWindow:r=window}={}){return new e(t,null,r,n)}getSystemProtocol(t){return{type:`system|${t}`}}listeners=[];async ping({timeout:t=1e4}){await lv(this.thisWindow,this.targetWindow,this.getSystemProtocol("ping"),"ping",{data:{},payload:{}},this.targetOrigin,t)}handleTell(t,n){this.listeners.push(bA(this.thisWindow,this.protocol,t,n))}tell(t,n){yA(this.targetWindow,this.protocol,t,n,this.targetOrigin)}handleAsk(t,n){this.listeners.push(uv(this.thisWindow,this.targetWindow,this.protocol,t,this.targetOrigin,n))}ask(t,n,r=1e4){if(this.targetWindow)return lv(this.thisWindow,this.targetWindow,this.protocol,t,n,this.targetOrigin,r);throw new Error("target window is requried")}destroy(){fA(this.listeners)}};var pv;async function mv(){if(st()){let t=globalThis;for(;t.top!=t.self;)t=t.top;let n=Za.iframe(Tc,"*",{targetWindow:t});pv=n,await Za.connect(n).catch(r=>{R.error("connect with parent frame error",r)})}}function fv(){return pv}var m0=new Map;async function jm(e){let t=e.url;if(e.method&&(t+=e.method),e.body&&(t+=Gn(e.body)),m0.has(t))return m0.get(t);let n=de(e);m0.set(t,n);try{return await n}catch(r){throw r}finally{setTimeout(()=>{m0.delete(t)},3e3)}}async function hv(e){return jm(e)}async function f0(e){if(st()){let n=fv();if(n)try{return await n.ask("throttleRequest",e)}catch(r){throw R.error("can not comunicate with root frame, use strict limiter",r),r}else return jm(e)}else return jm(e)}p();function bv(e){let t=e.split(".");if(t.length<=1)throw new Error("invlaid token");let n=t[1];if(!n)throw new Error("invalid base64 url token");let r=n.replace(/-/g,"+").replace(/_/g,"/"),a=decodeURIComponent(globalThis.atob(r).split("").map(function(s){return"%"+("00"+s.charCodeAt(0).toString(16)).slice(-2)}).join("")),i=JSON.parse(a),o=new Date(i.exp*1e3);return{accessToken:e,accessTokenExpiresAt:o.toISOString()}}p();async function h0(e){await Bp(e)}async function b0(e,t){let n=await _p(e);if(n?.accessToken&&n?.accessTokenExpiresAt){let r=Date.now(),i=new Date(n.accessTokenExpiresAt).getTime();if(i-r>30*1e3)return n;if(i-r>3e3)return yv(e,t)}return yv(e,t)}async function yv(e,t){let n=await t(),r=n.accessTokenExpiresAt,i=new Date(r).getTime()-Date.now();return await Mp(e,n,i-1e3),n}var TA=[["auto",""],["ar","ar"],["ga","ga"],["et","et"],["bg","bg"],["is","is"],["pl","pl"],["bs","bs-Latn"],["fa","fa"],["da","da"],["de","de"],["ru","ru"],["fr","fr"],["zh-TW","zh-Hant"],["fil","fil"],["fj","fj"],["fi","fi"],["gu","gu"],["kk","kk"],["he","he"],["ht","ht"],["ko","ko"],["nl","nl"],["ca","ca"],["zh-CN","zh-Hans"],["wyw","lzh"],["cs","cs"],["kn","kn"],["otq","otq"],["tlh","tlh"],["hr","hr"],["lv","lv"],["lt","lt"],["ro","ro"],["mg","mg"],["mt","mt"],["mr","mr"],["ml","ml"],["ms","ms"],["mi","mi"],["bn","bn-BD"],["hmn","mww"],["af","af"],["pa","pa"],["pt","pt"],["ps","ps"],["ja","ja"],["sv","sv"],["sm","sm"],["sr-Latn","sr-Latn"],["sr-Cyrl","sr-Cyrl"],["no","nb"],["sk","sk"],["sl","sl"],["sw","sw"],["ty","ty"],["te","te"],["ta","ta"],["th","th"],["to","to"],["tr","tr"],["cy","cy"],["ur","ur"],["uk","uk"],["es","es"],["el","el"],["hu","hu"],["it","it"],["hi","hi"],["id","id"],["en","en"],["yua","yua"],["bo","bo"],["vi","vi"]],Hm=new Map(TA),Ou=class extends Pe{static langMap=Hm;isSupportList=!0;maxTextLength=1800;constructor(t,n,r){super(t,n,r)}static async clearState(){await h0(fp)}async translate(t){let{text:n,from:r,to:a}=t;return n?await sv(n,r,a):{...t}}async init(){await this.getAccessToken()}async getAccessToken(){return await b0(fp,async()=>{let t=await f0({responseType:"text",url:"https://edge.microsoft.com/translate/auth",headers:{accept:"*/*","accept-language":"zh-TW,zh;q=0.9,ja;q=0.8,zh-CN;q=0.7,en-US;q=0.6,en;q=0.5","cache-control":"no-cache",pragma:"no-cache","sec-ch-ua":'"Microsoft Edge";v="113", "Chromium";v="113", "Not-A.Brand";v="24"',"sec-ch-ua-mobile":"?0","sec-ch-ua-platform":'"Windows"',"sec-fetch-dest":"empty","sec-fetch-mode":"cors","sec-fetch-site":"cross-site","sec-mesh-client-arch":"x86_64","sec-mesh-client-edge-channel":"beta","sec-mesh-client-edge-version":"113.0.1774.23","sec-mesh-client-os":"Windows","sec-mesh-client-os-version":"10.0.19044","sec-mesh-client-webview":"0",Referer:"https://appsumo.com/","Referrer-Policy":"strict-origin-when-cross-origin"},body:null,method:"GET",timeout:5e3,retry:this.retry});return bv(t)})}async translateList(t){let{from:n,to:r,text:a}=t,i=Hm.get(n)||"auto",o=Hm.get(r)||r;i==="auto"&&(i="");let s=await this.getAccessToken(),u=[];for(let f of a)u.push({Text:f});let l=JSON.stringify(u),c=`https://api-edge.cognitive.microsofttranslator.com/translate?from=${i}&to=${o}&api-version=3.0&includeSentenceLength=true`,g=await de({url:c,headers:{accept:"*/*","accept-language":"zh-TW,zh;q=0.9,ja;q=0.8,zh-CN;q=0.7,en-US;q=0.6,en;q=0.5",authorization:"Bearer "+s.accessToken,"cache-control":"no-cache","content-type":"application/json",pragma:"no-cache","sec-ch-ua":'"Microsoft Edge";v="113", "Chromium";v="113", "Not-A.Brand";v="24"',"sec-ch-ua-mobile":"?0","sec-ch-ua-platform":'"Windows"',"sec-fetch-dest":"empty","sec-fetch-mode":"cors","sec-fetch-site":"cross-site","Referrer-Policy":"strict-origin-when-cross-origin","User-Agent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36 Edg/120.0.0.0"},body:l,method:"POST",timeout:this.requestTimeout});if(g&&g.length>0&&g[0].translations&&g[0].translations.length>0)return{text:g.map(f=>f.translations[0]?.text||""),from:n,to:r};throw new Q("Microsoft translate error "+JSON.stringify(g))}};p();var Tv=[["auto","auto"],["zh-CN","zh"],["en","en"],["yue","yue"],["wyw","wyw"],["ja","jp"],["ko","kor"],["fr","fra"],["es","spa"],["th","th"],["ar","ara"],["ru","ru"],["pt","pt"],["de","de"],["it","it"],["el","el"],["nl","nl"],["pl","pl"],["bg","bul"],["et","est"],["da","dan"],["fi","fin"],["cs","cs"],["ro","rom"],["sl","slo"],["sv","swe"],["hu","hu"],["zh-TW","cht"],["vi","vie"]],Wm=new Map(Tv),vA=new Map(Tv.map(([e,t])=>[t,e])),Km=class extends Pe{static langMap=Wm;endpoint="https://api.fanyi.baidu.com/api/trans/vip/translate";fieldEndpoint="https://fanyi-api.baidu.com/api/trans/vip/fieldtranslate";appid="";key="";isSupportList=!1;maxTextGroupLength=3;action=!1;domain="";constructor(t,n,r){if(super(t,n,r),!t||!t.appid||!t.key)throw new Q("appid and key are required");this.appid=t.appid?.trim(),this.key=t.key?.trim(),t.action&&(this.action=!0),t.endpoint&&(this.endpoint=t.endpoint),t.fieldEndpoint&&(this.fieldEndpoint=t.fieldEndpoint),t.domain&&(this.domain=t.domain,this.endpoint=this.fieldEndpoint)}getDefaultRateLimit(){return{limit:1,interval:1550}}async translate(t){let n=Date.now().toString(),{endpoint:r}=this,{appid:a,key:i}=this,{text:o,from:s,to:u}=t,l=Gn(a+o+n+i);this.domain&&(l=Gn(a+o+n+this.domain+i));let c=new URLSearchParams({from:Wm.get(s)||"auto",to:Wm.get(u)||u,q:o,salt:n,appid:a,sign:l});this.action&&c.set("action","1"),this.domain&&c.set("domain",this.domain);let g=new URL(r);g.search=c.toString();let f=await de({url:g.toString(),retry:this.retry,timeout:this.requestTimeout});if(f.error_code)throw new Q("API_SERVER_ERROR",f.error_msg);let{trans_result:m,from:h}=f,y=m.map(({dst:b})=>b);return{from:vA.get(h)||h,to:u,text:y.join(` `)}}},vv=Km;p();p();var Wi=class extends Pe{langMap;requestBaseConfig;apiServiceConfig;constructor(t,n,r){super(t,n,r),this.apiServiceConfig=this.serviceConfig,this.isSupportList=this.apiServiceConfig.isSupportList,this.langMap=new Map(this.apiServiceConfig.langs),this.requestBaseConfig=this.handleBaseApiServiceConfig(this.apiServiceConfig)}async translate(t){if(!Object.keys(this.apiServiceConfig).length)throw"serivce id not found config";let{text:n,from:r,to:a}=t;if(!this.langMap.has(a))throw new Q(`Unsupported language: ${a}`);a=this.langMap.get(a);let i=await this.checkLang(r,n);if(!i)return{text:n,from:r,to:a};r=i;let o=this.handleRequest(n,r,a),s=await Lc(o);return{text:this.handleResponseText(s),from:r,to:a}}async translateList(t){if(!Object.keys(this.apiServiceConfig).length)throw new Q("serivce id not found config");let{text:n,from:r,to:a}=t;if(!this.langMap.has(a))throw new Q(`Unsupported language: ${a}`);a=this.langMap.get(a);let i=await this.checkLang(r,n.join(" "));if(!i)return{text:n,from:r,to:a};r=i;let o=this.handleRequest(n,r,a),s=await Lc(o);return{text:this.handleResponseText(s),from:r,to:a}}handleBaseApiServiceConfig(t){let n=t.request.url,r=t.request.headers||{};return r["content-type"]||(r["content-type"]="application/json"),{url:n,retry:t.request.retry||this.retry,method:t.request.method||"POST",headers:r,body:JSON.stringify(t.request.body),timeout:this.requestTimeout}}async checkLang(t,n){if(t=="auto"){if(this.langMap.has("auto"))return"auto";t=await this.detectLanguageRemotely(n.slice(0,this.apiServiceConfig.checkLangLenth||10))}return this.langMap.has(t)?this.langMap.get(t):null}handleRequest(t,n,r){let a={...this.requestBaseConfig},i=a?.body||"",o=this.apiServiceConfig.keywords||{};a.body=u(i);let s=a.headers||{};return Object.keys(s).forEach(l=>{s[l]=u(s[l])}),a.headers=s,a.url=u(a.url||""),a;function u(l){return l.replaceAll('"{text}"',()=>Array.isArray(t)?JSON.stringify(t):`"${t}"`).replaceAll("{from}",n).replaceAll("{to}",r).replaceAll(/{([a-z:_]+)}/gi,(g,f)=>{let[m,h]=f.split(":"),y=o[m];return h==="random"?SA(y.split(",")):y})}}handleResponseText(t){let n=this.apiServiceConfig.response,r=t,a=n.text.split(".");for(let i of a){if(Array.isArray(r))return r=r.map(o=>o[i]),r;r=r[i]}return r}detectLanguageRemotely(t){return pa.detectLanguageRemotelyByTransmart(t)}};function SA(e){let t=Math.floor(Math.random()*e.length);return e[t]}var Sv=[["zh-CN","zh"],["en","en"],["ja","ja"],["ko","ko"],["fr","fr"],["es","es"],["ru","ru"]],Gm=class extends Wi{static langMap=new Map(Sv);constructor(t,n,r){if(!t?.token)throw new Q("token are required");super({...t,isSupportList:!0,langs:Sv,keywords:{token:t.token?.trim()},request:{headers:{"content-type":"application/json","x-authorization":"token {token:random}"},url:"https://api.interpreter.caiyunai.com/v1/translator",retry:2,body:{source:"{text}",trans_type:"{from}2{to}"}},response:{text:"target"}},n,r)}},Cv=Gm;p();var CA=[["auto","auto"],["zh-CN","zh"],["en","en"],["ja","ja"]],y0=new Map(CA),Vm=class extends Pe{static langMap=y0;token="ssdj273ksdiwi923bsd9";constructor(t,n,r){super(t,n,r)}getDefaultRateLimit(){return{limit:5,interval:1050}}async translateList(t){let{text:n,from:r,to:a}=t;if(!y0.get(a))throw new Q(`Unsupported language: ${a}`);if(r==="auto")throw new Q("Unsupported language: auto");let o=n;return{text:(await de({retry:this.retry,url:"https://api.interpreter.caiyunai.com/v1/translator",headers:{"content-type":"application/json","x-authorization":"token "+this.token},method:"POST",body:JSON.stringify({source:o,trans_type:`${y0.get(r)||"auto"}2${y0.get(a)}`}),timeout:this.requestTimeout})).target,from:r,to:a}}},xv=Vm;p();var Ev=[["auto","auto"],["en","en"],["ru","ru"],["pt","pt"],["es","es"],["zh-CN","zh-CHS"],["ja","ja"],["ko","ko"],["fr","fr"],["ar","ar"],["id","id"],["vi","vi"],["it","it"]],$m=new Map(Ev),xA=new Map(Ev.map(([e,t])=>[t,e]));function EA(e){let t=e.length;return t<=20?e:e.substring(0,10)+t+e.substring(t-10,t)}var Ym=class extends Pe{static langMap=$m;isSupportList=!1;appId="";appSecret="";throttleLimit=5;domain="general";vocabId="";constructor(t,n,r){if(super(t,n,r),!t||!t.appId||!t.appSecret)throw new Q("appId and appSecret are required");this.appId=t.appId?.trim(),this.appSecret=t.appSecret?.trim(),t.domain&&(this.domain=t.domain),t&&t.vocabId&&(this.vocabId=t.vocabId)}getDefaultRateLimit(){return{limit:5,interval:1050}}async translate(t){let{text:n,from:r,to:a}=t,i=wA(32),o=Math.round(new Date().getTime()/1e3),s=this.appId+EA(n)+i+o+this.appSecret,u=await Cr(s),l={q:n,appKey:this.appId,salt:i.toString(),from:$m.get(r)||"auto",to:$m.get(a)||a,sign:u,signType:"v3",curtime:o.toString()};this.domain&&this.domain!=="general"&&(l.domain=this.domain),this.vocabId&&(l.vocabId=this.vocabId);let c=new URLSearchParams(l),f=await de({url:"https://openapi.youdao.com/api",method:"POST",body:c.toString(),headers:{"Content-Type":"application/x-www-form-urlencoded"},retry:this.retry,timeout:this.requestTimeout});if(!f.translation)throw new Q(JSON.stringify(f));let m=f.l,[h,y]=m.split("2");return{text:f.translation.join(` `),from:xA.get(h),to:a}}};function wA(e){let t="",n="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789",r=n.length,a=0;for(;a[t,e]));var Zm=class extends Pe{static langMap=Qm;isSupportList=!1;appId="";appSecret="";maxTextLength=800;constructor(t,n,r){super(t,n,r)}getDefaultRateLimit(){return{limit:5,interval:1050}}async translate(t){let{text:n,from:r,to:a}=t,i={q:n,from:Qm.get(r)||"auto",to:Qm.get(a)||a},o=new URLSearchParams(i),s=await de({url:"https://aidemo.youdao.com/trans",method:"POST",body:o.toString(),headers:{"content-type":"application/x-www-form-urlencoded; charset=UTF-8","user-agent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/110.0.0.0 Safari/537.36"},retry:this.retry,timeout:this.requestTimeout});if(s&&s.translation)return{text:s.translation.join(` -`),from:r,to:a};throw new Q("Youdao translation failed: "+JSON.stringify(s))}},Av=Zm;p();var zu=class extends Wi{constructor(t,n,r){super({...t,isSupportList:!0,langs:(t.langs||"zh-CN,en").split(",").map(a=>[a,a]),limitPerSecond:t.limitPerSecond||5,maxTextLengthPerRequest:t.maxTextLengthPerRequest||1200,maxTextGroupLengthPerRequest:t.maxTextGroupLengthPerRequest||1,placeholderDelimiters:t.placeholderDelimiters||su,request:{url:t.url,retry:2,body:{text_list:"{text}",source_lang:"{from}",target_lang:"{to}"}},response:{text:"translations.text"}},n,r)}};p();var kv="immersive-translate-gemini-fake-user-key",DA=[["auto","auto"],["zh-CN","Simplified Chinese"],["zh-TW","Traditional Chinese"],["en","English"],["ar","Arabic"],["bn","Bengali"],["bg","Bulgarian"],["hr","Croatian"],["cs","Czech"],["da","Danish"],["nl","Dutch"],["et","Estonian"],["fi","Finnish"],["fr","French"],["de","German"],["el","Greek"],["he","iw"],["hi","Hindi"],["hu","Hungarian"],["id","Indonesian"],["it","Italian"],["ja","Japanese"],["ko","Korean"],["lv","Latvian"],["lt","Lithuanian"],["no","Norway"],["pl","Polish"],["pt","Portuguese"],["ro","Romanian"],["ru","Russian"],["sr","Serbian"],["sk","Slovak"],["sl","Slovene"],["es","Spanish"],["sw","Swahili"],["sv","Swedish"],["th","Thai"],["tr","Turkish"],["uk","Ukrainian"],["vi","Vietnamese"]],Pv=new Map(DA),Jm=class extends es{static langMap=Pv;provider="custom";randomPrefix="My user id is {{id}}. ";fakeId="";constructor(t,n,r){super(t,n,r),t||(t={}),t.provider&&(this.provider=t.provider),t.randomPrefix&&(this.randomPrefix=t.randomPrefix),this.apiUrl="https://generativelanguage.googleapis.com/v1beta/models/{model}:generateContent?key={key}",t?.apiUrl&&(this.apiUrl=t.apiUrl),this.maxTextGroupLength=this.maxTextGroupLength||10,this.model=this.model||"gemini-1.0-pro-latest",this.bodyConfigs=t?.bodyConfigs||{}}getLangMap(){return Pv}getDefaultRateLimit(){return{limit:1,interval:1050}}async handleOptions(t,n){this.fakeId="",this.randomPrefix&&(this.fakeId=await Lp(kv,""),this.fakeId||(this.fakeId=AA(10),await Fp(kv,this.fakeId)));let r=this.getRandomKey(),a={url:this.apiUrl.replace("{model}",this.model),method:"POST",headers:{"content-type":"application/json"},timeout:this.requestTimeout,retry:this.retry};r&&(a.url=a.url.replace("{key}",r));let i=this.systemPrompt+t;this.randomPrefix&&(i=this.randomPrefix.replace("{{id}}",this.fakeId)+i);let o={contents:[{role:"user",parts:[{text:i}]}],...this.bodyConfigs};return a.body=JSON.stringify(o,null,2),a}parseResponse(t){return t?.candidates?.[0]?.content?.parts?.[0]?.text}filterContent(t,n,r,a){let i=super.filterContent(t,n,r);return i.includes(this.fakeId)&&a.length<=1?t:i}};function AA(e){let t="",n="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789",r=n.length,a=0;for(;a{let n=(await f0({url:"https://translate.yandex.net/website-widget/v1/widget.js?widgetId=ytWidget&pageLang=es&widgetTheme=light&autoMode=false",method:"GET",responseType:"text"})).match(/sid\:\s\'[0-9a-f\.]+/),r="",a=Date.now()+1*60*1e3;return n&&n[0]&&n[0].length>7&&(r=n[0].substring(6),a=Date.now()+30*60*1e3),{accessToken:r,accessTokenExpiresAt:new Date(a).toISOString()}})}async translateList(t){let{text:n,from:r,to:a}=t;if(!n)return{...t};let i=await this.getAccessToken(),o=new URLSearchParams;o.append("srv","tr-url-widget"),o.append("id",`${i.accessToken}-0-0`),o.append("format","html"),o.append("lang",`${r==="auto"?"":ef.get(r)+"-"}${ef.get(a)}`),n.forEach(l=>{o.append("text",l)});let s=await de({url:`https://translate.yandex.net/api/v1/tr.json/translate?${o.toString()}`});if(s?.code!==200)return{...t};let u=s.text?.map(l=>l);return{from:r,to:a,text:u||n}}getDefaultRateLimit(){return{limit:5,interval:1050}}};var LA={mock:Zo,mock2:Zo,custom:zu,google:Hi,transmart:_u,deepl:UT,volc:XT,volcAlpha:Iu,bing:Ou,tencent:Pu,tenAlpha:Lu,baidu:vv,caiyun:Cv,cai:xv,openl:d0,youdao:wv,you:Av,d:Qo,dpro:Qo,deeplx:Ru,niu:qT,azure:jT,openai:$T,gemini:Lv,claude:Mv,papago:HT,aliyun:Bu,yandex:Nu},Ja={};Object.keys(nr).forEach(e=>{Ja[e]={...nr[e],class:LA[e]}});function Xa(e,t){let n=Rn;if(Ja[e]&&Ja[e].class&&Ja[e].class.langMap&&Ja[e].class.langMap.size>0){let r=Ja[e].class.langMap,a=n.filter(i=>r.get(i));return a.includes(t)||a.unshift("placeholder"),a}else return Rn}async function Nr(e,t,n){if(!e.text)return e;let r=null,a=await nt({sentences:[e]},t,(i,o,s)=>{i&&(r=i)},n);if(r)throw r;if(a.sentences.length>0)return{...e,...a.sentences[0]};throw new Q("translateFailed","translate failed")}async function Fv(e,t){for(let n of e)try{return await Nr({id:1e6,text:"Hello world",from:"en",to:"zh-CN",url:"https://google.com",fromByClient:"auto"},{...t,translationService:n},{retry:1,requestTimeout:t.config.verifyRequestTimeout||5*1e3}),n}catch{continue}return null}async function tf(e){let{config:t,translationService:n}=e,r=t.translationGeneralConfig,a=t.translationServices,i=n,o=a[i]||{},s=Qt(e.user);await new Ja[i].class(o,r,{translationService:i,userToken:e.user?.token,isPro:s,sourceProgram:e.sourceProgram,glossaries:e.rule.glossaries,excludeRegexps:e.rule.excludeRegexps}).init()}function _A(e){if(!e?.length)return"auto";let t=e[0].from;return e[0].fromByClient&&e[0].fromByClient!=="auto"&&(t=e[0].fromByClient),t}async function nt(e,t,n,r){if(!e.sentences.length)return{...e};let{config:a,translationService:i,state:o}=t,s=a.translationGeneralConfig,u=a.translationServices,l=i,c=t.targetLanguage;e&&e.sentences&&e.sentences[0]&&e.sentences[0].to&&(c=e.sentences[0].to);let g=u[l]||{};g=KT(g,{sourceLanguage:_A(e.sentences),targetLanguage:c,model:g.model||"",url:t.url,isPro:t.isPro?"true":"false",sourceProgram:t.sourceProgram||""}),r&&(g={...g,...r});let f=a.beta,m=o.cache===!1&&f,h=a.debug===!0&&f;e.sentences&&e.sentences.length>0&&(e.sentences=e.sentences.map(v=>(m&&(v.refresh=!0),h&&(v.debug=!0),v))),l==="openai"&&(e.sentences=e.sentences.map(v=>({...v,from:"auto"})));let y=[],T={sentences:Array(e.sentences.length)},b=e.sentences.length,x=-1,w=Qt(t.user),L;try{L=new Ja[l].class(g,s,{translationService:l,userToken:t.user?.token,isPro:w,sourceProgram:t.sourceProgram,glossaries:t.rule.glossaries,excludeRegexps:t.rule.excludeRegexps,minTextCount:t.rule.paragraphMinTextCount}),await L.init()}catch(v){if(n){y.push(...e.sentences);let A={translationService:l,isPro:!!t.isPro,isLogin:!!t.user?.token};for(let D of y){let S=v instanceof Q?new Q(v.name,v.message).initNetWork(v.status).initData(v.data||A):v;n(S,null,D)}}return{sentences:[]}}if(o.cache)for(let v of e.sentences){x++;let A=l;l==="openl"&&(A=l+"-"+g.codename||d0.DEFAULT_CODENAME);let D=L.getCacheKeyPrefix();D&&(A=D+"-"+A);let S=null;try{S=await Cl(pT({originalText:v.text,from:v.from,to:v.to,service:A}),200)}catch(N){R.warn("query cache DB error, but it's ok",N)}if(S){let N={...v,text:S.translatedText};T.sentences[x]=N,n&&n(null,N,v)}else y.push(v)}else y.push(...e.sentences);let M=y.length;if(b-M>0&&R.debug(`use ${b-M} sentences from cache`),!y.length)return T;let C=await L.multipleTranslate({sentences:y},g,(v,A,D)=>{if(n&&n(v,A,D),!v&&A&&!l.startsWith("mock")&&o.cache){let S=l;l==="openl"&&(S=l+"-"+g.codename||d0.DEFAULT_CODENAME);let N=L.getCacheKeyPrefix();N&&(S=N+"-"+S),o.cache&&Cl(mT({translatedText:A.text,from:D.from,to:D.to,detectedFrom:A.from,key:Gn(D.text),service:S}),3e3).catch(F=>{R.warn("set cache DB error",F)})}});for(let v of C?.sentences||[]){let A=T.sentences.findIndex(D=>!D);if(A===-1)throw new Q("translateFailed","can not match the result");T.sentences[A]=v}return T}p();p();p();var rs={},MA={root:"",lang:"en",fallbackLang:"en"};function nf(e,t){let n=Object.assign({},MA,e);rs=t||rs;let[r,a]=K(n.lang),[i,o]=K(rs),[s,u]=K(!1),l=g=>{if(i.hasOwnProperty(g))return;u(!1);let f=H1(n.root||"",g);n.getUrl&&(f=n.getUrl(n.root||"",g),fetch(f).then(m=>m.json()).then(m=>{rs[g]=m,o({...rs}),u(!0)}).catch(m=>{o({...rs}),u(!0)}))};return le(()=>{l(n.fallbackLang||"en"),l(r)},[r]),{lang:r,setLang:a,t:(g,f)=>{if(!i.hasOwnProperty(r))return g;let m=pu(i,r,g);return m===g&&r!==n.fallbackLang&&(m=pu(i,n.fallbackLang,g)),Op(m,f)},isReady:s}}var af=oo(null),rf={root:"assets",lang:"en",fallbackLang:"en"},as=e=>{let{t,setLang:n,lang:r,isReady:a}=nf({root:e.root||rf.root,lang:e.lang||rf.lang,fallbackLang:e.fallbackLang||rf.fallbackLang,getUrl:e.getUrl},e.translations);return d(af.Provider,{value:{t,setLang:n,lang:r,isReady:a},children:e.children})};function W(){return Me(af)}p();function Ae(e){return d("div",{class:"nav-left",children:[d("div",{class:"title",children:e.title}),d("div",{class:"description",children:e.description})]})}p();p();function Ur(e){let{items:t,maxWidth:n,className:r,style:a}=e,{lang:i}=W();return n=n||(i==="en"?144:160),d("select",{autoComplete:"off",class:r||"min-select",style:{maxWidth:`${n}px`,...a},value:t.find(o=>o.selected)?.value,onChange:o=>{let s=o.target.value,u=t.find(l=>l.value===s);u&&u.onSelected(u)},children:t.map((o,s)=>d("option",{value:o.value,selected:o.selected,children:o.label},"selectlink"+s))})}function of(e){let{items:t,maxWidth:n,isInput:r,value:a}=e;return n=n||128,r?d("input",{value:a,onChange:i=>{e.onChange(i.target.value)}}):d("select",{autoComplete:"off",style:{maxWidth:`${n}px`},value:t.find(i=>i.selected)?.value,onChange:i=>{let o=i.target.value,s=t.find(u=>u.value===o);s&&s.onSelected(s)},children:t.map((i,o)=>d("option",{value:i.value,selected:i.selected,children:i.label},"selectlink"+o))})}p();function Ki(e){let{t}=W(),n={};e.width&&(n={width:`${e.width}px`});let[r,a]=K(e.value),{config:i,field:o,onFinish:s}=e,u=o.name;o.label&&(u=o.label),o.labelKey&&(u=t(o.labelKey));let l={},c={};if(i.translationServices&&e.service&&i.translationServices[e.service]&&(c=i.translationServices[e.service]),c.env){let g=Object.keys(c.env);for(let f=0;f{let f=g.target.value,m=Array.isArray(r)?f.split(","):f;a(m),e.onChange(m)},onChange:()=>{s&&s()}}),e.field.descriptionKey?d("small",{class:"whitespace-pre-wrap",dangerouslySetInnerHTML:{__html:t(e.field.descriptionKey,l)}}):null]}):d(xe,{children:[d("input",{style:n,required:e.field.required,placeholder:e.field.placeholder||e.field.name,value:r,type:e.type,disabled:e.field.disabled||!1,name:e.field.name,autoComplete:"off",onInput:g=>{a(g.target.value),e.onChange(g.target.value)},onChange:()=>{(e.type==="text"||e.type==="password")&&s&&s()}}),e.field.descriptionKey?d("small",{dangerouslySetInnerHTML:{__html:t(e.field.descriptionKey,l)}}):null]})]})}function is(e){let{t}=W(),[n,r]=K(!0),[a,i]=K(!1),{config:o,currentProvider:s,onFinish:u,field:l,onChange:c,value:g,isProUser:f}=e;g=g??(l.default||"");let m={},h={};if(o.translationServices&&e.service&&o.translationServices[e.service]&&(h=o.translationServices[e.service]),h.env){let T=Object.keys(h.env);for(let b=0;b{l.options&&(l.options.some(b=>b.value===g)||i(!0))},[]);let y=l.name;if(l.label&&(y=l.label),l.labelKey&&(y=t(l.labelKey)),l.type==="select")return d("div",{class:"flex flex-col mt-5 mb-6",children:[d("label",{class:"text-16 mb-2",children:[y,"\uFF1A"]}),d(of,{maxWidth:200,items:l.options.map(T=>({label:`${T.label?t(T.label):T.value}`,value:T.value,selected:g===T.value,onSelected:()=>{c(T.value)}})),onChange:c,isInput:a,value:g})]});if(l.type==="model-select"){let T=l.options.map(b=>b.value);return d("div",{class:"flex flex-col mt-5 mb-6",children:[d("label",{class:"text-16 mb-2",children:[y,"\uFF1A"]}),d(of,{maxWidth:250,items:T.map(b=>({label:b,value:b,selected:g===b,onSelected:()=>{c(b)}})),onChange:c,isInput:s!=="pro"?a:!1,value:g}),s!=="pro"&&d("label",{for:"customContent",class:"text-sm",onClick:()=>{a&&c(T[0]),i(!a)},children:[d("input",{type:"checkbox",id:"customContent",name:"customContent",checked:a}),t("customContent")]})]})}else{if(l.type==="text")return d("div",{children:d(Ki,{service:e.service,field:l,config:e.config,value:g,type:l.type,onChange:c,onFinish:u})});if(l.type==="textarea")return d("div",{children:d(Ki,{service:e.service,field:l,rows:5,config:e.config,value:g,type:l.type,onChange:c,onFinish:u})});if(l.type==="jsonarea")return d("div",{children:d(Ki,{service:e.service,field:{...l,type:"textarea"},config:e.config,value:g,rows:5,type:l.type,onChange:c,onFinish:u})});if(l.type==="number")return d("div",{children:d(Ki,{service:e.service,field:l,config:e.config,value:g,type:l.type,width:196,onChange:c})});if(l.type==="password")return d("div",{children:[d(Ki,{service:e.service,field:l,config:e.config,value:g,type:n?l.type:"text",onChange:c,onFinish:u}),d("label",{for:"translate",onClick:()=>{r(!n)},children:[d("input",{type:"checkbox",id:"translate",name:"translate"}),t("show password")]})]});if(l.type==="color"){let T=g,b="";T||(T="#FFFFFF",b="#FFFFFF");let{hex:x,opacity:w}=FA(T);return d("div",{children:d("label",{class:"flex items-center",for:l.name,children:[d("span",{class:"mr-2",children:l.label||l.name}),d("input",{type:"text",id:l.name,class:"border-color-text mr-2",placeholder:b||"",value:g,onInput:L=>{c(L.target.value)}}),d("input",{id:l.name,type:"color",name:l.name,value:x,style:{opacity:w},onInput:L=>{c(L.target.value)}})]})})}else return l.type==="boolean"?d("div",{class:"flex items-center my-4",children:d("label",{class:"ml-2",for:l.name,children:[d("input",{type:"checkbox",id:l.name,name:l.name,role:"switch",checked:g,onChange:T=>{c(T.target.checked)}}),y,l.descriptionKey?d("small",{class:"my-2",dangerouslySetInnerHTML:{__html:t(l.descriptionKey,m)}}):null]})}):null}}function FA(e){let t=1;return e.length==9&&(t=parseInt(e.substring(7,9),16)/255,e=e.slice(0,7)),{opacity:t,hex:e}}p();function Bv(e){let{t,lang:n}=W();return d("details",{role:"list",class:"nav-right",children:[d("summary",{"aria-haspopup":"listbox",children:t("edit")}),d("ul",{role:"listbox",class:"option-list",children:e.options.map((r,a)=>{let i=Zt(r.value,n);return d("li",{children:d("label",{children:[d("input",{type:"checkbox",onChange:()=>{e.onToggleAlwaysLangs(!r.checked,r.value)},value:r.value,checked:r.checked}),i]})},"language-"+a)})})]})}function Uu(e){let{selectLanguages:t,languages:n}=e,r=ze(()=>!n||!t?[]:n.concat("").map(a=>({checked:t?.includes(a),value:a})),[n,t]);return e.interfaceLanguage?d(xe,{children:[d("div",{class:"nav",children:[d(Ae,{title:e.title,description:e.description}),d(Bv,{options:r,onToggleAlwaysLangs:e.onChange})]}),d("div",{class:"langs-list",children:t.map((a,i)=>d("div",{class:"lang-card",children:[d("div",{id:`${a}`,children:Zt(a,e.interfaceLanguage)}),d("a",{href:"#close",class:"close",target:"_blank","aria-label":"Close","data-target":`${a}`,onClick:o=>{o.preventDefault(),e.onChange(!1,t[i])}})]},"lang-"+i))})]}):null}p();p();function ma(e){let{t}=W(),n=$e(null),{toggleModal:r}=e;return d("dialog",{id:"immersive-translate-overlay",onClick:i=>{i.target&&i.target.id==="immersive-translate-overlay"&&r(i)},open:!0,children:d("article",{class:"add-modal",children:[d("a",{href:"#close","aria-label":"Close",class:"close","data-target":"modal-example",onClick:e.toggleModal}),d("div",{class:"add-text",children:t("add url")}),d("input",{placeholder:"URL",ref:n,value:e.urlValue}),d("blockquote",{children:d("p",{class:"text-sm",children:t("addUrlDescription")})}),d("div",{class:"flex",children:[d("div",{class:"footer-button",children:d("a",{href:"#cancel",role:"button",class:"full-button secondary margin-right","data-target":"modal-example",onClick:e.toggleModal,children:t("cancel")})}),d("div",{class:"footer-button",children:d("a",{href:"#confirm",role:"button",class:"full-button margin-left","data-target":"modal-example",onClick:i=>{if(i.preventDefault(),n.current&&n.current.value){if(e.onSubmitAddUrl){if(e.urlValue!==""){e.onSubmitAddUrl(n.current.value,e.index,e.type,"edit");return}e.onSubmitAddUrl(n.current.value,e.index,e.type);return}else if(e.onAddInterfaceUrl){if(e.urlValue!==""){e.onAddInterfaceUrl(n.current.value,"edit");return}e.onAddInterfaceUrl(n.current.value)}}},children:t("confirm")})})]})]})})}function ei(e){let{t}=W(),[n,r]=K([]),[a,i]=K(!1),[o,s]=K(!1);function u(){e.onDeleteUrl(n,e.type),r([]),i(!1)}if(!e.urls.length)return null;let l=`checkAll${e.urls.length}`;return d("div",{children:[d(c,{}),d("div",{class:"url-list-item",children:e.urls.map((g,f)=>d("div",{className:"url-list",style:"padding:6px 24px;",children:d("div",{className:"url-left",style:{display:"flex",flexDirection:"row",alignItems:"center",width:"100%"},children:[o&&e.urls.length>1&&d("input",{type:"checkbox",checked:n.includes(g),style:"margin-right:12px;",onChange:m=>{m.target.checked?r([...n,g]):r(n.filter(h=>h!==g))}}),d("div",{className:"url-name height-tight",children:g}),d("div",{style:{flex:1}}),d("a",{style:{marginRight:"12px",cursor:"pointer"},onClick:m=>{e.onEditUrl(g,e.type,f)},children:t("edit")}),d("a",{style:{cursor:"pointer"},onClick:m=>{e.onDeleteUrl([g],e.type)},children:t("delete")})]})},"menu"+f))})]});function c(){return e.urls.length<2?null:d("div",{style:{display:"flex",flexDirection:"row",alignItems:"center",padding:"0 24px",marginBottom:"12px"},children:o?d(xe,{children:[d("input",{type:"checkbox",id:l,checked:a,onChange:g=>{let m=g.target.checked;r(m?e.urls:[]),i(m)}}),d("label",{htmlFor:l,children:t("pickAll")}),d("div",{style:{flex:1}}),d("a",{style:{cursor:"pointer"},onClick:u,children:t("delete")})]}):d("a",{style:{marginLeft:"-24px",marginRight:"12px",cursor:"pointer"},onClick:()=>s(!0),children:t("batchEdit")})})}}function qu(e){let{t}=W(),[n,r]=K(!1),[a,i]=K(""),[o,s]=K(0);le(()=>{Ut("esc",()=>{r(!1)})},[]);let u=(c,g,f)=>{r(!n),i(c),s(f)},l=(c,g,f,m)=>{e.onSubmitAddUrl?.(c,g,f,m),r(!n),i(""),s(0)};return d(xe,{children:[d("div",{class:"nav",children:[d(Ae,{title:e.title,description:e.description}),d("div",{class:"nav-right",children:d("a",{href:"#",role:"button",class:"add-button secondary outline",onClick:c=>{c.preventDefault(),r(!n)},children:t("add")})}),n?d(ma,{toggleModal:c=>{c.preventDefault(),r(!n)},onSubmitAddUrl:l,type:e.type,urlValue:a,index:o}):null]}),d(ei,{urls:e.urls||[],type:e.type,onDeleteUrl:e.onDeleteUrl,onEditUrl:u})]})}p();async function ti(){let e=["bingGlobalConfig","baiduGlobalConfig",Mb,_a];for(let t of e)await Z.storage.local.remove(t);pe()||await Ry(),await Ip()}function Iv(){return pe()?Promise.resolve("0 B"):om()}p();var T0='',ju="data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgZmlsbD0ibm9uZSI+PHBhdGggZmlsbD0iI0ZGQzczNiIgZD0iTTMgN2gxN3YxMEgzeiIvPjxwYXRoIGZpbGw9InVybCgjYSkiIGQ9Ik02Ljg5NyA5LjI0MmMuNDE1IDAgLjcyLjExMS45MjguMzQ3LjIwNy4yMzUuMzE4LjUyNy4zMTguODczcy0uMTEuNjIzLS4zMTguODQ1Yy0uMjA4LjIyMi0uNTI3LjMzMy0uOTI4LjMzM2gtMS4zM1Y5LjI0MmgxLjMzWm05Ljg0NiAxLjc4OGMuMzg4IDAgLjY2NS4xNTIuODQ1LjQ1Ny4xNTIuMjY0LjIzNS41ODIuMjYzLjk4NHYuMzE5YzAgLjQ5OS0uMDgzLjg4Ny0uMjYzIDEuMTkyLS4xOC4zMDQtLjQ1Ny40NTctLjgzLjQ1Ny0uMzg5IDAtLjY2Ni0uMTUzLS44NDYtLjQ0NC0uMTUyLS4yNjMtLjIzNS0uNTk1LS4yNjMtMS4wMTF2LS4yOTFjMC0uNDg1LjA4My0uODczLjI2My0xLjE3OC4xOC0uMzA1LjQ0My0uNDg1LjgzMS0uNDg1Wm0tMy40MDctMS4xMzZhMS4xNyAxLjE3IDAgMCAwLS43MDYuMjM1IDEuNDgyIDEuNDgyIDAgMCAwLS40MTUuNWwtLjA4My4xNjUtLjA3LS44MDNoLTEuMzU3djUuNDMyaDEuNDU0di0zLjY1OWEuODguODggMCAwIDEgLjMxOS0uMzg4Yy4xMS0uMDY5LjI1LS4xMS40MTUtLjEyNGguMTI1bC41NC4wMTQuMTY2LTEuMzE3Yy0uMDctLjAxNC0uMTI0LS4wMjgtLjE5NC0uMDQxLS4wNTUtLjAxNC0uMTI0LS4wMTQtLjE5NC0uMDE0Wk02Ljg5NiA4LjEySDQuMTE0djcuMzE3aDEuNDY4VjEyLjc5aDEuMzNjLjg0NCAwIDEuNDk1LS4yMDggMS45OC0uNjM4LjQ4NS0uNDMuNzItLjk4My43Mi0xLjY5cy0uMjM1LTEuMjYxLS43Mi0xLjY5Yy0uNDQzLS4zODktMS4wMzktLjYxLTEuNzczLS42MzhsLS4yMjEtLjAxNFptOS44NDcgMS43NzRjLS44MDMgMC0xLjQyNi4yNjMtMS44ODMuNzc2LS40MTYuNDctLjYzNyAxLjA2Ny0uNjc5IDEuNzczdi4zMzNjMCAuODE4LjIyMiAxLjQ4My42NzkgMS45OTUuNDU3LjUxMyAxLjA4Ljc3NiAxLjg4My43NzYuODA0IDAgMS40MjctLjI2MyAxLjg4NC0uNzc2LjQxNS0uNDcuNjM3LTEuMDUzLjY3OC0xLjc3M3YtLjMzM2MwLS44MTctLjIyMS0xLjQ4Mi0uNjc4LTEuOTk1LS40NTctLjUxMy0xLjA4LS43NzYtMS44ODQtLjc3NlpNMTguMDAzIDZhNiA2IDAgMCAxIDAgMTJIMFY5LjQyM0EzLjQyIDMuNDIgMCAwIDEgMy40MiA2aDE0LjU4M1oiLz48ZGVmcz48bGluZWFyR3JhZGllbnQgaWQ9ImEiIHgxPSI3LjUiIHgyPSIyMiIgeTE9IjE5IiB5Mj0iNiIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiPjxzdG9wIHN0b3AtY29sb3I9IiMyMjIiLz48c3RvcCBvZmZzZXQ9IjEiIHN0b3AtY29sb3I9IiM2OTY5NjkiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48L3N2Zz4=",Rv="data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIxMiIgZmlsbD0ibm9uZSI+PHBhdGggZmlsbD0iIzk5OSIgZD0iTTYuODk3IDMuMjQyYy40MTUgMCAuNzIuMTExLjkyOC4zNDcuMjA3LjIzNS4zMTguNTI2LjMxOC44NzMgMCAuMzQ2LS4xMS42MjMtLjMxOC44NDUtLjIwOC4yMjItLjUyNy4zMzMtLjkyOC4zMzNoLTEuMzNWMy4yNDJoMS4zM1ptOS44NDYgMS43ODhjLjM4OCAwIC42NjUuMTUyLjg0NS40NTcuMTUyLjI2NC4yMzUuNTgyLjI2My45ODR2LjMxOWMwIC40OTktLjA4My44ODctLjI2MyAxLjE5Mi0uMTguMzA0LS40NTcuNDU3LS44My40NTctLjM4OSAwLS42NjYtLjE1My0uODQ2LS40NDQtLjE1Mi0uMjYzLS4yMzUtLjU5NS0uMjYzLTEuMDExdi0uMjkxYzAtLjQ4NS4wODMtLjg3My4yNjMtMS4xNzguMTgtLjMwNS40NDMtLjQ4NS44MzEtLjQ4NVptLTMuNDA3LTEuMTM2YTEuMTcgMS4xNyAwIDAgMC0uNzA2LjIzNSAxLjQ4MiAxLjQ4MiAwIDAgMC0uNDE1LjVsLS4wODMuMTY1LS4wNy0uODAzaC0xLjM1N3Y1LjQzMmgxLjQ1NFY1Ljc2NGEuODguODggMCAwIDEgLjMxOS0uMzg4Yy4xMS0uMDY5LjI1LS4xMS40MTUtLjEyNGguMTI1bC41NC4wMTQuMTY2LTEuMzE3Yy0uMDctLjAxNC0uMTI0LS4wMjgtLjE5NC0uMDQxLS4wNTUtLjAxNC0uMTI0LS4wMTQtLjE5NC0uMDE0Wk02Ljg5NiAyLjEySDQuMTE0djcuMzE3aDEuNDY4VjYuNzloMS4zM2MuODQ0IDAgMS40OTUtLjIwOCAxLjk4LS42MzguNDg1LS40My43Mi0uOTgzLjcyLTEuNjlzLS4yMzUtMS4yNjEtLjcyLTEuNjljLS40NDMtLjM4OS0xLjAzOS0uNjEtMS43NzMtLjYzOGwtLjIyMS0uMDE0Wm05Ljg0NyAxLjc3NGMtLjgwMyAwLTEuNDI2LjI2My0xLjg4My43NzYtLjQxNi40Ny0uNjM3IDEuMDY3LS42NzkgMS43NzN2LjMzM2MwIC44MTguMjIyIDEuNDgzLjY3OSAxLjk5NS40NTcuNTEzIDEuMDguNzc2IDEuODgzLjc3Ni44MDQgMCAxLjQyNy0uMjYzIDEuODg0LS43NzYuNDE1LS40Ny42MzctMS4wNTMuNjc4LTEuNzczdi0uMzMzYzAtLjgxNy0uMjIxLTEuNDgzLS42NzgtMS45OTUtLjQ1Ny0uNTEzLTEuMDgtLjc3Ni0xLjg4NC0uNzc2Wk0xOC4wMDMgMGE2IDYgMCAwIDEgMCAxMkgwVjMuNDIzQTMuNDIgMy40MiAwIDAgMSAzLjQyIDBoMTQuNTgzWiIvPjwvc3ZnPg==",Ov="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADgAAAA4CAMAAACfWMssAAABC1BMVEUAAADt7vHt7vHn5+/v7+/u7vLs7O/Y2urv7+/I0uTu7/Ls7e/r6+/r7e/J1OTE0OGdrMHu7/Hu7/Lt7vHHz9/I0+Ps7O/V3eju7/GXp72YqL7s7u/I0uPH0+Pv7/OWpr3H0uLH0+OXp7vl6e67xtmquszi5u3W3ejAzd66x9jJ0+O5xdimtcmYprzI0+Ps7e+Yp73t7vHI0+OXp7309vnCzt/N1+Xd4+ucrMHp7PLa4evR2uff5O3F0OHo6+/j5+6uu82jssedrMKaqr/Y3+nP2ObR2OOpt8rm6e/k5+68yNq6xdW2w9XT3OivvdCmtcnu8fa/ytezwNKhsMTL09/c4+zZ3+m/y9zGz9seNO0nAAAAMXRSTlMA3+8gEJ9gECDfv3BAgO/v78+vkCCQUO/f37ewoIB/cGBAQO/v79/f39/Pz8/Pv6CfPHl8AQAAAyVJREFUSMedluda4kAUQAcUkGJB0bXturq9b3JTaUkITQOiYHv/JzEzmZYYIp/nhyYz93hnbqaI0ijVqoX6oRJyWNmt1tBqlIqVvBIjv1tcQfvALZlcYe0tGmEvQz3gWmrW4rJ0BeUVCutp3lpOeZXc2ts8YWZ72abw3mKWqOdMp+3U8OaWanSpKVeI1rOrdnTVuHyhOaq6/V1tsdoKr0ib+roF/khvJry++mMHwFPZ+8GLCbZGENJ7nI7b/amBaX0zP7W2fgOmM2Zrlw12T6EYC8D4HTXGFyBc8Tls0oQKQ/UBs7MdF3eo+FWJpyzIovAEuiUyyinFJzQ8APC4J0yPzJGIImVREeIEvF8k9Op61uuB3/PcQMfvEws8dSwi8UbZ5W9dlsD1QcKbkMaOKn2mSijmuWcQreNCkp6uEkx5rDX+0ooGaUEK15HZ5cE1VGWPbdI1gXRGpLfFxaqYIhloAJBp8sIWUEVOqPuwlHksZR3l5BnOIANdnmUO0QebFAayGMUKy0QHt44yNLr2+0nRxKK1VCI9QRgySIpN/Olxr7kAN3Dpn7h1hmSnPdkWLY/BxZwQdRyjmWBrmmbeuVjUNHsOELY80VVg8OLUk6J2o0XYw+AO/w7ADRsti4gDvlj/ic/YIeJLhk74wzFhLn3IE7bkuqw4OF8qJjxKVa3yRY7FazwdEuTaLN6eOzRvT15zNbSel8rqA5g4yIVbJt6CS8WJVJs8Qmyx2iQlFWdCDGAWPfTlhXMiHR0POOUChjjozuJDdWbD6GGAE3bF0YHHKlLq1lBLp4m72/wrYjbp2yUxzQzvQexGJKVUSKfhpGg3ZNMN8kzcQDQlN0m/nfTuo3b5PGYpxR4hIWNpGdjTqPEdj8pt8H9T5KOVutP7dkiTjJF48dM4cV85JC4dgx3ke0iwXqc3aCb9LrvKBRvhthwbGRJNKiYozLa6Aib3hFleRSyn/GvVSJhXo95iNom3/WygFEr7sbuUX1SCfbSEj2X59k6a5XO0lMa+8BLm1vsSyqJxWk4e6V6mJg/4b+KS/Hx6jlbk4uz4+Ag7R3/+n12khjwDw+rmuecPQ74AAAAASUVORK5CYII=",zv="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAMAAADXqc3KAAAAn1BMVEUAAADt7vHu7vLu7vLv7+/n5+fFxcXu7vHv7/PHx8eamprt7fLt7fHn5+vGxsbS09Surq6fn5+ZmZmZmZnGxsbGxsbt7/K/v7/Hx8ft7vHGxsaZmZn09vnk5eeqqquenp7p6u3X2NnLy8vU1dbr7O67u7uvr6/o6evh4uPR0dLCwsLAwMDZ2ty9vb6kpaWhoaHe3+HPz8+zs7OkpKTc3d7Gt0R8AAAAGXRSTlMA779wIBDv338gv5+AgHDv7+/v36+gn3BgD0kJmgAAAS1JREFUKM9dkOmSgyAQhNFo7mTvYwYEBa9oorne/9l2hqJSbr4q+NHNdBcjAukyXgBE8SwRU5IYHmwm1iyCCdFMBJbwxDK8B2iKLGjl8VAC+JmEcqzRrmnP5yzrbm93SuOeDQCcpNToGaV8ISGmAfBGPce+qjrsjSxYSbkBGtt1tZGEueLpwsZW8A8snlj2jD0efRZVtxzw4Ia2BFgIch1qOaHCM4lsHHA0WpOpKyk7qX2WWLBhhhxU7grlKlV7I+LyAm+DUplS/sqv2HL5FiDDSio15CQOdHrrl5L6kpqEMOHwTlIiOKu0WIDy5Bfkn3+HJTYXRNdmWXtA1nmJfu1lgRNcQw2encV/2J0I7OdIXM1YIzH/FQ9WX4i1JF4RP1dBDNZ+/S7lx/onDcIfdi8x4pYpSxgAAAAASUVORK5CYII=",Nv="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAMAAADXqc3KAAAA51BMVEUAAABRT2tSUGpRT2tQUHBQUGjwtcxRT2tRUGtST2tSTmrvsMnvt89QUHDqTIpkXHhST2zQobmfdpPrTYrGVoHqS4nwtszvtMzvtc3vr89RT2vwtczASHb09vnIXYbt4OncqMDqTInGVoBbVnHqp8GqiKJlXHfz2+bsrsfkmrfIm7SggpvScZfKaY/q1uDtgKvRiKaNdY/MY4vy7fLy5Ozxydrxw9bhtcjnobzVlK/diam0j6jYfqHVeJyXfJWcd5TrXJOCb4l5aYNvYn3DUXzxzd3kwNDSorrth6/CjqnAeZnNdJaDb4nDaCDkAAAAGnRSTlMA73C/ICDv37+ff3AgEL+AgO/v7+/fr6BgELJb3PQAAAE/SURBVCjPXZHnUsMwEIRlOySkhw66k+24YScx6b0XOu//PJw0mozh+6Efu6ddzYlpqiWrwLlhmTmW5cLiZ4oZyzR4BsNkmhL/R0nPcx6FR6357ZbPuanyKefT62yjn37/cJwPbjeUJnuKNPeFuAaFjXhNgkUXONHDdR6CJIkh8HArlSo1UIUbx6sTEt4CZlfSaLBLOl2YeaixA2irLKrey4AzA4jpXQVG7hI6mCGBPonSaIF9StMUMe0hzrGjslhBGp7tDIUzfRPTnvhWhiHLQxjYQrwIoQ5nAXtZ3uD8AAkKYTsk0sAocNVSqqpkRaK+MYYNSTkms3wXXodCMZpAKD9FLzF6Bxg/ExMgXS+RluKHkGEZUYOi7sIf3DrTlPNAfOx2XSDyj+xM5QGg2yTIua+wLJVy7abZvKuVn7TwCyKmN+3PjJblAAAAAElFTkSuQmCC",Uv="data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGcgaWQ9IkZyYW1lIj4KPHBhdGggaWQ9IlZlY3RvciIgZD0iTTguNzEwMjMgMTMuMzg3NkwxMy4yODkzIDguODA4NkwxNC4wOTc3IDguMDAwMjJMMTMuMjg5NyA3LjE5MjIyTDguNzEwMjMgMi42MTI3OUw3LjkwMjIzIDMuNDIwNzlMMTEuOTA5NSA3LjQyODc5SDEuOTA1NjZWOC41NzE2NUgxMS45MDk1TDcuOTAxODUgMTIuNTc5M0w4LjcxMDIzIDEzLjM4NzZaIiBmaWxsPSIjODM4MzgzIi8+CjwvZz4KPC9zdmc+Cg==";p();p();function os(){let e=new Date;return`${e.getFullYear()}-${e.getMonth()+1}-${e.getDate()}_${e.getHours()}-${e.getMinutes()}-${e.getSeconds()}`}p();function BA(e){let{t}=W(),{accessToken:n,id:r,listAllFiles:a}=e,[i,o]=K(!1);function s(u,l){u.preventDefault(),o(!0),new zr(n).delete(l).catch(c=>{on(t("delete"))}).then(()=>a()).finally(()=>o(!1))}return d("a",{href:"#",className:"secondary margin-left text-sm",onClick:u=>s(u,r),"aria-busy":i,children:t("delete")})}function sf(e){let{onClose:t,accessToken:n,authExpire:r}=e,{t:a}=W(),[i,o,s,u]=Ye(),[l,c]=K([]),[g,f]=K(!0),[m,h]=K(!1),[y,T]=K({});le(()=>{n&&x().then(()=>f(!1))},[n]);let b=v=>{v.target&&v.target.id==="immersive-translate-overlay"&&t()};function x(){return new zr(n).listAll().then(A=>{c(A)}).catch(A=>r())}function w(v){if(v.preventDefault(),l.length>=10)return on(a("maxBackupFiles",{count:10}));h(!0);let A="immersive-translate-config-"+os()+".json";new zr(n).uploadConfig(i,A).catch(D=>{on(a("uploadFail"))}).then(()=>x()).finally(()=>h(!1))}function L(v,A,D){v.preventDefault(),T({[D]:!0}),new zr(n).getConfig(A).then(S=>{o(()=>({...S})),lt(a("importSuccess"))}).catch(S=>{R.error(S),on(a("importFail"))}).finally(()=>T({}))}function M(v,A){new zr(n).getConfig(v).then(D=>{let S=document.createElement("a");S.setAttribute("href","data:text/plain;charset=utf-8,"+encodeURIComponent(JSON.stringify(D,null,2))),S.setAttribute("download",A),S.style.display="none",document.body.appendChild(S),S.click(),document.body.removeChild(S)}).catch(D=>{R.error("download google config file failed",D),on(a("downloadFail")+": "+D.message)})}function C(v){v.preventDefault(),o({...i,autoSync:!1}),Ha.revoke(n).then(()=>t())}return d("dialog",{id:"immersive-translate-overlay",onClick:b,open:!0,children:d("article",{class:"md:w-[32rem] px-4",children:[d("a",{href:"#",title:a("clickToDownload"),"aria-label":"Close",className:"close","data-target":"modal-example",onClick:v=>{v.preventDefault(),t()}}),d("h4",{children:a("syncTitle")}),d("div",{className:"mb-4",children:l.map((v,A)=>d("div",{class:"flex flex-wrap justify-between",children:[d("div",{class:"mr-2 mb-2",children:[d("div",{children:d("a",{href:"#",onClick:D=>{D.preventDefault(),M(v.id,v.name)},class:"block truncate w-40 sm:w-auto",children:v.name.replace("immersive-translate-","")})}),d("div",{class:"text-xs text-gray-500",children:[new Date(v.modifiedTime).toLocaleString(),",\xA0",du(parseInt(v.size))]})]}),d("div",{children:[d("a",{href:"#",role:"button",className:"margin-right secondary","aria-busy":y[A],disabled:y[A],onClick:D=>L(D,v.id,A),children:a("import_hint")}),d(BA,{accessToken:n,id:v.id,listAllFiles:x})]})]},"file"+A))}),d("div",{className:"flex items-center",children:[d("a",{href:"#",role:"button",className:"mr-4","data-target":"modal-example","aria-busy":m,onClick:w,disabled:g,children:a("create_new_backup")}),d("a",{href:"#",className:"secondary text-sm","data-target":"modal-example",onClick:C,disabled:g,children:a("revokeAuth")})]})]})})}p();p();function qr(e,t){return e.localeCompare(t,void 0,{numeric:!0,sensitivity:"base"})>=0}var we=oo([]);function Jt(e){let[t,n]=K(null);return le(()=>{yt().then(r=>{n(r),R.debug("current config",r)})},[]),le(()=>{yt().then(r=>{n(r)})},[e]),t}function Un(e){let[t,n]=K(null);return le(()=>{e&&yn({url:"http://localhost",config:e,state:{cache:!1}}).then(r=>n(r))},[e]),t}function qv(){let[e,t]=K(!1),n=Ir();return le(()=>{pe()&&(!n||n=="0.0.0"||qr(n,"0.9.0")||t(!0))},[n]),[e,t]}function fa(){let[e,t]=K(null);return le(()=>{Wt().then(r=>{t(r)})},[]),[e,r=>{t(r),Kt(r)}]}p();var ct=class extends pi{constructor(t){super(t),this.state={hasError:!1}}error;info;static getDerivedStateFromError(t){return{hasError:!0}}componentDidCatch(t,n){this.error=t,this.info=n}render(){return this.state.hasError?(R.error("ErrorBoundary",this.error,this.info),d(IA,{error:this.error,info:this.info})):this.props.children}};function IA({error:e,info:t}){let{t:n}=W(),r=location.protocol.includes("extension")&&location.href.includes("options.html");return d("div",{class:"error-boundary",children:[e?.message," ",JSON.stringify(t?.componentStack),d("div",{style:{marginTop:10},children:[n("error.configError"),d("a",{style:{marginLeft:6},href:r?location.href.replace(/#.+/,"#import_export"):"https://dash.immersivetranslate.com/#import_export",target:r?"":"_blank",children:n("error.goReset")})]})]})}var uf=R;function RA(){let[e,t]=K(null);return le(()=>{yt().then(n=>{t(n)})},[]),e}function cf(){let[e,t,n,r,a]=Ye(),i=RA(),{t:o,setLang:s}=W(),[u,l]=fa();if(!i)return null;return d(ct,{children:d("div",{class:"pb-4",children:[d(c,{}),d(g,{}),!wo()&&d(f,{}),d(m,{config:i})]})});function c(){let h=b=>{b.preventDefault(),confirm(o("confirmResetConfig"))&&(a({...Ri(),updatedAt:new Date().toISOString()}),Oa().catch(x=>{uf.error("clean local config error",x)}),Ra().catch(x=>{uf.error("clean buildin config error",x)}),ti().catch(x=>{uf.error("clean cache error",x)}),lt(o("resetSuccess")),setTimeout(()=>{window.location.reload()},500))},y=b=>{t(()=>({...b}))},T=b=>{b.preventDefault();let x=document.createElement("input");x.setAttribute("type","file"),x.setAttribute("accept","text/plain"),x.style.display="none",document.body.appendChild(x),x.oninput=w=>{let L=w.target,M=new FileReader;M.onload=function(){try{let C=JSON.parse(M.result);y(C),lt(o("successImportConfig"))}catch(C){on(`Invalid JSON ${C.message}`)}},M.readAsText(L.files[0])},x.click(),document.body.removeChild(x)};return d(xe,{children:[d("div",{class:"nav",children:d("strong",{class:"text-lg",children:o("import_export_title")})}),d("div",{class:"pb-2",children:[d("a",{class:"mr-2 secondary mb-2 !text-sm",onClick:T,href:"#",role:"button",children:[zA,o("import")]}),d("a",{href:"#",class:"secondary mr-2 mb-2 !text-sm",onClick:b=>{if(b.preventDefault(),wo()){let x=Le();window.location.href=x.OPTIONS_URL+"#download_config"}else{let x=new Blob([JSON.stringify(e,null,2)],{type:"text/plain;charset=utf-8"});fi.saveAs(x,"immersive-translate-config-"+os()+".txt")}},role:"button",children:[NA,o("export")]}),d("a",{href:"#",onClick:h,class:"secondary text-sm",children:o("reset")})]})]})}function g(){return d("details",{class:"mt-4 mb-6",children:[d("summary",{children:o("clickToExpandConfig")}),d("pre",{children:d("code",{children:JSON.stringify(e,null,2)})})]})}function f(){let[h,y]=K(!1),[T,b]=K(!1),[x,w]=K(!1),[L,M]=K("");le(()=>{if(tu()&&n){let P=localStorage.getItem(nu);if(localStorage.removeItem(nu),P){let O=globalThis.localStorage.getItem(bp);R.debug("import_export","rawAuthInfoStr",O);let z={},q={},I="";if(O){globalThis.localStorage.removeItem(bp);try{z=JSON.parse(O),q=z.state||{},I=z.access_token||""}catch(k){R.error("parse state error",k)}}if(I&&q&&(Ha.setAuthInfo({access_token:I}),R.debug("import_export","Google OAuth:",z),z)){let k=z.state;R.debug("state",k),k?.mode==="auto"?(b(!0),N(I)):(w(!0),D(I))}}}},[n]);function C(){b(!0),em({source:globalThis.location.href,mode:"auto"},!0).then(P=>{R.debug("import_export","Google OAuth:"+P),P!==null&&N(P)}).catch(P=>{P&&P.message==="tokenValidateErrorRedirectToAuthUrl"?R.debug("tokenValidateErrorRedirectToAuthUrl, ignore"):S(P)})}function v(){w(!0),y(!1),em({source:globalThis.location.href,mode:"manual"},!0).then(P=>{R.debug("import_export","Google OAuth:"+P),P!==null&&D(P)}).catch(P=>{P&&P.message==="tokenValidateErrorRedirectToAuthUrl"?R.debug("tokenValidateErrorRedirectToAuthUrl, ignore"):S(P)})}function A(){M(""),C()}function D(P){M(P),w(!1),y(!0)}function S(P){b(!1),w(!1),y(!1),t({...e,autoSync:!1}),R.error("import_export","Google OAuth error:"+P),on(o("authFail"))}function N(P){b(!0),R.debug("sync latest with drive",P,e),M(P),Xp(P,e,O=>{O.interfaceLanguage&&s(O.interfaceLanguage),a(O)},O=>l({...u,lastSyncedAt:O}),O=>t({...e,updatedAt:O}),O=>{O?lt(o("successSyncConfig")):lt(o("successSyncButNoChange"))},O=>on(o("syncFail")+O)).finally(()=>{b(!1)})}function F(P){t({...e,autoSync:P.checked}),P.checked&&C()}return d(xe,{children:[d("hgroup",{class:"my-2",children:[d("h5",{children:o("syncToCloud")}),d("h6",{class:"!text-sm",children:o("syncToCloudDescription")})]}),d("div",{children:[d("a",{className:"mr-4 secondary mb-2 !text-sm ",onClick:P=>{P.preventDefault(),C()},"aria-busy":T,href:"#",role:"button",children:[T?d(xe,{}):jv,o("syncToGoogleDrive")]}),d("a",{href:"#","aria-busy":x,onClick:P=>{P.preventDefault(),v()},class:"secondary text-sm",children:o("backupToCloud")})]}),d("div",{class:"text-xs text-gray-500",children:u?.lastSyncedAt&&o("lastSyncedAt",{date:new Date(u.lastSyncedAt).toLocaleString()})}),u?.lastSyncErrorMessage&&d("p",{class:"mt-2 text-xs text-red-500"}),h?d(sf,{onClose:()=>y(!1),authExpire:A,accessToken:L}):null]})}function m({config:h}){let y=Wv(),[T,b]=K(!1),[x,w]=K(""),[L,M]=K(""),[C,v]=K(null),{t:A}=W();if(!y||!y.token)return null;let D=Qt(y);async function S(){try{if(T)return;b(!0),M("");let P=await v0(y?.token,e,a),O="";switch(P){case"upload":{O=A("successSyncConfigToAccount");break}case"override":{O=A("successSyncConfigInAccount");break}default:O=A("syncConfigNoUpdate")}w(O)}catch(P){w(""),M(P.message)}finally{b(!1)}}let N=P=>{l({...u,proAutoSync:P})},F=u&&u.proAutoSync!==void 0?u.proAutoSync:!0;return d(xe,{children:[d("hgroup",{class:"my-2 mt-4",children:[d("h5",{children:A("syncToAccount")}),d("h6",{class:"!text-sm",children:A("syncToAccountDescription")})]}),D&&d("fieldset",{class:"my-4",children:d("label",{for:"switch",children:[d("input",{type:"checkbox",id:"enabled",name:"enabled",role:"switch",onChange:()=>{N(!F)},checked:F}),A("enableAutoSyncUserSettings")]})}),d("a",{className:"mr-4 secondary mb-2 !text-sm ",onClick:P=>{P.preventDefault(),S()},"aria-busy":T,href:"#",role:"button",children:[jv," ",A("syncToAccountButton")]}),L?d("p",{class:"text-xs text-red-500",children:L}):d("p",{class:"text-xs text-gray-500",children:x||u?.accountLastSyncedAt&&A("lastSyncedAt",{date:ly(u.accountLastSyncedAt)})})]})}}async function v0(e,t,n){try{if(t===null)return"noupdate";let r=await Wt();if(t.updatedAt){let s=new Date().getTime(),u=new Date(t.updatedAt).getTime();if(s-u<1e3)return await lf(e,t),await Kt(r),"upload"}let a=await Kv(e);r.accountLastSyncedAt=Date.now(),R.debug("settings",t),R.debug("local settings.updatedAt",t.updatedAt),R.debug("remote settings.updatedAt",a.updatedAt),R.debug("last synced at",r.accountLastSyncedAt);let i=!1;if(t.updatedAt&&(!a||!a.updatedAt)&&(i=!0),!i&&t.updatedAt>a.updatedAt&&(i=!0),R.debug("isUpload",i),i)return await lf(e,t),await Kt(r),"upload";let o=!1;return a.updatedAt&&(!t||!t.updatedAt)&&(o=!0),!o&&t.updatedAt{!n||!n.token||r&&r.proAutoSync===!1||OA(n)&&v0(n.token,e,t).then(i=>{R.debug("syncUserSetting result",i)})},[e,n])}function OA(e){return Qt(e)?!0:new Date(e.createTime){ot.get(bt,null).then(n=>{t(n)})},[t]),e}function Kv(e){return(location.href?.indexOf("popup.html")>0?Tr:de)({responseType:"json",url:Pi+"/v1/user/settings",method:"get",headers:{token:e}}).then(n=>n.data)}function lf(e,t){return(location.href?.indexOf("popup.html")>0?Tr:de)({responseType:"json",url:Pi+"/v1/user/settings",method:"post",headers:{token:e,"content-type":"application/json"},body:JSON.stringify(t)}).then(r=>r.data)}var jv=d("svg",{class:"inline mr-1",xmlns:"http://www.w3.org/2000/svg",width:"18",height:"18",viewBox:"0 0 24 24",children:d("path",{fill:"currentColor",d:"M15.375 19.25q-.525.25-.95-.038q-.425-.287-.425-.937q0-.25.163-.487q.162-.238.412-.363q1.575-.75 2.5-2.225T18 11.95q0-1.125-.425-2.188Q17.15 8.7 16.25 7.8L16 7.55V9q0 .425-.287.712Q15.425 10 15 10t-.712-.288Q14 9.425 14 9V5q0-.425.288-.713Q14.575 4 15 4h4q.425 0 .712.287Q20 4.575 20 5t-.288.713Q19.425 6 19 6h-1.75l.4.35q1.225 1.225 1.788 2.662Q20 10.45 20 11.95q0 2.4-1.25 4.362q-1.25 1.963-3.375 2.938ZM5 20q-.425 0-.713-.288Q4 19.425 4 19t.287-.712Q4.575 18 5 18h1.75l-.4-.35q-1.225-1.225-1.788-2.662Q4 13.55 4 12.05q0-2.4 1.25-4.363Q6.5 5.725 8.625 4.75q.525-.25.95.037q.425.288.425.938q0 .25-.162.487q-.163.238-.413.363q-1.575.75-2.5 2.225T6 12.05q0 1.125.425 2.187Q6.85 15.3 7.75 16.2l.25.25V15q0-.425.288-.713Q8.575 14 9 14t.713.287Q10 14.575 10 15v4q0 .425-.287.712Q9.425 20 9 20Z"})}),zA=d("svg",{class:"inline mr-1",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",width:"18",height:"18",children:[d("path",{fill:"none",d:"M0 0h24v24H0z"}),d("path",{d:"M3 19h18v2H3v-2zm10-5.828L19.071 7.1l1.414 1.414L12 17 3.515 8.515 4.929 7.1 11 13.17V2h2v11.172z"})]}),NA=d("svg",{class:"inline mr-1",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",width:"18",height:"18",children:[d("path",{fill:"none",d:"M0 0h24v24H0z"}),d("path",{d:"M3 19h18v2H3v-2zM13 5.828V17h-2V5.828L4.929 11.9l-1.414-1.414L12 2l8.485 8.485-1.414 1.414L13 5.83z"})]});p();var UA=({children:e,isOpen:t,closeModal:n})=>d("div",{style:{position:"fixed",top:"0",left:"0",width:"100%",height:"100%",background:"rgba(0, 0, 0, 0.5)",display:t?"block":"none"},children:d("div",{style:{position:"absolute",top:"50%",left:"50%",transform:"translate(-50%, -50%)",background:"white",padding:"30px",borderRadius:"5px",boxShadow:"0 2px 10px rgba(0, 0, 0, 0.2)"},children:e})}),Gv=UA;p();var df="Arial",gf=(e,t="a")=>{try{return typeof e!="string"||!document.createElement("canvas").getContext("2d")?!1:e.toLowerCase()===df.toLowerCase()?!0:Vv(df,t).join("")!==Vv(e,t).join("")}catch{return!1}};function Vv(e,t){let n=t.length*12,r=20,a=new Date().getTime(),i=document.createElement("canvas"),o=i.getContext("2d");if(!o)return[];i.width=n,i.height=r,o.textAlign="center",o.fillStyle="black",o.textBaseline="middle",o.clearRect(0,0,n,r),o.font="12px "+e+", "+df,o.fillText(t,n/2,r/2);let s=o.getImageData(0,0,n,r).data;return Array.from(s).filter(l=>l!==0)}p();p();function pf(e){let{t}=W(),{userConfig:n,isProUser:r,currentProvider:a,provider:i,onChange:o}=e,s=t(i.descriptionKey,{1:i.descriptionLink1,2:i.descriptionLink2});return!r&&i.descriptionKeyForNormal&&(s=t(i.descriptionKeyForNormal,{1:i.descriptionLink1,2:i.descriptionLink2})),(!n||da(n))&&!r&&i.name=="pro"?null:d("label",{class:"pro-radio-label",for:i.name,children:[d("div",{class:"pro-input-radio",children:d("input",{type:"radio",id:i.name,name:i.name,value:i.name,onClick:o,checked:i.name===a})}),d("div",{class:"pl-4",children:[d("div",{class:"pro-radio-title",children:t(i.nameKey)}),d("small",{class:"pro-radio-desc muted",dangerouslySetInnerHTML:{__html:s}})]})]})}function ni({config:e,ctx:t,serviceType:n,title:r,description:a}){let{t:i}=W(),o=Ge(),[s,u]=K(!1),[l,c]=K(""),[g,f]=K(""),[m,h]=K(null),[y,T]=K(null),[b,x,w,L,M]=Me(we),C=B=>{x(H=>{let j={...H,[n]:B};return n==="translationService"&&(j.translationServiceChangedbyUserAt=new Date().toISOString()),j})},v=t&&Mi(t,n)||[],A=ze(()=>{if(e&&t){let{translationServices:B}=e,H=t[n],j=B?.[H];return j?{...j}:{}}return null},[e,t]),D=ze(()=>{if(e&&t){let B=t[n];if(nr[B])return _o(n,B,t)}return null},[e,t]);if(le(()=>{ot.get(bt,null).then(B=>{B?(h(B),T(Qt(B))):T(!1)}).catch(B=>{T(!1)})},[]),y===null)return null;let S=!!D?.providers?.length||!!D?.explicitProps?.length||!!D?.optionalProps?.length;return d(xe,{children:[d("div",{class:"nav",children:[d(Ae,{title:r||i("service"),description:a||i("select translation service")}),d(F,{})]}),d(P,{}),d(O,{}),S&&d("article",{children:[d(z,{}),d(q,{}),d(I,{}),d(N,{}),k(),_()]})]});function N(){return D?.id=="gemini"?D.config.disableWarning?null:d("div",{class:"description py-2",children:i("geminiWarning")}):null}function F(){return d("select",{class:"select",onChange:B=>{B.preventDefault(),c(""),f(""),C(B.target.value)},children:v.map((B,H)=>d("option",{value:B.id,selected:B.id===t?.config?.[n],children:`${i("translationServices."+B.id)}${B.ok?"":" "+(!y&&!o&&B.providers&&B.providers.length>0?i("needLoginAction"):i("needActionForOptions"))}`},"service-item="+H))})}function P(){return l?d("p",{class:"verified text-red-500 mr-2",dangerouslySetInnerHTML:{__html:l}}):null}function O(){return!A||!D?null:d("div",{class:"text-right text-sm",children:[g&&d("span",{class:"verified text-green-500 mr-2",children:i("verified")}),d("a",{"aria-busy":s,href:"#",class:"secondary",onClick:async B=>{B.preventDefault();try{c(""),f(""),u(!0),await xn(500);let H=D.class;H&&H.clearState&&await H.clearState(),await Nr({id:1e6,text:"Hello world",from:"en",to:"zh-CN",url:"https://google.com",fromByClient:"auto",refresh:!0},{...t,translationService:D.id,rule:{...t?.rule,paragraphMinTextCount:1}}),f("verified")}catch(H){let j=H.message;try{j=H?.uiConfig?.(t)?.errMsg||H.message}catch{}c(j)}finally{u(!1)}},children:i("verifyService")})]})}function z(){return D?.providers?.length?d("fieldset",{children:[d("legend",{class:"mb-4",children:i("chooseProviderLabel")}),D.providers.map((B,H)=>d(pf,{userConfig:e,isProUser:!!y,provider:B,currentProvider:D.currentProvider,onChange:j=>{j.preventDefault();let V=j.target.value;V&&x(ie=>{let te=ie.translationServices||{},J=te[D.id]||{};return{...ie,translationServices:{...te,[D.id]:{...J,provider:V}}}})}}))]}):null}function q(){return D?.titleKey?d("div",{class:"description pb-1",dangerouslySetInnerHTML:{__html:at.sanitize(i(D?.titleKey),{ALLOWED_ATTR:["href","target"]})}}):null}function I(){return!D?.docUrl||D.providers.length?null:d("div",{children:[d("a",{target:"_blank",class:"pb-1 docUrl",href:D.homepage,children:i(`translationServices.${D.id}`)}),"\xA0",d("span",{class:"description pb-1",children:i("please refer to")}),"\xA0",d("a",{target:"_blank",class:"pb-1 docUrl",href:D.docUrl,children:i("KeyAndConfigurationTutorial")})]})}function k(){return!A||!e||!D?.explicitProps?.length?null:d(xe,{children:D.explicitProps.map((B,H)=>d("div",{class:"mt-2",children:d(is,{config:e,isProUser:!!y,currentProvider:D.currentProvider,service:D?.id,field:B,value:A[B.name],onChange:j=>{x(G=>{let V=G.translationServices||{},ie=V[D.id]||{};return{...G,translationServices:{...V,[D.id]:{...ie,[B.name]:j}}}})},onFinish:()=>{lt(i("saved"))}},B.name+D.id)},"service-item-prop-"+B.name+H))})}function _(){return!A||!e||!D?.optionalProps?.length?null:d(xe,{children:d("details",{class:"pt-4 border-none",children:[d("summary",{style:{lineHeight:"1rem"},children:[i("moreOptions"),"\xA0\u{1F449}"]}),d("div",{children:D.optionalProps.map((B,H)=>{let j=A[B.name];return B.name==="apiUrl"&&D?.id==="openai"&&A?.APIKEY?.startsWith("immersiveopenai_")&&(B={...B,disabled:!0},j="https://openai-api.immersivetranslate.com/v1/chat/completions"),B.name=="placeholderDelimiters"&&(B.default=A.placeholderDelimiters||B.default),d("div",{class:"mt-2",children:d(is,{config:e,service:D?.id,field:B,value:j,onChange:G=>{x(V=>{let ie=V.translationServices||{},te=ie[D.id]||{};return{...V,translationServices:{...ie,[D.id]:{...te,[B.name]:G}}}})},onFinish:()=>{lt(i("saved"))}},B.name+D.id)},"service-item-optional-prop-"+B.name+H)})}),d("a",{href:"#",class:"secondary text-sm mt-2",onClick:B=>{B.preventDefault(),window.confirm(i("confirmResetToDefaultSettings"))&&(x(j=>{let G=j.translationServices||{};return{...j,translationServices:{...G,[D.id]:{}}}}),setTimeout(()=>{window.location.reload()},100))},children:i("resetToDefaultSettings")})]})})}}var qA=Object.keys(Uo),Yv=Nc();function S0(){let e=Ye(),[t,n,r,a,i]=e,o=Jt(t),s=Un(o);Ct(t,n);let[u,l]=qv();return le(()=>()=>{Ut.unbind("esc")},[]),!o||!s?d("div",{children:"loading"}):d(ct,{children:d(we.Provider,{value:e,children:[d(jA,{}),d(QA,{config:o}),d(KA,{config:o}),d(ni,{config:o,ctx:s,serviceType:"translationService"}),d(HA,{config:o}),d(GA,{config:o}),d(VA,{config:o}),d($A,{config:o}),d(YA,{config:o}),d(WA,{config:o,ctx:s}),d(Gv,{isOpen:u,closeModal:()=>l(!0),children:["\u5F53\u524D\u6C89\u6D78\u5F0F\u63D2\u4EF6\u592A\u65E7\uFF0C\u70B9\u6B64\u5347\u7EA7\u81F3",d("a",{href:"https://download.immersivetranslate.com/immersive-translate.user.js",target:"_blank",children:"\u6700\u65B0\u7248"})]})]})})}function jA(){let[e,t,n,r,a]=Me(we),{t:i}=W(),o=s=>{s.preventDefault(),confirm(i("confirmResetConfig"))&&(a({...Ri(),updatedAt:new Date().toISOString()}),Oa().catch(u=>{R.error("clean local config error",u)}),Ra().catch(u=>{R.error("clean buildin config error",u)}),ti().catch(u=>{R.error("clean cache error",u)}),lt(i("resetSuccess")),setTimeout(()=>{window.location.reload()},500))};return d("div",{class:"nav",children:[d("strong",{class:"text-lg",children:i("general")}),d("a",{class:"text-sm",href:"#",onClick:o,children:i("reset")})]})}function HA({config:e}){let[t,n,r,a,i]=Me(we),{t:o,setLang:s}=W(),u=l=>{n(c=>({...c,interfaceLanguage:l}))};return d("div",{class:"nav",children:[d(Ae,{title:o("interface language"),description:o("desc.interfaceLanguage")}),d("select",{class:"select",onChange:l=>{s(l.target.value),u(l.target.value),pe()||setTimeout(()=>{jc()},200)},children:qA.map((l,c)=>d("option",{value:l,selected:l===e.interfaceLanguage,children:Zt(l,e.interfaceLanguage,!0)},"locale"+c))})]})}function WA({config:e,ctx:t}){let{t:n}=W(),[r,a]=K(0),[i,o]=K(""),[s,u]=K(!1),l=Ye(),c=(w,L,M)=>{u(!s),h(C=>{let v=C.translationThemePatterns||{},A=v[L]||{},D=A.matches||[],S=[...D];return M==="edit"&&(S=Ht(i,D)),S=zn(w,S),{...C,translationThemePatterns:{...v,[L]:{...A,matches:S}}}})},g=(w,L)=>{h(M=>{let C=M.translationThemePatterns||{},v=C[L]||{},D=[...v.matches||[]];return w.forEach(S=>{D=Ht(S,D)}),{...M,translationThemePatterns:{...C,[L]:{...v,matches:D}}}})},f=(w,L,M)=>{u(!s),o(w),a(M)},[m,h,y,T,b]=l,x=w=>{h(L=>{let M={matches:[],excludeMatches:[]};return L&&L.translationThemePatterns&&L.translationThemePatterns[w]&&(M=L.translationThemePatterns[w]),Ui(document,w,M,L.selectTranslationFont),{...L,translationTheme:w}})};return d("div",{children:[d("div",{class:"nav",children:[d(Ae,{title:n("translation display"),description:n("select diplay style")}),d("select",{class:"select",onChange:w=>{x(w.target.value)},children:Cp.map((w,L)=>d("option",{value:w,selected:w===e.translationTheme,children:n(`translationTheme.${w}`)},"theme"+L))})]}),d("div",{class:"pt-2 text-sm",children:d("p",{children:[n("sampleSourceText"),d("div",{class:"pt-2"}),d("font",{class:jo(e.translationTheme,!1,[],!1).join(" "),children:d("font",{class:Ho(e.translationTheme).join(" "),children:n("sampleTargetText")})}),e.translationTheme&&ff(e.translationTheme).length>0?d("details",{class:"pt-2 border-none",children:[d("summary",{class:"text-sm",style:{textAlign:"right",lineHeight:"1rem"},children:n("customTheme")}),d("div",{class:"flex flex-col items-end",children:[ff(e.translationTheme).map((w,L)=>{w.label=n(`customThemeLabel.${w.name}`);let M=e.translationThemePatterns||{},C=e.translationTheme,v=M[C]||{},A=`theme-${C}-${w.name}`,D=Oy(A)||void 0,S=v[w.name]||D;return d(is,{config:e,field:w,value:S,onChange:N=>{h(F=>{let P=F.translationThemePatterns||{},z={...P[e.translationTheme]||{},[w.name]:N},q={...F,translationThemePatterns:{...P,[e.translationTheme]:z}};return Ui(document,e.translationTheme,z,F.selectTranslationFont),q})}},"theme-prop"+L)}),d("a",{href:"#",class:"text-sm secondary",onClick:w=>{w.preventDefault(),h(L=>{let M=L.translationThemePatterns||{},C={...M[e.translationTheme]};ff(e.translationTheme).forEach(A=>{delete C[A.name]});let v={...L,translationThemePatterns:{...M,[e.translationTheme]:C}};return Ui(document,e.translationTheme,{matches:[],excludeMatches:[]},e.selectTranslationFont,!0),v})},children:n("resetToDefaultColor")})]})]}):null,d(nk,{config:e}),d("details",{class:"pt-2 border-none",children:[d("summary",{class:"text-sm",style:{textAlign:"right",lineHeight:"1rem"},children:n("previewAllThemes")}),Cp.map((w,L)=>d("div",{class:"pt-2",children:d("label",{children:[d("div",{class:"flex justify-between",children:d("div",{children:[d("input",{type:"radio",name:"theme",value:w,checked:w===e.translationTheme,onChange:M=>{x(M.target.value)}}),n(`translationTheme.${w}`)]})}),d("p",{children:d("font",{class:jo(w,!1,[],!1).join(" "),children:d("font",{class:Ho(w).join(" "),children:n("sampleTargetText")})})})]})},"theme-index-"+L))]})]})}),d("div",{class:"nav",children:[d(Ae,{title:"",description:n("useAboveStyleForTheseSites",{theme:n(`translationTheme.${e.translationTheme}`)})}),d("div",{class:"nav-right",children:d("a",{href:"#",role:"button",class:"add-button secondary outline",onClick:w=>{w.preventDefault(),u(!s)},children:n("add")})})]}),s?d(ma,{toggleModal:w=>{w.preventDefault(),u(!s)},onAddInterfaceUrl:(w,L)=>{c(w,e.translationTheme,L)},urlValue:i,index:r}):null,d(ei,{urls:tk(e),type:"matches",onDeleteUrl:w=>{g(w,e.translationTheme)},onEditUrl:f})]})}function KA({config:e}){let[t,n,r,a,i]=Me(we),{t:o}=W();if(!e)return null;let s=l=>{n(c=>({...c,targetLanguage:l}))},u=Xa(e.translationService,e.targetLanguage);return d("div",{class:"nav",children:[d(Ae,{title:o("target"),description:o("translate other languages into specific language")}),d("select",{class:"select",onChange:l=>{l.preventDefault(),s(l.target.value)},children:u.filter(l=>l!=="auto").map((l,c)=>d("option",{value:l,selected:l===e?.targetLanguage,children:Zt(l,e?.interfaceLanguage)},"language"+c))})]})}function GA({config:e}){let{t}=W(),[n,r,a,i,o]=Me(we),{handleTranslationLanguagePatternSelected:s}=Qv(r),u=(l,c)=>{s(l?"matches":void 0,c)};return d(Uu,{title:t("always languages"),description:t("always translate the following languages"),languages:Yv,selectLanguages:e?.translationLanguagePattern?.matches||[],interfaceLanguage:e?.interfaceLanguage,onChange:u})}function VA({config:e}){let{t}=W(),[n,r,a,i,o]=Me(we),{handleTranslationLanguagePatternSelected:s}=Qv(r),u=(l,c)=>{s(l?"excludeMatches":void 0,c)};return d(Uu,{title:t("neverTranslateLanguagesLabel"),description:t("neverTranslateTheFollowingLanguagesDescription"),languages:Yv,selectLanguages:e?.translationLanguagePattern?.excludeMatches||[],interfaceLanguage:e?.interfaceLanguage,onChange:u})}function $A({config:e}){let{t}=W(),[n,r,a,i,o]=Me(we),s=(l,c,g,f)=>{r(m=>{let h=m.translationUrlPattern,y=[],T=[];h&&h.matches&&h.excludeMatches&&(y=h.matches,T=h.excludeMatches);let b=[...y],x=[...T];if(f==="edit"){if(!b[c])return m;b[c]=l}return b=zn(l,b),x=Ht(l,T),{...m,isChangedAlwaysTranslatedUrls:!0,translationUrlPattern:{...m.translationUrlPattern,matches:b,excludeMatches:x}}})},u=async(l,c)=>{if(l&&l.length>0){let g=await Wt();for(let f of l){let m=f,h=g.tempTranslationUrlMatches||[],y=h.filter(b=>b.match!==m),T=!1;y.length!==h.length&&(T=!0),T&&Kt({...g,tempTranslationUrlMatches:[...y]})}}r(g=>{let f=g.translationUrlPattern,m=[];f&&f.matches&&(m=f.matches);let h=[...m];return l.forEach(y=>{h=Ht(y,h)}),{...g,isChangedAlwaysTranslatedUrls:!0,translationUrlPattern:{...g.translationUrlPattern,[c]:h}}})};return d(qu,{title:t("always sites"),description:t("always translate the following sites"),onDeleteUrl:u,onSubmitAddUrl:s,urls:e?.translationUrlPattern.matches||[],type:"matches"})}function YA({config:e}){let{t}=W(),[n,r,a,i,o]=Me(we),s=(l,c,g,f)=>{r(m=>{let h=m.translationUrlPattern,y=[],T=[];h&&h.matches&&h.excludeMatches&&(y=h.matches,T=h.excludeMatches);let b=[...y],x=[...T];return f==="edit"&&(x[c]=l),b=Ht(l,y),x=zn(l,x),{...m,isChangedAlwaysTranslatedUrls:!0,translationUrlPattern:{...m.translationUrlPattern,matches:b,excludeMatches:x}}})},u=(l,c)=>{r(g=>{let f=g.translationUrlPattern,m=[];f&&f.excludeMatches&&(m=f.excludeMatches);let h=[...m];return l.forEach(y=>{h=Ht(y,h)}),{...g,isChangedAlwaysTranslatedUrls:!0,translationUrlPattern:{...g.translationUrlPattern,[c]:h}}})};return d(qu,{title:t("never sites"),description:t("never translate the following sites"),urls:e?.translationUrlPattern.excludeMatches||[],onDeleteUrl:u,onSubmitAddUrl:s,type:"excludeMatches"})}function Qv(e){return{handleTranslationLanguagePatternSelected:qe((n,r)=>{if(!n){e(o=>{let s={...o.translationLanguagePattern};return{...o,translationLanguagePattern:{...o.translationLanguagePattern,matches:Ht(r,s.matches),excludeMatches:Ht(r,s.excludeMatches)}}});return}let a=n,i=a==="matches"?"excludeMatches":"matches";r&&e(o=>{let s={...o.translationLanguagePattern};return s[a]=zn(r,s[a]),s[i]=Ht(r,s[i]),{...o,translationLanguagePattern:{...o.translationLanguagePattern,...s}}})},[e])}}var mf=0,bf;async function Zv(e){if(mf>60*10)return null;mf++,ot.refresh(),await xn(300);let t=await ot.get(bt,null);R.debug("loopCheckUser",mf,t),t?(clearTimeout(bf),e(t)):bf=setTimeout(Zv.bind(null,e),1500)}function $v(e){let{user:t,lang:n}=e,r=Ge(),a=t&&t.email==="test@immersivetranslate.com",{t:i}=W();if(t&&t.subscription&&t.subscription.subscriptionStatus=="active"){let o=t,s=o.subscription,u=ek(s.subscriptionTo),l=s.subscriptionType,c=l.startsWith("onetime_"),g=!c&&s.cancelAtPeriodEnd!="true",f="";if(g){let m="";s.isTrial&&(m=i("autoRenewTrialSuffix")),f=i("currentPlanDescriptionForContinuous",{plan:`${i(l)}${m}`,endAt:u})}else c?f=i("currentPlanDescriptionForOneTime",{plan:i(l),endAt:u,1:"https://immersivetranslate.com/accounts/upgrade?type=year&lng="+n,2:"https://immersivetranslate.com/accounts/upgrade?type=month&lng="+n}):F1(o)?f=i("currentYearlyPlanDescriptionForAutoRenewCacelingWithRealPaiedUser",{plan:i(l+"ForOnce"),endAt:u,1:"https://immersivetranslate.com/billing"}):l==="yearly"||l==="year"?f=i("currentYearlyPlanDescriptionForAutoRenewCacelingWithAdmin",{plan:i(l+"ForOnce"),endAt:u,1:"https://immersivetranslate.com/accounts/upgrade?type=year&lng="+n}):f=i("currentPlanDescriptionForAutoRenewCaceling",{plan:i(l+"ForOnce"),endAt:u});return d("span",{class:"info-subtitle",dangerouslySetInnerHTML:{__html:f}})}else return d("span",{class:"info-subtitle",children:r||a?"":i("currentPlanDescriptionForFree")})}function QA({config:e}){let{t}=W(),n=Ge(),[r,a]=K(null),i=!!e.showSponsorOnSafari,[o,s,u,l,c]=Me(we),g=e.interfaceLanguage;le(()=>(ot.get(bt,null).then(y=>{y&&(a(y),ZA(y.token).then(T=>{let b=T.data;b.token=y.token,ot.set(bt,b),a(b)}).catch(T=>{bu(T),a(null)}))}),()=>{clearTimeout(bf)}),[]);let f=qe(y=>{y&&y.preventDefault&&y.preventDefault(),r?.token&&JA(r.token).finally(async()=>{await ot.remove(bt),await xn(200),await ot.refresh(),a(null)})},[r]),m=qe(async y=>{y&&y.preventDefault&&y.preventDefault(),XA(Sc),await ot.set(lu,!0),Zv(T=>{v0(T.token,o,s),a(T),yf?.close(),window.location.reload()})},[a]),h=r?.avatar||Ov;return r?!r.subscription||r.subscription.subscriptionStatus!="active"?da(e)?null:d("div",{children:[d("div",{class:"title",children:t("currentAccount")}),d("article",{class:"header nav",style:"padding:16px 16px",children:[d("div",{class:"info",style:"margin-left:0",children:[d("span",{class:"info-title",title:r.email,children:r.email}),d($v,{user:r,lang:g})]}),d("div",{class:"ops",children:[d("a",{class:n&&i===!1?"!hidden":"",style:{display:"flex",flexDirection:"row",alignItems:"center",marginRight:"24px"},href:`${Fa}?utm_campaign=extension_settings_general&from=${n?"safari":"extension"}`,children:[t("openPremium"),d("img",{width:24,height:24,style:{width:"24px",height:"24px"},src:ju})]}),d("div",{class:"",children:d("a",{href:`${Li}?utm_campaign=extension_settings_general&from=${n?"safari":"extension"}`,children:t("manageAccount")})}),d("div",{class:"",children:d("a",{href:"#",onClick:f,children:t("logout")})})]})]})]}):d("div",{class:"",children:[d("div",{class:"title",children:t("currentAccount")}),d("article",{class:"header nav",style:"padding:16px 16px",children:[d("div",{class:"info",style:"margin-left:0",children:[d("div",{className:"flex",children:[d("span",{class:"info-title info-primary",children:r.userName}),d("img",{width:24,height:24,style:{width:"24px",height:"24px",marginLeft:"4px"},src:ju})]}),d($v,{user:r,lang:g})]}),d("div",{class:"",children:d("a",{href:Li,children:t("manageAccount")})}),d("div",{class:"",children:d("a",{href:"#",onClick:f,children:t("logout")})})]})]}):da(e)?null:d("div",{class:"header nav",children:[d("img",{src:h}),d("div",{class:"info",children:d("span",{class:"info-subtitle",children:t("nologin")})}),d("a",{class:"py-4",href:"#",onClick:m,children:t(n?"loginForSafari":"login")})]})}var Jv=Pi;function ZA(e){return de({responseType:"json",url:Jv+"/v1/user",method:"get",headers:{token:e}})}function JA(e){return de({responseType:"json",url:Jv+"/v1/user/logout",method:"delete",headers:{token:e}})}var yf=null;function XA(e){let r=screen.width/2-230,a=screen.height/2-640/2;return yf=window.open(e,"loginWindow",`toolbar=no, location=no, directories=no, status=no, menubar=no, scrollbars=no, resizable=no, copyhistory=no,left=${r},top=${a},width=460,height=640,chrome=yes,centerscreen=yes`),yf}function ek(e){let t=new Date(e),n=t.getFullYear(),r=String(t.getMonth()+1).padStart(2,"0"),a=String(t.getDate()).padStart(2,"0");return`${n}-${r}-${a}`}function ff(e){let t=[];return uu[e]&&(t=t.concat(uu[e])),t.push({name:"textColor",type:"color",required:!1}),t.push({name:"zoom",type:"number",default:100,required:!1}),t}function tk(e){let t=e.translationTheme;return!e.translationThemePatterns[t]||!e.translationThemePatterns[t].matches?[]:[...e.translationThemePatterns[t].matches]}var hf="";function nk({config:e}){let{t}=W(),[n,r]=K(!1);return d("details",{class:"pt-2 border-none",onToggle:a=>{r(a.target?.open)},children:[d("summary",{class:"text-sm",style:{textAlign:"right",lineHeight:"1rem"},children:t("translationFont")}),d(rk,{config:e,isOpen:n})]})}function rk({config:e,isOpen:t}){let{t:n}=W(),[r,a]=K([]),[i,o]=K(!1);le(()=>{if(!t||r.length)return;let m=e.translationFonts.filter(y=>gf(y,n("sampleTargetText").charAt(0)+"a"));m.length&&m.unshift("none");let h=e.selectTranslationFont&&!m.find(y=>y===e.selectTranslationFont);(!m.length||h)&&o(!0),a(m)},[e.translationFonts,t,r,a]);let[s,u,l,c,g]=Me(we),f=m=>{m!==hf&&!gf(m,n("sampleTargetText").charAt(0)+"a")&&on(n("translationFont.notSupportErrorMessage")),u(h=>{let y=e.translationTheme,T={matches:[],excludeMatches:[]};return h&&y&&h.translationThemePatterns&&h.translationThemePatterns[y]&&(T=h.translationThemePatterns[y]),Ui(document,y,T,m),{...h,selectTranslationFont:m}})};return d("div",{class:"flex items-center justify-end",children:[r.length?d("label",{for:"translationFont.custom",class:"text-sm mr-2",onClick:()=>{o(!i),i&&(r.find(h=>h===e.selectTranslationFont)||f(hf))},children:[d("input",{type:"checkbox",id:"translationFont.custom",name:"translationFont.custom",checked:i}),n("translationFont.custom")]}):null,i?d("input",{style:{maxWidth:196},placeholder:n("translationFont.customPlaceholder"),value:e?.selectTranslationFont,onChange:m=>f(m.target.value)}):d("select",{class:"select",style:{maxWidth:196,flex:"unset"},onChange:m=>{f(m.target.value)},children:r.map((m,h)=>{let y=n(`font.${m}`);y.startsWith("font.")&&(y=m);let T=m=="none"?hf:m;return d("option",{value:T,selected:m===e?.selectTranslationFont,children:y},"locale"+h)})})]})}p();var Ln={};vc.forEach(e=>{e.labelKey&&(Ln[e.key]=e.labelKey)});function Tf(){let e=Ye(),[t,n,r,a,i]=e;Ct(t,n);let[o,s]=K(null),{t:u}=W();if(le(()=>{yt().then(c=>{yn({config:c,url:globalThis.location.href}).then(g=>{s(g)})})},[t]),!o)return d("div",{children:"loading"});let l=o.config;return d(ct,{children:d(we.Provider,{value:e,children:[d("div",{class:"nav",children:d("strong",{class:"text-lg",children:u("inputOptions")})}),d(ak,{config:l}),d(ik,{config:l}),d(ok,{config:l}),d(ni,{config:l,ctx:o,serviceType:"inputTranslationService"}),d(sk,{config:l}),d(uk,{config:l}),d(ck,{config:l}),d(lk,{config:l})]})})}function ak({config:e}){let[t,n,r,a,i]=Me(we),{t:o}=W();return e?d(xe,{children:[d("details",{class:"mt-3",open:!0,children:[d("summary",{children:[o("clickToSeeQuickDemo")," \u{1F447}\u{1F447}"]}),d("video",{controls:!0,autoPlay:!0,src:"https://s.immersivetranslate.com/videos/immpersive-translate-input-translation-demo-202307044.mp4"})]}),d("div",{class:"nav",children:[d(Ae,{title:o("enableInputTranslation"),description:e.enableInputTranslationWithoutTriggerKey?o("enableInputTranslationDescriptionForNoneKey",{inputTargetLanguage:Zt(e.inputTargetLanguage,e.interfaceLanguage),trailingKey:Ln[e.inputTrailingTriggerKey]?o(Ln[e.inputTrailingTriggerKey]):e.inputTrailingTriggerKey,inputTrailingTriggerKeyRepeatTimes:e.inputTrailingTriggerKeyRepeatTimes}):o("enableInputTranslationDescription",{inputTargetLanguage:Zt(e.inputTargetLanguage,e.interfaceLanguage),startingKey:Ln[e.inputStartingTriggerKey]?o(Ln[e.inputStartingTriggerKey]):e.inputStartingTriggerKey,trailingKey:Ln[e.inputTrailingTriggerKey]?o(Ln[e.inputTrailingTriggerKey]):e.inputTrailingTriggerKey,inputTrailingTriggerKeyRepeatTimes:e.inputTrailingTriggerKeyRepeatTimes})}),d("label",{for:"enableInputTranslation",children:d("input",{type:"checkbox",id:"enableInputTranslation",name:"switch",role:"switch",onChange:s=>{let u=s.target.checked;n(l=>({...l,enableInputTranslation:!!u}))},checked:e.enableInputTranslation})})]})]}):null}function ik({config:e}){let[t,n,r,a,i]=Me(we),{t:o}=W(),s=l=>{n(c=>({...c,inputTargetLanguage:l}))};if(!e)return null;let u=Xa(e.translationService,e.targetLanguage);return d("div",{class:"nav",children:[d(Ae,{title:o("inputTargetLanguage"),description:e.enableInputTranslationWithoutTriggerKey?o("inputTargetLanguageDescriptionForNoneKey"):o("inputTargetLanguageDescription",{startingKey:Ln[e.inputStartingTriggerKey]?o(Ln[e.inputStartingTriggerKey]):e.inputStartingTriggerKey})}),d("select",{class:"select",onChange:l=>{l.preventDefault(),s(l.target.value)},children:u.filter(l=>l!=="auto").map((l,c)=>d("option",{value:l,selected:l===e.inputTargetLanguage,children:Zt(l,e.interfaceLanguage)},"language"+c))})]})}function ok({config:e}){let[t,n,r,a,i]=Me(we),{t:o}=W();return e?d("div",{class:"nav",children:[d(Ae,{title:o("enableInputTranslationWithoutTriggerKeyTitle",{trailingKey:Ln[e.inputTrailingTriggerKey]?o(Ln[e.inputTrailingTriggerKey]):e.inputTrailingTriggerKey,inputTargetLanguage:Zt(e.inputTargetLanguage,e.interfaceLanguage)}),description:""}),d("label",{for:"enableInputTranslation",children:d("input",{type:"checkbox",id:"enableInputTranslation",name:"switch",role:"switch",onChange:s=>{let u=s.target.checked;n(l=>({...l,enableInputTranslationWithoutTriggerKey:!!u}))},checked:e.enableInputTranslationWithoutTriggerKey})})]}):null}function sk({config:e}){let[t,n,r,a,i]=Me(we),{t:o}=W(),s=u=>{n(l=>({...l,inputStartingTriggerKey:u}))};return e?d("div",{class:"nav",children:[d(Ae,{title:o("inputStartingTriggerKeyTitle"),description:e.inputStartingTriggerKey==="none"?o("inputStartingTriggerKeyDescriptionForNoneKey"):o("inputStartingTriggerKeyDescription",{startingKey:Ln[e.inputStartingTriggerKey]?o(Ln[e.inputStartingTriggerKey]):e.inputStartingTriggerKey})}),d("select",{class:"select",onChange:u=>{u.preventDefault(),s(u.target.value)},children:vc.filter(u=>u.skipForStarting!==!0).map((u,l)=>d("option",{value:u.key,selected:u.key===e.inputStartingTriggerKey,children:u.labelKey?o(u.labelKey):u.key},"startingkey-"+l))})]}):null}function uk({config:e}){let[t,n,r,a,i]=Me(we),{t:o}=W(),s=u=>{n(l=>({...l,inputTrailingTriggerKey:u}))};return e?d(xe,{children:[d("div",{class:"nav",children:[d(Ae,{title:o("inputTrailingTriggerKeyTitle"),description:o("inputTrailingTriggerKeyDescription",{trailingKey:Ln[e.inputTrailingTriggerKey]?o(Ln[e.inputTrailingTriggerKey]):e.inputTrailingTriggerKey})}),d("select",{class:"select",onChange:u=>{u.preventDefault(),s(u.target.value)},children:vc.filter(u=>u.skipForTrailing!==!0).map((u,l)=>d("option",{value:u.key,selected:u.key===e.inputTrailingTriggerKey,children:u.labelKey?o(u.labelKey):u.key},"startingkey-"+l))})]}),d("blockquote",{class:"text-sm",dangerouslySetInnerHTML:{__html:o("inputHelperInfo",{1:"https://immersivetranslate.com/docs/input/"})}})]}):null}function lk({config:e}){let[t,n,r,a,i]=Me(we),{t:o}=W(),[s,u]=K(!1),l=b=>{u(!s)},[c,g]=K(0),[f,m]=K(""),h=(b,x,w,L)=>{l(w),n(M=>{let C=M.inputTranslationUrlPattern,v=[],A=[];C&&C.matches&&C.excludeMatches&&(v=C.matches,A=C.excludeMatches);let D=[...v],S=[...A];return L==="edit"&&(w==="matches"?D[x]=b:S[x]=b),w==="matches"?(D=zn(b,D),S=Ht(b,A)):(D=Ht(b,v),S=zn(b,S)),{...M,inputTranslationUrlPattern:{...M.inputTranslationUrlPattern,matches:D,excludeMatches:S}}})},y=(b,x)=>{n(w=>{let L=w.inputTranslationUrlPattern,M=[];x==="matches"?L&&L.matches&&(M=L.matches):L&&L.excludeMatches&&(M=L.excludeMatches);let C=[...M];return b.forEach(v=>{C=Ht(v,C)}),{...w,inputTranslationUrlPattern:{...w.inputTranslationUrlPattern,[x]:C}}})},T=(b,x,w)=>{l(x),m(b),g(w)};return e?d(xe,{children:[d("div",{class:"nav",children:[d(Ae,{title:o("inputTranslationBlockUrlsTitle"),description:o("inputTranslationBlockUrlsDescription")}),d("div",{class:"nav-right",children:d("a",{href:"#",role:"button",class:"add-button secondary outline",onClick:b=>{b.preventDefault(),l("excludeMatches")},children:o("add")})}),s?d(ma,{toggleModal:b=>{b.preventDefault(),l("excludeMatches")},onSubmitAddUrl:h,type:"excludeMatches",urlValue:f,index:c}):null]}),d(ei,{urls:e.inputTranslationUrlPattern.excludeMatches,type:"excludeMatches",onDeleteUrl:y,onEditUrl:T})]}):null}function ck({config:e}){let[t,n,r,a,i]=Me(we),{t:o}=W();if(!e)return null;let s=()=>ut().any?e.inputTrailingMobileTriggerKeyTimeout:e.inputTrailingTriggerKeyTimeout,u=l=>{n(c=>ut().any?{...c,inputTrailingMobileTriggerKeyTimeout:l}:{...c,inputTrailingTriggerKeyTimeout:l})};return d("nav",{children:[d(Ae,{title:o("inputTrailingTriggerKeyTimeout"),description:o("inputTrailingTriggerKeyTimeoutDescription")}),d("div",{class:"option-input",children:d("input",{type:"number",value:s(),onChange:l=>{l.target&&u(Number(l.target.value))}})})]})}p();function vf(){let e=Ye(),[t,n,r,a,i]=e;Ct(t,n);let o=Jt(t),{t:s}=W(),[u,l]=K({}),[c,g]=K({});return le(()=>{Z.storage.sync.get(null).then(f=>{l(f),Z.storage.local.get(null).then(m=>{g(m)})})},[t]),!o||!t?d("div",{children:"loading"}):d(ct,{children:d(we.Provider,{value:e,children:d("div",{children:[d("div",{class:"nav",children:d("strong",{class:"text-lg",children:s("developer")})}),d("div",{dangerouslySetInnerHTML:{__html:s("developerDescription",{1:"https://immersivetranslate.com/docs/advanced/"})},class:"secondary text-xs text-gray-500 mb-4"}),d(fk,{}),d(mk,{}),d(hk,{}),d(dk,{}),d(gk,{}),d(pk,{}),d("details",{class:"py-2",children:[d("summary",{children:"Click to expand the final config"}),d("pre",{children:d("code",{class:"code-editor",children:JSON.stringify(o,null,2)})})]}),d("details",{class:"py-2",children:[d("summary",{children:"Click to expand the sync storage object"}),d("pre",{children:d("code",{class:"code-editor",children:JSON.stringify(u,null,2)})})]}),d("details",{class:"py-2",children:[d("summary",{children:"Click to expand the local storage object"}),d("pre",{children:d("code",{class:"code-editor",children:JSON.stringify(c,null,2)})})]})]})})})}function dk(){let[e,t,n,r,a]=Me(we),{t:i}=W(),o=l=>{try{let c=l.target.value,g={...e};if(!c)delete g.rules;else{let f=JSON.parse(c);if(!Array.isArray(f)){on("Invalid rules, rules must be an array");return}g.rules=f}t(()=>g),lt(i("saved"))}catch(c){on(`Invalid JSON ${c.message}`)}},s=l=>{if(l.preventDefault(),confirm(i("confirmResetConfig"))){let c={...e};delete c.rules,t(()=>c),lt(i("resetThisSuccess"))}};return d("details",{class:"py-2",children:[d("summary",{children:"Edit User Rules"}),d("textarea",{class:"user-rule code-editor",rows:10,onChange:o,placeholder:`[{ +`),from:r,to:a};throw new Q("Youdao translation failed: "+JSON.stringify(s))}},Av=Zm;p();var zu=class extends Wi{constructor(t,n,r){super({...t,isSupportList:!0,langs:(t.langs||"zh-CN,en").split(",").map(a=>[a,a]),limitPerSecond:t.limitPerSecond||5,maxTextLengthPerRequest:t.maxTextLengthPerRequest||1200,maxTextGroupLengthPerRequest:t.maxTextGroupLengthPerRequest||1,placeholderDelimiters:t.placeholderDelimiters||su,request:{url:t.url,retry:2,body:{text_list:"{text}",source_lang:"{from}",target_lang:"{to}"}},response:{text:"translations.text"}},n,r)}};p();var kv="immersive-translate-gemini-fake-user-key",DA=[["auto","auto"],["zh-CN","Simplified Chinese"],["zh-TW","Traditional Chinese"],["en","English"],["ar","Arabic"],["bn","Bengali"],["bg","Bulgarian"],["hr","Croatian"],["cs","Czech"],["da","Danish"],["nl","Dutch"],["et","Estonian"],["fi","Finnish"],["fr","French"],["de","German"],["el","Greek"],["he","iw"],["hi","Hindi"],["hu","Hungarian"],["id","Indonesian"],["it","Italian"],["ja","Japanese"],["ko","Korean"],["lv","Latvian"],["lt","Lithuanian"],["no","Norway"],["pl","Polish"],["pt","Portuguese"],["ro","Romanian"],["ru","Russian"],["sr","Serbian"],["sk","Slovak"],["sl","Slovene"],["es","Spanish"],["sw","Swahili"],["sv","Swedish"],["th","Thai"],["tr","Turkish"],["uk","Ukrainian"],["vi","Vietnamese"]],Pv=new Map(DA),Jm=class extends es{static langMap=Pv;provider="custom";randomPrefix="My user id is {{id}}. ";fakeId="";constructor(t,n,r){super(t,n,r),t||(t={}),t.provider&&(this.provider=t.provider),t.randomPrefix&&(this.randomPrefix=t.randomPrefix),this.apiUrl="https://generativelanguage.googleapis.com/v1beta/models/{model}:generateContent?key={key}",t?.apiUrl&&(this.apiUrl=t.apiUrl),this.maxTextGroupLength=this.maxTextGroupLength||10,this.model=this.model||"gemini-1.0-pro-latest",this.bodyConfigs=t?.bodyConfigs||{}}getLangMap(){return Pv}getDefaultRateLimit(){return{limit:1,interval:1050}}async handleOptions(t,n){this.fakeId="",this.randomPrefix&&(this.fakeId=await Lp(kv,""),this.fakeId||(this.fakeId=AA(10),await Fp(kv,this.fakeId)));let r=this.getRandomKey(),a={url:this.apiUrl.replace("{model}",this.model),method:"POST",headers:{"content-type":"application/json"},timeout:this.requestTimeout,retry:this.retry};r&&(a.url=a.url.replace("{key}",r));let i=this.systemPrompt+t;this.randomPrefix&&(i=this.randomPrefix.replace("{{id}}",this.fakeId)+i);let o={contents:[{role:"user",parts:[{text:i}]}],...this.bodyConfigs};return a.body=JSON.stringify(o,null,2),a}parseResponse(t){return t?.candidates?.[0]?.content?.parts?.[0]?.text}filterContent(t,n,r,a){let i=super.filterContent(t,n,r);return i.includes(this.fakeId)&&a.length<=1?t:i}};function AA(e){let t="",n="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789",r=n.length,a=0;for(;a{let n=(await f0({url:"https://translate.yandex.net/website-widget/v1/widget.js?widgetId=ytWidget&pageLang=es&widgetTheme=light&autoMode=false",method:"GET",responseType:"text"})).match(/sid\:\s\'[0-9a-f\.]+/),r="",a=Date.now()+1*60*1e3;return n&&n[0]&&n[0].length>7&&(r=n[0].substring(6),a=Date.now()+30*60*1e3),{accessToken:r,accessTokenExpiresAt:new Date(a).toISOString()}})}async translateList(t){let{text:n,from:r,to:a}=t;if(!n)return{...t};let i=await this.getAccessToken(),o=new URLSearchParams;o.append("srv","tr-url-widget"),o.append("id",`${i.accessToken}-0-0`),o.append("format","html"),o.append("lang",`${r==="auto"?"":ef.get(r)+"-"}${ef.get(a)}`),n.forEach(l=>{o.append("text",l)});let s=await de({url:`https://translate.yandex.net/api/v1/tr.json/translate?${o.toString()}`});if(s?.code!==200)return{...t};let u=s.text?.map(l=>l);return{from:r,to:a,text:u||n}}getDefaultRateLimit(){return{limit:5,interval:1050}}};var LA={mock:Zo,mock2:Zo,custom:zu,google:Hi,transmart:_u,deepl:UT,volc:XT,volcAlpha:Iu,bing:Ou,tencent:Pu,tenAlpha:Lu,baidu:vv,caiyun:Cv,cai:xv,openl:d0,youdao:wv,you:Av,d:Qo,dpro:Qo,deeplx:Ru,niu:qT,azure:jT,openai:$T,gemini:Lv,claude:Mv,papago:HT,aliyun:Bu,yandex:Nu},Ja={};Object.keys(nr).forEach(e=>{Ja[e]={...nr[e],class:LA[e]}});function Xa(e,t){let n=Rn;if(Ja[e]&&Ja[e].class&&Ja[e].class.langMap&&Ja[e].class.langMap.size>0){let r=Ja[e].class.langMap,a=n.filter(i=>r.get(i));return a.includes(t)||a.unshift("placeholder"),a}else return Rn}async function Nr(e,t,n){if(!e.text)return e;let r=null,a=await nt({sentences:[e]},t,(i,o,s)=>{i&&(r=i)},n);if(r)throw r;if(a.sentences.length>0)return{...e,...a.sentences[0]};throw new Q("translateFailed","translate failed")}async function Fv(e,t){for(let n of e)try{return await Nr({id:1e6,text:"Hello world",from:"en",to:"zh-CN",url:"https://google.com",fromByClient:"auto"},{...t,translationService:n},{retry:1,requestTimeout:t.config.verifyRequestTimeout||5*1e3}),n}catch{continue}return null}async function tf(e){let{config:t,translationService:n}=e,r=t.translationGeneralConfig,a=t.translationServices,i=n,o=a[i]||{},s=Qt(e.user);await new Ja[i].class(o,r,{translationService:i,userToken:e.user?.token,isPro:s,sourceProgram:e.sourceProgram,glossaries:e.rule.glossaries,excludeRegexps:e.rule.excludeRegexps}).init()}function _A(e){if(!e?.length)return"auto";let t=e[0].from;return e[0].fromByClient&&e[0].fromByClient!=="auto"&&(t=e[0].fromByClient),t}async function nt(e,t,n,r){if(!e.sentences.length)return{...e};let{config:a,translationService:i,state:o}=t,s=a.translationGeneralConfig,u=a.translationServices,l=i,c=t.targetLanguage;e&&e.sentences&&e.sentences[0]&&e.sentences[0].to&&(c=e.sentences[0].to);let g=u[l]||{},f=a.rawUserConfig?.translationServices?.[l]||{};g=KT(f,g,{sourceLanguage:_A(e.sentences),targetLanguage:c,model:g.model||"",url:t.url,isPro:t.isPro?"true":"false",sourceProgram:t.sourceProgram||""}),r&&(g={...g,...r});let m=a.beta,h=o.cache===!1&&m,y=a.debug===!0&&m;e.sentences&&e.sentences.length>0&&(e.sentences=e.sentences.map(A=>(h&&(A.refresh=!0),y&&(A.debug=!0),A))),l==="openai"&&(e.sentences=e.sentences.map(A=>({...A,from:"auto"})));let T=[],b={sentences:Array(e.sentences.length)},x=e.sentences.length,w=-1,L=Qt(t.user),M;try{M=new Ja[l].class(g,s,{translationService:l,userToken:t.user?.token,isPro:L,sourceProgram:t.sourceProgram,glossaries:t.rule.glossaries,excludeRegexps:t.rule.excludeRegexps,minTextCount:t.rule.paragraphMinTextCount}),await M.init()}catch(A){if(n){T.push(...e.sentences);let D={translationService:l,isPro:!!t.isPro,isLogin:!!t.user?.token};for(let S of T){let N=A instanceof Q?new Q(A.name,A.message).initNetWork(A.status).initData(A.data||D):A;n(N,null,S)}}return{sentences:[]}}if(o.cache)for(let A of e.sentences){w++;let D=l;l==="openl"&&(D=l+"-"+g.codename||d0.DEFAULT_CODENAME);let S=M.getCacheKeyPrefix();S&&(D=S+"-"+D);let N=null;try{N=await Cl(pT({originalText:A.text,from:A.from,to:A.to,service:D}),200)}catch(F){R.warn("query cache DB error, but it's ok",F)}if(N){let F={...A,text:N.translatedText};b.sentences[w]=F,n&&n(null,F,A)}else T.push(A)}else T.push(...e.sentences);let C=T.length;if(x-C>0&&R.debug(`use ${x-C} sentences from cache`),!T.length)return b;let v=await M.multipleTranslate({sentences:T},g,(A,D,S)=>{if(n&&n(A,D,S),!A&&D&&!l.startsWith("mock")&&o.cache){let N=l;l==="openl"&&(N=l+"-"+g.codename||d0.DEFAULT_CODENAME);let F=M.getCacheKeyPrefix();F&&(N=F+"-"+N),o.cache&&Cl(mT({translatedText:D.text,from:S.from,to:S.to,detectedFrom:D.from,key:Gn(S.text),service:N}),3e3).catch(P=>{R.warn("set cache DB error",P)})}});for(let A of v?.sentences||[]){let D=b.sentences.findIndex(S=>!S);if(D===-1)throw new Q("translateFailed","can not match the result");b.sentences[D]=A}return b}p();p();p();var rs={},MA={root:"",lang:"en",fallbackLang:"en"};function nf(e,t){let n=Object.assign({},MA,e);rs=t||rs;let[r,a]=K(n.lang),[i,o]=K(rs),[s,u]=K(!1),l=g=>{if(i.hasOwnProperty(g))return;u(!1);let f=H1(n.root||"",g);n.getUrl&&(f=n.getUrl(n.root||"",g),fetch(f).then(m=>m.json()).then(m=>{rs[g]=m,o({...rs}),u(!0)}).catch(m=>{o({...rs}),u(!0)}))};return le(()=>{l(n.fallbackLang||"en"),l(r)},[r]),{lang:r,setLang:a,t:(g,f)=>{if(!i.hasOwnProperty(r))return g;let m=pu(i,r,g);return m===g&&r!==n.fallbackLang&&(m=pu(i,n.fallbackLang,g)),Op(m,f)},isReady:s}}var af=oo(null),rf={root:"assets",lang:"en",fallbackLang:"en"},as=e=>{let{t,setLang:n,lang:r,isReady:a}=nf({root:e.root||rf.root,lang:e.lang||rf.lang,fallbackLang:e.fallbackLang||rf.fallbackLang,getUrl:e.getUrl},e.translations);return d(af.Provider,{value:{t,setLang:n,lang:r,isReady:a},children:e.children})};function W(){return Me(af)}p();function Ae(e){return d("div",{class:"nav-left",children:[d("div",{class:"title",children:e.title}),d("div",{class:"description",children:e.description})]})}p();p();function Ur(e){let{items:t,maxWidth:n,className:r,style:a}=e,{lang:i}=W();return n=n||(i==="en"?144:160),d("select",{autoComplete:"off",class:r||"min-select",style:{maxWidth:`${n}px`,...a},value:t.find(o=>o.selected)?.value,onChange:o=>{let s=o.target.value,u=t.find(l=>l.value===s);u&&u.onSelected(u)},children:t.map((o,s)=>d("option",{value:o.value,selected:o.selected,children:o.label},"selectlink"+s))})}function of(e){let{items:t,maxWidth:n,isInput:r,value:a}=e;return n=n||128,r?d("input",{value:a,onChange:i=>{e.onChange(i.target.value)}}):d("select",{autoComplete:"off",style:{maxWidth:`${n}px`},value:t.find(i=>i.selected)?.value,onChange:i=>{let o=i.target.value,s=t.find(u=>u.value===o);s&&s.onSelected(s)},children:t.map((i,o)=>d("option",{value:i.value,selected:i.selected,children:i.label},"selectlink"+o))})}p();function Ki(e){let{t}=W(),n={};e.width&&(n={width:`${e.width}px`});let[r,a]=K(e.value),{config:i,field:o,onFinish:s}=e,u=o.name;o.label&&(u=o.label),o.labelKey&&(u=t(o.labelKey));let l={},c={};if(i.translationServices&&e.service&&i.translationServices[e.service]&&(c=i.translationServices[e.service]),c.env){let g=Object.keys(c.env);for(let f=0;f{let f=g.target.value,m=Array.isArray(r)?f.split(","):f;a(m),e.onChange(m)},onChange:()=>{s&&s()}}),e.field.descriptionKey?d("small",{class:"whitespace-pre-wrap",dangerouslySetInnerHTML:{__html:t(e.field.descriptionKey,l)}}):null]}):d(xe,{children:[d("input",{style:n,required:e.field.required,placeholder:e.field.placeholder||e.field.name,value:r,type:e.type,disabled:e.field.disabled||!1,name:e.field.name,autoComplete:"off",onInput:g=>{a(g.target.value),e.onChange(g.target.value)},onChange:()=>{(e.type==="text"||e.type==="password")&&s&&s()}}),e.field.descriptionKey?d("small",{dangerouslySetInnerHTML:{__html:t(e.field.descriptionKey,l)}}):null]})]})}function is(e){let{t}=W(),[n,r]=K(!0),[a,i]=K(!1),{config:o,currentProvider:s,onFinish:u,field:l,onChange:c,value:g,isProUser:f}=e;g=g??(l.default||"");let m={},h={};if(o.translationServices&&e.service&&o.translationServices[e.service]&&(h=o.translationServices[e.service]),h.env){let T=Object.keys(h.env);for(let b=0;b{l.options&&(l.options.some(b=>b.value===g)||i(!0))},[]);let y=l.name;if(l.label&&(y=l.label),l.labelKey&&(y=t(l.labelKey)),l.type==="select")return d("div",{class:"flex flex-col mt-5 mb-6",children:[d("label",{class:"text-16 mb-2",children:[y,"\uFF1A"]}),d(of,{maxWidth:200,items:l.options.map(T=>({label:`${T.label?t(T.label):T.value}`,value:T.value,selected:g===T.value,onSelected:()=>{c(T.value)}})),onChange:c,isInput:a,value:g})]});if(l.type==="model-select"){let T=l.options.map(b=>b.value);return d("div",{class:"flex flex-col mt-5 mb-6",children:[d("label",{class:"text-16 mb-2",children:[y,"\uFF1A"]}),d(of,{maxWidth:250,items:T.map(b=>({label:b,value:b,selected:g===b,onSelected:()=>{c(b)}})),onChange:c,isInput:s!=="pro"?a:!1,value:g}),s!=="pro"&&d("label",{for:"customContent",class:"text-sm",onClick:()=>{a&&c(T[0]),i(!a)},children:[d("input",{type:"checkbox",id:"customContent",name:"customContent",checked:a}),t("customContent")]})]})}else{if(l.type==="text")return d("div",{children:d(Ki,{service:e.service,field:l,config:e.config,value:g,type:l.type,onChange:c,onFinish:u})});if(l.type==="textarea")return d("div",{children:d(Ki,{service:e.service,field:l,rows:5,config:e.config,value:g,type:l.type,onChange:c,onFinish:u})});if(l.type==="jsonarea")return d("div",{children:d(Ki,{service:e.service,field:{...l,type:"textarea"},config:e.config,value:g,rows:5,type:l.type,onChange:c,onFinish:u})});if(l.type==="number")return d("div",{children:d(Ki,{service:e.service,field:l,config:e.config,value:g,type:l.type,width:196,onChange:c})});if(l.type==="password")return d("div",{children:[d(Ki,{service:e.service,field:l,config:e.config,value:g,type:n?l.type:"text",onChange:c,onFinish:u}),d("label",{for:"translate",onClick:()=>{r(!n)},children:[d("input",{type:"checkbox",id:"translate",name:"translate"}),t("show password")]})]});if(l.type==="color"){let T=g,b="";T||(T="#FFFFFF",b="#FFFFFF");let{hex:x,opacity:w}=FA(T);return d("div",{children:d("label",{class:"flex items-center",for:l.name,children:[d("span",{class:"mr-2",children:l.label||l.name}),d("input",{type:"text",id:l.name,class:"border-color-text mr-2",placeholder:b||"",value:g,onInput:L=>{c(L.target.value)}}),d("input",{id:l.name,type:"color",name:l.name,value:x,style:{opacity:w},onInput:L=>{c(L.target.value)}})]})})}else return l.type==="boolean"?d("div",{class:"flex items-center my-4",children:d("label",{class:"ml-2",for:l.name,children:[d("input",{type:"checkbox",id:l.name,name:l.name,role:"switch",checked:g,onChange:T=>{c(T.target.checked)}}),y,l.descriptionKey?d("small",{class:"my-2",dangerouslySetInnerHTML:{__html:t(l.descriptionKey,m)}}):null]})}):null}}function FA(e){let t=1;return e.length==9&&(t=parseInt(e.substring(7,9),16)/255,e=e.slice(0,7)),{opacity:t,hex:e}}p();function Bv(e){let{t,lang:n}=W();return d("details",{role:"list",class:"nav-right",children:[d("summary",{"aria-haspopup":"listbox",children:t("edit")}),d("ul",{role:"listbox",class:"option-list",children:e.options.map((r,a)=>{let i=Zt(r.value,n);return d("li",{children:d("label",{children:[d("input",{type:"checkbox",onChange:()=>{e.onToggleAlwaysLangs(!r.checked,r.value)},value:r.value,checked:r.checked}),i]})},"language-"+a)})})]})}function Uu(e){let{selectLanguages:t,languages:n}=e,r=ze(()=>!n||!t?[]:n.concat("").map(a=>({checked:t?.includes(a),value:a})),[n,t]);return e.interfaceLanguage?d(xe,{children:[d("div",{class:"nav",children:[d(Ae,{title:e.title,description:e.description}),d(Bv,{options:r,onToggleAlwaysLangs:e.onChange})]}),d("div",{class:"langs-list",children:t.map((a,i)=>d("div",{class:"lang-card",children:[d("div",{id:`${a}`,children:Zt(a,e.interfaceLanguage)}),d("a",{href:"#close",class:"close",target:"_blank","aria-label":"Close","data-target":`${a}`,onClick:o=>{o.preventDefault(),e.onChange(!1,t[i])}})]},"lang-"+i))})]}):null}p();p();function ma(e){let{t}=W(),n=$e(null),{toggleModal:r}=e;return d("dialog",{id:"immersive-translate-overlay",onClick:i=>{i.target&&i.target.id==="immersive-translate-overlay"&&r(i)},open:!0,children:d("article",{class:"add-modal",children:[d("a",{href:"#close","aria-label":"Close",class:"close","data-target":"modal-example",onClick:e.toggleModal}),d("div",{class:"add-text",children:t("add url")}),d("input",{placeholder:"URL",ref:n,value:e.urlValue}),d("blockquote",{children:d("p",{class:"text-sm",children:t("addUrlDescription")})}),d("div",{class:"flex",children:[d("div",{class:"footer-button",children:d("a",{href:"#cancel",role:"button",class:"full-button secondary margin-right","data-target":"modal-example",onClick:e.toggleModal,children:t("cancel")})}),d("div",{class:"footer-button",children:d("a",{href:"#confirm",role:"button",class:"full-button margin-left","data-target":"modal-example",onClick:i=>{if(i.preventDefault(),n.current&&n.current.value){if(e.onSubmitAddUrl){if(e.urlValue!==""){e.onSubmitAddUrl(n.current.value,e.index,e.type,"edit");return}e.onSubmitAddUrl(n.current.value,e.index,e.type);return}else if(e.onAddInterfaceUrl){if(e.urlValue!==""){e.onAddInterfaceUrl(n.current.value,"edit");return}e.onAddInterfaceUrl(n.current.value)}}},children:t("confirm")})})]})]})})}function ei(e){let{t}=W(),[n,r]=K([]),[a,i]=K(!1),[o,s]=K(!1);function u(){e.onDeleteUrl(n,e.type),r([]),i(!1)}if(!e.urls.length)return null;let l=`checkAll${e.urls.length}`;return d("div",{children:[d(c,{}),d("div",{class:"url-list-item",children:e.urls.map((g,f)=>d("div",{className:"url-list",style:"padding:6px 24px;",children:d("div",{className:"url-left",style:{display:"flex",flexDirection:"row",alignItems:"center",width:"100%"},children:[o&&e.urls.length>1&&d("input",{type:"checkbox",checked:n.includes(g),style:"margin-right:12px;",onChange:m=>{m.target.checked?r([...n,g]):r(n.filter(h=>h!==g))}}),d("div",{className:"url-name height-tight",children:g}),d("div",{style:{flex:1}}),d("a",{style:{marginRight:"12px",cursor:"pointer"},onClick:m=>{e.onEditUrl(g,e.type,f)},children:t("edit")}),d("a",{style:{cursor:"pointer"},onClick:m=>{e.onDeleteUrl([g],e.type)},children:t("delete")})]})},"menu"+f))})]});function c(){return e.urls.length<2?null:d("div",{style:{display:"flex",flexDirection:"row",alignItems:"center",padding:"0 24px",marginBottom:"12px"},children:o?d(xe,{children:[d("input",{type:"checkbox",id:l,checked:a,onChange:g=>{let m=g.target.checked;r(m?e.urls:[]),i(m)}}),d("label",{htmlFor:l,children:t("pickAll")}),d("div",{style:{flex:1}}),d("a",{style:{cursor:"pointer"},onClick:u,children:t("delete")})]}):d("a",{style:{marginLeft:"-24px",marginRight:"12px",cursor:"pointer"},onClick:()=>s(!0),children:t("batchEdit")})})}}function qu(e){let{t}=W(),[n,r]=K(!1),[a,i]=K(""),[o,s]=K(0);le(()=>{Ut("esc",()=>{r(!1)})},[]);let u=(c,g,f)=>{r(!n),i(c),s(f)},l=(c,g,f,m)=>{e.onSubmitAddUrl?.(c,g,f,m),r(!n),i(""),s(0)};return d(xe,{children:[d("div",{class:"nav",children:[d(Ae,{title:e.title,description:e.description}),d("div",{class:"nav-right",children:d("a",{href:"#",role:"button",class:"add-button secondary outline",onClick:c=>{c.preventDefault(),r(!n)},children:t("add")})}),n?d(ma,{toggleModal:c=>{c.preventDefault(),r(!n)},onSubmitAddUrl:l,type:e.type,urlValue:a,index:o}):null]}),d(ei,{urls:e.urls||[],type:e.type,onDeleteUrl:e.onDeleteUrl,onEditUrl:u})]})}p();async function ti(){let e=["bingGlobalConfig","baiduGlobalConfig",Mb,_a];for(let t of e)await Z.storage.local.remove(t);pe()||await Ry(),await Ip()}function Iv(){return pe()?Promise.resolve("0 B"):om()}p();var T0='',ju="data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgZmlsbD0ibm9uZSI+PHBhdGggZmlsbD0iI0ZGQzczNiIgZD0iTTMgN2gxN3YxMEgzeiIvPjxwYXRoIGZpbGw9InVybCgjYSkiIGQ9Ik02Ljg5NyA5LjI0MmMuNDE1IDAgLjcyLjExMS45MjguMzQ3LjIwNy4yMzUuMzE4LjUyNy4zMTguODczcy0uMTEuNjIzLS4zMTguODQ1Yy0uMjA4LjIyMi0uNTI3LjMzMy0uOTI4LjMzM2gtMS4zM1Y5LjI0MmgxLjMzWm05Ljg0NiAxLjc4OGMuMzg4IDAgLjY2NS4xNTIuODQ1LjQ1Ny4xNTIuMjY0LjIzNS41ODIuMjYzLjk4NHYuMzE5YzAgLjQ5OS0uMDgzLjg4Ny0uMjYzIDEuMTkyLS4xOC4zMDQtLjQ1Ny40NTctLjgzLjQ1Ny0uMzg5IDAtLjY2Ni0uMTUzLS44NDYtLjQ0NC0uMTUyLS4yNjMtLjIzNS0uNTk1LS4yNjMtMS4wMTF2LS4yOTFjMC0uNDg1LjA4My0uODczLjI2My0xLjE3OC4xOC0uMzA1LjQ0My0uNDg1LjgzMS0uNDg1Wm0tMy40MDctMS4xMzZhMS4xNyAxLjE3IDAgMCAwLS43MDYuMjM1IDEuNDgyIDEuNDgyIDAgMCAwLS40MTUuNWwtLjA4My4xNjUtLjA3LS44MDNoLTEuMzU3djUuNDMyaDEuNDU0di0zLjY1OWEuODguODggMCAwIDEgLjMxOS0uMzg4Yy4xMS0uMDY5LjI1LS4xMS40MTUtLjEyNGguMTI1bC41NC4wMTQuMTY2LTEuMzE3Yy0uMDctLjAxNC0uMTI0LS4wMjgtLjE5NC0uMDQxLS4wNTUtLjAxNC0uMTI0LS4wMTQtLjE5NC0uMDE0Wk02Ljg5NiA4LjEySDQuMTE0djcuMzE3aDEuNDY4VjEyLjc5aDEuMzNjLjg0NCAwIDEuNDk1LS4yMDggMS45OC0uNjM4LjQ4NS0uNDMuNzItLjk4My43Mi0xLjY5cy0uMjM1LTEuMjYxLS43Mi0xLjY5Yy0uNDQzLS4zODktMS4wMzktLjYxLTEuNzczLS42MzhsLS4yMjEtLjAxNFptOS44NDcgMS43NzRjLS44MDMgMC0xLjQyNi4yNjMtMS44ODMuNzc2LS40MTYuNDctLjYzNyAxLjA2Ny0uNjc5IDEuNzczdi4zMzNjMCAuODE4LjIyMiAxLjQ4My42NzkgMS45OTUuNDU3LjUxMyAxLjA4Ljc3NiAxLjg4My43NzYuODA0IDAgMS40MjctLjI2MyAxLjg4NC0uNzc2LjQxNS0uNDcuNjM3LTEuMDUzLjY3OC0xLjc3M3YtLjMzM2MwLS44MTctLjIyMS0xLjQ4Mi0uNjc4LTEuOTk1LS40NTctLjUxMy0xLjA4LS43NzYtMS44ODQtLjc3NlpNMTguMDAzIDZhNiA2IDAgMCAxIDAgMTJIMFY5LjQyM0EzLjQyIDMuNDIgMCAwIDEgMy40MiA2aDE0LjU4M1oiLz48ZGVmcz48bGluZWFyR3JhZGllbnQgaWQ9ImEiIHgxPSI3LjUiIHgyPSIyMiIgeTE9IjE5IiB5Mj0iNiIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiPjxzdG9wIHN0b3AtY29sb3I9IiMyMjIiLz48c3RvcCBvZmZzZXQ9IjEiIHN0b3AtY29sb3I9IiM2OTY5NjkiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48L3N2Zz4=",Rv="data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIxMiIgZmlsbD0ibm9uZSI+PHBhdGggZmlsbD0iIzk5OSIgZD0iTTYuODk3IDMuMjQyYy40MTUgMCAuNzIuMTExLjkyOC4zNDcuMjA3LjIzNS4zMTguNTI2LjMxOC44NzMgMCAuMzQ2LS4xMS42MjMtLjMxOC44NDUtLjIwOC4yMjItLjUyNy4zMzMtLjkyOC4zMzNoLTEuMzNWMy4yNDJoMS4zM1ptOS44NDYgMS43ODhjLjM4OCAwIC42NjUuMTUyLjg0NS40NTcuMTUyLjI2NC4yMzUuNTgyLjI2My45ODR2LjMxOWMwIC40OTktLjA4My44ODctLjI2MyAxLjE5Mi0uMTguMzA0LS40NTcuNDU3LS44My40NTctLjM4OSAwLS42NjYtLjE1My0uODQ2LS40NDQtLjE1Mi0uMjYzLS4yMzUtLjU5NS0uMjYzLTEuMDExdi0uMjkxYzAtLjQ4NS4wODMtLjg3My4yNjMtMS4xNzguMTgtLjMwNS40NDMtLjQ4NS44MzEtLjQ4NVptLTMuNDA3LTEuMTM2YTEuMTcgMS4xNyAwIDAgMC0uNzA2LjIzNSAxLjQ4MiAxLjQ4MiAwIDAgMC0uNDE1LjVsLS4wODMuMTY1LS4wNy0uODAzaC0xLjM1N3Y1LjQzMmgxLjQ1NFY1Ljc2NGEuODguODggMCAwIDEgLjMxOS0uMzg4Yy4xMS0uMDY5LjI1LS4xMS40MTUtLjEyNGguMTI1bC41NC4wMTQuMTY2LTEuMzE3Yy0uMDctLjAxNC0uMTI0LS4wMjgtLjE5NC0uMDQxLS4wNTUtLjAxNC0uMTI0LS4wMTQtLjE5NC0uMDE0Wk02Ljg5NiAyLjEySDQuMTE0djcuMzE3aDEuNDY4VjYuNzloMS4zM2MuODQ0IDAgMS40OTUtLjIwOCAxLjk4LS42MzguNDg1LS40My43Mi0uOTgzLjcyLTEuNjlzLS4yMzUtMS4yNjEtLjcyLTEuNjljLS40NDMtLjM4OS0xLjAzOS0uNjEtMS43NzMtLjYzOGwtLjIyMS0uMDE0Wm05Ljg0NyAxLjc3NGMtLjgwMyAwLTEuNDI2LjI2My0xLjg4My43NzYtLjQxNi40Ny0uNjM3IDEuMDY3LS42NzkgMS43NzN2LjMzM2MwIC44MTguMjIyIDEuNDgzLjY3OSAxLjk5NS40NTcuNTEzIDEuMDguNzc2IDEuODgzLjc3Ni44MDQgMCAxLjQyNy0uMjYzIDEuODg0LS43NzYuNDE1LS40Ny42MzctMS4wNTMuNjc4LTEuNzczdi0uMzMzYzAtLjgxNy0uMjIxLTEuNDgzLS42NzgtMS45OTUtLjQ1Ny0uNTEzLTEuMDgtLjc3Ni0xLjg4NC0uNzc2Wk0xOC4wMDMgMGE2IDYgMCAwIDEgMCAxMkgwVjMuNDIzQTMuNDIgMy40MiAwIDAgMSAzLjQyIDBoMTQuNTgzWiIvPjwvc3ZnPg==",Ov="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADgAAAA4CAMAAACfWMssAAABC1BMVEUAAADt7vHt7vHn5+/v7+/u7vLs7O/Y2urv7+/I0uTu7/Ls7e/r6+/r7e/J1OTE0OGdrMHu7/Hu7/Lt7vHHz9/I0+Ps7O/V3eju7/GXp72YqL7s7u/I0uPH0+Pv7/OWpr3H0uLH0+OXp7vl6e67xtmquszi5u3W3ejAzd66x9jJ0+O5xdimtcmYprzI0+Ps7e+Yp73t7vHI0+OXp7309vnCzt/N1+Xd4+ucrMHp7PLa4evR2uff5O3F0OHo6+/j5+6uu82jssedrMKaqr/Y3+nP2ObR2OOpt8rm6e/k5+68yNq6xdW2w9XT3OivvdCmtcnu8fa/ytezwNKhsMTL09/c4+zZ3+m/y9zGz9seNO0nAAAAMXRSTlMA3+8gEJ9gECDfv3BAgO/v78+vkCCQUO/f37ewoIB/cGBAQO/v79/f39/Pz8/Pv6CfPHl8AQAAAyVJREFUSMedluda4kAUQAcUkGJB0bXturq9b3JTaUkITQOiYHv/JzEzmZYYIp/nhyYz93hnbqaI0ijVqoX6oRJyWNmt1tBqlIqVvBIjv1tcQfvALZlcYe0tGmEvQz3gWmrW4rJ0BeUVCutp3lpOeZXc2ts8YWZ72abw3mKWqOdMp+3U8OaWanSpKVeI1rOrdnTVuHyhOaq6/V1tsdoKr0ib+roF/khvJry++mMHwFPZ+8GLCbZGENJ7nI7b/amBaX0zP7W2fgOmM2Zrlw12T6EYC8D4HTXGFyBc8Tls0oQKQ/UBs7MdF3eo+FWJpyzIovAEuiUyyinFJzQ8APC4J0yPzJGIImVREeIEvF8k9Op61uuB3/PcQMfvEws8dSwi8UbZ5W9dlsD1QcKbkMaOKn2mSijmuWcQreNCkp6uEkx5rDX+0ooGaUEK15HZ5cE1VGWPbdI1gXRGpLfFxaqYIhloAJBp8sIWUEVOqPuwlHksZR3l5BnOIANdnmUO0QebFAayGMUKy0QHt44yNLr2+0nRxKK1VCI9QRgySIpN/Olxr7kAN3Dpn7h1hmSnPdkWLY/BxZwQdRyjmWBrmmbeuVjUNHsOELY80VVg8OLUk6J2o0XYw+AO/w7ADRsti4gDvlj/ic/YIeJLhk74wzFhLn3IE7bkuqw4OF8qJjxKVa3yRY7FazwdEuTaLN6eOzRvT15zNbSel8rqA5g4yIVbJt6CS8WJVJs8Qmyx2iQlFWdCDGAWPfTlhXMiHR0POOUChjjozuJDdWbD6GGAE3bF0YHHKlLq1lBLp4m72/wrYjbp2yUxzQzvQexGJKVUSKfhpGg3ZNMN8kzcQDQlN0m/nfTuo3b5PGYpxR4hIWNpGdjTqPEdj8pt8H9T5KOVutP7dkiTjJF48dM4cV85JC4dgx3ke0iwXqc3aCb9LrvKBRvhthwbGRJNKiYozLa6Aib3hFleRSyn/GvVSJhXo95iNom3/WygFEr7sbuUX1SCfbSEj2X59k6a5XO0lMa+8BLm1vsSyqJxWk4e6V6mJg/4b+KS/Hx6jlbk4uz4+Ag7R3/+n12khjwDw+rmuecPQ74AAAAASUVORK5CYII=",zv="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAMAAADXqc3KAAAAn1BMVEUAAADt7vHu7vLu7vLv7+/n5+fFxcXu7vHv7/PHx8eamprt7fLt7fHn5+vGxsbS09Surq6fn5+ZmZmZmZnGxsbGxsbt7/K/v7/Hx8ft7vHGxsaZmZn09vnk5eeqqquenp7p6u3X2NnLy8vU1dbr7O67u7uvr6/o6evh4uPR0dLCwsLAwMDZ2ty9vb6kpaWhoaHe3+HPz8+zs7OkpKTc3d7Gt0R8AAAAGXRSTlMA779wIBDv338gv5+AgHDv7+/v36+gn3BgD0kJmgAAAS1JREFUKM9dkOmSgyAQhNFo7mTvYwYEBa9oorne/9l2hqJSbr4q+NHNdBcjAukyXgBE8SwRU5IYHmwm1iyCCdFMBJbwxDK8B2iKLGjl8VAC+JmEcqzRrmnP5yzrbm93SuOeDQCcpNToGaV8ISGmAfBGPce+qjrsjSxYSbkBGtt1tZGEueLpwsZW8A8snlj2jD0efRZVtxzw4Ia2BFgIch1qOaHCM4lsHHA0WpOpKyk7qX2WWLBhhhxU7grlKlV7I+LyAm+DUplS/sqv2HL5FiDDSio15CQOdHrrl5L6kpqEMOHwTlIiOKu0WIDy5Bfkn3+HJTYXRNdmWXtA1nmJfu1lgRNcQw2encV/2J0I7OdIXM1YIzH/FQ9WX4i1JF4RP1dBDNZ+/S7lx/onDcIfdi8x4pYpSxgAAAAASUVORK5CYII=",Nv="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAMAAADXqc3KAAAA51BMVEUAAABRT2tSUGpRT2tQUHBQUGjwtcxRT2tRUGtST2tSTmrvsMnvt89QUHDqTIpkXHhST2zQobmfdpPrTYrGVoHqS4nwtszvtMzvtc3vr89RT2vwtczASHb09vnIXYbt4OncqMDqTInGVoBbVnHqp8GqiKJlXHfz2+bsrsfkmrfIm7SggpvScZfKaY/q1uDtgKvRiKaNdY/MY4vy7fLy5Ozxydrxw9bhtcjnobzVlK/diam0j6jYfqHVeJyXfJWcd5TrXJOCb4l5aYNvYn3DUXzxzd3kwNDSorrth6/CjqnAeZnNdJaDb4nDaCDkAAAAGnRSTlMA73C/ICDv37+ff3AgEL+AgO/v7+/fr6BgELJb3PQAAAE/SURBVCjPXZHnUsMwEIRlOySkhw66k+24YScx6b0XOu//PJw0mozh+6Efu6ddzYlpqiWrwLlhmTmW5cLiZ4oZyzR4BsNkmhL/R0nPcx6FR6357ZbPuanyKefT62yjn37/cJwPbjeUJnuKNPeFuAaFjXhNgkUXONHDdR6CJIkh8HArlSo1UIUbx6sTEt4CZlfSaLBLOl2YeaixA2irLKrey4AzA4jpXQVG7hI6mCGBPonSaIF9StMUMe0hzrGjslhBGp7tDIUzfRPTnvhWhiHLQxjYQrwIoQ5nAXtZ3uD8AAkKYTsk0sAocNVSqqpkRaK+MYYNSTkms3wXXodCMZpAKD9FLzF6Bxg/ExMgXS+RluKHkGEZUYOi7sIf3DrTlPNAfOx2XSDyj+xM5QGg2yTIua+wLJVy7abZvKuVn7TwCyKmN+3PjJblAAAAAElFTkSuQmCC",Uv="data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGcgaWQ9IkZyYW1lIj4KPHBhdGggaWQ9IlZlY3RvciIgZD0iTTguNzEwMjMgMTMuMzg3NkwxMy4yODkzIDguODA4NkwxNC4wOTc3IDguMDAwMjJMMTMuMjg5NyA3LjE5MjIyTDguNzEwMjMgMi42MTI3OUw3LjkwMjIzIDMuNDIwNzlMMTEuOTA5NSA3LjQyODc5SDEuOTA1NjZWOC41NzE2NUgxMS45MDk1TDcuOTAxODUgMTIuNTc5M0w4LjcxMDIzIDEzLjM4NzZaIiBmaWxsPSIjODM4MzgzIi8+CjwvZz4KPC9zdmc+Cg==";p();p();function os(){let e=new Date;return`${e.getFullYear()}-${e.getMonth()+1}-${e.getDate()}_${e.getHours()}-${e.getMinutes()}-${e.getSeconds()}`}p();function BA(e){let{t}=W(),{accessToken:n,id:r,listAllFiles:a}=e,[i,o]=K(!1);function s(u,l){u.preventDefault(),o(!0),new zr(n).delete(l).catch(c=>{on(t("delete"))}).then(()=>a()).finally(()=>o(!1))}return d("a",{href:"#",className:"secondary margin-left text-sm",onClick:u=>s(u,r),"aria-busy":i,children:t("delete")})}function sf(e){let{onClose:t,accessToken:n,authExpire:r}=e,{t:a}=W(),[i,o,s,u]=Ye(),[l,c]=K([]),[g,f]=K(!0),[m,h]=K(!1),[y,T]=K({});le(()=>{n&&x().then(()=>f(!1))},[n]);let b=v=>{v.target&&v.target.id==="immersive-translate-overlay"&&t()};function x(){return new zr(n).listAll().then(A=>{c(A)}).catch(A=>r())}function w(v){if(v.preventDefault(),l.length>=10)return on(a("maxBackupFiles",{count:10}));h(!0);let A="immersive-translate-config-"+os()+".json";new zr(n).uploadConfig(i,A).catch(D=>{on(a("uploadFail"))}).then(()=>x()).finally(()=>h(!1))}function L(v,A,D){v.preventDefault(),T({[D]:!0}),new zr(n).getConfig(A).then(S=>{o(()=>({...S})),lt(a("importSuccess"))}).catch(S=>{R.error(S),on(a("importFail"))}).finally(()=>T({}))}function M(v,A){new zr(n).getConfig(v).then(D=>{let S=document.createElement("a");S.setAttribute("href","data:text/plain;charset=utf-8,"+encodeURIComponent(JSON.stringify(D,null,2))),S.setAttribute("download",A),S.style.display="none",document.body.appendChild(S),S.click(),document.body.removeChild(S)}).catch(D=>{R.error("download google config file failed",D),on(a("downloadFail")+": "+D.message)})}function C(v){v.preventDefault(),o({...i,autoSync:!1}),Ha.revoke(n).then(()=>t())}return d("dialog",{id:"immersive-translate-overlay",onClick:b,open:!0,children:d("article",{class:"md:w-[32rem] px-4",children:[d("a",{href:"#",title:a("clickToDownload"),"aria-label":"Close",className:"close","data-target":"modal-example",onClick:v=>{v.preventDefault(),t()}}),d("h4",{children:a("syncTitle")}),d("div",{className:"mb-4",children:l.map((v,A)=>d("div",{class:"flex flex-wrap justify-between",children:[d("div",{class:"mr-2 mb-2",children:[d("div",{children:d("a",{href:"#",onClick:D=>{D.preventDefault(),M(v.id,v.name)},class:"block truncate w-40 sm:w-auto",children:v.name.replace("immersive-translate-","")})}),d("div",{class:"text-xs text-gray-500",children:[new Date(v.modifiedTime).toLocaleString(),",\xA0",du(parseInt(v.size))]})]}),d("div",{children:[d("a",{href:"#",role:"button",className:"margin-right secondary","aria-busy":y[A],disabled:y[A],onClick:D=>L(D,v.id,A),children:a("import_hint")}),d(BA,{accessToken:n,id:v.id,listAllFiles:x})]})]},"file"+A))}),d("div",{className:"flex items-center",children:[d("a",{href:"#",role:"button",className:"mr-4","data-target":"modal-example","aria-busy":m,onClick:w,disabled:g,children:a("create_new_backup")}),d("a",{href:"#",className:"secondary text-sm","data-target":"modal-example",onClick:C,disabled:g,children:a("revokeAuth")})]})]})})}p();p();function qr(e,t){return e.localeCompare(t,void 0,{numeric:!0,sensitivity:"base"})>=0}var we=oo([]);function Jt(e){let[t,n]=K(null);return le(()=>{yt().then(r=>{n(r),R.debug("current config",r)})},[]),le(()=>{yt().then(r=>{n(r)})},[e]),t}function Un(e){let[t,n]=K(null);return le(()=>{e&&yn({url:"http://localhost",config:e,state:{cache:!1}}).then(r=>n(r))},[e]),t}function qv(){let[e,t]=K(!1),n=Ir();return le(()=>{pe()&&(!n||n=="0.0.0"||qr(n,"0.9.0")||t(!0))},[n]),[e,t]}function fa(){let[e,t]=K(null);return le(()=>{Wt().then(r=>{t(r)})},[]),[e,r=>{t(r),Kt(r)}]}p();var ct=class extends pi{constructor(t){super(t),this.state={hasError:!1}}error;info;static getDerivedStateFromError(t){return{hasError:!0}}componentDidCatch(t,n){this.error=t,this.info=n}render(){return this.state.hasError?(R.error("ErrorBoundary",this.error,this.info),d(IA,{error:this.error,info:this.info})):this.props.children}};function IA({error:e,info:t}){let{t:n}=W(),r=location.protocol.includes("extension")&&location.href.includes("options.html");return d("div",{class:"error-boundary",children:[e?.message," ",JSON.stringify(t?.componentStack),d("div",{style:{marginTop:10},children:[n("error.configError"),d("a",{style:{marginLeft:6},href:r?location.href.replace(/#.+/,"#import_export"):"https://dash.immersivetranslate.com/#import_export",target:r?"":"_blank",children:n("error.goReset")})]})]})}var uf=R;function RA(){let[e,t]=K(null);return le(()=>{yt().then(n=>{t(n)})},[]),e}function cf(){let[e,t,n,r,a]=Ye(),i=RA(),{t:o,setLang:s}=W(),[u,l]=fa();if(!i)return null;return d(ct,{children:d("div",{class:"pb-4",children:[d(c,{}),d(g,{}),!wo()&&d(f,{}),d(m,{config:i})]})});function c(){let h=b=>{b.preventDefault(),confirm(o("confirmResetConfig"))&&(a({...Ri(),updatedAt:new Date().toISOString()}),Oa().catch(x=>{uf.error("clean local config error",x)}),Ra().catch(x=>{uf.error("clean buildin config error",x)}),ti().catch(x=>{uf.error("clean cache error",x)}),lt(o("resetSuccess")),setTimeout(()=>{window.location.reload()},500))},y=b=>{t(()=>({...b}))},T=b=>{b.preventDefault();let x=document.createElement("input");x.setAttribute("type","file"),x.setAttribute("accept","text/plain"),x.style.display="none",document.body.appendChild(x),x.oninput=w=>{let L=w.target,M=new FileReader;M.onload=function(){try{let C=JSON.parse(M.result);y(C),lt(o("successImportConfig"))}catch(C){on(`Invalid JSON ${C.message}`)}},M.readAsText(L.files[0])},x.click(),document.body.removeChild(x)};return d(xe,{children:[d("div",{class:"nav",children:d("strong",{class:"text-lg",children:o("import_export_title")})}),d("div",{class:"pb-2",children:[d("a",{class:"mr-2 secondary mb-2 !text-sm",onClick:T,href:"#",role:"button",children:[zA,o("import")]}),d("a",{href:"#",class:"secondary mr-2 mb-2 !text-sm",onClick:b=>{if(b.preventDefault(),wo()){let x=Le();window.location.href=x.OPTIONS_URL+"#download_config"}else{let x=new Blob([JSON.stringify(e,null,2)],{type:"text/plain;charset=utf-8"});fi.saveAs(x,"immersive-translate-config-"+os()+".txt")}},role:"button",children:[NA,o("export")]}),d("a",{href:"#",onClick:h,class:"secondary text-sm",children:o("reset")})]})]})}function g(){return d("details",{class:"mt-4 mb-6",children:[d("summary",{children:o("clickToExpandConfig")}),d("pre",{children:d("code",{children:JSON.stringify(e,null,2)})})]})}function f(){let[h,y]=K(!1),[T,b]=K(!1),[x,w]=K(!1),[L,M]=K("");le(()=>{if(tu()&&n){let P=localStorage.getItem(nu);if(localStorage.removeItem(nu),P){let O=globalThis.localStorage.getItem(bp);R.debug("import_export","rawAuthInfoStr",O);let z={},q={},I="";if(O){globalThis.localStorage.removeItem(bp);try{z=JSON.parse(O),q=z.state||{},I=z.access_token||""}catch(k){R.error("parse state error",k)}}if(I&&q&&(Ha.setAuthInfo({access_token:I}),R.debug("import_export","Google OAuth:",z),z)){let k=z.state;R.debug("state",k),k?.mode==="auto"?(b(!0),N(I)):(w(!0),D(I))}}}},[n]);function C(){b(!0),em({source:globalThis.location.href,mode:"auto"},!0).then(P=>{R.debug("import_export","Google OAuth:"+P),P!==null&&N(P)}).catch(P=>{P&&P.message==="tokenValidateErrorRedirectToAuthUrl"?R.debug("tokenValidateErrorRedirectToAuthUrl, ignore"):S(P)})}function v(){w(!0),y(!1),em({source:globalThis.location.href,mode:"manual"},!0).then(P=>{R.debug("import_export","Google OAuth:"+P),P!==null&&D(P)}).catch(P=>{P&&P.message==="tokenValidateErrorRedirectToAuthUrl"?R.debug("tokenValidateErrorRedirectToAuthUrl, ignore"):S(P)})}function A(){M(""),C()}function D(P){M(P),w(!1),y(!0)}function S(P){b(!1),w(!1),y(!1),t({...e,autoSync:!1}),R.error("import_export","Google OAuth error:"+P),on(o("authFail"))}function N(P){b(!0),R.debug("sync latest with drive",P,e),M(P),Xp(P,e,O=>{O.interfaceLanguage&&s(O.interfaceLanguage),a(O)},O=>l({...u,lastSyncedAt:O}),O=>t({...e,updatedAt:O}),O=>{O?lt(o("successSyncConfig")):lt(o("successSyncButNoChange"))},O=>on(o("syncFail")+O)).finally(()=>{b(!1)})}function F(P){t({...e,autoSync:P.checked}),P.checked&&C()}return d(xe,{children:[d("hgroup",{class:"my-2",children:[d("h5",{children:o("syncToCloud")}),d("h6",{class:"!text-sm",children:o("syncToCloudDescription")})]}),d("div",{children:[d("a",{className:"mr-4 secondary mb-2 !text-sm ",onClick:P=>{P.preventDefault(),C()},"aria-busy":T,href:"#",role:"button",children:[T?d(xe,{}):jv,o("syncToGoogleDrive")]}),d("a",{href:"#","aria-busy":x,onClick:P=>{P.preventDefault(),v()},class:"secondary text-sm",children:o("backupToCloud")})]}),d("div",{class:"text-xs text-gray-500",children:u?.lastSyncedAt&&o("lastSyncedAt",{date:new Date(u.lastSyncedAt).toLocaleString()})}),u?.lastSyncErrorMessage&&d("p",{class:"mt-2 text-xs text-red-500"}),h?d(sf,{onClose:()=>y(!1),authExpire:A,accessToken:L}):null]})}function m({config:h}){let y=Wv(),[T,b]=K(!1),[x,w]=K(""),[L,M]=K(""),[C,v]=K(null),{t:A}=W();if(!y||!y.token)return null;let D=Qt(y);async function S(){try{if(T)return;b(!0),M("");let P=await v0(y?.token,e,a),O="";switch(P){case"upload":{O=A("successSyncConfigToAccount");break}case"override":{O=A("successSyncConfigInAccount");break}default:O=A("syncConfigNoUpdate")}w(O)}catch(P){w(""),M(P.message)}finally{b(!1)}}let N=P=>{l({...u,proAutoSync:P})},F=u&&u.proAutoSync!==void 0?u.proAutoSync:!0;return d(xe,{children:[d("hgroup",{class:"my-2 mt-4",children:[d("h5",{children:A("syncToAccount")}),d("h6",{class:"!text-sm",children:A("syncToAccountDescription")})]}),D&&d("fieldset",{class:"my-4",children:d("label",{for:"switch",children:[d("input",{type:"checkbox",id:"enabled",name:"enabled",role:"switch",onChange:()=>{N(!F)},checked:F}),A("enableAutoSyncUserSettings")]})}),d("a",{className:"mr-4 secondary mb-2 !text-sm ",onClick:P=>{P.preventDefault(),S()},"aria-busy":T,href:"#",role:"button",children:[jv," ",A("syncToAccountButton")]}),L?d("p",{class:"text-xs text-red-500",children:L}):d("p",{class:"text-xs text-gray-500",children:x||u?.accountLastSyncedAt&&A("lastSyncedAt",{date:ly(u.accountLastSyncedAt)})})]})}}async function v0(e,t,n){try{if(t===null)return"noupdate";let r=await Wt();if(t.updatedAt){let s=new Date().getTime(),u=new Date(t.updatedAt).getTime();if(s-u<1e3)return await lf(e,t),await Kt(r),"upload"}let a=await Kv(e);r.accountLastSyncedAt=Date.now(),R.debug("settings",t),R.debug("local settings.updatedAt",t.updatedAt),R.debug("remote settings.updatedAt",a.updatedAt),R.debug("last synced at",r.accountLastSyncedAt);let i=!1;if(t.updatedAt&&(!a||!a.updatedAt)&&(i=!0),!i&&t.updatedAt>a.updatedAt&&(i=!0),R.debug("isUpload",i),i)return await lf(e,t),await Kt(r),"upload";let o=!1;return a.updatedAt&&(!t||!t.updatedAt)&&(o=!0),!o&&t.updatedAt{!n||!n.token||r&&r.proAutoSync===!1||OA(n)&&v0(n.token,e,t).then(i=>{R.debug("syncUserSetting result",i)})},[e,n])}function OA(e){return Qt(e)?!0:new Date(e.createTime){ot.get(bt,null).then(n=>{t(n)})},[t]),e}function Kv(e){return(location.href?.indexOf("popup.html")>0?Tr:de)({responseType:"json",url:Pi+"/v1/user/settings",method:"get",headers:{token:e}}).then(n=>n.data)}function lf(e,t){return(location.href?.indexOf("popup.html")>0?Tr:de)({responseType:"json",url:Pi+"/v1/user/settings",method:"post",headers:{token:e,"content-type":"application/json"},body:JSON.stringify(t)}).then(r=>r.data)}var jv=d("svg",{class:"inline mr-1",xmlns:"http://www.w3.org/2000/svg",width:"18",height:"18",viewBox:"0 0 24 24",children:d("path",{fill:"currentColor",d:"M15.375 19.25q-.525.25-.95-.038q-.425-.287-.425-.937q0-.25.163-.487q.162-.238.412-.363q1.575-.75 2.5-2.225T18 11.95q0-1.125-.425-2.188Q17.15 8.7 16.25 7.8L16 7.55V9q0 .425-.287.712Q15.425 10 15 10t-.712-.288Q14 9.425 14 9V5q0-.425.288-.713Q14.575 4 15 4h4q.425 0 .712.287Q20 4.575 20 5t-.288.713Q19.425 6 19 6h-1.75l.4.35q1.225 1.225 1.788 2.662Q20 10.45 20 11.95q0 2.4-1.25 4.362q-1.25 1.963-3.375 2.938ZM5 20q-.425 0-.713-.288Q4 19.425 4 19t.287-.712Q4.575 18 5 18h1.75l-.4-.35q-1.225-1.225-1.788-2.662Q4 13.55 4 12.05q0-2.4 1.25-4.363Q6.5 5.725 8.625 4.75q.525-.25.95.037q.425.288.425.938q0 .25-.162.487q-.163.238-.413.363q-1.575.75-2.5 2.225T6 12.05q0 1.125.425 2.187Q6.85 15.3 7.75 16.2l.25.25V15q0-.425.288-.713Q8.575 14 9 14t.713.287Q10 14.575 10 15v4q0 .425-.287.712Q9.425 20 9 20Z"})}),zA=d("svg",{class:"inline mr-1",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",width:"18",height:"18",children:[d("path",{fill:"none",d:"M0 0h24v24H0z"}),d("path",{d:"M3 19h18v2H3v-2zm10-5.828L19.071 7.1l1.414 1.414L12 17 3.515 8.515 4.929 7.1 11 13.17V2h2v11.172z"})]}),NA=d("svg",{class:"inline mr-1",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",width:"18",height:"18",children:[d("path",{fill:"none",d:"M0 0h24v24H0z"}),d("path",{d:"M3 19h18v2H3v-2zM13 5.828V17h-2V5.828L4.929 11.9l-1.414-1.414L12 2l8.485 8.485-1.414 1.414L13 5.83z"})]});p();var UA=({children:e,isOpen:t,closeModal:n})=>d("div",{style:{position:"fixed",top:"0",left:"0",width:"100%",height:"100%",background:"rgba(0, 0, 0, 0.5)",display:t?"block":"none"},children:d("div",{style:{position:"absolute",top:"50%",left:"50%",transform:"translate(-50%, -50%)",background:"white",padding:"30px",borderRadius:"5px",boxShadow:"0 2px 10px rgba(0, 0, 0, 0.2)"},children:e})}),Gv=UA;p();var df="Arial",gf=(e,t="a")=>{try{return typeof e!="string"||!document.createElement("canvas").getContext("2d")?!1:e.toLowerCase()===df.toLowerCase()?!0:Vv(df,t).join("")!==Vv(e,t).join("")}catch{return!1}};function Vv(e,t){let n=t.length*12,r=20,a=new Date().getTime(),i=document.createElement("canvas"),o=i.getContext("2d");if(!o)return[];i.width=n,i.height=r,o.textAlign="center",o.fillStyle="black",o.textBaseline="middle",o.clearRect(0,0,n,r),o.font="12px "+e+", "+df,o.fillText(t,n/2,r/2);let s=o.getImageData(0,0,n,r).data;return Array.from(s).filter(l=>l!==0)}p();p();function pf(e){let{t}=W(),{userConfig:n,isProUser:r,currentProvider:a,provider:i,onChange:o}=e,s=t(i.descriptionKey,{1:i.descriptionLink1,2:i.descriptionLink2});return!r&&i.descriptionKeyForNormal&&(s=t(i.descriptionKeyForNormal,{1:i.descriptionLink1,2:i.descriptionLink2})),(!n||da(n))&&!r&&i.name=="pro"?null:d("label",{class:"pro-radio-label",for:i.name,children:[d("div",{class:"pro-input-radio",children:d("input",{type:"radio",id:i.name,name:i.name,value:i.name,onClick:o,checked:i.name===a})}),d("div",{class:"pl-4",children:[d("div",{class:"pro-radio-title",children:t(i.nameKey)}),d("small",{class:"pro-radio-desc muted",dangerouslySetInnerHTML:{__html:s}})]})]})}function ni({config:e,ctx:t,serviceType:n,title:r,description:a}){let{t:i}=W(),o=Ge(),[s,u]=K(!1),[l,c]=K(""),[g,f]=K(""),[m,h]=K(null),[y,T]=K(null),[b,x,w,L,M]=Me(we),C=B=>{x(H=>{let j={...H,[n]:B};return n==="translationService"&&(j.translationServiceChangedbyUserAt=new Date().toISOString()),j})},v=t&&Mi(t,n)||[],A=ze(()=>{if(e&&t){let{translationServices:B}=e,H=t[n],j=B?.[H];return j?{...j}:{}}return null},[e,t]),D=ze(()=>{if(e&&t){let B=t[n];if(nr[B])return _o(n,B,t)}return null},[e,t]);if(le(()=>{ot.get(bt,null).then(B=>{B?(h(B),T(Qt(B))):T(!1)}).catch(B=>{T(!1)})},[]),y===null)return null;let S=!!D?.providers?.length||!!D?.explicitProps?.length||!!D?.optionalProps?.length;return d(xe,{children:[d("div",{class:"nav",children:[d(Ae,{title:r||i("service"),description:a||i("select translation service")}),d(F,{})]}),d(P,{}),d(O,{}),S&&d("article",{children:[d(z,{}),d(q,{}),d(I,{}),d(N,{}),k(),_()]})]});function N(){return D?.id=="gemini"?D.config.disableWarning?null:d("div",{class:"description py-2",children:i("geminiWarning")}):null}function F(){return d("select",{class:"select",onChange:B=>{B.preventDefault(),c(""),f(""),C(B.target.value)},children:v.map((B,H)=>d("option",{value:B.id,selected:B.id===t?.config?.[n],children:`${i("translationServices."+B.id)}${B.ok?"":" "+(!y&&!o&&B.providers&&B.providers.length>0?i("needLoginAction"):i("needActionForOptions"))}`},"service-item="+H))})}function P(){return l?d("p",{class:"verified text-red-500 mr-2",dangerouslySetInnerHTML:{__html:l}}):null}function O(){return!A||!D?null:d("div",{class:"text-right text-sm",children:[g&&d("span",{class:"verified text-green-500 mr-2",children:i("verified")}),d("a",{"aria-busy":s,href:"#",class:"secondary",onClick:async B=>{B.preventDefault();try{c(""),f(""),u(!0),await xn(500);let H=D.class;H&&H.clearState&&await H.clearState(),await Nr({id:1e6,text:"Hello world",from:"en",to:"zh-CN",url:"https://google.com",fromByClient:"auto",refresh:!0},{...t,translationService:D.id,rule:{...t?.rule,paragraphMinTextCount:1}}),f("verified")}catch(H){let j=H.message;try{j=H?.uiConfig?.(t)?.errMsg||H.message}catch{}c(j)}finally{u(!1)}},children:i("verifyService")})]})}function z(){return D?.providers?.length?d("fieldset",{children:[d("legend",{class:"mb-4",children:i("chooseProviderLabel")}),D.providers.map((B,H)=>d(pf,{userConfig:e,isProUser:!!y,provider:B,currentProvider:D.currentProvider,onChange:j=>{j.preventDefault();let V=j.target.value;V&&x(ie=>{let te=ie.translationServices||{},J=te[D.id]||{};return{...ie,translationServices:{...te,[D.id]:{...J,provider:V}}}})}}))]}):null}function q(){return D?.titleKey?d("div",{class:"description pb-1",dangerouslySetInnerHTML:{__html:at.sanitize(i(D?.titleKey),{ALLOWED_ATTR:["href","target"]})}}):null}function I(){return!D?.docUrl||D.providers.length?null:d("div",{children:[d("a",{target:"_blank",class:"pb-1 docUrl",href:D.homepage,children:i(`translationServices.${D.id}`)}),"\xA0",d("span",{class:"description pb-1",children:i("please refer to")}),"\xA0",d("a",{target:"_blank",class:"pb-1 docUrl",href:D.docUrl,children:i("KeyAndConfigurationTutorial")})]})}function k(){return!A||!e||!D?.explicitProps?.length?null:d(xe,{children:D.explicitProps.map((B,H)=>d("div",{class:"mt-2",children:d(is,{config:e,isProUser:!!y,currentProvider:D.currentProvider,service:D?.id,field:B,value:A[B.name],onChange:j=>{x(G=>{let V=G.translationServices||{},ie=V[D.id]||{};return{...G,translationServices:{...V,[D.id]:{...ie,[B.name]:j}}}})},onFinish:()=>{lt(i("saved"))}},B.name+D.id)},"service-item-prop-"+B.name+H))})}function _(){return!A||!e||!D?.optionalProps?.length?null:d(xe,{children:d("details",{class:"pt-4 border-none",children:[d("summary",{style:{lineHeight:"1rem"},children:[i("moreOptions"),"\xA0\u{1F449}"]}),d("div",{children:D.optionalProps.map((B,H)=>{let j=A[B.name];return B.name==="apiUrl"&&D?.id==="openai"&&A?.APIKEY?.startsWith("immersiveopenai_")&&(B={...B,disabled:!0},j="https://openai-api.immersivetranslate.com/v1/chat/completions"),B.name=="placeholderDelimiters"&&(B.default=A.placeholderDelimiters||B.default),d("div",{class:"mt-2",children:d(is,{config:e,service:D?.id,field:B,value:j,onChange:G=>{x(V=>{let ie=V.translationServices||{},te=ie[D.id]||{};return{...V,translationServices:{...ie,[D.id]:{...te,[B.name]:G}}}})},onFinish:()=>{lt(i("saved"))}},B.name+D.id)},"service-item-optional-prop-"+B.name+H)})}),d("a",{href:"#",class:"secondary text-sm mt-2",onClick:B=>{B.preventDefault(),window.confirm(i("confirmResetToDefaultSettings"))&&(x(j=>{let G=j.translationServices||{};return{...j,translationServices:{...G,[D.id]:{}}}}),setTimeout(()=>{window.location.reload()},100))},children:i("resetToDefaultSettings")})]})})}}var qA=Object.keys(Uo),Yv=Nc();function S0(){let e=Ye(),[t,n,r,a,i]=e,o=Jt(t),s=Un(o);Ct(t,n);let[u,l]=qv();return le(()=>()=>{Ut.unbind("esc")},[]),!o||!s?d("div",{children:"loading"}):d(ct,{children:d(we.Provider,{value:e,children:[d(jA,{}),d(QA,{config:o}),d(KA,{config:o}),d(ni,{config:o,ctx:s,serviceType:"translationService"}),d(HA,{config:o}),d(GA,{config:o}),d(VA,{config:o}),d($A,{config:o}),d(YA,{config:o}),d(WA,{config:o,ctx:s}),d(Gv,{isOpen:u,closeModal:()=>l(!0),children:["\u5F53\u524D\u6C89\u6D78\u5F0F\u63D2\u4EF6\u592A\u65E7\uFF0C\u70B9\u6B64\u5347\u7EA7\u81F3",d("a",{href:"https://download.immersivetranslate.com/immersive-translate.user.js",target:"_blank",children:"\u6700\u65B0\u7248"})]})]})})}function jA(){let[e,t,n,r,a]=Me(we),{t:i}=W(),o=s=>{s.preventDefault(),confirm(i("confirmResetConfig"))&&(a({...Ri(),updatedAt:new Date().toISOString()}),Oa().catch(u=>{R.error("clean local config error",u)}),Ra().catch(u=>{R.error("clean buildin config error",u)}),ti().catch(u=>{R.error("clean cache error",u)}),lt(i("resetSuccess")),setTimeout(()=>{window.location.reload()},500))};return d("div",{class:"nav",children:[d("strong",{class:"text-lg",children:i("general")}),d("a",{class:"text-sm",href:"#",onClick:o,children:i("reset")})]})}function HA({config:e}){let[t,n,r,a,i]=Me(we),{t:o,setLang:s}=W(),u=l=>{n(c=>({...c,interfaceLanguage:l}))};return d("div",{class:"nav",children:[d(Ae,{title:o("interface language"),description:o("desc.interfaceLanguage")}),d("select",{class:"select",onChange:l=>{s(l.target.value),u(l.target.value),pe()||setTimeout(()=>{jc()},200)},children:qA.map((l,c)=>d("option",{value:l,selected:l===e.interfaceLanguage,children:Zt(l,e.interfaceLanguage,!0)},"locale"+c))})]})}function WA({config:e,ctx:t}){let{t:n}=W(),[r,a]=K(0),[i,o]=K(""),[s,u]=K(!1),l=Ye(),c=(w,L,M)=>{u(!s),h(C=>{let v=C.translationThemePatterns||{},A=v[L]||{},D=A.matches||[],S=[...D];return M==="edit"&&(S=Ht(i,D)),S=zn(w,S),{...C,translationThemePatterns:{...v,[L]:{...A,matches:S}}}})},g=(w,L)=>{h(M=>{let C=M.translationThemePatterns||{},v=C[L]||{},D=[...v.matches||[]];return w.forEach(S=>{D=Ht(S,D)}),{...M,translationThemePatterns:{...C,[L]:{...v,matches:D}}}})},f=(w,L,M)=>{u(!s),o(w),a(M)},[m,h,y,T,b]=l,x=w=>{h(L=>{let M={matches:[],excludeMatches:[]};return L&&L.translationThemePatterns&&L.translationThemePatterns[w]&&(M=L.translationThemePatterns[w]),Ui(document,w,M,L.selectTranslationFont),{...L,translationTheme:w}})};return d("div",{children:[d("div",{class:"nav",children:[d(Ae,{title:n("translation display"),description:n("select diplay style")}),d("select",{class:"select",onChange:w=>{x(w.target.value)},children:Cp.map((w,L)=>d("option",{value:w,selected:w===e.translationTheme,children:n(`translationTheme.${w}`)},"theme"+L))})]}),d("div",{class:"pt-2 text-sm",children:d("p",{children:[n("sampleSourceText"),d("div",{class:"pt-2"}),d("font",{class:jo(e.translationTheme,!1,[],!1).join(" "),children:d("font",{class:Ho(e.translationTheme).join(" "),children:n("sampleTargetText")})}),e.translationTheme&&ff(e.translationTheme).length>0?d("details",{class:"pt-2 border-none",children:[d("summary",{class:"text-sm",style:{textAlign:"right",lineHeight:"1rem"},children:n("customTheme")}),d("div",{class:"flex flex-col items-end",children:[ff(e.translationTheme).map((w,L)=>{w.label=n(`customThemeLabel.${w.name}`);let M=e.translationThemePatterns||{},C=e.translationTheme,v=M[C]||{},A=`theme-${C}-${w.name}`,D=Oy(A)||void 0,S=v[w.name]||D;return d(is,{config:e,field:w,value:S,onChange:N=>{h(F=>{let P=F.translationThemePatterns||{},z={...P[e.translationTheme]||{},[w.name]:N},q={...F,translationThemePatterns:{...P,[e.translationTheme]:z}};return Ui(document,e.translationTheme,z,F.selectTranslationFont),q})}},"theme-prop"+L)}),d("a",{href:"#",class:"text-sm secondary",onClick:w=>{w.preventDefault(),h(L=>{let M=L.translationThemePatterns||{},C={...M[e.translationTheme]};ff(e.translationTheme).forEach(A=>{delete C[A.name]});let v={...L,translationThemePatterns:{...M,[e.translationTheme]:C}};return Ui(document,e.translationTheme,{matches:[],excludeMatches:[]},e.selectTranslationFont,!0),v})},children:n("resetToDefaultColor")})]})]}):null,d(nk,{config:e}),d("details",{class:"pt-2 border-none",children:[d("summary",{class:"text-sm",style:{textAlign:"right",lineHeight:"1rem"},children:n("previewAllThemes")}),Cp.map((w,L)=>d("div",{class:"pt-2",children:d("label",{children:[d("div",{class:"flex justify-between",children:d("div",{children:[d("input",{type:"radio",name:"theme",value:w,checked:w===e.translationTheme,onChange:M=>{x(M.target.value)}}),n(`translationTheme.${w}`)]})}),d("p",{children:d("font",{class:jo(w,!1,[],!1).join(" "),children:d("font",{class:Ho(w).join(" "),children:n("sampleTargetText")})})})]})},"theme-index-"+L))]})]})}),d("div",{class:"nav",children:[d(Ae,{title:"",description:n("useAboveStyleForTheseSites",{theme:n(`translationTheme.${e.translationTheme}`)})}),d("div",{class:"nav-right",children:d("a",{href:"#",role:"button",class:"add-button secondary outline",onClick:w=>{w.preventDefault(),u(!s)},children:n("add")})})]}),s?d(ma,{toggleModal:w=>{w.preventDefault(),u(!s)},onAddInterfaceUrl:(w,L)=>{c(w,e.translationTheme,L)},urlValue:i,index:r}):null,d(ei,{urls:tk(e),type:"matches",onDeleteUrl:w=>{g(w,e.translationTheme)},onEditUrl:f})]})}function KA({config:e}){let[t,n,r,a,i]=Me(we),{t:o}=W();if(!e)return null;let s=l=>{n(c=>({...c,targetLanguage:l}))},u=Xa(e.translationService,e.targetLanguage);return d("div",{class:"nav",children:[d(Ae,{title:o("target"),description:o("translate other languages into specific language")}),d("select",{class:"select",onChange:l=>{l.preventDefault(),s(l.target.value)},children:u.filter(l=>l!=="auto").map((l,c)=>d("option",{value:l,selected:l===e?.targetLanguage,children:Zt(l,e?.interfaceLanguage)},"language"+c))})]})}function GA({config:e}){let{t}=W(),[n,r,a,i,o]=Me(we),{handleTranslationLanguagePatternSelected:s}=Qv(r),u=(l,c)=>{s(l?"matches":void 0,c)};return d(Uu,{title:t("always languages"),description:t("always translate the following languages"),languages:Yv,selectLanguages:e?.translationLanguagePattern?.matches||[],interfaceLanguage:e?.interfaceLanguage,onChange:u})}function VA({config:e}){let{t}=W(),[n,r,a,i,o]=Me(we),{handleTranslationLanguagePatternSelected:s}=Qv(r),u=(l,c)=>{s(l?"excludeMatches":void 0,c)};return d(Uu,{title:t("neverTranslateLanguagesLabel"),description:t("neverTranslateTheFollowingLanguagesDescription"),languages:Yv,selectLanguages:e?.translationLanguagePattern?.excludeMatches||[],interfaceLanguage:e?.interfaceLanguage,onChange:u})}function $A({config:e}){let{t}=W(),[n,r,a,i,o]=Me(we),s=(l,c,g,f)=>{r(m=>{let h=m.translationUrlPattern,y=[],T=[];h&&h.matches&&h.excludeMatches&&(y=h.matches,T=h.excludeMatches);let b=[...y],x=[...T];if(f==="edit"){if(!b[c])return m;b[c]=l}return b=zn(l,b),x=Ht(l,T),{...m,isChangedAlwaysTranslatedUrls:!0,translationUrlPattern:{...m.translationUrlPattern,matches:b,excludeMatches:x}}})},u=async(l,c)=>{if(l&&l.length>0){let g=await Wt();for(let f of l){let m=f,h=g.tempTranslationUrlMatches||[],y=h.filter(b=>b.match!==m),T=!1;y.length!==h.length&&(T=!0),T&&Kt({...g,tempTranslationUrlMatches:[...y]})}}r(g=>{let f=g.translationUrlPattern,m=[];f&&f.matches&&(m=f.matches);let h=[...m];return l.forEach(y=>{h=Ht(y,h)}),{...g,isChangedAlwaysTranslatedUrls:!0,translationUrlPattern:{...g.translationUrlPattern,[c]:h}}})};return d(qu,{title:t("always sites"),description:t("always translate the following sites"),onDeleteUrl:u,onSubmitAddUrl:s,urls:e?.translationUrlPattern.matches||[],type:"matches"})}function YA({config:e}){let{t}=W(),[n,r,a,i,o]=Me(we),s=(l,c,g,f)=>{r(m=>{let h=m.translationUrlPattern,y=[],T=[];h&&h.matches&&h.excludeMatches&&(y=h.matches,T=h.excludeMatches);let b=[...y],x=[...T];return f==="edit"&&(x[c]=l),b=Ht(l,y),x=zn(l,x),{...m,isChangedAlwaysTranslatedUrls:!0,translationUrlPattern:{...m.translationUrlPattern,matches:b,excludeMatches:x}}})},u=(l,c)=>{r(g=>{let f=g.translationUrlPattern,m=[];f&&f.excludeMatches&&(m=f.excludeMatches);let h=[...m];return l.forEach(y=>{h=Ht(y,h)}),{...g,isChangedAlwaysTranslatedUrls:!0,translationUrlPattern:{...g.translationUrlPattern,[c]:h}}})};return d(qu,{title:t("never sites"),description:t("never translate the following sites"),urls:e?.translationUrlPattern.excludeMatches||[],onDeleteUrl:u,onSubmitAddUrl:s,type:"excludeMatches"})}function Qv(e){return{handleTranslationLanguagePatternSelected:qe((n,r)=>{if(!n){e(o=>{let s={...o.translationLanguagePattern};return{...o,translationLanguagePattern:{...o.translationLanguagePattern,matches:Ht(r,s.matches),excludeMatches:Ht(r,s.excludeMatches)}}});return}let a=n,i=a==="matches"?"excludeMatches":"matches";r&&e(o=>{let s={...o.translationLanguagePattern};return s[a]=zn(r,s[a]),s[i]=Ht(r,s[i]),{...o,translationLanguagePattern:{...o.translationLanguagePattern,...s}}})},[e])}}var mf=0,bf;async function Zv(e){if(mf>60*10)return null;mf++,ot.refresh(),await xn(300);let t=await ot.get(bt,null);R.debug("loopCheckUser",mf,t),t?(clearTimeout(bf),e(t)):bf=setTimeout(Zv.bind(null,e),1500)}function $v(e){let{user:t,lang:n}=e,r=Ge(),a=t&&t.email==="test@immersivetranslate.com",{t:i}=W();if(t&&t.subscription&&t.subscription.subscriptionStatus=="active"){let o=t,s=o.subscription,u=ek(s.subscriptionTo),l=s.subscriptionType,c=l.startsWith("onetime_"),g=!c&&s.cancelAtPeriodEnd!="true",f="";if(g){let m="";s.isTrial&&(m=i("autoRenewTrialSuffix")),f=i("currentPlanDescriptionForContinuous",{plan:`${i(l)}${m}`,endAt:u})}else c?f=i("currentPlanDescriptionForOneTime",{plan:i(l),endAt:u,1:"https://immersivetranslate.com/accounts/upgrade?type=year&lng="+n,2:"https://immersivetranslate.com/accounts/upgrade?type=month&lng="+n}):F1(o)?f=i("currentYearlyPlanDescriptionForAutoRenewCacelingWithRealPaiedUser",{plan:i(l+"ForOnce"),endAt:u,1:"https://immersivetranslate.com/billing"}):l==="yearly"||l==="year"?f=i("currentYearlyPlanDescriptionForAutoRenewCacelingWithAdmin",{plan:i(l+"ForOnce"),endAt:u,1:"https://immersivetranslate.com/accounts/upgrade?type=year&lng="+n}):f=i("currentPlanDescriptionForAutoRenewCaceling",{plan:i(l+"ForOnce"),endAt:u});return d("span",{class:"info-subtitle",dangerouslySetInnerHTML:{__html:f}})}else return d("span",{class:"info-subtitle",children:r||a?"":i("currentPlanDescriptionForFree")})}function QA({config:e}){let{t}=W(),n=Ge(),[r,a]=K(null),i=!!e.showSponsorOnSafari,[o,s,u,l,c]=Me(we),g=e.interfaceLanguage;le(()=>(ot.get(bt,null).then(y=>{y&&(a(y),ZA(y.token).then(T=>{let b=T.data;b.token=y.token,ot.set(bt,b),a(b)}).catch(T=>{bu(T),a(null)}))}),()=>{clearTimeout(bf)}),[]);let f=qe(y=>{y&&y.preventDefault&&y.preventDefault(),r?.token&&JA(r.token).finally(async()=>{await ot.remove(bt),await xn(200),await ot.refresh(),a(null)})},[r]),m=qe(async y=>{y&&y.preventDefault&&y.preventDefault(),XA(Sc),await ot.set(lu,!0),Zv(T=>{v0(T.token,o,s),a(T),yf?.close(),window.location.reload()})},[a]),h=r?.avatar||Ov;return r?!r.subscription||r.subscription.subscriptionStatus!="active"?da(e)?null:d("div",{children:[d("div",{class:"title",children:t("currentAccount")}),d("article",{class:"header nav",style:"padding:16px 16px",children:[d("div",{class:"info",style:"margin-left:0",children:[d("span",{class:"info-title",title:r.email,children:r.email}),d($v,{user:r,lang:g})]}),d("div",{class:"ops",children:[d("a",{class:n&&i===!1?"!hidden":"",style:{display:"flex",flexDirection:"row",alignItems:"center",marginRight:"24px"},href:`${Fa}?utm_campaign=extension_settings_general&from=${n?"safari":"extension"}`,children:[t("openPremium"),d("img",{width:24,height:24,style:{width:"24px",height:"24px"},src:ju})]}),d("div",{class:"",children:d("a",{href:`${Li}?utm_campaign=extension_settings_general&from=${n?"safari":"extension"}`,children:t("manageAccount")})}),d("div",{class:"",children:d("a",{href:"#",onClick:f,children:t("logout")})})]})]})]}):d("div",{class:"",children:[d("div",{class:"title",children:t("currentAccount")}),d("article",{class:"header nav",style:"padding:16px 16px",children:[d("div",{class:"info",style:"margin-left:0",children:[d("div",{className:"flex",children:[d("span",{class:"info-title info-primary",children:r.userName}),d("img",{width:24,height:24,style:{width:"24px",height:"24px",marginLeft:"4px"},src:ju})]}),d($v,{user:r,lang:g})]}),d("div",{class:"",children:d("a",{href:Li,children:t("manageAccount")})}),d("div",{class:"",children:d("a",{href:"#",onClick:f,children:t("logout")})})]})]}):da(e)?null:d("div",{class:"header nav",children:[d("img",{src:h}),d("div",{class:"info",children:d("span",{class:"info-subtitle",children:t("nologin")})}),d("a",{class:"py-4",href:"#",onClick:m,children:t(n?"loginForSafari":"login")})]})}var Jv=Pi;function ZA(e){return de({responseType:"json",url:Jv+"/v1/user",method:"get",headers:{token:e}})}function JA(e){return de({responseType:"json",url:Jv+"/v1/user/logout",method:"delete",headers:{token:e}})}var yf=null;function XA(e){let r=screen.width/2-230,a=screen.height/2-640/2;return yf=window.open(e,"loginWindow",`toolbar=no, location=no, directories=no, status=no, menubar=no, scrollbars=no, resizable=no, copyhistory=no,left=${r},top=${a},width=460,height=640,chrome=yes,centerscreen=yes`),yf}function ek(e){let t=new Date(e),n=t.getFullYear(),r=String(t.getMonth()+1).padStart(2,"0"),a=String(t.getDate()).padStart(2,"0");return`${n}-${r}-${a}`}function ff(e){let t=[];return uu[e]&&(t=t.concat(uu[e])),t.push({name:"textColor",type:"color",required:!1}),t.push({name:"zoom",type:"number",default:100,required:!1}),t}function tk(e){let t=e.translationTheme;return!e.translationThemePatterns[t]||!e.translationThemePatterns[t].matches?[]:[...e.translationThemePatterns[t].matches]}var hf="";function nk({config:e}){let{t}=W(),[n,r]=K(!1);return d("details",{class:"pt-2 border-none",onToggle:a=>{r(a.target?.open)},children:[d("summary",{class:"text-sm",style:{textAlign:"right",lineHeight:"1rem"},children:t("translationFont")}),d(rk,{config:e,isOpen:n})]})}function rk({config:e,isOpen:t}){let{t:n}=W(),[r,a]=K([]),[i,o]=K(!1);le(()=>{if(!t||r.length)return;let m=e.translationFonts.filter(y=>gf(y,n("sampleTargetText").charAt(0)+"a"));m.length&&m.unshift("none");let h=e.selectTranslationFont&&!m.find(y=>y===e.selectTranslationFont);(!m.length||h)&&o(!0),a(m)},[e.translationFonts,t,r,a]);let[s,u,l,c,g]=Me(we),f=m=>{m!==hf&&!gf(m,n("sampleTargetText").charAt(0)+"a")&&on(n("translationFont.notSupportErrorMessage")),u(h=>{let y=e.translationTheme,T={matches:[],excludeMatches:[]};return h&&y&&h.translationThemePatterns&&h.translationThemePatterns[y]&&(T=h.translationThemePatterns[y]),Ui(document,y,T,m),{...h,selectTranslationFont:m}})};return d("div",{class:"flex items-center justify-end",children:[r.length?d("label",{for:"translationFont.custom",class:"text-sm mr-2",onClick:()=>{o(!i),i&&(r.find(h=>h===e.selectTranslationFont)||f(hf))},children:[d("input",{type:"checkbox",id:"translationFont.custom",name:"translationFont.custom",checked:i}),n("translationFont.custom")]}):null,i?d("input",{style:{maxWidth:196},placeholder:n("translationFont.customPlaceholder"),value:e?.selectTranslationFont,onChange:m=>f(m.target.value)}):d("select",{class:"select",style:{maxWidth:196,flex:"unset"},onChange:m=>{f(m.target.value)},children:r.map((m,h)=>{let y=n(`font.${m}`);y.startsWith("font.")&&(y=m);let T=m=="none"?hf:m;return d("option",{value:T,selected:m===e?.selectTranslationFont,children:y},"locale"+h)})})]})}p();var Ln={};vc.forEach(e=>{e.labelKey&&(Ln[e.key]=e.labelKey)});function Tf(){let e=Ye(),[t,n,r,a,i]=e;Ct(t,n);let[o,s]=K(null),{t:u}=W();if(le(()=>{yt().then(c=>{yn({config:c,url:globalThis.location.href}).then(g=>{s(g)})})},[t]),!o)return d("div",{children:"loading"});let l=o.config;return d(ct,{children:d(we.Provider,{value:e,children:[d("div",{class:"nav",children:d("strong",{class:"text-lg",children:u("inputOptions")})}),d(ak,{config:l}),d(ik,{config:l}),d(ok,{config:l}),d(ni,{config:l,ctx:o,serviceType:"inputTranslationService"}),d(sk,{config:l}),d(uk,{config:l}),d(ck,{config:l}),d(lk,{config:l})]})})}function ak({config:e}){let[t,n,r,a,i]=Me(we),{t:o}=W();return e?d(xe,{children:[d("details",{class:"mt-3",open:!0,children:[d("summary",{children:[o("clickToSeeQuickDemo")," \u{1F447}\u{1F447}"]}),d("video",{controls:!0,autoPlay:!0,src:"https://s.immersivetranslate.com/videos/immpersive-translate-input-translation-demo-202307044.mp4"})]}),d("div",{class:"nav",children:[d(Ae,{title:o("enableInputTranslation"),description:e.enableInputTranslationWithoutTriggerKey?o("enableInputTranslationDescriptionForNoneKey",{inputTargetLanguage:Zt(e.inputTargetLanguage,e.interfaceLanguage),trailingKey:Ln[e.inputTrailingTriggerKey]?o(Ln[e.inputTrailingTriggerKey]):e.inputTrailingTriggerKey,inputTrailingTriggerKeyRepeatTimes:e.inputTrailingTriggerKeyRepeatTimes}):o("enableInputTranslationDescription",{inputTargetLanguage:Zt(e.inputTargetLanguage,e.interfaceLanguage),startingKey:Ln[e.inputStartingTriggerKey]?o(Ln[e.inputStartingTriggerKey]):e.inputStartingTriggerKey,trailingKey:Ln[e.inputTrailingTriggerKey]?o(Ln[e.inputTrailingTriggerKey]):e.inputTrailingTriggerKey,inputTrailingTriggerKeyRepeatTimes:e.inputTrailingTriggerKeyRepeatTimes})}),d("label",{for:"enableInputTranslation",children:d("input",{type:"checkbox",id:"enableInputTranslation",name:"switch",role:"switch",onChange:s=>{let u=s.target.checked;n(l=>({...l,enableInputTranslation:!!u}))},checked:e.enableInputTranslation})})]})]}):null}function ik({config:e}){let[t,n,r,a,i]=Me(we),{t:o}=W(),s=l=>{n(c=>({...c,inputTargetLanguage:l}))};if(!e)return null;let u=Xa(e.translationService,e.targetLanguage);return d("div",{class:"nav",children:[d(Ae,{title:o("inputTargetLanguage"),description:e.enableInputTranslationWithoutTriggerKey?o("inputTargetLanguageDescriptionForNoneKey"):o("inputTargetLanguageDescription",{startingKey:Ln[e.inputStartingTriggerKey]?o(Ln[e.inputStartingTriggerKey]):e.inputStartingTriggerKey})}),d("select",{class:"select",onChange:l=>{l.preventDefault(),s(l.target.value)},children:u.filter(l=>l!=="auto").map((l,c)=>d("option",{value:l,selected:l===e.inputTargetLanguage,children:Zt(l,e.interfaceLanguage)},"language"+c))})]})}function ok({config:e}){let[t,n,r,a,i]=Me(we),{t:o}=W();return e?d("div",{class:"nav",children:[d(Ae,{title:o("enableInputTranslationWithoutTriggerKeyTitle",{trailingKey:Ln[e.inputTrailingTriggerKey]?o(Ln[e.inputTrailingTriggerKey]):e.inputTrailingTriggerKey,inputTargetLanguage:Zt(e.inputTargetLanguage,e.interfaceLanguage)}),description:""}),d("label",{for:"enableInputTranslation",children:d("input",{type:"checkbox",id:"enableInputTranslation",name:"switch",role:"switch",onChange:s=>{let u=s.target.checked;n(l=>({...l,enableInputTranslationWithoutTriggerKey:!!u}))},checked:e.enableInputTranslationWithoutTriggerKey})})]}):null}function sk({config:e}){let[t,n,r,a,i]=Me(we),{t:o}=W(),s=u=>{n(l=>({...l,inputStartingTriggerKey:u}))};return e?d("div",{class:"nav",children:[d(Ae,{title:o("inputStartingTriggerKeyTitle"),description:e.inputStartingTriggerKey==="none"?o("inputStartingTriggerKeyDescriptionForNoneKey"):o("inputStartingTriggerKeyDescription",{startingKey:Ln[e.inputStartingTriggerKey]?o(Ln[e.inputStartingTriggerKey]):e.inputStartingTriggerKey})}),d("select",{class:"select",onChange:u=>{u.preventDefault(),s(u.target.value)},children:vc.filter(u=>u.skipForStarting!==!0).map((u,l)=>d("option",{value:u.key,selected:u.key===e.inputStartingTriggerKey,children:u.labelKey?o(u.labelKey):u.key},"startingkey-"+l))})]}):null}function uk({config:e}){let[t,n,r,a,i]=Me(we),{t:o}=W(),s=u=>{n(l=>({...l,inputTrailingTriggerKey:u}))};return e?d(xe,{children:[d("div",{class:"nav",children:[d(Ae,{title:o("inputTrailingTriggerKeyTitle"),description:o("inputTrailingTriggerKeyDescription",{trailingKey:Ln[e.inputTrailingTriggerKey]?o(Ln[e.inputTrailingTriggerKey]):e.inputTrailingTriggerKey})}),d("select",{class:"select",onChange:u=>{u.preventDefault(),s(u.target.value)},children:vc.filter(u=>u.skipForTrailing!==!0).map((u,l)=>d("option",{value:u.key,selected:u.key===e.inputTrailingTriggerKey,children:u.labelKey?o(u.labelKey):u.key},"startingkey-"+l))})]}),d("blockquote",{class:"text-sm",dangerouslySetInnerHTML:{__html:o("inputHelperInfo",{1:"https://immersivetranslate.com/docs/input/"})}})]}):null}function lk({config:e}){let[t,n,r,a,i]=Me(we),{t:o}=W(),[s,u]=K(!1),l=b=>{u(!s)},[c,g]=K(0),[f,m]=K(""),h=(b,x,w,L)=>{l(w),n(M=>{let C=M.inputTranslationUrlPattern,v=[],A=[];C&&C.matches&&C.excludeMatches&&(v=C.matches,A=C.excludeMatches);let D=[...v],S=[...A];return L==="edit"&&(w==="matches"?D[x]=b:S[x]=b),w==="matches"?(D=zn(b,D),S=Ht(b,A)):(D=Ht(b,v),S=zn(b,S)),{...M,inputTranslationUrlPattern:{...M.inputTranslationUrlPattern,matches:D,excludeMatches:S}}})},y=(b,x)=>{n(w=>{let L=w.inputTranslationUrlPattern,M=[];x==="matches"?L&&L.matches&&(M=L.matches):L&&L.excludeMatches&&(M=L.excludeMatches);let C=[...M];return b.forEach(v=>{C=Ht(v,C)}),{...w,inputTranslationUrlPattern:{...w.inputTranslationUrlPattern,[x]:C}}})},T=(b,x,w)=>{l(x),m(b),g(w)};return e?d(xe,{children:[d("div",{class:"nav",children:[d(Ae,{title:o("inputTranslationBlockUrlsTitle"),description:o("inputTranslationBlockUrlsDescription")}),d("div",{class:"nav-right",children:d("a",{href:"#",role:"button",class:"add-button secondary outline",onClick:b=>{b.preventDefault(),l("excludeMatches")},children:o("add")})}),s?d(ma,{toggleModal:b=>{b.preventDefault(),l("excludeMatches")},onSubmitAddUrl:h,type:"excludeMatches",urlValue:f,index:c}):null]}),d(ei,{urls:e.inputTranslationUrlPattern.excludeMatches,type:"excludeMatches",onDeleteUrl:y,onEditUrl:T})]}):null}function ck({config:e}){let[t,n,r,a,i]=Me(we),{t:o}=W();if(!e)return null;let s=()=>ut().any?e.inputTrailingMobileTriggerKeyTimeout:e.inputTrailingTriggerKeyTimeout,u=l=>{n(c=>ut().any?{...c,inputTrailingMobileTriggerKeyTimeout:l}:{...c,inputTrailingTriggerKeyTimeout:l})};return d("nav",{children:[d(Ae,{title:o("inputTrailingTriggerKeyTimeout"),description:o("inputTrailingTriggerKeyTimeoutDescription")}),d("div",{class:"option-input",children:d("input",{type:"number",value:s(),onChange:l=>{l.target&&u(Number(l.target.value))}})})]})}p();function vf(){let e=Ye(),[t,n,r,a,i]=e;Ct(t,n);let o=Jt(t),{t:s}=W(),[u,l]=K({}),[c,g]=K({});return le(()=>{Z.storage.sync.get(null).then(f=>{l(f),Z.storage.local.get(null).then(m=>{g(m)})})},[t]),!o||!t?d("div",{children:"loading"}):d(ct,{children:d(we.Provider,{value:e,children:d("div",{children:[d("div",{class:"nav",children:d("strong",{class:"text-lg",children:s("developer")})}),d("div",{dangerouslySetInnerHTML:{__html:s("developerDescription",{1:"https://immersivetranslate.com/docs/advanced/"})},class:"secondary text-xs text-gray-500 mb-4"}),d(fk,{}),d(mk,{}),d(hk,{}),d(dk,{}),d(gk,{}),d(pk,{}),d("details",{class:"py-2",children:[d("summary",{children:"Click to expand the final config"}),d("pre",{children:d("code",{class:"code-editor",children:JSON.stringify(o,null,2)})})]}),d("details",{class:"py-2",children:[d("summary",{children:"Click to expand the sync storage object"}),d("pre",{children:d("code",{class:"code-editor",children:JSON.stringify(u,null,2)})})]}),d("details",{class:"py-2",children:[d("summary",{children:"Click to expand the local storage object"}),d("pre",{children:d("code",{class:"code-editor",children:JSON.stringify(c,null,2)})})]})]})})})}function dk(){let[e,t,n,r,a]=Me(we),{t:i}=W(),o=l=>{try{let c=l.target.value,g={...e};if(!c)delete g.rules;else{let f=JSON.parse(c);if(!Array.isArray(f)){on("Invalid rules, rules must be an array");return}g.rules=f}t(()=>g),lt(i("saved"))}catch(c){on(`Invalid JSON ${c.message}`)}},s=l=>{if(l.preventDefault(),confirm(i("confirmResetConfig"))){let c={...e};delete c.rules,t(()=>c),lt(i("resetThisSuccess"))}};return d("details",{class:"py-2",children:[d("summary",{children:"Edit User Rules"}),d("textarea",{class:"user-rule code-editor",rows:10,onChange:o,placeholder:`[{ "matches": "www.google.com", "selectors": [".title"] }, { @@ -5564,7 +5564,7 @@ ${r}`}function Xt(e){try{let t=e.replace(/</g,"<").replace(/>/g,">");retur } `,tS=ee+"-attach-subtitle-dynamic-injected-css";function a_(e){let n=e.rule.subtitleRule.attachRule?.injectedGlobalCSS;if(n){let r=typeof n=="string"?n:n.join(` `);Kn(document,r_+` -`+r,tS)}}function Zu(e){[...document.querySelectorAll(`#${eS}`)].forEach(t=>t.remove()),document.querySelector(`[data-id="${tS}"]`)?.remove()}p();function nS(e){let t=document.createElement("span");return t.innerHTML=e,(t.textContent||"").trim()}function Ve(e,t,n){ht("translate_video_subtitle",[{name:"translate_video_subtitle",params:{video_platform:n||e.rule.id||""}}],{...e,sourceLanguage:t||"auto"})}function dt(e,t){return t.indexOf("zh")>=0?e==="zh-CN"||e==="zh-TW":e==t}function rS(e){let{url:t,method:n,headers:r,body:a}=e,i=new Headers;for(let[u,l]of Object.entries(r))i.append(u,l);let o;return typeof a=="object"?(delete a._formatBodyType,o=JSON.stringify(a)):typeof a=="string"&&(o=a),new Request(t,{method:n,headers:i,body:o})}function aS(e){return e?Object.entries(e).reduce((t,[n,r])=>{if(r==null||r==null||typeof r=="object"&&Object.keys(r).length===0)return t;if(n=="body"&&typeof r=="object"&&r._formatBodyType=="FormData"){let a=new FormData;for(let[i,o]of Object.entries(r))i!=="_formatBodyType"&&a.append(i,o);return t[n]=a,t}return t[n]=r,t},{}):null}function Xi(e){return e.replace(/\n/g," ")}p();p();var hs="imt-subtitle-inject",W0=class{from;to;constructor(t,n){this.from=t,this.to=n}sendMessages(t){globalThis.postMessage({type:hs,to:this.to,from:this.from,action:t.action,data:t.data,id:t.id||new Date().getTime(),isAsync:!1})}getRandomId(){return(new Date().getTime()+Math.random())*Math.random()}sendAsyncMessages({action:t,data:n}){return new Promise(r=>{let a=this.getRandomId();globalThis.postMessage({type:hs,to:this.to,from:this.from,action:t,data:n,id:a,isAsync:!0});let i=({data:o})=>{hs===o.type&&o.id===a&&o.to===this.from&&(r(o.data),globalThis.removeEventListener("message",i))};globalThis.addEventListener("message",i)})}handleMessageOnce(t){return new Promise(n=>{let r=({data:a})=>{hs===a.type&&a.action===t&&a.to===this.from&&(n(a.data),globalThis.removeEventListener("message",r))};globalThis.addEventListener("message",r)})}handleMessage(t,n){let r=({data:a})=>{hs===a.type&&a.action===t&&a.to===this.from&&n(a)};return globalThis.addEventListener("message",r),()=>{globalThis.removeEventListener("message",r)}}handleMessages(t){let n=({data:r})=>{hs===r.type&&r.to===this.from&&t(r)};return globalThis.addEventListener("message",n),()=>{globalThis.removeEventListener("message",n)}}},K0=new W0("content-script","inject"),i_=new W0("inject","content-script"),iS={get(e,t,n){return t in e?(...r)=>{let a=e[t];return typeof a=="function"?a.apply(e,r):Reflect.get(e,t,n)}:r=>e.sendAsyncMessages({action:t,data:r})}},vfe=new Proxy(i_,iS),oS=new Proxy(K0,iS);p();p();function sS(e){let{t}=W(),[n,r]=K(!0),[a,i]=K(!1),[o,s]=K(),[u,l]=K("home"),[c,g]=K(e.rule.subtitleRule),f=$e(c);f.current=c;let m=$e(a);m.current=a,le(()=>{let L=M=>{i(!1)};return document.addEventListener("click",L),()=>{document.removeEventListener("click",L)}},[i,m]);let h=qe(L=>{L.stopPropagation(),i(!m.current)},[i,m]),y=L=>{l(L.key)},T=L=>{w(M=>(M={...M,...L},M)),Vn({method:"updateGlobalCtx",data:{trigger:"quick_button"}})},b=ze(()=>{let L=[{key:"70",label:"70%",selectIcon:!0},{key:"80",label:"80%",selectIcon:!0},{key:"90",label:"90%",selectIcon:!0},{key:"100",label:"100%",selectIcon:!0},{key:"110",label:"110%",selectIcon:!0},{key:"120",label:"120%",selectIcon:!0},{key:"130",label:"130%",selectIcon:!0}],M=[{key:"#FFFFFF",label:t("subtitle.quickButton.white"),selectIcon:!0},{key:"#FFFF00",label:t("subtitle.quickButton.yellow"),selectIcon:!0},{key:"#00FF00",label:t("subtitle.quickButton.green"),selectIcon:!0},{key:"#00FFFF",label:t("subtitle.quickButton.cyan"),selectIcon:!0},{key:"#0000FF",label:t("subtitle.quickButton.blue"),selectIcon:!0},{key:"#FF00FF",label:t("subtitle.quickButton.magenta"),selectIcon:!0},{key:"#FF0000",label:t("subtitle.quickButton.red"),selectIcon:!0},{key:"#080808",label:t("subtitle.quickButton.black"),selectIcon:!0}],C={home:{items:[{key:"enable",label:t("subtitle.autoEnableSubtitle"),selectIcon:!0,onClick:async()=>{await w(v=>(v.autoEnableSubtitle=!0,v)),Vn({method:"autoEnableSubtitleChanged",data:{trigger:"quick_button"}}),i(!1)}},{key:"disable",label:t("subtitle.autoDisableSubtitle"),selectIcon:!0,onClick:async()=>{await w(v=>(v.autoEnableSubtitle=!1,v)),Vn({method:"autoEnableSubtitleChanged",data:{trigger:"quick_button"}}),i(!1)}},{key:"close",label:t("subtitle.hideQuickButton"),selectIcon:!0,onClick:()=>{w(v=>(v.showQuickButton=!1,v)),r(!1),ht("close_subtitle_quick_button",[{name:"close_subtitle_quick_button"}],e),i(!1)}},{key:"setting",label:t("subtitle.quickButton.setting"),selectIcon:!0,rightIcon:!0,onClick:()=>{l("setting")}}]},setting:{title:t("subtitle.quickButton.setting"),onBackClick:()=>l("home"),onItemClick:y,items:[{key:"translationPosition",label:t("subtitle.quickButton.translationPosition"),rightIcon:!0},{key:"sourceFontSize",label:t("subtitle.quickButton.sourceFontSize"),rightIcon:!0},{key:"translationFontSize",label:t("subtitle.quickButton.translationFontSize"),rightIcon:!0},{key:"sourceTextColor",label:t("subtitle.quickButton.sourceTextColor"),rightIcon:!0},{key:"translationTextColor",label:t("subtitle.quickButton.translationTextColor"),rightIcon:!0},{key:"backgroundColor",label:t("subtitle.quickButton.backgroundColor"),rightIcon:!0},{key:"backgroundOpacity",label:t("subtitle.quickButton.backgroundOpacity"),rightIcon:!0}]},translationPosition:{title:t("subtitle.quickButton.translationPosition"),onBackClick:()=>l("setting"),onItemClick:v=>{T({translationPosition:v.key})},items:[{key:"top",label:t("subtitle.quickButton.translationPositionTop"),selectIcon:!0},{key:"bottom",label:t("subtitle.quickButton.translationPositionBottom"),selectIcon:!0}]},sourceFontSize:{title:t("subtitle.quickButton.sourceFontSize"),onBackClick:()=>l("setting"),onItemClick:v=>{T({sourceFontSize:v.key})},items:L},translationFontSize:{title:t("subtitle.quickButton.translationFontSize"),onBackClick:()=>l("setting"),onItemClick:v=>{T({translationFontSize:v.key})},items:L},sourceTextColor:{title:t("subtitle.quickButton.sourceTextColor"),onBackClick:()=>l("setting"),onItemClick:v=>{T({sourceTextColor:v.key})},items:M},translationTextColor:{title:t("subtitle.quickButton.translationTextColor"),onBackClick:()=>l("setting"),onItemClick:v=>{T({translationTextColor:v.key})},items:M},backgroundColor:{title:t("subtitle.quickButton.backgroundColor"),onBackClick:()=>l("setting"),onItemClick:v=>{T({backgroundColor:v.key})},items:M},backgroundOpacity:{title:t("subtitle.quickButton.backgroundOpacity"),onBackClick:()=>l("setting"),onItemClick:v=>{T({backgroundOpacity:v.key})},items:[{key:"0",label:"0%",selectIcon:!0},{key:"25",label:"25%",selectIcon:!0},{key:"50",label:"50%",selectIcon:!0},{key:"75",label:"75%",selectIcon:!0},{key:"100",label:"100%",selectIcon:!0}]}};return C.setting.items.forEach(v=>{let A=c[v.key],D=C[v.key].items.find(S=>S.key===A);v.value=D?.label}),C},[c]),x=ze(()=>{let L=b[u];return u==="home"?{...L,items:L.items.filter(M=>e.rule.subtitleRule.attachRule?!0:M.key!=="setting")}:L},[u,e]);le(()=>{if(u==="home")s(c.autoEnableSubtitle?"enable":"disable");else{if(u=="setting")return;s(c[u])}},[u,c]),le(()=>{a&&l("home")},[a]);let w=qe(async L=>{let M=await vr();M.generalRule||(M.generalRule={}),M.generalRule["subtitleRule.add"]||(M.generalRule["subtitleRule.add"]={}),M.generalRule["subtitleRule.add"]=L(M.generalRule["subtitleRule.add"]),await Oi(M);let C={...f.current,...M.generalRule["subtitleRule.add"]};g(C),Z6(C)},[f,g]);return{visible:n,selectType:u,selectKey:o,contentVisible:a,activeSetting:x,handleButtonClick:h}}function uS(e){let{t}=W(),{visible:n,selectKey:r,contentVisible:a,activeSetting:i,handleButtonClick:o}=sS(e.ctx);return n?d("div",{class:`${$n}-button`,onClick:o,children:[d(o_,{}),d("span",{class:"label",children:t("subtitle.bilingual")}),d("div",{onClick:s=>{s.stopPropagation(),i.onBackClick?.()},class:`${$n}-pop-content ${a?"show":""}`,children:[!!i.title&&d("div",{class:"content-header",children:[d(u_,{}),d("span",{children:i.title})]}),i.items.map(s=>d("p",{"immersive-translate-subtitle-type":"enable",class:`${s.key===r?"select":""}`,onClick:u=>{u.stopPropagation(),s.onClick?s.onClick(s):i.onItemClick?.(s)},children:[s.selectIcon&&d(s_,{}),d("label",{children:s.label}),s.value&&d("span",{children:s.value}),s.rightIcon&&d(l_,{})]},s.key))]})]}):null}var $n="imt-quick-subtitle",lS=` +`+r,tS)}}function Zu(e){[...document.querySelectorAll(`#${eS}`)].forEach(t=>t.remove()),document.querySelector(`[data-id="${tS}"]`)?.remove()}p();function nS(e){let t=document.createElement("span");return t.innerHTML=e,(t.textContent||"").trim()}function Ve(e,t,n){ht("translate_video_subtitle",[{name:"translate_video_subtitle",params:{video_platform:n||e.rule.id||""}}],{...e,sourceLanguage:t||"auto"})}function dt(e,t){return t.indexOf("zh")>=0?e==="zh-CN"||e==="zh-TW":e==t}function rS(e){let{url:t,method:n,headers:r,body:a}=e,i=new Headers;for(let[u,l]of Object.entries(r))i.append(u,l);let o;return typeof a=="object"?(delete a._formatBodyType,o=JSON.stringify(a)):typeof a=="string"&&(o=a),new Request(t,{method:n,headers:i,body:o})}function aS(e){return e?Object.entries(e).reduce((t,[n,r])=>{if(r==null||r==null||typeof r=="object"&&Object.keys(r).length===0)return t;if(n=="body"&&typeof r=="object"&&r._formatBodyType=="FormData"){let a=new FormData;for(let[i,o]of Object.entries(r))i!=="_formatBodyType"&&a.append(i,o);return t[n]=a,t}return t[n]=r,t},{}):null}function Xi(e){return e.replace(/\n/g," ")}p();p();var hs="imt-subtitle-inject",W0=class{from;to;constructor(t,n){this.from=t,this.to=n}sendMessages(t){globalThis.postMessage({type:hs,to:this.to,from:this.from,action:t.action,data:t.data,id:t.id||new Date().getTime(),isAsync:!1})}getRandomId(){return(new Date().getTime()+Math.random())*Math.random()}sendAsyncMessages({action:t,data:n}){return new Promise(r=>{let a=this.getRandomId();globalThis.postMessage({type:hs,to:this.to,from:this.from,action:t,data:n,id:a,isAsync:!0});let i=({data:o})=>{hs===o.type&&o.id===a&&o.to===this.from&&(r(o.data),globalThis.removeEventListener("message",i))};globalThis.addEventListener("message",i)})}handleMessageOnce(t){return new Promise(n=>{let r=({data:a})=>{hs===a.type&&a.action===t&&a.to===this.from&&(n(a.data),globalThis.removeEventListener("message",r))};globalThis.addEventListener("message",r)})}handleMessage(t,n){let r=({data:a})=>{hs===a.type&&a.action===t&&a.to===this.from&&n(a)};return globalThis.addEventListener("message",r),()=>{globalThis.removeEventListener("message",r)}}handleMessages(t){let n=({data:r})=>{hs===r.type&&r.to===this.from&&t(r)};return globalThis.addEventListener("message",n),()=>{globalThis.removeEventListener("message",n)}}},K0=new W0("content-script","inject"),i_=new W0("inject","content-script"),iS={get(e,t,n){return t in e?(...r)=>{let a=e[t];return typeof a=="function"?a.apply(e,r):Reflect.get(e,t,n)}:r=>e.sendAsyncMessages({action:t,data:r})}},vfe=new Proxy(i_,iS),oS=new Proxy(K0,iS);p();p();function sS(e){let{t}=W(),[n,r]=K(!0),[a,i]=K(!1),[o,s]=K(),[u,l]=K("home"),[c,g]=K(e.rule.subtitleRule),f=$e(c);f.current=c;let m=$e(a);m.current=a,le(()=>{let L=M=>{i(!1)};return document.addEventListener("click",L),()=>{document.removeEventListener("click",L)}},[i,m]);let h=qe(L=>{L.stopPropagation(),i(!m.current)},[i,m]),y=L=>{l(L.key)},T=L=>{w(M=>(M={...M,...L},M)),Vn({method:"updateGlobalCtx",data:{trigger:"quick_button"}})},b=ze(()=>{let L=[{key:"50",label:"50%",selectIcon:!0},{key:"70",label:"70%",selectIcon:!0},{key:"80",label:"80%",selectIcon:!0},{key:"90",label:"90%",selectIcon:!0},{key:"100",label:"100%",selectIcon:!0},{key:"110",label:"110%",selectIcon:!0},{key:"120",label:"120%",selectIcon:!0},{key:"130",label:"130%",selectIcon:!0},{key:"150",label:"150%",selectIcon:!0}],M=[{key:"#FFFFFF",label:t("subtitle.quickButton.white"),selectIcon:!0},{key:"#FFFF00",label:t("subtitle.quickButton.yellow"),selectIcon:!0},{key:"#00FF00",label:t("subtitle.quickButton.green"),selectIcon:!0},{key:"#00FFFF",label:t("subtitle.quickButton.cyan"),selectIcon:!0},{key:"#0000FF",label:t("subtitle.quickButton.blue"),selectIcon:!0},{key:"#FF00FF",label:t("subtitle.quickButton.magenta"),selectIcon:!0},{key:"#FF0000",label:t("subtitle.quickButton.red"),selectIcon:!0},{key:"#080808",label:t("subtitle.quickButton.black"),selectIcon:!0}],C={home:{items:[{key:"enable",label:t("subtitle.autoEnableSubtitle"),selectIcon:!0,onClick:async()=>{await w(v=>(v.autoEnableSubtitle=!0,v)),Vn({method:"autoEnableSubtitleChanged",data:{trigger:"quick_button"}}),i(!1)}},{key:"disable",label:t("subtitle.autoDisableSubtitle"),selectIcon:!0,onClick:async()=>{await w(v=>(v.autoEnableSubtitle=!1,v)),Vn({method:"autoEnableSubtitleChanged",data:{trigger:"quick_button"}}),i(!1)}},{key:"close",label:t("subtitle.hideQuickButton"),selectIcon:!0,onClick:()=>{w(v=>(v.showQuickButton=!1,v)),r(!1),ht("close_subtitle_quick_button",[{name:"close_subtitle_quick_button"}],e),i(!1)}},{key:"setting",label:t("subtitle.quickButton.setting"),selectIcon:!0,rightIcon:!0,onClick:()=>{l("setting")}}]},setting:{title:t("subtitle.quickButton.setting"),onBackClick:()=>l("home"),onItemClick:y,items:[{key:"translationPosition",label:t("subtitle.quickButton.translationPosition"),rightIcon:!0},{key:"sourceFontSize",label:t("subtitle.quickButton.sourceFontSize"),rightIcon:!0},{key:"translationFontSize",label:t("subtitle.quickButton.translationFontSize"),rightIcon:!0},{key:"sourceTextColor",label:t("subtitle.quickButton.sourceTextColor"),rightIcon:!0},{key:"translationTextColor",label:t("subtitle.quickButton.translationTextColor"),rightIcon:!0},{key:"backgroundColor",label:t("subtitle.quickButton.backgroundColor"),rightIcon:!0},{key:"backgroundOpacity",label:t("subtitle.quickButton.backgroundOpacity"),rightIcon:!0}]},translationPosition:{title:t("subtitle.quickButton.translationPosition"),onBackClick:()=>l("setting"),onItemClick:v=>{T({translationPosition:v.key})},items:[{key:"top",label:t("subtitle.quickButton.translationPositionTop"),selectIcon:!0},{key:"bottom",label:t("subtitle.quickButton.translationPositionBottom"),selectIcon:!0}]},sourceFontSize:{title:t("subtitle.quickButton.sourceFontSize"),onBackClick:()=>l("setting"),onItemClick:v=>{T({sourceFontSize:v.key})},items:L},translationFontSize:{title:t("subtitle.quickButton.translationFontSize"),onBackClick:()=>l("setting"),onItemClick:v=>{T({translationFontSize:v.key})},items:L},sourceTextColor:{title:t("subtitle.quickButton.sourceTextColor"),onBackClick:()=>l("setting"),onItemClick:v=>{T({sourceTextColor:v.key})},items:M},translationTextColor:{title:t("subtitle.quickButton.translationTextColor"),onBackClick:()=>l("setting"),onItemClick:v=>{T({translationTextColor:v.key})},items:M},backgroundColor:{title:t("subtitle.quickButton.backgroundColor"),onBackClick:()=>l("setting"),onItemClick:v=>{T({backgroundColor:v.key})},items:M},backgroundOpacity:{title:t("subtitle.quickButton.backgroundOpacity"),onBackClick:()=>l("setting"),onItemClick:v=>{T({backgroundOpacity:v.key})},items:[{key:"0",label:"0%",selectIcon:!0},{key:"25",label:"25%",selectIcon:!0},{key:"50",label:"50%",selectIcon:!0},{key:"75",label:"75%",selectIcon:!0},{key:"100",label:"100%",selectIcon:!0}]}};return C.setting.items.forEach(v=>{let A=c[v.key],D=C[v.key].items.find(S=>S.key===A);v.value=D?.label}),C},[c]),x=ze(()=>{let L=b[u];return u==="home"?{...L,items:L.items.filter(M=>e.rule.subtitleRule.attachRule?!0:M.key!=="setting")}:L},[u,e]);le(()=>{if(u==="home")s(c.autoEnableSubtitle?"enable":"disable");else{if(u=="setting")return;s(c[u])}},[u,c]),le(()=>{a&&l("home")},[a]);let w=qe(async L=>{let M=await vr();M.generalRule||(M.generalRule={}),M.generalRule["subtitleRule.add"]||(M.generalRule["subtitleRule.add"]={}),M.generalRule["subtitleRule.add"]=L(M.generalRule["subtitleRule.add"]),await Oi(M);let C={...f.current,...M.generalRule["subtitleRule.add"]};g(C),Z6(C)},[f,g]);return{visible:n,selectType:u,selectKey:o,contentVisible:a,activeSetting:x,handleButtonClick:h}}function uS(e){let{t}=W(),{visible:n,selectKey:r,contentVisible:a,activeSetting:i,handleButtonClick:o}=sS(e.ctx);return n?d("div",{class:`${$n}-button`,onClick:o,children:[d(o_,{}),d("span",{class:"label",children:t("subtitle.bilingual")}),d("div",{onClick:s=>{s.stopPropagation(),i.onBackClick?.()},class:`${$n}-pop-content ${a?"show":""}`,children:[!!i.title&&d("div",{class:"content-header",children:[d(u_,{}),d("span",{children:i.title})]}),i.items.map(s=>d("p",{"immersive-translate-subtitle-type":"enable",class:`${s.key===r?"select":""}`,onClick:u=>{u.stopPropagation(),s.onClick?s.onClick(s):i.onItemClick?.(s)},children:[s.selectIcon&&d(s_,{}),d("label",{children:s.label}),s.value&&d("span",{children:s.value}),s.rightIcon&&d(l_,{})]},s.key))]})]}):null}var $n="imt-quick-subtitle",lS=` .${$n}-button { display: flex; align-items: center; diff --git a/dist/chrome/popup.js b/dist/chrome/popup.js index 2f7b6ff..094438e 100644 --- a/dist/chrome/popup.js +++ b/dist/chrome/popup.js @@ -1,4 +1,4 @@ -(()=>{var J9=Object.create;var pd=Object.defineProperty;var X9=Object.getOwnPropertyDescriptor;var e6=Object.getOwnPropertyNames;var t6=Object.getPrototypeOf,n6=Object.prototype.hasOwnProperty;var r6=(t,e)=>()=>(t&&(e=t(t=0)),e);var a6=(t,e)=>()=>(e||t((e={exports:{}}).exports,e),e.exports),tu=(t,e)=>{for(var n in e)pd(t,n,{get:e[n],enumerable:!0})},i6=(t,e,n,r)=>{if(e&&typeof e=="object"||typeof e=="function")for(let a of e6(e))!n6.call(t,a)&&a!==n&&pd(t,a,{get:()=>e[a],enumerable:!(r=X9(e,a))||r.enumerable});return t};var o6=(t,e,n)=>(n=t!=null?J9(t6(t)):{},i6(e||!t||!t.__esModule?pd(n,"default",{value:t,enumerable:!0}):n,t));var x,d=r6(()=>{x={BUILD_TIME:"2024-04-03T14:28:35.000Z",VERSION:"1.4.5",PROD:"1",REDIRECT_URL:"https://dash.immersivetranslate.com/auth-done/",PROD_API:"1",BETA:"0",IMMERSIVE_TRANSLATE_INJECTED_CSS:`:root { +(()=>{var J9=Object.create;var pd=Object.defineProperty;var X9=Object.getOwnPropertyDescriptor;var e6=Object.getOwnPropertyNames;var t6=Object.getPrototypeOf,n6=Object.prototype.hasOwnProperty;var r6=(t,e)=>()=>(t&&(e=t(t=0)),e);var a6=(t,e)=>()=>(e||t((e={exports:{}}).exports,e),e.exports),tu=(t,e)=>{for(var n in e)pd(t,n,{get:e[n],enumerable:!0})},i6=(t,e,n,r)=>{if(e&&typeof e=="object"||typeof e=="function")for(let a of e6(e))!n6.call(t,a)&&a!==n&&pd(t,a,{get:()=>e[a],enumerable:!(r=X9(e,a))||r.enumerable});return t};var o6=(t,e,n)=>(n=t!=null?J9(t6(t)):{},i6(e||!t||!t.__esModule?pd(n,"default",{value:t,enumerable:!0}):n,t));var x,d=r6(()=>{x={BUILD_TIME:"2024-04-04T07:37:00.000Z",VERSION:"1.4.6",PROD:"1",REDIRECT_URL:"https://dash.immersivetranslate.com/auth-done/",PROD_API:"1",BETA:"0",IMMERSIVE_TRANSLATE_INJECTED_CSS:`:root { --immersive-translate-theme-underline-borderColor: #72ece9; --immersive-translate-theme-nativeUnderline-borderColor: #72ece9; --immersive-translate-theme-nativeDashed-borderColor: #72ece9; @@ -4936,7 +4936,7 @@ select.text-gray-6 {
-`,IMMERSIVE_TRANSLATE_VIDEO_SUBTITLE_INJECT:'(()=>{var u="imt-subtitle-inject",f=class{from;to;constructor(t,n){this.from=t,this.to=n}sendMessages(t){globalThis.postMessage({type:u,to:this.to,from:this.from,action:t.action,data:t.data,id:t.id||new Date().getTime(),isAsync:!1})}getRandomId(){return(new Date().getTime()+Math.random())*Math.random()}sendAsyncMessages({action:t,data:n}){return new Promise(e=>{let r=this.getRandomId();globalThis.postMessage({type:u,to:this.to,from:this.from,action:t,data:n,id:r,isAsync:!0});let a=({data:o})=>{u===o.type&&o.id===r&&o.to===this.from&&(e(o.data),globalThis.removeEventListener("message",a))};globalThis.addEventListener("message",a)})}handleMessageOnce(t){return new Promise(n=>{let e=({data:r})=>{u===r.type&&r.action===t&&r.to===this.from&&(n(r.data),globalThis.removeEventListener("message",e))};globalThis.addEventListener("message",e)})}handleMessage(t,n){let e=({data:r})=>{u===r.type&&r.action===t&&r.to===this.from&&n(r)};return globalThis.addEventListener("message",e),()=>{globalThis.removeEventListener("message",e)}}handleMessages(t){let n=({data:e})=>{u===e.type&&e.to===this.from&&t(e)};return globalThis.addEventListener("message",n),()=>{globalThis.removeEventListener("message",n)}}},R=new f("content-script","inject"),l=new f("inject","content-script"),S={get(s,t,n){return t in s?(...e)=>{let r=s[t];return typeof r=="function"?r.apply(s,e):Reflect.get(s,t,n)}:e=>s.sendAsyncMessages({action:t,data:e})}},x=new Proxy(l,S),L=new Proxy(R,S);function T(s){if(!s)return null;try{let t=s;return s.startsWith("//")?t=globalThis.location.protocol+s:s.startsWith("/")?t=`${globalThis.location.protocol}//${globalThis.location.host}${s}`:s.startsWith("http")||(t=`${globalThis.location.protocol}//${s}`),new URL(t).toString()}catch(t){return console.error(t),s}}var i=class{content=x;config;constructor(t){this.config=t,l.handleMessages(async({action:n,id:e,data:r})=>{let a=this[n];if(!a)return;let o=a.apply(this,[r]);o instanceof Promise&&(o=await o),l.sendMessages({id:e,data:o})})}triggerSubtitle(t){}async translateSubtitle(t){let n=await this.content.requestSubtitle({url:T(t._url)});if(n){if(this.config.responseType=="document"){let r=new DOMParser().parseFromString(n,"text/xml");Object.defineProperty(t,"responseXML",{value:r,writable:!1}),Object.defineProperty(t,"response",{value:r,writable:!1});return}let e=n;(t.responseType=="arraybuffer"||this.config.responseType=="arraybuffer")&&typeof n=="string"&&(e=new TextEncoder().encode(n).buffer),Object.defineProperty(t,"responseText",{value:e,writable:!1}),Object.defineProperty(t,"response",{value:e,writable:!1})}}async translateSubtitleWithFetch(t,n){let e={...n},r;return typeof t=="string"?r={url:t,method:"GET",headers:{}}:r=await v(t),e?.body&&(e.body=M(e.body)),this.content.requestSubtitle({fetchInfo:JSON.stringify({input:r,options:e})})}async getVideoMeta(t){}isSubtitleRequest(t){return!this.config||!this.config.subtitleUrlRegExp||!t?!1:new RegExp(this.config.subtitleUrlRegExp).test(t||"")}};function v(s){if(s instanceof URL)return{url:s.href,method:"GET",headers:{}};let t=s.clone(),n={url:s.url,method:s.method,headers:Object.fromEntries(s.headers.entries())};if(t.body){let e=M(t.body);if(t.body!==e)return t.text().then(r=>(n.body=r,n));n.body=e}return Promise.resolve(n)}function M(s){if(!s)return s;if(s instanceof FormData||s instanceof URLSearchParams){let t={};for(let[n,e]of s.entries())t[n]=e;return t._formatBodyType="FormData",t}return s}var d=class extends i{timer=null;triggerSubtitle({force:t}){setTimeout(()=>{if(this.config?.subtitleButtonSelector){let n=document.querySelector(this.config.subtitleButtonSelector);if(n){let e=n.getAttribute("aria-pressed")==="true";e&&t?(n.click(),setTimeout(()=>{n.click()},100)):e||n.click();return}}if(this.config?.videoPlayerSelector){let n=document.querySelector(this.config.videoPlayerSelector);n?.toggleSubtitles(),setTimeout(()=>{n?.toggleSubtitles()},100)}},1e3)}async getVideoMeta(){if(!this.config.videoPlayerSelector)return null;try{return await this.sleep(100),document.querySelector(this.config.videoPlayerSelector)?.getPlayerResponse()}catch{return null}}sleep(t){return new Promise(n=>{setTimeout(()=>{n(null)},t)})}};var m=class extends i{timer=null;videoMeta={};lastVideoMeta=null;constructor(t){super(t),this.hookJSON()}hookJSON(){let t=JSON.parse;JSON.parse=n=>{let e=t(n);try{e&&e.result&&e.result.timedtexttracks&&e.result.movieId&&(this.videoMeta[e.result.movieId]=e.result,this.lastVideoMeta=e.result)}catch(r){console.log(r)}return e}}getVideoMeta(t){return this.lastVideoMeta}};var p=class extends i{timer=null;videoMeta={};constructor(t){super(t),this.hookJSON()}hookJSON(){let t=JSON.parse;JSON.parse=n=>{let e=t(n);try{e?.asset?.captions?.length?this.videoMeta[e.id]=e?.asset:e?.previews&&e?.course&&e?.previews?.forEach(r=>{this.videoMeta[r.id]=r})}catch(r){console.error(r)}return e}}getVideoMeta(t){return this.videoMeta[t]}};var g=class extends i{timer=null;videoMeta={};constructor(t){super(t),this.hookJSON()}hookJSON(){let t=JSON.parse;JSON.parse=n=>{let e=t(n);try{if(e?.stream?.sources?.length&&e?.stream?.sources[0]?.complete?.url){let r=window.location.pathname.split("/");r.length>2&&r[r.length-2]==="video"&&(this.videoMeta[r[r.length-1]]=e.stream.sources[0].complete.url)}}catch(r){console.error(r)}return e}}getVideoMeta(t){return this.videoMeta[t]}};var h=class extends i{constructor(t){super(t)}async translateSubtitleWithFetch(t,n){this.main(t,n)}async main(t,n){let e=globalThis.__originalFetch;if(!e)return;let r=t;t instanceof Request&&(r=t.clone());let a=await e(r,n);if(!a.ok)return;let o=await a.json();o.transcripts_urls&&this.requestSubtitle(o.transcripts_urls)}async requestSubtitle(t){await c(),await this.content.requestSubtitle(t)}};async function w(){let s=await l.sendAsyncMessages({action:"getConfig"});if(!s)return;let n={youtube:d,netflix:m,webvtt:i,khanacademy:i,bilibili:i,udemy:p,general:i,ebutt:i,hulu:h,disneyplus:g,"fmp4.xml":i,multi_attach_vtt:i,twitter:i,subsrt:i,xml:i,text_track_dynamic:i,av:i}[s.type||""];if(!n)return;let e=new n(s);I(e,s)}c();w();function I(s,t){if(t.hookType.includes("xhr")){let n=XMLHttpRequest.prototype.open,e=XMLHttpRequest.prototype.send,r=function(){return this._url=arguments[1],n.apply(this,arguments)},a=async function(){return s.isSubtitleRequest(this._url)?(await c(),await s.translateSubtitle(this),e.apply(this,arguments)):e.apply(this,arguments)};Object.defineProperty(XMLHttpRequest.prototype,"open",{value:r,writable:!0}),Object.defineProperty(XMLHttpRequest.prototype,"send",{value:a,writable:!0})}if(t.hookType.includes("fetch")){let n=globalThis.fetch;globalThis.__originalFetch=n,globalThis.fetch=async function(e,r){let a=typeof e=="string"?e:e.url||e.href;if(!s.isSubtitleRequest(a))return n(e,r);await c();let y=await s.translateSubtitleWithFetch(e,r);return y?new Response(y):n(e,r)}}}var b=!1;async function c(){return b||(await l.handleMessageOnce("contentReady"),b=!0),b}})();\n',OPTIONS_URL:"https://dash.immersivetranslate.com/",SHARE_DRAFT_URL:"https://immersivetranslate.com/preview",ASSETS_BASE_URL:"https://app.immersivetranslate.com/global-assets/",EBOOK_VIEWER_URL:"https://app.immersivetranslate.com/ebook/",EBOOK_BUILDER_URL:"https://app.immersivetranslate.com/ebook/make/",SUBTITLE_BUILDER_URL:"https://app.immersivetranslate.com/subtitle/",HTML_VIEWER_URL:"https://app.immersivetranslate.com/html/",PDF_VIEWER_URL:"https://app.immersivetranslate.com/pdf/",PDF_PRO_URL:"https://app.immersivetranslate.com/pdf-pro/",TEXT_TRANSLATE_URL:"https://app.immersivetranslate.com/text/",TRANSLATE_FILE_URL:"https://app.immersivetranslate.com/",MOCK:"0",DEBUG:"0",INSTALL_FROM:"chrome_zip"}});var N2=a6((oc,Ls)=>{d();(function(){var t;function e(f){var T,b,h="",C=-1,D;if(f&&f.length)for(D=f.length;(C+=1)>>6&31,128|T&63):T<=65535?h+=String.fromCharCode(224|T>>>12&15,128|T>>>6&63,128|T&63):T<=2097151&&(h+=String.fromCharCode(240|T>>>18&7,128|T>>>12&63,128|T>>>6&63,128|T&63));return h}function n(f){var T,b,h,C,D,M=[],B;if(T=b=h=C=D=0,f&&f.length)for(B=f.length,f+="";T191&&h<224?(C=f.charCodeAt(T+1),M[b]=String.fromCharCode((h&31)<<6|C&63),T+=2):(C=f.charCodeAt(T+1),D=f.charCodeAt(T+2),M[b]=String.fromCharCode((h&15)<<12|(C&63)<<6|D&63),T+=3);return M.join("")}function r(f,T){var b=(f&65535)+(T&65535),h=(f>>16)+(T>>16)+(b>>16);return h<<16|b&65535}function a(f,T){return f<>>32-T}function i(f,T){for(var b=T?"0123456789ABCDEF":"0123456789abcdef",h="",C,D=0,M=f.length;D>>4&15)+b.charAt(C&15);return h}function o(f){var T,b=f.length,h="";for(T=0;T>>8&255);return h}function s(f){var T,b=f.length,h="";for(T=0;T>>8&255,f.charCodeAt(T)&255);return h}function u(f){var T,b=f.length*32,h="";for(T=0;T>5]>>>24-T%32&255);return h}function l(f){var T,b=f.length*32,h="";for(T=0;T>5]>>>T%32&255);return h}function c(f){var T,b=f.length*8,h=Array(f.length>>2),C=h.length;for(T=0;T>5]|=(f.charCodeAt(T/8)&255)<>2),C=h.length;for(T=0;T>5]|=(f.charCodeAt(T/8)&255)<<24-T%32;return h}function g(f,T){var b=T.length,h=Array(),C,D,M,B,S,y,_,k;for(y=Array(Math.ceil(f.length/2)),B=y.length,C=0;C0;){for(S=Array(),M=0,C=0;C0||D>0)&&(S[S.length]=D);h[h.length]=M,y=S}for(_="",C=h.length-1;C>=0;C--)_+=T.charAt(h[C]);for(k=Math.ceil(f.length*8/(Math.log(T.length)/Math.log(2))),C=_.length;Cf.length*8?h+=T:h+=b.charAt(B>>>6*(3-M)&63);return h}t={VERSION:"1.0.6",Base64:function(){var f="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/",T="=",b=!1,h=!0;this.encode=function(C){var D,M,B,S="";for(T=T||"=",C=h?e(C):C,len=C.length,D=0;Dlen*8?S+=T:S+=f.charAt(B>>>6*(3-M)&63);return S},this.decode=function(C){var D,M,B,S,y,_,k,v,I,F,L="",U=[];if(!C)return C;D=F=0,C=C.replace(new RegExp("\\"+T,"gi"),"");do y=f.indexOf(C.charAt(D++)),_=f.indexOf(C.charAt(D++)),k=f.indexOf(C.charAt(D++)),v=f.indexOf(C.charAt(D++)),I=y<<18|_<<12|k<<6|v,M=I>>16&255,B=I>>8&255,S=I&255,F+=1,k===64?U[F]=String.fromCharCode(M):v===64?U[F]=String.fromCharCode(M,B):U[F]=String.fromCharCode(M,B,S);while(D>>8^b;return(T^-1)>>>0},MD5:function(f){var T=f&&typeof f.uppercase=="boolean"?f.uppercase:!1,b=f&&typeof f.pad=="string"?f.pad:"=",h=f&&typeof f.utf8=="boolean"?f.utf8:!0;this.hex=function(v){return i(C(v,h),T)},this.b64=function(v){return m(C(v),b)},this.any=function(v,I){return g(C(v,h),I)},this.raw=function(v){return C(v,h)},this.hex_hmac=function(v,I){return i(D(v,I),T)},this.b64_hmac=function(v,I){return m(D(v,I),b)},this.any_hmac=function(v,I,F){return g(D(v,I),F)},this.vm_test=function(){return hex("abc").toLowerCase()==="900150983cd24fb0d6963f7d28e17f72"},this.setUpperCase=function(v){return typeof v=="boolean"&&(T=v),this},this.setPad=function(v){return b=v||b,this},this.setUTF8=function(v){return typeof v=="boolean"&&(h=v),this};function C(v){return v=h?e(v):v,l(M(c(v),v.length*8))}function D(v,I){var F,L,U,N,q;for(v=h?e(v):v,I=h?e(I):I,F=c(v),F.length>16&&(F=M(F,v.length*8)),L=Array(16),U=Array(16),q=0;q<16;q+=1)L[q]=F[q]^909522486,U[q]=F[q]^1549556828;return N=M(L.concat(c(I)),512+I.length*8),l(M(U.concat(N),512+128))}function M(v,I){var F,L,U,N,q,A=1732584193,E=-271733879,P=-1732584194,O=271733878;for(v[I>>5]|=128<>>9<<4)+14]=I,F=0;F16&&(k=M(k,y.length*8)),v=Array(16),I=Array(16),F=0;F<16;F+=1)v[F]=k[F]^909522486,I[F]=k[F]^1549556828;return L=M(v.concat(p(_)),512+_.length*8),u(M(I.concat(L),512+160))}function M(y,_){var k,v,I,F,L,U,N,q,A=Array(80),E=1732584193,P=-271733879,O=-1732584194,H=271733878,j=-1009589776;for(y[_>>5]|=128<<24-_%32,y[(_+64>>9<<4)+15]=_,k=0;k16&&(j=A(j,E.length*8));H<16;H+=1)W[H]=j[H]^909522486,V[H]=j[H]^1549556828;return O=A(W.concat(p(P)),512+P.length*8),u(A(V.concat(O),512+256))}function B(E,P){return E>>>P|E<<32-P}function S(E,P){return E>>>P}function y(E,P,O){return E&P^~E&O}function _(E,P,O){return E&P^E&O^P&O}function k(E){return B(E,2)^B(E,13)^B(E,22)}function v(E){return B(E,6)^B(E,11)^B(E,25)}function I(E){return B(E,7)^B(E,18)^S(E,3)}function F(E){return B(E,17)^B(E,19)^S(E,10)}function L(E){return B(E,28)^B(E,34)^B(E,39)}function U(E){return B(E,14)^B(E,18)^B(E,41)}function N(E){return B(E,1)^B(E,8)^S(E,7)}function q(E){return B(E,19)^B(E,61)^S(E,6)}C=[1116352408,1899447441,-1245643825,-373957723,961987163,1508970993,-1841331548,-1424204075,-670586216,310598401,607225278,1426881987,1925078388,-2132889090,-1680079193,-1046744716,-459576895,-272742522,264347078,604807628,770255983,1249150122,1555081692,1996064986,-1740746414,-1473132947,-1341970488,-1084653625,-958395405,-710438585,113926993,338241895,666307205,773529912,1294757372,1396182291,1695183700,1986661051,-2117940946,-1838011259,-1564481375,-1474664885,-1035236496,-949202525,-778901479,-694614492,-200395387,275423344,430227734,506948616,659060556,883997877,958139571,1322822218,1537002063,1747873779,1955562222,2024104815,-2067236844,-1933114872,-1866530822,-1538233109,-1090935817,-965641998];function A(E,P){var O=[1779033703,-1150833019,1013904242,-1521486534,1359893119,-1694144372,528734635,1541459225],H=new Array(64),j,W,V,se,X,Z,ue,ge,te,Y,Te,ae;for(E[P>>5]|=128<<24-P%32,E[(P+64>>9<<4)+15]=P,te=0;te32&&(E=B(E,U.length*8));A<32;A+=1)P[A]=E[A]^909522486,O[A]=E[A]^1549556828;return q=B(P.concat(p(N)),1024+N.length*8),u(B(O.concat(q),1024+512))}function B(U,N){var q,A,E,P=new Array(80),O=new Array(16),H=[new S(1779033703,-205731576),new S(-1150833019,-2067093701),new S(1013904242,-23791573),new S(-1521486534,1595750129),new S(1359893119,-1377402159),new S(-1694144372,725511199),new S(528734635,-79577749),new S(1541459225,327033209)],j=new S(0,0),W=new S(0,0),V=new S(0,0),se=new S(0,0),X=new S(0,0),Z=new S(0,0),ue=new S(0,0),ge=new S(0,0),te=new S(0,0),Y=new S(0,0),Te=new S(0,0),ae=new S(0,0),ie=new S(0,0),Ee=new S(0,0),ze=new S(0,0),_e=new S(0,0),ce=new S(0,0);for(C===void 0&&(C=[new S(1116352408,-685199838),new S(1899447441,602891725),new S(-1245643825,-330482897),new S(-373957723,-2121671748),new S(961987163,-213338824),new S(1508970993,-1241133031),new S(-1841331548,-1357295717),new S(-1424204075,-630357736),new S(-670586216,-1560083902),new S(310598401,1164996542),new S(607225278,1323610764),new S(1426881987,-704662302),new S(1925078388,-226784913),new S(-2132889090,991336113),new S(-1680079193,633803317),new S(-1046744716,-815192428),new S(-459576895,-1628353838),new S(-272742522,944711139),new S(264347078,-1953704523),new S(604807628,2007800933),new S(770255983,1495990901),new S(1249150122,1856431235),new S(1555081692,-1119749164),new S(1996064986,-2096016459),new S(-1740746414,-295247957),new S(-1473132947,766784016),new S(-1341970488,-1728372417),new S(-1084653625,-1091629340),new S(-958395405,1034457026),new S(-710438585,-1828018395),new S(113926993,-536640913),new S(338241895,168717936),new S(666307205,1188179964),new S(773529912,1546045734),new S(1294757372,1522805485),new S(1396182291,-1651133473),new S(1695183700,-1951439906),new S(1986661051,1014477480),new S(-2117940946,1206759142),new S(-1838011259,344077627),new S(-1564481375,1290863460),new S(-1474664885,-1136513023),new S(-1035236496,-789014639),new S(-949202525,106217008),new S(-778901479,-688958952),new S(-694614492,1432725776),new S(-200395387,1467031594),new S(275423344,851169720),new S(430227734,-1194143544),new S(506948616,1363258195),new S(659060556,-544281703),new S(883997877,-509917016),new S(958139571,-976659869),new S(1322822218,-482243893),new S(1537002063,2003034995),new S(1747873779,-692930397),new S(1955562222,1575990012),new S(2024104815,1125592928),new S(-2067236844,-1578062990),new S(-1933114872,442776044),new S(-1866530822,593698344),new S(-1538233109,-561857047),new S(-1090935817,-1295615723),new S(-965641998,-479046869),new S(-903397682,-366583396),new S(-779700025,566280711),new S(-354779690,-840897762),new S(-176337025,-294727304),new S(116418474,1914138554),new S(174292421,-1563912026),new S(289380356,-1090974290),new S(460393269,320620315),new S(685471733,587496836),new S(852142971,1086792851),new S(1017036298,365543100),new S(1126000580,-1676669620),new S(1288033470,-885112138),new S(1501505948,-60457430),new S(1607167915,987167468),new S(1816402316,1246189591)]),A=0;A<80;A+=1)P[A]=new S(0,0);for(U[N>>5]|=128<<24-(N&31),U[(N+128>>10<<5)+31]=N,E=U.length,A=0;A>>q|N.h<<32-q,U.h=N.h>>>q|N.l<<32-q}function k(U,N,q){U.l=N.h>>>q|N.l<<32-q,U.h=N.l>>>q|N.h<<32-q}function v(U,N,q){U.l=N.l>>>q|N.h<<32-q,U.h=N.h>>>q}function I(U,N,q){var A=(N.l&65535)+(q.l&65535),E=(N.l>>>16)+(q.l>>>16)+(A>>>16),P=(N.h&65535)+(q.h&65535)+(E>>>16),O=(N.h>>>16)+(q.h>>>16)+(P>>>16);U.l=A&65535|E<<16,U.h=P&65535|O<<16}function F(U,N,q,A,E){var P=(N.l&65535)+(q.l&65535)+(A.l&65535)+(E.l&65535),O=(N.l>>>16)+(q.l>>>16)+(A.l>>>16)+(E.l>>>16)+(P>>>16),H=(N.h&65535)+(q.h&65535)+(A.h&65535)+(E.h&65535)+(O>>>16),j=(N.h>>>16)+(q.h>>>16)+(A.h>>>16)+(E.h>>>16)+(H>>>16);U.l=P&65535|O<<16,U.h=H&65535|j<<16}function L(U,N,q,A,E,P){var O=(N.l&65535)+(q.l&65535)+(A.l&65535)+(E.l&65535)+(P.l&65535),H=(N.l>>>16)+(q.l>>>16)+(A.l>>>16)+(E.l>>>16)+(P.l>>>16)+(O>>>16),j=(N.h&65535)+(q.h&65535)+(A.h&65535)+(E.h&65535)+(P.h&65535)+(H>>>16),W=(N.h>>>16)+(q.h>>>16)+(A.h>>>16)+(E.h>>>16)+(P.h>>>16)+(j>>>16);U.l=O&65535|H<<16,U.h=j&65535|W<<16}},RMD160:function(f){var T=f&&typeof f.uppercase=="boolean"?f.uppercase:!1,b=f&&typeof f.pad=="string"?f.pa:"=",h=f&&typeof f.utf8=="boolean"?f.utf8:!0,C=[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,7,4,13,1,10,6,15,3,12,0,9,5,2,14,11,8,3,10,14,4,9,15,8,1,2,7,0,6,13,11,5,12,1,9,11,10,0,8,12,4,13,3,7,15,14,5,6,2,4,0,5,9,7,12,2,10,14,1,3,8,11,6,15,13],D=[5,14,7,0,9,2,11,4,13,6,15,8,1,10,3,12,6,11,3,7,0,13,5,10,14,15,8,12,4,9,1,2,15,5,1,3,7,14,6,9,11,8,12,2,10,0,4,13,8,6,4,1,3,11,15,0,5,12,2,13,9,7,10,14,12,15,10,4,1,5,8,7,6,2,13,14,0,3,9,11],M=[11,14,15,12,5,8,7,9,11,13,14,15,6,7,9,8,7,6,8,13,11,9,7,15,7,12,15,9,11,7,13,12,11,13,6,7,14,9,13,15,14,8,13,6,5,12,7,5,11,12,14,15,14,15,9,8,9,14,5,6,8,6,5,12,9,15,5,11,6,8,13,12,5,12,13,14,11,8,5,6],B=[8,9,9,11,13,15,15,5,7,7,8,11,14,14,12,6,9,13,15,7,12,8,9,11,7,7,12,7,6,15,13,11,9,7,15,11,8,6,6,14,12,13,5,14,13,13,7,5,15,5,8,11,14,14,6,14,6,9,12,9,12,5,15,8,8,5,12,9,12,5,14,6,8,13,6,5,15,13,11,11];this.hex=function(L){return i(S(L,h))},this.b64=function(L){return m(S(L,h),b)},this.any=function(L,U){return g(S(L,h),U)},this.raw=function(L){return S(L,h)},this.hex_hmac=function(L,U){return i(y(L,U))},this.b64_hmac=function(L,U){return m(y(L,U),b)},this.any_hmac=function(L,U,N){return g(y(L,U),N)},this.vm_test=function(){return hex("abc").toLowerCase()==="900150983cd24fb0d6963f7d28e17f72"},this.setUpperCase=function(L){return typeof L=="boolean"&&(T=L),this},this.setPad=function(L){return typeof L<"u"&&(b=L),this},this.setUTF8=function(L){return typeof L=="boolean"&&(h=L),this};function S(L){return L=h?e(L):L,_(k(c(L),L.length*8))}function y(L,U){L=h?e(L):L,U=h?e(U):U;var N,q,A=c(L),E=Array(16),P=Array(16);for(A.length>16&&(A=k(A,L.length*8)),N=0;N<16;N+=1)E[N]=A[N]^909522486,P[N]=A[N]^1549556828;return q=k(E.concat(c(U)),512+U.length*8),_(k(P.concat(q),512+160))}function _(L){var U,N="",q=L.length*32;for(U=0;U>5]>>>U%32&255);return N}function k(L,U){var N,q,A,E,P=1732584193,O=4023233417,H=2562383102,j=271733878,W=3285377520,V,se,X,Z,ue,ge,te,Y,Te,ae;for(L[U>>5]|=128<>>9<<4)+14]=U,E=L.length,A=0;Afunction(){return e||(0,t[Tf(t)[0]])((e={exports:{}}).exports,e),e.exports},g6=(t,e)=>{for(var n in e)md(t,n,{get:e[n],enumerable:!0})},gd=(t,e,n,r)=>{if(e&&typeof e=="object"||typeof e=="function")for(let a of Tf(e))!d6.call(t,a)&&a!==n&&md(t,a,{get:()=>e[a],enumerable:!(r=l6(e,a))||r.enumerable});return t},m6=(t,e,n)=>(gd(t,e,"default"),n&&gd(n,e,"default")),yf=(t,e,n)=>(n=t!=null?u6(c6(t)):{},gd(e||!t||!t.__esModule?md(n,"default",{value:t,enumerable:!0}):n,t)),vf=p6({"../esmd/npm/webextension-polyfill@0.10.0/node_modules/webextension-polyfill/dist/browser-polyfill.js"(t,e){(function(n,r){if(typeof define=="function"&&define.amd)define("webextension-polyfill",["module"],r);else if(typeof t<"u")r(e);else{var a={exports:{}};r(a),n.browser=a.exports}})(typeof globalThis<"u"?globalThis:typeof self<"u"?self:t,function(n){"use strict";if(!globalThis.chrome?.runtime?.id)throw new Error("This script should only be loaded in a browser extension.");if(typeof globalThis.browser>"u"||Object.getPrototypeOf(globalThis.browser)!==Object.prototype){let r="The message port closed before a response was received.",a=i=>{let o={alarms:{clear:{minArgs:0,maxArgs:1},clearAll:{minArgs:0,maxArgs:0},get:{minArgs:0,maxArgs:1},getAll:{minArgs:0,maxArgs:0}},bookmarks:{create:{minArgs:1,maxArgs:1},get:{minArgs:1,maxArgs:1},getChildren:{minArgs:1,maxArgs:1},getRecent:{minArgs:1,maxArgs:1},getSubTree:{minArgs:1,maxArgs:1},getTree:{minArgs:0,maxArgs:0},move:{minArgs:2,maxArgs:2},remove:{minArgs:1,maxArgs:1},removeTree:{minArgs:1,maxArgs:1},search:{minArgs:1,maxArgs:1},update:{minArgs:2,maxArgs:2}},browserAction:{disable:{minArgs:0,maxArgs:1,fallbackToNoCallback:!0},enable:{minArgs:0,maxArgs:1,fallbackToNoCallback:!0},getBadgeBackgroundColor:{minArgs:1,maxArgs:1},getBadgeText:{minArgs:1,maxArgs:1},getPopup:{minArgs:1,maxArgs:1},getTitle:{minArgs:1,maxArgs:1},openPopup:{minArgs:0,maxArgs:0},setBadgeBackgroundColor:{minArgs:1,maxArgs:1,fallbackToNoCallback:!0},setBadgeText:{minArgs:1,maxArgs:1,fallbackToNoCallback:!0},setIcon:{minArgs:1,maxArgs:1},setPopup:{minArgs:1,maxArgs:1,fallbackToNoCallback:!0},setTitle:{minArgs:1,maxArgs:1,fallbackToNoCallback:!0}},browsingData:{remove:{minArgs:2,maxArgs:2},removeCache:{minArgs:1,maxArgs:1},removeCookies:{minArgs:1,maxArgs:1},removeDownloads:{minArgs:1,maxArgs:1},removeFormData:{minArgs:1,maxArgs:1},removeHistory:{minArgs:1,maxArgs:1},removeLocalStorage:{minArgs:1,maxArgs:1},removePasswords:{minArgs:1,maxArgs:1},removePluginData:{minArgs:1,maxArgs:1},settings:{minArgs:0,maxArgs:0}},commands:{getAll:{minArgs:0,maxArgs:0}},contextMenus:{remove:{minArgs:1,maxArgs:1},removeAll:{minArgs:0,maxArgs:0},update:{minArgs:2,maxArgs:2}},cookies:{get:{minArgs:1,maxArgs:1},getAll:{minArgs:1,maxArgs:1},getAllCookieStores:{minArgs:0,maxArgs:0},remove:{minArgs:1,maxArgs:1},set:{minArgs:1,maxArgs:1}},devtools:{inspectedWindow:{eval:{minArgs:1,maxArgs:2,singleCallbackArg:!1}},panels:{create:{minArgs:3,maxArgs:3,singleCallbackArg:!0},elements:{createSidebarPane:{minArgs:1,maxArgs:1}}}},downloads:{cancel:{minArgs:1,maxArgs:1},download:{minArgs:1,maxArgs:1},erase:{minArgs:1,maxArgs:1},getFileIcon:{minArgs:1,maxArgs:2},open:{minArgs:1,maxArgs:1,fallbackToNoCallback:!0},pause:{minArgs:1,maxArgs:1},removeFile:{minArgs:1,maxArgs:1},resume:{minArgs:1,maxArgs:1},search:{minArgs:1,maxArgs:1},show:{minArgs:1,maxArgs:1,fallbackToNoCallback:!0}},extension:{isAllowedFileSchemeAccess:{minArgs:0,maxArgs:0},isAllowedIncognitoAccess:{minArgs:0,maxArgs:0}},history:{addUrl:{minArgs:1,maxArgs:1},deleteAll:{minArgs:0,maxArgs:0},deleteRange:{minArgs:1,maxArgs:1},deleteUrl:{minArgs:1,maxArgs:1},getVisits:{minArgs:1,maxArgs:1},search:{minArgs:1,maxArgs:1}},i18n:{detectLanguage:{minArgs:1,maxArgs:1},getAcceptLanguages:{minArgs:0,maxArgs:0}},identity:{launchWebAuthFlow:{minArgs:1,maxArgs:1}},idle:{queryState:{minArgs:1,maxArgs:1}},management:{get:{minArgs:1,maxArgs:1},getAll:{minArgs:0,maxArgs:0},getSelf:{minArgs:0,maxArgs:0},setEnabled:{minArgs:2,maxArgs:2},uninstallSelf:{minArgs:0,maxArgs:1}},notifications:{clear:{minArgs:1,maxArgs:1},create:{minArgs:1,maxArgs:2},getAll:{minArgs:0,maxArgs:0},getPermissionLevel:{minArgs:0,maxArgs:0},update:{minArgs:2,maxArgs:2}},pageAction:{getPopup:{minArgs:1,maxArgs:1},getTitle:{minArgs:1,maxArgs:1},hide:{minArgs:1,maxArgs:1,fallbackToNoCallback:!0},setIcon:{minArgs:1,maxArgs:1},setPopup:{minArgs:1,maxArgs:1,fallbackToNoCallback:!0},setTitle:{minArgs:1,maxArgs:1,fallbackToNoCallback:!0},show:{minArgs:1,maxArgs:1,fallbackToNoCallback:!0}},permissions:{contains:{minArgs:1,maxArgs:1},getAll:{minArgs:0,maxArgs:0},remove:{minArgs:1,maxArgs:1},request:{minArgs:1,maxArgs:1}},runtime:{getBackgroundPage:{minArgs:0,maxArgs:0},getPlatformInfo:{minArgs:0,maxArgs:0},openOptionsPage:{minArgs:0,maxArgs:0},requestUpdateCheck:{minArgs:0,maxArgs:0},sendMessage:{minArgs:1,maxArgs:3},sendNativeMessage:{minArgs:2,maxArgs:2},setUninstallURL:{minArgs:1,maxArgs:1}},sessions:{getDevices:{minArgs:0,maxArgs:1},getRecentlyClosed:{minArgs:0,maxArgs:1},restore:{minArgs:0,maxArgs:1}},storage:{local:{clear:{minArgs:0,maxArgs:0},get:{minArgs:0,maxArgs:1},getBytesInUse:{minArgs:0,maxArgs:1},remove:{minArgs:1,maxArgs:1},set:{minArgs:1,maxArgs:1}},managed:{get:{minArgs:0,maxArgs:1},getBytesInUse:{minArgs:0,maxArgs:1}},sync:{clear:{minArgs:0,maxArgs:0},get:{minArgs:0,maxArgs:1},getBytesInUse:{minArgs:0,maxArgs:1},remove:{minArgs:1,maxArgs:1},set:{minArgs:1,maxArgs:1}}},tabs:{captureVisibleTab:{minArgs:0,maxArgs:2},create:{minArgs:1,maxArgs:1},detectLanguage:{minArgs:0,maxArgs:1},discard:{minArgs:0,maxArgs:1},duplicate:{minArgs:1,maxArgs:1},executeScript:{minArgs:1,maxArgs:2},get:{minArgs:1,maxArgs:1},getCurrent:{minArgs:0,maxArgs:0},getZoom:{minArgs:0,maxArgs:1},getZoomSettings:{minArgs:0,maxArgs:1},goBack:{minArgs:0,maxArgs:1},goForward:{minArgs:0,maxArgs:1},highlight:{minArgs:1,maxArgs:1},insertCSS:{minArgs:1,maxArgs:2},move:{minArgs:2,maxArgs:2},query:{minArgs:1,maxArgs:1},reload:{minArgs:0,maxArgs:2},remove:{minArgs:1,maxArgs:1},removeCSS:{minArgs:1,maxArgs:2},sendMessage:{minArgs:2,maxArgs:3},setZoom:{minArgs:1,maxArgs:2},setZoomSettings:{minArgs:1,maxArgs:2},update:{minArgs:1,maxArgs:2}},topSites:{get:{minArgs:0,maxArgs:0}},webNavigation:{getAllFrames:{minArgs:1,maxArgs:1},getFrame:{minArgs:1,maxArgs:1}},webRequest:{handlerBehaviorChanged:{minArgs:0,maxArgs:0}},windows:{create:{minArgs:0,maxArgs:1},get:{minArgs:1,maxArgs:2},getAll:{minArgs:0,maxArgs:1},getCurrent:{minArgs:0,maxArgs:1},getLastFocused:{minArgs:0,maxArgs:1},remove:{minArgs:1,maxArgs:1},update:{minArgs:2,maxArgs:2}}};if(Object.keys(o).length===0)throw new Error("api-metadata.json has not been included in browser-polyfill");class s extends WeakMap{constructor(y,_=void 0){super(_),this.createItem=y}get(y){return this.has(y)||this.set(y,this.createItem(y)),super.get(y)}}let u=S=>S&&typeof S=="object"&&typeof S.then=="function",l=(S,y)=>(..._)=>{i.runtime.lastError?S.reject(new Error(i.runtime.lastError.message)):y.singleCallbackArg||_.length<=1&&y.singleCallbackArg!==!1?S.resolve(_[0]):S.resolve(_)},c=S=>S==1?"argument":"arguments",p=(S,y)=>function(k,...v){if(v.lengthy.maxArgs)throw new Error(`Expected at most ${y.maxArgs} ${c(y.maxArgs)} for ${S}(), got ${v.length}`);return new Promise((I,F)=>{if(y.fallbackToNoCallback)try{k[S](...v,l({resolve:I,reject:F},y))}catch{k[S](...v),y.fallbackToNoCallback=!1,y.noCallback=!0,I()}else y.noCallback?(k[S](...v),I()):k[S](...v,l({resolve:I,reject:F},y))})},g=(S,y,_)=>new Proxy(y,{apply(k,v,I){return _.call(v,S,...I)}}),m=Function.call.bind(Object.prototype.hasOwnProperty),f=(S,y={},_={})=>{let k=Object.create(null),v={has(F,L){return L in S||L in k},get(F,L,U){if(L in k)return k[L];if(!(L in S))return;let N=S[L];if(typeof N=="function")if(typeof y[L]=="function")N=g(S,S[L],y[L]);else if(m(_,L)){let q=p(L,_[L]);N=g(S,S[L],q)}else N=N.bind(S);else if(typeof N=="object"&&N!==null&&(m(y,L)||m(_,L)))N=f(N,y[L],_[L]);else if(m(_,"*"))N=f(N,y[L],_["*"]);else return Object.defineProperty(k,L,{configurable:!0,enumerable:!0,get(){return S[L]},set(q){S[L]=q}}),N;return k[L]=N,N},set(F,L,U,N){return L in k?k[L]=U:S[L]=U,!0},defineProperty(F,L,U){return Reflect.defineProperty(k,L,U)},deleteProperty(F,L){return Reflect.deleteProperty(k,L)}},I=Object.create(S);return new Proxy(I,v)},T=S=>({addListener(y,_,...k){y.addListener(S.get(_),...k)},hasListener(y,_){return y.hasListener(S.get(_))},removeListener(y,_){y.removeListener(S.get(_))}}),b=new s(S=>typeof S!="function"?S:function(_){let k=f(_,{},{getContent:{minArgs:0,maxArgs:0}});S(k)}),h=new s(S=>typeof S!="function"?S:function(_,k,v){let I=!1,F,L=new Promise(A=>{F=function(E){I=!0,A(E)}}),U;try{U=S(_,k,F)}catch(A){U=Promise.reject(A)}let N=U!==!0&&u(U);if(U!==!0&&!N&&!I)return!1;let q=A=>{A.then(E=>{v(E)},E=>{let P;E&&(E instanceof Error||typeof E.message=="string")?P=E.message:P="An unexpected error occurred",v({__mozWebExtensionPolyfillReject__:!0,message:P})}).catch(E=>{})};return q(N?U:L),!0}),C=({reject:S,resolve:y},_)=>{i.runtime.lastError?i.runtime.lastError.message===r?y():S(new Error(i.runtime.lastError.message)):_&&_.__mozWebExtensionPolyfillReject__?S(new Error(_.message)):y(_)},D=(S,y,_,...k)=>{if(k.lengthy.maxArgs)throw new Error(`Expected at most ${y.maxArgs} ${c(y.maxArgs)} for ${S}(), got ${k.length}`);return new Promise((v,I)=>{let F=C.bind(null,{resolve:v,reject:I});k.push(F),_.sendMessage(...k)})},M={devtools:{network:{onRequestFinished:T(b)}},runtime:{onMessage:T(h),onMessageExternal:T(h),sendMessage:D.bind(null,"sendMessage",{minArgs:1,maxArgs:3})},tabs:{sendMessage:D.bind(null,"sendMessage",{minArgs:2,maxArgs:3})}},B={clear:{minArgs:1,maxArgs:1},get:{minArgs:1,maxArgs:1},set:{minArgs:1,maxArgs:1}};return o.privacy={network:{"*":B},services:{"*":B},websites:{"*":B}},f(i,M,o)};n.exports=a(chrome)}else n.exports=globalThis.browser})}}),Sf={};g6(Sf,{default:()=>nu});var f6=yf(vf());m6(Sf,yf(vf()));var{default:bf,...h6}=f6,nu=bf!==void 0?bf:h6;globalThis.immersiveTranslateBrowserAPI=nu;d();d();d();var su,Fe,Df,b6,ko,xf,Af,au={},kf=[],T6=/acit|ex(?:s|g|n|p|$)|rph|grid|ows|mnc|ntw|ine[ch]|zoo|^ord|itera/i;function Vr(t,e){for(var n in e)t[n]=e[n];return t}function Pf(t){var e=t.parentNode;e&&e.removeChild(t)}function hd(t,e,n){var r,a,i,o={};for(i in e)i=="key"?r=e[i]:i=="ref"?a=e[i]:o[i]=e[i];if(arguments.length>2&&(o.children=arguments.length>3?su.call(arguments,2):n),typeof t=="function"&&t.defaultProps!=null)for(i in t.defaultProps)o[i]===void 0&&(o[i]=t.defaultProps[i]);return ru(t,o,r,a,null)}function ru(t,e,n,r,a){var i={type:t,props:e,key:n,ref:r,__k:null,__:null,__b:0,__e:null,__d:void 0,__c:null,__h:null,constructor:void 0,__v:a??++Df};return a==null&&Fe.vnode!=null&&Fe.vnode(i),i}function Ot(t){return t.children}function Ba(t,e){this.props=t,this.context=e}function fi(t,e){if(e==null)return t.__?fi(t.__,t.__.__k.indexOf(t)+1):null;for(var n;e0?ru(m.type,m.props,m.key,m.ref?m.ref:null,m.__v):m)!=null){if(m.__=n,m.__b=n.__b+1,(g=h[c])===null||g&&m.key==g.key&&m.type===g.type)h[c]=void 0;else for(p=0;p=n.__.length&&n.__.push({__V:uu}),n.__[t]}function re(t){return Po=1,x6(Gf,t)}function x6(t,e,n){var r=cu(Lo++,2);if(r.t=t,!r.__c&&(r.__=[n?n(e):Gf(void 0,e),function(i){var o=r.__N?r.__N[0]:r.__[0],s=r.t(o,i);o!==s&&(r.__N=[s,r.__[1]],r.__c.setState({}))}],r.__c=xt,!xt.u)){xt.u=!0;var a=xt.shouldComponentUpdate;xt.shouldComponentUpdate=function(i,o,s){if(!r.__c.__H)return!0;var u=r.__c.__H.__.filter(function(c){return c.__c});if(u.every(function(c){return!c.__N}))return!a||a.call(this,i,o,s);var l=!1;return u.forEach(function(c){if(c.__N){var p=c.__[0];c.__=c.__N,c.__N=void 0,p!==c.__[0]&&(l=!0)}}),!!l&&(!a||a.call(this,i,o,s))}}return r.__N||r.__}function Ce(t,e){var n=cu(Lo++,3);!Fe.__s&&Kf(n.__H,e)&&(n.__=t,n.i=e,xt.__H.__h.push(n))}function je(t){return Po=5,Ne(function(){return{current:t}},[])}function Ne(t,e){var n=cu(Lo++,7);return Kf(n.__H,e)?(n.__V=t(),n.i=e,n.__h=t,n.__V):n.__}function Ve(t,e){return Po=8,Ne(function(){return t},e)}function du(t){var e=xt.context[t.__c],n=cu(Lo++,9);return n.c=t,e?(n.__==null&&(n.__=!0,e.sub(xt)),e.props.value):t.__}function E6(){for(var t;t=Wf.shift();)if(t.__P&&t.__H)try{t.__H.__h.forEach(lu),t.__H.__h.forEach(yd),t.__H.__h=[]}catch(e){t.__H.__h=[],Fe.__e(e,t.__v)}}Fe.__b=function(t){typeof t.type!="function"||t.o||t.type===Ot?t.o||(t.o=t.__&&t.__.o?t.__.o:""):t.o=(t.__&&t.__.o?t.__.o:"")+(t.__&&t.__.__k?t.__.__k.indexOf(t):0),xt=null,zf&&zf(t)},Fe.__r=function(t){Nf&&Nf(t),Lo=0;var e=(xt=t.__c).__H;e&&(Td===xt?(e.__h=[],xt.__h=[],e.__.forEach(function(n){n.__N&&(n.__=n.__N),n.__V=uu,n.__N=n.i=void 0})):(e.__h.forEach(lu),e.__h.forEach(yd),e.__h=[])),Td=xt},Fe.diffed=function(t){Uf&&Uf(t);var e=t.__c;e&&e.__H&&(e.__H.__h.length&&(Wf.push(e)!==1&&Of===Fe.requestAnimationFrame||((Of=Fe.requestAnimationFrame)||C6)(E6)),e.__H.__.forEach(function(n){n.i&&(n.__H=n.i),n.__V!==uu&&(n.__=n.__V),n.i=void 0,n.__V=uu})),Td=xt=null},Fe.__c=function(t,e){e.some(function(n){try{n.__h.forEach(lu),n.__h=n.__h.filter(function(r){return!r.__||yd(r)})}catch(r){e.some(function(a){a.__h&&(a.__h=[])}),e=[],Fe.__e(r,n.__v)}}),qf&&qf(t,e)},Fe.unmount=function(t){jf&&jf(t);var e,n=t.__c;n&&n.__H&&(n.__H.__.forEach(function(r){try{lu(r)}catch(a){e=a}}),n.__H=void 0,e&&Fe.__e(e,n.__v))};var Hf=typeof requestAnimationFrame=="function";function C6(t){var e,n=function(){clearTimeout(r),Hf&&cancelAnimationFrame(e),setTimeout(t)},r=setTimeout(n,100);Hf&&(e=requestAnimationFrame(n))}function lu(t){var e=xt,n=t.__c;typeof n=="function"&&(t.__c=void 0,n()),xt=e}function yd(t){var e=xt;t.__c=t.__(),xt=e}function Kf(t,e){return!t||t.length!==e.length||e.some(function(n,r){return n!==t[r]})}function Gf(t,e){return typeof e=="function"?e(t):e}d();d();function pu(t,e,n){let r=[];n||(n={}),e!=="auto"&&!n[e]&&(n[e]={matches:[],excludeMatches:[]}),r=e!=="auto"?n[e].matches:[];let a={},i=Object.keys(n);for(let l of i){let p=n[l].matches;for(let g of p)a[g]||(a[g]=[]),a[g].push(l)}let o=a[t];if(o&&o.length>0)for(let l of o)n[l].matches.indexOf(t)>-1&&(n[l]={...n[l],matches:n[l].matches.filter(p=>p!==t)});let s=new Set(r);if(e==="auto")return{...n};s.add(t);let u=Array.from(s);return{...n,[e]:{...n[e],matches:u}}}d();d();function Me(){return typeof process>"u"&&typeof Deno<"u"?Deno.env.toObject():x}var we=Me();function ye(){return we.IMMERSIVE_TRANSLATE_USERSCRIPT==="1"}function Qt(){return we.PROD==="1"}function Bn(){return we.PROD_API==="1"}function Vf(){return we.HAS_CSP_ERROR=="1"}function ot(){if(we.IMMERSIVE_TRANSLATE_SAFARI==="1")return!0;if(typeof globalThis.immersiveTranslateBrowserAPI<"u"&&globalThis.immersiveTranslateBrowserAPI.runtime&&globalThis.immersiveTranslateBrowserAPI.runtime.getManifest){let e=globalThis.immersiveTranslateBrowserAPI.runtime.getManifest();return!!(e&&e._isSafari)}else return!1}function gu(){return typeof Deno<"u"}var wP=Me().PROD==="1",bi=Me().PROD!=="1";function mu(){return typeof globalThis.__IS_IMMERSIVE_TRANSLATE_WEB_OPTIONS_PAGE__<"u"}d();d();d();var vd=/iPhone/i,$f=/iPod/i,Yf=/iPad/i,Qf=/\biOS-universal(?:.+)Mac\b/i,Sd=/\bAndroid(?:.+)Mobile\b/i,Zf=/Android/i,Ti=/(?:SD4930UR|\bSilk(?:.+)Mobile\b)/i,fu=/Silk/i,Cr=/Windows Phone/i,Jf=/\bWindows(?:.+)ARM\b/i,Xf=/BlackBerry/i,eh=/BB10/i,th=/Opera Mini/i,nh=/\b(CriOS|Chrome)(?:.+)Mobile/i,rh=/Mobile(?:.+)Firefox\b/i,ah=t=>typeof t<"u"&&t.platform==="MacIntel"&&typeof t.maxTouchPoints=="number"&&t.maxTouchPoints>1&&typeof globalThis.MSStream>"u";function w6(t){return e=>e.test(t)}function tt(t){let e={userAgent:"",platform:"",maxTouchPoints:0};!t&&typeof navigator<"u"?e={userAgent:navigator.userAgent,platform:navigator.platform,maxTouchPoints:navigator.maxTouchPoints||0}:typeof t=="string"?e.userAgent=t:t&&t.userAgent&&(e={userAgent:t.userAgent,platform:t.platform,maxTouchPoints:t.maxTouchPoints||0});let n=e.userAgent,r=n.split("[FBAN");typeof r[1]<"u"&&(n=r[0]),r=n.split("Twitter"),typeof r[1]<"u"&&(n=r[0]);let a=w6(n),i={apple:{phone:a(vd)&&!a(Cr),ipod:a($f),tablet:!a(vd)&&(a(Yf)||ah(e))&&!a(Cr),universal:a(Qf),device:(a(vd)||a($f)||a(Yf)||a(Qf)||ah(e))&&!a(Cr)},amazon:{phone:a(Ti),tablet:!a(Ti)&&a(fu),device:a(Ti)||a(fu)},android:{phone:!a(Cr)&&a(Ti)||!a(Cr)&&a(Sd),tablet:!a(Cr)&&!a(Ti)&&!a(Sd)&&(a(fu)||a(Zf)),device:!a(Cr)&&(a(Ti)||a(fu)||a(Sd)||a(Zf))||a(/\bokhttp\b/i)},windows:{phone:a(Cr),tablet:a(Jf),device:a(Cr)||a(Jf)},other:{blackberry:a(Xf),blackberry10:a(eh),opera:a(th),firefox:a(rh),chrome:a(nh),device:a(Xf)||a(eh)||a(th)||a(rh)||a(nh)},any:!1,phone:!1,tablet:!1};return i.any=i.apple.device||i.android.device||i.windows.device||i.other.device,i.phone=i.apple.phone||i.android.phone||i.windows.phone,i.tablet=i.apple.tablet||i.android.tablet||i.windows.tablet,i}var xd="DENO",hu="CHROME",bu="FIREFOX";function ih(t){let e=hu;try{let n=navigator?.userAgent||"";/firefox/i.test(n)||typeof InstallTrigger<"u"?e=bu:/deno/i.test(n)&&(e=xd)}catch{}return t===hu&&e===hu||t===bu&&e===bu||t===xd&&e===xd}function D6(){return ih(hu)}function oh(){return typeof Deno<"u"}function Wn(){return ih(bu)}function Tu(){return!!navigator.maxTouchPoints||"ontouchstart"in document.documentElement}function _o(t){return!!(t?.confirmSupportMouse||globalThis.matchMedia("(pointer:fine)").matches)}function sh(){return ye()?"monkey":D6()?"chrome":Wn()?"firefox":ot()?"safari":null}d();var uh={addListener:()=>{},removeListener:()=>{},hasListener:()=>{}},lh={permissions:{contains:()=>{},request:()=>{}},runtime:{onMessage:uh,openOptionsPage:()=>{},lastError:{message:""}},storage:{sync:{get:()=>{},set:()=>{}}},tabs:{onUpdated:uh,query:()=>{},sendMessage:()=>{}}};var oe;oh()?oe=lh:oe=globalThis.immersiveTranslateBrowserAPI;d();d();var ch={nologin:"\u672A\u767B\u5F55",loginForSafari:"\u767B\u5F55\u6216\u6CE8\u518C",login:"\u767B\u5F55\u540E\u53EF\u5F00\u901A\u4F1A\u5458",goLogin:"\u53BB\u767B\u5F55",manageAccount:"\u7BA1\u7406\u8D26\u6237",openPremium:"\u5F00\u901A\u4F1A\u5458",logout:"\u9000\u51FA",curentPlan:"\u5F53\u524D\u5957\u9910",endAt:"\u5230\u671F",endAuto:"\u81EA\u52A8\u7EED\u671F",lineBreakMaxTextCount:"\u6362\u884C\u540E\uFF0C\u6BCF\u53E5\u8BDD\u5141\u8BB8\u7684\u6700\u5927\u5B57\u7B26\u6570\u91CF","translate-pdf":"\u70B9\u51FB\u7FFB\u8BD1 PDF","noSupportTranslate-pdf":"\u811A\u672C\u4E0D\u652F\u6301\u8BF7\u4F7F\u7528\u63D2\u4EF6","translate-firefox-local-pdf":"\u70B9\u51FB\u53BB\u5BFC\u5165PDF",enableLineBreak:"\u5F00\u542F\u957F\u6BB5\u843D\u81EA\u52A8\u6362\u884C",sponsorLabel:"$1 \u8D77\u8D5E\u52A9\u5F00\u53D1\u8005",help:"\u5E2E\u52A9",enableLineBreakDescription:"\u5F00\u542F\u540E\uFF0C\u5C06\u4F1A\u5728\u957F\u6BB5\u843D\u4E2D\u6BCF\u53E5\u8BDD\u7ED3\u675F\u63D2\u5165\u6362\u884C\u7B26\uFF0C\u4EE5\u4FBF\u4E8E\u9605\u8BFB","browser.shortBrandName":"\u6C89\u6D78\u5F0F\u7FFB\u8BD1","browser.brandName":"\u6C89\u6D78\u5F0F\u7FFB\u8BD1 - \u7F51\u9875\u7FFB\u8BD1\u63D2\u4EF6 | PDF\u7FFB\u8BD1 | \u514D\u8D39","browser.brandDescription":"\u3010\u6C89\u6D78\u5F0F\u7FFB\u8BD1\u3011\u4E00\u6B3E\u514D\u8D39\u7684\uFF08\u539F\u6587/\u8BD1\u6587\uFF09\u53CC\u8BED\u5BF9\u7167\u7F51\u9875\u7FFB\u8BD1\u63D2\u4EF6\uFF0C\u540C\u65F6\u652F\u6301PDF\u7FFB\u8BD1\uFF08\u4FDD\u7559\u539F\u6587\u6863\u6392\u7248\uFF09\uFF0C\u89C6\u9891\u53CC\u8BED\u5B57\u5E55\u7FFB\u8BD1\uFF08Youtube, Netflix\u7B49\uFF09\uFF0CEPUB\u7535\u5B50\u4E66\u7FFB\u8BD1\u7B49\uFF1B\u652F\u6301\u8C03\u7528\u4EBA\u5DE5\u667A\u80FDAI\u7FFB\u8BD1\u5927\u6A21\u578B\uFF08OpenAI (ChatGPT)\u3001DeepL\u3001Gemini(Bard) \u7B49 \uFF09\u5BF9\u4EE5\u4E0A\u5185\u5BB9\u8FDB\u884C\u66F4\u51C6\u786E\u7684\u7FFB\u8BD1\uFF1B","browser.brandDescriptionForSafari":"\u3010\u6C89\u6D78\u5F0F\u7FFB\u8BD1\u3011\u4E00\u6B3E\u514D\u8D39\u7684\uFF08\u539F\u6587/\u8BD1\u6587\uFF09\u53CC\u8BED\u5BF9\u7167\u7F51\u9875\u7FFB\u8BD1\u63D2\u4EF6\uFF0C\u540C\u65F6\u652F\u6301PDF\u7FFB\u8BD1\u548CEPUB\u7535\u5B50\u4E66\u7FFB\u8BD1\u4E14\u4FDD\u7559\u539F\u6587\u6863\u6392\u7248\uFF0CYoutube/Netflix\u7B49\u5728\u7EBF\u89C6\u9891\u53CC\u8BED\u5B57\u5E55\u7FFB\u8BD1\uFF0C\u652F\u6301Deepl/Google\u7B49\u4E3B\u6D41\u7FFB\u8BD1\u670D\u52A1;","browser.toggleTranslatePage":"\u7FFB\u8BD1\u7F51\u9875/\u663E\u793A\u539F\u6587","browser.toggleTranslateTheWholePage":"\u7FFB\u8BD1\u9875\u9762\u5168\u90E8\u533A\u57DF/\u663E\u793A\u539F\u6587","browser.toggleTranslateToThePageEndImmediately":"\u7ACB\u5373\u7FFB\u8BD1\u5230\u9875\u9762\u5E95\u90E8/\u663E\u793A\u539F\u6587","browser.toggleTranslateTheMainPage":"\u7FFB\u8BD1\u9875\u9762\u4E3B\u8981\u533A\u57DF/\u663E\u793A\u539F\u6587","browser.shareToDraft":"\u751F\u6210\u7F51\u9875\u5FEB\u7167","browser.openOptionsPage":"\u6253\u5F00\u8BBE\u7F6E\u9875","browser.translateLocalPdfFile":"\u7FFB\u8BD1\u672C\u5730 PDF \u6587\u4EF6","browser.openEbookViewer":"\u9605\u8BFB\u672C\u5730\u7535\u5B50\u4E66","browser.openEbookBuilder":"\u5236\u4F5C\u53CC\u8BED EPUB \u7535\u5B50\u4E66","browser.translateLocalHtmlFile":"\u7FFB\u8BD1 HTML/txt \u6587\u4EF6","browser.donateContext":"\u4E86\u89E3\u8D5E\u52A9\u798F\u5229","browser.translateLocalSubtitleFile":"\u7FFB\u8BD1\u672C\u5730\u5B57\u5E55\u6587\u4EF6",confirmResetConfig:"\u4F60\u786E\u5B9A\u8981\u91CD\u7F6E\u8BBE\u7F6E\u5417\uFF1F",translationLineBreakSettingTitle:"\u8BD1\u6587\u6362\u884C\u8BBE\u7F6E",smartLineBreak:"\u667A\u80FD\u6362\u884C",alwaysLineBreak:"\u603B\u662F\u6362\u884C",isShowContextMenu:"\u5C06\u7FFB\u8BD1\u7F51\u9875\u52A0\u5165\u53F3\u952E\u83DC\u5355\u9879",toggleBeta:"\u5F00\u542F Beta \u6D4B\u8BD5\u7279\u6027",betaDescription:"\u542F\u7528\u4ECD\u5728\u5B9E\u9A8C\u6027\u7684\u529F\u80FD\uFF0C\u4EE5\u53CA\u6D4B\u8BD5\u4E2D\u7684\u7FFB\u8BD1\u670D\u52A1\u3002\u52A0\u5165 <1>Telegram \u7FA4\u7EC4\u4E86\u89E3\u66F4\u591A\u3002",translationLineBreakSettingDescription:"\u603B\u662F\u6362\u884C\u9002\u7528\u4E8E\u8F83\u5C11\u5185\u5BB9\u7684\u7248\u9762\uFF0C\u66F4\u6574\u9F50\u3002\uFF08\u5728\u5185\u5BB9\u8F83\u591A\u7684\u957F\u6BB5\u843D(\u8D85\u8FC7{count}\u4E2A\u5B57\u7B26) \u4F7F\u7528\u667A\u80FD\u6362\u884C\uFF0C\u66F4\u7701\u7A7A\u95F4\uFF09",tempTranslateDomainTitle:"\u4E34\u65F6\u5F00\u542F\u7F51\u7AD9\u7FFB\u8BD1\u7684\u65F6\u957F",tempTranslateDomainDescription:"\u5F53\u624B\u52A8\u7FFB\u8BD1\u67D0\u4E2A\u7F51\u9875\u7684\u65F6\u5019\uFF0C\u4E34\u65F6\u5F00\u542F\u8BE5\u7F51\u7AD9\u4E3A\u81EA\u52A8\u7FFB\u8BD1\uFF0C\u53EF\u8BBE\u7F6E\u4E34\u65F6\u65F6\u957F",xMinutes:"{count} \u5206\u949F",disabled:"\u7981\u7528",changelog:"\u66F4\u65B0\u65E5\u5FD7",toggleTranslatePageWhenThreeFingersOnTheScreen:"\u591A\u6307\u540C\u65F6\u89E6\u6478\u5C4F\u5E55\u5219\u7FFB\u8BD1\u7F51\u9875/\u663E\u793A\u539F\u6587",toggleTranslationMaskWhenThreeFingersOnTheScreen:"\u591A\u6307\u540C\u65F6\u89E6\u6478\u5219\u663E\u793A/\u9690\u85CF\u8BD1\u6587\u6A21\u7CCA\u6548\u679C",addUrlDescription:"\u53EF\u4EE5\u4E3A\u57DF\u540D\uFF0C\u540C\u65F6\u652F\u6301\u901A\u914D\u7B26\uFF0C\u5982\uFF1A*.google.com, google.com/mail/*, https://www.google.com/*",general:"\u57FA\u672C\u8BBE\u7F6E",clickToExpandConfig:"\u5C55\u5F00\u5F53\u524D\u914D\u7F6E",import:"\u4ECE\u6587\u4EF6\u5BFC\u5165",export:"\u5BFC\u51FA\u5230\u6587\u4EF6",toggleDebug:"\u5728\u63A7\u5236\u53F0\u6253\u5370\u8C03\u8BD5\u65E5\u5FD7",mouseHoldKey:"+ {key} \u7FFB\u8BD1/\u8FD8\u539F\u8BE5\u6BB5",mouseHoldKeyAuto:"\u76F4\u63A5\u7FFB\u8BD1\u8BE5\u6BB5",mouseHoldKeyOff:"\u4E0D\u505A\u4EFB\u4F55\u4E8B\u60C5",mouseHoldKeyOther:"\u81EA\u5B9A\u4E49\u5FEB\u6377\u952E(\u6253\u5F00\u8BBE\u7F6E)",mouseHoldKeyCustomKey:"{key} \u7FFB\u8BD1/\u8FD8\u539F\u8BE5\u6BB5","mouse-translate":"\u9F20\u6807\u60AC\u505C",document:"\u4F7F\u7528\u6559\u7A0B",resetSuccess:"\u91CD\u7F6E\u6240\u6709\u8BBE\u7F6E\u6210\u529F",resetThisSuccess:"\u91CD\u7F6E\u6210\u529F",saved:"\u4FDD\u5B58\u6210\u529F",successImportConfig:"\u6210\u529F\u5BFC\u5165\u914D\u7F6E",goAdvancedSettings:"\u53BB\u8FDB\u9636\u8BBE\u7F6E\u9875",goAdvancedInterfaceSettings:"\u53BB\u9AD8\u7EA7\u81EA\u5B9A\u4E49\u8BBE\u7F6E\u9875\u9762",advanced:"\u8FDB\u9636\u8BBE\u7F6E",advancedDescription:"\u4E00\u822C\u65E0\u9700\u8BBE\u7F6E\uFF0C\u4FDD\u6301\u9ED8\u8BA4\u5373\u53EF\u3002\u4EC5\u5BF9\u4E8E\u66F4\u4E13\u4E1A\u7684\u7528\u6237\uFF0C\u63D0\u4F9B\u66F4\u4E2A\u6027\u5316\u7684\u8BBE\u7F6E\u9879\u3002",developer:"\u5F00\u53D1\u8005\u8BBE\u7F6E",donateCafe:"\u4EF7\u683C","translate to the bottom of the page":"\u8FDB\u5165\u7F51\u9875\u540E\uFF0C\u662F\u5426\u7ACB\u5373\u7FFB\u8BD1\u5230\u9875\u9762\u5E95\u90E8\uFF1F",feedback:"\u95EE\u9898\u53CD\u9988",toggleTranslatePage:"\u7FFB\u8BD1\u7F51\u9875/\u663E\u793A\u539F\u6587",translateToThePageEndImmediatelyDescription:"\u5F00\u542F\u540E\uFF0C\u8FDB\u5165\u7F51\u9875\u5C06\u7ACB\u5373\u7FFB\u8BD1\u4ECE\u9876\u90E8\u5230\u5E95\u90E8\u7684\u5185\u5BB9\u3002\u5173\u95ED\u5219\u8FB9\u770B\u8FB9\u8BD1\u3002\uFF08\u4E0D\u63A8\u8350\u5F00\u542F\uFF09","translate all areas of the page":"\u662F\u5426\u7FFB\u8BD1\u7F51\u9875\u6240\u6709\u533A\u57DF",translationAreaDescription:"\u5F00\u542F\u540E\uFF0C\u6574\u4E2A\u7F51\u9875\u7684\u6240\u6709\u533A\u57DF\u90FD\u4F1A\u88AB\u7FFB\u8BD1\u3002\u5173\u95ED\u5219\u4F7F\u7528\u9ED8\u8BA4\u7684\u667A\u80FD\u8BC6\u522B\uFF0C\u4EC5\u7FFB\u8BD1\u4E3B\u8981\u533A\u57DF\u3002\uFF08\u4E0D\u63A8\u8350\u5F00\u542F\uFF09","the number of characters to be translated first":"\u76F4\u63A5\u7FFB\u8BD1\u9875\u9762\u524D\u591A\u5C11\u4E2A\u5B57\u7B26\uFF0C\u800C\u65E0\u9700\u7B49\u5F85\u6EDA\u52A8\u5230\u53EF\u89C6\u533A\u57DF","interface language":"\u754C\u9762\u8BED\u8A00","display both the original text and the translation":"\u540C\u65F6\u663E\u793A\u539F\u6587\u548C\u8BD1\u6587","keyboard shortcuts":"\u952E\u76D8\u5FEB\u6377\u952E",modify:"\u4FEE\u6539\u5FEB\u6377\u952E",reset:"\u91CD\u7F6E",close:"\u5173\u95ED",homepage:"\u4E3B\u9875",more:"\u66F4\u591A",moreOptions:"\u5C55\u5F00\u66F4\u591A\u81EA\u5B9A\u4E49\u9009\u9879",translateTheWholePage:"\u7FFB\u8BD1\u9875\u9762\u5168\u90E8\u533A\u57DF\uFF08\u533A\u522B\u4E8E\u667A\u80FD\u8BC6\u522B\u4E3B\u8981\u533A\u57DF\uFF09",changeToTranslateTheWholePage:"\u5207\u6362\u4E3A\u7FFB\u8BD1\u6240\u6709\u533A\u57DF",changeToTranslateTheMainPage:"\u5207\u6362\u4E3A\u7FFB\u8BD1\u4E3B\u8981\u533A\u57DF",translateToThePageEndImmediately:"\u7ACB\u5373\u7FFB\u8BD1\u5230\u9875\u9762\u5E95\u90E8",translateTheMainPage:"\u667A\u80FD\u7FFB\u8BD1\u4E3B\u8981\u533A\u57DF","The local rules are up to date":"\u672C\u5730\u9002\u914D\u89C4\u5219\u5DF2\u662F\u6700\u65B0:","Successfully synchronized with the latest official rules:":"\u6210\u529F\u540C\u6B65\u6700\u65B0\u5B98\u65B9\u9002\u914D\u89C4\u5219:","Checking for updates":"\u6B63\u5728\u68C0\u67E5\u66F4\u65B0","Rules are being synchronized":"\u6B63\u5728\u540C\u6B65\u9002\u914D\u89C4\u5219",localVersionIsTooOld:"\u672C\u5730\u6269\u5C55\u7248\u672C\u8FC7\u65E7\uFF0C\u8BF7\u5347\u7EA7\u6269\u5C55\u5230 {minVersion} \u6216\u66F4\u65B0\u7684\u7248\u672C\u518D\u5C1D\u8BD5\u540C\u6B65",badUserscriptBrowser:"\u5F53\u524D\u6D4F\u89C8\u5668\u6CA1\u6709\u6B63\u786E\u5B9E\u73B0\u6CB9\u7334\u6269\u5C55\u7684\u63A5\u53E3\uFF08\u6BD4\u5982\u83B7\u53D6\u6CB9\u7334\u811A\u672C\u81EA\u8EAB\u7684\u7248\u672C\u53F7\u4FE1\u606F\uFF09\uFF0C\u8BF7\u4F7F\u7528\u5176\u4ED6<1>\u652F\u6301\u6CB9\u7334\u6269\u5C55\u7684\u6D4F\u89C8\u5668\u5982 Firefox",foundNewVersion:"\u53D1\u73B0\u65B0\u7248\u672C",theLocalExtensionIsUpToUpdate:"\u5F53\u524D\u6269\u5C55\u5DF2\u662F\u6700\u65B0\u7248\u672C\u3002",failToSyncRules:"\u540C\u6B65\u6700\u65B0\u9002\u914D\u89C4\u5219\u5931\u8D25",retry:"\u70B9\u6B64\u91CD\u8BD5",failedReason:"\u5931\u8D25\u539F\u56E0",currentRuleVersion:"\u5F53\u524D\u89C4\u5219\u7248\u672C",calculating:"\u8BA1\u7B97\u4E2D",unknownError:'\u60A8\u5F53\u524D\u6240\u4F7F\u7528\u7684\u7FFB\u8BD1\u670D\u52A1\u56E0\u7F51\u7EDC\u8FDE\u63A5\u6216\u670D\u52A1\u63D0\u4F9B\u5546\u7684\u95EE\u9898\u6682\u65F6\u65E0\u6CD5\u8BBF\u95EE\u3002\u5EFA\u8BAE\u60A8\u5C1D\u8BD5\u5237\u65B0\u9875\u9762\u6216\u901A\u8FC7\u8BBE\u7F6E\u66F4\u6362\u5176\u4ED6\u7FFB\u8BD1\u670D\u52A1\u3002\u82E5\u60A8\u662FPro\u4F1A\u5458\uFF0C\u53EF\u4EE5\u9009\u62E9\u4F7F\u7528\u66F4\u4E3A\u7A33\u5B9A\u7684DeepL\u6216OpenAI\u7FFB\u8BD1\u670D\u52A1\u3002\u540C\u65F6\uFF0C\u60A8\u53EF\u80FD\u9700\u8981\u68C0\u67E5\u7F51\u7EDC\u6216\u4EE3\u7406\u8BBE\u7F6E\u540E\u91CD\u65B0\u5C1D\u8BD5\u3002',canNotFetchRemoteRule:"\u65E0\u6CD5\u83B7\u53D6\u8FDC\u7A0B\u89C4\u5219",enableAlphaSuccess:"\u5DF2\u5F00\u542FAlpha\u529F\u80FD",disableAlphaSuccess:"\u5DF2\u5173\u95EDAlpha\u529F\u80FD",cacheSize:"\u7F13\u5B58\u5927\u5C0F\uFF1A",cleaning:"\u6E05\u7406\u4E2D",cleanCache:"\u6E05\u9664\u7F13\u5B58",options:"\u8BBE\u7F6E",about:"\u5173\u4E8E",service:"\u7FFB\u8BD1\u670D\u52A1",needAction:"(\u53BB\u8BBE\u7F6E)",goSettings:"\u53BB\u8BBE\u7F6E",needActionForOptions:"(\u9700\u8BBE\u7F6E)",translationEngine:"\u5F15\u64CE\u9009\u9879",sourceLanguage:"\u539F\u6587\u8BED\u8A00",target:"\u76EE\u6807\u8BED\u8A00",popupSourceLanguage:"\u539F\u6587\u8BED\u8A00",popupTarget:"\u76EE\u6807\u8BED\u8A00",popupService:"\u7FFB\u8BD1\u670D\u52A1",forThisSite:"\u5F53\u524D\u7F51\u7AD9",autoEnableSubtitle:"\u81EA\u52A8\u5F00\u542F\u53CC\u8BED\u5B57\u5E55",alwaysTranslate:"\u603B\u662F\u7FFB\u8BD1",neverTranslate:"\u6C38\u4E0D\u7FFB\u8BD1",neverTranslateSomeLanguage:"\u6C38\u4E0D\u7FFB\u8BD1 {language}",alwaysTranslateSomeSite:"\u603B\u662F\u7FFB\u8BD1 {hostname}",neverTranslateSomeSite:"\u6C38\u4E0D\u7FFB\u8BD1 {hostname}",alwaysTranslateSomeSiteOrWildSite:"\u603B\u662F\u7FFB\u8BD1\u8BE5\u7F51\u7AD9",alwaysTranslateSomePage:"\u603B\u662F\u7FFB\u8BD1\u8BE5\u7F51\u9875",add:"\u6DFB\u52A0",default:"\u9ED8\u8BA4",forThisLanguage:"\u9488\u5BF9\u8BE5\u8BED\u8A00\uFF1A","add url":"\u8F93\u5165URL",edit:"\u7F16\u8F91",pickAll:"\u5168\u9009","translate other languages into specific language":"\u5C06\u5176\u4ED6\u8BED\u8A00\u7FFB\u8BD1\u4E3A\u4F60\u8BBE\u7F6E\u7684\u8BED\u8A00","select translation service":"\u9009\u62E9\u4E00\u9879\u7FFB\u8BD1\u670D\u52A1",language:"\u8BED\u8A00","show-original":"\u663E\u793A\u539F\u6587",translate:"\u7FFB\u8BD1",Translated:"\u5DF2\u7FFB\u8BD1",Translating:"\u7FFB\u8BD1\u4E2D",Error:"\u9519\u8BEF",allowCacheTranslations:"\u5F00\u542F\u672C\u5730\u7FFB\u8BD1\u7F13\u5B58\uFF08\u51CF\u5C11\u91CD\u590D\u6BB5\u843D\u7684\u7FFB\u8BD1\u8BF7\u6C42\uFF09","translation display":"\u8BD1\u6587\u663E\u793A\u6837\u5F0F","select diplay style":"\u533A\u5206\u8BD1\u6587\u7684\u6837\u5F0F\uFF0C\u5177\u4F53\u53EF\u53C2\u8003\u4E0B\u5217\u793A\u4F8B",interface:"\u754C\u9762\u8BBE\u7F6E",import_export:"\u5BFC\u5165/\u5BFC\u51FA",import_export_title:"\u5BFC\u5165/\u5BFC\u51FA\u914D\u7F6E",syncToGoogleDrive:"\u7ACB\u5373\u4E0E Google Drive \u540C\u6B65","floatBallOptions.enable":"\u542F\u7528\u60AC\u6D6E\u7403","floatBallOptions.blockUrls":"\u7981\u7528\u7F51\u7AD9","floatBallOptions.add":"\u6DFB\u52A0","floatBallOptions.blockUrlDesc":"\u5F53\u9047\u4E0B\u5217\u7F51\u7AD9\u65F6\u4E0D\u663E\u793A\u60AC\u6D6E\u7403","floatBallOptions.clickType":"\u70B9\u51FB\u884C\u4E3A","floatBallOptions.clickTypeDesc":"\u60AC\u6D6E\u7403\u56FE\u6807\u70B9\u51FB\u65F6\u7684\u884C\u4E3A","floatBallOptions.clickPopup":"\u663E\u793A\u7FFB\u8BD1\u9762\u677F","floatBallOptions.clickTranslate":"\u7FFB\u8BD1/\u663E\u793A\u539F\u6587","floatBallOptions.fixedPosition":"\u56FA\u5B9A\u4F4D\u7F6E","floatBallOptions.fixedPositionDesc":"\u60AC\u6D6E\u7403\u5728\u7A97\u53E3\u5DE6\u4FA7\u8FD8\u662F\u53F3\u4FA7","floatBallOptions.fixedPositionLeft":"\u5DE6\u4FA7","floatBallOptions.fixedPositionRight":"\u53F3\u4FA7",previewAllThemes:"\u9884\u89C8\u5168\u90E8\u6837\u5F0F","translationTheme.none":"\u65E0","translationTheme.grey":"\u9ED1\u7070\u8272","translationTheme.dashed":"\u865A\u7EBF\u4E0B\u5212\u7EBF","translationTheme.dotted":"\u70B9\u72B6\u4E0B\u5212\u7EBF","translationTheme.dashedBorder":"\u865A\u7EBF\u8FB9\u6846","translationTheme.solidBorder":"\u5B9E\u7EBF\u8FB9\u6846","translationTheme.underline":"\u76F4\u7EBF\u4E0B\u5212\u7EBF","translationTheme.mask":"\u6A21\u7CCA\u6548\u679C\uFF08\u5B66\u4E60\u6A21\u5F0F\uFF09","translationTheme.opacity":"\u900F\u660E\u6548\u679C","translationTheme.paper":"\u767D\u7EB8\u9634\u5F71\u6548\u679C","translationTheme.dividingLine":"\u5206\u5272\u7EBF","translationTheme.highlight":"\u9AD8\u4EAE","translationTheme.marker":"\u9A6C\u514B\u7B14","translationTheme.marker2":"\u9A6C\u514B\u7B142","translationTheme.blockquote":"\u5F15\u7528\u6837\u5F0F","translationTheme.weakening":"\u5F31\u5316","translationTheme.italic":"\u659C\u4F53","translationTheme.bold":"\u52A0\u7C97","translationTheme.thinDashed":"\u7EC6\u865A\u7EBF\u4E0B\u5212\u7EBF","translationTheme.nativeDashed":"\u7CFB\u7EDF\u81EA\u5E26\u865A\u7EBF\u4E0B\u5212\u7EBF","translationTheme.nativeDotted":"\u7CFB\u7EDF\u81EA\u5E26\u70B9\u72B6\u4E0B\u5212\u7EBF","translationTheme.nativeUnderline":"\u7CFB\u7EDF\u81EA\u5E26\u76F4\u7EBF\u4E0B\u5212\u7EBF","translationTheme.wavy":"\u6CE2\u6D6A\u7EBF","translationServices.custom":"\u81EA\u5B9A\u4E49API","translationServices.tencent":"\u817E\u8BAF\u7FFB\u8BD1\u541B","translationServices.tenAlpha":"\u817E\u8BAF\u7FFB\u8BD1\u541B(Alpha)","translationServices.google":"\u8C37\u6B4C\u7FFB\u8BD1","translationServices.bai":"\u767E\u5EA6(Alpha)","translationServices.baidu":"\u767E\u5EA6\u7FFB\u8BD1","translationServices.aliyun":"\u963F\u91CC\u4E91\u7FFB\u8BD1","translationServices.volc":"\u706B\u5C71\u7FFB\u8BD1","translationServices.deeplx":"DeepLX(Beta)","translationServices.bing":"\u5FAE\u8F6F\u7FFB\u8BD1","translationServices.deepl":"DeepL","translationServices.wechat":"\u5FAE\u4FE1\u7FFB\u8BD1","translationServices.azure":"Azure \u7FFB\u8BD1","translationServices.ibm":"IBM Watson","translationServices.aws":"\u4E9A\u9A6C\u900A\u7FFB\u8BD1","translationServices.mock":"\u6A21\u62DF\u7FFB\u8BD1","translationServices.mock2":"\u6A21\u62DF\u7FFB\u8BD12","translationServices.caiyun":"\u5F69\u4E91\u5C0F\u8BD1","translationServices.cai":"\u5F69\u4E91\u5C0F\u8BD1 (Alpha)","translationServices.volcAlpha":"\u706B\u5C71 (Alpha)","translationServices.openl":"OpenL","translationServices.youdao":"\u6709\u9053\u7FFB\u8BD1","translationServices.you":"\u6709\u9053\u7FFB\u8BD1 (Alpha)","translationServices.transmart":"\u817E\u8BAF\u4EA4\u4E92\u7FFB\u8BD1","translationServices.niu":"\u5C0F\u725B\u7FFB\u8BD1","translationServices.papago":"Papago \u7FFB\u8BD1","translationServices.d":"D (Alpha)","translationServices.dpro":"D Pro (Canary)","translationServices.openai":"OpenAI","translationServices.yandex":"Yandex","translationServices.gemini":"Gemini","translationServices.claude":"Claude","translationServices.chatgpt":"ChatGPT Web(3.5 mobile)","translate title":"\u7FFB\u8BD1\u9875\u9762\u6807\u9898","always languages":"\u603B\u662F\u7FFB\u8BD1\u7684\u8BED\u8A00",neverTranslateLanguagesLabel:"\u6C38\u4E0D\u7FFB\u8BD1\u7684\u8BED\u8A00",neverTranslateTheFollowingLanguagesDescription:"\u5F53\u9875\u9762\u4E2D\u67D0\u4E00\u6BB5\u843D\u7684\u8BED\u8A00\u4E3A\u4E0B\u5217\u8BED\u8A00\u65F6\uFF0C\u5C06\u8DF3\u8FC7\u7FFB\u8BD1",enableUserscriptPagePopup:"\u5728\u9875\u9762\u4E0A\u663E\u793A\u60AC\u6D6E\u7403",enableUserscriptPagePopupDescription:"\u5173\u95ED\u60AC\u6D6E\u7403\u540E\uFF0C\u53EF\u4EE5\u7528\u5FEB\u6377\u952E/{touch}\u5524\u8D77\u3002\u4E3A\u9632\u6B62\u4E0D\u614E\u5173\u95ED\u8BE5\u9009\u9879\u540E\u627E\u4E0D\u5230\u60AC\u6D6E\u7403\uFF0C\u5F3A\u70C8\u5EFA\u8BAE\u6536\u85CF\u672C\u8BBE\u7F6E\u9875","always translate the following languages":"\u5F53\u9875\u9762\u8BED\u8A00\u4E3A\u4E0B\u5217\u8BED\u8A00\u65F6\uFF0C\u4F1A\u81EA\u52A8\u7FFB\u8BD1\u4E3A\u76EE\u6807\u8BED\u8A00","always sites":"\u603B\u662F\u7FFB\u8BD1\u7684\u7F51\u5740","always translate the following sites":"\u5F53\u7F51\u7AD9\u4E3A\u4E0B\u5217\u57DF\u540D\u65F6\uFF0C\u4F1A\u81EA\u52A8\u7FFB\u8BD1\u4E3A\u76EE\u6807\u8BED\u8A00","never sites":"\u6C38\u4E0D\u7FFB\u8BD1\u7684\u7F51\u5740","never translate the following sites":"\u5F53\u7F51\u7AD9\u4E3A\u4E0B\u5217\u57DF\u540D\u65F6\uFF0C\u5C06\u4E0D\u4F1A\u8FDB\u884C\u7FFB\u8BD1","please refer to":"\u9700\u8981\u586B\u5199\u5BC6\u94A5\u540E\u624D\u53EF\u7528\uFF0C\u8BE6\u60C5\u53C2\u8003",KeyAndConfigurationTutorial:"\u300A\u5BC6\u94A5\u7533\u8BF7\u548C\u914D\u7F6E\u6559\u7A0B\u300B",useAboveStyleForTheseSites:"\u5F53\u7F51\u7AD9\u4E3A\u4E0B\u5217\u57DF\u540D\u65F6\uFF0C\u603B\u662F\u4F7F\u7528 \u2308{theme}\u230B \u8BD1\u6587\u6837\u5F0F",currentUrl:"\u5F53\u524D\u7F51\u5740",confirm:"\u4FDD\u5B58",cancel:"\u53D6\u6D88",delete:"\u5220\u9664",syncToCloud:"\u540C\u6B65\u5230 Google Drive",syncToCloudDescription:"\u4E0A\u4F20\u5230\u4E91\u7AEF\uFF0C\u53EF\u4EE5\u5728\u4E0D\u540C\u7684\u6D4F\u89C8\u5668/\u6CB9\u7334\u811A\u672C\u4E4B\u95F4\u540C\u6B65\u914D\u7F6E\uFF0C\u4EE5\u6700\u540E\u4FEE\u6539\u65F6\u95F4\u4E3A\u51C6\u3002",syncToAccount:"\u540C\u6B65\u5230\u6C89\u6D78\u5F0F\u7FFB\u8BD1\u4E91\u7AEF",syncToAccountButton:"\u7ACB\u5373\u4E0E\u4E91\u7AEF\u540C\u6B65",syncToAccountDescription:"\u5728\u4E0D\u540C\u7684\u8BBE\u5907\u4E4B\u95F4\u81EA\u52A8\u540C\u6B65\u914D\u7F6E\uFF0C\u4EE5\u6700\u540E\u4FEE\u6539\u65F6\u95F4\u4E3A\u51C6\u3002",successSyncConfigInAccount:"\u6210\u529F\u4E0E\u4E91\u7AEF\u4FDD\u6301\u540C\u6B65",successSyncConfigToAccount:"\u6210\u529F\u540C\u6B65\u5230\u4E91\u7AEF",syncConfigNoUpdate:"\u5DF2\u7ECF\u662F\u6700\u65B0\u7684\u4E86",authFail:"\u6388\u6743\u5931\u8D25",syncTitle:"\u624B\u52A8\u5907\u4EFD\u7BA1\u7406",import_hint:"\u5BFC\u5165",upload:"\u4E0A\u4F20",revokeAuth:"\u64A4\u9500\u6388\u6743",uploadFail:"\u4E0A\u4F20\u5931\u8D25",download:"\u4E0B\u8F7D",importSuccess:"\u5BFC\u5165\u6210\u529F",importFail:"\u5BFC\u5165\u5931\u8D25",deleteFail:"\u5220\u9664\u5931\u8D25",backupToCloud:"\u624B\u52A8\u7BA1\u7406\u5907\u4EFD\u6587\u4EF6",create_new_backup:"\u65B0\u589E\u5907\u4EFD\u8282\u70B9",maxBackupFiles:"\u6700\u591A\u53EF\u4EE5\u5907\u4EFD{count}\u4E2A\u4E0D\u540C\u7684\u8282\u70B9, \u8BF7\u5220\u9664\u4E0D\u9700\u8981\u7684\u8282\u70B9",backupToCloudDescription:"\u624B\u52A8\u4E0A\u4F20\u6216\u6062\u590D\u5907\u4EFD\u6587\u4EF6\uFF0C\u6700\u591A\u5141\u8BB83\u4E2A\u4E0D\u540C\u7684\u5907\u4EFD",successSyncConfig:"\u6210\u529F\u4E0E\u4E91\u7AEF\u4FDD\u6301\u540C\u6B65",syncFail:"\u540C\u6B65\u5931\u8D25",updatedAt:"\u66F4\u65B0\u4E8E {date}",lastSyncedAt:"\u4E0A\u6B21\u68C0\u67E5\u4E8E {date}",downloadFail:"\u4E0B\u8F7D\u5931\u8D25",clickToDownload:"\u70B9\u51FB\u4E0B\u8F7D",aboutLabel:"\u5173\u4E8E - \u53CD\u9988","browser.openAboutPage":"\u5173\u4E8E/\u53CD\u9988",aboutLabelWithoutSponsor:"\u5173\u4E8E - \u53CD\u9988",aboutIntro:"\u5E0C\u671B\u6211\u4EEC\u90FD\u80FD\u66F4\u52A0\u5BB9\u6613\u4E14\u6109\u60A6\u5730\u83B7\u53D6\u4E92\u8054\u7F51\u4E0A\u5DE8\u5927\u7684\u5916\u8BED\u4FE1\u606F \u2764\uFE0F \u4F60\u53EF\u9009\u62E9\u5F00\u901A <6>Pro\u4F1A\u5458 \u6765\u4F7F\u7528\u5F00\u7BB1\u5373\u7528\u7684 DeepL \u548C OpenAI \u7FFB\u8BD1\u3002

\u4F60\u53EF\u4EE5\u5173\u6CE8\u6211\u4EEC\u7684<3>\u63A8\u7279\uFF0C<4>Telegram \u9891\u9053\uFF0C\u5FAE\u4FE1\u516C\u4F17\u53F7\uFF0C\u5FAE\u4FE1\u4EA4\u6D41\u7FA4\uFF0C\u6216\u8005\u4E0B\u65B9\u7684<5>\u90AE\u4EF6\u8BA2\u9605\u8FFD\u8E2A\u66F4\u65B0\u3002
<7>Pro \u4F1A\u5458 \u53EF\u4EE5\u901A\u8FC7\u5FEB\u901F\u5BA2\u670D\u90AE\u7BB1 <8>support@immersivetranslate.com \u548C\u6211\u4EEC\u53D6\u5F97\u8054\u7CFB\u3002",aboutIntroWithoutSponsor:"\u5E0C\u671B\u6211\u4EEC\u90FD\u80FD\u66F4\u52A0\u5BB9\u6613\u4E14\u6109\u60A6\u5730\u83B7\u53D6\u4E92\u8054\u7F51\u4E0A\u5DE8\u5927\u7684\u5916\u8BED\u4FE1\u606F \u2764\uFE0F

\u4F60\u53EF\u4EE5\u5173\u6CE8\u6211\u4EEC\u7684<3>\u63A8\u7279\uFF0C<4>Telegram \u9891\u9053\uFF0C\u5FAE\u4FE1\u516C\u4F17\u53F7\uFF0C\u5FAE\u4FE1\u4EA4\u6D41\u7FA4\uFF0C\u6216\u8005\u4E0B\u65B9\u7684<5>\u90AE\u4EF6\u8BA2\u9605\u8FFD\u8E2A\u66F4\u65B0\u3002",projectHomepage:"\u9879\u76EE\u4E3B\u9875",joinTelegramGroup:"\u52A0\u5165\u7528\u6237\u4EA4\u6D41\u7FA4\u53C2\u4E0E\u529F\u80FD\u8BA8\u8BBA",wechatPublicAccount:"\u5FAE\u4FE1\u516C\u4F17\u53F7",wechatCommunities:"\u5FAE\u4FE1\u4EA4\u6D41\u7FA4",qqCommunities:"QQ \u4EA4\u6D41\u9891\u9053",joinTelegramChannel:"\u5173\u6CE8 Telegram \u9891\u9053\u83B7\u53D6\u6700\u65B0\u66F4\u65B0",feedbackAndJoin:"\u95EE\u9898\u53CD\u9988/\u52A0\u7FA4",autoSync:"\u81EA\u52A8\u5B9A\u65F6\u540C\u6B65",loadingThemeTitle:"Loading \u6837\u5F0F",loadingThemeDescription:"\u8BBE\u7F6E\u7B49\u5F85\u8BD1\u6587\u52A0\u8F7D\u65F6\u7684\u6837\u5F0F","loadingTheme.spinner":"\u8F6C\u5708\u52A8\u753B","loadingTheme.text":"\u9759\u6001\u6587\u5B57 ... ","loadingTheme.none":"\u4E0D\u663E\u793A",developerDescription:"\u53EF\u4EE5\u70B9\u51FB<1>\u8FD9\u91CC\u67E5\u770B\u9AD8\u7EA7\u81EA\u5B9A\u4E49\u76F8\u5173\u7684\u6587\u6863","edit border color":"\u4FEE\u6539\u8FB9\u6846\u989C\u8272",successSyncButNoChange:"\u5F53\u524D\u914D\u7F6E\u4E0E\u4E91\u7AEF\u4E00\u81F4",customTheme:"\u81EA\u5B9A\u4E49\u989C\u8272\u548C\u5927\u5C0F","customThemeLabel.borderColor":"\u8FB9\u6846\u989C\u8272","customThemeLabel.borderRadius":"\u8FB9\u6846\u5706\u89D2","customThemeLabel.textColor":"\u6587\u5B57\u989C\u8272","customThemeLabel.backgroundColor":"\u80CC\u666F\u989C\u8272","customThemeLabel.zoom":"\u5B57\u4F53\u7F29\u653E\u6BD4\u4F8B (%)","customThemeLabel.opacity":"\u6587\u5B57\u4E0D\u900F\u660E\u5EA6 (%)",resetToDefaultColor:"\u6062\u590D\u4E3A\u9ED8\u8BA4\u989C\u8272",resetToDefaultSettings:"\u6062\u590D\u4E3A\u9ED8\u8BA4\u8BBE\u7F6E",isTranslateTitle:"\u5F00\u542F\u7FFB\u8BD1\u7F51\u9875\u6807\u9898",isTranslateTitleDescription:"\u5F00\u542F\u540E\uFF0C\u7F51\u9875\u6807\u9898\u4F1A\u88AB\u7FFB\u8BD1",enableSearchEnhancement:"\u542F\u7528\u53CC\u8BED\u4FE1\u606F\u589E\u5F3A",enableSearchEnhancementDescription:"\u5F00\u542F\u540E\uFF0C\u5728\u652F\u6301\u7684\u7F51\u7AD9\uFF08\u8C37\u6B4C\u65B0\u95FB\uFF0C\u8C37\u6B4C\u641C\u7D22\uFF08\u90E8\u5206\u5173\u952E\u8BCD\uFF09\uFF0C\u96EA\u7403\uFF0C\u4E1C\u65B9\u8D22\u5BCC\uFF0C\u5BCC\u9014\uFF0C\u8001\u864E\u793E\u533A\uFF09\u53F3\u8FB9\u680F\u81EA\u52A8\u663E\u793A\u5BF9\u5E94\u82F1\u6587\u5173\u952E\u8BCD\u7684\u201C\u8C37\u6B4C\u65B0\u95FB\u201D\u641C\u7D22\u7ED3\u679C\u3002",verifyService:"\u70B9\u6B64\u6D4B\u8BD5\u670D\u52A1",verified:"\u9A8C\u8BC1\u6210\u529F","field.langs":"\u652F\u6301\u7684\u8BED\u8A00\u4EE3\u7801","field.model":"\u6A21\u578B","field.translationEngine":"\u7FFB\u8BD1\u5F15\u64CE","field.limitPerMinute":"\u6BCF\u5206\u949F\u6700\u5927\u8BF7\u6C42\u6570","field.limitPerSecond":"\u6BCF\u79D2\u6700\u5927\u8BF7\u6C42\u6570","field.maxTextLengthPerRequest":"\u6BCF\u6B21\u8BF7\u6C42\u6700\u5927\u6587\u672C\u957F\u5EA6","field.maxTextGroupLengthPerRequest":"\u6BCF\u6B21\u8BF7\u6C42\u6700\u5927\u6BB5\u843D\u6570","field.apiUrl":"\u81EA\u5B9A\u4E49 API \u63A5\u53E3\u5730\u5740","field.placeholderDelimiters":"\u4FDD\u7559\u7684\u5360\u4F4D\u7B26","description.custom":"\u81EA\u5B9A\u4E49\u63A5\u53E3\u63A5\u5165 \u9700\u8981\u53C2\u8003\u6587\u6863","description.limitPerMinute":"\u8BF7\u6C42\u6570\u8D85\u8FC7\u8BE5\u9650\u5236\u65F6\u4F1A\u8FDB\u5165\u6392\u961F\u72B6\u6001\uFF0C\u76F4\u5230\u4E0B\u4E00\u5206\u949F\u5F00\u59CB\u3002\u7531\u4E8EOpenAI\u76EE\u524D\u670D\u52A1\u7684\u5404\u79CD\u9650\u5236\uFF0C\u8BF7\u70B9\u51FB<1>\u8FD9\u91CC\u67E5\u770B\u6700\u65B0\u5EFA\u8BAE\u7684\u6570\u503C","description.limitPerSecond":"\u8BF7\u6C42\u6570\u8D85\u8FC7\u8BE5\u9650\u5236\u65F6\u4F1A\u8FDB\u5165\u6392\u961F\u72B6\u6001\uFF0C\u76F4\u5230\u4E0B\u4E00\u79D2\u949F\u5F00\u59CB\u3002\u7531\u4E8EOpenAI\u76EE\u524D\u670D\u52A1\u7684\u5404\u79CD\u9650\u5236\uFF0C\u8BF7\u70B9\u51FB<1>\u8FD9\u91CC\u67E5\u770B\u6700\u65B0\u5EFA\u8BAE\u7684\u6570\u503C","description.generalLimitPerSecond":"\u8BF7\u6C42\u6570\u8D85\u8FC7\u8BE5\u9650\u5236\u65F6\u4F1A\u8FDB\u5165\u6392\u961F\u72B6\u6001\uFF0C\u76F4\u5230\u4E0B\u4E00\u79D2\u949F\u5F00\u59CB\u3002","description.maxTextLengthPerRequest":"\u6BCF\u6B21\u8BF7\u6C42\u6700\u5927\u5B57\u7B26\u6570\uFF0C\u592A\u5927\u4F1A\u5BFC\u81F4\u63A5\u53E3\u7684\u54CD\u5E94\u53D8\u6162\uFF0C\u56E0\u6B64\u53EF\u4EE5\u5C1D\u8BD5\u8C03\u6574\u8BE5\u9009\u9879\u6765\u4F18\u5316\u901F\u5EA6","description.systemPrompt":"\u4EE5\u7CFB\u7EDF\u8EAB\u4EFD\u53D1\u9001\u7ED9 {service} \u7684\u5BF9\u8BDD\uFF0C\u5176\u4E2D {{text}} \u8868\u793A\u6BB5\u843D\u7684\u6587\u672C\u5185\u5BB9\uFF0C{{from}} \u8868\u793A\u6BB5\u843D\u7684\u8BED\u8A00\uFF0C{{to}} \u8868\u793A\u76EE\u6807\u8BED\u8A00","field.domain":"\u9886\u57DF","description.domain":"\u9ED8\u8BA4\u4E3A\uFF1Ageneral\u3002\u4EC5\u5728\u6709\u9053API\u63A7\u5236\u53F0\u5F00\u901A\u9886\u57DF\u5316\u7FFB\u8BD1\u7684\u60C5\u51B5\u4E0B\u53EF\u8BBE\u7F6E\uFF0C\u652F\u6301\u9886\u57DF\u89C1<1>\u8FD9\u91CC","field.scene":"\u573A\u666F","description.scene":"\u9ED8\u8BA4\u4E3A\uFF1Ageneral\u3002\u4EC5\u5728\u963F\u91CC\u4E91API\u63A7\u5236\u53F0\u5F00\u901A\u673A\u5668\u7FFB\u8BD1\u4E13\u4E1A\u7248\u7684\u60C5\u51B5\u4E0B\u53EF\u8BBE\u7F6E\uFF0C\u652F\u6301\u573A\u666F\u89C1<1>\u8FD9\u91CC","field.vocabId":"\u7528\u6237\u8BCD\u5178 ID","description.vocabId":"\u6307\u5B9A\u7684\u8BCD\u5178 out_id\uFF0C\u76EE\u524D\u652F\u6301\u82F1\u8BD1\u4E2D","description.model":"OpenAI \u7684\u6A21\u578B\uFF0C\u53EF\u4EE5\u4E3A gpt-3.5-turbo, gpt-4 \u7B49","description.maxTextGroupLengthPerRequest":"\u6BCF\u6B21\u53D1\u9001\u7ED9\u7FFB\u8BD1\u670D\u52A1\u7684\u6BB5\u843D\u6570\u91CF\uFF0C\u5982\u679C\u6BB5\u843D\u6570\u91CF\u8FC7\u591A\uFF0C\u53EF\u80FD\u4F1A\u5BFC\u81F4\u63A5\u53E3\u7684\u54CD\u5E94\u53D8\u6162","description.apiUrl":"\u8BF7\u6DFB\u52A0\u5177\u4F53\u5E26\u6709\u8DEF\u5F84\u7684\u7F51\u5740\uFF0C<1>\u66F4\u591A\u8BF4\u660E",enabledExtension:"\u542F\u7528\u6269\u5C55",clickToDisableExtension:"\u70B9\u51FB\u7981\u7528\u6269\u5C55",clickToEnableExtension:"\u70B9\u51FB\u542F\u7528\u6269\u5C55",hasBeenDisabled:"\u5DF2\u7981\u7528","show password":"\u663E\u793A\u5BC6\u7801",customContent:"\u8F93\u5165\u81EA\u5B9A\u4E49\u6A21\u578B\u540D\u79F0",inputOptions:"\u8F93\u5165\u6846\u589E\u5F3A",mouseHoverOptions:"\u9F20\u6807\u60AC\u505C",modifyMouseHoverKey:"\u4FEE\u6539\u9F20\u6807\u60AC\u505C\u5FEB\u6377\u952E",enableInputTranslation:"\u662F\u5426\u542F\u7528\u8F93\u5165\u6846\u589E\u5F3A",enableInputTranslationDescription:"\u542F\u7528\u540E\uFF0C\u5728\u8F93\u5165\u6846\u76F4\u63A5\u8F93\u5165 {startingKey}{startingKey} \u4F60\u597D\uFF0C\u7136\u540E\u5FEB\u901F\u8FDE\u51FB{inputTrailingTriggerKeyRepeatTimes}\u6B21{trailingKey}\uFF0C\u5373\u53EF\u7FFB\u8BD1\u4E3A {inputTargetLanguage}",enableInputTranslationDescriptionForNoneKey:"\u542F\u7528\u540E\uFF0C\u5728\u8F93\u5165\u6846\u76F4\u63A5\u8F93\u5165\uFF1A\u4F60\u597D\u4E16\u754C\uFF0C\u7136\u540E\u5FEB\u901F\u8FDE\u51FB{inputTrailingTriggerKeyRepeatTimes}\u6B21{trailingKey}\uFF0C\u5373\u53EF\u7FFB\u8BD1\u4E3A\u9ED8\u8BA4\u76EE\u6807\u8BED\u8A00",inputTargetLanguage:"\u8BBE\u7F6E\u8F93\u5165\u6846\u7684\u9ED8\u8BA4\u76EE\u6807\u8BED\u8A00",inputTargetLanguageDescription:"\u8F93\u5165\u6846\u7FFB\u8BD1\u7684\u9ED8\u8BA4\u76EE\u6807\u8BED\u8A00\uFF0C\u4E5F\u5C31\u662F {startingKey}{startingKey} \u4F5C\u4E3A\u89E6\u53D1\u8BCD\u7684\u9ED8\u8BA4\u8BED\u8A00",inputTargetLanguageDescriptionForNoneKey:"\u8F93\u5165\u6846\u7FFB\u8BD1\u7684\u9ED8\u8BA4\u76EE\u6807\u8BED\u8A00",inputStartingTriggerKeyTitle:"\u8BBE\u7F6E\u8F93\u5165\u6846\u90E8\u5206\u7FFB\u8BD1\u7684\u5206\u5272\u5B57\u7B26",inputStartingTriggerKeyDescription:"\u5F53\u4F60\u4E0D\u9700\u8981\u7FFB\u8BD1\u6574\u4E2A\u8F93\u5165\u6846\u7684\u65F6\u5019\uFF0C\u5206\u5272\u7B26\u5141\u8BB8\u4F60\u53EA\u7FFB\u8BD1 {startingKey}{startingKey} \u5230\u8F93\u5165\u6846\u672B\u5C3E\u7684\u90E8\u5206\uFF0C\u4E5F\u53EF\u4EE5\u6307\u5B9A\u8BED\u8A00\u4EE3\u7801\uFF0C\u6BD4\u5982\uFF1A{startingKey}ja \u8868\u793A\u53EA\u7FFB\u8BD1 {startingKey}ja \u5230\u8F93\u5165\u6846\u672B\u5C3E\u7684\u90E8\u5206",inputStartingTriggerKeyDescriptionForNoneKey:"\u5F53\u524D\u8BBE\u7F6E\u4E3A\u65E0\u9700\u524D\u7F00\uFF0C\u6682\u65E0\u6CD5\u4F7F\u7528\u8F93\u5165\u6846\u7684\u90E8\u5206\u6587\u672C\u7FFB\u8BD1\u529F\u80FD",inputTrailingTriggerKeyTitle:"\u9009\u62E9\u4E00\u4E2A\u8F93\u5165\u7ED3\u675F\u7684\u89E6\u53D1\u5B57\u7B26",inputTrailingTriggerKeyDescription:"\u5FEB\u901F\u8FDE\u51FB 3 \u6B21{trailingKey} \u5C06\u4F1A\u5F00\u59CB\u7FFB\u8BD1",inputTrailingTriggerKeyTimeout:"\u8F93\u5165\u7ED3\u675F\u8FDE\u51FB\u89E6\u53D1\u7684\u95F4\u9694\u65F6\u95F4",inputTrailingTriggerKeyTimeoutDescription:"\u8BBE\u7F6E\u8F93\u5165\u7ED3\u675F\u8FDE\u51FB\u89E6\u53D1\u7684\u95F4\u9694\u65F6\u95F4\uFF08\u6BEB\u79D2\uFF09",spaceKey:"<\u7A7A\u683C\u952E>",noneKey:"\u65E0\u9700\u524D\u7F00\uFF0C\u76F4\u63A5\u7FFB\u8BD1\u6574\u4E2A\u6587\u672C\u6846",inputTranslationBlockUrlsTitle:"\u5207\u52FF\u5728\u4EE5\u4E0B\u7F51\u5740\u4E2D\u542F\u7528\u8F93\u5165\u6846\u589E\u5F3A",inputTranslationBlockUrlsDescription:"\u5728\u4EE5\u4E0B\u7F51\u5740\u4E2D\uFF0C\u8F93\u5165\u6846\u589E\u5F3A\u5C06\u4E0D\u4F1A\u751F\u6548",inputHelperInfo:"\u8BF4\u660E\uFF1A\u6211\u4EEC\u7279\u522B\u9488\u5BF9\u5728\u4E2D\u6587\u8F93\u5165\u6CD5\u4E0B\u90E8\u5206\u89E6\u53D1\u5B57\u7B26\u4F1A\u53D8\u6210\u4E2D\u6587\u6807\u70B9\u7B26\u53F7\u8FD9\u4EF6\u4E8B\u505A\u4E86\u4F18\u5316\uFF0C\u6BD4\u5982\u641C\u72D7\u8F93\u5165\u6CD5\u4E0B / \u4F1A\u53D8\u6210\u987F\u53F7 \u3001\uFF0C\u6C89\u6D78\u5F0F\u7FFB\u8BD1\u652F\u6301\u6240\u6709\u89E6\u53D1\u7B26\u5BF9\u5E94\u7684\u4E2D\u6587\u7B26\u53F7\uFF0C\u4E5F\u5C31\u662F\u8BF4 // \u3001\u3001 \u90FD\u4F1A\u88AB\u8BC6\u522B\u4E3A\u89E6\u53D1\u5B57\u7B26\u3002

\u540C\u65F6\u6211\u4EEC\u4E5F\u652F\u6301\u8BED\u8A00\u4EE3\u7801\u7684\u4E2D\u6587\u522B\u540D\u4F5C\u4E3A\u547D\u4EE4\uFF0C\u6BD4\u5982 /\u65E5\u6587 \u4F60\u597D\u4E16\u754C \u4F1A\u88AB\u7FFB\u8BD1\u4E3A\u65E5\u6587\uFF0C<1>\u70B9\u6B64\u67E5\u770B\u6240\u6709\u652F\u6301\u7684\u8BED\u8A00\u4EE3\u7801\u3002",reloadCurrentPage:"\u8BF7\u5148\u5237\u65B0\u5F53\u524D\u9875\u9762\uFF0C\u518D\u5F00\u59CB\u7FFB\u8BD1",noLocalFilePermissionForPDF:"\u6682\u65E0\u6743\u9650\u8BFB\u53D6\u672C\u5730\u6587\u4EF6\uFF0C\u8BF7\u70B9\u51FB\u4E0A\u65B9\u6309\u94AE\uFF0C\u7136\u540E\u5BFC\u5165\u672C\u5730\u6587\u4EF6",noPermissionForThisPage:"\u26A0\uFE0F \u6682\u65E0\u6743\u9650\u7FFB\u8BD1\u5F53\u524D\u9875\u9762","error.retry":"\u91CD\u8BD5","error.reason":"\u9519\u8BEF\u539F\u56E0",retryAllParagraphs:"\u91CD\u8BD5\u5168\u90E8\u9519\u8BEF\u6BB5\u843D",retryAllButton:"\u91CD\u8BD5\u5168\u90E8\u9519\u8BEF\u6BB5\u843D",errorTooltipTitle:"\u70B9\u51FB\u67E5\u770B\u9519\u8BEF\u539F\u56E0",errorModalTitle:"\u7FFB\u8BD1\u670D\u52A1\u6216\u7F51\u7EDC\u4F3C\u4E4E\u51FA\u4E86\u70B9\u95EE\u9898...",disableConfirm:"\u53CC\u8BED\u4FE1\u606F\u589E\u5F3A\u8BBE\u7F6E",disableOnce:"\u672C\u6B21\u7981\u7528",disableGlobal:"\u6C38\u4E45\u7981\u7528",disableTint:"* \u4F60\u53EF\u4EE5\u5728 {option} \u4E2D\u91CD\u65B0\u542F\u7528\u3002",searchEnhancementNotes:"\u6211\u4EEC\u53D1\u73B0\uFF0C\u4E2D\u6587\u5173\u952E\u8BCD\u548C\u82F1\u6587\u5173\u952E\u8BCD\u7684\u65B0\u95FB\u7ED3\u679C\u6709\u975E\u5E38\u5927\u7684\u4E0D\u540C\uFF0C\u5728\u542F\u7528\u6C89\u6D78\u5F0F\u7FFB\u8BD1\u53CC\u8BED\u4FE1\u606F\u589E\u5F3A\u529F\u80FD\u540E\uFF0C\u6211\u4EEC\u4F1A\u5728\u652F\u6301\u7684\u7F51\u7AD9\uFF08\u8C37\u6B4C\u65B0\u95FB\uFF0C\u8C37\u6B4C\u641C\u7D22\uFF08\u90E8\u5206\u5173\u952E\u8BCD\uFF09\uFF0C\u96EA\u7403\uFF0C\u4E1C\u65B9\u8D22\u5BCC\u7F51\uFF0C\u5BCC\u9014\uFF0C\u8001\u864E\uFF09\u81EA\u52A8\u7528\u82F1\u6587\u4E3A\u4F60\u641C\u7D22\u540C\u6837\u7684\u5173\u952E\u8BCD\u5E76\u5C55\u793A\u5728\u53F3\u4FA7\u3002\u5982\u679C\u4F60\u4E0D\u9700\u8981\u8BE5\u529F\u80FD\u7684\u8BDD\uFF0C\u53EF\u4EE5\u9009\u62E9\u7981\u7528\u5B83\u3002",option:"\u8BBE\u7F6E",saveSettings:"\u4FDD\u5B58\u8BBE\u7F6E",closeModal:"\u5173\u95ED\u7A97\u53E3",enableInputTranslationWithoutTriggerKeyTitle:"\u542F\u7528\u5FEB\u901F\u8FDE\u51FB 3 \u6B21{trailingKey}\uFF0C\u76F4\u63A5\u7FFB\u8BD1\u6574\u4E2A\u8F93\u5165\u6846\u4E3A{inputTargetLanguage}",enableInputTranslationWithoutTriggerKeyDescription:"\u5982\u9700\u6307\u5B9A\u76EE\u6807\u8BED\u8A00\uFF0C\u8BF7\u5728\u524D\u9762\u52A0\u4E0A\u8BED\u8A00\u4EE3\u7801\uFF0C\u5982\uFF1Aja \u4F60\u597D\u4E16\u754C",deepLProName:"\u6C89\u6D78\u5F0F\u7FFB\u8BD1 Pro \u4F1A\u5458 (\u63A8\u8350)",deepLProDescription:"\u5F53\u524D\u5957\u9910\u53EF\u4EE5\u76F4\u63A5\u4F7F\u7528",deeplProDescriptionForNormal:"\u65E0\u9700\u4EFB\u4F55\u8BBE\u7F6E\uFF0C\u4F1A\u5458\u767B\u5F55\u540E\u5373\u53EF\u4F7F\u7528\uFF0C<1>\u70B9\u6B64\u5347\u7EA7\u4E3A\u4F1A\u5458",deepLCustomDescription:"\u9700\u8981\u56FD\u5916\u4FE1\u7528\u5361\uFF0C\u5728 <1>DeepL \u5B98\u65B9\u5F00\u901A\uFF0C\u70B9\u51FB\u67E5\u770B<2>\u6587\u6863",deepLCustomName:"\u81EA\u5B9A\u4E49 Auth Key",chooseProviderLabel:"\u9009\u62E9\u4E00\u4E2A\u670D\u52A1\u63D0\u4F9B\u5546",openaiProName:"\u6C89\u6D78\u5F0F\u7FFB\u8BD1 Pro \u4F1A\u5458 (\u63A8\u8350)",openaiProDescription:"\u5F53\u524D\u5957\u9910\u53EF\u4EE5\u76F4\u63A5\u4F7F\u7528",openaiProDescriptionForNormal:"\u65E0\u9700\u4EFB\u4F55\u8BBE\u7F6E\uFF0C\u4F1A\u5458\u767B\u5F55\u540E\u5373\u53EF\u4F7F\u7528\uFF0C<1>\u70B9\u6B64\u5347\u7EA7\u4E3A\u4F1A\u5458",openaiCustomDescription:"\u53EF\u5728 OpenAI, Azure OpenAI, \u6216\u5176\u4ED6\u7B2C\u4E09\u65B9\u670D\u52A1\u83B7\u53D6\uFF0C<1>\u70B9\u6B64\u67E5\u770B\u6587\u6863",openaiCustomName:"\u81EA\u5B9A\u4E49 API Key",needLoginAction:"(\u5F00\u901A\u4F1A\u5458\u6216\u81EA\u5B9A\u4E49)",goLoginOrAction:"(\u5F00\u901A\u4F1A\u5458\u6216\u53BB\u8BBE\u7F6E)",yearly:"\u8FDE\u7EED\u5305\u5E74",quarterly:"\u8FDE\u7EED\u5305\u5B63",monthly:"\u8FDE\u7EED\u5305\u6708",yearlyForOnce:"\u4E00\u6B21\u6027\u5E74\u5EA6\u5957\u9910",monthlyForOnce:"\u4E00\u6B21\u6027\u6708\u5EA6\u5957\u9910",daily:"\u8FDE\u7EED\u5305\u65E5",year:"\u8FDE\u7EED\u5305\u5E74",quarter:"\u8FDE\u7EED\u5305\u5B63",month:"\u8FDE\u7EED\u5305\u6708",day:"\u8FDE\u7EED\u5305\u65E5",onetime_7day:"7 \u5929\u4F53\u9A8C\u5305",currentPlanDescriptionForFree:"\u5F53\u524D\u5957\u9910\uFF1A\u514D\u8D39",currentPlanDescriptionForContinuous:"\u5F53\u524D\u5957\u9910\uFF1A{plan}\uFF0C\u5C06\u4E8E {endAt} \u81EA\u52A8\u7EED\u8D39",currentPlanDescriptionForAutoRenewCaceling:"\u5F53\u524D\u5957\u9910\uFF1A{plan}\uFF0C\u5C06\u4E8E {endAt} \u5230\u671F\uFF0C\u5230\u671F\u540E\u5C06\u4E0D\u4F1A\u81EA\u52A8\u7EED\u671F",currentYearlyPlanDescriptionForAutoRenewCacelingWithRealPaiedUser:"\u5F53\u524D\u5957\u9910\uFF1A{plan}\uFF0C\u5C06\u4E8E {endAt} \u5230\u671F\uFF0C\u5230\u671F\u540E\u5C06\u4E0D\u4F1A\u81EA\u52A8\u7EED\u671F\u3002
<1>\u70B9\u6B64\u7BA1\u7406\u7EED\u8D39\u65B9\u6848",currentYearlyPlanDescriptionForAutoRenewCacelingWithAdmin:"\u5F53\u524D\u5957\u9910\uFF1A{plan}\uFF0C\u5C06\u4E8E {endAt} \u5230\u671F\uFF0C\u5230\u671F\u540E\u5C06\u4E0D\u4F1A\u81EA\u52A8\u7EED\u671F\u3002
<1>\u70B9\u6B64\u542F\u7528\u8FDE\u7EED\u5305\u5E74",currentPlanDescriptionForOneTime:"\u5F53\u524D\u5957\u9910\uFF1A{plan}\uFF0C\u5C06\u4E8E {endAt} \u5230\u671F\uFF0C<1>\u70B9\u6B64\u5347\u7EA7\u4E3A\u5E74\u8D39\u6216<2>\u6708\u8D39\u4F1A\u5458",upgradePlan:"\u70B9\u6B64\u5347\u7EA7\u4E3A Pro \u4F1A\u5458",upgradeToPro:"\u5347\u7EA7\u4E3A Pro \u4F1A\u5458","popup.openPro":"\u5347\u7EA7\u4E3A Pro \u4F1A\u5458\u540E\u53EF\u4EE5\u7545\u4EAB DeepL \u548C OpenAI \u7FFB\u8BD1\uFF0C\u70B9\u6B64\u5347\u7EA7","popup.openProForPro":"\u60A8\u662F Pro \u4F1A\u5458\uFF0C\u53EF\u76F4\u63A5\u4F7F\u7528 DeepL \u548C OpenAI \u7FFB\u8BD1",currentAccount:"\u5F53\u524D\u8D26\u6237",enableAutoSyncUserSettings:"\u542F\u7528\u591A\u8BBE\u5907\u81EA\u52A8\u4E91\u540C\u6B65",modalEnableInputTranslationTitle:"\u6C89\u6D78\u5F0F\u7FFB\u8BD1\u8F93\u5165\u6846\u7FFB\u8BD1\u63D0\u793A",modalEnableInputTranslationDesc:"\u60A8\u521A\u521A\u901A\u8FC7\u5FEB\u901F\u8FDE\u51FB 3 \u6B21\u7A7A\u683C\u952E\u89E6\u53D1\u4E86\u6C89\u6D78\u5F0F\u7FFB\u8BD1\u7684\u8F93\u5165\u6846\u7FFB\u8BD1\uFF0C\u8F93\u5165\u6846\u7684\u5185\u5BB9\u5C06\u88AB\u7FFB\u8BD1\u4E3A\u9ED8\u8BA4\u7684\u76EE\u6807\u8BED\u8A00\u3002\u901A\u8FC7 Ctrl+Z \u53EF\u4EE5\u64A4\u9500\u7FFB\u8BD1\u3002

\u5982\u679C\u8FD9\u662F\u4E00\u4E2A\u5931\u8BEF\uFF0C\u4E0D\u7528\u62C5\u5FC3\uFF0C\u60A8\u53EF\u4EE5\u9009\u62E9\u672C\u6B21\u7981\u7528\uFF0C\u6216\u8005\u6C38\u4E45\u7981\u7528\u8F93\u5165\u6846\u7FFB\u8BD1\u3002",saveAndNotShowAgain:"\u4FDD\u5B58\u4E14\u4E0D\u518D\u63D0\u793A",disableInputTranslationTips:"* \u4F60\u4E5F\u53EF\u4EE5\u5728 {option} \u4E2D\u8BBE\u7F6E\u5176\u4ED6\u5FEB\u6377\u952E\u6765\u89E6\u53D1\uFF0C{learnMore}\u3002",learnMore:"\u70B9\u6B64\u4E86\u89E3\u66F4\u591A",continueEnalbeInputTranslation:"\u7EE7\u7EED\u542F\u7528\u8F93\u5165\u6846\u7FFB\u8BD1",autoRenewTrialSuffix:'\uFF08\u8BD5\u7528\u4E2D\uFF0C\u7ACB\u523B\u5347\u7EA7\u4E3A\u6B63\u5F0F\u4F1A\u5458\uFF09',upgradeFromTrialTitle:"\u5347\u7EA7\u4E3A\u6B63\u5F0F\u4F1A\u5458",subtitle:"\u89C6\u9891\u5B57\u5E55",youtubeService:"\u6C89\u6D78\u5F0F\u7FFB\u8BD1\u89C6\u9891\u5B57\u5E55\u7FFB\u8BD1\u670D\u52A1","subtitle.disabledSubtitle":"\u6C38\u4E45\u7981\u7528\u89C6\u9891\u5B57\u5E55\u529F\u80FD","subtitle.disabledSubtitleDescription":"\u5982\u679C\u6C89\u6D78\u5F0F\u7FFB\u8BD1\u7684\u89C6\u9891\u5B57\u5E55\u548C\u5176\u4ED6\u6269\u5C55\u6709\u51B2\u7A81\uFF0C\u4F60\u53EF\u4EE5\u9009\u62E9\u6C38\u4E45\u7981\u7528\u6C89\u6D78\u5F0F\u7FFB\u8BD1\u7684\u89C6\u9891\u5B57\u5E55\u529F\u80FD\u6216\u8005\u5378\u8F7D\u5176\u4ED6\u51B2\u7A81\u7684\u6269\u5C55","subtitle.autoEnableSubtitleDescription":"\u542F\u7528\u540E\uFF0C\u5F53\u89C6\u9891\u64AD\u653E\u7684\u65F6\u5019\uFF0C\u4F1A\u81EA\u52A8\u663E\u793A\u53CC\u8BED\u5B57\u5E55\uFF0C\u5426\u5219\u9700\u8981\u70B9\u51FB\u7FFB\u8BD1\u6309\u94AE\u624D\u4F1A\u663E\u793A\u3002","subtitle.preTranslation":"\u4F7F\u7528\u6C89\u6D78\u5F0F\u7FFB\u8BD1\u6765\u7FFB\u8BD1\u5B57\u5E55","subtitle.preTranslationDescription":"\u542F\u7528\u540E\u4F1A\u4F18\u5148\u7528\u4E0B\u9762\u6307\u5B9A\u7684\u7FFB\u8BD1\u670D\u52A1\u63D0\u524D\u7FFB\u8BD1\u6574\u4E2A\u5B57\u5E55\uFF0C1 \u5C0F\u65F6\u7684\u89C6\u9891\u5927\u6982\u6D88\u8017 5\u4E07 Tokens \u6216 \u5B57\u7B26\uFF0C\u8BF7\u914C\u60C5\u4F7F\u7528\uFF1B\u5173\u95ED\u540E\u5219\u4F18\u5148\u4F7F\u7528\u539F\u89C6\u9891\u81EA\u5E26\u7684\u673A\u7FFB\u5B57\u5E55\uFF1B\u8BF7\u6CE8\u610F\uFF0C\u5F53\u539F\u89C6\u9891\u6CA1\u6709\u5BF9\u5E94\u7684\u8BD1\u6587\u5B57\u5E55\u65F6\uFF0C\u5219\u65E0\u8BBA\u662F\u5426\u542F\u7528\u8FD9\u4E2A\u9009\u9879\uFF0C\u90FD\u4F1A\u4F7F\u7528\u4E0B\u9762\u6307\u5B9A\u7684\u7FFB\u8BD1\u670D\u52A1\u6765\u7FFB\u8BD1\u5B57\u5E55\u3002","subtitle.humanSubtitlesPreferred":"\u4F18\u5148\u4F7F\u7528\u4EBA\u5DE5\u5B57\u5E55","subtitle.humanSubtitlesPreferredDescription":"\u5F53\u89C6\u9891\u6709\u76EE\u6807\u8BED\u8A00\u4EBA\u5DE5\u5B57\u5E55\u65F6\uFF0C\u4F18\u5148\u4F7F\u7528\u4EBA\u5DE5\u5B57\u5E55\uFF08\u63A8\u8350\uFF09","subtitle.bilingual":"\u53CC\u8BED\u5B57\u5E55","subtitle.autoDisableSubtitle":"\u4E0D\u81EA\u52A8\u542F\u7528\u53CC\u8BED\u5B57\u5E55","subtitle.hideQuickButton":"\u4E0D\u518D\u663E\u793A\u8BE5\u5FEB\u6377\u65B9\u5F0F","subtitle.showQuickButton":"\u5728\u64AD\u653E\u5668\u663E\u793A\u53CC\u8BED\u5B57\u5E55\u5FEB\u6377\u65B9\u5F0F",videoSubtitleTranslationDescription:"\u4E3A\u89C6\u9891\u5B57\u5E55\u5355\u72EC\u6307\u5B9A\u4E00\u4E2A\u7FFB\u8BD1\u670D\u52A1",subtitleTranslating:"\u6B63\u5728\u4F7F\u7528 {service} \u670D\u52A1\u7FFB\u8BD1\u5B57\u5E55\u4E2D\uFF0C\u8BF7\u7A0D\u7B49...\uFF08\u6C89\u6D78\u5F0F\u7FFB\u8BD1\uFF09",subtitleLoading:"\u6B63\u5728\u52A0\u8F7D\u5B57\u5E55...",bilingual:"\u53CC\u8BED","field.action":"\u662F\u5426\u542F\u7528\u767E\u5EA6\u672F\u8BED","description.action":"\u542F\u7528\u540E\u4F1A\u5728\u8BF7\u6C42\u4E2D\u52A0\u5165 action=1 \u7684\u53C2\u6570\uFF0C\u4EE5\u4FBF\u544A\u77E5\u767E\u5EA6\u542F\u7528\u672F\u8BED\uFF0C<1>\u66F4\u591A\u8BF4\u660E\u8BF7\u53C2\u8003\u5B98\u65B9\u6587\u6863",closeQuickTranslation:"\u5173\u95ED\u60AC\u6D6E\u7403","closeQuickTranslation.untilNext":"\u672C\u6B21\u5173\u95ED\u76F4\u5230\u4E0B\u6B21\u8BBF\u95EE","closeQuickTranslation.currentWebsite":"\u5F53\u524D\u7F51\u7AD9\u7981\u7528","closeQuickTranslation.alwaysClose":"\u6C38\u4E45\u7981\u7528","closeQuickTranslation.settingOpen":"\uFF08\u53EF\u5728<1>\u8BBE\u7F6E\u9875\u5F00\u542F\uFF09","closeQuickTranslation.cancel":"\u53D6\u6D88","closeQuickTranslation.confirm":"\u786E\u5B9A","floatBall.translate":"\u70B9\u51FB\u7FFB\u8BD1\u8BE5\u9875\u9762","floatBall.showOriginal":"\u70B9\u51FB\u5207\u6362\u56DE\u539F\u6587","floatBall.close":"\u5173\u95ED\u60AC\u6D6E\u7403","floatBallOptions.enableDescPc":"\u542F\u7528\u9875\u9762\u60AC\u6D6E\u7403\u540E\uFF0C\u4F1A\u5728\u9875\u9762\u53F3\u4FA7\u663E\u793A\u4E00\u4E2A\u5FEB\u6377\u7FFB\u8BD1\u6309\u94AE\uFF0C\u70B9\u51FB\u5373\u53EF\u7FFB\u8BD1","floatBallOptions.enableDesc":"\u5173\u95ED\u60AC\u6D6E\u7403\u540E\uFF0C\u53EF\u4EE5\u7528{touch}\u5524\u8D77\u3002\u4E3A\u9632\u6B62\u4E0D\u614E\u5173\u95ED\u8BE5\u9009\u9879\u540E\u627E\u4E0D\u5230\u60AC\u6D6E\u7403\uFF0C\u5F3A\u70C8\u5EFA\u8BAE\u6536\u85CF\u672C\u8BBE\u7F6E\u9875","description.azureApiUrl":"\u586B\u5199\u81EA\u5B9A\u4E49\u7684API\u63A5\u53E3\u5730\u5740","floatBall.guideClickToTranslate":`\u70B9\u51FB\u6C89\u6D78\u5F0F\u7FFB\u8BD1\u60AC\u6D6E\u7403 +`,IMMERSIVE_TRANSLATE_VIDEO_SUBTITLE_INJECT:'(()=>{var u="imt-subtitle-inject",f=class{from;to;constructor(t,n){this.from=t,this.to=n}sendMessages(t){globalThis.postMessage({type:u,to:this.to,from:this.from,action:t.action,data:t.data,id:t.id||new Date().getTime(),isAsync:!1})}getRandomId(){return(new Date().getTime()+Math.random())*Math.random()}sendAsyncMessages({action:t,data:n}){return new Promise(e=>{let r=this.getRandomId();globalThis.postMessage({type:u,to:this.to,from:this.from,action:t,data:n,id:r,isAsync:!0});let a=({data:o})=>{u===o.type&&o.id===r&&o.to===this.from&&(e(o.data),globalThis.removeEventListener("message",a))};globalThis.addEventListener("message",a)})}handleMessageOnce(t){return new Promise(n=>{let e=({data:r})=>{u===r.type&&r.action===t&&r.to===this.from&&(n(r.data),globalThis.removeEventListener("message",e))};globalThis.addEventListener("message",e)})}handleMessage(t,n){let e=({data:r})=>{u===r.type&&r.action===t&&r.to===this.from&&n(r)};return globalThis.addEventListener("message",e),()=>{globalThis.removeEventListener("message",e)}}handleMessages(t){let n=({data:e})=>{u===e.type&&e.to===this.from&&t(e)};return globalThis.addEventListener("message",n),()=>{globalThis.removeEventListener("message",n)}}},R=new f("content-script","inject"),l=new f("inject","content-script"),S={get(s,t,n){return t in s?(...e)=>{let r=s[t];return typeof r=="function"?r.apply(s,e):Reflect.get(s,t,n)}:e=>s.sendAsyncMessages({action:t,data:e})}},x=new Proxy(l,S),L=new Proxy(R,S);function T(s){if(!s)return null;try{let t=s;return s.startsWith("//")?t=globalThis.location.protocol+s:s.startsWith("/")?t=`${globalThis.location.protocol}//${globalThis.location.host}${s}`:s.startsWith("http")||(t=`${globalThis.location.protocol}//${s}`),new URL(t).toString()}catch(t){return console.error(t),s}}var i=class{content=x;config;constructor(t){this.config=t,l.handleMessages(async({action:n,id:e,data:r})=>{let a=this[n];if(!a)return;let o=a.apply(this,[r]);o instanceof Promise&&(o=await o),l.sendMessages({id:e,data:o})})}triggerSubtitle(t){}async translateSubtitle(t){let n=await this.content.requestSubtitle({url:T(t._url)});if(n){if(this.config.responseType=="document"){let r=new DOMParser().parseFromString(n,"text/xml");Object.defineProperty(t,"responseXML",{value:r,writable:!1}),Object.defineProperty(t,"response",{value:r,writable:!1});return}let e=n;(t.responseType=="arraybuffer"||this.config.responseType=="arraybuffer")&&typeof n=="string"&&(e=new TextEncoder().encode(n).buffer),Object.defineProperty(t,"responseText",{value:e,writable:!1}),Object.defineProperty(t,"response",{value:e,writable:!1})}}async translateSubtitleWithFetch(t,n){let e={...n},r;return typeof t=="string"?r={url:t,method:"GET",headers:{}}:r=await v(t),e?.body&&(e.body=M(e.body)),this.content.requestSubtitle({fetchInfo:JSON.stringify({input:r,options:e})})}async getVideoMeta(t){}isSubtitleRequest(t){return!this.config||!this.config.subtitleUrlRegExp||!t?!1:new RegExp(this.config.subtitleUrlRegExp).test(t||"")}};function v(s){if(s instanceof URL)return{url:s.href,method:"GET",headers:{}};let t=s.clone(),n={url:s.url,method:s.method,headers:Object.fromEntries(s.headers.entries())};if(t.body){let e=M(t.body);if(t.body!==e)return t.text().then(r=>(n.body=r,n));n.body=e}return Promise.resolve(n)}function M(s){if(!s)return s;if(s instanceof FormData||s instanceof URLSearchParams){let t={};for(let[n,e]of s.entries())t[n]=e;return t._formatBodyType="FormData",t}return s}var d=class extends i{timer=null;triggerSubtitle({force:t}){setTimeout(()=>{if(this.config?.subtitleButtonSelector){let n=document.querySelector(this.config.subtitleButtonSelector);if(n){let e=n.getAttribute("aria-pressed")==="true";e&&t?(n.click(),setTimeout(()=>{n.click()},100)):e||n.click();return}}if(this.config?.videoPlayerSelector){let n=document.querySelector(this.config.videoPlayerSelector);n?.toggleSubtitles(),setTimeout(()=>{n?.toggleSubtitles()},100)}},1e3)}async getVideoMeta(){if(!this.config.videoPlayerSelector)return null;try{return await this.sleep(100),document.querySelector(this.config.videoPlayerSelector)?.getPlayerResponse()}catch{return null}}sleep(t){return new Promise(n=>{setTimeout(()=>{n(null)},t)})}};var m=class extends i{timer=null;videoMeta={};lastVideoMeta=null;constructor(t){super(t),this.hookJSON()}hookJSON(){let t=JSON.parse;JSON.parse=n=>{let e=t(n);try{e&&e.result&&e.result.timedtexttracks&&e.result.movieId&&(this.videoMeta[e.result.movieId]=e.result,this.lastVideoMeta=e.result)}catch(r){console.log(r)}return e}}getVideoMeta(t){return this.lastVideoMeta}};var p=class extends i{timer=null;videoMeta={};constructor(t){super(t),this.hookJSON()}hookJSON(){let t=JSON.parse;JSON.parse=n=>{let e=t(n);try{e?.asset?.captions?.length?this.videoMeta[e.id]=e?.asset:e?.previews&&e?.course&&e?.previews?.forEach(r=>{this.videoMeta[r.id]=r})}catch(r){console.error(r)}return e}}getVideoMeta(t){return this.videoMeta[t]}};var g=class extends i{timer=null;videoMeta={};constructor(t){super(t),this.hookJSON()}hookJSON(){let t=JSON.parse;JSON.parse=n=>{let e=t(n);try{if(e?.stream?.sources?.length&&e?.stream?.sources[0]?.complete?.url){let r=window.location.pathname.split("/");r.length>2&&r[r.length-2]==="video"&&(this.videoMeta[r[r.length-1]]=e.stream.sources[0].complete.url)}}catch(r){console.error(r)}return e}}getVideoMeta(t){return this.videoMeta[t]}};var h=class extends i{constructor(t){super(t)}async translateSubtitleWithFetch(t,n){this.main(t,n)}async main(t,n){let e=globalThis.__originalFetch;if(!e)return;let r=t;t instanceof Request&&(r=t.clone());let a=await e(r,n);if(!a.ok)return;let o=await a.json();o.transcripts_urls&&this.requestSubtitle(o.transcripts_urls)}async requestSubtitle(t){await c(),await this.content.requestSubtitle(t)}};async function w(){let s=await l.sendAsyncMessages({action:"getConfig"});if(!s)return;let n={youtube:d,netflix:m,webvtt:i,khanacademy:i,bilibili:i,udemy:p,general:i,ebutt:i,hulu:h,disneyplus:g,"fmp4.xml":i,multi_attach_vtt:i,twitter:i,subsrt:i,xml:i,text_track_dynamic:i,av:i}[s.type||""];if(!n)return;let e=new n(s);I(e,s)}c();w();function I(s,t){if(t.hookType.includes("xhr")){let n=XMLHttpRequest.prototype.open,e=XMLHttpRequest.prototype.send,r=function(){return this._url=arguments[1],n.apply(this,arguments)},a=async function(){return s.isSubtitleRequest(this._url)?(await c(),await s.translateSubtitle(this),e.apply(this,arguments)):e.apply(this,arguments)};Object.defineProperty(XMLHttpRequest.prototype,"open",{value:r,writable:!0}),Object.defineProperty(XMLHttpRequest.prototype,"send",{value:a,writable:!0})}if(t.hookType.includes("fetch")){let n=globalThis.fetch;globalThis.__originalFetch=n,globalThis.fetch=async function(e,r){let a=typeof e=="string"?e:e.url||e.href;if(!s.isSubtitleRequest(a))return n(e,r);await c();let y=await s.translateSubtitleWithFetch(e,r);return y?new Response(y):n(e,r)}}}var b=!1;async function c(){return b||(await l.handleMessageOnce("contentReady"),b=!0),b}})();\n',OPTIONS_URL:"https://dash.immersivetranslate.com/",SHARE_DRAFT_URL:"https://immersivetranslate.com/preview",ASSETS_BASE_URL:"https://app.immersivetranslate.com/global-assets/",EBOOK_VIEWER_URL:"https://app.immersivetranslate.com/ebook/",EBOOK_BUILDER_URL:"https://app.immersivetranslate.com/ebook/make/",SUBTITLE_BUILDER_URL:"https://app.immersivetranslate.com/subtitle/",HTML_VIEWER_URL:"https://app.immersivetranslate.com/html/",PDF_VIEWER_URL:"https://app.immersivetranslate.com/pdf/",PDF_PRO_URL:"https://app.immersivetranslate.com/pdf-pro/",TEXT_TRANSLATE_URL:"https://app.immersivetranslate.com/text/",TRANSLATE_FILE_URL:"https://app.immersivetranslate.com/",MOCK:"0",DEBUG:"0",INSTALL_FROM:"chrome_zip"}});var N2=a6((oc,Ls)=>{d();(function(){var t;function e(f){var T,b,h="",C=-1,D;if(f&&f.length)for(D=f.length;(C+=1)>>6&31,128|T&63):T<=65535?h+=String.fromCharCode(224|T>>>12&15,128|T>>>6&63,128|T&63):T<=2097151&&(h+=String.fromCharCode(240|T>>>18&7,128|T>>>12&63,128|T>>>6&63,128|T&63));return h}function n(f){var T,b,h,C,D,M=[],B;if(T=b=h=C=D=0,f&&f.length)for(B=f.length,f+="";T191&&h<224?(C=f.charCodeAt(T+1),M[b]=String.fromCharCode((h&31)<<6|C&63),T+=2):(C=f.charCodeAt(T+1),D=f.charCodeAt(T+2),M[b]=String.fromCharCode((h&15)<<12|(C&63)<<6|D&63),T+=3);return M.join("")}function r(f,T){var b=(f&65535)+(T&65535),h=(f>>16)+(T>>16)+(b>>16);return h<<16|b&65535}function a(f,T){return f<>>32-T}function i(f,T){for(var b=T?"0123456789ABCDEF":"0123456789abcdef",h="",C,D=0,M=f.length;D>>4&15)+b.charAt(C&15);return h}function o(f){var T,b=f.length,h="";for(T=0;T>>8&255);return h}function s(f){var T,b=f.length,h="";for(T=0;T>>8&255,f.charCodeAt(T)&255);return h}function u(f){var T,b=f.length*32,h="";for(T=0;T>5]>>>24-T%32&255);return h}function l(f){var T,b=f.length*32,h="";for(T=0;T>5]>>>T%32&255);return h}function c(f){var T,b=f.length*8,h=Array(f.length>>2),C=h.length;for(T=0;T>5]|=(f.charCodeAt(T/8)&255)<>2),C=h.length;for(T=0;T>5]|=(f.charCodeAt(T/8)&255)<<24-T%32;return h}function m(f,T){var b=T.length,h=Array(),C,D,M,B,S,v,L,A;for(v=Array(Math.ceil(f.length/2)),B=v.length,C=0;C0;){for(S=Array(),M=0,C=0;C0||D>0)&&(S[S.length]=D);h[h.length]=M,v=S}for(L="",C=h.length-1;C>=0;C--)L+=T.charAt(h[C]);for(A=Math.ceil(f.length*8/(Math.log(T.length)/Math.log(2))),C=L.length;Cf.length*8?h+=T:h+=b.charAt(B>>>6*(3-M)&63);return h}t={VERSION:"1.0.6",Base64:function(){var f="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/",T="=",b=!1,h=!0;this.encode=function(C){var D,M,B,S="";for(T=T||"=",C=h?e(C):C,len=C.length,D=0;Dlen*8?S+=T:S+=f.charAt(B>>>6*(3-M)&63);return S},this.decode=function(C){var D,M,B,S,v,L,A,y,I,F,_="",U=[];if(!C)return C;D=F=0,C=C.replace(new RegExp("\\"+T,"gi"),"");do v=f.indexOf(C.charAt(D++)),L=f.indexOf(C.charAt(D++)),A=f.indexOf(C.charAt(D++)),y=f.indexOf(C.charAt(D++)),I=v<<18|L<<12|A<<6|y,M=I>>16&255,B=I>>8&255,S=I&255,F+=1,A===64?U[F]=String.fromCharCode(M):y===64?U[F]=String.fromCharCode(M,B):U[F]=String.fromCharCode(M,B,S);while(D>>8^b;return(T^-1)>>>0},MD5:function(f){var T=f&&typeof f.uppercase=="boolean"?f.uppercase:!1,b=f&&typeof f.pad=="string"?f.pad:"=",h=f&&typeof f.utf8=="boolean"?f.utf8:!0;this.hex=function(y){return i(C(y,h),T)},this.b64=function(y){return g(C(y),b)},this.any=function(y,I){return m(C(y,h),I)},this.raw=function(y){return C(y,h)},this.hex_hmac=function(y,I){return i(D(y,I),T)},this.b64_hmac=function(y,I){return g(D(y,I),b)},this.any_hmac=function(y,I,F){return m(D(y,I),F)},this.vm_test=function(){return hex("abc").toLowerCase()==="900150983cd24fb0d6963f7d28e17f72"},this.setUpperCase=function(y){return typeof y=="boolean"&&(T=y),this},this.setPad=function(y){return b=y||b,this},this.setUTF8=function(y){return typeof y=="boolean"&&(h=y),this};function C(y){return y=h?e(y):y,l(M(c(y),y.length*8))}function D(y,I){var F,_,U,N,q;for(y=h?e(y):y,I=h?e(I):I,F=c(y),F.length>16&&(F=M(F,y.length*8)),_=Array(16),U=Array(16),q=0;q<16;q+=1)_[q]=F[q]^909522486,U[q]=F[q]^1549556828;return N=M(_.concat(c(I)),512+I.length*8),l(M(U.concat(N),512+128))}function M(y,I){var F,_,U,N,q,k=1732584193,E=-271733879,P=-1732584194,O=271733878;for(y[I>>5]|=128<>>9<<4)+14]=I,F=0;F16&&(A=M(A,v.length*8)),y=Array(16),I=Array(16),F=0;F<16;F+=1)y[F]=A[F]^909522486,I[F]=A[F]^1549556828;return _=M(y.concat(p(L)),512+L.length*8),u(M(I.concat(_),512+160))}function M(v,L){var A,y,I,F,_,U,N,q,k=Array(80),E=1732584193,P=-271733879,O=-1732584194,H=271733878,j=-1009589776;for(v[L>>5]|=128<<24-L%32,v[(L+64>>9<<4)+15]=L,A=0;A16&&(j=k(j,E.length*8));H<16;H+=1)W[H]=j[H]^909522486,V[H]=j[H]^1549556828;return O=k(W.concat(p(P)),512+P.length*8),u(k(V.concat(O),512+256))}function B(E,P){return E>>>P|E<<32-P}function S(E,P){return E>>>P}function v(E,P,O){return E&P^~E&O}function L(E,P,O){return E&P^E&O^P&O}function A(E){return B(E,2)^B(E,13)^B(E,22)}function y(E){return B(E,6)^B(E,11)^B(E,25)}function I(E){return B(E,7)^B(E,18)^S(E,3)}function F(E){return B(E,17)^B(E,19)^S(E,10)}function _(E){return B(E,28)^B(E,34)^B(E,39)}function U(E){return B(E,14)^B(E,18)^B(E,41)}function N(E){return B(E,1)^B(E,8)^S(E,7)}function q(E){return B(E,19)^B(E,61)^S(E,6)}C=[1116352408,1899447441,-1245643825,-373957723,961987163,1508970993,-1841331548,-1424204075,-670586216,310598401,607225278,1426881987,1925078388,-2132889090,-1680079193,-1046744716,-459576895,-272742522,264347078,604807628,770255983,1249150122,1555081692,1996064986,-1740746414,-1473132947,-1341970488,-1084653625,-958395405,-710438585,113926993,338241895,666307205,773529912,1294757372,1396182291,1695183700,1986661051,-2117940946,-1838011259,-1564481375,-1474664885,-1035236496,-949202525,-778901479,-694614492,-200395387,275423344,430227734,506948616,659060556,883997877,958139571,1322822218,1537002063,1747873779,1955562222,2024104815,-2067236844,-1933114872,-1866530822,-1538233109,-1090935817,-965641998];function k(E,P){var O=[1779033703,-1150833019,1013904242,-1521486534,1359893119,-1694144372,528734635,1541459225],H=new Array(64),j,W,V,se,X,Z,ue,ge,te,Y,Te,ae;for(E[P>>5]|=128<<24-P%32,E[(P+64>>9<<4)+15]=P,te=0;te32&&(E=B(E,U.length*8));k<32;k+=1)P[k]=E[k]^909522486,O[k]=E[k]^1549556828;return q=B(P.concat(p(N)),1024+N.length*8),u(B(O.concat(q),1024+512))}function B(U,N){var q,k,E,P=new Array(80),O=new Array(16),H=[new S(1779033703,-205731576),new S(-1150833019,-2067093701),new S(1013904242,-23791573),new S(-1521486534,1595750129),new S(1359893119,-1377402159),new S(-1694144372,725511199),new S(528734635,-79577749),new S(1541459225,327033209)],j=new S(0,0),W=new S(0,0),V=new S(0,0),se=new S(0,0),X=new S(0,0),Z=new S(0,0),ue=new S(0,0),ge=new S(0,0),te=new S(0,0),Y=new S(0,0),Te=new S(0,0),ae=new S(0,0),ie=new S(0,0),Ee=new S(0,0),ze=new S(0,0),_e=new S(0,0),ce=new S(0,0);for(C===void 0&&(C=[new S(1116352408,-685199838),new S(1899447441,602891725),new S(-1245643825,-330482897),new S(-373957723,-2121671748),new S(961987163,-213338824),new S(1508970993,-1241133031),new S(-1841331548,-1357295717),new S(-1424204075,-630357736),new S(-670586216,-1560083902),new S(310598401,1164996542),new S(607225278,1323610764),new S(1426881987,-704662302),new S(1925078388,-226784913),new S(-2132889090,991336113),new S(-1680079193,633803317),new S(-1046744716,-815192428),new S(-459576895,-1628353838),new S(-272742522,944711139),new S(264347078,-1953704523),new S(604807628,2007800933),new S(770255983,1495990901),new S(1249150122,1856431235),new S(1555081692,-1119749164),new S(1996064986,-2096016459),new S(-1740746414,-295247957),new S(-1473132947,766784016),new S(-1341970488,-1728372417),new S(-1084653625,-1091629340),new S(-958395405,1034457026),new S(-710438585,-1828018395),new S(113926993,-536640913),new S(338241895,168717936),new S(666307205,1188179964),new S(773529912,1546045734),new S(1294757372,1522805485),new S(1396182291,-1651133473),new S(1695183700,-1951439906),new S(1986661051,1014477480),new S(-2117940946,1206759142),new S(-1838011259,344077627),new S(-1564481375,1290863460),new S(-1474664885,-1136513023),new S(-1035236496,-789014639),new S(-949202525,106217008),new S(-778901479,-688958952),new S(-694614492,1432725776),new S(-200395387,1467031594),new S(275423344,851169720),new S(430227734,-1194143544),new S(506948616,1363258195),new S(659060556,-544281703),new S(883997877,-509917016),new S(958139571,-976659869),new S(1322822218,-482243893),new S(1537002063,2003034995),new S(1747873779,-692930397),new S(1955562222,1575990012),new S(2024104815,1125592928),new S(-2067236844,-1578062990),new S(-1933114872,442776044),new S(-1866530822,593698344),new S(-1538233109,-561857047),new S(-1090935817,-1295615723),new S(-965641998,-479046869),new S(-903397682,-366583396),new S(-779700025,566280711),new S(-354779690,-840897762),new S(-176337025,-294727304),new S(116418474,1914138554),new S(174292421,-1563912026),new S(289380356,-1090974290),new S(460393269,320620315),new S(685471733,587496836),new S(852142971,1086792851),new S(1017036298,365543100),new S(1126000580,-1676669620),new S(1288033470,-885112138),new S(1501505948,-60457430),new S(1607167915,987167468),new S(1816402316,1246189591)]),k=0;k<80;k+=1)P[k]=new S(0,0);for(U[N>>5]|=128<<24-(N&31),U[(N+128>>10<<5)+31]=N,E=U.length,k=0;k>>q|N.h<<32-q,U.h=N.h>>>q|N.l<<32-q}function A(U,N,q){U.l=N.h>>>q|N.l<<32-q,U.h=N.l>>>q|N.h<<32-q}function y(U,N,q){U.l=N.l>>>q|N.h<<32-q,U.h=N.h>>>q}function I(U,N,q){var k=(N.l&65535)+(q.l&65535),E=(N.l>>>16)+(q.l>>>16)+(k>>>16),P=(N.h&65535)+(q.h&65535)+(E>>>16),O=(N.h>>>16)+(q.h>>>16)+(P>>>16);U.l=k&65535|E<<16,U.h=P&65535|O<<16}function F(U,N,q,k,E){var P=(N.l&65535)+(q.l&65535)+(k.l&65535)+(E.l&65535),O=(N.l>>>16)+(q.l>>>16)+(k.l>>>16)+(E.l>>>16)+(P>>>16),H=(N.h&65535)+(q.h&65535)+(k.h&65535)+(E.h&65535)+(O>>>16),j=(N.h>>>16)+(q.h>>>16)+(k.h>>>16)+(E.h>>>16)+(H>>>16);U.l=P&65535|O<<16,U.h=H&65535|j<<16}function _(U,N,q,k,E,P){var O=(N.l&65535)+(q.l&65535)+(k.l&65535)+(E.l&65535)+(P.l&65535),H=(N.l>>>16)+(q.l>>>16)+(k.l>>>16)+(E.l>>>16)+(P.l>>>16)+(O>>>16),j=(N.h&65535)+(q.h&65535)+(k.h&65535)+(E.h&65535)+(P.h&65535)+(H>>>16),W=(N.h>>>16)+(q.h>>>16)+(k.h>>>16)+(E.h>>>16)+(P.h>>>16)+(j>>>16);U.l=O&65535|H<<16,U.h=j&65535|W<<16}},RMD160:function(f){var T=f&&typeof f.uppercase=="boolean"?f.uppercase:!1,b=f&&typeof f.pad=="string"?f.pa:"=",h=f&&typeof f.utf8=="boolean"?f.utf8:!0,C=[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,7,4,13,1,10,6,15,3,12,0,9,5,2,14,11,8,3,10,14,4,9,15,8,1,2,7,0,6,13,11,5,12,1,9,11,10,0,8,12,4,13,3,7,15,14,5,6,2,4,0,5,9,7,12,2,10,14,1,3,8,11,6,15,13],D=[5,14,7,0,9,2,11,4,13,6,15,8,1,10,3,12,6,11,3,7,0,13,5,10,14,15,8,12,4,9,1,2,15,5,1,3,7,14,6,9,11,8,12,2,10,0,4,13,8,6,4,1,3,11,15,0,5,12,2,13,9,7,10,14,12,15,10,4,1,5,8,7,6,2,13,14,0,3,9,11],M=[11,14,15,12,5,8,7,9,11,13,14,15,6,7,9,8,7,6,8,13,11,9,7,15,7,12,15,9,11,7,13,12,11,13,6,7,14,9,13,15,14,8,13,6,5,12,7,5,11,12,14,15,14,15,9,8,9,14,5,6,8,6,5,12,9,15,5,11,6,8,13,12,5,12,13,14,11,8,5,6],B=[8,9,9,11,13,15,15,5,7,7,8,11,14,14,12,6,9,13,15,7,12,8,9,11,7,7,12,7,6,15,13,11,9,7,15,11,8,6,6,14,12,13,5,14,13,13,7,5,15,5,8,11,14,14,6,14,6,9,12,9,12,5,15,8,8,5,12,9,12,5,14,6,8,13,6,5,15,13,11,11];this.hex=function(_){return i(S(_,h))},this.b64=function(_){return g(S(_,h),b)},this.any=function(_,U){return m(S(_,h),U)},this.raw=function(_){return S(_,h)},this.hex_hmac=function(_,U){return i(v(_,U))},this.b64_hmac=function(_,U){return g(v(_,U),b)},this.any_hmac=function(_,U,N){return m(v(_,U),N)},this.vm_test=function(){return hex("abc").toLowerCase()==="900150983cd24fb0d6963f7d28e17f72"},this.setUpperCase=function(_){return typeof _=="boolean"&&(T=_),this},this.setPad=function(_){return typeof _<"u"&&(b=_),this},this.setUTF8=function(_){return typeof _=="boolean"&&(h=_),this};function S(_){return _=h?e(_):_,L(A(c(_),_.length*8))}function v(_,U){_=h?e(_):_,U=h?e(U):U;var N,q,k=c(_),E=Array(16),P=Array(16);for(k.length>16&&(k=A(k,_.length*8)),N=0;N<16;N+=1)E[N]=k[N]^909522486,P[N]=k[N]^1549556828;return q=A(E.concat(c(U)),512+U.length*8),L(A(P.concat(q),512+160))}function L(_){var U,N="",q=_.length*32;for(U=0;U>5]>>>U%32&255);return N}function A(_,U){var N,q,k,E,P=1732584193,O=4023233417,H=2562383102,j=271733878,W=3285377520,V,se,X,Z,ue,ge,te,Y,Te,ae;for(_[U>>5]|=128<>>9<<4)+14]=U,E=_.length,k=0;kfunction(){return e||(0,t[Tf(t)[0]])((e={exports:{}}).exports,e),e.exports},g6=(t,e)=>{for(var n in e)md(t,n,{get:e[n],enumerable:!0})},gd=(t,e,n,r)=>{if(e&&typeof e=="object"||typeof e=="function")for(let a of Tf(e))!d6.call(t,a)&&a!==n&&md(t,a,{get:()=>e[a],enumerable:!(r=l6(e,a))||r.enumerable});return t},m6=(t,e,n)=>(gd(t,e,"default"),n&&gd(n,e,"default")),yf=(t,e,n)=>(n=t!=null?u6(c6(t)):{},gd(e||!t||!t.__esModule?md(n,"default",{value:t,enumerable:!0}):n,t)),vf=p6({"../esmd/npm/webextension-polyfill@0.10.0/node_modules/webextension-polyfill/dist/browser-polyfill.js"(t,e){(function(n,r){if(typeof define=="function"&&define.amd)define("webextension-polyfill",["module"],r);else if(typeof t<"u")r(e);else{var a={exports:{}};r(a),n.browser=a.exports}})(typeof globalThis<"u"?globalThis:typeof self<"u"?self:t,function(n){"use strict";if(!globalThis.chrome?.runtime?.id)throw new Error("This script should only be loaded in a browser extension.");if(typeof globalThis.browser>"u"||Object.getPrototypeOf(globalThis.browser)!==Object.prototype){let r="The message port closed before a response was received.",a=i=>{let o={alarms:{clear:{minArgs:0,maxArgs:1},clearAll:{minArgs:0,maxArgs:0},get:{minArgs:0,maxArgs:1},getAll:{minArgs:0,maxArgs:0}},bookmarks:{create:{minArgs:1,maxArgs:1},get:{minArgs:1,maxArgs:1},getChildren:{minArgs:1,maxArgs:1},getRecent:{minArgs:1,maxArgs:1},getSubTree:{minArgs:1,maxArgs:1},getTree:{minArgs:0,maxArgs:0},move:{minArgs:2,maxArgs:2},remove:{minArgs:1,maxArgs:1},removeTree:{minArgs:1,maxArgs:1},search:{minArgs:1,maxArgs:1},update:{minArgs:2,maxArgs:2}},browserAction:{disable:{minArgs:0,maxArgs:1,fallbackToNoCallback:!0},enable:{minArgs:0,maxArgs:1,fallbackToNoCallback:!0},getBadgeBackgroundColor:{minArgs:1,maxArgs:1},getBadgeText:{minArgs:1,maxArgs:1},getPopup:{minArgs:1,maxArgs:1},getTitle:{minArgs:1,maxArgs:1},openPopup:{minArgs:0,maxArgs:0},setBadgeBackgroundColor:{minArgs:1,maxArgs:1,fallbackToNoCallback:!0},setBadgeText:{minArgs:1,maxArgs:1,fallbackToNoCallback:!0},setIcon:{minArgs:1,maxArgs:1},setPopup:{minArgs:1,maxArgs:1,fallbackToNoCallback:!0},setTitle:{minArgs:1,maxArgs:1,fallbackToNoCallback:!0}},browsingData:{remove:{minArgs:2,maxArgs:2},removeCache:{minArgs:1,maxArgs:1},removeCookies:{minArgs:1,maxArgs:1},removeDownloads:{minArgs:1,maxArgs:1},removeFormData:{minArgs:1,maxArgs:1},removeHistory:{minArgs:1,maxArgs:1},removeLocalStorage:{minArgs:1,maxArgs:1},removePasswords:{minArgs:1,maxArgs:1},removePluginData:{minArgs:1,maxArgs:1},settings:{minArgs:0,maxArgs:0}},commands:{getAll:{minArgs:0,maxArgs:0}},contextMenus:{remove:{minArgs:1,maxArgs:1},removeAll:{minArgs:0,maxArgs:0},update:{minArgs:2,maxArgs:2}},cookies:{get:{minArgs:1,maxArgs:1},getAll:{minArgs:1,maxArgs:1},getAllCookieStores:{minArgs:0,maxArgs:0},remove:{minArgs:1,maxArgs:1},set:{minArgs:1,maxArgs:1}},devtools:{inspectedWindow:{eval:{minArgs:1,maxArgs:2,singleCallbackArg:!1}},panels:{create:{minArgs:3,maxArgs:3,singleCallbackArg:!0},elements:{createSidebarPane:{minArgs:1,maxArgs:1}}}},downloads:{cancel:{minArgs:1,maxArgs:1},download:{minArgs:1,maxArgs:1},erase:{minArgs:1,maxArgs:1},getFileIcon:{minArgs:1,maxArgs:2},open:{minArgs:1,maxArgs:1,fallbackToNoCallback:!0},pause:{minArgs:1,maxArgs:1},removeFile:{minArgs:1,maxArgs:1},resume:{minArgs:1,maxArgs:1},search:{minArgs:1,maxArgs:1},show:{minArgs:1,maxArgs:1,fallbackToNoCallback:!0}},extension:{isAllowedFileSchemeAccess:{minArgs:0,maxArgs:0},isAllowedIncognitoAccess:{minArgs:0,maxArgs:0}},history:{addUrl:{minArgs:1,maxArgs:1},deleteAll:{minArgs:0,maxArgs:0},deleteRange:{minArgs:1,maxArgs:1},deleteUrl:{minArgs:1,maxArgs:1},getVisits:{minArgs:1,maxArgs:1},search:{minArgs:1,maxArgs:1}},i18n:{detectLanguage:{minArgs:1,maxArgs:1},getAcceptLanguages:{minArgs:0,maxArgs:0}},identity:{launchWebAuthFlow:{minArgs:1,maxArgs:1}},idle:{queryState:{minArgs:1,maxArgs:1}},management:{get:{minArgs:1,maxArgs:1},getAll:{minArgs:0,maxArgs:0},getSelf:{minArgs:0,maxArgs:0},setEnabled:{minArgs:2,maxArgs:2},uninstallSelf:{minArgs:0,maxArgs:1}},notifications:{clear:{minArgs:1,maxArgs:1},create:{minArgs:1,maxArgs:2},getAll:{minArgs:0,maxArgs:0},getPermissionLevel:{minArgs:0,maxArgs:0},update:{minArgs:2,maxArgs:2}},pageAction:{getPopup:{minArgs:1,maxArgs:1},getTitle:{minArgs:1,maxArgs:1},hide:{minArgs:1,maxArgs:1,fallbackToNoCallback:!0},setIcon:{minArgs:1,maxArgs:1},setPopup:{minArgs:1,maxArgs:1,fallbackToNoCallback:!0},setTitle:{minArgs:1,maxArgs:1,fallbackToNoCallback:!0},show:{minArgs:1,maxArgs:1,fallbackToNoCallback:!0}},permissions:{contains:{minArgs:1,maxArgs:1},getAll:{minArgs:0,maxArgs:0},remove:{minArgs:1,maxArgs:1},request:{minArgs:1,maxArgs:1}},runtime:{getBackgroundPage:{minArgs:0,maxArgs:0},getPlatformInfo:{minArgs:0,maxArgs:0},openOptionsPage:{minArgs:0,maxArgs:0},requestUpdateCheck:{minArgs:0,maxArgs:0},sendMessage:{minArgs:1,maxArgs:3},sendNativeMessage:{minArgs:2,maxArgs:2},setUninstallURL:{minArgs:1,maxArgs:1}},sessions:{getDevices:{minArgs:0,maxArgs:1},getRecentlyClosed:{minArgs:0,maxArgs:1},restore:{minArgs:0,maxArgs:1}},storage:{local:{clear:{minArgs:0,maxArgs:0},get:{minArgs:0,maxArgs:1},getBytesInUse:{minArgs:0,maxArgs:1},remove:{minArgs:1,maxArgs:1},set:{minArgs:1,maxArgs:1}},managed:{get:{minArgs:0,maxArgs:1},getBytesInUse:{minArgs:0,maxArgs:1}},sync:{clear:{minArgs:0,maxArgs:0},get:{minArgs:0,maxArgs:1},getBytesInUse:{minArgs:0,maxArgs:1},remove:{minArgs:1,maxArgs:1},set:{minArgs:1,maxArgs:1}}},tabs:{captureVisibleTab:{minArgs:0,maxArgs:2},create:{minArgs:1,maxArgs:1},detectLanguage:{minArgs:0,maxArgs:1},discard:{minArgs:0,maxArgs:1},duplicate:{minArgs:1,maxArgs:1},executeScript:{minArgs:1,maxArgs:2},get:{minArgs:1,maxArgs:1},getCurrent:{minArgs:0,maxArgs:0},getZoom:{minArgs:0,maxArgs:1},getZoomSettings:{minArgs:0,maxArgs:1},goBack:{minArgs:0,maxArgs:1},goForward:{minArgs:0,maxArgs:1},highlight:{minArgs:1,maxArgs:1},insertCSS:{minArgs:1,maxArgs:2},move:{minArgs:2,maxArgs:2},query:{minArgs:1,maxArgs:1},reload:{minArgs:0,maxArgs:2},remove:{minArgs:1,maxArgs:1},removeCSS:{minArgs:1,maxArgs:2},sendMessage:{minArgs:2,maxArgs:3},setZoom:{minArgs:1,maxArgs:2},setZoomSettings:{minArgs:1,maxArgs:2},update:{minArgs:1,maxArgs:2}},topSites:{get:{minArgs:0,maxArgs:0}},webNavigation:{getAllFrames:{minArgs:1,maxArgs:1},getFrame:{minArgs:1,maxArgs:1}},webRequest:{handlerBehaviorChanged:{minArgs:0,maxArgs:0}},windows:{create:{minArgs:0,maxArgs:1},get:{minArgs:1,maxArgs:2},getAll:{minArgs:0,maxArgs:1},getCurrent:{minArgs:0,maxArgs:1},getLastFocused:{minArgs:0,maxArgs:1},remove:{minArgs:1,maxArgs:1},update:{minArgs:2,maxArgs:2}}};if(Object.keys(o).length===0)throw new Error("api-metadata.json has not been included in browser-polyfill");class s extends WeakMap{constructor(v,L=void 0){super(L),this.createItem=v}get(v){return this.has(v)||this.set(v,this.createItem(v)),super.get(v)}}let u=S=>S&&typeof S=="object"&&typeof S.then=="function",l=(S,v)=>(...L)=>{i.runtime.lastError?S.reject(new Error(i.runtime.lastError.message)):v.singleCallbackArg||L.length<=1&&v.singleCallbackArg!==!1?S.resolve(L[0]):S.resolve(L)},c=S=>S==1?"argument":"arguments",p=(S,v)=>function(A,...y){if(y.lengthv.maxArgs)throw new Error(`Expected at most ${v.maxArgs} ${c(v.maxArgs)} for ${S}(), got ${y.length}`);return new Promise((I,F)=>{if(v.fallbackToNoCallback)try{A[S](...y,l({resolve:I,reject:F},v))}catch{A[S](...y),v.fallbackToNoCallback=!1,v.noCallback=!0,I()}else v.noCallback?(A[S](...y),I()):A[S](...y,l({resolve:I,reject:F},v))})},m=(S,v,L)=>new Proxy(v,{apply(A,y,I){return L.call(y,S,...I)}}),g=Function.call.bind(Object.prototype.hasOwnProperty),f=(S,v={},L={})=>{let A=Object.create(null),y={has(F,_){return _ in S||_ in A},get(F,_,U){if(_ in A)return A[_];if(!(_ in S))return;let N=S[_];if(typeof N=="function")if(typeof v[_]=="function")N=m(S,S[_],v[_]);else if(g(L,_)){let q=p(_,L[_]);N=m(S,S[_],q)}else N=N.bind(S);else if(typeof N=="object"&&N!==null&&(g(v,_)||g(L,_)))N=f(N,v[_],L[_]);else if(g(L,"*"))N=f(N,v[_],L["*"]);else return Object.defineProperty(A,_,{configurable:!0,enumerable:!0,get(){return S[_]},set(q){S[_]=q}}),N;return A[_]=N,N},set(F,_,U,N){return _ in A?A[_]=U:S[_]=U,!0},defineProperty(F,_,U){return Reflect.defineProperty(A,_,U)},deleteProperty(F,_){return Reflect.deleteProperty(A,_)}},I=Object.create(S);return new Proxy(I,y)},T=S=>({addListener(v,L,...A){v.addListener(S.get(L),...A)},hasListener(v,L){return v.hasListener(S.get(L))},removeListener(v,L){v.removeListener(S.get(L))}}),b=new s(S=>typeof S!="function"?S:function(L){let A=f(L,{},{getContent:{minArgs:0,maxArgs:0}});S(A)}),h=new s(S=>typeof S!="function"?S:function(L,A,y){let I=!1,F,_=new Promise(k=>{F=function(E){I=!0,k(E)}}),U;try{U=S(L,A,F)}catch(k){U=Promise.reject(k)}let N=U!==!0&&u(U);if(U!==!0&&!N&&!I)return!1;let q=k=>{k.then(E=>{y(E)},E=>{let P;E&&(E instanceof Error||typeof E.message=="string")?P=E.message:P="An unexpected error occurred",y({__mozWebExtensionPolyfillReject__:!0,message:P})}).catch(E=>{})};return q(N?U:_),!0}),C=({reject:S,resolve:v},L)=>{i.runtime.lastError?i.runtime.lastError.message===r?v():S(new Error(i.runtime.lastError.message)):L&&L.__mozWebExtensionPolyfillReject__?S(new Error(L.message)):v(L)},D=(S,v,L,...A)=>{if(A.lengthv.maxArgs)throw new Error(`Expected at most ${v.maxArgs} ${c(v.maxArgs)} for ${S}(), got ${A.length}`);return new Promise((y,I)=>{let F=C.bind(null,{resolve:y,reject:I});A.push(F),L.sendMessage(...A)})},M={devtools:{network:{onRequestFinished:T(b)}},runtime:{onMessage:T(h),onMessageExternal:T(h),sendMessage:D.bind(null,"sendMessage",{minArgs:1,maxArgs:3})},tabs:{sendMessage:D.bind(null,"sendMessage",{minArgs:2,maxArgs:3})}},B={clear:{minArgs:1,maxArgs:1},get:{minArgs:1,maxArgs:1},set:{minArgs:1,maxArgs:1}};return o.privacy={network:{"*":B},services:{"*":B},websites:{"*":B}},f(i,M,o)};n.exports=a(chrome)}else n.exports=globalThis.browser})}}),Sf={};g6(Sf,{default:()=>nu});var f6=yf(vf());m6(Sf,yf(vf()));var{default:bf,...h6}=f6,nu=bf!==void 0?bf:h6;globalThis.immersiveTranslateBrowserAPI=nu;d();d();d();var su,Fe,Df,b6,ko,xf,Af,au={},kf=[],T6=/acit|ex(?:s|g|n|p|$)|rph|grid|ows|mnc|ntw|ine[ch]|zoo|^ord|itera/i;function Vr(t,e){for(var n in e)t[n]=e[n];return t}function Pf(t){var e=t.parentNode;e&&e.removeChild(t)}function hd(t,e,n){var r,a,i,o={};for(i in e)i=="key"?r=e[i]:i=="ref"?a=e[i]:o[i]=e[i];if(arguments.length>2&&(o.children=arguments.length>3?su.call(arguments,2):n),typeof t=="function"&&t.defaultProps!=null)for(i in t.defaultProps)o[i]===void 0&&(o[i]=t.defaultProps[i]);return ru(t,o,r,a,null)}function ru(t,e,n,r,a){var i={type:t,props:e,key:n,ref:r,__k:null,__:null,__b:0,__e:null,__d:void 0,__c:null,__h:null,constructor:void 0,__v:a??++Df};return a==null&&Fe.vnode!=null&&Fe.vnode(i),i}function Ot(t){return t.children}function Ba(t,e){this.props=t,this.context=e}function fi(t,e){if(e==null)return t.__?fi(t.__,t.__.__k.indexOf(t)+1):null;for(var n;e0?ru(g.type,g.props,g.key,g.ref?g.ref:null,g.__v):g)!=null){if(g.__=n,g.__b=n.__b+1,(m=h[c])===null||m&&g.key==m.key&&g.type===m.type)h[c]=void 0;else for(p=0;p=n.__.length&&n.__.push({__V:uu}),n.__[t]}function re(t){return Po=1,x6(Gf,t)}function x6(t,e,n){var r=cu(Lo++,2);if(r.t=t,!r.__c&&(r.__=[n?n(e):Gf(void 0,e),function(i){var o=r.__N?r.__N[0]:r.__[0],s=r.t(o,i);o!==s&&(r.__N=[s,r.__[1]],r.__c.setState({}))}],r.__c=xt,!xt.u)){xt.u=!0;var a=xt.shouldComponentUpdate;xt.shouldComponentUpdate=function(i,o,s){if(!r.__c.__H)return!0;var u=r.__c.__H.__.filter(function(c){return c.__c});if(u.every(function(c){return!c.__N}))return!a||a.call(this,i,o,s);var l=!1;return u.forEach(function(c){if(c.__N){var p=c.__[0];c.__=c.__N,c.__N=void 0,p!==c.__[0]&&(l=!0)}}),!!l&&(!a||a.call(this,i,o,s))}}return r.__N||r.__}function Ce(t,e){var n=cu(Lo++,3);!Fe.__s&&Kf(n.__H,e)&&(n.__=t,n.i=e,xt.__H.__h.push(n))}function je(t){return Po=5,Ne(function(){return{current:t}},[])}function Ne(t,e){var n=cu(Lo++,7);return Kf(n.__H,e)?(n.__V=t(),n.i=e,n.__h=t,n.__V):n.__}function Ve(t,e){return Po=8,Ne(function(){return t},e)}function du(t){var e=xt.context[t.__c],n=cu(Lo++,9);return n.c=t,e?(n.__==null&&(n.__=!0,e.sub(xt)),e.props.value):t.__}function E6(){for(var t;t=Wf.shift();)if(t.__P&&t.__H)try{t.__H.__h.forEach(lu),t.__H.__h.forEach(yd),t.__H.__h=[]}catch(e){t.__H.__h=[],Fe.__e(e,t.__v)}}Fe.__b=function(t){typeof t.type!="function"||t.o||t.type===Ot?t.o||(t.o=t.__&&t.__.o?t.__.o:""):t.o=(t.__&&t.__.o?t.__.o:"")+(t.__&&t.__.__k?t.__.__k.indexOf(t):0),xt=null,zf&&zf(t)},Fe.__r=function(t){Nf&&Nf(t),Lo=0;var e=(xt=t.__c).__H;e&&(Td===xt?(e.__h=[],xt.__h=[],e.__.forEach(function(n){n.__N&&(n.__=n.__N),n.__V=uu,n.__N=n.i=void 0})):(e.__h.forEach(lu),e.__h.forEach(yd),e.__h=[])),Td=xt},Fe.diffed=function(t){Uf&&Uf(t);var e=t.__c;e&&e.__H&&(e.__H.__h.length&&(Wf.push(e)!==1&&Of===Fe.requestAnimationFrame||((Of=Fe.requestAnimationFrame)||C6)(E6)),e.__H.__.forEach(function(n){n.i&&(n.__H=n.i),n.__V!==uu&&(n.__=n.__V),n.i=void 0,n.__V=uu})),Td=xt=null},Fe.__c=function(t,e){e.some(function(n){try{n.__h.forEach(lu),n.__h=n.__h.filter(function(r){return!r.__||yd(r)})}catch(r){e.some(function(a){a.__h&&(a.__h=[])}),e=[],Fe.__e(r,n.__v)}}),qf&&qf(t,e)},Fe.unmount=function(t){jf&&jf(t);var e,n=t.__c;n&&n.__H&&(n.__H.__.forEach(function(r){try{lu(r)}catch(a){e=a}}),n.__H=void 0,e&&Fe.__e(e,n.__v))};var Hf=typeof requestAnimationFrame=="function";function C6(t){var e,n=function(){clearTimeout(r),Hf&&cancelAnimationFrame(e),setTimeout(t)},r=setTimeout(n,100);Hf&&(e=requestAnimationFrame(n))}function lu(t){var e=xt,n=t.__c;typeof n=="function"&&(t.__c=void 0,n()),xt=e}function yd(t){var e=xt;t.__c=t.__(),xt=e}function Kf(t,e){return!t||t.length!==e.length||e.some(function(n,r){return n!==t[r]})}function Gf(t,e){return typeof e=="function"?e(t):e}d();d();function pu(t,e,n){let r=[];n||(n={}),e!=="auto"&&!n[e]&&(n[e]={matches:[],excludeMatches:[]}),r=e!=="auto"?n[e].matches:[];let a={},i=Object.keys(n);for(let l of i){let p=n[l].matches;for(let m of p)a[m]||(a[m]=[]),a[m].push(l)}let o=a[t];if(o&&o.length>0)for(let l of o)n[l].matches.indexOf(t)>-1&&(n[l]={...n[l],matches:n[l].matches.filter(p=>p!==t)});let s=new Set(r);if(e==="auto")return{...n};s.add(t);let u=Array.from(s);return{...n,[e]:{...n[e],matches:u}}}d();d();function Me(){return typeof process>"u"&&typeof Deno<"u"?Deno.env.toObject():x}var we=Me();function ye(){return we.IMMERSIVE_TRANSLATE_USERSCRIPT==="1"}function Qt(){return we.PROD==="1"}function Bn(){return we.PROD_API==="1"}function Vf(){return we.HAS_CSP_ERROR=="1"}function ot(){if(we.IMMERSIVE_TRANSLATE_SAFARI==="1")return!0;if(typeof globalThis.immersiveTranslateBrowserAPI<"u"&&globalThis.immersiveTranslateBrowserAPI.runtime&&globalThis.immersiveTranslateBrowserAPI.runtime.getManifest){let e=globalThis.immersiveTranslateBrowserAPI.runtime.getManifest();return!!(e&&e._isSafari)}else return!1}function gu(){return typeof Deno<"u"}var wP=Me().PROD==="1",bi=Me().PROD!=="1";function mu(){return typeof globalThis.__IS_IMMERSIVE_TRANSLATE_WEB_OPTIONS_PAGE__<"u"}d();d();d();var vd=/iPhone/i,$f=/iPod/i,Yf=/iPad/i,Qf=/\biOS-universal(?:.+)Mac\b/i,Sd=/\bAndroid(?:.+)Mobile\b/i,Zf=/Android/i,Ti=/(?:SD4930UR|\bSilk(?:.+)Mobile\b)/i,fu=/Silk/i,Cr=/Windows Phone/i,Jf=/\bWindows(?:.+)ARM\b/i,Xf=/BlackBerry/i,eh=/BB10/i,th=/Opera Mini/i,nh=/\b(CriOS|Chrome)(?:.+)Mobile/i,rh=/Mobile(?:.+)Firefox\b/i,ah=t=>typeof t<"u"&&t.platform==="MacIntel"&&typeof t.maxTouchPoints=="number"&&t.maxTouchPoints>1&&typeof globalThis.MSStream>"u";function w6(t){return e=>e.test(t)}function tt(t){let e={userAgent:"",platform:"",maxTouchPoints:0};!t&&typeof navigator<"u"?e={userAgent:navigator.userAgent,platform:navigator.platform,maxTouchPoints:navigator.maxTouchPoints||0}:typeof t=="string"?e.userAgent=t:t&&t.userAgent&&(e={userAgent:t.userAgent,platform:t.platform,maxTouchPoints:t.maxTouchPoints||0});let n=e.userAgent,r=n.split("[FBAN");typeof r[1]<"u"&&(n=r[0]),r=n.split("Twitter"),typeof r[1]<"u"&&(n=r[0]);let a=w6(n),i={apple:{phone:a(vd)&&!a(Cr),ipod:a($f),tablet:!a(vd)&&(a(Yf)||ah(e))&&!a(Cr),universal:a(Qf),device:(a(vd)||a($f)||a(Yf)||a(Qf)||ah(e))&&!a(Cr)},amazon:{phone:a(Ti),tablet:!a(Ti)&&a(fu),device:a(Ti)||a(fu)},android:{phone:!a(Cr)&&a(Ti)||!a(Cr)&&a(Sd),tablet:!a(Cr)&&!a(Ti)&&!a(Sd)&&(a(fu)||a(Zf)),device:!a(Cr)&&(a(Ti)||a(fu)||a(Sd)||a(Zf))||a(/\bokhttp\b/i)},windows:{phone:a(Cr),tablet:a(Jf),device:a(Cr)||a(Jf)},other:{blackberry:a(Xf),blackberry10:a(eh),opera:a(th),firefox:a(rh),chrome:a(nh),device:a(Xf)||a(eh)||a(th)||a(rh)||a(nh)},any:!1,phone:!1,tablet:!1};return i.any=i.apple.device||i.android.device||i.windows.device||i.other.device,i.phone=i.apple.phone||i.android.phone||i.windows.phone,i.tablet=i.apple.tablet||i.android.tablet||i.windows.tablet,i}var xd="DENO",hu="CHROME",bu="FIREFOX";function ih(t){let e=hu;try{let n=navigator?.userAgent||"";/firefox/i.test(n)||typeof InstallTrigger<"u"?e=bu:/deno/i.test(n)&&(e=xd)}catch{}return t===hu&&e===hu||t===bu&&e===bu||t===xd&&e===xd}function D6(){return ih(hu)}function oh(){return typeof Deno<"u"}function Wn(){return ih(bu)}function Tu(){return!!navigator.maxTouchPoints||"ontouchstart"in document.documentElement}function _o(t){return!!(t?.confirmSupportMouse||globalThis.matchMedia("(pointer:fine)").matches)}function sh(){return ye()?"monkey":D6()?"chrome":Wn()?"firefox":ot()?"safari":null}d();var uh={addListener:()=>{},removeListener:()=>{},hasListener:()=>{}},lh={permissions:{contains:()=>{},request:()=>{}},runtime:{onMessage:uh,openOptionsPage:()=>{},lastError:{message:""}},storage:{sync:{get:()=>{},set:()=>{}}},tabs:{onUpdated:uh,query:()=>{},sendMessage:()=>{}}};var oe;oh()?oe=lh:oe=globalThis.immersiveTranslateBrowserAPI;d();d();var ch={nologin:"\u672A\u767B\u5F55",loginForSafari:"\u767B\u5F55\u6216\u6CE8\u518C",login:"\u767B\u5F55\u540E\u53EF\u5F00\u901A\u4F1A\u5458",goLogin:"\u53BB\u767B\u5F55",manageAccount:"\u7BA1\u7406\u8D26\u6237",openPremium:"\u5F00\u901A\u4F1A\u5458",logout:"\u9000\u51FA",curentPlan:"\u5F53\u524D\u5957\u9910",endAt:"\u5230\u671F",endAuto:"\u81EA\u52A8\u7EED\u671F",lineBreakMaxTextCount:"\u6362\u884C\u540E\uFF0C\u6BCF\u53E5\u8BDD\u5141\u8BB8\u7684\u6700\u5927\u5B57\u7B26\u6570\u91CF","translate-pdf":"\u70B9\u51FB\u7FFB\u8BD1 PDF","noSupportTranslate-pdf":"\u811A\u672C\u4E0D\u652F\u6301\u8BF7\u4F7F\u7528\u63D2\u4EF6","translate-firefox-local-pdf":"\u70B9\u51FB\u53BB\u5BFC\u5165PDF",enableLineBreak:"\u5F00\u542F\u957F\u6BB5\u843D\u81EA\u52A8\u6362\u884C",sponsorLabel:"$1 \u8D77\u8D5E\u52A9\u5F00\u53D1\u8005",help:"\u5E2E\u52A9",enableLineBreakDescription:"\u5F00\u542F\u540E\uFF0C\u5C06\u4F1A\u5728\u957F\u6BB5\u843D\u4E2D\u6BCF\u53E5\u8BDD\u7ED3\u675F\u63D2\u5165\u6362\u884C\u7B26\uFF0C\u4EE5\u4FBF\u4E8E\u9605\u8BFB","browser.shortBrandName":"\u6C89\u6D78\u5F0F\u7FFB\u8BD1","browser.brandName":"\u6C89\u6D78\u5F0F\u7FFB\u8BD1 - \u7F51\u9875\u7FFB\u8BD1\u63D2\u4EF6 | PDF\u7FFB\u8BD1 | \u514D\u8D39","browser.brandDescription":"\u3010\u6C89\u6D78\u5F0F\u7FFB\u8BD1\u3011\u4E00\u6B3E\u514D\u8D39\u7684\uFF08\u539F\u6587/\u8BD1\u6587\uFF09\u53CC\u8BED\u5BF9\u7167\u7F51\u9875\u7FFB\u8BD1\u63D2\u4EF6\uFF0C\u540C\u65F6\u652F\u6301PDF\u7FFB\u8BD1\uFF08\u4FDD\u7559\u539F\u6587\u6863\u6392\u7248\uFF09\uFF0C\u89C6\u9891\u53CC\u8BED\u5B57\u5E55\u7FFB\u8BD1\uFF08Youtube, Netflix\u7B49\uFF09\uFF0CEPUB\u7535\u5B50\u4E66\u7FFB\u8BD1\u7B49\uFF1B\u652F\u6301\u8C03\u7528\u4EBA\u5DE5\u667A\u80FDAI\u7FFB\u8BD1\u5927\u6A21\u578B\uFF08OpenAI (ChatGPT)\u3001DeepL\u3001Gemini(Bard) \u7B49 \uFF09\u5BF9\u4EE5\u4E0A\u5185\u5BB9\u8FDB\u884C\u66F4\u51C6\u786E\u7684\u7FFB\u8BD1\uFF1B","browser.brandDescriptionForSafari":"\u3010\u6C89\u6D78\u5F0F\u7FFB\u8BD1\u3011\u4E00\u6B3E\u514D\u8D39\u7684\uFF08\u539F\u6587/\u8BD1\u6587\uFF09\u53CC\u8BED\u5BF9\u7167\u7F51\u9875\u7FFB\u8BD1\u63D2\u4EF6\uFF0C\u540C\u65F6\u652F\u6301PDF\u7FFB\u8BD1\u548CEPUB\u7535\u5B50\u4E66\u7FFB\u8BD1\u4E14\u4FDD\u7559\u539F\u6587\u6863\u6392\u7248\uFF0CYoutube/Netflix\u7B49\u5728\u7EBF\u89C6\u9891\u53CC\u8BED\u5B57\u5E55\u7FFB\u8BD1\uFF0C\u652F\u6301Deepl/Google\u7B49\u4E3B\u6D41\u7FFB\u8BD1\u670D\u52A1;","browser.toggleTranslatePage":"\u7FFB\u8BD1\u7F51\u9875/\u663E\u793A\u539F\u6587","browser.toggleTranslateTheWholePage":"\u7FFB\u8BD1\u9875\u9762\u5168\u90E8\u533A\u57DF/\u663E\u793A\u539F\u6587","browser.toggleTranslateToThePageEndImmediately":"\u7ACB\u5373\u7FFB\u8BD1\u5230\u9875\u9762\u5E95\u90E8/\u663E\u793A\u539F\u6587","browser.toggleTranslateTheMainPage":"\u7FFB\u8BD1\u9875\u9762\u4E3B\u8981\u533A\u57DF/\u663E\u793A\u539F\u6587","browser.shareToDraft":"\u751F\u6210\u7F51\u9875\u5FEB\u7167","browser.openOptionsPage":"\u6253\u5F00\u8BBE\u7F6E\u9875","browser.translateLocalPdfFile":"\u7FFB\u8BD1\u672C\u5730 PDF \u6587\u4EF6","browser.openEbookViewer":"\u9605\u8BFB\u672C\u5730\u7535\u5B50\u4E66","browser.openEbookBuilder":"\u5236\u4F5C\u53CC\u8BED EPUB \u7535\u5B50\u4E66","browser.translateLocalHtmlFile":"\u7FFB\u8BD1 HTML/txt \u6587\u4EF6","browser.donateContext":"\u4E86\u89E3\u8D5E\u52A9\u798F\u5229","browser.translateLocalSubtitleFile":"\u7FFB\u8BD1\u672C\u5730\u5B57\u5E55\u6587\u4EF6",confirmResetConfig:"\u4F60\u786E\u5B9A\u8981\u91CD\u7F6E\u8BBE\u7F6E\u5417\uFF1F",translationLineBreakSettingTitle:"\u8BD1\u6587\u6362\u884C\u8BBE\u7F6E",smartLineBreak:"\u667A\u80FD\u6362\u884C",alwaysLineBreak:"\u603B\u662F\u6362\u884C",isShowContextMenu:"\u5C06\u7FFB\u8BD1\u7F51\u9875\u52A0\u5165\u53F3\u952E\u83DC\u5355\u9879",toggleBeta:"\u5F00\u542F Beta \u6D4B\u8BD5\u7279\u6027",betaDescription:"\u542F\u7528\u4ECD\u5728\u5B9E\u9A8C\u6027\u7684\u529F\u80FD\uFF0C\u4EE5\u53CA\u6D4B\u8BD5\u4E2D\u7684\u7FFB\u8BD1\u670D\u52A1\u3002\u52A0\u5165 <1>Telegram \u7FA4\u7EC4\u4E86\u89E3\u66F4\u591A\u3002",translationLineBreakSettingDescription:"\u603B\u662F\u6362\u884C\u9002\u7528\u4E8E\u8F83\u5C11\u5185\u5BB9\u7684\u7248\u9762\uFF0C\u66F4\u6574\u9F50\u3002\uFF08\u5728\u5185\u5BB9\u8F83\u591A\u7684\u957F\u6BB5\u843D(\u8D85\u8FC7{count}\u4E2A\u5B57\u7B26) \u4F7F\u7528\u667A\u80FD\u6362\u884C\uFF0C\u66F4\u7701\u7A7A\u95F4\uFF09",tempTranslateDomainTitle:"\u4E34\u65F6\u5F00\u542F\u7F51\u7AD9\u7FFB\u8BD1\u7684\u65F6\u957F",tempTranslateDomainDescription:"\u5F53\u624B\u52A8\u7FFB\u8BD1\u67D0\u4E2A\u7F51\u9875\u7684\u65F6\u5019\uFF0C\u4E34\u65F6\u5F00\u542F\u8BE5\u7F51\u7AD9\u4E3A\u81EA\u52A8\u7FFB\u8BD1\uFF0C\u53EF\u8BBE\u7F6E\u4E34\u65F6\u65F6\u957F",xMinutes:"{count} \u5206\u949F",disabled:"\u7981\u7528",changelog:"\u66F4\u65B0\u65E5\u5FD7",toggleTranslatePageWhenThreeFingersOnTheScreen:"\u591A\u6307\u540C\u65F6\u89E6\u6478\u5C4F\u5E55\u5219\u7FFB\u8BD1\u7F51\u9875/\u663E\u793A\u539F\u6587",toggleTranslationMaskWhenThreeFingersOnTheScreen:"\u591A\u6307\u540C\u65F6\u89E6\u6478\u5219\u663E\u793A/\u9690\u85CF\u8BD1\u6587\u6A21\u7CCA\u6548\u679C",addUrlDescription:"\u53EF\u4EE5\u4E3A\u57DF\u540D\uFF0C\u540C\u65F6\u652F\u6301\u901A\u914D\u7B26\uFF0C\u5982\uFF1A*.google.com, google.com/mail/*, https://www.google.com/*",general:"\u57FA\u672C\u8BBE\u7F6E",clickToExpandConfig:"\u5C55\u5F00\u5F53\u524D\u914D\u7F6E",import:"\u4ECE\u6587\u4EF6\u5BFC\u5165",export:"\u5BFC\u51FA\u5230\u6587\u4EF6",toggleDebug:"\u5728\u63A7\u5236\u53F0\u6253\u5370\u8C03\u8BD5\u65E5\u5FD7",mouseHoldKey:"+ {key} \u7FFB\u8BD1/\u8FD8\u539F\u8BE5\u6BB5",mouseHoldKeyAuto:"\u76F4\u63A5\u7FFB\u8BD1\u8BE5\u6BB5",mouseHoldKeyOff:"\u4E0D\u505A\u4EFB\u4F55\u4E8B\u60C5",mouseHoldKeyOther:"\u81EA\u5B9A\u4E49\u5FEB\u6377\u952E(\u6253\u5F00\u8BBE\u7F6E)",mouseHoldKeyCustomKey:"{key} \u7FFB\u8BD1/\u8FD8\u539F\u8BE5\u6BB5","mouse-translate":"\u9F20\u6807\u60AC\u505C",document:"\u4F7F\u7528\u6559\u7A0B",resetSuccess:"\u91CD\u7F6E\u6240\u6709\u8BBE\u7F6E\u6210\u529F",resetThisSuccess:"\u91CD\u7F6E\u6210\u529F",saved:"\u4FDD\u5B58\u6210\u529F",successImportConfig:"\u6210\u529F\u5BFC\u5165\u914D\u7F6E",goAdvancedSettings:"\u53BB\u8FDB\u9636\u8BBE\u7F6E\u9875",goAdvancedInterfaceSettings:"\u53BB\u9AD8\u7EA7\u81EA\u5B9A\u4E49\u8BBE\u7F6E\u9875\u9762",advanced:"\u8FDB\u9636\u8BBE\u7F6E",advancedDescription:"\u4E00\u822C\u65E0\u9700\u8BBE\u7F6E\uFF0C\u4FDD\u6301\u9ED8\u8BA4\u5373\u53EF\u3002\u4EC5\u5BF9\u4E8E\u66F4\u4E13\u4E1A\u7684\u7528\u6237\uFF0C\u63D0\u4F9B\u66F4\u4E2A\u6027\u5316\u7684\u8BBE\u7F6E\u9879\u3002",developer:"\u5F00\u53D1\u8005\u8BBE\u7F6E",donateCafe:"\u4EF7\u683C","translate to the bottom of the page":"\u8FDB\u5165\u7F51\u9875\u540E\uFF0C\u662F\u5426\u7ACB\u5373\u7FFB\u8BD1\u5230\u9875\u9762\u5E95\u90E8\uFF1F",feedback:"\u95EE\u9898\u53CD\u9988",toggleTranslatePage:"\u7FFB\u8BD1\u7F51\u9875/\u663E\u793A\u539F\u6587",translateToThePageEndImmediatelyDescription:"\u5F00\u542F\u540E\uFF0C\u8FDB\u5165\u7F51\u9875\u5C06\u7ACB\u5373\u7FFB\u8BD1\u4ECE\u9876\u90E8\u5230\u5E95\u90E8\u7684\u5185\u5BB9\u3002\u5173\u95ED\u5219\u8FB9\u770B\u8FB9\u8BD1\u3002\uFF08\u4E0D\u63A8\u8350\u5F00\u542F\uFF09","translate all areas of the page":"\u662F\u5426\u7FFB\u8BD1\u7F51\u9875\u6240\u6709\u533A\u57DF",translationAreaDescription:"\u5F00\u542F\u540E\uFF0C\u6574\u4E2A\u7F51\u9875\u7684\u6240\u6709\u533A\u57DF\u90FD\u4F1A\u88AB\u7FFB\u8BD1\u3002\u5173\u95ED\u5219\u4F7F\u7528\u9ED8\u8BA4\u7684\u667A\u80FD\u8BC6\u522B\uFF0C\u4EC5\u7FFB\u8BD1\u4E3B\u8981\u533A\u57DF\u3002\uFF08\u4E0D\u63A8\u8350\u5F00\u542F\uFF09","the number of characters to be translated first":"\u76F4\u63A5\u7FFB\u8BD1\u9875\u9762\u524D\u591A\u5C11\u4E2A\u5B57\u7B26\uFF0C\u800C\u65E0\u9700\u7B49\u5F85\u6EDA\u52A8\u5230\u53EF\u89C6\u533A\u57DF","interface language":"\u754C\u9762\u8BED\u8A00","display both the original text and the translation":"\u540C\u65F6\u663E\u793A\u539F\u6587\u548C\u8BD1\u6587","keyboard shortcuts":"\u952E\u76D8\u5FEB\u6377\u952E",modify:"\u4FEE\u6539\u5FEB\u6377\u952E",reset:"\u91CD\u7F6E",close:"\u5173\u95ED",homepage:"\u4E3B\u9875",more:"\u66F4\u591A",moreOptions:"\u5C55\u5F00\u66F4\u591A\u81EA\u5B9A\u4E49\u9009\u9879",translateTheWholePage:"\u7FFB\u8BD1\u9875\u9762\u5168\u90E8\u533A\u57DF\uFF08\u533A\u522B\u4E8E\u667A\u80FD\u8BC6\u522B\u4E3B\u8981\u533A\u57DF\uFF09",changeToTranslateTheWholePage:"\u5207\u6362\u4E3A\u7FFB\u8BD1\u6240\u6709\u533A\u57DF",changeToTranslateTheMainPage:"\u5207\u6362\u4E3A\u7FFB\u8BD1\u4E3B\u8981\u533A\u57DF",translateToThePageEndImmediately:"\u7ACB\u5373\u7FFB\u8BD1\u5230\u9875\u9762\u5E95\u90E8",translateTheMainPage:"\u667A\u80FD\u7FFB\u8BD1\u4E3B\u8981\u533A\u57DF","The local rules are up to date":"\u672C\u5730\u9002\u914D\u89C4\u5219\u5DF2\u662F\u6700\u65B0:","Successfully synchronized with the latest official rules:":"\u6210\u529F\u540C\u6B65\u6700\u65B0\u5B98\u65B9\u9002\u914D\u89C4\u5219:","Checking for updates":"\u6B63\u5728\u68C0\u67E5\u66F4\u65B0","Rules are being synchronized":"\u6B63\u5728\u540C\u6B65\u9002\u914D\u89C4\u5219",localVersionIsTooOld:"\u672C\u5730\u6269\u5C55\u7248\u672C\u8FC7\u65E7\uFF0C\u8BF7\u5347\u7EA7\u6269\u5C55\u5230 {minVersion} \u6216\u66F4\u65B0\u7684\u7248\u672C\u518D\u5C1D\u8BD5\u540C\u6B65",badUserscriptBrowser:"\u5F53\u524D\u6D4F\u89C8\u5668\u6CA1\u6709\u6B63\u786E\u5B9E\u73B0\u6CB9\u7334\u6269\u5C55\u7684\u63A5\u53E3\uFF08\u6BD4\u5982\u83B7\u53D6\u6CB9\u7334\u811A\u672C\u81EA\u8EAB\u7684\u7248\u672C\u53F7\u4FE1\u606F\uFF09\uFF0C\u8BF7\u4F7F\u7528\u5176\u4ED6<1>\u652F\u6301\u6CB9\u7334\u6269\u5C55\u7684\u6D4F\u89C8\u5668\u5982 Firefox",foundNewVersion:"\u53D1\u73B0\u65B0\u7248\u672C",theLocalExtensionIsUpToUpdate:"\u5F53\u524D\u6269\u5C55\u5DF2\u662F\u6700\u65B0\u7248\u672C\u3002",failToSyncRules:"\u540C\u6B65\u6700\u65B0\u9002\u914D\u89C4\u5219\u5931\u8D25",retry:"\u70B9\u6B64\u91CD\u8BD5",failedReason:"\u5931\u8D25\u539F\u56E0",currentRuleVersion:"\u5F53\u524D\u89C4\u5219\u7248\u672C",calculating:"\u8BA1\u7B97\u4E2D",unknownError:'\u60A8\u5F53\u524D\u6240\u4F7F\u7528\u7684\u7FFB\u8BD1\u670D\u52A1\u56E0\u7F51\u7EDC\u8FDE\u63A5\u6216\u670D\u52A1\u63D0\u4F9B\u5546\u7684\u95EE\u9898\u6682\u65F6\u65E0\u6CD5\u8BBF\u95EE\u3002\u5EFA\u8BAE\u60A8\u5C1D\u8BD5\u5237\u65B0\u9875\u9762\u6216\u901A\u8FC7\u8BBE\u7F6E\u66F4\u6362\u5176\u4ED6\u7FFB\u8BD1\u670D\u52A1\u3002\u82E5\u60A8\u662FPro\u4F1A\u5458\uFF0C\u53EF\u4EE5\u9009\u62E9\u4F7F\u7528\u66F4\u4E3A\u7A33\u5B9A\u7684DeepL\u6216OpenAI\u7FFB\u8BD1\u670D\u52A1\u3002\u540C\u65F6\uFF0C\u60A8\u53EF\u80FD\u9700\u8981\u68C0\u67E5\u7F51\u7EDC\u6216\u4EE3\u7406\u8BBE\u7F6E\u540E\u91CD\u65B0\u5C1D\u8BD5\u3002',canNotFetchRemoteRule:"\u65E0\u6CD5\u83B7\u53D6\u8FDC\u7A0B\u89C4\u5219",enableAlphaSuccess:"\u5DF2\u5F00\u542FAlpha\u529F\u80FD",disableAlphaSuccess:"\u5DF2\u5173\u95EDAlpha\u529F\u80FD",cacheSize:"\u7F13\u5B58\u5927\u5C0F\uFF1A",cleaning:"\u6E05\u7406\u4E2D",cleanCache:"\u6E05\u9664\u7F13\u5B58",options:"\u8BBE\u7F6E",about:"\u5173\u4E8E",service:"\u7FFB\u8BD1\u670D\u52A1",needAction:"(\u53BB\u8BBE\u7F6E)",goSettings:"\u53BB\u8BBE\u7F6E",needActionForOptions:"(\u9700\u8BBE\u7F6E)",translationEngine:"\u5F15\u64CE\u9009\u9879",sourceLanguage:"\u539F\u6587\u8BED\u8A00",target:"\u76EE\u6807\u8BED\u8A00",popupSourceLanguage:"\u539F\u6587\u8BED\u8A00",popupTarget:"\u76EE\u6807\u8BED\u8A00",popupService:"\u7FFB\u8BD1\u670D\u52A1",forThisSite:"\u5F53\u524D\u7F51\u7AD9",autoEnableSubtitle:"\u81EA\u52A8\u5F00\u542F\u53CC\u8BED\u5B57\u5E55",alwaysTranslate:"\u603B\u662F\u7FFB\u8BD1",neverTranslate:"\u6C38\u4E0D\u7FFB\u8BD1",neverTranslateSomeLanguage:"\u6C38\u4E0D\u7FFB\u8BD1 {language}",alwaysTranslateSomeSite:"\u603B\u662F\u7FFB\u8BD1 {hostname}",neverTranslateSomeSite:"\u6C38\u4E0D\u7FFB\u8BD1 {hostname}",alwaysTranslateSomeSiteOrWildSite:"\u603B\u662F\u7FFB\u8BD1\u8BE5\u7F51\u7AD9",alwaysTranslateSomePage:"\u603B\u662F\u7FFB\u8BD1\u8BE5\u7F51\u9875",add:"\u6DFB\u52A0",default:"\u9ED8\u8BA4",forThisLanguage:"\u9488\u5BF9\u8BE5\u8BED\u8A00\uFF1A","add url":"\u8F93\u5165URL",edit:"\u7F16\u8F91",pickAll:"\u5168\u9009","translate other languages into specific language":"\u5C06\u5176\u4ED6\u8BED\u8A00\u7FFB\u8BD1\u4E3A\u4F60\u8BBE\u7F6E\u7684\u8BED\u8A00","select translation service":"\u9009\u62E9\u4E00\u9879\u7FFB\u8BD1\u670D\u52A1",language:"\u8BED\u8A00","show-original":"\u663E\u793A\u539F\u6587",translate:"\u7FFB\u8BD1",Translated:"\u5DF2\u7FFB\u8BD1",Translating:"\u7FFB\u8BD1\u4E2D",Error:"\u9519\u8BEF",allowCacheTranslations:"\u5F00\u542F\u672C\u5730\u7FFB\u8BD1\u7F13\u5B58\uFF08\u51CF\u5C11\u91CD\u590D\u6BB5\u843D\u7684\u7FFB\u8BD1\u8BF7\u6C42\uFF09","translation display":"\u8BD1\u6587\u663E\u793A\u6837\u5F0F","select diplay style":"\u533A\u5206\u8BD1\u6587\u7684\u6837\u5F0F\uFF0C\u5177\u4F53\u53EF\u53C2\u8003\u4E0B\u5217\u793A\u4F8B",interface:"\u754C\u9762\u8BBE\u7F6E",import_export:"\u5BFC\u5165/\u5BFC\u51FA",import_export_title:"\u5BFC\u5165/\u5BFC\u51FA\u914D\u7F6E",syncToGoogleDrive:"\u7ACB\u5373\u4E0E Google Drive \u540C\u6B65","floatBallOptions.enable":"\u542F\u7528\u60AC\u6D6E\u7403","floatBallOptions.blockUrls":"\u7981\u7528\u7F51\u7AD9","floatBallOptions.add":"\u6DFB\u52A0","floatBallOptions.blockUrlDesc":"\u5F53\u9047\u4E0B\u5217\u7F51\u7AD9\u65F6\u4E0D\u663E\u793A\u60AC\u6D6E\u7403","floatBallOptions.clickType":"\u70B9\u51FB\u884C\u4E3A","floatBallOptions.clickTypeDesc":"\u60AC\u6D6E\u7403\u56FE\u6807\u70B9\u51FB\u65F6\u7684\u884C\u4E3A","floatBallOptions.clickPopup":"\u663E\u793A\u7FFB\u8BD1\u9762\u677F","floatBallOptions.clickTranslate":"\u7FFB\u8BD1/\u663E\u793A\u539F\u6587","floatBallOptions.fixedPosition":"\u56FA\u5B9A\u4F4D\u7F6E","floatBallOptions.fixedPositionDesc":"\u60AC\u6D6E\u7403\u5728\u7A97\u53E3\u5DE6\u4FA7\u8FD8\u662F\u53F3\u4FA7","floatBallOptions.fixedPositionLeft":"\u5DE6\u4FA7","floatBallOptions.fixedPositionRight":"\u53F3\u4FA7",previewAllThemes:"\u9884\u89C8\u5168\u90E8\u6837\u5F0F","translationTheme.none":"\u65E0","translationTheme.grey":"\u9ED1\u7070\u8272","translationTheme.dashed":"\u865A\u7EBF\u4E0B\u5212\u7EBF","translationTheme.dotted":"\u70B9\u72B6\u4E0B\u5212\u7EBF","translationTheme.dashedBorder":"\u865A\u7EBF\u8FB9\u6846","translationTheme.solidBorder":"\u5B9E\u7EBF\u8FB9\u6846","translationTheme.underline":"\u76F4\u7EBF\u4E0B\u5212\u7EBF","translationTheme.mask":"\u6A21\u7CCA\u6548\u679C\uFF08\u5B66\u4E60\u6A21\u5F0F\uFF09","translationTheme.opacity":"\u900F\u660E\u6548\u679C","translationTheme.paper":"\u767D\u7EB8\u9634\u5F71\u6548\u679C","translationTheme.dividingLine":"\u5206\u5272\u7EBF","translationTheme.highlight":"\u9AD8\u4EAE","translationTheme.marker":"\u9A6C\u514B\u7B14","translationTheme.marker2":"\u9A6C\u514B\u7B142","translationTheme.blockquote":"\u5F15\u7528\u6837\u5F0F","translationTheme.weakening":"\u5F31\u5316","translationTheme.italic":"\u659C\u4F53","translationTheme.bold":"\u52A0\u7C97","translationTheme.thinDashed":"\u7EC6\u865A\u7EBF\u4E0B\u5212\u7EBF","translationTheme.nativeDashed":"\u7CFB\u7EDF\u81EA\u5E26\u865A\u7EBF\u4E0B\u5212\u7EBF","translationTheme.nativeDotted":"\u7CFB\u7EDF\u81EA\u5E26\u70B9\u72B6\u4E0B\u5212\u7EBF","translationTheme.nativeUnderline":"\u7CFB\u7EDF\u81EA\u5E26\u76F4\u7EBF\u4E0B\u5212\u7EBF","translationTheme.wavy":"\u6CE2\u6D6A\u7EBF","translationServices.custom":"\u81EA\u5B9A\u4E49API","translationServices.tencent":"\u817E\u8BAF\u7FFB\u8BD1\u541B","translationServices.tenAlpha":"\u817E\u8BAF\u7FFB\u8BD1\u541B(Alpha)","translationServices.google":"\u8C37\u6B4C\u7FFB\u8BD1","translationServices.bai":"\u767E\u5EA6(Alpha)","translationServices.baidu":"\u767E\u5EA6\u7FFB\u8BD1","translationServices.aliyun":"\u963F\u91CC\u4E91\u7FFB\u8BD1","translationServices.volc":"\u706B\u5C71\u7FFB\u8BD1","translationServices.deeplx":"DeepLX(Beta)","translationServices.bing":"\u5FAE\u8F6F\u7FFB\u8BD1","translationServices.deepl":"DeepL","translationServices.wechat":"\u5FAE\u4FE1\u7FFB\u8BD1","translationServices.azure":"Azure \u7FFB\u8BD1","translationServices.ibm":"IBM Watson","translationServices.aws":"\u4E9A\u9A6C\u900A\u7FFB\u8BD1","translationServices.mock":"\u6A21\u62DF\u7FFB\u8BD1","translationServices.mock2":"\u6A21\u62DF\u7FFB\u8BD12","translationServices.caiyun":"\u5F69\u4E91\u5C0F\u8BD1","translationServices.cai":"\u5F69\u4E91\u5C0F\u8BD1 (Alpha)","translationServices.volcAlpha":"\u706B\u5C71 (Alpha)","translationServices.openl":"OpenL","translationServices.youdao":"\u6709\u9053\u7FFB\u8BD1","translationServices.you":"\u6709\u9053\u7FFB\u8BD1 (Alpha)","translationServices.transmart":"\u817E\u8BAF\u4EA4\u4E92\u7FFB\u8BD1","translationServices.niu":"\u5C0F\u725B\u7FFB\u8BD1","translationServices.papago":"Papago \u7FFB\u8BD1","translationServices.d":"D (Alpha)","translationServices.dpro":"D Pro (Canary)","translationServices.openai":"OpenAI","translationServices.yandex":"Yandex","translationServices.gemini":"Gemini","translationServices.claude":"Claude","translationServices.chatgpt":"ChatGPT Web(3.5 mobile)","translate title":"\u7FFB\u8BD1\u9875\u9762\u6807\u9898","always languages":"\u603B\u662F\u7FFB\u8BD1\u7684\u8BED\u8A00",neverTranslateLanguagesLabel:"\u6C38\u4E0D\u7FFB\u8BD1\u7684\u8BED\u8A00",neverTranslateTheFollowingLanguagesDescription:"\u5F53\u9875\u9762\u4E2D\u67D0\u4E00\u6BB5\u843D\u7684\u8BED\u8A00\u4E3A\u4E0B\u5217\u8BED\u8A00\u65F6\uFF0C\u5C06\u8DF3\u8FC7\u7FFB\u8BD1",enableUserscriptPagePopup:"\u5728\u9875\u9762\u4E0A\u663E\u793A\u60AC\u6D6E\u7403",enableUserscriptPagePopupDescription:"\u5173\u95ED\u60AC\u6D6E\u7403\u540E\uFF0C\u53EF\u4EE5\u7528\u5FEB\u6377\u952E/{touch}\u5524\u8D77\u3002\u4E3A\u9632\u6B62\u4E0D\u614E\u5173\u95ED\u8BE5\u9009\u9879\u540E\u627E\u4E0D\u5230\u60AC\u6D6E\u7403\uFF0C\u5F3A\u70C8\u5EFA\u8BAE\u6536\u85CF\u672C\u8BBE\u7F6E\u9875","always translate the following languages":"\u5F53\u9875\u9762\u8BED\u8A00\u4E3A\u4E0B\u5217\u8BED\u8A00\u65F6\uFF0C\u4F1A\u81EA\u52A8\u7FFB\u8BD1\u4E3A\u76EE\u6807\u8BED\u8A00","always sites":"\u603B\u662F\u7FFB\u8BD1\u7684\u7F51\u5740","always translate the following sites":"\u5F53\u7F51\u7AD9\u4E3A\u4E0B\u5217\u57DF\u540D\u65F6\uFF0C\u4F1A\u81EA\u52A8\u7FFB\u8BD1\u4E3A\u76EE\u6807\u8BED\u8A00","never sites":"\u6C38\u4E0D\u7FFB\u8BD1\u7684\u7F51\u5740","never translate the following sites":"\u5F53\u7F51\u7AD9\u4E3A\u4E0B\u5217\u57DF\u540D\u65F6\uFF0C\u5C06\u4E0D\u4F1A\u8FDB\u884C\u7FFB\u8BD1","please refer to":"\u9700\u8981\u586B\u5199\u5BC6\u94A5\u540E\u624D\u53EF\u7528\uFF0C\u8BE6\u60C5\u53C2\u8003",KeyAndConfigurationTutorial:"\u300A\u5BC6\u94A5\u7533\u8BF7\u548C\u914D\u7F6E\u6559\u7A0B\u300B",useAboveStyleForTheseSites:"\u5F53\u7F51\u7AD9\u4E3A\u4E0B\u5217\u57DF\u540D\u65F6\uFF0C\u603B\u662F\u4F7F\u7528 \u2308{theme}\u230B \u8BD1\u6587\u6837\u5F0F",currentUrl:"\u5F53\u524D\u7F51\u5740",confirm:"\u4FDD\u5B58",cancel:"\u53D6\u6D88",delete:"\u5220\u9664",syncToCloud:"\u540C\u6B65\u5230 Google Drive",syncToCloudDescription:"\u4E0A\u4F20\u5230\u4E91\u7AEF\uFF0C\u53EF\u4EE5\u5728\u4E0D\u540C\u7684\u6D4F\u89C8\u5668/\u6CB9\u7334\u811A\u672C\u4E4B\u95F4\u540C\u6B65\u914D\u7F6E\uFF0C\u4EE5\u6700\u540E\u4FEE\u6539\u65F6\u95F4\u4E3A\u51C6\u3002",syncToAccount:"\u540C\u6B65\u5230\u6C89\u6D78\u5F0F\u7FFB\u8BD1\u4E91\u7AEF",syncToAccountButton:"\u7ACB\u5373\u4E0E\u4E91\u7AEF\u540C\u6B65",syncToAccountDescription:"\u5728\u4E0D\u540C\u7684\u8BBE\u5907\u4E4B\u95F4\u81EA\u52A8\u540C\u6B65\u914D\u7F6E\uFF0C\u4EE5\u6700\u540E\u4FEE\u6539\u65F6\u95F4\u4E3A\u51C6\u3002",successSyncConfigInAccount:"\u6210\u529F\u4E0E\u4E91\u7AEF\u4FDD\u6301\u540C\u6B65",successSyncConfigToAccount:"\u6210\u529F\u540C\u6B65\u5230\u4E91\u7AEF",syncConfigNoUpdate:"\u5DF2\u7ECF\u662F\u6700\u65B0\u7684\u4E86",authFail:"\u6388\u6743\u5931\u8D25",syncTitle:"\u624B\u52A8\u5907\u4EFD\u7BA1\u7406",import_hint:"\u5BFC\u5165",upload:"\u4E0A\u4F20",revokeAuth:"\u64A4\u9500\u6388\u6743",uploadFail:"\u4E0A\u4F20\u5931\u8D25",download:"\u4E0B\u8F7D",importSuccess:"\u5BFC\u5165\u6210\u529F",importFail:"\u5BFC\u5165\u5931\u8D25",deleteFail:"\u5220\u9664\u5931\u8D25",backupToCloud:"\u624B\u52A8\u7BA1\u7406\u5907\u4EFD\u6587\u4EF6",create_new_backup:"\u65B0\u589E\u5907\u4EFD\u8282\u70B9",maxBackupFiles:"\u6700\u591A\u53EF\u4EE5\u5907\u4EFD{count}\u4E2A\u4E0D\u540C\u7684\u8282\u70B9, \u8BF7\u5220\u9664\u4E0D\u9700\u8981\u7684\u8282\u70B9",backupToCloudDescription:"\u624B\u52A8\u4E0A\u4F20\u6216\u6062\u590D\u5907\u4EFD\u6587\u4EF6\uFF0C\u6700\u591A\u5141\u8BB83\u4E2A\u4E0D\u540C\u7684\u5907\u4EFD",successSyncConfig:"\u6210\u529F\u4E0E\u4E91\u7AEF\u4FDD\u6301\u540C\u6B65",syncFail:"\u540C\u6B65\u5931\u8D25",updatedAt:"\u66F4\u65B0\u4E8E {date}",lastSyncedAt:"\u4E0A\u6B21\u68C0\u67E5\u4E8E {date}",downloadFail:"\u4E0B\u8F7D\u5931\u8D25",clickToDownload:"\u70B9\u51FB\u4E0B\u8F7D",aboutLabel:"\u5173\u4E8E - \u53CD\u9988","browser.openAboutPage":"\u5173\u4E8E/\u53CD\u9988",aboutLabelWithoutSponsor:"\u5173\u4E8E - \u53CD\u9988",aboutIntro:"\u5E0C\u671B\u6211\u4EEC\u90FD\u80FD\u66F4\u52A0\u5BB9\u6613\u4E14\u6109\u60A6\u5730\u83B7\u53D6\u4E92\u8054\u7F51\u4E0A\u5DE8\u5927\u7684\u5916\u8BED\u4FE1\u606F \u2764\uFE0F \u4F60\u53EF\u9009\u62E9\u5F00\u901A <6>Pro\u4F1A\u5458 \u6765\u4F7F\u7528\u5F00\u7BB1\u5373\u7528\u7684 DeepL \u548C OpenAI \u7FFB\u8BD1\u3002

\u4F60\u53EF\u4EE5\u5173\u6CE8\u6211\u4EEC\u7684<3>\u63A8\u7279\uFF0C<4>Telegram \u9891\u9053\uFF0C\u5FAE\u4FE1\u516C\u4F17\u53F7\uFF0C\u5FAE\u4FE1\u4EA4\u6D41\u7FA4\uFF0C\u6216\u8005\u4E0B\u65B9\u7684<5>\u90AE\u4EF6\u8BA2\u9605\u8FFD\u8E2A\u66F4\u65B0\u3002
<7>Pro \u4F1A\u5458 \u53EF\u4EE5\u901A\u8FC7\u5FEB\u901F\u5BA2\u670D\u90AE\u7BB1 <8>support@immersivetranslate.com \u548C\u6211\u4EEC\u53D6\u5F97\u8054\u7CFB\u3002",aboutIntroWithoutSponsor:"\u5E0C\u671B\u6211\u4EEC\u90FD\u80FD\u66F4\u52A0\u5BB9\u6613\u4E14\u6109\u60A6\u5730\u83B7\u53D6\u4E92\u8054\u7F51\u4E0A\u5DE8\u5927\u7684\u5916\u8BED\u4FE1\u606F \u2764\uFE0F

\u4F60\u53EF\u4EE5\u5173\u6CE8\u6211\u4EEC\u7684<3>\u63A8\u7279\uFF0C<4>Telegram \u9891\u9053\uFF0C\u5FAE\u4FE1\u516C\u4F17\u53F7\uFF0C\u5FAE\u4FE1\u4EA4\u6D41\u7FA4\uFF0C\u6216\u8005\u4E0B\u65B9\u7684<5>\u90AE\u4EF6\u8BA2\u9605\u8FFD\u8E2A\u66F4\u65B0\u3002",projectHomepage:"\u9879\u76EE\u4E3B\u9875",joinTelegramGroup:"\u52A0\u5165\u7528\u6237\u4EA4\u6D41\u7FA4\u53C2\u4E0E\u529F\u80FD\u8BA8\u8BBA",wechatPublicAccount:"\u5FAE\u4FE1\u516C\u4F17\u53F7",wechatCommunities:"\u5FAE\u4FE1\u4EA4\u6D41\u7FA4",qqCommunities:"QQ \u4EA4\u6D41\u9891\u9053",joinTelegramChannel:"\u5173\u6CE8 Telegram \u9891\u9053\u83B7\u53D6\u6700\u65B0\u66F4\u65B0",feedbackAndJoin:"\u95EE\u9898\u53CD\u9988/\u52A0\u7FA4",autoSync:"\u81EA\u52A8\u5B9A\u65F6\u540C\u6B65",loadingThemeTitle:"Loading \u6837\u5F0F",loadingThemeDescription:"\u8BBE\u7F6E\u7B49\u5F85\u8BD1\u6587\u52A0\u8F7D\u65F6\u7684\u6837\u5F0F","loadingTheme.spinner":"\u8F6C\u5708\u52A8\u753B","loadingTheme.text":"\u9759\u6001\u6587\u5B57 ... ","loadingTheme.none":"\u4E0D\u663E\u793A",developerDescription:"\u53EF\u4EE5\u70B9\u51FB<1>\u8FD9\u91CC\u67E5\u770B\u9AD8\u7EA7\u81EA\u5B9A\u4E49\u76F8\u5173\u7684\u6587\u6863","edit border color":"\u4FEE\u6539\u8FB9\u6846\u989C\u8272",successSyncButNoChange:"\u5F53\u524D\u914D\u7F6E\u4E0E\u4E91\u7AEF\u4E00\u81F4",customTheme:"\u81EA\u5B9A\u4E49\u989C\u8272\u548C\u5927\u5C0F","customThemeLabel.borderColor":"\u8FB9\u6846\u989C\u8272","customThemeLabel.borderRadius":"\u8FB9\u6846\u5706\u89D2","customThemeLabel.textColor":"\u6587\u5B57\u989C\u8272","customThemeLabel.backgroundColor":"\u80CC\u666F\u989C\u8272","customThemeLabel.zoom":"\u5B57\u4F53\u7F29\u653E\u6BD4\u4F8B (%)","customThemeLabel.opacity":"\u6587\u5B57\u4E0D\u900F\u660E\u5EA6 (%)",resetToDefaultColor:"\u6062\u590D\u4E3A\u9ED8\u8BA4\u989C\u8272",resetToDefaultSettings:"\u6062\u590D\u4E3A\u9ED8\u8BA4\u8BBE\u7F6E",isTranslateTitle:"\u5F00\u542F\u7FFB\u8BD1\u7F51\u9875\u6807\u9898",isTranslateTitleDescription:"\u5F00\u542F\u540E\uFF0C\u7F51\u9875\u6807\u9898\u4F1A\u88AB\u7FFB\u8BD1",enableSearchEnhancement:"\u542F\u7528\u53CC\u8BED\u4FE1\u606F\u589E\u5F3A",enableSearchEnhancementDescription:"\u5F00\u542F\u540E\uFF0C\u5728\u652F\u6301\u7684\u7F51\u7AD9\uFF08\u8C37\u6B4C\u65B0\u95FB\uFF0C\u8C37\u6B4C\u641C\u7D22\uFF08\u90E8\u5206\u5173\u952E\u8BCD\uFF09\uFF0C\u96EA\u7403\uFF0C\u4E1C\u65B9\u8D22\u5BCC\uFF0C\u5BCC\u9014\uFF0C\u8001\u864E\u793E\u533A\uFF09\u53F3\u8FB9\u680F\u81EA\u52A8\u663E\u793A\u5BF9\u5E94\u82F1\u6587\u5173\u952E\u8BCD\u7684\u201C\u8C37\u6B4C\u65B0\u95FB\u201D\u641C\u7D22\u7ED3\u679C\u3002",verifyService:"\u70B9\u6B64\u6D4B\u8BD5\u670D\u52A1",verified:"\u9A8C\u8BC1\u6210\u529F","field.langs":"\u652F\u6301\u7684\u8BED\u8A00\u4EE3\u7801","field.model":"\u6A21\u578B","field.translationEngine":"\u7FFB\u8BD1\u5F15\u64CE","field.limitPerMinute":"\u6BCF\u5206\u949F\u6700\u5927\u8BF7\u6C42\u6570","field.limitPerSecond":"\u6BCF\u79D2\u6700\u5927\u8BF7\u6C42\u6570","field.maxTextLengthPerRequest":"\u6BCF\u6B21\u8BF7\u6C42\u6700\u5927\u6587\u672C\u957F\u5EA6","field.maxTextGroupLengthPerRequest":"\u6BCF\u6B21\u8BF7\u6C42\u6700\u5927\u6BB5\u843D\u6570","field.apiUrl":"\u81EA\u5B9A\u4E49 API \u63A5\u53E3\u5730\u5740","field.placeholderDelimiters":"\u4FDD\u7559\u7684\u5360\u4F4D\u7B26","description.custom":"\u81EA\u5B9A\u4E49\u63A5\u53E3\u63A5\u5165 \u9700\u8981\u53C2\u8003\u6587\u6863","description.limitPerMinute":"\u8BF7\u6C42\u6570\u8D85\u8FC7\u8BE5\u9650\u5236\u65F6\u4F1A\u8FDB\u5165\u6392\u961F\u72B6\u6001\uFF0C\u76F4\u5230\u4E0B\u4E00\u5206\u949F\u5F00\u59CB\u3002\u7531\u4E8EOpenAI\u76EE\u524D\u670D\u52A1\u7684\u5404\u79CD\u9650\u5236\uFF0C\u8BF7\u70B9\u51FB<1>\u8FD9\u91CC\u67E5\u770B\u6700\u65B0\u5EFA\u8BAE\u7684\u6570\u503C","description.limitPerSecond":"\u8BF7\u6C42\u6570\u8D85\u8FC7\u8BE5\u9650\u5236\u65F6\u4F1A\u8FDB\u5165\u6392\u961F\u72B6\u6001\uFF0C\u76F4\u5230\u4E0B\u4E00\u79D2\u949F\u5F00\u59CB\u3002\u7531\u4E8EOpenAI\u76EE\u524D\u670D\u52A1\u7684\u5404\u79CD\u9650\u5236\uFF0C\u8BF7\u70B9\u51FB<1>\u8FD9\u91CC\u67E5\u770B\u6700\u65B0\u5EFA\u8BAE\u7684\u6570\u503C","description.generalLimitPerSecond":"\u8BF7\u6C42\u6570\u8D85\u8FC7\u8BE5\u9650\u5236\u65F6\u4F1A\u8FDB\u5165\u6392\u961F\u72B6\u6001\uFF0C\u76F4\u5230\u4E0B\u4E00\u79D2\u949F\u5F00\u59CB\u3002","description.maxTextLengthPerRequest":"\u6BCF\u6B21\u8BF7\u6C42\u6700\u5927\u5B57\u7B26\u6570\uFF0C\u592A\u5927\u4F1A\u5BFC\u81F4\u63A5\u53E3\u7684\u54CD\u5E94\u53D8\u6162\uFF0C\u56E0\u6B64\u53EF\u4EE5\u5C1D\u8BD5\u8C03\u6574\u8BE5\u9009\u9879\u6765\u4F18\u5316\u901F\u5EA6","description.systemPrompt":"\u4EE5\u7CFB\u7EDF\u8EAB\u4EFD\u53D1\u9001\u7ED9 {service} \u7684\u5BF9\u8BDD\uFF0C\u5176\u4E2D {{text}} \u8868\u793A\u6BB5\u843D\u7684\u6587\u672C\u5185\u5BB9\uFF0C{{from}} \u8868\u793A\u6BB5\u843D\u7684\u8BED\u8A00\uFF0C{{to}} \u8868\u793A\u76EE\u6807\u8BED\u8A00","field.domain":"\u9886\u57DF","description.domain":"\u9ED8\u8BA4\u4E3A\uFF1Ageneral\u3002\u4EC5\u5728\u6709\u9053API\u63A7\u5236\u53F0\u5F00\u901A\u9886\u57DF\u5316\u7FFB\u8BD1\u7684\u60C5\u51B5\u4E0B\u53EF\u8BBE\u7F6E\uFF0C\u652F\u6301\u9886\u57DF\u89C1<1>\u8FD9\u91CC","field.scene":"\u573A\u666F","description.scene":"\u9ED8\u8BA4\u4E3A\uFF1Ageneral\u3002\u4EC5\u5728\u963F\u91CC\u4E91API\u63A7\u5236\u53F0\u5F00\u901A\u673A\u5668\u7FFB\u8BD1\u4E13\u4E1A\u7248\u7684\u60C5\u51B5\u4E0B\u53EF\u8BBE\u7F6E\uFF0C\u652F\u6301\u573A\u666F\u89C1<1>\u8FD9\u91CC","field.vocabId":"\u7528\u6237\u8BCD\u5178 ID","description.vocabId":"\u6307\u5B9A\u7684\u8BCD\u5178 out_id\uFF0C\u76EE\u524D\u652F\u6301\u82F1\u8BD1\u4E2D","description.model":"OpenAI \u7684\u6A21\u578B\uFF0C\u53EF\u4EE5\u4E3A gpt-3.5-turbo, gpt-4 \u7B49","description.maxTextGroupLengthPerRequest":"\u6BCF\u6B21\u53D1\u9001\u7ED9\u7FFB\u8BD1\u670D\u52A1\u7684\u6BB5\u843D\u6570\u91CF\uFF0C\u5982\u679C\u6BB5\u843D\u6570\u91CF\u8FC7\u591A\uFF0C\u53EF\u80FD\u4F1A\u5BFC\u81F4\u63A5\u53E3\u7684\u54CD\u5E94\u53D8\u6162","description.apiUrl":"\u8BF7\u6DFB\u52A0\u5177\u4F53\u5E26\u6709\u8DEF\u5F84\u7684\u7F51\u5740\uFF0C<1>\u66F4\u591A\u8BF4\u660E",enabledExtension:"\u542F\u7528\u6269\u5C55",clickToDisableExtension:"\u70B9\u51FB\u7981\u7528\u6269\u5C55",clickToEnableExtension:"\u70B9\u51FB\u542F\u7528\u6269\u5C55",hasBeenDisabled:"\u5DF2\u7981\u7528","show password":"\u663E\u793A\u5BC6\u7801",customContent:"\u8F93\u5165\u81EA\u5B9A\u4E49\u6A21\u578B\u540D\u79F0",inputOptions:"\u8F93\u5165\u6846\u589E\u5F3A",mouseHoverOptions:"\u9F20\u6807\u60AC\u505C",modifyMouseHoverKey:"\u4FEE\u6539\u9F20\u6807\u60AC\u505C\u5FEB\u6377\u952E",enableInputTranslation:"\u662F\u5426\u542F\u7528\u8F93\u5165\u6846\u589E\u5F3A",enableInputTranslationDescription:"\u542F\u7528\u540E\uFF0C\u5728\u8F93\u5165\u6846\u76F4\u63A5\u8F93\u5165 {startingKey}{startingKey} \u4F60\u597D\uFF0C\u7136\u540E\u5FEB\u901F\u8FDE\u51FB{inputTrailingTriggerKeyRepeatTimes}\u6B21{trailingKey}\uFF0C\u5373\u53EF\u7FFB\u8BD1\u4E3A {inputTargetLanguage}",enableInputTranslationDescriptionForNoneKey:"\u542F\u7528\u540E\uFF0C\u5728\u8F93\u5165\u6846\u76F4\u63A5\u8F93\u5165\uFF1A\u4F60\u597D\u4E16\u754C\uFF0C\u7136\u540E\u5FEB\u901F\u8FDE\u51FB{inputTrailingTriggerKeyRepeatTimes}\u6B21{trailingKey}\uFF0C\u5373\u53EF\u7FFB\u8BD1\u4E3A\u9ED8\u8BA4\u76EE\u6807\u8BED\u8A00",inputTargetLanguage:"\u8BBE\u7F6E\u8F93\u5165\u6846\u7684\u9ED8\u8BA4\u76EE\u6807\u8BED\u8A00",inputTargetLanguageDescription:"\u8F93\u5165\u6846\u7FFB\u8BD1\u7684\u9ED8\u8BA4\u76EE\u6807\u8BED\u8A00\uFF0C\u4E5F\u5C31\u662F {startingKey}{startingKey} \u4F5C\u4E3A\u89E6\u53D1\u8BCD\u7684\u9ED8\u8BA4\u8BED\u8A00",inputTargetLanguageDescriptionForNoneKey:"\u8F93\u5165\u6846\u7FFB\u8BD1\u7684\u9ED8\u8BA4\u76EE\u6807\u8BED\u8A00",inputStartingTriggerKeyTitle:"\u8BBE\u7F6E\u8F93\u5165\u6846\u90E8\u5206\u7FFB\u8BD1\u7684\u5206\u5272\u5B57\u7B26",inputStartingTriggerKeyDescription:"\u5F53\u4F60\u4E0D\u9700\u8981\u7FFB\u8BD1\u6574\u4E2A\u8F93\u5165\u6846\u7684\u65F6\u5019\uFF0C\u5206\u5272\u7B26\u5141\u8BB8\u4F60\u53EA\u7FFB\u8BD1 {startingKey}{startingKey} \u5230\u8F93\u5165\u6846\u672B\u5C3E\u7684\u90E8\u5206\uFF0C\u4E5F\u53EF\u4EE5\u6307\u5B9A\u8BED\u8A00\u4EE3\u7801\uFF0C\u6BD4\u5982\uFF1A{startingKey}ja \u8868\u793A\u53EA\u7FFB\u8BD1 {startingKey}ja \u5230\u8F93\u5165\u6846\u672B\u5C3E\u7684\u90E8\u5206",inputStartingTriggerKeyDescriptionForNoneKey:"\u5F53\u524D\u8BBE\u7F6E\u4E3A\u65E0\u9700\u524D\u7F00\uFF0C\u6682\u65E0\u6CD5\u4F7F\u7528\u8F93\u5165\u6846\u7684\u90E8\u5206\u6587\u672C\u7FFB\u8BD1\u529F\u80FD",inputTrailingTriggerKeyTitle:"\u9009\u62E9\u4E00\u4E2A\u8F93\u5165\u7ED3\u675F\u7684\u89E6\u53D1\u5B57\u7B26",inputTrailingTriggerKeyDescription:"\u5FEB\u901F\u8FDE\u51FB 3 \u6B21{trailingKey} \u5C06\u4F1A\u5F00\u59CB\u7FFB\u8BD1",inputTrailingTriggerKeyTimeout:"\u8F93\u5165\u7ED3\u675F\u8FDE\u51FB\u89E6\u53D1\u7684\u95F4\u9694\u65F6\u95F4",inputTrailingTriggerKeyTimeoutDescription:"\u8BBE\u7F6E\u8F93\u5165\u7ED3\u675F\u8FDE\u51FB\u89E6\u53D1\u7684\u95F4\u9694\u65F6\u95F4\uFF08\u6BEB\u79D2\uFF09",spaceKey:"<\u7A7A\u683C\u952E>",noneKey:"\u65E0\u9700\u524D\u7F00\uFF0C\u76F4\u63A5\u7FFB\u8BD1\u6574\u4E2A\u6587\u672C\u6846",inputTranslationBlockUrlsTitle:"\u5207\u52FF\u5728\u4EE5\u4E0B\u7F51\u5740\u4E2D\u542F\u7528\u8F93\u5165\u6846\u589E\u5F3A",inputTranslationBlockUrlsDescription:"\u5728\u4EE5\u4E0B\u7F51\u5740\u4E2D\uFF0C\u8F93\u5165\u6846\u589E\u5F3A\u5C06\u4E0D\u4F1A\u751F\u6548",inputHelperInfo:"\u8BF4\u660E\uFF1A\u6211\u4EEC\u7279\u522B\u9488\u5BF9\u5728\u4E2D\u6587\u8F93\u5165\u6CD5\u4E0B\u90E8\u5206\u89E6\u53D1\u5B57\u7B26\u4F1A\u53D8\u6210\u4E2D\u6587\u6807\u70B9\u7B26\u53F7\u8FD9\u4EF6\u4E8B\u505A\u4E86\u4F18\u5316\uFF0C\u6BD4\u5982\u641C\u72D7\u8F93\u5165\u6CD5\u4E0B / \u4F1A\u53D8\u6210\u987F\u53F7 \u3001\uFF0C\u6C89\u6D78\u5F0F\u7FFB\u8BD1\u652F\u6301\u6240\u6709\u89E6\u53D1\u7B26\u5BF9\u5E94\u7684\u4E2D\u6587\u7B26\u53F7\uFF0C\u4E5F\u5C31\u662F\u8BF4 // \u3001\u3001 \u90FD\u4F1A\u88AB\u8BC6\u522B\u4E3A\u89E6\u53D1\u5B57\u7B26\u3002

\u540C\u65F6\u6211\u4EEC\u4E5F\u652F\u6301\u8BED\u8A00\u4EE3\u7801\u7684\u4E2D\u6587\u522B\u540D\u4F5C\u4E3A\u547D\u4EE4\uFF0C\u6BD4\u5982 /\u65E5\u6587 \u4F60\u597D\u4E16\u754C \u4F1A\u88AB\u7FFB\u8BD1\u4E3A\u65E5\u6587\uFF0C<1>\u70B9\u6B64\u67E5\u770B\u6240\u6709\u652F\u6301\u7684\u8BED\u8A00\u4EE3\u7801\u3002",reloadCurrentPage:"\u8BF7\u5148\u5237\u65B0\u5F53\u524D\u9875\u9762\uFF0C\u518D\u5F00\u59CB\u7FFB\u8BD1",noLocalFilePermissionForPDF:"\u6682\u65E0\u6743\u9650\u8BFB\u53D6\u672C\u5730\u6587\u4EF6\uFF0C\u8BF7\u70B9\u51FB\u4E0A\u65B9\u6309\u94AE\uFF0C\u7136\u540E\u5BFC\u5165\u672C\u5730\u6587\u4EF6",noPermissionForThisPage:"\u26A0\uFE0F \u6682\u65E0\u6743\u9650\u7FFB\u8BD1\u5F53\u524D\u9875\u9762","error.retry":"\u91CD\u8BD5","error.reason":"\u9519\u8BEF\u539F\u56E0",retryAllParagraphs:"\u91CD\u8BD5\u5168\u90E8\u9519\u8BEF\u6BB5\u843D",retryAllButton:"\u91CD\u8BD5\u5168\u90E8\u9519\u8BEF\u6BB5\u843D",errorTooltipTitle:"\u70B9\u51FB\u67E5\u770B\u9519\u8BEF\u539F\u56E0",errorModalTitle:"\u7FFB\u8BD1\u670D\u52A1\u6216\u7F51\u7EDC\u4F3C\u4E4E\u51FA\u4E86\u70B9\u95EE\u9898...",disableConfirm:"\u53CC\u8BED\u4FE1\u606F\u589E\u5F3A\u8BBE\u7F6E",disableOnce:"\u672C\u6B21\u7981\u7528",disableGlobal:"\u6C38\u4E45\u7981\u7528",disableTint:"* \u4F60\u53EF\u4EE5\u5728 {option} \u4E2D\u91CD\u65B0\u542F\u7528\u3002",searchEnhancementNotes:"\u6211\u4EEC\u53D1\u73B0\uFF0C\u4E2D\u6587\u5173\u952E\u8BCD\u548C\u82F1\u6587\u5173\u952E\u8BCD\u7684\u65B0\u95FB\u7ED3\u679C\u6709\u975E\u5E38\u5927\u7684\u4E0D\u540C\uFF0C\u5728\u542F\u7528\u6C89\u6D78\u5F0F\u7FFB\u8BD1\u53CC\u8BED\u4FE1\u606F\u589E\u5F3A\u529F\u80FD\u540E\uFF0C\u6211\u4EEC\u4F1A\u5728\u652F\u6301\u7684\u7F51\u7AD9\uFF08\u8C37\u6B4C\u65B0\u95FB\uFF0C\u8C37\u6B4C\u641C\u7D22\uFF08\u90E8\u5206\u5173\u952E\u8BCD\uFF09\uFF0C\u96EA\u7403\uFF0C\u4E1C\u65B9\u8D22\u5BCC\u7F51\uFF0C\u5BCC\u9014\uFF0C\u8001\u864E\uFF09\u81EA\u52A8\u7528\u82F1\u6587\u4E3A\u4F60\u641C\u7D22\u540C\u6837\u7684\u5173\u952E\u8BCD\u5E76\u5C55\u793A\u5728\u53F3\u4FA7\u3002\u5982\u679C\u4F60\u4E0D\u9700\u8981\u8BE5\u529F\u80FD\u7684\u8BDD\uFF0C\u53EF\u4EE5\u9009\u62E9\u7981\u7528\u5B83\u3002",option:"\u8BBE\u7F6E",saveSettings:"\u4FDD\u5B58\u8BBE\u7F6E",closeModal:"\u5173\u95ED\u7A97\u53E3",enableInputTranslationWithoutTriggerKeyTitle:"\u542F\u7528\u5FEB\u901F\u8FDE\u51FB 3 \u6B21{trailingKey}\uFF0C\u76F4\u63A5\u7FFB\u8BD1\u6574\u4E2A\u8F93\u5165\u6846\u4E3A{inputTargetLanguage}",enableInputTranslationWithoutTriggerKeyDescription:"\u5982\u9700\u6307\u5B9A\u76EE\u6807\u8BED\u8A00\uFF0C\u8BF7\u5728\u524D\u9762\u52A0\u4E0A\u8BED\u8A00\u4EE3\u7801\uFF0C\u5982\uFF1Aja \u4F60\u597D\u4E16\u754C",deepLProName:"\u6C89\u6D78\u5F0F\u7FFB\u8BD1 Pro \u4F1A\u5458 (\u63A8\u8350)",deepLProDescription:"\u5F53\u524D\u5957\u9910\u53EF\u4EE5\u76F4\u63A5\u4F7F\u7528",deeplProDescriptionForNormal:"\u65E0\u9700\u4EFB\u4F55\u8BBE\u7F6E\uFF0C\u4F1A\u5458\u767B\u5F55\u540E\u5373\u53EF\u4F7F\u7528\uFF0C<1>\u70B9\u6B64\u5347\u7EA7\u4E3A\u4F1A\u5458",deepLCustomDescription:"\u9700\u8981\u56FD\u5916\u4FE1\u7528\u5361\uFF0C\u5728 <1>DeepL \u5B98\u65B9\u5F00\u901A\uFF0C\u70B9\u51FB\u67E5\u770B<2>\u6587\u6863",deepLCustomName:"\u81EA\u5B9A\u4E49 Auth Key",chooseProviderLabel:"\u9009\u62E9\u4E00\u4E2A\u670D\u52A1\u63D0\u4F9B\u5546",openaiProName:"\u6C89\u6D78\u5F0F\u7FFB\u8BD1 Pro \u4F1A\u5458 (\u63A8\u8350)",openaiProDescription:"\u5F53\u524D\u5957\u9910\u53EF\u4EE5\u76F4\u63A5\u4F7F\u7528",openaiProDescriptionForNormal:"\u65E0\u9700\u4EFB\u4F55\u8BBE\u7F6E\uFF0C\u4F1A\u5458\u767B\u5F55\u540E\u5373\u53EF\u4F7F\u7528\uFF0C<1>\u70B9\u6B64\u5347\u7EA7\u4E3A\u4F1A\u5458",openaiCustomDescription:"\u53EF\u5728 OpenAI, Azure OpenAI, \u6216\u5176\u4ED6\u7B2C\u4E09\u65B9\u670D\u52A1\u83B7\u53D6\uFF0C<1>\u70B9\u6B64\u67E5\u770B\u6587\u6863",openaiCustomName:"\u81EA\u5B9A\u4E49 API Key",needLoginAction:"(\u5F00\u901A\u4F1A\u5458\u6216\u81EA\u5B9A\u4E49)",goLoginOrAction:"(\u5F00\u901A\u4F1A\u5458\u6216\u53BB\u8BBE\u7F6E)",yearly:"\u8FDE\u7EED\u5305\u5E74",quarterly:"\u8FDE\u7EED\u5305\u5B63",monthly:"\u8FDE\u7EED\u5305\u6708",yearlyForOnce:"\u4E00\u6B21\u6027\u5E74\u5EA6\u5957\u9910",monthlyForOnce:"\u4E00\u6B21\u6027\u6708\u5EA6\u5957\u9910",daily:"\u8FDE\u7EED\u5305\u65E5",year:"\u8FDE\u7EED\u5305\u5E74",quarter:"\u8FDE\u7EED\u5305\u5B63",month:"\u8FDE\u7EED\u5305\u6708",day:"\u8FDE\u7EED\u5305\u65E5",onetime_7day:"7 \u5929\u4F53\u9A8C\u5305",currentPlanDescriptionForFree:"\u5F53\u524D\u5957\u9910\uFF1A\u514D\u8D39",currentPlanDescriptionForContinuous:"\u5F53\u524D\u5957\u9910\uFF1A{plan}\uFF0C\u5C06\u4E8E {endAt} \u81EA\u52A8\u7EED\u8D39",currentPlanDescriptionForAutoRenewCaceling:"\u5F53\u524D\u5957\u9910\uFF1A{plan}\uFF0C\u5C06\u4E8E {endAt} \u5230\u671F\uFF0C\u5230\u671F\u540E\u5C06\u4E0D\u4F1A\u81EA\u52A8\u7EED\u671F",currentYearlyPlanDescriptionForAutoRenewCacelingWithRealPaiedUser:"\u5F53\u524D\u5957\u9910\uFF1A{plan}\uFF0C\u5C06\u4E8E {endAt} \u5230\u671F\uFF0C\u5230\u671F\u540E\u5C06\u4E0D\u4F1A\u81EA\u52A8\u7EED\u671F\u3002
<1>\u70B9\u6B64\u7BA1\u7406\u7EED\u8D39\u65B9\u6848",currentYearlyPlanDescriptionForAutoRenewCacelingWithAdmin:"\u5F53\u524D\u5957\u9910\uFF1A{plan}\uFF0C\u5C06\u4E8E {endAt} \u5230\u671F\uFF0C\u5230\u671F\u540E\u5C06\u4E0D\u4F1A\u81EA\u52A8\u7EED\u671F\u3002
<1>\u70B9\u6B64\u542F\u7528\u8FDE\u7EED\u5305\u5E74",currentPlanDescriptionForOneTime:"\u5F53\u524D\u5957\u9910\uFF1A{plan}\uFF0C\u5C06\u4E8E {endAt} \u5230\u671F\uFF0C<1>\u70B9\u6B64\u5347\u7EA7\u4E3A\u5E74\u8D39\u6216<2>\u6708\u8D39\u4F1A\u5458",upgradePlan:"\u70B9\u6B64\u5347\u7EA7\u4E3A Pro \u4F1A\u5458",upgradeToPro:"\u5347\u7EA7\u4E3A Pro \u4F1A\u5458","popup.openPro":"\u5347\u7EA7\u4E3A Pro \u4F1A\u5458\u540E\u53EF\u4EE5\u7545\u4EAB DeepL \u548C OpenAI \u7FFB\u8BD1\uFF0C\u70B9\u6B64\u5347\u7EA7","popup.openProForPro":"\u60A8\u662F Pro \u4F1A\u5458\uFF0C\u53EF\u76F4\u63A5\u4F7F\u7528 DeepL \u548C OpenAI \u7FFB\u8BD1",currentAccount:"\u5F53\u524D\u8D26\u6237",enableAutoSyncUserSettings:"\u542F\u7528\u591A\u8BBE\u5907\u81EA\u52A8\u4E91\u540C\u6B65",modalEnableInputTranslationTitle:"\u6C89\u6D78\u5F0F\u7FFB\u8BD1\u8F93\u5165\u6846\u7FFB\u8BD1\u63D0\u793A",modalEnableInputTranslationDesc:"\u60A8\u521A\u521A\u901A\u8FC7\u5FEB\u901F\u8FDE\u51FB 3 \u6B21\u7A7A\u683C\u952E\u89E6\u53D1\u4E86\u6C89\u6D78\u5F0F\u7FFB\u8BD1\u7684\u8F93\u5165\u6846\u7FFB\u8BD1\uFF0C\u8F93\u5165\u6846\u7684\u5185\u5BB9\u5C06\u88AB\u7FFB\u8BD1\u4E3A\u9ED8\u8BA4\u7684\u76EE\u6807\u8BED\u8A00\u3002\u901A\u8FC7 Ctrl+Z \u53EF\u4EE5\u64A4\u9500\u7FFB\u8BD1\u3002

\u5982\u679C\u8FD9\u662F\u4E00\u4E2A\u5931\u8BEF\uFF0C\u4E0D\u7528\u62C5\u5FC3\uFF0C\u60A8\u53EF\u4EE5\u9009\u62E9\u672C\u6B21\u7981\u7528\uFF0C\u6216\u8005\u6C38\u4E45\u7981\u7528\u8F93\u5165\u6846\u7FFB\u8BD1\u3002",saveAndNotShowAgain:"\u4FDD\u5B58\u4E14\u4E0D\u518D\u63D0\u793A",disableInputTranslationTips:"* \u4F60\u4E5F\u53EF\u4EE5\u5728 {option} \u4E2D\u8BBE\u7F6E\u5176\u4ED6\u5FEB\u6377\u952E\u6765\u89E6\u53D1\uFF0C{learnMore}\u3002",learnMore:"\u70B9\u6B64\u4E86\u89E3\u66F4\u591A",continueEnalbeInputTranslation:"\u7EE7\u7EED\u542F\u7528\u8F93\u5165\u6846\u7FFB\u8BD1",autoRenewTrialSuffix:'\uFF08\u8BD5\u7528\u4E2D\uFF0C\u7ACB\u523B\u5347\u7EA7\u4E3A\u6B63\u5F0F\u4F1A\u5458\uFF09',upgradeFromTrialTitle:"\u5347\u7EA7\u4E3A\u6B63\u5F0F\u4F1A\u5458",subtitle:"\u89C6\u9891\u5B57\u5E55",youtubeService:"\u6C89\u6D78\u5F0F\u7FFB\u8BD1\u89C6\u9891\u5B57\u5E55\u7FFB\u8BD1\u670D\u52A1","subtitle.disabledSubtitle":"\u6C38\u4E45\u7981\u7528\u89C6\u9891\u5B57\u5E55\u529F\u80FD","subtitle.disabledSubtitleDescription":"\u5982\u679C\u6C89\u6D78\u5F0F\u7FFB\u8BD1\u7684\u89C6\u9891\u5B57\u5E55\u548C\u5176\u4ED6\u6269\u5C55\u6709\u51B2\u7A81\uFF0C\u4F60\u53EF\u4EE5\u9009\u62E9\u6C38\u4E45\u7981\u7528\u6C89\u6D78\u5F0F\u7FFB\u8BD1\u7684\u89C6\u9891\u5B57\u5E55\u529F\u80FD\u6216\u8005\u5378\u8F7D\u5176\u4ED6\u51B2\u7A81\u7684\u6269\u5C55","subtitle.autoEnableSubtitleDescription":"\u542F\u7528\u540E\uFF0C\u5F53\u89C6\u9891\u64AD\u653E\u7684\u65F6\u5019\uFF0C\u4F1A\u81EA\u52A8\u663E\u793A\u53CC\u8BED\u5B57\u5E55\uFF0C\u5426\u5219\u9700\u8981\u70B9\u51FB\u7FFB\u8BD1\u6309\u94AE\u624D\u4F1A\u663E\u793A\u3002","subtitle.preTranslation":"\u4F7F\u7528\u6C89\u6D78\u5F0F\u7FFB\u8BD1\u6765\u7FFB\u8BD1\u5B57\u5E55","subtitle.preTranslationDescription":"\u542F\u7528\u540E\u4F1A\u4F18\u5148\u7528\u4E0B\u9762\u6307\u5B9A\u7684\u7FFB\u8BD1\u670D\u52A1\u63D0\u524D\u7FFB\u8BD1\u6574\u4E2A\u5B57\u5E55\uFF0C1 \u5C0F\u65F6\u7684\u89C6\u9891\u5927\u6982\u6D88\u8017 5\u4E07 Tokens \u6216 \u5B57\u7B26\uFF0C\u8BF7\u914C\u60C5\u4F7F\u7528\uFF1B\u5173\u95ED\u540E\u5219\u4F18\u5148\u4F7F\u7528\u539F\u89C6\u9891\u81EA\u5E26\u7684\u673A\u7FFB\u5B57\u5E55\uFF1B\u8BF7\u6CE8\u610F\uFF0C\u5F53\u539F\u89C6\u9891\u6CA1\u6709\u5BF9\u5E94\u7684\u8BD1\u6587\u5B57\u5E55\u65F6\uFF0C\u5219\u65E0\u8BBA\u662F\u5426\u542F\u7528\u8FD9\u4E2A\u9009\u9879\uFF0C\u90FD\u4F1A\u4F7F\u7528\u4E0B\u9762\u6307\u5B9A\u7684\u7FFB\u8BD1\u670D\u52A1\u6765\u7FFB\u8BD1\u5B57\u5E55\u3002","subtitle.humanSubtitlesPreferred":"\u4F18\u5148\u4F7F\u7528\u4EBA\u5DE5\u5B57\u5E55","subtitle.humanSubtitlesPreferredDescription":"\u5F53\u89C6\u9891\u6709\u76EE\u6807\u8BED\u8A00\u4EBA\u5DE5\u5B57\u5E55\u65F6\uFF0C\u4F18\u5148\u4F7F\u7528\u4EBA\u5DE5\u5B57\u5E55\uFF08\u63A8\u8350\uFF09","subtitle.bilingual":"\u53CC\u8BED\u5B57\u5E55","subtitle.autoDisableSubtitle":"\u4E0D\u81EA\u52A8\u542F\u7528\u53CC\u8BED\u5B57\u5E55","subtitle.hideQuickButton":"\u4E0D\u518D\u663E\u793A\u8BE5\u5FEB\u6377\u65B9\u5F0F","subtitle.showQuickButton":"\u5728\u64AD\u653E\u5668\u663E\u793A\u53CC\u8BED\u5B57\u5E55\u5FEB\u6377\u65B9\u5F0F",videoSubtitleTranslationDescription:"\u4E3A\u89C6\u9891\u5B57\u5E55\u5355\u72EC\u6307\u5B9A\u4E00\u4E2A\u7FFB\u8BD1\u670D\u52A1",subtitleTranslating:"\u6B63\u5728\u4F7F\u7528 {service} \u670D\u52A1\u7FFB\u8BD1\u5B57\u5E55\u4E2D\uFF0C\u8BF7\u7A0D\u7B49...\uFF08\u6C89\u6D78\u5F0F\u7FFB\u8BD1\uFF09",subtitleLoading:"\u6B63\u5728\u52A0\u8F7D\u5B57\u5E55...",bilingual:"\u53CC\u8BED","field.action":"\u662F\u5426\u542F\u7528\u767E\u5EA6\u672F\u8BED","description.action":"\u542F\u7528\u540E\u4F1A\u5728\u8BF7\u6C42\u4E2D\u52A0\u5165 action=1 \u7684\u53C2\u6570\uFF0C\u4EE5\u4FBF\u544A\u77E5\u767E\u5EA6\u542F\u7528\u672F\u8BED\uFF0C<1>\u66F4\u591A\u8BF4\u660E\u8BF7\u53C2\u8003\u5B98\u65B9\u6587\u6863",closeQuickTranslation:"\u5173\u95ED\u60AC\u6D6E\u7403","closeQuickTranslation.untilNext":"\u672C\u6B21\u5173\u95ED\u76F4\u5230\u4E0B\u6B21\u8BBF\u95EE","closeQuickTranslation.currentWebsite":"\u5F53\u524D\u7F51\u7AD9\u7981\u7528","closeQuickTranslation.alwaysClose":"\u6C38\u4E45\u7981\u7528","closeQuickTranslation.settingOpen":"\uFF08\u53EF\u5728<1>\u8BBE\u7F6E\u9875\u5F00\u542F\uFF09","closeQuickTranslation.cancel":"\u53D6\u6D88","closeQuickTranslation.confirm":"\u786E\u5B9A","floatBall.translate":"\u70B9\u51FB\u7FFB\u8BD1\u8BE5\u9875\u9762","floatBall.showOriginal":"\u70B9\u51FB\u5207\u6362\u56DE\u539F\u6587","floatBall.close":"\u5173\u95ED\u60AC\u6D6E\u7403","floatBallOptions.enableDescPc":"\u542F\u7528\u9875\u9762\u60AC\u6D6E\u7403\u540E\uFF0C\u4F1A\u5728\u9875\u9762\u53F3\u4FA7\u663E\u793A\u4E00\u4E2A\u5FEB\u6377\u7FFB\u8BD1\u6309\u94AE\uFF0C\u70B9\u51FB\u5373\u53EF\u7FFB\u8BD1","floatBallOptions.enableDesc":"\u5173\u95ED\u60AC\u6D6E\u7403\u540E\uFF0C\u53EF\u4EE5\u7528{touch}\u5524\u8D77\u3002\u4E3A\u9632\u6B62\u4E0D\u614E\u5173\u95ED\u8BE5\u9009\u9879\u540E\u627E\u4E0D\u5230\u60AC\u6D6E\u7403\uFF0C\u5F3A\u70C8\u5EFA\u8BAE\u6536\u85CF\u672C\u8BBE\u7F6E\u9875","description.azureApiUrl":"\u586B\u5199\u81EA\u5B9A\u4E49\u7684API\u63A5\u53E3\u5730\u5740","floatBall.guideClickToTranslate":`\u70B9\u51FB\u6C89\u6D78\u5F0F\u7FFB\u8BD1\u60AC\u6D6E\u7403 \u5373\u53EF\u5FEB\u901F\u7FFB\u8BD1`,"floatBall.iKnow":"\u6211\u77E5\u9053\u4E86",confirmSupportMouse:"\u5F3A\u5236\u542F\u7528\u9F20\u6807\u652F\u6301",confirmSupportMouseDescription:"\u68C0\u6D4B\u5230\u5F53\u524D\u6D4F\u89C8\u5668\u4E0D\u652F\u6301\u9F20\u6807\u529F\u80FD\uFF0C\u662F\u5426\u5F3A\u5236\u542F\u7528\u9F20\u6807\u652F\u6301\uFF1F",sampleTargetText:"\u957F\u591C\u5C06\u81F3\uFF0C\u6211\u4ECE\u4ECA\u5F00\u59CB\u5B88\u671B\uFF0C\u81F3\u6B7B\u65B9\u4F11\u3002\u6211\u5C06\u4E0D\u5A36\u59BB\u3001\u4E0D\u5C01\u5730\u3001\u4E0D\u751F\u5B50\u3002\u6211\u5C06\u4E0D\u6234\u5B9D\u51A0\uFF0C\u4E0D\u4E89\u8363\u5BA0\u3002\u6211\u5C06\u5C3D\u5FE0\u804C\u5B88\uFF0C\u751F\u6B7B\u4E8E\u65AF\u3002",sampleSourceText:"Night gathers, and now my watch begins. It shall not end until my death. I shall take no wife, hold no lands, father no children. I shall wear no crowns and win no glory. I shall live and die at my post.","subtitle.supportedSites":"\u5DF2\u652F\u6301\u5728\u8FD9\u4E9B\u7F51\u7AD9\u4F7F\u7528\u53CC\u8BED\u5B57\u5E55\uFF08\u6CE8\u610F\uFF1A\u7531\u4E8E\u6280\u672F\u9650\u5236\uFF0C\u90E8\u5206\u7F51\u7AD9\u5728\u9996\u6B21\u5F00\u542F\u5B57\u5E55\u540E\u9700\u8981\u91CD\u65B0\u5237\u65B0\u9875\u9762\uFF0C\u6216\u8005\u9700\u7B49\u5F85\u7FFB\u8BD1\u5B8C\u6210\u4EE5\u663E\u793A\u53CC\u8BED\u5B57\u5E55\uFF09\uFF1A",viewWithImmersiveTranslate:"\u53CC\u8BED\u7248\u672C(\u6C89\u6D78\u5F0F\u7FFB\u8BD1)",errorReason:"\u9519\u8BEF\u539F\u56E0\uFF1A{message}","proQuotaExceededError.onetime7day":'\uFF0C\u60A8\u53EF\u4EE5\u9009\u62E9\u4EE5\u4E0B\u65B9\u5F0F\u89E3\u51B3\uFF1A

1. \u5207\u6362\u5230 {anotherService} \u6216\u5176\u4ED6\u7FFB\u8BD1\u670D\u52A1
2. \u5347\u7EA7\u4E3A\u6708\u5EA6/\u5E74\u5EA6\u4F1A\u5458',"proQuotaExceededError.trial":'\uFF0C\u60A8\u53EF\u4EE5\u9009\u62E9\u4EE5\u4E0B\u65B9\u5F0F\u89E3\u51B3\uFF1A

1. \u5207\u6362\u5230 {anotherService} \u6216\u5176\u4ED6\u7FFB\u8BD1\u670D\u52A1
2. \u7ACB\u523B\u5347\u7EA7\u4E3A\u6B63\u5F0F\u4F1A\u5458',"proQuotaExceededError.nonTrial":'\uFF0C\u60A8\u53EF\u4EE5\u9009\u62E9\u4EE5\u4E0B\u65B9\u5F0F\u89E3\u51B3\uFF1A

1. \u5207\u6362\u5230 {anotherService} \u6216\u5176\u4ED6\u7FFB\u8BD1\u670D\u52A1
2. \u8D2D\u4E70 {translationService} \u989D\u5916\u6D41\u91CF\u5305',"proQuotaExceededError.resetTime":"
3. \u989D\u5EA6\u91CD\u7F6E\u65F6\u95F4\uFF1A{resetTime}",paragraphMinTextCountField:"\u7FFB\u8BD1\u6BB5\u843D\u6240\u9700\u7684\u6700\u5C11\u5B57\u7B26\u6570",paragraphMinTextCountDesc:"\u6CE8\u610F\uFF0C\u8FD9\u91CC\u6307\u7684\u5B57\u7B26\u957F\u5EA6\uFF0C\u6BD4\u5982: hello \u662F 5 \u4E2A\u5B57\u7B26, \u8BBE\u7F6E\u4E3A\u66F4\u5927\u7684\u503C\u53EF\u4EE5\u51CF\u5C11\u4E0D\u5FC5\u8981\u7684\u5C0F\u6BB5\u843D\u7FFB\u8BD1",networkError:"\u7FFB\u8BD1\u670D\u52A1\u6216\u7F51\u7EDC\u51FA\u73B0\u95EE\u9898",notLogin:"\u672A\u767B\u5F55","browser.toggleMouseHoverTranslateDirectly":"\u5728\u9875\u9762\u4E0A\u4E34\u65F6\u542F\u7528\u6216\u5173\u95ED\u9F20\u6807\u60AC\u505C\u76F4\u63A5\u7FFB\u8BD1","browser.translateWithOpenAI":"\u4E34\u65F6\u4F7F\u7528 OpenAI \u7FFB\u8BD1\u5F53\u524D\u9875\u9762","browser.translateWithDeepL":"\u4E34\u65F6\u4F7F\u7528 DeepL \u7FFB\u8BD1\u5F53\u524D\u9875\u9762","browser.translateWithGoogle":"\u4E34\u65F6\u4F7F\u7528 Google \u7FFB\u8BD1\u5F53\u524D\u9875\u9762","browser.translateWithBing":"\u4E34\u65F6\u4F7F\u7528\u5FAE\u8F6F\u7FFB\u8BD1\u5F53\u524D\u9875\u9762","browser.translateWithGemini":"\u4E34\u65F6\u4F7F\u7528 Gemini \u7FFB\u8BD1\u5F53\u524D\u9875\u9762","browser.translateWithTransmart":"\u4E34\u65F6\u4F7F\u7528\u817E\u8BAF\u7FFB\u8BD1\u5F53\u524D\u9875\u9762","browser.translateInputBox":"\u7FFB\u8BD1\u5F53\u524D\u8F93\u5165\u6846\u5185\u5BB9",shortcutSettings:"\u5FEB\u6377\u952E",shortcutSettingsTitle:"\u5FEB\u6377\u952E\u8BBE\u7F6E",confirmResetToDefaultSettings:"\u786E\u8BA4\u8981\u6062\u590D\u8BE5\u7FFB\u8BD1\u670D\u52A1\u4E3A\u9ED8\u8BA4\u8BBE\u7F6E\u5417\uFF1F\uFF08\u4EC5\u91CD\u7F6E\u5F53\u524D\u7FFB\u8BD1\u670D\u52A1\u7684\u8BBE\u7F6E\uFF09","intro.hoverTitle":"\u9F20\u6807\u60AC\u505C\u7FFB\u8BD1\u5F53\u524D\u6BB5\u843D","intro.hoverDescription":"\u9F20\u6807\u60AC\u505C\u7FFB\u8BD1\u662F\u6C89\u6D78\u5F0F\u7FFB\u8BD1\u91CC\u975E\u5E38\u91CD\u8981\u7684\u529F\u80FD\uFF0C\u53EA\u9700\u5C06\u9F20\u6807\u653E\u5728\u6BB5\u843D\u4E0A\uFF0C\u540C\u65F6\u6309\u4E0B\u8BBE\u5B9A\u7684\u5FEB\u6377\u952E\uFF0C\u5373\u53EF\u81EA\u52A8\u7FFB\u8BD1\u5F53\u524D\u6BB5\u843D\uFF08\u6CE8\u610F\uFF1A\u9ED8\u8BA4\u6CA1\u6709\u542F\u7528\u54E6\uFF0C\u8BF7\u5728\u4E0B\u65B9\u8BBE\u7F6E\uFF09\uFF0C\u8BE5\u4EA4\u4E92\u7528\u4E8E\u66F4\u597D\u7684\u66FF\u4EE3\u5212\u8BCD\u7FFB\u8BD1\uFF0C\u53E6\u5916\uFF0C\u6B64\u529F\u80FD\u8FD8\u5E7F\u6CDB\u5E94\u7528\u4E8E\u90A3\u4E9B\u65E0\u6CD5\u88AB\u8BC6\u522B\u7684\u7FFB\u8BD1\u533A\u57DF\uFF0C\u4F60\u53EF\u4EE5\u5229\u7528\u8BE5\u529F\u80FD\uFF0C\u5F3A\u5236\u7FFB\u8BD1\u4EFB\u4F55\u6BB5\u843D\u3002","intro.floatBallTitle":"\u5FEB\u6377\u7FFB\u8BD1\u60AC\u6D6E\u7403","intro.floatBallDescription":"\u542F\u7528\u540E\uFF0C\u4F1A\u5728\u9875\u9762\u53F3\u4FA7\u663E\u793A\u4E00\u4E2A\u5FEB\u6377\u7FFB\u8BD1\u6309\u94AE\uFF0C\u70B9\u51FB\u5373\u53EF\u7FFB\u8BD1\uFF0C\u518D\u6B21\u70B9\u51FB\u5373\u53EF\u5207\u6362\u56DE\u539F\u6587\u3002\u5728\u79FB\u52A8\u7AEF\uFF0C\u957F\u6309\u60AC\u6D6E\u7403\uFF0C\u53EF\u4EE5\u6253\u5F00\u5FEB\u6377\u8BBE\u7F6E\u9762\u677F\u3002","intro.subtitleTitle":"\u5728\u7EBF\u89C6\u9891\u53CC\u8BED\u5B57\u5E55\u663E\u793A","intro.subtitleDescription":"\u5F00\u542F\u6B64\u529F\u80FD\u540E\uFF0C\u89C6\u9891\u64AD\u653E\u65F6\u5C06\u81EA\u52A8\u5C55\u793A\u53CC\u8BED\u5B57\u5E55\u3002\u5982\u679C\u672A\u542F\u7528\uFF0C\u60A8\u9700\u5728\u9875\u9762\u4E0A\u624B\u52A8\u70B9\u51FB\u7FFB\u8BD1\u6309\u94AE\u4EE5\u663E\u793A\u5B57\u5E55\u3002\u8BF7\u6CE8\u610F\uFF0C\u7531\u4E8E\u6280\u672F\u9650\u5236\uFF0C\u67D0\u4E9B\u7F51\u7AD9\u5728\u9996\u6B21\u6FC0\u6D3B\u5B57\u5E55\u65F6\u53EF\u80FD\u9700\u8981\u5237\u65B0\u9875\u9762\u6216\u7B49\u5F85\u7FFB\u8BD1\u5B8C\u6210\u540E\uFF0C\u624D\u80FD\u663E\u793A\u53CC\u8BED\u5B57\u5E55\u3002\uFF08\u6B64\u5916\uFF0C\u4F60\u8FD8\u53EF\u4EE5\u5728\u6253\u5F00\u89C6\u9891\u7F51\u7AD9\u540E\uFF0C\u53F3\u4E0A\u89D2\u6253\u5F00\u6C89\u6D78\u5F0F\u7FFB\u8BD1\u7684\u5FEB\u6377\u9762\u677F\u542F\u7528/\u5173\u95ED\uFF09

\u5F53\u524D\u5DF2\u652F\u6301\u5728\u8FD9\u4E9B\u7F51\u7AD9\u4F7F\u7528\u53CC\u8BED\u5B57\u5E55\uFF1A","desc.toggleMouseHoverTranslateDirectly":"\u6309\u4E0B\u8FD9\u4E2A\u5FEB\u6377\u952E\u540E\uFF0C\u5728\u9875\u9762\u4E0A\uFF0C\u53EA\u8981\u9F20\u6807\u6307\u5411\u4EFB\u4F55\u4E00\u6BB5\u6587\u5B57\uFF0C\u5C31\u4F1A\u81EA\u52A8\u7FFB\u8BD1\u8FD9\u6BB5\u6587\u5B57\u3002\u518D\u6309\u4E00\u6B21\u5FEB\u6377\u952E\uFF0C\u5C31\u53EF\u4EE5\u5173\u95ED\u8FD9\u4E2A\u81EA\u52A8\u7FFB\u8BD1\u529F\u80FD\u3002","shortcutGroup.main":"\u5E38\u7528\u529F\u80FD\u5FEB\u6377\u952E","shortcutGroup.others":"\u66F4\u591A\u81EA\u5B9A\u4E49\u529F\u80FD\u5FEB\u6377\u952E","shortcutGroup.shortcutsForTranslationServices":"\u7FFB\u8BD1\u670D\u52A1\u76F8\u5173\u5FEB\u6377\u952E",browserShortcutsSucks:"\u7531\u4E8E\u6D4F\u89C8\u5668\u5BF9\u8F93\u5165\u6846\u7684\u5FEB\u6377\u952E\u8BC6\u522B\u4E0D\u51C6\u786E\uFF0C\u6240\u4EE5\u8BF7\u624B\u52A8\u8F93\u5165\u5FEB\u6377\u952E\u7684\u540D\u5B57\uFF0C\u8F93\u5165\u540E\uFF0C\u70B9\u51FB\u7A7A\u767D\u5904\u5373\u53EF\u81EA\u52A8\u4FDD\u5B58\u3002\uFF08macOS \u91CC\u9762 Alt \u548C Option \u662F\u540C\u6837\u7684\u952E\uFF0C\u5EFA\u8BAE\u7EDF\u4E00\u8F93\u5165 Alt\uFF09\u3002\u6BD4\u5982\uFF1A","shortcutGroup.touch":"\u89E6\u5C4F\u4E13\u7528\u624B\u52BF","shortcutGroup.mouse":"\u9F20\u6807\u60AC\u505C\u5FEB\u6377\u952E\u914D\u7F6E","neverTranslateText.title":"\u4EE5\u4E0B\u5355\u8BCD\u4FDD\u6301\u539F\u6587\uFF0C\u4E0D\u8981\u7FFB\u8BD1","neverTranslateText.description":"\u7531\u4E8E\u67D0\u4E9B\u7FFB\u8BD1\u5F15\u64CE\u5BF9\u4E13\u6709\u540D\u8BCD\u8BC6\u522B\u4E0D\u7406\u60F3\uFF0C\u4F60\u53EF\u4EE5\u5728\u6B64\u5904\u6DFB\u52A0\u5355\u8BCD\uFF0C\u786E\u4FDD\u5B83\u4EEC\u5728\u7FFB\u8BD1\u8FC7\u7A0B\u4E2D\u4E0D\u88AB\u8F6C\u6362\u3002\u8BF7\u6CE8\u610F\uFF0C\u6B64\u529F\u80FD\u533A\u5206\u5927\u5C0F\u5199\uFF0C\u5E76\u4EC5\u652F\u6301\u4EE5\u7A7A\u683C\u5206\u9694\u7684\u5355\u8BCD\u8BED\u8A00\uFF08\u5982\u82F1\u8BED\u3001\u6CD5\u8BED\uFF09\uFF0C\u4E0D\u9002\u7528\u4E8E\u65E5\u8BED\u3001\u97E9\u8BED\u7B49\u8BED\u8A00","tagsInput.add":"+ \u6DFB\u52A0","desc.mouseHoverHoldKey":"\u5F53\u9F20\u6807\u60AC\u505C\u5728\u67D0\u4E2A\u6BB5\u843D\u4E0A\u65F6\uFF0C\u540C\u65F6\u6309\u4E0B\u53F3\u4FA7\u7684\u5FEB\u6377\u952E\uFF0C\u5373\u53EF\u76F4\u63A5\u7FFB\u8BD1\u8BE5\u6BB5\u843D",mouseHoverCustomKeyTitle:"\u81EA\u5B9A\u4E49\u9F20\u6807\u60AC\u505C\u5FEB\u6377\u952E",mouseHoverCustomKeyDescription:"\u4F60\u53EF\u4EE5\u81EA\u5B9A\u4E49\u4E00\u4E2A\u9F20\u6807\u60AC\u505C\u7684\u7EC4\u5408\u5FEB\u6377\u952E\uFF0C\u6BD4\u5982\uFF1A Alt+Z, Ctrl+E, Cmd+Alt+E \u6216\u8005\u76F4\u63A5 Cmd\uFF0C \u8BF7\u624B\u52A8\u8F93\u5165",mouseHoverShortcutPlaceholder:"\u8BF7\u624B\u52A8\u8F93\u5165",browserShortcutsNoteForFirefox:"Firefox \u6D4F\u89C8\u5668\u4FEE\u6539\u5FEB\u6377\u952E\u9700\u8981\u6253\u5F00\u6269\u5C55\u7BA1\u7406\u9875\u9762 `about:addons`\uFF0C\u7136\u540E\u70B9\u51FB\u300C\u8BBE\u7F6E\u300D-> \u300C\u7BA1\u7406\u5FEB\u6377\u952E\u300D",browserShortcutsNoteForChrome:"\u8BF7\u6CE8\u610F\uFF1A\u8981\u5728\u57FA\u4E8EChrome\u5185\u6838\u7684\u6D4F\u89C8\u5668\u4E2D\u4FEE\u6539\u5FEB\u6377\u952E\uFF0C\u8BF7\u8BBF\u95EE[\u6269\u5C55\u7BA1\u7406\u9875\u9762] -> [\u7BA1\u7406\u5FEB\u6377\u952E] ","desc.toggleTranslateTheMainPage":"\u4EC5\u7FFB\u8BD1\u9875\u9762\u4E3B\u8981\u533A\u57DF\uFF0C\u5F53\u4F60\u5728\u8FDB\u9636\u8BBE\u7F6E\u91CC\u542F\u7528\u4E86\u7FFB\u8BD1\u9875\u9762\u5168\u90E8\u533A\u57DF\u540E\uFF0C\u4F60\u53EF\u4EE5\u4F7F\u7528\u8FD9\u4E2A\u5FEB\u6377\u952E\u6765\u4E13\u95E8\u7FFB\u8BD1\u9875\u9762\u7684\u4E3B\u8981\u533A\u57DF","desc.toggleTranslateTheWholePage":"\u7FFB\u8BD1\u9875\u9762\u5168\u90E8\u533A\u57DF\uFF0C\u9ED8\u8BA4\u60C5\u51B5\u4E0B\uFF0C\u6211\u4EEC\u4F1A\u7FFB\u8BD1\u9875\u9762\u7684\u4E3B\u8981\u533A\u57DF\uFF0C\u4F60\u53EF\u4EE5\u4F7F\u7528\u8FD9\u4E2A\u5FEB\u6377\u952E\u6765\u4E13\u95E8\u7FFB\u8BD1\u9875\u9762\u7684\u5168\u90E8\u533A\u57DF","browser.toggleTranslationMask":"\u5207\u6362\u5F53\u524D\u9875\u9762\u8BD1\u6587\u4E3A\u6A21\u7CCA\u6548\u679C\uFF08\u5B66\u4E60\u6A21\u5F0F\uFF09","desc.interfaceLanguage":"\u754C\u9762\u8BED\u8A00\u8BBE\u7F6E\u5F71\u54CD\u63A7\u5236\u9762\u677F\u7684\u663E\u793A\u8BED\u8A00\uFF0C\u548C\u7FFB\u8BD1\u7684\u76EE\u6807\u8BED\u8A00\u65E0\u5173",mouseHoverHoldKey:"\u60AC\u505C\u7FFB\u8BD1\u89E6\u53D1\u952E",clickToSeeQuickDemo:"30 \u79D2\u5FEB\u901F\u6559\u5B66\u89C6\u9891",shortcutDisableTooltip:"\u8BF7\u5728\u6D4F\u89C8\u5668\u63D0\u4F9B\u7684\u6269\u5C55\u5FEB\u6377\u952E\u7BA1\u7406\u9875\u9762\u8FDB\u884C\u8BBE\u7F6E\uFF0C\u66F4\u591A\u6307\u5F15\u8BF7\u67E5\u770B\u672C\u9875\u9762\u6700\u4E0A\u65B9\u7684\u8BF4\u660E",floatBallOptions:"\u60AC\u6D6E\u7403","subtitle.autoEnableSubtitle":"\u81EA\u52A8\u5F00\u542F\u53CC\u8BED\u5B57\u5E55","floatBall.longPress":"\u957F\u6309\u53EF\u5FEB\u901F\u6253\u5F00\u8BBE\u7F6E\u9762\u677F\u54E6",notLoginPro:"\u60A8\u8FD8\u672A\u767B\u5F55\u60A8\u7684\u4F1A\u5458\u8D26\u6237",upgradeToProErrorTitle:"\u8BF7\u5347\u7EA7\u4E3A Pro \u4F1A\u5458\u518D\u4F7F\u7528\u8BE5\u7FFB\u8BD1\u670D\u52A1",loggedIn:"\u5DF2\u767B\u5F55",translationOnlyMode:"\u4EC5\u8BD1\u6587\u6A21\u5F0F",translationOnlyModeDescription:"\u4EC5\u8BD1\u6587\u6A21\u5F0F\u6307\u7684\u662F\u53EA\u663E\u793A\u8BD1\u6587\uFF0C\u800C\u4E0D\u662F\u9ED8\u8BA4\u7684\u53CC\u8BED\u6A21\u5F0F\u3002\u6CE8\u610F\uFF1A\u7531\u4E8E\u6280\u672F\u7684\u9650\u5236\u95EE\u9898\uFF0C\u5728\u4EC5\u8BD1\u6587\u6A21\u5F0F\u4E0B\uFF0C\u539F\u6587\u7684\u8D85\u94FE\u63A5\u5C06\u4F1A\u5931\u6548","description.baiduField":"\u652F\u6301\u7684\u9886\u57DF\u89C1<1>\u8FD9\u91CC\uFF0C\u4E3A\u7A7A\u5219\u8868\u793A\u4E0D\u6307\u5B9A\u9886\u57DF",temprarilyChangeTranslationTo_openai:"\u6B63\u5728\u4F7F\u7528 OpenAI \u7FFB\u8BD1\u5F53\u524D\u9875\u9762",temprarilyChangeTranslationTo_google:"\u6B63\u5728\u4F7F\u7528 Google \u7FFB\u8BD1\u5F53\u524D\u9875\u9762",temprarilyChangeTranslationTo_bing:"\u6B63\u5728\u4F7F\u7528\u5FAE\u8F6F\u7FFB\u8BD1\u5F53\u524D\u9875\u9762",temprarilyChangeTranslationTo_gemini:"\u6B63\u5728\u4F7F\u7528 Gemini \u7FFB\u8BD1\u5F53\u524D\u9875\u9762",temprarilyChangeTranslationTo_transmart:"\u6B63\u5728\u4F7F\u7528\u817E\u8BAF\u7FFB\u8BD1\u5F53\u524D\u9875\u9762",temprarilyChangeTranslationTo_deepl:"\u6B63\u5728\u4F7F\u7528 DeepL \u7FFB\u8BD1\u5F53\u524D\u9875\u9762","widget.translateFile":"PDF/ePub","widget.videoSubtitle":"\u89C6\u9891\u5B57\u5E55","widget.instruction":"\u4F7F\u7528\u8BF4\u660E",buildSnapshots:"\u751F\u6210\u7F51\u9875\u5FEB\u7167","widget.videoSubtitleTooltip":"\u652F\u6301 Youtube \u7B49 {count}+ \u89C6\u9891\u7F51\u7AD9","widget.instructionTooltip":"\u67E5\u770B\u4F7F\u7528\u8BF4\u660E",alwaysTranslateSomeLanguage:"\u603B\u662F\u7FFB\u8BD1{language}\u9875\u9762",alwaysTranslateThisSite:"\u603B\u662F\u7FFB\u8BD1\u8BE5\u7F51\u7AD9",neverTranslateThisSite:"\u6C38\u4E0D\u7FFB\u8BD1\u8BE5\u7F51\u7AD9",touchShortcutsToggleTranslatePage:"\u8BBE\u7F6E\u89E6\u5C4F\u624B\u52BF\u6765\u7FFB\u8BD1\u7F51\u9875/\u663E\u793A\u539F\u6587","desc.touchShortcutsToggleTranslatePage":"\u8BBE\u7F6E\u540E\uFF0C\u5728\u79FB\u52A8\u8BBE\u5907\u65F6\uFF0C\u53EF\u4EE5\u540C\u65F6\u7528 X \u4E2A\u624B\u6307\u89E6\u6478\u5C4F\u5E55\u3001\u5DE6\u53F3\u6ED1\u52A8\u6216\u8FDE\u7EED\u70B9\u51FB\uFF0C\u89E6\u53D1\u7FFB\u8BD1\u7F51\u9875/\u663E\u793A\u539F\u6587",touchShortcutsToggleTranslationMask:"\u8BBE\u7F6E\u89E6\u5C4F\u624B\u52BF\u663E\u793A\u7FFB\u8BD1\u906E\u7F69/\u663E\u793A\u539F\u6587","desc.touchShortcutsToggleTranslationMask":"\u7FFB\u8BD1\u906E\u7F69\u662F\u6307\u8BD1\u6587\u6837\u5F0F\u91CC\u7684\u6A21\u7CCA\u6548\u679C\uFF08\u5B66\u4E60\u6A21\u5F0F\uFF09\uFF0C\u5F00\u542F\u540E\u4E34\u65F6\u5BF9\u8BD1\u6587\u4F7F\u7528\u6A21\u7CCA\u6548\u679C\uFF0C\u65B9\u4FBF\u5B66\u4E60",touchShortcutsToggleTranslateTouchElement:"\u8BBE\u7F6E\u89E6\u5C4F\u624B\u52BF\u7FFB\u8BD1\u6307\u5B9A\u6BB5\u843D","desc.touchShortcutsToggleTranslateTouchElement":"\u81EA\u5B9A\u4E49\u4E00\u4E2A\u624B\u52BF\uFF0C\u5373\u53EF\u7FFB\u8BD1\u60A8\u6240\u5728\u7684\u4EFB\u4F55\u6BB5\u843D",touchShortcutsOff:"\u5173\u95ED","fingers.2":"\u53CC\u6307\u89E6\u6478","fingers.3":"\u4E09\u6307\u89E6\u6478","fingers.4":"\u56DB\u6307\u89E6\u6478","fingers.5":"\u4E94\u6307\u89E6\u6478","multipleClick.2":"\u53CC\u51FB","multipleClick.3":"\u4E09\u8FDE\u51FB","multipleClick.4":"\u56DB\u8FDE\u51FB","slide.left":"\u5411\u53F3\u6ED1\u52A8","slide.right":"\u5411\u5DE6\u6ED1\u52A8",contact:"\u8054\u7CFB\u6211\u4EEC","contact.description":"\u5982\u679C\u60A8\u6709\u4EFB\u4F55\u95EE\u9898\u6216\u5EFA\u8BAE\uFF0C\u6B22\u8FCE\u586B\u5199\u4E0B\u65B9\u8868\u5355\u8054\u7CFB\u6211\u4EEC\uFF0C\u6216\u8005\u53D1\u9001\u90AE\u4EF6\u81F3 {email}\uFF0C\u6211\u4EEC\u4F1A\u5C3D\u5FEB\u56DE\u590D\u60A8\u3002","font.none":"\u65E0","font.Microsoft YaHei":"\u5FAE\u8F6F\u96C5\u9ED1","font.SimSun":"\u5B8B\u4F53","font.NSimSun":"\u65B0\u5B8B\u4F53","font.Microsoft JhengHei":"\u5FAE\u8F6F\u6B63\u9ED1\u4F53","font.KaiTi":"\u6977\u4F53","font.FangSong":"\u4EFF\u5B8B","font.PingFang SC":"\u82F9\u65B9","font.STHeiti":"\u534E\u6587\u9ED1\u4F53","font.STKaiti":"\u534E\u6587\u6977\u4F53","font.STSong":"\u534E\u6587\u5B8B\u4F53","font.STFangsong":"\u534E\u6587\u4EFF\u5B8B","font.STZhongsong":"\u534E\u6587\u4E2D\u5B8B","font.STHupo":"\u534E\u6587\u7425\u73C0","font.STXinwei":"\u534E\u6587\u65B0\u9B4F","font.STLiti":"\u534E\u6587\u96B6\u4E66","font.STXingkai":"\u534E\u6587\u884C\u6977","font.Hiragino Sans GB":"\u51AC\u9752\u9ED1\u4F53","font.Lantinghei SC":"\u5170\u4EAD\u9ED1","font.Hanzipen SC":"\u6C49\u4EEA\u7FE9\u7FE9\u4F53","font.Hannotate SC":"\u6C49\u4EEA\u6CE8\u9ED1","font.Songti SC":"\u5B8B\u4F53","font.Wawati SC":"\u5A03\u5A03\u4F53","font.Weibei SC":"\u9B4F\u7891","font.Xingkai SC":"\u884C\u6977","font.Yapi SC":"\u96C5\u75DE","font.Yuanti SC":"\u5706\u4F53","browser.toggleVideoSubtitlePreTranslation":"\u5207\u6362\u53CC\u8BED\u5B57\u5E55\u4F18\u5148\u4F7F\u7528\u6C89\u6D78\u5F0F\u7FFB\u8BD1\u8BBE\u7F6E","desc.toggleVideoSubtitlePreTranslation":"\u6309\u4E0B\u540E\uFF0C\u89C6\u9891\u53CC\u8BED\u5B57\u5E55\u4F1A\u4F18\u5148\u4F7F\u7528\u6C89\u6D78\u5F0F\u7FFB\u8BD1\u7684\u8BBE\u7F6E\uFF0C\u518D\u6B21\u6309\u4E0B\u4F1A\u4F18\u5148\u4F7F\u7528\u539F\u89C6\u9891\u81EA\u5E26\u7684\u673A\u7FFB\u5B57\u5E55\uFF0C\u6CE8\u610F\uFF1A\u8BE5\u5FEB\u6377\u65B9\u5F0F\u4FEE\u6539\u7684\u662F\u5168\u5C40\u8BBE\u7F6E",videoSubtitlePreTranslationOn:"\u89C6\u9891\u5B57\u5E55\u5C06\u4F18\u5148\u4F7F\u7528\u6C89\u6D78\u5F0F\u7FFB\u8BD1",videoSubtitlePreTranslationOff:"\u89C6\u9891\u5B57\u5E55\u5C06\u4F18\u5148\u4F7F\u7528\u539F\u89C6\u9891\u81EA\u5E26\u7684\u673A\u7FFB\u5B57\u5E55",translationFont:"\u8BBE\u7F6E\u5B57\u4F53","translationFont.custom":"\u8F93\u5165\u81EA\u5B9A\u4E49\u5B57\u4F53","translationFont.customPlaceholder":"\u5B57\u4F53","translationFont.notSupportErrorMessage":"\u8BF7\u68C0\u67E5\u60A8\u8F93\u5165\u7684\u5B57\u4F53\u540D\u79F0\u662F\u5426\u6B63\u786E\uFF0C\u6216\u786E\u8BA4\u8BE5\u5B57\u4F53\u5DF2\u5728\u60A8\u7684\u8BBE\u5907\u4E0A\u5B89\u88C5\u3002","touch.mouse-translate":"\u7FFB\u8BD1\u6307\u5B9A\u6BB5\u843D","translationServices.inherit":"\u8DDF\u968F\u4E3B\u7FFB\u8BD1\u670D\u52A1","error.serveConfigError":"\u670D\u52A1\u914D\u7F6E\u9519\u8BEF","error.reloadPageOfSetting":"\u914D\u7F6E\u540E\uFF0C\u8BF7\u5237\u65B0\u9875\u9762\u518D\u6B21\u7FFB\u8BD1\u3002","error.googleLimitIp":"\u670D\u52A1\u8FD4\u56DE\u9519\u8BEF\uFF0C\u8C37\u6B4C\u670D\u52A1\u5DF2\u5BF9\u8BE5IP\u5730\u5740\u8FDB\u884C\u9650\u6D41\uFF0C\u5EFA\u8BAE\u60A8\u66F4\u6362\u7F51\u7EDC\u8282\u70B9\u3002","error.openAIFreeLimit":"\u670D\u52A1\u8FD4\u56DE\u9519\u8BEF\uFF0C\u5F53\u524D\u7684\u7FFB\u8BD1\u8BF7\u6C42\u9891\u7387\u5DF2\u8FBE\u5230\u6BCF\u5206\u949F\u6700\u591A 3 \u6B21\u7684\u4E0A\u9650\uFF0C\u8BF7\u7A0D\u540E\u518D\u8BD5\u3002\uFF08\u8FD9\u662F OpenAI \u5B98\u65B9\u5BF9\u514D\u8D39 API Key \u7684\u9650\u5236\uFF0C\u82E5\u8981\u89E3\u9664\u6B64\u9650\u5236\uFF0C\u8BF7\u5728 OpenAI \u540E\u53F0\u7ED1\u5B9A\u4FE1\u7528\u5361\u3002\uFF09","error.openAIExceededQuota":"\u670D\u52A1\u8FD4\u56DE\u9519\u8BEF\uFF1A\u4F60\u5F53\u524D\u7684 OpenAI \u8D26\u6237\u4F59\u989D\u4E0D\u8DB3\uFF0C\u8BF7\u5728 OpenAI \u5B98\u65B9\u540E\u53F0\u8FDB\u884C\u5145\u503C\u6216\u8005\u7ED1\u5B9A\u4FE1\u7528\u5361\u3002","error.429":"\u670D\u52A1\u8FD4\u56DE\u9519\u8BEF\uFF0C\u8BF4\u660E\u8BF7\u6C42\u8FC7\u4E8E\u9891\u7E41\u6216\u8D85\u51FA\u989D\u5EA6\u9650\u5236\uFF0C\u8BF7\u7A0D\u540E\u518D\u8BD5\u3002","error.403":"\u670D\u52A1\u8FD4\u56DE\u9519\u8BEF\uFF0C \u6682\u65F6\u6CA1\u6709\u6743\u9650\u8BBF\u95EE\u8BE5\u670D\u52A1\u3002 ","error.400":"\u670D\u52A1\u8FD4\u56DE\u9519\u8BEF\uFF0C \u8BF7\u6C42\u53C2\u6570\u9519\u8BEF\uFF0C\u8BF7\u68C0\u67E5\u76F8\u5E94\u914D\u7F6E\u3002","error.502":"\u670D\u52A1\u8FD4\u56DE\u9519\u8BEF\uFF0C \u670D\u52A1\u8D85\u65F6\uFF0C\u8BF7\u7A0D\u540E\u518D\u8BD5\u3002 ","error.proTokenInvalid":"\u82E5\u60A8\u662FPro\u7528\u6237\uFF0C\u8BF7\u767B\u9646\u540E\u518D\u4F7F\u7528Pro\u7FFB\u8BD1\u670D\u52A1 ","error.proUpgrade":"\u5347\u7EA7\u540E\uFF0C\u8BF7\u5237\u65B0\u9875\u9762\u518D\u6B21\u7FFB\u8BD1\u3002","error.configError":"\u914D\u7F6E\u6570\u636E\u5F02\u5E38","error.goReset":"\u53BB\u91CD\u7F6E",batchEdit:"\u6279\u91CF\u64CD\u4F5C","translationModeLang.translation.title":"\u4EC5\u8BD1\u6587\u6A21\u5F0F\u7684\u8BED\u8A00","translationModeLang.translation.description":"\u5F53\u9875\u9762\u8BED\u8A00\u4E3A\u4E0B\u5217\u8BED\u8A00\u65F6\uFF0C\u4F1A\u81EA\u52A8\u4F7F\u7528\u4EC5\u8BD1\u6587\u6A21\u5F0F","translationModeUrl.translation.title":"\u4EC5\u8BD1\u6587\u6A21\u5F0F\u7684\u7F51\u5740","translationModeUrl.translation.description":"\u5F53\u7F51\u7AD9\u4E3A\u4E0B\u5217\u57DF\u540D\u65F6\uFF0C\u4F1A\u81EA\u52A8\u4F7F\u7528\u4EC5\u8BD1\u6587\u6A21\u5F0F","browser.toggleOnlyTransation":"\u5207\u6362\u53CC\u8BED/\u4EC5\u8BD1\u6587\u6A21\u5F0F","desc.toggleOnlyTransation":"\u4EC5\u8BD1\u6587\u6A21\u5F0F\u6307\u7684\u662F\u53EA\u663E\u793A\u8BD1\u6587\uFF0C\u5982\u679C\u7F51\u9875\u8FD8\u6CA1\u6709\u7FFB\u8BD1\u7684\u8BDD\uFF0C\u5C06\u4F1A\u5207\u6362\u6A21\u5F0F\u5E76\u7FFB\u8BD1",touchShortcutsToggleTranslatePageOnlyTranslation:"\u8BBE\u7F6E\u89E6\u5C4F\u624B\u52BF\u5207\u6362\u53CC\u8BED/\u4EC5\u8BD1\u6587\u6A21\u5F0F","desc.touchShortcutsToggleTranslatePageOnlyTranslation":"\u4EC5\u8BD1\u6587\u6307\u7684\u662F\u53EA\u663E\u793A\u8BD1\u6587\uFF0C\u5982\u679C\u7F51\u9875\u8FD8\u6CA1\u6709\u7FFB\u8BD1\u7684\u8BDD\uFF0C\u5C06\u4F1A\u5207\u6362\u6A21\u5F0F\u5E76\u7FFB\u8BD1",download_started:"\u4E0B\u8F7D\u5DF2\u7ECF\u5F00\u59CB\uFF0C\u5982\u679C\u6CA1\u6709\u81EA\u52A8\u4E0B\u8F7D\uFF0C\u8BF7\u624B\u52A8\u70B9\u51FB",here:"\u8FD9\u91CC",detectServiceLoading:"\u6B63\u5728\u68C0\u6D4B\u53EF\u7528\u7684\u7FFB\u8BD1\u670D\u52A1...",toggleToService:"\u5207\u6362\u5230{service}\u5E76\u91CD\u8BD5","error.gemini.429":"\u5F53\u524D Gemini \u670D\u52A1\u5F53\u524D\u627F\u8F7D\u80FD\u529B\u5DF2\u8FBE\u4E0A\u9650\uFF0C\u8BF7\u60A8\u7A0D\u540E\u518D\u8BD5\uFF0C\u6216\u8005\u5207\u6362\u5230\u5176\u4ED6\u7FFB\u8BD1\u670D\u52A1\u3002",enableSentryReport:"\u5F53\u6269\u5C55\u53D1\u751F\u9519\u8BEF\u65F6\uFF0C\u4F7F\u7528 Sentry \u63D0\u4EA4\u53CD\u9988","error.subscriptionExpired":"\u60A8\u7684\u4F1A\u5458\u53EF\u80FD\u5DF2\u8FC7\u671F\uFF0C\u8BF7\u68C0\u67E5\u60A8\u7684\u4F1A\u5458\u72B6\u6001","error.subscriptionExpiredTitle":"\u4F1A\u5458\u5DF2\u8FC7\u671F","languages.auto":"\u81EA\u52A8\u68C0\u6D4B","error.serveUnavailable":"\u60A8\u5F53\u524D\u6240\u4F7F\u7528\u7684 [{serverName}] \u670D\u52A1\u56E0\u7F51\u7EDC\u8FDE\u63A5\u6216\u670D\u52A1\u63D0\u4F9B\u5546\u7684\u95EE\u9898\u6682\u65F6\u65E0\u6CD5\u8BBF\u95EE\u3002\u5EFA\u8BAE\u60A8\u5C1D\u8BD5\u5237\u65B0\u9875\u9762\u6216\u901A\u8FC7<1>\u8BBE\u7F6E\u66F4\u6362\u5176\u4ED6\u7FFB\u8BD1\u670D\u52A1\u3002\u82E5\u60A8\u662F<2>Pro\u4F1A\u5458\uFF0C\u53EF\u4EE5\u9009\u62E9\u4F7F\u7528\u66F4\u4E3A\u7A33\u5B9A\u7684 DeepL \u6216 OpenAI \u7FFB\u8BD1\u670D\u52A1\uFF08<3>\u70B9\u6B64\u514D\u8D39\u4F53\u9A8C\uFF09\u3002 \u53E6\u5916\uFF0C\u60A8\u4E5F\u53EF\u80FD\u9700\u8981\u68C0\u67E5\u60A8\u7684\u7F51\u7EDC\u6216\u4EE3\u7406\u8BBE\u7F6E\u3002","floatBall.setting":"\u8BBE\u7F6E","floatBall.translateToLanguage":"\u70B9\u51FB\u7FFB\u8BD1\u4E3A{language}",changeToOnlyTranslationMode:"\u5207\u6362\u9ED8\u8BA4\u8BD1\u6587\u6A21\u5F0F\u4E3A\u4EC5\u663E\u793A\u8BD1\u6587",changeToDualTranslationMode:"\u5207\u6362\u9ED8\u8BA4\u8BD1\u6587\u6A21\u5F0F\u4E3A\u53CC\u8BED\u5BF9\u7167",changeToOnlyTempTranslationMode:`\u5F53\u524D\u4E3A\u53CC\u8BED\u5BF9\u7167 \u70B9\u51FB\u5207\u6362\u4E3A\u4EC5\u8BD1\u6587`,changeToDualTempTranslationMode:`\u5F53\u524D\u4E3A\u4EC5\u8BD1\u6587 \u70B9\u51FB\u5207\u6362\u4E3A\u53CC\u8BED\u5BF9\u7167`,"subtitle.transitionMode":"\u89C6\u9891\u5B57\u5E55\u53CC\u8BED/\u4EC5\u8BD1\u6587\u8BBE\u7F6E","subtitle.transitionModeDescription":"\u8BBE\u7F6E\u89C6\u9891\u5B57\u5E55\u4E3A\u53CC\u8BED\u5BF9\u7167\u6216\u4EC5\u8BD1\u6587\u6A21\u5F0F","transitionMode.inherit":"\u548C\u7CFB\u7EDF\u7684\u9ED8\u8BA4\u8BD1\u6587\u663E\u793A\u6A21\u5F0F\u4FDD\u6301\u4E00\u81F4","transitionMode.translation":"\u4EC5\u8BD1\u6587","transitionMode.dual":"\u53CC\u8BED\u5BF9\u7167","options.navbar.translateFile":"\u7FFB\u8BD1\u6587\u6863","options.navbar.installApp":"\u5B89\u88C5\u624B\u673A APP","subtitle.showQuickButtonDescription":"\u5728\u89C6\u9891\u64AD\u653E\u5668\u53F3\u4E0B\u89D2\u63D0\u4F9B\u542F\u7528\u53CC\u8BED\u5B57\u5E55\u7684\u5FEB\u6377\u65B9\u5F0F",translateFileTooltip:`\u7FFB\u8BD1 PDF\u3001ePub\u3001srt\u3001 @@ -4952,7 +4952,7 @@ ass\u3001HTML\u3001TXT\u6587\u4EF6`,"subtitle.quickButton.setting":"\u8BBE\u7F6E {env.imt_sub_trans_field}: \u8BD1\u6587 - id: 2 {env.imt_sub_source_field}: Source - {env.imt_sub_trans_field}: \u8BD1\u6587`,"browser.PdfProFile":"AI \u9A71\u52A8\u7684 PDF Pro \u7FFB\u8BD1","browser.textTranslate":"\u6587\u672C\u7FFB\u8BD1"};var dh={nologin:"\u672A\u767B\u9304",loginForSafari:"\u767B\u5165\u6216\u8A3B\u518A",login:"\u767B\u9304",goLogin:"\u53BB\u767B\u9304",manageAccount:"\u7BA1\u7406\u8CEC\u6236",openPremium:"\u958B\u901A\u6703\u54E1",logout:"\u9000\u51FA",curentPlan:"\u7576\u524D\u5957\u9910",endAt:"\u5230\u671F",endAuto:"\u81EA\u52D5\u7E8C\u671F",lineBreakMaxTextCount:"\u63DB\u884C\u5F8C\uFF0C\u6BCF\u53E5\u8A71\u5141\u8A31\u7684\u6700\u5927\u5B57\u5143\u6578\u91CF","translate-pdf":"\u9EDE\u9078\u7FFB\u8B6F PDF","noSupportTranslate-pdf":"\u8173\u672C\u4E0D\u652F\u63F4\uFF0C\u8ACB\u4F7F\u7528\u64F4\u5145\u5957\u4EF6","translate-firefox-local-pdf":"\u9EDE\u64CA\u53BB\u5C0E\u5165PDF",enableLineBreak:"\u958B\u555F\u9577\u6BB5\u843D\u81EA\u52D5\u63DB\u884C",sponsorLabel:"$1 \u8D77\u8D0A\u52A9\u958B\u767C\u8005 (\u6708\u4ED8\u6216\u50C5\u8D0A\u52A9\u4E00\u6B21\u5747\u53EF)",help:"\u8AAA\u660E",enableLineBreakDescription:"\u555F\u7528\u5F8C\uFF0C\u5C07\u6703\u5728\u9577\u6BB5\u843D\u4E2D\u6BCF\u53E5\u8A71\u7D50\u675F\u63D2\u5165\u63DB\u884C\u5B57\u5143\uFF0C\u4EE5\u4FBF\u65BC\u95B1\u8B80","browser.shortBrandName":"\u6C89\u6D78\u5F0F\u7FFB\u8B6F","browser.brandName":"\u6C88\u6D78\u5F0F\u7FFB\u8B6F - \u7DB2\u9801\u7FFB\u8B6F\u64F4\u5145 | PDF\u7FFB\u8B6F | \u514D\u8CBB","browser.brandDescription":"\u3010\u6C88\u6D78\u5F0F\u7FFB\u8B6F\u3011\u4E00\u6B3E\u514D\u8CBB\u7684\uFF08\u539F\u6587/\u8B6F\u6587\uFF09\u96D9\u8A9E\u5C0D\u7167\u7DB2\u9801\u7FFB\u8B6F\u64F4\u5145\uFF0C\u540C\u6642\u652F\u6301PDF\u7FFB\u8B6F\uFF08\u4FDD\u7559\u539F\u6587\u6A94\u6392\u7248\uFF09\uFF0C\u8996\u983B\u96D9\u8A9E\u5B57\u5E55\u7FFB\u8B6F\uFF08Youtube, Netflix\u7B49\uFF09\uFF0CEPUB\u96FB\u5B50\u66F8\u7FFB\u8B6F\u7B49\uFF1B\u652F\u6301\u8ABF\u7528\u4EBA\u5DE5\u667A\u80FDAI\u7FFB\u8B6F\u5927\u6A21\u578B\uFF08OpenAI (ChatGPT)\u3001DeepL\u3001Gemini(Bard) \u7B49 \uFF09\u5C0D\u4EE5\u4E0A\u5167\u5BB9\u9032\u884C\u66F4\u6E96\u78BA\u7684\u7FFB\u8B6F\uFF1B","browser.toggleTranslatePage":"\u7FFB\u8B6F\u7DB2\u9801/\u986F\u793A\u539F\u6587","browser.toggleTranslateTheWholePage":"\u7FFB\u8B6F\u9801\u9762\u5168\u90E8\u5340\u57DF/\u986F\u793A\u539F\u6587","browser.toggleTranslateToThePageEndImmediately":"\u7ACB\u5373\u7FFB\u8B6F\u5230\u9801\u9762\u5E95\u90E8/\u986F\u793A\u539F\u6587","browser.toggleTranslateTheMainPage":"\u7FFB\u8B6F\u9801\u9762\u4E3B\u8981\u5340\u57DF/\u986F\u793A\u539F\u6587","browser.shareToDraft":"\u751F\u6210\u7DB2\u9801\u5FEB\u7167","browser.openOptionsPage":"\u958B\u555F\u8A2D\u5B9A\u9801\u9762","browser.translateLocalPdfFile":"\u7FFB\u8B6F\u672C\u6A5F PDF \u6A94\u6848","browser.openEbookViewer":"\u95B1\u8B80\u672C\u6A5F\u96FB\u5B50\u66F8","browser.openEbookBuilder":"\u88FD\u4F5C\u96D9\u8A9E EPUB \u96FB\u5B50\u66F8","browser.translateLocalHtmlFile":"\u7FFB\u8B6F HTML/txt \u6A94\u6848","browser.donateContext":"\u4E86\u89E3\u8D0A\u52A9\u798F\u5229","browser.translateLocalSubtitleFile":"\u7FFB\u8B6F\u5B57\u5E55\u6A94\u6848",confirmResetConfig:"\u4F60\u78BA\u5B9A\u8981\u91CD\u8A2D\u8A2D\u5B9A\u55CE\uFF1F",translationLineBreakSettingTitle:"\u8B6F\u6587\u63DB\u884C\u8A2D\u5B9A",smartLineBreak:"\u667A\u6167\u63DB\u884C",alwaysLineBreak:"\u7E3D\u662F\u63DB\u884C",isShowContextMenu:"\u5C07\u7DB2\u9801\u7FFB\u8B6F\u529F\u80FD\u52A0\u5165\u53F3\u9375\u9078\u55AE",toggleBeta:"\u958B\u555F Beta \u6E2C\u8A66\u529F\u80FD",betaDescription:"\u555F\u7528\u4ECD\u5728\u5BE6\u9A57\u7684\u529F\u80FD\u4EE5\u53CA\u6E2C\u8A66\u4E2D\u7684\u7FFB\u8B6F\u670D\u52D9\u3002\u52A0\u5165 <1>Telegram \u7FA4\u7D44\u4E86\u89E3\u66F4\u591A\u3002",translationLineBreakSettingDescription:"\u7E3D\u662F\u63DB\u884C\u9069\u7528\u65BC\u8F03\u5C11\u5167\u5BB9\u7684\u7248\u9762\uFF0C\u66F4\u6574\u9F4A\u3002(\u5728\u5167\u5BB9\u8F03\u591A\u7684\u9577\u6BB5\u843D(\u8D85\u904E {count} \u500B\u5B57\u5143) \u4F7F\u7528\u667A\u6167\u63DB\u884C\u6703\u66F4\u7701\u7A7A\u9593)",tempTranslateDomainTitle:"\u81E8\u6642\u958B\u555F\u7DB2\u7AD9\u7FFB\u8B6F\u7684\u6642\u9577",tempTranslateDomainDescription:"\u7576\u624B\u52D5\u7FFB\u8B6F\u67D0\u500B\u7DB2\u9801\u7684\u6642\u5019\uFF0C\u81E8\u6642\u958B\u555F\u8A72\u7DB2\u7AD9\u70BA\u81EA\u52D5\u7FFB\u8B6F",xMinutes:"{count} \u5206\u9418",disabled:"\u505C\u7528",changelog:"\u66F4\u65B0\u8A18\u9304",toggleTranslatePageWhenThreeFingersOnTheScreen:"\u591A\u6307\u540C\u6642\u89F8\u6478\u87A2\u5E55\u5247\u7FFB\u8B6F\u7DB2\u9801/\u986F\u793A\u539F\u6587",toggleTranslationMaskWhenThreeFingersOnTheScreen:"\u591A\u6307\u540C\u6642\u89F8\u6478\u5247\u986F\u793A/\u96B1\u85CF\u8B6F\u6587\u6A21\u7CCA\u6548\u679C",addUrlDescription:"\u53EF\u4EE5\u70BA\u7DB2\u57DF\u540D\u7A31\uFF0C\u540C\u6642\u652F\u63F4\u842C\u7528\u5B57\u5143\uFF0C\u5982\uFF1A*.google.com, google.com/mail/*, https://www.google.com/*",general:"\u57FA\u672C\u8A2D\u5B9A",clickToExpandConfig:"\u5C55\u958B\u76EE\u524D\u8A2D\u5B9A",import:"\u5F9E\u6A94\u6848\u532F\u5165",export:"\u532F\u51FA\u70BA\u6A94\u6848",toggleDebug:"\u5728\u4E3B\u63A7\u53F0\u986F\u793A\u5075\u932F\u8A18\u9304","fingers.0":"\u95DC\u9589",mouseHoldKey:"+ {key} \u7FFB\u8B6F/\u9084\u539F\u8A72\u6BB5",mouseHoldKeyAuto:"\u76F4\u63A5\u7FFB\u8B6F\u8A72\u6BB5",mouseHoldKeyOff:"\u4E0D\u505A\u4EFB\u4F55\u4E8B\u60C5",mouseHoldKeyOther:"\u81EA\u5B9A\u7FA9\u5FEB\u6377\u9375(\u6253\u958B\u8A2D\u7F6E)",mouseHoldKeyCustomKey:"{key} \u7FFB\u8B6F/\u9084\u539F\u8A72\u6BB5","mouse-translate":"\u9F20\u6A19\u6ED1\u904E",document:"\u8AAA\u660E\u6587\u4EF6",resetSuccess:"\u91CD\u8A2D\u6240\u6709\u8A2D\u5B9A\u6210\u529F",resetThisSuccess:"\u91CD\u8A2D\u6210\u529F",saved:"\u5132\u5B58\u6210\u529F",successImportConfig:"\u6210\u529F\u532F\u5165\u8A2D\u5B9A",goAdvancedSettings:"\u524D\u5F80\u9032\u968E\u8A2D\u5B9A\u9801\u9762",goAdvancedInterfaceSettings:"\u524D\u5F80\u81EA\u8A02\u8A2D\u5B9A\u9801\u9762",advanced:"\u9032\u968E\u8A2D\u5B9A",advancedDescription:"\u6B63\u5E38\u60C5\u6CC1\u7121\u9700\u8A2D\u5B9A\uFF0C\u4FDD\u6301\u9810\u8A2D\u5373\u53EF\u3002\u50C5\u91DD\u5C0D\u66F4\u5C08\u696D\u7684\u4F7F\u7528\u8005\uFF0C\u63D0\u4F9B\u66F4\u500B\u4EBA\u5316\u7684\u8A2D\u5B9A\u9805\u76EE\u3002",developer:"\u958B\u767C\u8005\u8A2D\u5B9A",donateCafe:"\u50F9\u683C","translate to the bottom of the page":"\u9032\u5165\u7DB2\u9801\u5F8C\uFF0C\u662F\u5426\u7ACB\u5373\u7FFB\u8B6F\u5230\u9801\u9762\u5E95\u90E8\uFF1F",feedback:"\u554F\u984C\u56DE\u5831",toggleTranslatePage:"\u7FFB\u8B6F\u7DB2\u9801/\u986F\u793A\u539F\u6587",translateToThePageEndImmediatelyDescription:"\u555F\u7528\u5F8C\uFF0C\u9032\u5165\u7DB2\u9801\u5C07\u7ACB\u5373\u7FFB\u8B6F\u5F9E\u9802\u90E8\u5230\u5E95\u90E8\u7684\u5167\u5BB9\u3002\u95DC\u9589\u5247\u908A\u770B\u908A\u8B6F\u3002\uFF08\u4E0D\u63A8\u85A6\u958B\u555F\uFF09","translate all areas of the page":"\u662F\u5426\u7FFB\u8B6F\u7DB2\u9801\u6240\u6709\u5340\u57DF",translationAreaDescription:"\u555F\u7528\u5F8C\uFF0C\u7DB2\u9801\u7684\u6240\u6709\u5340\u57DF\u90FD\u6703\u88AB\u7FFB\u8B6F\u3002\u95DC\u9589\u5247\u4F7F\u7528\u9810\u8A2D\u7684\u667A\u6167\u8FA8\u8B58\uFF0C\u50C5\u7FFB\u8B6F\u4E3B\u8981\u5340\u57DF\u3002(\u4E0D\u63A8\u85A6\u958B\u555F)","the number of characters to be translated first":"\u76F4\u63A5\u7FFB\u8B6F\u9801\u9762\u524D\u591A\u5C11\u500B\u5B57\u5143\uFF0C\u800C\u7121\u9700\u7B49\u5F85\u6372\u52D5\u81F3\u53EF\u898B\u5340\u57DF","interface language":"\u4ECB\u9762\u8A9E\u8A00","display both the original text and the translation":"\u540C\u6642\u986F\u793A\u539F\u6587\u548C\u8B6F\u6587","keyboard shortcuts":"\u9375\u76E4\u5FEB\u901F\u9375",modify:"\u8B8A\u66F4\u5FEB\u901F\u9375",reset:"\u91CD\u8A2D",close:"\u95DC\u9589",homepage:"\u9996\u9801",more:"\u66F4\u591A",moreOptions:"\u5C55\u958B\u66F4\u591A\u81EA\u8A02\u9078\u9805",translateTheWholePage:"\u7FFB\u8B6F\u9801\u9762\u5168\u90E8\u5340\u57DF\uFF08\u5340\u5206\u65BC\u53EA\u7FFB\u8B6F\u4E3B\u8981\u5340\u57DF\uFF09",changeToTranslateTheWholePage:"\u5207\u63DB\u70BA\u7FFB\u8B6F\u6240\u6709\u5340\u57DF",changeToTranslateTheMainPage:"\u5207\u63DB\u70BA\u7FFB\u8B6F\u4E3B\u8981\u5340\u57DF",translateToThePageEndImmediately:"\u7ACB\u5373\u7FFB\u8B6F\u5230\u5E95\u90E8\uFF08\u5340\u5206\u65BC\u770B\u54EA\u8B6F\u54EA\uFF09",translateTheMainPage:"\u667A\u6167\u7FFB\u8B6F\u4E3B\u8981\u5340\u57DF","The local rules are up to date":"\u672C\u6A5F\u898F\u5247\u5DF2\u70BA\u6700\u65B0\uFF1A","Successfully synchronized with the latest official rules:":"\u6210\u529F\u540C\u6B65\u6700\u65B0\u5B98\u65B9\u898F\u5247\uFF1A","Checking for updates":"\u6B63\u5728\u6AA2\u67E5\u66F4\u65B0","Rules are being synchronized":"\u6B63\u5728\u540C\u6B65\u5B98\u65B9\u898F\u5247",localVersionIsTooOld:"\u672C\u6A5F\u5957\u4EF6\u7248\u672C\u904E\u820A\uFF0C\u8ACB\u5347\u7D1A\u5957\u4EF6\u81F3 {minVersion} \u6216\u66F4\u65B0\u7684\u7248\u672C\u518D\u5617\u8A66\u540C\u6B65",badUserscriptBrowser:"\u76EE\u524D\u700F\u89BD\u5668\u7121\u6CD5\u6B63\u78BA\u5BE6\u73FE\u6CB9\u7334\u5957\u4EF6\u7684\u4ECB\u9762\uFF0C\u8ACB\u4F7F\u7528\u5176\u4ED6<1>\u652F\u63F4\u6CB9\u7334\u5957\u4EF6\u7684\u700F\u89BD\u5668\u5982(Firefox Nightly \u7248\u672C)",foundNewVersion:"\u6709\u65B0\u7248\u672C\u53EF\u7528",theLocalExtensionIsUpToUpdate:"\u76EE\u524D\u5957\u4EF6\u5DF2\u662F\u6700\u65B0\u7248\u672C",failToSyncRules:"\u540C\u6B65\u6700\u65B0\u5B98\u65B9\u898F\u5247\u5931\u6557",retry:"\u9EDE\u6B64\u91CD\u8A66",failedReason:"\u5931\u6557\u539F\u56E0",currentRuleVersion:"\u76EE\u524D\u898F\u5247\u7248\u672C",calculating:"\u6B63\u5728\u8A08\u7B97",unknownError:"\u672A\u77E5\u7684\u932F\u8AA4",canNotFetchRemoteRule:"\u7121\u6CD5\u53D6\u5F97\u9060\u7AEF\u898F\u5247",enableAlphaSuccess:"\u5DF2\u555F\u7528 Alpha \u529F\u80FD",disableAlphaSuccess:"\u5DF2\u505C\u7528 Alpha \u529F\u80FD",cacheSize:"\u5FEB\u53D6\u5927\u5C0F\uFF1A",cleaning:"\u6B63\u5728\u6E05\u7406",cleanCache:"\u6E05\u9664\u5FEB\u53D6",options:"\u9078\u9805",about:"\u95DC\u65BC",service:"\u7FFB\u8B6F\u670D\u52D9",needAction:"(\u524D\u5F80\u8A2D\u5B9A)",goSettings:"\u524D\u5F80\u8A2D\u5B9A",needActionForOptions:"(\u9700\u8A2D\u5B9A)",translationEngine:"\u5F15\u64CE\u9078\u9805",sourceLanguage:"\u539F\u6587\u8A9E\u8A00",target:"\u76EE\u6A19\u8A9E\u8A00",popupSourceLanguage:"\u539F\u6587\u8A9E\u8A00",popupTarget:"\u76EE\u6A19\u8A9E\u8A00",popupService:"\u7FFB\u8B6F\u670D\u52D9",forThisSite:"\u7576\u524D\u7DB2\u7AD9",autoEnableSubtitle:"\u81EA\u52D5\u958B\u555F\u96D9\u8A9E\u5B57\u5E55",alwaysTranslate:"\u7E3D\u662F\u7FFB\u8B6F",neverTranslate:"\u6C38\u4E0D\u7FFB\u8B6F",neverTranslateSomeLanguage:"\u6C38\u4E0D\u7FFB\u8B6F {language}",alwaysTranslateSomeSite:"\u7E3D\u662F\u7FFB\u8B6F {hostname}",neverTranslateSomeSite:"\u6C38\u4E0D\u7FFB\u8B6F {hostname}",alwaysTranslateSomeSiteOrWildSite:"\u7E3D\u662F\u7FFB\u8B6F\u7DB2\u7AD9",alwaysTranslateSomePage:"\u7E3D\u662F\u7FFB\u8B6F\u8A72\u7DB2\u9801",add:"\u65B0\u589E",default:"\u9810\u8A2D",forThisLanguage:"\u91DD\u5C0D\u8A72\u8A9E\u8A00\uFF1A","add url":"\u8F38\u5165 URL",edit:"\u7DE8\u8F2F",pickAll:"\u5168\u9078","translate other languages into specific language":"\u5C07\u5176\u5B83\u8A9E\u8A00\u7FFB\u8B6F\u70BA\u4F60\u8A2D\u5B9A\u7684\u8A9E\u8A00","select translation service":"\u9078\u64C7\u4F60\u60F3\u7528\u7684\u7FFB\u8B6F\u670D\u52D9",language:"\u8A9E\u8A00","show-original":"\u986F\u793A\u539F\u6587",translate:"\u7FFB\u8B6F",Translated:"\u5DF2\u7FFB\u8B6F",Translating:"\u6B63\u5728\u7FFB\u8B6F",Error:"\u932F\u8AA4",allowCacheTranslations:"\u555F\u7528\u672C\u6A5F\u7FFB\u8B6F\u5FEB\u53D6\uFF08\u6E1B\u5C11\u91CD\u8907\u6BB5\u843D\u7684\u7FFB\u8B6F\u8981\u6C42\uFF09","translation display":"\u8B6F\u6587\u986F\u793A\u6A23\u5F0F","select diplay style":"\u5340\u5206\u8B6F\u6587\u7684\u6A23\u5F0F\uFF0C\u5177\u9AD4\u53EF\u53C3\u8003\u4E0B\u5217\u7BC4\u4F8B",interface:"\u4ECB\u9762\u8A2D\u5B9A",import_export:"\u532F\u5165/\u532F\u51FA",import_export_title:"\u532F\u5165/\u532F\u51FA\u8A2D\u5B9A",syncToGoogleDrive:"\u7ACB\u5373\u8207 Google Drive \u540C\u6B65","floatBallOptions.enable":"\u555F\u7528\u61F8\u6D6E\u7403","floatBallOptions.blockUrls":"\u7981\u7528\u7DB2\u7AD9","floatBallOptions.add":"\u6DFB\u52A0","floatBallOptions.blockUrlDesc":"\u7576\u9047\u5230\u4EE5\u4E0B\u7DB2\u7AD9\u6642\u4E0D\u986F\u793A\u61F8\u6D6E\u7403","floatBallOptions.clickType":"\u9EDE\u64CA\u884C\u70BA","floatBallOptions.clickTypeDesc":"\u61F8\u6D6E\u7403\u5716\u6A19\u9EDE\u64CA\u6642\u7684\u884C\u70BA","floatBallOptions.clickPopup":"\u986F\u793A\u7FFB\u8B6F\u9762\u677F","floatBallOptions.clickTranslate":"\u7FFB\u8B6F/\u986F\u793A\u539F\u6587","floatBallOptions.fixedPosition":"\u56FA\u5B9A\u4F4D\u7F6E","floatBallOptions.fixedPositionDesc":"\u61F8\u6D6E\u7403\u5728\u7A97\u53E3\u5DE6\u5074\u9084\u662F\u53F3\u5074","floatBallOptions.fixedPositionLeft":"\u5DE6\u5074","floatBallOptions.fixedPositionRight":"\u53F3\u5074",previewAllThemes:"\u9810\u89BD\u5168\u90E8\u6A23\u5F0F","translationTheme.none":"\u7121","translationTheme.grey":"\u9ED1\u7070\u8272","translationTheme.dashed":"\u7834\u6298\u865F\u5E95\u7DDA","translationTheme.dotted":"\u9EDE\u72C0\u5E95\u7DDA","translationTheme.dashedBorder":"\u865B\u7DDA\u6846\u7DDA","translationTheme.solidBorder":"\u5BE6\u7DDA\u6846\u7DDA","translationTheme.underline":"\u76F4\u7DDA\u5E95\u7DDA","translationTheme.mask":"\u6A21\u7CCA\u6548\u679C\uFF08\u5B78\u7FD2\u6A21\u5F0F\uFF09","translationTheme.opacity":"\u900F\u660E\u6548\u679C","translationTheme.paper":"\u767D\u7D19\u9670\u5F71\u6548\u679C","translationTheme.dividingLine":"\u5206\u9694\u7DDA","translationTheme.highlight":"\u9192\u76EE\u63D0\u793A","translationTheme.marker":"\u99AC\u514B\u7B46","translationTheme.marker2":"\u99AC\u514B\u7B462","translationTheme.blockquote":"\u5F15\u7528\u6A23\u5F0F","translationTheme.weakening":"\u5F31\u5316","translationTheme.italic":"\u659C\u9AD4","translationTheme.bold":"\u7C97\u9AD4","translationTheme.thinDashed":"\u7D30\u7834\u6298\u865F\u5E95\u7DDA","translationTheme.nativeDashed":"\u7CFB\u7D71\u5167\u5EFA\u7834\u6298\u865F\u5E95\u7DDA","translationTheme.nativeDotted":"\u7CFB\u7D71\u5167\u5EFA\u9EDE\u72C0\u5E95\u7DDA","translationTheme.nativeUnderline":"\u7CFB\u7D71\u5167\u5EFA\u76F4\u7DDA\u5E95\u7DDA","translationTheme.wavy":"\u6CE2\u5F62\u66F2\u7DDA","translationServices.custom":"\u81EA\u5B9A\u7FA9API","translationServices.tencent":"\u9A30\u8A0A\u7FFB\u8B6F\u541B","translationServices.tenAlpha":"\u9A30\u8A0A\u7FFB\u8B6F\u541B(Alpha)","translationServices.google":"Google \u7FFB\u8B6F","translationServices.bai":"\u767E\u5EA6(Alpha)","translationServices.baidu":"\u767E\u5EA6\u7FFB\u8B6F","translationServices.aliyun":"\u963F\u91CC\u96F2\u7FFB\u8B6F","translationServices.volc":"\u706B\u5C71\u7FFB\u8B6F","translationServices.deeplx":"DeepLX(Beta)","translationServices.bing":"\u5FAE\u8F6F\u7FFB\u8B6F","translationServices.deepl":"DeepL","translationServices.wechat":"\u5FAE\u4FE1\u7FFB\u8B6F","translationServices.azure":"Azure \u7FFB\u8B6F","translationServices.ibm":"IBM Watson","translationServices.aws":"\u4E9E\u99AC\u905C\u7FFB\u8B6F","translationServices.mock":"\u6A21\u64EC\u7FFB\u8B6F","translationServices.mock2":"\u6A21\u64EC\u7FFB\u8B6F2","translationServices.caiyun":"\u5F69\u96F2\u5C0F\u8B6F","translationServices.cai":"\u5F69\u96F2\u5C0F\u8B6F (Alpha)","translationServices.volcAlpha":"\u706B\u5C71\u7FFB\u8B6F(Alpha)","translationServices.openl":"OpenL","translationServices.youdao":"\u6709\u9053\u7FFB\u8B6F","translationServices.you":"\u6709\u9053\u7FFB\u8B6F (Alpha)","translationServices.transmart":"\u9A30\u8A0A\u4EA4\u4E92\u7FFB\u8B6F","translationServices.niu":"\u5C0F\u725B\u7FFB\u8B6F","translationServices.papago":"Papago \u7FFB\u8B6F","translationServices.d":"Deepl(Alpha)","translationServices.dpro":"D Pro (Canary)","translationServices.openai":"OpenAI","translationServices.yandex":"Yandex","translationServices.chatgpt":"ChatGPT Web(3.5 mobile)","translate title":"\u7FFB\u8B6F\u9801\u9762\u6A19\u984C","always languages":"\u7E3D\u662F\u7FFB\u8B6F\u7684\u8A9E\u8A00",neverTranslateLanguagesLabel:"\u6C38\u4E0D\u7FFB\u8B6F\u7684\u8A9E\u8A00",neverTranslateTheFollowingLanguagesDescription:"\u7576\u9801\u9762\u4E2D\u67D0\u4E00\u6BB5\u843D\u7684\u8A9E\u8A00\u70BA\u4E0B\u5217\u8A9E\u8A00\u6642\uFF0C\u5C07\u8DF3\u904E\u7FFB\u8B6F",enableUserscriptPagePopup:"\u5728\u9801\u9762\u4E0A\u986F\u793A\u61F8\u6D6E\u7403",enableUserscriptPagePopupDescription:"\u95DC\u9589\u61F8\u6D6E\u7403\u5F8C\uFF0C\u53EF\u4EE5\u7528\u5FEB\u901F\u9375/{touch}\u518D\u6B21\u986F\u793A\u3002\u70BA\u9632\u6B62\u4E0D\u614E\u95DC\u9589\u8A72\u9078\u9805\u5F8C\u627E\u4E0D\u5230\u61F8\u6D6E\u7403\uFF0C\u5EFA\u8B70\u5C07\u672C\u8A2D\u5B9A\u9801\u9762\u52A0\u5165\u81F3\u6211\u7684\u6700\u611B","always translate the following languages":"\u7576\u9801\u9762\u8A9E\u8A00\u70BA\u4E0B\u5217\u8A9E\u8A00\u6642\uFF0C\u6703\u81EA\u52D5\u7FFB\u8B6F\u70BA\u76EE\u6A19\u8A9E\u8A00","always sites":"\u7E3D\u662F\u7FFB\u8B6F\u7684\u7DB2\u5740","always translate the following sites":"\u7576\u7DB2\u7AD9\u70BA\u4E0B\u5217\u7DB2\u57DF\u540D\u7A31\u6642\uFF0C\u6703\u81EA\u52D5\u7FFB\u8B6F\u70BA\u76EE\u6A19\u8A9E\u8A00","never sites":"\u6C38\u4E0D\u7FFB\u8B6F\u7684\u7DB2\u5740","never translate the following sites":"\u7576\u7DB2\u7AD9\u70BA\u4E0B\u5217\u7DB2\u57DF\u540D\u7A31\u6642\uFF0C\u5C07\u4E0D\u6703\u9032\u884C\u7FFB\u8B6F","please refer to":"\u9700\u8981\u586B\u5BEB\u91D1\u9470\u5F8C\u624D\u53EF\u4F7F\u7528\uFF0C\u8A73\u7D30\u8CC7\u8A0A\u8ACB\u53C3\u8003",KeyAndConfigurationTutorial:"\u300A\u91D1\u9470\u7533\u8ACB\u548C\u8A2D\u5B9A\u6559\u5B78\u300B",useAboveStyleForTheseSites:"\u7576\u7DB2\u7AD9\u70BA\u4E0B\u5217\u7DB2\u57DF\u540D\u7A31\u6642\uFF0C\u7E3D\u662F\u4F7F\u7528 \u2308{theme}\u230B \u8B6F\u6587\u6A23\u5F0F",currentUrl:"\u76EE\u524D\u7DB2\u5740",confirm:"\u5132\u5B58",cancel:"\u53D6\u6D88",delete:"\u522A\u9664","languages.auto":"\u81EA\u52D5\u5075\u6E2C",syncToCloud:"\u540C\u6B65\u81F3\u96F2\u7AEF",syncToCloudDescription:"\u4E0A\u50B3\u81F3\u96F2\u7AEF\u5F8C\uFF0C\u53EF\u4EE5\u5728\u4E0D\u540C\u7684\u700F\u89BD\u5668/\u6CB9\u7334\u8173\u672C\u4E4B\u9593\u540C\u6B65\u8A2D\u5B9A\uFF0C\u4EE5\u6700\u5F8C\u8B8A\u66F4\u6642\u9593\u70BA\u6E96\u3002",syncToAccount:"\u540C\u6B65\u5230\u8CEC\u6236",syncToAccountButton:"\u7ACB\u5373\u8207\u96F2\u7AEF\u540C\u6B65",syncToAccountDescription:"\u4E0A\u50B3\u5230\u5DF2\u767B\u9304\u8CEC\u6236\uFF0C\u53EF\u4EE5\u5728\u4E0D\u540C\u7684\u8A2D\u5099\u4E4B\u9593\u540C\u6B65\u914D\u7F6E\uFF0C\u4EE5\u6700\u5F8C\u4FEE\u6539\u6642\u9593\u70BA\u6E96\u3002",successSyncConfigInAccount:"\u6210\u529F\u8207\u8CEC\u6236\u4FDD\u6301\u540C\u6B65",successSyncConfigToAccount:"\u6210\u529F\u540C\u6B65\u5230\u8CEC\u6236",syncConfigNoUpdate:"\u5DF2\u7D93\u662F\u6700\u65B0\u7684\u4E86",authFail:"\u6388\u6B0A\u5931\u6557",syncTitle:"\u624B\u52D5\u5099\u4EFD\u7BA1\u7406",import_hint:"\u532F\u5165",upload:"\u4E0A\u50B3",revokeAuth:"\u64A4\u92B7\u6388\u6B0A",uploadFail:"\u4E0A\u50B3\u5931\u6557",download:"\u4E0B\u8F09",importSuccess:"\u532F\u5165\u6210\u529F",importFail:"\u532F\u5165\u5931\u6557",deleteFail:"\u522A\u9664\u5931\u6557",backupToCloud:"\u624B\u52D5\u7BA1\u7406\u5099\u4EFD\u6A94\u6848",create_new_backup:"\u65B0\u589E\u5099\u4EFD\u7BC0\u9EDE",maxBackupFiles:"\u6700\u591A\u53EF\u4EE5\u5099\u4EFD{count}\u500B\u4E0D\u540C\u7684\u7BC0\u9EDE\uFF0C\u8ACB\u522A\u9664\u4E0D\u9700\u8981\u7684\u7BC0\u9EDE",backupToCloudDescription:"\u624B\u52D5\u4E0A\u50B3\u6216\u9084\u539F\u5099\u4EFD\u6A94\u6848\uFF0C\u6700\u591A\u5141\u8A31 3 \u500B\u4E0D\u540C\u7684\u5099\u4EFD",successSyncConfig:"\u6210\u529F\u8207\u96F2\u7AEF\u4FDD\u6301\u540C\u6B65",syncFail:"\u540C\u6B65\u5931\u6557",updatedAt:"\u66F4\u65B0\u65BC {date}",lastSyncedAt:"\u4E0A\u6B21\u6AA2\u67E5\u65BC {date}",downloadFail:"\u4E0B\u8F09\u5931\u6557",clickToDownload:"\u9EDE\u9078\u4E0B\u8F09",aboutLabel:"\u95DC\u65BC - \u554F\u984C\u56DE\u5831","browser.openAboutPage":"\u95DC\u65BC/\u554F\u984C\u56DE\u5831",aboutLabelWithoutSponsor:"\u95DC\u65BC - \u554F\u984C\u56DE\u5831",aboutIntro:"\u5E0C\u671B\u6211\u5011\u90FD\u80FD\u66F4\u52A0\u5BB9\u6613\u4E14\u6109\u6085\u5730\u7372\u53D6\u7DB2\u969B\u7DB2\u8DEF\u4E0A\u66F4\u591A\u7684\u5916\u8A9E\u8CC7\u8A0A \u2764\uFE0F \u4F60\u53EF\u4EE5\u9078\u64C7\u958B\u901A <6>Pro\u6703\u54E1 \u4F86\u4F7F\u7528\u958B\u7BB1\u5373\u7528\u7684 DeepL \u548C OpenAI \u7FFB\u8B6F\u3002

\u4F60\u53EF\u4EE5\u95DC\u6CE8\u6211\u4EEC\u7684<3>Twitter\uFF0C<4>Telegram \u983B\u9053\u4EE5\u53CA\u4E0B\u65B9\u7684<5>\u90F5\u4EF6\u8A02\u95B1\u8FFD\u8E64\u66F4\u65B0\u3002
<7>Pro \u6703\u54E1 \u53EF\u4EE5\u901A\u904E\u5FEB\u901F\u5BA2\u670D\u90F5\u7BB1 <8>support@immersivetranslate.com \u548C\u6211\u5011\u53D6\u5F97\u806F\u7E6B\u3002",aboutIntroWithoutSponsor:"\u5E0C\u671B\u6211\u5011\u90FD\u80FD\u66F4\u52A0\u5BB9\u6613\u4E14\u6109\u6085\u5730\u7372\u53D6\u7DB2\u969B\u7DB2\u8DEF\u4E0A\u66F4\u591A\u7684\u5916\u8A9E\u8CC7\u8A0A \u2764\uFE0F ",projectHomepage:"\u5C08\u6848\u9996\u9801",joinTelegramGroup:"\u52A0\u5165\u7528\u6237\u4EA4\u6D41\u7FA4\u7D44\u53C3\u8207\u529F\u80FD\u8A0E\u8AD6",wechatPublicAccount:"\u5FAE\u4FE1\u516C\u773E\u865F",wechatCommunities:"\u5FAE\u4FE1\u4EA4\u6D41\u7FA4",qqCommunities:"QQ \u4EA4\u6D41\u983B\u9053",joinTelegramChannel:"\u95DC\u6CE8 Telegram \u983B\u9053\u77AD\u89E3\u66F4\u65B0\u8CC7\u8A0A",feedbackAndJoin:"\u554F\u984C\u56DE\u5831/\u52A0\u5165\u7FA4\u7D44",autoSync:"\u81EA\u52D5\u5B9A\u6642\u540C\u6B65",loadingThemeTitle:"Loading \u6A23\u5F0F",loadingThemeDescription:"\u8A2D\u5B9A\u7B49\u5F85\u8B6F\u6587\u8F09\u5165\u6642\u7684\u6A23\u5F0F","loadingTheme.spinner":"\u8F49\u5708\u52D5\u756B","loadingTheme.text":"\u975C\u614B\u6587\u5B57 ... ","loadingTheme.none":"\u4E0D\u986F\u793A",developerDescription:"\u53EF\u4EE5\u9EDE\u9078<1>\u6B64\u8655\u6AA2\u8996\u9032\u968E\u81EA\u8A02\u529F\u80FD\u76F8\u95DC\u7684\u8AAA\u660E\u6587\u4EF6","edit border color":"\u8B8A\u66F4\u908A\u6846\u8272\u5F69",successSyncButNoChange:"\u76EE\u524D\u8A2D\u5B9A\u8207\u96F2\u7AEF\u4E00\u81F4",customTheme:"\u81EA\u8A02\u8272\u5F69\u548C\u5927\u5C0F","customThemeLabel.borderColor":"\u908A\u6846\u8272\u5F69","customThemeLabel.borderRadius":"\u908A\u6846\u5713\u89D2","customThemeLabel.textColor":"\u6587\u5B57\u8272\u5F69","customThemeLabel.backgroundColor":"\u80CC\u666F\u8272\u5F69","customThemeLabel.zoom":"\u5B57\u578B\u7E2E\u653E\u6BD4\u4F8B (%)","customThemeLabel.opacity":"\u6587\u5B57\u4E0D\u900F\u660E\u5EA6(%)",resetToDefaultColor:"\u9084\u539F\u70BA\u9810\u8A2D\u8272\u5F69",resetToDefaultSettings:"\u9084\u539F\u70BA\u9810\u8A2D\u8A2D\u5B9A",isTranslateTitle:"\u555F\u7528\u7DB2\u9801\u6A19\u984C\u7FFB\u8B6F",isTranslateTitleDescription:"\u555F\u7528\u5F8C\uFF0C\u7DB2\u9801\u7684\u6A19\u984C\u6703\u88AB\u7FFB\u8B6F",enableSearchEnhancement:"\u958B\u555F\u641C\u7D22\u589E\u5F37",enableSearchEnhancementDescription:"\u4E2D\u6587\u641C\u7D22\u8C37\u6B4C\u6703\u5728\u53F3\u908A\u51FA\u73FE\u82F1\u6587\u7248\u8C37\u6B4C\u65B0\u805E",verifyService:"\u9EDE\u6B64\u6E2C\u8A66\u670D\u52D9",verified:"\u9A57\u8B49\u6210\u529F","field.langs":"\u652F\u63F4\u7684\u8A9E\u8A00\u4EE3\u78BC","field.model":"\u6A21\u578B","field.translationEngine":"\u7FFB\u8B6F\u5F15\u64CE","field.limitPerMinute":"\u6BCF\u5206\u9418\u6700\u5927\u8981\u6C42\u6578","field.limitPerSecond":"\u6BCF\u79D2\u6700\u5927\u8981\u6C42\u6578","field.maxTextLengthPerRequest":"\u6BCF\u6B21\u8981\u6C42\u7684\u6700\u5927\u6587\u5B57\u9577\u5EA6","field.maxTextGroupLengthPerRequest":"\u6BCF\u6B21\u8981\u6C42\u6700\u5927\u6BB5\u843D\u6578","field.apiUrl":"\u81EA\u8A02 API \u4F4D\u5740","field.placeholderDelimiters":"\u4FDD\u7559\u7684\u4F54\u4F4D\u7B26","description.custom":"\u81EA\u5B9A\u7FA9\u63A5\u53E3\u63A5\u5165 \u9700\u8981\u53C3\u8003\u6587\u6A94","description.limitPerMinute":"\u8981\u6C42\u6578\u8D85\u904E\u8A72\u9650\u5236\u6642\u6703\u88AB\u66AB\u6642\u505C\u7528\uFF0C\u76F4\u81F3\u4E0B\u4E00\u5206\u9418\u958B\u59CB\u3002\u7531\u4E8EOpenAI\u76EE\u524D\u670D\u52A1\u7684\u5404\u79CD\u9650\u5236\uFF0C\u8BF7\u70B9\u51FB<1>\u8FD9\u91CC\u67E5\u770B\u6700\u65B0\u5EFA\u8BAE\u7684\u6570\u503C","description.limitPerSecond":"\u8981\u6C42\u6578\u8D85\u904E\u8A72\u9650\u5236\u6642\u6703\u88AB\u66AB\u6642\u505C\u7528\uFF0C\u76F4\u81F3\u4E0B\u4E00\u79D2\u9418\u958B\u59CB\u3002\u7531\u4E8EOpenAI\u76EE\u524D\u670D\u52A1\u7684\u5404\u79CD\u9650\u5236\uFF0C\u8BF7\u70B9\u51FB<1>\u8FD9\u91CC\u67E5\u770B\u6700\u65B0\u5EFA\u8BAE\u7684\u6570\u503C","description.generalLimitPerSecond":"\u8ACB\u6C42\u6578\u8D85\u904E\u8A72\u9650\u5236\u6642\u6703\u9032\u5165\u6392\u968A\u72C0\u614B\uFF0C\u76F4\u5230\u4E0B\u4E00\u79D2\u9418\u958B\u59CB\u3002","description.prompt":"\u4EE5\u7528\u6236\u8EAB\u4EFD\u767C\u9001\u7D66 {service} \u7684\u5C0D\u8A71\uFF0C\u5176\u4E2D {{text}} \u8868\u793A\u6BB5\u843D\u7684\u6587\u672C\u5167\u5BB9\uFF0C{{from}} \u8868\u793A\u6BB5\u843D\u7684\u8A9E\u8A00\uFF0C{{to}} \u8868\u793A\u76EE\u6A19\u8A9E\u8A00","description.maxTextLengthPerRequest":"\u9810\u8A2D\u6703\u5408\u4F75\u591A\u500B\u6BB5\u843D\uFF0C\u4EE5\u6E1B\u5C11\u8ACB\u8981\u6C42\u6578\uFF0C\u4F46\u662F\u5982\u679C\u6BB5\u843D\u7E3D\u9577\u5EA6\u904E\u9577\uFF0C\u4E5F\u53EF\u80FD\u6703\u5C0E\u81F4 API \u7684\u56DE\u61C9\u6642\u9593\u589E\u52A0\uFF0C\u56E0\u6B64\u53EF\u4EE5\u5617\u8A66\u8ABF\u6574\u8A72\u9078\u9805\u4F86\u63D0\u5347\u901F\u5EA6","description.systemPrompt":"\u4EE5\u7CFB\u7D71\u50B3\u9001\u767C\u9001\u7D66 OpenAI \u7684\u5C0D\u8A71\uFF0C\u5176\u4E2D {{text}} \u8868\u793A\u6BB5\u843D\u7684\u6587\u5B57\u5167\u5BB9\uFF0C{{from}} \u8868\u793A\u6BB5\u843D\u7684\u8A9E\u8A00\uFF0C{{to}} \u8868\u793A\u76EE\u6A19\u8A9E\u8A00","field.domain":"\u9818\u57DF","description.domain":"\u9ED8\u8A8D\u70BA\uFF1Ageneral\u3002\u50C5\u5728\u6709\u9053API\u63A7\u5236\u53F0\u958B\u901A\u9818\u57DF\u5316\u7FFB\u8B6F\u7684\u60C5\u6CC1\u4E0B\u53EF\u8A2D\u7F6E\uFF0C\u652F\u6301\u9818\u57DF\u898B<1>\u9019\u88E1","field.scene":"\u5834\u666F","description.scene":"\u9ED8\u8A8D\u70BA\uFF1Ageneral\u3002\u50C5\u5728\u963F\u91CC\u96F2API\u63A7\u5236\u53F0\u958B\u901A\u6A5F\u5668\u7FFB\u8B6F\u5C08\u696D\u7248\u7684\u60C5\u6CC1\u4E0B\u53EF\u8A2D\u7F6E\uFF0C\u652F\u6301\u5834\u666F\u898B<1>\u9019\u88E1","field.vocabId":"\u4F7F\u7528\u8005\u8A5E\u5178ID","description.vocabId":"\u6307\u5B9A\u7684\u5B57\u5178out_id\uFF0C\u76EE\u524D\u652F\u63F4\u82F1\u8B6F\u4E2D","description.model":"OpenAI \u7684\u6A21\u578B\uFF0C\u53EF\u4EE5\u70BA gpt-3.5-turbo, gpt-4 \u7B49","description.maxTextGroupLengthPerRequest":"\u6BCF\u6B21\u50B3\u9001\u7D66\u7FFB\u8B6F\u670D\u52D9\u7684\u6BB5\u843D\u6578\u91CF\uFF0C\u5982\u679C\u6BB5\u843D\u6578\u91CF\u904E\u591A\uFF0C\u53EF\u80FD\u6703\u5C0E\u81F4\u56DE\u61C9\u901F\u5EA6\u8B8A\u6162","description.apiUrl":"\u8ACB\u52A0\u5165\u5177\u9AD4\u5305\u542B\u8DEF\u5F91\u7684\u7DB2\u5740",enabledExtension:"\u555F\u7528\u5957\u4EF6",clickToDisableExtension:"\u9EDE\u9078\u505C\u7528\u5957\u4EF6",clickToEnableExtension:"\u9EDE\u9078\u555F\u7528\u5957\u4EF6",hasBeenDisabled:"\u5DF2\u505C\u7528","show password":"\u986F\u793A\u5BC6\u78BC",customContent:"\u8F38\u5165\u81EA\u5B9A\u7FA9\u6A21\u578B",inputOptions:"\u8F38\u5165\u6846\u589E\u5F37",mouseHoverOptions:"\u9F20\u6A19\u6ED1\u904E",modifyMouseHoverKey:"\u4FEE\u6539\u6ED1\u9F20\u61F8\u505C\u5FEB\u6377\u9375",enableInputTranslation:"\u662F\u5426\u555F\u7528\u8F38\u5165\u6846\u589E\u5F37",enableInputTranslationDescription:"\u555F\u7528\u5F8C\uFF0C\u8F38\u5165\u6846\u76F4\u63A5\u8F38\u5165 {startingKey}{startingKey} \u4F60\u597D\uFF0C\u7136\u5F8C\u5FEB\u901F\u9023\u64CA{inputTrailingTriggerKeyRepeatTimes}\u6B21{trailingKey}\uFF0C\u5373\u53EF\u7FFB\u8B6F\u70BA {inputTargetLanguage}",enableInputTranslationDescriptionForNoneKey:"\u555F\u7528\u5F8C\uFF0C\u8F38\u5165\u6846\u76F4\u63A5\u8F38\u5165\uFF1A\u4F60\u597D\u4E16\u754C\uFF0C\u7136\u5F8C\u5FEB\u901F\u9023\u64CA{inputTrailingTriggerKeyRepeatTimes}\u6B21{trailingKey}\uFF0C\u5373\u53EF\u7FFB\u8B6F\u70BA\u9810\u8A2D\u76EE\u6A19\u8A9E\u8A00",inputTargetLanguage:"\u8A2D\u5B9A\u8F38\u5165\u6846\u7684\u9810\u8A2D\u76EE\u6A19\u8A9E\u8A00",inputTargetLanguageDescription:"\u8F38\u5165\u6846\u7FFB\u8B6F\u7684\u9810\u8A2D\u76EE\u6A19\u8A9E\u8A00\uFF0C\u4E5F\u5C31\u662F {startingKey}{startingKey} \u4F5C\u70BA\u89F8\u767C\u8A5E\u7684\u9810\u8A2D\u8A9E\u8A00",inputTargetLanguageDescriptionForNoneKey:"\u8F38\u5165\u6846\u7FFB\u8B6F\u7684\u9810\u8A2D\u76EE\u6A19\u8A9E\u8A00",inputStartingTriggerKeyTitle:"\u8A2D\u5B9A\u8F38\u5165\u6846\u90E8\u5206\u7FFB\u8B6F\u7684\u5206\u5272\u5B57\u7B26",inputStartingTriggerKeyDescription:"\u7576\u4F60\u4E0D\u9700\u8981\u7FFB\u8B6F\u6574\u500B\u8F38\u5165\u6846\u7684\u6642\u5019\uFF0C\u5206\u5272\u7B26\u5141\u8A31\u4F60\u53EA\u7FFB\u8B6F {startingKey}{startingKey} \u5230\u8F38\u5165\u6846\u672B\u5C3E\u7684\u90E8\u5206\uFF0C\u4E5F\u53EF\u4EE5\u6307\u5B9A\u8A9E\u8A00\u4EE3\u78BC\uFF0C\u4F8B\u5982\uFF1A{startingKey}ja \u8868\u793A\u53EA\u7FFB\u8B6F {startingKey}ja \u5230\u8F38\u5165\u6846\u672B\u5C3E\u7684\u90E8\u5206",inputStartingTriggerKeyDescriptionForNoneKey:"\u76EE\u524D\u8A2D\u5B9A\u70BA\u7121\u9700\u524D\u7DB4\uFF0C\u66AB\u7121\u6CD5\u4F7F\u7528\u8F38\u5165\u6846\u7684\u90E8\u5206\u6587\u5B57\u7FFB\u8B6F\u529F\u80FD",inputTrailingTriggerKeyTitle:"\u9078\u64C7\u4E00\u500B\u8F38\u5165\u7D50\u675F\u7684\u89F8\u767C\u5B57\u7B26",inputTrailingTriggerKeyDescription:"\u5FEB\u901F\u9023\u64CA3 \u6B21{trailingKey} \u5C07\u6703\u958B\u59CB\u7FFB\u8B6F",inputTrailingTriggerKeyTimeout:"\u8F38\u5165\u7D50\u675F\u9023\u64CA\u89F8\u767C\u7684\u9593\u9694\u6642\u9593",inputTrailingTriggerKeyTimeoutDescription:"\u8A2D\u7F6E\u8F38\u5165\u7D50\u675F\u9023\u64CA\u89F8\u767C\u7684\u9593\u9694\u6642\u9593\uFF08\u6BEB\u79D2\uFF09",spaceKey:"<\u7A7A\u683C\u9375>",noneKey:"\u7121\u9700\u524D\u7DB4\uFF0C\u76F4\u63A5\u7FFB\u8B6F\u6574\u500B\u6587\u5B57\u6846",inputTranslationBlockUrlsTitle:"\u5207\u52FF\u5728\u4EE5\u4E0B\u7DB2\u5740\u4E2D\u555F\u7528\u8F38\u5165\u6846\u589E\u5F37",inputTranslationBlockUrlsDescription:"\u5728\u4EE5\u4E0B\u7DB2\u5740\u4E2D\uFF0C\u8F38\u5165\u6846\u589E\u5F37\u5C07\u4E0D\u6703\u751F\u6548",inputHelperInfo:"\u8AAA\u660E\uFF1A\u6211\u5011\u7279\u5225\u91DD\u5C0D\u5728\u4E2D\u6587\u8F38\u5165\u6CD5\u4E0B\u90E8\u5206\u89F8\u767C\u5B57\u7B26\u6703\u8B8A\u6210\u4E2D\u6587\u6A19\u9EDE\u7B26\u865F\u9019\u4EF6\u4E8B\u505A\u4E86\u512A\u5316\uFF0C\u6BD4\u5982\u641C\u72D7\u8F38\u5165\u6CD5\u4E0B / \u6703\u8B8A\u6210\u9813\u865F \u3001\uFF0C\u6C89\u6D78\u5F0F\u7FFB\u8B6F\u652F\u6301\u6240\u6709\u89F8\u767C\u7B26\u5C0D\u61C9\u7684\u4E2D\u6587\u7B26\u865F\uFF0C\u4E5F\u5C31\u662F\u8AAA // \u3001\u3001 \u90FD\u6703\u88AB\u8B58\u5225\u70BA\u89F8\u767C\u5B57\u7B26\u3002

\u540C\u6642\u6211\u5011\u4E5F\u652F\u6301\u8A9E\u8A00\u4EE3\u78BC\u7684\u4E2D\u6587\u5225\u540D\u4F5C\u70BA\u547D\u4EE4\uFF0C\u6BD4\u5982 /\u65E5\u6587 \u4F60\u597D\u4E16\u754C \u6703\u88AB\u7FFB\u8B6F\u70BA\u65E5\u6587\uFF0C<1>\u9EDE\u6B64\u67E5\u770B\u6240\u6709\u652F\u63F4\u7684\u8A9E\u8A00\u4EE3\u78BC\u3002",reloadCurrentPage:"\u8ACB\u5148\u5237\u65B0\u76EE\u524D\u9801\u9762\uFF0C\u518D\u958B\u59CB\u7FFB\u8B6F",noLocalFilePermissionForPDF:"\u66AB\u7121\u6B0A\u9650\u8B80\u53D6\u672C\u6A5F\u6587\u4EF6\uFF0C\u8ACB\u9EDE\u9078\u4E0A\u65B9\u6309\u9215\uFF0C\u7136\u5F8C\u532F\u5165\u672C\u6A5F\u6587\u4EF6",noPermissionForThisPage:"\u26A0\uFE0F \u66AB\u7121\u6B0A\u9650\u7FFB\u8B6F\u76EE\u524D\u9801\u9762","error.retry":"\u91CD\u8A66","error.reason":"\u932F\u8AA4\u539F\u56E0",retryAllParagraphs:"\u91CD\u8A66\u5168\u90E8\u932F\u8AA4\u6BB5\u843D",retryAllButton:"\u91CD\u8A66\u5168\u90E8\u932F\u8AA4\u6BB5\u843D",errorTooltipTitle:"\u9EDE\u64CA\u770B\u932F\u8AA4\u539F\u56E0",errorModalTitle:"\u7FFB\u8B6F\u670D\u52D9\u6216\u7DB2\u8DEF\u4F3C\u4E4E\u51FA\u4E86\u9EDE\u554F\u984C...",disableConfirm:"\u7981\u7528\u78BA\u8A8D",disableOnce:"\u7981\u7528\u4E00\u6B21",disableGlobal:"\u5168\u5C40\u7981\u7528",disableTint:"* \u60A8\u53EF\u4EE5\u5728 {option} \u4E2D\u91CD\u65B0\u555F\u7528\u3002",searchEnhancementNotes:"\u6211\u5011\u767C\u73FE\uFF0C\u4E2D\u6587\u95DC\u9375\u8A5E\u548C\u82F1\u6587\u95DC\u9375\u8A5E\u7684\u65B0\u805E\u7D50\u679C\u6709\u975E\u5E38\u5927\u7684\u4E0D\u540C\uFF0C\u5728\u555F\u7528\u6C89\u6D78\u5F0F\u7FFB\u8B6F\u96D9\u8A9E\u4FE1\u606F\u589E\u5F37\u529F\u80FD\u5F8C\uFF0C\u6211\u5011\u6703\u5728\u652F\u6301\u7684\u7DB2\u7AD9\uFF08\u8C37\u6B4C\u65B0\u805E\uFF0C\u8C37\u6B4C\u641C\u7D22\uFF08\u90E8\u5206\u95DC\u9375\u8A5E\uFF09\uFF0C\u96EA\u7403\uFF0C\u6771\u65B9\u8CA1\u5BCC\u7DB2\uFF0C\u5BCC\u9014\uFF0C\u8001\u864E\uFF09\u81EA\u52D5\u7528\u82F1\u6587\u70BA\u4F60\u641C\u7D22\u540C\u6A23\u7684\u95DC\u9375\u8A5E\u4E26\u5C55\u793A\u5728\u53F3\u5074\u3002\u5982\u679C\u4F60\u4E0D\u9700\u8981\u8A72\u529F\u80FD\u7684\u8A71\uFF0C\u53EF\u4EE5\u9078\u64C7\u7981\u7528\u5B83\u3002",option:"\u9078\u9805",saveSettings:"\u5132\u5B58\u8A2D\u5B9A",closeModal:"\u95DC\u9589\u8996\u7A97",enableInputTranslationWithoutTriggerKeyTitle:"\u555F\u7528\u5FEB\u901F\u9023\u64CA3 \u6B21{trailingKey}\uFF0C\u76F4\u63A5\u7FFB\u8B6F\u6574\u500B\u8F38\u5165\u6846\u70BA{inputTargetLanguage}",enableInputTranslationWithoutTriggerKeyDescription:"\u5982\u9700\u6307\u5B9A\u76EE\u6A19\u8A9E\u8A00\uFF0C\u8ACB\u5728\u524D\u9762\u52A0\u4E0A\u8A9E\u8A00\u7A0B\u5F0F\u78BC\uFF0C\u5982\uFF1Aja \u4F60\u597D\u4E16\u754C",deepLProName:"\u6C89\u6D78\u5F0F\u7FFB\u8B6FPro \u6703\u54E1(\u63A8\u85A6)",deepLProDescription:"\u76EE\u524D\u5957\u9910\u53EF\u4EE5\u76F4\u63A5\u4F7F\u7528",deeplProDescriptionForNormal:"\u7121\u9700\u4EFB\u4F55\u8A2D\u7F6E\uFF0C\u6703\u54E1\u767B\u5165\u5F8C\u5373\u53EF\u4F7F\u7528\uFF0C<1>\u9EDE\u6B64\u5347\u7D1A\u70BA\u6703\u54E1",deepLCustomDescription:"\u9700\u8981\u570B\u5916\u4FE1\u7528\u5361\uFF0C\u5728<1>DeepL\u5B98\u65B9\u958B\u901A\uFF0C\u9EDE\u9078\u67E5\u770B<2>\u6587\u6A94",deepLCustomName:"\u81EA\u8A02Auth Key",chooseProviderLabel:"\u9078\u64C7\u4E00\u500B\u670D\u52D9\u63D0\u4F9B\u8005",openaiProName:"\u6C89\u6D78\u5F0F\u7FFB\u8B6FPro \u6703\u54E1(\u63A8\u85A6)",openaiProDescription:"\u76EE\u524D\u5957\u9910\u53EF\u4EE5\u76F4\u63A5\u4F7F\u7528",openaiProDescriptionForNormal:"\u7121\u9700\u4EFB\u4F55\u8A2D\u7F6E\uFF0C\u6703\u54E1\u767B\u5165\u5F8C\u5373\u53EF\u4F7F\u7528\uFF0C<1>\u9EDE\u6B64\u5347\u7D1A\u70BA\u6703\u54E1",openaiCustomDescription:"\u53EF\u5728OpenAI, Azure OpenAI, \u6216\u5176\u4ED6\u7B2C\u4E09\u65B9\u670D\u52D9\u7372\u53D6\uFF0C<1>\u9EDE\u6B64\u67E5\u770B\u6587\u6A94",openaiCustomName:"\u81EA\u8A02API Key",needLoginAction:"(\u958B\u901A\u6703\u54E1\u6216\u81EA\u8A02)",goLoginOrAction:"(\u958B\u901A\u6703\u54E1\u6216\u53BB\u8A2D\u5B9A)",yearly:"\u5E74\u5EA6\u7E8C\u8A02",quarterly:"\u5B63\u5EA6\u7E8C\u8A02",monthly:"\u6BCF\u6708\u7E8C\u8A02",yearlyForOnce:"\u4E00\u6B21\u6027\u5E74\u5EA6\u5957\u9910",monthlyForOnce:"\u4E00\u6B21\u6027\u6708\u5EA6\u5957\u9910",daily:"\u6BCF\u65E5\u7E8C\u8A02",year:"\u5E74\u5EA6\u7E8C\u8A02",quarter:"\u5B63\u5EA6\u7E8C\u8A02",month:"\u6BCF\u6708\u7E8C\u8A02",day:"\u6BCF\u65E5\u7E8C\u8A02",onetime_7day:"7 \u5929\u9AD4\u9A57\u5305",currentPlanDescriptionForFree:"\u76EE\u524D\u5957\u9910\uFF1A\u514D\u8CBB",currentPlanDescriptionForContinuous:"\u76EE\u524D\u5957\u9910\uFF1A{plan}\uFF0C\u5C07\u65BC {endAt} \u81EA\u52D5\u7E8C\u8CBB",currentPlanDescriptionForAutoRenewCaceling:"\u76EE\u524D\u5957\u9910\uFF1A{plan}\uFF0C\u5C07\u65BC {endAt} \u5230\u671F\uFF0C\u5230\u671F\u5F8C\u5C07\u4E0D\u6703\u81EA\u52D5\u7E8C\u7D04",currentYearlyPlanDescriptionForAutoRenewCacelingWithRealPaiedUser:"\u76EE\u524D\u5957\u9910\uFF1A{plan}\uFF0C\u5C07\u65BC {endAt} \u5230\u671F\uFF0C\u5230\u671F\u5F8C\u5C07\u4E0D\u6703\u81EA\u52D5\u7E8C\u7D04\u3002
<1>\u9EDE\u6B64\u7BA1\u7406\u7E8C\u8CBB\u65B9\u6848",currentYearlyPlanDescriptionForAutoRenewCacelingWithAdmin:"\u76EE\u524D\u5957\u9910\uFF1A{plan}\uFF0C\u5C07\u65BC {endAt} \u5230\u671F\uFF0C\u5230\u671F\u5F8C\u5C07\u4E0D\u6703\u81EA\u52D5\u7E8C\u7D04\u3002
<1>\u9EDE\u6B64\u555F\u7528\u9023\u7E8C\u5305\u5E74",currentPlanDescriptionForOneTime:"\u76EE\u524D\u5957\u9910\uFF1A{plan}\uFF0C\u5C07\u65BC {endAt} \u5230\u671F\uFF0C<1>\u9EDE\u6B64\u5347\u7D1A\u70BA\u5E74\u8CBB\u6216<2>\u6708\u8CBB\u6703\u54E1",upgradePlan:"\u9EDE\u6B64\u5347\u7D1A\u70BAPro \u6703\u54E1",upgradeToPro:"\u5347\u7D1A\u70BA Pro \u6703\u54E1","popup.openPro":"\u5347\u7D1A\u70BA Pro \u6703\u54E1\u5F8C\u53EF\u4EE5\u66A2\u4EAB DeepL \u548C OpenAI \u7FFB\u8B6F\uFF0C\u9EDE\u6B64\u5347\u7D1A","popup.openProForPro":"\u60A8\u662F Pro \u6703\u54E1\uFF0C\u53EF\u76F4\u63A5\u4F7F\u7528 DeepL \u548C OpenAI \u7FFB\u8B6F",currentAccount:"\u7576\u524D\u8CEC\u6236",enableAutoSyncUserSettings:"\u555F\u7528\u591A\u8A2D\u5099\u81EA\u52D5\u96F2\u7AEF\u540C\u6B65",modalEnableInputTranslationTitle:"\u6C89\u6D78\u5F0F\u7FFB\u8B6F\u8F38\u5165\u6846\u7FFB\u8B6F\u63D0\u793A",modalEnableInputTranslationDesc:"\u60A8\u525B\u525B\u900F\u904E\u5FEB\u901F\u9023\u64CA3 \u6B21\u7A7A\u767D\u9375\u89F8\u767C\u4E86\u6C89\u6D78\u5F0F\u7FFB\u8B6F\u7684\u8F38\u5165\u6846\u7FFB\u8B6F\uFF0C\u8F38\u5165\u6846\u7684\u5167\u5BB9\u5C07\u7FFB\u8B6F\u70BA\u9810\u8A2D\u7684\u76EE\u6A19\u8A9E\u8A00\u3002\u900F\u904ECtrl+Z \u53EF\u4EE5\u64A4\u92B7\u7FFB\u8B6F\u3002

\u5982\u679C\u9019\u662F\u4E00\u500B\u5931\u8AA4\uFF0C\u4E0D\u7528\u64D4\u5FC3\uFF0C\u60A8\u53EF\u4EE5\u9078\u64C7\u672C\u6B21\u505C\u7528\uFF0C\u6216\u6C38\u4E45\u505C\u7528\u8F38\u5165\u6846\u7FFB\u8B6F\u3002",saveAndNotShowAgain:"\u5132\u5B58\u4E14\u4E0D\u518D\u63D0\u793A",disableInputTranslationTips:"* \u4F60\u4E5F\u53EF\u4EE5\u5728 {option} \u4E2D\u8A2D\u5B9A\u5176\u4ED6\u5FEB\u6377\u9375\u4F86\u89F8\u767C\uFF0C{learnMore}\u3002",learnMore:"\u9EDE\u6B64\u4E86\u89E3\u66F4\u591A",continueEnalbeInputTranslation:"\u7E7C\u7E8C\u555F\u7528\u8F38\u5165\u6846\u7FFB\u8B6F",autoRenewTrialSuffix:'\uFF08\u8A66\u7528\u4E2D\uFF0C\u7ACB\u523B\u5347\u7D1A\u70BA\u6B63\u5F0F\u6703\u54E1\uFF09',upgradeFromTrialTitle:"\u5347\u7D1A\u70BA\u6B63\u5F0F\u6703\u54E1",subtitle:"\u5F71\u7247\u5B57\u5E55",youtubeService:"\u6C89\u6D78\u5F0F\u7FFB\u8B6F\u5F71\u7247\u5B57\u5E55\u670D\u52D9","subtitle.disabledSubtitle":"\u6C38\u4E45\u7981\u7528\u8996\u983B\u5B57\u5E55\u529F\u80FD","subtitle.disabledSubtitleDescription":"\u5982\u679C\u6C89\u6D78\u5F0F\u7FFB\u8B6F\u7684\u8996\u983B\u5B57\u5E55\u548C\u5176\u4ED6\u64F4\u5C55\u6709\u885D\u7A81\uFF0C\u4F60\u53EF\u4EE5\u9078\u64C7\u6C38\u4E45\u7981\u7528\u6C89\u6D78\u5F0F\u7FFB\u8B6F\u7684\u8996\u983B\u5B57\u5E55\u529F\u80FD\u6216\u8005\u5378\u8F09\u5176\u4ED6\u885D\u7A81\u7684\u64F4\u5C55","subtitle.autoEnableSubtitleDescription":"\u555F\u7528\u5F8C\uFF0C\u7576\u5F71\u7247\u64AD\u653E\u7684\u6642\u5019\uFF0C\u6703\u81EA\u52D5\u986F\u793A\u96D9\u8A9E\u5B57\u5E55\uFF0C\u5426\u5247\u9700\u8981\u9EDE\u64CA\u7FFB\u8B6F\u6309\u9215\u624D\u6703\u986F\u793A\u3002","subtitle.preTranslation":"\u512A\u5148\u4F7F\u7528\u6C89\u6D78\u5F0F\u7FFB\u8B6F\u5B57\u5E55","subtitle.preTranslationDescription":"\u555F\u7528\u5F8C\u6703\u512A\u5148\u7528\u4E0B\u9762\u7684\u7FFB\u8B6F\u670D\u52D9\u63D0\u524D\u7FFB\u8B6F\u6574\u500B\u5B57\u5E55\uFF0C1 \u5C0F\u6642\u7684\u8996\u8A0A\u5927\u6982\u6D88\u8017 5\u842C Tokens \u6216 \u5B57\u7B26\uFF0C\u8ACB\u914C\u60C5\u4F7F\u7528\uFF1B\u95DC\u9589\u5F8C\u5247\u512A\u5148\u4F7F\u7528\u539F\u5F71\u7247\u81EA\u5E36\u7684\u6A5F\u7FFB\u5B57\u5E55","subtitle.humanSubtitlesPreferred":"\u512A\u5148\u4F7F\u7528\u4EBA\u5DE5\u5B57\u5E55","subtitle.humanSubtitlesPreferredDescription":"\u7576\u5F71\u7247\u6709\u76EE\u6A19\u8A9E\u8A00\u4EBA\u5DE5\u5B57\u5E55\u6642\uFF0C\u512A\u5148\u4F7F\u7528\u4EBA\u5DE5\u5B57\u5E55\uFF08\u63A8\u85A6\uFF09","subtitle.bilingual":"\u96D9\u8A9E\u5B57\u5E55","subtitle.autoDisableSubtitle":"\u4E0D\u81EA\u52D5\u555F\u7528\u96D9\u8A9E\u5B57\u5E55","subtitle.hideQuickButton":"\u4E0D\u518D\u986F\u793A\u8A72\u5FEB\u6377\u65B9\u5F0F","subtitle.showQuickButton":"\u986F\u793A\u96D9\u8A9E\u5B57\u5E55\u5FEB\u6377\u65B9\u5F0F","subtitle.showQuickButtonDescription":"\u5728\u8996\u983B\u64AD\u653E\u5668\u53F3\u4E0B\u89D2\u63D0\u4F9B\u555F\u7528\u96D9\u8A9E\u5B57\u5E55\u7684\u5FEB\u6377\u65B9\u5F0F",videoSubtitleTranslationDescription:"\u70BA\u5F71\u7247\u5B57\u5E55\u55AE\u7368\u6307\u5B9A\u4E00\u500B\u7FFB\u8B6F\u670D\u52D9",subtitleTranslating:"\u6B63\u5728\u4F7F\u7528 {service} \u670D\u52D9\u7FFB\u8B6F\u5B57\u5E55\u4E2D\uFF0C\u8ACB\u7A0D\u7B49...\uFF08\u6C89\u6D78\u5F0F\u7FFB\u8B6F\uFF09",subtitleLoading:"\u6B63\u5728\u8F09\u5165\u5B57\u5E55...",bilingual:"\u96D9\u8A9E","field.action":"\u662F\u5426\u555F\u7528\u767E\u5EA6\u8853\u8A9E","description.action":"\u555F\u7528\u5F8C\u6703\u5728\u8ACB\u6C42\u4E2D\u52A0\u5165 action=1 \u7684\u53C3\u6578\uFF0C\u4EE5\u4FBF\u544A\u77E5\u767E\u5EA6\u555F\u7528\u8853\u8A9E\uFF0C<1>\u66F4\u591A\u8AAA\u660E\u8ACB\u53C3\u8003\u5B98\u65B9\u6587\u6A94",closeQuickTranslation:"\u95DC\u9589\u61F8\u6D6E\u7403","closeQuickTranslation.untilNext":"\u672C\u6B21\u95DC\u9589\u76F4\u5230\u4E0B\u6B21\u8A2A\u554F","closeQuickTranslation.currentWebsite":"\u7576\u524D\u7DB2\u7AD9\u7981\u7528","closeQuickTranslation.alwaysClose":"\u6C38\u4E45\u7981\u7528","closeQuickTranslation.settingOpen":"\uFF08\u53EF\u5728<1>\u8A2D\u5B9A\u9801\u958B\u555F\uFF09","closeQuickTranslation.cancel":"\u53D6\u6D88","closeQuickTranslation.confirm":"\u78BA\u5B9A","floatBall.popup":"\u6253\u958B\u5FEB\u6377\u8A2D\u5B9A\u9762\u677F","floatBall.translate":"\u9EDE\u64CA\u7FFB\u8B6F\u8A72\u9801\u9762","floatBall.showOriginal":"\u9EDE\u64CA\u5207\u63DB\u5230\u539F\u6587","floatBall.close":"\u95DC\u9589\u61F8\u6D6E\u7403","floatBallOptions.enableDescPc":"\u555F\u7528\u9801\u9762\u61F8\u6D6E\u7403\u5F8C\uFF0C\u6703\u5728\u9801\u9762\u53F3\u5074\u986F\u793A\u4E00\u500B\u5FEB\u6377\u7FFB\u8B6F\u6309\u9215\uFF0C\u9EDE\u64CA\u5373\u53EF\u7FFB\u8B6F","floatBallOptions.enableDesc":"\u95DC\u9589\u61F8\u6D6E\u7403\u5F8C\uFF0C\u53EF\u4EE5\u7528{touch}\u559A\u8D77\u3002\u70BA\u9632\u6B62\u4E0D\u614E\u95DC\u9589\u8A72\u9078\u9805\u5F8C\u627E\u4E0D\u5230\u61F8\u6D6E\u7403\uFF0C\u5F37\u70C8\u5EFA\u8B70\u6536\u85CF\u672C\u8A2D\u5B9A\u9801","description.azureApiUrl":"\u586B\u5165\u81EA\u8A02\u7684API\u4F4D\u5740",shareBtnTitle:"\u9EDE\u64CA\u751F\u6210\u7DB2\u9801\u5FEB\u7167","floatBall.share":"\u751F\u6210\u7DB2\u9801\u5FEB\u7167","floatBall.guideClickToTranslate":`\u9EDE\u64CA\u6C89\u6D78\u5F0F\u7FFB\u8B6F\u61F8\u6D6E\u7403 + {env.imt_sub_trans_field}: \u8BD1\u6587`,"browser.PdfProFile":"AI \u9A71\u52A8\u7684 PDF Pro \u7FFB\u8BD1","browser.textTranslate":"\u6587\u672C\u7FFB\u8BD1"};var dh={nologin:"\u672A\u767B\u9304",loginForSafari:"\u767B\u5165\u6216\u8A3B\u518A",login:"\u767B\u9304",goLogin:"\u53BB\u767B\u9304",manageAccount:"\u7BA1\u7406\u8CEC\u6236",openPremium:"\u958B\u901A\u6703\u54E1",logout:"\u9000\u51FA",curentPlan:"\u7576\u524D\u5957\u9910",endAt:"\u5230\u671F",endAuto:"\u81EA\u52D5\u7E8C\u671F",lineBreakMaxTextCount:"\u63DB\u884C\u5F8C\uFF0C\u6BCF\u53E5\u8A71\u5141\u8A31\u7684\u6700\u5927\u5B57\u5143\u6578\u91CF","translate-pdf":"\u9EDE\u9078\u7FFB\u8B6F PDF","noSupportTranslate-pdf":"\u8173\u672C\u4E0D\u652F\u63F4\uFF0C\u8ACB\u4F7F\u7528\u64F4\u5145\u5957\u4EF6","translate-firefox-local-pdf":"\u9EDE\u64CA\u53BB\u5C0E\u5165PDF",enableLineBreak:"\u958B\u555F\u9577\u6BB5\u843D\u81EA\u52D5\u63DB\u884C",sponsorLabel:"$1 \u8D77\u8D0A\u52A9\u958B\u767C\u8005 (\u6708\u4ED8\u6216\u50C5\u8D0A\u52A9\u4E00\u6B21\u5747\u53EF)",help:"\u8AAA\u660E",enableLineBreakDescription:"\u555F\u7528\u5F8C\uFF0C\u5C07\u6703\u5728\u9577\u6BB5\u843D\u4E2D\u6BCF\u53E5\u8A71\u7D50\u675F\u63D2\u5165\u63DB\u884C\u5B57\u5143\uFF0C\u4EE5\u4FBF\u65BC\u95B1\u8B80","browser.shortBrandName":"\u6C89\u6D78\u5F0F\u7FFB\u8B6F","browser.brandName":"\u6C88\u6D78\u5F0F\u7FFB\u8B6F - \u7DB2\u9801\u7FFB\u8B6F\u64F4\u5145 | PDF\u7FFB\u8B6F | \u514D\u8CBB","browser.brandDescription":"\u3010\u6C88\u6D78\u5F0F\u7FFB\u8B6F\u3011\u4E00\u6B3E\u514D\u8CBB\u7684\uFF08\u539F\u6587/\u8B6F\u6587\uFF09\u96D9\u8A9E\u5C0D\u7167\u7DB2\u9801\u7FFB\u8B6F\u64F4\u5145\uFF0C\u540C\u6642\u652F\u6301PDF\u7FFB\u8B6F\uFF08\u4FDD\u7559\u539F\u6587\u6A94\u6392\u7248\uFF09\uFF0C\u8996\u983B\u96D9\u8A9E\u5B57\u5E55\u7FFB\u8B6F\uFF08Youtube, Netflix\u7B49\uFF09\uFF0CEPUB\u96FB\u5B50\u66F8\u7FFB\u8B6F\u7B49\uFF1B\u652F\u6301\u8ABF\u7528\u4EBA\u5DE5\u667A\u80FDAI\u7FFB\u8B6F\u5927\u6A21\u578B\uFF08OpenAI (ChatGPT)\u3001DeepL\u3001Gemini(Bard) \u7B49 \uFF09\u5C0D\u4EE5\u4E0A\u5167\u5BB9\u9032\u884C\u66F4\u6E96\u78BA\u7684\u7FFB\u8B6F\uFF1B","browser.toggleTranslatePage":"\u7FFB\u8B6F\u7DB2\u9801/\u986F\u793A\u539F\u6587","browser.toggleTranslateTheWholePage":"\u7FFB\u8B6F\u9801\u9762\u5168\u90E8\u5340\u57DF/\u986F\u793A\u539F\u6587","browser.toggleTranslateToThePageEndImmediately":"\u7ACB\u5373\u7FFB\u8B6F\u5230\u9801\u9762\u5E95\u90E8/\u986F\u793A\u539F\u6587","browser.toggleTranslateTheMainPage":"\u7FFB\u8B6F\u9801\u9762\u4E3B\u8981\u5340\u57DF/\u986F\u793A\u539F\u6587","browser.shareToDraft":"\u751F\u6210\u7DB2\u9801\u5FEB\u7167","browser.openOptionsPage":"\u958B\u555F\u8A2D\u5B9A\u9801\u9762","browser.translateLocalPdfFile":"\u7FFB\u8B6F\u672C\u6A5F PDF \u6A94\u6848","browser.openEbookViewer":"\u95B1\u8B80\u672C\u6A5F\u96FB\u5B50\u66F8","browser.openEbookBuilder":"\u88FD\u4F5C\u96D9\u8A9E EPUB \u96FB\u5B50\u66F8","browser.translateLocalHtmlFile":"\u7FFB\u8B6F HTML/txt \u6A94\u6848","browser.donateContext":"\u4E86\u89E3\u8D0A\u52A9\u798F\u5229","browser.translateLocalSubtitleFile":"\u7FFB\u8B6F\u5B57\u5E55\u6A94\u6848",confirmResetConfig:"\u4F60\u78BA\u5B9A\u8981\u91CD\u8A2D\u8A2D\u5B9A\u55CE\uFF1F",translationLineBreakSettingTitle:"\u8B6F\u6587\u63DB\u884C\u8A2D\u5B9A",smartLineBreak:"\u667A\u6167\u63DB\u884C",alwaysLineBreak:"\u7E3D\u662F\u63DB\u884C",isShowContextMenu:"\u5C07\u7DB2\u9801\u7FFB\u8B6F\u529F\u80FD\u52A0\u5165\u53F3\u9375\u9078\u55AE",toggleBeta:"\u958B\u555F Beta \u6E2C\u8A66\u529F\u80FD",betaDescription:"\u555F\u7528\u4ECD\u5728\u5BE6\u9A57\u7684\u529F\u80FD\u4EE5\u53CA\u6E2C\u8A66\u4E2D\u7684\u7FFB\u8B6F\u670D\u52D9\u3002\u52A0\u5165 <1>Telegram \u7FA4\u7D44\u4E86\u89E3\u66F4\u591A\u3002",translationLineBreakSettingDescription:"\u7E3D\u662F\u63DB\u884C\u9069\u7528\u65BC\u8F03\u5C11\u5167\u5BB9\u7684\u7248\u9762\uFF0C\u66F4\u6574\u9F4A\u3002(\u5728\u5167\u5BB9\u8F03\u591A\u7684\u9577\u6BB5\u843D(\u8D85\u904E {count} \u500B\u5B57\u5143) \u4F7F\u7528\u667A\u6167\u63DB\u884C\u6703\u66F4\u7701\u7A7A\u9593)",tempTranslateDomainTitle:"\u81E8\u6642\u958B\u555F\u7DB2\u7AD9\u7FFB\u8B6F\u7684\u6642\u9577",tempTranslateDomainDescription:"\u7576\u624B\u52D5\u7FFB\u8B6F\u67D0\u500B\u7DB2\u9801\u7684\u6642\u5019\uFF0C\u81E8\u6642\u958B\u555F\u8A72\u7DB2\u7AD9\u70BA\u81EA\u52D5\u7FFB\u8B6F",xMinutes:"{count} \u5206\u9418",disabled:"\u505C\u7528",changelog:"\u66F4\u65B0\u8A18\u9304",toggleTranslatePageWhenThreeFingersOnTheScreen:"\u591A\u6307\u540C\u6642\u89F8\u6478\u87A2\u5E55\u5247\u7FFB\u8B6F\u7DB2\u9801/\u986F\u793A\u539F\u6587",toggleTranslationMaskWhenThreeFingersOnTheScreen:"\u591A\u6307\u540C\u6642\u89F8\u6478\u5247\u986F\u793A/\u96B1\u85CF\u8B6F\u6587\u6A21\u7CCA\u6548\u679C",addUrlDescription:"\u53EF\u4EE5\u70BA\u7DB2\u57DF\u540D\u7A31\uFF0C\u540C\u6642\u652F\u63F4\u842C\u7528\u5B57\u5143\uFF0C\u5982\uFF1A*.google.com, google.com/mail/*, https://www.google.com/*",general:"\u57FA\u672C\u8A2D\u5B9A",clickToExpandConfig:"\u5C55\u958B\u76EE\u524D\u8A2D\u5B9A",import:"\u5F9E\u6A94\u6848\u532F\u5165",export:"\u532F\u51FA\u70BA\u6A94\u6848",toggleDebug:"\u5728\u4E3B\u63A7\u53F0\u986F\u793A\u5075\u932F\u8A18\u9304","fingers.0":"\u95DC\u9589",mouseHoldKey:"+ {key} \u7FFB\u8B6F/\u9084\u539F\u8A72\u6BB5",mouseHoldKeyAuto:"\u76F4\u63A5\u7FFB\u8B6F\u8A72\u6BB5",mouseHoldKeyOff:"\u4E0D\u505A\u4EFB\u4F55\u4E8B\u60C5",mouseHoldKeyOther:"\u81EA\u5B9A\u7FA9\u5FEB\u6377\u9375(\u6253\u958B\u8A2D\u7F6E)",mouseHoldKeyCustomKey:"{key} \u7FFB\u8B6F/\u9084\u539F\u8A72\u6BB5","mouse-translate":"\u9F20\u6A19\u6ED1\u904E",document:"\u8AAA\u660E\u6587\u4EF6",resetSuccess:"\u91CD\u8A2D\u6240\u6709\u8A2D\u5B9A\u6210\u529F",resetThisSuccess:"\u91CD\u8A2D\u6210\u529F",saved:"\u5132\u5B58\u6210\u529F",successImportConfig:"\u6210\u529F\u532F\u5165\u8A2D\u5B9A",goAdvancedSettings:"\u524D\u5F80\u9032\u968E\u8A2D\u5B9A\u9801\u9762",goAdvancedInterfaceSettings:"\u524D\u5F80\u81EA\u8A02\u8A2D\u5B9A\u9801\u9762",advanced:"\u9032\u968E\u8A2D\u5B9A",advancedDescription:"\u6B63\u5E38\u60C5\u6CC1\u7121\u9700\u8A2D\u5B9A\uFF0C\u4FDD\u6301\u9810\u8A2D\u5373\u53EF\u3002\u50C5\u91DD\u5C0D\u66F4\u5C08\u696D\u7684\u4F7F\u7528\u8005\uFF0C\u63D0\u4F9B\u66F4\u500B\u4EBA\u5316\u7684\u8A2D\u5B9A\u9805\u76EE\u3002",developer:"\u958B\u767C\u8005\u8A2D\u5B9A",donateCafe:"\u50F9\u683C","translate to the bottom of the page":"\u9032\u5165\u7DB2\u9801\u5F8C\uFF0C\u662F\u5426\u7ACB\u5373\u7FFB\u8B6F\u5230\u9801\u9762\u5E95\u90E8\uFF1F",feedback:"\u554F\u984C\u56DE\u5831",toggleTranslatePage:"\u7FFB\u8B6F\u7DB2\u9801/\u986F\u793A\u539F\u6587",translateToThePageEndImmediatelyDescription:"\u555F\u7528\u5F8C\uFF0C\u9032\u5165\u7DB2\u9801\u5C07\u7ACB\u5373\u7FFB\u8B6F\u5F9E\u9802\u90E8\u5230\u5E95\u90E8\u7684\u5167\u5BB9\u3002\u95DC\u9589\u5247\u908A\u770B\u908A\u8B6F\u3002\uFF08\u4E0D\u63A8\u85A6\u958B\u555F\uFF09","translate all areas of the page":"\u662F\u5426\u7FFB\u8B6F\u7DB2\u9801\u6240\u6709\u5340\u57DF",translationAreaDescription:"\u555F\u7528\u5F8C\uFF0C\u7DB2\u9801\u7684\u6240\u6709\u5340\u57DF\u90FD\u6703\u88AB\u7FFB\u8B6F\u3002\u95DC\u9589\u5247\u4F7F\u7528\u9810\u8A2D\u7684\u667A\u6167\u8FA8\u8B58\uFF0C\u50C5\u7FFB\u8B6F\u4E3B\u8981\u5340\u57DF\u3002(\u4E0D\u63A8\u85A6\u958B\u555F)","the number of characters to be translated first":"\u76F4\u63A5\u7FFB\u8B6F\u9801\u9762\u524D\u591A\u5C11\u500B\u5B57\u5143\uFF0C\u800C\u7121\u9700\u7B49\u5F85\u6372\u52D5\u81F3\u53EF\u898B\u5340\u57DF","interface language":"\u4ECB\u9762\u8A9E\u8A00","display both the original text and the translation":"\u540C\u6642\u986F\u793A\u539F\u6587\u548C\u8B6F\u6587","keyboard shortcuts":"\u9375\u76E4\u5FEB\u901F\u9375",modify:"\u8B8A\u66F4\u5FEB\u901F\u9375",reset:"\u91CD\u8A2D",close:"\u95DC\u9589",homepage:"\u9996\u9801",more:"\u66F4\u591A",moreOptions:"\u5C55\u958B\u66F4\u591A\u81EA\u8A02\u9078\u9805",translateTheWholePage:"\u7FFB\u8B6F\u9801\u9762\u5168\u90E8\u5340\u57DF\uFF08\u5340\u5206\u65BC\u53EA\u7FFB\u8B6F\u4E3B\u8981\u5340\u57DF\uFF09",changeToTranslateTheWholePage:"\u5207\u63DB\u70BA\u7FFB\u8B6F\u6240\u6709\u5340\u57DF",changeToTranslateTheMainPage:"\u5207\u63DB\u70BA\u7FFB\u8B6F\u4E3B\u8981\u5340\u57DF",translateToThePageEndImmediately:"\u7ACB\u5373\u7FFB\u8B6F\u5230\u5E95\u90E8\uFF08\u5340\u5206\u65BC\u770B\u54EA\u8B6F\u54EA\uFF09",translateTheMainPage:"\u667A\u6167\u7FFB\u8B6F\u4E3B\u8981\u5340\u57DF","The local rules are up to date":"\u672C\u6A5F\u898F\u5247\u5DF2\u70BA\u6700\u65B0\uFF1A","Successfully synchronized with the latest official rules:":"\u6210\u529F\u540C\u6B65\u6700\u65B0\u5B98\u65B9\u898F\u5247\uFF1A","Checking for updates":"\u6B63\u5728\u6AA2\u67E5\u66F4\u65B0","Rules are being synchronized":"\u6B63\u5728\u540C\u6B65\u5B98\u65B9\u898F\u5247",localVersionIsTooOld:"\u672C\u6A5F\u5957\u4EF6\u7248\u672C\u904E\u820A\uFF0C\u8ACB\u5347\u7D1A\u5957\u4EF6\u81F3 {minVersion} \u6216\u66F4\u65B0\u7684\u7248\u672C\u518D\u5617\u8A66\u540C\u6B65",badUserscriptBrowser:"\u76EE\u524D\u700F\u89BD\u5668\u7121\u6CD5\u6B63\u78BA\u5BE6\u73FE\u6CB9\u7334\u5957\u4EF6\u7684\u4ECB\u9762\uFF0C\u8ACB\u4F7F\u7528\u5176\u4ED6<1>\u652F\u63F4\u6CB9\u7334\u5957\u4EF6\u7684\u700F\u89BD\u5668\u5982(Firefox Nightly \u7248\u672C)",foundNewVersion:"\u6709\u65B0\u7248\u672C\u53EF\u7528",theLocalExtensionIsUpToUpdate:"\u76EE\u524D\u5957\u4EF6\u5DF2\u662F\u6700\u65B0\u7248\u672C",failToSyncRules:"\u540C\u6B65\u6700\u65B0\u5B98\u65B9\u898F\u5247\u5931\u6557",retry:"\u9EDE\u6B64\u91CD\u8A66",failedReason:"\u5931\u6557\u539F\u56E0",currentRuleVersion:"\u76EE\u524D\u898F\u5247\u7248\u672C",calculating:"\u6B63\u5728\u8A08\u7B97",unknownError:"\u672A\u77E5\u7684\u932F\u8AA4",canNotFetchRemoteRule:"\u7121\u6CD5\u53D6\u5F97\u9060\u7AEF\u898F\u5247",enableAlphaSuccess:"\u5DF2\u555F\u7528 Alpha \u529F\u80FD",disableAlphaSuccess:"\u5DF2\u505C\u7528 Alpha \u529F\u80FD",cacheSize:"\u5FEB\u53D6\u5927\u5C0F\uFF1A",cleaning:"\u6B63\u5728\u6E05\u7406",cleanCache:"\u6E05\u9664\u5FEB\u53D6",options:"\u9078\u9805",about:"\u95DC\u65BC",service:"\u7FFB\u8B6F\u670D\u52D9",needAction:"(\u524D\u5F80\u8A2D\u5B9A)",goSettings:"\u524D\u5F80\u8A2D\u5B9A",needActionForOptions:"(\u9700\u8A2D\u5B9A)",translationEngine:"\u5F15\u64CE\u9078\u9805",sourceLanguage:"\u539F\u6587\u8A9E\u8A00",target:"\u76EE\u6A19\u8A9E\u8A00",popupSourceLanguage:"\u539F\u6587\u8A9E\u8A00",popupTarget:"\u76EE\u6A19\u8A9E\u8A00",popupService:"\u7FFB\u8B6F\u670D\u52D9",forThisSite:"\u7576\u524D\u7DB2\u7AD9",autoEnableSubtitle:"\u81EA\u52D5\u958B\u555F\u96D9\u8A9E\u5B57\u5E55",alwaysTranslate:"\u7E3D\u662F\u7FFB\u8B6F",neverTranslate:"\u6C38\u4E0D\u7FFB\u8B6F",neverTranslateSomeLanguage:"\u6C38\u4E0D\u7FFB\u8B6F {language}",alwaysTranslateSomeSite:"\u7E3D\u662F\u7FFB\u8B6F {hostname}",neverTranslateSomeSite:"\u6C38\u4E0D\u7FFB\u8B6F {hostname}",alwaysTranslateSomeSiteOrWildSite:"\u7E3D\u662F\u7FFB\u8B6F\u7DB2\u7AD9",alwaysTranslateSomePage:"\u7E3D\u662F\u7FFB\u8B6F\u8A72\u7DB2\u9801",add:"\u65B0\u589E",default:"\u9810\u8A2D",forThisLanguage:"\u91DD\u5C0D\u8A72\u8A9E\u8A00\uFF1A","add url":"\u8F38\u5165 URL",edit:"\u7DE8\u8F2F",pickAll:"\u5168\u9078","translate other languages into specific language":"\u5C07\u5176\u5B83\u8A9E\u8A00\u7FFB\u8B6F\u70BA\u4F60\u8A2D\u5B9A\u7684\u8A9E\u8A00","select translation service":"\u9078\u64C7\u4F60\u60F3\u7528\u7684\u7FFB\u8B6F\u670D\u52D9",language:"\u8A9E\u8A00","show-original":"\u986F\u793A\u539F\u6587",translate:"\u7FFB\u8B6F",Translated:"\u5DF2\u7FFB\u8B6F",Translating:"\u6B63\u5728\u7FFB\u8B6F",Error:"\u932F\u8AA4",allowCacheTranslations:"\u555F\u7528\u672C\u6A5F\u7FFB\u8B6F\u5FEB\u53D6\uFF08\u6E1B\u5C11\u91CD\u8907\u6BB5\u843D\u7684\u7FFB\u8B6F\u8981\u6C42\uFF09","translation display":"\u8B6F\u6587\u986F\u793A\u6A23\u5F0F","select diplay style":"\u5340\u5206\u8B6F\u6587\u7684\u6A23\u5F0F\uFF0C\u5177\u9AD4\u53EF\u53C3\u8003\u4E0B\u5217\u7BC4\u4F8B",interface:"\u4ECB\u9762\u8A2D\u5B9A",import_export:"\u532F\u5165/\u532F\u51FA",import_export_title:"\u532F\u5165/\u532F\u51FA\u8A2D\u5B9A",syncToGoogleDrive:"\u7ACB\u5373\u8207 Google Drive \u540C\u6B65","floatBallOptions.enable":"\u555F\u7528\u61F8\u6D6E\u7403","floatBallOptions.blockUrls":"\u7981\u7528\u7DB2\u7AD9","floatBallOptions.add":"\u6DFB\u52A0","floatBallOptions.blockUrlDesc":"\u7576\u9047\u5230\u4EE5\u4E0B\u7DB2\u7AD9\u6642\u4E0D\u986F\u793A\u61F8\u6D6E\u7403","floatBallOptions.clickType":"\u9EDE\u64CA\u884C\u70BA","floatBallOptions.clickTypeDesc":"\u61F8\u6D6E\u7403\u5716\u6A19\u9EDE\u64CA\u6642\u7684\u884C\u70BA","floatBallOptions.clickPopup":"\u986F\u793A\u7FFB\u8B6F\u9762\u677F","floatBallOptions.clickTranslate":"\u7FFB\u8B6F/\u986F\u793A\u539F\u6587","floatBallOptions.fixedPosition":"\u56FA\u5B9A\u4F4D\u7F6E","floatBallOptions.fixedPositionDesc":"\u61F8\u6D6E\u7403\u5728\u7A97\u53E3\u5DE6\u5074\u9084\u662F\u53F3\u5074","floatBallOptions.fixedPositionLeft":"\u5DE6\u5074","floatBallOptions.fixedPositionRight":"\u53F3\u5074",previewAllThemes:"\u9810\u89BD\u5168\u90E8\u6A23\u5F0F","translationTheme.none":"\u7121","translationTheme.grey":"\u9ED1\u7070\u8272","translationTheme.dashed":"\u7834\u6298\u865F\u5E95\u7DDA","translationTheme.dotted":"\u9EDE\u72C0\u5E95\u7DDA","translationTheme.dashedBorder":"\u865B\u7DDA\u6846\u7DDA","translationTheme.solidBorder":"\u5BE6\u7DDA\u6846\u7DDA","translationTheme.underline":"\u76F4\u7DDA\u5E95\u7DDA","translationTheme.mask":"\u6A21\u7CCA\u6548\u679C\uFF08\u5B78\u7FD2\u6A21\u5F0F\uFF09","translationTheme.opacity":"\u900F\u660E\u6548\u679C","translationTheme.paper":"\u767D\u7D19\u9670\u5F71\u6548\u679C","translationTheme.dividingLine":"\u5206\u9694\u7DDA","translationTheme.highlight":"\u9192\u76EE\u63D0\u793A","translationTheme.marker":"\u99AC\u514B\u7B46","translationTheme.marker2":"\u99AC\u514B\u7B462","translationTheme.blockquote":"\u5F15\u7528\u6A23\u5F0F","translationTheme.weakening":"\u5F31\u5316","translationTheme.italic":"\u659C\u9AD4","translationTheme.bold":"\u7C97\u9AD4","translationTheme.thinDashed":"\u7D30\u7834\u6298\u865F\u5E95\u7DDA","translationTheme.nativeDashed":"\u7CFB\u7D71\u5167\u5EFA\u7834\u6298\u865F\u5E95\u7DDA","translationTheme.nativeDotted":"\u7CFB\u7D71\u5167\u5EFA\u9EDE\u72C0\u5E95\u7DDA","translationTheme.nativeUnderline":"\u7CFB\u7D71\u5167\u5EFA\u76F4\u7DDA\u5E95\u7DDA","translationTheme.wavy":"\u6CE2\u5F62\u66F2\u7DDA","translationServices.custom":"\u81EA\u5B9A\u7FA9API","translationServices.tencent":"\u9A30\u8A0A\u7FFB\u8B6F\u541B","translationServices.tenAlpha":"\u9A30\u8A0A\u7FFB\u8B6F\u541B(Alpha)","translationServices.google":"Google \u7FFB\u8B6F","translationServices.bai":"\u767E\u5EA6(Alpha)","translationServices.baidu":"\u767E\u5EA6\u7FFB\u8B6F","translationServices.aliyun":"\u963F\u91CC\u96F2\u7FFB\u8B6F","translationServices.volc":"\u706B\u5C71\u7FFB\u8B6F","translationServices.deeplx":"DeepLX(Beta)","translationServices.bing":"\u5FAE\u8F6F\u7FFB\u8B6F","translationServices.deepl":"DeepL","translationServices.wechat":"\u5FAE\u4FE1\u7FFB\u8B6F","translationServices.azure":"Azure \u7FFB\u8B6F","translationServices.ibm":"IBM Watson","translationServices.aws":"\u4E9E\u99AC\u905C\u7FFB\u8B6F","translationServices.mock":"\u6A21\u64EC\u7FFB\u8B6F","translationServices.mock2":"\u6A21\u64EC\u7FFB\u8B6F2","translationServices.caiyun":"\u5F69\u96F2\u5C0F\u8B6F","translationServices.cai":"\u5F69\u96F2\u5C0F\u8B6F (Alpha)","translationServices.volcAlpha":"\u706B\u5C71\u7FFB\u8B6F(Alpha)","translationServices.openl":"OpenL","translationServices.youdao":"\u6709\u9053\u7FFB\u8B6F","translationServices.you":"\u6709\u9053\u7FFB\u8B6F (Alpha)","translationServices.transmart":"\u9A30\u8A0A\u4EA4\u4E92\u7FFB\u8B6F","translationServices.niu":"\u5C0F\u725B\u7FFB\u8B6F","translationServices.papago":"Papago \u7FFB\u8B6F","translationServices.d":"Deepl(Alpha)","translationServices.dpro":"D Pro (Canary)","translationServices.openai":"OpenAI","translationServices.yandex":"Yandex","translationServices.chatgpt":"ChatGPT Web(3.5 mobile)","translate title":"\u7FFB\u8B6F\u9801\u9762\u6A19\u984C","always languages":"\u7E3D\u662F\u7FFB\u8B6F\u7684\u8A9E\u8A00",neverTranslateLanguagesLabel:"\u6C38\u4E0D\u7FFB\u8B6F\u7684\u8A9E\u8A00",neverTranslateTheFollowingLanguagesDescription:"\u7576\u9801\u9762\u4E2D\u67D0\u4E00\u6BB5\u843D\u7684\u8A9E\u8A00\u70BA\u4E0B\u5217\u8A9E\u8A00\u6642\uFF0C\u5C07\u8DF3\u904E\u7FFB\u8B6F",enableUserscriptPagePopup:"\u5728\u9801\u9762\u4E0A\u986F\u793A\u61F8\u6D6E\u7403",enableUserscriptPagePopupDescription:"\u95DC\u9589\u61F8\u6D6E\u7403\u5F8C\uFF0C\u53EF\u4EE5\u7528\u5FEB\u901F\u9375/{touch}\u518D\u6B21\u986F\u793A\u3002\u70BA\u9632\u6B62\u4E0D\u614E\u95DC\u9589\u8A72\u9078\u9805\u5F8C\u627E\u4E0D\u5230\u61F8\u6D6E\u7403\uFF0C\u5EFA\u8B70\u5C07\u672C\u8A2D\u5B9A\u9801\u9762\u52A0\u5165\u81F3\u6211\u7684\u6700\u611B","always translate the following languages":"\u7576\u9801\u9762\u8A9E\u8A00\u70BA\u4E0B\u5217\u8A9E\u8A00\u6642\uFF0C\u6703\u81EA\u52D5\u7FFB\u8B6F\u70BA\u76EE\u6A19\u8A9E\u8A00","always sites":"\u7E3D\u662F\u7FFB\u8B6F\u7684\u7DB2\u5740","always translate the following sites":"\u7576\u7DB2\u7AD9\u70BA\u4E0B\u5217\u7DB2\u57DF\u540D\u7A31\u6642\uFF0C\u6703\u81EA\u52D5\u7FFB\u8B6F\u70BA\u76EE\u6A19\u8A9E\u8A00","never sites":"\u6C38\u4E0D\u7FFB\u8B6F\u7684\u7DB2\u5740","never translate the following sites":"\u7576\u7DB2\u7AD9\u70BA\u4E0B\u5217\u7DB2\u57DF\u540D\u7A31\u6642\uFF0C\u5C07\u4E0D\u6703\u9032\u884C\u7FFB\u8B6F","please refer to":"\u9700\u8981\u586B\u5BEB\u91D1\u9470\u5F8C\u624D\u53EF\u4F7F\u7528\uFF0C\u8A73\u7D30\u8CC7\u8A0A\u8ACB\u53C3\u8003",KeyAndConfigurationTutorial:"\u300A\u91D1\u9470\u7533\u8ACB\u548C\u8A2D\u5B9A\u6559\u5B78\u300B",useAboveStyleForTheseSites:"\u7576\u7DB2\u7AD9\u70BA\u4E0B\u5217\u7DB2\u57DF\u540D\u7A31\u6642\uFF0C\u7E3D\u662F\u4F7F\u7528 \u2308{theme}\u230B \u8B6F\u6587\u6A23\u5F0F",currentUrl:"\u76EE\u524D\u7DB2\u5740",confirm:"\u5132\u5B58",cancel:"\u53D6\u6D88",delete:"\u522A\u9664","languages.auto":"\u81EA\u52D5\u5075\u6E2C",syncToCloud:"\u540C\u6B65\u81F3\u96F2\u7AEF",syncToCloudDescription:"\u4E0A\u50B3\u81F3\u96F2\u7AEF\u5F8C\uFF0C\u53EF\u4EE5\u5728\u4E0D\u540C\u7684\u700F\u89BD\u5668/\u6CB9\u7334\u8173\u672C\u4E4B\u9593\u540C\u6B65\u8A2D\u5B9A\uFF0C\u4EE5\u6700\u5F8C\u8B8A\u66F4\u6642\u9593\u70BA\u6E96\u3002",syncToAccount:"\u540C\u6B65\u5230\u8CEC\u6236",syncToAccountButton:"\u7ACB\u5373\u8207\u96F2\u7AEF\u540C\u6B65",syncToAccountDescription:"\u4E0A\u50B3\u5230\u5DF2\u767B\u9304\u8CEC\u6236\uFF0C\u53EF\u4EE5\u5728\u4E0D\u540C\u7684\u8A2D\u5099\u4E4B\u9593\u540C\u6B65\u914D\u7F6E\uFF0C\u4EE5\u6700\u5F8C\u4FEE\u6539\u6642\u9593\u70BA\u6E96\u3002",successSyncConfigInAccount:"\u6210\u529F\u8207\u8CEC\u6236\u4FDD\u6301\u540C\u6B65",successSyncConfigToAccount:"\u6210\u529F\u540C\u6B65\u5230\u8CEC\u6236",syncConfigNoUpdate:"\u5DF2\u7D93\u662F\u6700\u65B0\u7684\u4E86",authFail:"\u6388\u6B0A\u5931\u6557",syncTitle:"\u624B\u52D5\u5099\u4EFD\u7BA1\u7406",import_hint:"\u532F\u5165",upload:"\u4E0A\u50B3",revokeAuth:"\u64A4\u92B7\u6388\u6B0A",uploadFail:"\u4E0A\u50B3\u5931\u6557",download:"\u4E0B\u8F09",importSuccess:"\u532F\u5165\u6210\u529F",importFail:"\u532F\u5165\u5931\u6557",deleteFail:"\u522A\u9664\u5931\u6557",backupToCloud:"\u624B\u52D5\u7BA1\u7406\u5099\u4EFD\u6A94\u6848",create_new_backup:"\u65B0\u589E\u5099\u4EFD\u7BC0\u9EDE",maxBackupFiles:"\u6700\u591A\u53EF\u4EE5\u5099\u4EFD{count}\u500B\u4E0D\u540C\u7684\u7BC0\u9EDE\uFF0C\u8ACB\u522A\u9664\u4E0D\u9700\u8981\u7684\u7BC0\u9EDE",backupToCloudDescription:"\u624B\u52D5\u4E0A\u50B3\u6216\u9084\u539F\u5099\u4EFD\u6A94\u6848\uFF0C\u6700\u591A\u5141\u8A31 3 \u500B\u4E0D\u540C\u7684\u5099\u4EFD",successSyncConfig:"\u6210\u529F\u8207\u96F2\u7AEF\u4FDD\u6301\u540C\u6B65",syncFail:"\u540C\u6B65\u5931\u6557",updatedAt:"\u66F4\u65B0\u65BC {date}",lastSyncedAt:"\u4E0A\u6B21\u6AA2\u67E5\u65BC {date}",downloadFail:"\u4E0B\u8F09\u5931\u6557",clickToDownload:"\u9EDE\u9078\u4E0B\u8F09",aboutLabel:"\u95DC\u65BC - \u554F\u984C\u56DE\u5831","browser.openAboutPage":"\u95DC\u65BC/\u554F\u984C\u56DE\u5831",aboutLabelWithoutSponsor:"\u95DC\u65BC - \u554F\u984C\u56DE\u5831",aboutIntro:"\u5E0C\u671B\u6211\u5011\u90FD\u80FD\u66F4\u52A0\u5BB9\u6613\u4E14\u6109\u6085\u5730\u7372\u53D6\u7DB2\u969B\u7DB2\u8DEF\u4E0A\u66F4\u591A\u7684\u5916\u8A9E\u8CC7\u8A0A \u2764\uFE0F \u4F60\u53EF\u4EE5\u9078\u64C7\u958B\u901A <6>Pro\u6703\u54E1 \u4F86\u4F7F\u7528\u958B\u7BB1\u5373\u7528\u7684 DeepL \u548C OpenAI \u7FFB\u8B6F\u3002

\u4F60\u53EF\u4EE5\u95DC\u6CE8\u6211\u4EEC\u7684<3>Twitter\uFF0C<4>Telegram \u983B\u9053\u4EE5\u53CA\u4E0B\u65B9\u7684<5>\u90F5\u4EF6\u8A02\u95B1\u8FFD\u8E64\u66F4\u65B0\u3002
<7>Pro \u6703\u54E1 \u53EF\u4EE5\u901A\u904E\u5FEB\u901F\u5BA2\u670D\u90F5\u7BB1 <8>support@immersivetranslate.com \u548C\u6211\u5011\u53D6\u5F97\u806F\u7E6B\u3002",aboutIntroWithoutSponsor:"\u5E0C\u671B\u6211\u5011\u90FD\u80FD\u66F4\u52A0\u5BB9\u6613\u4E14\u6109\u6085\u5730\u7372\u53D6\u7DB2\u969B\u7DB2\u8DEF\u4E0A\u66F4\u591A\u7684\u5916\u8A9E\u8CC7\u8A0A \u2764\uFE0F ",projectHomepage:"\u5C08\u6848\u9996\u9801",joinTelegramGroup:"\u52A0\u5165\u7528\u6237\u4EA4\u6D41\u7FA4\u7D44\u53C3\u8207\u529F\u80FD\u8A0E\u8AD6",wechatPublicAccount:"\u5FAE\u4FE1\u516C\u773E\u865F",wechatCommunities:"\u5FAE\u4FE1\u4EA4\u6D41\u7FA4",qqCommunities:"QQ \u4EA4\u6D41\u983B\u9053",joinTelegramChannel:"\u95DC\u6CE8 Telegram \u983B\u9053\u77AD\u89E3\u66F4\u65B0\u8CC7\u8A0A",feedbackAndJoin:"\u554F\u984C\u56DE\u5831/\u52A0\u5165\u7FA4\u7D44",autoSync:"\u81EA\u52D5\u5B9A\u6642\u540C\u6B65",loadingThemeTitle:"Loading \u6A23\u5F0F",loadingThemeDescription:"\u8A2D\u5B9A\u7B49\u5F85\u8B6F\u6587\u8F09\u5165\u6642\u7684\u6A23\u5F0F","loadingTheme.spinner":"\u8F49\u5708\u52D5\u756B","loadingTheme.text":"\u975C\u614B\u6587\u5B57 ... ","loadingTheme.none":"\u4E0D\u986F\u793A",developerDescription:"\u53EF\u4EE5\u9EDE\u9078<1>\u6B64\u8655\u6AA2\u8996\u9032\u968E\u81EA\u8A02\u529F\u80FD\u76F8\u95DC\u7684\u8AAA\u660E\u6587\u4EF6","edit border color":"\u8B8A\u66F4\u908A\u6846\u8272\u5F69",successSyncButNoChange:"\u76EE\u524D\u8A2D\u5B9A\u8207\u96F2\u7AEF\u4E00\u81F4",customTheme:"\u81EA\u8A02\u8272\u5F69\u548C\u5927\u5C0F","customThemeLabel.borderColor":"\u908A\u6846\u8272\u5F69","customThemeLabel.borderRadius":"\u908A\u6846\u5713\u89D2","customThemeLabel.textColor":"\u6587\u5B57\u8272\u5F69","customThemeLabel.backgroundColor":"\u80CC\u666F\u8272\u5F69","customThemeLabel.zoom":"\u5B57\u578B\u7E2E\u653E\u6BD4\u4F8B (%)","customThemeLabel.opacity":"\u6587\u5B57\u4E0D\u900F\u660E\u5EA6(%)",resetToDefaultColor:"\u9084\u539F\u70BA\u9810\u8A2D\u8272\u5F69",resetToDefaultSettings:"\u9084\u539F\u70BA\u9810\u8A2D\u8A2D\u5B9A",isTranslateTitle:"\u555F\u7528\u7DB2\u9801\u6A19\u984C\u7FFB\u8B6F",isTranslateTitleDescription:"\u555F\u7528\u5F8C\uFF0C\u7DB2\u9801\u7684\u6A19\u984C\u6703\u88AB\u7FFB\u8B6F",enableSearchEnhancement:"\u958B\u555F\u641C\u7D22\u589E\u5F37",enableSearchEnhancementDescription:"\u4E2D\u6587\u641C\u7D22\u8C37\u6B4C\u6703\u5728\u53F3\u908A\u51FA\u73FE\u82F1\u6587\u7248\u8C37\u6B4C\u65B0\u805E",verifyService:"\u9EDE\u6B64\u6E2C\u8A66\u670D\u52D9",verified:"\u9A57\u8B49\u6210\u529F","field.langs":"\u652F\u63F4\u7684\u8A9E\u8A00\u4EE3\u78BC","field.model":"\u6A21\u578B","field.translationEngine":"\u7FFB\u8B6F\u5F15\u64CE","field.limitPerMinute":"\u6BCF\u5206\u9418\u6700\u5927\u8981\u6C42\u6578","field.limitPerSecond":"\u6BCF\u79D2\u6700\u5927\u8981\u6C42\u6578","field.maxTextLengthPerRequest":"\u6BCF\u6B21\u8981\u6C42\u7684\u6700\u5927\u6587\u5B57\u9577\u5EA6","field.maxTextGroupLengthPerRequest":"\u6BCF\u6B21\u8981\u6C42\u6700\u5927\u6BB5\u843D\u6578","field.apiUrl":"\u81EA\u8A02 API \u4F4D\u5740","field.placeholderDelimiters":"\u4FDD\u7559\u7684\u4F54\u4F4D\u7B26","description.custom":"\u81EA\u5B9A\u7FA9\u63A5\u53E3\u63A5\u5165 \u9700\u8981\u53C3\u8003\u6587\u6A94","description.limitPerMinute":"\u8981\u6C42\u6578\u8D85\u904E\u8A72\u9650\u5236\u6642\u6703\u88AB\u66AB\u6642\u505C\u7528\uFF0C\u76F4\u81F3\u4E0B\u4E00\u5206\u9418\u958B\u59CB\u3002\u7531\u4E8EOpenAI\u76EE\u524D\u670D\u52A1\u7684\u5404\u79CD\u9650\u5236\uFF0C\u8BF7\u70B9\u51FB<1>\u8FD9\u91CC\u67E5\u770B\u6700\u65B0\u5EFA\u8BAE\u7684\u6570\u503C","description.limitPerSecond":"\u8981\u6C42\u6578\u8D85\u904E\u8A72\u9650\u5236\u6642\u6703\u88AB\u66AB\u6642\u505C\u7528\uFF0C\u76F4\u81F3\u4E0B\u4E00\u79D2\u9418\u958B\u59CB\u3002\u7531\u4E8EOpenAI\u76EE\u524D\u670D\u52A1\u7684\u5404\u79CD\u9650\u5236\uFF0C\u8BF7\u70B9\u51FB<1>\u8FD9\u91CC\u67E5\u770B\u6700\u65B0\u5EFA\u8BAE\u7684\u6570\u503C","description.generalLimitPerSecond":"\u8ACB\u6C42\u6578\u8D85\u904E\u8A72\u9650\u5236\u6642\u6703\u9032\u5165\u6392\u968A\u72C0\u614B\uFF0C\u76F4\u5230\u4E0B\u4E00\u79D2\u9418\u958B\u59CB\u3002","description.prompt":"\u4EE5\u7528\u6236\u8EAB\u4EFD\u767C\u9001\u7D66 {service} \u7684\u5C0D\u8A71\uFF0C\u5176\u4E2D {{text}} \u8868\u793A\u6BB5\u843D\u7684\u6587\u672C\u5167\u5BB9\uFF0C{{from}} \u8868\u793A\u6BB5\u843D\u7684\u8A9E\u8A00\uFF0C{{to}} \u8868\u793A\u76EE\u6A19\u8A9E\u8A00","description.maxTextLengthPerRequest":"\u9810\u8A2D\u6703\u5408\u4F75\u591A\u500B\u6BB5\u843D\uFF0C\u4EE5\u6E1B\u5C11\u8ACB\u8981\u6C42\u6578\uFF0C\u4F46\u662F\u5982\u679C\u6BB5\u843D\u7E3D\u9577\u5EA6\u904E\u9577\uFF0C\u4E5F\u53EF\u80FD\u6703\u5C0E\u81F4 API \u7684\u56DE\u61C9\u6642\u9593\u589E\u52A0\uFF0C\u56E0\u6B64\u53EF\u4EE5\u5617\u8A66\u8ABF\u6574\u8A72\u9078\u9805\u4F86\u63D0\u5347\u901F\u5EA6","description.systemPrompt":"\u4EE5\u7CFB\u7D71\u8EAB\u4EFD\u767C\u9001\u7D66 {service} \u7684\u5C0D\u8A71\uFF0C\u5176\u4E2D {{text}} \u8868\u793A\u6BB5\u843D\u7684\u6587\u672C\u5167\u5BB9\uFF0C{{from}} \u8868\u793A\u6BB5\u843D\u7684\u8A9E\u8A00\uFF0C{{to}} \u8868\u793A\u76EE\u6A19\u8A9E\u8A00","field.domain":"\u9818\u57DF","description.domain":"\u9ED8\u8A8D\u70BA\uFF1Ageneral\u3002\u50C5\u5728\u6709\u9053API\u63A7\u5236\u53F0\u958B\u901A\u9818\u57DF\u5316\u7FFB\u8B6F\u7684\u60C5\u6CC1\u4E0B\u53EF\u8A2D\u7F6E\uFF0C\u652F\u6301\u9818\u57DF\u898B<1>\u9019\u88E1","field.scene":"\u5834\u666F","description.scene":"\u9ED8\u8A8D\u70BA\uFF1Ageneral\u3002\u50C5\u5728\u963F\u91CC\u96F2API\u63A7\u5236\u53F0\u958B\u901A\u6A5F\u5668\u7FFB\u8B6F\u5C08\u696D\u7248\u7684\u60C5\u6CC1\u4E0B\u53EF\u8A2D\u7F6E\uFF0C\u652F\u6301\u5834\u666F\u898B<1>\u9019\u88E1","field.vocabId":"\u4F7F\u7528\u8005\u8A5E\u5178ID","description.vocabId":"\u6307\u5B9A\u7684\u5B57\u5178out_id\uFF0C\u76EE\u524D\u652F\u63F4\u82F1\u8B6F\u4E2D","description.model":"OpenAI \u7684\u6A21\u578B\uFF0C\u53EF\u4EE5\u70BA gpt-3.5-turbo, gpt-4 \u7B49","description.maxTextGroupLengthPerRequest":"\u6BCF\u6B21\u50B3\u9001\u7D66\u7FFB\u8B6F\u670D\u52D9\u7684\u6BB5\u843D\u6578\u91CF\uFF0C\u5982\u679C\u6BB5\u843D\u6578\u91CF\u904E\u591A\uFF0C\u53EF\u80FD\u6703\u5C0E\u81F4\u56DE\u61C9\u901F\u5EA6\u8B8A\u6162","description.apiUrl":"\u8ACB\u52A0\u5165\u5177\u9AD4\u5305\u542B\u8DEF\u5F91\u7684\u7DB2\u5740",enabledExtension:"\u555F\u7528\u5957\u4EF6",clickToDisableExtension:"\u9EDE\u9078\u505C\u7528\u5957\u4EF6",clickToEnableExtension:"\u9EDE\u9078\u555F\u7528\u5957\u4EF6",hasBeenDisabled:"\u5DF2\u505C\u7528","show password":"\u986F\u793A\u5BC6\u78BC",customContent:"\u8F38\u5165\u81EA\u5B9A\u7FA9\u6A21\u578B",inputOptions:"\u8F38\u5165\u6846\u589E\u5F37",mouseHoverOptions:"\u9F20\u6A19\u6ED1\u904E",modifyMouseHoverKey:"\u4FEE\u6539\u6ED1\u9F20\u61F8\u505C\u5FEB\u6377\u9375",enableInputTranslation:"\u662F\u5426\u555F\u7528\u8F38\u5165\u6846\u589E\u5F37",enableInputTranslationDescription:"\u555F\u7528\u5F8C\uFF0C\u8F38\u5165\u6846\u76F4\u63A5\u8F38\u5165 {startingKey}{startingKey} \u4F60\u597D\uFF0C\u7136\u5F8C\u5FEB\u901F\u9023\u64CA{inputTrailingTriggerKeyRepeatTimes}\u6B21{trailingKey}\uFF0C\u5373\u53EF\u7FFB\u8B6F\u70BA {inputTargetLanguage}",enableInputTranslationDescriptionForNoneKey:"\u555F\u7528\u5F8C\uFF0C\u8F38\u5165\u6846\u76F4\u63A5\u8F38\u5165\uFF1A\u4F60\u597D\u4E16\u754C\uFF0C\u7136\u5F8C\u5FEB\u901F\u9023\u64CA{inputTrailingTriggerKeyRepeatTimes}\u6B21{trailingKey}\uFF0C\u5373\u53EF\u7FFB\u8B6F\u70BA\u9810\u8A2D\u76EE\u6A19\u8A9E\u8A00",inputTargetLanguage:"\u8A2D\u5B9A\u8F38\u5165\u6846\u7684\u9810\u8A2D\u76EE\u6A19\u8A9E\u8A00",inputTargetLanguageDescription:"\u8F38\u5165\u6846\u7FFB\u8B6F\u7684\u9810\u8A2D\u76EE\u6A19\u8A9E\u8A00\uFF0C\u4E5F\u5C31\u662F {startingKey}{startingKey} \u4F5C\u70BA\u89F8\u767C\u8A5E\u7684\u9810\u8A2D\u8A9E\u8A00",inputTargetLanguageDescriptionForNoneKey:"\u8F38\u5165\u6846\u7FFB\u8B6F\u7684\u9810\u8A2D\u76EE\u6A19\u8A9E\u8A00",inputStartingTriggerKeyTitle:"\u8A2D\u5B9A\u8F38\u5165\u6846\u90E8\u5206\u7FFB\u8B6F\u7684\u5206\u5272\u5B57\u7B26",inputStartingTriggerKeyDescription:"\u7576\u4F60\u4E0D\u9700\u8981\u7FFB\u8B6F\u6574\u500B\u8F38\u5165\u6846\u7684\u6642\u5019\uFF0C\u5206\u5272\u7B26\u5141\u8A31\u4F60\u53EA\u7FFB\u8B6F {startingKey}{startingKey} \u5230\u8F38\u5165\u6846\u672B\u5C3E\u7684\u90E8\u5206\uFF0C\u4E5F\u53EF\u4EE5\u6307\u5B9A\u8A9E\u8A00\u4EE3\u78BC\uFF0C\u4F8B\u5982\uFF1A{startingKey}ja \u8868\u793A\u53EA\u7FFB\u8B6F {startingKey}ja \u5230\u8F38\u5165\u6846\u672B\u5C3E\u7684\u90E8\u5206",inputStartingTriggerKeyDescriptionForNoneKey:"\u76EE\u524D\u8A2D\u5B9A\u70BA\u7121\u9700\u524D\u7DB4\uFF0C\u66AB\u7121\u6CD5\u4F7F\u7528\u8F38\u5165\u6846\u7684\u90E8\u5206\u6587\u5B57\u7FFB\u8B6F\u529F\u80FD",inputTrailingTriggerKeyTitle:"\u9078\u64C7\u4E00\u500B\u8F38\u5165\u7D50\u675F\u7684\u89F8\u767C\u5B57\u7B26",inputTrailingTriggerKeyDescription:"\u5FEB\u901F\u9023\u64CA3 \u6B21{trailingKey} \u5C07\u6703\u958B\u59CB\u7FFB\u8B6F",inputTrailingTriggerKeyTimeout:"\u8F38\u5165\u7D50\u675F\u9023\u64CA\u89F8\u767C\u7684\u9593\u9694\u6642\u9593",inputTrailingTriggerKeyTimeoutDescription:"\u8A2D\u7F6E\u8F38\u5165\u7D50\u675F\u9023\u64CA\u89F8\u767C\u7684\u9593\u9694\u6642\u9593\uFF08\u6BEB\u79D2\uFF09",spaceKey:"<\u7A7A\u683C\u9375>",noneKey:"\u7121\u9700\u524D\u7DB4\uFF0C\u76F4\u63A5\u7FFB\u8B6F\u6574\u500B\u6587\u5B57\u6846",inputTranslationBlockUrlsTitle:"\u5207\u52FF\u5728\u4EE5\u4E0B\u7DB2\u5740\u4E2D\u555F\u7528\u8F38\u5165\u6846\u589E\u5F37",inputTranslationBlockUrlsDescription:"\u5728\u4EE5\u4E0B\u7DB2\u5740\u4E2D\uFF0C\u8F38\u5165\u6846\u589E\u5F37\u5C07\u4E0D\u6703\u751F\u6548",inputHelperInfo:"\u8AAA\u660E\uFF1A\u6211\u5011\u7279\u5225\u91DD\u5C0D\u5728\u4E2D\u6587\u8F38\u5165\u6CD5\u4E0B\u90E8\u5206\u89F8\u767C\u5B57\u7B26\u6703\u8B8A\u6210\u4E2D\u6587\u6A19\u9EDE\u7B26\u865F\u9019\u4EF6\u4E8B\u505A\u4E86\u512A\u5316\uFF0C\u6BD4\u5982\u641C\u72D7\u8F38\u5165\u6CD5\u4E0B / \u6703\u8B8A\u6210\u9813\u865F \u3001\uFF0C\u6C89\u6D78\u5F0F\u7FFB\u8B6F\u652F\u6301\u6240\u6709\u89F8\u767C\u7B26\u5C0D\u61C9\u7684\u4E2D\u6587\u7B26\u865F\uFF0C\u4E5F\u5C31\u662F\u8AAA // \u3001\u3001 \u90FD\u6703\u88AB\u8B58\u5225\u70BA\u89F8\u767C\u5B57\u7B26\u3002

\u540C\u6642\u6211\u5011\u4E5F\u652F\u6301\u8A9E\u8A00\u4EE3\u78BC\u7684\u4E2D\u6587\u5225\u540D\u4F5C\u70BA\u547D\u4EE4\uFF0C\u6BD4\u5982 /\u65E5\u6587 \u4F60\u597D\u4E16\u754C \u6703\u88AB\u7FFB\u8B6F\u70BA\u65E5\u6587\uFF0C<1>\u9EDE\u6B64\u67E5\u770B\u6240\u6709\u652F\u63F4\u7684\u8A9E\u8A00\u4EE3\u78BC\u3002",reloadCurrentPage:"\u8ACB\u5148\u5237\u65B0\u76EE\u524D\u9801\u9762\uFF0C\u518D\u958B\u59CB\u7FFB\u8B6F",noLocalFilePermissionForPDF:"\u66AB\u7121\u6B0A\u9650\u8B80\u53D6\u672C\u6A5F\u6587\u4EF6\uFF0C\u8ACB\u9EDE\u9078\u4E0A\u65B9\u6309\u9215\uFF0C\u7136\u5F8C\u532F\u5165\u672C\u6A5F\u6587\u4EF6",noPermissionForThisPage:"\u26A0\uFE0F \u66AB\u7121\u6B0A\u9650\u7FFB\u8B6F\u76EE\u524D\u9801\u9762","error.retry":"\u91CD\u8A66","error.reason":"\u932F\u8AA4\u539F\u56E0",retryAllParagraphs:"\u91CD\u8A66\u5168\u90E8\u932F\u8AA4\u6BB5\u843D",retryAllButton:"\u91CD\u8A66\u5168\u90E8\u932F\u8AA4\u6BB5\u843D",errorTooltipTitle:"\u9EDE\u64CA\u770B\u932F\u8AA4\u539F\u56E0",errorModalTitle:"\u7FFB\u8B6F\u670D\u52D9\u6216\u7DB2\u8DEF\u4F3C\u4E4E\u51FA\u4E86\u9EDE\u554F\u984C...",disableConfirm:"\u7981\u7528\u78BA\u8A8D",disableOnce:"\u7981\u7528\u4E00\u6B21",disableGlobal:"\u5168\u5C40\u7981\u7528",disableTint:"* \u60A8\u53EF\u4EE5\u5728 {option} \u4E2D\u91CD\u65B0\u555F\u7528\u3002",searchEnhancementNotes:"\u6211\u5011\u767C\u73FE\uFF0C\u4E2D\u6587\u95DC\u9375\u8A5E\u548C\u82F1\u6587\u95DC\u9375\u8A5E\u7684\u65B0\u805E\u7D50\u679C\u6709\u975E\u5E38\u5927\u7684\u4E0D\u540C\uFF0C\u5728\u555F\u7528\u6C89\u6D78\u5F0F\u7FFB\u8B6F\u96D9\u8A9E\u4FE1\u606F\u589E\u5F37\u529F\u80FD\u5F8C\uFF0C\u6211\u5011\u6703\u5728\u652F\u6301\u7684\u7DB2\u7AD9\uFF08\u8C37\u6B4C\u65B0\u805E\uFF0C\u8C37\u6B4C\u641C\u7D22\uFF08\u90E8\u5206\u95DC\u9375\u8A5E\uFF09\uFF0C\u96EA\u7403\uFF0C\u6771\u65B9\u8CA1\u5BCC\u7DB2\uFF0C\u5BCC\u9014\uFF0C\u8001\u864E\uFF09\u81EA\u52D5\u7528\u82F1\u6587\u70BA\u4F60\u641C\u7D22\u540C\u6A23\u7684\u95DC\u9375\u8A5E\u4E26\u5C55\u793A\u5728\u53F3\u5074\u3002\u5982\u679C\u4F60\u4E0D\u9700\u8981\u8A72\u529F\u80FD\u7684\u8A71\uFF0C\u53EF\u4EE5\u9078\u64C7\u7981\u7528\u5B83\u3002",option:"\u9078\u9805",saveSettings:"\u5132\u5B58\u8A2D\u5B9A",closeModal:"\u95DC\u9589\u8996\u7A97",enableInputTranslationWithoutTriggerKeyTitle:"\u555F\u7528\u5FEB\u901F\u9023\u64CA3 \u6B21{trailingKey}\uFF0C\u76F4\u63A5\u7FFB\u8B6F\u6574\u500B\u8F38\u5165\u6846\u70BA{inputTargetLanguage}",enableInputTranslationWithoutTriggerKeyDescription:"\u5982\u9700\u6307\u5B9A\u76EE\u6A19\u8A9E\u8A00\uFF0C\u8ACB\u5728\u524D\u9762\u52A0\u4E0A\u8A9E\u8A00\u7A0B\u5F0F\u78BC\uFF0C\u5982\uFF1Aja \u4F60\u597D\u4E16\u754C",deepLProName:"\u6C89\u6D78\u5F0F\u7FFB\u8B6FPro \u6703\u54E1(\u63A8\u85A6)",deepLProDescription:"\u76EE\u524D\u5957\u9910\u53EF\u4EE5\u76F4\u63A5\u4F7F\u7528",deeplProDescriptionForNormal:"\u7121\u9700\u4EFB\u4F55\u8A2D\u7F6E\uFF0C\u6703\u54E1\u767B\u5165\u5F8C\u5373\u53EF\u4F7F\u7528\uFF0C<1>\u9EDE\u6B64\u5347\u7D1A\u70BA\u6703\u54E1",deepLCustomDescription:"\u9700\u8981\u570B\u5916\u4FE1\u7528\u5361\uFF0C\u5728<1>DeepL\u5B98\u65B9\u958B\u901A\uFF0C\u9EDE\u9078\u67E5\u770B<2>\u6587\u6A94",deepLCustomName:"\u81EA\u8A02Auth Key",chooseProviderLabel:"\u9078\u64C7\u4E00\u500B\u670D\u52D9\u63D0\u4F9B\u8005",openaiProName:"\u6C89\u6D78\u5F0F\u7FFB\u8B6FPro \u6703\u54E1(\u63A8\u85A6)",openaiProDescription:"\u76EE\u524D\u5957\u9910\u53EF\u4EE5\u76F4\u63A5\u4F7F\u7528",openaiProDescriptionForNormal:"\u7121\u9700\u4EFB\u4F55\u8A2D\u7F6E\uFF0C\u6703\u54E1\u767B\u5165\u5F8C\u5373\u53EF\u4F7F\u7528\uFF0C<1>\u9EDE\u6B64\u5347\u7D1A\u70BA\u6703\u54E1",openaiCustomDescription:"\u53EF\u5728OpenAI, Azure OpenAI, \u6216\u5176\u4ED6\u7B2C\u4E09\u65B9\u670D\u52D9\u7372\u53D6\uFF0C<1>\u9EDE\u6B64\u67E5\u770B\u6587\u6A94",openaiCustomName:"\u81EA\u8A02API Key",needLoginAction:"(\u958B\u901A\u6703\u54E1\u6216\u81EA\u8A02)",goLoginOrAction:"(\u958B\u901A\u6703\u54E1\u6216\u53BB\u8A2D\u5B9A)",yearly:"\u5E74\u5EA6\u7E8C\u8A02",quarterly:"\u5B63\u5EA6\u7E8C\u8A02",monthly:"\u6BCF\u6708\u7E8C\u8A02",yearlyForOnce:"\u4E00\u6B21\u6027\u5E74\u5EA6\u5957\u9910",monthlyForOnce:"\u4E00\u6B21\u6027\u6708\u5EA6\u5957\u9910",daily:"\u6BCF\u65E5\u7E8C\u8A02",year:"\u5E74\u5EA6\u7E8C\u8A02",quarter:"\u5B63\u5EA6\u7E8C\u8A02",month:"\u6BCF\u6708\u7E8C\u8A02",day:"\u6BCF\u65E5\u7E8C\u8A02",onetime_7day:"7 \u5929\u9AD4\u9A57\u5305",currentPlanDescriptionForFree:"\u76EE\u524D\u5957\u9910\uFF1A\u514D\u8CBB",currentPlanDescriptionForContinuous:"\u76EE\u524D\u5957\u9910\uFF1A{plan}\uFF0C\u5C07\u65BC {endAt} \u81EA\u52D5\u7E8C\u8CBB",currentPlanDescriptionForAutoRenewCaceling:"\u76EE\u524D\u5957\u9910\uFF1A{plan}\uFF0C\u5C07\u65BC {endAt} \u5230\u671F\uFF0C\u5230\u671F\u5F8C\u5C07\u4E0D\u6703\u81EA\u52D5\u7E8C\u7D04",currentYearlyPlanDescriptionForAutoRenewCacelingWithRealPaiedUser:"\u76EE\u524D\u5957\u9910\uFF1A{plan}\uFF0C\u5C07\u65BC {endAt} \u5230\u671F\uFF0C\u5230\u671F\u5F8C\u5C07\u4E0D\u6703\u81EA\u52D5\u7E8C\u7D04\u3002
<1>\u9EDE\u6B64\u7BA1\u7406\u7E8C\u8CBB\u65B9\u6848",currentYearlyPlanDescriptionForAutoRenewCacelingWithAdmin:"\u76EE\u524D\u5957\u9910\uFF1A{plan}\uFF0C\u5C07\u65BC {endAt} \u5230\u671F\uFF0C\u5230\u671F\u5F8C\u5C07\u4E0D\u6703\u81EA\u52D5\u7E8C\u7D04\u3002
<1>\u9EDE\u6B64\u555F\u7528\u9023\u7E8C\u5305\u5E74",currentPlanDescriptionForOneTime:"\u76EE\u524D\u5957\u9910\uFF1A{plan}\uFF0C\u5C07\u65BC {endAt} \u5230\u671F\uFF0C<1>\u9EDE\u6B64\u5347\u7D1A\u70BA\u5E74\u8CBB\u6216<2>\u6708\u8CBB\u6703\u54E1",upgradePlan:"\u9EDE\u6B64\u5347\u7D1A\u70BAPro \u6703\u54E1",upgradeToPro:"\u5347\u7D1A\u70BA Pro \u6703\u54E1","popup.openPro":"\u5347\u7D1A\u70BA Pro \u6703\u54E1\u5F8C\u53EF\u4EE5\u66A2\u4EAB DeepL \u548C OpenAI \u7FFB\u8B6F\uFF0C\u9EDE\u6B64\u5347\u7D1A","popup.openProForPro":"\u60A8\u662F Pro \u6703\u54E1\uFF0C\u53EF\u76F4\u63A5\u4F7F\u7528 DeepL \u548C OpenAI \u7FFB\u8B6F",currentAccount:"\u7576\u524D\u8CEC\u6236",enableAutoSyncUserSettings:"\u555F\u7528\u591A\u8A2D\u5099\u81EA\u52D5\u96F2\u7AEF\u540C\u6B65",modalEnableInputTranslationTitle:"\u6C89\u6D78\u5F0F\u7FFB\u8B6F\u8F38\u5165\u6846\u7FFB\u8B6F\u63D0\u793A",modalEnableInputTranslationDesc:"\u60A8\u525B\u525B\u900F\u904E\u5FEB\u901F\u9023\u64CA3 \u6B21\u7A7A\u767D\u9375\u89F8\u767C\u4E86\u6C89\u6D78\u5F0F\u7FFB\u8B6F\u7684\u8F38\u5165\u6846\u7FFB\u8B6F\uFF0C\u8F38\u5165\u6846\u7684\u5167\u5BB9\u5C07\u7FFB\u8B6F\u70BA\u9810\u8A2D\u7684\u76EE\u6A19\u8A9E\u8A00\u3002\u900F\u904ECtrl+Z \u53EF\u4EE5\u64A4\u92B7\u7FFB\u8B6F\u3002

\u5982\u679C\u9019\u662F\u4E00\u500B\u5931\u8AA4\uFF0C\u4E0D\u7528\u64D4\u5FC3\uFF0C\u60A8\u53EF\u4EE5\u9078\u64C7\u672C\u6B21\u505C\u7528\uFF0C\u6216\u6C38\u4E45\u505C\u7528\u8F38\u5165\u6846\u7FFB\u8B6F\u3002",saveAndNotShowAgain:"\u5132\u5B58\u4E14\u4E0D\u518D\u63D0\u793A",disableInputTranslationTips:"* \u4F60\u4E5F\u53EF\u4EE5\u5728 {option} \u4E2D\u8A2D\u5B9A\u5176\u4ED6\u5FEB\u6377\u9375\u4F86\u89F8\u767C\uFF0C{learnMore}\u3002",learnMore:"\u9EDE\u6B64\u4E86\u89E3\u66F4\u591A",continueEnalbeInputTranslation:"\u7E7C\u7E8C\u555F\u7528\u8F38\u5165\u6846\u7FFB\u8B6F",autoRenewTrialSuffix:'\uFF08\u8A66\u7528\u4E2D\uFF0C\u7ACB\u523B\u5347\u7D1A\u70BA\u6B63\u5F0F\u6703\u54E1\uFF09',upgradeFromTrialTitle:"\u5347\u7D1A\u70BA\u6B63\u5F0F\u6703\u54E1",subtitle:"\u5F71\u7247\u5B57\u5E55",youtubeService:"\u6C89\u6D78\u5F0F\u7FFB\u8B6F\u5F71\u7247\u5B57\u5E55\u670D\u52D9","subtitle.disabledSubtitle":"\u6C38\u4E45\u7981\u7528\u8996\u983B\u5B57\u5E55\u529F\u80FD","subtitle.disabledSubtitleDescription":"\u5982\u679C\u6C89\u6D78\u5F0F\u7FFB\u8B6F\u7684\u8996\u983B\u5B57\u5E55\u548C\u5176\u4ED6\u64F4\u5C55\u6709\u885D\u7A81\uFF0C\u4F60\u53EF\u4EE5\u9078\u64C7\u6C38\u4E45\u7981\u7528\u6C89\u6D78\u5F0F\u7FFB\u8B6F\u7684\u8996\u983B\u5B57\u5E55\u529F\u80FD\u6216\u8005\u5378\u8F09\u5176\u4ED6\u885D\u7A81\u7684\u64F4\u5C55","subtitle.autoEnableSubtitleDescription":"\u555F\u7528\u5F8C\uFF0C\u7576\u5F71\u7247\u64AD\u653E\u7684\u6642\u5019\uFF0C\u6703\u81EA\u52D5\u986F\u793A\u96D9\u8A9E\u5B57\u5E55\uFF0C\u5426\u5247\u9700\u8981\u9EDE\u64CA\u7FFB\u8B6F\u6309\u9215\u624D\u6703\u986F\u793A\u3002","subtitle.preTranslation":"\u512A\u5148\u4F7F\u7528\u6C89\u6D78\u5F0F\u7FFB\u8B6F\u5B57\u5E55","subtitle.preTranslationDescription":"\u555F\u7528\u5F8C\u6703\u512A\u5148\u7528\u4E0B\u9762\u7684\u7FFB\u8B6F\u670D\u52D9\u63D0\u524D\u7FFB\u8B6F\u6574\u500B\u5B57\u5E55\uFF0C1 \u5C0F\u6642\u7684\u8996\u8A0A\u5927\u6982\u6D88\u8017 5\u842C Tokens \u6216 \u5B57\u7B26\uFF0C\u8ACB\u914C\u60C5\u4F7F\u7528\uFF1B\u95DC\u9589\u5F8C\u5247\u512A\u5148\u4F7F\u7528\u539F\u5F71\u7247\u81EA\u5E36\u7684\u6A5F\u7FFB\u5B57\u5E55","subtitle.humanSubtitlesPreferred":"\u512A\u5148\u4F7F\u7528\u4EBA\u5DE5\u5B57\u5E55","subtitle.humanSubtitlesPreferredDescription":"\u7576\u5F71\u7247\u6709\u76EE\u6A19\u8A9E\u8A00\u4EBA\u5DE5\u5B57\u5E55\u6642\uFF0C\u512A\u5148\u4F7F\u7528\u4EBA\u5DE5\u5B57\u5E55\uFF08\u63A8\u85A6\uFF09","subtitle.bilingual":"\u96D9\u8A9E\u5B57\u5E55","subtitle.autoDisableSubtitle":"\u4E0D\u81EA\u52D5\u555F\u7528\u96D9\u8A9E\u5B57\u5E55","subtitle.hideQuickButton":"\u4E0D\u518D\u986F\u793A\u8A72\u5FEB\u6377\u65B9\u5F0F","subtitle.showQuickButton":"\u986F\u793A\u96D9\u8A9E\u5B57\u5E55\u5FEB\u6377\u65B9\u5F0F","subtitle.showQuickButtonDescription":"\u5728\u8996\u983B\u64AD\u653E\u5668\u53F3\u4E0B\u89D2\u63D0\u4F9B\u555F\u7528\u96D9\u8A9E\u5B57\u5E55\u7684\u5FEB\u6377\u65B9\u5F0F",videoSubtitleTranslationDescription:"\u70BA\u5F71\u7247\u5B57\u5E55\u55AE\u7368\u6307\u5B9A\u4E00\u500B\u7FFB\u8B6F\u670D\u52D9",subtitleTranslating:"\u6B63\u5728\u4F7F\u7528 {service} \u670D\u52D9\u7FFB\u8B6F\u5B57\u5E55\u4E2D\uFF0C\u8ACB\u7A0D\u7B49...\uFF08\u6C89\u6D78\u5F0F\u7FFB\u8B6F\uFF09",subtitleLoading:"\u6B63\u5728\u8F09\u5165\u5B57\u5E55...",bilingual:"\u96D9\u8A9E","field.action":"\u662F\u5426\u555F\u7528\u767E\u5EA6\u8853\u8A9E","description.action":"\u555F\u7528\u5F8C\u6703\u5728\u8ACB\u6C42\u4E2D\u52A0\u5165 action=1 \u7684\u53C3\u6578\uFF0C\u4EE5\u4FBF\u544A\u77E5\u767E\u5EA6\u555F\u7528\u8853\u8A9E\uFF0C<1>\u66F4\u591A\u8AAA\u660E\u8ACB\u53C3\u8003\u5B98\u65B9\u6587\u6A94",closeQuickTranslation:"\u95DC\u9589\u61F8\u6D6E\u7403","closeQuickTranslation.untilNext":"\u672C\u6B21\u95DC\u9589\u76F4\u5230\u4E0B\u6B21\u8A2A\u554F","closeQuickTranslation.currentWebsite":"\u7576\u524D\u7DB2\u7AD9\u7981\u7528","closeQuickTranslation.alwaysClose":"\u6C38\u4E45\u7981\u7528","closeQuickTranslation.settingOpen":"\uFF08\u53EF\u5728<1>\u8A2D\u5B9A\u9801\u958B\u555F\uFF09","closeQuickTranslation.cancel":"\u53D6\u6D88","closeQuickTranslation.confirm":"\u78BA\u5B9A","floatBall.popup":"\u6253\u958B\u5FEB\u6377\u8A2D\u5B9A\u9762\u677F","floatBall.translate":"\u9EDE\u64CA\u7FFB\u8B6F\u8A72\u9801\u9762","floatBall.showOriginal":"\u9EDE\u64CA\u5207\u63DB\u5230\u539F\u6587","floatBall.close":"\u95DC\u9589\u61F8\u6D6E\u7403","floatBallOptions.enableDescPc":"\u555F\u7528\u9801\u9762\u61F8\u6D6E\u7403\u5F8C\uFF0C\u6703\u5728\u9801\u9762\u53F3\u5074\u986F\u793A\u4E00\u500B\u5FEB\u6377\u7FFB\u8B6F\u6309\u9215\uFF0C\u9EDE\u64CA\u5373\u53EF\u7FFB\u8B6F","floatBallOptions.enableDesc":"\u95DC\u9589\u61F8\u6D6E\u7403\u5F8C\uFF0C\u53EF\u4EE5\u7528{touch}\u559A\u8D77\u3002\u70BA\u9632\u6B62\u4E0D\u614E\u95DC\u9589\u8A72\u9078\u9805\u5F8C\u627E\u4E0D\u5230\u61F8\u6D6E\u7403\uFF0C\u5F37\u70C8\u5EFA\u8B70\u6536\u85CF\u672C\u8A2D\u5B9A\u9801","description.azureApiUrl":"\u586B\u5165\u81EA\u8A02\u7684API\u4F4D\u5740",shareBtnTitle:"\u9EDE\u64CA\u751F\u6210\u7DB2\u9801\u5FEB\u7167","floatBall.share":"\u751F\u6210\u7DB2\u9801\u5FEB\u7167","floatBall.guideClickToTranslate":`\u9EDE\u64CA\u6C89\u6D78\u5F0F\u7FFB\u8B6F\u61F8\u6D6E\u7403 \u5373\u53EF\u5FEB\u901F\u7FFB\u8B6F`,"floatBall.iKnow":"\u6211\u77E5\u9053\u4E86",confirmSupportMouse:"\u5F37\u5236\u555F\u7528\u6ED1\u9F20\u652F\u63F4",confirmSupportMouseDescription:"\u6AA2\u6E2C\u5230\u7576\u524D\u700F\u89BD\u5668\u4E0D\u652F\u63F4\u6ED1\u9F20\u529F\u80FD\uFF0C\u662F\u5426\u5F37\u5236\u555F\u7528\u6ED1\u9F20\u652F\u63F4\uFF1F",sampleTargetText:"\u9577\u591C\u5C07\u81F3\uFF0C\u6211\u5F9E\u4ECA\u958B\u59CB\u5B88\u671B\uFF0C\u81F3\u6B7B\u65B9\u4F11\u3002 \u6211\u5C07\u4E0D\u5A36\u59BB\u3001\u4E0D\u5C01\u5730\u3001\u4E0D\u751F\u5B50\u3002 \u6211\u5C07\u4E0D\u6234\u5BF6\u51A0\uFF0C\u4E0D\u722D\u69AE\u5BF5\u3002 \u6211\u5C07\u76E1\u5FE0\u8077\u5B88\uFF0C\u751F\u6B7B\u65BC\u65AF\u3002",sampleSourceText:"Night gathers, and now my watch begins. It shall not end until my death. I shall take no wife, hold no lands, father no children. I shall wear no crowns and win no glory. I shall live and die at my post.","subtitle.supportedSites":"\u5DF2\u652F\u63F4\u5728\u9019\u4E9B\u7DB2\u7AD9\u4F7F\u7528\u96D9\u8A9E\u5B57\u5E55\uFF08\u6CE8\u610F\uFF1A\u7531\u65BC\u6280\u8853\u9650\u5236\uFF0C\u90E8\u5206\u7DB2\u7AD9\u5728\u9996\u6B21\u958B\u555F\u5B57\u5E55\u5F8C\u9700\u8981\u91CD\u65B0\u5237\u65B0\u9801\u9762\uFF0C\u6216\u8005\u9700\u7B49\u5F85\u7FFB\u8B6F\u5B8C\u6210\u4EE5\u986F\u793A\u96D9\u8A9E\u5B57\u5E55\uFF09\uFF1A",viewWithImmersiveTranslate:"\u53CC\u8BED\u7248\u672C(\u6C89\u6D78\u5F0F\u7FFB\u8BD1)",errorReason:"\u932F\u8AA4\u539F\u56E0\uFF1A{message}","proQuotaExceededError.onetime7day":'\uFF0C\u60A8\u53EF\u4EE5\u9078\u64C7\u4EE5\u4E0B\u65B9\u5F0F\u89E3\u6C7A\uFF1A

1. \u5207\u63DB\u5230 {anotherService} \u6216\u5176\u4ED6\u7FFB\u8B6F\u670D\u52D9
2. \u5347\u7D1A\u70BA\u6708\u5EA6/\u5E74\u5EA6\u6703\u54E1',"proQuotaExceededError.trial":'\uFF0C\u60A8\u53EF\u4EE5\u9078\u64C7\u4EE5\u4E0B\u65B9\u5F0F\u89E3\u6C7A\uFF1A

1. \u5207\u63DB\u5230 {anotherService} \u6216\u5176\u4ED6\u7FFB\u8B6F\u670D\u52D9
2. \u7ACB\u5373\u5347\u7D1A\u70BA\u6B63\u5F0F\u6703\u54E1',"proQuotaExceededError.nonTrial":'\uFF0C\u60A8\u53EF\u4EE5\u9078\u64C7\u4EE5\u4E0B\u65B9\u5F0F\u89E3\u6C7A\uFF1A

1. \u5207\u63DB\u5230 {anotherService} \u6216\u5176\u4ED6\u7FFB\u8B6F\u670D\u52D9
2. \u8CFC\u8CB7 {translationService} \u984D\u5916\u6D41\u91CF\u5305',"proQuotaExceededError.resetTime":"
3. \u984D\u5EA6\u91CD\u7F6E\u6642\u9593\uFF1A{resetTime}",paragraphMinTextCountField:"\u7FFB\u8B6F\u6BB5\u843D\u6240\u9700\u7684\u6700\u5C11\u5B57\u7B26\u6578",paragraphMinTextCountDesc:"\u6CE8\u610F\uFF0C\u9019\u88E1\u6307\u7684\u5B57\u7B26\u9577\u5EA6\uFF0C\u6BD4\u5982\uFF1Ahello \u662F 5 \u500B\u5B57\u7B26\uFF0C\u8A2D\u5B9A\u70BA\u66F4\u5927\u7684\u503C\u53EF\u4EE5\u6E1B\u5C11\u4E0D\u5FC5\u8981\u7684\u5C0F\u6BB5\u843D\u7FFB\u8B6F",networkError:"\u7FFB\u8B6F\u670D\u52D9\u6216\u7DB2\u8DEF\u51FA\u73FE\u554F\u984C",notLogin:"\u672A\u767B\u9304","browser.toggleMouseHoverTranslateDirectly":"\u5728\u9801\u9762\u4E0A\u81E8\u6642\u555F\u7528\u6216\u95DC\u9589\u6ED1\u9F20\u61F8\u505C\u76F4\u63A5\u7FFB\u8B6F","browser.translateWithOpenAI":"\u81E8\u6642\u4F7F\u7528 OpenAI \u7FFB\u8B6F\u7576\u524D\u9801\u9762","browser.translateWithDeepL":"\u81E8\u6642\u4F7F\u7528 DeepL \u7FFB\u8B6F\u7576\u524D\u9801\u9762","browser.translateWithGoogle":"\u81E8\u6642\u4F7F\u7528 Google \u7FFB\u8B6F\u7576\u524D\u9801\u9762","browser.translateWithBing":"\u81E8\u6642\u4F7F\u7528\u5FAE\u8EDF\u7FFB\u8B6F\u7576\u524D\u9801\u9762","browser.translateWithGemini":"\u81E8\u6642\u4F7F\u7528 Gemini \u7FFB\u8B6F\u7576\u524D\u9801\u9762","browser.translateWithTransmart":"\u81E8\u6642\u4F7F\u7528\u9A30\u8A0A\u7FFB\u8B6F\u7576\u524D\u9801\u9762","browser.translateInputBox":"\u7FFB\u8B6F\u7576\u524D\u8F38\u5165\u6846\u5167\u5BB9",shortcutSettings:"\u5FEB\u6377\u9375",shortcutSettingsTitle:"\u5FEB\u6377\u9375\u8A2D\u7F6E",confirmResetToDefaultSettings:"\u78BA\u8A8D\u8981\u6062\u5FA9\u8A72\u7FFB\u8B6F\u670D\u52D9\u70BA\u9ED8\u8A8D\u8A2D\u7F6E\u55CE\uFF1F\uFF08\u50C5\u91CD\u7F6E\u7576\u524D\u7FFB\u8B6F\u670D\u52D9\u7684\u8A2D\u7F6E\uFF09","intro.hoverTitle":"\u6ED1\u9F20\u61F8\u505C\u7FFB\u8B6F\u7576\u524D\u6BB5\u843D","intro.hoverDescription":"\u6ED1\u9F20\u61F8\u505C\u7FFB\u8B6F\u662F\u6C89\u6D78\u5F0F\u7FFB\u8B6F\u88E1\u975E\u5E38\u91CD\u8981\u7684\u529F\u80FD\uFF0C\u53EA\u9700\u5C07\u6ED1\u9F20\u653E\u5728\u6BB5\u843D\u4E0A\uFF0C\u540C\u6642\u6309\u4E0B\u8A2D\u5B9A\u7684\u5FEB\u6377\u9375\uFF0C\u5373\u53EF\u81EA\u52D5\u7FFB\u8B6F\u7576\u524D\u6BB5\u843D\uFF08\u6CE8\u610F\uFF1A\u9810\u8A2D\u6C92\u6709\u555F\u7528\u54E6\uFF0C\u8ACB \u5728\u4E0B\u65B9\u8A2D\u5B9A\uFF09\uFF0C\u8A72\u4E92\u52D5\u7528\u65BC\u66F4\u597D\u7684\u66FF\u4EE3\u5283\u8A5E\u7FFB\u8B6F\uFF0C\u53E6\u5916\uFF0C\u6B64\u529F\u80FD\u4E5F\u5EE3\u6CDB\u61C9\u7528\u65BC\u90A3\u4E9B\u7121\u6CD5\u88AB\u8B58\u5225\u7684\u7FFB\u8B6F\u5340\u57DF\uFF0C\u4F60\u53EF\u4EE5\u5229\u7528\u8A72\u529F\u80FD\uFF0C\u5F37\u5236\u7FFB\u8B6F\u4EFB\u4F55\u6BB5\u843D\u3002","intro.floatBallTitle":"\u5FEB\u6377\u7FFB\u8B6F\u61F8\u6D6E\u7403","intro.floatBallDescription":"\u555F\u7528\u5F8C\uFF0C\u6703\u5728\u9801\u9762\u53F3\u5074\u986F\u793A\u4E00\u500B\u5FEB\u6377\u7FFB\u8B6F\u6309\u9215\uFF0C\u9EDE\u64CA\u5373\u53EF\u7FFB\u8B6F\uFF0C\u518D\u6B21\u9EDE\u64CA\u5373\u53EF\u5207\u63DB\u56DE\u539F\u6587\u3002\u5728\u79FB\u52D5\u7AEF\uFF0C\u9577\u6309\u61F8\u6D6E\u7403\uFF0C\u53EF\u4EE5\u6253\u958B\u5FEB\u6377\u8A2D\u7F6E\u9762\u677F\u3002","intro.subtitleTitle":"\u5728\u7DDA\u8996\u983B\u96D9\u8A9E\u5B57\u5E55\u986F\u793A","intro.subtitleDescription":"\u958B\u555F\u6B64\u529F\u80FD\u5F8C\uFF0C\u5F71\u7247\u64AD\u653E\u6642\u5C07\u81EA\u52D5\u5C55\u793A\u96D9\u8A9E\u5B57\u5E55\u3002 \u5982\u679C\u672A\u555F\u7528\uFF0C\u60A8\u9700\u5728\u9801\u9762\u4E0A\u624B\u52D5\u9EDE\u9078\u7FFB\u8B6F\u6309\u9215\u4EE5\u986F\u793A\u5B57\u5E55\u3002 \u8ACB\u6CE8\u610F\uFF0C\u7531\u65BC\u6280\u8853\u9650\u5236\uFF0C\u67D0\u4E9B\u7DB2\u7AD9\u5728\u9996\u6B21\u555F\u52D5\u5B57\u5E55\u6642\u53EF\u80FD\u9700\u8981\u91CD\u65B0\u6574\u7406\u9801\u9762\u6216\u7B49\u5F85\u7FFB\u8B6F\u5B8C\u6210\u5F8C\uFF0C\u624D\u80FD\u986F\u793A\u96D9\u8A9E\u5B57\u5E55\u3002 \uFF08\u6B64\u5916\uFF0C\u4F60\u9084\u53EF\u4EE5\u5728\u958B\u555F\u5F71\u7247\u7DB2\u7AD9\u5F8C\uFF0C\u53F3\u4E0A\u89D2\u958B\u555F\u6C89\u6D78\u5F0F\u7FFB\u8B6F\u7684\u5FEB\u6377\u9762\u677F\u555F\u7528/\u95DC\u9589\uFF09

\u76EE\u524D\u5DF2\u652F\u63F4\u5728\u9019\u4E9B\u7DB2\u7AD9\u4F7F\u7528\u96D9\u8A9E\u5B57\u5E55\uFF1A","desc.toggleMouseHoverTranslateDirectly":"\u6309\u4E0B\u9019\u500B\u5FEB\u6377\u9375\u5F8C\uFF0C\u5728\u9801\u9762\u4E0A\uFF0C\u53EA\u8981\u6ED1\u9F20\u6307\u5411\u4EFB\u4F55\u4E00\u6BB5\u6587\u5B57\uFF0C\u5C31\u6703\u81EA\u52D5\u7FFB\u8B6F\u9019\u6BB5\u6587\u5B57\u3002\u518D\u6309\u4E00\u6B21\u5FEB\u6377\u9375\uFF0C\u5C31\u53EF\u4EE5\u95DC\u9589\u9019\u500B\u81EA\u52D5\u7FFB\u8B6F\u529F\u80FD\u3002","shortcutGroup.main":"\u5E38\u7528\u529F\u80FD\u5FEB\u6377\u9375","shortcutGroup.others":"\u66F4\u591A\u81EA\u5B9A\u7FA9\u529F\u80FD\u5FEB\u6377\u9375","shortcutGroup.shortcutsForTranslationServices":"\u7FFB\u8B6F\u670D\u52D9\u76F8\u95DC\u5FEB\u6377\u9375",browserShortcutsSucks:"\u7531\u65BC\u700F\u89BD\u5668\u5C0D\u8F38\u5165\u6846\u7684\u5FEB\u6377\u9375\u8B58\u5225\u4E0D\u6E96\u78BA\uFF0C\u6240\u4EE5\u8ACB\u624B\u52D5\u8F38\u5165\u5FEB\u6377\u9375\u7684\u540D\u5B57\uFF0C\u8F38\u5165\u5F8C\uFF0C\u9EDE\u64CA\u7A7A\u767D\u8655\u5373\u53EF\u81EA\u52D5\u4FDD\u5B58\u3002\uFF08macOS \u88E1\u9762 Alt \u548C Option \u662F\u540C\u6A23\u7684\u9375\uFF0C\u5EFA\u8B70\u7D71\u4E00\u8F38\u5165 Alt\uFF09\u3002\u6BD4\u5982\uFF1A","shortcutGroup.touch":"\u89F8\u5C4F\u5C08\u7528\u624B\u52E2","shortcutGroup.mouse":"\u6ED1\u9F20\u61F8\u505C\u5FEB\u6377\u9375\u914D\u7F6E",fingerCountToToggleTranslagePageWhenTouching:"\u591A\u6307\u540C\u6642\u89F8\u6478\u5C4F\u5E55\u5247\u7FFB\u8B6F\u7DB2\u9801/\u986F\u793A\u539F\u6587","desc.fingerCountToToggleTranslagePageWhenTouching":"\u8A2D\u7F6E\u5F8C\uFF0C\u5728\u79FB\u52D5\u8A2D\u5099\u6642\uFF0C\u53EF\u4EE5\u540C\u6642\u7528 X \u500B\u624B\u6307\u89F8\u6478\u5C4F\u5E55\uFF0C\u5373\u53EF\u7FFB\u8B6F\u7DB2\u9801/\u986F\u793A\u539F\u6587",fingerCountToToggleTranslationMaskWhenTouching:"\u591A\u6307\u540C\u6642\u89F8\u6478\u5C4F\u5E55\u5247\u986F\u793A\u7FFB\u8B6F\u906E\u7F69/\u986F\u793A\u539F\u6587","desc.fingerCountToToggleTranslationMaskWhenTouching":"\u7FFB\u8B6F\u906E\u7F69\u662F\u6307\u8B6F\u6587\u6A23\u5F0F\u88E1\u7684\u6A21\u7CCA\u6548\u679C\uFF08\u5B78\u7FD2\u6A21\u5F0F\uFF09\uFF0C\u958B\u555F\u5F8C\u81E8\u6642\u5C0D\u8B6F\u6587\u4F7F\u7528\u6A21\u7CCA\u6548\u679C\uFF0C\u65B9\u4FBF\u5B78\u7FD2",fingerCountToToggleTranslagePageOnlyTranslationWhenTouching:"\u591A\u6307\u540C\u6642\u89F8\u5C4F\uFF0C\u4F7F\u7528\u50C5\u8B6F\u6587\u6A21\u5F0F\u9032\u884C\u7FFB\u8B6F/\u986F\u793A\u539F\u6587","desc.fingerCountToToggleTranslagePageOnlyTranslationWhenTouching":"\u50C5\u8B6F\u6587\u6307\u7684\u662F\u53EA\u986F\u793A\u8B6F\u6587\uFF0C\u800C\u4E0D\u662F\u9ED8\u8A8D\u7684\u96D9\u8A9E\u6A21\u5F0F","neverTranslateText.title":"\u4EE5\u4E0B\u55AE\u8A5E\u4FDD\u6301\u539F\u6587\uFF0C\u4E0D\u8981\u7FFB\u8B6F","neverTranslateText.description":"\u7531\u65BC\u67D0\u4E9B\u7FFB\u8B6F\u5F15\u64CE\u5C0D\u5C08\u6709\u540D\u8A5E\u8B58\u5225\u4E0D\u7406\u60F3\uFF0C\u4F60\u53EF\u4EE5\u5728\u6B64\u8655\u6DFB\u52A0\u55AE\u8A5E\uFF0C\u78BA\u4FDD\u5B83\u5011\u5728\u7FFB\u8B6F\u904E\u7A0B\u4E2D\u4E0D\u88AB\u8F49\u63DB\u3002\u8ACB\u6CE8\u610F\uFF0C\u6B64\u529F\u80FD\u5340\u5206\u5927\u5C0F\u5BEB\uFF0C\u4E26\u50C5\u652F\u6301\u4EE5\u7A7A\u683C\u5206\u9694\u7684\u55AE\u8A5E\u8A9E\u8A00\uFF08\u5982\u82F1\u8A9E\u3001\u6CD5\u8A9E\uFF09\uFF0C\u4E0D\u9069\u7528\u65BC\u65E5\u8A9E\u3001\u97D3\u8A9E\u7B49\u8A9E\u8A00","tagsInput.add":"+ \u6DFB\u52A0","desc.mouseHoverHoldKey":"\u7576\u6ED1\u9F20\u61F8\u505C\u5728\u67D0\u500B\u6BB5\u843D\u4E0A\u6642\uFF0C\u540C\u6642\u6309\u4E0B\u53F3\u5074\u7684\u5FEB\u6377\u9375\uFF0C\u5373\u53EF\u76F4\u63A5\u7FFB\u8B6F\u8A72\u6BB5\u843D",mouseHoverCustomKeyTitle:"\u81EA\u5B9A\u7FA9\u6ED1\u9F20\u61F8\u505C\u5FEB\u6377\u9375",mouseHoverCustomKeyDescription:"\u4F60\u53EF\u4EE5\u81EA\u5B9A\u7FA9\u4E00\u500B\u6ED1\u9F20\u61F8\u505C\u7684\u7D44\u5408\u5FEB\u6377\u9375\uFF0C\u6BD4\u5982\uFF1A Alt+Z, Ctrl+E, Cmd+Alt+E \u6216\u8005\u76F4\u63A5 Cmd\uFF0C \u8ACB\u624B\u52D5\u8F38\u5165",mouseHoverShortcutPlaceholder:"\u8ACB\u624B\u52D5\u8F38\u5165",browserShortcutsNoteForFirefox:"Firefox \u700F\u89BD\u5668\u4FEE\u6539\u5FEB\u6377\u9375\u9700\u8981\u6253\u958B\u64F4\u5C55\u7BA1\u7406\u9801\u9762 `about:addons`\uFF0C\u7136\u5F8C\u9EDE\u64CA\u300C\u8A2D\u7F6E\u300D-> \u300C\u7BA1\u7406\u5FEB\u6377\u9375\u300D",browserShortcutsNoteForChrome:"\u8ACB\u6CE8\u610F\uFF1A\u8981\u5728\u57FA\u65BCChrome\u5167\u6838\u7684\u700F\u89BD\u5668\u4E2D\u4FEE\u6539\u5FEB\u6377\u9375\uFF0C\u8ACB\u8A2A\u554F[\u64F4\u5C55\u7BA1\u7406\u9801\u9762] -> [\u7BA1\u7406\u5FEB\u6377\u9375]","desc.toggleTranslateTheMainPage":"\u50C5\u7FFB\u8B6F\u9801\u9762\u4E3B\u8981\u5340\u57DF\uFF0C\u7576\u4F60\u5728\u9032\u968E\u8A2D\u7F6E\u88E1\u555F\u7528\u4E86\u7FFB\u8B6F\u9801\u9762\u5168\u90E8\u5340\u57DF\u5F8C\uFF0C\u4F60\u53EF\u4EE5\u4F7F\u7528\u9019\u500B\u5FEB\u6377\u9375\u4F86\u5C08\u9580\u7FFB\u8B6F\u9801\u9762\u7684\u4E3B\u8981\u5340\u57DF","desc.toggleTranslateTheWholePage":"\u7FFB\u8B6F\u9801\u9762\u5168\u90E8\u5340\u57DF\uFF0C\u9810\u8A2D\u60C5\u6CC1\u4E0B\uFF0C\u6211\u5011\u6703\u7FFB\u8B6F\u9801\u9762\u7684\u4E3B\u8981\u5340\u57DF\uFF0C\u4F60\u53EF\u4EE5\u4F7F\u7528\u9019\u500B\u5FEB\u6377\u9375\u4F86\u5C08\u9580\u7FFB\u8B6F\u9801\u9762\u7684\u5168\u90E8\u5340\u57DF","browser.toggleOnlyTransation":"\u5207\u63DB\u96D9\u8A9E/\u50C5\u8B6F\u6587\u6A21\u5F0F","desc.toggleOnlyTransation":"\u50C5\u8B6F\u6587\u6A21\u5F0F\u6307\u7684\u662F\u53EA\u986F\u793A\u8B6F\u6587\uFF0C\u5982\u679C\u7DB2\u9801\u9084\u6C92\u6709\u7FFB\u8B6F\u7684\u8A71\uFF0C\u5C07\u6703\u5207\u63DB\u6A21\u5F0F\u4E26\u7FFB\u8B6F\u3002","browser.toggleTranslationMask":"\u5207\u63DB\u7576\u524D\u9801\u9762\u8B6F\u6587\u70BA\u6A21\u7CCA\u6548\u679C\uFF08\u5B78\u7FD2\u6A21\u5F0F\uFF09","desc.interfaceLanguage":"\u4ECB\u9762\u8A9E\u8A00\u8A2D\u7F6E\u5F71\u97FF\u63A7\u5236\u9762\u677F\u7684\u986F\u793A\u8A9E\u8A00\uFF0C\u548C\u7FFB\u8B6F\u7684\u76EE\u6A19\u8A9E\u8A00\u7121\u95DC",mouseHoverHoldKey:"\u61F8\u505C\u7FFB\u8B6F\u89F8\u767C\u9375",clickToSeeQuickDemo:"30 \u79D2\u5FEB\u901F\u6559\u5B78\u8996\u983B",shortcutDisableTooltip:"\u8ACB\u5728\u700F\u89BD\u5668\u63D0\u4F9B\u7684\u64F4\u5C55\u5FEB\u6377\u9375\u7BA1\u7406\u9801\u9762\u9032\u884C\u8A2D\u7F6E\uFF0C\u66F4\u591A\u6307\u5F15\u8ACB\u67E5\u770B\u672C\u9801\u9762\u6700\u4E0A\u65B9\u7684\u8AAA\u660E",floatBallOptions:"\u61F8\u6D6E\u7403","subtitle.autoEnableSubtitle":"\u81EA\u52D5\u958B\u555F\u96D9\u8A9E\u5B57\u5E55","floatBall.longPress":"\u9577\u6309\u53EF\u5FEB\u901F\u6253\u958B\u8A2D\u7F6E\u9762\u677F\u54E6",notLoginPro:"\u60A8\u9084\u672A\u767B\u9304\u60A8\u7684\u6703\u54E1\u8CEC\u6236",upgradeToProErrorTitle:"\u8ACB\u5347\u7D1A\u70BA Pro \u6703\u54E1\u518D\u4F7F\u7528\u8A72\u7FFB\u8B6F\u670D\u52D9",translationOnlyMode:"\u50C5\u8B6F\u6587\u6A21\u5F0F",translationOnlyModeDescription:"\u50C5\u8B6F\u6587\u6A21\u5F0F\u6307\u7684\u662F\u53EA\u986F\u793A\u8B6F\u6587\uFF0C\u800C\u4E0D\u662F\u9ED8\u8A8D\u7684\u96D9\u8A9E\u6A21\u5F0F\u3002\u6CE8\u610F\uFF1A\u7531\u65BC\u6280\u8853\u7684\u9650\u5236\u554F\u984C\uFF0C\u5728\u50C5\u8B6F\u6587\u6A21\u5F0F\u4E0B\uFF0C\u539F\u6587\u7684\u8D85\u9023\u7D50\u5C07\u6703\u5931\u6548","description.baiduField":"\u652F\u6301\u7684\u9818\u57DF\u898B<1>\u9019\u88E1\uFF0C\u70BA\u7A7A\u5247\u8868\u793A\u4E0D\u6307\u5B9A\u9818\u57DF",temprarilyChangeTranslationTo_openai:"\u6B63\u5728\u4F7F\u7528 OpenAI \u7FFB\u8B6F\u7576\u524D\u9801\u9762",temprarilyChangeTranslationTo_google:"\u6B63\u5728\u4F7F\u7528 Google \u7FFB\u8B6F\u7576\u524D\u9801\u9762",temprarilyChangeTranslationTo_bing:"\u6B63\u5728\u4F7F\u7528\u5FAE\u8EDF\u7FFB\u8B6F\u7576\u524D\u9801\u9762",temprarilyChangeTranslationTo_gemini:"\u6B63\u5728\u4F7F\u7528 Gemini \u7FFB\u8B6F\u7576\u524D\u9801\u9762",temprarilyChangeTranslationTo_transmart:"\u6B63\u5728\u4F7F\u7528\u9A30\u8A0A\u7FFB\u8B6F\u7576\u524D\u9801\u9762",temprarilyChangeTranslationTo_deepl:"\u6B63\u5728\u4F7F\u7528 DeepL \u7FFB\u8B6F\u7576\u524D\u9801\u9762","widget.videoSubtitle":"\u5F71\u7247\u5B57\u5E55","widget.instruction":"\u4F7F\u7528\u8AAA\u660E","widget.translateFile":"PDF/ePub",buildSnapshots:"\u751F\u6210\u7DB2\u9801\u5FEB\u7167","widget.translateFileTooltip":"\u7FFB\u8B6F PDF\u3001EPUB\u3001SRT\u3001ASS\u3001HTML \u548C TXT \u6587\u4EF6","widget.videoSubtitleTooltip":"\u652F\u63F4 Youtube \u7B49 {count}+ \u5F71\u7247\u7DB2\u7AD9","widget.instructionTooltip":"\u67E5\u770B\u4F7F\u7528\u8AAA\u660E",alwaysTranslateSomeLanguage:"\u7E3D\u662F\u7FFB\u8B6F{language}\u9801\u9762",alwaysTranslateThisSite:"\u7E3D\u662F\u7FFB\u8B6F\u8A72\u7DB2\u7AD9",neverTranslateThisSite:"\u6C38\u4E0D\u7FFB\u8B6F\u8A72\u7DB2\u7AD9",loggedIn:"\u5DF2\u767B\u5165",touchShortcutsToggleTranslatePage:"\u8A2D\u7F6E\u89F8\u5C4F\u624B\u52E2\u4F86\u7FFB\u8B6F\u7DB2\u9801/\u986F\u793A\u539F\u6587","desc.touchShortcutsToggleTranslatePage":"\u8A2D\u7F6E\u5F8C\uFF0C\u5728\u79FB\u52D5\u8A2D\u5099\u6642\uFF0C\u53EF\u4EE5\u540C\u6642\u7528 X \u500B\u624B\u6307\u89F8\u6478\u5C4F\u5E55\u3001\u5DE6\u53F3\u6ED1\u52D5\u6216\u9023\u7E8C\u9EDE\u64CA\uFF0C\u89F8\u767C\u7FFB\u8B6F\u7DB2\u9801/\u986F\u793A\u539F\u6587",touchShortcutsToggleTranslationMask:"\u8A2D\u7F6E\u89F8\u5C4F\u624B\u52E2\u986F\u793A\u7FFB\u8B6F\u906E\u7F69/\u986F\u793A\u539F\u6587","desc.touchShortcutsToggleTranslationMask":"\u7FFB\u8B6F\u906E\u7F69\u662F\u6307\u8B6F\u6587\u6A23\u5F0F\u88E1\u7684\u6A21\u7CCA\u6548\u679C\uFF08\u5B78\u7FD2\u6A21\u5F0F\uFF09\uFF0C\u958B\u555F\u5F8C\u81E8\u6642\u5C0D\u8B6F\u6587\u4F7F\u7528\u6A21\u7CCA\u6548\u679C\uFF0C\u65B9\u4FBF\u5B78\u7FD2",touchShortcutsToggleTranslatePageOnlyTranslation:"\u8A2D\u7F6E\u89F8\u5C4F\u624B\u52E2\u5207\u63DB\u96D9\u8A9E/\u50C5\u8B6F\u6587\u6A21\u5F0F","desc.touchShortcutsToggleTranslatePageOnlyTranslation":"\u53EA\u986F\u793A\u8B6F\u6587\u662F\u6307\u50C5\u986F\u793A\u8B6F\u6587\uFF0C\u5982\u679C\u7DB2\u9801\u9084\u6C92\u6709\u7FFB\u8B6F\u7684\u8A71\uFF0C\u5C07\u6703\u5207\u63DB\u6A21\u5F0F\u4E26\u7FFB\u8B6F\u3002",touchShortcutsToggleTranslateTouchElement:"\u8A2D\u7F6E\u89F8\u5C4F\u624B\u52E2\u7FFB\u8B6F\u6307\u5B9A\u6BB5\u843D","desc.touchShortcutsToggleTranslateTouchElement":"\u81EA\u5B9A\u7FA9\u4E00\u500B\u624B\u52E2\uFF0C\u5373\u53EF\u7FFB\u8B6F\u60A8\u6240\u5728\u7684\u4EFB\u4F55\u6BB5\u843D",touchShortcutsOff:"\u95DC\u9589","fingers.2":"\u96D9\u6307\u89F8\u6478","fingers.3":"\u4E09\u6307\u89F8\u6478","fingers.4":"\u56DB\u6307\u89F8\u6478","fingers.5":"\u4E94\u6307\u89F8\u6478","multipleClick.2":"\u96D9\u64CA","multipleClick.3":"\u4E09\u9023\u64CA","multipleClick.4":"\u56DB\u9023\u64CA","slide.left":"\u5411\u53F3\u6ED1\u52D5","slide.right":"\u5411\u5DE6\u6ED1\u52D5",contact:"\u806F\u7D61\u6211\u5011","contact.description":"\u5982\u679C\u60A8\u6709\u4EFB\u4F55\u554F\u984C\u6216\u5EFA\u8B70\uFF0C\u6B61\u8FCE\u586B\u5BEB\u4E0B\u65B9\u8868\u55AE\u806F\u7D61\u6211\u5011\uFF0C\u6216\u8005\u767C\u9001\u90F5\u4EF6\u81F3 {email}\uFF0C\u6211\u5011\u6703\u76E1\u5FEB\u56DE\u8986\u60A8\u3002","font.none":"\u7121","font.Microsoft YaHei":"\u5FAE\u8EDF\u96C5\u9ED1","font.SimSun":"\u5B8B\u9AD4","font.NSimSun":"\u65B0\u5B8B\u9AD4","font.Microsoft JhengHei":"\u5FAE\u8EDF\u6B63\u9ED1\u9AD4","font.KaiTi":"\u6977\u9AD4","font.FangSong":"\u4EFF\u5B8B","font.PingFang SC":"\u860B\u65B9","font.STHeiti":"\u83EF\u6587\u9ED1\u9AD4","font.STKaiti":"\u83EF\u6587\u6977\u9AD4","font.STSong":"\u83EF\u6587\u5B8B\u9AD4","font.STFangsong":"\u83EF\u6587\u4EFF\u5B8B","font.STZhongsong":"\u83EF\u6587\u4E2D\u5B8B","font.STHupo":"\u83EF\u6587\u7425\u73C0","font.STXinwei":"\u83EF\u6587\u65B0\u9B4F","font.STLiti":"\u83EF\u6587\u96B8\u66F8","font.STXingkai":"\u83EF\u6587\u884C\u6977","font.Hiragino Sans GB":"\u51AC\u9752\u9ED1\u9AD4","font.Lantinghei SC":"\u862D\u4EAD\u9ED1","font.Hanzipen SC":"\u6F22\u5100\u7FE9\u7FE9\u9AD4","font.Hannotate SC":"\u6F22\u5100\u6CE8\u9ED1","font.Songti SC":"\u5B8B\u9AD4","font.Wawati SC":"\u5A03\u5A03\u9AD4","font.Weibei SC":"\u9B4F\u7891","font.Xingkai SC":"\u884C\u6977","font.Yapi SC":"\u96C5\u75DE","font.Yuanti SC":"\u5713\u9AD4","browser.toggleVideoSubtitlePreTranslation":"\u5207\u63DB\u96D9\u8A9E\u5B57\u5E55\u512A\u5148\u4F7F\u7528\u6C89\u6D78\u5F0F\u7FFB\u8B6F\u8A2D\u7F6E","desc.toggleVideoSubtitlePreTranslation":"\u6309\u4E0B\u5F8C\uFF0C\u8996\u983B\u96D9\u8A9E\u5B57\u5E55\u6703\u512A\u5148\u4F7F\u7528\u6C89\u6D78\u5F0F\u7FFB\u8B6F\u7684\u8A2D\u7F6E\uFF0C\u518D\u6B21\u6309\u4E0B\u6703\u512A\u5148\u4F7F\u7528\u539F\u8996\u983B\u81EA\u5E36\u7684\u6A5F\u7FFB\u5B57\u5E55\uFF0C\u6CE8\u610F\uFF1A\u8A72\u5FEB\u6377\u65B9\u5F0F\u4FEE\u6539\u7684\u662F\u5168\u5C40\u8A2D\u7F6E",videoSubtitlePreTranslationOn:"\u8996\u983B\u5B57\u5E55\u5C07\u512A\u5148\u4F7F\u7528\u6C89\u6D78\u5F0F\u7FFB\u8B6F",videoSubtitlePreTranslationOff:"\u8996\u983B\u5B57\u5E55\u5C07\u512A\u5148\u4F7F\u7528\u539F\u8996\u983B\u81EA\u5E36\u7684\u6A5F\u7FFB\u5B57\u5E55",translationFont:"\u8A2D\u7F6E\u5B57\u9AD4","translationFont.custom":"\u8F38\u5165\u81EA\u5B9A\u7FA9\u5B57\u9AD4","translationFont.customPlaceholder":"\u5B57\u9AD4","translationFont.notSupportErrorMessage":"\u8ACB\u6AA2\u67E5\u60A8\u8F38\u5165\u7684\u5B57\u9AD4\u540D\u7A31\u662F\u5426\u6B63\u78BA\uFF0C\u6216\u78BA\u8A8D\u8A72\u5B57\u9AD4\u5DF2\u5728\u60A8\u7684\u8A2D\u5099\u4E0A\u5B89\u88DD\u3002","touch.mouse-translate":"\u7FFB\u8B6F\u6307\u5B9A\u6BB5\u843D","error.serveConfigError":"\u670D\u52D9\u914D\u7F6E\u932F\u8AA4","error.reloadPageOfSetting":"\u914D\u7F6E\u5F8C\uFF0C\u8ACB\u5237\u65B0\u9801\u9762\u518D\u6B21\u7FFB\u8B6F\u3002","error.googleLimitIp":"\u670D\u52D9\u8FD4\u56DE\u932F\u8AA4\uFF0C\u8C37\u6B4C\u670D\u52D9\u5DF2\u5C0D\u8A72IP\u5730\u5740\u9032\u884C\u9650\u6D41\uFF0C\u5EFA\u8B70\u60A8\u66F4\u63DB\u7DB2\u7D61\u7BC0\u9EDE\u3002","error.openAIFreeLimit":"\u670D\u52D9\u8FD4\u56DE\u932F\u8AA4\uFF0C\u7576\u524D\u7684\u7FFB\u8B6F\u8ACB\u6C42\u983B\u7387\u5DF2\u9054\u5230\u6BCF\u5206\u9418\u6700\u591A 3 \u6B21\u7684\u4E0A\u9650\uFF0C\u8ACB\u7A0D\u5F8C\u518D\u8A66\u3002\uFF08\u9019\u662F OpenAI \u5B98\u65B9\u5C0D\u514D\u8CBB API Key \u7684\u9650\u5236\uFF0C\u82E5\u8981\u89E3\u9664\u6B64\u9650\u5236\uFF0C\u8ACB\u5728 OpenAI \u5F8C\u53F0\u7D81\u5B9A\u4FE1\u7528\u5361\u3002\uFF09","error.openAIExceededQuota":"\u670D\u52D9\u8FD4\u56DE\u932F\u8AA4\uFF1A\u4F60\u7576\u524D\u7684 OpenAI \u8CEC\u6236\u9918\u984D\u4E0D\u8DB3\uFF0C\u8ACB\u5728 OpenAI \u5B98\u65B9\u5F8C\u53F0\u9032\u884C\u5145\u503C\u6216\u8005\u7D81\u5B9A\u4FE1\u7528\u5361\u3002","error.429":"\u670D\u52D9\u8FD4\u56DE\u932F\u8AA4\uFF0C\u8AAA\u660E\u8ACB\u6C42\u904E\u65BC\u983B\u7E41\u6216\u8D85\u51FA\u984D\u5EA6\u9650\u5236\uFF0C\u8ACB\u7A0D\u5F8C\u518D\u8A66\u3002","error.403":"\u670D\u52D9\u8FD4\u56DE\u932F\u8AA4\uFF0C \u66AB\u6642\u6C92\u6709\u6B0A\u9650\u8A2A\u554F\u8A72\u670D\u52D9\u3002","error.400":"\u670D\u52D9\u8FD4\u56DE\u932F\u8AA4\uFF0C \u8ACB\u6C42\u53C3\u6578\u932F\u8AA4\uFF0C\u8ACB\u6AA2\u67E5\u76F8\u61C9\u914D\u7F6E\u3002","error.502":"\u670D\u52D9\u8FD4\u56DE\u932F\u8AA4\uFF0C \u670D\u52D9\u8D85\u6642\uFF0C\u8ACB\u7A0D\u5F8C\u518D\u8A66\u3002","error.proTokenInvalid":"\u82E5\u60A8\u662FPro\u7528\u6236\uFF0C\u8ACB\u767B\u9678\u5F8C\u518D\u4F7F\u7528Pro\u7FFB\u8B6F\u670D\u52D9","error.proUpgrade":"\u5347\u7D1A\u5F8C\uFF0C\u8ACB\u5237\u65B0\u9801\u9762\u518D\u6B21\u7FFB\u8B6F\u3002","error.configError":"\u914D\u7F6E\u6578\u64DA\u7570\u5E38","error.goReset":"\u524D\u5F80\u91CD\u7F6E",batchEdit:"\u6279\u6B21\u64CD\u4F5C","translationServices.inherit":"\u8DDF\u96A8\u4E3B\u7FFB\u8B6F\u670D\u52D9","translationModeLang.translation.title":"\u50C5\u8B6F\u6587\u6A21\u5F0F\u7684\u8A9E\u8A00","translationModeLang.translation.description":"\u7576\u9801\u9762\u8A9E\u8A00\u70BA\u4E0B\u5217\u8A9E\u8A00\u6642\uFF0C\u6703\u81EA\u52D5\u4F7F\u7528\u50C5\u8B6F\u6587\u6A21\u5F0F","translationModeUrl.translation.title":"\u50C5\u8B6F\u6587\u6A21\u5F0F\u7684\u7DB2\u5740","translationModeUrl.translation.description":"\u7576\u7DB2\u7AD9\u70BA\u4E0B\u5217\u57DF\u540D\u6642\uFF0C\u6703\u81EA\u52D5\u4F7F\u7528\u50C5\u8B6F\u6587\u6A21\u5F0F",download_started:"\u4E0B\u8F09\u5DF2\u7D93\u958B\u59CB\uFF0C\u5982\u679C\u6C92\u6709\u81EA\u52D5\u4E0B\u8F09\uFF0C\u8ACB\u624B\u52D5\u9EDE\u64CA",here:"\u9019\u88E1","error.serveUnavailable":"\u60A8\u76EE\u524D\u6240\u4F7F\u7528\u7684 [{serverName}] \u670D\u52D9\u56E0\u7DB2\u8DEF\u9023\u7DDA\u6216\u670D\u52D9\u63D0\u4F9B\u5546\u7684\u554F\u984C\u66AB\u6642\u7121\u6CD5\u8A2A\u554F\u3002\u5EFA\u8B70\u60A8\u5617\u8A66\u5237\u65B0\u9801\u9762\u6216\u900F\u904E<1>\u8A2D\u5B9A\u66F4\u63DB\u5176\u4ED6\u7FFB\u8B6F\u670D\u52D9\u3002\u82E5\u60A8\u662F<2>Pro\u6703\u54E1\uFF0C\u53EF\u4EE5\u9078\u64C7\u4F7F\u7528\u66F4\u70BA\u7A69\u5B9A\u7684 DeepL \u6216 OpenAI \u7FFB\u8B6F\u670D\u52D9\uFF08<3>\u9EDE\u6B64\u514D\u8CBB\u9AD4\u9A57\uFF09\u3002 \u53E6\u5916\uFF0C\u60A8\u4E5F\u53EF\u80FD\u9700\u8981\u6AA2\u67E5\u60A8\u7684\u7DB2\u8DEF\u6216\u4EE3\u7406\u8A2D\u5B9A\u3002",detectServiceLoading:"\u6B63\u5728\u6AA2\u6E2C\u53EF\u7528\u7684\u7FFB\u8B6F\u670D\u52D9...",toggleToService:"\u5207\u63DB\u5230{service}\u4E26\u91CD\u8A66","error.gemini.429":"\u7576\u524D Gemini \u670D\u52D9\u7576\u524D\u627F\u8F09\u80FD\u529B\u5DF2\u9054\u4E0A\u9650\uFF0C\u8ACB\u60A8\u7A0D\u5F8C\u518D\u8A66\uFF0C\u6216\u8005\u5207\u63DB\u5230\u5176\u4ED6\u7FFB\u8B6F\u670D\u52D9",enableSentryReport:"\u7576\u64F4\u5C55\u767C\u751F\u932F\u8AA4\u6642\uFF0C\u4F7F\u7528 Sentry \u63D0\u4EA4\u53CD\u994B","translationServices.gemini":"\u96D9\u5B50\u5EA7","error.subscriptionExpiredTitle":"\u6703\u54E1\u5DF2\u904E\u671F","error.subscriptionExpired":"\u60A8\u7684\u6703\u54E1\u53EF\u80FD\u5DF2\u904E\u671F\uFF0C\u8ACB\u6AA2\u67E5\u60A8\u7684\u6703\u54E1\u72C0\u614B",geminiWarning:"\u6CE8\u610F\uFF1AGoogle \u63D0\u4F9B\u7684 Gemini \u7684\u514D\u8CBB\u670D\u52D9\u9650\u5236\u56B4\u683C\uFF0C\u53EF\u80FD\u6703\u88AB Google \u5224\u5B9A\u70BA\u7528\u6236\u5728\u4F7F\u7528\u591A\u500B Key \u4F86\u898F\u907F\u4ED6\u5011\u7684\u514D\u8CBB\u914D\u984D\u9650\u5236\uFF0C\u4E0D\u5EFA\u8B70\u4F7F\u7528\uFF0C\u5EFA\u8B70\u7B49\u5F85 Google \u672A\u4F86\u958B\u653E Gemini \u4ED8\u8CBB\u63A5\u53E3\u5F8C\u518D\u4F7F\u7528\u3002","floatBall.setting":"\u8A2D\u7F6E","floatBall.translateToLanguage":"\u9EDE\u64CA\u7FFB\u8B6F\u70BA{language}","floatBall.file":`\u7FFB\u8B6FPDF\u3001EPUB\u3001SRT\u3001 ASS\u3001HTML\u3001TXT\u6587\u4EF6`,changeToDualTranslationMode:"\u5207\u63DB\u9810\u8A2D\u8B6F\u6587\u6A21\u5F0F\u70BA\u96D9\u8A9E\u5C0D\u7167",changeToOnlyTempTranslationMode:`\u7576\u524D\u70BA\u96D9\u8A9E\u5C0D\u7167 \u9EDE\u64CA\u5207\u63DB\u70BA\u50C5\u8B6F\u6587`,changeToOnlyTranslationMode:"\u5207\u63DB\u9810\u8A2D\u7FFB\u8B6F\u6A21\u5F0F\u70BA\u50C5\u986F\u793A\u8B6F\u6587",changeToDualTempTranslationMode:`\u7576\u524D\u70BA\u50C5\u8B6F\u6587 @@ -4969,7 +4969,7 @@ ass\u3001HTML\u3001TXT\u6A94\u6848`,"description.multiplePrompt":`\u7576\u6BB5\u {env.imt_sub_trans_field}: \u8B6F\u6587 - id: 2 {env.imt_sub_source_field}: Source - {env.imt_sub_trans_field}: \u8B6F\u6587`,"subtitle.quickButton.translationPosition":"\u8B6F\u6587\u4F4D\u7F6E","subtitle.quickButton.cyan":"\u9752\u8272","subtitle.quickButton.translationPositionTop":"\u539F\u6587\u4E0A\u65B9","subtitle.quickButton.translationPositionBottom":"\u539F\u6587\u4E0B\u65B9","subtitle.quickButton.yellow":"\u9EC3\u8272","subtitle.quickButton.black":"\u9ED1\u8272","subtitle.quickButton.white":"\u767D\u8272","subtitle.quickButton.setting":"\u8A2D\u7F6E","subtitle.quickButton.blue":"\u85CD\u8272","subtitle.quickButton.backgroundColor":"\u80CC\u666F\u984F\u8272","subtitle.quickButton.sourceFontSize":"\u539F\u59CB\u5B57\u9AD4\u5927\u5C0F","subtitle.quickButton.translationFontSize":"\u7FFB\u8B6F\u6587\u5B57\u9AD4\u5927\u5C0F","translationServices.claude":"\u514B\u52DE\u5FB7","subtitle.quickButton.sourceTextColor":"\u539F\u59CB\u5B57\u9AD4\u984F\u8272","subtitle.quickButton.red":"\u7D05\u8272","subtitle.quickButton.translationTextColor":"\u7FFB\u8B6F\u6587\u5B57\u9AD4\u984F\u8272","subtitle.quickButton.magenta":"\u6D0B\u7D05\u8272","subtitle.quickButton.green":"\u7DA0\u8272","subtitle.quickButton.backgroundOpacity":"\u80CC\u666F\u4E0D\u900F\u660E\u5EA6",attachSubtitleTranslating:"\u6B63\u5728\u4F7F\u7528 {service} \u7FFB\u8B6F\u4E2D...","error.claude.403":"\u66AB\u7121\u6B0A\u9650\u8A2A\u554F\u670D\u52D9\uFF0C\u53EF\u80FD\u8207 Claude \u7684\u5730\u5340\u9650\u5236\u6709\u95DC\uFF0C\u60A8\u53EF\u4EE5\u5617\u8A66\u5207\u63DB\u60A8\u7684 IP \u5730\u5740\uFF0C\u6216\u8005\u4F7F\u7528\u5176\u4ED6\u7FFB\u8B6F\u670D\u52D9\u3002","browser.brandDescriptionForSafari":"\u3010\u6C89\u6D78\u5F0F\u7FFB\u8B6F\u3011\u4E00\u6B3E\u514D\u8CBB\u7684\uFF08\u539F\u6587/\u8B6F\u6587\uFF09\u96D9\u8A9E\u5C0D\u7167\u7DB2\u9801\u7FFB\u8B6F\u63D2\u4EF6\uFF0C\u540C\u6642\u652F\u6301PDF\u7FFB\u8B6F\u548CEPUB\u96FB\u5B50\u66F8\u7FFB\u8B6F\u4E14\u4FDD\u7559\u539F\u6587\u6A94\u6392\u7248\uFF0CYoutube/Netflix\u7B49\u5728\u7DDA\u8996\u983B\u96D9\u8A9E\u5B57\u5E55\u7FFB\u8B6F\uFF0C\u652F\u6301Deepl/Google\u7B49\u4E3B\u6D41\u7FFB\u8B6F\u670D\u52D9;","browser.PdfProFile":"AI \u9A45\u52D5\u7684 PDF Pro \u7FFB\u8B6F","browser.textTranslate":"\u6587\u672C\u7FFB\u8B6F\uFF08\u5C0D\u6BD4\u591A\u500B\u7FFB\u8B6F\u670D\u52D9\uFF09"};var ph={nologin:"Not logged in",loginForSafari:"Sign In or Sign Up",login:"Log In",goLogin:"Sign In",manageAccount:"Manage Account",openPremium:"Upgrade to Pro",logout:"Logout",curentPlan:"Current Plan",endAt:"Expires",endAuto:"Auto Renew",lineBreakMaxTextCount:"Maximum characters per sentence after line break","translate-pdf":"Translate PDF","noSupportTranslate-pdf":"This script is not supported. Please use a plugin.","translate-firefox-local-pdf":"Go to upload PDF",enableLineBreak:"Enable automatic line wrapping for long paragraphs",sponsorLabel:"Sponsor developers from $1 (monthly or one-time)",help:"Help",enableLineBreakDescription:"After activating, insert line breaks at the end of each sentence in lengthy paragraphs for improved readability.","browser.shortBrandName":"Immersive Translate","browser.brandName":"Immersive Translate - Translate Website & PDF","browser.brandDescription":"Free Translate Website, Translate PDF & Epub eBook, Translate Video Subtitles in Bilingual","browser.toggleTranslatePage":"Translate webpage/Display original text","browser.toggleTranslateTheWholePage":"Translate entire page/Display original text","browser.toggleTranslateToThePageEndImmediately":"Translate instantly to the bottom of the page/Display original text","browser.toggleTranslateTheMainPage":"Translate main page /Display original text","browser.shareToDraft":"Share Bilingual Page","browser.openOptionsPage":"Open Settings Page","browser.translateLocalPdfFile":"Translate local PDF File","browser.openEbookViewer":"Read local e-books","browser.openEbookBuilder":"Create Bilingual EPUB E-books","browser.translateLocalHtmlFile":"Translate HTML/txt File","browser.donateContext":"Explore Sponsorship Benefits","browser.translateLocalSubtitleFile":"Translate Local Subtitle File",confirmResetConfig:"Are you sure you want to reset settings?",translationLineBreakSettingTitle:"Line break setting",smartLineBreak:"Smart Wrap",alwaysLineBreak:"Always Wrap",isShowContextMenu:"Add Translation to Right-Click Menu",toggleBeta:"Enable Beta Testing Features",betaDescription:"Enable experimental features and test translation services. Join the <1>Telegram group for more information.",translationLineBreakSettingDescription:"Always Wrap is suitable for layouts with less content, providing a neater appearance. (For longer paragraphs with over {count} characters, use Smart Wrap for a more space-efficient display.)",tempTranslateDomainTitle:"Temporarily Activate Website Translation Time",tempTranslateDomainDescription:"When manually translating a webpage, temporarily enable automatic translation for the site. You can set a temporary duration.",xMinutes:"{count} minutes",disabled:"Disable",changelog:"Change Log",toggleTranslatePageWhenThreeFingersOnTheScreen:"Touch screen with multiple fingers to translate webpage/display original text",toggleTranslationMaskWhenThreeFingersOnTheScreen:"Touch screen with multiple fingers to show/hide the blurry effect of the translated text",addUrlDescription:"You can specify domain names, and also use wildcard characters, such as: *.google.com, google.com/mail/*, https://www.google.com/*",general:"General",clickToExpandConfig:"Expand current configuration",import:"Import from file",export:"Export to file",toggleDebug:"Print debug logs to console","fingers.0":"Close",mouseHoldKey:"+ {key} translate/restore this paragraph",mouseHoldKeyAuto:"immediately translate this paragraph",mouseHoldKeyOff:"Do nothing",mouseHoldKeyOther:"Custom shortcut key (open settings)",mouseHoldKeyCustomKey:"{key} translate/restore this paragraph","mouse-translate":"Hover",document:"Document",resetSuccess:"Reset all settings successful",resetThisSuccess:"Reset successful",saved:"Saved successfully",successImportConfig:"Configuration imported successfully",goAdvancedSettings:"Go to Advanced Settings Page",goAdvancedInterfaceSettings:"Go to Advanced Custom Settings Page",advanced:"Advanced Settings",advancedDescription:"Generally, there's no need to adjust; keep the default settings. These options are provided for more advanced users seeking a more personalized experience.",developer:"Developer settings",donateCafe:"Pricing","translate to the bottom of the page":"After opening a webpage, do you want to translate to the bottom of the page immediately?",feedback:"Feedback",toggleTranslatePage:"Translate webpage/Show original text",translateToThePageEndImmediatelyDescription:"Once enabled, upon entering a webpage, it will immediately translate the content from the top to the bottom. If disabled, it will translate as you read. (Not recommended to enable)","translate all areas of the page":"Should all areas of the webpage be translated?",translationAreaDescription:"Once enabled, all areas of the entire webpage will be translated. If disabled, the default smart recognition will be used to translate only the main areas. (Not recommended to enable)","the number of characters to be translated first":"Translate the first few characters of the page directly, without waiting to scroll to the visible area.","interface language":"Interface language","display both the original text and the translation":"Display both the original text and the translation","keyboard shortcuts":"Keyboard shortcuts",modify:"Edit",reset:"Reset",close:"Close",homepage:"Home Page",more:"More",moreOptions:"Expand for more custom settings",translateTheWholePage:"Translate entire page",changeToTranslateTheWholePage:"Translate the Whole Page",changeToTranslateTheMainPage:"Translate the Main Content",changeToOnlyTranslationMode:"Show Translation only",changeToDualTranslationMode:"Show Bilingual Translation",translateToThePageEndImmediately:"Immediately translate to the bottom ",translateTheMainPage:"smart translate the main areas","The local rules are up to date":"Local rules are up to date:","Successfully synchronized with the latest official rules:":"Successfully synced latest official rules:","Checking for updates":"Checking for update","Rules are being synchronized":"Syncing official rules",localVersionIsTooOld:"The local extension version is too old, please upgrade the extension to {minVersion} or a newer version and try to sync again.",badUserscriptBrowser:"The current browser does not correctly support the interface of the Tampermonkey extension (such as obtaining version information of Tampermonkey scripts). Please use another <1>browser that supports Tampermonkey extensions, such as Firefox.",foundNewVersion:"New version available",theLocalExtensionIsUpToUpdate:"The current extension version is up to date.",failToSyncRules:"Failed to sync latest adaptive rules",retry:"Retry",failedReason:"Failure reason",currentRuleVersion:"Current Rule Version",calculating:"Calculating",unknownError:"Unknown Error",canNotFetchRemoteRule:"Unable to fetch remote rule",enableAlphaSuccess:"Alpha feature enabled successfully",disableAlphaSuccess:"Alpha feature has been disabled",cacheSize:"Cache size:",cleaning:"Cleaning",cleanCache:"Clear cache",options:"Options",about:"About",service:"Translation Service",needAction:"(go to settings)",goSettings:"go to settings",needActionForOptions:"(requires setting)",translationEngine:"Engine Options",sourceLanguage:"Original language",target:"Target Language",popupSourceLanguage:"Source",popupTarget:"Target",popupService:"Service",forThisSite:"Site",autoEnableSubtitle:"Auto-enable bilingual captions",alwaysTranslate:"Always translate",neverTranslate:"Never translate",neverTranslateSomeLanguage:"Never translate {language}",alwaysTranslateSomeSite:"Always translate {hostname}",neverTranslateSomeSite:"Never translate {hostname}",alwaysTranslateSomeSiteOrWildSite:"Always translate this site",alwaysTranslateSomePage:"Always translate this page",add:"Add",default:"Default",forThisLanguage:"For This Language:","add url":"Add URL",edit:"Edit",pickAll:"Select All","translate other languages into specific language":"Translate other languages into the language you set","select translation service":"Select a translation service",language:"Language","show-original":"Show Original",translate:"Translate",Translated:"Translated",Translating:"Translating",Error:"Error",allowCacheTranslations:"Enable local translation caching (reduce translation requests for repeated paragraphs)","translation display":"Translation display style","select diplay style":"See below for examples of different translation styles",interface:"Interface Settings",import_export:"Import/Export",import_export_title:"Import/Export Configuration",syncToGoogleDrive:"Sync Now with Google Drive",floatBallOptions:"Floating Button","floatBallOptions.enable":"Enable Floating Ball","floatBallOptions.blockUrls":"Blocked Websites","floatBallOptions.add":"Add","floatBallOptions.blockUrlDesc":"Don\u2019t show the floating ball on these websites","floatBallOptions.clickType":"Click Behavior","floatBallOptions.clickTypeDesc":"What happens when you click the floating ball icon","floatBallOptions.clickPopup":"Display Translation Panel","floatBallOptions.clickTranslate":"Translate/Show Original Text","floatBallOptions.fixedPosition":"Fixed Position","floatBallOptions.fixedPositionDesc":"Whether the float ball is on the left or right of the window","floatBallOptions.fixedPositionLeft":"Left","floatBallOptions.fixedPositionRight":"Right",previewAllThemes:"Preview all themes","translationTheme.none":"None","translationTheme.grey":"Black Gray","translationTheme.dashed":"Dotted lines","translationTheme.dotted":"Dotted lines","translationTheme.dashedBorder":"Dotted Border","translationTheme.solidBorder":"Solid Border","translationTheme.underline":"Straight line","translationTheme.mask":"Blur effect (learning mode)","translationTheme.opacity":"Transparency effect","translationTheme.paper":"White paper shadow effect","translationTheme.dividingLine":"Dividing line","translationTheme.highlight":"Highlight","translationTheme.marker":"Marker","translationTheme.marker2":"Maker2","translationTheme.blockquote":"quote style","translationTheme.weakening":"Weaken","translationTheme.italic":"Italic","translationTheme.bold":"Bold","translationTheme.thinDashed":"Thin dotted lines","translationTheme.nativeDashed":"System built-in dotted lines","translationTheme.nativeDotted":"System built-in dotted lines","translationTheme.nativeUnderline":"System built-in straight lines","translationTheme.wavy":"wavy lines","translationServices.custom":"Custom API","translationServices.tencent":"Tencent Translator","translationServices.tenAlpha":"Tencent Translator (Alpha)","translationServices.google":"Google Translate","translationServices.bai":"Baidu (Alpha)","translationServices.baidu":"Baidu translation","translationServices.aliyun":"Aliyun Translator","translationServices.volc":"Volcano Translation","translationServices.deeplx":"DeepLX (Alpha)","translationServices.bing":"Microsoft Translator","translationServices.deepl":"DeepL","translationServices.wechat":"Wechat translation","translationServices.azure":"Azure Translator","translationServices.ibm":"IBM Watson","translationServices.aws":"Amazon Translate","translationServices.mock":"Mock translation","translationServices.mock2":"Mock Translation2","translationServices.caiyun":"Caiyun Translation","translationServices.cai":"Caiyun Translation (Alpha)","translationServices.volcAlpha":"Volcano Translation (Alpha)","translationServices.openl":"OpenL","translationServices.youdao":"Youdao Translation","translationServices.you":"Youdao Translation (Alpha)","translationServices.transmart":"Tencent Smart Translation","translationServices.niu":"Niu Translation","translationServices.papago":"Papago Translation","translationServices.d":"DeeplX (Alpha)","translationServices.dpro":"D Pro (Canary)","translationServices.openai":"OpenAI","translationServices.yandex":"Yandex","translationServices.gemini":"Gemini","translationServices.chatgpt":"ChatGPT Web(3.5 mobile)","translate title":"Translate page title","always languages":"Always translate the following languages",neverTranslateLanguagesLabel:"Never Translated Languages",neverTranslateTheFollowingLanguagesDescription:"When a paragraph on a page is in one of the following languages, the translation will be skipped",enableUserscriptPagePopup:"Always show Popup windows on the page",enableUserscriptPagePopupDescription:"After closing the floating ball, you can use the shortcut key /{touch} to summon it. To prevent accidentally losing the floating ball after turning off this option, it is strongly recommended to bookmark this settings page.","always translate the following languages":"The following languages will always be translated","always sites":"Always translate the following sites","always translate the following sites":"The following sites will always be translated","never sites":"Never translate the following sites","never translate the following sites":"The following sites will never be translated","please refer to":"It can only be used after filling in the key. For details, please refer to",KeyAndConfigurationTutorial:"Key Application and Configuration Tutorial",useAboveStyleForTheseSites:"Sites that always use the {theme} translation style",currentUrl:"Current URL",confirm:"Save",cancel:"Cancel",delete:"Delete",syncToCloud:"Sync to cloud",syncToCloudDescription:"Upload the configuration to the cloud server, and you can synchronize the configuration between different browsers or Tampermonkey scripts, based on the last modification time.",syncToAccount:"Sync to account",syncToAccountButton:"Sync to account now",syncToAccountDescription:"Uploaded to the logged-in account, the configuration can be synchronized between different devices, and the last modification time shall prevail.",successSyncConfigInAccount:"Successfully synced with account",successSyncConfigToAccount:"Successfully synchronized to account",syncConfigNoUpdate:"Already up to date",authFail:"Authorization Failed",syncTitle:"Manual Backup Management",import_hint:"Import",upload:"Upload",revokeAuth:"Revoke Authorization",uploadFail:"Upload Failed",download:"Download",importSuccess:"Upload Success",importFail:"Import Failed",deleteFail:"Delete Failed",backupToCloud:"Manage backup files manually",create_new_backup:"Add backup node",maxBackupFiles:"Up to{count}different nodes can be backed up. Please delete unneeded nodes",backupToCloudDescription:"Upload or restore backup files manually, up to 3 different backups",successSyncConfig:"Successfully synced with cloud",syncFail:"Synchronization failed",updatedAt:"Updated at {date}",lastSyncedAt:"Last checked at {date}",downloadFail:"Download failed",clickToDownload:"Click to download",aboutLabel:"About - Feedback ","browser.openAboutPage":"About / Feedback/Sponsor",aboutLabelWithoutSponsor:"About - Feedback",aboutIntro:"We hope that all users will easily and pleasantly access to the enormous amount of foreign language information available on the Internet \u2764\uFE0F. You can choose to subscribe to <6>Pro membership to use the out-of-the-box DeepL and OpenAI translation.

Follow us on<3>Twitter, <4>Telegram Channel, WeChat public account, WeChat community group, or subscribe to updates via <5>email below.
<7>Pro members can contact us through the quick customer service email <8>support@immersivetranslate.com.",aboutIntroWithoutSponsor:"The extension is completely free. We hope that everyone can easily and joyfully access the vast foreign language information on the Internet \u2764\uFE0F.

Follow us on <3>Twitter, <4>Telegram channel, WeChat public account, WeChat community group, or subscribe to updates via <5>email below.",projectHomepage:"Project Homepage",joinTelegramGroup:"Join our communities for feature discussion",wechatPublicAccount:"Wechat Official Account",wechatCommunities:"Wechat Group",qqCommunities:"QQ Channel",joinTelegramChannel:"Subscribe to our Telegram channel to get the latest updates",feedbackAndJoin:"Feedback",autoSync:"Auto-Time Sync",loadingThemeTitle:"Loading Style",loadingThemeDescription:"Set the style of waiting for the translation to load","loadingTheme.spinner":"Spinning icon","loadingTheme.text":"Static Text... ","loadingTheme.none":"Disabled",developerDescription:"You can click <1>here to see the documentation related to advanced customization","edit border color":"Edit border color",successSyncButNoChange:"The current configuration is consistent with that in the cloud server",customTheme:"Customize colors and sizes","customThemeLabel.borderColor":"Border color","customThemeLabel.borderRadius":"Border Round Corner","customThemeLabel.textColor":"Text color","customThemeLabel.backgroundColor":"Background color","customThemeLabel.zoom":"Font scale (%)","customThemeLabel.opacity":"Text opacity (%)",resetToDefaultColor:"Reset to default colors",resetToDefaultSettings:"Reset to default settings",isTranslateTitle:"Enable translate page title",isTranslateTitleDescription:"When enabled, the webpage title will be translated",enableSearchEnhancement:"Enable Search Enhancement",enableSearchEnhancementDescription:"After activation, the right sidebar will automatically display 'Google News' search results for the corresponding English keywords on supported websites (Google News, Google Search (for certain keywords), Xueqiu, East Money, Futu, Tiger Community).",verifyService:"Verify service",verified:"Successful","field.langs":"Supported Language Code","field.model":"Model","field.translationEngine":"Translation engine","field.limitPerMinute":"Max requests per minute","field.limitPerSecond":"Max requests per second","field.maxTextLengthPerRequest":"Maximum text length per request","field.maxTextGroupLengthPerRequest":"Maximum number of paragraphs per request","field.apiUrl":"Custom API interface address","field.placeholderDelimiters":"Reserved placeholders","description.custom":"Custom interface access requires reference documents","description.limitPerMinute":"When the number of requests exceeds this limit, it will be temporarily suspended until the beginning of the next minute. Due to various limitations of OpenAI's current services, please click <1>here to view the latest suggested values","description.limitPerSecond":"When the number of requests exceeds this limit, it will be temporarily suspended until the beginning of the next second. Due to various limitations of OpenAI's current services, please click <1>here to view the latest suggested values","description.generalLimitPerSecond":"When the number of requests exceeds the limit, it will enter a queue state until the beginning of the next second.","description.prompt":"The dialogue sent to {service} as a user, where {{text}} represents the text content of the paragraph, {{from}} represents the language of the paragraph, and {{to}} represents the target language.","description.maxTextLengthPerRequest":"By default multiple paragraphs will be merged to reduce the number of requests, but if the total length of the paragraphs is too long, it may also cause the interface to respond slowly, so you can try to adjust this option to optimize speed","description.systemPrompt":"Send the conversation to OpenAI as a system, where {{text}} represents the text content of the paragraph, {{from}} represents the original language of the paragraph, and {{to}} represents the target language.","field.domain":"Domain","description.domain":"The default is: general. It can only be set when domain translation is activated in the Youdao API console, and the supported domains can be seen <1>Here ","field.scene":"Scenarios","description.scene":"The default is: general. It can be set only if the Alibaba Cloud API console has the Machine Translation Professional Edition enabled. Supported scenes can be found <1>here.","field.vocabId":"User dictionary ID","description.vocabId":"Specified dictionary out_id, currently supported in English translation","description.model":"OpenAI's models, such as gpt-3.5-turbo, gpt-4, etc","description.maxTextGroupLengthPerRequest":"The number of paragraphs sent to translation service each time. Sending too many paragraphs to OpenAI at once can slow down the interface.","description.apiUrl":"Please add a specific URL with a path, <1>more instructions",enabledExtension:"Enable extensions",clickToDisableExtension:"Click to disable extension",clickToEnableExtension:"Click to enable the extension",hasBeenDisabled:"Disabled","show password":"Show password",customContent:"Enter the name of the custom model",inputOptions:"Enhanced input box",mouseHoverOptions:"Mouse Hover",modifyMouseHoverKey:"Modify mouse hover shortcuts",enableInputTranslation:"enhanced input box?",enableInputTranslationDescription:"When enabled, enter {startingKey}{startingKey} direct in the input box and hit{inputTrailingTriggerKeyRepeatTimes}times{trailingKey}, translated into {inputTargetLanguage}",enableInputTranslationDescriptionForNoneKey:'When enabled, simply enter "Hello World" in the input box, then quickly press {inputTrailingTriggerKeyRepeatTimes} times on {trailingKey}, and it will be translated into the default target language.',inputTargetLanguage:"Set the default target language for the input box",inputTargetLanguageDescription:"The default target language for the translation input box, which is {startingKey}{startingKey} as the default language for triggering words.",inputTargetLanguageDescriptionForNoneKey:"Default target language for translation input box",inputStartingTriggerKeyTitle:"Set the delimiter character for partial translation of the input box",inputStartingTriggerKeyDescription:"When you don\u2019t need to translate the entire input box, the delimiter allows you to only translate the part from {startingKey}{startingKey} to the end of the input box. You can also specify a language code, for example: {startingKey}ja means to only translate the part from {startingKey}ja to the end of the input box",inputStartingTriggerKeyDescriptionForNoneKey:"The current setting does not require a prefix, so the partial text translation function of the input box cannot be used temporarily",inputTrailingTriggerKeyTitle:"Select a trigger character to indicate the end of input.",inputTrailingTriggerKeyDescription:"Quickly hitting {trailingKey} 3 times will start the translation",inputTrailingTriggerKeyTimeout:"Enter the interval time to end the trailing trigger",inputTrailingTriggerKeyTimeoutDescription:"Set the interval time for the end of input combo trigger (milliseconds)",spaceKey:"",noneKey:"No prefix needed, translate the entire text box directly",inputTranslationBlockUrlsTitle:"Do not enable input box enhancement on the following URLs",inputTranslationBlockUrlsDescription:"The input box enhancement will not work in the following URL",inputHelperInfo:`Note: We have optimized the system to address an issue where certain characters in Chinese input methods were being converted into Chinese punctuation marks. For instance, when using Sogou Input Method, "/" would be changed to "\u3001". We now recognizes all corresponding Chinese symbols as triggering characters, including "//" and "\u3001\u3001". + {env.imt_sub_trans_field}: \u8B6F\u6587`,"subtitle.quickButton.translationPosition":"\u8B6F\u6587\u4F4D\u7F6E","subtitle.quickButton.cyan":"\u9752\u8272","subtitle.quickButton.translationPositionTop":"\u539F\u6587\u4E0A\u65B9","subtitle.quickButton.translationPositionBottom":"\u539F\u6587\u4E0B\u65B9","subtitle.quickButton.yellow":"\u9EC3\u8272","subtitle.quickButton.black":"\u9ED1\u8272","subtitle.quickButton.white":"\u767D\u8272","subtitle.quickButton.setting":"\u8A2D\u7F6E","subtitle.quickButton.blue":"\u85CD\u8272","subtitle.quickButton.backgroundColor":"\u80CC\u666F\u984F\u8272","subtitle.quickButton.sourceFontSize":"\u539F\u59CB\u5B57\u9AD4\u5927\u5C0F","subtitle.quickButton.translationFontSize":"\u7FFB\u8B6F\u6587\u5B57\u9AD4\u5927\u5C0F","translationServices.claude":"\u514B\u52DE\u5FB7","subtitle.quickButton.sourceTextColor":"\u539F\u59CB\u5B57\u9AD4\u984F\u8272","subtitle.quickButton.red":"\u7D05\u8272","subtitle.quickButton.translationTextColor":"\u7FFB\u8B6F\u6587\u5B57\u9AD4\u984F\u8272","subtitle.quickButton.magenta":"\u6D0B\u7D05\u8272","subtitle.quickButton.green":"\u7DA0\u8272","subtitle.quickButton.backgroundOpacity":"\u80CC\u666F\u4E0D\u900F\u660E\u5EA6",attachSubtitleTranslating:"\u6B63\u5728\u4F7F\u7528 {service} \u7FFB\u8B6F\u4E2D...","error.claude.403":"\u66AB\u7121\u6B0A\u9650\u8A2A\u554F\u670D\u52D9\uFF0C\u53EF\u80FD\u8207 Claude \u7684\u5730\u5340\u9650\u5236\u6709\u95DC\uFF0C\u60A8\u53EF\u4EE5\u5617\u8A66\u5207\u63DB\u60A8\u7684 IP \u5730\u5740\uFF0C\u6216\u8005\u4F7F\u7528\u5176\u4ED6\u7FFB\u8B6F\u670D\u52D9\u3002","browser.brandDescriptionForSafari":"\u3010\u6C89\u6D78\u5F0F\u7FFB\u8B6F\u3011\u4E00\u6B3E\u514D\u8CBB\u7684\uFF08\u539F\u6587/\u8B6F\u6587\uFF09\u96D9\u8A9E\u5C0D\u7167\u7DB2\u9801\u7FFB\u8B6F\u63D2\u4EF6\uFF0C\u540C\u6642\u652F\u6301PDF\u7FFB\u8B6F\u548CEPUB\u96FB\u5B50\u66F8\u7FFB\u8B6F\u4E14\u4FDD\u7559\u539F\u6587\u6A94\u6392\u7248\uFF0CYoutube/Netflix\u7B49\u5728\u7DDA\u8996\u983B\u96D9\u8A9E\u5B57\u5E55\u7FFB\u8B6F\uFF0C\u652F\u6301Deepl/Google\u7B49\u4E3B\u6D41\u7FFB\u8B6F\u670D\u52D9;","browser.PdfProFile":"AI \u9A45\u52D5\u7684 PDF Pro \u7FFB\u8B6F","browser.textTranslate":"\u6587\u672C\u7FFB\u8B6F\uFF08\u5C0D\u6BD4\u591A\u500B\u7FFB\u8B6F\u670D\u52D9\uFF09"};var ph={nologin:"Not logged in",loginForSafari:"Sign In or Sign Up",login:"Log In",goLogin:"Sign In",manageAccount:"Manage Account",openPremium:"Upgrade to Pro",logout:"Logout",curentPlan:"Current Plan",endAt:"Expires",endAuto:"Auto Renew",lineBreakMaxTextCount:"Maximum characters per sentence after line break","translate-pdf":"Translate PDF","noSupportTranslate-pdf":"This script is not supported. Please use a plugin.","translate-firefox-local-pdf":"Go to upload PDF",enableLineBreak:"Enable automatic line wrapping for long paragraphs",sponsorLabel:"Sponsor developers from $1 (monthly or one-time)",help:"Help",enableLineBreakDescription:"After activating, insert line breaks at the end of each sentence in lengthy paragraphs for improved readability.","browser.shortBrandName":"Immersive Translate","browser.brandName":"Immersive Translate - Translate Website & PDF","browser.brandDescription":"Free Translate Website, Translate PDF & Epub eBook, Translate Video Subtitles in Bilingual","browser.toggleTranslatePage":"Translate webpage/Display original text","browser.toggleTranslateTheWholePage":"Translate entire page/Display original text","browser.toggleTranslateToThePageEndImmediately":"Translate instantly to the bottom of the page/Display original text","browser.toggleTranslateTheMainPage":"Translate main page /Display original text","browser.shareToDraft":"Share Bilingual Page","browser.openOptionsPage":"Open Settings Page","browser.translateLocalPdfFile":"Translate local PDF File","browser.openEbookViewer":"Read local e-books","browser.openEbookBuilder":"Create Bilingual EPUB E-books","browser.translateLocalHtmlFile":"Translate HTML/txt File","browser.donateContext":"Explore Sponsorship Benefits","browser.translateLocalSubtitleFile":"Translate Local Subtitle File",confirmResetConfig:"Are you sure you want to reset settings?",translationLineBreakSettingTitle:"Line break setting",smartLineBreak:"Smart Wrap",alwaysLineBreak:"Always Wrap",isShowContextMenu:"Add Translation to Right-Click Menu",toggleBeta:"Enable Beta Testing Features",betaDescription:"Enable experimental features and test translation services. Join the <1>Telegram group for more information.",translationLineBreakSettingDescription:"Always Wrap is suitable for layouts with less content, providing a neater appearance. (For longer paragraphs with over {count} characters, use Smart Wrap for a more space-efficient display.)",tempTranslateDomainTitle:"Temporarily Activate Website Translation Time",tempTranslateDomainDescription:"When manually translating a webpage, temporarily enable automatic translation for the site. You can set a temporary duration.",xMinutes:"{count} minutes",disabled:"Disable",changelog:"Change Log",toggleTranslatePageWhenThreeFingersOnTheScreen:"Touch screen with multiple fingers to translate webpage/display original text",toggleTranslationMaskWhenThreeFingersOnTheScreen:"Touch screen with multiple fingers to show/hide the blurry effect of the translated text",addUrlDescription:"You can specify domain names, and also use wildcard characters, such as: *.google.com, google.com/mail/*, https://www.google.com/*",general:"General",clickToExpandConfig:"Expand current configuration",import:"Import from file",export:"Export to file",toggleDebug:"Print debug logs to console","fingers.0":"Close",mouseHoldKey:"+ {key} translate/restore this paragraph",mouseHoldKeyAuto:"immediately translate this paragraph",mouseHoldKeyOff:"Do nothing",mouseHoldKeyOther:"Custom shortcut key (open settings)",mouseHoldKeyCustomKey:"{key} translate/restore this paragraph","mouse-translate":"Hover",document:"Document",resetSuccess:"Reset all settings successful",resetThisSuccess:"Reset successful",saved:"Saved successfully",successImportConfig:"Configuration imported successfully",goAdvancedSettings:"Go to Advanced Settings Page",goAdvancedInterfaceSettings:"Go to Advanced Custom Settings Page",advanced:"Advanced Settings",advancedDescription:"Generally, there's no need to adjust; keep the default settings. These options are provided for more advanced users seeking a more personalized experience.",developer:"Developer settings",donateCafe:"Pricing","translate to the bottom of the page":"After opening a webpage, do you want to translate to the bottom of the page immediately?",feedback:"Feedback",toggleTranslatePage:"Translate webpage/Show original text",translateToThePageEndImmediatelyDescription:"Once enabled, upon entering a webpage, it will immediately translate the content from the top to the bottom. If disabled, it will translate as you read. (Not recommended to enable)","translate all areas of the page":"Should all areas of the webpage be translated?",translationAreaDescription:"Once enabled, all areas of the entire webpage will be translated. If disabled, the default smart recognition will be used to translate only the main areas. (Not recommended to enable)","the number of characters to be translated first":"Translate the first few characters of the page directly, without waiting to scroll to the visible area.","interface language":"Interface language","display both the original text and the translation":"Display both the original text and the translation","keyboard shortcuts":"Keyboard shortcuts",modify:"Edit",reset:"Reset",close:"Close",homepage:"Home Page",more:"More",moreOptions:"Expand for more custom settings",translateTheWholePage:"Translate entire page",changeToTranslateTheWholePage:"Translate the Whole Page",changeToTranslateTheMainPage:"Translate the Main Content",changeToOnlyTranslationMode:"Show Translation only",changeToDualTranslationMode:"Show Bilingual Translation",translateToThePageEndImmediately:"Immediately translate to the bottom ",translateTheMainPage:"smart translate the main areas","The local rules are up to date":"Local rules are up to date:","Successfully synchronized with the latest official rules:":"Successfully synced latest official rules:","Checking for updates":"Checking for update","Rules are being synchronized":"Syncing official rules",localVersionIsTooOld:"The local extension version is too old, please upgrade the extension to {minVersion} or a newer version and try to sync again.",badUserscriptBrowser:"The current browser does not correctly support the interface of the Tampermonkey extension (such as obtaining version information of Tampermonkey scripts). Please use another <1>browser that supports Tampermonkey extensions, such as Firefox.",foundNewVersion:"New version available",theLocalExtensionIsUpToUpdate:"The current extension version is up to date.",failToSyncRules:"Failed to sync latest adaptive rules",retry:"Retry",failedReason:"Failure reason",currentRuleVersion:"Current Rule Version",calculating:"Calculating",unknownError:"Unknown Error",canNotFetchRemoteRule:"Unable to fetch remote rule",enableAlphaSuccess:"Alpha feature enabled successfully",disableAlphaSuccess:"Alpha feature has been disabled",cacheSize:"Cache size:",cleaning:"Cleaning",cleanCache:"Clear cache",options:"Options",about:"About",service:"Translation Service",needAction:"(go to settings)",goSettings:"go to settings",needActionForOptions:"(requires setting)",translationEngine:"Engine Options",sourceLanguage:"Original language",target:"Target Language",popupSourceLanguage:"Source",popupTarget:"Target",popupService:"Service",forThisSite:"Site",autoEnableSubtitle:"Auto-enable bilingual captions",alwaysTranslate:"Always translate",neverTranslate:"Never translate",neverTranslateSomeLanguage:"Never translate {language}",alwaysTranslateSomeSite:"Always translate {hostname}",neverTranslateSomeSite:"Never translate {hostname}",alwaysTranslateSomeSiteOrWildSite:"Always translate this site",alwaysTranslateSomePage:"Always translate this page",add:"Add",default:"Default",forThisLanguage:"For This Language:","add url":"Add URL",edit:"Edit",pickAll:"Select All","translate other languages into specific language":"Translate other languages into the language you set","select translation service":"Select a translation service",language:"Language","show-original":"Show Original",translate:"Translate",Translated:"Translated",Translating:"Translating",Error:"Error",allowCacheTranslations:"Enable local translation caching (reduce translation requests for repeated paragraphs)","translation display":"Translation display style","select diplay style":"See below for examples of different translation styles",interface:"Interface Settings",import_export:"Import/Export",import_export_title:"Import/Export Configuration",syncToGoogleDrive:"Sync Now with Google Drive",floatBallOptions:"Floating Button","floatBallOptions.enable":"Enable Floating Ball","floatBallOptions.blockUrls":"Blocked Websites","floatBallOptions.add":"Add","floatBallOptions.blockUrlDesc":"Don\u2019t show the floating ball on these websites","floatBallOptions.clickType":"Click Behavior","floatBallOptions.clickTypeDesc":"What happens when you click the floating ball icon","floatBallOptions.clickPopup":"Display Translation Panel","floatBallOptions.clickTranslate":"Translate/Show Original Text","floatBallOptions.fixedPosition":"Fixed Position","floatBallOptions.fixedPositionDesc":"Whether the float ball is on the left or right of the window","floatBallOptions.fixedPositionLeft":"Left","floatBallOptions.fixedPositionRight":"Right",previewAllThemes:"Preview all themes","translationTheme.none":"None","translationTheme.grey":"Black Gray","translationTheme.dashed":"Dotted lines","translationTheme.dotted":"Dotted lines","translationTheme.dashedBorder":"Dotted Border","translationTheme.solidBorder":"Solid Border","translationTheme.underline":"Straight line","translationTheme.mask":"Blur effect (learning mode)","translationTheme.opacity":"Transparency effect","translationTheme.paper":"White paper shadow effect","translationTheme.dividingLine":"Dividing line","translationTheme.highlight":"Highlight","translationTheme.marker":"Marker","translationTheme.marker2":"Maker2","translationTheme.blockquote":"quote style","translationTheme.weakening":"Weaken","translationTheme.italic":"Italic","translationTheme.bold":"Bold","translationTheme.thinDashed":"Thin dotted lines","translationTheme.nativeDashed":"System built-in dotted lines","translationTheme.nativeDotted":"System built-in dotted lines","translationTheme.nativeUnderline":"System built-in straight lines","translationTheme.wavy":"wavy lines","translationServices.custom":"Custom API","translationServices.tencent":"Tencent Translator","translationServices.tenAlpha":"Tencent Translator (Alpha)","translationServices.google":"Google Translate","translationServices.bai":"Baidu (Alpha)","translationServices.baidu":"Baidu translation","translationServices.aliyun":"Aliyun Translator","translationServices.volc":"Volcano Translation","translationServices.deeplx":"DeepLX (Alpha)","translationServices.bing":"Microsoft Translator","translationServices.deepl":"DeepL","translationServices.wechat":"Wechat translation","translationServices.azure":"Azure Translator","translationServices.ibm":"IBM Watson","translationServices.aws":"Amazon Translate","translationServices.mock":"Mock translation","translationServices.mock2":"Mock Translation2","translationServices.caiyun":"Caiyun Translation","translationServices.cai":"Caiyun Translation (Alpha)","translationServices.volcAlpha":"Volcano Translation (Alpha)","translationServices.openl":"OpenL","translationServices.youdao":"Youdao Translation","translationServices.you":"Youdao Translation (Alpha)","translationServices.transmart":"Tencent Smart Translation","translationServices.niu":"Niu Translation","translationServices.papago":"Papago Translation","translationServices.d":"DeeplX (Alpha)","translationServices.dpro":"D Pro (Canary)","translationServices.openai":"OpenAI","translationServices.yandex":"Yandex","translationServices.gemini":"Gemini","translationServices.chatgpt":"ChatGPT Web(3.5 mobile)","translate title":"Translate page title","always languages":"Always translate the following languages",neverTranslateLanguagesLabel:"Never Translated Languages",neverTranslateTheFollowingLanguagesDescription:"When a paragraph on a page is in one of the following languages, the translation will be skipped",enableUserscriptPagePopup:"Always show Popup windows on the page",enableUserscriptPagePopupDescription:"After closing the floating ball, you can use the shortcut key /{touch} to summon it. To prevent accidentally losing the floating ball after turning off this option, it is strongly recommended to bookmark this settings page.","always translate the following languages":"The following languages will always be translated","always sites":"Always translate the following sites","always translate the following sites":"The following sites will always be translated","never sites":"Never translate the following sites","never translate the following sites":"The following sites will never be translated","please refer to":"It can only be used after filling in the key. For details, please refer to",KeyAndConfigurationTutorial:"Key Application and Configuration Tutorial",useAboveStyleForTheseSites:"Sites that always use the {theme} translation style",currentUrl:"Current URL",confirm:"Save",cancel:"Cancel",delete:"Delete",syncToCloud:"Sync to cloud",syncToCloudDescription:"Upload the configuration to the cloud server, and you can synchronize the configuration between different browsers or Tampermonkey scripts, based on the last modification time.",syncToAccount:"Sync to account",syncToAccountButton:"Sync to account now",syncToAccountDescription:"Uploaded to the logged-in account, the configuration can be synchronized between different devices, and the last modification time shall prevail.",successSyncConfigInAccount:"Successfully synced with account",successSyncConfigToAccount:"Successfully synchronized to account",syncConfigNoUpdate:"Already up to date",authFail:"Authorization Failed",syncTitle:"Manual Backup Management",import_hint:"Import",upload:"Upload",revokeAuth:"Revoke Authorization",uploadFail:"Upload Failed",download:"Download",importSuccess:"Upload Success",importFail:"Import Failed",deleteFail:"Delete Failed",backupToCloud:"Manage backup files manually",create_new_backup:"Add backup node",maxBackupFiles:"Up to{count}different nodes can be backed up. Please delete unneeded nodes",backupToCloudDescription:"Upload or restore backup files manually, up to 3 different backups",successSyncConfig:"Successfully synced with cloud",syncFail:"Synchronization failed",updatedAt:"Updated at {date}",lastSyncedAt:"Last checked at {date}",downloadFail:"Download failed",clickToDownload:"Click to download",aboutLabel:"About - Feedback ","browser.openAboutPage":"About / Feedback/Sponsor",aboutLabelWithoutSponsor:"About - Feedback",aboutIntro:"We hope that all users will easily and pleasantly access to the enormous amount of foreign language information available on the Internet \u2764\uFE0F. You can choose to subscribe to <6>Pro membership to use the out-of-the-box DeepL and OpenAI translation.

Follow us on<3>Twitter, <4>Telegram Channel, WeChat public account, WeChat community group, or subscribe to updates via <5>email below.
<7>Pro members can contact us through the quick customer service email <8>support@immersivetranslate.com.",aboutIntroWithoutSponsor:"The extension is completely free. We hope that everyone can easily and joyfully access the vast foreign language information on the Internet \u2764\uFE0F.

Follow us on <3>Twitter, <4>Telegram channel, WeChat public account, WeChat community group, or subscribe to updates via <5>email below.",projectHomepage:"Project Homepage",joinTelegramGroup:"Join our communities for feature discussion",wechatPublicAccount:"Wechat Official Account",wechatCommunities:"Wechat Group",qqCommunities:"QQ Channel",joinTelegramChannel:"Subscribe to our Telegram channel to get the latest updates",feedbackAndJoin:"Feedback",autoSync:"Auto-Time Sync",loadingThemeTitle:"Loading Style",loadingThemeDescription:"Set the style of waiting for the translation to load","loadingTheme.spinner":"Spinning icon","loadingTheme.text":"Static Text... ","loadingTheme.none":"Disabled",developerDescription:"You can click <1>here to see the documentation related to advanced customization","edit border color":"Edit border color",successSyncButNoChange:"The current configuration is consistent with that in the cloud server",customTheme:"Customize colors and sizes","customThemeLabel.borderColor":"Border color","customThemeLabel.borderRadius":"Border Round Corner","customThemeLabel.textColor":"Text color","customThemeLabel.backgroundColor":"Background color","customThemeLabel.zoom":"Font scale (%)","customThemeLabel.opacity":"Text opacity (%)",resetToDefaultColor:"Reset to default colors",resetToDefaultSettings:"Reset to default settings",isTranslateTitle:"Enable translate page title",isTranslateTitleDescription:"When enabled, the webpage title will be translated",enableSearchEnhancement:"Enable Search Enhancement",enableSearchEnhancementDescription:"After activation, the right sidebar will automatically display 'Google News' search results for the corresponding English keywords on supported websites (Google News, Google Search (for certain keywords), Xueqiu, East Money, Futu, Tiger Community).",verifyService:"Verify service",verified:"Successful","field.langs":"Supported Language Code","field.model":"Model","field.translationEngine":"Translation engine","field.limitPerMinute":"Max requests per minute","field.limitPerSecond":"Max requests per second","field.maxTextLengthPerRequest":"Maximum text length per request","field.maxTextGroupLengthPerRequest":"Maximum number of paragraphs per request","field.apiUrl":"Custom API interface address","field.placeholderDelimiters":"Reserved placeholders","description.custom":"Custom interface access requires reference documents","description.limitPerMinute":"When the number of requests exceeds this limit, it will be temporarily suspended until the beginning of the next minute. Due to various limitations of OpenAI's current services, please click <1>here to view the latest suggested values","description.limitPerSecond":"When the number of requests exceeds this limit, it will be temporarily suspended until the beginning of the next second. Due to various limitations of OpenAI's current services, please click <1>here to view the latest suggested values","description.generalLimitPerSecond":"When the number of requests exceeds the limit, it will enter a queue state until the beginning of the next second.","description.prompt":"The dialogue sent to {service} as a user, where {{text}} represents the text content of the paragraph, {{from}} represents the language of the paragraph, and {{to}} represents the target language.","description.maxTextLengthPerRequest":"By default multiple paragraphs will be merged to reduce the number of requests, but if the total length of the paragraphs is too long, it may also cause the interface to respond slowly, so you can try to adjust this option to optimize speed","description.systemPrompt":"The dialogue sent to {service} as a system, where {{text}} represents the text content of the paragraph, {{from}} represents the language of the paragraph, and {{to}} represents the target language.","field.domain":"Domain","description.domain":"The default is: general. It can only be set when domain translation is activated in the Youdao API console, and the supported domains can be seen <1>Here ","field.scene":"Scenarios","description.scene":"The default is: general. It can be set only if the Alibaba Cloud API console has the Machine Translation Professional Edition enabled. Supported scenes can be found <1>here.","field.vocabId":"User dictionary ID","description.vocabId":"Specified dictionary out_id, currently supported in English translation","description.model":"OpenAI's models, such as gpt-3.5-turbo, gpt-4, etc","description.maxTextGroupLengthPerRequest":"The number of paragraphs sent to translation service each time. Sending too many paragraphs to OpenAI at once can slow down the interface.","description.apiUrl":"Please add a specific URL with a path, <1>more instructions",enabledExtension:"Enable extensions",clickToDisableExtension:"Click to disable extension",clickToEnableExtension:"Click to enable the extension",hasBeenDisabled:"Disabled","show password":"Show password",customContent:"Enter the name of the custom model",inputOptions:"Enhanced input box",mouseHoverOptions:"Mouse Hover",modifyMouseHoverKey:"Modify mouse hover shortcuts",enableInputTranslation:"enhanced input box?",enableInputTranslationDescription:"When enabled, enter {startingKey}{startingKey} direct in the input box and hit{inputTrailingTriggerKeyRepeatTimes}times{trailingKey}, translated into {inputTargetLanguage}",enableInputTranslationDescriptionForNoneKey:'When enabled, simply enter "Hello World" in the input box, then quickly press {inputTrailingTriggerKeyRepeatTimes} times on {trailingKey}, and it will be translated into the default target language.',inputTargetLanguage:"Set the default target language for the input box",inputTargetLanguageDescription:"The default target language for the translation input box, which is {startingKey}{startingKey} as the default language for triggering words.",inputTargetLanguageDescriptionForNoneKey:"Default target language for translation input box",inputStartingTriggerKeyTitle:"Set the delimiter character for partial translation of the input box",inputStartingTriggerKeyDescription:"When you don\u2019t need to translate the entire input box, the delimiter allows you to only translate the part from {startingKey}{startingKey} to the end of the input box. You can also specify a language code, for example: {startingKey}ja means to only translate the part from {startingKey}ja to the end of the input box",inputStartingTriggerKeyDescriptionForNoneKey:"The current setting does not require a prefix, so the partial text translation function of the input box cannot be used temporarily",inputTrailingTriggerKeyTitle:"Select a trigger character to indicate the end of input.",inputTrailingTriggerKeyDescription:"Quickly hitting {trailingKey} 3 times will start the translation",inputTrailingTriggerKeyTimeout:"Enter the interval time to end the trailing trigger",inputTrailingTriggerKeyTimeoutDescription:"Set the interval time for the end of input combo trigger (milliseconds)",spaceKey:"",noneKey:"No prefix needed, translate the entire text box directly",inputTranslationBlockUrlsTitle:"Do not enable input box enhancement on the following URLs",inputTranslationBlockUrlsDescription:"The input box enhancement will not work in the following URL",inputHelperInfo:`Note: We have optimized the system to address an issue where certain characters in Chinese input methods were being converted into Chinese punctuation marks. For instance, when using Sogou Input Method, "/" would be changed to "\u3001". We now recognizes all corresponding Chinese symbols as triggering characters, including "//" and "\u3001\u3001". Additionally, we support using Chinese aliases of language codes as commands. For example, entering "/Japanense Hello World" will translate the text into Japanese. You can click here to see a list of all supported language codes.`,reloadCurrentPage:"Please refresh the current page before starting translation",noLocalFilePermissionForPDF:"No permission to read local files temporarily, please click the button above and then import local files",noPermissionForThisPage:"\u26A0\uFE0F No permission to translate the current page","error.retry":"Retry","error.reason":"Reason",retryAllParagraphs:"Retry all error paragraphs",retryAllButton:"Retry All",errorTooltipTitle:"Click to get the error details",errorModalTitle:"Oops, something went wrong",disableConfirm:"Bilingual information enhancement settings",disableOnce:"Disable Once",disableGlobal:"Disable Forever",disableTint:"* You can re-enable it in {option}.",searchEnhancementNotes:"We found that the news results of Chinese keywords and English keywords are very different. After enabling the immersive translate bilingual information enhancement function, we will automatically search for the same keywords in English on supported websites (Google News, Google Search (for certain keywords), Xueqiu, East Money, Futu, Tiger) and display them on the right side. If you don\u2019t need this feature, you can choose to disable it",option:"Settings",saveSettings:"Save",closeModal:"Close",enableInputTranslationWithoutTriggerKeyTitle:"\u201CEnable quick hit 3 times {trailingKey}, directly translate the entire input box into {inputTargetLanguage}",enableInputTranslationWithoutTriggerKeyDescription:"To specify the target language, please add a language code at the beginning, such as: ja Hello world",deepLProName:"Premium Membership (Recommended)",deepLProDescription:"You can directly use this service",deeplProDescriptionForNormal:"No setup required, available for premium members after login, <1>Upgrade",deepLCustomDescription:"Requires an international credit card, activate at <1>DeepL official site, click to see <2>documentation",deepLCustomName:"Custom Auth Key",chooseProviderLabel:"Choose a service provider",openaiProName:"Premium Membership (Recommended)",openaiProDescription:"The current plan can be used directly",openaiProDescriptionForNormal:"No setup required, available for premium members after login, <1>Upgrade",openaiCustomDescription:"Can be obtained from OpenAI, Azure OpenAI, or other third-party services, <1>Click here to view documentation",openaiCustomName:"Custom API Key",needLoginAction:"(Premium or custom)",goLoginOrAction:"(Premium or go to setting)",yearly:"Annual Renewal",quarterly:"Quarterly Renewal",monthly:"Monthly Renewal",yearlyForOnce:"One-time Annual",monthlyForOnce:"One-time Monthly",daily:"Daily Renewal",year:"Annual Renewal",quarter:"Quarterly Renewal",month:"Monthly Renewal",day:"Daily Renewal",onetime_7day:"7-day Trial Pack",currentPlanDescriptionForFree:"Current plan: Free",currentPlanDescriptionForContinuous:"Current plan: {plan}, will auto-renew on {endAt}",currentPlanDescriptionForAutoRenewCaceling:"Current plan: {plan}, will expire on {endAt}. After expiration, it will not be automatically renewed",currentYearlyPlanDescriptionForAutoRenewCacelingWithRealPaiedUser:"Current plan: {plan}, will expire on {endAt}, will not be auto-renewed after expiration
<1>Manage the renewal plan",currentYearlyPlanDescriptionForAutoRenewCacelingWithAdmin:"The current plan: {plan}, will expire on {endAt}. After expiration, it will not be automatically renewed.
<1>Click here to enable continuous annual renewal",currentPlanDescriptionForOneTime:"Current plan: {plan}, expiring on {endAt}. <1>Upgrade to annual or <2>monthly or pro membership",upgradePlan:"Click here to upgrade to Pro membership",upgradeToPro:"Upgrade to Pro","popup.openPro":"Enjoy unrestricted access to DeepL and OpenAI translations after upgrading to Pro Membership. Click here to upgrade","popup.openProForPro":"You are a Pro member, you can directly use DeepL and OpenAI translations",currentAccount:"Account",enableAutoSyncUserSettings:"Enable auto-sync user settings",modalEnableInputTranslationTitle:"Writing Settings",modalEnableInputTranslationDesc:"You just triggered the translation of the immersive translate input box by quickly tapping the space bar 3 times. The content of the input box will be translated into the default target language. You can undo the translation with Ctrl+Z.

If this was a mistake, don't worry, you can choose to disable it this time, or permanently disable input box translation.",saveAndNotShowAgain:"Save and don't show prompt again",disableInputTranslationTips:"* You can also set other shortcuts in {option}, {learnMore}.",learnMore:"Click here to learn more",continueEnalbeInputTranslation:"Continue to enable input translation",autoRenewTrialSuffix:'(In trial, Upgrade to paid Pro now)',upgradeFromTrialTitle:"Upgrade to Pro membership",subtitle:"Video Subtitles",youtubeService:"Video Subtitle Translation Service","subtitle.disabledSubtitle":"Disable Video Subtitle Feature Permanently ","subtitle.disabledSubtitleDescription":"If the video subtitles of immersive translate conflict with other extensions, you can choose to permanently disable the video subtitle function of immersive translation or uninstall other conflicting extensions","subtitle.autoEnableSubtitleDescription":"Once enabled, bilingual subtitles will automatically appear when the video is playing, otherwise, you need to click the translation button to display them.","subtitle.preTranslation":"Use immersive translate to translate subtitles","subtitle.preTranslationDescription":"After enabling, the specified translation service below will be used to translate the entire subtitle in advance. A 1-hour video will consume approximately 50,000 Tokens or characters. Please use it judiciously. If disabled, the machine-translated subtitles that come with the original video will be used preferentially","subtitle.humanSubtitlesPreferred":"Use manual subtitles first","subtitle.humanSubtitlesPreferredDescription":"When the video has manual subtitles in the target language, prioritize using manual subtitles (recommended)","subtitle.bilingual":"Bilingual","subtitle.autoDisableSubtitle":"Disable Auto Bilingual","subtitle.hideQuickButton":"Hide This Shortcut","subtitle.showQuickButton":"Display bilingual subtitles shortcut","subtitle.showQuickButtonDescription":"Provide a shortcut to enable bilingual subtitles in the lower right corner of the video player.",videoSubtitleTranslationDescription:"Specify a separate translation service for video subtitles.",subtitleTranslating:"Immersive Translate is using {service} to translate subtitles...",subtitleLoading:"Loading subtitles...",bilingual:"Bilingual","field.action":"Enable Baidu terminology?","description.action":"After enabling, an action=1 parameter will be added to the request to inform Baidu to enable terminology. <1>For more explanation, please refer to the [official documentation]",closeQuickTranslation:"Close Floating Button","closeQuickTranslation.untilNext":"Close this time until the next visit","closeQuickTranslation.currentWebsite":"Disable the current website","closeQuickTranslation.alwaysClose":"Permanently disable","closeQuickTranslation.settingOpen":"(Can be activated in <1>Settings Page)","closeQuickTranslation.cancel":"Cancel","closeQuickTranslation.confirm":"confirm","floatBall.popup":"Open quick settings panel","floatBall.translate":"Click to translate this page","floatBall.showOriginal":"Click to switch back to the original text","floatBall.close":"Close Floating Button","floatBallOptions.enableDescPc":"When you enable the floating button, a translation button appears on the right. Click it to translate","floatBallOptions.enableDesc":"After you turn off the floating button, you can bring it back with {touch}. To avoid losing the floating button by accidentally turning it off, it is highly recommended you bookmark this settings page.","description.azureApiUrl":"Enter the custom API interface address","floatBall.guideClickToTranslate":`Click the floating ball to translate quickly`,"floatBall.iKnow":"Got it",confirmSupportMouse:"Force Enable Mouse Support",confirmSupportMouseDescription:"The current browser does not support mouse functions, do you want to forcibly enable mouse support?",sampleTargetText:"Night is coming, I will start watching from now on until death. I will not marry, not seal the land, not have children. I will not wear a crown, not fight for glory. I will be loyal to my duty, life and death.",sampleSourceText:"\u957F\u591C\u5C06\u81F3\uFF0C\u6211\u4ECE\u4ECA\u5F00\u59CB\u5B88\u671B\uFF0C\u81F3\u6B7B\u65B9\u4F11\u3002\u6211\u5C06\u4E0D\u5A36\u59BB\u3001\u4E0D\u5C01\u5730\u3001\u4E0D\u751F\u5B50\u3002\u6211\u5C06\u4E0D\u6234\u5B9D\u51A0\uFF0C\u4E0D\u4E89\u8363\u5BA0\u3002\u6211\u5C06\u5C3D\u5FE0\u804C\u5B88\uFF0C\u751F\u6B7B\u4E8E\u65AF\u3002","subtitle.supportedSites":"Bilingual subtitles are now supported on these websites (Note: Due to technical limitations, some websites need to be refreshed after the subtitles are turned on for the first time, or wait for the translation to complete to display bilingual subtitles)",viewWithImmersiveTranslate:"Bilingual version (Immersive Translate)",errorReason:"Error reason: {message}","proQuotaExceededError.onetime7day":'You can resolve this issue by choosing one of the following options:

1. Switch to {anotherService} or another translation service
2. Upgrade to Monthly/Annual membership',"proQuotaExceededError.trial":'You can resolve this issue by choosing one of the following options:

1. Switch to {anotherService} or another translation service
2. Upgrade to paid Pro now',"proQuotaExceededError.nonTrial":'You can resolve this issue by choosing one of the following options:

1. Switch to {anotherService} or another translation service
2. Purchase Data Package for {translationService}',"proQuotaExceededError.resetTime":"
3. Quota reset time: {resetTime}",paragraphMinTextCountField:"Minimum character count for paragraph translation",paragraphMinTextCountDesc:"Note, this refers to the character length, for example: 'hello' is 5 characters, setting a higher value can reduce unnecessary translations of small paragraphs",networkError:"Translation service or network problem",notLogin:"Not Logged In","browser.toggleMouseHoverTranslateDirectly":"Temporarily enable or disable direct translation by mouse hover on the page","browser.translateWithOpenAI":"Temporarily translate the current page with OpenAI","browser.translateWithDeepL":"Temporarily translate the current page with DeepL","browser.translateWithGoogle":"Temporarily translate the current page with Google","browser.translateWithBing":"Temporarily translate the current page with Microsoft Translator","browser.translateWithGemini":"Temporarily translate the current page with Gemini","browser.translateWithTransmart":"Temporarily translate the current page with Tencent Translator","browser.translateInputBox":"Translate the content of the current input box",shortcutSettings:"Shortcuts",shortcutSettingsTitle:"Shortcut Settings",confirmResetToDefaultSettings:"Confirm to reset this translation service to default settings? (Only resets settings for the current translation service)","intro.hoverTitle":"Mouse Hover Translation of the Current Paragraph","intro.hoverDescription":"Mouse hover translation is an important and easy-to-use feature in immersive translation. Simply hover the mouse over a paragraph and press the set shortcut to automatically translate it (not enabled by default, please set below). This interaction is a better alternative to word-selection translation, as it's more intuitive and convenient. Additionally, this function is widely used in areas we can't recognize, allowing you to force-translate any paragraph.","intro.floatBallTitle":"Quick Translation Floating Button","intro.floatBallDescription":"Once enabled, a quick translation button appears on the right side of the page. Click to translate, and click again to switch back to the original text. On mobile, long-press the floating button to open the quick settings panel.","intro.subtitleTitle":"Bilingual Subtitles for Online Videos","intro.subtitleDescription":"When enabled, bilingual subtitles will automatically appear when a video starts playing. Otherwise, manually click the translate button on the page to display them. (Due to technical limitations, some sites may require a page refresh or wait for the translation to complete to display bilingual subtitles.)

Currently supported on these sites:","desc.toggleMouseHoverTranslateDirectly":"Press this shortcut to automatically translate any text under the mouse pointer on the page. Press again to turn off this auto-translation feature.","shortcutGroup.main":"Common Function Shortcuts","shortcutGroup.others":"More Custom Function Shortcuts","shortcutGroup.shortcutsForTranslationServices":"Shortcuts for Translation Services",browserShortcutsSucks:"Due to browsers' inaccurate recognition of shortcuts in input boxes, please manually enter the name of the shortcut. After entering, click on a blank space to auto-save. (In macOS, Alt and Option are the same key, so it's recommended to enter Alt). For example:","shortcutGroup.touch":"Touch Screen Specific Gestures","shortcutGroup.mouse":"Mouse Hover Shortcut Configuration",fingerCountToToggleTranslagePageWhenTouching:"Multiple fingers touching the screen to translate the page/show original text","desc.fingerCountToToggleTranslagePageWhenTouching":"Once set, you can touch the screen with X number of fingers on a mobile device to translate the page/show original text",fingerCountToToggleTranslationMaskWhenTouching:"Multiple fingers touching the screen to display translation mask/show original text","desc.fingerCountToToggleTranslationMaskWhenTouching":"Translation mask refers to the blur effect on the translated text (learning mode). When enabled, it temporarily applies a blur effect to the translation, facilitating learning",fingerCountToToggleTranslagePageOnlyTranslationWhenTouching:"Touch the screen with multiple fingers to translate in translation-only mode/show original text","desc.fingerCountToToggleTranslagePageOnlyTranslationWhenTouching":"Translation-only mode refers to displaying only the translated text, as opposed to the default bilingual mode","neverTranslateText.title":"Keep the following words untranslated","neverTranslateText.description":"Due to some translation engines' poor recognition of proper nouns, you can add words here to ensure they remain untranslated during the process. Please note, this feature is case-sensitive and only supports space-separated word languages (like English, French), not suitable for languages like Japanese, Korean, etc.","tagsInput.add":"+ Add","desc.mouseHoverHoldKey":"While hovering the mouse over a paragraph, press the shortcut key on the right to directly translate it",mouseHoverCustomKeyTitle:"Customize Mouse Hover Shortcut Key",mouseHoverCustomKeyDescription:"You can customize a combination shortcut key for mouse hover, like: Alt+Z, Ctrl+E, Cmd+Alt+E or just Cmd. Please enter manually",mouseHoverShortcutPlaceholder:"Please enter manually",browserShortcutsNoteForFirefox:"For Firefox, modify shortcuts by opening the extensions management page `about:addons`, then click 'Settings' -> 'Manage Shortcuts'",browserShortcutsNoteForChrome:"Note: To modify shortcuts in Chrome-based browsers, visit [Extensions Management Page] -> [Manage Shortcuts]","desc.toggleTranslateTheMainPage":"Translate only the main area of the page. If you have enabled translating all areas in advanced settings, use this shortcut to specifically translate the main area","desc.toggleTranslateTheWholePage":"Translate the entire page area. By default, we translate the main area of the page, use this shortcut to specifically translate the entire area","browser.toggleOnlyTransation":"Switch to bilingual/translation-only mode","desc.toggleOnlyTransation":'"Only translation mode" refers to only displaying the translation. If the webpage has not been translated yet, it will switch modes and translate.',"browser.toggleTranslationMask":"Toggle blur effect on translated text (learning mode) for the current page","desc.interfaceLanguage":"The interface language setting affects the language of the control panel display and is unrelated to the target language of the translation",mouseHoverHoldKey:"Mouse Hover Translation Trigger Key",clickToSeeQuickDemo:"30-second Quick Tutorial Video",shortcutDisableTooltip:"Please set in the browser's extension shortcut key management page, for more guidance, see the instructions at the top of this page","subtitle.autoEnableSubtitle":"Enable Bilingual","floatBall.longPress":"Long press to quickly open the settings panel",notLoginPro:"You have not logged in to your member account",upgradeToProErrorTitle:"Please upgrade to Pro member before using this translation service",translationOnlyMode:"Translation Only Mode",translationOnlyModeDescription:"Translation only mode refers to displaying only the translation, instead of the default bilingual mode. Note: Due to technical limitations, hyperlinks in the original text will be ineffective in translation only mode","description.baiduField":"See supported fields <1>here; if empty, it means no specific field is designated",temprarilyChangeTranslationTo_openai:"Currently using OpenAI to translate this page",temprarilyChangeTranslationTo_google:"Currently using Google to translate this page",temprarilyChangeTranslationTo_bing:"Currently using Microsoft Translate to translate this page",temprarilyChangeTranslationTo_gemini:"Currently using Gemini to translate this page",temprarilyChangeTranslationTo_transmart:"Currently using Tencent Translate to translate this page",temprarilyChangeTranslationTo_deepl:"Currently using DeepL to translate this page","widget.videoSubtitle":"Subtitle","widget.instruction":"Usage",buildSnapshots:"Snapshot","widget.translateFileTooltip":"Translate PDF, EPUB, SRT, ASS, HTML, and TXT documents","widget.videoSubtitleTooltip":"Youtube and {count}+ video websites","widget.instructionTooltip":"View instructions for use",alwaysTranslateSomeLanguage:"Always translate {language} pages",alwaysTranslateThisSite:"Always translate this site",neverTranslateThisSite:"Never translate this site",loggedIn:"Logged in","widget.translateFile":"PDF/ePub",touchShortcutsToggleTranslatePage:"Set touch gestures to translate web pages/show original text","desc.touchShortcutsToggleTranslatePage":"Once set, on mobile devices, you can touch the screen with X fingers, swipe left and right or tap continuously to trigger translation of web pages/show original text",touchShortcutsToggleTranslationMask:"Set touch gestures to display translation mask/show original text","desc.touchShortcutsToggleTranslationMask":"Translation mask refers to the blur effect in the translation style (learning mode). When activated, it temporarily applies a blur effect to the translated text, facilitating learning",touchShortcutsToggleTranslatePageOnlyTranslation:"Set touch screen gesture to switch between bilingual/translation-only mode.","desc.touchShortcutsToggleTranslatePageOnlyTranslation":'"Only translation" means that only the translated text will be displayed. If the webpage has not been translated yet, the mode will be switched and it will be translated.',touchShortcutsToggleTranslateTouchElement:"Set touch gestures to translate a specified paragraph","desc.touchShortcutsToggleTranslateTouchElement":"Customize a gesture to translate any paragraph you're on",touchShortcutsOff:"Off","fingers.2":"Two-finger touch","fingers.3":"Three-finger touch","fingers.4":"Four-finger touch","fingers.5":"Five-finger touch","font.none":"Unset","multipleClick.2":"Double click","multipleClick.3":"Triple click","multipleClick.4":"Quadruple click","slide.left":"Slide right","slide.right":"Slide left","browser.toggleVideoSubtitlePreTranslation":"Switch Video Subtitles with Immersive Translation Feature",contact:"Contact","contact.description":"If you have any questions or suggestions, please contact us via filling out the form below or sending an email to {email}","desc.toggleVideoSubtitlePreTranslation":"After pressing, video bilingual subtitles will prioritize immersive translation settings. Pressing again will prioritize the auto-translated subtitles originally provided with the video. Note: This shortcut modifies the global settings",videoSubtitlePreTranslationOn:"Video subtitles will prioritize immersive translation",videoSubtitlePreTranslationOff:"Video subtitles will prioritize the auto-translated subtitles originally provided with the video",translationFont:"Set Font","translationFont.custom":"Enter Custom Font","translationFont.customPlaceholder":"Font","translationFont.notSupportErrorMessage":"Please check if the font name you entered is correct, or confirm that the font is installed on your device.","touch.mouse-translate":"Translate Paragraph","error.serveConfigError":"Service configuration error","error.reloadPageOfSetting":"After configuring, please refresh the page to translate again.","error.googleLimitIp":"Service returned an error, Google services have limited the flow for this IP address, it is recommended to change the network node.","error.openAIFreeLimit":"Service returned an error, the current translation request frequency has reached the maximum of 3 times per minute, please try again later. (This is the limit imposed by OpenAI official on free API Keys, to remove this limit, please bind a credit card in the OpenAI backend.)","error.openAIExceededQuota":"Service returned an error: your current OpenAI account balance is insufficient, please recharge or bind a credit card in the OpenAI official backend.","error.429":"Service returned an error, indicating too frequent requests or exceeding the quota limit, please try again later.","error.403":"Service returned an error, temporarily no permission to access the service.","error.400":"Service returned an error, request parameter error, please check the corresponding configuration.","error.502":"Service returned an error, service timeout, please try again later.","error.proTokenInvalid":"If you are a Pro user, please log in before using the Pro translation service","error.proUpgrade":"After upgrading, please refresh the page to translate again.","error.configError":"Configuration data anomaly","error.goReset":"Go to Reset",batchEdit:"Batch Edit","translationServices.inherit":"Inherit","translationModeLang.translation.title":"Language for Translation-Only Mode","translationModeLang.translation.description":"Translation-only mode will be automatically used when the page language is one of the following","translationModeUrl.translation.title":"URLs for Translation-Only Mode","translationModeUrl.translation.description":"Translation-only mode will be automatically used for websites with the following domains",download_started:"The download has begun, if it does not start automatically, please click manually.",here:"Here","error.serveUnavailable":"The [{serverName}] service you are currently using is temporarily unavailable due to network connection or service provider issues. It is suggested that you try refreshing the page or switch to another translation service through <1>Settings. If you are a <2>Pro member, you can choose to use the more stable DeepL or OpenAI translation services (<3>click here for a free trial). Additionally, you may need to check your network or proxy settings.",detectServiceLoading:"Detecting available translation services...",toggleToService:"Change to {service}","error.gemini.429":"The current Gemini service has reached its capacity limit. Please try again later, or switch to another translation service.",enableSentryReport:"When an extension encounters an error, submit feedback using Sentry","error.subscriptionExpired":"Your membership may have expired, please check your membership status.","error.subscriptionExpiredTitle":"Membership has expired.","languages.auto":"Auto Detect",geminiWarning:"Note: The free service provided by Google for Gemini is strictly limited and may be judged by Google as users using multiple Keys to evade their free quota restrictions. It is not recommended to use it. It is suggested to wait for Google to open the paid interface of Gemini in the future before using it.","floatBall.setting":"Settings","floatBall.translateToLanguage":"Click to translate into {language}","floatBall.file":"Translate PDF, EPUB, SRT, ASS, HTML, TXT files.",changeToOnlyTempTranslationMode:"Show Translation only",changeToDualTempTranslationMode:"Show Bilingual Translation","transitionMode.translation":"Only the translation","options.navbar.installApp":"Install mobile APP","options.navbar.translateFile":"Translate Document","subtitle.transitionMode":"Bilingual Video Subtitles/Translation Only Settings","transitionMode.dual":"Bilingual Comparison","transitionMode.inherit":"Maintain consistency with the system's default translation display mode.","subtitle.transitionModeDescription":"Set the video subtitles to bilingual comparison or translation-only mode.",translateFileTooltip:`Translate PDF, ePub, srt, @@ -4985,7 +4985,7 @@ ass, HTML, TXT files.`,"description.multiplePrompt":`When the number of paragrap {env.imt_sub_trans_field}: Translation - id: 2 {env.imt_sub_source_field}: Source - {env.imt_sub_trans_field}: Translation`,"subtitle.quickButton.black":"Black","subtitle.quickButton.cyan":"Blue","translationServices.claude":"Claude","subtitle.quickButton.backgroundColor":"Background color","subtitle.quickButton.green":"Green","subtitle.quickButton.blue":"Blue","subtitle.quickButton.white":"White","subtitle.quickButton.setting":"Settings","subtitle.quickButton.translationPosition":"Translation location","subtitle.quickButton.backgroundOpacity":"Background Opacity","subtitle.quickButton.sourceFontSize":"Original font size","subtitle.quickButton.sourceTextColor":"Original font color","subtitle.quickButton.yellow":"Yellow","subtitle.quickButton.translationFontSize":"Translation font size","subtitle.quickButton.translationPositionBottom":"Below the original text","subtitle.quickButton.red":"Red","subtitle.quickButton.translationPositionTop":"Above the original text","subtitle.quickButton.translationTextColor":"Translation font color","subtitle.quickButton.magenta":"Magenta",attachSubtitleTranslating:"Translating using {service}...","error.claude.403":"Access to the service is temporarily unavailable, possibly due to regional restrictions related to Claude. You can try changing your IP address, or use other translation services.","browser.brandDescriptionForSafari":"Free Translate Website, Translate PDF & Epub eBook, Translate Video Subtitles in Bilingual","browser.PdfProFile":"AI-Driven PDF Pro Translation","browser.textTranslate":"Text Translation"};var gh={nologin:"\u30ED\u30B0\u30A4\u30F3\u3057\u3066\u3044\u306A\u3044",loginForSafari:"\u30ED\u30B0\u30A4\u30F3\u307E\u305F\u306F\u767B\u9332",login:"\u30ED\u30B0\u30A4\u30F3\u3057\u3066\u4F1A\u54E1\u767B\u9332",manageAccount:"\u30DE\u30CD\u30FC\u30B8\u30C9\u30FB\u30A2\u30AB\u30A6\u30F3\u30C8",openPremium:"\u30AA\u30FC\u30D7\u30F3\u30FB\u30E1\u30F3\u30D0\u30FC",logout:"\u30A2\u30DC\u30FC\u30C8",curentPlan:"\u73FE\u5728\u306E\u30D1\u30C3\u30B1\u30FC\u30B8",endAt:"\u7D76\u606F",endAuto:"\u81EA\u52D5\u66F4\u65B0",lineBreakMaxTextCount:"\u6539\u884C\u5F8C\u306E1\u6587\u306B\u8A31\u3055\u308C\u308B\u6700\u5927\u6587\u5B57\u6570","translate-pdf":"\u30AF\u30EA\u30C3\u30AF\u3057\u3066PDF\u3092\u7FFB\u8A33\u3059\u308B","noSupportTranslate-pdf":"\u30B9\u30AF\u30EA\u30D7\u30C8\u306F\u30B5\u30DD\u30FC\u30C8\u3055\u308C\u3066\u3044\u307E\u305B\u3093\u3002","translate-firefox-local-pdf":"\u30AF\u30EA\u30C3\u30AF\u3057\u3066PDF\u3092\u30A4\u30F3\u30DD\u30FC\u30C8\u3059\u308B",enableLineBreak:"\u9577\u3044\u6BB5\u843D\u306E\u81EA\u52D5\u6539\u884C\u3092\u6709\u52B9\u306B\u3059\u308B",sponsorLabel:"\u30B9\u30DD\u30F3\u30B5\u30FC\u4ED8\u304D\u958B\u767A\u8005",help:"\u624B",browserShortcutsNoteForFirefox:"Firefox\u3067\u30B7\u30E7\u30FC\u30C8\u30AB\u30C3\u30C8\u3092\u5909\u66F4\u3059\u308B\u306B\u306F\u3001\u62E1\u5F35\u6A5F\u80FD\u306E\u7BA1\u7406\u30DA\u30FC\u30B8`about:addons`\u3092\u958B\u304D\u3001`Settings`\u3092\u30AF\u30EA\u30C3\u30AF\u3057\u3001`Manage Shortcuts`\u3092\u30AF\u30EA\u30C3\u30AF\u3057\u3066\u30B7\u30E7\u30FC\u30C8\u30AB\u30C3\u30C8\u3092\u8A2D\u5B9A\u3059\u308B\u5FC5\u8981\u304C\u3042\u308B\u3002",browserShortcutsNoteForChrome:"Chrome\u3067\u30B7\u30E7\u30FC\u30C8\u30AB\u30C3\u30C8\u3092\u5909\u66F4\u3059\u308B\u306B\u306F\u3001\u62E1\u5F35\u6A5F\u80FD\u306E\u7BA1\u7406\u30DA\u30FC\u30B8\u3092\u958B\u304D\u3001`\u30B7\u30E7\u30FC\u30C8\u30AB\u30C3\u30C8\u306E\u7BA1\u7406`\u30D1\u30CD\u30EB\uFF08`chrome://extensions/shortcuts`\uFF09\u3067\u30B7\u30E7\u30FC\u30C8\u30AB\u30C3\u30C8\u3092\u8A2D\u5B9A\u3057\u3001\u4E0B\u306E\u30DC\u30BF\u30F3\u3092\u30AF\u30EA\u30C3\u30AF\u3057\u3066\u30B7\u30E7\u30FC\u30C8\u30AB\u30C3\u30C8\u306E\u7BA1\u7406\u30DA\u30FC\u30B8\u306B\u30B8\u30E3\u30F3\u30D7\u3059\u308B\u5FC5\u8981\u304C\u3042\u308A\u307E\u3059\u3002",browserShortcutsSucks:"\u30AB\u30B9\u30BF\u30DE\u30A4\u30BA\u3055\u308C\u305F\u30B7\u30E7\u30FC\u30C8\u30AB\u30C3\u30C8\u306E\u66F8\u5F0F\u306F\u6B21\u306E\u3068\u304A\u308A\u3067\u3059\uFF08\u81EA\u52D5\u8A8D\u8B58\u306F\u884C\u308F\u308C\u307E\u305B\u3093\u306E\u3067\u3001\u76F4\u63A5\u5165\u529B\u3057\u3066\u304F\u3060\u3055\u3044\uFF09\uFF1A",enableLineBreakDescription:"\u30AA\u30F3\u306B\u3059\u308B\u3068\u3001\u9577\u3044\u6BB5\u843D\u306E\u6587\u672B\u306B\u6539\u884C\u304C\u5165\u308A\u3001\u8AAD\u307F\u3084\u3059\u304F\u306A\u308A\u307E\u3059\u3002","browser.shortBrandName":"\u30A4\u30DE\u30FC\u30B8\u30E7\u30F3\u7FFB\u8A33","browser.brandName":"\u30A4\u30DE\u30FC\u30B8\u30E7\u30F3\u7FFB\u8A33: \u4E8C\u30F6\u56FD\u8A9E\u30A6\u30A7\u30D6\u30DA\u30FC\u30B8\u7FFB\u8A33 & PDF\u6587\u66F8\u7FFB\u8A33","browser.brandDescription":"Deepl\u3001Google\u3001YouDao\u3001Tencent Translate\u306A\u3069\u3001\u8907\u6570\u306E\u7FFB\u8A33\u30B5\u30FC\u30D3\u30B9\u3092\u30B5\u30DD\u30FC\u30C8\u3057\u3066\u3044\u307E\u3059\u3002","browser.toggleTranslatePage":"\u30DA\u30FC\u30B8\u3092\u7FFB\u8A33\u3059\u308B\uFF0F\u539F\u6587\u3092\u8868\u793A\u3059\u308B","browser.toggleTranslateTheWholePage":"\u30DA\u30FC\u30B8\u306E\u5168\u9818\u57DF\u3092\u7FFB\u8A33\u3059\u308B\uFF0F\u539F\u6587\u3092\u8868\u793A\u3059\u308B","browser.toggleOnlyTransation":"\u30D0\u30A4\u30EA\u30F3\u30AC\u30EB/\u7FFB\u8A33\u30C6\u30AD\u30B9\u30C8\u306E\u307F\u30E2\u30FC\u30C9\u306B\u5207\u308A\u66FF\u3048\u3066\u304F\u3060\u3055\u3044","browser.toggleTranslateToThePageEndImmediately":"\u30DA\u30FC\u30B8\u4E0B\u90E8\u3078\u306E\u5373\u6642\u7FFB\u8A33\uFF0F\u539F\u6587\u306E\u8868\u793A","browser.toggleTranslateTheMainPage":"\u30DA\u30FC\u30B8\u306E\u30E1\u30A4\u30F3\u30A8\u30EA\u30A2\u3092\u7FFB\u8A33\u3059\u308B\uFF0F\u539F\u6587\u3092\u8868\u793A\u3059\u308B","browser.shareToDraft":"\u30D0\u30A4\u30EA\u30F3\u30AC\u30EB\u30DA\u30FC\u30B8\u3092\u5171\u6709\u3059\u308B","browser.openOptionsPage":"\u8A2D\u5B9A\u30DA\u30FC\u30B8\u3092\u958B\u304F","browser.toggleTranslationMask":"\u4E26\u9032\u30D6\u30E9\u30FC\u52B9\u679C\u306E\u8868\u793A\uFF0F\u975E\u8868\u793A","browser.translateLocalPdfFile":"\u30ED\u30FC\u30AB\u30EB\u306EPDF\u30D5\u30A1\u30A4\u30EB\u3092\u7FFB\u8A33\u3059\u308B","browser.openEbookViewer":"\u5730\u5143\u306E\u96FB\u5B50\u66F8\u7C4D\u3092\u8AAD\u3080","browser.openEbookBuilder":"\u30D0\u30A4\u30EA\u30F3\u30AC\u30EBEPUB\u96FB\u5B50\u66F8\u7C4D\u306E\u5236\u4F5C","browser.translateLocalHtmlFile":"HTML/\u30C6\u30AD\u30B9\u30C8\u30D5\u30A1\u30A4\u30EB\u3092\u7FFB\u8A33\u3059\u308B","browser.donateContext":"\u30B9\u30DD\u30F3\u30B5\u30FC\u7279\u5178\u306B\u3064\u3044\u3066","browser.translateLocalSubtitleFile":"\u30ED\u30FC\u30AB\u30EB\u5B57\u5E55\u30D5\u30A1\u30A4\u30EB\u3092\u7FFB\u8A33\u3059\u308B",confirmResetConfig:"\u672C\u5F53\u306B\u8A2D\u5B9A\u3092\u30EA\u30BB\u30C3\u30C8\u3057\u307E\u3059\u304B\uFF1F",translationLineBreakSettingTitle:"\u7FFB\u8A33\u306E\u6539\u884C\u8A2D\u5B9A",smartLineBreak:"\u30B9\u30DE\u30FC\u30C8\u30E9\u30A4\u30F3\u30D5\u30A3\u30FC\u30C9",alwaysLineBreak:"\u5E38\u306B\u6539\u884C",isShowContextMenu:"\u53F3\u30AF\u30EA\u30C3\u30AF\u30E1\u30CB\u30E5\u30FC\u306B\u7FFB\u8A33\u30DA\u30FC\u30B8\u3092\u8FFD\u52A0",toggleBeta:"\u30D9\u30FC\u30BF\u30C6\u30B9\u30C8\u6A5F\u80FD\u306E\u6709\u52B9\u5316",betaDescription:"\u307E\u3060\u5B9F\u9A13\u6BB5\u968E\u3067\u3042\u308B\u6A5F\u80FD\u3084\u3001\u30D9\u30FC\u30BF\u7248\u306E\u7FFB\u8A33\u30B5\u30FC\u30D3\u30B9\u3092\u6709\u52B9\u306B\u3059\u308B\u3002\u8A73\u3057\u304F\u306F <1>Telegram\u30B0\u30EB\u30FC\u30D7\u306B\u3054\u53C2\u52A0\u304F\u3060\u3055\u3044\u3002",translationLineBreakSettingDescription:"\u30B3\u30F3\u30C6\u30F3\u30C4\u304C\u5C11\u306A\u3044\u30DA\u30FC\u30B8\u3067\u306F\u3001\u5E38\u306B\u304D\u3061\u3093\u3068\u6539\u884C\u3059\u308B\u3002(\u5185\u5BB9\u306E\u591A\u3044\u9577\u3044\u6BB5\u843D({count}\u6587\u5B57\u4EE5\u4E0A)\u3067\u306F\u3001\u30B9\u30DA\u30FC\u30B9\u3092\u7BC0\u7D04\u3059\u308B\u305F\u3081\u306B\u6539\u884C\u3092\u30B9\u30DE\u30FC\u30C8\u306B\u4F7F\u3044\u307E\u3057\u3087\u3046)\u3002",tempTranslateDomainTitle:"\u30A6\u30A7\u30D6\u30B5\u30A4\u30C8\u7FFB\u8A33\u306E\u4E00\u6642\u7684\u306A\u5207\u308A\u66FF\u3048\u671F\u9593",tempTranslateDomainDescription:"\u624B\u52D5\u3067\u30A6\u30A7\u30D6\u30DA\u30FC\u30B8\u3092\u7FFB\u8A33\u3059\u308B\u5834\u5408\u306F\u3001\u4E00\u6642\u7684\u306B\u81EA\u52D5\u7FFB\u8A33\u7528\u306EWeb\u30B5\u30A4\u30C8\u3092\u30AA\u30F3\u306B\u3057\u3001\u4E00\u6642\u7684\u306A\u671F\u9593\u3092\u8A2D\u5B9A\u3059\u308B\u3053\u3068\u304C\u3067\u304D\u307E\u3059\u3002",xMinutes:"{count} \u8B70\u4E8B\u9332",disabled:"\u7269\u306E\u4F7F\u7528\u3092\u7981\u6B62\u3059\u308B\u3002",changelog:"\u66F4\u65B0\u30ED\u30B0",toggleTranslatePageWhenThreeFingersOnTheScreen:"\u8907\u6570\u306E\u6307\u304C\u540C\u6642\u306B\u753B\u9762\u306B\u89E6\u308C\u308B\u3068\u3001\u30A6\u30A7\u30D6\u30DA\u30FC\u30B8\u3092\u7FFB\u8A33\u3057\u305F\u308A\u3001\u539F\u6587\u3092\u8868\u793A\u3057\u305F\u308A\u3059\u308B\u3002",toggleTranslationMaskWhenThreeFingersOnTheScreen:"\u30DE\u30EB\u30C1\u30D5\u30A3\u30F3\u30AC\u30FC\u30BF\u30C3\u30C1\u3067\u307C\u304B\u3057\u52B9\u679C\u3092\u8868\u793A/\u975E\u8868\u793A\u3002",fingerCountToToggleTranslagePageOnlyTranslationWhenTouching:"\u8907\u6570\u306E\u6307\u304C\u540C\u6642\u306B\u753B\u9762\u306B\u89E6\u308C\u308B\u3053\u3068\u3067\u3001\u30A6\u30A7\u30D6\u30DA\u30FC\u30B8\u3092\u7FFB\u8A33\uFF08\u7FFB\u8A33\u306E\u307F\uFF09\uFF0F\u539F\u6587\u3092\u8868\u793A\u3002",addUrlDescription:"\u30C9\u30E1\u30A4\u30F3\u540D\u3092\u6307\u5B9A\u3067\u304D\u3001\u30EF\u30A4\u30EB\u30C9\u30AB\u30FC\u30C9\u3082\u30B5\u30DD\u30FC\u30C8\u3002\u4F8B\uFF1A\uFF1A*.google.com\u3001google.com/mail/*\u3001https://www.google.com/*\u3002",general:"\u57FA\u672C\u8A2D\u5B9A",clickToExpandConfig:"\u73FE\u5728\u306E\u30B3\u30F3\u30D5\u30A3\u30AE\u30E5\u30EC\u30FC\u30B7\u30E7\u30F3\u3092\u62E1\u5927\u3059\u308B",import:"\u30D5\u30A1\u30A4\u30EB\u304B\u3089\u306E\u30A4\u30F3\u30DD\u30FC\u30C8",export:"\u30D5\u30A1\u30A4\u30EB\u3078\u306E\u30A8\u30AF\u30B9\u30DD\u30FC\u30C8",toggleDebug:"\u30B3\u30F3\u30BD\u30FC\u30EB\u306B\u30C7\u30D0\u30C3\u30B0\u30ED\u30B0\u3092\u8868\u793A\u3059\u308B","fingers.0":"\u51DD\u56FA","fingers.2":"\u30C4\u30FC\u30D5\u30A3\u30F3\u30AC\u30FC\u30BF\u30C3\u30C1","fingers.3":"\u30B9\u30EA\u30FC\u30D5\u30A3\u30F3\u30AC\u30FC\u30BF\u30C3\u30C1","fingers.4":"\u30D5\u30A9\u30FC\u30D5\u30A3\u30F3\u30AC\u30FC\u30BF\u30C3\u30C1","fingers.5":"5\u672C\u6307\u30BF\u30C3\u30C1",mouseHoldKey:"+ {key} \u7FFB\u8A33/\u6BB5\u843D\u3092\u5143\u306B\u623B\u3059",mouseHoldKeyAuto:"\u30D1\u30E9\u30B0\u30E9\u30D5\u306E\u76F4\u8A33",mouseHoldKeyOff:"\u4F55\u3082\u3059\u308B\u306A\u3002",mouseHoldKeyOther:"\u30B7\u30E7\u30FC\u30C8\u30AB\u30C3\u30C8\u306E\u30AB\u30B9\u30BF\u30DE\u30A4\u30BA\uFF08\u8A2D\u5B9A\u3092\u958B\u304F\uFF09",mouseHoldKeyCustomKey:"{key} \u30D1\u30E9\u30B0\u30E9\u30D5\u306E\u7FFB\u8A33\uFF0F\u7E2E\u5C0F",mouseHoverHoldKey:"\u30B7\u30E7\u30FC\u30C8\u30AB\u30C3\u30C8\u30AD\u30FC\u3092\u62BC\u3057\u306A\u304C\u3089\u30DE\u30A6\u30B9\u3092\u52D5\u304B\u3059\u3068\u6BB5\u843D\u304C\u7FFB\u8A33\u3055\u308C\u308B","mouse-translate":"\u30DE\u30A6\u30B9\u30DB\u30D0\u30FC",document:"(\u3055\u3093\u3077",resetSuccess:"\u3059\u3079\u3066\u306E\u8A2D\u5B9A\u306E\u30EA\u30BB\u30C3\u30C8\u306B\u6210\u529F",resetThisSuccess:"\u30EA\u30BB\u30C3\u30C8\u6210\u529F",saved:"\u30BB\u30FC\u30D6\u30FB\u30B5\u30AF\u30BB\u30B9",successImportConfig:"\u8A2D\u5B9A\u306E\u30A4\u30F3\u30DD\u30FC\u30C8\u306B\u6210\u529F",goAdvancedSettings:"\u8A73\u7D30\u8A2D\u5B9A\u30DA\u30FC\u30B8\u306B\u79FB\u52D5\u3059\u308B",goAdvancedInterfaceSettings:"\u8A73\u7D30\u30AB\u30B9\u30BF\u30DE\u30A4\u30BA\u8A2D\u5B9A\u30DA\u30FC\u30B8\u306B\u79FB\u52D5\u3059\u308B",advanced:"\u8A73\u7D30\u8A2D\u5B9A",advancedDescription:"\u901A\u5E38\u3001\u8A2D\u5B9A\u306F\u5FC5\u8981\u306A\u304F\u3001\u30C7\u30D5\u30A9\u30EB\u30C8\u306E\u307E\u307E\u3067\u3088\u3044\u3002\u3088\u308A\u5C02\u9580\u7684\u306A\u30E6\u30FC\u30B6\u30FC\u306E\u307F\u3001\u3088\u308A\u30D1\u30FC\u30BD\u30CA\u30E9\u30A4\u30BA\u3055\u308C\u305F\u8A2D\u5B9A\u304C\u53EF\u80FD\u3067\u3059\u3002",developer:"\u30C7\u30D9\u30ED\u30C3\u30D1\u30FC\u8A2D\u5B9A",donateCafe:"\u7269\u4FA1","translate to the bottom of the page":"\u30DA\u30FC\u30B8\u4E0B\u90E8\u3078\u306E\u7FFB\u8A33\u306F\u3001\u30DA\u30FC\u30B8\u306B\u5165\u3063\u3066\u3059\u3050\u306B\u884C\u308F\u308C\u308B\u306E\u3067\u3059\u304B\uFF1F",feedback:"\u554F\u984C\u306B\u95A2\u3059\u308B\u30D5\u30A3\u30FC\u30C9\u30D0\u30C3\u30AF",toggleTranslatePage:"\u30DA\u30FC\u30B8\u3092\u7FFB\u8A33\u3059\u308B\uFF0F\u539F\u6587\u3092\u8868\u793A\u3059\u308B",translateToThePageEndImmediatelyDescription:"\u3053\u306E\u6A5F\u80FD\u3092\u30AA\u30F3\u306B\u3059\u308B\u3068\u3001\u30DA\u30FC\u30B8\u306E\u4E0A\u304B\u3089\u4E0B\u306B\u5165\u529B\u3057\u305F\u5185\u5BB9\u304C\u5373\u5EA7\u306B\u7FFB\u8A33\u3055\u308C\u307E\u3059\u3002\u30AA\u30D5\u306B\u3059\u308B\u3068\u3001\u8AAD\u307F\u306A\u304C\u3089\u7FFB\u8A33\u3055\u308C\u307E\u3059\u3002(\u304A\u52E7\u3081\u3057\u307E\u305B\u3093\uFF09","translate all areas of the page":"\u30DA\u30FC\u30B8\u306E\u5168\u9818\u57DF\u3092\u7FFB\u8A33\u3059\u308B\u304B\u3069\u3046\u304B",translationAreaDescription:"\u30AA\u30F3\u306B\u3059\u308B\u3068\u3001\u30A6\u30A7\u30D6\u30DA\u30FC\u30B8\u5168\u4F53\u306E\u3059\u3079\u3066\u306E\u9818\u57DF\u304C\u7FFB\u8A33\u3055\u308C\u307E\u3059\u3002\u30AA\u30D5\u306B\u3059\u308B\u3068\u3001\u30C7\u30D5\u30A9\u30EB\u30C8\u306E\u30B9\u30DE\u30FC\u30C8\u8A8D\u8B58\u304C\u4F7F\u7528\u3055\u308C\u3001\u4E3B\u8981\u306A\u9818\u57DF\u306E\u307F\u304C\u7FFB\u8A33\u3055\u308C\u307E\u3059\u3002(\u30AA\u30F3\u306B\u3059\u308B\u3053\u3068\u306F\u304A\u52E7\u3081\u3057\u307E\u305B\u3093)","the number of characters to be translated first":"\u8868\u793A\u9818\u57DF\u307E\u3067\u30B9\u30AF\u30ED\u30FC\u30EB\u3059\u308B\u3053\u3068\u306A\u304F\u3001\u30DA\u30FC\u30B8\u306E\u6700\u521D\u306E\u6570\u6587\u5B57\u3092\u76F4\u63A5\u7FFB\u8A33\u3059\u308B\u3002","interface language":"\u30A4\u30F3\u30BF\u30FC\u30D5\u30A7\u30FC\u30B9\u8A00\u8A9E","display both the original text and the translation":"\u539F\u6587\u3068\u8A33\u6587\u306E\u540C\u6642\u8868\u793A","keyboard shortcuts":"\u30AD\u30FC\u30DC\u30FC\u30C9\u30B7\u30E7\u30FC\u30C8\u30AB\u30C3\u30C8",modify:"\u30B7\u30E7\u30FC\u30C8\u30AB\u30C3\u30C8\u30AD\u30FC\u306E\u5909\u66F4",reset:"\u30EA\u30D3\u30B8\u30E7\u30F3",close:"\u51DD\u56FA",homepage:"\u30DB\u30FC\u30E0\u30DA\u30FC\u30B8",more:"\u3082\u3063\u3068\u898B\u308B",moreOptions:"\u30AB\u30B9\u30BF\u30DE\u30A4\u30BA\u30FB\u30AA\u30D7\u30B7\u30E7\u30F3\u306E\u62E1\u5927",translateTheWholePage:"\u30DA\u30FC\u30B8\u306E\u5168\u9818\u57DF\u3092\u7FFB\u8A33\u3059\u308B\uFF08\u4E3B\u8981\u306A\u9818\u57DF\u3092\u30A4\u30F3\u30C6\u30EA\u30B8\u30A7\u30F3\u30C8\u306B\u8A8D\u8B58\u3059\u308B\u306E\u3068\u306F\u5BFE\u7167\u7684\uFF09\u3002",changeToTranslateTheWholePage:"\u5168\u5730\u57DF\u306E\u7FFB\u8A33\u306B\u5207\u308A\u66FF\u3048\u308B",changeToTranslateTheMainPage:"\u30E1\u30A4\u30F3\u30A8\u30EA\u30A2\u306E\u7FFB\u8A33\u306B\u5207\u308A\u66FF\u3048\u308B",changeToOnlyTranslationMode:"\u7FFB\u8A33\u306E\u307F\u3092\u8868\u793A\u3059\u308B\u3088\u3046\u306B\u5207\u308A\u66FF\u3048\u308B",changeToDualTranslationMode:"\u5BFE\u8A33\u3078\u306E\u5207\u308A\u66FF\u3048",translateToThePageEndImmediately:"\u30DA\u30FC\u30B8\u4E0B\u90E8\u3078\u306E\u5373\u6642\u7FFB\u8A33",translateTheMainPage:"\u30A4\u30F3\u30C6\u30EA\u30B8\u30A7\u30F3\u30C8\u7FFB\u8A33 \u4E3B\u8981\u5730\u57DF","The local rules are up to date":"\u5730\u5143\u306E\u9069\u5FDC\u898F\u5B9A\u306F\u6700\u65B0\u306E\u3082\u306E\u3060\u3002","Successfully synchronized with the latest official rules:":"\u6700\u65B0\u306E\u516C\u5F0F\u7AF6\u6280\u898F\u5247\u3068\u306E\u540C\u671F\u306B\u6210\u529F\u3002","Checking for updates":"\u30A2\u30C3\u30D7\u30C7\u30FC\u30C8\u306E\u30C1\u30A7\u30C3\u30AF","Rules are being synchronized":"\u9069\u5FDC\u30EB\u30FC\u30EB\u306E\u540C\u671F\u5316",localVersionIsTooOld:"\u30ED\u30FC\u30AB\u30EB\u306E\u62E1\u5F35\u6A5F\u80FD\u306E\u30D0\u30FC\u30B8\u30E7\u30F3\u304C\u53E4\u3059\u304E\u307E\u3059\u3002\u540C\u671F\u3092\u8A66\u307F\u308B\u524D\u306B\u3001\u62E1\u5F35\u6A5F\u80FD\u3092 {minVersion} \u4EE5\u964D\u306B\u30A2\u30C3\u30D7\u30B0\u30EC\u30FC\u30C9\u3057\u3066\u304F\u3060\u3055\u3044\u3002",badUserscriptBrowser:"\u73FE\u5728\u306E\u30D6\u30E9\u30A6\u30B6\u306F\u30B0\u30EA\u30FC\u30B9\u30E2\u30F3\u30AD\u30FC\u62E1\u5F35\u30A4\u30F3\u30BF\u30FC\u30D5\u30A7\u30A4\u30B9\u3092\u6B63\u3057\u304F\u5B9F\u88C5\u3057\u3066\u3044\u307E\u305B\u3093\uFF08\u4F8B\u3048\u3070\u3001\u30B0\u30EA\u30FC\u30B9\u30E2\u30F3\u30AD\u30FC\u30FB\u30B9\u30AF\u30EA\u30D7\u30C8\u81EA\u4F53\u306E\u30D0\u30FC\u30B8\u30E7\u30F3\u756A\u53F7\u306B\u95A2\u3059\u308B\u60C5\u5831\u3092\u53D6\u5F97\u3059\u308B\u5834\u5408\u306A\u3069\uFF09\u306E\u3067\u3001Firefox\u306A\u3069<1>\u30B0\u30EA\u30FC\u30B9\u30E2\u30F3\u30AD\u30FC\u62E1\u5F35\u3092\u30B5\u30DD\u30FC\u30C8\u3059\u308B\u4ED6\u306E\u30D6\u30E9\u30A6\u30B6\u3092\u3054\u5229\u7528\u304F\u3060\u3055\u3044\u3002",foundNewVersion:"\u65B0\u30D0\u30FC\u30B8\u30E7\u30F3\u3092\u898B\u308B",theLocalExtensionIsUpToUpdate:"\u73FE\u5728\u306E\u30A8\u30AF\u30B9\u30C6\u30F3\u30B7\u30E7\u30F3\u306F\u6700\u65B0\u3060\u3002",failToSyncRules:"\u6700\u65B0\u306E\u9069\u5FDC\u30EB\u30FC\u30EB\u306E\u540C\u671F\u306B\u5931\u6557",retry:"\u30EA\u30C8\u30E9\u30A4\u3059\u308B\u306B\u306F\u3053\u3053\u3092\u30AF\u30EA\u30C3\u30AF",failedReason:"\u5931\u6557\u306E\u7406\u7531",currentRuleVersion:"\u73FE\u5728\u306E\u30EB\u30FC\u30EB\u30FB\u30D0\u30FC\u30B8\u30E7\u30F3",calculating:"\u8A08\u7B97",unknownError:"\u672A\u77E5\u306E\u30A8\u30E9\u30FC",canNotFetchRemoteRule:"\u30EA\u30E2\u30FC\u30C8\u30EB\u30FC\u30EB\u304C\u53D6\u5F97\u3067\u304D\u306A\u3044",enableAlphaSuccess:"\u30A2\u30EB\u30D5\u30A1\u5BFE\u5FDC",disableAlphaSuccess:"\u30A2\u30EB\u30D5\u30A1\u6A5F\u80FD\u306F\u30AA\u30D5",cacheSize:"\u30AD\u30E3\u30C3\u30B7\u30E5\u30FB\u30B5\u30A4\u30BA\uFF1A",cleaning:"\u6E05\u7B97\u4E2D",cleanCache:"\u30AD\u30E3\u30C3\u30B7\u30E5\u3092\u6D88\u53BB\u3059\u308B",options:"\u30BB\u30C3\u30C8\u30A2\u30C3\u30D7",about:"\u306B\u5BFE\u3057\u3066",service:"\u901A\u8A33\u30B5\u30FC\u30D3\u30B9",needAction:"(\u8A2D\u5B9A\u3078\uFF09",goSettings:"\u8A2D\u5B9A\u3059\u308B",needActionForOptions:"(\u8A2D\u5B9A\u4E88\u5B9A\uFF09",translationEngine:"\u30A8\u30F3\u30B8\u30F3\u30FB\u30AA\u30D7\u30B7\u30E7\u30F3",sourceLanguage:"\u539F\u8A9E",target:"\u76EE\u6A19\u8A00\u8A9E",popupSourceLanguage:"\u539F\u8A9E",popupTarget:"\u76EE\u6A19\u8A00\u8A9E",popupService:"\u901A\u8A33\u30B5\u30FC\u30D3\u30B9",forThisSite:"\u73FE\u5728\u306E\u30A6\u30A7\u30D6\u30B5\u30A4\u30C8",autoEnableSubtitle:"\u4E8C\u30AB\u56FD\u8A9E\u5B57\u5E55\u3092\u81EA\u52D5\u7684\u306B\u30AA\u30F3\u306B\u3059\u308B",alwaysTranslate:"\u5E38\u306B\u7FFB\u8A33\u3059\u308B",neverTranslate:"\u6C7A\u3057\u3066\u7FFB\u8A33\u3057\u306A\u3044",alwaysTranslateSomeLanguage:"\u5E38\u306B\u7FFB\u8A33\u3059\u308B {language}",neverTranslateSomeLanguage:"\u6C7A\u3057\u3066\u7FFB\u8A33\u3057\u306A\u3044 {language}",alwaysTranslateSomeSite:"\u5E38\u306B\u7FFB\u8A33\u3059\u308B {hostname}",neverTranslateSomeSite:"\u6C7A\u3057\u3066\u7FFB\u8A33\u3057\u306A\u3044 {hostname}",alwaysTranslateSomeSiteOrWildSite:"\u5E38\u306B\u30B5\u30A4\u30C8\u3092\u7FFB\u8A33\u3059\u308B",alwaysTranslateSomePage:"\u5E38\u306B\u30DA\u30FC\u30B8\u3092\u7FFB\u8A33\u3059\u308B",add:"\u5897\u52A0",default:"\u30C7\u30D5\u30A9\u30EB\u30C8",forThisLanguage:"\u3053\u306E\u8A00\u8A9E\u306E\u5834\u5408\uFF1A","add url":"URL\u3092\u5165\u529B",edit:"\u30B3\u30F3\u30D1\u30A4\u30E9","translate other languages into specific language":"\u4ED6\u306E\u8A00\u8A9E\u3092\u8A2D\u5B9A\u3057\u305F\u8A00\u8A9E\u306B\u7FFB\u8A33\u3059\u308B","select translation service":"\u7FFB\u8A33\u30B5\u30FC\u30D3\u30B9\u306E\u9078\u629E",language:"\u591A\u8A00\u8A9E\u4E3B\u7FA9","show-original":"\u539F\u6587\u3092\u8868\u793A",translate:"\u30EC\u30F3\u30C0\u30EA\u30F3\u30B0",Translated:"\u7FFB\u8A33",Translating:"\u7FFB\u8A33\u4E2D",Error:"\u4E0D\u6B63\u78BA",allowCacheTranslations:"\u30ED\u30FC\u30AB\u30EB\u7FFB\u8A33\u30AD\u30E3\u30C3\u30B7\u30E5\u3092\u6709\u52B9\u306B\u3059\u308B\uFF08\u91CD\u8907\u3057\u305F\u7B87\u6240\u306E\u7FFB\u8A33\u30EA\u30AF\u30A8\u30B9\u30C8\u3092\u6E1B\u3089\u3059\uFF09","translation display":"\u7FFB\u8A33\u8868\u793A\u30B9\u30BF\u30A4\u30EB","select diplay style":"\u4EE5\u4E0B\u306E\u4F8B\u3092\u5177\u4F53\u7684\u306B\u53C2\u7167\u3057\u306A\u304C\u3089\u3001\u7FFB\u8A33\u306E\u30B9\u30BF\u30A4\u30EB\u3092\u533A\u5225\u3059\u308B\u3002",interface:"\u30A4\u30F3\u30BF\u30FC\u30D5\u30A7\u30FC\u30B9\u8A2D\u5B9A",import_export:"\u30A4\u30F3\u30DD\u30FC\u30C8/\u30A8\u30AF\u30B9\u30DD\u30FC\u30C8",import_export_title:"\u30A4\u30F3\u30DD\u30FC\u30C8/\u30A8\u30AF\u30B9\u30DD\u30FC\u30C8\u8A2D\u5B9A",syncToGoogleDrive:"Google\u30C9\u30E9\u30A4\u30D6\u3068\u540C\u671F",floatBallOptions:"\u30DB\u30D0\u30FC\u30DC\u30FC\u30EB\u306E\u8A2D\u5B9A","floatBallOptions.enable":"\u30DB\u30D0\u30FC\u30DC\u30FC\u30EB\u3092\u4F7F\u7528\u53EF\u80FD\u306B\u3059\u308B","floatBallOptions.blockUrls":"\u30A6\u30A7\u30D6\u30B5\u30A4\u30C8\u3092\u7121\u52B9\u306B\u3059\u308B","floatBallOptions.add":"\u5897\u52A0","floatBallOptions.blockUrlDesc":"\u4EE5\u4E0B\u306E\u30B5\u30A4\u30C8\u3067\u306F\u30DB\u30D0\u30FC\u30DC\u30FC\u30EB\u304C\u8868\u793A\u3055\u308C\u307E\u305B\u3093\u3002","floatBallOptions.clickType":"\u30AF\u30EA\u30C3\u30AF\u884C\u52D5","floatBallOptions.clickTypeDesc":"\u30AF\u30EA\u30C3\u30AF\u3057\u305F\u3068\u304D\u306E\u30DB\u30D0\u30FC\u30DC\u30FC\u30EB\u30FB\u30A2\u30A4\u30B3\u30F3\u306E\u52D5\u4F5C","floatBallOptions.clickPopup":"\u7FFB\u8A33\u30D1\u30CD\u30EB\u306E\u8868\u793A","floatBallOptions.clickTranslate":"\u539F\u6587\u306E\u7FFB\u8A33\uFF0F\u8868\u793A","floatBallOptions.fixedPosition":"\u56FA\u5B9A\u4F4D\u7F6E","floatBallOptions.fixedPositionDesc":"\u60AC\u6D6E\u7403\u5728\u7A97\u53E3\u5DE6\u4FA7\u8FD8\u662F\u53F3\u4FA7","floatBallOptions.fixedPositionLeft":"\u5DE6\u4FA7","floatBallOptions.fixedPositionRight":"\u53F3\u4FA7",previewAllThemes:"\u3059\u3079\u3066\u306E\u30B9\u30BF\u30A4\u30EB\u3092\u30D7\u30EC\u30D3\u30E5\u30FC\u3059\u308B","translationTheme.none":"\u306A\u3044","translationTheme.grey":"\u30C0\u30FC\u30AF\u30B0\u30EC\u30FC","translationTheme.dashed":"\u70B9\u7DDA\u4E0B\u7DDA","translationTheme.dotted":"\u70B9\u7DDA\u30A2\u30F3\u30C0\u30FC\u30B9\u30B3\u30A2","translationTheme.dashedBorder":"\u70B9\u7DDA","translationTheme.solidBorder":"\u30BD\u30EA\u30C3\u30C9\u30DC\u30FC\u30C0\u30FC","translationTheme.underline":"\u76F4\u7DDA\u306B\u4E0B\u7DDA\u3092\u5F15\u304F","translationTheme.mask":"\u30D5\u30A1\u30B8\u30FC\u52B9\u679C\uFF08\u5B66\u7FD2\u30E2\u30FC\u30C9\uFF09","translationTheme.opacity":"\u900F\u660E\u52B9\u679C","translationTheme.paper":"\u767D\u3044\u7D19\u306E\u5F71\u306E\u52B9\u679C","translationTheme.dividingLine":"\u308F\u3051\u3081","translationTheme.highlight":"\u9AD8\u8F1D\u5EA6","translationTheme.marker":"\u30DE\u30FC\u30AB\u30FC","translationTheme.marker2":"\u30DE\u30FC\u30AB\u30FC2","translationTheme.blockquote":"\u53C2\u7167\u30B9\u30BF\u30A4\u30EB","translationTheme.weakening":"\u5F31\u4F53\u5316","translationTheme.italic":"\u659C\u4F53","translationTheme.bold":"\u6FC3\u5316","translationTheme.thinDashed":"\u7D30\u70B9\u7DDA\u30A2\u30F3\u30C0\u30FC\u30E9\u30A4\u30F3","translationTheme.nativeDashed":"\u30B7\u30B9\u30C6\u30E0\u306F\u70B9\u7DDA\u306E\u30A2\u30F3\u30C0\u30FC\u30E9\u30A4\u30F3\u4ED8\u304D","translationTheme.nativeDotted":"\u30B7\u30B9\u30C6\u30E0\u306F\u70B9\u7DDA\u306E\u30A2\u30F3\u30C0\u30FC\u30E9\u30A4\u30F3\u4ED8\u304D","translationTheme.nativeUnderline":"\u30B7\u30B9\u30C6\u30E0\u306B\u306F\u76F4\u7DDA\u306E\u30A2\u30F3\u30C0\u30FC\u30E9\u30A4\u30F3\u304C\u4ED8\u5C5E\u3057\u3066\u3044\u308B","translationTheme.wavy":"\u6CE2\u7DDA","translationServices.custom":"\u30AB\u30B9\u30BF\u30E0API","translationServices.tencent":"\u30C6\u30F3\u30BB\u30F3\u30C8\u7FFB\u8A33\u8005","translationServices.tenAlpha":"\u30C6\u30F3\u30BB\u30F3\u30C8\u30FB\u30C8\u30E9\u30F3\u30B9\u30EC\u30FC\u30BF\u30FC\uFF08\u30A2\u30EB\u30D5\u30A1\uFF09","translationServices.google":"\u30B0\u30FC\u30B0\u30EB\u7FFB\u8A33","translationServices.bai":"\u30D0\u30A4\u30C9\u30A5\uFF08\u30A2\u30EB\u30D5\u30A1\uFF09","translationServices.baidu":"\u767E\u5EA6\u306E\u7FFB\u8A33","translationServices.aliyun":"\u30A2\u30EA\u30AF\u30E9\u30A6\u30C9\u7FFB\u8A33","translationServices.volc":"\u706B\u5C71\u7FFB\u8A33","translationServices.deeplx":"DeepLX (\u30D9\u30FC\u30BF)","translationServices.bing":"\u30DE\u30A4\u30AF\u30ED\u30BD\u30D5\u30C8\u7FFB\u8A33","translationServices.deepl":"\u30C7\u30A3\u30FC\u30D7\u30A8\u30EB","translationServices.wechat":"WeChat\u7FFB\u8A33","translationServices.azure":"\u30A2\u30B8\u30E5\u30FC\u30EB\u7FFB\u8A33","translationServices.ibm":"IBM\u30EF\u30C8\u30BD\u30F3","translationServices.aws":"\u30A2\u30DE\u30BE\u30F3\u7FFB\u8A33","translationServices.mock":"\u6A21\u64EC\u7FFB\u8A33","translationServices.mock2":"\u6A21\u64EC\u7FFB\u8A332","translationServices.caiyun":"\u30AB\u30E9\u30D5\u30EB\u306A\u96F2\u3068\u5C0F\u3055\u306A\u7FFB\u8A33","translationServices.cai":"\u30AB\u30E9\u30D5\u30EB\u306A\u96F2\uFF08\u30A2\u30EB\u30D5\u30A1\uFF09","translationServices.volcAlpha":"\u30DC\u30EB\u30B1\u30FC\u30CE\uFF08\u30A2\u30EB\u30D5\u30A1\uFF09","translationServices.openl":"\u30AA\u30FC\u30D7\u30F3L","translationServices.youdao":"Youtube\u7FFB\u8A33","translationServices.you":"Youdao \u7FFB\u8A33\u8005\uFF08\u30A2\u30EB\u30D5\u30A1\uFF09","translationServices.transmart":"\u9A30\u8A0A\u30A4\u30F3\u30BF\u30E9\u30AF\u30C6\u30A3\u30D6\u7FFB\u8A33","translationServices.niu":"\u30DE\u30FC\u30D9\u30EA\u30C3\u30AF\u7FFB\u8A33\u8005","translationServices.papago":"\u30D1\u30D1\u30B4\u7FFB\u8A33","translationServices.d":"D\uFF08\u30A2\u30EB\u30D5\u30A1\uFF09","translationServices.dpro":"D\u30D7\u30ED\uFF08\u30AB\u30CA\u30EA\u30A2\uFF09","translationServices.openai":"\u30AA\u30FC\u30D7\u30F3AI","translationServices.chatgpt":"ChatGPT Web(3.5 mobile)","translate title":"\u30DA\u30FC\u30B8\u30BF\u30A4\u30C8\u30EB\u3092\u7FFB\u8A33\u3059\u308B","always languages":"\u5E38\u306B\u8A00\u8A9E\u3092\u7FFB\u8A33\u3059\u308B",neverTranslateLanguagesLabel:"\u7FFB\u8A33\u3055\u308C\u308B\u3053\u3068\u306E\u306A\u3044\u8A00\u8A9E",neverTranslateTheFollowingLanguagesDescription:"\u30DA\u30FC\u30B8\u4E0A\u306E\u6BB5\u843D\u304C\u4EE5\u4E0B\u306E\u8A00\u8A9E\u306E\u3044\u305A\u308C\u304B\u3067\u3042\u308B\u5834\u5408\u3001\u7FFB\u8A33\u306F\u30B9\u30AD\u30C3\u30D7\u3055\u308C\u307E\u3059\u3002",enableUserscriptPagePopup:"\u30DA\u30FC\u30B8\u306B\u30DB\u30D0\u30FC\u30DC\u30FC\u30EB\u3092\u8868\u793A",enableUserscriptPagePopupDescription:"\u30DB\u30D0\u30FC\u30DC\u30FC\u30EB\u3092\u30AA\u30D5\u306B\u3057\u305F\u5F8C\u306F\u3001\u30B7\u30E7\u30FC\u30C8\u30AB\u30C3\u30C8 /{touch}\u3067\u547C\u3073\u51FA\u3059\u3053\u3068\u304C\u3067\u304D\u307E\u3059\u3002\u3046\u3063\u304B\u308A\u3053\u306E\u30AA\u30D7\u30B7\u30E7\u30F3\u3092\u30AA\u30D5\u306B\u3057\u305F\u5F8C\u3001\u30DB\u30D0\u30FC\u30DC\u30FC\u30EB\u3092\u898B\u3064\u3051\u3089\u308C\u306A\u304F\u306A\u308B\u306E\u3092\u9632\u3050\u305F\u3081\u3001\u3053\u306E\u8A2D\u5B9A\u30DA\u30FC\u30B8\u3092\u30D6\u30C3\u30AF\u30DE\u30FC\u30AF\u3057\u3066\u304A\u304F\u3053\u3068\u3092\u5F37\u304F\u304A\u52E7\u3081\u3057\u307E\u3059\uFF01","always translate the following languages":"\u30DA\u30FC\u30B8\u304C\u6B21\u306E\u8A00\u8A9E\u306E1\u3064\u3067\u3042\u308B\u3068\u304D\u81EA\u52D5\u7684\u306B\u30BF\u30FC\u30B2\u30C3\u30C8\u8A00\u8A9E\u306B\u7FFB\u8A33\u3059\u308B","always sites":"\u5E38\u306B\u7FFB\u8A33\u3055\u308C\u305F\u30A6\u30A7\u30D6\u30B5\u30A4\u30C8","always translate the following sites":"\u306E\u30C9\u30E1\u30A4\u30F3\u540D\u3067\u3042\u308C\u3070\u3001\u30A6\u30A7\u30D6\u30B5\u30A4\u30C8\u306F\u81EA\u52D5\u7684\u306B\u30BF\u30FC\u30B2\u30C3\u30C8\u8A00\u8A9E\u306B\u7FFB\u8A33\u3055\u308C\u308B\u3002","never sites":"\u672A\u7FFB\u8A33\u30B5\u30A4\u30C8","never translate the following sites":"\u4EE5\u4E0B\u306E\u30C9\u30E1\u30A4\u30F3\u306E\u30B5\u30A4\u30C8\u3067\u306F\u3001\u7FFB\u8A33\u306F\u884C\u308F\u308C\u307E\u305B\u3093\u3002","please refer to":"\u4F7F\u7528\u3059\u308B\u524D\u306B\u30AD\u30FC\u3092\u5165\u529B\u3059\u308B\u5FC5\u8981\u304C\u3042\u308A\u307E\u3059\u3002",KeyAndConfigurationTutorial:"\u30AD\u30FC\u30FB\u30A2\u30D7\u30EA\u30B1\u30FC\u30B7\u30E7\u30F3\u3068\u30B3\u30F3\u30D5\u30A3\u30AE\u30E5\u30EC\u30FC\u30B7\u30E7\u30F3\u30FB\u30C1\u30E5\u30FC\u30C8\u30EA\u30A2\u30EB",useAboveStyleForTheseSites:"\u4EE5\u4E0B\u306E\u30C9\u30E1\u30A4\u30F3\u306E\u30B5\u30A4\u30C8\u3067\u306F\u3001\u5E38\u306B \u2308{theme}\u230B \u7FFB\u8A33\u30B9\u30BF\u30A4\u30EB\u3092\u4F7F\u7528\u3057\u307E\u3059\u3002",currentUrl:"\u73FE\u5728\u306EURL",confirm:"\u30BB\u30FC\u30D6",cancel:"\u30AD\u30E3\u30F3\u30BB\u30EB",delete:"\u9664\u53BB","languages.auto":"\u81EA\u52D5\u691C\u51FA",syncToCloud:"\u30B0\u30FC\u30B0\u30EB\u30C9\u30E9\u30A4\u30D6\u306B\u540C\u671F",syncToCloudDescription:"\u30AF\u30E9\u30A6\u30C9\u306B\u30A2\u30C3\u30D7\u30ED\u30FC\u30C9\u3055\u308C\u305F\u30B3\u30F3\u30D5\u30A3\u30AE\u30E5\u30EC\u30FC\u30B7\u30E7\u30F3\u306F\u3001\u7570\u306A\u308B\u30D6\u30E9\u30A6\u30B6\u30FC\uFF0F\u30B0\u30EA\u30FC\u30B9\u30E2\u30F3\u30AD\u30FC\u30FB\u30B9\u30AF\u30EA\u30D7\u30C8\u9593\u3067\u540C\u671F\u3055\u305B\u308B\u3053\u3068\u304C\u3067\u304D\u308B\u3002",syncToAccount:"\u30A4\u30DE\u30FC\u30B7\u30D6\u7FFB\u8A33\u30AF\u30E9\u30A6\u30C9\u3078\u306E\u540C\u671F",syncToAccountButton:"\u30AF\u30E9\u30A6\u30C9\u3068\u306E\u5373\u6642\u540C\u671F",syncToAccountDescription:"\u7570\u306A\u308B\u30C7\u30D0\u30A4\u30B9\u9593\u3067\u3001\u6700\u5F8C\u306B\u5909\u66F4\u3055\u308C\u305F\u65B9\u306E\u8A2D\u5B9A\u3092\u81EA\u52D5\u7684\u306B\u540C\u671F\u3057\u307E\u3059\u3002",successSyncConfigInAccount:"\u30AF\u30E9\u30A6\u30C9\u3068\u306E\u540C\u671F\u306B\u6210\u529F",successSyncConfigToAccount:"\u30AF\u30E9\u30A6\u30C9\u3078\u306E\u540C\u671F\u306B\u6210\u529F",syncConfigNoUpdate:"\u3082\u3046\u6700\u65B0\u306E\u3082\u306E\u3060\u3002",authFail:"\u8A8D\u8A3C\u5931\u6557",syncTitle:"\u624B\u52D5\u30D0\u30C3\u30AF\u30A2\u30C3\u30D7\u7BA1\u7406",import_hint:"\u30A4\u30F3\u30DD\u30FC\u30C8",upload:"\u30A2\u30C3\u30D7\u30ED\u30FC\u30C9",revokeAuth:"\u8A8D\u53EF\u306E\u53D6\u308A\u6D88\u3057",uploadFail:"\u30A2\u30C3\u30D7\u30ED\u30FC\u30C9\u5931\u6557",download:"\u30C0\u30A6\u30F3\u30ED\u30FC\u30C9",importSuccess:"\u8F38\u5165\u306B\u6210\u529F",importFail:"\u30A4\u30F3\u30DD\u30FC\u30C8\u5931\u6557",deleteFail:"\u524A\u9664\u306B\u5931\u6557\u3057\u307E\u3057\u305F",backupToCloud:"\u30D0\u30C3\u30AF\u30A2\u30C3\u30D7\u30D5\u30A1\u30A4\u30EB\u306E\u624B\u52D5\u7BA1\u7406",create_new_backup:"\u65B0\u3057\u3044\u30D0\u30C3\u30AF\u30A2\u30C3\u30D7\u30CE\u30FC\u30C9\u3092\u8FFD\u52A0\u3059\u308B",maxBackupFiles:"\u6700\u5927{count}\u7570\u306A\u308B\u30CE\u30FC\u30C9\u3092\u30D0\u30C3\u30AF\u30A2\u30C3\u30D7\u3067\u304D\u307E\u3059\u3002\u4E0D\u8981\u306A\u30CE\u30FC\u30C9\u306F\u524A\u9664\u3057\u3066\u304F\u3060\u3055\u3044\u3002",backupToCloudDescription:"\u30D0\u30C3\u30AF\u30A2\u30C3\u30D7\u30D5\u30A1\u30A4\u30EB\u3092\u624B\u52D5\u3067\u30A2\u30C3\u30D7\u30ED\u30FC\u30C9\u307E\u305F\u306F\u30EA\u30B9\u30C8\u30A2\u3002",successSyncConfig:"\u30AF\u30E9\u30A6\u30C9\u3068\u306E\u540C\u671F\u306B\u6210\u529F",syncFail:"\u540C\u671F\u5931\u6557",updatedAt:"{date}\u3088\u308A\u66F4\u65B0",lastSyncedAt:"\u6700\u7D42\u78BA\u8A8D\uFF1A {date}",downloadFail:"\u30C0\u30A6\u30F3\u30ED\u30FC\u30C9\u306B\u5931\u6557\u3057\u307E\u3057\u305F",clickToDownload:"\u30AF\u30EA\u30C3\u30AF\u3057\u3066\u30C0\u30A6\u30F3\u30ED\u30FC\u30C9",aboutLabel:"\u30D5\u30A3\u30FC\u30C9\u30D0\u30C3\u30AF","browser.openAboutPage":"\u3054\u610F\u898B\u30FB\u3054\u611F\u60F3",aboutLabelWithoutSponsor:"\u30D5\u30A3\u30FC\u30C9\u30D0\u30C3\u30AF",aboutIntro:"\u30A4\u30F3\u30BF\u30FC\u30CD\u30C3\u30C8\u4E0A\u306E\u81A8\u5927\u306A\u5916\u56FD\u8A9E\u60C5\u5831\u3078\u306E\u30A2\u30AF\u30BB\u30B9\u304C\u3088\u308A\u7C21\u5358\u3067\u697D\u3057\u3044\u3082\u306E\u306B\u306A\u308A\u307E\u3059\u3088\u3046\u306B \u2764\uFE0F <6>\u30D7\u30ED\u30E1\u30F3\u30D0\u30FC\u30B7\u30C3\u30D7\u3092 \u6709\u52B9\u306B\u3057\u3066\u3001\u3059\u3050\u306B\u4F7F\u3048\u308BDeepL\u3068OpenAI\u306E\u7FFB\u8A33\u3092\u3054\u5229\u7528\u304F\u3060\u3055\u3044\u3002

<3>Twitter\u3001<4>Telegram\u3001Weibo\u3001WeChat\u3067\u79C1\u305F\u3061\u3092\u30D5\u30A9\u30ED\u30FC\u3059\u308B\u304B\u3001\u4EE5\u4E0B\u306E<5>\u30E1\u30FC\u30EA\u30F3\u30B0\u30EA\u30B9\u30C8\u306B\u767B\u9332\u3057\u3066\u66F4\u65B0\u3092\u8FFD\u8DE1\u3059\u308B\u3053\u3068\u304C\u3067\u304D\u307E\u3059\u3002
<7>\u30D7\u30ED\u4F1A\u54E1\u306E \u65B9\u306F\u3001 <8>support@immersivetranslate.com \u307E\u3067\u3054\u9023\u7D61\u3044\u305F\u3060\u3051\u308C\u3070\u3001\u8FC5\u901F\u306A\u30AB\u30B9\u30BF\u30DE\u30FC\u30B5\u30FC\u30D3\u30B9\u3092\u3054\u63D0\u4F9B\u3044\u305F\u3057\u307E\u3059\u3002",aboutIntroWithoutSponsor:"\u2764\uFE0F

<3>\u30C4\u30A4\u30C3\u30BF\u30FC\u3001<4>\u30C6\u30EC\u30B0\u30E9\u30E0\u30FB\u30C1\u30E3\u30F3\u30CD\u30EB\u3001WeChat\u3001WeChat Exchange\u3067\u30D5\u30A9\u30ED\u30FC\u3057\u3066\u3044\u305F\u3060\u304F\u304B\u3001\u4EE5\u4E0B\u306E<5>E\u30E1\u30FC\u30EB\u3067\u66F4\u65B0\u60C5\u5831\u3092<5>\u8CFC\u8AAD\u3057\u3066\u304F\u3060\u3055\u3044\u3002",projectHomepage:"\u30D7\u30ED\u30B8\u30A7\u30AF\u30C8\u30FB\u30DB\u30FC\u30E0",joinTelegramGroup:"\u30E6\u30FC\u30B6\u30FC\u30B0\u30EB\u30FC\u30D7\u306B\u53C2\u52A0\u3057\u3066\u3001\u6A5F\u80FD\u306B\u95A2\u3059\u308B\u30C7\u30A3\u30B9\u30AB\u30C3\u30B7\u30E7\u30F3\u306B\u53C2\u52A0",wechatPublicAccount:"WeChat\u30D1\u30D6\u30EA\u30C3\u30AF",wechatCommunities:"WeChat\u4EA4\u6D41\u30B0\u30EB\u30FC\u30D7",qqCommunities:"QQ\u30B3\u30DF\u30E5\u30CB\u30B1\u30FC\u30B7\u30E7\u30F3\u30C1\u30E3\u30F3\u30CD\u30EB",joinTelegramChannel:"\u6700\u65B0\u60C5\u5831\u306FTelegram\u30C1\u30E3\u30F3\u30CD\u30EB\u3092\u30D5\u30A9\u30ED\u30FC",feedbackAndJoin:"\u8CEA\u554F \u30D5\u30A3\u30FC\u30C9\u30D0\u30C3\u30AF / \u30B0\u30EB\u30FC\u30D7\u8FFD\u52A0",autoSync:"\u81EA\u52D5\u6642\u523B\u540C\u671F",loadingThemeTitle:"\u30ED\u30FC\u30C7\u30A3\u30F3\u30B0\u30FB\u30B9\u30BF\u30A4\u30EB",loadingThemeDescription:"\u7FFB\u8A33\u30ED\u30FC\u30C9\u5F85\u3061\u6642\u9593\u306E\u30B9\u30BF\u30A4\u30EB\u8A2D\u5B9A","loadingTheme.spinner":"\u56DE\u8EE2\u30A2\u30CB\u30E1\u30FC\u30B7\u30E7\u30F3","loadingTheme.text":"\u9759\u7684\u30C6\u30AD\u30B9\u30C8 ","loadingTheme.none":"\u8868\u793A\u306A\u3057",developerDescription:"\u9AD8\u5EA6\u306A\u30AB\u30B9\u30BF\u30DE\u30A4\u30BA\u306B\u95A2\u3059\u308B\u30C9\u30AD\u30E5\u30E1\u30F3\u30C8\u306F<1>\u3053\u3061\u3089\u3092\u3054\u89A7\u304F\u3060\u3055\u3044\u3002","edit border color":"\u30DC\u30FC\u30C0\u30FC\u30AB\u30E9\u30FC\u306E\u5909\u66F4",successSyncButNoChange:"\u73FE\u5728\u306E\u30B3\u30F3\u30D5\u30A3\u30AE\u30E5\u30EC\u30FC\u30B7\u30E7\u30F3\u306F\u30AF\u30E9\u30A6\u30C9\u3068\u4E00\u81F4\u3057\u3066\u3044\u308B",customTheme:"\u30AB\u30B9\u30BF\u30E0\u30AB\u30E9\u30FC\u3068\u30B5\u30A4\u30BA","customThemeLabel.borderColor":"\u30DC\u30FC\u30C0\u30FC\u30AB\u30E9\u30FC","customThemeLabel.borderRadius":"\u4E38\u307F\u3092\u5E2F\u3073\u305F\u30A8\u30C3\u30B8","customThemeLabel.textColor":"\u30C6\u30AD\u30B9\u30C8\u30AB\u30E9\u30FC","customThemeLabel.backgroundColor":"\u80CC\u666F\u8272","customThemeLabel.zoom":"\u30D5\u30A9\u30F3\u30C8\u30FB\u30B9\u30B1\u30FC\u30EA\u30F3\u30B0 (%)","customThemeLabel.opacity":"\u30C6\u30AD\u30B9\u30C8\u306E\u4E0D\u900F\u660E\u5EA6 (%)",resetToDefaultColor:"\u30C7\u30D5\u30A9\u30EB\u30C8\u30AB\u30E9\u30FC\u306B\u623B\u3059",resetToDefaultSettings:"\u30C7\u30D5\u30A9\u30EB\u30C8\u8A2D\u5B9A\u306B\u623B\u3059",isTranslateTitle:"\u30DA\u30FC\u30B8\u30BF\u30A4\u30C8\u30EB\u306E\u7FFB\u8A33\u3092\u6709\u52B9\u306B\u3059\u308B",isTranslateTitleDescription:"\u30AA\u30F3\u306B\u3059\u308B\u3068\u3001\u30DA\u30FC\u30B8\u30BF\u30A4\u30C8\u30EB\u304C\u7FFB\u8A33\u3055\u308C\u307E\u3059",enableSearchEnhancement:"\u30D0\u30A4\u30EA\u30F3\u30AC\u30EB\u30E1\u30C3\u30BB\u30FC\u30B8\u3092\u6709\u52B9\u306B\u3059\u308B",enableSearchEnhancementDescription:"\u6709\u52B9\u306B\u3059\u308B\u3068\u3001\u5BFE\u5FDC\u30B5\u30A4\u30C8\uFF08Google News\u3001Google Search\uFF08\u4E00\u90E8\u30AD\u30FC\u30EF\u30FC\u30C9\uFF09\u3001Snowball\u3001Oriental Fortune\u3001Futura\u3001Tiger Community\uFF09\u306E\u53F3\u30AB\u30E9\u30E0\u306B\u3001\u8A72\u5F53\u3059\u308B\u82F1\u8A9E\u30AD\u30FC\u30EF\u30FC\u30C9\u3067\u300CGoogle News\u300D\u306E\u691C\u7D22\u7D50\u679C\u304C\u81EA\u52D5\u7684\u306B\u8868\u793A\u3055\u308C\u308B\u3088\u3046\u306B\u306A\u308A\u307E\u3059\u3002",verifyService:"\u30B5\u30FC\u30D3\u30B9\u306E\u30C6\u30B9\u30C8\u306F\u3053\u3061\u3089",verified:"\u6210\u529F\u306E\u78BA\u8A8D","field.langs":"\u5BFE\u5FDC\u8A00\u8A9E\u30B3\u30FC\u30C9","field.model":"\u30E2\u30C7\u30EA\u30F3\u30B0","field.translationEngine":"\u7FFB\u8A33\u30A8\u30F3\u30B8\u30F3","field.limitPerMinute":"1\u5206\u3042\u305F\u308A\u306E\u6700\u5927\u30EA\u30AF\u30A8\u30B9\u30C8\u6570","field.limitPerSecond":"1\u79D2\u3042\u305F\u308A\u306E\u6700\u5927\u30EA\u30AF\u30A8\u30B9\u30C8\u6570","field.maxTextLengthPerRequest":"\u30EA\u30AF\u30A8\u30B9\u30C8\u3054\u3068\u306E\u6700\u5927\u30C6\u30AD\u30B9\u30C8\u9577","field.maxTextGroupLengthPerRequest":"\u30EA\u30AF\u30A8\u30B9\u30C8\u3054\u3068\u306E\u6700\u5927\u6BB5\u843D\u6570","field.apiUrl":"\u30AB\u30B9\u30BF\u30E0API\u30A4\u30F3\u30BF\u30FC\u30D5\u30A7\u30FC\u30B9\u306E\u30A2\u30C9\u30EC\u30B9","field.placeholderDelimiters":"\u4E88\u7D04\u30D7\u30EC\u30FC\u30B9\u30DB\u30EB\u30C0","description.custom":"\u30AB\u30B9\u30BF\u30E0\u30A4\u30F3\u30BF\u30FC\u30D5\u30A7\u30FC\u30B9\u30A2\u30AF\u30BB\u30B9 \u8981\u30C9\u30AD\u30E5\u30E1\u30F3\u30C6\u30FC\u30B7\u30E7\u30F3","description.limitPerMinute":"\u3053\u306E\u5236\u9650\u3092\u8D85\u3048\u305F\u30EA\u30AF\u30A8\u30B9\u30C8\u306F\u3001\u6B21\u306E\u5206\u304C\u59CB\u307E\u308B\u307E\u3067\u30AD\u30E5\u30FC\u306B\u5165\u308A\u307E\u3059\u3002OpenAI\u306E\u73FE\u5728\u306E\u30B5\u30FC\u30D3\u30B9\u306B\u306F\u3055\u307E\u3056\u307E\u306A\u5236\u9650\u304C\u3042\u308B\u305F\u3081\u3001\u6700\u65B0\u306E\u63A8\u5968\u5024\u306F<1>\u3053\u3061\u3089\u3092\u3054\u89A7\u304F\u3060\u3055\u3044\u3002","description.limitPerSecond":"\u3053\u306E\u5236\u9650\u3092\u8D85\u3048\u305F\u30EA\u30AF\u30A8\u30B9\u30C8\u306F\u3001\u6B21\u306E\u79D2\u304C\u59CB\u307E\u308B\u307E\u3067\u30AD\u30E5\u30FC\u306B\u5165\u308A\u307E\u3059\u3002OpenAI\u306E\u73FE\u5728\u306E\u30B5\u30FC\u30D3\u30B9\u306B\u306F\u3055\u307E\u3056\u307E\u306A\u5236\u9650\u304C\u3042\u308B\u305F\u3081\u3001\u6700\u65B0\u306E\u63A8\u5968\u5024\u306F<1>\u3053\u3061\u3089\u3092\u3054\u89A7\u304F\u3060\u3055\u3044\u3002","description.generalLimitPerSecond":"\u3053\u306E\u5236\u9650\u3092\u8D85\u3048\u305F\u30EA\u30AF\u30A8\u30B9\u30C8\u306F\u3001\u6B21\u306E\u79D2\u304C\u59CB\u307E\u308B\u307E\u3067\u30AD\u30E5\u30FC\u306B\u5165\u308B\u3002","description.prompt":"\u30E6\u30FC\u30B6\u30FC\u3068\u3057\u3066 {service} \u306B\u9001\u4FE1\u3055\u308C\u308B\u5BFE\u8A71\u3067\u3001{{text}} \u306F\u6BB5\u843D\u306E\u30C6\u30AD\u30B9\u30C8\u5185\u5BB9\u3092\u793A\u3057\u3001{{from}} \u306F\u6BB5\u843D\u306E\u8A00\u8A9E\u3092\u793A\u3057\u3001{{to}} \u306F\u76EE\u6A19\u8A00\u8A9E\u3092\u793A\u3057\u307E\u3059\u3002","description.maxTextLengthPerRequest":"\u30EA\u30AF\u30A8\u30B9\u30C8\u3042\u305F\u308A\u306E\u6700\u5927\u6587\u5B57\u6570\u304C\u5927\u304D\u3059\u304E\u308B\u3068\u3001\u30A4\u30F3\u30BF\u30FC\u30D5\u30A7\u30FC\u30B9\u306E\u5FDC\u7B54\u304C\u9045\u304F\u306A\u308B\u306E\u3067\u3001\u3053\u306E\u30AA\u30D7\u30B7\u30E7\u30F3\u3092\u8ABF\u6574\u3057\u3066\u901F\u5EA6\u3092\u6700\u9069\u5316\u3057\u3066\u304F\u3060\u3055\u3044\u3002","description.systemPrompt":"\u30B7\u30B9\u30C6\u30E0\u3068\u3057\u3066OpenAI\u306B\u9001\u3089\u308C\u308B\u30C0\u30A4\u30A2\u30ED\u30B0\u3002 {{text}} \u306F\u6BB5\u843D\u306E\u30C6\u30AD\u30B9\u30C8\u5185\u5BB9\u3001{{from}} \u306F\u6BB5\u843D\u306E\u8A00\u8A9E\u3001{{to}} \u306F\u30BF\u30FC\u30B2\u30C3\u30C8\u8A00\u8A9E\u3092\u793A\u3059\u3002","field.domain":"\u30EC\u30A2\u30EB","description.domain":"\u30C7\u30D5\u30A9\u30EB\u30C8\u306F\uFF1Ageneral \u3067\u3059\u3002Arima API \u30B3\u30F3\u30BD\u30FC\u30EB\u3067\u30C9\u30E1\u30A4\u30F3\u5909\u63DB\u304C\u6709\u52B9\u306B\u306A\u3063\u3066\u3044\u308B\u5834\u5408\u306E\u307F\u8A2D\u5B9A\u3067\u304D\u307E\u3059\u3002","field.scene":"\u53D6\u308B","description.scene":"\u30C7\u30D5\u30A9\u30EB\u30C8\u306F\uFF1A\u4E00\u822C\u3067\u3059\u3002AliCloud API\u30B3\u30F3\u30BD\u30FC\u30EB\u3067Machine Translation Pro\u3092\u958B\u3044\u305F\u5834\u5408\u306E\u307F\u8A2D\u5B9A\u3067\u304D\u307E\u3059\u3002","field.vocabId":"\u30E6\u30FC\u30B6\u30FC\u8F9E\u66F8ID","description.vocabId":"\u6307\u5B9A\u3055\u308C\u305F\u8F9E\u66F8out_id\u306F\u3001\u73FE\u5728\u3001\u82F1\u8A9E\u304B\u3089\u4E2D\u56FD\u8A9E\u3078\u306E\u7FFB\u8A33\u3092\u30B5\u30DD\u30FC\u30C8\u3057\u3066\u3044\u308B\u3002","description.model":"OpenAI\u306E\u30E2\u30C7\u30EB\u306F\u3001gpt-3.5-turbo\u3001gpt-4\u306A\u3069\u3002","description.maxTextGroupLengthPerRequest":"\u4E00\u5EA6\u306B\u7FFB\u8A33\u30B5\u30FC\u30D3\u30B9\u306B\u9001\u4FE1\u3055\u308C\u308B\u6BB5\u843D\u6570\u3002\u6BB5\u843D\u6570\u304C\u591A\u3059\u304E\u308B\u3068\u3001\u30A4\u30F3\u30BF\u30FC\u30D5\u30A7\u30FC\u30B9\u306E\u5FDC\u7B54\u304C\u9045\u304F\u306A\u308B\u3053\u3068\u304C\u3042\u308A\u307E\u3059\u3002","description.apiUrl":"\u5177\u4F53\u7684\u306AURL\u3068\u30D1\u30B9\u3001<1>\u3088\u308A\u8A73\u3057\u3044\u8AAC\u660E\u3092\u8FFD\u52A0\u3057\u3066\u304F\u3060\u3055\u3044\u3002",enabledExtension:"\u30A8\u30AF\u30B9\u30C6\u30F3\u30B7\u30E7\u30F3\u306E\u6709\u52B9\u5316",clickToDisableExtension:"\u30AF\u30EA\u30C3\u30AF\u3057\u3066\u62E1\u5F35\u6A5F\u80FD\u3092\u7121\u52B9\u306B\u3059\u308B",clickToEnableExtension:"\u30AF\u30EA\u30C3\u30AF\u3057\u3066\u62E1\u5F35\u6A5F\u80FD\u3092\u6709\u52B9\u306B\u3059\u308B",hasBeenDisabled:"\u4F7F\u7528\u4E0D\u80FD","show password":"\u30D1\u30B9\u30EF\u30FC\u30C9\u3092\u8868\u793A\u3059\u308B",customContent:"\u30AB\u30B9\u30BF\u30E0\u30E2\u30C7\u30EB\u540D\u3092\u5165\u529B",inputOptions:"\u5165\u529B\u30DC\u30C3\u30AF\u30B9\u306E\u5F37\u5316",mouseHoverOptions:"\u30DE\u30A6\u30B9\u30DB\u30D0\u30FC",modifyMouseHoverKey:"\u30DE\u30A6\u30B9\u30DB\u30D0\u30FC\u30B7\u30E7\u30FC\u30C8\u30AB\u30C3\u30C8\u306E\u5909\u66F4",enableInputTranslation:"\u5165\u529B\u30DC\u30C3\u30AF\u30B9\u306E\u62E1\u5F35\u3092\u6709\u52B9\u306B\u3059\u308B\u304B\u3069\u3046\u304B",enableInputTranslationDescription:"\u6709\u52B9\u5316\u3057\u305F\u3089\u3001 {startingKey}{startingKey} hello \u3068\u5165\u529B\u30DC\u30C3\u30AF\u30B9\u306B\u76F4\u63A5\u5165\u529B\u3057\u3001{inputTrailingTriggerKeyRepeatTimes}times{trailingKey}\u3092\u7D20\u65E9\u304F\u62BC\u3057\u3066\u3001 {inputTargetLanguage}\u306B\u5909\u63DB\u3059\u308B\u3002",enableInputTranslationDescriptionForNoneKey:"\u6709\u52B9\u306B\u3057\u305F\u3089\u3001\uFF1AHello World\u3068\u5165\u529B\u30DC\u30C3\u30AF\u30B9\u306B\u76F4\u63A5\u5165\u529B\u3057\u3001{inputTrailingTriggerKeyRepeatTimes}{trailingKey}\u3092\u7D20\u65E9\u304F\u62BC\u3057\u3066\u3001\u30C7\u30D5\u30A9\u30EB\u30C8\u306E\u30BF\u30FC\u30B2\u30C3\u30C8\u8A00\u8A9E\u306B\u7FFB\u8A33\u3059\u308B\u3002",inputTargetLanguage:"\u5165\u529B\u30DC\u30C3\u30AF\u30B9\u306E\u30C7\u30D5\u30A9\u30EB\u30C8\u30BF\u30FC\u30B2\u30C3\u30C8\u8A00\u8A9E\u306E\u8A2D\u5B9A",inputTargetLanguageDescription:"\u5165\u529B\u30DC\u30C3\u30AF\u30B9\u7FFB\u8A33\u306E\u30C7\u30D5\u30A9\u30EB\u30C8\u30BF\u30FC\u30B2\u30C3\u30C8\u8A00\u8A9E\u3001\u3059\u306A\u308F\u3061\u3001\u30C8\u30EA\u30AC\u30FC\u30EF\u30FC\u30C9\u306E\u30C7\u30D5\u30A9\u30EB\u30C8\u8A00\u8A9E\u3068\u3057\u3066 {startingKey}{startingKey}",inputTargetLanguageDescriptionForNoneKey:"\u5165\u529B\u30DC\u30C3\u30AF\u30B9\u7FFB\u8A33\u306E\u30C7\u30D5\u30A9\u30EB\u30C8\u30BF\u30FC\u30B2\u30C3\u30C8\u8A00\u8A9E",inputStartingTriggerKeyTitle:"\u5165\u529B\u30DC\u30C3\u30AF\u30B9\u306E\u90E8\u5206\u7FFB\u8A33\u306E\u305F\u3081\u306E\u5206\u5272\u6587\u5B57\u306E\u8A2D\u5B9A",inputStartingTriggerKeyDescription:"\u5165\u529B\u30DC\u30C3\u30AF\u30B9\u5168\u4F53\u3092\u7FFB\u8A33\u3059\u308B\u5FC5\u8981\u304C\u306A\u3044\u5834\u5408\u3001\u30B9\u30D7\u30EA\u30C3\u30BF\u30FC\u306F {startingKey}{startingKey} \u304B\u3089\u5165\u529B\u30DC\u30C3\u30AF\u30B9\u306E\u6700\u5F8C\u307E\u3067\u306E\u90E8\u5206\u3060\u3051\u3092\u7FFB\u8A33\u3059\u308B\u3053\u3068\u304C\u3067\u304D\u307E\u3059\u3002\u307E\u305F\u3001\u8A00\u8A9E\u30B3\u30FC\u30C9\u3092\u6307\u5B9A\u3059\u308B\u3053\u3068\u3082\u3067\u304D\u307E\u3059\u3002\u4F8B\u3048\u3070\u3001\uFF1A{startingKey}ja \u306F {startingKey}ja \u304B\u3089\u5165\u529B\u30DC\u30C3\u30AF\u30B9\u306E\u6700\u5F8C\u307E\u3067\u306E\u90E8\u5206\u3060\u3051\u3092\u7FFB\u8A33\u3059\u308B\u3053\u3068\u3092\u610F\u5473\u3057\u307E\u3059\u3002",inputStartingTriggerKeyDescriptionForNoneKey:"\u73FE\u5728\u306E\u63A5\u982D\u8F9E\u306A\u3057\u306E\u8A2D\u5B9A\u306F\u4E0D\u8981\u3067\u3042\u308A\u3001\u5165\u529B\u30DC\u30C3\u30AF\u30B9\u306E\u4E00\u90E8\u306E\u30C6\u30AD\u30B9\u30C8\u306E\u7FFB\u8A33\u6A5F\u80FD\u306F\u73FE\u6642\u70B9\u3067\u306F\u5229\u7528\u3067\u304D\u306A\u3044\u3002",inputTrailingTriggerKeyTitle:"\u5165\u529B\u7D42\u4E86\u30C8\u30EA\u30AC\u30FC\u6587\u5B57\u3092\u9078\u629E\u3059\u308B",inputTrailingTriggerKeyDescription:"3 quick hits{trailingKey} \u7FFB\u8A33\u3092\u958B\u59CB\u3057\u307E\u3059\uFF01",inputTrailingTriggerKeyTimeout:"\u6226\u95D8\u7D42\u4E86\u30C8\u30EA\u30AC\u30FC\u307E\u3067\u306E\u6642\u9593\u3092\u5165\u529B\u3059\u308B\u3002",inputTrailingTriggerKeyTimeoutDescription:"\u5165\u529B\u7D42\u4E86\u30B3\u30F3\u30DC\u306E\u30C8\u30EA\u30AC\u30FC\u307E\u3067\u306E\u6642\u9593\uFF08\u30DF\u30EA\u79D2\uFF09\u3092\u8A2D\u5B9A\u3059\u308B\u3002",spaceKey:"<\u7A7A\u683C\u952E>",noneKey:"\u63A5\u982D\u8F9E\u306A\u3057\u306E\u30C6\u30AD\u30B9\u30C8\u30DC\u30C3\u30AF\u30B9\u5168\u4F53\u306E\u76F4\u63A5\u7FFB\u8A33",inputTranslationBlockUrlsTitle:"\u4EE5\u4E0B\u306EURL\u3067\u306F\u3001\u5165\u529B\u30DC\u30C3\u30AF\u30B9\u306E\u62E1\u5F35\u6A5F\u80FD\u3092\u6709\u52B9\u306B\u3057\u306A\u3044\u3067\u304F\u3060\u3055\u3044\u3002",inputTranslationBlockUrlsDescription:"\u5165\u529B\u30DC\u30C3\u30AF\u30B9\u306E\u6A5F\u80FD\u62E1\u5F35\u306F\u3001\u4EE5\u4E0B\u306EURL\u3067\u306F\u6A5F\u80FD\u3057\u307E\u305B\u3093\u3002",clickToSeeQuickDemo:"\u30AF\u30EA\u30C3\u30AF\u3057\u306630\u79D2\u306E\u30C1\u30E5\u30FC\u30C8\u30EA\u30A2\u30EB\u30D3\u30C7\u30AA\u3092\u62E1\u5927",inputHelperInfo:"\u8AAC\u660E\uFF1A\u4E2D\u56FD\u8A9E\u306E\u5165\u529B\u30E1\u30BD\u30C3\u30C9\u3067\u306F\u3001\u3044\u304F\u3064\u304B\u306E\u30C8\u30EA\u30AC\u30FC\u6587\u5B57\u304C\u4E2D\u56FD\u8A9E\u306E\u53E5\u8AAD\u70B9\u306B\u5909\u308F\u308B\u3068\u3044\u3046\u4E8B\u5B9F\u306B\u6700\u9069\u5316\u3057\u307E\u3057\u305F\u3002\u4F8B\u3048\u3070\u3001/ \u306F Sogou \u5165\u529B\u30E1\u30BD\u30C3\u30C9\u3067\u306F\u3001\u30C0\u30F3\u8A18\u53F7\u306B\u5909\u308F\u308A\u307E\u3059\u3002

\u307E\u305F\u3001\u8A00\u8A9E<1>\u30B3\u30FC\u30C9\u306E\u4E2D\u56FD\u8A9E\u30A8\u30A4\u30EA\u30A2\u30B9\u3082\u30B3\u30DE\u30F3\u30C9\u3068\u3057\u3066\u30B5\u30DD\u30FC\u30C8\u3057\u3066\u304A\u308A\u3001\u4F8B\u3048\u3070 /Japanese Hello World \u306F\u65E5\u672C\u8A9E\u306B\u7FFB\u8A33\u3055\u308C\u307E\u3059\u3002",reloadCurrentPage:"\u7FFB\u8A33\u3092\u958B\u59CB\u3059\u308B\u524D\u306B\u3001\u73FE\u5728\u306E\u30DA\u30FC\u30B8\u3092\u66F4\u65B0\u3057\u3066\u304F\u3060\u3055\u3044\u3002",noLocalFilePermissionForPDF:"\u30ED\u30FC\u30AB\u30EB\u30D5\u30A1\u30A4\u30EB\u3092\u8AAD\u307F\u8FBC\u3080\u6A29\u9650\u304C\u3042\u308A\u307E\u305B\u3093\u3002\u4E0A\u306E\u30DC\u30BF\u30F3\u3092\u30AF\u30EA\u30C3\u30AF\u3057\u3066\u3001\u30ED\u30FC\u30AB\u30EB\u30D5\u30A1\u30A4\u30EB\u3092\u30A4\u30F3\u30DD\u30FC\u30C8\u3057\u3066\u304F\u3060\u3055\u3044\u3002",noPermissionForThisPage:"\u26A0\uFE0F \u73FE\u5728\u306E\u30DA\u30FC\u30B8\u3092\u7FFB\u8A33\u3059\u308B\u6A29\u9650\u304C\u306A\u3044",retryAllParagraphs:"\u3059\u3079\u3066\u306E\u30A8\u30E9\u30FC\u30D1\u30C3\u30BB\u30FC\u30B8\u3092\u518D\u8A66\u884C\u3059\u308B",retryAllButton:"\u3059\u3079\u3066\u306E\u30A8\u30E9\u30FC\u30D1\u30C3\u30BB\u30FC\u30B8\u3092\u518D\u8A66\u884C\u3059\u308B",errorTooltipTitle:"\u30AF\u30EA\u30C3\u30AF\u3057\u3066\u30A8\u30E9\u30FC\u306E\u539F\u56E0\u3092\u898B\u308B",errorModalTitle:"\u7FFB\u8A33\u30B5\u30FC\u30D3\u30B9\u304B\u30CD\u30C3\u30C8\u30EF\u30FC\u30AF\u306B\u4F55\u304B\u554F\u984C\u304C\u3042\u308B\u3088\u3046\u3060...\u3002",disableConfirm:"\u30D0\u30A4\u30EA\u30F3\u30AC\u30EB\u60C5\u5831\u5F37\u5316\u8A2D\u5B9A",disableOnce:"\u3053\u306E\u969C\u5BB3",disableGlobal:"\u6C38\u4E45\u306B\u7121\u52B9\u306B\u3059\u308B",disableTint:"* {option}\u3002",searchEnhancementNotes:"\u4E2D\u56FD\u8A9E\u30AD\u30FC\u30EF\u30FC\u30C9\u3068\u82F1\u8A9E\u30AD\u30FC\u30EF\u30FC\u30C9\u3067\u306F\u3001\u30CB\u30E5\u30FC\u30B9\u306E\u691C\u7D22\u7D50\u679C\u304C\u5927\u304D\u304F\u7570\u306A\u308B\u3053\u3068\u304C\u308F\u304B\u308A\u307E\u3057\u305F\u3002 \u30A4\u30DE\u30FC\u30B7\u30D6\u7FFB\u8A33\u30D0\u30A4\u30EA\u30F3\u30AC\u30EB\u60C5\u5831\u5F37\u5316\u6A5F\u80FD\u3092\u6709\u52B9\u306B\u3059\u308B\u3068\u3001\u5BFE\u5FDC\u30B5\u30A4\u30C8\uFF08Google\u30CB\u30E5\u30FC\u30B9\u3001Google\u691C\u7D22\uFF08\u4E00\u90E8\u30AD\u30FC\u30EF\u30FC\u30C9\uFF09\u3001Snowball\u3001Oriental Wealth\u3001Futura\u3001Tiger\uFF09\u3067\u540C\u3058\u30AD\u30FC\u30EF\u30FC\u30C9\u3092\u82F1\u8A9E\u3067\u81EA\u52D5\u7684\u306B\u691C\u7D22\u3057\u3001\u53F3\u5074\u306B\u8868\u793A\u3057\u307E\u3059\u3002\u3053\u306E\u6A5F\u80FD\u304C\u4E0D\u8981\u306A\u5834\u5408\u306F\u3001\u7121\u52B9\u306B\u3059\u308B\u3053\u3068\u3082\u3067\u304D\u307E\u3059\u3002",option:"\u30BB\u30C3\u30C8\u30A2\u30C3\u30D7",saveSettings:"\u8A2D\u5B9A\u306E\u4FDD\u5B58",closeModal:"\u30A6\u30A3\u30F3\u30C9\u30A6\u3092\u9589\u3058\u308B",enableInputTranslationWithoutTriggerKeyTitle:"{trailingKey}\u3001\u5165\u529B\u30DC\u30C3\u30AF\u30B9\u5168\u4F53\u3092\u76F4\u63A5{inputTargetLanguage}\u3002",enableInputTranslationWithoutTriggerKeyDescription:"\u4F8B\u3048\u3070\u3001\uFF1Aja Hello World \u306E\u3088\u3046\u306B\u3002",mouseHoverShortcutPlaceholder:"\u4F8B\uFF1A\uFF1A\u30B7\u30D5\u30C8",deepLProName:"\u6CA1\u5165\u578B\u7FFB\u8A33\u30D7\u30ED\u30E1\u30F3\u30D0\u30FC\uFF08\u63A8\u5968\uFF09",deepLProDescription:"\u73FE\u5728\u306E\u30D1\u30C3\u30B1\u30FC\u30B8\u306F\u76F4\u63A5\u4F7F\u7528\u3067\u304D\u308B",deeplProDescriptionForNormal:"\u30BB\u30C3\u30C8\u30A2\u30C3\u30D7\u4E0D\u8981\u3001\u4F1A\u54E1\u306E\u65B9\u306F\u30ED\u30B0\u30A4\u30F3\u5F8C\u5229\u7528\u53EF\u80FD\u3001<1>\u4F1A\u54E1\u3078\u306E\u30A2\u30C3\u30D7\u30B0\u30EC\u30FC\u30C9\u306F\u3053\u3061\u3089",deepLCustomDescription:"\u6D77\u5916\u767A\u884C\u306E\u30AF\u30EC\u30B8\u30C3\u30C8\u30AB\u30FC\u30C9\u304C\u5FC5\u8981 <1>\u3002",deepLCustomName:"\u30AB\u30B9\u30BF\u30E0\u8A8D\u8A3C\u30AD\u30FC",chooseProviderLabel:"\u30B5\u30FC\u30D3\u30B9\u30FB\u30D7\u30ED\u30D0\u30A4\u30C0\u30FC\u306E\u9078\u629E",openaiProName:"\u6CA1\u5165\u578B\u7FFB\u8A33\u30D7\u30ED\u30E1\u30F3\u30D0\u30FC\uFF08\u63A8\u5968\uFF09",openaiProDescription:"\u73FE\u5728\u306E\u30D1\u30C3\u30B1\u30FC\u30B8\u306F\u76F4\u63A5\u4F7F\u7528\u3067\u304D\u308B",openaiProDescriptionForNormal:"\u30BB\u30C3\u30C8\u30A2\u30C3\u30D7\u4E0D\u8981\u3001\u4F1A\u54E1\u306E\u65B9\u306F\u30ED\u30B0\u30A4\u30F3\u5F8C\u5229\u7528\u53EF\u80FD\u3001<1>\u4F1A\u54E1\u3078\u306E\u30A2\u30C3\u30D7\u30B0\u30EC\u30FC\u30C9\u306F\u3053\u3061\u3089",openaiCustomDescription:"OpenAI\u3001Azure OpenAI\u3001\u307E\u305F\u306F\u305D\u306E\u4ED6\u306E\u30B5\u30FC\u30C9\u30D1\u30FC\u30C6\u30A3\u30B5\u30FC\u30D3\u30B9\u3067\u5229\u7528\u53EF\u80FD\u3067\u3059<1>\u3002",openaiCustomName:"\u30AB\u30B9\u30BF\u30E0API\u30AD\u30FC",needLoginAction:"(\u30AA\u30FC\u30D7\u30F3\u30FB\u30E1\u30F3\u30D0\u30FC\u307E\u305F\u306F\u30AB\u30B9\u30BF\u30DE\u30A4\u30BA\uFF09",goLoginOrAction:"(\u30E1\u30F3\u30D0\u30FC\u30B7\u30C3\u30D7\u3092\u958B\u304F\u304B\u3001\u8A2D\u5B9A\u306B\u9032\u3080)",yearly:"\u9023\u7D9A\u5E74\u6255\u3044\u3092\u3059\u308B",quarterly:"\u9806\u6B21\u5305\u88C5",monthly:"\u30DE\u30F3\u30B9\u30EA\u30FC\u30FB\u30B5\u30D6\u30B9\u30AF\u30EA\u30D7\u30B7\u30E7\u30F3",yearlyForOnce:"\u5E74\u9593\u30D1\u30C3\u30B1\u30FC\u30B8",monthlyForOnce:"\u67081\u56DE\u30D1\u30C3\u30B1\u30FC\u30B8",daily:"\u9023\u7D9A\u30D1\u30B1\u30C3\u30C8\u65E5",year:"\u9023\u7D9A\u5E74\u6255\u3044\u3092\u3059\u308B",quarter:"\u9806\u6B21\u5305\u88C5",month:"\u30DE\u30F3\u30B9\u30EA\u30FC\u30FB\u30B5\u30D6\u30B9\u30AF\u30EA\u30D7\u30B7\u30E7\u30F3",day:"\u9023\u7D9A\u30D1\u30B1\u30C3\u30C8\u65E5",onetime_7day:"7\u65E5\u9593\u4F53\u9A13\u30D1\u30C3\u30AF",currentPlanDescriptionForFree:"\u73FE\u5728\u306E\u30D1\u30C3\u30B1\u30FC\u30B8\uFF1A\u7121\u6599",currentPlanDescriptionForContinuous:"\u73FE\u5728\u306E\u30D1\u30C3\u30B1\u30FC\u30B8\uFF1A{plan}\u306F {endAt} \u306B\u81EA\u52D5\u66F4\u65B0\u3055\u308C\u307E\u3059\u3002",currentPlanDescriptionForAutoRenewCaceling:"\u73FE\u5728\u306E\u30D1\u30C3\u30B1\u30FC\u30B8\uFF1A{plan}\u306E\u6709\u52B9\u671F\u9650\u306F {endAt} \u3068\u306A\u308A\u3001\u6709\u52B9\u671F\u9650\u5207\u308C\u306B\u3088\u308B\u81EA\u52D5\u66F4\u65B0\u306F\u884C\u308F\u308C\u307E\u305B\u3093\u3002",currentYearlyPlanDescriptionForAutoRenewCacelingWithRealPaiedUser:"\u73FE\u5728\u306E\u30D1\u30C3\u30B1\u30FC\u30B8\u3001\uFF1A{plan}\u306F\u3001 {endAt} \u306B\u671F\u9650\u5207\u308C\u3068\u306A\u308A\u3001\u671F\u9650\u5207\u308C\u306B\u3088\u308B\u81EA\u52D5\u66F4\u65B0\u306F\u884C\u308F\u308C\u307E\u305B\u3093\u3002
<1>\u66F4\u65B0\u30D7\u30E9\u30F3\u306E\u7BA1\u7406\u306F\u3053\u3061\u3089",currentYearlyPlanDescriptionForAutoRenewCacelingWithAdmin:"\u73FE\u5728\u306E\u30D1\u30C3\u30B1\u30FC\u30B8\u3001\uFF1A{plan}\u306F\u3001 {endAt} \u306B\u671F\u9650\u5207\u308C\u3068\u306A\u308A\u3001\u671F\u9650\u5207\u308C\u306B\u3088\u308B\u81EA\u52D5\u66F4\u65B0\u306F\u884C\u308F\u308C\u307E\u305B\u3093\u3002
<1>\u7D99\u7D9A\u7684\u306A\u5E74\u9593\u8CFC\u8AAD\u3092\u6709\u52B9\u306B\u3059\u308B\u306B\u306F\u3001\u3053\u3053\u3092\u30AF\u30EA\u30C3\u30AF\u3057\u3066\u304F\u3060\u3055\u3044\u3002",currentPlanDescriptionForOneTime:"\u73FE\u5728\u306E\u8CFC\u8AAD\uFF1A{plan}\u306F {endAt} \u3067\u671F\u9650\u5207\u308C\u3068\u306A\u308A\u307E\u3059\u3002<1>\u5E74\u4F1A\u8CBB\u307E\u305F\u306F<2>\u6708\u4F1A\u8CBB<1>\u3078\u306E\u30A2\u30C3\u30D7\u30B0\u30EC\u30FC\u30C9\u306F\u3053\u3061\u3089\u3092\u30AF\u30EA\u30C3\u30AF\u3057\u3066\u304F\u3060\u3055\u3044\u3002",upgradePlan:"\u30D7\u30ED\u4F1A\u54E1\u3078\u306E\u30A2\u30C3\u30D7\u30B0\u30EC\u30FC\u30C9\u306F\u3053\u3061\u3089",upgradeToPro:"\u30D7\u30ED\u4F1A\u54E1\u3078\u306E\u30A2\u30C3\u30D7\u30B0\u30EC\u30FC\u30C9","popup.openPro":"DeepL\u3068OpenAI\u306E\u7FFB\u8A33\u3092\u304A\u697D\u3057\u307F\u3044\u305F\u3060\u304F\u306B\u306F\u3001Pro\u30E1\u30F3\u30D0\u30FC\u30B7\u30C3\u30D7\u306B\u30A2\u30C3\u30D7\u30B0\u30EC\u30FC\u30C9\u3057\u3066\u304F\u3060\u3055\u3044\uFF01","popup.openProForPro":"\u3042\u306A\u305F\u306F\u3001DeepL\u3068OpenAI\u306E\u7FFB\u8A33\u306B\u76F4\u63A5\u30A2\u30AF\u30BB\u30B9\u3067\u304D\u308B\u30D7\u30ED\u30E1\u30F3\u30D0\u30FC\u3067\u3059\uFF01",currentAccount:"\u5F53\u5EA7\u9810\u91D1",enableAutoSyncUserSettings:"\u8907\u6570\u306E\u30C7\u30D0\u30A4\u30B9\u9593\u3067\u81EA\u52D5\u30AF\u30E9\u30A6\u30C9\u540C\u671F\u304C\u53EF\u80FD",modalEnableInputTranslationTitle:"\u6CA1\u5165\u578B\u7FFB\u8A33\u5165\u529B\u30DC\u30C3\u30AF\u30B9 \u7FFB\u8A33\u30A2\u30E9\u30FC\u30C8",modalEnableInputTranslationDesc:"\u30B9\u30DA\u30FC\u30B9\u30D0\u30FC\u30923\u56DE\u9023\u6253\u3059\u308B\u3053\u3068\u3067\u3001Immersive Translation\u306E\u5165\u529B\u30DC\u30C3\u30AF\u30B9\u7FFB\u8A33\u304C\u958B\u59CB\u3055\u308C\u3001\u5165\u529B\u30DC\u30C3\u30AF\u30B9\u306E\u5185\u5BB9\u304C\u30C7\u30D5\u30A9\u30EB\u30C8\u306E\u30BF\u30FC\u30B2\u30C3\u30C8\u8A00\u8A9E\u306B\u7FFB\u8A33\u3055\u308C\u307E\u3059\u3002\u7FFB\u8A33\u306FCtrl+Z\u3067\u53D6\u308A\u6D88\u3059\u3053\u3068\u304C\u3067\u304D\u307E\u3059\u3002

\u3082\u3057\u3053\u308C\u304C\u9593\u9055\u3044\u3067\u3042\u3063\u305F\u3068\u3057\u3066\u3082\u3001\u4ECA\u56DE\u306F\u7121\u52B9\u306B\u3059\u308B\u304B\u3001\u6C38\u4E45\u306B\u5165\u529B\u30DC\u30C3\u30AF\u30B9\u306E\u7FFB\u8A33\u3092\u7121\u52B9\u306B\u3059\u308B\u304B\u3092\u9078\u629E\u3067\u304D\u307E\u3059\u306E\u3067\u3001\u3054\u5B89\u5FC3\u304F\u3060\u3055\u3044\u3002",saveAndNotShowAgain:"\u4FDD\u5B58\u3057\u3066\u30D7\u30ED\u30F3\u30D7\u30C8\u3092\u6B62\u3081\u308B",disableInputTranslationTips:"* {option} ,{learnMore}\u3067\u30C8\u30EA\u30AC\u30FC\u3059\u308B\u4ED6\u306E\u30B7\u30E7\u30FC\u30C8\u30AB\u30C3\u30C8\u3082\u8A2D\u5B9A\u3067\u304D\u308B\u3002",learnMore:"\u8A73\u7D30\u306F\u3053\u3061\u3089",continueEnalbeInputTranslation:"\u5F15\u304D\u7D9A\u304D\u5165\u529B\u30DC\u30C3\u30AF\u30B9\u306E\u7FFB\u8A33\u3092\u6709\u52B9\u306B\u3059\u308B",autoRenewTrialSuffix:'(\u30C8\u30E9\u30A4\u30A2\u30EB\u306E\u5834\u5408\u3001\u3059\u3050\u306B\u6B63\u4F1A\u54E1\u306B\u30A2\u30C3\u30D7\u30B0\u30EC\u30FC\u30C9)',upgradeFromTrialTitle:"\u6B63\u4F1A\u54E1\u3078\u306E\u30A2\u30C3\u30D7\u30B0\u30EC\u30FC\u30C9",subtitle:"\u30D3\u30C7\u30AA\u30AD\u30E3\u30D7\u30B7\u30E7\u30F3",youtubeService:"\u6620\u50CF\u5B57\u5E55\u7FFB\u8A33\u30B5\u30FC\u30D3\u30B9","subtitle.disabledSubtitle":"\u30D3\u30C7\u30AA\u5B57\u5E55\u6A5F\u80FD\u3092\u6C38\u4E45\u306B\u7121\u52B9\u306B\u3059\u308B","subtitle.disabledSubtitleDescription":"Immersive Translator\u306EVideo Subtitles\u304C\u4ED6\u306E\u62E1\u5F35\u6A5F\u80FD\u3068\u7AF6\u5408\u3059\u308B\u5834\u5408\u3001Immersive Translator\u306EVideo Subtitles\u306E\u6A5F\u80FD\u3092\u6C38\u4E45\u7684\u306B\u7121\u52B9\u306B\u3059\u308B\u304B\u3001\u7AF6\u5408\u3059\u308B\u4ED6\u306E\u62E1\u5F35\u6A5F\u80FD\u3092\u30A2\u30F3\u30A4\u30F3\u30B9\u30C8\u30FC\u30EB\u3059\u308B\u3053\u3068\u304C\u3067\u304D\u307E\u3059\u3002","subtitle.autoEnableSubtitle":"\u30D0\u30A4\u30EA\u30F3\u30AC\u30EB\u5B57\u5E55\u306E\u81EA\u52D5\u4F7F\u7528","subtitle.autoEnableSubtitleDescription":"\u6709\u52B9\u306B\u3057\u305F\u5F8C\u3001\u30D3\u30C7\u30AA\u304C\u518D\u751F\u3055\u308C\u308B\u3068\u304D\u306F\u3001\u81EA\u52D5\u7684\u306B\u4E8C\u304B\u56FD\u8A9E\u306E\u5B57\u5E55\u304C\u8868\u793A\u3055\u308C\u307E\u3059\u3002\u305D\u308C\u4EE5\u5916\u306E\u5834\u5408\u306F\u3001\u7FFB\u8A33\u30DC\u30BF\u30F3\u3092\u30AF\u30EA\u30C3\u30AF\u3059\u308B\u5FC5\u8981\u304C\u3042\u308A\u307E\u3059\u3002","subtitle.preTranslation":"\u6CA1\u5165\u578B\u7FFB\u8A33\u3067\u5B57\u5E55\u3092\u7FFB\u8A33","subtitle.preTranslationDescription":"\u6709\u52B9\u306E\u5834\u5408\u3001\u5B57\u5E55\u5168\u4F53\u304C\u4EE5\u4E0B\u306B\u6307\u5B9A\u3059\u308B\u7FFB\u8A33\u30B5\u30FC\u30D3\u30B9\u3092\u4F7F\u3063\u3066\u4E8B\u524D\u306B\u7FFB\u8A33\u3055\u308C\u30011\u6642\u9593\u306E\u52D5\u753B\u3067\u7D0450,000\u30C8\u30FC\u30AF\u30F3\uFF08\u6587\u5B57\u6570\uFF09\u3092\u6D88\u8CBB\u3057\u307E\u3059\u306E\u3067\u3001\u3054\u81EA\u8EAB\u306E\u5224\u65AD\u3067\u3054\u5229\u7528\u304F\u3060\u3055\u3044\u3002\u7121\u52B9\u306E\u5834\u5408\u3001\u30AA\u30EA\u30B8\u30CA\u30EB\u306E\u5B57\u5E55\u304C\u6700\u521D\u306B\u4F7F\u7528\u3055\u308C\u307E\u3059\u3002","subtitle.humanSubtitlesPreferred":"\u30D2\u30E5\u30FC\u30DE\u30F3\u30FB\u30AD\u30E3\u30D7\u30B7\u30E7\u30F3\u306E\u512A\u5148\u4F7F\u7528","subtitle.humanSubtitlesPreferredDescription":"\u30D3\u30C7\u30AA\u306B\u30BF\u30FC\u30B2\u30C3\u30C8\u8A00\u8A9E\u306E\u5B57\u5E55\u304C\u3042\u308B\u5834\u5408\u3001\u4EBA\u9593\u306E\u5B57\u5E55\u3092\u512A\u5148\u7684\u306B\u4F7F\u7528\u3059\u308B\uFF08\u63A8\u5968\uFF09",videoSubtitleTranslationDescription:"\u30D3\u30C7\u30AA\u5B57\u5E55\u7528\u306B\u5225\u306E\u7FFB\u8A33\u30B5\u30FC\u30D3\u30B9\u3092\u5272\u308A\u5F53\u3066\u308B",subtitleTranslating:"{service} \u3001\u5B57\u5E55\u3092\u7FFB\u8A33\u3057\u3066\u3044\u307E\u3059\u3002(\u30A4\u30DE\u30FC\u30B8\u30E7\u30F3\u7FFB\u8A33)",subtitleLoading:"\u5B57\u5E55\u3092\u8AAD\u307F\u8FBC\u3093\u3067\u3044\u307E\u3059...",bilingual:"\u30D0\u30A4\u30EA\u30F3\u30AC\u30EA\u30BA\u30E0","field.action":"\u767E\u5EA6\u7528\u8A9E\u3092\u6709\u52B9\u306B\u3059\u308B\u304B\u3069\u3046\u304B","description.action":"\u6709\u52B9\u5316\u3055\u308C\u308B\u3068\u3001\u30EA\u30AF\u30A8\u30B9\u30C8\u306Baction=1\u30D1\u30E9\u30E1\u30FC\u30BF\u304C\u8FFD\u52A0\u3055\u308C\u3001\u6709\u52B9\u5316\u3055\u308C\u305F\u7528\u8A9E\u3092Baidu\u306B\u901A\u77E5\u3059\u308B<1>\u3002",closeQuickTranslation:"\u30AF\u30ED\u30FC\u30BA\u30FB\u30DB\u30D0\u30FC\u30DC\u30FC\u30EB","closeQuickTranslation.untilNext":"\u4ECA\u56DE\u306F\u6B21\u56DE\u307E\u3067\u304A\u4F11\u307F","closeQuickTranslation.currentWebsite":"\u73FE\u5728\u306E\u30B5\u30A4\u30C8\u306F\u4F7F\u7528\u4E0D\u53EF","closeQuickTranslation.alwaysClose":"\u6C38\u4E45\u306B\u7121\u52B9\u306B\u3059\u308B","closeQuickTranslation.settingOpen":"<1>(\u8A2D\u5B9A\u30DA\u30FC\u30B8\u3067\u30AA\u30F3\u306B\u3067\u304D\u308B\uFF09","closeQuickTranslation.cancel":"\u30AD\u30E3\u30F3\u30BB\u30EB","closeQuickTranslation.confirm":"\u5B9A\u7FA9\u3059\u308B","floatBall.popup":"\u30AF\u30A4\u30C3\u30AF\u8A2D\u5B9A\u30D1\u30CD\u30EB\u3092\u958B\u304F","floatBall.translate":"\u30AF\u30EA\u30C3\u30AF\u3057\u3066\u30DA\u30FC\u30B8\u3092\u7FFB\u8A33\u3059\u308B","floatBall.showOriginal":"\u30AF\u30EA\u30C3\u30AF\u3057\u3066\u5143\u306E\u8A18\u4E8B\u306B\u623B\u308B","floatBall.close":"\u30AF\u30ED\u30FC\u30BA\u30FB\u30DB\u30D0\u30FC\u30DC\u30FC\u30EB","floatBallOptions.enableDescPc":"\u30DA\u30FC\u30B8\u306E\u30DB\u30D0\u30FC\u30DC\u30FC\u30EB\u3092\u6709\u52B9\u306B\u3059\u308B\u3068\u3001\u30DA\u30FC\u30B8\u306E\u53F3\u5074\u306B\u30AF\u30A4\u30C3\u30AF\u7FFB\u8A33\u30DC\u30BF\u30F3\u304C\u8868\u793A\u3055\u308C\u307E\u3059\uFF01","floatBallOptions.enableDesc":"\u30DB\u30D0\u30FC\u30DC\u30FC\u30EB\u3092\u30AA\u30D5\u306B\u3057\u305F\u5F8C\u3001{touch}\u3002\u3046\u3063\u304B\u308A\u3053\u306E\u30AA\u30D7\u30B7\u30E7\u30F3\u3092\u30AA\u30D5\u306B\u3057\u305F\u5F8C\u3001\u30DB\u30D0\u30FC\u30DC\u30FC\u30EB\u304C\u898B\u3064\u304B\u3089\u306A\u3044\u5834\u5408\u306B\u5099\u3048\u3066\u3001\u3053\u306E\u8A2D\u5B9A\u30DA\u30FC\u30B8\u3092\u30D6\u30C3\u30AF\u30DE\u30FC\u30AF\u3057\u3066\u304A\u304F\u3053\u3068\u3092\u5F37\u304F\u304A\u52E7\u3081\u3057\u307E\u3059\uFF01","description.azureApiUrl":"\u30AB\u30B9\u30BF\u30E0API\u30A4\u30F3\u30BF\u30FC\u30D5\u30A7\u30FC\u30B9\u306E\u30A2\u30C9\u30EC\u30B9\u3092\u8A18\u5165\u3059\u308B\u3002",confirmSupportMouse:"\u30DE\u30A6\u30B9\u30B5\u30DD\u30FC\u30C8\u3092\u5F37\u5236\u7684\u306B\u6709\u52B9\u306B\u3059\u308B",confirmSupportMouseDescription:"\u73FE\u5728\u306E\u30D6\u30E9\u30A6\u30B6\u304C\u30DE\u30A6\u30B9\u6A5F\u80FD\u3092\u30B5\u30DD\u30FC\u30C8\u3057\u3066\u3044\u306A\u3044\u3053\u3068\u3092\u691C\u51FA\u3057\u307E\u3057\u305F\u3002",sampleTargetText:"\u9577\u3044\u591C\u304C\u8A2A\u308C\u3001\u79C1\u306F\u3053\u306E\u65E5\u304B\u3089\u6B7B\u306C\u307E\u3067\u898B\u5F35\u308A\u7D9A\u3051\u308B\u3002\u79C1\u306F\u59BB\u3092\u5A36\u3089\u305A\u3001\u9818\u5730\u3092\u4F5C\u3089\u305A\u3001\u5B50\u3092\u3082\u3046\u3051\u306A\u3044\u3002\u79C1\u306F\u738B\u51A0\u3092\u304B\u3076\u3089\u305A\u3001\u540D\u8A89\u306E\u305F\u3081\u306B\u52AA\u529B\u3057\u306A\u3044\u3002\u79C1\u306F\u81EA\u5206\u306E\u7FA9\u52D9\u3092\u679C\u305F\u3057\u3001\u751F\u304D\u3066\u6B7B\u306C\u3002",sampleSourceText:"Night gathers, and now my watch begins. It shall not end until my death. I shall take no wife, hold no lands, father no children. I shall wear no crowns and win no glory. I shall live and die at my post.","subtitle.supportedSites":"\u5DF2\u652F\u6301\u5728\u8FD9\u4E9B\u7F51\u7AD9\u4F7F\u7528\u53CC\u8BED\u5B57\u5E55\uFF08\u6CE8\u610F\uFF1A\u7531\u4E8E\u6280\u672F\u9650\u5236\uFF0C\u90E8\u5206\u7F51\u7AD9\u5728\u9996\u6B21\u5F00\u542F\u5B57\u5E55\u540E\u9700\u8981\u91CD\u65B0\u5237\u65B0\u9875\u9762\uFF0C\u6216\u8005\u9700\u7B49\u5F85\u7FFB\u8BD1\u5B8C\u6210\u4EE5\u663E\u793A\u53CC\u8BED\u5B57\u5E55\uFF09\uFF1A",viewWithImmersiveTranslate:"\u53CC\u8BED\u7248\u672C(\u6C89\u6D78\u5F0F\u7FFB\u8BD1)",errorReason:"\u9519\u8BEF\u539F\u56E0\uFF1A{message}","proQuotaExceededError.onetime7day":'\uFF0C\u60A8\u53EF\u4EE5\u9009\u62E9\u4EE5\u4E0B\u65B9\u5F0F\u89E3\u51B3\uFF1A

1. \u5207\u6362\u5230 {anotherService} \u6216\u5176\u4ED6\u7FFB\u8BD1\u670D\u52A1
2. \u5347\u7EA7\u4E3A\u6708\u5EA6/\u5E74\u5EA6\u4F1A\u5458',"proQuotaExceededError.trial":'\uFF0C\u60A8\u53EF\u4EE5\u9009\u62E9\u4EE5\u4E0B\u65B9\u5F0F\u89E3\u51B3\uFF1A

1. \u5207\u6362\u5230 {anotherService} \u6216\u5176\u4ED6\u7FFB\u8BD1\u670D\u52A1
2. \u7ACB\u523B\u5347\u7EA7\u4E3A\u6B63\u5F0F\u4F1A\u5458',"proQuotaExceededError.nonTrial":'\uFF0C\u60A8\u53EF\u4EE5\u9009\u62E9\u4EE5\u4E0B\u65B9\u5F0F\u89E3\u51B3\uFF1A

1. \u5207\u6362\u5230 {anotherService} \u6216\u5176\u4ED6\u7FFB\u8BD1\u670D\u52A1
2. \u8D2D\u4E70 {translationService} \u989D\u5916\u6D41\u91CF\u5305',"proQuotaExceededError.resetTime":"
3. \u989D\u5EA6\u91CD\u7F6E\u65F6\u95F4\uFF1A{resetTime}","desc.touchShortcutsToggleTranslatePageOnlyTranslation":"\u300C\u8A33\u6587\u306E\u307F\u300D\u306F\u3001\u8A33\u6587\u306E\u307F\u3092\u8868\u793A\u3059\u308B\u3053\u3068\u3092\u610F\u5473\u3057\u3001\u30DA\u30FC\u30B8\u304C\u307E\u3060\u7FFB\u8A33\u3055\u308C\u3066\u3044\u306A\u3044\u5834\u5408\u306F\u3001\u30E2\u30FC\u30C9\u3092\u5207\u308A\u66FF\u3048\u3066\u7FFB\u8A33\u3057\u307E\u3059\u3002","desc.toggleOnlyTransation":"\u300C\u8A33\u6587\u306E\u307F\u30E2\u30FC\u30C9\u300D\u3068\u306F\u3001\u8A33\u6587\u306E\u307F\u3092\u8868\u793A\u3059\u308B\u3053\u3068\u3092\u6307\u3057\u3001\u30DA\u30FC\u30B8\u304C\u307E\u3060\u7FFB\u8A33\u3055\u308C\u3066\u3044\u306A\u3044\u5834\u5408\u306F\u3001\u30E2\u30FC\u30C9\u3092\u5207\u308A\u66FF\u3048\u3066\u7FFB\u8A33\u3057\u307E\u3059\u3002",touchShortcutsToggleTranslatePageOnlyTranslation:"\u30BF\u30C3\u30C1\u30B9\u30AF\u30EA\u30FC\u30F3\u30B8\u30A7\u30B9\u30C1\u30E3\u30FC\u3092\u8A2D\u5B9A\u3057\u3066\u3001\u30D0\u30A4\u30EA\u30F3\u30AC\u30EB/\u7FFB\u8A33\u30C6\u30AD\u30B9\u30C8\u306E\u307F\u306E\u30E2\u30FC\u30C9\u3092\u5207\u308A\u66FF\u3048\u307E\u3059",download_started:"\u30C0\u30A6\u30F3\u30ED\u30FC\u30C9\u304C\u958B\u59CB\u3055\u308C\u307E\u3057\u305F\u3002\u81EA\u52D5\u7684\u306B\u30C0\u30A6\u30F3\u30ED\u30FC\u30C9\u3055\u308C\u306A\u3044\u5834\u5408\u306F\u3001\u624B\u52D5\u3067\u30AF\u30EA\u30C3\u30AF\u3057\u3066\u304F\u3060\u3055\u3044\u3002",here:"\u3053\u3053","desc.toggleVideoSubtitlePreTranslation":"\u62BC\u3059\u3068\u3001\u30D3\u30C7\u30AA\u306E\u4E8C\u8A00\u8A9E\u5B57\u5E55\u306F\u3001\u307E\u305A\u6CA1\u5165\u578B\u7FFB\u8A33\u306E\u8A2D\u5B9A\u3092\u512A\u5148\u7684\u306B\u4F7F\u7528\u3057\u307E\u3059\u3002\u518D\u5EA6\u62BC\u3059\u3068\u3001\u5143\u306E\u30D3\u30C7\u30AA\u306B\u7D44\u307F\u8FBC\u307E\u308C\u305F\u6A5F\u68B0\u7FFB\u8A33\u5B57\u5E55\u3092\u512A\u5148\u7684\u306B\u4F7F\u7528\u3057\u307E\u3059\u3002\u6CE8\u610F\uFF1A\u3053\u306E\u30B7\u30E7\u30FC\u30C8\u30AB\u30C3\u30C8\u3067\u5909\u66F4\u3055\u308C\u308B\u306E\u306F\u5168\u4F53\u306E\u8A2D\u5B9A\u3067\u3059\u3002",videoSubtitlePreTranslationOn:"\u30D3\u30C7\u30AA\u306E\u5B57\u5E55\u306F\u3001\u512A\u5148\u7684\u306B\u6CA1\u5165\u578B\u306E\u7FFB\u8A33\u3092\u4F7F\u7528\u3057\u307E\u3059",videoSubtitlePreTranslationOff:"\u30D3\u30C7\u30AA\u306E\u5B57\u5E55\u306F\u3001\u5143\u306E\u30D3\u30C7\u30AA\u306B\u4ED8\u5C5E\u306E\u6A5F\u68B0\u7FFB\u8A33\u5B57\u5E55\u3092\u512A\u5148\u7684\u306B\u4F7F\u7528\u3057\u307E\u3059\u3002",translationFont:"\u30D5\u30A9\u30F3\u30C8\u3092\u8A2D\u5B9A\u3059\u308B","translationFont.custom":"\u30AB\u30B9\u30BF\u30E0\u30D5\u30A9\u30F3\u30C8\u3092\u5165\u529B\u3057\u3066\u304F\u3060\u3055\u3044","translationFont.customPlaceholder":"\u30D5\u30A9\u30F3\u30C8","translationFont.notSupportErrorMessage":"\u3042\u306A\u305F\u304C\u5165\u529B\u3057\u305F\u30D5\u30A9\u30F3\u30C8\u540D\u304C\u6B63\u3057\u3044\u304B\u78BA\u8A8D\u3059\u308B\u304B\u3001\u305D\u306E\u30D5\u30A9\u30F3\u30C8\u304C\u3042\u306A\u305F\u306E\u30C7\u30D0\u30A4\u30B9\u306B\u30A4\u30F3\u30B9\u30C8\u30FC\u30EB\u3055\u308C\u3066\u3044\u308B\u3053\u3068\u3092\u78BA\u8A8D\u3057\u3066\u304F\u3060\u3055\u3044\u3002","touch.mouse-translate":"\u6307\u5B9A\u3055\u308C\u305F\u6BB5\u843D\u3092\u7FFB\u8A33\u3057\u3066\u304F\u3060\u3055\u3044","translationServices.inherit":"\u4E3B\u306A\u7FFB\u8A33\u30B5\u30FC\u30D3\u30B9\u306B\u5F93\u3063\u3066\u304F\u3060\u3055\u3044\u3002","error.serveConfigError":"\u30B5\u30FC\u30D3\u30B9\u8A2D\u5B9A\u30A8\u30E9\u30FC","error.reloadPageOfSetting":"\u8A2D\u5B9A\u5F8C\u3001\u30DA\u30FC\u30B8\u3092\u30EA\u30D5\u30EC\u30C3\u30B7\u30E5\u3057\u3066\u518D\u5EA6\u7FFB\u8A33\u3057\u3066\u304F\u3060\u3055\u3044\u3002","error.googleLimitIp":"\u30B5\u30FC\u30D3\u30B9\u304C\u30A8\u30E9\u30FC\u3092\u8FD4\u3057\u307E\u3057\u305F\u3002Google\u30B5\u30FC\u30D3\u30B9\u306F\u3053\u306EIP\u30A2\u30C9\u30EC\u30B9\u306B\u5BFE\u3057\u3066\u6D41\u91CF\u5236\u9650\u3092\u884C\u3063\u3066\u3044\u307E\u3059\u3002\u30CD\u30C3\u30C8\u30EF\u30FC\u30AF\u30CE\u30FC\u30C9\u306E\u5909\u66F4\u3092\u304A\u52E7\u3081\u3057\u307E\u3059\u3002","error.openAIFreeLimit":"\u30B5\u30FC\u30D3\u30B9\u304C\u30A8\u30E9\u30FC\u3092\u8FD4\u3057\u307E\u3057\u305F\u3002\u73FE\u5728\u306E\u7FFB\u8A33\u30EA\u30AF\u30A8\u30B9\u30C8\u306E\u983B\u5EA6\u306F\u30011\u5206\u3042\u305F\u308A\u6700\u59273\u56DE\u306E\u4E0A\u9650\u306B\u9054\u3057\u3066\u3044\u307E\u3059\u3002\u5F8C\u307B\u3069\u518D\u5EA6\u304A\u8A66\u3057\u304F\u3060\u3055\u3044\u3002\uFF08\u3053\u308C\u306FOpenAI\u516C\u5F0F\u304C\u7121\u6599\u306EAPI Key\u306B\u5BFE\u3059\u308B\u5236\u9650\u3067\u3001\u3053\u306E\u5236\u9650\u3092\u89E3\u9664\u3059\u308B\u306B\u306F\u3001OpenAI\u306E\u30D0\u30C3\u30AF\u30A8\u30F3\u30C9\u3067\u30AF\u30EC\u30B8\u30C3\u30C8\u30AB\u30FC\u30C9\u3092\u767B\u9332\u3057\u3066\u304F\u3060\u3055\u3044\u3002\uFF09","error.openAIExceededQuota":"\u30B5\u30FC\u30D3\u30B9\u30A8\u30E9\u30FC\u304C\u8FD4\u3055\u308C\u307E\u3057\u305F\uFF1A\u73FE\u5728\u306EOpenAI\u30A2\u30AB\u30A6\u30F3\u30C8\u306E\u6B8B\u9AD8\u304C\u4E0D\u8DB3\u3057\u3066\u3044\u307E\u3059\u3002OpenAI\u306E\u516C\u5F0F\u30D0\u30C3\u30AF\u30A8\u30F3\u30C9\u3067\u30C1\u30E3\u30FC\u30B8\u3059\u308B\u304B\u3001\u30AF\u30EC\u30B8\u30C3\u30C8\u30AB\u30FC\u30C9\u3092\u767B\u9332\u3057\u3066\u304F\u3060\u3055\u3044\u3002","error.429":"\u30B5\u30FC\u30D3\u30B9\u304C\u30A8\u30E9\u30FC\u3092\u8FD4\u3057\u307E\u3057\u305F\u3002\u3053\u308C\u306F\u3001\u30EA\u30AF\u30A8\u30B9\u30C8\u304C\u983B\u7E41\u3059\u304E\u308B\u304B\u3001\u5236\u9650\u3092\u8D85\u3048\u3066\u3044\u308B\u3053\u3068\u3092\u793A\u3057\u3066\u3044\u307E\u3059\u3002\u5F8C\u3067\u3082\u3046\u4E00\u5EA6\u304A\u8A66\u3057\u304F\u3060\u3055\u3044\u3002","error.403":"\u30B5\u30FC\u30D3\u30B9\u304C\u30A8\u30E9\u30FC\u3092\u8FD4\u3057\u307E\u3057\u305F\u3001\u73FE\u5728\u305D\u306E\u30B5\u30FC\u30D3\u30B9\u306B\u30A2\u30AF\u30BB\u30B9\u3059\u308B\u6A29\u9650\u304C\u3042\u308A\u307E\u305B\u3093\u3002","error.400":"\u30B5\u30FC\u30D3\u30B9\u304C\u30A8\u30E9\u30FC\u3092\u8FD4\u3057\u307E\u3057\u305F\u3001\u30EA\u30AF\u30A8\u30B9\u30C8\u30D1\u30E9\u30E1\u30FC\u30BF\u304C\u9593\u9055\u3063\u3066\u3044\u307E\u3059\u3001\u5BFE\u5FDC\u3059\u308B\u8A2D\u5B9A\u3092\u78BA\u8A8D\u3057\u3066\u304F\u3060\u3055\u3044\u3002","error.502":"\u30B5\u30FC\u30D3\u30B9\u304C\u30A8\u30E9\u30FC\u3092\u8FD4\u3057\u307E\u3057\u305F\u3001\u30B5\u30FC\u30D3\u30B9\u304C\u30BF\u30A4\u30E0\u30A2\u30A6\u30C8\u3057\u307E\u3057\u305F\u3001\u5F8C\u3067\u3082\u3046\u4E00\u5EA6\u304A\u8A66\u3057\u304F\u3060\u3055\u3044\u3002","error.proTokenInvalid":"\u3082\u3057\u3042\u306A\u305F\u304CPro\u30E6\u30FC\u30B6\u30FC\u3067\u3042\u308C\u3070\u3001\u30ED\u30B0\u30A4\u30F3\u5F8C\u306BPro\u7FFB\u8A33\u30B5\u30FC\u30D3\u30B9\u3092\u3054\u5229\u7528\u304F\u3060\u3055\u3044\u3002","error.proUpgrade":"\u30A2\u30C3\u30D7\u30B0\u30EC\u30FC\u30C9\u5F8C\u3001\u30DA\u30FC\u30B8\u3092\u66F4\u65B0\u3057\u3066\u518D\u5EA6\u7FFB\u8A33\u3057\u3066\u304F\u3060\u3055\u3044\u3002","error.configError":"\u8A2D\u5B9A\u30C7\u30FC\u30BF\u304C\u7570\u5E38\u3067\u3059","error.goReset":"\u30EA\u30BB\u30C3\u30C8\u306B\u884C\u304F",batchEdit:"\u4E00\u62EC\u64CD\u4F5C","translationModeLang.translation.title":"\u7FFB\u8A33\u306E\u307F\u30E2\u30FC\u30C9\u306E\u8A00\u8A9E","translationModeLang.translation.description":"\u30DA\u30FC\u30B8\u306E\u8A00\u8A9E\u304C\u4EE5\u4E0B\u306E\u8A00\u8A9E\u306E\u5834\u5408\u3001\u81EA\u52D5\u7684\u306B\u7FFB\u8A33\u6587\u306E\u307F\u306E\u30E2\u30FC\u30C9\u3092\u4F7F\u7528\u3057\u307E\u3059\u3002","translationModeUrl.translation.title":"\u7FFB\u8A33\u306E\u307F\u30E2\u30FC\u30C9\u306E\u30A6\u30A7\u30D6\u30B5\u30A4\u30C8","translationModeUrl.translation.description":"\u4EE5\u4E0B\u306E\u30C9\u30E1\u30A4\u30F3\u306E\u30A6\u30A7\u30D6\u30B5\u30A4\u30C8\u3067\u306F\u3001\u81EA\u52D5\u7684\u306B\u7FFB\u8A33\u30C6\u30AD\u30B9\u30C8\u306E\u307F\u306E\u30E2\u30FC\u30C9\u304C\u4F7F\u7528\u3055\u308C\u307E\u3059\u3002","error.serveUnavailable":"\u3042\u306A\u305F\u304C\u73FE\u5728\u4F7F\u7528\u3057\u3066\u3044\u308B[{serverName}]\u30B5\u30FC\u30D3\u30B9\u306F\u3001\u30CD\u30C3\u30C8\u30EF\u30FC\u30AF\u63A5\u7D9A\u3084\u30B5\u30FC\u30D3\u30B9\u30D7\u30ED\u30D0\u30A4\u30C0\u306E\u554F\u984C\u306B\u3088\u308A\u4E00\u6642\u7684\u306B\u30A2\u30AF\u30BB\u30B9\u3067\u304D\u307E\u305B\u3093\u3002\u30DA\u30FC\u30B8\u3092\u30EA\u30D5\u30EC\u30C3\u30B7\u30E5\u3059\u308B\u304B\u3001<1>\u8A2D\u5B9A\u304B\u3089\u4ED6\u306E\u7FFB\u8A33\u30B5\u30FC\u30D3\u30B9\u306B\u5207\u308A\u66FF\u3048\u308B\u3053\u3068\u3092\u304A\u52E7\u3081\u3057\u307E\u3059\u3002\u3082\u3057<2>Pro\u4F1A\u54E1\u3067\u3042\u308C\u3070\u3001\u3088\u308A\u5B89\u5B9A\u3057\u305FDeepL\u307E\u305F\u306FOpenAI\u306E\u7FFB\u8A33\u30B5\u30FC\u30D3\u30B9\u3092\u9078\u629E\u3059\u308B\u3053\u3068\u304C\u3067\u304D\u307E\u3059\uFF08<3>\u3053\u3053\u3092\u30AF\u30EA\u30C3\u30AF\u3057\u3066\u7121\u6599\u4F53\u9A13\uFF09\u3002\u307E\u305F\u3001\u30CD\u30C3\u30C8\u30EF\u30FC\u30AF\u3084\u30D7\u30ED\u30AD\u30B7\u8A2D\u5B9A\u3092\u78BA\u8A8D\u3059\u308B\u5FC5\u8981\u304C\u3042\u308B\u304B\u3082\u3057\u308C\u307E\u305B\u3093\u3002",detectServiceLoading:"\u5229\u7528\u53EF\u80FD\u306A\u7FFB\u8A33\u30B5\u30FC\u30D3\u30B9\u3092\u691C\u51FA\u4E2D...",toggleToService:"{service}\u306B\u5207\u308A\u66FF\u3048\u3066\u518D\u8A66\u884C\u3057\u3066\u304F\u3060\u3055\u3044\u3002","error.gemini.429":"\u73FE\u5728\u306EGemini\u30B5\u30FC\u30D3\u30B9\u306E\u73FE\u5728\u306E\u8CA0\u8377\u80FD\u529B\u304C\u4E0A\u9650\u306B\u9054\u3057\u3066\u3044\u307E\u3059\u306E\u3067\u3001\u5F8C\u307B\u3069\u518D\u5EA6\u304A\u8A66\u3057\u3044\u305F\u3060\u304F\u304B\u3001\u4ED6\u306E\u7FFB\u8A33\u30B5\u30FC\u30D3\u30B9\u306B\u5207\u308A\u66FF\u3048\u3066\u304F\u3060\u3055\u3044\u3002",enableSentryReport:"\u62E1\u5F35\u304C\u30A8\u30E9\u30FC\u3092\u8D77\u3053\u3057\u305F\u3068\u304D\u3001Sentry\u3092\u4F7F\u7528\u3057\u3066\u30D5\u30A3\u30FC\u30C9\u30D0\u30C3\u30AF\u3092\u63D0\u51FA\u3057\u3066\u304F\u3060\u3055\u3044\u3002",goLogin:"\u30ED\u30B0\u30A4\u30F3\u3057\u3066\u304F\u3060\u3055\u3044","translationServices.gemini":"\u30B8\u30A7\u30DF\u30CB","error.reason":"\u30A8\u30E9\u30FC\u306E\u539F\u56E0","widget.translateFile":"PDF/ePub",touchShortcutsOff:"\u9589\u3058\u308B","error.retry":"\u518D\u8A66\u884C","multipleClick.4":"\u56DB\u9023\u6483",shortcutSettings:"\u30B7\u30E7\u30FC\u30C8\u30AB\u30C3\u30C8\u30AD\u30FC","multipleClick.3":"\u30C8\u30EA\u30D7\u30EB\u30B9\u30C8\u30E9\u30A4\u30AF",notLogin:"\u30ED\u30B0\u30A4\u30F3\u3057\u3066\u3044\u307E\u305B\u3093","slide.right":"\u5DE6\u306B\u30B9\u30EF\u30A4\u30D7\u3057\u3066\u304F\u3060\u3055\u3044",translationOnlyMode:"\u8A33\u6587\u306E\u307F\u30E2\u30FC\u30C9","widget.videoSubtitle":"\u30D3\u30C7\u30AA\u5B57\u5E55",paragraphMinTextCountField:"\u7FFB\u8A33\u6BB5\u843D\u306B\u5FC5\u8981\u306A\u6700\u5C0F\u6587\u5B57\u6570","subtitle.hideQuickButton":"\u3053\u306E\u30B7\u30E7\u30FC\u30C8\u30AB\u30C3\u30C8\u3092\u8868\u793A\u3057\u306A\u3044","floatBall.iKnow":"\u308F\u304B\u308A\u307E\u3057\u305F",contact:"\u79C1\u305F\u3061\u306B\u9023\u7D61\u3057\u3066\u304F\u3060\u3055\u3044","widget.instructionTooltip":"\u4F7F\u7528\u8AAC\u660E\u3092\u78BA\u8A8D\u3057\u3066\u304F\u3060\u3055\u3044","tagsInput.add":"+ \u8FFD\u52A0",loggedIn:"\u30ED\u30B0\u30A4\u30F3\u6E08\u307F","intro.floatBallTitle":"\u30AF\u30A4\u30C3\u30AF\u7FFB\u8A33\u30D5\u30ED\u30FC\u30C8\u30DC\u30FC\u30EB",pickAll:"\u3059\u3079\u3066\u9078\u629E","error.subscriptionExpiredTitle":"\u4F1A\u54E1\u304C\u671F\u9650\u5207\u308C\u306B\u306A\u308A\u307E\u3057\u305F","widget.instruction":"\u4F7F\u7528\u8AAC\u660E","shortcutGroup.main":"\u4E00\u822C\u7684\u306A\u6A5F\u80FD\u306E\u30B7\u30E7\u30FC\u30C8\u30AB\u30C3\u30C8\u30AD\u30FC","subtitle.bilingual":"\u30D0\u30A4\u30EA\u30F3\u30AC\u30EB\u5B57\u5E55",alwaysTranslateThisSite:"\u5E38\u306B\u3053\u306E\u30A6\u30A7\u30D6\u30B5\u30A4\u30C8\u3092\u7FFB\u8A33\u3057\u3066\u304F\u3060\u3055\u3044\u3002",mouseHoverCustomKeyTitle:"\u30AB\u30B9\u30BF\u30E0\u30DE\u30A6\u30B9\u30DB\u30D0\u30FC\u30B7\u30E7\u30FC\u30C8\u30AB\u30C3\u30C8","shortcutGroup.mouse":"\u30DE\u30A6\u30B9\u30DB\u30D0\u30FC\u30B7\u30E7\u30FC\u30C8\u30AB\u30C3\u30C8\u8A2D\u5B9A","browser.translateWithGemini":"\u73FE\u5728\u306E\u30DA\u30FC\u30B8\u3092\u4E00\u6642\u7684\u306BGemini\u3067\u7FFB\u8A33\u3057\u3066\u304F\u3060\u3055\u3044",shortcutSettingsTitle:"\u30B7\u30E7\u30FC\u30C8\u30AB\u30C3\u30C8\u30AD\u30FC\u306E\u8A2D\u5B9A","subtitle.showQuickButton":"\u30D7\u30EC\u30FC\u30E4\u30FC\u306B\u4E8C\u8A00\u8A9E\u5B57\u5E55\u306E\u30B7\u30E7\u30FC\u30C8\u30AB\u30C3\u30C8\u3092\u8868\u793A\u3059\u308B","browser.translateWithOpenAI":"\u4E00\u6642\u7684\u306BOpenAI\u3092\u4F7F\u3063\u3066\u73FE\u5728\u306E\u30DA\u30FC\u30B8\u3092\u7FFB\u8A33\u3057\u3066\u304F\u3060\u3055\u3044","browser.translateInputBox":"\u73FE\u5728\u306E\u5165\u529B\u30DC\u30C3\u30AF\u30B9\u306E\u5185\u5BB9\u3092\u7FFB\u8A33\u3057\u3066\u304F\u3060\u3055\u3044\u3002","browser.translateWithDeepL":"\u73FE\u5728\u306E\u30DA\u30FC\u30B8\u3092\u4E00\u6642\u7684\u306BDeepL\u3067\u7FFB\u8A33\u3057\u3066\u304F\u3060\u3055\u3044\u3002","browser.translateWithGoogle":"\u4E00\u6642\u7684\u306BGoogle\u7FFB\u8A33\u3067\u73FE\u5728\u306E\u30DA\u30FC\u30B8\u3092\u7FFB\u8A33\u3057\u3066\u304F\u3060\u3055\u3044\u3002",temprarilyChangeTranslationTo_openai:"\u73FE\u5728\u3001OpenAI\u3092\u4F7F\u7528\u3057\u3066\u73FE\u5728\u306E\u30DA\u30FC\u30B8\u3092\u7FFB\u8A33\u3057\u3066\u3044\u307E\u3059",temprarilyChangeTranslationTo_deepl:"\u73FE\u5728\u3001DeepL\u3092\u4F7F\u7528\u3057\u3066\u73FE\u5728\u306E\u30DA\u30FC\u30B8\u3092\u7FFB\u8A33\u3057\u3066\u3044\u307E\u3059","intro.subtitleTitle":"\u30AA\u30F3\u30E9\u30A4\u30F3\u30D3\u30C7\u30AA\u306E\u30D0\u30A4\u30EA\u30F3\u30AC\u30EB\u5B57\u5E55\u8868\u793A","shortcutGroup.touch":"\u30BF\u30C3\u30C1\u30B9\u30AF\u30EA\u30FC\u30F3\u5C02\u7528\u30B8\u30A7\u30B9\u30C1\u30E3\u30FC",temprarilyChangeTranslationTo_gemini:"\u73FE\u5728\u3001Gemini\u3092\u4F7F\u7528\u3057\u3066\u73FE\u5728\u306E\u30DA\u30FC\u30B8\u3092\u7FFB\u8A33\u3057\u3066\u3044\u307E\u3059",neverTranslateThisSite:"\u3053\u306E\u30A6\u30A7\u30D6\u30B5\u30A4\u30C8\u3092\u6C38\u9060\u306B\u7FFB\u8A33\u3057\u306A\u3044\u3067\u304F\u3060\u3055\u3044",temprarilyChangeTranslationTo_transmart:"\u73FE\u5728\u3001\u30C6\u30F3\u30BB\u30F3\u30C8\u7FFB\u8A33\u3092\u4F7F\u7528\u3057\u3066\u73FE\u5728\u306E\u30DA\u30FC\u30B8\u3092\u7FFB\u8A33\u3057\u3066\u3044\u307E\u3059","browser.translateWithTransmart":"\u4E00\u6642\u7684\u306B\u30C6\u30F3\u30BB\u30F3\u30C8\u7FFB\u8A33\u3067\u73FE\u5728\u306E\u30DA\u30FC\u30B8\u3092\u7FFB\u8A33\u3057\u3066\u304F\u3060\u3055\u3044",notLoginPro:"\u3042\u306A\u305F\u306E\u4F1A\u54E1\u30A2\u30AB\u30A6\u30F3\u30C8\u306B\u307E\u3060\u30ED\u30B0\u30A4\u30F3\u3057\u3066\u3044\u307E\u305B\u3093",networkError:"\u7FFB\u8A33\u30B5\u30FC\u30D3\u30B9\u307E\u305F\u306F\u30CD\u30C3\u30C8\u30EF\u30FC\u30AF\u306B\u554F\u984C\u304C\u767A\u751F\u3057\u3066\u3044\u307E\u3059","widget.videoSubtitleTooltip":"Youtube \u7B49 {count}+ \u306E\u30D3\u30C7\u30AA\u30B5\u30A4\u30C8\u3092\u30B5\u30DD\u30FC\u30C8\u3057\u3066\u3044\u307E\u3059","subtitle.autoDisableSubtitle":"\u81EA\u52D5\u7684\u306B\u4E8C\u304B\u56FD\u8A9E\u306E\u5B57\u5E55\u3092\u6709\u52B9\u306B\u3057\u306A\u3044","intro.hoverTitle":"\u30DE\u30A6\u30B9\u3092\u73FE\u5728\u306E\u6BB5\u843D\u306B\u30DB\u30D0\u30FC\u3057\u3066\u7FFB\u8A33\u3057\u3066\u304F\u3060\u3055\u3044","shortcutGroup.others":"\u3088\u308A\u591A\u304F\u306E\u30AB\u30B9\u30BF\u30E0\u6A5F\u80FD\u306E\u30B7\u30E7\u30FC\u30C8\u30AB\u30C3\u30C8",upgradeToProErrorTitle:"\u3053\u306E\u7FFB\u8A33\u30B5\u30FC\u30D3\u30B9\u3092\u4F7F\u7528\u3059\u308B\u306B\u306F\u3001Pro\u30E1\u30F3\u30D0\u30FC\u306B\u30A2\u30C3\u30D7\u30B0\u30EC\u30FC\u30C9\u3057\u3066\u304F\u3060\u3055\u3044\u3002",temprarilyChangeTranslationTo_google:"\u73FE\u5728\u3001Google\u7FFB\u8A33\u3092\u4F7F\u7528\u3057\u3066\u73FE\u5728\u306E\u30DA\u30FC\u30B8\u3092\u7FFB\u8A33\u3057\u3066\u3044\u307E\u3059",touchShortcutsToggleTranslationMask:"\u30BF\u30C3\u30C1\u30B9\u30AF\u30EA\u30FC\u30F3\u30B8\u30A7\u30B9\u30C1\u30E3\u30FC\u3092\u8A2D\u5B9A\u3057\u3066\u3001\u7FFB\u8A33\u30DE\u30B9\u30AF\u3092\u8868\u793A/\u539F\u6587\u3092\u8868\u793A","shortcutGroup.shortcutsForTranslationServices":"\u7FFB\u8A33\u30B5\u30FC\u30D3\u30B9\u95A2\u9023\u306E\u30B7\u30E7\u30FC\u30C8\u30AB\u30C3\u30C8\u30AD\u30FC","neverTranslateText.title":"\u4EE5\u4E0B\u306E\u5358\u8A9E\u306F\u539F\u6587\u306E\u307E\u307E\u306B\u3057\u3066\u304F\u3060\u3055\u3044\u3001\u7FFB\u8A33\u3057\u306A\u3044\u3067\u304F\u3060\u3055\u3044\u3002","widget.translateFileTooltip":"PDF\u3001EPUB\u3001SRT\u3001ASS\u3001HTML\u3001TXT \u30C9\u30AD\u30E5\u30E1\u30F3\u30C8\u3092\u7FFB\u8A33\u3057\u3066\u304F\u3060\u3055\u3044","floatBall.longPress":"\u9577\u62BC\u3057\u3059\u308B\u3068\u3001\u8A2D\u5B9A\u30D1\u30CD\u30EB\u3092\u7D20\u65E9\u304F\u958B\u304F\u3053\u3068\u304C\u3067\u304D\u307E\u3059\u3088","floatBall.guideClickToTranslate":`\u30AF\u30EA\u30C3\u30AF\u3057\u3066\u6CA1\u5165\u578B\u7FFB\u8A33\u30D5\u30ED\u30FC\u30C8\u30DC\u30FC\u30EB\u3092 + {env.imt_sub_trans_field}: Translation`,"subtitle.quickButton.black":"Black","subtitle.quickButton.cyan":"Blue","translationServices.claude":"Claude","subtitle.quickButton.backgroundColor":"Background color","subtitle.quickButton.green":"Green","subtitle.quickButton.blue":"Blue","subtitle.quickButton.white":"White","subtitle.quickButton.setting":"Settings","subtitle.quickButton.translationPosition":"Translation location","subtitle.quickButton.backgroundOpacity":"Background Opacity","subtitle.quickButton.sourceFontSize":"Original font size","subtitle.quickButton.sourceTextColor":"Original font color","subtitle.quickButton.yellow":"Yellow","subtitle.quickButton.translationFontSize":"Translation font size","subtitle.quickButton.translationPositionBottom":"Below the original text","subtitle.quickButton.red":"Red","subtitle.quickButton.translationPositionTop":"Above the original text","subtitle.quickButton.translationTextColor":"Translation font color","subtitle.quickButton.magenta":"Magenta",attachSubtitleTranslating:"Translating using {service}...","error.claude.403":"Access to the service is temporarily unavailable, possibly due to regional restrictions related to Claude. You can try changing your IP address, or use other translation services.","browser.brandDescriptionForSafari":"Free Translate Website, Translate PDF & Epub eBook, Translate Video Subtitles in Bilingual","browser.PdfProFile":"AI-Driven PDF Pro Translation","browser.textTranslate":"Text Translation"};var gh={nologin:"\u30ED\u30B0\u30A4\u30F3\u3057\u3066\u3044\u306A\u3044",loginForSafari:"\u30ED\u30B0\u30A4\u30F3\u307E\u305F\u306F\u767B\u9332",login:"\u30ED\u30B0\u30A4\u30F3\u3057\u3066\u4F1A\u54E1\u767B\u9332",manageAccount:"\u30DE\u30CD\u30FC\u30B8\u30C9\u30FB\u30A2\u30AB\u30A6\u30F3\u30C8",openPremium:"\u30AA\u30FC\u30D7\u30F3\u30FB\u30E1\u30F3\u30D0\u30FC",logout:"\u30A2\u30DC\u30FC\u30C8",curentPlan:"\u73FE\u5728\u306E\u30D1\u30C3\u30B1\u30FC\u30B8",endAt:"\u7D76\u606F",endAuto:"\u81EA\u52D5\u66F4\u65B0",lineBreakMaxTextCount:"\u6539\u884C\u5F8C\u306E1\u6587\u306B\u8A31\u3055\u308C\u308B\u6700\u5927\u6587\u5B57\u6570","translate-pdf":"\u30AF\u30EA\u30C3\u30AF\u3057\u3066PDF\u3092\u7FFB\u8A33\u3059\u308B","noSupportTranslate-pdf":"\u30B9\u30AF\u30EA\u30D7\u30C8\u306F\u30B5\u30DD\u30FC\u30C8\u3055\u308C\u3066\u3044\u307E\u305B\u3093\u3002","translate-firefox-local-pdf":"\u30AF\u30EA\u30C3\u30AF\u3057\u3066PDF\u3092\u30A4\u30F3\u30DD\u30FC\u30C8\u3059\u308B",enableLineBreak:"\u9577\u3044\u6BB5\u843D\u306E\u81EA\u52D5\u6539\u884C\u3092\u6709\u52B9\u306B\u3059\u308B",sponsorLabel:"\u30B9\u30DD\u30F3\u30B5\u30FC\u4ED8\u304D\u958B\u767A\u8005",help:"\u624B",browserShortcutsNoteForFirefox:"Firefox\u3067\u30B7\u30E7\u30FC\u30C8\u30AB\u30C3\u30C8\u3092\u5909\u66F4\u3059\u308B\u306B\u306F\u3001\u62E1\u5F35\u6A5F\u80FD\u306E\u7BA1\u7406\u30DA\u30FC\u30B8`about:addons`\u3092\u958B\u304D\u3001`Settings`\u3092\u30AF\u30EA\u30C3\u30AF\u3057\u3001`Manage Shortcuts`\u3092\u30AF\u30EA\u30C3\u30AF\u3057\u3066\u30B7\u30E7\u30FC\u30C8\u30AB\u30C3\u30C8\u3092\u8A2D\u5B9A\u3059\u308B\u5FC5\u8981\u304C\u3042\u308B\u3002",browserShortcutsNoteForChrome:"Chrome\u3067\u30B7\u30E7\u30FC\u30C8\u30AB\u30C3\u30C8\u3092\u5909\u66F4\u3059\u308B\u306B\u306F\u3001\u62E1\u5F35\u6A5F\u80FD\u306E\u7BA1\u7406\u30DA\u30FC\u30B8\u3092\u958B\u304D\u3001`\u30B7\u30E7\u30FC\u30C8\u30AB\u30C3\u30C8\u306E\u7BA1\u7406`\u30D1\u30CD\u30EB\uFF08`chrome://extensions/shortcuts`\uFF09\u3067\u30B7\u30E7\u30FC\u30C8\u30AB\u30C3\u30C8\u3092\u8A2D\u5B9A\u3057\u3001\u4E0B\u306E\u30DC\u30BF\u30F3\u3092\u30AF\u30EA\u30C3\u30AF\u3057\u3066\u30B7\u30E7\u30FC\u30C8\u30AB\u30C3\u30C8\u306E\u7BA1\u7406\u30DA\u30FC\u30B8\u306B\u30B8\u30E3\u30F3\u30D7\u3059\u308B\u5FC5\u8981\u304C\u3042\u308A\u307E\u3059\u3002",browserShortcutsSucks:"\u30AB\u30B9\u30BF\u30DE\u30A4\u30BA\u3055\u308C\u305F\u30B7\u30E7\u30FC\u30C8\u30AB\u30C3\u30C8\u306E\u66F8\u5F0F\u306F\u6B21\u306E\u3068\u304A\u308A\u3067\u3059\uFF08\u81EA\u52D5\u8A8D\u8B58\u306F\u884C\u308F\u308C\u307E\u305B\u3093\u306E\u3067\u3001\u76F4\u63A5\u5165\u529B\u3057\u3066\u304F\u3060\u3055\u3044\uFF09\uFF1A",enableLineBreakDescription:"\u30AA\u30F3\u306B\u3059\u308B\u3068\u3001\u9577\u3044\u6BB5\u843D\u306E\u6587\u672B\u306B\u6539\u884C\u304C\u5165\u308A\u3001\u8AAD\u307F\u3084\u3059\u304F\u306A\u308A\u307E\u3059\u3002","browser.shortBrandName":"\u30A4\u30DE\u30FC\u30B8\u30E7\u30F3\u7FFB\u8A33","browser.brandName":"\u30A4\u30DE\u30FC\u30B8\u30E7\u30F3\u7FFB\u8A33: \u4E8C\u30F6\u56FD\u8A9E\u30A6\u30A7\u30D6\u30DA\u30FC\u30B8\u7FFB\u8A33 & PDF\u6587\u66F8\u7FFB\u8A33","browser.brandDescription":"Deepl\u3001Google\u3001YouDao\u3001Tencent Translate\u306A\u3069\u3001\u8907\u6570\u306E\u7FFB\u8A33\u30B5\u30FC\u30D3\u30B9\u3092\u30B5\u30DD\u30FC\u30C8\u3057\u3066\u3044\u307E\u3059\u3002","browser.toggleTranslatePage":"\u30DA\u30FC\u30B8\u3092\u7FFB\u8A33\u3059\u308B\uFF0F\u539F\u6587\u3092\u8868\u793A\u3059\u308B","browser.toggleTranslateTheWholePage":"\u30DA\u30FC\u30B8\u306E\u5168\u9818\u57DF\u3092\u7FFB\u8A33\u3059\u308B\uFF0F\u539F\u6587\u3092\u8868\u793A\u3059\u308B","browser.toggleOnlyTransation":"\u30D0\u30A4\u30EA\u30F3\u30AC\u30EB/\u7FFB\u8A33\u30C6\u30AD\u30B9\u30C8\u306E\u307F\u30E2\u30FC\u30C9\u306B\u5207\u308A\u66FF\u3048\u3066\u304F\u3060\u3055\u3044","browser.toggleTranslateToThePageEndImmediately":"\u30DA\u30FC\u30B8\u4E0B\u90E8\u3078\u306E\u5373\u6642\u7FFB\u8A33\uFF0F\u539F\u6587\u306E\u8868\u793A","browser.toggleTranslateTheMainPage":"\u30DA\u30FC\u30B8\u306E\u30E1\u30A4\u30F3\u30A8\u30EA\u30A2\u3092\u7FFB\u8A33\u3059\u308B\uFF0F\u539F\u6587\u3092\u8868\u793A\u3059\u308B","browser.shareToDraft":"\u30D0\u30A4\u30EA\u30F3\u30AC\u30EB\u30DA\u30FC\u30B8\u3092\u5171\u6709\u3059\u308B","browser.openOptionsPage":"\u8A2D\u5B9A\u30DA\u30FC\u30B8\u3092\u958B\u304F","browser.toggleTranslationMask":"\u4E26\u9032\u30D6\u30E9\u30FC\u52B9\u679C\u306E\u8868\u793A\uFF0F\u975E\u8868\u793A","browser.translateLocalPdfFile":"\u30ED\u30FC\u30AB\u30EB\u306EPDF\u30D5\u30A1\u30A4\u30EB\u3092\u7FFB\u8A33\u3059\u308B","browser.openEbookViewer":"\u5730\u5143\u306E\u96FB\u5B50\u66F8\u7C4D\u3092\u8AAD\u3080","browser.openEbookBuilder":"\u30D0\u30A4\u30EA\u30F3\u30AC\u30EBEPUB\u96FB\u5B50\u66F8\u7C4D\u306E\u5236\u4F5C","browser.translateLocalHtmlFile":"HTML/\u30C6\u30AD\u30B9\u30C8\u30D5\u30A1\u30A4\u30EB\u3092\u7FFB\u8A33\u3059\u308B","browser.donateContext":"\u30B9\u30DD\u30F3\u30B5\u30FC\u7279\u5178\u306B\u3064\u3044\u3066","browser.translateLocalSubtitleFile":"\u30ED\u30FC\u30AB\u30EB\u5B57\u5E55\u30D5\u30A1\u30A4\u30EB\u3092\u7FFB\u8A33\u3059\u308B",confirmResetConfig:"\u672C\u5F53\u306B\u8A2D\u5B9A\u3092\u30EA\u30BB\u30C3\u30C8\u3057\u307E\u3059\u304B\uFF1F",translationLineBreakSettingTitle:"\u7FFB\u8A33\u306E\u6539\u884C\u8A2D\u5B9A",smartLineBreak:"\u30B9\u30DE\u30FC\u30C8\u30E9\u30A4\u30F3\u30D5\u30A3\u30FC\u30C9",alwaysLineBreak:"\u5E38\u306B\u6539\u884C",isShowContextMenu:"\u53F3\u30AF\u30EA\u30C3\u30AF\u30E1\u30CB\u30E5\u30FC\u306B\u7FFB\u8A33\u30DA\u30FC\u30B8\u3092\u8FFD\u52A0",toggleBeta:"\u30D9\u30FC\u30BF\u30C6\u30B9\u30C8\u6A5F\u80FD\u306E\u6709\u52B9\u5316",betaDescription:"\u307E\u3060\u5B9F\u9A13\u6BB5\u968E\u3067\u3042\u308B\u6A5F\u80FD\u3084\u3001\u30D9\u30FC\u30BF\u7248\u306E\u7FFB\u8A33\u30B5\u30FC\u30D3\u30B9\u3092\u6709\u52B9\u306B\u3059\u308B\u3002\u8A73\u3057\u304F\u306F <1>Telegram\u30B0\u30EB\u30FC\u30D7\u306B\u3054\u53C2\u52A0\u304F\u3060\u3055\u3044\u3002",translationLineBreakSettingDescription:"\u30B3\u30F3\u30C6\u30F3\u30C4\u304C\u5C11\u306A\u3044\u30DA\u30FC\u30B8\u3067\u306F\u3001\u5E38\u306B\u304D\u3061\u3093\u3068\u6539\u884C\u3059\u308B\u3002(\u5185\u5BB9\u306E\u591A\u3044\u9577\u3044\u6BB5\u843D({count}\u6587\u5B57\u4EE5\u4E0A)\u3067\u306F\u3001\u30B9\u30DA\u30FC\u30B9\u3092\u7BC0\u7D04\u3059\u308B\u305F\u3081\u306B\u6539\u884C\u3092\u30B9\u30DE\u30FC\u30C8\u306B\u4F7F\u3044\u307E\u3057\u3087\u3046)\u3002",tempTranslateDomainTitle:"\u30A6\u30A7\u30D6\u30B5\u30A4\u30C8\u7FFB\u8A33\u306E\u4E00\u6642\u7684\u306A\u5207\u308A\u66FF\u3048\u671F\u9593",tempTranslateDomainDescription:"\u624B\u52D5\u3067\u30A6\u30A7\u30D6\u30DA\u30FC\u30B8\u3092\u7FFB\u8A33\u3059\u308B\u5834\u5408\u306F\u3001\u4E00\u6642\u7684\u306B\u81EA\u52D5\u7FFB\u8A33\u7528\u306EWeb\u30B5\u30A4\u30C8\u3092\u30AA\u30F3\u306B\u3057\u3001\u4E00\u6642\u7684\u306A\u671F\u9593\u3092\u8A2D\u5B9A\u3059\u308B\u3053\u3068\u304C\u3067\u304D\u307E\u3059\u3002",xMinutes:"{count} \u8B70\u4E8B\u9332",disabled:"\u7269\u306E\u4F7F\u7528\u3092\u7981\u6B62\u3059\u308B\u3002",changelog:"\u66F4\u65B0\u30ED\u30B0",toggleTranslatePageWhenThreeFingersOnTheScreen:"\u8907\u6570\u306E\u6307\u304C\u540C\u6642\u306B\u753B\u9762\u306B\u89E6\u308C\u308B\u3068\u3001\u30A6\u30A7\u30D6\u30DA\u30FC\u30B8\u3092\u7FFB\u8A33\u3057\u305F\u308A\u3001\u539F\u6587\u3092\u8868\u793A\u3057\u305F\u308A\u3059\u308B\u3002",toggleTranslationMaskWhenThreeFingersOnTheScreen:"\u30DE\u30EB\u30C1\u30D5\u30A3\u30F3\u30AC\u30FC\u30BF\u30C3\u30C1\u3067\u307C\u304B\u3057\u52B9\u679C\u3092\u8868\u793A/\u975E\u8868\u793A\u3002",fingerCountToToggleTranslagePageOnlyTranslationWhenTouching:"\u8907\u6570\u306E\u6307\u304C\u540C\u6642\u306B\u753B\u9762\u306B\u89E6\u308C\u308B\u3053\u3068\u3067\u3001\u30A6\u30A7\u30D6\u30DA\u30FC\u30B8\u3092\u7FFB\u8A33\uFF08\u7FFB\u8A33\u306E\u307F\uFF09\uFF0F\u539F\u6587\u3092\u8868\u793A\u3002",addUrlDescription:"\u30C9\u30E1\u30A4\u30F3\u540D\u3092\u6307\u5B9A\u3067\u304D\u3001\u30EF\u30A4\u30EB\u30C9\u30AB\u30FC\u30C9\u3082\u30B5\u30DD\u30FC\u30C8\u3002\u4F8B\uFF1A\uFF1A*.google.com\u3001google.com/mail/*\u3001https://www.google.com/*\u3002",general:"\u57FA\u672C\u8A2D\u5B9A",clickToExpandConfig:"\u73FE\u5728\u306E\u30B3\u30F3\u30D5\u30A3\u30AE\u30E5\u30EC\u30FC\u30B7\u30E7\u30F3\u3092\u62E1\u5927\u3059\u308B",import:"\u30D5\u30A1\u30A4\u30EB\u304B\u3089\u306E\u30A4\u30F3\u30DD\u30FC\u30C8",export:"\u30D5\u30A1\u30A4\u30EB\u3078\u306E\u30A8\u30AF\u30B9\u30DD\u30FC\u30C8",toggleDebug:"\u30B3\u30F3\u30BD\u30FC\u30EB\u306B\u30C7\u30D0\u30C3\u30B0\u30ED\u30B0\u3092\u8868\u793A\u3059\u308B","fingers.0":"\u51DD\u56FA","fingers.2":"\u30C4\u30FC\u30D5\u30A3\u30F3\u30AC\u30FC\u30BF\u30C3\u30C1","fingers.3":"\u30B9\u30EA\u30FC\u30D5\u30A3\u30F3\u30AC\u30FC\u30BF\u30C3\u30C1","fingers.4":"\u30D5\u30A9\u30FC\u30D5\u30A3\u30F3\u30AC\u30FC\u30BF\u30C3\u30C1","fingers.5":"5\u672C\u6307\u30BF\u30C3\u30C1",mouseHoldKey:"+ {key} \u7FFB\u8A33/\u6BB5\u843D\u3092\u5143\u306B\u623B\u3059",mouseHoldKeyAuto:"\u30D1\u30E9\u30B0\u30E9\u30D5\u306E\u76F4\u8A33",mouseHoldKeyOff:"\u4F55\u3082\u3059\u308B\u306A\u3002",mouseHoldKeyOther:"\u30B7\u30E7\u30FC\u30C8\u30AB\u30C3\u30C8\u306E\u30AB\u30B9\u30BF\u30DE\u30A4\u30BA\uFF08\u8A2D\u5B9A\u3092\u958B\u304F\uFF09",mouseHoldKeyCustomKey:"{key} \u30D1\u30E9\u30B0\u30E9\u30D5\u306E\u7FFB\u8A33\uFF0F\u7E2E\u5C0F",mouseHoverHoldKey:"\u30B7\u30E7\u30FC\u30C8\u30AB\u30C3\u30C8\u30AD\u30FC\u3092\u62BC\u3057\u306A\u304C\u3089\u30DE\u30A6\u30B9\u3092\u52D5\u304B\u3059\u3068\u6BB5\u843D\u304C\u7FFB\u8A33\u3055\u308C\u308B","mouse-translate":"\u30DE\u30A6\u30B9\u30DB\u30D0\u30FC",document:"(\u3055\u3093\u3077",resetSuccess:"\u3059\u3079\u3066\u306E\u8A2D\u5B9A\u306E\u30EA\u30BB\u30C3\u30C8\u306B\u6210\u529F",resetThisSuccess:"\u30EA\u30BB\u30C3\u30C8\u6210\u529F",saved:"\u30BB\u30FC\u30D6\u30FB\u30B5\u30AF\u30BB\u30B9",successImportConfig:"\u8A2D\u5B9A\u306E\u30A4\u30F3\u30DD\u30FC\u30C8\u306B\u6210\u529F",goAdvancedSettings:"\u8A73\u7D30\u8A2D\u5B9A\u30DA\u30FC\u30B8\u306B\u79FB\u52D5\u3059\u308B",goAdvancedInterfaceSettings:"\u8A73\u7D30\u30AB\u30B9\u30BF\u30DE\u30A4\u30BA\u8A2D\u5B9A\u30DA\u30FC\u30B8\u306B\u79FB\u52D5\u3059\u308B",advanced:"\u8A73\u7D30\u8A2D\u5B9A",advancedDescription:"\u901A\u5E38\u3001\u8A2D\u5B9A\u306F\u5FC5\u8981\u306A\u304F\u3001\u30C7\u30D5\u30A9\u30EB\u30C8\u306E\u307E\u307E\u3067\u3088\u3044\u3002\u3088\u308A\u5C02\u9580\u7684\u306A\u30E6\u30FC\u30B6\u30FC\u306E\u307F\u3001\u3088\u308A\u30D1\u30FC\u30BD\u30CA\u30E9\u30A4\u30BA\u3055\u308C\u305F\u8A2D\u5B9A\u304C\u53EF\u80FD\u3067\u3059\u3002",developer:"\u30C7\u30D9\u30ED\u30C3\u30D1\u30FC\u8A2D\u5B9A",donateCafe:"\u7269\u4FA1","translate to the bottom of the page":"\u30DA\u30FC\u30B8\u4E0B\u90E8\u3078\u306E\u7FFB\u8A33\u306F\u3001\u30DA\u30FC\u30B8\u306B\u5165\u3063\u3066\u3059\u3050\u306B\u884C\u308F\u308C\u308B\u306E\u3067\u3059\u304B\uFF1F",feedback:"\u554F\u984C\u306B\u95A2\u3059\u308B\u30D5\u30A3\u30FC\u30C9\u30D0\u30C3\u30AF",toggleTranslatePage:"\u30DA\u30FC\u30B8\u3092\u7FFB\u8A33\u3059\u308B\uFF0F\u539F\u6587\u3092\u8868\u793A\u3059\u308B",translateToThePageEndImmediatelyDescription:"\u3053\u306E\u6A5F\u80FD\u3092\u30AA\u30F3\u306B\u3059\u308B\u3068\u3001\u30DA\u30FC\u30B8\u306E\u4E0A\u304B\u3089\u4E0B\u306B\u5165\u529B\u3057\u305F\u5185\u5BB9\u304C\u5373\u5EA7\u306B\u7FFB\u8A33\u3055\u308C\u307E\u3059\u3002\u30AA\u30D5\u306B\u3059\u308B\u3068\u3001\u8AAD\u307F\u306A\u304C\u3089\u7FFB\u8A33\u3055\u308C\u307E\u3059\u3002(\u304A\u52E7\u3081\u3057\u307E\u305B\u3093\uFF09","translate all areas of the page":"\u30DA\u30FC\u30B8\u306E\u5168\u9818\u57DF\u3092\u7FFB\u8A33\u3059\u308B\u304B\u3069\u3046\u304B",translationAreaDescription:"\u30AA\u30F3\u306B\u3059\u308B\u3068\u3001\u30A6\u30A7\u30D6\u30DA\u30FC\u30B8\u5168\u4F53\u306E\u3059\u3079\u3066\u306E\u9818\u57DF\u304C\u7FFB\u8A33\u3055\u308C\u307E\u3059\u3002\u30AA\u30D5\u306B\u3059\u308B\u3068\u3001\u30C7\u30D5\u30A9\u30EB\u30C8\u306E\u30B9\u30DE\u30FC\u30C8\u8A8D\u8B58\u304C\u4F7F\u7528\u3055\u308C\u3001\u4E3B\u8981\u306A\u9818\u57DF\u306E\u307F\u304C\u7FFB\u8A33\u3055\u308C\u307E\u3059\u3002(\u30AA\u30F3\u306B\u3059\u308B\u3053\u3068\u306F\u304A\u52E7\u3081\u3057\u307E\u305B\u3093)","the number of characters to be translated first":"\u8868\u793A\u9818\u57DF\u307E\u3067\u30B9\u30AF\u30ED\u30FC\u30EB\u3059\u308B\u3053\u3068\u306A\u304F\u3001\u30DA\u30FC\u30B8\u306E\u6700\u521D\u306E\u6570\u6587\u5B57\u3092\u76F4\u63A5\u7FFB\u8A33\u3059\u308B\u3002","interface language":"\u30A4\u30F3\u30BF\u30FC\u30D5\u30A7\u30FC\u30B9\u8A00\u8A9E","display both the original text and the translation":"\u539F\u6587\u3068\u8A33\u6587\u306E\u540C\u6642\u8868\u793A","keyboard shortcuts":"\u30AD\u30FC\u30DC\u30FC\u30C9\u30B7\u30E7\u30FC\u30C8\u30AB\u30C3\u30C8",modify:"\u30B7\u30E7\u30FC\u30C8\u30AB\u30C3\u30C8\u30AD\u30FC\u306E\u5909\u66F4",reset:"\u30EA\u30D3\u30B8\u30E7\u30F3",close:"\u51DD\u56FA",homepage:"\u30DB\u30FC\u30E0\u30DA\u30FC\u30B8",more:"\u3082\u3063\u3068\u898B\u308B",moreOptions:"\u30AB\u30B9\u30BF\u30DE\u30A4\u30BA\u30FB\u30AA\u30D7\u30B7\u30E7\u30F3\u306E\u62E1\u5927",translateTheWholePage:"\u30DA\u30FC\u30B8\u306E\u5168\u9818\u57DF\u3092\u7FFB\u8A33\u3059\u308B\uFF08\u4E3B\u8981\u306A\u9818\u57DF\u3092\u30A4\u30F3\u30C6\u30EA\u30B8\u30A7\u30F3\u30C8\u306B\u8A8D\u8B58\u3059\u308B\u306E\u3068\u306F\u5BFE\u7167\u7684\uFF09\u3002",changeToTranslateTheWholePage:"\u5168\u5730\u57DF\u306E\u7FFB\u8A33\u306B\u5207\u308A\u66FF\u3048\u308B",changeToTranslateTheMainPage:"\u30E1\u30A4\u30F3\u30A8\u30EA\u30A2\u306E\u7FFB\u8A33\u306B\u5207\u308A\u66FF\u3048\u308B",changeToOnlyTranslationMode:"\u7FFB\u8A33\u306E\u307F\u3092\u8868\u793A\u3059\u308B\u3088\u3046\u306B\u5207\u308A\u66FF\u3048\u308B",changeToDualTranslationMode:"\u5BFE\u8A33\u3078\u306E\u5207\u308A\u66FF\u3048",translateToThePageEndImmediately:"\u30DA\u30FC\u30B8\u4E0B\u90E8\u3078\u306E\u5373\u6642\u7FFB\u8A33",translateTheMainPage:"\u30A4\u30F3\u30C6\u30EA\u30B8\u30A7\u30F3\u30C8\u7FFB\u8A33 \u4E3B\u8981\u5730\u57DF","The local rules are up to date":"\u5730\u5143\u306E\u9069\u5FDC\u898F\u5B9A\u306F\u6700\u65B0\u306E\u3082\u306E\u3060\u3002","Successfully synchronized with the latest official rules:":"\u6700\u65B0\u306E\u516C\u5F0F\u7AF6\u6280\u898F\u5247\u3068\u306E\u540C\u671F\u306B\u6210\u529F\u3002","Checking for updates":"\u30A2\u30C3\u30D7\u30C7\u30FC\u30C8\u306E\u30C1\u30A7\u30C3\u30AF","Rules are being synchronized":"\u9069\u5FDC\u30EB\u30FC\u30EB\u306E\u540C\u671F\u5316",localVersionIsTooOld:"\u30ED\u30FC\u30AB\u30EB\u306E\u62E1\u5F35\u6A5F\u80FD\u306E\u30D0\u30FC\u30B8\u30E7\u30F3\u304C\u53E4\u3059\u304E\u307E\u3059\u3002\u540C\u671F\u3092\u8A66\u307F\u308B\u524D\u306B\u3001\u62E1\u5F35\u6A5F\u80FD\u3092 {minVersion} \u4EE5\u964D\u306B\u30A2\u30C3\u30D7\u30B0\u30EC\u30FC\u30C9\u3057\u3066\u304F\u3060\u3055\u3044\u3002",badUserscriptBrowser:"\u73FE\u5728\u306E\u30D6\u30E9\u30A6\u30B6\u306F\u30B0\u30EA\u30FC\u30B9\u30E2\u30F3\u30AD\u30FC\u62E1\u5F35\u30A4\u30F3\u30BF\u30FC\u30D5\u30A7\u30A4\u30B9\u3092\u6B63\u3057\u304F\u5B9F\u88C5\u3057\u3066\u3044\u307E\u305B\u3093\uFF08\u4F8B\u3048\u3070\u3001\u30B0\u30EA\u30FC\u30B9\u30E2\u30F3\u30AD\u30FC\u30FB\u30B9\u30AF\u30EA\u30D7\u30C8\u81EA\u4F53\u306E\u30D0\u30FC\u30B8\u30E7\u30F3\u756A\u53F7\u306B\u95A2\u3059\u308B\u60C5\u5831\u3092\u53D6\u5F97\u3059\u308B\u5834\u5408\u306A\u3069\uFF09\u306E\u3067\u3001Firefox\u306A\u3069<1>\u30B0\u30EA\u30FC\u30B9\u30E2\u30F3\u30AD\u30FC\u62E1\u5F35\u3092\u30B5\u30DD\u30FC\u30C8\u3059\u308B\u4ED6\u306E\u30D6\u30E9\u30A6\u30B6\u3092\u3054\u5229\u7528\u304F\u3060\u3055\u3044\u3002",foundNewVersion:"\u65B0\u30D0\u30FC\u30B8\u30E7\u30F3\u3092\u898B\u308B",theLocalExtensionIsUpToUpdate:"\u73FE\u5728\u306E\u30A8\u30AF\u30B9\u30C6\u30F3\u30B7\u30E7\u30F3\u306F\u6700\u65B0\u3060\u3002",failToSyncRules:"\u6700\u65B0\u306E\u9069\u5FDC\u30EB\u30FC\u30EB\u306E\u540C\u671F\u306B\u5931\u6557",retry:"\u30EA\u30C8\u30E9\u30A4\u3059\u308B\u306B\u306F\u3053\u3053\u3092\u30AF\u30EA\u30C3\u30AF",failedReason:"\u5931\u6557\u306E\u7406\u7531",currentRuleVersion:"\u73FE\u5728\u306E\u30EB\u30FC\u30EB\u30FB\u30D0\u30FC\u30B8\u30E7\u30F3",calculating:"\u8A08\u7B97",unknownError:"\u672A\u77E5\u306E\u30A8\u30E9\u30FC",canNotFetchRemoteRule:"\u30EA\u30E2\u30FC\u30C8\u30EB\u30FC\u30EB\u304C\u53D6\u5F97\u3067\u304D\u306A\u3044",enableAlphaSuccess:"\u30A2\u30EB\u30D5\u30A1\u5BFE\u5FDC",disableAlphaSuccess:"\u30A2\u30EB\u30D5\u30A1\u6A5F\u80FD\u306F\u30AA\u30D5",cacheSize:"\u30AD\u30E3\u30C3\u30B7\u30E5\u30FB\u30B5\u30A4\u30BA\uFF1A",cleaning:"\u6E05\u7B97\u4E2D",cleanCache:"\u30AD\u30E3\u30C3\u30B7\u30E5\u3092\u6D88\u53BB\u3059\u308B",options:"\u30BB\u30C3\u30C8\u30A2\u30C3\u30D7",about:"\u306B\u5BFE\u3057\u3066",service:"\u901A\u8A33\u30B5\u30FC\u30D3\u30B9",needAction:"(\u8A2D\u5B9A\u3078\uFF09",goSettings:"\u8A2D\u5B9A\u3059\u308B",needActionForOptions:"(\u8A2D\u5B9A\u4E88\u5B9A\uFF09",translationEngine:"\u30A8\u30F3\u30B8\u30F3\u30FB\u30AA\u30D7\u30B7\u30E7\u30F3",sourceLanguage:"\u539F\u8A9E",target:"\u76EE\u6A19\u8A00\u8A9E",popupSourceLanguage:"\u539F\u8A9E",popupTarget:"\u76EE\u6A19\u8A00\u8A9E",popupService:"\u901A\u8A33\u30B5\u30FC\u30D3\u30B9",forThisSite:"\u73FE\u5728\u306E\u30A6\u30A7\u30D6\u30B5\u30A4\u30C8",autoEnableSubtitle:"\u4E8C\u30AB\u56FD\u8A9E\u5B57\u5E55\u3092\u81EA\u52D5\u7684\u306B\u30AA\u30F3\u306B\u3059\u308B",alwaysTranslate:"\u5E38\u306B\u7FFB\u8A33\u3059\u308B",neverTranslate:"\u6C7A\u3057\u3066\u7FFB\u8A33\u3057\u306A\u3044",alwaysTranslateSomeLanguage:"\u5E38\u306B\u7FFB\u8A33\u3059\u308B {language}",neverTranslateSomeLanguage:"\u6C7A\u3057\u3066\u7FFB\u8A33\u3057\u306A\u3044 {language}",alwaysTranslateSomeSite:"\u5E38\u306B\u7FFB\u8A33\u3059\u308B {hostname}",neverTranslateSomeSite:"\u6C7A\u3057\u3066\u7FFB\u8A33\u3057\u306A\u3044 {hostname}",alwaysTranslateSomeSiteOrWildSite:"\u5E38\u306B\u30B5\u30A4\u30C8\u3092\u7FFB\u8A33\u3059\u308B",alwaysTranslateSomePage:"\u5E38\u306B\u30DA\u30FC\u30B8\u3092\u7FFB\u8A33\u3059\u308B",add:"\u5897\u52A0",default:"\u30C7\u30D5\u30A9\u30EB\u30C8",forThisLanguage:"\u3053\u306E\u8A00\u8A9E\u306E\u5834\u5408\uFF1A","add url":"URL\u3092\u5165\u529B",edit:"\u30B3\u30F3\u30D1\u30A4\u30E9","translate other languages into specific language":"\u4ED6\u306E\u8A00\u8A9E\u3092\u8A2D\u5B9A\u3057\u305F\u8A00\u8A9E\u306B\u7FFB\u8A33\u3059\u308B","select translation service":"\u7FFB\u8A33\u30B5\u30FC\u30D3\u30B9\u306E\u9078\u629E",language:"\u591A\u8A00\u8A9E\u4E3B\u7FA9","show-original":"\u539F\u6587\u3092\u8868\u793A",translate:"\u30EC\u30F3\u30C0\u30EA\u30F3\u30B0",Translated:"\u7FFB\u8A33",Translating:"\u7FFB\u8A33\u4E2D",Error:"\u4E0D\u6B63\u78BA",allowCacheTranslations:"\u30ED\u30FC\u30AB\u30EB\u7FFB\u8A33\u30AD\u30E3\u30C3\u30B7\u30E5\u3092\u6709\u52B9\u306B\u3059\u308B\uFF08\u91CD\u8907\u3057\u305F\u7B87\u6240\u306E\u7FFB\u8A33\u30EA\u30AF\u30A8\u30B9\u30C8\u3092\u6E1B\u3089\u3059\uFF09","translation display":"\u7FFB\u8A33\u8868\u793A\u30B9\u30BF\u30A4\u30EB","select diplay style":"\u4EE5\u4E0B\u306E\u4F8B\u3092\u5177\u4F53\u7684\u306B\u53C2\u7167\u3057\u306A\u304C\u3089\u3001\u7FFB\u8A33\u306E\u30B9\u30BF\u30A4\u30EB\u3092\u533A\u5225\u3059\u308B\u3002",interface:"\u30A4\u30F3\u30BF\u30FC\u30D5\u30A7\u30FC\u30B9\u8A2D\u5B9A",import_export:"\u30A4\u30F3\u30DD\u30FC\u30C8/\u30A8\u30AF\u30B9\u30DD\u30FC\u30C8",import_export_title:"\u30A4\u30F3\u30DD\u30FC\u30C8/\u30A8\u30AF\u30B9\u30DD\u30FC\u30C8\u8A2D\u5B9A",syncToGoogleDrive:"Google\u30C9\u30E9\u30A4\u30D6\u3068\u540C\u671F",floatBallOptions:"\u30DB\u30D0\u30FC\u30DC\u30FC\u30EB\u306E\u8A2D\u5B9A","floatBallOptions.enable":"\u30DB\u30D0\u30FC\u30DC\u30FC\u30EB\u3092\u4F7F\u7528\u53EF\u80FD\u306B\u3059\u308B","floatBallOptions.blockUrls":"\u30A6\u30A7\u30D6\u30B5\u30A4\u30C8\u3092\u7121\u52B9\u306B\u3059\u308B","floatBallOptions.add":"\u5897\u52A0","floatBallOptions.blockUrlDesc":"\u4EE5\u4E0B\u306E\u30B5\u30A4\u30C8\u3067\u306F\u30DB\u30D0\u30FC\u30DC\u30FC\u30EB\u304C\u8868\u793A\u3055\u308C\u307E\u305B\u3093\u3002","floatBallOptions.clickType":"\u30AF\u30EA\u30C3\u30AF\u884C\u52D5","floatBallOptions.clickTypeDesc":"\u30AF\u30EA\u30C3\u30AF\u3057\u305F\u3068\u304D\u306E\u30DB\u30D0\u30FC\u30DC\u30FC\u30EB\u30FB\u30A2\u30A4\u30B3\u30F3\u306E\u52D5\u4F5C","floatBallOptions.clickPopup":"\u7FFB\u8A33\u30D1\u30CD\u30EB\u306E\u8868\u793A","floatBallOptions.clickTranslate":"\u539F\u6587\u306E\u7FFB\u8A33\uFF0F\u8868\u793A","floatBallOptions.fixedPosition":"\u56FA\u5B9A\u4F4D\u7F6E","floatBallOptions.fixedPositionDesc":"\u60AC\u6D6E\u7403\u5728\u7A97\u53E3\u5DE6\u4FA7\u8FD8\u662F\u53F3\u4FA7","floatBallOptions.fixedPositionLeft":"\u5DE6\u4FA7","floatBallOptions.fixedPositionRight":"\u53F3\u4FA7",previewAllThemes:"\u3059\u3079\u3066\u306E\u30B9\u30BF\u30A4\u30EB\u3092\u30D7\u30EC\u30D3\u30E5\u30FC\u3059\u308B","translationTheme.none":"\u306A\u3044","translationTheme.grey":"\u30C0\u30FC\u30AF\u30B0\u30EC\u30FC","translationTheme.dashed":"\u70B9\u7DDA\u4E0B\u7DDA","translationTheme.dotted":"\u70B9\u7DDA\u30A2\u30F3\u30C0\u30FC\u30B9\u30B3\u30A2","translationTheme.dashedBorder":"\u70B9\u7DDA","translationTheme.solidBorder":"\u30BD\u30EA\u30C3\u30C9\u30DC\u30FC\u30C0\u30FC","translationTheme.underline":"\u76F4\u7DDA\u306B\u4E0B\u7DDA\u3092\u5F15\u304F","translationTheme.mask":"\u30D5\u30A1\u30B8\u30FC\u52B9\u679C\uFF08\u5B66\u7FD2\u30E2\u30FC\u30C9\uFF09","translationTheme.opacity":"\u900F\u660E\u52B9\u679C","translationTheme.paper":"\u767D\u3044\u7D19\u306E\u5F71\u306E\u52B9\u679C","translationTheme.dividingLine":"\u308F\u3051\u3081","translationTheme.highlight":"\u9AD8\u8F1D\u5EA6","translationTheme.marker":"\u30DE\u30FC\u30AB\u30FC","translationTheme.marker2":"\u30DE\u30FC\u30AB\u30FC2","translationTheme.blockquote":"\u53C2\u7167\u30B9\u30BF\u30A4\u30EB","translationTheme.weakening":"\u5F31\u4F53\u5316","translationTheme.italic":"\u659C\u4F53","translationTheme.bold":"\u6FC3\u5316","translationTheme.thinDashed":"\u7D30\u70B9\u7DDA\u30A2\u30F3\u30C0\u30FC\u30E9\u30A4\u30F3","translationTheme.nativeDashed":"\u30B7\u30B9\u30C6\u30E0\u306F\u70B9\u7DDA\u306E\u30A2\u30F3\u30C0\u30FC\u30E9\u30A4\u30F3\u4ED8\u304D","translationTheme.nativeDotted":"\u30B7\u30B9\u30C6\u30E0\u306F\u70B9\u7DDA\u306E\u30A2\u30F3\u30C0\u30FC\u30E9\u30A4\u30F3\u4ED8\u304D","translationTheme.nativeUnderline":"\u30B7\u30B9\u30C6\u30E0\u306B\u306F\u76F4\u7DDA\u306E\u30A2\u30F3\u30C0\u30FC\u30E9\u30A4\u30F3\u304C\u4ED8\u5C5E\u3057\u3066\u3044\u308B","translationTheme.wavy":"\u6CE2\u7DDA","translationServices.custom":"\u30AB\u30B9\u30BF\u30E0API","translationServices.tencent":"\u30C6\u30F3\u30BB\u30F3\u30C8\u7FFB\u8A33\u8005","translationServices.tenAlpha":"\u30C6\u30F3\u30BB\u30F3\u30C8\u30FB\u30C8\u30E9\u30F3\u30B9\u30EC\u30FC\u30BF\u30FC\uFF08\u30A2\u30EB\u30D5\u30A1\uFF09","translationServices.google":"\u30B0\u30FC\u30B0\u30EB\u7FFB\u8A33","translationServices.bai":"\u30D0\u30A4\u30C9\u30A5\uFF08\u30A2\u30EB\u30D5\u30A1\uFF09","translationServices.baidu":"\u767E\u5EA6\u306E\u7FFB\u8A33","translationServices.aliyun":"\u30A2\u30EA\u30AF\u30E9\u30A6\u30C9\u7FFB\u8A33","translationServices.volc":"\u706B\u5C71\u7FFB\u8A33","translationServices.deeplx":"DeepLX (\u30D9\u30FC\u30BF)","translationServices.bing":"\u30DE\u30A4\u30AF\u30ED\u30BD\u30D5\u30C8\u7FFB\u8A33","translationServices.deepl":"\u30C7\u30A3\u30FC\u30D7\u30A8\u30EB","translationServices.wechat":"WeChat\u7FFB\u8A33","translationServices.azure":"\u30A2\u30B8\u30E5\u30FC\u30EB\u7FFB\u8A33","translationServices.ibm":"IBM\u30EF\u30C8\u30BD\u30F3","translationServices.aws":"\u30A2\u30DE\u30BE\u30F3\u7FFB\u8A33","translationServices.mock":"\u6A21\u64EC\u7FFB\u8A33","translationServices.mock2":"\u6A21\u64EC\u7FFB\u8A332","translationServices.caiyun":"\u30AB\u30E9\u30D5\u30EB\u306A\u96F2\u3068\u5C0F\u3055\u306A\u7FFB\u8A33","translationServices.cai":"\u30AB\u30E9\u30D5\u30EB\u306A\u96F2\uFF08\u30A2\u30EB\u30D5\u30A1\uFF09","translationServices.volcAlpha":"\u30DC\u30EB\u30B1\u30FC\u30CE\uFF08\u30A2\u30EB\u30D5\u30A1\uFF09","translationServices.openl":"\u30AA\u30FC\u30D7\u30F3L","translationServices.youdao":"Youtube\u7FFB\u8A33","translationServices.you":"Youdao \u7FFB\u8A33\u8005\uFF08\u30A2\u30EB\u30D5\u30A1\uFF09","translationServices.transmart":"\u9A30\u8A0A\u30A4\u30F3\u30BF\u30E9\u30AF\u30C6\u30A3\u30D6\u7FFB\u8A33","translationServices.niu":"\u30DE\u30FC\u30D9\u30EA\u30C3\u30AF\u7FFB\u8A33\u8005","translationServices.papago":"\u30D1\u30D1\u30B4\u7FFB\u8A33","translationServices.d":"D\uFF08\u30A2\u30EB\u30D5\u30A1\uFF09","translationServices.dpro":"D\u30D7\u30ED\uFF08\u30AB\u30CA\u30EA\u30A2\uFF09","translationServices.openai":"\u30AA\u30FC\u30D7\u30F3AI","translationServices.chatgpt":"ChatGPT Web(3.5 mobile)","translate title":"\u30DA\u30FC\u30B8\u30BF\u30A4\u30C8\u30EB\u3092\u7FFB\u8A33\u3059\u308B","always languages":"\u5E38\u306B\u8A00\u8A9E\u3092\u7FFB\u8A33\u3059\u308B",neverTranslateLanguagesLabel:"\u7FFB\u8A33\u3055\u308C\u308B\u3053\u3068\u306E\u306A\u3044\u8A00\u8A9E",neverTranslateTheFollowingLanguagesDescription:"\u30DA\u30FC\u30B8\u4E0A\u306E\u6BB5\u843D\u304C\u4EE5\u4E0B\u306E\u8A00\u8A9E\u306E\u3044\u305A\u308C\u304B\u3067\u3042\u308B\u5834\u5408\u3001\u7FFB\u8A33\u306F\u30B9\u30AD\u30C3\u30D7\u3055\u308C\u307E\u3059\u3002",enableUserscriptPagePopup:"\u30DA\u30FC\u30B8\u306B\u30DB\u30D0\u30FC\u30DC\u30FC\u30EB\u3092\u8868\u793A",enableUserscriptPagePopupDescription:"\u30DB\u30D0\u30FC\u30DC\u30FC\u30EB\u3092\u30AA\u30D5\u306B\u3057\u305F\u5F8C\u306F\u3001\u30B7\u30E7\u30FC\u30C8\u30AB\u30C3\u30C8 /{touch}\u3067\u547C\u3073\u51FA\u3059\u3053\u3068\u304C\u3067\u304D\u307E\u3059\u3002\u3046\u3063\u304B\u308A\u3053\u306E\u30AA\u30D7\u30B7\u30E7\u30F3\u3092\u30AA\u30D5\u306B\u3057\u305F\u5F8C\u3001\u30DB\u30D0\u30FC\u30DC\u30FC\u30EB\u3092\u898B\u3064\u3051\u3089\u308C\u306A\u304F\u306A\u308B\u306E\u3092\u9632\u3050\u305F\u3081\u3001\u3053\u306E\u8A2D\u5B9A\u30DA\u30FC\u30B8\u3092\u30D6\u30C3\u30AF\u30DE\u30FC\u30AF\u3057\u3066\u304A\u304F\u3053\u3068\u3092\u5F37\u304F\u304A\u52E7\u3081\u3057\u307E\u3059\uFF01","always translate the following languages":"\u30DA\u30FC\u30B8\u304C\u6B21\u306E\u8A00\u8A9E\u306E1\u3064\u3067\u3042\u308B\u3068\u304D\u81EA\u52D5\u7684\u306B\u30BF\u30FC\u30B2\u30C3\u30C8\u8A00\u8A9E\u306B\u7FFB\u8A33\u3059\u308B","always sites":"\u5E38\u306B\u7FFB\u8A33\u3055\u308C\u305F\u30A6\u30A7\u30D6\u30B5\u30A4\u30C8","always translate the following sites":"\u306E\u30C9\u30E1\u30A4\u30F3\u540D\u3067\u3042\u308C\u3070\u3001\u30A6\u30A7\u30D6\u30B5\u30A4\u30C8\u306F\u81EA\u52D5\u7684\u306B\u30BF\u30FC\u30B2\u30C3\u30C8\u8A00\u8A9E\u306B\u7FFB\u8A33\u3055\u308C\u308B\u3002","never sites":"\u672A\u7FFB\u8A33\u30B5\u30A4\u30C8","never translate the following sites":"\u4EE5\u4E0B\u306E\u30C9\u30E1\u30A4\u30F3\u306E\u30B5\u30A4\u30C8\u3067\u306F\u3001\u7FFB\u8A33\u306F\u884C\u308F\u308C\u307E\u305B\u3093\u3002","please refer to":"\u4F7F\u7528\u3059\u308B\u524D\u306B\u30AD\u30FC\u3092\u5165\u529B\u3059\u308B\u5FC5\u8981\u304C\u3042\u308A\u307E\u3059\u3002",KeyAndConfigurationTutorial:"\u30AD\u30FC\u30FB\u30A2\u30D7\u30EA\u30B1\u30FC\u30B7\u30E7\u30F3\u3068\u30B3\u30F3\u30D5\u30A3\u30AE\u30E5\u30EC\u30FC\u30B7\u30E7\u30F3\u30FB\u30C1\u30E5\u30FC\u30C8\u30EA\u30A2\u30EB",useAboveStyleForTheseSites:"\u4EE5\u4E0B\u306E\u30C9\u30E1\u30A4\u30F3\u306E\u30B5\u30A4\u30C8\u3067\u306F\u3001\u5E38\u306B \u2308{theme}\u230B \u7FFB\u8A33\u30B9\u30BF\u30A4\u30EB\u3092\u4F7F\u7528\u3057\u307E\u3059\u3002",currentUrl:"\u73FE\u5728\u306EURL",confirm:"\u30BB\u30FC\u30D6",cancel:"\u30AD\u30E3\u30F3\u30BB\u30EB",delete:"\u9664\u53BB","languages.auto":"\u81EA\u52D5\u691C\u51FA",syncToCloud:"\u30B0\u30FC\u30B0\u30EB\u30C9\u30E9\u30A4\u30D6\u306B\u540C\u671F",syncToCloudDescription:"\u30AF\u30E9\u30A6\u30C9\u306B\u30A2\u30C3\u30D7\u30ED\u30FC\u30C9\u3055\u308C\u305F\u30B3\u30F3\u30D5\u30A3\u30AE\u30E5\u30EC\u30FC\u30B7\u30E7\u30F3\u306F\u3001\u7570\u306A\u308B\u30D6\u30E9\u30A6\u30B6\u30FC\uFF0F\u30B0\u30EA\u30FC\u30B9\u30E2\u30F3\u30AD\u30FC\u30FB\u30B9\u30AF\u30EA\u30D7\u30C8\u9593\u3067\u540C\u671F\u3055\u305B\u308B\u3053\u3068\u304C\u3067\u304D\u308B\u3002",syncToAccount:"\u30A4\u30DE\u30FC\u30B7\u30D6\u7FFB\u8A33\u30AF\u30E9\u30A6\u30C9\u3078\u306E\u540C\u671F",syncToAccountButton:"\u30AF\u30E9\u30A6\u30C9\u3068\u306E\u5373\u6642\u540C\u671F",syncToAccountDescription:"\u7570\u306A\u308B\u30C7\u30D0\u30A4\u30B9\u9593\u3067\u3001\u6700\u5F8C\u306B\u5909\u66F4\u3055\u308C\u305F\u65B9\u306E\u8A2D\u5B9A\u3092\u81EA\u52D5\u7684\u306B\u540C\u671F\u3057\u307E\u3059\u3002",successSyncConfigInAccount:"\u30AF\u30E9\u30A6\u30C9\u3068\u306E\u540C\u671F\u306B\u6210\u529F",successSyncConfigToAccount:"\u30AF\u30E9\u30A6\u30C9\u3078\u306E\u540C\u671F\u306B\u6210\u529F",syncConfigNoUpdate:"\u3082\u3046\u6700\u65B0\u306E\u3082\u306E\u3060\u3002",authFail:"\u8A8D\u8A3C\u5931\u6557",syncTitle:"\u624B\u52D5\u30D0\u30C3\u30AF\u30A2\u30C3\u30D7\u7BA1\u7406",import_hint:"\u30A4\u30F3\u30DD\u30FC\u30C8",upload:"\u30A2\u30C3\u30D7\u30ED\u30FC\u30C9",revokeAuth:"\u8A8D\u53EF\u306E\u53D6\u308A\u6D88\u3057",uploadFail:"\u30A2\u30C3\u30D7\u30ED\u30FC\u30C9\u5931\u6557",download:"\u30C0\u30A6\u30F3\u30ED\u30FC\u30C9",importSuccess:"\u8F38\u5165\u306B\u6210\u529F",importFail:"\u30A4\u30F3\u30DD\u30FC\u30C8\u5931\u6557",deleteFail:"\u524A\u9664\u306B\u5931\u6557\u3057\u307E\u3057\u305F",backupToCloud:"\u30D0\u30C3\u30AF\u30A2\u30C3\u30D7\u30D5\u30A1\u30A4\u30EB\u306E\u624B\u52D5\u7BA1\u7406",create_new_backup:"\u65B0\u3057\u3044\u30D0\u30C3\u30AF\u30A2\u30C3\u30D7\u30CE\u30FC\u30C9\u3092\u8FFD\u52A0\u3059\u308B",maxBackupFiles:"\u6700\u5927{count}\u7570\u306A\u308B\u30CE\u30FC\u30C9\u3092\u30D0\u30C3\u30AF\u30A2\u30C3\u30D7\u3067\u304D\u307E\u3059\u3002\u4E0D\u8981\u306A\u30CE\u30FC\u30C9\u306F\u524A\u9664\u3057\u3066\u304F\u3060\u3055\u3044\u3002",backupToCloudDescription:"\u30D0\u30C3\u30AF\u30A2\u30C3\u30D7\u30D5\u30A1\u30A4\u30EB\u3092\u624B\u52D5\u3067\u30A2\u30C3\u30D7\u30ED\u30FC\u30C9\u307E\u305F\u306F\u30EA\u30B9\u30C8\u30A2\u3002",successSyncConfig:"\u30AF\u30E9\u30A6\u30C9\u3068\u306E\u540C\u671F\u306B\u6210\u529F",syncFail:"\u540C\u671F\u5931\u6557",updatedAt:"{date}\u3088\u308A\u66F4\u65B0",lastSyncedAt:"\u6700\u7D42\u78BA\u8A8D\uFF1A {date}",downloadFail:"\u30C0\u30A6\u30F3\u30ED\u30FC\u30C9\u306B\u5931\u6557\u3057\u307E\u3057\u305F",clickToDownload:"\u30AF\u30EA\u30C3\u30AF\u3057\u3066\u30C0\u30A6\u30F3\u30ED\u30FC\u30C9",aboutLabel:"\u30D5\u30A3\u30FC\u30C9\u30D0\u30C3\u30AF","browser.openAboutPage":"\u3054\u610F\u898B\u30FB\u3054\u611F\u60F3",aboutLabelWithoutSponsor:"\u30D5\u30A3\u30FC\u30C9\u30D0\u30C3\u30AF",aboutIntro:"\u30A4\u30F3\u30BF\u30FC\u30CD\u30C3\u30C8\u4E0A\u306E\u81A8\u5927\u306A\u5916\u56FD\u8A9E\u60C5\u5831\u3078\u306E\u30A2\u30AF\u30BB\u30B9\u304C\u3088\u308A\u7C21\u5358\u3067\u697D\u3057\u3044\u3082\u306E\u306B\u306A\u308A\u307E\u3059\u3088\u3046\u306B \u2764\uFE0F <6>\u30D7\u30ED\u30E1\u30F3\u30D0\u30FC\u30B7\u30C3\u30D7\u3092 \u6709\u52B9\u306B\u3057\u3066\u3001\u3059\u3050\u306B\u4F7F\u3048\u308BDeepL\u3068OpenAI\u306E\u7FFB\u8A33\u3092\u3054\u5229\u7528\u304F\u3060\u3055\u3044\u3002

<3>Twitter\u3001<4>Telegram\u3001Weibo\u3001WeChat\u3067\u79C1\u305F\u3061\u3092\u30D5\u30A9\u30ED\u30FC\u3059\u308B\u304B\u3001\u4EE5\u4E0B\u306E<5>\u30E1\u30FC\u30EA\u30F3\u30B0\u30EA\u30B9\u30C8\u306B\u767B\u9332\u3057\u3066\u66F4\u65B0\u3092\u8FFD\u8DE1\u3059\u308B\u3053\u3068\u304C\u3067\u304D\u307E\u3059\u3002
<7>\u30D7\u30ED\u4F1A\u54E1\u306E \u65B9\u306F\u3001 <8>support@immersivetranslate.com \u307E\u3067\u3054\u9023\u7D61\u3044\u305F\u3060\u3051\u308C\u3070\u3001\u8FC5\u901F\u306A\u30AB\u30B9\u30BF\u30DE\u30FC\u30B5\u30FC\u30D3\u30B9\u3092\u3054\u63D0\u4F9B\u3044\u305F\u3057\u307E\u3059\u3002",aboutIntroWithoutSponsor:"\u2764\uFE0F

<3>\u30C4\u30A4\u30C3\u30BF\u30FC\u3001<4>\u30C6\u30EC\u30B0\u30E9\u30E0\u30FB\u30C1\u30E3\u30F3\u30CD\u30EB\u3001WeChat\u3001WeChat Exchange\u3067\u30D5\u30A9\u30ED\u30FC\u3057\u3066\u3044\u305F\u3060\u304F\u304B\u3001\u4EE5\u4E0B\u306E<5>E\u30E1\u30FC\u30EB\u3067\u66F4\u65B0\u60C5\u5831\u3092<5>\u8CFC\u8AAD\u3057\u3066\u304F\u3060\u3055\u3044\u3002",projectHomepage:"\u30D7\u30ED\u30B8\u30A7\u30AF\u30C8\u30FB\u30DB\u30FC\u30E0",joinTelegramGroup:"\u30E6\u30FC\u30B6\u30FC\u30B0\u30EB\u30FC\u30D7\u306B\u53C2\u52A0\u3057\u3066\u3001\u6A5F\u80FD\u306B\u95A2\u3059\u308B\u30C7\u30A3\u30B9\u30AB\u30C3\u30B7\u30E7\u30F3\u306B\u53C2\u52A0",wechatPublicAccount:"WeChat\u30D1\u30D6\u30EA\u30C3\u30AF",wechatCommunities:"WeChat\u4EA4\u6D41\u30B0\u30EB\u30FC\u30D7",qqCommunities:"QQ\u30B3\u30DF\u30E5\u30CB\u30B1\u30FC\u30B7\u30E7\u30F3\u30C1\u30E3\u30F3\u30CD\u30EB",joinTelegramChannel:"\u6700\u65B0\u60C5\u5831\u306FTelegram\u30C1\u30E3\u30F3\u30CD\u30EB\u3092\u30D5\u30A9\u30ED\u30FC",feedbackAndJoin:"\u8CEA\u554F \u30D5\u30A3\u30FC\u30C9\u30D0\u30C3\u30AF / \u30B0\u30EB\u30FC\u30D7\u8FFD\u52A0",autoSync:"\u81EA\u52D5\u6642\u523B\u540C\u671F",loadingThemeTitle:"\u30ED\u30FC\u30C7\u30A3\u30F3\u30B0\u30FB\u30B9\u30BF\u30A4\u30EB",loadingThemeDescription:"\u7FFB\u8A33\u30ED\u30FC\u30C9\u5F85\u3061\u6642\u9593\u306E\u30B9\u30BF\u30A4\u30EB\u8A2D\u5B9A","loadingTheme.spinner":"\u56DE\u8EE2\u30A2\u30CB\u30E1\u30FC\u30B7\u30E7\u30F3","loadingTheme.text":"\u9759\u7684\u30C6\u30AD\u30B9\u30C8 ","loadingTheme.none":"\u8868\u793A\u306A\u3057",developerDescription:"\u9AD8\u5EA6\u306A\u30AB\u30B9\u30BF\u30DE\u30A4\u30BA\u306B\u95A2\u3059\u308B\u30C9\u30AD\u30E5\u30E1\u30F3\u30C8\u306F<1>\u3053\u3061\u3089\u3092\u3054\u89A7\u304F\u3060\u3055\u3044\u3002","edit border color":"\u30DC\u30FC\u30C0\u30FC\u30AB\u30E9\u30FC\u306E\u5909\u66F4",successSyncButNoChange:"\u73FE\u5728\u306E\u30B3\u30F3\u30D5\u30A3\u30AE\u30E5\u30EC\u30FC\u30B7\u30E7\u30F3\u306F\u30AF\u30E9\u30A6\u30C9\u3068\u4E00\u81F4\u3057\u3066\u3044\u308B",customTheme:"\u30AB\u30B9\u30BF\u30E0\u30AB\u30E9\u30FC\u3068\u30B5\u30A4\u30BA","customThemeLabel.borderColor":"\u30DC\u30FC\u30C0\u30FC\u30AB\u30E9\u30FC","customThemeLabel.borderRadius":"\u4E38\u307F\u3092\u5E2F\u3073\u305F\u30A8\u30C3\u30B8","customThemeLabel.textColor":"\u30C6\u30AD\u30B9\u30C8\u30AB\u30E9\u30FC","customThemeLabel.backgroundColor":"\u80CC\u666F\u8272","customThemeLabel.zoom":"\u30D5\u30A9\u30F3\u30C8\u30FB\u30B9\u30B1\u30FC\u30EA\u30F3\u30B0 (%)","customThemeLabel.opacity":"\u30C6\u30AD\u30B9\u30C8\u306E\u4E0D\u900F\u660E\u5EA6 (%)",resetToDefaultColor:"\u30C7\u30D5\u30A9\u30EB\u30C8\u30AB\u30E9\u30FC\u306B\u623B\u3059",resetToDefaultSettings:"\u30C7\u30D5\u30A9\u30EB\u30C8\u8A2D\u5B9A\u306B\u623B\u3059",isTranslateTitle:"\u30DA\u30FC\u30B8\u30BF\u30A4\u30C8\u30EB\u306E\u7FFB\u8A33\u3092\u6709\u52B9\u306B\u3059\u308B",isTranslateTitleDescription:"\u30AA\u30F3\u306B\u3059\u308B\u3068\u3001\u30DA\u30FC\u30B8\u30BF\u30A4\u30C8\u30EB\u304C\u7FFB\u8A33\u3055\u308C\u307E\u3059",enableSearchEnhancement:"\u30D0\u30A4\u30EA\u30F3\u30AC\u30EB\u30E1\u30C3\u30BB\u30FC\u30B8\u3092\u6709\u52B9\u306B\u3059\u308B",enableSearchEnhancementDescription:"\u6709\u52B9\u306B\u3059\u308B\u3068\u3001\u5BFE\u5FDC\u30B5\u30A4\u30C8\uFF08Google News\u3001Google Search\uFF08\u4E00\u90E8\u30AD\u30FC\u30EF\u30FC\u30C9\uFF09\u3001Snowball\u3001Oriental Fortune\u3001Futura\u3001Tiger Community\uFF09\u306E\u53F3\u30AB\u30E9\u30E0\u306B\u3001\u8A72\u5F53\u3059\u308B\u82F1\u8A9E\u30AD\u30FC\u30EF\u30FC\u30C9\u3067\u300CGoogle News\u300D\u306E\u691C\u7D22\u7D50\u679C\u304C\u81EA\u52D5\u7684\u306B\u8868\u793A\u3055\u308C\u308B\u3088\u3046\u306B\u306A\u308A\u307E\u3059\u3002",verifyService:"\u30B5\u30FC\u30D3\u30B9\u306E\u30C6\u30B9\u30C8\u306F\u3053\u3061\u3089",verified:"\u6210\u529F\u306E\u78BA\u8A8D","field.langs":"\u5BFE\u5FDC\u8A00\u8A9E\u30B3\u30FC\u30C9","field.model":"\u30E2\u30C7\u30EA\u30F3\u30B0","field.translationEngine":"\u7FFB\u8A33\u30A8\u30F3\u30B8\u30F3","field.limitPerMinute":"1\u5206\u3042\u305F\u308A\u306E\u6700\u5927\u30EA\u30AF\u30A8\u30B9\u30C8\u6570","field.limitPerSecond":"1\u79D2\u3042\u305F\u308A\u306E\u6700\u5927\u30EA\u30AF\u30A8\u30B9\u30C8\u6570","field.maxTextLengthPerRequest":"\u30EA\u30AF\u30A8\u30B9\u30C8\u3054\u3068\u306E\u6700\u5927\u30C6\u30AD\u30B9\u30C8\u9577","field.maxTextGroupLengthPerRequest":"\u30EA\u30AF\u30A8\u30B9\u30C8\u3054\u3068\u306E\u6700\u5927\u6BB5\u843D\u6570","field.apiUrl":"\u30AB\u30B9\u30BF\u30E0API\u30A4\u30F3\u30BF\u30FC\u30D5\u30A7\u30FC\u30B9\u306E\u30A2\u30C9\u30EC\u30B9","field.placeholderDelimiters":"\u4E88\u7D04\u30D7\u30EC\u30FC\u30B9\u30DB\u30EB\u30C0","description.custom":"\u30AB\u30B9\u30BF\u30E0\u30A4\u30F3\u30BF\u30FC\u30D5\u30A7\u30FC\u30B9\u30A2\u30AF\u30BB\u30B9 \u8981\u30C9\u30AD\u30E5\u30E1\u30F3\u30C6\u30FC\u30B7\u30E7\u30F3","description.limitPerMinute":"\u3053\u306E\u5236\u9650\u3092\u8D85\u3048\u305F\u30EA\u30AF\u30A8\u30B9\u30C8\u306F\u3001\u6B21\u306E\u5206\u304C\u59CB\u307E\u308B\u307E\u3067\u30AD\u30E5\u30FC\u306B\u5165\u308A\u307E\u3059\u3002OpenAI\u306E\u73FE\u5728\u306E\u30B5\u30FC\u30D3\u30B9\u306B\u306F\u3055\u307E\u3056\u307E\u306A\u5236\u9650\u304C\u3042\u308B\u305F\u3081\u3001\u6700\u65B0\u306E\u63A8\u5968\u5024\u306F<1>\u3053\u3061\u3089\u3092\u3054\u89A7\u304F\u3060\u3055\u3044\u3002","description.limitPerSecond":"\u3053\u306E\u5236\u9650\u3092\u8D85\u3048\u305F\u30EA\u30AF\u30A8\u30B9\u30C8\u306F\u3001\u6B21\u306E\u79D2\u304C\u59CB\u307E\u308B\u307E\u3067\u30AD\u30E5\u30FC\u306B\u5165\u308A\u307E\u3059\u3002OpenAI\u306E\u73FE\u5728\u306E\u30B5\u30FC\u30D3\u30B9\u306B\u306F\u3055\u307E\u3056\u307E\u306A\u5236\u9650\u304C\u3042\u308B\u305F\u3081\u3001\u6700\u65B0\u306E\u63A8\u5968\u5024\u306F<1>\u3053\u3061\u3089\u3092\u3054\u89A7\u304F\u3060\u3055\u3044\u3002","description.generalLimitPerSecond":"\u3053\u306E\u5236\u9650\u3092\u8D85\u3048\u305F\u30EA\u30AF\u30A8\u30B9\u30C8\u306F\u3001\u6B21\u306E\u79D2\u304C\u59CB\u307E\u308B\u307E\u3067\u30AD\u30E5\u30FC\u306B\u5165\u308B\u3002","description.prompt":"\u30E6\u30FC\u30B6\u30FC\u3068\u3057\u3066 {service} \u306B\u9001\u4FE1\u3055\u308C\u308B\u5BFE\u8A71\u3067\u3001{{text}} \u306F\u6BB5\u843D\u306E\u30C6\u30AD\u30B9\u30C8\u5185\u5BB9\u3092\u793A\u3057\u3001{{from}} \u306F\u6BB5\u843D\u306E\u8A00\u8A9E\u3092\u793A\u3057\u3001{{to}} \u306F\u76EE\u6A19\u8A00\u8A9E\u3092\u793A\u3057\u307E\u3059\u3002","description.maxTextLengthPerRequest":"\u30EA\u30AF\u30A8\u30B9\u30C8\u3042\u305F\u308A\u306E\u6700\u5927\u6587\u5B57\u6570\u304C\u5927\u304D\u3059\u304E\u308B\u3068\u3001\u30A4\u30F3\u30BF\u30FC\u30D5\u30A7\u30FC\u30B9\u306E\u5FDC\u7B54\u304C\u9045\u304F\u306A\u308B\u306E\u3067\u3001\u3053\u306E\u30AA\u30D7\u30B7\u30E7\u30F3\u3092\u8ABF\u6574\u3057\u3066\u901F\u5EA6\u3092\u6700\u9069\u5316\u3057\u3066\u304F\u3060\u3055\u3044\u3002","description.systemPrompt":"\u30B7\u30B9\u30C6\u30E0\u3068\u3057\u3066 {service} \u306B\u9001\u4FE1\u3055\u308C\u308B\u5BFE\u8A71\u3067\u3001{{text}} \u306F\u6BB5\u843D\u306E\u30C6\u30AD\u30B9\u30C8\u5185\u5BB9\u3092\u793A\u3057\u3001{{from}} \u306F\u6BB5\u843D\u306E\u8A00\u8A9E\u3092\u793A\u3057\u3001{{to}} \u306F\u76EE\u6A19\u8A00\u8A9E\u3092\u793A\u3057\u307E\u3059\u3002","field.domain":"\u30EC\u30A2\u30EB","description.domain":"\u30C7\u30D5\u30A9\u30EB\u30C8\u306F\uFF1Ageneral \u3067\u3059\u3002Arima API \u30B3\u30F3\u30BD\u30FC\u30EB\u3067\u30C9\u30E1\u30A4\u30F3\u5909\u63DB\u304C\u6709\u52B9\u306B\u306A\u3063\u3066\u3044\u308B\u5834\u5408\u306E\u307F\u8A2D\u5B9A\u3067\u304D\u307E\u3059\u3002","field.scene":"\u53D6\u308B","description.scene":"\u30C7\u30D5\u30A9\u30EB\u30C8\u306F\uFF1A\u4E00\u822C\u3067\u3059\u3002AliCloud API\u30B3\u30F3\u30BD\u30FC\u30EB\u3067Machine Translation Pro\u3092\u958B\u3044\u305F\u5834\u5408\u306E\u307F\u8A2D\u5B9A\u3067\u304D\u307E\u3059\u3002","field.vocabId":"\u30E6\u30FC\u30B6\u30FC\u8F9E\u66F8ID","description.vocabId":"\u6307\u5B9A\u3055\u308C\u305F\u8F9E\u66F8out_id\u306F\u3001\u73FE\u5728\u3001\u82F1\u8A9E\u304B\u3089\u4E2D\u56FD\u8A9E\u3078\u306E\u7FFB\u8A33\u3092\u30B5\u30DD\u30FC\u30C8\u3057\u3066\u3044\u308B\u3002","description.model":"OpenAI\u306E\u30E2\u30C7\u30EB\u306F\u3001gpt-3.5-turbo\u3001gpt-4\u306A\u3069\u3002","description.maxTextGroupLengthPerRequest":"\u4E00\u5EA6\u306B\u7FFB\u8A33\u30B5\u30FC\u30D3\u30B9\u306B\u9001\u4FE1\u3055\u308C\u308B\u6BB5\u843D\u6570\u3002\u6BB5\u843D\u6570\u304C\u591A\u3059\u304E\u308B\u3068\u3001\u30A4\u30F3\u30BF\u30FC\u30D5\u30A7\u30FC\u30B9\u306E\u5FDC\u7B54\u304C\u9045\u304F\u306A\u308B\u3053\u3068\u304C\u3042\u308A\u307E\u3059\u3002","description.apiUrl":"\u5177\u4F53\u7684\u306AURL\u3068\u30D1\u30B9\u3001<1>\u3088\u308A\u8A73\u3057\u3044\u8AAC\u660E\u3092\u8FFD\u52A0\u3057\u3066\u304F\u3060\u3055\u3044\u3002",enabledExtension:"\u30A8\u30AF\u30B9\u30C6\u30F3\u30B7\u30E7\u30F3\u306E\u6709\u52B9\u5316",clickToDisableExtension:"\u30AF\u30EA\u30C3\u30AF\u3057\u3066\u62E1\u5F35\u6A5F\u80FD\u3092\u7121\u52B9\u306B\u3059\u308B",clickToEnableExtension:"\u30AF\u30EA\u30C3\u30AF\u3057\u3066\u62E1\u5F35\u6A5F\u80FD\u3092\u6709\u52B9\u306B\u3059\u308B",hasBeenDisabled:"\u4F7F\u7528\u4E0D\u80FD","show password":"\u30D1\u30B9\u30EF\u30FC\u30C9\u3092\u8868\u793A\u3059\u308B",customContent:"\u30AB\u30B9\u30BF\u30E0\u30E2\u30C7\u30EB\u540D\u3092\u5165\u529B",inputOptions:"\u5165\u529B\u30DC\u30C3\u30AF\u30B9\u306E\u5F37\u5316",mouseHoverOptions:"\u30DE\u30A6\u30B9\u30DB\u30D0\u30FC",modifyMouseHoverKey:"\u30DE\u30A6\u30B9\u30DB\u30D0\u30FC\u30B7\u30E7\u30FC\u30C8\u30AB\u30C3\u30C8\u306E\u5909\u66F4",enableInputTranslation:"\u5165\u529B\u30DC\u30C3\u30AF\u30B9\u306E\u62E1\u5F35\u3092\u6709\u52B9\u306B\u3059\u308B\u304B\u3069\u3046\u304B",enableInputTranslationDescription:"\u6709\u52B9\u5316\u3057\u305F\u3089\u3001 {startingKey}{startingKey} hello \u3068\u5165\u529B\u30DC\u30C3\u30AF\u30B9\u306B\u76F4\u63A5\u5165\u529B\u3057\u3001{inputTrailingTriggerKeyRepeatTimes}times{trailingKey}\u3092\u7D20\u65E9\u304F\u62BC\u3057\u3066\u3001 {inputTargetLanguage}\u306B\u5909\u63DB\u3059\u308B\u3002",enableInputTranslationDescriptionForNoneKey:"\u6709\u52B9\u306B\u3057\u305F\u3089\u3001\uFF1AHello World\u3068\u5165\u529B\u30DC\u30C3\u30AF\u30B9\u306B\u76F4\u63A5\u5165\u529B\u3057\u3001{inputTrailingTriggerKeyRepeatTimes}{trailingKey}\u3092\u7D20\u65E9\u304F\u62BC\u3057\u3066\u3001\u30C7\u30D5\u30A9\u30EB\u30C8\u306E\u30BF\u30FC\u30B2\u30C3\u30C8\u8A00\u8A9E\u306B\u7FFB\u8A33\u3059\u308B\u3002",inputTargetLanguage:"\u5165\u529B\u30DC\u30C3\u30AF\u30B9\u306E\u30C7\u30D5\u30A9\u30EB\u30C8\u30BF\u30FC\u30B2\u30C3\u30C8\u8A00\u8A9E\u306E\u8A2D\u5B9A",inputTargetLanguageDescription:"\u5165\u529B\u30DC\u30C3\u30AF\u30B9\u7FFB\u8A33\u306E\u30C7\u30D5\u30A9\u30EB\u30C8\u30BF\u30FC\u30B2\u30C3\u30C8\u8A00\u8A9E\u3001\u3059\u306A\u308F\u3061\u3001\u30C8\u30EA\u30AC\u30FC\u30EF\u30FC\u30C9\u306E\u30C7\u30D5\u30A9\u30EB\u30C8\u8A00\u8A9E\u3068\u3057\u3066 {startingKey}{startingKey}",inputTargetLanguageDescriptionForNoneKey:"\u5165\u529B\u30DC\u30C3\u30AF\u30B9\u7FFB\u8A33\u306E\u30C7\u30D5\u30A9\u30EB\u30C8\u30BF\u30FC\u30B2\u30C3\u30C8\u8A00\u8A9E",inputStartingTriggerKeyTitle:"\u5165\u529B\u30DC\u30C3\u30AF\u30B9\u306E\u90E8\u5206\u7FFB\u8A33\u306E\u305F\u3081\u306E\u5206\u5272\u6587\u5B57\u306E\u8A2D\u5B9A",inputStartingTriggerKeyDescription:"\u5165\u529B\u30DC\u30C3\u30AF\u30B9\u5168\u4F53\u3092\u7FFB\u8A33\u3059\u308B\u5FC5\u8981\u304C\u306A\u3044\u5834\u5408\u3001\u30B9\u30D7\u30EA\u30C3\u30BF\u30FC\u306F {startingKey}{startingKey} \u304B\u3089\u5165\u529B\u30DC\u30C3\u30AF\u30B9\u306E\u6700\u5F8C\u307E\u3067\u306E\u90E8\u5206\u3060\u3051\u3092\u7FFB\u8A33\u3059\u308B\u3053\u3068\u304C\u3067\u304D\u307E\u3059\u3002\u307E\u305F\u3001\u8A00\u8A9E\u30B3\u30FC\u30C9\u3092\u6307\u5B9A\u3059\u308B\u3053\u3068\u3082\u3067\u304D\u307E\u3059\u3002\u4F8B\u3048\u3070\u3001\uFF1A{startingKey}ja \u306F {startingKey}ja \u304B\u3089\u5165\u529B\u30DC\u30C3\u30AF\u30B9\u306E\u6700\u5F8C\u307E\u3067\u306E\u90E8\u5206\u3060\u3051\u3092\u7FFB\u8A33\u3059\u308B\u3053\u3068\u3092\u610F\u5473\u3057\u307E\u3059\u3002",inputStartingTriggerKeyDescriptionForNoneKey:"\u73FE\u5728\u306E\u63A5\u982D\u8F9E\u306A\u3057\u306E\u8A2D\u5B9A\u306F\u4E0D\u8981\u3067\u3042\u308A\u3001\u5165\u529B\u30DC\u30C3\u30AF\u30B9\u306E\u4E00\u90E8\u306E\u30C6\u30AD\u30B9\u30C8\u306E\u7FFB\u8A33\u6A5F\u80FD\u306F\u73FE\u6642\u70B9\u3067\u306F\u5229\u7528\u3067\u304D\u306A\u3044\u3002",inputTrailingTriggerKeyTitle:"\u5165\u529B\u7D42\u4E86\u30C8\u30EA\u30AC\u30FC\u6587\u5B57\u3092\u9078\u629E\u3059\u308B",inputTrailingTriggerKeyDescription:"3 quick hits{trailingKey} \u7FFB\u8A33\u3092\u958B\u59CB\u3057\u307E\u3059\uFF01",inputTrailingTriggerKeyTimeout:"\u6226\u95D8\u7D42\u4E86\u30C8\u30EA\u30AC\u30FC\u307E\u3067\u306E\u6642\u9593\u3092\u5165\u529B\u3059\u308B\u3002",inputTrailingTriggerKeyTimeoutDescription:"\u5165\u529B\u7D42\u4E86\u30B3\u30F3\u30DC\u306E\u30C8\u30EA\u30AC\u30FC\u307E\u3067\u306E\u6642\u9593\uFF08\u30DF\u30EA\u79D2\uFF09\u3092\u8A2D\u5B9A\u3059\u308B\u3002",spaceKey:"<\u7A7A\u683C\u952E>",noneKey:"\u63A5\u982D\u8F9E\u306A\u3057\u306E\u30C6\u30AD\u30B9\u30C8\u30DC\u30C3\u30AF\u30B9\u5168\u4F53\u306E\u76F4\u63A5\u7FFB\u8A33",inputTranslationBlockUrlsTitle:"\u4EE5\u4E0B\u306EURL\u3067\u306F\u3001\u5165\u529B\u30DC\u30C3\u30AF\u30B9\u306E\u62E1\u5F35\u6A5F\u80FD\u3092\u6709\u52B9\u306B\u3057\u306A\u3044\u3067\u304F\u3060\u3055\u3044\u3002",inputTranslationBlockUrlsDescription:"\u5165\u529B\u30DC\u30C3\u30AF\u30B9\u306E\u6A5F\u80FD\u62E1\u5F35\u306F\u3001\u4EE5\u4E0B\u306EURL\u3067\u306F\u6A5F\u80FD\u3057\u307E\u305B\u3093\u3002",clickToSeeQuickDemo:"\u30AF\u30EA\u30C3\u30AF\u3057\u306630\u79D2\u306E\u30C1\u30E5\u30FC\u30C8\u30EA\u30A2\u30EB\u30D3\u30C7\u30AA\u3092\u62E1\u5927",inputHelperInfo:"\u8AAC\u660E\uFF1A\u4E2D\u56FD\u8A9E\u306E\u5165\u529B\u30E1\u30BD\u30C3\u30C9\u3067\u306F\u3001\u3044\u304F\u3064\u304B\u306E\u30C8\u30EA\u30AC\u30FC\u6587\u5B57\u304C\u4E2D\u56FD\u8A9E\u306E\u53E5\u8AAD\u70B9\u306B\u5909\u308F\u308B\u3068\u3044\u3046\u4E8B\u5B9F\u306B\u6700\u9069\u5316\u3057\u307E\u3057\u305F\u3002\u4F8B\u3048\u3070\u3001/ \u306F Sogou \u5165\u529B\u30E1\u30BD\u30C3\u30C9\u3067\u306F\u3001\u30C0\u30F3\u8A18\u53F7\u306B\u5909\u308F\u308A\u307E\u3059\u3002

\u307E\u305F\u3001\u8A00\u8A9E<1>\u30B3\u30FC\u30C9\u306E\u4E2D\u56FD\u8A9E\u30A8\u30A4\u30EA\u30A2\u30B9\u3082\u30B3\u30DE\u30F3\u30C9\u3068\u3057\u3066\u30B5\u30DD\u30FC\u30C8\u3057\u3066\u304A\u308A\u3001\u4F8B\u3048\u3070 /Japanese Hello World \u306F\u65E5\u672C\u8A9E\u306B\u7FFB\u8A33\u3055\u308C\u307E\u3059\u3002",reloadCurrentPage:"\u7FFB\u8A33\u3092\u958B\u59CB\u3059\u308B\u524D\u306B\u3001\u73FE\u5728\u306E\u30DA\u30FC\u30B8\u3092\u66F4\u65B0\u3057\u3066\u304F\u3060\u3055\u3044\u3002",noLocalFilePermissionForPDF:"\u30ED\u30FC\u30AB\u30EB\u30D5\u30A1\u30A4\u30EB\u3092\u8AAD\u307F\u8FBC\u3080\u6A29\u9650\u304C\u3042\u308A\u307E\u305B\u3093\u3002\u4E0A\u306E\u30DC\u30BF\u30F3\u3092\u30AF\u30EA\u30C3\u30AF\u3057\u3066\u3001\u30ED\u30FC\u30AB\u30EB\u30D5\u30A1\u30A4\u30EB\u3092\u30A4\u30F3\u30DD\u30FC\u30C8\u3057\u3066\u304F\u3060\u3055\u3044\u3002",noPermissionForThisPage:"\u26A0\uFE0F \u73FE\u5728\u306E\u30DA\u30FC\u30B8\u3092\u7FFB\u8A33\u3059\u308B\u6A29\u9650\u304C\u306A\u3044",retryAllParagraphs:"\u3059\u3079\u3066\u306E\u30A8\u30E9\u30FC\u30D1\u30C3\u30BB\u30FC\u30B8\u3092\u518D\u8A66\u884C\u3059\u308B",retryAllButton:"\u3059\u3079\u3066\u306E\u30A8\u30E9\u30FC\u30D1\u30C3\u30BB\u30FC\u30B8\u3092\u518D\u8A66\u884C\u3059\u308B",errorTooltipTitle:"\u30AF\u30EA\u30C3\u30AF\u3057\u3066\u30A8\u30E9\u30FC\u306E\u539F\u56E0\u3092\u898B\u308B",errorModalTitle:"\u7FFB\u8A33\u30B5\u30FC\u30D3\u30B9\u304B\u30CD\u30C3\u30C8\u30EF\u30FC\u30AF\u306B\u4F55\u304B\u554F\u984C\u304C\u3042\u308B\u3088\u3046\u3060...\u3002",disableConfirm:"\u30D0\u30A4\u30EA\u30F3\u30AC\u30EB\u60C5\u5831\u5F37\u5316\u8A2D\u5B9A",disableOnce:"\u3053\u306E\u969C\u5BB3",disableGlobal:"\u6C38\u4E45\u306B\u7121\u52B9\u306B\u3059\u308B",disableTint:"* {option}\u3002",searchEnhancementNotes:"\u4E2D\u56FD\u8A9E\u30AD\u30FC\u30EF\u30FC\u30C9\u3068\u82F1\u8A9E\u30AD\u30FC\u30EF\u30FC\u30C9\u3067\u306F\u3001\u30CB\u30E5\u30FC\u30B9\u306E\u691C\u7D22\u7D50\u679C\u304C\u5927\u304D\u304F\u7570\u306A\u308B\u3053\u3068\u304C\u308F\u304B\u308A\u307E\u3057\u305F\u3002 \u30A4\u30DE\u30FC\u30B7\u30D6\u7FFB\u8A33\u30D0\u30A4\u30EA\u30F3\u30AC\u30EB\u60C5\u5831\u5F37\u5316\u6A5F\u80FD\u3092\u6709\u52B9\u306B\u3059\u308B\u3068\u3001\u5BFE\u5FDC\u30B5\u30A4\u30C8\uFF08Google\u30CB\u30E5\u30FC\u30B9\u3001Google\u691C\u7D22\uFF08\u4E00\u90E8\u30AD\u30FC\u30EF\u30FC\u30C9\uFF09\u3001Snowball\u3001Oriental Wealth\u3001Futura\u3001Tiger\uFF09\u3067\u540C\u3058\u30AD\u30FC\u30EF\u30FC\u30C9\u3092\u82F1\u8A9E\u3067\u81EA\u52D5\u7684\u306B\u691C\u7D22\u3057\u3001\u53F3\u5074\u306B\u8868\u793A\u3057\u307E\u3059\u3002\u3053\u306E\u6A5F\u80FD\u304C\u4E0D\u8981\u306A\u5834\u5408\u306F\u3001\u7121\u52B9\u306B\u3059\u308B\u3053\u3068\u3082\u3067\u304D\u307E\u3059\u3002",option:"\u30BB\u30C3\u30C8\u30A2\u30C3\u30D7",saveSettings:"\u8A2D\u5B9A\u306E\u4FDD\u5B58",closeModal:"\u30A6\u30A3\u30F3\u30C9\u30A6\u3092\u9589\u3058\u308B",enableInputTranslationWithoutTriggerKeyTitle:"{trailingKey}\u3001\u5165\u529B\u30DC\u30C3\u30AF\u30B9\u5168\u4F53\u3092\u76F4\u63A5{inputTargetLanguage}\u3002",enableInputTranslationWithoutTriggerKeyDescription:"\u4F8B\u3048\u3070\u3001\uFF1Aja Hello World \u306E\u3088\u3046\u306B\u3002",mouseHoverShortcutPlaceholder:"\u4F8B\uFF1A\uFF1A\u30B7\u30D5\u30C8",deepLProName:"\u6CA1\u5165\u578B\u7FFB\u8A33\u30D7\u30ED\u30E1\u30F3\u30D0\u30FC\uFF08\u63A8\u5968\uFF09",deepLProDescription:"\u73FE\u5728\u306E\u30D1\u30C3\u30B1\u30FC\u30B8\u306F\u76F4\u63A5\u4F7F\u7528\u3067\u304D\u308B",deeplProDescriptionForNormal:"\u30BB\u30C3\u30C8\u30A2\u30C3\u30D7\u4E0D\u8981\u3001\u4F1A\u54E1\u306E\u65B9\u306F\u30ED\u30B0\u30A4\u30F3\u5F8C\u5229\u7528\u53EF\u80FD\u3001<1>\u4F1A\u54E1\u3078\u306E\u30A2\u30C3\u30D7\u30B0\u30EC\u30FC\u30C9\u306F\u3053\u3061\u3089",deepLCustomDescription:"\u6D77\u5916\u767A\u884C\u306E\u30AF\u30EC\u30B8\u30C3\u30C8\u30AB\u30FC\u30C9\u304C\u5FC5\u8981 <1>\u3002",deepLCustomName:"\u30AB\u30B9\u30BF\u30E0\u8A8D\u8A3C\u30AD\u30FC",chooseProviderLabel:"\u30B5\u30FC\u30D3\u30B9\u30FB\u30D7\u30ED\u30D0\u30A4\u30C0\u30FC\u306E\u9078\u629E",openaiProName:"\u6CA1\u5165\u578B\u7FFB\u8A33\u30D7\u30ED\u30E1\u30F3\u30D0\u30FC\uFF08\u63A8\u5968\uFF09",openaiProDescription:"\u73FE\u5728\u306E\u30D1\u30C3\u30B1\u30FC\u30B8\u306F\u76F4\u63A5\u4F7F\u7528\u3067\u304D\u308B",openaiProDescriptionForNormal:"\u30BB\u30C3\u30C8\u30A2\u30C3\u30D7\u4E0D\u8981\u3001\u4F1A\u54E1\u306E\u65B9\u306F\u30ED\u30B0\u30A4\u30F3\u5F8C\u5229\u7528\u53EF\u80FD\u3001<1>\u4F1A\u54E1\u3078\u306E\u30A2\u30C3\u30D7\u30B0\u30EC\u30FC\u30C9\u306F\u3053\u3061\u3089",openaiCustomDescription:"OpenAI\u3001Azure OpenAI\u3001\u307E\u305F\u306F\u305D\u306E\u4ED6\u306E\u30B5\u30FC\u30C9\u30D1\u30FC\u30C6\u30A3\u30B5\u30FC\u30D3\u30B9\u3067\u5229\u7528\u53EF\u80FD\u3067\u3059<1>\u3002",openaiCustomName:"\u30AB\u30B9\u30BF\u30E0API\u30AD\u30FC",needLoginAction:"(\u30AA\u30FC\u30D7\u30F3\u30FB\u30E1\u30F3\u30D0\u30FC\u307E\u305F\u306F\u30AB\u30B9\u30BF\u30DE\u30A4\u30BA\uFF09",goLoginOrAction:"(\u30E1\u30F3\u30D0\u30FC\u30B7\u30C3\u30D7\u3092\u958B\u304F\u304B\u3001\u8A2D\u5B9A\u306B\u9032\u3080)",yearly:"\u9023\u7D9A\u5E74\u6255\u3044\u3092\u3059\u308B",quarterly:"\u9806\u6B21\u5305\u88C5",monthly:"\u30DE\u30F3\u30B9\u30EA\u30FC\u30FB\u30B5\u30D6\u30B9\u30AF\u30EA\u30D7\u30B7\u30E7\u30F3",yearlyForOnce:"\u5E74\u9593\u30D1\u30C3\u30B1\u30FC\u30B8",monthlyForOnce:"\u67081\u56DE\u30D1\u30C3\u30B1\u30FC\u30B8",daily:"\u9023\u7D9A\u30D1\u30B1\u30C3\u30C8\u65E5",year:"\u9023\u7D9A\u5E74\u6255\u3044\u3092\u3059\u308B",quarter:"\u9806\u6B21\u5305\u88C5",month:"\u30DE\u30F3\u30B9\u30EA\u30FC\u30FB\u30B5\u30D6\u30B9\u30AF\u30EA\u30D7\u30B7\u30E7\u30F3",day:"\u9023\u7D9A\u30D1\u30B1\u30C3\u30C8\u65E5",onetime_7day:"7\u65E5\u9593\u4F53\u9A13\u30D1\u30C3\u30AF",currentPlanDescriptionForFree:"\u73FE\u5728\u306E\u30D1\u30C3\u30B1\u30FC\u30B8\uFF1A\u7121\u6599",currentPlanDescriptionForContinuous:"\u73FE\u5728\u306E\u30D1\u30C3\u30B1\u30FC\u30B8\uFF1A{plan}\u306F {endAt} \u306B\u81EA\u52D5\u66F4\u65B0\u3055\u308C\u307E\u3059\u3002",currentPlanDescriptionForAutoRenewCaceling:"\u73FE\u5728\u306E\u30D1\u30C3\u30B1\u30FC\u30B8\uFF1A{plan}\u306E\u6709\u52B9\u671F\u9650\u306F {endAt} \u3068\u306A\u308A\u3001\u6709\u52B9\u671F\u9650\u5207\u308C\u306B\u3088\u308B\u81EA\u52D5\u66F4\u65B0\u306F\u884C\u308F\u308C\u307E\u305B\u3093\u3002",currentYearlyPlanDescriptionForAutoRenewCacelingWithRealPaiedUser:"\u73FE\u5728\u306E\u30D1\u30C3\u30B1\u30FC\u30B8\u3001\uFF1A{plan}\u306F\u3001 {endAt} \u306B\u671F\u9650\u5207\u308C\u3068\u306A\u308A\u3001\u671F\u9650\u5207\u308C\u306B\u3088\u308B\u81EA\u52D5\u66F4\u65B0\u306F\u884C\u308F\u308C\u307E\u305B\u3093\u3002
<1>\u66F4\u65B0\u30D7\u30E9\u30F3\u306E\u7BA1\u7406\u306F\u3053\u3061\u3089",currentYearlyPlanDescriptionForAutoRenewCacelingWithAdmin:"\u73FE\u5728\u306E\u30D1\u30C3\u30B1\u30FC\u30B8\u3001\uFF1A{plan}\u306F\u3001 {endAt} \u306B\u671F\u9650\u5207\u308C\u3068\u306A\u308A\u3001\u671F\u9650\u5207\u308C\u306B\u3088\u308B\u81EA\u52D5\u66F4\u65B0\u306F\u884C\u308F\u308C\u307E\u305B\u3093\u3002
<1>\u7D99\u7D9A\u7684\u306A\u5E74\u9593\u8CFC\u8AAD\u3092\u6709\u52B9\u306B\u3059\u308B\u306B\u306F\u3001\u3053\u3053\u3092\u30AF\u30EA\u30C3\u30AF\u3057\u3066\u304F\u3060\u3055\u3044\u3002",currentPlanDescriptionForOneTime:"\u73FE\u5728\u306E\u8CFC\u8AAD\uFF1A{plan}\u306F {endAt} \u3067\u671F\u9650\u5207\u308C\u3068\u306A\u308A\u307E\u3059\u3002<1>\u5E74\u4F1A\u8CBB\u307E\u305F\u306F<2>\u6708\u4F1A\u8CBB<1>\u3078\u306E\u30A2\u30C3\u30D7\u30B0\u30EC\u30FC\u30C9\u306F\u3053\u3061\u3089\u3092\u30AF\u30EA\u30C3\u30AF\u3057\u3066\u304F\u3060\u3055\u3044\u3002",upgradePlan:"\u30D7\u30ED\u4F1A\u54E1\u3078\u306E\u30A2\u30C3\u30D7\u30B0\u30EC\u30FC\u30C9\u306F\u3053\u3061\u3089",upgradeToPro:"\u30D7\u30ED\u4F1A\u54E1\u3078\u306E\u30A2\u30C3\u30D7\u30B0\u30EC\u30FC\u30C9","popup.openPro":"DeepL\u3068OpenAI\u306E\u7FFB\u8A33\u3092\u304A\u697D\u3057\u307F\u3044\u305F\u3060\u304F\u306B\u306F\u3001Pro\u30E1\u30F3\u30D0\u30FC\u30B7\u30C3\u30D7\u306B\u30A2\u30C3\u30D7\u30B0\u30EC\u30FC\u30C9\u3057\u3066\u304F\u3060\u3055\u3044\uFF01","popup.openProForPro":"\u3042\u306A\u305F\u306F\u3001DeepL\u3068OpenAI\u306E\u7FFB\u8A33\u306B\u76F4\u63A5\u30A2\u30AF\u30BB\u30B9\u3067\u304D\u308B\u30D7\u30ED\u30E1\u30F3\u30D0\u30FC\u3067\u3059\uFF01",currentAccount:"\u5F53\u5EA7\u9810\u91D1",enableAutoSyncUserSettings:"\u8907\u6570\u306E\u30C7\u30D0\u30A4\u30B9\u9593\u3067\u81EA\u52D5\u30AF\u30E9\u30A6\u30C9\u540C\u671F\u304C\u53EF\u80FD",modalEnableInputTranslationTitle:"\u6CA1\u5165\u578B\u7FFB\u8A33\u5165\u529B\u30DC\u30C3\u30AF\u30B9 \u7FFB\u8A33\u30A2\u30E9\u30FC\u30C8",modalEnableInputTranslationDesc:"\u30B9\u30DA\u30FC\u30B9\u30D0\u30FC\u30923\u56DE\u9023\u6253\u3059\u308B\u3053\u3068\u3067\u3001Immersive Translation\u306E\u5165\u529B\u30DC\u30C3\u30AF\u30B9\u7FFB\u8A33\u304C\u958B\u59CB\u3055\u308C\u3001\u5165\u529B\u30DC\u30C3\u30AF\u30B9\u306E\u5185\u5BB9\u304C\u30C7\u30D5\u30A9\u30EB\u30C8\u306E\u30BF\u30FC\u30B2\u30C3\u30C8\u8A00\u8A9E\u306B\u7FFB\u8A33\u3055\u308C\u307E\u3059\u3002\u7FFB\u8A33\u306FCtrl+Z\u3067\u53D6\u308A\u6D88\u3059\u3053\u3068\u304C\u3067\u304D\u307E\u3059\u3002

\u3082\u3057\u3053\u308C\u304C\u9593\u9055\u3044\u3067\u3042\u3063\u305F\u3068\u3057\u3066\u3082\u3001\u4ECA\u56DE\u306F\u7121\u52B9\u306B\u3059\u308B\u304B\u3001\u6C38\u4E45\u306B\u5165\u529B\u30DC\u30C3\u30AF\u30B9\u306E\u7FFB\u8A33\u3092\u7121\u52B9\u306B\u3059\u308B\u304B\u3092\u9078\u629E\u3067\u304D\u307E\u3059\u306E\u3067\u3001\u3054\u5B89\u5FC3\u304F\u3060\u3055\u3044\u3002",saveAndNotShowAgain:"\u4FDD\u5B58\u3057\u3066\u30D7\u30ED\u30F3\u30D7\u30C8\u3092\u6B62\u3081\u308B",disableInputTranslationTips:"* {option} ,{learnMore}\u3067\u30C8\u30EA\u30AC\u30FC\u3059\u308B\u4ED6\u306E\u30B7\u30E7\u30FC\u30C8\u30AB\u30C3\u30C8\u3082\u8A2D\u5B9A\u3067\u304D\u308B\u3002",learnMore:"\u8A73\u7D30\u306F\u3053\u3061\u3089",continueEnalbeInputTranslation:"\u5F15\u304D\u7D9A\u304D\u5165\u529B\u30DC\u30C3\u30AF\u30B9\u306E\u7FFB\u8A33\u3092\u6709\u52B9\u306B\u3059\u308B",autoRenewTrialSuffix:'(\u30C8\u30E9\u30A4\u30A2\u30EB\u306E\u5834\u5408\u3001\u3059\u3050\u306B\u6B63\u4F1A\u54E1\u306B\u30A2\u30C3\u30D7\u30B0\u30EC\u30FC\u30C9)',upgradeFromTrialTitle:"\u6B63\u4F1A\u54E1\u3078\u306E\u30A2\u30C3\u30D7\u30B0\u30EC\u30FC\u30C9",subtitle:"\u30D3\u30C7\u30AA\u30AD\u30E3\u30D7\u30B7\u30E7\u30F3",youtubeService:"\u6620\u50CF\u5B57\u5E55\u7FFB\u8A33\u30B5\u30FC\u30D3\u30B9","subtitle.disabledSubtitle":"\u30D3\u30C7\u30AA\u5B57\u5E55\u6A5F\u80FD\u3092\u6C38\u4E45\u306B\u7121\u52B9\u306B\u3059\u308B","subtitle.disabledSubtitleDescription":"Immersive Translator\u306EVideo Subtitles\u304C\u4ED6\u306E\u62E1\u5F35\u6A5F\u80FD\u3068\u7AF6\u5408\u3059\u308B\u5834\u5408\u3001Immersive Translator\u306EVideo Subtitles\u306E\u6A5F\u80FD\u3092\u6C38\u4E45\u7684\u306B\u7121\u52B9\u306B\u3059\u308B\u304B\u3001\u7AF6\u5408\u3059\u308B\u4ED6\u306E\u62E1\u5F35\u6A5F\u80FD\u3092\u30A2\u30F3\u30A4\u30F3\u30B9\u30C8\u30FC\u30EB\u3059\u308B\u3053\u3068\u304C\u3067\u304D\u307E\u3059\u3002","subtitle.autoEnableSubtitle":"\u30D0\u30A4\u30EA\u30F3\u30AC\u30EB\u5B57\u5E55\u306E\u81EA\u52D5\u4F7F\u7528","subtitle.autoEnableSubtitleDescription":"\u6709\u52B9\u306B\u3057\u305F\u5F8C\u3001\u30D3\u30C7\u30AA\u304C\u518D\u751F\u3055\u308C\u308B\u3068\u304D\u306F\u3001\u81EA\u52D5\u7684\u306B\u4E8C\u304B\u56FD\u8A9E\u306E\u5B57\u5E55\u304C\u8868\u793A\u3055\u308C\u307E\u3059\u3002\u305D\u308C\u4EE5\u5916\u306E\u5834\u5408\u306F\u3001\u7FFB\u8A33\u30DC\u30BF\u30F3\u3092\u30AF\u30EA\u30C3\u30AF\u3059\u308B\u5FC5\u8981\u304C\u3042\u308A\u307E\u3059\u3002","subtitle.preTranslation":"\u6CA1\u5165\u578B\u7FFB\u8A33\u3067\u5B57\u5E55\u3092\u7FFB\u8A33","subtitle.preTranslationDescription":"\u6709\u52B9\u306E\u5834\u5408\u3001\u5B57\u5E55\u5168\u4F53\u304C\u4EE5\u4E0B\u306B\u6307\u5B9A\u3059\u308B\u7FFB\u8A33\u30B5\u30FC\u30D3\u30B9\u3092\u4F7F\u3063\u3066\u4E8B\u524D\u306B\u7FFB\u8A33\u3055\u308C\u30011\u6642\u9593\u306E\u52D5\u753B\u3067\u7D0450,000\u30C8\u30FC\u30AF\u30F3\uFF08\u6587\u5B57\u6570\uFF09\u3092\u6D88\u8CBB\u3057\u307E\u3059\u306E\u3067\u3001\u3054\u81EA\u8EAB\u306E\u5224\u65AD\u3067\u3054\u5229\u7528\u304F\u3060\u3055\u3044\u3002\u7121\u52B9\u306E\u5834\u5408\u3001\u30AA\u30EA\u30B8\u30CA\u30EB\u306E\u5B57\u5E55\u304C\u6700\u521D\u306B\u4F7F\u7528\u3055\u308C\u307E\u3059\u3002","subtitle.humanSubtitlesPreferred":"\u30D2\u30E5\u30FC\u30DE\u30F3\u30FB\u30AD\u30E3\u30D7\u30B7\u30E7\u30F3\u306E\u512A\u5148\u4F7F\u7528","subtitle.humanSubtitlesPreferredDescription":"\u30D3\u30C7\u30AA\u306B\u30BF\u30FC\u30B2\u30C3\u30C8\u8A00\u8A9E\u306E\u5B57\u5E55\u304C\u3042\u308B\u5834\u5408\u3001\u4EBA\u9593\u306E\u5B57\u5E55\u3092\u512A\u5148\u7684\u306B\u4F7F\u7528\u3059\u308B\uFF08\u63A8\u5968\uFF09",videoSubtitleTranslationDescription:"\u30D3\u30C7\u30AA\u5B57\u5E55\u7528\u306B\u5225\u306E\u7FFB\u8A33\u30B5\u30FC\u30D3\u30B9\u3092\u5272\u308A\u5F53\u3066\u308B",subtitleTranslating:"{service} \u3001\u5B57\u5E55\u3092\u7FFB\u8A33\u3057\u3066\u3044\u307E\u3059\u3002(\u30A4\u30DE\u30FC\u30B8\u30E7\u30F3\u7FFB\u8A33)",subtitleLoading:"\u5B57\u5E55\u3092\u8AAD\u307F\u8FBC\u3093\u3067\u3044\u307E\u3059...",bilingual:"\u30D0\u30A4\u30EA\u30F3\u30AC\u30EA\u30BA\u30E0","field.action":"\u767E\u5EA6\u7528\u8A9E\u3092\u6709\u52B9\u306B\u3059\u308B\u304B\u3069\u3046\u304B","description.action":"\u6709\u52B9\u5316\u3055\u308C\u308B\u3068\u3001\u30EA\u30AF\u30A8\u30B9\u30C8\u306Baction=1\u30D1\u30E9\u30E1\u30FC\u30BF\u304C\u8FFD\u52A0\u3055\u308C\u3001\u6709\u52B9\u5316\u3055\u308C\u305F\u7528\u8A9E\u3092Baidu\u306B\u901A\u77E5\u3059\u308B<1>\u3002",closeQuickTranslation:"\u30AF\u30ED\u30FC\u30BA\u30FB\u30DB\u30D0\u30FC\u30DC\u30FC\u30EB","closeQuickTranslation.untilNext":"\u4ECA\u56DE\u306F\u6B21\u56DE\u307E\u3067\u304A\u4F11\u307F","closeQuickTranslation.currentWebsite":"\u73FE\u5728\u306E\u30B5\u30A4\u30C8\u306F\u4F7F\u7528\u4E0D\u53EF","closeQuickTranslation.alwaysClose":"\u6C38\u4E45\u306B\u7121\u52B9\u306B\u3059\u308B","closeQuickTranslation.settingOpen":"<1>(\u8A2D\u5B9A\u30DA\u30FC\u30B8\u3067\u30AA\u30F3\u306B\u3067\u304D\u308B\uFF09","closeQuickTranslation.cancel":"\u30AD\u30E3\u30F3\u30BB\u30EB","closeQuickTranslation.confirm":"\u5B9A\u7FA9\u3059\u308B","floatBall.popup":"\u30AF\u30A4\u30C3\u30AF\u8A2D\u5B9A\u30D1\u30CD\u30EB\u3092\u958B\u304F","floatBall.translate":"\u30AF\u30EA\u30C3\u30AF\u3057\u3066\u30DA\u30FC\u30B8\u3092\u7FFB\u8A33\u3059\u308B","floatBall.showOriginal":"\u30AF\u30EA\u30C3\u30AF\u3057\u3066\u5143\u306E\u8A18\u4E8B\u306B\u623B\u308B","floatBall.close":"\u30AF\u30ED\u30FC\u30BA\u30FB\u30DB\u30D0\u30FC\u30DC\u30FC\u30EB","floatBallOptions.enableDescPc":"\u30DA\u30FC\u30B8\u306E\u30DB\u30D0\u30FC\u30DC\u30FC\u30EB\u3092\u6709\u52B9\u306B\u3059\u308B\u3068\u3001\u30DA\u30FC\u30B8\u306E\u53F3\u5074\u306B\u30AF\u30A4\u30C3\u30AF\u7FFB\u8A33\u30DC\u30BF\u30F3\u304C\u8868\u793A\u3055\u308C\u307E\u3059\uFF01","floatBallOptions.enableDesc":"\u30DB\u30D0\u30FC\u30DC\u30FC\u30EB\u3092\u30AA\u30D5\u306B\u3057\u305F\u5F8C\u3001{touch}\u3002\u3046\u3063\u304B\u308A\u3053\u306E\u30AA\u30D7\u30B7\u30E7\u30F3\u3092\u30AA\u30D5\u306B\u3057\u305F\u5F8C\u3001\u30DB\u30D0\u30FC\u30DC\u30FC\u30EB\u304C\u898B\u3064\u304B\u3089\u306A\u3044\u5834\u5408\u306B\u5099\u3048\u3066\u3001\u3053\u306E\u8A2D\u5B9A\u30DA\u30FC\u30B8\u3092\u30D6\u30C3\u30AF\u30DE\u30FC\u30AF\u3057\u3066\u304A\u304F\u3053\u3068\u3092\u5F37\u304F\u304A\u52E7\u3081\u3057\u307E\u3059\uFF01","description.azureApiUrl":"\u30AB\u30B9\u30BF\u30E0API\u30A4\u30F3\u30BF\u30FC\u30D5\u30A7\u30FC\u30B9\u306E\u30A2\u30C9\u30EC\u30B9\u3092\u8A18\u5165\u3059\u308B\u3002",confirmSupportMouse:"\u30DE\u30A6\u30B9\u30B5\u30DD\u30FC\u30C8\u3092\u5F37\u5236\u7684\u306B\u6709\u52B9\u306B\u3059\u308B",confirmSupportMouseDescription:"\u73FE\u5728\u306E\u30D6\u30E9\u30A6\u30B6\u304C\u30DE\u30A6\u30B9\u6A5F\u80FD\u3092\u30B5\u30DD\u30FC\u30C8\u3057\u3066\u3044\u306A\u3044\u3053\u3068\u3092\u691C\u51FA\u3057\u307E\u3057\u305F\u3002",sampleTargetText:"\u9577\u3044\u591C\u304C\u8A2A\u308C\u3001\u79C1\u306F\u3053\u306E\u65E5\u304B\u3089\u6B7B\u306C\u307E\u3067\u898B\u5F35\u308A\u7D9A\u3051\u308B\u3002\u79C1\u306F\u59BB\u3092\u5A36\u3089\u305A\u3001\u9818\u5730\u3092\u4F5C\u3089\u305A\u3001\u5B50\u3092\u3082\u3046\u3051\u306A\u3044\u3002\u79C1\u306F\u738B\u51A0\u3092\u304B\u3076\u3089\u305A\u3001\u540D\u8A89\u306E\u305F\u3081\u306B\u52AA\u529B\u3057\u306A\u3044\u3002\u79C1\u306F\u81EA\u5206\u306E\u7FA9\u52D9\u3092\u679C\u305F\u3057\u3001\u751F\u304D\u3066\u6B7B\u306C\u3002",sampleSourceText:"Night gathers, and now my watch begins. It shall not end until my death. I shall take no wife, hold no lands, father no children. I shall wear no crowns and win no glory. I shall live and die at my post.","subtitle.supportedSites":"\u5DF2\u652F\u6301\u5728\u8FD9\u4E9B\u7F51\u7AD9\u4F7F\u7528\u53CC\u8BED\u5B57\u5E55\uFF08\u6CE8\u610F\uFF1A\u7531\u4E8E\u6280\u672F\u9650\u5236\uFF0C\u90E8\u5206\u7F51\u7AD9\u5728\u9996\u6B21\u5F00\u542F\u5B57\u5E55\u540E\u9700\u8981\u91CD\u65B0\u5237\u65B0\u9875\u9762\uFF0C\u6216\u8005\u9700\u7B49\u5F85\u7FFB\u8BD1\u5B8C\u6210\u4EE5\u663E\u793A\u53CC\u8BED\u5B57\u5E55\uFF09\uFF1A",viewWithImmersiveTranslate:"\u53CC\u8BED\u7248\u672C(\u6C89\u6D78\u5F0F\u7FFB\u8BD1)",errorReason:"\u9519\u8BEF\u539F\u56E0\uFF1A{message}","proQuotaExceededError.onetime7day":'\uFF0C\u60A8\u53EF\u4EE5\u9009\u62E9\u4EE5\u4E0B\u65B9\u5F0F\u89E3\u51B3\uFF1A

1. \u5207\u6362\u5230 {anotherService} \u6216\u5176\u4ED6\u7FFB\u8BD1\u670D\u52A1
2. \u5347\u7EA7\u4E3A\u6708\u5EA6/\u5E74\u5EA6\u4F1A\u5458',"proQuotaExceededError.trial":'\uFF0C\u60A8\u53EF\u4EE5\u9009\u62E9\u4EE5\u4E0B\u65B9\u5F0F\u89E3\u51B3\uFF1A

1. \u5207\u6362\u5230 {anotherService} \u6216\u5176\u4ED6\u7FFB\u8BD1\u670D\u52A1
2. \u7ACB\u523B\u5347\u7EA7\u4E3A\u6B63\u5F0F\u4F1A\u5458',"proQuotaExceededError.nonTrial":'\uFF0C\u60A8\u53EF\u4EE5\u9009\u62E9\u4EE5\u4E0B\u65B9\u5F0F\u89E3\u51B3\uFF1A

1. \u5207\u6362\u5230 {anotherService} \u6216\u5176\u4ED6\u7FFB\u8BD1\u670D\u52A1
2. \u8D2D\u4E70 {translationService} \u989D\u5916\u6D41\u91CF\u5305',"proQuotaExceededError.resetTime":"
3. \u989D\u5EA6\u91CD\u7F6E\u65F6\u95F4\uFF1A{resetTime}","desc.touchShortcutsToggleTranslatePageOnlyTranslation":"\u300C\u8A33\u6587\u306E\u307F\u300D\u306F\u3001\u8A33\u6587\u306E\u307F\u3092\u8868\u793A\u3059\u308B\u3053\u3068\u3092\u610F\u5473\u3057\u3001\u30DA\u30FC\u30B8\u304C\u307E\u3060\u7FFB\u8A33\u3055\u308C\u3066\u3044\u306A\u3044\u5834\u5408\u306F\u3001\u30E2\u30FC\u30C9\u3092\u5207\u308A\u66FF\u3048\u3066\u7FFB\u8A33\u3057\u307E\u3059\u3002","desc.toggleOnlyTransation":"\u300C\u8A33\u6587\u306E\u307F\u30E2\u30FC\u30C9\u300D\u3068\u306F\u3001\u8A33\u6587\u306E\u307F\u3092\u8868\u793A\u3059\u308B\u3053\u3068\u3092\u6307\u3057\u3001\u30DA\u30FC\u30B8\u304C\u307E\u3060\u7FFB\u8A33\u3055\u308C\u3066\u3044\u306A\u3044\u5834\u5408\u306F\u3001\u30E2\u30FC\u30C9\u3092\u5207\u308A\u66FF\u3048\u3066\u7FFB\u8A33\u3057\u307E\u3059\u3002",touchShortcutsToggleTranslatePageOnlyTranslation:"\u30BF\u30C3\u30C1\u30B9\u30AF\u30EA\u30FC\u30F3\u30B8\u30A7\u30B9\u30C1\u30E3\u30FC\u3092\u8A2D\u5B9A\u3057\u3066\u3001\u30D0\u30A4\u30EA\u30F3\u30AC\u30EB/\u7FFB\u8A33\u30C6\u30AD\u30B9\u30C8\u306E\u307F\u306E\u30E2\u30FC\u30C9\u3092\u5207\u308A\u66FF\u3048\u307E\u3059",download_started:"\u30C0\u30A6\u30F3\u30ED\u30FC\u30C9\u304C\u958B\u59CB\u3055\u308C\u307E\u3057\u305F\u3002\u81EA\u52D5\u7684\u306B\u30C0\u30A6\u30F3\u30ED\u30FC\u30C9\u3055\u308C\u306A\u3044\u5834\u5408\u306F\u3001\u624B\u52D5\u3067\u30AF\u30EA\u30C3\u30AF\u3057\u3066\u304F\u3060\u3055\u3044\u3002",here:"\u3053\u3053","desc.toggleVideoSubtitlePreTranslation":"\u62BC\u3059\u3068\u3001\u30D3\u30C7\u30AA\u306E\u4E8C\u8A00\u8A9E\u5B57\u5E55\u306F\u3001\u307E\u305A\u6CA1\u5165\u578B\u7FFB\u8A33\u306E\u8A2D\u5B9A\u3092\u512A\u5148\u7684\u306B\u4F7F\u7528\u3057\u307E\u3059\u3002\u518D\u5EA6\u62BC\u3059\u3068\u3001\u5143\u306E\u30D3\u30C7\u30AA\u306B\u7D44\u307F\u8FBC\u307E\u308C\u305F\u6A5F\u68B0\u7FFB\u8A33\u5B57\u5E55\u3092\u512A\u5148\u7684\u306B\u4F7F\u7528\u3057\u307E\u3059\u3002\u6CE8\u610F\uFF1A\u3053\u306E\u30B7\u30E7\u30FC\u30C8\u30AB\u30C3\u30C8\u3067\u5909\u66F4\u3055\u308C\u308B\u306E\u306F\u5168\u4F53\u306E\u8A2D\u5B9A\u3067\u3059\u3002",videoSubtitlePreTranslationOn:"\u30D3\u30C7\u30AA\u306E\u5B57\u5E55\u306F\u3001\u512A\u5148\u7684\u306B\u6CA1\u5165\u578B\u306E\u7FFB\u8A33\u3092\u4F7F\u7528\u3057\u307E\u3059",videoSubtitlePreTranslationOff:"\u30D3\u30C7\u30AA\u306E\u5B57\u5E55\u306F\u3001\u5143\u306E\u30D3\u30C7\u30AA\u306B\u4ED8\u5C5E\u306E\u6A5F\u68B0\u7FFB\u8A33\u5B57\u5E55\u3092\u512A\u5148\u7684\u306B\u4F7F\u7528\u3057\u307E\u3059\u3002",translationFont:"\u30D5\u30A9\u30F3\u30C8\u3092\u8A2D\u5B9A\u3059\u308B","translationFont.custom":"\u30AB\u30B9\u30BF\u30E0\u30D5\u30A9\u30F3\u30C8\u3092\u5165\u529B\u3057\u3066\u304F\u3060\u3055\u3044","translationFont.customPlaceholder":"\u30D5\u30A9\u30F3\u30C8","translationFont.notSupportErrorMessage":"\u3042\u306A\u305F\u304C\u5165\u529B\u3057\u305F\u30D5\u30A9\u30F3\u30C8\u540D\u304C\u6B63\u3057\u3044\u304B\u78BA\u8A8D\u3059\u308B\u304B\u3001\u305D\u306E\u30D5\u30A9\u30F3\u30C8\u304C\u3042\u306A\u305F\u306E\u30C7\u30D0\u30A4\u30B9\u306B\u30A4\u30F3\u30B9\u30C8\u30FC\u30EB\u3055\u308C\u3066\u3044\u308B\u3053\u3068\u3092\u78BA\u8A8D\u3057\u3066\u304F\u3060\u3055\u3044\u3002","touch.mouse-translate":"\u6307\u5B9A\u3055\u308C\u305F\u6BB5\u843D\u3092\u7FFB\u8A33\u3057\u3066\u304F\u3060\u3055\u3044","translationServices.inherit":"\u4E3B\u306A\u7FFB\u8A33\u30B5\u30FC\u30D3\u30B9\u306B\u5F93\u3063\u3066\u304F\u3060\u3055\u3044\u3002","error.serveConfigError":"\u30B5\u30FC\u30D3\u30B9\u8A2D\u5B9A\u30A8\u30E9\u30FC","error.reloadPageOfSetting":"\u8A2D\u5B9A\u5F8C\u3001\u30DA\u30FC\u30B8\u3092\u30EA\u30D5\u30EC\u30C3\u30B7\u30E5\u3057\u3066\u518D\u5EA6\u7FFB\u8A33\u3057\u3066\u304F\u3060\u3055\u3044\u3002","error.googleLimitIp":"\u30B5\u30FC\u30D3\u30B9\u304C\u30A8\u30E9\u30FC\u3092\u8FD4\u3057\u307E\u3057\u305F\u3002Google\u30B5\u30FC\u30D3\u30B9\u306F\u3053\u306EIP\u30A2\u30C9\u30EC\u30B9\u306B\u5BFE\u3057\u3066\u6D41\u91CF\u5236\u9650\u3092\u884C\u3063\u3066\u3044\u307E\u3059\u3002\u30CD\u30C3\u30C8\u30EF\u30FC\u30AF\u30CE\u30FC\u30C9\u306E\u5909\u66F4\u3092\u304A\u52E7\u3081\u3057\u307E\u3059\u3002","error.openAIFreeLimit":"\u30B5\u30FC\u30D3\u30B9\u304C\u30A8\u30E9\u30FC\u3092\u8FD4\u3057\u307E\u3057\u305F\u3002\u73FE\u5728\u306E\u7FFB\u8A33\u30EA\u30AF\u30A8\u30B9\u30C8\u306E\u983B\u5EA6\u306F\u30011\u5206\u3042\u305F\u308A\u6700\u59273\u56DE\u306E\u4E0A\u9650\u306B\u9054\u3057\u3066\u3044\u307E\u3059\u3002\u5F8C\u307B\u3069\u518D\u5EA6\u304A\u8A66\u3057\u304F\u3060\u3055\u3044\u3002\uFF08\u3053\u308C\u306FOpenAI\u516C\u5F0F\u304C\u7121\u6599\u306EAPI Key\u306B\u5BFE\u3059\u308B\u5236\u9650\u3067\u3001\u3053\u306E\u5236\u9650\u3092\u89E3\u9664\u3059\u308B\u306B\u306F\u3001OpenAI\u306E\u30D0\u30C3\u30AF\u30A8\u30F3\u30C9\u3067\u30AF\u30EC\u30B8\u30C3\u30C8\u30AB\u30FC\u30C9\u3092\u767B\u9332\u3057\u3066\u304F\u3060\u3055\u3044\u3002\uFF09","error.openAIExceededQuota":"\u30B5\u30FC\u30D3\u30B9\u30A8\u30E9\u30FC\u304C\u8FD4\u3055\u308C\u307E\u3057\u305F\uFF1A\u73FE\u5728\u306EOpenAI\u30A2\u30AB\u30A6\u30F3\u30C8\u306E\u6B8B\u9AD8\u304C\u4E0D\u8DB3\u3057\u3066\u3044\u307E\u3059\u3002OpenAI\u306E\u516C\u5F0F\u30D0\u30C3\u30AF\u30A8\u30F3\u30C9\u3067\u30C1\u30E3\u30FC\u30B8\u3059\u308B\u304B\u3001\u30AF\u30EC\u30B8\u30C3\u30C8\u30AB\u30FC\u30C9\u3092\u767B\u9332\u3057\u3066\u304F\u3060\u3055\u3044\u3002","error.429":"\u30B5\u30FC\u30D3\u30B9\u304C\u30A8\u30E9\u30FC\u3092\u8FD4\u3057\u307E\u3057\u305F\u3002\u3053\u308C\u306F\u3001\u30EA\u30AF\u30A8\u30B9\u30C8\u304C\u983B\u7E41\u3059\u304E\u308B\u304B\u3001\u5236\u9650\u3092\u8D85\u3048\u3066\u3044\u308B\u3053\u3068\u3092\u793A\u3057\u3066\u3044\u307E\u3059\u3002\u5F8C\u3067\u3082\u3046\u4E00\u5EA6\u304A\u8A66\u3057\u304F\u3060\u3055\u3044\u3002","error.403":"\u30B5\u30FC\u30D3\u30B9\u304C\u30A8\u30E9\u30FC\u3092\u8FD4\u3057\u307E\u3057\u305F\u3001\u73FE\u5728\u305D\u306E\u30B5\u30FC\u30D3\u30B9\u306B\u30A2\u30AF\u30BB\u30B9\u3059\u308B\u6A29\u9650\u304C\u3042\u308A\u307E\u305B\u3093\u3002","error.400":"\u30B5\u30FC\u30D3\u30B9\u304C\u30A8\u30E9\u30FC\u3092\u8FD4\u3057\u307E\u3057\u305F\u3001\u30EA\u30AF\u30A8\u30B9\u30C8\u30D1\u30E9\u30E1\u30FC\u30BF\u304C\u9593\u9055\u3063\u3066\u3044\u307E\u3059\u3001\u5BFE\u5FDC\u3059\u308B\u8A2D\u5B9A\u3092\u78BA\u8A8D\u3057\u3066\u304F\u3060\u3055\u3044\u3002","error.502":"\u30B5\u30FC\u30D3\u30B9\u304C\u30A8\u30E9\u30FC\u3092\u8FD4\u3057\u307E\u3057\u305F\u3001\u30B5\u30FC\u30D3\u30B9\u304C\u30BF\u30A4\u30E0\u30A2\u30A6\u30C8\u3057\u307E\u3057\u305F\u3001\u5F8C\u3067\u3082\u3046\u4E00\u5EA6\u304A\u8A66\u3057\u304F\u3060\u3055\u3044\u3002","error.proTokenInvalid":"\u3082\u3057\u3042\u306A\u305F\u304CPro\u30E6\u30FC\u30B6\u30FC\u3067\u3042\u308C\u3070\u3001\u30ED\u30B0\u30A4\u30F3\u5F8C\u306BPro\u7FFB\u8A33\u30B5\u30FC\u30D3\u30B9\u3092\u3054\u5229\u7528\u304F\u3060\u3055\u3044\u3002","error.proUpgrade":"\u30A2\u30C3\u30D7\u30B0\u30EC\u30FC\u30C9\u5F8C\u3001\u30DA\u30FC\u30B8\u3092\u66F4\u65B0\u3057\u3066\u518D\u5EA6\u7FFB\u8A33\u3057\u3066\u304F\u3060\u3055\u3044\u3002","error.configError":"\u8A2D\u5B9A\u30C7\u30FC\u30BF\u304C\u7570\u5E38\u3067\u3059","error.goReset":"\u30EA\u30BB\u30C3\u30C8\u306B\u884C\u304F",batchEdit:"\u4E00\u62EC\u64CD\u4F5C","translationModeLang.translation.title":"\u7FFB\u8A33\u306E\u307F\u30E2\u30FC\u30C9\u306E\u8A00\u8A9E","translationModeLang.translation.description":"\u30DA\u30FC\u30B8\u306E\u8A00\u8A9E\u304C\u4EE5\u4E0B\u306E\u8A00\u8A9E\u306E\u5834\u5408\u3001\u81EA\u52D5\u7684\u306B\u7FFB\u8A33\u6587\u306E\u307F\u306E\u30E2\u30FC\u30C9\u3092\u4F7F\u7528\u3057\u307E\u3059\u3002","translationModeUrl.translation.title":"\u7FFB\u8A33\u306E\u307F\u30E2\u30FC\u30C9\u306E\u30A6\u30A7\u30D6\u30B5\u30A4\u30C8","translationModeUrl.translation.description":"\u4EE5\u4E0B\u306E\u30C9\u30E1\u30A4\u30F3\u306E\u30A6\u30A7\u30D6\u30B5\u30A4\u30C8\u3067\u306F\u3001\u81EA\u52D5\u7684\u306B\u7FFB\u8A33\u30C6\u30AD\u30B9\u30C8\u306E\u307F\u306E\u30E2\u30FC\u30C9\u304C\u4F7F\u7528\u3055\u308C\u307E\u3059\u3002","error.serveUnavailable":"\u3042\u306A\u305F\u304C\u73FE\u5728\u4F7F\u7528\u3057\u3066\u3044\u308B[{serverName}]\u30B5\u30FC\u30D3\u30B9\u306F\u3001\u30CD\u30C3\u30C8\u30EF\u30FC\u30AF\u63A5\u7D9A\u3084\u30B5\u30FC\u30D3\u30B9\u30D7\u30ED\u30D0\u30A4\u30C0\u306E\u554F\u984C\u306B\u3088\u308A\u4E00\u6642\u7684\u306B\u30A2\u30AF\u30BB\u30B9\u3067\u304D\u307E\u305B\u3093\u3002\u30DA\u30FC\u30B8\u3092\u30EA\u30D5\u30EC\u30C3\u30B7\u30E5\u3059\u308B\u304B\u3001<1>\u8A2D\u5B9A\u304B\u3089\u4ED6\u306E\u7FFB\u8A33\u30B5\u30FC\u30D3\u30B9\u306B\u5207\u308A\u66FF\u3048\u308B\u3053\u3068\u3092\u304A\u52E7\u3081\u3057\u307E\u3059\u3002\u3082\u3057<2>Pro\u4F1A\u54E1\u3067\u3042\u308C\u3070\u3001\u3088\u308A\u5B89\u5B9A\u3057\u305FDeepL\u307E\u305F\u306FOpenAI\u306E\u7FFB\u8A33\u30B5\u30FC\u30D3\u30B9\u3092\u9078\u629E\u3059\u308B\u3053\u3068\u304C\u3067\u304D\u307E\u3059\uFF08<3>\u3053\u3053\u3092\u30AF\u30EA\u30C3\u30AF\u3057\u3066\u7121\u6599\u4F53\u9A13\uFF09\u3002\u307E\u305F\u3001\u30CD\u30C3\u30C8\u30EF\u30FC\u30AF\u3084\u30D7\u30ED\u30AD\u30B7\u8A2D\u5B9A\u3092\u78BA\u8A8D\u3059\u308B\u5FC5\u8981\u304C\u3042\u308B\u304B\u3082\u3057\u308C\u307E\u305B\u3093\u3002",detectServiceLoading:"\u5229\u7528\u53EF\u80FD\u306A\u7FFB\u8A33\u30B5\u30FC\u30D3\u30B9\u3092\u691C\u51FA\u4E2D...",toggleToService:"{service}\u306B\u5207\u308A\u66FF\u3048\u3066\u518D\u8A66\u884C\u3057\u3066\u304F\u3060\u3055\u3044\u3002","error.gemini.429":"\u73FE\u5728\u306EGemini\u30B5\u30FC\u30D3\u30B9\u306E\u73FE\u5728\u306E\u8CA0\u8377\u80FD\u529B\u304C\u4E0A\u9650\u306B\u9054\u3057\u3066\u3044\u307E\u3059\u306E\u3067\u3001\u5F8C\u307B\u3069\u518D\u5EA6\u304A\u8A66\u3057\u3044\u305F\u3060\u304F\u304B\u3001\u4ED6\u306E\u7FFB\u8A33\u30B5\u30FC\u30D3\u30B9\u306B\u5207\u308A\u66FF\u3048\u3066\u304F\u3060\u3055\u3044\u3002",enableSentryReport:"\u62E1\u5F35\u304C\u30A8\u30E9\u30FC\u3092\u8D77\u3053\u3057\u305F\u3068\u304D\u3001Sentry\u3092\u4F7F\u7528\u3057\u3066\u30D5\u30A3\u30FC\u30C9\u30D0\u30C3\u30AF\u3092\u63D0\u51FA\u3057\u3066\u304F\u3060\u3055\u3044\u3002",goLogin:"\u30ED\u30B0\u30A4\u30F3\u3057\u3066\u304F\u3060\u3055\u3044","translationServices.gemini":"\u30B8\u30A7\u30DF\u30CB","error.reason":"\u30A8\u30E9\u30FC\u306E\u539F\u56E0","widget.translateFile":"PDF/ePub",touchShortcutsOff:"\u9589\u3058\u308B","error.retry":"\u518D\u8A66\u884C","multipleClick.4":"\u56DB\u9023\u6483",shortcutSettings:"\u30B7\u30E7\u30FC\u30C8\u30AB\u30C3\u30C8\u30AD\u30FC","multipleClick.3":"\u30C8\u30EA\u30D7\u30EB\u30B9\u30C8\u30E9\u30A4\u30AF",notLogin:"\u30ED\u30B0\u30A4\u30F3\u3057\u3066\u3044\u307E\u305B\u3093","slide.right":"\u5DE6\u306B\u30B9\u30EF\u30A4\u30D7\u3057\u3066\u304F\u3060\u3055\u3044",translationOnlyMode:"\u8A33\u6587\u306E\u307F\u30E2\u30FC\u30C9","widget.videoSubtitle":"\u30D3\u30C7\u30AA\u5B57\u5E55",paragraphMinTextCountField:"\u7FFB\u8A33\u6BB5\u843D\u306B\u5FC5\u8981\u306A\u6700\u5C0F\u6587\u5B57\u6570","subtitle.hideQuickButton":"\u3053\u306E\u30B7\u30E7\u30FC\u30C8\u30AB\u30C3\u30C8\u3092\u8868\u793A\u3057\u306A\u3044","floatBall.iKnow":"\u308F\u304B\u308A\u307E\u3057\u305F",contact:"\u79C1\u305F\u3061\u306B\u9023\u7D61\u3057\u3066\u304F\u3060\u3055\u3044","widget.instructionTooltip":"\u4F7F\u7528\u8AAC\u660E\u3092\u78BA\u8A8D\u3057\u3066\u304F\u3060\u3055\u3044","tagsInput.add":"+ \u8FFD\u52A0",loggedIn:"\u30ED\u30B0\u30A4\u30F3\u6E08\u307F","intro.floatBallTitle":"\u30AF\u30A4\u30C3\u30AF\u7FFB\u8A33\u30D5\u30ED\u30FC\u30C8\u30DC\u30FC\u30EB",pickAll:"\u3059\u3079\u3066\u9078\u629E","error.subscriptionExpiredTitle":"\u4F1A\u54E1\u304C\u671F\u9650\u5207\u308C\u306B\u306A\u308A\u307E\u3057\u305F","widget.instruction":"\u4F7F\u7528\u8AAC\u660E","shortcutGroup.main":"\u4E00\u822C\u7684\u306A\u6A5F\u80FD\u306E\u30B7\u30E7\u30FC\u30C8\u30AB\u30C3\u30C8\u30AD\u30FC","subtitle.bilingual":"\u30D0\u30A4\u30EA\u30F3\u30AC\u30EB\u5B57\u5E55",alwaysTranslateThisSite:"\u5E38\u306B\u3053\u306E\u30A6\u30A7\u30D6\u30B5\u30A4\u30C8\u3092\u7FFB\u8A33\u3057\u3066\u304F\u3060\u3055\u3044\u3002",mouseHoverCustomKeyTitle:"\u30AB\u30B9\u30BF\u30E0\u30DE\u30A6\u30B9\u30DB\u30D0\u30FC\u30B7\u30E7\u30FC\u30C8\u30AB\u30C3\u30C8","shortcutGroup.mouse":"\u30DE\u30A6\u30B9\u30DB\u30D0\u30FC\u30B7\u30E7\u30FC\u30C8\u30AB\u30C3\u30C8\u8A2D\u5B9A","browser.translateWithGemini":"\u73FE\u5728\u306E\u30DA\u30FC\u30B8\u3092\u4E00\u6642\u7684\u306BGemini\u3067\u7FFB\u8A33\u3057\u3066\u304F\u3060\u3055\u3044",shortcutSettingsTitle:"\u30B7\u30E7\u30FC\u30C8\u30AB\u30C3\u30C8\u30AD\u30FC\u306E\u8A2D\u5B9A","subtitle.showQuickButton":"\u30D7\u30EC\u30FC\u30E4\u30FC\u306B\u4E8C\u8A00\u8A9E\u5B57\u5E55\u306E\u30B7\u30E7\u30FC\u30C8\u30AB\u30C3\u30C8\u3092\u8868\u793A\u3059\u308B","browser.translateWithOpenAI":"\u4E00\u6642\u7684\u306BOpenAI\u3092\u4F7F\u3063\u3066\u73FE\u5728\u306E\u30DA\u30FC\u30B8\u3092\u7FFB\u8A33\u3057\u3066\u304F\u3060\u3055\u3044","browser.translateInputBox":"\u73FE\u5728\u306E\u5165\u529B\u30DC\u30C3\u30AF\u30B9\u306E\u5185\u5BB9\u3092\u7FFB\u8A33\u3057\u3066\u304F\u3060\u3055\u3044\u3002","browser.translateWithDeepL":"\u73FE\u5728\u306E\u30DA\u30FC\u30B8\u3092\u4E00\u6642\u7684\u306BDeepL\u3067\u7FFB\u8A33\u3057\u3066\u304F\u3060\u3055\u3044\u3002","browser.translateWithGoogle":"\u4E00\u6642\u7684\u306BGoogle\u7FFB\u8A33\u3067\u73FE\u5728\u306E\u30DA\u30FC\u30B8\u3092\u7FFB\u8A33\u3057\u3066\u304F\u3060\u3055\u3044\u3002",temprarilyChangeTranslationTo_openai:"\u73FE\u5728\u3001OpenAI\u3092\u4F7F\u7528\u3057\u3066\u73FE\u5728\u306E\u30DA\u30FC\u30B8\u3092\u7FFB\u8A33\u3057\u3066\u3044\u307E\u3059",temprarilyChangeTranslationTo_deepl:"\u73FE\u5728\u3001DeepL\u3092\u4F7F\u7528\u3057\u3066\u73FE\u5728\u306E\u30DA\u30FC\u30B8\u3092\u7FFB\u8A33\u3057\u3066\u3044\u307E\u3059","intro.subtitleTitle":"\u30AA\u30F3\u30E9\u30A4\u30F3\u30D3\u30C7\u30AA\u306E\u30D0\u30A4\u30EA\u30F3\u30AC\u30EB\u5B57\u5E55\u8868\u793A","shortcutGroup.touch":"\u30BF\u30C3\u30C1\u30B9\u30AF\u30EA\u30FC\u30F3\u5C02\u7528\u30B8\u30A7\u30B9\u30C1\u30E3\u30FC",temprarilyChangeTranslationTo_gemini:"\u73FE\u5728\u3001Gemini\u3092\u4F7F\u7528\u3057\u3066\u73FE\u5728\u306E\u30DA\u30FC\u30B8\u3092\u7FFB\u8A33\u3057\u3066\u3044\u307E\u3059",neverTranslateThisSite:"\u3053\u306E\u30A6\u30A7\u30D6\u30B5\u30A4\u30C8\u3092\u6C38\u9060\u306B\u7FFB\u8A33\u3057\u306A\u3044\u3067\u304F\u3060\u3055\u3044",temprarilyChangeTranslationTo_transmart:"\u73FE\u5728\u3001\u30C6\u30F3\u30BB\u30F3\u30C8\u7FFB\u8A33\u3092\u4F7F\u7528\u3057\u3066\u73FE\u5728\u306E\u30DA\u30FC\u30B8\u3092\u7FFB\u8A33\u3057\u3066\u3044\u307E\u3059","browser.translateWithTransmart":"\u4E00\u6642\u7684\u306B\u30C6\u30F3\u30BB\u30F3\u30C8\u7FFB\u8A33\u3067\u73FE\u5728\u306E\u30DA\u30FC\u30B8\u3092\u7FFB\u8A33\u3057\u3066\u304F\u3060\u3055\u3044",notLoginPro:"\u3042\u306A\u305F\u306E\u4F1A\u54E1\u30A2\u30AB\u30A6\u30F3\u30C8\u306B\u307E\u3060\u30ED\u30B0\u30A4\u30F3\u3057\u3066\u3044\u307E\u305B\u3093",networkError:"\u7FFB\u8A33\u30B5\u30FC\u30D3\u30B9\u307E\u305F\u306F\u30CD\u30C3\u30C8\u30EF\u30FC\u30AF\u306B\u554F\u984C\u304C\u767A\u751F\u3057\u3066\u3044\u307E\u3059","widget.videoSubtitleTooltip":"Youtube \u7B49 {count}+ \u306E\u30D3\u30C7\u30AA\u30B5\u30A4\u30C8\u3092\u30B5\u30DD\u30FC\u30C8\u3057\u3066\u3044\u307E\u3059","subtitle.autoDisableSubtitle":"\u81EA\u52D5\u7684\u306B\u4E8C\u304B\u56FD\u8A9E\u306E\u5B57\u5E55\u3092\u6709\u52B9\u306B\u3057\u306A\u3044","intro.hoverTitle":"\u30DE\u30A6\u30B9\u3092\u73FE\u5728\u306E\u6BB5\u843D\u306B\u30DB\u30D0\u30FC\u3057\u3066\u7FFB\u8A33\u3057\u3066\u304F\u3060\u3055\u3044","shortcutGroup.others":"\u3088\u308A\u591A\u304F\u306E\u30AB\u30B9\u30BF\u30E0\u6A5F\u80FD\u306E\u30B7\u30E7\u30FC\u30C8\u30AB\u30C3\u30C8",upgradeToProErrorTitle:"\u3053\u306E\u7FFB\u8A33\u30B5\u30FC\u30D3\u30B9\u3092\u4F7F\u7528\u3059\u308B\u306B\u306F\u3001Pro\u30E1\u30F3\u30D0\u30FC\u306B\u30A2\u30C3\u30D7\u30B0\u30EC\u30FC\u30C9\u3057\u3066\u304F\u3060\u3055\u3044\u3002",temprarilyChangeTranslationTo_google:"\u73FE\u5728\u3001Google\u7FFB\u8A33\u3092\u4F7F\u7528\u3057\u3066\u73FE\u5728\u306E\u30DA\u30FC\u30B8\u3092\u7FFB\u8A33\u3057\u3066\u3044\u307E\u3059",touchShortcutsToggleTranslationMask:"\u30BF\u30C3\u30C1\u30B9\u30AF\u30EA\u30FC\u30F3\u30B8\u30A7\u30B9\u30C1\u30E3\u30FC\u3092\u8A2D\u5B9A\u3057\u3066\u3001\u7FFB\u8A33\u30DE\u30B9\u30AF\u3092\u8868\u793A/\u539F\u6587\u3092\u8868\u793A","shortcutGroup.shortcutsForTranslationServices":"\u7FFB\u8A33\u30B5\u30FC\u30D3\u30B9\u95A2\u9023\u306E\u30B7\u30E7\u30FC\u30C8\u30AB\u30C3\u30C8\u30AD\u30FC","neverTranslateText.title":"\u4EE5\u4E0B\u306E\u5358\u8A9E\u306F\u539F\u6587\u306E\u307E\u307E\u306B\u3057\u3066\u304F\u3060\u3055\u3044\u3001\u7FFB\u8A33\u3057\u306A\u3044\u3067\u304F\u3060\u3055\u3044\u3002","widget.translateFileTooltip":"PDF\u3001EPUB\u3001SRT\u3001ASS\u3001HTML\u3001TXT \u30C9\u30AD\u30E5\u30E1\u30F3\u30C8\u3092\u7FFB\u8A33\u3057\u3066\u304F\u3060\u3055\u3044","floatBall.longPress":"\u9577\u62BC\u3057\u3059\u308B\u3068\u3001\u8A2D\u5B9A\u30D1\u30CD\u30EB\u3092\u7D20\u65E9\u304F\u958B\u304F\u3053\u3068\u304C\u3067\u304D\u307E\u3059\u3088","floatBall.guideClickToTranslate":`\u30AF\u30EA\u30C3\u30AF\u3057\u3066\u6CA1\u5165\u578B\u7FFB\u8A33\u30D5\u30ED\u30FC\u30C8\u30DC\u30FC\u30EB\u3092 \u3059\u3050\u306B\u7FFB\u8A33\u3067\u304D\u307E\u3059`,"browser.translateWithBing":"\u4E00\u6642\u7684\u306B\u30DE\u30A4\u30AF\u30ED\u30BD\u30D5\u30C8\u7FFB\u8A33\u3092\u4F7F\u7528\u3057\u3066\u73FE\u5728\u306E\u30DA\u30FC\u30B8\u3092\u7FFB\u8A33\u3057\u3066\u304F\u3060\u3055\u3044\u3002","browser.toggleMouseHoverTranslateDirectly":"\u30DA\u30FC\u30B8\u4E0A\u3067\u4E00\u6642\u7684\u306B\u30DE\u30A6\u30B9\u30DB\u30D0\u30FC\u306B\u3088\u308B\u76F4\u63A5\u7FFB\u8A33\u3092\u6709\u52B9\u306B\u3059\u308B\u304B\u7121\u52B9\u306B\u3059\u308B","browser.toggleVideoSubtitlePreTranslation":"\u30D0\u30A4\u30EA\u30F3\u30AC\u30EB\u5B57\u5E55\u3092\u5207\u308A\u66FF\u3048\u3066\u3001\u6CA1\u5165\u578B\u7FFB\u8A33\u8A2D\u5B9A\u3092\u512A\u5148\u7684\u306B\u4F7F\u7528\u3057\u3066\u304F\u3060\u3055\u3044\u3002",touchShortcutsToggleTranslateTouchElement:"\u6307\u5B9A\u306E\u6BB5\u843D\u3092\u7FFB\u8A33\u3059\u308B\u305F\u3081\u306E\u30BF\u30C3\u30C1\u30B9\u30AF\u30EA\u30FC\u30F3\u30B8\u30A7\u30B9\u30C1\u30E3\u30FC\u3092\u8A2D\u5B9A\u3057\u3066\u304F\u3060\u3055\u3044",touchShortcutsToggleTranslatePage:"\u30A6\u30A7\u30D6\u30DA\u30FC\u30B8\u3092\u7FFB\u8A33/\u539F\u6587\u3092\u8868\u793A\u3059\u308B\u305F\u3081\u306E\u30BF\u30C3\u30C1\u30B9\u30AF\u30EA\u30FC\u30F3\u30B8\u30A7\u30B9\u30C1\u30E3\u30FC\u3092\u8A2D\u5B9A\u3057\u3066\u304F\u3060\u3055\u3044\u3002","contact.description":"\u4F55\u304B\u3054\u8CEA\u554F\u3084\u63D0\u6848\u304C\u3054\u3056\u3044\u307E\u3057\u305F\u3089\u3001\u4E0B\u8A18\u306E\u30D5\u30A9\u30FC\u30E0\u306B\u8A18\u5165\u3057\u3066\u3054\u9023\u7D61\u3044\u305F\u3060\u304F\u304B\u3001{email}\u307E\u3067\u30E1\u30FC\u30EB\u3092\u304A\u9001\u308A\u304F\u3060\u3055\u3044\u3002\u65E9\u6025\u306B\u3054\u8FD4\u4FE1\u3044\u305F\u3057\u307E\u3059\u3002","desc.mouseHoverHoldKey":"\u30DE\u30A6\u30B9\u3092\u7279\u5B9A\u306E\u6BB5\u843D\u306B\u30DB\u30D0\u30FC\u3055\u305B\u3001\u540C\u6642\u306B\u53F3\u5074\u306E\u30B7\u30E7\u30FC\u30C8\u30AB\u30C3\u30C8\u30AD\u30FC\u3092\u62BC\u3059\u3068\u3001\u305D\u306E\u6BB5\u843D\u3092\u76F4\u63A5\u7FFB\u8A33\u3067\u304D\u307E\u3059\u3002","desc.touchShortcutsToggleTranslateTouchElement":"\u3042\u306A\u305F\u306E\u3044\u308B\u4EFB\u610F\u306E\u6BB5\u843D\u3092\u7FFB\u8A33\u3059\u308B\u305F\u3081\u306E\u30B8\u30A7\u30B9\u30C1\u30E3\u30FC\u3092\u30AB\u30B9\u30BF\u30DE\u30A4\u30BA\u3057\u3066\u304F\u3060\u3055\u3044\u3002",paragraphMinTextCountDesc:"\u6CE8\u610F\u3001\u3053\u3053\u3067\u6307\u3059\u306E\u306F\u6587\u5B57\u306E\u9577\u3055\u3067\u3001\u4F8B\u3048\u3070\uFF1Ahello\u306F5\u6587\u5B57\u3067\u3059\u3001\u3088\u308A\u5927\u304D\u306A\u5024\u3092\u8A2D\u5B9A\u3059\u308B\u3068\u4E0D\u5FC5\u8981\u306A\u5C0F\u3055\u306A\u6BB5\u843D\u306E\u7FFB\u8A33\u3092\u6E1B\u3089\u3059\u3053\u3068\u304C\u3067\u304D\u307E\u3059\u3002","description.baiduField":"\u30B5\u30DD\u30FC\u30C8\u3055\u308C\u3066\u3044\u308B\u30D5\u30A3\u30FC\u30EB\u30C9\u306F<1>\u3053\u3053\u3092\u53C2\u7167\u3057\u3066\u304F\u3060\u3055\u3044\u3002\u7A7A\u306E\u5834\u5408\u306F\u3001\u30D5\u30A3\u30FC\u30EB\u30C9\u304C\u6307\u5B9A\u3055\u308C\u3066\u3044\u306A\u3044\u3053\u3068\u3092\u610F\u5473\u3057\u307E\u3059\u3002","error.subscriptionExpired":"\u3042\u306A\u305F\u306E\u4F1A\u54E1\u8CC7\u683C\u306F\u3059\u3067\u306B\u671F\u9650\u5207\u308C\u304B\u3082\u3057\u308C\u307E\u305B\u3093\u3001\u3042\u306A\u305F\u306E\u4F1A\u54E1\u30B9\u30C6\u30FC\u30BF\u30B9\u3092\u78BA\u8A8D\u3057\u3066\u304F\u3060\u3055\u3044\u3002",temprarilyChangeTranslationTo_bing:"\u73FE\u5728\u3001\u30DE\u30A4\u30AF\u30ED\u30BD\u30D5\u30C8\u7FFB\u8A33\u3092\u4F7F\u7528\u3057\u3066\u73FE\u5728\u306E\u30DA\u30FC\u30B8\u3092\u7FFB\u8A33\u3057\u3066\u3044\u307E\u3059","desc.touchShortcutsToggleTranslatePage":"\u8A2D\u5B9A\u5F8C\u3001\u79FB\u52D5\u30C7\u30D0\u30A4\u30B9\u6642\u306B\u306F\u3001X\u672C\u306E\u6307\u3067\u753B\u9762\u3092\u540C\u6642\u306B\u30BF\u30C3\u30C1\u3057\u305F\u308A\u3001\u5DE6\u53F3\u306B\u30B9\u30EF\u30A4\u30D7\u3057\u305F\u308A\u3001\u9023\u7D9A\u3057\u3066\u30BF\u30C3\u30D7\u3057\u305F\u308A\u3057\u3066\u3001\u7FFB\u8A33\u30DA\u30FC\u30B8/\u539F\u6587\u3092\u8868\u793A\u3059\u308B\u3053\u3068\u304C\u3067\u304D\u307E\u3059\u3002",confirmResetToDefaultSettings:"\u3053\u306E\u7FFB\u8A33\u30B5\u30FC\u30D3\u30B9\u3092\u30C7\u30D5\u30A9\u30EB\u30C8\u8A2D\u5B9A\u306B\u623B\u3057\u307E\u3059\u304B\uFF1F\uFF08\u73FE\u5728\u306E\u7FFB\u8A33\u30B5\u30FC\u30D3\u30B9\u306E\u8A2D\u5B9A\u306E\u307F\u30EA\u30BB\u30C3\u30C8\uFF09","desc.toggleMouseHoverTranslateDirectly":"\u3053\u306E\u30B7\u30E7\u30FC\u30C8\u30AB\u30C3\u30C8\u30AD\u30FC\u3092\u62BC\u3059\u3068\u3001\u30DA\u30FC\u30B8\u4E0A\u3067\u30DE\u30A6\u30B9\u304C\u4EFB\u610F\u306E\u30C6\u30AD\u30B9\u30C8\u3092\u6307\u3059\u3068\u3001\u305D\u306E\u30C6\u30AD\u30B9\u30C8\u304C\u81EA\u52D5\u7684\u306B\u7FFB\u8A33\u3055\u308C\u307E\u3059\u3002\u30B7\u30E7\u30FC\u30C8\u30AB\u30C3\u30C8\u30AD\u30FC\u3092\u3082\u3046\u4E00\u5EA6\u62BC\u3059\u3068\u3001\u3053\u306E\u81EA\u52D5\u7FFB\u8A33\u6A5F\u80FD\u3092\u9589\u3058\u308B\u3053\u3068\u304C\u3067\u304D\u307E\u3059\u3002","slide.left":"\u53F3\u306B\u30B9\u30E9\u30A4\u30C9\u3057\u3066\u304F\u3060\u3055\u3044","subtitle.showQuickButtonDescription":"\u30D3\u30C7\u30AA\u30D7\u30EC\u30FC\u30E4\u30FC\u306E\u53F3\u4E0B\u9685\u306B\u4E8C\u8A00\u8A9E\u5B57\u5E55\u3092\u6709\u52B9\u306B\u3059\u308B\u30B7\u30E7\u30FC\u30C8\u30AB\u30C3\u30C8\u304C\u63D0\u4F9B\u3055\u308C\u3066\u3044\u307E\u3059",mouseHoverCustomKeyDescription:"\u3042\u306A\u305F\u306F\u30DE\u30A6\u30B9\u306E\u30DB\u30D0\u30FC\u306B\u30AB\u30B9\u30BF\u30E0\u30B7\u30E7\u30FC\u30C8\u30AB\u30C3\u30C8\u30AD\u30FC\u3092\u8A2D\u5B9A\u3059\u308B\u3053\u3068\u304C\u3067\u304D\u307E\u3059\u3002\u4F8B\u3048\u3070\uFF1AAlt+Z\u3001Ctrl+E\u3001Cmd+Alt+E\u3001\u307E\u305F\u306F\u76F4\u63A5Cmd\u3001\u624B\u52D5\u3067\u5165\u529B\u3057\u3066\u304F\u3060\u3055\u3044\u3002",buildSnapshots:"\u30A6\u30A7\u30D6\u30DA\u30FC\u30B8\u306E\u30B9\u30CA\u30C3\u30D7\u30B7\u30E7\u30C3\u30C8\u3092\u751F\u6210\u3059\u308B",shortcutDisableTooltip:"\u30D6\u30E9\u30A6\u30B6\u304C\u63D0\u4F9B\u3059\u308B\u62E1\u5F35\u30B7\u30E7\u30FC\u30C8\u30AB\u30C3\u30C8\u30AD\u30FC\u7BA1\u7406\u30DA\u30FC\u30B8\u3067\u8A2D\u5B9A\u3092\u884C\u3063\u3066\u304F\u3060\u3055\u3044\u3002\u8A73\u3057\u3044\u30AC\u30A4\u30C9\u306F\u3001\u3053\u306E\u30DA\u30FC\u30B8\u306E\u4E00\u756A\u4E0A\u306E\u8AAC\u660E\u3092\u3054\u89A7\u304F\u3060\u3055\u3044\u3002","desc.toggleTranslateTheMainPage":"\u30DA\u30FC\u30B8\u306E\u4E3B\u8981\u306A\u30A8\u30EA\u30A2\u306E\u307F\u3092\u7FFB\u8A33\u3057\u3066\u304F\u3060\u3055\u3044\u3002\u30DA\u30FC\u30B8\u5168\u4F53\u306E\u30A8\u30EA\u30A2\u3092\u7FFB\u8A33\u3059\u308B\u8A2D\u5B9A\u3092\u6709\u52B9\u306B\u3057\u305F\u5F8C\u3001\u3053\u306E\u30B7\u30E7\u30FC\u30C8\u30AB\u30C3\u30C8\u30AD\u30FC\u3092\u4F7F\u7528\u3057\u3066\u30DA\u30FC\u30B8\u306E\u4E3B\u8981\u306A\u30A8\u30EA\u30A2\u306E\u307F\u3092\u7279\u5225\u306B\u7FFB\u8A33\u3059\u308B\u3053\u3068\u304C\u3067\u304D\u307E\u3059\u3002","multipleClick.2":"\u30C0\u30D6\u30EB\u30AF\u30EA\u30C3\u30AF","desc.touchShortcutsToggleTranslationMask":"\u7FFB\u8A33\u30DE\u30B9\u30AF\u306F\u3001\u7FFB\u8A33\u30B9\u30BF\u30A4\u30EB\u306E\u307C\u304B\u3057\u52B9\u679C\uFF08\u5B66\u7FD2\u30E2\u30FC\u30C9\uFF09\u3092\u6307\u3057\u3001\u958B\u59CB\u3059\u308B\u3068\u4E00\u6642\u7684\u306B\u7FFB\u8A33\u6587\u306B\u307C\u304B\u3057\u52B9\u679C\u3092\u4F7F\u7528\u3057\u3001\u5B66\u7FD2\u306B\u4FBF\u5229\u3067\u3059\u3002","desc.toggleTranslateTheWholePage":"\u30DA\u30FC\u30B8\u5168\u4F53\u3092\u7FFB\u8A33\u3057\u307E\u3059\u3002\u30C7\u30D5\u30A9\u30EB\u30C8\u3067\u306F\u3001\u79C1\u305F\u3061\u306F\u30DA\u30FC\u30B8\u306E\u4E3B\u8981\u306A\u90E8\u5206\u3092\u7FFB\u8A33\u3057\u307E\u3059\u304C\u3001\u3053\u306E\u30B7\u30E7\u30FC\u30C8\u30AB\u30C3\u30C8\u30AD\u30FC\u3092\u4F7F\u7528\u3057\u3066\u30DA\u30FC\u30B8\u5168\u4F53\u3092\u7279\u5225\u306B\u7FFB\u8A33\u3059\u308B\u3053\u3068\u304C\u3067\u304D\u307E\u3059\u3002","desc.interfaceLanguage":"\u30A4\u30F3\u30BF\u30FC\u30D5\u30A7\u30FC\u30B9\u306E\u8A00\u8A9E\u8A2D\u5B9A\u306F\u30B3\u30F3\u30C8\u30ED\u30FC\u30EB\u30D1\u30CD\u30EB\u306E\u8868\u793A\u8A00\u8A9E\u306B\u5F71\u97FF\u3092\u4E0E\u3048\u3001\u7FFB\u8A33\u306E\u76EE\u6A19\u8A00\u8A9E\u3068\u306F\u95A2\u4FC2\u3042\u308A\u307E\u305B\u3093\u3002","intro.floatBallDescription":"\u6709\u52B9\u306B\u3059\u308B\u3068\u3001\u30DA\u30FC\u30B8\u306E\u53F3\u5074\u306B\u7FFB\u8A33\u30DC\u30BF\u30F3\u304C\u8868\u793A\u3055\u308C\u3001\u30AF\u30EA\u30C3\u30AF\u3059\u308B\u3068\u3059\u3050\u306B\u7FFB\u8A33\u3067\u304D\u3001\u518D\u5EA6\u30AF\u30EA\u30C3\u30AF\u3059\u308B\u3068\u5143\u306E\u30C6\u30AD\u30B9\u30C8\u306B\u5207\u308A\u66FF\u3048\u308B\u3053\u3068\u304C\u3067\u304D\u307E\u3059\u3002\u30E2\u30D0\u30A4\u30EB\u7AEF\u672B\u3067\u306F\u3001\u30D5\u30ED\u30FC\u30C6\u30A3\u30F3\u30B0\u30DC\u30FC\u30EB\u3092\u9577\u62BC\u3057\u3059\u308B\u3068\u3001\u30B7\u30E7\u30FC\u30C8\u30AB\u30C3\u30C8\u8A2D\u5B9A\u30D1\u30CD\u30EB\u3092\u958B\u304F\u3053\u3068\u304C\u3067\u304D\u307E\u3059\u3002","neverTranslateText.description":"\u4E00\u90E8\u306E\u7FFB\u8A33\u30A8\u30F3\u30B8\u30F3\u306F\u5C02\u6709\u540D\u8A5E\u306E\u8A8D\u8B58\u304C\u7406\u60F3\u7684\u3067\u306F\u306A\u3044\u305F\u3081\u3001\u3053\u3053\u306B\u5358\u8A9E\u3092\u8FFD\u52A0\u3057\u3066\u3001\u7FFB\u8A33\u30D7\u30ED\u30BB\u30B9\u4E2D\u306B\u305D\u308C\u3089\u304C\u5909\u63DB\u3055\u308C\u306A\u3044\u3088\u3046\u306B\u3059\u308B\u3053\u3068\u304C\u3067\u304D\u307E\u3059\u3002\u3053\u306E\u6A5F\u80FD\u306F\u5927\u6587\u5B57\u3068\u5C0F\u6587\u5B57\u3092\u533A\u5225\u3057\u3001\u30B9\u30DA\u30FC\u30B9\u3067\u533A\u5207\u3089\u308C\u305F\u5358\u8A9E\u8A00\u8A9E\uFF08\u82F1\u8A9E\u3001\u30D5\u30E9\u30F3\u30B9\u8A9E\u306A\u3069\uFF09\u306E\u307F\u3092\u30B5\u30DD\u30FC\u30C8\u3057\u3066\u304A\u308A\u3001\u65E5\u672C\u8A9E\u3084\u97D3\u56FD\u8A9E\u306A\u3069\u306E\u8A00\u8A9E\u306B\u306F\u9069\u7528\u3055\u308C\u307E\u305B\u3093\u3002","intro.subtitleDescription":"\u3053\u306E\u6A5F\u80FD\u3092\u6709\u52B9\u306B\u3059\u308B\u3068\u3001\u30D3\u30C7\u30AA\u306E\u518D\u751F\u6642\u306B\u81EA\u52D5\u7684\u306B\u4E8C\u8A00\u8A9E\u5B57\u5E55\u304C\u8868\u793A\u3055\u308C\u307E\u3059\u3002\u6709\u52B9\u306B\u3057\u3066\u3044\u306A\u3044\u5834\u5408\u306F\u3001\u30DA\u30FC\u30B8\u4E0A\u3067\u624B\u52D5\u3067\u7FFB\u8A33\u30DC\u30BF\u30F3\u3092\u30AF\u30EA\u30C3\u30AF\u3057\u3066\u5B57\u5E55\u3092\u8868\u793A\u3059\u308B\u5FC5\u8981\u304C\u3042\u308A\u307E\u3059\u3002\u6280\u8853\u7684\u306A\u5236\u9650\u306E\u305F\u3081\u3001\u4E00\u90E8\u306E\u30A6\u30A7\u30D6\u30B5\u30A4\u30C8\u3067\u306F\u3001\u5B57\u5E55\u3092\u521D\u3081\u3066\u6709\u52B9\u306B\u3059\u308B\u3068\u304D\u306B\u30DA\u30FC\u30B8\u3092\u66F4\u65B0\u3059\u308B\u304B\u3001\u7FFB\u8A33\u304C\u5B8C\u4E86\u3059\u308B\u306E\u3092\u5F85\u3064\u5FC5\u8981\u304C\u3042\u308B\u304B\u3082\u3057\u308C\u307E\u305B\u3093\u3002\u307E\u305F\u3001\u30D3\u30C7\u30AA\u30B5\u30A4\u30C8\u3092\u958B\u3044\u305F\u5F8C\u3001\u53F3\u4E0A\u306E\u89D2\u3067\u6CA1\u5165\u578B\u7FFB\u8A33\u306E\u30B7\u30E7\u30FC\u30C8\u30AB\u30C3\u30C8\u30D1\u30CD\u30EB\u3092\u958B\u304F/\u9589\u3058\u308B\u3053\u3068\u3082\u3067\u304D\u307E\u3059\u3002

\u73FE\u5728\u3001\u4EE5\u4E0B\u306E\u30A6\u30A7\u30D6\u30B5\u30A4\u30C8\u3067\u4E8C\u8A00\u8A9E\u5B57\u5E55\u3092\u4F7F\u7528\u3059\u308B\u3053\u3068\u304C\u3067\u304D\u307E\u3059\uFF1A","intro.hoverDescription":"\u30DE\u30A6\u30B9\u30DB\u30D0\u30FC\u7FFB\u8A33\u306F\u3001\u6CA1\u5165\u578B\u7FFB\u8A33\u306B\u304A\u3044\u3066\u975E\u5E38\u306B\u91CD\u8981\u306A\u6A5F\u80FD\u3067\u3001\u30D1\u30E9\u30B0\u30E9\u30D5\u306E\u4E0A\u306B\u30DE\u30A6\u30B9\u3092\u7F6E\u304D\u3001\u8A2D\u5B9A\u3057\u305F\u30B7\u30E7\u30FC\u30C8\u30AB\u30C3\u30C8\u30AD\u30FC\u3092\u540C\u6642\u306B\u62BC\u3059\u3060\u3051\u3067\u3001\u73FE\u5728\u306E\u30D1\u30E9\u30B0\u30E9\u30D5\u3092\u81EA\u52D5\u7684\u306B\u7FFB\u8A33\u3057\u307E\u3059\uFF08\u6CE8\u610F\uFF1A\u30C7\u30D5\u30A9\u30EB\u30C8\u3067\u306F\u6709\u52B9\u306B\u306A\u3063\u3066\u3044\u307E\u305B\u3093\u306E\u3067\u3001\u4E0B\u306E\u8A2D\u5B9A\u3067\u6709\u52B9\u306B\u3057\u3066\u304F\u3060\u3055\u3044\uFF09\u3002\u3053\u306E\u30A4\u30F3\u30BF\u30E9\u30AF\u30B7\u30E7\u30F3\u306F\u3001\u5358\u8A9E\u306E\u9078\u629E\u7FFB\u8A33\u3092\u3088\u308A\u826F\u304F\u4EE3\u66FF\u3059\u308B\u305F\u3081\u306B\u4F7F\u7528\u3055\u308C\u307E\u3059\u3002\u307E\u305F\u3001\u3053\u306E\u6A5F\u80FD\u306F\u3001\u8A8D\u8B58\u3067\u304D\u306A\u3044\u7FFB\u8A33\u30A8\u30EA\u30A2\u306B\u3082\u5E83\u304F\u9069\u7528\u3055\u308C\u3066\u3044\u307E\u3059\u3002\u3053\u306E\u6A5F\u80FD\u3092\u5229\u7528\u3057\u3066\u3001\u4EFB\u610F\u306E\u30D1\u30E9\u30B0\u30E9\u30D5\u3092\u5F37\u5236\u7684\u306B\u7FFB\u8A33\u3059\u308B\u3053\u3068\u304C\u3067\u304D\u307E\u3059\u3002",translationOnlyModeDescription:"\u300C\u8A33\u6587\u306E\u307F\u300D\u30E2\u30FC\u30C9\u3068\u306F\u3001\u30C7\u30D5\u30A9\u30EB\u30C8\u306E\u30D0\u30A4\u30EA\u30F3\u30AC\u30EB\u30E2\u30FC\u30C9\u3067\u306F\u306A\u304F\u3001\u8A33\u6587\u306E\u307F\u3092\u8868\u793A\u3059\u308B\u3053\u3068\u3092\u6307\u3057\u307E\u3059\u3002\u6CE8\u610F\uFF1A\u6280\u8853\u7684\u306A\u5236\u9650\u306E\u305F\u3081\u3001\u300C\u8A33\u6587\u306E\u307F\u300D\u30E2\u30FC\u30C9\u3067\u306F\u3001\u539F\u6587\u306E\u30CF\u30A4\u30D1\u30FC\u30EA\u30F3\u30AF\u304C\u7121\u52B9\u306B\u306A\u308A\u307E\u3059\u3002",geminiWarning:"\u6CE8\u610F\uFF1AGoogle\u304C\u63D0\u4F9B\u3059\u308BGemini\u306E\u7121\u6599\u30B5\u30FC\u30D3\u30B9\u306E\u5236\u9650\u306F\u53B3\u3057\u304F\u3001\u30E6\u30FC\u30B6\u30FC\u304C\u8907\u6570\u306EKey\u3092\u4F7F\u7528\u3057\u3066\u5F7C\u3089\u306E\u7121\u6599\u914D\u5F53\u5236\u9650\u3092\u56DE\u907F\u3057\u3066\u3044\u308B\u3068Google\u306B\u5224\u65AD\u3055\u308C\u308B\u53EF\u80FD\u6027\u304C\u3042\u308A\u307E\u3059\u3002\u4F7F\u7528\u3059\u308B\u3053\u3068\u306F\u304A\u52E7\u3081\u3057\u307E\u305B\u3093\u3001Google\u304C\u5C06\u6765Gemini\u306E\u6709\u6599\u30A4\u30F3\u30BF\u30FC\u30D5\u30A7\u30FC\u30B9\u3092\u958B\u653E\u3059\u308B\u306E\u3092\u5F85\u3064\u3053\u3068\u3092\u304A\u52E7\u3081\u3057\u307E\u3059\u3002","floatBall.setting":"\u8A2D\u5B9A","floatBall.translateToLanguage":"{language}\u306B\u7FFB\u8A33\u3059\u308B\u3092\u30AF\u30EA\u30C3\u30AF\u3057\u3066\u304F\u3060\u3055\u3044","floatBall.file":`PDF\u3001EPUB\u3001SRT\u3001 ASS\u3001HTML\u3001TXT\u30D5\u30A1\u30A4\u30EB\u3092\u7FFB\u8A33\u3057\u307E\u3059`,changeToOnlyTempTranslationMode:"\u7FFB\u8A33\u306E\u307F\u3092\u8868\u793A\u3059\u308B\u3088\u3046\u306B\u5207\u308A\u66FF\u3048\u308B",changeToDualTempTranslationMode:"\u5BFE\u8A33\u3078\u306E\u5207\u308A\u66FF\u3048","options.navbar.translateFile":"\u7FFB\u8A33\u6587\u66F8","translationServices.yandex":"\u30E4\u30F3\u30C7\u30C3\u30AF\u30B9","options.navbar.installApp":"\u643A\u5E2F\u96FB\u8A71\u306E\u30A2\u30D7\u30EA\u3092\u30A4\u30F3\u30B9\u30C8\u30FC\u30EB\u3059\u308B","transitionMode.translation":"\u305F\u3060\u8A33\u6587","subtitle.transitionMode":"\u30D3\u30C7\u30AA\u5B57\u5E55\u306E\u4E8C\u8A00\u8A9E/\u7FFB\u8A33\u30C6\u30AD\u30B9\u30C8\u306E\u307F\u306E\u8A2D\u5B9A","transitionMode.dual":"\u30D0\u30A4\u30EA\u30F3\u30AC\u30EB\u5BFE\u7167","subtitle.transitionModeDescription":"\u30D3\u30C7\u30AA\u5B57\u5E55\u3092\u4E8C\u8A00\u8A9E\u5BFE\u7167\u307E\u305F\u306F\u7FFB\u8A33\u6587\u306E\u307F\u306E\u30E2\u30FC\u30C9\u306B\u8A2D\u5B9A\u3057\u3066\u304F\u3060\u3055\u3044","transitionMode.inherit":"\u30B7\u30B9\u30C6\u30E0\u306E\u30C7\u30D5\u30A9\u30EB\u30C8\u306E\u7FFB\u8A33\u8868\u793A\u30E2\u30FC\u30C9\u3068\u4E00\u81F4\u3057\u3066\u304F\u3060\u3055\u3044\u3002",translateFileTooltip:`PDF\u3001ePub\u3001srt\u3001 ass\u3001HTML\u3001TXT\u30D5\u30A1\u30A4\u30EB\u3092\u7FFB\u8A33\u3057\u3066\u304F\u3060\u3055\u3044`,"description.subtitlePrompt":`\u5B57\u5E55\u30B7\u30FC\u30F3\u3067\u8907\u6570\u306E\u30D1\u30E9\u30B0\u30E9\u30D5\u3092\u9001\u4FE1\u3059\u308B\u5834\u5408\u3001\u30E6\u30FC\u30B6\u30FC\u3068\u3057\u3066{service}\u306B\u5BFE\u8A71\u3092\u9001\u4FE1\u3057\u307E\u3059\u3002\u3053\u3053\u3067\u3001{{from}}\u306F\u30D1\u30E9\u30B0\u30E9\u30D5\u306E\u8A00\u8A9E\u3092\u3001{{to}}\u306F\u76EE\u6A19\u8A00\u8A9E\u3092\u8868\u3057\u3001{{yaml}}\u306Fyaml\u5F62\u5F0F\u3067\u5305\u88C5\u3057\u305F\u30D1\u30E9\u30B0\u30E9\u30D5\u306E\u5185\u5BB9\u3067\u3059\u3002\u30AB\u30B9\u30BF\u30E0Prompt\u304C\u5FC5\u8981\u306A\u5834\u5408\u3001AI\u306E\u5FDC\u7B54\u3068\u3057\u3066\u306EYAML\u7D50\u679C\u306E\u5404\u9805\u76EE\u304C{env.imt_sub_trans_field}\u30D5\u30A3\u30FC\u30EB\u30C9\u3092\u542B\u3080\u3053\u3068\u3092\u78BA\u8A8D\u3059\u308B\u5FC5\u8981\u304C\u3042\u308A\u307E\u3059\u3002{{imt_sub_trans_field}}\u306F\u3001AI\u306E\u5FDC\u7B54\u3068\u3057\u3066\u671F\u5F85\u3059\u308B\u7FFB\u8A33\u30D5\u30A3\u30FC\u30EB\u30C9\u540D\u3067\u3001\u30C7\u30D5\u30A9\u30EB\u30C8\u306F{env.imt_sub_trans_field}\u3067\u3059\u3002{{imt_sub_source_field}}\u306F\u3001AI\u306B\u6E21\u3059\u539F\u6587\u30D5\u30A3\u30FC\u30EB\u30C9\u540D\u3067\u3001\u30C7\u30D5\u30A9\u30EB\u30C8\u306F{env.imt_sub_source_field}\u3067\u3059\u3002\u7D50\u679C\u306E\u4F8B\u306F\u4EE5\u4E0B\u306E\u901A\u308A\u3067\u3059\uFF1A @@ -5000,7 +5000,7 @@ ass\u3001HTML\u3001TXT\u30D5\u30A1\u30A4\u30EB\u3092\u7FFB\u8A33\u3057\u3066\u30 - id: 1 {env.imt_trans_field}: \u7FFB\u8A33\u6587 - id: 2 - {env.imt_trans_field}: \u7FFB\u8A33\u6587`,"subtitle.quickButton.white":"\u767D\u8272","subtitle.quickButton.black":"\u9ED2\u8272","subtitle.quickButton.setting":"\u8A2D\u5B9A","subtitle.quickButton.blue":"\u9752\u8272","subtitle.quickButton.backgroundOpacity":"\u80CC\u666F\u306E\u4E0D\u900F\u660E\u5EA6","subtitle.quickButton.cyan":"\u9752\u8272","subtitle.quickButton.translationPositionBottom":"\u539F\u6587\u306E\u4E0B\u65B9","subtitle.quickButton.sourceFontSize":"\u5143\u306E\u30D5\u30A9\u30F3\u30C8\u30B5\u30A4\u30BA","subtitle.quickButton.backgroundColor":"\u80CC\u666F\u8272","subtitle.quickButton.magenta":"\u30DE\u30BC\u30F3\u30BF\u8272","subtitle.quickButton.red":"\u8D64\u8272","subtitle.quickButton.green":"\u7DD1\u8272","subtitle.quickButton.translationPositionTop":"\u539F\u6587\u306E\u4E0A\u306B","translationServices.claude":"\u30AF\u30ED\u30FC\u30C9","subtitle.quickButton.sourceTextColor":"\u539F\u6587\u306E\u30D5\u30A9\u30F3\u30C8\u306E\u8272","subtitle.quickButton.yellow":"\u9EC4\u8272","subtitle.quickButton.translationFontSize":"\u7FFB\u8A33\u6587\u5B57\u306E\u30D5\u30A9\u30F3\u30C8\u30B5\u30A4\u30BA","subtitle.quickButton.translationTextColor":"\u7FFB\u8A33\u6587\u5B57\u306E\u8272","subtitle.quickButton.translationPosition":"\u7FFB\u8A33\u4F4D\u7F6E",attachSubtitleTranslating:"{service} \u3092\u4F7F\u7528\u3057\u3066\u7FFB\u8A33\u4E2D...","error.claude.403":"\u4E00\u6642\u7684\u306B\u30B5\u30FC\u30D3\u30B9\u3078\u306E\u30A2\u30AF\u30BB\u30B9\u6A29\u9650\u304C\u3042\u308A\u307E\u305B\u3093\u3002\u3053\u308C\u306FClaude\u306E\u5730\u57DF\u5236\u9650\u306B\u95A2\u9023\u3057\u3066\u3044\u308B\u53EF\u80FD\u6027\u304C\u3042\u308A\u307E\u3059\u3002IP\u30A2\u30C9\u30EC\u30B9\u3092\u5207\u308A\u66FF\u3048\u308B\u304B\u3001\u4ED6\u306E\u7FFB\u8A33\u30B5\u30FC\u30D3\u30B9\u3092\u4F7F\u7528\u3057\u3066\u307F\u3066\u304F\u3060\u3055\u3044\u3002","browser.brandDescriptionForSafari":"\u3010\u6CA1\u5165\u578B\u7FFB\u8A33\u3011\u7121\u6599\u306E\uFF08\u539F\u6587/\u8A33\u6587\uFF09\u30D0\u30A4\u30EA\u30F3\u30AC\u30EB\u5BFE\u7167\u30A6\u30A7\u30D6\u30DA\u30FC\u30B8\u7FFB\u8A33\u30D7\u30E9\u30B0\u30A4\u30F3\u3067\u3001PDF\u7FFB\u8A33\u3068EPUB\u96FB\u5B50\u66F8\u7C4D\u7FFB\u8A33\u3092\u540C\u6642\u306B\u30B5\u30DD\u30FC\u30C8\u3057\u3001\u539F\u6587\u306E\u30EC\u30A4\u30A2\u30A6\u30C8\u3092\u4FDD\u6301\u3057\u307E\u3059\u3002Youtube/Netflix\u306A\u3069\u306E\u30AA\u30F3\u30E9\u30A4\u30F3\u30D3\u30C7\u30AA\u306E\u30D0\u30A4\u30EA\u30F3\u30AC\u30EB\u5B57\u5E55\u7FFB\u8A33\u3082\u30B5\u30DD\u30FC\u30C8\u3057\u3001Deepl/Google\u306A\u3069\u306E\u4E3B\u6D41\u7FFB\u8A33\u30B5\u30FC\u30D3\u30B9\u306B\u5BFE\u5FDC\u3057\u3066\u3044\u307E\u3059\u3002","browser.PdfProFile":"AI \u99C6\u52D5\u306E PDF Pro \u7FFB\u8A33","browser.textTranslate":"\u30C6\u30AD\u30B9\u30C8\u7FFB\u8A33"};var mh={nologin:"\u0644\u0645 \u062A\u0642\u0645 \u0628\u062A\u0633\u062C\u064A\u0644 \u0627\u0644\u062F\u062E\u0648\u0644",loginForSafari:"\u062A\u0633\u062C\u064A\u0644 \u0627\u0644\u062F\u062E\u0648\u0644 \u0623\u0648 \u0627\u0644\u062A\u0633\u062C\u064A\u0644",login:"\u064A\u0645\u0643\u0646\u0643 \u062A\u0641\u0639\u064A\u0644 \u0627\u0644\u0639\u0636\u0648\u064A\u0629 \u0628\u0639\u062F \u062A\u0633\u062C\u064A\u0644 \u0627\u0644\u062F\u062E\u0648\u0644",manageAccount:"\u0625\u062F\u0627\u0631\u0629 \u0627\u0644\u062D\u0633\u0627\u0628",openPremium:"\u0627\u0644\u0627\u0646\u0636\u0645\u0627\u0645 \u0625\u0644\u0649 \u0627\u0644\u0639\u0636\u0648\u064A\u0629",logout:"\u064A\u062A\u0631\u0643",curentPlan:"\u0627\u0644\u0631\u0632\u0645\u0629 \u0627\u0644\u062D\u0627\u0644\u064A\u0629",endAt:"\u0646\u0636\u062C",endAuto:"\u062A\u062C\u062F\u064A\u062F \u062A\u0644\u0642\u0627\u0626\u064A",lineBreakMaxTextCount:"\u0627\u0644\u062D\u062F \u0627\u0644\u0623\u0642\u0635\u0649 \u0644\u0639\u062F\u062F \u0627\u0644\u0623\u062D\u0631\u0641 \u0627\u0644\u0645\u0633\u0645\u0648\u062D \u0628\u0647 \u0644\u0643\u0644 \u062C\u0645\u0644\u0629 \u0628\u0639\u062F \u0641\u0648\u0627\u0635\u0644 \u0627\u0644\u0623\u0633\u0637\u0631","translate-pdf":"\u0627\u0646\u0642\u0631 \u0644\u062A\u0631\u062C\u0645\u0629 PDF","noSupportTranslate-pdf":"\u0627\u0644\u0628\u0631\u0646\u0627\u0645\u062C \u0627\u0644\u0646\u0635\u064A \u063A\u064A\u0631 \u0645\u062F\u0639\u0648\u0645\u060C \u064A\u0631\u062C\u0649 \u0627\u0633\u062A\u062E\u062F\u0627\u0645 \u0627\u0644\u0628\u0631\u0646\u0627\u0645\u062C \u0627\u0644\u0625\u0636\u0627\u0641\u064A","translate-firefox-local-pdf":"\u0627\u0646\u0642\u0631 \u0644\u0627\u0633\u062A\u064A\u0631\u0627\u062F PDF",enableLineBreak:"\u0642\u0645 \u0628\u062A\u0634\u063A\u064A\u0644 \u0627\u0644\u062A\u0641\u0627\u0641 \u0627\u0644\u0643\u0644\u0645\u0627\u062A \u0627\u0644\u062A\u0644\u0642\u0627\u0626\u064A \u0644\u0644\u0641\u0642\u0631\u0627\u062A \u0627\u0644\u0637\u0648\u064A\u0644\u0629",sponsorLabel:"\u0627\u062F\u0639\u0645 \u0645\u0637\u0648\u0631\u064B\u0627 \u0628\u062F\u0621\u064B\u0627 \u0645\u0646 1 \u062F\u0648\u0644\u0627\u0631",help:"\u064A\u0633\u0627\u0639\u062F",browserShortcutsNoteForFirefox:'\u0644\u062A\u0639\u062F\u064A\u0644 \u0645\u0641\u0627\u062A\u064A\u062D \u0627\u0644\u0627\u062E\u062A\u0635\u0627\u0631 \u0641\u064A \u0645\u062A\u0635\u0641\u062D Firefox\u060C \u062A\u062D\u062A\u0627\u062C \u0625\u0644\u0649 \u0641\u062A\u062D \u0635\u0641\u062D\u0629 \u0625\u062F\u0627\u0631\u0629 \u0627\u0644\u0627\u0645\u062A\u062F\u0627\u062F\u0627\u062A `about:addons`\u060C \u062B\u0645 \u0627\u0644\u0646\u0642\u0631 \u0641\u0648\u0642 "\u0627\u0644\u0625\u0639\u062F\u0627\u062F\u0627\u062A"\u060C \u062B\u0645 \u0627\u0644\u0646\u0642\u0631 \u0641\u0648\u0642 "\u0625\u062F\u0627\u0631\u0629 \u0645\u0641\u0627\u062A\u064A\u062D \u0627\u0644\u0627\u062E\u062A\u0635\u0627\u0631" \u0644\u062A\u0639\u064A\u064A\u0646\u0647\u0627.',browserShortcutsNoteForChrome:"\u0644\u062A\u0639\u062F\u064A\u0644 \u0645\u0641\u0627\u062A\u064A\u062D \u0627\u0644\u0627\u062E\u062A\u0635\u0627\u0631 \u0641\u064A \u0645\u062A\u0635\u0641\u062D \u064A\u0634\u0628\u0647 Chrome\u060C \u062A\u062D\u062A\u0627\u062C \u0625\u0644\u0649 \u0641\u062A\u062D \u0635\u0641\u062D\u0629 \u0625\u062F\u0627\u0631\u0629 \u0627\u0644\u0625\u0636\u0627\u0641\u0627\u062A\u060C \u0648\u062A\u0639\u064A\u064A\u0646\u0647\u0627 \u0641\u064A \u0644\u0648\u062D\u0629 `\u0625\u062F\u0627\u0631\u0629 \u0627\u0644\u0627\u062E\u062A\u0635\u0627\u0631\u0627\u062A` (`chrome://extensions/shortcuts`)\u060C \u062B\u0645 \u0627\u0644\u0646\u0642\u0631 \u0641\u0648\u0642 \u0627\u0644\u0632\u0631 \u0623\u062F\u0646\u0627\u0647 \u0644\u0644\u0627\u0646\u062A\u0642\u0627\u0644 \u0625\u0644\u0649 \u0635\u0641\u062D\u0629 \u0625\u062F\u0627\u0631\u0629 \u0645\u0641\u062A\u0627\u062D \u0627\u0644\u0627\u062E\u062A\u0635\u0627\u0631.",browserShortcutsSucks:"\u062A\u0646\u0633\u064A\u0642 \u0645\u0641\u062A\u0627\u062D \u0627\u0644\u0627\u062E\u062A\u0635\u0627\u0631 \u0627\u0644\u0645\u062E\u0635\u0635 \u0647\u0648 (\u0644\u0627 \u064A\u0648\u062C\u062F \u0627\u0644\u062A\u0639\u0631\u0641 \u0627\u0644\u062A\u0644\u0642\u0627\u0626\u064A\u060C \u064A\u0631\u062C\u0649 \u0627\u0644\u062F\u062E\u0648\u0644 \u0645\u0628\u0627\u0634\u0631\u0629)\uFF1A",enableLineBreakDescription:"\u0639\u0646\u062F \u062A\u0634\u063A\u064A\u0644\u0647\u060C \u0633\u064A\u062A\u0645 \u0625\u062F\u0631\u0627\u062C \u0641\u0648\u0627\u0635\u0644 \u0627\u0644\u0623\u0633\u0637\u0631 \u0641\u064A \u0646\u0647\u0627\u064A\u0629 \u0643\u0644 \u062C\u0645\u0644\u0629 \u0641\u064A \u0641\u0642\u0631\u0627\u062A \u0637\u0648\u064A\u0644\u0629 \u0644\u062A\u0633\u0647\u064A\u0644 \u0627\u0644\u0642\u0631\u0627\u0621\u0629.","browser.shortBrandName":"\u062A\u0631\u062C\u0645\u0629 \u063A\u0627\u0645\u0631\u0629","browser.brandName":"\u062A\u0631\u062C\u0645\u0629 \u063A\u0627\u0645\u0631\u0629: \u062A\u0631\u062C\u0645\u0629 \u0635\u0641\u062D\u0627\u062A \u0627\u0644\u0648\u064A\u0628 \u062B\u0646\u0627\u0626\u064A\u0629 \u0627\u0644\u0644\u063A\u0629 \u0648\u062A\u0631\u062C\u0645\u0629 \u0645\u0633\u062A\u0646\u062F\u0627\u062A PDF","browser.brandDescription":"Bilingual web page translation, also supports PDF translation, bilingual Epub eBook translation, free to use.","browser.toggleTranslatePage":"\u062A\u0631\u062C\u0645\u0629 \u0635\u0641\u062D\u0629 \u0627\u0644\u0648\u064A\u0628/\u0625\u0638\u0647\u0627\u0631 \u0627\u0644\u0646\u0635 \u0627\u0644\u0623\u0635\u0644\u064A","browser.toggleTranslateTheWholePage":"\u062A\u0631\u062C\u0645\u0629 \u062C\u0645\u064A\u0639 \u0645\u0646\u0627\u0637\u0642 \u0627\u0644\u0635\u0641\u062D\u0629/\u0639\u0631\u0636 \u0627\u0644\u0646\u0635 \u0627\u0644\u0623\u0635\u0644\u064A","browser.toggleOnlyTransation":"\u062A\u0628\u062F\u064A\u0644 \u0627\u0644\u0648\u0636\u0639 \u062B\u0646\u0627\u0626\u064A \u0627\u0644\u0644\u063A\u0629 / \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0641\u0642\u0637","browser.toggleTranslateToThePageEndImmediately":"\u062A\u0631\u062C\u0645\u0629 \u0641\u0648\u0631\u064A\u0629 \u0625\u0644\u0649 \u0623\u0633\u0641\u0644 \u0627\u0644\u0635\u0641\u062D\u0629/\u0625\u0638\u0647\u0627\u0631 \u0627\u0644\u0646\u0635 \u0627\u0644\u0623\u0635\u0644\u064A","browser.toggleTranslateTheMainPage":"\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0645\u0646\u0637\u0642\u0629 \u0627\u0644\u0631\u0626\u064A\u0633\u064A\u0629 \u0644\u0644\u0635\u0641\u062D\u0629/\u0639\u0631\u0636 \u0627\u0644\u0646\u0635 \u0627\u0644\u0623\u0635\u0644\u064A","browser.shareToDraft":"\u0645\u0634\u0627\u0631\u0643\u0629 \u0627\u0644\u0635\u0641\u062D\u0627\u062A \u062B\u0646\u0627\u0626\u064A\u0629 \u0627\u0644\u0644\u063A\u0629","browser.openOptionsPage":"\u0627\u0641\u062A\u062D \u0635\u0641\u062D\u0629 \u0627\u0644\u0625\u0639\u062F\u0627\u062F\u0627\u062A","browser.toggleTranslationMask":"\u0625\u0638\u0647\u0627\u0631/\u0625\u062E\u0641\u0627\u0621 \u062A\u0623\u062B\u064A\u0631 \u0637\u0645\u0633 \u0627\u0644\u062A\u0631\u062C\u0645\u0629","browser.translateLocalPdfFile":"\u062A\u0631\u062C\u0645\u0629 \u0645\u0644\u0641\u0627\u062A PDF \u0627\u0644\u0645\u062D\u0644\u064A\u0629","browser.openEbookViewer":"\u0642\u0631\u0627\u0621\u0629 \u0627\u0644\u0643\u062A\u0628 \u0627\u0644\u0625\u0644\u0643\u062A\u0631\u0648\u0646\u064A\u0629 \u0627\u0644\u0645\u062D\u0644\u064A\u0629","browser.openEbookBuilder":"\u0625\u0646\u0634\u0627\u0621 \u0643\u062A\u0628 \u0625\u0644\u0643\u062A\u0631\u0648\u0646\u064A\u0629 EPUB \u062B\u0646\u0627\u0626\u064A\u0629 \u0627\u0644\u0644\u063A\u0629","browser.translateLocalHtmlFile":"\u062A\u0631\u062C\u0645\u0629 \u0645\u0644\u0641\u0627\u062A HTML/txt","browser.donateContext":"\u062A\u0639\u0631\u0641 \u0639\u0644\u0649 \u0641\u0648\u0627\u0626\u062F \u0627\u0644\u0631\u0639\u0627\u064A\u0629","browser.translateLocalSubtitleFile":"\u062A\u0631\u062C\u0645\u0629 \u0645\u0644\u0641\u0627\u062A \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0645\u062D\u0644\u064A\u0629",confirmResetConfig:"\u0647\u0644 \u0623\u0646\u062A \u0645\u062A\u0623\u0643\u062F \u0623\u0646\u0643 \u062A\u0631\u064A\u062F \u0625\u0639\u0627\u062F\u0629 \u0636\u0628\u0637 \u0625\u0639\u062F\u0627\u062F\u0627\u062A\u0643\u061F",translationLineBreakSettingTitle:"\u0625\u0639\u062F\u0627\u062F\u0627\u062A \u0627\u0644\u062A\u0641\u0627\u0641 \u0633\u0637\u0631 \u0627\u0644\u062A\u0631\u062C\u0645\u0629",smartLineBreak:"\u062A\u063A\u0644\u064A\u0641 \u0627\u0644\u062E\u0637 \u0627\u0644\u0630\u0643\u064A",alwaysLineBreak:"\u0627\u0644\u062A\u0641\u0627\u0641 \u062F\u0627\u0626\u0645\u0627",isShowContextMenu:"\u0623\u0636\u0641 \u0635\u0641\u062D\u0629 \u0627\u0644\u0648\u064A\u0628 \u0627\u0644\u0645\u062A\u0631\u062C\u0645\u0629 \u0625\u0644\u0649 \u0639\u0646\u0635\u0631 \u0642\u0627\u0626\u0645\u0629 \u0627\u0644\u0646\u0642\u0631 \u0628\u0632\u0631 \u0627\u0644\u0645\u0627\u0648\u0633 \u0627\u0644\u0623\u064A\u0645\u0646",toggleBeta:"\u062A\u0641\u0639\u064A\u0644 \u0645\u064A\u0632\u0627\u062A \u0627\u0644\u0627\u062E\u062A\u0628\u0627\u0631 \u0627\u0644\u062A\u062C\u0631\u064A\u0628\u064A",betaDescription:"\u062A\u0645\u0643\u064A\u0646 \u0627\u0644\u0645\u064A\u0632\u0627\u062A \u0627\u0644\u062A\u064A \u0644\u0627 \u062A\u0632\u0627\u0644 \u062A\u062C\u0631\u064A\u0628\u064A\u0629\u060C \u0628\u0627\u0644\u0625\u0636\u0627\u0641\u0629 \u0625\u0644\u0649 \u062E\u062F\u0645\u0627\u062A \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0642\u064A\u062F \u0627\u0644\u0627\u062E\u062A\u0628\u0627\u0631. \u0627\u0646\u0636\u0645 \u0625\u0644\u0649<1>\u0645\u062C\u0645\u0648\u0639\u0629 \u0627\u0644\u062A\u0644\u064A\u062C\u0631\u0627\u0645 \u064A\u062A\u0639\u0644\u0645 \u0623\u0643\u062B\u0631.",translationLineBreakSettingDescription:"\u064A\u064F\u0639\u062F \u0627\u0644\u0627\u0644\u062A\u0641\u0627\u0641 \u062F\u0627\u0626\u0645\u064B\u0627 \u0645\u0646\u0627\u0633\u0628\u064B\u0627 \u0644\u0644\u062A\u062E\u0637\u064A\u0637\u0627\u062A \u0630\u0627\u062A \u0627\u0644\u0645\u062D\u062A\u0648\u0649 \u0627\u0644\u0623\u0642\u0644 \u0648\u0627\u0644\u0623\u0643\u062B\u0631 \u062A\u0631\u062A\u064A\u0628\u064B\u0627. (\u0627\u0633\u062A\u062E\u062F\u0645 \u0641\u0648\u0627\u0635\u0644 \u0627\u0644\u0623\u0633\u0637\u0631 \u0627\u0644\u0630\u0643\u064A\u0629 \u0641\u064A \u0627\u0644\u0641\u0642\u0631\u0627\u062A \u0627\u0644\u0637\u0648\u064A\u0644\u0629 \u0627\u0644\u062A\u064A \u062A\u062D\u062A\u0648\u064A \u0639\u0644\u0649 \u0627\u0644\u0643\u062B\u064A\u0631 \u0645\u0646 \u0627\u0644\u0645\u062D\u062A\u0648\u0649 (\u0623\u0643\u062B\u0631 \u0645\u0646{count}\u062D\u0631\u0641) \u0644\u062A\u0648\u0641\u064A\u0631 \u0627\u0644\u0645\u0633\u0627\u062D\u0629)",tempTranslateDomainTitle:"\u0643\u0645 \u0645\u0646 \u0627\u0644\u0648\u0642\u062A \u0644\u062A\u0645\u0643\u064A\u0646 \u062A\u0631\u062C\u0645\u0629 \u0645\u0648\u0642\u0639 \u0627\u0644\u0648\u064A\u0628 \u0645\u0624\u0642\u062A\u064B\u0627",tempTranslateDomainDescription:"\u0639\u0646\u062F \u062A\u0631\u062C\u0645\u0629 \u0635\u0641\u062D\u0629 \u0648\u064A\u0628 \u064A\u062F\u0648\u064A\u064B\u0627\u060C \u0642\u0645 \u0628\u062A\u0634\u063A\u064A\u0644 \u0645\u0648\u0642\u0639 \u0627\u0644\u0648\u064A\u0628 \u0645\u0624\u0642\u062A\u064B\u0627 \u0644\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u062A\u0644\u0642\u0627\u0626\u064A\u0629\u060C \u0648\u064A\u0645\u0643\u0646\u0643 \u0636\u0628\u0637 \u0627\u0644\u0645\u062F\u0629 \u0627\u0644\u0645\u0624\u0642\u062A\u0629.",xMinutes:"{count} \u062F\u0642\u064A\u0642\u0629",disabled:"\u0625\u0628\u0637\u0627\u0644",changelog:"\u062A\u063A\u064A\u064A\u0631 \u0627\u0644\u0633\u062C\u0644",toggleTranslatePageWhenThreeFingersOnTheScreen:"\u0627\u0644\u0645\u0633 \u0627\u0644\u0634\u0627\u0634\u0629 \u0628\u0623\u0635\u0627\u0628\u0639 \u0645\u062A\u0639\u062F\u062F\u0629 \u0641\u064A \u0646\u0641\u0633 \u0627\u0644\u0648\u0642\u062A \u0644\u062A\u0631\u062C\u0645\u0629 \u0635\u0641\u062D\u0629 \u0627\u0644\u0648\u064A\u0628/\u0639\u0631\u0636 \u0627\u0644\u0646\u0635 \u0627\u0644\u0623\u0635\u0644\u064A",toggleTranslationMaskWhenThreeFingersOnTheScreen:"\u0627\u0644\u0645\u0633 \u0639\u062F\u0629 \u0623\u0635\u0627\u0628\u0639 \u0641\u064A \u0646\u0641\u0633 \u0627\u0644\u0648\u0642\u062A \u0644\u0625\u0638\u0647\u0627\u0631/\u0625\u062E\u0641\u0627\u0621 \u062A\u0623\u062B\u064A\u0631 \u0637\u0645\u0633 \u0627\u0644\u062A\u0631\u062C\u0645\u0629",fingerCountToToggleTranslagePageOnlyTranslationWhenTouching:"\u0627\u0644\u0645\u0633 \u0627\u0644\u0634\u0627\u0634\u0629 \u0628\u0623\u0635\u0627\u0628\u0639 \u0645\u062A\u0639\u062F\u062F\u0629 \u0641\u064A \u0646\u0641\u0633 \u0627\u0644\u0648\u0642\u062A \u0644\u062A\u0631\u062C\u0645\u0629 \u0635\u0641\u062D\u0629 \u0627\u0644\u0648\u064A\u0628 (\u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0641\u0642\u0637)/\u0639\u0631\u0636 \u0627\u0644\u0646\u0635 \u0627\u0644\u0623\u0635\u0644\u064A",addUrlDescription:"\u064A\u0645\u0643\u0646 \u0623\u0646 \u064A\u0643\u0648\u0646 \u0627\u0633\u0645 \u0646\u0637\u0627\u0642 \u0648\u064A\u062F\u0639\u0645 \u0623\u062D\u0631\u0641 \u0627\u0644\u0628\u062F\u0644\u060C \u0645\u062B\u0644\uFF1A*.google.com\u060C google.com/mail/*\u060C https://www.google.com/*",general:"\u0627\u0644\u0625\u0639\u062F\u0627\u062F\u0627\u062A \u0627\u0644\u0623\u0633\u0627\u0633\u064A\u0629",clickToExpandConfig:"\u0642\u0645 \u0628\u062A\u0648\u0633\u064A\u0639 \u0627\u0644\u062A\u0643\u0648\u064A\u0646 \u0627\u0644\u062D\u0627\u0644\u064A",import:"\u0627\u0633\u062A\u064A\u0631\u0627\u062F \u0645\u0646 \u0645\u0644\u0641",export:"\u062A\u0635\u062F\u064A\u0631 \u0625\u0644\u0649 \u0645\u0644\u0641",toggleDebug:"\u0637\u0628\u0627\u0639\u0629 \u0633\u062C\u0644\u0627\u062A \u0627\u0644\u062A\u0635\u062D\u064A\u062D \u0639\u0644\u0649 \u0648\u062D\u062F\u0629 \u0627\u0644\u062A\u062D\u0643\u0645","fingers.0":"\u0625\u0646\u0647\u0627\u0621","fingers.2":"\u0644\u0645\u0633\u0629 \u0628\u0625\u0635\u0628\u0639\u064A\u0646","fingers.3":"\u0644\u0645\u0633\u0629 \u0628\u062B\u0644\u0627\u062B\u0629 \u0623\u0635\u0627\u0628\u0639","fingers.4":"\u0644\u0645\u0633\u0629 \u0628\u0623\u0631\u0628\u0639\u0629 \u0623\u0635\u0627\u0628\u0639","fingers.5":"\u0644\u0645\u0633\u0629 \u062E\u0645\u0633\u0629 \u0623\u0635\u0627\u0628\u0639",mouseHoldKey:"+ {key} \u062A\u0631\u062C\u0645\u0629/\u0627\u0633\u062A\u0639\u0627\u062F\u0629 \u0647\u0630\u0647 \u0627\u0644\u0641\u0642\u0631\u0629",mouseHoldKeyAuto:"\u062A\u0631\u062C\u0645\u0629 \u0647\u0630\u0647 \u0627\u0644\u0641\u0642\u0631\u0629 \u0645\u0628\u0627\u0634\u0631\u0629",mouseHoldKeyOff:"\u0644\u0627 \u062A\u0641\u0639\u0644 \u0623\u064A \u0634\u064A\u0621",mouseHoldKeyOther:"\u0645\u0641\u0627\u062A\u064A\u062D \u0627\u0644\u0627\u062E\u062A\u0635\u0627\u0631 \u0627\u0644\u0645\u062E\u0635\u0635\u0629 (\u0627\u0644\u0625\u0639\u062F\u0627\u062F\u0627\u062A \u0627\u0644\u0645\u0641\u062A\u0648\u062D\u0629)",mouseHoldKeyCustomKey:"{key} / \u0627\u0633\u062A\u0639\u0627\u062F\u0629 \u0647\u0630\u0647 \u0627\u0644\u0641\u0642\u0631\u0629",mouseHoverHoldKey:"\u062D\u0631\u0643 \u0627\u0644\u0645\u0627\u0648\u0633 \u0648\u0627\u0636\u063A\u0637 \u0639\u0644\u0649 \u0645\u0641\u062A\u0627\u062D \u0627\u0644\u0627\u062E\u062A\u0635\u0627\u0631 \u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0641\u0642\u0631\u0629","mouse-translate":"\u062A\u0645\u0631\u064A\u0631 \u0627\u0644\u0645\u0627\u0648\u0633",document:"\u0648\u062B\u064A\u0642\u0629",resetSuccess:"\u0625\u0639\u0627\u062F\u0629 \u0636\u0628\u0637 \u062C\u0645\u064A\u0639 \u0627\u0644\u0625\u0639\u062F\u0627\u062F\u0627\u062A \u0628\u0646\u062C\u0627\u062D",resetThisSuccess:"\u062A\u0645\u062A \u0625\u0639\u0627\u062F\u0629 \u0627\u0644\u0636\u0628\u0637 \u0628\u0646\u062C\u0627\u062D",saved:"\u062D\u0641\u0638 \u0628\u0646\u062C\u0627\u062D",successImportConfig:"\u062A\u0645 \u0627\u0633\u062A\u064A\u0631\u0627\u062F \u0627\u0644\u062A\u0643\u0648\u064A\u0646 \u0628\u0646\u062C\u0627\u062D",goAdvancedSettings:"\u0627\u0646\u062A\u0642\u0644 \u0625\u0644\u0649 \u0635\u0641\u062D\u0629 \u0627\u0644\u0625\u0639\u062F\u0627\u062F\u0627\u062A \u0627\u0644\u0645\u062A\u0642\u062F\u0645\u0629",goAdvancedInterfaceSettings:"\u0627\u0646\u062A\u0642\u0644 \u0625\u0644\u0649 \u0635\u0641\u062D\u0629 \u0625\u0639\u062F\u0627\u062F\u0627\u062A \u0627\u0644\u062A\u062E\u0635\u064A\u0635 \u0627\u0644\u0645\u062A\u0642\u062F\u0645\u0629",advanced:"\u0625\u0639\u062F\u0627\u062F\u0627\u062A \u0645\u062A\u0642\u062F\u0645\u0629",advancedDescription:"\u0628\u0634\u0643\u0644 \u0639\u0627\u0645\u060C \u0644\u0627 \u064A\u0644\u0632\u0645 \u0623\u064A \u0625\u0639\u062F\u0627\u062F\u060C \u0641\u0642\u0637 \u0627\u062D\u062A\u0641\u0638 \u0628\u0627\u0644\u0625\u0639\u062F\u0627\u062F \u0627\u0644\u0627\u0641\u062A\u0631\u0627\u0636\u064A. \u0641\u0642\u0637 \u0644\u0644\u0645\u0633\u062A\u062E\u062F\u0645\u064A\u0646 \u0627\u0644\u0623\u0643\u062B\u0631 \u0627\u062D\u062A\u0631\u0627\u0641\u064B\u0627\u060C \u064A\u062A\u0645 \u062A\u0648\u0641\u064A\u0631 \u0625\u0639\u062F\u0627\u062F\u0627\u062A \u0623\u0643\u062B\u0631 \u062A\u062E\u0635\u064A\u0635\u064B\u0627.",developer:"\u0625\u0639\u062F\u0627\u062F\u0627\u062A \u0627\u0644\u0645\u0637\u0648\u0631",donateCafe:"\u0633\u0639\u0631","translate to the bottom of the page":"\u0628\u0639\u062F \u0627\u0644\u062F\u062E\u0648\u0644 \u0625\u0644\u0649 \u0635\u0641\u062D\u0629 \u0627\u0644\u0648\u064A\u0628 \u0647\u0644 \u064A\u062A\u0645 \u062A\u0631\u062C\u0645\u062A\u0647\u0627 \u0645\u0628\u0627\u0634\u0631\u0629 \u0625\u0644\u0649 \u0623\u0633\u0641\u0644 \u0627\u0644\u0635\u0641\u062D\u0629\u061F",feedback:"\u062A\u0639\u0644\u064A\u0642",toggleTranslatePage:"\u062A\u0631\u062C\u0645\u0629 \u0635\u0641\u062D\u0629 \u0627\u0644\u0648\u064A\u0628/\u0625\u0638\u0647\u0627\u0631 \u0627\u0644\u0646\u0635 \u0627\u0644\u0623\u0635\u0644\u064A",translateToThePageEndImmediatelyDescription:"\u0639\u0646\u062F \u062A\u0634\u063A\u064A\u0644\u0647\u060C \u0633\u064A\u0624\u062F\u064A \u0627\u0644\u062F\u062E\u0648\u0644 \u0625\u0644\u0649 \u0635\u0641\u062D\u0629 \u0648\u064A\u0628 \u0625\u0644\u0649 \u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0645\u062D\u062A\u0648\u0649 \u0639\u0644\u0649 \u0627\u0644\u0641\u0648\u0631 \u0645\u0646 \u0623\u0639\u0644\u0649 \u0625\u0644\u0649 \u0623\u0633\u0641\u0644. \u0625\u0630\u0627 \u062A\u0645 \u0625\u064A\u0642\u0627\u0641\u0647\u060C \u064A\u0645\u0643\u0646\u0643 \u0627\u0644\u0642\u0631\u0627\u0621\u0629 \u0648\u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0641\u064A \u0646\u0641\u0633 \u0627\u0644\u0648\u0642\u062A. (\u0644\u0627 \u064A\u0646\u0635\u062D \u0628\u062A\u0634\u063A\u064A\u0644\u0647)","translate all areas of the page":"\u0645\u0627 \u0625\u0630\u0627 \u0643\u0627\u0646 \u0633\u064A\u062A\u0645 \u062A\u0631\u062C\u0645\u0629 \u062C\u0645\u064A\u0639 \u0645\u0646\u0627\u0637\u0642 \u0635\u0641\u062D\u0629 \u0627\u0644\u0648\u064A\u0628",translationAreaDescription:"\u0639\u0646\u062F \u062A\u0634\u063A\u064A\u0644\u0647\u060C \u0633\u062A\u062A\u0645 \u062A\u0631\u062C\u0645\u0629 \u062C\u0645\u064A\u0639 \u0645\u0646\u0627\u0637\u0642 \u0635\u0641\u062D\u0629 \u0627\u0644\u0648\u064A\u0628 \u0628\u0623\u0643\u0645\u0644\u0647\u0627. \u0625\u0630\u0627 \u062A\u0645 \u0625\u064A\u0642\u0627\u0641 \u062A\u0634\u063A\u064A\u0644\u0647\u060C \u0641\u0633\u064A\u062A\u0645 \u0627\u0633\u062A\u062E\u062F\u0627\u0645 \u0627\u0644\u062A\u0639\u0631\u0641 \u0627\u0644\u0630\u0643\u064A \u0627\u0644\u0627\u0641\u062A\u0631\u0627\u0636\u064A \u0648\u0633\u062A\u062A\u0645 \u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0645\u0646\u0637\u0642\u0629 \u0627\u0644\u0631\u0626\u064A\u0633\u064A\u0629 \u0641\u0642\u0637. (\u0644\u0627 \u064A\u0646\u0635\u062D \u0628\u062A\u0634\u063A\u064A\u0644\u0647)","the number of characters to be translated first":"\u0642\u0645 \u0628\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0623\u062D\u0631\u0641 \u0627\u0644\u0642\u0644\u064A\u0644\u0629 \u0627\u0644\u0623\u0648\u0644\u0649 \u0645\u0646 \u0627\u0644\u0635\u0641\u062D\u0629 \u0645\u0628\u0627\u0634\u0631\u0629 \u062F\u0648\u0646 \u0627\u0646\u062A\u0638\u0627\u0631 \u0627\u0644\u062A\u0645\u0631\u064A\u0631 \u0625\u0644\u0649 \u0627\u0644\u0645\u0646\u0637\u0642\u0629 \u0627\u0644\u0645\u0631\u0626\u064A\u0629","interface language":"\u0644\u063A\u0629 \u0627\u0644\u0648\u0627\u062C\u0647\u0629","display both the original text and the translation":"\u0639\u0631\u0636 \u0627\u0644\u0646\u0635 \u0627\u0644\u0623\u0635\u0644\u064A \u0648\u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0641\u064A \u0648\u0642\u062A \u0648\u0627\u062D\u062F","keyboard shortcuts":"\u0627\u062E\u062A\u0635\u0627\u0631\u0627\u062A \u0644\u0648\u062D\u0629 \u0627\u0644\u0645\u0641\u0627\u062A\u064A\u062D",modify:"\u062A\u0639\u062F\u064A\u0644 \u0645\u0641\u0627\u062A\u064A\u062D \u0627\u0644\u0627\u062E\u062A\u0635\u0627\u0631",reset:"\u0625\u0639\u0627\u062F\u0629 \u0636\u0628\u0637",close:"\u0625\u0646\u0647\u0627\u0621",homepage:"\u0627\u0644\u0635\u0641\u062D\u0629 \u0627\u0644\u0631\u0626\u064A\u0633\u064A\u0629",more:"\u0623\u0643\u062B\u0631",moreOptions:"\u0642\u0645 \u0628\u062A\u0648\u0633\u064A\u0639 \u0627\u0644\u0645\u0632\u064A\u062F \u0645\u0646 \u062E\u064A\u0627\u0631\u0627\u062A \u0627\u0644\u062A\u062E\u0635\u064A\u0635",translateTheWholePage:"\u062A\u0631\u062C\u0645\u0629 \u062C\u0645\u064A\u0639 \u0645\u0646\u0627\u0637\u0642 \u0627\u0644\u0635\u0641\u062D\u0629 (\u062A\u062E\u062A\u0644\u0641 \u0639\u0646 \u0627\u0644\u0645\u0646\u0627\u0637\u0642 \u0627\u0644\u0631\u0626\u064A\u0633\u064A\u0629 \u0644\u0644\u062A\u0639\u0631\u0641 \u0627\u0644\u0630\u0643\u064A)",changeToTranslateTheWholePage:"\u0627\u0644\u062A\u0628\u062F\u064A\u0644 \u0644\u062A\u0631\u062C\u0645\u0629 \u0643\u0627\u0641\u0629 \u0627\u0644\u0645\u062C\u0627\u0644\u0627\u062A",changeToTranslateTheMainPage:"\u0642\u0645 \u0628\u0627\u0644\u062A\u0628\u062F\u064A\u0644 \u0625\u0644\u0649 \u0645\u0646\u0637\u0642\u0629 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0631\u0626\u064A\u0633\u064A\u0629",changeToOnlyTranslationMode:"\u0642\u0645 \u0628\u0627\u0644\u062A\u0628\u062F\u064A\u0644 \u0625\u0644\u0649 \u0625\u0638\u0647\u0627\u0631 \u0627\u0644\u062A\u0631\u062C\u0645\u0627\u062A \u0641\u0642\u0637",changeToDualTranslationMode:"\u0627\u0644\u062A\u0628\u062F\u064A\u0644 \u0625\u0644\u0649 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u062B\u0646\u0627\u0626\u064A\u0629 \u0627\u0644\u0644\u063A\u0629",translateToThePageEndImmediately:"\u062A\u0631\u062C\u0645 \u0639\u0644\u0649 \u0627\u0644\u0641\u0648\u0631 \u0625\u0644\u0649 \u0623\u0633\u0641\u0644 \u0627\u0644\u0635\u0641\u062D\u0629",translateTheMainPage:"\u0627\u0644\u0645\u062C\u0627\u0644\u0627\u062A \u0627\u0644\u0631\u0626\u064A\u0633\u064A\u0629 \u0644\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0630\u0643\u064A\u0629","The local rules are up to date":"\u0642\u0648\u0627\u0639\u062F \u0627\u0644\u062A\u0643\u064A\u0641 \u0627\u0644\u0645\u062D\u0644\u064A\u0629 \u0645\u062D\u062F\u062B\u0629:","Successfully synchronized with the latest official rules:":"\u062A\u0645\u062A \u0645\u0632\u0627\u0645\u0646\u0629 \u0623\u062D\u062F\u062B \u0642\u0648\u0627\u0639\u062F \u0627\u0644\u062A\u0643\u064A\u0641 \u0627\u0644\u0631\u0633\u0645\u064A\u0629 \u0628\u0646\u062C\u0627\u062D:","Checking for updates":"\u0627\u0644\u0628\u062D\u062B \u0639\u0646 \u062A\u062D\u062F\u064A\u062B\u0627\u062A","Rules are being synchronized":"\u0645\u0632\u0627\u0645\u0646\u0629 \u0642\u0648\u0627\u0639\u062F \u0627\u0644\u062A\u0643\u064A\u0641",localVersionIsTooOld:"\u0625\u0635\u062F\u0627\u0631 \u0627\u0644\u0645\u0644\u062D\u0642 \u0627\u0644\u0645\u062D\u0644\u064A \u0642\u062F\u064A\u0645 \u062C\u062F\u064B\u0627. \u064A\u0631\u062C\u0649 \u0627\u0644\u062A\u0631\u0642\u064A\u0629 \u0625\u0644\u0649 \u0627\u0644\u0645\u0644\u062D\u0642 {minVersion} \u0623\u0648 \u0625\u0635\u062F\u0627\u0631 \u0623\u062D\u062F\u062B \u0648\u0645\u062D\u0627\u0648\u0644\u0629 \u0627\u0644\u0645\u0632\u0627\u0645\u0646\u0629 \u0645\u0631\u0629 \u0623\u062E\u0631\u0649.",badUserscriptBrowser:"\u0627\u0644\u0645\u062A\u0635\u0641\u062D \u0627\u0644\u062D\u0627\u0644\u064A \u0644\u0627 \u064A\u0637\u0628\u0642 \u0648\u0627\u062C\u0647\u0629 \u0645\u0644\u062D\u0642 Grease Monkey \u0628\u0634\u0643\u0644 \u0635\u062D\u064A\u062D (\u0645\u062B\u0644 \u0627\u0644\u062D\u0635\u0648\u0644 \u0639\u0644\u0649 \u0645\u0639\u0644\u0648\u0645\u0627\u062A \u0631\u0642\u0645 \u0627\u0644\u0625\u0635\u062F\u0627\u0631 \u0644\u0644\u0628\u0631\u0646\u0627\u0645\u062C \u0627\u0644\u0646\u0635\u064A Grease Monkey \u0646\u0641\u0633\u0647)\u060C \u064A\u0631\u062C\u0649 \u0627\u0633\u062A\u062E\u062F\u0627\u0645 \u0645\u0644\u062D\u0642\u0627\u062A \u062F\u0639\u0645 \u0623\u062E\u0631\u0649 <1> Grease Monkey \u0645\u062A\u0635\u0641\u062D\u0627\u062A \u0645\u062B\u0644 \u0641\u0627\u064A\u0631\u0641\u0648\u0643\u0633",foundNewVersion:"\u062A\u0645 \u0627\u0644\u0639\u062B\u0648\u0631 \u0639\u0644\u0649 \u0646\u0633\u062E\u0629 \u062C\u062F\u064A\u062F\u0629",theLocalExtensionIsUpToUpdate:"\u0627\u0644\u0627\u0645\u062A\u062F\u0627\u062F \u0627\u0644\u062D\u0627\u0644\u064A \u0647\u0648 \u0623\u062D\u062F\u062B \u0625\u0635\u062F\u0627\u0631.",failToSyncRules:"\u0641\u0634\u0644\u062A \u0645\u0632\u0627\u0645\u0646\u0629 \u0623\u062D\u062F\u062B \u0642\u0648\u0627\u0639\u062F \u0627\u0644\u062A\u0643\u064A\u0641",retry:"\u0627\u0636\u063A\u0637 \u0647\u0646\u0627 \u0644\u0644\u0645\u062D\u0627\u0648\u0644\u0629 \u0645\u0631\u0629 \u0623\u062E\u0631\u0649",failedReason:"\u0633\u0628\u0628 \u0627\u0644\u0641\u0634\u0644",currentRuleVersion:"\u0646\u0633\u062E\u0629 \u0627\u0644\u0642\u0627\u0639\u062F\u0629 \u0627\u0644\u062D\u0627\u0644\u064A\u0629",calculating:"\u062D\u0633\u0627\u0628",unknownError:"\u062E\u0637\u0623 \u063A\u064A\u0631 \u0645\u0639\u0631\u0648\u0641",canNotFetchRemoteRule:"\u063A\u064A\u0631 \u0642\u0627\u062F\u0631 \u0639\u0644\u0649 \u0627\u0644\u062D\u0635\u0648\u0644 \u0639\u0644\u0649 \u0627\u0644\u0642\u0648\u0627\u0639\u062F \u0627\u0644\u0628\u0639\u064A\u062F\u0629",enableAlphaSuccess:"\u062A\u0645 \u062A\u0634\u063A\u064A\u0644 \u0648\u0638\u064A\u0641\u0629 \u0623\u0644\u0641\u0627",disableAlphaSuccess:"\u062A\u0645 \u0625\u064A\u0642\u0627\u0641 \u0645\u064A\u0632\u0629 \u0623\u0644\u0641\u0627",cacheSize:"\u062D\u062C\u0645 \u0630\u0627\u0643\u0631\u0629 \u0627\u0644\u062A\u062E\u0632\u064A\u0646 \u0627\u0644\u0645\u0624\u0642\u062A\uFF1A",cleaning:"\u062A\u0646\u0638\u064A\u0641",cleanCache:"\u0645\u0633\u062D \u0630\u0627\u0643\u0631\u0629 \u0627\u0644\u062A\u062E\u0632\u064A\u0646 \u0627\u0644\u0645\u0624\u0642\u062A",options:"\u064A\u062B\u0628\u062A",about:"\u0639\u0646",service:"\u062E\u062F\u0645\u0629 \u0627\u0644\u062A\u0631\u062C\u0645\u0629",needAction:"(\u0627\u0630\u0647\u0628 \u0644\u0644\u0627\u0639\u062F\u0627\u062F\u0627\u062A)",goSettings:"\u0627\u0630\u0647\u0628 \u0644\u0644\u0627\u0639\u062F\u0627\u062F\u0627\u062A",needActionForOptions:"(\u062A\u062D\u062A\u0627\u062C \u0625\u0644\u0649 \u062A\u0639\u064A\u064A\u0646)",translationEngine:"\u062E\u064A\u0627\u0631\u0627\u062A \u0627\u0644\u0645\u062D\u0631\u0643",sourceLanguage:"\u0627\u0644\u0644\u063A\u0629 \u0627\u0644\u0623\u0635\u0644\u064A\u0629",target:"\u0627\u0644\u0644\u063A\u0629 \u0627\u0644\u0645\u0633\u062A\u0647\u062F\u0641\u0629",popupSourceLanguage:"\u0627\u0644\u0644\u063A\u0629 \u0627\u0644\u0623\u0635\u0644\u064A\u0629",popupTarget:"\u0627\u0644\u0644\u063A\u0629 \u0627\u0644\u0645\u0633\u062A\u0647\u062F\u0641\u0629",popupService:"\u062E\u062F\u0645\u0629 \u0627\u0644\u062A\u0631\u062C\u0645\u0629",forThisSite:"\u0627\u0644\u0645\u0648\u0642\u0639 \u0627\u0644\u062D\u0627\u0644\u064A",autoEnableSubtitle:"\u0642\u0645 \u0628\u062A\u0634\u063A\u064A\u0644 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u062B\u0646\u0627\u0626\u064A\u0629 \u0627\u0644\u0644\u063A\u0629 \u062A\u0644\u0642\u0627\u0626\u064A\u064B\u0627",alwaysTranslate:"\u062A\u0631\u062C\u0645 \u062F\u0627\u0626\u0645\u0627 ",neverTranslate:"\u0644\u0627 \u062A\u062A\u0631\u062C\u0645 \u0623\u0628\u062F\u064B\u0627 ",alwaysTranslateSomeLanguage:"\u062A\u0631\u062C\u0645 \u062F\u0627\u0626\u0645\u0627 {language}",neverTranslateSomeLanguage:"\u0644\u0627 \u062A\u062A\u0631\u062C\u0645 \u0623\u0628\u062F\u064B\u0627 {language}",alwaysTranslateSomeSite:"\u062A\u0631\u062C\u0645 \u062F\u0627\u0626\u0645\u0627 {hostname}",neverTranslateSomeSite:"\u0644\u0627 \u062A\u062A\u0631\u062C\u0645 \u0623\u0628\u062F\u064B\u0627 {hostname}",alwaysTranslateSomeSiteOrWildSite:"\u0642\u0645 \u0628\u062A\u0631\u062C\u0645\u0629 \u0647\u0630\u0627 \u0627\u0644\u0645\u0648\u0642\u0639 \u062F\u0627\u0626\u0645\u064B\u0627",alwaysTranslateSomePage:"\u0642\u0645 \u0628\u062A\u0631\u062C\u0645\u0629 \u0647\u0630\u0647 \u0627\u0644\u0635\u0641\u062D\u0629 \u062F\u0627\u0626\u0645\u064B\u0627",add:"\u0627\u0636\u0641 \u0625\u0644\u064A\u0647",default:"\u062A\u0642\u0635\u064A\u0631",forThisLanguage:"\u0644\u0647\u0630\u0647 \u0627\u0644\u0644\u063A\u0629\uFF1A","add url":"\u0625\u062F\u062E\u0627\u0644 \u0639\u0646\u0648\u0627\u0646 \u0627\u0644\u0645\u0648\u0642\u0639",edit:"\u064A\u062D\u0631\u0631","translate other languages into specific language":"\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0644\u063A\u0627\u062A \u0627\u0644\u0623\u062E\u0631\u0649 \u0625\u0644\u0649 \u0627\u0644\u0644\u063A\u0629 \u0627\u0644\u062A\u064A \u062A\u062D\u062F\u062F\u0647\u0627","select translation service":"\u0627\u062E\u062A\u0631 \u062E\u062F\u0645\u0629 \u0627\u0644\u062A\u0631\u062C\u0645\u0629",language:"\u0644\u063A\u0629","show-original":"\u0625\u0638\u0647\u0627\u0631 \u0627\u0644\u0646\u0635 \u0627\u0644\u0623\u0635\u0644\u064A",translate:"\u064A\u062A\u0631\u062C\u0645",Translated:"\u0645\u062A\u0631\u062C\u0645",Translating:"\u062C\u0627\u0631 \u0627\u0644\u062A\u0631\u062C\u0645\u0629",Error:"\u062E\u0637\u0623",allowCacheTranslations:"\u062A\u0645\u0643\u064A\u0646 \u0627\u0644\u062A\u062E\u0632\u064A\u0646 \u0627\u0644\u0645\u0624\u0642\u062A \u0644\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0645\u062D\u0644\u064A\u0629 (\u0644\u062A\u0642\u0644\u064A\u0644 \u0637\u0644\u0628\u0627\u062A \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0644\u0644\u0641\u0642\u0631\u0627\u062A \u0627\u0644\u0645\u0643\u0631\u0631\u0629)","translation display":"\u0623\u0633\u0644\u0648\u0628 \u0639\u0631\u0636 \u0627\u0644\u062A\u0631\u062C\u0645\u0629","select diplay style":"\u062A\u0645\u064A\u064A\u0632 \u0623\u0633\u0644\u0648\u0628 \u0627\u0644\u062A\u0631\u062C\u0645\u0629\u060C \u064A\u0631\u062C\u0649 \u0627\u0644\u0631\u062C\u0648\u0639 \u0625\u0644\u0649 \u0627\u0644\u0623\u0645\u062B\u0644\u0629 \u0627\u0644\u062A\u0627\u0644\u064A\u0629 \u0644\u0645\u0632\u064A\u062F \u0645\u0646 \u0627\u0644\u062A\u0641\u0627\u0635\u064A\u0644:",interface:"\u0625\u0639\u062F\u0627\u062F\u0627\u062A \u0627\u0644\u0648\u0627\u062C\u0647\u0629",import_export:"\u0627\u0633\u062A\u064A\u0631\u0627\u062F \u0648\u062A\u0635\u062F\u064A\u0631",import_export_title:"\u062A\u0643\u0648\u064A\u0646 \u0627\u0644\u0627\u0633\u062A\u064A\u0631\u0627\u062F/\u0627\u0644\u062A\u0635\u062F\u064A\u0631",syncToGoogleDrive:"\u0627\u0644\u0645\u0632\u0627\u0645\u0646\u0629 \u0645\u0639 Google Drive \u0627\u0644\u0622\u0646",floatBallOptions:"\u0625\u0639\u062F\u0627\u062F\u0627\u062A \u0627\u0644\u0643\u0631\u0629 \u0627\u0644\u0645\u0639\u0644\u0642\u0629","floatBallOptions.enable":"\u062A\u0645\u0643\u064A\u0646 \u0627\u0644\u0643\u0631\u0629 \u0627\u0644\u0639\u0627\u0626\u0645\u0629","floatBallOptions.blockUrls":"\u062A\u0639\u0637\u064A\u0644 \u0645\u0648\u0642\u0639 \u0627\u0644\u0648\u064A\u0628","floatBallOptions.add":"\u0627\u0636\u0641 \u0625\u0644\u064A\u0647","floatBallOptions.blockUrlDesc":"\u0644\u0646 \u064A\u062A\u0645 \u0639\u0631\u0636 \u0627\u0644\u0643\u0631\u0629 \u0627\u0644\u0639\u0627\u0626\u0645\u0629 \u0639\u0646\u062F \u0645\u0648\u0627\u062C\u0647\u0629 \u0627\u0644\u0645\u0648\u0627\u0642\u0639 \u0627\u0644\u062A\u0627\u0644\u064A\u0629","floatBallOptions.clickType":"\u0627\u0646\u0642\u0631 \u0641\u0648\u0642 \u0627\u0644\u0633\u0644\u0648\u0643","floatBallOptions.clickTypeDesc":"\u0633\u0644\u0648\u0643 \u0623\u064A\u0642\u0648\u0646\u0629 \u0627\u0644\u0643\u0631\u0629 \u0627\u0644\u0639\u0627\u0626\u0645\u0629 \u0639\u0646\u062F \u0627\u0644\u0646\u0642\u0631 \u0639\u0644\u064A\u0647\u0627","floatBallOptions.clickPopup":"\u0625\u0638\u0647\u0627\u0631 \u0644\u0648\u062D\u0629 \u0627\u0644\u062A\u0631\u062C\u0645\u0629","floatBallOptions.clickTranslate":"\u062A\u0631\u062C\u0645\u0629/\u0625\u0638\u0647\u0627\u0631 \u0627\u0644\u0646\u0635 \u0627\u0644\u0623\u0635\u0644\u064A","floatBallOptions.fixedPosition":"\u56FA\u5B9A\u4F4D\u7F6E","floatBallOptions.fixedPositionDesc":"\u60AC\u6D6E\u7403\u5728\u7A97\u53E3\u5DE6\u4FA7\u8FD8\u662F\u53F3\u4FA7","floatBallOptions.fixedPositionLeft":"\u5DE6\u4FA7","floatBallOptions.fixedPositionRight":"\u53F3\u4FA7",previewAllThemes:"\u0645\u0639\u0627\u064A\u0646\u0629 \u0643\u0627\u0641\u0629 \u0627\u0644\u0623\u0646\u0645\u0627\u0637","translationTheme.none":"\u0644\u0627 \u0623\u062D\u062F","translationTheme.grey":"\u0627\u0644\u0631\u0645\u0627\u062F\u064A \u0627\u0644\u062F\u0627\u0643\u0646","translationTheme.dashed":"\u062A\u0633\u0637\u064A\u0631 \u0645\u062A\u0642\u0637\u0639","translationTheme.dotted":"\u062A\u0633\u0637\u064A\u0631 \u0645\u0646\u0642\u0637","translationTheme.dashedBorder":"\u0627\u0644\u062D\u062F\u0648\u062F \u0627\u0644\u0645\u062A\u0642\u0637\u0639\u0629","translationTheme.solidBorder":"\u0627\u0644\u062D\u062F\u0648\u062F \u0627\u0644\u0635\u0644\u0628\u0629","translationTheme.underline":"\u062A\u0633\u0637\u064A\u0631 \u0645\u0633\u062A\u0642\u064A\u0645","translationTheme.mask":"\u062A\u0623\u062B\u064A\u0631 \u0637\u0645\u0633 (\u0648\u0636\u0639 \u0627\u0644\u062A\u0639\u0644\u0645)","translationTheme.opacity":"\u062A\u0623\u062B\u064A\u0631 \u0627\u0644\u0634\u0641\u0627\u0641\u064A\u0629","translationTheme.paper":"\u062A\u0623\u062B\u064A\u0631 \u0627\u0644\u0638\u0644 \u0648\u0631\u0642\u0629 \u0628\u064A\u0636\u0627\u0621","translationTheme.dividingLine":"\u062E\u0637 \u0627\u0644\u062A\u0642\u0633\u064A\u0645","translationTheme.highlight":"\u062A\u0633\u0644\u064A\u0637 \u0627\u0644\u0636\u0648\u0621","translationTheme.marker":"\u0639\u0644\u0627\u0645\u0629","translationTheme.marker2":"\u0639\u0644\u0627\u0645\u0629 2","translationTheme.blockquote":"\u0627\u0644\u0646\u0645\u0637 \u0627\u0644\u0645\u0631\u062C\u0639\u064A","translationTheme.weakening":"\u064A\u0636\u0639\u0641","translationTheme.italic":"\u0645\u0627\u0626\u0644","translationTheme.bold":"\u0639\u0631\u064A\u0636","translationTheme.thinDashed":"\u062A\u0633\u0637\u064A\u0631 \u0645\u062A\u0642\u0637\u0639 \u0631\u0641\u064A\u0639","translationTheme.nativeDashed":"\u064A\u0623\u062A\u064A \u0627\u0644\u0646\u0638\u0627\u0645 \u0645\u0639 \u062A\u0633\u0637\u064A\u0631 \u0645\u0646\u0642\u0637","translationTheme.nativeDotted":"\u064A\u0623\u062A\u064A \u0627\u0644\u0646\u0638\u0627\u0645 \u0645\u0639 \u062A\u0633\u0637\u064A\u0631 \u0645\u0646\u0642\u0637","translationTheme.nativeUnderline":"\u0627\u0644\u0646\u0638\u0627\u0645 \u064A\u0623\u062A\u064A \u0645\u0639 \u062A\u0633\u0637\u064A\u0631 \u0645\u0633\u062A\u0642\u064A\u0645","translationTheme.wavy":"\u062E\u0637\u0648\u0637 \u0645\u062A\u0645\u0648\u062C\u0629","translationServices.custom":"\u0648\u0627\u062C\u0647\u0629 \u0628\u0631\u0645\u062C\u0629 \u0627\u0644\u062A\u0637\u0628\u064A\u0642\u0627\u062A \u0627\u0644\u0645\u062E\u0635\u0635\u0629","translationServices.tencent":"\u0645\u062A\u0631\u062C\u0645 \u062A\u064A\u0646\u0633\u0646\u062A","translationServices.tenAlpha":"\u0645\u062A\u0631\u062C\u0645 \u062A\u064A\u0646\u0633\u0646\u062A (\u0623\u0644\u0641\u0627)","translationServices.google":"\u062C\u0648\u062C\u0644 \u0627\u0644\u0645\u062A\u0631\u062C\u0645","translationServices.bai":"\u0628\u0627\u064A\u062F\u0648 (\u0623\u0644\u0641\u0627)","translationServices.baidu":"\u0645\u062A\u0631\u062C\u0645 \u0628\u0627\u064A\u062F\u0648","translationServices.aliyun":"\u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0633\u062D\u0627\u0628\u064A\u0629 \u0639\u0644\u0649 \u0628\u0627\u0628\u0627","translationServices.volc":"\u062A\u0631\u062C\u0645\u0629 \u0628\u0631\u0643\u0627\u0646","translationServices.deeplx":"DeepLX (\u0628\u064A\u062A\u0627)","translationServices.bing":"\u0645\u062A\u0631\u062C\u0645 \u0645\u0627\u064A\u0643\u0631\u0648\u0633\u0648\u0641\u062A","translationServices.deepl":"\u062F\u064A\u0628 \u0625\u0644","translationServices.wechat":"\u062A\u0631\u062C\u0645\u0629 \u0648\u064A \u0634\u0627\u062A","translationServices.azure":"\u062A\u0631\u062C\u0645\u0629 \u0623\u0632\u0648\u0631","translationServices.ibm":"\u0622\u064A \u0628\u064A \u0625\u0645 \u0648\u0627\u062A\u0633\u0648\u0646","translationServices.aws":"\u062A\u0631\u062C\u0645\u0629 \u0623\u0645\u0627\u0632\u0648\u0646","translationServices.mock":"\u062A\u0631\u062C\u0645\u0629 \u0645\u062D\u0627\u0643\u0627\u0629","translationServices.mock2":"\u062A\u0631\u062C\u0645\u0629 \u0645\u062D\u0627\u0643\u0627\u0629 2","translationServices.caiyun":"\u0643\u0627\u064A\u0648\u0646 \u0634\u064A\u0627\u0648\u064A\u0649","translationServices.cai":"\u0643\u0627\u064A\u0648\u0646 \u0634\u064A\u0627\u0648\u064A\u0649 (\u0623\u0644\u0641\u0627)","translationServices.volcAlpha":"\u0628\u0631\u0643\u0627\u0646 (\u0623\u0644\u0641\u0627)","translationServices.openl":"\u0623\u0648\u0628\u0646 \u0625\u0644","translationServices.youdao":"\u062A\u0631\u062C\u0645\u0629 \u064A\u0648\u062F\u0627\u0648","translationServices.you":"\u062A\u0631\u062C\u0645\u0629 \u064A\u0648\u062F\u0627\u0648 (\u0623\u0644\u0641\u0627)","translationServices.transmart":"\u062A\u064A\u0646\u0633\u0646\u062A \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u062A\u0641\u0627\u0639\u0644\u064A\u0629","translationServices.niu":"\u062A\u0631\u062C\u0645\u0629 \u0645\u0627\u0641\u0631\u064A\u0643\u0633","translationServices.papago":"\u062A\u0631\u062C\u0645\u0629 \u0628\u0627\u0628\u0627\u062C\u0648","translationServices.d":"\u062F (\u0623\u0644\u0641\u0627)","translationServices.dpro":"\u062F\u064A \u0628\u0631\u0648 (\u0643\u0646\u0627\u0631\u064A)","translationServices.openai":"OpenAI","translationServices.yandex":"Yandex","translationServices.chatgpt":"ChatGPT Web (3.5 \u062C\u0648\u0627\u0644)","translate title":"\u062A\u0631\u062C\u0645\u0629 \u0639\u0646\u0648\u0627\u0646 \u0627\u0644\u0635\u0641\u062D\u0629","always languages":"\u0627\u0644\u0644\u063A\u0629 \u0627\u0644\u0645\u062A\u0631\u062C\u0645\u0629 \u062F\u0627\u0626\u0645\u0627",neverTranslateLanguagesLabel:"\u0627\u0644\u0644\u063A\u0627\u062A \u0627\u0644\u062A\u064A \u0644\u0627 \u062A\u062A\u0631\u062C\u0645 \u0623\u0628\u062F\u0627",neverTranslateTheFollowingLanguagesDescription:"\u0633\u064A\u062A\u0645 \u062A\u062E\u0637\u064A \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0639\u0646\u062F\u0645\u0627 \u062A\u0643\u0648\u0646 \u0641\u0642\u0631\u0629 \u0641\u064A \u0627\u0644\u0635\u0641\u062D\u0629 \u0628\u0627\u0644\u0644\u063A\u0627\u062A \u0627\u0644\u062A\u0627\u0644\u064A\u0629",enableUserscriptPagePopup:"\u0625\u0638\u0647\u0627\u0631 \u0627\u0644\u0643\u0631\u0629 \u0627\u0644\u0639\u0627\u0626\u0645\u0629 \u0639\u0644\u0649 \u0627\u0644\u0635\u0641\u062D\u0629",enableUserscriptPagePopupDescription:"\u0628\u0639\u062F \u0625\u063A\u0644\u0627\u0642 \u0627\u0644\u0643\u0631\u0629 \u0627\u0644\u0639\u0627\u0626\u0645\u0629\u060C \u064A\u0645\u0643\u0646\u0643 \u0627\u0633\u062A\u062E\u062F\u0627\u0645 \u0645\u0641\u062A\u0627\u062D \u0627\u0644\u0627\u062E\u062A\u0635\u0627\u0631 /{touch}\u0644\u0625\u064A\u0642\u0627\u0638\u0647\u0627. \u0644\u0645\u0646\u0639 \u0627\u0644\u0639\u062B\u0648\u0631 \u0639\u0644\u0649 \u0627\u0644\u0643\u0631\u0629 \u0627\u0644\u0639\u0627\u0626\u0645\u0629 \u0628\u0639\u062F \u0625\u064A\u0642\u0627\u0641 \u062A\u0634\u063A\u064A\u0644 \u0647\u0630\u0627 \u0627\u0644\u062E\u064A\u0627\u0631 \u0639\u0646 \u0637\u0631\u064A\u0642 \u0627\u0644\u062E\u0637\u0623\u060C \u064A\u0648\u0635\u0649 \u0628\u0634\u062F\u0629 \u0628\u0648\u0636\u0639 \u0625\u0634\u0627\u0631\u0629 \u0645\u0631\u062C\u0639\u064A\u0629 \u0639\u0644\u0649 \u0635\u0641\u062D\u0629 \u0627\u0644\u0625\u0639\u062F\u0627\u062F\u0627\u062A \u0647\u0630\u0647.","always translate the following languages":"\u0639\u0646\u062F\u0645\u0627 \u062A\u0643\u0648\u0646 \u0644\u063A\u0629 \u0627\u0644\u0635\u0641\u062D\u0629 \u0628\u0627\u0644\u0644\u063A\u0627\u062A \u0627\u0644\u062A\u0627\u0644\u064A\u0629\u060C \u0633\u062A\u062A\u0645 \u062A\u0631\u062C\u0645\u062A\u0647\u0627 \u062A\u0644\u0642\u0627\u0626\u064A\u064B\u0627 \u0625\u0644\u0649 \u0627\u0644\u0644\u063A\u0629 \u0627\u0644\u0645\u0633\u062A\u0647\u062F\u0641\u0629","always sites":"\u0639\u0646\u0627\u0648\u064A\u0646 URL \u0627\u0644\u0645\u062A\u0631\u062C\u0645\u0629 \u062F\u0627\u0626\u0645\u064B\u0627","always translate the following sites":"\u0639\u0646\u062F\u0645\u0627 \u064A\u0643\u0648\u0646 \u0645\u0648\u0642\u0639 \u0627\u0644\u0648\u064A\u0628 \u0628\u0627\u0633\u0645 \u0627\u0644\u0646\u0637\u0627\u0642 \u0627\u0644\u062A\u0627\u0644\u064A\u060C \u0633\u062A\u062A\u0645 \u062A\u0631\u062C\u0645\u062A\u0647 \u062A\u0644\u0642\u0627\u0626\u064A\u064B\u0627 \u0625\u0644\u0649 \u0627\u0644\u0644\u063A\u0629 \u0627\u0644\u0647\u062F\u0641","never sites":"\u0639\u0646\u0627\u0648\u064A\u0646 URL \u0627\u0644\u062A\u064A \u0644\u0646 \u062A\u062A\u0645 \u062A\u0631\u062C\u0645\u062A\u0647\u0627 \u0623\u0628\u062F\u064B\u0627","never translate the following sites":"\u0644\u0646 \u064A\u062A\u0645 \u062A\u0646\u0641\u064A\u0630 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0639\u0646\u062F\u0645\u0627 \u064A\u0643\u0648\u0646 \u0645\u0648\u0642\u0639 \u0627\u0644\u0648\u064A\u0628 \u064A\u062D\u0645\u0644 \u0627\u0633\u0645 \u0627\u0644\u0646\u0637\u0627\u0642 \u0627\u0644\u062A\u0627\u0644\u064A","please refer to":"\u064A\u062C\u0628 \u0639\u0644\u064A\u0643 \u062A\u0639\u0628\u0626\u0629 \u0627\u0644\u0645\u0641\u062A\u0627\u062D \u0642\u0628\u0644 \u0627\u0633\u062A\u062E\u062F\u0627\u0645\u0647\u060C \u0644\u0645\u0632\u064A\u062F \u0645\u0646 \u0627\u0644\u062A\u0641\u0627\u0635\u064A\u0644 \u064A\u0631\u062C\u0649 \u0627\u0644\u0631\u062C\u0648\u0639 \u0625\u0644\u0649",KeyAndConfigurationTutorial:'"\u0627\u0644\u0628\u0631\u0646\u0627\u0645\u062C \u0627\u0644\u062A\u0639\u0644\u064A\u0645\u064A \u0644\u0644\u062A\u0637\u0628\u064A\u0642 \u0648\u0627\u0644\u062A\u0643\u0648\u064A\u0646 \u0627\u0644\u0631\u0626\u064A\u0633\u064A"',useAboveStyleForTheseSites:"\u0639\u0646\u062F\u0645\u0627 \u064A\u0643\u0648\u0646 \u0645\u0648\u0642\u0639 \u0627\u0644\u0648\u064A\u0628 \u0647\u0648 \u0627\u0633\u0645 \u0627\u0644\u0646\u0637\u0627\u0642 \u0627\u0644\u062A\u0627\u0644\u064A\u060C \u0627\u0633\u062A\u062E\u062F\u0645 \u062F\u0627\u0626\u0645\u064B\u0627 \u0646\u0645\u0637 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u2308{theme}\u230B",currentUrl:"\u0639\u0646\u0648\u0627\u0646 URL \u0627\u0644\u062D\u0627\u0644\u064A",confirm:"\u064A\u062D\u0641\u0638",cancel:"\u064A\u0644\u063A\u064A",delete:"\u064A\u0645\u0633\u062D","languages.auto":"\u0627\u0644\u0643\u0634\u0641 \u0627\u0644\u062A\u0644\u0642\u0627\u0626\u064A",syncToCloud:"\u0627\u0644\u0645\u0632\u0627\u0645\u0646\u0629 \u0645\u0639 \u062C\u0648\u062C\u0644 \u062F\u0631\u0627\u064A\u0641",syncToCloudDescription:"\u0642\u0645 \u0628\u0627\u0644\u062A\u062D\u0645\u064A\u0644 \u0625\u0644\u0649 \u0627\u0644\u0633\u062D\u0627\u0628\u0629\u060C \u0648\u064A\u0645\u0643\u0646 \u0645\u0632\u0627\u0645\u0646\u0629 \u0627\u0644\u062A\u0643\u0648\u064A\u0646 \u0628\u064A\u0646 \u0627\u0644\u0645\u062A\u0635\u0641\u062D\u0627\u062A \u0627\u0644\u0645\u062E\u062A\u0644\u0641\u0629/\u0627\u0644\u0646\u0635\u0648\u0635 \u0627\u0644\u0628\u0631\u0645\u062C\u064A\u0629 \u0644\u0642\u0631\u062F \u0627\u0644\u0632\u064A\u062A\u060C \u0645\u0639 \u0645\u0631\u0627\u0639\u0627\u0629 \u0648\u0642\u062A \u0627\u0644\u062A\u0639\u062F\u064A\u0644 \u0627\u0644\u0623\u062E\u064A\u0631.",syncToAccount:"\u0627\u0644\u0645\u0632\u0627\u0645\u0646\u0629 \u0645\u0639 \u0633\u062D\u0627\u0628\u0629 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0634\u0627\u0645\u0644\u0629",syncToAccountButton:"\u0645\u0632\u0627\u0645\u0646\u0629 \u0645\u0639 \u0627\u0644\u0633\u062D\u0627\u0628\u0629 \u0639\u0644\u0649 \u0627\u0644\u0641\u0648\u0631",syncToAccountDescription:"\u0645\u0632\u0627\u0645\u0646\u0629 \u0627\u0644\u062A\u0643\u0648\u064A\u0646\u0627\u062A \u062A\u0644\u0642\u0627\u0626\u064A\u064B\u0627 \u0628\u064A\u0646 \u0627\u0644\u0623\u062C\u0647\u0632\u0629 \u0627\u0644\u0645\u062E\u062A\u0644\u0641\u0629\u060C \u0628\u0646\u0627\u0621\u064B \u0639\u0644\u0649 \u0648\u0642\u062A \u0627\u0644\u062A\u0639\u062F\u064A\u0644 \u0627\u0644\u0623\u062E\u064A\u0631.",successSyncConfigInAccount:"\u0627\u0644\u0628\u0642\u0627\u0621 \u0645\u062A\u0632\u0627\u0645\u0646\u064B\u0627 \u0645\u0639 \u0627\u0644\u0633\u062D\u0627\u0628\u0629 \u0628\u0646\u062C\u0627\u062D",successSyncConfigToAccount:"\u062A\u0645\u062A \u0627\u0644\u0645\u0632\u0627\u0645\u0646\u0629 \u0628\u0646\u062C\u0627\u062D \u0645\u0639 \u0627\u0644\u0633\u062D\u0627\u0628\u0629",syncConfigNoUpdate:"\u0628\u0627\u0644\u0641\u0639\u0644 \u0627\u0644\u0623\u062D\u062F\u062B",authFail:"\u0641\u0634\u0644 \u0627\u0644\u062A\u0641\u0648\u064A\u0636",syncTitle:"\u0625\u062F\u0627\u0631\u0629 \u0627\u0644\u0646\u0633\u062E \u0627\u0644\u0627\u062D\u062A\u064A\u0627\u0637\u064A \u0627\u0644\u064A\u062F\u0648\u064A",import_hint:"\u064A\u0633\u062A\u0648\u0631\u062F",upload:"\u0631\u0641\u0639",revokeAuth:"\u0625\u0644\u063A\u0627\u0621 \u0627\u0644\u062A\u0631\u062E\u064A\u0635",uploadFail:"\u0627\u0644\u062A\u062D\u0645\u064A\u0644 \u0641\u0634\u0644",download:"\u062A\u062D\u0645\u064A\u0644",importSuccess:"\u062A\u0645 \u0627\u0644\u0627\u0633\u062A\u064A\u0631\u0627\u062F \u0628\u0646\u062C\u0627\u062D",importFail:"\u0641\u0634\u0644 \u0627\u0644\u0627\u0633\u062A\u064A\u0631\u0627\u062F",deleteFail:"\u0641\u0634\u0644 \u0641\u064A \u0627\u0644\u062D\u0630\u0641",backupToCloud:"\u0625\u062F\u0627\u0631\u0629 \u0645\u0644\u0641\u0627\u062A \u0627\u0644\u0646\u0633\u062E \u0627\u0644\u0627\u062D\u062A\u064A\u0627\u0637\u064A \u064A\u062F\u0648\u064A\u0627",create_new_backup:"\u0625\u0636\u0627\u0641\u0629 \u0639\u0642\u062F\u0629 \u0627\u062D\u062A\u064A\u0627\u0637\u064A\u0629",maxBackupFiles:"\u064A\u0645\u0643\u0646 \u0639\u0645\u0644 \u0646\u0633\u062E\u0629 \u0627\u062D\u062A\u064A\u0627\u0637\u064A\u0629 \u0644\u0645\u0627 \u064A\u0635\u0644 \u0625\u0644\u0649{count}\u0639\u0642\u062F \u0645\u062E\u062A\u0644\u0641\u0629\u060C \u064A\u0631\u062C\u0649 \u062D\u0630\u0641 \u0627\u0644\u0639\u0642\u062F \u063A\u064A\u0631 \u0627\u0644\u0636\u0631\u0648\u0631\u064A\u0629",backupToCloudDescription:"\u062A\u062D\u0645\u064A\u0644 \u0645\u0644\u0641\u0627\u062A \u0627\u0644\u0646\u0633\u062E \u0627\u0644\u0627\u062D\u062A\u064A\u0627\u0637\u064A \u0623\u0648 \u0627\u0633\u062A\u0639\u0627\u062F\u062A\u0647\u0627 \u064A\u062F\u0648\u064A\u064B\u0627\u060C \u0645\u0645\u0627 \u064A\u0633\u0645\u062D \u0628\u0645\u0627 \u064A\u0635\u0644 \u0625\u0644\u0649 3 \u0646\u0633\u062E \u0627\u062D\u062A\u064A\u0627\u0637\u064A\u0629 \u0645\u062E\u062A\u0644\u0641\u0629",successSyncConfig:"\u0627\u0644\u0628\u0642\u0627\u0621 \u0645\u062A\u0632\u0627\u0645\u0646\u064B\u0627 \u0645\u0639 \u0627\u0644\u0633\u062D\u0627\u0628\u0629 \u0628\u0646\u062C\u0627\u062D",syncFail:"\u0641\u0634\u0644\u062A \u0627\u0644\u0645\u0632\u0627\u0645\u0646\u0629",updatedAt:"\u062A\u0645 \u0627\u0644\u062A\u062D\u062F\u064A\u062B \u0639\u0646\u062F {date}",lastSyncedAt:"\u0622\u062E\u0631 \u0641\u062D\u0635 \u0643\u0627\u0646 \u0639\u0646\u062F {date}",downloadFail:"\u0627\u0644\u062A\u062D\u0645\u064A\u0644 \u0641\u0634\u0644",clickToDownload:"\u0627\u0636\u063A\u0637 \u0644\u0644\u062A\u062D\u0645\u064A\u0644",aboutLabel:"\u062D\u0648\u0644 - \u0631\u062F\u0648\u062F \u0627\u0644\u0641\u0639\u0644","browser.openAboutPage":"\u062D\u0648\u0644/\u0631\u062F\u0648\u062F \u0627\u0644\u0641\u0639\u0644",aboutLabelWithoutSponsor:"\u062D\u0648\u0644 - \u0631\u062F\u0648\u062F \u0627\u0644\u0641\u0639\u0644",aboutIntro:"\u0623\u062A\u0645\u0646\u0649 \u0623\u0646 \u0646\u062A\u0645\u0643\u0646 \u062C\u0645\u064A\u0639\u064B\u0627 \u0645\u0646 \u0627\u0644\u0648\u0635\u0648\u0644 \u0625\u0644\u0649 \u0627\u0644\u0645\u0639\u0644\u0648\u0645\u0627\u062A \u0627\u0644\u0636\u062E\u0645\u0629 \u0627\u0644\u0645\u062A\u0639\u0644\u0642\u0629 \u0628\u0627\u0644\u0644\u063A\u0627\u062A \u0627\u0644\u0623\u062C\u0646\u0628\u064A\u0629 \u0639\u0644\u0649 \u0627\u0644\u0625\u0646\u062A\u0631\u0646\u062A \u0628\u0633\u0647\u0648\u0644\u0629 \u0648\u0633\u0639\u0627\u062F\u0629 \u0623\u0643\u0628\u0631. \u064A\u0645\u0643\u0646\u0643 \u0627\u062E\u062A\u064A\u0627\u0631 \u0641\u062A\u062D \u0639\u0636\u0648\u064A\u0629 <6> Pro \u0644\u0627\u0633\u062A\u062E\u062F\u0627\u0645 \u062A\u0631\u062C\u0645\u0627\u062A DeepL \u0648OpenAI \u062E\u0627\u0631\u062C \u0627\u0644\u0635\u0646\u062F\u0648\u0642.

\u064A\u0645\u0643\u0646\u0643\u0645 \u0645\u062A\u0627\u0628\u0639\u062A\u0646\u0627 \u0639\u0644\u0649 <3>\u062A\u0648\u064A\u062A\u0631 ,<4>\u0642\u0646\u0627\u0629 \u0627\u0644\u062A\u0644\u064A\u062C\u0631\u0627\u0645 \u0623\u0648 \u062D\u0633\u0627\u0628 WeChat \u0627\u0644\u0639\u0627\u0645 \u0623\u0648 \u0645\u062C\u0645\u0648\u0639\u0629 \u0627\u062A\u0635\u0627\u0644\u0627\u062A WeChat \u0623\u0648 <5> \u0627\u0634\u062A\u0631\u0627\u0643 \u0627\u0644\u0628\u0631\u064A\u062F \u0627\u0644\u0625\u0644\u0643\u062A\u0631\u0648\u0646\u064A \u0623\u062F\u0646\u0627\u0647 \u062A\u062A\u0628\u0639 \u0627\u0644\u062A\u062D\u062F\u064A\u062B\u0627\u062A.
<7>\u0639\u0636\u0648 \u0645\u062D\u062A\u0631\u0641 \u064A\u0645\u0643\u0646\u0643 \u0627\u0644\u0627\u062A\u0635\u0627\u0644 \u0628\u0627\u0644\u0628\u0631\u064A\u062F \u0627\u0644\u0625\u0644\u0643\u062A\u0631\u0648\u0646\u064A \u0627\u0644\u0633\u0631\u064A\u0639 \u0644\u062E\u062F\u0645\u0629 \u0627\u0644\u0639\u0645\u0644\u0627\u0621 <8> support@immersivetranslate.com \u0627\u0628\u0642 \u0639\u0644\u0649 \u062A\u0648\u0627\u0635\u0644 \u0645\u0639\u0646\u0627.",aboutIntroWithoutSponsor:"\u0623\u062A\u0645\u0646\u0649 \u0623\u0646 \u0646\u062A\u0645\u0643\u0646 \u062C\u0645\u064A\u0639\u064B\u0627 \u0645\u0646 \u0627\u0644\u0648\u0635\u0648\u0644 \u0628\u0634\u0643\u0644 \u0623\u0633\u0647\u0644 \u0648\u0623\u0643\u062B\u0631 \u0645\u062A\u0639\u0629 \u0625\u0644\u0649 \u0627\u0644\u0643\u0645 \u0627\u0644\u0647\u0627\u0626\u0644 \u0645\u0646 \u0627\u0644\u0645\u0639\u0644\u0648\u0645\u0627\u062A \u0628\u0627\u0644\u0644\u063A\u0629 \u0627\u0644\u0623\u062C\u0646\u0628\u064A\u0629 \u0639\u0644\u0649 \u0627\u0644\u0625\u0646\u062A\u0631\u0646\u062A \u2764\uFE0F

\u064A\u0645\u0643\u0646\u0643 \u0645\u062A\u0627\u0628\u0639\u062A\u0646\u0627 \u0639\u0644\u0649 Twitter <3> ,<4>\u0642\u0646\u0627\u0629 \u0627\u0644\u062A\u0644\u064A\u062C\u0631\u0627\u0645 \u0623\u0648 \u062D\u0633\u0627\u0628 WeChat \u0627\u0644\u0639\u0627\u0645 \u0623\u0648 \u0645\u062C\u0645\u0648\u0639\u0629 \u0627\u062A\u0635\u0627\u0644\u0627\u062A WeChat \u0623\u0648 <5> \u0627\u0634\u062A\u0631\u0627\u0643 \u0627\u0644\u0628\u0631\u064A\u062F \u0627\u0644\u0625\u0644\u0643\u062A\u0631\u0648\u0646\u064A \u0623\u062F\u0646\u0627\u0647 \u062A\u062A\u0628\u0639 \u0627\u0644\u062A\u062D\u062F\u064A\u062B\u0627\u062A.",projectHomepage:"\u0627\u0644\u0635\u0641\u062D\u0629 \u0627\u0644\u0631\u0626\u064A\u0633\u064A\u0629 \u0644\u0644\u0645\u0634\u0631\u0648\u0639",joinTelegramGroup:"\u0627\u0646\u0636\u0645 \u0625\u0644\u0649 \u0645\u062C\u0645\u0648\u0639\u0629 \u0627\u062A\u0635\u0627\u0644\u0627\u062A \u0627\u0644\u0645\u0633\u062A\u062E\u062F\u0645\u064A\u0646 \u0644\u0644\u0645\u0634\u0627\u0631\u0643\u0629 \u0641\u064A \u0627\u0644\u0645\u0646\u0627\u0642\u0634\u0627\u062A \u0627\u0644\u0648\u0638\u064A\u0641\u064A\u0629",wechatPublicAccount:"\u062D\u0633\u0627\u0628 \u0648\u064A \u0634\u0627\u062A \u0627\u0644\u0639\u0627\u0645",wechatCommunities:"\u0645\u062C\u0645\u0648\u0639\u0629 \u0627\u0644\u0627\u062A\u0635\u0627\u0644\u0627\u062A WeChat",qqCommunities:"\u0642\u0646\u0627\u0629 \u0627\u062A\u0635\u0627\u0644 QQ",joinTelegramChannel:"\u062A\u0627\u0628\u0639\u0648\u0627 \u0642\u0646\u0627\u0629 \u0627\u0644\u062A\u0644\u064A\u062C\u0631\u0627\u0645 \u0644\u0645\u0639\u0631\u0641\u0629 \u0622\u062E\u0631 \u0627\u0644\u062A\u062D\u062F\u064A\u062B\u0627\u062A",feedbackAndJoin:"\u0631\u062F\u0648\u062F \u0627\u0644\u0641\u0639\u0644 \u0627\u0644\u0645\u0634\u0643\u0644\u0629 / \u0627\u0644\u0627\u0646\u0636\u0645\u0627\u0645 \u0625\u0644\u0649 \u0627\u0644\u0645\u062C\u0645\u0648\u0639\u0629",autoSync:"\u0627\u0644\u0645\u0632\u0627\u0645\u0646\u0629 \u0627\u0644\u0645\u062C\u062F\u0648\u0644\u0629 \u0627\u0644\u062A\u0644\u0642\u0627\u0626\u064A\u0629",loadingThemeTitle:"\u0623\u0633\u0644\u0648\u0628 \u0627\u0644\u062A\u062D\u0645\u064A\u0644",loadingThemeDescription:"\u0627\u0636\u0628\u0637 \u0627\u0644\u0646\u0645\u0637 \u0623\u062B\u0646\u0627\u0621 \u0627\u0646\u062A\u0638\u0627\u0631 \u062A\u062D\u0645\u064A\u0644 \u0627\u0644\u062A\u0631\u062C\u0645\u0629","loadingTheme.spinner":"\u0627\u0644\u0631\u0633\u0648\u0645 \u0627\u0644\u0645\u062A\u062D\u0631\u0643\u0629 \u0627\u0644\u062F\u0627\u0626\u0631\u0629","loadingTheme.text":"\u0646\u0635 \u062B\u0627\u0628\u062A... ","loadingTheme.none":"\u0644\u0627 \u062A\u0638\u0647\u0631",developerDescription:"\u064A\u0645\u0643\u0646\u0643 \u0627\u0644\u0646\u0642\u0631 \u0641\u0648\u0642 <1> \u0647\u0646\u0627 \u0639\u0631\u0636 \u0627\u0644\u0648\u062B\u0627\u0626\u0642 \u0627\u0644\u0645\u062A\u0639\u0644\u0642\u0629 \u0628\u0627\u0644\u062A\u062E\u0635\u064A\u0635 \u0627\u0644\u0645\u062A\u0642\u062F\u0645","edit border color":"\u062A\u0639\u062F\u064A\u0644 \u0644\u0648\u0646 \u0627\u0644\u062D\u062F\u0648\u062F",successSyncButNoChange:"\u0627\u0644\u062A\u0643\u0648\u064A\u0646 \u0627\u0644\u062D\u0627\u0644\u064A \u0645\u062A\u0648\u0627\u0641\u0642 \u0645\u0639 \u0627\u0644\u0633\u062D\u0627\u0628\u0629",customTheme:"\u0627\u0644\u0623\u0644\u0648\u0627\u0646 \u0648\u0627\u0644\u0623\u062D\u062C\u0627\u0645 \u0627\u0644\u0645\u062E\u0635\u0635\u0629","customThemeLabel.borderColor":"\u0644\u0648\u0646 \u0627\u0644\u062D\u062F\u0648\u062F","customThemeLabel.borderRadius":"\u062D\u062F\u0648\u062F \u0645\u0633\u062A\u062F\u064A\u0631\u0629 \u0627\u0644\u0632\u0648\u0627\u064A\u0627","customThemeLabel.textColor":"\u0644\u0648\u0646 \u0627\u0644\u062E\u0637","customThemeLabel.backgroundColor":"\u0644\u0648\u0646 \u0627\u0644\u062E\u0644\u0641\u064A\u0629","customThemeLabel.zoom":"\u062A\u062D\u062C\u064A\u0645 \u0627\u0644\u062E\u0637 (%)","customThemeLabel.opacity":"\u0639\u062A\u0627\u0645\u0629 \u0627\u0644\u0646\u0635 (%)",resetToDefaultColor:"\u0627\u0644\u0639\u0648\u062F\u0629 \u0625\u0644\u0649 \u0627\u0644\u0644\u0648\u0646 \u0627\u0644\u0627\u0641\u062A\u0631\u0627\u0636\u064A",resetToDefaultSettings:"\u0627\u0644\u0639\u0648\u062F\u0629 \u0625\u0644\u0649 \u0627\u0644\u0625\u0639\u062F\u0627\u062F\u0627\u062A \u0627\u0644\u0627\u0641\u062A\u0631\u0627\u0636\u064A\u0629",isTranslateTitle:"\u0642\u0645 \u0628\u062A\u0634\u063A\u064A\u0644 \u0639\u0646\u0627\u0648\u064A\u0646 \u0635\u0641\u062D\u0627\u062A \u0627\u0644\u0648\u064A\u0628 \u0627\u0644\u0645\u062A\u0631\u062C\u0645\u0629",isTranslateTitleDescription:"\u0639\u0646\u062F \u062A\u0634\u063A\u064A\u0644\u0647\u060C \u0633\u064A\u062A\u0645 \u062A\u0631\u062C\u0645\u0629 \u0639\u0646\u0648\u0627\u0646 \u0635\u0641\u062D\u0629 \u0627\u0644\u0648\u064A\u0628",enableSearchEnhancement:"\u062A\u0645\u0643\u064A\u0646 \u062A\u0639\u0632\u064A\u0632 \u0627\u0644\u0645\u0639\u0644\u0648\u0645\u0627\u062A \u062B\u0646\u0627\u0626\u064A\u0629 \u0627\u0644\u0644\u063A\u0629",enableSearchEnhancementDescription:'\u0628\u0639\u062F \u062A\u0634\u063A\u064A\u0644\u0647\u0627\u060C \u0633\u064A\u062A\u0645 \u0639\u0631\u0636 \u0646\u062A\u0627\u0626\u062C \u0628\u062D\u062B "\u0623\u062E\u0628\u0627\u0631 Google" \u0627\u0644\u0645\u0642\u0627\u0628\u0644\u0629 \u0644\u0644\u0643\u0644\u0645\u0627\u062A \u0627\u0644\u0631\u0626\u064A\u0633\u064A\u0629 \u0628\u0627\u0644\u0644\u063A\u0629 \u0627\u0644\u0625\u0646\u062C\u0644\u064A\u0632\u064A\u0629 \u062A\u0644\u0642\u0627\u0626\u064A\u064B\u0627 \u0641\u064A \u0627\u0644\u0639\u0645\u0648\u062F \u0627\u0644\u0623\u064A\u0645\u0646 \u0644\u0645\u0648\u0627\u0642\u0639 \u0627\u0644\u0648\u064A\u0628 \u0627\u0644\u0645\u062F\u0639\u0648\u0645\u0629 (\u0623\u062E\u0628\u0627\u0631 Google\u060C \u0628\u062D\u062B Google (\u0628\u0639\u0636 \u0627\u0644\u0643\u0644\u0645\u0627\u062A \u0627\u0644\u0631\u0626\u064A\u0633\u064A\u0629)\u060C Snowball\u060C Oriental Fortune\u060C Futu\u060C Tiger Community).',verifyService:"\u0627\u0646\u0642\u0631 \u0647\u0646\u0627 \u0644\u0627\u062E\u062A\u0628\u0627\u0631 \u0627\u0644\u062E\u062F\u0645\u0629",verified:"\u062A\u0645 \u0627\u0644\u062A\u062D\u0642\u0642 \u0628\u0646\u062C\u0627\u062D","field.langs":"\u0631\u0645\u0648\u0632 \u0627\u0644\u0644\u063A\u0629 \u0627\u0644\u0645\u062F\u0639\u0648\u0645\u0629","field.model":"\u0646\u0645\u0648\u0630\u062C","field.translationEngine":"\u0645\u062D\u0631\u0643 \u0627\u0644\u062A\u0631\u062C\u0645\u0629","field.limitPerMinute":"\u0627\u0644\u062D\u062F \u0627\u0644\u0623\u0642\u0635\u0649 \u0644\u0639\u062F\u062F \u0627\u0644\u0637\u0644\u0628\u0627\u062A \u0641\u064A \u0627\u0644\u062F\u0642\u064A\u0642\u0629","field.limitPerSecond":"\u0627\u0644\u062D\u062F \u0627\u0644\u0623\u0642\u0635\u0649 \u0644\u0639\u062F\u062F \u0627\u0644\u0637\u0644\u0628\u0627\u062A \u0641\u064A \u0627\u0644\u062B\u0627\u0646\u064A\u0629","field.maxTextLengthPerRequest":"\u0627\u0644\u062D\u062F \u0627\u0644\u0623\u0642\u0635\u0649 \u0644\u0637\u0648\u0644 \u0627\u0644\u0646\u0635 \u0644\u0643\u0644 \u0637\u0644\u0628","field.maxTextGroupLengthPerRequest":"\u0627\u0644\u062D\u062F \u0627\u0644\u0623\u0642\u0635\u0649 \u0644\u0639\u062F\u062F \u0627\u0644\u0641\u0642\u0631\u0627\u062A \u0644\u0643\u0644 \u0637\u0644\u0628","field.apiUrl":"\u0639\u0646\u0648\u0627\u0646 \u0648\u0627\u062C\u0647\u0629 API \u0627\u0644\u0645\u062E\u0635\u0635\u0629","field.placeholderDelimiters":"\u0627\u0644\u0639\u0646\u0627\u0635\u0631 \u0627\u0644\u0646\u0627\u0626\u0628\u0629 \u0627\u0644\u0645\u062D\u062C\u0648\u0632\u0629","description.custom":"\u0627\u0644\u0648\u0635\u0648\u0644 \u0625\u0644\u0649 \u0627\u0644\u0648\u0627\u062C\u0647\u0629 \u0627\u0644\u0645\u062E\u0635\u0635\u0629 \u064A\u062A\u0637\u0644\u0628 \u0648\u062B\u0627\u0626\u0642 \u0645\u0631\u062C\u0639\u064A\u0629","description.limitPerMinute":"\u0648\u0639\u0646\u062F\u0645\u0627 \u064A\u062A\u062C\u0627\u0648\u0632 \u0639\u062F\u062F \u0627\u0644\u0637\u0644\u0628\u0627\u062A \u0647\u0630\u0627 \u0627\u0644\u062D\u062F\u060C \u0641\u0625\u0646\u0647 \u0633\u064A\u062F\u062E\u0644 \u0641\u064A \u062D\u0627\u0644\u0629 \u0627\u0644\u0627\u0646\u062A\u0638\u0627\u0631 \u062D\u062A\u0649 \u0628\u062F\u0627\u064A\u0629 \u0627\u0644\u062F\u0642\u064A\u0642\u0629 \u0627\u0644\u062A\u0627\u0644\u064A\u0629. \u0646\u0638\u0631\u064B\u0627 \u0644\u0644\u0642\u064A\u0648\u062F \u0627\u0644\u0645\u062E\u062A\u0644\u0641\u0629 \u0644\u062E\u062F\u0645\u0629 OpenAI \u0627\u0644\u062D\u0627\u0644\u064A\u0629\u060C \u064A\u0631\u062C\u0649 \u0627\u0644\u0646\u0642\u0631 \u0641\u0648\u0642 <1> \u0647\u0646\u0627 \u0639\u0631\u0636 \u0623\u062D\u062F\u062B \u0627\u0644\u0642\u064A\u0645 \u0627\u0644\u0645\u0648\u0635\u0649 \u0628\u0647\u0627","description.limitPerSecond":"\u0648\u0639\u0646\u062F\u0645\u0627 \u064A\u062A\u062C\u0627\u0648\u0632 \u0639\u062F\u062F \u0627\u0644\u0637\u0644\u0628\u0627\u062A \u0647\u0630\u0627 \u0627\u0644\u062D\u062F\u060C \u0641\u0625\u0646\u0647 \u0633\u064A\u062F\u062E\u0644 \u0641\u064A \u062D\u0627\u0644\u0629 \u0627\u0644\u0627\u0646\u062A\u0638\u0627\u0631 \u062D\u062A\u0649 \u0628\u062F\u0627\u064A\u0629 \u0627\u0644\u062B\u0627\u0646\u064A\u0629 \u0627\u0644\u062A\u0627\u0644\u064A\u0629. \u0646\u0638\u0631\u064B\u0627 \u0644\u0644\u0642\u064A\u0648\u062F \u0627\u0644\u0645\u062E\u062A\u0644\u0641\u0629 \u0644\u062E\u062F\u0645\u0629 OpenAI \u0627\u0644\u062D\u0627\u0644\u064A\u0629\u060C \u064A\u0631\u062C\u0649 \u0627\u0644\u0646\u0642\u0631 \u0641\u0648\u0642 <1> \u0647\u0646\u0627 \u0639\u0631\u0636 \u0623\u062D\u062F\u062B \u0627\u0644\u0642\u064A\u0645 \u0627\u0644\u0645\u0648\u0635\u0649 \u0628\u0647\u0627","description.generalLimitPerSecond":"\u0648\u0639\u0646\u062F\u0645\u0627 \u064A\u062A\u062C\u0627\u0648\u0632 \u0639\u062F\u062F \u0627\u0644\u0637\u0644\u0628\u0627\u062A \u0647\u0630\u0627 \u0627\u0644\u062D\u062F\u060C \u0641\u0625\u0646\u0647 \u0633\u064A\u062F\u062E\u0644 \u0641\u064A \u062D\u0627\u0644\u0629 \u0627\u0644\u0627\u0646\u062A\u0638\u0627\u0631 \u062D\u062A\u0649 \u0628\u062F\u0627\u064A\u0629 \u0627\u0644\u062B\u0627\u0646\u064A\u0629 \u0627\u0644\u062A\u0627\u0644\u064A\u0629.","description.prompt":"\u062A\u0631\u0633\u0644 \u0627\u0644\u0645\u062D\u0627\u062F\u062B\u0629 \u0625\u0644\u0649 {service} \u0628\u0635\u0641\u0629 \u0627\u0644\u0645\u0633\u062A\u062E\u062F\u0645\u060C \u062D\u064A\u062B \u064A\u0645\u062B\u0644 {{text}} \u0646\u0635 \u0627\u0644\u0641\u0642\u0631\u0629\u060C \u0648\u064A\u0645\u062B\u0644 {{from}} \u0644\u063A\u0629 \u0627\u0644\u0641\u0642\u0631\u0629\u060C \u0648\u064A\u0645\u062B\u0644 {{to}} \u0627\u0644\u0644\u063A\u0629 \u0627\u0644\u0645\u0633\u062A\u0647\u062F\u0641\u0629.","description.maxTextLengthPerRequest":"\u0627\u0644\u062D\u062F \u0627\u0644\u0623\u0642\u0635\u0649 \u0644\u0639\u062F\u062F \u0627\u0644\u0623\u062D\u0631\u0641 \u0644\u0643\u0644 \u0637\u0644\u0628. \u0625\u0630\u0627 \u0643\u0627\u0646 \u0643\u0628\u064A\u0631\u064B\u0627 \u062C\u062F\u064B\u0627\u060C \u0641\u0633\u062A\u062A\u0628\u0627\u0637\u0623 \u0627\u0633\u062A\u062C\u0627\u0628\u0629 \u0627\u0644\u0648\u0627\u062C\u0647\u0629\u060C \u0644\u0630\u0627 \u064A\u0645\u0643\u0646\u0643 \u0645\u062D\u0627\u0648\u0644\u0629 \u0636\u0628\u0637 \u0647\u0630\u0627 \u0627\u0644\u062E\u064A\u0627\u0631 \u0644\u062A\u062D\u0633\u064A\u0646 \u0627\u0644\u0633\u0631\u0639\u0629.","description.systemPrompt":"\u064A\u062A\u0645 \u0625\u0631\u0633\u0627\u0644 \u0627\u0644\u0645\u062D\u0627\u062F\u062B\u0629 \u0625\u0644\u0649 OpenAI \u0643\u0646\u0638\u0627\u0645\u060C \u062D\u064A\u062B \u064A\u0645\u062B\u0644 {{text}} \u0645\u062D\u062A\u0648\u0649 \u0646\u0635 \u0627\u0644\u0641\u0642\u0631\u0629\u060C \u0648\u064A\u0645\u062B\u0644{{from}} \u0644\u063A\u0629 \u0627\u0644\u0641\u0642\u0631\u0629\u060C \u0648\u064A\u0645\u062B\u0644{{to}} \u0627\u0644\u0644\u063A\u0629 \u0627\u0644\u0645\u0633\u062A\u0647\u062F\u0641\u0629","field.domain":"\u0645\u062C\u0627\u0644","description.domain":"\u0627\u0644\u0627\u0641\u062A\u0631\u0627\u0636\u064A \u0647\u0648\uFF1A\u0639\u0627\u0645. \u0644\u0627 \u064A\u0645\u0643\u0646 \u0636\u0628\u0637\u0647 \u0625\u0644\u0627 \u0639\u0646\u062F \u062A\u0645\u0643\u064A\u0646 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0645\u0633\u062A\u0646\u062F\u0629 \u0625\u0644\u0649 \u0627\u0644\u0645\u062C\u0627\u0644 \u0641\u064A \u0648\u062D\u062F\u0629 \u062A\u062D\u0643\u0645 Youdao API. \u0644\u0644\u062D\u0635\u0648\u0644 \u0639\u0644\u0649 \u0627\u0644\u062D\u0642\u0648\u0644 \u0627\u0644\u0645\u062F\u0639\u0648\u0645\u0629\u060C \u064A\u0631\u062C\u0649 \u0627\u0644\u0627\u0637\u0644\u0627\u0639 \u0639\u0644\u0649 <1> \u0647\u0646\u0627.","field.scene":"\u0645\u0634\u0627\u0647\u062F","description.scene":"\u0627\u0644\u0627\u0641\u062A\u0631\u0627\u0636\u064A \u0647\u0648\uFF1A\u0639\u0627\u0645. \u0644\u0627 \u064A\u0645\u0643\u0646 \u0636\u0628\u0637\u0647 \u0625\u0644\u0627 \u0639\u0646\u062F \u062A\u0646\u0634\u064A\u0637 \u0627\u0644\u0625\u0635\u062F\u0627\u0631 \u0627\u0644\u0627\u062D\u062A\u0631\u0627\u0641\u064A \u0644\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0622\u0644\u064A\u0629 \u0641\u064A \u0648\u062D\u062F\u0629 \u062A\u062D\u0643\u0645 Alibaba Cloud API. \u0631\u0627\u062C\u0639 <1> \u0647\u0646\u0627 \u0644\u0644\u062D\u0635\u0648\u0644 \u0639\u0644\u0649 \u0627\u0644\u0633\u064A\u0646\u0627\u0631\u064A\u0648\u0647\u0627\u062A \u0627\u0644\u0645\u062F\u0639\u0648\u0645\u0629.","field.vocabId":"\u0645\u0639\u0631\u0641 \u0642\u0627\u0645\u0648\u0633 \u0627\u0644\u0645\u0633\u062A\u062E\u062F\u0645","description.vocabId":"\u064A\u062F\u0639\u0645 \u0627\u0644\u0642\u0627\u0645\u0648\u0633 \u0627\u0644\u0645\u062D\u062F\u062F out_id \u062D\u0627\u0644\u064A\u064B\u0627 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0625\u0646\u062C\u0644\u064A\u0632\u064A\u0629 \u0627\u0644\u0635\u064A\u0646\u064A\u0629.","description.model":"\u064A\u0645\u0643\u0646 \u0623\u0646 \u064A\u0643\u0648\u0646 \u0646\u0645\u0648\u0630\u062C OpenAI \u0647\u0648 gpt-3.5-turbo \u0623\u0648 gpt-4 \u0648\u0645\u0627 \u0625\u0644\u0649 \u0630\u0644\u0643.","description.maxTextGroupLengthPerRequest":"\u0639\u062F\u062F \u0627\u0644\u0641\u0642\u0631\u0627\u062A \u0627\u0644\u0645\u0631\u0633\u0644\u0629 \u0625\u0644\u0649 \u062E\u062F\u0645\u0629 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0641\u064A \u0643\u0644 \u0645\u0631\u0629. \u0625\u0630\u0627 \u0643\u0627\u0646 \u0647\u0646\u0627\u0643 \u0639\u062F\u062F \u0643\u0628\u064A\u0631 \u062C\u062F\u064B\u0627 \u0645\u0646 \u0627\u0644\u0641\u0642\u0631\u0627\u062A\u060C \u0641\u0642\u062F \u062A\u062A\u0628\u0627\u0637\u0623 \u0627\u0633\u062A\u062C\u0627\u0628\u0629 \u0627\u0644\u0648\u0627\u062C\u0647\u0629.","description.apiUrl":"\u0627\u0644\u0631\u062C\u0627\u0621 \u0625\u0636\u0627\u0641\u0629 \u0639\u0646\u0648\u0627\u0646 URL \u0645\u062D\u062F\u062F \u0645\u0639 \u0627\u0644\u0645\u0633\u0627\u0631\u060C <1> \u0627\u0644\u0645\u0632\u064A\u062F \u0645\u0646 \u0627\u0644\u062A\u0639\u0644\u064A\u0645\u0627\u062A",enabledExtension:"\u062A\u0645\u0643\u064A\u0646 \u0627\u0644\u062A\u0645\u062F\u064A\u062F",clickToDisableExtension:"\u0627\u0646\u0642\u0631 \u0644\u062A\u0639\u0637\u064A\u0644 \u0627\u0644\u062A\u0645\u062F\u064A\u062F",clickToEnableExtension:"\u0627\u0646\u0642\u0631 \u0644\u062A\u0645\u0643\u064A\u0646 \u0627\u0644\u062A\u0645\u062F\u064A\u062F",hasBeenDisabled:"\u0639\u0627\u062C\u0632","show password":"\u0639\u0631\u0636 \u0643\u0644\u0645\u0629 \u0627\u0644\u0645\u0631\u0648\u0631",customContent:"\u0623\u062F\u062E\u0644 \u0627\u0633\u0645 \u0627\u0644\u0646\u0645\u0648\u0630\u062C \u0627\u0644\u0645\u062E\u0635\u0635",inputOptions:"\u062A\u062D\u0633\u064A\u0646 \u0635\u0646\u062F\u0648\u0642 \u0627\u0644\u0625\u062F\u062E\u0627\u0644",mouseHoverOptions:"\u062A\u0645\u0631\u064A\u0631 \u0627\u0644\u0645\u0627\u0648\u0633",modifyMouseHoverKey:"\u062A\u0639\u062F\u064A\u0644 \u0645\u0641\u0627\u062A\u064A\u062D \u0627\u0644\u0627\u062E\u062A\u0635\u0627\u0631 \u0627\u0644\u062E\u0627\u0635\u0629 \u0628\u0627\u0644\u0645\u0627\u0648\u0633",enableInputTranslation:"\u0645\u0627 \u0625\u0630\u0627 \u0643\u0627\u0646 \u0633\u064A\u062A\u0645 \u062A\u0645\u0643\u064A\u0646 \u062A\u062D\u0633\u064A\u0646 \u0645\u0631\u0628\u0639 \u0627\u0644\u0625\u062F\u062E\u0627\u0644",enableInputTranslationDescription:"\u0628\u0639\u062F{trailingKey}\u060C \u0623\u062F\u062E\u0644 \u0645\u0628\u0627\u0634\u0631\u0629 {startingKey}{startingKey} hello \u0641\u064A \u0645\u0631\u0628\u0639 \u0627\u0644\u0625\u062F\u062E\u0627\u0644\u060C \u062B\u0645 \u0627\u0646\u0642\u0631 \u0633\u0631\u064A\u0639\u064B\u0627 \u0641\u0648\u0642{inputTrailingTriggerKeyRepeatTimes}\u0645\u0631\u062A\u064A\u0646 \u0644\u062A\u0631\u062C\u0645\u062A\u0647 \u0625\u0644\u0649 {inputTargetLanguage}",enableInputTranslationDescriptionForNoneKey:"{trailingKey}\u062A\u0645\u0643\u064A\u0646\u0647\u060C \u0623\u062F\u062E\u0644 \u0645\u0628\u0627\u0634\u0631\u0629\uFF1Ahelloworld \u0641\u064A \u0645\u0631\u0628\u0639 \u0627\u0644\u0625\u062F\u062E\u0627\u0644\u060C \u062B\u0645 \u0627\u0646\u0642\u0631 \u0628\u0633\u0631\u0639\u0629{inputTrailingTriggerKeyRepeatTimes}\u0644\u0644\u062A\u0631\u062C\u0645\u0629 \u0625\u0644\u0649 \u0627\u0644\u0644\u063A\u0629 \u0627\u0644\u0645\u0633\u062A\u0647\u062F\u0641\u0629 \u0627\u0644\u0627\u0641\u062A\u0631\u0627\u0636\u064A\u0629.",inputTargetLanguage:"\u0642\u0645 \u0628\u062A\u0639\u064A\u064A\u0646 \u0627\u0644\u0644\u063A\u0629 \u0627\u0644\u0647\u062F\u0641 \u0627\u0644\u0627\u0641\u062A\u0631\u0627\u0636\u064A\u0629 \u0644\u0645\u0631\u0628\u0639 \u0627\u0644\u0625\u062F\u062E\u0627\u0644",inputTargetLanguageDescription:"\u0627\u0644\u0644\u063A\u0629 \u0627\u0644\u0647\u062F\u0641 \u0627\u0644\u0627\u0641\u062A\u0631\u0627\u0636\u064A\u0629 \u0644\u062A\u0631\u062C\u0645\u0629 \u0645\u0631\u0628\u0639 \u0627\u0644\u0625\u062F\u062E\u0627\u0644\u060C \u0648\u0647\u064A {startingKey}{startingKey} \u0643\u0644\u063A\u0629 \u0627\u0641\u062A\u0631\u0627\u0636\u064A\u0629 \u0644\u0643\u0644\u0645\u0627\u062A \u0627\u0644\u062A\u0634\u063A\u064A\u0644",inputTargetLanguageDescriptionForNoneKey:"\u0627\u0644\u0644\u063A\u0629 \u0627\u0644\u0647\u062F\u0641 \u0627\u0644\u0627\u0641\u062A\u0631\u0627\u0636\u064A\u0629 \u0644\u062A\u0631\u062C\u0645\u0627\u062A \u0645\u0631\u0628\u0639 \u0627\u0644\u0625\u062F\u062E\u0627\u0644",inputStartingTriggerKeyTitle:"\u0642\u0645 \u0628\u062A\u0639\u064A\u064A\u0646 \u0627\u0644\u0623\u062D\u0631\u0641 \u0627\u0644\u0645\u0642\u0633\u0645\u0629 \u0644\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u062C\u0632\u0626\u064A\u0629 \u0644\u0645\u0631\u0628\u0639 \u0627\u0644\u0625\u062F\u062E\u0627\u0644",inputStartingTriggerKeyDescription:"\u0639\u0646\u062F\u0645\u0627 \u0644\u0627 \u062A\u062D\u062A\u0627\u062C \u0625\u0644\u0649 \u062A\u0631\u062C\u0645\u0629 \u0645\u0631\u0628\u0639 \u0627\u0644\u0625\u062F\u062E\u0627\u0644 \u0628\u0623\u0643\u0645\u0644\u0647\u060C \u064A\u062A\u064A\u062D \u0644\u0643 \u0627\u0644\u0645\u062D\u062F\u062F \u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u062C\u0632\u0621 \u0641\u0642\u0637 {startingKey}{startingKey} \u0625\u0644\u0649 \u0646\u0647\u0627\u064A\u0629 \u0645\u0631\u0628\u0639 \u0627\u0644\u0625\u062F\u062E\u0627\u0644\u060C \u0623\u0648 \u064A\u0645\u0643\u0646\u0643 \u062A\u062D\u062F\u064A\u062F \u0631\u0645\u0632 \u0627\u0644\u0644\u063A\u0629\u060C \u0639\u0644\u0649 \u0633\u0628\u064A\u0644 \u0627\u0644\u0645\u062B\u0627\u0644\u060C\uFF1A{startingKey}ja \u062A\u0639\u0646\u064A \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0641\u0642\u0637 \u0627\u0644\u062C\u0632\u0621 \u0645\u0646 {startingKey}\u062C\u0627 \u0625\u0644\u0649 \u0646\u0647\u0627\u064A\u0629 \u0645\u0631\u0628\u0639 \u0627\u0644\u0625\u062F\u062E\u0627\u0644.",inputStartingTriggerKeyDescriptionForNoneKey:"\u062A\u0645 \u0636\u0628\u0637\u0647 \u062D\u0627\u0644\u064A\u064B\u0627 \u0628\u062D\u064A\u062B \u0644\u0627 \u064A\u062A\u0637\u0644\u0628 \u0623\u064A \u0628\u0627\u062F\u0626\u0629\u060C \u0648\u0628\u0639\u0636 \u0648\u0638\u0627\u0626\u0641 \u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0646\u0635 \u0641\u064A \u0645\u0631\u0628\u0639 \u0627\u0644\u0625\u062F\u062E\u0627\u0644 \u063A\u064A\u0631 \u0645\u062A\u0627\u062D\u0629 \u0645\u0624\u0642\u062A\u064B\u0627.",inputTrailingTriggerKeyTitle:"\u062D\u062F\u062F \u062D\u0631\u0641 \u0627\u0644\u0645\u0634\u063A\u0644 \u0627\u0644\u0630\u064A \u064A\u0646\u0647\u064A \u0627\u0644\u0625\u062F\u062E\u0627\u0644",inputTrailingTriggerKeyDescription:"\u0633\u064A\u0624\u062F\u064A \u0627\u0644\u0636\u063A\u0637 \u0639\u0644\u0649{trailingKey} 3 \u0645\u0631\u0627\u062A \u0641\u064A \u062A\u062A\u0627\u0628\u0639 \u0633\u0631\u064A\u0639 \u0625\u0644\u0649 \u0628\u062F\u0621 \u0627\u0644\u062A\u0631\u062C\u0645\u0629",inputTrailingTriggerKeyTimeout:"\u0623\u062F\u062E\u0644 \u0627\u0644\u0641\u0627\u0635\u0644 \u0627\u0644\u0632\u0645\u0646\u064A \u0628\u064A\u0646 \u0627\u0644\u0645\u0634\u063A\u0644\u0627\u062A \u0644\u0625\u0646\u0647\u0627\u0621 \u0627\u0644\u062A\u062D\u0631\u064A\u0631 \u0648\u0627\u0644\u0633\u0631\u062F.",inputTrailingTriggerKeyTimeoutDescription:"\u0642\u0645 \u0628\u062A\u0639\u064A\u064A\u0646 \u0627\u0644\u0641\u0627\u0635\u0644 \u0627\u0644\u0632\u0645\u0646\u064A (\u0645\u0644\u064A \u062B\u0627\u0646\u064A\u0629) \u0644\u0644\u0625\u062F\u062E\u0627\u0644 \u0644\u0625\u0646\u0647\u0627\u0621 \u0645\u0634\u063A\u0644 \u0627\u0644\u062A\u062D\u0631\u064A\u0631 \u0648\u0627\u0644\u0633\u0631\u062F",spaceKey:"<\u0645\u0633\u0627\u0641\u0629>",noneKey:"\u0644\u0627 \u062A\u0648\u062C\u062F \u062D\u0627\u062C\u0629 \u0625\u0644\u0649 \u0628\u0627\u062F\u0626\u0629\u060C \u0642\u0645 \u0628\u062A\u0631\u062C\u0645\u0629 \u0645\u0631\u0628\u0639 \u0627\u0644\u0646\u0635 \u0628\u0627\u0644\u0643\u0627\u0645\u0644 \u0645\u0628\u0627\u0634\u0631\u0629\u064B",inputTranslationBlockUrlsTitle:"\u0644\u0627 \u062A\u0642\u0645 \u0645\u0637\u0644\u0642\u064B\u0627 \u0628\u062A\u0645\u0643\u064A\u0646 \u062A\u062D\u0633\u064A\u0646\u0627\u062A \u062D\u0642\u0644 \u0627\u0644\u0625\u062F\u062E\u0627\u0644 \u0641\u064A \u0639\u0646\u0627\u0648\u064A\u0646 URL",inputTranslationBlockUrlsDescription:"\u0641\u064A \u0639\u0646\u0627\u0648\u064A\u0646 URL \u0627\u0644\u062A\u0627\u0644\u064A\u0629\u060C \u0644\u0646 \u064A\u0635\u0628\u062D \u062A\u062D\u0633\u064A\u0646 \u0645\u0631\u0628\u0639 \u0627\u0644\u0625\u062F\u062E\u0627\u0644 \u0633\u0627\u0631\u064A \u0627\u0644\u0645\u0641\u0639\u0648\u0644",clickToSeeQuickDemo:"\u0627\u0646\u0642\u0631 \u0644\u062A\u0648\u0633\u064A\u0639 \u0641\u064A\u062F\u064A\u0648 \u0627\u0644\u062A\u0639\u0644\u064A\u0645\u0627\u062A \u0627\u0644\u0633\u0631\u064A\u0639\u0629 \u0644\u0645\u062F\u0629 30 \u062B\u0627\u0646\u064A\u0629",inputHelperInfo:"\u0645\u0644\u0627\u062D\u0638\u0629\uFF1A: \u0644\u0642\u062F \u0642\u0645\u0646\u0627 \u0628\u062A\u062D\u0633\u064A\u0646 \u0627\u0644\u0645\u0634\u0643\u0644\u0629 \u0639\u0644\u0649 \u0648\u062C\u0647 \u0627\u0644\u062A\u062D\u062F\u064A\u062F \u062D\u064A\u062B \u062A\u062A\u062D\u0648\u0644 \u0628\u0639\u0636 \u0623\u062D\u0631\u0641 \u0627\u0644\u062A\u0634\u063A\u064A\u0644 \u0625\u0644\u0649 \u0639\u0644\u0627\u0645\u0627\u062A \u062A\u0631\u0642\u064A\u0645 \u0635\u064A\u0646\u064A\u0629 \u0636\u0645\u0646 \u0637\u0631\u064A\u0642\u0629 \u0627\u0644\u0625\u062F\u062E\u0627\u0644 \u0627\u0644\u0635\u064A\u0646\u064A\u0629. \u0639\u0644\u0649 \u0633\u0628\u064A\u0644 \u0627\u0644\u0645\u062B\u0627\u0644\u060C \u0636\u0645\u0646 \u0637\u0631\u064A\u0642\u0629 \u0627\u0644\u0625\u062F\u062E\u0627\u0644 Sogou\u060C / \u0633\u0648\u0641 \u062A\u062A\u062D\u0648\u0644 \u0625\u0644\u0649 \u062A\u0648\u0642\u0641 \u0645\u0624\u0642\u062A\u060C \u0648\u062A\u062F\u0639\u0645 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u063A\u0627\u0645\u0631\u0629 \u062C\u0645\u064A\u0639 \u0627\u0644\u0631\u0645\u0648\u0632 \u0627\u0644\u0635\u064A\u0646\u064A\u0629 \u0627\u0644\u0645\u0642\u0627\u0628\u0644\u0629 \u0644\u0640 \u0633\u064A\u062A\u0645 \u0627\u0644\u062A\u0639\u0631\u0641 \u0639\u0644\u0649 \u0623\u062D\u0631\u0641 \u0627\u0644\u062A\u0634\u063A\u064A\u0644\u060C \u0623\u064A //\u060C \u0639\u0644\u0649 \u0623\u0646\u0647\u0627 \u0623\u062D\u0631\u0641 \u062A\u0634\u063A\u064A\u0644.

\u0641\u064A \u0627\u0644\u0648\u0642\u062A \u0646\u0641\u0633\u0647\u060C \u0646\u062F\u0639\u0645 \u0623\u064A\u0636\u064B\u0627 \u0627\u0644\u0623\u0633\u0645\u0627\u0621 \u0627\u0644\u0635\u064A\u0646\u064A\u0629 \u0627\u0644\u0645\u0633\u062A\u0639\u0627\u0631\u0629 \u0644\u0631\u0645\u0648\u0632 \u0627\u0644\u0644\u063A\u0629 \u0643\u0623\u0648\u0627\u0645\u0631. \u0639\u0644\u0649 \u0633\u0628\u064A\u0644 \u0627\u0644\u0645\u062B\u0627\u0644\u060C \u0633\u062A\u062A\u0645 \u062A\u0631\u062C\u0645\u0629 /Japanese Hello World \u0625\u0644\u0649 \u0627\u0644\u064A\u0627\u0628\u0627\u0646\u064A\u0629. <1> \u0627\u0646\u0642\u0631 \u0647\u0646\u0627 \u0644\u0639\u0631\u0636 \u0643\u0627\u0641\u0629 \u0631\u0645\u0648\u0632 \u0627\u0644\u0644\u063A\u0627\u062A \u0627\u0644\u0645\u062F\u0639\u0648\u0645\u0629. .",reloadCurrentPage:"\u064A\u0631\u062C\u0649 \u062A\u062D\u062F\u064A\u062B \u0627\u0644\u0635\u0641\u062D\u0629 \u0627\u0644\u062D\u0627\u0644\u064A\u0629 \u0642\u0628\u0644 \u0628\u062F\u0621 \u0627\u0644\u062A\u0631\u062C\u0645\u0629",noLocalFilePermissionForPDF:"\u0644\u064A\u0633 \u0644\u062F\u064A\u0646\u0627 \u062D\u0627\u0644\u064A\u064B\u0627 \u0625\u0630\u0646 \u0628\u0642\u0631\u0627\u0621\u0629 \u0627\u0644\u0645\u0644\u0641\u0627\u062A \u0627\u0644\u0645\u062D\u0644\u064A\u0629. \u0627\u0644\u0631\u062C\u0627\u0621 \u0627\u0644\u0646\u0642\u0631 \u0641\u0648\u0642 \u0627\u0644\u0632\u0631 \u0623\u0639\u0644\u0627\u0647 \u0648\u0627\u0633\u062A\u064A\u0631\u0627\u062F \u0627\u0644\u0645\u0644\u0641\u0627\u062A \u0627\u0644\u0645\u062D\u0644\u064A\u0629.",noPermissionForThisPage:"\u26A0\uFE0F \u0644\u0627 \u064A\u0648\u062C\u062F \u0625\u0630\u0646 \u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0635\u0641\u062D\u0629 \u0627\u0644\u062D\u0627\u0644\u064A\u0629",retryAllParagraphs:"\u0623\u0639\u062F \u0645\u062D\u0627\u0648\u0644\u0629 \u0643\u0627\u0641\u0629 \u0641\u0642\u0631\u0627\u062A \u0627\u0644\u062E\u0637\u0623",retryAllButton:"\u0623\u0639\u062F \u0645\u062D\u0627\u0648\u0644\u0629 \u0643\u0627\u0641\u0629 \u0641\u0642\u0631\u0627\u062A \u0627\u0644\u062E\u0637\u0623",errorTooltipTitle:"\u0627\u0646\u0642\u0631 \u0644\u0639\u0631\u0636 \u0633\u0628\u0628 \u0627\u0644\u062E\u0637\u0623",errorModalTitle:"\u064A\u0628\u062F\u0648 \u0623\u0646 \u0647\u0646\u0627\u0643 \u062E\u0637\u0623 \u0645\u0627 \u0641\u064A \u062E\u062F\u0645\u0629 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0623\u0648 \u0627\u0644\u0634\u0628\u0643\u0629...",disableConfirm:"\u0625\u0639\u062F\u0627\u062F\u0627\u062A \u062A\u0639\u0632\u064A\u0632 \u0627\u0644\u0645\u0639\u0644\u0648\u0645\u0627\u062A \u062B\u0646\u0627\u0626\u064A\u0629 \u0627\u0644\u0644\u063A\u0629",disableOnce:"\u0645\u0639\u0637\u0644\u0629 \u0647\u0630\u0647 \u0627\u0644\u0645\u0631\u0629",disableGlobal:"\u062A\u0639\u0637\u064A\u0644 \u062F\u0627\u0626\u0645",disableTint:"* \u064A\u0645\u0643\u0646\u0643 \u0625\u0639\u0627\u062F\u0629 \u062A\u0645\u0643\u064A\u0646\u0647 \u0641\u064A {option}.",searchEnhancementNotes:"\u0644\u0642\u062F \u0648\u062C\u062F\u0646\u0627 \u0623\u0646 \u0646\u062A\u0627\u0626\u062C \u0627\u0644\u0623\u062E\u0628\u0627\u0631 \u0644\u0644\u0643\u0644\u0645\u0627\u062A \u0627\u0644\u0631\u0626\u064A\u0633\u064A\u0629 \u0627\u0644\u0635\u064A\u0646\u064A\u0629 \u0648\u0627\u0644\u0643\u0644\u0645\u0627\u062A \u0627\u0644\u0631\u0626\u064A\u0633\u064A\u0629 \u0627\u0644\u0625\u0646\u062C\u0644\u064A\u0632\u064A\u0629 \u0645\u062E\u062A\u0644\u0641\u0629 \u062A\u0645\u0627\u0645\u064B\u0627. \u0628\u0639\u062F \u062A\u0645\u0643\u064A\u0646 \u0648\u0638\u064A\u0641\u0629 \u062A\u062D\u0633\u064A\u0646 \u0627\u0644\u0645\u0639\u0644\u0648\u0645\u0627\u062A \u062B\u0646\u0627\u0626\u064A\u0629 \u0627\u0644\u0644\u063A\u0629 \u0644\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u063A\u0627\u0645\u0631\u0629\u060C \u0633\u0646\u0628\u062D\u062B \u0641\u064A \u0645\u0648\u0627\u0642\u0639 \u0627\u0644\u0648\u064A\u0628 \u0627\u0644\u0645\u062F\u0639\u0648\u0645\u0629 (\u0623\u062E\u0628\u0627\u0631 Google\u060C \u0628\u062D\u062B Google (\u0628\u0639\u0636 \u0627\u0644\u0643\u0644\u0645\u0627\u062A \u0627\u0644\u0631\u0626\u064A\u0633\u064A\u0629)\u060C Snowball\u060C Oriental Fortune Network\u060C Futu \u060C Tiger) \u064A\u0628\u062D\u062B \u062A\u0644\u0642\u0627\u0626\u064A\u064B\u0627 \u0639\u0646 \u0646\u0641\u0633 \u0627\u0644\u0643\u0644\u0645\u0627\u062A \u0627\u0644\u0631\u0626\u064A\u0633\u064A\u0629 \u0628\u0627\u0644\u0644\u063A\u0629 \u0627\u0644\u0625\u0646\u062C\u0644\u064A\u0632\u064A\u0629 \u0648\u064A\u0639\u0631\u0636\u0647\u0627 \u0639\u0644\u0649 \u0627\u0644\u064A\u0645\u064A\u0646. \u0625\u0630\u0627 \u0644\u0645 \u062A\u0643\u0646 \u0628\u062D\u0627\u062C\u0629 \u0625\u0644\u0649 \u0647\u0630\u0647 \u0627\u0644\u0645\u064A\u0632\u0629\u060C \u0641\u064A\u0645\u0643\u0646\u0643 \u0627\u062E\u062A\u064A\u0627\u0631 \u062A\u0639\u0637\u064A\u0644\u0647\u0627.",option:"\u064A\u062B\u0628\u062A",saveSettings:"\u0627\u062D\u0641\u0638 \u0627\u0644\u062A\u063A\u064A\u064A\u0631\u0627\u062A",closeModal:"\u0623\u063A\u0644\u0642 \u0627\u0644\u0646\u0627\u0641\u0630\u0629",enableInputTranslationWithoutTriggerKeyTitle:"\u062A\u0645\u0643\u064A\u0646 \u0627\u0644\u062A\u062D\u0631\u064A\u0631 \u0648\u0627\u0644\u0633\u0631\u062F \u0627\u0644\u0633\u0631\u064A\u0639 3 \u0645\u0631\u0627\u062A{trailingKey}\u060C \u0648\u062A\u0631\u062C\u0645\u0629 \u0645\u0631\u0628\u0639 \u0627\u0644\u0625\u062F\u062E\u0627\u0644 \u0628\u0623\u0643\u0645\u0644\u0647 \u0645\u0628\u0627\u0634\u0631\u0629 \u0625\u0644\u0649{inputTargetLanguage}",enableInputTranslationWithoutTriggerKeyDescription:"\u0625\u0630\u0627 \u0643\u0646\u062A \u0628\u062D\u0627\u062C\u0629 \u0625\u0644\u0649 \u062A\u062D\u062F\u064A\u062F \u0627\u0644\u0644\u063A\u0629 \u0627\u0644\u0645\u0633\u062A\u0647\u062F\u0641\u0629\u060C \u0641\u064A\u0631\u062C\u0649 \u0625\u0636\u0627\u0641\u0629 \u0631\u0645\u0632 \u0627\u0644\u0644\u063A\u0629 \u0641\u064A \u0627\u0644\u0645\u0642\u062F\u0645\u0629\u060C \u0645\u062B\u0644\uFF1Aja Hello World",mouseHoverShortcutPlaceholder:"\u0645\u062B\u0644\uFF1A\u0627\u0644\u062A\u062D\u0648\u0644",deepLProName:"\u0639\u0636\u0648 \u0645\u062D\u062A\u0631\u0641 \u0641\u064A \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0634\u0627\u0645\u0644\u0629 (\u0645\u0633\u062A\u062D\u0633\u0646)",deepLProDescription:"\u064A\u0645\u0643\u0646 \u0627\u0633\u062A\u062E\u062F\u0627\u0645 \u0627\u0644\u062D\u0632\u0645\u0629 \u0627\u0644\u062D\u0627\u0644\u064A\u0629 \u0645\u0628\u0627\u0634\u0631\u0629",deeplProDescriptionForNormal:"\u0644\u0627 \u062A\u0648\u062C\u062F \u0625\u0639\u062F\u0627\u062F\u0627\u062A \u0645\u0637\u0644\u0648\u0628\u0629. \u064A\u0645\u0643\u0646\u0643 \u0627\u0633\u062A\u062E\u062F\u0627\u0645\u0647\u0627 \u0628\u0639\u062F \u062A\u0633\u062C\u064A\u0644 \u0627\u0644\u062F\u062E\u0648\u0644 \u0643\u0639\u0636\u0648. <1> \u0627\u0646\u0642\u0631 \u0647\u0646\u0627 \u0644\u0644\u062A\u0631\u0642\u064A\u0629 \u0625\u0644\u0649 \u0639\u0636\u0648.",deepLCustomDescription:"\u0623\u0646\u062A \u0628\u062D\u0627\u062C\u0629 \u0625\u0644\u0649 \u0628\u0637\u0627\u0642\u0629 \u0627\u0626\u062A\u0645\u0627\u0646 \u0623\u062C\u0646\u0628\u064A\u0629\u060C \u0627\u0646\u062A\u0642\u0644 \u0625\u0644\u0649 <1>DeepL \u062A\u0645 \u0641\u062A\u062D\u0647 \u0631\u0633\u0645\u064A\u064B\u0627\u060C \u0627\u0646\u0642\u0631 \u0644\u0639\u0631\u0636 \u0627\u0644\u0645\u0633\u062A\u0646\u062F\u0627\u062A <2>",deepLCustomName:"\u0645\u0641\u062A\u0627\u062D \u0627\u0644\u0645\u0635\u0627\u062F\u0642\u0629 \u0627\u0644\u0645\u062E\u0635\u0635",chooseProviderLabel:"\u0627\u062E\u062A\u0631 \u0645\u0632\u0648\u062F \u0627\u0644\u062E\u062F\u0645\u0629",openaiProName:"\u0639\u0636\u0648 \u0645\u062D\u062A\u0631\u0641 \u0641\u064A \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0634\u0627\u0645\u0644\u0629 (\u0645\u0633\u062A\u062D\u0633\u0646)",openaiProDescription:"\u064A\u0645\u0643\u0646 \u0627\u0633\u062A\u062E\u062F\u0627\u0645 \u0627\u0644\u062D\u0632\u0645\u0629 \u0627\u0644\u062D\u0627\u0644\u064A\u0629 \u0645\u0628\u0627\u0634\u0631\u0629",openaiProDescriptionForNormal:"\u0644\u0627 \u062A\u0648\u062C\u062F \u0625\u0639\u062F\u0627\u062F\u0627\u062A \u0645\u0637\u0644\u0648\u0628\u0629. \u064A\u0645\u0643\u0646\u0643 \u0627\u0633\u062A\u062E\u062F\u0627\u0645\u0647\u0627 \u0628\u0639\u062F \u062A\u0633\u062C\u064A\u0644 \u0627\u0644\u062F\u062E\u0648\u0644 \u0643\u0639\u0636\u0648. <1> \u0627\u0646\u0642\u0631 \u0647\u0646\u0627 \u0644\u0644\u062A\u0631\u0642\u064A\u0629 \u0625\u0644\u0649 \u0639\u0636\u0648.",openaiCustomDescription:"\u064A\u0645\u0643\u0646 \u0627\u0644\u062D\u0635\u0648\u0644 \u0639\u0644\u064A\u0647 \u0645\u0646 OpenAI \u0623\u0648 Azure OpenAI \u0623\u0648 \u062E\u062F\u0645\u0627\u062A \u0623\u062E\u0631\u0649 \u062A\u0627\u0628\u0639\u0629 \u0644\u062C\u0647\u0627\u062A \u062E\u0627\u0631\u062C\u064A\u0629.<1> \u0627\u0646\u0642\u0631 \u0647\u0646\u0627 \u0644\u0639\u0631\u0636 \u0627\u0644\u0645\u0633\u062A\u0646\u062F.",openaiCustomName:"\u0645\u0641\u062A\u0627\u062D \u0648\u0627\u062C\u0647\u0629 \u0628\u0631\u0645\u062C\u0629 \u0627\u0644\u062A\u0637\u0628\u064A\u0642\u0627\u062A \u0627\u0644\u0645\u062E\u0635\u0635",needLoginAction:"(\u0623\u062F\u062E\u0644 \u0627\u0644\u0639\u0636\u0648\u064A\u0629 \u0623\u0648 \u0627\u0644\u062A\u062E\u0635\u064A\u0635)",goLoginOrAction:"(\u0623\u062F\u062E\u0644 \u0627\u0644\u0639\u0636\u0648\u064A\u0629 \u0623\u0648 \u0627\u0630\u0647\u0628 \u0625\u0644\u0649 \u0627\u0644\u0625\u0639\u062F\u0627\u062F\u0627\u062A)",yearly:"\u0627\u0644\u0627\u0634\u062A\u0631\u0627\u0643 \u0627\u0644\u0633\u0646\u0648\u064A \u0627\u0644\u0645\u0633\u062A\u0645\u0631",quarterly:"\u0645\u0648\u0627\u0633\u0645 \u0645\u062A\u062A\u0627\u0644\u064A\u0629",monthly:"\u0627\u0634\u062A\u0631\u0627\u0643 \u0634\u0647\u0631\u064A \u0645\u0633\u062A\u0645\u0631",yearlyForOnce:"\u0627\u0644\u0628\u0627\u0642\u0629 \u0627\u0644\u0633\u0646\u0648\u064A\u0629 \u0644\u0645\u0631\u0629 \u0648\u0627\u062D\u062F\u0629",monthlyForOnce:"\u0628\u0627\u0642\u0629 \u0634\u0647\u0631\u064A\u0629 \u0644\u0645\u0631\u0629 \u0648\u0627\u062D\u062F\u0629",daily:"\u0623\u064A\u0627\u0645 \u0645\u062A\u062A\u0627\u0644\u064A\u0629",year:"\u0627\u0644\u0627\u0634\u062A\u0631\u0627\u0643 \u0627\u0644\u0633\u0646\u0648\u064A \u0627\u0644\u0645\u0633\u062A\u0645\u0631",quarter:"\u0645\u0648\u0627\u0633\u0645 \u0645\u062A\u062A\u0627\u0644\u064A\u0629",month:"\u0627\u0634\u062A\u0631\u0627\u0643 \u0634\u0647\u0631\u064A \u0645\u0633\u062A\u0645\u0631",day:"\u0623\u064A\u0627\u0645 \u0645\u062A\u062A\u0627\u0644\u064A\u0629",onetime_7day:"\u062D\u0632\u0645\u0629 \u062A\u062C\u0631\u064A\u0628\u064A\u0629 \u0644\u0645\u062F\u0629 7 \u0623\u064A\u0627\u0645",currentPlanDescriptionForFree:"\u0627\u0644\u062D\u0632\u0645\u0629 \u0627\u0644\u062D\u0627\u0644\u064A\u0629\uFF1A\u0645\u062C\u0627\u0646\u064A\u0629",currentPlanDescriptionForContinuous:"\u0627\u0644\u0628\u0627\u0642\u0629 \u0627\u0644\u062D\u0627\u0644\u064A\u0629\uFF1A{plan}\u062A\u062C\u062F\u064A\u062F\u0647\u0627 \u062A\u0644\u0642\u0627\u0626\u064A\u0627 \u0641\u064A {endAt}",currentPlanDescriptionForAutoRenewCaceling:"\u0627\u0644\u0628\u0627\u0642\u0629 \u0627\u0644\u062D\u0627\u0644\u064A\u0629\uFF1A{plan}\u0648\u0633\u062A\u0646\u062A\u0647\u064A \u0641\u064A {endAt} \u0648\u0644\u0646 \u064A\u062A\u0645 \u062A\u062C\u062F\u064A\u062F\u0647\u0627 \u062A\u0644\u0642\u0627\u0626\u064A\u064B\u0627 \u0628\u0639\u062F \u0627\u0646\u062A\u0647\u0627\u0621 \u0627\u0644\u0635\u0644\u0627\u062D\u064A\u0629.",currentYearlyPlanDescriptionForAutoRenewCacelingWithRealPaiedUser:"\u0633\u062A\u0646\u062A\u0647\u064A \u0635\u0644\u0627\u062D\u064A\u0629 \u0627\u0644\u062D\u0632\u0645\u0629 \u0627\u0644\u062D\u0627\u0644\u064A\u0629\uFF1A{plan}\u0641\u064A {endAt} \u0648\u0644\u0646 \u064A\u062A\u0645 \u062A\u062C\u062F\u064A\u062F\u0647\u0627 \u062A\u0644\u0642\u0627\u0626\u064A\u064B\u0627 \u0628\u0639\u062F \u0627\u0646\u062A\u0647\u0627\u0621 \u0627\u0644\u0635\u0644\u0627\u062D\u064A\u0629.
<1>\u0627\u0646\u0642\u0631 \u0647\u0646\u0627 \u0644\u0625\u062F\u0627\u0631\u0629 \u062E\u0637\u0637 \u0627\u0644\u062A\u062C\u062F\u064A\u062F",currentYearlyPlanDescriptionForAutoRenewCacelingWithAdmin:"\u0633\u062A\u0646\u062A\u0647\u064A \u0635\u0644\u0627\u062D\u064A\u0629 \u0627\u0644\u062D\u0632\u0645\u0629 \u0627\u0644\u062D\u0627\u0644\u064A\u0629\uFF1A{plan}\u0641\u064A {endAt} \u0648\u0644\u0646 \u064A\u062A\u0645 \u062A\u062C\u062F\u064A\u062F\u0647\u0627 \u062A\u0644\u0642\u0627\u0626\u064A\u064B\u0627 \u0628\u0639\u062F \u0627\u0646\u062A\u0647\u0627\u0621 \u0627\u0644\u0635\u0644\u0627\u062D\u064A\u0629.
<1>\u0627\u0636\u063A\u0637 \u0647\u0646\u0627 \u0644\u062A\u0641\u0639\u064A\u0644 \u0627\u0644\u0627\u0634\u062A\u0631\u0627\u0643 \u0627\u0644\u0633\u0646\u0648\u064A \u0627\u0644\u0645\u0633\u062A\u0645\u0631",currentPlanDescriptionForOneTime:"\u0627\u0644\u062D\u0632\u0645\u0629 \u0627\u0644\u062D\u0627\u0644\u064A\u0629\uFF1A{plan}\u0648\u0633\u062A\u0646\u062A\u0647\u064A \u0641\u064A {endAt} <1> \u0627\u0646\u0642\u0631 \u0647\u0646\u0627 \u0644\u0644\u062A\u0631\u0642\u064A\u0629 \u0625\u0644\u0649 \u0627\u0644\u0631\u0633\u0648\u0645 \u0627\u0644\u0633\u0646\u0648\u064A\u0629 \u0623\u0648 <2> \u0631\u0633\u0648\u0645 \u0634\u0647\u0631\u064A\u0629 \u0639\u0636\u0648",upgradePlan:"\u0627\u0646\u0642\u0631 \u0647\u0646\u0627 \u0644\u0644\u062A\u0631\u0642\u064A\u0629 \u0625\u0644\u0649 \u0639\u0636\u0648\u064A\u0629 Pro",upgradeToPro:"\u0627\u0644\u062A\u0631\u0642\u064A\u0629 \u0625\u0644\u0649 \u0639\u0636\u0648\u064A\u0629 \u0628\u0631\u0648","popup.openPro":"\u0628\u0639\u062F \u0627\u0644\u062A\u0631\u0642\u064A\u0629 \u0625\u0644\u0649 \u0639\u0636\u0648\u064A\u0629 Pro\u060C \u064A\u0645\u0643\u0646\u0643 \u0627\u0644\u0627\u0633\u062A\u0645\u062A\u0627\u0639 \u0628\u062A\u0631\u062C\u0645\u0629 DeepL \u0648OpenAI\u060C \u0627\u0646\u0642\u0631 \u0647\u0646\u0627 \u0644\u0644\u062A\u0631\u0642\u064A\u0629","popup.openProForPro":"\u0623\u0646\u062A \u0639\u0636\u0648 \u0645\u062D\u062A\u0631\u0641 \u0648\u064A\u0645\u0643\u0646\u0643 \u0627\u0633\u062A\u062E\u062F\u0627\u0645 \u062A\u0631\u062C\u0645\u0629 DeepL \u0648OpenAI \u0645\u0628\u0627\u0634\u0631\u0629",currentAccount:"\u0627\u0644\u062D\u0633\u0627\u0628 \u0627\u0644\u062D\u0627\u0644\u064A",enableAutoSyncUserSettings:"\u062A\u0645\u0643\u064A\u0646 \u0627\u0644\u0645\u0632\u0627\u0645\u0646\u0629 \u0627\u0644\u0633\u062D\u0627\u0628\u064A\u0629 \u0627\u0644\u062A\u0644\u0642\u0627\u0626\u064A\u0629 \u0639\u0628\u0631 \u0623\u062C\u0647\u0632\u0629 \u0645\u062A\u0639\u062F\u062F\u0629",modalEnableInputTranslationTitle:"\u0646\u0635\u0627\u0626\u062D \u062A\u0631\u062C\u0645\u0629 \u0645\u0631\u0628\u0639 \u0625\u062F\u062E\u0627\u0644 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u063A\u0627\u0645\u0631\u0629",modalEnableInputTranslationDesc:"\u0644\u0642\u062F \u0642\u0645\u062A \u0644\u0644\u062A\u0648 \u0628\u062A\u0634\u063A\u064A\u0644 \u062A\u0631\u062C\u0645\u0629 \u0645\u0631\u0628\u0639 \u0627\u0644\u0625\u062F\u062E\u0627\u0644 \u0644\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0634\u0627\u0645\u0644\u0629 \u0639\u0646 \u0637\u0631\u064A\u0642 \u0627\u0644\u0636\u063A\u0637 \u0639\u0644\u0649 \u0634\u0631\u064A\u0637 \u0627\u0644\u0645\u0633\u0627\u0641\u0629 \u062B\u0644\u0627\u062B \u0645\u0631\u0627\u062A \u0641\u064A \u062A\u062A\u0627\u0628\u0639 \u0633\u0631\u064A\u0639\u060C \u0648\u0633\u064A\u062A\u0645 \u062A\u0631\u062C\u0645\u0629 \u0645\u062D\u062A\u0648\u0649 \u0645\u0631\u0628\u0639 \u0627\u0644\u0625\u062F\u062E\u0627\u0644 \u0625\u0644\u0649 \u0627\u0644\u0644\u063A\u0629 \u0627\u0644\u0647\u062F\u0641 \u0627\u0644\u0627\u0641\u062A\u0631\u0627\u0636\u064A\u0629. \u064A\u0645\u0643\u0646 \u0627\u0644\u062A\u0631\u0627\u062C\u0639 \u0639\u0646 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0639\u0628\u0631 Ctrl+Z.

\u0625\u0630\u0627 \u0643\u0627\u0646 \u0647\u0630\u0627 \u062E\u0637\u0623\u060C \u0641\u0644\u0627 \u062A\u0642\u0644\u0642\u060C \u064A\u0645\u0643\u0646\u0643 \u0627\u062E\u062A\u064A\u0627\u0631 \u062A\u0639\u0637\u064A\u0644\u0647 \u0647\u0630\u0647 \u0627\u0644\u0645\u0631\u0629\u060C \u0623\u0648 \u062A\u0639\u0637\u064A\u0644 \u062A\u0631\u062C\u0645\u0629 \u0645\u0631\u0628\u0639 \u0627\u0644\u0625\u062F\u062E\u0627\u0644 \u0628\u0634\u0643\u0644 \u062F\u0627\u0626\u0645.",saveAndNotShowAgain:"\u0627\u062D\u0641\u0638 \u0648\u0644\u0627 \u062A\u0637\u0627\u0644\u0628 \u0645\u0631\u0629 \u0623\u062E\u0631\u0649",disableInputTranslationTips:"* \u064A\u0645\u0643\u0646\u0643 \u0623\u064A\u0636\u064B\u0627 \u0636\u0628\u0637 \u0645\u0641\u0627\u062A\u064A\u062D \u0627\u0644\u0627\u062E\u062A\u0635\u0627\u0631 \u0627\u0644\u0623\u062E\u0631\u0649 \u0644\u062A\u0634\u063A\u064A\u0644\u0647\u0627 \u0641\u064A {option} \u060C{learnMore}.",learnMore:"\u0627\u0646\u0642\u0631 \u0647\u0646\u0627 \u0644\u0645\u0639\u0631\u0641\u0629 \u0627\u0644\u0645\u0632\u064A\u062F",continueEnalbeInputTranslation:"\u0627\u0633\u062A\u0645\u0631 \u0641\u064A \u062A\u0645\u0643\u064A\u0646 \u062A\u0631\u062C\u0645\u0629 \u0645\u0631\u0628\u0639 \u0627\u0644\u0625\u062F\u062E\u0627\u0644",autoRenewTrialSuffix:'(\u0623\u062B\u0646\u0627\u0621 \u0627\u0644\u0641\u062A\u0631\u0629 \u0627\u0644\u062A\u062C\u0631\u064A\u0628\u064A\u0629\u060C \u0633\u064A\u062A\u0645 \u062A\u0631\u0642\u064A\u0629\u0639\u0644\u0649 \u0627\u0644\u0641\u0648\u0631 \u0625\u0644\u0649\u0631\u0633\u0645\u064A1 )',upgradeFromTrialTitle:"\u0627\u0644\u062A\u0631\u0642\u064A\u0629 \u0625\u0644\u0649 \u0639\u0636\u0648 \u0631\u0633\u0645\u064A",subtitle:"\u062A\u0631\u062C\u0645\u0627\u062A \u0627\u0644\u0641\u064A\u062F\u064A\u0648",youtubeService:"\u062E\u062F\u0645\u0629 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u063A\u0627\u0645\u0631\u0629 \u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0641\u064A\u062F\u064A\u0648","subtitle.disabledSubtitle":"\u062A\u0639\u0637\u064A\u0644 \u062A\u0631\u062C\u0645\u0627\u062A \u0627\u0644\u0641\u064A\u062F\u064A\u0648 \u0628\u0634\u0643\u0644 \u062F\u0627\u0626\u0645","subtitle.disabledSubtitleDescription":"\u0625\u0630\u0627 \u0643\u0627\u0646\u062A \u062A\u0631\u062C\u0645\u0627\u062A \u0627\u0644\u0641\u064A\u062F\u064A\u0648 \u0627\u0644\u062E\u0627\u0635\u0629 \u0628\u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0634\u0627\u0645\u0644\u0629 \u062A\u062A\u0639\u0627\u0631\u0636 \u0645\u0639 \u0645\u0644\u062D\u0642\u0627\u062A \u0623\u062E\u0631\u0649\u060C \u0641\u064A\u0645\u0643\u0646\u0643 \u0627\u062E\u062A\u064A\u0627\u0631 \u062A\u0639\u0637\u064A\u0644 \u0648\u0638\u064A\u0641\u0629 \u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0641\u064A\u062F\u064A\u0648 \u0627\u0644\u062E\u0627\u0635\u0629 \u0628\u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0634\u0627\u0645\u0644\u0629 \u0628\u0634\u0643\u0644 \u062F\u0627\u0626\u0645 \u0623\u0648 \u0625\u0644\u063A\u0627\u0621 \u062A\u062B\u0628\u064A\u062A \u0627\u0644\u0645\u0644\u062D\u0642\u0627\u062A \u0627\u0644\u0645\u062A\u0639\u0627\u0631\u0636\u0629 \u0627\u0644\u0623\u062E\u0631\u0649.","subtitle.autoEnableSubtitle":"\u0627\u0633\u062A\u062E\u062F\u0645 \u0627\u0644\u062A\u0631\u062C\u0645\u0627\u062A \u062B\u0646\u0627\u0626\u064A\u0629 \u0627\u0644\u0644\u063A\u0629 \u062A\u0644\u0642\u0627\u0626\u064A\u064B\u0627","subtitle.autoEnableSubtitleDescription":"\u0628\u0639\u062F \u0627\u0644\u062A\u0641\u0639\u064A\u0644\u060C \u0639\u0646\u062F \u062A\u0634\u063A\u064A\u0644 \u0627\u0644\u0641\u064A\u062F\u064A\u0648\u060C \u0633\u064A\u062A\u0645 \u0639\u0631\u0636 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u062B\u0646\u0627\u0626\u064A\u0629 \u062A\u0644\u0642\u0627\u0626\u064A\u064B\u0627\u060C \u0648\u0625\u0644\u0627 \u0633\u064A\u062A\u0639\u064A\u0646 \u0627\u0644\u0646\u0642\u0631 \u0639\u0644\u0649 \u0632\u0631 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0644\u0644\u0639\u0631\u0636.","subtitle.preTranslation":"\u0627\u0633\u062A\u062E\u062F\u0645 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0634\u0627\u0645\u0644\u0629 \u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u062A\u0631\u062C\u0645\u0627\u062A","subtitle.preTranslationDescription":"\u0628\u0639\u062F \u062A\u0641\u0639\u064A\u0644\u0647\u0627\u060C \u0633\u062A\u0639\u0637\u0649 \u0627\u0644\u0623\u0648\u0644\u0648\u064A\u0629 \u0644\u0627\u0633\u062A\u062E\u062F\u0627\u0645 \u062E\u062F\u0645\u0629 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0645\u062D\u062F\u062F\u0629 \u0623\u062F\u0646\u0627\u0647 \u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0628\u0627\u0644\u0643\u0627\u0645\u0644 \u0645\u0642\u062F\u0645\u064B\u0627. \u064A\u0633\u062A\u0647\u0644\u0643 \u0645\u0642\u0637\u0639 \u0641\u064A\u062F\u064A\u0648 \u0645\u062F\u062A\u0647 \u0633\u0627\u0639\u0629 \u0648\u0627\u062D\u062F\u0629 \u0645\u0627 \u064A\u0642\u0631\u0628 \u0645\u0646 50000 \u0631\u0645\u0632\u064B\u0627 \u0623\u0648 \u062D\u0631\u0641\u064B\u0627\u060C \u0644\u0630\u0627 \u064A\u0631\u062C\u0649 \u0627\u0633\u062A\u062E\u062F\u0627\u0645\u0647\u0627 \u0628\u0627\u0644\u0634\u0643\u0644 \u0627\u0644\u0645\u0646\u0627\u0633\u0628\u061B \u0628\u0639\u062F \u0627\u0644\u062A\u0639\u0637\u064A\u0644\u060C \u0633\u062A\u0639\u0637\u0649 \u0627\u0644\u0623\u0648\u0644\u0648\u064A\u0629 \u0644\u0627\u0633\u062A\u062E\u062F\u0627\u0645 \u0627\u0644\u062A\u0631\u062C\u0645\u0627\u062A \u0627\u0644\u0645\u062A\u0631\u062C\u0645\u0629 \u0622\u0644\u064A\u064B\u0627 \u0648\u0627\u0644\u062A\u064A \u062A\u0623\u062A\u064A \u0645\u0639 \u0627\u0644\u0641\u064A\u062F\u064A\u0648 \u0627\u0644\u0623\u0635\u0644\u064A.","subtitle.humanSubtitlesPreferred":"\u0625\u0639\u0637\u0627\u0621 \u0627\u0644\u0623\u0648\u0644\u0648\u064A\u0629 \u0644\u0627\u0633\u062A\u062E\u062F\u0627\u0645 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0628\u0634\u0631\u064A\u0629","subtitle.humanSubtitlesPreferredDescription":"\u0639\u0646\u062F\u0645\u0627 \u064A\u062D\u062A\u0648\u064A \u0645\u0642\u0637\u0639 \u0641\u064A\u062F\u064A\u0648 \u0639\u0644\u0649 \u062A\u0631\u062C\u0645\u0627\u062A \u064A\u062F\u0648\u064A\u0629 \u0628\u0627\u0644\u0644\u063A\u0629 \u0627\u0644\u0647\u062F\u0641\u060C \u0627\u0633\u062A\u062E\u062F\u0645 \u0627\u0644\u062A\u0631\u062C\u0645\u0627\u062A \u0627\u0644\u064A\u062F\u0648\u064A\u0629 \u0623\u0648\u0644\u0627\u064B (\u0645\u0648\u0635\u0649 \u0628\u0647)",videoSubtitleTranslationDescription:"\u062A\u062E\u0635\u064A\u0635 \u062E\u062F\u0645\u0629 \u062A\u0631\u062C\u0645\u0629 \u0645\u0646\u0641\u0635\u0644\u0629 \u0644\u062A\u0631\u062C\u0645\u0627\u062A \u0627\u0644\u0641\u064A\u062F\u064A\u0648",subtitleTranslating:"\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u062A\u0631\u062C\u0645\u0627\u062A \u0628\u0627\u0633\u062A\u062E\u062F\u0627\u0645 {service} \u062E\u062F\u0645\u0629\u060C \u064A\u0631\u062C\u0649 \u0627\u0644\u0627\u0646\u062A\u0638\u0627\u0631... (\u062A\u0631\u062C\u0645\u0629 \u063A\u0627\u0645\u0631\u0629)",subtitleLoading:"\u062C\u0627\u0631\u064D \u062A\u062D\u0645\u064A\u0644 \u0627\u0644\u062A\u0631\u062C\u0645\u0629...",bilingual:"\u062B\u0646\u0627\u0626\u064A \u0627\u0644\u0644\u063A\u0629","field.action":"\u0645\u0627 \u0625\u0630\u0627 \u0643\u0627\u0646 \u0633\u064A\u062A\u0645 \u062A\u0645\u0643\u064A\u0646 \u0645\u0635\u0637\u0644\u062D\u0627\u062A \u0628\u0627\u064A\u062F\u0648","description.action":"\u0628\u0639\u062F \u0627\u0644\u062A\u0645\u0643\u064A\u0646\u060C \u0633\u062A\u062A\u0645 \u0625\u0636\u0627\u0641\u0629 \u0627\u0644\u0625\u062C\u0631\u0627\u0621 \u0627\u0644\u0645\u0639\u0644\u0645\u0629 = 1 \u0625\u0644\u0649 \u0637\u0644\u0628 \u0625\u0628\u0644\u0627\u063A Baidu \u0644\u062A\u0645\u0643\u064A\u0646 \u0627\u0644\u0645\u0635\u0637\u0644\u062D.<1> \u064A\u0631\u062C\u0649 \u0627\u0644\u0631\u062C\u0648\u0639 \u0625\u0644\u0649 \u0627\u0644\u0648\u062B\u0627\u0626\u0642 \u0627\u0644\u0631\u0633\u0645\u064A\u0629 \u0644\u0645\u0632\u064A\u062F \u0645\u0646 \u0627\u0644\u062A\u0639\u0644\u064A\u0645\u0627\u062A.",closeQuickTranslation:"\u0623\u063A\u0644\u0642 \u0627\u0644\u0643\u0631\u0629 \u0627\u0644\u0639\u0627\u0626\u0645\u0629","closeQuickTranslation.untilNext":"\u0645\u063A\u0644\u0642 \u062D\u062A\u0649 \u0627\u0644\u0632\u064A\u0627\u0631\u0629 \u0627\u0644\u0642\u0627\u062F\u0645\u0629","closeQuickTranslation.currentWebsite":"\u0627\u0644\u0645\u0648\u0642\u0639 \u0627\u0644\u062D\u0627\u0644\u064A \u0645\u0639\u0637\u0644","closeQuickTranslation.alwaysClose":"\u062A\u0639\u0637\u064A\u0644 \u062F\u0627\u0626\u0645","closeQuickTranslation.settingOpen":"(\u064A\u0645\u0643\u0646 \u0627\u0644\u0639\u062B\u0648\u0631 \u0639\u0644\u064A\u0647 \u0641\u064A \u0635\u0641\u062D\u0629 \u0627\u0644\u0625\u0639\u062F\u0627\u062F <1> \u0634\u063A\u0644\u0647)","closeQuickTranslation.cancel":"\u064A\u0644\u063A\u064A","closeQuickTranslation.confirm":"\u0628\u0627\u0644\u062A\u0623\u0643\u064A\u062F","floatBall.popup":"\u0627\u0641\u062A\u062D \u0644\u0648\u062D\u0629 \u0627\u0644\u0625\u0639\u062F\u0627\u062F\u0627\u062A \u0627\u0644\u0633\u0631\u064A\u0639\u0629","floatBall.translate":"\u0627\u0646\u0642\u0631 \u0644\u062A\u0631\u062C\u0645\u0629 \u0647\u0630\u0647 \u0627\u0644\u0635\u0641\u062D\u0629","floatBall.showOriginal":"\u0627\u0646\u0642\u0631 \u0644\u0644\u062A\u0628\u062F\u064A\u0644 \u0645\u0631\u0629 \u0623\u062E\u0631\u0649 \u0625\u0644\u0649 \u0627\u0644\u0646\u0635 \u0627\u0644\u0623\u0635\u0644\u064A","floatBall.close":"\u0623\u063A\u0644\u0642 \u0627\u0644\u0643\u0631\u0629 \u0627\u0644\u0639\u0627\u0626\u0645\u0629","floatBallOptions.enableDescPc":"\u0628\u0639\u062F \u062A\u0641\u0639\u064A\u0644 \u0627\u0644\u0643\u0631\u0629 \u0627\u0644\u0639\u0627\u0626\u0645\u0629 \u0644\u0644\u0635\u0641\u062D\u0629\u060C \u0633\u064A\u062A\u0645 \u0639\u0631\u0636 \u0632\u0631 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0633\u0631\u064A\u0639\u0629 \u0639\u0644\u0649 \u0627\u0644\u062C\u0627\u0646\u0628 \u0627\u0644\u0623\u064A\u0645\u0646 \u0645\u0646 \u0627\u0644\u0635\u0641\u062D\u0629\u060C \u0627\u0646\u0642\u0631 \u0644\u0644\u062A\u0631\u062C\u0645\u0629.","floatBallOptions.enableDesc":"\u0628\u0639\u062F \u0625\u063A\u0644\u0627\u0642 \u0627\u0644\u0643\u0631\u0629 \u0627\u0644\u0639\u0627\u0626\u0645\u0629\u060C \u064A\u0645\u0643\u0646 \u0625\u064A\u0642\u0627\u0638\u0647\u0627 \u0628\u0640{touch}. \u0644\u0645\u0646\u0639 \u0627\u0644\u0639\u062B\u0648\u0631 \u0639\u0644\u0649 \u0627\u0644\u0643\u0631\u0629 \u0627\u0644\u0639\u0627\u0626\u0645\u0629 \u0628\u0639\u062F \u0625\u064A\u0642\u0627\u0641 \u062A\u0634\u063A\u064A\u0644 \u0647\u0630\u0627 \u0627\u0644\u062E\u064A\u0627\u0631 \u0639\u0646 \u0637\u0631\u064A\u0642 \u0627\u0644\u062E\u0637\u0623\u060C \u064A\u0648\u0635\u0649 \u0628\u0634\u062F\u0629 \u0628\u0648\u0636\u0639 \u0625\u0634\u0627\u0631\u0629 \u0645\u0631\u062C\u0639\u064A\u0629 \u0639\u0644\u0649 \u0635\u0641\u062D\u0629 \u0627\u0644\u0625\u0639\u062F\u0627\u062F\u0627\u062A \u0647\u0630\u0647.","description.azureApiUrl":"\u0627\u0645\u0644\u0623 \u0639\u0646\u0648\u0627\u0646 \u0648\u0627\u062C\u0647\u0629 API \u0627\u0644\u0645\u062E\u0635\u0635\u0629",confirmSupportMouse:"\u0641\u0631\u0636 \u062F\u0639\u0645 \u0627\u0644\u0645\u0627\u0648\u0633 \u0644\u064A\u062A\u0645 \u062A\u0645\u0643\u064A\u0646\u0647",confirmSupportMouseDescription:"\u062A\u0645 \u0627\u0643\u062A\u0634\u0627\u0641 \u0623\u0646 \u0627\u0644\u0645\u062A\u0635\u0641\u062D \u0627\u0644\u062D\u0627\u0644\u064A \u0644\u0627 \u064A\u062F\u0639\u0645 \u0648\u0638\u064A\u0641\u0629 \u0627\u0644\u0645\u0627\u0648\u0633. \u0647\u0644 \u062A\u0631\u064A\u062F \u0641\u0631\u0636 \u062A\u0645\u0643\u064A\u0646 \u062F\u0639\u0645 \u0627\u0644\u0645\u0627\u0648\u0633\u061F",sampleTargetText:"\u0627\u0644\u0644\u064A\u0644 \u0627\u0644\u0637\u0648\u064A\u0644 \u0642\u0627\u062F\u0645\u060C \u0648\u0633\u0623\u0638\u0644 \u0633\u0627\u0647\u0631\u064B\u0627 \u0645\u0646 \u0627\u0644\u0622\u0646 \u0641\u0635\u0627\u0639\u062F\u064B\u0627 \u062D\u062A\u0649 \u0623\u0645\u0648\u062A. \u0644\u0646 \u0623\u062A\u062E\u0630 \u0632\u0648\u062C\u0629\u060C \u0648\u0644\u0627 \u0625\u0642\u0637\u0627\u0639\u064A\u0629\u060C \u0648\u0644\u0627 \u0623\u0637\u0641\u0627\u0644\u0627\u064B. \u0644\u0646 \u0623\u0631\u062A\u062F\u064A \u0627\u0644\u062A\u0627\u062C \u0623\u0648 \u0623\u062A\u0646\u0627\u0641\u0633 \u0639\u0644\u0649 \u0627\u0644\u0623\u0648\u0633\u0645\u0629. \u0633\u0623\u0642\u0648\u0645 \u0628\u0648\u0627\u062C\u0628\u064A \u0628\u0625\u062E\u0644\u0627\u0635\u060C \u0648\u0623\u0639\u064A\u0634 \u0648\u0623\u0645\u0648\u062A.",sampleSourceText:"Night gathers, and now my watch begins. It shall not end until my death. I shall take no wife, hold no lands, father no children. I shall wear no crowns and win no glory. I shall live and die at my post.","subtitle.supportedSites":"\u5DF2\u652F\u6301\u5728\u8FD9\u4E9B\u7F51\u7AD9\u4F7F\u7528\u53CC\u8BED\u5B57\u5E55\uFF08\u6CE8\u610F\uFF1A\u7531\u4E8E\u6280\u672F\u9650\u5236\uFF0C\u90E8\u5206\u7F51\u7AD9\u5728\u9996\u6B21\u5F00\u542F\u5B57\u5E55\u540E\u9700\u8981\u91CD\u65B0\u5237\u65B0\u9875\u9762\uFF0C\u6216\u8005\u9700\u7B49\u5F85\u7FFB\u8BD1\u5B8C\u6210\u4EE5\u663E\u793A\u53CC\u8BED\u5B57\u5E55\uFF09\uFF1A",viewWithImmersiveTranslate:"\u53CC\u8BED\u7248\u672C(\u6C89\u6D78\u5F0F\u7FFB\u8BD1)",errorReason:"\u9519\u8BEF\u539F\u56E0\uFF1A{message}","proQuotaExceededError.onetime7day":'\uFF0C\u60A8\u53EF\u4EE5\u9009\u62E9\u4EE5\u4E0B\u65B9\u5F0F\u89E3\u51B3\uFF1A

1. \u5207\u6362\u5230 {anotherService} \u6216\u5176\u4ED6\u7FFB\u8BD1\u670D\u52A1
2. \u5347\u7EA7\u4E3A\u6708\u5EA6/\u5E74\u5EA6\u4F1A\u5458',"proQuotaExceededError.trial":'\uFF0C\u60A8\u53EF\u4EE5\u9009\u62E9\u4EE5\u4E0B\u65B9\u5F0F\u89E3\u51B3\uFF1A

1. \u5207\u6362\u5230 {anotherService} \u6216\u5176\u4ED6\u7FFB\u8BD1\u670D\u52A1
2. \u7ACB\u523B\u5347\u7EA7\u4E3A\u6B63\u5F0F\u4F1A\u5458',"proQuotaExceededError.nonTrial":'\uFF0C\u60A8\u53EF\u4EE5\u9009\u62E9\u4EE5\u4E0B\u65B9\u5F0F\u89E3\u51B3\uFF1A

1. \u5207\u6362\u5230 {anotherService} \u6216\u5176\u4ED6\u7FFB\u8BD1\u670D\u52A1
2. \u8D2D\u4E70 {translationService} \u989D\u5916\u6D41\u91CF\u5305',"proQuotaExceededError.resetTime":"
3. \u989D\u5EA6\u91CD\u7F6E\u65F6\u95F4\uFF1A{resetTime}","desc.touchShortcutsToggleTranslatePageOnlyTranslation":'\u062A\u0634\u064A\u0631 "\u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0641\u0642\u0637" \u0625\u0644\u0649 \u0639\u0631\u0636 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0641\u0642\u0637\u060C \u0625\u0630\u0627 \u0644\u0645 \u064A\u062A\u0645 \u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0635\u0641\u062D\u0629 \u0627\u0644\u0625\u0644\u0643\u062A\u0631\u0648\u0646\u064A\u0629 \u0628\u0639\u062F\u060C \u0633\u064A\u062A\u0645 \u062A\u063A\u064A\u064A\u0631 \u0627\u0644\u0648\u0636\u0639 \u0648\u062A\u0631\u062C\u0645\u062A\u0647\u0627.',"desc.toggleOnlyTransation":"\u062A\u0634\u064A\u0631 \u0648\u0636\u0639\u064A\u0629 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0641\u0642\u0637 \u0625\u0644\u0649 \u0639\u0631\u0636 \u0627\u0644\u0646\u0635 \u0627\u0644\u0645\u062A\u0631\u062C\u0645 \u0641\u0642\u0637\u060C \u0625\u0630\u0627 \u0644\u0645 \u064A\u062A\u0645 \u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0635\u0641\u062D\u0629 \u0627\u0644\u0625\u0644\u0643\u062A\u0631\u0648\u0646\u064A\u0629 \u0628\u0639\u062F\u060C \u0633\u064A\u062A\u0645 \u062A\u063A\u064A\u064A\u0631 \u0627\u0644\u0648\u0636\u0639 \u0648\u062A\u0631\u062C\u0645\u062A\u0647\u0627.",touchShortcutsToggleTranslatePageOnlyTranslation:"\u062A\u0639\u064A\u064A\u0646 \u0627\u0644\u0625\u064A\u0645\u0627\u0621\u0627\u062A \u0639\u0644\u0649 \u0627\u0644\u0634\u0627\u0634\u0629 \u0644\u0644\u062A\u0628\u062F\u064A\u0644 \u0628\u064A\u0646 \u0627\u0644\u0648\u0636\u0639 \u0627\u0644\u0645\u0632\u062F\u0648\u062C / \u0627\u0644\u0648\u0636\u0639 \u0627\u0644\u0646\u0635\u064A \u0641\u0642\u0637",download_started:"\u0628\u062F\u0623 \u0627\u0644\u062A\u0646\u0632\u064A\u0644 \u0628\u0627\u0644\u0641\u0639\u0644\u060C \u0625\u0630\u0627 \u0644\u0645 \u064A\u062A\u0645 \u0627\u0644\u062A\u0646\u0632\u064A\u0644 \u062A\u0644\u0642\u0627\u0626\u064A\u064B\u0627\u060C \u064A\u0631\u062C\u0649 \u0627\u0644\u0646\u0642\u0631 \u064A\u062F\u0648\u064A\u064B\u0627",here:"\u0647\u0646\u0627","desc.toggleVideoSubtitlePreTranslation":"\u0628\u0639\u062F \u0627\u0644\u0636\u063A\u0637\u060C \u0633\u062A\u0633\u062A\u062E\u062F\u0645 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u063A\u0627\u0645\u0631\u0629 \u0644\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u062B\u0646\u0627\u0626\u064A\u0629 \u0644\u0644\u0641\u064A\u062F\u064A\u0648 \u0628\u0634\u0643\u0644 \u0623\u0648\u0644\u0648\u064A\u060C \u0648\u0628\u0627\u0644\u0636\u063A\u0637 \u0645\u0631\u0629 \u0623\u062E\u0631\u0649\u060C \u0633\u062A\u0633\u062A\u062E\u062F\u0645 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0622\u0644\u064A\u0629 \u0627\u0644\u0645\u0631\u0641\u0642\u0629 \u0628\u0627\u0644\u0641\u064A\u062F\u064A\u0648 \u0627\u0644\u0623\u0635\u0644\u064A \u0628\u0634\u0643\u0644 \u0623\u0648\u0644\u0648\u064A. \u064A\u0631\u062C\u0649 \u0645\u0644\u0627\u062D\u0638\u0629: \u0647\u0630\u0627 \u0627\u0644\u0627\u062E\u062A\u0635\u0627\u0631 \u064A\u0639\u062F\u0644 \u0627\u0644\u0625\u0639\u062F\u0627\u062F\u0627\u062A \u0627\u0644\u0639\u0627\u0645\u0629.",videoSubtitlePreTranslationOn:"\u0633\u064A\u062A\u0645 \u0627\u0633\u062A\u062E\u062F\u0627\u0645 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u063A\u0627\u0645\u0631\u0629 \u0628\u0634\u0643\u0644 \u0623\u0648\u0644\u0648\u064A \u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u062A\u0631\u062C\u0645\u0627\u062A \u0627\u0644\u0645\u0631\u0626\u064A\u0629",videoSubtitlePreTranslationOff:"\u0633\u064A\u062A\u0645 \u0627\u0633\u062A\u062E\u062F\u0627\u0645 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0622\u0644\u064A\u0629 \u0644\u0644\u062A\u0631\u062C\u0645\u0629 \u0641\u064A \u0627\u0644\u0641\u064A\u062F\u064A\u0648 \u0628\u0634\u0643\u0644 \u0623\u0648\u0644\u0648\u064A",translationFont:"\u062A\u0639\u064A\u064A\u0646 \u0627\u0644\u062E\u0637","translationFont.custom":"\u0623\u062F\u062E\u0644 \u0627\u0644\u062E\u0637 \u0627\u0644\u0645\u062E\u0635\u0635","translationFont.customPlaceholder":"\u062E\u0637 \u0627\u0644\u0643\u062A\u0627\u0628\u0629","translationFont.notSupportErrorMessage":"\u064A\u0631\u062C\u0649 \u0627\u0644\u062A\u062D\u0642\u0642 \u0645\u0646 \u0635\u062D\u0629 \u0627\u0633\u0645 \u0627\u0644\u062E\u0637 \u0627\u0644\u0630\u064A \u0623\u062F\u062E\u0644\u062A\u0647 \u060C \u0623\u0648 \u0627\u0644\u062A\u0623\u0643\u062F \u0645\u0646 \u0623\u0646 \u0627\u0644\u062E\u0637 \u0642\u062F \u062A\u0645 \u062A\u062B\u0628\u064A\u062A\u0647 \u0628\u0627\u0644\u0641\u0639\u0644 \u0639\u0644\u0649 \u062C\u0647\u0627\u0632\u0643.","touch.mouse-translate":"\u062A\u0631\u062C\u0645 \u0627\u0644\u0641\u0642\u0631\u0629 \u0627\u0644\u0645\u062D\u062F\u062F\u0629","translationServices.inherit":"\u0627\u062A\u0628\u0639 \u0627\u0644\u062E\u062F\u0645\u0629 \u0627\u0644\u0631\u0626\u064A\u0633\u064A\u0629 \u0644\u0644\u062A\u0631\u062C\u0645\u0629","error.serveConfigError":"\u062E\u0637\u0623 \u0641\u064A \u062A\u0643\u0648\u064A\u0646 \u0627\u0644\u062E\u062F\u0645\u0629","error.reloadPageOfSetting":"\u0628\u0639\u062F \u0627\u0644\u062A\u0643\u0648\u064A\u0646\u060C \u064A\u0631\u062C\u0649 \u062A\u062D\u062F\u064A\u062B \u0627\u0644\u0635\u0641\u062D\u0629 \u0648\u062A\u0631\u062C\u0645\u062A\u0647\u0627 \u0645\u0631\u0629 \u0623\u062E\u0631\u0649.","error.googleLimitIp":"\u062A\u0645 \u0625\u0631\u062C\u0627\u0639 \u062E\u0637\u0623 \u0645\u0646 \u0627\u0644\u062E\u062F\u0645\u0629 \u060C \u062E\u062F\u0645\u0629 Google \u0642\u062F \u0642\u0627\u0645\u062A \u0628\u062A\u0642\u064A\u064A\u062F \u0627\u0644\u0646\u0637\u0627\u0642 \u0627\u0644\u062E\u0627\u0635 \u0628\u0639\u0646\u0648\u0627\u0646 IP \u0647\u0630\u0627 \u060C \u0646\u0646\u0635\u062D\u0643 \u0628\u062A\u063A\u064A\u064A\u0631 \u0646\u0642\u0637\u0629 \u0627\u0644\u0634\u0628\u0643\u0629.","error.openAIFreeLimit":"\u062A\u0645 \u0625\u0631\u062C\u0627\u0639 \u062E\u0637\u0623 \u0645\u0646 \u0627\u0644\u062E\u062F\u0645\u0629\u060C \u0648\u0642\u062F \u0648\u0635\u0644\u062A \u062A\u0631\u062F\u062F \u0637\u0644\u0628\u0627\u062A \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u062D\u0627\u0644\u064A\u0629 \u0625\u0644\u0649 \u0627\u0644\u062D\u062F \u0627\u0644\u0623\u0642\u0635\u0649 \u0627\u0644\u0628\u0627\u0644\u063A 3 \u0645\u0631\u0627\u062A \u0641\u064A \u0627\u0644\u062F\u0642\u064A\u0642\u0629\u060C \u064A\u0631\u062C\u0649 \u0627\u0644\u0645\u062D\u0627\u0648\u0644\u0629 \u0645\u0631\u0629 \u0623\u062E\u0631\u0649 \u0644\u0627\u062D\u0642\u064B\u0627. (\u0647\u0630\u0627 \u0647\u0648 \u0627\u0644\u0642\u064A\u062F \u0627\u0644\u0631\u0633\u0645\u064A \u0645\u0646 OpenAI \u0644\u0645\u0641\u062A\u0627\u062D API \u0627\u0644\u0645\u062C\u0627\u0646\u064A\u060C \u0644\u0631\u0641\u0639 \u0647\u0630\u0627 \u0627\u0644\u0642\u064A\u062F\u060C \u064A\u0631\u062C\u0649 \u0631\u0628\u0637 \u0628\u0637\u0627\u0642\u0629 \u0627\u0644\u0627\u0626\u062A\u0645\u0627\u0646 \u0641\u064A \u0644\u0648\u062D\u0629 \u0627\u0644\u062A\u062D\u0643\u0645 \u0627\u0644\u062E\u0644\u0641\u064A\u0629 \u0644\u0640 OpenAI.)","error.openAIExceededQuota":"\u062A\u0645 \u0625\u0631\u062C\u0627\u0639 \u0627\u0644\u062E\u062F\u0645\u0629 \u0628\u062E\u0637\u0623: \u0631\u0635\u064A\u062F \u062D\u0633\u0627\u0628 OpenAI \u0627\u0644\u062D\u0627\u0644\u064A \u063A\u064A\u0631 \u0643\u0627\u0641\u064D \u060C \u064A\u0631\u062C\u0649 \u0625\u0639\u0627\u062F\u0629 \u0627\u0644\u0634\u062D\u0646 \u0623\u0648 \u0631\u0628\u0637 \u0628\u0637\u0627\u0642\u0629 \u0627\u0644\u0627\u0626\u062A\u0645\u0627\u0646 \u0641\u064A \u0627\u0644\u062E\u0644\u0641\u064A\u0629 \u0627\u0644\u0631\u0633\u0645\u064A\u0629 \u0644\u0640 OpenAI.","error.429":"\u062A\u0645 \u0625\u0631\u062C\u0627\u0639 \u0627\u0644\u062E\u062F\u0645\u0629 \u0628\u062E\u0637\u0623\u060C \u0645\u0645\u0627 \u064A\u0634\u064A\u0631 \u0625\u0644\u0649 \u0623\u0646 \u0627\u0644\u0637\u0644\u0628\u0627\u062A \u0643\u062B\u064A\u0631\u0629 \u062C\u062F\u064B\u0627 \u0623\u0648 \u062A\u062C\u0627\u0648\u0632\u062A \u0627\u0644\u062D\u062F \u0627\u0644\u0645\u062D\u062F\u062F\u060C \u064A\u0631\u062C\u0649 \u0627\u0644\u0645\u062D\u0627\u0648\u0644\u0629 \u0645\u0631\u0629 \u0623\u062E\u0631\u0649 \u0644\u0627\u062D\u0642\u064B\u0627.","error.403":"\u062A\u0645 \u0625\u0631\u062C\u0627\u0639 \u0627\u0644\u062E\u062F\u0645\u0629 \u0628\u062E\u0637\u0623\u060C \u0644\u064A\u0633 \u0644\u062F\u064A\u0643 \u0627\u0644\u0635\u0644\u0627\u062D\u064A\u0629 \u0627\u0644\u0645\u0624\u0642\u062A\u0629 \u0644\u0644\u0648\u0635\u0648\u0644 \u0625\u0644\u0649 \u0647\u0630\u0647 \u0627\u0644\u062E\u062F\u0645\u0629.","error.400":"\u062A\u0645 \u0625\u0631\u062C\u0627\u0639 \u062E\u0637\u0623 \u0641\u064A \u0627\u0644\u062E\u062F\u0645\u0629 \u060C \u062E\u0637\u0623 \u0641\u064A \u0645\u0639\u0644\u0645\u0627\u062A \u0627\u0644\u0637\u0644\u0628 \u060C \u064A\u0631\u062C\u0649 \u0627\u0644\u062A\u062D\u0642\u0642 \u0645\u0646 \u0627\u0644\u062A\u0643\u0648\u064A\u0646 \u0627\u0644\u0645\u0646\u0627\u0633\u0628.","error.502":"\u062A\u0645 \u0625\u0631\u062C\u0627\u0639 \u062E\u0637\u0623 \u0645\u0646 \u0627\u0644\u062E\u062F\u0645\u0629 \u060C \u062A\u062C\u0627\u0648\u0632 \u0627\u0644\u062E\u062F\u0645\u0629 \u0627\u0644\u0648\u0642\u062A \u0627\u0644\u0645\u062D\u062F\u062F \u060C \u064A\u0631\u062C\u0649 \u0627\u0644\u0645\u062D\u0627\u0648\u0644\u0629 \u0645\u0631\u0629 \u0623\u062E\u0631\u0649 \u0641\u064A \u0648\u0642\u062A \u0644\u0627\u062D\u0642.","error.proTokenInvalid":"\u0625\u0630\u0627 \u0643\u0646\u062A \u0645\u0633\u062A\u062E\u062F\u0645\u064B\u0627 \u0645\u062D\u062A\u0631\u0641\u064B\u0627 \u060C \u064A\u0631\u062C\u0649 \u062A\u0633\u062C\u064A\u0644 \u0627\u0644\u062F\u062E\u0648\u0644 \u0642\u0628\u0644 \u0627\u0633\u062A\u062E\u062F\u0627\u0645 \u062E\u062F\u0645\u0629 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0645\u062D\u062A\u0631\u0641\u0629","error.proUpgrade":"\u0628\u0639\u062F \u0627\u0644\u062A\u0631\u0642\u064A\u0629 \u060C \u064A\u0631\u062C\u0649 \u062A\u062D\u062F\u064A\u062B \u0627\u0644\u0635\u0641\u062D\u0629 \u0648\u062A\u0631\u062C\u0645\u062A\u0647\u0627 \u0645\u0631\u0629 \u0623\u062E\u0631\u0649.","error.configError":"\u062A\u0643\u0648\u064A\u0646 \u0627\u0644\u0628\u064A\u0627\u0646\u0627\u062A \u063A\u064A\u0631 \u0637\u0628\u064A\u0639\u064A","error.goReset":"\u0625\u0639\u0627\u062F\u0629 \u0627\u0644\u062A\u0639\u064A\u064A\u0646",batchEdit:"\u0627\u0644\u0639\u0645\u0644\u064A\u0627\u062A \u0627\u0644\u062C\u0645\u0627\u0639\u064A\u0629","translationModeLang.translation.title":"\u0646\u0645\u0637 \u0627\u0644\u0644\u063A\u0629 \u0627\u0644\u0646\u0635\u064A \u0641\u0642\u0637","translationModeLang.translation.description":"\u0639\u0646\u062F\u0645\u0627 \u064A\u0643\u0648\u0646 \u0644\u063A\u0629 \u0627\u0644\u0635\u0641\u062D\u0629 \u0628\u0627\u0644\u0644\u063A\u0627\u062A \u0627\u0644\u062A\u0627\u0644\u064A\u0629\u060C \u0633\u064A\u062A\u0645 \u0627\u0633\u062A\u062E\u062F\u0627\u0645 \u0648\u0636\u0639 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0641\u0642\u0637 \u062A\u0644\u0642\u0627\u0626\u064A\u064B\u0627.","translationModeUrl.translation.title":"\u0631\u0627\u0628\u0637 \u0627\u0644\u0648\u0636\u0639 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0641\u0642\u0637","translationModeUrl.translation.description":"\u0639\u0646\u062F\u0645\u0627 \u064A\u0643\u0648\u0646 \u0627\u0644\u0645\u0648\u0642\u0639 \u0627\u0644\u0625\u0644\u0643\u062A\u0631\u0648\u0646\u064A \u0644\u0644\u0646\u0637\u0627\u0642\u0627\u062A \u0627\u0644\u062A\u0627\u0644\u064A\u0629\u060C \u0633\u064A\u062A\u0645 \u0627\u0633\u062A\u062E\u062F\u0627\u0645 \u0648\u0636\u0639 \u0627\u0644\u0646\u0635 \u0627\u0644\u0645\u062A\u0631\u062C\u0645 \u0641\u0642\u0637 \u062A\u0644\u0642\u0627\u0626\u064A\u064B\u0627.","error.serveUnavailable":"\u0627\u0644\u062E\u062F\u0645\u0629 [{serverName}] \u0627\u0644\u062A\u064A \u062A\u0633\u062A\u062E\u062F\u0645\u0647\u0627 \u062D\u0627\u0644\u064A\u064B\u0627 \u063A\u064A\u0631 \u0642\u0627\u0628\u0644\u0629 \u0644\u0644\u0648\u0635\u0648\u0644 \u0645\u0624\u0642\u062A\u064B\u0627 \u0628\u0633\u0628\u0628 \u0645\u0634\u0643\u0644\u0629 \u0641\u064A \u0627\u0644\u0627\u062A\u0635\u0627\u0644 \u0628\u0627\u0644\u0634\u0628\u0643\u0629 \u0623\u0648 \u0645\u0632\u0648\u062F \u0627\u0644\u062E\u062F\u0645\u0629. \u0646\u0642\u062A\u0631\u062D \u0639\u0644\u064A\u0643 \u062A\u062D\u062F\u064A\u062B \u0627\u0644\u0635\u0641\u062D\u0629 \u0623\u0648 \u062A\u063A\u064A\u064A\u0631 \u062E\u062F\u0645\u0629 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0623\u062E\u0631\u0649 \u0645\u0646 \u062E\u0644\u0627\u0644 <1>\u0627\u0644\u0625\u0639\u062F\u0627\u062F\u0627\u062A. \u0625\u0630\u0627 \u0643\u0646\u062A \u0639\u0636\u0648\u064B\u0627 \u0641\u064A <2>Pro\u060C \u064A\u0645\u0643\u0646\u0643 \u0627\u062E\u062A\u064A\u0627\u0631 \u0627\u0633\u062A\u062E\u062F\u0627\u0645 \u062E\u062F\u0645\u0629 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 DeepL \u0623\u0648 OpenAI \u0627\u0644\u0623\u0643\u062B\u0631 \u0627\u0633\u062A\u0642\u0631\u0627\u0631\u064B\u0627 (<3>\u0627\u0646\u0642\u0631 \u0647\u0646\u0627 \u0644\u062A\u062C\u0631\u0628\u0629 \u0645\u062C\u0627\u0646\u064A\u0629). \u0628\u0627\u0644\u0625\u0636\u0627\u0641\u0629 \u0625\u0644\u0649 \u0630\u0644\u0643\u060C \u0642\u062F \u062A\u062D\u062A\u0627\u062C \u0623\u064A\u0636\u064B\u0627 \u0625\u0644\u0649 \u0627\u0644\u062A\u062D\u0642\u0642 \u0645\u0646 \u0625\u0639\u062F\u0627\u062F\u0627\u062A \u0627\u0644\u0634\u0628\u0643\u0629 \u0623\u0648 \u0627\u0644\u0648\u0643\u064A\u0644 \u0627\u0644\u062E\u0627\u0635\u0629 \u0628\u0643.",detectServiceLoading:"\u062C\u0627\u0631\u064D \u0627\u0644\u062A\u062D\u0642\u0642 \u0645\u0646 \u0627\u0644\u062E\u062F\u0645\u0627\u062A \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0645\u062A\u0627\u062D\u0629...",toggleToService:"\u0627\u0644\u062A\u0628\u062F\u064A\u0644 \u0625\u0644\u0649 {service} \u0648\u0625\u0639\u0627\u062F\u0629 \u0627\u0644\u0645\u062D\u0627\u0648\u0644\u0629","error.gemini.429":"\u0627\u0644\u062E\u062F\u0645\u0629 Gemini \u0627\u0644\u062D\u0627\u0644\u064A\u0629 \u0642\u062F \u0648\u0635\u0644\u062A \u0625\u0644\u0649 \u0627\u0644\u062D\u062F \u0627\u0644\u0623\u0642\u0635\u0649 \u0644\u0644\u0642\u062F\u0631\u0629 \u0639\u0644\u0649 \u0627\u0644\u062A\u062D\u0645\u0644\u060C \u064A\u0631\u062C\u0649 \u0627\u0644\u0645\u062D\u0627\u0648\u0644\u0629 \u0645\u0631\u0629 \u0623\u062E\u0631\u0649 \u0641\u064A \u0648\u0642\u062A \u0644\u0627\u062D\u0642\u060C \u0623\u0648 \u0627\u0644\u062A\u0628\u062F\u064A\u0644 \u0625\u0644\u0649 \u062E\u062F\u0645\u0629 \u062A\u0631\u062C\u0645\u0629 \u0623\u062E\u0631\u0649.",enableSentryReport:"\u0639\u0646\u062F \u062D\u062F\u0648\u062B \u062E\u0637\u0623 \u0641\u064A \u0627\u0644\u062A\u0648\u0633\u064A\u0639 \u060C \u0627\u0633\u062A\u062E\u062F\u0645 Sentry \u0644\u062A\u0642\u062F\u064A\u0645 \u0627\u0644\u0645\u0644\u0627\u062D\u0638\u0627\u062A","widget.translateFile":"PDF/ePub",pickAll:"\u062D\u062F\u062F \u0627\u0644\u0643\u0644",contact:"\u0627\u062A\u0635\u0644 \u0628\u0646\u0627","translationServices.gemini":"\u0627\u0644\u062C\u0645\u0646\u0627\u0632","tagsInput.add":"+ \u0625\u0636\u0627\u0641\u0629",touchShortcutsOff:"\u0625\u063A\u0644\u0627\u0642","error.retry":"\u0623\u0639\u062F \u0627\u0644\u0645\u062D\u0627\u0648\u0644\u0629","slide.left":"\u0627\u0646\u0632\u0644\u0642 \u0625\u0644\u0649 \u0627\u0644\u064A\u0645\u064A\u0646",translationOnlyMode:"\u0648\u0636\u0639 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0641\u0642\u0637",goLogin:"\u062A\u0633\u062C\u064A\u0644 \u0627\u0644\u062F\u062E\u0648\u0644","slide.right":"\u0627\u0646\u0632\u0644\u0642 \u0625\u0644\u0649 \u0627\u0644\u064A\u0633\u0627\u0631","multipleClick.4":"\u0631\u0628\u0627\u0639\u064A \u0645\u062A\u062A\u0627\u0644\u064A",shortcutSettingsTitle:"\u0625\u0639\u062F\u0627\u062F\u0627\u062A \u0627\u0644\u0627\u062E\u062A\u0635\u0627\u0631\u0627\u062A",loggedIn:"\u062A\u0645 \u062A\u0633\u062C\u064A\u0644 \u0627\u0644\u062F\u062E\u0648\u0644",shortcutSettings:"\u0627\u062E\u062A\u0635\u0627\u0631\u0627\u062A \u0627\u0644\u0645\u0641\u0627\u062A\u064A\u062D","multipleClick.2":"\u0627\u0646\u0642\u0631 \u0645\u0631\u062A\u064A\u0646","shortcutGroup.others":"\u0627\u0644\u0645\u0632\u064A\u062F \u0645\u0646 \u0627\u0644\u0627\u062E\u062A\u0635\u0627\u0631\u0627\u062A \u0627\u0644\u0645\u062E\u0635\u0635\u0629","widget.videoSubtitle":"\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0641\u064A\u062F\u064A\u0648","intro.floatBallTitle":"\u0643\u0631\u0629 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0633\u0631\u064A\u0639\u0629",notLogin:"\u0644\u0645 \u064A\u062A\u0645 \u062A\u0633\u062C\u064A\u0644 \u0627\u0644\u062F\u062E\u0648\u0644","widget.instruction":"\u062A\u0639\u0644\u064A\u0645\u0627\u062A \u0627\u0644\u0627\u0633\u062A\u062E\u062F\u0627\u0645",alwaysTranslateThisSite:"\u062F\u0627\u0626\u0645\u0627 \u062A\u0631\u062C\u0645 \u0647\u0630\u0627 \u0627\u0644\u0645\u0648\u0642\u0639","error.subscriptionExpiredTitle":"\u0627\u0646\u062A\u0647\u062A \u0635\u0644\u0627\u062D\u064A\u0629 \u0627\u0644\u0639\u0636\u0648\u064A\u0629","shortcutGroup.shortcutsForTranslationServices":"\u062E\u062F\u0645\u0627\u062A \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0645\u0641\u0627\u062A\u064A\u062D \u0627\u0644\u0633\u0631\u064A\u0639\u0629","widget.instructionTooltip":"\u0631\u0627\u062C\u0639 \u062A\u0639\u0644\u064A\u0645\u0627\u062A \u0627\u0644\u0627\u0633\u062A\u062E\u062F\u0627\u0645",temprarilyChangeTranslationTo_gemini:"\u064A\u062A\u0645 \u0627\u0633\u062A\u062E\u062F\u0627\u0645 Gemini \u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0635\u0641\u062D\u0629 \u0627\u0644\u062D\u0627\u0644\u064A\u0629","subtitle.hideQuickButton":"\u0644\u0627 \u062A\u0638\u0647\u0631 \u0647\u0630\u0627 \u0627\u0644\u0627\u062E\u062A\u0635\u0627\u0631 \u0645\u0631\u0629 \u0623\u062E\u0631\u0649",temprarilyChangeTranslationTo_google:"\u064A\u062A\u0645 \u0627\u0633\u062A\u062E\u062F\u0627\u0645 \u062A\u0631\u062C\u0645\u0629 Google \u0644\u0644\u0635\u0641\u062D\u0629 \u0627\u0644\u062D\u0627\u0644\u064A\u0629","subtitle.bilingual":"\u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u062B\u0646\u0627\u0626\u064A\u0629 \u0627\u0644\u0644\u063A\u0629",mouseHoverCustomKeyTitle:"\u062A\u0639\u0631\u064A\u0641 \u0627\u062E\u062A\u0635\u0627\u0631\u0627\u062A \u0627\u0644\u0645\u0627\u0648\u0633 \u0627\u0644\u0645\u0639\u0644\u0642\u0629","browser.translateInputBox":"\u062A\u0631\u062C\u0645 \u0645\u062D\u062A\u0648\u0649 \u0645\u0631\u0628\u0639 \u0627\u0644\u0625\u062F\u062E\u0627\u0644 \u0627\u0644\u062D\u0627\u0644\u064A","shortcutGroup.touch":"\u0627\u0644\u0625\u064A\u0645\u0627\u0621\u0627\u062A \u0627\u0644\u0645\u062E\u0635\u0635\u0629 \u0644\u0644\u0634\u0627\u0634\u0627\u062A \u0627\u0644\u0644\u0645\u0633\u064A\u0629",neverTranslateThisSite:"\u0644\u0627 \u062A\u062A\u0631\u062C\u0645 \u0647\u0630\u0627 \u0627\u0644\u0645\u0648\u0642\u0639 \u0623\u0628\u062F\u0627",temprarilyChangeTranslationTo_deepl:"\u064A\u062A\u0645 \u0627\u0633\u062A\u062E\u062F\u0627\u0645 DeepL \u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0635\u0641\u062D\u0629 \u0627\u0644\u062D\u0627\u0644\u064A\u0629","browser.translateWithDeepL":"\u0627\u0633\u062A\u062E\u062F\u0645 DeepL \u0645\u0624\u0642\u062A\u064B\u0627 \u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0635\u0641\u062D\u0629 \u0627\u0644\u062D\u0627\u0644\u064A\u0629","multipleClick.3":"\u062B\u0644\u0627\u062B\u0629 \u0636\u0631\u0628\u0627\u062A \u0645\u062A\u062A\u0627\u0644\u064A\u0629","widget.translateFileTooltip":"\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0645\u0633\u062A\u0646\u062F\u0627\u062A PDF\u060C EPUB\u060C SRT\u060C ASS\u060C HTML \u0648 TXT","neverTranslateText.title":"\u0627\u0644\u0643\u0644\u0645\u0627\u062A \u0627\u0644\u062A\u0627\u0644\u064A\u0629 \u062A\u0628\u0642\u0649 \u0643\u0645\u0627 \u0647\u064A\u060C \u0644\u0627 \u062A\u062A\u0631\u062C\u0645","subtitle.autoDisableSubtitle":"\u0644\u0627 \u062A\u0642\u0645 \u0628\u062A\u0634\u063A\u064A\u0644 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u062B\u0646\u0627\u0626\u064A\u0629 \u062A\u0644\u0642\u0627\u0626\u064A\u064B\u0627","browser.translateWithGoogle":"\u0627\u0633\u062A\u062E\u062F\u0645 Google Translate \u0645\u0624\u0642\u062A\u064B\u0627 \u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0635\u0641\u062D\u0629 \u0627\u0644\u062D\u0627\u0644\u064A\u0629","shortcutGroup.main":"\u0627\u062E\u062A\u0635\u0627\u0631\u0627\u062A \u0627\u0644\u0648\u0638\u0627\u0626\u0641 \u0627\u0644\u0634\u0627\u0626\u0639\u0629",paragraphMinTextCountField:"\u0627\u0644\u062D\u062F \u0627\u0644\u0623\u062F\u0646\u0649 \u0644\u0639\u062F\u062F \u0627\u0644\u0623\u062D\u0631\u0641 \u0627\u0644\u0645\u0637\u0644\u0648\u0628\u0629 \u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0641\u0642\u0631\u0629","widget.videoSubtitleTooltip":"\u062F\u0639\u0645 Youtube \u0648\u063A\u064A\u0631\u0647\u0627 \u0645\u0646 \u0645\u0648\u0627\u0642\u0639 \u0627\u0644\u0641\u064A\u062F\u064A\u0648 {count}+",upgradeToProErrorTitle:"\u064A\u0631\u062C\u0649 \u0627\u0644\u062A\u0631\u0642\u064A\u0629 \u0625\u0644\u0649 \u0639\u0636\u0648\u064A\u0629 Pro \u0642\u0628\u0644 \u0627\u0633\u062A\u062E\u062F\u0627\u0645 \u0647\u0630\u0647 \u0627\u0644\u062E\u062F\u0645\u0629 \u0627\u0644\u062A\u0631\u062C\u0645\u0629","subtitle.showQuickButton":"\u0641\u064A \u0639\u0631\u0636 \u0627\u0644\u0646\u0635\u0648\u0635 \u0627\u0644\u0645\u062A\u0631\u062C\u0645\u0629 \u0628\u0634\u0643\u0644 \u0645\u0632\u062F\u0648\u062C \u0641\u064A \u0627\u0644\u0645\u0634\u063A\u0644 \u0628\u0637\u0631\u064A\u0642\u0629 \u0633\u0631\u064A\u0639\u0629",temprarilyChangeTranslationTo_transmart:"\u064A\u062A\u0645 \u0627\u0633\u062A\u062E\u062F\u0627\u0645 \u062A\u0631\u062C\u0645\u0629 \u062A\u064A\u0646\u0633\u0646\u062A \u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0635\u0641\u062D\u0629 \u0627\u0644\u062D\u0627\u0644\u064A\u0629",notLoginPro:"\u0644\u0645 \u062A\u0642\u0645 \u0628\u062A\u0633\u062C\u064A\u0644 \u0627\u0644\u062F\u062E\u0648\u0644 \u0625\u0644\u0649 \u062D\u0633\u0627\u0628 \u0627\u0644\u0639\u0636\u0648\u064A\u0629 \u0627\u0644\u062E\u0627\u0635 \u0628\u0643 \u0628\u0639\u062F","floatBall.iKnow":"\u0623\u0646\u0627 \u0623\u0639\u0631\u0641","intro.hoverTitle":"\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0641\u0642\u0631\u0629 \u0627\u0644\u062D\u0627\u0644\u064A\u0629 \u0639\u0646\u062F \u062A\u062D\u0631\u064A\u0643 \u0627\u0644\u0645\u0627\u0648\u0633 \u0641\u0648\u0642\u0647\u0627",temprarilyChangeTranslationTo_bing:"\u064A\u062A\u0645 \u0627\u0633\u062A\u062E\u062F\u0627\u0645 \u0645\u062A\u0631\u062C\u0645 \u0645\u0627\u064A\u0643\u0631\u0648\u0633\u0648\u0641\u062A \u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0635\u0641\u062D\u0629 \u0627\u0644\u062D\u0627\u0644\u064A\u0629",temprarilyChangeTranslationTo_openai:"\u064A\u062A\u0645 \u0627\u0633\u062A\u062E\u062F\u0627\u0645 OpenAI \u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0635\u0641\u062D\u0629 \u0627\u0644\u062D\u0627\u0644\u064A\u0629","browser.translateWithOpenAI":"\u0627\u0633\u062A\u062E\u062F\u0645 OpenAI \u0645\u0624\u0642\u062A\u064B\u0627 \u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0635\u0641\u062D\u0629 \u0627\u0644\u062D\u0627\u0644\u064A\u0629",networkError:"\u062A\u0648\u0627\u062C\u0647 \u062E\u062F\u0645\u0629 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0623\u0648 \u0627\u0644\u0634\u0628\u0643\u0629 \u0645\u0634\u0643\u0644\u0629",buildSnapshots:"\u0625\u0646\u0634\u0627\u0621 \u0644\u0642\u0637\u0629 \u0633\u0631\u064A\u0639\u0629 \u0644\u0644\u0635\u0641\u062D\u0629 \u0627\u0644\u0625\u0644\u0643\u062A\u0631\u0648\u0646\u064A\u0629","shortcutGroup.mouse":"\u062A\u0643\u0648\u064A\u0646 \u0627\u062E\u062A\u0635\u0627\u0631\u0627\u062A \u0627\u0644\u0645\u0627\u0648\u0633 \u0627\u0644\u0645\u0639\u0644\u0642\u0629","intro.subtitleTitle":"\u0639\u0631\u0636 \u0627\u0644\u062A\u0631\u062C\u0645\u0627\u062A \u0627\u0644\u0645\u0632\u062F\u0648\u062C\u0629 \u0644\u0644\u0641\u064A\u062F\u064A\u0648 \u0639\u0628\u0631 \u0627\u0644\u0625\u0646\u062A\u0631\u0646\u062A","floatBall.longPress":"\u0627\u0636\u063A\u0637 \u0645\u0639 \u0627\u0644\u0627\u0633\u062A\u0645\u0631\u0627\u0631 \u0644\u0641\u062A\u062D \u0644\u0648\u062D\u0629 \u0627\u0644\u0625\u0639\u062F\u0627\u062F\u0627\u062A \u0628\u0633\u0631\u0639\u0629",touchShortcutsToggleTranslateTouchElement:"\u062A\u0639\u064A\u064A\u0646 \u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0641\u0642\u0631\u0629 \u0627\u0644\u0645\u062D\u062F\u062F\u0629 \u0628\u0648\u0627\u0633\u0637\u0629 \u0627\u0644\u0625\u064A\u0645\u0627\u0621\u0627\u062A \u0639\u0644\u0649 \u0627\u0644\u0634\u0627\u0634\u0629 \u0627\u0644\u062A\u064A \u062A\u0639\u0645\u0644 \u0628\u0627\u0644\u0644\u0645\u0633","browser.translateWithBing":"\u0627\u0633\u062A\u062E\u062F\u0645 \u062A\u0631\u062C\u0645\u0629 \u0645\u0627\u064A\u0643\u0631\u0648\u0633\u0648\u0641\u062A \u0645\u0624\u0642\u062A\u064B\u0627 \u0644\u0644\u0635\u0641\u062D\u0629 \u0627\u0644\u062D\u0627\u0644\u064A\u0629","error.subscriptionExpired":"\u0642\u062F \u064A\u0643\u0648\u0646 \u0639\u0636\u0648\u064A\u062A\u0643 \u0642\u062F \u0627\u0646\u062A\u0647\u062A \u060C \u064A\u0631\u062C\u0649 \u0627\u0644\u062A\u062D\u0642\u0642 \u0645\u0646 \u062D\u0627\u0644\u0629 \u0639\u0636\u0648\u064A\u062A\u0643","browser.translateWithGemini":"\u0627\u0633\u062A\u062E\u062F\u0645 Gemini \u0645\u0624\u0642\u062A\u064B\u0627 \u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0635\u0641\u062D\u0629 \u0627\u0644\u062D\u0627\u0644\u064A\u0629","desc.touchShortcutsToggleTranslateTouchElement":"\u0642\u0645 \u0628\u062A\u062E\u0635\u064A\u0635 \u0625\u0634\u0627\u0631\u0629 \u0628\u064A\u062F\u0643\u060C \u0648\u064A\u0645\u0643\u0646\u0643 \u062A\u0631\u062C\u0645\u0629 \u0623\u064A \u0641\u0642\u0631\u0629 \u062A\u0648\u0627\u062C\u062F \u0641\u064A\u0647\u0627.","browser.translateWithTransmart":"\u0627\u0633\u062A\u062E\u062F\u0645 \u062A\u0631\u062C\u0645\u0629 \u062A\u064A\u0646\u0633\u0646\u062A \u0645\u0624\u0642\u062A\u064B\u0627 \u0644\u0644\u0635\u0641\u062D\u0629 \u0627\u0644\u062D\u0627\u0644\u064A\u0629","desc.interfaceLanguage":"\u062A\u0624\u062B\u0631 \u0625\u0639\u062F\u0627\u062F\u0627\u062A \u0644\u063A\u0629 \u0627\u0644\u0648\u0627\u062C\u0647\u0629 \u0639\u0644\u0649 \u0644\u063A\u0629 \u0639\u0631\u0636 \u0644\u0648\u062D\u0629 \u0627\u0644\u062A\u062D\u0643\u0645\u060C \u0648\u0644\u0627 \u062A\u062A\u0639\u0644\u0642 \u0628\u0644\u063A\u0629 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0645\u0633\u062A\u0647\u062F\u0641\u0629.",touchShortcutsToggleTranslationMask:"\u062A\u0639\u064A\u064A\u0646 \u0625\u064A\u0645\u0627\u0621\u0627\u062A \u0627\u0644\u0634\u0627\u0634\u0629 \u0627\u0644\u062A\u064A \u062A\u0639\u0645\u0644 \u0628\u0627\u0644\u0644\u0645\u0633 \u0644\u0639\u0631\u0636 \u0642\u0646\u0627\u0639 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 / \u0639\u0631\u0636 \u0627\u0644\u0646\u0635 \u0627\u0644\u0623\u0635\u0644\u064A","browser.toggleMouseHoverTranslateDirectly":"\u062A\u0645\u0643\u064A\u0646 \u0623\u0648 \u062A\u0639\u0637\u064A\u0644 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0645\u0628\u0627\u0634\u0631\u0629 \u0639\u0646\u062F \u062A\u0645\u0631\u064A\u0631 \u0627\u0644\u0645\u0627\u0648\u0633 \u0645\u0624\u0642\u062A\u064B\u0627 \u0639\u0644\u0649 \u0627\u0644\u0635\u0641\u062D\u0629","floatBall.guideClickToTranslate":`\u0627\u0646\u0642\u0631 \u0639\u0644\u0649 \u0643\u0631\u0629 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0639\u0627\u0626\u0645\u0629 \u0627\u0644\u063A\u0627\u0645\u0631\u0629 + {env.imt_trans_field}: \u7FFB\u8A33\u6587`,"subtitle.quickButton.white":"\u767D\u8272","subtitle.quickButton.black":"\u9ED2\u8272","subtitle.quickButton.setting":"\u8A2D\u5B9A","subtitle.quickButton.blue":"\u9752\u8272","subtitle.quickButton.backgroundOpacity":"\u80CC\u666F\u306E\u4E0D\u900F\u660E\u5EA6","subtitle.quickButton.cyan":"\u9752\u8272","subtitle.quickButton.translationPositionBottom":"\u539F\u6587\u306E\u4E0B\u65B9","subtitle.quickButton.sourceFontSize":"\u5143\u306E\u30D5\u30A9\u30F3\u30C8\u30B5\u30A4\u30BA","subtitle.quickButton.backgroundColor":"\u80CC\u666F\u8272","subtitle.quickButton.magenta":"\u30DE\u30BC\u30F3\u30BF\u8272","subtitle.quickButton.red":"\u8D64\u8272","subtitle.quickButton.green":"\u7DD1\u8272","subtitle.quickButton.translationPositionTop":"\u539F\u6587\u306E\u4E0A\u306B","translationServices.claude":"\u30AF\u30ED\u30FC\u30C9","subtitle.quickButton.sourceTextColor":"\u539F\u6587\u306E\u30D5\u30A9\u30F3\u30C8\u306E\u8272","subtitle.quickButton.yellow":"\u9EC4\u8272","subtitle.quickButton.translationFontSize":"\u7FFB\u8A33\u6587\u5B57\u306E\u30D5\u30A9\u30F3\u30C8\u30B5\u30A4\u30BA","subtitle.quickButton.translationTextColor":"\u7FFB\u8A33\u6587\u5B57\u306E\u8272","subtitle.quickButton.translationPosition":"\u7FFB\u8A33\u4F4D\u7F6E",attachSubtitleTranslating:"{service} \u3092\u4F7F\u7528\u3057\u3066\u7FFB\u8A33\u4E2D...","error.claude.403":"\u4E00\u6642\u7684\u306B\u30B5\u30FC\u30D3\u30B9\u3078\u306E\u30A2\u30AF\u30BB\u30B9\u6A29\u9650\u304C\u3042\u308A\u307E\u305B\u3093\u3002\u3053\u308C\u306FClaude\u306E\u5730\u57DF\u5236\u9650\u306B\u95A2\u9023\u3057\u3066\u3044\u308B\u53EF\u80FD\u6027\u304C\u3042\u308A\u307E\u3059\u3002IP\u30A2\u30C9\u30EC\u30B9\u3092\u5207\u308A\u66FF\u3048\u308B\u304B\u3001\u4ED6\u306E\u7FFB\u8A33\u30B5\u30FC\u30D3\u30B9\u3092\u4F7F\u7528\u3057\u3066\u307F\u3066\u304F\u3060\u3055\u3044\u3002","browser.brandDescriptionForSafari":"\u3010\u6CA1\u5165\u578B\u7FFB\u8A33\u3011\u7121\u6599\u306E\uFF08\u539F\u6587/\u8A33\u6587\uFF09\u30D0\u30A4\u30EA\u30F3\u30AC\u30EB\u5BFE\u7167\u30A6\u30A7\u30D6\u30DA\u30FC\u30B8\u7FFB\u8A33\u30D7\u30E9\u30B0\u30A4\u30F3\u3067\u3001PDF\u7FFB\u8A33\u3068EPUB\u96FB\u5B50\u66F8\u7C4D\u7FFB\u8A33\u3092\u540C\u6642\u306B\u30B5\u30DD\u30FC\u30C8\u3057\u3001\u539F\u6587\u306E\u30EC\u30A4\u30A2\u30A6\u30C8\u3092\u4FDD\u6301\u3057\u307E\u3059\u3002Youtube/Netflix\u306A\u3069\u306E\u30AA\u30F3\u30E9\u30A4\u30F3\u30D3\u30C7\u30AA\u306E\u30D0\u30A4\u30EA\u30F3\u30AC\u30EB\u5B57\u5E55\u7FFB\u8A33\u3082\u30B5\u30DD\u30FC\u30C8\u3057\u3001Deepl/Google\u306A\u3069\u306E\u4E3B\u6D41\u7FFB\u8A33\u30B5\u30FC\u30D3\u30B9\u306B\u5BFE\u5FDC\u3057\u3066\u3044\u307E\u3059\u3002","browser.PdfProFile":"AI \u99C6\u52D5\u306E PDF Pro \u7FFB\u8A33","browser.textTranslate":"\u30C6\u30AD\u30B9\u30C8\u7FFB\u8A33"};var mh={nologin:"\u0644\u0645 \u062A\u0642\u0645 \u0628\u062A\u0633\u062C\u064A\u0644 \u0627\u0644\u062F\u062E\u0648\u0644",loginForSafari:"\u062A\u0633\u062C\u064A\u0644 \u0627\u0644\u062F\u062E\u0648\u0644 \u0623\u0648 \u0627\u0644\u062A\u0633\u062C\u064A\u0644",login:"\u064A\u0645\u0643\u0646\u0643 \u062A\u0641\u0639\u064A\u0644 \u0627\u0644\u0639\u0636\u0648\u064A\u0629 \u0628\u0639\u062F \u062A\u0633\u062C\u064A\u0644 \u0627\u0644\u062F\u062E\u0648\u0644",manageAccount:"\u0625\u062F\u0627\u0631\u0629 \u0627\u0644\u062D\u0633\u0627\u0628",openPremium:"\u0627\u0644\u0627\u0646\u0636\u0645\u0627\u0645 \u0625\u0644\u0649 \u0627\u0644\u0639\u0636\u0648\u064A\u0629",logout:"\u064A\u062A\u0631\u0643",curentPlan:"\u0627\u0644\u0631\u0632\u0645\u0629 \u0627\u0644\u062D\u0627\u0644\u064A\u0629",endAt:"\u0646\u0636\u062C",endAuto:"\u062A\u062C\u062F\u064A\u062F \u062A\u0644\u0642\u0627\u0626\u064A",lineBreakMaxTextCount:"\u0627\u0644\u062D\u062F \u0627\u0644\u0623\u0642\u0635\u0649 \u0644\u0639\u062F\u062F \u0627\u0644\u0623\u062D\u0631\u0641 \u0627\u0644\u0645\u0633\u0645\u0648\u062D \u0628\u0647 \u0644\u0643\u0644 \u062C\u0645\u0644\u0629 \u0628\u0639\u062F \u0641\u0648\u0627\u0635\u0644 \u0627\u0644\u0623\u0633\u0637\u0631","translate-pdf":"\u0627\u0646\u0642\u0631 \u0644\u062A\u0631\u062C\u0645\u0629 PDF","noSupportTranslate-pdf":"\u0627\u0644\u0628\u0631\u0646\u0627\u0645\u062C \u0627\u0644\u0646\u0635\u064A \u063A\u064A\u0631 \u0645\u062F\u0639\u0648\u0645\u060C \u064A\u0631\u062C\u0649 \u0627\u0633\u062A\u062E\u062F\u0627\u0645 \u0627\u0644\u0628\u0631\u0646\u0627\u0645\u062C \u0627\u0644\u0625\u0636\u0627\u0641\u064A","translate-firefox-local-pdf":"\u0627\u0646\u0642\u0631 \u0644\u0627\u0633\u062A\u064A\u0631\u0627\u062F PDF",enableLineBreak:"\u0642\u0645 \u0628\u062A\u0634\u063A\u064A\u0644 \u0627\u0644\u062A\u0641\u0627\u0641 \u0627\u0644\u0643\u0644\u0645\u0627\u062A \u0627\u0644\u062A\u0644\u0642\u0627\u0626\u064A \u0644\u0644\u0641\u0642\u0631\u0627\u062A \u0627\u0644\u0637\u0648\u064A\u0644\u0629",sponsorLabel:"\u0627\u062F\u0639\u0645 \u0645\u0637\u0648\u0631\u064B\u0627 \u0628\u062F\u0621\u064B\u0627 \u0645\u0646 1 \u062F\u0648\u0644\u0627\u0631",help:"\u064A\u0633\u0627\u0639\u062F",browserShortcutsNoteForFirefox:'\u0644\u062A\u0639\u062F\u064A\u0644 \u0645\u0641\u0627\u062A\u064A\u062D \u0627\u0644\u0627\u062E\u062A\u0635\u0627\u0631 \u0641\u064A \u0645\u062A\u0635\u0641\u062D Firefox\u060C \u062A\u062D\u062A\u0627\u062C \u0625\u0644\u0649 \u0641\u062A\u062D \u0635\u0641\u062D\u0629 \u0625\u062F\u0627\u0631\u0629 \u0627\u0644\u0627\u0645\u062A\u062F\u0627\u062F\u0627\u062A `about:addons`\u060C \u062B\u0645 \u0627\u0644\u0646\u0642\u0631 \u0641\u0648\u0642 "\u0627\u0644\u0625\u0639\u062F\u0627\u062F\u0627\u062A"\u060C \u062B\u0645 \u0627\u0644\u0646\u0642\u0631 \u0641\u0648\u0642 "\u0625\u062F\u0627\u0631\u0629 \u0645\u0641\u0627\u062A\u064A\u062D \u0627\u0644\u0627\u062E\u062A\u0635\u0627\u0631" \u0644\u062A\u0639\u064A\u064A\u0646\u0647\u0627.',browserShortcutsNoteForChrome:"\u0644\u062A\u0639\u062F\u064A\u0644 \u0645\u0641\u0627\u062A\u064A\u062D \u0627\u0644\u0627\u062E\u062A\u0635\u0627\u0631 \u0641\u064A \u0645\u062A\u0635\u0641\u062D \u064A\u0634\u0628\u0647 Chrome\u060C \u062A\u062D\u062A\u0627\u062C \u0625\u0644\u0649 \u0641\u062A\u062D \u0635\u0641\u062D\u0629 \u0625\u062F\u0627\u0631\u0629 \u0627\u0644\u0625\u0636\u0627\u0641\u0627\u062A\u060C \u0648\u062A\u0639\u064A\u064A\u0646\u0647\u0627 \u0641\u064A \u0644\u0648\u062D\u0629 `\u0625\u062F\u0627\u0631\u0629 \u0627\u0644\u0627\u062E\u062A\u0635\u0627\u0631\u0627\u062A` (`chrome://extensions/shortcuts`)\u060C \u062B\u0645 \u0627\u0644\u0646\u0642\u0631 \u0641\u0648\u0642 \u0627\u0644\u0632\u0631 \u0623\u062F\u0646\u0627\u0647 \u0644\u0644\u0627\u0646\u062A\u0642\u0627\u0644 \u0625\u0644\u0649 \u0635\u0641\u062D\u0629 \u0625\u062F\u0627\u0631\u0629 \u0645\u0641\u062A\u0627\u062D \u0627\u0644\u0627\u062E\u062A\u0635\u0627\u0631.",browserShortcutsSucks:"\u062A\u0646\u0633\u064A\u0642 \u0645\u0641\u062A\u0627\u062D \u0627\u0644\u0627\u062E\u062A\u0635\u0627\u0631 \u0627\u0644\u0645\u062E\u0635\u0635 \u0647\u0648 (\u0644\u0627 \u064A\u0648\u062C\u062F \u0627\u0644\u062A\u0639\u0631\u0641 \u0627\u0644\u062A\u0644\u0642\u0627\u0626\u064A\u060C \u064A\u0631\u062C\u0649 \u0627\u0644\u062F\u062E\u0648\u0644 \u0645\u0628\u0627\u0634\u0631\u0629)\uFF1A",enableLineBreakDescription:"\u0639\u0646\u062F \u062A\u0634\u063A\u064A\u0644\u0647\u060C \u0633\u064A\u062A\u0645 \u0625\u062F\u0631\u0627\u062C \u0641\u0648\u0627\u0635\u0644 \u0627\u0644\u0623\u0633\u0637\u0631 \u0641\u064A \u0646\u0647\u0627\u064A\u0629 \u0643\u0644 \u062C\u0645\u0644\u0629 \u0641\u064A \u0641\u0642\u0631\u0627\u062A \u0637\u0648\u064A\u0644\u0629 \u0644\u062A\u0633\u0647\u064A\u0644 \u0627\u0644\u0642\u0631\u0627\u0621\u0629.","browser.shortBrandName":"\u062A\u0631\u062C\u0645\u0629 \u063A\u0627\u0645\u0631\u0629","browser.brandName":"\u062A\u0631\u062C\u0645\u0629 \u063A\u0627\u0645\u0631\u0629: \u062A\u0631\u062C\u0645\u0629 \u0635\u0641\u062D\u0627\u062A \u0627\u0644\u0648\u064A\u0628 \u062B\u0646\u0627\u0626\u064A\u0629 \u0627\u0644\u0644\u063A\u0629 \u0648\u062A\u0631\u062C\u0645\u0629 \u0645\u0633\u062A\u0646\u062F\u0627\u062A PDF","browser.brandDescription":"Bilingual web page translation, also supports PDF translation, bilingual Epub eBook translation, free to use.","browser.toggleTranslatePage":"\u062A\u0631\u062C\u0645\u0629 \u0635\u0641\u062D\u0629 \u0627\u0644\u0648\u064A\u0628/\u0625\u0638\u0647\u0627\u0631 \u0627\u0644\u0646\u0635 \u0627\u0644\u0623\u0635\u0644\u064A","browser.toggleTranslateTheWholePage":"\u062A\u0631\u062C\u0645\u0629 \u062C\u0645\u064A\u0639 \u0645\u0646\u0627\u0637\u0642 \u0627\u0644\u0635\u0641\u062D\u0629/\u0639\u0631\u0636 \u0627\u0644\u0646\u0635 \u0627\u0644\u0623\u0635\u0644\u064A","browser.toggleOnlyTransation":"\u062A\u0628\u062F\u064A\u0644 \u0627\u0644\u0648\u0636\u0639 \u062B\u0646\u0627\u0626\u064A \u0627\u0644\u0644\u063A\u0629 / \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0641\u0642\u0637","browser.toggleTranslateToThePageEndImmediately":"\u062A\u0631\u062C\u0645\u0629 \u0641\u0648\u0631\u064A\u0629 \u0625\u0644\u0649 \u0623\u0633\u0641\u0644 \u0627\u0644\u0635\u0641\u062D\u0629/\u0625\u0638\u0647\u0627\u0631 \u0627\u0644\u0646\u0635 \u0627\u0644\u0623\u0635\u0644\u064A","browser.toggleTranslateTheMainPage":"\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0645\u0646\u0637\u0642\u0629 \u0627\u0644\u0631\u0626\u064A\u0633\u064A\u0629 \u0644\u0644\u0635\u0641\u062D\u0629/\u0639\u0631\u0636 \u0627\u0644\u0646\u0635 \u0627\u0644\u0623\u0635\u0644\u064A","browser.shareToDraft":"\u0645\u0634\u0627\u0631\u0643\u0629 \u0627\u0644\u0635\u0641\u062D\u0627\u062A \u062B\u0646\u0627\u0626\u064A\u0629 \u0627\u0644\u0644\u063A\u0629","browser.openOptionsPage":"\u0627\u0641\u062A\u062D \u0635\u0641\u062D\u0629 \u0627\u0644\u0625\u0639\u062F\u0627\u062F\u0627\u062A","browser.toggleTranslationMask":"\u0625\u0638\u0647\u0627\u0631/\u0625\u062E\u0641\u0627\u0621 \u062A\u0623\u062B\u064A\u0631 \u0637\u0645\u0633 \u0627\u0644\u062A\u0631\u062C\u0645\u0629","browser.translateLocalPdfFile":"\u062A\u0631\u062C\u0645\u0629 \u0645\u0644\u0641\u0627\u062A PDF \u0627\u0644\u0645\u062D\u0644\u064A\u0629","browser.openEbookViewer":"\u0642\u0631\u0627\u0621\u0629 \u0627\u0644\u0643\u062A\u0628 \u0627\u0644\u0625\u0644\u0643\u062A\u0631\u0648\u0646\u064A\u0629 \u0627\u0644\u0645\u062D\u0644\u064A\u0629","browser.openEbookBuilder":"\u0625\u0646\u0634\u0627\u0621 \u0643\u062A\u0628 \u0625\u0644\u0643\u062A\u0631\u0648\u0646\u064A\u0629 EPUB \u062B\u0646\u0627\u0626\u064A\u0629 \u0627\u0644\u0644\u063A\u0629","browser.translateLocalHtmlFile":"\u062A\u0631\u062C\u0645\u0629 \u0645\u0644\u0641\u0627\u062A HTML/txt","browser.donateContext":"\u062A\u0639\u0631\u0641 \u0639\u0644\u0649 \u0641\u0648\u0627\u0626\u062F \u0627\u0644\u0631\u0639\u0627\u064A\u0629","browser.translateLocalSubtitleFile":"\u062A\u0631\u062C\u0645\u0629 \u0645\u0644\u0641\u0627\u062A \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0645\u062D\u0644\u064A\u0629",confirmResetConfig:"\u0647\u0644 \u0623\u0646\u062A \u0645\u062A\u0623\u0643\u062F \u0623\u0646\u0643 \u062A\u0631\u064A\u062F \u0625\u0639\u0627\u062F\u0629 \u0636\u0628\u0637 \u0625\u0639\u062F\u0627\u062F\u0627\u062A\u0643\u061F",translationLineBreakSettingTitle:"\u0625\u0639\u062F\u0627\u062F\u0627\u062A \u0627\u0644\u062A\u0641\u0627\u0641 \u0633\u0637\u0631 \u0627\u0644\u062A\u0631\u062C\u0645\u0629",smartLineBreak:"\u062A\u063A\u0644\u064A\u0641 \u0627\u0644\u062E\u0637 \u0627\u0644\u0630\u0643\u064A",alwaysLineBreak:"\u0627\u0644\u062A\u0641\u0627\u0641 \u062F\u0627\u0626\u0645\u0627",isShowContextMenu:"\u0623\u0636\u0641 \u0635\u0641\u062D\u0629 \u0627\u0644\u0648\u064A\u0628 \u0627\u0644\u0645\u062A\u0631\u062C\u0645\u0629 \u0625\u0644\u0649 \u0639\u0646\u0635\u0631 \u0642\u0627\u0626\u0645\u0629 \u0627\u0644\u0646\u0642\u0631 \u0628\u0632\u0631 \u0627\u0644\u0645\u0627\u0648\u0633 \u0627\u0644\u0623\u064A\u0645\u0646",toggleBeta:"\u062A\u0641\u0639\u064A\u0644 \u0645\u064A\u0632\u0627\u062A \u0627\u0644\u0627\u062E\u062A\u0628\u0627\u0631 \u0627\u0644\u062A\u062C\u0631\u064A\u0628\u064A",betaDescription:"\u062A\u0645\u0643\u064A\u0646 \u0627\u0644\u0645\u064A\u0632\u0627\u062A \u0627\u0644\u062A\u064A \u0644\u0627 \u062A\u0632\u0627\u0644 \u062A\u062C\u0631\u064A\u0628\u064A\u0629\u060C \u0628\u0627\u0644\u0625\u0636\u0627\u0641\u0629 \u0625\u0644\u0649 \u062E\u062F\u0645\u0627\u062A \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0642\u064A\u062F \u0627\u0644\u0627\u062E\u062A\u0628\u0627\u0631. \u0627\u0646\u0636\u0645 \u0625\u0644\u0649<1>\u0645\u062C\u0645\u0648\u0639\u0629 \u0627\u0644\u062A\u0644\u064A\u062C\u0631\u0627\u0645 \u064A\u062A\u0639\u0644\u0645 \u0623\u0643\u062B\u0631.",translationLineBreakSettingDescription:"\u064A\u064F\u0639\u062F \u0627\u0644\u0627\u0644\u062A\u0641\u0627\u0641 \u062F\u0627\u0626\u0645\u064B\u0627 \u0645\u0646\u0627\u0633\u0628\u064B\u0627 \u0644\u0644\u062A\u062E\u0637\u064A\u0637\u0627\u062A \u0630\u0627\u062A \u0627\u0644\u0645\u062D\u062A\u0648\u0649 \u0627\u0644\u0623\u0642\u0644 \u0648\u0627\u0644\u0623\u0643\u062B\u0631 \u062A\u0631\u062A\u064A\u0628\u064B\u0627. (\u0627\u0633\u062A\u062E\u062F\u0645 \u0641\u0648\u0627\u0635\u0644 \u0627\u0644\u0623\u0633\u0637\u0631 \u0627\u0644\u0630\u0643\u064A\u0629 \u0641\u064A \u0627\u0644\u0641\u0642\u0631\u0627\u062A \u0627\u0644\u0637\u0648\u064A\u0644\u0629 \u0627\u0644\u062A\u064A \u062A\u062D\u062A\u0648\u064A \u0639\u0644\u0649 \u0627\u0644\u0643\u062B\u064A\u0631 \u0645\u0646 \u0627\u0644\u0645\u062D\u062A\u0648\u0649 (\u0623\u0643\u062B\u0631 \u0645\u0646{count}\u062D\u0631\u0641) \u0644\u062A\u0648\u0641\u064A\u0631 \u0627\u0644\u0645\u0633\u0627\u062D\u0629)",tempTranslateDomainTitle:"\u0643\u0645 \u0645\u0646 \u0627\u0644\u0648\u0642\u062A \u0644\u062A\u0645\u0643\u064A\u0646 \u062A\u0631\u062C\u0645\u0629 \u0645\u0648\u0642\u0639 \u0627\u0644\u0648\u064A\u0628 \u0645\u0624\u0642\u062A\u064B\u0627",tempTranslateDomainDescription:"\u0639\u0646\u062F \u062A\u0631\u062C\u0645\u0629 \u0635\u0641\u062D\u0629 \u0648\u064A\u0628 \u064A\u062F\u0648\u064A\u064B\u0627\u060C \u0642\u0645 \u0628\u062A\u0634\u063A\u064A\u0644 \u0645\u0648\u0642\u0639 \u0627\u0644\u0648\u064A\u0628 \u0645\u0624\u0642\u062A\u064B\u0627 \u0644\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u062A\u0644\u0642\u0627\u0626\u064A\u0629\u060C \u0648\u064A\u0645\u0643\u0646\u0643 \u0636\u0628\u0637 \u0627\u0644\u0645\u062F\u0629 \u0627\u0644\u0645\u0624\u0642\u062A\u0629.",xMinutes:"{count} \u062F\u0642\u064A\u0642\u0629",disabled:"\u0625\u0628\u0637\u0627\u0644",changelog:"\u062A\u063A\u064A\u064A\u0631 \u0627\u0644\u0633\u062C\u0644",toggleTranslatePageWhenThreeFingersOnTheScreen:"\u0627\u0644\u0645\u0633 \u0627\u0644\u0634\u0627\u0634\u0629 \u0628\u0623\u0635\u0627\u0628\u0639 \u0645\u062A\u0639\u062F\u062F\u0629 \u0641\u064A \u0646\u0641\u0633 \u0627\u0644\u0648\u0642\u062A \u0644\u062A\u0631\u062C\u0645\u0629 \u0635\u0641\u062D\u0629 \u0627\u0644\u0648\u064A\u0628/\u0639\u0631\u0636 \u0627\u0644\u0646\u0635 \u0627\u0644\u0623\u0635\u0644\u064A",toggleTranslationMaskWhenThreeFingersOnTheScreen:"\u0627\u0644\u0645\u0633 \u0639\u062F\u0629 \u0623\u0635\u0627\u0628\u0639 \u0641\u064A \u0646\u0641\u0633 \u0627\u0644\u0648\u0642\u062A \u0644\u0625\u0638\u0647\u0627\u0631/\u0625\u062E\u0641\u0627\u0621 \u062A\u0623\u062B\u064A\u0631 \u0637\u0645\u0633 \u0627\u0644\u062A\u0631\u062C\u0645\u0629",fingerCountToToggleTranslagePageOnlyTranslationWhenTouching:"\u0627\u0644\u0645\u0633 \u0627\u0644\u0634\u0627\u0634\u0629 \u0628\u0623\u0635\u0627\u0628\u0639 \u0645\u062A\u0639\u062F\u062F\u0629 \u0641\u064A \u0646\u0641\u0633 \u0627\u0644\u0648\u0642\u062A \u0644\u062A\u0631\u062C\u0645\u0629 \u0635\u0641\u062D\u0629 \u0627\u0644\u0648\u064A\u0628 (\u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0641\u0642\u0637)/\u0639\u0631\u0636 \u0627\u0644\u0646\u0635 \u0627\u0644\u0623\u0635\u0644\u064A",addUrlDescription:"\u064A\u0645\u0643\u0646 \u0623\u0646 \u064A\u0643\u0648\u0646 \u0627\u0633\u0645 \u0646\u0637\u0627\u0642 \u0648\u064A\u062F\u0639\u0645 \u0623\u062D\u0631\u0641 \u0627\u0644\u0628\u062F\u0644\u060C \u0645\u062B\u0644\uFF1A*.google.com\u060C google.com/mail/*\u060C https://www.google.com/*",general:"\u0627\u0644\u0625\u0639\u062F\u0627\u062F\u0627\u062A \u0627\u0644\u0623\u0633\u0627\u0633\u064A\u0629",clickToExpandConfig:"\u0642\u0645 \u0628\u062A\u0648\u0633\u064A\u0639 \u0627\u0644\u062A\u0643\u0648\u064A\u0646 \u0627\u0644\u062D\u0627\u0644\u064A",import:"\u0627\u0633\u062A\u064A\u0631\u0627\u062F \u0645\u0646 \u0645\u0644\u0641",export:"\u062A\u0635\u062F\u064A\u0631 \u0625\u0644\u0649 \u0645\u0644\u0641",toggleDebug:"\u0637\u0628\u0627\u0639\u0629 \u0633\u062C\u0644\u0627\u062A \u0627\u0644\u062A\u0635\u062D\u064A\u062D \u0639\u0644\u0649 \u0648\u062D\u062F\u0629 \u0627\u0644\u062A\u062D\u0643\u0645","fingers.0":"\u0625\u0646\u0647\u0627\u0621","fingers.2":"\u0644\u0645\u0633\u0629 \u0628\u0625\u0635\u0628\u0639\u064A\u0646","fingers.3":"\u0644\u0645\u0633\u0629 \u0628\u062B\u0644\u0627\u062B\u0629 \u0623\u0635\u0627\u0628\u0639","fingers.4":"\u0644\u0645\u0633\u0629 \u0628\u0623\u0631\u0628\u0639\u0629 \u0623\u0635\u0627\u0628\u0639","fingers.5":"\u0644\u0645\u0633\u0629 \u062E\u0645\u0633\u0629 \u0623\u0635\u0627\u0628\u0639",mouseHoldKey:"+ {key} \u062A\u0631\u062C\u0645\u0629/\u0627\u0633\u062A\u0639\u0627\u062F\u0629 \u0647\u0630\u0647 \u0627\u0644\u0641\u0642\u0631\u0629",mouseHoldKeyAuto:"\u062A\u0631\u062C\u0645\u0629 \u0647\u0630\u0647 \u0627\u0644\u0641\u0642\u0631\u0629 \u0645\u0628\u0627\u0634\u0631\u0629",mouseHoldKeyOff:"\u0644\u0627 \u062A\u0641\u0639\u0644 \u0623\u064A \u0634\u064A\u0621",mouseHoldKeyOther:"\u0645\u0641\u0627\u062A\u064A\u062D \u0627\u0644\u0627\u062E\u062A\u0635\u0627\u0631 \u0627\u0644\u0645\u062E\u0635\u0635\u0629 (\u0627\u0644\u0625\u0639\u062F\u0627\u062F\u0627\u062A \u0627\u0644\u0645\u0641\u062A\u0648\u062D\u0629)",mouseHoldKeyCustomKey:"{key} / \u0627\u0633\u062A\u0639\u0627\u062F\u0629 \u0647\u0630\u0647 \u0627\u0644\u0641\u0642\u0631\u0629",mouseHoverHoldKey:"\u062D\u0631\u0643 \u0627\u0644\u0645\u0627\u0648\u0633 \u0648\u0627\u0636\u063A\u0637 \u0639\u0644\u0649 \u0645\u0641\u062A\u0627\u062D \u0627\u0644\u0627\u062E\u062A\u0635\u0627\u0631 \u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0641\u0642\u0631\u0629","mouse-translate":"\u062A\u0645\u0631\u064A\u0631 \u0627\u0644\u0645\u0627\u0648\u0633",document:"\u0648\u062B\u064A\u0642\u0629",resetSuccess:"\u0625\u0639\u0627\u062F\u0629 \u0636\u0628\u0637 \u062C\u0645\u064A\u0639 \u0627\u0644\u0625\u0639\u062F\u0627\u062F\u0627\u062A \u0628\u0646\u062C\u0627\u062D",resetThisSuccess:"\u062A\u0645\u062A \u0625\u0639\u0627\u062F\u0629 \u0627\u0644\u0636\u0628\u0637 \u0628\u0646\u062C\u0627\u062D",saved:"\u062D\u0641\u0638 \u0628\u0646\u062C\u0627\u062D",successImportConfig:"\u062A\u0645 \u0627\u0633\u062A\u064A\u0631\u0627\u062F \u0627\u0644\u062A\u0643\u0648\u064A\u0646 \u0628\u0646\u062C\u0627\u062D",goAdvancedSettings:"\u0627\u0646\u062A\u0642\u0644 \u0625\u0644\u0649 \u0635\u0641\u062D\u0629 \u0627\u0644\u0625\u0639\u062F\u0627\u062F\u0627\u062A \u0627\u0644\u0645\u062A\u0642\u062F\u0645\u0629",goAdvancedInterfaceSettings:"\u0627\u0646\u062A\u0642\u0644 \u0625\u0644\u0649 \u0635\u0641\u062D\u0629 \u0625\u0639\u062F\u0627\u062F\u0627\u062A \u0627\u0644\u062A\u062E\u0635\u064A\u0635 \u0627\u0644\u0645\u062A\u0642\u062F\u0645\u0629",advanced:"\u0625\u0639\u062F\u0627\u062F\u0627\u062A \u0645\u062A\u0642\u062F\u0645\u0629",advancedDescription:"\u0628\u0634\u0643\u0644 \u0639\u0627\u0645\u060C \u0644\u0627 \u064A\u0644\u0632\u0645 \u0623\u064A \u0625\u0639\u062F\u0627\u062F\u060C \u0641\u0642\u0637 \u0627\u062D\u062A\u0641\u0638 \u0628\u0627\u0644\u0625\u0639\u062F\u0627\u062F \u0627\u0644\u0627\u0641\u062A\u0631\u0627\u0636\u064A. \u0641\u0642\u0637 \u0644\u0644\u0645\u0633\u062A\u062E\u062F\u0645\u064A\u0646 \u0627\u0644\u0623\u0643\u062B\u0631 \u0627\u062D\u062A\u0631\u0627\u0641\u064B\u0627\u060C \u064A\u062A\u0645 \u062A\u0648\u0641\u064A\u0631 \u0625\u0639\u062F\u0627\u062F\u0627\u062A \u0623\u0643\u062B\u0631 \u062A\u062E\u0635\u064A\u0635\u064B\u0627.",developer:"\u0625\u0639\u062F\u0627\u062F\u0627\u062A \u0627\u0644\u0645\u0637\u0648\u0631",donateCafe:"\u0633\u0639\u0631","translate to the bottom of the page":"\u0628\u0639\u062F \u0627\u0644\u062F\u062E\u0648\u0644 \u0625\u0644\u0649 \u0635\u0641\u062D\u0629 \u0627\u0644\u0648\u064A\u0628 \u0647\u0644 \u064A\u062A\u0645 \u062A\u0631\u062C\u0645\u062A\u0647\u0627 \u0645\u0628\u0627\u0634\u0631\u0629 \u0625\u0644\u0649 \u0623\u0633\u0641\u0644 \u0627\u0644\u0635\u0641\u062D\u0629\u061F",feedback:"\u062A\u0639\u0644\u064A\u0642",toggleTranslatePage:"\u062A\u0631\u062C\u0645\u0629 \u0635\u0641\u062D\u0629 \u0627\u0644\u0648\u064A\u0628/\u0625\u0638\u0647\u0627\u0631 \u0627\u0644\u0646\u0635 \u0627\u0644\u0623\u0635\u0644\u064A",translateToThePageEndImmediatelyDescription:"\u0639\u0646\u062F \u062A\u0634\u063A\u064A\u0644\u0647\u060C \u0633\u064A\u0624\u062F\u064A \u0627\u0644\u062F\u062E\u0648\u0644 \u0625\u0644\u0649 \u0635\u0641\u062D\u0629 \u0648\u064A\u0628 \u0625\u0644\u0649 \u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0645\u062D\u062A\u0648\u0649 \u0639\u0644\u0649 \u0627\u0644\u0641\u0648\u0631 \u0645\u0646 \u0623\u0639\u0644\u0649 \u0625\u0644\u0649 \u0623\u0633\u0641\u0644. \u0625\u0630\u0627 \u062A\u0645 \u0625\u064A\u0642\u0627\u0641\u0647\u060C \u064A\u0645\u0643\u0646\u0643 \u0627\u0644\u0642\u0631\u0627\u0621\u0629 \u0648\u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0641\u064A \u0646\u0641\u0633 \u0627\u0644\u0648\u0642\u062A. (\u0644\u0627 \u064A\u0646\u0635\u062D \u0628\u062A\u0634\u063A\u064A\u0644\u0647)","translate all areas of the page":"\u0645\u0627 \u0625\u0630\u0627 \u0643\u0627\u0646 \u0633\u064A\u062A\u0645 \u062A\u0631\u062C\u0645\u0629 \u062C\u0645\u064A\u0639 \u0645\u0646\u0627\u0637\u0642 \u0635\u0641\u062D\u0629 \u0627\u0644\u0648\u064A\u0628",translationAreaDescription:"\u0639\u0646\u062F \u062A\u0634\u063A\u064A\u0644\u0647\u060C \u0633\u062A\u062A\u0645 \u062A\u0631\u062C\u0645\u0629 \u062C\u0645\u064A\u0639 \u0645\u0646\u0627\u0637\u0642 \u0635\u0641\u062D\u0629 \u0627\u0644\u0648\u064A\u0628 \u0628\u0623\u0643\u0645\u0644\u0647\u0627. \u0625\u0630\u0627 \u062A\u0645 \u0625\u064A\u0642\u0627\u0641 \u062A\u0634\u063A\u064A\u0644\u0647\u060C \u0641\u0633\u064A\u062A\u0645 \u0627\u0633\u062A\u062E\u062F\u0627\u0645 \u0627\u0644\u062A\u0639\u0631\u0641 \u0627\u0644\u0630\u0643\u064A \u0627\u0644\u0627\u0641\u062A\u0631\u0627\u0636\u064A \u0648\u0633\u062A\u062A\u0645 \u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0645\u0646\u0637\u0642\u0629 \u0627\u0644\u0631\u0626\u064A\u0633\u064A\u0629 \u0641\u0642\u0637. (\u0644\u0627 \u064A\u0646\u0635\u062D \u0628\u062A\u0634\u063A\u064A\u0644\u0647)","the number of characters to be translated first":"\u0642\u0645 \u0628\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0623\u062D\u0631\u0641 \u0627\u0644\u0642\u0644\u064A\u0644\u0629 \u0627\u0644\u0623\u0648\u0644\u0649 \u0645\u0646 \u0627\u0644\u0635\u0641\u062D\u0629 \u0645\u0628\u0627\u0634\u0631\u0629 \u062F\u0648\u0646 \u0627\u0646\u062A\u0638\u0627\u0631 \u0627\u0644\u062A\u0645\u0631\u064A\u0631 \u0625\u0644\u0649 \u0627\u0644\u0645\u0646\u0637\u0642\u0629 \u0627\u0644\u0645\u0631\u0626\u064A\u0629","interface language":"\u0644\u063A\u0629 \u0627\u0644\u0648\u0627\u062C\u0647\u0629","display both the original text and the translation":"\u0639\u0631\u0636 \u0627\u0644\u0646\u0635 \u0627\u0644\u0623\u0635\u0644\u064A \u0648\u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0641\u064A \u0648\u0642\u062A \u0648\u0627\u062D\u062F","keyboard shortcuts":"\u0627\u062E\u062A\u0635\u0627\u0631\u0627\u062A \u0644\u0648\u062D\u0629 \u0627\u0644\u0645\u0641\u0627\u062A\u064A\u062D",modify:"\u062A\u0639\u062F\u064A\u0644 \u0645\u0641\u0627\u062A\u064A\u062D \u0627\u0644\u0627\u062E\u062A\u0635\u0627\u0631",reset:"\u0625\u0639\u0627\u062F\u0629 \u0636\u0628\u0637",close:"\u0625\u0646\u0647\u0627\u0621",homepage:"\u0627\u0644\u0635\u0641\u062D\u0629 \u0627\u0644\u0631\u0626\u064A\u0633\u064A\u0629",more:"\u0623\u0643\u062B\u0631",moreOptions:"\u0642\u0645 \u0628\u062A\u0648\u0633\u064A\u0639 \u0627\u0644\u0645\u0632\u064A\u062F \u0645\u0646 \u062E\u064A\u0627\u0631\u0627\u062A \u0627\u0644\u062A\u062E\u0635\u064A\u0635",translateTheWholePage:"\u062A\u0631\u062C\u0645\u0629 \u062C\u0645\u064A\u0639 \u0645\u0646\u0627\u0637\u0642 \u0627\u0644\u0635\u0641\u062D\u0629 (\u062A\u062E\u062A\u0644\u0641 \u0639\u0646 \u0627\u0644\u0645\u0646\u0627\u0637\u0642 \u0627\u0644\u0631\u0626\u064A\u0633\u064A\u0629 \u0644\u0644\u062A\u0639\u0631\u0641 \u0627\u0644\u0630\u0643\u064A)",changeToTranslateTheWholePage:"\u0627\u0644\u062A\u0628\u062F\u064A\u0644 \u0644\u062A\u0631\u062C\u0645\u0629 \u0643\u0627\u0641\u0629 \u0627\u0644\u0645\u062C\u0627\u0644\u0627\u062A",changeToTranslateTheMainPage:"\u0642\u0645 \u0628\u0627\u0644\u062A\u0628\u062F\u064A\u0644 \u0625\u0644\u0649 \u0645\u0646\u0637\u0642\u0629 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0631\u0626\u064A\u0633\u064A\u0629",changeToOnlyTranslationMode:"\u0642\u0645 \u0628\u0627\u0644\u062A\u0628\u062F\u064A\u0644 \u0625\u0644\u0649 \u0625\u0638\u0647\u0627\u0631 \u0627\u0644\u062A\u0631\u062C\u0645\u0627\u062A \u0641\u0642\u0637",changeToDualTranslationMode:"\u0627\u0644\u062A\u0628\u062F\u064A\u0644 \u0625\u0644\u0649 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u062B\u0646\u0627\u0626\u064A\u0629 \u0627\u0644\u0644\u063A\u0629",translateToThePageEndImmediately:"\u062A\u0631\u062C\u0645 \u0639\u0644\u0649 \u0627\u0644\u0641\u0648\u0631 \u0625\u0644\u0649 \u0623\u0633\u0641\u0644 \u0627\u0644\u0635\u0641\u062D\u0629",translateTheMainPage:"\u0627\u0644\u0645\u062C\u0627\u0644\u0627\u062A \u0627\u0644\u0631\u0626\u064A\u0633\u064A\u0629 \u0644\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0630\u0643\u064A\u0629","The local rules are up to date":"\u0642\u0648\u0627\u0639\u062F \u0627\u0644\u062A\u0643\u064A\u0641 \u0627\u0644\u0645\u062D\u0644\u064A\u0629 \u0645\u062D\u062F\u062B\u0629:","Successfully synchronized with the latest official rules:":"\u062A\u0645\u062A \u0645\u0632\u0627\u0645\u0646\u0629 \u0623\u062D\u062F\u062B \u0642\u0648\u0627\u0639\u062F \u0627\u0644\u062A\u0643\u064A\u0641 \u0627\u0644\u0631\u0633\u0645\u064A\u0629 \u0628\u0646\u062C\u0627\u062D:","Checking for updates":"\u0627\u0644\u0628\u062D\u062B \u0639\u0646 \u062A\u062D\u062F\u064A\u062B\u0627\u062A","Rules are being synchronized":"\u0645\u0632\u0627\u0645\u0646\u0629 \u0642\u0648\u0627\u0639\u062F \u0627\u0644\u062A\u0643\u064A\u0641",localVersionIsTooOld:"\u0625\u0635\u062F\u0627\u0631 \u0627\u0644\u0645\u0644\u062D\u0642 \u0627\u0644\u0645\u062D\u0644\u064A \u0642\u062F\u064A\u0645 \u062C\u062F\u064B\u0627. \u064A\u0631\u062C\u0649 \u0627\u0644\u062A\u0631\u0642\u064A\u0629 \u0625\u0644\u0649 \u0627\u0644\u0645\u0644\u062D\u0642 {minVersion} \u0623\u0648 \u0625\u0635\u062F\u0627\u0631 \u0623\u062D\u062F\u062B \u0648\u0645\u062D\u0627\u0648\u0644\u0629 \u0627\u0644\u0645\u0632\u0627\u0645\u0646\u0629 \u0645\u0631\u0629 \u0623\u062E\u0631\u0649.",badUserscriptBrowser:"\u0627\u0644\u0645\u062A\u0635\u0641\u062D \u0627\u0644\u062D\u0627\u0644\u064A \u0644\u0627 \u064A\u0637\u0628\u0642 \u0648\u0627\u062C\u0647\u0629 \u0645\u0644\u062D\u0642 Grease Monkey \u0628\u0634\u0643\u0644 \u0635\u062D\u064A\u062D (\u0645\u062B\u0644 \u0627\u0644\u062D\u0635\u0648\u0644 \u0639\u0644\u0649 \u0645\u0639\u0644\u0648\u0645\u0627\u062A \u0631\u0642\u0645 \u0627\u0644\u0625\u0635\u062F\u0627\u0631 \u0644\u0644\u0628\u0631\u0646\u0627\u0645\u062C \u0627\u0644\u0646\u0635\u064A Grease Monkey \u0646\u0641\u0633\u0647)\u060C \u064A\u0631\u062C\u0649 \u0627\u0633\u062A\u062E\u062F\u0627\u0645 \u0645\u0644\u062D\u0642\u0627\u062A \u062F\u0639\u0645 \u0623\u062E\u0631\u0649 <1> Grease Monkey \u0645\u062A\u0635\u0641\u062D\u0627\u062A \u0645\u062B\u0644 \u0641\u0627\u064A\u0631\u0641\u0648\u0643\u0633",foundNewVersion:"\u062A\u0645 \u0627\u0644\u0639\u062B\u0648\u0631 \u0639\u0644\u0649 \u0646\u0633\u062E\u0629 \u062C\u062F\u064A\u062F\u0629",theLocalExtensionIsUpToUpdate:"\u0627\u0644\u0627\u0645\u062A\u062F\u0627\u062F \u0627\u0644\u062D\u0627\u0644\u064A \u0647\u0648 \u0623\u062D\u062F\u062B \u0625\u0635\u062F\u0627\u0631.",failToSyncRules:"\u0641\u0634\u0644\u062A \u0645\u0632\u0627\u0645\u0646\u0629 \u0623\u062D\u062F\u062B \u0642\u0648\u0627\u0639\u062F \u0627\u0644\u062A\u0643\u064A\u0641",retry:"\u0627\u0636\u063A\u0637 \u0647\u0646\u0627 \u0644\u0644\u0645\u062D\u0627\u0648\u0644\u0629 \u0645\u0631\u0629 \u0623\u062E\u0631\u0649",failedReason:"\u0633\u0628\u0628 \u0627\u0644\u0641\u0634\u0644",currentRuleVersion:"\u0646\u0633\u062E\u0629 \u0627\u0644\u0642\u0627\u0639\u062F\u0629 \u0627\u0644\u062D\u0627\u0644\u064A\u0629",calculating:"\u062D\u0633\u0627\u0628",unknownError:"\u062E\u0637\u0623 \u063A\u064A\u0631 \u0645\u0639\u0631\u0648\u0641",canNotFetchRemoteRule:"\u063A\u064A\u0631 \u0642\u0627\u062F\u0631 \u0639\u0644\u0649 \u0627\u0644\u062D\u0635\u0648\u0644 \u0639\u0644\u0649 \u0627\u0644\u0642\u0648\u0627\u0639\u062F \u0627\u0644\u0628\u0639\u064A\u062F\u0629",enableAlphaSuccess:"\u062A\u0645 \u062A\u0634\u063A\u064A\u0644 \u0648\u0638\u064A\u0641\u0629 \u0623\u0644\u0641\u0627",disableAlphaSuccess:"\u062A\u0645 \u0625\u064A\u0642\u0627\u0641 \u0645\u064A\u0632\u0629 \u0623\u0644\u0641\u0627",cacheSize:"\u062D\u062C\u0645 \u0630\u0627\u0643\u0631\u0629 \u0627\u0644\u062A\u062E\u0632\u064A\u0646 \u0627\u0644\u0645\u0624\u0642\u062A\uFF1A",cleaning:"\u062A\u0646\u0638\u064A\u0641",cleanCache:"\u0645\u0633\u062D \u0630\u0627\u0643\u0631\u0629 \u0627\u0644\u062A\u062E\u0632\u064A\u0646 \u0627\u0644\u0645\u0624\u0642\u062A",options:"\u064A\u062B\u0628\u062A",about:"\u0639\u0646",service:"\u062E\u062F\u0645\u0629 \u0627\u0644\u062A\u0631\u062C\u0645\u0629",needAction:"(\u0627\u0630\u0647\u0628 \u0644\u0644\u0627\u0639\u062F\u0627\u062F\u0627\u062A)",goSettings:"\u0627\u0630\u0647\u0628 \u0644\u0644\u0627\u0639\u062F\u0627\u062F\u0627\u062A",needActionForOptions:"(\u062A\u062D\u062A\u0627\u062C \u0625\u0644\u0649 \u062A\u0639\u064A\u064A\u0646)",translationEngine:"\u062E\u064A\u0627\u0631\u0627\u062A \u0627\u0644\u0645\u062D\u0631\u0643",sourceLanguage:"\u0627\u0644\u0644\u063A\u0629 \u0627\u0644\u0623\u0635\u0644\u064A\u0629",target:"\u0627\u0644\u0644\u063A\u0629 \u0627\u0644\u0645\u0633\u062A\u0647\u062F\u0641\u0629",popupSourceLanguage:"\u0627\u0644\u0644\u063A\u0629 \u0627\u0644\u0623\u0635\u0644\u064A\u0629",popupTarget:"\u0627\u0644\u0644\u063A\u0629 \u0627\u0644\u0645\u0633\u062A\u0647\u062F\u0641\u0629",popupService:"\u062E\u062F\u0645\u0629 \u0627\u0644\u062A\u0631\u062C\u0645\u0629",forThisSite:"\u0627\u0644\u0645\u0648\u0642\u0639 \u0627\u0644\u062D\u0627\u0644\u064A",autoEnableSubtitle:"\u0642\u0645 \u0628\u062A\u0634\u063A\u064A\u0644 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u062B\u0646\u0627\u0626\u064A\u0629 \u0627\u0644\u0644\u063A\u0629 \u062A\u0644\u0642\u0627\u0626\u064A\u064B\u0627",alwaysTranslate:"\u062A\u0631\u062C\u0645 \u062F\u0627\u0626\u0645\u0627 ",neverTranslate:"\u0644\u0627 \u062A\u062A\u0631\u062C\u0645 \u0623\u0628\u062F\u064B\u0627 ",alwaysTranslateSomeLanguage:"\u062A\u0631\u062C\u0645 \u062F\u0627\u0626\u0645\u0627 {language}",neverTranslateSomeLanguage:"\u0644\u0627 \u062A\u062A\u0631\u062C\u0645 \u0623\u0628\u062F\u064B\u0627 {language}",alwaysTranslateSomeSite:"\u062A\u0631\u062C\u0645 \u062F\u0627\u0626\u0645\u0627 {hostname}",neverTranslateSomeSite:"\u0644\u0627 \u062A\u062A\u0631\u062C\u0645 \u0623\u0628\u062F\u064B\u0627 {hostname}",alwaysTranslateSomeSiteOrWildSite:"\u0642\u0645 \u0628\u062A\u0631\u062C\u0645\u0629 \u0647\u0630\u0627 \u0627\u0644\u0645\u0648\u0642\u0639 \u062F\u0627\u0626\u0645\u064B\u0627",alwaysTranslateSomePage:"\u0642\u0645 \u0628\u062A\u0631\u062C\u0645\u0629 \u0647\u0630\u0647 \u0627\u0644\u0635\u0641\u062D\u0629 \u062F\u0627\u0626\u0645\u064B\u0627",add:"\u0627\u0636\u0641 \u0625\u0644\u064A\u0647",default:"\u062A\u0642\u0635\u064A\u0631",forThisLanguage:"\u0644\u0647\u0630\u0647 \u0627\u0644\u0644\u063A\u0629\uFF1A","add url":"\u0625\u062F\u062E\u0627\u0644 \u0639\u0646\u0648\u0627\u0646 \u0627\u0644\u0645\u0648\u0642\u0639",edit:"\u064A\u062D\u0631\u0631","translate other languages into specific language":"\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0644\u063A\u0627\u062A \u0627\u0644\u0623\u062E\u0631\u0649 \u0625\u0644\u0649 \u0627\u0644\u0644\u063A\u0629 \u0627\u0644\u062A\u064A \u062A\u062D\u062F\u062F\u0647\u0627","select translation service":"\u0627\u062E\u062A\u0631 \u062E\u062F\u0645\u0629 \u0627\u0644\u062A\u0631\u062C\u0645\u0629",language:"\u0644\u063A\u0629","show-original":"\u0625\u0638\u0647\u0627\u0631 \u0627\u0644\u0646\u0635 \u0627\u0644\u0623\u0635\u0644\u064A",translate:"\u064A\u062A\u0631\u062C\u0645",Translated:"\u0645\u062A\u0631\u062C\u0645",Translating:"\u062C\u0627\u0631 \u0627\u0644\u062A\u0631\u062C\u0645\u0629",Error:"\u062E\u0637\u0623",allowCacheTranslations:"\u062A\u0645\u0643\u064A\u0646 \u0627\u0644\u062A\u062E\u0632\u064A\u0646 \u0627\u0644\u0645\u0624\u0642\u062A \u0644\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0645\u062D\u0644\u064A\u0629 (\u0644\u062A\u0642\u0644\u064A\u0644 \u0637\u0644\u0628\u0627\u062A \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0644\u0644\u0641\u0642\u0631\u0627\u062A \u0627\u0644\u0645\u0643\u0631\u0631\u0629)","translation display":"\u0623\u0633\u0644\u0648\u0628 \u0639\u0631\u0636 \u0627\u0644\u062A\u0631\u062C\u0645\u0629","select diplay style":"\u062A\u0645\u064A\u064A\u0632 \u0623\u0633\u0644\u0648\u0628 \u0627\u0644\u062A\u0631\u062C\u0645\u0629\u060C \u064A\u0631\u062C\u0649 \u0627\u0644\u0631\u062C\u0648\u0639 \u0625\u0644\u0649 \u0627\u0644\u0623\u0645\u062B\u0644\u0629 \u0627\u0644\u062A\u0627\u0644\u064A\u0629 \u0644\u0645\u0632\u064A\u062F \u0645\u0646 \u0627\u0644\u062A\u0641\u0627\u0635\u064A\u0644:",interface:"\u0625\u0639\u062F\u0627\u062F\u0627\u062A \u0627\u0644\u0648\u0627\u062C\u0647\u0629",import_export:"\u0627\u0633\u062A\u064A\u0631\u0627\u062F \u0648\u062A\u0635\u062F\u064A\u0631",import_export_title:"\u062A\u0643\u0648\u064A\u0646 \u0627\u0644\u0627\u0633\u062A\u064A\u0631\u0627\u062F/\u0627\u0644\u062A\u0635\u062F\u064A\u0631",syncToGoogleDrive:"\u0627\u0644\u0645\u0632\u0627\u0645\u0646\u0629 \u0645\u0639 Google Drive \u0627\u0644\u0622\u0646",floatBallOptions:"\u0625\u0639\u062F\u0627\u062F\u0627\u062A \u0627\u0644\u0643\u0631\u0629 \u0627\u0644\u0645\u0639\u0644\u0642\u0629","floatBallOptions.enable":"\u062A\u0645\u0643\u064A\u0646 \u0627\u0644\u0643\u0631\u0629 \u0627\u0644\u0639\u0627\u0626\u0645\u0629","floatBallOptions.blockUrls":"\u062A\u0639\u0637\u064A\u0644 \u0645\u0648\u0642\u0639 \u0627\u0644\u0648\u064A\u0628","floatBallOptions.add":"\u0627\u0636\u0641 \u0625\u0644\u064A\u0647","floatBallOptions.blockUrlDesc":"\u0644\u0646 \u064A\u062A\u0645 \u0639\u0631\u0636 \u0627\u0644\u0643\u0631\u0629 \u0627\u0644\u0639\u0627\u0626\u0645\u0629 \u0639\u0646\u062F \u0645\u0648\u0627\u062C\u0647\u0629 \u0627\u0644\u0645\u0648\u0627\u0642\u0639 \u0627\u0644\u062A\u0627\u0644\u064A\u0629","floatBallOptions.clickType":"\u0627\u0646\u0642\u0631 \u0641\u0648\u0642 \u0627\u0644\u0633\u0644\u0648\u0643","floatBallOptions.clickTypeDesc":"\u0633\u0644\u0648\u0643 \u0623\u064A\u0642\u0648\u0646\u0629 \u0627\u0644\u0643\u0631\u0629 \u0627\u0644\u0639\u0627\u0626\u0645\u0629 \u0639\u0646\u062F \u0627\u0644\u0646\u0642\u0631 \u0639\u0644\u064A\u0647\u0627","floatBallOptions.clickPopup":"\u0625\u0638\u0647\u0627\u0631 \u0644\u0648\u062D\u0629 \u0627\u0644\u062A\u0631\u062C\u0645\u0629","floatBallOptions.clickTranslate":"\u062A\u0631\u062C\u0645\u0629/\u0625\u0638\u0647\u0627\u0631 \u0627\u0644\u0646\u0635 \u0627\u0644\u0623\u0635\u0644\u064A","floatBallOptions.fixedPosition":"\u56FA\u5B9A\u4F4D\u7F6E","floatBallOptions.fixedPositionDesc":"\u60AC\u6D6E\u7403\u5728\u7A97\u53E3\u5DE6\u4FA7\u8FD8\u662F\u53F3\u4FA7","floatBallOptions.fixedPositionLeft":"\u5DE6\u4FA7","floatBallOptions.fixedPositionRight":"\u53F3\u4FA7",previewAllThemes:"\u0645\u0639\u0627\u064A\u0646\u0629 \u0643\u0627\u0641\u0629 \u0627\u0644\u0623\u0646\u0645\u0627\u0637","translationTheme.none":"\u0644\u0627 \u0623\u062D\u062F","translationTheme.grey":"\u0627\u0644\u0631\u0645\u0627\u062F\u064A \u0627\u0644\u062F\u0627\u0643\u0646","translationTheme.dashed":"\u062A\u0633\u0637\u064A\u0631 \u0645\u062A\u0642\u0637\u0639","translationTheme.dotted":"\u062A\u0633\u0637\u064A\u0631 \u0645\u0646\u0642\u0637","translationTheme.dashedBorder":"\u0627\u0644\u062D\u062F\u0648\u062F \u0627\u0644\u0645\u062A\u0642\u0637\u0639\u0629","translationTheme.solidBorder":"\u0627\u0644\u062D\u062F\u0648\u062F \u0627\u0644\u0635\u0644\u0628\u0629","translationTheme.underline":"\u062A\u0633\u0637\u064A\u0631 \u0645\u0633\u062A\u0642\u064A\u0645","translationTheme.mask":"\u062A\u0623\u062B\u064A\u0631 \u0637\u0645\u0633 (\u0648\u0636\u0639 \u0627\u0644\u062A\u0639\u0644\u0645)","translationTheme.opacity":"\u062A\u0623\u062B\u064A\u0631 \u0627\u0644\u0634\u0641\u0627\u0641\u064A\u0629","translationTheme.paper":"\u062A\u0623\u062B\u064A\u0631 \u0627\u0644\u0638\u0644 \u0648\u0631\u0642\u0629 \u0628\u064A\u0636\u0627\u0621","translationTheme.dividingLine":"\u062E\u0637 \u0627\u0644\u062A\u0642\u0633\u064A\u0645","translationTheme.highlight":"\u062A\u0633\u0644\u064A\u0637 \u0627\u0644\u0636\u0648\u0621","translationTheme.marker":"\u0639\u0644\u0627\u0645\u0629","translationTheme.marker2":"\u0639\u0644\u0627\u0645\u0629 2","translationTheme.blockquote":"\u0627\u0644\u0646\u0645\u0637 \u0627\u0644\u0645\u0631\u062C\u0639\u064A","translationTheme.weakening":"\u064A\u0636\u0639\u0641","translationTheme.italic":"\u0645\u0627\u0626\u0644","translationTheme.bold":"\u0639\u0631\u064A\u0636","translationTheme.thinDashed":"\u062A\u0633\u0637\u064A\u0631 \u0645\u062A\u0642\u0637\u0639 \u0631\u0641\u064A\u0639","translationTheme.nativeDashed":"\u064A\u0623\u062A\u064A \u0627\u0644\u0646\u0638\u0627\u0645 \u0645\u0639 \u062A\u0633\u0637\u064A\u0631 \u0645\u0646\u0642\u0637","translationTheme.nativeDotted":"\u064A\u0623\u062A\u064A \u0627\u0644\u0646\u0638\u0627\u0645 \u0645\u0639 \u062A\u0633\u0637\u064A\u0631 \u0645\u0646\u0642\u0637","translationTheme.nativeUnderline":"\u0627\u0644\u0646\u0638\u0627\u0645 \u064A\u0623\u062A\u064A \u0645\u0639 \u062A\u0633\u0637\u064A\u0631 \u0645\u0633\u062A\u0642\u064A\u0645","translationTheme.wavy":"\u062E\u0637\u0648\u0637 \u0645\u062A\u0645\u0648\u062C\u0629","translationServices.custom":"\u0648\u0627\u062C\u0647\u0629 \u0628\u0631\u0645\u062C\u0629 \u0627\u0644\u062A\u0637\u0628\u064A\u0642\u0627\u062A \u0627\u0644\u0645\u062E\u0635\u0635\u0629","translationServices.tencent":"\u0645\u062A\u0631\u062C\u0645 \u062A\u064A\u0646\u0633\u0646\u062A","translationServices.tenAlpha":"\u0645\u062A\u0631\u062C\u0645 \u062A\u064A\u0646\u0633\u0646\u062A (\u0623\u0644\u0641\u0627)","translationServices.google":"\u062C\u0648\u062C\u0644 \u0627\u0644\u0645\u062A\u0631\u062C\u0645","translationServices.bai":"\u0628\u0627\u064A\u062F\u0648 (\u0623\u0644\u0641\u0627)","translationServices.baidu":"\u0645\u062A\u0631\u062C\u0645 \u0628\u0627\u064A\u062F\u0648","translationServices.aliyun":"\u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0633\u062D\u0627\u0628\u064A\u0629 \u0639\u0644\u0649 \u0628\u0627\u0628\u0627","translationServices.volc":"\u062A\u0631\u062C\u0645\u0629 \u0628\u0631\u0643\u0627\u0646","translationServices.deeplx":"DeepLX (\u0628\u064A\u062A\u0627)","translationServices.bing":"\u0645\u062A\u0631\u062C\u0645 \u0645\u0627\u064A\u0643\u0631\u0648\u0633\u0648\u0641\u062A","translationServices.deepl":"\u062F\u064A\u0628 \u0625\u0644","translationServices.wechat":"\u062A\u0631\u062C\u0645\u0629 \u0648\u064A \u0634\u0627\u062A","translationServices.azure":"\u062A\u0631\u062C\u0645\u0629 \u0623\u0632\u0648\u0631","translationServices.ibm":"\u0622\u064A \u0628\u064A \u0625\u0645 \u0648\u0627\u062A\u0633\u0648\u0646","translationServices.aws":"\u062A\u0631\u062C\u0645\u0629 \u0623\u0645\u0627\u0632\u0648\u0646","translationServices.mock":"\u062A\u0631\u062C\u0645\u0629 \u0645\u062D\u0627\u0643\u0627\u0629","translationServices.mock2":"\u062A\u0631\u062C\u0645\u0629 \u0645\u062D\u0627\u0643\u0627\u0629 2","translationServices.caiyun":"\u0643\u0627\u064A\u0648\u0646 \u0634\u064A\u0627\u0648\u064A\u0649","translationServices.cai":"\u0643\u0627\u064A\u0648\u0646 \u0634\u064A\u0627\u0648\u064A\u0649 (\u0623\u0644\u0641\u0627)","translationServices.volcAlpha":"\u0628\u0631\u0643\u0627\u0646 (\u0623\u0644\u0641\u0627)","translationServices.openl":"\u0623\u0648\u0628\u0646 \u0625\u0644","translationServices.youdao":"\u062A\u0631\u062C\u0645\u0629 \u064A\u0648\u062F\u0627\u0648","translationServices.you":"\u062A\u0631\u062C\u0645\u0629 \u064A\u0648\u062F\u0627\u0648 (\u0623\u0644\u0641\u0627)","translationServices.transmart":"\u062A\u064A\u0646\u0633\u0646\u062A \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u062A\u0641\u0627\u0639\u0644\u064A\u0629","translationServices.niu":"\u062A\u0631\u062C\u0645\u0629 \u0645\u0627\u0641\u0631\u064A\u0643\u0633","translationServices.papago":"\u062A\u0631\u062C\u0645\u0629 \u0628\u0627\u0628\u0627\u062C\u0648","translationServices.d":"\u062F (\u0623\u0644\u0641\u0627)","translationServices.dpro":"\u062F\u064A \u0628\u0631\u0648 (\u0643\u0646\u0627\u0631\u064A)","translationServices.openai":"OpenAI","translationServices.yandex":"Yandex","translationServices.chatgpt":"ChatGPT Web (3.5 \u062C\u0648\u0627\u0644)","translate title":"\u062A\u0631\u062C\u0645\u0629 \u0639\u0646\u0648\u0627\u0646 \u0627\u0644\u0635\u0641\u062D\u0629","always languages":"\u0627\u0644\u0644\u063A\u0629 \u0627\u0644\u0645\u062A\u0631\u062C\u0645\u0629 \u062F\u0627\u0626\u0645\u0627",neverTranslateLanguagesLabel:"\u0627\u0644\u0644\u063A\u0627\u062A \u0627\u0644\u062A\u064A \u0644\u0627 \u062A\u062A\u0631\u062C\u0645 \u0623\u0628\u062F\u0627",neverTranslateTheFollowingLanguagesDescription:"\u0633\u064A\u062A\u0645 \u062A\u062E\u0637\u064A \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0639\u0646\u062F\u0645\u0627 \u062A\u0643\u0648\u0646 \u0641\u0642\u0631\u0629 \u0641\u064A \u0627\u0644\u0635\u0641\u062D\u0629 \u0628\u0627\u0644\u0644\u063A\u0627\u062A \u0627\u0644\u062A\u0627\u0644\u064A\u0629",enableUserscriptPagePopup:"\u0625\u0638\u0647\u0627\u0631 \u0627\u0644\u0643\u0631\u0629 \u0627\u0644\u0639\u0627\u0626\u0645\u0629 \u0639\u0644\u0649 \u0627\u0644\u0635\u0641\u062D\u0629",enableUserscriptPagePopupDescription:"\u0628\u0639\u062F \u0625\u063A\u0644\u0627\u0642 \u0627\u0644\u0643\u0631\u0629 \u0627\u0644\u0639\u0627\u0626\u0645\u0629\u060C \u064A\u0645\u0643\u0646\u0643 \u0627\u0633\u062A\u062E\u062F\u0627\u0645 \u0645\u0641\u062A\u0627\u062D \u0627\u0644\u0627\u062E\u062A\u0635\u0627\u0631 /{touch}\u0644\u0625\u064A\u0642\u0627\u0638\u0647\u0627. \u0644\u0645\u0646\u0639 \u0627\u0644\u0639\u062B\u0648\u0631 \u0639\u0644\u0649 \u0627\u0644\u0643\u0631\u0629 \u0627\u0644\u0639\u0627\u0626\u0645\u0629 \u0628\u0639\u062F \u0625\u064A\u0642\u0627\u0641 \u062A\u0634\u063A\u064A\u0644 \u0647\u0630\u0627 \u0627\u0644\u062E\u064A\u0627\u0631 \u0639\u0646 \u0637\u0631\u064A\u0642 \u0627\u0644\u062E\u0637\u0623\u060C \u064A\u0648\u0635\u0649 \u0628\u0634\u062F\u0629 \u0628\u0648\u0636\u0639 \u0625\u0634\u0627\u0631\u0629 \u0645\u0631\u062C\u0639\u064A\u0629 \u0639\u0644\u0649 \u0635\u0641\u062D\u0629 \u0627\u0644\u0625\u0639\u062F\u0627\u062F\u0627\u062A \u0647\u0630\u0647.","always translate the following languages":"\u0639\u0646\u062F\u0645\u0627 \u062A\u0643\u0648\u0646 \u0644\u063A\u0629 \u0627\u0644\u0635\u0641\u062D\u0629 \u0628\u0627\u0644\u0644\u063A\u0627\u062A \u0627\u0644\u062A\u0627\u0644\u064A\u0629\u060C \u0633\u062A\u062A\u0645 \u062A\u0631\u062C\u0645\u062A\u0647\u0627 \u062A\u0644\u0642\u0627\u0626\u064A\u064B\u0627 \u0625\u0644\u0649 \u0627\u0644\u0644\u063A\u0629 \u0627\u0644\u0645\u0633\u062A\u0647\u062F\u0641\u0629","always sites":"\u0639\u0646\u0627\u0648\u064A\u0646 URL \u0627\u0644\u0645\u062A\u0631\u062C\u0645\u0629 \u062F\u0627\u0626\u0645\u064B\u0627","always translate the following sites":"\u0639\u0646\u062F\u0645\u0627 \u064A\u0643\u0648\u0646 \u0645\u0648\u0642\u0639 \u0627\u0644\u0648\u064A\u0628 \u0628\u0627\u0633\u0645 \u0627\u0644\u0646\u0637\u0627\u0642 \u0627\u0644\u062A\u0627\u0644\u064A\u060C \u0633\u062A\u062A\u0645 \u062A\u0631\u062C\u0645\u062A\u0647 \u062A\u0644\u0642\u0627\u0626\u064A\u064B\u0627 \u0625\u0644\u0649 \u0627\u0644\u0644\u063A\u0629 \u0627\u0644\u0647\u062F\u0641","never sites":"\u0639\u0646\u0627\u0648\u064A\u0646 URL \u0627\u0644\u062A\u064A \u0644\u0646 \u062A\u062A\u0645 \u062A\u0631\u062C\u0645\u062A\u0647\u0627 \u0623\u0628\u062F\u064B\u0627","never translate the following sites":"\u0644\u0646 \u064A\u062A\u0645 \u062A\u0646\u0641\u064A\u0630 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0639\u0646\u062F\u0645\u0627 \u064A\u0643\u0648\u0646 \u0645\u0648\u0642\u0639 \u0627\u0644\u0648\u064A\u0628 \u064A\u062D\u0645\u0644 \u0627\u0633\u0645 \u0627\u0644\u0646\u0637\u0627\u0642 \u0627\u0644\u062A\u0627\u0644\u064A","please refer to":"\u064A\u062C\u0628 \u0639\u0644\u064A\u0643 \u062A\u0639\u0628\u0626\u0629 \u0627\u0644\u0645\u0641\u062A\u0627\u062D \u0642\u0628\u0644 \u0627\u0633\u062A\u062E\u062F\u0627\u0645\u0647\u060C \u0644\u0645\u0632\u064A\u062F \u0645\u0646 \u0627\u0644\u062A\u0641\u0627\u0635\u064A\u0644 \u064A\u0631\u062C\u0649 \u0627\u0644\u0631\u062C\u0648\u0639 \u0625\u0644\u0649",KeyAndConfigurationTutorial:'"\u0627\u0644\u0628\u0631\u0646\u0627\u0645\u062C \u0627\u0644\u062A\u0639\u0644\u064A\u0645\u064A \u0644\u0644\u062A\u0637\u0628\u064A\u0642 \u0648\u0627\u0644\u062A\u0643\u0648\u064A\u0646 \u0627\u0644\u0631\u0626\u064A\u0633\u064A"',useAboveStyleForTheseSites:"\u0639\u0646\u062F\u0645\u0627 \u064A\u0643\u0648\u0646 \u0645\u0648\u0642\u0639 \u0627\u0644\u0648\u064A\u0628 \u0647\u0648 \u0627\u0633\u0645 \u0627\u0644\u0646\u0637\u0627\u0642 \u0627\u0644\u062A\u0627\u0644\u064A\u060C \u0627\u0633\u062A\u062E\u062F\u0645 \u062F\u0627\u0626\u0645\u064B\u0627 \u0646\u0645\u0637 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u2308{theme}\u230B",currentUrl:"\u0639\u0646\u0648\u0627\u0646 URL \u0627\u0644\u062D\u0627\u0644\u064A",confirm:"\u064A\u062D\u0641\u0638",cancel:"\u064A\u0644\u063A\u064A",delete:"\u064A\u0645\u0633\u062D","languages.auto":"\u0627\u0644\u0643\u0634\u0641 \u0627\u0644\u062A\u0644\u0642\u0627\u0626\u064A",syncToCloud:"\u0627\u0644\u0645\u0632\u0627\u0645\u0646\u0629 \u0645\u0639 \u062C\u0648\u062C\u0644 \u062F\u0631\u0627\u064A\u0641",syncToCloudDescription:"\u0642\u0645 \u0628\u0627\u0644\u062A\u062D\u0645\u064A\u0644 \u0625\u0644\u0649 \u0627\u0644\u0633\u062D\u0627\u0628\u0629\u060C \u0648\u064A\u0645\u0643\u0646 \u0645\u0632\u0627\u0645\u0646\u0629 \u0627\u0644\u062A\u0643\u0648\u064A\u0646 \u0628\u064A\u0646 \u0627\u0644\u0645\u062A\u0635\u0641\u062D\u0627\u062A \u0627\u0644\u0645\u062E\u062A\u0644\u0641\u0629/\u0627\u0644\u0646\u0635\u0648\u0635 \u0627\u0644\u0628\u0631\u0645\u062C\u064A\u0629 \u0644\u0642\u0631\u062F \u0627\u0644\u0632\u064A\u062A\u060C \u0645\u0639 \u0645\u0631\u0627\u0639\u0627\u0629 \u0648\u0642\u062A \u0627\u0644\u062A\u0639\u062F\u064A\u0644 \u0627\u0644\u0623\u062E\u064A\u0631.",syncToAccount:"\u0627\u0644\u0645\u0632\u0627\u0645\u0646\u0629 \u0645\u0639 \u0633\u062D\u0627\u0628\u0629 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0634\u0627\u0645\u0644\u0629",syncToAccountButton:"\u0645\u0632\u0627\u0645\u0646\u0629 \u0645\u0639 \u0627\u0644\u0633\u062D\u0627\u0628\u0629 \u0639\u0644\u0649 \u0627\u0644\u0641\u0648\u0631",syncToAccountDescription:"\u0645\u0632\u0627\u0645\u0646\u0629 \u0627\u0644\u062A\u0643\u0648\u064A\u0646\u0627\u062A \u062A\u0644\u0642\u0627\u0626\u064A\u064B\u0627 \u0628\u064A\u0646 \u0627\u0644\u0623\u062C\u0647\u0632\u0629 \u0627\u0644\u0645\u062E\u062A\u0644\u0641\u0629\u060C \u0628\u0646\u0627\u0621\u064B \u0639\u0644\u0649 \u0648\u0642\u062A \u0627\u0644\u062A\u0639\u062F\u064A\u0644 \u0627\u0644\u0623\u062E\u064A\u0631.",successSyncConfigInAccount:"\u0627\u0644\u0628\u0642\u0627\u0621 \u0645\u062A\u0632\u0627\u0645\u0646\u064B\u0627 \u0645\u0639 \u0627\u0644\u0633\u062D\u0627\u0628\u0629 \u0628\u0646\u062C\u0627\u062D",successSyncConfigToAccount:"\u062A\u0645\u062A \u0627\u0644\u0645\u0632\u0627\u0645\u0646\u0629 \u0628\u0646\u062C\u0627\u062D \u0645\u0639 \u0627\u0644\u0633\u062D\u0627\u0628\u0629",syncConfigNoUpdate:"\u0628\u0627\u0644\u0641\u0639\u0644 \u0627\u0644\u0623\u062D\u062F\u062B",authFail:"\u0641\u0634\u0644 \u0627\u0644\u062A\u0641\u0648\u064A\u0636",syncTitle:"\u0625\u062F\u0627\u0631\u0629 \u0627\u0644\u0646\u0633\u062E \u0627\u0644\u0627\u062D\u062A\u064A\u0627\u0637\u064A \u0627\u0644\u064A\u062F\u0648\u064A",import_hint:"\u064A\u0633\u062A\u0648\u0631\u062F",upload:"\u0631\u0641\u0639",revokeAuth:"\u0625\u0644\u063A\u0627\u0621 \u0627\u0644\u062A\u0631\u062E\u064A\u0635",uploadFail:"\u0627\u0644\u062A\u062D\u0645\u064A\u0644 \u0641\u0634\u0644",download:"\u062A\u062D\u0645\u064A\u0644",importSuccess:"\u062A\u0645 \u0627\u0644\u0627\u0633\u062A\u064A\u0631\u0627\u062F \u0628\u0646\u062C\u0627\u062D",importFail:"\u0641\u0634\u0644 \u0627\u0644\u0627\u0633\u062A\u064A\u0631\u0627\u062F",deleteFail:"\u0641\u0634\u0644 \u0641\u064A \u0627\u0644\u062D\u0630\u0641",backupToCloud:"\u0625\u062F\u0627\u0631\u0629 \u0645\u0644\u0641\u0627\u062A \u0627\u0644\u0646\u0633\u062E \u0627\u0644\u0627\u062D\u062A\u064A\u0627\u0637\u064A \u064A\u062F\u0648\u064A\u0627",create_new_backup:"\u0625\u0636\u0627\u0641\u0629 \u0639\u0642\u062F\u0629 \u0627\u062D\u062A\u064A\u0627\u0637\u064A\u0629",maxBackupFiles:"\u064A\u0645\u0643\u0646 \u0639\u0645\u0644 \u0646\u0633\u062E\u0629 \u0627\u062D\u062A\u064A\u0627\u0637\u064A\u0629 \u0644\u0645\u0627 \u064A\u0635\u0644 \u0625\u0644\u0649{count}\u0639\u0642\u062F \u0645\u062E\u062A\u0644\u0641\u0629\u060C \u064A\u0631\u062C\u0649 \u062D\u0630\u0641 \u0627\u0644\u0639\u0642\u062F \u063A\u064A\u0631 \u0627\u0644\u0636\u0631\u0648\u0631\u064A\u0629",backupToCloudDescription:"\u062A\u062D\u0645\u064A\u0644 \u0645\u0644\u0641\u0627\u062A \u0627\u0644\u0646\u0633\u062E \u0627\u0644\u0627\u062D\u062A\u064A\u0627\u0637\u064A \u0623\u0648 \u0627\u0633\u062A\u0639\u0627\u062F\u062A\u0647\u0627 \u064A\u062F\u0648\u064A\u064B\u0627\u060C \u0645\u0645\u0627 \u064A\u0633\u0645\u062D \u0628\u0645\u0627 \u064A\u0635\u0644 \u0625\u0644\u0649 3 \u0646\u0633\u062E \u0627\u062D\u062A\u064A\u0627\u0637\u064A\u0629 \u0645\u062E\u062A\u0644\u0641\u0629",successSyncConfig:"\u0627\u0644\u0628\u0642\u0627\u0621 \u0645\u062A\u0632\u0627\u0645\u0646\u064B\u0627 \u0645\u0639 \u0627\u0644\u0633\u062D\u0627\u0628\u0629 \u0628\u0646\u062C\u0627\u062D",syncFail:"\u0641\u0634\u0644\u062A \u0627\u0644\u0645\u0632\u0627\u0645\u0646\u0629",updatedAt:"\u062A\u0645 \u0627\u0644\u062A\u062D\u062F\u064A\u062B \u0639\u0646\u062F {date}",lastSyncedAt:"\u0622\u062E\u0631 \u0641\u062D\u0635 \u0643\u0627\u0646 \u0639\u0646\u062F {date}",downloadFail:"\u0627\u0644\u062A\u062D\u0645\u064A\u0644 \u0641\u0634\u0644",clickToDownload:"\u0627\u0636\u063A\u0637 \u0644\u0644\u062A\u062D\u0645\u064A\u0644",aboutLabel:"\u062D\u0648\u0644 - \u0631\u062F\u0648\u062F \u0627\u0644\u0641\u0639\u0644","browser.openAboutPage":"\u062D\u0648\u0644/\u0631\u062F\u0648\u062F \u0627\u0644\u0641\u0639\u0644",aboutLabelWithoutSponsor:"\u062D\u0648\u0644 - \u0631\u062F\u0648\u062F \u0627\u0644\u0641\u0639\u0644",aboutIntro:"\u0623\u062A\u0645\u0646\u0649 \u0623\u0646 \u0646\u062A\u0645\u0643\u0646 \u062C\u0645\u064A\u0639\u064B\u0627 \u0645\u0646 \u0627\u0644\u0648\u0635\u0648\u0644 \u0625\u0644\u0649 \u0627\u0644\u0645\u0639\u0644\u0648\u0645\u0627\u062A \u0627\u0644\u0636\u062E\u0645\u0629 \u0627\u0644\u0645\u062A\u0639\u0644\u0642\u0629 \u0628\u0627\u0644\u0644\u063A\u0627\u062A \u0627\u0644\u0623\u062C\u0646\u0628\u064A\u0629 \u0639\u0644\u0649 \u0627\u0644\u0625\u0646\u062A\u0631\u0646\u062A \u0628\u0633\u0647\u0648\u0644\u0629 \u0648\u0633\u0639\u0627\u062F\u0629 \u0623\u0643\u0628\u0631. \u064A\u0645\u0643\u0646\u0643 \u0627\u062E\u062A\u064A\u0627\u0631 \u0641\u062A\u062D \u0639\u0636\u0648\u064A\u0629 <6> Pro \u0644\u0627\u0633\u062A\u062E\u062F\u0627\u0645 \u062A\u0631\u062C\u0645\u0627\u062A DeepL \u0648OpenAI \u062E\u0627\u0631\u062C \u0627\u0644\u0635\u0646\u062F\u0648\u0642.

\u064A\u0645\u0643\u0646\u0643\u0645 \u0645\u062A\u0627\u0628\u0639\u062A\u0646\u0627 \u0639\u0644\u0649 <3>\u062A\u0648\u064A\u062A\u0631 ,<4>\u0642\u0646\u0627\u0629 \u0627\u0644\u062A\u0644\u064A\u062C\u0631\u0627\u0645 \u0623\u0648 \u062D\u0633\u0627\u0628 WeChat \u0627\u0644\u0639\u0627\u0645 \u0623\u0648 \u0645\u062C\u0645\u0648\u0639\u0629 \u0627\u062A\u0635\u0627\u0644\u0627\u062A WeChat \u0623\u0648 <5> \u0627\u0634\u062A\u0631\u0627\u0643 \u0627\u0644\u0628\u0631\u064A\u062F \u0627\u0644\u0625\u0644\u0643\u062A\u0631\u0648\u0646\u064A \u0623\u062F\u0646\u0627\u0647 \u062A\u062A\u0628\u0639 \u0627\u0644\u062A\u062D\u062F\u064A\u062B\u0627\u062A.
<7>\u0639\u0636\u0648 \u0645\u062D\u062A\u0631\u0641 \u064A\u0645\u0643\u0646\u0643 \u0627\u0644\u0627\u062A\u0635\u0627\u0644 \u0628\u0627\u0644\u0628\u0631\u064A\u062F \u0627\u0644\u0625\u0644\u0643\u062A\u0631\u0648\u0646\u064A \u0627\u0644\u0633\u0631\u064A\u0639 \u0644\u062E\u062F\u0645\u0629 \u0627\u0644\u0639\u0645\u0644\u0627\u0621 <8> support@immersivetranslate.com \u0627\u0628\u0642 \u0639\u0644\u0649 \u062A\u0648\u0627\u0635\u0644 \u0645\u0639\u0646\u0627.",aboutIntroWithoutSponsor:"\u0623\u062A\u0645\u0646\u0649 \u0623\u0646 \u0646\u062A\u0645\u0643\u0646 \u062C\u0645\u064A\u0639\u064B\u0627 \u0645\u0646 \u0627\u0644\u0648\u0635\u0648\u0644 \u0628\u0634\u0643\u0644 \u0623\u0633\u0647\u0644 \u0648\u0623\u0643\u062B\u0631 \u0645\u062A\u0639\u0629 \u0625\u0644\u0649 \u0627\u0644\u0643\u0645 \u0627\u0644\u0647\u0627\u0626\u0644 \u0645\u0646 \u0627\u0644\u0645\u0639\u0644\u0648\u0645\u0627\u062A \u0628\u0627\u0644\u0644\u063A\u0629 \u0627\u0644\u0623\u062C\u0646\u0628\u064A\u0629 \u0639\u0644\u0649 \u0627\u0644\u0625\u0646\u062A\u0631\u0646\u062A \u2764\uFE0F

\u064A\u0645\u0643\u0646\u0643 \u0645\u062A\u0627\u0628\u0639\u062A\u0646\u0627 \u0639\u0644\u0649 Twitter <3> ,<4>\u0642\u0646\u0627\u0629 \u0627\u0644\u062A\u0644\u064A\u062C\u0631\u0627\u0645 \u0623\u0648 \u062D\u0633\u0627\u0628 WeChat \u0627\u0644\u0639\u0627\u0645 \u0623\u0648 \u0645\u062C\u0645\u0648\u0639\u0629 \u0627\u062A\u0635\u0627\u0644\u0627\u062A WeChat \u0623\u0648 <5> \u0627\u0634\u062A\u0631\u0627\u0643 \u0627\u0644\u0628\u0631\u064A\u062F \u0627\u0644\u0625\u0644\u0643\u062A\u0631\u0648\u0646\u064A \u0623\u062F\u0646\u0627\u0647 \u062A\u062A\u0628\u0639 \u0627\u0644\u062A\u062D\u062F\u064A\u062B\u0627\u062A.",projectHomepage:"\u0627\u0644\u0635\u0641\u062D\u0629 \u0627\u0644\u0631\u0626\u064A\u0633\u064A\u0629 \u0644\u0644\u0645\u0634\u0631\u0648\u0639",joinTelegramGroup:"\u0627\u0646\u0636\u0645 \u0625\u0644\u0649 \u0645\u062C\u0645\u0648\u0639\u0629 \u0627\u062A\u0635\u0627\u0644\u0627\u062A \u0627\u0644\u0645\u0633\u062A\u062E\u062F\u0645\u064A\u0646 \u0644\u0644\u0645\u0634\u0627\u0631\u0643\u0629 \u0641\u064A \u0627\u0644\u0645\u0646\u0627\u0642\u0634\u0627\u062A \u0627\u0644\u0648\u0638\u064A\u0641\u064A\u0629",wechatPublicAccount:"\u062D\u0633\u0627\u0628 \u0648\u064A \u0634\u0627\u062A \u0627\u0644\u0639\u0627\u0645",wechatCommunities:"\u0645\u062C\u0645\u0648\u0639\u0629 \u0627\u0644\u0627\u062A\u0635\u0627\u0644\u0627\u062A WeChat",qqCommunities:"\u0642\u0646\u0627\u0629 \u0627\u062A\u0635\u0627\u0644 QQ",joinTelegramChannel:"\u062A\u0627\u0628\u0639\u0648\u0627 \u0642\u0646\u0627\u0629 \u0627\u0644\u062A\u0644\u064A\u062C\u0631\u0627\u0645 \u0644\u0645\u0639\u0631\u0641\u0629 \u0622\u062E\u0631 \u0627\u0644\u062A\u062D\u062F\u064A\u062B\u0627\u062A",feedbackAndJoin:"\u0631\u062F\u0648\u062F \u0627\u0644\u0641\u0639\u0644 \u0627\u0644\u0645\u0634\u0643\u0644\u0629 / \u0627\u0644\u0627\u0646\u0636\u0645\u0627\u0645 \u0625\u0644\u0649 \u0627\u0644\u0645\u062C\u0645\u0648\u0639\u0629",autoSync:"\u0627\u0644\u0645\u0632\u0627\u0645\u0646\u0629 \u0627\u0644\u0645\u062C\u062F\u0648\u0644\u0629 \u0627\u0644\u062A\u0644\u0642\u0627\u0626\u064A\u0629",loadingThemeTitle:"\u0623\u0633\u0644\u0648\u0628 \u0627\u0644\u062A\u062D\u0645\u064A\u0644",loadingThemeDescription:"\u0627\u0636\u0628\u0637 \u0627\u0644\u0646\u0645\u0637 \u0623\u062B\u0646\u0627\u0621 \u0627\u0646\u062A\u0638\u0627\u0631 \u062A\u062D\u0645\u064A\u0644 \u0627\u0644\u062A\u0631\u062C\u0645\u0629","loadingTheme.spinner":"\u0627\u0644\u0631\u0633\u0648\u0645 \u0627\u0644\u0645\u062A\u062D\u0631\u0643\u0629 \u0627\u0644\u062F\u0627\u0626\u0631\u0629","loadingTheme.text":"\u0646\u0635 \u062B\u0627\u0628\u062A... ","loadingTheme.none":"\u0644\u0627 \u062A\u0638\u0647\u0631",developerDescription:"\u064A\u0645\u0643\u0646\u0643 \u0627\u0644\u0646\u0642\u0631 \u0641\u0648\u0642 <1> \u0647\u0646\u0627 \u0639\u0631\u0636 \u0627\u0644\u0648\u062B\u0627\u0626\u0642 \u0627\u0644\u0645\u062A\u0639\u0644\u0642\u0629 \u0628\u0627\u0644\u062A\u062E\u0635\u064A\u0635 \u0627\u0644\u0645\u062A\u0642\u062F\u0645","edit border color":"\u062A\u0639\u062F\u064A\u0644 \u0644\u0648\u0646 \u0627\u0644\u062D\u062F\u0648\u062F",successSyncButNoChange:"\u0627\u0644\u062A\u0643\u0648\u064A\u0646 \u0627\u0644\u062D\u0627\u0644\u064A \u0645\u062A\u0648\u0627\u0641\u0642 \u0645\u0639 \u0627\u0644\u0633\u062D\u0627\u0628\u0629",customTheme:"\u0627\u0644\u0623\u0644\u0648\u0627\u0646 \u0648\u0627\u0644\u0623\u062D\u062C\u0627\u0645 \u0627\u0644\u0645\u062E\u0635\u0635\u0629","customThemeLabel.borderColor":"\u0644\u0648\u0646 \u0627\u0644\u062D\u062F\u0648\u062F","customThemeLabel.borderRadius":"\u062D\u062F\u0648\u062F \u0645\u0633\u062A\u062F\u064A\u0631\u0629 \u0627\u0644\u0632\u0648\u0627\u064A\u0627","customThemeLabel.textColor":"\u0644\u0648\u0646 \u0627\u0644\u062E\u0637","customThemeLabel.backgroundColor":"\u0644\u0648\u0646 \u0627\u0644\u062E\u0644\u0641\u064A\u0629","customThemeLabel.zoom":"\u062A\u062D\u062C\u064A\u0645 \u0627\u0644\u062E\u0637 (%)","customThemeLabel.opacity":"\u0639\u062A\u0627\u0645\u0629 \u0627\u0644\u0646\u0635 (%)",resetToDefaultColor:"\u0627\u0644\u0639\u0648\u062F\u0629 \u0625\u0644\u0649 \u0627\u0644\u0644\u0648\u0646 \u0627\u0644\u0627\u0641\u062A\u0631\u0627\u0636\u064A",resetToDefaultSettings:"\u0627\u0644\u0639\u0648\u062F\u0629 \u0625\u0644\u0649 \u0627\u0644\u0625\u0639\u062F\u0627\u062F\u0627\u062A \u0627\u0644\u0627\u0641\u062A\u0631\u0627\u0636\u064A\u0629",isTranslateTitle:"\u0642\u0645 \u0628\u062A\u0634\u063A\u064A\u0644 \u0639\u0646\u0627\u0648\u064A\u0646 \u0635\u0641\u062D\u0627\u062A \u0627\u0644\u0648\u064A\u0628 \u0627\u0644\u0645\u062A\u0631\u062C\u0645\u0629",isTranslateTitleDescription:"\u0639\u0646\u062F \u062A\u0634\u063A\u064A\u0644\u0647\u060C \u0633\u064A\u062A\u0645 \u062A\u0631\u062C\u0645\u0629 \u0639\u0646\u0648\u0627\u0646 \u0635\u0641\u062D\u0629 \u0627\u0644\u0648\u064A\u0628",enableSearchEnhancement:"\u062A\u0645\u0643\u064A\u0646 \u062A\u0639\u0632\u064A\u0632 \u0627\u0644\u0645\u0639\u0644\u0648\u0645\u0627\u062A \u062B\u0646\u0627\u0626\u064A\u0629 \u0627\u0644\u0644\u063A\u0629",enableSearchEnhancementDescription:'\u0628\u0639\u062F \u062A\u0634\u063A\u064A\u0644\u0647\u0627\u060C \u0633\u064A\u062A\u0645 \u0639\u0631\u0636 \u0646\u062A\u0627\u0626\u062C \u0628\u062D\u062B "\u0623\u062E\u0628\u0627\u0631 Google" \u0627\u0644\u0645\u0642\u0627\u0628\u0644\u0629 \u0644\u0644\u0643\u0644\u0645\u0627\u062A \u0627\u0644\u0631\u0626\u064A\u0633\u064A\u0629 \u0628\u0627\u0644\u0644\u063A\u0629 \u0627\u0644\u0625\u0646\u062C\u0644\u064A\u0632\u064A\u0629 \u062A\u0644\u0642\u0627\u0626\u064A\u064B\u0627 \u0641\u064A \u0627\u0644\u0639\u0645\u0648\u062F \u0627\u0644\u0623\u064A\u0645\u0646 \u0644\u0645\u0648\u0627\u0642\u0639 \u0627\u0644\u0648\u064A\u0628 \u0627\u0644\u0645\u062F\u0639\u0648\u0645\u0629 (\u0623\u062E\u0628\u0627\u0631 Google\u060C \u0628\u062D\u062B Google (\u0628\u0639\u0636 \u0627\u0644\u0643\u0644\u0645\u0627\u062A \u0627\u0644\u0631\u0626\u064A\u0633\u064A\u0629)\u060C Snowball\u060C Oriental Fortune\u060C Futu\u060C Tiger Community).',verifyService:"\u0627\u0646\u0642\u0631 \u0647\u0646\u0627 \u0644\u0627\u062E\u062A\u0628\u0627\u0631 \u0627\u0644\u062E\u062F\u0645\u0629",verified:"\u062A\u0645 \u0627\u0644\u062A\u062D\u0642\u0642 \u0628\u0646\u062C\u0627\u062D","field.langs":"\u0631\u0645\u0648\u0632 \u0627\u0644\u0644\u063A\u0629 \u0627\u0644\u0645\u062F\u0639\u0648\u0645\u0629","field.model":"\u0646\u0645\u0648\u0630\u062C","field.translationEngine":"\u0645\u062D\u0631\u0643 \u0627\u0644\u062A\u0631\u062C\u0645\u0629","field.limitPerMinute":"\u0627\u0644\u062D\u062F \u0627\u0644\u0623\u0642\u0635\u0649 \u0644\u0639\u062F\u062F \u0627\u0644\u0637\u0644\u0628\u0627\u062A \u0641\u064A \u0627\u0644\u062F\u0642\u064A\u0642\u0629","field.limitPerSecond":"\u0627\u0644\u062D\u062F \u0627\u0644\u0623\u0642\u0635\u0649 \u0644\u0639\u062F\u062F \u0627\u0644\u0637\u0644\u0628\u0627\u062A \u0641\u064A \u0627\u0644\u062B\u0627\u0646\u064A\u0629","field.maxTextLengthPerRequest":"\u0627\u0644\u062D\u062F \u0627\u0644\u0623\u0642\u0635\u0649 \u0644\u0637\u0648\u0644 \u0627\u0644\u0646\u0635 \u0644\u0643\u0644 \u0637\u0644\u0628","field.maxTextGroupLengthPerRequest":"\u0627\u0644\u062D\u062F \u0627\u0644\u0623\u0642\u0635\u0649 \u0644\u0639\u062F\u062F \u0627\u0644\u0641\u0642\u0631\u0627\u062A \u0644\u0643\u0644 \u0637\u0644\u0628","field.apiUrl":"\u0639\u0646\u0648\u0627\u0646 \u0648\u0627\u062C\u0647\u0629 API \u0627\u0644\u0645\u062E\u0635\u0635\u0629","field.placeholderDelimiters":"\u0627\u0644\u0639\u0646\u0627\u0635\u0631 \u0627\u0644\u0646\u0627\u0626\u0628\u0629 \u0627\u0644\u0645\u062D\u062C\u0648\u0632\u0629","description.custom":"\u0627\u0644\u0648\u0635\u0648\u0644 \u0625\u0644\u0649 \u0627\u0644\u0648\u0627\u062C\u0647\u0629 \u0627\u0644\u0645\u062E\u0635\u0635\u0629 \u064A\u062A\u0637\u0644\u0628 \u0648\u062B\u0627\u0626\u0642 \u0645\u0631\u062C\u0639\u064A\u0629","description.limitPerMinute":"\u0648\u0639\u0646\u062F\u0645\u0627 \u064A\u062A\u062C\u0627\u0648\u0632 \u0639\u062F\u062F \u0627\u0644\u0637\u0644\u0628\u0627\u062A \u0647\u0630\u0627 \u0627\u0644\u062D\u062F\u060C \u0641\u0625\u0646\u0647 \u0633\u064A\u062F\u062E\u0644 \u0641\u064A \u062D\u0627\u0644\u0629 \u0627\u0644\u0627\u0646\u062A\u0638\u0627\u0631 \u062D\u062A\u0649 \u0628\u062F\u0627\u064A\u0629 \u0627\u0644\u062F\u0642\u064A\u0642\u0629 \u0627\u0644\u062A\u0627\u0644\u064A\u0629. \u0646\u0638\u0631\u064B\u0627 \u0644\u0644\u0642\u064A\u0648\u062F \u0627\u0644\u0645\u062E\u062A\u0644\u0641\u0629 \u0644\u062E\u062F\u0645\u0629 OpenAI \u0627\u0644\u062D\u0627\u0644\u064A\u0629\u060C \u064A\u0631\u062C\u0649 \u0627\u0644\u0646\u0642\u0631 \u0641\u0648\u0642 <1> \u0647\u0646\u0627 \u0639\u0631\u0636 \u0623\u062D\u062F\u062B \u0627\u0644\u0642\u064A\u0645 \u0627\u0644\u0645\u0648\u0635\u0649 \u0628\u0647\u0627","description.limitPerSecond":"\u0648\u0639\u0646\u062F\u0645\u0627 \u064A\u062A\u062C\u0627\u0648\u0632 \u0639\u062F\u062F \u0627\u0644\u0637\u0644\u0628\u0627\u062A \u0647\u0630\u0627 \u0627\u0644\u062D\u062F\u060C \u0641\u0625\u0646\u0647 \u0633\u064A\u062F\u062E\u0644 \u0641\u064A \u062D\u0627\u0644\u0629 \u0627\u0644\u0627\u0646\u062A\u0638\u0627\u0631 \u062D\u062A\u0649 \u0628\u062F\u0627\u064A\u0629 \u0627\u0644\u062B\u0627\u0646\u064A\u0629 \u0627\u0644\u062A\u0627\u0644\u064A\u0629. \u0646\u0638\u0631\u064B\u0627 \u0644\u0644\u0642\u064A\u0648\u062F \u0627\u0644\u0645\u062E\u062A\u0644\u0641\u0629 \u0644\u062E\u062F\u0645\u0629 OpenAI \u0627\u0644\u062D\u0627\u0644\u064A\u0629\u060C \u064A\u0631\u062C\u0649 \u0627\u0644\u0646\u0642\u0631 \u0641\u0648\u0642 <1> \u0647\u0646\u0627 \u0639\u0631\u0636 \u0623\u062D\u062F\u062B \u0627\u0644\u0642\u064A\u0645 \u0627\u0644\u0645\u0648\u0635\u0649 \u0628\u0647\u0627","description.generalLimitPerSecond":"\u0648\u0639\u0646\u062F\u0645\u0627 \u064A\u062A\u062C\u0627\u0648\u0632 \u0639\u062F\u062F \u0627\u0644\u0637\u0644\u0628\u0627\u062A \u0647\u0630\u0627 \u0627\u0644\u062D\u062F\u060C \u0641\u0625\u0646\u0647 \u0633\u064A\u062F\u062E\u0644 \u0641\u064A \u062D\u0627\u0644\u0629 \u0627\u0644\u0627\u0646\u062A\u0638\u0627\u0631 \u062D\u062A\u0649 \u0628\u062F\u0627\u064A\u0629 \u0627\u0644\u062B\u0627\u0646\u064A\u0629 \u0627\u0644\u062A\u0627\u0644\u064A\u0629.","description.prompt":"\u062A\u0631\u0633\u0644 \u0627\u0644\u0645\u062D\u0627\u062F\u062B\u0629 \u0625\u0644\u0649 {service} \u0628\u0635\u0641\u0629 \u0627\u0644\u0645\u0633\u062A\u062E\u062F\u0645\u060C \u062D\u064A\u062B \u064A\u0645\u062B\u0644 {{text}} \u0646\u0635 \u0627\u0644\u0641\u0642\u0631\u0629\u060C \u0648\u064A\u0645\u062B\u0644 {{from}} \u0644\u063A\u0629 \u0627\u0644\u0641\u0642\u0631\u0629\u060C \u0648\u064A\u0645\u062B\u0644 {{to}} \u0627\u0644\u0644\u063A\u0629 \u0627\u0644\u0645\u0633\u062A\u0647\u062F\u0641\u0629.","description.maxTextLengthPerRequest":"\u0627\u0644\u062D\u062F \u0627\u0644\u0623\u0642\u0635\u0649 \u0644\u0639\u062F\u062F \u0627\u0644\u0623\u062D\u0631\u0641 \u0644\u0643\u0644 \u0637\u0644\u0628. \u0625\u0630\u0627 \u0643\u0627\u0646 \u0643\u0628\u064A\u0631\u064B\u0627 \u062C\u062F\u064B\u0627\u060C \u0641\u0633\u062A\u062A\u0628\u0627\u0637\u0623 \u0627\u0633\u062A\u062C\u0627\u0628\u0629 \u0627\u0644\u0648\u0627\u062C\u0647\u0629\u060C \u0644\u0630\u0627 \u064A\u0645\u0643\u0646\u0643 \u0645\u062D\u0627\u0648\u0644\u0629 \u0636\u0628\u0637 \u0647\u0630\u0627 \u0627\u0644\u062E\u064A\u0627\u0631 \u0644\u062A\u062D\u0633\u064A\u0646 \u0627\u0644\u0633\u0631\u0639\u0629.","description.systemPrompt":"\u062A\u0645 \u0625\u0631\u0633\u0627\u0644 \u0627\u0644\u062D\u0648\u0627\u0631 \u0625\u0644\u0649 {service} \u0628\u0627\u0633\u0645 \u0627\u0644\u0646\u0638\u0627\u0645\u060C \u062D\u064A\u062B \u064A\u0645\u062B\u0644 {{text}} \u0646\u0635 \u0627\u0644\u0641\u0642\u0631\u0629\u060C \u0648\u064A\u0645\u062B\u0644 {{from}} \u0644\u063A\u0629 \u0627\u0644\u0641\u0642\u0631\u0629\u060C \u0648\u064A\u0645\u062B\u0644 {{to}} \u0627\u0644\u0644\u063A\u0629 \u0627\u0644\u0645\u0633\u062A\u0647\u062F\u0641\u0629.","field.domain":"\u0645\u062C\u0627\u0644","description.domain":"\u0627\u0644\u0627\u0641\u062A\u0631\u0627\u0636\u064A \u0647\u0648\uFF1A\u0639\u0627\u0645. \u0644\u0627 \u064A\u0645\u0643\u0646 \u0636\u0628\u0637\u0647 \u0625\u0644\u0627 \u0639\u0646\u062F \u062A\u0645\u0643\u064A\u0646 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0645\u0633\u062A\u0646\u062F\u0629 \u0625\u0644\u0649 \u0627\u0644\u0645\u062C\u0627\u0644 \u0641\u064A \u0648\u062D\u062F\u0629 \u062A\u062D\u0643\u0645 Youdao API. \u0644\u0644\u062D\u0635\u0648\u0644 \u0639\u0644\u0649 \u0627\u0644\u062D\u0642\u0648\u0644 \u0627\u0644\u0645\u062F\u0639\u0648\u0645\u0629\u060C \u064A\u0631\u062C\u0649 \u0627\u0644\u0627\u0637\u0644\u0627\u0639 \u0639\u0644\u0649 <1> \u0647\u0646\u0627.","field.scene":"\u0645\u0634\u0627\u0647\u062F","description.scene":"\u0627\u0644\u0627\u0641\u062A\u0631\u0627\u0636\u064A \u0647\u0648\uFF1A\u0639\u0627\u0645. \u0644\u0627 \u064A\u0645\u0643\u0646 \u0636\u0628\u0637\u0647 \u0625\u0644\u0627 \u0639\u0646\u062F \u062A\u0646\u0634\u064A\u0637 \u0627\u0644\u0625\u0635\u062F\u0627\u0631 \u0627\u0644\u0627\u062D\u062A\u0631\u0627\u0641\u064A \u0644\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0622\u0644\u064A\u0629 \u0641\u064A \u0648\u062D\u062F\u0629 \u062A\u062D\u0643\u0645 Alibaba Cloud API. \u0631\u0627\u062C\u0639 <1> \u0647\u0646\u0627 \u0644\u0644\u062D\u0635\u0648\u0644 \u0639\u0644\u0649 \u0627\u0644\u0633\u064A\u0646\u0627\u0631\u064A\u0648\u0647\u0627\u062A \u0627\u0644\u0645\u062F\u0639\u0648\u0645\u0629.","field.vocabId":"\u0645\u0639\u0631\u0641 \u0642\u0627\u0645\u0648\u0633 \u0627\u0644\u0645\u0633\u062A\u062E\u062F\u0645","description.vocabId":"\u064A\u062F\u0639\u0645 \u0627\u0644\u0642\u0627\u0645\u0648\u0633 \u0627\u0644\u0645\u062D\u062F\u062F out_id \u062D\u0627\u0644\u064A\u064B\u0627 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0625\u0646\u062C\u0644\u064A\u0632\u064A\u0629 \u0627\u0644\u0635\u064A\u0646\u064A\u0629.","description.model":"\u064A\u0645\u0643\u0646 \u0623\u0646 \u064A\u0643\u0648\u0646 \u0646\u0645\u0648\u0630\u062C OpenAI \u0647\u0648 gpt-3.5-turbo \u0623\u0648 gpt-4 \u0648\u0645\u0627 \u0625\u0644\u0649 \u0630\u0644\u0643.","description.maxTextGroupLengthPerRequest":"\u0639\u062F\u062F \u0627\u0644\u0641\u0642\u0631\u0627\u062A \u0627\u0644\u0645\u0631\u0633\u0644\u0629 \u0625\u0644\u0649 \u062E\u062F\u0645\u0629 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0641\u064A \u0643\u0644 \u0645\u0631\u0629. \u0625\u0630\u0627 \u0643\u0627\u0646 \u0647\u0646\u0627\u0643 \u0639\u062F\u062F \u0643\u0628\u064A\u0631 \u062C\u062F\u064B\u0627 \u0645\u0646 \u0627\u0644\u0641\u0642\u0631\u0627\u062A\u060C \u0641\u0642\u062F \u062A\u062A\u0628\u0627\u0637\u0623 \u0627\u0633\u062A\u062C\u0627\u0628\u0629 \u0627\u0644\u0648\u0627\u062C\u0647\u0629.","description.apiUrl":"\u0627\u0644\u0631\u062C\u0627\u0621 \u0625\u0636\u0627\u0641\u0629 \u0639\u0646\u0648\u0627\u0646 URL \u0645\u062D\u062F\u062F \u0645\u0639 \u0627\u0644\u0645\u0633\u0627\u0631\u060C <1> \u0627\u0644\u0645\u0632\u064A\u062F \u0645\u0646 \u0627\u0644\u062A\u0639\u0644\u064A\u0645\u0627\u062A",enabledExtension:"\u062A\u0645\u0643\u064A\u0646 \u0627\u0644\u062A\u0645\u062F\u064A\u062F",clickToDisableExtension:"\u0627\u0646\u0642\u0631 \u0644\u062A\u0639\u0637\u064A\u0644 \u0627\u0644\u062A\u0645\u062F\u064A\u062F",clickToEnableExtension:"\u0627\u0646\u0642\u0631 \u0644\u062A\u0645\u0643\u064A\u0646 \u0627\u0644\u062A\u0645\u062F\u064A\u062F",hasBeenDisabled:"\u0639\u0627\u062C\u0632","show password":"\u0639\u0631\u0636 \u0643\u0644\u0645\u0629 \u0627\u0644\u0645\u0631\u0648\u0631",customContent:"\u0623\u062F\u062E\u0644 \u0627\u0633\u0645 \u0627\u0644\u0646\u0645\u0648\u0630\u062C \u0627\u0644\u0645\u062E\u0635\u0635",inputOptions:"\u062A\u062D\u0633\u064A\u0646 \u0635\u0646\u062F\u0648\u0642 \u0627\u0644\u0625\u062F\u062E\u0627\u0644",mouseHoverOptions:"\u062A\u0645\u0631\u064A\u0631 \u0627\u0644\u0645\u0627\u0648\u0633",modifyMouseHoverKey:"\u062A\u0639\u062F\u064A\u0644 \u0645\u0641\u0627\u062A\u064A\u062D \u0627\u0644\u0627\u062E\u062A\u0635\u0627\u0631 \u0627\u0644\u062E\u0627\u0635\u0629 \u0628\u0627\u0644\u0645\u0627\u0648\u0633",enableInputTranslation:"\u0645\u0627 \u0625\u0630\u0627 \u0643\u0627\u0646 \u0633\u064A\u062A\u0645 \u062A\u0645\u0643\u064A\u0646 \u062A\u062D\u0633\u064A\u0646 \u0645\u0631\u0628\u0639 \u0627\u0644\u0625\u062F\u062E\u0627\u0644",enableInputTranslationDescription:"\u0628\u0639\u062F{trailingKey}\u060C \u0623\u062F\u062E\u0644 \u0645\u0628\u0627\u0634\u0631\u0629 {startingKey}{startingKey} hello \u0641\u064A \u0645\u0631\u0628\u0639 \u0627\u0644\u0625\u062F\u062E\u0627\u0644\u060C \u062B\u0645 \u0627\u0646\u0642\u0631 \u0633\u0631\u064A\u0639\u064B\u0627 \u0641\u0648\u0642{inputTrailingTriggerKeyRepeatTimes}\u0645\u0631\u062A\u064A\u0646 \u0644\u062A\u0631\u062C\u0645\u062A\u0647 \u0625\u0644\u0649 {inputTargetLanguage}",enableInputTranslationDescriptionForNoneKey:"{trailingKey}\u062A\u0645\u0643\u064A\u0646\u0647\u060C \u0623\u062F\u062E\u0644 \u0645\u0628\u0627\u0634\u0631\u0629\uFF1Ahelloworld \u0641\u064A \u0645\u0631\u0628\u0639 \u0627\u0644\u0625\u062F\u062E\u0627\u0644\u060C \u062B\u0645 \u0627\u0646\u0642\u0631 \u0628\u0633\u0631\u0639\u0629{inputTrailingTriggerKeyRepeatTimes}\u0644\u0644\u062A\u0631\u062C\u0645\u0629 \u0625\u0644\u0649 \u0627\u0644\u0644\u063A\u0629 \u0627\u0644\u0645\u0633\u062A\u0647\u062F\u0641\u0629 \u0627\u0644\u0627\u0641\u062A\u0631\u0627\u0636\u064A\u0629.",inputTargetLanguage:"\u0642\u0645 \u0628\u062A\u0639\u064A\u064A\u0646 \u0627\u0644\u0644\u063A\u0629 \u0627\u0644\u0647\u062F\u0641 \u0627\u0644\u0627\u0641\u062A\u0631\u0627\u0636\u064A\u0629 \u0644\u0645\u0631\u0628\u0639 \u0627\u0644\u0625\u062F\u062E\u0627\u0644",inputTargetLanguageDescription:"\u0627\u0644\u0644\u063A\u0629 \u0627\u0644\u0647\u062F\u0641 \u0627\u0644\u0627\u0641\u062A\u0631\u0627\u0636\u064A\u0629 \u0644\u062A\u0631\u062C\u0645\u0629 \u0645\u0631\u0628\u0639 \u0627\u0644\u0625\u062F\u062E\u0627\u0644\u060C \u0648\u0647\u064A {startingKey}{startingKey} \u0643\u0644\u063A\u0629 \u0627\u0641\u062A\u0631\u0627\u0636\u064A\u0629 \u0644\u0643\u0644\u0645\u0627\u062A \u0627\u0644\u062A\u0634\u063A\u064A\u0644",inputTargetLanguageDescriptionForNoneKey:"\u0627\u0644\u0644\u063A\u0629 \u0627\u0644\u0647\u062F\u0641 \u0627\u0644\u0627\u0641\u062A\u0631\u0627\u0636\u064A\u0629 \u0644\u062A\u0631\u062C\u0645\u0627\u062A \u0645\u0631\u0628\u0639 \u0627\u0644\u0625\u062F\u062E\u0627\u0644",inputStartingTriggerKeyTitle:"\u0642\u0645 \u0628\u062A\u0639\u064A\u064A\u0646 \u0627\u0644\u0623\u062D\u0631\u0641 \u0627\u0644\u0645\u0642\u0633\u0645\u0629 \u0644\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u062C\u0632\u0626\u064A\u0629 \u0644\u0645\u0631\u0628\u0639 \u0627\u0644\u0625\u062F\u062E\u0627\u0644",inputStartingTriggerKeyDescription:"\u0639\u0646\u062F\u0645\u0627 \u0644\u0627 \u062A\u062D\u062A\u0627\u062C \u0625\u0644\u0649 \u062A\u0631\u062C\u0645\u0629 \u0645\u0631\u0628\u0639 \u0627\u0644\u0625\u062F\u062E\u0627\u0644 \u0628\u0623\u0643\u0645\u0644\u0647\u060C \u064A\u062A\u064A\u062D \u0644\u0643 \u0627\u0644\u0645\u062D\u062F\u062F \u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u062C\u0632\u0621 \u0641\u0642\u0637 {startingKey}{startingKey} \u0625\u0644\u0649 \u0646\u0647\u0627\u064A\u0629 \u0645\u0631\u0628\u0639 \u0627\u0644\u0625\u062F\u062E\u0627\u0644\u060C \u0623\u0648 \u064A\u0645\u0643\u0646\u0643 \u062A\u062D\u062F\u064A\u062F \u0631\u0645\u0632 \u0627\u0644\u0644\u063A\u0629\u060C \u0639\u0644\u0649 \u0633\u0628\u064A\u0644 \u0627\u0644\u0645\u062B\u0627\u0644\u060C\uFF1A{startingKey}ja \u062A\u0639\u0646\u064A \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0641\u0642\u0637 \u0627\u0644\u062C\u0632\u0621 \u0645\u0646 {startingKey}\u062C\u0627 \u0625\u0644\u0649 \u0646\u0647\u0627\u064A\u0629 \u0645\u0631\u0628\u0639 \u0627\u0644\u0625\u062F\u062E\u0627\u0644.",inputStartingTriggerKeyDescriptionForNoneKey:"\u062A\u0645 \u0636\u0628\u0637\u0647 \u062D\u0627\u0644\u064A\u064B\u0627 \u0628\u062D\u064A\u062B \u0644\u0627 \u064A\u062A\u0637\u0644\u0628 \u0623\u064A \u0628\u0627\u062F\u0626\u0629\u060C \u0648\u0628\u0639\u0636 \u0648\u0638\u0627\u0626\u0641 \u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0646\u0635 \u0641\u064A \u0645\u0631\u0628\u0639 \u0627\u0644\u0625\u062F\u062E\u0627\u0644 \u063A\u064A\u0631 \u0645\u062A\u0627\u062D\u0629 \u0645\u0624\u0642\u062A\u064B\u0627.",inputTrailingTriggerKeyTitle:"\u062D\u062F\u062F \u062D\u0631\u0641 \u0627\u0644\u0645\u0634\u063A\u0644 \u0627\u0644\u0630\u064A \u064A\u0646\u0647\u064A \u0627\u0644\u0625\u062F\u062E\u0627\u0644",inputTrailingTriggerKeyDescription:"\u0633\u064A\u0624\u062F\u064A \u0627\u0644\u0636\u063A\u0637 \u0639\u0644\u0649{trailingKey} 3 \u0645\u0631\u0627\u062A \u0641\u064A \u062A\u062A\u0627\u0628\u0639 \u0633\u0631\u064A\u0639 \u0625\u0644\u0649 \u0628\u062F\u0621 \u0627\u0644\u062A\u0631\u062C\u0645\u0629",inputTrailingTriggerKeyTimeout:"\u0623\u062F\u062E\u0644 \u0627\u0644\u0641\u0627\u0635\u0644 \u0627\u0644\u0632\u0645\u0646\u064A \u0628\u064A\u0646 \u0627\u0644\u0645\u0634\u063A\u0644\u0627\u062A \u0644\u0625\u0646\u0647\u0627\u0621 \u0627\u0644\u062A\u062D\u0631\u064A\u0631 \u0648\u0627\u0644\u0633\u0631\u062F.",inputTrailingTriggerKeyTimeoutDescription:"\u0642\u0645 \u0628\u062A\u0639\u064A\u064A\u0646 \u0627\u0644\u0641\u0627\u0635\u0644 \u0627\u0644\u0632\u0645\u0646\u064A (\u0645\u0644\u064A \u062B\u0627\u0646\u064A\u0629) \u0644\u0644\u0625\u062F\u062E\u0627\u0644 \u0644\u0625\u0646\u0647\u0627\u0621 \u0645\u0634\u063A\u0644 \u0627\u0644\u062A\u062D\u0631\u064A\u0631 \u0648\u0627\u0644\u0633\u0631\u062F",spaceKey:"<\u0645\u0633\u0627\u0641\u0629>",noneKey:"\u0644\u0627 \u062A\u0648\u062C\u062F \u062D\u0627\u062C\u0629 \u0625\u0644\u0649 \u0628\u0627\u062F\u0626\u0629\u060C \u0642\u0645 \u0628\u062A\u0631\u062C\u0645\u0629 \u0645\u0631\u0628\u0639 \u0627\u0644\u0646\u0635 \u0628\u0627\u0644\u0643\u0627\u0645\u0644 \u0645\u0628\u0627\u0634\u0631\u0629\u064B",inputTranslationBlockUrlsTitle:"\u0644\u0627 \u062A\u0642\u0645 \u0645\u0637\u0644\u0642\u064B\u0627 \u0628\u062A\u0645\u0643\u064A\u0646 \u062A\u062D\u0633\u064A\u0646\u0627\u062A \u062D\u0642\u0644 \u0627\u0644\u0625\u062F\u062E\u0627\u0644 \u0641\u064A \u0639\u0646\u0627\u0648\u064A\u0646 URL",inputTranslationBlockUrlsDescription:"\u0641\u064A \u0639\u0646\u0627\u0648\u064A\u0646 URL \u0627\u0644\u062A\u0627\u0644\u064A\u0629\u060C \u0644\u0646 \u064A\u0635\u0628\u062D \u062A\u062D\u0633\u064A\u0646 \u0645\u0631\u0628\u0639 \u0627\u0644\u0625\u062F\u062E\u0627\u0644 \u0633\u0627\u0631\u064A \u0627\u0644\u0645\u0641\u0639\u0648\u0644",clickToSeeQuickDemo:"\u0627\u0646\u0642\u0631 \u0644\u062A\u0648\u0633\u064A\u0639 \u0641\u064A\u062F\u064A\u0648 \u0627\u0644\u062A\u0639\u0644\u064A\u0645\u0627\u062A \u0627\u0644\u0633\u0631\u064A\u0639\u0629 \u0644\u0645\u062F\u0629 30 \u062B\u0627\u0646\u064A\u0629",inputHelperInfo:"\u0645\u0644\u0627\u062D\u0638\u0629\uFF1A: \u0644\u0642\u062F \u0642\u0645\u0646\u0627 \u0628\u062A\u062D\u0633\u064A\u0646 \u0627\u0644\u0645\u0634\u0643\u0644\u0629 \u0639\u0644\u0649 \u0648\u062C\u0647 \u0627\u0644\u062A\u062D\u062F\u064A\u062F \u062D\u064A\u062B \u062A\u062A\u062D\u0648\u0644 \u0628\u0639\u0636 \u0623\u062D\u0631\u0641 \u0627\u0644\u062A\u0634\u063A\u064A\u0644 \u0625\u0644\u0649 \u0639\u0644\u0627\u0645\u0627\u062A \u062A\u0631\u0642\u064A\u0645 \u0635\u064A\u0646\u064A\u0629 \u0636\u0645\u0646 \u0637\u0631\u064A\u0642\u0629 \u0627\u0644\u0625\u062F\u062E\u0627\u0644 \u0627\u0644\u0635\u064A\u0646\u064A\u0629. \u0639\u0644\u0649 \u0633\u0628\u064A\u0644 \u0627\u0644\u0645\u062B\u0627\u0644\u060C \u0636\u0645\u0646 \u0637\u0631\u064A\u0642\u0629 \u0627\u0644\u0625\u062F\u062E\u0627\u0644 Sogou\u060C / \u0633\u0648\u0641 \u062A\u062A\u062D\u0648\u0644 \u0625\u0644\u0649 \u062A\u0648\u0642\u0641 \u0645\u0624\u0642\u062A\u060C \u0648\u062A\u062F\u0639\u0645 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u063A\u0627\u0645\u0631\u0629 \u062C\u0645\u064A\u0639 \u0627\u0644\u0631\u0645\u0648\u0632 \u0627\u0644\u0635\u064A\u0646\u064A\u0629 \u0627\u0644\u0645\u0642\u0627\u0628\u0644\u0629 \u0644\u0640 \u0633\u064A\u062A\u0645 \u0627\u0644\u062A\u0639\u0631\u0641 \u0639\u0644\u0649 \u0623\u062D\u0631\u0641 \u0627\u0644\u062A\u0634\u063A\u064A\u0644\u060C \u0623\u064A //\u060C \u0639\u0644\u0649 \u0623\u0646\u0647\u0627 \u0623\u062D\u0631\u0641 \u062A\u0634\u063A\u064A\u0644.

\u0641\u064A \u0627\u0644\u0648\u0642\u062A \u0646\u0641\u0633\u0647\u060C \u0646\u062F\u0639\u0645 \u0623\u064A\u0636\u064B\u0627 \u0627\u0644\u0623\u0633\u0645\u0627\u0621 \u0627\u0644\u0635\u064A\u0646\u064A\u0629 \u0627\u0644\u0645\u0633\u062A\u0639\u0627\u0631\u0629 \u0644\u0631\u0645\u0648\u0632 \u0627\u0644\u0644\u063A\u0629 \u0643\u0623\u0648\u0627\u0645\u0631. \u0639\u0644\u0649 \u0633\u0628\u064A\u0644 \u0627\u0644\u0645\u062B\u0627\u0644\u060C \u0633\u062A\u062A\u0645 \u062A\u0631\u062C\u0645\u0629 /Japanese Hello World \u0625\u0644\u0649 \u0627\u0644\u064A\u0627\u0628\u0627\u0646\u064A\u0629. <1> \u0627\u0646\u0642\u0631 \u0647\u0646\u0627 \u0644\u0639\u0631\u0636 \u0643\u0627\u0641\u0629 \u0631\u0645\u0648\u0632 \u0627\u0644\u0644\u063A\u0627\u062A \u0627\u0644\u0645\u062F\u0639\u0648\u0645\u0629. .",reloadCurrentPage:"\u064A\u0631\u062C\u0649 \u062A\u062D\u062F\u064A\u062B \u0627\u0644\u0635\u0641\u062D\u0629 \u0627\u0644\u062D\u0627\u0644\u064A\u0629 \u0642\u0628\u0644 \u0628\u062F\u0621 \u0627\u0644\u062A\u0631\u062C\u0645\u0629",noLocalFilePermissionForPDF:"\u0644\u064A\u0633 \u0644\u062F\u064A\u0646\u0627 \u062D\u0627\u0644\u064A\u064B\u0627 \u0625\u0630\u0646 \u0628\u0642\u0631\u0627\u0621\u0629 \u0627\u0644\u0645\u0644\u0641\u0627\u062A \u0627\u0644\u0645\u062D\u0644\u064A\u0629. \u0627\u0644\u0631\u062C\u0627\u0621 \u0627\u0644\u0646\u0642\u0631 \u0641\u0648\u0642 \u0627\u0644\u0632\u0631 \u0623\u0639\u0644\u0627\u0647 \u0648\u0627\u0633\u062A\u064A\u0631\u0627\u062F \u0627\u0644\u0645\u0644\u0641\u0627\u062A \u0627\u0644\u0645\u062D\u0644\u064A\u0629.",noPermissionForThisPage:"\u26A0\uFE0F \u0644\u0627 \u064A\u0648\u062C\u062F \u0625\u0630\u0646 \u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0635\u0641\u062D\u0629 \u0627\u0644\u062D\u0627\u0644\u064A\u0629",retryAllParagraphs:"\u0623\u0639\u062F \u0645\u062D\u0627\u0648\u0644\u0629 \u0643\u0627\u0641\u0629 \u0641\u0642\u0631\u0627\u062A \u0627\u0644\u062E\u0637\u0623",retryAllButton:"\u0623\u0639\u062F \u0645\u062D\u0627\u0648\u0644\u0629 \u0643\u0627\u0641\u0629 \u0641\u0642\u0631\u0627\u062A \u0627\u0644\u062E\u0637\u0623",errorTooltipTitle:"\u0627\u0646\u0642\u0631 \u0644\u0639\u0631\u0636 \u0633\u0628\u0628 \u0627\u0644\u062E\u0637\u0623",errorModalTitle:"\u064A\u0628\u062F\u0648 \u0623\u0646 \u0647\u0646\u0627\u0643 \u062E\u0637\u0623 \u0645\u0627 \u0641\u064A \u062E\u062F\u0645\u0629 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0623\u0648 \u0627\u0644\u0634\u0628\u0643\u0629...",disableConfirm:"\u0625\u0639\u062F\u0627\u062F\u0627\u062A \u062A\u0639\u0632\u064A\u0632 \u0627\u0644\u0645\u0639\u0644\u0648\u0645\u0627\u062A \u062B\u0646\u0627\u0626\u064A\u0629 \u0627\u0644\u0644\u063A\u0629",disableOnce:"\u0645\u0639\u0637\u0644\u0629 \u0647\u0630\u0647 \u0627\u0644\u0645\u0631\u0629",disableGlobal:"\u062A\u0639\u0637\u064A\u0644 \u062F\u0627\u0626\u0645",disableTint:"* \u064A\u0645\u0643\u0646\u0643 \u0625\u0639\u0627\u062F\u0629 \u062A\u0645\u0643\u064A\u0646\u0647 \u0641\u064A {option}.",searchEnhancementNotes:"\u0644\u0642\u062F \u0648\u062C\u062F\u0646\u0627 \u0623\u0646 \u0646\u062A\u0627\u0626\u062C \u0627\u0644\u0623\u062E\u0628\u0627\u0631 \u0644\u0644\u0643\u0644\u0645\u0627\u062A \u0627\u0644\u0631\u0626\u064A\u0633\u064A\u0629 \u0627\u0644\u0635\u064A\u0646\u064A\u0629 \u0648\u0627\u0644\u0643\u0644\u0645\u0627\u062A \u0627\u0644\u0631\u0626\u064A\u0633\u064A\u0629 \u0627\u0644\u0625\u0646\u062C\u0644\u064A\u0632\u064A\u0629 \u0645\u062E\u062A\u0644\u0641\u0629 \u062A\u0645\u0627\u0645\u064B\u0627. \u0628\u0639\u062F \u062A\u0645\u0643\u064A\u0646 \u0648\u0638\u064A\u0641\u0629 \u062A\u062D\u0633\u064A\u0646 \u0627\u0644\u0645\u0639\u0644\u0648\u0645\u0627\u062A \u062B\u0646\u0627\u0626\u064A\u0629 \u0627\u0644\u0644\u063A\u0629 \u0644\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u063A\u0627\u0645\u0631\u0629\u060C \u0633\u0646\u0628\u062D\u062B \u0641\u064A \u0645\u0648\u0627\u0642\u0639 \u0627\u0644\u0648\u064A\u0628 \u0627\u0644\u0645\u062F\u0639\u0648\u0645\u0629 (\u0623\u062E\u0628\u0627\u0631 Google\u060C \u0628\u062D\u062B Google (\u0628\u0639\u0636 \u0627\u0644\u0643\u0644\u0645\u0627\u062A \u0627\u0644\u0631\u0626\u064A\u0633\u064A\u0629)\u060C Snowball\u060C Oriental Fortune Network\u060C Futu \u060C Tiger) \u064A\u0628\u062D\u062B \u062A\u0644\u0642\u0627\u0626\u064A\u064B\u0627 \u0639\u0646 \u0646\u0641\u0633 \u0627\u0644\u0643\u0644\u0645\u0627\u062A \u0627\u0644\u0631\u0626\u064A\u0633\u064A\u0629 \u0628\u0627\u0644\u0644\u063A\u0629 \u0627\u0644\u0625\u0646\u062C\u0644\u064A\u0632\u064A\u0629 \u0648\u064A\u0639\u0631\u0636\u0647\u0627 \u0639\u0644\u0649 \u0627\u0644\u064A\u0645\u064A\u0646. \u0625\u0630\u0627 \u0644\u0645 \u062A\u0643\u0646 \u0628\u062D\u0627\u062C\u0629 \u0625\u0644\u0649 \u0647\u0630\u0647 \u0627\u0644\u0645\u064A\u0632\u0629\u060C \u0641\u064A\u0645\u0643\u0646\u0643 \u0627\u062E\u062A\u064A\u0627\u0631 \u062A\u0639\u0637\u064A\u0644\u0647\u0627.",option:"\u064A\u062B\u0628\u062A",saveSettings:"\u0627\u062D\u0641\u0638 \u0627\u0644\u062A\u063A\u064A\u064A\u0631\u0627\u062A",closeModal:"\u0623\u063A\u0644\u0642 \u0627\u0644\u0646\u0627\u0641\u0630\u0629",enableInputTranslationWithoutTriggerKeyTitle:"\u062A\u0645\u0643\u064A\u0646 \u0627\u0644\u062A\u062D\u0631\u064A\u0631 \u0648\u0627\u0644\u0633\u0631\u062F \u0627\u0644\u0633\u0631\u064A\u0639 3 \u0645\u0631\u0627\u062A{trailingKey}\u060C \u0648\u062A\u0631\u062C\u0645\u0629 \u0645\u0631\u0628\u0639 \u0627\u0644\u0625\u062F\u062E\u0627\u0644 \u0628\u0623\u0643\u0645\u0644\u0647 \u0645\u0628\u0627\u0634\u0631\u0629 \u0625\u0644\u0649{inputTargetLanguage}",enableInputTranslationWithoutTriggerKeyDescription:"\u0625\u0630\u0627 \u0643\u0646\u062A \u0628\u062D\u0627\u062C\u0629 \u0625\u0644\u0649 \u062A\u062D\u062F\u064A\u062F \u0627\u0644\u0644\u063A\u0629 \u0627\u0644\u0645\u0633\u062A\u0647\u062F\u0641\u0629\u060C \u0641\u064A\u0631\u062C\u0649 \u0625\u0636\u0627\u0641\u0629 \u0631\u0645\u0632 \u0627\u0644\u0644\u063A\u0629 \u0641\u064A \u0627\u0644\u0645\u0642\u062F\u0645\u0629\u060C \u0645\u062B\u0644\uFF1Aja Hello World",mouseHoverShortcutPlaceholder:"\u0645\u062B\u0644\uFF1A\u0627\u0644\u062A\u062D\u0648\u0644",deepLProName:"\u0639\u0636\u0648 \u0645\u062D\u062A\u0631\u0641 \u0641\u064A \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0634\u0627\u0645\u0644\u0629 (\u0645\u0633\u062A\u062D\u0633\u0646)",deepLProDescription:"\u064A\u0645\u0643\u0646 \u0627\u0633\u062A\u062E\u062F\u0627\u0645 \u0627\u0644\u062D\u0632\u0645\u0629 \u0627\u0644\u062D\u0627\u0644\u064A\u0629 \u0645\u0628\u0627\u0634\u0631\u0629",deeplProDescriptionForNormal:"\u0644\u0627 \u062A\u0648\u062C\u062F \u0625\u0639\u062F\u0627\u062F\u0627\u062A \u0645\u0637\u0644\u0648\u0628\u0629. \u064A\u0645\u0643\u0646\u0643 \u0627\u0633\u062A\u062E\u062F\u0627\u0645\u0647\u0627 \u0628\u0639\u062F \u062A\u0633\u062C\u064A\u0644 \u0627\u0644\u062F\u062E\u0648\u0644 \u0643\u0639\u0636\u0648. <1> \u0627\u0646\u0642\u0631 \u0647\u0646\u0627 \u0644\u0644\u062A\u0631\u0642\u064A\u0629 \u0625\u0644\u0649 \u0639\u0636\u0648.",deepLCustomDescription:"\u0623\u0646\u062A \u0628\u062D\u0627\u062C\u0629 \u0625\u0644\u0649 \u0628\u0637\u0627\u0642\u0629 \u0627\u0626\u062A\u0645\u0627\u0646 \u0623\u062C\u0646\u0628\u064A\u0629\u060C \u0627\u0646\u062A\u0642\u0644 \u0625\u0644\u0649 <1>DeepL \u062A\u0645 \u0641\u062A\u062D\u0647 \u0631\u0633\u0645\u064A\u064B\u0627\u060C \u0627\u0646\u0642\u0631 \u0644\u0639\u0631\u0636 \u0627\u0644\u0645\u0633\u062A\u0646\u062F\u0627\u062A <2>",deepLCustomName:"\u0645\u0641\u062A\u0627\u062D \u0627\u0644\u0645\u0635\u0627\u062F\u0642\u0629 \u0627\u0644\u0645\u062E\u0635\u0635",chooseProviderLabel:"\u0627\u062E\u062A\u0631 \u0645\u0632\u0648\u062F \u0627\u0644\u062E\u062F\u0645\u0629",openaiProName:"\u0639\u0636\u0648 \u0645\u062D\u062A\u0631\u0641 \u0641\u064A \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0634\u0627\u0645\u0644\u0629 (\u0645\u0633\u062A\u062D\u0633\u0646)",openaiProDescription:"\u064A\u0645\u0643\u0646 \u0627\u0633\u062A\u062E\u062F\u0627\u0645 \u0627\u0644\u062D\u0632\u0645\u0629 \u0627\u0644\u062D\u0627\u0644\u064A\u0629 \u0645\u0628\u0627\u0634\u0631\u0629",openaiProDescriptionForNormal:"\u0644\u0627 \u062A\u0648\u062C\u062F \u0625\u0639\u062F\u0627\u062F\u0627\u062A \u0645\u0637\u0644\u0648\u0628\u0629. \u064A\u0645\u0643\u0646\u0643 \u0627\u0633\u062A\u062E\u062F\u0627\u0645\u0647\u0627 \u0628\u0639\u062F \u062A\u0633\u062C\u064A\u0644 \u0627\u0644\u062F\u062E\u0648\u0644 \u0643\u0639\u0636\u0648. <1> \u0627\u0646\u0642\u0631 \u0647\u0646\u0627 \u0644\u0644\u062A\u0631\u0642\u064A\u0629 \u0625\u0644\u0649 \u0639\u0636\u0648.",openaiCustomDescription:"\u064A\u0645\u0643\u0646 \u0627\u0644\u062D\u0635\u0648\u0644 \u0639\u0644\u064A\u0647 \u0645\u0646 OpenAI \u0623\u0648 Azure OpenAI \u0623\u0648 \u062E\u062F\u0645\u0627\u062A \u0623\u062E\u0631\u0649 \u062A\u0627\u0628\u0639\u0629 \u0644\u062C\u0647\u0627\u062A \u062E\u0627\u0631\u062C\u064A\u0629.<1> \u0627\u0646\u0642\u0631 \u0647\u0646\u0627 \u0644\u0639\u0631\u0636 \u0627\u0644\u0645\u0633\u062A\u0646\u062F.",openaiCustomName:"\u0645\u0641\u062A\u0627\u062D \u0648\u0627\u062C\u0647\u0629 \u0628\u0631\u0645\u062C\u0629 \u0627\u0644\u062A\u0637\u0628\u064A\u0642\u0627\u062A \u0627\u0644\u0645\u062E\u0635\u0635",needLoginAction:"(\u0623\u062F\u062E\u0644 \u0627\u0644\u0639\u0636\u0648\u064A\u0629 \u0623\u0648 \u0627\u0644\u062A\u062E\u0635\u064A\u0635)",goLoginOrAction:"(\u0623\u062F\u062E\u0644 \u0627\u0644\u0639\u0636\u0648\u064A\u0629 \u0623\u0648 \u0627\u0630\u0647\u0628 \u0625\u0644\u0649 \u0627\u0644\u0625\u0639\u062F\u0627\u062F\u0627\u062A)",yearly:"\u0627\u0644\u0627\u0634\u062A\u0631\u0627\u0643 \u0627\u0644\u0633\u0646\u0648\u064A \u0627\u0644\u0645\u0633\u062A\u0645\u0631",quarterly:"\u0645\u0648\u0627\u0633\u0645 \u0645\u062A\u062A\u0627\u0644\u064A\u0629",monthly:"\u0627\u0634\u062A\u0631\u0627\u0643 \u0634\u0647\u0631\u064A \u0645\u0633\u062A\u0645\u0631",yearlyForOnce:"\u0627\u0644\u0628\u0627\u0642\u0629 \u0627\u0644\u0633\u0646\u0648\u064A\u0629 \u0644\u0645\u0631\u0629 \u0648\u0627\u062D\u062F\u0629",monthlyForOnce:"\u0628\u0627\u0642\u0629 \u0634\u0647\u0631\u064A\u0629 \u0644\u0645\u0631\u0629 \u0648\u0627\u062D\u062F\u0629",daily:"\u0623\u064A\u0627\u0645 \u0645\u062A\u062A\u0627\u0644\u064A\u0629",year:"\u0627\u0644\u0627\u0634\u062A\u0631\u0627\u0643 \u0627\u0644\u0633\u0646\u0648\u064A \u0627\u0644\u0645\u0633\u062A\u0645\u0631",quarter:"\u0645\u0648\u0627\u0633\u0645 \u0645\u062A\u062A\u0627\u0644\u064A\u0629",month:"\u0627\u0634\u062A\u0631\u0627\u0643 \u0634\u0647\u0631\u064A \u0645\u0633\u062A\u0645\u0631",day:"\u0623\u064A\u0627\u0645 \u0645\u062A\u062A\u0627\u0644\u064A\u0629",onetime_7day:"\u062D\u0632\u0645\u0629 \u062A\u062C\u0631\u064A\u0628\u064A\u0629 \u0644\u0645\u062F\u0629 7 \u0623\u064A\u0627\u0645",currentPlanDescriptionForFree:"\u0627\u0644\u062D\u0632\u0645\u0629 \u0627\u0644\u062D\u0627\u0644\u064A\u0629\uFF1A\u0645\u062C\u0627\u0646\u064A\u0629",currentPlanDescriptionForContinuous:"\u0627\u0644\u0628\u0627\u0642\u0629 \u0627\u0644\u062D\u0627\u0644\u064A\u0629\uFF1A{plan}\u062A\u062C\u062F\u064A\u062F\u0647\u0627 \u062A\u0644\u0642\u0627\u0626\u064A\u0627 \u0641\u064A {endAt}",currentPlanDescriptionForAutoRenewCaceling:"\u0627\u0644\u0628\u0627\u0642\u0629 \u0627\u0644\u062D\u0627\u0644\u064A\u0629\uFF1A{plan}\u0648\u0633\u062A\u0646\u062A\u0647\u064A \u0641\u064A {endAt} \u0648\u0644\u0646 \u064A\u062A\u0645 \u062A\u062C\u062F\u064A\u062F\u0647\u0627 \u062A\u0644\u0642\u0627\u0626\u064A\u064B\u0627 \u0628\u0639\u062F \u0627\u0646\u062A\u0647\u0627\u0621 \u0627\u0644\u0635\u0644\u0627\u062D\u064A\u0629.",currentYearlyPlanDescriptionForAutoRenewCacelingWithRealPaiedUser:"\u0633\u062A\u0646\u062A\u0647\u064A \u0635\u0644\u0627\u062D\u064A\u0629 \u0627\u0644\u062D\u0632\u0645\u0629 \u0627\u0644\u062D\u0627\u0644\u064A\u0629\uFF1A{plan}\u0641\u064A {endAt} \u0648\u0644\u0646 \u064A\u062A\u0645 \u062A\u062C\u062F\u064A\u062F\u0647\u0627 \u062A\u0644\u0642\u0627\u0626\u064A\u064B\u0627 \u0628\u0639\u062F \u0627\u0646\u062A\u0647\u0627\u0621 \u0627\u0644\u0635\u0644\u0627\u062D\u064A\u0629.
<1>\u0627\u0646\u0642\u0631 \u0647\u0646\u0627 \u0644\u0625\u062F\u0627\u0631\u0629 \u062E\u0637\u0637 \u0627\u0644\u062A\u062C\u062F\u064A\u062F",currentYearlyPlanDescriptionForAutoRenewCacelingWithAdmin:"\u0633\u062A\u0646\u062A\u0647\u064A \u0635\u0644\u0627\u062D\u064A\u0629 \u0627\u0644\u062D\u0632\u0645\u0629 \u0627\u0644\u062D\u0627\u0644\u064A\u0629\uFF1A{plan}\u0641\u064A {endAt} \u0648\u0644\u0646 \u064A\u062A\u0645 \u062A\u062C\u062F\u064A\u062F\u0647\u0627 \u062A\u0644\u0642\u0627\u0626\u064A\u064B\u0627 \u0628\u0639\u062F \u0627\u0646\u062A\u0647\u0627\u0621 \u0627\u0644\u0635\u0644\u0627\u062D\u064A\u0629.
<1>\u0627\u0636\u063A\u0637 \u0647\u0646\u0627 \u0644\u062A\u0641\u0639\u064A\u0644 \u0627\u0644\u0627\u0634\u062A\u0631\u0627\u0643 \u0627\u0644\u0633\u0646\u0648\u064A \u0627\u0644\u0645\u0633\u062A\u0645\u0631",currentPlanDescriptionForOneTime:"\u0627\u0644\u062D\u0632\u0645\u0629 \u0627\u0644\u062D\u0627\u0644\u064A\u0629\uFF1A{plan}\u0648\u0633\u062A\u0646\u062A\u0647\u064A \u0641\u064A {endAt} <1> \u0627\u0646\u0642\u0631 \u0647\u0646\u0627 \u0644\u0644\u062A\u0631\u0642\u064A\u0629 \u0625\u0644\u0649 \u0627\u0644\u0631\u0633\u0648\u0645 \u0627\u0644\u0633\u0646\u0648\u064A\u0629 \u0623\u0648 <2> \u0631\u0633\u0648\u0645 \u0634\u0647\u0631\u064A\u0629 \u0639\u0636\u0648",upgradePlan:"\u0627\u0646\u0642\u0631 \u0647\u0646\u0627 \u0644\u0644\u062A\u0631\u0642\u064A\u0629 \u0625\u0644\u0649 \u0639\u0636\u0648\u064A\u0629 Pro",upgradeToPro:"\u0627\u0644\u062A\u0631\u0642\u064A\u0629 \u0625\u0644\u0649 \u0639\u0636\u0648\u064A\u0629 \u0628\u0631\u0648","popup.openPro":"\u0628\u0639\u062F \u0627\u0644\u062A\u0631\u0642\u064A\u0629 \u0625\u0644\u0649 \u0639\u0636\u0648\u064A\u0629 Pro\u060C \u064A\u0645\u0643\u0646\u0643 \u0627\u0644\u0627\u0633\u062A\u0645\u062A\u0627\u0639 \u0628\u062A\u0631\u062C\u0645\u0629 DeepL \u0648OpenAI\u060C \u0627\u0646\u0642\u0631 \u0647\u0646\u0627 \u0644\u0644\u062A\u0631\u0642\u064A\u0629","popup.openProForPro":"\u0623\u0646\u062A \u0639\u0636\u0648 \u0645\u062D\u062A\u0631\u0641 \u0648\u064A\u0645\u0643\u0646\u0643 \u0627\u0633\u062A\u062E\u062F\u0627\u0645 \u062A\u0631\u062C\u0645\u0629 DeepL \u0648OpenAI \u0645\u0628\u0627\u0634\u0631\u0629",currentAccount:"\u0627\u0644\u062D\u0633\u0627\u0628 \u0627\u0644\u062D\u0627\u0644\u064A",enableAutoSyncUserSettings:"\u062A\u0645\u0643\u064A\u0646 \u0627\u0644\u0645\u0632\u0627\u0645\u0646\u0629 \u0627\u0644\u0633\u062D\u0627\u0628\u064A\u0629 \u0627\u0644\u062A\u0644\u0642\u0627\u0626\u064A\u0629 \u0639\u0628\u0631 \u0623\u062C\u0647\u0632\u0629 \u0645\u062A\u0639\u062F\u062F\u0629",modalEnableInputTranslationTitle:"\u0646\u0635\u0627\u0626\u062D \u062A\u0631\u062C\u0645\u0629 \u0645\u0631\u0628\u0639 \u0625\u062F\u062E\u0627\u0644 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u063A\u0627\u0645\u0631\u0629",modalEnableInputTranslationDesc:"\u0644\u0642\u062F \u0642\u0645\u062A \u0644\u0644\u062A\u0648 \u0628\u062A\u0634\u063A\u064A\u0644 \u062A\u0631\u062C\u0645\u0629 \u0645\u0631\u0628\u0639 \u0627\u0644\u0625\u062F\u062E\u0627\u0644 \u0644\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0634\u0627\u0645\u0644\u0629 \u0639\u0646 \u0637\u0631\u064A\u0642 \u0627\u0644\u0636\u063A\u0637 \u0639\u0644\u0649 \u0634\u0631\u064A\u0637 \u0627\u0644\u0645\u0633\u0627\u0641\u0629 \u062B\u0644\u0627\u062B \u0645\u0631\u0627\u062A \u0641\u064A \u062A\u062A\u0627\u0628\u0639 \u0633\u0631\u064A\u0639\u060C \u0648\u0633\u064A\u062A\u0645 \u062A\u0631\u062C\u0645\u0629 \u0645\u062D\u062A\u0648\u0649 \u0645\u0631\u0628\u0639 \u0627\u0644\u0625\u062F\u062E\u0627\u0644 \u0625\u0644\u0649 \u0627\u0644\u0644\u063A\u0629 \u0627\u0644\u0647\u062F\u0641 \u0627\u0644\u0627\u0641\u062A\u0631\u0627\u0636\u064A\u0629. \u064A\u0645\u0643\u0646 \u0627\u0644\u062A\u0631\u0627\u062C\u0639 \u0639\u0646 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0639\u0628\u0631 Ctrl+Z.

\u0625\u0630\u0627 \u0643\u0627\u0646 \u0647\u0630\u0627 \u062E\u0637\u0623\u060C \u0641\u0644\u0627 \u062A\u0642\u0644\u0642\u060C \u064A\u0645\u0643\u0646\u0643 \u0627\u062E\u062A\u064A\u0627\u0631 \u062A\u0639\u0637\u064A\u0644\u0647 \u0647\u0630\u0647 \u0627\u0644\u0645\u0631\u0629\u060C \u0623\u0648 \u062A\u0639\u0637\u064A\u0644 \u062A\u0631\u062C\u0645\u0629 \u0645\u0631\u0628\u0639 \u0627\u0644\u0625\u062F\u062E\u0627\u0644 \u0628\u0634\u0643\u0644 \u062F\u0627\u0626\u0645.",saveAndNotShowAgain:"\u0627\u062D\u0641\u0638 \u0648\u0644\u0627 \u062A\u0637\u0627\u0644\u0628 \u0645\u0631\u0629 \u0623\u062E\u0631\u0649",disableInputTranslationTips:"* \u064A\u0645\u0643\u0646\u0643 \u0623\u064A\u0636\u064B\u0627 \u0636\u0628\u0637 \u0645\u0641\u0627\u062A\u064A\u062D \u0627\u0644\u0627\u062E\u062A\u0635\u0627\u0631 \u0627\u0644\u0623\u062E\u0631\u0649 \u0644\u062A\u0634\u063A\u064A\u0644\u0647\u0627 \u0641\u064A {option} \u060C{learnMore}.",learnMore:"\u0627\u0646\u0642\u0631 \u0647\u0646\u0627 \u0644\u0645\u0639\u0631\u0641\u0629 \u0627\u0644\u0645\u0632\u064A\u062F",continueEnalbeInputTranslation:"\u0627\u0633\u062A\u0645\u0631 \u0641\u064A \u062A\u0645\u0643\u064A\u0646 \u062A\u0631\u062C\u0645\u0629 \u0645\u0631\u0628\u0639 \u0627\u0644\u0625\u062F\u062E\u0627\u0644",autoRenewTrialSuffix:'(\u0623\u062B\u0646\u0627\u0621 \u0627\u0644\u0641\u062A\u0631\u0629 \u0627\u0644\u062A\u062C\u0631\u064A\u0628\u064A\u0629\u060C \u0633\u064A\u062A\u0645 \u062A\u0631\u0642\u064A\u0629\u0639\u0644\u0649 \u0627\u0644\u0641\u0648\u0631 \u0625\u0644\u0649\u0631\u0633\u0645\u064A1 )',upgradeFromTrialTitle:"\u0627\u0644\u062A\u0631\u0642\u064A\u0629 \u0625\u0644\u0649 \u0639\u0636\u0648 \u0631\u0633\u0645\u064A",subtitle:"\u062A\u0631\u062C\u0645\u0627\u062A \u0627\u0644\u0641\u064A\u062F\u064A\u0648",youtubeService:"\u062E\u062F\u0645\u0629 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u063A\u0627\u0645\u0631\u0629 \u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0641\u064A\u062F\u064A\u0648","subtitle.disabledSubtitle":"\u062A\u0639\u0637\u064A\u0644 \u062A\u0631\u062C\u0645\u0627\u062A \u0627\u0644\u0641\u064A\u062F\u064A\u0648 \u0628\u0634\u0643\u0644 \u062F\u0627\u0626\u0645","subtitle.disabledSubtitleDescription":"\u0625\u0630\u0627 \u0643\u0627\u0646\u062A \u062A\u0631\u062C\u0645\u0627\u062A \u0627\u0644\u0641\u064A\u062F\u064A\u0648 \u0627\u0644\u062E\u0627\u0635\u0629 \u0628\u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0634\u0627\u0645\u0644\u0629 \u062A\u062A\u0639\u0627\u0631\u0636 \u0645\u0639 \u0645\u0644\u062D\u0642\u0627\u062A \u0623\u062E\u0631\u0649\u060C \u0641\u064A\u0645\u0643\u0646\u0643 \u0627\u062E\u062A\u064A\u0627\u0631 \u062A\u0639\u0637\u064A\u0644 \u0648\u0638\u064A\u0641\u0629 \u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0641\u064A\u062F\u064A\u0648 \u0627\u0644\u062E\u0627\u0635\u0629 \u0628\u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0634\u0627\u0645\u0644\u0629 \u0628\u0634\u0643\u0644 \u062F\u0627\u0626\u0645 \u0623\u0648 \u0625\u0644\u063A\u0627\u0621 \u062A\u062B\u0628\u064A\u062A \u0627\u0644\u0645\u0644\u062D\u0642\u0627\u062A \u0627\u0644\u0645\u062A\u0639\u0627\u0631\u0636\u0629 \u0627\u0644\u0623\u062E\u0631\u0649.","subtitle.autoEnableSubtitle":"\u0627\u0633\u062A\u062E\u062F\u0645 \u0627\u0644\u062A\u0631\u062C\u0645\u0627\u062A \u062B\u0646\u0627\u0626\u064A\u0629 \u0627\u0644\u0644\u063A\u0629 \u062A\u0644\u0642\u0627\u0626\u064A\u064B\u0627","subtitle.autoEnableSubtitleDescription":"\u0628\u0639\u062F \u0627\u0644\u062A\u0641\u0639\u064A\u0644\u060C \u0639\u0646\u062F \u062A\u0634\u063A\u064A\u0644 \u0627\u0644\u0641\u064A\u062F\u064A\u0648\u060C \u0633\u064A\u062A\u0645 \u0639\u0631\u0636 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u062B\u0646\u0627\u0626\u064A\u0629 \u062A\u0644\u0642\u0627\u0626\u064A\u064B\u0627\u060C \u0648\u0625\u0644\u0627 \u0633\u064A\u062A\u0639\u064A\u0646 \u0627\u0644\u0646\u0642\u0631 \u0639\u0644\u0649 \u0632\u0631 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0644\u0644\u0639\u0631\u0636.","subtitle.preTranslation":"\u0627\u0633\u062A\u062E\u062F\u0645 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0634\u0627\u0645\u0644\u0629 \u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u062A\u0631\u062C\u0645\u0627\u062A","subtitle.preTranslationDescription":"\u0628\u0639\u062F \u062A\u0641\u0639\u064A\u0644\u0647\u0627\u060C \u0633\u062A\u0639\u0637\u0649 \u0627\u0644\u0623\u0648\u0644\u0648\u064A\u0629 \u0644\u0627\u0633\u062A\u062E\u062F\u0627\u0645 \u062E\u062F\u0645\u0629 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0645\u062D\u062F\u062F\u0629 \u0623\u062F\u0646\u0627\u0647 \u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0628\u0627\u0644\u0643\u0627\u0645\u0644 \u0645\u0642\u062F\u0645\u064B\u0627. \u064A\u0633\u062A\u0647\u0644\u0643 \u0645\u0642\u0637\u0639 \u0641\u064A\u062F\u064A\u0648 \u0645\u062F\u062A\u0647 \u0633\u0627\u0639\u0629 \u0648\u0627\u062D\u062F\u0629 \u0645\u0627 \u064A\u0642\u0631\u0628 \u0645\u0646 50000 \u0631\u0645\u0632\u064B\u0627 \u0623\u0648 \u062D\u0631\u0641\u064B\u0627\u060C \u0644\u0630\u0627 \u064A\u0631\u062C\u0649 \u0627\u0633\u062A\u062E\u062F\u0627\u0645\u0647\u0627 \u0628\u0627\u0644\u0634\u0643\u0644 \u0627\u0644\u0645\u0646\u0627\u0633\u0628\u061B \u0628\u0639\u062F \u0627\u0644\u062A\u0639\u0637\u064A\u0644\u060C \u0633\u062A\u0639\u0637\u0649 \u0627\u0644\u0623\u0648\u0644\u0648\u064A\u0629 \u0644\u0627\u0633\u062A\u062E\u062F\u0627\u0645 \u0627\u0644\u062A\u0631\u062C\u0645\u0627\u062A \u0627\u0644\u0645\u062A\u0631\u062C\u0645\u0629 \u0622\u0644\u064A\u064B\u0627 \u0648\u0627\u0644\u062A\u064A \u062A\u0623\u062A\u064A \u0645\u0639 \u0627\u0644\u0641\u064A\u062F\u064A\u0648 \u0627\u0644\u0623\u0635\u0644\u064A.","subtitle.humanSubtitlesPreferred":"\u0625\u0639\u0637\u0627\u0621 \u0627\u0644\u0623\u0648\u0644\u0648\u064A\u0629 \u0644\u0627\u0633\u062A\u062E\u062F\u0627\u0645 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0628\u0634\u0631\u064A\u0629","subtitle.humanSubtitlesPreferredDescription":"\u0639\u0646\u062F\u0645\u0627 \u064A\u062D\u062A\u0648\u064A \u0645\u0642\u0637\u0639 \u0641\u064A\u062F\u064A\u0648 \u0639\u0644\u0649 \u062A\u0631\u062C\u0645\u0627\u062A \u064A\u062F\u0648\u064A\u0629 \u0628\u0627\u0644\u0644\u063A\u0629 \u0627\u0644\u0647\u062F\u0641\u060C \u0627\u0633\u062A\u062E\u062F\u0645 \u0627\u0644\u062A\u0631\u062C\u0645\u0627\u062A \u0627\u0644\u064A\u062F\u0648\u064A\u0629 \u0623\u0648\u0644\u0627\u064B (\u0645\u0648\u0635\u0649 \u0628\u0647)",videoSubtitleTranslationDescription:"\u062A\u062E\u0635\u064A\u0635 \u062E\u062F\u0645\u0629 \u062A\u0631\u062C\u0645\u0629 \u0645\u0646\u0641\u0635\u0644\u0629 \u0644\u062A\u0631\u062C\u0645\u0627\u062A \u0627\u0644\u0641\u064A\u062F\u064A\u0648",subtitleTranslating:"\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u062A\u0631\u062C\u0645\u0627\u062A \u0628\u0627\u0633\u062A\u062E\u062F\u0627\u0645 {service} \u062E\u062F\u0645\u0629\u060C \u064A\u0631\u062C\u0649 \u0627\u0644\u0627\u0646\u062A\u0638\u0627\u0631... (\u062A\u0631\u062C\u0645\u0629 \u063A\u0627\u0645\u0631\u0629)",subtitleLoading:"\u062C\u0627\u0631\u064D \u062A\u062D\u0645\u064A\u0644 \u0627\u0644\u062A\u0631\u062C\u0645\u0629...",bilingual:"\u062B\u0646\u0627\u0626\u064A \u0627\u0644\u0644\u063A\u0629","field.action":"\u0645\u0627 \u0625\u0630\u0627 \u0643\u0627\u0646 \u0633\u064A\u062A\u0645 \u062A\u0645\u0643\u064A\u0646 \u0645\u0635\u0637\u0644\u062D\u0627\u062A \u0628\u0627\u064A\u062F\u0648","description.action":"\u0628\u0639\u062F \u0627\u0644\u062A\u0645\u0643\u064A\u0646\u060C \u0633\u062A\u062A\u0645 \u0625\u0636\u0627\u0641\u0629 \u0627\u0644\u0625\u062C\u0631\u0627\u0621 \u0627\u0644\u0645\u0639\u0644\u0645\u0629 = 1 \u0625\u0644\u0649 \u0637\u0644\u0628 \u0625\u0628\u0644\u0627\u063A Baidu \u0644\u062A\u0645\u0643\u064A\u0646 \u0627\u0644\u0645\u0635\u0637\u0644\u062D.<1> \u064A\u0631\u062C\u0649 \u0627\u0644\u0631\u062C\u0648\u0639 \u0625\u0644\u0649 \u0627\u0644\u0648\u062B\u0627\u0626\u0642 \u0627\u0644\u0631\u0633\u0645\u064A\u0629 \u0644\u0645\u0632\u064A\u062F \u0645\u0646 \u0627\u0644\u062A\u0639\u0644\u064A\u0645\u0627\u062A.",closeQuickTranslation:"\u0623\u063A\u0644\u0642 \u0627\u0644\u0643\u0631\u0629 \u0627\u0644\u0639\u0627\u0626\u0645\u0629","closeQuickTranslation.untilNext":"\u0645\u063A\u0644\u0642 \u062D\u062A\u0649 \u0627\u0644\u0632\u064A\u0627\u0631\u0629 \u0627\u0644\u0642\u0627\u062F\u0645\u0629","closeQuickTranslation.currentWebsite":"\u0627\u0644\u0645\u0648\u0642\u0639 \u0627\u0644\u062D\u0627\u0644\u064A \u0645\u0639\u0637\u0644","closeQuickTranslation.alwaysClose":"\u062A\u0639\u0637\u064A\u0644 \u062F\u0627\u0626\u0645","closeQuickTranslation.settingOpen":"(\u064A\u0645\u0643\u0646 \u0627\u0644\u0639\u062B\u0648\u0631 \u0639\u0644\u064A\u0647 \u0641\u064A \u0635\u0641\u062D\u0629 \u0627\u0644\u0625\u0639\u062F\u0627\u062F <1> \u0634\u063A\u0644\u0647)","closeQuickTranslation.cancel":"\u064A\u0644\u063A\u064A","closeQuickTranslation.confirm":"\u0628\u0627\u0644\u062A\u0623\u0643\u064A\u062F","floatBall.popup":"\u0627\u0641\u062A\u062D \u0644\u0648\u062D\u0629 \u0627\u0644\u0625\u0639\u062F\u0627\u062F\u0627\u062A \u0627\u0644\u0633\u0631\u064A\u0639\u0629","floatBall.translate":"\u0627\u0646\u0642\u0631 \u0644\u062A\u0631\u062C\u0645\u0629 \u0647\u0630\u0647 \u0627\u0644\u0635\u0641\u062D\u0629","floatBall.showOriginal":"\u0627\u0646\u0642\u0631 \u0644\u0644\u062A\u0628\u062F\u064A\u0644 \u0645\u0631\u0629 \u0623\u062E\u0631\u0649 \u0625\u0644\u0649 \u0627\u0644\u0646\u0635 \u0627\u0644\u0623\u0635\u0644\u064A","floatBall.close":"\u0623\u063A\u0644\u0642 \u0627\u0644\u0643\u0631\u0629 \u0627\u0644\u0639\u0627\u0626\u0645\u0629","floatBallOptions.enableDescPc":"\u0628\u0639\u062F \u062A\u0641\u0639\u064A\u0644 \u0627\u0644\u0643\u0631\u0629 \u0627\u0644\u0639\u0627\u0626\u0645\u0629 \u0644\u0644\u0635\u0641\u062D\u0629\u060C \u0633\u064A\u062A\u0645 \u0639\u0631\u0636 \u0632\u0631 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0633\u0631\u064A\u0639\u0629 \u0639\u0644\u0649 \u0627\u0644\u062C\u0627\u0646\u0628 \u0627\u0644\u0623\u064A\u0645\u0646 \u0645\u0646 \u0627\u0644\u0635\u0641\u062D\u0629\u060C \u0627\u0646\u0642\u0631 \u0644\u0644\u062A\u0631\u062C\u0645\u0629.","floatBallOptions.enableDesc":"\u0628\u0639\u062F \u0625\u063A\u0644\u0627\u0642 \u0627\u0644\u0643\u0631\u0629 \u0627\u0644\u0639\u0627\u0626\u0645\u0629\u060C \u064A\u0645\u0643\u0646 \u0625\u064A\u0642\u0627\u0638\u0647\u0627 \u0628\u0640{touch}. \u0644\u0645\u0646\u0639 \u0627\u0644\u0639\u062B\u0648\u0631 \u0639\u0644\u0649 \u0627\u0644\u0643\u0631\u0629 \u0627\u0644\u0639\u0627\u0626\u0645\u0629 \u0628\u0639\u062F \u0625\u064A\u0642\u0627\u0641 \u062A\u0634\u063A\u064A\u0644 \u0647\u0630\u0627 \u0627\u0644\u062E\u064A\u0627\u0631 \u0639\u0646 \u0637\u0631\u064A\u0642 \u0627\u0644\u062E\u0637\u0623\u060C \u064A\u0648\u0635\u0649 \u0628\u0634\u062F\u0629 \u0628\u0648\u0636\u0639 \u0625\u0634\u0627\u0631\u0629 \u0645\u0631\u062C\u0639\u064A\u0629 \u0639\u0644\u0649 \u0635\u0641\u062D\u0629 \u0627\u0644\u0625\u0639\u062F\u0627\u062F\u0627\u062A \u0647\u0630\u0647.","description.azureApiUrl":"\u0627\u0645\u0644\u0623 \u0639\u0646\u0648\u0627\u0646 \u0648\u0627\u062C\u0647\u0629 API \u0627\u0644\u0645\u062E\u0635\u0635\u0629",confirmSupportMouse:"\u0641\u0631\u0636 \u062F\u0639\u0645 \u0627\u0644\u0645\u0627\u0648\u0633 \u0644\u064A\u062A\u0645 \u062A\u0645\u0643\u064A\u0646\u0647",confirmSupportMouseDescription:"\u062A\u0645 \u0627\u0643\u062A\u0634\u0627\u0641 \u0623\u0646 \u0627\u0644\u0645\u062A\u0635\u0641\u062D \u0627\u0644\u062D\u0627\u0644\u064A \u0644\u0627 \u064A\u062F\u0639\u0645 \u0648\u0638\u064A\u0641\u0629 \u0627\u0644\u0645\u0627\u0648\u0633. \u0647\u0644 \u062A\u0631\u064A\u062F \u0641\u0631\u0636 \u062A\u0645\u0643\u064A\u0646 \u062F\u0639\u0645 \u0627\u0644\u0645\u0627\u0648\u0633\u061F",sampleTargetText:"\u0627\u0644\u0644\u064A\u0644 \u0627\u0644\u0637\u0648\u064A\u0644 \u0642\u0627\u062F\u0645\u060C \u0648\u0633\u0623\u0638\u0644 \u0633\u0627\u0647\u0631\u064B\u0627 \u0645\u0646 \u0627\u0644\u0622\u0646 \u0641\u0635\u0627\u0639\u062F\u064B\u0627 \u062D\u062A\u0649 \u0623\u0645\u0648\u062A. \u0644\u0646 \u0623\u062A\u062E\u0630 \u0632\u0648\u062C\u0629\u060C \u0648\u0644\u0627 \u0625\u0642\u0637\u0627\u0639\u064A\u0629\u060C \u0648\u0644\u0627 \u0623\u0637\u0641\u0627\u0644\u0627\u064B. \u0644\u0646 \u0623\u0631\u062A\u062F\u064A \u0627\u0644\u062A\u0627\u062C \u0623\u0648 \u0623\u062A\u0646\u0627\u0641\u0633 \u0639\u0644\u0649 \u0627\u0644\u0623\u0648\u0633\u0645\u0629. \u0633\u0623\u0642\u0648\u0645 \u0628\u0648\u0627\u062C\u0628\u064A \u0628\u0625\u062E\u0644\u0627\u0635\u060C \u0648\u0623\u0639\u064A\u0634 \u0648\u0623\u0645\u0648\u062A.",sampleSourceText:"Night gathers, and now my watch begins. It shall not end until my death. I shall take no wife, hold no lands, father no children. I shall wear no crowns and win no glory. I shall live and die at my post.","subtitle.supportedSites":"\u5DF2\u652F\u6301\u5728\u8FD9\u4E9B\u7F51\u7AD9\u4F7F\u7528\u53CC\u8BED\u5B57\u5E55\uFF08\u6CE8\u610F\uFF1A\u7531\u4E8E\u6280\u672F\u9650\u5236\uFF0C\u90E8\u5206\u7F51\u7AD9\u5728\u9996\u6B21\u5F00\u542F\u5B57\u5E55\u540E\u9700\u8981\u91CD\u65B0\u5237\u65B0\u9875\u9762\uFF0C\u6216\u8005\u9700\u7B49\u5F85\u7FFB\u8BD1\u5B8C\u6210\u4EE5\u663E\u793A\u53CC\u8BED\u5B57\u5E55\uFF09\uFF1A",viewWithImmersiveTranslate:"\u53CC\u8BED\u7248\u672C(\u6C89\u6D78\u5F0F\u7FFB\u8BD1)",errorReason:"\u9519\u8BEF\u539F\u56E0\uFF1A{message}","proQuotaExceededError.onetime7day":'\uFF0C\u60A8\u53EF\u4EE5\u9009\u62E9\u4EE5\u4E0B\u65B9\u5F0F\u89E3\u51B3\uFF1A

1. \u5207\u6362\u5230 {anotherService} \u6216\u5176\u4ED6\u7FFB\u8BD1\u670D\u52A1
2. \u5347\u7EA7\u4E3A\u6708\u5EA6/\u5E74\u5EA6\u4F1A\u5458',"proQuotaExceededError.trial":'\uFF0C\u60A8\u53EF\u4EE5\u9009\u62E9\u4EE5\u4E0B\u65B9\u5F0F\u89E3\u51B3\uFF1A

1. \u5207\u6362\u5230 {anotherService} \u6216\u5176\u4ED6\u7FFB\u8BD1\u670D\u52A1
2. \u7ACB\u523B\u5347\u7EA7\u4E3A\u6B63\u5F0F\u4F1A\u5458',"proQuotaExceededError.nonTrial":'\uFF0C\u60A8\u53EF\u4EE5\u9009\u62E9\u4EE5\u4E0B\u65B9\u5F0F\u89E3\u51B3\uFF1A

1. \u5207\u6362\u5230 {anotherService} \u6216\u5176\u4ED6\u7FFB\u8BD1\u670D\u52A1
2. \u8D2D\u4E70 {translationService} \u989D\u5916\u6D41\u91CF\u5305',"proQuotaExceededError.resetTime":"
3. \u989D\u5EA6\u91CD\u7F6E\u65F6\u95F4\uFF1A{resetTime}","desc.touchShortcutsToggleTranslatePageOnlyTranslation":'\u062A\u0634\u064A\u0631 "\u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0641\u0642\u0637" \u0625\u0644\u0649 \u0639\u0631\u0636 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0641\u0642\u0637\u060C \u0625\u0630\u0627 \u0644\u0645 \u064A\u062A\u0645 \u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0635\u0641\u062D\u0629 \u0627\u0644\u0625\u0644\u0643\u062A\u0631\u0648\u0646\u064A\u0629 \u0628\u0639\u062F\u060C \u0633\u064A\u062A\u0645 \u062A\u063A\u064A\u064A\u0631 \u0627\u0644\u0648\u0636\u0639 \u0648\u062A\u0631\u062C\u0645\u062A\u0647\u0627.',"desc.toggleOnlyTransation":"\u062A\u0634\u064A\u0631 \u0648\u0636\u0639\u064A\u0629 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0641\u0642\u0637 \u0625\u0644\u0649 \u0639\u0631\u0636 \u0627\u0644\u0646\u0635 \u0627\u0644\u0645\u062A\u0631\u062C\u0645 \u0641\u0642\u0637\u060C \u0625\u0630\u0627 \u0644\u0645 \u064A\u062A\u0645 \u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0635\u0641\u062D\u0629 \u0627\u0644\u0625\u0644\u0643\u062A\u0631\u0648\u0646\u064A\u0629 \u0628\u0639\u062F\u060C \u0633\u064A\u062A\u0645 \u062A\u063A\u064A\u064A\u0631 \u0627\u0644\u0648\u0636\u0639 \u0648\u062A\u0631\u062C\u0645\u062A\u0647\u0627.",touchShortcutsToggleTranslatePageOnlyTranslation:"\u062A\u0639\u064A\u064A\u0646 \u0627\u0644\u0625\u064A\u0645\u0627\u0621\u0627\u062A \u0639\u0644\u0649 \u0627\u0644\u0634\u0627\u0634\u0629 \u0644\u0644\u062A\u0628\u062F\u064A\u0644 \u0628\u064A\u0646 \u0627\u0644\u0648\u0636\u0639 \u0627\u0644\u0645\u0632\u062F\u0648\u062C / \u0627\u0644\u0648\u0636\u0639 \u0627\u0644\u0646\u0635\u064A \u0641\u0642\u0637",download_started:"\u0628\u062F\u0623 \u0627\u0644\u062A\u0646\u0632\u064A\u0644 \u0628\u0627\u0644\u0641\u0639\u0644\u060C \u0625\u0630\u0627 \u0644\u0645 \u064A\u062A\u0645 \u0627\u0644\u062A\u0646\u0632\u064A\u0644 \u062A\u0644\u0642\u0627\u0626\u064A\u064B\u0627\u060C \u064A\u0631\u062C\u0649 \u0627\u0644\u0646\u0642\u0631 \u064A\u062F\u0648\u064A\u064B\u0627",here:"\u0647\u0646\u0627","desc.toggleVideoSubtitlePreTranslation":"\u0628\u0639\u062F \u0627\u0644\u0636\u063A\u0637\u060C \u0633\u062A\u0633\u062A\u062E\u062F\u0645 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u063A\u0627\u0645\u0631\u0629 \u0644\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u062B\u0646\u0627\u0626\u064A\u0629 \u0644\u0644\u0641\u064A\u062F\u064A\u0648 \u0628\u0634\u0643\u0644 \u0623\u0648\u0644\u0648\u064A\u060C \u0648\u0628\u0627\u0644\u0636\u063A\u0637 \u0645\u0631\u0629 \u0623\u062E\u0631\u0649\u060C \u0633\u062A\u0633\u062A\u062E\u062F\u0645 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0622\u0644\u064A\u0629 \u0627\u0644\u0645\u0631\u0641\u0642\u0629 \u0628\u0627\u0644\u0641\u064A\u062F\u064A\u0648 \u0627\u0644\u0623\u0635\u0644\u064A \u0628\u0634\u0643\u0644 \u0623\u0648\u0644\u0648\u064A. \u064A\u0631\u062C\u0649 \u0645\u0644\u0627\u062D\u0638\u0629: \u0647\u0630\u0627 \u0627\u0644\u0627\u062E\u062A\u0635\u0627\u0631 \u064A\u0639\u062F\u0644 \u0627\u0644\u0625\u0639\u062F\u0627\u062F\u0627\u062A \u0627\u0644\u0639\u0627\u0645\u0629.",videoSubtitlePreTranslationOn:"\u0633\u064A\u062A\u0645 \u0627\u0633\u062A\u062E\u062F\u0627\u0645 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u063A\u0627\u0645\u0631\u0629 \u0628\u0634\u0643\u0644 \u0623\u0648\u0644\u0648\u064A \u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u062A\u0631\u062C\u0645\u0627\u062A \u0627\u0644\u0645\u0631\u0626\u064A\u0629",videoSubtitlePreTranslationOff:"\u0633\u064A\u062A\u0645 \u0627\u0633\u062A\u062E\u062F\u0627\u0645 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0622\u0644\u064A\u0629 \u0644\u0644\u062A\u0631\u062C\u0645\u0629 \u0641\u064A \u0627\u0644\u0641\u064A\u062F\u064A\u0648 \u0628\u0634\u0643\u0644 \u0623\u0648\u0644\u0648\u064A",translationFont:"\u062A\u0639\u064A\u064A\u0646 \u0627\u0644\u062E\u0637","translationFont.custom":"\u0623\u062F\u062E\u0644 \u0627\u0644\u062E\u0637 \u0627\u0644\u0645\u062E\u0635\u0635","translationFont.customPlaceholder":"\u062E\u0637 \u0627\u0644\u0643\u062A\u0627\u0628\u0629","translationFont.notSupportErrorMessage":"\u064A\u0631\u062C\u0649 \u0627\u0644\u062A\u062D\u0642\u0642 \u0645\u0646 \u0635\u062D\u0629 \u0627\u0633\u0645 \u0627\u0644\u062E\u0637 \u0627\u0644\u0630\u064A \u0623\u062F\u062E\u0644\u062A\u0647 \u060C \u0623\u0648 \u0627\u0644\u062A\u0623\u0643\u062F \u0645\u0646 \u0623\u0646 \u0627\u0644\u062E\u0637 \u0642\u062F \u062A\u0645 \u062A\u062B\u0628\u064A\u062A\u0647 \u0628\u0627\u0644\u0641\u0639\u0644 \u0639\u0644\u0649 \u062C\u0647\u0627\u0632\u0643.","touch.mouse-translate":"\u062A\u0631\u062C\u0645 \u0627\u0644\u0641\u0642\u0631\u0629 \u0627\u0644\u0645\u062D\u062F\u062F\u0629","translationServices.inherit":"\u0627\u062A\u0628\u0639 \u0627\u0644\u062E\u062F\u0645\u0629 \u0627\u0644\u0631\u0626\u064A\u0633\u064A\u0629 \u0644\u0644\u062A\u0631\u062C\u0645\u0629","error.serveConfigError":"\u062E\u0637\u0623 \u0641\u064A \u062A\u0643\u0648\u064A\u0646 \u0627\u0644\u062E\u062F\u0645\u0629","error.reloadPageOfSetting":"\u0628\u0639\u062F \u0627\u0644\u062A\u0643\u0648\u064A\u0646\u060C \u064A\u0631\u062C\u0649 \u062A\u062D\u062F\u064A\u062B \u0627\u0644\u0635\u0641\u062D\u0629 \u0648\u062A\u0631\u062C\u0645\u062A\u0647\u0627 \u0645\u0631\u0629 \u0623\u062E\u0631\u0649.","error.googleLimitIp":"\u062A\u0645 \u0625\u0631\u062C\u0627\u0639 \u062E\u0637\u0623 \u0645\u0646 \u0627\u0644\u062E\u062F\u0645\u0629 \u060C \u062E\u062F\u0645\u0629 Google \u0642\u062F \u0642\u0627\u0645\u062A \u0628\u062A\u0642\u064A\u064A\u062F \u0627\u0644\u0646\u0637\u0627\u0642 \u0627\u0644\u062E\u0627\u0635 \u0628\u0639\u0646\u0648\u0627\u0646 IP \u0647\u0630\u0627 \u060C \u0646\u0646\u0635\u062D\u0643 \u0628\u062A\u063A\u064A\u064A\u0631 \u0646\u0642\u0637\u0629 \u0627\u0644\u0634\u0628\u0643\u0629.","error.openAIFreeLimit":"\u062A\u0645 \u0625\u0631\u062C\u0627\u0639 \u062E\u0637\u0623 \u0645\u0646 \u0627\u0644\u062E\u062F\u0645\u0629\u060C \u0648\u0642\u062F \u0648\u0635\u0644\u062A \u062A\u0631\u062F\u062F \u0637\u0644\u0628\u0627\u062A \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u062D\u0627\u0644\u064A\u0629 \u0625\u0644\u0649 \u0627\u0644\u062D\u062F \u0627\u0644\u0623\u0642\u0635\u0649 \u0627\u0644\u0628\u0627\u0644\u063A 3 \u0645\u0631\u0627\u062A \u0641\u064A \u0627\u0644\u062F\u0642\u064A\u0642\u0629\u060C \u064A\u0631\u062C\u0649 \u0627\u0644\u0645\u062D\u0627\u0648\u0644\u0629 \u0645\u0631\u0629 \u0623\u062E\u0631\u0649 \u0644\u0627\u062D\u0642\u064B\u0627. (\u0647\u0630\u0627 \u0647\u0648 \u0627\u0644\u0642\u064A\u062F \u0627\u0644\u0631\u0633\u0645\u064A \u0645\u0646 OpenAI \u0644\u0645\u0641\u062A\u0627\u062D API \u0627\u0644\u0645\u062C\u0627\u0646\u064A\u060C \u0644\u0631\u0641\u0639 \u0647\u0630\u0627 \u0627\u0644\u0642\u064A\u062F\u060C \u064A\u0631\u062C\u0649 \u0631\u0628\u0637 \u0628\u0637\u0627\u0642\u0629 \u0627\u0644\u0627\u0626\u062A\u0645\u0627\u0646 \u0641\u064A \u0644\u0648\u062D\u0629 \u0627\u0644\u062A\u062D\u0643\u0645 \u0627\u0644\u062E\u0644\u0641\u064A\u0629 \u0644\u0640 OpenAI.)","error.openAIExceededQuota":"\u062A\u0645 \u0625\u0631\u062C\u0627\u0639 \u0627\u0644\u062E\u062F\u0645\u0629 \u0628\u062E\u0637\u0623: \u0631\u0635\u064A\u062F \u062D\u0633\u0627\u0628 OpenAI \u0627\u0644\u062D\u0627\u0644\u064A \u063A\u064A\u0631 \u0643\u0627\u0641\u064D \u060C \u064A\u0631\u062C\u0649 \u0625\u0639\u0627\u062F\u0629 \u0627\u0644\u0634\u062D\u0646 \u0623\u0648 \u0631\u0628\u0637 \u0628\u0637\u0627\u0642\u0629 \u0627\u0644\u0627\u0626\u062A\u0645\u0627\u0646 \u0641\u064A \u0627\u0644\u062E\u0644\u0641\u064A\u0629 \u0627\u0644\u0631\u0633\u0645\u064A\u0629 \u0644\u0640 OpenAI.","error.429":"\u062A\u0645 \u0625\u0631\u062C\u0627\u0639 \u0627\u0644\u062E\u062F\u0645\u0629 \u0628\u062E\u0637\u0623\u060C \u0645\u0645\u0627 \u064A\u0634\u064A\u0631 \u0625\u0644\u0649 \u0623\u0646 \u0627\u0644\u0637\u0644\u0628\u0627\u062A \u0643\u062B\u064A\u0631\u0629 \u062C\u062F\u064B\u0627 \u0623\u0648 \u062A\u062C\u0627\u0648\u0632\u062A \u0627\u0644\u062D\u062F \u0627\u0644\u0645\u062D\u062F\u062F\u060C \u064A\u0631\u062C\u0649 \u0627\u0644\u0645\u062D\u0627\u0648\u0644\u0629 \u0645\u0631\u0629 \u0623\u062E\u0631\u0649 \u0644\u0627\u062D\u0642\u064B\u0627.","error.403":"\u062A\u0645 \u0625\u0631\u062C\u0627\u0639 \u0627\u0644\u062E\u062F\u0645\u0629 \u0628\u062E\u0637\u0623\u060C \u0644\u064A\u0633 \u0644\u062F\u064A\u0643 \u0627\u0644\u0635\u0644\u0627\u062D\u064A\u0629 \u0627\u0644\u0645\u0624\u0642\u062A\u0629 \u0644\u0644\u0648\u0635\u0648\u0644 \u0625\u0644\u0649 \u0647\u0630\u0647 \u0627\u0644\u062E\u062F\u0645\u0629.","error.400":"\u062A\u0645 \u0625\u0631\u062C\u0627\u0639 \u062E\u0637\u0623 \u0641\u064A \u0627\u0644\u062E\u062F\u0645\u0629 \u060C \u062E\u0637\u0623 \u0641\u064A \u0645\u0639\u0644\u0645\u0627\u062A \u0627\u0644\u0637\u0644\u0628 \u060C \u064A\u0631\u062C\u0649 \u0627\u0644\u062A\u062D\u0642\u0642 \u0645\u0646 \u0627\u0644\u062A\u0643\u0648\u064A\u0646 \u0627\u0644\u0645\u0646\u0627\u0633\u0628.","error.502":"\u062A\u0645 \u0625\u0631\u062C\u0627\u0639 \u062E\u0637\u0623 \u0645\u0646 \u0627\u0644\u062E\u062F\u0645\u0629 \u060C \u062A\u062C\u0627\u0648\u0632 \u0627\u0644\u062E\u062F\u0645\u0629 \u0627\u0644\u0648\u0642\u062A \u0627\u0644\u0645\u062D\u062F\u062F \u060C \u064A\u0631\u062C\u0649 \u0627\u0644\u0645\u062D\u0627\u0648\u0644\u0629 \u0645\u0631\u0629 \u0623\u062E\u0631\u0649 \u0641\u064A \u0648\u0642\u062A \u0644\u0627\u062D\u0642.","error.proTokenInvalid":"\u0625\u0630\u0627 \u0643\u0646\u062A \u0645\u0633\u062A\u062E\u062F\u0645\u064B\u0627 \u0645\u062D\u062A\u0631\u0641\u064B\u0627 \u060C \u064A\u0631\u062C\u0649 \u062A\u0633\u062C\u064A\u0644 \u0627\u0644\u062F\u062E\u0648\u0644 \u0642\u0628\u0644 \u0627\u0633\u062A\u062E\u062F\u0627\u0645 \u062E\u062F\u0645\u0629 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0645\u062D\u062A\u0631\u0641\u0629","error.proUpgrade":"\u0628\u0639\u062F \u0627\u0644\u062A\u0631\u0642\u064A\u0629 \u060C \u064A\u0631\u062C\u0649 \u062A\u062D\u062F\u064A\u062B \u0627\u0644\u0635\u0641\u062D\u0629 \u0648\u062A\u0631\u062C\u0645\u062A\u0647\u0627 \u0645\u0631\u0629 \u0623\u062E\u0631\u0649.","error.configError":"\u062A\u0643\u0648\u064A\u0646 \u0627\u0644\u0628\u064A\u0627\u0646\u0627\u062A \u063A\u064A\u0631 \u0637\u0628\u064A\u0639\u064A","error.goReset":"\u0625\u0639\u0627\u062F\u0629 \u0627\u0644\u062A\u0639\u064A\u064A\u0646",batchEdit:"\u0627\u0644\u0639\u0645\u0644\u064A\u0627\u062A \u0627\u0644\u062C\u0645\u0627\u0639\u064A\u0629","translationModeLang.translation.title":"\u0646\u0645\u0637 \u0627\u0644\u0644\u063A\u0629 \u0627\u0644\u0646\u0635\u064A \u0641\u0642\u0637","translationModeLang.translation.description":"\u0639\u0646\u062F\u0645\u0627 \u064A\u0643\u0648\u0646 \u0644\u063A\u0629 \u0627\u0644\u0635\u0641\u062D\u0629 \u0628\u0627\u0644\u0644\u063A\u0627\u062A \u0627\u0644\u062A\u0627\u0644\u064A\u0629\u060C \u0633\u064A\u062A\u0645 \u0627\u0633\u062A\u062E\u062F\u0627\u0645 \u0648\u0636\u0639 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0641\u0642\u0637 \u062A\u0644\u0642\u0627\u0626\u064A\u064B\u0627.","translationModeUrl.translation.title":"\u0631\u0627\u0628\u0637 \u0627\u0644\u0648\u0636\u0639 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0641\u0642\u0637","translationModeUrl.translation.description":"\u0639\u0646\u062F\u0645\u0627 \u064A\u0643\u0648\u0646 \u0627\u0644\u0645\u0648\u0642\u0639 \u0627\u0644\u0625\u0644\u0643\u062A\u0631\u0648\u0646\u064A \u0644\u0644\u0646\u0637\u0627\u0642\u0627\u062A \u0627\u0644\u062A\u0627\u0644\u064A\u0629\u060C \u0633\u064A\u062A\u0645 \u0627\u0633\u062A\u062E\u062F\u0627\u0645 \u0648\u0636\u0639 \u0627\u0644\u0646\u0635 \u0627\u0644\u0645\u062A\u0631\u062C\u0645 \u0641\u0642\u0637 \u062A\u0644\u0642\u0627\u0626\u064A\u064B\u0627.","error.serveUnavailable":"\u0627\u0644\u062E\u062F\u0645\u0629 [{serverName}] \u0627\u0644\u062A\u064A \u062A\u0633\u062A\u062E\u062F\u0645\u0647\u0627 \u062D\u0627\u0644\u064A\u064B\u0627 \u063A\u064A\u0631 \u0642\u0627\u0628\u0644\u0629 \u0644\u0644\u0648\u0635\u0648\u0644 \u0645\u0624\u0642\u062A\u064B\u0627 \u0628\u0633\u0628\u0628 \u0645\u0634\u0643\u0644\u0629 \u0641\u064A \u0627\u0644\u0627\u062A\u0635\u0627\u0644 \u0628\u0627\u0644\u0634\u0628\u0643\u0629 \u0623\u0648 \u0645\u0632\u0648\u062F \u0627\u0644\u062E\u062F\u0645\u0629. \u0646\u0642\u062A\u0631\u062D \u0639\u0644\u064A\u0643 \u062A\u062D\u062F\u064A\u062B \u0627\u0644\u0635\u0641\u062D\u0629 \u0623\u0648 \u062A\u063A\u064A\u064A\u0631 \u062E\u062F\u0645\u0629 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0623\u062E\u0631\u0649 \u0645\u0646 \u062E\u0644\u0627\u0644 <1>\u0627\u0644\u0625\u0639\u062F\u0627\u062F\u0627\u062A. \u0625\u0630\u0627 \u0643\u0646\u062A \u0639\u0636\u0648\u064B\u0627 \u0641\u064A <2>Pro\u060C \u064A\u0645\u0643\u0646\u0643 \u0627\u062E\u062A\u064A\u0627\u0631 \u0627\u0633\u062A\u062E\u062F\u0627\u0645 \u062E\u062F\u0645\u0629 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 DeepL \u0623\u0648 OpenAI \u0627\u0644\u0623\u0643\u062B\u0631 \u0627\u0633\u062A\u0642\u0631\u0627\u0631\u064B\u0627 (<3>\u0627\u0646\u0642\u0631 \u0647\u0646\u0627 \u0644\u062A\u062C\u0631\u0628\u0629 \u0645\u062C\u0627\u0646\u064A\u0629). \u0628\u0627\u0644\u0625\u0636\u0627\u0641\u0629 \u0625\u0644\u0649 \u0630\u0644\u0643\u060C \u0642\u062F \u062A\u062D\u062A\u0627\u062C \u0623\u064A\u0636\u064B\u0627 \u0625\u0644\u0649 \u0627\u0644\u062A\u062D\u0642\u0642 \u0645\u0646 \u0625\u0639\u062F\u0627\u062F\u0627\u062A \u0627\u0644\u0634\u0628\u0643\u0629 \u0623\u0648 \u0627\u0644\u0648\u0643\u064A\u0644 \u0627\u0644\u062E\u0627\u0635\u0629 \u0628\u0643.",detectServiceLoading:"\u062C\u0627\u0631\u064D \u0627\u0644\u062A\u062D\u0642\u0642 \u0645\u0646 \u0627\u0644\u062E\u062F\u0645\u0627\u062A \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0645\u062A\u0627\u062D\u0629...",toggleToService:"\u0627\u0644\u062A\u0628\u062F\u064A\u0644 \u0625\u0644\u0649 {service} \u0648\u0625\u0639\u0627\u062F\u0629 \u0627\u0644\u0645\u062D\u0627\u0648\u0644\u0629","error.gemini.429":"\u0627\u0644\u062E\u062F\u0645\u0629 Gemini \u0627\u0644\u062D\u0627\u0644\u064A\u0629 \u0642\u062F \u0648\u0635\u0644\u062A \u0625\u0644\u0649 \u0627\u0644\u062D\u062F \u0627\u0644\u0623\u0642\u0635\u0649 \u0644\u0644\u0642\u062F\u0631\u0629 \u0639\u0644\u0649 \u0627\u0644\u062A\u062D\u0645\u0644\u060C \u064A\u0631\u062C\u0649 \u0627\u0644\u0645\u062D\u0627\u0648\u0644\u0629 \u0645\u0631\u0629 \u0623\u062E\u0631\u0649 \u0641\u064A \u0648\u0642\u062A \u0644\u0627\u062D\u0642\u060C \u0623\u0648 \u0627\u0644\u062A\u0628\u062F\u064A\u0644 \u0625\u0644\u0649 \u062E\u062F\u0645\u0629 \u062A\u0631\u062C\u0645\u0629 \u0623\u062E\u0631\u0649.",enableSentryReport:"\u0639\u0646\u062F \u062D\u062F\u0648\u062B \u062E\u0637\u0623 \u0641\u064A \u0627\u0644\u062A\u0648\u0633\u064A\u0639 \u060C \u0627\u0633\u062A\u062E\u062F\u0645 Sentry \u0644\u062A\u0642\u062F\u064A\u0645 \u0627\u0644\u0645\u0644\u0627\u062D\u0638\u0627\u062A","widget.translateFile":"PDF/ePub",pickAll:"\u062D\u062F\u062F \u0627\u0644\u0643\u0644",contact:"\u0627\u062A\u0635\u0644 \u0628\u0646\u0627","translationServices.gemini":"\u0627\u0644\u062C\u0645\u0646\u0627\u0632","tagsInput.add":"+ \u0625\u0636\u0627\u0641\u0629",touchShortcutsOff:"\u0625\u063A\u0644\u0627\u0642","error.retry":"\u0623\u0639\u062F \u0627\u0644\u0645\u062D\u0627\u0648\u0644\u0629","slide.left":"\u0627\u0646\u0632\u0644\u0642 \u0625\u0644\u0649 \u0627\u0644\u064A\u0645\u064A\u0646",translationOnlyMode:"\u0648\u0636\u0639 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0641\u0642\u0637",goLogin:"\u062A\u0633\u062C\u064A\u0644 \u0627\u0644\u062F\u062E\u0648\u0644","slide.right":"\u0627\u0646\u0632\u0644\u0642 \u0625\u0644\u0649 \u0627\u0644\u064A\u0633\u0627\u0631","multipleClick.4":"\u0631\u0628\u0627\u0639\u064A \u0645\u062A\u062A\u0627\u0644\u064A",shortcutSettingsTitle:"\u0625\u0639\u062F\u0627\u062F\u0627\u062A \u0627\u0644\u0627\u062E\u062A\u0635\u0627\u0631\u0627\u062A",loggedIn:"\u062A\u0645 \u062A\u0633\u062C\u064A\u0644 \u0627\u0644\u062F\u062E\u0648\u0644",shortcutSettings:"\u0627\u062E\u062A\u0635\u0627\u0631\u0627\u062A \u0627\u0644\u0645\u0641\u0627\u062A\u064A\u062D","multipleClick.2":"\u0627\u0646\u0642\u0631 \u0645\u0631\u062A\u064A\u0646","shortcutGroup.others":"\u0627\u0644\u0645\u0632\u064A\u062F \u0645\u0646 \u0627\u0644\u0627\u062E\u062A\u0635\u0627\u0631\u0627\u062A \u0627\u0644\u0645\u062E\u0635\u0635\u0629","widget.videoSubtitle":"\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0641\u064A\u062F\u064A\u0648","intro.floatBallTitle":"\u0643\u0631\u0629 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0633\u0631\u064A\u0639\u0629",notLogin:"\u0644\u0645 \u064A\u062A\u0645 \u062A\u0633\u062C\u064A\u0644 \u0627\u0644\u062F\u062E\u0648\u0644","widget.instruction":"\u062A\u0639\u0644\u064A\u0645\u0627\u062A \u0627\u0644\u0627\u0633\u062A\u062E\u062F\u0627\u0645",alwaysTranslateThisSite:"\u062F\u0627\u0626\u0645\u0627 \u062A\u0631\u062C\u0645 \u0647\u0630\u0627 \u0627\u0644\u0645\u0648\u0642\u0639","error.subscriptionExpiredTitle":"\u0627\u0646\u062A\u0647\u062A \u0635\u0644\u0627\u062D\u064A\u0629 \u0627\u0644\u0639\u0636\u0648\u064A\u0629","shortcutGroup.shortcutsForTranslationServices":"\u062E\u062F\u0645\u0627\u062A \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0645\u0641\u0627\u062A\u064A\u062D \u0627\u0644\u0633\u0631\u064A\u0639\u0629","widget.instructionTooltip":"\u0631\u0627\u062C\u0639 \u062A\u0639\u0644\u064A\u0645\u0627\u062A \u0627\u0644\u0627\u0633\u062A\u062E\u062F\u0627\u0645",temprarilyChangeTranslationTo_gemini:"\u064A\u062A\u0645 \u0627\u0633\u062A\u062E\u062F\u0627\u0645 Gemini \u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0635\u0641\u062D\u0629 \u0627\u0644\u062D\u0627\u0644\u064A\u0629","subtitle.hideQuickButton":"\u0644\u0627 \u062A\u0638\u0647\u0631 \u0647\u0630\u0627 \u0627\u0644\u0627\u062E\u062A\u0635\u0627\u0631 \u0645\u0631\u0629 \u0623\u062E\u0631\u0649",temprarilyChangeTranslationTo_google:"\u064A\u062A\u0645 \u0627\u0633\u062A\u062E\u062F\u0627\u0645 \u062A\u0631\u062C\u0645\u0629 Google \u0644\u0644\u0635\u0641\u062D\u0629 \u0627\u0644\u062D\u0627\u0644\u064A\u0629","subtitle.bilingual":"\u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u062B\u0646\u0627\u0626\u064A\u0629 \u0627\u0644\u0644\u063A\u0629",mouseHoverCustomKeyTitle:"\u062A\u0639\u0631\u064A\u0641 \u0627\u062E\u062A\u0635\u0627\u0631\u0627\u062A \u0627\u0644\u0645\u0627\u0648\u0633 \u0627\u0644\u0645\u0639\u0644\u0642\u0629","browser.translateInputBox":"\u062A\u0631\u062C\u0645 \u0645\u062D\u062A\u0648\u0649 \u0645\u0631\u0628\u0639 \u0627\u0644\u0625\u062F\u062E\u0627\u0644 \u0627\u0644\u062D\u0627\u0644\u064A","shortcutGroup.touch":"\u0627\u0644\u0625\u064A\u0645\u0627\u0621\u0627\u062A \u0627\u0644\u0645\u062E\u0635\u0635\u0629 \u0644\u0644\u0634\u0627\u0634\u0627\u062A \u0627\u0644\u0644\u0645\u0633\u064A\u0629",neverTranslateThisSite:"\u0644\u0627 \u062A\u062A\u0631\u062C\u0645 \u0647\u0630\u0627 \u0627\u0644\u0645\u0648\u0642\u0639 \u0623\u0628\u062F\u0627",temprarilyChangeTranslationTo_deepl:"\u064A\u062A\u0645 \u0627\u0633\u062A\u062E\u062F\u0627\u0645 DeepL \u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0635\u0641\u062D\u0629 \u0627\u0644\u062D\u0627\u0644\u064A\u0629","browser.translateWithDeepL":"\u0627\u0633\u062A\u062E\u062F\u0645 DeepL \u0645\u0624\u0642\u062A\u064B\u0627 \u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0635\u0641\u062D\u0629 \u0627\u0644\u062D\u0627\u0644\u064A\u0629","multipleClick.3":"\u062B\u0644\u0627\u062B\u0629 \u0636\u0631\u0628\u0627\u062A \u0645\u062A\u062A\u0627\u0644\u064A\u0629","widget.translateFileTooltip":"\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0645\u0633\u062A\u0646\u062F\u0627\u062A PDF\u060C EPUB\u060C SRT\u060C ASS\u060C HTML \u0648 TXT","neverTranslateText.title":"\u0627\u0644\u0643\u0644\u0645\u0627\u062A \u0627\u0644\u062A\u0627\u0644\u064A\u0629 \u062A\u0628\u0642\u0649 \u0643\u0645\u0627 \u0647\u064A\u060C \u0644\u0627 \u062A\u062A\u0631\u062C\u0645","subtitle.autoDisableSubtitle":"\u0644\u0627 \u062A\u0642\u0645 \u0628\u062A\u0634\u063A\u064A\u0644 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u062B\u0646\u0627\u0626\u064A\u0629 \u062A\u0644\u0642\u0627\u0626\u064A\u064B\u0627","browser.translateWithGoogle":"\u0627\u0633\u062A\u062E\u062F\u0645 Google Translate \u0645\u0624\u0642\u062A\u064B\u0627 \u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0635\u0641\u062D\u0629 \u0627\u0644\u062D\u0627\u0644\u064A\u0629","shortcutGroup.main":"\u0627\u062E\u062A\u0635\u0627\u0631\u0627\u062A \u0627\u0644\u0648\u0638\u0627\u0626\u0641 \u0627\u0644\u0634\u0627\u0626\u0639\u0629",paragraphMinTextCountField:"\u0627\u0644\u062D\u062F \u0627\u0644\u0623\u062F\u0646\u0649 \u0644\u0639\u062F\u062F \u0627\u0644\u0623\u062D\u0631\u0641 \u0627\u0644\u0645\u0637\u0644\u0648\u0628\u0629 \u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0641\u0642\u0631\u0629","widget.videoSubtitleTooltip":"\u062F\u0639\u0645 Youtube \u0648\u063A\u064A\u0631\u0647\u0627 \u0645\u0646 \u0645\u0648\u0627\u0642\u0639 \u0627\u0644\u0641\u064A\u062F\u064A\u0648 {count}+",upgradeToProErrorTitle:"\u064A\u0631\u062C\u0649 \u0627\u0644\u062A\u0631\u0642\u064A\u0629 \u0625\u0644\u0649 \u0639\u0636\u0648\u064A\u0629 Pro \u0642\u0628\u0644 \u0627\u0633\u062A\u062E\u062F\u0627\u0645 \u0647\u0630\u0647 \u0627\u0644\u062E\u062F\u0645\u0629 \u0627\u0644\u062A\u0631\u062C\u0645\u0629","subtitle.showQuickButton":"\u0641\u064A \u0639\u0631\u0636 \u0627\u0644\u0646\u0635\u0648\u0635 \u0627\u0644\u0645\u062A\u0631\u062C\u0645\u0629 \u0628\u0634\u0643\u0644 \u0645\u0632\u062F\u0648\u062C \u0641\u064A \u0627\u0644\u0645\u0634\u063A\u0644 \u0628\u0637\u0631\u064A\u0642\u0629 \u0633\u0631\u064A\u0639\u0629",temprarilyChangeTranslationTo_transmart:"\u064A\u062A\u0645 \u0627\u0633\u062A\u062E\u062F\u0627\u0645 \u062A\u0631\u062C\u0645\u0629 \u062A\u064A\u0646\u0633\u0646\u062A \u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0635\u0641\u062D\u0629 \u0627\u0644\u062D\u0627\u0644\u064A\u0629",notLoginPro:"\u0644\u0645 \u062A\u0642\u0645 \u0628\u062A\u0633\u062C\u064A\u0644 \u0627\u0644\u062F\u062E\u0648\u0644 \u0625\u0644\u0649 \u062D\u0633\u0627\u0628 \u0627\u0644\u0639\u0636\u0648\u064A\u0629 \u0627\u0644\u062E\u0627\u0635 \u0628\u0643 \u0628\u0639\u062F","floatBall.iKnow":"\u0623\u0646\u0627 \u0623\u0639\u0631\u0641","intro.hoverTitle":"\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0641\u0642\u0631\u0629 \u0627\u0644\u062D\u0627\u0644\u064A\u0629 \u0639\u0646\u062F \u062A\u062D\u0631\u064A\u0643 \u0627\u0644\u0645\u0627\u0648\u0633 \u0641\u0648\u0642\u0647\u0627",temprarilyChangeTranslationTo_bing:"\u064A\u062A\u0645 \u0627\u0633\u062A\u062E\u062F\u0627\u0645 \u0645\u062A\u0631\u062C\u0645 \u0645\u0627\u064A\u0643\u0631\u0648\u0633\u0648\u0641\u062A \u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0635\u0641\u062D\u0629 \u0627\u0644\u062D\u0627\u0644\u064A\u0629",temprarilyChangeTranslationTo_openai:"\u064A\u062A\u0645 \u0627\u0633\u062A\u062E\u062F\u0627\u0645 OpenAI \u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0635\u0641\u062D\u0629 \u0627\u0644\u062D\u0627\u0644\u064A\u0629","browser.translateWithOpenAI":"\u0627\u0633\u062A\u062E\u062F\u0645 OpenAI \u0645\u0624\u0642\u062A\u064B\u0627 \u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0635\u0641\u062D\u0629 \u0627\u0644\u062D\u0627\u0644\u064A\u0629",networkError:"\u062A\u0648\u0627\u062C\u0647 \u062E\u062F\u0645\u0629 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0623\u0648 \u0627\u0644\u0634\u0628\u0643\u0629 \u0645\u0634\u0643\u0644\u0629",buildSnapshots:"\u0625\u0646\u0634\u0627\u0621 \u0644\u0642\u0637\u0629 \u0633\u0631\u064A\u0639\u0629 \u0644\u0644\u0635\u0641\u062D\u0629 \u0627\u0644\u0625\u0644\u0643\u062A\u0631\u0648\u0646\u064A\u0629","shortcutGroup.mouse":"\u062A\u0643\u0648\u064A\u0646 \u0627\u062E\u062A\u0635\u0627\u0631\u0627\u062A \u0627\u0644\u0645\u0627\u0648\u0633 \u0627\u0644\u0645\u0639\u0644\u0642\u0629","intro.subtitleTitle":"\u0639\u0631\u0636 \u0627\u0644\u062A\u0631\u062C\u0645\u0627\u062A \u0627\u0644\u0645\u0632\u062F\u0648\u062C\u0629 \u0644\u0644\u0641\u064A\u062F\u064A\u0648 \u0639\u0628\u0631 \u0627\u0644\u0625\u0646\u062A\u0631\u0646\u062A","floatBall.longPress":"\u0627\u0636\u063A\u0637 \u0645\u0639 \u0627\u0644\u0627\u0633\u062A\u0645\u0631\u0627\u0631 \u0644\u0641\u062A\u062D \u0644\u0648\u062D\u0629 \u0627\u0644\u0625\u0639\u062F\u0627\u062F\u0627\u062A \u0628\u0633\u0631\u0639\u0629",touchShortcutsToggleTranslateTouchElement:"\u062A\u0639\u064A\u064A\u0646 \u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0641\u0642\u0631\u0629 \u0627\u0644\u0645\u062D\u062F\u062F\u0629 \u0628\u0648\u0627\u0633\u0637\u0629 \u0627\u0644\u0625\u064A\u0645\u0627\u0621\u0627\u062A \u0639\u0644\u0649 \u0627\u0644\u0634\u0627\u0634\u0629 \u0627\u0644\u062A\u064A \u062A\u0639\u0645\u0644 \u0628\u0627\u0644\u0644\u0645\u0633","browser.translateWithBing":"\u0627\u0633\u062A\u062E\u062F\u0645 \u062A\u0631\u062C\u0645\u0629 \u0645\u0627\u064A\u0643\u0631\u0648\u0633\u0648\u0641\u062A \u0645\u0624\u0642\u062A\u064B\u0627 \u0644\u0644\u0635\u0641\u062D\u0629 \u0627\u0644\u062D\u0627\u0644\u064A\u0629","error.subscriptionExpired":"\u0642\u062F \u064A\u0643\u0648\u0646 \u0639\u0636\u0648\u064A\u062A\u0643 \u0642\u062F \u0627\u0646\u062A\u0647\u062A \u060C \u064A\u0631\u062C\u0649 \u0627\u0644\u062A\u062D\u0642\u0642 \u0645\u0646 \u062D\u0627\u0644\u0629 \u0639\u0636\u0648\u064A\u062A\u0643","browser.translateWithGemini":"\u0627\u0633\u062A\u062E\u062F\u0645 Gemini \u0645\u0624\u0642\u062A\u064B\u0627 \u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0635\u0641\u062D\u0629 \u0627\u0644\u062D\u0627\u0644\u064A\u0629","desc.touchShortcutsToggleTranslateTouchElement":"\u0642\u0645 \u0628\u062A\u062E\u0635\u064A\u0635 \u0625\u0634\u0627\u0631\u0629 \u0628\u064A\u062F\u0643\u060C \u0648\u064A\u0645\u0643\u0646\u0643 \u062A\u0631\u062C\u0645\u0629 \u0623\u064A \u0641\u0642\u0631\u0629 \u062A\u0648\u0627\u062C\u062F \u0641\u064A\u0647\u0627.","browser.translateWithTransmart":"\u0627\u0633\u062A\u062E\u062F\u0645 \u062A\u0631\u062C\u0645\u0629 \u062A\u064A\u0646\u0633\u0646\u062A \u0645\u0624\u0642\u062A\u064B\u0627 \u0644\u0644\u0635\u0641\u062D\u0629 \u0627\u0644\u062D\u0627\u0644\u064A\u0629","desc.interfaceLanguage":"\u062A\u0624\u062B\u0631 \u0625\u0639\u062F\u0627\u062F\u0627\u062A \u0644\u063A\u0629 \u0627\u0644\u0648\u0627\u062C\u0647\u0629 \u0639\u0644\u0649 \u0644\u063A\u0629 \u0639\u0631\u0636 \u0644\u0648\u062D\u0629 \u0627\u0644\u062A\u062D\u0643\u0645\u060C \u0648\u0644\u0627 \u062A\u062A\u0639\u0644\u0642 \u0628\u0644\u063A\u0629 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0645\u0633\u062A\u0647\u062F\u0641\u0629.",touchShortcutsToggleTranslationMask:"\u062A\u0639\u064A\u064A\u0646 \u0625\u064A\u0645\u0627\u0621\u0627\u062A \u0627\u0644\u0634\u0627\u0634\u0629 \u0627\u0644\u062A\u064A \u062A\u0639\u0645\u0644 \u0628\u0627\u0644\u0644\u0645\u0633 \u0644\u0639\u0631\u0636 \u0642\u0646\u0627\u0639 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 / \u0639\u0631\u0636 \u0627\u0644\u0646\u0635 \u0627\u0644\u0623\u0635\u0644\u064A","browser.toggleMouseHoverTranslateDirectly":"\u062A\u0645\u0643\u064A\u0646 \u0623\u0648 \u062A\u0639\u0637\u064A\u0644 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0645\u0628\u0627\u0634\u0631\u0629 \u0639\u0646\u062F \u062A\u0645\u0631\u064A\u0631 \u0627\u0644\u0645\u0627\u0648\u0633 \u0645\u0624\u0642\u062A\u064B\u0627 \u0639\u0644\u0649 \u0627\u0644\u0635\u0641\u062D\u0629","floatBall.guideClickToTranslate":`\u0627\u0646\u0642\u0631 \u0639\u0644\u0649 \u0643\u0631\u0629 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0639\u0627\u0626\u0645\u0629 \u0627\u0644\u063A\u0627\u0645\u0631\u0629 \u0644\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0633\u0631\u064A\u0639\u0629`,"description.baiduField":"\u062A\u0631\u0649 \u0627\u0644\u0645\u062C\u0627\u0644\u0627\u062A \u0627\u0644\u0645\u062F\u0639\u0648\u0645\u0629 <1> \u0647\u0646\u0627 \u060C \u0625\u0630\u0627 \u0643\u0627\u0646\u062A \u0641\u0627\u0631\u063A\u0629 \u060C \u0641\u0647\u0630\u0627 \u064A\u0639\u0646\u064A \u0623\u0646 \u0627\u0644\u0645\u062C\u0627\u0644 \u063A\u064A\u0631 \u0645\u062D\u062F\u062F","error.reason":"\u0633\u0628\u0628 \u0627\u0644\u062E\u0637\u0623","browser.toggleVideoSubtitlePreTranslation":"\u062A\u0628\u062F\u064A\u0644 \u0625\u0644\u0649 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u063A\u0627\u0645\u0631\u0629 \u0627\u0644\u0645\u0641\u0636\u0644\u0629 \u0644\u0644\u062A\u0631\u062C\u0645\u0627\u062A \u0627\u0644\u062B\u0646\u0627\u0626\u064A\u0629 \u0627\u0644\u0644\u063A\u0629",touchShortcutsToggleTranslatePage:"\u0642\u0645 \u0628\u062A\u0639\u064A\u064A\u0646 \u0627\u0644\u0625\u064A\u0645\u0627\u0621\u0627\u062A \u0639\u0644\u0649 \u0627\u0644\u0634\u0627\u0634\u0629 \u0627\u0644\u062A\u064A \u062A\u0639\u0645\u0644 \u0628\u0627\u0644\u0644\u0645\u0633 \u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0635\u0641\u062D\u0627\u062A \u0627\u0644\u0625\u0644\u0643\u062A\u0631\u0648\u0646\u064A\u0629 / \u0639\u0631\u0636 \u0627\u0644\u0646\u0635 \u0627\u0644\u0623\u0635\u0644\u064A","subtitle.showQuickButtonDescription":"\u062A\u0648\u0641\u0631 \u0645\u0634\u063A\u0644 \u0627\u0644\u0641\u064A\u062F\u064A\u0648 \u0637\u0631\u064A\u0642\u0629 \u0645\u062E\u062A\u0635\u0631\u0629 \u0644\u062A\u0645\u0643\u064A\u0646 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u062B\u0646\u0627\u0626\u064A\u0629 \u0641\u064A \u0627\u0644\u0632\u0627\u0648\u064A\u0629 \u0627\u0644\u064A\u0645\u0646\u0649 \u0627\u0644\u0633\u0641\u0644\u0649",mouseHoverCustomKeyDescription:"\u064A\u0645\u0643\u0646\u0643 \u062A\u062E\u0635\u064A\u0635 \u0645\u062C\u0645\u0648\u0639\u0629 \u0645\u0641\u0627\u062A\u064A\u062D \u0627\u062E\u062A\u0635\u0627\u0631 \u0644\u062A\u0645\u0631\u064A\u0631 \u0627\u0644\u0645\u0627\u0648\u0633\u060C \u0645\u062B\u0644: Alt+Z\u060C Ctrl+E\u060C Cmd+Alt+E \u0623\u0648 \u0645\u0628\u0627\u0634\u0631\u0629 Cmd\u060C \u0627\u0644\u0631\u062C\u0627\u0621 \u0627\u0644\u0625\u062F\u062E\u0627\u0644 \u064A\u062F\u0648\u064A\u0627","desc.toggleTranslateTheMainPage":"\u062A\u0631\u062C\u0645 \u0641\u0642\u0637 \u0627\u0644\u0645\u0646\u0627\u0637\u0642 \u0627\u0644\u0631\u0626\u064A\u0633\u064A\u0629 \u0644\u0644\u0635\u0641\u062D\u0629 \u060C \u0639\u0646\u062F \u062A\u0645\u0643\u064A\u0646\u0643 \u0644\u062A\u0631\u062C\u0645\u0629 \u062C\u0645\u064A\u0639 \u0645\u0646\u0627\u0637\u0642 \u0627\u0644\u0635\u0641\u062D\u0629 \u0641\u064A \u0627\u0644\u0625\u0639\u062F\u0627\u062F\u0627\u062A \u0627\u0644\u0645\u062A\u0642\u062F\u0645\u0629 \u060C \u064A\u0645\u0643\u0646\u0643 \u0627\u0633\u062A\u062E\u062F\u0627\u0645 \u0647\u0630\u0627 \u0627\u0644\u0627\u062E\u062A\u0635\u0627\u0631 \u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0645\u0646\u0627\u0637\u0642 \u0627\u0644\u0631\u0626\u064A\u0633\u064A\u0629 \u0644\u0644\u0635\u0641\u062D\u0629 \u0641\u0642\u0637.","contact.description":"\u0625\u0630\u0627 \u0643\u0627\u0646 \u0644\u062F\u064A\u0643 \u0623\u064A \u0623\u0633\u0626\u0644\u0629 \u0623\u0648 \u0627\u0642\u062A\u0631\u0627\u062D\u0627\u062A\u060C \u0641\u0646\u062D\u0646 \u0646\u0631\u062D\u0628 \u0628\u0643 \u0644\u0645\u0644\u0621 \u0627\u0644\u0646\u0645\u0648\u0630\u062C \u0623\u062F\u0646\u0627\u0647 \u0644\u0644\u0627\u062A\u0635\u0627\u0644 \u0628\u0646\u0627\u060C \u0623\u0648 \u0625\u0631\u0633\u0627\u0644 \u0628\u0631\u064A\u062F \u0625\u0644\u0643\u062A\u0631\u0648\u0646\u064A \u0625\u0644\u0649 {email}\u060C \u0648\u0633\u0646\u0631\u062F \u0639\u0644\u064A\u0643 \u0641\u064A \u0623\u0642\u0631\u0628 \u0648\u0642\u062A \u0645\u0645\u0643\u0646.","desc.toggleTranslateTheWholePage":"\u062A\u0631\u062C\u0645\u0629 \u062C\u0645\u064A\u0639 \u0627\u0644\u0645\u0646\u0627\u0637\u0642 \u0641\u064A \u0627\u0644\u0635\u0641\u062D\u0629\u060C \u0628\u0634\u0643\u0644 \u0627\u0641\u062A\u0631\u0627\u0636\u064A\u060C \u0633\u0646\u062A\u0631\u062C\u0645 \u0627\u0644\u0645\u0646\u0627\u0637\u0642 \u0627\u0644\u0631\u0626\u064A\u0633\u064A\u0629 \u0641\u064A \u0627\u0644\u0635\u0641\u062D\u0629\u060C \u064A\u0645\u0643\u0646\u0643 \u0627\u0633\u062A\u062E\u062F\u0627\u0645 \u0647\u0630\u0627 \u0627\u0644\u0627\u062E\u062A\u0635\u0627\u0631 \u0644\u062A\u0631\u062C\u0645\u0629 \u062C\u0645\u064A\u0639 \u0627\u0644\u0645\u0646\u0627\u0637\u0642 \u0641\u064A \u0627\u0644\u0635\u0641\u062D\u0629 \u0628\u0634\u0643\u0644 \u062E\u0627\u0635.",confirmResetToDefaultSettings:"\u0647\u0644 \u062A\u0631\u064A\u062F \u0628\u0627\u0644\u062A\u0623\u0643\u064A\u062F \u0627\u0633\u062A\u0639\u0627\u062F\u0629 \u0647\u0630\u0647 \u0627\u0644\u062E\u062F\u0645\u0629 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0625\u0644\u0649 \u0627\u0644\u0625\u0639\u062F\u0627\u062F\u0627\u062A \u0627\u0644\u0627\u0641\u062A\u0631\u0627\u0636\u064A\u0629\u061F (\u0625\u0639\u0627\u062F\u0629 \u062A\u0639\u064A\u064A\u0646 \u0625\u0639\u062F\u0627\u062F\u0627\u062A \u062E\u062F\u0645\u0629 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u062D\u0627\u0644\u064A\u0629 \u0641\u0642\u0637)",shortcutDisableTooltip:"\u064A\u0631\u062C\u0649 \u0627\u0644\u0642\u064A\u0627\u0645 \u0628\u0627\u0644\u0625\u0639\u062F\u0627\u062F\u0627\u062A \u0641\u064A \u0635\u0641\u062D\u0629 \u0625\u062F\u0627\u0631\u0629 \u0627\u062E\u062A\u0635\u0627\u0631\u0627\u062A \u0627\u0644\u0645\u062A\u0635\u0641\u062D \u0627\u0644\u0645\u0642\u062F\u0645\u0629 \u060C \u0644\u0644\u0645\u0632\u064A\u062F \u0645\u0646 \u0627\u0644\u0625\u0631\u0634\u0627\u062F\u0627\u062A \u060C \u064A\u0631\u062C\u0649 \u0627\u0644\u0627\u0637\u0644\u0627\u0639 \u0639\u0644\u0649 \u0627\u0644\u062A\u0639\u0644\u064A\u0645\u0627\u062A \u0641\u064A \u0623\u0639\u0644\u0649 \u0647\u0630\u0647 \u0627\u0644\u0635\u0641\u062D\u0629.","desc.toggleMouseHoverTranslateDirectly":"\u0628\u0639\u062F \u0627\u0644\u0636\u063A\u0637 \u0639\u0644\u0649 \u0647\u0630\u0627 \u0627\u0644\u0645\u0641\u062A\u0627\u062D \u0627\u0644\u0633\u0631\u064A\u0639 \u060C \u0639\u0644\u0649 \u0627\u0644\u0635\u0641\u062D\u0629 \u060C \u0637\u0627\u0644\u0645\u0627 \u0623\u0634\u0627\u0631 \u0627\u0644\u0645\u0627\u0648\u0633 \u0625\u0644\u0649 \u0623\u064A \u0646\u0635 \u060C \u0633\u064A\u062A\u0645 \u062A\u0631\u062C\u0645\u0629 \u0647\u0630\u0627 \u0627\u0644\u0646\u0635 \u062A\u0644\u0642\u0627\u0626\u064A\u064B\u0627. \u0627\u0636\u063A\u0637 \u0639\u0644\u0649 \u0627\u0644\u0645\u0641\u062A\u0627\u062D \u0627\u0644\u0633\u0631\u064A\u0639 \u0645\u0631\u0629 \u0623\u062E\u0631\u0649 \u060C \u0648\u0633\u064A\u062A\u0645 \u0625\u063A\u0644\u0627\u0642 \u0647\u0630\u0647 \u0627\u0644\u0648\u0638\u064A\u0641\u0629 \u0627\u0644\u062A\u0644\u0642\u0627\u0626\u064A\u0629 \u0644\u0644\u062A\u0631\u062C\u0645\u0629.","desc.mouseHoverHoldKey":"\u0639\u0646\u062F \u062A\u0645\u0631\u064A\u0631 \u0627\u0644\u0645\u0627\u0648\u0633 \u0641\u0648\u0642 \u0641\u0642\u0631\u0629 \u0645\u0639\u064A\u0646\u0629 \u0648\u0627\u0644\u0636\u063A\u0637 \u0639\u0644\u0649 \u0627\u0644\u0645\u0641\u062A\u0627\u062D \u0627\u0644\u0633\u0631\u064A\u0639 \u0639\u0644\u0649 \u0627\u0644\u062C\u0627\u0646\u0628 \u0627\u0644\u0623\u064A\u0645\u0646 \u0641\u064A \u0627\u0644\u0648\u0642\u062A \u0646\u0641\u0633\u0647\u060C \u064A\u0645\u0643\u0646\u0643 \u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0641\u0642\u0631\u0629 \u0645\u0628\u0627\u0634\u0631\u0629.",paragraphMinTextCountDesc:"\u064A\u0631\u062C\u0649 \u0627\u0644\u0627\u0646\u062A\u0628\u0627\u0647 \u060C \u0647\u0646\u0627 \u064A\u062A\u0645 \u0627\u0644\u0625\u0634\u0627\u0631\u0629 \u0625\u0644\u0649 \u0637\u0648\u0644 \u0627\u0644\u062D\u0631\u0641 \u060C \u0639\u0644\u0649 \u0633\u0628\u064A\u0644 \u0627\u0644\u0645\u062B\u0627\u0644: hello \u0647\u0648 5 \u0623\u062D\u0631\u0641 \u060C \u0648\u062A\u0639\u064A\u064A\u0646 \u0642\u064A\u0645\u0629 \u0623\u0643\u0628\u0631 \u064A\u0645\u0643\u0646 \u0623\u0646 \u064A\u0642\u0644\u0644 \u0645\u0646 \u0627\u0644\u062A\u0631\u062C\u0645\u0627\u062A \u063A\u064A\u0631 \u0627\u0644\u0636\u0631\u0648\u0631\u064A\u0629 \u0644\u0644\u0641\u0642\u0631\u0627\u062A \u0627\u0644\u0635\u063A\u064A\u0631\u0629.","desc.touchShortcutsToggleTranslationMask":"\u062A\u0634\u064A\u0631 \u0642\u0646\u0627\u0639 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0625\u0644\u0649 \u062A\u0623\u062B\u064A\u0631 \u0627\u0644\u0636\u0628\u0627\u0628\u064A\u0629 \u0641\u064A \u0646\u0645\u0637 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 (\u0648\u0636\u0639 \u0627\u0644\u062A\u0639\u0644\u0645) \u060C \u0648\u0628\u0639\u062F \u0627\u0644\u062A\u0634\u063A\u064A\u0644 \u060C \u064A\u062A\u0645 \u0627\u0633\u062A\u062E\u062F\u0627\u0645 \u062A\u0623\u062B\u064A\u0631 \u0627\u0644\u0636\u0628\u0627\u0628\u064A\u0629 \u0645\u0624\u0642\u062A\u064B\u0627 \u0639\u0644\u0649 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u060C \u0645\u0645\u0627 \u064A\u0633\u0647\u0644 \u0627\u0644\u062A\u0639\u0644\u0645.","intro.floatBallDescription":"\u0628\u0639\u062F \u0627\u0644\u062A\u0641\u0639\u064A\u0644\u060C \u0633\u064A\u0638\u0647\u0631 \u0632\u0631 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0633\u0631\u064A\u0639\u0629 \u0639\u0644\u0649 \u0627\u0644\u062C\u0627\u0646\u0628 \u0627\u0644\u0623\u064A\u0645\u0646 \u0645\u0646 \u0627\u0644\u0635\u0641\u062D\u0629\u060C \u0627\u0646\u0642\u0631 \u0639\u0644\u064A\u0647 \u0644\u0644\u062A\u0631\u062C\u0645\u0629\u060C \u0648\u0627\u0646\u0642\u0631 \u0645\u0631\u0629 \u0623\u062E\u0631\u0649 \u0644\u0644\u0639\u0648\u062F\u0629 \u0625\u0644\u0649 \u0627\u0644\u0646\u0635 \u0627\u0644\u0623\u0635\u0644\u064A. \u0639\u0644\u0649 \u0627\u0644\u0623\u062C\u0647\u0632\u0629 \u0627\u0644\u0645\u062D\u0645\u0648\u0644\u0629\u060C \u0627\u0636\u063A\u0637 \u0645\u0639 \u0627\u0644\u0627\u0633\u062A\u0645\u0631\u0627\u0631 \u0639\u0644\u0649 \u0627\u0644\u0643\u0631\u0629 \u0627\u0644\u0645\u0639\u0644\u0642\u0629 \u0644\u0641\u062A\u062D \u0644\u0648\u062D\u0629 \u0627\u0644\u0625\u0639\u062F\u0627\u062F\u0627\u062A \u0627\u0644\u0633\u0631\u064A\u0639\u0629.","desc.touchShortcutsToggleTranslatePage":"\u0628\u0639\u062F \u0627\u0644\u0625\u0639\u062F\u0627\u062F \u060C \u0639\u0646\u062F \u0627\u0644\u062A\u0646\u0642\u0644 \u0628\u0627\u0644\u062C\u0647\u0627\u0632 \u0627\u0644\u0645\u062D\u0645\u0648\u0644 \u060C \u064A\u0645\u0643\u0646\u0643 \u0627\u0633\u062A\u062E\u062F\u0627\u0645 X \u0623\u0635\u0627\u0628\u0639 \u0644\u0644\u0645\u0633 \u0627\u0644\u0634\u0627\u0634\u0629 \u0641\u064A \u0646\u0641\u0633 \u0627\u0644\u0648\u0642\u062A \u060C \u0623\u0648 \u0627\u0644\u062A\u0645\u0631\u064A\u0631 \u0644\u0644\u064A\u0645\u064A\u0646 \u0648\u0627\u0644\u064A\u0633\u0627\u0631 \u060C \u0623\u0648 \u0627\u0644\u0646\u0642\u0631 \u0627\u0644\u0645\u062A\u0648\u0627\u0635\u0644 \u060C \u0644\u062A\u0641\u0639\u064A\u0644 \u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0635\u0641\u062D\u0629 / \u0639\u0631\u0636 \u0627\u0644\u0646\u0635 \u0627\u0644\u0623\u0635\u0644\u064A.",translationOnlyModeDescription:"\u062A\u0634\u064A\u0631 \u0648\u0636\u0639\u064A\u0629 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0641\u0642\u0637 \u0625\u0644\u0649 \u0639\u0631\u0636 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0641\u0642\u0637\u060C \u0648\u0644\u064A\u0633 \u0627\u0644\u0648\u0636\u0639 \u0627\u0644\u062B\u0646\u0627\u0626\u064A \u0627\u0644\u0644\u063A\u0629 \u0627\u0644\u0627\u0641\u062A\u0631\u0627\u0636\u064A. \u0627\u0644\u0631\u062C\u0627\u0621 \u0645\u0644\u0627\u062D\u0638\u0629: \u0628\u0633\u0628\u0628 \u0645\u0634\u0643\u0644\u0627\u062A \u0627\u0644\u062A\u0642\u0646\u064A\u0629\u060C \u0633\u062A\u0635\u0628\u062D \u0627\u0644\u0631\u0648\u0627\u0628\u0637 \u0627\u0644\u0641\u0627\u0626\u0642\u0629 \u0641\u064A \u0627\u0644\u0646\u0635 \u0627\u0644\u0623\u0635\u0644\u064A \u063A\u064A\u0631 \u0641\u0639\u0627\u0644\u0629 \u0641\u064A \u0648\u0636\u0639\u064A\u0629 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0641\u0642\u0637.","intro.hoverDescription":"\u062A\u0639\u062F \u0648\u0638\u064A\u0641\u0629 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0639\u0646\u062F \u062A\u0645\u0631\u064A\u0631 \u0627\u0644\u0645\u0624\u0634\u0631 \u0641\u0648\u0642 \u0627\u0644\u0646\u0635 \u062C\u0632\u0621\u064B\u0627 \u0645\u0647\u0645\u064B\u0627 \u062C\u062F\u064B\u0627 \u0645\u0646 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u063A\u0627\u0645\u0631\u0629\u060C \u0641\u0642\u0637 \u0636\u0639 \u0627\u0644\u0645\u0624\u0634\u0631 \u0639\u0644\u0649 \u0627\u0644\u0641\u0642\u0631\u0629 \u0648\u0627\u0636\u063A\u0637 \u0639\u0644\u0649 \u0627\u0644\u0645\u0641\u062A\u0627\u062D \u0627\u0644\u0633\u0631\u064A\u0639 \u0627\u0644\u0645\u062D\u062F\u062F \u0641\u064A \u0646\u0641\u0633 \u0627\u0644\u0648\u0642\u062A\u060C \u0648\u0633\u064A\u062A\u0645 \u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0641\u0642\u0631\u0629 \u0627\u0644\u062D\u0627\u0644\u064A\u0629 \u062A\u0644\u0642\u0627\u0626\u064A\u064B\u0627 (\u0645\u0644\u0627\u062D\u0638\u0629: \u0627\u0644\u0625\u0639\u062F\u0627\u062F \u0627\u0644\u0627\u0641\u062A\u0631\u0627\u0636\u064A \u0644\u064A\u0633 \u0645\u0641\u0639\u0644\u0627\u064B\u060C \u064A\u0631\u062C\u0649 \u0627\u0644\u0625\u0639\u062F\u0627\u062F \u0623\u062F\u0646\u0627\u0647)\u060C \u064A\u062A\u0645 \u0627\u0633\u062A\u062E\u062F\u0627\u0645 \u0647\u0630\u0627 \u0627\u0644\u062A\u0641\u0627\u0639\u0644 \u0644\u0627\u0633\u062A\u0628\u062F\u0627\u0644 \u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0643\u0644\u0645\u0627\u062A \u0627\u0644\u0645\u062D\u062F\u062F\u0629 \u0628\u0634\u0643\u0644 \u0623\u0641\u0636\u0644\u060C \u0628\u0627\u0644\u0625\u0636\u0627\u0641\u0629 \u0625\u0644\u0649 \u0630\u0644\u0643\u060C \u064A\u062A\u0645 \u0627\u0633\u062A\u062E\u062F\u0627\u0645 \u0647\u0630\u0647 \u0627\u0644\u0648\u0638\u064A\u0641\u0629 \u0639\u0644\u0649 \u0646\u0637\u0627\u0642 \u0648\u0627\u0633\u0639 \u0641\u064A \u062A\u0644\u0643 \u0627\u0644\u0645\u0646\u0627\u0637\u0642 \u0627\u0644\u062A\u064A \u0644\u0627 \u064A\u0645\u0643\u0646 \u0627\u0644\u062A\u0639\u0631\u0641 \u0639\u0644\u064A\u0647\u0627 \u0644\u0644\u062A\u0631\u062C\u0645\u0629\u060C \u064A\u0645\u0643\u0646\u0643 \u0627\u0633\u062A\u062E\u062F\u0627\u0645 \u0647\u0630\u0647 \u0627\u0644\u0648\u0638\u064A\u0641\u0629 \u0644\u062A\u0631\u062C\u0645\u0629 \u0623\u064A \u0641\u0642\u0631\u0629 \u0628\u0627\u0644\u0642\u0648\u0629.","neverTranslateText.description":"\u0628\u0633\u0628\u0628 \u0623\u0646 \u0628\u0639\u0636 \u0645\u062D\u0631\u0643\u0627\u062A \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0644\u0627 \u062A\u062A\u0639\u0631\u0641 \u0628\u0634\u0643\u0644 \u0645\u062B\u0627\u0644\u064A \u0639\u0644\u0649 \u0627\u0644\u0623\u0633\u0645\u0627\u0621 \u0627\u0644\u062E\u0627\u0635\u0629\u060C \u064A\u0645\u0643\u0646\u0643 \u0625\u0636\u0627\u0641\u0629 \u0643\u0644\u0645\u0627\u062A \u0647\u0646\u0627 \u0644\u0644\u062A\u0623\u0643\u062F \u0645\u0646 \u0623\u0646\u0647\u0627 \u0644\u0646 \u062A\u062A\u063A\u064A\u0631 \u0623\u062B\u0646\u0627\u0621 \u0639\u0645\u0644\u064A\u0629 \u0627\u0644\u062A\u0631\u062C\u0645\u0629. \u064A\u0631\u062C\u0649 \u0645\u0644\u0627\u062D\u0638\u0629 \u0623\u0646 \u0647\u0630\u0647 \u0627\u0644\u0648\u0638\u064A\u0641\u0629 \u062A\u0639\u062A\u0645\u062F \u0639\u0644\u0649 \u062D\u062C\u0645 \u0627\u0644\u062D\u0631\u0648\u0641\u060C \u0648\u062A\u062F\u0639\u0645 \u0641\u0642\u0637 \u0627\u0644\u0644\u063A\u0627\u062A \u0627\u0644\u062A\u064A \u062A\u0641\u0635\u0644 \u0627\u0644\u0643\u0644\u0645\u0627\u062A \u0628\u0645\u0633\u0627\u0641\u0627\u062A (\u0645\u062B\u0644 \u0627\u0644\u0625\u0646\u062C\u0644\u064A\u0632\u064A\u0629 \u0648\u0627\u0644\u0641\u0631\u0646\u0633\u064A\u0629)\u060C \u0648\u0644\u0627 \u062A\u0646\u0637\u0628\u0642 \u0639\u0644\u0649 \u0627\u0644\u0644\u063A\u0627\u062A \u0645\u062B\u0644 \u0627\u0644\u064A\u0627\u0628\u0627\u0646\u064A\u0629 \u0648\u0627\u0644\u0643\u0648\u0631\u064A\u0629.","intro.subtitleDescription":"\u0628\u0639\u062F \u062A\u0641\u0639\u064A\u0644 \u0647\u0630\u0647 \u0627\u0644\u0648\u0638\u064A\u0641\u0629\u060C \u0633\u064A\u062A\u0645 \u0639\u0631\u0636 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u062B\u0646\u0627\u0626\u064A\u0629 \u062A\u0644\u0642\u0627\u0626\u064A\u064B\u0627 \u0623\u062B\u0646\u0627\u0621 \u062A\u0634\u063A\u064A\u0644 \u0627\u0644\u0641\u064A\u062F\u064A\u0648. \u0625\u0630\u0627 \u0644\u0645 \u064A\u062A\u0645 \u0627\u0644\u062A\u0641\u0639\u064A\u0644\u060C \u0633\u062A\u062D\u062A\u0627\u062C \u0625\u0644\u0649 \u0627\u0644\u0646\u0642\u0631 \u064A\u062F\u0648\u064A\u064B\u0627 \u0639\u0644\u0649 \u0632\u0631 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0639\u0644\u0649 \u0627\u0644\u0635\u0641\u062D\u0629 \u0644\u0639\u0631\u0636 \u0627\u0644\u062A\u0631\u062C\u0645\u0629. \u064A\u0631\u062C\u0649 \u0645\u0644\u0627\u062D\u0638\u0629 \u0623\u0646 \u0628\u0639\u0636 \u0627\u0644\u0645\u0648\u0627\u0642\u0639 \u0642\u062F \u062A\u062D\u062A\u0627\u062C \u0625\u0644\u0649 \u062A\u062D\u062F\u064A\u062B \u0627\u0644\u0635\u0641\u062D\u0629 \u0623\u0648 \u0627\u0644\u0627\u0646\u062A\u0638\u0627\u0631 \u062D\u062A\u0649 \u064A\u062A\u0645 \u0627\u0644\u0627\u0646\u062A\u0647\u0627\u0621 \u0645\u0646 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0639\u0646\u062F \u062A\u0641\u0639\u064A\u0644 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0644\u0623\u0648\u0644 \u0645\u0631\u0629 \u0644\u0639\u0631\u0636 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u062B\u0646\u0627\u0626\u064A\u0629. (\u0628\u0627\u0644\u0625\u0636\u0627\u0641\u0629 \u0625\u0644\u0649 \u0630\u0644\u0643\u060C \u064A\u0645\u0643\u0646\u0643 \u0623\u064A\u0636\u064B\u0627 \u062A\u0641\u0639\u064A\u0644 / \u0625\u0644\u063A\u0627\u0621 \u062A\u0641\u0639\u064A\u0644 \u0644\u0648\u062D\u0629 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u063A\u0627\u0645\u0631\u0629 \u0645\u0646 \u0627\u0644\u0632\u0627\u0648\u064A\u0629 \u0627\u0644\u0639\u0644\u0648\u064A\u0629 \u0627\u0644\u064A\u0645\u0646\u0649 \u0628\u0639\u062F \u0641\u062A\u062D \u0645\u0648\u0642\u0639 \u0627\u0644\u0641\u064A\u062F\u064A\u0648)

\u064A\u062A\u0645 \u0627\u0644\u0622\u0646 \u062F\u0639\u0645 \u0627\u0633\u062A\u062E\u062F\u0627\u0645 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u062B\u0646\u0627\u0626\u064A\u0629 \u0639\u0644\u0649 \u0647\u0630\u0647 \u0627\u0644\u0645\u0648\u0627\u0642\u0639:",geminiWarning:"\u062A\u0646\u0628\u064A\u0647: \u0627\u0644\u062E\u062F\u0645\u0629 \u0627\u0644\u0645\u062C\u0627\u0646\u064A\u0629 \u0644\u0640 Gemini \u0627\u0644\u062A\u064A \u062A\u0642\u062F\u0645\u0647\u0627 Google \u0644\u0647\u0627 \u0642\u064A\u0648\u062F \u0635\u0627\u0631\u0645\u0629\u060C \u0642\u062F \u064A\u062D\u0643\u0645 Google \u0623\u0646 \u0627\u0644\u0645\u0633\u062A\u062E\u062F\u0645 \u064A\u0633\u062A\u062E\u062F\u0645 \u0645\u0641\u0627\u062A\u064A\u062D \u0645\u062A\u0639\u062F\u062F\u0629 \u0644\u062A\u062C\u0646\u0628 \u0642\u064A\u0648\u062F \u0627\u0644\u062D\u0635\u0629 \u0627\u0644\u0645\u062C\u0627\u0646\u064A\u0629 \u0627\u0644\u062E\u0627\u0635\u0629 \u0628\u0647\u0645\u060C \u0644\u0630\u0627 \u0644\u0627 \u064A\u064F\u0646\u0635\u062D \u0628\u0627\u0633\u062A\u062E\u062F\u0627\u0645\u0647\u0627\u060C \u064A\u064F\u0641\u0636\u0644 \u0627\u0644\u0627\u0646\u062A\u0638\u0627\u0631 \u062D\u062A\u0649 \u062A\u0641\u062A\u062D Google \u0648\u0627\u062C\u0647\u0629 \u0628\u0631\u0645\u062C\u0629 \u0627\u0644\u062A\u0637\u0628\u064A\u0642\u0627\u062A \u0627\u0644\u0645\u062F\u0641\u0648\u0639\u0629 \u0644\u0640 Gemini \u0641\u064A \u0627\u0644\u0645\u0633\u062A\u0642\u0628\u0644 \u0644\u0627\u0633\u062A\u062E\u062F\u0627\u0645\u0647\u0627.","floatBall.setting":"\u0625\u0639\u062F\u0627\u062F\u0627\u062A","floatBall.file":`\u062A\u0631\u062C\u0645\u0629 \u0645\u0644\u0641\u0627\u062A PDF\u060C EPUB\u060C SRT\u060C ASS\u060C HTML\u060C TXT`,"floatBall.translateToLanguage":"\u0627\u0646\u0642\u0631 \u0644\u0644\u062A\u0631\u062C\u0645\u0629 \u0625\u0644\u0649 {language}",changeToOnlyTempTranslationMode:"\u0642\u0645 \u0628\u0627\u0644\u062A\u0628\u062F\u064A\u0644 \u0625\u0644\u0649 \u0625\u0638\u0647\u0627\u0631 \u0627\u0644\u062A\u0631\u062C\u0645\u0627\u062A \u0641\u0642\u0637",changeToDualTempTranslationMode:"\u0627\u0644\u062A\u0628\u062F\u064A\u0644 \u0625\u0644\u0649 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u062B\u0646\u0627\u0626\u064A\u0629 \u0627\u0644\u0644\u063A\u0629","transitionMode.translation":"\u0641\u0642\u0637 \u0627\u0644\u0646\u0635 \u0627\u0644\u0645\u062A\u0631\u062C\u0645","options.navbar.translateFile":"\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0648\u062B\u0627\u0626\u0642","transitionMode.dual":"\u0645\u0642\u0627\u0628\u0644\u0629 \u062B\u0646\u0627\u0626\u064A\u0629 \u0627\u0644\u0644\u063A\u0629","options.navbar.installApp":"\u062A\u062B\u0628\u064A\u062A \u062A\u0637\u0628\u064A\u0642 \u0627\u0644\u0647\u0627\u062A\u0641 \u0627\u0644\u0645\u062D\u0645\u0648\u0644","transitionMode.inherit":"\u0645\u0639 \u0627\u0644\u062D\u0641\u0627\u0638 \u0639\u0644\u0649 \u0627\u0644\u062A\u0646\u0627\u0633\u0642 \u0645\u0639 \u0648\u0636\u0639 \u0639\u0631\u0636 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0627\u0641\u062A\u0631\u0627\u0636\u064A \u0644\u0644\u0646\u0638\u0627\u0645","subtitle.transitionMode":"\u0625\u0639\u062F\u0627\u062F\u0627\u062A \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0641\u0642\u0637 / \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u062B\u0646\u0627\u0626\u064A\u0629 \u0644\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0641\u064A\u062F\u064A\u0648","subtitle.transitionModeDescription":"\u0642\u0645 \u0628\u062A\u0639\u064A\u064A\u0646 \u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0641\u064A\u062F\u064A\u0648 \u0625\u0644\u0649 \u0627\u0644\u0646\u0635 \u0627\u0644\u0645\u062A\u0631\u062C\u0645 \u0641\u0642\u0637 \u0623\u0648 \u0645\u0642\u0627\u0631\u0646\u0629 \u0627\u0644\u0644\u063A\u062A\u064A\u0646",translateFileTooltip:`\u062A\u0631\u062C\u0645\u0629 \u0645\u0644\u0641\u0627\u062A PDF\u060C ePub\u060C srt\u060C ass\u060C HTML\u060C TXT`,"description.subtitlePrompt":`\u0641\u064A \u0633\u064A\u0627\u0642 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u062A\u062D\u062A \u0627\u0644\u0634\u0627\u0634\u0629 \u0639\u0646\u062F \u0625\u0631\u0633\u0627\u0644 \u0639\u062F\u0629 \u0641\u0642\u0631\u0627\u062A\u060C \u064A\u062A\u0645 \u0625\u0631\u0633\u0627\u0644 \u0627\u0644\u062D\u0648\u0627\u0631 \u0625\u0644\u0649 {service} \u0628\u0627\u0633\u0645 \u0627\u0644\u0645\u0633\u062A\u062E\u062F\u0645\u060C \u062D\u064A\u062B {{from}} \u064A\u0645\u062B\u0644 \u0644\u063A\u0629 \u0627\u0644\u0641\u0642\u0631\u0629\u060C \u0648{{to}} \u064A\u0645\u062B\u0644 \u0627\u0644\u0644\u063A\u0629 \u0627\u0644\u0645\u0633\u062A\u0647\u062F\u0641\u0629\u060C \u0648{{yaml}} \u0647\u0648 \u0645\u062D\u062A\u0648\u0649 \u0627\u0644\u0641\u0642\u0631\u0629 \u0627\u0644\u0630\u064A \u0646\u0642\u0648\u0645 \u0628\u062A\u063A\u0644\u064A\u0641\u0647 \u0628\u062A\u0646\u0633\u064A\u0642 yaml\u060C \u0625\u0630\u0627 \u0643\u0627\u0646 \u0644\u062F\u064A\u0643 \u062D\u0627\u062C\u0629 \u0644\u062A\u062E\u0635\u064A\u0635 Prompt\u060C \u064A\u062C\u0628 \u0623\u0646 \u062A\u0636\u0645\u0646 \u0623\u0646 \u0643\u0644 \u0639\u0646\u0635\u0631 \u0641\u064A \u0646\u062A\u0627\u0626\u062C YAML \u0627\u0644\u062A\u064A \u064A\u0631\u062F \u0639\u0644\u064A\u0647\u0627 \u0627\u0644\u0630\u0643\u0627\u0621 \u0627\u0644\u0627\u0635\u0637\u0646\u0627\u0639\u064A \u064A\u062D\u062A\u0648\u064A \u0639\u0644\u0649 \u062D\u0642\u0644 {env.imt_sub_trans_field}\u060C {{imt_sub_trans_field}} \u0647\u0648 \u0627\u0633\u0645 \u0627\u0644\u062D\u0642\u0644 \u0627\u0644\u0630\u064A \u0646\u0631\u063A\u0628 \u0641\u064A \u0623\u0646 \u064A\u0631\u062F \u0639\u0644\u064A\u0647 \u0627\u0644\u0630\u0643\u0627\u0621 \u0627\u0644\u0627\u0635\u0637\u0646\u0627\u0639\u064A \u0628\u0627\u0644\u062A\u0631\u062C\u0645\u0629\u060C \u0627\u0644\u0627\u0641\u062A\u0631\u0627\u0636\u064A \u0647\u0648: {env.imt_sub_trans_field}\u060C {{imt_sub_source_field}} \u0647\u0648 \u0627\u0633\u0645 \u0627\u0644\u062D\u0642\u0644 \u0627\u0644\u0623\u0635\u0644\u064A \u0627\u0644\u0630\u064A \u0646\u0642\u062F\u0645\u0647 \u0644\u0644\u0630\u0643\u0627\u0621 \u0627\u0644\u0627\u0635\u0637\u0646\u0627\u0639\u064A\u060C \u0627\u0644\u0627\u0641\u062A\u0631\u0627\u0636\u064A \u0647\u0648: {env.imt_sub_source_field}\u060C \u0646\u062A\u064A\u062C\u0629 \u0627\u0644\u0639\u064A\u0646\u0629: @@ -5015,7 +5015,7 @@ ass\u060C HTML\u060C TXT`,"description.subtitlePrompt":`\u0641\u064A \u0633\u064 - id: 1 {env.imt_trans_field}: \u0627\u0644\u062A\u0631\u062C\u0645\u0629 - id: 2 - {env.imt_trans_field}: \u0627\u0644\u062A\u0631\u062C\u0645\u0629`,"translationServices.claude":"\u0643\u0644\u0648\u062F","subtitle.quickButton.setting":"\u0625\u0639\u062F\u0627\u062F\u0627\u062A","subtitle.quickButton.white":"\u0623\u0628\u064A\u0636","subtitle.quickButton.black":"\u0627\u0644\u0644\u0648\u0646 \u0627\u0644\u0623\u0633\u0648\u062F","subtitle.quickButton.yellow":"\u0627\u0644\u0644\u0648\u0646 \u0627\u0644\u0623\u0635\u0641\u0631","subtitle.quickButton.backgroundOpacity":"\u0634\u0641\u0627\u0641\u064A\u0629 \u0627\u0644\u062E\u0644\u0641\u064A\u0629","subtitle.quickButton.translationPositionBottom":"\u0623\u0633\u0641\u0644 \u0627\u0644\u0646\u0635 \u0627\u0644\u0623\u0635\u0644\u064A","subtitle.quickButton.backgroundColor":"\u0644\u0648\u0646 \u0627\u0644\u062E\u0644\u0641\u064A\u0629","subtitle.quickButton.cyan":"\u0627\u0644\u0644\u0648\u0646 \u0627\u0644\u0623\u0632\u0631\u0642","subtitle.quickButton.translationPosition":"\u0645\u0648\u0642\u0639 \u0627\u0644\u062A\u0631\u062C\u0645\u0629","subtitle.quickButton.magenta":"\u0627\u0644\u0644\u0648\u0646 \u0627\u0644\u0642\u0631\u0645\u0632\u064A","subtitle.quickButton.translationTextColor":"\u0644\u0648\u0646 \u062E\u0637 \u0627\u0644\u0646\u0635","subtitle.quickButton.red":"\u0627\u0644\u0644\u0648\u0646 \u0627\u0644\u0623\u062D\u0645\u0631","subtitle.quickButton.translationPositionTop":"\u0641\u064A \u0627\u0644\u062C\u0632\u0621 \u0627\u0644\u0639\u0644\u0648\u064A \u0645\u0646 \u0627\u0644\u0646\u0635 \u0627\u0644\u0623\u0635\u0644\u064A","subtitle.quickButton.sourceTextColor":"\u0644\u0648\u0646 \u0627\u0644\u062E\u0637 \u0627\u0644\u0623\u0635\u0644\u064A","subtitle.quickButton.green":"\u0627\u0644\u0644\u0648\u0646 \u0627\u0644\u0623\u062E\u0636\u0631","subtitle.quickButton.sourceFontSize":"\u062D\u062C\u0645 \u0627\u0644\u062E\u0637 \u0627\u0644\u0623\u0635\u0644\u064A","subtitle.quickButton.blue":"\u0627\u0644\u0644\u0648\u0646 \u0627\u0644\u0623\u0632\u0631\u0642","subtitle.quickButton.translationFontSize":"\u062D\u062C\u0645 \u062E\u0637 \u0627\u0644\u0646\u0635 \u0627\u0644\u0645\u062A\u0631\u062C\u0645",attachSubtitleTranslating:"\u0627\u0633\u062A\u062E\u062F\u0645 {service} \u0644\u0644\u062A\u0631\u062C\u0645\u0629...","error.claude.403":"\u0644\u0627 \u062A\u0648\u062C\u062F \u0635\u0644\u0627\u062D\u064A\u0629 \u0645\u0624\u0642\u062A\u0629 \u0644\u0644\u0648\u0635\u0648\u0644 \u0625\u0644\u0649 \u0627\u0644\u062E\u062F\u0645\u0629\u060C \u0642\u062F \u064A\u0643\u0648\u0646 \u0630\u0644\u0643 \u0645\u0631\u062A\u0628\u0637\u064B\u0627 \u0628\u0627\u0644\u0642\u064A\u0648\u062F \u0627\u0644\u062C\u063A\u0631\u0627\u0641\u064A\u0629 \u0644\u0640 Claude \u060C \u064A\u0645\u0643\u0646\u0643 \u0645\u062D\u0627\u0648\u0644\u0629 \u062A\u063A\u064A\u064A\u0631 \u0639\u0646\u0648\u0627\u0646 IP \u0627\u0644\u062E\u0627\u0635 \u0628\u0643 \u060C \u0623\u0648 \u0627\u0633\u062A\u062E\u062F\u0627\u0645 \u062E\u062F\u0645\u0627\u062A \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0623\u062E\u0631\u0649.","browser.brandDescriptionForSafari":"\u3010\u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u063A\u0627\u0645\u0631\u0629\u3011 \u0625\u0636\u0627\u0641\u0629 \u0645\u062C\u0627\u0646\u064A\u0629 \u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0635\u0641\u062D\u0627\u062A \u0627\u0644\u062B\u0646\u0627\u0626\u064A\u0629 \u0627\u0644\u0644\u063A\u0629 (\u0627\u0644\u0646\u0635 \u0627\u0644\u0623\u0635\u0644\u064A / \u0627\u0644\u062A\u0631\u062C\u0645\u0629)\u060C \u062A\u062F\u0639\u0645 \u0641\u064A \u0627\u0644\u0648\u0642\u062A \u0646\u0641\u0633\u0647 \u062A\u0631\u062C\u0645\u0629 PDF \u0648\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0643\u062A\u0628 \u0627\u0644\u0625\u0644\u0643\u062A\u0631\u0648\u0646\u064A\u0629 EPUB \u0645\u0639 \u0627\u0644\u062D\u0641\u0627\u0638 \u0639\u0644\u0649 \u062A\u0646\u0633\u064A\u0642 \u0627\u0644\u0648\u062B\u064A\u0642\u0629 \u0627\u0644\u0623\u0635\u0644\u064A\u0629\u060C \u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u062A\u0631\u062C\u0645\u0627\u062A \u0627\u0644\u062B\u0646\u0627\u0626\u064A\u0629 \u0627\u0644\u0644\u063A\u0629 \u0644\u0644\u0641\u064A\u062F\u064A\u0648\u0647\u0627\u062A \u0639\u0644\u0649 \u0627\u0644\u0625\u0646\u062A\u0631\u0646\u062A \u0645\u062B\u0644 Youtube/Netflix\u060C \u062A\u062F\u0639\u0645 \u062E\u062F\u0645\u0627\u062A \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0631\u0626\u064A\u0633\u064A\u0629 \u0645\u062B\u0644 Deepl/Google\u061B","browser.PdfProFile":"\u062A\u0631\u062C\u0645\u0629 PDF Pro \u0628\u062F\u0639\u0645 \u0645\u0646 \u0627\u0644\u0630\u0643\u0627\u0621 \u0627\u0644\u0627\u0635\u0637\u0646\u0627\u0639\u064A","browser.textTranslate":"\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0646\u0635"};var fh={nologin:"nicht eingeloggt",loginForSafari:"Anmelden oder Registrieren",login:"Anmelden, um eine Mitgliedschaft zu er\xF6ffnen",manageAccount:"Verwaltete Konten",openPremium:"Offene Mitgliedschaft",logout:"Abbrechen",curentPlan:"Aktuelle Pakete",endAt:"Verfallsdatum",endAuto:"automatische Erneuerung",lineBreakMaxTextCount:"Maximal zul\xE4ssige Anzahl von Zeichen pro Satz nach Zeilenumbr\xFCchen","translate-pdf":"Zum \xDCbersetzen PDF anklicken","noSupportTranslate-pdf":"Script nicht unterst\xFCtzt, bitte Plugin verwenden","translate-firefox-local-pdf":"Klicken Sie, um zu PDF importieren zu gelangen",enableLineBreak:"Automatischen Zeilenvorschub f\xFCr lange Abs\xE4tze aktivieren",sponsorLabel:"$1 Gesponserte Entwickler",help:"Hand",browserShortcutsNoteForFirefox:'Um die Verkn\xFCpfungen in Firefox zu \xE4ndern, m\xFCssen Sie die Seite f\xFCr die Verwaltung der Erweiterungen "about:addons" \xF6ffnen, dann auf "Einstellungen" und dann auf "Verkn\xFCpfungen verwalten" klicken, um die Verkn\xFCpfungen festzulegen.',browserShortcutsNoteForChrome:'Um Verkn\xFCpfungen in Chrome zu \xE4ndern, m\xFCssen Sie die Seite f\xFCr die Verwaltung von Erweiterungen \xF6ffnen, sie im Bereich "Verkn\xFCpfungen verwalten" festlegen (chrome://extensions/shortcuts) und auf die Schaltfl\xE4che unten klicken, um zur Seite f\xFCr die Verwaltung von Verkn\xFCpfungen zu gelangen.',browserShortcutsSucks:"Benutzerdefinierte Tastenkombinationen werden wie folgt formatiert (es erfolgt keine automatische Erkennung, bitte direkt eingeben)\uFF1A",enableLineBreakDescription:"Wenn diese Funktion aktiviert ist, werden in langen Abs\xE4tzen am Ende jedes Satzes Zeilenumbr\xFCche eingef\xFCgt, um die Lesbarkeit zu verbessern.","browser.shortBrandName":"Immersions\xFCbersetzung","browser.brandName":"Immersion Translation: Bilinguale Webseiten & PDF \xDCbersetzung","browser.brandDescription":"Bilingual web page translation, also supports PDF translation, bilingual Epub eBook translation, free to use.","browser.toggleTranslatePage":"Seite \xFCbersetzen/ Originaltext anzeigen","browser.toggleTranslateTheWholePage":"Alle Bereiche der Seite \xFCbersetzen/den Originaltext anzeigen","browser.toggleOnlyTransation":"Wechseln Sie in den Zweisprachen-/Nur-\xDCbersetzungsmodus","browser.toggleTranslateToThePageEndImmediately":"Sofortige \xDCbersetzung am Ende der Seite/Anzeige des Originaltextes","browser.toggleTranslateTheMainPage":"Den Hauptbereich der Seite \xFCbersetzen/den Originaltext anzeigen","browser.shareToDraft":"Zweisprachige Seiten teilen","browser.openOptionsPage":"\xD6ffnen Sie die Einstellungsseite","browser.toggleTranslationMask":"Translationsunsch\xE4rfe-Effekt ein-/ausblenden","browser.translateLocalPdfFile":"Lokale PDF-Dateien \xFCbersetzen","browser.openEbookViewer":"Lokale eBooks lesen","browser.openEbookBuilder":"Zweisprachige EPUB eBooks erstellen","browser.translateLocalHtmlFile":"HTML/Txt-Dateien \xFCbersetzen","browser.donateContext":"Erfahren Sie mehr \xFCber die Vorteile eines Sponsors","browser.translateLocalSubtitleFile":"Lokale Untertiteldateien \xFCbersetzen",confirmResetConfig:"Sind Sie sicher, dass Sie die Einstellungen zur\xFCcksetzen wollen?",translationLineBreakSettingTitle:"\xDCbersetzung Zeilenvorschubeinstellung",smartLineBreak:"Smart Line Feed (Berechnung)",alwaysLineBreak:"Immer Zeilenvorschub",isShowContextMenu:"Hinzuf\xFCgen \xFCbersetzter Seiten zu Rechtsklick-Men\xFCpunkten",toggleBeta:"Aktivieren von Beta-Testfunktionen",betaDescription:"Aktivieren Sie Funktionen, die noch experimentell sind, sowie einen \xDCbersetzungsdienst in der Beta-Phase. Treten Sie der <1>Telegram-Gruppe bei, um mehr zu erfahren.",translationLineBreakSettingDescription:"Bei Seiten mit wenig Inhalt sind die Zeilenumbr\xFCche immer ordentlich und \xFCbersichtlich. (Verwenden Sie intelligente Zeilenumbr\xFCche in langen, inhaltsreichen Abs\xE4tzen (mehr als{count}Zeichen), um Platz zu sparen).",tempTranslateDomainTitle:"Dauer des vor\xFCbergehenden Einschaltens der Website-\xDCbersetzung",tempTranslateDomainDescription:"Wenn Sie eine Webseite manuell \xFCbersetzen, schalten Sie die Website vor\xFCbergehend f\xFCr die automatische \xDCbersetzung ein, und Sie k\xF6nnen die vor\xFCbergehende Dauer festlegen.",xMinutes:"{count} Minuten",disabled:"die Verwendung von etw. untersagen",changelog:"Protokoll aktualisieren",toggleTranslatePageWhenThreeFingersOnTheScreen:"Gleichzeitiges Ber\xFChren des Bildschirms mit mehreren Fingern \xFCbersetzt Webseiten/zeigt den Originaltext an",toggleTranslationMaskWhenThreeFingersOnTheScreen:"Durch Ber\xFChren mit mehreren Fingern wird der Unsch\xE4rfeeffekt ein- und ausgeblendet.",fingerCountToToggleTranslagePageOnlyTranslationWhenTouching:"Wenn Sie mit mehreren Fingern gleichzeitig den Bildschirm ber\xFChren, wird die Webseite \xFCbersetzt (nur \xDCbersetzung) bzw. der Originaltext angezeigt.",addUrlDescription:"Kann ein Dom\xE4nenname sein und unterst\xFCtzt auch Wildcards, z. B.\uFF1A*.google.com, google.com/mail/*, https://www.google.com/*",general:"Grundeinstellungen",clickToExpandConfig:"Aktuelle Konfiguration erweitern",import:"Aus Datei importieren",export:"In Datei exportieren",toggleDebug:"Das Debug-Protokoll auf der Konsole ausgeben","fingers.0":"Klageschrift","fingers.2":"Zwei-Finger-Ber\xFChrung","fingers.3":"Drei-Finger-Ber\xFChrung","fingers.4":"Vier-Finger-Ber\xFChrung","fingers.5":"F\xFCnf-Finger-Ber\xFChrung",mouseHoldKey:"+ {key} \xDCbersetzen/Wiederherstellen des Absatzes",mouseHoldKeyAuto:"Direkte \xDCbersetzung des Absatzes",mouseHoldKeyOff:"Tun Sie nichts.",mouseHoldKeyOther:"Benutzerdefinierte Tastenkombinationen (Einstellungen \xF6ffnen)",mouseHoldKeyCustomKey:"{key} \xDCbersetzung/K\xFCrzung des Absatzes",mouseHoverHoldKey:"\xDCbersetzen Sie Abs\xE4tze, indem Sie die Tastenkombination dr\xFCcken, w\xE4hrend Sie mit der Maus dar\xFCber fahren.","mouse-translate":"Mauszeiger",document:"(Computer-)Datei",resetSuccess:"Alle Einstellungen erfolgreich zur\xFCcksetzen",resetThisSuccess:"Zur\xFCcksetzen erfolgreich",saved:"Erfolgreich speichern",successImportConfig:"Erfolgreich importierte Konfiguration",goAdvancedSettings:"Gehen Sie zur Seite Erweiterte Einstellungen",goAdvancedInterfaceSettings:"Gehen Sie zur Seite Erweiterte Anpassungseinstellungen",advanced:"Erweiterte Einstellungen",advancedDescription:"In der Regel sind keine Einstellungen erforderlich, belassen Sie es bei der Standardeinstellung. Nur f\xFCr spezialisiertere Benutzer sind mehr personalisierte Einstellungen verf\xFCgbar.",developer:"Einstellungen f\xFCr Entwickler",donateCafe:"Preise","translate to the bottom of the page":"Wird sie unmittelbar nach dem Betreten der Seite an das Ende der Seite \xFCbersetzt?",feedback:"Frage Feedback",toggleTranslatePage:"Seite \xFCbersetzen/ Originaltext anzeigen",translateToThePageEndImmediatelyDescription:"Wenn Sie die Funktion einschalten, wird der Inhalt sofort bei der Eingabe vom oberen zum unteren Rand der Seite \xFCbersetzt. Wenn Sie die Funktion ausschalten, wird der Inhalt w\xE4hrend des Lesens \xFCbersetzt. (Nicht empfohlen)","translate all areas of the page":"Ob alle Bereiche der Seite \xFCbersetzt werden sollen",translationAreaDescription:"Ist die Option aktiviert, werden alle Bereiche der gesamten Webseite \xFCbersetzt. Wenn Sie die Option ausschalten, wird die standardm\xE4\xDFige intelligente Erkennung verwendet und nur die Hauptbereiche werden \xFCbersetzt. (Es wird nicht empfohlen, diese Funktion einzuschalten)","the number of characters to be translated first":"\xDCbersetzen Sie direkt die ersten Zeichen der Seite, ohne zu warten, bis der Anzeigebereich angezeigt wird.","interface language":"Interface-Sprache","display both the original text and the translation":"Gleichzeitige Anzeige von Original und \xDCbersetzung","keyboard shortcuts":"Tastaturkurzbefehle",modify:"Tastenkombinationen \xE4ndern",reset:"reprovision",close:"Klageschrift",homepage:"Homepage",more:"mehr",moreOptions:"Erweitern Sie Ihre Anpassungsoptionen",translateTheWholePage:"Alle Bereiche der Seite \xFCbersetzen (im Gegensatz zu einer intelligenten Erkennung der Hauptbereiche)",changeToTranslateTheWholePage:"Umschalten auf die \xDCbersetzung aller Regionen",changeToTranslateTheMainPage:"Zum Hauptbereich \xDCbersetzen wechseln",changeToOnlyTranslationMode:"Umschalten, um nur \xDCbersetzungen anzuzeigen",changeToDualTranslationMode:"Umschalten auf zweisprachige \xDCbersetzung",translateToThePageEndImmediately:"Sofortige \xDCbersetzung an das Ende der Seite",translateTheMainPage:"Intelligente \xDCbersetzung Schl\xFCsselregionen","The local rules are up to date":"Die \xF6rtlichen Anpassungsvorschriften sind auf dem neuesten Stand.","Successfully synchronized with the latest official rules:":"Erfolgreich synchronisiert mit den neuesten offiziellen Anpassungsregeln.","Checking for updates":"Pr\xFCfen auf Aktualisierungen","Rules are being synchronized":"Anpassungsregeln werden synchronisiert",localVersionIsTooOld:"Die Version der lokalen Erweiterung ist zu alt. Bitte aktualisieren Sie die Erweiterung auf {minVersion} oder eine neuere Version, bevor Sie versuchen zu synchronisieren.",badUserscriptBrowser:"Der aktuelle Browser implementiert die Schnittstelle der Grease Monkey-Erweiterung nicht korrekt (z. B. um Informationen \xFCber die Versionsnummer des Grease Monkey-Skripts selbst zu erhalten). Bitte verwenden Sie andere Browser, die die <1>Grease Monkey-Erweiterung unterst\xFCtzen, wie z. B. Firefox.",foundNewVersion:"Entdecken Sie die neue Version",theLocalExtensionIsUpToUpdate:"Die aktuelle Erweiterung ist auf dem neuesten Stand.",failToSyncRules:"Fehlende Synchronisierung der neuesten Anpassungsregeln",retry:"Klicken Sie hier, um es erneut zu versuchen",failedReason:"Gr\xFCnde f\xFCr das Scheitern",currentRuleVersion:"Aktuelle Regelversion",calculating:"Berechnungen",unknownError:"unbekannter Fehler",canNotFetchRemoteRule:"Remote-Regeln k\xF6nnen nicht abgerufen werden",enableAlphaSuccess:"Alpha aktiviert",disableAlphaSuccess:"Die Alpha-Funktion wurde ausgeschaltet.",cacheSize:"Cache-Gr\xF6\xDFe\uFF1A",cleaning:"in Liquidation befindlich",cleanCache:"den Cache l\xF6schen",options:"aufstellen",about:"in Bezug auf",service:"Dolmetscherdienst",needAction:"(Gehe zu Einstellungen)",goSettings:"loslegen und einrichten",needActionForOptions:"(noch einzurichten)",translationEngine:"Motor Optionen",sourceLanguage:"Originalsprache",target:"Zielsprache",popupSourceLanguage:"Originalsprache",popupTarget:"Zielsprache",popupService:"Dolmetscherdienst",forThisSite:"Aktuelle Website",autoEnableSubtitle:"Automatisches \xD6ffnen von zweisprachigen Untertiteln",alwaysTranslate:"\xDCbersetzen Sie immer",neverTranslate:"Niemals \xFCbersetzen",alwaysTranslateSomeLanguage:"\xDCbersetzen Sie immer {language}",neverTranslateSomeLanguage:"Niemals \xFCbersetzen {language}",alwaysTranslateSomeSite:"\xDCbersetzen Sie immer {hostname}",neverTranslateSomeSite:"Niemals \xFCbersetzen {hostname}",alwaysTranslateSomeSiteOrWildSite:"\xDCbersetzen Sie immer die Website",alwaysTranslateSomePage:"\xDCbersetzen Sie die Seite immer",add:"erh\xF6hen.",default:"Standard (Einstellung)",forThisLanguage:"F\xFCr diese Sprache\uFF1A","add url":"URL eingeben",edit:"Compiler","translate other languages into specific language":"\xDCbersetzen Sie andere Sprachen in Ihre eingestellte Sprache","select translation service":"W\xE4hlen Sie einen \xDCbersetzungsdienst",language:"Mehrsprachigkeit","show-original":"Originaltext anzeigen",translate:"Rendering",Translated:"\xFCbersetzt",Translating:"in \xDCbersetzung",Error:"falsch",allowCacheTranslations:"Aktivieren Sie das lokale \xDCbersetzungscaching (um \xDCbersetzungsanfragen f\xFCr doppelte Passagen zu reduzieren)","translation display":"Anzeigestil der \xDCbersetzung","select diplay style":"Unterscheiden Sie die verschiedenen \xDCbersetzungsstile anhand der folgenden Beispiele",interface:"Interface-Einstellungen",import_export:"Import/Export",import_export_title:"Konfiguration importieren/exportieren",syncToGoogleDrive:"Jetzt mit Google Drive synchronisieren",floatBallOptions:"Hoverball-Einstellungen","floatBallOptions.enable":"Hoverball freischalten","floatBallOptions.blockUrls":"Website deaktivieren","floatBallOptions.add":"erh\xF6hen.","floatBallOptions.blockUrlDesc":"Schwebeb\xE4lle werden nicht angezeigt, wenn die folgenden Websites aufgerufen werden","floatBallOptions.clickType":"Klickverhalten","floatBallOptions.clickTypeDesc":"Verhalten des Hoverball-Symbols beim Anklicken","floatBallOptions.clickPopup":"\xDCbersetzungspanel anzeigen","floatBallOptions.clickTranslate":"\xDCbersetzung/Anzeige des Originaltextes","floatBallOptions.fixedPosition":"\u56FA\u5B9A\u4F4D\u7F6E","floatBallOptions.fixedPositionDesc":"\u60AC\u6D6E\u7403\u5728\u7A97\u53E3\u5DE6\u4FA7\u8FD8\u662F\u53F3\u4FA7","floatBallOptions.fixedPositionLeft":"\u5DE6\u4FA7","floatBallOptions.fixedPositionRight":"\u53F3\u4FA7",previewAllThemes:"Vorschau aller Stile","translationTheme.none":"nicht haben","translationTheme.grey":"dunkelgrau","translationTheme.dashed":"gepunktete Unterstreichung","translationTheme.dotted":"gepunkteter Unterstrich","translationTheme.dashedBorder":"gepunkteter Rand","translationTheme.solidBorder":"feste Umrandung","translationTheme.underline":"Unterstreichen Sie gerade Linien","translationTheme.mask":"Fuzzy-Effekte (Lernmodi)","translationTheme.opacity":"Transparenz-Effekt","translationTheme.paper":"Wei\xDFes Papier Schatteneffekt","translationTheme.dividingLine":"Trennungslinie","translationTheme.highlight":"hohe Helligkeit","translationTheme.marker":"Markierung (Lehnwort)","translationTheme.marker2":"Markierung 2","translationTheme.blockquote":"Referenzierungsstile","translationTheme.weakening":"Schw\xE4chung","translationTheme.italic":"Schr\xE4gschrift","translationTheme.bold":"eindicken","translationTheme.thinDashed":"d\xFCnne gepunktete Linie, Unterstrich","translationTheme.nativeDashed":"Das System ist mit einem gepunkteten Unterstrich versehen","translationTheme.nativeDotted":"System kommt mit gepunktetem Unterstrich","translationTheme.nativeUnderline":"Das System wird mit einer geraden Linie unterstrichen","translationTheme.wavy":"gewellte Linie","translationServices.custom":"Benutzerdefinierte API","translationServices.tencent":"Tencent \xDCbersetzer","translationServices.tenAlpha":"Tencent \xDCbersetzer (Alpha)","translationServices.google":"Google \xDCbersetzen","translationServices.bai":"Baidu (Alpha)","translationServices.baidu":"Baidu's \xDCbersetzung","translationServices.aliyun":"AliCloud \xDCbersetzung","translationServices.volc":"Vulkan\xFCbersetzung","translationServices.deeplx":"DeepLX (Beta)","translationServices.bing":"Microsoft \xDCbersetzen","translationServices.deepl":"DeepL","translationServices.wechat":"WeChat \xDCbersetzung","translationServices.azure":"Azure-\xDCbersetzung","translationServices.ibm":"IBM Watson","translationServices.aws":"Amazonas-\xDCbersetzung","translationServices.mock":"Simulierte \xDCbersetzung","translationServices.mock2":"Simulierte \xDCbersetzung 2","translationServices.caiyun":"lit. bunte Wolken und kleine \xDCbersetzungen","translationServices.cai":"Bunte Wolken (Alpha)","translationServices.volcAlpha":"Vulkan (Alpha)","translationServices.openl":"OpenL","translationServices.youdao":"Youtube-\xDCbersetzung","translationServices.you":"Youdao \xDCbersetzer (Alpha)","translationServices.transmart":"Tencent Interactive \xDCbersetzung","translationServices.niu":"Maverick Translator","translationServices.papago":"Papago \xDCbersetzung","translationServices.d":"D (Alpha)","translationServices.dpro":"D Pro (Kanarienvogel)","translationServices.openai":"OpenAI","translationServices.yandex":"Yandex","translationServices.chatgpt":"ChatGPT Web(3.5 mobil)","translate title":"Seitentitel \xFCbersetzen","always languages":"\xDCbersetzen Sie immer die Sprache",neverTranslateLanguagesLabel:"Die Sprache, die nie \xFCbersetzt werden wird",neverTranslateTheFollowingLanguagesDescription:"\xDCbersetzungen werden \xFCbersprungen, wenn ein Absatz auf der Seite in einer der folgenden Sprachen vorliegt",enableUserscriptPagePopup:"Schwebeball auf der Seite anzeigen",enableUserscriptPagePopupDescription:"Nachdem Sie den Hoverball ausgeschaltet haben, k\xF6nnen Sie ihn mit dem Shortcut /{touch}wieder aufrufen. Es wird dringend empfohlen, diese Einstellungsseite als Lesezeichen zu speichern, um zu verhindern, dass der Hoverball nach dem versehentlichen Ausschalten dieser Option nicht mehr gefunden wird!","always translate the following languages":"\xDCbersetzt automatisch in die Zielsprache, wenn die Seite in einer der folgenden Sprachen vorliegt","always sites":"Immer \xFCbersetzte Websites","always translate the following sites":"Websites werden automatisch in die Zielsprache \xFCbersetzt, wenn es sich um die Domainnamen von","never sites":"Nie \xFCbersetzte Website","never translate the following sites":"\xDCbersetzungen werden nicht durchgef\xFChrt, wenn die Website f\xFCr die folgenden Domains bestimmt ist","please refer to":"Sie m\xFCssen den Schl\xFCssel ausf\xFCllen, bevor Sie ihn verwenden k\xF6nnen.",KeyAndConfigurationTutorial:"Tutorial zur Anwendung und Konfiguration von Schl\xFCsseln",useAboveStyleForTheseSites:"Verwenden Sie immer den \xDCbersetzungsstil \u2308{theme}\u230B, wenn die Website f\xFCr die folgenden Domains bestimmt ist",currentUrl:"Aktuelle URL",confirm:"Speichern (einer Datei usw.) (Informatik)",cancel:"Stornierungen",delete:"entfernen","languages.auto":"automatische Erkennung",syncToCloud:"Mit Google Drive synchronisieren",syncToCloudDescription:"Die in die Cloud hochgeladene Konfiguration kann zwischen verschiedenen Browsern bzw. Grease-Monkey-Skripten synchronisiert werden, je nachdem, was zuletzt ge\xE4ndert wurde.",syncToAccount:"Synchronisierung mit der Immersive Translation Cloud",syncToAccountButton:"Sofortige Synchronisierung mit der Cloud",syncToAccountDescription:"Automatische Synchronisierung von Konfigurationen zwischen verschiedenen Ger\xE4ten, je nachdem, was zuletzt ge\xE4ndert wurde.",successSyncConfigInAccount:"Erfolgreiche Synchronisierung mit der Cloud",successSyncConfigToAccount:"Erfolgreiche Synchronisierung mit der Cloud",syncConfigNoUpdate:"Sie ist bereits auf dem neuesten Stand.",authFail:"Autorisierungsfehler",syncTitle:"Manuelles Backup-Management",import_hint:"importieren (Daten)",upload:"hochladen",revokeAuth:"eine Zulassung widerrufen",uploadFail:"Upload fehlgeschlagen",download:"Herunterladen von",importSuccess:"Erfolgreich importiert",importFail:"Importfehler",deleteFail:"L\xF6schen fehlgeschlagen",backupToCloud:"Manuelle Verwaltung von Sicherungsdateien",create_new_backup:"Einen neuen Sicherungsknoten hinzuf\xFCgen",maxBackupFiles:"Es k\xF6nnen bis zu{count}verschiedene Nodes gesichert werden, bitte l\xF6schen Sie die Nodes, die Sie nicht ben\xF6tigen.",backupToCloudDescription:"Manuelles Hochladen oder Wiederherstellen von Sicherungsdateien, wobei bis zu 3 verschiedene Sicherungen m\xF6glich sind",successSyncConfig:"Erfolgreiche Synchronisierung mit der Cloud",syncFail:"Synchronisationsfehler",updatedAt:"Aktualisiert von {date}",lastSyncedAt:"Zuletzt gepr\xFCft unter {date}",downloadFail:"Download fehlgeschlagen",clickToDownload:"Klicken Sie zum Herunterladen",aboutLabel:"\xDCber - Feedback","browser.openAboutPage":"\xDCber/Feedback",aboutLabelWithoutSponsor:"\xDCber - Feedback",aboutIntro:"M\xF6gen wir alle einen einfacheren und angenehmeren Zugang zu der riesigen Menge fremdsprachiger Informationen im Internet haben \u2764\uFE0F Sie k\xF6nnen Ihre <6>Pro-Mitgliedschaft aktivieren, um die sofort einsetzbaren DeepL und OpenAI-\xDCbersetzungen zu nutzen.

Sie k\xF6nnen uns auf <3>Twitter, <4>Telegram, Weibo, WeChat folgen oder <5>sich in unsere Mailingliste eintragen, um Updates zu erhalten.
<7>Pro-Mitglieder k\xF6nnen uns unter <8>support@immersivetranslate.com kontaktieren, um schnellen Kundenservice zu erhalten.",aboutIntroWithoutSponsor:"M\xF6gen wir alle einen leichteren und angenehmeren Zugang zu der enormen Menge an fremdsprachlichen Informationen haben, die im Internet zur Verf\xFCgung stehen \u2764\uFE0F

Sie k\xF6nnen uns auf <3>Twitter, im <4>Telegram-Kanal, auf WeChat und WeChat Exchange folgen oder <5>sich unten per <5>E-Mail f\xFCr Updates <5>anmelden.",projectHomepage:"Projekt Heimat",joinTelegramGroup:"Treten Sie der Benutzergruppe bei, um an Diskussionen \xFCber Funktionen teilzunehmen.",wechatPublicAccount:"WeChat \xD6ffentlich",wechatCommunities:"WeChat Austauschgruppe",qqCommunities:"QQ Kommunikationskanal",joinTelegramChannel:"Folgen Sie dem Telegram-Kanal f\xFCr aktuelle Updates",feedbackAndJoin:"Frage Feedback / Gruppe hinzuf\xFCgen",autoSync:"automatische Zeitsynchronisation",loadingThemeTitle:"Stil laden",loadingThemeDescription:"Einstellen des Stils beim Warten auf das Laden der \xDCbersetzung","loadingTheme.spinner":"Animation zum Drehen","loadingTheme.text":"etw. in statischer Schrift ","loadingTheme.none":"nicht gezeigt",developerDescription:"Die Dokumentation zur erweiterten Anpassung finden Sie <1>hier","edit border color":"\xC4ndern Sie die Farbe des Rahmens",successSyncButNoChange:"Die aktuelle Konfiguration ist mit der Cloud konsistent",customTheme:"Individuelle Farben und Gr\xF6\xDFen","customThemeLabel.borderColor":"Farbe der Umrandung","customThemeLabel.borderRadius":"Abgerundete Kanten","customThemeLabel.textColor":"Textfarbe","customThemeLabel.backgroundColor":"Hintergrundfarbe","customThemeLabel.zoom":"Skalierung der Schrift (%)","customThemeLabel.opacity":"Text-Opazit\xE4t (%)",resetToDefaultColor:"Wiederherstellung der Standardfarben",resetToDefaultSettings:"Wiederherstellen der Standardeinstellungen",isTranslateTitle:"\xDCbersetzung der Seitentitel aktivieren",isTranslateTitleDescription:"Beim \xD6ffnen wird der Seitentitel \xFCbersetzt",enableSearchEnhancement:"Erm\xF6glichung der zweisprachigen Erweiterung von Nachrichten",enableSearchEnhancementDescription:'Sobald diese Funktion aktiviert ist, werden die Suchergebnisse von "Google News" automatisch in der rechten Spalte der unterst\xFCtzten Websites (Google News, Google Search (einige Suchbegriffe), Snowball, Oriental Fortune, Futura, Tiger Community) f\xFCr die entsprechenden englischen Suchbegriffe angezeigt.',verifyService:"Klicken Sie hier, um den Dienst zu testen",verified:"Erfolg \xFCberpr\xFCfen","field.langs":"Unterst\xFCtzte Sprachcodes","field.model":"Modellierung","field.translationEngine":"\xDCbersetzungsmotor","field.limitPerMinute":"Maximale Anfragen pro Minute","field.limitPerSecond":"Maximale Anzahl von Anfragen pro Sekunde","field.maxTextLengthPerRequest":"Maximale Textl\xE4nge pro Anfrage","field.maxTextGroupLengthPerRequest":"Maximale Anzahl von Abs\xE4tzen pro Anfrage","field.apiUrl":"Adresse der benutzerdefinierten API-Schnittstelle","field.placeholderDelimiters":"reservierter Platzhalter","description.custom":"Benutzerdefinierte Schnittstelle Zugriff Dokumentation erforderlich","description.limitPerMinute":"Anfragen, die diese Grenze \xFCberschreiten, werden bis zum Beginn der n\xE4chsten Minute in eine Warteschlange gestellt. Aufgrund der verschiedenen Einschr\xE4nkungen von OpenAIs aktuellem Service, klicken Sie bitte <1>hier f\xFCr die neuesten vorgeschlagenen Werte","description.limitPerSecond":"Anfragen, die diese Grenze \xFCberschreiten, werden bis zum Beginn der n\xE4chsten Sekunde in eine Warteschlange gestellt. Aufgrund der verschiedenen Einschr\xE4nkungen von OpenAIs aktuellem Service, klicken Sie bitte <1>hier f\xFCr die neuesten vorgeschlagenen Werte","description.generalLimitPerSecond":"Anfragen, die diese Grenze \xFCberschreiten, werden bis zum Beginn der n\xE4chsten Sekunde in eine Warteschlange gestellt.","description.prompt":"Gespr\xE4che, die im Namen des Benutzers an {service} gesendet werden, wobei {{text}} den Textinhalt des Absatzes darstellt, {{from}} die Sprache des Absatzes und {{to}} die Zielsprache.","description.maxTextLengthPerRequest":"Die maximale Anzahl von Zeichen pro Anfrage ist zu gro\xDF, so dass die Schnittstelle langsam reagiert. Versuchen Sie daher, diese Option anzupassen, um die Geschwindigkeit zu optimieren.","description.systemPrompt":"Ein Dialog, der an OpenAI als System gesendet wird, wobei {{text}} den Textinhalt des Absatzes,{{from}} die Sprache des Absatzes und{{to}} die Zielsprache angibt.","field.domain":"Bereich","description.domain":"Der Standardwert ist\uFF1Ageneral. Kann nur gesetzt werden, wenn die Dom\xE4nen\xFCbersetzung in der Arima API-Konsole aktiviert ist, siehe <1>hier f\xFCr unterst\xFCtzte Dom\xE4nen","field.scene":"Nehmen Sie","description.scene":"Der Standardwert ist\uFF1Ageneral. Kann nur eingestellt werden, wenn die AliCloud-API-Konsole Machine Translation Pro \xF6ffnet, siehe <1>hier f\xFCr unterst\xFCtzte Szenarien","field.vocabId":"Benutzerw\xF6rterbuch-ID","description.vocabId":"Das angegebene W\xF6rterbuch out_id unterst\xFCtzt derzeit die \xDCbersetzung Englisch-Chinesisch.","description.model":"OpenAI-Modelle, z.B. gpt-3.5-turbo, gpt-4, etc.","description.maxTextGroupLengthPerRequest":"Die Anzahl der Abs\xE4tze, die gleichzeitig an den \xDCbersetzungsdienst gesendet werden. Wenn es zu viele Abs\xE4tze sind, kann dies dazu f\xFChren, dass die Schnittstelle langsamer reagiert.","description.apiUrl":"Bitte f\xFCgen Sie spezifische URLs mit Pfaden, <1>mehr Beschreibung",enabledExtension:"Aktivieren von Erweiterungen",clickToDisableExtension:"Klicken Sie hier, um Erweiterungen zu deaktivieren",clickToEnableExtension:"Klicken Sie, um Erweiterungen zu aktivieren",hasBeenDisabled:"deaktiviert","show password":"Passwort anzeigen",customContent:"Eingabe eines benutzerdefinierten Modellnamens",inputOptions:"Erweiterung des Eingabefeldes",mouseHoverOptions:"Mauszeiger",modifyMouseHoverKey:"Mauszeiger-Kurzbefehl \xE4ndern",enableInputTranslation:"Ob die Erweiterung des Eingabefeldes aktiviert werden soll",enableInputTranslationDescription:"Nach der Aktivierung geben Sie {startingKey}{startingKey} hallo direkt in das Eingabefeld ein und dr\xFCcken dann schnell{inputTrailingTriggerKeyRepeatTimes}mal{trailingKey}, um in {inputTargetLanguage}zu \xFCbersetzen.",enableInputTranslationDescriptionForNoneKey:"Nach der Aktivierung geben Sie\uFF1AHello World direkt in das Eingabefeld ein und dr\xFCcken dann schnell{inputTrailingTriggerKeyRepeatTimes}{trailingKey}, um in die Standardzielsprache zu \xFCbersetzen.",inputTargetLanguage:"Einstellung der Standard-Zielsprache f\xFCr Eingabefelder",inputTargetLanguageDescription:"Standard-Zielsprache f\xFCr die \xDCbersetzung von Eingabefeldern, d.h. {startingKey}{startingKey} als Standardsprache f\xFCr Triggerw\xF6rter",inputTargetLanguageDescriptionForNoneKey:"Standard-Zielsprache f\xFCr die \xDCbersetzung des Eingabefeldes",inputStartingTriggerKeyTitle:"Einstellung des Trennzeichens f\xFCr die Teil\xFCbersetzung des Eingabefeldes",inputStartingTriggerKeyDescription:"Wenn Sie nicht das gesamte Eingabefeld \xFCbersetzen m\xFCssen, k\xF6nnen Sie mit dem Splitter nur den Teil von {startingKey}{startingKey} bis zum Ende des Eingabefelds \xFCbersetzen, oder Sie k\xF6nnen den Sprachcode angeben, z. B.\uFF1A{startingKey}ja bedeutet, dass nur der Teil von {startingKey}ja bis zum Ende des Eingabefelds \xFCbersetzt wird.",inputStartingTriggerKeyDescriptionForNoneKey:'Die derzeitige Einstellung "kein Pr\xE4fix" wird nicht ben\xF6tigt, und die \xDCbersetzungsfunktion f\xFCr einige Texte im Eingabefeld ist derzeit nicht verf\xFCgbar.',inputTrailingTriggerKeyTitle:"W\xE4hlen Sie ein Ausl\xF6sezeichen f\xFCr das Ende eines Eintrags",inputTrailingTriggerKeyDescription:"3 schnelle Treffer{trailingKey} wird mit der \xDCbersetzung beginnen!",inputTrailingTriggerKeyTimeout:"Geben Sie die Zeit zwischen den Ausl\xF6sern f\xFCr das Ende des Kampfes ein.",inputTrailingTriggerKeyTimeoutDescription:"Legt die Zeit (in Millisekunden) zwischen den Combo-Triggern f\xFCr das Eingangsende fest",spaceKey:"<\u7A7A\u683C\u952E>",noneKey:"Direkte \xDCbersetzung des gesamten Textfeldes ohne Pr\xE4fixe",inputTranslationBlockUrlsTitle:"Aktivieren Sie die Eingabefelderweiterung in den folgenden URLs nicht",inputTranslationBlockUrlsDescription:"Die Erweiterungen der Eingabefelder funktionieren nicht bei den folgenden URLs",clickToSeeQuickDemo:"Klicken Sie hier, um das 30-Sekunden-Kurzanleitung-Video zu erweitern",inputHelperInfo:"Beschreibung\uFF1AWir haben die Tatsache optimiert, dass einige ausl\xF6sende Zeichen bei chinesischen Eingabemethoden zu chinesischen Satzzeichen werden, z. B. wird / bei der Sogou-Eingabemethode zu einem Dun-Zeichen, und Immersive Translator unterst\xFCtzt alle chinesischen Symbole, die den ausl\xF6senden Zeichen entsprechen, d. h. //,,, wird als ausl\xF6sendes Zeichen erkannt.

Wir unterst\xFCtzen auch chinesische Aliase f\xFCr Sprachcodes als Befehle, z.B. /Japanese Hello World wird ins Japanische \xFCbersetzt, <1>klicken Sie hier, um alle unterst\xFCtzten Sprachcodes zu sehen.",reloadCurrentPage:"Bitte aktualisieren Sie die aktuelle Seite, bevor Sie die \xDCbersetzung starten.",noLocalFilePermissionForPDF:"Sie haben keine Berechtigung, lokale Dateien zu lesen. Bitte klicken Sie auf die Schaltfl\xE4che oben und importieren Sie dann lokale Dateien.",noPermissionForThisPage:"\u26A0\uFE0F Keine Berechtigung zur \xDCbersetzung der aktuellen Seite",retryAllParagraphs:"Alle Fehlerpassagen erneut versuchen",retryAllButton:"Alle Fehlerpassagen erneut versuchen",errorTooltipTitle:"Klicken Sie, um die Ursache des Fehlers zu sehen",errorModalTitle:"Irgendetwas scheint mit dem \xDCbersetzungsdienst oder dem Netzwerk nicht in Ordnung zu sein...",disableConfirm:"Zweisprachige Information Enhancement Setting",disableOnce:"Diese Invalidit\xE4t",disableGlobal:"dauerhaft deaktivieren",disableTint:"* Sie k\xF6nnen sie unter {option} wieder aktivieren.",searchEnhancementNotes:'Wir haben festgestellt, dass die Nachrichtenergebnisse f\xFCr chinesische und englische Schl\xFCsselw\xF6rter sehr unterschiedlich sind. Nach der Aktivierung der Funktion "Immersive Translation Bilingual Information Enhancement" suchen wir f\xFCr Sie automatisch auf den unterst\xFCtzten Websites (Google News, Google Search (einige Schl\xFCsselw\xF6rter), Snowball, Oriental Wealth, Futura, Tiger) nach denselben Schl\xFCsselw\xF6rtern auf Englisch und zeigen sie auf der rechten Seite an. Sie k\xF6nnen diese Funktion deaktivieren, wenn Sie sie nicht ben\xF6tigen.',option:"aufstellen",saveSettings:"Einstellungen speichern",closeModal:"Fenster schlie\xDFen",enableInputTranslationWithoutTriggerKeyTitle:"Aktivieren Sie 3 Schnellzugriffe auf{trailingKey}, um das gesamte Eingabefeld direkt in{inputTargetLanguage}zu \xFCbersetzen.",enableInputTranslationWithoutTriggerKeyDescription:"Um die Zielsprache anzugeben, stellen Sie ihr den Sprachcode voran, z. B.\uFF1Aja Hello World",mouseHoverShortcutPlaceholder:"z.B.\uFF1AVerschiebung",deepLProName:"Immersive Translation Pro Mitglied (empfohlen)",deepLProDescription:"Das aktuelle Paket kann direkt verwendet werden",deeplProDescriptionForNormal:"Keine Einrichtung erforderlich, Mitglieder k\xF6nnen es nach der Anmeldung nutzen, <1>klicken Sie hier, um Mitglied zu werden",deepLCustomDescription:"Ausl\xE4ndische Kreditkarte erforderlich, offiziell er\xF6ffnet unter <1>DeepL, klicken Sie f\xFCr die <2>Dokumentation",deepLCustomName:"Benutzerdefinierter Authentifizierungsschl\xFCssel",chooseProviderLabel:"W\xE4hlen Sie einen Dienstanbieter",openaiProName:"Immersive Translation Pro Mitglied (empfohlen)",openaiProDescription:"Das aktuelle Paket kann direkt verwendet werden",openaiProDescriptionForNormal:"Keine Einrichtung erforderlich, Mitglieder k\xF6nnen es nach der Anmeldung nutzen, <1>klicken Sie hier, um Mitglied zu werden",openaiCustomDescription:"Verf\xFCgbar auf OpenAI, Azure OpenAI oder anderen Diensten von Drittanbietern, <1>klicken Sie hier f\xFCr die Dokumentation",openaiCustomName:"Benutzerdefinierter API-Schl\xFCssel",needLoginAction:"(Offene Mitgliedschaft oder Anpassung)",goLoginOrAction:"(\xD6ffnen Sie eine Mitgliedschaft oder gehen Sie zu den Einstellungen)",yearly:"eine fortlaufende j\xE4hrliche Zahlung leisten",quarterly:"sequenzieller Umschlag",monthly:"Monatsabonnement",yearlyForOnce:"Einmaliges Jahrespaket",monthlyForOnce:"Einmaliges Monatspaket",daily:"aufeinanderfolgende Pakettage",year:"eine fortlaufende j\xE4hrliche Zahlung leisten",quarter:"sequenzieller Umschlag",month:"Monatsabonnement",day:"aufeinanderfolgende Pakettage",onetime_7day:"7-Tage-Erlebnispaket",currentPlanDescriptionForFree:"Aktuelle Pakete\uFF1AKostenlos",currentPlanDescriptionForContinuous:"Das aktuelle Paket\uFF1A{plan}wird automatisch auf {endAt} verl\xE4ngert.",currentPlanDescriptionForAutoRenewCaceling:"Das aktuelle Paket\uFF1A{plan}l\xE4uft auf {endAt} aus und wird nach Ablauf nicht automatisch verl\xE4ngert.",currentYearlyPlanDescriptionForAutoRenewCacelingWithRealPaiedUser:"Das aktuelle Paket,\uFF1A{plan}, l\xE4uft am {endAt} aus und wird nach Ablauf nicht automatisch verl\xE4ngert.
<1>Klicken Sie hier, um Ihren Verl\xE4ngerungsplan zu verwalten",currentYearlyPlanDescriptionForAutoRenewCacelingWithAdmin:"Das aktuelle Paket\uFF1A{plan}l\xE4uft auf {endAt} aus und wird nach Ablauf nicht automatisch verl\xE4ngert.
<1>Klicken Sie hier, um ein fortlaufendes Jahresabonnement zu aktivieren",currentPlanDescriptionForOneTime:"Das aktuelle Abonnement\uFF1A{plan}l\xE4uft auf {endAt} aus. <1>Klicken Sie hier, um eine j\xE4hrliche oder <2>monatliche Mitgliedschaft zu <1>erwerben.",upgradePlan:"Klicken Sie hier f\xFCr ein Upgrade auf die Pro-Mitgliedschaft",upgradeToPro:"Upgrade auf Pro-Mitgliedschaft","popup.openPro":"Upgraden Sie auf die Pro-Mitgliedschaft, um DeepL und OpenAI-\xDCbersetzung zu genie\xDFen. Klicken Sie hier, um upzugraden!","popup.openProForPro":"Sie sind ein Pro-Mitglied mit direktem Zugang zu DeepL und OpenAI \xDCbersetzungen!",currentAccount:"laufendes Konto",enableAutoSyncUserSettings:"Aktivieren Sie die automatische Cloud-Synchronisierung \xFCber mehrere Ger\xE4te hinweg",modalEnableInputTranslationTitle:"Immersive Translation Eingabefeld Translation Alerts",modalEnableInputTranslationDesc:"Sie haben soeben die \xDCbersetzung des Eingabefeldes von Immersive Translation ausgel\xF6st, indem Sie dreimal kurz hintereinander die Leertaste gedr\xFCckt haben, und der Inhalt des Eingabefeldes wird in die Standardzielsprache \xFCbersetzt. Die \xDCbersetzung kann mit Strg+Z r\xFCckg\xE4ngig gemacht werden.

Sollte dies ein Fehler gewesen sein, k\xF6nnen Sie die \xDCbersetzung des Eingabefeldes entweder deaktivieren oder dauerhaft abschalten.",saveAndNotShowAgain:"Speichern und Beenden der Eingabeaufforderung",disableInputTranslationTips:"* Sie k\xF6nnen auch andere Tastenkombinationen f\xFCr die Ausl\xF6sung in {option} ,{learnMore}festlegen.",learnMore:"Klicken Sie hier, um mehr zu erfahren",continueEnalbeInputTranslation:"Fortfahren, um die \xDCbersetzung von Eingabefeldern zu aktivieren",autoRenewTrialSuffix:'(Aufwird die Testversion sofort zur Vollmitgliedschaft aufgewertet)',upgradeFromTrialTitle:"Upgrade zum Vollmitglied",subtitle:"Video-Untertitelung",youtubeService:"Immersions\xFCbersetzung Videountertitelung \xDCbersetzungsdienste","subtitle.disabledSubtitle":"Dauerhaftes Deaktivieren der Video-Untertitelfunktion","subtitle.disabledSubtitleDescription":"Wenn Immersive Translator's Video Subtitles mit anderen Erweiterungen in Konflikt steht, k\xF6nnen Sie die Funktion von Immersive Translator's Video Subtitles dauerhaft deaktivieren oder andere in Konflikt stehende Erweiterungen deinstallieren","subtitle.autoEnableSubtitle":"Automatische Verwendung von zweisprachigen Untertiteln","subtitle.autoEnableSubtitleDescription":"Nach der Aktivierung werden beim Abspielen eines Videos automatisch zweisprachige Untertitel angezeigt, sonst m\xFCssen Sie auf die \xDCbersetzungsschaltfl\xE4che klicken, um sie anzuzeigen.","subtitle.preTranslation":"\xDCbersetzen von Untertiteln mit immersiver \xDCbersetzung","subtitle.preTranslationDescription":"Wenn diese Option aktiviert ist, wird der gesamte Untertitel mit Hilfe des unten angegebenen \xDCbersetzungsdienstes vor\xFCbersetzt. F\xFCr ein einst\xFCndiges Video werden etwa 50.000 Token oder Zeichen ben\xF6tigt, die Sie bitte nach eigenem Ermessen verwenden.","subtitle.humanSubtitlesPreferred":"Vorrangige Verwendung von Untertiteln f\xFCr Menschen","subtitle.humanSubtitlesPreferredDescription":"Bevorzugen Sie die Verwendung von menschlichen Untertiteln, wenn das Video menschliche Untertitel in der Zielsprache hat (empfohlen)",videoSubtitleTranslationDescription:"Beauftragen Sie einen separaten \xDCbersetzungsdienst f\xFCr Videountertitel",subtitleTranslating:"Bitte warten Sie, w\xE4hrend die Untertitel \xFCber den Dienst {service} \xFCbersetzt werden... (Immersions\xFCbersetzung)",subtitleLoading:"Laden von Untertiteln...",bilingual:"Zweisprachigkeit","field.action":"Ob Baidu-Terminologie aktiviert werden soll","description.action":"Wenn diese Funktion aktiviert ist, wird der Anfrage ein Parameter action=1 hinzugef\xFCgt, um Baidu \xFCber den aktivierten Begriff zu informieren. <1>Weitere Informationen finden Sie in der offiziellen Dokumentation.",closeQuickTranslation:"Hoverball schlie\xDFen","closeQuickTranslation.untilNext":"Diesmal geschlossen bis zum n\xE4chsten Besuch","closeQuickTranslation.currentWebsite":"Aktuelle Seite deaktiviert","closeQuickTranslation.alwaysClose":"dauerhaft deaktivieren","closeQuickTranslation.settingOpen":"(kann auf der <1>Einstellungsseite aktiviert werden)","closeQuickTranslation.cancel":"Stornierungen","closeQuickTranslation.confirm":"definieren.","floatBall.popup":"\xD6ffnen Sie das Panel Schnelleinstellungen","floatBall.translate":"Klicken Sie, um die Seite zu \xFCbersetzen","floatBall.showOriginal":"Klicken Sie, um zum Originalartikel zur\xFCckzukehren","floatBall.close":"Hoverball schlie\xDFen","floatBallOptions.enableDescPc":"Nach dem Aktivieren des Hoverballs wird auf der rechten Seite der Seite eine Schaltfl\xE4che f\xFCr die Schnell\xFCbersetzung angezeigt. Klicken Sie darauf, um zu \xFCbersetzen!","floatBallOptions.enableDesc":"Nachdem Sie den Hoverball ausgeschaltet haben, k\xF6nnen Sie ihn mit{touch}wieder aufrufen. Es wird dringend empfohlen, diese Einstellungsseite als Lesezeichen zu speichern, falls Sie den Hoverball nicht mehr finden k\xF6nnen, nachdem Sie diese Option versehentlich ausgeschaltet haben!","description.azureApiUrl":"Geben Sie die Adresse der benutzerdefinierten API-Schnittstelle ein",confirmSupportMouse:"Aktivierung der Mausunterst\xFCtzung erzwingen",confirmSupportMouseDescription:"Es wurde festgestellt, dass der aktuelle Browser die Mausfunktion nicht unterst\xFCtzt. Ist es notwendig, die Mausunterst\xFCtzung zu aktivieren?",sampleTargetText:"Die lange Nacht wird kommen, und ich werde von heute an bis zu meinem Tod Wache halten. Ich werde keine Frau nehmen, ich werde kein Lehen machen, ich werde keine Kinder haben. Ich werde keine Krone tragen, ich werde nicht nach Ehre streben. Ich werde meine Pflicht tun und leben und sterben.",sampleSourceText:"Night gathers, and now my watch begins. It shall not end until my death. I shall take no wife, hold no lands, father no children. I shall wear no crowns and win no glory. I shall live and die at my post.","subtitle.supportedSites":"\u5DF2\u652F\u6301\u5728\u8FD9\u4E9B\u7F51\u7AD9\u4F7F\u7528\u53CC\u8BED\u5B57\u5E55\uFF08\u6CE8\u610F\uFF1A\u7531\u4E8E\u6280\u672F\u9650\u5236\uFF0C\u90E8\u5206\u7F51\u7AD9\u5728\u9996\u6B21\u5F00\u542F\u5B57\u5E55\u540E\u9700\u8981\u91CD\u65B0\u5237\u65B0\u9875\u9762\uFF0C\u6216\u8005\u9700\u7B49\u5F85\u7FFB\u8BD1\u5B8C\u6210\u4EE5\u663E\u793A\u53CC\u8BED\u5B57\u5E55\uFF09\uFF1A",viewWithImmersiveTranslate:"\u53CC\u8BED\u7248\u672C(\u6C89\u6D78\u5F0F\u7FFB\u8BD1)",errorReason:"\u9519\u8BEF\u539F\u56E0\uFF1A{message}","proQuotaExceededError.onetime7day":'\uFF0C\u60A8\u53EF\u4EE5\u9009\u62E9\u4EE5\u4E0B\u65B9\u5F0F\u89E3\u51B3\uFF1A

1. \u5207\u6362\u5230 {anotherService} \u6216\u5176\u4ED6\u7FFB\u8BD1\u670D\u52A1
2. \u5347\u7EA7\u4E3A\u6708\u5EA6/\u5E74\u5EA6\u4F1A\u5458',"proQuotaExceededError.trial":'\uFF0C\u60A8\u53EF\u4EE5\u9009\u62E9\u4EE5\u4E0B\u65B9\u5F0F\u89E3\u51B3\uFF1A

1. \u5207\u6362\u5230 {anotherService} \u6216\u5176\u4ED6\u7FFB\u8BD1\u670D\u52A1
2. \u7ACB\u523B\u5347\u7EA7\u4E3A\u6B63\u5F0F\u4F1A\u5458',"proQuotaExceededError.nonTrial":'\uFF0C\u60A8\u53EF\u4EE5\u9009\u62E9\u4EE5\u4E0B\u65B9\u5F0F\u89E3\u51B3\uFF1A

1. \u5207\u6362\u5230 {anotherService} \u6216\u5176\u4ED6\u7FFB\u8BD1\u670D\u52A1
2. \u8D2D\u4E70 {translationService} \u989D\u5916\u6D41\u91CF\u5305',"proQuotaExceededError.resetTime":"
3. \u989D\u5EA6\u91CD\u7F6E\u65F6\u95F4\uFF1A{resetTime}","desc.touchShortcutsToggleTranslatePageOnlyTranslation":'"Nur \xDCbersetzung" bedeutet, dass nur die \xDCbersetzung angezeigt wird. Wenn eine Webseite noch nicht \xFCbersetzt wurde, wird der Modus gewechselt und \xFCbersetzt.',"desc.toggleOnlyTransation":'"Nur \xDCbersetzungsmodus" bedeutet, dass nur die \xDCbersetzung angezeigt wird. Wenn eine Webseite noch nicht \xFCbersetzt wurde, wird der Modus gewechselt und \xFCbersetzt.',touchShortcutsToggleTranslatePageOnlyTranslation:"Einstellen von Touchscreen-Gesten zum Wechseln zwischen Zweisprachig/Nur \xDCbersetzung Modus",download_started:"Der Download hat bereits begonnen, wenn er nicht automatisch heruntergeladen wird, klicken Sie bitte manuell.",here:"Hier","desc.toggleVideoSubtitlePreTranslation":"Nach dem Dr\xFCcken werden die zweisprachigen Untertitel des Videos vorrangig mit den Einstellungen der immersiven \xDCbersetzung verwendet. Wenn Sie erneut dr\xFCcken, werden vorrangig die maschinell \xFCbersetzten Untertitel des Originalvideos verwendet. Bitte beachten Sie: Diese Verkn\xFCpfung \xE4ndert die globalen Einstellungen.",videoSubtitlePreTranslationOn:"Videountertitel werden vorrangig mit immersiver \xDCbersetzung verwendet.",videoSubtitlePreTranslationOff:"Videounteritel werden vorrangig die maschinell \xFCbersetzten Untertitel des Originalvideos verwenden.",translationFont:"Schriftart einstellen","translationFont.custom":"Geben Sie benutzerdefinierte Schriftarten ein","translationFont.customPlaceholder":"Schriftart","translationFont.notSupportErrorMessage":"Bitte \xFCberpr\xFCfen Sie, ob der von Ihnen eingegebene Schriftartname korrekt ist, oder best\xE4tigen Sie, dass diese Schriftart bereits auf Ihrem Ger\xE4t installiert ist.","touch.mouse-translate":"\xDCbersetzen Sie den angegebenen Absatz.","translationServices.inherit":"Folgen Sie dem Haupt\xFCbersetzungsdienst","error.serveConfigError":"Dienstkonfigurationsfehler","error.reloadPageOfSetting":"Nach der Konfiguration, bitte aktualisieren Sie die Seite und \xFCbersetzen Sie erneut.","error.googleLimitIp":"Der Service gibt einen Fehler zur\xFCck, Google-Dienste haben die IP-Adresse gedrosselt, es wird empfohlen, den Netzwerkknoten zu wechseln.","error.openAIFreeLimit":"Der Service gibt einen Fehler zur\xFCck, die aktuelle \xDCbersetzungsanforderungsrate hat das Limit von maximal 3 Mal pro Minute erreicht, bitte versuchen Sie es sp\xE4ter erneut. (Dies ist eine Beschr\xE4nkung von OpenAI f\xFCr kostenlose API-Schl\xFCssel. Um diese Beschr\xE4nkung aufzuheben, binden Sie bitte eine Kreditkarte im OpenAI-Backend.)","error.openAIExceededQuota":"Dienst gibt Fehler zur\xFCck: Ihr aktuelles OpenAI-Konto hat nicht gen\xFCgend Guthaben. Bitte laden Sie Ihr Konto auf oder verkn\xFCpfen Sie eine Kreditkarte im offiziellen OpenAI-Backend.","error.429":"Der Service gibt einen Fehler zur\xFCck, was darauf hinweist, dass die Anfragen zu h\xE4ufig sind oder das Limit \xFCberschritten wurde. Bitte versuchen Sie es sp\xE4ter erneut.","error.403":"Der Service gibt einen Fehler zur\xFCck, vor\xFCbergehend besteht keine Berechtigung zum Zugriff auf diesen Service.","error.400":"Der Service gibt einen Fehler zur\xFCck, die Anforderungsparameter sind falsch, bitte \xFCberpr\xFCfen Sie die entsprechende Konfiguration.","error.502":"Der Service gibt einen Fehler zur\xFCck, der Service ist zeitlich \xFCberschritten, bitte versuchen Sie es sp\xE4ter erneut.","error.proTokenInvalid":"Wenn Sie ein Pro-Benutzer sind, melden Sie sich bitte an, bevor Sie den Pro-\xDCbersetzungsdienst nutzen.","error.proUpgrade":"Nach dem Upgrade, bitte aktualisieren Sie die Seite und \xFCbersetzen Sie erneut.","error.configError":"Konfigurationsdaten sind abnormal","error.goReset":"Zur\xFCcksetzen",batchEdit:"Massenoperation","translationModeLang.translation.title":"Nur \xDCbersetzungsmodus Sprache","translationModeLang.translation.description":"Wenn die Seitensprache eine der folgenden Sprachen ist, wird automatisch nur der \xDCbersetzungsmodus verwendet.","translationModeUrl.translation.title":"Nur \xDCbersetzungsmodus-Webadresse","translationModeUrl.translation.description":"Wenn die Website die folgenden Domains hat, wird automatisch nur der \xDCbersetzungsmodus verwendet.","error.serveUnavailable":"Der von Ihnen derzeit verwendete [{serverName}] Dienst ist aufgrund von Netzwerkverbindungsproblemen oder Problemen mit dem Dienstanbieter vor\xFCbergehend nicht erreichbar. Wir empfehlen Ihnen, die Seite zu aktualisieren oder \xFCber <1>Einstellungen einen anderen \xDCbersetzungsdienst auszuw\xE4hlen. Wenn Sie ein <2>Pro-Mitglied sind, k\xF6nnen Sie den stabileren DeepL oder OpenAI \xDCbersetzungsdienst nutzen (<3>klicken Sie hier, um es kostenlos auszuprobieren). Dar\xFCber hinaus sollten Sie m\xF6glicherweise Ihre Netzwerk- oder Proxy-Einstellungen \xFCberpr\xFCfen.",detectServiceLoading:"\xDCberpr\xFCfung der verf\xFCgbaren \xDCbersetzungsdienste...",toggleToService:"Wechseln Sie zu {service} und versuchen Sie es erneut.","error.gemini.429":"Der aktuelle Gemini-Dienst hat seine maximale Kapazit\xE4t erreicht. Bitte versuchen Sie es sp\xE4ter erneut oder wechseln Sie zu einem anderen \xDCbersetzungsdienst.",enableSentryReport:"Wenn ein Fehler bei der Erweiterung auftritt, senden Sie Feedback mit Sentry.","translationServices.gemini":"Zwillinge","widget.translateFile":"PDF/ePub","error.reason":"Fehlergrund","floatBall.iKnow":"Ich wei\xDF.",goLogin:"Anmelden gehen","error.retry":"Wiederholen",touchShortcutsOff:"schlie\xDFen",pickAll:"Alles ausw\xE4hlen",notLogin:"Nicht angemeldet","slide.left":"Nach rechts wischen",loggedIn:"Eingeloggt","slide.right":"Nach links wischen",shortcutSettingsTitle:"Tastenkombination Einstellungen","tagsInput.add":"+ Hinzuf\xFCgen","subtitle.bilingual":"Zweisprachige Untertitel","multipleClick.2":"Doppelklick","shortcutGroup.touch":"Gesten speziell f\xFCr Touchscreens",alwaysTranslateThisSite:"Immer diese Website \xFCbersetzen",buildSnapshots:"Erstellen Sie ein Webseiten-Snapshot",networkError:"\xDCbersetzungsdienst oder Netzwerk hat ein Problem",neverTranslateThisSite:"\xDCbersetzen Sie diese Website niemals",translationOnlyMode:"Nur \xDCbersetzungsmodus","subtitle.hideQuickButton":"Nicht mehr diese Verkn\xFCpfung anzeigen","subtitle.showQuickButton":"Im Player werden Untertitel in zwei Sprachen angezeigt.","multipleClick.3":"Dreifachschlag","intro.subtitleTitle":"Online-Video-Zweisprachige Untertitelanzeige","shortcutGroup.main":"H\xE4ufig verwendete Funktionstastenkombinationen",temprarilyChangeTranslationTo_openai:"Verwendet OpenAI zum \xDCbersetzen der aktuellen Seite",shortcutSettings:"Tastenkombination","shortcutGroup.others":"Mehr benutzerdefinierte Funktionstastenkombinationen","intro.floatBallTitle":"Schnelle \xDCbersetzung Schwebekugel","widget.videoSubtitle":"Videountertitel",contact:"Kontaktieren Sie uns",mouseHoverCustomKeyTitle:"Benutzerdefinierte Maus-Hover-Tastenkombination",temprarilyChangeTranslationTo_gemini:"Verwenden von Gemini, um die aktuelle Seite zu \xFCbersetzen","browser.translateInputBox":"\xDCbersetzen Sie den aktuellen Inhalt des Eingabefelds.","multipleClick.4":"Vierfachschlag","browser.translateWithDeepL":"Vor\xFCbergehende Verwendung von DeepL zur \xDCbersetzung der aktuellen Seite",notLoginPro:"Sie haben sich noch nicht in Ihr Mitgliedskonto eingeloggt.",touchShortcutsToggleTranslateTouchElement:"Einstellen von Touchscreen-Gesten zum \xDCbersetzen bestimmter Abs\xE4tze","widget.instructionTooltip":"Anleitung anzeigen","browser.translateWithTransmart":"Verwenden Sie vor\xFCbergehend Tencent, um die aktuelle Seite zu \xFCbersetzen.",temprarilyChangeTranslationTo_google:"Verwenden Sie Google \xDCbersetzer, um diese Seite zu \xFCbersetzen.","shortcutGroup.shortcutsForTranslationServices":"\xDCbersetzungsdienst verwandte Tastenkombinationen",temprarilyChangeTranslationTo_deepl:"Verwenden von DeepL, um die aktuelle Seite zu \xFCbersetzen.","widget.instruction":"Gebrauchsanweisung","browser.translateWithOpenAI":"Vor\xFCbergehende Verwendung von OpenAI zum \xDCbersetzen der aktuellen Seite","intro.hoverTitle":"\xDCbersetzen Sie den aktuellen Absatz, indem Sie die Maus dar\xFCber schweben lassen.","browser.toggleMouseHoverTranslateDirectly":"Auf der Seite das direkte \xDCbersetzen durch Mouseover tempor\xE4r aktivieren oder deaktivieren","floatBall.longPress":"Durch langes Dr\xFCcken k\xF6nnen Sie das Einstellungsmen\xFC schnell \xF6ffnen.",temprarilyChangeTranslationTo_transmart:"Verwendet gerade Tencent \xDCbersetzung f\xFCr die aktuelle Seite.","floatBall.guideClickToTranslate":`Klicken Sie auf die immersive \xDCbersetzungsschwebekugel + {env.imt_trans_field}: \u0627\u0644\u062A\u0631\u062C\u0645\u0629`,"translationServices.claude":"\u0643\u0644\u0648\u062F","subtitle.quickButton.setting":"\u0625\u0639\u062F\u0627\u062F\u0627\u062A","subtitle.quickButton.white":"\u0623\u0628\u064A\u0636","subtitle.quickButton.black":"\u0627\u0644\u0644\u0648\u0646 \u0627\u0644\u0623\u0633\u0648\u062F","subtitle.quickButton.yellow":"\u0627\u0644\u0644\u0648\u0646 \u0627\u0644\u0623\u0635\u0641\u0631","subtitle.quickButton.backgroundOpacity":"\u0634\u0641\u0627\u0641\u064A\u0629 \u0627\u0644\u062E\u0644\u0641\u064A\u0629","subtitle.quickButton.translationPositionBottom":"\u0623\u0633\u0641\u0644 \u0627\u0644\u0646\u0635 \u0627\u0644\u0623\u0635\u0644\u064A","subtitle.quickButton.backgroundColor":"\u0644\u0648\u0646 \u0627\u0644\u062E\u0644\u0641\u064A\u0629","subtitle.quickButton.cyan":"\u0627\u0644\u0644\u0648\u0646 \u0627\u0644\u0623\u0632\u0631\u0642","subtitle.quickButton.translationPosition":"\u0645\u0648\u0642\u0639 \u0627\u0644\u062A\u0631\u062C\u0645\u0629","subtitle.quickButton.magenta":"\u0627\u0644\u0644\u0648\u0646 \u0627\u0644\u0642\u0631\u0645\u0632\u064A","subtitle.quickButton.translationTextColor":"\u0644\u0648\u0646 \u062E\u0637 \u0627\u0644\u0646\u0635","subtitle.quickButton.red":"\u0627\u0644\u0644\u0648\u0646 \u0627\u0644\u0623\u062D\u0645\u0631","subtitle.quickButton.translationPositionTop":"\u0641\u064A \u0627\u0644\u062C\u0632\u0621 \u0627\u0644\u0639\u0644\u0648\u064A \u0645\u0646 \u0627\u0644\u0646\u0635 \u0627\u0644\u0623\u0635\u0644\u064A","subtitle.quickButton.sourceTextColor":"\u0644\u0648\u0646 \u0627\u0644\u062E\u0637 \u0627\u0644\u0623\u0635\u0644\u064A","subtitle.quickButton.green":"\u0627\u0644\u0644\u0648\u0646 \u0627\u0644\u0623\u062E\u0636\u0631","subtitle.quickButton.sourceFontSize":"\u062D\u062C\u0645 \u0627\u0644\u062E\u0637 \u0627\u0644\u0623\u0635\u0644\u064A","subtitle.quickButton.blue":"\u0627\u0644\u0644\u0648\u0646 \u0627\u0644\u0623\u0632\u0631\u0642","subtitle.quickButton.translationFontSize":"\u062D\u062C\u0645 \u062E\u0637 \u0627\u0644\u0646\u0635 \u0627\u0644\u0645\u062A\u0631\u062C\u0645",attachSubtitleTranslating:"\u0627\u0633\u062A\u062E\u062F\u0645 {service} \u0644\u0644\u062A\u0631\u062C\u0645\u0629...","error.claude.403":"\u0644\u0627 \u062A\u0648\u062C\u062F \u0635\u0644\u0627\u062D\u064A\u0629 \u0645\u0624\u0642\u062A\u0629 \u0644\u0644\u0648\u0635\u0648\u0644 \u0625\u0644\u0649 \u0627\u0644\u062E\u062F\u0645\u0629\u060C \u0642\u062F \u064A\u0643\u0648\u0646 \u0630\u0644\u0643 \u0645\u0631\u062A\u0628\u0637\u064B\u0627 \u0628\u0627\u0644\u0642\u064A\u0648\u062F \u0627\u0644\u062C\u063A\u0631\u0627\u0641\u064A\u0629 \u0644\u0640 Claude \u060C \u064A\u0645\u0643\u0646\u0643 \u0645\u062D\u0627\u0648\u0644\u0629 \u062A\u063A\u064A\u064A\u0631 \u0639\u0646\u0648\u0627\u0646 IP \u0627\u0644\u062E\u0627\u0635 \u0628\u0643 \u060C \u0623\u0648 \u0627\u0633\u062A\u062E\u062F\u0627\u0645 \u062E\u062F\u0645\u0627\u062A \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0623\u062E\u0631\u0649.","browser.brandDescriptionForSafari":"\u3010\u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u063A\u0627\u0645\u0631\u0629\u3011 \u0625\u0636\u0627\u0641\u0629 \u0645\u062C\u0627\u0646\u064A\u0629 \u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0635\u0641\u062D\u0627\u062A \u0627\u0644\u062B\u0646\u0627\u0626\u064A\u0629 \u0627\u0644\u0644\u063A\u0629 (\u0627\u0644\u0646\u0635 \u0627\u0644\u0623\u0635\u0644\u064A / \u0627\u0644\u062A\u0631\u062C\u0645\u0629)\u060C \u062A\u062F\u0639\u0645 \u0641\u064A \u0627\u0644\u0648\u0642\u062A \u0646\u0641\u0633\u0647 \u062A\u0631\u062C\u0645\u0629 PDF \u0648\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0643\u062A\u0628 \u0627\u0644\u0625\u0644\u0643\u062A\u0631\u0648\u0646\u064A\u0629 EPUB \u0645\u0639 \u0627\u0644\u062D\u0641\u0627\u0638 \u0639\u0644\u0649 \u062A\u0646\u0633\u064A\u0642 \u0627\u0644\u0648\u062B\u064A\u0642\u0629 \u0627\u0644\u0623\u0635\u0644\u064A\u0629\u060C \u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u062A\u0631\u062C\u0645\u0627\u062A \u0627\u0644\u062B\u0646\u0627\u0626\u064A\u0629 \u0627\u0644\u0644\u063A\u0629 \u0644\u0644\u0641\u064A\u062F\u064A\u0648\u0647\u0627\u062A \u0639\u0644\u0649 \u0627\u0644\u0625\u0646\u062A\u0631\u0646\u062A \u0645\u062B\u0644 Youtube/Netflix\u060C \u062A\u062F\u0639\u0645 \u062E\u062F\u0645\u0627\u062A \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0631\u0626\u064A\u0633\u064A\u0629 \u0645\u062B\u0644 Deepl/Google\u061B","browser.PdfProFile":"\u062A\u0631\u062C\u0645\u0629 PDF Pro \u0628\u062F\u0639\u0645 \u0645\u0646 \u0627\u0644\u0630\u0643\u0627\u0621 \u0627\u0644\u0627\u0635\u0637\u0646\u0627\u0639\u064A","browser.textTranslate":"\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0646\u0635"};var fh={nologin:"nicht eingeloggt",loginForSafari:"Anmelden oder Registrieren",login:"Anmelden, um eine Mitgliedschaft zu er\xF6ffnen",manageAccount:"Verwaltete Konten",openPremium:"Offene Mitgliedschaft",logout:"Abbrechen",curentPlan:"Aktuelle Pakete",endAt:"Verfallsdatum",endAuto:"automatische Erneuerung",lineBreakMaxTextCount:"Maximal zul\xE4ssige Anzahl von Zeichen pro Satz nach Zeilenumbr\xFCchen","translate-pdf":"Zum \xDCbersetzen PDF anklicken","noSupportTranslate-pdf":"Script nicht unterst\xFCtzt, bitte Plugin verwenden","translate-firefox-local-pdf":"Klicken Sie, um zu PDF importieren zu gelangen",enableLineBreak:"Automatischen Zeilenvorschub f\xFCr lange Abs\xE4tze aktivieren",sponsorLabel:"$1 Gesponserte Entwickler",help:"Hand",browserShortcutsNoteForFirefox:'Um die Verkn\xFCpfungen in Firefox zu \xE4ndern, m\xFCssen Sie die Seite f\xFCr die Verwaltung der Erweiterungen "about:addons" \xF6ffnen, dann auf "Einstellungen" und dann auf "Verkn\xFCpfungen verwalten" klicken, um die Verkn\xFCpfungen festzulegen.',browserShortcutsNoteForChrome:'Um Verkn\xFCpfungen in Chrome zu \xE4ndern, m\xFCssen Sie die Seite f\xFCr die Verwaltung von Erweiterungen \xF6ffnen, sie im Bereich "Verkn\xFCpfungen verwalten" festlegen (chrome://extensions/shortcuts) und auf die Schaltfl\xE4che unten klicken, um zur Seite f\xFCr die Verwaltung von Verkn\xFCpfungen zu gelangen.',browserShortcutsSucks:"Benutzerdefinierte Tastenkombinationen werden wie folgt formatiert (es erfolgt keine automatische Erkennung, bitte direkt eingeben)\uFF1A",enableLineBreakDescription:"Wenn diese Funktion aktiviert ist, werden in langen Abs\xE4tzen am Ende jedes Satzes Zeilenumbr\xFCche eingef\xFCgt, um die Lesbarkeit zu verbessern.","browser.shortBrandName":"Immersions\xFCbersetzung","browser.brandName":"Immersion Translation: Bilinguale Webseiten & PDF \xDCbersetzung","browser.brandDescription":"Bilingual web page translation, also supports PDF translation, bilingual Epub eBook translation, free to use.","browser.toggleTranslatePage":"Seite \xFCbersetzen/ Originaltext anzeigen","browser.toggleTranslateTheWholePage":"Alle Bereiche der Seite \xFCbersetzen/den Originaltext anzeigen","browser.toggleOnlyTransation":"Wechseln Sie in den Zweisprachen-/Nur-\xDCbersetzungsmodus","browser.toggleTranslateToThePageEndImmediately":"Sofortige \xDCbersetzung am Ende der Seite/Anzeige des Originaltextes","browser.toggleTranslateTheMainPage":"Den Hauptbereich der Seite \xFCbersetzen/den Originaltext anzeigen","browser.shareToDraft":"Zweisprachige Seiten teilen","browser.openOptionsPage":"\xD6ffnen Sie die Einstellungsseite","browser.toggleTranslationMask":"Translationsunsch\xE4rfe-Effekt ein-/ausblenden","browser.translateLocalPdfFile":"Lokale PDF-Dateien \xFCbersetzen","browser.openEbookViewer":"Lokale eBooks lesen","browser.openEbookBuilder":"Zweisprachige EPUB eBooks erstellen","browser.translateLocalHtmlFile":"HTML/Txt-Dateien \xFCbersetzen","browser.donateContext":"Erfahren Sie mehr \xFCber die Vorteile eines Sponsors","browser.translateLocalSubtitleFile":"Lokale Untertiteldateien \xFCbersetzen",confirmResetConfig:"Sind Sie sicher, dass Sie die Einstellungen zur\xFCcksetzen wollen?",translationLineBreakSettingTitle:"\xDCbersetzung Zeilenvorschubeinstellung",smartLineBreak:"Smart Line Feed (Berechnung)",alwaysLineBreak:"Immer Zeilenvorschub",isShowContextMenu:"Hinzuf\xFCgen \xFCbersetzter Seiten zu Rechtsklick-Men\xFCpunkten",toggleBeta:"Aktivieren von Beta-Testfunktionen",betaDescription:"Aktivieren Sie Funktionen, die noch experimentell sind, sowie einen \xDCbersetzungsdienst in der Beta-Phase. Treten Sie der <1>Telegram-Gruppe bei, um mehr zu erfahren.",translationLineBreakSettingDescription:"Bei Seiten mit wenig Inhalt sind die Zeilenumbr\xFCche immer ordentlich und \xFCbersichtlich. (Verwenden Sie intelligente Zeilenumbr\xFCche in langen, inhaltsreichen Abs\xE4tzen (mehr als{count}Zeichen), um Platz zu sparen).",tempTranslateDomainTitle:"Dauer des vor\xFCbergehenden Einschaltens der Website-\xDCbersetzung",tempTranslateDomainDescription:"Wenn Sie eine Webseite manuell \xFCbersetzen, schalten Sie die Website vor\xFCbergehend f\xFCr die automatische \xDCbersetzung ein, und Sie k\xF6nnen die vor\xFCbergehende Dauer festlegen.",xMinutes:"{count} Minuten",disabled:"die Verwendung von etw. untersagen",changelog:"Protokoll aktualisieren",toggleTranslatePageWhenThreeFingersOnTheScreen:"Gleichzeitiges Ber\xFChren des Bildschirms mit mehreren Fingern \xFCbersetzt Webseiten/zeigt den Originaltext an",toggleTranslationMaskWhenThreeFingersOnTheScreen:"Durch Ber\xFChren mit mehreren Fingern wird der Unsch\xE4rfeeffekt ein- und ausgeblendet.",fingerCountToToggleTranslagePageOnlyTranslationWhenTouching:"Wenn Sie mit mehreren Fingern gleichzeitig den Bildschirm ber\xFChren, wird die Webseite \xFCbersetzt (nur \xDCbersetzung) bzw. der Originaltext angezeigt.",addUrlDescription:"Kann ein Dom\xE4nenname sein und unterst\xFCtzt auch Wildcards, z. B.\uFF1A*.google.com, google.com/mail/*, https://www.google.com/*",general:"Grundeinstellungen",clickToExpandConfig:"Aktuelle Konfiguration erweitern",import:"Aus Datei importieren",export:"In Datei exportieren",toggleDebug:"Das Debug-Protokoll auf der Konsole ausgeben","fingers.0":"Klageschrift","fingers.2":"Zwei-Finger-Ber\xFChrung","fingers.3":"Drei-Finger-Ber\xFChrung","fingers.4":"Vier-Finger-Ber\xFChrung","fingers.5":"F\xFCnf-Finger-Ber\xFChrung",mouseHoldKey:"+ {key} \xDCbersetzen/Wiederherstellen des Absatzes",mouseHoldKeyAuto:"Direkte \xDCbersetzung des Absatzes",mouseHoldKeyOff:"Tun Sie nichts.",mouseHoldKeyOther:"Benutzerdefinierte Tastenkombinationen (Einstellungen \xF6ffnen)",mouseHoldKeyCustomKey:"{key} \xDCbersetzung/K\xFCrzung des Absatzes",mouseHoverHoldKey:"\xDCbersetzen Sie Abs\xE4tze, indem Sie die Tastenkombination dr\xFCcken, w\xE4hrend Sie mit der Maus dar\xFCber fahren.","mouse-translate":"Mauszeiger",document:"(Computer-)Datei",resetSuccess:"Alle Einstellungen erfolgreich zur\xFCcksetzen",resetThisSuccess:"Zur\xFCcksetzen erfolgreich",saved:"Erfolgreich speichern",successImportConfig:"Erfolgreich importierte Konfiguration",goAdvancedSettings:"Gehen Sie zur Seite Erweiterte Einstellungen",goAdvancedInterfaceSettings:"Gehen Sie zur Seite Erweiterte Anpassungseinstellungen",advanced:"Erweiterte Einstellungen",advancedDescription:"In der Regel sind keine Einstellungen erforderlich, belassen Sie es bei der Standardeinstellung. Nur f\xFCr spezialisiertere Benutzer sind mehr personalisierte Einstellungen verf\xFCgbar.",developer:"Einstellungen f\xFCr Entwickler",donateCafe:"Preise","translate to the bottom of the page":"Wird sie unmittelbar nach dem Betreten der Seite an das Ende der Seite \xFCbersetzt?",feedback:"Frage Feedback",toggleTranslatePage:"Seite \xFCbersetzen/ Originaltext anzeigen",translateToThePageEndImmediatelyDescription:"Wenn Sie die Funktion einschalten, wird der Inhalt sofort bei der Eingabe vom oberen zum unteren Rand der Seite \xFCbersetzt. Wenn Sie die Funktion ausschalten, wird der Inhalt w\xE4hrend des Lesens \xFCbersetzt. (Nicht empfohlen)","translate all areas of the page":"Ob alle Bereiche der Seite \xFCbersetzt werden sollen",translationAreaDescription:"Ist die Option aktiviert, werden alle Bereiche der gesamten Webseite \xFCbersetzt. Wenn Sie die Option ausschalten, wird die standardm\xE4\xDFige intelligente Erkennung verwendet und nur die Hauptbereiche werden \xFCbersetzt. (Es wird nicht empfohlen, diese Funktion einzuschalten)","the number of characters to be translated first":"\xDCbersetzen Sie direkt die ersten Zeichen der Seite, ohne zu warten, bis der Anzeigebereich angezeigt wird.","interface language":"Interface-Sprache","display both the original text and the translation":"Gleichzeitige Anzeige von Original und \xDCbersetzung","keyboard shortcuts":"Tastaturkurzbefehle",modify:"Tastenkombinationen \xE4ndern",reset:"reprovision",close:"Klageschrift",homepage:"Homepage",more:"mehr",moreOptions:"Erweitern Sie Ihre Anpassungsoptionen",translateTheWholePage:"Alle Bereiche der Seite \xFCbersetzen (im Gegensatz zu einer intelligenten Erkennung der Hauptbereiche)",changeToTranslateTheWholePage:"Umschalten auf die \xDCbersetzung aller Regionen",changeToTranslateTheMainPage:"Zum Hauptbereich \xDCbersetzen wechseln",changeToOnlyTranslationMode:"Umschalten, um nur \xDCbersetzungen anzuzeigen",changeToDualTranslationMode:"Umschalten auf zweisprachige \xDCbersetzung",translateToThePageEndImmediately:"Sofortige \xDCbersetzung an das Ende der Seite",translateTheMainPage:"Intelligente \xDCbersetzung Schl\xFCsselregionen","The local rules are up to date":"Die \xF6rtlichen Anpassungsvorschriften sind auf dem neuesten Stand.","Successfully synchronized with the latest official rules:":"Erfolgreich synchronisiert mit den neuesten offiziellen Anpassungsregeln.","Checking for updates":"Pr\xFCfen auf Aktualisierungen","Rules are being synchronized":"Anpassungsregeln werden synchronisiert",localVersionIsTooOld:"Die Version der lokalen Erweiterung ist zu alt. Bitte aktualisieren Sie die Erweiterung auf {minVersion} oder eine neuere Version, bevor Sie versuchen zu synchronisieren.",badUserscriptBrowser:"Der aktuelle Browser implementiert die Schnittstelle der Grease Monkey-Erweiterung nicht korrekt (z. B. um Informationen \xFCber die Versionsnummer des Grease Monkey-Skripts selbst zu erhalten). Bitte verwenden Sie andere Browser, die die <1>Grease Monkey-Erweiterung unterst\xFCtzen, wie z. B. Firefox.",foundNewVersion:"Entdecken Sie die neue Version",theLocalExtensionIsUpToUpdate:"Die aktuelle Erweiterung ist auf dem neuesten Stand.",failToSyncRules:"Fehlende Synchronisierung der neuesten Anpassungsregeln",retry:"Klicken Sie hier, um es erneut zu versuchen",failedReason:"Gr\xFCnde f\xFCr das Scheitern",currentRuleVersion:"Aktuelle Regelversion",calculating:"Berechnungen",unknownError:"unbekannter Fehler",canNotFetchRemoteRule:"Remote-Regeln k\xF6nnen nicht abgerufen werden",enableAlphaSuccess:"Alpha aktiviert",disableAlphaSuccess:"Die Alpha-Funktion wurde ausgeschaltet.",cacheSize:"Cache-Gr\xF6\xDFe\uFF1A",cleaning:"in Liquidation befindlich",cleanCache:"den Cache l\xF6schen",options:"aufstellen",about:"in Bezug auf",service:"Dolmetscherdienst",needAction:"(Gehe zu Einstellungen)",goSettings:"loslegen und einrichten",needActionForOptions:"(noch einzurichten)",translationEngine:"Motor Optionen",sourceLanguage:"Originalsprache",target:"Zielsprache",popupSourceLanguage:"Originalsprache",popupTarget:"Zielsprache",popupService:"Dolmetscherdienst",forThisSite:"Aktuelle Website",autoEnableSubtitle:"Automatisches \xD6ffnen von zweisprachigen Untertiteln",alwaysTranslate:"\xDCbersetzen Sie immer",neverTranslate:"Niemals \xFCbersetzen",alwaysTranslateSomeLanguage:"\xDCbersetzen Sie immer {language}",neverTranslateSomeLanguage:"Niemals \xFCbersetzen {language}",alwaysTranslateSomeSite:"\xDCbersetzen Sie immer {hostname}",neverTranslateSomeSite:"Niemals \xFCbersetzen {hostname}",alwaysTranslateSomeSiteOrWildSite:"\xDCbersetzen Sie immer die Website",alwaysTranslateSomePage:"\xDCbersetzen Sie die Seite immer",add:"erh\xF6hen.",default:"Standard (Einstellung)",forThisLanguage:"F\xFCr diese Sprache\uFF1A","add url":"URL eingeben",edit:"Compiler","translate other languages into specific language":"\xDCbersetzen Sie andere Sprachen in Ihre eingestellte Sprache","select translation service":"W\xE4hlen Sie einen \xDCbersetzungsdienst",language:"Mehrsprachigkeit","show-original":"Originaltext anzeigen",translate:"Rendering",Translated:"\xFCbersetzt",Translating:"in \xDCbersetzung",Error:"falsch",allowCacheTranslations:"Aktivieren Sie das lokale \xDCbersetzungscaching (um \xDCbersetzungsanfragen f\xFCr doppelte Passagen zu reduzieren)","translation display":"Anzeigestil der \xDCbersetzung","select diplay style":"Unterscheiden Sie die verschiedenen \xDCbersetzungsstile anhand der folgenden Beispiele",interface:"Interface-Einstellungen",import_export:"Import/Export",import_export_title:"Konfiguration importieren/exportieren",syncToGoogleDrive:"Jetzt mit Google Drive synchronisieren",floatBallOptions:"Hoverball-Einstellungen","floatBallOptions.enable":"Hoverball freischalten","floatBallOptions.blockUrls":"Website deaktivieren","floatBallOptions.add":"erh\xF6hen.","floatBallOptions.blockUrlDesc":"Schwebeb\xE4lle werden nicht angezeigt, wenn die folgenden Websites aufgerufen werden","floatBallOptions.clickType":"Klickverhalten","floatBallOptions.clickTypeDesc":"Verhalten des Hoverball-Symbols beim Anklicken","floatBallOptions.clickPopup":"\xDCbersetzungspanel anzeigen","floatBallOptions.clickTranslate":"\xDCbersetzung/Anzeige des Originaltextes","floatBallOptions.fixedPosition":"\u56FA\u5B9A\u4F4D\u7F6E","floatBallOptions.fixedPositionDesc":"\u60AC\u6D6E\u7403\u5728\u7A97\u53E3\u5DE6\u4FA7\u8FD8\u662F\u53F3\u4FA7","floatBallOptions.fixedPositionLeft":"\u5DE6\u4FA7","floatBallOptions.fixedPositionRight":"\u53F3\u4FA7",previewAllThemes:"Vorschau aller Stile","translationTheme.none":"nicht haben","translationTheme.grey":"dunkelgrau","translationTheme.dashed":"gepunktete Unterstreichung","translationTheme.dotted":"gepunkteter Unterstrich","translationTheme.dashedBorder":"gepunkteter Rand","translationTheme.solidBorder":"feste Umrandung","translationTheme.underline":"Unterstreichen Sie gerade Linien","translationTheme.mask":"Fuzzy-Effekte (Lernmodi)","translationTheme.opacity":"Transparenz-Effekt","translationTheme.paper":"Wei\xDFes Papier Schatteneffekt","translationTheme.dividingLine":"Trennungslinie","translationTheme.highlight":"hohe Helligkeit","translationTheme.marker":"Markierung (Lehnwort)","translationTheme.marker2":"Markierung 2","translationTheme.blockquote":"Referenzierungsstile","translationTheme.weakening":"Schw\xE4chung","translationTheme.italic":"Schr\xE4gschrift","translationTheme.bold":"eindicken","translationTheme.thinDashed":"d\xFCnne gepunktete Linie, Unterstrich","translationTheme.nativeDashed":"Das System ist mit einem gepunkteten Unterstrich versehen","translationTheme.nativeDotted":"System kommt mit gepunktetem Unterstrich","translationTheme.nativeUnderline":"Das System wird mit einer geraden Linie unterstrichen","translationTheme.wavy":"gewellte Linie","translationServices.custom":"Benutzerdefinierte API","translationServices.tencent":"Tencent \xDCbersetzer","translationServices.tenAlpha":"Tencent \xDCbersetzer (Alpha)","translationServices.google":"Google \xDCbersetzen","translationServices.bai":"Baidu (Alpha)","translationServices.baidu":"Baidu's \xDCbersetzung","translationServices.aliyun":"AliCloud \xDCbersetzung","translationServices.volc":"Vulkan\xFCbersetzung","translationServices.deeplx":"DeepLX (Beta)","translationServices.bing":"Microsoft \xDCbersetzen","translationServices.deepl":"DeepL","translationServices.wechat":"WeChat \xDCbersetzung","translationServices.azure":"Azure-\xDCbersetzung","translationServices.ibm":"IBM Watson","translationServices.aws":"Amazonas-\xDCbersetzung","translationServices.mock":"Simulierte \xDCbersetzung","translationServices.mock2":"Simulierte \xDCbersetzung 2","translationServices.caiyun":"lit. bunte Wolken und kleine \xDCbersetzungen","translationServices.cai":"Bunte Wolken (Alpha)","translationServices.volcAlpha":"Vulkan (Alpha)","translationServices.openl":"OpenL","translationServices.youdao":"Youtube-\xDCbersetzung","translationServices.you":"Youdao \xDCbersetzer (Alpha)","translationServices.transmart":"Tencent Interactive \xDCbersetzung","translationServices.niu":"Maverick Translator","translationServices.papago":"Papago \xDCbersetzung","translationServices.d":"D (Alpha)","translationServices.dpro":"D Pro (Kanarienvogel)","translationServices.openai":"OpenAI","translationServices.yandex":"Yandex","translationServices.chatgpt":"ChatGPT Web(3.5 mobil)","translate title":"Seitentitel \xFCbersetzen","always languages":"\xDCbersetzen Sie immer die Sprache",neverTranslateLanguagesLabel:"Die Sprache, die nie \xFCbersetzt werden wird",neverTranslateTheFollowingLanguagesDescription:"\xDCbersetzungen werden \xFCbersprungen, wenn ein Absatz auf der Seite in einer der folgenden Sprachen vorliegt",enableUserscriptPagePopup:"Schwebeball auf der Seite anzeigen",enableUserscriptPagePopupDescription:"Nachdem Sie den Hoverball ausgeschaltet haben, k\xF6nnen Sie ihn mit dem Shortcut /{touch}wieder aufrufen. Es wird dringend empfohlen, diese Einstellungsseite als Lesezeichen zu speichern, um zu verhindern, dass der Hoverball nach dem versehentlichen Ausschalten dieser Option nicht mehr gefunden wird!","always translate the following languages":"\xDCbersetzt automatisch in die Zielsprache, wenn die Seite in einer der folgenden Sprachen vorliegt","always sites":"Immer \xFCbersetzte Websites","always translate the following sites":"Websites werden automatisch in die Zielsprache \xFCbersetzt, wenn es sich um die Domainnamen von","never sites":"Nie \xFCbersetzte Website","never translate the following sites":"\xDCbersetzungen werden nicht durchgef\xFChrt, wenn die Website f\xFCr die folgenden Domains bestimmt ist","please refer to":"Sie m\xFCssen den Schl\xFCssel ausf\xFCllen, bevor Sie ihn verwenden k\xF6nnen.",KeyAndConfigurationTutorial:"Tutorial zur Anwendung und Konfiguration von Schl\xFCsseln",useAboveStyleForTheseSites:"Verwenden Sie immer den \xDCbersetzungsstil \u2308{theme}\u230B, wenn die Website f\xFCr die folgenden Domains bestimmt ist",currentUrl:"Aktuelle URL",confirm:"Speichern (einer Datei usw.) (Informatik)",cancel:"Stornierungen",delete:"entfernen","languages.auto":"automatische Erkennung",syncToCloud:"Mit Google Drive synchronisieren",syncToCloudDescription:"Die in die Cloud hochgeladene Konfiguration kann zwischen verschiedenen Browsern bzw. Grease-Monkey-Skripten synchronisiert werden, je nachdem, was zuletzt ge\xE4ndert wurde.",syncToAccount:"Synchronisierung mit der Immersive Translation Cloud",syncToAccountButton:"Sofortige Synchronisierung mit der Cloud",syncToAccountDescription:"Automatische Synchronisierung von Konfigurationen zwischen verschiedenen Ger\xE4ten, je nachdem, was zuletzt ge\xE4ndert wurde.",successSyncConfigInAccount:"Erfolgreiche Synchronisierung mit der Cloud",successSyncConfigToAccount:"Erfolgreiche Synchronisierung mit der Cloud",syncConfigNoUpdate:"Sie ist bereits auf dem neuesten Stand.",authFail:"Autorisierungsfehler",syncTitle:"Manuelles Backup-Management",import_hint:"importieren (Daten)",upload:"hochladen",revokeAuth:"eine Zulassung widerrufen",uploadFail:"Upload fehlgeschlagen",download:"Herunterladen von",importSuccess:"Erfolgreich importiert",importFail:"Importfehler",deleteFail:"L\xF6schen fehlgeschlagen",backupToCloud:"Manuelle Verwaltung von Sicherungsdateien",create_new_backup:"Einen neuen Sicherungsknoten hinzuf\xFCgen",maxBackupFiles:"Es k\xF6nnen bis zu{count}verschiedene Nodes gesichert werden, bitte l\xF6schen Sie die Nodes, die Sie nicht ben\xF6tigen.",backupToCloudDescription:"Manuelles Hochladen oder Wiederherstellen von Sicherungsdateien, wobei bis zu 3 verschiedene Sicherungen m\xF6glich sind",successSyncConfig:"Erfolgreiche Synchronisierung mit der Cloud",syncFail:"Synchronisationsfehler",updatedAt:"Aktualisiert von {date}",lastSyncedAt:"Zuletzt gepr\xFCft unter {date}",downloadFail:"Download fehlgeschlagen",clickToDownload:"Klicken Sie zum Herunterladen",aboutLabel:"\xDCber - Feedback","browser.openAboutPage":"\xDCber/Feedback",aboutLabelWithoutSponsor:"\xDCber - Feedback",aboutIntro:"M\xF6gen wir alle einen einfacheren und angenehmeren Zugang zu der riesigen Menge fremdsprachiger Informationen im Internet haben \u2764\uFE0F Sie k\xF6nnen Ihre <6>Pro-Mitgliedschaft aktivieren, um die sofort einsetzbaren DeepL und OpenAI-\xDCbersetzungen zu nutzen.

Sie k\xF6nnen uns auf <3>Twitter, <4>Telegram, Weibo, WeChat folgen oder <5>sich in unsere Mailingliste eintragen, um Updates zu erhalten.
<7>Pro-Mitglieder k\xF6nnen uns unter <8>support@immersivetranslate.com kontaktieren, um schnellen Kundenservice zu erhalten.",aboutIntroWithoutSponsor:"M\xF6gen wir alle einen leichteren und angenehmeren Zugang zu der enormen Menge an fremdsprachlichen Informationen haben, die im Internet zur Verf\xFCgung stehen \u2764\uFE0F

Sie k\xF6nnen uns auf <3>Twitter, im <4>Telegram-Kanal, auf WeChat und WeChat Exchange folgen oder <5>sich unten per <5>E-Mail f\xFCr Updates <5>anmelden.",projectHomepage:"Projekt Heimat",joinTelegramGroup:"Treten Sie der Benutzergruppe bei, um an Diskussionen \xFCber Funktionen teilzunehmen.",wechatPublicAccount:"WeChat \xD6ffentlich",wechatCommunities:"WeChat Austauschgruppe",qqCommunities:"QQ Kommunikationskanal",joinTelegramChannel:"Folgen Sie dem Telegram-Kanal f\xFCr aktuelle Updates",feedbackAndJoin:"Frage Feedback / Gruppe hinzuf\xFCgen",autoSync:"automatische Zeitsynchronisation",loadingThemeTitle:"Stil laden",loadingThemeDescription:"Einstellen des Stils beim Warten auf das Laden der \xDCbersetzung","loadingTheme.spinner":"Animation zum Drehen","loadingTheme.text":"etw. in statischer Schrift ","loadingTheme.none":"nicht gezeigt",developerDescription:"Die Dokumentation zur erweiterten Anpassung finden Sie <1>hier","edit border color":"\xC4ndern Sie die Farbe des Rahmens",successSyncButNoChange:"Die aktuelle Konfiguration ist mit der Cloud konsistent",customTheme:"Individuelle Farben und Gr\xF6\xDFen","customThemeLabel.borderColor":"Farbe der Umrandung","customThemeLabel.borderRadius":"Abgerundete Kanten","customThemeLabel.textColor":"Textfarbe","customThemeLabel.backgroundColor":"Hintergrundfarbe","customThemeLabel.zoom":"Skalierung der Schrift (%)","customThemeLabel.opacity":"Text-Opazit\xE4t (%)",resetToDefaultColor:"Wiederherstellung der Standardfarben",resetToDefaultSettings:"Wiederherstellen der Standardeinstellungen",isTranslateTitle:"\xDCbersetzung der Seitentitel aktivieren",isTranslateTitleDescription:"Beim \xD6ffnen wird der Seitentitel \xFCbersetzt",enableSearchEnhancement:"Erm\xF6glichung der zweisprachigen Erweiterung von Nachrichten",enableSearchEnhancementDescription:'Sobald diese Funktion aktiviert ist, werden die Suchergebnisse von "Google News" automatisch in der rechten Spalte der unterst\xFCtzten Websites (Google News, Google Search (einige Suchbegriffe), Snowball, Oriental Fortune, Futura, Tiger Community) f\xFCr die entsprechenden englischen Suchbegriffe angezeigt.',verifyService:"Klicken Sie hier, um den Dienst zu testen",verified:"Erfolg \xFCberpr\xFCfen","field.langs":"Unterst\xFCtzte Sprachcodes","field.model":"Modellierung","field.translationEngine":"\xDCbersetzungsmotor","field.limitPerMinute":"Maximale Anfragen pro Minute","field.limitPerSecond":"Maximale Anzahl von Anfragen pro Sekunde","field.maxTextLengthPerRequest":"Maximale Textl\xE4nge pro Anfrage","field.maxTextGroupLengthPerRequest":"Maximale Anzahl von Abs\xE4tzen pro Anfrage","field.apiUrl":"Adresse der benutzerdefinierten API-Schnittstelle","field.placeholderDelimiters":"reservierter Platzhalter","description.custom":"Benutzerdefinierte Schnittstelle Zugriff Dokumentation erforderlich","description.limitPerMinute":"Anfragen, die diese Grenze \xFCberschreiten, werden bis zum Beginn der n\xE4chsten Minute in eine Warteschlange gestellt. Aufgrund der verschiedenen Einschr\xE4nkungen von OpenAIs aktuellem Service, klicken Sie bitte <1>hier f\xFCr die neuesten vorgeschlagenen Werte","description.limitPerSecond":"Anfragen, die diese Grenze \xFCberschreiten, werden bis zum Beginn der n\xE4chsten Sekunde in eine Warteschlange gestellt. Aufgrund der verschiedenen Einschr\xE4nkungen von OpenAIs aktuellem Service, klicken Sie bitte <1>hier f\xFCr die neuesten vorgeschlagenen Werte","description.generalLimitPerSecond":"Anfragen, die diese Grenze \xFCberschreiten, werden bis zum Beginn der n\xE4chsten Sekunde in eine Warteschlange gestellt.","description.prompt":"Gespr\xE4che, die im Namen des Benutzers an {service} gesendet werden, wobei {{text}} den Textinhalt des Absatzes darstellt, {{from}} die Sprache des Absatzes und {{to}} die Zielsprache.","description.maxTextLengthPerRequest":"Die maximale Anzahl von Zeichen pro Anfrage ist zu gro\xDF, so dass die Schnittstelle langsam reagiert. Versuchen Sie daher, diese Option anzupassen, um die Geschwindigkeit zu optimieren.","description.systemPrompt":"Gespr\xE4che, die im Namen des Systems an {service} gesendet werden, wobei {{text}} den Textinhalt des Absatzes darstellt, {{from}} die Sprache des Absatzes und {{to}} die Zielsprache.","field.domain":"Bereich","description.domain":"Der Standardwert ist\uFF1Ageneral. Kann nur gesetzt werden, wenn die Dom\xE4nen\xFCbersetzung in der Arima API-Konsole aktiviert ist, siehe <1>hier f\xFCr unterst\xFCtzte Dom\xE4nen","field.scene":"Nehmen Sie","description.scene":"Der Standardwert ist\uFF1Ageneral. Kann nur eingestellt werden, wenn die AliCloud-API-Konsole Machine Translation Pro \xF6ffnet, siehe <1>hier f\xFCr unterst\xFCtzte Szenarien","field.vocabId":"Benutzerw\xF6rterbuch-ID","description.vocabId":"Das angegebene W\xF6rterbuch out_id unterst\xFCtzt derzeit die \xDCbersetzung Englisch-Chinesisch.","description.model":"OpenAI-Modelle, z.B. gpt-3.5-turbo, gpt-4, etc.","description.maxTextGroupLengthPerRequest":"Die Anzahl der Abs\xE4tze, die gleichzeitig an den \xDCbersetzungsdienst gesendet werden. Wenn es zu viele Abs\xE4tze sind, kann dies dazu f\xFChren, dass die Schnittstelle langsamer reagiert.","description.apiUrl":"Bitte f\xFCgen Sie spezifische URLs mit Pfaden, <1>mehr Beschreibung",enabledExtension:"Aktivieren von Erweiterungen",clickToDisableExtension:"Klicken Sie hier, um Erweiterungen zu deaktivieren",clickToEnableExtension:"Klicken Sie, um Erweiterungen zu aktivieren",hasBeenDisabled:"deaktiviert","show password":"Passwort anzeigen",customContent:"Eingabe eines benutzerdefinierten Modellnamens",inputOptions:"Erweiterung des Eingabefeldes",mouseHoverOptions:"Mauszeiger",modifyMouseHoverKey:"Mauszeiger-Kurzbefehl \xE4ndern",enableInputTranslation:"Ob die Erweiterung des Eingabefeldes aktiviert werden soll",enableInputTranslationDescription:"Nach der Aktivierung geben Sie {startingKey}{startingKey} hallo direkt in das Eingabefeld ein und dr\xFCcken dann schnell{inputTrailingTriggerKeyRepeatTimes}mal{trailingKey}, um in {inputTargetLanguage}zu \xFCbersetzen.",enableInputTranslationDescriptionForNoneKey:"Nach der Aktivierung geben Sie\uFF1AHello World direkt in das Eingabefeld ein und dr\xFCcken dann schnell{inputTrailingTriggerKeyRepeatTimes}{trailingKey}, um in die Standardzielsprache zu \xFCbersetzen.",inputTargetLanguage:"Einstellung der Standard-Zielsprache f\xFCr Eingabefelder",inputTargetLanguageDescription:"Standard-Zielsprache f\xFCr die \xDCbersetzung von Eingabefeldern, d.h. {startingKey}{startingKey} als Standardsprache f\xFCr Triggerw\xF6rter",inputTargetLanguageDescriptionForNoneKey:"Standard-Zielsprache f\xFCr die \xDCbersetzung des Eingabefeldes",inputStartingTriggerKeyTitle:"Einstellung des Trennzeichens f\xFCr die Teil\xFCbersetzung des Eingabefeldes",inputStartingTriggerKeyDescription:"Wenn Sie nicht das gesamte Eingabefeld \xFCbersetzen m\xFCssen, k\xF6nnen Sie mit dem Splitter nur den Teil von {startingKey}{startingKey} bis zum Ende des Eingabefelds \xFCbersetzen, oder Sie k\xF6nnen den Sprachcode angeben, z. B.\uFF1A{startingKey}ja bedeutet, dass nur der Teil von {startingKey}ja bis zum Ende des Eingabefelds \xFCbersetzt wird.",inputStartingTriggerKeyDescriptionForNoneKey:'Die derzeitige Einstellung "kein Pr\xE4fix" wird nicht ben\xF6tigt, und die \xDCbersetzungsfunktion f\xFCr einige Texte im Eingabefeld ist derzeit nicht verf\xFCgbar.',inputTrailingTriggerKeyTitle:"W\xE4hlen Sie ein Ausl\xF6sezeichen f\xFCr das Ende eines Eintrags",inputTrailingTriggerKeyDescription:"3 schnelle Treffer{trailingKey} wird mit der \xDCbersetzung beginnen!",inputTrailingTriggerKeyTimeout:"Geben Sie die Zeit zwischen den Ausl\xF6sern f\xFCr das Ende des Kampfes ein.",inputTrailingTriggerKeyTimeoutDescription:"Legt die Zeit (in Millisekunden) zwischen den Combo-Triggern f\xFCr das Eingangsende fest",spaceKey:"<\u7A7A\u683C\u952E>",noneKey:"Direkte \xDCbersetzung des gesamten Textfeldes ohne Pr\xE4fixe",inputTranslationBlockUrlsTitle:"Aktivieren Sie die Eingabefelderweiterung in den folgenden URLs nicht",inputTranslationBlockUrlsDescription:"Die Erweiterungen der Eingabefelder funktionieren nicht bei den folgenden URLs",clickToSeeQuickDemo:"Klicken Sie hier, um das 30-Sekunden-Kurzanleitung-Video zu erweitern",inputHelperInfo:"Beschreibung\uFF1AWir haben die Tatsache optimiert, dass einige ausl\xF6sende Zeichen bei chinesischen Eingabemethoden zu chinesischen Satzzeichen werden, z. B. wird / bei der Sogou-Eingabemethode zu einem Dun-Zeichen, und Immersive Translator unterst\xFCtzt alle chinesischen Symbole, die den ausl\xF6senden Zeichen entsprechen, d. h. //,,, wird als ausl\xF6sendes Zeichen erkannt.

Wir unterst\xFCtzen auch chinesische Aliase f\xFCr Sprachcodes als Befehle, z.B. /Japanese Hello World wird ins Japanische \xFCbersetzt, <1>klicken Sie hier, um alle unterst\xFCtzten Sprachcodes zu sehen.",reloadCurrentPage:"Bitte aktualisieren Sie die aktuelle Seite, bevor Sie die \xDCbersetzung starten.",noLocalFilePermissionForPDF:"Sie haben keine Berechtigung, lokale Dateien zu lesen. Bitte klicken Sie auf die Schaltfl\xE4che oben und importieren Sie dann lokale Dateien.",noPermissionForThisPage:"\u26A0\uFE0F Keine Berechtigung zur \xDCbersetzung der aktuellen Seite",retryAllParagraphs:"Alle Fehlerpassagen erneut versuchen",retryAllButton:"Alle Fehlerpassagen erneut versuchen",errorTooltipTitle:"Klicken Sie, um die Ursache des Fehlers zu sehen",errorModalTitle:"Irgendetwas scheint mit dem \xDCbersetzungsdienst oder dem Netzwerk nicht in Ordnung zu sein...",disableConfirm:"Zweisprachige Information Enhancement Setting",disableOnce:"Diese Invalidit\xE4t",disableGlobal:"dauerhaft deaktivieren",disableTint:"* Sie k\xF6nnen sie unter {option} wieder aktivieren.",searchEnhancementNotes:'Wir haben festgestellt, dass die Nachrichtenergebnisse f\xFCr chinesische und englische Schl\xFCsselw\xF6rter sehr unterschiedlich sind. Nach der Aktivierung der Funktion "Immersive Translation Bilingual Information Enhancement" suchen wir f\xFCr Sie automatisch auf den unterst\xFCtzten Websites (Google News, Google Search (einige Schl\xFCsselw\xF6rter), Snowball, Oriental Wealth, Futura, Tiger) nach denselben Schl\xFCsselw\xF6rtern auf Englisch und zeigen sie auf der rechten Seite an. Sie k\xF6nnen diese Funktion deaktivieren, wenn Sie sie nicht ben\xF6tigen.',option:"aufstellen",saveSettings:"Einstellungen speichern",closeModal:"Fenster schlie\xDFen",enableInputTranslationWithoutTriggerKeyTitle:"Aktivieren Sie 3 Schnellzugriffe auf{trailingKey}, um das gesamte Eingabefeld direkt in{inputTargetLanguage}zu \xFCbersetzen.",enableInputTranslationWithoutTriggerKeyDescription:"Um die Zielsprache anzugeben, stellen Sie ihr den Sprachcode voran, z. B.\uFF1Aja Hello World",mouseHoverShortcutPlaceholder:"z.B.\uFF1AVerschiebung",deepLProName:"Immersive Translation Pro Mitglied (empfohlen)",deepLProDescription:"Das aktuelle Paket kann direkt verwendet werden",deeplProDescriptionForNormal:"Keine Einrichtung erforderlich, Mitglieder k\xF6nnen es nach der Anmeldung nutzen, <1>klicken Sie hier, um Mitglied zu werden",deepLCustomDescription:"Ausl\xE4ndische Kreditkarte erforderlich, offiziell er\xF6ffnet unter <1>DeepL, klicken Sie f\xFCr die <2>Dokumentation",deepLCustomName:"Benutzerdefinierter Authentifizierungsschl\xFCssel",chooseProviderLabel:"W\xE4hlen Sie einen Dienstanbieter",openaiProName:"Immersive Translation Pro Mitglied (empfohlen)",openaiProDescription:"Das aktuelle Paket kann direkt verwendet werden",openaiProDescriptionForNormal:"Keine Einrichtung erforderlich, Mitglieder k\xF6nnen es nach der Anmeldung nutzen, <1>klicken Sie hier, um Mitglied zu werden",openaiCustomDescription:"Verf\xFCgbar auf OpenAI, Azure OpenAI oder anderen Diensten von Drittanbietern, <1>klicken Sie hier f\xFCr die Dokumentation",openaiCustomName:"Benutzerdefinierter API-Schl\xFCssel",needLoginAction:"(Offene Mitgliedschaft oder Anpassung)",goLoginOrAction:"(\xD6ffnen Sie eine Mitgliedschaft oder gehen Sie zu den Einstellungen)",yearly:"eine fortlaufende j\xE4hrliche Zahlung leisten",quarterly:"sequenzieller Umschlag",monthly:"Monatsabonnement",yearlyForOnce:"Einmaliges Jahrespaket",monthlyForOnce:"Einmaliges Monatspaket",daily:"aufeinanderfolgende Pakettage",year:"eine fortlaufende j\xE4hrliche Zahlung leisten",quarter:"sequenzieller Umschlag",month:"Monatsabonnement",day:"aufeinanderfolgende Pakettage",onetime_7day:"7-Tage-Erlebnispaket",currentPlanDescriptionForFree:"Aktuelle Pakete\uFF1AKostenlos",currentPlanDescriptionForContinuous:"Das aktuelle Paket\uFF1A{plan}wird automatisch auf {endAt} verl\xE4ngert.",currentPlanDescriptionForAutoRenewCaceling:"Das aktuelle Paket\uFF1A{plan}l\xE4uft auf {endAt} aus und wird nach Ablauf nicht automatisch verl\xE4ngert.",currentYearlyPlanDescriptionForAutoRenewCacelingWithRealPaiedUser:"Das aktuelle Paket,\uFF1A{plan}, l\xE4uft am {endAt} aus und wird nach Ablauf nicht automatisch verl\xE4ngert.
<1>Klicken Sie hier, um Ihren Verl\xE4ngerungsplan zu verwalten",currentYearlyPlanDescriptionForAutoRenewCacelingWithAdmin:"Das aktuelle Paket\uFF1A{plan}l\xE4uft auf {endAt} aus und wird nach Ablauf nicht automatisch verl\xE4ngert.
<1>Klicken Sie hier, um ein fortlaufendes Jahresabonnement zu aktivieren",currentPlanDescriptionForOneTime:"Das aktuelle Abonnement\uFF1A{plan}l\xE4uft auf {endAt} aus. <1>Klicken Sie hier, um eine j\xE4hrliche oder <2>monatliche Mitgliedschaft zu <1>erwerben.",upgradePlan:"Klicken Sie hier f\xFCr ein Upgrade auf die Pro-Mitgliedschaft",upgradeToPro:"Upgrade auf Pro-Mitgliedschaft","popup.openPro":"Upgraden Sie auf die Pro-Mitgliedschaft, um DeepL und OpenAI-\xDCbersetzung zu genie\xDFen. Klicken Sie hier, um upzugraden!","popup.openProForPro":"Sie sind ein Pro-Mitglied mit direktem Zugang zu DeepL und OpenAI \xDCbersetzungen!",currentAccount:"laufendes Konto",enableAutoSyncUserSettings:"Aktivieren Sie die automatische Cloud-Synchronisierung \xFCber mehrere Ger\xE4te hinweg",modalEnableInputTranslationTitle:"Immersive Translation Eingabefeld Translation Alerts",modalEnableInputTranslationDesc:"Sie haben soeben die \xDCbersetzung des Eingabefeldes von Immersive Translation ausgel\xF6st, indem Sie dreimal kurz hintereinander die Leertaste gedr\xFCckt haben, und der Inhalt des Eingabefeldes wird in die Standardzielsprache \xFCbersetzt. Die \xDCbersetzung kann mit Strg+Z r\xFCckg\xE4ngig gemacht werden.

Sollte dies ein Fehler gewesen sein, k\xF6nnen Sie die \xDCbersetzung des Eingabefeldes entweder deaktivieren oder dauerhaft abschalten.",saveAndNotShowAgain:"Speichern und Beenden der Eingabeaufforderung",disableInputTranslationTips:"* Sie k\xF6nnen auch andere Tastenkombinationen f\xFCr die Ausl\xF6sung in {option} ,{learnMore}festlegen.",learnMore:"Klicken Sie hier, um mehr zu erfahren",continueEnalbeInputTranslation:"Fortfahren, um die \xDCbersetzung von Eingabefeldern zu aktivieren",autoRenewTrialSuffix:'(Aufwird die Testversion sofort zur Vollmitgliedschaft aufgewertet)',upgradeFromTrialTitle:"Upgrade zum Vollmitglied",subtitle:"Video-Untertitelung",youtubeService:"Immersions\xFCbersetzung Videountertitelung \xDCbersetzungsdienste","subtitle.disabledSubtitle":"Dauerhaftes Deaktivieren der Video-Untertitelfunktion","subtitle.disabledSubtitleDescription":"Wenn Immersive Translator's Video Subtitles mit anderen Erweiterungen in Konflikt steht, k\xF6nnen Sie die Funktion von Immersive Translator's Video Subtitles dauerhaft deaktivieren oder andere in Konflikt stehende Erweiterungen deinstallieren","subtitle.autoEnableSubtitle":"Automatische Verwendung von zweisprachigen Untertiteln","subtitle.autoEnableSubtitleDescription":"Nach der Aktivierung werden beim Abspielen eines Videos automatisch zweisprachige Untertitel angezeigt, sonst m\xFCssen Sie auf die \xDCbersetzungsschaltfl\xE4che klicken, um sie anzuzeigen.","subtitle.preTranslation":"\xDCbersetzen von Untertiteln mit immersiver \xDCbersetzung","subtitle.preTranslationDescription":"Wenn diese Option aktiviert ist, wird der gesamte Untertitel mit Hilfe des unten angegebenen \xDCbersetzungsdienstes vor\xFCbersetzt. F\xFCr ein einst\xFCndiges Video werden etwa 50.000 Token oder Zeichen ben\xF6tigt, die Sie bitte nach eigenem Ermessen verwenden.","subtitle.humanSubtitlesPreferred":"Vorrangige Verwendung von Untertiteln f\xFCr Menschen","subtitle.humanSubtitlesPreferredDescription":"Bevorzugen Sie die Verwendung von menschlichen Untertiteln, wenn das Video menschliche Untertitel in der Zielsprache hat (empfohlen)",videoSubtitleTranslationDescription:"Beauftragen Sie einen separaten \xDCbersetzungsdienst f\xFCr Videountertitel",subtitleTranslating:"Bitte warten Sie, w\xE4hrend die Untertitel \xFCber den Dienst {service} \xFCbersetzt werden... (Immersions\xFCbersetzung)",subtitleLoading:"Laden von Untertiteln...",bilingual:"Zweisprachigkeit","field.action":"Ob Baidu-Terminologie aktiviert werden soll","description.action":"Wenn diese Funktion aktiviert ist, wird der Anfrage ein Parameter action=1 hinzugef\xFCgt, um Baidu \xFCber den aktivierten Begriff zu informieren. <1>Weitere Informationen finden Sie in der offiziellen Dokumentation.",closeQuickTranslation:"Hoverball schlie\xDFen","closeQuickTranslation.untilNext":"Diesmal geschlossen bis zum n\xE4chsten Besuch","closeQuickTranslation.currentWebsite":"Aktuelle Seite deaktiviert","closeQuickTranslation.alwaysClose":"dauerhaft deaktivieren","closeQuickTranslation.settingOpen":"(kann auf der <1>Einstellungsseite aktiviert werden)","closeQuickTranslation.cancel":"Stornierungen","closeQuickTranslation.confirm":"definieren.","floatBall.popup":"\xD6ffnen Sie das Panel Schnelleinstellungen","floatBall.translate":"Klicken Sie, um die Seite zu \xFCbersetzen","floatBall.showOriginal":"Klicken Sie, um zum Originalartikel zur\xFCckzukehren","floatBall.close":"Hoverball schlie\xDFen","floatBallOptions.enableDescPc":"Nach dem Aktivieren des Hoverballs wird auf der rechten Seite der Seite eine Schaltfl\xE4che f\xFCr die Schnell\xFCbersetzung angezeigt. Klicken Sie darauf, um zu \xFCbersetzen!","floatBallOptions.enableDesc":"Nachdem Sie den Hoverball ausgeschaltet haben, k\xF6nnen Sie ihn mit{touch}wieder aufrufen. Es wird dringend empfohlen, diese Einstellungsseite als Lesezeichen zu speichern, falls Sie den Hoverball nicht mehr finden k\xF6nnen, nachdem Sie diese Option versehentlich ausgeschaltet haben!","description.azureApiUrl":"Geben Sie die Adresse der benutzerdefinierten API-Schnittstelle ein",confirmSupportMouse:"Aktivierung der Mausunterst\xFCtzung erzwingen",confirmSupportMouseDescription:"Es wurde festgestellt, dass der aktuelle Browser die Mausfunktion nicht unterst\xFCtzt. Ist es notwendig, die Mausunterst\xFCtzung zu aktivieren?",sampleTargetText:"Die lange Nacht wird kommen, und ich werde von heute an bis zu meinem Tod Wache halten. Ich werde keine Frau nehmen, ich werde kein Lehen machen, ich werde keine Kinder haben. Ich werde keine Krone tragen, ich werde nicht nach Ehre streben. Ich werde meine Pflicht tun und leben und sterben.",sampleSourceText:"Night gathers, and now my watch begins. It shall not end until my death. I shall take no wife, hold no lands, father no children. I shall wear no crowns and win no glory. I shall live and die at my post.","subtitle.supportedSites":"\u5DF2\u652F\u6301\u5728\u8FD9\u4E9B\u7F51\u7AD9\u4F7F\u7528\u53CC\u8BED\u5B57\u5E55\uFF08\u6CE8\u610F\uFF1A\u7531\u4E8E\u6280\u672F\u9650\u5236\uFF0C\u90E8\u5206\u7F51\u7AD9\u5728\u9996\u6B21\u5F00\u542F\u5B57\u5E55\u540E\u9700\u8981\u91CD\u65B0\u5237\u65B0\u9875\u9762\uFF0C\u6216\u8005\u9700\u7B49\u5F85\u7FFB\u8BD1\u5B8C\u6210\u4EE5\u663E\u793A\u53CC\u8BED\u5B57\u5E55\uFF09\uFF1A",viewWithImmersiveTranslate:"\u53CC\u8BED\u7248\u672C(\u6C89\u6D78\u5F0F\u7FFB\u8BD1)",errorReason:"\u9519\u8BEF\u539F\u56E0\uFF1A{message}","proQuotaExceededError.onetime7day":'\uFF0C\u60A8\u53EF\u4EE5\u9009\u62E9\u4EE5\u4E0B\u65B9\u5F0F\u89E3\u51B3\uFF1A

1. \u5207\u6362\u5230 {anotherService} \u6216\u5176\u4ED6\u7FFB\u8BD1\u670D\u52A1
2. \u5347\u7EA7\u4E3A\u6708\u5EA6/\u5E74\u5EA6\u4F1A\u5458',"proQuotaExceededError.trial":'\uFF0C\u60A8\u53EF\u4EE5\u9009\u62E9\u4EE5\u4E0B\u65B9\u5F0F\u89E3\u51B3\uFF1A

1. \u5207\u6362\u5230 {anotherService} \u6216\u5176\u4ED6\u7FFB\u8BD1\u670D\u52A1
2. \u7ACB\u523B\u5347\u7EA7\u4E3A\u6B63\u5F0F\u4F1A\u5458',"proQuotaExceededError.nonTrial":'\uFF0C\u60A8\u53EF\u4EE5\u9009\u62E9\u4EE5\u4E0B\u65B9\u5F0F\u89E3\u51B3\uFF1A

1. \u5207\u6362\u5230 {anotherService} \u6216\u5176\u4ED6\u7FFB\u8BD1\u670D\u52A1
2. \u8D2D\u4E70 {translationService} \u989D\u5916\u6D41\u91CF\u5305',"proQuotaExceededError.resetTime":"
3. \u989D\u5EA6\u91CD\u7F6E\u65F6\u95F4\uFF1A{resetTime}","desc.touchShortcutsToggleTranslatePageOnlyTranslation":'"Nur \xDCbersetzung" bedeutet, dass nur die \xDCbersetzung angezeigt wird. Wenn eine Webseite noch nicht \xFCbersetzt wurde, wird der Modus gewechselt und \xFCbersetzt.',"desc.toggleOnlyTransation":'"Nur \xDCbersetzungsmodus" bedeutet, dass nur die \xDCbersetzung angezeigt wird. Wenn eine Webseite noch nicht \xFCbersetzt wurde, wird der Modus gewechselt und \xFCbersetzt.',touchShortcutsToggleTranslatePageOnlyTranslation:"Einstellen von Touchscreen-Gesten zum Wechseln zwischen Zweisprachig/Nur \xDCbersetzung Modus",download_started:"Der Download hat bereits begonnen, wenn er nicht automatisch heruntergeladen wird, klicken Sie bitte manuell.",here:"Hier","desc.toggleVideoSubtitlePreTranslation":"Nach dem Dr\xFCcken werden die zweisprachigen Untertitel des Videos vorrangig mit den Einstellungen der immersiven \xDCbersetzung verwendet. Wenn Sie erneut dr\xFCcken, werden vorrangig die maschinell \xFCbersetzten Untertitel des Originalvideos verwendet. Bitte beachten Sie: Diese Verkn\xFCpfung \xE4ndert die globalen Einstellungen.",videoSubtitlePreTranslationOn:"Videountertitel werden vorrangig mit immersiver \xDCbersetzung verwendet.",videoSubtitlePreTranslationOff:"Videounteritel werden vorrangig die maschinell \xFCbersetzten Untertitel des Originalvideos verwenden.",translationFont:"Schriftart einstellen","translationFont.custom":"Geben Sie benutzerdefinierte Schriftarten ein","translationFont.customPlaceholder":"Schriftart","translationFont.notSupportErrorMessage":"Bitte \xFCberpr\xFCfen Sie, ob der von Ihnen eingegebene Schriftartname korrekt ist, oder best\xE4tigen Sie, dass diese Schriftart bereits auf Ihrem Ger\xE4t installiert ist.","touch.mouse-translate":"\xDCbersetzen Sie den angegebenen Absatz.","translationServices.inherit":"Folgen Sie dem Haupt\xFCbersetzungsdienst","error.serveConfigError":"Dienstkonfigurationsfehler","error.reloadPageOfSetting":"Nach der Konfiguration, bitte aktualisieren Sie die Seite und \xFCbersetzen Sie erneut.","error.googleLimitIp":"Der Service gibt einen Fehler zur\xFCck, Google-Dienste haben die IP-Adresse gedrosselt, es wird empfohlen, den Netzwerkknoten zu wechseln.","error.openAIFreeLimit":"Der Service gibt einen Fehler zur\xFCck, die aktuelle \xDCbersetzungsanforderungsrate hat das Limit von maximal 3 Mal pro Minute erreicht, bitte versuchen Sie es sp\xE4ter erneut. (Dies ist eine Beschr\xE4nkung von OpenAI f\xFCr kostenlose API-Schl\xFCssel. Um diese Beschr\xE4nkung aufzuheben, binden Sie bitte eine Kreditkarte im OpenAI-Backend.)","error.openAIExceededQuota":"Dienst gibt Fehler zur\xFCck: Ihr aktuelles OpenAI-Konto hat nicht gen\xFCgend Guthaben. Bitte laden Sie Ihr Konto auf oder verkn\xFCpfen Sie eine Kreditkarte im offiziellen OpenAI-Backend.","error.429":"Der Service gibt einen Fehler zur\xFCck, was darauf hinweist, dass die Anfragen zu h\xE4ufig sind oder das Limit \xFCberschritten wurde. Bitte versuchen Sie es sp\xE4ter erneut.","error.403":"Der Service gibt einen Fehler zur\xFCck, vor\xFCbergehend besteht keine Berechtigung zum Zugriff auf diesen Service.","error.400":"Der Service gibt einen Fehler zur\xFCck, die Anforderungsparameter sind falsch, bitte \xFCberpr\xFCfen Sie die entsprechende Konfiguration.","error.502":"Der Service gibt einen Fehler zur\xFCck, der Service ist zeitlich \xFCberschritten, bitte versuchen Sie es sp\xE4ter erneut.","error.proTokenInvalid":"Wenn Sie ein Pro-Benutzer sind, melden Sie sich bitte an, bevor Sie den Pro-\xDCbersetzungsdienst nutzen.","error.proUpgrade":"Nach dem Upgrade, bitte aktualisieren Sie die Seite und \xFCbersetzen Sie erneut.","error.configError":"Konfigurationsdaten sind abnormal","error.goReset":"Zur\xFCcksetzen",batchEdit:"Massenoperation","translationModeLang.translation.title":"Nur \xDCbersetzungsmodus Sprache","translationModeLang.translation.description":"Wenn die Seitensprache eine der folgenden Sprachen ist, wird automatisch nur der \xDCbersetzungsmodus verwendet.","translationModeUrl.translation.title":"Nur \xDCbersetzungsmodus-Webadresse","translationModeUrl.translation.description":"Wenn die Website die folgenden Domains hat, wird automatisch nur der \xDCbersetzungsmodus verwendet.","error.serveUnavailable":"Der von Ihnen derzeit verwendete [{serverName}] Dienst ist aufgrund von Netzwerkverbindungsproblemen oder Problemen mit dem Dienstanbieter vor\xFCbergehend nicht erreichbar. Wir empfehlen Ihnen, die Seite zu aktualisieren oder \xFCber <1>Einstellungen einen anderen \xDCbersetzungsdienst auszuw\xE4hlen. Wenn Sie ein <2>Pro-Mitglied sind, k\xF6nnen Sie den stabileren DeepL oder OpenAI \xDCbersetzungsdienst nutzen (<3>klicken Sie hier, um es kostenlos auszuprobieren). Dar\xFCber hinaus sollten Sie m\xF6glicherweise Ihre Netzwerk- oder Proxy-Einstellungen \xFCberpr\xFCfen.",detectServiceLoading:"\xDCberpr\xFCfung der verf\xFCgbaren \xDCbersetzungsdienste...",toggleToService:"Wechseln Sie zu {service} und versuchen Sie es erneut.","error.gemini.429":"Der aktuelle Gemini-Dienst hat seine maximale Kapazit\xE4t erreicht. Bitte versuchen Sie es sp\xE4ter erneut oder wechseln Sie zu einem anderen \xDCbersetzungsdienst.",enableSentryReport:"Wenn ein Fehler bei der Erweiterung auftritt, senden Sie Feedback mit Sentry.","translationServices.gemini":"Zwillinge","widget.translateFile":"PDF/ePub","error.reason":"Fehlergrund","floatBall.iKnow":"Ich wei\xDF.",goLogin:"Anmelden gehen","error.retry":"Wiederholen",touchShortcutsOff:"schlie\xDFen",pickAll:"Alles ausw\xE4hlen",notLogin:"Nicht angemeldet","slide.left":"Nach rechts wischen",loggedIn:"Eingeloggt","slide.right":"Nach links wischen",shortcutSettingsTitle:"Tastenkombination Einstellungen","tagsInput.add":"+ Hinzuf\xFCgen","subtitle.bilingual":"Zweisprachige Untertitel","multipleClick.2":"Doppelklick","shortcutGroup.touch":"Gesten speziell f\xFCr Touchscreens",alwaysTranslateThisSite:"Immer diese Website \xFCbersetzen",buildSnapshots:"Erstellen Sie ein Webseiten-Snapshot",networkError:"\xDCbersetzungsdienst oder Netzwerk hat ein Problem",neverTranslateThisSite:"\xDCbersetzen Sie diese Website niemals",translationOnlyMode:"Nur \xDCbersetzungsmodus","subtitle.hideQuickButton":"Nicht mehr diese Verkn\xFCpfung anzeigen","subtitle.showQuickButton":"Im Player werden Untertitel in zwei Sprachen angezeigt.","multipleClick.3":"Dreifachschlag","intro.subtitleTitle":"Online-Video-Zweisprachige Untertitelanzeige","shortcutGroup.main":"H\xE4ufig verwendete Funktionstastenkombinationen",temprarilyChangeTranslationTo_openai:"Verwendet OpenAI zum \xDCbersetzen der aktuellen Seite",shortcutSettings:"Tastenkombination","shortcutGroup.others":"Mehr benutzerdefinierte Funktionstastenkombinationen","intro.floatBallTitle":"Schnelle \xDCbersetzung Schwebekugel","widget.videoSubtitle":"Videountertitel",contact:"Kontaktieren Sie uns",mouseHoverCustomKeyTitle:"Benutzerdefinierte Maus-Hover-Tastenkombination",temprarilyChangeTranslationTo_gemini:"Verwenden von Gemini, um die aktuelle Seite zu \xFCbersetzen","browser.translateInputBox":"\xDCbersetzen Sie den aktuellen Inhalt des Eingabefelds.","multipleClick.4":"Vierfachschlag","browser.translateWithDeepL":"Vor\xFCbergehende Verwendung von DeepL zur \xDCbersetzung der aktuellen Seite",notLoginPro:"Sie haben sich noch nicht in Ihr Mitgliedskonto eingeloggt.",touchShortcutsToggleTranslateTouchElement:"Einstellen von Touchscreen-Gesten zum \xDCbersetzen bestimmter Abs\xE4tze","widget.instructionTooltip":"Anleitung anzeigen","browser.translateWithTransmart":"Verwenden Sie vor\xFCbergehend Tencent, um die aktuelle Seite zu \xFCbersetzen.",temprarilyChangeTranslationTo_google:"Verwenden Sie Google \xDCbersetzer, um diese Seite zu \xFCbersetzen.","shortcutGroup.shortcutsForTranslationServices":"\xDCbersetzungsdienst verwandte Tastenkombinationen",temprarilyChangeTranslationTo_deepl:"Verwenden von DeepL, um die aktuelle Seite zu \xFCbersetzen.","widget.instruction":"Gebrauchsanweisung","browser.translateWithOpenAI":"Vor\xFCbergehende Verwendung von OpenAI zum \xDCbersetzen der aktuellen Seite","intro.hoverTitle":"\xDCbersetzen Sie den aktuellen Absatz, indem Sie die Maus dar\xFCber schweben lassen.","browser.toggleMouseHoverTranslateDirectly":"Auf der Seite das direkte \xDCbersetzen durch Mouseover tempor\xE4r aktivieren oder deaktivieren","floatBall.longPress":"Durch langes Dr\xFCcken k\xF6nnen Sie das Einstellungsmen\xFC schnell \xF6ffnen.",temprarilyChangeTranslationTo_transmart:"Verwendet gerade Tencent \xDCbersetzung f\xFCr die aktuelle Seite.","floatBall.guideClickToTranslate":`Klicken Sie auf die immersive \xDCbersetzungsschwebekugel f\xFCr eine schnelle \xDCbersetzung`,"subtitle.autoDisableSubtitle":"Nicht automatische Aktivierung von zweisprachigen Untertiteln",touchShortcutsToggleTranslationMask:"Einstellen von Touchscreen-Gesten zum Anzeigen der \xDCbersetzungsabdeckung / Anzeigen des Originaltexts","widget.translateFileTooltip":"\xDCbersetzen Sie PDF, EPUB, SRT, ASS, HTML und TXT Dokumente",touchShortcutsToggleTranslatePage:"Stellen Sie Touchscreen-Gesten ein, um Webseiten zu \xFCbersetzen / den Originaltext anzuzeigen.","shortcutGroup.mouse":"Mauszeiger Hover Tastenkombination Konfiguration","browser.translateWithBing":"Verwenden Sie vor\xFCbergehend Microsoft Translate, um die aktuelle Seite zu \xFCbersetzen.","browser.translateWithGoogle":"Vor\xFCbergehende Verwendung von Google \xDCbersetzer f\xFCr die aktuelle Seite","widget.videoSubtitleTooltip":"Unterst\xFCtzt Youtube und {count}+ weitere Videowebsites",paragraphMinTextCountField:"Die Mindestanzahl an Zeichen, die f\xFCr die \xDCbersetzung eines Absatzes ben\xF6tigt wird","neverTranslateText.title":"Die folgenden W\xF6rter bleiben im Originaltext und werden nicht \xFCbersetzt.","browser.toggleVideoSubtitlePreTranslation":"Wechseln Sie zu zweisprachigen Untertiteln und verwenden Sie vorzugsweise immersive \xDCbersetzungseinstellungen.","error.subscriptionExpiredTitle":"Die Mitgliedschaft ist abgelaufen.",temprarilyChangeTranslationTo_bing:"Verwendet gerade Microsoft \xDCbersetzer, um die aktuelle Seite zu \xFCbersetzen.","description.baiduField":"Unterst\xFCtzte Bereiche siehe <1>hier, wenn leer bedeutet dies, dass kein Bereich angegeben ist.","error.subscriptionExpired":"Ihr Mitgliedschaft k\xF6nnte abgelaufen sein, bitte \xFCberpr\xFCfen Sie Ihren Mitgliedsstatus.","desc.mouseHoverHoldKey":"Wenn die Maus \xFCber einem Absatz schwebt und gleichzeitig die rechte Shortcut-Taste gedr\xFCckt wird, kann der Absatz direkt \xFCbersetzt werden.",upgradeToProErrorTitle:"Bitte aktualisieren Sie auf Pro-Mitgliedschaft, um diesen \xDCbersetzungsdienst zu nutzen.","browser.translateWithGemini":"Verwenden Sie vor\xFCbergehend Gemini, um die aktuelle Seite zu \xFCbersetzen.",confirmResetToDefaultSettings:"M\xF6chten Sie diesen \xDCbersetzungsdienst wirklich auf die Standardeinstellungen zur\xFCcksetzen? (Nur die Einstellungen des aktuellen \xDCbersetzungsdienstes werden zur\xFCckgesetzt)","desc.touchShortcutsToggleTranslateTouchElement":"Definieren Sie eine Geste und Sie k\xF6nnen jeden Abschnitt \xFCbersetzen, in dem Sie sich befinden.",shortcutDisableTooltip:"Bitte stellen Sie dies auf der Erweiterungs-Shortcut-Verwaltungsseite Ihres Browsers ein. Weitere Anleitungen finden Sie in den Anweisungen oben auf dieser Seite.",paragraphMinTextCountDesc:"Achtung, hier ist die Zeichenl\xE4nge gemeint, zum Beispiel: hello hat 5 Zeichen, das Einstellen eines gr\xF6\xDFeren Werts kann unn\xF6tige \xDCbersetzungen kleiner Abschnitte reduzieren.","desc.touchShortcutsToggleTranslationMask":"\xDCbersetzungsmaske bezieht sich auf den unscharfen Effekt im \xDCbersetzungsstil (Lernmodus). Nach der Aktivierung wird der unscharfe Effekt vor\xFCbergehend auf die \xDCbersetzung angewendet, was das Lernen erleichtert.","desc.interfaceLanguage":"Die Einstellung der Benutzeroberfl\xE4chensprache beeinflusst die Anzeigesprache des Bedienfelds und hat nichts mit der Zielsprache der \xDCbersetzung zu tun.","subtitle.showQuickButtonDescription":"Im unteren rechten Eck des Videoplayers wird eine Verkn\xFCpfung zum Aktivieren von zweisprachigen Untertiteln bereitgestellt.","desc.toggleTranslateTheWholePage":"\xDCbersetzen Sie den gesamten Bereich der Seite. Standardm\xE4\xDFig \xFCbersetzen wir den Hauptbereich der Seite. Sie k\xF6nnen diese Tastenkombination verwenden, um speziell den gesamten Bereich der Seite zu \xFCbersetzen.",mouseHoverCustomKeyDescription:"Sie k\xF6nnen eine benutzerdefinierte Kombination von Tastenk\xFCrzeln f\xFCr die Mauszeiger-Hover erstellen, wie zum Beispiel: Alt+Z, Ctrl+E, Cmd+Alt+E oder direkt Cmd, bitte geben Sie manuell ein.","contact.description":"Wenn Sie Fragen oder Vorschl\xE4ge haben, f\xFCllen Sie bitte das untenstehende Formular aus, um uns zu kontaktieren, oder senden Sie eine E-Mail an {email}. Wir werden Ihnen so schnell wie m\xF6glich antworten.","desc.toggleTranslateTheMainPage":"\xDCbersetzen Sie nur den Hauptbereich der Seite. Wenn Sie in den erweiterten Einstellungen die \xDCbersetzung des gesamten Seitenbereichs aktiviert haben, k\xF6nnen Sie diese Tastenkombination verwenden, um speziell den Hauptbereich der Seite zu \xFCbersetzen.","desc.toggleMouseHoverTranslateDirectly":"Nach dem Dr\xFCcken dieser Tastenkombination wird auf der Seite jeder Textabschnitt, auf den die Maus zeigt, automatisch \xFCbersetzt. Dr\xFCcken Sie die Tastenkombination erneut, um diese automatische \xDCbersetzungsfunktion zu deaktivieren.",translationOnlyModeDescription:'"\xDCbersetzungsmodus" bedeutet, dass nur die \xDCbersetzung angezeigt wird, nicht der Standard-Zweisprachenmodus. Bitte beachten Sie: Aufgrund technischer Einschr\xE4nkungen werden Hyperlinks im Originaltext im \xDCbersetzungsmodus deaktiviert.',"intro.floatBallDescription":"Nach der Aktivierung wird auf der rechten Seite der Seite eine Schnell\xFCbersetzungsschaltfl\xE4che angezeigt. Klicken Sie darauf, um zu \xFCbersetzen, und klicken Sie erneut, um zum Originaltext zur\xFCckzukehren. Auf dem Mobilger\xE4t k\xF6nnen Sie durch langes Dr\xFCcken auf den schwebenden Ball das Schnelleinstellungsfenster \xF6ffnen.","desc.touchShortcutsToggleTranslatePage":"Nach der Einstellung k\xF6nnen Sie beim Bewegen des Ger\xE4ts gleichzeitig mit X Fingern auf den Bildschirm tippen, nach links oder rechts wischen oder kontinuierlich tippen, um die \xDCbersetzung der Webseite / Anzeige des Originaltexts auszul\xF6sen.","intro.hoverDescription":"Die \xDCbersetzung beim \xDCberfahren mit der Maus ist eine sehr wichtige Funktion in der immersiven \xDCbersetzung. Sie m\xFCssen nur die Maus auf den Absatz legen und gleichzeitig die festgelegte Tastenkombination dr\xFCcken, um den aktuellen Absatz automatisch zu \xFCbersetzen (Hinweis: Standardm\xE4\xDFig ist dies nicht aktiviert, bitte stellen Sie es unten ein). Diese Interaktion dient als bessere Alternative zur Wortmarkierungs\xFCbersetzung. Dar\xFCber hinaus wird diese Funktion auch h\xE4ufig in Bereichen eingesetzt, die nicht erkannt werden k\xF6nnen. Sie k\xF6nnen diese Funktion nutzen, um jeden Absatz zu \xFCbersetzen.","neverTranslateText.description":"Aufgrund der unzureichenden Erkennung von Eigennamen durch einige \xDCbersetzungsmaschinen k\xF6nnen Sie hier W\xF6rter hinzuf\xFCgen, um sicherzustellen, dass sie w\xE4hrend des \xDCbersetzungsprozesses nicht konvertiert werden. Bitte beachten Sie, dass diese Funktion Gro\xDF- und Kleinschreibung unterscheidet und nur Sprachen mit durch Leerzeichen getrennten W\xF6rtern (wie Englisch, Franz\xF6sisch) unterst\xFCtzt, nicht jedoch f\xFCr Sprachen wie Japanisch, Koreanisch usw. geeignet ist.","intro.subtitleDescription":"Nach Aktivierung dieser Funktion werden beim Abspielen von Videos automatisch zweisprachige Untertitel angezeigt. Wenn diese Funktion nicht aktiviert ist, m\xFCssen Sie auf der Seite manuell auf die \xDCbersetzungsschaltfl\xE4che klicken, um Untertitel anzuzeigen. Bitte beachten Sie, dass aufgrund technischer Einschr\xE4nkungen einige Websites m\xF6glicherweise die Seite aktualisieren oder auf die Fertigstellung der \xDCbersetzung warten m\xFCssen, bevor zweisprachige Untertitel angezeigt werden k\xF6nnen. (Dar\xFCber hinaus k\xF6nnen Sie auch das Schnellzugriffsfeld f\xFCr immersive \xDCbersetzungen in der oberen rechten Ecke \xF6ffnen/schlie\xDFen, nachdem Sie die Videowebsite ge\xF6ffnet haben.)

Derzeit wird die Verwendung von zweisprachigen Untertiteln auf diesen Websites unterst\xFCtzt:",geminiWarning:"Achtung: Der kostenlose Service von Google Gemini ist streng begrenzt und Google k\xF6nnte feststellen, dass Benutzer mehrere Schl\xFCssel verwenden, um ihre kostenlose Kontingentbeschr\xE4nkung zu umgehen. Es wird nicht empfohlen, ihn zu verwenden. Es wird empfohlen, auf die zuk\xFCnftige \xD6ffnung der kostenpflichtigen Gemini-Schnittstelle von Google zu warten.","floatBall.setting":"Einstellung","floatBall.file":"\xDCbersetzen Sie PDF, EPUB, SRT, ASS, HTML, TXT-Dateien","floatBall.translateToLanguage":"Klicken Sie auf \xDCbersetzen in {language}",changeToOnlyTempTranslationMode:"Umschalten, um nur \xDCbersetzungen anzuzeigen",changeToDualTempTranslationMode:"Umschalten auf zweisprachige \xDCbersetzung","options.navbar.translateFile":"\xDCbersetzen Sie das Dokument","options.navbar.installApp":"Installieren Sie die Handy-App","transitionMode.dual":"Zweisprachiger Vergleich","transitionMode.inherit":"Bleiben Sie konsistent mit dem Standardanzeigemodus des Systems.","subtitle.transitionModeDescription":"Stellen Sie die Video-Untertitel auf zweisprachigen Vergleich oder nur \xDCbersetzungsmodus ein.","subtitle.transitionMode":"Videounteritel zweisprachig / Nur \xDCbersetzungseinstellungen","transitionMode.translation":"Nur \xDCbersetzung",translateFileTooltip:`\xDCbersetzen Sie PDF, ePub, srt, ass, HTML, TXT-Dateien`,"description.subtitlePrompt":`In Untertitelszenarien, wenn mehrere Abs\xE4tze gesendet werden, wird die Konversation im Namen des Benutzers an {service} gesendet, wobei {{from}} die Sprache des Absatzes darstellt, {{to}} die Zielsprache darstellt, {{yaml}} ist der Absatzinhalt, den wir im yaml-Format verpackt haben. Wenn Sie eine benutzerdefinierte Aufforderung ben\xF6tigen, m\xFCssen Sie sicherstellen, dass jeder Artikel in den YAML-Ergebnissen der AI-Antwort das Feld {env.imt_sub_trans_field} enth\xE4lt. {{imt_sub_trans_field}} ist der Name des \xDCbersetzungsfeldes, das wir von der AI-Antwort erwarten, der Standard ist: {env.imt_sub_trans_field}, {{imt_sub_source_field}} ist der Name des Originaltextfeldes, das wir an die AI \xFCbergeben, der Standard ist: {env.imt_sub_source_field}, Beispiel Ergebnis: @@ -5029,7 +5029,7 @@ ass, HTML, TXT-Dateien`,"description.subtitlePrompt":`In Untertitelszenarien, we - id: 1 {env.imt_trans_field}: \xDCbersetzung - id: 2 - {env.imt_trans_field}: \xDCbersetzung`,"subtitle.quickButton.red":"Rot","subtitle.quickButton.blue":"Blau","subtitle.quickButton.magenta":"Magenta","translationServices.claude":"Claude","subtitle.quickButton.white":"Wei\xDF","subtitle.quickButton.translationPositionBottom":"\u539Ftext unten","subtitle.quickButton.yellow":"Gelb","subtitle.quickButton.cyan":"Blau","subtitle.quickButton.green":"Gr\xFCn","subtitle.quickButton.backgroundOpacity":"Hintergrundunsch\xE4rfe","subtitle.quickButton.translationPosition":"\xDCbersetzungsposition","subtitle.quickButton.translationTextColor":"\xDCbersetzungsschriftfarbe","subtitle.quickButton.sourceFontSize":"Originalschriftgr\xF6\xDFe","subtitle.quickButton.translationFontSize":"\xDCbersetzungs-Schriftgr\xF6\xDFe","subtitle.quickButton.sourceTextColor":"Urspr\xFCngliche Schriftfarbe","subtitle.quickButton.black":"Schwarz","subtitle.quickButton.backgroundColor":"Hintergrundfarbe","subtitle.quickButton.setting":"Einstellung","subtitle.quickButton.translationPositionTop":"Oben im Originaltext",attachSubtitleTranslating:"Verwenden Sie {service} zur \xDCbersetzung...","error.claude.403":"Keine Berechtigung zum Zugriff auf den Dienst, m\xF6glicherweise im Zusammenhang mit den regionalen Einschr\xE4nkungen von Claude. Sie k\xF6nnen versuchen, Ihre IP-Adresse zu wechseln, oder andere \xDCbersetzungsdienste nutzen.","browser.brandDescriptionForSafari":"\u3010Immersive \xDCbersetzung\u3011Ein kostenloses zweisprachiges Webseiten-\xDCbersetzungs-Plugin (Originaltext/\xDCbersetzung), das gleichzeitig PDF-\xDCbersetzung und EPUB-E-Book-\xDCbersetzung unterst\xFCtzt und das Originaldokumentenlayout beibeh\xE4lt, Youtube/Netflix und andere Online-Video-Zweisprachen-Untertitel-\xDCbersetzung, Unterst\xFCtzung f\xFCr Deepl/Google und andere Mainstream-\xDCbersetzungsdienste;","browser.textTranslate":"Text\xFCbersetzung","browser.PdfProFile":"Von KI angetriebene PDF Pro \xDCbersetzung"};var hh={nologin:"no conectado",loginForSafari:"Iniciar sesi\xF3n o registrarse",login:"Iniciar sesi\xF3n para abrir una cuenta",manageAccount:"Cuentas gestionadas",openPremium:"Afiliaci\xF3n abierta",logout:"abortar",curentPlan:"Paquetes actuales",endAt:"caducidad",endAuto:"renovaci\xF3n autom\xE1tica",lineBreakMaxTextCount:"N\xFAmero m\xE1ximo de caracteres permitidos por frase despu\xE9s de los saltos de l\xEDnea","translate-pdf":"Haga clic para traducir PDF","noSupportTranslate-pdf":"Script no soportado por favor use plugin","translate-firefox-local-pdf":"Haga clic para ir a Importar PDF",enableLineBreak:"Activar el salto de l\xEDnea autom\xE1tico para p\xE1rrafos largos",sponsorLabel:"1 $ Desarrolladores patrocinados",help:"mano",browserShortcutsNoteForFirefox:"Para cambiar los accesos directos en Firefox, tienes que abrir la p\xE1gina de gesti\xF3n de extensiones `about:addons`, luego hacer clic en `Settings`, y despu\xE9s en `Manage Shortcuts` para configurar los accesos directos.",browserShortcutsNoteForChrome:"Para modificar los accesos directos en Chrome, tienes que abrir la p\xE1gina de gesti\xF3n de extensiones, establecerlos en el panel `Manage Shortcuts` (`chrome://extensions/shortcuts`), y hacer clic en el bot\xF3n de abajo para saltar a la p\xE1gina de gesti\xF3n de accesos directos.",browserShortcutsSucks:"Los accesos directos personalizados tienen el siguiente formato (no se reconoce autom\xE1ticamente, introd\xFAzcalo directamente)\uFF1A",enableLineBreakDescription:"Si est\xE1 activada, se insertar\xE1n saltos de l\xEDnea al final de cada frase en los p\xE1rrafos largos para facilitar su lectura.","browser.shortBrandName":"Traducci\xF3n por inmersi\xF3n","browser.brandName":"Immersion Translation: Traducci\xF3n biling\xFCe de p\xE1ginas web y documentos PDF","browser.brandDescription":"Bilingual web page translation, also supports PDF translation, bilingual Epub eBook translation, free to use.","browser.toggleTranslatePage":"Traducir p\xE1gina/visualizar texto original","browser.toggleTranslateTheWholePage":"Traducir todas las \xE1reas de la p\xE1gina/visualizar el texto original","browser.toggleOnlyTransation":"Cambiar al modo biling\xFCe/solo texto traducido","browser.toggleTranslateToThePageEndImmediately":"Traducci\xF3n inmediata al final de la p\xE1gina/visualizaci\xF3n del texto original","browser.toggleTranslateTheMainPage":"Traducir el \xE1rea principal de la p\xE1gina/visualizar el texto original","browser.shareToDraft":"Compartir p\xE1ginas biling\xFCes","browser.openOptionsPage":"Abrir la p\xE1gina de configuraci\xF3n","browser.toggleTranslationMask":"Mostrar/ocultar el efecto de desenfoque de traslaci\xF3n","browser.translateLocalPdfFile":"Traducir archivos PDF locales","browser.openEbookViewer":"Leer libros electr\xF3nicos locales","browser.openEbookBuilder":"Creaci\xF3n de eBooks EPUB biling\xFCes","browser.translateLocalHtmlFile":"Traducir archivos HTML/txt","browser.donateContext":"M\xE1s informaci\xF3n sobre las ventajas del patrocinio","browser.translateLocalSubtitleFile":"Traducir archivos de subt\xEDtulos locales",confirmResetConfig:"\xBFEst\xE1s seguro de que quieres restablecer la configuraci\xF3n?",translationLineBreakSettingTitle:"Ajuste del salto de l\xEDnea de traducci\xF3n",smartLineBreak:"alimentaci\xF3n de l\xEDnea inteligente (inform\xE1tica)",alwaysLineBreak:"Siempre avance de l\xEDnea",isShowContextMenu:"A\xF1adir p\xE1ginas traducidas a los elementos del men\xFA contextual",toggleBeta:"Activaci\xF3n de las funciones de prueba beta",betaDescription:"Habilita funciones que a\xFAn son experimentales, as\xED como un servicio de traducci\xF3n en beta. \xDAnete al <1>grupo de Telegram para obtener m\xE1s informaci\xF3n.",translationLineBreakSettingDescription:"Los saltos de l\xEDnea siempre son ordenados para las p\xE1ginas con menos contenido. (Utilice saltos de l\xEDnea inteligentes en p\xE1rrafos largos con mucho contenido (m\xE1s de{count}caracteres) para ahorrar espacio).",tempTranslateDomainTitle:"Duraci\xF3n de la conexi\xF3n temporal de la traducci\xF3n del sitio web",tempTranslateDomainDescription:"Al traducir manualmente una p\xE1gina web, active temporalmente el sitio web para la traducci\xF3n autom\xE1tica, y puede establecer la duraci\xF3n temporal.",xMinutes:"{count} minutos",disabled:"prohibir el uso de algo",changelog:"Registro de actualizaci\xF3n",toggleTranslatePageWhenThreeFingersOnTheScreen:"Tocar la pantalla con varios dedos simult\xE1neamente traduce p\xE1ginas web/visualiza el texto original",toggleTranslationMaskWhenThreeFingersOnTheScreen:"El toque con varios dedos muestra/oculta el efecto de desenfoque.",fingerCountToToggleTranslagePageOnlyTranslationWhenTouching:"Varios dedos tocando la pantalla al mismo tiempo traducen la p\xE1gina web (s\xF3lo traducci\xF3n)/visualizan el texto original.",addUrlDescription:"Puede ser un nombre de dominio y tambi\xE9n admite comodines, por ejemplo\uFF1A*.google.com, google.com/mail/*, https://www.google.com/*",general:"Ajustes b\xE1sicos",clickToExpandConfig:"Ampliar la configuraci\xF3n actual",import:"Importar desde archivo",export:"Exportar a archivo",toggleDebug:"Imprime el registro de depuraci\xF3n en la consola","fingers.0":"coagulaci\xF3n","fingers.2":"toque con dos dedos","fingers.3":"toque con tres dedos","fingers.4":"toque con cuatro dedos","fingers.5":"toque con cinco dedos",mouseHoldKey:"+ {key} traducir/restaurar el p\xE1rrafo",mouseHoldKeyAuto:"Traducci\xF3n directa del p\xE1rrafo",mouseHoldKeyOff:"No hagas nada.",mouseHoldKeyOther:"Atajos personalizados (abrir ajustes)",mouseHoldKeyCustomKey:"{key} Traducci\xF3n/reducci\xF3n del p\xE1rrafo",mouseHoverHoldKey:"Traduce p\xE1rrafos pulsando la tecla de acceso directo mientras pasas el rat\xF3n por encima.","mouse-translate":"al pasar el rat\xF3n",document:"Archivo (inform\xE1tico)",resetSuccess:"Restablecer todos los ajustes correctamente",resetThisSuccess:"Restablecimiento correcto",saved:"Salvar con \xE9xito",successImportConfig:"Configuraci\xF3n importada correctamente",goAdvancedSettings:"Vaya a la p\xE1gina de configuraci\xF3n avanzada",goAdvancedInterfaceSettings:"Vaya a la p\xE1gina Configuraci\xF3n avanzada de personalizaci\xF3n",advanced:"Ajustes avanzados",advancedDescription:"Por lo general, no es necesario realizar ning\xFAn ajuste, basta con dejarlo por defecto. S\xF3lo para usuarios m\xE1s especializados, hay disponibles ajustes m\xE1s personalizados.",developer:"Ajustes de desarrollador",donateCafe:"precios","translate to the bottom of the page":"\xBFSe traslada al final de la p\xE1gina inmediatamente despu\xE9s de entrar en ella?",feedback:"Preguntas",toggleTranslatePage:"Traducir p\xE1gina/visualizar texto original",translateToThePageEndImmediatelyDescription:"Si la activas, el contenido se traducir\xE1 inmediatamente desde la parte superior a la inferior de la p\xE1gina a medida que entras en ella. Si lo desactiva, se traducir\xE1 a medida que lea. (No recomendado)","translate all areas of the page":"Traducir o no todas las \xE1reas de la p\xE1gina",translationAreaDescription:"Activado, se traducen todas las \xE1reas de toda la p\xE1gina web. Si se desactiva, se utiliza el reconocimiento inteligente predeterminado y s\xF3lo se traducen las \xE1reas principales. (No se recomienda activarlo)","the number of characters to be translated first":"Traduzca directamente los primeros caracteres de la p\xE1gina sin esperar a desplazarse hasta el \xE1rea de visualizaci\xF3n","interface language":"lenguaje de interfaz","display both the original text and the translation":"Visualizaci\xF3n simult\xE1nea del original y la traducci\xF3n","keyboard shortcuts":"Atajos de teclado",modify:"Modificar las teclas de acceso directo",reset:"revisi\xF3n",close:"coagulaci\xF3n",homepage:"p\xE1gina de inicio",more:"m\xE1s",moreOptions:"M\xE1s opciones de personalizaci\xF3n",translateTheWholePage:"Traducir todas las \xE1reas de la p\xE1gina (a diferencia de reconocer inteligentemente las \xE1reas principales)",changeToTranslateTheWholePage:"Cambiar para traducir todas las regiones",changeToTranslateTheMainPage:"Cambiar al \xE1rea principal de traducci\xF3n",changeToOnlyTranslationMode:"Mostrar s\xF3lo traducciones",changeToDualTranslationMode:"Cambiar a traducci\xF3n biling\xFCe",translateToThePageEndImmediately:"Traducci\xF3n inmediata al final de la p\xE1gina",translateTheMainPage:"Traducci\xF3n inteligente Regiones clave","The local rules are up to date":"Las normas locales de adaptaci\xF3n est\xE1n actualizadas.","Successfully synchronized with the latest official rules:":"Sincronizado con \xE9xito con las \xFAltimas normas oficiales de adaptaci\xF3n.","Checking for updates":"Comprobaci\xF3n de actualizaciones","Rules are being synchronized":"Sincronizaci\xF3n de las normas de adaptaci\xF3n",localVersionIsTooOld:"La versi\xF3n de la extensi\xF3n local es demasiado antigua, por favor actualice la extensi\xF3n a {minVersion} o m\xE1s reciente antes de intentar sincronizar.",badUserscriptBrowser:"El navegador actual no implementa correctamente la interfaz de la <1>extensi\xF3n Grease Mon key (por ejemplo, para obtener informaci\xF3n sobre el n\xFAmero de versi\xF3n del propio script Grease Monkey), por favor, utilice otros navegadores <1>compatibles con la extensi\xF3n Grease Monkey, como Firefox.",foundNewVersion:"Descubra la nueva versi\xF3n",theLocalExtensionIsUpToUpdate:"La extensi\xF3n actual est\xE1 al d\xEDa.",failToSyncRules:"No sincronizaci\xF3n de las \xFAltimas normas de adaptaci\xF3n",retry:"Pulse aqu\xED para volver a intentarlo",failedReason:"Razones del fracaso",currentRuleVersion:"Versi\xF3n actual de la norma",calculating:"c\xE1lculos",unknownError:"error desconocido",canNotFetchRemoteRule:"No se pueden obtener reglas remotas",enableAlphaSuccess:"Alfa activado",disableAlphaSuccess:"Se ha desactivado la funci\xF3n Alfa",cacheSize:"Tama\xF1o de la cach\xE9\uFF1A",cleaning:"en proceso de liquidaci\xF3n",cleanCache:"borrar la cach\xE9",options:"establecer",about:"con respecto a",service:"servicio de interpretaci\xF3n",needAction:"(Ir a Ajustes)",goSettings:"seguir adelante y configurar",needActionForOptions:"(por establecer)",translationEngine:"Opciones de motor",sourceLanguage:"Idioma original",target:"lengua de llegada",popupSourceLanguage:"Idioma original",popupTarget:"lengua de llegada",popupService:"servicio de interpretaci\xF3n",forThisSite:"P\xE1gina web actual",autoEnableSubtitle:"Activa autom\xE1ticamente los subt\xEDtulos biling\xFCes",alwaysTranslate:"Traduzca siempre",neverTranslate:"Nunca traduzca",alwaysTranslateSomeLanguage:"Traduzca siempre {language}",neverTranslateSomeLanguage:"Nunca traduzca {language}",alwaysTranslateSomeSite:"Traduzca siempre {hostname}",neverTranslateSomeSite:"Nunca traduzca {hostname}",alwaysTranslateSomeSiteOrWildSite:"Traduzca siempre el sitio",alwaysTranslateSomePage:"Traducir siempre la p\xE1gina",add:"aumentar",default:"por defecto (ajuste)",forThisLanguage:"Para este idioma\uFF1A","add url":"Introducir URL",edit:"compilador","translate other languages into specific language":"Traduce otros idiomas a tu idioma","select translation service":"Seleccione un servicio de traducci\xF3n",language:"multiling\xFCismo","show-original":"Mostrar texto original",translate:"renderizaci\xF3n",Translated:"traducido",Translating:"en traducci\xF3n",Error:"incorrecto",allowCacheTranslations:"Activar la cach\xE9 de traducci\xF3n local (para reducir las solicitudes de traducci\xF3n de pasajes duplicados)","translation display":"Estilo de visualizaci\xF3n de la traducci\xF3n","select diplay style":"Distinguir entre los estilos de traducci\xF3n, con referencia espec\xEDfica a los siguientes ejemplos",interface:"Ajustes de interfaz",import_export:"Importaci\xF3n y exportaci\xF3n",import_export_title:"Configuraci\xF3n de importaci\xF3n/exportaci\xF3n",syncToGoogleDrive:"Sincronizar con Google Drive ahora",floatBallOptions:"Ajustes de la Hoverball","floatBallOptions.enable":"Habilitar Hoverball","floatBallOptions.blockUrls":"Desactivar el sitio web","floatBallOptions.add":"aumentar","floatBallOptions.blockUrlDesc":"Las Hoverballs no se muestran cuando se encuentran los siguientes sitios web","floatBallOptions.clickType":"comportamiento al hacer clic","floatBallOptions.clickTypeDesc":"Comportamiento del icono Hoverball al hacer clic","floatBallOptions.clickPopup":"Mostrar panel de traducci\xF3n","floatBallOptions.clickTranslate":"Traducci\xF3n/visualizaci\xF3n del texto original","floatBallOptions.fixedPosition":"\u56FA\u5B9A\u4F4D\u7F6E","floatBallOptions.fixedPositionDesc":"\u60AC\u6D6E\u7403\u5728\u7A97\u53E3\u5DE6\u4FA7\u8FD8\u662F\u53F3\u4FA7","floatBallOptions.fixedPositionLeft":"\u5DE6\u4FA7","floatBallOptions.fixedPositionRight":"\u53F3\u4FA7",previewAllThemes:"Vista previa de todos los estilos","translationTheme.none":"no tener","translationTheme.grey":"gris oscuro","translationTheme.dashed":"subrayado punteado","translationTheme.dotted":"gui\xF3n bajo punteado","translationTheme.dashedBorder":"borde punteado","translationTheme.solidBorder":"borde s\xF3lido","translationTheme.underline":"Subrayar l\xEDneas rectas","translationTheme.mask":"Efectos difusos (modos de aprendizaje)","translationTheme.opacity":"efecto de transparencia","translationTheme.paper":"Efecto sombra de papel blanco","translationTheme.dividingLine":"l\xEDnea divisoria","translationTheme.highlight":"alto brillo","translationTheme.marker":"marcador (palabra de pr\xE9stamo)","translationTheme.marker2":"Marcador 2","translationTheme.blockquote":"Estilos de referencia","translationTheme.weakening":"debilitamiento","translationTheme.italic":"tipo de letra inclinado","translationTheme.bold":"espesar","translationTheme.thinDashed":"subrayado de l\xEDnea discontinua fina","translationTheme.nativeDashed":"El sistema viene con un subrayado de puntos","translationTheme.nativeDotted":"El sistema viene con subrayado de puntos","translationTheme.nativeUnderline":"El sistema viene con un subrayado recto","translationTheme.wavy":"l\xEDnea ondulada","translationServices.custom":"API personalizada","translationServices.tencent":"Tencent Traductor","translationServices.tenAlpha":"Tencent Translator (Alfa)","translationServices.google":"Google Translate","translationServices.bai":"Baidu (Alfa)","translationServices.baidu":"Traducci\xF3n de Baidu","translationServices.aliyun":"Traducci\xF3n AliCloud","translationServices.volc":"traducci\xF3n del volc\xE1n","translationServices.deeplx":"DeepLX (Beta)","translationServices.bing":"Microsoft Translate","translationServices.deepl":"DeepL","translationServices.wechat":"Traducci\xF3n de WeChat","translationServices.azure":"Traducci\xF3n Azure","translationServices.ibm":"IBM Watson","translationServices.aws":"Traducci\xF3n Amazon","translationServices.mock":"Traducci\xF3n simulada","translationServices.mock2":"Traducci\xF3n simulada 2","translationServices.caiyun":"lit. nubes de colores y peque\xF1as traducciones","translationServices.cai":"Nubes de colores (Alfa)","translationServices.volcAlpha":"Volc\xE1n (Alfa)","translationServices.openl":"OpenL","translationServices.youdao":"Traducci\xF3n Youtube","translationServices.you":"Youdao Traductor (Alfa)","translationServices.transmart":"Tencent Interactive Traducci\xF3n","translationServices.niu":"Traductor Maverick","translationServices.papago":"Traducci\xF3n de Papago","translationServices.d":"D (Alfa)","translationServices.dpro":"D Pro (Canarias)","translationServices.openai":"OpenAI","translationServices.yandex":"Yandex","translationServices.chatgpt":"ChatGPT Web(3.5 m\xF3vil)","translate title":"Traducir t\xEDtulos de p\xE1ginas","always languages":"Traduzca siempre el idioma",neverTranslateLanguagesLabel:"La lengua que nunca se traducir\xE1",neverTranslateTheFollowingLanguagesDescription:"Las traducciones se omiten cuando un p\xE1rrafo de la p\xE1gina est\xE1 en uno de los siguientes idiomas",enableUserscriptPagePopup:"Mostrar hoverball en la p\xE1gina",enableUserscriptPagePopupDescription:"Despu\xE9s de desactivar el hoverball, se puede recuperar con el acceso directo /{touch}. Se recomienda encarecidamente marcar esta p\xE1gina de configuraci\xF3n para evitar no poder encontrar el hoverball despu\xE9s de desactivar esta opci\xF3n por error.","always translate the following languages":"Traduce autom\xE1ticamente al idioma de destino cuando la p\xE1gina est\xE1 en uno de los siguientes idiomas","always sites":"Sitios web siempre traducidos","always translate the following sites":"Los sitios web se traducen autom\xE1ticamente a la lengua de destino cuando son los nombres de dominio de","never sites":"Sitio nunca traducido","never translate the following sites":"No se realizar\xE1n traducciones cuando el sitio web corresponda a los siguientes dominios","please refer to":"Tienes que rellenar la clave antes de poder utilizarla.",KeyAndConfigurationTutorial:"Tutorial de aplicaci\xF3n y configuraci\xF3n de llaves",useAboveStyleForTheseSites:"Utilice siempre el estilo de traducci\xF3n \u2308{theme}\u230B cuando el sitio sea para los siguientes dominios",currentUrl:"URL actual",confirm:"guardar (un archivo, etc.) (inform\xE1tica)",cancel:"anulaciones",delete:"eliminar","languages.auto":"detecci\xF3n autom\xE1tica",syncToCloud:"Sincronizaci\xF3n con Google Drive",syncToCloudDescription:"Subida a la nube, la configuraci\xF3n se puede sincronizar entre distintos navegadores/scripts de mono de grasa, sea cual sea la \xFAltima modificaci\xF3n.",syncToAccount:"Sincronizaci\xF3n con la nube de traducci\xF3n inmersiva",syncToAccountButton:"Sincronizaci\xF3n instant\xE1nea con la nube",syncToAccountDescription:"Sincroniza autom\xE1ticamente las configuraciones entre distintos dispositivos, sea cual sea el \xFAltimo en modificarse.",successSyncConfigInAccount:"Sincronizaci\xF3n satisfactoria con la nube",successSyncConfigToAccount:"Sincronizaci\xF3n satisfactoria con la nube",syncConfigNoUpdate:"Ya est\xE1 actualizado.",authFail:"Fallo de autorizaci\xF3n",syncTitle:"Gesti\xF3n manual de copias de seguridad",import_hint:"importar (datos)",upload:"cargar",revokeAuth:"revocar una autorizaci\xF3n",uploadFail:"Carga fallida",download:"descargando",importSuccess:"Importado con \xE9xito",importFail:"fallo de importaci\xF3n",deleteFail:"Error al borrar",backupToCloud:"Gesti\xF3n manual de los archivos de copia de seguridad",create_new_backup:"A\xF1adir un nuevo nodo de copia de seguridad",maxBackupFiles:"Se pueden hacer copias de seguridad de hasta{count}nodos diferentes, por favor, elimine los nodos que no necesite.",backupToCloudDescription:"Cargar o restaurar manualmente archivos de copia de seguridad, permitiendo hasta 3 copias de seguridad diferentes.",successSyncConfig:"Sincronizaci\xF3n satisfactoria con la nube",syncFail:"fallo de sincronizaci\xF3n",updatedAt:"Actualizado desde {date}",lastSyncedAt:"\xDAltima consulta en {date}",downloadFail:"Error de descarga",clickToDownload:"Haga clic para descargar",aboutLabel:"Acerca de - Comentarios","browser.openAboutPage":"Acerca de/Feedback",aboutLabelWithoutSponsor:"Acerca de - Comentarios",aboutIntro:"Que todos tengamos un acceso m\xE1s f\xE1cil y agradable a la enorme cantidad de informaci\xF3n en idiomas extranjeros que hay en Internet \u2764\uFE0F Puedes optar por activar tu <6>suscripci\xF3n Pro para utilizar las traducciones listas para usar de DeepL y OpenAI.

Puedes seguirnos en <3>Twitter, <4>Telegram, Weibo, WeChat, o <5>suscribirte a nuestra lista de correo para estar al tanto de las actualizaciones.
<7>Los miembros Pro pueden ponerse en contacto con nosotros en <8>support@immersivetranslate.com para un r\xE1pido servicio de atenci\xF3n al cliente.",aboutIntroWithoutSponsor:"Ojal\xE1 todos tengamos un acceso m\xE1s f\xE1cil y agradable a la enorme cantidad de informaci\xF3n en idiomas extranjeros disponible en Internet \u2764\uFE0F

Puedes seguirnos en <3>Twitter, el <4>canal de Telegram, WeChat, WeChat Exchange, o <5>suscribirte para seguir las actualizaciones por <5>correo electr\xF3nico a continuaci\xF3n.",projectHomepage:"Inicio del proyecto",joinTelegramGroup:"\xDAnase al grupo de usuarios para participar en los debates",wechatPublicAccount:"WeChat P\xFAblico",wechatCommunities:"Grupo de intercambio WeChat",qqCommunities:"Canal de comunicaci\xF3n QQ",joinTelegramChannel:"Siga el canal de Telegram para las \xFAltimas actualizaciones",feedbackAndJoin:"Pregunta Feedback / A\xF1adir Grupo",autoSync:"sincronizaci\xF3n horaria autom\xE1tica",loadingThemeTitle:"Estilo de carga",loadingThemeDescription:"Establecer el estilo mientras se espera a que se cargue la traducci\xF3n","loadingTheme.spinner":"Animaci\xF3n giratoria","loadingTheme.text":"texto est\xE1tico algo ","loadingTheme.none":"no se muestra",developerDescription:"La documentaci\xF3n sobre personalizaci\xF3n avanzada se encuentra <1>aqu\xED","edit border color":"Modificar el color del borde",successSyncButNoChange:"La configuraci\xF3n actual es coherente con la nube",customTheme:"Colores y tama\xF1os personalizados","customThemeLabel.borderColor":"Color del borde","customThemeLabel.borderRadius":"Bordes redondeados","customThemeLabel.textColor":"color del texto","customThemeLabel.backgroundColor":"color de fondo","customThemeLabel.zoom":"Escalado de fuentes (%)","customThemeLabel.opacity":"Opacidad del texto (%)",resetToDefaultColor:"Restablecer los colores por defecto",resetToDefaultSettings:"Restablecer la configuraci\xF3n predeterminada",isTranslateTitle:"Activar la traducci\xF3n de los t\xEDtulos de las p\xE1ginas",isTranslateTitleDescription:"Si est\xE1 activada, se traducen los t\xEDtulos de las p\xE1ginas",enableSearchEnhancement:"Activar la mejora de mensajes biling\xFCes",enableSearchEnhancementDescription:'Una vez activada, los resultados de b\xFAsqueda de "Google News" se mostrar\xE1n autom\xE1ticamente en la columna derecha de los sitios web compatibles (Google News, Google Search (algunas palabras clave), Snowball, Oriental Fortune, Futura, Tiger Community) para las correspondientes palabras clave en ingl\xE9s.',verifyService:"Haga clic aqu\xED para probar el servicio",verified:"Verificar el \xE9xito","field.langs":"C\xF3digos de idioma admitidos","field.model":"modelizaci\xF3n","field.translationEngine":"motor de traducci\xF3n","field.limitPerMinute":"Peticiones m\xE1ximas por minuto","field.limitPerSecond":"N\xFAmero m\xE1ximo de solicitudes por segundo","field.maxTextLengthPerRequest":"Longitud m\xE1xima del texto por solicitud","field.maxTextGroupLengthPerRequest":"N\xFAmero m\xE1ximo de apartados por solicitud","field.apiUrl":"Direcci\xF3n de interfaz API personalizada","field.placeholderDelimiters":"marcador de posici\xF3n reservado","description.custom":"Interfaz personalizada Acceso Documentaci\xF3n necesaria","description.limitPerMinute":"Las solicitudes que superan este l\xEDmite pasan a una cola hasta el inicio del siguiente minuto. Debido a las diversas limitaciones del servicio actual de OpenAI, haz clic <1>aqu\xED para consultar los \xFAltimos valores sugeridos.","description.limitPerSecond":"Las solicitudes que superan este l\xEDmite pasan a una cola hasta el inicio del siguiente segundo. Debido a las diversas limitaciones del servicio actual de OpenAI, haz clic <1>aqu\xED para consultar los \xFAltimos valores sugeridos.","description.generalLimitPerSecond":"Las solicitudes que superan este l\xEDmite pasan a una cola hasta el inicio del segundo siguiente.","description.prompt":"Enviar la conversaci\xF3n a {service} como usuario, donde {{text}} representa el contenido del texto del p\xE1rrafo, {{from}} representa el idioma del p\xE1rrafo y {{to}} representa el idioma objetivo.","description.maxTextLengthPerRequest":"El n\xFAmero m\xE1ximo de caracteres por petici\xF3n es demasiado grande para que la interfaz responda con lentitud, as\xED que pruebe a ajustar esta opci\xF3n para optimizar la velocidad","description.systemPrompt":"Un di\xE1logo enviado a OpenAI como sistema, donde {{text}} indica el contenido textual del p\xE1rrafo,{{from}} indica el idioma del p\xE1rrafo y{{to}} indica el idioma de destino.","field.domain":"reino","description.domain":"El valor predeterminado es\uFF1Ageneral. S\xF3lo puede establecerse si la traducci\xF3n de dominios est\xE1 activada en la consola de la API Arima; consulte <1>aqu\xED los dominios admitidos.","field.scene":"toma","description.scene":"Por defecto\uFF1Ageneral. S\xF3lo se puede establecer si la consola API AliCloud est\xE1 habilitado para Machine Translation Pro, ver <1>aqu\xED para los escenarios compatibles","field.vocabId":"ID del diccionario del usuario","description.vocabId":"El diccionario out_id especificado admite actualmente la traducci\xF3n del ingl\xE9s al chino.","description.model":"Modelos OpenAI, pueden ser gpt-3.5-turbo, gpt-4, etc.","description.maxTextGroupLengthPerRequest":"El n\xFAmero de p\xE1rrafos enviados al servicio de traducci\xF3n a la vez, si hay demasiados p\xE1rrafos, puede hacer que la interfaz responda m\xE1s lentamente.","description.apiUrl":"Por favor, a\xF1ada URLs espec\xEDficas con rutas, <1>m\xE1s descripci\xF3n",enabledExtension:"Habilitar extensiones",clickToDisableExtension:"Haga clic para desactivar las extensiones",clickToEnableExtension:"Haga clic para activar las extensiones",hasBeenDisabled:"desactivado","show password":"Mostrar contrase\xF1a",customContent:"Introduzca un nombre de modelo personalizado",inputOptions:"Mejora del cuadro de entrada",mouseHoverOptions:"al pasar el rat\xF3n",modifyMouseHoverKey:"Modificar el acceso directo del rat\xF3n",enableInputTranslation:"Activar o no la mejora del cuadro de entrada",enableInputTranslationDescription:"Una vez activado, escriba {startingKey}{startingKey} hola directamente en el cuadro de entrada, luego pulse r\xE1pidamente{inputTrailingTriggerKeyRepeatTimes}veces{trailingKey}para traducir a {inputTargetLanguage}",enableInputTranslationDescriptionForNoneKey:"Una vez activado, escriba\uFF1AHello World directamente en el cuadro de entrada y, a continuaci\xF3n, pulse r\xE1pidamente{inputTrailingTriggerKeyRepeatTimes}{trailingKey}veces para traducir al idioma de destino predeterminado.",inputTargetLanguage:"Establecer el idioma de destino por defecto para los cuadros de entrada",inputTargetLanguageDescription:"Idioma de destino por defecto para la traducci\xF3n del cuadro de entrada, es decir, {startingKey}{startingKey} como idioma por defecto para las palabras desencadenantes.",inputTargetLanguageDescriptionForNoneKey:"Idioma de destino predeterminado para la traducci\xF3n del cuadro de entrada",inputStartingTriggerKeyTitle:"Configuraci\xF3n del car\xE1cter de divisi\xF3n para la traducci\xF3n parcial del cuadro de entrada",inputStartingTriggerKeyDescription:"Cuando no necesite traducir todo el cuadro de entrada, el divisor le permite traducir s\xF3lo la parte desde {startingKey}{startingKey} hasta el final del cuadro de entrada, o puede especificar el c\xF3digo de idioma, por ejemplo\uFF1A{startingKey}ja significa traducir s\xF3lo la parte desde {startingKey}ja hasta el final del cuadro de entrada.",inputStartingTriggerKeyDescriptionForNoneKey:"La configuraci\xF3n actual de sin prefijo no es necesaria, y la funci\xF3n de traducci\xF3n de algunos textos en el cuadro de entrada no est\xE1 disponible por el momento.",inputTrailingTriggerKeyTitle:"Seleccione un car\xE1cter de activaci\xF3n de fin de entrada",inputTrailingTriggerKeyDescription:"\xA13 golpes r\xE1pidos{trailingKey} comenzar\xE1 a traducir!",inputTrailingTriggerKeyTimeout:"Introduce el tiempo entre disparos de fin de combate",inputTrailingTriggerKeyTimeoutDescription:"Establece el tiempo (en milisegundos) entre disparos de combo de fin de entrada.",spaceKey:"<\u7A7A\u683C\u952E>",noneKey:"Traducci\xF3n directa de todo el cuadro de texto sin prefijos",inputTranslationBlockUrlsTitle:"No active la mejora del cuadro de entrada en las siguientes URL",inputTranslationBlockUrlsDescription:"Las mejoras del cuadro de entrada no funcionar\xE1n en las siguientes URL",clickToSeeQuickDemo:"Haga clic para ampliar el v\xEDdeo tutorial r\xE1pido de 30 segundos",inputHelperInfo:"Descripci\xF3n\uFF1AHemos optimizado el hecho de que algunos caracteres desencadenantes se convertir\xE1n en signos de puntuaci\xF3n chinos bajo m\xE9todos de entrada chinos, por ejemplo, / se convertir\xE1 en un signo dun , bajo el m\xE9todo de entrada Sogou, e Immersive Translator soporta todos los s\xEDmbolos chinos correspondientes a los caracteres desencadenantes, es decir, //,,, ser\xE1n reconocidos como caracteres desencadenantes.

Tambi\xE9n soportamos alias Chinos para c\xF3digos de lenguaje como comandos, por ejemplo /Japanese Hello World ser\xE1 traducido al Japon\xE9s, <1>haga clic aqu\xED para ver todos los c\xF3digos de lenguaje soportados.",reloadCurrentPage:"Actualice la p\xE1gina actual antes de iniciar la traducci\xF3n.",noLocalFilePermissionForPDF:"Usted no tiene permiso para leer archivos locales, por favor haga clic en el bot\xF3n de arriba y luego importar archivos locales.",noPermissionForThisPage:"\u26A0\uFE0F No hay permiso para traducir la p\xE1gina actual",retryAllParagraphs:"Reintentar todos los pasajes de error",retryAllButton:"Reintentar todos los pasajes de error",errorTooltipTitle:"Haga clic para ver la causa del error",errorModalTitle:"Parece que algo va mal con el servicio de traducci\xF3n o la red...",disableConfirm:"Entorno biling\xFCe de mejora de la informaci\xF3n",disableOnce:"Esta inhabilitaci\xF3n",disableGlobal:"desactivar permanentemente",disableTint:"* Puede volver a activarlo en {option} .",searchEnhancementNotes:"Tras activar la funci\xF3n de mejora de la informaci\xF3n biling\xFCe con traducci\xF3n inmersiva, buscaremos autom\xE1ticamente las mismas palabras clave en ingl\xE9s en los sitios web compatibles (Google News, Google Search (algunas palabras clave), Snowball, Oriental Wealth, Futura, Tiger) y las mostraremos a la derecha. Si no necesitas esta funci\xF3n, puedes desactivarla.",option:"establecer",saveSettings:"Guardar configuraci\xF3n",closeModal:"Cerrar ventana",enableInputTranslationWithoutTriggerKeyTitle:"Habilite 3 pulsaciones r\xE1pidas en{trailingKey}para traducir directamente todo el cuadro de entrada a{inputTargetLanguage}",enableInputTranslationWithoutTriggerKeyDescription:"Para especificar el idioma de destino, antep\xF3ngale el c\xF3digo del idioma, por ejemplo:\uFF1Aja Hola Mundo",mouseHoverShortcutPlaceholder:"p. ej.\uFF1ATurno",deepLProName:"Miembro de Immersive Translation Pro (Recomendado)",deepLProDescription:"El paquete actual puede utilizarse directamente",deeplProDescriptionForNormal:"No requiere instalaci\xF3n, los miembros pueden utilizarlo despu\xE9s de iniciar sesi\xF3n, <1>haga clic aqu\xED para actualizar a miembro",deepLCustomDescription:"Se requiere tarjeta de cr\xE9dito extranjera, abierta oficialmente en <1>DeepL, haga clic para ver <2>la documentaci\xF3n",deepLCustomName:"Clave de autenticaci\xF3n personalizada",chooseProviderLabel:"Seleccione un proveedor de servicios",openaiProName:"Miembro de Immersive Translation Pro (Recomendado)",openaiProDescription:"El paquete actual puede utilizarse directamente",openaiProDescriptionForNormal:"No requiere instalaci\xF3n, los miembros pueden utilizarlo despu\xE9s de iniciar sesi\xF3n, <1>haga clic aqu\xED para actualizar a miembro",openaiCustomDescription:"Disponible en OpenAI, Azure OpenAI u otros servicios de terceros. <1>Haga clic aqu\xED para consultar la documentaci\xF3n.",openaiCustomName:"Clave API personalizada",needLoginAction:"(Afiliaci\xF3n abierta o personalizaci\xF3n)",goLoginOrAction:"(Abra una cuenta o vaya a la configuraci\xF3n)",yearly:"efectuar un pago anual consecutivo",quarterly:"embalaje secuencial",monthly:"suscripci\xF3n mensual",yearlyForOnce:"Paquete anual \xFAnico",monthlyForOnce:"Paquete mensual \xFAnico",daily:"d\xEDas consecutivos de paquetes",year:"efectuar un pago anual consecutivo",quarter:"embalaje secuencial",month:"suscripci\xF3n mensual",day:"d\xEDas consecutivos de paquetes",onetime_7day:"Pack Experiencia 7 d\xEDas",currentPlanDescriptionForFree:"Paquetes actuales\uFF1AGratis",currentPlanDescriptionForContinuous:"El paquete actual\uFF1A{plan}se renovar\xE1 autom\xE1ticamente en {endAt} .",currentPlanDescriptionForAutoRenewCaceling:"El paquete actual\uFF1A{plan}expirar\xE1 en {endAt} y no se renovar\xE1 autom\xE1ticamente a su vencimiento.",currentYearlyPlanDescriptionForAutoRenewCacelingWithRealPaiedUser:"El paquete actual,\uFF1A{plan}, caducar\xE1 en {endAt} y no se renovar\xE1 autom\xE1ticamente a su vencimiento.
<1>Haga clic aqu\xED para gestionar su plan de renovaci\xF3n",currentYearlyPlanDescriptionForAutoRenewCacelingWithAdmin:"El paquete actual,\uFF1A{plan}, caducar\xE1 en {endAt} y no se renovar\xE1 autom\xE1ticamente a su vencimiento.
<1>Haga clic aqu\xED para activar la suscripci\xF3n anual continua",currentPlanDescriptionForOneTime:"La suscripci\xF3n actual\uFF1A{plan}expirar\xE1 en {endAt} , <1>haga clic aqu\xED para cambiar a una suscripci\xF3n <1>anual o <2>mensual.",upgradePlan:"Haga clic aqu\xED para pasar a Pro",upgradeToPro:"Actualizar a miembro Pro","popup.openPro":"Actualice su suscripci\xF3n a Pro para disfrutar de DeepL y de la traducci\xF3n OpenAI, \xA1haga clic aqu\xED para actualizar!","popup.openProForPro":"Eres un miembro Pro con acceso directo a DeepL y a las traducciones de OpenAI.",currentAccount:"cuenta corriente",enableAutoSyncUserSettings:"Sincronizaci\xF3n autom\xE1tica en la nube de varios dispositivos",modalEnableInputTranslationTitle:"Traducci\xF3n inmersiva Cuadro de entrada Alertas de traducci\xF3n",modalEnableInputTranslationDesc:"Acaba de activar la traducci\xF3n del cuadro de entrada de Immersive Translation pulsando la barra espaciadora 3 veces en r\xE1pida sucesi\xF3n, y el contenido del cuadro de entrada se traducir\xE1 al idioma de destino predeterminado. La traducci\xF3n puede deshacerse con Ctrl+Z.

Si ha sido un error, no se preocupe, puede elegir desactivarla esta vez, o desactivar permanentemente la traducci\xF3n del cuadro de entrada.",saveAndNotShowAgain:"Guardar y dejar de preguntar",disableInputTranslationTips:"* Tambi\xE9n puedes configurar otros atajos para que se activen en {option} ,{learnMore}.",learnMore:"M\xE1s informaci\xF3n",continueEnalbeInputTranslation:"Seguir activando la traducci\xF3n del cuadro de entrada",autoRenewTrialSuffix:'(En la versi\xF3n de prueba,pas\xF3 inmediatamente a ser miembro de pleno derecho)',upgradeFromTrialTitle:"Pasar a Miembro de pleno derecho",subtitle:"subtitulado de v\xEDdeo",youtubeService:"Traducci\xF3n por inmersi\xF3n Servicios de traducci\xF3n de subt\xEDtulos de v\xEDdeo","subtitle.disabledSubtitle":"Desactivar permanentemente la funci\xF3n de subt\xEDtulos de v\xEDdeo","subtitle.disabledSubtitleDescription":"Si Immersive Translator's Video Subtitles entra en conflicto con otras extensiones, puedes optar por desactivar permanentemente la funcionalidad de Immersive Translator's Video Subtitles o desinstalar otras extensiones conflictivas.","subtitle.autoEnableSubtitle":"Uso autom\xE1tico de subt\xEDtulos biling\xFCes","subtitle.autoEnableSubtitleDescription":"Una vez activado, se mostrar\xE1n autom\xE1ticamente subt\xEDtulos biling\xFCes cuando se reproduzca el video, de lo contrario, necesitar\xE1 hacer clic en el bot\xF3n de traducci\xF3n para que se muestren.","subtitle.preTranslation":"Traducir subt\xEDtulos mediante traducci\xF3n inmersiva","subtitle.preTranslationDescription":"Cuando est\xE1 activada, se pretraducir\xE1 todo el subt\xEDtulo utilizando el servicio de traducci\xF3n especificado m\xE1s abajo, y un v\xEDdeo de 1 hora consumir\xE1 unos 50.000 tokens o caracteres, as\xED que util\xEDzalos seg\xFAn tu criterio; cuando est\xE1 desactivada, se utilizar\xE1n primero los subt\xEDtulos originales.","subtitle.humanSubtitlesPreferred":"Uso prioritario del subtitulado humano","subtitle.humanSubtitlesPreferredDescription":"Priorizar el uso de subt\xEDtulos humanos cuando el v\xEDdeo disponga de subt\xEDtulos humanos en la lengua de llegada (recomendado)",videoSubtitleTranslationDescription:"Asignar un servicio de traducci\xF3n independiente para los subt\xEDtulos de v\xEDdeo",subtitleTranslating:"Por favor, espere mientras se traducen los subt\xEDtulos mediante el servicio {service} ... (traducci\xF3n por inmersi\xF3n)",subtitleLoading:"Cargando subt\xEDtulos...",bilingual:"biling\xFCismo","field.action":"Activar o no la terminolog\xEDa Baidu","description.action":"Cuando est\xE9 activado, se a\xF1adir\xE1 un par\xE1metro action=1 a la solicitud para informar a Baidu del t\xE9rmino activado; <1>consulte la documentaci\xF3n oficial para obtener m\xE1s informaci\xF3n.",closeQuickTranslation:"Cerrar Hoverball","closeQuickTranslation.untilNext":"Esta vez cerrado hasta la pr\xF3xima visita","closeQuickTranslation.currentWebsite":"Sitio actual desactivado","closeQuickTranslation.alwaysClose":"desactivar permanentemente","closeQuickTranslation.settingOpen":"(puede activarse en la <1>p\xE1gina de configuraci\xF3n )","closeQuickTranslation.cancel":"anulaciones","closeQuickTranslation.confirm":"defina","floatBall.popup":"Abrir el panel de ajustes r\xE1pidos","floatBall.translate":"Haga clic para traducir la p\xE1gina","floatBall.showOriginal":"Haga clic para volver al art\xEDculo original","floatBall.close":"Cerrar Hoverball","floatBallOptions.enableDescPc":"Despu\xE9s de activar el hoverball de la p\xE1gina, aparecer\xE1 un bot\xF3n de traducci\xF3n r\xE1pida en la parte derecha de la p\xE1gina, \xA1haz clic en \xE9l para traducir!","floatBallOptions.enableDesc":"Despu\xE9s de apagar el hoverball, puedes recuperarlo con{touch}. Se recomienda encarecidamente marcar esta p\xE1gina de configuraci\xF3n para evitar no poder encontrar el hoverball despu\xE9s de desactivar esta opci\xF3n por error.","description.azureApiUrl":"Introduzca la direcci\xF3n de la interfaz API personalizada",confirmSupportMouse:"Forzar la activaci\xF3n del soporte de rat\xF3n",confirmSupportMouseDescription:"Detectado que el navegador actual no soporta la funci\xF3n de rat\xF3n, \xBFse fuerza a habilitar el soporte de rat\xF3n?",sampleTargetText:"Llegar\xE1 la larga noche, y velar\xE9 desde hoy hasta que muera. No tomar\xE9 esposa, no har\xE9 feudo, no tendr\xE9 hijos. No llevar\xE9 corona, no luchar\xE9 por el honor. Cumplir\xE9 con mi deber, vivir\xE9 y morir\xE9.",sampleSourceText:"Night gathers, and now my watch begins. It shall not end until my death. I shall take no wife, hold no lands, father no children. I shall wear no crowns and win no glory. I shall live and die at my post.","subtitle.supportedSites":"\u5DF2\u652F\u6301\u5728\u8FD9\u4E9B\u7F51\u7AD9\u4F7F\u7528\u53CC\u8BED\u5B57\u5E55\uFF08\u6CE8\u610F\uFF1A\u7531\u4E8E\u6280\u672F\u9650\u5236\uFF0C\u90E8\u5206\u7F51\u7AD9\u5728\u9996\u6B21\u5F00\u542F\u5B57\u5E55\u540E\u9700\u8981\u91CD\u65B0\u5237\u65B0\u9875\u9762\uFF0C\u6216\u8005\u9700\u7B49\u5F85\u7FFB\u8BD1\u5B8C\u6210\u4EE5\u663E\u793A\u53CC\u8BED\u5B57\u5E55\uFF09\uFF1A",viewWithImmersiveTranslate:"\u53CC\u8BED\u7248\u672C(\u6C89\u6D78\u5F0F\u7FFB\u8BD1)",errorReason:"\u9519\u8BEF\u539F\u56E0\uFF1A{message}","proQuotaExceededError.onetime7day":'\uFF0C\u60A8\u53EF\u4EE5\u9009\u62E9\u4EE5\u4E0B\u65B9\u5F0F\u89E3\u51B3\uFF1A

1. \u5207\u6362\u5230 {anotherService} \u6216\u5176\u4ED6\u7FFB\u8BD1\u670D\u52A1
2. \u5347\u7EA7\u4E3A\u6708\u5EA6/\u5E74\u5EA6\u4F1A\u5458',"proQuotaExceededError.trial":'\uFF0C\u60A8\u53EF\u4EE5\u9009\u62E9\u4EE5\u4E0B\u65B9\u5F0F\u89E3\u51B3\uFF1A

1. \u5207\u6362\u5230 {anotherService} \u6216\u5176\u4ED6\u7FFB\u8BD1\u670D\u52A1
2. \u7ACB\u523B\u5347\u7EA7\u4E3A\u6B63\u5F0F\u4F1A\u5458',"proQuotaExceededError.nonTrial":'\uFF0C\u60A8\u53EF\u4EE5\u9009\u62E9\u4EE5\u4E0B\u65B9\u5F0F\u89E3\u51B3\uFF1A

1. \u5207\u6362\u5230 {anotherService} \u6216\u5176\u4ED6\u7FFB\u8BD1\u670D\u52A1
2. \u8D2D\u4E70 {translationService} \u989D\u5916\u6D41\u91CF\u5305',"proQuotaExceededError.resetTime":"
3. \u989D\u5EA6\u91CD\u7F6E\u65F6\u95F4\uFF1A{resetTime}","desc.touchShortcutsToggleTranslatePageOnlyTranslation":"Solo se muestra la traducci\xF3n se refiere a que solo se mostrar\xE1 la traducci\xF3n, si la p\xE1gina web a\xFAn no se ha traducido, cambiar\xE1 el modo y traducir\xE1.","desc.toggleOnlyTransation":"El modo de solo traducci\xF3n se refiere a mostrar solo el texto traducido, si la p\xE1gina web a\xFAn no se ha traducido, cambiar\xE1 el modo y traducir\xE1.",touchShortcutsToggleTranslatePageOnlyTranslation:"Configurar gestos de pantalla t\xE1ctil para cambiar entre modo biling\xFCe/solo texto traducido",download_started:"La descarga ya ha comenzado, si no se descarga autom\xE1ticamente, haga clic manualmente.",here:"aqu\xED","desc.toggleVideoSubtitlePreTranslation":"Al presionar, los subt\xEDtulos biling\xFCes del video usar\xE1n preferentemente la configuraci\xF3n de traducci\xF3n inmersiva, al presionar nuevamente, se dar\xE1 prioridad a los subt\xEDtulos de traducci\xF3n autom\xE1tica incluidos en el video original. Nota: este atajo modifica la configuraci\xF3n global.",videoSubtitlePreTranslationOn:"Los subt\xEDtulos del video tendr\xE1n prioridad para usar la traducci\xF3n inmersiva.",videoSubtitlePreTranslationOff:"Los subt\xEDtulos del video dar\xE1n prioridad a los subt\xEDtulos de traducci\xF3n autom\xE1tica incluidos en el video original.",translationFont:"Establecer fuente","translationFont.custom":"Ingrese fuente personalizada","translationFont.customPlaceholder":"fuente","translationFont.notSupportErrorMessage":"Por favor, verifique si el nombre de la fuente que ingres\xF3 es correcto, o confirme si esta fuente ya est\xE1 instalada en su dispositivo.","touch.mouse-translate":"Traducir el p\xE1rrafo especificado.","translationServices.inherit":"Siga el servicio de traducci\xF3n principal","error.serveConfigError":"Error de configuraci\xF3n del servicio","error.reloadPageOfSetting":"Despu\xE9s de configurar, por favor refresca la p\xE1gina para traducir de nuevo.","error.googleLimitIp":"El servicio devuelve un error, el servicio de Google ha limitado la direcci\xF3n IP, se recomienda que cambie el nodo de red.","error.openAIFreeLimit":"El servicio devuelve un error, la frecuencia actual de solicitudes de traducci\xF3n ha alcanzado el l\xEDmite m\xE1ximo de 3 veces por minuto, por favor intente de nuevo m\xE1s tarde. (Esta es una restricci\xF3n de OpenAI oficial para la API Key gratuita, para eliminar esta restricci\xF3n, por favor vincule una tarjeta de cr\xE9dito en el backend de OpenAI.)","error.openAIExceededQuota":"El servicio devuelve un error: el saldo de tu cuenta de OpenAI es insuficiente, por favor recarga o vincula una tarjeta de cr\xE9dito en el panel de control oficial de OpenAI.","error.429":"El servicio devuelve un error, lo que indica que la solicitud es demasiado frecuente o excede el l\xEDmite de cuota, por favor intente de nuevo m\xE1s tarde.","error.403":"El servicio devuelve un error, no tiene permiso temporal para acceder a este servicio.","error.400":"El servicio devuelve un error, el par\xE1metro de solicitud es incorrecto, por favor verifica la configuraci\xF3n correspondiente.","error.502":"El servicio devuelve un error, el servicio se ha agotado, por favor intente de nuevo m\xE1s tarde.","error.proTokenInvalid":"Si usted es un usuario Pro, por favor inicie sesi\xF3n para usar el servicio de traducci\xF3n Pro.","error.proUpgrade":"Despu\xE9s de la actualizaci\xF3n, por favor refresca la p\xE1gina y traduce de nuevo.","error.configError":"Los datos de configuraci\xF3n son anormales.","error.goReset":"Ir a restablecer",batchEdit:"Operaci\xF3n en masa","translationModeLang.translation.title":"Solo modo de traducci\xF3n de idioma","translationModeLang.translation.description":"Cuando el idioma de la p\xE1gina es uno de los siguientes, se utilizar\xE1 autom\xE1ticamente solo el modo de traducci\xF3n.","translationModeUrl.translation.title":"Solo el modo de direcci\xF3n web de traducci\xF3n","translationModeUrl.translation.description":"Cuando el sitio web tiene los siguientes dominios, se utilizar\xE1 autom\xE1ticamente el modo de solo traducci\xF3n.","error.serveUnavailable":"El servicio [{serverName}] que est\xE1 utilizando actualmente no est\xE1 disponible temporalmente debido a problemas con la conexi\xF3n a la red o el proveedor del servicio. Le sugerimos que intente actualizar la p\xE1gina o cambiar a otro servicio de traducci\xF3n a trav\xE9s de <1>Configuraci\xF3n. Si usted es un miembro <2>Pro, puede optar por utilizar los servicios de traducci\xF3n m\xE1s estables de DeepL o OpenAI (<3>haga clic aqu\xED para probarlo gratis). Adem\xE1s, es posible que necesite revisar su configuraci\xF3n de red o proxy.",detectServiceLoading:"Detectando servicios de traducci\xF3n disponibles...",toggleToService:"Cambie a {service} e intente de nuevo.","error.gemini.429":"El servicio actual de Gemini ha alcanzado su capacidad m\xE1xima, por favor intente m\xE1s tarde o cambie a otro servicio de traducci\xF3n.",enableSentryReport:"Cuando ocurre un error de expansi\xF3n, usa Sentry para enviar comentarios.",notLogin:"No registrado",goLogin:"Iniciar sesi\xF3n",touchShortcutsOff:"Cerrar",shortcutSettings:"Atajo de teclado","tagsInput.add":"+ A\xF1adir",translationOnlyMode:"Solo modo de traducci\xF3n","multipleClick.2":"Haz doble clic",contact:"Cont\xE1ctanos","widget.translateFile":"PDF/ePub","subtitle.hideQuickButton":"Ya no mostrar este atajo","translationServices.gemini":"G\xE9minis","widget.instructionTooltip":"Consultar las instrucciones de uso","subtitle.bilingual":"Subt\xEDtulos biling\xFCes","error.retry":"Reintentar","multipleClick.4":"Cu\xE1druple golpe",buildSnapshots:"Generar captura de p\xE1gina web","error.subscriptionExpiredTitle":"La membres\xEDa ha expirado","slide.left":"Desliza a la derecha","widget.videoSubtitle":"subt\xEDtulos de video","browser.translateWithDeepL":"Uso temporal de DeepL para traducir la p\xE1gina actual","subtitle.autoDisableSubtitle":"No activar autom\xE1ticamente los subt\xEDtulos biling\xFCes","browser.translateWithBing":"Uso temporal de Microsoft para traducir la p\xE1gina actual","error.reason":"Raz\xF3n del error","browser.translateWithTransmart":"Uso temporal de Tencent para traducir la p\xE1gina actual",pickAll:"Seleccionar todo","browser.translateInputBox":"Traducir el contenido actual del cuadro de entrada.","floatBall.iKnow":"Ya lo s\xE9.",temprarilyChangeTranslationTo_deepl:"Estoy usando DeepL para traducir la p\xE1gina actual.","multipleClick.3":"Triple golpe","intro.hoverTitle":"Pase el mouse para traducir el p\xE1rrafo actual",temprarilyChangeTranslationTo_transmart:"Est\xE1 utilizando Tencent para traducir la p\xE1gina actual.","intro.floatBallTitle":"Bola flotante de traducci\xF3n r\xE1pida",paragraphMinTextCountField:"El n\xFAmero m\xEDnimo de caracteres necesarios para traducir un p\xE1rrafo","shortcutGroup.touch":"Gestos espec\xEDficos para pantallas t\xE1ctiles",temprarilyChangeTranslationTo_gemini:"Estoy usando Gemini para traducir la p\xE1gina actual.",temprarilyChangeTranslationTo_bing:"Est\xE1 utilizando Microsoft para traducir la p\xE1gina actual.","shortcutGroup.main":"Atajos de teclado de funciones comunes",mouseHoverCustomKeyTitle:"Personalizar el atajo de teclado para el rat\xF3n en suspensi\xF3n","shortcutGroup.shortcutsForTranslationServices":"Atajos de teclado relacionados con el servicio de traducci\xF3n",touchShortcutsToggleTranslateTouchElement:"Configurar gestos t\xE1ctiles para traducir p\xE1rrafos espec\xEDficos",notLoginPro:"Todav\xEDa no has iniciado sesi\xF3n en tu cuenta de miembro.","intro.subtitleTitle":"Visualizaci\xF3n de subt\xEDtulos biling\xFCes en videos en l\xEDnea","subtitle.showQuickButton":"En el reproductor se muestra el atajo de subt\xEDtulos biling\xFCes",temprarilyChangeTranslationTo_google:"Est\xE1 utilizando Google Traductor para traducir la p\xE1gina actual.",upgradeToProErrorTitle:"Por favor, actualice a miembro Pro para utilizar este servicio de traducci\xF3n.","widget.instruction":"Instrucciones de uso","slide.right":"Desliza a la izquierda","browser.translateWithOpenAI":"Uso temporal de OpenAI para traducir la p\xE1gina actual","shortcutGroup.others":"M\xE1s atajos de teclado personalizados","browser.toggleMouseHoverTranslateDirectly":"Habilitar o deshabilitar temporalmente la traducci\xF3n directa al pasar el mouse en la p\xE1gina",alwaysTranslateThisSite:"Siempre traduce este sitio web",neverTranslateThisSite:"Nunca traduzca este sitio web","shortcutGroup.mouse":"Configuraci\xF3n de atajos de teclado para el rat\xF3n en suspensi\xF3n","widget.translateFileTooltip":"Traducir documentos PDF, EPUB, SRT, ASS, HTML y TXT","browser.translateWithGemini":"Usa temporalmente Gemini para traducir la p\xE1gina actual","browser.toggleVideoSubtitlePreTranslation":"Cambie a subt\xEDtulos biling\xFCes y priorice la configuraci\xF3n de traducci\xF3n inmersiva.",networkError:"El servicio de traducci\xF3n o la red tienen problemas.",loggedIn:"Conectado","widget.videoSubtitleTooltip":"Apoya Youtube y otros {count}+ sitios web de videos",touchShortcutsToggleTranslationMask:"Configurar gestos t\xE1ctiles para mostrar la m\xE1scara de traducci\xF3n / mostrar el texto original","floatBall.guideClickToTranslate":"Haz clic en la bola flotante de traducci\xF3n inmersiva para traducir r\xE1pidamente","desc.touchShortcutsToggleTranslateTouchElement":"Personalice un gesto y podr\xE1 traducir cualquier p\xE1rrafo en el que se encuentre.","floatBall.longPress":"Mant\xE9n presionado para abrir r\xE1pidamente el panel de configuraci\xF3n.","error.subscriptionExpired":"Es posible que su membres\xEDa haya expirado, por favor verifique el estado de su membres\xEDa.",shortcutSettingsTitle:"Configuraci\xF3n de atajos de teclado",temprarilyChangeTranslationTo_openai:"Estoy usando OpenAI para traducir la p\xE1gina actual.","browser.translateWithGoogle":"Uso temporal de Google Traductor para traducir la p\xE1gina actual","desc.interfaceLanguage":"La configuraci\xF3n del idioma de la interfaz afecta el idioma de visualizaci\xF3n del panel de control y no tiene relaci\xF3n con el idioma objetivo de la traducci\xF3n.","description.baiduField":"Las \xE1reas de apoyo se ven <1>aqu\xED, si est\xE1 vac\xEDo significa que no se especifica el \xE1rea.","contact.description":"Si tiene alguna pregunta o sugerencia, no dude en completar el formulario a continuaci\xF3n para contactarnos, o env\xEDe un correo electr\xF3nico a {email}, le responderemos lo antes posible.","neverTranslateText.title":`Por favor, traduce directamente al espa\xF1ol (evita explicar el texto original): + {env.imt_trans_field}: \xDCbersetzung`,"subtitle.quickButton.red":"Rot","subtitle.quickButton.blue":"Blau","subtitle.quickButton.magenta":"Magenta","translationServices.claude":"Claude","subtitle.quickButton.white":"Wei\xDF","subtitle.quickButton.translationPositionBottom":"\u539Ftext unten","subtitle.quickButton.yellow":"Gelb","subtitle.quickButton.cyan":"Blau","subtitle.quickButton.green":"Gr\xFCn","subtitle.quickButton.backgroundOpacity":"Hintergrundunsch\xE4rfe","subtitle.quickButton.translationPosition":"\xDCbersetzungsposition","subtitle.quickButton.translationTextColor":"\xDCbersetzungsschriftfarbe","subtitle.quickButton.sourceFontSize":"Originalschriftgr\xF6\xDFe","subtitle.quickButton.translationFontSize":"\xDCbersetzungs-Schriftgr\xF6\xDFe","subtitle.quickButton.sourceTextColor":"Urspr\xFCngliche Schriftfarbe","subtitle.quickButton.black":"Schwarz","subtitle.quickButton.backgroundColor":"Hintergrundfarbe","subtitle.quickButton.setting":"Einstellung","subtitle.quickButton.translationPositionTop":"Oben im Originaltext",attachSubtitleTranslating:"Verwenden Sie {service} zur \xDCbersetzung...","error.claude.403":"Keine Berechtigung zum Zugriff auf den Dienst, m\xF6glicherweise im Zusammenhang mit den regionalen Einschr\xE4nkungen von Claude. Sie k\xF6nnen versuchen, Ihre IP-Adresse zu wechseln, oder andere \xDCbersetzungsdienste nutzen.","browser.brandDescriptionForSafari":"\u3010Immersive \xDCbersetzung\u3011Ein kostenloses zweisprachiges Webseiten-\xDCbersetzungs-Plugin (Originaltext/\xDCbersetzung), das gleichzeitig PDF-\xDCbersetzung und EPUB-E-Book-\xDCbersetzung unterst\xFCtzt und das Originaldokumentenlayout beibeh\xE4lt, Youtube/Netflix und andere Online-Video-Zweisprachen-Untertitel-\xDCbersetzung, Unterst\xFCtzung f\xFCr Deepl/Google und andere Mainstream-\xDCbersetzungsdienste;","browser.textTranslate":"Text\xFCbersetzung","browser.PdfProFile":"Von KI angetriebene PDF Pro \xDCbersetzung"};var hh={nologin:"no conectado",loginForSafari:"Iniciar sesi\xF3n o registrarse",login:"Iniciar sesi\xF3n para abrir una cuenta",manageAccount:"Cuentas gestionadas",openPremium:"Afiliaci\xF3n abierta",logout:"abortar",curentPlan:"Paquetes actuales",endAt:"caducidad",endAuto:"renovaci\xF3n autom\xE1tica",lineBreakMaxTextCount:"N\xFAmero m\xE1ximo de caracteres permitidos por frase despu\xE9s de los saltos de l\xEDnea","translate-pdf":"Haga clic para traducir PDF","noSupportTranslate-pdf":"Script no soportado por favor use plugin","translate-firefox-local-pdf":"Haga clic para ir a Importar PDF",enableLineBreak:"Activar el salto de l\xEDnea autom\xE1tico para p\xE1rrafos largos",sponsorLabel:"1 $ Desarrolladores patrocinados",help:"mano",browserShortcutsNoteForFirefox:"Para cambiar los accesos directos en Firefox, tienes que abrir la p\xE1gina de gesti\xF3n de extensiones `about:addons`, luego hacer clic en `Settings`, y despu\xE9s en `Manage Shortcuts` para configurar los accesos directos.",browserShortcutsNoteForChrome:"Para modificar los accesos directos en Chrome, tienes que abrir la p\xE1gina de gesti\xF3n de extensiones, establecerlos en el panel `Manage Shortcuts` (`chrome://extensions/shortcuts`), y hacer clic en el bot\xF3n de abajo para saltar a la p\xE1gina de gesti\xF3n de accesos directos.",browserShortcutsSucks:"Los accesos directos personalizados tienen el siguiente formato (no se reconoce autom\xE1ticamente, introd\xFAzcalo directamente)\uFF1A",enableLineBreakDescription:"Si est\xE1 activada, se insertar\xE1n saltos de l\xEDnea al final de cada frase en los p\xE1rrafos largos para facilitar su lectura.","browser.shortBrandName":"Traducci\xF3n por inmersi\xF3n","browser.brandName":"Immersion Translation: Traducci\xF3n biling\xFCe de p\xE1ginas web y documentos PDF","browser.brandDescription":"Bilingual web page translation, also supports PDF translation, bilingual Epub eBook translation, free to use.","browser.toggleTranslatePage":"Traducir p\xE1gina/visualizar texto original","browser.toggleTranslateTheWholePage":"Traducir todas las \xE1reas de la p\xE1gina/visualizar el texto original","browser.toggleOnlyTransation":"Cambiar al modo biling\xFCe/solo texto traducido","browser.toggleTranslateToThePageEndImmediately":"Traducci\xF3n inmediata al final de la p\xE1gina/visualizaci\xF3n del texto original","browser.toggleTranslateTheMainPage":"Traducir el \xE1rea principal de la p\xE1gina/visualizar el texto original","browser.shareToDraft":"Compartir p\xE1ginas biling\xFCes","browser.openOptionsPage":"Abrir la p\xE1gina de configuraci\xF3n","browser.toggleTranslationMask":"Mostrar/ocultar el efecto de desenfoque de traslaci\xF3n","browser.translateLocalPdfFile":"Traducir archivos PDF locales","browser.openEbookViewer":"Leer libros electr\xF3nicos locales","browser.openEbookBuilder":"Creaci\xF3n de eBooks EPUB biling\xFCes","browser.translateLocalHtmlFile":"Traducir archivos HTML/txt","browser.donateContext":"M\xE1s informaci\xF3n sobre las ventajas del patrocinio","browser.translateLocalSubtitleFile":"Traducir archivos de subt\xEDtulos locales",confirmResetConfig:"\xBFEst\xE1s seguro de que quieres restablecer la configuraci\xF3n?",translationLineBreakSettingTitle:"Ajuste del salto de l\xEDnea de traducci\xF3n",smartLineBreak:"alimentaci\xF3n de l\xEDnea inteligente (inform\xE1tica)",alwaysLineBreak:"Siempre avance de l\xEDnea",isShowContextMenu:"A\xF1adir p\xE1ginas traducidas a los elementos del men\xFA contextual",toggleBeta:"Activaci\xF3n de las funciones de prueba beta",betaDescription:"Habilita funciones que a\xFAn son experimentales, as\xED como un servicio de traducci\xF3n en beta. \xDAnete al <1>grupo de Telegram para obtener m\xE1s informaci\xF3n.",translationLineBreakSettingDescription:"Los saltos de l\xEDnea siempre son ordenados para las p\xE1ginas con menos contenido. (Utilice saltos de l\xEDnea inteligentes en p\xE1rrafos largos con mucho contenido (m\xE1s de{count}caracteres) para ahorrar espacio).",tempTranslateDomainTitle:"Duraci\xF3n de la conexi\xF3n temporal de la traducci\xF3n del sitio web",tempTranslateDomainDescription:"Al traducir manualmente una p\xE1gina web, active temporalmente el sitio web para la traducci\xF3n autom\xE1tica, y puede establecer la duraci\xF3n temporal.",xMinutes:"{count} minutos",disabled:"prohibir el uso de algo",changelog:"Registro de actualizaci\xF3n",toggleTranslatePageWhenThreeFingersOnTheScreen:"Tocar la pantalla con varios dedos simult\xE1neamente traduce p\xE1ginas web/visualiza el texto original",toggleTranslationMaskWhenThreeFingersOnTheScreen:"El toque con varios dedos muestra/oculta el efecto de desenfoque.",fingerCountToToggleTranslagePageOnlyTranslationWhenTouching:"Varios dedos tocando la pantalla al mismo tiempo traducen la p\xE1gina web (s\xF3lo traducci\xF3n)/visualizan el texto original.",addUrlDescription:"Puede ser un nombre de dominio y tambi\xE9n admite comodines, por ejemplo\uFF1A*.google.com, google.com/mail/*, https://www.google.com/*",general:"Ajustes b\xE1sicos",clickToExpandConfig:"Ampliar la configuraci\xF3n actual",import:"Importar desde archivo",export:"Exportar a archivo",toggleDebug:"Imprime el registro de depuraci\xF3n en la consola","fingers.0":"coagulaci\xF3n","fingers.2":"toque con dos dedos","fingers.3":"toque con tres dedos","fingers.4":"toque con cuatro dedos","fingers.5":"toque con cinco dedos",mouseHoldKey:"+ {key} traducir/restaurar el p\xE1rrafo",mouseHoldKeyAuto:"Traducci\xF3n directa del p\xE1rrafo",mouseHoldKeyOff:"No hagas nada.",mouseHoldKeyOther:"Atajos personalizados (abrir ajustes)",mouseHoldKeyCustomKey:"{key} Traducci\xF3n/reducci\xF3n del p\xE1rrafo",mouseHoverHoldKey:"Traduce p\xE1rrafos pulsando la tecla de acceso directo mientras pasas el rat\xF3n por encima.","mouse-translate":"al pasar el rat\xF3n",document:"Archivo (inform\xE1tico)",resetSuccess:"Restablecer todos los ajustes correctamente",resetThisSuccess:"Restablecimiento correcto",saved:"Salvar con \xE9xito",successImportConfig:"Configuraci\xF3n importada correctamente",goAdvancedSettings:"Vaya a la p\xE1gina de configuraci\xF3n avanzada",goAdvancedInterfaceSettings:"Vaya a la p\xE1gina Configuraci\xF3n avanzada de personalizaci\xF3n",advanced:"Ajustes avanzados",advancedDescription:"Por lo general, no es necesario realizar ning\xFAn ajuste, basta con dejarlo por defecto. S\xF3lo para usuarios m\xE1s especializados, hay disponibles ajustes m\xE1s personalizados.",developer:"Ajustes de desarrollador",donateCafe:"precios","translate to the bottom of the page":"\xBFSe traslada al final de la p\xE1gina inmediatamente despu\xE9s de entrar en ella?",feedback:"Preguntas",toggleTranslatePage:"Traducir p\xE1gina/visualizar texto original",translateToThePageEndImmediatelyDescription:"Si la activas, el contenido se traducir\xE1 inmediatamente desde la parte superior a la inferior de la p\xE1gina a medida que entras en ella. Si lo desactiva, se traducir\xE1 a medida que lea. (No recomendado)","translate all areas of the page":"Traducir o no todas las \xE1reas de la p\xE1gina",translationAreaDescription:"Activado, se traducen todas las \xE1reas de toda la p\xE1gina web. Si se desactiva, se utiliza el reconocimiento inteligente predeterminado y s\xF3lo se traducen las \xE1reas principales. (No se recomienda activarlo)","the number of characters to be translated first":"Traduzca directamente los primeros caracteres de la p\xE1gina sin esperar a desplazarse hasta el \xE1rea de visualizaci\xF3n","interface language":"lenguaje de interfaz","display both the original text and the translation":"Visualizaci\xF3n simult\xE1nea del original y la traducci\xF3n","keyboard shortcuts":"Atajos de teclado",modify:"Modificar las teclas de acceso directo",reset:"revisi\xF3n",close:"coagulaci\xF3n",homepage:"p\xE1gina de inicio",more:"m\xE1s",moreOptions:"M\xE1s opciones de personalizaci\xF3n",translateTheWholePage:"Traducir todas las \xE1reas de la p\xE1gina (a diferencia de reconocer inteligentemente las \xE1reas principales)",changeToTranslateTheWholePage:"Cambiar para traducir todas las regiones",changeToTranslateTheMainPage:"Cambiar al \xE1rea principal de traducci\xF3n",changeToOnlyTranslationMode:"Mostrar s\xF3lo traducciones",changeToDualTranslationMode:"Cambiar a traducci\xF3n biling\xFCe",translateToThePageEndImmediately:"Traducci\xF3n inmediata al final de la p\xE1gina",translateTheMainPage:"Traducci\xF3n inteligente Regiones clave","The local rules are up to date":"Las normas locales de adaptaci\xF3n est\xE1n actualizadas.","Successfully synchronized with the latest official rules:":"Sincronizado con \xE9xito con las \xFAltimas normas oficiales de adaptaci\xF3n.","Checking for updates":"Comprobaci\xF3n de actualizaciones","Rules are being synchronized":"Sincronizaci\xF3n de las normas de adaptaci\xF3n",localVersionIsTooOld:"La versi\xF3n de la extensi\xF3n local es demasiado antigua, por favor actualice la extensi\xF3n a {minVersion} o m\xE1s reciente antes de intentar sincronizar.",badUserscriptBrowser:"El navegador actual no implementa correctamente la interfaz de la <1>extensi\xF3n Grease Mon key (por ejemplo, para obtener informaci\xF3n sobre el n\xFAmero de versi\xF3n del propio script Grease Monkey), por favor, utilice otros navegadores <1>compatibles con la extensi\xF3n Grease Monkey, como Firefox.",foundNewVersion:"Descubra la nueva versi\xF3n",theLocalExtensionIsUpToUpdate:"La extensi\xF3n actual est\xE1 al d\xEDa.",failToSyncRules:"No sincronizaci\xF3n de las \xFAltimas normas de adaptaci\xF3n",retry:"Pulse aqu\xED para volver a intentarlo",failedReason:"Razones del fracaso",currentRuleVersion:"Versi\xF3n actual de la norma",calculating:"c\xE1lculos",unknownError:"error desconocido",canNotFetchRemoteRule:"No se pueden obtener reglas remotas",enableAlphaSuccess:"Alfa activado",disableAlphaSuccess:"Se ha desactivado la funci\xF3n Alfa",cacheSize:"Tama\xF1o de la cach\xE9\uFF1A",cleaning:"en proceso de liquidaci\xF3n",cleanCache:"borrar la cach\xE9",options:"establecer",about:"con respecto a",service:"servicio de interpretaci\xF3n",needAction:"(Ir a Ajustes)",goSettings:"seguir adelante y configurar",needActionForOptions:"(por establecer)",translationEngine:"Opciones de motor",sourceLanguage:"Idioma original",target:"lengua de llegada",popupSourceLanguage:"Idioma original",popupTarget:"lengua de llegada",popupService:"servicio de interpretaci\xF3n",forThisSite:"P\xE1gina web actual",autoEnableSubtitle:"Activa autom\xE1ticamente los subt\xEDtulos biling\xFCes",alwaysTranslate:"Traduzca siempre",neverTranslate:"Nunca traduzca",alwaysTranslateSomeLanguage:"Traduzca siempre {language}",neverTranslateSomeLanguage:"Nunca traduzca {language}",alwaysTranslateSomeSite:"Traduzca siempre {hostname}",neverTranslateSomeSite:"Nunca traduzca {hostname}",alwaysTranslateSomeSiteOrWildSite:"Traduzca siempre el sitio",alwaysTranslateSomePage:"Traducir siempre la p\xE1gina",add:"aumentar",default:"por defecto (ajuste)",forThisLanguage:"Para este idioma\uFF1A","add url":"Introducir URL",edit:"compilador","translate other languages into specific language":"Traduce otros idiomas a tu idioma","select translation service":"Seleccione un servicio de traducci\xF3n",language:"multiling\xFCismo","show-original":"Mostrar texto original",translate:"renderizaci\xF3n",Translated:"traducido",Translating:"en traducci\xF3n",Error:"incorrecto",allowCacheTranslations:"Activar la cach\xE9 de traducci\xF3n local (para reducir las solicitudes de traducci\xF3n de pasajes duplicados)","translation display":"Estilo de visualizaci\xF3n de la traducci\xF3n","select diplay style":"Distinguir entre los estilos de traducci\xF3n, con referencia espec\xEDfica a los siguientes ejemplos",interface:"Ajustes de interfaz",import_export:"Importaci\xF3n y exportaci\xF3n",import_export_title:"Configuraci\xF3n de importaci\xF3n/exportaci\xF3n",syncToGoogleDrive:"Sincronizar con Google Drive ahora",floatBallOptions:"Ajustes de la Hoverball","floatBallOptions.enable":"Habilitar Hoverball","floatBallOptions.blockUrls":"Desactivar el sitio web","floatBallOptions.add":"aumentar","floatBallOptions.blockUrlDesc":"Las Hoverballs no se muestran cuando se encuentran los siguientes sitios web","floatBallOptions.clickType":"comportamiento al hacer clic","floatBallOptions.clickTypeDesc":"Comportamiento del icono Hoverball al hacer clic","floatBallOptions.clickPopup":"Mostrar panel de traducci\xF3n","floatBallOptions.clickTranslate":"Traducci\xF3n/visualizaci\xF3n del texto original","floatBallOptions.fixedPosition":"\u56FA\u5B9A\u4F4D\u7F6E","floatBallOptions.fixedPositionDesc":"\u60AC\u6D6E\u7403\u5728\u7A97\u53E3\u5DE6\u4FA7\u8FD8\u662F\u53F3\u4FA7","floatBallOptions.fixedPositionLeft":"\u5DE6\u4FA7","floatBallOptions.fixedPositionRight":"\u53F3\u4FA7",previewAllThemes:"Vista previa de todos los estilos","translationTheme.none":"no tener","translationTheme.grey":"gris oscuro","translationTheme.dashed":"subrayado punteado","translationTheme.dotted":"gui\xF3n bajo punteado","translationTheme.dashedBorder":"borde punteado","translationTheme.solidBorder":"borde s\xF3lido","translationTheme.underline":"Subrayar l\xEDneas rectas","translationTheme.mask":"Efectos difusos (modos de aprendizaje)","translationTheme.opacity":"efecto de transparencia","translationTheme.paper":"Efecto sombra de papel blanco","translationTheme.dividingLine":"l\xEDnea divisoria","translationTheme.highlight":"alto brillo","translationTheme.marker":"marcador (palabra de pr\xE9stamo)","translationTheme.marker2":"Marcador 2","translationTheme.blockquote":"Estilos de referencia","translationTheme.weakening":"debilitamiento","translationTheme.italic":"tipo de letra inclinado","translationTheme.bold":"espesar","translationTheme.thinDashed":"subrayado de l\xEDnea discontinua fina","translationTheme.nativeDashed":"El sistema viene con un subrayado de puntos","translationTheme.nativeDotted":"El sistema viene con subrayado de puntos","translationTheme.nativeUnderline":"El sistema viene con un subrayado recto","translationTheme.wavy":"l\xEDnea ondulada","translationServices.custom":"API personalizada","translationServices.tencent":"Tencent Traductor","translationServices.tenAlpha":"Tencent Translator (Alfa)","translationServices.google":"Google Translate","translationServices.bai":"Baidu (Alfa)","translationServices.baidu":"Traducci\xF3n de Baidu","translationServices.aliyun":"Traducci\xF3n AliCloud","translationServices.volc":"traducci\xF3n del volc\xE1n","translationServices.deeplx":"DeepLX (Beta)","translationServices.bing":"Microsoft Translate","translationServices.deepl":"DeepL","translationServices.wechat":"Traducci\xF3n de WeChat","translationServices.azure":"Traducci\xF3n Azure","translationServices.ibm":"IBM Watson","translationServices.aws":"Traducci\xF3n Amazon","translationServices.mock":"Traducci\xF3n simulada","translationServices.mock2":"Traducci\xF3n simulada 2","translationServices.caiyun":"lit. nubes de colores y peque\xF1as traducciones","translationServices.cai":"Nubes de colores (Alfa)","translationServices.volcAlpha":"Volc\xE1n (Alfa)","translationServices.openl":"OpenL","translationServices.youdao":"Traducci\xF3n Youtube","translationServices.you":"Youdao Traductor (Alfa)","translationServices.transmart":"Tencent Interactive Traducci\xF3n","translationServices.niu":"Traductor Maverick","translationServices.papago":"Traducci\xF3n de Papago","translationServices.d":"D (Alfa)","translationServices.dpro":"D Pro (Canarias)","translationServices.openai":"OpenAI","translationServices.yandex":"Yandex","translationServices.chatgpt":"ChatGPT Web(3.5 m\xF3vil)","translate title":"Traducir t\xEDtulos de p\xE1ginas","always languages":"Traduzca siempre el idioma",neverTranslateLanguagesLabel:"La lengua que nunca se traducir\xE1",neverTranslateTheFollowingLanguagesDescription:"Las traducciones se omiten cuando un p\xE1rrafo de la p\xE1gina est\xE1 en uno de los siguientes idiomas",enableUserscriptPagePopup:"Mostrar hoverball en la p\xE1gina",enableUserscriptPagePopupDescription:"Despu\xE9s de desactivar el hoverball, se puede recuperar con el acceso directo /{touch}. Se recomienda encarecidamente marcar esta p\xE1gina de configuraci\xF3n para evitar no poder encontrar el hoverball despu\xE9s de desactivar esta opci\xF3n por error.","always translate the following languages":"Traduce autom\xE1ticamente al idioma de destino cuando la p\xE1gina est\xE1 en uno de los siguientes idiomas","always sites":"Sitios web siempre traducidos","always translate the following sites":"Los sitios web se traducen autom\xE1ticamente a la lengua de destino cuando son los nombres de dominio de","never sites":"Sitio nunca traducido","never translate the following sites":"No se realizar\xE1n traducciones cuando el sitio web corresponda a los siguientes dominios","please refer to":"Tienes que rellenar la clave antes de poder utilizarla.",KeyAndConfigurationTutorial:"Tutorial de aplicaci\xF3n y configuraci\xF3n de llaves",useAboveStyleForTheseSites:"Utilice siempre el estilo de traducci\xF3n \u2308{theme}\u230B cuando el sitio sea para los siguientes dominios",currentUrl:"URL actual",confirm:"guardar (un archivo, etc.) (inform\xE1tica)",cancel:"anulaciones",delete:"eliminar","languages.auto":"detecci\xF3n autom\xE1tica",syncToCloud:"Sincronizaci\xF3n con Google Drive",syncToCloudDescription:"Subida a la nube, la configuraci\xF3n se puede sincronizar entre distintos navegadores/scripts de mono de grasa, sea cual sea la \xFAltima modificaci\xF3n.",syncToAccount:"Sincronizaci\xF3n con la nube de traducci\xF3n inmersiva",syncToAccountButton:"Sincronizaci\xF3n instant\xE1nea con la nube",syncToAccountDescription:"Sincroniza autom\xE1ticamente las configuraciones entre distintos dispositivos, sea cual sea el \xFAltimo en modificarse.",successSyncConfigInAccount:"Sincronizaci\xF3n satisfactoria con la nube",successSyncConfigToAccount:"Sincronizaci\xF3n satisfactoria con la nube",syncConfigNoUpdate:"Ya est\xE1 actualizado.",authFail:"Fallo de autorizaci\xF3n",syncTitle:"Gesti\xF3n manual de copias de seguridad",import_hint:"importar (datos)",upload:"cargar",revokeAuth:"revocar una autorizaci\xF3n",uploadFail:"Carga fallida",download:"descargando",importSuccess:"Importado con \xE9xito",importFail:"fallo de importaci\xF3n",deleteFail:"Error al borrar",backupToCloud:"Gesti\xF3n manual de los archivos de copia de seguridad",create_new_backup:"A\xF1adir un nuevo nodo de copia de seguridad",maxBackupFiles:"Se pueden hacer copias de seguridad de hasta{count}nodos diferentes, por favor, elimine los nodos que no necesite.",backupToCloudDescription:"Cargar o restaurar manualmente archivos de copia de seguridad, permitiendo hasta 3 copias de seguridad diferentes.",successSyncConfig:"Sincronizaci\xF3n satisfactoria con la nube",syncFail:"fallo de sincronizaci\xF3n",updatedAt:"Actualizado desde {date}",lastSyncedAt:"\xDAltima consulta en {date}",downloadFail:"Error de descarga",clickToDownload:"Haga clic para descargar",aboutLabel:"Acerca de - Comentarios","browser.openAboutPage":"Acerca de/Feedback",aboutLabelWithoutSponsor:"Acerca de - Comentarios",aboutIntro:"Que todos tengamos un acceso m\xE1s f\xE1cil y agradable a la enorme cantidad de informaci\xF3n en idiomas extranjeros que hay en Internet \u2764\uFE0F Puedes optar por activar tu <6>suscripci\xF3n Pro para utilizar las traducciones listas para usar de DeepL y OpenAI.

Puedes seguirnos en <3>Twitter, <4>Telegram, Weibo, WeChat, o <5>suscribirte a nuestra lista de correo para estar al tanto de las actualizaciones.
<7>Los miembros Pro pueden ponerse en contacto con nosotros en <8>support@immersivetranslate.com para un r\xE1pido servicio de atenci\xF3n al cliente.",aboutIntroWithoutSponsor:"Ojal\xE1 todos tengamos un acceso m\xE1s f\xE1cil y agradable a la enorme cantidad de informaci\xF3n en idiomas extranjeros disponible en Internet \u2764\uFE0F

Puedes seguirnos en <3>Twitter, el <4>canal de Telegram, WeChat, WeChat Exchange, o <5>suscribirte para seguir las actualizaciones por <5>correo electr\xF3nico a continuaci\xF3n.",projectHomepage:"Inicio del proyecto",joinTelegramGroup:"\xDAnase al grupo de usuarios para participar en los debates",wechatPublicAccount:"WeChat P\xFAblico",wechatCommunities:"Grupo de intercambio WeChat",qqCommunities:"Canal de comunicaci\xF3n QQ",joinTelegramChannel:"Siga el canal de Telegram para las \xFAltimas actualizaciones",feedbackAndJoin:"Pregunta Feedback / A\xF1adir Grupo",autoSync:"sincronizaci\xF3n horaria autom\xE1tica",loadingThemeTitle:"Estilo de carga",loadingThemeDescription:"Establecer el estilo mientras se espera a que se cargue la traducci\xF3n","loadingTheme.spinner":"Animaci\xF3n giratoria","loadingTheme.text":"texto est\xE1tico algo ","loadingTheme.none":"no se muestra",developerDescription:"La documentaci\xF3n sobre personalizaci\xF3n avanzada se encuentra <1>aqu\xED","edit border color":"Modificar el color del borde",successSyncButNoChange:"La configuraci\xF3n actual es coherente con la nube",customTheme:"Colores y tama\xF1os personalizados","customThemeLabel.borderColor":"Color del borde","customThemeLabel.borderRadius":"Bordes redondeados","customThemeLabel.textColor":"color del texto","customThemeLabel.backgroundColor":"color de fondo","customThemeLabel.zoom":"Escalado de fuentes (%)","customThemeLabel.opacity":"Opacidad del texto (%)",resetToDefaultColor:"Restablecer los colores por defecto",resetToDefaultSettings:"Restablecer la configuraci\xF3n predeterminada",isTranslateTitle:"Activar la traducci\xF3n de los t\xEDtulos de las p\xE1ginas",isTranslateTitleDescription:"Si est\xE1 activada, se traducen los t\xEDtulos de las p\xE1ginas",enableSearchEnhancement:"Activar la mejora de mensajes biling\xFCes",enableSearchEnhancementDescription:'Una vez activada, los resultados de b\xFAsqueda de "Google News" se mostrar\xE1n autom\xE1ticamente en la columna derecha de los sitios web compatibles (Google News, Google Search (algunas palabras clave), Snowball, Oriental Fortune, Futura, Tiger Community) para las correspondientes palabras clave en ingl\xE9s.',verifyService:"Haga clic aqu\xED para probar el servicio",verified:"Verificar el \xE9xito","field.langs":"C\xF3digos de idioma admitidos","field.model":"modelizaci\xF3n","field.translationEngine":"motor de traducci\xF3n","field.limitPerMinute":"Peticiones m\xE1ximas por minuto","field.limitPerSecond":"N\xFAmero m\xE1ximo de solicitudes por segundo","field.maxTextLengthPerRequest":"Longitud m\xE1xima del texto por solicitud","field.maxTextGroupLengthPerRequest":"N\xFAmero m\xE1ximo de apartados por solicitud","field.apiUrl":"Direcci\xF3n de interfaz API personalizada","field.placeholderDelimiters":"marcador de posici\xF3n reservado","description.custom":"Interfaz personalizada Acceso Documentaci\xF3n necesaria","description.limitPerMinute":"Las solicitudes que superan este l\xEDmite pasan a una cola hasta el inicio del siguiente minuto. Debido a las diversas limitaciones del servicio actual de OpenAI, haz clic <1>aqu\xED para consultar los \xFAltimos valores sugeridos.","description.limitPerSecond":"Las solicitudes que superan este l\xEDmite pasan a una cola hasta el inicio del siguiente segundo. Debido a las diversas limitaciones del servicio actual de OpenAI, haz clic <1>aqu\xED para consultar los \xFAltimos valores sugeridos.","description.generalLimitPerSecond":"Las solicitudes que superan este l\xEDmite pasan a una cola hasta el inicio del segundo siguiente.","description.prompt":"Enviar la conversaci\xF3n a {service} como usuario, donde {{text}} representa el contenido del texto del p\xE1rrafo, {{from}} representa el idioma del p\xE1rrafo y {{to}} representa el idioma objetivo.","description.maxTextLengthPerRequest":"El n\xFAmero m\xE1ximo de caracteres por petici\xF3n es demasiado grande para que la interfaz responda con lentitud, as\xED que pruebe a ajustar esta opci\xF3n para optimizar la velocidad","description.systemPrompt":"Enviar di\xE1logo al {service} como sistema, donde {{text}} representa el contenido del texto del p\xE1rrafo, {{from}} representa el idioma del p\xE1rrafo, {{to}} representa el idioma objetivo.","field.domain":"reino","description.domain":"El valor predeterminado es\uFF1Ageneral. S\xF3lo puede establecerse si la traducci\xF3n de dominios est\xE1 activada en la consola de la API Arima; consulte <1>aqu\xED los dominios admitidos.","field.scene":"toma","description.scene":"Por defecto\uFF1Ageneral. S\xF3lo se puede establecer si la consola API AliCloud est\xE1 habilitado para Machine Translation Pro, ver <1>aqu\xED para los escenarios compatibles","field.vocabId":"ID del diccionario del usuario","description.vocabId":"El diccionario out_id especificado admite actualmente la traducci\xF3n del ingl\xE9s al chino.","description.model":"Modelos OpenAI, pueden ser gpt-3.5-turbo, gpt-4, etc.","description.maxTextGroupLengthPerRequest":"El n\xFAmero de p\xE1rrafos enviados al servicio de traducci\xF3n a la vez, si hay demasiados p\xE1rrafos, puede hacer que la interfaz responda m\xE1s lentamente.","description.apiUrl":"Por favor, a\xF1ada URLs espec\xEDficas con rutas, <1>m\xE1s descripci\xF3n",enabledExtension:"Habilitar extensiones",clickToDisableExtension:"Haga clic para desactivar las extensiones",clickToEnableExtension:"Haga clic para activar las extensiones",hasBeenDisabled:"desactivado","show password":"Mostrar contrase\xF1a",customContent:"Introduzca un nombre de modelo personalizado",inputOptions:"Mejora del cuadro de entrada",mouseHoverOptions:"al pasar el rat\xF3n",modifyMouseHoverKey:"Modificar el acceso directo del rat\xF3n",enableInputTranslation:"Activar o no la mejora del cuadro de entrada",enableInputTranslationDescription:"Una vez activado, escriba {startingKey}{startingKey} hola directamente en el cuadro de entrada, luego pulse r\xE1pidamente{inputTrailingTriggerKeyRepeatTimes}veces{trailingKey}para traducir a {inputTargetLanguage}",enableInputTranslationDescriptionForNoneKey:"Una vez activado, escriba\uFF1AHello World directamente en el cuadro de entrada y, a continuaci\xF3n, pulse r\xE1pidamente{inputTrailingTriggerKeyRepeatTimes}{trailingKey}veces para traducir al idioma de destino predeterminado.",inputTargetLanguage:"Establecer el idioma de destino por defecto para los cuadros de entrada",inputTargetLanguageDescription:"Idioma de destino por defecto para la traducci\xF3n del cuadro de entrada, es decir, {startingKey}{startingKey} como idioma por defecto para las palabras desencadenantes.",inputTargetLanguageDescriptionForNoneKey:"Idioma de destino predeterminado para la traducci\xF3n del cuadro de entrada",inputStartingTriggerKeyTitle:"Configuraci\xF3n del car\xE1cter de divisi\xF3n para la traducci\xF3n parcial del cuadro de entrada",inputStartingTriggerKeyDescription:"Cuando no necesite traducir todo el cuadro de entrada, el divisor le permite traducir s\xF3lo la parte desde {startingKey}{startingKey} hasta el final del cuadro de entrada, o puede especificar el c\xF3digo de idioma, por ejemplo\uFF1A{startingKey}ja significa traducir s\xF3lo la parte desde {startingKey}ja hasta el final del cuadro de entrada.",inputStartingTriggerKeyDescriptionForNoneKey:"La configuraci\xF3n actual de sin prefijo no es necesaria, y la funci\xF3n de traducci\xF3n de algunos textos en el cuadro de entrada no est\xE1 disponible por el momento.",inputTrailingTriggerKeyTitle:"Seleccione un car\xE1cter de activaci\xF3n de fin de entrada",inputTrailingTriggerKeyDescription:"\xA13 golpes r\xE1pidos{trailingKey} comenzar\xE1 a traducir!",inputTrailingTriggerKeyTimeout:"Introduce el tiempo entre disparos de fin de combate",inputTrailingTriggerKeyTimeoutDescription:"Establece el tiempo (en milisegundos) entre disparos de combo de fin de entrada.",spaceKey:"<\u7A7A\u683C\u952E>",noneKey:"Traducci\xF3n directa de todo el cuadro de texto sin prefijos",inputTranslationBlockUrlsTitle:"No active la mejora del cuadro de entrada en las siguientes URL",inputTranslationBlockUrlsDescription:"Las mejoras del cuadro de entrada no funcionar\xE1n en las siguientes URL",clickToSeeQuickDemo:"Haga clic para ampliar el v\xEDdeo tutorial r\xE1pido de 30 segundos",inputHelperInfo:"Descripci\xF3n\uFF1AHemos optimizado el hecho de que algunos caracteres desencadenantes se convertir\xE1n en signos de puntuaci\xF3n chinos bajo m\xE9todos de entrada chinos, por ejemplo, / se convertir\xE1 en un signo dun , bajo el m\xE9todo de entrada Sogou, e Immersive Translator soporta todos los s\xEDmbolos chinos correspondientes a los caracteres desencadenantes, es decir, //,,, ser\xE1n reconocidos como caracteres desencadenantes.

Tambi\xE9n soportamos alias Chinos para c\xF3digos de lenguaje como comandos, por ejemplo /Japanese Hello World ser\xE1 traducido al Japon\xE9s, <1>haga clic aqu\xED para ver todos los c\xF3digos de lenguaje soportados.",reloadCurrentPage:"Actualice la p\xE1gina actual antes de iniciar la traducci\xF3n.",noLocalFilePermissionForPDF:"Usted no tiene permiso para leer archivos locales, por favor haga clic en el bot\xF3n de arriba y luego importar archivos locales.",noPermissionForThisPage:"\u26A0\uFE0F No hay permiso para traducir la p\xE1gina actual",retryAllParagraphs:"Reintentar todos los pasajes de error",retryAllButton:"Reintentar todos los pasajes de error",errorTooltipTitle:"Haga clic para ver la causa del error",errorModalTitle:"Parece que algo va mal con el servicio de traducci\xF3n o la red...",disableConfirm:"Entorno biling\xFCe de mejora de la informaci\xF3n",disableOnce:"Esta inhabilitaci\xF3n",disableGlobal:"desactivar permanentemente",disableTint:"* Puede volver a activarlo en {option} .",searchEnhancementNotes:"Tras activar la funci\xF3n de mejora de la informaci\xF3n biling\xFCe con traducci\xF3n inmersiva, buscaremos autom\xE1ticamente las mismas palabras clave en ingl\xE9s en los sitios web compatibles (Google News, Google Search (algunas palabras clave), Snowball, Oriental Wealth, Futura, Tiger) y las mostraremos a la derecha. Si no necesitas esta funci\xF3n, puedes desactivarla.",option:"establecer",saveSettings:"Guardar configuraci\xF3n",closeModal:"Cerrar ventana",enableInputTranslationWithoutTriggerKeyTitle:"Habilite 3 pulsaciones r\xE1pidas en{trailingKey}para traducir directamente todo el cuadro de entrada a{inputTargetLanguage}",enableInputTranslationWithoutTriggerKeyDescription:"Para especificar el idioma de destino, antep\xF3ngale el c\xF3digo del idioma, por ejemplo:\uFF1Aja Hola Mundo",mouseHoverShortcutPlaceholder:"p. ej.\uFF1ATurno",deepLProName:"Miembro de Immersive Translation Pro (Recomendado)",deepLProDescription:"El paquete actual puede utilizarse directamente",deeplProDescriptionForNormal:"No requiere instalaci\xF3n, los miembros pueden utilizarlo despu\xE9s de iniciar sesi\xF3n, <1>haga clic aqu\xED para actualizar a miembro",deepLCustomDescription:"Se requiere tarjeta de cr\xE9dito extranjera, abierta oficialmente en <1>DeepL, haga clic para ver <2>la documentaci\xF3n",deepLCustomName:"Clave de autenticaci\xF3n personalizada",chooseProviderLabel:"Seleccione un proveedor de servicios",openaiProName:"Miembro de Immersive Translation Pro (Recomendado)",openaiProDescription:"El paquete actual puede utilizarse directamente",openaiProDescriptionForNormal:"No requiere instalaci\xF3n, los miembros pueden utilizarlo despu\xE9s de iniciar sesi\xF3n, <1>haga clic aqu\xED para actualizar a miembro",openaiCustomDescription:"Disponible en OpenAI, Azure OpenAI u otros servicios de terceros. <1>Haga clic aqu\xED para consultar la documentaci\xF3n.",openaiCustomName:"Clave API personalizada",needLoginAction:"(Afiliaci\xF3n abierta o personalizaci\xF3n)",goLoginOrAction:"(Abra una cuenta o vaya a la configuraci\xF3n)",yearly:"efectuar un pago anual consecutivo",quarterly:"embalaje secuencial",monthly:"suscripci\xF3n mensual",yearlyForOnce:"Paquete anual \xFAnico",monthlyForOnce:"Paquete mensual \xFAnico",daily:"d\xEDas consecutivos de paquetes",year:"efectuar un pago anual consecutivo",quarter:"embalaje secuencial",month:"suscripci\xF3n mensual",day:"d\xEDas consecutivos de paquetes",onetime_7day:"Pack Experiencia 7 d\xEDas",currentPlanDescriptionForFree:"Paquetes actuales\uFF1AGratis",currentPlanDescriptionForContinuous:"El paquete actual\uFF1A{plan}se renovar\xE1 autom\xE1ticamente en {endAt} .",currentPlanDescriptionForAutoRenewCaceling:"El paquete actual\uFF1A{plan}expirar\xE1 en {endAt} y no se renovar\xE1 autom\xE1ticamente a su vencimiento.",currentYearlyPlanDescriptionForAutoRenewCacelingWithRealPaiedUser:"El paquete actual,\uFF1A{plan}, caducar\xE1 en {endAt} y no se renovar\xE1 autom\xE1ticamente a su vencimiento.
<1>Haga clic aqu\xED para gestionar su plan de renovaci\xF3n",currentYearlyPlanDescriptionForAutoRenewCacelingWithAdmin:"El paquete actual,\uFF1A{plan}, caducar\xE1 en {endAt} y no se renovar\xE1 autom\xE1ticamente a su vencimiento.
<1>Haga clic aqu\xED para activar la suscripci\xF3n anual continua",currentPlanDescriptionForOneTime:"La suscripci\xF3n actual\uFF1A{plan}expirar\xE1 en {endAt} , <1>haga clic aqu\xED para cambiar a una suscripci\xF3n <1>anual o <2>mensual.",upgradePlan:"Haga clic aqu\xED para pasar a Pro",upgradeToPro:"Actualizar a miembro Pro","popup.openPro":"Actualice su suscripci\xF3n a Pro para disfrutar de DeepL y de la traducci\xF3n OpenAI, \xA1haga clic aqu\xED para actualizar!","popup.openProForPro":"Eres un miembro Pro con acceso directo a DeepL y a las traducciones de OpenAI.",currentAccount:"cuenta corriente",enableAutoSyncUserSettings:"Sincronizaci\xF3n autom\xE1tica en la nube de varios dispositivos",modalEnableInputTranslationTitle:"Traducci\xF3n inmersiva Cuadro de entrada Alertas de traducci\xF3n",modalEnableInputTranslationDesc:"Acaba de activar la traducci\xF3n del cuadro de entrada de Immersive Translation pulsando la barra espaciadora 3 veces en r\xE1pida sucesi\xF3n, y el contenido del cuadro de entrada se traducir\xE1 al idioma de destino predeterminado. La traducci\xF3n puede deshacerse con Ctrl+Z.

Si ha sido un error, no se preocupe, puede elegir desactivarla esta vez, o desactivar permanentemente la traducci\xF3n del cuadro de entrada.",saveAndNotShowAgain:"Guardar y dejar de preguntar",disableInputTranslationTips:"* Tambi\xE9n puedes configurar otros atajos para que se activen en {option} ,{learnMore}.",learnMore:"M\xE1s informaci\xF3n",continueEnalbeInputTranslation:"Seguir activando la traducci\xF3n del cuadro de entrada",autoRenewTrialSuffix:'(En la versi\xF3n de prueba,pas\xF3 inmediatamente a ser miembro de pleno derecho)',upgradeFromTrialTitle:"Pasar a Miembro de pleno derecho",subtitle:"subtitulado de v\xEDdeo",youtubeService:"Traducci\xF3n por inmersi\xF3n Servicios de traducci\xF3n de subt\xEDtulos de v\xEDdeo","subtitle.disabledSubtitle":"Desactivar permanentemente la funci\xF3n de subt\xEDtulos de v\xEDdeo","subtitle.disabledSubtitleDescription":"Si Immersive Translator's Video Subtitles entra en conflicto con otras extensiones, puedes optar por desactivar permanentemente la funcionalidad de Immersive Translator's Video Subtitles o desinstalar otras extensiones conflictivas.","subtitle.autoEnableSubtitle":"Uso autom\xE1tico de subt\xEDtulos biling\xFCes","subtitle.autoEnableSubtitleDescription":"Una vez activado, se mostrar\xE1n autom\xE1ticamente subt\xEDtulos biling\xFCes cuando se reproduzca el video, de lo contrario, necesitar\xE1 hacer clic en el bot\xF3n de traducci\xF3n para que se muestren.","subtitle.preTranslation":"Traducir subt\xEDtulos mediante traducci\xF3n inmersiva","subtitle.preTranslationDescription":"Cuando est\xE1 activada, se pretraducir\xE1 todo el subt\xEDtulo utilizando el servicio de traducci\xF3n especificado m\xE1s abajo, y un v\xEDdeo de 1 hora consumir\xE1 unos 50.000 tokens o caracteres, as\xED que util\xEDzalos seg\xFAn tu criterio; cuando est\xE1 desactivada, se utilizar\xE1n primero los subt\xEDtulos originales.","subtitle.humanSubtitlesPreferred":"Uso prioritario del subtitulado humano","subtitle.humanSubtitlesPreferredDescription":"Priorizar el uso de subt\xEDtulos humanos cuando el v\xEDdeo disponga de subt\xEDtulos humanos en la lengua de llegada (recomendado)",videoSubtitleTranslationDescription:"Asignar un servicio de traducci\xF3n independiente para los subt\xEDtulos de v\xEDdeo",subtitleTranslating:"Por favor, espere mientras se traducen los subt\xEDtulos mediante el servicio {service} ... (traducci\xF3n por inmersi\xF3n)",subtitleLoading:"Cargando subt\xEDtulos...",bilingual:"biling\xFCismo","field.action":"Activar o no la terminolog\xEDa Baidu","description.action":"Cuando est\xE9 activado, se a\xF1adir\xE1 un par\xE1metro action=1 a la solicitud para informar a Baidu del t\xE9rmino activado; <1>consulte la documentaci\xF3n oficial para obtener m\xE1s informaci\xF3n.",closeQuickTranslation:"Cerrar Hoverball","closeQuickTranslation.untilNext":"Esta vez cerrado hasta la pr\xF3xima visita","closeQuickTranslation.currentWebsite":"Sitio actual desactivado","closeQuickTranslation.alwaysClose":"desactivar permanentemente","closeQuickTranslation.settingOpen":"(puede activarse en la <1>p\xE1gina de configuraci\xF3n )","closeQuickTranslation.cancel":"anulaciones","closeQuickTranslation.confirm":"defina","floatBall.popup":"Abrir el panel de ajustes r\xE1pidos","floatBall.translate":"Haga clic para traducir la p\xE1gina","floatBall.showOriginal":"Haga clic para volver al art\xEDculo original","floatBall.close":"Cerrar Hoverball","floatBallOptions.enableDescPc":"Despu\xE9s de activar el hoverball de la p\xE1gina, aparecer\xE1 un bot\xF3n de traducci\xF3n r\xE1pida en la parte derecha de la p\xE1gina, \xA1haz clic en \xE9l para traducir!","floatBallOptions.enableDesc":"Despu\xE9s de apagar el hoverball, puedes recuperarlo con{touch}. Se recomienda encarecidamente marcar esta p\xE1gina de configuraci\xF3n para evitar no poder encontrar el hoverball despu\xE9s de desactivar esta opci\xF3n por error.","description.azureApiUrl":"Introduzca la direcci\xF3n de la interfaz API personalizada",confirmSupportMouse:"Forzar la activaci\xF3n del soporte de rat\xF3n",confirmSupportMouseDescription:"Detectado que el navegador actual no soporta la funci\xF3n de rat\xF3n, \xBFse fuerza a habilitar el soporte de rat\xF3n?",sampleTargetText:"Llegar\xE1 la larga noche, y velar\xE9 desde hoy hasta que muera. No tomar\xE9 esposa, no har\xE9 feudo, no tendr\xE9 hijos. No llevar\xE9 corona, no luchar\xE9 por el honor. Cumplir\xE9 con mi deber, vivir\xE9 y morir\xE9.",sampleSourceText:"Night gathers, and now my watch begins. It shall not end until my death. I shall take no wife, hold no lands, father no children. I shall wear no crowns and win no glory. I shall live and die at my post.","subtitle.supportedSites":"\u5DF2\u652F\u6301\u5728\u8FD9\u4E9B\u7F51\u7AD9\u4F7F\u7528\u53CC\u8BED\u5B57\u5E55\uFF08\u6CE8\u610F\uFF1A\u7531\u4E8E\u6280\u672F\u9650\u5236\uFF0C\u90E8\u5206\u7F51\u7AD9\u5728\u9996\u6B21\u5F00\u542F\u5B57\u5E55\u540E\u9700\u8981\u91CD\u65B0\u5237\u65B0\u9875\u9762\uFF0C\u6216\u8005\u9700\u7B49\u5F85\u7FFB\u8BD1\u5B8C\u6210\u4EE5\u663E\u793A\u53CC\u8BED\u5B57\u5E55\uFF09\uFF1A",viewWithImmersiveTranslate:"\u53CC\u8BED\u7248\u672C(\u6C89\u6D78\u5F0F\u7FFB\u8BD1)",errorReason:"\u9519\u8BEF\u539F\u56E0\uFF1A{message}","proQuotaExceededError.onetime7day":'\uFF0C\u60A8\u53EF\u4EE5\u9009\u62E9\u4EE5\u4E0B\u65B9\u5F0F\u89E3\u51B3\uFF1A

1. \u5207\u6362\u5230 {anotherService} \u6216\u5176\u4ED6\u7FFB\u8BD1\u670D\u52A1
2. \u5347\u7EA7\u4E3A\u6708\u5EA6/\u5E74\u5EA6\u4F1A\u5458',"proQuotaExceededError.trial":'\uFF0C\u60A8\u53EF\u4EE5\u9009\u62E9\u4EE5\u4E0B\u65B9\u5F0F\u89E3\u51B3\uFF1A

1. \u5207\u6362\u5230 {anotherService} \u6216\u5176\u4ED6\u7FFB\u8BD1\u670D\u52A1
2. \u7ACB\u523B\u5347\u7EA7\u4E3A\u6B63\u5F0F\u4F1A\u5458',"proQuotaExceededError.nonTrial":'\uFF0C\u60A8\u53EF\u4EE5\u9009\u62E9\u4EE5\u4E0B\u65B9\u5F0F\u89E3\u51B3\uFF1A

1. \u5207\u6362\u5230 {anotherService} \u6216\u5176\u4ED6\u7FFB\u8BD1\u670D\u52A1
2. \u8D2D\u4E70 {translationService} \u989D\u5916\u6D41\u91CF\u5305',"proQuotaExceededError.resetTime":"
3. \u989D\u5EA6\u91CD\u7F6E\u65F6\u95F4\uFF1A{resetTime}","desc.touchShortcutsToggleTranslatePageOnlyTranslation":"Solo se muestra la traducci\xF3n se refiere a que solo se mostrar\xE1 la traducci\xF3n, si la p\xE1gina web a\xFAn no se ha traducido, cambiar\xE1 el modo y traducir\xE1.","desc.toggleOnlyTransation":"El modo de solo traducci\xF3n se refiere a mostrar solo el texto traducido, si la p\xE1gina web a\xFAn no se ha traducido, cambiar\xE1 el modo y traducir\xE1.",touchShortcutsToggleTranslatePageOnlyTranslation:"Configurar gestos de pantalla t\xE1ctil para cambiar entre modo biling\xFCe/solo texto traducido",download_started:"La descarga ya ha comenzado, si no se descarga autom\xE1ticamente, haga clic manualmente.",here:"aqu\xED","desc.toggleVideoSubtitlePreTranslation":"Al presionar, los subt\xEDtulos biling\xFCes del video usar\xE1n preferentemente la configuraci\xF3n de traducci\xF3n inmersiva, al presionar nuevamente, se dar\xE1 prioridad a los subt\xEDtulos de traducci\xF3n autom\xE1tica incluidos en el video original. Nota: este atajo modifica la configuraci\xF3n global.",videoSubtitlePreTranslationOn:"Los subt\xEDtulos del video tendr\xE1n prioridad para usar la traducci\xF3n inmersiva.",videoSubtitlePreTranslationOff:"Los subt\xEDtulos del video dar\xE1n prioridad a los subt\xEDtulos de traducci\xF3n autom\xE1tica incluidos en el video original.",translationFont:"Establecer fuente","translationFont.custom":"Ingrese fuente personalizada","translationFont.customPlaceholder":"fuente","translationFont.notSupportErrorMessage":"Por favor, verifique si el nombre de la fuente que ingres\xF3 es correcto, o confirme si esta fuente ya est\xE1 instalada en su dispositivo.","touch.mouse-translate":"Traducir el p\xE1rrafo especificado.","translationServices.inherit":"Siga el servicio de traducci\xF3n principal","error.serveConfigError":"Error de configuraci\xF3n del servicio","error.reloadPageOfSetting":"Despu\xE9s de configurar, por favor refresca la p\xE1gina para traducir de nuevo.","error.googleLimitIp":"El servicio devuelve un error, el servicio de Google ha limitado la direcci\xF3n IP, se recomienda que cambie el nodo de red.","error.openAIFreeLimit":"El servicio devuelve un error, la frecuencia actual de solicitudes de traducci\xF3n ha alcanzado el l\xEDmite m\xE1ximo de 3 veces por minuto, por favor intente de nuevo m\xE1s tarde. (Esta es una restricci\xF3n de OpenAI oficial para la API Key gratuita, para eliminar esta restricci\xF3n, por favor vincule una tarjeta de cr\xE9dito en el backend de OpenAI.)","error.openAIExceededQuota":"El servicio devuelve un error: el saldo de tu cuenta de OpenAI es insuficiente, por favor recarga o vincula una tarjeta de cr\xE9dito en el panel de control oficial de OpenAI.","error.429":"El servicio devuelve un error, lo que indica que la solicitud es demasiado frecuente o excede el l\xEDmite de cuota, por favor intente de nuevo m\xE1s tarde.","error.403":"El servicio devuelve un error, no tiene permiso temporal para acceder a este servicio.","error.400":"El servicio devuelve un error, el par\xE1metro de solicitud es incorrecto, por favor verifica la configuraci\xF3n correspondiente.","error.502":"El servicio devuelve un error, el servicio se ha agotado, por favor intente de nuevo m\xE1s tarde.","error.proTokenInvalid":"Si usted es un usuario Pro, por favor inicie sesi\xF3n para usar el servicio de traducci\xF3n Pro.","error.proUpgrade":"Despu\xE9s de la actualizaci\xF3n, por favor refresca la p\xE1gina y traduce de nuevo.","error.configError":"Los datos de configuraci\xF3n son anormales.","error.goReset":"Ir a restablecer",batchEdit:"Operaci\xF3n en masa","translationModeLang.translation.title":"Solo modo de traducci\xF3n de idioma","translationModeLang.translation.description":"Cuando el idioma de la p\xE1gina es uno de los siguientes, se utilizar\xE1 autom\xE1ticamente solo el modo de traducci\xF3n.","translationModeUrl.translation.title":"Solo el modo de direcci\xF3n web de traducci\xF3n","translationModeUrl.translation.description":"Cuando el sitio web tiene los siguientes dominios, se utilizar\xE1 autom\xE1ticamente el modo de solo traducci\xF3n.","error.serveUnavailable":"El servicio [{serverName}] que est\xE1 utilizando actualmente no est\xE1 disponible temporalmente debido a problemas con la conexi\xF3n a la red o el proveedor del servicio. Le sugerimos que intente actualizar la p\xE1gina o cambiar a otro servicio de traducci\xF3n a trav\xE9s de <1>Configuraci\xF3n. Si usted es un miembro <2>Pro, puede optar por utilizar los servicios de traducci\xF3n m\xE1s estables de DeepL o OpenAI (<3>haga clic aqu\xED para probarlo gratis). Adem\xE1s, es posible que necesite revisar su configuraci\xF3n de red o proxy.",detectServiceLoading:"Detectando servicios de traducci\xF3n disponibles...",toggleToService:"Cambie a {service} e intente de nuevo.","error.gemini.429":"El servicio actual de Gemini ha alcanzado su capacidad m\xE1xima, por favor intente m\xE1s tarde o cambie a otro servicio de traducci\xF3n.",enableSentryReport:"Cuando ocurre un error de expansi\xF3n, usa Sentry para enviar comentarios.",notLogin:"No registrado",goLogin:"Iniciar sesi\xF3n",touchShortcutsOff:"Cerrar",shortcutSettings:"Atajo de teclado","tagsInput.add":"+ A\xF1adir",translationOnlyMode:"Solo modo de traducci\xF3n","multipleClick.2":"Haz doble clic",contact:"Cont\xE1ctanos","widget.translateFile":"PDF/ePub","subtitle.hideQuickButton":"Ya no mostrar este atajo","translationServices.gemini":"G\xE9minis","widget.instructionTooltip":"Consultar las instrucciones de uso","subtitle.bilingual":"Subt\xEDtulos biling\xFCes","error.retry":"Reintentar","multipleClick.4":"Cu\xE1druple golpe",buildSnapshots:"Generar captura de p\xE1gina web","error.subscriptionExpiredTitle":"La membres\xEDa ha expirado","slide.left":"Desliza a la derecha","widget.videoSubtitle":"subt\xEDtulos de video","browser.translateWithDeepL":"Uso temporal de DeepL para traducir la p\xE1gina actual","subtitle.autoDisableSubtitle":"No activar autom\xE1ticamente los subt\xEDtulos biling\xFCes","browser.translateWithBing":"Uso temporal de Microsoft para traducir la p\xE1gina actual","error.reason":"Raz\xF3n del error","browser.translateWithTransmart":"Uso temporal de Tencent para traducir la p\xE1gina actual",pickAll:"Seleccionar todo","browser.translateInputBox":"Traducir el contenido actual del cuadro de entrada.","floatBall.iKnow":"Ya lo s\xE9.",temprarilyChangeTranslationTo_deepl:"Estoy usando DeepL para traducir la p\xE1gina actual.","multipleClick.3":"Triple golpe","intro.hoverTitle":"Pase el mouse para traducir el p\xE1rrafo actual",temprarilyChangeTranslationTo_transmart:"Est\xE1 utilizando Tencent para traducir la p\xE1gina actual.","intro.floatBallTitle":"Bola flotante de traducci\xF3n r\xE1pida",paragraphMinTextCountField:"El n\xFAmero m\xEDnimo de caracteres necesarios para traducir un p\xE1rrafo","shortcutGroup.touch":"Gestos espec\xEDficos para pantallas t\xE1ctiles",temprarilyChangeTranslationTo_gemini:"Estoy usando Gemini para traducir la p\xE1gina actual.",temprarilyChangeTranslationTo_bing:"Est\xE1 utilizando Microsoft para traducir la p\xE1gina actual.","shortcutGroup.main":"Atajos de teclado de funciones comunes",mouseHoverCustomKeyTitle:"Personalizar el atajo de teclado para el rat\xF3n en suspensi\xF3n","shortcutGroup.shortcutsForTranslationServices":"Atajos de teclado relacionados con el servicio de traducci\xF3n",touchShortcutsToggleTranslateTouchElement:"Configurar gestos t\xE1ctiles para traducir p\xE1rrafos espec\xEDficos",notLoginPro:"Todav\xEDa no has iniciado sesi\xF3n en tu cuenta de miembro.","intro.subtitleTitle":"Visualizaci\xF3n de subt\xEDtulos biling\xFCes en videos en l\xEDnea","subtitle.showQuickButton":"En el reproductor se muestra el atajo de subt\xEDtulos biling\xFCes",temprarilyChangeTranslationTo_google:"Est\xE1 utilizando Google Traductor para traducir la p\xE1gina actual.",upgradeToProErrorTitle:"Por favor, actualice a miembro Pro para utilizar este servicio de traducci\xF3n.","widget.instruction":"Instrucciones de uso","slide.right":"Desliza a la izquierda","browser.translateWithOpenAI":"Uso temporal de OpenAI para traducir la p\xE1gina actual","shortcutGroup.others":"M\xE1s atajos de teclado personalizados","browser.toggleMouseHoverTranslateDirectly":"Habilitar o deshabilitar temporalmente la traducci\xF3n directa al pasar el mouse en la p\xE1gina",alwaysTranslateThisSite:"Siempre traduce este sitio web",neverTranslateThisSite:"Nunca traduzca este sitio web","shortcutGroup.mouse":"Configuraci\xF3n de atajos de teclado para el rat\xF3n en suspensi\xF3n","widget.translateFileTooltip":"Traducir documentos PDF, EPUB, SRT, ASS, HTML y TXT","browser.translateWithGemini":"Usa temporalmente Gemini para traducir la p\xE1gina actual","browser.toggleVideoSubtitlePreTranslation":"Cambie a subt\xEDtulos biling\xFCes y priorice la configuraci\xF3n de traducci\xF3n inmersiva.",networkError:"El servicio de traducci\xF3n o la red tienen problemas.",loggedIn:"Conectado","widget.videoSubtitleTooltip":"Apoya Youtube y otros {count}+ sitios web de videos",touchShortcutsToggleTranslationMask:"Configurar gestos t\xE1ctiles para mostrar la m\xE1scara de traducci\xF3n / mostrar el texto original","floatBall.guideClickToTranslate":"Haz clic en la bola flotante de traducci\xF3n inmersiva para traducir r\xE1pidamente","desc.touchShortcutsToggleTranslateTouchElement":"Personalice un gesto y podr\xE1 traducir cualquier p\xE1rrafo en el que se encuentre.","floatBall.longPress":"Mant\xE9n presionado para abrir r\xE1pidamente el panel de configuraci\xF3n.","error.subscriptionExpired":"Es posible que su membres\xEDa haya expirado, por favor verifique el estado de su membres\xEDa.",shortcutSettingsTitle:"Configuraci\xF3n de atajos de teclado",temprarilyChangeTranslationTo_openai:"Estoy usando OpenAI para traducir la p\xE1gina actual.","browser.translateWithGoogle":"Uso temporal de Google Traductor para traducir la p\xE1gina actual","desc.interfaceLanguage":"La configuraci\xF3n del idioma de la interfaz afecta el idioma de visualizaci\xF3n del panel de control y no tiene relaci\xF3n con el idioma objetivo de la traducci\xF3n.","description.baiduField":"Las \xE1reas de apoyo se ven <1>aqu\xED, si est\xE1 vac\xEDo significa que no se especifica el \xE1rea.","contact.description":"Si tiene alguna pregunta o sugerencia, no dude en completar el formulario a continuaci\xF3n para contactarnos, o env\xEDe un correo electr\xF3nico a {email}, le responderemos lo antes posible.","neverTranslateText.title":`Por favor, traduce directamente al espa\xF1ol (evita explicar el texto original): Mant\xE9n las siguientes palabras en su idioma original, no las traduzcas.`,confirmResetToDefaultSettings:"\xBFEst\xE1 seguro de que desea restaurar este servicio de traducci\xF3n a la configuraci\xF3n predeterminada? (Solo restablece la configuraci\xF3n del servicio de traducci\xF3n actual)","desc.toggleTranslateTheWholePage":"Traducir toda el \xE1rea de la p\xE1gina, por defecto, traduciremos el \xE1rea principal de la p\xE1gina, puedes usar este atajo para traducir espec\xEDficamente toda el \xE1rea de la p\xE1gina.",shortcutDisableTooltip:"Realice la configuraci\xF3n en la p\xE1gina de administraci\xF3n de atajos de extensi\xF3n proporcionada por el navegador, para m\xE1s orientaci\xF3n consulte las instrucciones en la parte superior de esta p\xE1gina.",touchShortcutsToggleTranslatePage:"Configura gestos t\xE1ctiles para traducir p\xE1ginas web/mostrar el texto original","desc.toggleTranslateTheMainPage":"Solo traduce el \xE1rea principal de la p\xE1gina, cuando has habilitado la traducci\xF3n de todo el \xE1rea de la p\xE1gina en la configuraci\xF3n avanzada, puedes usar este atajo para traducir espec\xEDficamente el \xE1rea principal de la p\xE1gina.","desc.touchShortcutsToggleTranslatePage":"Una vez configurado, al mover el dispositivo m\xF3vil, se puede tocar la pantalla con X dedos, deslizar hacia la izquierda o hacia la derecha o hacer clic continuamente para activar la traducci\xF3n de la p\xE1gina web/mostrar el texto original.",paragraphMinTextCountDesc:"Tenga en cuenta, aqu\xED se refiere a la longitud del car\xE1cter, por ejemplo: hola es 5 caracteres, establecer un valor m\xE1s grande puede reducir la traducci\xF3n de p\xE1rrafos peque\xF1os innecesarios.","desc.mouseHoverHoldKey":"Cuando el mouse se coloca sobre un p\xE1rrafo, al presionar la tecla de acceso r\xE1pido en el lado derecho, se puede traducir directamente ese p\xE1rrafo.",mouseHoverCustomKeyDescription:"Puedes personalizar una combinaci\xF3n de teclas de acceso r\xE1pido para cuando el mouse se posicione encima, como: Alt+Z, Ctrl+E, Cmd+Alt+E o directamente Cmd, por favor ingresa manualmente.","intro.floatBallDescription":"Una vez activado, se mostrar\xE1 un bot\xF3n de traducci\xF3n r\xE1pida en el lado derecho de la p\xE1gina, haga clic para traducir, haga clic nuevamente para volver al texto original. En dispositivos m\xF3viles, mantenga presionada la bola flotante para abrir el panel de configuraci\xF3n r\xE1pida.","desc.touchShortcutsToggleTranslationMask":"La m\xE1scara de traducci\xF3n se refiere al efecto borroso en el estilo de la traducci\xF3n (modo de aprendizaje), que se activa temporalmente para usar el efecto borroso en la traducci\xF3n, lo que facilita el aprendizaje.",translationOnlyModeDescription:"El modo de solo traducci\xF3n se refiere a mostrar solo el texto traducido, en lugar del modo biling\xFCe predeterminado. Nota: debido a limitaciones t\xE9cnicas, los hiperv\xEDnculos del texto original se desactivar\xE1n en el modo de solo traducci\xF3n.","neverTranslateText.description":"Debido a que algunos motores de traducci\xF3n no reconocen adecuadamente los nombres propios, puedes agregar palabras aqu\xED para asegurarte de que no se conviertan durante el proceso de traducci\xF3n. Ten en cuenta que esta funci\xF3n distingue entre may\xFAsculas y min\xFAsculas, y solo admite idiomas con palabras separadas por espacios (como ingl\xE9s, franc\xE9s), no es aplicable a idiomas como japon\xE9s, coreano, etc.","desc.toggleMouseHoverTranslateDirectly":"Despu\xE9s de presionar esta tecla de acceso r\xE1pido, en la p\xE1gina, siempre que el mouse apunte a cualquier texto, se traducir\xE1 autom\xE1ticamente ese texto. Presione la tecla de acceso r\xE1pido nuevamente para desactivar esta funci\xF3n de traducci\xF3n autom\xE1tica.","intro.subtitleDescription":"Despu\xE9s de activar esta funci\xF3n, los subt\xEDtulos biling\xFCes se mostrar\xE1n autom\xE1ticamente durante la reproducci\xF3n del video. Si no est\xE1 habilitado, deber\xE1 hacer clic manualmente en el bot\xF3n de traducci\xF3n en la p\xE1gina para mostrar los subt\xEDtulos. Tenga en cuenta que, debido a las limitaciones t\xE9cnicas, algunos sitios web pueden necesitar refrescar la p\xE1gina o esperar a que se complete la traducci\xF3n para mostrar los subt\xEDtulos biling\xFCes. (Adem\xE1s, tambi\xE9n puede habilitar/deshabilitar el panel de acceso r\xE1pido de traducci\xF3n inmersiva en la esquina superior derecha despu\xE9s de abrir el sitio web de video).

Actualmente se admite el uso de subt\xEDtulos biling\xFCes en estos sitios web:","intro.hoverDescription":"La traducci\xF3n al pasar el rat\xF3n es una funci\xF3n muy importante en la traducci\xF3n inmersiva, solo necesitas colocar el rat\xF3n sobre el p\xE1rrafo y presionar la tecla de acceso r\xE1pido establecida para traducir autom\xE1ticamente el p\xE1rrafo actual (nota: no est\xE1 habilitado por defecto, config\xFAralo a continuaci\xF3n). Esta interacci\xF3n se utiliza para reemplazar mejor la traducci\xF3n de palabras seleccionadas. Adem\xE1s, esta funci\xF3n se utiliza ampliamente en \xE1reas de traducci\xF3n que no se pueden reconocer, puedes utilizar esta funci\xF3n para forzar la traducci\xF3n de cualquier p\xE1rrafo.","subtitle.showQuickButtonDescription":"Proporciona un atajo para activar los subt\xEDtulos biling\xFCes en la esquina inferior derecha del reproductor de video.",geminiWarning:"Atenci\xF3n: El servicio gratuito de Gemini proporcionado por Google tiene restricciones estrictas, Google puede determinar que el usuario est\xE1 utilizando m\xFAltiples Keys para eludir sus l\xEDmites de cuota gratuita, no se recomienda su uso, se sugiere esperar hasta que Google abra la interfaz de pago de Gemini en el futuro para su uso.","floatBall.setting":"Configuraci\xF3n","floatBall.file":"Traducir PDF, EPUB, SRT, ASS, HTML, archivos TXT","floatBall.translateToLanguage":"Haga clic para traducir a {language}",changeToOnlyTempTranslationMode:"Mostrar s\xF3lo traducciones",changeToDualTempTranslationMode:"Cambiar a traducci\xF3n biling\xFCe","options.navbar.translateFile":"Traducir documento","transitionMode.translation":"Solo texto traducido.","options.navbar.installApp":"Instalar la aplicaci\xF3n m\xF3vil","transitionMode.dual":"Contraste biling\xFCe","subtitle.transitionModeDescription":"Establecer subt\xEDtulos de video en modo de comparaci\xF3n biling\xFCe o solo en modo de traducci\xF3n","subtitle.transitionMode":"Subt\xEDtulos de video biling\xFCes / Configuraci\xF3n solo de texto traducido","transitionMode.inherit":"Mant\xE9ngase consistente con el modo de visualizaci\xF3n de traducci\xF3n predeterminado del sistema.",translateFileTooltip:`Traducir PDF, ePub, srt, ass, HTML, archivos TXT`,"description.multiplePrompt":`Cuando el n\xFAmero de p\xE1rrafos es mayor a 1, se env\xEDa la conversaci\xF3n a {service} como usuario, donde {{from}} indica el idioma del p\xE1rrafo, {{to}} indica el idioma objetivo, {{yaml}} es el contenido del p\xE1rrafo que hemos envuelto en formato yaml, si tienes la necesidad de personalizar Prompt, necesitas asegurarte de que cada elemento en el resultado YAML de la respuesta de AI contenga el campo {env.imt_trans_field}, {{imt_trans_field}} es el nombre del campo de la traducci\xF3n que esperamos de la respuesta de AI, por defecto es {env.imt_trans_field}, {{imt_source_field}} es el nombre del campo del texto original que pasamos a AI, por defecto es {env.imt_source_field}, ejemplo de resultado: @@ -5044,7 +5044,7 @@ ass, HTML, archivos TXT`,"description.multiplePrompt":`Cuando el n\xFAmero de p\ {env.imt_sub_trans_field}: Traducci\xF3n - id: 2 {env.imt_sub_source_field}: Fuente - {env.imt_sub_trans_field}: Traducci\xF3n`,"subtitle.quickButton.cyan":"Azul","subtitle.quickButton.backgroundColor":"color de fondo","subtitle.quickButton.blue":"azul","subtitle.quickButton.translationTextColor":"Color de fuente de traducci\xF3n","subtitle.quickButton.translationPosition":"Posici\xF3n de traducci\xF3n","subtitle.quickButton.translationFontSize":"Tama\xF1o de fuente de traducci\xF3n","subtitle.quickButton.translationPositionBottom":"Debajo del texto original","subtitle.quickButton.sourceFontSize":"Tama\xF1o original de la fuente","subtitle.quickButton.green":"Verde","subtitle.quickButton.white":"blanco","subtitle.quickButton.red":"Rojo","subtitle.quickButton.magenta":"Magenta","translationServices.claude":"Claude","subtitle.quickButton.setting":"Configuraci\xF3n","subtitle.quickButton.yellow":"amarillo","subtitle.quickButton.backgroundOpacity":"Opacidad de fondo","subtitle.quickButton.black":"negro","subtitle.quickButton.sourceTextColor":"Color original de la fuente","subtitle.quickButton.translationPositionTop":"En la parte superior del texto original",attachSubtitleTranslating:"Usando {service} para traducir...","error.claude.403":"No tiene permiso para acceder al servicio, puede estar relacionado con las restricciones de \xE1rea de Claude, puede intentar cambiar su direcci\xF3n IP o usar otros servicios de traducci\xF3n.","browser.brandDescriptionForSafari":"\u3010Traducci\xF3n inmersiva\u3011Un complemento de traducci\xF3n de p\xE1ginas web biling\xFCe (original/traducci\xF3n) gratuito que tambi\xE9n soporta la traducci\xF3n de PDF y libros electr\xF3nicos EPUB manteniendo el formato original del documento, la traducci\xF3n de subt\xEDtulos biling\xFCes de videos en l\xEDnea como Youtube/Netflix, y soporta servicios de traducci\xF3n principales como Deepl/Google;","browser.PdfProFile":"AI impulsado por PDF Pro traducci\xF3n","browser.textTranslate":"Traducci\xF3n de texto"};var bh={nologin:"\u0648\u0627\u0631\u062F \u0646\u0634\u062F\u0647 \u0627\u06CC\u062F",loginForSafari:"\u0648\u0627\u0631\u062F \u0634\u0648\u06CC\u062F \u06CC\u0627 \u062B\u0628\u062A \u0646\u0627\u0645 \u06A9\u0646\u06CC\u062F",login:"\u767B\u5F55",manageAccount:"\u0645\u062F\u06CC\u0631\u06CC\u062A \u062D\u0633\u0627\u0628",openPremium:"\u0639\u0636\u0648\u06CC\u062A",logout:"\u062A\u0631\u06A9 \u06A9\u0631\u062F\u0646",curentPlan:"\u0628\u0633\u062A\u0647 \u0641\u0639\u0644\u06CC",endAt:"\u0628\u0644\u0648\u063A",endAuto:"\u062A\u0645\u062F\u06CC\u062F \u062E\u0648\u062F\u06A9\u0627\u0631",lineBreakMaxTextCount:"\u062D\u062F\u0627\u06A9\u062B\u0631 \u062A\u0639\u062F\u0627\u062F \u06A9\u0627\u0631\u0627\u06A9\u062A\u0631\u0647\u0627\u06CC \u0645\u062C\u0627\u0632 \u062F\u0631 \u0647\u0631 \u062C\u0645\u0644\u0647 \u067E\u0633 \u0627\u0632 \u0634\u06A9\u0633\u062A \u062E\u0637","translate-pdf":"\u0628\u0631\u0627\u06CC \u062A\u0631\u062C\u0645\u0647 PDF \u06A9\u0644\u06CC\u06A9 \u06A9\u0646\u06CC\u062F","noSupportTranslate-pdf":"\u0627\u0633\u06A9\u0631\u06CC\u067E\u062A \u067E\u0634\u062A\u06CC\u0628\u0627\u0646\u06CC \u0646\u0645\u06CC \u0634\u0648\u062F\u060C \u0644\u0637\u0641\u0627 \u0627\u0632 \u0627\u0641\u0632\u0648\u0646\u0647 \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u06A9\u0646\u06CC\u062F","translate-firefox-local-pdf":"\u0628\u0631\u0627\u06CC \u0628\u0627\u0631\u06AF\u06CC\u0631\u06CC PDF \u06A9\u0644\u06CC\u06A9 \u06A9\u0646\u06CC\u062F",enableLineBreak:"\u0641\u0639\u0627\u0644 \u06A9\u0631\u062F\u0646 \u0634\u06A9\u0633\u062A \u062E\u0637 \u062E\u0648\u062F\u06A9\u0627\u0631 \u0628\u0646\u062F \u0628\u0644\u0646\u062F",sponsorLabel:"\u062D\u0627\u0645\u06CC\u0627\u0646 \u062A\u0648\u0633\u0639\u0647\u200C\u062F\u0647\u0646\u062F\u06AF\u0627\u0646 \u0628\u0627 \u0634\u0631\u0648\u0639 \u0627\u0632 1 \u062F\u0644\u0627\u0631",help:"\u06A9\u0645\u06A9",browserShortcutsNoteForFirefox:"\u0628\u0631\u0627\u06CC \u062A\u063A\u06CC\u06CC\u0631 \u06A9\u0644\u06CC\u062F\u0647\u0627\u06CC \u0645\u06CC\u0627\u0646\u0628\u0631 \u062F\u0631 \u0645\u0631\u0648\u0631\u06AF\u0631 \u0641\u0627\u06CC\u0631\u0641\u0627\u06A9\u0633\u060C \u0628\u0627\u06CC\u062F \u0628\u0631\u06AF\u0647 \u0645\u062F\u06CC\u0631\u06CC\u062A \u0627\u0641\u0632\u0648\u0646\u0647\u200C\u0647\u0627 (about:addons) \u0631\u0627 \u0628\u0627\u0632 \u06A9\u0646\u06CC\u062F\u060C \u0633\u067E\u0633 \u0631\u0648\u06CC \xAB\u062A\u0646\u0638\u06CC\u0645\u0627\u062A\xBB \u06A9\u0644\u06CC\u06A9 \u06A9\u0646\u06CC\u062F \u0648 \u0633\u067E\u0633 \u0628\u0631\u0627\u06CC \u062A\u0646\u0638\u06CC\u0645 \u0631\u0648\u06CC \xAB\u0645\u062F\u06CC\u0631\u06CC\u062A \u06A9\u0644\u06CC\u062F\u0647\u0627\u06CC \u0645\u06CC\u0627\u0646\u0628\u0631\xBB \u06A9\u0644\u06CC\u06A9 \u06A9\u0646\u06CC\u062F",browserShortcutsNoteForChrome:"\u0628\u0631\u0627\u06CC \u0645\u0631\u0648\u0631\u06AF\u0631\u0647\u0627\u06CC Chrome \u0645\u0627\u0646\u0646\u062F\u060C \u0628\u0627\u06CC\u062F \u0628\u0631\u06AF\u0647 \u0645\u062F\u06CC\u0631\u06CC\u062A \u0627\u0641\u0632\u0648\u0646\u0647\u200C\u0647\u0627 \u0631\u0627 \u0628\u0631\u0627\u06CC \u062A\u063A\u06CC\u06CC\u0631 \u06A9\u0644\u06CC\u062F\u0647\u0627\u06CC \u0645\u06CC\u0627\u0646\u0628\u0631 \u0628\u0627\u0632 \u06A9\u0646\u06CC\u062F\u060C \u0622\u0646 \u0631\u0627 \u062F\u0631 \u062F\u0631\u06AF\u0627\u0647 \xAB\u0645\u062F\u06CC\u0631\u06CC\u062A \u06A9\u0644\u06CC\u062F\u0647\u0627\u06CC \u0645\u06CC\u0627\u0646\u0628\u0631\xBB (chrome://extensions/shortcuts) \u062A\u0646\u0638\u06CC\u0645 \u06A9\u0646\u06CC\u062F. \u0631\u0648\u06CC \u062F\u06A9\u0645\u0647 \u0632\u06CC\u0631 \u06A9\u0644\u06CC\u06A9 \u06A9\u0646\u06CC\u062F \u062A\u0627 \u0628\u0647 \u0628\u0631\u06AF\u0647 \u0645\u062F\u06CC\u0631\u06CC\u062A \u06A9\u0644\u06CC\u062F \u0645\u06CC\u0627\u0646\u0628\u0631 \u0628\u0631\u0648\u06CC\u062F.",browserShortcutsSucks:"\u0641\u0631\u0645\u062A \u06A9\u0644\u06CC\u062F \u0645\u06CC\u0627\u0646\u0628\u0631 \u0633\u0641\u0627\u0631\u0634\u06CC (\u0628\u062F\u0648\u0646 \u062A\u0634\u062E\u06CC\u0635 \u062E\u0648\u062F\u06A9\u0627\u0631\u060C \u0644\u0637\u0641\u0627 \u0645\u0633\u062A\u0642\u06CC\u0645\u0627 \u0648\u0627\u0631\u062F \u06A9\u0646\u06CC\u062F)\uFF1A\u0627\u0633\u062A",enableLineBreakDescription:"\u0648\u0642\u062A\u06CC \u0641\u0639\u0627\u0644 \u0628\u0627\u0634\u062F\u060C \u06CC\u06A9 \u0634\u06A9\u0633\u062A \u062E\u0637 \u062F\u0631 \u067E\u0627\u06CC\u0627\u0646 \u0647\u0631 \u062C\u0645\u0644\u0647 \u062F\u0631 \u06CC\u06A9 \u0628\u0646\u062F \u0628\u0644\u0646\u062F \u0628\u0631\u0627\u06CC \u062A\u0633\u0647\u06CC\u0644 \u062E\u0648\u0627\u0646\u062F\u0646 \u0627\u0639\u0645\u0627\u0644 \u0645\u06CC \u0634\u0648\u062F","browser.shortBrandName":"\u062A\u0631\u062C\u0645\u0647 \u0647\u0645\u0647\u062C\u0627\u0646\u0628\u0647","browser.brandName":"\u062A\u0631\u062C\u0645\u0647 \u0647\u0645\u0647\u200C\u062C\u0627\u0646\u0628\u0647","browser.brandDescription":"Web bilingual translation, completely free to use, supports Deepl/Google/Bing/Tencent/Youdao, etc.","browser.toggleTranslatePage":"\u062A\u0631\u062C\u0645\u0647 \u062A\u0627\u0631\u0646\u0645\u0627/\u0646\u0645\u0627\u06CC\u0634 \u0645\u062A\u0646 \u0627\u0635\u0644\u06CC","browser.toggleTranslateTheWholePage":"\u062A\u0631\u062C\u0645\u0647 \u062A\u0645\u0627\u0645 \u0628\u0631\u06AF\u0647/\u0646\u0645\u0627\u06CC\u0634 \u0645\u062A\u0646 \u0627\u0635\u0644\u06CC","browser.toggleOnlyTransation":"\u062A\u063A\u06CC\u06CC\u0631 \u0628\u0647 \u062D\u0627\u0644\u062A \u062F\u0648\u0632\u0628\u0627\u0646\u0647 / \u0641\u0642\u0637 \u0645\u062A\u0646 \u062A\u0631\u062C\u0645\u0647 \u0634\u062F\u0647","browser.toggleTranslateToThePageEndImmediately":"\u0627\u0632 \u0627\u0646\u062A\u0647\u0627\u06CC \u0628\u0631\u06AF\u0647 \u062A\u0631\u062C\u0645\u0647 \u06A9\u0646\u06CC\u062F/\u0646\u0645\u0627\u06CC\u0634 \u0645\u062A\u0646 \u0627\u0635\u0644\u06CC","browser.toggleTranslateTheMainPage":"\u062A\u0631\u062C\u0645\u0647 \u0642\u0633\u0645\u062A\u200C\u0647\u0627\u06CC \u0627\u0635\u0644\u06CC \u0628\u0631\u06AF\u0647/\u0646\u0645\u0627\u06CC\u0634 \u0645\u062A\u0646 \u0627\u0635\u0644\u06CC","browser.shareToDraft":"\u0627\u0634\u062A\u0631\u0627\u06A9\u200C\u06AF\u0630\u0627\u0631\u06CC \u0635\u0641\u062D\u0647 \u062F\u0648\u0632\u0628\u0627\u0646\u0647","browser.openOptionsPage":"\u0628\u0631\u06AF\u0647 \u062A\u0646\u0638\u06CC\u0645\u0627\u062A \u0631\u0627 \u0628\u0627\u0632 \u06A9\u0646\u06CC\u062F","browser.toggleTranslationMask":"\u0646\u0645\u0627\u06CC\u0634/\u067E\u0646\u0647\u0627\u0646 \u06A9\u0631\u062F\u0646 \u062C\u0644\u0648\u0647 \u062A\u0627\u0631\u06CC \u062A\u0631\u062C\u0645\u0647","browser.translateLocalPdfFile":"\u062A\u0631\u062C\u0645\u0647 \u067E\u0631\u0648\u0646\u062F\u0647 PDF \u0645\u062D\u0644\u06CC","browser.openEbookViewer":"\u06A9\u062A\u0627\u0628 \u0647\u0627\u06CC \u0627\u0644\u06A9\u062A\u0631\u0648\u0646\u06CC\u06A9\u06CC \u0645\u062D\u0644\u06CC \u0631\u0627 \u0628\u062E\u0648\u0627\u0646\u06CC\u062F","browser.openEbookBuilder":"\u06A9\u062A\u0627\u0628 \u0647\u0627\u06CC \u0627\u0644\u06A9\u062A\u0631\u0648\u0646\u06CC\u06A9\u06CC \u062F\u0648 \u0632\u0628\u0627\u0646\u0647 EPUB \u0627\u06CC\u062C\u0627\u062F \u06A9\u0646\u06CC\u062F","browser.translateLocalHtmlFile":"\u7FFB\u8BD1\u672C\u5730 HTML \u6587\u4EF6","browser.donateContext":"\u0628\u0627 \u0645\u0632\u0627\u06CC\u0627\u06CC \u062D\u0645\u0627\u06CC\u062A \u0645\u0627\u0644\u06CC \u0622\u0634\u0646\u0627 \u0634\u0648\u06CC\u062F","browser.translateLocalSubtitleFile":"\u0641\u0627\u06CC\u0644 \u0647\u0627\u06CC \u0632\u06CC\u0631\u0646\u0648\u06CC\u0633 \u0645\u062D\u0644\u06CC \u0631\u0627 \u062A\u0631\u062C\u0645\u0647 \u06A9\u0646\u06CC\u062F",confirmResetConfig:"\u0622\u06CC\u0627 \u0645\u0637\u0645\u0626\u0646 \u0647\u0633\u062A\u06CC\u062F \u06A9\u0647 \u0645\u06CC\u200C\u062E\u0648\u0627\u0647\u06CC\u062F \u062A\u0646\u0638\u06CC\u0645\u0627\u062A \u0631\u0627 \u0628\u0627\u0632\u0646\u0634\u0627\u0646\u06CC \u06A9\u0646\u06CC\u062F\u061F",translationLineBreakSettingTitle:"\u062A\u0646\u0638\u06CC\u0645\u0627\u062A \u0628\u0633\u062A\u0647 \u0628\u0646\u062F\u06CC \u062E\u0637 \u062A\u0631\u062C\u0645\u0647",smartLineBreak:"\u0628\u0633\u062A\u0647 \u0628\u0646\u062F\u06CC \u062E\u0637 \u0647\u0648\u0634\u0645\u0646\u062F",alwaysLineBreak:"\u0647\u0645\u06CC\u0634\u0647 \u0628\u067E\u06CC\u0686\u06CC\u062F",isShowContextMenu:"\u521B\u5EFA\u53F3\u952E\u83DC\u5355",toggleBeta:"\u0648\u06CC\u0698\u06AF\u06CC \u0647\u0627\u06CC \u0622\u0632\u0645\u0627\u06CC\u0634 \u0628\u062A\u0627 \u0631\u0627 \u0641\u0639\u0627\u0644 \u06A9\u0646\u06CC\u062F",betaDescription:"\u0648\u06CC\u0698\u06AF\u06CC\u200C\u0647\u0627\u06CC\u06CC \u0631\u0627 \u06A9\u0647 \u0647\u0646\u0648\u0632 \u0622\u0632\u0645\u0627\u06CC\u0634\u06CC \u0647\u0633\u062A\u0646\u062F \u0648 \u0647\u0645\u0686\u0646\u06CC\u0646 \u062E\u062F\u0645\u0627\u062A \u062A\u0631\u062C\u0645\u0647 \u0631\u0627 \u062F\u0631 \u0622\u0632\u0645\u0627\u06CC\u0634 \u0641\u0639\u0627\u0644 \u06A9\u0646\u06CC\u062F. \u0639\u0636\u0648<1>\u06AF\u0631\u0648\u0647 \u062A\u0644\u06AF\u0631\u0627\u0645 \u0634\u0648\u06CC\u062F \u0628\u06CC\u0634\u062A\u0631 \u0628\u062F\u0627\u0646\u06CC\u062F.",translationLineBreakSettingDescription:"\u5BF9\u4E8E\u8BD1\u6587\u7684\u4F4D\u7F6E\uFF1A\u603B\u662F\u6362\u884C/\u667A\u80FD\u6362\u884C\uFF08\u5F53\u6BB5\u843D\u591A\u4E8E{count}\u4E2A\u5B57\u7B26\u624D\u6362\u884C\u663E\u793A\u8BD1\u6587\uFF09",tempTranslateDomainTitle:"\u0686\u0647 \u0645\u062F\u062A \u0628\u0631\u0627\u06CC \u0641\u0639\u0627\u0644 \u06A9\u0631\u062F\u0646 \u0645\u0648\u0642\u062A \u062A\u0631\u062C\u0645\u0647 \u0648\u0628 \u0633\u0627\u06CC\u062A",tempTranslateDomainDescription:"\u5F53\u624B\u52A8\u7FFB\u8BD1\u67D0\u4E2A\u7F51\u9875\u7684\u65F6\u5019\uFF0C\u4E34\u65F6\u5F00\u542F\u8BE5\u7F51\u7AD9\u4E3A\u81EA\u52A8\u7FFB\u8BD1",xMinutes:"{count} \u062F\u0642\u06CC\u0642\u0647",disabled:"\u063A\u06CC\u0631 \u0641\u0639\u0627\u0644 \u06A9\u0631\u062F\u0646",changelog:"\u062A\u063A\u06CC\u06CC\u0631 \u06AF\u0632\u0627\u0631\u0634",toggleTranslatePageWhenThreeFingersOnTheScreen:"\u0628\u0631\u0627\u06CC \u062A\u0631\u062C\u0645\u0647 \u0635\u0641\u062D\u0647 \u0648\u0628/\u0646\u0645\u0627\u06CC\u0634 \u0645\u062A\u0646 \u0627\u0635\u0644\u06CC\u060C \u0647\u0645\u0632\u0645\u0627\u0646 \u0628\u0627 \u0686\u0646\u062F\u06CC\u0646 \u0627\u0646\u06AF\u0634\u062A \u0635\u0641\u062D\u0647 \u0631\u0627 \u0644\u0645\u0633 \u06A9\u0646\u06CC\u062F",toggleTranslationMaskWhenThreeFingersOnTheScreen:"\u0686\u0646\u062F\u06CC\u0646 \u0627\u0646\u06AF\u0634\u062A \u0631\u0627 \u0628\u0647 \u0637\u0648\u0631 \u0647\u0645\u0632\u0645\u0627\u0646 \u0644\u0645\u0633 \u06A9\u0646\u06CC\u062F \u062A\u0627 \u062C\u0644\u0648\u0647 \u062A\u0627\u0631\u06CC \u062A\u0631\u062C\u0645\u0647 \u0646\u0634\u0627\u0646 \u062F\u0627\u062F\u0647 \u06CC\u0627 \u067E\u0646\u0647\u0627\u0646 \u0634\u0648\u062F",fingerCountToToggleTranslagePageOnlyTranslationWhenTouching:"\u0628\u0631\u0627\u06CC \u062A\u0631\u062C\u0645\u0647 \u0635\u0641\u062D\u0647 \u0648\u0628 (\u0641\u0642\u0637 \u062A\u0631\u062C\u0645\u0647)/\u0646\u0645\u0627\u06CC\u0634 \u0645\u062A\u0646 \u0627\u0635\u0644\u06CC \u0628\u0627 \u0686\u0646\u062F\u06CC\u0646 \u0627\u0646\u06AF\u0634\u062A \u0647\u0645\u0632\u0645\u0627\u0646 \u0635\u0641\u062D\u0647 \u0631\u0627 \u0644\u0645\u0633 \u06A9\u0646\u06CC\u062F",addUrlDescription:"\u0627\u06CC\u0646 \u0645\u06CC \u062A\u0648\u0627\u0646\u062F \u06CC\u06A9 \u0646\u0627\u0645 \u062F\u0627\u0645\u0646\u0647 \u0628\u0627\u0634\u062F \u0648 \u0627\u0632 \u062D\u0631\u0648\u0641 \u0639\u0627\u0645 \u067E\u0634\u062A\u06CC\u0628\u0627\u0646\u06CC \u0645\u06CC \u06A9\u0646\u062F\u060C \u0645\u0627\u0646\u0646\u062F\uFF1A*.google.com\u060C google.com/mail/*\u060C https://www.google.com/*",general:"\u062A\u0646\u0638\u06CC\u0645\u0627\u062A \u067E\u0627\u06CC\u0647",clickToExpandConfig:"\u06AF\u0633\u062A\u0631\u0634 \u067E\u06CC\u06A9\u0631\u0628\u0646\u062F\u06CC \u0641\u0639\u0644\u06CC",import:"\u4ECE\u6587\u4EF6\u5BFC\u5165\u914D\u7F6E",export:"\u0635\u0627\u062F\u0631\u0627\u062A \u0628\u0647 \u0641\u0627\u06CC\u0644",toggleDebug:"\u06AF\u0632\u0627\u0631\u0634 \u0647\u0627\u06CC \u0627\u0634\u06A9\u0627\u0644 \u0632\u062F\u0627\u06CC\u06CC \u0631\u0627 \u0631\u0648\u06CC \u06A9\u0646\u0633\u0648\u0644 \u0686\u0627\u067E \u06A9\u0646\u06CC\u062F","fingers.0":"\u0628\u0633\u062A\u0647","fingers.2":"\u0644\u0645\u0633 \u062F\u0648 \u0627\u0646\u06AF\u0634\u062A\u06CC","fingers.3":"\u0644\u0645\u0633 \u0633\u0647 \u0627\u0646\u06AF\u0634\u062A","fingers.4":"\u0644\u0645\u0633 \u0686\u0647\u0627\u0631 \u0627\u0646\u06AF\u0634\u062A","fingers.5":"\u0644\u0645\u0633 \u067E\u0646\u062C \u0627\u0646\u06AF\u0634\u062A",mouseHoldKey:"+ {key} \u0627\u06CC\u0646 \u067E\u0627\u0631\u0627\u06AF\u0631\u0627\u0641 \u0631\u0627 \u062A\u0631\u062C\u0645\u0647/\u0628\u0627\u0632\u06CC\u0627\u0628\u06CC \u06A9\u0646\u06CC\u062F",mouseHoldKeyAuto:"\u0627\u06CC\u0646 \u067E\u0627\u0631\u0627\u06AF\u0631\u0627\u0641 \u0631\u0627 \u0645\u0633\u062A\u0642\u06CC\u0645\u0627\u064B \u062A\u0631\u062C\u0645\u0647 \u06A9\u0646\u06CC\u062F",mouseHoldKeyOff:"\u0647\u06CC\u0686 \u06A9\u0627\u0631\u06CC \u0646\u06A9\u0646",mouseHoldKeyOther:"\u06A9\u0644\u06CC\u062F\u0647\u0627\u06CC \u0645\u06CC\u0627\u0646\u0628\u0631 \u0633\u0641\u0627\u0631\u0634\u06CC (\u062A\u0646\u0638\u06CC\u0645\u0627\u062A \u0628\u0627\u0632)",mouseHoldKeyCustomKey:"0 \u0627\u06CC\u0646 \u067E\u0627\u0631\u0627\u06AF\u0631\u0627\u0641 \u0631\u0627 {key} / \u0628\u0627\u0632\u06CC\u0627\u0628\u06CC \u06A9\u0646\u06CC\u062F",mouseHoverHoldKey:"\u0645\u0627\u0648\u0633 \u0631\u0627 \u0646\u06AF\u0647 \u062F\u0627\u0631\u06CC\u062F \u0648 \u06A9\u0644\u06CC\u062F \u0645\u06CC\u0627\u0646\u0628\u0631 \u0631\u0627 \u0641\u0634\u0627\u0631 \u062F\u0647\u06CC\u062F \u062A\u0627 \u067E\u0627\u0631\u0627\u06AF\u0631\u0627\u0641 \u062A\u0631\u062C\u0645\u0647 \u0634\u0648\u062F","mouse-translate":"MouseTranslateWhen",document:"\u0633\u0646\u062F",resetSuccess:"\u0647\u0645\u0647 \u062A\u0646\u0638\u06CC\u0645\u0627\u062A \u0628\u0627 \u0645\u0648\u0641\u0642\u06CC\u062A \u0628\u0627\u0632\u0646\u0634\u0627\u0646\u06CC \u0634\u062F",resetThisSuccess:"\u0628\u0627\u0632\u0646\u0634\u0627\u0646\u06CC \u0628\u0627 \u0645\u0648\u0641\u0642\u06CC\u062A \u0627\u0646\u062C\u0627\u0645 \u0634\u062F",saved:"\u0628\u0627 \u0645\u0648\u0641\u0642\u06CC\u062A \u0630\u062E\u06CC\u0631\u0647 \u0634\u062F",successImportConfig:"\u067E\u06CC\u06A9\u0631\u0628\u0646\u062F\u06CC \u0628\u0627 \u0645\u0648\u0641\u0642\u06CC\u062A \u0648\u0627\u0631\u062F \u0634\u062F",goAdvancedSettings:"\u0628\u0647 \u0635\u0641\u062D\u0647 \u062A\u0646\u0638\u06CC\u0645\u0627\u062A \u067E\u06CC\u0634\u0631\u0641\u062A\u0647 \u0628\u0631\u0648\u06CC\u062F",goAdvancedInterfaceSettings:"\u0628\u0647 \u0635\u0641\u062D\u0647 \u062A\u0646\u0638\u06CC\u0645\u0627\u062A \u0633\u0641\u0627\u0631\u0634\u06CC \u0633\u0627\u0632\u06CC \u067E\u06CC\u0634\u0631\u0641\u062A\u0647 \u0628\u0631\u0648\u06CC\u062F",advanced:"\u062A\u0646\u0638\u06CC\u0645\u0627\u062A \u067E\u06CC\u0634\u0631\u0641\u062A\u0647",advancedDescription:"\u0628\u0647 \u0637\u0648\u0631 \u06A9\u0644\u06CC\u060C \u0647\u06CC\u0686 \u062A\u0646\u0638\u06CC\u0645\u06CC \u0644\u0627\u0632\u0645 \u0646\u06CC\u0633\u062A\u060C \u0641\u0642\u0637 \u067E\u06CC\u0634 \u0641\u0631\u0636 \u0631\u0627 \u062D\u0641\u0638 \u06A9\u0646\u06CC\u062F. \u0641\u0642\u0637 \u0628\u0631\u0627\u06CC \u06A9\u0627\u0631\u0628\u0631\u0627\u0646 \u062D\u0631\u0641\u0647 \u0627\u06CC \u062A\u0631\u060C \u062A\u0646\u0638\u06CC\u0645\u0627\u062A \u0634\u062E\u0635\u06CC \u062A\u0631 \u0627\u0631\u0627\u0626\u0647 \u0634\u062F\u0647 \u0627\u0633\u062A.",developer:"\u062A\u0646\u0638\u06CC\u0645\u0627\u062A \u0628\u0631\u0646\u0627\u0645\u0647 \u0646\u0648\u06CC\u0633",donateCafe:"\u8BF7\u5F00\u53D1\u8005\u559D\u676F\u5496\u5561","translate to the bottom of the page":"\u6253\u5F00\u7F51\u9875\u540E\uFF0C\u662F\u5426\u7ACB\u5373\u7FFB\u8BD1\u5230\u9875\u9762\u5E95\u90E8\uFF1F",feedback:"\u0628\u0627\u0632\u062E\u0648\u0631\u062F",toggleTranslatePage:"\u062A\u0631\u062C\u0645\u0647 \u0635\u0641\u062D\u0647 \u0648\u0628/\u0646\u0645\u0627\u06CC\u0634 \u0645\u062A\u0646 \u0627\u0635\u0644\u06CC",translateToThePageEndImmediatelyDescription:"\u5F00\u542F\u540E\uFF0C\u5C06\u4F1A\u7ACB\u5373\u7FFB\u8BD1\u7F51\u9875\u4ECE\u9876\u90E8\u5230\u5E95\u90E8\u7684\u5185\u5BB9\uFF0C\u800C\u4E0D\u662F\u8FB9\u770B\u8FB9\u8BD1\u3002\uFF08\u4E0D\u63A8\u8350\u5F00\u542F\uFF09","translate all areas of the page":"\u0622\u06CC\u0627 \u0628\u0631\u0627\u06CC \u062A\u0631\u062C\u0645\u0647 \u0647\u0645\u0647 \u0642\u0633\u0645\u062A \u0647\u0627\u06CC \u0635\u0641\u062D\u0647 \u0648\u0628",translationAreaDescription:"\u5F00\u542F\u540E\uFF0C\u6574\u4E2A\u7F51\u9875\u7684\u533A\u57DF\u90FD\u4F1A\u88AB\u7FFB\u8BD1\uFF0C\u800C\u4E0D\u662F\u9ED8\u8BA4\u7684\u667A\u80FD\u8BC6\u522B\u4E3B\u8981\u533A\u57DF\u53BB\u7FFB\u8BD1\uFF08\u4E0D\u63A8\u8350\u5F00\u542F\uFF09","the number of characters to be translated first":"\u524D\u591A\u5C11\u4E2A\u5B57\u7B26\u65E0\u9700\u7B49\u5F85\u6EDA\u52A8\u5230\u53EF\u89C6\u533A\u57DF\uFF0C\u76F4\u63A5\u7FFB\u8BD1\uFF1F","interface language":"\u0632\u0628\u0627\u0646 \u0631\u0627\u0628\u0637","display both the original text and the translation":"\u0646\u0645\u0627\u06CC\u0634 \u0645\u062A\u0646 \u0627\u0635\u0644\u06CC \u0648 \u062A\u0631\u062C\u0645\u0647 \u0628\u0647 \u0637\u0648\u0631 \u0647\u0645\u0632\u0645\u0627\u0646","keyboard shortcuts":"\u0645\u06CC\u0627\u0646\u0628\u0631\u0647\u0627\u06CC \u0635\u0641\u062D\u0647 \u06A9\u0644\u06CC\u062F",modify:"\u06A9\u0644\u06CC\u062F\u0647\u0627\u06CC \u0645\u06CC\u0627\u0646\u0628\u0631 \u0631\u0627 \u062A\u063A\u06CC\u06CC\u0631 \u062F\u0647\u06CC\u062F",reset:"\u062A\u0646\u0638\u06CC\u0645 \u0645\u062C\u062F\u062F",close:"\u0628\u0633\u062A\u0647",homepage:"\u0635\u0641\u062D\u0647 \u0646\u062E\u0633\u062A",more:"\u0628\u06CC\u0634\u062A\u0631",moreOptions:"\u06AF\u0632\u06CC\u0646\u0647 \u0647\u0627\u06CC \u0633\u0641\u0627\u0631\u0634\u06CC \u0633\u0627\u0632\u06CC \u0628\u06CC\u0634\u062A\u0631\u06CC \u0631\u0627 \u06AF\u0633\u062A\u0631\u0634 \u062F\u0647\u06CC\u062F",translateTheWholePage:"\u062A\u0631\u062C\u0645\u0647 \u062A\u0645\u0627\u0645 \u0642\u0633\u0645\u062A\u200C\u0647\u0627\u06CC \u0635\u0641\u062D\u0647 (\u0645\u062A\u0641\u0627\u0648\u062A \u0627\u0632 \u0642\u0633\u0645\u062A\u200C\u0647\u0627\u06CC \u0627\u0635\u0644\u06CC \u062A\u0634\u062E\u06CC\u0635 \u0647\u0648\u0634\u0645\u0646\u062F)",changeToTranslateTheWholePage:"\u5207\u6362\u4E3A\u7FFB\u8BD1\u9875\u9762\u6240\u6709\u533A\u57DF",changeToTranslateTheMainPage:"\u5207\u6362\u4E3A\u667A\u80FD\u7FFB\u8BD1\u4E3B\u8981\u533A\u57DF",changeToOnlyTranslationMode:"\u0628\u0647 \u0646\u0645\u0627\u06CC\u0634 \u0641\u0642\u0637 \u062A\u0631\u062C\u0645\u0647 \u0647\u0627 \u0628\u0631\u0648\u06CC\u062F",changeToDualTranslationMode:"\u0628\u0647 \u062A\u0631\u062C\u0645\u0647 \u062F\u0648 \u0632\u0628\u0627\u0646\u0647 \u0628\u0631\u0648\u06CC\u062F",translateToThePageEndImmediately:"\u7ACB\u5373\u7FFB\u8BD1\u5230\u9875\u9762\u5E95\u90E8\uFF08\u533A\u522B\u4E8E\u6EDA\u52A8\u7FFB\u8BD1\uFF09",translateTheMainPage:"\u0632\u0645\u06CC\u0646\u0647 \u0647\u0627\u06CC \u0627\u0635\u0644\u06CC \u062A\u0631\u062C\u0645\u0647 \u0647\u0648\u0634\u0645\u0646\u062F","The local rules are up to date":"\u0642\u0648\u0627\u0646\u06CC\u0646 \u0633\u0627\u0632\u06AF\u0627\u0631\u06CC \u0645\u062D\u0644\u06CC \u0628\u0647 \u0631\u0648\u0632 \u0647\u0633\u062A\u0646\u062F:","Successfully synchronized with the latest official rules:":"\u0622\u062E\u0631\u06CC\u0646 \u0642\u0648\u0627\u0646\u06CC\u0646 \u0627\u0646\u0637\u0628\u0627\u0642 \u0631\u0633\u0645\u06CC \u0628\u0627 \u0645\u0648\u0641\u0642\u06CC\u062A \u0647\u0645\u06AF\u0627\u0645 \u0633\u0627\u0632\u06CC \u0634\u062F:","Checking for updates":"\u0628\u0631\u0631\u0633\u06CC \u0628\u0647 \u0631\u0648\u0632 \u0631\u0633\u0627\u0646\u06CC","Rules are being synchronized":"\u0647\u0645\u06AF\u0627\u0645 \u0633\u0627\u0632\u06CC \u0642\u0648\u0627\u0646\u06CC\u0646 \u0633\u0627\u0632\u06AF\u0627\u0631\u06CC",localVersionIsTooOld:"\u672C\u5730\u6269\u5C55\u7248\u672C\u8FC7\u65E7\uFF0C\u8BF7\u5347\u7EA7\u6269\u5C55\u5230 {minVersion} \u6216\u4E4B\u540E\u7684\u7248\u672C\u518D\u5C1D\u8BD5\u540C\u6B65",badUserscriptBrowser:"\u8BE5\u6D4F\u89C8\u5668\u672A\u6B63\u786E\u5B9E\u73B0\u6CB9\u7334\u7684\u63A5\u53E3\uFF0C\u8BF7\u4F7F\u7528\u5176\u4ED6<1>\u652F\u6301\u6CB9\u7334\u7684\u6D4F\u89C8\u5668\u5982(Firefox Nightly \u7248\u672C)",foundNewVersion:"\u0646\u0633\u062E\u0647 \u062C\u062F\u06CC\u062F \u067E\u06CC\u062F\u0627 \u0634\u062F",theLocalExtensionIsUpToUpdate:"\u0627\u0641\u0632\u0648\u0646\u0647 \u0641\u0639\u0644\u06CC \u0622\u062E\u0631\u06CC\u0646 \u0646\u0633\u062E\u0647 \u0627\u0633\u062A.",failToSyncRules:"\u0647\u0645\u06AF\u0627\u0645 \u0633\u0627\u0632\u06CC \u0622\u062E\u0631\u06CC\u0646 \u0642\u0648\u0627\u0646\u06CC\u0646 \u0627\u0646\u0637\u0628\u0627\u0642 \u0627\u0646\u062C\u0627\u0645 \u0646\u0634\u062F",retry:"\u062C\u0647\u062A \u062A\u0644\u0627\u0634 \u062F\u0648\u0628\u0627\u0631\u0647 \u0627\u06CC\u0646\u062C\u0627 \u06A9\u0644\u06CC\u06A9 \u06A9\u0646\u06CC\u062F",failedReason:"\u062F\u0644\u06CC\u0644 \u0634\u06A9\u0633\u062A",currentRuleVersion:"\u0646\u0633\u062E\u0647 \u0642\u0627\u0646\u0648\u0646 \u0641\u0639\u0644\u06CC",calculating:"\u062F\u0631 \u062D\u0627\u0644 \u0645\u062D\u0627\u0633\u0628\u0647",unknownError:"\u0627\u0634\u062A\u0628\u0627\u0647 \u0646\u0627\u0634\u0646\u0627\u062E\u062A\u0647",canNotFetchRemoteRule:"\u0646\u0645\u06CC \u062A\u0648\u0627\u0646 \u0642\u0648\u0627\u0646\u06CC\u0646 \u0631\u0627\u0647 \u062F\u0648\u0631 \u0631\u0627 \u062F\u0631\u06CC\u0627\u0641\u062A \u06A9\u0631\u062F",enableAlphaSuccess:"\u062A\u0627\u0628\u0639 \u0622\u0644\u0641\u0627 \u0631\u0648\u0634\u0646 \u0634\u062F",disableAlphaSuccess:"\u0648\u06CC\u0698\u06AF\u06CC \u0622\u0644\u0641\u0627 \u062E\u0627\u0645\u0648\u0634 \u0634\u062F",cacheSize:"\u0627\u0646\u062F\u0627\u0632\u0647 \u06A9\u0634\uFF1A",cleaning:"\u062A\u0645\u06CC\u0632 \u06A9\u0631\u062F\u0646",cleanCache:"\u067E\u0627\u06A9 \u06A9\u0631\u062F\u0646 \u062D\u0627\u0641\u0638\u0647 \u067E\u0646\u0647\u0627\u0646",options:"\u0628\u0631\u067E\u0627\u06CC\u06CC",about:"\u062F\u0631 \u0628\u0627\u0631\u0647",service:"\u062E\u062F\u0645\u0627\u062A \u062A\u0631\u062C\u0645\u0647",needAction:"(\u0628\u0647 \u062A\u0646\u0638\u06CC\u0645\u0627\u062A \u0628\u0631\u0648\u06CC\u062F)",goSettings:"\u0628\u0647 \u062A\u0646\u0638\u06CC\u0645\u0627\u062A \u0628\u0631\u0648\u06CC\u062F",needActionForOptions:"(\u0646\u06CC\u0627\u0632 \u0628\u0647 \u062A\u0646\u0638\u06CC\u0645)",translationEngine:"\u06AF\u0632\u06CC\u0646\u0647 \u0647\u0627\u06CC \u0645\u0648\u062A\u0648\u0631",sourceLanguage:"\u0632\u0628\u0627\u0646 \u0627\u0635\u0644\u06CC",target:"\u0632\u0628\u0627\u0646 \u0645\u0642\u0635\u062F",popupSourceLanguage:"\u0632\u0628\u0627\u0646 \u0627\u0635\u0644\u06CC",popupTarget:"\u0632\u0628\u0627\u0646 \u0645\u0642\u0635\u062F",popupService:"\u062E\u062F\u0645\u0627\u062A \u062A\u0631\u062C\u0645\u0647",forThisSite:"\u0648\u0628 \u0633\u0627\u06CC\u062A \u0641\u0639\u0644\u06CC",autoEnableSubtitle:"\u0632\u06CC\u0631\u0646\u0648\u06CC\u0633\u200C\u0647\u0627\u06CC \u062F\u0648\u0632\u0628\u0627\u0646\u0647 \u0631\u0627 \u0628\u0647\u200C\u0637\u0648\u0631 \u062E\u0648\u062F\u06A9\u0627\u0631 \u0631\u0648\u0634\u0646 \u06A9\u0646\u06CC\u062F",alwaysTranslateSomeLanguage:"\u603B\u662F\u7FFB\u8BD1{language}",neverTranslateSomeLanguage:"\u6C38\u4E0D\u7FFB\u8BD1{language}",alwaysTranslateSomeSite:"\u0647\u0645\u06CC\u0634\u0647 {hostname}\u0631\u0627 \u062A\u0631\u062C\u0645\u0647 \u06A9\u0646\u06CC\u062F",neverTranslateSomeSite:"\u0647\u0631\u06AF\u0632 {hostname}\u0631\u0627 \u062A\u0631\u062C\u0645\u0647 \u0646\u06A9\u0646\u06CC\u062F",alwaysTranslateSomeSiteOrWildSite:"\u0647\u0645\u06CC\u0634\u0647 \u0627\u06CC\u0646 \u0633\u0627\u06CC\u062A \u0631\u0627 \u062A\u0631\u062C\u0645\u0647 \u06A9\u0646\u06CC\u062F",alwaysTranslateSomePage:"\u0647\u0645\u06CC\u0634\u0647 \u0627\u06CC\u0646 \u0635\u0641\u062D\u0647 \u0631\u0627 \u062A\u0631\u062C\u0645\u0647 \u06A9\u0646\u06CC\u062F",add:"\u0627\u0636\u0627\u0641\u0647 \u06A9\u0631\u062F\u0646 \u0628\u0647",default:"\u067E\u06CC\u0634 \u0641\u0631\u0636",forThisLanguage:"\u0628\u0631\u0627\u06CC \u0627\u06CC\u0646 \u0632\u0628\u0627\u0646\uFF1A","add url":"\u0622\u062F\u0631\u0633 \u0627\u06CC\u0646\u062A\u0631\u0646\u062A\u06CC \u0631\u0627 \u0648\u0627\u0631\u062F \u06A9\u0646\u06CC\u062F",edit:"\u0648\u06CC\u0631\u0627\u06CC\u0634 \u06A9\u0646\u06CC\u062F","translate other languages into specific language":"\u0632\u0628\u0627\u0646 \u0647\u0627\u06CC \u062F\u06CC\u06AF\u0631 \u0631\u0627 \u0628\u0647 \u0632\u0628\u0627\u0646\u06CC \u06A9\u0647 \u062A\u0646\u0638\u06CC\u0645 \u06A9\u0631\u062F\u0647 \u0627\u06CC\u062F \u062A\u0631\u062C\u0645\u0647 \u06A9\u0646\u06CC\u062F","select translation service":"\u062E\u062F\u0645\u0627\u062A \u062A\u0631\u062C\u0645\u0647 \u0631\u0627 \u0627\u0646\u062A\u062E\u0627\u0628 \u06A9\u0646\u06CC\u062F",language:"\u0632\u0628\u0627\u0646","show-original":"\u0646\u0645\u0627\u06CC\u0634 \u0645\u062A\u0646 \u0627\u0635\u0644\u06CC",translate:"\u062A\u0631\u062C\u0645\u0647 \u06A9\u0631\u062F\u0646",Translated:"\u062A\u0631\u062C\u0645\u0647 \u0634\u062F\u0647",Translating:"\u062F\u0631 \u062D\u0627\u0644 \u062A\u0631\u062C\u0645\u0647",Error:"\u0627\u0634\u062A\u0628\u0627\u0647",allowCacheTranslations:"\u0641\u0639\u0627\u0644 \u06A9\u0631\u062F\u0646 \u062D\u0627\u0641\u0638\u0647 \u067E\u0646\u0647\u0627\u0646 \u062A\u0631\u062C\u0645\u0647 \u0645\u062D\u0644\u06CC (\u0628\u0631\u0627\u06CC \u06A9\u0627\u0647\u0634 \u062F\u0631\u062E\u0648\u0627\u0633\u062A \u0647\u0627\u06CC \u062A\u0631\u062C\u0645\u0647 \u0628\u0631\u0627\u06CC \u067E\u0627\u0631\u0627\u06AF\u0631\u0627\u0641 \u0647\u0627\u06CC \u062A\u06A9\u0631\u0627\u0631\u06CC)","translation display":"\u0633\u0628\u06A9 \u0646\u0645\u0627\u06CC\u0634 \u062A\u0631\u062C\u0645\u0647","select diplay style":"\u0633\u0628\u06A9 \u062A\u0631\u062C\u0645\u0647 \u0631\u0627 \u0645\u062A\u0645\u0627\u06CC\u0632 \u06A9\u0646\u06CC\u062F. \u0644\u0637\u0641\u0627\u064B \u0628\u0631\u0627\u06CC \u062C\u0632\u0626\u06CC\u0627\u062A \u0628\u06CC\u0634\u062A\u0631 \u0628\u0647 \u0645\u062B\u0627\u0644 \u0647\u0627\u06CC \u0632\u06CC\u0631 \u0645\u0631\u0627\u062C\u0639\u0647 \u06A9\u0646\u06CC\u062F:",interface:"\u062A\u0646\u0638\u06CC\u0645\u0627\u062A \u0631\u0627\u0628\u0637",import_export:"\u0648\u0627\u0631\u062F\u0627\u062A \u0648 \u0635\u0627\u062F\u0631\u0627\u062A",import_export_title:"\u067E\u06CC\u06A9\u0631\u0628\u0646\u062F\u06CC \u0648\u0627\u0631\u062F\u0627\u062A/\u0635\u0627\u062F\u0631\u0627\u062A",syncToGoogleDrive:"\u0627\u06A9\u0646\u0648\u0646 \u0628\u0627 Google Drive \u0647\u0645\u06AF\u0627\u0645 \u0633\u0627\u0632\u06CC \u06A9\u0646\u06CC\u062F",floatBallOptions:"\u062A\u0646\u0638\u06CC\u0645\u0627\u062A \u062A\u0648\u067E \u0645\u0639\u0644\u0642","floatBallOptions.enable":"\u062A\u0648\u067E \u0634\u0646\u0627\u0648\u0631 \u0631\u0627 \u0641\u0639\u0627\u0644 \u06A9\u0646\u06CC\u062F","floatBallOptions.blockUrls":"\u0648\u0628 \u0633\u0627\u06CC\u062A \u0631\u0627 \u063A\u06CC\u0631 \u0641\u0639\u0627\u0644 \u06A9\u0646\u06CC\u062F","floatBallOptions.add":"\u0627\u0636\u0627\u0641\u0647 \u06A9\u0631\u062F\u0646 \u0628\u0647","floatBallOptions.blockUrlDesc":"\u062A\u0648\u067E \u0634\u0646\u0627\u0648\u0631 \u0647\u0646\u06AF\u0627\u0645 \u0628\u0631\u062E\u0648\u0631\u062F \u0628\u0627 \u0648\u0628 \u0633\u0627\u06CC\u062A \u0647\u0627\u06CC \u0632\u06CC\u0631 \u0646\u0645\u0627\u06CC\u0634 \u062F\u0627\u062F\u0647 \u0646\u0645\u06CC \u0634\u0648\u062F","floatBallOptions.clickType":"\u0631\u0641\u062A\u0627\u0631 \u06A9\u0644\u06CC\u06A9\u06CC","floatBallOptions.clickTypeDesc":"\u0631\u0641\u062A\u0627\u0631 \u0646\u0645\u0627\u062F \u062A\u0648\u067E \u0634\u0646\u0627\u0648\u0631 \u0647\u0646\u06AF\u0627\u0645 \u06A9\u0644\u06CC\u06A9 \u06A9\u0631\u062F\u0646","floatBallOptions.clickPopup":"\u0646\u0645\u0627\u06CC\u0634 \u067E\u0627\u0646\u0644 \u062A\u0631\u062C\u0645\u0647","floatBallOptions.clickTranslate":"\u062A\u0631\u062C\u0645\u0647/\u0646\u0645\u0627\u06CC\u0634 \u0645\u062A\u0646 \u0627\u0635\u0644\u06CC","floatBallOptions.fixedPosition":"\u56FA\u5B9A\u4F4D\u7F6E","floatBallOptions.fixedPositionDesc":"\u60AC\u6D6E\u7403\u5728\u7A97\u53E3\u5DE6\u4FA7\u8FD8\u662F\u53F3\u4FA7","floatBallOptions.fixedPositionLeft":"\u5DE6\u4FA7","floatBallOptions.fixedPositionRight":"\u53F3\u4FA7",previewAllThemes:"\u067E\u06CC\u0634 \u0646\u0645\u0627\u06CC\u0634 \u0647\u0645\u0647 \u0633\u0628\u06A9 \u0647\u0627","translationTheme.none":"\u0647\u06CC\u0686 \u06CC\u06A9","translationTheme.grey":"\u062E\u0627\u06A9\u0633\u062A\u0631\u06CC \u062A\u06CC\u0631\u0647","translationTheme.dashed":"\u0632\u06CC\u0631 \u062E\u0637 \u0686\u06CC\u0646","translationTheme.dotted":"\u0632\u06CC\u0631 \u062E\u0637 \u0646\u0642\u0637\u0647 \u062F\u0627\u0631","translationTheme.dashedBorder":"\u0645\u0631\u0632 \u0634\u06A9\u0633\u062A\u0647","translationTheme.solidBorder":"\u0645\u0631\u0632 \u062C\u0627\u0645\u062F","translationTheme.underline":"\u0632\u06CC\u0631 \u062E\u0637 \u0645\u0633\u062A\u0642\u06CC\u0645","translationTheme.mask":"\u062C\u0644\u0648\u0647 \u062A\u0627\u0631\u06CC (\u062D\u0627\u0644\u062A \u06CC\u0627\u062F\u06AF\u06CC\u0631\u06CC)","translationTheme.opacity":"\u0627\u062B\u0631 \u0634\u0641\u0627\u0641\u06CC\u062A","translationTheme.paper":"\u0627\u0641\u06A9\u062A \u0633\u0627\u06CC\u0647 \u06A9\u0627\u063A\u0630 \u0633\u0641\u06CC\u062F","translationTheme.dividingLine":"\u062E\u0637 \u062A\u0642\u0633\u06CC\u0645","translationTheme.highlight":"\u0628\u0631\u062C\u0633\u062A\u0647","translationTheme.marker":"\u0646\u0634\u0627\u0646\u06AF\u0631","translationTheme.marker2":"\u0646\u0634\u0627\u0646\u06AF\u0631 2","translationTheme.blockquote":"\u0633\u0628\u06A9 \u0645\u0631\u062C\u0639","translationTheme.weakening":"\u062A\u0636\u0639\u06CC\u0641 \u0634\u0648\u062F","translationTheme.italic":"\u0645\u0648\u0631\u0628","translationTheme.bold":"\u067E\u0631\u0631\u0646\u06AF","translationTheme.thinDashed":"\u0632\u06CC\u0631 \u062E\u0637 \u0686\u06CC\u0646 \u0646\u0627\u0632\u06A9","translationTheme.nativeDashed":"\u0627\u06CC\u0646 \u0633\u06CC\u0633\u062A\u0645 \u062F\u0627\u0631\u0627\u06CC \u062E\u0637 \u0632\u06CC\u0631 \u0646\u0642\u0637\u0647\u200C\u062F\u0627\u0631 \u0627\u0633\u062A","translationTheme.nativeDotted":"\u0627\u06CC\u0646 \u0633\u06CC\u0633\u062A\u0645 \u062F\u0627\u0631\u0627\u06CC \u062E\u0637 \u0632\u06CC\u0631 \u0646\u0642\u0637\u0647\u200C\u062F\u0627\u0631 \u0627\u0633\u062A","translationTheme.nativeUnderline":"\u0627\u06CC\u0646 \u0633\u06CC\u0633\u062A\u0645 \u062F\u0627\u0631\u0627\u06CC \u062E\u0637 \u0645\u0633\u062A\u0642\u06CC\u0645 \u0627\u0633\u062A","translationTheme.wavy":"\u062E\u0637\u0648\u0637 \u0645\u0648\u0627\u062C","translationServices.custom":"API \u0633\u0641\u0627\u0631\u0634\u06CC","translationServices.tencent":"\u0645\u062A\u0631\u062C\u0645 \u062A\u0646\u0633\u0646\u062A","translationServices.tenAlpha":"\u0645\u062A\u0631\u062C\u0645 \u062A\u0646\u0633\u0646\u062A (\u0622\u0644\u0641\u0627)","translationServices.google":"\u0645\u062A\u0631\u062C\u0645 \u06AF\u0648\u06AF\u0644","translationServices.bai":"\u0628\u0627\u06CC\u062F\u0648 (\u0622\u0644\u0641\u0627)","translationServices.baidu":"\u0645\u062A\u0631\u062C\u0645 \u0628\u0627\u06CC\u062F\u0648","translationServices.aliyun":"\u062A\u0631\u062C\u0645\u0647 \u0627\u0628\u0631\u06CC \u0639\u0644\u06CC \u0628\u0627\u0628\u0627","translationServices.volc":"\u062A\u0631\u062C\u0645\u0647 \u0622\u062A\u0634\u0641\u0634\u0627\u0646","translationServices.deeplx":"DeepLX(Alpha)","translationServices.bing":"\u5FC5\u5E94\u7FFB\u8BD1","translationServices.deepl":"DeepL","translationServices.wechat":"\u062A\u0631\u062C\u0645\u0647 \u0648\u06CC \u0686\u062A","translationServices.azure":"\u5FAE\u8F6F\u7FFB\u8BD1","translationServices.ibm":"\u0622\u06CC \u0628\u06CC \u0627\u0645 \u0648\u0627\u062A\u0633\u0648\u0646","translationServices.aws":"\u062A\u0631\u062C\u0645\u0647 \u0622\u0645\u0627\u0632\u0648\u0646","translationServices.mock":"\u6A21\u62DF\u7FFB\u8BD11","translationServices.mock2":"\u062A\u0631\u062C\u0645\u0647 \u0634\u0628\u06CC\u0647 \u0633\u0627\u0632\u06CC \u0634\u062F\u0647 2","translationServices.caiyun":"\u06A9\u0627\u06CC\u0648\u0646 \u0634\u06CC\u0627\u0626\u0648\u06CC","translationServices.cai":"\u5F69\u4E91\u5C0F\u8BD1","translationServices.volcAlpha":"\u706B\u5C71\u7FFB\u8BD1(Alpha)","translationServices.openl":"OpenL","translationServices.youdao":"\u062A\u0631\u062C\u0645\u0647 \u06CC\u0648\u062F\u0627\u0626\u0648","translationServices.you":"\u062A\u0631\u062C\u0645\u0647 \u06CC\u0648\u062F\u0627\u0626\u0648 (\u0622\u0644\u0641\u0627)","translationServices.transmart":"\u062A\u0631\u062C\u0645\u0647 \u062A\u0639\u0627\u0645\u0644\u06CC Tencent","translationServices.niu":"\u062A\u0631\u062C\u0645\u0647 \u0645\u0627\u0648\u0631\u06CC\u06A9\u0633","translationServices.papago":"Papago\u7FFB\u8BD1","translationServices.d":"Deepl(Alpha)","translationServices.dpro":"\u062F\u06CC \u067E\u0631\u0648 (\u0642\u0646\u0627\u0631\u06CC)","translationServices.openai":"OpenAI","translationServices.yandex":"Yandex","translationServices.chatgpt":"ChatGPT Web (\u0645\u0648\u0628\u0627\u06CC\u0644 3.5)","translate title":"\u0639\u0646\u0648\u0627\u0646 \u0635\u0641\u062D\u0647 \u0631\u0627 \u062A\u0631\u062C\u0645\u0647 \u06A9\u0646\u06CC\u062F","always languages":"\u0647\u0645\u06CC\u0634\u0647 \u0632\u0628\u0627\u0646 \u062A\u0631\u062C\u0645\u0647 \u0634\u062F\u0647",neverTranslateLanguagesLabel:"\u0632\u0628\u0627\u0646 \u0647\u0627\u06CC\u06CC \u06A9\u0647 \u0647\u0631\u06AF\u0632 \u062A\u0631\u062C\u0645\u0647 \u0646\u0645\u06CC \u0634\u0648\u0646\u062F",neverTranslateTheFollowingLanguagesDescription:"\u5F53\u9875\u9762\u4E2D\u67D0\u4E00\u6BB5\u843D\u7684\u8BED\u8A00\u4E3A\u4E0B\u5217\u8BED\u8A00\u65F6\uFF0C\u4F1A\u81EA\u52A8\u8DF3\u8FC7\u7FFB\u8BD1\u8BE5\u6BB5\u843D",enableUserscriptPagePopup:"\u603B\u662F\u5728\u9875\u9762\u4E0A\u5C55\u793A Popup \u6D6E\u7A97",enableUserscriptPagePopupDescription:"\u5173\u95ED\u6D6E\u7A97\u540E\uFF0C\u53EF\u4EE5\u7528\u5FEB\u6377\u952E/{touch}\u5524\u8D77\u3002\u4E3A\u9632\u6B62\u4E0D\u614E\u5173\u95ED\u8BE5\u9009\u9879\u540E\u627E\u4E0D\u5230\u6D6E\u7A97\uFF0C\u5F3A\u70C8\u5EFA\u8BAE\u6536\u85CF\u672C\u8BBE\u7F6E\u9875","always translate the following languages":"\u0647\u0646\u06AF\u0627\u0645\u06CC \u06A9\u0647 \u0632\u0628\u0627\u0646 \u0635\u0641\u062D\u0647 \u0628\u0647 \u0632\u0628\u0627\u0646 \u0647\u0627\u06CC \u0632\u06CC\u0631 \u0628\u0627\u0634\u062F\u060C \u0628\u0647 \u0637\u0648\u0631 \u062E\u0648\u062F\u06A9\u0627\u0631 \u0628\u0647 \u0632\u0628\u0627\u0646 \u0645\u0642\u0635\u062F \u062A\u0631\u062C\u0645\u0647 \u0645\u06CC \u0634\u0648\u062F","always sites":"URL \u0647\u0627\u06CC \u0647\u0645\u06CC\u0634\u0647 \u062A\u0631\u062C\u0645\u0647 \u0634\u062F\u0647","always translate the following sites":"\u0647\u0646\u06AF\u0627\u0645\u06CC \u06A9\u0647 \u0648\u0628 \u0633\u0627\u06CC\u062A \u0628\u0627 \u0646\u0627\u0645 \u062F\u0627\u0645\u0646\u0647 \u0632\u06CC\u0631 \u0628\u0627\u0634\u062F\u060C \u0628\u0647 \u0637\u0648\u0631 \u062E\u0648\u062F\u06A9\u0627\u0631 \u0628\u0647 \u0632\u0628\u0627\u0646 \u0645\u0642\u0635\u062F \u062A\u0631\u062C\u0645\u0647 \u0645\u06CC \u0634\u0648\u062F","never sites":"URL \u0647\u0627\u06CC\u06CC \u06A9\u0647 \u0647\u0631\u06AF\u0632 \u062A\u0631\u062C\u0645\u0647 \u0646\u0645\u06CC \u0634\u0648\u0646\u062F","never translate the following sites":"\u0647\u0646\u06AF\u0627\u0645\u06CC \u06A9\u0647 \u0648\u0628 \u0633\u0627\u06CC\u062A \u062F\u0627\u0631\u0627\u06CC \u0646\u0627\u0645 \u062F\u0627\u0645\u0646\u0647 \u0632\u06CC\u0631 \u0628\u0627\u0634\u062F\u060C \u062A\u0631\u062C\u0645\u0647 \u0627\u0646\u062C\u0627\u0645 \u0646\u062E\u0648\u0627\u0647\u062F \u0634\u062F","please refer to":"\u0642\u0628\u0644 \u0627\u0632 \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u0628\u0627\u06CC\u062F \u06A9\u0644\u06CC\u062F \u0631\u0627 \u067E\u0631 \u06A9\u0646\u06CC\u062F. \u0628\u0631\u0627\u06CC \u062C\u0632\u0626\u06CC\u0627\u062A \u0644\u0637\u0641\u0627\u064B \u0628\u0647",KeyAndConfigurationTutorial:'"\u0622\u0645\u0648\u0632\u0634 \u0628\u0631\u0646\u0627\u0645\u0647 \u06A9\u0627\u0631\u0628\u0631\u062F\u06CC \u0648 \u067E\u06CC\u06A9\u0631\u0628\u0646\u062F\u06CC \u06A9\u0644\u06CC\u062F"',useAboveStyleForTheseSites:"\u603B\u662F\u4F7F\u7528 {theme} \u8BD1\u6587\u6837\u5F0F\u7684\u7F51\u7AD9",currentUrl:"URL \u0641\u0639\u0644\u06CC",confirm:"\u0635\u0631\u0641\u0647 \u062C\u0648\u06CC\u06CC",cancel:"\u0644\u063A\u0648 \u06A9\u0646\u06CC\u062F",delete:"\u062D\u0630\u0641","languages.auto":"\u062A\u0634\u062E\u06CC\u0635 \u062E\u0648\u062F\u06A9\u0627\u0631",syncToCloud:"\u540C\u6B65\u5230\u4E91\u7AEF",syncToCloudDescription:"\u5F00\u542F\u540E\u53EF\u4EE5\u5728\u4E0D\u540C\u7684\u6D4F\u89C8\u5668/\u6CB9\u7334\u811A\u672C\u4E4B\u95F4\u540C\u6B65\u914D\u7F6E,\u4EE5\u6700\u540E\u4FEE\u6539\u65F6\u95F4\u4E3A\u51C6\u3002",syncToAccount:"\u0647\u0645\u06AF\u0627\u0645 \u0633\u0627\u0632\u06CC \u0628\u0627 Immersive Translation Cloud",syncToAccountButton:"\u0641\u0648\u0631\u0627\u064B \u0628\u0627 \u0627\u0628\u0631 \u0647\u0645\u06AF\u0627\u0645 \u0633\u0627\u0632\u06CC \u06A9\u0646\u06CC\u062F",syncToAccountDescription:"\u0628\u0647 \u0637\u0648\u0631 \u062E\u0648\u062F\u06A9\u0627\u0631 \u067E\u06CC\u06A9\u0631\u0628\u0646\u062F\u06CC \u0647\u0627 \u0631\u0627 \u0628\u06CC\u0646 \u062F\u0633\u062A\u06AF\u0627\u0647 \u0647\u0627\u06CC \u0645\u062E\u062A\u0644\u0641 \u0628\u0631 \u0627\u0633\u0627\u0633 \u0622\u062E\u0631\u06CC\u0646 \u0632\u0645\u0627\u0646 \u062A\u063A\u06CC\u06CC\u0631 \u0647\u0645\u06AF\u0627\u0645 \u0633\u0627\u0632\u06CC \u06A9\u0646\u06CC\u062F.",successSyncConfigInAccount:"\u0628\u0627 \u0645\u0648\u0641\u0642\u06CC\u062A \u0628\u0627 \u0627\u0628\u0631 \u0647\u0645\u06AF\u0627\u0645 \u0628\u0645\u0627\u0646\u06CC\u062F",successSyncConfigToAccount:"\u0628\u0627 \u0645\u0648\u0641\u0642\u06CC\u062A \u0628\u0627 \u0627\u0628\u0631 \u0647\u0645\u06AF\u0627\u0645\u200C\u0633\u0627\u0632\u06CC \u0634\u062F",syncConfigNoUpdate:"\u062F\u0631 \u062D\u0627\u0644 \u062D\u0627\u0636\u0631 \u062C\u062F\u06CC\u062F\u062A\u0631\u06CC\u0646",authFail:"\u0645\u062C\u0648\u0632 \u0627\u0646\u062C\u0627\u0645 \u0646\u0634\u062F",syncTitle:"\u0645\u062F\u06CC\u0631\u06CC\u062A \u067E\u0634\u062A\u06CC\u0628\u0627\u0646 \u06AF\u06CC\u0631\u06CC \u062F\u0633\u062A\u06CC",import_hint:"\u0648\u0627\u0631\u062F \u0643\u0631\u062F\u0646",upload:"\u0628\u0627\u0631\u06AF\u0630\u0627\u0631\u06CC",revokeAuth:"\u0644\u063A\u0648 \u0645\u062C\u0648\u0632",uploadFail:"\u0622\u067E\u0644\u0648\u062F \u0627\u0646\u062C\u0627\u0645 \u0646\u0634\u062F",download:"\u062F\u0627\u0646\u0644\u0648\u062F",importSuccess:"\u0648\u0627\u0631\u062F\u0627\u062A \u0628\u0627 \u0645\u0648\u0641\u0642\u06CC\u062A \u0627\u0646\u062C\u0627\u0645 \u0634\u062F",importFail:"\u0648\u0627\u0631\u062F\u0627\u062A \u0627\u0646\u062C\u0627\u0645 \u0646\u0634\u062F",deleteFail:"\u062D\u0630\u0641 \u0646\u0634\u062F",backupToCloud:"\u0641\u0627\u06CC\u0644 \u0647\u0627\u06CC \u067E\u0634\u062A\u06CC\u0628\u0627\u0646 \u0631\u0627 \u0628\u0647 \u0635\u0648\u0631\u062A \u062F\u0633\u062A\u06CC \u0645\u062F\u06CC\u0631\u06CC\u062A \u06A9\u0646\u06CC\u062F",create_new_backup:"\u0627\u0636\u0627\u0641\u0647 \u06A9\u0631\u062F\u0646 \u06AF\u0631\u0647 \u067E\u0634\u062A\u06CC\u0628\u0627\u0646",maxBackupFiles:"\u062A\u0627{count}\u06AF\u0631\u0647 \u0645\u062E\u062A\u0644\u0641 \u0631\u0627 \u0645\u06CC \u062A\u0648\u0627\u0646 \u067E\u0634\u062A\u06CC\u0628\u0627\u0646 \u06AF\u06CC\u0631\u06CC \u06A9\u0631\u062F\u060C \u0644\u0637\u0641\u0627 \u06AF\u0631\u0647 \u0647\u0627\u06CC \u063A\u06CC\u0631 \u0636\u0631\u0648\u0631\u06CC \u0631\u0627 \u062D\u0630\u0641 \u06A9\u0646\u06CC\u062F",backupToCloudDescription:"\u0641\u0627\u06CC\u0644 \u0647\u0627\u06CC \u067E\u0634\u062A\u06CC\u0628\u0627\u0646 \u0631\u0627 \u0628\u0647 \u0635\u0648\u0631\u062A \u062F\u0633\u062A\u06CC \u0622\u067E\u0644\u0648\u062F \u06CC\u0627 \u0628\u0627\u0632\u06CC\u0627\u0628\u06CC \u06A9\u0646\u06CC\u062F\u060C \u062A\u0627 \u062D\u062F\u0627\u06A9\u062B\u0631 3 \u0646\u0633\u062E\u0647 \u067E\u0634\u062A\u06CC\u0628\u0627\u0646 \u062A\u0647\u06CC\u0647 \u06A9\u0646\u06CC\u062F",successSyncConfig:"\u0628\u0627 \u0645\u0648\u0641\u0642\u06CC\u062A \u0628\u0627 \u0627\u0628\u0631 \u0647\u0645\u06AF\u0627\u0645 \u0628\u0645\u0627\u0646\u06CC\u062F",syncFail:"\u0647\u0645\u06AF\u0627\u0645 \u0633\u0627\u0632\u06CC \u0627\u0646\u062C\u0627\u0645 \u0646\u0634\u062F",updatedAt:"\u0628\u0647 \u0631\u0648\u0632 \u0634\u062F\u0647 \u062F\u0631 {date}",lastSyncedAt:"\u0622\u062E\u0631\u06CC\u0646 \u0628\u0631\u0631\u0633\u06CC \u062F\u0631 {date}",downloadFail:"\u062F\u0627\u0646\u0644\u0648\u062F \u0646\u0634\u062F",clickToDownload:"\u0628\u0631\u0627\u06CC \u062F\u0627\u0646\u0644\u0648\u062F \u06A9\u0644\u06CC\u06A9 \u06A9\u0646\u06CC\u062F",aboutLabel:"\u062F\u0631\u0628\u0627\u0631\u0647 - \u0628\u0627\u0632\u062E\u0648\u0631\u062F","browser.openAboutPage":"\u5173\u4E8E/\u53CD\u9988/\u8D5E\u52A9",aboutLabelWithoutSponsor:"\u062F\u0631\u0628\u0627\u0631\u0647 - \u0628\u0627\u0632\u062E\u0648\u0631\u062F",aboutIntro:"\u8BE5\u6269\u5C55\u514D\u8D39\u4F7F\u7528\uFF0C\u5E0C\u671B\u6211\u4EEC\u90FD\u80FD\u66F4\u52A0\u5BB9\u6613\u4E14\u6109\u60A6\u5730\u83B7\u53D6\u4E92\u8054\u7F51\u4E0A\u5DE8\u5927\u7684\u5916\u8BED\u4FE1\u606F \u2764\uFE0F

\u611F\u8C22\u8FD9\u4E9B<1>\u8D5E\u52A9\u8005\u4EEC, \u7531\u4E8E\u4ED6/\u5979\u4EEC\u7684\u652F\u6301\uFF0C\u66F4\u591A\u7684\u4EBA\u53EF\u4EE5\u514D\u8D39\u5730\u4F7F\u7528\u8FD9\u4E2A\u5DE5\u5177\u3002\u5982\u679C\u6709\u4F59\u529B\uFF0C\u4F60\u53EF\u4EE5<2>\u70B9\u51FB\u8FD9\u91CC\u8D5E\u52A9\u6211\u7684\u5DE5\u4F5C\uFF0C\u4F60\u8FD8\u53EF\u4EE5\u5173\u6CE8\u6211\u7684<3>\u63A8\u7279\uFF0C<4>Telegram \u9891\u9053\u4EE5\u53CA\u4E0B\u65B9\u7684<5>\u90AE\u4EF6\u8BA2\u9605\u8FFD\u8E2A\u66F4\u65B0\u3002",aboutIntroWithoutSponsor:"\u8BE5\u6269\u5C55\u514D\u8D39\u4F7F\u7528\uFF0C\u5E0C\u671B\u6211\u4EEC\u90FD\u80FD\u66F4\u52A0\u5BB9\u6613\u4E14\u6109\u60A6\u5730\u83B7\u53D6\u4E92\u8054\u7F51\u4E0A\u5DE8\u5927\u7684\u5916\u8BED\u4FE1\u606F \u2764\uFE0F ",projectHomepage:"\u0635\u0641\u062D\u0647 \u0627\u0635\u0644\u06CC \u067E\u0631\u0648\u0698\u0647",joinTelegramGroup:"\u52A0\u5165 Telegram \u7FA4\u53C2\u4E0E\u529F\u80FD\u8BA8\u8BBA",wechatPublicAccount:"\u062D\u0633\u0627\u0628 \u0639\u0645\u0648\u0645\u06CC \u0648\u06CC \u0686\u062A",wechatCommunities:"\u06AF\u0631\u0648\u0647 \u0627\u0631\u062A\u0628\u0627\u0637\u06CC \u0648\u06CC \u0686\u062A",qqCommunities:"\u06A9\u0627\u0646\u0627\u0644 \u0627\u0631\u062A\u0628\u0627\u0637\u06CC QQ",joinTelegramChannel:"\u0628\u0631\u0627\u06CC \u0627\u0637\u0644\u0627\u0639 \u0627\u0632 \u0622\u062E\u0631\u06CC\u0646 \u0627\u062E\u0628\u0627\u0631 \u06A9\u0627\u0646\u0627\u0644 \u062A\u0644\u06AF\u0631\u0627\u0645 \u0631\u0627 \u062F\u0646\u0628\u0627\u0644 \u06A9\u0646\u06CC\u062F",feedbackAndJoin:"\u0628\u0627\u0632\u062E\u0648\u0631\u062F \u0645\u0634\u06A9\u0644/\u0628\u0647 \u06AF\u0631\u0648\u0647 \u0628\u067E\u06CC\u0648\u0646\u062F\u06CC\u062F",autoSync:"\u0647\u0645\u06AF\u0627\u0645 \u0633\u0627\u0632\u06CC \u0628\u0631\u0646\u0627\u0645\u0647 \u0631\u06CC\u0632\u06CC \u0634\u062F\u0647 \u062E\u0648\u062F\u06A9\u0627\u0631",loadingThemeTitle:"\u0633\u0628\u06A9 \u0628\u0627\u0631\u06AF\u06CC\u0631\u06CC",loadingThemeDescription:"\u0647\u0646\u06AF\u0627\u0645 \u0627\u0646\u062A\u0638\u0627\u0631 \u0628\u0631\u0627\u06CC \u0628\u0627\u0631\u06AF\u06CC\u0631\u06CC \u062A\u0631\u062C\u0645\u0647\u060C \u0633\u0628\u06A9 \u0631\u0627 \u062A\u0646\u0638\u06CC\u0645 \u06A9\u0646\u06CC\u062F","loadingTheme.spinner":"\u8F6C\u5708\u52A8\u753B Spinner","loadingTheme.text":"\u0645\u062A\u0646 \u0627\u06CC\u0633\u062A\u0627... ","loadingTheme.none":"\u0646\u0634\u0627\u0646 \u0646\u062F\u0647",developerDescription:"\u0627\u06CC\u0646\u062C\u0627 \u0645\u06CC \u062A\u0648\u0627\u0646\u06CC\u062F <1> \u0631\u0627 \u06A9\u0644\u06CC\u06A9 \u06A9\u0646\u06CC\u062F \u0645\u0634\u0627\u0647\u062F\u0647 \u0627\u0633\u0646\u0627\u062F \u0645\u0631\u0628\u0648\u0637 \u0628\u0647 \u0633\u0641\u0627\u0631\u0634\u06CC \u0633\u0627\u0632\u06CC \u067E\u06CC\u0634\u0631\u0641\u062A\u0647","edit border color":"\u0631\u0646\u06AF \u062D\u0627\u0634\u06CC\u0647 \u0631\u0627 \u062A\u063A\u06CC\u06CC\u0631 \u062F\u0647\u06CC\u062F",successSyncButNoChange:"\u067E\u06CC\u06A9\u0631\u0628\u0646\u062F\u06CC \u0641\u0639\u0644\u06CC \u0628\u0627 \u0627\u0628\u0631 \u0633\u0627\u0632\u06AF\u0627\u0631 \u0627\u0633\u062A",customTheme:"\u0631\u0646\u06AF \u0647\u0627 \u0648 \u0627\u0646\u062F\u0627\u0632\u0647 \u0647\u0627\u06CC \u0633\u0641\u0627\u0631\u0634\u06CC","customThemeLabel.borderColor":"\u0631\u0646\u06AF \u0644\u0628\u0647","customThemeLabel.borderRadius":"\u06AF\u0648\u0634\u0647 \u0647\u0627\u06CC \u06AF\u0631\u062F \u062D\u0627\u0634\u06CC\u0647","customThemeLabel.textColor":"\u0631\u0646\u06AF \u0645\u062A\u0646","customThemeLabel.backgroundColor":"\u0631\u0646\u06AF \u067E\u0633 \u0632\u0645\u06CC\u0646\u0647","customThemeLabel.zoom":"\u0645\u0642\u06CC\u0627\u0633 \u0628\u0646\u062F\u06CC \u0642\u0644\u0645 (%)","customThemeLabel.opacity":"\u06A9\u062F\u0648\u0631\u062A \u0645\u062A\u0646 (%)",resetToDefaultColor:"\u0628\u0647 \u0631\u0646\u06AF \u067E\u06CC\u0634 \u0641\u0631\u0636 \u0628\u0631\u06AF\u0631\u062F\u06CC\u062F",resetToDefaultSettings:"\u0628\u0647 \u062A\u0646\u0638\u06CC\u0645\u0627\u062A \u067E\u06CC\u0634 \u0641\u0631\u0636 \u0628\u0631\u06AF\u0631\u062F\u06CC\u062F",isTranslateTitle:"\u0639\u0646\u0627\u0648\u06CC\u0646 \u0635\u0641\u062D\u0627\u062A \u0648\u0628 \u062A\u0631\u062C\u0645\u0647 \u0634\u062F\u0647 \u0631\u0627 \u0631\u0648\u0634\u0646 \u06A9\u0646\u06CC\u062F",isTranslateTitleDescription:"\u0648\u0642\u062A\u06CC \u0631\u0648\u0634\u0646 \u0634\u062F\u060C \u0639\u0646\u0648\u0627\u0646 \u0635\u0641\u062D\u0647 \u0648\u0628 \u062A\u0631\u062C\u0645\u0647 \u062E\u0648\u0627\u0647\u062F \u0634\u062F",enableSearchEnhancement:"\u0628\u0647\u0628\u0648\u062F \u0627\u0637\u0644\u0627\u0639\u0627\u062A \u062F\u0648 \u0632\u0628\u0627\u0646\u0647 \u0631\u0627 \u0641\u0639\u0627\u0644 \u06A9\u0646\u06CC\u062F",enableSearchEnhancementDescription:"\u067E\u0633 \u0627\u0632 \u0631\u0648\u0634\u0646 \u0634\u062F\u0646\u060C \u0646\u062A\u0627\u06CC\u062C \u062C\u0633\u062A\u062C\u0648\u06CC \xABGoogle News\xBB \u0645\u0631\u0628\u0648\u0637 \u0628\u0647 \u06A9\u0644\u06CC\u062F\u0648\u0627\u0698\u0647\u200C\u0647\u0627\u06CC \u0627\u0646\u06AF\u0644\u06CC\u0633\u06CC \u0628\u0647\u200C\u0637\u0648\u0631 \u062E\u0648\u062F\u06A9\u0627\u0631 \u062F\u0631 \u0633\u062A\u0648\u0646 \u0633\u0645\u062A \u0631\u0627\u0633\u062A \u0648\u0628\u200C\u0633\u0627\u06CC\u062A\u200C\u0647\u0627\u06CC \u067E\u0634\u062A\u06CC\u0628\u0627\u0646\u06CC\u200C\u0634\u062F\u0647 (Google News\u060C Google Search (\u0628\u0631\u062E\u06CC \u06A9\u0644\u0645\u0627\u062A \u06A9\u0644\u06CC\u062F\u06CC)\u060C Snowball\u060C Oriental Fortune\u060C Futu\u060C \u0627\u0646\u062C\u0645\u0646 \u0628\u0628\u0631) \u0646\u0645\u0627\u06CC\u0634 \u062F\u0627\u062F\u0647 \u0645\u06CC\u200C\u0634\u0648\u0646\u062F.",verifyService:"\u0628\u0631\u0627\u06CC \u062A\u0633\u062A \u0633\u0631\u0648\u06CC\u0633 \u0627\u06CC\u0646\u062C\u0627 \u06A9\u0644\u06CC\u06A9 \u06A9\u0646\u06CC\u062F",verified:"\u062A\u0623\u06CC\u06CC\u062F \u0628\u0627 \u0645\u0648\u0641\u0642\u06CC\u062A \u0627\u0646\u062C\u0627\u0645 \u0634\u062F","field.langs":"\u06A9\u062F\u0647\u0627\u06CC \u0632\u0628\u0627\u0646 \u067E\u0634\u062A\u06CC\u0628\u0627\u0646\u06CC \u0634\u062F\u0647","field.model":"\u0645\u062F\u0644","field.translationEngine":"\u0645\u0648\u062A\u0648\u0631 \u062A\u0631\u062C\u0645\u0647","field.limitPerMinute":"\u062D\u062F\u0627\u06A9\u062B\u0631 \u062A\u0639\u062F\u0627\u062F \u062F\u0631\u062E\u0648\u0627\u0633\u062A \u062F\u0631 \u062F\u0642\u06CC\u0642\u0647","field.limitPerSecond":"\u062D\u062F\u0627\u06A9\u062B\u0631 \u062A\u0639\u062F\u0627\u062F \u062F\u0631\u062E\u0648\u0627\u0633\u062A \u062F\u0631 \u062B\u0627\u0646\u06CC\u0647","field.maxTextLengthPerRequest":"\u062D\u062F\u0627\u06A9\u062B\u0631 \u0637\u0648\u0644 \u0645\u062A\u0646 \u062F\u0631 \u0647\u0631 \u062F\u0631\u062E\u0648\u0627\u0633\u062A","field.maxTextGroupLengthPerRequest":"\u062D\u062F\u0627\u06A9\u062B\u0631 \u062A\u0639\u062F\u0627\u062F \u067E\u0627\u0631\u0627\u06AF\u0631\u0627\u0641 \u062F\u0631 \u0647\u0631 \u062F\u0631\u062E\u0648\u0627\u0633\u062A","field.apiUrl":"\u0622\u062F\u0631\u0633 \u0631\u0627\u0628\u0637 API \u0633\u0641\u0627\u0631\u0634\u06CC","field.placeholderDelimiters":"\u0645\u062A\u063A\u06CC\u0631\u0647\u0627\u06CC \u0631\u0632\u0631\u0648 \u0634\u062F\u0647","description.custom":"\u062F\u0633\u062A\u0631\u0633\u06CC \u0628\u0647 \u0631\u0627\u0628\u0637 \u0633\u0641\u0627\u0631\u0634\u06CC \u0628\u0647 \u0627\u0633\u0646\u0627\u062F \u0645\u0631\u062C\u0639 \u0646\u06CC\u0627\u0632 \u062F\u0627\u0631\u062F","description.limitPerMinute":"\u8BF7\u6C42\u6570\u8D85\u8FC7\u8BE5\u9650\u5236\u65F6\u4F1A\u88AB\u6682\u65F6\u7981\u7528\uFF0C\u76F4\u5230\u4E0B\u4E00\u5206\u949F\u5F00\u59CB\uFF0C\u9ED8\u8BA4\u8BBE\u7F6E\u4E3A OpenAI \u8BD5\u7528\u7248\u7684\u8BF7\u6C42\u9650\u5236","description.limitPerSecond":"\u0648\u0642\u062A\u06CC \u062A\u0639\u062F\u0627\u062F \u062F\u0631\u062E\u0648\u0627\u0633\u062A \u0647\u0627 \u0627\u0632 \u0627\u06CC\u0646 \u062D\u062F \u0628\u06CC\u0634\u062A\u0631 \u0634\u0648\u062F\u060C \u062A\u0627 \u0627\u0628\u062A\u062F\u0627\u06CC \u062B\u0627\u0646\u06CC\u0647 \u0628\u0639\u062F \u0648\u0627\u0631\u062F \u062D\u0627\u0644\u062A \u0635\u0641 \u0645\u06CC \u0634\u0648\u062F. \u0628\u0627 \u062A\u0648\u062C\u0647 \u0628\u0647 \u0645\u062D\u062F\u0648\u062F\u06CC\u062A\u200C\u0647\u0627\u06CC \u0645\u062E\u062A\u0644\u0641 \u0633\u0631\u0648\u06CC\u0633 \u0641\u0639\u0644\u06CC OpenAI\u060C \u0644\u0637\u0641\u0627\u064B <1> \u0631\u0627 \u0627\u06CC\u0646\u062C\u0627 \u06A9\u0644\u06CC\u06A9 \u06A9\u0646\u06CC\u062F \u0622\u062E\u0631\u06CC\u0646 \u0645\u0642\u0627\u062F\u06CC\u0631 \u062A\u0648\u0635\u06CC\u0647 \u0634\u062F\u0647 \u0631\u0627 \u0645\u0634\u0627\u0647\u062F\u0647 \u06A9\u0646\u06CC\u062F","description.generalLimitPerSecond":"\u0648\u0642\u062A\u06CC \u062A\u0639\u062F\u0627\u062F \u062F\u0631\u062E\u0648\u0627\u0633\u062A \u0647\u0627 \u0627\u0632 \u0627\u06CC\u0646 \u062D\u062F \u0628\u06CC\u0634\u062A\u0631 \u0634\u0648\u062F\u060C \u062A\u0627 \u0627\u0628\u062A\u062F\u0627\u06CC \u062B\u0627\u0646\u06CC\u0647 \u0628\u0639\u062F \u0648\u0627\u0631\u062F \u062D\u0627\u0644\u062A \u0635\u0641 \u0645\u06CC \u0634\u0648\u062F.","description.prompt":"\u0628\u0647 \u0639\u0646\u0648\u0627\u0646 \u06A9\u0627\u0631\u0628\u0631\u060C \u06AF\u0641\u062A\u06AF\u0648 \u0631\u0627 \u0628\u0647 {service} \u0627\u0631\u0633\u0627\u0644 \u06A9\u0646\u06CC\u062F\u060C \u06A9\u0647 \u062F\u0631 \u0622\u0646 {{text}} \u0645\u062D\u062A\u0648\u0627\u06CC \u0645\u062A\u0646 \u067E\u0627\u0631\u0627\u06AF\u0631\u0627\u0641\u060C {{from}} \u0632\u0628\u0627\u0646 \u067E\u0627\u0631\u0627\u06AF\u0631\u0627\u0641 \u0648 {{to}} \u0632\u0628\u0627\u0646 \u0645\u0642\u0635\u062F \u0631\u0627 \u0646\u0634\u0627\u0646 \u0645\u06CC \u062F\u0647\u062F.","description.maxTextLengthPerRequest":"\u9ED8\u8BA4\u4F1A\u5408\u5E76\u591A\u4E2A\u6BB5\u843D\uFF0C\u4EE5\u51CF\u5C11\u8BF7\u6C42\u6B21\u6570\uFF0C\u4F46\u662F\u5982\u679C\u6BB5\u843D\u603B\u957F\u5EA6\u8FC7\u957F\uFF0C\u4E5F\u53EF\u80FD\u4F1A\u5BFC\u81F4\u63A5\u53E3\u7684\u54CD\u5E94\u53D8\u6162\uFF0C\u56E0\u6B64\u53EF\u4EE5\u5C1D\u8BD5\u8C03\u6574\u8BE5\u9009\u9879\u6765\u4F18\u5316\u901F\u5EA6","description.systemPrompt":"\u0645\u06A9\u0627\u0644\u0645\u0647 \u0628\u0647 \u0639\u0646\u0648\u0627\u0646 \u0633\u06CC\u0633\u062A\u0645 \u0628\u0647 OpenAI \u0627\u0631\u0633\u0627\u0644 \u0645\u06CC \u0634\u0648\u062F\u060C \u06A9\u0647 \u062F\u0631 \u0622\u0646 {{text}} \u0646\u0634\u0627\u0646 \u062F\u0647\u0646\u062F\u0647 \u0645\u062D\u062A\u0648\u0627\u06CC \u0645\u062A\u0646 \u067E\u0627\u0631\u0627\u06AF\u0631\u0627\u0641\u060C{{from}} \u0646\u0634\u0627\u0646 \u062F\u0647\u0646\u062F\u0647 \u0632\u0628\u0627\u0646 \u067E\u0627\u0631\u0627\u06AF\u0631\u0627\u0641\u060C \u0648{{to}} \u0646\u0634\u0627\u0646 \u062F\u0647\u0646\u062F\u0647 \u0632\u0628\u0627\u0646 \u0645\u0642\u0635\u062F \u0627\u0633\u062A.","field.domain":"\u0631\u0634\u062A\u0647","description.domain":"\u067E\u06CC\u0634 \u0641\u0631\u0636\uFF1A\u0639\u0645\u0648\u0645\u06CC \u0627\u0633\u062A. \u0641\u0642\u0637 \u0632\u0645\u0627\u0646\u06CC \u0645\u06CC\u200C\u062A\u0648\u0627\u0646 \u0622\u0646 \u0631\u0627 \u062A\u0646\u0638\u06CC\u0645 \u06A9\u0631\u062F \u06A9\u0647 \u062A\u0631\u062C\u0645\u0647 \u0645\u0628\u062A\u0646\u06CC \u0628\u0631 \u062F\u0627\u0645\u0646\u0647 \u062F\u0631 \u06A9\u0646\u0633\u0648\u0644 Youdao API \u0641\u0639\u0627\u0644 \u0628\u0627\u0634\u062F. \u0628\u0631\u0627\u06CC \u0642\u0633\u0645\u062A\u200C\u0647\u0627\u06CC \u067E\u0634\u062A\u06CC\u0628\u0627\u0646\u06CC\u200C\u0634\u062F\u0647\u060C \u0644\u0637\u0641\u0627\u064B <1> \u0631\u0627 \u0627\u06CC\u0646\u062C\u0627 \u0628\u0628\u06CC\u0646\u06CC\u062F.","field.scene":"\u0635\u062D\u0646\u0647 \u0647\u0627\u06CC","description.scene":"\u067E\u06CC\u0634 \u0641\u0631\u0636\uFF1A\u0639\u0645\u0648\u0645\u06CC \u0627\u0633\u062A. \u062A\u0646\u0647\u0627 \u0632\u0645\u0627\u0646\u06CC \u0645\u06CC\u200C\u062A\u0648\u0627\u0646 \u0622\u0646 \u0631\u0627 \u062A\u0646\u0638\u06CC\u0645 \u06A9\u0631\u062F \u06A9\u0647 \u0646\u0633\u062E\u0647 \u062D\u0631\u0641\u0647\u200C\u0627\u06CC \u062A\u0631\u062C\u0645\u0647 \u0645\u0627\u0634\u06CC\u0646\u06CC \u062F\u0631 \u06A9\u0646\u0633\u0648\u0644 Alibaba Cloud API \u0641\u0639\u0627\u0644 \u0634\u0648\u062F. \u0628\u0631\u0627\u06CC \u0633\u0646\u0627\u0631\u06CC\u0648\u0647\u0627\u06CC \u067E\u0634\u062A\u06CC\u0628\u0627\u0646\u06CC \u0634\u062F\u0647 \u0628\u0647 <1> \u0627\u06CC\u0646\u062C\u0627 \u0645\u0631\u0627\u062C\u0639\u0647 \u06A9\u0646\u06CC\u062F.","field.vocabId":"\u0634\u0646\u0627\u0633\u0647 \u0641\u0631\u0647\u0646\u06AF \u0644\u063A\u062A \u06A9\u0627\u0631\u0628\u0631","description.vocabId":"\u0641\u0631\u0647\u0646\u06AF \u0644\u063A\u062A \u0645\u0634\u062E\u0635 \u0634\u062F\u0647 out_id \u062F\u0631 \u062D\u0627\u0644 \u062D\u0627\u0636\u0631 \u0627\u0632 \u062A\u0631\u062C\u0645\u0647 \u0627\u0646\u06AF\u0644\u06CC\u0633\u06CC \u0628\u0647 \u0686\u06CC\u0646\u06CC \u067E\u0634\u062A\u06CC\u0628\u0627\u0646\u06CC \u0645\u06CC \u06A9\u0646\u062F.","description.model":"\u0645\u062F\u0644 OpenAI \u0645\u06CC \u062A\u0648\u0627\u0646\u062F gpt-3.5-turbo\u060C gpt-4 \u0648 \u063A\u06CC\u0631\u0647 \u0628\u0627\u0634\u062F.","description.maxTextGroupLengthPerRequest":"\u062A\u0639\u062F\u0627\u062F \u067E\u0627\u0631\u0627\u06AF\u0631\u0627\u0641\u200C\u0647\u0627\u06CC\u06CC \u06A9\u0647 \u0647\u0631 \u0628\u0627\u0631 \u0628\u0647 \u0633\u0631\u0648\u06CC\u0633 \u062A\u0631\u062C\u0645\u0647 \u0627\u0631\u0633\u0627\u0644 \u0645\u06CC\u200C\u0634\u0648\u0646\u062F. \u0627\u06AF\u0631 \u062A\u0639\u062F\u0627\u062F \u067E\u0627\u0631\u0627\u06AF\u0631\u0627\u0641\u200C\u0647\u0627 \u0628\u06CC\u0634 \u0627\u0632 \u062D\u062F \u0628\u0627\u0634\u062F\u060C \u067E\u0627\u0633\u062E \u0631\u0627\u0628\u0637 \u0645\u0645\u06A9\u0646 \u0627\u0633\u062A \u06A9\u0646\u062F \u0634\u0648\u062F.","description.apiUrl":"\u8BF7\u6DFB\u52A0\u5177\u4F53\u5E26\u6709\u8DEF\u5F84\u7684\u7F51\u5740",enabledExtension:"\u0627\u0641\u0632\u0648\u0646\u0647 \u0631\u0627 \u0641\u0639\u0627\u0644 \u06A9\u0646\u06CC\u062F",clickToDisableExtension:"\u0628\u0631\u0627\u06CC \u063A\u06CC\u0631\u0641\u0639\u0627\u0644 \u06A9\u0631\u062F\u0646 \u0627\u0641\u0632\u0648\u0646\u0647 \u06A9\u0644\u06CC\u06A9 \u06A9\u0646\u06CC\u062F",clickToEnableExtension:"\u0628\u0631\u0627\u06CC \u0641\u0639\u0627\u0644 \u06A9\u0631\u062F\u0646 \u0628\u0631\u0646\u0627\u0645\u0647 \u0627\u0641\u0632\u0648\u062F\u0646\u06CC \u06A9\u0644\u06CC\u06A9 \u06A9\u0646\u06CC\u062F",hasBeenDisabled:"\u0645\u0639\u0644\u0648\u0644","show password":"\u0646\u0645\u0627\u06CC\u0634 \u0631\u0645\u0632 \u0639\u0628\u0648\u0631",customContent:"\u8F93\u5165\u81EA\u5B9A\u4E49\u5185\u5BB9",inputOptions:"\u0628\u0647\u0628\u0648\u062F \u062C\u0639\u0628\u0647 \u0648\u0631\u0648\u062F\u06CC",mouseHoverOptions:"\u0645\u0627\u0648\u0633 \u0628\u0631",modifyMouseHoverKey:"\u06A9\u0644\u06CC\u062F\u0647\u0627\u06CC \u0645\u06CC\u0627\u0646\u0628\u0631 \u0645\u0627\u0648\u0633 \u0631\u0627 \u062A\u063A\u06CC\u06CC\u0631 \u062F\u0647\u06CC\u062F",enableInputTranslation:"\u0641\u0639\u0627\u0644 \u06A9\u0631\u062F\u0646 \u0628\u0647\u0628\u0648\u062F \u062C\u0639\u0628\u0647 \u0648\u0631\u0648\u062F\u06CC",enableInputTranslationDescription:"\u067E\u0633 \u0627\u0632 \u0641\u0639\u0627\u0644 \u06A9\u0631\u062F\u0646{trailingKey}\u060C \u0645\u0633\u062A\u0642\u06CC\u0645\u0627\u064B {startingKey}{startingKey} hello \u0631\u0627 \u062F\u0631 \u06A9\u0627\u062F\u0631 \u0648\u0631\u0648\u062F\u06CC \u0648\u0627\u0631\u062F \u06A9\u0646\u06CC\u062F \u0648 \u0633\u067E\u0633 \u0628\u0647 \u0633\u0631\u0639\u062A \u0631\u0648\u06CC{inputTrailingTriggerKeyRepeatTimes}\u062F\u0648 \u0628\u0627\u0631 \u06A9\u0644\u06CC\u06A9 \u06A9\u0646\u06CC\u062F \u062A\u0627 \u0622\u0646 \u0631\u0627 \u0628\u0647 {inputTargetLanguage}\u062A\u0628\u062F\u06CC\u0644 \u06A9\u0646\u06CC\u062F.",enableInputTranslationDescriptionForNoneKey:"{trailingKey}\u0641\u0639\u0627\u0644 \u06A9\u0631\u062F\u0646 \u0622\u0646\u060C \u0645\u0633\u062A\u0642\u06CC\u0645\u0627\u064B\uFF1Ahello world \u0631\u0627 \u062F\u0631 \u06A9\u0627\u062F\u0631 \u0648\u0631\u0648\u062F\u06CC \u0648\u0627\u0631\u062F \u06A9\u0646\u06CC\u062F \u0648 \u0633\u067E\u0633 \u0628\u0647 \u0633\u0631\u0639\u062A{inputTrailingTriggerKeyRepeatTimes}\u0628\u0627\u0631 \u06A9\u0644\u06CC\u06A9 \u06A9\u0646\u06CC\u062F \u062A\u0627 \u0628\u0647 \u0632\u0628\u0627\u0646 \u0645\u0642\u0635\u062F \u067E\u06CC\u0634 \u0641\u0631\u0636 \u062A\u0631\u062C\u0645\u0647 \u0634\u0648\u062F.",inputTargetLanguage:"\u0632\u0628\u0627\u0646 \u0645\u0642\u0635\u062F \u067E\u06CC\u0634 \u0641\u0631\u0636 \u06A9\u0627\u062F\u0631 \u0648\u0631\u0648\u062F\u06CC \u0631\u0627 \u062A\u0646\u0638\u06CC\u0645 \u06A9\u0646\u06CC\u062F",inputTargetLanguageDescription:"\u0632\u0628\u0627\u0646 \u0645\u0642\u0635\u062F \u067E\u06CC\u0634\u200C\u0641\u0631\u0636 \u0628\u0631\u0627\u06CC \u062A\u0631\u062C\u0645\u0647 \u062C\u0639\u0628\u0647 \u0648\u0631\u0648\u062F\u06CC\u060C \u06A9\u0647 {startingKey}{startingKey} \u0628\u0647 \u0639\u0646\u0648\u0627\u0646 \u0632\u0628\u0627\u0646 \u067E\u06CC\u0634\u200C\u0641\u0631\u0636 \u0628\u0631\u0627\u06CC \u06A9\u0644\u0645\u0627\u062A \u0631\u0627\u0647\u200C\u0627\u0646\u062F\u0627\u0632 \u0627\u0633\u062A",inputTargetLanguageDescriptionForNoneKey:"\u0632\u0628\u0627\u0646 \u0645\u0642\u0635\u062F \u067E\u06CC\u0634\u200C\u0641\u0631\u0636 \u0628\u0631\u0627\u06CC \u062A\u0631\u062C\u0645\u0647\u200C\u0647\u0627\u06CC \u062C\u0639\u0628\u0647 \u0648\u0631\u0648\u062F\u06CC",inputStartingTriggerKeyTitle:"\u06A9\u0627\u0631\u0627\u06A9\u062A\u0631\u0647\u0627\u06CC \u062A\u0642\u0633\u06CC\u0645 \u0631\u0627 \u0628\u0631\u0627\u06CC \u062A\u0631\u062C\u0645\u0647 \u062C\u0632\u0626\u06CC \u06A9\u0627\u062F\u0631 \u0648\u0631\u0648\u062F\u06CC \u062A\u0646\u0638\u06CC\u0645 \u06A9\u0646\u06CC\u062F",inputStartingTriggerKeyDescription:"\u0647\u0646\u06AF\u0627\u0645\u06CC \u06A9\u0647 \u0646\u06CC\u0627\u0632\u06CC \u0628\u0647 \u062A\u0631\u062C\u0645\u0647 \u06A9\u0644 \u06A9\u0627\u062F\u0631 \u0648\u0631\u0648\u062F\u06CC \u0646\u062F\u0627\u0631\u06CC\u062F\u060C \u062C\u062F\u0627\u06A9\u0646\u0646\u062F\u0647 \u0628\u0647 \u0634\u0645\u0627 \u0627\u062C\u0627\u0632\u0647 \u0645\u06CC \u062F\u0647\u062F \u0641\u0642\u0637 \u0642\u0633\u0645\u062A \u0631\u0627 {startingKey}{startingKey} \u0628\u0647 \u0627\u0646\u062A\u0647\u0627\u06CC \u06A9\u0627\u062F\u0631 \u0648\u0631\u0648\u062F\u06CC \u062A\u0631\u062C\u0645\u0647 \u06A9\u0646\u06CC\u062F\u060C \u06CC\u0627 \u0645\u06CC \u062A\u0648\u0627\u0646\u06CC\u062F \u06A9\u062F \u0632\u0628\u0627\u0646 \u0631\u0627 \u0645\u0634\u062E\u0635 \u06A9\u0646\u06CC\u062F\u060C \u0628\u0647 \u0639\u0646\u0648\u0627\u0646 \u0645\u062B\u0627\u0644\u060C\uFF1A{startingKey}ja \u0628\u0647 \u0645\u0639\u0646\u0627\u06CC \u0641\u0642\u0637 \u062A\u0631\u062C\u0645\u0647 \u0627\u0633\u062A. \u0642\u0633\u0645\u062A \u0627\u0632 {startingKey}ja \u062A\u0627 \u0627\u0646\u062A\u0647\u0627\u06CC \u062C\u0639\u0628\u0647 \u0648\u0631\u0648\u062F\u06CC.",inputStartingTriggerKeyDescriptionForNoneKey:"\u062F\u0631 \u062D\u0627\u0644 \u062D\u0627\u0636\u0631 \u0628\u062F\u0648\u0646 \u0646\u06CC\u0627\u0632 \u0628\u0647 \u067E\u06CC\u0634\u0648\u0646\u062F \u062A\u0646\u0638\u06CC\u0645 \u0634\u062F\u0647 \u0627\u0633\u062A \u0648 \u0628\u0631\u062E\u06CC \u0627\u0632 \u0639\u0645\u0644\u06A9\u0631\u062F\u0647\u0627\u06CC \u062A\u0631\u062C\u0645\u0647 \u0645\u062A\u0646 \u062C\u0639\u0628\u0647 \u0648\u0631\u0648\u062F\u06CC \u0645\u0648\u0642\u062A\u0627\u064B \u062F\u0631 \u062F\u0633\u062A\u0631\u0633 \u0646\u06CC\u0633\u062A\u0646\u062F.",inputTrailingTriggerKeyTitle:"\u06CC\u06A9 \u06A9\u0627\u0631\u0627\u06A9\u062A\u0631 \u0645\u0627\u0634\u0647 \u0627\u06CC \u0631\u0627 \u0627\u0646\u062A\u062E\u0627\u0628 \u06A9\u0646\u06CC\u062F \u06A9\u0647 \u0628\u0647 \u0648\u0631\u0648\u062F\u06CC \u067E\u0627\u06CC\u0627\u0646 \u0645\u06CC \u062F\u0647\u062F",inputTrailingTriggerKeyDescription:"\u0628\u0627 \u0632\u062F\u0646{trailingKey} 3 \u0628\u0627\u0631 \u0645\u062A\u0648\u0627\u0644\u06CC\u060C \u062A\u0631\u062C\u0645\u0647 \u0634\u0631\u0648\u0639 \u0645\u06CC \u0634\u0648\u062F",inputTrailingTriggerKeyTimeout:"\u0641\u0627\u0635\u0644\u0647 \u0628\u06CC\u0646 \u0645\u0627\u0634\u0647 \u0647\u0627 \u0631\u0627 \u0628\u0631\u0627\u06CC \u067E\u0627\u06CC\u0627\u0646 \u062F\u0627\u062F\u0646 \u0628\u0647 \u062A\u0631\u06A9\u06CC\u0628 \u0648\u0627\u0631\u062F \u06A9\u0646\u06CC\u062F.",inputTrailingTriggerKeyTimeoutDescription:"\u0632\u0645\u0627\u0646 \u0641\u0627\u0635\u0644\u0647 (\u0645\u06CC\u0644\u06CC \u062B\u0627\u0646\u06CC\u0647) \u0631\u0627 \u0628\u0631\u0627\u06CC \u0648\u0631\u0648\u062F\u06CC \u0628\u0631\u0627\u06CC \u067E\u0627\u06CC\u0627\u0646 \u062F\u0627\u062F\u0646 \u0628\u0647 \u0645\u062D\u0631\u06A9 \u062A\u0631\u06A9\u06CC\u0628\u06CC \u062A\u0646\u0638\u06CC\u0645 \u06A9\u0646\u06CC\u062F",spaceKey:"",noneKey:"\u0628\u062F\u0648\u0646 \u0646\u06CC\u0627\u0632 \u0628\u0647 \u067E\u06CC\u0634\u0648\u0646\u062F\u060C \u0628\u0647 \u0637\u0648\u0631 \u0645\u0633\u062A\u0642\u06CC\u0645 \u06A9\u0644 \u062C\u0639\u0628\u0647 \u0645\u062A\u0646 \u0631\u0627 \u062A\u0631\u062C\u0645\u0647 \u06A9\u0646\u06CC\u062F",inputTranslationBlockUrlsTitle:"\u0647\u0631\u06AF\u0632 \u067E\u06CC\u0634\u0631\u0641\u062A \u0647\u0627\u06CC \u0641\u06CC\u0644\u062F \u0648\u0631\u0648\u062F\u06CC \u0631\u0627 \u062F\u0631 URL \u0647\u0627 \u0641\u0639\u0627\u0644 \u0646\u06A9\u0646\u06CC\u062F",inputTranslationBlockUrlsDescription:"\u062F\u0631 \u0622\u062F\u0631\u0633\u200C\u0647\u0627\u06CC \u0627\u06CC\u0646\u062A\u0631\u0646\u062A\u06CC \u0632\u06CC\u0631\u060C \u0628\u0647\u0628\u0648\u062F \u06A9\u0627\u062F\u0631 \u0648\u0631\u0648\u062F\u06CC \u0627\u062B\u0631\u06CC \u0646\u062E\u0648\u0627\u0647\u062F \u062F\u0627\u0634\u062A",clickToSeeQuickDemo:"\u0628\u0631\u0627\u06CC \u06AF\u0633\u062A\u0631\u0634 \u0648\u06CC\u062F\u06CC\u0648\u06CC \u0622\u0645\u0648\u0632\u0634 \u0633\u0631\u06CC\u0639 30 \u062B\u0627\u0646\u06CC\u0647 \u0627\u06CC \u06A9\u0644\u06CC\u06A9 \u06A9\u0646\u06CC\u062F",inputHelperInfo:"\u0646\u06A9\u062A\u0647\uFF1A: \u0645\u0627 \u0628\u0647 \u0637\u0648\u0631 \u062E\u0627\u0635 \u0627\u06CC\u0646 \u0645\u0648\u0636\u0648\u0639 \u0631\u0627 \u0628\u0647\u06CC\u0646\u0647 \u0633\u0627\u0632\u06CC \u06A9\u0631\u062F\u0647 \u0627\u06CC\u0645 \u06A9\u0647 \u062F\u0631 \u0622\u0646 \u0628\u0631\u062E\u06CC \u0627\u0632 \u06A9\u0627\u0631\u0627\u06A9\u062A\u0631\u0647\u0627\u06CC \u0645\u0627\u0634\u0647 \u0628\u0647 \u0639\u0644\u0627\u0626\u0645 \u0646\u06AF\u0627\u0631\u0634\u06CC \u0686\u06CC\u0646\u06CC \u062F\u0631 \u0631\u0648\u0634 \u0648\u0631\u0648\u062F\u06CC \u0686\u06CC\u0646\u06CC \u062A\u0628\u062F\u06CC\u0644 \u0645\u06CC \u0634\u0648\u0646\u062F. \u0628\u0647 \u0639\u0646\u0648\u0627\u0646 \u0645\u062B\u0627\u0644\u060C \u062F\u0631 \u0631\u0648\u0634 \u0648\u0631\u0648\u062F\u06CC Sogou\u060C / \u0628\u0647 \u0645\u06A9\u062B \u062A\u0628\u062F\u06CC\u0644 \u0645\u06CC \u0634\u0648\u062F\u060C \u0648 \u062A\u0631\u062C\u0645\u0647 \u0647\u0645\u0647 \u062C\u0627\u0646\u0628\u0647 \u0627\u0632 \u0647\u0645\u0647 \u0646\u0645\u0627\u062F\u0647\u0627\u06CC \u0686\u06CC\u0646\u06CC \u0645\u0631\u0628\u0648\u0637 \u0628\u0647 \u067E\u0634\u062A\u06CC\u0628\u0627\u0646\u06CC \u0645\u06CC \u06A9\u0646\u062F. \u06A9\u0627\u0631\u0627\u06A9\u062A\u0631\u0647\u0627\u06CC \u0645\u0627\u0634\u0647\u060C \u06CC\u0639\u0646\u06CC //\u060C\u060C \u0647\u0645\u0647 \u0628\u0647 \u0639\u0646\u0648\u0627\u0646 \u06A9\u0627\u0631\u0627\u06A9\u062A\u0631\u0647\u0627\u06CC \u0645\u0627\u0634\u0647 \u0634\u0646\u0627\u062E\u062A\u0647 \u0645\u06CC \u0634\u0648\u0646\u062F.

\u062F\u0631 \u0639\u06CC\u0646 \u062D\u0627\u0644\u060C \u0645\u0627 \u0647\u0645\u0686\u0646\u06CC\u0646 \u0627\u0632 \u0646\u0627\u0645 \u0645\u0633\u062A\u0639\u0627\u0631 \u0686\u06CC\u0646\u06CC \u06A9\u062F\u0647\u0627\u06CC \u0632\u0628\u0627\u0646 \u0628\u0647 \u0639\u0646\u0648\u0627\u0646 \u062F\u0633\u062A\u0648\u0631\u0627\u062A \u067E\u0634\u062A\u06CC\u0628\u0627\u0646\u06CC \u0645\u06CC \u06A9\u0646\u06CC\u0645. \u0628\u0647 \u0639\u0646\u0648\u0627\u0646 \u0645\u062B\u0627\u0644\u060C /Japanese Hello World \u0628\u0647 \u0698\u0627\u067E\u0646\u06CC \u062A\u0631\u062C\u0645\u0647 \u0645\u06CC \u0634\u0648\u062F. <1> \u0628\u0631\u0627\u06CC \u0645\u0634\u0627\u0647\u062F\u0647 \u0647\u0645\u0647 \u06A9\u062F\u0647\u0627\u06CC \u0632\u0628\u0627\u0646 \u067E\u0634\u062A\u06CC\u0628\u0627\u0646\u06CC \u0634\u062F\u0647 \u0627\u06CC\u0646\u062C\u0627 \u0631\u0627 \u06A9\u0644\u06CC\u06A9 \u06A9\u0646\u06CC\u062F. .",reloadCurrentPage:"\u0644\u0637\u0641\u0627\u064B \u0642\u0628\u0644 \u0627\u0632 \u0634\u0631\u0648\u0639 \u062A\u0631\u062C\u0645\u0647 \u0635\u0641\u062D\u0647 \u0641\u0639\u0644\u06CC \u0631\u0627 \u0628\u0627\u0632\u062E\u0648\u0627\u0646\u06CC \u06A9\u0646\u06CC\u062F",noLocalFilePermissionForPDF:"\u0645\u0627 \u062F\u0631 \u062D\u0627\u0644 \u062D\u0627\u0636\u0631 \u0645\u062C\u0648\u0632 \u062E\u0648\u0627\u0646\u062F\u0646 \u0641\u0627\u06CC\u0644 \u0647\u0627\u06CC \u0645\u062D\u0644\u06CC \u0631\u0627 \u0646\u062F\u0627\u0631\u06CC\u0645. \u0644\u0637\u0641\u0627 \u0631\u0648\u06CC \u062F\u06A9\u0645\u0647 \u0628\u0627\u0644\u0627 \u06A9\u0644\u06CC\u06A9 \u06A9\u0646\u06CC\u062F \u0648 \u0641\u0627\u06CC\u0644 \u0647\u0627\u06CC \u0645\u062D\u0644\u06CC \u0631\u0627 \u0648\u0627\u0631\u062F \u06A9\u0646\u06CC\u062F.",noPermissionForThisPage:"\u26A0\uFE0F \u0627\u062C\u0627\u0632\u0647 \u062A\u0631\u062C\u0645\u0647 \u0635\u0641\u062D\u0647 \u0641\u0639\u0644\u06CC \u0648\u062C\u0648\u062F \u0646\u062F\u0627\u0631\u062F",retryAllParagraphs:"\u0647\u0645\u0647 \u067E\u0627\u0631\u0627\u06AF\u0631\u0627\u0641 \u0647\u0627\u06CC \u062E\u0637\u0627 \u0631\u0627 \u062F\u0648\u0628\u0627\u0631\u0647 \u0627\u0645\u062A\u062D\u0627\u0646 \u06A9\u0646\u06CC\u062F",retryAllButton:"\u0647\u0645\u0647 \u067E\u0627\u0631\u0627\u06AF\u0631\u0627\u0641 \u0647\u0627\u06CC \u062E\u0637\u0627 \u0631\u0627 \u062F\u0648\u0628\u0627\u0631\u0647 \u0627\u0645\u062A\u062D\u0627\u0646 \u06A9\u0646\u06CC\u062F",errorTooltipTitle:"\u0628\u0631\u0627\u06CC \u0645\u0634\u0627\u0647\u062F\u0647 \u062F\u0644\u06CC\u0644 \u062E\u0637\u0627 \u06A9\u0644\u06CC\u06A9 \u06A9\u0646\u06CC\u062F",errorModalTitle:"\u0628\u0647 \u0646\u0638\u0631 \u0645\u06CC \u0631\u0633\u062F \u0645\u0634\u06A9\u0644\u06CC \u062F\u0631 \u062E\u062F\u0645\u0627\u062A \u062A\u0631\u062C\u0645\u0647 \u06CC\u0627 \u0634\u0628\u06A9\u0647 \u0648\u062C\u0648\u062F \u062F\u0627\u0631\u062F ...",disableConfirm:"\u062A\u0646\u0638\u06CC\u0645\u0627\u062A \u0627\u0641\u0632\u0627\u06CC\u0634 \u0627\u0637\u0644\u0627\u0639\u0627\u062A \u062F\u0648 \u0632\u0628\u0627\u0646\u0647",disableOnce:"\u0627\u06CC\u0646 \u0628\u0627\u0631 \u063A\u06CC\u0631 \u0641\u0639\u0627\u0644 \u0634\u062F\u0647",disableGlobal:"\u0628\u0631\u0627\u06CC \u0647\u0645\u06CC\u0634\u0647 \u0627\u0632 \u06A9\u0627\u0631 \u0627\u0641\u062A\u0627\u062F\u0647 \u0627\u0633\u062A",disableTint:"* \u0645\u06CC \u062A\u0648\u0627\u0646\u06CC\u062F \u0622\u0646 \u0631\u0627 \u0645\u062C\u062F\u062F\u0627\u064B \u062F\u0631 {option} \u0641\u0639\u0627\u0644 \u06A9\u0646\u06CC\u062F.",searchEnhancementNotes:"\u062F\u0631\u06CC\u0627\u0641\u062A\u06CC\u0645 \u06A9\u0647 \u0646\u062A\u0627\u06CC\u062C \u0627\u062E\u0628\u0627\u0631 \u0628\u0631\u0627\u06CC \u06A9\u0644\u0645\u0627\u062A \u06A9\u0644\u06CC\u062F\u06CC \u0686\u06CC\u0646\u06CC \u0648 \u06A9\u0644\u0645\u0627\u062A \u06A9\u0644\u06CC\u062F\u06CC \u0627\u0646\u06AF\u0644\u06CC\u0633\u06CC \u0628\u0633\u06CC\u0627\u0631 \u0645\u062A\u0641\u0627\u0648\u062A \u0627\u0633\u062A. \u067E\u0633 \u0627\u0632 \u0641\u0639\u0627\u0644 \u06A9\u0631\u062F\u0646 \u0639\u0645\u0644\u06A9\u0631\u062F \u0628\u0647\u0628\u0648\u062F \u0627\u0637\u0644\u0627\u0639\u0627\u062A \u062F\u0648\u0632\u0628\u0627\u0646\u0647 \u062A\u0631\u062C\u0645\u0647 \u0647\u0645\u0647\u062C\u0627\u0646\u0628\u0647\u060C \u062F\u0631 \u0648\u0628 \u0633\u0627\u06CC\u062A \u0647\u0627\u06CC \u067E\u0634\u062A\u06CC\u0628\u0627\u0646\u06CC \u0634\u062F\u0647 (Google News\u060C \u062C\u0633\u062A\u062C\u0648\u06CC Google (\u0628\u0631\u062E\u06CC \u0627\u0632 \u06A9\u0644\u0645\u0627\u062A \u06A9\u0644\u06CC\u062F\u06CC)\u060C Snowball\u060C Oriental Fortune Network\u060C Futu \u062C\u0633\u062A\u062C\u0648 \u062E\u0648\u0627\u0647\u06CC\u0645 \u06A9\u0631\u062F. , Tiger) \u0628\u0647 \u0637\u0648\u0631 \u062E\u0648\u062F\u06A9\u0627\u0631 \u0647\u0645\u0627\u0646 \u06A9\u0644\u0645\u0627\u062A \u06A9\u0644\u06CC\u062F\u06CC \u0631\u0627 \u0628\u0647 \u0632\u0628\u0627\u0646 \u0627\u0646\u06AF\u0644\u06CC\u0633\u06CC \u0628\u0631\u0627\u06CC \u0634\u0645\u0627 \u062C\u0633\u062A\u062C\u0648 \u0645\u06CC \u06A9\u0646\u062F \u0648 \u062F\u0631 \u0633\u0645\u062A \u0631\u0627\u0633\u062A \u0646\u0645\u0627\u06CC\u0634 \u0645\u06CC \u062F\u0647\u062F. \u0627\u06AF\u0631 \u0628\u0647 \u0627\u06CC\u0646 \u0648\u06CC\u0698\u06AF\u06CC \u0646\u06CC\u0627\u0632 \u0646\u062F\u0627\u0631\u06CC\u062F\u060C \u0645\u06CC \u062A\u0648\u0627\u0646\u06CC\u062F \u0622\u0646 \u0631\u0627 \u063A\u06CC\u0631\u0641\u0639\u0627\u0644 \u06A9\u0646\u06CC\u062F.",option:"\u0628\u0631\u067E\u0627\u06CC\u06CC",saveSettings:"\u062A\u0646\u0638\u06CC\u0645\u0627\u062A \u0631\u0627 \u0630\u062E\u06CC\u0631\u0647 \u06A9\u0646",closeModal:"\u067E\u0646\u062C\u0631\u0647 \u0631\u0627 \u0628\u0628\u0646\u062F",enableInputTranslationWithoutTriggerKeyTitle:"\u062A\u0631\u06A9\u06CC\u0628 \u0633\u0631\u06CC\u0639 \u0631\u0627 3 \u0628\u0627\u0631{trailingKey}\u0641\u0639\u0627\u0644 \u06A9\u0646\u06CC\u062F\u060C \u062A\u0645\u0627\u0645 \u06A9\u0627\u062F\u0631 \u0648\u0631\u0648\u062F\u06CC \u0631\u0627 \u0645\u0633\u062A\u0642\u06CC\u0645\u0627\u064B \u0628\u0647{inputTargetLanguage}\u062A\u0631\u062C\u0645\u0647 \u06A9\u0646\u06CC\u062F",enableInputTranslationWithoutTriggerKeyDescription:"\u0627\u06AF\u0631 \u0645\u06CC\u200C\u062E\u0648\u0627\u0647\u06CC\u062F \u0632\u0628\u0627\u0646 \u0645\u0642\u0635\u062F \u0631\u0627 \u0645\u0634\u062E\u0635 \u06A9\u0646\u06CC\u062F\u060C \u0644\u0637\u0641\u0627\u064B \u06A9\u062F \u0632\u0628\u0627\u0646 \u0645\u0642\u0627\u0628\u0644 \u0631\u0627 \u0627\u0636\u0627\u0641\u0647 \u06A9\u0646\u06CC\u062F\u060C \u0645\u0627\u0646\u0646\u062F\uFF1A\u06CC\u0627 Hello World",mouseHoverShortcutPlaceholder:"\u0645\u0627\u0646\u0646\u062F\uFF1AShift",deepLProName:"\u0639\u0636\u0648 \u062D\u0631\u0641\u0647 \u0627\u06CC \u062A\u0631\u062C\u0645\u0647 Immersive (\u062A\u0648\u0635\u06CC\u0647 \u0645\u06CC \u0634\u0648\u062F)",deepLProDescription:"\u0628\u0633\u062A\u0647 \u0641\u0639\u0644\u06CC \u0631\u0627 \u0645\u06CC \u062A\u0648\u0627\u0646 \u0628\u0647 \u0637\u0648\u0631 \u0645\u0633\u062A\u0642\u06CC\u0645 \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u06A9\u0631\u062F",deeplProDescriptionForNormal:"\u0647\u06CC\u0686 \u062A\u0646\u0638\u06CC\u0645\u0627\u062A\u06CC \u0644\u0627\u0632\u0645 \u0646\u06CC\u0633\u062A. \u0645\u06CC \u062A\u0648\u0627\u0646\u06CC\u062F \u067E\u0633 \u0627\u0632 \u0648\u0631\u0648\u062F \u0628\u0647 \u0639\u0646\u0648\u0627\u0646 \u0639\u0636\u0648 \u0627\u0632 \u0622\u0646 \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u06A9\u0646\u06CC\u062F. <1> \u0628\u0631\u0627\u06CC \u0627\u0631\u062A\u0642\u0627 \u0628\u0647 \u0639\u0636\u0648 \u0627\u06CC\u0646\u062C\u0627 \u0631\u0627 \u06A9\u0644\u06CC\u06A9 \u06A9\u0646\u06CC\u062F.",deepLCustomDescription:"\u0634\u0645\u0627 \u0628\u0647 \u06CC\u06A9 \u06A9\u0627\u0631\u062A \u0627\u0639\u062A\u0628\u0627\u0631\u06CC \u062E\u0627\u0631\u062C\u06CC \u0646\u06CC\u0627\u0632 \u062F\u0627\u0631\u06CC\u062F\u060C \u0628\u0647 <1>DeepL \u0628\u0631\u0648\u06CC\u062F \u0628\u0647 \u0637\u0648\u0631 \u0631\u0633\u0645\u06CC \u0628\u0627\u0632 \u0634\u062F\u060C \u0628\u0631\u0627\u06CC \u0645\u0634\u0627\u0647\u062F\u0647 \u0627\u0633\u0646\u0627\u062F <2> \u06A9\u0644\u06CC\u06A9 \u06A9\u0646\u06CC\u062F",deepLCustomName:"\u06A9\u0644\u06CC\u062F \u062A\u0623\u06CC\u06CC\u062F \u0633\u0641\u0627\u0631\u0634\u06CC",chooseProviderLabel:"\u0627\u0631\u0627\u0626\u0647 \u062F\u0647\u0646\u062F\u0647 \u062E\u062F\u0645\u0627\u062A \u0631\u0627 \u0627\u0646\u062A\u062E\u0627\u0628 \u06A9\u0646\u06CC\u062F",openaiProName:"\u0639\u0636\u0648 \u062D\u0631\u0641\u0647 \u0627\u06CC \u062A\u0631\u062C\u0645\u0647 Immersive (\u062A\u0648\u0635\u06CC\u0647 \u0645\u06CC \u0634\u0648\u062F)",openaiProDescription:"\u0628\u0633\u062A\u0647 \u0641\u0639\u0644\u06CC \u0631\u0627 \u0645\u06CC \u062A\u0648\u0627\u0646 \u0628\u0647 \u0637\u0648\u0631 \u0645\u0633\u062A\u0642\u06CC\u0645 \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u06A9\u0631\u062F",openaiProDescriptionForNormal:"\u0647\u06CC\u0686 \u062A\u0646\u0638\u06CC\u0645\u0627\u062A\u06CC \u0644\u0627\u0632\u0645 \u0646\u06CC\u0633\u062A. \u0645\u06CC \u062A\u0648\u0627\u0646\u06CC\u062F \u067E\u0633 \u0627\u0632 \u0648\u0631\u0648\u062F \u0628\u0647 \u0639\u0646\u0648\u0627\u0646 \u0639\u0636\u0648 \u0627\u0632 \u0622\u0646 \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u06A9\u0646\u06CC\u062F. <1> \u0628\u0631\u0627\u06CC \u0627\u0631\u062A\u0642\u0627 \u0628\u0647 \u0639\u0636\u0648 \u0627\u06CC\u0646\u062C\u0627 \u0631\u0627 \u06A9\u0644\u06CC\u06A9 \u06A9\u0646\u06CC\u062F.",openaiCustomDescription:"\u0645\u06CC \u062A\u0648\u0627\u0646 \u0622\u0646 \u0631\u0627 \u0627\u0632 OpenAI\u060C Azure OpenAI \u06CC\u0627 \u0633\u0627\u06CC\u0631 \u062E\u062F\u0645\u0627\u062A \u0634\u062E\u0635 \u062B\u0627\u0644\u062B \u062F\u0631\u06CC\u0627\u0641\u062A \u06A9\u0631\u062F. <1> \u0628\u0631\u0627\u06CC \u0645\u0634\u0627\u0647\u062F\u0647 \u0633\u0646\u062F \u0627\u06CC\u0646\u062C\u0627 \u0631\u0627 \u06A9\u0644\u06CC\u06A9 \u06A9\u0646\u06CC\u062F.",openaiCustomName:"\u06A9\u0644\u06CC\u062F API \u0633\u0641\u0627\u0631\u0634\u06CC",needLoginAction:"(\u0639\u0636\u0648\u06CC\u062A \u0631\u0627 \u0648\u0627\u0631\u062F \u06A9\u0646\u06CC\u062F \u06CC\u0627 \u0633\u0641\u0627\u0631\u0634\u06CC \u06A9\u0646\u06CC\u062F)",goLoginOrAction:"(\u0648\u0627\u0631\u062F \u0639\u0636\u0648\u06CC\u062A \u0634\u0648\u06CC\u062F \u06CC\u0627 \u0628\u0647 \u062A\u0646\u0638\u06CC\u0645\u0627\u062A \u0628\u0631\u0648\u06CC\u062F)",yearly:"\u0627\u0634\u062A\u0631\u0627\u06A9 \u0633\u0627\u0644\u0627\u0646\u0647 \u0645\u0633\u062A\u0645\u0631",quarterly:"\u0641\u0635\u0644 \u0647\u0627\u06CC \u0645\u062A\u0648\u0627\u0644\u06CC",monthly:"\u0627\u0634\u062A\u0631\u0627\u06A9 \u0645\u0627\u0647\u0627\u0646\u0647 \u0645\u0633\u062A\u0645\u0631",yearlyForOnce:"\u0628\u0633\u062A\u0647 \u0633\u0627\u0644\u0627\u0646\u0647 \u06CC\u06A9\u0628\u0627\u0631 \u0645\u0635\u0631\u0641",monthlyForOnce:"\u0628\u0633\u062A\u0647 \u06CC\u06A9\u0628\u0627\u0631\u0647 \u0645\u0627\u0647\u0627\u0646\u0647",daily:"\u0631\u0648\u0632\u0647\u0627\u06CC \u0645\u062A\u0648\u0627\u0644\u06CC",year:"\u0627\u0634\u062A\u0631\u0627\u06A9 \u0633\u0627\u0644\u0627\u0646\u0647 \u0645\u0633\u062A\u0645\u0631",quarter:"\u0641\u0635\u0644 \u0647\u0627\u06CC \u0645\u062A\u0648\u0627\u0644\u06CC",month:"\u0627\u0634\u062A\u0631\u0627\u06A9 \u0645\u0627\u0647\u0627\u0646\u0647 \u0645\u0633\u062A\u0645\u0631",day:"\u0631\u0648\u0632\u0647\u0627\u06CC \u0645\u062A\u0648\u0627\u0644\u06CC",onetime_7day:"\u0628\u0633\u062A\u0647 \u0622\u0632\u0645\u0627\u06CC\u0634\u06CC 7 \u0631\u0648\u0632\u0647",currentPlanDescriptionForFree:"\u0628\u0633\u062A\u0647 \u0641\u0639\u0644\u06CC\uFF1A\u0631\u0627\u06CC\u06AF\u0627\u0646 \u0627\u0633\u062A",currentPlanDescriptionForContinuous:"\u0628\u0633\u062A\u0647 \u0641\u0639\u0644\u06CC 0{plan}\uFF1A\u0648 \u0628\u0647 \u0637\u0648\u0631 \u062E\u0648\u062F\u06A9\u0627\u0631 \u062F\u0631 {endAt} \u062A\u0645\u062F\u06CC\u062F \u0645\u06CC \u0634\u0648\u062F",currentPlanDescriptionForAutoRenewCaceling:"\u0628\u0633\u062A\u0647 \u0641\u0639\u0644\u06CC\uFF1A{plan}\u0627\u0633\u062A \u0648 \u062F\u0631 {endAt} \u0645\u0646\u0642\u0636\u06CC \u0645\u06CC \u0634\u0648\u062F. \u067E\u0633 \u0627\u0632 \u0627\u0646\u0642\u0636\u0627 \u0628\u0647 \u0637\u0648\u0631 \u062E\u0648\u062F\u06A9\u0627\u0631 \u062A\u0645\u062F\u06CC\u062F \u0646\u0645\u06CC \u0634\u0648\u062F.",currentYearlyPlanDescriptionForAutoRenewCacelingWithRealPaiedUser:"\u0628\u0633\u062A\u0647 \u0641\u0639\u0644\u06CC\uFF1A{plan}\u062F\u0631 \u062A\u0627\u0631\u06CC\u062E {endAt} \u0645\u0646\u0642\u0636\u06CC \u0645\u06CC \u0634\u0648\u062F \u0648 \u067E\u0633 \u0627\u0632 \u0627\u0646\u0642\u0636\u0627 \u0628\u0647 \u0637\u0648\u0631 \u062E\u0648\u062F\u06A9\u0627\u0631 \u062A\u0645\u062F\u06CC\u062F \u0646\u0645\u06CC \u0634\u0648\u062F.
<1> \u0628\u0631\u0627\u06CC \u0645\u062F\u06CC\u0631\u06CC\u062A \u0628\u0631\u0646\u0627\u0645\u0647 \u0647\u0627\u06CC \u062A\u0645\u062F\u06CC\u062F \u0627\u06CC\u0646\u062C\u0627 \u0631\u0627 \u06A9\u0644\u06CC\u06A9 \u06A9\u0646\u06CC\u062F",currentYearlyPlanDescriptionForAutoRenewCacelingWithAdmin:"\u0628\u0633\u062A\u0647 \u0641\u0639\u0644\u06CC\uFF1A{plan}\u062F\u0631 \u062A\u0627\u0631\u06CC\u062E {endAt} \u0645\u0646\u0642\u0636\u06CC \u0645\u06CC \u0634\u0648\u062F \u0648 \u067E\u0633 \u0627\u0632 \u0627\u0646\u0642\u0636\u0627 \u0628\u0647 \u0637\u0648\u0631 \u062E\u0648\u062F\u06A9\u0627\u0631 \u062A\u0645\u062F\u06CC\u062F \u0646\u0645\u06CC \u0634\u0648\u062F.
<1>\u0628\u0631\u0627\u06CC \u0641\u0639\u0627\u0644 \u06A9\u0631\u062F\u0646 \u0627\u0634\u062A\u0631\u0627\u06A9 \u0633\u0627\u0644\u0627\u0646\u0647 \u0645\u0633\u062A\u0645\u0631 \u0627\u06CC\u0646\u062C\u0627 \u0631\u0627 \u06A9\u0644\u06CC\u06A9 \u06A9\u0646\u06CC\u062F",currentPlanDescriptionForOneTime:"\u0628\u0633\u062A\u0647 \u0641\u0639\u0644\u06CC\uFF1A{plan}\u0627\u0633\u062A \u0648 \u062F\u0631 {endAt} \u0645\u0646\u0642\u0636\u06CC \u0645\u06CC \u0634\u0648\u062F. <1> \u0628\u0631\u0627\u06CC \u0627\u0631\u062A\u0642\u0627\u0621 \u0628\u0647 \u0647\u0632\u06CC\u0646\u0647 \u0633\u0627\u0644\u0627\u0646\u0647 \u0627\u06CC\u0646\u062C\u0627 \u0631\u0627 \u06A9\u0644\u06CC\u06A9 \u06A9\u0646\u06CC\u062F \u06CC\u0627 <2> \u0647\u0632\u06CC\u0646\u0647 \u0645\u0627\u0647\u0627\u0646\u0647 \u0639\u0636\u0648",upgradePlan:"\u0628\u0631\u0627\u06CC \u0627\u0631\u062A\u0642\u0627\u0621 \u0628\u0647 \u0639\u0636\u0648\u06CC\u062A Pro \u0627\u06CC\u0646\u062C\u0627 \u0631\u0627 \u06A9\u0644\u06CC\u06A9 \u06A9\u0646\u06CC\u062F",upgradeToPro:"\u0628\u0647 \u0639\u0636\u0648\u06CC\u062A Pro \u0627\u0631\u062A\u0642\u0627 \u062F\u0647\u06CC\u062F","popup.openPro":"\u5F00\u901A\u4F1A\u5458\u540E\u53EF\u4EE5\u7545\u4EAB DeepL \u548C OpenAI \u7FFB\u8BD1","popup.openProForPro":"\u0634\u0645\u0627 \u06CC\u06A9 \u0639\u0636\u0648 \u062D\u0631\u0641\u0647 \u0627\u06CC \u0647\u0633\u062A\u06CC\u062F \u0648 \u0645\u06CC \u062A\u0648\u0627\u0646\u06CC\u062F \u0645\u0633\u062A\u0642\u06CC\u0645\u0627\u064B \u0627\u0632 \u062A\u0631\u062C\u0645\u0647 DeepL \u0648 OpenAI \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u06A9\u0646\u06CC\u062F",currentAccount:"\u062D\u0633\u0627\u0628 \u062C\u0627\u0631\u06CC",enableAutoSyncUserSettings:"\u0647\u0645\u06AF\u0627\u0645 \u0633\u0627\u0632\u06CC \u0627\u0628\u0631\u06CC \u062E\u0648\u062F\u06A9\u0627\u0631 \u0631\u0627 \u062F\u0631 \u0686\u0646\u062F\u06CC\u0646 \u062F\u0633\u062A\u06AF\u0627\u0647 \u0641\u0639\u0627\u0644 \u06A9\u0646\u06CC\u062F",modalEnableInputTranslationTitle:"\u0646\u06A9\u0627\u062A \u062A\u0631\u062C\u0645\u0647 \u0647\u0645\u0647\u062C\u0627\u0646\u0628\u0647 \u062C\u0639\u0628\u0647 \u0648\u0631\u0648\u062F\u06CC \u062A\u0631\u062C\u0645\u0647",modalEnableInputTranslationDesc:"\u0634\u0645\u0627 \u0628\u0647 \u062A\u0627\u0632\u06AF\u06CC \u062A\u0631\u062C\u0645\u0647 \u062C\u0639\u0628\u0647 \u0648\u0631\u0648\u062F\u06CC Immersive Translation \u0631\u0627 \u0628\u0627 \u0641\u0634\u0627\u0631 \u062F\u0627\u062F\u0646 \u06A9\u0644\u06CC\u062F \u0641\u0627\u0635\u0644\u0647 \u0633\u0647 \u0628\u0627\u0631 \u067E\u0634\u062A \u0633\u0631 \u0647\u0645 \u0641\u0639\u0627\u0644 \u06A9\u0631\u062F\u0647 \u0627\u06CC\u062F \u0648 \u0645\u062D\u062A\u0648\u0627\u06CC \u062C\u0639\u0628\u0647 \u0648\u0631\u0648\u062F\u06CC \u0628\u0647 \u0632\u0628\u0627\u0646 \u0645\u0642\u0635\u062F \u067E\u06CC\u0634 \u0641\u0631\u0636 \u062A\u0631\u062C\u0645\u0647 \u0645\u06CC \u0634\u0648\u062F. \u062A\u0631\u062C\u0645\u0647 \u0631\u0627 \u0645\u06CC \u062A\u0648\u0627\u0646 \u0628\u0627 Ctrl+Z \u0644\u063A\u0648 \u06A9\u0631\u062F.

\u0627\u06AF\u0631 \u0627\u06CC\u0646 \u06CC\u06A9 \u0627\u0634\u062A\u0628\u0627\u0647 \u0627\u0633\u062A\u060C \u0646\u06AF\u0631\u0627\u0646 \u0646\u0628\u0627\u0634\u06CC\u062F\u060C \u0645\u06CC\u200C\u062A\u0648\u0627\u0646\u06CC\u062F \u0627\u06CC\u0646 \u0628\u0627\u0631 \u0622\u0646 \u0631\u0627 \u063A\u06CC\u0631\u0641\u0639\u0627\u0644 \u06A9\u0646\u06CC\u062F \u06CC\u0627 \u062A\u0631\u062C\u0645\u0647 \u062C\u0639\u0628\u0647 \u0648\u0631\u0648\u062F\u06CC \u0631\u0627 \u0628\u0631\u0627\u06CC \u0647\u0645\u06CC\u0634\u0647 \u063A\u06CC\u0631\u0641\u0639\u0627\u0644 \u06A9\u0646\u06CC\u062F.",saveAndNotShowAgain:"\u0630\u062E\u06CC\u0631\u0647 \u06A9\u0646\u06CC\u062F \u0648 \u062F\u0648\u0628\u0627\u0631\u0647 \u062F\u0631\u062E\u0648\u0627\u0633\u062A \u0646\u06A9\u0646\u06CC\u062F",disableInputTranslationTips:"* \u0647\u0645\u0686\u0646\u06CC\u0646 \u0645\u06CC \u062A\u0648\u0627\u0646\u06CC\u062F \u0633\u0627\u06CC\u0631 \u06A9\u0644\u06CC\u062F\u0647\u0627\u06CC \u0645\u06CC\u0627\u0646\u0628\u0631 \u0631\u0627 \u0628\u0631\u0627\u06CC \u0641\u0639\u0627\u0644 \u06A9\u0631\u062F\u0646 {option} \u060C{learnMore}\u062A\u0646\u0638\u06CC\u0645 \u06A9\u0646\u06CC\u062F.",learnMore:"\u0628\u0631\u0627\u06CC \u0627\u0637\u0644\u0627\u0639\u0627\u062A \u0628\u06CC\u0634\u062A\u0631 \u0627\u06CC\u0646\u062C\u0627 \u06A9\u0644\u06CC\u06A9 \u06A9\u0646\u06CC\u062F",continueEnalbeInputTranslation:"\u0628\u0647 \u0641\u0639\u0627\u0644 \u06A9\u0631\u062F\u0646 \u062A\u0631\u062C\u0645\u0647 \u062C\u0639\u0628\u0647 \u0648\u0631\u0648\u062F\u06CC \u0627\u062F\u0627\u0645\u0647 \u062F\u0647\u06CC\u062F",autoRenewTrialSuffix:'(\u062F\u0631 \u0637\u0648\u0644 \u062F\u0648\u0631\u0647 \u0622\u0632\u0645\u0627\u06CC\u0634\u06CC\u060C\u0628\u0644\u0627\u0641\u0627\u0635\u0644\u0647 \u0628\u0647 \u06CC\u06A9\u0631\u0633\u0645\u06CC \u0627\u0631\u062A\u0642\u0627 \u062E\u0648\u0627\u0647\u062F \u06CC\u0627\u0641\u062A.',upgradeFromTrialTitle:"\u0627\u0631\u062A\u0642\u0627 \u0628\u0647 \u0639\u0636\u0648 \u0631\u0633\u0645\u06CC",subtitle:"\u0632\u06CC\u0631\u0646\u0648\u06CC\u0633 \u0648\u06CC\u062F\u06CC\u0648",youtubeService:"\u062E\u062F\u0645\u0627\u062A \u062A\u0631\u062C\u0645\u0647 \u0632\u06CC\u0631\u0646\u0648\u06CC\u0633 \u0648\u06CC\u062F\u06CC\u0648\u06CC\u06CC \u0647\u0645\u0647\u062C\u0627\u0646\u0628\u0647","subtitle.disabledSubtitle":"\u0632\u06CC\u0631\u0646\u0648\u06CC\u0633 \u0648\u06CC\u062F\u06CC\u0648 \u0631\u0627 \u0628\u0631\u0627\u06CC \u0647\u0645\u06CC\u0634\u0647 \u063A\u06CC\u0631\u0641\u0639\u0627\u0644 \u06A9\u0646\u06CC\u062F","subtitle.disabledSubtitleDescription":"\u0627\u06AF\u0631 \u0632\u06CC\u0631\u0646\u0648\u06CC\u0633\u200C\u0647\u0627\u06CC \u0648\u06CC\u062F\u06CC\u0648\u06CC \xAB\u062A\u0631\u062C\u0645\u0647 Immersive\xBB \u0628\u0627 \u0628\u0631\u0646\u0627\u0645\u0647\u200C\u0647\u0627\u06CC \u0627\u0641\u0632\u0648\u062F\u0646\u06CC \u062F\u06CC\u06AF\u0631 \u062A\u062F\u0627\u062E\u0644 \u062F\u0627\u0631\u0646\u062F\u060C \u0645\u06CC\u200C\u062A\u0648\u0627\u0646\u06CC\u062F \u0627\u0646\u062A\u062E\u0627\u0628 \u06A9\u0646\u06CC\u062F \u06A9\u0647 \u0639\u0645\u0644\u06A9\u0631\u062F \u0632\u06CC\u0631\u0646\u0648\u06CC\u0633\u200C\u0647\u0627\u06CC \u0648\u06CC\u062F\u06CC\u0648\u06CC\u06CC \u062A\u0631\u062C\u0645\u0647 Immersive \u0631\u0627 \u0628\u0631\u0627\u06CC \u0647\u0645\u06CC\u0634\u0647 \u063A\u06CC\u0631\u0641\u0639\u0627\u0644 \u06A9\u0646\u06CC\u062F \u06CC\u0627 \u0633\u0627\u06CC\u0631 \u0628\u0631\u0646\u0627\u0645\u0647\u200C\u0647\u0627\u06CC \u0627\u0641\u0632\u0648\u062F\u0646\u06CC \u0645\u062A\u0646\u0627\u0642\u0636 \u0631\u0627 \u062D\u0630\u0641 \u0646\u0635\u0628 \u06A9\u0646\u06CC\u062F.","subtitle.autoEnableSubtitle":"\u5F00\u542F\u5B57\u5E55\u7FFB\u8BD1","subtitle.autoEnableSubtitleDescription":"\u067E\u0633 \u0627\u0632 \u0641\u0639\u0627\u0644 \u0633\u0627\u0632\u06CC\u060C \u0647\u0646\u06AF\u0627\u0645 \u067E\u062E\u0634 \u0648\u06CC\u062F\u06CC\u0648\u060C \u0632\u06CC\u0631\u0646\u0648\u06CC\u0633 \u062F\u0648\u0632\u0628\u0627\u0646\u0647 \u0628\u0647 \u0635\u0648\u0631\u062A \u062E\u0648\u062F\u06A9\u0627\u0631 \u0646\u0645\u0627\u06CC\u0634 \u062F\u0627\u062F\u0647 \u0645\u06CC \u0634\u0648\u062F\u060C \u062F\u0631 \u063A\u06CC\u0631 \u0627\u06CC\u0646 \u0635\u0648\u0631\u062A \u0628\u0627\u06CC\u062F \u0631\u0648\u06CC \u062F\u06A9\u0645\u0647 \u062A\u0631\u062C\u0645\u0647 \u06A9\u0644\u06CC\u06A9 \u06A9\u0646\u06CC\u062F \u062A\u0627 \u0646\u0645\u0627\u06CC\u0634 \u062F\u0627\u062F\u0647 \u0634\u0648\u062F.","subtitle.preTranslation":"\u0628\u0631\u0627\u06CC \u062A\u0631\u062C\u0645\u0647 \u0632\u06CC\u0631\u0646\u0648\u06CC\u0633 \u0647\u0627 \u0627\u0632 \u062A\u0631\u062C\u0645\u0647 \u0647\u0645\u0647 \u062C\u0627\u0646\u0628\u0647 \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u06A9\u0646\u06CC\u062F","subtitle.preTranslationDescription":"\u067E\u0633 \u0627\u0632 \u0641\u0639\u0627\u0644 \u06A9\u0631\u062F\u0646 \u0622\u0646\u060C \u0627\u0648\u0644\u0648\u06CC\u062A \u0628\u0627 \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u0627\u0632 \u062E\u062F\u0645\u0627\u062A \u062A\u0631\u062C\u0645\u0647 \u0645\u0634\u062E\u0635 \u0634\u062F\u0647 \u062F\u0631 \u0632\u06CC\u0631 \u0628\u0631\u0627\u06CC \u062A\u0631\u062C\u0645\u0647 \u06A9\u0644 \u0632\u06CC\u0631\u0646\u0648\u06CC\u0633 \u0627\u0632 \u0642\u0628\u0644 \u062E\u0648\u0627\u0647\u062F \u0628\u0648\u062F. \u06CC\u06A9 \u0648\u06CC\u062F\u06CC\u0648\u06CC \u06CC\u06A9 \u0633\u0627\u0639\u062A\u0647 \u062A\u0642\u0631\u06CC\u0628\u0627\u064B 50000 \u062A\u0648\u06A9\u0646 \u06CC\u0627 \u06A9\u0627\u0631\u0627\u06A9\u062A\u0631 \u0645\u0635\u0631\u0641 \u0645\u06CC \u06A9\u0646\u062F\u060C \u0628\u0646\u0627\u0628\u0631\u0627\u06CC\u0646 \u0644\u0637\u0641\u0627\u064B \u0627\u0632 \u0622\u0646 \u062F\u0631 \u0635\u0648\u0631\u062A \u0644\u0632\u0648\u0645 \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u06A9\u0646\u06CC\u062F\u061B \u067E\u0633 \u0627\u0632 \u063A\u06CC\u0631\u0641\u0639\u0627\u0644 \u0634\u062F\u0646\u060C \u0627\u0648\u0644\u0648\u06CC\u062A \u062F\u0627\u062F\u0647 \u0645\u06CC \u0634\u0648\u062F. \u0628\u0631\u0627\u06CC \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u0627\u0632 \u0632\u06CC\u0631\u0646\u0648\u06CC\u0633\u200C\u0647\u0627\u06CC \u062A\u0631\u062C\u0645\u0647\u200C\u0634\u062F\u0647 \u0645\u0627\u0634\u06CC\u0646\u06CC \u0647\u0645\u0631\u0627\u0647 \u0628\u0627 \u0648\u06CC\u062F\u06CC\u0648\u06CC \u0627\u0635\u0644\u06CC.","subtitle.humanSubtitlesPreferred":"\u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u0627\u0632 \u0632\u06CC\u0631\u0646\u0648\u06CC\u0633 \u0647\u0627\u06CC \u0627\u0646\u0633\u0627\u0646\u06CC \u0631\u0627 \u062F\u0631 \u0627\u0648\u0644\u0648\u06CC\u062A \u0642\u0631\u0627\u0631 \u062F\u0647\u06CC\u062F","subtitle.humanSubtitlesPreferredDescription":"\u0648\u0642\u062A\u06CC \u0648\u06CC\u062F\u06CC\u0648\u06CC\u06CC \u062F\u0627\u0631\u0627\u06CC \u0632\u06CC\u0631\u0646\u0648\u06CC\u0633 \u062F\u0633\u062A\u06CC \u0628\u0647 \u0632\u0628\u0627\u0646 \u0645\u0642\u0635\u062F \u0627\u0633\u062A\u060C \u0627\u0628\u062A\u062F\u0627 \u0627\u0632 \u0632\u06CC\u0631\u0646\u0648\u06CC\u0633 \u062F\u0633\u062A\u06CC \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u06A9\u0646\u06CC\u062F (\u062A\u0648\u0635\u06CC\u0647 \u0645\u06CC\u200C\u0634\u0648\u062F)",videoSubtitleTranslationDescription:"\u06CC\u06A9 \u0633\u0631\u0648\u06CC\u0633 \u062A\u0631\u062C\u0645\u0647 \u062C\u062F\u0627\u06AF\u0627\u0646\u0647 \u0628\u0631\u0627\u06CC \u0632\u06CC\u0631\u0646\u0648\u06CC\u0633 \u0648\u06CC\u062F\u06CC\u0648\u0647\u0627 \u062A\u0639\u06CC\u06CC\u0646 \u06A9\u0646\u06CC\u062F",subtitleTranslating:"\u062A\u0631\u062C\u0645\u0647 \u0632\u06CC\u0631\u0646\u0648\u06CC\u0633 \u0628\u0627 \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u0627\u0632 \u0633\u0631\u0648\u06CC\u0633 {service} \u060C \u0644\u0637\u0641\u0627 \u0635\u0628\u0631 \u06A9\u0646\u06CC\u062F... (\u062A\u0631\u062C\u0645\u0647 \u0647\u0645\u0647 \u062C\u0627\u0646\u0628\u0647)",subtitleLoading:"\u062F\u0631 \u062D\u0627\u0644 \u0628\u0627\u0631\u06AF\u06CC\u0631\u06CC \u0632\u06CC\u0631\u0646\u0648\u06CC\u0633...",bilingual:"\u062F\u0648 \u0632\u0628\u0627\u0646\u0647","field.action":"\u0627\u06CC\u0646\u06A9\u0647 \u0622\u06CC\u0627 \u0627\u0635\u0637\u0644\u0627\u062D\u0627\u062A Baidu \u0631\u0627 \u0641\u0639\u0627\u0644 \u06A9\u0646\u06CC\u062F","description.action":"\u067E\u0633 \u0627\u0632 \u0641\u0639\u0627\u0644 \u06A9\u0631\u062F\u0646\u060C \u067E\u0627\u0631\u0627\u0645\u062A\u0631 action=1 \u0628\u0647 \u062F\u0631\u062E\u0648\u0627\u0633\u062A \u0627\u0636\u0627\u0641\u0647 \u0645\u06CC\u200C\u0634\u0648\u062F \u062A\u0627 \u0628\u0647 Baidu \u0627\u0637\u0644\u0627\u0639 \u062F\u0627\u062F\u0647 \u0634\u0648\u062F \u062A\u0627 \u0627\u0635\u0637\u0644\u0627\u062D \u0641\u0639\u0627\u0644 \u0634\u0648\u062F. <1> \u0644\u0637\u0641\u0627\u064B \u0628\u0631\u0627\u06CC \u062F\u0633\u062A\u0648\u0631\u0627\u0644\u0639\u0645\u0644\u200C\u0647\u0627\u06CC \u0628\u06CC\u0634\u062A\u0631 \u0628\u0647 \u0645\u0633\u062A\u0646\u062F\u0627\u062A \u0631\u0633\u0645\u06CC \u0645\u0631\u0627\u062C\u0639\u0647 \u06A9\u0646\u06CC\u062F.",closeQuickTranslation:"\u062A\u0648\u067E \u0634\u0646\u0627\u0648\u0631 \u0631\u0627 \u0628\u0628\u0646\u062F\u06CC\u062F","closeQuickTranslation.untilNext":"\u062A\u0627 \u0628\u0627\u0632\u062F\u06CC\u062F \u0628\u0639\u062F\u06CC \u062A\u0639\u0637\u06CC\u0644 \u0627\u0633\u062A","closeQuickTranslation.currentWebsite":"\u0648\u0628 \u0633\u0627\u06CC\u062A \u0641\u0639\u0644\u06CC \u063A\u06CC\u0631\u0641\u0639\u0627\u0644 \u0627\u0633\u062A","closeQuickTranslation.alwaysClose":"\u0628\u0631\u0627\u06CC \u0647\u0645\u06CC\u0634\u0647 \u0627\u0632 \u06A9\u0627\u0631 \u0627\u0641\u062A\u0627\u062F\u0647 \u0627\u0633\u062A","closeQuickTranslation.settingOpen":"(\u062F\u0631 \u0635\u0641\u062D\u0647 \u062A\u0646\u0638\u06CC\u0645\u0627\u062A <1> \u0642\u0627\u0628\u0644 \u0645\u0634\u0627\u0647\u062F\u0647 \u0627\u0633\u062A \u0631\u0648\u0634\u0646 \u06A9\u0646)","closeQuickTranslation.cancel":"\u0644\u063A\u0648 \u06A9\u0646\u06CC\u062F","closeQuickTranslation.confirm":"\u0645\u0637\u0645\u0626\u0646","floatBall.popup":"\u067E\u0627\u0646\u0644 \u062A\u0646\u0638\u06CC\u0645\u0627\u062A \u0633\u0631\u06CC\u0639 \u0631\u0627 \u0628\u0627\u0632 \u06A9\u0646\u06CC\u062F","floatBall.translate":"\u0628\u0631\u0627\u06CC \u062A\u0631\u062C\u0645\u0647 \u0627\u06CC\u0646 \u0635\u0641\u062D\u0647 \u06A9\u0644\u06CC\u06A9 \u06A9\u0646\u06CC\u062F","floatBall.showOriginal":"\u0628\u0631\u0627\u06CC \u0628\u0627\u0632\u06AF\u0634\u062A \u0628\u0647 \u0645\u062A\u0646 \u0627\u0635\u0644\u06CC \u06A9\u0644\u06CC\u06A9 \u06A9\u0646\u06CC\u062F","floatBall.close":"\u062A\u0648\u067E \u0634\u0646\u0627\u0648\u0631 \u0631\u0627 \u0628\u0628\u0646\u062F\u06CC\u062F","floatBallOptions.enableDescPc":"\u067E\u0633 \u0627\u0632 \u0641\u0639\u0627\u0644 \u0634\u062F\u0646 \u062A\u0648\u067E \u0634\u0646\u0627\u0648\u0631 \u0635\u0641\u062D\u0647\u060C \u062F\u06A9\u0645\u0647 \u062A\u0631\u062C\u0645\u0647 \u0633\u0631\u06CC\u0639 \u062F\u0631 \u0633\u0645\u062A \u0631\u0627\u0633\u062A \u0635\u0641\u062D\u0647 \u0646\u0645\u0627\u06CC\u0634 \u062F\u0627\u062F\u0647 \u0645\u06CC \u0634\u0648\u062F.\u0628\u0631\u0627\u06CC \u062A\u0631\u062C\u0645\u0647 \u06A9\u0644\u06CC\u06A9 \u06A9\u0646\u06CC\u062F.","floatBallOptions.enableDesc":"\u5173\u95ED\u60AC\u6D6E\u7403\u540E\uFF0C\u53EF\u4EE5\u7528\u5FEB\u6377\u952E/{touch}\u5524\u8D77\u3002\u4E3A\u9632\u6B62\u4E0D\u614E\u5173\u95ED\u8BE5\u9009\u9879\u540E\u627E\u4E0D\u5230\u60AC\u6D6E\u7403\uFF0C\u5F3A\u70C8\u5EFA\u8BAE\u6536\u85CF\u672C\u8BBE\u7F6E\u9875","description.azureApiUrl":"\u0622\u062F\u0631\u0633 \u0631\u0627\u0628\u0637 API \u0633\u0641\u0627\u0631\u0634\u06CC \u0631\u0627 \u067E\u0631 \u06A9\u0646\u06CC\u062F",confirmSupportMouse:"\u786E\u8BA4\u5F53\u524D\u6D4F\u89C8\u5668\u652F\u6301\u9F20\u6807",confirmSupportMouseDescription:"\u062A\u0634\u062E\u06CC\u0635 \u062F\u0627\u062F\u0647 \u0634\u062F\u0647 \u0627\u0633\u062A \u06A9\u0647 \u0645\u0631\u0648\u0631\u06AF\u0631 \u0641\u0639\u0644\u06CC \u0627\u0632 \u0639\u0645\u0644\u06A9\u0631\u062F \u0645\u0627\u0648\u0633 \u067E\u0634\u062A\u06CC\u0628\u0627\u0646\u06CC \u0646\u0645\u06CC \u06A9\u0646\u062F. \u0622\u06CC\u0627 \u0645\u06CC \u062E\u0648\u0627\u0647\u06CC\u062F \u067E\u0634\u062A\u06CC\u0628\u0627\u0646\u06CC \u0627\u0632 \u0645\u0627\u0648\u0633 \u0631\u0627 \u0628\u0647 \u0627\u062C\u0628\u0627\u0631 \u0641\u0639\u0627\u0644 \u06A9\u0646\u06CC\u062F\u061F",sampleTargetText:"\u0634\u0628 \u0637\u0648\u0644\u0627\u0646\u06CC \u062F\u0631 \u0631\u0627\u0647 \u0627\u0633\u062A \u0648 \u0645\u0646 \u0627\u0632 \u0627\u06CC\u0646 \u0628\u0647 \u0628\u0639\u062F \u062A\u0627 \u0632\u0645\u0627\u0646\u06CC \u06A9\u0647 \u0628\u0645\u06CC\u0631\u0645 \u0645\u0631\u0627\u0642\u0628 \u062E\u0648\u0627\u0647\u0645 \u0628\u0648\u062F. \u0645\u0646 \u0646\u0647 \u0632\u0646 \u0645\u06CC\u06AF\u06CC\u0631\u0645\u060C \u0646\u0647 \u0634\u0627\u0647\u06CC\u060C \u0646\u0647 \u0641\u0631\u0632\u0646\u062F\u06CC. \u062A\u0627\u062C \u0628\u0631 \u0633\u0631 \u0646\u062E\u0648\u0627\u0647\u0645 \u06AF\u0630\u0627\u0634\u062A \u0648 \u0628\u0631\u0627\u06CC \u0627\u0641\u062A\u062E\u0627\u0631\u0627\u062A \u0645\u0633\u0627\u0628\u0642\u0647 \u0646\u0645\u06CC \u062F\u0647\u0645. \u0645\u0646 \u0648\u0638\u06CC\u0641\u0647 \u0627\u0645 \u0631\u0627 \u0635\u0627\u062F\u0642\u0627\u0646\u0647 \u0627\u0646\u062C\u0627\u0645 \u062E\u0648\u0627\u0647\u0645 \u062F\u0627\u062F\u060C \u0632\u0646\u062F\u0647 \u0645\u06CC \u0634\u0648\u0645 \u0648 \u0645\u06CC \u0645\u06CC\u0631\u0645.",sampleSourceText:"Night gathers, and now my watch begins. It shall not end until my death. I shall take no wife, hold no lands, father no children. I shall wear no crowns and win no glory. I shall live and die at my post.","subtitle.supportedSites":"\u5DF2\u652F\u6301\u5728\u8FD9\u4E9B\u7F51\u7AD9\u4F7F\u7528\u53CC\u8BED\u5B57\u5E55\uFF08\u6CE8\u610F\uFF1A\u7531\u4E8E\u6280\u672F\u9650\u5236\uFF0C\u90E8\u5206\u7F51\u7AD9\u5728\u9996\u6B21\u5F00\u542F\u5B57\u5E55\u540E\u9700\u8981\u91CD\u65B0\u5237\u65B0\u9875\u9762\uFF0C\u6216\u8005\u9700\u7B49\u5F85\u7FFB\u8BD1\u5B8C\u6210\u4EE5\u663E\u793A\u53CC\u8BED\u5B57\u5E55\uFF09\uFF1A",viewWithImmersiveTranslate:"\u53CC\u8BED\u7248\u672C(\u6C89\u6D78\u5F0F\u7FFB\u8BD1)",errorReason:"\u9519\u8BEF\u539F\u56E0\uFF1A{message}","proQuotaExceededError.onetime7day":'\uFF0C\u60A8\u53EF\u4EE5\u9009\u62E9\u4EE5\u4E0B\u65B9\u5F0F\u89E3\u51B3\uFF1A

1. \u5207\u6362\u5230 {anotherService} \u6216\u5176\u4ED6\u7FFB\u8BD1\u670D\u52A1
2. \u5347\u7EA7\u4E3A\u6708\u5EA6/\u5E74\u5EA6\u4F1A\u5458',"proQuotaExceededError.trial":'\uFF0C\u60A8\u53EF\u4EE5\u9009\u62E9\u4EE5\u4E0B\u65B9\u5F0F\u89E3\u51B3\uFF1A

1. \u5207\u6362\u5230 {anotherService} \u6216\u5176\u4ED6\u7FFB\u8BD1\u670D\u52A1
2. \u7ACB\u523B\u5347\u7EA7\u4E3A\u6B63\u5F0F\u4F1A\u5458',"proQuotaExceededError.nonTrial":'\uFF0C\u60A8\u53EF\u4EE5\u9009\u62E9\u4EE5\u4E0B\u65B9\u5F0F\u89E3\u51B3\uFF1A

1. \u5207\u6362\u5230 {anotherService} \u6216\u5176\u4ED6\u7FFB\u8BD1\u670D\u52A1
2. \u8D2D\u4E70 {translationService} \u989D\u5916\u6D41\u91CF\u5305',"proQuotaExceededError.resetTime":"
3. \u989D\u5EA6\u91CD\u7F6E\u65F6\u95F4\uFF1A{resetTime}","desc.touchShortcutsToggleTranslatePageOnlyTranslation":"\u0641\u0642\u0637 \u0645\u062A\u0646 \u062A\u0631\u062C\u0645\u0647 \u0628\u0647 \u0645\u0639\u0646\u06CC \u0627\u0633\u062A \u06A9\u0647 \u0641\u0642\u0637 \u0645\u062A\u0646 \u062A\u0631\u062C\u0645\u0647 \u0646\u0645\u0627\u06CC\u0634 \u062F\u0627\u062F\u0647 \u0645\u06CC \u0634\u0648\u062F\u060C \u0627\u06AF\u0631 \u0635\u0641\u062D\u0647 \u0648\u0628 \u0647\u0646\u0648\u0632 \u062A\u0631\u062C\u0645\u0647 \u0646\u0634\u062F\u0647 \u0627\u0633\u062A\u060C \u062D\u0627\u0644\u062A \u062A\u063A\u06CC\u06CC\u0631 \u062E\u0648\u0627\u0647\u062F \u06A9\u0631\u062F \u0648 \u062A\u0631\u062C\u0645\u0647 \u062E\u0648\u0627\u0647\u062F \u0634\u062F.","desc.toggleOnlyTransation":"\u062D\u0627\u0644\u062A \u0641\u0642\u0637 \u062A\u0631\u062C\u0645\u0647 \u0628\u0647 \u0627\u06CC\u0646 \u0645\u0639\u0646\u06CC \u0627\u0633\u062A \u06A9\u0647 \u0641\u0642\u0637 \u0645\u062A\u0646 \u062A\u0631\u062C\u0645\u0647 \u0634\u062F\u0647 \u0646\u0645\u0627\u06CC\u0634 \u062F\u0627\u062F\u0647 \u0645\u06CC \u0634\u0648\u062F\u060C \u0627\u06AF\u0631 \u0635\u0641\u062D\u0647 \u0648\u0628 \u0647\u0646\u0648\u0632 \u062A\u0631\u062C\u0645\u0647 \u0646\u0634\u062F\u0647 \u0628\u0627\u0634\u062F\u060C \u062D\u0627\u0644\u062A \u062A\u063A\u06CC\u06CC\u0631 \u062E\u0648\u0627\u0647\u062F \u06A9\u0631\u062F \u0648 \u062A\u0631\u062C\u0645\u0647 \u062E\u0648\u0627\u0647\u062F \u0634\u062F.",touchShortcutsToggleTranslatePageOnlyTranslation:"\u062A\u0646\u0638\u06CC\u0645 \u062D\u0631\u06A9\u062A \u0644\u0645\u0633\u06CC \u0635\u0641\u062D\u0647 \u0646\u0645\u0627\u06CC\u0634 \u0628\u0631\u0627\u06CC \u062A\u063A\u06CC\u06CC\u0631 \u0628\u06CC\u0646 \u062D\u0627\u0644\u062A \u062F\u0648\u0632\u0628\u0627\u0646\u0647 / \u0641\u0642\u0637 \u0645\u062A\u0646 \u062A\u0631\u062C\u0645\u0647 \u0634\u062F\u0647",download_started:"\u062F\u0627\u0646\u0644\u0648\u062F \u0634\u0631\u0648\u0639 \u0634\u062F\u0647 \u0627\u0633\u062A \u060C \u0627\u06AF\u0631 \u0628\u0647 \u0637\u0648\u0631 \u062E\u0648\u062F\u06A9\u0627\u0631 \u062F\u0627\u0646\u0644\u0648\u062F \u0646\u0634\u062F \u060C \u0644\u0637\u0641\u0627\u064B \u0628\u0647 \u0635\u0648\u0631\u062A \u062F\u0633\u062A\u06CC \u062F\u0627\u0646\u0644\u0648\u062F \u06A9\u0646\u06CC\u062F.",here:"\u0627\u06CC\u0646\u062C\u0627","translationFont.customPlaceholder":"\u0641\u0648\u0646\u062A",translationFont:"\u062A\u0646\u0638\u06CC\u0645 \u0641\u0648\u0646\u062A",batchEdit:"\u0639\u0645\u0644\u06CC\u0627\u062A \u062F\u0633\u062A\u0647 \u062C\u0645\u0639\u06CC","translationModeLang.translation.title":"\u0641\u0642\u0637 \u062D\u0627\u0644\u062A \u062A\u0631\u062C\u0645\u0647 \u0632\u0628\u0627\u0646","error.goReset":"\u0628\u0627\u0632\u0646\u0634\u0627\u0646\u06CC \u06A9\u0646\u06CC\u062F","translationFont.custom":"\u0648\u0631\u0648\u062F \u0641\u0648\u0646\u062A \u0633\u0641\u0627\u0631\u0634\u06CC","error.serveConfigError":"\u062E\u0637\u0627\u06CC \u067E\u06CC\u06A9\u0631\u0628\u0646\u062F\u06CC \u0633\u0631\u0648\u06CC\u0633",detectServiceLoading:"\u062F\u0631 \u062D\u0627\u0644 \u0628\u0631\u0631\u0633\u06CC \u062E\u062F\u0645\u0627\u062A \u062A\u0631\u062C\u0645\u0647 \u0645\u0648\u062C\u0648\u062F...","touch.mouse-translate":"\u062A\u0631\u062C\u0645\u0647 \u067E\u0627\u0631\u0627\u06AF\u0631\u0627\u0641 \u0645\u0634\u062E\u0635","translationModeUrl.translation.title":"\u0622\u062F\u0631\u0633 \u0627\u06CC\u0646\u062A\u0631\u0646\u062A\u06CC \u062D\u0627\u0644\u062A \u0641\u0642\u0637 \u062A\u0631\u062C\u0645\u0647","translationServices.inherit":"\u0628\u0627 \u062E\u062F\u0645\u0627\u062A \u062A\u0631\u062C\u0645\u0647 \u0627\u0635\u0644\u06CC \u062F\u0646\u0628\u0627\u0644 \u06A9\u0646\u06CC\u062F","error.reloadPageOfSetting":"\u067E\u0633 \u0627\u0632 \u067E\u06CC\u06A9\u0631\u0628\u0646\u062F\u06CC\u060C \u0644\u0637\u0641\u0627 \u0635\u0641\u062D\u0647 \u0631\u0627 \u062F\u0648\u0628\u0627\u0631\u0647 \u062A\u0627\u0632\u0647 \u06A9\u0646\u06CC\u062F \u0648 \u062F\u0648\u0628\u0627\u0631\u0647 \u062A\u0631\u062C\u0645\u0647 \u06A9\u0646\u06CC\u062F.","error.configError":"\u0627\u0637\u0644\u0627\u0639\u0627\u062A \u067E\u06CC\u06A9\u0631\u0628\u0646\u062F\u06CC \u063A\u06CC\u0631 \u0645\u0639\u0645\u0648\u0644\u06CC \u0627\u0633\u062A","error.proTokenInvalid":"\u0627\u06AF\u0631 \u06A9\u0627\u0631\u0628\u0631 Pro \u0647\u0633\u062A\u06CC\u062F\u060C \u0644\u0637\u0641\u0627\u064B \u067E\u0633 \u0627\u0632 \u0648\u0631\u0648\u062F \u0627\u0632 \u062E\u062F\u0645\u0627\u062A \u062A\u0631\u062C\u0645\u0647 Pro \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u06A9\u0646\u06CC\u062F.",videoSubtitlePreTranslationOff:"\u0632\u06CC\u0631\u0646\u0648\u06CC\u0633 \u0648\u06CC\u062F\u06CC\u0648 \u0627\u0648\u0644\u0648\u06CC\u062A \u062E\u0648\u0627\u0647\u062F \u062F\u0627\u062F \u0628\u0647 \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u0627\u0632 \u0632\u06CC\u0631\u0646\u0648\u06CC\u0633 \u0645\u0627\u0634\u06CC\u0646\u06CC \u0645\u0648\u062C\u0648\u062F \u062F\u0631 \u0648\u06CC\u062F\u06CC\u0648 \u0627\u0635\u0644\u06CC",toggleToService:"\u0628\u0647 {service} \u062A\u063A\u06CC\u06CC\u0631 \u062F\u0647\u06CC\u062F \u0648 \u062F\u0648\u0628\u0627\u0631\u0647 \u0627\u0645\u062A\u062D\u0627\u0646 \u06A9\u0646\u06CC\u062F","error.proUpgrade":"\u067E\u0633 \u0627\u0632 \u0627\u0631\u062A\u0642\u0627\u060C \u0644\u0637\u0641\u0627 \u0635\u0641\u062D\u0647 \u0631\u0627 \u062F\u0648\u0628\u0627\u0631\u0647 \u062A\u0631\u062C\u0645\u0647 \u06A9\u0646\u06CC\u062F.",enableSentryReport:"\u0648\u0642\u062A\u06CC \u062E\u0637\u0627\u06CC \u06AF\u0633\u062A\u0631\u0634 \u0631\u062E \u0645\u06CC \u062F\u0647\u062F\u060C \u0628\u0627 \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u0627\u0632 Sentry \u0628\u0631\u0627\u06CC \u0627\u0631\u0633\u0627\u0644 \u0628\u0627\u0632\u062E\u0648\u0631\u062F \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u06A9\u0646\u06CC\u062F.","error.403":"\u062E\u062F\u0645\u062A \u062E\u0637\u0627\u06CC \u0628\u0631\u06AF\u0634\u062A \u062F\u0627\u062F\u0647 \u0627\u0633\u062A\u060C \u0645\u0648\u0642\u062A\u0627\u064B \u0627\u062C\u0627\u0632\u0647 \u062F\u0633\u062A\u0631\u0633\u06CC \u0628\u0647 \u0627\u06CC\u0646 \u062E\u062F\u0645\u062A \u0631\u0627 \u0646\u062F\u0627\u0631\u06CC\u062F.",videoSubtitlePreTranslationOn:"\u0632\u06CC\u0631\u0646\u0648\u06CC\u0633 \u0647\u0627\u06CC \u0648\u06CC\u062F\u06CC\u0648 \u0628\u0647 \u0637\u0648\u0631 \u0627\u0648\u0644\u0648\u06CC\u062A\u06CC \u0627\u0632 \u062A\u0631\u062C\u0645\u0647 \u0641\u0631\u0648 \u0631\u0641\u062A\u06AF\u06CC \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u062E\u0648\u0627\u0647\u062F \u06A9\u0631\u062F.","translationModeUrl.translation.description":"\u0648\u0642\u062A\u06CC \u0648\u0628 \u0633\u0627\u06CC\u062A \u0628\u0631\u0627\u06CC \u062F\u0627\u0645\u0646\u0647 \u0647\u0627\u06CC \u0632\u06CC\u0631 \u0627\u0633\u062A\u060C \u0628\u0647 \u0637\u0648\u0631 \u062E\u0648\u062F\u06A9\u0627\u0631 \u0627\u0632 \u062D\u0627\u0644\u062A \u0641\u0642\u0637 \u0645\u062A\u0646 \u062A\u0631\u062C\u0645\u0647 \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u0645\u06CC \u06A9\u0646\u062F.","error.502":"\u062E\u062F\u0645\u062A \u062E\u0637\u0627 \u062F\u0627\u062F\u0647 \u0627\u0633\u062A\u060C \u062E\u062F\u0645\u062A \u0628\u0647 \u062A\u0627\u062E\u06CC\u0631 \u0627\u0641\u062A\u0627\u062F\u0647 \u0627\u0633\u062A\u060C \u0644\u0637\u0641\u0627 \u0628\u0639\u062F\u0627 \u062F\u0648\u0628\u0627\u0631\u0647 \u0627\u0645\u062A\u062D\u0627\u0646 \u06A9\u0646\u06CC\u062F.","error.openAIExceededQuota":"\u062E\u0637\u0627\u06CC \u0628\u0627\u0632\u06AF\u0634\u062A \u0633\u0631\u0648\u06CC\u0633: \u0645\u0648\u062C\u0648\u062F\u06CC \u062D\u0633\u0627\u0628 OpenAI \u0634\u0645\u0627 \u06A9\u0627\u0641\u06CC \u0646\u06CC\u0633\u062A\u060C \u0644\u0637\u0641\u0627\u064B \u0627\u0632 \u0637\u0631\u06CC\u0642 \u067E\u0646\u0644 \u0645\u062F\u06CC\u0631\u06CC\u062A\u06CC \u0631\u0633\u0645\u06CC OpenAI \u0634\u0627\u0631\u0698 \u06A9\u0646\u06CC\u062F \u06CC\u0627 \u06A9\u0627\u0631\u062A \u0627\u0639\u062A\u0628\u0627\u0631\u06CC \u062E\u0648\u062F \u0631\u0627 \u0645\u062A\u0635\u0644 \u06A9\u0646\u06CC\u062F.","translationModeLang.translation.description":"\u0648\u0642\u062A\u06CC \u0632\u0628\u0627\u0646 \u0635\u0641\u062D\u0647 \u0628\u0647 \u0632\u0628\u0627\u0646\u0647\u0627\u06CC \u0632\u06CC\u0631 \u0627\u0633\u062A\u060C \u0628\u0647 \u0637\u0648\u0631 \u062E\u0648\u062F\u06A9\u0627\u0631 \u0627\u0632 \u062D\u0627\u0644\u062A \u062A\u0631\u062C\u0645\u0647 \u0641\u0642\u0637 \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u0645\u06CC \u0634\u0648\u062F","error.429":"\u062E\u062F\u0645\u062A \u062E\u0637\u0627 \u0631\u0627 \u0628\u0631\u0645\u06CC \u06AF\u0631\u062F\u0627\u0646\u062F\u060C \u06A9\u0647 \u0646\u0634\u0627\u0646 \u0645\u06CC \u062F\u0647\u062F \u062F\u0631\u062E\u0648\u0627\u0633\u062A \u0628\u06CC\u0634 \u0627\u0632 \u062D\u062F \u0645\u06A9\u0631\u0631 \u06CC\u0627 \u0628\u06CC\u0634 \u0627\u0632 \u062D\u062F \u0645\u062D\u062F\u0648\u062F\u06CC\u062A \u0627\u0633\u062A\u060C \u0644\u0637\u0641\u0627 \u0628\u0639\u062F\u0627 \u062F\u0648\u0628\u0627\u0631\u0647 \u0627\u0645\u062A\u062D\u0627\u0646 \u06A9\u0646\u06CC\u062F.","error.400":"\u062E\u0637\u0627\u06CC\u06CC \u062F\u0631 \u0628\u0627\u0632\u06AF\u0634\u062A \u062E\u062F\u0645\u0627\u062A \u0631\u062E \u062F\u0627\u062F\u0647 \u0627\u0633\u062A \u060C \u067E\u0627\u0631\u0627\u0645\u062A\u0631 \u062F\u0631\u062E\u0648\u0627\u0633\u062A \u0627\u0634\u062A\u0628\u0627\u0647 \u0627\u0633\u062A \u060C \u0644\u0637\u0641\u0627\u064B \u067E\u06CC\u06A9\u0631\u0628\u0646\u062F\u06CC \u0645\u0631\u0628\u0648\u0637\u0647 \u0631\u0627 \u0628\u0631\u0631\u0633\u06CC \u06A9\u0646\u06CC\u062F.","error.googleLimitIp":"\u062E\u062F\u0645\u062A \u062E\u0637\u0627 \u0631\u0627 \u0628\u0631\u0645\u06CC \u06AF\u0631\u062F\u0627\u0646\u062F \u060C \u062E\u062F\u0645\u0627\u062A \u06AF\u0648\u06AF\u0644 \u0628\u0631\u0627\u06CC \u0627\u06CC\u0646 \u0622\u062F\u0631\u0633 IP \u0645\u062D\u062F\u0648\u062F \u0634\u062F\u0647 \u0627\u0633\u062A \u060C \u067E\u06CC\u0634\u0646\u0647\u0627\u062F \u0645\u06CC \u06A9\u0646\u06CC\u0645 \u0634\u0645\u0627 \u0646\u0648\u062F \u0634\u0628\u06A9\u0647 \u0631\u0627 \u062A\u063A\u06CC\u06CC\u0631 \u062F\u0647\u06CC\u062F.","translationFont.notSupportErrorMessage":"\u0644\u0637\u0641\u0627\u064B \u0646\u0627\u0645 \u0641\u0648\u0646\u062A\u06CC \u06A9\u0647 \u0648\u0627\u0631\u062F \u06A9\u0631\u062F\u0647 \u0627\u06CC\u062F \u0631\u0627 \u0628\u0631\u0631\u0633\u06CC \u06A9\u0646\u06CC\u062F \u062A\u0627 \u0645\u0637\u0645\u0626\u0646 \u0634\u0648\u06CC\u062F \u06A9\u0647 \u062F\u0631\u0633\u062A \u0627\u0633\u062A\u060C \u06CC\u0627 \u062A\u0623\u06CC\u06CC\u062F \u06A9\u0646\u06CC\u062F \u06A9\u0647 \u0627\u06CC\u0646 \u0641\u0648\u0646\u062A \u0628\u0631 \u0631\u0648\u06CC \u062F\u0633\u062A\u06AF\u0627\u0647 \u0634\u0645\u0627 \u0646\u0635\u0628 \u0634\u062F\u0647 \u0627\u0633\u062A.","error.gemini.429":"\u062E\u062F\u0645\u062A Gemini \u062F\u0631 \u062D\u0627\u0644 \u062D\u0627\u0636\u0631 \u0628\u0647 \u0638\u0631\u0641\u06CC\u062A \u062D\u062F\u0627\u06A9\u062B\u0631\u06CC \u062E\u0648\u062F \u0631\u0633\u06CC\u062F\u0647 \u0627\u0633\u062A\u060C \u0644\u0637\u0641\u0627\u064B \u0628\u0639\u062F\u0627\u064B \u062F\u0648\u0628\u0627\u0631\u0647 \u0627\u0645\u062A\u062D\u0627\u0646 \u06A9\u0646\u06CC\u062F \u06CC\u0627 \u0628\u0647 \u0633\u0631\u0648\u06CC\u0633 \u062A\u0631\u062C\u0645\u0647 \u062F\u06CC\u06AF\u0631\u06CC \u062A\u063A\u06CC\u06CC\u0631 \u062F\u0647\u06CC\u062F.","desc.toggleVideoSubtitlePreTranslation":"\u0628\u0639\u062F \u0641\u0634\u0627\u0631\u060C \u0632\u06CC\u0631\u0646\u0648\u06CC\u0633 \u062F\u0648\u0632\u0628\u0627\u0646\u0647 \u0648\u06CC\u062F\u06CC\u0648 \u0627\u0648\u0644\u0648\u06CC\u062A \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u0627\u0632 \u062A\u0646\u0638\u06CC\u0645\u0627\u062A \u062A\u0631\u062C\u0645\u0647 \u063A\u0648\u0637\u0647 \u0648\u0631 \u062E\u0648\u0627\u0647\u062F \u062F\u0627\u0634\u062A\u060C \u0628\u0627 \u0641\u0634\u0627\u0631 \u062F\u0648\u0628\u0627\u0631\u0647\u060C \u0627\u0648\u0644\u0648\u06CC\u062A \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u0627\u0632 \u0632\u06CC\u0631\u0646\u0648\u06CC\u0633 \u0645\u0627\u0634\u06CC\u0646\u06CC \u0627\u0635\u0644\u06CC \u0648\u06CC\u062F\u06CC\u0648 \u062E\u0648\u0627\u0647\u062F \u0628\u0648\u062F\u060C \u062A\u0648\u062C\u0647 \u062F\u0627\u0634\u062A\u0647 \u0628\u0627\u0634\u06CC\u062F: \u0627\u06CC\u0646 \u0645\u06CC\u0627\u0646\u0628\u0631 \u062A\u0646\u0638\u06CC\u0645\u0627\u062A \u062C\u0647\u0627\u0646\u06CC \u0631\u0627 \u062A\u063A\u06CC\u06CC\u0631 \u0645\u06CC \u062F\u0647\u062F.","error.openAIFreeLimit":"\u062E\u062F\u0645\u062A \u062E\u0637\u0627 \u0631\u0627 \u0628\u0631\u0645\u06CC \u06AF\u0631\u062F\u0627\u0646\u062F\u060C \u0641\u0631\u06A9\u0627\u0646\u0633 \u062F\u0631\u062E\u0648\u0627\u0633\u062A \u062A\u0631\u062C\u0645\u0647 \u0641\u0639\u0644\u06CC \u0628\u0647 \u062D\u062F\u0627\u06A9\u062B\u0631 3 \u0628\u0627\u0631 \u062F\u0631 \u062F\u0642\u06CC\u0642\u0647 \u0631\u0633\u06CC\u062F\u0647 \u0627\u0633\u062A\u060C \u0644\u0637\u0641\u0627\u064B \u0628\u0639\u062F\u0627\u064B \u062F\u0648\u0628\u0627\u0631\u0647 \u0627\u0645\u062A\u062D\u0627\u0646 \u06A9\u0646\u06CC\u062F. (\u0627\u06CC\u0646 \u0645\u062D\u062F\u0648\u062F\u06CC\u062A \u0631\u0633\u0645\u06CC OpenAI \u0628\u0631\u0627\u06CC API Key \u0631\u0627\u06CC\u06AF\u0627\u0646 \u0627\u0633\u062A\u060C \u0628\u0631\u0627\u06CC \u0631\u0641\u0639 \u0627\u06CC\u0646 \u0645\u062D\u062F\u0648\u062F\u06CC\u062A\u060C \u0644\u0637\u0641\u0627\u064B \u06A9\u0627\u0631\u062A \u0627\u0639\u062A\u0628\u0627\u0631\u06CC \u062E\u0648\u062F \u0631\u0627 \u062F\u0631 \u067E\u0646\u0644 OpenAI \u0645\u062A\u0635\u0644 \u06A9\u0646\u06CC\u062F.)","error.serveUnavailable":"\u062E\u062F\u0645\u062A [{serverName}] \u06A9\u0647 \u062F\u0631 \u062D\u0627\u0644 \u062D\u0627\u0636\u0631 \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u0645\u06CC \u06A9\u0646\u06CC\u062F \u0628\u0647 \u062F\u0644\u06CC\u0644 \u0645\u0634\u06A9\u0644\u0627\u062A \u0627\u062A\u0635\u0627\u0644 \u0628\u0647 \u0634\u0628\u06A9\u0647 \u06CC\u0627 \u0645\u0634\u06A9\u0644\u0627\u062A \u0627\u0631\u0627\u0626\u0647 \u062F\u0647\u0646\u062F\u0647 \u062E\u062F\u0645\u0627\u062A \u0645\u0648\u0642\u062A\u0627\u064B \u0642\u0627\u0628\u0644 \u062F\u0633\u062A\u0631\u0633\u06CC \u0646\u06CC\u0633\u062A. \u067E\u06CC\u0634\u0646\u0647\u0627\u062F \u0645\u06CC \u06A9\u0646\u06CC\u0645 \u0635\u0641\u062D\u0647 \u0631\u0627 \u062A\u0627\u0632\u0647 \u06A9\u0646\u06CC\u062F \u06CC\u0627 \u0627\u0632 \u0637\u0631\u06CC\u0642 <1>\u062A\u0646\u0638\u06CC\u0645\u0627\u062A \u0628\u0647 \u062E\u062F\u0645\u0627\u062A \u062A\u0631\u062C\u0645\u0647 \u062F\u06CC\u06AF\u0631\u06CC \u062A\u063A\u06CC\u06CC\u0631 \u062F\u0647\u06CC\u062F. \u0627\u06AF\u0631 \u0634\u0645\u0627 \u0639\u0636\u0648 <2>Pro \u0647\u0633\u062A\u06CC\u062F\u060C \u0645\u06CC \u062A\u0648\u0627\u0646\u06CC\u062F \u0627\u0632 \u062E\u062F\u0645\u0627\u062A \u062A\u0631\u062C\u0645\u0647 \u067E\u0627\u06CC\u062F\u0627\u0631\u062A\u0631 DeepL \u06CC\u0627 OpenAI \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u06A9\u0646\u06CC\u062F (<3>\u0627\u06CC\u0646\u062C\u0627 \u0631\u0627 \u0628\u0631\u0627\u06CC \u062A\u062C\u0631\u0628\u0647 \u0631\u0627\u06CC\u06AF\u0627\u0646 \u06A9\u0644\u06CC\u06A9 \u06A9\u0646\u06CC\u062F). \u0639\u0644\u0627\u0648\u0647 \u0628\u0631 \u0627\u06CC\u0646\u060C \u0645\u0645\u06A9\u0646 \u0627\u0633\u062A \u0646\u06CC\u0627\u0632 \u0628\u0627\u0634\u062F \u062A\u0646\u0638\u06CC\u0645\u0627\u062A \u0634\u0628\u06A9\u0647 \u06CC\u0627 \u067E\u0631\u0648\u06A9\u0633\u06CC \u062E\u0648\u062F \u0631\u0627 \u0628\u0631\u0631\u0633\u06CC \u06A9\u0646\u06CC\u062F.","widget.translateFile":"PDF/ePub",goLogin:"\u0648\u0631\u0648\u062F \u06A9\u0646\u06CC\u062F",notLogin:"\u0648\u0631\u0648\u062F \u0646\u0634\u062F\u0647 \u0627\u0633\u062A","error.reason":"\u062F\u0644\u06CC\u0644 \u062E\u0637\u0627",shortcutSettings:"\u0645\u06CC\u0627\u0646\u0628\u0631",alwaysTranslate:"\u0647\u0645\u06CC\u0634\u0647 \u062A\u0631\u062C\u0645\u0647 \u06A9\u0646\u06CC\u062F","translationServices.gemini":"\u062C\u0645\u0646\u06CC","slide.left":"\u0628\u0647 \u0631\u0627\u0633\u062A \u0628\u06A9\u0634\u06CC\u062F",loggedIn:"\u0648\u0627\u0631\u062F \u0634\u062F\u0647 \u0627\u06CC\u062F","floatBall.iKnow":"\u0645\u0646 \u0645\u06CC \u062F\u0627\u0646\u0645","intro.floatBallTitle":"\u062A\u0631\u062C\u0645\u0647 \u0633\u0631\u06CC\u0639 \u0628\u0627\u0644 \u0634\u0646\u0627\u0648\u0631","shortcutGroup.touch":"\u0698\u0633\u062A \u0647\u0627\u06CC \u062E\u0627\u0635 \u0635\u0641\u062D\u0647 \u0644\u0645\u0633\u06CC","tagsInput.add":"+ \u0627\u0636\u0627\u0641\u0647 \u06A9\u0631\u062F\u0646",shortcutSettingsTitle:"\u062A\u0646\u0638\u06CC\u0645\u0627\u062A \u0645\u06CC\u0627\u0646\u0628\u0631","widget.instruction":"\u062F\u0633\u062A\u0648\u0631\u0627\u0644\u0639\u0645\u0644 \u0627\u0633\u062A\u0641\u0627\u062F\u0647",touchShortcutsOff:"\u0628\u0633\u062A\u0647 \u0634\u062F\u0646","shortcutGroup.others":"\u06A9\u0644\u06CC\u062F\u0647\u0627\u06CC \u0645\u06CC\u0627\u0646\u0628\u0631 \u0633\u0641\u0627\u0631\u0634\u06CC \u0628\u06CC\u0634\u062A\u0631","error.subscriptionExpiredTitle":"\u0639\u0636\u0648\u06CC\u062A \u0645\u0646\u0642\u0636\u06CC \u0634\u062F\u0647 \u0627\u0633\u062A","error.retry":"\u062A\u0644\u0627\u0634 \u0645\u062C\u062F\u062F",neverTranslate:"\u0647\u0631\u06AF\u0632 \u062A\u0631\u062C\u0645\u0647 \u0646\u0645\u06CC \u06A9\u0646\u0645",networkError:"\u062E\u062F\u0645\u0627\u062A \u062A\u0631\u062C\u0645\u0647 \u06CC\u0627 \u0634\u0628\u06A9\u0647 \u0645\u0634\u06A9\u0644 \u062F\u0627\u0631\u062F","widget.translateFileTooltip":"\u062A\u0631\u062C\u0645\u0647 \u0627\u0633\u0646\u0627\u062F PDF\u060C EPUB\u060C SRT\u060C ASS\u060C HTML \u0648 TXT","slide.right":"\u0628\u0647 \u0686\u067E \u0628\u06A9\u0634\u06CC\u062F","multipleClick.3":"\u0633\u0647 \u0636\u0631\u0628\u0647 \u0645\u062A\u0648\u0627\u0644\u06CC","multipleClick.4":"\u0686\u0647\u0627\u0631 \u0636\u0631\u0628\u0647 \u0645\u062A\u0648\u0627\u0644\u06CC",pickAll:"\u0627\u0646\u062A\u062E\u0627\u0628 \u0647\u0645\u0647",contact:"\u0628\u0627 \u0645\u0627 \u062A\u0645\u0627\u0633 \u0628\u06AF\u06CC\u0631\u06CC\u062F","subtitle.bilingual":"\u0632\u06CC\u0631\u0646\u0648\u06CC\u0633 \u062F\u0648\u0632\u0628\u0627\u0646\u0647","shortcutGroup.shortcutsForTranslationServices":"\u06A9\u0644\u06CC\u062F\u0647\u0627\u06CC \u0645\u06CC\u0627\u0646\u0628\u0631 \u0645\u0631\u0628\u0648\u0637 \u0628\u0647 \u062E\u062F\u0645\u0627\u062A \u062A\u0631\u062C\u0645\u0647",buildSnapshots:"\u0627\u06CC\u062C\u0627\u062F \u0639\u06A9\u0633 \u0641\u0648\u0631\u06CC \u0627\u0632 \u0635\u0641\u062D\u0647 \u0648\u0628","widget.instructionTooltip":"\u062F\u0633\u062A\u0648\u0631\u0627\u0644\u0639\u0645\u0644 \u0631\u0627 \u0628\u0631\u0631\u0633\u06CC \u06A9\u0646\u06CC\u062F","widget.videoSubtitle":"\u0632\u06CC\u0631\u0646\u0648\u06CC\u0633 \u0648\u06CC\u062F\u06CC\u0648","multipleClick.2":"\u062F\u0648\u0628\u0627\u0631 \u06A9\u0644\u06CC\u06A9 \u06A9\u0646\u06CC\u062F","subtitle.autoDisableSubtitle":"\u0632\u06CC\u0631\u0646\u0648\u06CC\u0633 \u062F\u0648\u0632\u0628\u0627\u0646\u0647 \u0628\u0647 \u0635\u0648\u0631\u062A \u062E\u0648\u062F\u06A9\u0627\u0631 \u0641\u0639\u0627\u0644 \u0646\u0645\u06CC \u0634\u0648\u062F",mouseHoverCustomKeyTitle:"\u0633\u0641\u0627\u0631\u0634\u06CC \u06A9\u0631\u062F\u0646 \u0645\u06CC\u0627\u0646\u0628\u0631 \u0645\u0648\u0633 \u062F\u0631 \u062D\u0627\u0644\u062A \u0634\u0646\u0627\u0648\u0631","browser.translateWithOpenAI":"\u0627\u0632 OpenAI \u0628\u0631\u0627\u06CC \u062A\u0631\u062C\u0645\u0647 \u0645\u0648\u0642\u062A\u06CC \u0635\u0641\u062D\u0647 \u0641\u0639\u0644\u06CC \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u06A9\u0646\u06CC\u062F",neverTranslateThisSite:"\u0647\u0631\u06AF\u0632 \u0627\u06CC\u0646 \u0648\u0628\u0633\u0627\u06CC\u062A \u0631\u0627 \u062A\u0631\u062C\u0645\u0647 \u0646\u06A9\u0646\u06CC\u062F","browser.translateInputBox":"\u062A\u0631\u062C\u0645\u0647 \u0645\u062D\u062A\u0648\u0627\u06CC \u062C\u0639\u0628\u0647 \u0648\u0631\u0648\u062F\u06CC \u0641\u0639\u0644\u06CC","subtitle.hideQuickButton":"\u062F\u06CC\u06AF\u0631 \u0627\u06CC\u0646 \u0645\u06CC\u0627\u0646\u0628\u0631 \u0631\u0627 \u0646\u0634\u0627\u0646 \u0646\u062F\u0647","subtitle.showQuickButton":"\u062F\u0631 \u067E\u062E\u0634 \u06A9\u0646\u0646\u062F\u0647\u060C \u0645\u06CC\u0627\u0646\u0628\u0631 \u0632\u06CC\u0631\u0646\u0648\u06CC\u0633 \u062F\u0648\u0632\u0628\u0627\u0646\u0647 \u0646\u0645\u0627\u06CC\u0634 \u062F\u0627\u062F\u0647 \u0634\u0648\u062F","browser.translateWithTransmart":"\u0627\u0632 \u062A\u0631\u062C\u0645\u0647 \u0645\u0648\u0642\u062A\u06CC \u062A\u0646\u0633\u0646\u062A \u0628\u0631\u0627\u06CC \u0635\u0641\u062D\u0647 \u0641\u0639\u0644\u06CC \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u06A9\u0646\u06CC\u062F","intro.hoverTitle":"\u0645\u0648\u0634\u0648\u0627\u0631\u0647 \u0631\u0627 \u0628\u0631 \u0631\u0648\u06CC \u067E\u0627\u0631\u0627\u06AF\u0631\u0627\u0641 \u0641\u0639\u0644\u06CC \u0628\u06AF\u0630\u0627\u0631\u06CC\u062F \u062A\u0627 \u062A\u0631\u062C\u0645\u0647 \u0634\u0648\u062F","shortcutGroup.mouse":"\u062A\u0646\u0638\u06CC\u0645\u0627\u062A \u0645\u06CC\u0627\u0646\u0628\u0631 \u0645\u0648\u0633 \u062F\u0631 \u062D\u0627\u0644\u062A \u0634\u0646\u0627\u0648\u0631",temprarilyChangeTranslationTo_openai:"\u062F\u0631 \u062D\u0627\u0644 \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u0627\u0632 OpenAI \u0628\u0631\u0627\u06CC \u062A\u0631\u062C\u0645\u0647 \u0635\u0641\u062D\u0647 \u0641\u0639\u0644\u06CC \u0647\u0633\u062A\u0645","browser.translateWithDeepL":"\u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u0645\u0648\u0642\u062A \u0627\u0632 DeepL \u0628\u0631\u0627\u06CC \u062A\u0631\u062C\u0645\u0647 \u0635\u0641\u062D\u0647 \u0641\u0639\u0644\u06CC",translationOnlyMode:"\u0641\u0642\u0637 \u062D\u0627\u0644\u062A \u062A\u0631\u062C\u0645\u0647","widget.videoSubtitleTooltip":"\u067E\u0634\u062A\u06CC\u0628\u0627\u0646\u06CC \u0627\u0632 Youtube \u0648 {count}+ \u0633\u0627\u06CC\u062A \u0648\u06CC\u062F\u06CC\u0648\u06CC\u06CC \u062F\u06CC\u06AF\u0631",paragraphMinTextCountField:"\u062A\u0639\u062F\u0627\u062F \u06A9\u0645\u062A\u0631\u06CC\u0646 \u06A9\u0627\u0631\u0627\u06A9\u062A\u0631\u0647\u0627\u06CC \u0645\u0648\u0631\u062F \u0646\u06CC\u0627\u0632 \u0628\u0631\u0627\u06CC \u062A\u0631\u062C\u0645\u0647 \u067E\u0627\u0631\u0627\u06AF\u0631\u0627\u0641",temprarilyChangeTranslationTo_gemini:"\u062F\u0631 \u062D\u0627\u0644 \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u0627\u0632 Gemini \u0628\u0631\u0627\u06CC \u062A\u0631\u062C\u0645\u0647 \u0635\u0641\u062D\u0647 \u0641\u0639\u0644\u06CC \u0647\u0633\u062A\u0645","shortcutGroup.main":"\u0645\u06CC\u0627\u0646\u0628\u0631\u0647\u0627\u06CC \u06A9\u0644\u06CC\u062F\u06CC \u0639\u0645\u0644\u06A9\u0631\u062F \u0631\u0627\u06CC\u062C",temprarilyChangeTranslationTo_deepl:"\u062F\u0631 \u062D\u0627\u0644 \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u0627\u0632 \u062A\u0631\u062C\u0645\u0647 DeepL \u0628\u0631\u0627\u06CC \u0635\u0641\u062D\u0647 \u0641\u0639\u0644\u06CC",temprarilyChangeTranslationTo_transmart:"\u062F\u0631 \u062D\u0627\u0644 \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u0627\u0632 \u062A\u0631\u062C\u0645\u0647 \u062A\u0646\u0633\u0646\u062A \u0628\u0631\u0627\u06CC \u0635\u0641\u062D\u0647 \u0641\u0639\u0644\u06CC",alwaysTranslateThisSite:"\u0647\u0645\u06CC\u0634\u0647 \u0627\u06CC\u0646 \u0648\u0628\u0633\u0627\u06CC\u062A \u0631\u0627 \u062A\u0631\u062C\u0645\u0647 \u06A9\u0646\u06CC\u062F","browser.translateWithBing":"\u0627\u0632 \u062A\u0631\u062C\u0645\u0647 \u0645\u0627\u06CC\u06A9\u0631\u0648\u0633\u0627\u0641\u062A \u0628\u0631\u0627\u06CC \u062A\u0631\u062C\u0645\u0647 \u0645\u0648\u0642\u062A\u06CC \u0635\u0641\u062D\u0647 \u0641\u0639\u0644\u06CC \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u06A9\u0646\u06CC\u062F",upgradeToProErrorTitle:"\u0644\u0637\u0641\u0627\u064B \u0628\u0647 \u0639\u0636\u0648\u06CC\u062A Pro \u0627\u0631\u062A\u0642\u0627 \u062F\u0647\u06CC\u062F \u0648 \u0633\u067E\u0633 \u0627\u0632 \u0627\u06CC\u0646 \u062E\u062F\u0645\u062A \u062A\u0631\u062C\u0645\u0647 \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u06A9\u0646\u06CC\u062F","intro.subtitleTitle":"\u0646\u0645\u0627\u06CC\u0634 \u0632\u06CC\u0631\u0646\u0648\u06CC\u0633 \u062F\u0648\u0632\u0628\u0627\u0646\u0647 \u0648\u06CC\u062F\u06CC\u0648\u06CC \u0622\u0646\u0644\u0627\u06CC\u0646",temprarilyChangeTranslationTo_bing:"\u062F\u0631 \u062D\u0627\u0644 \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u0627\u0632 \u062A\u0631\u062C\u0645\u0647 \u0645\u0627\u06CC\u06A9\u0631\u0648\u0633\u0627\u0641\u062A \u0628\u0631\u0627\u06CC \u0635\u0641\u062D\u0647 \u0641\u0639\u0644\u06CC \u0647\u0633\u062A\u0645",touchShortcutsToggleTranslationMask:"\u062A\u0646\u0638\u06CC\u0645 \u0646\u0645\u0627\u06CC\u0634 \u0698\u0633\u062A \u0644\u0645\u0633\u06CC \u0628\u0631\u0627\u06CC \u0646\u0645\u0627\u06CC\u0634 \u0645\u062A\u0646 \u062A\u0631\u062C\u0645\u0647 / \u0646\u0645\u0627\u06CC\u0634 \u0645\u062A\u0646 \u0627\u0635\u0644\u06CC","browser.translateWithGemini":"\u0628\u0647 \u0637\u0648\u0631 \u0645\u0648\u0642\u062A \u0627\u0632 Gemini \u0628\u0631\u0627\u06CC \u062A\u0631\u062C\u0645\u0647 \u0635\u0641\u062D\u0647 \u0641\u0639\u0644\u06CC \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u06A9\u0646\u06CC\u062F","browser.toggleVideoSubtitlePreTranslation":"\u062A\u063A\u06CC\u06CC\u0631 \u0632\u06CC\u0631\u0646\u0648\u06CC\u0633 \u062F\u0648\u0632\u0628\u0627\u0646\u0647 \u0628\u0627 \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u0627\u0632 \u062A\u0646\u0638\u06CC\u0645\u0627\u062A \u062A\u0631\u062C\u0645\u0647 \u0641\u0631\u0648 \u0631\u0641\u062A\u0647 \u0627\u0648\u0644\u0648\u06CC\u062A \u062F\u0627\u0631\u062F",notLoginPro:"\u0634\u0645\u0627 \u0647\u0646\u0648\u0632 \u0628\u0647 \u062D\u0633\u0627\u0628 \u06A9\u0627\u0631\u0628\u0631\u06CC \u062E\u0648\u062F \u0648\u0627\u0631\u062F \u0646\u0634\u062F\u0647 \u0627\u06CC\u062F",touchShortcutsToggleTranslatePage:"\u0628\u0631\u0627\u06CC \u062A\u0631\u062C\u0645\u0647 \u0635\u0641\u062D\u0627\u062A \u0648\u0628 / \u0646\u0645\u0627\u06CC\u0634 \u0645\u062A\u0646 \u0627\u0635\u0644\u06CC \u060C \u062D\u0631\u06A9\u062A \u0647\u0627\u06CC \u0644\u0645\u0633\u06CC \u0631\u0627 \u062A\u0646\u0638\u06CC\u0645 \u06A9\u0646\u06CC\u062F",temprarilyChangeTranslationTo_google:"\u062F\u0631 \u062D\u0627\u0644 \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u0627\u0632 \u062A\u0631\u062C\u0645\u0647 \u06AF\u0648\u06AF\u0644 \u0628\u0631\u0627\u06CC \u0635\u0641\u062D\u0647 \u0641\u0639\u0644\u06CC \u0647\u0633\u062A\u0645","neverTranslateText.title":"\u0644\u0637\u0641\u0627\u064B \u06A9\u0644\u0645\u0627\u062A \u0632\u06CC\u0631 \u0631\u0627 \u0628\u0647 \u0635\u0648\u0631\u062A \u0627\u0635\u0644\u06CC \u062D\u0641\u0638 \u06A9\u0646\u06CC\u062F\u060C \u062A\u0631\u062C\u0645\u0647 \u0646\u06A9\u0646\u06CC\u062F.",touchShortcutsToggleTranslateTouchElement:"\u062A\u0646\u0638\u06CC\u0645 \u062D\u0631\u06A9\u062A \u0644\u0645\u0633\u06CC \u0635\u0641\u062D\u0647 \u0646\u0645\u0627\u06CC\u0634 \u0628\u0631\u0627\u06CC \u062A\u0631\u062C\u0645\u0647 \u067E\u0627\u0631\u0627\u06AF\u0631\u0627\u0641 \u0645\u0634\u062E\u0635","description.baiduField":"\u062D\u0648\u0632\u0647 \u0647\u0627\u06CC \u067E\u0634\u062A\u06CC\u0628\u0627\u0646\u06CC \u0634\u062F\u0647 \u0631\u0627 \u062F\u0631 <1>\u0627\u06CC\u0646\u062C\u0627 \u0628\u0628\u06CC\u0646\u06CC\u062F \u060C \u0627\u06AF\u0631 \u062E\u0627\u0644\u06CC \u0628\u0627\u0634\u062F \u0628\u0647 \u0645\u0639\u0646\u06CC \u0627\u06CC\u0646 \u0627\u0633\u062A \u06A9\u0647 \u062D\u0648\u0632\u0647 \u0627\u06CC \u0645\u0634\u062E\u0635 \u0646\u0634\u062F\u0647 \u0627\u0633\u062A",mouseHoverCustomKeyDescription:"\u0634\u0645\u0627 \u0645\u06CC \u062A\u0648\u0627\u0646\u06CC\u062F \u06CC\u06A9 \u0645\u06CC\u0627\u0646\u0628\u0631 \u062A\u0631\u06A9\u06CC\u0628\u06CC \u0633\u0641\u0627\u0631\u0634\u06CC \u0628\u0631\u0627\u06CC \u0645\u0648\u0633 \u0631\u0627 \u062A\u0639\u0631\u06CC\u0641 \u06A9\u0646\u06CC\u062F\u060C \u0645\u0627\u0646\u0646\u062F: Alt+Z\u060C Ctrl+E\u060C Cmd+Alt+E \u06CC\u0627 \u0641\u0642\u0637 Cmd\u060C \u0644\u0637\u0641\u0627 \u0628\u0647 \u0635\u0648\u0631\u062A \u062F\u0633\u062A\u06CC \u062F\u0627\u062E\u0644 \u06A9\u0646\u06CC\u062F.","floatBall.guideClickToTranslate":`\u0628\u0627 \u06A9\u0644\u06CC\u06A9 \u06A9\u0631\u062F\u0646 \u0628\u0631 \u0631\u0648\u06CC \u062A\u0648\u067E \u0634\u0646\u0627\u0648\u0631 \u062A\u0631\u062C\u0645\u0647 \u0641\u0648\u0631\u06CC + {env.imt_sub_trans_field}: Traducci\xF3n`,"subtitle.quickButton.cyan":"Azul","subtitle.quickButton.backgroundColor":"color de fondo","subtitle.quickButton.blue":"azul","subtitle.quickButton.translationTextColor":"Color de fuente de traducci\xF3n","subtitle.quickButton.translationPosition":"Posici\xF3n de traducci\xF3n","subtitle.quickButton.translationFontSize":"Tama\xF1o de fuente de traducci\xF3n","subtitle.quickButton.translationPositionBottom":"Debajo del texto original","subtitle.quickButton.sourceFontSize":"Tama\xF1o original de la fuente","subtitle.quickButton.green":"Verde","subtitle.quickButton.white":"blanco","subtitle.quickButton.red":"Rojo","subtitle.quickButton.magenta":"Magenta","translationServices.claude":"Claude","subtitle.quickButton.setting":"Configuraci\xF3n","subtitle.quickButton.yellow":"amarillo","subtitle.quickButton.backgroundOpacity":"Opacidad de fondo","subtitle.quickButton.black":"negro","subtitle.quickButton.sourceTextColor":"Color original de la fuente","subtitle.quickButton.translationPositionTop":"En la parte superior del texto original",attachSubtitleTranslating:"Usando {service} para traducir...","error.claude.403":"No tiene permiso para acceder al servicio, puede estar relacionado con las restricciones de \xE1rea de Claude, puede intentar cambiar su direcci\xF3n IP o usar otros servicios de traducci\xF3n.","browser.brandDescriptionForSafari":"\u3010Traducci\xF3n inmersiva\u3011Un complemento de traducci\xF3n de p\xE1ginas web biling\xFCe (original/traducci\xF3n) gratuito que tambi\xE9n soporta la traducci\xF3n de PDF y libros electr\xF3nicos EPUB manteniendo el formato original del documento, la traducci\xF3n de subt\xEDtulos biling\xFCes de videos en l\xEDnea como Youtube/Netflix, y soporta servicios de traducci\xF3n principales como Deepl/Google;","browser.PdfProFile":"AI impulsado por PDF Pro traducci\xF3n","browser.textTranslate":"Traducci\xF3n de texto"};var bh={nologin:"\u0648\u0627\u0631\u062F \u0646\u0634\u062F\u0647 \u0627\u06CC\u062F",loginForSafari:"\u0648\u0627\u0631\u062F \u0634\u0648\u06CC\u062F \u06CC\u0627 \u062B\u0628\u062A \u0646\u0627\u0645 \u06A9\u0646\u06CC\u062F",login:"\u767B\u5F55",manageAccount:"\u0645\u062F\u06CC\u0631\u06CC\u062A \u062D\u0633\u0627\u0628",openPremium:"\u0639\u0636\u0648\u06CC\u062A",logout:"\u062A\u0631\u06A9 \u06A9\u0631\u062F\u0646",curentPlan:"\u0628\u0633\u062A\u0647 \u0641\u0639\u0644\u06CC",endAt:"\u0628\u0644\u0648\u063A",endAuto:"\u062A\u0645\u062F\u06CC\u062F \u062E\u0648\u062F\u06A9\u0627\u0631",lineBreakMaxTextCount:"\u062D\u062F\u0627\u06A9\u062B\u0631 \u062A\u0639\u062F\u0627\u062F \u06A9\u0627\u0631\u0627\u06A9\u062A\u0631\u0647\u0627\u06CC \u0645\u062C\u0627\u0632 \u062F\u0631 \u0647\u0631 \u062C\u0645\u0644\u0647 \u067E\u0633 \u0627\u0632 \u0634\u06A9\u0633\u062A \u062E\u0637","translate-pdf":"\u0628\u0631\u0627\u06CC \u062A\u0631\u062C\u0645\u0647 PDF \u06A9\u0644\u06CC\u06A9 \u06A9\u0646\u06CC\u062F","noSupportTranslate-pdf":"\u0627\u0633\u06A9\u0631\u06CC\u067E\u062A \u067E\u0634\u062A\u06CC\u0628\u0627\u0646\u06CC \u0646\u0645\u06CC \u0634\u0648\u062F\u060C \u0644\u0637\u0641\u0627 \u0627\u0632 \u0627\u0641\u0632\u0648\u0646\u0647 \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u06A9\u0646\u06CC\u062F","translate-firefox-local-pdf":"\u0628\u0631\u0627\u06CC \u0628\u0627\u0631\u06AF\u06CC\u0631\u06CC PDF \u06A9\u0644\u06CC\u06A9 \u06A9\u0646\u06CC\u062F",enableLineBreak:"\u0641\u0639\u0627\u0644 \u06A9\u0631\u062F\u0646 \u0634\u06A9\u0633\u062A \u062E\u0637 \u062E\u0648\u062F\u06A9\u0627\u0631 \u0628\u0646\u062F \u0628\u0644\u0646\u062F",sponsorLabel:"\u062D\u0627\u0645\u06CC\u0627\u0646 \u062A\u0648\u0633\u0639\u0647\u200C\u062F\u0647\u0646\u062F\u06AF\u0627\u0646 \u0628\u0627 \u0634\u0631\u0648\u0639 \u0627\u0632 1 \u062F\u0644\u0627\u0631",help:"\u06A9\u0645\u06A9",browserShortcutsNoteForFirefox:"\u0628\u0631\u0627\u06CC \u062A\u063A\u06CC\u06CC\u0631 \u06A9\u0644\u06CC\u062F\u0647\u0627\u06CC \u0645\u06CC\u0627\u0646\u0628\u0631 \u062F\u0631 \u0645\u0631\u0648\u0631\u06AF\u0631 \u0641\u0627\u06CC\u0631\u0641\u0627\u06A9\u0633\u060C \u0628\u0627\u06CC\u062F \u0628\u0631\u06AF\u0647 \u0645\u062F\u06CC\u0631\u06CC\u062A \u0627\u0641\u0632\u0648\u0646\u0647\u200C\u0647\u0627 (about:addons) \u0631\u0627 \u0628\u0627\u0632 \u06A9\u0646\u06CC\u062F\u060C \u0633\u067E\u0633 \u0631\u0648\u06CC \xAB\u062A\u0646\u0638\u06CC\u0645\u0627\u062A\xBB \u06A9\u0644\u06CC\u06A9 \u06A9\u0646\u06CC\u062F \u0648 \u0633\u067E\u0633 \u0628\u0631\u0627\u06CC \u062A\u0646\u0638\u06CC\u0645 \u0631\u0648\u06CC \xAB\u0645\u062F\u06CC\u0631\u06CC\u062A \u06A9\u0644\u06CC\u062F\u0647\u0627\u06CC \u0645\u06CC\u0627\u0646\u0628\u0631\xBB \u06A9\u0644\u06CC\u06A9 \u06A9\u0646\u06CC\u062F",browserShortcutsNoteForChrome:"\u0628\u0631\u0627\u06CC \u0645\u0631\u0648\u0631\u06AF\u0631\u0647\u0627\u06CC Chrome \u0645\u0627\u0646\u0646\u062F\u060C \u0628\u0627\u06CC\u062F \u0628\u0631\u06AF\u0647 \u0645\u062F\u06CC\u0631\u06CC\u062A \u0627\u0641\u0632\u0648\u0646\u0647\u200C\u0647\u0627 \u0631\u0627 \u0628\u0631\u0627\u06CC \u062A\u063A\u06CC\u06CC\u0631 \u06A9\u0644\u06CC\u062F\u0647\u0627\u06CC \u0645\u06CC\u0627\u0646\u0628\u0631 \u0628\u0627\u0632 \u06A9\u0646\u06CC\u062F\u060C \u0622\u0646 \u0631\u0627 \u062F\u0631 \u062F\u0631\u06AF\u0627\u0647 \xAB\u0645\u062F\u06CC\u0631\u06CC\u062A \u06A9\u0644\u06CC\u062F\u0647\u0627\u06CC \u0645\u06CC\u0627\u0646\u0628\u0631\xBB (chrome://extensions/shortcuts) \u062A\u0646\u0638\u06CC\u0645 \u06A9\u0646\u06CC\u062F. \u0631\u0648\u06CC \u062F\u06A9\u0645\u0647 \u0632\u06CC\u0631 \u06A9\u0644\u06CC\u06A9 \u06A9\u0646\u06CC\u062F \u062A\u0627 \u0628\u0647 \u0628\u0631\u06AF\u0647 \u0645\u062F\u06CC\u0631\u06CC\u062A \u06A9\u0644\u06CC\u062F \u0645\u06CC\u0627\u0646\u0628\u0631 \u0628\u0631\u0648\u06CC\u062F.",browserShortcutsSucks:"\u0641\u0631\u0645\u062A \u06A9\u0644\u06CC\u062F \u0645\u06CC\u0627\u0646\u0628\u0631 \u0633\u0641\u0627\u0631\u0634\u06CC (\u0628\u062F\u0648\u0646 \u062A\u0634\u062E\u06CC\u0635 \u062E\u0648\u062F\u06A9\u0627\u0631\u060C \u0644\u0637\u0641\u0627 \u0645\u0633\u062A\u0642\u06CC\u0645\u0627 \u0648\u0627\u0631\u062F \u06A9\u0646\u06CC\u062F)\uFF1A\u0627\u0633\u062A",enableLineBreakDescription:"\u0648\u0642\u062A\u06CC \u0641\u0639\u0627\u0644 \u0628\u0627\u0634\u062F\u060C \u06CC\u06A9 \u0634\u06A9\u0633\u062A \u062E\u0637 \u062F\u0631 \u067E\u0627\u06CC\u0627\u0646 \u0647\u0631 \u062C\u0645\u0644\u0647 \u062F\u0631 \u06CC\u06A9 \u0628\u0646\u062F \u0628\u0644\u0646\u062F \u0628\u0631\u0627\u06CC \u062A\u0633\u0647\u06CC\u0644 \u062E\u0648\u0627\u0646\u062F\u0646 \u0627\u0639\u0645\u0627\u0644 \u0645\u06CC \u0634\u0648\u062F","browser.shortBrandName":"\u062A\u0631\u062C\u0645\u0647 \u0647\u0645\u0647\u062C\u0627\u0646\u0628\u0647","browser.brandName":"\u062A\u0631\u062C\u0645\u0647 \u0647\u0645\u0647\u200C\u062C\u0627\u0646\u0628\u0647","browser.brandDescription":"Web bilingual translation, completely free to use, supports Deepl/Google/Bing/Tencent/Youdao, etc.","browser.toggleTranslatePage":"\u062A\u0631\u062C\u0645\u0647 \u062A\u0627\u0631\u0646\u0645\u0627/\u0646\u0645\u0627\u06CC\u0634 \u0645\u062A\u0646 \u0627\u0635\u0644\u06CC","browser.toggleTranslateTheWholePage":"\u062A\u0631\u062C\u0645\u0647 \u062A\u0645\u0627\u0645 \u0628\u0631\u06AF\u0647/\u0646\u0645\u0627\u06CC\u0634 \u0645\u062A\u0646 \u0627\u0635\u0644\u06CC","browser.toggleOnlyTransation":"\u062A\u063A\u06CC\u06CC\u0631 \u0628\u0647 \u062D\u0627\u0644\u062A \u062F\u0648\u0632\u0628\u0627\u0646\u0647 / \u0641\u0642\u0637 \u0645\u062A\u0646 \u062A\u0631\u062C\u0645\u0647 \u0634\u062F\u0647","browser.toggleTranslateToThePageEndImmediately":"\u0627\u0632 \u0627\u0646\u062A\u0647\u0627\u06CC \u0628\u0631\u06AF\u0647 \u062A\u0631\u062C\u0645\u0647 \u06A9\u0646\u06CC\u062F/\u0646\u0645\u0627\u06CC\u0634 \u0645\u062A\u0646 \u0627\u0635\u0644\u06CC","browser.toggleTranslateTheMainPage":"\u062A\u0631\u062C\u0645\u0647 \u0642\u0633\u0645\u062A\u200C\u0647\u0627\u06CC \u0627\u0635\u0644\u06CC \u0628\u0631\u06AF\u0647/\u0646\u0645\u0627\u06CC\u0634 \u0645\u062A\u0646 \u0627\u0635\u0644\u06CC","browser.shareToDraft":"\u0627\u0634\u062A\u0631\u0627\u06A9\u200C\u06AF\u0630\u0627\u0631\u06CC \u0635\u0641\u062D\u0647 \u062F\u0648\u0632\u0628\u0627\u0646\u0647","browser.openOptionsPage":"\u0628\u0631\u06AF\u0647 \u062A\u0646\u0638\u06CC\u0645\u0627\u062A \u0631\u0627 \u0628\u0627\u0632 \u06A9\u0646\u06CC\u062F","browser.toggleTranslationMask":"\u0646\u0645\u0627\u06CC\u0634/\u067E\u0646\u0647\u0627\u0646 \u06A9\u0631\u062F\u0646 \u062C\u0644\u0648\u0647 \u062A\u0627\u0631\u06CC \u062A\u0631\u062C\u0645\u0647","browser.translateLocalPdfFile":"\u062A\u0631\u062C\u0645\u0647 \u067E\u0631\u0648\u0646\u062F\u0647 PDF \u0645\u062D\u0644\u06CC","browser.openEbookViewer":"\u06A9\u062A\u0627\u0628 \u0647\u0627\u06CC \u0627\u0644\u06A9\u062A\u0631\u0648\u0646\u06CC\u06A9\u06CC \u0645\u062D\u0644\u06CC \u0631\u0627 \u0628\u062E\u0648\u0627\u0646\u06CC\u062F","browser.openEbookBuilder":"\u06A9\u062A\u0627\u0628 \u0647\u0627\u06CC \u0627\u0644\u06A9\u062A\u0631\u0648\u0646\u06CC\u06A9\u06CC \u062F\u0648 \u0632\u0628\u0627\u0646\u0647 EPUB \u0627\u06CC\u062C\u0627\u062F \u06A9\u0646\u06CC\u062F","browser.translateLocalHtmlFile":"\u7FFB\u8BD1\u672C\u5730 HTML \u6587\u4EF6","browser.donateContext":"\u0628\u0627 \u0645\u0632\u0627\u06CC\u0627\u06CC \u062D\u0645\u0627\u06CC\u062A \u0645\u0627\u0644\u06CC \u0622\u0634\u0646\u0627 \u0634\u0648\u06CC\u062F","browser.translateLocalSubtitleFile":"\u0641\u0627\u06CC\u0644 \u0647\u0627\u06CC \u0632\u06CC\u0631\u0646\u0648\u06CC\u0633 \u0645\u062D\u0644\u06CC \u0631\u0627 \u062A\u0631\u062C\u0645\u0647 \u06A9\u0646\u06CC\u062F",confirmResetConfig:"\u0622\u06CC\u0627 \u0645\u0637\u0645\u0626\u0646 \u0647\u0633\u062A\u06CC\u062F \u06A9\u0647 \u0645\u06CC\u200C\u062E\u0648\u0627\u0647\u06CC\u062F \u062A\u0646\u0638\u06CC\u0645\u0627\u062A \u0631\u0627 \u0628\u0627\u0632\u0646\u0634\u0627\u0646\u06CC \u06A9\u0646\u06CC\u062F\u061F",translationLineBreakSettingTitle:"\u062A\u0646\u0638\u06CC\u0645\u0627\u062A \u0628\u0633\u062A\u0647 \u0628\u0646\u062F\u06CC \u062E\u0637 \u062A\u0631\u062C\u0645\u0647",smartLineBreak:"\u0628\u0633\u062A\u0647 \u0628\u0646\u062F\u06CC \u062E\u0637 \u0647\u0648\u0634\u0645\u0646\u062F",alwaysLineBreak:"\u0647\u0645\u06CC\u0634\u0647 \u0628\u067E\u06CC\u0686\u06CC\u062F",isShowContextMenu:"\u521B\u5EFA\u53F3\u952E\u83DC\u5355",toggleBeta:"\u0648\u06CC\u0698\u06AF\u06CC \u0647\u0627\u06CC \u0622\u0632\u0645\u0627\u06CC\u0634 \u0628\u062A\u0627 \u0631\u0627 \u0641\u0639\u0627\u0644 \u06A9\u0646\u06CC\u062F",betaDescription:"\u0648\u06CC\u0698\u06AF\u06CC\u200C\u0647\u0627\u06CC\u06CC \u0631\u0627 \u06A9\u0647 \u0647\u0646\u0648\u0632 \u0622\u0632\u0645\u0627\u06CC\u0634\u06CC \u0647\u0633\u062A\u0646\u062F \u0648 \u0647\u0645\u0686\u0646\u06CC\u0646 \u062E\u062F\u0645\u0627\u062A \u062A\u0631\u062C\u0645\u0647 \u0631\u0627 \u062F\u0631 \u0622\u0632\u0645\u0627\u06CC\u0634 \u0641\u0639\u0627\u0644 \u06A9\u0646\u06CC\u062F. \u0639\u0636\u0648<1>\u06AF\u0631\u0648\u0647 \u062A\u0644\u06AF\u0631\u0627\u0645 \u0634\u0648\u06CC\u062F \u0628\u06CC\u0634\u062A\u0631 \u0628\u062F\u0627\u0646\u06CC\u062F.",translationLineBreakSettingDescription:"\u5BF9\u4E8E\u8BD1\u6587\u7684\u4F4D\u7F6E\uFF1A\u603B\u662F\u6362\u884C/\u667A\u80FD\u6362\u884C\uFF08\u5F53\u6BB5\u843D\u591A\u4E8E{count}\u4E2A\u5B57\u7B26\u624D\u6362\u884C\u663E\u793A\u8BD1\u6587\uFF09",tempTranslateDomainTitle:"\u0686\u0647 \u0645\u062F\u062A \u0628\u0631\u0627\u06CC \u0641\u0639\u0627\u0644 \u06A9\u0631\u062F\u0646 \u0645\u0648\u0642\u062A \u062A\u0631\u062C\u0645\u0647 \u0648\u0628 \u0633\u0627\u06CC\u062A",tempTranslateDomainDescription:"\u5F53\u624B\u52A8\u7FFB\u8BD1\u67D0\u4E2A\u7F51\u9875\u7684\u65F6\u5019\uFF0C\u4E34\u65F6\u5F00\u542F\u8BE5\u7F51\u7AD9\u4E3A\u81EA\u52A8\u7FFB\u8BD1",xMinutes:"{count} \u062F\u0642\u06CC\u0642\u0647",disabled:"\u063A\u06CC\u0631 \u0641\u0639\u0627\u0644 \u06A9\u0631\u062F\u0646",changelog:"\u062A\u063A\u06CC\u06CC\u0631 \u06AF\u0632\u0627\u0631\u0634",toggleTranslatePageWhenThreeFingersOnTheScreen:"\u0628\u0631\u0627\u06CC \u062A\u0631\u062C\u0645\u0647 \u0635\u0641\u062D\u0647 \u0648\u0628/\u0646\u0645\u0627\u06CC\u0634 \u0645\u062A\u0646 \u0627\u0635\u0644\u06CC\u060C \u0647\u0645\u0632\u0645\u0627\u0646 \u0628\u0627 \u0686\u0646\u062F\u06CC\u0646 \u0627\u0646\u06AF\u0634\u062A \u0635\u0641\u062D\u0647 \u0631\u0627 \u0644\u0645\u0633 \u06A9\u0646\u06CC\u062F",toggleTranslationMaskWhenThreeFingersOnTheScreen:"\u0686\u0646\u062F\u06CC\u0646 \u0627\u0646\u06AF\u0634\u062A \u0631\u0627 \u0628\u0647 \u0637\u0648\u0631 \u0647\u0645\u0632\u0645\u0627\u0646 \u0644\u0645\u0633 \u06A9\u0646\u06CC\u062F \u062A\u0627 \u062C\u0644\u0648\u0647 \u062A\u0627\u0631\u06CC \u062A\u0631\u062C\u0645\u0647 \u0646\u0634\u0627\u0646 \u062F\u0627\u062F\u0647 \u06CC\u0627 \u067E\u0646\u0647\u0627\u0646 \u0634\u0648\u062F",fingerCountToToggleTranslagePageOnlyTranslationWhenTouching:"\u0628\u0631\u0627\u06CC \u062A\u0631\u062C\u0645\u0647 \u0635\u0641\u062D\u0647 \u0648\u0628 (\u0641\u0642\u0637 \u062A\u0631\u062C\u0645\u0647)/\u0646\u0645\u0627\u06CC\u0634 \u0645\u062A\u0646 \u0627\u0635\u0644\u06CC \u0628\u0627 \u0686\u0646\u062F\u06CC\u0646 \u0627\u0646\u06AF\u0634\u062A \u0647\u0645\u0632\u0645\u0627\u0646 \u0635\u0641\u062D\u0647 \u0631\u0627 \u0644\u0645\u0633 \u06A9\u0646\u06CC\u062F",addUrlDescription:"\u0627\u06CC\u0646 \u0645\u06CC \u062A\u0648\u0627\u0646\u062F \u06CC\u06A9 \u0646\u0627\u0645 \u062F\u0627\u0645\u0646\u0647 \u0628\u0627\u0634\u062F \u0648 \u0627\u0632 \u062D\u0631\u0648\u0641 \u0639\u0627\u0645 \u067E\u0634\u062A\u06CC\u0628\u0627\u0646\u06CC \u0645\u06CC \u06A9\u0646\u062F\u060C \u0645\u0627\u0646\u0646\u062F\uFF1A*.google.com\u060C google.com/mail/*\u060C https://www.google.com/*",general:"\u062A\u0646\u0638\u06CC\u0645\u0627\u062A \u067E\u0627\u06CC\u0647",clickToExpandConfig:"\u06AF\u0633\u062A\u0631\u0634 \u067E\u06CC\u06A9\u0631\u0628\u0646\u062F\u06CC \u0641\u0639\u0644\u06CC",import:"\u4ECE\u6587\u4EF6\u5BFC\u5165\u914D\u7F6E",export:"\u0635\u0627\u062F\u0631\u0627\u062A \u0628\u0647 \u0641\u0627\u06CC\u0644",toggleDebug:"\u06AF\u0632\u0627\u0631\u0634 \u0647\u0627\u06CC \u0627\u0634\u06A9\u0627\u0644 \u0632\u062F\u0627\u06CC\u06CC \u0631\u0627 \u0631\u0648\u06CC \u06A9\u0646\u0633\u0648\u0644 \u0686\u0627\u067E \u06A9\u0646\u06CC\u062F","fingers.0":"\u0628\u0633\u062A\u0647","fingers.2":"\u0644\u0645\u0633 \u062F\u0648 \u0627\u0646\u06AF\u0634\u062A\u06CC","fingers.3":"\u0644\u0645\u0633 \u0633\u0647 \u0627\u0646\u06AF\u0634\u062A","fingers.4":"\u0644\u0645\u0633 \u0686\u0647\u0627\u0631 \u0627\u0646\u06AF\u0634\u062A","fingers.5":"\u0644\u0645\u0633 \u067E\u0646\u062C \u0627\u0646\u06AF\u0634\u062A",mouseHoldKey:"+ {key} \u0627\u06CC\u0646 \u067E\u0627\u0631\u0627\u06AF\u0631\u0627\u0641 \u0631\u0627 \u062A\u0631\u062C\u0645\u0647/\u0628\u0627\u0632\u06CC\u0627\u0628\u06CC \u06A9\u0646\u06CC\u062F",mouseHoldKeyAuto:"\u0627\u06CC\u0646 \u067E\u0627\u0631\u0627\u06AF\u0631\u0627\u0641 \u0631\u0627 \u0645\u0633\u062A\u0642\u06CC\u0645\u0627\u064B \u062A\u0631\u062C\u0645\u0647 \u06A9\u0646\u06CC\u062F",mouseHoldKeyOff:"\u0647\u06CC\u0686 \u06A9\u0627\u0631\u06CC \u0646\u06A9\u0646",mouseHoldKeyOther:"\u06A9\u0644\u06CC\u062F\u0647\u0627\u06CC \u0645\u06CC\u0627\u0646\u0628\u0631 \u0633\u0641\u0627\u0631\u0634\u06CC (\u062A\u0646\u0638\u06CC\u0645\u0627\u062A \u0628\u0627\u0632)",mouseHoldKeyCustomKey:"0 \u0627\u06CC\u0646 \u067E\u0627\u0631\u0627\u06AF\u0631\u0627\u0641 \u0631\u0627 {key} / \u0628\u0627\u0632\u06CC\u0627\u0628\u06CC \u06A9\u0646\u06CC\u062F",mouseHoverHoldKey:"\u0645\u0627\u0648\u0633 \u0631\u0627 \u0646\u06AF\u0647 \u062F\u0627\u0631\u06CC\u062F \u0648 \u06A9\u0644\u06CC\u062F \u0645\u06CC\u0627\u0646\u0628\u0631 \u0631\u0627 \u0641\u0634\u0627\u0631 \u062F\u0647\u06CC\u062F \u062A\u0627 \u067E\u0627\u0631\u0627\u06AF\u0631\u0627\u0641 \u062A\u0631\u062C\u0645\u0647 \u0634\u0648\u062F","mouse-translate":"MouseTranslateWhen",document:"\u0633\u0646\u062F",resetSuccess:"\u0647\u0645\u0647 \u062A\u0646\u0638\u06CC\u0645\u0627\u062A \u0628\u0627 \u0645\u0648\u0641\u0642\u06CC\u062A \u0628\u0627\u0632\u0646\u0634\u0627\u0646\u06CC \u0634\u062F",resetThisSuccess:"\u0628\u0627\u0632\u0646\u0634\u0627\u0646\u06CC \u0628\u0627 \u0645\u0648\u0641\u0642\u06CC\u062A \u0627\u0646\u062C\u0627\u0645 \u0634\u062F",saved:"\u0628\u0627 \u0645\u0648\u0641\u0642\u06CC\u062A \u0630\u062E\u06CC\u0631\u0647 \u0634\u062F",successImportConfig:"\u067E\u06CC\u06A9\u0631\u0628\u0646\u062F\u06CC \u0628\u0627 \u0645\u0648\u0641\u0642\u06CC\u062A \u0648\u0627\u0631\u062F \u0634\u062F",goAdvancedSettings:"\u0628\u0647 \u0635\u0641\u062D\u0647 \u062A\u0646\u0638\u06CC\u0645\u0627\u062A \u067E\u06CC\u0634\u0631\u0641\u062A\u0647 \u0628\u0631\u0648\u06CC\u062F",goAdvancedInterfaceSettings:"\u0628\u0647 \u0635\u0641\u062D\u0647 \u062A\u0646\u0638\u06CC\u0645\u0627\u062A \u0633\u0641\u0627\u0631\u0634\u06CC \u0633\u0627\u0632\u06CC \u067E\u06CC\u0634\u0631\u0641\u062A\u0647 \u0628\u0631\u0648\u06CC\u062F",advanced:"\u062A\u0646\u0638\u06CC\u0645\u0627\u062A \u067E\u06CC\u0634\u0631\u0641\u062A\u0647",advancedDescription:"\u0628\u0647 \u0637\u0648\u0631 \u06A9\u0644\u06CC\u060C \u0647\u06CC\u0686 \u062A\u0646\u0638\u06CC\u0645\u06CC \u0644\u0627\u0632\u0645 \u0646\u06CC\u0633\u062A\u060C \u0641\u0642\u0637 \u067E\u06CC\u0634 \u0641\u0631\u0636 \u0631\u0627 \u062D\u0641\u0638 \u06A9\u0646\u06CC\u062F. \u0641\u0642\u0637 \u0628\u0631\u0627\u06CC \u06A9\u0627\u0631\u0628\u0631\u0627\u0646 \u062D\u0631\u0641\u0647 \u0627\u06CC \u062A\u0631\u060C \u062A\u0646\u0638\u06CC\u0645\u0627\u062A \u0634\u062E\u0635\u06CC \u062A\u0631 \u0627\u0631\u0627\u0626\u0647 \u0634\u062F\u0647 \u0627\u0633\u062A.",developer:"\u062A\u0646\u0638\u06CC\u0645\u0627\u062A \u0628\u0631\u0646\u0627\u0645\u0647 \u0646\u0648\u06CC\u0633",donateCafe:"\u8BF7\u5F00\u53D1\u8005\u559D\u676F\u5496\u5561","translate to the bottom of the page":"\u6253\u5F00\u7F51\u9875\u540E\uFF0C\u662F\u5426\u7ACB\u5373\u7FFB\u8BD1\u5230\u9875\u9762\u5E95\u90E8\uFF1F",feedback:"\u0628\u0627\u0632\u062E\u0648\u0631\u062F",toggleTranslatePage:"\u062A\u0631\u062C\u0645\u0647 \u0635\u0641\u062D\u0647 \u0648\u0628/\u0646\u0645\u0627\u06CC\u0634 \u0645\u062A\u0646 \u0627\u0635\u0644\u06CC",translateToThePageEndImmediatelyDescription:"\u5F00\u542F\u540E\uFF0C\u5C06\u4F1A\u7ACB\u5373\u7FFB\u8BD1\u7F51\u9875\u4ECE\u9876\u90E8\u5230\u5E95\u90E8\u7684\u5185\u5BB9\uFF0C\u800C\u4E0D\u662F\u8FB9\u770B\u8FB9\u8BD1\u3002\uFF08\u4E0D\u63A8\u8350\u5F00\u542F\uFF09","translate all areas of the page":"\u0622\u06CC\u0627 \u0628\u0631\u0627\u06CC \u062A\u0631\u062C\u0645\u0647 \u0647\u0645\u0647 \u0642\u0633\u0645\u062A \u0647\u0627\u06CC \u0635\u0641\u062D\u0647 \u0648\u0628",translationAreaDescription:"\u5F00\u542F\u540E\uFF0C\u6574\u4E2A\u7F51\u9875\u7684\u533A\u57DF\u90FD\u4F1A\u88AB\u7FFB\u8BD1\uFF0C\u800C\u4E0D\u662F\u9ED8\u8BA4\u7684\u667A\u80FD\u8BC6\u522B\u4E3B\u8981\u533A\u57DF\u53BB\u7FFB\u8BD1\uFF08\u4E0D\u63A8\u8350\u5F00\u542F\uFF09","the number of characters to be translated first":"\u524D\u591A\u5C11\u4E2A\u5B57\u7B26\u65E0\u9700\u7B49\u5F85\u6EDA\u52A8\u5230\u53EF\u89C6\u533A\u57DF\uFF0C\u76F4\u63A5\u7FFB\u8BD1\uFF1F","interface language":"\u0632\u0628\u0627\u0646 \u0631\u0627\u0628\u0637","display both the original text and the translation":"\u0646\u0645\u0627\u06CC\u0634 \u0645\u062A\u0646 \u0627\u0635\u0644\u06CC \u0648 \u062A\u0631\u062C\u0645\u0647 \u0628\u0647 \u0637\u0648\u0631 \u0647\u0645\u0632\u0645\u0627\u0646","keyboard shortcuts":"\u0645\u06CC\u0627\u0646\u0628\u0631\u0647\u0627\u06CC \u0635\u0641\u062D\u0647 \u06A9\u0644\u06CC\u062F",modify:"\u06A9\u0644\u06CC\u062F\u0647\u0627\u06CC \u0645\u06CC\u0627\u0646\u0628\u0631 \u0631\u0627 \u062A\u063A\u06CC\u06CC\u0631 \u062F\u0647\u06CC\u062F",reset:"\u062A\u0646\u0638\u06CC\u0645 \u0645\u062C\u062F\u062F",close:"\u0628\u0633\u062A\u0647",homepage:"\u0635\u0641\u062D\u0647 \u0646\u062E\u0633\u062A",more:"\u0628\u06CC\u0634\u062A\u0631",moreOptions:"\u06AF\u0632\u06CC\u0646\u0647 \u0647\u0627\u06CC \u0633\u0641\u0627\u0631\u0634\u06CC \u0633\u0627\u0632\u06CC \u0628\u06CC\u0634\u062A\u0631\u06CC \u0631\u0627 \u06AF\u0633\u062A\u0631\u0634 \u062F\u0647\u06CC\u062F",translateTheWholePage:"\u062A\u0631\u062C\u0645\u0647 \u062A\u0645\u0627\u0645 \u0642\u0633\u0645\u062A\u200C\u0647\u0627\u06CC \u0635\u0641\u062D\u0647 (\u0645\u062A\u0641\u0627\u0648\u062A \u0627\u0632 \u0642\u0633\u0645\u062A\u200C\u0647\u0627\u06CC \u0627\u0635\u0644\u06CC \u062A\u0634\u062E\u06CC\u0635 \u0647\u0648\u0634\u0645\u0646\u062F)",changeToTranslateTheWholePage:"\u5207\u6362\u4E3A\u7FFB\u8BD1\u9875\u9762\u6240\u6709\u533A\u57DF",changeToTranslateTheMainPage:"\u5207\u6362\u4E3A\u667A\u80FD\u7FFB\u8BD1\u4E3B\u8981\u533A\u57DF",changeToOnlyTranslationMode:"\u0628\u0647 \u0646\u0645\u0627\u06CC\u0634 \u0641\u0642\u0637 \u062A\u0631\u062C\u0645\u0647 \u0647\u0627 \u0628\u0631\u0648\u06CC\u062F",changeToDualTranslationMode:"\u0628\u0647 \u062A\u0631\u062C\u0645\u0647 \u062F\u0648 \u0632\u0628\u0627\u0646\u0647 \u0628\u0631\u0648\u06CC\u062F",translateToThePageEndImmediately:"\u7ACB\u5373\u7FFB\u8BD1\u5230\u9875\u9762\u5E95\u90E8\uFF08\u533A\u522B\u4E8E\u6EDA\u52A8\u7FFB\u8BD1\uFF09",translateTheMainPage:"\u0632\u0645\u06CC\u0646\u0647 \u0647\u0627\u06CC \u0627\u0635\u0644\u06CC \u062A\u0631\u062C\u0645\u0647 \u0647\u0648\u0634\u0645\u0646\u062F","The local rules are up to date":"\u0642\u0648\u0627\u0646\u06CC\u0646 \u0633\u0627\u0632\u06AF\u0627\u0631\u06CC \u0645\u062D\u0644\u06CC \u0628\u0647 \u0631\u0648\u0632 \u0647\u0633\u062A\u0646\u062F:","Successfully synchronized with the latest official rules:":"\u0622\u062E\u0631\u06CC\u0646 \u0642\u0648\u0627\u0646\u06CC\u0646 \u0627\u0646\u0637\u0628\u0627\u0642 \u0631\u0633\u0645\u06CC \u0628\u0627 \u0645\u0648\u0641\u0642\u06CC\u062A \u0647\u0645\u06AF\u0627\u0645 \u0633\u0627\u0632\u06CC \u0634\u062F:","Checking for updates":"\u0628\u0631\u0631\u0633\u06CC \u0628\u0647 \u0631\u0648\u0632 \u0631\u0633\u0627\u0646\u06CC","Rules are being synchronized":"\u0647\u0645\u06AF\u0627\u0645 \u0633\u0627\u0632\u06CC \u0642\u0648\u0627\u0646\u06CC\u0646 \u0633\u0627\u0632\u06AF\u0627\u0631\u06CC",localVersionIsTooOld:"\u672C\u5730\u6269\u5C55\u7248\u672C\u8FC7\u65E7\uFF0C\u8BF7\u5347\u7EA7\u6269\u5C55\u5230 {minVersion} \u6216\u4E4B\u540E\u7684\u7248\u672C\u518D\u5C1D\u8BD5\u540C\u6B65",badUserscriptBrowser:"\u8BE5\u6D4F\u89C8\u5668\u672A\u6B63\u786E\u5B9E\u73B0\u6CB9\u7334\u7684\u63A5\u53E3\uFF0C\u8BF7\u4F7F\u7528\u5176\u4ED6<1>\u652F\u6301\u6CB9\u7334\u7684\u6D4F\u89C8\u5668\u5982(Firefox Nightly \u7248\u672C)",foundNewVersion:"\u0646\u0633\u062E\u0647 \u062C\u062F\u06CC\u062F \u067E\u06CC\u062F\u0627 \u0634\u062F",theLocalExtensionIsUpToUpdate:"\u0627\u0641\u0632\u0648\u0646\u0647 \u0641\u0639\u0644\u06CC \u0622\u062E\u0631\u06CC\u0646 \u0646\u0633\u062E\u0647 \u0627\u0633\u062A.",failToSyncRules:"\u0647\u0645\u06AF\u0627\u0645 \u0633\u0627\u0632\u06CC \u0622\u062E\u0631\u06CC\u0646 \u0642\u0648\u0627\u0646\u06CC\u0646 \u0627\u0646\u0637\u0628\u0627\u0642 \u0627\u0646\u062C\u0627\u0645 \u0646\u0634\u062F",retry:"\u062C\u0647\u062A \u062A\u0644\u0627\u0634 \u062F\u0648\u0628\u0627\u0631\u0647 \u0627\u06CC\u0646\u062C\u0627 \u06A9\u0644\u06CC\u06A9 \u06A9\u0646\u06CC\u062F",failedReason:"\u062F\u0644\u06CC\u0644 \u0634\u06A9\u0633\u062A",currentRuleVersion:"\u0646\u0633\u062E\u0647 \u0642\u0627\u0646\u0648\u0646 \u0641\u0639\u0644\u06CC",calculating:"\u062F\u0631 \u062D\u0627\u0644 \u0645\u062D\u0627\u0633\u0628\u0647",unknownError:"\u0627\u0634\u062A\u0628\u0627\u0647 \u0646\u0627\u0634\u0646\u0627\u062E\u062A\u0647",canNotFetchRemoteRule:"\u0646\u0645\u06CC \u062A\u0648\u0627\u0646 \u0642\u0648\u0627\u0646\u06CC\u0646 \u0631\u0627\u0647 \u062F\u0648\u0631 \u0631\u0627 \u062F\u0631\u06CC\u0627\u0641\u062A \u06A9\u0631\u062F",enableAlphaSuccess:"\u062A\u0627\u0628\u0639 \u0622\u0644\u0641\u0627 \u0631\u0648\u0634\u0646 \u0634\u062F",disableAlphaSuccess:"\u0648\u06CC\u0698\u06AF\u06CC \u0622\u0644\u0641\u0627 \u062E\u0627\u0645\u0648\u0634 \u0634\u062F",cacheSize:"\u0627\u0646\u062F\u0627\u0632\u0647 \u06A9\u0634\uFF1A",cleaning:"\u062A\u0645\u06CC\u0632 \u06A9\u0631\u062F\u0646",cleanCache:"\u067E\u0627\u06A9 \u06A9\u0631\u062F\u0646 \u062D\u0627\u0641\u0638\u0647 \u067E\u0646\u0647\u0627\u0646",options:"\u0628\u0631\u067E\u0627\u06CC\u06CC",about:"\u062F\u0631 \u0628\u0627\u0631\u0647",service:"\u062E\u062F\u0645\u0627\u062A \u062A\u0631\u062C\u0645\u0647",needAction:"(\u0628\u0647 \u062A\u0646\u0638\u06CC\u0645\u0627\u062A \u0628\u0631\u0648\u06CC\u062F)",goSettings:"\u0628\u0647 \u062A\u0646\u0638\u06CC\u0645\u0627\u062A \u0628\u0631\u0648\u06CC\u062F",needActionForOptions:"(\u0646\u06CC\u0627\u0632 \u0628\u0647 \u062A\u0646\u0638\u06CC\u0645)",translationEngine:"\u06AF\u0632\u06CC\u0646\u0647 \u0647\u0627\u06CC \u0645\u0648\u062A\u0648\u0631",sourceLanguage:"\u0632\u0628\u0627\u0646 \u0627\u0635\u0644\u06CC",target:"\u0632\u0628\u0627\u0646 \u0645\u0642\u0635\u062F",popupSourceLanguage:"\u0632\u0628\u0627\u0646 \u0627\u0635\u0644\u06CC",popupTarget:"\u0632\u0628\u0627\u0646 \u0645\u0642\u0635\u062F",popupService:"\u062E\u062F\u0645\u0627\u062A \u062A\u0631\u062C\u0645\u0647",forThisSite:"\u0648\u0628 \u0633\u0627\u06CC\u062A \u0641\u0639\u0644\u06CC",autoEnableSubtitle:"\u0632\u06CC\u0631\u0646\u0648\u06CC\u0633\u200C\u0647\u0627\u06CC \u062F\u0648\u0632\u0628\u0627\u0646\u0647 \u0631\u0627 \u0628\u0647\u200C\u0637\u0648\u0631 \u062E\u0648\u062F\u06A9\u0627\u0631 \u0631\u0648\u0634\u0646 \u06A9\u0646\u06CC\u062F",alwaysTranslateSomeLanguage:"\u603B\u662F\u7FFB\u8BD1{language}",neverTranslateSomeLanguage:"\u6C38\u4E0D\u7FFB\u8BD1{language}",alwaysTranslateSomeSite:"\u0647\u0645\u06CC\u0634\u0647 {hostname}\u0631\u0627 \u062A\u0631\u062C\u0645\u0647 \u06A9\u0646\u06CC\u062F",neverTranslateSomeSite:"\u0647\u0631\u06AF\u0632 {hostname}\u0631\u0627 \u062A\u0631\u062C\u0645\u0647 \u0646\u06A9\u0646\u06CC\u062F",alwaysTranslateSomeSiteOrWildSite:"\u0647\u0645\u06CC\u0634\u0647 \u0627\u06CC\u0646 \u0633\u0627\u06CC\u062A \u0631\u0627 \u062A\u0631\u062C\u0645\u0647 \u06A9\u0646\u06CC\u062F",alwaysTranslateSomePage:"\u0647\u0645\u06CC\u0634\u0647 \u0627\u06CC\u0646 \u0635\u0641\u062D\u0647 \u0631\u0627 \u062A\u0631\u062C\u0645\u0647 \u06A9\u0646\u06CC\u062F",add:"\u0627\u0636\u0627\u0641\u0647 \u06A9\u0631\u062F\u0646 \u0628\u0647",default:"\u067E\u06CC\u0634 \u0641\u0631\u0636",forThisLanguage:"\u0628\u0631\u0627\u06CC \u0627\u06CC\u0646 \u0632\u0628\u0627\u0646\uFF1A","add url":"\u0622\u062F\u0631\u0633 \u0627\u06CC\u0646\u062A\u0631\u0646\u062A\u06CC \u0631\u0627 \u0648\u0627\u0631\u062F \u06A9\u0646\u06CC\u062F",edit:"\u0648\u06CC\u0631\u0627\u06CC\u0634 \u06A9\u0646\u06CC\u062F","translate other languages into specific language":"\u0632\u0628\u0627\u0646 \u0647\u0627\u06CC \u062F\u06CC\u06AF\u0631 \u0631\u0627 \u0628\u0647 \u0632\u0628\u0627\u0646\u06CC \u06A9\u0647 \u062A\u0646\u0638\u06CC\u0645 \u06A9\u0631\u062F\u0647 \u0627\u06CC\u062F \u062A\u0631\u062C\u0645\u0647 \u06A9\u0646\u06CC\u062F","select translation service":"\u062E\u062F\u0645\u0627\u062A \u062A\u0631\u062C\u0645\u0647 \u0631\u0627 \u0627\u0646\u062A\u062E\u0627\u0628 \u06A9\u0646\u06CC\u062F",language:"\u0632\u0628\u0627\u0646","show-original":"\u0646\u0645\u0627\u06CC\u0634 \u0645\u062A\u0646 \u0627\u0635\u0644\u06CC",translate:"\u062A\u0631\u062C\u0645\u0647 \u06A9\u0631\u062F\u0646",Translated:"\u062A\u0631\u062C\u0645\u0647 \u0634\u062F\u0647",Translating:"\u062F\u0631 \u062D\u0627\u0644 \u062A\u0631\u062C\u0645\u0647",Error:"\u0627\u0634\u062A\u0628\u0627\u0647",allowCacheTranslations:"\u0641\u0639\u0627\u0644 \u06A9\u0631\u062F\u0646 \u062D\u0627\u0641\u0638\u0647 \u067E\u0646\u0647\u0627\u0646 \u062A\u0631\u062C\u0645\u0647 \u0645\u062D\u0644\u06CC (\u0628\u0631\u0627\u06CC \u06A9\u0627\u0647\u0634 \u062F\u0631\u062E\u0648\u0627\u0633\u062A \u0647\u0627\u06CC \u062A\u0631\u062C\u0645\u0647 \u0628\u0631\u0627\u06CC \u067E\u0627\u0631\u0627\u06AF\u0631\u0627\u0641 \u0647\u0627\u06CC \u062A\u06A9\u0631\u0627\u0631\u06CC)","translation display":"\u0633\u0628\u06A9 \u0646\u0645\u0627\u06CC\u0634 \u062A\u0631\u062C\u0645\u0647","select diplay style":"\u0633\u0628\u06A9 \u062A\u0631\u062C\u0645\u0647 \u0631\u0627 \u0645\u062A\u0645\u0627\u06CC\u0632 \u06A9\u0646\u06CC\u062F. \u0644\u0637\u0641\u0627\u064B \u0628\u0631\u0627\u06CC \u062C\u0632\u0626\u06CC\u0627\u062A \u0628\u06CC\u0634\u062A\u0631 \u0628\u0647 \u0645\u062B\u0627\u0644 \u0647\u0627\u06CC \u0632\u06CC\u0631 \u0645\u0631\u0627\u062C\u0639\u0647 \u06A9\u0646\u06CC\u062F:",interface:"\u062A\u0646\u0638\u06CC\u0645\u0627\u062A \u0631\u0627\u0628\u0637",import_export:"\u0648\u0627\u0631\u062F\u0627\u062A \u0648 \u0635\u0627\u062F\u0631\u0627\u062A",import_export_title:"\u067E\u06CC\u06A9\u0631\u0628\u0646\u062F\u06CC \u0648\u0627\u0631\u062F\u0627\u062A/\u0635\u0627\u062F\u0631\u0627\u062A",syncToGoogleDrive:"\u0627\u06A9\u0646\u0648\u0646 \u0628\u0627 Google Drive \u0647\u0645\u06AF\u0627\u0645 \u0633\u0627\u0632\u06CC \u06A9\u0646\u06CC\u062F",floatBallOptions:"\u062A\u0646\u0638\u06CC\u0645\u0627\u062A \u062A\u0648\u067E \u0645\u0639\u0644\u0642","floatBallOptions.enable":"\u062A\u0648\u067E \u0634\u0646\u0627\u0648\u0631 \u0631\u0627 \u0641\u0639\u0627\u0644 \u06A9\u0646\u06CC\u062F","floatBallOptions.blockUrls":"\u0648\u0628 \u0633\u0627\u06CC\u062A \u0631\u0627 \u063A\u06CC\u0631 \u0641\u0639\u0627\u0644 \u06A9\u0646\u06CC\u062F","floatBallOptions.add":"\u0627\u0636\u0627\u0641\u0647 \u06A9\u0631\u062F\u0646 \u0628\u0647","floatBallOptions.blockUrlDesc":"\u062A\u0648\u067E \u0634\u0646\u0627\u0648\u0631 \u0647\u0646\u06AF\u0627\u0645 \u0628\u0631\u062E\u0648\u0631\u062F \u0628\u0627 \u0648\u0628 \u0633\u0627\u06CC\u062A \u0647\u0627\u06CC \u0632\u06CC\u0631 \u0646\u0645\u0627\u06CC\u0634 \u062F\u0627\u062F\u0647 \u0646\u0645\u06CC \u0634\u0648\u062F","floatBallOptions.clickType":"\u0631\u0641\u062A\u0627\u0631 \u06A9\u0644\u06CC\u06A9\u06CC","floatBallOptions.clickTypeDesc":"\u0631\u0641\u062A\u0627\u0631 \u0646\u0645\u0627\u062F \u062A\u0648\u067E \u0634\u0646\u0627\u0648\u0631 \u0647\u0646\u06AF\u0627\u0645 \u06A9\u0644\u06CC\u06A9 \u06A9\u0631\u062F\u0646","floatBallOptions.clickPopup":"\u0646\u0645\u0627\u06CC\u0634 \u067E\u0627\u0646\u0644 \u062A\u0631\u062C\u0645\u0647","floatBallOptions.clickTranslate":"\u062A\u0631\u062C\u0645\u0647/\u0646\u0645\u0627\u06CC\u0634 \u0645\u062A\u0646 \u0627\u0635\u0644\u06CC","floatBallOptions.fixedPosition":"\u56FA\u5B9A\u4F4D\u7F6E","floatBallOptions.fixedPositionDesc":"\u60AC\u6D6E\u7403\u5728\u7A97\u53E3\u5DE6\u4FA7\u8FD8\u662F\u53F3\u4FA7","floatBallOptions.fixedPositionLeft":"\u5DE6\u4FA7","floatBallOptions.fixedPositionRight":"\u53F3\u4FA7",previewAllThemes:"\u067E\u06CC\u0634 \u0646\u0645\u0627\u06CC\u0634 \u0647\u0645\u0647 \u0633\u0628\u06A9 \u0647\u0627","translationTheme.none":"\u0647\u06CC\u0686 \u06CC\u06A9","translationTheme.grey":"\u062E\u0627\u06A9\u0633\u062A\u0631\u06CC \u062A\u06CC\u0631\u0647","translationTheme.dashed":"\u0632\u06CC\u0631 \u062E\u0637 \u0686\u06CC\u0646","translationTheme.dotted":"\u0632\u06CC\u0631 \u062E\u0637 \u0646\u0642\u0637\u0647 \u062F\u0627\u0631","translationTheme.dashedBorder":"\u0645\u0631\u0632 \u0634\u06A9\u0633\u062A\u0647","translationTheme.solidBorder":"\u0645\u0631\u0632 \u062C\u0627\u0645\u062F","translationTheme.underline":"\u0632\u06CC\u0631 \u062E\u0637 \u0645\u0633\u062A\u0642\u06CC\u0645","translationTheme.mask":"\u062C\u0644\u0648\u0647 \u062A\u0627\u0631\u06CC (\u062D\u0627\u0644\u062A \u06CC\u0627\u062F\u06AF\u06CC\u0631\u06CC)","translationTheme.opacity":"\u0627\u062B\u0631 \u0634\u0641\u0627\u0641\u06CC\u062A","translationTheme.paper":"\u0627\u0641\u06A9\u062A \u0633\u0627\u06CC\u0647 \u06A9\u0627\u063A\u0630 \u0633\u0641\u06CC\u062F","translationTheme.dividingLine":"\u062E\u0637 \u062A\u0642\u0633\u06CC\u0645","translationTheme.highlight":"\u0628\u0631\u062C\u0633\u062A\u0647","translationTheme.marker":"\u0646\u0634\u0627\u0646\u06AF\u0631","translationTheme.marker2":"\u0646\u0634\u0627\u0646\u06AF\u0631 2","translationTheme.blockquote":"\u0633\u0628\u06A9 \u0645\u0631\u062C\u0639","translationTheme.weakening":"\u062A\u0636\u0639\u06CC\u0641 \u0634\u0648\u062F","translationTheme.italic":"\u0645\u0648\u0631\u0628","translationTheme.bold":"\u067E\u0631\u0631\u0646\u06AF","translationTheme.thinDashed":"\u0632\u06CC\u0631 \u062E\u0637 \u0686\u06CC\u0646 \u0646\u0627\u0632\u06A9","translationTheme.nativeDashed":"\u0627\u06CC\u0646 \u0633\u06CC\u0633\u062A\u0645 \u062F\u0627\u0631\u0627\u06CC \u062E\u0637 \u0632\u06CC\u0631 \u0646\u0642\u0637\u0647\u200C\u062F\u0627\u0631 \u0627\u0633\u062A","translationTheme.nativeDotted":"\u0627\u06CC\u0646 \u0633\u06CC\u0633\u062A\u0645 \u062F\u0627\u0631\u0627\u06CC \u062E\u0637 \u0632\u06CC\u0631 \u0646\u0642\u0637\u0647\u200C\u062F\u0627\u0631 \u0627\u0633\u062A","translationTheme.nativeUnderline":"\u0627\u06CC\u0646 \u0633\u06CC\u0633\u062A\u0645 \u062F\u0627\u0631\u0627\u06CC \u062E\u0637 \u0645\u0633\u062A\u0642\u06CC\u0645 \u0627\u0633\u062A","translationTheme.wavy":"\u062E\u0637\u0648\u0637 \u0645\u0648\u0627\u062C","translationServices.custom":"API \u0633\u0641\u0627\u0631\u0634\u06CC","translationServices.tencent":"\u0645\u062A\u0631\u062C\u0645 \u062A\u0646\u0633\u0646\u062A","translationServices.tenAlpha":"\u0645\u062A\u0631\u062C\u0645 \u062A\u0646\u0633\u0646\u062A (\u0622\u0644\u0641\u0627)","translationServices.google":"\u0645\u062A\u0631\u062C\u0645 \u06AF\u0648\u06AF\u0644","translationServices.bai":"\u0628\u0627\u06CC\u062F\u0648 (\u0622\u0644\u0641\u0627)","translationServices.baidu":"\u0645\u062A\u0631\u062C\u0645 \u0628\u0627\u06CC\u062F\u0648","translationServices.aliyun":"\u062A\u0631\u062C\u0645\u0647 \u0627\u0628\u0631\u06CC \u0639\u0644\u06CC \u0628\u0627\u0628\u0627","translationServices.volc":"\u062A\u0631\u062C\u0645\u0647 \u0622\u062A\u0634\u0641\u0634\u0627\u0646","translationServices.deeplx":"DeepLX(Alpha)","translationServices.bing":"\u5FC5\u5E94\u7FFB\u8BD1","translationServices.deepl":"DeepL","translationServices.wechat":"\u062A\u0631\u062C\u0645\u0647 \u0648\u06CC \u0686\u062A","translationServices.azure":"\u5FAE\u8F6F\u7FFB\u8BD1","translationServices.ibm":"\u0622\u06CC \u0628\u06CC \u0627\u0645 \u0648\u0627\u062A\u0633\u0648\u0646","translationServices.aws":"\u062A\u0631\u062C\u0645\u0647 \u0622\u0645\u0627\u0632\u0648\u0646","translationServices.mock":"\u6A21\u62DF\u7FFB\u8BD11","translationServices.mock2":"\u062A\u0631\u062C\u0645\u0647 \u0634\u0628\u06CC\u0647 \u0633\u0627\u0632\u06CC \u0634\u062F\u0647 2","translationServices.caiyun":"\u06A9\u0627\u06CC\u0648\u0646 \u0634\u06CC\u0627\u0626\u0648\u06CC","translationServices.cai":"\u5F69\u4E91\u5C0F\u8BD1","translationServices.volcAlpha":"\u706B\u5C71\u7FFB\u8BD1(Alpha)","translationServices.openl":"OpenL","translationServices.youdao":"\u062A\u0631\u062C\u0645\u0647 \u06CC\u0648\u062F\u0627\u0626\u0648","translationServices.you":"\u062A\u0631\u062C\u0645\u0647 \u06CC\u0648\u062F\u0627\u0626\u0648 (\u0622\u0644\u0641\u0627)","translationServices.transmart":"\u062A\u0631\u062C\u0645\u0647 \u062A\u0639\u0627\u0645\u0644\u06CC Tencent","translationServices.niu":"\u062A\u0631\u062C\u0645\u0647 \u0645\u0627\u0648\u0631\u06CC\u06A9\u0633","translationServices.papago":"Papago\u7FFB\u8BD1","translationServices.d":"Deepl(Alpha)","translationServices.dpro":"\u062F\u06CC \u067E\u0631\u0648 (\u0642\u0646\u0627\u0631\u06CC)","translationServices.openai":"OpenAI","translationServices.yandex":"Yandex","translationServices.chatgpt":"ChatGPT Web (\u0645\u0648\u0628\u0627\u06CC\u0644 3.5)","translate title":"\u0639\u0646\u0648\u0627\u0646 \u0635\u0641\u062D\u0647 \u0631\u0627 \u062A\u0631\u062C\u0645\u0647 \u06A9\u0646\u06CC\u062F","always languages":"\u0647\u0645\u06CC\u0634\u0647 \u0632\u0628\u0627\u0646 \u062A\u0631\u062C\u0645\u0647 \u0634\u062F\u0647",neverTranslateLanguagesLabel:"\u0632\u0628\u0627\u0646 \u0647\u0627\u06CC\u06CC \u06A9\u0647 \u0647\u0631\u06AF\u0632 \u062A\u0631\u062C\u0645\u0647 \u0646\u0645\u06CC \u0634\u0648\u0646\u062F",neverTranslateTheFollowingLanguagesDescription:"\u5F53\u9875\u9762\u4E2D\u67D0\u4E00\u6BB5\u843D\u7684\u8BED\u8A00\u4E3A\u4E0B\u5217\u8BED\u8A00\u65F6\uFF0C\u4F1A\u81EA\u52A8\u8DF3\u8FC7\u7FFB\u8BD1\u8BE5\u6BB5\u843D",enableUserscriptPagePopup:"\u603B\u662F\u5728\u9875\u9762\u4E0A\u5C55\u793A Popup \u6D6E\u7A97",enableUserscriptPagePopupDescription:"\u5173\u95ED\u6D6E\u7A97\u540E\uFF0C\u53EF\u4EE5\u7528\u5FEB\u6377\u952E/{touch}\u5524\u8D77\u3002\u4E3A\u9632\u6B62\u4E0D\u614E\u5173\u95ED\u8BE5\u9009\u9879\u540E\u627E\u4E0D\u5230\u6D6E\u7A97\uFF0C\u5F3A\u70C8\u5EFA\u8BAE\u6536\u85CF\u672C\u8BBE\u7F6E\u9875","always translate the following languages":"\u0647\u0646\u06AF\u0627\u0645\u06CC \u06A9\u0647 \u0632\u0628\u0627\u0646 \u0635\u0641\u062D\u0647 \u0628\u0647 \u0632\u0628\u0627\u0646 \u0647\u0627\u06CC \u0632\u06CC\u0631 \u0628\u0627\u0634\u062F\u060C \u0628\u0647 \u0637\u0648\u0631 \u062E\u0648\u062F\u06A9\u0627\u0631 \u0628\u0647 \u0632\u0628\u0627\u0646 \u0645\u0642\u0635\u062F \u062A\u0631\u062C\u0645\u0647 \u0645\u06CC \u0634\u0648\u062F","always sites":"URL \u0647\u0627\u06CC \u0647\u0645\u06CC\u0634\u0647 \u062A\u0631\u062C\u0645\u0647 \u0634\u062F\u0647","always translate the following sites":"\u0647\u0646\u06AF\u0627\u0645\u06CC \u06A9\u0647 \u0648\u0628 \u0633\u0627\u06CC\u062A \u0628\u0627 \u0646\u0627\u0645 \u062F\u0627\u0645\u0646\u0647 \u0632\u06CC\u0631 \u0628\u0627\u0634\u062F\u060C \u0628\u0647 \u0637\u0648\u0631 \u062E\u0648\u062F\u06A9\u0627\u0631 \u0628\u0647 \u0632\u0628\u0627\u0646 \u0645\u0642\u0635\u062F \u062A\u0631\u062C\u0645\u0647 \u0645\u06CC \u0634\u0648\u062F","never sites":"URL \u0647\u0627\u06CC\u06CC \u06A9\u0647 \u0647\u0631\u06AF\u0632 \u062A\u0631\u062C\u0645\u0647 \u0646\u0645\u06CC \u0634\u0648\u0646\u062F","never translate the following sites":"\u0647\u0646\u06AF\u0627\u0645\u06CC \u06A9\u0647 \u0648\u0628 \u0633\u0627\u06CC\u062A \u062F\u0627\u0631\u0627\u06CC \u0646\u0627\u0645 \u062F\u0627\u0645\u0646\u0647 \u0632\u06CC\u0631 \u0628\u0627\u0634\u062F\u060C \u062A\u0631\u062C\u0645\u0647 \u0627\u0646\u062C\u0627\u0645 \u0646\u062E\u0648\u0627\u0647\u062F \u0634\u062F","please refer to":"\u0642\u0628\u0644 \u0627\u0632 \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u0628\u0627\u06CC\u062F \u06A9\u0644\u06CC\u062F \u0631\u0627 \u067E\u0631 \u06A9\u0646\u06CC\u062F. \u0628\u0631\u0627\u06CC \u062C\u0632\u0626\u06CC\u0627\u062A \u0644\u0637\u0641\u0627\u064B \u0628\u0647",KeyAndConfigurationTutorial:'"\u0622\u0645\u0648\u0632\u0634 \u0628\u0631\u0646\u0627\u0645\u0647 \u06A9\u0627\u0631\u0628\u0631\u062F\u06CC \u0648 \u067E\u06CC\u06A9\u0631\u0628\u0646\u062F\u06CC \u06A9\u0644\u06CC\u062F"',useAboveStyleForTheseSites:"\u603B\u662F\u4F7F\u7528 {theme} \u8BD1\u6587\u6837\u5F0F\u7684\u7F51\u7AD9",currentUrl:"URL \u0641\u0639\u0644\u06CC",confirm:"\u0635\u0631\u0641\u0647 \u062C\u0648\u06CC\u06CC",cancel:"\u0644\u063A\u0648 \u06A9\u0646\u06CC\u062F",delete:"\u062D\u0630\u0641","languages.auto":"\u062A\u0634\u062E\u06CC\u0635 \u062E\u0648\u062F\u06A9\u0627\u0631",syncToCloud:"\u540C\u6B65\u5230\u4E91\u7AEF",syncToCloudDescription:"\u5F00\u542F\u540E\u53EF\u4EE5\u5728\u4E0D\u540C\u7684\u6D4F\u89C8\u5668/\u6CB9\u7334\u811A\u672C\u4E4B\u95F4\u540C\u6B65\u914D\u7F6E,\u4EE5\u6700\u540E\u4FEE\u6539\u65F6\u95F4\u4E3A\u51C6\u3002",syncToAccount:"\u0647\u0645\u06AF\u0627\u0645 \u0633\u0627\u0632\u06CC \u0628\u0627 Immersive Translation Cloud",syncToAccountButton:"\u0641\u0648\u0631\u0627\u064B \u0628\u0627 \u0627\u0628\u0631 \u0647\u0645\u06AF\u0627\u0645 \u0633\u0627\u0632\u06CC \u06A9\u0646\u06CC\u062F",syncToAccountDescription:"\u0628\u0647 \u0637\u0648\u0631 \u062E\u0648\u062F\u06A9\u0627\u0631 \u067E\u06CC\u06A9\u0631\u0628\u0646\u062F\u06CC \u0647\u0627 \u0631\u0627 \u0628\u06CC\u0646 \u062F\u0633\u062A\u06AF\u0627\u0647 \u0647\u0627\u06CC \u0645\u062E\u062A\u0644\u0641 \u0628\u0631 \u0627\u0633\u0627\u0633 \u0622\u062E\u0631\u06CC\u0646 \u0632\u0645\u0627\u0646 \u062A\u063A\u06CC\u06CC\u0631 \u0647\u0645\u06AF\u0627\u0645 \u0633\u0627\u0632\u06CC \u06A9\u0646\u06CC\u062F.",successSyncConfigInAccount:"\u0628\u0627 \u0645\u0648\u0641\u0642\u06CC\u062A \u0628\u0627 \u0627\u0628\u0631 \u0647\u0645\u06AF\u0627\u0645 \u0628\u0645\u0627\u0646\u06CC\u062F",successSyncConfigToAccount:"\u0628\u0627 \u0645\u0648\u0641\u0642\u06CC\u062A \u0628\u0627 \u0627\u0628\u0631 \u0647\u0645\u06AF\u0627\u0645\u200C\u0633\u0627\u0632\u06CC \u0634\u062F",syncConfigNoUpdate:"\u062F\u0631 \u062D\u0627\u0644 \u062D\u0627\u0636\u0631 \u062C\u062F\u06CC\u062F\u062A\u0631\u06CC\u0646",authFail:"\u0645\u062C\u0648\u0632 \u0627\u0646\u062C\u0627\u0645 \u0646\u0634\u062F",syncTitle:"\u0645\u062F\u06CC\u0631\u06CC\u062A \u067E\u0634\u062A\u06CC\u0628\u0627\u0646 \u06AF\u06CC\u0631\u06CC \u062F\u0633\u062A\u06CC",import_hint:"\u0648\u0627\u0631\u062F \u0643\u0631\u062F\u0646",upload:"\u0628\u0627\u0631\u06AF\u0630\u0627\u0631\u06CC",revokeAuth:"\u0644\u063A\u0648 \u0645\u062C\u0648\u0632",uploadFail:"\u0622\u067E\u0644\u0648\u062F \u0627\u0646\u062C\u0627\u0645 \u0646\u0634\u062F",download:"\u062F\u0627\u0646\u0644\u0648\u062F",importSuccess:"\u0648\u0627\u0631\u062F\u0627\u062A \u0628\u0627 \u0645\u0648\u0641\u0642\u06CC\u062A \u0627\u0646\u062C\u0627\u0645 \u0634\u062F",importFail:"\u0648\u0627\u0631\u062F\u0627\u062A \u0627\u0646\u062C\u0627\u0645 \u0646\u0634\u062F",deleteFail:"\u062D\u0630\u0641 \u0646\u0634\u062F",backupToCloud:"\u0641\u0627\u06CC\u0644 \u0647\u0627\u06CC \u067E\u0634\u062A\u06CC\u0628\u0627\u0646 \u0631\u0627 \u0628\u0647 \u0635\u0648\u0631\u062A \u062F\u0633\u062A\u06CC \u0645\u062F\u06CC\u0631\u06CC\u062A \u06A9\u0646\u06CC\u062F",create_new_backup:"\u0627\u0636\u0627\u0641\u0647 \u06A9\u0631\u062F\u0646 \u06AF\u0631\u0647 \u067E\u0634\u062A\u06CC\u0628\u0627\u0646",maxBackupFiles:"\u062A\u0627{count}\u06AF\u0631\u0647 \u0645\u062E\u062A\u0644\u0641 \u0631\u0627 \u0645\u06CC \u062A\u0648\u0627\u0646 \u067E\u0634\u062A\u06CC\u0628\u0627\u0646 \u06AF\u06CC\u0631\u06CC \u06A9\u0631\u062F\u060C \u0644\u0637\u0641\u0627 \u06AF\u0631\u0647 \u0647\u0627\u06CC \u063A\u06CC\u0631 \u0636\u0631\u0648\u0631\u06CC \u0631\u0627 \u062D\u0630\u0641 \u06A9\u0646\u06CC\u062F",backupToCloudDescription:"\u0641\u0627\u06CC\u0644 \u0647\u0627\u06CC \u067E\u0634\u062A\u06CC\u0628\u0627\u0646 \u0631\u0627 \u0628\u0647 \u0635\u0648\u0631\u062A \u062F\u0633\u062A\u06CC \u0622\u067E\u0644\u0648\u062F \u06CC\u0627 \u0628\u0627\u0632\u06CC\u0627\u0628\u06CC \u06A9\u0646\u06CC\u062F\u060C \u062A\u0627 \u062D\u062F\u0627\u06A9\u062B\u0631 3 \u0646\u0633\u062E\u0647 \u067E\u0634\u062A\u06CC\u0628\u0627\u0646 \u062A\u0647\u06CC\u0647 \u06A9\u0646\u06CC\u062F",successSyncConfig:"\u0628\u0627 \u0645\u0648\u0641\u0642\u06CC\u062A \u0628\u0627 \u0627\u0628\u0631 \u0647\u0645\u06AF\u0627\u0645 \u0628\u0645\u0627\u0646\u06CC\u062F",syncFail:"\u0647\u0645\u06AF\u0627\u0645 \u0633\u0627\u0632\u06CC \u0627\u0646\u062C\u0627\u0645 \u0646\u0634\u062F",updatedAt:"\u0628\u0647 \u0631\u0648\u0632 \u0634\u062F\u0647 \u062F\u0631 {date}",lastSyncedAt:"\u0622\u062E\u0631\u06CC\u0646 \u0628\u0631\u0631\u0633\u06CC \u062F\u0631 {date}",downloadFail:"\u062F\u0627\u0646\u0644\u0648\u062F \u0646\u0634\u062F",clickToDownload:"\u0628\u0631\u0627\u06CC \u062F\u0627\u0646\u0644\u0648\u062F \u06A9\u0644\u06CC\u06A9 \u06A9\u0646\u06CC\u062F",aboutLabel:"\u062F\u0631\u0628\u0627\u0631\u0647 - \u0628\u0627\u0632\u062E\u0648\u0631\u062F","browser.openAboutPage":"\u5173\u4E8E/\u53CD\u9988/\u8D5E\u52A9",aboutLabelWithoutSponsor:"\u062F\u0631\u0628\u0627\u0631\u0647 - \u0628\u0627\u0632\u062E\u0648\u0631\u062F",aboutIntro:"\u8BE5\u6269\u5C55\u514D\u8D39\u4F7F\u7528\uFF0C\u5E0C\u671B\u6211\u4EEC\u90FD\u80FD\u66F4\u52A0\u5BB9\u6613\u4E14\u6109\u60A6\u5730\u83B7\u53D6\u4E92\u8054\u7F51\u4E0A\u5DE8\u5927\u7684\u5916\u8BED\u4FE1\u606F \u2764\uFE0F

\u611F\u8C22\u8FD9\u4E9B<1>\u8D5E\u52A9\u8005\u4EEC, \u7531\u4E8E\u4ED6/\u5979\u4EEC\u7684\u652F\u6301\uFF0C\u66F4\u591A\u7684\u4EBA\u53EF\u4EE5\u514D\u8D39\u5730\u4F7F\u7528\u8FD9\u4E2A\u5DE5\u5177\u3002\u5982\u679C\u6709\u4F59\u529B\uFF0C\u4F60\u53EF\u4EE5<2>\u70B9\u51FB\u8FD9\u91CC\u8D5E\u52A9\u6211\u7684\u5DE5\u4F5C\uFF0C\u4F60\u8FD8\u53EF\u4EE5\u5173\u6CE8\u6211\u7684<3>\u63A8\u7279\uFF0C<4>Telegram \u9891\u9053\u4EE5\u53CA\u4E0B\u65B9\u7684<5>\u90AE\u4EF6\u8BA2\u9605\u8FFD\u8E2A\u66F4\u65B0\u3002",aboutIntroWithoutSponsor:"\u8BE5\u6269\u5C55\u514D\u8D39\u4F7F\u7528\uFF0C\u5E0C\u671B\u6211\u4EEC\u90FD\u80FD\u66F4\u52A0\u5BB9\u6613\u4E14\u6109\u60A6\u5730\u83B7\u53D6\u4E92\u8054\u7F51\u4E0A\u5DE8\u5927\u7684\u5916\u8BED\u4FE1\u606F \u2764\uFE0F ",projectHomepage:"\u0635\u0641\u062D\u0647 \u0627\u0635\u0644\u06CC \u067E\u0631\u0648\u0698\u0647",joinTelegramGroup:"\u52A0\u5165 Telegram \u7FA4\u53C2\u4E0E\u529F\u80FD\u8BA8\u8BBA",wechatPublicAccount:"\u062D\u0633\u0627\u0628 \u0639\u0645\u0648\u0645\u06CC \u0648\u06CC \u0686\u062A",wechatCommunities:"\u06AF\u0631\u0648\u0647 \u0627\u0631\u062A\u0628\u0627\u0637\u06CC \u0648\u06CC \u0686\u062A",qqCommunities:"\u06A9\u0627\u0646\u0627\u0644 \u0627\u0631\u062A\u0628\u0627\u0637\u06CC QQ",joinTelegramChannel:"\u0628\u0631\u0627\u06CC \u0627\u0637\u0644\u0627\u0639 \u0627\u0632 \u0622\u062E\u0631\u06CC\u0646 \u0627\u062E\u0628\u0627\u0631 \u06A9\u0627\u0646\u0627\u0644 \u062A\u0644\u06AF\u0631\u0627\u0645 \u0631\u0627 \u062F\u0646\u0628\u0627\u0644 \u06A9\u0646\u06CC\u062F",feedbackAndJoin:"\u0628\u0627\u0632\u062E\u0648\u0631\u062F \u0645\u0634\u06A9\u0644/\u0628\u0647 \u06AF\u0631\u0648\u0647 \u0628\u067E\u06CC\u0648\u0646\u062F\u06CC\u062F",autoSync:"\u0647\u0645\u06AF\u0627\u0645 \u0633\u0627\u0632\u06CC \u0628\u0631\u0646\u0627\u0645\u0647 \u0631\u06CC\u0632\u06CC \u0634\u062F\u0647 \u062E\u0648\u062F\u06A9\u0627\u0631",loadingThemeTitle:"\u0633\u0628\u06A9 \u0628\u0627\u0631\u06AF\u06CC\u0631\u06CC",loadingThemeDescription:"\u0647\u0646\u06AF\u0627\u0645 \u0627\u0646\u062A\u0638\u0627\u0631 \u0628\u0631\u0627\u06CC \u0628\u0627\u0631\u06AF\u06CC\u0631\u06CC \u062A\u0631\u062C\u0645\u0647\u060C \u0633\u0628\u06A9 \u0631\u0627 \u062A\u0646\u0638\u06CC\u0645 \u06A9\u0646\u06CC\u062F","loadingTheme.spinner":"\u8F6C\u5708\u52A8\u753B Spinner","loadingTheme.text":"\u0645\u062A\u0646 \u0627\u06CC\u0633\u062A\u0627... ","loadingTheme.none":"\u0646\u0634\u0627\u0646 \u0646\u062F\u0647",developerDescription:"\u0627\u06CC\u0646\u062C\u0627 \u0645\u06CC \u062A\u0648\u0627\u0646\u06CC\u062F <1> \u0631\u0627 \u06A9\u0644\u06CC\u06A9 \u06A9\u0646\u06CC\u062F \u0645\u0634\u0627\u0647\u062F\u0647 \u0627\u0633\u0646\u0627\u062F \u0645\u0631\u0628\u0648\u0637 \u0628\u0647 \u0633\u0641\u0627\u0631\u0634\u06CC \u0633\u0627\u0632\u06CC \u067E\u06CC\u0634\u0631\u0641\u062A\u0647","edit border color":"\u0631\u0646\u06AF \u062D\u0627\u0634\u06CC\u0647 \u0631\u0627 \u062A\u063A\u06CC\u06CC\u0631 \u062F\u0647\u06CC\u062F",successSyncButNoChange:"\u067E\u06CC\u06A9\u0631\u0628\u0646\u062F\u06CC \u0641\u0639\u0644\u06CC \u0628\u0627 \u0627\u0628\u0631 \u0633\u0627\u0632\u06AF\u0627\u0631 \u0627\u0633\u062A",customTheme:"\u0631\u0646\u06AF \u0647\u0627 \u0648 \u0627\u0646\u062F\u0627\u0632\u0647 \u0647\u0627\u06CC \u0633\u0641\u0627\u0631\u0634\u06CC","customThemeLabel.borderColor":"\u0631\u0646\u06AF \u0644\u0628\u0647","customThemeLabel.borderRadius":"\u06AF\u0648\u0634\u0647 \u0647\u0627\u06CC \u06AF\u0631\u062F \u062D\u0627\u0634\u06CC\u0647","customThemeLabel.textColor":"\u0631\u0646\u06AF \u0645\u062A\u0646","customThemeLabel.backgroundColor":"\u0631\u0646\u06AF \u067E\u0633 \u0632\u0645\u06CC\u0646\u0647","customThemeLabel.zoom":"\u0645\u0642\u06CC\u0627\u0633 \u0628\u0646\u062F\u06CC \u0642\u0644\u0645 (%)","customThemeLabel.opacity":"\u06A9\u062F\u0648\u0631\u062A \u0645\u062A\u0646 (%)",resetToDefaultColor:"\u0628\u0647 \u0631\u0646\u06AF \u067E\u06CC\u0634 \u0641\u0631\u0636 \u0628\u0631\u06AF\u0631\u062F\u06CC\u062F",resetToDefaultSettings:"\u0628\u0647 \u062A\u0646\u0638\u06CC\u0645\u0627\u062A \u067E\u06CC\u0634 \u0641\u0631\u0636 \u0628\u0631\u06AF\u0631\u062F\u06CC\u062F",isTranslateTitle:"\u0639\u0646\u0627\u0648\u06CC\u0646 \u0635\u0641\u062D\u0627\u062A \u0648\u0628 \u062A\u0631\u062C\u0645\u0647 \u0634\u062F\u0647 \u0631\u0627 \u0631\u0648\u0634\u0646 \u06A9\u0646\u06CC\u062F",isTranslateTitleDescription:"\u0648\u0642\u062A\u06CC \u0631\u0648\u0634\u0646 \u0634\u062F\u060C \u0639\u0646\u0648\u0627\u0646 \u0635\u0641\u062D\u0647 \u0648\u0628 \u062A\u0631\u062C\u0645\u0647 \u062E\u0648\u0627\u0647\u062F \u0634\u062F",enableSearchEnhancement:"\u0628\u0647\u0628\u0648\u062F \u0627\u0637\u0644\u0627\u0639\u0627\u062A \u062F\u0648 \u0632\u0628\u0627\u0646\u0647 \u0631\u0627 \u0641\u0639\u0627\u0644 \u06A9\u0646\u06CC\u062F",enableSearchEnhancementDescription:"\u067E\u0633 \u0627\u0632 \u0631\u0648\u0634\u0646 \u0634\u062F\u0646\u060C \u0646\u062A\u0627\u06CC\u062C \u062C\u0633\u062A\u062C\u0648\u06CC \xABGoogle News\xBB \u0645\u0631\u0628\u0648\u0637 \u0628\u0647 \u06A9\u0644\u06CC\u062F\u0648\u0627\u0698\u0647\u200C\u0647\u0627\u06CC \u0627\u0646\u06AF\u0644\u06CC\u0633\u06CC \u0628\u0647\u200C\u0637\u0648\u0631 \u062E\u0648\u062F\u06A9\u0627\u0631 \u062F\u0631 \u0633\u062A\u0648\u0646 \u0633\u0645\u062A \u0631\u0627\u0633\u062A \u0648\u0628\u200C\u0633\u0627\u06CC\u062A\u200C\u0647\u0627\u06CC \u067E\u0634\u062A\u06CC\u0628\u0627\u0646\u06CC\u200C\u0634\u062F\u0647 (Google News\u060C Google Search (\u0628\u0631\u062E\u06CC \u06A9\u0644\u0645\u0627\u062A \u06A9\u0644\u06CC\u062F\u06CC)\u060C Snowball\u060C Oriental Fortune\u060C Futu\u060C \u0627\u0646\u062C\u0645\u0646 \u0628\u0628\u0631) \u0646\u0645\u0627\u06CC\u0634 \u062F\u0627\u062F\u0647 \u0645\u06CC\u200C\u0634\u0648\u0646\u062F.",verifyService:"\u0628\u0631\u0627\u06CC \u062A\u0633\u062A \u0633\u0631\u0648\u06CC\u0633 \u0627\u06CC\u0646\u062C\u0627 \u06A9\u0644\u06CC\u06A9 \u06A9\u0646\u06CC\u062F",verified:"\u062A\u0623\u06CC\u06CC\u062F \u0628\u0627 \u0645\u0648\u0641\u0642\u06CC\u062A \u0627\u0646\u062C\u0627\u0645 \u0634\u062F","field.langs":"\u06A9\u062F\u0647\u0627\u06CC \u0632\u0628\u0627\u0646 \u067E\u0634\u062A\u06CC\u0628\u0627\u0646\u06CC \u0634\u062F\u0647","field.model":"\u0645\u062F\u0644","field.translationEngine":"\u0645\u0648\u062A\u0648\u0631 \u062A\u0631\u062C\u0645\u0647","field.limitPerMinute":"\u062D\u062F\u0627\u06A9\u062B\u0631 \u062A\u0639\u062F\u0627\u062F \u062F\u0631\u062E\u0648\u0627\u0633\u062A \u062F\u0631 \u062F\u0642\u06CC\u0642\u0647","field.limitPerSecond":"\u062D\u062F\u0627\u06A9\u062B\u0631 \u062A\u0639\u062F\u0627\u062F \u062F\u0631\u062E\u0648\u0627\u0633\u062A \u062F\u0631 \u062B\u0627\u0646\u06CC\u0647","field.maxTextLengthPerRequest":"\u062D\u062F\u0627\u06A9\u062B\u0631 \u0637\u0648\u0644 \u0645\u062A\u0646 \u062F\u0631 \u0647\u0631 \u062F\u0631\u062E\u0648\u0627\u0633\u062A","field.maxTextGroupLengthPerRequest":"\u062D\u062F\u0627\u06A9\u062B\u0631 \u062A\u0639\u062F\u0627\u062F \u067E\u0627\u0631\u0627\u06AF\u0631\u0627\u0641 \u062F\u0631 \u0647\u0631 \u062F\u0631\u062E\u0648\u0627\u0633\u062A","field.apiUrl":"\u0622\u062F\u0631\u0633 \u0631\u0627\u0628\u0637 API \u0633\u0641\u0627\u0631\u0634\u06CC","field.placeholderDelimiters":"\u0645\u062A\u063A\u06CC\u0631\u0647\u0627\u06CC \u0631\u0632\u0631\u0648 \u0634\u062F\u0647","description.custom":"\u062F\u0633\u062A\u0631\u0633\u06CC \u0628\u0647 \u0631\u0627\u0628\u0637 \u0633\u0641\u0627\u0631\u0634\u06CC \u0628\u0647 \u0627\u0633\u0646\u0627\u062F \u0645\u0631\u062C\u0639 \u0646\u06CC\u0627\u0632 \u062F\u0627\u0631\u062F","description.limitPerMinute":"\u8BF7\u6C42\u6570\u8D85\u8FC7\u8BE5\u9650\u5236\u65F6\u4F1A\u88AB\u6682\u65F6\u7981\u7528\uFF0C\u76F4\u5230\u4E0B\u4E00\u5206\u949F\u5F00\u59CB\uFF0C\u9ED8\u8BA4\u8BBE\u7F6E\u4E3A OpenAI \u8BD5\u7528\u7248\u7684\u8BF7\u6C42\u9650\u5236","description.limitPerSecond":"\u0648\u0642\u062A\u06CC \u062A\u0639\u062F\u0627\u062F \u062F\u0631\u062E\u0648\u0627\u0633\u062A \u0647\u0627 \u0627\u0632 \u0627\u06CC\u0646 \u062D\u062F \u0628\u06CC\u0634\u062A\u0631 \u0634\u0648\u062F\u060C \u062A\u0627 \u0627\u0628\u062A\u062F\u0627\u06CC \u062B\u0627\u0646\u06CC\u0647 \u0628\u0639\u062F \u0648\u0627\u0631\u062F \u062D\u0627\u0644\u062A \u0635\u0641 \u0645\u06CC \u0634\u0648\u062F. \u0628\u0627 \u062A\u0648\u062C\u0647 \u0628\u0647 \u0645\u062D\u062F\u0648\u062F\u06CC\u062A\u200C\u0647\u0627\u06CC \u0645\u062E\u062A\u0644\u0641 \u0633\u0631\u0648\u06CC\u0633 \u0641\u0639\u0644\u06CC OpenAI\u060C \u0644\u0637\u0641\u0627\u064B <1> \u0631\u0627 \u0627\u06CC\u0646\u062C\u0627 \u06A9\u0644\u06CC\u06A9 \u06A9\u0646\u06CC\u062F \u0622\u062E\u0631\u06CC\u0646 \u0645\u0642\u0627\u062F\u06CC\u0631 \u062A\u0648\u0635\u06CC\u0647 \u0634\u062F\u0647 \u0631\u0627 \u0645\u0634\u0627\u0647\u062F\u0647 \u06A9\u0646\u06CC\u062F","description.generalLimitPerSecond":"\u0648\u0642\u062A\u06CC \u062A\u0639\u062F\u0627\u062F \u062F\u0631\u062E\u0648\u0627\u0633\u062A \u0647\u0627 \u0627\u0632 \u0627\u06CC\u0646 \u062D\u062F \u0628\u06CC\u0634\u062A\u0631 \u0634\u0648\u062F\u060C \u062A\u0627 \u0627\u0628\u062A\u062F\u0627\u06CC \u062B\u0627\u0646\u06CC\u0647 \u0628\u0639\u062F \u0648\u0627\u0631\u062F \u062D\u0627\u0644\u062A \u0635\u0641 \u0645\u06CC \u0634\u0648\u062F.","description.prompt":"\u0628\u0647 \u0639\u0646\u0648\u0627\u0646 \u06A9\u0627\u0631\u0628\u0631\u060C \u06AF\u0641\u062A\u06AF\u0648 \u0631\u0627 \u0628\u0647 {service} \u0627\u0631\u0633\u0627\u0644 \u06A9\u0646\u06CC\u062F\u060C \u06A9\u0647 \u062F\u0631 \u0622\u0646 {{text}} \u0645\u062D\u062A\u0648\u0627\u06CC \u0645\u062A\u0646 \u067E\u0627\u0631\u0627\u06AF\u0631\u0627\u0641\u060C {{from}} \u0632\u0628\u0627\u0646 \u067E\u0627\u0631\u0627\u06AF\u0631\u0627\u0641 \u0648 {{to}} \u0632\u0628\u0627\u0646 \u0645\u0642\u0635\u062F \u0631\u0627 \u0646\u0634\u0627\u0646 \u0645\u06CC \u062F\u0647\u062F.","description.maxTextLengthPerRequest":"\u9ED8\u8BA4\u4F1A\u5408\u5E76\u591A\u4E2A\u6BB5\u843D\uFF0C\u4EE5\u51CF\u5C11\u8BF7\u6C42\u6B21\u6570\uFF0C\u4F46\u662F\u5982\u679C\u6BB5\u843D\u603B\u957F\u5EA6\u8FC7\u957F\uFF0C\u4E5F\u53EF\u80FD\u4F1A\u5BFC\u81F4\u63A5\u53E3\u7684\u54CD\u5E94\u53D8\u6162\uFF0C\u56E0\u6B64\u53EF\u4EE5\u5C1D\u8BD5\u8C03\u6574\u8BE5\u9009\u9879\u6765\u4F18\u5316\u901F\u5EA6","description.systemPrompt":"\u0628\u0647 \u0639\u0646\u0648\u0627\u0646 \u0633\u06CC\u0633\u062A\u0645\u060C \u06AF\u0641\u062A\u06AF\u0648\u06CC\u06CC \u0631\u0627 \u0628\u0647 {service} \u0627\u0631\u0633\u0627\u0644 \u06A9\u0646\u06CC\u062F\u060C \u06A9\u0647 \u062F\u0631 \u0622\u0646 {{text}} \u0645\u062D\u062A\u0648\u0627\u06CC \u0645\u062A\u0646 \u067E\u0627\u0631\u0627\u06AF\u0631\u0627\u0641\u060C {{from}} \u0632\u0628\u0627\u0646 \u067E\u0627\u0631\u0627\u06AF\u0631\u0627\u0641 \u0648 {{to}} \u0632\u0628\u0627\u0646 \u0647\u062F\u0641 \u0631\u0627 \u0646\u0634\u0627\u0646 \u0645\u06CC \u062F\u0647\u062F.","field.domain":"\u0631\u0634\u062A\u0647","description.domain":"\u067E\u06CC\u0634 \u0641\u0631\u0636\uFF1A\u0639\u0645\u0648\u0645\u06CC \u0627\u0633\u062A. \u0641\u0642\u0637 \u0632\u0645\u0627\u0646\u06CC \u0645\u06CC\u200C\u062A\u0648\u0627\u0646 \u0622\u0646 \u0631\u0627 \u062A\u0646\u0638\u06CC\u0645 \u06A9\u0631\u062F \u06A9\u0647 \u062A\u0631\u062C\u0645\u0647 \u0645\u0628\u062A\u0646\u06CC \u0628\u0631 \u062F\u0627\u0645\u0646\u0647 \u062F\u0631 \u06A9\u0646\u0633\u0648\u0644 Youdao API \u0641\u0639\u0627\u0644 \u0628\u0627\u0634\u062F. \u0628\u0631\u0627\u06CC \u0642\u0633\u0645\u062A\u200C\u0647\u0627\u06CC \u067E\u0634\u062A\u06CC\u0628\u0627\u0646\u06CC\u200C\u0634\u062F\u0647\u060C \u0644\u0637\u0641\u0627\u064B <1> \u0631\u0627 \u0627\u06CC\u0646\u062C\u0627 \u0628\u0628\u06CC\u0646\u06CC\u062F.","field.scene":"\u0635\u062D\u0646\u0647 \u0647\u0627\u06CC","description.scene":"\u067E\u06CC\u0634 \u0641\u0631\u0636\uFF1A\u0639\u0645\u0648\u0645\u06CC \u0627\u0633\u062A. \u062A\u0646\u0647\u0627 \u0632\u0645\u0627\u0646\u06CC \u0645\u06CC\u200C\u062A\u0648\u0627\u0646 \u0622\u0646 \u0631\u0627 \u062A\u0646\u0638\u06CC\u0645 \u06A9\u0631\u062F \u06A9\u0647 \u0646\u0633\u062E\u0647 \u062D\u0631\u0641\u0647\u200C\u0627\u06CC \u062A\u0631\u062C\u0645\u0647 \u0645\u0627\u0634\u06CC\u0646\u06CC \u062F\u0631 \u06A9\u0646\u0633\u0648\u0644 Alibaba Cloud API \u0641\u0639\u0627\u0644 \u0634\u0648\u062F. \u0628\u0631\u0627\u06CC \u0633\u0646\u0627\u0631\u06CC\u0648\u0647\u0627\u06CC \u067E\u0634\u062A\u06CC\u0628\u0627\u0646\u06CC \u0634\u062F\u0647 \u0628\u0647 <1> \u0627\u06CC\u0646\u062C\u0627 \u0645\u0631\u0627\u062C\u0639\u0647 \u06A9\u0646\u06CC\u062F.","field.vocabId":"\u0634\u0646\u0627\u0633\u0647 \u0641\u0631\u0647\u0646\u06AF \u0644\u063A\u062A \u06A9\u0627\u0631\u0628\u0631","description.vocabId":"\u0641\u0631\u0647\u0646\u06AF \u0644\u063A\u062A \u0645\u0634\u062E\u0635 \u0634\u062F\u0647 out_id \u062F\u0631 \u062D\u0627\u0644 \u062D\u0627\u0636\u0631 \u0627\u0632 \u062A\u0631\u062C\u0645\u0647 \u0627\u0646\u06AF\u0644\u06CC\u0633\u06CC \u0628\u0647 \u0686\u06CC\u0646\u06CC \u067E\u0634\u062A\u06CC\u0628\u0627\u0646\u06CC \u0645\u06CC \u06A9\u0646\u062F.","description.model":"\u0645\u062F\u0644 OpenAI \u0645\u06CC \u062A\u0648\u0627\u0646\u062F gpt-3.5-turbo\u060C gpt-4 \u0648 \u063A\u06CC\u0631\u0647 \u0628\u0627\u0634\u062F.","description.maxTextGroupLengthPerRequest":"\u062A\u0639\u062F\u0627\u062F \u067E\u0627\u0631\u0627\u06AF\u0631\u0627\u0641\u200C\u0647\u0627\u06CC\u06CC \u06A9\u0647 \u0647\u0631 \u0628\u0627\u0631 \u0628\u0647 \u0633\u0631\u0648\u06CC\u0633 \u062A\u0631\u062C\u0645\u0647 \u0627\u0631\u0633\u0627\u0644 \u0645\u06CC\u200C\u0634\u0648\u0646\u062F. \u0627\u06AF\u0631 \u062A\u0639\u062F\u0627\u062F \u067E\u0627\u0631\u0627\u06AF\u0631\u0627\u0641\u200C\u0647\u0627 \u0628\u06CC\u0634 \u0627\u0632 \u062D\u062F \u0628\u0627\u0634\u062F\u060C \u067E\u0627\u0633\u062E \u0631\u0627\u0628\u0637 \u0645\u0645\u06A9\u0646 \u0627\u0633\u062A \u06A9\u0646\u062F \u0634\u0648\u062F.","description.apiUrl":"\u8BF7\u6DFB\u52A0\u5177\u4F53\u5E26\u6709\u8DEF\u5F84\u7684\u7F51\u5740",enabledExtension:"\u0627\u0641\u0632\u0648\u0646\u0647 \u0631\u0627 \u0641\u0639\u0627\u0644 \u06A9\u0646\u06CC\u062F",clickToDisableExtension:"\u0628\u0631\u0627\u06CC \u063A\u06CC\u0631\u0641\u0639\u0627\u0644 \u06A9\u0631\u062F\u0646 \u0627\u0641\u0632\u0648\u0646\u0647 \u06A9\u0644\u06CC\u06A9 \u06A9\u0646\u06CC\u062F",clickToEnableExtension:"\u0628\u0631\u0627\u06CC \u0641\u0639\u0627\u0644 \u06A9\u0631\u062F\u0646 \u0628\u0631\u0646\u0627\u0645\u0647 \u0627\u0641\u0632\u0648\u062F\u0646\u06CC \u06A9\u0644\u06CC\u06A9 \u06A9\u0646\u06CC\u062F",hasBeenDisabled:"\u0645\u0639\u0644\u0648\u0644","show password":"\u0646\u0645\u0627\u06CC\u0634 \u0631\u0645\u0632 \u0639\u0628\u0648\u0631",customContent:"\u8F93\u5165\u81EA\u5B9A\u4E49\u5185\u5BB9",inputOptions:"\u0628\u0647\u0628\u0648\u062F \u062C\u0639\u0628\u0647 \u0648\u0631\u0648\u062F\u06CC",mouseHoverOptions:"\u0645\u0627\u0648\u0633 \u0628\u0631",modifyMouseHoverKey:"\u06A9\u0644\u06CC\u062F\u0647\u0627\u06CC \u0645\u06CC\u0627\u0646\u0628\u0631 \u0645\u0627\u0648\u0633 \u0631\u0627 \u062A\u063A\u06CC\u06CC\u0631 \u062F\u0647\u06CC\u062F",enableInputTranslation:"\u0641\u0639\u0627\u0644 \u06A9\u0631\u062F\u0646 \u0628\u0647\u0628\u0648\u062F \u062C\u0639\u0628\u0647 \u0648\u0631\u0648\u062F\u06CC",enableInputTranslationDescription:"\u067E\u0633 \u0627\u0632 \u0641\u0639\u0627\u0644 \u06A9\u0631\u062F\u0646{trailingKey}\u060C \u0645\u0633\u062A\u0642\u06CC\u0645\u0627\u064B {startingKey}{startingKey} hello \u0631\u0627 \u062F\u0631 \u06A9\u0627\u062F\u0631 \u0648\u0631\u0648\u062F\u06CC \u0648\u0627\u0631\u062F \u06A9\u0646\u06CC\u062F \u0648 \u0633\u067E\u0633 \u0628\u0647 \u0633\u0631\u0639\u062A \u0631\u0648\u06CC{inputTrailingTriggerKeyRepeatTimes}\u062F\u0648 \u0628\u0627\u0631 \u06A9\u0644\u06CC\u06A9 \u06A9\u0646\u06CC\u062F \u062A\u0627 \u0622\u0646 \u0631\u0627 \u0628\u0647 {inputTargetLanguage}\u062A\u0628\u062F\u06CC\u0644 \u06A9\u0646\u06CC\u062F.",enableInputTranslationDescriptionForNoneKey:"{trailingKey}\u0641\u0639\u0627\u0644 \u06A9\u0631\u062F\u0646 \u0622\u0646\u060C \u0645\u0633\u062A\u0642\u06CC\u0645\u0627\u064B\uFF1Ahello world \u0631\u0627 \u062F\u0631 \u06A9\u0627\u062F\u0631 \u0648\u0631\u0648\u062F\u06CC \u0648\u0627\u0631\u062F \u06A9\u0646\u06CC\u062F \u0648 \u0633\u067E\u0633 \u0628\u0647 \u0633\u0631\u0639\u062A{inputTrailingTriggerKeyRepeatTimes}\u0628\u0627\u0631 \u06A9\u0644\u06CC\u06A9 \u06A9\u0646\u06CC\u062F \u062A\u0627 \u0628\u0647 \u0632\u0628\u0627\u0646 \u0645\u0642\u0635\u062F \u067E\u06CC\u0634 \u0641\u0631\u0636 \u062A\u0631\u062C\u0645\u0647 \u0634\u0648\u062F.",inputTargetLanguage:"\u0632\u0628\u0627\u0646 \u0645\u0642\u0635\u062F \u067E\u06CC\u0634 \u0641\u0631\u0636 \u06A9\u0627\u062F\u0631 \u0648\u0631\u0648\u062F\u06CC \u0631\u0627 \u062A\u0646\u0638\u06CC\u0645 \u06A9\u0646\u06CC\u062F",inputTargetLanguageDescription:"\u0632\u0628\u0627\u0646 \u0645\u0642\u0635\u062F \u067E\u06CC\u0634\u200C\u0641\u0631\u0636 \u0628\u0631\u0627\u06CC \u062A\u0631\u062C\u0645\u0647 \u062C\u0639\u0628\u0647 \u0648\u0631\u0648\u062F\u06CC\u060C \u06A9\u0647 {startingKey}{startingKey} \u0628\u0647 \u0639\u0646\u0648\u0627\u0646 \u0632\u0628\u0627\u0646 \u067E\u06CC\u0634\u200C\u0641\u0631\u0636 \u0628\u0631\u0627\u06CC \u06A9\u0644\u0645\u0627\u062A \u0631\u0627\u0647\u200C\u0627\u0646\u062F\u0627\u0632 \u0627\u0633\u062A",inputTargetLanguageDescriptionForNoneKey:"\u0632\u0628\u0627\u0646 \u0645\u0642\u0635\u062F \u067E\u06CC\u0634\u200C\u0641\u0631\u0636 \u0628\u0631\u0627\u06CC \u062A\u0631\u062C\u0645\u0647\u200C\u0647\u0627\u06CC \u062C\u0639\u0628\u0647 \u0648\u0631\u0648\u062F\u06CC",inputStartingTriggerKeyTitle:"\u06A9\u0627\u0631\u0627\u06A9\u062A\u0631\u0647\u0627\u06CC \u062A\u0642\u0633\u06CC\u0645 \u0631\u0627 \u0628\u0631\u0627\u06CC \u062A\u0631\u062C\u0645\u0647 \u062C\u0632\u0626\u06CC \u06A9\u0627\u062F\u0631 \u0648\u0631\u0648\u062F\u06CC \u062A\u0646\u0638\u06CC\u0645 \u06A9\u0646\u06CC\u062F",inputStartingTriggerKeyDescription:"\u0647\u0646\u06AF\u0627\u0645\u06CC \u06A9\u0647 \u0646\u06CC\u0627\u0632\u06CC \u0628\u0647 \u062A\u0631\u062C\u0645\u0647 \u06A9\u0644 \u06A9\u0627\u062F\u0631 \u0648\u0631\u0648\u062F\u06CC \u0646\u062F\u0627\u0631\u06CC\u062F\u060C \u062C\u062F\u0627\u06A9\u0646\u0646\u062F\u0647 \u0628\u0647 \u0634\u0645\u0627 \u0627\u062C\u0627\u0632\u0647 \u0645\u06CC \u062F\u0647\u062F \u0641\u0642\u0637 \u0642\u0633\u0645\u062A \u0631\u0627 {startingKey}{startingKey} \u0628\u0647 \u0627\u0646\u062A\u0647\u0627\u06CC \u06A9\u0627\u062F\u0631 \u0648\u0631\u0648\u062F\u06CC \u062A\u0631\u062C\u0645\u0647 \u06A9\u0646\u06CC\u062F\u060C \u06CC\u0627 \u0645\u06CC \u062A\u0648\u0627\u0646\u06CC\u062F \u06A9\u062F \u0632\u0628\u0627\u0646 \u0631\u0627 \u0645\u0634\u062E\u0635 \u06A9\u0646\u06CC\u062F\u060C \u0628\u0647 \u0639\u0646\u0648\u0627\u0646 \u0645\u062B\u0627\u0644\u060C\uFF1A{startingKey}ja \u0628\u0647 \u0645\u0639\u0646\u0627\u06CC \u0641\u0642\u0637 \u062A\u0631\u062C\u0645\u0647 \u0627\u0633\u062A. \u0642\u0633\u0645\u062A \u0627\u0632 {startingKey}ja \u062A\u0627 \u0627\u0646\u062A\u0647\u0627\u06CC \u062C\u0639\u0628\u0647 \u0648\u0631\u0648\u062F\u06CC.",inputStartingTriggerKeyDescriptionForNoneKey:"\u062F\u0631 \u062D\u0627\u0644 \u062D\u0627\u0636\u0631 \u0628\u062F\u0648\u0646 \u0646\u06CC\u0627\u0632 \u0628\u0647 \u067E\u06CC\u0634\u0648\u0646\u062F \u062A\u0646\u0638\u06CC\u0645 \u0634\u062F\u0647 \u0627\u0633\u062A \u0648 \u0628\u0631\u062E\u06CC \u0627\u0632 \u0639\u0645\u0644\u06A9\u0631\u062F\u0647\u0627\u06CC \u062A\u0631\u062C\u0645\u0647 \u0645\u062A\u0646 \u062C\u0639\u0628\u0647 \u0648\u0631\u0648\u062F\u06CC \u0645\u0648\u0642\u062A\u0627\u064B \u062F\u0631 \u062F\u0633\u062A\u0631\u0633 \u0646\u06CC\u0633\u062A\u0646\u062F.",inputTrailingTriggerKeyTitle:"\u06CC\u06A9 \u06A9\u0627\u0631\u0627\u06A9\u062A\u0631 \u0645\u0627\u0634\u0647 \u0627\u06CC \u0631\u0627 \u0627\u0646\u062A\u062E\u0627\u0628 \u06A9\u0646\u06CC\u062F \u06A9\u0647 \u0628\u0647 \u0648\u0631\u0648\u062F\u06CC \u067E\u0627\u06CC\u0627\u0646 \u0645\u06CC \u062F\u0647\u062F",inputTrailingTriggerKeyDescription:"\u0628\u0627 \u0632\u062F\u0646{trailingKey} 3 \u0628\u0627\u0631 \u0645\u062A\u0648\u0627\u0644\u06CC\u060C \u062A\u0631\u062C\u0645\u0647 \u0634\u0631\u0648\u0639 \u0645\u06CC \u0634\u0648\u062F",inputTrailingTriggerKeyTimeout:"\u0641\u0627\u0635\u0644\u0647 \u0628\u06CC\u0646 \u0645\u0627\u0634\u0647 \u0647\u0627 \u0631\u0627 \u0628\u0631\u0627\u06CC \u067E\u0627\u06CC\u0627\u0646 \u062F\u0627\u062F\u0646 \u0628\u0647 \u062A\u0631\u06A9\u06CC\u0628 \u0648\u0627\u0631\u062F \u06A9\u0646\u06CC\u062F.",inputTrailingTriggerKeyTimeoutDescription:"\u0632\u0645\u0627\u0646 \u0641\u0627\u0635\u0644\u0647 (\u0645\u06CC\u0644\u06CC \u062B\u0627\u0646\u06CC\u0647) \u0631\u0627 \u0628\u0631\u0627\u06CC \u0648\u0631\u0648\u062F\u06CC \u0628\u0631\u0627\u06CC \u067E\u0627\u06CC\u0627\u0646 \u062F\u0627\u062F\u0646 \u0628\u0647 \u0645\u062D\u0631\u06A9 \u062A\u0631\u06A9\u06CC\u0628\u06CC \u062A\u0646\u0638\u06CC\u0645 \u06A9\u0646\u06CC\u062F",spaceKey:"",noneKey:"\u0628\u062F\u0648\u0646 \u0646\u06CC\u0627\u0632 \u0628\u0647 \u067E\u06CC\u0634\u0648\u0646\u062F\u060C \u0628\u0647 \u0637\u0648\u0631 \u0645\u0633\u062A\u0642\u06CC\u0645 \u06A9\u0644 \u062C\u0639\u0628\u0647 \u0645\u062A\u0646 \u0631\u0627 \u062A\u0631\u062C\u0645\u0647 \u06A9\u0646\u06CC\u062F",inputTranslationBlockUrlsTitle:"\u0647\u0631\u06AF\u0632 \u067E\u06CC\u0634\u0631\u0641\u062A \u0647\u0627\u06CC \u0641\u06CC\u0644\u062F \u0648\u0631\u0648\u062F\u06CC \u0631\u0627 \u062F\u0631 URL \u0647\u0627 \u0641\u0639\u0627\u0644 \u0646\u06A9\u0646\u06CC\u062F",inputTranslationBlockUrlsDescription:"\u062F\u0631 \u0622\u062F\u0631\u0633\u200C\u0647\u0627\u06CC \u0627\u06CC\u0646\u062A\u0631\u0646\u062A\u06CC \u0632\u06CC\u0631\u060C \u0628\u0647\u0628\u0648\u062F \u06A9\u0627\u062F\u0631 \u0648\u0631\u0648\u062F\u06CC \u0627\u062B\u0631\u06CC \u0646\u062E\u0648\u0627\u0647\u062F \u062F\u0627\u0634\u062A",clickToSeeQuickDemo:"\u0628\u0631\u0627\u06CC \u06AF\u0633\u062A\u0631\u0634 \u0648\u06CC\u062F\u06CC\u0648\u06CC \u0622\u0645\u0648\u0632\u0634 \u0633\u0631\u06CC\u0639 30 \u062B\u0627\u0646\u06CC\u0647 \u0627\u06CC \u06A9\u0644\u06CC\u06A9 \u06A9\u0646\u06CC\u062F",inputHelperInfo:"\u0646\u06A9\u062A\u0647\uFF1A: \u0645\u0627 \u0628\u0647 \u0637\u0648\u0631 \u062E\u0627\u0635 \u0627\u06CC\u0646 \u0645\u0648\u0636\u0648\u0639 \u0631\u0627 \u0628\u0647\u06CC\u0646\u0647 \u0633\u0627\u0632\u06CC \u06A9\u0631\u062F\u0647 \u0627\u06CC\u0645 \u06A9\u0647 \u062F\u0631 \u0622\u0646 \u0628\u0631\u062E\u06CC \u0627\u0632 \u06A9\u0627\u0631\u0627\u06A9\u062A\u0631\u0647\u0627\u06CC \u0645\u0627\u0634\u0647 \u0628\u0647 \u0639\u0644\u0627\u0626\u0645 \u0646\u06AF\u0627\u0631\u0634\u06CC \u0686\u06CC\u0646\u06CC \u062F\u0631 \u0631\u0648\u0634 \u0648\u0631\u0648\u062F\u06CC \u0686\u06CC\u0646\u06CC \u062A\u0628\u062F\u06CC\u0644 \u0645\u06CC \u0634\u0648\u0646\u062F. \u0628\u0647 \u0639\u0646\u0648\u0627\u0646 \u0645\u062B\u0627\u0644\u060C \u062F\u0631 \u0631\u0648\u0634 \u0648\u0631\u0648\u062F\u06CC Sogou\u060C / \u0628\u0647 \u0645\u06A9\u062B \u062A\u0628\u062F\u06CC\u0644 \u0645\u06CC \u0634\u0648\u062F\u060C \u0648 \u062A\u0631\u062C\u0645\u0647 \u0647\u0645\u0647 \u062C\u0627\u0646\u0628\u0647 \u0627\u0632 \u0647\u0645\u0647 \u0646\u0645\u0627\u062F\u0647\u0627\u06CC \u0686\u06CC\u0646\u06CC \u0645\u0631\u0628\u0648\u0637 \u0628\u0647 \u067E\u0634\u062A\u06CC\u0628\u0627\u0646\u06CC \u0645\u06CC \u06A9\u0646\u062F. \u06A9\u0627\u0631\u0627\u06A9\u062A\u0631\u0647\u0627\u06CC \u0645\u0627\u0634\u0647\u060C \u06CC\u0639\u0646\u06CC //\u060C\u060C \u0647\u0645\u0647 \u0628\u0647 \u0639\u0646\u0648\u0627\u0646 \u06A9\u0627\u0631\u0627\u06A9\u062A\u0631\u0647\u0627\u06CC \u0645\u0627\u0634\u0647 \u0634\u0646\u0627\u062E\u062A\u0647 \u0645\u06CC \u0634\u0648\u0646\u062F.

\u062F\u0631 \u0639\u06CC\u0646 \u062D\u0627\u0644\u060C \u0645\u0627 \u0647\u0645\u0686\u0646\u06CC\u0646 \u0627\u0632 \u0646\u0627\u0645 \u0645\u0633\u062A\u0639\u0627\u0631 \u0686\u06CC\u0646\u06CC \u06A9\u062F\u0647\u0627\u06CC \u0632\u0628\u0627\u0646 \u0628\u0647 \u0639\u0646\u0648\u0627\u0646 \u062F\u0633\u062A\u0648\u0631\u0627\u062A \u067E\u0634\u062A\u06CC\u0628\u0627\u0646\u06CC \u0645\u06CC \u06A9\u0646\u06CC\u0645. \u0628\u0647 \u0639\u0646\u0648\u0627\u0646 \u0645\u062B\u0627\u0644\u060C /Japanese Hello World \u0628\u0647 \u0698\u0627\u067E\u0646\u06CC \u062A\u0631\u062C\u0645\u0647 \u0645\u06CC \u0634\u0648\u062F. <1> \u0628\u0631\u0627\u06CC \u0645\u0634\u0627\u0647\u062F\u0647 \u0647\u0645\u0647 \u06A9\u062F\u0647\u0627\u06CC \u0632\u0628\u0627\u0646 \u067E\u0634\u062A\u06CC\u0628\u0627\u0646\u06CC \u0634\u062F\u0647 \u0627\u06CC\u0646\u062C\u0627 \u0631\u0627 \u06A9\u0644\u06CC\u06A9 \u06A9\u0646\u06CC\u062F. .",reloadCurrentPage:"\u0644\u0637\u0641\u0627\u064B \u0642\u0628\u0644 \u0627\u0632 \u0634\u0631\u0648\u0639 \u062A\u0631\u062C\u0645\u0647 \u0635\u0641\u062D\u0647 \u0641\u0639\u0644\u06CC \u0631\u0627 \u0628\u0627\u0632\u062E\u0648\u0627\u0646\u06CC \u06A9\u0646\u06CC\u062F",noLocalFilePermissionForPDF:"\u0645\u0627 \u062F\u0631 \u062D\u0627\u0644 \u062D\u0627\u0636\u0631 \u0645\u062C\u0648\u0632 \u062E\u0648\u0627\u0646\u062F\u0646 \u0641\u0627\u06CC\u0644 \u0647\u0627\u06CC \u0645\u062D\u0644\u06CC \u0631\u0627 \u0646\u062F\u0627\u0631\u06CC\u0645. \u0644\u0637\u0641\u0627 \u0631\u0648\u06CC \u062F\u06A9\u0645\u0647 \u0628\u0627\u0644\u0627 \u06A9\u0644\u06CC\u06A9 \u06A9\u0646\u06CC\u062F \u0648 \u0641\u0627\u06CC\u0644 \u0647\u0627\u06CC \u0645\u062D\u0644\u06CC \u0631\u0627 \u0648\u0627\u0631\u062F \u06A9\u0646\u06CC\u062F.",noPermissionForThisPage:"\u26A0\uFE0F \u0627\u062C\u0627\u0632\u0647 \u062A\u0631\u062C\u0645\u0647 \u0635\u0641\u062D\u0647 \u0641\u0639\u0644\u06CC \u0648\u062C\u0648\u062F \u0646\u062F\u0627\u0631\u062F",retryAllParagraphs:"\u0647\u0645\u0647 \u067E\u0627\u0631\u0627\u06AF\u0631\u0627\u0641 \u0647\u0627\u06CC \u062E\u0637\u0627 \u0631\u0627 \u062F\u0648\u0628\u0627\u0631\u0647 \u0627\u0645\u062A\u062D\u0627\u0646 \u06A9\u0646\u06CC\u062F",retryAllButton:"\u0647\u0645\u0647 \u067E\u0627\u0631\u0627\u06AF\u0631\u0627\u0641 \u0647\u0627\u06CC \u062E\u0637\u0627 \u0631\u0627 \u062F\u0648\u0628\u0627\u0631\u0647 \u0627\u0645\u062A\u062D\u0627\u0646 \u06A9\u0646\u06CC\u062F",errorTooltipTitle:"\u0628\u0631\u0627\u06CC \u0645\u0634\u0627\u0647\u062F\u0647 \u062F\u0644\u06CC\u0644 \u062E\u0637\u0627 \u06A9\u0644\u06CC\u06A9 \u06A9\u0646\u06CC\u062F",errorModalTitle:"\u0628\u0647 \u0646\u0638\u0631 \u0645\u06CC \u0631\u0633\u062F \u0645\u0634\u06A9\u0644\u06CC \u062F\u0631 \u062E\u062F\u0645\u0627\u062A \u062A\u0631\u062C\u0645\u0647 \u06CC\u0627 \u0634\u0628\u06A9\u0647 \u0648\u062C\u0648\u062F \u062F\u0627\u0631\u062F ...",disableConfirm:"\u062A\u0646\u0638\u06CC\u0645\u0627\u062A \u0627\u0641\u0632\u0627\u06CC\u0634 \u0627\u0637\u0644\u0627\u0639\u0627\u062A \u062F\u0648 \u0632\u0628\u0627\u0646\u0647",disableOnce:"\u0627\u06CC\u0646 \u0628\u0627\u0631 \u063A\u06CC\u0631 \u0641\u0639\u0627\u0644 \u0634\u062F\u0647",disableGlobal:"\u0628\u0631\u0627\u06CC \u0647\u0645\u06CC\u0634\u0647 \u0627\u0632 \u06A9\u0627\u0631 \u0627\u0641\u062A\u0627\u062F\u0647 \u0627\u0633\u062A",disableTint:"* \u0645\u06CC \u062A\u0648\u0627\u0646\u06CC\u062F \u0622\u0646 \u0631\u0627 \u0645\u062C\u062F\u062F\u0627\u064B \u062F\u0631 {option} \u0641\u0639\u0627\u0644 \u06A9\u0646\u06CC\u062F.",searchEnhancementNotes:"\u062F\u0631\u06CC\u0627\u0641\u062A\u06CC\u0645 \u06A9\u0647 \u0646\u062A\u0627\u06CC\u062C \u0627\u062E\u0628\u0627\u0631 \u0628\u0631\u0627\u06CC \u06A9\u0644\u0645\u0627\u062A \u06A9\u0644\u06CC\u062F\u06CC \u0686\u06CC\u0646\u06CC \u0648 \u06A9\u0644\u0645\u0627\u062A \u06A9\u0644\u06CC\u062F\u06CC \u0627\u0646\u06AF\u0644\u06CC\u0633\u06CC \u0628\u0633\u06CC\u0627\u0631 \u0645\u062A\u0641\u0627\u0648\u062A \u0627\u0633\u062A. \u067E\u0633 \u0627\u0632 \u0641\u0639\u0627\u0644 \u06A9\u0631\u062F\u0646 \u0639\u0645\u0644\u06A9\u0631\u062F \u0628\u0647\u0628\u0648\u062F \u0627\u0637\u0644\u0627\u0639\u0627\u062A \u062F\u0648\u0632\u0628\u0627\u0646\u0647 \u062A\u0631\u062C\u0645\u0647 \u0647\u0645\u0647\u062C\u0627\u0646\u0628\u0647\u060C \u062F\u0631 \u0648\u0628 \u0633\u0627\u06CC\u062A \u0647\u0627\u06CC \u067E\u0634\u062A\u06CC\u0628\u0627\u0646\u06CC \u0634\u062F\u0647 (Google News\u060C \u062C\u0633\u062A\u062C\u0648\u06CC Google (\u0628\u0631\u062E\u06CC \u0627\u0632 \u06A9\u0644\u0645\u0627\u062A \u06A9\u0644\u06CC\u062F\u06CC)\u060C Snowball\u060C Oriental Fortune Network\u060C Futu \u062C\u0633\u062A\u062C\u0648 \u062E\u0648\u0627\u0647\u06CC\u0645 \u06A9\u0631\u062F. , Tiger) \u0628\u0647 \u0637\u0648\u0631 \u062E\u0648\u062F\u06A9\u0627\u0631 \u0647\u0645\u0627\u0646 \u06A9\u0644\u0645\u0627\u062A \u06A9\u0644\u06CC\u062F\u06CC \u0631\u0627 \u0628\u0647 \u0632\u0628\u0627\u0646 \u0627\u0646\u06AF\u0644\u06CC\u0633\u06CC \u0628\u0631\u0627\u06CC \u0634\u0645\u0627 \u062C\u0633\u062A\u062C\u0648 \u0645\u06CC \u06A9\u0646\u062F \u0648 \u062F\u0631 \u0633\u0645\u062A \u0631\u0627\u0633\u062A \u0646\u0645\u0627\u06CC\u0634 \u0645\u06CC \u062F\u0647\u062F. \u0627\u06AF\u0631 \u0628\u0647 \u0627\u06CC\u0646 \u0648\u06CC\u0698\u06AF\u06CC \u0646\u06CC\u0627\u0632 \u0646\u062F\u0627\u0631\u06CC\u062F\u060C \u0645\u06CC \u062A\u0648\u0627\u0646\u06CC\u062F \u0622\u0646 \u0631\u0627 \u063A\u06CC\u0631\u0641\u0639\u0627\u0644 \u06A9\u0646\u06CC\u062F.",option:"\u0628\u0631\u067E\u0627\u06CC\u06CC",saveSettings:"\u062A\u0646\u0638\u06CC\u0645\u0627\u062A \u0631\u0627 \u0630\u062E\u06CC\u0631\u0647 \u06A9\u0646",closeModal:"\u067E\u0646\u062C\u0631\u0647 \u0631\u0627 \u0628\u0628\u0646\u062F",enableInputTranslationWithoutTriggerKeyTitle:"\u062A\u0631\u06A9\u06CC\u0628 \u0633\u0631\u06CC\u0639 \u0631\u0627 3 \u0628\u0627\u0631{trailingKey}\u0641\u0639\u0627\u0644 \u06A9\u0646\u06CC\u062F\u060C \u062A\u0645\u0627\u0645 \u06A9\u0627\u062F\u0631 \u0648\u0631\u0648\u062F\u06CC \u0631\u0627 \u0645\u0633\u062A\u0642\u06CC\u0645\u0627\u064B \u0628\u0647{inputTargetLanguage}\u062A\u0631\u062C\u0645\u0647 \u06A9\u0646\u06CC\u062F",enableInputTranslationWithoutTriggerKeyDescription:"\u0627\u06AF\u0631 \u0645\u06CC\u200C\u062E\u0648\u0627\u0647\u06CC\u062F \u0632\u0628\u0627\u0646 \u0645\u0642\u0635\u062F \u0631\u0627 \u0645\u0634\u062E\u0635 \u06A9\u0646\u06CC\u062F\u060C \u0644\u0637\u0641\u0627\u064B \u06A9\u062F \u0632\u0628\u0627\u0646 \u0645\u0642\u0627\u0628\u0644 \u0631\u0627 \u0627\u0636\u0627\u0641\u0647 \u06A9\u0646\u06CC\u062F\u060C \u0645\u0627\u0646\u0646\u062F\uFF1A\u06CC\u0627 Hello World",mouseHoverShortcutPlaceholder:"\u0645\u0627\u0646\u0646\u062F\uFF1AShift",deepLProName:"\u0639\u0636\u0648 \u062D\u0631\u0641\u0647 \u0627\u06CC \u062A\u0631\u062C\u0645\u0647 Immersive (\u062A\u0648\u0635\u06CC\u0647 \u0645\u06CC \u0634\u0648\u062F)",deepLProDescription:"\u0628\u0633\u062A\u0647 \u0641\u0639\u0644\u06CC \u0631\u0627 \u0645\u06CC \u062A\u0648\u0627\u0646 \u0628\u0647 \u0637\u0648\u0631 \u0645\u0633\u062A\u0642\u06CC\u0645 \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u06A9\u0631\u062F",deeplProDescriptionForNormal:"\u0647\u06CC\u0686 \u062A\u0646\u0638\u06CC\u0645\u0627\u062A\u06CC \u0644\u0627\u0632\u0645 \u0646\u06CC\u0633\u062A. \u0645\u06CC \u062A\u0648\u0627\u0646\u06CC\u062F \u067E\u0633 \u0627\u0632 \u0648\u0631\u0648\u062F \u0628\u0647 \u0639\u0646\u0648\u0627\u0646 \u0639\u0636\u0648 \u0627\u0632 \u0622\u0646 \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u06A9\u0646\u06CC\u062F. <1> \u0628\u0631\u0627\u06CC \u0627\u0631\u062A\u0642\u0627 \u0628\u0647 \u0639\u0636\u0648 \u0627\u06CC\u0646\u062C\u0627 \u0631\u0627 \u06A9\u0644\u06CC\u06A9 \u06A9\u0646\u06CC\u062F.",deepLCustomDescription:"\u0634\u0645\u0627 \u0628\u0647 \u06CC\u06A9 \u06A9\u0627\u0631\u062A \u0627\u0639\u062A\u0628\u0627\u0631\u06CC \u062E\u0627\u0631\u062C\u06CC \u0646\u06CC\u0627\u0632 \u062F\u0627\u0631\u06CC\u062F\u060C \u0628\u0647 <1>DeepL \u0628\u0631\u0648\u06CC\u062F \u0628\u0647 \u0637\u0648\u0631 \u0631\u0633\u0645\u06CC \u0628\u0627\u0632 \u0634\u062F\u060C \u0628\u0631\u0627\u06CC \u0645\u0634\u0627\u0647\u062F\u0647 \u0627\u0633\u0646\u0627\u062F <2> \u06A9\u0644\u06CC\u06A9 \u06A9\u0646\u06CC\u062F",deepLCustomName:"\u06A9\u0644\u06CC\u062F \u062A\u0623\u06CC\u06CC\u062F \u0633\u0641\u0627\u0631\u0634\u06CC",chooseProviderLabel:"\u0627\u0631\u0627\u0626\u0647 \u062F\u0647\u0646\u062F\u0647 \u062E\u062F\u0645\u0627\u062A \u0631\u0627 \u0627\u0646\u062A\u062E\u0627\u0628 \u06A9\u0646\u06CC\u062F",openaiProName:"\u0639\u0636\u0648 \u062D\u0631\u0641\u0647 \u0627\u06CC \u062A\u0631\u062C\u0645\u0647 Immersive (\u062A\u0648\u0635\u06CC\u0647 \u0645\u06CC \u0634\u0648\u062F)",openaiProDescription:"\u0628\u0633\u062A\u0647 \u0641\u0639\u0644\u06CC \u0631\u0627 \u0645\u06CC \u062A\u0648\u0627\u0646 \u0628\u0647 \u0637\u0648\u0631 \u0645\u0633\u062A\u0642\u06CC\u0645 \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u06A9\u0631\u062F",openaiProDescriptionForNormal:"\u0647\u06CC\u0686 \u062A\u0646\u0638\u06CC\u0645\u0627\u062A\u06CC \u0644\u0627\u0632\u0645 \u0646\u06CC\u0633\u062A. \u0645\u06CC \u062A\u0648\u0627\u0646\u06CC\u062F \u067E\u0633 \u0627\u0632 \u0648\u0631\u0648\u062F \u0628\u0647 \u0639\u0646\u0648\u0627\u0646 \u0639\u0636\u0648 \u0627\u0632 \u0622\u0646 \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u06A9\u0646\u06CC\u062F. <1> \u0628\u0631\u0627\u06CC \u0627\u0631\u062A\u0642\u0627 \u0628\u0647 \u0639\u0636\u0648 \u0627\u06CC\u0646\u062C\u0627 \u0631\u0627 \u06A9\u0644\u06CC\u06A9 \u06A9\u0646\u06CC\u062F.",openaiCustomDescription:"\u0645\u06CC \u062A\u0648\u0627\u0646 \u0622\u0646 \u0631\u0627 \u0627\u0632 OpenAI\u060C Azure OpenAI \u06CC\u0627 \u0633\u0627\u06CC\u0631 \u062E\u062F\u0645\u0627\u062A \u0634\u062E\u0635 \u062B\u0627\u0644\u062B \u062F\u0631\u06CC\u0627\u0641\u062A \u06A9\u0631\u062F. <1> \u0628\u0631\u0627\u06CC \u0645\u0634\u0627\u0647\u062F\u0647 \u0633\u0646\u062F \u0627\u06CC\u0646\u062C\u0627 \u0631\u0627 \u06A9\u0644\u06CC\u06A9 \u06A9\u0646\u06CC\u062F.",openaiCustomName:"\u06A9\u0644\u06CC\u062F API \u0633\u0641\u0627\u0631\u0634\u06CC",needLoginAction:"(\u0639\u0636\u0648\u06CC\u062A \u0631\u0627 \u0648\u0627\u0631\u062F \u06A9\u0646\u06CC\u062F \u06CC\u0627 \u0633\u0641\u0627\u0631\u0634\u06CC \u06A9\u0646\u06CC\u062F)",goLoginOrAction:"(\u0648\u0627\u0631\u062F \u0639\u0636\u0648\u06CC\u062A \u0634\u0648\u06CC\u062F \u06CC\u0627 \u0628\u0647 \u062A\u0646\u0638\u06CC\u0645\u0627\u062A \u0628\u0631\u0648\u06CC\u062F)",yearly:"\u0627\u0634\u062A\u0631\u0627\u06A9 \u0633\u0627\u0644\u0627\u0646\u0647 \u0645\u0633\u062A\u0645\u0631",quarterly:"\u0641\u0635\u0644 \u0647\u0627\u06CC \u0645\u062A\u0648\u0627\u0644\u06CC",monthly:"\u0627\u0634\u062A\u0631\u0627\u06A9 \u0645\u0627\u0647\u0627\u0646\u0647 \u0645\u0633\u062A\u0645\u0631",yearlyForOnce:"\u0628\u0633\u062A\u0647 \u0633\u0627\u0644\u0627\u0646\u0647 \u06CC\u06A9\u0628\u0627\u0631 \u0645\u0635\u0631\u0641",monthlyForOnce:"\u0628\u0633\u062A\u0647 \u06CC\u06A9\u0628\u0627\u0631\u0647 \u0645\u0627\u0647\u0627\u0646\u0647",daily:"\u0631\u0648\u0632\u0647\u0627\u06CC \u0645\u062A\u0648\u0627\u0644\u06CC",year:"\u0627\u0634\u062A\u0631\u0627\u06A9 \u0633\u0627\u0644\u0627\u0646\u0647 \u0645\u0633\u062A\u0645\u0631",quarter:"\u0641\u0635\u0644 \u0647\u0627\u06CC \u0645\u062A\u0648\u0627\u0644\u06CC",month:"\u0627\u0634\u062A\u0631\u0627\u06A9 \u0645\u0627\u0647\u0627\u0646\u0647 \u0645\u0633\u062A\u0645\u0631",day:"\u0631\u0648\u0632\u0647\u0627\u06CC \u0645\u062A\u0648\u0627\u0644\u06CC",onetime_7day:"\u0628\u0633\u062A\u0647 \u0622\u0632\u0645\u0627\u06CC\u0634\u06CC 7 \u0631\u0648\u0632\u0647",currentPlanDescriptionForFree:"\u0628\u0633\u062A\u0647 \u0641\u0639\u0644\u06CC\uFF1A\u0631\u0627\u06CC\u06AF\u0627\u0646 \u0627\u0633\u062A",currentPlanDescriptionForContinuous:"\u0628\u0633\u062A\u0647 \u0641\u0639\u0644\u06CC 0{plan}\uFF1A\u0648 \u0628\u0647 \u0637\u0648\u0631 \u062E\u0648\u062F\u06A9\u0627\u0631 \u062F\u0631 {endAt} \u062A\u0645\u062F\u06CC\u062F \u0645\u06CC \u0634\u0648\u062F",currentPlanDescriptionForAutoRenewCaceling:"\u0628\u0633\u062A\u0647 \u0641\u0639\u0644\u06CC\uFF1A{plan}\u0627\u0633\u062A \u0648 \u062F\u0631 {endAt} \u0645\u0646\u0642\u0636\u06CC \u0645\u06CC \u0634\u0648\u062F. \u067E\u0633 \u0627\u0632 \u0627\u0646\u0642\u0636\u0627 \u0628\u0647 \u0637\u0648\u0631 \u062E\u0648\u062F\u06A9\u0627\u0631 \u062A\u0645\u062F\u06CC\u062F \u0646\u0645\u06CC \u0634\u0648\u062F.",currentYearlyPlanDescriptionForAutoRenewCacelingWithRealPaiedUser:"\u0628\u0633\u062A\u0647 \u0641\u0639\u0644\u06CC\uFF1A{plan}\u062F\u0631 \u062A\u0627\u0631\u06CC\u062E {endAt} \u0645\u0646\u0642\u0636\u06CC \u0645\u06CC \u0634\u0648\u062F \u0648 \u067E\u0633 \u0627\u0632 \u0627\u0646\u0642\u0636\u0627 \u0628\u0647 \u0637\u0648\u0631 \u062E\u0648\u062F\u06A9\u0627\u0631 \u062A\u0645\u062F\u06CC\u062F \u0646\u0645\u06CC \u0634\u0648\u062F.
<1> \u0628\u0631\u0627\u06CC \u0645\u062F\u06CC\u0631\u06CC\u062A \u0628\u0631\u0646\u0627\u0645\u0647 \u0647\u0627\u06CC \u062A\u0645\u062F\u06CC\u062F \u0627\u06CC\u0646\u062C\u0627 \u0631\u0627 \u06A9\u0644\u06CC\u06A9 \u06A9\u0646\u06CC\u062F",currentYearlyPlanDescriptionForAutoRenewCacelingWithAdmin:"\u0628\u0633\u062A\u0647 \u0641\u0639\u0644\u06CC\uFF1A{plan}\u062F\u0631 \u062A\u0627\u0631\u06CC\u062E {endAt} \u0645\u0646\u0642\u0636\u06CC \u0645\u06CC \u0634\u0648\u062F \u0648 \u067E\u0633 \u0627\u0632 \u0627\u0646\u0642\u0636\u0627 \u0628\u0647 \u0637\u0648\u0631 \u062E\u0648\u062F\u06A9\u0627\u0631 \u062A\u0645\u062F\u06CC\u062F \u0646\u0645\u06CC \u0634\u0648\u062F.
<1>\u0628\u0631\u0627\u06CC \u0641\u0639\u0627\u0644 \u06A9\u0631\u062F\u0646 \u0627\u0634\u062A\u0631\u0627\u06A9 \u0633\u0627\u0644\u0627\u0646\u0647 \u0645\u0633\u062A\u0645\u0631 \u0627\u06CC\u0646\u062C\u0627 \u0631\u0627 \u06A9\u0644\u06CC\u06A9 \u06A9\u0646\u06CC\u062F",currentPlanDescriptionForOneTime:"\u0628\u0633\u062A\u0647 \u0641\u0639\u0644\u06CC\uFF1A{plan}\u0627\u0633\u062A \u0648 \u062F\u0631 {endAt} \u0645\u0646\u0642\u0636\u06CC \u0645\u06CC \u0634\u0648\u062F. <1> \u0628\u0631\u0627\u06CC \u0627\u0631\u062A\u0642\u0627\u0621 \u0628\u0647 \u0647\u0632\u06CC\u0646\u0647 \u0633\u0627\u0644\u0627\u0646\u0647 \u0627\u06CC\u0646\u062C\u0627 \u0631\u0627 \u06A9\u0644\u06CC\u06A9 \u06A9\u0646\u06CC\u062F \u06CC\u0627 <2> \u0647\u0632\u06CC\u0646\u0647 \u0645\u0627\u0647\u0627\u0646\u0647 \u0639\u0636\u0648",upgradePlan:"\u0628\u0631\u0627\u06CC \u0627\u0631\u062A\u0642\u0627\u0621 \u0628\u0647 \u0639\u0636\u0648\u06CC\u062A Pro \u0627\u06CC\u0646\u062C\u0627 \u0631\u0627 \u06A9\u0644\u06CC\u06A9 \u06A9\u0646\u06CC\u062F",upgradeToPro:"\u0628\u0647 \u0639\u0636\u0648\u06CC\u062A Pro \u0627\u0631\u062A\u0642\u0627 \u062F\u0647\u06CC\u062F","popup.openPro":"\u5F00\u901A\u4F1A\u5458\u540E\u53EF\u4EE5\u7545\u4EAB DeepL \u548C OpenAI \u7FFB\u8BD1","popup.openProForPro":"\u0634\u0645\u0627 \u06CC\u06A9 \u0639\u0636\u0648 \u062D\u0631\u0641\u0647 \u0627\u06CC \u0647\u0633\u062A\u06CC\u062F \u0648 \u0645\u06CC \u062A\u0648\u0627\u0646\u06CC\u062F \u0645\u0633\u062A\u0642\u06CC\u0645\u0627\u064B \u0627\u0632 \u062A\u0631\u062C\u0645\u0647 DeepL \u0648 OpenAI \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u06A9\u0646\u06CC\u062F",currentAccount:"\u062D\u0633\u0627\u0628 \u062C\u0627\u0631\u06CC",enableAutoSyncUserSettings:"\u0647\u0645\u06AF\u0627\u0645 \u0633\u0627\u0632\u06CC \u0627\u0628\u0631\u06CC \u062E\u0648\u062F\u06A9\u0627\u0631 \u0631\u0627 \u062F\u0631 \u0686\u0646\u062F\u06CC\u0646 \u062F\u0633\u062A\u06AF\u0627\u0647 \u0641\u0639\u0627\u0644 \u06A9\u0646\u06CC\u062F",modalEnableInputTranslationTitle:"\u0646\u06A9\u0627\u062A \u062A\u0631\u062C\u0645\u0647 \u0647\u0645\u0647\u062C\u0627\u0646\u0628\u0647 \u062C\u0639\u0628\u0647 \u0648\u0631\u0648\u062F\u06CC \u062A\u0631\u062C\u0645\u0647",modalEnableInputTranslationDesc:"\u0634\u0645\u0627 \u0628\u0647 \u062A\u0627\u0632\u06AF\u06CC \u062A\u0631\u062C\u0645\u0647 \u062C\u0639\u0628\u0647 \u0648\u0631\u0648\u062F\u06CC Immersive Translation \u0631\u0627 \u0628\u0627 \u0641\u0634\u0627\u0631 \u062F\u0627\u062F\u0646 \u06A9\u0644\u06CC\u062F \u0641\u0627\u0635\u0644\u0647 \u0633\u0647 \u0628\u0627\u0631 \u067E\u0634\u062A \u0633\u0631 \u0647\u0645 \u0641\u0639\u0627\u0644 \u06A9\u0631\u062F\u0647 \u0627\u06CC\u062F \u0648 \u0645\u062D\u062A\u0648\u0627\u06CC \u062C\u0639\u0628\u0647 \u0648\u0631\u0648\u062F\u06CC \u0628\u0647 \u0632\u0628\u0627\u0646 \u0645\u0642\u0635\u062F \u067E\u06CC\u0634 \u0641\u0631\u0636 \u062A\u0631\u062C\u0645\u0647 \u0645\u06CC \u0634\u0648\u062F. \u062A\u0631\u062C\u0645\u0647 \u0631\u0627 \u0645\u06CC \u062A\u0648\u0627\u0646 \u0628\u0627 Ctrl+Z \u0644\u063A\u0648 \u06A9\u0631\u062F.

\u0627\u06AF\u0631 \u0627\u06CC\u0646 \u06CC\u06A9 \u0627\u0634\u062A\u0628\u0627\u0647 \u0627\u0633\u062A\u060C \u0646\u06AF\u0631\u0627\u0646 \u0646\u0628\u0627\u0634\u06CC\u062F\u060C \u0645\u06CC\u200C\u062A\u0648\u0627\u0646\u06CC\u062F \u0627\u06CC\u0646 \u0628\u0627\u0631 \u0622\u0646 \u0631\u0627 \u063A\u06CC\u0631\u0641\u0639\u0627\u0644 \u06A9\u0646\u06CC\u062F \u06CC\u0627 \u062A\u0631\u062C\u0645\u0647 \u062C\u0639\u0628\u0647 \u0648\u0631\u0648\u062F\u06CC \u0631\u0627 \u0628\u0631\u0627\u06CC \u0647\u0645\u06CC\u0634\u0647 \u063A\u06CC\u0631\u0641\u0639\u0627\u0644 \u06A9\u0646\u06CC\u062F.",saveAndNotShowAgain:"\u0630\u062E\u06CC\u0631\u0647 \u06A9\u0646\u06CC\u062F \u0648 \u062F\u0648\u0628\u0627\u0631\u0647 \u062F\u0631\u062E\u0648\u0627\u0633\u062A \u0646\u06A9\u0646\u06CC\u062F",disableInputTranslationTips:"* \u0647\u0645\u0686\u0646\u06CC\u0646 \u0645\u06CC \u062A\u0648\u0627\u0646\u06CC\u062F \u0633\u0627\u06CC\u0631 \u06A9\u0644\u06CC\u062F\u0647\u0627\u06CC \u0645\u06CC\u0627\u0646\u0628\u0631 \u0631\u0627 \u0628\u0631\u0627\u06CC \u0641\u0639\u0627\u0644 \u06A9\u0631\u062F\u0646 {option} \u060C{learnMore}\u062A\u0646\u0638\u06CC\u0645 \u06A9\u0646\u06CC\u062F.",learnMore:"\u0628\u0631\u0627\u06CC \u0627\u0637\u0644\u0627\u0639\u0627\u062A \u0628\u06CC\u0634\u062A\u0631 \u0627\u06CC\u0646\u062C\u0627 \u06A9\u0644\u06CC\u06A9 \u06A9\u0646\u06CC\u062F",continueEnalbeInputTranslation:"\u0628\u0647 \u0641\u0639\u0627\u0644 \u06A9\u0631\u062F\u0646 \u062A\u0631\u062C\u0645\u0647 \u062C\u0639\u0628\u0647 \u0648\u0631\u0648\u062F\u06CC \u0627\u062F\u0627\u0645\u0647 \u062F\u0647\u06CC\u062F",autoRenewTrialSuffix:'(\u062F\u0631 \u0637\u0648\u0644 \u062F\u0648\u0631\u0647 \u0622\u0632\u0645\u0627\u06CC\u0634\u06CC\u060C\u0628\u0644\u0627\u0641\u0627\u0635\u0644\u0647 \u0628\u0647 \u06CC\u06A9\u0631\u0633\u0645\u06CC \u0627\u0631\u062A\u0642\u0627 \u062E\u0648\u0627\u0647\u062F \u06CC\u0627\u0641\u062A.',upgradeFromTrialTitle:"\u0627\u0631\u062A\u0642\u0627 \u0628\u0647 \u0639\u0636\u0648 \u0631\u0633\u0645\u06CC",subtitle:"\u0632\u06CC\u0631\u0646\u0648\u06CC\u0633 \u0648\u06CC\u062F\u06CC\u0648",youtubeService:"\u062E\u062F\u0645\u0627\u062A \u062A\u0631\u062C\u0645\u0647 \u0632\u06CC\u0631\u0646\u0648\u06CC\u0633 \u0648\u06CC\u062F\u06CC\u0648\u06CC\u06CC \u0647\u0645\u0647\u062C\u0627\u0646\u0628\u0647","subtitle.disabledSubtitle":"\u0632\u06CC\u0631\u0646\u0648\u06CC\u0633 \u0648\u06CC\u062F\u06CC\u0648 \u0631\u0627 \u0628\u0631\u0627\u06CC \u0647\u0645\u06CC\u0634\u0647 \u063A\u06CC\u0631\u0641\u0639\u0627\u0644 \u06A9\u0646\u06CC\u062F","subtitle.disabledSubtitleDescription":"\u0627\u06AF\u0631 \u0632\u06CC\u0631\u0646\u0648\u06CC\u0633\u200C\u0647\u0627\u06CC \u0648\u06CC\u062F\u06CC\u0648\u06CC \xAB\u062A\u0631\u062C\u0645\u0647 Immersive\xBB \u0628\u0627 \u0628\u0631\u0646\u0627\u0645\u0647\u200C\u0647\u0627\u06CC \u0627\u0641\u0632\u0648\u062F\u0646\u06CC \u062F\u06CC\u06AF\u0631 \u062A\u062F\u0627\u062E\u0644 \u062F\u0627\u0631\u0646\u062F\u060C \u0645\u06CC\u200C\u062A\u0648\u0627\u0646\u06CC\u062F \u0627\u0646\u062A\u062E\u0627\u0628 \u06A9\u0646\u06CC\u062F \u06A9\u0647 \u0639\u0645\u0644\u06A9\u0631\u062F \u0632\u06CC\u0631\u0646\u0648\u06CC\u0633\u200C\u0647\u0627\u06CC \u0648\u06CC\u062F\u06CC\u0648\u06CC\u06CC \u062A\u0631\u062C\u0645\u0647 Immersive \u0631\u0627 \u0628\u0631\u0627\u06CC \u0647\u0645\u06CC\u0634\u0647 \u063A\u06CC\u0631\u0641\u0639\u0627\u0644 \u06A9\u0646\u06CC\u062F \u06CC\u0627 \u0633\u0627\u06CC\u0631 \u0628\u0631\u0646\u0627\u0645\u0647\u200C\u0647\u0627\u06CC \u0627\u0641\u0632\u0648\u062F\u0646\u06CC \u0645\u062A\u0646\u0627\u0642\u0636 \u0631\u0627 \u062D\u0630\u0641 \u0646\u0635\u0628 \u06A9\u0646\u06CC\u062F.","subtitle.autoEnableSubtitle":"\u5F00\u542F\u5B57\u5E55\u7FFB\u8BD1","subtitle.autoEnableSubtitleDescription":"\u067E\u0633 \u0627\u0632 \u0641\u0639\u0627\u0644 \u0633\u0627\u0632\u06CC\u060C \u0647\u0646\u06AF\u0627\u0645 \u067E\u062E\u0634 \u0648\u06CC\u062F\u06CC\u0648\u060C \u0632\u06CC\u0631\u0646\u0648\u06CC\u0633 \u062F\u0648\u0632\u0628\u0627\u0646\u0647 \u0628\u0647 \u0635\u0648\u0631\u062A \u062E\u0648\u062F\u06A9\u0627\u0631 \u0646\u0645\u0627\u06CC\u0634 \u062F\u0627\u062F\u0647 \u0645\u06CC \u0634\u0648\u062F\u060C \u062F\u0631 \u063A\u06CC\u0631 \u0627\u06CC\u0646 \u0635\u0648\u0631\u062A \u0628\u0627\u06CC\u062F \u0631\u0648\u06CC \u062F\u06A9\u0645\u0647 \u062A\u0631\u062C\u0645\u0647 \u06A9\u0644\u06CC\u06A9 \u06A9\u0646\u06CC\u062F \u062A\u0627 \u0646\u0645\u0627\u06CC\u0634 \u062F\u0627\u062F\u0647 \u0634\u0648\u062F.","subtitle.preTranslation":"\u0628\u0631\u0627\u06CC \u062A\u0631\u062C\u0645\u0647 \u0632\u06CC\u0631\u0646\u0648\u06CC\u0633 \u0647\u0627 \u0627\u0632 \u062A\u0631\u062C\u0645\u0647 \u0647\u0645\u0647 \u062C\u0627\u0646\u0628\u0647 \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u06A9\u0646\u06CC\u062F","subtitle.preTranslationDescription":"\u067E\u0633 \u0627\u0632 \u0641\u0639\u0627\u0644 \u06A9\u0631\u062F\u0646 \u0622\u0646\u060C \u0627\u0648\u0644\u0648\u06CC\u062A \u0628\u0627 \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u0627\u0632 \u062E\u062F\u0645\u0627\u062A \u062A\u0631\u062C\u0645\u0647 \u0645\u0634\u062E\u0635 \u0634\u062F\u0647 \u062F\u0631 \u0632\u06CC\u0631 \u0628\u0631\u0627\u06CC \u062A\u0631\u062C\u0645\u0647 \u06A9\u0644 \u0632\u06CC\u0631\u0646\u0648\u06CC\u0633 \u0627\u0632 \u0642\u0628\u0644 \u062E\u0648\u0627\u0647\u062F \u0628\u0648\u062F. \u06CC\u06A9 \u0648\u06CC\u062F\u06CC\u0648\u06CC \u06CC\u06A9 \u0633\u0627\u0639\u062A\u0647 \u062A\u0642\u0631\u06CC\u0628\u0627\u064B 50000 \u062A\u0648\u06A9\u0646 \u06CC\u0627 \u06A9\u0627\u0631\u0627\u06A9\u062A\u0631 \u0645\u0635\u0631\u0641 \u0645\u06CC \u06A9\u0646\u062F\u060C \u0628\u0646\u0627\u0628\u0631\u0627\u06CC\u0646 \u0644\u0637\u0641\u0627\u064B \u0627\u0632 \u0622\u0646 \u062F\u0631 \u0635\u0648\u0631\u062A \u0644\u0632\u0648\u0645 \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u06A9\u0646\u06CC\u062F\u061B \u067E\u0633 \u0627\u0632 \u063A\u06CC\u0631\u0641\u0639\u0627\u0644 \u0634\u062F\u0646\u060C \u0627\u0648\u0644\u0648\u06CC\u062A \u062F\u0627\u062F\u0647 \u0645\u06CC \u0634\u0648\u062F. \u0628\u0631\u0627\u06CC \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u0627\u0632 \u0632\u06CC\u0631\u0646\u0648\u06CC\u0633\u200C\u0647\u0627\u06CC \u062A\u0631\u062C\u0645\u0647\u200C\u0634\u062F\u0647 \u0645\u0627\u0634\u06CC\u0646\u06CC \u0647\u0645\u0631\u0627\u0647 \u0628\u0627 \u0648\u06CC\u062F\u06CC\u0648\u06CC \u0627\u0635\u0644\u06CC.","subtitle.humanSubtitlesPreferred":"\u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u0627\u0632 \u0632\u06CC\u0631\u0646\u0648\u06CC\u0633 \u0647\u0627\u06CC \u0627\u0646\u0633\u0627\u0646\u06CC \u0631\u0627 \u062F\u0631 \u0627\u0648\u0644\u0648\u06CC\u062A \u0642\u0631\u0627\u0631 \u062F\u0647\u06CC\u062F","subtitle.humanSubtitlesPreferredDescription":"\u0648\u0642\u062A\u06CC \u0648\u06CC\u062F\u06CC\u0648\u06CC\u06CC \u062F\u0627\u0631\u0627\u06CC \u0632\u06CC\u0631\u0646\u0648\u06CC\u0633 \u062F\u0633\u062A\u06CC \u0628\u0647 \u0632\u0628\u0627\u0646 \u0645\u0642\u0635\u062F \u0627\u0633\u062A\u060C \u0627\u0628\u062A\u062F\u0627 \u0627\u0632 \u0632\u06CC\u0631\u0646\u0648\u06CC\u0633 \u062F\u0633\u062A\u06CC \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u06A9\u0646\u06CC\u062F (\u062A\u0648\u0635\u06CC\u0647 \u0645\u06CC\u200C\u0634\u0648\u062F)",videoSubtitleTranslationDescription:"\u06CC\u06A9 \u0633\u0631\u0648\u06CC\u0633 \u062A\u0631\u062C\u0645\u0647 \u062C\u062F\u0627\u06AF\u0627\u0646\u0647 \u0628\u0631\u0627\u06CC \u0632\u06CC\u0631\u0646\u0648\u06CC\u0633 \u0648\u06CC\u062F\u06CC\u0648\u0647\u0627 \u062A\u0639\u06CC\u06CC\u0646 \u06A9\u0646\u06CC\u062F",subtitleTranslating:"\u062A\u0631\u062C\u0645\u0647 \u0632\u06CC\u0631\u0646\u0648\u06CC\u0633 \u0628\u0627 \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u0627\u0632 \u0633\u0631\u0648\u06CC\u0633 {service} \u060C \u0644\u0637\u0641\u0627 \u0635\u0628\u0631 \u06A9\u0646\u06CC\u062F... (\u062A\u0631\u062C\u0645\u0647 \u0647\u0645\u0647 \u062C\u0627\u0646\u0628\u0647)",subtitleLoading:"\u062F\u0631 \u062D\u0627\u0644 \u0628\u0627\u0631\u06AF\u06CC\u0631\u06CC \u0632\u06CC\u0631\u0646\u0648\u06CC\u0633...",bilingual:"\u062F\u0648 \u0632\u0628\u0627\u0646\u0647","field.action":"\u0627\u06CC\u0646\u06A9\u0647 \u0622\u06CC\u0627 \u0627\u0635\u0637\u0644\u0627\u062D\u0627\u062A Baidu \u0631\u0627 \u0641\u0639\u0627\u0644 \u06A9\u0646\u06CC\u062F","description.action":"\u067E\u0633 \u0627\u0632 \u0641\u0639\u0627\u0644 \u06A9\u0631\u062F\u0646\u060C \u067E\u0627\u0631\u0627\u0645\u062A\u0631 action=1 \u0628\u0647 \u062F\u0631\u062E\u0648\u0627\u0633\u062A \u0627\u0636\u0627\u0641\u0647 \u0645\u06CC\u200C\u0634\u0648\u062F \u062A\u0627 \u0628\u0647 Baidu \u0627\u0637\u0644\u0627\u0639 \u062F\u0627\u062F\u0647 \u0634\u0648\u062F \u062A\u0627 \u0627\u0635\u0637\u0644\u0627\u062D \u0641\u0639\u0627\u0644 \u0634\u0648\u062F. <1> \u0644\u0637\u0641\u0627\u064B \u0628\u0631\u0627\u06CC \u062F\u0633\u062A\u0648\u0631\u0627\u0644\u0639\u0645\u0644\u200C\u0647\u0627\u06CC \u0628\u06CC\u0634\u062A\u0631 \u0628\u0647 \u0645\u0633\u062A\u0646\u062F\u0627\u062A \u0631\u0633\u0645\u06CC \u0645\u0631\u0627\u062C\u0639\u0647 \u06A9\u0646\u06CC\u062F.",closeQuickTranslation:"\u062A\u0648\u067E \u0634\u0646\u0627\u0648\u0631 \u0631\u0627 \u0628\u0628\u0646\u062F\u06CC\u062F","closeQuickTranslation.untilNext":"\u062A\u0627 \u0628\u0627\u0632\u062F\u06CC\u062F \u0628\u0639\u062F\u06CC \u062A\u0639\u0637\u06CC\u0644 \u0627\u0633\u062A","closeQuickTranslation.currentWebsite":"\u0648\u0628 \u0633\u0627\u06CC\u062A \u0641\u0639\u0644\u06CC \u063A\u06CC\u0631\u0641\u0639\u0627\u0644 \u0627\u0633\u062A","closeQuickTranslation.alwaysClose":"\u0628\u0631\u0627\u06CC \u0647\u0645\u06CC\u0634\u0647 \u0627\u0632 \u06A9\u0627\u0631 \u0627\u0641\u062A\u0627\u062F\u0647 \u0627\u0633\u062A","closeQuickTranslation.settingOpen":"(\u062F\u0631 \u0635\u0641\u062D\u0647 \u062A\u0646\u0638\u06CC\u0645\u0627\u062A <1> \u0642\u0627\u0628\u0644 \u0645\u0634\u0627\u0647\u062F\u0647 \u0627\u0633\u062A \u0631\u0648\u0634\u0646 \u06A9\u0646)","closeQuickTranslation.cancel":"\u0644\u063A\u0648 \u06A9\u0646\u06CC\u062F","closeQuickTranslation.confirm":"\u0645\u0637\u0645\u0626\u0646","floatBall.popup":"\u067E\u0627\u0646\u0644 \u062A\u0646\u0638\u06CC\u0645\u0627\u062A \u0633\u0631\u06CC\u0639 \u0631\u0627 \u0628\u0627\u0632 \u06A9\u0646\u06CC\u062F","floatBall.translate":"\u0628\u0631\u0627\u06CC \u062A\u0631\u062C\u0645\u0647 \u0627\u06CC\u0646 \u0635\u0641\u062D\u0647 \u06A9\u0644\u06CC\u06A9 \u06A9\u0646\u06CC\u062F","floatBall.showOriginal":"\u0628\u0631\u0627\u06CC \u0628\u0627\u0632\u06AF\u0634\u062A \u0628\u0647 \u0645\u062A\u0646 \u0627\u0635\u0644\u06CC \u06A9\u0644\u06CC\u06A9 \u06A9\u0646\u06CC\u062F","floatBall.close":"\u062A\u0648\u067E \u0634\u0646\u0627\u0648\u0631 \u0631\u0627 \u0628\u0628\u0646\u062F\u06CC\u062F","floatBallOptions.enableDescPc":"\u067E\u0633 \u0627\u0632 \u0641\u0639\u0627\u0644 \u0634\u062F\u0646 \u062A\u0648\u067E \u0634\u0646\u0627\u0648\u0631 \u0635\u0641\u062D\u0647\u060C \u062F\u06A9\u0645\u0647 \u062A\u0631\u062C\u0645\u0647 \u0633\u0631\u06CC\u0639 \u062F\u0631 \u0633\u0645\u062A \u0631\u0627\u0633\u062A \u0635\u0641\u062D\u0647 \u0646\u0645\u0627\u06CC\u0634 \u062F\u0627\u062F\u0647 \u0645\u06CC \u0634\u0648\u062F.\u0628\u0631\u0627\u06CC \u062A\u0631\u062C\u0645\u0647 \u06A9\u0644\u06CC\u06A9 \u06A9\u0646\u06CC\u062F.","floatBallOptions.enableDesc":"\u5173\u95ED\u60AC\u6D6E\u7403\u540E\uFF0C\u53EF\u4EE5\u7528\u5FEB\u6377\u952E/{touch}\u5524\u8D77\u3002\u4E3A\u9632\u6B62\u4E0D\u614E\u5173\u95ED\u8BE5\u9009\u9879\u540E\u627E\u4E0D\u5230\u60AC\u6D6E\u7403\uFF0C\u5F3A\u70C8\u5EFA\u8BAE\u6536\u85CF\u672C\u8BBE\u7F6E\u9875","description.azureApiUrl":"\u0622\u062F\u0631\u0633 \u0631\u0627\u0628\u0637 API \u0633\u0641\u0627\u0631\u0634\u06CC \u0631\u0627 \u067E\u0631 \u06A9\u0646\u06CC\u062F",confirmSupportMouse:"\u786E\u8BA4\u5F53\u524D\u6D4F\u89C8\u5668\u652F\u6301\u9F20\u6807",confirmSupportMouseDescription:"\u062A\u0634\u062E\u06CC\u0635 \u062F\u0627\u062F\u0647 \u0634\u062F\u0647 \u0627\u0633\u062A \u06A9\u0647 \u0645\u0631\u0648\u0631\u06AF\u0631 \u0641\u0639\u0644\u06CC \u0627\u0632 \u0639\u0645\u0644\u06A9\u0631\u062F \u0645\u0627\u0648\u0633 \u067E\u0634\u062A\u06CC\u0628\u0627\u0646\u06CC \u0646\u0645\u06CC \u06A9\u0646\u062F. \u0622\u06CC\u0627 \u0645\u06CC \u062E\u0648\u0627\u0647\u06CC\u062F \u067E\u0634\u062A\u06CC\u0628\u0627\u0646\u06CC \u0627\u0632 \u0645\u0627\u0648\u0633 \u0631\u0627 \u0628\u0647 \u0627\u062C\u0628\u0627\u0631 \u0641\u0639\u0627\u0644 \u06A9\u0646\u06CC\u062F\u061F",sampleTargetText:"\u0634\u0628 \u0637\u0648\u0644\u0627\u0646\u06CC \u062F\u0631 \u0631\u0627\u0647 \u0627\u0633\u062A \u0648 \u0645\u0646 \u0627\u0632 \u0627\u06CC\u0646 \u0628\u0647 \u0628\u0639\u062F \u062A\u0627 \u0632\u0645\u0627\u0646\u06CC \u06A9\u0647 \u0628\u0645\u06CC\u0631\u0645 \u0645\u0631\u0627\u0642\u0628 \u062E\u0648\u0627\u0647\u0645 \u0628\u0648\u062F. \u0645\u0646 \u0646\u0647 \u0632\u0646 \u0645\u06CC\u06AF\u06CC\u0631\u0645\u060C \u0646\u0647 \u0634\u0627\u0647\u06CC\u060C \u0646\u0647 \u0641\u0631\u0632\u0646\u062F\u06CC. \u062A\u0627\u062C \u0628\u0631 \u0633\u0631 \u0646\u062E\u0648\u0627\u0647\u0645 \u06AF\u0630\u0627\u0634\u062A \u0648 \u0628\u0631\u0627\u06CC \u0627\u0641\u062A\u062E\u0627\u0631\u0627\u062A \u0645\u0633\u0627\u0628\u0642\u0647 \u0646\u0645\u06CC \u062F\u0647\u0645. \u0645\u0646 \u0648\u0638\u06CC\u0641\u0647 \u0627\u0645 \u0631\u0627 \u0635\u0627\u062F\u0642\u0627\u0646\u0647 \u0627\u0646\u062C\u0627\u0645 \u062E\u0648\u0627\u0647\u0645 \u062F\u0627\u062F\u060C \u0632\u0646\u062F\u0647 \u0645\u06CC \u0634\u0648\u0645 \u0648 \u0645\u06CC \u0645\u06CC\u0631\u0645.",sampleSourceText:"Night gathers, and now my watch begins. It shall not end until my death. I shall take no wife, hold no lands, father no children. I shall wear no crowns and win no glory. I shall live and die at my post.","subtitle.supportedSites":"\u5DF2\u652F\u6301\u5728\u8FD9\u4E9B\u7F51\u7AD9\u4F7F\u7528\u53CC\u8BED\u5B57\u5E55\uFF08\u6CE8\u610F\uFF1A\u7531\u4E8E\u6280\u672F\u9650\u5236\uFF0C\u90E8\u5206\u7F51\u7AD9\u5728\u9996\u6B21\u5F00\u542F\u5B57\u5E55\u540E\u9700\u8981\u91CD\u65B0\u5237\u65B0\u9875\u9762\uFF0C\u6216\u8005\u9700\u7B49\u5F85\u7FFB\u8BD1\u5B8C\u6210\u4EE5\u663E\u793A\u53CC\u8BED\u5B57\u5E55\uFF09\uFF1A",viewWithImmersiveTranslate:"\u53CC\u8BED\u7248\u672C(\u6C89\u6D78\u5F0F\u7FFB\u8BD1)",errorReason:"\u9519\u8BEF\u539F\u56E0\uFF1A{message}","proQuotaExceededError.onetime7day":'\uFF0C\u60A8\u53EF\u4EE5\u9009\u62E9\u4EE5\u4E0B\u65B9\u5F0F\u89E3\u51B3\uFF1A

1. \u5207\u6362\u5230 {anotherService} \u6216\u5176\u4ED6\u7FFB\u8BD1\u670D\u52A1
2. \u5347\u7EA7\u4E3A\u6708\u5EA6/\u5E74\u5EA6\u4F1A\u5458',"proQuotaExceededError.trial":'\uFF0C\u60A8\u53EF\u4EE5\u9009\u62E9\u4EE5\u4E0B\u65B9\u5F0F\u89E3\u51B3\uFF1A

1. \u5207\u6362\u5230 {anotherService} \u6216\u5176\u4ED6\u7FFB\u8BD1\u670D\u52A1
2. \u7ACB\u523B\u5347\u7EA7\u4E3A\u6B63\u5F0F\u4F1A\u5458',"proQuotaExceededError.nonTrial":'\uFF0C\u60A8\u53EF\u4EE5\u9009\u62E9\u4EE5\u4E0B\u65B9\u5F0F\u89E3\u51B3\uFF1A

1. \u5207\u6362\u5230 {anotherService} \u6216\u5176\u4ED6\u7FFB\u8BD1\u670D\u52A1
2. \u8D2D\u4E70 {translationService} \u989D\u5916\u6D41\u91CF\u5305',"proQuotaExceededError.resetTime":"
3. \u989D\u5EA6\u91CD\u7F6E\u65F6\u95F4\uFF1A{resetTime}","desc.touchShortcutsToggleTranslatePageOnlyTranslation":"\u0641\u0642\u0637 \u0645\u062A\u0646 \u062A\u0631\u062C\u0645\u0647 \u0628\u0647 \u0645\u0639\u0646\u06CC \u0627\u0633\u062A \u06A9\u0647 \u0641\u0642\u0637 \u0645\u062A\u0646 \u062A\u0631\u062C\u0645\u0647 \u0646\u0645\u0627\u06CC\u0634 \u062F\u0627\u062F\u0647 \u0645\u06CC \u0634\u0648\u062F\u060C \u0627\u06AF\u0631 \u0635\u0641\u062D\u0647 \u0648\u0628 \u0647\u0646\u0648\u0632 \u062A\u0631\u062C\u0645\u0647 \u0646\u0634\u062F\u0647 \u0627\u0633\u062A\u060C \u062D\u0627\u0644\u062A \u062A\u063A\u06CC\u06CC\u0631 \u062E\u0648\u0627\u0647\u062F \u06A9\u0631\u062F \u0648 \u062A\u0631\u062C\u0645\u0647 \u062E\u0648\u0627\u0647\u062F \u0634\u062F.","desc.toggleOnlyTransation":"\u062D\u0627\u0644\u062A \u0641\u0642\u0637 \u062A\u0631\u062C\u0645\u0647 \u0628\u0647 \u0627\u06CC\u0646 \u0645\u0639\u0646\u06CC \u0627\u0633\u062A \u06A9\u0647 \u0641\u0642\u0637 \u0645\u062A\u0646 \u062A\u0631\u062C\u0645\u0647 \u0634\u062F\u0647 \u0646\u0645\u0627\u06CC\u0634 \u062F\u0627\u062F\u0647 \u0645\u06CC \u0634\u0648\u062F\u060C \u0627\u06AF\u0631 \u0635\u0641\u062D\u0647 \u0648\u0628 \u0647\u0646\u0648\u0632 \u062A\u0631\u062C\u0645\u0647 \u0646\u0634\u062F\u0647 \u0628\u0627\u0634\u062F\u060C \u062D\u0627\u0644\u062A \u062A\u063A\u06CC\u06CC\u0631 \u062E\u0648\u0627\u0647\u062F \u06A9\u0631\u062F \u0648 \u062A\u0631\u062C\u0645\u0647 \u062E\u0648\u0627\u0647\u062F \u0634\u062F.",touchShortcutsToggleTranslatePageOnlyTranslation:"\u062A\u0646\u0638\u06CC\u0645 \u062D\u0631\u06A9\u062A \u0644\u0645\u0633\u06CC \u0635\u0641\u062D\u0647 \u0646\u0645\u0627\u06CC\u0634 \u0628\u0631\u0627\u06CC \u062A\u063A\u06CC\u06CC\u0631 \u0628\u06CC\u0646 \u062D\u0627\u0644\u062A \u062F\u0648\u0632\u0628\u0627\u0646\u0647 / \u0641\u0642\u0637 \u0645\u062A\u0646 \u062A\u0631\u062C\u0645\u0647 \u0634\u062F\u0647",download_started:"\u062F\u0627\u0646\u0644\u0648\u062F \u0634\u0631\u0648\u0639 \u0634\u062F\u0647 \u0627\u0633\u062A \u060C \u0627\u06AF\u0631 \u0628\u0647 \u0637\u0648\u0631 \u062E\u0648\u062F\u06A9\u0627\u0631 \u062F\u0627\u0646\u0644\u0648\u062F \u0646\u0634\u062F \u060C \u0644\u0637\u0641\u0627\u064B \u0628\u0647 \u0635\u0648\u0631\u062A \u062F\u0633\u062A\u06CC \u062F\u0627\u0646\u0644\u0648\u062F \u06A9\u0646\u06CC\u062F.",here:"\u0627\u06CC\u0646\u062C\u0627","translationFont.customPlaceholder":"\u0641\u0648\u0646\u062A",translationFont:"\u062A\u0646\u0638\u06CC\u0645 \u0641\u0648\u0646\u062A",batchEdit:"\u0639\u0645\u0644\u06CC\u0627\u062A \u062F\u0633\u062A\u0647 \u062C\u0645\u0639\u06CC","translationModeLang.translation.title":"\u0641\u0642\u0637 \u062D\u0627\u0644\u062A \u062A\u0631\u062C\u0645\u0647 \u0632\u0628\u0627\u0646","error.goReset":"\u0628\u0627\u0632\u0646\u0634\u0627\u0646\u06CC \u06A9\u0646\u06CC\u062F","translationFont.custom":"\u0648\u0631\u0648\u062F \u0641\u0648\u0646\u062A \u0633\u0641\u0627\u0631\u0634\u06CC","error.serveConfigError":"\u062E\u0637\u0627\u06CC \u067E\u06CC\u06A9\u0631\u0628\u0646\u062F\u06CC \u0633\u0631\u0648\u06CC\u0633",detectServiceLoading:"\u062F\u0631 \u062D\u0627\u0644 \u0628\u0631\u0631\u0633\u06CC \u062E\u062F\u0645\u0627\u062A \u062A\u0631\u062C\u0645\u0647 \u0645\u0648\u062C\u0648\u062F...","touch.mouse-translate":"\u062A\u0631\u062C\u0645\u0647 \u067E\u0627\u0631\u0627\u06AF\u0631\u0627\u0641 \u0645\u0634\u062E\u0635","translationModeUrl.translation.title":"\u0622\u062F\u0631\u0633 \u0627\u06CC\u0646\u062A\u0631\u0646\u062A\u06CC \u062D\u0627\u0644\u062A \u0641\u0642\u0637 \u062A\u0631\u062C\u0645\u0647","translationServices.inherit":"\u0628\u0627 \u062E\u062F\u0645\u0627\u062A \u062A\u0631\u062C\u0645\u0647 \u0627\u0635\u0644\u06CC \u062F\u0646\u0628\u0627\u0644 \u06A9\u0646\u06CC\u062F","error.reloadPageOfSetting":"\u067E\u0633 \u0627\u0632 \u067E\u06CC\u06A9\u0631\u0628\u0646\u062F\u06CC\u060C \u0644\u0637\u0641\u0627 \u0635\u0641\u062D\u0647 \u0631\u0627 \u062F\u0648\u0628\u0627\u0631\u0647 \u062A\u0627\u0632\u0647 \u06A9\u0646\u06CC\u062F \u0648 \u062F\u0648\u0628\u0627\u0631\u0647 \u062A\u0631\u062C\u0645\u0647 \u06A9\u0646\u06CC\u062F.","error.configError":"\u0627\u0637\u0644\u0627\u0639\u0627\u062A \u067E\u06CC\u06A9\u0631\u0628\u0646\u062F\u06CC \u063A\u06CC\u0631 \u0645\u0639\u0645\u0648\u0644\u06CC \u0627\u0633\u062A","error.proTokenInvalid":"\u0627\u06AF\u0631 \u06A9\u0627\u0631\u0628\u0631 Pro \u0647\u0633\u062A\u06CC\u062F\u060C \u0644\u0637\u0641\u0627\u064B \u067E\u0633 \u0627\u0632 \u0648\u0631\u0648\u062F \u0627\u0632 \u062E\u062F\u0645\u0627\u062A \u062A\u0631\u062C\u0645\u0647 Pro \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u06A9\u0646\u06CC\u062F.",videoSubtitlePreTranslationOff:"\u0632\u06CC\u0631\u0646\u0648\u06CC\u0633 \u0648\u06CC\u062F\u06CC\u0648 \u0627\u0648\u0644\u0648\u06CC\u062A \u062E\u0648\u0627\u0647\u062F \u062F\u0627\u062F \u0628\u0647 \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u0627\u0632 \u0632\u06CC\u0631\u0646\u0648\u06CC\u0633 \u0645\u0627\u0634\u06CC\u0646\u06CC \u0645\u0648\u062C\u0648\u062F \u062F\u0631 \u0648\u06CC\u062F\u06CC\u0648 \u0627\u0635\u0644\u06CC",toggleToService:"\u0628\u0647 {service} \u062A\u063A\u06CC\u06CC\u0631 \u062F\u0647\u06CC\u062F \u0648 \u062F\u0648\u0628\u0627\u0631\u0647 \u0627\u0645\u062A\u062D\u0627\u0646 \u06A9\u0646\u06CC\u062F","error.proUpgrade":"\u067E\u0633 \u0627\u0632 \u0627\u0631\u062A\u0642\u0627\u060C \u0644\u0637\u0641\u0627 \u0635\u0641\u062D\u0647 \u0631\u0627 \u062F\u0648\u0628\u0627\u0631\u0647 \u062A\u0631\u062C\u0645\u0647 \u06A9\u0646\u06CC\u062F.",enableSentryReport:"\u0648\u0642\u062A\u06CC \u062E\u0637\u0627\u06CC \u06AF\u0633\u062A\u0631\u0634 \u0631\u062E \u0645\u06CC \u062F\u0647\u062F\u060C \u0628\u0627 \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u0627\u0632 Sentry \u0628\u0631\u0627\u06CC \u0627\u0631\u0633\u0627\u0644 \u0628\u0627\u0632\u062E\u0648\u0631\u062F \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u06A9\u0646\u06CC\u062F.","error.403":"\u062E\u062F\u0645\u062A \u062E\u0637\u0627\u06CC \u0628\u0631\u06AF\u0634\u062A \u062F\u0627\u062F\u0647 \u0627\u0633\u062A\u060C \u0645\u0648\u0642\u062A\u0627\u064B \u0627\u062C\u0627\u0632\u0647 \u062F\u0633\u062A\u0631\u0633\u06CC \u0628\u0647 \u0627\u06CC\u0646 \u062E\u062F\u0645\u062A \u0631\u0627 \u0646\u062F\u0627\u0631\u06CC\u062F.",videoSubtitlePreTranslationOn:"\u0632\u06CC\u0631\u0646\u0648\u06CC\u0633 \u0647\u0627\u06CC \u0648\u06CC\u062F\u06CC\u0648 \u0628\u0647 \u0637\u0648\u0631 \u0627\u0648\u0644\u0648\u06CC\u062A\u06CC \u0627\u0632 \u062A\u0631\u062C\u0645\u0647 \u0641\u0631\u0648 \u0631\u0641\u062A\u06AF\u06CC \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u062E\u0648\u0627\u0647\u062F \u06A9\u0631\u062F.","translationModeUrl.translation.description":"\u0648\u0642\u062A\u06CC \u0648\u0628 \u0633\u0627\u06CC\u062A \u0628\u0631\u0627\u06CC \u062F\u0627\u0645\u0646\u0647 \u0647\u0627\u06CC \u0632\u06CC\u0631 \u0627\u0633\u062A\u060C \u0628\u0647 \u0637\u0648\u0631 \u062E\u0648\u062F\u06A9\u0627\u0631 \u0627\u0632 \u062D\u0627\u0644\u062A \u0641\u0642\u0637 \u0645\u062A\u0646 \u062A\u0631\u062C\u0645\u0647 \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u0645\u06CC \u06A9\u0646\u062F.","error.502":"\u062E\u062F\u0645\u062A \u062E\u0637\u0627 \u062F\u0627\u062F\u0647 \u0627\u0633\u062A\u060C \u062E\u062F\u0645\u062A \u0628\u0647 \u062A\u0627\u062E\u06CC\u0631 \u0627\u0641\u062A\u0627\u062F\u0647 \u0627\u0633\u062A\u060C \u0644\u0637\u0641\u0627 \u0628\u0639\u062F\u0627 \u062F\u0648\u0628\u0627\u0631\u0647 \u0627\u0645\u062A\u062D\u0627\u0646 \u06A9\u0646\u06CC\u062F.","error.openAIExceededQuota":"\u062E\u0637\u0627\u06CC \u0628\u0627\u0632\u06AF\u0634\u062A \u0633\u0631\u0648\u06CC\u0633: \u0645\u0648\u062C\u0648\u062F\u06CC \u062D\u0633\u0627\u0628 OpenAI \u0634\u0645\u0627 \u06A9\u0627\u0641\u06CC \u0646\u06CC\u0633\u062A\u060C \u0644\u0637\u0641\u0627\u064B \u0627\u0632 \u0637\u0631\u06CC\u0642 \u067E\u0646\u0644 \u0645\u062F\u06CC\u0631\u06CC\u062A\u06CC \u0631\u0633\u0645\u06CC OpenAI \u0634\u0627\u0631\u0698 \u06A9\u0646\u06CC\u062F \u06CC\u0627 \u06A9\u0627\u0631\u062A \u0627\u0639\u062A\u0628\u0627\u0631\u06CC \u062E\u0648\u062F \u0631\u0627 \u0645\u062A\u0635\u0644 \u06A9\u0646\u06CC\u062F.","translationModeLang.translation.description":"\u0648\u0642\u062A\u06CC \u0632\u0628\u0627\u0646 \u0635\u0641\u062D\u0647 \u0628\u0647 \u0632\u0628\u0627\u0646\u0647\u0627\u06CC \u0632\u06CC\u0631 \u0627\u0633\u062A\u060C \u0628\u0647 \u0637\u0648\u0631 \u062E\u0648\u062F\u06A9\u0627\u0631 \u0627\u0632 \u062D\u0627\u0644\u062A \u062A\u0631\u062C\u0645\u0647 \u0641\u0642\u0637 \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u0645\u06CC \u0634\u0648\u062F","error.429":"\u062E\u062F\u0645\u062A \u062E\u0637\u0627 \u0631\u0627 \u0628\u0631\u0645\u06CC \u06AF\u0631\u062F\u0627\u0646\u062F\u060C \u06A9\u0647 \u0646\u0634\u0627\u0646 \u0645\u06CC \u062F\u0647\u062F \u062F\u0631\u062E\u0648\u0627\u0633\u062A \u0628\u06CC\u0634 \u0627\u0632 \u062D\u062F \u0645\u06A9\u0631\u0631 \u06CC\u0627 \u0628\u06CC\u0634 \u0627\u0632 \u062D\u062F \u0645\u062D\u062F\u0648\u062F\u06CC\u062A \u0627\u0633\u062A\u060C \u0644\u0637\u0641\u0627 \u0628\u0639\u062F\u0627 \u062F\u0648\u0628\u0627\u0631\u0647 \u0627\u0645\u062A\u062D\u0627\u0646 \u06A9\u0646\u06CC\u062F.","error.400":"\u062E\u0637\u0627\u06CC\u06CC \u062F\u0631 \u0628\u0627\u0632\u06AF\u0634\u062A \u062E\u062F\u0645\u0627\u062A \u0631\u062E \u062F\u0627\u062F\u0647 \u0627\u0633\u062A \u060C \u067E\u0627\u0631\u0627\u0645\u062A\u0631 \u062F\u0631\u062E\u0648\u0627\u0633\u062A \u0627\u0634\u062A\u0628\u0627\u0647 \u0627\u0633\u062A \u060C \u0644\u0637\u0641\u0627\u064B \u067E\u06CC\u06A9\u0631\u0628\u0646\u062F\u06CC \u0645\u0631\u0628\u0648\u0637\u0647 \u0631\u0627 \u0628\u0631\u0631\u0633\u06CC \u06A9\u0646\u06CC\u062F.","error.googleLimitIp":"\u062E\u062F\u0645\u062A \u062E\u0637\u0627 \u0631\u0627 \u0628\u0631\u0645\u06CC \u06AF\u0631\u062F\u0627\u0646\u062F \u060C \u062E\u062F\u0645\u0627\u062A \u06AF\u0648\u06AF\u0644 \u0628\u0631\u0627\u06CC \u0627\u06CC\u0646 \u0622\u062F\u0631\u0633 IP \u0645\u062D\u062F\u0648\u062F \u0634\u062F\u0647 \u0627\u0633\u062A \u060C \u067E\u06CC\u0634\u0646\u0647\u0627\u062F \u0645\u06CC \u06A9\u0646\u06CC\u0645 \u0634\u0645\u0627 \u0646\u0648\u062F \u0634\u0628\u06A9\u0647 \u0631\u0627 \u062A\u063A\u06CC\u06CC\u0631 \u062F\u0647\u06CC\u062F.","translationFont.notSupportErrorMessage":"\u0644\u0637\u0641\u0627\u064B \u0646\u0627\u0645 \u0641\u0648\u0646\u062A\u06CC \u06A9\u0647 \u0648\u0627\u0631\u062F \u06A9\u0631\u062F\u0647 \u0627\u06CC\u062F \u0631\u0627 \u0628\u0631\u0631\u0633\u06CC \u06A9\u0646\u06CC\u062F \u062A\u0627 \u0645\u0637\u0645\u0626\u0646 \u0634\u0648\u06CC\u062F \u06A9\u0647 \u062F\u0631\u0633\u062A \u0627\u0633\u062A\u060C \u06CC\u0627 \u062A\u0623\u06CC\u06CC\u062F \u06A9\u0646\u06CC\u062F \u06A9\u0647 \u0627\u06CC\u0646 \u0641\u0648\u0646\u062A \u0628\u0631 \u0631\u0648\u06CC \u062F\u0633\u062A\u06AF\u0627\u0647 \u0634\u0645\u0627 \u0646\u0635\u0628 \u0634\u062F\u0647 \u0627\u0633\u062A.","error.gemini.429":"\u062E\u062F\u0645\u062A Gemini \u062F\u0631 \u062D\u0627\u0644 \u062D\u0627\u0636\u0631 \u0628\u0647 \u0638\u0631\u0641\u06CC\u062A \u062D\u062F\u0627\u06A9\u062B\u0631\u06CC \u062E\u0648\u062F \u0631\u0633\u06CC\u062F\u0647 \u0627\u0633\u062A\u060C \u0644\u0637\u0641\u0627\u064B \u0628\u0639\u062F\u0627\u064B \u062F\u0648\u0628\u0627\u0631\u0647 \u0627\u0645\u062A\u062D\u0627\u0646 \u06A9\u0646\u06CC\u062F \u06CC\u0627 \u0628\u0647 \u0633\u0631\u0648\u06CC\u0633 \u062A\u0631\u062C\u0645\u0647 \u062F\u06CC\u06AF\u0631\u06CC \u062A\u063A\u06CC\u06CC\u0631 \u062F\u0647\u06CC\u062F.","desc.toggleVideoSubtitlePreTranslation":"\u0628\u0639\u062F \u0641\u0634\u0627\u0631\u060C \u0632\u06CC\u0631\u0646\u0648\u06CC\u0633 \u062F\u0648\u0632\u0628\u0627\u0646\u0647 \u0648\u06CC\u062F\u06CC\u0648 \u0627\u0648\u0644\u0648\u06CC\u062A \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u0627\u0632 \u062A\u0646\u0638\u06CC\u0645\u0627\u062A \u062A\u0631\u062C\u0645\u0647 \u063A\u0648\u0637\u0647 \u0648\u0631 \u062E\u0648\u0627\u0647\u062F \u062F\u0627\u0634\u062A\u060C \u0628\u0627 \u0641\u0634\u0627\u0631 \u062F\u0648\u0628\u0627\u0631\u0647\u060C \u0627\u0648\u0644\u0648\u06CC\u062A \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u0627\u0632 \u0632\u06CC\u0631\u0646\u0648\u06CC\u0633 \u0645\u0627\u0634\u06CC\u0646\u06CC \u0627\u0635\u0644\u06CC \u0648\u06CC\u062F\u06CC\u0648 \u062E\u0648\u0627\u0647\u062F \u0628\u0648\u062F\u060C \u062A\u0648\u062C\u0647 \u062F\u0627\u0634\u062A\u0647 \u0628\u0627\u0634\u06CC\u062F: \u0627\u06CC\u0646 \u0645\u06CC\u0627\u0646\u0628\u0631 \u062A\u0646\u0638\u06CC\u0645\u0627\u062A \u062C\u0647\u0627\u0646\u06CC \u0631\u0627 \u062A\u063A\u06CC\u06CC\u0631 \u0645\u06CC \u062F\u0647\u062F.","error.openAIFreeLimit":"\u062E\u062F\u0645\u062A \u062E\u0637\u0627 \u0631\u0627 \u0628\u0631\u0645\u06CC \u06AF\u0631\u062F\u0627\u0646\u062F\u060C \u0641\u0631\u06A9\u0627\u0646\u0633 \u062F\u0631\u062E\u0648\u0627\u0633\u062A \u062A\u0631\u062C\u0645\u0647 \u0641\u0639\u0644\u06CC \u0628\u0647 \u062D\u062F\u0627\u06A9\u062B\u0631 3 \u0628\u0627\u0631 \u062F\u0631 \u062F\u0642\u06CC\u0642\u0647 \u0631\u0633\u06CC\u062F\u0647 \u0627\u0633\u062A\u060C \u0644\u0637\u0641\u0627\u064B \u0628\u0639\u062F\u0627\u064B \u062F\u0648\u0628\u0627\u0631\u0647 \u0627\u0645\u062A\u062D\u0627\u0646 \u06A9\u0646\u06CC\u062F. (\u0627\u06CC\u0646 \u0645\u062D\u062F\u0648\u062F\u06CC\u062A \u0631\u0633\u0645\u06CC OpenAI \u0628\u0631\u0627\u06CC API Key \u0631\u0627\u06CC\u06AF\u0627\u0646 \u0627\u0633\u062A\u060C \u0628\u0631\u0627\u06CC \u0631\u0641\u0639 \u0627\u06CC\u0646 \u0645\u062D\u062F\u0648\u062F\u06CC\u062A\u060C \u0644\u0637\u0641\u0627\u064B \u06A9\u0627\u0631\u062A \u0627\u0639\u062A\u0628\u0627\u0631\u06CC \u062E\u0648\u062F \u0631\u0627 \u062F\u0631 \u067E\u0646\u0644 OpenAI \u0645\u062A\u0635\u0644 \u06A9\u0646\u06CC\u062F.)","error.serveUnavailable":"\u062E\u062F\u0645\u062A [{serverName}] \u06A9\u0647 \u062F\u0631 \u062D\u0627\u0644 \u062D\u0627\u0636\u0631 \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u0645\u06CC \u06A9\u0646\u06CC\u062F \u0628\u0647 \u062F\u0644\u06CC\u0644 \u0645\u0634\u06A9\u0644\u0627\u062A \u0627\u062A\u0635\u0627\u0644 \u0628\u0647 \u0634\u0628\u06A9\u0647 \u06CC\u0627 \u0645\u0634\u06A9\u0644\u0627\u062A \u0627\u0631\u0627\u0626\u0647 \u062F\u0647\u0646\u062F\u0647 \u062E\u062F\u0645\u0627\u062A \u0645\u0648\u0642\u062A\u0627\u064B \u0642\u0627\u0628\u0644 \u062F\u0633\u062A\u0631\u0633\u06CC \u0646\u06CC\u0633\u062A. \u067E\u06CC\u0634\u0646\u0647\u0627\u062F \u0645\u06CC \u06A9\u0646\u06CC\u0645 \u0635\u0641\u062D\u0647 \u0631\u0627 \u062A\u0627\u0632\u0647 \u06A9\u0646\u06CC\u062F \u06CC\u0627 \u0627\u0632 \u0637\u0631\u06CC\u0642 <1>\u062A\u0646\u0638\u06CC\u0645\u0627\u062A \u0628\u0647 \u062E\u062F\u0645\u0627\u062A \u062A\u0631\u062C\u0645\u0647 \u062F\u06CC\u06AF\u0631\u06CC \u062A\u063A\u06CC\u06CC\u0631 \u062F\u0647\u06CC\u062F. \u0627\u06AF\u0631 \u0634\u0645\u0627 \u0639\u0636\u0648 <2>Pro \u0647\u0633\u062A\u06CC\u062F\u060C \u0645\u06CC \u062A\u0648\u0627\u0646\u06CC\u062F \u0627\u0632 \u062E\u062F\u0645\u0627\u062A \u062A\u0631\u062C\u0645\u0647 \u067E\u0627\u06CC\u062F\u0627\u0631\u062A\u0631 DeepL \u06CC\u0627 OpenAI \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u06A9\u0646\u06CC\u062F (<3>\u0627\u06CC\u0646\u062C\u0627 \u0631\u0627 \u0628\u0631\u0627\u06CC \u062A\u062C\u0631\u0628\u0647 \u0631\u0627\u06CC\u06AF\u0627\u0646 \u06A9\u0644\u06CC\u06A9 \u06A9\u0646\u06CC\u062F). \u0639\u0644\u0627\u0648\u0647 \u0628\u0631 \u0627\u06CC\u0646\u060C \u0645\u0645\u06A9\u0646 \u0627\u0633\u062A \u0646\u06CC\u0627\u0632 \u0628\u0627\u0634\u062F \u062A\u0646\u0638\u06CC\u0645\u0627\u062A \u0634\u0628\u06A9\u0647 \u06CC\u0627 \u067E\u0631\u0648\u06A9\u0633\u06CC \u062E\u0648\u062F \u0631\u0627 \u0628\u0631\u0631\u0633\u06CC \u06A9\u0646\u06CC\u062F.","widget.translateFile":"PDF/ePub",goLogin:"\u0648\u0631\u0648\u062F \u06A9\u0646\u06CC\u062F",notLogin:"\u0648\u0631\u0648\u062F \u0646\u0634\u062F\u0647 \u0627\u0633\u062A","error.reason":"\u062F\u0644\u06CC\u0644 \u062E\u0637\u0627",shortcutSettings:"\u0645\u06CC\u0627\u0646\u0628\u0631",alwaysTranslate:"\u0647\u0645\u06CC\u0634\u0647 \u062A\u0631\u062C\u0645\u0647 \u06A9\u0646\u06CC\u062F","translationServices.gemini":"\u062C\u0645\u0646\u06CC","slide.left":"\u0628\u0647 \u0631\u0627\u0633\u062A \u0628\u06A9\u0634\u06CC\u062F",loggedIn:"\u0648\u0627\u0631\u062F \u0634\u062F\u0647 \u0627\u06CC\u062F","floatBall.iKnow":"\u0645\u0646 \u0645\u06CC \u062F\u0627\u0646\u0645","intro.floatBallTitle":"\u062A\u0631\u062C\u0645\u0647 \u0633\u0631\u06CC\u0639 \u0628\u0627\u0644 \u0634\u0646\u0627\u0648\u0631","shortcutGroup.touch":"\u0698\u0633\u062A \u0647\u0627\u06CC \u062E\u0627\u0635 \u0635\u0641\u062D\u0647 \u0644\u0645\u0633\u06CC","tagsInput.add":"+ \u0627\u0636\u0627\u0641\u0647 \u06A9\u0631\u062F\u0646",shortcutSettingsTitle:"\u062A\u0646\u0638\u06CC\u0645\u0627\u062A \u0645\u06CC\u0627\u0646\u0628\u0631","widget.instruction":"\u062F\u0633\u062A\u0648\u0631\u0627\u0644\u0639\u0645\u0644 \u0627\u0633\u062A\u0641\u0627\u062F\u0647",touchShortcutsOff:"\u0628\u0633\u062A\u0647 \u0634\u062F\u0646","shortcutGroup.others":"\u06A9\u0644\u06CC\u062F\u0647\u0627\u06CC \u0645\u06CC\u0627\u0646\u0628\u0631 \u0633\u0641\u0627\u0631\u0634\u06CC \u0628\u06CC\u0634\u062A\u0631","error.subscriptionExpiredTitle":"\u0639\u0636\u0648\u06CC\u062A \u0645\u0646\u0642\u0636\u06CC \u0634\u062F\u0647 \u0627\u0633\u062A","error.retry":"\u062A\u0644\u0627\u0634 \u0645\u062C\u062F\u062F",neverTranslate:"\u0647\u0631\u06AF\u0632 \u062A\u0631\u062C\u0645\u0647 \u0646\u0645\u06CC \u06A9\u0646\u0645",networkError:"\u062E\u062F\u0645\u0627\u062A \u062A\u0631\u062C\u0645\u0647 \u06CC\u0627 \u0634\u0628\u06A9\u0647 \u0645\u0634\u06A9\u0644 \u062F\u0627\u0631\u062F","widget.translateFileTooltip":"\u062A\u0631\u062C\u0645\u0647 \u0627\u0633\u0646\u0627\u062F PDF\u060C EPUB\u060C SRT\u060C ASS\u060C HTML \u0648 TXT","slide.right":"\u0628\u0647 \u0686\u067E \u0628\u06A9\u0634\u06CC\u062F","multipleClick.3":"\u0633\u0647 \u0636\u0631\u0628\u0647 \u0645\u062A\u0648\u0627\u0644\u06CC","multipleClick.4":"\u0686\u0647\u0627\u0631 \u0636\u0631\u0628\u0647 \u0645\u062A\u0648\u0627\u0644\u06CC",pickAll:"\u0627\u0646\u062A\u062E\u0627\u0628 \u0647\u0645\u0647",contact:"\u0628\u0627 \u0645\u0627 \u062A\u0645\u0627\u0633 \u0628\u06AF\u06CC\u0631\u06CC\u062F","subtitle.bilingual":"\u0632\u06CC\u0631\u0646\u0648\u06CC\u0633 \u062F\u0648\u0632\u0628\u0627\u0646\u0647","shortcutGroup.shortcutsForTranslationServices":"\u06A9\u0644\u06CC\u062F\u0647\u0627\u06CC \u0645\u06CC\u0627\u0646\u0628\u0631 \u0645\u0631\u0628\u0648\u0637 \u0628\u0647 \u062E\u062F\u0645\u0627\u062A \u062A\u0631\u062C\u0645\u0647",buildSnapshots:"\u0627\u06CC\u062C\u0627\u062F \u0639\u06A9\u0633 \u0641\u0648\u0631\u06CC \u0627\u0632 \u0635\u0641\u062D\u0647 \u0648\u0628","widget.instructionTooltip":"\u062F\u0633\u062A\u0648\u0631\u0627\u0644\u0639\u0645\u0644 \u0631\u0627 \u0628\u0631\u0631\u0633\u06CC \u06A9\u0646\u06CC\u062F","widget.videoSubtitle":"\u0632\u06CC\u0631\u0646\u0648\u06CC\u0633 \u0648\u06CC\u062F\u06CC\u0648","multipleClick.2":"\u062F\u0648\u0628\u0627\u0631 \u06A9\u0644\u06CC\u06A9 \u06A9\u0646\u06CC\u062F","subtitle.autoDisableSubtitle":"\u0632\u06CC\u0631\u0646\u0648\u06CC\u0633 \u062F\u0648\u0632\u0628\u0627\u0646\u0647 \u0628\u0647 \u0635\u0648\u0631\u062A \u062E\u0648\u062F\u06A9\u0627\u0631 \u0641\u0639\u0627\u0644 \u0646\u0645\u06CC \u0634\u0648\u062F",mouseHoverCustomKeyTitle:"\u0633\u0641\u0627\u0631\u0634\u06CC \u06A9\u0631\u062F\u0646 \u0645\u06CC\u0627\u0646\u0628\u0631 \u0645\u0648\u0633 \u062F\u0631 \u062D\u0627\u0644\u062A \u0634\u0646\u0627\u0648\u0631","browser.translateWithOpenAI":"\u0627\u0632 OpenAI \u0628\u0631\u0627\u06CC \u062A\u0631\u062C\u0645\u0647 \u0645\u0648\u0642\u062A\u06CC \u0635\u0641\u062D\u0647 \u0641\u0639\u0644\u06CC \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u06A9\u0646\u06CC\u062F",neverTranslateThisSite:"\u0647\u0631\u06AF\u0632 \u0627\u06CC\u0646 \u0648\u0628\u0633\u0627\u06CC\u062A \u0631\u0627 \u062A\u0631\u062C\u0645\u0647 \u0646\u06A9\u0646\u06CC\u062F","browser.translateInputBox":"\u062A\u0631\u062C\u0645\u0647 \u0645\u062D\u062A\u0648\u0627\u06CC \u062C\u0639\u0628\u0647 \u0648\u0631\u0648\u062F\u06CC \u0641\u0639\u0644\u06CC","subtitle.hideQuickButton":"\u062F\u06CC\u06AF\u0631 \u0627\u06CC\u0646 \u0645\u06CC\u0627\u0646\u0628\u0631 \u0631\u0627 \u0646\u0634\u0627\u0646 \u0646\u062F\u0647","subtitle.showQuickButton":"\u062F\u0631 \u067E\u062E\u0634 \u06A9\u0646\u0646\u062F\u0647\u060C \u0645\u06CC\u0627\u0646\u0628\u0631 \u0632\u06CC\u0631\u0646\u0648\u06CC\u0633 \u062F\u0648\u0632\u0628\u0627\u0646\u0647 \u0646\u0645\u0627\u06CC\u0634 \u062F\u0627\u062F\u0647 \u0634\u0648\u062F","browser.translateWithTransmart":"\u0627\u0632 \u062A\u0631\u062C\u0645\u0647 \u0645\u0648\u0642\u062A\u06CC \u062A\u0646\u0633\u0646\u062A \u0628\u0631\u0627\u06CC \u0635\u0641\u062D\u0647 \u0641\u0639\u0644\u06CC \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u06A9\u0646\u06CC\u062F","intro.hoverTitle":"\u0645\u0648\u0634\u0648\u0627\u0631\u0647 \u0631\u0627 \u0628\u0631 \u0631\u0648\u06CC \u067E\u0627\u0631\u0627\u06AF\u0631\u0627\u0641 \u0641\u0639\u0644\u06CC \u0628\u06AF\u0630\u0627\u0631\u06CC\u062F \u062A\u0627 \u062A\u0631\u062C\u0645\u0647 \u0634\u0648\u062F","shortcutGroup.mouse":"\u062A\u0646\u0638\u06CC\u0645\u0627\u062A \u0645\u06CC\u0627\u0646\u0628\u0631 \u0645\u0648\u0633 \u062F\u0631 \u062D\u0627\u0644\u062A \u0634\u0646\u0627\u0648\u0631",temprarilyChangeTranslationTo_openai:"\u062F\u0631 \u062D\u0627\u0644 \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u0627\u0632 OpenAI \u0628\u0631\u0627\u06CC \u062A\u0631\u062C\u0645\u0647 \u0635\u0641\u062D\u0647 \u0641\u0639\u0644\u06CC \u0647\u0633\u062A\u0645","browser.translateWithDeepL":"\u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u0645\u0648\u0642\u062A \u0627\u0632 DeepL \u0628\u0631\u0627\u06CC \u062A\u0631\u062C\u0645\u0647 \u0635\u0641\u062D\u0647 \u0641\u0639\u0644\u06CC",translationOnlyMode:"\u0641\u0642\u0637 \u062D\u0627\u0644\u062A \u062A\u0631\u062C\u0645\u0647","widget.videoSubtitleTooltip":"\u067E\u0634\u062A\u06CC\u0628\u0627\u0646\u06CC \u0627\u0632 Youtube \u0648 {count}+ \u0633\u0627\u06CC\u062A \u0648\u06CC\u062F\u06CC\u0648\u06CC\u06CC \u062F\u06CC\u06AF\u0631",paragraphMinTextCountField:"\u062A\u0639\u062F\u0627\u062F \u06A9\u0645\u062A\u0631\u06CC\u0646 \u06A9\u0627\u0631\u0627\u06A9\u062A\u0631\u0647\u0627\u06CC \u0645\u0648\u0631\u062F \u0646\u06CC\u0627\u0632 \u0628\u0631\u0627\u06CC \u062A\u0631\u062C\u0645\u0647 \u067E\u0627\u0631\u0627\u06AF\u0631\u0627\u0641",temprarilyChangeTranslationTo_gemini:"\u062F\u0631 \u062D\u0627\u0644 \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u0627\u0632 Gemini \u0628\u0631\u0627\u06CC \u062A\u0631\u062C\u0645\u0647 \u0635\u0641\u062D\u0647 \u0641\u0639\u0644\u06CC \u0647\u0633\u062A\u0645","shortcutGroup.main":"\u0645\u06CC\u0627\u0646\u0628\u0631\u0647\u0627\u06CC \u06A9\u0644\u06CC\u062F\u06CC \u0639\u0645\u0644\u06A9\u0631\u062F \u0631\u0627\u06CC\u062C",temprarilyChangeTranslationTo_deepl:"\u062F\u0631 \u062D\u0627\u0644 \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u0627\u0632 \u062A\u0631\u062C\u0645\u0647 DeepL \u0628\u0631\u0627\u06CC \u0635\u0641\u062D\u0647 \u0641\u0639\u0644\u06CC",temprarilyChangeTranslationTo_transmart:"\u062F\u0631 \u062D\u0627\u0644 \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u0627\u0632 \u062A\u0631\u062C\u0645\u0647 \u062A\u0646\u0633\u0646\u062A \u0628\u0631\u0627\u06CC \u0635\u0641\u062D\u0647 \u0641\u0639\u0644\u06CC",alwaysTranslateThisSite:"\u0647\u0645\u06CC\u0634\u0647 \u0627\u06CC\u0646 \u0648\u0628\u0633\u0627\u06CC\u062A \u0631\u0627 \u062A\u0631\u062C\u0645\u0647 \u06A9\u0646\u06CC\u062F","browser.translateWithBing":"\u0627\u0632 \u062A\u0631\u062C\u0645\u0647 \u0645\u0627\u06CC\u06A9\u0631\u0648\u0633\u0627\u0641\u062A \u0628\u0631\u0627\u06CC \u062A\u0631\u062C\u0645\u0647 \u0645\u0648\u0642\u062A\u06CC \u0635\u0641\u062D\u0647 \u0641\u0639\u0644\u06CC \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u06A9\u0646\u06CC\u062F",upgradeToProErrorTitle:"\u0644\u0637\u0641\u0627\u064B \u0628\u0647 \u0639\u0636\u0648\u06CC\u062A Pro \u0627\u0631\u062A\u0642\u0627 \u062F\u0647\u06CC\u062F \u0648 \u0633\u067E\u0633 \u0627\u0632 \u0627\u06CC\u0646 \u062E\u062F\u0645\u062A \u062A\u0631\u062C\u0645\u0647 \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u06A9\u0646\u06CC\u062F","intro.subtitleTitle":"\u0646\u0645\u0627\u06CC\u0634 \u0632\u06CC\u0631\u0646\u0648\u06CC\u0633 \u062F\u0648\u0632\u0628\u0627\u0646\u0647 \u0648\u06CC\u062F\u06CC\u0648\u06CC \u0622\u0646\u0644\u0627\u06CC\u0646",temprarilyChangeTranslationTo_bing:"\u062F\u0631 \u062D\u0627\u0644 \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u0627\u0632 \u062A\u0631\u062C\u0645\u0647 \u0645\u0627\u06CC\u06A9\u0631\u0648\u0633\u0627\u0641\u062A \u0628\u0631\u0627\u06CC \u0635\u0641\u062D\u0647 \u0641\u0639\u0644\u06CC \u0647\u0633\u062A\u0645",touchShortcutsToggleTranslationMask:"\u062A\u0646\u0638\u06CC\u0645 \u0646\u0645\u0627\u06CC\u0634 \u0698\u0633\u062A \u0644\u0645\u0633\u06CC \u0628\u0631\u0627\u06CC \u0646\u0645\u0627\u06CC\u0634 \u0645\u062A\u0646 \u062A\u0631\u062C\u0645\u0647 / \u0646\u0645\u0627\u06CC\u0634 \u0645\u062A\u0646 \u0627\u0635\u0644\u06CC","browser.translateWithGemini":"\u0628\u0647 \u0637\u0648\u0631 \u0645\u0648\u0642\u062A \u0627\u0632 Gemini \u0628\u0631\u0627\u06CC \u062A\u0631\u062C\u0645\u0647 \u0635\u0641\u062D\u0647 \u0641\u0639\u0644\u06CC \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u06A9\u0646\u06CC\u062F","browser.toggleVideoSubtitlePreTranslation":"\u062A\u063A\u06CC\u06CC\u0631 \u0632\u06CC\u0631\u0646\u0648\u06CC\u0633 \u062F\u0648\u0632\u0628\u0627\u0646\u0647 \u0628\u0627 \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u0627\u0632 \u062A\u0646\u0638\u06CC\u0645\u0627\u062A \u062A\u0631\u062C\u0645\u0647 \u0641\u0631\u0648 \u0631\u0641\u062A\u0647 \u0627\u0648\u0644\u0648\u06CC\u062A \u062F\u0627\u0631\u062F",notLoginPro:"\u0634\u0645\u0627 \u0647\u0646\u0648\u0632 \u0628\u0647 \u062D\u0633\u0627\u0628 \u06A9\u0627\u0631\u0628\u0631\u06CC \u062E\u0648\u062F \u0648\u0627\u0631\u062F \u0646\u0634\u062F\u0647 \u0627\u06CC\u062F",touchShortcutsToggleTranslatePage:"\u0628\u0631\u0627\u06CC \u062A\u0631\u062C\u0645\u0647 \u0635\u0641\u062D\u0627\u062A \u0648\u0628 / \u0646\u0645\u0627\u06CC\u0634 \u0645\u062A\u0646 \u0627\u0635\u0644\u06CC \u060C \u062D\u0631\u06A9\u062A \u0647\u0627\u06CC \u0644\u0645\u0633\u06CC \u0631\u0627 \u062A\u0646\u0638\u06CC\u0645 \u06A9\u0646\u06CC\u062F",temprarilyChangeTranslationTo_google:"\u062F\u0631 \u062D\u0627\u0644 \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u0627\u0632 \u062A\u0631\u062C\u0645\u0647 \u06AF\u0648\u06AF\u0644 \u0628\u0631\u0627\u06CC \u0635\u0641\u062D\u0647 \u0641\u0639\u0644\u06CC \u0647\u0633\u062A\u0645","neverTranslateText.title":"\u0644\u0637\u0641\u0627\u064B \u06A9\u0644\u0645\u0627\u062A \u0632\u06CC\u0631 \u0631\u0627 \u0628\u0647 \u0635\u0648\u0631\u062A \u0627\u0635\u0644\u06CC \u062D\u0641\u0638 \u06A9\u0646\u06CC\u062F\u060C \u062A\u0631\u062C\u0645\u0647 \u0646\u06A9\u0646\u06CC\u062F.",touchShortcutsToggleTranslateTouchElement:"\u062A\u0646\u0638\u06CC\u0645 \u062D\u0631\u06A9\u062A \u0644\u0645\u0633\u06CC \u0635\u0641\u062D\u0647 \u0646\u0645\u0627\u06CC\u0634 \u0628\u0631\u0627\u06CC \u062A\u0631\u062C\u0645\u0647 \u067E\u0627\u0631\u0627\u06AF\u0631\u0627\u0641 \u0645\u0634\u062E\u0635","description.baiduField":"\u062D\u0648\u0632\u0647 \u0647\u0627\u06CC \u067E\u0634\u062A\u06CC\u0628\u0627\u0646\u06CC \u0634\u062F\u0647 \u0631\u0627 \u062F\u0631 <1>\u0627\u06CC\u0646\u062C\u0627 \u0628\u0628\u06CC\u0646\u06CC\u062F \u060C \u0627\u06AF\u0631 \u062E\u0627\u0644\u06CC \u0628\u0627\u0634\u062F \u0628\u0647 \u0645\u0639\u0646\u06CC \u0627\u06CC\u0646 \u0627\u0633\u062A \u06A9\u0647 \u062D\u0648\u0632\u0647 \u0627\u06CC \u0645\u0634\u062E\u0635 \u0646\u0634\u062F\u0647 \u0627\u0633\u062A",mouseHoverCustomKeyDescription:"\u0634\u0645\u0627 \u0645\u06CC \u062A\u0648\u0627\u0646\u06CC\u062F \u06CC\u06A9 \u0645\u06CC\u0627\u0646\u0628\u0631 \u062A\u0631\u06A9\u06CC\u0628\u06CC \u0633\u0641\u0627\u0631\u0634\u06CC \u0628\u0631\u0627\u06CC \u0645\u0648\u0633 \u0631\u0627 \u062A\u0639\u0631\u06CC\u0641 \u06A9\u0646\u06CC\u062F\u060C \u0645\u0627\u0646\u0646\u062F: Alt+Z\u060C Ctrl+E\u060C Cmd+Alt+E \u06CC\u0627 \u0641\u0642\u0637 Cmd\u060C \u0644\u0637\u0641\u0627 \u0628\u0647 \u0635\u0648\u0631\u062A \u062F\u0633\u062A\u06CC \u062F\u0627\u062E\u0644 \u06A9\u0646\u06CC\u062F.","floatBall.guideClickToTranslate":`\u0628\u0627 \u06A9\u0644\u06CC\u06A9 \u06A9\u0631\u062F\u0646 \u0628\u0631 \u0631\u0648\u06CC \u062A\u0648\u067E \u0634\u0646\u0627\u0648\u0631 \u062A\u0631\u062C\u0645\u0647 \u0641\u0648\u0631\u06CC \u0645\u06CC \u062A\u0648\u0627\u0646\u06CC\u062F \u0633\u0631\u06CC\u0639\u0627 \u062A\u0631\u062C\u0645\u0647 \u06A9\u0646\u06CC\u062F`,"browser.toggleMouseHoverTranslateDirectly":"\u062F\u0631 \u0635\u0641\u062D\u0647\u060C \u0628\u0647 \u0637\u0648\u0631 \u0645\u0648\u0642\u062A \u0641\u0639\u0627\u0644 \u06CC\u0627 \u063A\u06CC\u0631\u0641\u0639\u0627\u0644 \u06A9\u0631\u062F\u0646 \u062A\u0631\u062C\u0645\u0647 \u0645\u0633\u062A\u0642\u06CC\u0645 \u0645\u0648\u0633 \u0647\u0646\u06AF\u0627\u0645 \u0627\u0634\u0627\u0631\u0647","desc.toggleTranslateTheWholePage":"\u062A\u0631\u062C\u0645\u0647 \u06A9\u0644 \u0635\u0641\u062D\u0647\u060C \u0628\u0647 \u0637\u0648\u0631 \u067E\u06CC\u0634 \u0641\u0631\u0636\u060C \u0645\u0627 \u0642\u0633\u0645\u062A \u0627\u0635\u0644\u06CC \u0635\u0641\u062D\u0647 \u0631\u0627 \u062A\u0631\u062C\u0645\u0647 \u0645\u06CC \u06A9\u0646\u06CC\u0645\u060C \u0634\u0645\u0627 \u0645\u06CC \u062A\u0648\u0627\u0646\u06CC\u062F \u0627\u0632 \u0627\u06CC\u0646 \u0645\u06CC\u0627\u0646\u0628\u0631 \u0628\u0631\u0627\u06CC \u062A\u0631\u062C\u0645\u0647 \u062E\u0627\u0635 \u06A9\u0644 \u0635\u0641\u062D\u0647 \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u06A9\u0646\u06CC\u062F","floatBall.longPress":"\u0628\u0627 \u0641\u0634\u0627\u0631 \u0637\u0648\u0644\u0627\u0646\u06CC \u0645\u06CC \u062A\u0648\u0627\u0646\u06CC\u062F \u0628\u0647 \u0633\u0631\u0639\u062A \u067E\u0646\u0644 \u062A\u0646\u0638\u06CC\u0645\u0627\u062A \u0631\u0627 \u0628\u0627\u0632 \u06A9\u0646\u06CC\u062F","desc.touchShortcutsToggleTranslateTouchElement":"\u06CC\u06A9 \u062D\u0631\u06A9\u062A \u062F\u0633\u062A \u0633\u0641\u0627\u0631\u0634\u06CC \u062A\u0639\u0631\u06CC\u0641 \u06A9\u0646\u06CC\u062F\u060C \u062A\u0627 \u0628\u062A\u0648\u0627\u0646\u06CC\u062F \u0647\u0631 \u067E\u0627\u0631\u0627\u06AF\u0631\u0627\u0641\u06CC \u0631\u0627 \u062F\u0631 \u0645\u062D\u0644 \u062E\u0648\u062F \u062A\u0631\u062C\u0645\u0647 \u06A9\u0646\u06CC\u062F","desc.interfaceLanguage":"\u062A\u0646\u0638\u06CC\u0645 \u0632\u0628\u0627\u0646 \u0631\u0627\u0628\u0637 \u062A\u0623\u062B\u06CC\u0631 \u0628\u0631 \u0632\u0628\u0627\u0646 \u0646\u0645\u0627\u06CC\u0634 \u067E\u0646\u0644 \u06A9\u0646\u062A\u0631\u0644 \u062F\u0627\u0631\u062F \u0648 \u0628\u0627 \u0632\u0628\u0627\u0646 \u0647\u062F\u0641 \u062A\u0631\u062C\u0645\u0647 \u0627\u0631\u062A\u0628\u0627\u0637\u06CC \u0646\u062F\u0627\u0631\u062F.","error.subscriptionExpired":"\u0639\u0636\u0648\u06CC\u062A \u0634\u0645\u0627 \u0645\u0645\u06A9\u0646 \u0627\u0633\u062A \u0645\u0646\u0642\u0636\u06CC \u0634\u062F\u0647 \u0628\u0627\u0634\u062F\u060C \u0644\u0637\u0641\u0627 \u0648\u0636\u0639\u06CC\u062A \u0639\u0636\u0648\u06CC\u062A \u062E\u0648\u062F \u0631\u0627 \u0628\u0631\u0631\u0633\u06CC \u06A9\u0646\u06CC\u062F.",shortcutDisableTooltip:"\u0644\u0637\u0641\u0627\u064B \u062F\u0631 \u0635\u0641\u062D\u0647 \u0645\u062F\u06CC\u0631\u06CC\u062A \u0645\u06CC\u0627\u0646\u0628\u0631\u0647\u0627\u06CC \u0627\u0641\u0632\u0648\u0646\u0647 \u0645\u0631\u0648\u0631\u06AF\u0631 \u062A\u0646\u0638\u06CC\u0645\u0627\u062A \u0631\u0627 \u0627\u0646\u062C\u0627\u0645 \u062F\u0647\u06CC\u062F\u060C \u0628\u0631\u0627\u06CC \u0631\u0627\u0647\u0646\u0645\u0627\u06CC\u06CC \u0628\u06CC\u0634\u062A\u0631 \u0628\u0647 \u062A\u0648\u0636\u06CC\u062D\u0627\u062A \u0628\u0627\u0644\u0627\u06CC \u0627\u06CC\u0646 \u0635\u0641\u062D\u0647 \u0645\u0631\u0627\u062C\u0639\u0647 \u06A9\u0646\u06CC\u062F.",paragraphMinTextCountDesc:"\u062A\u0648\u062C\u0647 \u062F\u0627\u0634\u062A\u0647 \u0628\u0627\u0634\u06CC\u062F\u060C \u0627\u06CC\u0646\u062C\u0627 \u0628\u0647 \u0637\u0648\u0644 \u06A9\u0627\u0631\u0627\u06A9\u062A\u0631 \u0627\u0634\u0627\u0631\u0647 \u0645\u06CC \u0634\u0648\u062F\u060C \u0628\u0631\u0627\u06CC \u0645\u062B\u0627\u0644: hello 5 \u06A9\u0627\u0631\u0627\u06A9\u062A\u0631 \u0627\u0633\u062A\u060C \u062A\u0646\u0638\u06CC\u0645 \u0628\u0631 \u0631\u0648\u06CC \u0645\u0642\u062F\u0627\u0631 \u0628\u0632\u0631\u06AF\u062A\u0631 \u0645\u06CC \u062A\u0648\u0627\u0646\u062F \u062A\u0631\u062C\u0645\u0647 \u067E\u0627\u0631\u0627\u06AF\u0631\u0627\u0641 \u0647\u0627\u06CC \u06A9\u0648\u0686\u06A9 \u063A\u06CC\u0631 \u0636\u0631\u0648\u0631\u06CC \u0631\u0627 \u06A9\u0627\u0647\u0634 \u062F\u0647\u062F.","desc.mouseHoverHoldKey":"\u0648\u0642\u062A\u06CC \u0645\u0648\u0634\u0648\u0627\u0631\u0647 \u0628\u0631 \u0631\u0648\u06CC \u06CC\u06A9 \u067E\u0627\u0631\u0627\u06AF\u0631\u0627\u0641 \u0642\u0631\u0627\u0631 \u0645\u06CC \u06AF\u06CC\u0631\u062F\u060C \u0628\u0627 \u0641\u0634\u0627\u0631 \u062F\u0627\u062F\u0646 \u062F\u06A9\u0645\u0647 \u0647\u0627\u06CC \u0645\u06CC\u0627\u0646\u0628\u0631 \u062F\u0631 \u0633\u0645\u062A \u0631\u0627\u0633\u062A\u060C \u0645\u06CC \u062A\u0648\u0627\u0646\u06CC\u062F \u0645\u0633\u062A\u0642\u06CC\u0645\u0627\u064B \u0622\u0646 \u067E\u0627\u0631\u0627\u06AF\u0631\u0627\u0641 \u0631\u0627 \u062A\u0631\u062C\u0645\u0647 \u06A9\u0646\u06CC\u062F.","desc.toggleMouseHoverTranslateDirectly":"\u0628\u0639\u062F \u0641\u0634\u0627\u0631\u062F\u0647\u0646 \u0627\u06CC\u0646 \u06A9\u0644\u06CC\u062F \u0645\u06CC\u0627\u0646\u0628\u0631\u060C \u062F\u0631 \u0635\u0641\u062D\u0647\u060C \u0641\u0642\u0637 \u06A9\u0627\u0641\u06CC \u0627\u0633\u062A \u0645\u0648\u0633 \u0631\u0627 \u0628\u0631 \u0631\u0648\u06CC \u0647\u0631 \u0628\u062E\u0634\u06CC \u0627\u0632 \u0645\u062A\u0646 \u0642\u0631\u0627\u0631 \u062F\u0647\u06CC\u062F\u060C \u0645\u062A\u0646 \u0628\u0647 \u0635\u0648\u0631\u062A \u062E\u0648\u062F\u06A9\u0627\u0631 \u062A\u0631\u062C\u0645\u0647 \u0645\u06CC \u0634\u0648\u062F. \u0628\u0627 \u0641\u0634\u0627\u0631 \u062F\u0627\u062F\u0646 \u062F\u0648\u0628\u0627\u0631\u0647 \u06A9\u0644\u06CC\u062F \u0645\u06CC\u0627\u0646\u0628\u0631\u060C \u0645\u06CC \u062A\u0648\u0627\u0646\u06CC\u062F \u0627\u06CC\u0646 \u0648\u06CC\u0698\u06AF\u06CC \u062A\u0631\u062C\u0645\u0647 \u062E\u0648\u062F\u06A9\u0627\u0631 \u0631\u0627 \u062E\u0627\u0645\u0648\u0634 \u06A9\u0646\u06CC\u062F.","desc.touchShortcutsToggleTranslatePage":"\u067E\u0633 \u0627\u0632 \u062A\u0646\u0638\u06CC\u0645\u060C \u0647\u0646\u06AF\u0627\u0645 \u062D\u0631\u06A9\u062A \u062F\u0633\u062A\u06AF\u0627\u0647\u060C \u0645\u06CC \u062A\u0648\u0627\u0646\u06CC\u062F \u0647\u0645\u0632\u0645\u0627\u0646 \u0628\u0627 X \u0627\u0646\u06AF\u0634\u062A \u0635\u0641\u062D\u0647 \u0646\u0645\u0627\u06CC\u0634 \u0631\u0627 \u0644\u0645\u0633 \u06A9\u0646\u06CC\u062F\u060C \u0628\u0647 \u0686\u067E \u0648 \u0631\u0627\u0633\u062A \u0628\u06A9\u0634\u06CC\u062F \u06CC\u0627 \u0628\u0647 \u0637\u0648\u0631 \u0645\u062F\u0627\u0648\u0645 \u06A9\u0644\u06CC\u06A9 \u06A9\u0646\u06CC\u062F\u060C \u0628\u0631\u0627\u06CC \u0641\u0639\u0627\u0644 \u06A9\u0631\u062F\u0646 \u062A\u0631\u062C\u0645\u0647 \u0635\u0641\u062D\u0647 \u0648\u0628 / \u0646\u0645\u0627\u06CC\u0634 \u0645\u062A\u0646 \u0627\u0635\u0644\u06CC.","desc.touchShortcutsToggleTranslationMask":"\u062A\u0631\u062C\u0645\u0647 \u0645\u0627\u0633\u06A9 \u0628\u0647 \u0627\u06CC\u0646 \u0645\u0639\u0646\u06CC \u0627\u0633\u062A \u06A9\u0647 \u062F\u0631 \u0633\u0628\u06A9 \u062A\u0631\u062C\u0645\u0647 \u0627\u062B\u0631 \u0645\u0628\u0647\u0645 \u0627\u0633\u062A (\u062D\u0627\u0644\u062A \u06CC\u0627\u062F\u06AF\u06CC\u0631\u06CC)\u060C \u067E\u0633 \u0627\u0632 \u0641\u0639\u0627\u0644 \u06A9\u0631\u062F\u0646\u060C \u0645\u0648\u0642\u062A\u0627\u064B \u0627\u0632 \u0627\u062B\u0631 \u0645\u0628\u0647\u0645 \u0628\u0631\u0627\u06CC \u062A\u0631\u062C\u0645\u0647 \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u0645\u06CC \u0634\u0648\u062F\u060C \u06A9\u0647 \u0628\u0631\u0627\u06CC \u06CC\u0627\u062F\u06AF\u06CC\u0631\u06CC \u0645\u0646\u0627\u0633\u0628 \u0627\u0633\u062A.","desc.toggleTranslateTheMainPage":"\u0641\u0642\u0637 \u0628\u062E\u0634 \u0627\u0635\u0644\u06CC \u0635\u0641\u062D\u0647 \u0631\u0627 \u062A\u0631\u062C\u0645\u0647 \u06A9\u0646\u06CC\u062F\u060C \u0632\u0645\u0627\u0646\u06CC \u06A9\u0647 \u062F\u0631 \u062A\u0646\u0638\u06CC\u0645\u0627\u062A \u067E\u06CC\u0634\u0631\u0641\u062A\u0647 \u062A\u0631\u062C\u0645\u0647 \u06A9\u0644 \u0635\u0641\u062D\u0647 \u0631\u0627 \u0641\u0639\u0627\u0644 \u06A9\u0631\u062F\u06CC\u062F\u060C \u0645\u06CC \u062A\u0648\u0627\u0646\u06CC\u062F \u0627\u0632 \u0627\u06CC\u0646 \u06A9\u0644\u06CC\u062F \u0645\u06CC\u0627\u0646\u0628\u0631 \u0628\u0631\u0627\u06CC \u062A\u0631\u062C\u0645\u0647 \u062E\u0627\u0635 \u0628\u062E\u0634 \u0627\u0635\u0644\u06CC \u0635\u0641\u062D\u0647 \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u06A9\u0646\u06CC\u062F.",confirmResetToDefaultSettings:"\u0622\u06CC\u0627 \u0645\u0637\u0645\u0626\u0646 \u0647\u0633\u062A\u06CC\u062F \u06A9\u0647 \u0645\u06CC \u062E\u0648\u0627\u0647\u06CC\u062F \u0627\u06CC\u0646 \u0633\u0631\u0648\u06CC\u0633 \u062A\u0631\u062C\u0645\u0647 \u0631\u0627 \u0628\u0647 \u062A\u0646\u0638\u06CC\u0645\u0627\u062A \u067E\u06CC\u0634 \u0641\u0631\u0636 \u0628\u0627\u0632\u06AF\u0631\u062F\u0627\u0646\u06CC\u062F\u061F (\u0641\u0642\u0637 \u062A\u0646\u0638\u06CC\u0645\u0627\u062A \u0633\u0631\u0648\u06CC\u0633 \u062A\u0631\u062C\u0645\u0647 \u0641\u0639\u0644\u06CC \u0631\u0627 \u0628\u0627\u0632\u0646\u0634\u0627\u0646\u06CC \u0645\u06CC \u06A9\u0646\u062F)","contact.description":"\u0627\u06AF\u0631 \u0633\u0648\u0627\u0644 \u06CC\u0627 \u067E\u06CC\u0634\u0646\u0647\u0627\u062F\u06CC \u062F\u0627\u0631\u06CC\u062F\u060C \u062E\u0648\u0634 \u0622\u0645\u062F\u06CC\u062F \u0641\u0631\u0645 \u0632\u06CC\u0631 \u0631\u0627 \u067E\u0631 \u06A9\u0646\u06CC\u062F \u062A\u0627 \u0628\u0627 \u0645\u0627 \u062A\u0645\u0627\u0633 \u0628\u06AF\u06CC\u0631\u06CC\u062F\u060C \u06CC\u0627 \u0627\u06CC\u0645\u06CC\u0644 \u0628\u0641\u0631\u0633\u062A\u06CC\u062F \u0628\u0647 {email}\u060C \u0645\u0627 \u0633\u0631\u06CC\u0639\u0627 \u0628\u0647 \u0634\u0645\u0627 \u067E\u0627\u0633\u062E \u062E\u0648\u0627\u0647\u06CC\u0645 \u062F\u0627\u062F.","subtitle.showQuickButtonDescription":"\u062F\u0631 \u06AF\u0648\u0634\u0647 \u067E\u0627\u06CC\u06CC\u0646 \u0633\u0645\u062A \u0631\u0627\u0633\u062A \u067E\u062E\u0634 \u06A9\u0646\u0646\u062F\u0647 \u0648\u06CC\u062F\u06CC\u0648\u060C \u0631\u0627\u0647\u06A9\u0627\u0631\u06CC \u0633\u0631\u06CC\u0639 \u0628\u0631\u0627\u06CC \u0641\u0639\u0627\u0644 \u06A9\u0631\u062F\u0646 \u0632\u06CC\u0631\u0646\u0648\u06CC\u0633 \u062F\u0648\u0632\u0628\u0627\u0646\u0647 \u0627\u0631\u0627\u0626\u0647 \u0645\u06CC \u062F\u0647\u062F.","browser.translateWithGoogle":"\u0627\u0632 \u062A\u0631\u062C\u0645\u0647 \u06AF\u0648\u06AF\u0644 \u0628\u0631\u0627\u06CC \u0635\u0641\u062D\u0647 \u0641\u0639\u0644\u06CC \u0628\u0647 \u0637\u0648\u0631 \u0645\u0648\u0642\u062A \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u06A9\u0646\u06CC\u062F",translationOnlyModeDescription:"\u062D\u0627\u0644\u062A \u062A\u0631\u062C\u0645\u0647 \u0641\u0642\u0637 \u0628\u0647 \u0627\u06CC\u0646 \u0645\u0639\u0646\u06CC \u0627\u0633\u062A \u06A9\u0647 \u0641\u0642\u0637 \u0645\u062A\u0646 \u062A\u0631\u062C\u0645\u0647 \u0634\u062F\u0647 \u0631\u0627 \u0646\u0634\u0627\u0646 \u0645\u06CC \u062F\u0647\u062F\u060C \u0646\u0647 \u062D\u0627\u0644\u062A \u062F\u0648\u0632\u0628\u0627\u0646\u0647 \u067E\u06CC\u0634 \u0641\u0631\u0636. \u062A\u0648\u062C\u0647: \u0628\u0647 \u062F\u0644\u06CC\u0644 \u0645\u062D\u062F\u0648\u062F\u06CC\u062A \u0647\u0627\u06CC \u0641\u0646\u0627\u0648\u0631\u06CC\u060C \u062F\u0631 \u062D\u0627\u0644\u062A \u062A\u0631\u062C\u0645\u0647 \u0641\u0642\u0637\u060C \u067E\u06CC\u0648\u0646\u062F\u0647\u0627\u06CC \u0641\u0648\u0642 \u0627\u0644\u0639\u0627\u062F\u0647 \u0645\u062A\u0646 \u0627\u0635\u0644\u06CC \u063A\u06CC\u0631\u0641\u0639\u0627\u0644 \u062E\u0648\u0627\u0647\u0646\u062F \u0634\u062F.","intro.floatBallDescription":"\u067E\u0633 \u0627\u0632 \u0641\u0639\u0627\u0644 \u0633\u0627\u0632\u06CC\u060C \u06CC\u06A9 \u062F\u06A9\u0645\u0647 \u062A\u0631\u062C\u0645\u0647 \u0633\u0631\u06CC\u0639 \u062F\u0631 \u0633\u0645\u062A \u0631\u0627\u0633\u062A \u0635\u0641\u062D\u0647 \u0646\u0645\u0627\u06CC\u0634 \u062F\u0627\u062F\u0647 \u0645\u06CC \u0634\u0648\u062F\u060C \u06A9\u0647 \u0628\u0627 \u06A9\u0644\u06CC\u06A9 \u06A9\u0631\u062F\u0646 \u0645\u06CC \u062A\u0648\u0627\u0646\u06CC\u062F \u062A\u0631\u062C\u0645\u0647 \u06A9\u0646\u06CC\u062F\u060C \u0648 \u0628\u0627 \u06A9\u0644\u06CC\u06A9 \u062F\u0648\u0628\u0627\u0631\u0647 \u0645\u06CC \u062A\u0648\u0627\u0646\u06CC\u062F \u0628\u0647 \u0645\u062A\u0646 \u0627\u0635\u0644\u06CC \u0628\u0631\u06AF\u0631\u062F\u06CC\u062F. \u062F\u0631 \u062F\u0633\u062A\u06AF\u0627\u0647 \u0647\u0627\u06CC \u062A\u0644\u0641\u0646 \u0647\u0645\u0631\u0627\u0647\u060C \u0628\u0627 \u0641\u0634\u0627\u0631 \u0637\u0648\u0644\u0627\u0646\u06CC \u0628\u0631 \u0631\u0648\u06CC \u062A\u0648\u067E \u0634\u0646\u0627\u0648\u0631\u060C \u0645\u06CC \u062A\u0648\u0627\u0646\u06CC\u062F \u067E\u0646\u0644 \u062A\u0646\u0638\u06CC\u0645\u0627\u062A \u0633\u0631\u06CC\u0639 \u0631\u0627 \u0628\u0627\u0632 \u06A9\u0646\u06CC\u062F.","intro.hoverDescription":"\u062A\u0631\u062C\u0645\u0647 \u0645\u0633\u062A\u0642\u06CC\u0645 \u0628\u0627 \u0627\u0634\u0627\u0631\u0647 \u0645\u0648\u0633 \u06CC\u06A9\u06CC \u0627\u0632 \u0648\u06CC\u0698\u06AF\u06CC \u0647\u0627\u06CC \u0628\u0633\u06CC\u0627\u0631 \u0645\u0647\u0645 \u062F\u0631 \u062A\u0631\u062C\u0645\u0647 \u0641\u0631\u0648 \u0631\u0641\u062A\u0647 \u0627\u0633\u062A\u060C \u06A9\u0627\u0641\u06CC \u0627\u0633\u062A \u0645\u0648\u0633 \u0631\u0627 \u0631\u0648\u06CC \u067E\u0627\u0631\u0627\u06AF\u0631\u0627\u0641 \u0642\u0631\u0627\u0631 \u062F\u0647\u06CC\u062F \u0648 \u062F\u0631 \u0639\u06CC\u0646 \u062D\u0627\u0644 \u06A9\u0644\u06CC\u062F \u0645\u06CC\u0627\u0646\u0628\u0631 \u062A\u0639\u06CC\u06CC\u0646 \u0634\u062F\u0647 \u0631\u0627 \u0641\u0634\u0627\u0631 \u062F\u0647\u06CC\u062F\u060C \u062A\u0627 \u067E\u0627\u0631\u0627\u06AF\u0631\u0627\u0641 \u0641\u0639\u0644\u06CC \u0628\u0647 \u0635\u0648\u0631\u062A \u062E\u0648\u062F\u06A9\u0627\u0631 \u062A\u0631\u062C\u0645\u0647 \u0634\u0648\u062F (\u062A\u0648\u062C\u0647: \u0628\u0647 \u0637\u0648\u0631 \u067E\u06CC\u0634 \u0641\u0631\u0636 \u0641\u0639\u0627\u0644 \u0646\u06CC\u0633\u062A\u060C \u0644\u0637\u0641\u0627 \u062F\u0631 \u0632\u06CC\u0631 \u062A\u0646\u0638\u06CC\u0645 \u06A9\u0646\u06CC\u062F)\u060C \u0627\u06CC\u0646 \u062A\u0639\u0627\u0645\u0644 \u0628\u0631\u0627\u06CC \u062C\u0627\u06CC\u06AF\u0632\u06CC\u0646\u06CC \u0628\u0647\u062A\u0631 \u062A\u0631\u062C\u0645\u0647 \u06A9\u0644\u0645\u0627\u062A \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u0645\u06CC \u0634\u0648\u062F\u060C \u0639\u0644\u0627\u0648\u0647 \u0628\u0631 \u0627\u06CC\u0646\u060C \u0627\u06CC\u0646 \u0648\u06CC\u0698\u06AF\u06CC \u0628\u0631\u0627\u06CC \u0622\u0646\u0647\u0627\u06CC\u06CC \u06A9\u0647 \u0646\u0645\u06CC \u062A\u0648\u0627\u0646\u0646\u062F \u0645\u0646\u0637\u0642\u0647 \u062A\u0631\u062C\u0645\u0647 \u0631\u0627 \u062A\u0634\u062E\u06CC\u0635 \u062F\u0647\u0646\u062F\u060C \u0628\u0633\u06CC\u0627\u0631 \u0645\u0641\u06CC\u062F \u0627\u0633\u062A\u060C \u0634\u0645\u0627 \u0645\u06CC \u062A\u0648\u0627\u0646\u06CC\u062F \u0627\u0632 \u0627\u06CC\u0646 \u0648\u06CC\u0698\u06AF\u06CC \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u06A9\u0646\u06CC\u062F \u0648 \u0647\u0631 \u067E\u0627\u0631\u0627\u06AF\u0631\u0627\u0641\u06CC \u0631\u0627 \u062A\u0631\u062C\u0645\u0647 \u06A9\u0646\u06CC\u062F.","neverTranslateText.description":"\u0628\u0647 \u062F\u0644\u06CC\u0644 \u0639\u062F\u0645 \u0634\u0646\u0627\u0633\u0627\u06CC\u06CC \u0645\u0646\u0627\u0633\u0628 \u0627\u0635\u0637\u0644\u0627\u062D\u0627\u062A \u062A\u062E\u0635\u0635\u06CC \u062A\u0648\u0633\u0637 \u0628\u0631\u062E\u06CC \u0627\u0632 \u0645\u0648\u062A\u0648\u0631\u0647\u0627\u06CC \u062A\u0631\u062C\u0645\u0647\u060C \u0634\u0645\u0627 \u0645\u06CC \u062A\u0648\u0627\u0646\u06CC\u062F \u062F\u0631 \u0627\u06CC\u0646\u062C\u0627 \u06A9\u0644\u0645\u0627\u062A \u0631\u0627 \u0627\u0636\u0627\u0641\u0647 \u06A9\u0646\u06CC\u062F \u062A\u0627 \u0627\u0637\u0645\u06CC\u0646\u0627\u0646 \u062D\u0627\u0635\u0644 \u06A9\u0646\u06CC\u062F \u06A9\u0647 \u0622\u0646\u0647\u0627 \u062F\u0631 \u0637\u06CC \u0641\u0631\u0622\u06CC\u0646\u062F \u062A\u0631\u062C\u0645\u0647 \u062A\u063A\u06CC\u06CC\u0631 \u0646\u0645\u06CC \u06A9\u0646\u0646\u062F. \u0644\u0637\u0641\u0627\u064B \u062A\u0648\u062C\u0647 \u062F\u0627\u0634\u062A\u0647 \u0628\u0627\u0634\u06CC\u062F \u06A9\u0647 \u0627\u06CC\u0646 \u0648\u06CC\u0698\u06AF\u06CC \u0628\u0647 \u062D\u0631\u0648\u0641 \u0628\u0632\u0631\u06AF \u0648 \u06A9\u0648\u0686\u06A9 \u062D\u0633\u0627\u0633 \u0627\u0633\u062A \u0648 \u0641\u0642\u0637 \u0632\u0628\u0627\u0646 \u0647\u0627\u06CC\u06CC \u0631\u0627 \u067E\u0634\u062A\u06CC\u0628\u0627\u0646\u06CC \u0645\u06CC \u06A9\u0646\u062F \u06A9\u0647 \u06A9\u0644\u0645\u0627\u062A \u0622\u0646\u0647\u0627 \u0628\u0627 \u0641\u0627\u0635\u0644\u0647 \u062C\u062F\u0627 \u0634\u062F\u0647 \u0627\u0646\u062F (\u0645\u0627\u0646\u0646\u062F \u0627\u0646\u06AF\u0644\u06CC\u0633\u06CC\u060C \u0641\u0631\u0627\u0646\u0633\u0648\u06CC) \u0648 \u0628\u0631\u0627\u06CC \u0632\u0628\u0627\u0646 \u0647\u0627\u06CC\u06CC \u0645\u0627\u0646\u0646\u062F \u0698\u0627\u067E\u0646\u06CC\u060C \u06A9\u0631\u0647 \u0627\u06CC \u0648 \u063A\u06CC\u0631\u0647 \u0645\u0646\u0627\u0633\u0628 \u0646\u06CC\u0633\u062A.","intro.subtitleDescription":"\u0628\u0627 \u0641\u0639\u0627\u0644 \u06A9\u0631\u062F\u0646 \u0627\u06CC\u0646 \u0648\u06CC\u0698\u06AF\u06CC\u060C \u0632\u06CC\u0631\u0646\u0648\u06CC\u0633 \u062F\u0648\u0632\u0628\u0627\u0646\u0647 \u0628\u0647 \u0635\u0648\u0631\u062A \u062E\u0648\u062F\u06A9\u0627\u0631 \u0647\u0646\u06AF\u0627\u0645 \u067E\u062E\u0634 \u0648\u06CC\u062F\u06CC\u0648 \u0646\u0645\u0627\u06CC\u0634 \u062F\u0627\u062F\u0647 \u0645\u06CC \u0634\u0648\u062F. \u0627\u06AF\u0631 \u0641\u0639\u0627\u0644 \u0646\u0634\u062F\u0647 \u0627\u0633\u062A\u060C \u0628\u0627\u06CC\u062F \u0628\u0631 \u0631\u0648\u06CC \u062F\u06A9\u0645\u0647 \u062A\u0631\u062C\u0645\u0647 \u062F\u0631 \u0635\u0641\u062D\u0647 \u06A9\u0644\u06CC\u06A9 \u06A9\u0646\u06CC\u062F \u062A\u0627 \u0632\u06CC\u0631\u0646\u0648\u06CC\u0633 \u0646\u0645\u0627\u06CC\u0634 \u062F\u0627\u062F\u0647 \u0634\u0648\u062F. \u0644\u0637\u0641\u0627\u064B \u062A\u0648\u062C\u0647 \u062F\u0627\u0634\u062A\u0647 \u0628\u0627\u0634\u06CC\u062F \u06A9\u0647 \u0628\u0647 \u062F\u0644\u06CC\u0644 \u0645\u062D\u062F\u0648\u062F\u06CC\u062A \u0647\u0627\u06CC \u0641\u0646\u06CC\u060C \u0628\u0631\u062E\u06CC \u0627\u0632 \u0648\u0628 \u0633\u0627\u06CC\u062A \u0647\u0627 \u0645\u0645\u06A9\u0646 \u0627\u0633\u062A \u0646\u06CC\u0627\u0632 \u0628\u0647 \u062A\u0627\u0632\u0647 \u06A9\u0631\u062F\u0646 \u0635\u0641\u062D\u0647 \u06CC\u0627 \u0627\u0646\u062A\u0638\u0627\u0631 \u0628\u0631\u0627\u06CC \u062A\u06A9\u0645\u06CC\u0644 \u062A\u0631\u062C\u0645\u0647 \u062F\u0631 \u0627\u0648\u0644\u06CC\u0646 \u0628\u0627\u0631 \u0641\u0639\u0627\u0644 \u06A9\u0631\u062F\u0646 \u0632\u06CC\u0631\u0646\u0648\u06CC\u0633 \u062F\u0627\u0634\u062A\u0647 \u0628\u0627\u0634\u0646\u062F \u062A\u0627 \u0628\u062A\u0648\u0627\u0646\u0646\u062F \u0632\u06CC\u0631\u0646\u0648\u06CC\u0633 \u062F\u0648\u0632\u0628\u0627\u0646\u0647 \u0631\u0627 \u0646\u0645\u0627\u06CC\u0634 \u062F\u0647\u0646\u062F. (\u0639\u0644\u0627\u0648\u0647 \u0628\u0631 \u0627\u06CC\u0646\u060C \u0634\u0645\u0627 \u0647\u0645\u0686\u0646\u06CC\u0646 \u0645\u06CC \u062A\u0648\u0627\u0646\u06CC\u062F \u067E\u0633 \u0627\u0632 \u0628\u0627\u0632 \u06A9\u0631\u062F\u0646 \u0648\u0628 \u0633\u0627\u06CC\u062A \u0648\u06CC\u062F\u06CC\u0648\u060C \u067E\u0646\u0644 \u0645\u06CC\u0627\u0646\u0628\u0631 \u062A\u0631\u062C\u0645\u0647 \u0641\u0631\u0648 \u0631\u0641\u062A\u0647 \u0631\u0627 \u0627\u0632 \u06AF\u0648\u0634\u0647 \u0628\u0627\u0644\u0627 \u0633\u0645\u062A \u0631\u0627\u0633\u062A \u0641\u0639\u0627\u0644 / \u063A\u06CC\u0631\u0641\u0639\u0627\u0644 \u06A9\u0646\u06CC\u062F)

\u062F\u0631 \u062D\u0627\u0644 \u062D\u0627\u0636\u0631 \u067E\u0634\u062A\u06CC\u0628\u0627\u0646\u06CC \u0627\u0632 \u0632\u06CC\u0631\u0646\u0648\u06CC\u0633 \u062F\u0648\u0632\u0628\u0627\u0646\u0647 \u062F\u0631 \u0627\u06CC\u0646 \u0648\u0628 \u0633\u0627\u06CC\u062A \u0647\u0627 \u0645\u0645\u06A9\u0646 \u0627\u0633\u062A:",geminiWarning:"\u062A\u0648\u062C\u0647: \u062E\u062F\u0645\u0627\u062A \u0631\u0627\u06CC\u06AF\u0627\u0646 Gemini \u06A9\u0647 \u062A\u0648\u0633\u0637 Google \u0627\u0631\u0627\u0626\u0647 \u0645\u06CC \u0634\u0648\u062F\u060C \u0645\u062D\u062F\u0648\u062F\u06CC\u062A \u0647\u0627\u06CC \u0633\u062E\u062A\u06AF\u06CC\u0631\u0627\u0646\u0647 \u0627\u06CC \u062F\u0627\u0631\u062F \u0648 \u0645\u0645\u06A9\u0646 \u0627\u0633\u062A Google \u062A\u0635\u0645\u06CC\u0645 \u0628\u06AF\u06CC\u0631\u062F \u06A9\u0647 \u06A9\u0627\u0631\u0628\u0631 \u0627\u0632 \u0686\u0646\u062F\u06CC\u0646 Key \u0628\u0631\u0627\u06CC \u062F\u0648\u0631 \u0632\u062F\u0646 \u0645\u062D\u062F\u0648\u062F\u06CC\u062A \u0647\u0627\u06CC \u0633\u0647\u0645\u06CC\u0647 \u0631\u0627\u06CC\u06AF\u0627\u0646 \u0622\u0646\u0647\u0627 \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u0645\u06CC \u06A9\u0646\u062F\u060C \u067E\u06CC\u0634\u0646\u0647\u0627\u062F \u0646\u0645\u06CC \u0634\u0648\u062F\u060C \u067E\u06CC\u0634\u0646\u0647\u0627\u062F \u0645\u06CC \u0634\u0648\u062F \u0645\u0646\u062A\u0638\u0631 \u0628\u0627\u0634\u06CC\u062F \u062A\u0627 Google \u062F\u0631 \u0622\u06CC\u0646\u062F\u0647 \u0631\u0627\u0628\u0637 \u067E\u0631\u062F\u0627\u062E\u062A Gemini \u0631\u0627 \u0628\u0627\u0632 \u06A9\u0646\u062F \u0648 \u0633\u067E\u0633 \u0627\u0632 \u0622\u0646 \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u06A9\u0646\u06CC\u062F.","floatBall.setting":"\u062A\u0646\u0638\u06CC\u0645\u0627\u062A","floatBall.translateToLanguage":"\u0628\u0631\u0627\u06CC \u062A\u0631\u062C\u0645\u0647 \u0628\u0647 {language} \u06A9\u0644\u06CC\u06A9 \u06A9\u0646\u06CC\u062F","floatBall.file":`\u062A\u0631\u062C\u0645\u0647 PDF\u060C EPUB\u060C SRT\u060C ASS\u060C HTML\u060C TXT \u0641\u0627\u06CC\u0644`,changeToOnlyTempTranslationMode:"\u0628\u0647 \u0646\u0645\u0627\u06CC\u0634 \u0641\u0642\u0637 \u062A\u0631\u062C\u0645\u0647 \u0647\u0627 \u0628\u0631\u0648\u06CC\u062F",changeToDualTempTranslationMode:"\u0628\u0647 \u062A\u0631\u062C\u0645\u0647 \u062F\u0648 \u0632\u0628\u0627\u0646\u0647 \u0628\u0631\u0648\u06CC\u062F","transitionMode.translation":"\u0641\u0642\u0637 \u0645\u062A\u0646 \u062A\u0631\u062C\u0645\u0647","options.navbar.translateFile":"\u062A\u0631\u062C\u0645\u0647 \u0627\u0633\u0646\u0627\u062F","transitionMode.dual":"\u062F\u0648\u0632\u0628\u0627\u0646\u0647 \u0645\u0642\u0627\u06CC\u0633\u0647","options.navbar.installApp":"\u0646\u0635\u0628 \u0628\u0631\u0646\u0627\u0645\u0647 \u062A\u0644\u0641\u0646 \u0647\u0645\u0631\u0627\u0647","transitionMode.inherit":"\u0628\u0627 \u062D\u0627\u0644\u062A \u0646\u0645\u0627\u06CC\u0634 \u067E\u06CC\u0634 \u0641\u0631\u0636 \u0633\u06CC\u0633\u062A\u0645 \u0647\u0645\u0627\u0647\u0646\u06AF \u0628\u0645\u0627\u0646\u06CC\u062F","subtitle.transitionMode":"\u062A\u0646\u0638\u06CC\u0645\u0627\u062A \u0632\u06CC\u0631\u0646\u0648\u06CC\u0633 \u0641\u06CC\u0644\u0645 \u062F\u0648\u0632\u0628\u0627\u0646\u0647 / \u0641\u0642\u0637 \u0645\u062A\u0646 \u062A\u0631\u062C\u0645\u0647","subtitle.transitionModeDescription":"\u062A\u0646\u0638\u06CC\u0645 \u0632\u06CC\u0631\u0646\u0648\u06CC\u0633 \u0648\u06CC\u062F\u06CC\u0648 \u0628\u0647 \u062D\u0627\u0644\u062A \u0645\u0642\u0627\u0628\u0644\u0647 \u062F\u0648\u0632\u0628\u0627\u0646\u0647 \u06CC\u0627 \u0641\u0642\u0637 \u062D\u0627\u0644\u062A \u062A\u0631\u062C\u0645\u0647",translateFileTooltip:`\u062A\u0631\u062C\u0645\u0647 PDF\u060C ePub\u060C srt\u060C ass\u060C HTML\u060C TXT \u0641\u0627\u06CC\u0644`,"description.multiplePrompt":`\u0648\u0642\u062A\u06CC \u062A\u0639\u062F\u0627\u062F \u067E\u0627\u0631\u0627\u06AF\u0631\u0627\u0641\u200C\u0647\u0627 \u0628\u06CC\u0634\u062A\u0631 \u0627\u0632 1 \u0627\u0633\u062A\u060C \u06AF\u0641\u062A\u06AF\u0648\u06CC\u06CC \u06A9\u0647 \u0628\u0627 \u0647\u0648\u06CC\u062A \u06A9\u0627\u0631\u0628\u0631 \u0628\u0647 {service} \u0627\u0631\u0633\u0627\u0644 \u0645\u06CC\u200C\u0634\u0648\u062F\u060C \u06A9\u0647 \u062F\u0631 \u0622\u0646 {{from}} \u0632\u0628\u0627\u0646 \u067E\u0627\u0631\u0627\u06AF\u0631\u0627\u0641 \u0631\u0627 \u0646\u0634\u0627\u0646 \u0645\u06CC\u200C\u062F\u0647\u062F\u060C {{to}} \u0632\u0628\u0627\u0646 \u0645\u0642\u0635\u062F \u0631\u0627 \u0646\u0634\u0627\u0646 \u0645\u06CC\u200C\u062F\u0647\u062F\u060C {{yaml}} \u0645\u062D\u062A\u0648\u0627\u06CC \u067E\u0627\u0631\u0627\u06AF\u0631\u0627\u0641\u06CC \u0627\u0633\u062A \u06A9\u0647 \u0628\u0627 \u0641\u0631\u0645\u062A yaml \u0628\u0633\u062A\u0647\u200C\u0628\u0646\u062F\u06CC \u0634\u062F\u0647 \u0627\u0633\u062A\u060C \u0627\u06AF\u0631 \u0646\u06CC\u0627\u0632 \u0628\u0647 \u0633\u0641\u0627\u0631\u0634\u06CC\u200C\u0633\u0627\u0632\u06CC Prompt \u062F\u0627\u0631\u06CC\u062F\u060C \u0628\u0627\u06CC\u062F \u0645\u0637\u0645\u0626\u0646 \u0634\u0648\u06CC\u062F \u06A9\u0647 \u0647\u0631 \u0645\u0648\u0631\u062F \u062F\u0631 \u0646\u062A\u06CC\u062C\u0647 YAML \u067E\u0627\u0633\u062E AI \u0634\u0627\u0645\u0644 \u0641\u06CC\u0644\u062F {env.imt_trans_field} \u0628\u0627\u0634\u062F\u060C {{imt_trans_field}} \u0646\u0627\u0645 \u0641\u06CC\u0644\u062F \u062A\u0631\u062C\u0645\u0647\u200C\u0627\u06CC \u0627\u0633\u062A \u06A9\u0647 \u0645\u0627 \u0627\u0645\u06CC\u062F\u0648\u0627\u0631\u06CC\u0645 AI \u0628\u0647 \u0639\u0646\u0648\u0627\u0646 \u067E\u0627\u0633\u062E \u0627\u0631\u0627\u0626\u0647 \u062F\u0647\u062F\u060C \u0628\u0647 \u0637\u0648\u0631 \u067E\u06CC\u0634 \u0641\u0631\u0636 {env.imt_trans_field} \u0627\u0633\u062A\u060C {{imt_source_field}} \u0646\u0627\u0645 \u0641\u06CC\u0644\u062F \u0645\u062A\u0646 \u0627\u0635\u0644\u06CC \u0627\u0633\u062A \u06A9\u0647 \u0645\u0627 \u0628\u0647 AI \u0627\u0631\u0627\u0626\u0647 \u0645\u06CC\u200C\u062F\u0647\u06CC\u0645\u060C \u0628\u0647 \u0637\u0648\u0631 \u067E\u06CC\u0634 \u0641\u0631\u0636 {env.imt_source_field} \u0627\u0633\u062A\u060C \u0646\u0645\u0648\u0646\u0647 \u0646\u062A\u06CC\u062C\u0647: @@ -5059,7 +5059,7 @@ ass\u060C HTML\u060C TXT \u0641\u0627\u06CC\u0644`,"description.multiplePrompt": {env.imt_sub_trans_field}: \u062A\u0631\u062C\u0645\u0647 - id: 2 {env.imt_sub_source_field}: \u0645\u0646\u0628\u0639 - {env.imt_sub_trans_field}: \u062A\u0631\u062C\u0645\u0647`,"subtitle.quickButton.red":"\u0633\u0631\u062E","subtitle.quickButton.cyan":"\u0622\u0628\u06CC","subtitle.quickButton.white":"\u0633\u0641\u06CC\u062F","subtitle.quickButton.yellow":"\u0632\u0631\u062F","subtitle.quickButton.setting":"\u062A\u0646\u0638\u06CC\u0645\u0627\u062A","translationServices.claude":"\u06A9\u0644\u0648\u062F","subtitle.quickButton.backgroundColor":"\u0631\u0646\u06AF \u067E\u0633 \u0632\u0645\u06CC\u0646\u0647","subtitle.quickButton.translationPositionTop":"\u0628\u0627\u0644\u0627\u06CC \u0645\u062A\u0646 \u0627\u0635\u0644\u06CC","subtitle.quickButton.black":"\u0633\u06CC\u0627\u0647","subtitle.quickButton.blue":"\u0622\u0628\u06CC","subtitle.quickButton.green":"\u0633\u0628\u0632","subtitle.quickButton.translationFontSize":"\u0627\u0646\u062F\u0627\u0632\u0647 \u0641\u0648\u0646\u062A \u0645\u062A\u0646 \u062A\u0631\u062C\u0645\u0647","subtitle.quickButton.sourceTextColor":"\u0631\u0646\u06AF \u0641\u0648\u0646\u062A \u0645\u062A\u0646 \u0627\u0635\u0644\u06CC","subtitle.quickButton.magenta":"\u0631\u0646\u06AF \u0628\u0646\u0641\u0634","subtitle.quickButton.translationTextColor":"\u0631\u0646\u06AF \u0641\u0648\u0646\u062A \u0645\u062A\u0646 \u062A\u0631\u062C\u0645\u0647 \u0634\u062F\u0647","subtitle.quickButton.backgroundOpacity":"\u067E\u0633 \u0632\u0645\u06CC\u0646\u0647 \u0646\u06CC\u0645\u0647 \u0634\u0641\u0627\u0641","subtitle.quickButton.sourceFontSize":"\u0627\u0646\u062F\u0627\u0632\u0647 \u0641\u0648\u0646\u062A \u0645\u062A\u0646 \u0627\u0635\u0644\u06CC","subtitle.quickButton.translationPositionBottom":"\u0645\u062A\u0646 \u0627\u0635\u0644\u06CC \u062F\u0631 \u0632\u06CC\u0631 \u0627\u0633\u062A","subtitle.quickButton.translationPosition":"\u0645\u06A9\u0627\u0646 \u062A\u0631\u062C\u0645\u0647",attachSubtitleTranslating:"\u062F\u0631 \u062D\u0627\u0644 \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u0627\u0632 {service} \u0628\u0631\u0627\u06CC \u062A\u0631\u062C\u0645\u0647...","error.claude.403":"\u062F\u0633\u062A\u0631\u0633\u06CC \u0645\u0648\u0642\u062A\u0627 \u0628\u0647 \u0633\u0631\u0648\u06CC\u0633 \u0645\u0645\u06A9\u0646 \u0627\u0633\u062A \u0645\u062D\u062F\u0648\u062F \u0634\u062F\u0647 \u0628\u0627\u0634\u062F\u060C \u0627\u06CC\u0646 \u0645\u0645\u06A9\u0646 \u0627\u0633\u062A \u0628\u0647 \u0645\u062D\u062F\u0648\u062F\u06CC\u062A \u0645\u0646\u0637\u0642\u0647 \u0627\u06CC Claude \u0645\u0631\u062A\u0628\u0637 \u0628\u0627\u0634\u062F\u060C \u0634\u0645\u0627 \u0645\u06CC \u062A\u0648\u0627\u0646\u06CC\u062F \u0633\u0639\u06CC \u06A9\u0646\u06CC\u062F \u0622\u062F\u0631\u0633 IP \u062E\u0648\u062F \u0631\u0627 \u062A\u063A\u06CC\u06CC\u0631 \u062F\u0647\u06CC\u062F\u060C \u06CC\u0627 \u0627\u0632 \u0633\u0631\u0648\u06CC\u0633 \u0647\u0627\u06CC \u062A\u0631\u062C\u0645\u0647 \u062F\u06CC\u06AF\u0631 \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u06A9\u0646\u06CC\u062F.","browser.brandDescriptionForSafari":"\u3010\u062A\u0631\u062C\u0645\u0647 \u0641\u0631\u0648 \u0631\u0641\u062A\u0647\u3011 \u06CC\u06A9 \u0627\u0641\u0632\u0648\u0646\u0647 \u062A\u0631\u062C\u0645\u0647 \u0635\u0641\u062D\u0647 \u0648\u0628 \u062F\u0648\u0632\u0628\u0627\u0646\u0647 \u0631\u0627\u06CC\u06AF\u0627\u0646 (\u0645\u062A\u0646 \u0627\u0635\u0644\u06CC / \u062A\u0631\u062C\u0645\u0647) \u060C \u062F\u0631 \u0639\u06CC\u0646 \u062D\u0627\u0644 \u067E\u0634\u062A\u06CC\u0628\u0627\u0646\u06CC \u0627\u0632 \u062A\u0631\u062C\u0645\u0647 PDF \u0648 \u062A\u0631\u062C\u0645\u0647 \u06A9\u062A\u0627\u0628 \u0627\u0644\u06A9\u062A\u0631\u0648\u0646\u06CC\u06A9\u06CC EPUB \u0628\u0627 \u062D\u0641\u0638 \u0637\u0631\u062D \u0628\u0646\u062F\u06CC \u0627\u0635\u0644\u06CC \u0633\u0646\u062F \u060C \u062A\u0631\u062C\u0645\u0647 \u0632\u06CC\u0631\u0646\u0648\u06CC\u0633 \u062F\u0648\u0632\u0628\u0627\u0646\u0647 \u0648\u06CC\u062F\u0626\u0648\u06CC \u0622\u0646\u0644\u0627\u06CC\u0646 Youtube / Netflix \u060C \u067E\u0634\u062A\u06CC\u0628\u0627\u0646\u06CC \u0627\u0632 \u062E\u062F\u0645\u0627\u062A \u062A\u0631\u062C\u0645\u0647 \u0627\u0635\u0644\u06CC Deepl / Google\u061B","browser.PdfProFile":"\u062A\u0631\u062C\u0645\u0647 PDF Pro \u0645\u062D\u0631\u06A9 \u0647\u0648\u0634 \u0645\u0635\u0646\u0648\u0639\u06CC","browser.textTranslate":"\u062A\u0631\u062C\u0645\u0647 \u0645\u062A\u0646"};var Th={nologin:"non connect\xE9",loginForSafari:"Se connecter ou s'inscrire",login:"Se connecter pour ouvrir une adh\xE9sion",manageAccount:"Comptes g\xE9r\xE9s",openPremium:"Adh\xE9sion ouverte",logout:"annuler",curentPlan:"Paquets actuels",endAt:"expiration",endAuto:"renouvellement automatique",lineBreakMaxTextCount:"Nombre maximal de caract\xE8res autoris\xE9s par phrase apr\xE8s les retours \xE0 la ligne","translate-pdf":"Cliquez pour traduire le PDF","noSupportTranslate-pdf":"Script non support\xE9, veuillez utiliser le plugin","translate-firefox-local-pdf":"Cliquez pour aller \xE0 Importer le PDF",enableLineBreak:"Activer le saut de ligne automatique pour les longs paragraphes",sponsorLabel:"1 $ D\xE9veloppeurs sponsoris\xE9s",help:"main",browserShortcutsNoteForFirefox:"Pour modifier les raccourcis dans Firefox, vous devez ouvrir la page de gestion des extensions `about:addons`, puis cliquer sur `Settings`, et enfin sur `Manage Shortcuts` pour d\xE9finir les raccourcis.",browserShortcutsNoteForChrome:'Pour modifier les raccourcis dans Chrome, vous devez ouvrir la page de gestion des extensions, les d\xE9finir dans le panneau "Gestion des raccourcis" (`chrome://extensions/shortcuts`), et cliquer sur le bouton ci-dessous pour acc\xE9der \xE0 la page de gestion des raccourcis.',browserShortcutsSucks:"Les raccourcis personnalis\xE9s sont format\xE9s comme suit (pas de reconnaissance automatique, veuillez entrer directement) :\uFF1A",enableLineBreakDescription:"Lorsque cette option est activ\xE9e, des sauts de ligne sont ins\xE9r\xE9s \xE0 la fin de chaque phrase dans les longs paragraphes afin d'en faciliter la lecture.","browser.shortBrandName":"Traduction en immersion","browser.brandName":"Traduction en immersion : pages Web et PDF bilingues","browser.brandDescription":"Bilingual web page translation, also supports PDF translation, bilingual Epub eBook translation, free to use.","browser.toggleTranslatePage":"Traduire la page/afficher le texte original","browser.toggleTranslateTheWholePage":"Traduire toutes les zones de la page/afficher le texte original","browser.toggleOnlyTransation":"Basculer en mode bilingue / mode traduction uniquement","browser.toggleTranslateToThePageEndImmediately":"Traduction imm\xE9diate en bas de page/affichage du texte original","browser.toggleTranslateTheMainPage":"Traduire la zone principale de la page/afficher le texte original","browser.shareToDraft":"Partager les pages bilingues","browser.openOptionsPage":"Ouvrir la page des param\xE8tres","browser.toggleTranslationMask":"Afficher/masquer l'effet de flou de translation","browser.translateLocalPdfFile":"Traduire des fichiers PDF locaux","browser.openEbookViewer":"Lire les livres \xE9lectroniques locaux","browser.openEbookBuilder":"Cr\xE9er des livres bilingues EPUB","browser.translateLocalHtmlFile":"Traduire des fichiers HTML/txt","browser.donateContext":"En savoir plus sur les avantages du parrainage","browser.translateLocalSubtitleFile":"Traduire les fichiers de sous-titres locaux",confirmResetConfig:"\xCAtes-vous s\xFBr de vouloir r\xE9initialiser les param\xE8tres ?",translationLineBreakSettingTitle:"R\xE9glage du saut de ligne de la traduction",smartLineBreak:"smart line feed (informatique)",alwaysLineBreak:"Toujours un saut de ligne",isShowContextMenu:"Ajouter des pages traduites aux \xE9l\xE9ments de menu \xE0 cliquer avec le bouton droit de la souris",toggleBeta:"Activation des fonctionnalit\xE9s de test b\xEAta",betaDescription:"Permet d'activer des fonctionnalit\xE9s encore exp\xE9rimentales, ainsi qu'un service de traduction en version b\xEAta. Rejoignez le <1>groupe Telegram pour en savoir plus.",translationLineBreakSettingDescription:"Les sauts de ligne sont toujours nets et ordonn\xE9s pour les pages \xE0 faible contenu. (Pour gagner de la place, utilisez des sauts de ligne intelligents dans les longs paragraphes \xE0 fort contenu (plus de{count}caract\xE8res)).",tempTranslateDomainTitle:"Dur\xE9e de l'activation temporaire de la traduction du site web",tempTranslateDomainDescription:"Lors de la traduction manuelle d'une page web, vous pouvez activer temporairement le site web pour la traduction automatique et vous pouvez d\xE9finir la dur\xE9e temporaire.",xMinutes:"{count} minutes",disabled:"interdire l'utilisation de qqch.",changelog:"Journal des mises \xE0 jour",toggleTranslatePageWhenThreeFingersOnTheScreen:"L'effleurement simultan\xE9 de l'\xE9cran par plusieurs doigts traduit les pages web/affiche le texte original",toggleTranslationMaskWhenThreeFingersOnTheScreen:"Le toucher \xE0 plusieurs doigts permet d'afficher/masquer l'effet de flou.",fingerCountToToggleTranslagePageOnlyTranslationWhenTouching:"Plusieurs doigts touchant l'\xE9cran en m\xEAme temps traduisent la page web (traduction uniquement)/affichent le texte original.",addUrlDescription:"Peut \xEAtre un nom de domaine et prend \xE9galement en charge les caract\xE8res g\xE9n\xE9riques, par exemple\uFF1A*.google.com, google.com/mail/*, https://www.google.com/*.",general:"Param\xE8tres de base",clickToExpandConfig:"\xC9tendre la configuration actuelle",import:"Importation d'un fichier",export:"Exporter vers un fichier",toggleDebug:"Imprimer le journal de d\xE9bogage sur la console","fingers.0":"coagulation","fingers.2":"touche \xE0 deux doigts","fingers.3":"touche \xE0 trois doigts","fingers.4":"touche \xE0 quatre doigts","fingers.5":"touche \xE0 cinq doigts",mouseHoldKey:"+ {key} traduire/restaurer le paragraphe",mouseHoldKeyAuto:"Traduction directe du paragraphe",mouseHoldKeyOff:"Ne faites rien.",mouseHoldKeyOther:"Raccourcis personnalis\xE9s (ouvrir les param\xE8tres)",mouseHoldKeyCustomKey:"{key} Traduction/r\xE9duction du paragraphe",mouseHoverHoldKey:"Traduire des paragraphes en appuyant sur la touche de raccourci tout en survolant la souris.","mouse-translate":"survol de la souris",document:"fichier (informatique)",resetSuccess:"R\xE9initialisation de tous les param\xE8tres r\xE9ussie",resetThisSuccess:"R\xE9initialisation r\xE9ussie",saved:"Sauvegarder le succ\xE8s",successImportConfig:"Importation r\xE9ussie de la configuration",goAdvancedSettings:"Acc\xE9der \xE0 la page des param\xE8tres avanc\xE9s",goAdvancedInterfaceSettings:"Acc\xE9der \xE0 la page Param\xE8tres de personnalisation avanc\xE9s",advanced:"Param\xE8tres avanc\xE9s",advancedDescription:"En g\xE9n\xE9ral, aucun r\xE9glage n'est n\xE9cessaire, il suffit de laisser la valeur par d\xE9faut. Pour les utilisateurs plus sp\xE9cialis\xE9s uniquement, des param\xE8tres plus personnalis\xE9s sont disponibles.",developer:"Param\xE8tres du d\xE9veloppeur",donateCafe:"prix","translate to the bottom of the page":"La traduction se fait-elle vers le bas de la page imm\xE9diatement apr\xE8s l'entr\xE9e dans la page ?",feedback:"Question Feedback",toggleTranslatePage:"Traduire la page/afficher le texte original",translateToThePageEndImmediatelyDescription:"Si vous l'activez, le contenu sera imm\xE9diatement traduit du haut vers le bas de la page au fur et \xE0 mesure que vous y acc\xE9dez. Si vous la d\xE9sactivez, la traduction se fait au fur et \xE0 mesure de la lecture. (Non recommand\xE9)","translate all areas of the page":"Traduire ou non toutes les zones de la page",translationAreaDescription:"Si cette option est activ\xE9e, toutes les zones de la page web sont traduites. Si l'option est d\xE9sactiv\xE9e, la reconnaissance intelligente par d\xE9faut est utilis\xE9e et seules les parties principales sont traduites. (Il n'est pas recommand\xE9 de l'activer)","the number of characters to be translated first":"Traduire directement les premiers caract\xE8res de la page sans attendre le d\xE9filement de la zone de visualisation","interface language":"langue de l'interface","display both the original text and the translation":"Affichage simultan\xE9 de l'original et de la traduction","keyboard shortcuts":"Raccourcis clavier",modify:"Modifier les touches de raccourci",reset:"reprovision",close:"coagulation",homepage:"page d'accueil",more:"plus",moreOptions:"\xC9largir les options de personnalisation",translateTheWholePage:"Traduire toutes les zones de la page (au lieu de reconna\xEEtre intelligemment les zones principales)",changeToTranslateTheWholePage:"Passer \xE0 la traduction de toutes les r\xE9gions",changeToTranslateTheMainPage:"Passer \xE0 la zone principale de traduction",changeToOnlyTranslationMode:"Afficher uniquement les traductions",changeToDualTranslationMode:"Passer \xE0 la traduction bilingue",translateToThePageEndImmediately:"Traduction imm\xE9diate en bas de page",translateTheMainPage:"R\xE9gions cl\xE9s de la traduction intelligente","The local rules are up to date":"Les r\xE8gles d'adaptation locales sont \xE0 jour.","Successfully synchronized with the latest official rules:":"Synchronisation r\xE9ussie avec les derni\xE8res r\xE8gles d'adaptation officielles.","Checking for updates":"V\xE9rification des mises \xE0 jour","Rules are being synchronized":"Synchronisation des r\xE8gles d'adaptation",localVersionIsTooOld:"La version de l'extension locale est trop ancienne, veuillez mettre \xE0 jour l'extension vers {minVersion} ou une version plus r\xE9cente avant d'essayer de synchroniser.",badUserscriptBrowser:"Le navigateur actuel n'impl\xE9mente pas correctement l'interface de l'extension Grease Monkey (par exemple, pour obtenir des informations sur le num\xE9ro de version du script Grease Monkey lui-m\xEAme), veuillez utiliser d'autres navigateurs qui <1>prennent en charge l'extension Grease Monkey, tels que Firefox.",foundNewVersion:"D\xE9couvrez la nouvelle version",theLocalExtensionIsUpToUpdate:"L'extension actuelle est \xE0 jour.",failToSyncRules:"Absence de synchronisation des derni\xE8res r\xE8gles d'adaptation",retry:"Cliquez ici pour r\xE9essayer",failedReason:"Raisons de l'\xE9chec",currentRuleVersion:"Version actuelle de la r\xE8gle",calculating:"Calculs",unknownError:"erreur inconnue",canNotFetchRemoteRule:"Impossible d'obtenir des r\xE8gles \xE0 distance",enableAlphaSuccess:"Alpha activ\xE9",disableAlphaSuccess:"La fonction Alpha a \xE9t\xE9 d\xE9sactiv\xE9e",cacheSize:"Taille du cache\uFF1A",cleaning:"en cours de liquidation",cleanCache:"effacer le cache",options:"mettre en place",about:"en ce qui concerne",service:"service d'interpr\xE9tation",needAction:"(Acc\xE9der aux param\xE8tres)",goSettings:"aller de l'avant et mettre en place",needActionForOptions:"(\xE0 mettre en place)",translationEngine:"Options du moteur",sourceLanguage:"Langue originale",target:"langue cible",popupSourceLanguage:"Langue originale",popupTarget:"langue cible",popupService:"service d'interpr\xE9tation",forThisSite:"Site web actuel",autoEnableSubtitle:"Ouverture automatique des sous-titres bilingues",alwaysTranslate:"Traduisez toujours",neverTranslate:"Ne jamais traduire",alwaysTranslateSomeLanguage:"Traduisez toujours {language}",neverTranslateSomeLanguage:"Ne jamais traduire {language}",alwaysTranslateSomeSite:"Traduisez toujours {hostname}",neverTranslateSomeSite:"Ne jamais traduire {hostname}",alwaysTranslateSomeSiteOrWildSite:"Toujours traduire le site",alwaysTranslateSomePage:"Toujours traduire la page",add:"augmenter",default:"par d\xE9faut (r\xE9glage)",forThisLanguage:"Pour cette langue\uFF1A","add url":"Saisir l'URL",edit:"compilateur","translate other languages into specific language":"Traduire d'autres langues dans la langue choisie","select translation service":"S\xE9lectionner un service de traduction",language:"multilinguisme","show-original":"Afficher le texte original",translate:"l'\xE9quarrissage",Translated:"traduit",Translating:"en traduction",Error:"incorrect",allowCacheTranslations:"Activer la mise en cache de la traduction locale (pour r\xE9duire les demandes de traduction pour les passages dupliqu\xE9s)","translation display":"Style d'affichage de la traduction","select diplay style":"Distinguer les styles de traduction, en se r\xE9f\xE9rant sp\xE9cifiquement aux exemples suivants",interface:"Param\xE8tres de l'interface",import_export:"Importation/Exportation",import_export_title:"Configuration de l'importation/exportation",syncToGoogleDrive:"Synchroniser avec Google Drive maintenant",floatBallOptions:"Param\xE8tres de l'hoverball","floatBallOptions.enable":"Activer le Hoverball","floatBallOptions.blockUrls":"D\xE9sactiver le site web","floatBallOptions.add":"augmenter","floatBallOptions.blockUrlDesc":"Les hoverballs ne sont pas affich\xE9s lorsque les sites web suivants sont rencontr\xE9s","floatBallOptions.clickType":"le comportement de clic","floatBallOptions.clickTypeDesc":"Comportement de l'ic\xF4ne Hoverball lorsqu'elle est cliqu\xE9e","floatBallOptions.clickPopup":"Afficher le panneau de traduction","floatBallOptions.clickTranslate":"Traduction/affichage du texte original","floatBallOptions.fixedPosition":"\u56FA\u5B9A\u4F4D\u7F6E","floatBallOptions.fixedPositionDesc":"\u60AC\u6D6E\u7403\u5728\u7A97\u53E3\u5DE6\u4FA7\u8FD8\u662F\u53F3\u4FA7","floatBallOptions.fixedPositionLeft":"\u5DE6\u4FA7","floatBallOptions.fixedPositionRight":"\u53F3\u4FA7",previewAllThemes:"Aper\xE7u de tous les styles","translationTheme.none":"ne pas avoir","translationTheme.grey":"gris fonc\xE9","translationTheme.dashed":"soulign\xE9 en pointill\xE9","translationTheme.dotted":"trait de soulignement en pointill\xE9","translationTheme.dashedBorder":"bordure en pointill\xE9s","translationTheme.solidBorder":"bordure solide","translationTheme.underline":"Souligner les lignes droites","translationTheme.mask":"Effets flous (modes d'apprentissage)","translationTheme.opacity":"effet de transparence","translationTheme.paper":"Effet d'ombre du papier blanc","translationTheme.dividingLine":"ligne de d\xE9marcation","translationTheme.highlight":"haute luminosit\xE9","translationTheme.marker":"marqueur (mot emprunt\xE9)","translationTheme.marker2":"Marqueur 2","translationTheme.blockquote":"Styles de r\xE9f\xE9rencement","translationTheme.weakening":"affaiblissement","translationTheme.italic":"caract\xE8re oblique","translationTheme.bold":"\xE9paissir","translationTheme.thinDashed":"ligne pointill\xE9e fine soulign\xE9e","translationTheme.nativeDashed":"Le syst\xE8me est soulign\xE9 en pointill\xE9","translationTheme.nativeDotted":"Le syst\xE8me est soulign\xE9 en pointill\xE9s","translationTheme.nativeUnderline":"Le syst\xE8me est assorti d'une ligne de d\xE9marcation droite","translationTheme.wavy":"ligne ondul\xE9e","translationServices.custom":"API personnalis\xE9e","translationServices.tencent":"Tencent Translator","translationServices.tenAlpha":"Tencent Translator (Alpha)","translationServices.google":"Google Translate","translationServices.bai":"Baidu (Alpha)","translationServices.baidu":"Traduction de Baidu","translationServices.aliyun":"AliCloud Traduction","translationServices.volc":"traduction du volcan","translationServices.deeplx":"DeepLX (Beta)","translationServices.bing":"Microsoft Translate","translationServices.deepl":"DeepL","translationServices.wechat":"Traduction WeChat","translationServices.azure":"Azure Translation","translationServices.ibm":"IBM Watson","translationServices.aws":"Traduction sur Amazon","translationServices.mock":"Traduction simul\xE9e","translationServices.mock2":"Traduction simul\xE9e 2","translationServices.caiyun":"lit. nuages color\xE9s et petites traductions","translationServices.cai":"Nuages color\xE9s (Alpha)","translationServices.volcAlpha":"Volcan (Alpha)","translationServices.openl":"OpenL","translationServices.youdao":"Traduction sur Youtube","translationServices.you":"Traducteur Youdao (Alpha)","translationServices.transmart":"Traduction interactive de Tencent","translationServices.niu":"Traducteur franc-tireur","translationServices.papago":"Traduction Papago","translationServices.d":"D (Alpha)","translationServices.dpro":"D Pro (Canari)","translationServices.openai":"OpenAI","translationServices.yandex":"Yandex","translationServices.chatgpt":"ChatGPT Web(3.5 mobile)","translate title":"Traduire les titres des pages","always languages":"Toujours traduire la langue",neverTranslateLanguagesLabel:"La langue qui ne sera jamais traduite",neverTranslateTheFollowingLanguagesDescription:"Les traductions sont ignor\xE9es lorsqu'un paragraphe de la page est r\xE9dig\xE9 dans l'une des langues suivantes",enableUserscriptPagePopup:"Afficher le hoverball sur la page",enableUserscriptPagePopupDescription:"Apr\xE8s avoir d\xE9sactiv\xE9 le hoverball, vous pouvez le rappeler \xE0 l'aide du raccourci /{touch}. Il est fortement recommand\xE9 de marquer cette page de param\xE8tres d'un signet afin d'\xE9viter de ne pas pouvoir retrouver le hoverball apr\xE8s avoir d\xE9sactiv\xE9 cette option par inadvertance !","always translate the following languages":"Traduit automatiquement dans la langue cible lorsque la page est dans l'une des langues suivantes","always sites":"Des sites web toujours traduits","always translate the following sites":"Les sites web sont automatiquement traduits dans la langue cible lorsqu'il s'agit de noms de domaine de","never sites":"Site web jamais traduit","never translate the following sites":"Les traductions ne seront pas effectu\xE9es si le site est destin\xE9 aux domaines suivants","please refer to":"Vous devez remplir la cl\xE9 avant de pouvoir l'utiliser.",KeyAndConfigurationTutorial:"Tutoriel d'application et de configuration des cl\xE9s",useAboveStyleForTheseSites:"Utilisez toujours le style de traduction \u2308{theme}\u230B lorsque le site est destin\xE9 aux domaines suivants",currentUrl:"URL actuel",confirm:"enregistrer (un fichier, etc.) (informatique)",cancel:"annulations",delete:"l'enl\xE8vement","languages.auto":"d\xE9tection automatique",syncToCloud:"Synchronisation avec Google Drive",syncToCloudDescription:"T\xE9l\xE9charg\xE9e dans le nuage, la configuration peut \xEAtre synchronis\xE9e entre diff\xE9rents navigateurs/scripts de singe de graisse, en fonction de la derni\xE8re modification.",syncToAccount:"Synchronisation avec l'Immersive Translation Cloud",syncToAccountButton:"Synchronisation instantan\xE9e avec le nuage",syncToAccountDescription:"Synchroniser automatiquement les configurations entre diff\xE9rents appareils, en fonction de la derni\xE8re modification.",successSyncConfigInAccount:"Synchronisation r\xE9ussie avec le nuage",successSyncConfigToAccount:"Synchronisation r\xE9ussie vers le nuage",syncConfigNoUpdate:"Il est d\xE9j\xE0 \xE0 jour.",authFail:"\xC9chec de l'autorisation",syncTitle:"Gestion manuelle des sauvegardes",import_hint:"importation (donn\xE9es)",upload:"t\xE9l\xE9charger",revokeAuth:"r\xE9voquer une autorisation",uploadFail:"\xC9chec du t\xE9l\xE9chargement",download:"t\xE9l\xE9chargement",importSuccess:"Importation r\xE9ussie",importFail:"\xE9chec de l'importation",deleteFail:"\xC9chec de la suppression",backupToCloud:"Gestion manuelle des fichiers de sauvegarde",create_new_backup:"Ajouter un nouveau n\u0153ud de sauvegarde",maxBackupFiles:"Jusqu'\xE0{count}n\u0153uds diff\xE9rents peuvent \xEAtre sauvegard\xE9s, veuillez supprimer les n\u0153uds dont vous n'avez pas besoin.",backupToCloudDescription:"T\xE9l\xE9charger ou restaurer manuellement les fichiers de sauvegarde, en autorisant jusqu'\xE0 trois sauvegardes diff\xE9rentes.",successSyncConfig:"Synchronisation r\xE9ussie avec le nuage",syncFail:"\xE9chec de la synchronisation",updatedAt:"Mise \xE0 jour de {date}",lastSyncedAt:"Derni\xE8re v\xE9rification \xE0 l'adresse {date}",downloadFail:"\xC9chec du t\xE9l\xE9chargement",clickToDownload:"Cliquer pour t\xE9l\xE9charger",aboutLabel:"\xC0 propos - Feedback","browser.openAboutPage":"\xC0 propos/commentaires",aboutLabelWithoutSponsor:"\xC0 propos - Feedback",aboutIntro:"Puissions-nous tous avoir un acc\xE8s plus facile et plus agr\xE9able \xE0 l'\xE9norme quantit\xE9 d'informations en langues \xE9trang\xE8res sur Internet \u2764\uFE0F Vous pouvez choisir d'activer votre <6>adh\xE9sion Pro pour utiliser les traductions pr\xEAtes \xE0 l'emploi de DeepL et OpenAI.

Vous pouvez nous suivre sur <3>Twitter, <4>Telegram, Weibo, WeChat, ou vous <5>inscrire \xE0 notre liste de <5>diffusion ci-dessous pour suivre les mises \xE0 jour.
Les <7>membres Pro peuvent nous contacter \xE0 l'adresse <8>support@immersivetranslate.com pour un service client\xE8le rapide.",aboutIntroWithoutSponsor:"Puissions-nous tous avoir un acc\xE8s plus facile et plus agr\xE9able \xE0 l'\xE9norme quantit\xE9 d'informations en langues \xE9trang\xE8res disponibles sur Internet \u2764\uFE0F

Vous pouvez nous suivre sur <3>Twitter, <4>Telegram channel, WeChat, WeChat Exchange, ou vous <5>abonner aux mises \xE0 jour par <5>courriel ci-dessous.",projectHomepage:"Accueil du projet",joinTelegramGroup:"Rejoignez le groupe d'utilisateurs pour participer aux discussions sur les fonctionnalit\xE9s",wechatPublicAccount:"WeChat Public",wechatCommunities:"Groupe d'\xE9change WeChat",qqCommunities:"Canal de communication QQ",joinTelegramChannel:"Suivez le canal Telegram pour les derni\xE8res mises \xE0 jour",feedbackAndJoin:"Question Feedback / Ajouter un groupe",autoSync:"synchronisation automatique de l'heure",loadingThemeTitle:"Style de chargement",loadingThemeDescription:"D\xE9finition du style lors de l'attente du chargement de la traduction","loadingTheme.spinner":"Animation de la rotation","loadingTheme.text":"texte statique qqch. ","loadingTheme.none":"non illustr\xE9",developerDescription:"La documentation sur la personnalisation avanc\xE9e est disponible <1>ici","edit border color":"Modifier la couleur de la bordure",successSyncButNoChange:"La configuration actuelle est compatible avec le nuage",customTheme:"Couleurs et tailles personnalis\xE9es","customThemeLabel.borderColor":"Couleur de la bordure","customThemeLabel.borderRadius":"Bords arrondis","customThemeLabel.textColor":"couleur du texte","customThemeLabel.backgroundColor":"couleur de fond","customThemeLabel.zoom":"Mise \xE0 l'\xE9chelle des polices (%)","customThemeLabel.opacity":"Opacit\xE9 du texte (%)",resetToDefaultColor:"R\xE9tablir les couleurs par d\xE9faut",resetToDefaultSettings:"R\xE9tablir les param\xE8tres par d\xE9faut",isTranslateTitle:"Permettre la traduction des titres de pages",isTranslateTitleDescription:"Lorsque cette option est activ\xE9e, le titre de la page est traduit.",enableSearchEnhancement:"Permettre l'enrichissement des messages bilingues",enableSearchEnhancementDescription:`Une fois l'option activ\xE9e, les r\xE9sultats de recherche de "Google News" seront automatiquement affich\xE9s dans la colonne de droite des sites web pris en charge (Google News, Google Search (certains mots-cl\xE9s), Snowball, Oriental Fortune, Futura, Tiger Community) pour les mots-cl\xE9s anglais correspondants.`,verifyService:"Cliquez ici pour tester le service",verified:"V\xE9rifier le succ\xE8s","field.langs":"Codes des langues prises en charge","field.model":"mod\xE9lisation","field.translationEngine":"moteur de traduction","field.limitPerMinute":"Nombre maximum de demandes par minute","field.limitPerSecond":"Demandes maximales par seconde","field.maxTextLengthPerRequest":"Longueur maximale du texte par demande","field.maxTextGroupLengthPerRequest":"Nombre maximum de paragraphes par demande","field.apiUrl":"Adresse de l'interface API personnalis\xE9e","field.placeholderDelimiters":"espace r\xE9serv\xE9","description.custom":"Acc\xE8s \xE0 l'interface personnalis\xE9e Documentation requise","description.limitPerMinute":"Les demandes d\xE9passant cette limite sont plac\xE9es dans une file d'attente jusqu'au d\xE9but de la minute suivante. En raison des diverses limitations du service actuel d'OpenAI, veuillez cliquer <1>ici pour obtenir les derni\xE8res valeurs sugg\xE9r\xE9es.","description.limitPerSecond":"Les demandes d\xE9passant cette limite sont plac\xE9es dans une file d'attente jusqu'au d\xE9but de la seconde suivante. En raison des diverses limitations du service actuel d'OpenAI, veuillez cliquer <1>ici pour obtenir les derni\xE8res valeurs sugg\xE9r\xE9es.","description.generalLimitPerSecond":"Les demandes d\xE9passant cette limite sont plac\xE9es dans une file d'attente jusqu'au d\xE9but de la seconde suivante.","description.prompt":"Envoyer la conversation \xE0 {service} en tant qu'utilisateur, o\xF9 {{text}} repr\xE9sente le contenu du texte du paragraphe, {{from}} repr\xE9sente la langue du paragraphe et {{to}} repr\xE9sente la langue cible.","description.maxTextLengthPerRequest":"Le nombre maximum de caract\xE8res par requ\xEAte est trop important pour que l'interface r\xE9ponde lentement, essayez donc d'ajuster cette option pour optimiser la vitesse.","description.systemPrompt":"Un dialogue envoy\xE9 \xE0 l'OpenAI en tant que syst\xE8me, o\xF9 {{text}} indique le contenu textuel du paragraphe,{{from}} indique la langue du paragraphe et{{to}} indique la langue cible.","field.domain":"royaume","description.domain":"La valeur par d\xE9faut est\uFF1Ageneral. Elle ne peut \xEAtre d\xE9finie que si la traduction par domaine est activ\xE9e dans la console Arima API, voir <1>ici pour les domaines pris en charge.","field.scene":"prendre","description.scene":"La valeur par d\xE9faut est\uFF1Ageneral. Elle ne peut \xEAtre d\xE9finie que si la console AliCloud API ouvre Machine Translation Pro, voir <1>ici pour les sc\xE9narios pris en charge.","field.vocabId":"ID du dictionnaire de l'utilisateur","description.vocabId":"Le dictionnaire out_id sp\xE9cifi\xE9 prend actuellement en charge la traduction de l'anglais vers le chinois.","description.model":"Mod\xE8les OpenAI, peuvent \xEAtre gpt-3.5-turbo, gpt-4, etc.","description.maxTextGroupLengthPerRequest":"Le nombre de paragraphes envoy\xE9s au service de traduction \xE0 la fois. S'il y a trop de paragraphes, l'interface peut r\xE9pondre plus lentement.","description.apiUrl":"Veuillez ajouter des URL sp\xE9cifiques avec des chemins d'acc\xE8s et une <1>description plus d\xE9taill\xE9e.",enabledExtension:"Activation des extensions",clickToDisableExtension:"Cliquez pour d\xE9sactiver les extensions",clickToEnableExtension:"Cliquez pour activer les extensions",hasBeenDisabled:"handicap\xE9","show password":"Afficher le mot de passe",customContent:"Saisir un nom de mod\xE8le personnalis\xE9",inputOptions:"Am\xE9lioration de la bo\xEEte de saisie",mouseHoverOptions:"survol de la souris",modifyMouseHoverKey:"Modifier le raccourci au survol de la souris",enableInputTranslation:"Activation ou non de l'am\xE9lioration des bo\xEEtes de saisie",enableInputTranslationDescription:"Une fois la fonction activ\xE9e, tapez {startingKey}{startingKey} hello directement dans le champ de saisie, puis tapez rapidement{inputTrailingTriggerKeyRepeatTimes}puis{trailingKey}pour traduire en {inputTargetLanguage}.",enableInputTranslationDescriptionForNoneKey:"Une fois la fonction activ\xE9e, tapez\uFF1AHello World directement dans le champ de saisie, puis appuyez rapidement sur{inputTrailingTriggerKeyRepeatTimes}{trailingKey}fois pour traduire dans la langue cible par d\xE9faut.",inputTargetLanguage:"D\xE9finition de la langue cible par d\xE9faut pour les bo\xEEtes de saisie",inputTargetLanguageDescription:"Langue cible par d\xE9faut pour la traduction de la bo\xEEte de saisie, c'est-\xE0-dire {startingKey}{startingKey} comme langue par d\xE9faut pour les mots d\xE9clencheurs.",inputTargetLanguageDescriptionForNoneKey:"Langue cible par d\xE9faut pour la traduction de la bo\xEEte de saisie",inputStartingTriggerKeyTitle:"D\xE9finition du caract\xE8re de s\xE9paration pour la traduction partielle de la zone de saisie",inputStartingTriggerKeyDescription:"Lorsque vous n'avez pas besoin de traduire l'int\xE9gralit\xE9 du champ de saisie, le s\xE9parateur vous permet de ne traduire que la partie allant de {startingKey}{startingKey} \xE0 la fin du champ de saisie, ou vous pouvez sp\xE9cifier le code de la langue, par exemple\uFF1A{startingKey}ja signifie ne traduire que la partie allant de {startingKey}ja \xE0 la fin du champ de saisie.",inputStartingTriggerKeyDescriptionForNoneKey:"Le param\xE8tre actuel d'absence de pr\xE9fixe n'est pas n\xE9cessaire et la fonction de traduction de certains textes dans la bo\xEEte de saisie n'est pas disponible pour le moment.",inputTrailingTriggerKeyTitle:"S\xE9lectionner un caract\xE8re d\xE9clencheur de fin d'entr\xE9e",inputTrailingTriggerKeyDescription:"3 coups rapides{trailingKey} commencera \xE0 traduire !",inputTrailingTriggerKeyTimeout:"Entrez le temps entre les d\xE9clenchements de fin de combat",inputTrailingTriggerKeyTimeoutDescription:"D\xE9finit le temps (en millisecondes) entre les d\xE9clenchements combo de fin d'entr\xE9e.",spaceKey:"<\u7A7A\u683C\u952E>",noneKey:"Traduction directe de l'ensemble de la zone de texte sans pr\xE9fixe",inputTranslationBlockUrlsTitle:"N'activez pas l'am\xE9lioration des bo\xEEtes de saisie dans les URL suivantes",inputTranslationBlockUrlsDescription:"Les am\xE9liorations apport\xE9es aux bo\xEEtes de saisie ne fonctionneront pas aux URL suivants",clickToSeeQuickDemo:"Cliquez pour agrandir la vid\xE9o du tutoriel de 30 secondes",inputHelperInfo:"Description\uFF1ANous avons optimis\xE9 le fait que certains caract\xE8res d\xE9clencheurs se transforment en signes de ponctuation chinois sous les m\xE9thodes d'entr\xE9e chinoises, par exemple, / se transforme en signe dun , sous la m\xE9thode d'entr\xE9e Sogou, et Immersive Translator prend en charge tous les symboles chinois correspondant aux caract\xE8res d\xE9clencheurs, c.-\xE0-d. //,,, seront reconnus comme des caract\xE8res d\xE9clencheurs.

Nous prenons \xE9galement en charge les alias chinois pour les codes de langue en tant que commandes, par exemple /Japanese Hello World sera traduit en japonais, <1>cliquez ici pour voir tous les codes de langue pris en charge.",reloadCurrentPage:"Veuillez rafra\xEEchir la page actuelle avant de commencer la traduction.",noLocalFilePermissionForPDF:"Vous n'avez pas l'autorisation de lire les fichiers locaux, veuillez cliquer sur le bouton ci-dessus et importer les fichiers locaux.",noPermissionForThisPage:"\u26A0\uFE0F Pas d'autorisation de traduire la page actuelle",retryAllParagraphs:"R\xE9essayer tous les passages d'erreur",retryAllButton:"R\xE9essayer tous les passages d'erreur",errorTooltipTitle:"Cliquez pour voir la cause de l'erreur",errorModalTitle:"Il semble qu'il y ait un probl\xE8me avec le service de traduction ou le r\xE9seau...",disableConfirm:"Cadre d'am\xE9lioration de l'information bilingue",disableOnce:"Cette invalidit\xE9",disableGlobal:"d\xE9sactiver de fa\xE7on permanente",disableTint:"* Vous pouvez le r\xE9activer \xE0 l'adresse {option} .",searchEnhancementNotes:"Apr\xE8s avoir activ\xE9 la fonction d'am\xE9lioration de l'information bilingue de la traduction immersive, nous rechercherons automatiquement pour vous les m\xEAmes mots-cl\xE9s en anglais sur les sites web pris en charge (Google News, Google Search (certains mots-cl\xE9s), Snowball, Oriental Wealth, Futura, Tiger) et les afficherons sur le c\xF4t\xE9 droit. Vous pouvez choisir de d\xE9sactiver cette fonction si vous n'en avez pas besoin.",option:"mettre en place",saveSettings:"Sauvegarder les param\xE8tres",closeModal:"Fermer la fen\xEAtre",enableInputTranslationWithoutTriggerKeyTitle:"Activer 3 quick hits sur{trailingKey}pour traduire directement l'ensemble de la bo\xEEte de saisie en{inputTargetLanguage}",enableInputTranslationWithoutTriggerKeyDescription:"Pour sp\xE9cifier la langue cible, pr\xE9fixez-la avec le code de la langue, par exemple\uFF1Aja Hello World",mouseHoverShortcutPlaceholder:"par exemple :\uFF1AShift",deepLProName:"Immersive Translation Membre Pro (Recommand\xE9)",deepLProDescription:"Le paquet actuel peut \xEAtre utilis\xE9 directement",deeplProDescriptionForNormal:"Aucune installation n'est requise, les membres peuvent l'utiliser apr\xE8s s'\xEAtre connect\xE9s, <1>cliquez ici pour passer au statut de membre",deepLCustomDescription:"Carte de cr\xE9dit \xE9trang\xE8re requise, ouverture officielle sur <1>DeepL, cliquez pour la <2>documentation",deepLCustomName:"Cl\xE9 d'authentification personnalis\xE9e",chooseProviderLabel:"S\xE9lectionner un prestataire de services",openaiProName:"Immersive Translation Membre Pro (Recommand\xE9)",openaiProDescription:"Le paquet actuel peut \xEAtre utilis\xE9 directement",openaiProDescriptionForNormal:"Aucune installation n'est requise, les membres peuvent l'utiliser apr\xE8s s'\xEAtre connect\xE9s, <1>cliquez ici pour passer au statut de membre",openaiCustomDescription:"Disponible sur OpenAI, Azure OpenAI, ou d'autres services tiers, <1>cliquez ici pour la documentation.",openaiCustomName:"Cl\xE9 API personnalis\xE9e",needLoginAction:"(Adh\xE9sion ouverte ou personnalisation)",goLoginOrAction:"(Ouvrir une adh\xE9sion ou aller dans les param\xE8tres)",yearly:"effectuer un paiement annuel cons\xE9cutif",quarterly:"l'emballage s\xE9quentiel",monthly:"abonnement mensuel",yearlyForOnce:"Forfait annuel unique",monthlyForOnce:"Forfait mensuel unique",daily:"jours cons\xE9cutifs de paquet",year:"effectuer un paiement annuel cons\xE9cutif",quarter:"l'emballage s\xE9quentiel",month:"abonnement mensuel",day:"jours cons\xE9cutifs de paquet",onetime_7day:"Pack exp\xE9rience 7 jours",currentPlanDescriptionForFree:"Paquets actuels\uFF1AGratuit",currentPlanDescriptionForContinuous:"L'offre actuelle\uFF1A{plan}sera automatiquement renouvel\xE9e sur {endAt}",currentPlanDescriptionForAutoRenewCaceling:"L'offre actuelle\uFF1A{plan}expirera \xE0 la date {endAt} et ne sera pas renouvel\xE9e automatiquement \xE0 cette date.",currentYearlyPlanDescriptionForAutoRenewCacelingWithRealPaiedUser:"L'offre actuelle,\uFF1A{plan}, expirera le {endAt} et ne sera pas renouvel\xE9e automatiquement \xE0 l'expiration.
<1>Cliquez ici pour g\xE9rer votre plan de renouvellement",currentYearlyPlanDescriptionForAutoRenewCacelingWithAdmin:"L'offre actuelle,\uFF1A{plan}, expirera \xE0 {endAt} et ne sera pas renouvel\xE9e automatiquement \xE0 l'\xE9ch\xE9ance.
<1>Cliquez ici pour activer l'abonnement annuel continu",currentPlanDescriptionForOneTime:"L'abonnement actuel\uFF1A{plan}expirera sur {endAt} , <1>cliquez ici pour passer \xE0 un abonnement <1>annuel ou <2>mensuel.",upgradePlan:"Cliquez ici pour passer \xE0 l'adh\xE9sion Pro",upgradeToPro:"Passer \xE0 l'adh\xE9sion Pro","popup.openPro":"Passez \xE0 l'adh\xE9sion Pro pour profiter de DeepL et de la traduction OpenAI, cliquez ici pour passer \xE0 l'adh\xE9sion Pro.","popup.openProForPro":"Vous \xEAtes un membre Pro avec un acc\xE8s direct \xE0 DeepL et aux traductions OpenAI !",currentAccount:"compte courant",enableAutoSyncUserSettings:"Permettre la synchronisation automatique du nuage sur plusieurs appareils",modalEnableInputTranslationTitle:"Traduction immersive Bo\xEEte de saisie Alertes de traduction",modalEnableInputTranslationDesc:"Vous venez de d\xE9clencher la traduction de la bo\xEEte de saisie d'Immersive Translation en appuyant sur la barre d'espacement 3 fois en succession rapide, et le contenu de la bo\xEEte de saisie sera traduit dans la langue cible par d\xE9faut. La traduction peut \xEAtre annul\xE9e avec Ctrl+Z.

Si c'est une erreur, ne vous inqui\xE9tez pas, vous pouvez choisir de la d\xE9sactiver cette fois-ci, ou de d\xE9sactiver d\xE9finitivement la traduction de la zone de saisie.",saveAndNotShowAgain:"Sauvegarder et arr\xEAter le message",disableInputTranslationTips:"* Vous pouvez \xE9galement d\xE9finir d'autres raccourcis pour qu'ils se d\xE9clenchent dans {option} ,{learnMore}.",learnMore:"Cliquez ici pour en savoir plus",continueEnalbeInputTranslation:"Continuer \xE0 activer la traduction des champs de saisie",autoRenewTrialSuffix:`(Dans la version d'essai,passe imm\xE9diatement \xE0 l'adh\xE9sion compl\xE8te)`,upgradeFromTrialTitle:"Passer au statut de membre \xE0 part enti\xE8re",subtitle:"sous-titrage vid\xE9o",youtubeService:"Traduction en immersion Sous-titrage vid\xE9o Services de traduction","subtitle.disabledSubtitle":"D\xE9sactiver d\xE9finitivement la fonction de sous-titres vid\xE9o","subtitle.disabledSubtitleDescription":"Si Immersive Translator's Video Subtitles entre en conflit avec d'autres extensions, vous pouvez choisir de d\xE9sactiver d\xE9finitivement la fonctionnalit\xE9 d'Immersive Translator's Video Subtitles ou de d\xE9sinstaller les autres extensions en conflit.","subtitle.autoEnableSubtitle":"Utilisation automatique de sous-titres bilingues","subtitle.autoEnableSubtitleDescription":"Une fois activ\xE9, des sous-titres bilingues s'afficheront automatiquement lorsque la vid\xE9o est en cours de lecture, sinon, il faut cliquer sur le bouton de traduction pour les afficher.","subtitle.preTranslation":"Traduire des sous-titres \xE0 l'aide de la traduction immersive","subtitle.preTranslationDescription":"Lorsque cette option est activ\xE9e, l'int\xE9gralit\xE9 des sous-titres sera pr\xE9-traduite \xE0 l'aide du service de traduction sp\xE9cifi\xE9 ci-dessous. Une vid\xE9o d'une heure consommera environ 50 000 tokens ou caract\xE8res, donc \xE0 utiliser \xE0 votre propre discr\xE9tion ; lorsqu'elle est d\xE9sactiv\xE9e, les sous-titres originaux seront utilis\xE9s en premier.","subtitle.humanSubtitlesPreferred":"Utilisation prioritaire du sous-titrage humain","subtitle.humanSubtitlesPreferredDescription":"Privil\xE9gier l'utilisation de sous-titres humains lorsque la vid\xE9o dispose de sous-titres humains dans la langue cible (recommand\xE9).",videoSubtitleTranslationDescription:"Confier les sous-titres vid\xE9o \xE0 un service de traduction distinct",subtitleTranslating:"Veuillez patienter pendant que les sous-titres sont traduits \xE0 l'aide du service {service} ... (traduction en immersion)",subtitleLoading:"Chargement des sous-titres...",bilingual:"bilinguisme","field.action":"Activation ou non de la terminologie Baidu","description.action":"Lorsqu'il est activ\xE9, un param\xE8tre action=1 est ajout\xE9 \xE0 la demande pour informer Baidu de l'activation du terme. <1>Veuillez vous r\xE9f\xE9rer \xE0 la documentation officielle pour plus d'informations.",closeQuickTranslation:"Fermer Hoverball","closeQuickTranslation.untilNext":"Cette fois-ci ferm\xE9 jusqu'\xE0 la prochaine visite","closeQuickTranslation.currentWebsite":"Site actuel d\xE9sactiv\xE9","closeQuickTranslation.alwaysClose":"d\xE9sactiver de fa\xE7on permanente","closeQuickTranslation.settingOpen":"(peut \xEAtre activ\xE9e dans la <1>page des param\xE8tres )","closeQuickTranslation.cancel":"annulations","closeQuickTranslation.confirm":"d\xE9finir","floatBall.popup":"Ouvrir le panneau des r\xE9glages rapides","floatBall.translate":"Cliquez pour traduire la page","floatBall.showOriginal":"Cliquez pour revenir \xE0 l'article original","floatBall.close":"Fermer Hoverball","floatBallOptions.enableDescPc":"Apr\xE8s avoir activ\xE9 le hoverball de la page, un bouton de traduction rapide sera affich\xE9 sur le c\xF4t\xE9 droit de la page, cliquez dessus pour traduire !","floatBallOptions.enableDesc":"Apr\xE8s avoir d\xE9sactiv\xE9 le hoverball, il peut \xEAtre rappel\xE9 \xE0 l'aide de{touch}. Il est fortement recommand\xE9 de marquer cette page de param\xE8tres d'un signet afin d'\xE9viter de ne pas pouvoir retrouver le hoverball apr\xE8s avoir d\xE9sactiv\xE9 cette option par inadvertance !","description.azureApiUrl":"Remplir l'adresse de l'interface API personnalis\xE9e",confirmSupportMouse:"Forcer l'activation de la prise en charge de la souris",confirmSupportMouseDescription:"Le navigateur actuel ne prend pas en charge la fonction de la souris. Est-il oblig\xE9 d'activer la prise en charge de la souris ?",sampleTargetText:"La longue nuit viendra, et je veillerai \xE0 partir de ce jour jusqu'\xE0 ma mort. Je ne prendrai pas de femme, je ne ferai pas de fief, je n'aurai pas d'enfant. Je ne porterai pas de couronne, je ne rechercherai pas les honneurs. Je ferai mon devoir, je vivrai et je mourrai.",sampleSourceText:"Night gathers, and now my watch begins. It shall not end until my death. I shall take no wife, hold no lands, father no children. I shall wear no crowns and win no glory. I shall live and die at my post.","subtitle.supportedSites":"\u5DF2\u652F\u6301\u5728\u8FD9\u4E9B\u7F51\u7AD9\u4F7F\u7528\u53CC\u8BED\u5B57\u5E55\uFF08\u6CE8\u610F\uFF1A\u7531\u4E8E\u6280\u672F\u9650\u5236\uFF0C\u90E8\u5206\u7F51\u7AD9\u5728\u9996\u6B21\u5F00\u542F\u5B57\u5E55\u540E\u9700\u8981\u91CD\u65B0\u5237\u65B0\u9875\u9762\uFF0C\u6216\u8005\u9700\u7B49\u5F85\u7FFB\u8BD1\u5B8C\u6210\u4EE5\u663E\u793A\u53CC\u8BED\u5B57\u5E55\uFF09\uFF1A",viewWithImmersiveTranslate:"\u53CC\u8BED\u7248\u672C(\u6C89\u6D78\u5F0F\u7FFB\u8BD1)",errorReason:"\u9519\u8BEF\u539F\u56E0\uFF1A{message}","proQuotaExceededError.onetime7day":'\uFF0C\u60A8\u53EF\u4EE5\u9009\u62E9\u4EE5\u4E0B\u65B9\u5F0F\u89E3\u51B3\uFF1A

1. \u5207\u6362\u5230 {anotherService} \u6216\u5176\u4ED6\u7FFB\u8BD1\u670D\u52A1
2. \u5347\u7EA7\u4E3A\u6708\u5EA6/\u5E74\u5EA6\u4F1A\u5458',"proQuotaExceededError.trial":'\uFF0C\u60A8\u53EF\u4EE5\u9009\u62E9\u4EE5\u4E0B\u65B9\u5F0F\u89E3\u51B3\uFF1A

1. \u5207\u6362\u5230 {anotherService} \u6216\u5176\u4ED6\u7FFB\u8BD1\u670D\u52A1
2. \u7ACB\u523B\u5347\u7EA7\u4E3A\u6B63\u5F0F\u4F1A\u5458',"proQuotaExceededError.nonTrial":'\uFF0C\u60A8\u53EF\u4EE5\u9009\u62E9\u4EE5\u4E0B\u65B9\u5F0F\u89E3\u51B3\uFF1A

1. \u5207\u6362\u5230 {anotherService} \u6216\u5176\u4ED6\u7FFB\u8BD1\u670D\u52A1
2. \u8D2D\u4E70 {translationService} \u989D\u5916\u6D41\u91CF\u5305',"proQuotaExceededError.resetTime":"
3. \u989D\u5EA6\u91CD\u7F6E\u65F6\u95F4\uFF1A{resetTime}","desc.touchShortcutsToggleTranslatePageOnlyTranslation":"Seulement la traduction signifie que seule la traduction est affich\xE9e, si la page n'a pas encore \xE9t\xE9 traduite, elle passera en mode et sera traduite.","desc.toggleOnlyTransation":"Le mode de traduction uniquement signifie que seules les traductions sont affich\xE9es, si la page Web n'a pas encore \xE9t\xE9 traduite, le mode sera chang\xE9 et traduit.",touchShortcutsToggleTranslatePageOnlyTranslation:"Configurer les gestes tactiles pour passer en mode bilingue / mode texte uniquement",download_started:"Le t\xE9l\xE9chargement a d\xE9j\xE0 commenc\xE9, si le t\xE9l\xE9chargement ne commence pas automatiquement, veuillez cliquer manuellement.",here:"ici","error.goReset":"R\xE9initialiser",translationFont:"D\xE9finir la police","error.serveConfigError":"Erreur de configuration du service",detectServiceLoading:"En train de v\xE9rifier les services de traduction disponibles...","translationModeUrl.translation.title":"L'adresse du site en mode traduction uniquement","translationServices.inherit":"Suivez le service de traduction principal","translationModeLang.translation.title":"Mode de langue uniquement en traduction","error.configError":"Les donn\xE9es de configuration sont anormales","translationFont.customPlaceholder":"police de caract\xE8res","touch.mouse-translate":"Traduire le paragraphe sp\xE9cifi\xE9",toggleToService:"Passez \xE0 {service} et r\xE9essayez","translationFont.custom":"Entrez une police personnalis\xE9e",batchEdit:"Op\xE9ration en masse","error.proUpgrade":"Apr\xE8s la mise \xE0 niveau, veuillez rafra\xEEchir la page et traduire \xE0 nouveau.","error.502":"Le service renvoie une erreur, le service est en retard, veuillez r\xE9essayer plus tard.","error.403":"Le service renvoie une erreur, vous n'avez pas temporairement le droit d'acc\xE9der \xE0 ce service.","error.googleLimitIp":"Le service renvoie une erreur, le service Google a limit\xE9 le d\xE9bit pour cette adresse IP, il est recommand\xE9 de changer de n\u0153ud r\xE9seau.",videoSubtitlePreTranslationOff:"Les sous-titres vid\xE9o utiliseront en priorit\xE9 les sous-titres automatiques fournis avec la vid\xE9o originale.","translationFont.notSupportErrorMessage":"Veuillez v\xE9rifier si le nom de la police que vous avez entr\xE9 est correct, ou confirmer que cette police est d\xE9j\xE0 install\xE9e sur votre appareil.","error.proTokenInvalid":"Si vous \xEAtes un utilisateur Pro, veuillez vous connecter avant d'utiliser le service de traduction Pro.",videoSubtitlePreTranslationOn:"Les sous-titres vid\xE9o utiliseront en priorit\xE9 la traduction immersive.","error.400":"Le service renvoie une erreur, la demande de param\xE8tre est incorrecte, veuillez v\xE9rifier la configuration correspondante.","error.429":"Le service renvoie une erreur, indiquant que la demande est trop fr\xE9quente ou d\xE9passe la limite de quota, veuillez r\xE9essayer plus tard.","translationModeUrl.translation.description":"Lorsque le site Web est pour les domaines suivants, il utilisera automatiquement le mode de traduction uniquement.",enableSentryReport:"Lorsqu'une erreur se produit lors de l'extension, utilisez Sentry pour soumettre des commentaires.","error.reloadPageOfSetting":"Apr\xE8s la configuration, veuillez rafra\xEEchir la page pour traduire \xE0 nouveau.","translationModeLang.translation.description":"Lorsque la langue de la page est l'une des langues suivantes, le mode de traduction uniquement sera automatiquement utilis\xE9.","error.gemini.429":"Le service Gemini actuel a atteint sa capacit\xE9 maximale, veuillez r\xE9essayer plus tard ou passer \xE0 un autre service de traduction.","desc.toggleVideoSubtitlePreTranslation":"Une fois appuy\xE9, les sous-titres bilingues de la vid\xE9o utiliseront en priorit\xE9 les param\xE8tres de traduction immersive, une nouvelle pression donnera la priorit\xE9 aux sous-titres de traduction automatique inclus dans la vid\xE9o originale. Attention : ce raccourci modifie les param\xE8tres globaux.","error.openAIExceededQuota":"Le service renvoie une erreur : le solde de votre compte OpenAI est insuffisant, veuillez recharger ou lier une carte de cr\xE9dit dans le back-office officiel d'OpenAI.","error.openAIFreeLimit":"Le service renvoie une erreur, la fr\xE9quence actuelle des demandes de traduction a atteint la limite maximale de 3 fois par minute, veuillez r\xE9essayer plus tard. (C'est une restriction officielle d'OpenAI sur la cl\xE9 API gratuite, pour lever cette restriction, veuillez lier une carte de cr\xE9dit dans le backend d'OpenAI.)","error.serveUnavailable":"Le service [{serverName}] que vous utilisez actuellement est temporairement inaccessible en raison de probl\xE8mes de connexion r\xE9seau ou de fournisseur de services. Nous vous sugg\xE9rons d'essayer de rafra\xEEchir la page ou de changer de service de traduction via <1>Param\xE8tres. Si vous \xEAtes un membre <2>Pro, vous pouvez choisir d'utiliser les services de traduction plus stables de DeepL ou OpenAI (<3>cliquez ici pour un essai gratuit). De plus, vous devrez peut-\xEAtre v\xE9rifier vos param\xE8tres de r\xE9seau ou de proxy.",loggedIn:"Connect\xE9","error.retry":"R\xE9essayer","floatBall.iKnow":"Je sais.",touchShortcutsOff:"Fermer","tagsInput.add":"+ Ajouter","translationServices.gemini":"G\xE9meaux",goLogin:"Allez vous connecter",shortcutSettings:"Raccourci",notLogin:"Non connect\xE9","multipleClick.4":"Quadruple frappe",alwaysTranslateThisSite:"Toujours traduire ce site","multipleClick.3":"Triple coup",neverTranslateThisSite:"Ne jamais traduire ce site","subtitle.bilingual":"Sous-titres bilingues","widget.instructionTooltip":"Consultez le mode d'emploi","shortcutGroup.shortcutsForTranslationServices":"Raccourcis li\xE9s au service de traduction",buildSnapshots:"G\xE9n\xE9rer un instantan\xE9 de la page web",shortcutSettingsTitle:"Param\xE9trage des raccourcis","subtitle.hideQuickButton":"Ne plus afficher ce raccourci",contact:"Contactez-nous","widget.videoSubtitleTooltip":"Prend en charge Youtube et autres sites vid\xE9o {count}+",notLoginPro:"Vous n'avez pas encore connect\xE9 \xE0 votre compte membre.","multipleClick.2":"Double-cliquez","widget.videoSubtitle":"sous-titres vid\xE9o",temprarilyChangeTranslationTo_gemini:"Utilisation de Gemini pour traduire la page actuelle.","error.subscriptionExpiredTitle":"L'adh\xE9sion a expir\xE9",pickAll:"Tout s\xE9lectionner","floatBall.guideClickToTranslate":"Cliquez sur la bulle de traduction immersive pour traduire rapidement",temprarilyChangeTranslationTo_google:"Utilisation en cours de Google Traduction pour cette page actuelle",temprarilyChangeTranslationTo_bing:"Utilisation en cours de Microsoft Traduction pour la page actuelle",mouseHoverCustomKeyTitle:"Personnaliser les raccourcis de survol de la souris","browser.translateWithDeepL":"Utilisation temporaire de DeepL pour traduire la page actuelle","widget.translateFile":"PDF/ePub",temprarilyChangeTranslationTo_openai:"Utilisation en cours d'OpenAI pour traduire la page actuelle","subtitle.autoDisableSubtitle":"Ne pas activer automatiquement les sous-titres bilingues","error.reason":"Raison de l'erreur",temprarilyChangeTranslationTo_deepl:"Utilisation de DeepL pour traduire la page actuelle.","widget.translateFileTooltip":"Traduire les documents PDF, EPUB, SRT, ASS, HTML et TXT",networkError:"Le service de traduction ou le r\xE9seau rencontre des probl\xE8mes.","floatBall.longPress":"Appuyez longuement pour ouvrir rapidement le panneau de configuration.",paragraphMinTextCountField:"Le nombre minimum de caract\xE8res requis pour traduire un paragraphe","browser.translateWithTransmart":"Utilisation temporaire de Tencent pour traduire la page actuelle","browser.translateWithOpenAI":"Utilisation temporaire d'OpenAI pour traduire la page actuelle",translationOnlyMode:"Mode de traduction uniquement","slide.right":"Glissez vers la gauche","shortcutGroup.main":"Raccourcis de fonctionnalit\xE9s couramment utilis\xE9s",temprarilyChangeTranslationTo_transmart:"Utilise actuellement la traduction de Tencent pour cette page.",touchShortcutsToggleTranslatePage:"D\xE9finir un geste tactile pour traduire la page web / afficher le texte original","slide.left":"Faites glisser vers la droite","shortcutGroup.touch":"Gestes sp\xE9cifiques pour \xE9cran tactile","intro.floatBallTitle":"Boule flottante de traduction rapide","neverTranslateText.title":"Ci-dessous, les mots restent en texte original, ne pas traduire.","browser.toggleMouseHoverTranslateDirectly":"Activer ou d\xE9sactiver temporairement la traduction directe au survol de la souris sur la page","browser.translateInputBox":"Traduire le contenu de la bo\xEEte de saisie actuelle","browser.translateWithGoogle":"Utilisation temporaire de Google Traduction pour la page actuelle","browser.translateWithBing":"Utilisation temporaire de Microsoft Traduction pour la page actuelle","widget.instruction":"Mode d'emploi","subtitle.showQuickButton":"Afficher les sous-titres bilingues dans le lecteur est un raccourci",touchShortcutsToggleTranslationMask:"Configurer l'affichage du geste tactile pour afficher le masque de traduction / afficher le texte original","error.subscriptionExpired":"Votre adh\xE9sion a peut-\xEAtre expir\xE9, veuillez v\xE9rifier votre statut de membre.","intro.hoverTitle":"Survolez avec la souris pour traduire le paragraphe actuel","browser.translateWithGemini":"Utilisez temporairement Gemini pour traduire la page actuelle",touchShortcutsToggleTranslateTouchElement:"Configurer la traduction de paragraphes sp\xE9cifiques par gestes tactiles","desc.touchShortcutsToggleTranslateTouchElement":"Personnalisez un geste et vous pourrez traduire n'importe quel paragraphe o\xF9 vous vous trouvez.","intro.subtitleTitle":"Affichage des sous-titres bilingues en vid\xE9o en ligne","desc.interfaceLanguage":"La configuration de la langue de l'interface affecte la langue d'affichage du panneau de contr\xF4le et n'a rien \xE0 voir avec la langue cible de la traduction.","browser.toggleVideoSubtitlePreTranslation":"Basculer vers les sous-titres bilingues en privil\xE9giant les param\xE8tres de traduction immersive","shortcutGroup.others":"Plus de raccourcis de fonctionnalit\xE9s personnalis\xE9es",confirmResetToDefaultSettings:"Confirmez-vous vouloir r\xE9tablir ce service de traduction comme param\xE8tre par d\xE9faut ? (Cela ne r\xE9initialise que les param\xE8tres de ce service de traduction)",shortcutDisableTooltip:"Veuillez configurer dans la page de gestion des raccourcis d'extension fournie par le navigateur, pour plus de directives, veuillez consulter les instructions en haut de cette page.","subtitle.showQuickButtonDescription":"Fournir un raccourci pour activer les sous-titres bilingues dans le coin inf\xE9rieur droit du lecteur vid\xE9o","shortcutGroup.mouse":"Configuration des raccourcis clavier pour le survol de la souris","desc.toggleTranslateTheMainPage":"Traduisez uniquement les zones principales de la page, une fois que vous avez activ\xE9 la traduction de toutes les zones de la page dans les param\xE8tres avanc\xE9s, vous pouvez utiliser ce raccourci pour traduire sp\xE9cifiquement les zones principales de la page.","description.baiduField":"Les domaines pris en charge sont vus <1>ici, si vide cela signifie qu'aucun domaine n'est sp\xE9cifi\xE9.",upgradeToProErrorTitle:"Veuillez passer \xE0 l'adh\xE9sion Pro pour utiliser ce service de traduction.",paragraphMinTextCountDesc:"Faites attention, ici on parle de la longueur des caract\xE8res, par exemple: hello compte 5 caract\xE8res, d\xE9finir une valeur plus grande peut r\xE9duire les traductions de petits paragraphes inutiles.",translationOnlyModeDescription:"Le mode de traduction uniquement signifie que seule la traduction est affich\xE9e, et non le mode bilingue par d\xE9faut. Notez que: en raison des limitations techniques, les hyperliens du texte original seront d\xE9sactiv\xE9s en mode de traduction uniquement.","desc.toggleTranslateTheWholePage":"Traduire toute la zone de la page, par d\xE9faut, nous traduirons la zone principale de la page, vous pouvez utiliser ce raccourci pour traduire sp\xE9cifiquement toute la zone de la page.","contact.description":"Si vous avez des questions ou des suggestions, n'h\xE9sitez pas \xE0 remplir le formulaire ci-dessous pour nous contacter, ou \xE0 envoyer un courriel \xE0 {email}, nous vous r\xE9pondrons d\xE8s que possible.",mouseHoverCustomKeyDescription:"Vous pouvez personnaliser un raccourci clavier pour le survol de la souris, par exemple : Alt+Z, Ctrl+E, Cmd+Alt+E ou directement Cmd, veuillez entrer manuellement.","desc.mouseHoverHoldKey":"Lorsque la souris survole un paragraphe et que vous appuyez simultan\xE9ment sur la touche de raccourci \xE0 droite, vous pouvez traduire directement ce paragraphe.","desc.touchShortcutsToggleTranslatePage":"Une fois configur\xE9, lors de l'utilisation d'un appareil mobile, vous pouvez toucher l'\xE9cran avec X doigts, glisser de gauche \xE0 droite ou cliquer continuellement pour d\xE9clencher la traduction de la page web / afficher le texte original.","desc.touchShortcutsToggleTranslationMask":"La traduction du masque fait r\xE9f\xE9rence \xE0 l'effet flou dans le style de la traduction (mode d'apprentissage), qui est activ\xE9 temporairement pour utiliser l'effet flou sur la traduction, facilitant l'apprentissage.","intro.floatBallDescription":"Une fois activ\xE9, un bouton de traduction rapide s'affichera sur le c\xF4t\xE9 droit de la page. Cliquez dessus pour traduire, cliquez \xE0 nouveau pour revenir au texte original. Sur mobile, maintenez le bouton flottant pour ouvrir le panneau de configuration rapide.","desc.toggleMouseHoverTranslateDirectly":"Apr\xE8s avoir appuy\xE9 sur ce raccourci, sur la page, d\xE8s que la souris pointe sur n'importe quel texte, ce texte sera automatiquement traduit. Appuyez \xE0 nouveau sur le raccourci pour d\xE9sactiver cette fonction de traduction automatique.","intro.hoverDescription":"La traduction au survol de la souris est une fonction tr\xE8s importante dans la traduction immersive. Il suffit de placer la souris sur le paragraphe et d'appuyer simultan\xE9ment sur la touche de raccourci d\xE9finie pour traduire automatiquement le paragraphe actuel (remarque : elle n'est pas activ\xE9e par d\xE9faut, veuillez la configurer ci-dessous). Cette interaction est utilis\xE9e pour mieux remplacer la traduction par s\xE9lection de mots. De plus, cette fonction est largement utilis\xE9e dans les zones de traduction qui ne peuvent pas \xEAtre reconnues. Vous pouvez utiliser cette fonction pour forcer la traduction de n'importe quel paragraphe.","neverTranslateText.description":"En raison de la reconnaissance insatisfaisante des noms propres par certains moteurs de traduction, vous pouvez ajouter des mots ici pour vous assurer qu'ils ne sont pas convertis pendant le processus de traduction. Veuillez noter que cette fonction distingue les majuscules et les minuscules et ne prend en charge que les langues \xE0 mots s\xE9par\xE9s par des espaces (comme l'anglais, le fran\xE7ais), elle n'est pas applicable aux langues comme le japonais, le cor\xE9en, etc.","intro.subtitleDescription":"Une fois cette fonction activ\xE9e, les sous-titres bilingues seront automatiquement affich\xE9s lors de la lecture de la vid\xE9o. Si elle n'est pas activ\xE9e, vous devrez cliquer manuellement sur le bouton de traduction sur la page pour afficher les sous-titres. Veuillez noter qu'en raison de limitations techniques, certains sites peuvent n\xE9cessiter un rafra\xEEchissement de la page ou attendre la fin de la traduction pour afficher les sous-titres bilingues. (De plus, vous pouvez \xE9galement activer/d\xE9sactiver le panneau de raccourcis de traduction immersive dans le coin sup\xE9rieur droit apr\xE8s avoir ouvert le site de la vid\xE9o).

La prise en charge des sous-titres bilingues est actuellement disponible sur ces sites :",geminiWarning:"Attention : Le service gratuit Gemini fourni par Google a des restrictions strictes, il est possible que Google juge que l'utilisateur utilise plusieurs cl\xE9s pour contourner leurs restrictions de quota gratuit, il n'est pas recommand\xE9 de l'utiliser, il est recommand\xE9 d'attendre que Google ouvre l'interface de paiement Gemini \xE0 l'avenir avant de l'utiliser.","floatBall.setting":"Param\xE9trage","floatBall.translateToLanguage":"Cliquez pour traduire en {language}","floatBall.file":"Traduire les fichiers PDF, EPUB, SRT, ASS, HTML, TXT",changeToOnlyTempTranslationMode:"Afficher uniquement les traductions",changeToDualTempTranslationMode:"Passer \xE0 la traduction bilingue","transitionMode.translation":"Seulement le texte traduit","options.navbar.installApp":"Installer l'application mobile","options.navbar.translateFile":"Traduire le document","subtitle.transitionMode":"Param\xE8tres de sous-titres vid\xE9o bilingues / traduction uniquement","subtitle.transitionModeDescription":"D\xE9finir les sous-titres vid\xE9o en mode bilingue ou en mode traduction uniquement","transitionMode.inherit":"Restez coh\xE9rent avec le mode d'affichage de traduction par d\xE9faut du syst\xE8me.","transitionMode.dual":"Contraste bilingue",translateFileTooltip:`Traduire PDF, ePub, srt, + {env.imt_sub_trans_field}: \u062A\u0631\u062C\u0645\u0647`,"subtitle.quickButton.red":"\u0633\u0631\u062E","subtitle.quickButton.cyan":"\u0622\u0628\u06CC","subtitle.quickButton.white":"\u0633\u0641\u06CC\u062F","subtitle.quickButton.yellow":"\u0632\u0631\u062F","subtitle.quickButton.setting":"\u062A\u0646\u0638\u06CC\u0645\u0627\u062A","translationServices.claude":"\u06A9\u0644\u0648\u062F","subtitle.quickButton.backgroundColor":"\u0631\u0646\u06AF \u067E\u0633 \u0632\u0645\u06CC\u0646\u0647","subtitle.quickButton.translationPositionTop":"\u0628\u0627\u0644\u0627\u06CC \u0645\u062A\u0646 \u0627\u0635\u0644\u06CC","subtitle.quickButton.black":"\u0633\u06CC\u0627\u0647","subtitle.quickButton.blue":"\u0622\u0628\u06CC","subtitle.quickButton.green":"\u0633\u0628\u0632","subtitle.quickButton.translationFontSize":"\u0627\u0646\u062F\u0627\u0632\u0647 \u0641\u0648\u0646\u062A \u0645\u062A\u0646 \u062A\u0631\u062C\u0645\u0647","subtitle.quickButton.sourceTextColor":"\u0631\u0646\u06AF \u0641\u0648\u0646\u062A \u0645\u062A\u0646 \u0627\u0635\u0644\u06CC","subtitle.quickButton.magenta":"\u0631\u0646\u06AF \u0628\u0646\u0641\u0634","subtitle.quickButton.translationTextColor":"\u0631\u0646\u06AF \u0641\u0648\u0646\u062A \u0645\u062A\u0646 \u062A\u0631\u062C\u0645\u0647 \u0634\u062F\u0647","subtitle.quickButton.backgroundOpacity":"\u067E\u0633 \u0632\u0645\u06CC\u0646\u0647 \u0646\u06CC\u0645\u0647 \u0634\u0641\u0627\u0641","subtitle.quickButton.sourceFontSize":"\u0627\u0646\u062F\u0627\u0632\u0647 \u0641\u0648\u0646\u062A \u0645\u062A\u0646 \u0627\u0635\u0644\u06CC","subtitle.quickButton.translationPositionBottom":"\u0645\u062A\u0646 \u0627\u0635\u0644\u06CC \u062F\u0631 \u0632\u06CC\u0631 \u0627\u0633\u062A","subtitle.quickButton.translationPosition":"\u0645\u06A9\u0627\u0646 \u062A\u0631\u062C\u0645\u0647",attachSubtitleTranslating:"\u062F\u0631 \u062D\u0627\u0644 \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u0627\u0632 {service} \u0628\u0631\u0627\u06CC \u062A\u0631\u062C\u0645\u0647...","error.claude.403":"\u062F\u0633\u062A\u0631\u0633\u06CC \u0645\u0648\u0642\u062A\u0627 \u0628\u0647 \u0633\u0631\u0648\u06CC\u0633 \u0645\u0645\u06A9\u0646 \u0627\u0633\u062A \u0645\u062D\u062F\u0648\u062F \u0634\u062F\u0647 \u0628\u0627\u0634\u062F\u060C \u0627\u06CC\u0646 \u0645\u0645\u06A9\u0646 \u0627\u0633\u062A \u0628\u0647 \u0645\u062D\u062F\u0648\u062F\u06CC\u062A \u0645\u0646\u0637\u0642\u0647 \u0627\u06CC Claude \u0645\u0631\u062A\u0628\u0637 \u0628\u0627\u0634\u062F\u060C \u0634\u0645\u0627 \u0645\u06CC \u062A\u0648\u0627\u0646\u06CC\u062F \u0633\u0639\u06CC \u06A9\u0646\u06CC\u062F \u0622\u062F\u0631\u0633 IP \u062E\u0648\u062F \u0631\u0627 \u062A\u063A\u06CC\u06CC\u0631 \u062F\u0647\u06CC\u062F\u060C \u06CC\u0627 \u0627\u0632 \u0633\u0631\u0648\u06CC\u0633 \u0647\u0627\u06CC \u062A\u0631\u062C\u0645\u0647 \u062F\u06CC\u06AF\u0631 \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u06A9\u0646\u06CC\u062F.","browser.brandDescriptionForSafari":"\u3010\u062A\u0631\u062C\u0645\u0647 \u0641\u0631\u0648 \u0631\u0641\u062A\u0647\u3011 \u06CC\u06A9 \u0627\u0641\u0632\u0648\u0646\u0647 \u062A\u0631\u062C\u0645\u0647 \u0635\u0641\u062D\u0647 \u0648\u0628 \u062F\u0648\u0632\u0628\u0627\u0646\u0647 \u0631\u0627\u06CC\u06AF\u0627\u0646 (\u0645\u062A\u0646 \u0627\u0635\u0644\u06CC / \u062A\u0631\u062C\u0645\u0647) \u060C \u062F\u0631 \u0639\u06CC\u0646 \u062D\u0627\u0644 \u067E\u0634\u062A\u06CC\u0628\u0627\u0646\u06CC \u0627\u0632 \u062A\u0631\u062C\u0645\u0647 PDF \u0648 \u062A\u0631\u062C\u0645\u0647 \u06A9\u062A\u0627\u0628 \u0627\u0644\u06A9\u062A\u0631\u0648\u0646\u06CC\u06A9\u06CC EPUB \u0628\u0627 \u062D\u0641\u0638 \u0637\u0631\u062D \u0628\u0646\u062F\u06CC \u0627\u0635\u0644\u06CC \u0633\u0646\u062F \u060C \u062A\u0631\u062C\u0645\u0647 \u0632\u06CC\u0631\u0646\u0648\u06CC\u0633 \u062F\u0648\u0632\u0628\u0627\u0646\u0647 \u0648\u06CC\u062F\u0626\u0648\u06CC \u0622\u0646\u0644\u0627\u06CC\u0646 Youtube / Netflix \u060C \u067E\u0634\u062A\u06CC\u0628\u0627\u0646\u06CC \u0627\u0632 \u062E\u062F\u0645\u0627\u062A \u062A\u0631\u062C\u0645\u0647 \u0627\u0635\u0644\u06CC Deepl / Google\u061B","browser.PdfProFile":"\u062A\u0631\u062C\u0645\u0647 PDF Pro \u0645\u062D\u0631\u06A9 \u0647\u0648\u0634 \u0645\u0635\u0646\u0648\u0639\u06CC","browser.textTranslate":"\u062A\u0631\u062C\u0645\u0647 \u0645\u062A\u0646"};var Th={nologin:"non connect\xE9",loginForSafari:"Se connecter ou s'inscrire",login:"Se connecter pour ouvrir une adh\xE9sion",manageAccount:"Comptes g\xE9r\xE9s",openPremium:"Adh\xE9sion ouverte",logout:"annuler",curentPlan:"Paquets actuels",endAt:"expiration",endAuto:"renouvellement automatique",lineBreakMaxTextCount:"Nombre maximal de caract\xE8res autoris\xE9s par phrase apr\xE8s les retours \xE0 la ligne","translate-pdf":"Cliquez pour traduire le PDF","noSupportTranslate-pdf":"Script non support\xE9, veuillez utiliser le plugin","translate-firefox-local-pdf":"Cliquez pour aller \xE0 Importer le PDF",enableLineBreak:"Activer le saut de ligne automatique pour les longs paragraphes",sponsorLabel:"1 $ D\xE9veloppeurs sponsoris\xE9s",help:"main",browserShortcutsNoteForFirefox:"Pour modifier les raccourcis dans Firefox, vous devez ouvrir la page de gestion des extensions `about:addons`, puis cliquer sur `Settings`, et enfin sur `Manage Shortcuts` pour d\xE9finir les raccourcis.",browserShortcutsNoteForChrome:'Pour modifier les raccourcis dans Chrome, vous devez ouvrir la page de gestion des extensions, les d\xE9finir dans le panneau "Gestion des raccourcis" (`chrome://extensions/shortcuts`), et cliquer sur le bouton ci-dessous pour acc\xE9der \xE0 la page de gestion des raccourcis.',browserShortcutsSucks:"Les raccourcis personnalis\xE9s sont format\xE9s comme suit (pas de reconnaissance automatique, veuillez entrer directement) :\uFF1A",enableLineBreakDescription:"Lorsque cette option est activ\xE9e, des sauts de ligne sont ins\xE9r\xE9s \xE0 la fin de chaque phrase dans les longs paragraphes afin d'en faciliter la lecture.","browser.shortBrandName":"Traduction en immersion","browser.brandName":"Traduction en immersion : pages Web et PDF bilingues","browser.brandDescription":"Bilingual web page translation, also supports PDF translation, bilingual Epub eBook translation, free to use.","browser.toggleTranslatePage":"Traduire la page/afficher le texte original","browser.toggleTranslateTheWholePage":"Traduire toutes les zones de la page/afficher le texte original","browser.toggleOnlyTransation":"Basculer en mode bilingue / mode traduction uniquement","browser.toggleTranslateToThePageEndImmediately":"Traduction imm\xE9diate en bas de page/affichage du texte original","browser.toggleTranslateTheMainPage":"Traduire la zone principale de la page/afficher le texte original","browser.shareToDraft":"Partager les pages bilingues","browser.openOptionsPage":"Ouvrir la page des param\xE8tres","browser.toggleTranslationMask":"Afficher/masquer l'effet de flou de translation","browser.translateLocalPdfFile":"Traduire des fichiers PDF locaux","browser.openEbookViewer":"Lire les livres \xE9lectroniques locaux","browser.openEbookBuilder":"Cr\xE9er des livres bilingues EPUB","browser.translateLocalHtmlFile":"Traduire des fichiers HTML/txt","browser.donateContext":"En savoir plus sur les avantages du parrainage","browser.translateLocalSubtitleFile":"Traduire les fichiers de sous-titres locaux",confirmResetConfig:"\xCAtes-vous s\xFBr de vouloir r\xE9initialiser les param\xE8tres ?",translationLineBreakSettingTitle:"R\xE9glage du saut de ligne de la traduction",smartLineBreak:"smart line feed (informatique)",alwaysLineBreak:"Toujours un saut de ligne",isShowContextMenu:"Ajouter des pages traduites aux \xE9l\xE9ments de menu \xE0 cliquer avec le bouton droit de la souris",toggleBeta:"Activation des fonctionnalit\xE9s de test b\xEAta",betaDescription:"Permet d'activer des fonctionnalit\xE9s encore exp\xE9rimentales, ainsi qu'un service de traduction en version b\xEAta. Rejoignez le <1>groupe Telegram pour en savoir plus.",translationLineBreakSettingDescription:"Les sauts de ligne sont toujours nets et ordonn\xE9s pour les pages \xE0 faible contenu. (Pour gagner de la place, utilisez des sauts de ligne intelligents dans les longs paragraphes \xE0 fort contenu (plus de{count}caract\xE8res)).",tempTranslateDomainTitle:"Dur\xE9e de l'activation temporaire de la traduction du site web",tempTranslateDomainDescription:"Lors de la traduction manuelle d'une page web, vous pouvez activer temporairement le site web pour la traduction automatique et vous pouvez d\xE9finir la dur\xE9e temporaire.",xMinutes:"{count} minutes",disabled:"interdire l'utilisation de qqch.",changelog:"Journal des mises \xE0 jour",toggleTranslatePageWhenThreeFingersOnTheScreen:"L'effleurement simultan\xE9 de l'\xE9cran par plusieurs doigts traduit les pages web/affiche le texte original",toggleTranslationMaskWhenThreeFingersOnTheScreen:"Le toucher \xE0 plusieurs doigts permet d'afficher/masquer l'effet de flou.",fingerCountToToggleTranslagePageOnlyTranslationWhenTouching:"Plusieurs doigts touchant l'\xE9cran en m\xEAme temps traduisent la page web (traduction uniquement)/affichent le texte original.",addUrlDescription:"Peut \xEAtre un nom de domaine et prend \xE9galement en charge les caract\xE8res g\xE9n\xE9riques, par exemple\uFF1A*.google.com, google.com/mail/*, https://www.google.com/*.",general:"Param\xE8tres de base",clickToExpandConfig:"\xC9tendre la configuration actuelle",import:"Importation d'un fichier",export:"Exporter vers un fichier",toggleDebug:"Imprimer le journal de d\xE9bogage sur la console","fingers.0":"coagulation","fingers.2":"touche \xE0 deux doigts","fingers.3":"touche \xE0 trois doigts","fingers.4":"touche \xE0 quatre doigts","fingers.5":"touche \xE0 cinq doigts",mouseHoldKey:"+ {key} traduire/restaurer le paragraphe",mouseHoldKeyAuto:"Traduction directe du paragraphe",mouseHoldKeyOff:"Ne faites rien.",mouseHoldKeyOther:"Raccourcis personnalis\xE9s (ouvrir les param\xE8tres)",mouseHoldKeyCustomKey:"{key} Traduction/r\xE9duction du paragraphe",mouseHoverHoldKey:"Traduire des paragraphes en appuyant sur la touche de raccourci tout en survolant la souris.","mouse-translate":"survol de la souris",document:"fichier (informatique)",resetSuccess:"R\xE9initialisation de tous les param\xE8tres r\xE9ussie",resetThisSuccess:"R\xE9initialisation r\xE9ussie",saved:"Sauvegarder le succ\xE8s",successImportConfig:"Importation r\xE9ussie de la configuration",goAdvancedSettings:"Acc\xE9der \xE0 la page des param\xE8tres avanc\xE9s",goAdvancedInterfaceSettings:"Acc\xE9der \xE0 la page Param\xE8tres de personnalisation avanc\xE9s",advanced:"Param\xE8tres avanc\xE9s",advancedDescription:"En g\xE9n\xE9ral, aucun r\xE9glage n'est n\xE9cessaire, il suffit de laisser la valeur par d\xE9faut. Pour les utilisateurs plus sp\xE9cialis\xE9s uniquement, des param\xE8tres plus personnalis\xE9s sont disponibles.",developer:"Param\xE8tres du d\xE9veloppeur",donateCafe:"prix","translate to the bottom of the page":"La traduction se fait-elle vers le bas de la page imm\xE9diatement apr\xE8s l'entr\xE9e dans la page ?",feedback:"Question Feedback",toggleTranslatePage:"Traduire la page/afficher le texte original",translateToThePageEndImmediatelyDescription:"Si vous l'activez, le contenu sera imm\xE9diatement traduit du haut vers le bas de la page au fur et \xE0 mesure que vous y acc\xE9dez. Si vous la d\xE9sactivez, la traduction se fait au fur et \xE0 mesure de la lecture. (Non recommand\xE9)","translate all areas of the page":"Traduire ou non toutes les zones de la page",translationAreaDescription:"Si cette option est activ\xE9e, toutes les zones de la page web sont traduites. Si l'option est d\xE9sactiv\xE9e, la reconnaissance intelligente par d\xE9faut est utilis\xE9e et seules les parties principales sont traduites. (Il n'est pas recommand\xE9 de l'activer)","the number of characters to be translated first":"Traduire directement les premiers caract\xE8res de la page sans attendre le d\xE9filement de la zone de visualisation","interface language":"langue de l'interface","display both the original text and the translation":"Affichage simultan\xE9 de l'original et de la traduction","keyboard shortcuts":"Raccourcis clavier",modify:"Modifier les touches de raccourci",reset:"reprovision",close:"coagulation",homepage:"page d'accueil",more:"plus",moreOptions:"\xC9largir les options de personnalisation",translateTheWholePage:"Traduire toutes les zones de la page (au lieu de reconna\xEEtre intelligemment les zones principales)",changeToTranslateTheWholePage:"Passer \xE0 la traduction de toutes les r\xE9gions",changeToTranslateTheMainPage:"Passer \xE0 la zone principale de traduction",changeToOnlyTranslationMode:"Afficher uniquement les traductions",changeToDualTranslationMode:"Passer \xE0 la traduction bilingue",translateToThePageEndImmediately:"Traduction imm\xE9diate en bas de page",translateTheMainPage:"R\xE9gions cl\xE9s de la traduction intelligente","The local rules are up to date":"Les r\xE8gles d'adaptation locales sont \xE0 jour.","Successfully synchronized with the latest official rules:":"Synchronisation r\xE9ussie avec les derni\xE8res r\xE8gles d'adaptation officielles.","Checking for updates":"V\xE9rification des mises \xE0 jour","Rules are being synchronized":"Synchronisation des r\xE8gles d'adaptation",localVersionIsTooOld:"La version de l'extension locale est trop ancienne, veuillez mettre \xE0 jour l'extension vers {minVersion} ou une version plus r\xE9cente avant d'essayer de synchroniser.",badUserscriptBrowser:"Le navigateur actuel n'impl\xE9mente pas correctement l'interface de l'extension Grease Monkey (par exemple, pour obtenir des informations sur le num\xE9ro de version du script Grease Monkey lui-m\xEAme), veuillez utiliser d'autres navigateurs qui <1>prennent en charge l'extension Grease Monkey, tels que Firefox.",foundNewVersion:"D\xE9couvrez la nouvelle version",theLocalExtensionIsUpToUpdate:"L'extension actuelle est \xE0 jour.",failToSyncRules:"Absence de synchronisation des derni\xE8res r\xE8gles d'adaptation",retry:"Cliquez ici pour r\xE9essayer",failedReason:"Raisons de l'\xE9chec",currentRuleVersion:"Version actuelle de la r\xE8gle",calculating:"Calculs",unknownError:"erreur inconnue",canNotFetchRemoteRule:"Impossible d'obtenir des r\xE8gles \xE0 distance",enableAlphaSuccess:"Alpha activ\xE9",disableAlphaSuccess:"La fonction Alpha a \xE9t\xE9 d\xE9sactiv\xE9e",cacheSize:"Taille du cache\uFF1A",cleaning:"en cours de liquidation",cleanCache:"effacer le cache",options:"mettre en place",about:"en ce qui concerne",service:"service d'interpr\xE9tation",needAction:"(Acc\xE9der aux param\xE8tres)",goSettings:"aller de l'avant et mettre en place",needActionForOptions:"(\xE0 mettre en place)",translationEngine:"Options du moteur",sourceLanguage:"Langue originale",target:"langue cible",popupSourceLanguage:"Langue originale",popupTarget:"langue cible",popupService:"service d'interpr\xE9tation",forThisSite:"Site web actuel",autoEnableSubtitle:"Ouverture automatique des sous-titres bilingues",alwaysTranslate:"Traduisez toujours",neverTranslate:"Ne jamais traduire",alwaysTranslateSomeLanguage:"Traduisez toujours {language}",neverTranslateSomeLanguage:"Ne jamais traduire {language}",alwaysTranslateSomeSite:"Traduisez toujours {hostname}",neverTranslateSomeSite:"Ne jamais traduire {hostname}",alwaysTranslateSomeSiteOrWildSite:"Toujours traduire le site",alwaysTranslateSomePage:"Toujours traduire la page",add:"augmenter",default:"par d\xE9faut (r\xE9glage)",forThisLanguage:"Pour cette langue\uFF1A","add url":"Saisir l'URL",edit:"compilateur","translate other languages into specific language":"Traduire d'autres langues dans la langue choisie","select translation service":"S\xE9lectionner un service de traduction",language:"multilinguisme","show-original":"Afficher le texte original",translate:"l'\xE9quarrissage",Translated:"traduit",Translating:"en traduction",Error:"incorrect",allowCacheTranslations:"Activer la mise en cache de la traduction locale (pour r\xE9duire les demandes de traduction pour les passages dupliqu\xE9s)","translation display":"Style d'affichage de la traduction","select diplay style":"Distinguer les styles de traduction, en se r\xE9f\xE9rant sp\xE9cifiquement aux exemples suivants",interface:"Param\xE8tres de l'interface",import_export:"Importation/Exportation",import_export_title:"Configuration de l'importation/exportation",syncToGoogleDrive:"Synchroniser avec Google Drive maintenant",floatBallOptions:"Param\xE8tres de l'hoverball","floatBallOptions.enable":"Activer le Hoverball","floatBallOptions.blockUrls":"D\xE9sactiver le site web","floatBallOptions.add":"augmenter","floatBallOptions.blockUrlDesc":"Les hoverballs ne sont pas affich\xE9s lorsque les sites web suivants sont rencontr\xE9s","floatBallOptions.clickType":"le comportement de clic","floatBallOptions.clickTypeDesc":"Comportement de l'ic\xF4ne Hoverball lorsqu'elle est cliqu\xE9e","floatBallOptions.clickPopup":"Afficher le panneau de traduction","floatBallOptions.clickTranslate":"Traduction/affichage du texte original","floatBallOptions.fixedPosition":"\u56FA\u5B9A\u4F4D\u7F6E","floatBallOptions.fixedPositionDesc":"\u60AC\u6D6E\u7403\u5728\u7A97\u53E3\u5DE6\u4FA7\u8FD8\u662F\u53F3\u4FA7","floatBallOptions.fixedPositionLeft":"\u5DE6\u4FA7","floatBallOptions.fixedPositionRight":"\u53F3\u4FA7",previewAllThemes:"Aper\xE7u de tous les styles","translationTheme.none":"ne pas avoir","translationTheme.grey":"gris fonc\xE9","translationTheme.dashed":"soulign\xE9 en pointill\xE9","translationTheme.dotted":"trait de soulignement en pointill\xE9","translationTheme.dashedBorder":"bordure en pointill\xE9s","translationTheme.solidBorder":"bordure solide","translationTheme.underline":"Souligner les lignes droites","translationTheme.mask":"Effets flous (modes d'apprentissage)","translationTheme.opacity":"effet de transparence","translationTheme.paper":"Effet d'ombre du papier blanc","translationTheme.dividingLine":"ligne de d\xE9marcation","translationTheme.highlight":"haute luminosit\xE9","translationTheme.marker":"marqueur (mot emprunt\xE9)","translationTheme.marker2":"Marqueur 2","translationTheme.blockquote":"Styles de r\xE9f\xE9rencement","translationTheme.weakening":"affaiblissement","translationTheme.italic":"caract\xE8re oblique","translationTheme.bold":"\xE9paissir","translationTheme.thinDashed":"ligne pointill\xE9e fine soulign\xE9e","translationTheme.nativeDashed":"Le syst\xE8me est soulign\xE9 en pointill\xE9","translationTheme.nativeDotted":"Le syst\xE8me est soulign\xE9 en pointill\xE9s","translationTheme.nativeUnderline":"Le syst\xE8me est assorti d'une ligne de d\xE9marcation droite","translationTheme.wavy":"ligne ondul\xE9e","translationServices.custom":"API personnalis\xE9e","translationServices.tencent":"Tencent Translator","translationServices.tenAlpha":"Tencent Translator (Alpha)","translationServices.google":"Google Translate","translationServices.bai":"Baidu (Alpha)","translationServices.baidu":"Traduction de Baidu","translationServices.aliyun":"AliCloud Traduction","translationServices.volc":"traduction du volcan","translationServices.deeplx":"DeepLX (Beta)","translationServices.bing":"Microsoft Translate","translationServices.deepl":"DeepL","translationServices.wechat":"Traduction WeChat","translationServices.azure":"Azure Translation","translationServices.ibm":"IBM Watson","translationServices.aws":"Traduction sur Amazon","translationServices.mock":"Traduction simul\xE9e","translationServices.mock2":"Traduction simul\xE9e 2","translationServices.caiyun":"lit. nuages color\xE9s et petites traductions","translationServices.cai":"Nuages color\xE9s (Alpha)","translationServices.volcAlpha":"Volcan (Alpha)","translationServices.openl":"OpenL","translationServices.youdao":"Traduction sur Youtube","translationServices.you":"Traducteur Youdao (Alpha)","translationServices.transmart":"Traduction interactive de Tencent","translationServices.niu":"Traducteur franc-tireur","translationServices.papago":"Traduction Papago","translationServices.d":"D (Alpha)","translationServices.dpro":"D Pro (Canari)","translationServices.openai":"OpenAI","translationServices.yandex":"Yandex","translationServices.chatgpt":"ChatGPT Web(3.5 mobile)","translate title":"Traduire les titres des pages","always languages":"Toujours traduire la langue",neverTranslateLanguagesLabel:"La langue qui ne sera jamais traduite",neverTranslateTheFollowingLanguagesDescription:"Les traductions sont ignor\xE9es lorsqu'un paragraphe de la page est r\xE9dig\xE9 dans l'une des langues suivantes",enableUserscriptPagePopup:"Afficher le hoverball sur la page",enableUserscriptPagePopupDescription:"Apr\xE8s avoir d\xE9sactiv\xE9 le hoverball, vous pouvez le rappeler \xE0 l'aide du raccourci /{touch}. Il est fortement recommand\xE9 de marquer cette page de param\xE8tres d'un signet afin d'\xE9viter de ne pas pouvoir retrouver le hoverball apr\xE8s avoir d\xE9sactiv\xE9 cette option par inadvertance !","always translate the following languages":"Traduit automatiquement dans la langue cible lorsque la page est dans l'une des langues suivantes","always sites":"Des sites web toujours traduits","always translate the following sites":"Les sites web sont automatiquement traduits dans la langue cible lorsqu'il s'agit de noms de domaine de","never sites":"Site web jamais traduit","never translate the following sites":"Les traductions ne seront pas effectu\xE9es si le site est destin\xE9 aux domaines suivants","please refer to":"Vous devez remplir la cl\xE9 avant de pouvoir l'utiliser.",KeyAndConfigurationTutorial:"Tutoriel d'application et de configuration des cl\xE9s",useAboveStyleForTheseSites:"Utilisez toujours le style de traduction \u2308{theme}\u230B lorsque le site est destin\xE9 aux domaines suivants",currentUrl:"URL actuel",confirm:"enregistrer (un fichier, etc.) (informatique)",cancel:"annulations",delete:"l'enl\xE8vement","languages.auto":"d\xE9tection automatique",syncToCloud:"Synchronisation avec Google Drive",syncToCloudDescription:"T\xE9l\xE9charg\xE9e dans le nuage, la configuration peut \xEAtre synchronis\xE9e entre diff\xE9rents navigateurs/scripts de singe de graisse, en fonction de la derni\xE8re modification.",syncToAccount:"Synchronisation avec l'Immersive Translation Cloud",syncToAccountButton:"Synchronisation instantan\xE9e avec le nuage",syncToAccountDescription:"Synchroniser automatiquement les configurations entre diff\xE9rents appareils, en fonction de la derni\xE8re modification.",successSyncConfigInAccount:"Synchronisation r\xE9ussie avec le nuage",successSyncConfigToAccount:"Synchronisation r\xE9ussie vers le nuage",syncConfigNoUpdate:"Il est d\xE9j\xE0 \xE0 jour.",authFail:"\xC9chec de l'autorisation",syncTitle:"Gestion manuelle des sauvegardes",import_hint:"importation (donn\xE9es)",upload:"t\xE9l\xE9charger",revokeAuth:"r\xE9voquer une autorisation",uploadFail:"\xC9chec du t\xE9l\xE9chargement",download:"t\xE9l\xE9chargement",importSuccess:"Importation r\xE9ussie",importFail:"\xE9chec de l'importation",deleteFail:"\xC9chec de la suppression",backupToCloud:"Gestion manuelle des fichiers de sauvegarde",create_new_backup:"Ajouter un nouveau n\u0153ud de sauvegarde",maxBackupFiles:"Jusqu'\xE0{count}n\u0153uds diff\xE9rents peuvent \xEAtre sauvegard\xE9s, veuillez supprimer les n\u0153uds dont vous n'avez pas besoin.",backupToCloudDescription:"T\xE9l\xE9charger ou restaurer manuellement les fichiers de sauvegarde, en autorisant jusqu'\xE0 trois sauvegardes diff\xE9rentes.",successSyncConfig:"Synchronisation r\xE9ussie avec le nuage",syncFail:"\xE9chec de la synchronisation",updatedAt:"Mise \xE0 jour de {date}",lastSyncedAt:"Derni\xE8re v\xE9rification \xE0 l'adresse {date}",downloadFail:"\xC9chec du t\xE9l\xE9chargement",clickToDownload:"Cliquer pour t\xE9l\xE9charger",aboutLabel:"\xC0 propos - Feedback","browser.openAboutPage":"\xC0 propos/commentaires",aboutLabelWithoutSponsor:"\xC0 propos - Feedback",aboutIntro:"Puissions-nous tous avoir un acc\xE8s plus facile et plus agr\xE9able \xE0 l'\xE9norme quantit\xE9 d'informations en langues \xE9trang\xE8res sur Internet \u2764\uFE0F Vous pouvez choisir d'activer votre <6>adh\xE9sion Pro pour utiliser les traductions pr\xEAtes \xE0 l'emploi de DeepL et OpenAI.

Vous pouvez nous suivre sur <3>Twitter, <4>Telegram, Weibo, WeChat, ou vous <5>inscrire \xE0 notre liste de <5>diffusion ci-dessous pour suivre les mises \xE0 jour.
Les <7>membres Pro peuvent nous contacter \xE0 l'adresse <8>support@immersivetranslate.com pour un service client\xE8le rapide.",aboutIntroWithoutSponsor:"Puissions-nous tous avoir un acc\xE8s plus facile et plus agr\xE9able \xE0 l'\xE9norme quantit\xE9 d'informations en langues \xE9trang\xE8res disponibles sur Internet \u2764\uFE0F

Vous pouvez nous suivre sur <3>Twitter, <4>Telegram channel, WeChat, WeChat Exchange, ou vous <5>abonner aux mises \xE0 jour par <5>courriel ci-dessous.",projectHomepage:"Accueil du projet",joinTelegramGroup:"Rejoignez le groupe d'utilisateurs pour participer aux discussions sur les fonctionnalit\xE9s",wechatPublicAccount:"WeChat Public",wechatCommunities:"Groupe d'\xE9change WeChat",qqCommunities:"Canal de communication QQ",joinTelegramChannel:"Suivez le canal Telegram pour les derni\xE8res mises \xE0 jour",feedbackAndJoin:"Question Feedback / Ajouter un groupe",autoSync:"synchronisation automatique de l'heure",loadingThemeTitle:"Style de chargement",loadingThemeDescription:"D\xE9finition du style lors de l'attente du chargement de la traduction","loadingTheme.spinner":"Animation de la rotation","loadingTheme.text":"texte statique qqch. ","loadingTheme.none":"non illustr\xE9",developerDescription:"La documentation sur la personnalisation avanc\xE9e est disponible <1>ici","edit border color":"Modifier la couleur de la bordure",successSyncButNoChange:"La configuration actuelle est compatible avec le nuage",customTheme:"Couleurs et tailles personnalis\xE9es","customThemeLabel.borderColor":"Couleur de la bordure","customThemeLabel.borderRadius":"Bords arrondis","customThemeLabel.textColor":"couleur du texte","customThemeLabel.backgroundColor":"couleur de fond","customThemeLabel.zoom":"Mise \xE0 l'\xE9chelle des polices (%)","customThemeLabel.opacity":"Opacit\xE9 du texte (%)",resetToDefaultColor:"R\xE9tablir les couleurs par d\xE9faut",resetToDefaultSettings:"R\xE9tablir les param\xE8tres par d\xE9faut",isTranslateTitle:"Permettre la traduction des titres de pages",isTranslateTitleDescription:"Lorsque cette option est activ\xE9e, le titre de la page est traduit.",enableSearchEnhancement:"Permettre l'enrichissement des messages bilingues",enableSearchEnhancementDescription:`Une fois l'option activ\xE9e, les r\xE9sultats de recherche de "Google News" seront automatiquement affich\xE9s dans la colonne de droite des sites web pris en charge (Google News, Google Search (certains mots-cl\xE9s), Snowball, Oriental Fortune, Futura, Tiger Community) pour les mots-cl\xE9s anglais correspondants.`,verifyService:"Cliquez ici pour tester le service",verified:"V\xE9rifier le succ\xE8s","field.langs":"Codes des langues prises en charge","field.model":"mod\xE9lisation","field.translationEngine":"moteur de traduction","field.limitPerMinute":"Nombre maximum de demandes par minute","field.limitPerSecond":"Demandes maximales par seconde","field.maxTextLengthPerRequest":"Longueur maximale du texte par demande","field.maxTextGroupLengthPerRequest":"Nombre maximum de paragraphes par demande","field.apiUrl":"Adresse de l'interface API personnalis\xE9e","field.placeholderDelimiters":"espace r\xE9serv\xE9","description.custom":"Acc\xE8s \xE0 l'interface personnalis\xE9e Documentation requise","description.limitPerMinute":"Les demandes d\xE9passant cette limite sont plac\xE9es dans une file d'attente jusqu'au d\xE9but de la minute suivante. En raison des diverses limitations du service actuel d'OpenAI, veuillez cliquer <1>ici pour obtenir les derni\xE8res valeurs sugg\xE9r\xE9es.","description.limitPerSecond":"Les demandes d\xE9passant cette limite sont plac\xE9es dans une file d'attente jusqu'au d\xE9but de la seconde suivante. En raison des diverses limitations du service actuel d'OpenAI, veuillez cliquer <1>ici pour obtenir les derni\xE8res valeurs sugg\xE9r\xE9es.","description.generalLimitPerSecond":"Les demandes d\xE9passant cette limite sont plac\xE9es dans une file d'attente jusqu'au d\xE9but de la seconde suivante.","description.prompt":"Envoyer la conversation \xE0 {service} en tant qu'utilisateur, o\xF9 {{text}} repr\xE9sente le contenu du texte du paragraphe, {{from}} repr\xE9sente la langue du paragraphe et {{to}} repr\xE9sente la langue cible.","description.maxTextLengthPerRequest":"Le nombre maximum de caract\xE8res par requ\xEAte est trop important pour que l'interface r\xE9ponde lentement, essayez donc d'ajuster cette option pour optimiser la vitesse.","description.systemPrompt":"Envoyer une conversation au {service} en tant que syst\xE8me, o\xF9 {{text}} repr\xE9sente le contenu du texte du paragraphe, {{from}} repr\xE9sente la langue du paragraphe et {{to}} repr\xE9sente la langue cible.","field.domain":"royaume","description.domain":"La valeur par d\xE9faut est\uFF1Ageneral. Elle ne peut \xEAtre d\xE9finie que si la traduction par domaine est activ\xE9e dans la console Arima API, voir <1>ici pour les domaines pris en charge.","field.scene":"prendre","description.scene":"La valeur par d\xE9faut est\uFF1Ageneral. Elle ne peut \xEAtre d\xE9finie que si la console AliCloud API ouvre Machine Translation Pro, voir <1>ici pour les sc\xE9narios pris en charge.","field.vocabId":"ID du dictionnaire de l'utilisateur","description.vocabId":"Le dictionnaire out_id sp\xE9cifi\xE9 prend actuellement en charge la traduction de l'anglais vers le chinois.","description.model":"Mod\xE8les OpenAI, peuvent \xEAtre gpt-3.5-turbo, gpt-4, etc.","description.maxTextGroupLengthPerRequest":"Le nombre de paragraphes envoy\xE9s au service de traduction \xE0 la fois. S'il y a trop de paragraphes, l'interface peut r\xE9pondre plus lentement.","description.apiUrl":"Veuillez ajouter des URL sp\xE9cifiques avec des chemins d'acc\xE8s et une <1>description plus d\xE9taill\xE9e.",enabledExtension:"Activation des extensions",clickToDisableExtension:"Cliquez pour d\xE9sactiver les extensions",clickToEnableExtension:"Cliquez pour activer les extensions",hasBeenDisabled:"handicap\xE9","show password":"Afficher le mot de passe",customContent:"Saisir un nom de mod\xE8le personnalis\xE9",inputOptions:"Am\xE9lioration de la bo\xEEte de saisie",mouseHoverOptions:"survol de la souris",modifyMouseHoverKey:"Modifier le raccourci au survol de la souris",enableInputTranslation:"Activation ou non de l'am\xE9lioration des bo\xEEtes de saisie",enableInputTranslationDescription:"Une fois la fonction activ\xE9e, tapez {startingKey}{startingKey} hello directement dans le champ de saisie, puis tapez rapidement{inputTrailingTriggerKeyRepeatTimes}puis{trailingKey}pour traduire en {inputTargetLanguage}.",enableInputTranslationDescriptionForNoneKey:"Une fois la fonction activ\xE9e, tapez\uFF1AHello World directement dans le champ de saisie, puis appuyez rapidement sur{inputTrailingTriggerKeyRepeatTimes}{trailingKey}fois pour traduire dans la langue cible par d\xE9faut.",inputTargetLanguage:"D\xE9finition de la langue cible par d\xE9faut pour les bo\xEEtes de saisie",inputTargetLanguageDescription:"Langue cible par d\xE9faut pour la traduction de la bo\xEEte de saisie, c'est-\xE0-dire {startingKey}{startingKey} comme langue par d\xE9faut pour les mots d\xE9clencheurs.",inputTargetLanguageDescriptionForNoneKey:"Langue cible par d\xE9faut pour la traduction de la bo\xEEte de saisie",inputStartingTriggerKeyTitle:"D\xE9finition du caract\xE8re de s\xE9paration pour la traduction partielle de la zone de saisie",inputStartingTriggerKeyDescription:"Lorsque vous n'avez pas besoin de traduire l'int\xE9gralit\xE9 du champ de saisie, le s\xE9parateur vous permet de ne traduire que la partie allant de {startingKey}{startingKey} \xE0 la fin du champ de saisie, ou vous pouvez sp\xE9cifier le code de la langue, par exemple\uFF1A{startingKey}ja signifie ne traduire que la partie allant de {startingKey}ja \xE0 la fin du champ de saisie.",inputStartingTriggerKeyDescriptionForNoneKey:"Le param\xE8tre actuel d'absence de pr\xE9fixe n'est pas n\xE9cessaire et la fonction de traduction de certains textes dans la bo\xEEte de saisie n'est pas disponible pour le moment.",inputTrailingTriggerKeyTitle:"S\xE9lectionner un caract\xE8re d\xE9clencheur de fin d'entr\xE9e",inputTrailingTriggerKeyDescription:"3 coups rapides{trailingKey} commencera \xE0 traduire !",inputTrailingTriggerKeyTimeout:"Entrez le temps entre les d\xE9clenchements de fin de combat",inputTrailingTriggerKeyTimeoutDescription:"D\xE9finit le temps (en millisecondes) entre les d\xE9clenchements combo de fin d'entr\xE9e.",spaceKey:"<\u7A7A\u683C\u952E>",noneKey:"Traduction directe de l'ensemble de la zone de texte sans pr\xE9fixe",inputTranslationBlockUrlsTitle:"N'activez pas l'am\xE9lioration des bo\xEEtes de saisie dans les URL suivantes",inputTranslationBlockUrlsDescription:"Les am\xE9liorations apport\xE9es aux bo\xEEtes de saisie ne fonctionneront pas aux URL suivants",clickToSeeQuickDemo:"Cliquez pour agrandir la vid\xE9o du tutoriel de 30 secondes",inputHelperInfo:"Description\uFF1ANous avons optimis\xE9 le fait que certains caract\xE8res d\xE9clencheurs se transforment en signes de ponctuation chinois sous les m\xE9thodes d'entr\xE9e chinoises, par exemple, / se transforme en signe dun , sous la m\xE9thode d'entr\xE9e Sogou, et Immersive Translator prend en charge tous les symboles chinois correspondant aux caract\xE8res d\xE9clencheurs, c.-\xE0-d. //,,, seront reconnus comme des caract\xE8res d\xE9clencheurs.

Nous prenons \xE9galement en charge les alias chinois pour les codes de langue en tant que commandes, par exemple /Japanese Hello World sera traduit en japonais, <1>cliquez ici pour voir tous les codes de langue pris en charge.",reloadCurrentPage:"Veuillez rafra\xEEchir la page actuelle avant de commencer la traduction.",noLocalFilePermissionForPDF:"Vous n'avez pas l'autorisation de lire les fichiers locaux, veuillez cliquer sur le bouton ci-dessus et importer les fichiers locaux.",noPermissionForThisPage:"\u26A0\uFE0F Pas d'autorisation de traduire la page actuelle",retryAllParagraphs:"R\xE9essayer tous les passages d'erreur",retryAllButton:"R\xE9essayer tous les passages d'erreur",errorTooltipTitle:"Cliquez pour voir la cause de l'erreur",errorModalTitle:"Il semble qu'il y ait un probl\xE8me avec le service de traduction ou le r\xE9seau...",disableConfirm:"Cadre d'am\xE9lioration de l'information bilingue",disableOnce:"Cette invalidit\xE9",disableGlobal:"d\xE9sactiver de fa\xE7on permanente",disableTint:"* Vous pouvez le r\xE9activer \xE0 l'adresse {option} .",searchEnhancementNotes:"Apr\xE8s avoir activ\xE9 la fonction d'am\xE9lioration de l'information bilingue de la traduction immersive, nous rechercherons automatiquement pour vous les m\xEAmes mots-cl\xE9s en anglais sur les sites web pris en charge (Google News, Google Search (certains mots-cl\xE9s), Snowball, Oriental Wealth, Futura, Tiger) et les afficherons sur le c\xF4t\xE9 droit. Vous pouvez choisir de d\xE9sactiver cette fonction si vous n'en avez pas besoin.",option:"mettre en place",saveSettings:"Sauvegarder les param\xE8tres",closeModal:"Fermer la fen\xEAtre",enableInputTranslationWithoutTriggerKeyTitle:"Activer 3 quick hits sur{trailingKey}pour traduire directement l'ensemble de la bo\xEEte de saisie en{inputTargetLanguage}",enableInputTranslationWithoutTriggerKeyDescription:"Pour sp\xE9cifier la langue cible, pr\xE9fixez-la avec le code de la langue, par exemple\uFF1Aja Hello World",mouseHoverShortcutPlaceholder:"par exemple :\uFF1AShift",deepLProName:"Immersive Translation Membre Pro (Recommand\xE9)",deepLProDescription:"Le paquet actuel peut \xEAtre utilis\xE9 directement",deeplProDescriptionForNormal:"Aucune installation n'est requise, les membres peuvent l'utiliser apr\xE8s s'\xEAtre connect\xE9s, <1>cliquez ici pour passer au statut de membre",deepLCustomDescription:"Carte de cr\xE9dit \xE9trang\xE8re requise, ouverture officielle sur <1>DeepL, cliquez pour la <2>documentation",deepLCustomName:"Cl\xE9 d'authentification personnalis\xE9e",chooseProviderLabel:"S\xE9lectionner un prestataire de services",openaiProName:"Immersive Translation Membre Pro (Recommand\xE9)",openaiProDescription:"Le paquet actuel peut \xEAtre utilis\xE9 directement",openaiProDescriptionForNormal:"Aucune installation n'est requise, les membres peuvent l'utiliser apr\xE8s s'\xEAtre connect\xE9s, <1>cliquez ici pour passer au statut de membre",openaiCustomDescription:"Disponible sur OpenAI, Azure OpenAI, ou d'autres services tiers, <1>cliquez ici pour la documentation.",openaiCustomName:"Cl\xE9 API personnalis\xE9e",needLoginAction:"(Adh\xE9sion ouverte ou personnalisation)",goLoginOrAction:"(Ouvrir une adh\xE9sion ou aller dans les param\xE8tres)",yearly:"effectuer un paiement annuel cons\xE9cutif",quarterly:"l'emballage s\xE9quentiel",monthly:"abonnement mensuel",yearlyForOnce:"Forfait annuel unique",monthlyForOnce:"Forfait mensuel unique",daily:"jours cons\xE9cutifs de paquet",year:"effectuer un paiement annuel cons\xE9cutif",quarter:"l'emballage s\xE9quentiel",month:"abonnement mensuel",day:"jours cons\xE9cutifs de paquet",onetime_7day:"Pack exp\xE9rience 7 jours",currentPlanDescriptionForFree:"Paquets actuels\uFF1AGratuit",currentPlanDescriptionForContinuous:"L'offre actuelle\uFF1A{plan}sera automatiquement renouvel\xE9e sur {endAt}",currentPlanDescriptionForAutoRenewCaceling:"L'offre actuelle\uFF1A{plan}expirera \xE0 la date {endAt} et ne sera pas renouvel\xE9e automatiquement \xE0 cette date.",currentYearlyPlanDescriptionForAutoRenewCacelingWithRealPaiedUser:"L'offre actuelle,\uFF1A{plan}, expirera le {endAt} et ne sera pas renouvel\xE9e automatiquement \xE0 l'expiration.
<1>Cliquez ici pour g\xE9rer votre plan de renouvellement",currentYearlyPlanDescriptionForAutoRenewCacelingWithAdmin:"L'offre actuelle,\uFF1A{plan}, expirera \xE0 {endAt} et ne sera pas renouvel\xE9e automatiquement \xE0 l'\xE9ch\xE9ance.
<1>Cliquez ici pour activer l'abonnement annuel continu",currentPlanDescriptionForOneTime:"L'abonnement actuel\uFF1A{plan}expirera sur {endAt} , <1>cliquez ici pour passer \xE0 un abonnement <1>annuel ou <2>mensuel.",upgradePlan:"Cliquez ici pour passer \xE0 l'adh\xE9sion Pro",upgradeToPro:"Passer \xE0 l'adh\xE9sion Pro","popup.openPro":"Passez \xE0 l'adh\xE9sion Pro pour profiter de DeepL et de la traduction OpenAI, cliquez ici pour passer \xE0 l'adh\xE9sion Pro.","popup.openProForPro":"Vous \xEAtes un membre Pro avec un acc\xE8s direct \xE0 DeepL et aux traductions OpenAI !",currentAccount:"compte courant",enableAutoSyncUserSettings:"Permettre la synchronisation automatique du nuage sur plusieurs appareils",modalEnableInputTranslationTitle:"Traduction immersive Bo\xEEte de saisie Alertes de traduction",modalEnableInputTranslationDesc:"Vous venez de d\xE9clencher la traduction de la bo\xEEte de saisie d'Immersive Translation en appuyant sur la barre d'espacement 3 fois en succession rapide, et le contenu de la bo\xEEte de saisie sera traduit dans la langue cible par d\xE9faut. La traduction peut \xEAtre annul\xE9e avec Ctrl+Z.

Si c'est une erreur, ne vous inqui\xE9tez pas, vous pouvez choisir de la d\xE9sactiver cette fois-ci, ou de d\xE9sactiver d\xE9finitivement la traduction de la zone de saisie.",saveAndNotShowAgain:"Sauvegarder et arr\xEAter le message",disableInputTranslationTips:"* Vous pouvez \xE9galement d\xE9finir d'autres raccourcis pour qu'ils se d\xE9clenchent dans {option} ,{learnMore}.",learnMore:"Cliquez ici pour en savoir plus",continueEnalbeInputTranslation:"Continuer \xE0 activer la traduction des champs de saisie",autoRenewTrialSuffix:`(Dans la version d'essai,passe imm\xE9diatement \xE0 l'adh\xE9sion compl\xE8te)`,upgradeFromTrialTitle:"Passer au statut de membre \xE0 part enti\xE8re",subtitle:"sous-titrage vid\xE9o",youtubeService:"Traduction en immersion Sous-titrage vid\xE9o Services de traduction","subtitle.disabledSubtitle":"D\xE9sactiver d\xE9finitivement la fonction de sous-titres vid\xE9o","subtitle.disabledSubtitleDescription":"Si Immersive Translator's Video Subtitles entre en conflit avec d'autres extensions, vous pouvez choisir de d\xE9sactiver d\xE9finitivement la fonctionnalit\xE9 d'Immersive Translator's Video Subtitles ou de d\xE9sinstaller les autres extensions en conflit.","subtitle.autoEnableSubtitle":"Utilisation automatique de sous-titres bilingues","subtitle.autoEnableSubtitleDescription":"Une fois activ\xE9, des sous-titres bilingues s'afficheront automatiquement lorsque la vid\xE9o est en cours de lecture, sinon, il faut cliquer sur le bouton de traduction pour les afficher.","subtitle.preTranslation":"Traduire des sous-titres \xE0 l'aide de la traduction immersive","subtitle.preTranslationDescription":"Lorsque cette option est activ\xE9e, l'int\xE9gralit\xE9 des sous-titres sera pr\xE9-traduite \xE0 l'aide du service de traduction sp\xE9cifi\xE9 ci-dessous. Une vid\xE9o d'une heure consommera environ 50 000 tokens ou caract\xE8res, donc \xE0 utiliser \xE0 votre propre discr\xE9tion ; lorsqu'elle est d\xE9sactiv\xE9e, les sous-titres originaux seront utilis\xE9s en premier.","subtitle.humanSubtitlesPreferred":"Utilisation prioritaire du sous-titrage humain","subtitle.humanSubtitlesPreferredDescription":"Privil\xE9gier l'utilisation de sous-titres humains lorsque la vid\xE9o dispose de sous-titres humains dans la langue cible (recommand\xE9).",videoSubtitleTranslationDescription:"Confier les sous-titres vid\xE9o \xE0 un service de traduction distinct",subtitleTranslating:"Veuillez patienter pendant que les sous-titres sont traduits \xE0 l'aide du service {service} ... (traduction en immersion)",subtitleLoading:"Chargement des sous-titres...",bilingual:"bilinguisme","field.action":"Activation ou non de la terminologie Baidu","description.action":"Lorsqu'il est activ\xE9, un param\xE8tre action=1 est ajout\xE9 \xE0 la demande pour informer Baidu de l'activation du terme. <1>Veuillez vous r\xE9f\xE9rer \xE0 la documentation officielle pour plus d'informations.",closeQuickTranslation:"Fermer Hoverball","closeQuickTranslation.untilNext":"Cette fois-ci ferm\xE9 jusqu'\xE0 la prochaine visite","closeQuickTranslation.currentWebsite":"Site actuel d\xE9sactiv\xE9","closeQuickTranslation.alwaysClose":"d\xE9sactiver de fa\xE7on permanente","closeQuickTranslation.settingOpen":"(peut \xEAtre activ\xE9e dans la <1>page des param\xE8tres )","closeQuickTranslation.cancel":"annulations","closeQuickTranslation.confirm":"d\xE9finir","floatBall.popup":"Ouvrir le panneau des r\xE9glages rapides","floatBall.translate":"Cliquez pour traduire la page","floatBall.showOriginal":"Cliquez pour revenir \xE0 l'article original","floatBall.close":"Fermer Hoverball","floatBallOptions.enableDescPc":"Apr\xE8s avoir activ\xE9 le hoverball de la page, un bouton de traduction rapide sera affich\xE9 sur le c\xF4t\xE9 droit de la page, cliquez dessus pour traduire !","floatBallOptions.enableDesc":"Apr\xE8s avoir d\xE9sactiv\xE9 le hoverball, il peut \xEAtre rappel\xE9 \xE0 l'aide de{touch}. Il est fortement recommand\xE9 de marquer cette page de param\xE8tres d'un signet afin d'\xE9viter de ne pas pouvoir retrouver le hoverball apr\xE8s avoir d\xE9sactiv\xE9 cette option par inadvertance !","description.azureApiUrl":"Remplir l'adresse de l'interface API personnalis\xE9e",confirmSupportMouse:"Forcer l'activation de la prise en charge de la souris",confirmSupportMouseDescription:"Le navigateur actuel ne prend pas en charge la fonction de la souris. Est-il oblig\xE9 d'activer la prise en charge de la souris ?",sampleTargetText:"La longue nuit viendra, et je veillerai \xE0 partir de ce jour jusqu'\xE0 ma mort. Je ne prendrai pas de femme, je ne ferai pas de fief, je n'aurai pas d'enfant. Je ne porterai pas de couronne, je ne rechercherai pas les honneurs. Je ferai mon devoir, je vivrai et je mourrai.",sampleSourceText:"Night gathers, and now my watch begins. It shall not end until my death. I shall take no wife, hold no lands, father no children. I shall wear no crowns and win no glory. I shall live and die at my post.","subtitle.supportedSites":"\u5DF2\u652F\u6301\u5728\u8FD9\u4E9B\u7F51\u7AD9\u4F7F\u7528\u53CC\u8BED\u5B57\u5E55\uFF08\u6CE8\u610F\uFF1A\u7531\u4E8E\u6280\u672F\u9650\u5236\uFF0C\u90E8\u5206\u7F51\u7AD9\u5728\u9996\u6B21\u5F00\u542F\u5B57\u5E55\u540E\u9700\u8981\u91CD\u65B0\u5237\u65B0\u9875\u9762\uFF0C\u6216\u8005\u9700\u7B49\u5F85\u7FFB\u8BD1\u5B8C\u6210\u4EE5\u663E\u793A\u53CC\u8BED\u5B57\u5E55\uFF09\uFF1A",viewWithImmersiveTranslate:"\u53CC\u8BED\u7248\u672C(\u6C89\u6D78\u5F0F\u7FFB\u8BD1)",errorReason:"\u9519\u8BEF\u539F\u56E0\uFF1A{message}","proQuotaExceededError.onetime7day":'\uFF0C\u60A8\u53EF\u4EE5\u9009\u62E9\u4EE5\u4E0B\u65B9\u5F0F\u89E3\u51B3\uFF1A

1. \u5207\u6362\u5230 {anotherService} \u6216\u5176\u4ED6\u7FFB\u8BD1\u670D\u52A1
2. \u5347\u7EA7\u4E3A\u6708\u5EA6/\u5E74\u5EA6\u4F1A\u5458',"proQuotaExceededError.trial":'\uFF0C\u60A8\u53EF\u4EE5\u9009\u62E9\u4EE5\u4E0B\u65B9\u5F0F\u89E3\u51B3\uFF1A

1. \u5207\u6362\u5230 {anotherService} \u6216\u5176\u4ED6\u7FFB\u8BD1\u670D\u52A1
2. \u7ACB\u523B\u5347\u7EA7\u4E3A\u6B63\u5F0F\u4F1A\u5458',"proQuotaExceededError.nonTrial":'\uFF0C\u60A8\u53EF\u4EE5\u9009\u62E9\u4EE5\u4E0B\u65B9\u5F0F\u89E3\u51B3\uFF1A

1. \u5207\u6362\u5230 {anotherService} \u6216\u5176\u4ED6\u7FFB\u8BD1\u670D\u52A1
2. \u8D2D\u4E70 {translationService} \u989D\u5916\u6D41\u91CF\u5305',"proQuotaExceededError.resetTime":"
3. \u989D\u5EA6\u91CD\u7F6E\u65F6\u95F4\uFF1A{resetTime}","desc.touchShortcutsToggleTranslatePageOnlyTranslation":"Seulement la traduction signifie que seule la traduction est affich\xE9e, si la page n'a pas encore \xE9t\xE9 traduite, elle passera en mode et sera traduite.","desc.toggleOnlyTransation":"Le mode de traduction uniquement signifie que seules les traductions sont affich\xE9es, si la page Web n'a pas encore \xE9t\xE9 traduite, le mode sera chang\xE9 et traduit.",touchShortcutsToggleTranslatePageOnlyTranslation:"Configurer les gestes tactiles pour passer en mode bilingue / mode texte uniquement",download_started:"Le t\xE9l\xE9chargement a d\xE9j\xE0 commenc\xE9, si le t\xE9l\xE9chargement ne commence pas automatiquement, veuillez cliquer manuellement.",here:"ici","error.goReset":"R\xE9initialiser",translationFont:"D\xE9finir la police","error.serveConfigError":"Erreur de configuration du service",detectServiceLoading:"En train de v\xE9rifier les services de traduction disponibles...","translationModeUrl.translation.title":"L'adresse du site en mode traduction uniquement","translationServices.inherit":"Suivez le service de traduction principal","translationModeLang.translation.title":"Mode de langue uniquement en traduction","error.configError":"Les donn\xE9es de configuration sont anormales","translationFont.customPlaceholder":"police de caract\xE8res","touch.mouse-translate":"Traduire le paragraphe sp\xE9cifi\xE9",toggleToService:"Passez \xE0 {service} et r\xE9essayez","translationFont.custom":"Entrez une police personnalis\xE9e",batchEdit:"Op\xE9ration en masse","error.proUpgrade":"Apr\xE8s la mise \xE0 niveau, veuillez rafra\xEEchir la page et traduire \xE0 nouveau.","error.502":"Le service renvoie une erreur, le service est en retard, veuillez r\xE9essayer plus tard.","error.403":"Le service renvoie une erreur, vous n'avez pas temporairement le droit d'acc\xE9der \xE0 ce service.","error.googleLimitIp":"Le service renvoie une erreur, le service Google a limit\xE9 le d\xE9bit pour cette adresse IP, il est recommand\xE9 de changer de n\u0153ud r\xE9seau.",videoSubtitlePreTranslationOff:"Les sous-titres vid\xE9o utiliseront en priorit\xE9 les sous-titres automatiques fournis avec la vid\xE9o originale.","translationFont.notSupportErrorMessage":"Veuillez v\xE9rifier si le nom de la police que vous avez entr\xE9 est correct, ou confirmer que cette police est d\xE9j\xE0 install\xE9e sur votre appareil.","error.proTokenInvalid":"Si vous \xEAtes un utilisateur Pro, veuillez vous connecter avant d'utiliser le service de traduction Pro.",videoSubtitlePreTranslationOn:"Les sous-titres vid\xE9o utiliseront en priorit\xE9 la traduction immersive.","error.400":"Le service renvoie une erreur, la demande de param\xE8tre est incorrecte, veuillez v\xE9rifier la configuration correspondante.","error.429":"Le service renvoie une erreur, indiquant que la demande est trop fr\xE9quente ou d\xE9passe la limite de quota, veuillez r\xE9essayer plus tard.","translationModeUrl.translation.description":"Lorsque le site Web est pour les domaines suivants, il utilisera automatiquement le mode de traduction uniquement.",enableSentryReport:"Lorsqu'une erreur se produit lors de l'extension, utilisez Sentry pour soumettre des commentaires.","error.reloadPageOfSetting":"Apr\xE8s la configuration, veuillez rafra\xEEchir la page pour traduire \xE0 nouveau.","translationModeLang.translation.description":"Lorsque la langue de la page est l'une des langues suivantes, le mode de traduction uniquement sera automatiquement utilis\xE9.","error.gemini.429":"Le service Gemini actuel a atteint sa capacit\xE9 maximale, veuillez r\xE9essayer plus tard ou passer \xE0 un autre service de traduction.","desc.toggleVideoSubtitlePreTranslation":"Une fois appuy\xE9, les sous-titres bilingues de la vid\xE9o utiliseront en priorit\xE9 les param\xE8tres de traduction immersive, une nouvelle pression donnera la priorit\xE9 aux sous-titres de traduction automatique inclus dans la vid\xE9o originale. Attention : ce raccourci modifie les param\xE8tres globaux.","error.openAIExceededQuota":"Le service renvoie une erreur : le solde de votre compte OpenAI est insuffisant, veuillez recharger ou lier une carte de cr\xE9dit dans le back-office officiel d'OpenAI.","error.openAIFreeLimit":"Le service renvoie une erreur, la fr\xE9quence actuelle des demandes de traduction a atteint la limite maximale de 3 fois par minute, veuillez r\xE9essayer plus tard. (C'est une restriction officielle d'OpenAI sur la cl\xE9 API gratuite, pour lever cette restriction, veuillez lier une carte de cr\xE9dit dans le backend d'OpenAI.)","error.serveUnavailable":"Le service [{serverName}] que vous utilisez actuellement est temporairement inaccessible en raison de probl\xE8mes de connexion r\xE9seau ou de fournisseur de services. Nous vous sugg\xE9rons d'essayer de rafra\xEEchir la page ou de changer de service de traduction via <1>Param\xE8tres. Si vous \xEAtes un membre <2>Pro, vous pouvez choisir d'utiliser les services de traduction plus stables de DeepL ou OpenAI (<3>cliquez ici pour un essai gratuit). De plus, vous devrez peut-\xEAtre v\xE9rifier vos param\xE8tres de r\xE9seau ou de proxy.",loggedIn:"Connect\xE9","error.retry":"R\xE9essayer","floatBall.iKnow":"Je sais.",touchShortcutsOff:"Fermer","tagsInput.add":"+ Ajouter","translationServices.gemini":"G\xE9meaux",goLogin:"Allez vous connecter",shortcutSettings:"Raccourci",notLogin:"Non connect\xE9","multipleClick.4":"Quadruple frappe",alwaysTranslateThisSite:"Toujours traduire ce site","multipleClick.3":"Triple coup",neverTranslateThisSite:"Ne jamais traduire ce site","subtitle.bilingual":"Sous-titres bilingues","widget.instructionTooltip":"Consultez le mode d'emploi","shortcutGroup.shortcutsForTranslationServices":"Raccourcis li\xE9s au service de traduction",buildSnapshots:"G\xE9n\xE9rer un instantan\xE9 de la page web",shortcutSettingsTitle:"Param\xE9trage des raccourcis","subtitle.hideQuickButton":"Ne plus afficher ce raccourci",contact:"Contactez-nous","widget.videoSubtitleTooltip":"Prend en charge Youtube et autres sites vid\xE9o {count}+",notLoginPro:"Vous n'avez pas encore connect\xE9 \xE0 votre compte membre.","multipleClick.2":"Double-cliquez","widget.videoSubtitle":"sous-titres vid\xE9o",temprarilyChangeTranslationTo_gemini:"Utilisation de Gemini pour traduire la page actuelle.","error.subscriptionExpiredTitle":"L'adh\xE9sion a expir\xE9",pickAll:"Tout s\xE9lectionner","floatBall.guideClickToTranslate":"Cliquez sur la bulle de traduction immersive pour traduire rapidement",temprarilyChangeTranslationTo_google:"Utilisation en cours de Google Traduction pour cette page actuelle",temprarilyChangeTranslationTo_bing:"Utilisation en cours de Microsoft Traduction pour la page actuelle",mouseHoverCustomKeyTitle:"Personnaliser les raccourcis de survol de la souris","browser.translateWithDeepL":"Utilisation temporaire de DeepL pour traduire la page actuelle","widget.translateFile":"PDF/ePub",temprarilyChangeTranslationTo_openai:"Utilisation en cours d'OpenAI pour traduire la page actuelle","subtitle.autoDisableSubtitle":"Ne pas activer automatiquement les sous-titres bilingues","error.reason":"Raison de l'erreur",temprarilyChangeTranslationTo_deepl:"Utilisation de DeepL pour traduire la page actuelle.","widget.translateFileTooltip":"Traduire les documents PDF, EPUB, SRT, ASS, HTML et TXT",networkError:"Le service de traduction ou le r\xE9seau rencontre des probl\xE8mes.","floatBall.longPress":"Appuyez longuement pour ouvrir rapidement le panneau de configuration.",paragraphMinTextCountField:"Le nombre minimum de caract\xE8res requis pour traduire un paragraphe","browser.translateWithTransmart":"Utilisation temporaire de Tencent pour traduire la page actuelle","browser.translateWithOpenAI":"Utilisation temporaire d'OpenAI pour traduire la page actuelle",translationOnlyMode:"Mode de traduction uniquement","slide.right":"Glissez vers la gauche","shortcutGroup.main":"Raccourcis de fonctionnalit\xE9s couramment utilis\xE9s",temprarilyChangeTranslationTo_transmart:"Utilise actuellement la traduction de Tencent pour cette page.",touchShortcutsToggleTranslatePage:"D\xE9finir un geste tactile pour traduire la page web / afficher le texte original","slide.left":"Faites glisser vers la droite","shortcutGroup.touch":"Gestes sp\xE9cifiques pour \xE9cran tactile","intro.floatBallTitle":"Boule flottante de traduction rapide","neverTranslateText.title":"Ci-dessous, les mots restent en texte original, ne pas traduire.","browser.toggleMouseHoverTranslateDirectly":"Activer ou d\xE9sactiver temporairement la traduction directe au survol de la souris sur la page","browser.translateInputBox":"Traduire le contenu de la bo\xEEte de saisie actuelle","browser.translateWithGoogle":"Utilisation temporaire de Google Traduction pour la page actuelle","browser.translateWithBing":"Utilisation temporaire de Microsoft Traduction pour la page actuelle","widget.instruction":"Mode d'emploi","subtitle.showQuickButton":"Afficher les sous-titres bilingues dans le lecteur est un raccourci",touchShortcutsToggleTranslationMask:"Configurer l'affichage du geste tactile pour afficher le masque de traduction / afficher le texte original","error.subscriptionExpired":"Votre adh\xE9sion a peut-\xEAtre expir\xE9, veuillez v\xE9rifier votre statut de membre.","intro.hoverTitle":"Survolez avec la souris pour traduire le paragraphe actuel","browser.translateWithGemini":"Utilisez temporairement Gemini pour traduire la page actuelle",touchShortcutsToggleTranslateTouchElement:"Configurer la traduction de paragraphes sp\xE9cifiques par gestes tactiles","desc.touchShortcutsToggleTranslateTouchElement":"Personnalisez un geste et vous pourrez traduire n'importe quel paragraphe o\xF9 vous vous trouvez.","intro.subtitleTitle":"Affichage des sous-titres bilingues en vid\xE9o en ligne","desc.interfaceLanguage":"La configuration de la langue de l'interface affecte la langue d'affichage du panneau de contr\xF4le et n'a rien \xE0 voir avec la langue cible de la traduction.","browser.toggleVideoSubtitlePreTranslation":"Basculer vers les sous-titres bilingues en privil\xE9giant les param\xE8tres de traduction immersive","shortcutGroup.others":"Plus de raccourcis de fonctionnalit\xE9s personnalis\xE9es",confirmResetToDefaultSettings:"Confirmez-vous vouloir r\xE9tablir ce service de traduction comme param\xE8tre par d\xE9faut ? (Cela ne r\xE9initialise que les param\xE8tres de ce service de traduction)",shortcutDisableTooltip:"Veuillez configurer dans la page de gestion des raccourcis d'extension fournie par le navigateur, pour plus de directives, veuillez consulter les instructions en haut de cette page.","subtitle.showQuickButtonDescription":"Fournir un raccourci pour activer les sous-titres bilingues dans le coin inf\xE9rieur droit du lecteur vid\xE9o","shortcutGroup.mouse":"Configuration des raccourcis clavier pour le survol de la souris","desc.toggleTranslateTheMainPage":"Traduisez uniquement les zones principales de la page, une fois que vous avez activ\xE9 la traduction de toutes les zones de la page dans les param\xE8tres avanc\xE9s, vous pouvez utiliser ce raccourci pour traduire sp\xE9cifiquement les zones principales de la page.","description.baiduField":"Les domaines pris en charge sont vus <1>ici, si vide cela signifie qu'aucun domaine n'est sp\xE9cifi\xE9.",upgradeToProErrorTitle:"Veuillez passer \xE0 l'adh\xE9sion Pro pour utiliser ce service de traduction.",paragraphMinTextCountDesc:"Faites attention, ici on parle de la longueur des caract\xE8res, par exemple: hello compte 5 caract\xE8res, d\xE9finir une valeur plus grande peut r\xE9duire les traductions de petits paragraphes inutiles.",translationOnlyModeDescription:"Le mode de traduction uniquement signifie que seule la traduction est affich\xE9e, et non le mode bilingue par d\xE9faut. Notez que: en raison des limitations techniques, les hyperliens du texte original seront d\xE9sactiv\xE9s en mode de traduction uniquement.","desc.toggleTranslateTheWholePage":"Traduire toute la zone de la page, par d\xE9faut, nous traduirons la zone principale de la page, vous pouvez utiliser ce raccourci pour traduire sp\xE9cifiquement toute la zone de la page.","contact.description":"Si vous avez des questions ou des suggestions, n'h\xE9sitez pas \xE0 remplir le formulaire ci-dessous pour nous contacter, ou \xE0 envoyer un courriel \xE0 {email}, nous vous r\xE9pondrons d\xE8s que possible.",mouseHoverCustomKeyDescription:"Vous pouvez personnaliser un raccourci clavier pour le survol de la souris, par exemple : Alt+Z, Ctrl+E, Cmd+Alt+E ou directement Cmd, veuillez entrer manuellement.","desc.mouseHoverHoldKey":"Lorsque la souris survole un paragraphe et que vous appuyez simultan\xE9ment sur la touche de raccourci \xE0 droite, vous pouvez traduire directement ce paragraphe.","desc.touchShortcutsToggleTranslatePage":"Une fois configur\xE9, lors de l'utilisation d'un appareil mobile, vous pouvez toucher l'\xE9cran avec X doigts, glisser de gauche \xE0 droite ou cliquer continuellement pour d\xE9clencher la traduction de la page web / afficher le texte original.","desc.touchShortcutsToggleTranslationMask":"La traduction du masque fait r\xE9f\xE9rence \xE0 l'effet flou dans le style de la traduction (mode d'apprentissage), qui est activ\xE9 temporairement pour utiliser l'effet flou sur la traduction, facilitant l'apprentissage.","intro.floatBallDescription":"Une fois activ\xE9, un bouton de traduction rapide s'affichera sur le c\xF4t\xE9 droit de la page. Cliquez dessus pour traduire, cliquez \xE0 nouveau pour revenir au texte original. Sur mobile, maintenez le bouton flottant pour ouvrir le panneau de configuration rapide.","desc.toggleMouseHoverTranslateDirectly":"Apr\xE8s avoir appuy\xE9 sur ce raccourci, sur la page, d\xE8s que la souris pointe sur n'importe quel texte, ce texte sera automatiquement traduit. Appuyez \xE0 nouveau sur le raccourci pour d\xE9sactiver cette fonction de traduction automatique.","intro.hoverDescription":"La traduction au survol de la souris est une fonction tr\xE8s importante dans la traduction immersive. Il suffit de placer la souris sur le paragraphe et d'appuyer simultan\xE9ment sur la touche de raccourci d\xE9finie pour traduire automatiquement le paragraphe actuel (remarque : elle n'est pas activ\xE9e par d\xE9faut, veuillez la configurer ci-dessous). Cette interaction est utilis\xE9e pour mieux remplacer la traduction par s\xE9lection de mots. De plus, cette fonction est largement utilis\xE9e dans les zones de traduction qui ne peuvent pas \xEAtre reconnues. Vous pouvez utiliser cette fonction pour forcer la traduction de n'importe quel paragraphe.","neverTranslateText.description":"En raison de la reconnaissance insatisfaisante des noms propres par certains moteurs de traduction, vous pouvez ajouter des mots ici pour vous assurer qu'ils ne sont pas convertis pendant le processus de traduction. Veuillez noter que cette fonction distingue les majuscules et les minuscules et ne prend en charge que les langues \xE0 mots s\xE9par\xE9s par des espaces (comme l'anglais, le fran\xE7ais), elle n'est pas applicable aux langues comme le japonais, le cor\xE9en, etc.","intro.subtitleDescription":"Une fois cette fonction activ\xE9e, les sous-titres bilingues seront automatiquement affich\xE9s lors de la lecture de la vid\xE9o. Si elle n'est pas activ\xE9e, vous devrez cliquer manuellement sur le bouton de traduction sur la page pour afficher les sous-titres. Veuillez noter qu'en raison de limitations techniques, certains sites peuvent n\xE9cessiter un rafra\xEEchissement de la page ou attendre la fin de la traduction pour afficher les sous-titres bilingues. (De plus, vous pouvez \xE9galement activer/d\xE9sactiver le panneau de raccourcis de traduction immersive dans le coin sup\xE9rieur droit apr\xE8s avoir ouvert le site de la vid\xE9o).

La prise en charge des sous-titres bilingues est actuellement disponible sur ces sites :",geminiWarning:"Attention : Le service gratuit Gemini fourni par Google a des restrictions strictes, il est possible que Google juge que l'utilisateur utilise plusieurs cl\xE9s pour contourner leurs restrictions de quota gratuit, il n'est pas recommand\xE9 de l'utiliser, il est recommand\xE9 d'attendre que Google ouvre l'interface de paiement Gemini \xE0 l'avenir avant de l'utiliser.","floatBall.setting":"Param\xE9trage","floatBall.translateToLanguage":"Cliquez pour traduire en {language}","floatBall.file":"Traduire les fichiers PDF, EPUB, SRT, ASS, HTML, TXT",changeToOnlyTempTranslationMode:"Afficher uniquement les traductions",changeToDualTempTranslationMode:"Passer \xE0 la traduction bilingue","transitionMode.translation":"Seulement le texte traduit","options.navbar.installApp":"Installer l'application mobile","options.navbar.translateFile":"Traduire le document","subtitle.transitionMode":"Param\xE8tres de sous-titres vid\xE9o bilingues / traduction uniquement","subtitle.transitionModeDescription":"D\xE9finir les sous-titres vid\xE9o en mode bilingue ou en mode traduction uniquement","transitionMode.inherit":"Restez coh\xE9rent avec le mode d'affichage de traduction par d\xE9faut du syst\xE8me.","transitionMode.dual":"Contraste bilingue",translateFileTooltip:`Traduire PDF, ePub, srt, ass, HTML, fichiers TXT`,"description.multiplePrompt":`Lorsque le nombre de paragraphes est sup\xE9rieur \xE0 1, les dialogues envoy\xE9s \xE0 {service} en tant qu'utilisateur, o\xF9 {{from}} repr\xE9sente la langue du paragraphe, {{to}} repr\xE9sente la langue cible, {{yaml}} est le contenu du paragraphe que nous avons emball\xE9 au format yaml, si vous avez besoin de personnaliser Prompt, vous devez vous assurer que chaque \xE9l\xE9ment dans le r\xE9sultat YAML de la r\xE9ponse AI contient le champ {env.imt_trans_field}, {{imt_trans_field}} est le nom du champ de traduction que nous esp\xE9rons que l'IA r\xE9pondra, par d\xE9faut c'est {env.imt_trans_field}, {{imt_source_field}} est le nom du champ d'origine que nous passons \xE0 l'IA, par d\xE9faut c'est {env.imt_source_field}, exemple de r\xE9sultat : - id: 1 @@ -5072,7 +5072,7 @@ ass, HTML, fichiers TXT`,"description.multiplePrompt":`Lorsque le nombre de para {env.imt_sub_trans_field}: Traduction - id: 2 {env.imt_sub_source_field}: Source - {env.imt_sub_trans_field}: Traduction`,"subtitle.quickButton.magenta":"Fuchsia","subtitle.quickButton.red":"Rouge","subtitle.quickButton.setting":"Param\xE9trage","subtitle.quickButton.black":"noir","subtitle.quickButton.translationPosition":"Position de traduction","subtitle.quickButton.green":"Vert","subtitle.quickButton.translationFontSize":"Taille de police de traduction","subtitle.quickButton.sourceTextColor":"Couleur de police d'origine","translationServices.claude":"Claude","subtitle.quickButton.blue":"Bleu","subtitle.quickButton.sourceFontSize":"La taille originale de la police","subtitle.quickButton.translationTextColor":"Couleur de la police de traduction","subtitle.quickButton.backgroundColor":"couleur d'arri\xE8re-plan","subtitle.quickButton.white":"Blanc","subtitle.quickButton.translationPositionTop":"En haut de l'original","subtitle.quickButton.yellow":"jaune","subtitle.quickButton.cyan":"Bleu","subtitle.quickButton.backgroundOpacity":"Opacit\xE9 de l'arri\xE8re-plan","subtitle.quickButton.translationPositionBottom":"\u5728\u539F\u6587\u4E0B\u65B9",attachSubtitleTranslating:"Utilisation de {service} pour la traduction en cours...","error.claude.403":"Acc\xE8s temporairement interdit au service, cela peut \xEAtre li\xE9 aux restrictions r\xE9gionales de Claude. Vous pouvez essayer de changer votre adresse IP ou utiliser un autre service de traduction.","browser.brandDescriptionForSafari":"\u3010Traduction immersive\u3011Un plugin de traduction de pages web bilingue gratuit (texte original / traduction), qui supporte \xE9galement la traduction de PDF et de livres \xE9lectroniques EPUB tout en conservant la mise en page originale, la traduction de sous-titres bilingues pour des vid\xE9os en ligne comme Youtube/Netflix, et qui supporte les services de traduction principaux tels que Deepl/Google;","browser.PdfProFile":"AI pilot\xE9 PDF Pro traduction","browser.textTranslate":"Traduction de texte"};var yh={nologin:"\u0905\u0902\u0926\u0930 \u092A\u094D\u0930\u0935\u0947\u0936 \u0915\u0940 \u0905\u0928\u0941\u092E\u0924\u093F \u0928\u0939\u0940\u0902 \u0939\u0948",loginForSafari:"\u0932\u0949\u0917-\u0907\u0928 \u092F\u093E \u092A\u0902\u091C\u0940\u0915\u0943\u0924",login:"\u0932\u0949\u0917 \u0907\u0928 \u0915\u0930\u0928\u0947 \u0915\u0947 \u092C\u093E\u0926 \u0906\u092A \u0938\u0926\u0938\u094D\u092F\u0924\u093E \u0938\u0915\u094D\u0930\u093F\u092F \u0915\u0930 \u0938\u0915\u0924\u0947 \u0939\u0948\u0902",manageAccount:"\u0916\u093E\u0924\u0947 \u0915\u093E \u092A\u094D\u0930\u092C\u0902\u0927\u0928 \u0915\u0930\u0947\u0902",openPremium:"\u0938\u0926\u0938\u094D\u092F\u0924\u093E \u0917\u094D\u0930\u0939\u0923 \u0915\u0930\u0947\u0902",logout:"\u091B\u094B\u0921\u093C\u0928\u093E",curentPlan:"\u0935\u0930\u094D\u0924\u092E\u093E\u0928 \u092A\u0948\u0915\u0947\u091C",endAt:"\u092A\u0930\u093F\u092A\u0915\u094D\u0935\u0924\u093E",endAuto:"\u0938\u094D\u0935\u091A\u093E\u0932\u093F\u0924 \u0928\u0935\u0940\u0915\u0930\u0923",lineBreakMaxTextCount:"\u092A\u0902\u0915\u094D\u0924\u093F \u0935\u093F\u0930\u093E\u092E \u0915\u0947 \u092C\u093E\u0926 \u092A\u094D\u0930\u0924\u093F \u0935\u093E\u0915\u094D\u092F \u0905\u0928\u0941\u092E\u0924 \u0935\u0930\u094D\u0923\u094B\u0902 \u0915\u0940 \u0905\u0927\u093F\u0915\u0924\u092E \u0938\u0902\u0916\u094D\u092F\u093E","translate-pdf":"\u092A\u0940\u0921\u0940\u090F\u092B \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u0915\u094D\u0932\u093F\u0915 \u0915\u0930\u0947\u0902","noSupportTranslate-pdf":"\u0938\u094D\u0915\u094D\u0930\u093F\u092A\u094D\u091F \u0938\u092E\u0930\u094D\u0925\u093F\u0924 \u0928\u0939\u0940\u0902 \u0939\u0948, \u0915\u0943\u092A\u092F\u093E \u092A\u094D\u0932\u0917-\u0907\u0928 \u0915\u093E \u0909\u092A\u092F\u094B\u0917 \u0915\u0930\u0947\u0902","translate-firefox-local-pdf":"\u092A\u0940\u0921\u0940\u090F\u092B \u0906\u092F\u093E\u0924 \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u0915\u094D\u0932\u093F\u0915 \u0915\u0930\u0947\u0902",enableLineBreak:"\u0932\u0902\u092C\u0947 \u0905\u0928\u0941\u091A\u094D\u091B\u0947\u0926\u094B\u0902 \u0915\u0947 \u0932\u093F\u090F \u0938\u094D\u0935\u091A\u093E\u0932\u093F\u0924 \u0936\u092C\u094D\u0926 \u0930\u0948\u092A\u093F\u0902\u0917 \u091A\u093E\u0932\u0942 \u0915\u0930\u0947\u0902",sponsorLabel:"$1 \u0938\u0947 \u0936\u0941\u0930\u0942 \u0915\u0930\u0915\u0947 \u0915\u093F\u0938\u0940 \u0921\u0947\u0935\u0932\u092A\u0930 \u0915\u094B \u092A\u094D\u0930\u093E\u092F\u094B\u091C\u093F\u0924 \u0915\u0930\u0947\u0902",help:"\u092E\u0926\u0926",browserShortcutsNoteForFirefox:'\u092B\u093C\u093E\u092F\u0930\u092B\u093C\u0949\u0915\u094D\u0938 \u092C\u094D\u0930\u093E\u0909\u091C\u093C\u0930 \u092E\u0947\u0902 \u0936\u0949\u0930\u094D\u091F\u0915\u091F \u0915\u0941\u0902\u091C\u093F\u092F\u094B\u0902 \u0915\u094B \u0938\u0902\u0936\u094B\u0927\u093F\u0924 \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F, \u0906\u092A\u0915\u094B \u090F\u0915\u094D\u0938\u091F\u0947\u0902\u0936\u0928 \u092A\u094D\u0930\u092C\u0902\u0927\u0928 \u092A\u0943\u0937\u094D\u0920 `about:addons` \u0916\u094B\u0932\u0928\u093E \u0939\u094B\u0917\u093E, \u092B\u093F\u0930 "\u0938\u0947\u091F\u093F\u0902\u0917\u094D\u0938" \u092A\u0930 \u0915\u094D\u0932\u093F\u0915 \u0915\u0930\u0947\u0902, \u092B\u093F\u0930 \u0907\u0938\u0947 \u0938\u0947\u091F \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F "\u0936\u0949\u0930\u094D\u091F\u0915\u091F \u0915\u0941\u0902\u091C\u093F\u092F\u093E\u0901 \u092A\u094D\u0930\u092C\u0902\u0927\u093F\u0924 \u0915\u0930\u0947\u0902" \u092A\u0930 \u0915\u094D\u0932\u093F\u0915 \u0915\u0930\u0947\u0902\u0964',browserShortcutsNoteForChrome:"\u0915\u094D\u0930\u094B\u092E-\u091C\u0948\u0938\u0947 \u092C\u094D\u0930\u093E\u0909\u091C\u093C\u0930 \u092E\u0947\u0902 \u0936\u0949\u0930\u094D\u091F\u0915\u091F \u0915\u0941\u0902\u091C\u093F\u092F\u094B\u0902 \u0915\u094B \u0938\u0902\u0936\u094B\u0927\u093F\u0924 \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F, \u0906\u092A\u0915\u094B \u090F\u0915\u094D\u0938\u091F\u0947\u0902\u0936\u0928 \u092A\u094D\u0930\u092C\u0902\u0927\u0928 \u092A\u0943\u0937\u094D\u0920 \u0916\u094B\u0932\u0928\u093E \u0939\u094B\u0917\u093E, \u0907\u0938\u0947 `\u0936\u0949\u0930\u094D\u091F\u0915\u091F \u092A\u094D\u0930\u092C\u0902\u0927\u093F\u0924 \u0915\u0930\u0947\u0902` \u092A\u0948\u0928\u0932 (`\u0915\u094D\u0930\u094B\u092E://\u090F\u0915\u094D\u0938\u091F\u0947\u0902\u0936\u0928/\u0936\u0949\u0930\u094D\u091F\u0915\u091F`) \u092E\u0947\u0902 \u0938\u0947\u091F \u0915\u0930\u0928\u093E \u0939\u094B\u0917\u093E, \u0914\u0930 \u0938\u0940\u0927\u0947 \u091C\u093E\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u0928\u0940\u091A\u0947 \u0926\u093F\u090F \u0917\u090F \u092C\u091F\u0928 \u092A\u0930 \u0915\u094D\u0932\u093F\u0915 \u0915\u0930\u0928\u093E \u0939\u094B\u0917\u093E \u0936\u0949\u0930\u094D\u091F\u0915\u091F \u0915\u0941\u0902\u091C\u0940 \u092A\u094D\u0930\u092C\u0902\u0927\u0928 \u092A\u0943\u0937\u094D\u0920.",browserShortcutsSucks:"\u0915\u0938\u094D\u091F\u092E \u0936\u0949\u0930\u094D\u091F\u0915\u091F \u0915\u0941\u0902\u091C\u0940 \u092A\u094D\u0930\u093E\u0930\u0942\u092A \u0939\u0948 (\u0915\u094B\u0908 \u0938\u094D\u0935\u091A\u093E\u0932\u093F\u0924 \u092A\u0939\u091A\u093E\u0928 \u0928\u0939\u0940\u0902, \u0915\u0943\u092A\u092F\u093E \u0938\u0940\u0927\u0947 \u0926\u0930\u094D\u091C \u0915\u0930\u0947\u0902)\uFF1A",enableLineBreakDescription:"\u091A\u093E\u0932\u0942 \u0939\u094B\u0928\u0947 \u092A\u0930, \u092A\u0922\u093C\u0928\u0947 \u0915\u0940 \u0938\u0941\u0935\u093F\u0927\u093E \u0915\u0947 \u0932\u093F\u090F \u092A\u094D\u0930\u0924\u094D\u092F\u0947\u0915 \u0935\u093E\u0915\u094D\u092F \u0915\u0947 \u0905\u0902\u0924 \u092E\u0947\u0902 \u0932\u0902\u092C\u0947 \u092A\u0948\u0930\u093E\u0917\u094D\u0930\u093E\u092B \u092E\u0947\u0902 \u0932\u093E\u0907\u0928 \u092C\u094D\u0930\u0947\u0915 \u0921\u093E\u0932\u0947 \u091C\u093E\u090F\u0902\u0917\u0947\u0964","browser.shortBrandName":"\u0917\u0939\u0928 \u0905\u0928\u0941\u0935\u093E\u0926","browser.brandName":"\u0907\u092E\u0930\u094D\u0938\u093F\u0935 \u0905\u0928\u0941\u0935\u093E\u0926: \u0926\u094D\u0935\u093F\u092D\u093E\u0937\u0940 \u0935\u0947\u092C \u092A\u0947\u091C \u0905\u0928\u0941\u0935\u093E\u0926 \u0914\u0930 \u092A\u0940\u0921\u0940\u090F\u092B \u0926\u0938\u094D\u0924\u093E\u0935\u0947\u091C\u093C \u0905\u0928\u0941\u0935\u093E\u0926","browser.brandDescription":"Bilingual web page translation, also supports PDF translation, bilingual Epub eBook translation, free to use.","browser.toggleTranslatePage":"\u0935\u0947\u092C \u092A\u0947\u091C \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0947\u0902/\u092E\u0942\u0932 \u092A\u093E\u0920 \u0926\u093F\u0916\u093E\u090F\u0902","browser.toggleTranslateTheWholePage":"\u092A\u0943\u0937\u094D\u0920 \u0915\u0947 \u0938\u092D\u0940 \u0915\u094D\u0937\u0947\u0924\u094D\u0930\u094B\u0902 \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0947\u0902/\u092E\u0942\u0932 \u092A\u093E\u0920 \u092A\u094D\u0930\u0926\u0930\u094D\u0936\u093F\u0924 \u0915\u0930\u0947\u0902","browser.toggleOnlyTransation":"\u0926\u094D\u0935\u093F\u092D\u093E\u0937\u0940/\u0915\u0947\u0935\u0932 \u0905\u0928\u0941\u0935\u093E\u0926 \u092E\u094B\u0921 \u092A\u0930 \u0938\u094D\u0935\u093F\u091A \u0915\u0930\u0947\u0902","browser.toggleTranslateToThePageEndImmediately":"\u0924\u0941\u0930\u0902\u0924 \u092A\u0943\u0937\u094D\u0920 \u0915\u0947 \u0928\u0940\u091A\u0947 \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0947\u0902/\u092E\u0942\u0932 \u092A\u093E\u0920 \u0926\u093F\u0916\u093E\u090F\u0902","browser.toggleTranslateTheMainPage":"\u092A\u0943\u0937\u094D\u0920 \u0915\u0947 \u092E\u0941\u0916\u094D\u092F \u0915\u094D\u0937\u0947\u0924\u094D\u0930 \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0947\u0902/\u092E\u0942\u0932 \u092A\u093E\u0920 \u092A\u094D\u0930\u0926\u0930\u094D\u0936\u093F\u0924 \u0915\u0930\u0947\u0902","browser.shareToDraft":"\u0926\u094D\u0935\u093F\u092D\u093E\u0937\u0940 \u092A\u0943\u0937\u094D\u0920 \u0938\u093E\u091D\u093E \u0915\u0930\u0947\u0902","browser.openOptionsPage":"\u0938\u0947\u091F\u093F\u0902\u0917 \u092A\u0943\u0937\u094D\u0920 \u0916\u094B\u0932\u0947\u0902","browser.toggleTranslationMask":"\u0905\u0928\u0941\u0935\u093E\u0926 \u0927\u0941\u0902\u0927\u0932\u093E \u092A\u094D\u0930\u092D\u093E\u0935 \u0926\u093F\u0916\u093E\u090F\u0901/\u091B\u093F\u092A\u093E\u090F\u0901","browser.translateLocalPdfFile":"\u0938\u094D\u0925\u093E\u0928\u0940\u092F \u092A\u0940\u0921\u0940\u090F\u092B \u092B\u093E\u0907\u0932\u094B\u0902 \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0947\u0902","browser.openEbookViewer":"\u0938\u094D\u0925\u093E\u0928\u0940\u092F \u0908-\u092A\u0941\u0938\u094D\u0924\u0915\u0947\u0902 \u092A\u0922\u093C\u0947\u0902","browser.openEbookBuilder":"\u0926\u094D\u0935\u093F\u092D\u093E\u0937\u0940 EPUB \u0908-\u092A\u0941\u0938\u094D\u0924\u0915\u0947\u0902 \u092C\u0928\u093E\u090F\u0901","browser.translateLocalHtmlFile":"HTML/txt \u092B\u093C\u093E\u0907\u0932\u094B\u0902 \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0947\u0902","browser.donateContext":"\u092A\u094D\u0930\u093E\u092F\u094B\u091C\u0928 \u0932\u093E\u092D\u094B\u0902 \u0915\u0947 \u092C\u093E\u0930\u0947 \u092E\u0947\u0902 \u091C\u093E\u0928\u0947\u0902","browser.translateLocalSubtitleFile":"\u0938\u094D\u0925\u093E\u0928\u0940\u092F \u0909\u092A\u0936\u0940\u0930\u094D\u0937\u0915 \u092B\u093C\u093E\u0907\u0932\u094B\u0902 \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0947\u0902",confirmResetConfig:"\u0915\u094D\u092F\u093E \u0906\u092A \u0935\u093E\u0915\u0908 \u0905\u092A\u0928\u0940 \u0938\u0947\u091F\u093F\u0902\u0917\u094D\u0938 \u0930\u0940\u0938\u0947\u091F \u0915\u0930\u0928\u093E \u091A\u093E\u0939\u0924\u0947 \u0939\u0948\u0902?",translationLineBreakSettingTitle:"\u0905\u0928\u0941\u0935\u093E\u0926 \u092A\u0902\u0915\u094D\u0924\u093F \u0930\u0948\u092A\u093F\u0902\u0917 \u0938\u0947\u091F\u093F\u0902\u0917",smartLineBreak:"\u0938\u094D\u092E\u093E\u0930\u094D\u091F \u0932\u093E\u0907\u0928 \u0930\u0948\u092A\u093F\u0902\u0917",alwaysLineBreak:"\u0939\u092E\u0947\u0936\u093E \u0932\u092A\u0947\u091F\u094B",isShowContextMenu:"\u0905\u0928\u0941\u0935\u093E\u0926\u093F\u0924 \u0935\u0947\u092C \u092A\u0947\u091C \u0915\u094B \u0930\u093E\u0907\u091F-\u0915\u094D\u0932\u093F\u0915 \u092E\u0947\u0928\u0942 \u0906\u0907\u091F\u092E \u092E\u0947\u0902 \u091C\u094B\u0921\u093C\u0947\u0902",toggleBeta:"\u092C\u0940\u091F\u093E \u092A\u0930\u0940\u0915\u094D\u0937\u0923 \u0938\u0941\u0935\u093F\u0927\u093E\u090F\u0901 \u0938\u0915\u094D\u0937\u092E \u0915\u0930\u0947\u0902",betaDescription:"\u0909\u0928 \u0938\u0941\u0935\u093F\u0927\u093E\u0913\u0902 \u0915\u094B \u0938\u0915\u094D\u0937\u092E \u0915\u0930\u0947\u0902 \u091C\u094B \u0905\u092D\u0940 \u092D\u0940 \u092A\u094D\u0930\u092F\u094B\u0917\u093E\u0924\u094D\u092E\u0915 \u0939\u0948\u0902, \u0938\u093E\u0925 \u0939\u0940 \u092A\u0930\u0940\u0915\u094D\u0937\u0923 \u092E\u0947\u0902 \u0905\u0928\u0941\u0935\u093E\u0926 \u0938\u0947\u0935\u093E\u090F\u0902 \u092D\u0940 \u0938\u0915\u094D\u0937\u092E \u0915\u0930\u0947\u0902\u0964 <1>\u091F\u0947\u0932\u0940\u0917\u094D\u0930\u093E\u092E \u0938\u092E\u0942\u0939 \u0938\u0947 \u091C\u0941\u0921\u093C\u0947\u0902 \u0914\u0930 \u0905\u0927\u093F\u0915 \u091C\u093E\u0928\u0947\u0902\u0964",translationLineBreakSettingDescription:"\u0939\u092E\u0947\u0936\u093E \u0930\u0948\u092A \u0915\u092E \u0938\u093E\u092E\u0917\u094D\u0930\u0940 \u0935\u093E\u0932\u0947 \u0932\u0947\u0906\u0909\u091F \u0915\u0947 \u0932\u093F\u090F \u0909\u092A\u092F\u0941\u0915\u094D\u0924 \u0939\u094B\u0924\u093E \u0939\u0948 \u0914\u0930 \u0905\u0927\u093F\u0915 \u0938\u0941\u0935\u094D\u092F\u0935\u0938\u094D\u0925\u093F\u0924 \u0939\u094B\u0924\u093E \u0939\u0948\u0964 (\u0938\u094D\u0925\u093E\u0928 \u092C\u091A\u093E\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u092C\u0939\u0941\u0924 \u0938\u093E\u0930\u0940 \u0938\u093E\u092E\u0917\u094D\u0930\u0940 ({count}\u0938\u0947 \u0905\u0927\u093F\u0915 \u0905\u0915\u094D\u0937\u0930) \u0935\u093E\u0932\u0947 \u0932\u0902\u092C\u0947 \u092A\u0948\u0930\u093E\u0917\u094D\u0930\u093E\u092B \u092E\u0947\u0902 \u0938\u094D\u092E\u093E\u0930\u094D\u091F \u0932\u093E\u0907\u0928 \u092C\u094D\u0930\u0947\u0915 \u0915\u093E \u0909\u092A\u092F\u094B\u0917 \u0915\u0930\u0947\u0902)",tempTranslateDomainTitle:"\u0935\u0947\u092C\u0938\u093E\u0907\u091F \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u094B \u0905\u0938\u094D\u0925\u093E\u092F\u0940 \u0930\u0942\u092A \u0938\u0947 \u0915\u092C \u0924\u0915 \u0938\u0915\u094D\u0937\u092E \u0915\u0930\u0928\u093E \u0939\u0948",tempTranslateDomainDescription:"\u0915\u093F\u0938\u0940 \u0935\u0947\u092C \u092A\u0947\u091C \u0915\u093E \u092E\u0948\u0928\u094D\u092F\u0941\u0905\u0932 \u0930\u0942\u092A \u0938\u0947 \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0924\u0947 \u0938\u092E\u092F, \u0938\u094D\u0935\u091A\u093E\u0932\u093F\u0924 \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0947 \u0932\u093F\u090F \u0935\u0947\u092C\u0938\u093E\u0907\u091F \u0915\u094B \u0905\u0938\u094D\u0925\u093E\u092F\u0940 \u0930\u0942\u092A \u0938\u0947 \u091A\u093E\u0932\u0942 \u0915\u0930\u0947\u0902, \u0914\u0930 \u0906\u092A \u0905\u0938\u094D\u0925\u093E\u092F\u0940 \u0905\u0935\u0927\u093F \u0928\u093F\u0930\u094D\u0927\u093E\u0930\u093F\u0924 \u0915\u0930 \u0938\u0915\u0924\u0947 \u0939\u0948\u0902\u0964",xMinutes:"{count} \u092E\u093F\u0928\u091F",disabled:"\u0905\u0915\u094D\u0937\u092E \u0915\u0930\u0928\u093E",changelog:"\u0932\u0949\u0917 \u092C\u0926\u0932\u0947\u0902",toggleTranslatePageWhenThreeFingersOnTheScreen:"\u0935\u0947\u092C \u092A\u0947\u091C \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0928\u0947/\u092E\u0942\u0932 \u092A\u093E\u0920 \u092A\u094D\u0930\u0926\u0930\u094D\u0936\u093F\u0924 \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u090F\u0915 \u0939\u0940 \u0938\u092E\u092F \u092E\u0947\u0902 \u0915\u0908 \u0905\u0902\u0917\u0941\u0932\u093F\u092F\u094B\u0902 \u0938\u0947 \u0938\u094D\u0915\u094D\u0930\u0940\u0928 \u0915\u094B \u0938\u094D\u092A\u0930\u094D\u0936 \u0915\u0930\u0947\u0902",toggleTranslationMaskWhenThreeFingersOnTheScreen:"\u0905\u0928\u0941\u0935\u093E\u0926 \u0927\u0941\u0902\u0927\u0932\u093E \u092A\u094D\u0930\u092D\u093E\u0935 \u0926\u093F\u0916\u093E\u0928\u0947/\u091B\u093F\u092A\u093E\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u090F\u0915 \u0939\u0940 \u0938\u092E\u092F \u092E\u0947\u0902 \u0915\u0908 \u0905\u0902\u0917\u0941\u0932\u093F\u092F\u094B\u0902 \u0915\u094B \u0938\u094D\u092A\u0930\u094D\u0936 \u0915\u0930\u0947\u0902",fingerCountToToggleTranslagePageOnlyTranslationWhenTouching:"\u0935\u0947\u092C \u092A\u0947\u091C \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 (\u0915\u0947\u0935\u0932 \u0905\u0928\u0941\u0935\u093E\u0926)/\u092E\u0942\u0932 \u092A\u093E\u0920 \u092A\u094D\u0930\u0926\u0930\u094D\u0936\u093F\u0924 \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u090F\u0915 \u0939\u0940 \u0938\u092E\u092F \u092E\u0947\u0902 \u0915\u0908 \u0905\u0902\u0917\u0941\u0932\u093F\u092F\u094B\u0902 \u0938\u0947 \u0938\u094D\u0915\u094D\u0930\u0940\u0928 \u0915\u094B \u0938\u094D\u092A\u0930\u094D\u0936 \u0915\u0930\u0947\u0902",addUrlDescription:"\u092F\u0939 \u090F\u0915 \u0921\u094B\u092E\u0947\u0928 \u0928\u093E\u092E \u0939\u094B \u0938\u0915\u0924\u093E \u0939\u0948 \u0914\u0930 \u0935\u093E\u0907\u0932\u094D\u0921\u0915\u093E\u0930\u094D\u0921 \u0915\u093E \u0938\u092E\u0930\u094D\u0925\u0928 \u0915\u0930\u0924\u093E \u0939\u0948, \u091C\u0948\u0938\u0947\uFF1A*.google.com, google.com/mail/*, https://www.google.com/*",general:"\u092E\u0942\u0932 \u0938\u0947\u091F\u093F\u0902\u0917\u094D\u0938",clickToExpandConfig:"\u0935\u0930\u094D\u0924\u092E\u093E\u0928 \u0915\u0949\u0928\u094D\u092B\u093C\u093F\u0917\u0930\u0947\u0936\u0928 \u0915\u093E \u0935\u093F\u0938\u094D\u0924\u093E\u0930 \u0915\u0930\u0947\u0902",import:"\u092B\u093C\u093E\u0907\u0932 \u0938\u0947 \u0906\u092F\u093E\u0924 \u0915\u0930\u0947\u0902",export:"\u092B\u093C\u093E\u0907\u0932 \u092E\u0947\u0902 \u0928\u093F\u0930\u094D\u092F\u093E\u0924 \u0915\u0930\u0947\u0902",toggleDebug:"\u0915\u0902\u0938\u094B\u0932 \u092A\u0930 \u0921\u093F\u092C\u0917 \u0932\u0949\u0917 \u092A\u094D\u0930\u093F\u0902\u091F \u0915\u0930\u0947\u0902","fingers.0":"\u092C\u0902\u0926","fingers.2":"\u0926\u094B \u0909\u0902\u0917\u0932\u093F\u092F\u094B\u0902 \u0915\u093E \u0938\u094D\u092A\u0930\u094D\u0936","fingers.3":"\u0924\u0940\u0928 \u0909\u0902\u0917\u0932\u093F\u092F\u094B\u0902 \u0915\u093E \u0938\u094D\u092A\u0930\u094D\u0936","fingers.4":"\u091A\u093E\u0930 \u0905\u0902\u0917\u0941\u0932 \u0915\u093E \u0938\u094D\u092A\u0930\u094D\u0936","fingers.5":"\u092A\u093E\u0901\u091A \u0905\u0902\u0917\u0941\u0932 \u0915\u093E \u0938\u094D\u092A\u0930\u094D\u0936",mouseHoldKey:"+ {key} \u0907\u0938 \u0905\u0928\u0941\u091A\u094D\u091B\u0947\u0926 \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926/\u092A\u0941\u0928\u0930\u094D\u0938\u094D\u0925\u093E\u092A\u0928\u093E \u0915\u0930\u0947\u0902",mouseHoldKeyAuto:"\u0907\u0938 \u0905\u0928\u0941\u091A\u094D\u091B\u0947\u0926 \u0915\u093E \u0938\u0940\u0927\u0947 \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0947\u0902",mouseHoldKeyOff:"\u0915\u0941\u091B \u092E\u0924 \u0915\u0930\u094B",mouseHoldKeyOther:"\u0915\u0938\u094D\u091F\u092E \u0936\u0949\u0930\u094D\u091F\u0915\u091F \u0915\u0941\u0902\u091C\u093F\u092F\u093E\u0901 (\u0938\u0947\u091F\u093F\u0902\u0917\u094D\u0938 \u0916\u094B\u0932\u0947\u0902)",mouseHoldKeyCustomKey:"0\u0907\u0938 \u0905\u0928\u0941\u091A\u094D\u091B\u0947\u0926 \u0915\u093E {key} /\u092A\u0941\u0928\u0930\u094D\u0938\u094D\u0925\u093E\u092A\u0928\u093E \u0915\u0930\u0947\u0902",mouseHoverHoldKey:"\u092A\u0948\u0930\u093E\u0917\u094D\u0930\u093E\u092B \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u092E\u093E\u0909\u0938 \u0915\u094B \u0918\u0941\u092E\u093E\u090F\u0901 \u0914\u0930 \u0936\u0949\u0930\u094D\u091F\u0915\u091F \u0915\u0941\u0902\u091C\u0940 \u0926\u092C\u093E\u090F\u0901","mouse-translate":"\u092E\u093E\u0909\u0938 \u0915\u0947 \u090A\u092A\u0930",document:"\u0926\u0938\u094D\u0924\u093E\u0935\u0947\u091C\u093C",resetSuccess:"\u0938\u092D\u0940 \u0938\u0947\u091F\u093F\u0902\u0917\u094D\u0938 \u0938\u092B\u0932\u0924\u093E\u092A\u0942\u0930\u094D\u0935\u0915 \u0930\u0940\u0938\u0947\u091F \u0915\u0930\u0947\u0902",resetThisSuccess:"\u0930\u0940\u0938\u0947\u091F \u0938\u092B\u0932",saved:"\u0938\u092B\u0932\u0924\u093E\u092A\u0942\u0930\u094D\u0935\u0915 \u092C\u091A\u093E\u092F\u093E",successImportConfig:"\u0915\u0949\u0928\u094D\u092B\u093C\u093F\u0917\u0930\u0947\u0936\u0928 \u0938\u092B\u0932\u0924\u093E\u092A\u0942\u0930\u094D\u0935\u0915 \u0906\u092F\u093E\u0924 \u0915\u093F\u092F\u093E \u0917\u092F\u093E",goAdvancedSettings:"\u0909\u0928\u094D\u0928\u0924 \u0938\u0947\u091F\u093F\u0902\u0917 \u092A\u0943\u0937\u094D\u0920 \u092A\u0930 \u091C\u093E\u090F\u0901",goAdvancedInterfaceSettings:"\u0909\u0928\u094D\u0928\u0924 \u0905\u0928\u0941\u0915\u0942\u0932\u0928 \u0938\u0947\u091F\u093F\u0902\u0917 \u092A\u0943\u0937\u094D\u0920 \u092A\u0930 \u091C\u093E\u090F\u0901",advanced:"\u090F\u0921\u0935\u093E\u0902\u0938 \u0938\u0947\u091F\u093F\u0902\u0917",advancedDescription:"\u0906\u092E \u0924\u094C\u0930 \u092A\u0930, \u0915\u093F\u0938\u0940 \u0938\u0947\u091F\u093F\u0902\u0917 \u0915\u0940 \u0906\u0935\u0936\u094D\u092F\u0915\u0924\u093E \u0928\u0939\u0940\u0902 \u0939\u0948, \u092C\u0938 \u0921\u093F\u092B\u093C\u0949\u0932\u094D\u091F \u0930\u0916\u0947\u0902\u0964 \u0915\u0947\u0935\u0932 \u0905\u0927\u093F\u0915 \u092A\u0947\u0936\u0947\u0935\u0930 \u0909\u092A\u092F\u094B\u0917\u0915\u0930\u094D\u0924\u093E\u0913\u0902 \u0915\u0947 \u0932\u093F\u090F, \u0905\u0927\u093F\u0915 \u0935\u0948\u092F\u0915\u094D\u0924\u093F\u0915\u0943\u0924 \u0938\u0947\u091F\u093F\u0902\u0917\u094D\u0938 \u092A\u094D\u0930\u0926\u093E\u0928 \u0915\u0940 \u091C\u093E\u0924\u0940 \u0939\u0948\u0902\u0964",developer:"\u0921\u0947\u0935\u0932\u092A\u0930 \u0938\u0947\u091F\u093F\u0902\u0917\u094D\u0938",donateCafe:"\u0915\u0940\u092E\u0924","translate to the bottom of the page":"\u0935\u0947\u092C \u092A\u0947\u091C \u092E\u0947\u0902 \u092A\u094D\u0930\u0935\u0947\u0936 \u0915\u0930\u0928\u0947 \u0915\u0947 \u092C\u093E\u0926, \u0915\u094D\u092F\u093E \u0907\u0938\u0915\u093E \u0924\u0941\u0930\u0902\u0924 \u092A\u0943\u0937\u094D\u0920 \u0915\u0947 \u0928\u093F\u091A\u0932\u0947 \u092D\u093E\u0917 \u092E\u0947\u0902 \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u093F\u092F\u093E \u091C\u093E\u0924\u093E \u0939\u0948?",feedback:"\u092A\u094D\u0930\u0924\u093F\u0915\u094D\u0930\u093F\u092F\u093E",toggleTranslatePage:"\u0935\u0947\u092C \u092A\u0947\u091C \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0947\u0902/\u092E\u0942\u0932 \u092A\u093E\u0920 \u0926\u093F\u0916\u093E\u090F\u0902",translateToThePageEndImmediatelyDescription:"\u091A\u093E\u0932\u0942 \u0939\u094B\u0928\u0947 \u092A\u0930, \u0915\u093F\u0938\u0940 \u0935\u0947\u092C\u092A\u0947\u091C \u092E\u0947\u0902 \u092A\u094D\u0930\u0935\u0947\u0936 \u0915\u0930\u0928\u0947 \u092A\u0930 \u0938\u093E\u092E\u0917\u094D\u0930\u0940 \u0924\u0941\u0930\u0902\u0924 \u090A\u092A\u0930 \u0938\u0947 \u0928\u0940\u091A\u0947 \u0924\u0915 \u0905\u0928\u0941\u0935\u093E\u0926\u093F\u0924 \u0939\u094B \u091C\u093E\u090F\u0917\u0940\u0964 \u092F\u0926\u093F \u092C\u0902\u0926 \u0939\u0948, \u0924\u094B \u0906\u092A \u090F\u0915 \u0939\u0940 \u0938\u092E\u092F \u092E\u0947\u0902 \u092A\u0922\u093C \u0914\u0930 \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930 \u0938\u0915\u0924\u0947 \u0939\u0948\u0902\u0964 (\u091A\u093E\u0932\u0942 \u0915\u0930\u0928\u0947 \u0915\u0940 \u0905\u0928\u0941\u0936\u0902\u0938\u093E \u0928\u0939\u0940\u0902 \u0915\u0940 \u0917\u0908)","translate all areas of the page":"\u0935\u0947\u092C \u092A\u0947\u091C \u0915\u0947 \u0938\u092D\u0940 \u0915\u094D\u0937\u0947\u0924\u094D\u0930\u094B\u0902 \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0928\u093E \u0939\u0948 \u092F\u093E \u0928\u0939\u0940\u0902",translationAreaDescription:"\u091A\u093E\u0932\u0942 \u0939\u094B\u0928\u0947 \u092A\u0930, \u0938\u0902\u092A\u0942\u0930\u094D\u0923 \u0935\u0947\u092C \u092A\u0947\u091C \u0915\u0947 \u0938\u092D\u0940 \u0915\u094D\u0937\u0947\u0924\u094D\u0930\u094B\u0902 \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u093F\u092F\u093E \u091C\u093E\u090F\u0917\u093E\u0964 \u092F\u0926\u093F \u092C\u0902\u0926 \u0915\u093F\u092F\u093E \u091C\u093E\u0924\u093E \u0939\u0948, \u0924\u094B \u0921\u093F\u092B\u093C\u0949\u0932\u094D\u091F \u0938\u094D\u092E\u093E\u0930\u094D\u091F \u092A\u0939\u091A\u093E\u0928 \u0915\u093E \u0909\u092A\u092F\u094B\u0917 \u0915\u093F\u092F\u093E \u091C\u093E\u0924\u093E \u0939\u0948 \u0914\u0930 \u0915\u0947\u0935\u0932 \u092E\u0941\u0916\u094D\u092F \u0915\u094D\u0937\u0947\u0924\u094D\u0930 \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u093F\u092F\u093E \u091C\u093E\u0924\u093E \u0939\u0948\u0964 (\u091A\u093E\u0932\u0942 \u0915\u0930\u0928\u0947 \u0915\u0940 \u0905\u0928\u0941\u0936\u0902\u0938\u093E \u0928\u0939\u0940\u0902 \u0915\u0940 \u0917\u0908)","the number of characters to be translated first":"\u0926\u0943\u0936\u094D\u092F \u0915\u094D\u0937\u0947\u0924\u094D\u0930 \u0924\u0915 \u0938\u094D\u0915\u094D\u0930\u0949\u0932 \u0915\u0930\u0928\u0947 \u0915\u0940 \u092A\u094D\u0930\u0924\u0940\u0915\u094D\u0937\u093E \u0915\u093F\u090F \u092C\u093F\u0928\u093E \u092A\u0943\u0937\u094D\u0920 \u0915\u0947 \u092A\u0939\u0932\u0947 \u0915\u0941\u091B \u0935\u0930\u094D\u0923\u094B\u0902 \u0915\u093E \u0938\u0940\u0927\u0947 \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0947\u0902","interface language":"\u0907\u0902\u091F\u0930\u092B\u093C\u0947\u0938 \u092D\u093E\u0937\u093E","display both the original text and the translation":"\u092E\u0942\u0932 \u092A\u093E\u0920 \u0914\u0930 \u0905\u0928\u0941\u0935\u093E\u0926 \u090F\u0915 \u0938\u093E\u0925 \u092A\u094D\u0930\u0926\u0930\u094D\u0936\u093F\u0924 \u0915\u0930\u0947\u0902","keyboard shortcuts":"\u0915\u0941\u0902\u091C\u0940\u092A\u091F\u0932 \u0905\u0932\u094D\u092A \u092E\u093E\u0930\u094D\u0917",modify:"\u0936\u0949\u0930\u094D\u091F\u0915\u091F \u0915\u0941\u0902\u091C\u093F\u092F\u093E\u0901 \u0938\u0902\u0936\u094B\u0927\u093F\u0924 \u0915\u0930\u0947\u0902",reset:"\u0930\u0940\u0938\u0947\u091F",close:"\u092C\u0902\u0926",homepage:"\u0939\u094B\u092E \u092A\u0947\u091C",more:"\u0905\u0927\u093F\u0915",moreOptions:"\u0905\u0927\u093F\u0915 \u0905\u0928\u0941\u0915\u0942\u0932\u0928 \u0935\u093F\u0915\u0932\u094D\u092A\u094B\u0902 \u0915\u093E \u0935\u093F\u0938\u094D\u0924\u093E\u0930 \u0915\u0930\u0947\u0902",translateTheWholePage:"\u092A\u0943\u0937\u094D\u0920 \u0915\u0947 \u0938\u092D\u0940 \u0915\u094D\u0937\u0947\u0924\u094D\u0930\u094B\u0902 \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0947\u0902 (\u092C\u0941\u0926\u094D\u0927\u093F\u092E\u093E\u0928 \u092A\u0939\u091A\u093E\u0928 \u0915\u0947 \u092E\u0941\u0916\u094D\u092F \u0915\u094D\u0937\u0947\u0924\u094D\u0930\u094B\u0902 \u0938\u0947 \u092D\u093F\u0928\u094D\u0928)",changeToTranslateTheWholePage:"\u0938\u092D\u0940 \u0915\u094D\u0937\u0947\u0924\u094D\u0930\u094B\u0902 \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u0938\u094D\u0935\u093F\u091A \u0915\u0930\u0947\u0902",changeToTranslateTheMainPage:"\u0905\u0928\u0941\u0935\u093E\u0926 \u092E\u0941\u0916\u094D\u092F \u0915\u094D\u0937\u0947\u0924\u094D\u0930 \u092A\u0930 \u0938\u094D\u0935\u093F\u091A \u0915\u0930\u0947\u0902",changeToOnlyTranslationMode:"\u0915\u0947\u0935\u0932 \u0905\u0928\u0941\u0935\u093E\u0926 \u0926\u093F\u0916\u093E\u0928\u0947 \u092A\u0930 \u0938\u094D\u0935\u093F\u091A \u0915\u0930\u0947\u0902",changeToDualTranslationMode:"\u0926\u094D\u0935\u093F\u092D\u093E\u0937\u0940 \u0905\u0928\u0941\u0935\u093E\u0926 \u092A\u0930 \u0938\u094D\u0935\u093F\u091A \u0915\u0930\u0947\u0902",translateToThePageEndImmediately:"\u0924\u0941\u0930\u0902\u0924 \u092A\u0943\u0937\u094D\u0920 \u0915\u0947 \u0928\u0940\u091A\u0947 \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0947\u0902",translateTheMainPage:"\u092C\u0941\u0926\u094D\u0927\u093F\u092E\u093E\u0928 \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0947 \u092E\u0941\u0916\u094D\u092F \u0915\u094D\u0937\u0947\u0924\u094D\u0930","The local rules are up to date":"\u0938\u094D\u0925\u093E\u0928\u0940\u092F \u0905\u0928\u0941\u0915\u0942\u0932\u0928 \u0928\u093F\u092F\u092E \u0905\u0926\u094D\u092F\u0924\u093F\u0924 \u0939\u0948\u0902:","Successfully synchronized with the latest official rules:":"\u0928\u0935\u0940\u0928\u0924\u092E \u0906\u0927\u093F\u0915\u093E\u0930\u093F\u0915 \u0905\u0928\u0941\u0915\u0942\u0932\u0928 \u0928\u093F\u092F\u092E\u094B\u0902 \u0915\u094B \u0938\u092B\u0932\u0924\u093E\u092A\u0942\u0930\u094D\u0935\u0915 \u0938\u093F\u0902\u0915\u094D\u0930\u0928\u093E\u0907\u091C\u093C \u0915\u093F\u092F\u093E \u0917\u092F\u093E:","Checking for updates":"\u0905\u092A\u0921\u0947\u091F \u0915\u0947 \u0932\u093F\u090F \u091C\u093E\u0902\u091A \u0915\u0930 \u0930\u0939\u093E \u0939\u0948","Rules are being synchronized":"\u0905\u0928\u0941\u0915\u0942\u0932\u0928 \u0928\u093F\u092F\u092E\u094B\u0902 \u0915\u094B \u0938\u093F\u0902\u0915\u094D\u0930\u0928\u093E\u0907\u091C\u093C \u0915\u0930\u0928\u093E",localVersionIsTooOld:"\u0938\u094D\u0925\u093E\u0928\u0940\u092F \u090F\u0915\u094D\u0938\u091F\u0947\u0902\u0936\u0928 \u0938\u0902\u0938\u094D\u0915\u0930\u0923 \u092C\u0939\u0941\u0924 \u092A\u0941\u0930\u093E\u0928\u093E \u0939\u0948\u0964 \u0915\u0943\u092A\u092F\u093E \u090F\u0915\u094D\u0938\u091F\u0947\u0902\u0936\u0928 {minVersion} \u092F\u093E \u0928\u090F \u0938\u0902\u0938\u094D\u0915\u0930\u0923 \u092E\u0947\u0902 \u0905\u092A\u0917\u094D\u0930\u0947\u0921 \u0915\u0930\u0947\u0902 \u0914\u0930 \u092B\u093F\u0930 \u0938\u0947 \u0938\u093F\u0902\u0915\u094D\u0930\u0928\u093E\u0907\u091C\u093C\u0947\u0936\u0928 \u0915\u093E \u092A\u094D\u0930\u092F\u093E\u0938 \u0915\u0930\u0947\u0902\u0964",badUserscriptBrowser:"\u0935\u0930\u094D\u0924\u092E\u093E\u0928 \u092C\u094D\u0930\u093E\u0909\u091C\u093C\u0930 \u0917\u094D\u0930\u0940\u0938 \u092E\u0902\u0915\u0940 \u090F\u0915\u094D\u0938\u091F\u0947\u0902\u0936\u0928 \u0907\u0902\u091F\u0930\u092B\u093C\u0947\u0938 \u0915\u094B \u0938\u0939\u0940 \u0922\u0902\u0917 \u0938\u0947 \u0915\u093E\u0930\u094D\u092F\u093E\u0928\u094D\u0935\u093F\u0924 \u0928\u0939\u0940\u0902 \u0915\u0930\u0924\u093E \u0939\u0948 (\u091C\u0948\u0938\u0947 \u0915\u093F \u0917\u094D\u0930\u0940\u0938 \u092E\u0902\u0915\u0940 \u0938\u094D\u0915\u094D\u0930\u093F\u092A\u094D\u091F \u0915\u0940 \u0938\u0902\u0938\u094D\u0915\u0930\u0923 \u0938\u0902\u0916\u094D\u092F\u093E \u0915\u0940 \u091C\u093E\u0928\u0915\u093E\u0930\u0940 \u092A\u094D\u0930\u093E\u092A\u094D\u0924 \u0915\u0930\u0928\u093E), \u0915\u0943\u092A\u092F\u093E \u0905\u0928\u094D\u092F <1> \u0938\u092E\u0930\u094D\u0925\u0928 \u0917\u094D\u0930\u0940\u0938 \u092E\u0902\u0915\u0940 \u090F\u0915\u094D\u0938\u091F\u0947\u0902\u0936\u0928 \u0915\u093E \u0909\u092A\u092F\u094B\u0917 \u0915\u0930\u0947\u0902 \u092B\u093C\u093E\u092F\u0930\u092B\u093C\u0949\u0915\u094D\u0938 \u091C\u0948\u0938\u0947 \u092C\u094D\u0930\u093E\u0909\u091C\u093C\u0930",foundNewVersion:"\u0928\u092F\u093E \u0938\u0902\u0938\u094D\u0915\u0930\u0923 \u092E\u093F\u0932\u093E",theLocalExtensionIsUpToUpdate:"\u0935\u0930\u094D\u0924\u092E\u093E\u0928 \u090F\u0915\u094D\u0938\u091F\u0947\u0902\u0936\u0928 \u0928\u0935\u0940\u0928\u0924\u092E \u0938\u0902\u0938\u094D\u0915\u0930\u0923 \u0939\u0948.",failToSyncRules:"\u0928\u0935\u0940\u0928\u0924\u092E \u0905\u0928\u0941\u0915\u0942\u0932\u0928 \u0928\u093F\u092F\u092E\u094B\u0902 \u0915\u094B \u0938\u093F\u0902\u0915\u094D\u0930\u0928\u093E\u0907\u091C\u093C \u0915\u0930\u0928\u0947 \u092E\u0947\u0902 \u0935\u093F\u092B\u0932",retry:"\u092A\u0941\u0928\u0903 \u092A\u094D\u0930\u092F\u093E\u0938 \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u092F\u0939\u093E\u0902 \u092A\u0930 \u0915\u094D\u0932\u093F\u0915 \u0915\u0930\u0947\u0902",failedReason:"\u0905\u0938\u092B\u0932\u0924\u093E \u0915\u093E \u0915\u093E\u0930\u0923",currentRuleVersion:"\u0935\u0930\u094D\u0924\u092E\u093E\u0928 \u0928\u093F\u092F\u092E \u0938\u0902\u0938\u094D\u0915\u0930\u0923",calculating:"\u0917\u093F\u0928\u093E \u091C\u093E \u0930\u0939\u093E \u0939\u0948",unknownError:"\u0905\u091C\u094D\u091E\u093E\u0924 \u0917\u0932\u0924\u0940",canNotFetchRemoteRule:"\u0926\u0942\u0930\u0938\u094D\u0925 \u0928\u093F\u092F\u092E \u092A\u094D\u0930\u093E\u092A\u094D\u0924 \u0915\u0930\u0928\u0947 \u092E\u0947\u0902 \u0905\u0938\u092E\u0930\u094D\u0925",enableAlphaSuccess:"\u0905\u0932\u094D\u092B\u093C\u093E \u092B\u093C\u0902\u0915\u094D\u0936\u0928 \u091A\u093E\u0932\u0942 \u0939\u0941\u0906",disableAlphaSuccess:"\u0905\u0932\u094D\u092B\u093C\u093E \u0938\u0941\u0935\u093F\u0927\u093E \u092C\u0902\u0926 \u0915\u0930 \u0926\u0940 \u0917\u0908",cacheSize:"\u0915\u0948\u0936 \u0906\u0915\u093E\u0930\uFF1A",cleaning:"\u0938\u092B\u093E\u0908",cleanCache:"\u0915\u0948\u0936 \u0915\u094B \u0938\u093E\u092B\u093C \u0915\u0930\u0947\u0902",options:"\u0938\u094D\u0925\u093E\u092A\u093F\u0924 \u0915\u0930\u0928\u093E",about:"\u0915\u0947 \u092C\u093E\u0930\u0947 \u092E\u0947\u0902",service:"\u0905\u0928\u0941\u0935\u093E\u0926\u0928 \u0938\u0947\u0935\u093E",needAction:"(\u0938\u0947\u091F\u093F\u0902\u0917\u094D\u0938 \u092E\u0947\u0902 \u091C\u093E\u0913)",goSettings:"\u0938\u0947\u091F\u093F\u0902\u0917\u094D\u0938 \u092E\u0947\u0902 \u091C\u093E\u0913",needActionForOptions:"(\u0938\u0947\u091F \u0915\u0930\u0928\u0947 \u0915\u0940 \u0906\u0935\u0936\u094D\u092F\u0915\u0924\u093E \u0939\u0948)",translationEngine:"\u0907\u0902\u091C\u0928 \u0935\u093F\u0915\u0932\u094D\u092A",sourceLanguage:"\u0935\u093E\u0938\u094D\u0924\u0935\u093F\u0915 \u092D\u093E\u0937\u093E",target:"\u0932\u0915\u094D\u0937\u094D\u092F \u092D\u093E\u0937\u093E",popupSourceLanguage:"\u0935\u093E\u0938\u094D\u0924\u0935\u093F\u0915 \u092D\u093E\u0937\u093E",popupTarget:"\u0932\u0915\u094D\u0937\u094D\u092F \u092D\u093E\u0937\u093E",popupService:"\u0905\u0928\u0941\u0935\u093E\u0926\u0928 \u0938\u0947\u0935\u093E",forThisSite:"\u0935\u0930\u094D\u0924\u092E\u093E\u0928 \u0935\u0947\u092C\u0938\u093E\u0907\u091F",autoEnableSubtitle:"\u0926\u094D\u0935\u093F\u092D\u093E\u0937\u0940 \u0909\u092A\u0936\u0940\u0930\u094D\u0937\u0915 \u0938\u094D\u0935\u091A\u093E\u0932\u093F\u0924 \u0930\u0942\u092A \u0938\u0947 \u091A\u093E\u0932\u0942 \u0915\u0930\u0947\u0902",alwaysTranslate:"\u0939\u092E\u0947\u0936\u093E \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0947\u0902",neverTranslate:"\u0915\u092D\u0940 \u092D\u0940 \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0928 \u0915\u0930\u0947\u0902",alwaysTranslateSomeLanguage:"\u0939\u092E\u0947\u0936\u093E {language}\u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0947\u0902",neverTranslateSomeLanguage:"\u0915\u092D\u0940 \u092D\u0940 {language}\u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0928 \u0915\u0930\u0947\u0902",alwaysTranslateSomeSite:"\u0939\u092E\u0947\u0936\u093E {hostname}\u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0947\u0902",neverTranslateSomeSite:"\u0915\u092D\u0940 \u092D\u0940 {hostname}\u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0928 \u0915\u0930\u0947\u0902",alwaysTranslateSomeSiteOrWildSite:"\u0939\u092E\u0947\u0936\u093E \u0907\u0938 \u0938\u093E\u0907\u091F \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0947\u0902",alwaysTranslateSomePage:"\u0939\u092E\u0947\u0936\u093E \u0907\u0938 \u092A\u0943\u0937\u094D\u0920 \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0947\u0902",add:"\u0907\u0938\u092E\u0947\u0902 \u091C\u094B\u0921\u093C\u0947\u0902",default:"\u0917\u0932\u0924\u0940 \u0915\u0930\u0928\u093E",forThisLanguage:"\u0907\u0938 \u092D\u093E\u0937\u093E \u0915\u0947 \u0932\u093F\u090F\uFF1A","add url":"\u092F\u0942 \u0906\u0930 \u090F\u0932 \u0926\u0930\u094D\u091C \u0915\u0930\u094B",edit:"\u0938\u0902\u092A\u093E\u0926\u0928 \u0915\u0930\u0928\u093E","translate other languages into specific language":"\u0906\u092A\u0915\u0947 \u0926\u094D\u0935\u093E\u0930\u093E \u0928\u093F\u0930\u094D\u0927\u093E\u0930\u093F\u0924 \u092D\u093E\u0937\u093E \u092E\u0947\u0902 \u0905\u0928\u094D\u092F \u092D\u093E\u0937\u093E\u0913\u0902 \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0947\u0902","select translation service":"\u090F\u0915 \u0905\u0928\u0941\u0935\u093E\u0926 \u0938\u0947\u0935\u093E \u091A\u0941\u0928\u0947\u0902",language:"\u092D\u093E\u0937\u093E","show-original":"\u092E\u0942\u0932 \u092A\u093E\u0920 \u0926\u093F\u0916\u093E\u090F\u0901",translate:"\u0905\u0928\u0941\u0935\u093E\u0926",Translated:"\u0905\u0928\u0941\u0935\u093E\u0926",Translating:"\u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0928\u093E",Error:"\u0917\u0932\u0924\u0940",allowCacheTranslations:"\u0938\u094D\u0925\u093E\u0928\u0940\u092F \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0948\u0936\u093F\u0902\u0917 \u0938\u0915\u094D\u0937\u092E \u0915\u0930\u0947\u0902 (\u0921\u0941\u092A\u094D\u0932\u093F\u0915\u0947\u091F \u092A\u0948\u0930\u093E\u0917\u094D\u0930\u093E\u092B \u0915\u0947 \u0932\u093F\u090F \u0905\u0928\u0941\u0935\u093E\u0926 \u0905\u0928\u0941\u0930\u094B\u0927\u094B\u0902 \u0915\u094B \u0915\u092E \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F)","translation display":"\u0905\u0928\u0941\u0935\u093E\u0926 \u092A\u094D\u0930\u0926\u0930\u094D\u0936\u0928 \u0936\u0948\u0932\u0940","select diplay style":"\u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0940 \u0936\u0948\u0932\u0940 \u0915\u094B \u0905\u0932\u0917 \u0915\u0930\u0947\u0902\u0964 \u0935\u093F\u0935\u0930\u0923 \u0915\u0947 \u0932\u093F\u090F \u0915\u0943\u092A\u092F\u093E \u0928\u093F\u092E\u094D\u0928\u0932\u093F\u0916\u093F\u0924 \u0909\u0926\u093E\u0939\u0930\u0923 \u0926\u0947\u0916\u0947\u0902:",interface:"\u0907\u0902\u091F\u0930\u092B\u093C\u0947\u0938 \u0938\u0947\u091F\u093F\u0902\u0917\u094D\u0938",import_export:"\u0906\u092F\u093E\u0924 \u0914\u0930 \u0928\u093F\u0930\u094D\u092F\u093E\u0924",import_export_title:"\u0906\u092F\u093E\u0924/\u0928\u093F\u0930\u094D\u092F\u093E\u0924 \u0915\u0949\u0928\u094D\u092B\u093C\u093F\u0917\u0930\u0947\u0936\u0928",syncToGoogleDrive:"\u0905\u092D\u0940 Google Drive \u0915\u0947 \u0938\u093E\u0925 \u0938\u093F\u0902\u0915 \u0915\u0930\u0947\u0902",floatBallOptions:"\u0928\u093F\u0932\u0902\u092C\u093F\u0924 \u0917\u0947\u0902\u0926 \u0938\u0947\u091F\u093F\u0902\u0917\u094D\u0938","floatBallOptions.enable":"\u092B\u094D\u0932\u094B\u091F\u093F\u0902\u0917 \u092C\u0949\u0932 \u0938\u0915\u094D\u0937\u092E \u0915\u0930\u0947\u0902","floatBallOptions.blockUrls":"\u0935\u0947\u092C\u0938\u093E\u0907\u091F \u0905\u0915\u094D\u0937\u092E \u0915\u0930\u0947\u0902","floatBallOptions.add":"\u0907\u0938\u092E\u0947\u0902 \u091C\u094B\u0921\u093C\u0947\u0902","floatBallOptions.blockUrlDesc":"\u0928\u093F\u092E\u094D\u0928\u0932\u093F\u0916\u093F\u0924 \u0935\u0947\u092C\u0938\u093E\u0907\u091F\u094B\u0902 \u0915\u093E \u0938\u093E\u092E\u0928\u093E \u0915\u0930\u0928\u0947 \u092A\u0930 \u092B\u094D\u0932\u094B\u091F\u093F\u0902\u0917 \u092C\u0949\u0932 \u092A\u094D\u0930\u0926\u0930\u094D\u0936\u093F\u0924 \u0928\u0939\u0940\u0902 \u0939\u094B\u0917\u0940","floatBallOptions.clickType":"\u0935\u094D\u092F\u0935\u0939\u093E\u0930 \u092A\u0930 \u0915\u094D\u0932\u093F\u0915 \u0915\u0930\u0947\u0902","floatBallOptions.clickTypeDesc":"\u0915\u094D\u0932\u093F\u0915 \u0915\u0930\u0928\u0947 \u092A\u0930 \u092B\u094D\u0932\u094B\u091F\u093F\u0902\u0917 \u092C\u0949\u0932 \u0906\u0907\u0915\u0928 \u0915\u093E \u0935\u094D\u092F\u0935\u0939\u093E\u0930","floatBallOptions.clickPopup":"\u0905\u0928\u0941\u0935\u093E\u0926 \u092A\u0948\u0928\u0932 \u0926\u093F\u0916\u093E\u090F\u0901","floatBallOptions.clickTranslate":"\u092E\u0942\u0932 \u092A\u093E\u0920 \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0947\u0902/\u0926\u093F\u0916\u093E\u090F\u0901","floatBallOptions.fixedPosition":"\u56FA\u5B9A\u4F4D\u7F6E","floatBallOptions.fixedPositionDesc":"\u60AC\u6D6E\u7403\u5728\u7A97\u53E3\u5DE6\u4FA7\u8FD8\u662F\u53F3\u4FA7","floatBallOptions.fixedPositionLeft":"\u5DE6\u4FA7","floatBallOptions.fixedPositionRight":"\u53F3\u4FA7",previewAllThemes:"\u0938\u092D\u0940 \u0936\u0948\u0932\u093F\u092F\u094B\u0902 \u0915\u093E \u092A\u0942\u0930\u094D\u0935\u093E\u0935\u0932\u094B\u0915\u0928 \u0915\u0930\u0947\u0902","translationTheme.none":"\u0915\u094B\u0908 \u0928\u0939\u0940\u0902","translationTheme.grey":"\u0917\u0939\u0930\u093E \u092D\u0942\u0930\u093E","translationTheme.dashed":"\u0927\u0930\u093E\u0936\u093E\u092F\u0940 \u0930\u0947\u0916\u093E\u0902\u0915\u093F\u0924","translationTheme.dotted":"\u092C\u093F\u0902\u0926\u0940\u0926\u093E\u0930 \u0930\u0947\u0916\u093E\u0902\u0915\u0928","translationTheme.dashedBorder":"\u0927\u0930\u093E\u0936\u093E\u092F\u0940 \u0938\u0940\u092E\u093E","translationTheme.solidBorder":"\u0920\u094B\u0938 \u0938\u0940\u092E\u093E","translationTheme.underline":"\u0938\u0940\u0927\u0947 \u0930\u0947\u0916\u093E\u0902\u0915\u093F\u0924 \u0915\u0930\u0947\u0902","translationTheme.mask":"\u0927\u0941\u0902\u0927\u0932\u093E \u092A\u094D\u0930\u092D\u093E\u0935 (\u0938\u0940\u0916\u0928\u0947 \u0915\u093E \u0924\u0930\u0940\u0915\u093E)","translationTheme.opacity":"\u092A\u093E\u0930\u0926\u0930\u094D\u0936\u093F\u0924\u093E \u092A\u094D\u0930\u092D\u093E\u0935","translationTheme.paper":"\u0936\u094D\u0935\u0947\u0924 \u092A\u0924\u094D\u0930 \u091B\u093E\u092F\u093E \u092A\u094D\u0930\u092D\u093E\u0935","translationTheme.dividingLine":"\u0935\u093F\u092D\u093E\u091C\u0928 \u0930\u0947\u0916\u093E","translationTheme.highlight":"\u092A\u094D\u0930\u092E\u0941\u0916\u0924\u093E \u0938\u0947 \u0926\u093F\u0916\u093E\u0928\u093E","translationTheme.marker":"\u0928\u093F\u0936\u093E\u0928","translationTheme.marker2":"\u092E\u093E\u0930\u094D\u0915\u0930 2","translationTheme.blockquote":"\u0938\u0902\u0926\u0930\u094D\u092D \u0936\u0948\u0932\u0940","translationTheme.weakening":"\u0915\u092E\u091C\u094B\u0930","translationTheme.italic":"\u0924\u093F\u0930\u094D\u091B\u093E","translationTheme.bold":"\u092C\u094B\u0932\u094D\u0921","translationTheme.thinDashed":"\u092A\u0924\u0932\u0940 \u0927\u0930\u093E\u0936\u093E\u092F\u0940 \u0930\u0947\u0916\u093E\u0902\u0915\u0928","translationTheme.nativeDashed":"\u0938\u093F\u0938\u094D\u091F\u092E \u092C\u093F\u0902\u0926\u0940\u0926\u093E\u0930 \u0905\u0902\u0921\u0930\u0932\u093E\u0907\u0928 \u0915\u0947 \u0938\u093E\u0925 \u0906\u0924\u093E \u0939\u0948","translationTheme.nativeDotted":"\u0938\u093F\u0938\u094D\u091F\u092E \u092C\u093F\u0902\u0926\u0940\u0926\u093E\u0930 \u0905\u0902\u0921\u0930\u0932\u093E\u0907\u0928 \u0915\u0947 \u0938\u093E\u0925 \u0906\u0924\u093E \u0939\u0948","translationTheme.nativeUnderline":"\u0938\u093F\u0938\u094D\u091F\u092E \u0938\u0940\u0927\u0947 \u0905\u0902\u0921\u0930\u0932\u093E\u0907\u0928 \u0915\u0947 \u0938\u093E\u0925 \u0906\u0924\u093E \u0939\u0948","translationTheme.wavy":"\u0932\u0939\u0930\u0926\u093E\u0930 \u0930\u0947\u0916\u093E\u090F\u0901","translationServices.custom":"\u0915\u0938\u094D\u091F\u092E \u090F\u092A\u0940\u0906\u0908","translationServices.tencent":"\u091F\u0947\u0928\u0938\u0947\u0902\u091F \u0905\u0928\u0941\u0935\u093E\u0926\u0915","translationServices.tenAlpha":"Tencent \u0905\u0928\u0941\u0935\u093E\u0926\u0915 (\u0905\u0932\u094D\u092B\u093E)","translationServices.google":"\u0917\u0942\u0917\u0932 \u0905\u0928\u0941\u0935\u093E\u0926","translationServices.bai":"Baidu(\u0905\u0932\u094D\u092B\u093E)","translationServices.baidu":"Baidu \u0905\u0928\u0941\u0935\u093E\u0926\u0915","translationServices.aliyun":"\u0905\u0932\u0940\u092C\u093E\u092C\u093E \u0915\u094D\u0932\u093E\u0909\u0921 \u0905\u0928\u0941\u0935\u093E\u0926","translationServices.volc":"\u091C\u094D\u0935\u093E\u0932\u093E\u092E\u0941\u0916\u0940 \u0905\u0928\u0941\u0935\u093E\u0926","translationServices.deeplx":"\u0921\u0940\u092A\u090F\u0932\u090F\u0915\u094D\u0938(\u092C\u0940\u091F\u093E)","translationServices.bing":"\u092E\u093E\u0907\u0915\u094D\u0930\u094B\u0938\u0949\u092B\u094D\u091F \u0905\u0928\u0941\u0935\u093E\u0926\u0915","translationServices.deepl":"\u0921\u0940\u092A\u090F\u0932","translationServices.wechat":"\u0935\u0940\u091A\u0948\u091F \u0905\u0928\u0941\u0935\u093E\u0926","translationServices.azure":"\u0928\u0940\u0932\u093E \u0905\u0928\u0941\u0935\u093E\u0926","translationServices.ibm":"\u0906\u0908\u092C\u0940\u090F\u092E \u0935\u0949\u091F\u0938\u0928","translationServices.aws":"\u0905\u092E\u0947\u091C\u093C\u0928 \u0905\u0928\u0941\u0935\u093E\u0926","translationServices.mock":"\u0905\u0928\u0941\u0930\u0942\u092A\u093F\u0924 \u0905\u0928\u0941\u0935\u093E\u0926","translationServices.mock2":"\u0938\u093F\u092E\u094D\u092F\u0941\u0932\u0947\u091F\u0947\u0921 \u0905\u0928\u0941\u0935\u093E\u0926 2","translationServices.caiyun":"\u0915\u0948\u092F\u0941\u0928 \u0936\u093F\u092F\u093E\u0913\u092F\u0940","translationServices.cai":"\u0915\u0948\u092F\u0941\u0928 \u0936\u093F\u092F\u093E\u0913\u092F\u0940 (\u0905\u0932\u094D\u092B\u093E)","translationServices.volcAlpha":"\u091C\u094D\u0935\u093E\u0932\u093E\u092E\u0941\u0916\u0940 (\u0905\u0932\u094D\u092B\u093E)","translationServices.openl":"\u0913\u092A\u0928\u090F\u0932","translationServices.youdao":"Youdao \u0905\u0928\u0941\u0935\u093E\u0926","translationServices.you":"Youdao \u0905\u0928\u0941\u0935\u093E\u0926 (\u0905\u0932\u094D\u092B\u093E)","translationServices.transmart":"Tencent \u0907\u0902\u091F\u0930\u0948\u0915\u094D\u091F\u093F\u0935 \u0905\u0928\u0941\u0935\u093E\u0926","translationServices.niu":"\u092E\u093E\u0935\u0947\u0930\u093F\u0915\u094D\u0938 \u0905\u0928\u0941\u0935\u093E\u0926","translationServices.papago":"\u092A\u093E\u092A\u093E\u0917\u094B \u0905\u0928\u0941\u0935\u093E\u0926","translationServices.d":"\u0921\u0940(\u0905\u0932\u094D\u092B\u093E)","translationServices.dpro":"\u0921\u0940 \u092A\u094D\u0930\u094B (\u0915\u0948\u0928\u0930\u0940)","translationServices.openai":"\u0913\u092A\u0928\u090F\u0906\u0908","translationServices.chatgpt":"\u091A\u0948\u091F\u091C\u0940\u092A\u0940\u091F\u0940 \u0935\u0947\u092C(3.5 \u092E\u094B\u092C\u093E\u0907\u0932)","translate title":"\u092A\u0943\u0937\u094D\u0920 \u0936\u0940\u0930\u094D\u0937\u0915 \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0947\u0902","always languages":"\u0939\u092E\u0947\u0936\u093E \u0905\u0928\u0941\u0935\u093E\u0926\u093F\u0924 \u092D\u093E\u0937\u093E",neverTranslateLanguagesLabel:"\u0910\u0938\u0940 \u092D\u093E\u0937\u093E\u090F\u0901 \u091C\u093F\u0928\u0915\u093E \u0915\u092D\u0940 \u0905\u0928\u0941\u0935\u093E\u0926 \u0928\u0939\u0940\u0902 \u0939\u094B\u0924\u093E",neverTranslateTheFollowingLanguagesDescription:"\u091C\u092C \u092A\u0943\u0937\u094D\u0920 \u092E\u0947\u0902 \u0915\u094B\u0908 \u092A\u0948\u0930\u093E\u0917\u094D\u0930\u093E\u092B \u0928\u093F\u092E\u094D\u0928\u0932\u093F\u0916\u093F\u0924 \u092D\u093E\u0937\u093E\u0913\u0902 \u092E\u0947\u0902 \u0939\u094B\u0917\u093E \u0924\u094B \u0905\u0928\u0941\u0935\u093E\u0926 \u091B\u094B\u0921\u093C \u0926\u093F\u092F\u093E \u091C\u093E\u090F\u0917\u093E",enableUserscriptPagePopup:"\u092A\u0943\u0937\u094D\u0920 \u092A\u0930 \u0924\u0948\u0930\u0924\u0940 \u0939\u0941\u0908 \u0917\u0947\u0902\u0926 \u0926\u093F\u0916\u093E\u090F\u0901",enableUserscriptPagePopupDescription:"\u092B\u094D\u0932\u094B\u091F\u093F\u0902\u0917 \u092C\u0949\u0932 \u0915\u094B \u092C\u0902\u0926 \u0915\u0930\u0928\u0947 \u0915\u0947 \u092C\u093E\u0926 \u0906\u092A \u0909\u0938\u0947 \u091C\u0917\u093E\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u0936\u0949\u0930\u094D\u091F\u0915\u091F \u0915\u0941\u0902\u091C\u0940/{touch}\u0915\u093E \u0909\u092A\u092F\u094B\u0917 \u0915\u0930 \u0938\u0915\u0924\u0947 \u0939\u0948\u0902\u0964 \u0907\u0938 \u0935\u093F\u0915\u0932\u094D\u092A \u0915\u094B \u0917\u0932\u0924\u0940 \u0938\u0947 \u092C\u0902\u0926 \u0915\u0930\u0928\u0947 \u0915\u0947 \u092C\u093E\u0926 \u092B\u094D\u0932\u094B\u091F\u093F\u0902\u0917 \u092C\u0949\u0932 \u0915\u094B \u092E\u093F\u0932\u0928\u0947 \u0938\u0947 \u0930\u094B\u0915\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F, \u0907\u0938 \u0938\u0947\u091F\u093F\u0902\u0917 \u092A\u0947\u091C \u0915\u094B \u092C\u0941\u0915\u092E\u093E\u0930\u094D\u0915 \u0915\u0930\u0928\u0947 \u0915\u0940 \u092A\u0941\u0930\u091C\u094B\u0930 \u0905\u0928\u0941\u0936\u0902\u0938\u093E \u0915\u0940 \u091C\u093E\u0924\u0940 \u0939\u0948\u0964","always translate the following languages":"\u091C\u092C \u092A\u0943\u0937\u094D\u0920 \u0915\u0940 \u092D\u093E\u0937\u093E \u0928\u093F\u092E\u094D\u0928\u0932\u093F\u0916\u093F\u0924 \u092D\u093E\u0937\u093E\u0913\u0902 \u092E\u0947\u0902 \u0939\u094B\u0917\u0940, \u0924\u094B \u0907\u0938\u0947 \u0938\u094D\u0935\u091A\u093E\u0932\u093F\u0924 \u0930\u0942\u092A \u0938\u0947 \u0932\u0915\u094D\u0937\u094D\u092F \u092D\u093E\u0937\u093E \u092E\u0947\u0902 \u0905\u0928\u0941\u0935\u093E\u0926\u093F\u0924 \u0915\u093F\u092F\u093E \u091C\u093E\u090F\u0917\u093E","always sites":"\u0939\u092E\u0947\u0936\u093E \u0905\u0928\u0941\u0935\u093E\u0926\u093F\u0924 \u092F\u0942\u0906\u0930\u090F\u0932","always translate the following sites":"\u091C\u092C \u0935\u0947\u092C\u0938\u093E\u0907\u091F \u0928\u093F\u092E\u094D\u0928\u0932\u093F\u0916\u093F\u0924 \u0921\u094B\u092E\u0947\u0928 \u0928\u093E\u092E \u0915\u0940 \u0939\u094B\u0917\u0940, \u0924\u094B \u0907\u0938\u0947 \u0938\u094D\u0935\u091A\u093E\u0932\u093F\u0924 \u0930\u0942\u092A \u0938\u0947 \u0932\u0915\u094D\u0937\u094D\u092F \u092D\u093E\u0937\u093E \u092E\u0947\u0902 \u0905\u0928\u0941\u0935\u093E\u0926\u093F\u0924 \u0915\u093F\u092F\u093E \u091C\u093E\u090F\u0917\u093E","never sites":"\u0910\u0938\u0947 \u092F\u0942\u0906\u0930\u090F\u0932 \u091C\u093F\u0928\u0915\u093E \u0915\u092D\u0940 \u0905\u0928\u0941\u0935\u093E\u0926 \u0928\u0939\u0940\u0902 \u0915\u093F\u092F\u093E \u091C\u093E\u090F\u0917\u093E","never translate the following sites":"\u091C\u092C \u0935\u0947\u092C\u0938\u093E\u0907\u091F \u0928\u093F\u092E\u094D\u0928\u0932\u093F\u0916\u093F\u0924 \u0921\u094B\u092E\u0947\u0928 \u0928\u093E\u092E \u0915\u0940 \u0939\u094B \u0924\u094B \u0905\u0928\u0941\u0935\u093E\u0926 \u0928\u0939\u0940\u0902 \u0915\u093F\u092F\u093E \u091C\u093E\u090F\u0917\u093E","please refer to":"\u0909\u092A\u092F\u094B\u0917 \u0915\u0930\u0928\u0947 \u0938\u0947 \u092A\u0939\u0932\u0947 \u0906\u092A\u0915\u094B \u0915\u0941\u0902\u091C\u0940 \u092D\u0930\u0928\u0940 \u0939\u094B\u0917\u0940\u0964 \u0935\u093F\u0935\u0930\u0923 \u0915\u0947 \u0932\u093F\u090F, \u0915\u0943\u092A\u092F\u093E \u0926\u0947\u0916\u0947\u0902",KeyAndConfigurationTutorial:'"\u092E\u0941\u0916\u094D\u092F \u0905\u0928\u0941\u092A\u094D\u0930\u092F\u094B\u0917 \u0914\u0930 \u0915\u0949\u0928\u094D\u092B\u093C\u093F\u0917\u0930\u0947\u0936\u0928 \u091F\u094D\u092F\u0942\u091F\u094B\u0930\u093F\u092F\u0932"',useAboveStyleForTheseSites:"\u091C\u092C \u0935\u0947\u092C\u0938\u093E\u0907\u091F \u0928\u093F\u092E\u094D\u0928 \u0921\u094B\u092E\u0947\u0928 \u0928\u093E\u092E \u0939\u094B, \u0924\u094B \u0939\u092E\u0947\u0936\u093E \u2308{theme}\u230B \u0905\u0928\u0941\u0935\u093E\u0926 \u0936\u0948\u0932\u0940 \u0915\u093E \u0909\u092A\u092F\u094B\u0917 \u0915\u0930\u0947\u0902",currentUrl:"\u0935\u0930\u094D\u0924\u092E\u093E\u0928 \u092F\u0942\u0906\u0930\u090F\u0932",confirm:"\u092C\u091A\u093E\u0928\u093E",cancel:"\u0930\u0926\u094D\u0926 \u0915\u0930\u0928\u093E",delete:"\u092E\u093F\u091F\u093E\u0928\u093E","languages.auto":"\u0938\u094D\u0935\u091A\u093E\u0932\u093F\u0924 \u092A\u0939\u091A\u093E\u0928",syncToCloud:"Google Drive \u0938\u0947 \u0938\u093F\u0902\u0915 \u0915\u0930\u0947\u0902",syncToCloudDescription:"\u0915\u094D\u0932\u093E\u0909\u0921 \u092A\u0930 \u0905\u092A\u0932\u094B\u0921 \u0915\u0930\u0947\u0902, \u0914\u0930 \u0905\u0902\u0924\u093F\u092E \u0938\u0902\u0936\u094B\u0927\u0928 \u0938\u092E\u092F \u0915\u0947 \u0905\u0927\u0940\u0928, \u0915\u0949\u0928\u094D\u092B\u093C\u093F\u0917\u0930\u0947\u0936\u0928 \u0915\u094B \u0935\u093F\u092D\u093F\u0928\u094D\u0928 \u092C\u094D\u0930\u093E\u0909\u091C\u093C\u0930\u094B\u0902/\u0911\u092F\u0932 \u092E\u0902\u0915\u0940 \u0938\u094D\u0915\u094D\u0930\u093F\u092A\u094D\u091F \u0915\u0947 \u092C\u0940\u091A \u0938\u093F\u0902\u0915\u094D\u0930\u0928\u093E\u0907\u091C\u093C \u0915\u093F\u092F\u093E \u091C\u093E \u0938\u0915\u0924\u093E \u0939\u0948\u0964",syncToAccount:"\u0907\u092E\u0930\u094D\u0938\u093F\u0935 \u091F\u094D\u0930\u093E\u0902\u0938\u0932\u0947\u0936\u0928 \u0915\u094D\u0932\u093E\u0909\u0921 \u0938\u0947 \u0938\u093F\u0902\u0915 \u0915\u0930\u0947\u0902",syncToAccountButton:"\u0924\u0941\u0930\u0902\u0924 \u0915\u094D\u0932\u093E\u0909\u0921 \u0915\u0947 \u0938\u093E\u0925 \u0938\u093F\u0902\u0915 \u0915\u0930\u0947\u0902",syncToAccountDescription:"\u0905\u0902\u0924\u093F\u092E \u0938\u0902\u0936\u094B\u0927\u0928 \u0938\u092E\u092F \u0915\u0947 \u0906\u0927\u093E\u0930 \u092A\u0930, \u0935\u093F\u092D\u093F\u0928\u094D\u0928 \u0909\u092A\u0915\u0930\u0923\u094B\u0902 \u0915\u0947 \u092C\u0940\u091A \u0915\u0949\u0928\u094D\u092B\u093C\u093F\u0917\u0930\u0947\u0936\u0928 \u0915\u094B \u0938\u094D\u0935\u091A\u093E\u0932\u093F\u0924 \u0930\u0942\u092A \u0938\u0947 \u0938\u093F\u0902\u0915\u094D\u0930\u0928\u093E\u0907\u091C\u093C \u0915\u0930\u0947\u0902\u0964",successSyncConfigInAccount:"\u0915\u094D\u0932\u093E\u0909\u0921 \u0915\u0947 \u0938\u093E\u0925 \u0938\u092B\u0932\u0924\u093E\u092A\u0942\u0930\u094D\u0935\u0915 \u0938\u092E\u0928\u094D\u0935\u092F\u093F\u0924 \u0930\u0939\u0947\u0902",successSyncConfigToAccount:"\u0915\u094D\u0932\u093E\u0909\u0921 \u0915\u0947 \u0938\u093E\u0925 \u0938\u092B\u0932\u0924\u093E\u092A\u0942\u0930\u094D\u0935\u0915 \u0938\u092E\u0928\u094D\u0935\u092F\u093F\u0924 \u0915\u093F\u092F\u093E \u0917\u092F\u093E",syncConfigNoUpdate:"\u092A\u0939\u0932\u0947 \u0938\u0947 \u0939\u0940 \u0928\u0935\u0940\u0928\u0924\u092E",authFail:"\u092A\u094D\u0930\u092E\u093E\u0923\u0940\u0915\u0930\u0923 \u0935\u093F\u092B\u0932",syncTitle:"\u092E\u0948\u0928\u094D\u092F\u0941\u0905\u0932 \u092C\u0948\u0915\u0905\u092A \u092A\u094D\u0930\u092C\u0902\u0927\u0928",import_hint:"\u0906\u092F\u093E\u0924",upload:"\u0921\u093E\u0932\u0928\u093E",revokeAuth:"\u092A\u094D\u0930\u093E\u0927\u093F\u0915\u0930\u0923 \u0930\u0926\u094D\u0926 \u0915\u0930\u0947\u0902",uploadFail:"\u0905\u092A\u0932\u094B\u0921 \u0935\u093F\u092B\u0932",download:"\u0921\u093E\u0909\u0928\u0932\u094B\u0921 \u0915\u0930\u0928\u093E",importSuccess:"\u0906\u092F\u093E\u0924 \u0938\u092B\u0932",importFail:"\u0906\u092F\u093E\u0924 \u0935\u093F\u092B\u0932",deleteFail:"\u0939\u091F\u093E\u0928\u0947 \u092E\u0947\u0902 \u0935\u093F\u092B\u0932",backupToCloud:"\u092C\u0948\u0915\u0905\u092A \u092B\u093C\u093E\u0907\u0932\u094B\u0902 \u0915\u094B \u092E\u0948\u0928\u094D\u092F\u0941\u0905\u0932 \u0930\u0942\u092A \u0938\u0947 \u092A\u094D\u0930\u092C\u0902\u0927\u093F\u0924 \u0915\u0930\u0947\u0902",create_new_backup:"\u092C\u0948\u0915\u0905\u092A \u0928\u094B\u0921 \u091C\u094B\u0921\u093C\u0947\u0902",maxBackupFiles:"\u0905\u0927\u093F\u0915\u0924\u092E{count}\u0935\u093F\u092D\u093F\u0928\u094D\u0928 \u0928\u094B\u0921\u094D\u0938 \u0915\u093E \u092C\u0948\u0915\u0905\u092A \u0932\u093F\u092F\u093E \u091C\u093E \u0938\u0915\u0924\u093E \u0939\u0948, \u0915\u0943\u092A\u092F\u093E \u0905\u0928\u093E\u0935\u0936\u094D\u092F\u0915 \u0928\u094B\u0921\u094D\u0938 \u0939\u091F\u093E \u0926\u0947\u0902",backupToCloudDescription:"\u092C\u0948\u0915\u0905\u092A \u092B\u093C\u093E\u0907\u0932\u094B\u0902 \u0915\u094B \u092E\u0948\u0928\u094D\u092F\u0941\u0905\u0932 \u0930\u0942\u092A \u0938\u0947 \u0905\u092A\u0932\u094B\u0921 \u092F\u093E \u092A\u0941\u0928\u0930\u094D\u0938\u094D\u0925\u093E\u092A\u093F\u0924 \u0915\u0930\u0947\u0902, \u091C\u093F\u0938\u0938\u0947 3 \u0905\u0932\u0917-\u0905\u0932\u0917 \u092C\u0948\u0915\u0905\u092A \u0915\u0940 \u0905\u0928\u0941\u092E\u0924\u093F \u092E\u093F\u0932\u0924\u0940 \u0939\u0948",successSyncConfig:"\u0915\u094D\u0932\u093E\u0909\u0921 \u0915\u0947 \u0938\u093E\u0925 \u0938\u092B\u0932\u0924\u093E\u092A\u0942\u0930\u094D\u0935\u0915 \u0938\u092E\u0928\u094D\u0935\u092F\u093F\u0924 \u0930\u0939\u0947\u0902",syncFail:"\u0938\u092E\u0928\u094D\u0935\u092F\u0928 \u0935\u093F\u092B\u0932",updatedAt:"{date}\u092A\u0930 \u0905\u0926\u094D\u092F\u0924\u0928 \u0915\u093F\u092F\u093E \u0917\u092F\u093E",lastSyncedAt:"\u0905\u0902\u0924\u093F\u092E \u092C\u093E\u0930 {date}\u092A\u0930 \u091C\u093E\u0901\u091A \u0915\u0940 \u0917\u0908",downloadFail:"\u0921\u093E\u0909\u0928\u0932\u094B\u0921 \u0935\u093F\u092B\u0932",clickToDownload:"\u0921\u093E\u0909\u0928\u0932\u094B\u0921 \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u0915\u094D\u0932\u093F\u0915 \u0915\u0930\u0947\u0902",aboutLabel:"\u0915\u0947 \u092C\u093E\u0930\u0947 \u092E\u0947\u0902 - \u092A\u094D\u0930\u0924\u093F\u0915\u094D\u0930\u093F\u092F\u093E","browser.openAboutPage":"\u0915\u0947 \u092C\u093E\u0930\u0947 \u092E\u0947\u0902/\u092A\u094D\u0930\u0924\u093F\u0915\u094D\u0930\u093F\u092F\u093E",aboutLabelWithoutSponsor:"\u0915\u0947 \u092C\u093E\u0930\u0947 \u092E\u0947\u0902 - \u092A\u094D\u0930\u0924\u093F\u0915\u094D\u0930\u093F\u092F\u093E",aboutIntro:"\u092E\u0941\u091D\u0947 \u0906\u0936\u093E \u0939\u0948 \u0915\u093F \u0939\u092E \u0938\u092D\u0940 \u0907\u0902\u091F\u0930\u0928\u0947\u091F \u092A\u0930 \u0935\u093F\u0936\u093E\u0932 \u0935\u093F\u0926\u0947\u0936\u0940 \u092D\u093E\u0937\u093E \u0915\u0940 \u091C\u093E\u0928\u0915\u093E\u0930\u0940 \u0905\u0927\u093F\u0915 \u0906\u0938\u093E\u0928\u0940 \u0938\u0947 \u0914\u0930 \u0916\u0941\u0936\u0940 \u0938\u0947 \u092A\u094D\u0930\u093E\u092A\u094D\u0924 \u0915\u0930 \u0938\u0915\u0924\u0947 \u0939\u0948\u0902\u2764\uFE0F \u0906\u092A <6> \u092A\u094D\u0930\u094B \u0938\u0926\u0938\u094D\u092F\u0924\u093E \u0916\u094B\u0932\u0928\u093E \u091A\u0941\u0928 \u0938\u0915\u0924\u0947 \u0939\u0948\u0902 \u0921\u0940\u092A\u090F\u0932 \u0914\u0930 \u0913\u092A\u0928\u090F\u0906\u0908 \u0905\u0928\u0941\u0935\u093E\u0926\u094B\u0902 \u0915\u094B \u092C\u0949\u0915\u094D\u0938 \u0938\u0947 \u092C\u093E\u0939\u0930 \u0909\u092A\u092F\u094B\u0917 \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F\u0964

\u0939\u092E\u0947\u0902 <3>\u091F\u094D\u0935\u093F\u091F\u0930 \u092A\u0930 \u092B\u093C\u0949\u0932\u094B \u0915\u0930 \u0938\u0915\u0924\u0947 \u0939\u0948\u0902 ,<4>\u091F\u0947\u0932\u0940\u0917\u094D\u0930\u093E\u092E \u091A\u0948\u0928\u0932 , WeChat \u0938\u093E\u0930\u094D\u0935\u091C\u0928\u093F\u0915 \u0916\u093E\u0924\u093E, WeChat \u0938\u0902\u091A\u093E\u0930 \u0938\u092E\u0942\u0939, \u092F\u093E \u0928\u0940\u091A\u0947 <5> \u0908\u092E\u0947\u0932 \u0938\u0926\u0938\u094D\u092F\u0924\u093E \u0905\u092A\u0921\u0947\u091F \u091F\u094D\u0930\u0948\u0915 \u0915\u0930\u0947\u0902.
<7>\u092A\u094D\u0930\u094B \u0938\u0926\u0938\u094D\u092F \u0906\u092A \u090F\u0915\u094D\u0938\u092A\u094D\u0930\u0947\u0938 \u0917\u094D\u0930\u093E\u0939\u0915 \u0938\u0947\u0935\u093E \u0908\u092E\u0947\u0932 <8> support@immersivetranslate.com \u0938\u0947 \u0938\u0902\u092A\u0930\u094D\u0915 \u0915\u0930 \u0938\u0915\u0924\u0947 \u0939\u0948\u0902 \u0939\u092E\u093E\u0930\u0947 \u0938\u093E\u0925 \u091C\u0941\u0921\u093C\u0947\u0964",aboutIntroWithoutSponsor:"\u092E\u0941\u091D\u0947 \u0906\u0936\u093E \u0939\u0948 \u0915\u093F \u0939\u092E \u0938\u092D\u0940 \u0907\u0902\u091F\u0930\u0928\u0947\u091F \u092A\u0930 \u0935\u093F\u0936\u093E\u0932 \u092E\u093E\u0924\u094D\u0930\u093E \u092E\u0947\u0902 \u0935\u093F\u0926\u0947\u0936\u0940 \u092D\u093E\u0937\u093E \u0915\u0940 \u091C\u093E\u0928\u0915\u093E\u0930\u0940 \u0924\u0915 \u0906\u0938\u093E\u0928 \u0914\u0930 \u0905\u0927\u093F\u0915 \u0906\u0928\u0902\u0926\u0926\u093E\u092F\u0915 \u092A\u0939\u0941\u0902\u091A \u092A\u094D\u0930\u093E\u092A\u094D\u0924 \u0915\u0930 \u0938\u0915\u0924\u0947 \u0939\u0948\u0902 \u2764\uFE0F

\u0906\u092A \u0939\u092E\u0947\u0902 \u091F\u094D\u0935\u093F\u091F\u0930 \u092A\u0930 \u092B\u093C\u0949\u0932\u094B \u0915\u0930 \u0938\u0915\u0924\u0947 \u0939\u0948\u0902 <3> ,<4>\u091F\u0947\u0932\u0940\u0917\u094D\u0930\u093E\u092E \u091A\u0948\u0928\u0932 , WeChat \u0938\u093E\u0930\u094D\u0935\u091C\u0928\u093F\u0915 \u0916\u093E\u0924\u093E, WeChat \u0938\u0902\u091A\u093E\u0930 \u0938\u092E\u0942\u0939, \u092F\u093E \u0928\u0940\u091A\u0947 <5> \u0908\u092E\u0947\u0932 \u0938\u0926\u0938\u094D\u092F\u0924\u093E \u0905\u092A\u0921\u0947\u091F \u091F\u094D\u0930\u0948\u0915 \u0915\u0930\u0947\u0902.",projectHomepage:"\u092A\u094D\u0930\u094B\u091C\u0947\u0915\u094D\u091F \u0939\u094B\u092E \u092A\u0947\u091C",joinTelegramGroup:"\u092B\u093C\u0902\u0915\u094D\u0936\u0928 \u091A\u0930\u094D\u091A\u093E\u0913\u0902 \u092E\u0947\u0902 \u092D\u093E\u0917 \u0932\u0947\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u0909\u092A\u092F\u094B\u0917\u0915\u0930\u094D\u0924\u093E \u0938\u0902\u091A\u093E\u0930 \u0938\u092E\u0942\u0939 \u092E\u0947\u0902 \u0936\u093E\u092E\u093F\u0932 \u0939\u094B\u0902",wechatPublicAccount:"WeChat \u0938\u093E\u0930\u094D\u0935\u091C\u0928\u093F\u0915 \u0916\u093E\u0924\u093E",wechatCommunities:"WeChat \u0938\u0902\u091A\u093E\u0930 \u0938\u092E\u0942\u0939",qqCommunities:"QQ \u0938\u0902\u091A\u093E\u0930 \u091A\u0948\u0928\u0932",joinTelegramChannel:"\u0928\u0935\u0940\u0928\u0924\u092E \u0905\u092A\u0921\u0947\u091F \u0915\u0947 \u0932\u093F\u090F \u091F\u0947\u0932\u0940\u0917\u094D\u0930\u093E\u092E \u091A\u0948\u0928\u0932 \u0915\u094B \u092B\u0949\u0932\u094B \u0915\u0930\u0947\u0902",feedbackAndJoin:"\u0938\u092E\u0938\u094D\u092F\u093E \u092A\u094D\u0930\u0924\u093F\u0915\u094D\u0930\u093F\u092F\u093E/\u0938\u092E\u0942\u0939 \u092E\u0947\u0902 \u0936\u093E\u092E\u093F\u0932 \u0939\u094B\u0902",autoSync:"\u0938\u094D\u0935\u091A\u093E\u0932\u093F\u0924 \u0905\u0928\u0941\u0938\u0942\u091A\u093F\u0924 \u0924\u0941\u0932\u094D\u092F\u0915\u093E\u0932\u0928",loadingThemeTitle:"\u0932\u094B\u0921\u093F\u0902\u0917 \u0936\u0948\u0932\u0940",loadingThemeDescription:"\u0905\u0928\u0941\u0935\u093E\u0926 \u0932\u094B\u0921 \u0939\u094B\u0928\u0947 \u0915\u0940 \u092A\u094D\u0930\u0924\u0940\u0915\u094D\u0937\u093E \u0915\u0930\u0924\u0947 \u0938\u092E\u092F \u0936\u0948\u0932\u0940 \u0938\u0947\u091F \u0915\u0930\u0947\u0902","loadingTheme.spinner":"\u0935\u0943\u0924\u094D\u0924 \u090F\u0928\u0940\u092E\u0947\u0936\u0928","loadingTheme.text":"\u0938\u094D\u0925\u093F\u0930 \u092A\u093E\u0920... ","loadingTheme.none":"\u0928\u0939\u0940\u0902 \u0926\u093F\u0916\u093E\u0924\u0947",developerDescription:"\u0906\u092A \u092F\u0939\u093E\u0902 <1> \u092A\u0930 \u0915\u094D\u0932\u093F\u0915 \u0915\u0930 \u0938\u0915\u0924\u0947 \u0939\u0948\u0902 \u0909\u0928\u094D\u0928\u0924 \u0905\u0928\u0941\u0915\u0942\u0932\u0928 \u0938\u0947 \u0938\u0902\u092C\u0902\u0927\u093F\u0924 \u0926\u0938\u094D\u0924\u093E\u0935\u0947\u091C\u093C \u0926\u0947\u0916\u0947\u0902","edit border color":"\u092C\u0949\u0930\u094D\u0921\u0930 \u0915\u093E \u0930\u0902\u0917 \u0938\u0902\u0936\u094B\u0927\u093F\u0924 \u0915\u0930\u0947\u0902",successSyncButNoChange:"\u0935\u0930\u094D\u0924\u092E\u093E\u0928 \u0915\u0949\u0928\u094D\u092B\u093C\u093F\u0917\u0930\u0947\u0936\u0928 \u0915\u094D\u0932\u093E\u0909\u0921 \u0915\u0947 \u0905\u0928\u0941\u0930\u0942\u092A \u0939\u0948",customTheme:"\u0915\u0938\u094D\u091F\u092E \u0930\u0902\u0917 \u0914\u0930 \u0906\u0915\u093E\u0930","customThemeLabel.borderColor":"\u0938\u0940\u092E\u093E \u0930\u0902\u0917","customThemeLabel.borderRadius":"\u0938\u0940\u092E\u093E \u0917\u094B\u0932\u093E\u0915\u093E\u0930 \u0915\u094B\u0928\u0947","customThemeLabel.textColor":"\u092A\u093E\u0920 \u0915\u093E \u0930\u0902\u0917","customThemeLabel.backgroundColor":"\u092A\u0943\u0937\u094D\u0920\u092D\u0942\u092E\u093F \u0915\u093E \u0930\u0902\u0917","customThemeLabel.zoom":"\u092B\u093C\u0949\u0928\u094D\u091F \u0938\u094D\u0915\u0947\u0932\u093F\u0902\u0917 (%)","customThemeLabel.opacity":"\u092A\u093E\u0920 \u0905\u092A\u093E\u0930\u0926\u0930\u094D\u0936\u093F\u0924\u093E (%)",resetToDefaultColor:"\u0921\u093F\u092B\u093C\u0949\u0932\u094D\u091F \u0930\u0902\u0917 \u092A\u0930 \u0935\u093E\u092A\u0938 \u0932\u094C\u091F\u0947\u0902",resetToDefaultSettings:"\u0921\u093F\u092B\u093C\u0949\u0932\u094D\u091F \u0938\u0947\u091F\u093F\u0902\u0917\u094D\u0938 \u092A\u0930 \u0935\u093E\u092A\u0938 \u0932\u094C\u091F\u0947\u0902",isTranslateTitle:"\u0905\u0928\u0941\u0935\u093E\u0926\u093F\u0924 \u0935\u0947\u092C \u092A\u0947\u091C \u0936\u0940\u0930\u094D\u0937\u0915 \u091A\u093E\u0932\u0942 \u0915\u0930\u0947\u0902",isTranslateTitleDescription:"\u091A\u093E\u0932\u0942 \u0939\u094B\u0928\u0947 \u092A\u0930, \u0935\u0947\u092C \u092A\u0947\u091C \u0936\u0940\u0930\u094D\u0937\u0915 \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u093F\u092F\u093E \u091C\u093E\u090F\u0917\u093E",enableSearchEnhancement:"\u0926\u094D\u0935\u093F\u092D\u093E\u0937\u0940 \u0938\u0942\u091A\u0928\u093E \u0938\u0902\u0935\u0930\u094D\u0926\u094D\u0927\u0928 \u0938\u0915\u094D\u0937\u092E \u0915\u0930\u0947\u0902",enableSearchEnhancementDescription:'\u091A\u093E\u0932\u0942 \u0939\u094B\u0928\u0947 \u0915\u0947 \u092C\u093E\u0926, \u0905\u0902\u0917\u094D\u0930\u0947\u091C\u0940 \u0915\u0940\u0935\u0930\u094D\u0921 \u0938\u0947 \u0938\u0902\u092C\u0902\u0927\u093F\u0924 "Google \u0938\u092E\u093E\u091A\u093E\u0930" \u0916\u094B\u091C \u092A\u0930\u093F\u0923\u093E\u092E \u0938\u094D\u0935\u091A\u093E\u0932\u093F\u0924 \u0930\u0942\u092A \u0938\u0947 \u0938\u092E\u0930\u094D\u0925\u093F\u0924 \u0935\u0947\u092C\u0938\u093E\u0907\u091F\u094B\u0902 (Google \u0938\u092E\u093E\u091A\u093E\u0930, Google \u0916\u094B\u091C (\u0915\u0941\u091B \u0915\u0940\u0935\u0930\u094D\u0921), \u0938\u094D\u0928\u094B\u092C\u0949\u0932, \u0913\u0930\u093F\u090F\u0902\u091F\u0932 \u092B\u0949\u0930\u094D\u091A\u094D\u092F\u0942\u0928, \u092B\u093C\u0941\u091F\u0942, \u091F\u093E\u0907\u0917\u0930 \u0938\u092E\u0941\u0926\u093E\u092F) \u0915\u0947 \u0926\u093E\u0939\u093F\u0928\u0947 \u0915\u0949\u0932\u092E \u092E\u0947\u0902 \u092A\u094D\u0930\u0926\u0930\u094D\u0936\u093F\u0924 \u0939\u094B\u0902\u0917\u0947\u0964',verifyService:"\u0938\u0947\u0935\u093E \u0915\u093E \u092A\u0930\u0940\u0915\u094D\u0937\u0923 \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u092F\u0939\u093E\u0902 \u0915\u094D\u0932\u093F\u0915 \u0915\u0930\u0947\u0902",verified:"\u0938\u0924\u094D\u092F\u093E\u092A\u0928 \u0938\u092B\u0932","field.langs":"\u0938\u092E\u0930\u094D\u0925\u093F\u0924 \u092D\u093E\u0937\u093E \u0915\u094B\u0921","field.model":"\u0928\u092E\u0942\u0928\u093E","field.translationEngine":"\u0905\u0928\u0941\u0935\u093E\u0926 \u0907\u0902\u091C\u0928","field.limitPerMinute":"\u092A\u094D\u0930\u0924\u093F \u092E\u093F\u0928\u091F \u0905\u0928\u0941\u0930\u094B\u0927\u094B\u0902 \u0915\u0940 \u0905\u0927\u093F\u0915\u0924\u092E \u0938\u0902\u0916\u094D\u092F\u093E","field.limitPerSecond":"\u092A\u094D\u0930\u0924\u093F \u0938\u0947\u0915\u0902\u0921 \u0905\u0928\u0941\u0930\u094B\u0927\u094B\u0902 \u0915\u0940 \u0905\u0927\u093F\u0915\u0924\u092E \u0938\u0902\u0916\u094D\u092F\u093E","field.maxTextLengthPerRequest":"\u092A\u094D\u0930\u0924\u093F \u0905\u0928\u0941\u0930\u094B\u0927 \u0905\u0927\u093F\u0915\u0924\u092E \u092A\u093E\u0920 \u0932\u0902\u092C\u093E\u0908","field.maxTextGroupLengthPerRequest":"\u092A\u094D\u0930\u0924\u093F \u0905\u0928\u0941\u0930\u094B\u0927 \u092A\u0948\u0930\u093E\u0917\u094D\u0930\u093E\u092B \u0915\u0940 \u0905\u0927\u093F\u0915\u0924\u092E \u0938\u0902\u0916\u094D\u092F\u093E","field.apiUrl":"\u0915\u0938\u094D\u091F\u092E \u090F\u092A\u0940\u0906\u0908 \u0907\u0902\u091F\u0930\u092B\u093C\u0947\u0938 \u092A\u0924\u093E","field.placeholderDelimiters":"\u0906\u0930\u0915\u094D\u0937\u093F\u0924 \u092A\u094D\u0932\u0947\u0938\u0939\u094B\u0932\u094D\u0921\u0930","description.custom":"\u0915\u0938\u094D\u091F\u092E \u0907\u0902\u091F\u0930\u092B\u093C\u0947\u0938 \u090F\u0915\u094D\u0938\u0947\u0938 \u0915\u0947 \u0932\u093F\u090F \u0938\u0902\u0926\u0930\u094D\u092D \u0926\u0938\u094D\u0924\u093E\u0935\u0947\u091C\u093C\u094B\u0902 \u0915\u0940 \u0906\u0935\u0936\u094D\u092F\u0915\u0924\u093E \u0939\u0948","description.limitPerMinute":"\u091C\u092C \u0905\u0928\u0941\u0930\u094B\u0927\u094B\u0902 \u0915\u0940 \u0938\u0902\u0916\u094D\u092F\u093E \u0907\u0938 \u0938\u0940\u092E\u093E \u0938\u0947 \u0905\u0927\u093F\u0915 \u0939\u094B \u091C\u093E\u0924\u0940 \u0939\u0948, \u0924\u094B \u092F\u0939 \u0905\u0917\u0932\u0947 \u092E\u093F\u0928\u091F \u0915\u0940 \u0936\u0941\u0930\u0941\u0906\u0924 \u0924\u0915 \u0915\u0924\u093E\u0930 \u0938\u094D\u0925\u093F\u0924\u093F \u092E\u0947\u0902 \u092A\u094D\u0930\u0935\u0947\u0936 \u0915\u0930\u0947\u0917\u0940\u0964 OpenAI \u0915\u0940 \u0935\u0930\u094D\u0924\u092E\u093E\u0928 \u0938\u0947\u0935\u093E \u0915\u0940 \u0935\u093F\u092D\u093F\u0928\u094D\u0928 \u0938\u0940\u092E\u093E\u0913\u0902 \u0915\u0947 \u0915\u093E\u0930\u0923, \u0915\u0943\u092A\u092F\u093E \u092F\u0939\u093E\u0902 <1> \u0915\u094D\u0932\u093F\u0915 \u0915\u0930\u0947\u0902 \u0928\u0935\u0940\u0928\u0924\u092E \u0905\u0928\u0941\u0936\u0902\u0938\u093F\u0924 \u092E\u093E\u0928 \u0926\u0947\u0916\u0947\u0902","description.limitPerSecond":"\u091C\u092C \u0905\u0928\u0941\u0930\u094B\u0927\u094B\u0902 \u0915\u0940 \u0938\u0902\u0916\u094D\u092F\u093E \u0907\u0938 \u0938\u0940\u092E\u093E \u0938\u0947 \u0905\u0927\u093F\u0915 \u0939\u094B \u091C\u093E\u0924\u0940 \u0939\u0948, \u0924\u094B \u092F\u0939 \u0905\u0917\u0932\u0947 \u0938\u0947\u0915\u0902\u0921 \u0915\u0940 \u0936\u0941\u0930\u0941\u0906\u0924 \u0924\u0915 \u0915\u0924\u093E\u0930 \u0938\u094D\u0925\u093F\u0924\u093F \u092E\u0947\u0902 \u092A\u094D\u0930\u0935\u0947\u0936 \u0915\u0930\u0947\u0917\u0940\u0964 OpenAI \u0915\u0940 \u0935\u0930\u094D\u0924\u092E\u093E\u0928 \u0938\u0947\u0935\u093E \u0915\u0940 \u0935\u093F\u092D\u093F\u0928\u094D\u0928 \u0938\u0940\u092E\u093E\u0913\u0902 \u0915\u0947 \u0915\u093E\u0930\u0923, \u0915\u0943\u092A\u092F\u093E \u092F\u0939\u093E\u0902 <1> \u0915\u094D\u0932\u093F\u0915 \u0915\u0930\u0947\u0902 \u0928\u0935\u0940\u0928\u0924\u092E \u0905\u0928\u0941\u0936\u0902\u0938\u093F\u0924 \u092E\u093E\u0928 \u0926\u0947\u0916\u0947\u0902","description.generalLimitPerSecond":"\u091C\u092C \u0905\u0928\u0941\u0930\u094B\u0927\u094B\u0902 \u0915\u0940 \u0938\u0902\u0916\u094D\u092F\u093E \u0907\u0938 \u0938\u0940\u092E\u093E \u0938\u0947 \u0905\u0927\u093F\u0915 \u0939\u094B \u091C\u093E\u0924\u0940 \u0939\u0948, \u0924\u094B \u092F\u0939 \u0905\u0917\u0932\u0947 \u0938\u0947\u0915\u0902\u0921 \u0915\u0940 \u0936\u0941\u0930\u0941\u0906\u0924 \u0924\u0915 \u0915\u0924\u093E\u0930 \u0938\u094D\u0925\u093F\u0924\u093F \u092E\u0947\u0902 \u092A\u094D\u0930\u0935\u0947\u0936 \u0915\u0930\u0947\u0917\u0940\u0964","description.prompt":"\u0909\u092A\u092F\u094B\u0917\u0915\u0930\u094D\u0924\u093E \u0915\u0940 \u092A\u0939\u091A\u093E\u0928 \u092E\u0947\u0902 {service} \u0915\u094B \u092D\u0947\u091C\u0940 \u0917\u0908 \u0935\u093E\u0930\u094D\u0924\u093E\u0932\u093E\u092A, \u091C\u093F\u0938\u092E\u0947\u0902 {{text}} \u092A\u0948\u0930\u093E\u0917\u094D\u0930\u093E\u092B \u0915\u093E \u092A\u093E\u0920 \u0938\u093E\u092E\u0917\u094D\u0930\u0940 \u0915\u094B \u0926\u0930\u094D\u0936\u093E\u0924\u093E \u0939\u0948, {{from}} \u092A\u0948\u0930\u093E\u0917\u094D\u0930\u093E\u092B \u0915\u0940 \u092D\u093E\u0937\u093E \u0915\u094B \u0926\u0930\u094D\u0936\u093E\u0924\u093E \u0939\u0948, \u0914\u0930 {{to}} \u0932\u0915\u094D\u0937\u094D\u092F \u092D\u093E\u0937\u093E \u0915\u094B \u0926\u0930\u094D\u0936\u093E\u0924\u093E \u0939\u0948\u0964","description.maxTextLengthPerRequest":"\u092A\u094D\u0930\u0924\u093F \u0905\u0928\u0941\u0930\u094B\u0927 \u0935\u0930\u094D\u0923\u094B\u0902 \u0915\u0940 \u0905\u0927\u093F\u0915\u0924\u092E \u0938\u0902\u0916\u094D\u092F\u093E\u0964 \u092F\u0926\u093F \u092F\u0939 \u092C\u0939\u0941\u0924 \u092C\u0921\u093C\u093E \u0939\u0948, \u0924\u094B \u0907\u0902\u091F\u0930\u092B\u093C\u0947\u0938 \u0915\u0940 \u092A\u094D\u0930\u0924\u093F\u0915\u094D\u0930\u093F\u092F\u093E \u0927\u0940\u092E\u0940 \u0939\u094B \u091C\u093E\u090F\u0917\u0940, \u0907\u0938\u0932\u093F\u090F \u0906\u092A \u0917\u0924\u093F \u0915\u094B \u0905\u0928\u0941\u0915\u0942\u0932\u093F\u0924 \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u0907\u0938 \u0935\u093F\u0915\u0932\u094D\u092A \u0915\u094B \u0938\u092E\u093E\u092F\u094B\u091C\u093F\u0924 \u0915\u0930\u0928\u0947 \u0915\u093E \u092A\u094D\u0930\u092F\u093E\u0938 \u0915\u0930 \u0938\u0915\u0924\u0947 \u0939\u0948\u0902\u0964","description.systemPrompt":"\u0913\u092A\u0928\u090F\u0906\u0908 \u0915\u094B \u0938\u093F\u0938\u094D\u091F\u092E \u0915\u0947 \u0930\u0942\u092A \u092E\u0947\u0902 \u092C\u093E\u0924\u091A\u0940\u0924 \u092D\u0947\u091C\u0940 \u0917\u0908, \u091C\u0939\u093E\u0902 {{text}} \u092A\u0948\u0930\u093E\u0917\u094D\u0930\u093E\u092B \u0915\u0940 \u092A\u093E\u0920\u094D\u092F \u0938\u093E\u092E\u0917\u094D\u0930\u0940 \u0915\u093E \u092A\u094D\u0930\u0924\u093F\u0928\u093F\u0927\u093F\u0924\u094D\u0935 \u0915\u0930\u0924\u093E \u0939\u0948,{{from}} \u092A\u0948\u0930\u093E\u0917\u094D\u0930\u093E\u092B \u0915\u0940 \u092D\u093E\u0937\u093E \u0915\u093E \u092A\u094D\u0930\u0924\u093F\u0928\u093F\u0927\u093F\u0924\u094D\u0935 \u0915\u0930\u0924\u093E \u0939\u0948, \u0914\u0930{{to}} \u0932\u0915\u094D\u0937\u094D\u092F \u092D\u093E\u0937\u093E \u0915\u093E \u092A\u094D\u0930\u0924\u093F\u0928\u093F\u0927\u093F\u0924\u094D\u0935 \u0915\u0930\u0924\u093E \u0939\u0948","field.domain":"\u092E\u0948\u0926\u093E\u0928","description.domain":"\u0921\u093F\u092B\u093C\u0949\u0932\u094D\u091F\uFF1A\u0938\u093E\u092E\u093E\u0928\u094D\u092F \u0939\u0948. \u0907\u0938\u0947 \u0915\u0947\u0935\u0932 \u0924\u092D\u0940 \u0938\u0947\u091F \u0915\u093F\u092F\u093E \u091C\u093E \u0938\u0915\u0924\u093E \u0939\u0948 \u091C\u092C Youdao API \u0915\u0902\u0938\u094B\u0932 \u092E\u0947\u0902 \u0921\u094B\u092E\u0947\u0928-\u0906\u0927\u093E\u0930\u093F\u0924 \u0905\u0928\u0941\u0935\u093E\u0926 \u0938\u0915\u094D\u0937\u092E \u0939\u094B\u0964 \u0938\u092E\u0930\u094D\u0925\u093F\u0924 \u092B\u093C\u0940\u0932\u094D\u0921 \u0915\u0947 \u0932\u093F\u090F, \u0915\u0943\u092A\u092F\u093E \u092F\u0939\u093E\u0902 <1> \u0926\u0947\u0916\u0947\u0902\u0964","field.scene":"\u092A\u0930\u094D\u0926\u0947","description.scene":"\u0921\u093F\u092B\u093C\u0949\u0932\u094D\u091F\uFF1A\u0938\u093E\u092E\u093E\u0928\u094D\u092F \u0939\u0948. \u0907\u0938\u0947 \u0915\u0947\u0935\u0932 \u0924\u092D\u0940 \u0938\u0947\u091F \u0915\u093F\u092F\u093E \u091C\u093E \u0938\u0915\u0924\u093E \u0939\u0948 \u091C\u092C \u0905\u0932\u0940\u092C\u093E\u092C\u093E \u0915\u094D\u0932\u093E\u0909\u0921 \u090F\u092A\u0940\u0906\u0908 \u0915\u0902\u0938\u094B\u0932 \u092E\u0947\u0902 \u092E\u0936\u0940\u0928\u0940 \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u093E \u092A\u0947\u0936\u0947\u0935\u0930 \u0938\u0902\u0938\u094D\u0915\u0930\u0923 \u0938\u0915\u094D\u0930\u093F\u092F \u0939\u094B\u0964 \u0938\u092E\u0930\u094D\u0925\u093F\u0924 \u092A\u0930\u093F\u0926\u0943\u0936\u094D\u092F\u094B\u0902 \u0915\u0947 \u0932\u093F\u090F \u092F\u0939\u093E\u0902 <1> \u0926\u0947\u0916\u0947\u0902\u0964","field.vocabId":"\u0909\u092A\u092F\u094B\u0917\u0915\u0930\u094D\u0924\u093E \u0936\u092C\u094D\u0926\u0915\u094B\u0936 \u0906\u0908\u0921\u0940","description.vocabId":"\u0928\u093F\u0930\u094D\u0926\u093F\u0937\u094D\u091F \u0936\u092C\u094D\u0926\u0915\u094B\u0936 \u0906\u0909\u091F_\u0906\u0908\u0921\u0940 \u0935\u0930\u094D\u0924\u092E\u093E\u0928 \u092E\u0947\u0902 \u0905\u0902\u0917\u094D\u0930\u0947\u091C\u0940-\u091A\u0940\u0928\u0940 \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u093E \u0938\u092E\u0930\u094D\u0925\u0928 \u0915\u0930\u0924\u093E \u0939\u0948\u0964","description.model":"OpenAI \u0915\u093E \u092E\u0949\u0921\u0932 gpt-3.5-\u091F\u0930\u094D\u092C\u094B, gpt-4 \u0906\u0926\u093F \u0939\u094B \u0938\u0915\u0924\u093E \u0939\u0948\u0964","description.maxTextGroupLengthPerRequest":"\u0939\u0930 \u092C\u093E\u0930 \u0905\u0928\u0941\u0935\u093E\u0926 \u0938\u0947\u0935\u093E \u0915\u094B \u092D\u0947\u091C\u0947 \u0917\u090F \u092A\u0948\u0930\u093E\u0917\u094D\u0930\u093E\u092B\u094B\u0902 \u0915\u0940 \u0938\u0902\u0916\u094D\u092F\u093E\u0964 \u092F\u0926\u093F \u092C\u0939\u0941\u0924 \u0938\u093E\u0930\u0947 \u092A\u0948\u0930\u093E\u0917\u094D\u0930\u093E\u092B \u0939\u0948\u0902, \u0924\u094B \u0907\u0902\u091F\u0930\u092B\u093C\u0947\u0938 \u0915\u0940 \u092A\u094D\u0930\u0924\u093F\u0915\u094D\u0930\u093F\u092F\u093E \u0927\u0940\u092E\u0940 \u0939\u094B \u0938\u0915\u0924\u0940 \u0939\u0948\u0964","description.apiUrl":"\u0915\u0943\u092A\u092F\u093E \u092A\u0925 \u0915\u0947 \u0938\u093E\u0925 \u090F\u0915 \u0935\u093F\u0936\u093F\u0937\u094D\u091F \u092F\u0942\u0906\u0930\u090F\u0932 \u091C\u094B\u0921\u093C\u0947\u0902, <1> \u0905\u0927\u093F\u0915 \u0928\u093F\u0930\u094D\u0926\u0947\u0936",enabledExtension:"\u090F\u0915\u094D\u0938\u091F\u0947\u0902\u0936\u0928 \u0938\u0915\u094D\u0937\u092E",clickToDisableExtension:"\u090F\u0915\u094D\u0938\u091F\u0947\u0902\u0936\u0928 \u0905\u0915\u094D\u0937\u092E \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u0915\u094D\u0932\u093F\u0915 \u0915\u0930\u0947\u0902",clickToEnableExtension:"\u090F\u0915\u094D\u0938\u091F\u0947\u0902\u0936\u0928 \u0938\u0915\u094D\u0937\u092E \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u0915\u094D\u0932\u093F\u0915 \u0915\u0930\u0947\u0902",hasBeenDisabled:"\u0905\u0915\u094D\u0937\u092E","show password":"\u092A\u093E\u0938\u0935\u0930\u094D\u0921 \u0926\u093F\u0916\u093E\u090F",customContent:"\u0915\u0938\u094D\u091F\u092E \u092E\u0949\u0921\u0932 \u0928\u093E\u092E \u0926\u0930\u094D\u091C \u0915\u0930\u0947\u0902",inputOptions:"\u0907\u0928\u092A\u0941\u091F \u092C\u0949\u0915\u094D\u0938 \u0938\u0902\u0935\u0930\u094D\u0926\u094D\u0927\u0928",mouseHoverOptions:"\u092E\u093E\u0909\u0938 \u0915\u0947 \u090A\u092A\u0930",modifyMouseHoverKey:"\u092E\u093E\u0909\u0938\u0913\u0935\u0930 \u0936\u0949\u0930\u094D\u091F\u0915\u091F \u0915\u0941\u0902\u091C\u093F\u092F\u094B\u0902 \u0915\u094B \u0938\u0902\u0936\u094B\u0927\u093F\u0924 \u0915\u0930\u0947\u0902",enableInputTranslation:"\u0907\u0928\u092A\u0941\u091F \u092C\u0949\u0915\u094D\u0938 \u090F\u0928\u094D\u0939\u093E\u0902\u0938\u092E\u0947\u0902\u091F \u0938\u0915\u094D\u0937\u092E \u0915\u0930\u0928\u093E \u0939\u0948 \u092F\u093E \u0928\u0939\u0940\u0902",enableInputTranslationDescription:"{trailingKey}\u0938\u0915\u094D\u0937\u092E \u0915\u0930\u0928\u0947 \u0915\u0947 \u092C\u093E\u0926, \u0938\u0940\u0927\u0947 \u0907\u0928\u092A\u0941\u091F \u092C\u0949\u0915\u094D\u0938 \u092E\u0947\u0902 {startingKey}{startingKey} \u0939\u0948\u0932\u094B \u0926\u0930\u094D\u091C \u0915\u0930\u0947\u0902, \u0914\u0930 \u092B\u093F\u0930 \u0907\u0938\u0947 {inputTargetLanguage}\u092E\u0947\u0902 \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u091C\u0932\u094D\u0926\u0940 \u0938\u0947{inputTrailingTriggerKeyRepeatTimes}\u092A\u0930 \u0926\u094B \u092C\u093E\u0930 \u0915\u094D\u0932\u093F\u0915 \u0915\u0930\u0947\u0902\u0964",enableInputTranslationDescriptionForNoneKey:"\u0907\u0938\u0947 \u0938\u0915\u094D\u0937\u092E \u0915\u0930\u0928\u0947{trailingKey}, \u0938\u0940\u0927\u0947 \u0907\u0928\u092A\u0941\u091F \u092C\u0949\u0915\u094D\u0938 \u092E\u0947\u0902\uFF1A\u0939\u0948\u0932\u094B \u0935\u0930\u094D\u0932\u094D\u0921 \u0926\u0930\u094D\u091C \u0915\u0930\u0947\u0902, \u0914\u0930 \u092B\u093F\u0930 \u0921\u093F\u092B\u093C\u0949\u0932\u094D\u091F \u0932\u0915\u094D\u0937\u094D\u092F \u092D\u093E\u0937\u093E \u092E\u0947\u0902 \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u091C\u0932\u094D\u0926\u0940 \u0938\u0947{inputTrailingTriggerKeyRepeatTimes}\u092C\u093E\u0930 \u0915\u094D\u0932\u093F\u0915 \u0915\u0930\u0947\u0902\u0964",inputTargetLanguage:"\u0907\u0928\u092A\u0941\u091F \u092C\u0949\u0915\u094D\u0938 \u0915\u0940 \u0921\u093F\u092B\u093C\u0949\u0932\u094D\u091F \u0932\u0915\u094D\u0937\u094D\u092F \u092D\u093E\u0937\u093E \u0938\u0947\u091F \u0915\u0930\u0947\u0902",inputTargetLanguageDescription:"\u0907\u0928\u092A\u0941\u091F \u092C\u0949\u0915\u094D\u0938 \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0947 \u0932\u093F\u090F \u0921\u093F\u092B\u093C\u0949\u0932\u094D\u091F \u0932\u0915\u094D\u0937\u094D\u092F \u092D\u093E\u0937\u093E, \u091C\u094B \u091F\u094D\u0930\u093F\u0917\u0930 \u0936\u092C\u094D\u0926\u094B\u0902 \u0915\u0947 \u0932\u093F\u090F \u0921\u093F\u092B\u093C\u0949\u0932\u094D\u091F \u092D\u093E\u0937\u093E \u0915\u0947 \u0930\u0942\u092A \u092E\u0947\u0902 {startingKey}{startingKey} \u0939\u0948",inputTargetLanguageDescriptionForNoneKey:"\u0907\u0928\u092A\u0941\u091F \u092C\u0949\u0915\u094D\u0938 \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0947 \u0932\u093F\u090F \u0921\u093F\u092B\u093C\u0949\u0932\u094D\u091F \u0932\u0915\u094D\u0937\u094D\u092F \u092D\u093E\u0937\u093E",inputStartingTriggerKeyTitle:"\u0907\u0928\u092A\u0941\u091F \u092C\u0949\u0915\u094D\u0938 \u0915\u0947 \u0906\u0902\u0936\u093F\u0915 \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0947 \u0932\u093F\u090F \u0935\u093F\u092D\u093E\u091C\u0928 \u0935\u0930\u094D\u0923 \u0938\u0947\u091F \u0915\u0930\u0947\u0902",inputStartingTriggerKeyDescription:"\u091C\u092C \u0906\u092A\u0915\u094B \u092A\u0942\u0930\u0947 \u0907\u0928\u092A\u0941\u091F \u092C\u0949\u0915\u094D\u0938 \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0928\u0947 \u0915\u0940 \u0906\u0935\u0936\u094D\u092F\u0915\u0924\u093E \u0928\u0939\u0940\u0902 \u0939\u094B\u0924\u0940 \u0939\u0948, \u0924\u094B \u0921\u093F\u0932\u0940\u092E\u0940\u091F\u0930 \u0906\u092A\u0915\u094B \u0915\u0947\u0935\u0932 {startingKey}{startingKey} \u0938\u0947 \u0907\u0928\u092A\u0941\u091F \u092C\u0949\u0915\u094D\u0938 \u0915\u0947 \u0905\u0902\u0924 \u0924\u0915 \u0915\u0947 \u092D\u093E\u0917 \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0928\u0947 \u0915\u0940 \u0905\u0928\u0941\u092E\u0924\u093F \u0926\u0947\u0924\u093E \u0939\u0948, \u092F\u093E \u0906\u092A \u092D\u093E\u0937\u093E \u0915\u094B\u0921 \u0928\u093F\u0930\u094D\u0926\u093F\u0937\u094D\u091F \u0915\u0930 \u0938\u0915\u0924\u0947 \u0939\u0948\u0902, \u0909\u0926\u093E\u0939\u0930\u0923 \u0915\u0947 \u0932\u093F\u090F,\uFF1A{startingKey}ja \u0915\u093E \u0905\u0930\u094D\u0925 \u0915\u0947\u0935\u0932 \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0928\u093E \u0939\u0948 {startingKey}ja \u0938\u0947 \u0907\u0928\u092A\u0941\u091F \u092C\u0949\u0915\u094D\u0938 \u0915\u0947 \u0905\u0902\u0924 \u0924\u0915 \u0915\u093E \u092D\u093E\u0917\u0964",inputStartingTriggerKeyDescriptionForNoneKey:"\u0935\u0930\u094D\u0924\u092E\u093E\u0928 \u092E\u0947\u0902 \u0907\u0938\u0947 \u0915\u093F\u0938\u0940 \u0909\u092A\u0938\u0930\u094D\u0917 \u0915\u0940 \u0906\u0935\u0936\u094D\u092F\u0915\u0924\u093E \u0928\u0939\u0940\u0902 \u0939\u0948, \u0914\u0930 \u0907\u0928\u092A\u0941\u091F \u092C\u0949\u0915\u094D\u0938 \u0915\u0947 \u0915\u0941\u091B \u092A\u093E\u0920 \u0905\u0928\u0941\u0935\u093E\u0926 \u092B\u093C\u0902\u0915\u094D\u0936\u0928 \u0905\u0938\u094D\u0925\u093E\u092F\u0940 \u0930\u0942\u092A \u0938\u0947 \u0905\u0928\u0941\u092A\u0932\u092C\u094D\u0927 \u0939\u0948\u0902\u0964",inputTrailingTriggerKeyTitle:"\u090F\u0915 \u091F\u094D\u0930\u093F\u0917\u0930 \u0935\u0930\u094D\u0923 \u091A\u0941\u0928\u0947\u0902 \u091C\u094B \u0907\u0928\u092A\u0941\u091F \u0915\u094B \u0938\u092E\u093E\u092A\u094D\u0924 \u0915\u0930\u0924\u093E \u0939\u0948",inputTrailingTriggerKeyDescription:"\u0924\u094D\u0935\u0930\u093F\u0924 \u0909\u0924\u094D\u0924\u0930\u093E\u0927\u093F\u0915\u093E\u0930 \u092E\u0947\u0902{trailingKey} 3 \u092C\u093E\u0930 \u0939\u093F\u091F \u0915\u0930\u0928\u0947 \u0938\u0947 \u0905\u0928\u0941\u0935\u093E\u0926 \u0936\u0941\u0930\u0942 \u0939\u094B \u091C\u093E\u090F\u0917\u093E",inputTrailingTriggerKeyTimeout:"\u0915\u0949\u092E\u094D\u092C\u094B \u0915\u094B \u0938\u092E\u093E\u092A\u094D\u0924 \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u091F\u094D\u0930\u093F\u0917\u0930\u094D\u0938 \u0915\u0947 \u092C\u0940\u091A \u0905\u0902\u0924\u0930\u093E\u0932 \u0926\u0930\u094D\u091C \u0915\u0930\u0947\u0902\u0964",inputTrailingTriggerKeyTimeoutDescription:"\u0915\u0949\u092E\u094D\u092C\u094B \u091F\u094D\u0930\u093F\u0917\u0930 \u0915\u094B \u0938\u092E\u093E\u092A\u094D\u0924 \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u0907\u0928\u092A\u0941\u091F \u0915\u0947 \u0932\u093F\u090F \u0905\u0902\u0924\u0930\u093E\u0932 \u0938\u092E\u092F (\u092E\u093F\u0932\u0940\u0938\u0947\u0915\u0902\u0921) \u0928\u093F\u0930\u094D\u0927\u093E\u0930\u093F\u0924 \u0915\u0930\u0947\u0902",spaceKey:"<\u0938\u094D\u092A\u0947\u0938\u092C\u093E\u0930>",noneKey:"\u0915\u093F\u0938\u0940 \u0909\u092A\u0938\u0930\u094D\u0917 \u0915\u0940 \u0906\u0935\u0936\u094D\u092F\u0915\u0924\u093E \u0928\u0939\u0940\u0902 \u0939\u0948, \u0938\u0940\u0927\u0947 \u0938\u0902\u092A\u0942\u0930\u094D\u0923 \u091F\u0947\u0915\u094D\u0938\u094D\u091F \u092C\u0949\u0915\u094D\u0938 \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0947\u0902",inputTranslationBlockUrlsTitle:"\u092F\u0942\u0906\u0930\u090F\u0932 \u092E\u0947\u0902 \u0907\u0928\u092A\u0941\u091F \u092B\u093C\u0940\u0932\u094D\u0921 \u090F\u0928\u094D\u0939\u093E\u0902\u0938\u092E\u0947\u0902\u091F \u0915\u094B \u0915\u092D\u0940 \u092D\u0940 \u0938\u0915\u094D\u0937\u092E \u0928 \u0915\u0930\u0947\u0902",inputTranslationBlockUrlsDescription:"\u0928\u093F\u092E\u094D\u0928\u0932\u093F\u0916\u093F\u0924 \u092F\u0942\u0906\u0930\u090F\u0932 \u092E\u0947\u0902, \u0907\u0928\u092A\u0941\u091F \u092C\u0949\u0915\u094D\u0938 \u090F\u0928\u094D\u0939\u093E\u0902\u0938\u092E\u0947\u0902\u091F \u092A\u094D\u0930\u092D\u093E\u0935\u0940 \u0928\u0939\u0940\u0902 \u0939\u094B\u0917\u093E",clickToSeeQuickDemo:"30 \u0938\u0947\u0915\u0902\u0921 \u0915\u0947 \u0924\u094D\u0935\u0930\u093F\u0924 \u0928\u093F\u0930\u094D\u0926\u0947\u0936 \u0935\u0940\u0921\u093F\u092F\u094B \u0915\u093E \u0935\u093F\u0938\u094D\u0924\u093E\u0930 \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u0915\u094D\u0932\u093F\u0915 \u0915\u0930\u0947\u0902",inputHelperInfo:"\u0928\u094B\u091F\uFF1A: \u0939\u092E\u0928\u0947 \u0935\u093F\u0936\u0947\u0937 \u0930\u0942\u092A \u0938\u0947 \u0909\u0938 \u092E\u0941\u0926\u094D\u0926\u0947 \u0915\u094B \u0905\u0928\u0941\u0915\u0942\u0932\u093F\u0924 \u0915\u093F\u092F\u093E \u0939\u0948 \u091C\u0939\u093E\u0902 \u0915\u0941\u091B \u091F\u094D\u0930\u093F\u0917\u0930 \u0935\u0930\u094D\u0923 \u091A\u0940\u0928\u0940 \u0907\u0928\u092A\u0941\u091F \u092A\u0926\u094D\u0927\u0924\u093F \u0915\u0947 \u0924\u0939\u0924 \u091A\u0940\u0928\u0940 \u0935\u093F\u0930\u093E\u092E \u091A\u093F\u0939\u094D\u0928\u094B\u0902 \u092E\u0947\u0902 \u092C\u0926\u0932 \u091C\u093E\u090F\u0902\u0917\u0947\u0964 \u0909\u0926\u093E\u0939\u0930\u0923 \u0915\u0947 \u0932\u093F\u090F, \u0938\u094B\u0917\u094C \u0907\u0928\u092A\u0941\u091F \u092A\u0926\u094D\u0927\u0924\u093F \u0915\u0947 \u0924\u0939\u0924, / \u090F\u0915 \u0935\u093F\u0930\u093E\u092E \u092E\u0947\u0902 \u092C\u0926\u0932 \u091C\u093E\u090F\u0917\u093E, \u0914\u0930 \u0907\u092E\u0930\u094D\u0938\u093F\u0935 \u0905\u0928\u0941\u0935\u093E\u0926 \u0938\u0902\u092C\u0902\u0927\u093F\u0924 \u0938\u092D\u0940 \u091A\u0940\u0928\u0940 \u092A\u094D\u0930\u0924\u0940\u0915\u094B\u0902 \u0915\u093E \u0938\u092E\u0930\u094D\u0925\u0928 \u0915\u0930\u0924\u093E \u0939\u0948 \u091F\u094D\u0930\u093F\u0917\u0930 \u0935\u0930\u094D\u0923\u0964 , \u092F\u093E\u0928\u0940, //,, \u0914\u0930 \u0938\u092D\u0940 \u0915\u094B \u091F\u094D\u0930\u093F\u0917\u0930 \u0935\u0930\u094D\u0923 \u0915\u0947 \u0930\u0942\u092A \u092E\u0947\u0902 \u092A\u0939\u091A\u093E\u0928\u093E \u091C\u093E\u090F\u0917\u093E\u0964

\u0938\u093E\u0925 \u0939\u0940, \u0939\u092E \u0915\u092E\u093E\u0902\u0921 \u0915\u0947 \u0930\u0942\u092A \u092E\u0947\u0902 \u092D\u093E\u0937\u093E \u0915\u094B\u0921 \u0915\u0947 \u091A\u0940\u0928\u0940 \u0909\u092A\u0928\u093E\u092E\u094B\u0902 \u0915\u093E \u092D\u0940 \u0938\u092E\u0930\u094D\u0925\u0928 \u0915\u0930\u0924\u0947 \u0939\u0948\u0902\u0964 \u0909\u0926\u093E\u0939\u0930\u0923 \u0915\u0947 \u0932\u093F\u090F, /\u091C\u093E\u092A\u093E\u0928\u0940 \u0939\u0948\u0932\u094B \u0935\u0930\u094D\u0932\u094D\u0921 \u0915\u093E \u091C\u093E\u092A\u093E\u0928\u0940 \u092E\u0947\u0902 \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u093F\u092F\u093E \u091C\u093E\u090F\u0917\u093E\u0964 <1> \u0938\u092D\u0940 \u0938\u092E\u0930\u094D\u0925\u093F\u0924 \u092D\u093E\u0937\u093E \u0915\u094B\u0921 \u0926\u0947\u0916\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u092F\u0939\u093E\u0902 \u0915\u094D\u0932\u093F\u0915 \u0915\u0930\u0947\u0902\u0964 .",reloadCurrentPage:"\u0915\u0943\u092A\u092F\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0936\u0941\u0930\u0942 \u0915\u0930\u0928\u0947 \u0938\u0947 \u092A\u0939\u0932\u0947 \u0935\u0930\u094D\u0924\u092E\u093E\u0928 \u092A\u0943\u0937\u094D\u0920 \u0915\u094B \u0924\u093E\u091C\u093C\u093E \u0915\u0930\u0947\u0902",noLocalFilePermissionForPDF:"\u0935\u0930\u094D\u0924\u092E\u093E\u0928 \u092E\u0947\u0902 \u0939\u092E\u093E\u0930\u0947 \u092A\u093E\u0938 \u0938\u094D\u0925\u093E\u0928\u0940\u092F \u092B\u093C\u093E\u0907\u0932\u0947\u0902 \u092A\u0922\u093C\u0928\u0947 \u0915\u0940 \u0905\u0928\u0941\u092E\u0924\u093F \u0928\u0939\u0940\u0902 \u0939\u0948\u0964 \u0915\u0943\u092A\u092F\u093E \u090A\u092A\u0930 \u0926\u093F\u090F \u0917\u090F \u092C\u091F\u0928 \u092A\u0930 \u0915\u094D\u0932\u093F\u0915 \u0915\u0930\u0947\u0902 \u0914\u0930 \u0938\u094D\u0925\u093E\u0928\u0940\u092F \u092B\u093C\u093E\u0907\u0932\u0947\u0902 \u0906\u092F\u093E\u0924 \u0915\u0930\u0947\u0902\u0964",noPermissionForThisPage:"\u26A0\uFE0F \u0935\u0930\u094D\u0924\u092E\u093E\u0928 \u092A\u0943\u0937\u094D\u0920 \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0928\u0947 \u0915\u0940 \u0905\u0928\u0941\u092E\u0924\u093F \u0928\u0939\u0940\u0902",retryAllParagraphs:"\u0938\u092D\u0940 \u0924\u094D\u0930\u0941\u091F\u093F \u092A\u0948\u0930\u093E\u0917\u094D\u0930\u093E\u092B \u092A\u0941\u0928\u0903 \u092A\u094D\u0930\u092F\u093E\u0938 \u0915\u0930\u0947\u0902",retryAllButton:"\u0938\u092D\u0940 \u0924\u094D\u0930\u0941\u091F\u093F \u092A\u0948\u0930\u093E\u0917\u094D\u0930\u093E\u092B \u092A\u0941\u0928\u0903 \u092A\u094D\u0930\u092F\u093E\u0938 \u0915\u0930\u0947\u0902",errorTooltipTitle:"\u0924\u094D\u0930\u0941\u091F\u093F \u0915\u093E \u0915\u093E\u0930\u0923 \u0926\u0947\u0916\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u0915\u094D\u0932\u093F\u0915 \u0915\u0930\u0947\u0902",errorModalTitle:"\u0910\u0938\u093E \u0932\u0917\u0924\u093E \u0939\u0948 \u0915\u093F \u0905\u0928\u0941\u0935\u093E\u0926 \u0938\u0947\u0935\u093E \u092F\u093E \u0928\u0947\u091F\u0935\u0930\u094D\u0915 \u092E\u0947\u0902 \u0915\u0941\u091B \u0917\u0921\u093C\u092C\u0921\u093C \u0939\u0948...",disableConfirm:"\u0926\u094D\u0935\u093F\u092D\u093E\u0937\u0940 \u0938\u0942\u091A\u0928\u093E \u0938\u0902\u0935\u0930\u094D\u0926\u094D\u0927\u0928 \u0938\u0947\u091F\u093F\u0902\u0917\u094D\u0938",disableOnce:"\u0907\u0938 \u092C\u093E\u0930 \u0905\u0915\u094D\u0937\u092E",disableGlobal:"\u0938\u094D\u0925\u093E\u092F\u0940 \u0930\u0942\u092A \u0938\u0947 \u0905\u0915\u094D\u0937\u092E",disableTint:"* \u0906\u092A \u0907\u0938\u0947 {option} \u092E\u0947\u0902 \u092A\u0941\u0928\u0903 \u0938\u0915\u094D\u0937\u092E \u0915\u0930 \u0938\u0915\u0924\u0947 \u0939\u0948\u0902\u0964",searchEnhancementNotes:"\u0939\u092E\u0928\u0947 \u092A\u093E\u092F\u093E \u0915\u093F \u091A\u0940\u0928\u0940 \u0915\u0940\u0935\u0930\u094D\u0921 \u0914\u0930 \u0905\u0902\u0917\u094D\u0930\u0947\u091C\u0940 \u0915\u0940\u0935\u0930\u094D\u0921 \u0915\u0947 \u0932\u093F\u090F \u0938\u092E\u093E\u091A\u093E\u0930 \u092A\u0930\u093F\u0923\u093E\u092E \u092C\u0939\u0941\u0924 \u0905\u0932\u0917 \u0939\u0948\u0902\u0964 \u0907\u092E\u0930\u094D\u0938\u093F\u0935 \u091F\u094D\u0930\u093E\u0902\u0938\u0932\u0947\u0936\u0928 \u0926\u094D\u0935\u093F\u092D\u093E\u0937\u0940 \u0938\u0942\u091A\u0928\u093E \u0938\u0902\u0935\u0930\u094D\u0926\u094D\u0927\u0928 \u092B\u093C\u0902\u0915\u094D\u0936\u0928 \u0915\u094B \u0938\u0915\u094D\u0937\u092E \u0915\u0930\u0928\u0947 \u0915\u0947 \u092C\u093E\u0926, \u0939\u092E \u0938\u092E\u0930\u094D\u0925\u093F\u0924 \u0935\u0947\u092C\u0938\u093E\u0907\u091F\u094B\u0902 (Google \u0938\u092E\u093E\u091A\u093E\u0930, Google \u0916\u094B\u091C (\u0915\u0941\u091B \u0915\u0940\u0935\u0930\u094D\u0921), \u0938\u094D\u0928\u094B\u092C\u0949\u0932, \u0913\u0930\u093F\u090F\u0902\u091F\u0932 \u092B\u0949\u0930\u094D\u091A\u094D\u092F\u0942\u0928 \u0928\u0947\u091F\u0935\u0930\u094D\u0915, \u092B\u093C\u0941\u091F\u0942) \u092A\u0930 \u0916\u094B\u091C \u0915\u0930\u0947\u0902\u0917\u0947 , \u091F\u093E\u0907\u0917\u0930) \u0938\u094D\u0935\u091A\u093E\u0932\u093F\u0924 \u0930\u0942\u092A \u0938\u0947 \u0906\u092A\u0915\u0947 \u0932\u093F\u090F \u0905\u0902\u0917\u094D\u0930\u0947\u091C\u0940 \u092E\u0947\u0902 \u0938\u092E\u093E\u0928 \u0915\u0940\u0935\u0930\u094D\u0921 \u0916\u094B\u091C\u0924\u093E \u0939\u0948 \u0914\u0930 \u0909\u0928\u094D\u0939\u0947\u0902 \u0926\u093E\u0908\u0902 \u0913\u0930 \u092A\u094D\u0930\u0926\u0930\u094D\u0936\u093F\u0924 \u0915\u0930\u0924\u093E \u0939\u0948\u0964 \u092F\u0926\u093F \u0906\u092A\u0915\u094B \u0907\u0938 \u0938\u0941\u0935\u093F\u0927\u093E \u0915\u0940 \u0906\u0935\u0936\u094D\u092F\u0915\u0924\u093E \u0928\u0939\u0940\u0902 \u0939\u0948, \u0924\u094B \u0906\u092A \u0907\u0938\u0947 \u0905\u0915\u094D\u0937\u092E \u0915\u0930\u0928\u093E \u091A\u0941\u0928 \u0938\u0915\u0924\u0947 \u0939\u0948\u0902\u0964",option:"\u0938\u094D\u0925\u093E\u092A\u093F\u0924 \u0915\u0930\u0928\u093E",saveSettings:"\u0938\u0947\u091F\u093F\u0902\u0917\u094D\u0938 \u0938\u0947\u0935 \u0915\u0930\u0947\u0902",closeModal:"\u0916\u093F\u0921\u093C\u0915\u0940 \u092C\u0902\u0926 \u0915\u0930\u094B",enableInputTranslationWithoutTriggerKeyTitle:"\u0924\u094D\u0935\u0930\u093F\u0924 \u0915\u0949\u092E\u094D\u092C\u094B \u0915\u094B 3 \u0917\u0941\u0928\u093E{trailingKey}\u0938\u0915\u094D\u0937\u092E \u0915\u0930\u0947\u0902, \u0938\u0902\u092A\u0942\u0930\u094D\u0923 \u0907\u0928\u092A\u0941\u091F \u092C\u0949\u0915\u094D\u0938 \u0915\u094B \u0938\u0940\u0927\u0947{inputTargetLanguage}\u092E\u0947\u0902 \u0905\u0928\u0941\u0935\u093E\u0926\u093F\u0924 \u0915\u0930\u0947\u0902",enableInputTranslationWithoutTriggerKeyDescription:"\u092F\u0926\u093F \u0906\u092A\u0915\u094B \u0932\u0915\u094D\u0937\u094D\u092F \u092D\u093E\u0937\u093E \u0928\u093F\u0930\u094D\u0926\u093F\u0937\u094D\u091F \u0915\u0930\u0928\u0947 \u0915\u0940 \u0906\u0935\u0936\u094D\u092F\u0915\u0924\u093E \u0939\u0948, \u0924\u094B \u0915\u0943\u092A\u092F\u093E \u0938\u093E\u092E\u0928\u0947 \u092D\u093E\u0937\u093E \u0915\u094B\u0921 \u091C\u094B\u0921\u093C\u0947\u0902, \u091C\u0948\u0938\u0947\uFF1Aja \u0939\u0947\u0932\u094B \u0935\u0930\u094D\u0932\u094D\u0921",mouseHoverShortcutPlaceholder:"\u091C\u0948\u0938\u0947\uFF1A\u0936\u093F\u092B\u094D\u091F",deepLProName:"\u0907\u092E\u0930\u094D\u0938\u093F\u0935 \u091F\u094D\u0930\u093E\u0902\u0938\u0932\u0947\u0936\u0928 \u092A\u094D\u0930\u094B \u0938\u0926\u0938\u094D\u092F (\u0905\u0928\u0941\u0936\u0902\u0938\u093F\u0924)",deepLProDescription:"\u0935\u0930\u094D\u0924\u092E\u093E\u0928 \u092A\u0948\u0915\u0947\u091C \u0915\u093E \u0938\u0940\u0927\u0947 \u0909\u092A\u092F\u094B\u0917 \u0915\u093F\u092F\u093E \u091C\u093E \u0938\u0915\u0924\u093E \u0939\u0948",deeplProDescriptionForNormal:"\u0915\u093F\u0938\u0940 \u0938\u0947\u091F\u093F\u0902\u0917 \u0915\u0940 \u0906\u0935\u0936\u094D\u092F\u0915\u0924\u093E \u0928\u0939\u0940\u0902 \u0939\u0948\u0964 \u0906\u092A \u0938\u0926\u0938\u094D\u092F \u0915\u0947 \u0930\u0942\u092A \u092E\u0947\u0902 \u0932\u0949\u0917 \u0907\u0928 \u0915\u0930\u0928\u0947 \u0915\u0947 \u092C\u093E\u0926 \u0907\u0938\u0915\u093E \u0909\u092A\u092F\u094B\u0917 \u0915\u0930 \u0938\u0915\u0924\u0947 \u0939\u0948\u0902\u0964 <1> \u0938\u0926\u0938\u094D\u092F \u092E\u0947\u0902 \u0905\u092A\u0917\u094D\u0930\u0947\u0921 \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u092F\u0939\u093E\u0902 \u0915\u094D\u0932\u093F\u0915 \u0915\u0930\u0947\u0902\u0964",deepLCustomDescription:"\u0906\u092A\u0915\u094B \u090F\u0915 \u0935\u093F\u0926\u0947\u0936\u0940 \u0915\u094D\u0930\u0947\u0921\u093F\u091F \u0915\u093E\u0930\u094D\u0921 \u0915\u0940 \u0906\u0935\u0936\u094D\u092F\u0915\u0924\u093E \u0939\u0948, <1>\u0921\u0940\u092A\u090F\u0932 \u092A\u0930 \u091C\u093E\u090F\u0902 \u0906\u0927\u093F\u0915\u093E\u0930\u093F\u0915 \u0924\u094C\u0930 \u092A\u0930 \u0916\u094B\u0932\u093E \u0917\u092F\u093E, <2> \u0926\u0938\u094D\u0924\u093E\u0935\u0947\u091C\u093C \u0926\u0947\u0916\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u0915\u094D\u0932\u093F\u0915 \u0915\u0930\u0947\u0902",deepLCustomName:"\u0915\u0938\u094D\u091F\u092E \u092A\u094D\u0930\u093E\u092E\u093E\u0923\u093F\u0915 \u0915\u0941\u0902\u091C\u0940",chooseProviderLabel:"\u090F\u0915 \u0938\u0947\u0935\u093E \u092A\u094D\u0930\u0926\u093E\u0924\u093E \u091A\u0941\u0928\u0947\u0902",openaiProName:"\u0907\u092E\u0930\u094D\u0938\u093F\u0935 \u091F\u094D\u0930\u093E\u0902\u0938\u0932\u0947\u0936\u0928 \u092A\u094D\u0930\u094B \u0938\u0926\u0938\u094D\u092F (\u0905\u0928\u0941\u0936\u0902\u0938\u093F\u0924)",openaiProDescription:"\u0935\u0930\u094D\u0924\u092E\u093E\u0928 \u092A\u0948\u0915\u0947\u091C \u0915\u093E \u0938\u0940\u0927\u0947 \u0909\u092A\u092F\u094B\u0917 \u0915\u093F\u092F\u093E \u091C\u093E \u0938\u0915\u0924\u093E \u0939\u0948",openaiProDescriptionForNormal:"\u0915\u093F\u0938\u0940 \u0938\u0947\u091F\u093F\u0902\u0917 \u0915\u0940 \u0906\u0935\u0936\u094D\u092F\u0915\u0924\u093E \u0928\u0939\u0940\u0902 \u0939\u0948\u0964 \u0906\u092A \u0938\u0926\u0938\u094D\u092F \u0915\u0947 \u0930\u0942\u092A \u092E\u0947\u0902 \u0932\u0949\u0917 \u0907\u0928 \u0915\u0930\u0928\u0947 \u0915\u0947 \u092C\u093E\u0926 \u0907\u0938\u0915\u093E \u0909\u092A\u092F\u094B\u0917 \u0915\u0930 \u0938\u0915\u0924\u0947 \u0939\u0948\u0902\u0964 <1> \u0938\u0926\u0938\u094D\u092F \u092E\u0947\u0902 \u0905\u092A\u0917\u094D\u0930\u0947\u0921 \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u092F\u0939\u093E\u0902 \u0915\u094D\u0932\u093F\u0915 \u0915\u0930\u0947\u0902\u0964",openaiCustomDescription:"\u0907\u0938\u0947 OpenAI, Azure OpenAI, \u092F\u093E \u0905\u0928\u094D\u092F \u0924\u0943\u0924\u0940\u092F-\u092A\u0915\u094D\u0937 \u0938\u0947\u0935\u093E\u0913\u0902 \u0938\u0947 \u092A\u094D\u0930\u093E\u092A\u094D\u0924 \u0915\u093F\u092F\u093E \u091C\u093E \u0938\u0915\u0924\u093E \u0939\u0948\u0964 <1> \u0926\u0938\u094D\u0924\u093E\u0935\u0947\u091C\u093C \u0926\u0947\u0916\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u092F\u0939\u093E\u0902 \u0915\u094D\u0932\u093F\u0915 \u0915\u0930\u0947\u0902\u0964",openaiCustomName:"\u0915\u0938\u094D\u091F\u092E \u090F\u092A\u0940\u0906\u0908 \u0915\u0941\u0902\u091C\u0940",needLoginAction:"(\u0938\u0926\u0938\u094D\u092F\u0924\u093E \u0926\u0930\u094D\u091C \u0915\u0930\u0947\u0902 \u092F\u093E \u0905\u0928\u0941\u0915\u0942\u0932\u093F\u0924 \u0915\u0930\u0947\u0902)",goLoginOrAction:"(\u0938\u0926\u0938\u094D\u092F\u0924\u093E \u0926\u0930\u094D\u091C \u0915\u0930\u0947\u0902 \u092F\u093E \u0938\u0947\u091F\u093F\u0902\u0917\u094D\u0938 \u092A\u0930 \u091C\u093E\u090F\u0902)",yearly:"\u0938\u0924\u0924 \u0935\u093E\u0930\u094D\u0937\u093F\u0915 \u0938\u0926\u0938\u094D\u092F\u0924\u093E",quarterly:"\u0932\u0917\u093E\u0924\u093E\u0930 \u090B\u0924\u0941\u090F\u0901",monthly:"\u0928\u093F\u0930\u0902\u0924\u0930 \u092E\u093E\u0938\u093F\u0915 \u0938\u0926\u0938\u094D\u092F\u0924\u093E",yearlyForOnce:"\u090F\u0915\u092E\u0941\u0936\u094D\u0924 \u0935\u093E\u0930\u094D\u0937\u093F\u0915 \u092A\u0948\u0915\u0947\u091C",monthlyForOnce:"\u090F\u0915\u092E\u0941\u0936\u094D\u0924 \u092E\u093E\u0938\u093F\u0915 \u092A\u0948\u0915\u0947\u091C",daily:"\u0932\u0917\u093E\u0924\u093E\u0930 \u0926\u094B \u0926\u093F\u0928",year:"\u0938\u0924\u0924 \u0935\u093E\u0930\u094D\u0937\u093F\u0915 \u0938\u0926\u0938\u094D\u092F\u0924\u093E",quarter:"\u0932\u0917\u093E\u0924\u093E\u0930 \u090B\u0924\u0941\u090F\u0901",month:"\u0928\u093F\u0930\u0902\u0924\u0930 \u092E\u093E\u0938\u093F\u0915 \u0938\u0926\u0938\u094D\u092F\u0924\u093E",day:"\u0932\u0917\u093E\u0924\u093E\u0930 \u0926\u094B \u0926\u093F\u0928",onetime_7day:"7 \u0926\u093F\u0928 \u0915\u093E \u091F\u094D\u0930\u093E\u092F\u0932 \u092A\u0948\u0915\u0947\u091C",currentPlanDescriptionForFree:"\u0935\u0930\u094D\u0924\u092E\u093E\u0928 \u092A\u0948\u0915\u0947\u091C\uFF1A\u0928\u093F\u0903\u0936\u0941\u0932\u094D\u0915 \u0939\u0948",currentPlanDescriptionForContinuous:"\u0935\u0930\u094D\u0924\u092E\u093E\u0928 \u092A\u0948\u0915\u0947\u091C\uFF1A{plan}\u0939\u0948 \u0914\u0930 {endAt} \u0915\u094B \u0938\u094D\u0935\u091A\u093E\u0932\u093F\u0924 \u0930\u0942\u092A \u0938\u0947 \u0928\u0935\u0940\u0928\u0940\u0915\u0943\u0924 \u0939\u094B \u091C\u093E\u090F\u0917\u093E",currentPlanDescriptionForAutoRenewCaceling:"\u0935\u0930\u094D\u0924\u092E\u093E\u0928 \u092A\u0948\u0915\u0947\u091C\uFF1A{plan}\u0939\u0948 \u0914\u0930 {endAt} \u0915\u094B \u0938\u092E\u093E\u092A\u094D\u0924 \u0939\u094B \u091C\u093E\u090F\u0917\u093E\u0964 \u0938\u092E\u093E\u092A\u094D\u0924\u093F \u0915\u0947 \u092C\u093E\u0926 \u0907\u0938\u0947 \u0938\u094D\u0935\u091A\u093E\u0932\u093F\u0924 \u0930\u0942\u092A \u0938\u0947 \u0928\u0935\u0940\u0928\u0940\u0915\u0943\u0924 \u0928\u0939\u0940\u0902 \u0915\u093F\u092F\u093E \u091C\u093E\u090F\u0917\u093E\u0964",currentYearlyPlanDescriptionForAutoRenewCacelingWithRealPaiedUser:"\u0935\u0930\u094D\u0924\u092E\u093E\u0928 \u092A\u0948\u0915\u0947\u091C\uFF1A{plan} {endAt} \u0915\u094B \u0938\u092E\u093E\u092A\u094D\u0924 \u0939\u094B \u091C\u093E\u090F\u0917\u093E \u0914\u0930 \u0938\u092E\u093E\u092A\u094D\u0924\u093F \u0915\u0947 \u092C\u093E\u0926 \u0938\u094D\u0935\u091A\u093E\u0932\u093F\u0924 \u0930\u0942\u092A \u0938\u0947 \u0928\u0935\u0940\u0928\u0940\u0915\u0943\u0924 \u0928\u0939\u0940\u0902 \u0915\u093F\u092F\u093E \u091C\u093E\u090F\u0917\u093E\u0964
<1>\u0928\u0935\u0940\u0915\u0930\u0923 \u092F\u094B\u091C\u0928\u093E\u0913\u0902 \u0915\u094B \u092A\u094D\u0930\u092C\u0902\u0927\u093F\u0924 \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u092F\u0939\u093E\u0902 \u0915\u094D\u0932\u093F\u0915 \u0915\u0930\u0947\u0902",currentYearlyPlanDescriptionForAutoRenewCacelingWithAdmin:"\u0935\u0930\u094D\u0924\u092E\u093E\u0928 \u092A\u0948\u0915\u0947\u091C\uFF1A{plan} {endAt} \u0915\u094B \u0938\u092E\u093E\u092A\u094D\u0924 \u0939\u094B \u091C\u093E\u090F\u0917\u093E \u0914\u0930 \u0938\u092E\u093E\u092A\u094D\u0924\u093F \u0915\u0947 \u092C\u093E\u0926 \u0938\u094D\u0935\u091A\u093E\u0932\u093F\u0924 \u0930\u0942\u092A \u0938\u0947 \u0928\u0935\u0940\u0928\u0940\u0915\u0943\u0924 \u0928\u0939\u0940\u0902 \u0915\u093F\u092F\u093E \u091C\u093E\u090F\u0917\u093E\u0964
<1>\u0928\u093F\u0930\u0902\u0924\u0930 \u0935\u093E\u0930\u094D\u0937\u093F\u0915 \u0938\u0926\u0938\u094D\u092F\u0924\u093E \u0938\u0915\u094D\u0930\u093F\u092F \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u092F\u0939\u093E\u0902 \u0915\u094D\u0932\u093F\u0915 \u0915\u0930\u0947\u0902",currentPlanDescriptionForOneTime:"\u0935\u0930\u094D\u0924\u092E\u093E\u0928 \u092A\u0948\u0915\u0947\u091C\uFF1A{plan}\u0939\u0948 \u0914\u0930 {endAt} \u0915\u094B \u0938\u092E\u093E\u092A\u094D\u0924 \u0939\u094B \u091C\u093E\u090F\u0917\u093E\u0964 <1> \u0935\u093E\u0930\u094D\u0937\u093F\u0915 \u0936\u0941\u0932\u094D\u0915 \u092E\u0947\u0902 \u0905\u092A\u0917\u094D\u0930\u0947\u0921 \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u092F\u0939\u093E\u0902 \u0915\u094D\u0932\u093F\u0915 \u0915\u0930\u0947\u0902 \u092F\u093E <2> \u092E\u093E\u0938\u093F\u0915 \u0936\u0941\u0932\u094D\u0915 \u0938\u0926\u0938\u094D\u092F",upgradePlan:"\u092A\u094D\u0930\u094B \u0938\u0926\u0938\u094D\u092F\u0924\u093E \u092E\u0947\u0902 \u0905\u092A\u0917\u094D\u0930\u0947\u0921 \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u092F\u0939\u093E\u0902 \u0915\u094D\u0932\u093F\u0915 \u0915\u0930\u0947\u0902",upgradeToPro:"\u092A\u094D\u0930\u094B \u0938\u0926\u0938\u094D\u092F\u0924\u093E \u092E\u0947\u0902 \u0905\u092A\u0917\u094D\u0930\u0947\u0921 \u0915\u0930\u0947\u0902","popup.openPro":"\u092A\u094D\u0930\u094B \u0938\u0926\u0938\u094D\u092F\u0924\u093E \u092E\u0947\u0902 \u0905\u092A\u0917\u094D\u0930\u0947\u0921 \u0915\u0930\u0928\u0947 \u0915\u0947 \u092C\u093E\u0926, \u0906\u092A \u0921\u0940\u092A\u090F\u0932 \u0914\u0930 \u0913\u092A\u0928\u090F\u0906\u0908 \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u093E \u0906\u0928\u0902\u0926 \u0932\u0947 \u0938\u0915\u0924\u0947 \u0939\u0948\u0902, \u0905\u092A\u0917\u094D\u0930\u0947\u0921 \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u092F\u0939\u093E\u0902 \u0915\u094D\u0932\u093F\u0915 \u0915\u0930\u0947\u0902","popup.openProForPro":"\u0906\u092A \u090F\u0915 \u092A\u094D\u0930\u094B \u0938\u0926\u0938\u094D\u092F \u0939\u0948\u0902 \u0914\u0930 \u0938\u0940\u0927\u0947 \u0921\u0940\u092A\u090F\u0932 \u0914\u0930 \u0913\u092A\u0928\u090F\u0906\u0908 \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u093E \u0909\u092A\u092F\u094B\u0917 \u0915\u0930 \u0938\u0915\u0924\u0947 \u0939\u0948\u0902",currentAccount:"\u091A\u093E\u0932\u0942 \u0916\u093E\u0924\u093E",enableAutoSyncUserSettings:"\u090F\u0915\u093E\u0927\u093F\u0915 \u0921\u093F\u0935\u093E\u0907\u0938\u094B\u0902 \u092A\u0930 \u0938\u094D\u0935\u091A\u093E\u0932\u093F\u0924 \u0915\u094D\u0932\u093E\u0909\u0921 \u0938\u093F\u0902\u0915 \u0938\u0915\u094D\u0937\u092E \u0915\u0930\u0947\u0902",modalEnableInputTranslationTitle:"\u0907\u092E\u0930\u094D\u0938\u093F\u0935 \u091F\u094D\u0930\u093E\u0902\u0938\u0932\u0947\u0936\u0928 \u0907\u0928\u092A\u0941\u091F \u092C\u0949\u0915\u094D\u0938 \u091F\u094D\u0930\u093E\u0902\u0938\u0932\u0947\u0936\u0928 \u092F\u0941\u0915\u094D\u0924\u093F\u092F\u093E\u0901",modalEnableInputTranslationDesc:"\u0906\u092A\u0928\u0947 \u0938\u094D\u092A\u0947\u0938 \u092C\u093E\u0930 \u0915\u094B \u0932\u0917\u093E\u0924\u093E\u0930 \u0924\u0940\u0928 \u092C\u093E\u0930 \u0926\u092C\u093E\u0915\u0930 \u0907\u092E\u0930\u094D\u0938\u093F\u0935 \u091F\u094D\u0930\u093E\u0902\u0938\u0932\u0947\u0936\u0928 \u0915\u0947 \u0907\u0928\u092A\u0941\u091F \u092C\u0949\u0915\u094D\u0938 \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u094B \u091F\u094D\u0930\u093F\u0917\u0930 \u0915\u093F\u092F\u093E \u0939\u0948, \u0914\u0930 \u0907\u0928\u092A\u0941\u091F \u092C\u0949\u0915\u094D\u0938 \u0915\u0940 \u0938\u093E\u092E\u0917\u094D\u0930\u0940 \u0915\u094B \u0921\u093F\u092B\u093C\u0949\u0932\u094D\u091F \u0932\u0915\u094D\u0937\u094D\u092F \u092D\u093E\u0937\u093E \u092E\u0947\u0902 \u0905\u0928\u0941\u0935\u093E\u0926\u093F\u0924 \u0915\u093F\u092F\u093E \u091C\u093E\u090F\u0917\u093E\u0964 \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u094B Ctrl+Z \u0915\u0947 \u092E\u093E\u0927\u094D\u092F\u092E \u0938\u0947 \u092A\u0942\u0930\u094D\u0935\u0935\u0924 \u0915\u093F\u092F\u093E \u091C\u093E \u0938\u0915\u0924\u093E \u0939\u0948\u0964

\u092F\u0926\u093F \u092F\u0939 \u090F\u0915 \u0917\u0932\u0924\u0940 \u0939\u0948, \u0924\u094B \u091A\u093F\u0902\u0924\u093E \u0928 \u0915\u0930\u0947\u0902, \u0906\u092A \u0907\u0938 \u092C\u093E\u0930 \u0907\u0938\u0947 \u0905\u0915\u094D\u0937\u092E \u0915\u0930\u0928\u093E \u091A\u0941\u0928 \u0938\u0915\u0924\u0947 \u0939\u0948\u0902, \u092F\u093E \u0907\u0928\u092A\u0941\u091F \u092C\u0949\u0915\u094D\u0938 \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u094B \u0938\u094D\u0925\u093E\u092F\u0940 \u0930\u0942\u092A \u0938\u0947 \u0905\u0915\u094D\u0937\u092E \u0915\u0930 \u0938\u0915\u0924\u0947 \u0939\u0948\u0902\u0964",saveAndNotShowAgain:"\u0938\u0939\u0947\u091C\u0947\u0902 \u0914\u0930 \u0926\u094B\u092C\u093E\u0930\u093E \u0938\u0902\u0915\u0947\u0924 \u0928 \u0926\u0947\u0902",disableInputTranslationTips:"* \u0906\u092A {option} ,{learnMore}\u092E\u0947\u0902 \u091F\u094D\u0930\u093F\u0917\u0930 \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u0905\u0928\u094D\u092F \u0936\u0949\u0930\u094D\u091F\u0915\u091F \u0915\u0941\u0902\u091C\u093F\u092F\u093E\u0901 \u092D\u0940 \u0938\u0947\u091F \u0915\u0930 \u0938\u0915\u0924\u0947 \u0939\u0948\u0902\u0964",learnMore:"\u0914\u0930 \u091C\u093E\u0928\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u092F\u0939\u093E\u0902 \u0915\u094D\u0932\u093F\u0915 \u0915\u0930\u0947\u0902",continueEnalbeInputTranslation:"\u0907\u0928\u092A\u0941\u091F \u092C\u0949\u0915\u094D\u0938 \u0905\u0928\u0941\u0935\u093E\u0926 \u0938\u0915\u094D\u0937\u092E \u0915\u0930\u0928\u093E \u091C\u093E\u0930\u0940 \u0930\u0916\u0947\u0902",autoRenewTrialSuffix:'(\u092A\u0930\u0940\u0915\u094D\u0937\u0923 \u0915\u0947 \u0926\u094C\u0930\u093E\u0928,\u0924\u0941\u0930\u0902\u0924 \u0914\u092A\u091A\u093E\u0930\u093F\u0915\u092E\u0947\u0902 \u0905\u092A\u0917\u094D\u0930\u0947\u0921 \u0915\u0930 \u0926\u093F\u092F\u093E \u091C\u093E\u090F\u0917\u093E)',upgradeFromTrialTitle:"\u0906\u0927\u093F\u0915\u093E\u0930\u093F\u0915 \u0938\u0926\u0938\u094D\u092F \u0915\u0947 \u0930\u0942\u092A \u092E\u0947\u0902 \u0905\u092A\u0917\u094D\u0930\u0947\u0921 \u0915\u0930\u0947\u0902",subtitle:"\u0935\u0940\u0921\u093F\u092F\u094B \u0909\u092A\u0936\u0940\u0930\u094D\u0937\u0915",youtubeService:"\u0907\u092E\u0930\u094D\u0938\u093F\u0935 \u0905\u0928\u0941\u0935\u093E\u0926 \u0935\u0940\u0921\u093F\u092F\u094B \u0909\u092A\u0936\u0940\u0930\u094D\u0937\u0915 \u0905\u0928\u0941\u0935\u093E\u0926 \u0938\u0947\u0935\u093E","subtitle.disabledSubtitle":"\u0935\u0940\u0921\u093F\u092F\u094B \u0909\u092A\u0936\u0940\u0930\u094D\u0937\u0915 \u0915\u094B \u0938\u094D\u0925\u093E\u092F\u0940 \u0930\u0942\u092A \u0938\u0947 \u0905\u0915\u094D\u0937\u092E \u0915\u0930\u0947\u0902","subtitle.disabledSubtitleDescription":"\u092F\u0926\u093F \u0907\u092E\u0930\u094D\u0938\u093F\u0935 \u091F\u094D\u0930\u093E\u0902\u0938\u0932\u0947\u0936\u0928 \u0915\u0947 \u0935\u0940\u0921\u093F\u092F\u094B \u0909\u092A\u0936\u0940\u0930\u094D\u0937\u0915 \u0905\u0928\u094D\u092F \u090F\u0915\u094D\u0938\u091F\u0947\u0902\u0936\u0928 \u0915\u0947 \u0938\u093E\u0925 \u0938\u0902\u0918\u0930\u094D\u0937 \u0915\u0930\u0924\u0947 \u0939\u0948\u0902, \u0924\u094B \u0906\u092A \u0907\u092E\u0930\u094D\u0938\u093F\u0935 \u091F\u094D\u0930\u093E\u0902\u0938\u0932\u0947\u0936\u0928 \u0915\u0947 \u0935\u0940\u0921\u093F\u092F\u094B \u0909\u092A\u0936\u0940\u0930\u094D\u0937\u0915 \u092B\u093C\u0902\u0915\u094D\u0936\u0928 \u0915\u094B \u0938\u094D\u0925\u093E\u092F\u0940 \u0930\u0942\u092A \u0938\u0947 \u0905\u0915\u094D\u0937\u092E \u0915\u0930\u0928\u093E \u092F\u093E \u0905\u0928\u094D\u092F \u0935\u093F\u0930\u094B\u0927\u093E\u092D\u093E\u0938\u0940 \u090F\u0915\u094D\u0938\u091F\u0947\u0902\u0936\u0928 \u0915\u094B \u0905\u0928\u0907\u0902\u0938\u094D\u091F\u0949\u0932 \u0915\u0930\u0928\u093E \u091A\u0941\u0928 \u0938\u0915\u0924\u0947 \u0939\u0948\u0902\u0964","subtitle.autoEnableSubtitle":"\u0938\u094D\u0935\u091A\u093E\u0932\u093F\u0924 \u0930\u0942\u092A \u0938\u0947 \u0926\u094D\u0935\u093F\u092D\u093E\u0937\u0940 \u0909\u092A\u0936\u0940\u0930\u094D\u0937\u0915 \u0915\u093E \u0909\u092A\u092F\u094B\u0917 \u0915\u0930\u0947\u0902","subtitle.autoEnableSubtitleDescription":"\u0938\u0915\u094D\u0930\u093F\u092F \u0915\u0930\u0928\u0947 \u0915\u0947 \u092C\u093E\u0926, \u091C\u092C \u0935\u0940\u0921\u093F\u092F\u094B \u091A\u0932 \u0930\u0939\u093E \u0939\u094B\u0924\u093E \u0939\u0948, \u0924\u094B \u0938\u094D\u0935\u091A\u093E\u0932\u093F\u0924 \u0930\u0942\u092A \u0938\u0947 \u0926\u094D\u0935\u093F\u092D\u093E\u0937\u0940\u092F \u0909\u092A\u0936\u0940\u0930\u094D\u0937\u0915 \u0926\u093F\u0916\u093E\u0908 \u0926\u0947\u0902\u0917\u0947, \u0905\u0928\u094D\u092F\u0925\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u092C\u091F\u0928 \u092A\u0930 \u0915\u094D\u0932\u093F\u0915 \u0915\u0930\u0928\u0947 \u0915\u0940 \u0906\u0935\u0936\u094D\u092F\u0915\u0924\u093E \u0939\u094B\u0917\u0940\u0964","subtitle.preTranslation":"\u0909\u092A\u0936\u0940\u0930\u094D\u0937\u0915 \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u0907\u092E\u0930\u094D\u0938\u093F\u0935 \u091F\u094D\u0930\u093E\u0902\u0938\u0932\u0947\u0936\u0928 \u0915\u093E \u0909\u092A\u092F\u094B\u0917 \u0915\u0930\u0947\u0902","subtitle.preTranslationDescription":"\u0907\u0938\u0947 \u0938\u0915\u094D\u0937\u092E \u0915\u0930\u0928\u0947 \u0915\u0947 \u092C\u093E\u0926, \u0928\u0940\u091A\u0947 \u0926\u0940 \u0917\u0908 \u0928\u093F\u0930\u094D\u0926\u093F\u0937\u094D\u091F \u0905\u0928\u0941\u0935\u093E\u0926 \u0938\u0947\u0935\u093E \u0915\u093E \u0909\u092A\u092F\u094B\u0917 \u0938\u0902\u092A\u0942\u0930\u094D\u0923 \u0909\u092A\u0936\u0940\u0930\u094D\u0937\u0915 \u0915\u093E \u0905\u0917\u094D\u0930\u093F\u092E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u0915\u093F\u092F\u093E \u091C\u093E\u090F\u0917\u093E\u0964 \u090F\u0915 \u0918\u0902\u091F\u0947 \u0915\u093E \u0935\u0940\u0921\u093F\u092F\u094B \u0932\u0917\u092D\u0917 50,000 \u091F\u094B\u0915\u0928 \u092F\u093E \u0935\u0930\u094D\u0923\u094B\u0902 \u0915\u093E \u0909\u092A\u092D\u094B\u0917 \u0915\u0930\u0924\u093E \u0939\u0948, \u0907\u0938\u0932\u093F\u090F \u0915\u0943\u092A\u092F\u093E \u0907\u0938\u0947 \u0909\u092A\u092F\u0941\u0915\u094D\u0924 \u0915\u0947 \u0930\u0942\u092A \u092E\u0947\u0902 \u0909\u092A\u092F\u094B\u0917 \u0915\u0930\u0947\u0902; \u0907\u0938\u0947 \u092C\u0902\u0926 \u0915\u0930\u0928\u0947 \u0915\u0947 \u092C\u093E\u0926, \u092E\u0936\u0940\u0928 \u0938\u0947 \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u093F\u092F\u093E \u091C\u093E\u090F\u0917\u093E \u092E\u0942\u0932 \u0935\u0940\u0921\u093F\u092F\u094B \u0915\u0947 \u0938\u093E\u0925 \u0906\u0928\u0947 \u0935\u093E\u0932\u0947 \u0909\u092A\u0936\u0940\u0930\u094D\u0937\u0915 \u0915\u093E \u092A\u0939\u0932\u0947 \u0909\u092A\u092F\u094B\u0917 \u0915\u093F\u092F\u093E \u091C\u093E\u090F\u0917\u093E\u0964","subtitle.humanSubtitlesPreferred":"\u092E\u093E\u0928\u0935 \u0909\u092A\u0936\u0940\u0930\u094D\u0937\u0915 \u0915\u0947 \u0909\u092A\u092F\u094B\u0917 \u0915\u094B \u092A\u094D\u0930\u093E\u0925\u092E\u093F\u0915\u0924\u093E \u0926\u0947\u0902","subtitle.humanSubtitlesPreferredDescription":"\u091C\u092C \u0915\u093F\u0938\u0940 \u0935\u0940\u0921\u093F\u092F\u094B \u092E\u0947\u0902 \u0932\u0915\u094D\u0937\u093F\u0924 \u092D\u093E\u0937\u093E \u092E\u0947\u0902 \u092E\u0948\u0928\u094D\u092F\u0941\u0905\u0932 \u0909\u092A\u0936\u0940\u0930\u094D\u0937\u0915 \u0939\u094B\u0902, \u0924\u094B \u092A\u0939\u0932\u0947 \u092E\u0948\u0928\u094D\u092F\u0941\u0905\u0932 \u0909\u092A\u0936\u0940\u0930\u094D\u0937\u0915 \u0915\u093E \u0909\u092A\u092F\u094B\u0917 \u0915\u0930\u0947\u0902 (\u0905\u0928\u0941\u0936\u0902\u0938\u093F\u0924)",videoSubtitleTranslationDescription:"\u0935\u0940\u0921\u093F\u092F\u094B \u0909\u092A\u0936\u0940\u0930\u094D\u0937\u0915 \u0915\u0947 \u0932\u093F\u090F \u090F\u0915 \u0905\u0932\u0917 \u0905\u0928\u0941\u0935\u093E\u0926 \u0938\u0947\u0935\u093E \u0928\u093E\u092E\u093F\u0924 \u0915\u0930\u0947\u0902",subtitleTranslating:"{service} \u0938\u0947\u0935\u093E \u0915\u093E \u0909\u092A\u092F\u094B\u0917 \u0915\u0930\u0915\u0947 \u0909\u092A\u0936\u0940\u0930\u094D\u0937\u0915 \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930 \u0930\u0939\u0947 \u0939\u0948\u0902, \u0915\u0943\u092A\u092F\u093E \u092A\u094D\u0930\u0924\u0940\u0915\u094D\u0937\u093E \u0915\u0930\u0947\u0902... (\u0907\u092E\u0930\u094D\u0938\u093F\u0935 \u0905\u0928\u0941\u0935\u093E\u0926)",subtitleLoading:"\u0909\u092A\u0936\u0940\u0930\u094D\u0937\u0915 \u0932\u094B\u0921 \u0939\u094B \u0930\u0939\u093E \u0939\u0948...",bilingual:"\u0926\u094D\u0935\u093F\u092D\u093E\u0937\u093F\u0915","field.action":"Baidu \u0936\u092C\u094D\u0926\u093E\u0935\u0932\u0940 \u0915\u094B \u0938\u0915\u094D\u0937\u092E \u0915\u0930\u0928\u093E \u0939\u0948 \u092F\u093E \u0928\u0939\u0940\u0902","description.action":"\u0938\u0915\u094D\u0937\u092E \u0915\u0930\u0928\u0947 \u0915\u0947 \u092C\u093E\u0926, \u0936\u092C\u094D\u0926 \u0915\u094B \u0938\u0915\u094D\u0937\u092E \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F Baidu \u0915\u094B \u0938\u0942\u091A\u093F\u0924 \u0915\u0930\u0928\u0947 \u0915\u0947 \u0905\u0928\u0941\u0930\u094B\u0927 \u092E\u0947\u0902 \u092A\u0948\u0930\u093E\u092E\u0940\u091F\u0930 \u090F\u0915\u094D\u0936\u0928 = 1 \u091C\u094B\u0921\u093C\u093E \u091C\u093E\u090F\u0917\u093E\u0964 <1> \u0915\u0943\u092A\u092F\u093E \u0905\u0927\u093F\u0915 \u0928\u093F\u0930\u094D\u0926\u0947\u0936\u094B\u0902 \u0915\u0947 \u0932\u093F\u090F \u0906\u0927\u093F\u0915\u093E\u0930\u093F\u0915 \u0926\u0938\u094D\u0924\u093E\u0935\u0947\u091C\u093C \u0926\u0947\u0916\u0947\u0902\u0964",closeQuickTranslation:"\u0924\u0948\u0930\u0924\u0940 \u0939\u0941\u0908 \u0917\u0947\u0902\u0926 \u0915\u094B \u092C\u0902\u0926 \u0915\u0930\u0947\u0902","closeQuickTranslation.untilNext":"\u0905\u0917\u0932\u0940 \u092F\u093E\u0924\u094D\u0930\u093E \u0924\u0915 \u092C\u0902\u0926","closeQuickTranslation.currentWebsite":"\u0935\u0930\u094D\u0924\u092E\u093E\u0928 \u0935\u0947\u092C\u0938\u093E\u0907\u091F \u0905\u0915\u094D\u0937\u092E \u0939\u0948","closeQuickTranslation.alwaysClose":"\u0938\u094D\u0925\u093E\u092F\u0940 \u0930\u0942\u092A \u0938\u0947 \u0905\u0915\u094D\u0937\u092E","closeQuickTranslation.settingOpen":"(<1> \u0938\u0947\u091F\u093F\u0902\u0917 \u092A\u0947\u091C \u092A\u0930 \u092A\u093E\u092F\u093E \u091C\u093E \u0938\u0915\u0924\u093E \u0939\u0948 \u091A\u093E\u0932\u0942 \u0915\u0930\u094B)","closeQuickTranslation.cancel":"\u0930\u0926\u094D\u0926 \u0915\u0930\u0928\u093E","closeQuickTranslation.confirm":"\u091C\u093C\u0930\u0942\u0930","floatBall.popup":"\u0924\u094D\u0935\u0930\u093F\u0924 \u0938\u0947\u091F\u093F\u0902\u0917 \u092A\u0948\u0928\u0932 \u0916\u094B\u0932\u0947\u0902","floatBall.translate":"\u0907\u0938 \u092A\u0943\u0937\u094D\u0920 \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u0915\u094D\u0932\u093F\u0915 \u0915\u0930\u0947\u0902","floatBall.showOriginal":"\u092E\u0942\u0932 \u092A\u093E\u0920 \u092A\u0930 \u0935\u093E\u092A\u0938 \u091C\u093E\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u0915\u094D\u0932\u093F\u0915 \u0915\u0930\u0947\u0902","floatBall.close":"\u0924\u0948\u0930\u0924\u0940 \u0939\u0941\u0908 \u0917\u0947\u0902\u0926 \u0915\u094B \u092C\u0902\u0926 \u0915\u0930\u0947\u0902","floatBallOptions.enableDescPc":"\u092A\u0947\u091C \u092B\u093C\u094D\u0932\u094B\u091F\u093F\u0902\u0917 \u092C\u0949\u0932 \u0938\u0915\u094D\u0937\u092E \u0939\u094B\u0928\u0947 \u0915\u0947 \u092C\u093E\u0926, \u092A\u0943\u0937\u094D\u0920 \u0915\u0947 \u0926\u093E\u0908\u0902 \u0913\u0930 \u090F\u0915 \u0924\u094D\u0935\u0930\u093F\u0924 \u0905\u0928\u0941\u0935\u093E\u0926 \u092C\u091F\u0928 \u092A\u094D\u0930\u0926\u0930\u094D\u0936\u093F\u0924 \u0939\u094B\u0917\u093E\u0964 \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u0915\u094D\u0932\u093F\u0915 \u0915\u0930\u0947\u0902\u0964","floatBallOptions.enableDesc":"\u092B\u094D\u0932\u094B\u091F\u093F\u0902\u0917 \u092C\u0949\u0932 \u0915\u094B \u092C\u0902\u0926 \u0915\u0930\u0928\u0947 \u0915\u0947 \u092C\u093E\u0926 \u0907\u0938\u0947{touch}\u0938\u0947 \u091C\u0917\u093E\u092F\u093E \u091C\u093E \u0938\u0915\u0924\u093E \u0939\u0948\u0964 \u0907\u0938 \u0935\u093F\u0915\u0932\u094D\u092A \u0915\u094B \u0917\u0932\u0924\u0940 \u0938\u0947 \u092C\u0902\u0926 \u0915\u0930\u0928\u0947 \u0915\u0947 \u092C\u093E\u0926 \u092B\u094D\u0932\u094B\u091F\u093F\u0902\u0917 \u092C\u0949\u0932 \u0915\u094B \u092E\u093F\u0932\u0928\u0947 \u0938\u0947 \u0930\u094B\u0915\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F, \u0907\u0938 \u0938\u0947\u091F\u093F\u0902\u0917 \u092A\u0947\u091C \u0915\u094B \u092C\u0941\u0915\u092E\u093E\u0930\u094D\u0915 \u0915\u0930\u0928\u0947 \u0915\u0940 \u092A\u0941\u0930\u091C\u094B\u0930 \u0905\u0928\u0941\u0936\u0902\u0938\u093E \u0915\u0940 \u091C\u093E\u0924\u0940 \u0939\u0948\u0964","description.azureApiUrl":"\u0915\u0938\u094D\u091F\u092E \u090F\u092A\u0940\u0906\u0908 \u0907\u0902\u091F\u0930\u092B\u093C\u0947\u0938 \u092A\u0924\u093E \u092D\u0930\u0947\u0902",confirmSupportMouse:"\u092E\u093E\u0909\u0938 \u0938\u092E\u0930\u094D\u0925\u0928 \u0915\u094B \u0938\u0915\u094D\u0937\u092E \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u092C\u093E\u0927\u094D\u092F \u0915\u0930\u0947\u0902",confirmSupportMouseDescription:"\u092F\u0939 \u092A\u093E\u092F\u093E \u0917\u092F\u093E \u0939\u0948 \u0915\u093F \u0935\u0930\u094D\u0924\u092E\u093E\u0928 \u092C\u094D\u0930\u093E\u0909\u091C\u093C\u0930 \u092E\u093E\u0909\u0938 \u092B\u093C\u0902\u0915\u094D\u0936\u0928 \u0915\u093E \u0938\u092E\u0930\u094D\u0925\u0928 \u0928\u0939\u0940\u0902 \u0915\u0930\u0924\u093E \u0939\u0948\u0964 \u0915\u094D\u092F\u093E \u0906\u092A \u092E\u093E\u0909\u0938 \u0938\u092E\u0930\u094D\u0925\u0928 \u0915\u094B \u092C\u0932\u092A\u0942\u0930\u094D\u0935\u0915 \u0938\u0915\u094D\u0937\u092E \u0915\u0930\u0928\u093E \u091A\u093E\u0939\u0924\u0947 \u0939\u0948\u0902?",sampleTargetText:"\u0932\u092E\u094D\u092C\u0940 \u0930\u093E\u0924 \u0906\u0928\u0947 \u0935\u093E\u0932\u0940 \u0939\u0948, \u0914\u0930 \u0905\u092C \u0938\u0947 \u092E\u0948\u0902 \u092E\u0930\u0928\u0947 \u0924\u0915 \u091C\u093E\u0917\u0924\u093E \u0930\u0939\u0942\u0901\u0917\u093E\u0964 \u092E\u0948\u0902 \u0928 \u092A\u0924\u094D\u0928\u0940 \u0932\u0942\u0901\u0917\u093E, \u0928 \u091C\u093E\u0917\u0940\u0930, \u0928 \u092C\u091A\u094D\u091A\u0947\u0964 \u092E\u0948\u0902 \u0915\u094B\u0908 \u0924\u093E\u091C \u0928\u0939\u0940\u0902 \u092A\u0939\u0928\u0942\u0902\u0917\u093E \u092F\u093E \u0938\u092E\u094D\u092E\u093E\u0928 \u0915\u0947 \u0932\u093F\u090F \u092A\u094D\u0930\u0924\u093F\u0938\u094D\u092A\u0930\u094D\u0927\u093E \u0928\u0939\u0940\u0902 \u0915\u0930\u0942\u0902\u0917\u093E\u0964 \u092E\u0948\u0902 \u0905\u092A\u0928\u093E \u0915\u0930\u094D\u0924\u0935\u094D\u092F \u0928\u093F\u0937\u094D\u0920\u093E\u092A\u0942\u0930\u094D\u0935\u0915 \u0928\u093F\u092D\u093E\u090A\u0902\u0917\u093E, \u091C\u093F\u090A\u0902\u0917\u093E \u0914\u0930 \u092E\u0930\u0942\u0902\u0917\u093E\u0964",sampleSourceText:"Night gathers, and now my watch begins. It shall not end until my death. I shall take no wife, hold no lands, father no children. I shall wear no crowns and win no glory. I shall live and die at my post.","subtitle.supportedSites":"\u5DF2\u652F\u6301\u5728\u8FD9\u4E9B\u7F51\u7AD9\u4F7F\u7528\u53CC\u8BED\u5B57\u5E55\uFF08\u6CE8\u610F\uFF1A\u7531\u4E8E\u6280\u672F\u9650\u5236\uFF0C\u90E8\u5206\u7F51\u7AD9\u5728\u9996\u6B21\u5F00\u542F\u5B57\u5E55\u540E\u9700\u8981\u91CD\u65B0\u5237\u65B0\u9875\u9762\uFF0C\u6216\u8005\u9700\u7B49\u5F85\u7FFB\u8BD1\u5B8C\u6210\u4EE5\u663E\u793A\u53CC\u8BED\u5B57\u5E55\uFF09\uFF1A",viewWithImmersiveTranslate:"\u53CC\u8BED\u7248\u672C(\u6C89\u6D78\u5F0F\u7FFB\u8BD1)",errorReason:"\u9519\u8BEF\u539F\u56E0\uFF1A{message}","proQuotaExceededError.onetime7day":'\uFF0C\u60A8\u53EF\u4EE5\u9009\u62E9\u4EE5\u4E0B\u65B9\u5F0F\u89E3\u51B3\uFF1A

1. \u5207\u6362\u5230 {anotherService} \u6216\u5176\u4ED6\u7FFB\u8BD1\u670D\u52A1
2. \u5347\u7EA7\u4E3A\u6708\u5EA6/\u5E74\u5EA6\u4F1A\u5458',"proQuotaExceededError.trial":'\uFF0C\u60A8\u53EF\u4EE5\u9009\u62E9\u4EE5\u4E0B\u65B9\u5F0F\u89E3\u51B3\uFF1A

1. \u5207\u6362\u5230 {anotherService} \u6216\u5176\u4ED6\u7FFB\u8BD1\u670D\u52A1
2. \u7ACB\u523B\u5347\u7EA7\u4E3A\u6B63\u5F0F\u4F1A\u5458',"proQuotaExceededError.nonTrial":'\uFF0C\u60A8\u53EF\u4EE5\u9009\u62E9\u4EE5\u4E0B\u65B9\u5F0F\u89E3\u51B3\uFF1A

1. \u5207\u6362\u5230 {anotherService} \u6216\u5176\u4ED6\u7FFB\u8BD1\u670D\u52A1
2. \u8D2D\u4E70 {translationService} \u989D\u5916\u6D41\u91CF\u5305',"proQuotaExceededError.resetTime":"
3. \u989D\u5EA6\u91CD\u7F6E\u65F6\u95F4\uFF1A{resetTime}","desc.touchShortcutsToggleTranslatePageOnlyTranslation":"\u0915\u0947\u0935\u0932 \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u093E \u0924\u093E\u0924\u094D\u092A\u0930\u094D\u092F \u0939\u0948 \u0915\u093F \u0915\u0947\u0935\u0932 \u0905\u0928\u0941\u0935\u093E\u0926 \u092A\u094D\u0930\u0926\u0930\u094D\u0936\u093F\u0924 \u0939\u094B\u0917\u093E, \u092F\u0926\u093F \u0935\u0947\u092C\u092A\u0947\u091C \u0905\u092D\u0940 \u0924\u0915 \u0905\u0928\u0941\u0935\u093E\u0926\u093F\u0924 \u0928\u0939\u0940\u0902 \u0939\u0941\u0906 \u0939\u0948, \u0924\u094B \u092E\u094B\u0921 \u092C\u0926\u0932\u0947\u0917\u093E \u0914\u0930 \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0947\u0917\u093E\u0964","desc.toggleOnlyTransation":"\u0915\u0947\u0935\u0932 \u0905\u0928\u0941\u0935\u093E\u0926 \u092E\u094B\u0921 \u0915\u093E \u0924\u093E\u0924\u094D\u092A\u0930\u094D\u092F \u0939\u0948 \u0915\u093F \u0915\u0947\u0935\u0932 \u0905\u0928\u0941\u0935\u093E\u0926 \u092A\u094D\u0930\u0926\u0930\u094D\u0936\u093F\u0924 \u0939\u094B\u0917\u093E, \u092F\u0926\u093F \u0935\u0947\u092C\u092A\u0947\u091C \u0905\u092D\u0940 \u0924\u0915 \u0905\u0928\u0941\u0935\u093E\u0926\u093F\u0924 \u0928\u0939\u0940\u0902 \u0939\u0941\u0906 \u0939\u0948, \u0924\u094B \u092E\u094B\u0921 \u092C\u0926\u0932 \u091C\u093E\u090F\u0917\u093E \u0914\u0930 \u0905\u0928\u0941\u0935\u093E\u0926 \u0939\u094B\u0917\u093E\u0964",touchShortcutsToggleTranslatePageOnlyTranslation:"\u0938\u094D\u0915\u094D\u0930\u0940\u0928 \u091F\u091A \u091C\u0947\u0938\u094D\u091A\u0930 \u0938\u0947\u091F \u0915\u0930\u0947\u0902 \u0926\u094D\u0935\u093F\u092D\u093E\u0937\u0940 / \u0915\u0947\u0935\u0932 \u0905\u0928\u0941\u0935\u093E\u0926 \u092E\u094B\u0921 \u0915\u094B \u0938\u094D\u0935\u093F\u091A \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F",download_started:"\u0921\u093E\u0909\u0928\u0932\u094B\u0921 \u0936\u0941\u0930\u0942 \u0939\u094B \u091A\u0941\u0915\u093E \u0939\u0948, \u092F\u0926\u093F \u0938\u094D\u0935\u091A\u093E\u0932\u093F\u0924 \u0930\u0942\u092A \u0938\u0947 \u0921\u093E\u0909\u0928\u0932\u094B\u0921 \u0928\u0939\u0940\u0902 \u0939\u094B \u0930\u0939\u093E \u0939\u0948, \u0924\u094B \u0915\u0943\u092A\u092F\u093E \u092E\u0948\u0928\u094D\u092F\u0941\u0905\u0932 \u0930\u0942\u092A \u0938\u0947 \u0915\u094D\u0932\u093F\u0915 \u0915\u0930\u0947\u0902\u0964",here:"\u092F\u0939\u093E\u0901",batchEdit:"\u0925\u094B\u0915 \u0938\u0902\u091A\u093E\u0932\u0928","error.goReset":"\u0930\u0940\u0938\u0947\u091F \u0915\u0930\u0947\u0902",translationFont:"\u092B\u093C\u0949\u0928\u094D\u091F \u0938\u0947\u091F \u0915\u0930\u0947\u0902","translationFont.custom":"\u0905\u092A\u0928\u0940 \u0915\u0938\u094D\u091F\u092E \u092B\u093C\u0949\u0928\u094D\u091F \u0926\u0930\u094D\u091C \u0915\u0930\u0947\u0902","translationModeLang.translation.title":"\u0915\u0947\u0935\u0932 \u0905\u0928\u0941\u0935\u093E\u0926 \u092E\u094B\u0921 \u0915\u0940 \u092D\u093E\u0937\u093E","translationFont.customPlaceholder":"\u092B\u093C\u0949\u0928\u094D\u091F","translationServices.inherit":"\u092E\u0941\u0916\u094D\u092F \u0905\u0928\u0941\u0935\u093E\u0926 \u0938\u0947\u0935\u093E \u0915\u093E \u092A\u093E\u0932\u0928 \u0915\u0930\u0947\u0902","error.serveConfigError":"\u0938\u0947\u0935\u093E \u0938\u092E\u093E\u0915\u0943\u0924\u093F \u0924\u094D\u0930\u0941\u091F\u093F","error.configError":"\u0935\u093F\u0928\u094D\u092F\u093E\u0938 \u0921\u0947\u091F\u093E \u0905\u0938\u093E\u092E\u093E\u0928\u094D\u092F","translationModeUrl.translation.title":"\u0915\u0947\u0935\u0932 \u0905\u0928\u0941\u0935\u093E\u0926 \u092E\u094B\u0921 \u0915\u093E URL",toggleToService:"{\u0938\u0947\u0935\u093E} \u092A\u0930 \u0938\u094D\u0935\u093F\u091A \u0915\u0930\u0947\u0902 \u0914\u0930 \u092A\u0941\u0928\u0903 \u092A\u094D\u0930\u092F\u093E\u0938 \u0915\u0930\u0947\u0902",videoSubtitlePreTranslationOn:"\u0935\u0940\u0921\u093F\u092F\u094B \u0938\u092C\u091F\u093E\u092F\u091F\u0932\u094D\u0938 \u0915\u093E \u092A\u094D\u0930\u093E\u0925\u092E\u093F\u0915\u0924\u093E \u0938\u094D\u0935\u0930\u0942\u092A \u092E\u0947\u0902 \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u093E \u0909\u092A\u092F\u094B\u0917 \u0915\u0930\u0947\u0902\u0917\u0947\u0964","touch.mouse-translate":"\u0915\u0943\u092A\u092F\u093E \u0928\u093F\u0930\u094D\u0926\u093F\u0937\u094D\u091F \u092A\u0948\u0930\u093E\u0917\u094D\u0930\u093E\u092B \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0947\u0902",detectServiceLoading:"\u0909\u092A\u0932\u092C\u094D\u0927 \u0905\u0928\u0941\u0935\u093E\u0926 \u0938\u0947\u0935\u093E\u0913\u0902 \u0915\u0940 \u091C\u093E\u0902\u091A \u0915\u0930 \u0930\u0939\u093E \u0939\u0948...","error.proTokenInvalid":"\u092F\u0926\u093F \u0906\u092A \u092A\u094D\u0930\u094B \u0909\u092A\u092F\u094B\u0917\u0915\u0930\u094D\u0924\u093E \u0939\u0948\u0902, \u0924\u094B \u0915\u0943\u092A\u092F\u093E \u092A\u094D\u0930\u094B \u0905\u0928\u0941\u0935\u093E\u0926 \u0938\u0947\u0935\u093E \u0915\u093E \u0909\u092A\u092F\u094B\u0917 \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u0932\u0949\u0917 \u0907\u0928 \u0915\u0930\u0947\u0902\u0964","error.400":"\u0938\u0947\u0935\u093E \u0924\u094D\u0930\u0941\u091F\u093F \u0935\u093E\u092A\u0938 \u0915\u0930\u0924\u0940 \u0939\u0948, \u0905\u0928\u0941\u0930\u094B\u0927 \u092A\u0948\u0930\u093E\u092E\u0940\u091F\u0930 \u0917\u0932\u0924 \u0939\u0948, \u0915\u0943\u092A\u092F\u093E \u0938\u0902\u092C\u0902\u0927\u093F\u0924 \u0915\u0949\u0928\u094D\u092B\u093C\u093F\u0917\u0930\u0947\u0936\u0928 \u0915\u0940 \u091C\u093E\u0902\u091A \u0915\u0930\u0947\u0902\u0964","error.502":"\u0938\u0947\u0935\u093E \u0924\u094D\u0930\u0941\u091F\u093F \u0932\u094C\u091F\u0924\u0940 \u0939\u0948, \u0938\u0947\u0935\u093E \u0938\u092E\u092F \u0938\u092E\u093E\u092A\u094D\u0924, \u0915\u0943\u092A\u092F\u093E \u092C\u093E\u0926 \u092E\u0947\u0902 \u092A\u0941\u0928\u0903 \u092A\u094D\u0930\u092F\u093E\u0938 \u0915\u0930\u0947\u0902\u0964","error.reloadPageOfSetting":"\u0915\u0949\u0928\u094D\u092B\u093C\u093F\u0917\u0930 \u0915\u0930\u0928\u0947 \u0915\u0947 \u092C\u093E\u0926, \u0915\u0943\u092A\u092F\u093E \u092A\u0943\u0937\u094D\u0920 \u0915\u094B \u0924\u093E\u091C\u093C\u093E \u0915\u0930\u0947\u0902 \u0914\u0930 \u092B\u093F\u0930 \u0938\u0947 \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0947\u0902\u0964","translationModeUrl.translation.description":"\u091C\u092C \u0935\u0947\u092C\u0938\u093E\u0907\u091F \u0928\u093F\u092E\u094D\u0928\u0932\u093F\u0916\u093F\u0924 \u0921\u094B\u092E\u0947\u0928 \u0915\u0947 \u0932\u093F\u090F \u0939\u094B\u0924\u0940 \u0939\u0948, \u0924\u094B \u092F\u0939 \u0938\u094D\u0935\u091A\u093E\u0932\u093F\u0924 \u0930\u0942\u092A \u0938\u0947 \u0915\u0947\u0935\u0932 \u0905\u0928\u0941\u0935\u093E\u0926 \u092E\u094B\u0921 \u0915\u093E \u0909\u092A\u092F\u094B\u0917 \u0915\u0930\u0947\u0917\u0940\u0964","error.googleLimitIp":"\u0938\u0947\u0935\u093E \u0924\u094D\u0930\u0941\u091F\u093F \u0932\u094C\u091F\u093E\u0924\u0940 \u0939\u0948, \u0917\u0942\u0917\u0932 \u0938\u0947\u0935\u093E\u090F\u0902 \u0907\u0938 IP \u092A\u0924\u0947 \u092A\u0930 \u092A\u094D\u0930\u0935\u093E\u0939 \u0938\u0940\u092E\u093F\u0924 \u0915\u0930 \u091A\u0941\u0915\u0940 \u0939\u0948\u0902, \u0906\u092A\u0915\u093E \u0938\u0941\u091D\u093E\u0935 \u0939\u0948 \u0915\u093F \u0906\u092A \u0928\u0947\u091F\u0935\u0930\u094D\u0915 \u0928\u094B\u0921 \u092C\u0926\u0932\u0947\u0902\u0964","error.proUpgrade":"\u0905\u092A\u0917\u094D\u0930\u0947\u0921 \u0915\u0930\u0928\u0947 \u0915\u0947 \u092C\u093E\u0926, \u0915\u0943\u092A\u092F\u093E \u092A\u0943\u0937\u094D\u0920 \u0915\u094B \u0924\u093E\u091C\u093C\u093E \u0915\u0930\u0947\u0902 \u0914\u0930 \u092B\u093F\u0930 \u0938\u0947 \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0947\u0902\u0964","error.gemini.429":"\u0935\u0930\u094D\u0924\u092E\u093E\u0928 \u092E\u0947\u0902 \u091C\u0947\u092E\u093F\u0928\u0940 \u0938\u0947\u0935\u093E \u0915\u0940 \u0935\u0930\u094D\u0924\u092E\u093E\u0928 \u092D\u0930\u0923 \u0915\u094D\u0937\u092E\u0924\u093E \u0938\u0940\u092E\u093E \u0915\u094B \u092A\u0939\u0941\u0902\u091A \u091A\u0941\u0915\u0940 \u0939\u0948, \u0915\u0943\u092A\u092F\u093E \u092C\u093E\u0926 \u092E\u0947\u0902 \u092A\u094D\u0930\u092F\u093E\u0938 \u0915\u0930\u0947\u0902, \u092F\u093E \u0905\u0928\u094D\u092F \u0905\u0928\u0941\u0935\u093E\u0926 \u0938\u0947\u0935\u093E\u0913\u0902 \u092A\u0930 \u0938\u094D\u0935\u093F\u091A \u0915\u0930\u0947\u0902\u0964",enableSentryReport:"\u091C\u092C \u090F\u0915\u094D\u0938\u091F\u0947\u0902\u0936\u0928 \u092E\u0947\u0902 \u0924\u094D\u0930\u0941\u091F\u093F \u0939\u094B\u0924\u0940 \u0939\u0948, \u0924\u094B Sentry \u0915\u093E \u0909\u092A\u092F\u094B\u0917 \u092A\u094D\u0930\u0924\u093F\u0915\u094D\u0930\u093F\u092F\u093E \u0938\u092C\u092E\u093F\u091F \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u0915\u0930\u0947\u0902\u0964","error.403":"\u0938\u0947\u0935\u093E \u0924\u094D\u0930\u0941\u091F\u093F \u0932\u094C\u091F\u093E\u0924\u0940 \u0939\u0948, \u0905\u0938\u094D\u0925\u093E\u092F\u0940 \u0930\u0942\u092A \u0938\u0947 \u0907\u0938 \u0938\u0947\u0935\u093E \u0915\u093E \u0909\u092A\u092F\u094B\u0917 \u0915\u0930\u0928\u0947 \u0915\u0940 \u0905\u0928\u0941\u092E\u0924\u093F \u0928\u0939\u0940\u0902 \u0939\u0948\u0964","translationModeLang.translation.description":"\u091C\u092C \u092A\u0943\u0937\u094D\u0920 \u0915\u0940 \u092D\u093E\u0937\u093E \u0928\u093F\u092E\u094D\u0928\u0932\u093F\u0916\u093F\u0924 \u092D\u093E\u0937\u093E\u0913\u0902 \u092E\u0947\u0902 \u0939\u094B\u0924\u0940 \u0939\u0948, \u0924\u094B \u0915\u0947\u0935\u0932 \u0905\u0928\u0941\u0935\u093E\u0926 \u092E\u094B\u0921 \u0915\u093E \u0938\u094D\u0935\u091A\u093E\u0932\u093F\u0924 \u0930\u0942\u092A \u0938\u0947 \u0909\u092A\u092F\u094B\u0917 \u0915\u093F\u092F\u093E \u091C\u093E\u090F\u0917\u093E",videoSubtitlePreTranslationOff:"\u0935\u0940\u0921\u093F\u092F\u094B \u0938\u092C\u091F\u093E\u092F\u091F\u0932 \u092E\u0942\u0932 \u0935\u0940\u0921\u093F\u092F\u094B \u0926\u094D\u0935\u093E\u0930\u093E \u0938\u094D\u0935\u091A\u093E\u0932\u093F\u0924 \u0930\u0942\u092A \u0938\u0947 \u0905\u0928\u0941\u0935\u093E\u0926\u093F\u0924 \u0938\u092C\u091F\u093E\u092F\u091F\u0932 \u0915\u093E \u092A\u094D\u0930\u093E\u0925\u092E\u093F\u0915\u0924\u093E \u092A\u094D\u0930\u0926\u093E\u0928 \u0915\u0930\u0947\u0917\u093E\u0964","error.429":"\u0938\u0947\u0935\u093E \u0924\u094D\u0930\u0941\u091F\u093F \u0932\u094C\u091F\u093E\u0924\u0940 \u0939\u0948, \u091C\u093F\u0938\u0915\u093E \u0905\u0930\u094D\u0925 \u0939\u0948 \u0915\u093F \u0905\u0928\u0941\u0930\u094B\u0927 \u092C\u0939\u0941\u0924 \u0905\u0915\u094D\u0938\u0930 \u0939\u094B \u0930\u0939\u0947 \u0939\u0948\u0902 \u092F\u093E \u0938\u0940\u092E\u093E \u0938\u0940\u092E\u093E \u0938\u0947 \u0905\u0927\u093F\u0915 \u0939\u0948\u0902, \u0915\u0943\u092A\u092F\u093E \u092C\u093E\u0926 \u092E\u0947\u0902 \u092A\u0941\u0928\u0903 \u092A\u094D\u0930\u092F\u093E\u0938 \u0915\u0930\u0947\u0902\u0964","error.openAIExceededQuota":"\u0938\u0947\u0935\u093E \u0924\u094D\u0930\u0941\u091F\u093F \u0935\u093E\u092A\u0938 \u0915\u0930\u0924\u0940 \u0939\u0948: \u0906\u092A\u0915\u093E \u0935\u0930\u094D\u0924\u092E\u093E\u0928 OpenAI \u0916\u093E\u0924\u093E \u092C\u0948\u0932\u0947\u0902\u0938 \u092A\u0930\u094D\u092F\u093E\u092A\u094D\u0924 \u0928\u0939\u0940\u0902 \u0939\u0948, \u0915\u0943\u092A\u092F\u093E OpenAI \u0906\u0927\u093F\u0915\u093E\u0930\u093F\u0915 \u092C\u0948\u0915\u090F\u0902\u0921 \u092E\u0947\u0902 \u0930\u093F\u091A\u093E\u0930\u094D\u091C \u0915\u0930\u0947\u0902 \u092F\u093E \u0915\u094D\u0930\u0947\u0921\u093F\u091F \u0915\u093E\u0930\u094D\u0921 \u092C\u093E\u0902\u0927\u0947\u0902\u0964","translationFont.notSupportErrorMessage":"\u0915\u0943\u092A\u092F\u093E \u091C\u093E\u0902\u091A\u0947\u0902 \u0915\u093F \u0906\u092A\u0915\u0947 \u0926\u094D\u0935\u093E\u0930\u093E \u0926\u0930\u094D\u091C \u0915\u093F\u092F\u093E \u0917\u092F\u093E \u092B\u093C\u0949\u0928\u094D\u091F \u0928\u093E\u092E \u0938\u0939\u0940 \u0939\u0948 \u092F\u093E \u0928\u0939\u0940\u0902, \u092F\u093E \u092F\u0939 \u0938\u0941\u0928\u093F\u0936\u094D\u091A\u093F\u0924 \u0915\u0930\u0947\u0902 \u0915\u093F \u092F\u0939 \u092B\u093C\u0949\u0928\u094D\u091F \u0906\u092A\u0915\u0947 \u0909\u092A\u0915\u0930\u0923 \u092A\u0930 \u0938\u094D\u0925\u093E\u092A\u093F\u0924 \u0939\u0948\u0964","error.openAIFreeLimit":"\u0938\u0947\u0935\u093E \u0924\u094D\u0930\u0941\u091F\u093F \u0932\u094C\u091F\u093E\u0924\u0940 \u0939\u0948, \u0935\u0930\u094D\u0924\u092E\u093E\u0928 \u0905\u0928\u0941\u0935\u093E\u0926 \u0905\u0928\u0941\u0930\u094B\u0927 \u0915\u0940 \u0906\u0935\u0943\u0924\u094D\u0924\u093F \u092A\u094D\u0930\u0924\u093F \u092E\u093F\u0928\u091F 3 \u092C\u093E\u0930 \u0915\u0940 \u0905\u0927\u093F\u0915\u0924\u092E \u0938\u0940\u092E\u093E \u0924\u0915 \u092A\u0939\u0941\u0902\u091A \u091A\u0941\u0915\u0940 \u0939\u0948, \u0915\u0943\u092A\u092F\u093E \u092C\u093E\u0926 \u092E\u0947\u0902 \u092A\u094D\u0930\u092F\u093E\u0938 \u0915\u0930\u0947\u0902\u0964 (\u092F\u0939 OpenAI \u0915\u0940 \u0906\u0927\u093F\u0915\u093E\u0930\u093F\u0915 \u0938\u0940\u092E\u093E \u0939\u0948 \u0928\u093F:\u0936\u0941\u0932\u094D\u0915 API Key \u0915\u0947 \u0932\u093F\u090F, \u0907\u0938 \u0938\u0940\u092E\u093E \u0915\u094B \u0939\u091F\u093E\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F, \u0915\u0943\u092A\u092F\u093E OpenAI \u092C\u0948\u0915\u090F\u0902\u0921 \u092E\u0947\u0902 \u0915\u094D\u0930\u0947\u0921\u093F\u091F \u0915\u093E\u0930\u094D\u0921 \u092C\u093E\u0902\u0927\u0947\u0902\u0964)","desc.toggleVideoSubtitlePreTranslation":"\u091C\u092C \u0906\u092A \u0907\u0938\u0947 \u0926\u092C\u093E\u0924\u0947 \u0939\u0948\u0902, \u0924\u094B \u0935\u0940\u0921\u093F\u092F\u094B \u0926\u094D\u0935\u093F\u092D\u093E\u0937\u0940 \u0909\u092A\u0936\u0940\u0930\u094D\u0937\u0915 \u092A\u094D\u0930\u093E\u0925\u092E\u093F\u0915\u0924\u093E \u0938\u0947 \u0921\u0941\u092C\u0915\u0940 \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0940 \u0938\u0947\u091F\u093F\u0902\u0917 \u0915\u093E \u0909\u092A\u092F\u094B\u0917 \u0915\u0930\u0947\u0917\u093E, \u092B\u093F\u0930 \u0938\u0947 \u0926\u092C\u093E\u0928\u0947 \u092A\u0930 \u092F\u0939 \u092E\u0942\u0932 \u0935\u0940\u0921\u093F\u092F\u094B \u0915\u0947 \u0938\u094D\u0935\u091A\u093E\u0932\u093F\u0924 \u0905\u0928\u0941\u0935\u093E\u0926\u093F\u0924 \u0909\u092A\u0936\u0940\u0930\u094D\u0937\u0915 \u0915\u093E \u0909\u092A\u092F\u094B\u0917 \u0915\u0930\u0947\u0917\u093E, \u0927\u094D\u092F\u093E\u0928 \u0926\u0947\u0902: \u0907\u0938 \u0936\u0949\u0930\u094D\u091F\u0915\u091F \u0926\u094D\u0935\u093E\u0930\u093E \u0938\u0902\u0936\u094B\u0927\u093F\u0924 \u0938\u0947\u091F\u093F\u0902\u0917 \u0935\u0948\u0936\u094D\u0935\u093F\u0915 \u0939\u094B\u0924\u0940 \u0939\u0948\u0964","error.serveUnavailable":"\u0906\u092A\u0915\u0947 \u0926\u094D\u0935\u093E\u0930\u093E \u0935\u0930\u094D\u0924\u092E\u093E\u0928 \u092E\u0947\u0902 \u0909\u092A\u092F\u094B\u0917 \u0915\u093F\u090F \u091C\u093E \u0930\u0939\u0947 [{serverName}] \u0938\u0947\u0935\u093E \u0915\u094B \u0928\u0947\u091F\u0935\u0930\u094D\u0915 \u0915\u0928\u0947\u0915\u094D\u0936\u0928 \u092F\u093E \u0938\u0947\u0935\u093E \u092A\u094D\u0930\u0926\u093E\u0924\u093E \u0915\u0940 \u0938\u092E\u0938\u094D\u092F\u093E \u0915\u0947 \u0915\u093E\u0930\u0923 \u0905\u0938\u094D\u0925\u093E\u092F\u0940 \u0930\u0942\u092A \u0938\u0947 \u0909\u092A\u092F\u094B\u0917 \u0915\u0930\u0928\u0947 \u092E\u0947\u0902 \u0905\u0938\u092E\u0930\u094D\u0925 \u0939\u0948\u0964 \u0939\u092E\u093E\u0930\u093E \u0938\u0941\u091D\u093E\u0935 \u0939\u0948 \u0915\u093F \u0906\u092A \u092A\u0943\u0937\u094D\u0920 \u0915\u094B \u0924\u093E\u091C\u093E \u0915\u0930\u0928\u0947 \u0915\u093E \u092A\u094D\u0930\u092F\u093E\u0938 \u0915\u0930\u0947\u0902 \u092F\u093E <1>\u0938\u0947\u091F\u093F\u0902\u0917\u094D\u0938 \u0915\u0947 \u092E\u093E\u0927\u094D\u092F\u092E \u0938\u0947 \u0905\u0928\u094D\u092F \u0905\u0928\u0941\u0935\u093E\u0926 \u0938\u0947\u0935\u093E\u0913\u0902 \u0915\u094B \u092C\u0926\u0932\u0928\u0947 \u0915\u093E \u092A\u094D\u0930\u092F\u093E\u0938 \u0915\u0930\u0947\u0902\u0964 \u092F\u0926\u093F \u0906\u092A <2>Pro \u0938\u0926\u0938\u094D\u092F \u0939\u0948\u0902, \u0924\u094B \u0906\u092A DeepL \u092F\u093E OpenAI \u0905\u0928\u0941\u0935\u093E\u0926 \u0938\u0947\u0935\u093E \u0915\u093E \u0909\u092A\u092F\u094B\u0917 \u0915\u0930\u0928\u0947 \u0915\u093E \u091A\u092F\u0928 \u0915\u0930 \u0938\u0915\u0924\u0947 \u0939\u0948\u0902 \u091C\u094B \u0905\u0927\u093F\u0915 \u0938\u094D\u0925\u093F\u0930 \u0939\u0948 (<3>\u092F\u0939\u093E\u0902 \u092E\u0941\u092B\u094D\u0924 \u0905\u0928\u0941\u092D\u0935 \u0915\u0930\u0947\u0902)\u0964 \u0907\u0938\u0915\u0947 \u0905\u0932\u093E\u0935\u093E, \u0906\u092A\u0915\u094B \u0936\u093E\u092F\u0926 \u0905\u092A\u0928\u0940 \u0928\u0947\u091F\u0935\u0930\u094D\u0915 \u092F\u093E \u092A\u094D\u0930\u0949\u0915\u094D\u0938\u0940 \u0938\u0947\u091F\u093F\u0902\u0917\u094D\u0938 \u0915\u0940 \u091C\u093E\u0902\u091A \u0915\u0930\u0928\u0947 \u0915\u0940 \u0906\u0935\u0936\u094D\u092F\u0915\u0924\u093E \u0939\u094B \u0938\u0915\u0924\u0940 \u0939\u0948\u0964","translationServices.gemini":"\u092E\u093F\u0925\u0941\u0928","widget.translateFile":"PDF/ePub",goLogin:"\u0932\u0949\u0917 \u0907\u0928 \u0915\u0930\u0947\u0902","error.reason":"\u0924\u094D\u0930\u0941\u091F\u093F \u0915\u093E \u0915\u093E\u0930\u0923",contact:"\u0939\u092E\u0938\u0947 \u0938\u0902\u092A\u0930\u094D\u0915 \u0915\u0930\u0947\u0902",pickAll:"\u0938\u092D\u0940 \u0915\u093E \u091A\u092F\u0928 \u0915\u0930\u0947\u0902","multipleClick.3":"\u0924\u094D\u0930\u093F\u092A\u0932 \u0939\u093F\u091F","floatBall.iKnow":"\u092E\u0948\u0902\u0928\u0947 \u0938\u092E\u091D \u0932\u093F\u092F\u093E",shortcutSettings:"\u0936\u0949\u0930\u094D\u091F\u0915\u091F \u0915\u0941\u0902\u091C\u0940","error.retry":"\u092A\u0941\u0928\u0903 \u092A\u094D\u0930\u092F\u093E\u0938 \u0915\u0930\u0947\u0902",touchShortcutsOff:"\u092C\u0902\u0926 \u0915\u0930\u0947\u0902","subtitle.bilingual":"\u0926\u094D\u0935\u093F\u092D\u093E\u0937\u0940\u092F \u0909\u092A\u0936\u0940\u0930\u094D\u0937\u0915","tagsInput.add":"+ \u091C\u094B\u0921\u093C\u0947\u0902","slide.right":"\u092C\u093E\u090F\u0902 \u0938\u094D\u0932\u093E\u0907\u0921 \u0915\u0930\u0947\u0902","multipleClick.2":"\u0921\u092C\u0932 \u0915\u094D\u0932\u093F\u0915","widget.instruction":"\u0909\u092A\u092F\u094B\u0917 \u0915\u0940 \u0928\u093F\u0930\u094D\u0926\u0947\u0936\u093F\u0915\u093E",loggedIn:"\u0932\u0949\u0917 \u0907\u0928 \u0915\u093F\u092F\u093E \u0939\u0941\u0906 \u0939\u0948","shortcutGroup.main":"\u0938\u093E\u092E\u093E\u0928\u094D\u092F \u0909\u092A\u092F\u094B\u0917 \u0915\u0940 \u0936\u0949\u0930\u094D\u091F\u0915\u091F \u0915\u0941\u0902\u091C\u0940","slide.left":"\u0926\u093E\u090F\u0902 \u0938\u094D\u0932\u093E\u0907\u0921 \u0915\u0930\u0947\u0902",shortcutSettingsTitle:"\u0936\u0949\u0930\u094D\u091F\u0915\u091F \u0915\u0940 \u0938\u0947\u091F\u093F\u0902\u0917","multipleClick.4":"\u091A\u093E\u0930\u0939\u093F\u091F \u0938\u0902\u092F\u094B\u091C\u0928","error.subscriptionExpiredTitle":"\u0938\u0926\u0938\u094D\u092F\u0924\u093E \u0938\u092E\u093E\u092A\u094D\u0924 \u0939\u094B \u0917\u0908 \u0939\u0948",notLogin:"\u0932\u0949\u0917 \u0907\u0928 \u0928\u0939\u0940\u0902 \u0915\u093F\u092F\u093E \u0939\u0948","shortcutGroup.others":"\u0905\u0927\u093F\u0915 \u0915\u0938\u094D\u091F\u092E \u092B\u093C\u0902\u0915\u094D\u0936\u0928 \u0936\u0949\u0930\u094D\u091F\u0915\u091F","subtitle.hideQuickButton":"\u0907\u0938 \u0936\u0949\u0930\u094D\u091F\u0915\u091F \u0915\u094B \u092B\u093F\u0930 \u0938\u0947 \u0928\u093E \u0926\u093F\u0916\u093E\u090F\u0902","widget.videoSubtitleTooltip":"Youtube \u0906\u0926\u093F {count}+ \u0935\u0940\u0921\u093F\u092F\u094B \u0935\u0947\u092C\u0938\u093E\u0907\u091F\u094B\u0902 \u0915\u093E \u0938\u092E\u0930\u094D\u0925\u0928 \u0915\u0930\u0947\u0902","browser.translateInputBox":"\u0935\u0930\u094D\u0924\u092E\u093E\u0928 \u0907\u0928\u092A\u0941\u091F \u092C\u0949\u0915\u094D\u0938 \u0915\u0940 \u0938\u093E\u092E\u0917\u094D\u0930\u0940 \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0947\u0902",temprarilyChangeTranslationTo_openai:"\u0939\u092E \u0935\u0930\u094D\u0924\u092E\u093E\u0928 \u092A\u0943\u0937\u094D\u0920 \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 OpenAI \u0915\u093E \u0909\u092A\u092F\u094B\u0917 \u0915\u0930 \u0930\u0939\u0947 \u0939\u0948\u0902",alwaysTranslateThisSite:"\u0939\u092E\u0947\u0936\u093E \u0907\u0938 \u0935\u0947\u092C\u0938\u093E\u0907\u091F \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0947\u0902","shortcutGroup.mouse":"\u092E\u093E\u0909\u0938 \u0939\u094B\u0935\u0930 \u0936\u0949\u0930\u094D\u091F\u0915\u091F \u0915\u0949\u0928\u094D\u092B\u093C\u093F\u0917\u0930\u0947\u0936\u0928",translationOnlyMode:`\u0915\u0947\u0935\u0932 \u0905\u0928\u0941\u0935\u093E\u0926 \u092E\u094B\u0921 + {env.imt_sub_trans_field}: Traduction`,"subtitle.quickButton.magenta":"Fuchsia","subtitle.quickButton.red":"Rouge","subtitle.quickButton.setting":"Param\xE9trage","subtitle.quickButton.black":"noir","subtitle.quickButton.translationPosition":"Position de traduction","subtitle.quickButton.green":"Vert","subtitle.quickButton.translationFontSize":"Taille de police de traduction","subtitle.quickButton.sourceTextColor":"Couleur de police d'origine","translationServices.claude":"Claude","subtitle.quickButton.blue":"Bleu","subtitle.quickButton.sourceFontSize":"La taille originale de la police","subtitle.quickButton.translationTextColor":"Couleur de la police de traduction","subtitle.quickButton.backgroundColor":"couleur d'arri\xE8re-plan","subtitle.quickButton.white":"Blanc","subtitle.quickButton.translationPositionTop":"En haut de l'original","subtitle.quickButton.yellow":"jaune","subtitle.quickButton.cyan":"Bleu","subtitle.quickButton.backgroundOpacity":"Opacit\xE9 de l'arri\xE8re-plan","subtitle.quickButton.translationPositionBottom":"\u5728\u539F\u6587\u4E0B\u65B9",attachSubtitleTranslating:"Utilisation de {service} pour la traduction en cours...","error.claude.403":"Acc\xE8s temporairement interdit au service, cela peut \xEAtre li\xE9 aux restrictions r\xE9gionales de Claude. Vous pouvez essayer de changer votre adresse IP ou utiliser un autre service de traduction.","browser.brandDescriptionForSafari":"\u3010Traduction immersive\u3011Un plugin de traduction de pages web bilingue gratuit (texte original / traduction), qui supporte \xE9galement la traduction de PDF et de livres \xE9lectroniques EPUB tout en conservant la mise en page originale, la traduction de sous-titres bilingues pour des vid\xE9os en ligne comme Youtube/Netflix, et qui supporte les services de traduction principaux tels que Deepl/Google;","browser.PdfProFile":"AI pilot\xE9 PDF Pro traduction","browser.textTranslate":"Traduction de texte"};var yh={nologin:"\u0905\u0902\u0926\u0930 \u092A\u094D\u0930\u0935\u0947\u0936 \u0915\u0940 \u0905\u0928\u0941\u092E\u0924\u093F \u0928\u0939\u0940\u0902 \u0939\u0948",loginForSafari:"\u0932\u0949\u0917-\u0907\u0928 \u092F\u093E \u092A\u0902\u091C\u0940\u0915\u0943\u0924",login:"\u0932\u0949\u0917 \u0907\u0928 \u0915\u0930\u0928\u0947 \u0915\u0947 \u092C\u093E\u0926 \u0906\u092A \u0938\u0926\u0938\u094D\u092F\u0924\u093E \u0938\u0915\u094D\u0930\u093F\u092F \u0915\u0930 \u0938\u0915\u0924\u0947 \u0939\u0948\u0902",manageAccount:"\u0916\u093E\u0924\u0947 \u0915\u093E \u092A\u094D\u0930\u092C\u0902\u0927\u0928 \u0915\u0930\u0947\u0902",openPremium:"\u0938\u0926\u0938\u094D\u092F\u0924\u093E \u0917\u094D\u0930\u0939\u0923 \u0915\u0930\u0947\u0902",logout:"\u091B\u094B\u0921\u093C\u0928\u093E",curentPlan:"\u0935\u0930\u094D\u0924\u092E\u093E\u0928 \u092A\u0948\u0915\u0947\u091C",endAt:"\u092A\u0930\u093F\u092A\u0915\u094D\u0935\u0924\u093E",endAuto:"\u0938\u094D\u0935\u091A\u093E\u0932\u093F\u0924 \u0928\u0935\u0940\u0915\u0930\u0923",lineBreakMaxTextCount:"\u092A\u0902\u0915\u094D\u0924\u093F \u0935\u093F\u0930\u093E\u092E \u0915\u0947 \u092C\u093E\u0926 \u092A\u094D\u0930\u0924\u093F \u0935\u093E\u0915\u094D\u092F \u0905\u0928\u0941\u092E\u0924 \u0935\u0930\u094D\u0923\u094B\u0902 \u0915\u0940 \u0905\u0927\u093F\u0915\u0924\u092E \u0938\u0902\u0916\u094D\u092F\u093E","translate-pdf":"\u092A\u0940\u0921\u0940\u090F\u092B \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u0915\u094D\u0932\u093F\u0915 \u0915\u0930\u0947\u0902","noSupportTranslate-pdf":"\u0938\u094D\u0915\u094D\u0930\u093F\u092A\u094D\u091F \u0938\u092E\u0930\u094D\u0925\u093F\u0924 \u0928\u0939\u0940\u0902 \u0939\u0948, \u0915\u0943\u092A\u092F\u093E \u092A\u094D\u0932\u0917-\u0907\u0928 \u0915\u093E \u0909\u092A\u092F\u094B\u0917 \u0915\u0930\u0947\u0902","translate-firefox-local-pdf":"\u092A\u0940\u0921\u0940\u090F\u092B \u0906\u092F\u093E\u0924 \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u0915\u094D\u0932\u093F\u0915 \u0915\u0930\u0947\u0902",enableLineBreak:"\u0932\u0902\u092C\u0947 \u0905\u0928\u0941\u091A\u094D\u091B\u0947\u0926\u094B\u0902 \u0915\u0947 \u0932\u093F\u090F \u0938\u094D\u0935\u091A\u093E\u0932\u093F\u0924 \u0936\u092C\u094D\u0926 \u0930\u0948\u092A\u093F\u0902\u0917 \u091A\u093E\u0932\u0942 \u0915\u0930\u0947\u0902",sponsorLabel:"$1 \u0938\u0947 \u0936\u0941\u0930\u0942 \u0915\u0930\u0915\u0947 \u0915\u093F\u0938\u0940 \u0921\u0947\u0935\u0932\u092A\u0930 \u0915\u094B \u092A\u094D\u0930\u093E\u092F\u094B\u091C\u093F\u0924 \u0915\u0930\u0947\u0902",help:"\u092E\u0926\u0926",browserShortcutsNoteForFirefox:'\u092B\u093C\u093E\u092F\u0930\u092B\u093C\u0949\u0915\u094D\u0938 \u092C\u094D\u0930\u093E\u0909\u091C\u093C\u0930 \u092E\u0947\u0902 \u0936\u0949\u0930\u094D\u091F\u0915\u091F \u0915\u0941\u0902\u091C\u093F\u092F\u094B\u0902 \u0915\u094B \u0938\u0902\u0936\u094B\u0927\u093F\u0924 \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F, \u0906\u092A\u0915\u094B \u090F\u0915\u094D\u0938\u091F\u0947\u0902\u0936\u0928 \u092A\u094D\u0930\u092C\u0902\u0927\u0928 \u092A\u0943\u0937\u094D\u0920 `about:addons` \u0916\u094B\u0932\u0928\u093E \u0939\u094B\u0917\u093E, \u092B\u093F\u0930 "\u0938\u0947\u091F\u093F\u0902\u0917\u094D\u0938" \u092A\u0930 \u0915\u094D\u0932\u093F\u0915 \u0915\u0930\u0947\u0902, \u092B\u093F\u0930 \u0907\u0938\u0947 \u0938\u0947\u091F \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F "\u0936\u0949\u0930\u094D\u091F\u0915\u091F \u0915\u0941\u0902\u091C\u093F\u092F\u093E\u0901 \u092A\u094D\u0930\u092C\u0902\u0927\u093F\u0924 \u0915\u0930\u0947\u0902" \u092A\u0930 \u0915\u094D\u0932\u093F\u0915 \u0915\u0930\u0947\u0902\u0964',browserShortcutsNoteForChrome:"\u0915\u094D\u0930\u094B\u092E-\u091C\u0948\u0938\u0947 \u092C\u094D\u0930\u093E\u0909\u091C\u093C\u0930 \u092E\u0947\u0902 \u0936\u0949\u0930\u094D\u091F\u0915\u091F \u0915\u0941\u0902\u091C\u093F\u092F\u094B\u0902 \u0915\u094B \u0938\u0902\u0936\u094B\u0927\u093F\u0924 \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F, \u0906\u092A\u0915\u094B \u090F\u0915\u094D\u0938\u091F\u0947\u0902\u0936\u0928 \u092A\u094D\u0930\u092C\u0902\u0927\u0928 \u092A\u0943\u0937\u094D\u0920 \u0916\u094B\u0932\u0928\u093E \u0939\u094B\u0917\u093E, \u0907\u0938\u0947 `\u0936\u0949\u0930\u094D\u091F\u0915\u091F \u092A\u094D\u0930\u092C\u0902\u0927\u093F\u0924 \u0915\u0930\u0947\u0902` \u092A\u0948\u0928\u0932 (`\u0915\u094D\u0930\u094B\u092E://\u090F\u0915\u094D\u0938\u091F\u0947\u0902\u0936\u0928/\u0936\u0949\u0930\u094D\u091F\u0915\u091F`) \u092E\u0947\u0902 \u0938\u0947\u091F \u0915\u0930\u0928\u093E \u0939\u094B\u0917\u093E, \u0914\u0930 \u0938\u0940\u0927\u0947 \u091C\u093E\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u0928\u0940\u091A\u0947 \u0926\u093F\u090F \u0917\u090F \u092C\u091F\u0928 \u092A\u0930 \u0915\u094D\u0932\u093F\u0915 \u0915\u0930\u0928\u093E \u0939\u094B\u0917\u093E \u0936\u0949\u0930\u094D\u091F\u0915\u091F \u0915\u0941\u0902\u091C\u0940 \u092A\u094D\u0930\u092C\u0902\u0927\u0928 \u092A\u0943\u0937\u094D\u0920.",browserShortcutsSucks:"\u0915\u0938\u094D\u091F\u092E \u0936\u0949\u0930\u094D\u091F\u0915\u091F \u0915\u0941\u0902\u091C\u0940 \u092A\u094D\u0930\u093E\u0930\u0942\u092A \u0939\u0948 (\u0915\u094B\u0908 \u0938\u094D\u0935\u091A\u093E\u0932\u093F\u0924 \u092A\u0939\u091A\u093E\u0928 \u0928\u0939\u0940\u0902, \u0915\u0943\u092A\u092F\u093E \u0938\u0940\u0927\u0947 \u0926\u0930\u094D\u091C \u0915\u0930\u0947\u0902)\uFF1A",enableLineBreakDescription:"\u091A\u093E\u0932\u0942 \u0939\u094B\u0928\u0947 \u092A\u0930, \u092A\u0922\u093C\u0928\u0947 \u0915\u0940 \u0938\u0941\u0935\u093F\u0927\u093E \u0915\u0947 \u0932\u093F\u090F \u092A\u094D\u0930\u0924\u094D\u092F\u0947\u0915 \u0935\u093E\u0915\u094D\u092F \u0915\u0947 \u0905\u0902\u0924 \u092E\u0947\u0902 \u0932\u0902\u092C\u0947 \u092A\u0948\u0930\u093E\u0917\u094D\u0930\u093E\u092B \u092E\u0947\u0902 \u0932\u093E\u0907\u0928 \u092C\u094D\u0930\u0947\u0915 \u0921\u093E\u0932\u0947 \u091C\u093E\u090F\u0902\u0917\u0947\u0964","browser.shortBrandName":"\u0917\u0939\u0928 \u0905\u0928\u0941\u0935\u093E\u0926","browser.brandName":"\u0907\u092E\u0930\u094D\u0938\u093F\u0935 \u0905\u0928\u0941\u0935\u093E\u0926: \u0926\u094D\u0935\u093F\u092D\u093E\u0937\u0940 \u0935\u0947\u092C \u092A\u0947\u091C \u0905\u0928\u0941\u0935\u093E\u0926 \u0914\u0930 \u092A\u0940\u0921\u0940\u090F\u092B \u0926\u0938\u094D\u0924\u093E\u0935\u0947\u091C\u093C \u0905\u0928\u0941\u0935\u093E\u0926","browser.brandDescription":"Bilingual web page translation, also supports PDF translation, bilingual Epub eBook translation, free to use.","browser.toggleTranslatePage":"\u0935\u0947\u092C \u092A\u0947\u091C \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0947\u0902/\u092E\u0942\u0932 \u092A\u093E\u0920 \u0926\u093F\u0916\u093E\u090F\u0902","browser.toggleTranslateTheWholePage":"\u092A\u0943\u0937\u094D\u0920 \u0915\u0947 \u0938\u092D\u0940 \u0915\u094D\u0937\u0947\u0924\u094D\u0930\u094B\u0902 \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0947\u0902/\u092E\u0942\u0932 \u092A\u093E\u0920 \u092A\u094D\u0930\u0926\u0930\u094D\u0936\u093F\u0924 \u0915\u0930\u0947\u0902","browser.toggleOnlyTransation":"\u0926\u094D\u0935\u093F\u092D\u093E\u0937\u0940/\u0915\u0947\u0935\u0932 \u0905\u0928\u0941\u0935\u093E\u0926 \u092E\u094B\u0921 \u092A\u0930 \u0938\u094D\u0935\u093F\u091A \u0915\u0930\u0947\u0902","browser.toggleTranslateToThePageEndImmediately":"\u0924\u0941\u0930\u0902\u0924 \u092A\u0943\u0937\u094D\u0920 \u0915\u0947 \u0928\u0940\u091A\u0947 \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0947\u0902/\u092E\u0942\u0932 \u092A\u093E\u0920 \u0926\u093F\u0916\u093E\u090F\u0902","browser.toggleTranslateTheMainPage":"\u092A\u0943\u0937\u094D\u0920 \u0915\u0947 \u092E\u0941\u0916\u094D\u092F \u0915\u094D\u0937\u0947\u0924\u094D\u0930 \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0947\u0902/\u092E\u0942\u0932 \u092A\u093E\u0920 \u092A\u094D\u0930\u0926\u0930\u094D\u0936\u093F\u0924 \u0915\u0930\u0947\u0902","browser.shareToDraft":"\u0926\u094D\u0935\u093F\u092D\u093E\u0937\u0940 \u092A\u0943\u0937\u094D\u0920 \u0938\u093E\u091D\u093E \u0915\u0930\u0947\u0902","browser.openOptionsPage":"\u0938\u0947\u091F\u093F\u0902\u0917 \u092A\u0943\u0937\u094D\u0920 \u0916\u094B\u0932\u0947\u0902","browser.toggleTranslationMask":"\u0905\u0928\u0941\u0935\u093E\u0926 \u0927\u0941\u0902\u0927\u0932\u093E \u092A\u094D\u0930\u092D\u093E\u0935 \u0926\u093F\u0916\u093E\u090F\u0901/\u091B\u093F\u092A\u093E\u090F\u0901","browser.translateLocalPdfFile":"\u0938\u094D\u0925\u093E\u0928\u0940\u092F \u092A\u0940\u0921\u0940\u090F\u092B \u092B\u093E\u0907\u0932\u094B\u0902 \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0947\u0902","browser.openEbookViewer":"\u0938\u094D\u0925\u093E\u0928\u0940\u092F \u0908-\u092A\u0941\u0938\u094D\u0924\u0915\u0947\u0902 \u092A\u0922\u093C\u0947\u0902","browser.openEbookBuilder":"\u0926\u094D\u0935\u093F\u092D\u093E\u0937\u0940 EPUB \u0908-\u092A\u0941\u0938\u094D\u0924\u0915\u0947\u0902 \u092C\u0928\u093E\u090F\u0901","browser.translateLocalHtmlFile":"HTML/txt \u092B\u093C\u093E\u0907\u0932\u094B\u0902 \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0947\u0902","browser.donateContext":"\u092A\u094D\u0930\u093E\u092F\u094B\u091C\u0928 \u0932\u093E\u092D\u094B\u0902 \u0915\u0947 \u092C\u093E\u0930\u0947 \u092E\u0947\u0902 \u091C\u093E\u0928\u0947\u0902","browser.translateLocalSubtitleFile":"\u0938\u094D\u0925\u093E\u0928\u0940\u092F \u0909\u092A\u0936\u0940\u0930\u094D\u0937\u0915 \u092B\u093C\u093E\u0907\u0932\u094B\u0902 \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0947\u0902",confirmResetConfig:"\u0915\u094D\u092F\u093E \u0906\u092A \u0935\u093E\u0915\u0908 \u0905\u092A\u0928\u0940 \u0938\u0947\u091F\u093F\u0902\u0917\u094D\u0938 \u0930\u0940\u0938\u0947\u091F \u0915\u0930\u0928\u093E \u091A\u093E\u0939\u0924\u0947 \u0939\u0948\u0902?",translationLineBreakSettingTitle:"\u0905\u0928\u0941\u0935\u093E\u0926 \u092A\u0902\u0915\u094D\u0924\u093F \u0930\u0948\u092A\u093F\u0902\u0917 \u0938\u0947\u091F\u093F\u0902\u0917",smartLineBreak:"\u0938\u094D\u092E\u093E\u0930\u094D\u091F \u0932\u093E\u0907\u0928 \u0930\u0948\u092A\u093F\u0902\u0917",alwaysLineBreak:"\u0939\u092E\u0947\u0936\u093E \u0932\u092A\u0947\u091F\u094B",isShowContextMenu:"\u0905\u0928\u0941\u0935\u093E\u0926\u093F\u0924 \u0935\u0947\u092C \u092A\u0947\u091C \u0915\u094B \u0930\u093E\u0907\u091F-\u0915\u094D\u0932\u093F\u0915 \u092E\u0947\u0928\u0942 \u0906\u0907\u091F\u092E \u092E\u0947\u0902 \u091C\u094B\u0921\u093C\u0947\u0902",toggleBeta:"\u092C\u0940\u091F\u093E \u092A\u0930\u0940\u0915\u094D\u0937\u0923 \u0938\u0941\u0935\u093F\u0927\u093E\u090F\u0901 \u0938\u0915\u094D\u0937\u092E \u0915\u0930\u0947\u0902",betaDescription:"\u0909\u0928 \u0938\u0941\u0935\u093F\u0927\u093E\u0913\u0902 \u0915\u094B \u0938\u0915\u094D\u0937\u092E \u0915\u0930\u0947\u0902 \u091C\u094B \u0905\u092D\u0940 \u092D\u0940 \u092A\u094D\u0930\u092F\u094B\u0917\u093E\u0924\u094D\u092E\u0915 \u0939\u0948\u0902, \u0938\u093E\u0925 \u0939\u0940 \u092A\u0930\u0940\u0915\u094D\u0937\u0923 \u092E\u0947\u0902 \u0905\u0928\u0941\u0935\u093E\u0926 \u0938\u0947\u0935\u093E\u090F\u0902 \u092D\u0940 \u0938\u0915\u094D\u0937\u092E \u0915\u0930\u0947\u0902\u0964 <1>\u091F\u0947\u0932\u0940\u0917\u094D\u0930\u093E\u092E \u0938\u092E\u0942\u0939 \u0938\u0947 \u091C\u0941\u0921\u093C\u0947\u0902 \u0914\u0930 \u0905\u0927\u093F\u0915 \u091C\u093E\u0928\u0947\u0902\u0964",translationLineBreakSettingDescription:"\u0939\u092E\u0947\u0936\u093E \u0930\u0948\u092A \u0915\u092E \u0938\u093E\u092E\u0917\u094D\u0930\u0940 \u0935\u093E\u0932\u0947 \u0932\u0947\u0906\u0909\u091F \u0915\u0947 \u0932\u093F\u090F \u0909\u092A\u092F\u0941\u0915\u094D\u0924 \u0939\u094B\u0924\u093E \u0939\u0948 \u0914\u0930 \u0905\u0927\u093F\u0915 \u0938\u0941\u0935\u094D\u092F\u0935\u0938\u094D\u0925\u093F\u0924 \u0939\u094B\u0924\u093E \u0939\u0948\u0964 (\u0938\u094D\u0925\u093E\u0928 \u092C\u091A\u093E\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u092C\u0939\u0941\u0924 \u0938\u093E\u0930\u0940 \u0938\u093E\u092E\u0917\u094D\u0930\u0940 ({count}\u0938\u0947 \u0905\u0927\u093F\u0915 \u0905\u0915\u094D\u0937\u0930) \u0935\u093E\u0932\u0947 \u0932\u0902\u092C\u0947 \u092A\u0948\u0930\u093E\u0917\u094D\u0930\u093E\u092B \u092E\u0947\u0902 \u0938\u094D\u092E\u093E\u0930\u094D\u091F \u0932\u093E\u0907\u0928 \u092C\u094D\u0930\u0947\u0915 \u0915\u093E \u0909\u092A\u092F\u094B\u0917 \u0915\u0930\u0947\u0902)",tempTranslateDomainTitle:"\u0935\u0947\u092C\u0938\u093E\u0907\u091F \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u094B \u0905\u0938\u094D\u0925\u093E\u092F\u0940 \u0930\u0942\u092A \u0938\u0947 \u0915\u092C \u0924\u0915 \u0938\u0915\u094D\u0937\u092E \u0915\u0930\u0928\u093E \u0939\u0948",tempTranslateDomainDescription:"\u0915\u093F\u0938\u0940 \u0935\u0947\u092C \u092A\u0947\u091C \u0915\u093E \u092E\u0948\u0928\u094D\u092F\u0941\u0905\u0932 \u0930\u0942\u092A \u0938\u0947 \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0924\u0947 \u0938\u092E\u092F, \u0938\u094D\u0935\u091A\u093E\u0932\u093F\u0924 \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0947 \u0932\u093F\u090F \u0935\u0947\u092C\u0938\u093E\u0907\u091F \u0915\u094B \u0905\u0938\u094D\u0925\u093E\u092F\u0940 \u0930\u0942\u092A \u0938\u0947 \u091A\u093E\u0932\u0942 \u0915\u0930\u0947\u0902, \u0914\u0930 \u0906\u092A \u0905\u0938\u094D\u0925\u093E\u092F\u0940 \u0905\u0935\u0927\u093F \u0928\u093F\u0930\u094D\u0927\u093E\u0930\u093F\u0924 \u0915\u0930 \u0938\u0915\u0924\u0947 \u0939\u0948\u0902\u0964",xMinutes:"{count} \u092E\u093F\u0928\u091F",disabled:"\u0905\u0915\u094D\u0937\u092E \u0915\u0930\u0928\u093E",changelog:"\u0932\u0949\u0917 \u092C\u0926\u0932\u0947\u0902",toggleTranslatePageWhenThreeFingersOnTheScreen:"\u0935\u0947\u092C \u092A\u0947\u091C \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0928\u0947/\u092E\u0942\u0932 \u092A\u093E\u0920 \u092A\u094D\u0930\u0926\u0930\u094D\u0936\u093F\u0924 \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u090F\u0915 \u0939\u0940 \u0938\u092E\u092F \u092E\u0947\u0902 \u0915\u0908 \u0905\u0902\u0917\u0941\u0932\u093F\u092F\u094B\u0902 \u0938\u0947 \u0938\u094D\u0915\u094D\u0930\u0940\u0928 \u0915\u094B \u0938\u094D\u092A\u0930\u094D\u0936 \u0915\u0930\u0947\u0902",toggleTranslationMaskWhenThreeFingersOnTheScreen:"\u0905\u0928\u0941\u0935\u093E\u0926 \u0927\u0941\u0902\u0927\u0932\u093E \u092A\u094D\u0930\u092D\u093E\u0935 \u0926\u093F\u0916\u093E\u0928\u0947/\u091B\u093F\u092A\u093E\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u090F\u0915 \u0939\u0940 \u0938\u092E\u092F \u092E\u0947\u0902 \u0915\u0908 \u0905\u0902\u0917\u0941\u0932\u093F\u092F\u094B\u0902 \u0915\u094B \u0938\u094D\u092A\u0930\u094D\u0936 \u0915\u0930\u0947\u0902",fingerCountToToggleTranslagePageOnlyTranslationWhenTouching:"\u0935\u0947\u092C \u092A\u0947\u091C \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 (\u0915\u0947\u0935\u0932 \u0905\u0928\u0941\u0935\u093E\u0926)/\u092E\u0942\u0932 \u092A\u093E\u0920 \u092A\u094D\u0930\u0926\u0930\u094D\u0936\u093F\u0924 \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u090F\u0915 \u0939\u0940 \u0938\u092E\u092F \u092E\u0947\u0902 \u0915\u0908 \u0905\u0902\u0917\u0941\u0932\u093F\u092F\u094B\u0902 \u0938\u0947 \u0938\u094D\u0915\u094D\u0930\u0940\u0928 \u0915\u094B \u0938\u094D\u092A\u0930\u094D\u0936 \u0915\u0930\u0947\u0902",addUrlDescription:"\u092F\u0939 \u090F\u0915 \u0921\u094B\u092E\u0947\u0928 \u0928\u093E\u092E \u0939\u094B \u0938\u0915\u0924\u093E \u0939\u0948 \u0914\u0930 \u0935\u093E\u0907\u0932\u094D\u0921\u0915\u093E\u0930\u094D\u0921 \u0915\u093E \u0938\u092E\u0930\u094D\u0925\u0928 \u0915\u0930\u0924\u093E \u0939\u0948, \u091C\u0948\u0938\u0947\uFF1A*.google.com, google.com/mail/*, https://www.google.com/*",general:"\u092E\u0942\u0932 \u0938\u0947\u091F\u093F\u0902\u0917\u094D\u0938",clickToExpandConfig:"\u0935\u0930\u094D\u0924\u092E\u093E\u0928 \u0915\u0949\u0928\u094D\u092B\u093C\u093F\u0917\u0930\u0947\u0936\u0928 \u0915\u093E \u0935\u093F\u0938\u094D\u0924\u093E\u0930 \u0915\u0930\u0947\u0902",import:"\u092B\u093C\u093E\u0907\u0932 \u0938\u0947 \u0906\u092F\u093E\u0924 \u0915\u0930\u0947\u0902",export:"\u092B\u093C\u093E\u0907\u0932 \u092E\u0947\u0902 \u0928\u093F\u0930\u094D\u092F\u093E\u0924 \u0915\u0930\u0947\u0902",toggleDebug:"\u0915\u0902\u0938\u094B\u0932 \u092A\u0930 \u0921\u093F\u092C\u0917 \u0932\u0949\u0917 \u092A\u094D\u0930\u093F\u0902\u091F \u0915\u0930\u0947\u0902","fingers.0":"\u092C\u0902\u0926","fingers.2":"\u0926\u094B \u0909\u0902\u0917\u0932\u093F\u092F\u094B\u0902 \u0915\u093E \u0938\u094D\u092A\u0930\u094D\u0936","fingers.3":"\u0924\u0940\u0928 \u0909\u0902\u0917\u0932\u093F\u092F\u094B\u0902 \u0915\u093E \u0938\u094D\u092A\u0930\u094D\u0936","fingers.4":"\u091A\u093E\u0930 \u0905\u0902\u0917\u0941\u0932 \u0915\u093E \u0938\u094D\u092A\u0930\u094D\u0936","fingers.5":"\u092A\u093E\u0901\u091A \u0905\u0902\u0917\u0941\u0932 \u0915\u093E \u0938\u094D\u092A\u0930\u094D\u0936",mouseHoldKey:"+ {key} \u0907\u0938 \u0905\u0928\u0941\u091A\u094D\u091B\u0947\u0926 \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926/\u092A\u0941\u0928\u0930\u094D\u0938\u094D\u0925\u093E\u092A\u0928\u093E \u0915\u0930\u0947\u0902",mouseHoldKeyAuto:"\u0907\u0938 \u0905\u0928\u0941\u091A\u094D\u091B\u0947\u0926 \u0915\u093E \u0938\u0940\u0927\u0947 \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0947\u0902",mouseHoldKeyOff:"\u0915\u0941\u091B \u092E\u0924 \u0915\u0930\u094B",mouseHoldKeyOther:"\u0915\u0938\u094D\u091F\u092E \u0936\u0949\u0930\u094D\u091F\u0915\u091F \u0915\u0941\u0902\u091C\u093F\u092F\u093E\u0901 (\u0938\u0947\u091F\u093F\u0902\u0917\u094D\u0938 \u0916\u094B\u0932\u0947\u0902)",mouseHoldKeyCustomKey:"0\u0907\u0938 \u0905\u0928\u0941\u091A\u094D\u091B\u0947\u0926 \u0915\u093E {key} /\u092A\u0941\u0928\u0930\u094D\u0938\u094D\u0925\u093E\u092A\u0928\u093E \u0915\u0930\u0947\u0902",mouseHoverHoldKey:"\u092A\u0948\u0930\u093E\u0917\u094D\u0930\u093E\u092B \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u092E\u093E\u0909\u0938 \u0915\u094B \u0918\u0941\u092E\u093E\u090F\u0901 \u0914\u0930 \u0936\u0949\u0930\u094D\u091F\u0915\u091F \u0915\u0941\u0902\u091C\u0940 \u0926\u092C\u093E\u090F\u0901","mouse-translate":"\u092E\u093E\u0909\u0938 \u0915\u0947 \u090A\u092A\u0930",document:"\u0926\u0938\u094D\u0924\u093E\u0935\u0947\u091C\u093C",resetSuccess:"\u0938\u092D\u0940 \u0938\u0947\u091F\u093F\u0902\u0917\u094D\u0938 \u0938\u092B\u0932\u0924\u093E\u092A\u0942\u0930\u094D\u0935\u0915 \u0930\u0940\u0938\u0947\u091F \u0915\u0930\u0947\u0902",resetThisSuccess:"\u0930\u0940\u0938\u0947\u091F \u0938\u092B\u0932",saved:"\u0938\u092B\u0932\u0924\u093E\u092A\u0942\u0930\u094D\u0935\u0915 \u092C\u091A\u093E\u092F\u093E",successImportConfig:"\u0915\u0949\u0928\u094D\u092B\u093C\u093F\u0917\u0930\u0947\u0936\u0928 \u0938\u092B\u0932\u0924\u093E\u092A\u0942\u0930\u094D\u0935\u0915 \u0906\u092F\u093E\u0924 \u0915\u093F\u092F\u093E \u0917\u092F\u093E",goAdvancedSettings:"\u0909\u0928\u094D\u0928\u0924 \u0938\u0947\u091F\u093F\u0902\u0917 \u092A\u0943\u0937\u094D\u0920 \u092A\u0930 \u091C\u093E\u090F\u0901",goAdvancedInterfaceSettings:"\u0909\u0928\u094D\u0928\u0924 \u0905\u0928\u0941\u0915\u0942\u0932\u0928 \u0938\u0947\u091F\u093F\u0902\u0917 \u092A\u0943\u0937\u094D\u0920 \u092A\u0930 \u091C\u093E\u090F\u0901",advanced:"\u090F\u0921\u0935\u093E\u0902\u0938 \u0938\u0947\u091F\u093F\u0902\u0917",advancedDescription:"\u0906\u092E \u0924\u094C\u0930 \u092A\u0930, \u0915\u093F\u0938\u0940 \u0938\u0947\u091F\u093F\u0902\u0917 \u0915\u0940 \u0906\u0935\u0936\u094D\u092F\u0915\u0924\u093E \u0928\u0939\u0940\u0902 \u0939\u0948, \u092C\u0938 \u0921\u093F\u092B\u093C\u0949\u0932\u094D\u091F \u0930\u0916\u0947\u0902\u0964 \u0915\u0947\u0935\u0932 \u0905\u0927\u093F\u0915 \u092A\u0947\u0936\u0947\u0935\u0930 \u0909\u092A\u092F\u094B\u0917\u0915\u0930\u094D\u0924\u093E\u0913\u0902 \u0915\u0947 \u0932\u093F\u090F, \u0905\u0927\u093F\u0915 \u0935\u0948\u092F\u0915\u094D\u0924\u093F\u0915\u0943\u0924 \u0938\u0947\u091F\u093F\u0902\u0917\u094D\u0938 \u092A\u094D\u0930\u0926\u093E\u0928 \u0915\u0940 \u091C\u093E\u0924\u0940 \u0939\u0948\u0902\u0964",developer:"\u0921\u0947\u0935\u0932\u092A\u0930 \u0938\u0947\u091F\u093F\u0902\u0917\u094D\u0938",donateCafe:"\u0915\u0940\u092E\u0924","translate to the bottom of the page":"\u0935\u0947\u092C \u092A\u0947\u091C \u092E\u0947\u0902 \u092A\u094D\u0930\u0935\u0947\u0936 \u0915\u0930\u0928\u0947 \u0915\u0947 \u092C\u093E\u0926, \u0915\u094D\u092F\u093E \u0907\u0938\u0915\u093E \u0924\u0941\u0930\u0902\u0924 \u092A\u0943\u0937\u094D\u0920 \u0915\u0947 \u0928\u093F\u091A\u0932\u0947 \u092D\u093E\u0917 \u092E\u0947\u0902 \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u093F\u092F\u093E \u091C\u093E\u0924\u093E \u0939\u0948?",feedback:"\u092A\u094D\u0930\u0924\u093F\u0915\u094D\u0930\u093F\u092F\u093E",toggleTranslatePage:"\u0935\u0947\u092C \u092A\u0947\u091C \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0947\u0902/\u092E\u0942\u0932 \u092A\u093E\u0920 \u0926\u093F\u0916\u093E\u090F\u0902",translateToThePageEndImmediatelyDescription:"\u091A\u093E\u0932\u0942 \u0939\u094B\u0928\u0947 \u092A\u0930, \u0915\u093F\u0938\u0940 \u0935\u0947\u092C\u092A\u0947\u091C \u092E\u0947\u0902 \u092A\u094D\u0930\u0935\u0947\u0936 \u0915\u0930\u0928\u0947 \u092A\u0930 \u0938\u093E\u092E\u0917\u094D\u0930\u0940 \u0924\u0941\u0930\u0902\u0924 \u090A\u092A\u0930 \u0938\u0947 \u0928\u0940\u091A\u0947 \u0924\u0915 \u0905\u0928\u0941\u0935\u093E\u0926\u093F\u0924 \u0939\u094B \u091C\u093E\u090F\u0917\u0940\u0964 \u092F\u0926\u093F \u092C\u0902\u0926 \u0939\u0948, \u0924\u094B \u0906\u092A \u090F\u0915 \u0939\u0940 \u0938\u092E\u092F \u092E\u0947\u0902 \u092A\u0922\u093C \u0914\u0930 \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930 \u0938\u0915\u0924\u0947 \u0939\u0948\u0902\u0964 (\u091A\u093E\u0932\u0942 \u0915\u0930\u0928\u0947 \u0915\u0940 \u0905\u0928\u0941\u0936\u0902\u0938\u093E \u0928\u0939\u0940\u0902 \u0915\u0940 \u0917\u0908)","translate all areas of the page":"\u0935\u0947\u092C \u092A\u0947\u091C \u0915\u0947 \u0938\u092D\u0940 \u0915\u094D\u0937\u0947\u0924\u094D\u0930\u094B\u0902 \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0928\u093E \u0939\u0948 \u092F\u093E \u0928\u0939\u0940\u0902",translationAreaDescription:"\u091A\u093E\u0932\u0942 \u0939\u094B\u0928\u0947 \u092A\u0930, \u0938\u0902\u092A\u0942\u0930\u094D\u0923 \u0935\u0947\u092C \u092A\u0947\u091C \u0915\u0947 \u0938\u092D\u0940 \u0915\u094D\u0937\u0947\u0924\u094D\u0930\u094B\u0902 \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u093F\u092F\u093E \u091C\u093E\u090F\u0917\u093E\u0964 \u092F\u0926\u093F \u092C\u0902\u0926 \u0915\u093F\u092F\u093E \u091C\u093E\u0924\u093E \u0939\u0948, \u0924\u094B \u0921\u093F\u092B\u093C\u0949\u0932\u094D\u091F \u0938\u094D\u092E\u093E\u0930\u094D\u091F \u092A\u0939\u091A\u093E\u0928 \u0915\u093E \u0909\u092A\u092F\u094B\u0917 \u0915\u093F\u092F\u093E \u091C\u093E\u0924\u093E \u0939\u0948 \u0914\u0930 \u0915\u0947\u0935\u0932 \u092E\u0941\u0916\u094D\u092F \u0915\u094D\u0937\u0947\u0924\u094D\u0930 \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u093F\u092F\u093E \u091C\u093E\u0924\u093E \u0939\u0948\u0964 (\u091A\u093E\u0932\u0942 \u0915\u0930\u0928\u0947 \u0915\u0940 \u0905\u0928\u0941\u0936\u0902\u0938\u093E \u0928\u0939\u0940\u0902 \u0915\u0940 \u0917\u0908)","the number of characters to be translated first":"\u0926\u0943\u0936\u094D\u092F \u0915\u094D\u0937\u0947\u0924\u094D\u0930 \u0924\u0915 \u0938\u094D\u0915\u094D\u0930\u0949\u0932 \u0915\u0930\u0928\u0947 \u0915\u0940 \u092A\u094D\u0930\u0924\u0940\u0915\u094D\u0937\u093E \u0915\u093F\u090F \u092C\u093F\u0928\u093E \u092A\u0943\u0937\u094D\u0920 \u0915\u0947 \u092A\u0939\u0932\u0947 \u0915\u0941\u091B \u0935\u0930\u094D\u0923\u094B\u0902 \u0915\u093E \u0938\u0940\u0927\u0947 \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0947\u0902","interface language":"\u0907\u0902\u091F\u0930\u092B\u093C\u0947\u0938 \u092D\u093E\u0937\u093E","display both the original text and the translation":"\u092E\u0942\u0932 \u092A\u093E\u0920 \u0914\u0930 \u0905\u0928\u0941\u0935\u093E\u0926 \u090F\u0915 \u0938\u093E\u0925 \u092A\u094D\u0930\u0926\u0930\u094D\u0936\u093F\u0924 \u0915\u0930\u0947\u0902","keyboard shortcuts":"\u0915\u0941\u0902\u091C\u0940\u092A\u091F\u0932 \u0905\u0932\u094D\u092A \u092E\u093E\u0930\u094D\u0917",modify:"\u0936\u0949\u0930\u094D\u091F\u0915\u091F \u0915\u0941\u0902\u091C\u093F\u092F\u093E\u0901 \u0938\u0902\u0936\u094B\u0927\u093F\u0924 \u0915\u0930\u0947\u0902",reset:"\u0930\u0940\u0938\u0947\u091F",close:"\u092C\u0902\u0926",homepage:"\u0939\u094B\u092E \u092A\u0947\u091C",more:"\u0905\u0927\u093F\u0915",moreOptions:"\u0905\u0927\u093F\u0915 \u0905\u0928\u0941\u0915\u0942\u0932\u0928 \u0935\u093F\u0915\u0932\u094D\u092A\u094B\u0902 \u0915\u093E \u0935\u093F\u0938\u094D\u0924\u093E\u0930 \u0915\u0930\u0947\u0902",translateTheWholePage:"\u092A\u0943\u0937\u094D\u0920 \u0915\u0947 \u0938\u092D\u0940 \u0915\u094D\u0937\u0947\u0924\u094D\u0930\u094B\u0902 \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0947\u0902 (\u092C\u0941\u0926\u094D\u0927\u093F\u092E\u093E\u0928 \u092A\u0939\u091A\u093E\u0928 \u0915\u0947 \u092E\u0941\u0916\u094D\u092F \u0915\u094D\u0937\u0947\u0924\u094D\u0930\u094B\u0902 \u0938\u0947 \u092D\u093F\u0928\u094D\u0928)",changeToTranslateTheWholePage:"\u0938\u092D\u0940 \u0915\u094D\u0937\u0947\u0924\u094D\u0930\u094B\u0902 \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u0938\u094D\u0935\u093F\u091A \u0915\u0930\u0947\u0902",changeToTranslateTheMainPage:"\u0905\u0928\u0941\u0935\u093E\u0926 \u092E\u0941\u0916\u094D\u092F \u0915\u094D\u0937\u0947\u0924\u094D\u0930 \u092A\u0930 \u0938\u094D\u0935\u093F\u091A \u0915\u0930\u0947\u0902",changeToOnlyTranslationMode:"\u0915\u0947\u0935\u0932 \u0905\u0928\u0941\u0935\u093E\u0926 \u0926\u093F\u0916\u093E\u0928\u0947 \u092A\u0930 \u0938\u094D\u0935\u093F\u091A \u0915\u0930\u0947\u0902",changeToDualTranslationMode:"\u0926\u094D\u0935\u093F\u092D\u093E\u0937\u0940 \u0905\u0928\u0941\u0935\u093E\u0926 \u092A\u0930 \u0938\u094D\u0935\u093F\u091A \u0915\u0930\u0947\u0902",translateToThePageEndImmediately:"\u0924\u0941\u0930\u0902\u0924 \u092A\u0943\u0937\u094D\u0920 \u0915\u0947 \u0928\u0940\u091A\u0947 \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0947\u0902",translateTheMainPage:"\u092C\u0941\u0926\u094D\u0927\u093F\u092E\u093E\u0928 \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0947 \u092E\u0941\u0916\u094D\u092F \u0915\u094D\u0937\u0947\u0924\u094D\u0930","The local rules are up to date":"\u0938\u094D\u0925\u093E\u0928\u0940\u092F \u0905\u0928\u0941\u0915\u0942\u0932\u0928 \u0928\u093F\u092F\u092E \u0905\u0926\u094D\u092F\u0924\u093F\u0924 \u0939\u0948\u0902:","Successfully synchronized with the latest official rules:":"\u0928\u0935\u0940\u0928\u0924\u092E \u0906\u0927\u093F\u0915\u093E\u0930\u093F\u0915 \u0905\u0928\u0941\u0915\u0942\u0932\u0928 \u0928\u093F\u092F\u092E\u094B\u0902 \u0915\u094B \u0938\u092B\u0932\u0924\u093E\u092A\u0942\u0930\u094D\u0935\u0915 \u0938\u093F\u0902\u0915\u094D\u0930\u0928\u093E\u0907\u091C\u093C \u0915\u093F\u092F\u093E \u0917\u092F\u093E:","Checking for updates":"\u0905\u092A\u0921\u0947\u091F \u0915\u0947 \u0932\u093F\u090F \u091C\u093E\u0902\u091A \u0915\u0930 \u0930\u0939\u093E \u0939\u0948","Rules are being synchronized":"\u0905\u0928\u0941\u0915\u0942\u0932\u0928 \u0928\u093F\u092F\u092E\u094B\u0902 \u0915\u094B \u0938\u093F\u0902\u0915\u094D\u0930\u0928\u093E\u0907\u091C\u093C \u0915\u0930\u0928\u093E",localVersionIsTooOld:"\u0938\u094D\u0925\u093E\u0928\u0940\u092F \u090F\u0915\u094D\u0938\u091F\u0947\u0902\u0936\u0928 \u0938\u0902\u0938\u094D\u0915\u0930\u0923 \u092C\u0939\u0941\u0924 \u092A\u0941\u0930\u093E\u0928\u093E \u0939\u0948\u0964 \u0915\u0943\u092A\u092F\u093E \u090F\u0915\u094D\u0938\u091F\u0947\u0902\u0936\u0928 {minVersion} \u092F\u093E \u0928\u090F \u0938\u0902\u0938\u094D\u0915\u0930\u0923 \u092E\u0947\u0902 \u0905\u092A\u0917\u094D\u0930\u0947\u0921 \u0915\u0930\u0947\u0902 \u0914\u0930 \u092B\u093F\u0930 \u0938\u0947 \u0938\u093F\u0902\u0915\u094D\u0930\u0928\u093E\u0907\u091C\u093C\u0947\u0936\u0928 \u0915\u093E \u092A\u094D\u0930\u092F\u093E\u0938 \u0915\u0930\u0947\u0902\u0964",badUserscriptBrowser:"\u0935\u0930\u094D\u0924\u092E\u093E\u0928 \u092C\u094D\u0930\u093E\u0909\u091C\u093C\u0930 \u0917\u094D\u0930\u0940\u0938 \u092E\u0902\u0915\u0940 \u090F\u0915\u094D\u0938\u091F\u0947\u0902\u0936\u0928 \u0907\u0902\u091F\u0930\u092B\u093C\u0947\u0938 \u0915\u094B \u0938\u0939\u0940 \u0922\u0902\u0917 \u0938\u0947 \u0915\u093E\u0930\u094D\u092F\u093E\u0928\u094D\u0935\u093F\u0924 \u0928\u0939\u0940\u0902 \u0915\u0930\u0924\u093E \u0939\u0948 (\u091C\u0948\u0938\u0947 \u0915\u093F \u0917\u094D\u0930\u0940\u0938 \u092E\u0902\u0915\u0940 \u0938\u094D\u0915\u094D\u0930\u093F\u092A\u094D\u091F \u0915\u0940 \u0938\u0902\u0938\u094D\u0915\u0930\u0923 \u0938\u0902\u0916\u094D\u092F\u093E \u0915\u0940 \u091C\u093E\u0928\u0915\u093E\u0930\u0940 \u092A\u094D\u0930\u093E\u092A\u094D\u0924 \u0915\u0930\u0928\u093E), \u0915\u0943\u092A\u092F\u093E \u0905\u0928\u094D\u092F <1> \u0938\u092E\u0930\u094D\u0925\u0928 \u0917\u094D\u0930\u0940\u0938 \u092E\u0902\u0915\u0940 \u090F\u0915\u094D\u0938\u091F\u0947\u0902\u0936\u0928 \u0915\u093E \u0909\u092A\u092F\u094B\u0917 \u0915\u0930\u0947\u0902 \u092B\u093C\u093E\u092F\u0930\u092B\u093C\u0949\u0915\u094D\u0938 \u091C\u0948\u0938\u0947 \u092C\u094D\u0930\u093E\u0909\u091C\u093C\u0930",foundNewVersion:"\u0928\u092F\u093E \u0938\u0902\u0938\u094D\u0915\u0930\u0923 \u092E\u093F\u0932\u093E",theLocalExtensionIsUpToUpdate:"\u0935\u0930\u094D\u0924\u092E\u093E\u0928 \u090F\u0915\u094D\u0938\u091F\u0947\u0902\u0936\u0928 \u0928\u0935\u0940\u0928\u0924\u092E \u0938\u0902\u0938\u094D\u0915\u0930\u0923 \u0939\u0948.",failToSyncRules:"\u0928\u0935\u0940\u0928\u0924\u092E \u0905\u0928\u0941\u0915\u0942\u0932\u0928 \u0928\u093F\u092F\u092E\u094B\u0902 \u0915\u094B \u0938\u093F\u0902\u0915\u094D\u0930\u0928\u093E\u0907\u091C\u093C \u0915\u0930\u0928\u0947 \u092E\u0947\u0902 \u0935\u093F\u092B\u0932",retry:"\u092A\u0941\u0928\u0903 \u092A\u094D\u0930\u092F\u093E\u0938 \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u092F\u0939\u093E\u0902 \u092A\u0930 \u0915\u094D\u0932\u093F\u0915 \u0915\u0930\u0947\u0902",failedReason:"\u0905\u0938\u092B\u0932\u0924\u093E \u0915\u093E \u0915\u093E\u0930\u0923",currentRuleVersion:"\u0935\u0930\u094D\u0924\u092E\u093E\u0928 \u0928\u093F\u092F\u092E \u0938\u0902\u0938\u094D\u0915\u0930\u0923",calculating:"\u0917\u093F\u0928\u093E \u091C\u093E \u0930\u0939\u093E \u0939\u0948",unknownError:"\u0905\u091C\u094D\u091E\u093E\u0924 \u0917\u0932\u0924\u0940",canNotFetchRemoteRule:"\u0926\u0942\u0930\u0938\u094D\u0925 \u0928\u093F\u092F\u092E \u092A\u094D\u0930\u093E\u092A\u094D\u0924 \u0915\u0930\u0928\u0947 \u092E\u0947\u0902 \u0905\u0938\u092E\u0930\u094D\u0925",enableAlphaSuccess:"\u0905\u0932\u094D\u092B\u093C\u093E \u092B\u093C\u0902\u0915\u094D\u0936\u0928 \u091A\u093E\u0932\u0942 \u0939\u0941\u0906",disableAlphaSuccess:"\u0905\u0932\u094D\u092B\u093C\u093E \u0938\u0941\u0935\u093F\u0927\u093E \u092C\u0902\u0926 \u0915\u0930 \u0926\u0940 \u0917\u0908",cacheSize:"\u0915\u0948\u0936 \u0906\u0915\u093E\u0930\uFF1A",cleaning:"\u0938\u092B\u093E\u0908",cleanCache:"\u0915\u0948\u0936 \u0915\u094B \u0938\u093E\u092B\u093C \u0915\u0930\u0947\u0902",options:"\u0938\u094D\u0925\u093E\u092A\u093F\u0924 \u0915\u0930\u0928\u093E",about:"\u0915\u0947 \u092C\u093E\u0930\u0947 \u092E\u0947\u0902",service:"\u0905\u0928\u0941\u0935\u093E\u0926\u0928 \u0938\u0947\u0935\u093E",needAction:"(\u0938\u0947\u091F\u093F\u0902\u0917\u094D\u0938 \u092E\u0947\u0902 \u091C\u093E\u0913)",goSettings:"\u0938\u0947\u091F\u093F\u0902\u0917\u094D\u0938 \u092E\u0947\u0902 \u091C\u093E\u0913",needActionForOptions:"(\u0938\u0947\u091F \u0915\u0930\u0928\u0947 \u0915\u0940 \u0906\u0935\u0936\u094D\u092F\u0915\u0924\u093E \u0939\u0948)",translationEngine:"\u0907\u0902\u091C\u0928 \u0935\u093F\u0915\u0932\u094D\u092A",sourceLanguage:"\u0935\u093E\u0938\u094D\u0924\u0935\u093F\u0915 \u092D\u093E\u0937\u093E",target:"\u0932\u0915\u094D\u0937\u094D\u092F \u092D\u093E\u0937\u093E",popupSourceLanguage:"\u0935\u093E\u0938\u094D\u0924\u0935\u093F\u0915 \u092D\u093E\u0937\u093E",popupTarget:"\u0932\u0915\u094D\u0937\u094D\u092F \u092D\u093E\u0937\u093E",popupService:"\u0905\u0928\u0941\u0935\u093E\u0926\u0928 \u0938\u0947\u0935\u093E",forThisSite:"\u0935\u0930\u094D\u0924\u092E\u093E\u0928 \u0935\u0947\u092C\u0938\u093E\u0907\u091F",autoEnableSubtitle:"\u0926\u094D\u0935\u093F\u092D\u093E\u0937\u0940 \u0909\u092A\u0936\u0940\u0930\u094D\u0937\u0915 \u0938\u094D\u0935\u091A\u093E\u0932\u093F\u0924 \u0930\u0942\u092A \u0938\u0947 \u091A\u093E\u0932\u0942 \u0915\u0930\u0947\u0902",alwaysTranslate:"\u0939\u092E\u0947\u0936\u093E \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0947\u0902",neverTranslate:"\u0915\u092D\u0940 \u092D\u0940 \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0928 \u0915\u0930\u0947\u0902",alwaysTranslateSomeLanguage:"\u0939\u092E\u0947\u0936\u093E {language}\u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0947\u0902",neverTranslateSomeLanguage:"\u0915\u092D\u0940 \u092D\u0940 {language}\u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0928 \u0915\u0930\u0947\u0902",alwaysTranslateSomeSite:"\u0939\u092E\u0947\u0936\u093E {hostname}\u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0947\u0902",neverTranslateSomeSite:"\u0915\u092D\u0940 \u092D\u0940 {hostname}\u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0928 \u0915\u0930\u0947\u0902",alwaysTranslateSomeSiteOrWildSite:"\u0939\u092E\u0947\u0936\u093E \u0907\u0938 \u0938\u093E\u0907\u091F \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0947\u0902",alwaysTranslateSomePage:"\u0939\u092E\u0947\u0936\u093E \u0907\u0938 \u092A\u0943\u0937\u094D\u0920 \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0947\u0902",add:"\u0907\u0938\u092E\u0947\u0902 \u091C\u094B\u0921\u093C\u0947\u0902",default:"\u0917\u0932\u0924\u0940 \u0915\u0930\u0928\u093E",forThisLanguage:"\u0907\u0938 \u092D\u093E\u0937\u093E \u0915\u0947 \u0932\u093F\u090F\uFF1A","add url":"\u092F\u0942 \u0906\u0930 \u090F\u0932 \u0926\u0930\u094D\u091C \u0915\u0930\u094B",edit:"\u0938\u0902\u092A\u093E\u0926\u0928 \u0915\u0930\u0928\u093E","translate other languages into specific language":"\u0906\u092A\u0915\u0947 \u0926\u094D\u0935\u093E\u0930\u093E \u0928\u093F\u0930\u094D\u0927\u093E\u0930\u093F\u0924 \u092D\u093E\u0937\u093E \u092E\u0947\u0902 \u0905\u0928\u094D\u092F \u092D\u093E\u0937\u093E\u0913\u0902 \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0947\u0902","select translation service":"\u090F\u0915 \u0905\u0928\u0941\u0935\u093E\u0926 \u0938\u0947\u0935\u093E \u091A\u0941\u0928\u0947\u0902",language:"\u092D\u093E\u0937\u093E","show-original":"\u092E\u0942\u0932 \u092A\u093E\u0920 \u0926\u093F\u0916\u093E\u090F\u0901",translate:"\u0905\u0928\u0941\u0935\u093E\u0926",Translated:"\u0905\u0928\u0941\u0935\u093E\u0926",Translating:"\u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0928\u093E",Error:"\u0917\u0932\u0924\u0940",allowCacheTranslations:"\u0938\u094D\u0925\u093E\u0928\u0940\u092F \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0948\u0936\u093F\u0902\u0917 \u0938\u0915\u094D\u0937\u092E \u0915\u0930\u0947\u0902 (\u0921\u0941\u092A\u094D\u0932\u093F\u0915\u0947\u091F \u092A\u0948\u0930\u093E\u0917\u094D\u0930\u093E\u092B \u0915\u0947 \u0932\u093F\u090F \u0905\u0928\u0941\u0935\u093E\u0926 \u0905\u0928\u0941\u0930\u094B\u0927\u094B\u0902 \u0915\u094B \u0915\u092E \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F)","translation display":"\u0905\u0928\u0941\u0935\u093E\u0926 \u092A\u094D\u0930\u0926\u0930\u094D\u0936\u0928 \u0936\u0948\u0932\u0940","select diplay style":"\u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0940 \u0936\u0948\u0932\u0940 \u0915\u094B \u0905\u0932\u0917 \u0915\u0930\u0947\u0902\u0964 \u0935\u093F\u0935\u0930\u0923 \u0915\u0947 \u0932\u093F\u090F \u0915\u0943\u092A\u092F\u093E \u0928\u093F\u092E\u094D\u0928\u0932\u093F\u0916\u093F\u0924 \u0909\u0926\u093E\u0939\u0930\u0923 \u0926\u0947\u0916\u0947\u0902:",interface:"\u0907\u0902\u091F\u0930\u092B\u093C\u0947\u0938 \u0938\u0947\u091F\u093F\u0902\u0917\u094D\u0938",import_export:"\u0906\u092F\u093E\u0924 \u0914\u0930 \u0928\u093F\u0930\u094D\u092F\u093E\u0924",import_export_title:"\u0906\u092F\u093E\u0924/\u0928\u093F\u0930\u094D\u092F\u093E\u0924 \u0915\u0949\u0928\u094D\u092B\u093C\u093F\u0917\u0930\u0947\u0936\u0928",syncToGoogleDrive:"\u0905\u092D\u0940 Google Drive \u0915\u0947 \u0938\u093E\u0925 \u0938\u093F\u0902\u0915 \u0915\u0930\u0947\u0902",floatBallOptions:"\u0928\u093F\u0932\u0902\u092C\u093F\u0924 \u0917\u0947\u0902\u0926 \u0938\u0947\u091F\u093F\u0902\u0917\u094D\u0938","floatBallOptions.enable":"\u092B\u094D\u0932\u094B\u091F\u093F\u0902\u0917 \u092C\u0949\u0932 \u0938\u0915\u094D\u0937\u092E \u0915\u0930\u0947\u0902","floatBallOptions.blockUrls":"\u0935\u0947\u092C\u0938\u093E\u0907\u091F \u0905\u0915\u094D\u0937\u092E \u0915\u0930\u0947\u0902","floatBallOptions.add":"\u0907\u0938\u092E\u0947\u0902 \u091C\u094B\u0921\u093C\u0947\u0902","floatBallOptions.blockUrlDesc":"\u0928\u093F\u092E\u094D\u0928\u0932\u093F\u0916\u093F\u0924 \u0935\u0947\u092C\u0938\u093E\u0907\u091F\u094B\u0902 \u0915\u093E \u0938\u093E\u092E\u0928\u093E \u0915\u0930\u0928\u0947 \u092A\u0930 \u092B\u094D\u0932\u094B\u091F\u093F\u0902\u0917 \u092C\u0949\u0932 \u092A\u094D\u0930\u0926\u0930\u094D\u0936\u093F\u0924 \u0928\u0939\u0940\u0902 \u0939\u094B\u0917\u0940","floatBallOptions.clickType":"\u0935\u094D\u092F\u0935\u0939\u093E\u0930 \u092A\u0930 \u0915\u094D\u0932\u093F\u0915 \u0915\u0930\u0947\u0902","floatBallOptions.clickTypeDesc":"\u0915\u094D\u0932\u093F\u0915 \u0915\u0930\u0928\u0947 \u092A\u0930 \u092B\u094D\u0932\u094B\u091F\u093F\u0902\u0917 \u092C\u0949\u0932 \u0906\u0907\u0915\u0928 \u0915\u093E \u0935\u094D\u092F\u0935\u0939\u093E\u0930","floatBallOptions.clickPopup":"\u0905\u0928\u0941\u0935\u093E\u0926 \u092A\u0948\u0928\u0932 \u0926\u093F\u0916\u093E\u090F\u0901","floatBallOptions.clickTranslate":"\u092E\u0942\u0932 \u092A\u093E\u0920 \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0947\u0902/\u0926\u093F\u0916\u093E\u090F\u0901","floatBallOptions.fixedPosition":"\u56FA\u5B9A\u4F4D\u7F6E","floatBallOptions.fixedPositionDesc":"\u60AC\u6D6E\u7403\u5728\u7A97\u53E3\u5DE6\u4FA7\u8FD8\u662F\u53F3\u4FA7","floatBallOptions.fixedPositionLeft":"\u5DE6\u4FA7","floatBallOptions.fixedPositionRight":"\u53F3\u4FA7",previewAllThemes:"\u0938\u092D\u0940 \u0936\u0948\u0932\u093F\u092F\u094B\u0902 \u0915\u093E \u092A\u0942\u0930\u094D\u0935\u093E\u0935\u0932\u094B\u0915\u0928 \u0915\u0930\u0947\u0902","translationTheme.none":"\u0915\u094B\u0908 \u0928\u0939\u0940\u0902","translationTheme.grey":"\u0917\u0939\u0930\u093E \u092D\u0942\u0930\u093E","translationTheme.dashed":"\u0927\u0930\u093E\u0936\u093E\u092F\u0940 \u0930\u0947\u0916\u093E\u0902\u0915\u093F\u0924","translationTheme.dotted":"\u092C\u093F\u0902\u0926\u0940\u0926\u093E\u0930 \u0930\u0947\u0916\u093E\u0902\u0915\u0928","translationTheme.dashedBorder":"\u0927\u0930\u093E\u0936\u093E\u092F\u0940 \u0938\u0940\u092E\u093E","translationTheme.solidBorder":"\u0920\u094B\u0938 \u0938\u0940\u092E\u093E","translationTheme.underline":"\u0938\u0940\u0927\u0947 \u0930\u0947\u0916\u093E\u0902\u0915\u093F\u0924 \u0915\u0930\u0947\u0902","translationTheme.mask":"\u0927\u0941\u0902\u0927\u0932\u093E \u092A\u094D\u0930\u092D\u093E\u0935 (\u0938\u0940\u0916\u0928\u0947 \u0915\u093E \u0924\u0930\u0940\u0915\u093E)","translationTheme.opacity":"\u092A\u093E\u0930\u0926\u0930\u094D\u0936\u093F\u0924\u093E \u092A\u094D\u0930\u092D\u093E\u0935","translationTheme.paper":"\u0936\u094D\u0935\u0947\u0924 \u092A\u0924\u094D\u0930 \u091B\u093E\u092F\u093E \u092A\u094D\u0930\u092D\u093E\u0935","translationTheme.dividingLine":"\u0935\u093F\u092D\u093E\u091C\u0928 \u0930\u0947\u0916\u093E","translationTheme.highlight":"\u092A\u094D\u0930\u092E\u0941\u0916\u0924\u093E \u0938\u0947 \u0926\u093F\u0916\u093E\u0928\u093E","translationTheme.marker":"\u0928\u093F\u0936\u093E\u0928","translationTheme.marker2":"\u092E\u093E\u0930\u094D\u0915\u0930 2","translationTheme.blockquote":"\u0938\u0902\u0926\u0930\u094D\u092D \u0936\u0948\u0932\u0940","translationTheme.weakening":"\u0915\u092E\u091C\u094B\u0930","translationTheme.italic":"\u0924\u093F\u0930\u094D\u091B\u093E","translationTheme.bold":"\u092C\u094B\u0932\u094D\u0921","translationTheme.thinDashed":"\u092A\u0924\u0932\u0940 \u0927\u0930\u093E\u0936\u093E\u092F\u0940 \u0930\u0947\u0916\u093E\u0902\u0915\u0928","translationTheme.nativeDashed":"\u0938\u093F\u0938\u094D\u091F\u092E \u092C\u093F\u0902\u0926\u0940\u0926\u093E\u0930 \u0905\u0902\u0921\u0930\u0932\u093E\u0907\u0928 \u0915\u0947 \u0938\u093E\u0925 \u0906\u0924\u093E \u0939\u0948","translationTheme.nativeDotted":"\u0938\u093F\u0938\u094D\u091F\u092E \u092C\u093F\u0902\u0926\u0940\u0926\u093E\u0930 \u0905\u0902\u0921\u0930\u0932\u093E\u0907\u0928 \u0915\u0947 \u0938\u093E\u0925 \u0906\u0924\u093E \u0939\u0948","translationTheme.nativeUnderline":"\u0938\u093F\u0938\u094D\u091F\u092E \u0938\u0940\u0927\u0947 \u0905\u0902\u0921\u0930\u0932\u093E\u0907\u0928 \u0915\u0947 \u0938\u093E\u0925 \u0906\u0924\u093E \u0939\u0948","translationTheme.wavy":"\u0932\u0939\u0930\u0926\u093E\u0930 \u0930\u0947\u0916\u093E\u090F\u0901","translationServices.custom":"\u0915\u0938\u094D\u091F\u092E \u090F\u092A\u0940\u0906\u0908","translationServices.tencent":"\u091F\u0947\u0928\u0938\u0947\u0902\u091F \u0905\u0928\u0941\u0935\u093E\u0926\u0915","translationServices.tenAlpha":"Tencent \u0905\u0928\u0941\u0935\u093E\u0926\u0915 (\u0905\u0932\u094D\u092B\u093E)","translationServices.google":"\u0917\u0942\u0917\u0932 \u0905\u0928\u0941\u0935\u093E\u0926","translationServices.bai":"Baidu(\u0905\u0932\u094D\u092B\u093E)","translationServices.baidu":"Baidu \u0905\u0928\u0941\u0935\u093E\u0926\u0915","translationServices.aliyun":"\u0905\u0932\u0940\u092C\u093E\u092C\u093E \u0915\u094D\u0932\u093E\u0909\u0921 \u0905\u0928\u0941\u0935\u093E\u0926","translationServices.volc":"\u091C\u094D\u0935\u093E\u0932\u093E\u092E\u0941\u0916\u0940 \u0905\u0928\u0941\u0935\u093E\u0926","translationServices.deeplx":"\u0921\u0940\u092A\u090F\u0932\u090F\u0915\u094D\u0938(\u092C\u0940\u091F\u093E)","translationServices.bing":"\u092E\u093E\u0907\u0915\u094D\u0930\u094B\u0938\u0949\u092B\u094D\u091F \u0905\u0928\u0941\u0935\u093E\u0926\u0915","translationServices.deepl":"\u0921\u0940\u092A\u090F\u0932","translationServices.wechat":"\u0935\u0940\u091A\u0948\u091F \u0905\u0928\u0941\u0935\u093E\u0926","translationServices.azure":"\u0928\u0940\u0932\u093E \u0905\u0928\u0941\u0935\u093E\u0926","translationServices.ibm":"\u0906\u0908\u092C\u0940\u090F\u092E \u0935\u0949\u091F\u0938\u0928","translationServices.aws":"\u0905\u092E\u0947\u091C\u093C\u0928 \u0905\u0928\u0941\u0935\u093E\u0926","translationServices.mock":"\u0905\u0928\u0941\u0930\u0942\u092A\u093F\u0924 \u0905\u0928\u0941\u0935\u093E\u0926","translationServices.mock2":"\u0938\u093F\u092E\u094D\u092F\u0941\u0932\u0947\u091F\u0947\u0921 \u0905\u0928\u0941\u0935\u093E\u0926 2","translationServices.caiyun":"\u0915\u0948\u092F\u0941\u0928 \u0936\u093F\u092F\u093E\u0913\u092F\u0940","translationServices.cai":"\u0915\u0948\u092F\u0941\u0928 \u0936\u093F\u092F\u093E\u0913\u092F\u0940 (\u0905\u0932\u094D\u092B\u093E)","translationServices.volcAlpha":"\u091C\u094D\u0935\u093E\u0932\u093E\u092E\u0941\u0916\u0940 (\u0905\u0932\u094D\u092B\u093E)","translationServices.openl":"\u0913\u092A\u0928\u090F\u0932","translationServices.youdao":"Youdao \u0905\u0928\u0941\u0935\u093E\u0926","translationServices.you":"Youdao \u0905\u0928\u0941\u0935\u093E\u0926 (\u0905\u0932\u094D\u092B\u093E)","translationServices.transmart":"Tencent \u0907\u0902\u091F\u0930\u0948\u0915\u094D\u091F\u093F\u0935 \u0905\u0928\u0941\u0935\u093E\u0926","translationServices.niu":"\u092E\u093E\u0935\u0947\u0930\u093F\u0915\u094D\u0938 \u0905\u0928\u0941\u0935\u093E\u0926","translationServices.papago":"\u092A\u093E\u092A\u093E\u0917\u094B \u0905\u0928\u0941\u0935\u093E\u0926","translationServices.d":"\u0921\u0940(\u0905\u0932\u094D\u092B\u093E)","translationServices.dpro":"\u0921\u0940 \u092A\u094D\u0930\u094B (\u0915\u0948\u0928\u0930\u0940)","translationServices.openai":"\u0913\u092A\u0928\u090F\u0906\u0908","translationServices.chatgpt":"\u091A\u0948\u091F\u091C\u0940\u092A\u0940\u091F\u0940 \u0935\u0947\u092C(3.5 \u092E\u094B\u092C\u093E\u0907\u0932)","translate title":"\u092A\u0943\u0937\u094D\u0920 \u0936\u0940\u0930\u094D\u0937\u0915 \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0947\u0902","always languages":"\u0939\u092E\u0947\u0936\u093E \u0905\u0928\u0941\u0935\u093E\u0926\u093F\u0924 \u092D\u093E\u0937\u093E",neverTranslateLanguagesLabel:"\u0910\u0938\u0940 \u092D\u093E\u0937\u093E\u090F\u0901 \u091C\u093F\u0928\u0915\u093E \u0915\u092D\u0940 \u0905\u0928\u0941\u0935\u093E\u0926 \u0928\u0939\u0940\u0902 \u0939\u094B\u0924\u093E",neverTranslateTheFollowingLanguagesDescription:"\u091C\u092C \u092A\u0943\u0937\u094D\u0920 \u092E\u0947\u0902 \u0915\u094B\u0908 \u092A\u0948\u0930\u093E\u0917\u094D\u0930\u093E\u092B \u0928\u093F\u092E\u094D\u0928\u0932\u093F\u0916\u093F\u0924 \u092D\u093E\u0937\u093E\u0913\u0902 \u092E\u0947\u0902 \u0939\u094B\u0917\u093E \u0924\u094B \u0905\u0928\u0941\u0935\u093E\u0926 \u091B\u094B\u0921\u093C \u0926\u093F\u092F\u093E \u091C\u093E\u090F\u0917\u093E",enableUserscriptPagePopup:"\u092A\u0943\u0937\u094D\u0920 \u092A\u0930 \u0924\u0948\u0930\u0924\u0940 \u0939\u0941\u0908 \u0917\u0947\u0902\u0926 \u0926\u093F\u0916\u093E\u090F\u0901",enableUserscriptPagePopupDescription:"\u092B\u094D\u0932\u094B\u091F\u093F\u0902\u0917 \u092C\u0949\u0932 \u0915\u094B \u092C\u0902\u0926 \u0915\u0930\u0928\u0947 \u0915\u0947 \u092C\u093E\u0926 \u0906\u092A \u0909\u0938\u0947 \u091C\u0917\u093E\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u0936\u0949\u0930\u094D\u091F\u0915\u091F \u0915\u0941\u0902\u091C\u0940/{touch}\u0915\u093E \u0909\u092A\u092F\u094B\u0917 \u0915\u0930 \u0938\u0915\u0924\u0947 \u0939\u0948\u0902\u0964 \u0907\u0938 \u0935\u093F\u0915\u0932\u094D\u092A \u0915\u094B \u0917\u0932\u0924\u0940 \u0938\u0947 \u092C\u0902\u0926 \u0915\u0930\u0928\u0947 \u0915\u0947 \u092C\u093E\u0926 \u092B\u094D\u0932\u094B\u091F\u093F\u0902\u0917 \u092C\u0949\u0932 \u0915\u094B \u092E\u093F\u0932\u0928\u0947 \u0938\u0947 \u0930\u094B\u0915\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F, \u0907\u0938 \u0938\u0947\u091F\u093F\u0902\u0917 \u092A\u0947\u091C \u0915\u094B \u092C\u0941\u0915\u092E\u093E\u0930\u094D\u0915 \u0915\u0930\u0928\u0947 \u0915\u0940 \u092A\u0941\u0930\u091C\u094B\u0930 \u0905\u0928\u0941\u0936\u0902\u0938\u093E \u0915\u0940 \u091C\u093E\u0924\u0940 \u0939\u0948\u0964","always translate the following languages":"\u091C\u092C \u092A\u0943\u0937\u094D\u0920 \u0915\u0940 \u092D\u093E\u0937\u093E \u0928\u093F\u092E\u094D\u0928\u0932\u093F\u0916\u093F\u0924 \u092D\u093E\u0937\u093E\u0913\u0902 \u092E\u0947\u0902 \u0939\u094B\u0917\u0940, \u0924\u094B \u0907\u0938\u0947 \u0938\u094D\u0935\u091A\u093E\u0932\u093F\u0924 \u0930\u0942\u092A \u0938\u0947 \u0932\u0915\u094D\u0937\u094D\u092F \u092D\u093E\u0937\u093E \u092E\u0947\u0902 \u0905\u0928\u0941\u0935\u093E\u0926\u093F\u0924 \u0915\u093F\u092F\u093E \u091C\u093E\u090F\u0917\u093E","always sites":"\u0939\u092E\u0947\u0936\u093E \u0905\u0928\u0941\u0935\u093E\u0926\u093F\u0924 \u092F\u0942\u0906\u0930\u090F\u0932","always translate the following sites":"\u091C\u092C \u0935\u0947\u092C\u0938\u093E\u0907\u091F \u0928\u093F\u092E\u094D\u0928\u0932\u093F\u0916\u093F\u0924 \u0921\u094B\u092E\u0947\u0928 \u0928\u093E\u092E \u0915\u0940 \u0939\u094B\u0917\u0940, \u0924\u094B \u0907\u0938\u0947 \u0938\u094D\u0935\u091A\u093E\u0932\u093F\u0924 \u0930\u0942\u092A \u0938\u0947 \u0932\u0915\u094D\u0937\u094D\u092F \u092D\u093E\u0937\u093E \u092E\u0947\u0902 \u0905\u0928\u0941\u0935\u093E\u0926\u093F\u0924 \u0915\u093F\u092F\u093E \u091C\u093E\u090F\u0917\u093E","never sites":"\u0910\u0938\u0947 \u092F\u0942\u0906\u0930\u090F\u0932 \u091C\u093F\u0928\u0915\u093E \u0915\u092D\u0940 \u0905\u0928\u0941\u0935\u093E\u0926 \u0928\u0939\u0940\u0902 \u0915\u093F\u092F\u093E \u091C\u093E\u090F\u0917\u093E","never translate the following sites":"\u091C\u092C \u0935\u0947\u092C\u0938\u093E\u0907\u091F \u0928\u093F\u092E\u094D\u0928\u0932\u093F\u0916\u093F\u0924 \u0921\u094B\u092E\u0947\u0928 \u0928\u093E\u092E \u0915\u0940 \u0939\u094B \u0924\u094B \u0905\u0928\u0941\u0935\u093E\u0926 \u0928\u0939\u0940\u0902 \u0915\u093F\u092F\u093E \u091C\u093E\u090F\u0917\u093E","please refer to":"\u0909\u092A\u092F\u094B\u0917 \u0915\u0930\u0928\u0947 \u0938\u0947 \u092A\u0939\u0932\u0947 \u0906\u092A\u0915\u094B \u0915\u0941\u0902\u091C\u0940 \u092D\u0930\u0928\u0940 \u0939\u094B\u0917\u0940\u0964 \u0935\u093F\u0935\u0930\u0923 \u0915\u0947 \u0932\u093F\u090F, \u0915\u0943\u092A\u092F\u093E \u0926\u0947\u0916\u0947\u0902",KeyAndConfigurationTutorial:'"\u092E\u0941\u0916\u094D\u092F \u0905\u0928\u0941\u092A\u094D\u0930\u092F\u094B\u0917 \u0914\u0930 \u0915\u0949\u0928\u094D\u092B\u093C\u093F\u0917\u0930\u0947\u0936\u0928 \u091F\u094D\u092F\u0942\u091F\u094B\u0930\u093F\u092F\u0932"',useAboveStyleForTheseSites:"\u091C\u092C \u0935\u0947\u092C\u0938\u093E\u0907\u091F \u0928\u093F\u092E\u094D\u0928 \u0921\u094B\u092E\u0947\u0928 \u0928\u093E\u092E \u0939\u094B, \u0924\u094B \u0939\u092E\u0947\u0936\u093E \u2308{theme}\u230B \u0905\u0928\u0941\u0935\u093E\u0926 \u0936\u0948\u0932\u0940 \u0915\u093E \u0909\u092A\u092F\u094B\u0917 \u0915\u0930\u0947\u0902",currentUrl:"\u0935\u0930\u094D\u0924\u092E\u093E\u0928 \u092F\u0942\u0906\u0930\u090F\u0932",confirm:"\u092C\u091A\u093E\u0928\u093E",cancel:"\u0930\u0926\u094D\u0926 \u0915\u0930\u0928\u093E",delete:"\u092E\u093F\u091F\u093E\u0928\u093E","languages.auto":"\u0938\u094D\u0935\u091A\u093E\u0932\u093F\u0924 \u092A\u0939\u091A\u093E\u0928",syncToCloud:"Google Drive \u0938\u0947 \u0938\u093F\u0902\u0915 \u0915\u0930\u0947\u0902",syncToCloudDescription:"\u0915\u094D\u0932\u093E\u0909\u0921 \u092A\u0930 \u0905\u092A\u0932\u094B\u0921 \u0915\u0930\u0947\u0902, \u0914\u0930 \u0905\u0902\u0924\u093F\u092E \u0938\u0902\u0936\u094B\u0927\u0928 \u0938\u092E\u092F \u0915\u0947 \u0905\u0927\u0940\u0928, \u0915\u0949\u0928\u094D\u092B\u093C\u093F\u0917\u0930\u0947\u0936\u0928 \u0915\u094B \u0935\u093F\u092D\u093F\u0928\u094D\u0928 \u092C\u094D\u0930\u093E\u0909\u091C\u093C\u0930\u094B\u0902/\u0911\u092F\u0932 \u092E\u0902\u0915\u0940 \u0938\u094D\u0915\u094D\u0930\u093F\u092A\u094D\u091F \u0915\u0947 \u092C\u0940\u091A \u0938\u093F\u0902\u0915\u094D\u0930\u0928\u093E\u0907\u091C\u093C \u0915\u093F\u092F\u093E \u091C\u093E \u0938\u0915\u0924\u093E \u0939\u0948\u0964",syncToAccount:"\u0907\u092E\u0930\u094D\u0938\u093F\u0935 \u091F\u094D\u0930\u093E\u0902\u0938\u0932\u0947\u0936\u0928 \u0915\u094D\u0932\u093E\u0909\u0921 \u0938\u0947 \u0938\u093F\u0902\u0915 \u0915\u0930\u0947\u0902",syncToAccountButton:"\u0924\u0941\u0930\u0902\u0924 \u0915\u094D\u0932\u093E\u0909\u0921 \u0915\u0947 \u0938\u093E\u0925 \u0938\u093F\u0902\u0915 \u0915\u0930\u0947\u0902",syncToAccountDescription:"\u0905\u0902\u0924\u093F\u092E \u0938\u0902\u0936\u094B\u0927\u0928 \u0938\u092E\u092F \u0915\u0947 \u0906\u0927\u093E\u0930 \u092A\u0930, \u0935\u093F\u092D\u093F\u0928\u094D\u0928 \u0909\u092A\u0915\u0930\u0923\u094B\u0902 \u0915\u0947 \u092C\u0940\u091A \u0915\u0949\u0928\u094D\u092B\u093C\u093F\u0917\u0930\u0947\u0936\u0928 \u0915\u094B \u0938\u094D\u0935\u091A\u093E\u0932\u093F\u0924 \u0930\u0942\u092A \u0938\u0947 \u0938\u093F\u0902\u0915\u094D\u0930\u0928\u093E\u0907\u091C\u093C \u0915\u0930\u0947\u0902\u0964",successSyncConfigInAccount:"\u0915\u094D\u0932\u093E\u0909\u0921 \u0915\u0947 \u0938\u093E\u0925 \u0938\u092B\u0932\u0924\u093E\u092A\u0942\u0930\u094D\u0935\u0915 \u0938\u092E\u0928\u094D\u0935\u092F\u093F\u0924 \u0930\u0939\u0947\u0902",successSyncConfigToAccount:"\u0915\u094D\u0932\u093E\u0909\u0921 \u0915\u0947 \u0938\u093E\u0925 \u0938\u092B\u0932\u0924\u093E\u092A\u0942\u0930\u094D\u0935\u0915 \u0938\u092E\u0928\u094D\u0935\u092F\u093F\u0924 \u0915\u093F\u092F\u093E \u0917\u092F\u093E",syncConfigNoUpdate:"\u092A\u0939\u0932\u0947 \u0938\u0947 \u0939\u0940 \u0928\u0935\u0940\u0928\u0924\u092E",authFail:"\u092A\u094D\u0930\u092E\u093E\u0923\u0940\u0915\u0930\u0923 \u0935\u093F\u092B\u0932",syncTitle:"\u092E\u0948\u0928\u094D\u092F\u0941\u0905\u0932 \u092C\u0948\u0915\u0905\u092A \u092A\u094D\u0930\u092C\u0902\u0927\u0928",import_hint:"\u0906\u092F\u093E\u0924",upload:"\u0921\u093E\u0932\u0928\u093E",revokeAuth:"\u092A\u094D\u0930\u093E\u0927\u093F\u0915\u0930\u0923 \u0930\u0926\u094D\u0926 \u0915\u0930\u0947\u0902",uploadFail:"\u0905\u092A\u0932\u094B\u0921 \u0935\u093F\u092B\u0932",download:"\u0921\u093E\u0909\u0928\u0932\u094B\u0921 \u0915\u0930\u0928\u093E",importSuccess:"\u0906\u092F\u093E\u0924 \u0938\u092B\u0932",importFail:"\u0906\u092F\u093E\u0924 \u0935\u093F\u092B\u0932",deleteFail:"\u0939\u091F\u093E\u0928\u0947 \u092E\u0947\u0902 \u0935\u093F\u092B\u0932",backupToCloud:"\u092C\u0948\u0915\u0905\u092A \u092B\u093C\u093E\u0907\u0932\u094B\u0902 \u0915\u094B \u092E\u0948\u0928\u094D\u092F\u0941\u0905\u0932 \u0930\u0942\u092A \u0938\u0947 \u092A\u094D\u0930\u092C\u0902\u0927\u093F\u0924 \u0915\u0930\u0947\u0902",create_new_backup:"\u092C\u0948\u0915\u0905\u092A \u0928\u094B\u0921 \u091C\u094B\u0921\u093C\u0947\u0902",maxBackupFiles:"\u0905\u0927\u093F\u0915\u0924\u092E{count}\u0935\u093F\u092D\u093F\u0928\u094D\u0928 \u0928\u094B\u0921\u094D\u0938 \u0915\u093E \u092C\u0948\u0915\u0905\u092A \u0932\u093F\u092F\u093E \u091C\u093E \u0938\u0915\u0924\u093E \u0939\u0948, \u0915\u0943\u092A\u092F\u093E \u0905\u0928\u093E\u0935\u0936\u094D\u092F\u0915 \u0928\u094B\u0921\u094D\u0938 \u0939\u091F\u093E \u0926\u0947\u0902",backupToCloudDescription:"\u092C\u0948\u0915\u0905\u092A \u092B\u093C\u093E\u0907\u0932\u094B\u0902 \u0915\u094B \u092E\u0948\u0928\u094D\u092F\u0941\u0905\u0932 \u0930\u0942\u092A \u0938\u0947 \u0905\u092A\u0932\u094B\u0921 \u092F\u093E \u092A\u0941\u0928\u0930\u094D\u0938\u094D\u0925\u093E\u092A\u093F\u0924 \u0915\u0930\u0947\u0902, \u091C\u093F\u0938\u0938\u0947 3 \u0905\u0932\u0917-\u0905\u0932\u0917 \u092C\u0948\u0915\u0905\u092A \u0915\u0940 \u0905\u0928\u0941\u092E\u0924\u093F \u092E\u093F\u0932\u0924\u0940 \u0939\u0948",successSyncConfig:"\u0915\u094D\u0932\u093E\u0909\u0921 \u0915\u0947 \u0938\u093E\u0925 \u0938\u092B\u0932\u0924\u093E\u092A\u0942\u0930\u094D\u0935\u0915 \u0938\u092E\u0928\u094D\u0935\u092F\u093F\u0924 \u0930\u0939\u0947\u0902",syncFail:"\u0938\u092E\u0928\u094D\u0935\u092F\u0928 \u0935\u093F\u092B\u0932",updatedAt:"{date}\u092A\u0930 \u0905\u0926\u094D\u092F\u0924\u0928 \u0915\u093F\u092F\u093E \u0917\u092F\u093E",lastSyncedAt:"\u0905\u0902\u0924\u093F\u092E \u092C\u093E\u0930 {date}\u092A\u0930 \u091C\u093E\u0901\u091A \u0915\u0940 \u0917\u0908",downloadFail:"\u0921\u093E\u0909\u0928\u0932\u094B\u0921 \u0935\u093F\u092B\u0932",clickToDownload:"\u0921\u093E\u0909\u0928\u0932\u094B\u0921 \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u0915\u094D\u0932\u093F\u0915 \u0915\u0930\u0947\u0902",aboutLabel:"\u0915\u0947 \u092C\u093E\u0930\u0947 \u092E\u0947\u0902 - \u092A\u094D\u0930\u0924\u093F\u0915\u094D\u0930\u093F\u092F\u093E","browser.openAboutPage":"\u0915\u0947 \u092C\u093E\u0930\u0947 \u092E\u0947\u0902/\u092A\u094D\u0930\u0924\u093F\u0915\u094D\u0930\u093F\u092F\u093E",aboutLabelWithoutSponsor:"\u0915\u0947 \u092C\u093E\u0930\u0947 \u092E\u0947\u0902 - \u092A\u094D\u0930\u0924\u093F\u0915\u094D\u0930\u093F\u092F\u093E",aboutIntro:"\u092E\u0941\u091D\u0947 \u0906\u0936\u093E \u0939\u0948 \u0915\u093F \u0939\u092E \u0938\u092D\u0940 \u0907\u0902\u091F\u0930\u0928\u0947\u091F \u092A\u0930 \u0935\u093F\u0936\u093E\u0932 \u0935\u093F\u0926\u0947\u0936\u0940 \u092D\u093E\u0937\u093E \u0915\u0940 \u091C\u093E\u0928\u0915\u093E\u0930\u0940 \u0905\u0927\u093F\u0915 \u0906\u0938\u093E\u0928\u0940 \u0938\u0947 \u0914\u0930 \u0916\u0941\u0936\u0940 \u0938\u0947 \u092A\u094D\u0930\u093E\u092A\u094D\u0924 \u0915\u0930 \u0938\u0915\u0924\u0947 \u0939\u0948\u0902\u2764\uFE0F \u0906\u092A <6> \u092A\u094D\u0930\u094B \u0938\u0926\u0938\u094D\u092F\u0924\u093E \u0916\u094B\u0932\u0928\u093E \u091A\u0941\u0928 \u0938\u0915\u0924\u0947 \u0939\u0948\u0902 \u0921\u0940\u092A\u090F\u0932 \u0914\u0930 \u0913\u092A\u0928\u090F\u0906\u0908 \u0905\u0928\u0941\u0935\u093E\u0926\u094B\u0902 \u0915\u094B \u092C\u0949\u0915\u094D\u0938 \u0938\u0947 \u092C\u093E\u0939\u0930 \u0909\u092A\u092F\u094B\u0917 \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F\u0964

\u0939\u092E\u0947\u0902 <3>\u091F\u094D\u0935\u093F\u091F\u0930 \u092A\u0930 \u092B\u093C\u0949\u0932\u094B \u0915\u0930 \u0938\u0915\u0924\u0947 \u0939\u0948\u0902 ,<4>\u091F\u0947\u0932\u0940\u0917\u094D\u0930\u093E\u092E \u091A\u0948\u0928\u0932 , WeChat \u0938\u093E\u0930\u094D\u0935\u091C\u0928\u093F\u0915 \u0916\u093E\u0924\u093E, WeChat \u0938\u0902\u091A\u093E\u0930 \u0938\u092E\u0942\u0939, \u092F\u093E \u0928\u0940\u091A\u0947 <5> \u0908\u092E\u0947\u0932 \u0938\u0926\u0938\u094D\u092F\u0924\u093E \u0905\u092A\u0921\u0947\u091F \u091F\u094D\u0930\u0948\u0915 \u0915\u0930\u0947\u0902.
<7>\u092A\u094D\u0930\u094B \u0938\u0926\u0938\u094D\u092F \u0906\u092A \u090F\u0915\u094D\u0938\u092A\u094D\u0930\u0947\u0938 \u0917\u094D\u0930\u093E\u0939\u0915 \u0938\u0947\u0935\u093E \u0908\u092E\u0947\u0932 <8> support@immersivetranslate.com \u0938\u0947 \u0938\u0902\u092A\u0930\u094D\u0915 \u0915\u0930 \u0938\u0915\u0924\u0947 \u0939\u0948\u0902 \u0939\u092E\u093E\u0930\u0947 \u0938\u093E\u0925 \u091C\u0941\u0921\u093C\u0947\u0964",aboutIntroWithoutSponsor:"\u092E\u0941\u091D\u0947 \u0906\u0936\u093E \u0939\u0948 \u0915\u093F \u0939\u092E \u0938\u092D\u0940 \u0907\u0902\u091F\u0930\u0928\u0947\u091F \u092A\u0930 \u0935\u093F\u0936\u093E\u0932 \u092E\u093E\u0924\u094D\u0930\u093E \u092E\u0947\u0902 \u0935\u093F\u0926\u0947\u0936\u0940 \u092D\u093E\u0937\u093E \u0915\u0940 \u091C\u093E\u0928\u0915\u093E\u0930\u0940 \u0924\u0915 \u0906\u0938\u093E\u0928 \u0914\u0930 \u0905\u0927\u093F\u0915 \u0906\u0928\u0902\u0926\u0926\u093E\u092F\u0915 \u092A\u0939\u0941\u0902\u091A \u092A\u094D\u0930\u093E\u092A\u094D\u0924 \u0915\u0930 \u0938\u0915\u0924\u0947 \u0939\u0948\u0902 \u2764\uFE0F

\u0906\u092A \u0939\u092E\u0947\u0902 \u091F\u094D\u0935\u093F\u091F\u0930 \u092A\u0930 \u092B\u093C\u0949\u0932\u094B \u0915\u0930 \u0938\u0915\u0924\u0947 \u0939\u0948\u0902 <3> ,<4>\u091F\u0947\u0932\u0940\u0917\u094D\u0930\u093E\u092E \u091A\u0948\u0928\u0932 , WeChat \u0938\u093E\u0930\u094D\u0935\u091C\u0928\u093F\u0915 \u0916\u093E\u0924\u093E, WeChat \u0938\u0902\u091A\u093E\u0930 \u0938\u092E\u0942\u0939, \u092F\u093E \u0928\u0940\u091A\u0947 <5> \u0908\u092E\u0947\u0932 \u0938\u0926\u0938\u094D\u092F\u0924\u093E \u0905\u092A\u0921\u0947\u091F \u091F\u094D\u0930\u0948\u0915 \u0915\u0930\u0947\u0902.",projectHomepage:"\u092A\u094D\u0930\u094B\u091C\u0947\u0915\u094D\u091F \u0939\u094B\u092E \u092A\u0947\u091C",joinTelegramGroup:"\u092B\u093C\u0902\u0915\u094D\u0936\u0928 \u091A\u0930\u094D\u091A\u093E\u0913\u0902 \u092E\u0947\u0902 \u092D\u093E\u0917 \u0932\u0947\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u0909\u092A\u092F\u094B\u0917\u0915\u0930\u094D\u0924\u093E \u0938\u0902\u091A\u093E\u0930 \u0938\u092E\u0942\u0939 \u092E\u0947\u0902 \u0936\u093E\u092E\u093F\u0932 \u0939\u094B\u0902",wechatPublicAccount:"WeChat \u0938\u093E\u0930\u094D\u0935\u091C\u0928\u093F\u0915 \u0916\u093E\u0924\u093E",wechatCommunities:"WeChat \u0938\u0902\u091A\u093E\u0930 \u0938\u092E\u0942\u0939",qqCommunities:"QQ \u0938\u0902\u091A\u093E\u0930 \u091A\u0948\u0928\u0932",joinTelegramChannel:"\u0928\u0935\u0940\u0928\u0924\u092E \u0905\u092A\u0921\u0947\u091F \u0915\u0947 \u0932\u093F\u090F \u091F\u0947\u0932\u0940\u0917\u094D\u0930\u093E\u092E \u091A\u0948\u0928\u0932 \u0915\u094B \u092B\u0949\u0932\u094B \u0915\u0930\u0947\u0902",feedbackAndJoin:"\u0938\u092E\u0938\u094D\u092F\u093E \u092A\u094D\u0930\u0924\u093F\u0915\u094D\u0930\u093F\u092F\u093E/\u0938\u092E\u0942\u0939 \u092E\u0947\u0902 \u0936\u093E\u092E\u093F\u0932 \u0939\u094B\u0902",autoSync:"\u0938\u094D\u0935\u091A\u093E\u0932\u093F\u0924 \u0905\u0928\u0941\u0938\u0942\u091A\u093F\u0924 \u0924\u0941\u0932\u094D\u092F\u0915\u093E\u0932\u0928",loadingThemeTitle:"\u0932\u094B\u0921\u093F\u0902\u0917 \u0936\u0948\u0932\u0940",loadingThemeDescription:"\u0905\u0928\u0941\u0935\u093E\u0926 \u0932\u094B\u0921 \u0939\u094B\u0928\u0947 \u0915\u0940 \u092A\u094D\u0930\u0924\u0940\u0915\u094D\u0937\u093E \u0915\u0930\u0924\u0947 \u0938\u092E\u092F \u0936\u0948\u0932\u0940 \u0938\u0947\u091F \u0915\u0930\u0947\u0902","loadingTheme.spinner":"\u0935\u0943\u0924\u094D\u0924 \u090F\u0928\u0940\u092E\u0947\u0936\u0928","loadingTheme.text":"\u0938\u094D\u0925\u093F\u0930 \u092A\u093E\u0920... ","loadingTheme.none":"\u0928\u0939\u0940\u0902 \u0926\u093F\u0916\u093E\u0924\u0947",developerDescription:"\u0906\u092A \u092F\u0939\u093E\u0902 <1> \u092A\u0930 \u0915\u094D\u0932\u093F\u0915 \u0915\u0930 \u0938\u0915\u0924\u0947 \u0939\u0948\u0902 \u0909\u0928\u094D\u0928\u0924 \u0905\u0928\u0941\u0915\u0942\u0932\u0928 \u0938\u0947 \u0938\u0902\u092C\u0902\u0927\u093F\u0924 \u0926\u0938\u094D\u0924\u093E\u0935\u0947\u091C\u093C \u0926\u0947\u0916\u0947\u0902","edit border color":"\u092C\u0949\u0930\u094D\u0921\u0930 \u0915\u093E \u0930\u0902\u0917 \u0938\u0902\u0936\u094B\u0927\u093F\u0924 \u0915\u0930\u0947\u0902",successSyncButNoChange:"\u0935\u0930\u094D\u0924\u092E\u093E\u0928 \u0915\u0949\u0928\u094D\u092B\u093C\u093F\u0917\u0930\u0947\u0936\u0928 \u0915\u094D\u0932\u093E\u0909\u0921 \u0915\u0947 \u0905\u0928\u0941\u0930\u0942\u092A \u0939\u0948",customTheme:"\u0915\u0938\u094D\u091F\u092E \u0930\u0902\u0917 \u0914\u0930 \u0906\u0915\u093E\u0930","customThemeLabel.borderColor":"\u0938\u0940\u092E\u093E \u0930\u0902\u0917","customThemeLabel.borderRadius":"\u0938\u0940\u092E\u093E \u0917\u094B\u0932\u093E\u0915\u093E\u0930 \u0915\u094B\u0928\u0947","customThemeLabel.textColor":"\u092A\u093E\u0920 \u0915\u093E \u0930\u0902\u0917","customThemeLabel.backgroundColor":"\u092A\u0943\u0937\u094D\u0920\u092D\u0942\u092E\u093F \u0915\u093E \u0930\u0902\u0917","customThemeLabel.zoom":"\u092B\u093C\u0949\u0928\u094D\u091F \u0938\u094D\u0915\u0947\u0932\u093F\u0902\u0917 (%)","customThemeLabel.opacity":"\u092A\u093E\u0920 \u0905\u092A\u093E\u0930\u0926\u0930\u094D\u0936\u093F\u0924\u093E (%)",resetToDefaultColor:"\u0921\u093F\u092B\u093C\u0949\u0932\u094D\u091F \u0930\u0902\u0917 \u092A\u0930 \u0935\u093E\u092A\u0938 \u0932\u094C\u091F\u0947\u0902",resetToDefaultSettings:"\u0921\u093F\u092B\u093C\u0949\u0932\u094D\u091F \u0938\u0947\u091F\u093F\u0902\u0917\u094D\u0938 \u092A\u0930 \u0935\u093E\u092A\u0938 \u0932\u094C\u091F\u0947\u0902",isTranslateTitle:"\u0905\u0928\u0941\u0935\u093E\u0926\u093F\u0924 \u0935\u0947\u092C \u092A\u0947\u091C \u0936\u0940\u0930\u094D\u0937\u0915 \u091A\u093E\u0932\u0942 \u0915\u0930\u0947\u0902",isTranslateTitleDescription:"\u091A\u093E\u0932\u0942 \u0939\u094B\u0928\u0947 \u092A\u0930, \u0935\u0947\u092C \u092A\u0947\u091C \u0936\u0940\u0930\u094D\u0937\u0915 \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u093F\u092F\u093E \u091C\u093E\u090F\u0917\u093E",enableSearchEnhancement:"\u0926\u094D\u0935\u093F\u092D\u093E\u0937\u0940 \u0938\u0942\u091A\u0928\u093E \u0938\u0902\u0935\u0930\u094D\u0926\u094D\u0927\u0928 \u0938\u0915\u094D\u0937\u092E \u0915\u0930\u0947\u0902",enableSearchEnhancementDescription:'\u091A\u093E\u0932\u0942 \u0939\u094B\u0928\u0947 \u0915\u0947 \u092C\u093E\u0926, \u0905\u0902\u0917\u094D\u0930\u0947\u091C\u0940 \u0915\u0940\u0935\u0930\u094D\u0921 \u0938\u0947 \u0938\u0902\u092C\u0902\u0927\u093F\u0924 "Google \u0938\u092E\u093E\u091A\u093E\u0930" \u0916\u094B\u091C \u092A\u0930\u093F\u0923\u093E\u092E \u0938\u094D\u0935\u091A\u093E\u0932\u093F\u0924 \u0930\u0942\u092A \u0938\u0947 \u0938\u092E\u0930\u094D\u0925\u093F\u0924 \u0935\u0947\u092C\u0938\u093E\u0907\u091F\u094B\u0902 (Google \u0938\u092E\u093E\u091A\u093E\u0930, Google \u0916\u094B\u091C (\u0915\u0941\u091B \u0915\u0940\u0935\u0930\u094D\u0921), \u0938\u094D\u0928\u094B\u092C\u0949\u0932, \u0913\u0930\u093F\u090F\u0902\u091F\u0932 \u092B\u0949\u0930\u094D\u091A\u094D\u092F\u0942\u0928, \u092B\u093C\u0941\u091F\u0942, \u091F\u093E\u0907\u0917\u0930 \u0938\u092E\u0941\u0926\u093E\u092F) \u0915\u0947 \u0926\u093E\u0939\u093F\u0928\u0947 \u0915\u0949\u0932\u092E \u092E\u0947\u0902 \u092A\u094D\u0930\u0926\u0930\u094D\u0936\u093F\u0924 \u0939\u094B\u0902\u0917\u0947\u0964',verifyService:"\u0938\u0947\u0935\u093E \u0915\u093E \u092A\u0930\u0940\u0915\u094D\u0937\u0923 \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u092F\u0939\u093E\u0902 \u0915\u094D\u0932\u093F\u0915 \u0915\u0930\u0947\u0902",verified:"\u0938\u0924\u094D\u092F\u093E\u092A\u0928 \u0938\u092B\u0932","field.langs":"\u0938\u092E\u0930\u094D\u0925\u093F\u0924 \u092D\u093E\u0937\u093E \u0915\u094B\u0921","field.model":"\u0928\u092E\u0942\u0928\u093E","field.translationEngine":"\u0905\u0928\u0941\u0935\u093E\u0926 \u0907\u0902\u091C\u0928","field.limitPerMinute":"\u092A\u094D\u0930\u0924\u093F \u092E\u093F\u0928\u091F \u0905\u0928\u0941\u0930\u094B\u0927\u094B\u0902 \u0915\u0940 \u0905\u0927\u093F\u0915\u0924\u092E \u0938\u0902\u0916\u094D\u092F\u093E","field.limitPerSecond":"\u092A\u094D\u0930\u0924\u093F \u0938\u0947\u0915\u0902\u0921 \u0905\u0928\u0941\u0930\u094B\u0927\u094B\u0902 \u0915\u0940 \u0905\u0927\u093F\u0915\u0924\u092E \u0938\u0902\u0916\u094D\u092F\u093E","field.maxTextLengthPerRequest":"\u092A\u094D\u0930\u0924\u093F \u0905\u0928\u0941\u0930\u094B\u0927 \u0905\u0927\u093F\u0915\u0924\u092E \u092A\u093E\u0920 \u0932\u0902\u092C\u093E\u0908","field.maxTextGroupLengthPerRequest":"\u092A\u094D\u0930\u0924\u093F \u0905\u0928\u0941\u0930\u094B\u0927 \u092A\u0948\u0930\u093E\u0917\u094D\u0930\u093E\u092B \u0915\u0940 \u0905\u0927\u093F\u0915\u0924\u092E \u0938\u0902\u0916\u094D\u092F\u093E","field.apiUrl":"\u0915\u0938\u094D\u091F\u092E \u090F\u092A\u0940\u0906\u0908 \u0907\u0902\u091F\u0930\u092B\u093C\u0947\u0938 \u092A\u0924\u093E","field.placeholderDelimiters":"\u0906\u0930\u0915\u094D\u0937\u093F\u0924 \u092A\u094D\u0932\u0947\u0938\u0939\u094B\u0932\u094D\u0921\u0930","description.custom":"\u0915\u0938\u094D\u091F\u092E \u0907\u0902\u091F\u0930\u092B\u093C\u0947\u0938 \u090F\u0915\u094D\u0938\u0947\u0938 \u0915\u0947 \u0932\u093F\u090F \u0938\u0902\u0926\u0930\u094D\u092D \u0926\u0938\u094D\u0924\u093E\u0935\u0947\u091C\u093C\u094B\u0902 \u0915\u0940 \u0906\u0935\u0936\u094D\u092F\u0915\u0924\u093E \u0939\u0948","description.limitPerMinute":"\u091C\u092C \u0905\u0928\u0941\u0930\u094B\u0927\u094B\u0902 \u0915\u0940 \u0938\u0902\u0916\u094D\u092F\u093E \u0907\u0938 \u0938\u0940\u092E\u093E \u0938\u0947 \u0905\u0927\u093F\u0915 \u0939\u094B \u091C\u093E\u0924\u0940 \u0939\u0948, \u0924\u094B \u092F\u0939 \u0905\u0917\u0932\u0947 \u092E\u093F\u0928\u091F \u0915\u0940 \u0936\u0941\u0930\u0941\u0906\u0924 \u0924\u0915 \u0915\u0924\u093E\u0930 \u0938\u094D\u0925\u093F\u0924\u093F \u092E\u0947\u0902 \u092A\u094D\u0930\u0935\u0947\u0936 \u0915\u0930\u0947\u0917\u0940\u0964 OpenAI \u0915\u0940 \u0935\u0930\u094D\u0924\u092E\u093E\u0928 \u0938\u0947\u0935\u093E \u0915\u0940 \u0935\u093F\u092D\u093F\u0928\u094D\u0928 \u0938\u0940\u092E\u093E\u0913\u0902 \u0915\u0947 \u0915\u093E\u0930\u0923, \u0915\u0943\u092A\u092F\u093E \u092F\u0939\u093E\u0902 <1> \u0915\u094D\u0932\u093F\u0915 \u0915\u0930\u0947\u0902 \u0928\u0935\u0940\u0928\u0924\u092E \u0905\u0928\u0941\u0936\u0902\u0938\u093F\u0924 \u092E\u093E\u0928 \u0926\u0947\u0916\u0947\u0902","description.limitPerSecond":"\u091C\u092C \u0905\u0928\u0941\u0930\u094B\u0927\u094B\u0902 \u0915\u0940 \u0938\u0902\u0916\u094D\u092F\u093E \u0907\u0938 \u0938\u0940\u092E\u093E \u0938\u0947 \u0905\u0927\u093F\u0915 \u0939\u094B \u091C\u093E\u0924\u0940 \u0939\u0948, \u0924\u094B \u092F\u0939 \u0905\u0917\u0932\u0947 \u0938\u0947\u0915\u0902\u0921 \u0915\u0940 \u0936\u0941\u0930\u0941\u0906\u0924 \u0924\u0915 \u0915\u0924\u093E\u0930 \u0938\u094D\u0925\u093F\u0924\u093F \u092E\u0947\u0902 \u092A\u094D\u0930\u0935\u0947\u0936 \u0915\u0930\u0947\u0917\u0940\u0964 OpenAI \u0915\u0940 \u0935\u0930\u094D\u0924\u092E\u093E\u0928 \u0938\u0947\u0935\u093E \u0915\u0940 \u0935\u093F\u092D\u093F\u0928\u094D\u0928 \u0938\u0940\u092E\u093E\u0913\u0902 \u0915\u0947 \u0915\u093E\u0930\u0923, \u0915\u0943\u092A\u092F\u093E \u092F\u0939\u093E\u0902 <1> \u0915\u094D\u0932\u093F\u0915 \u0915\u0930\u0947\u0902 \u0928\u0935\u0940\u0928\u0924\u092E \u0905\u0928\u0941\u0936\u0902\u0938\u093F\u0924 \u092E\u093E\u0928 \u0926\u0947\u0916\u0947\u0902","description.generalLimitPerSecond":"\u091C\u092C \u0905\u0928\u0941\u0930\u094B\u0927\u094B\u0902 \u0915\u0940 \u0938\u0902\u0916\u094D\u092F\u093E \u0907\u0938 \u0938\u0940\u092E\u093E \u0938\u0947 \u0905\u0927\u093F\u0915 \u0939\u094B \u091C\u093E\u0924\u0940 \u0939\u0948, \u0924\u094B \u092F\u0939 \u0905\u0917\u0932\u0947 \u0938\u0947\u0915\u0902\u0921 \u0915\u0940 \u0936\u0941\u0930\u0941\u0906\u0924 \u0924\u0915 \u0915\u0924\u093E\u0930 \u0938\u094D\u0925\u093F\u0924\u093F \u092E\u0947\u0902 \u092A\u094D\u0930\u0935\u0947\u0936 \u0915\u0930\u0947\u0917\u0940\u0964","description.prompt":"\u0909\u092A\u092F\u094B\u0917\u0915\u0930\u094D\u0924\u093E \u0915\u0940 \u092A\u0939\u091A\u093E\u0928 \u092E\u0947\u0902 {service} \u0915\u094B \u092D\u0947\u091C\u0940 \u0917\u0908 \u0935\u093E\u0930\u094D\u0924\u093E\u0932\u093E\u092A, \u091C\u093F\u0938\u092E\u0947\u0902 {{text}} \u092A\u0948\u0930\u093E\u0917\u094D\u0930\u093E\u092B \u0915\u093E \u092A\u093E\u0920 \u0938\u093E\u092E\u0917\u094D\u0930\u0940 \u0915\u094B \u0926\u0930\u094D\u0936\u093E\u0924\u093E \u0939\u0948, {{from}} \u092A\u0948\u0930\u093E\u0917\u094D\u0930\u093E\u092B \u0915\u0940 \u092D\u093E\u0937\u093E \u0915\u094B \u0926\u0930\u094D\u0936\u093E\u0924\u093E \u0939\u0948, \u0914\u0930 {{to}} \u0932\u0915\u094D\u0937\u094D\u092F \u092D\u093E\u0937\u093E \u0915\u094B \u0926\u0930\u094D\u0936\u093E\u0924\u093E \u0939\u0948\u0964","description.maxTextLengthPerRequest":"\u092A\u094D\u0930\u0924\u093F \u0905\u0928\u0941\u0930\u094B\u0927 \u0935\u0930\u094D\u0923\u094B\u0902 \u0915\u0940 \u0905\u0927\u093F\u0915\u0924\u092E \u0938\u0902\u0916\u094D\u092F\u093E\u0964 \u092F\u0926\u093F \u092F\u0939 \u092C\u0939\u0941\u0924 \u092C\u0921\u093C\u093E \u0939\u0948, \u0924\u094B \u0907\u0902\u091F\u0930\u092B\u093C\u0947\u0938 \u0915\u0940 \u092A\u094D\u0930\u0924\u093F\u0915\u094D\u0930\u093F\u092F\u093E \u0927\u0940\u092E\u0940 \u0939\u094B \u091C\u093E\u090F\u0917\u0940, \u0907\u0938\u0932\u093F\u090F \u0906\u092A \u0917\u0924\u093F \u0915\u094B \u0905\u0928\u0941\u0915\u0942\u0932\u093F\u0924 \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u0907\u0938 \u0935\u093F\u0915\u0932\u094D\u092A \u0915\u094B \u0938\u092E\u093E\u092F\u094B\u091C\u093F\u0924 \u0915\u0930\u0928\u0947 \u0915\u093E \u092A\u094D\u0930\u092F\u093E\u0938 \u0915\u0930 \u0938\u0915\u0924\u0947 \u0939\u0948\u0902\u0964","description.systemPrompt":"\u0938\u093F\u0938\u094D\u091F\u092E \u0915\u0940 \u092A\u0939\u091A\u093E\u0928 \u0938\u0947 {service} \u0915\u094B \u092D\u0947\u091C\u0940 \u0917\u0908 \u0935\u093E\u0930\u094D\u0924\u093E\u0932\u093E\u092A, \u091C\u093F\u0938\u092E\u0947\u0902 {{text}} \u092A\u0948\u0930\u093E\u0917\u094D\u0930\u093E\u092B \u0915\u0947 \u092A\u093E\u0920 \u0915\u0940 \u0938\u093E\u092E\u0917\u094D\u0930\u0940 \u0915\u094B \u0926\u0930\u094D\u0936\u093E\u0924\u093E \u0939\u0948, {{from}} \u092A\u0948\u0930\u093E\u0917\u094D\u0930\u093E\u092B \u0915\u0940 \u092D\u093E\u0937\u093E \u0915\u094B \u0926\u0930\u094D\u0936\u093E\u0924\u093E \u0939\u0948, {{to}} \u0932\u0915\u094D\u0937\u094D\u092F \u092D\u093E\u0937\u093E \u0915\u094B \u0926\u0930\u094D\u0936\u093E\u0924\u093E \u0939\u0948","field.domain":"\u092E\u0948\u0926\u093E\u0928","description.domain":"\u0921\u093F\u092B\u093C\u0949\u0932\u094D\u091F\uFF1A\u0938\u093E\u092E\u093E\u0928\u094D\u092F \u0939\u0948. \u0907\u0938\u0947 \u0915\u0947\u0935\u0932 \u0924\u092D\u0940 \u0938\u0947\u091F \u0915\u093F\u092F\u093E \u091C\u093E \u0938\u0915\u0924\u093E \u0939\u0948 \u091C\u092C Youdao API \u0915\u0902\u0938\u094B\u0932 \u092E\u0947\u0902 \u0921\u094B\u092E\u0947\u0928-\u0906\u0927\u093E\u0930\u093F\u0924 \u0905\u0928\u0941\u0935\u093E\u0926 \u0938\u0915\u094D\u0937\u092E \u0939\u094B\u0964 \u0938\u092E\u0930\u094D\u0925\u093F\u0924 \u092B\u093C\u0940\u0932\u094D\u0921 \u0915\u0947 \u0932\u093F\u090F, \u0915\u0943\u092A\u092F\u093E \u092F\u0939\u093E\u0902 <1> \u0926\u0947\u0916\u0947\u0902\u0964","field.scene":"\u092A\u0930\u094D\u0926\u0947","description.scene":"\u0921\u093F\u092B\u093C\u0949\u0932\u094D\u091F\uFF1A\u0938\u093E\u092E\u093E\u0928\u094D\u092F \u0939\u0948. \u0907\u0938\u0947 \u0915\u0947\u0935\u0932 \u0924\u092D\u0940 \u0938\u0947\u091F \u0915\u093F\u092F\u093E \u091C\u093E \u0938\u0915\u0924\u093E \u0939\u0948 \u091C\u092C \u0905\u0932\u0940\u092C\u093E\u092C\u093E \u0915\u094D\u0932\u093E\u0909\u0921 \u090F\u092A\u0940\u0906\u0908 \u0915\u0902\u0938\u094B\u0932 \u092E\u0947\u0902 \u092E\u0936\u0940\u0928\u0940 \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u093E \u092A\u0947\u0936\u0947\u0935\u0930 \u0938\u0902\u0938\u094D\u0915\u0930\u0923 \u0938\u0915\u094D\u0930\u093F\u092F \u0939\u094B\u0964 \u0938\u092E\u0930\u094D\u0925\u093F\u0924 \u092A\u0930\u093F\u0926\u0943\u0936\u094D\u092F\u094B\u0902 \u0915\u0947 \u0932\u093F\u090F \u092F\u0939\u093E\u0902 <1> \u0926\u0947\u0916\u0947\u0902\u0964","field.vocabId":"\u0909\u092A\u092F\u094B\u0917\u0915\u0930\u094D\u0924\u093E \u0936\u092C\u094D\u0926\u0915\u094B\u0936 \u0906\u0908\u0921\u0940","description.vocabId":"\u0928\u093F\u0930\u094D\u0926\u093F\u0937\u094D\u091F \u0936\u092C\u094D\u0926\u0915\u094B\u0936 \u0906\u0909\u091F_\u0906\u0908\u0921\u0940 \u0935\u0930\u094D\u0924\u092E\u093E\u0928 \u092E\u0947\u0902 \u0905\u0902\u0917\u094D\u0930\u0947\u091C\u0940-\u091A\u0940\u0928\u0940 \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u093E \u0938\u092E\u0930\u094D\u0925\u0928 \u0915\u0930\u0924\u093E \u0939\u0948\u0964","description.model":"OpenAI \u0915\u093E \u092E\u0949\u0921\u0932 gpt-3.5-\u091F\u0930\u094D\u092C\u094B, gpt-4 \u0906\u0926\u093F \u0939\u094B \u0938\u0915\u0924\u093E \u0939\u0948\u0964","description.maxTextGroupLengthPerRequest":"\u0939\u0930 \u092C\u093E\u0930 \u0905\u0928\u0941\u0935\u093E\u0926 \u0938\u0947\u0935\u093E \u0915\u094B \u092D\u0947\u091C\u0947 \u0917\u090F \u092A\u0948\u0930\u093E\u0917\u094D\u0930\u093E\u092B\u094B\u0902 \u0915\u0940 \u0938\u0902\u0916\u094D\u092F\u093E\u0964 \u092F\u0926\u093F \u092C\u0939\u0941\u0924 \u0938\u093E\u0930\u0947 \u092A\u0948\u0930\u093E\u0917\u094D\u0930\u093E\u092B \u0939\u0948\u0902, \u0924\u094B \u0907\u0902\u091F\u0930\u092B\u093C\u0947\u0938 \u0915\u0940 \u092A\u094D\u0930\u0924\u093F\u0915\u094D\u0930\u093F\u092F\u093E \u0927\u0940\u092E\u0940 \u0939\u094B \u0938\u0915\u0924\u0940 \u0939\u0948\u0964","description.apiUrl":"\u0915\u0943\u092A\u092F\u093E \u092A\u0925 \u0915\u0947 \u0938\u093E\u0925 \u090F\u0915 \u0935\u093F\u0936\u093F\u0937\u094D\u091F \u092F\u0942\u0906\u0930\u090F\u0932 \u091C\u094B\u0921\u093C\u0947\u0902, <1> \u0905\u0927\u093F\u0915 \u0928\u093F\u0930\u094D\u0926\u0947\u0936",enabledExtension:"\u090F\u0915\u094D\u0938\u091F\u0947\u0902\u0936\u0928 \u0938\u0915\u094D\u0937\u092E",clickToDisableExtension:"\u090F\u0915\u094D\u0938\u091F\u0947\u0902\u0936\u0928 \u0905\u0915\u094D\u0937\u092E \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u0915\u094D\u0932\u093F\u0915 \u0915\u0930\u0947\u0902",clickToEnableExtension:"\u090F\u0915\u094D\u0938\u091F\u0947\u0902\u0936\u0928 \u0938\u0915\u094D\u0937\u092E \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u0915\u094D\u0932\u093F\u0915 \u0915\u0930\u0947\u0902",hasBeenDisabled:"\u0905\u0915\u094D\u0937\u092E","show password":"\u092A\u093E\u0938\u0935\u0930\u094D\u0921 \u0926\u093F\u0916\u093E\u090F",customContent:"\u0915\u0938\u094D\u091F\u092E \u092E\u0949\u0921\u0932 \u0928\u093E\u092E \u0926\u0930\u094D\u091C \u0915\u0930\u0947\u0902",inputOptions:"\u0907\u0928\u092A\u0941\u091F \u092C\u0949\u0915\u094D\u0938 \u0938\u0902\u0935\u0930\u094D\u0926\u094D\u0927\u0928",mouseHoverOptions:"\u092E\u093E\u0909\u0938 \u0915\u0947 \u090A\u092A\u0930",modifyMouseHoverKey:"\u092E\u093E\u0909\u0938\u0913\u0935\u0930 \u0936\u0949\u0930\u094D\u091F\u0915\u091F \u0915\u0941\u0902\u091C\u093F\u092F\u094B\u0902 \u0915\u094B \u0938\u0902\u0936\u094B\u0927\u093F\u0924 \u0915\u0930\u0947\u0902",enableInputTranslation:"\u0907\u0928\u092A\u0941\u091F \u092C\u0949\u0915\u094D\u0938 \u090F\u0928\u094D\u0939\u093E\u0902\u0938\u092E\u0947\u0902\u091F \u0938\u0915\u094D\u0937\u092E \u0915\u0930\u0928\u093E \u0939\u0948 \u092F\u093E \u0928\u0939\u0940\u0902",enableInputTranslationDescription:"{trailingKey}\u0938\u0915\u094D\u0937\u092E \u0915\u0930\u0928\u0947 \u0915\u0947 \u092C\u093E\u0926, \u0938\u0940\u0927\u0947 \u0907\u0928\u092A\u0941\u091F \u092C\u0949\u0915\u094D\u0938 \u092E\u0947\u0902 {startingKey}{startingKey} \u0939\u0948\u0932\u094B \u0926\u0930\u094D\u091C \u0915\u0930\u0947\u0902, \u0914\u0930 \u092B\u093F\u0930 \u0907\u0938\u0947 {inputTargetLanguage}\u092E\u0947\u0902 \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u091C\u0932\u094D\u0926\u0940 \u0938\u0947{inputTrailingTriggerKeyRepeatTimes}\u092A\u0930 \u0926\u094B \u092C\u093E\u0930 \u0915\u094D\u0932\u093F\u0915 \u0915\u0930\u0947\u0902\u0964",enableInputTranslationDescriptionForNoneKey:"\u0907\u0938\u0947 \u0938\u0915\u094D\u0937\u092E \u0915\u0930\u0928\u0947{trailingKey}, \u0938\u0940\u0927\u0947 \u0907\u0928\u092A\u0941\u091F \u092C\u0949\u0915\u094D\u0938 \u092E\u0947\u0902\uFF1A\u0939\u0948\u0932\u094B \u0935\u0930\u094D\u0932\u094D\u0921 \u0926\u0930\u094D\u091C \u0915\u0930\u0947\u0902, \u0914\u0930 \u092B\u093F\u0930 \u0921\u093F\u092B\u093C\u0949\u0932\u094D\u091F \u0932\u0915\u094D\u0937\u094D\u092F \u092D\u093E\u0937\u093E \u092E\u0947\u0902 \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u091C\u0932\u094D\u0926\u0940 \u0938\u0947{inputTrailingTriggerKeyRepeatTimes}\u092C\u093E\u0930 \u0915\u094D\u0932\u093F\u0915 \u0915\u0930\u0947\u0902\u0964",inputTargetLanguage:"\u0907\u0928\u092A\u0941\u091F \u092C\u0949\u0915\u094D\u0938 \u0915\u0940 \u0921\u093F\u092B\u093C\u0949\u0932\u094D\u091F \u0932\u0915\u094D\u0937\u094D\u092F \u092D\u093E\u0937\u093E \u0938\u0947\u091F \u0915\u0930\u0947\u0902",inputTargetLanguageDescription:"\u0907\u0928\u092A\u0941\u091F \u092C\u0949\u0915\u094D\u0938 \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0947 \u0932\u093F\u090F \u0921\u093F\u092B\u093C\u0949\u0932\u094D\u091F \u0932\u0915\u094D\u0937\u094D\u092F \u092D\u093E\u0937\u093E, \u091C\u094B \u091F\u094D\u0930\u093F\u0917\u0930 \u0936\u092C\u094D\u0926\u094B\u0902 \u0915\u0947 \u0932\u093F\u090F \u0921\u093F\u092B\u093C\u0949\u0932\u094D\u091F \u092D\u093E\u0937\u093E \u0915\u0947 \u0930\u0942\u092A \u092E\u0947\u0902 {startingKey}{startingKey} \u0939\u0948",inputTargetLanguageDescriptionForNoneKey:"\u0907\u0928\u092A\u0941\u091F \u092C\u0949\u0915\u094D\u0938 \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0947 \u0932\u093F\u090F \u0921\u093F\u092B\u093C\u0949\u0932\u094D\u091F \u0932\u0915\u094D\u0937\u094D\u092F \u092D\u093E\u0937\u093E",inputStartingTriggerKeyTitle:"\u0907\u0928\u092A\u0941\u091F \u092C\u0949\u0915\u094D\u0938 \u0915\u0947 \u0906\u0902\u0936\u093F\u0915 \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0947 \u0932\u093F\u090F \u0935\u093F\u092D\u093E\u091C\u0928 \u0935\u0930\u094D\u0923 \u0938\u0947\u091F \u0915\u0930\u0947\u0902",inputStartingTriggerKeyDescription:"\u091C\u092C \u0906\u092A\u0915\u094B \u092A\u0942\u0930\u0947 \u0907\u0928\u092A\u0941\u091F \u092C\u0949\u0915\u094D\u0938 \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0928\u0947 \u0915\u0940 \u0906\u0935\u0936\u094D\u092F\u0915\u0924\u093E \u0928\u0939\u0940\u0902 \u0939\u094B\u0924\u0940 \u0939\u0948, \u0924\u094B \u0921\u093F\u0932\u0940\u092E\u0940\u091F\u0930 \u0906\u092A\u0915\u094B \u0915\u0947\u0935\u0932 {startingKey}{startingKey} \u0938\u0947 \u0907\u0928\u092A\u0941\u091F \u092C\u0949\u0915\u094D\u0938 \u0915\u0947 \u0905\u0902\u0924 \u0924\u0915 \u0915\u0947 \u092D\u093E\u0917 \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0928\u0947 \u0915\u0940 \u0905\u0928\u0941\u092E\u0924\u093F \u0926\u0947\u0924\u093E \u0939\u0948, \u092F\u093E \u0906\u092A \u092D\u093E\u0937\u093E \u0915\u094B\u0921 \u0928\u093F\u0930\u094D\u0926\u093F\u0937\u094D\u091F \u0915\u0930 \u0938\u0915\u0924\u0947 \u0939\u0948\u0902, \u0909\u0926\u093E\u0939\u0930\u0923 \u0915\u0947 \u0932\u093F\u090F,\uFF1A{startingKey}ja \u0915\u093E \u0905\u0930\u094D\u0925 \u0915\u0947\u0935\u0932 \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0928\u093E \u0939\u0948 {startingKey}ja \u0938\u0947 \u0907\u0928\u092A\u0941\u091F \u092C\u0949\u0915\u094D\u0938 \u0915\u0947 \u0905\u0902\u0924 \u0924\u0915 \u0915\u093E \u092D\u093E\u0917\u0964",inputStartingTriggerKeyDescriptionForNoneKey:"\u0935\u0930\u094D\u0924\u092E\u093E\u0928 \u092E\u0947\u0902 \u0907\u0938\u0947 \u0915\u093F\u0938\u0940 \u0909\u092A\u0938\u0930\u094D\u0917 \u0915\u0940 \u0906\u0935\u0936\u094D\u092F\u0915\u0924\u093E \u0928\u0939\u0940\u0902 \u0939\u0948, \u0914\u0930 \u0907\u0928\u092A\u0941\u091F \u092C\u0949\u0915\u094D\u0938 \u0915\u0947 \u0915\u0941\u091B \u092A\u093E\u0920 \u0905\u0928\u0941\u0935\u093E\u0926 \u092B\u093C\u0902\u0915\u094D\u0936\u0928 \u0905\u0938\u094D\u0925\u093E\u092F\u0940 \u0930\u0942\u092A \u0938\u0947 \u0905\u0928\u0941\u092A\u0932\u092C\u094D\u0927 \u0939\u0948\u0902\u0964",inputTrailingTriggerKeyTitle:"\u090F\u0915 \u091F\u094D\u0930\u093F\u0917\u0930 \u0935\u0930\u094D\u0923 \u091A\u0941\u0928\u0947\u0902 \u091C\u094B \u0907\u0928\u092A\u0941\u091F \u0915\u094B \u0938\u092E\u093E\u092A\u094D\u0924 \u0915\u0930\u0924\u093E \u0939\u0948",inputTrailingTriggerKeyDescription:"\u0924\u094D\u0935\u0930\u093F\u0924 \u0909\u0924\u094D\u0924\u0930\u093E\u0927\u093F\u0915\u093E\u0930 \u092E\u0947\u0902{trailingKey} 3 \u092C\u093E\u0930 \u0939\u093F\u091F \u0915\u0930\u0928\u0947 \u0938\u0947 \u0905\u0928\u0941\u0935\u093E\u0926 \u0936\u0941\u0930\u0942 \u0939\u094B \u091C\u093E\u090F\u0917\u093E",inputTrailingTriggerKeyTimeout:"\u0915\u0949\u092E\u094D\u092C\u094B \u0915\u094B \u0938\u092E\u093E\u092A\u094D\u0924 \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u091F\u094D\u0930\u093F\u0917\u0930\u094D\u0938 \u0915\u0947 \u092C\u0940\u091A \u0905\u0902\u0924\u0930\u093E\u0932 \u0926\u0930\u094D\u091C \u0915\u0930\u0947\u0902\u0964",inputTrailingTriggerKeyTimeoutDescription:"\u0915\u0949\u092E\u094D\u092C\u094B \u091F\u094D\u0930\u093F\u0917\u0930 \u0915\u094B \u0938\u092E\u093E\u092A\u094D\u0924 \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u0907\u0928\u092A\u0941\u091F \u0915\u0947 \u0932\u093F\u090F \u0905\u0902\u0924\u0930\u093E\u0932 \u0938\u092E\u092F (\u092E\u093F\u0932\u0940\u0938\u0947\u0915\u0902\u0921) \u0928\u093F\u0930\u094D\u0927\u093E\u0930\u093F\u0924 \u0915\u0930\u0947\u0902",spaceKey:"<\u0938\u094D\u092A\u0947\u0938\u092C\u093E\u0930>",noneKey:"\u0915\u093F\u0938\u0940 \u0909\u092A\u0938\u0930\u094D\u0917 \u0915\u0940 \u0906\u0935\u0936\u094D\u092F\u0915\u0924\u093E \u0928\u0939\u0940\u0902 \u0939\u0948, \u0938\u0940\u0927\u0947 \u0938\u0902\u092A\u0942\u0930\u094D\u0923 \u091F\u0947\u0915\u094D\u0938\u094D\u091F \u092C\u0949\u0915\u094D\u0938 \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0947\u0902",inputTranslationBlockUrlsTitle:"\u092F\u0942\u0906\u0930\u090F\u0932 \u092E\u0947\u0902 \u0907\u0928\u092A\u0941\u091F \u092B\u093C\u0940\u0932\u094D\u0921 \u090F\u0928\u094D\u0939\u093E\u0902\u0938\u092E\u0947\u0902\u091F \u0915\u094B \u0915\u092D\u0940 \u092D\u0940 \u0938\u0915\u094D\u0937\u092E \u0928 \u0915\u0930\u0947\u0902",inputTranslationBlockUrlsDescription:"\u0928\u093F\u092E\u094D\u0928\u0932\u093F\u0916\u093F\u0924 \u092F\u0942\u0906\u0930\u090F\u0932 \u092E\u0947\u0902, \u0907\u0928\u092A\u0941\u091F \u092C\u0949\u0915\u094D\u0938 \u090F\u0928\u094D\u0939\u093E\u0902\u0938\u092E\u0947\u0902\u091F \u092A\u094D\u0930\u092D\u093E\u0935\u0940 \u0928\u0939\u0940\u0902 \u0939\u094B\u0917\u093E",clickToSeeQuickDemo:"30 \u0938\u0947\u0915\u0902\u0921 \u0915\u0947 \u0924\u094D\u0935\u0930\u093F\u0924 \u0928\u093F\u0930\u094D\u0926\u0947\u0936 \u0935\u0940\u0921\u093F\u092F\u094B \u0915\u093E \u0935\u093F\u0938\u094D\u0924\u093E\u0930 \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u0915\u094D\u0932\u093F\u0915 \u0915\u0930\u0947\u0902",inputHelperInfo:"\u0928\u094B\u091F\uFF1A: \u0939\u092E\u0928\u0947 \u0935\u093F\u0936\u0947\u0937 \u0930\u0942\u092A \u0938\u0947 \u0909\u0938 \u092E\u0941\u0926\u094D\u0926\u0947 \u0915\u094B \u0905\u0928\u0941\u0915\u0942\u0932\u093F\u0924 \u0915\u093F\u092F\u093E \u0939\u0948 \u091C\u0939\u093E\u0902 \u0915\u0941\u091B \u091F\u094D\u0930\u093F\u0917\u0930 \u0935\u0930\u094D\u0923 \u091A\u0940\u0928\u0940 \u0907\u0928\u092A\u0941\u091F \u092A\u0926\u094D\u0927\u0924\u093F \u0915\u0947 \u0924\u0939\u0924 \u091A\u0940\u0928\u0940 \u0935\u093F\u0930\u093E\u092E \u091A\u093F\u0939\u094D\u0928\u094B\u0902 \u092E\u0947\u0902 \u092C\u0926\u0932 \u091C\u093E\u090F\u0902\u0917\u0947\u0964 \u0909\u0926\u093E\u0939\u0930\u0923 \u0915\u0947 \u0932\u093F\u090F, \u0938\u094B\u0917\u094C \u0907\u0928\u092A\u0941\u091F \u092A\u0926\u094D\u0927\u0924\u093F \u0915\u0947 \u0924\u0939\u0924, / \u090F\u0915 \u0935\u093F\u0930\u093E\u092E \u092E\u0947\u0902 \u092C\u0926\u0932 \u091C\u093E\u090F\u0917\u093E, \u0914\u0930 \u0907\u092E\u0930\u094D\u0938\u093F\u0935 \u0905\u0928\u0941\u0935\u093E\u0926 \u0938\u0902\u092C\u0902\u0927\u093F\u0924 \u0938\u092D\u0940 \u091A\u0940\u0928\u0940 \u092A\u094D\u0930\u0924\u0940\u0915\u094B\u0902 \u0915\u093E \u0938\u092E\u0930\u094D\u0925\u0928 \u0915\u0930\u0924\u093E \u0939\u0948 \u091F\u094D\u0930\u093F\u0917\u0930 \u0935\u0930\u094D\u0923\u0964 , \u092F\u093E\u0928\u0940, //,, \u0914\u0930 \u0938\u092D\u0940 \u0915\u094B \u091F\u094D\u0930\u093F\u0917\u0930 \u0935\u0930\u094D\u0923 \u0915\u0947 \u0930\u0942\u092A \u092E\u0947\u0902 \u092A\u0939\u091A\u093E\u0928\u093E \u091C\u093E\u090F\u0917\u093E\u0964

\u0938\u093E\u0925 \u0939\u0940, \u0939\u092E \u0915\u092E\u093E\u0902\u0921 \u0915\u0947 \u0930\u0942\u092A \u092E\u0947\u0902 \u092D\u093E\u0937\u093E \u0915\u094B\u0921 \u0915\u0947 \u091A\u0940\u0928\u0940 \u0909\u092A\u0928\u093E\u092E\u094B\u0902 \u0915\u093E \u092D\u0940 \u0938\u092E\u0930\u094D\u0925\u0928 \u0915\u0930\u0924\u0947 \u0939\u0948\u0902\u0964 \u0909\u0926\u093E\u0939\u0930\u0923 \u0915\u0947 \u0932\u093F\u090F, /\u091C\u093E\u092A\u093E\u0928\u0940 \u0939\u0948\u0932\u094B \u0935\u0930\u094D\u0932\u094D\u0921 \u0915\u093E \u091C\u093E\u092A\u093E\u0928\u0940 \u092E\u0947\u0902 \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u093F\u092F\u093E \u091C\u093E\u090F\u0917\u093E\u0964 <1> \u0938\u092D\u0940 \u0938\u092E\u0930\u094D\u0925\u093F\u0924 \u092D\u093E\u0937\u093E \u0915\u094B\u0921 \u0926\u0947\u0916\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u092F\u0939\u093E\u0902 \u0915\u094D\u0932\u093F\u0915 \u0915\u0930\u0947\u0902\u0964 .",reloadCurrentPage:"\u0915\u0943\u092A\u092F\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0936\u0941\u0930\u0942 \u0915\u0930\u0928\u0947 \u0938\u0947 \u092A\u0939\u0932\u0947 \u0935\u0930\u094D\u0924\u092E\u093E\u0928 \u092A\u0943\u0937\u094D\u0920 \u0915\u094B \u0924\u093E\u091C\u093C\u093E \u0915\u0930\u0947\u0902",noLocalFilePermissionForPDF:"\u0935\u0930\u094D\u0924\u092E\u093E\u0928 \u092E\u0947\u0902 \u0939\u092E\u093E\u0930\u0947 \u092A\u093E\u0938 \u0938\u094D\u0925\u093E\u0928\u0940\u092F \u092B\u093C\u093E\u0907\u0932\u0947\u0902 \u092A\u0922\u093C\u0928\u0947 \u0915\u0940 \u0905\u0928\u0941\u092E\u0924\u093F \u0928\u0939\u0940\u0902 \u0939\u0948\u0964 \u0915\u0943\u092A\u092F\u093E \u090A\u092A\u0930 \u0926\u093F\u090F \u0917\u090F \u092C\u091F\u0928 \u092A\u0930 \u0915\u094D\u0932\u093F\u0915 \u0915\u0930\u0947\u0902 \u0914\u0930 \u0938\u094D\u0925\u093E\u0928\u0940\u092F \u092B\u093C\u093E\u0907\u0932\u0947\u0902 \u0906\u092F\u093E\u0924 \u0915\u0930\u0947\u0902\u0964",noPermissionForThisPage:"\u26A0\uFE0F \u0935\u0930\u094D\u0924\u092E\u093E\u0928 \u092A\u0943\u0937\u094D\u0920 \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0928\u0947 \u0915\u0940 \u0905\u0928\u0941\u092E\u0924\u093F \u0928\u0939\u0940\u0902",retryAllParagraphs:"\u0938\u092D\u0940 \u0924\u094D\u0930\u0941\u091F\u093F \u092A\u0948\u0930\u093E\u0917\u094D\u0930\u093E\u092B \u092A\u0941\u0928\u0903 \u092A\u094D\u0930\u092F\u093E\u0938 \u0915\u0930\u0947\u0902",retryAllButton:"\u0938\u092D\u0940 \u0924\u094D\u0930\u0941\u091F\u093F \u092A\u0948\u0930\u093E\u0917\u094D\u0930\u093E\u092B \u092A\u0941\u0928\u0903 \u092A\u094D\u0930\u092F\u093E\u0938 \u0915\u0930\u0947\u0902",errorTooltipTitle:"\u0924\u094D\u0930\u0941\u091F\u093F \u0915\u093E \u0915\u093E\u0930\u0923 \u0926\u0947\u0916\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u0915\u094D\u0932\u093F\u0915 \u0915\u0930\u0947\u0902",errorModalTitle:"\u0910\u0938\u093E \u0932\u0917\u0924\u093E \u0939\u0948 \u0915\u093F \u0905\u0928\u0941\u0935\u093E\u0926 \u0938\u0947\u0935\u093E \u092F\u093E \u0928\u0947\u091F\u0935\u0930\u094D\u0915 \u092E\u0947\u0902 \u0915\u0941\u091B \u0917\u0921\u093C\u092C\u0921\u093C \u0939\u0948...",disableConfirm:"\u0926\u094D\u0935\u093F\u092D\u093E\u0937\u0940 \u0938\u0942\u091A\u0928\u093E \u0938\u0902\u0935\u0930\u094D\u0926\u094D\u0927\u0928 \u0938\u0947\u091F\u093F\u0902\u0917\u094D\u0938",disableOnce:"\u0907\u0938 \u092C\u093E\u0930 \u0905\u0915\u094D\u0937\u092E",disableGlobal:"\u0938\u094D\u0925\u093E\u092F\u0940 \u0930\u0942\u092A \u0938\u0947 \u0905\u0915\u094D\u0937\u092E",disableTint:"* \u0906\u092A \u0907\u0938\u0947 {option} \u092E\u0947\u0902 \u092A\u0941\u0928\u0903 \u0938\u0915\u094D\u0937\u092E \u0915\u0930 \u0938\u0915\u0924\u0947 \u0939\u0948\u0902\u0964",searchEnhancementNotes:"\u0939\u092E\u0928\u0947 \u092A\u093E\u092F\u093E \u0915\u093F \u091A\u0940\u0928\u0940 \u0915\u0940\u0935\u0930\u094D\u0921 \u0914\u0930 \u0905\u0902\u0917\u094D\u0930\u0947\u091C\u0940 \u0915\u0940\u0935\u0930\u094D\u0921 \u0915\u0947 \u0932\u093F\u090F \u0938\u092E\u093E\u091A\u093E\u0930 \u092A\u0930\u093F\u0923\u093E\u092E \u092C\u0939\u0941\u0924 \u0905\u0932\u0917 \u0939\u0948\u0902\u0964 \u0907\u092E\u0930\u094D\u0938\u093F\u0935 \u091F\u094D\u0930\u093E\u0902\u0938\u0932\u0947\u0936\u0928 \u0926\u094D\u0935\u093F\u092D\u093E\u0937\u0940 \u0938\u0942\u091A\u0928\u093E \u0938\u0902\u0935\u0930\u094D\u0926\u094D\u0927\u0928 \u092B\u093C\u0902\u0915\u094D\u0936\u0928 \u0915\u094B \u0938\u0915\u094D\u0937\u092E \u0915\u0930\u0928\u0947 \u0915\u0947 \u092C\u093E\u0926, \u0939\u092E \u0938\u092E\u0930\u094D\u0925\u093F\u0924 \u0935\u0947\u092C\u0938\u093E\u0907\u091F\u094B\u0902 (Google \u0938\u092E\u093E\u091A\u093E\u0930, Google \u0916\u094B\u091C (\u0915\u0941\u091B \u0915\u0940\u0935\u0930\u094D\u0921), \u0938\u094D\u0928\u094B\u092C\u0949\u0932, \u0913\u0930\u093F\u090F\u0902\u091F\u0932 \u092B\u0949\u0930\u094D\u091A\u094D\u092F\u0942\u0928 \u0928\u0947\u091F\u0935\u0930\u094D\u0915, \u092B\u093C\u0941\u091F\u0942) \u092A\u0930 \u0916\u094B\u091C \u0915\u0930\u0947\u0902\u0917\u0947 , \u091F\u093E\u0907\u0917\u0930) \u0938\u094D\u0935\u091A\u093E\u0932\u093F\u0924 \u0930\u0942\u092A \u0938\u0947 \u0906\u092A\u0915\u0947 \u0932\u093F\u090F \u0905\u0902\u0917\u094D\u0930\u0947\u091C\u0940 \u092E\u0947\u0902 \u0938\u092E\u093E\u0928 \u0915\u0940\u0935\u0930\u094D\u0921 \u0916\u094B\u091C\u0924\u093E \u0939\u0948 \u0914\u0930 \u0909\u0928\u094D\u0939\u0947\u0902 \u0926\u093E\u0908\u0902 \u0913\u0930 \u092A\u094D\u0930\u0926\u0930\u094D\u0936\u093F\u0924 \u0915\u0930\u0924\u093E \u0939\u0948\u0964 \u092F\u0926\u093F \u0906\u092A\u0915\u094B \u0907\u0938 \u0938\u0941\u0935\u093F\u0927\u093E \u0915\u0940 \u0906\u0935\u0936\u094D\u092F\u0915\u0924\u093E \u0928\u0939\u0940\u0902 \u0939\u0948, \u0924\u094B \u0906\u092A \u0907\u0938\u0947 \u0905\u0915\u094D\u0937\u092E \u0915\u0930\u0928\u093E \u091A\u0941\u0928 \u0938\u0915\u0924\u0947 \u0939\u0948\u0902\u0964",option:"\u0938\u094D\u0925\u093E\u092A\u093F\u0924 \u0915\u0930\u0928\u093E",saveSettings:"\u0938\u0947\u091F\u093F\u0902\u0917\u094D\u0938 \u0938\u0947\u0935 \u0915\u0930\u0947\u0902",closeModal:"\u0916\u093F\u0921\u093C\u0915\u0940 \u092C\u0902\u0926 \u0915\u0930\u094B",enableInputTranslationWithoutTriggerKeyTitle:"\u0924\u094D\u0935\u0930\u093F\u0924 \u0915\u0949\u092E\u094D\u092C\u094B \u0915\u094B 3 \u0917\u0941\u0928\u093E{trailingKey}\u0938\u0915\u094D\u0937\u092E \u0915\u0930\u0947\u0902, \u0938\u0902\u092A\u0942\u0930\u094D\u0923 \u0907\u0928\u092A\u0941\u091F \u092C\u0949\u0915\u094D\u0938 \u0915\u094B \u0938\u0940\u0927\u0947{inputTargetLanguage}\u092E\u0947\u0902 \u0905\u0928\u0941\u0935\u093E\u0926\u093F\u0924 \u0915\u0930\u0947\u0902",enableInputTranslationWithoutTriggerKeyDescription:"\u092F\u0926\u093F \u0906\u092A\u0915\u094B \u0932\u0915\u094D\u0937\u094D\u092F \u092D\u093E\u0937\u093E \u0928\u093F\u0930\u094D\u0926\u093F\u0937\u094D\u091F \u0915\u0930\u0928\u0947 \u0915\u0940 \u0906\u0935\u0936\u094D\u092F\u0915\u0924\u093E \u0939\u0948, \u0924\u094B \u0915\u0943\u092A\u092F\u093E \u0938\u093E\u092E\u0928\u0947 \u092D\u093E\u0937\u093E \u0915\u094B\u0921 \u091C\u094B\u0921\u093C\u0947\u0902, \u091C\u0948\u0938\u0947\uFF1Aja \u0939\u0947\u0932\u094B \u0935\u0930\u094D\u0932\u094D\u0921",mouseHoverShortcutPlaceholder:"\u091C\u0948\u0938\u0947\uFF1A\u0936\u093F\u092B\u094D\u091F",deepLProName:"\u0907\u092E\u0930\u094D\u0938\u093F\u0935 \u091F\u094D\u0930\u093E\u0902\u0938\u0932\u0947\u0936\u0928 \u092A\u094D\u0930\u094B \u0938\u0926\u0938\u094D\u092F (\u0905\u0928\u0941\u0936\u0902\u0938\u093F\u0924)",deepLProDescription:"\u0935\u0930\u094D\u0924\u092E\u093E\u0928 \u092A\u0948\u0915\u0947\u091C \u0915\u093E \u0938\u0940\u0927\u0947 \u0909\u092A\u092F\u094B\u0917 \u0915\u093F\u092F\u093E \u091C\u093E \u0938\u0915\u0924\u093E \u0939\u0948",deeplProDescriptionForNormal:"\u0915\u093F\u0938\u0940 \u0938\u0947\u091F\u093F\u0902\u0917 \u0915\u0940 \u0906\u0935\u0936\u094D\u092F\u0915\u0924\u093E \u0928\u0939\u0940\u0902 \u0939\u0948\u0964 \u0906\u092A \u0938\u0926\u0938\u094D\u092F \u0915\u0947 \u0930\u0942\u092A \u092E\u0947\u0902 \u0932\u0949\u0917 \u0907\u0928 \u0915\u0930\u0928\u0947 \u0915\u0947 \u092C\u093E\u0926 \u0907\u0938\u0915\u093E \u0909\u092A\u092F\u094B\u0917 \u0915\u0930 \u0938\u0915\u0924\u0947 \u0939\u0948\u0902\u0964 <1> \u0938\u0926\u0938\u094D\u092F \u092E\u0947\u0902 \u0905\u092A\u0917\u094D\u0930\u0947\u0921 \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u092F\u0939\u093E\u0902 \u0915\u094D\u0932\u093F\u0915 \u0915\u0930\u0947\u0902\u0964",deepLCustomDescription:"\u0906\u092A\u0915\u094B \u090F\u0915 \u0935\u093F\u0926\u0947\u0936\u0940 \u0915\u094D\u0930\u0947\u0921\u093F\u091F \u0915\u093E\u0930\u094D\u0921 \u0915\u0940 \u0906\u0935\u0936\u094D\u092F\u0915\u0924\u093E \u0939\u0948, <1>\u0921\u0940\u092A\u090F\u0932 \u092A\u0930 \u091C\u093E\u090F\u0902 \u0906\u0927\u093F\u0915\u093E\u0930\u093F\u0915 \u0924\u094C\u0930 \u092A\u0930 \u0916\u094B\u0932\u093E \u0917\u092F\u093E, <2> \u0926\u0938\u094D\u0924\u093E\u0935\u0947\u091C\u093C \u0926\u0947\u0916\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u0915\u094D\u0932\u093F\u0915 \u0915\u0930\u0947\u0902",deepLCustomName:"\u0915\u0938\u094D\u091F\u092E \u092A\u094D\u0930\u093E\u092E\u093E\u0923\u093F\u0915 \u0915\u0941\u0902\u091C\u0940",chooseProviderLabel:"\u090F\u0915 \u0938\u0947\u0935\u093E \u092A\u094D\u0930\u0926\u093E\u0924\u093E \u091A\u0941\u0928\u0947\u0902",openaiProName:"\u0907\u092E\u0930\u094D\u0938\u093F\u0935 \u091F\u094D\u0930\u093E\u0902\u0938\u0932\u0947\u0936\u0928 \u092A\u094D\u0930\u094B \u0938\u0926\u0938\u094D\u092F (\u0905\u0928\u0941\u0936\u0902\u0938\u093F\u0924)",openaiProDescription:"\u0935\u0930\u094D\u0924\u092E\u093E\u0928 \u092A\u0948\u0915\u0947\u091C \u0915\u093E \u0938\u0940\u0927\u0947 \u0909\u092A\u092F\u094B\u0917 \u0915\u093F\u092F\u093E \u091C\u093E \u0938\u0915\u0924\u093E \u0939\u0948",openaiProDescriptionForNormal:"\u0915\u093F\u0938\u0940 \u0938\u0947\u091F\u093F\u0902\u0917 \u0915\u0940 \u0906\u0935\u0936\u094D\u092F\u0915\u0924\u093E \u0928\u0939\u0940\u0902 \u0939\u0948\u0964 \u0906\u092A \u0938\u0926\u0938\u094D\u092F \u0915\u0947 \u0930\u0942\u092A \u092E\u0947\u0902 \u0932\u0949\u0917 \u0907\u0928 \u0915\u0930\u0928\u0947 \u0915\u0947 \u092C\u093E\u0926 \u0907\u0938\u0915\u093E \u0909\u092A\u092F\u094B\u0917 \u0915\u0930 \u0938\u0915\u0924\u0947 \u0939\u0948\u0902\u0964 <1> \u0938\u0926\u0938\u094D\u092F \u092E\u0947\u0902 \u0905\u092A\u0917\u094D\u0930\u0947\u0921 \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u092F\u0939\u093E\u0902 \u0915\u094D\u0932\u093F\u0915 \u0915\u0930\u0947\u0902\u0964",openaiCustomDescription:"\u0907\u0938\u0947 OpenAI, Azure OpenAI, \u092F\u093E \u0905\u0928\u094D\u092F \u0924\u0943\u0924\u0940\u092F-\u092A\u0915\u094D\u0937 \u0938\u0947\u0935\u093E\u0913\u0902 \u0938\u0947 \u092A\u094D\u0930\u093E\u092A\u094D\u0924 \u0915\u093F\u092F\u093E \u091C\u093E \u0938\u0915\u0924\u093E \u0939\u0948\u0964 <1> \u0926\u0938\u094D\u0924\u093E\u0935\u0947\u091C\u093C \u0926\u0947\u0916\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u092F\u0939\u093E\u0902 \u0915\u094D\u0932\u093F\u0915 \u0915\u0930\u0947\u0902\u0964",openaiCustomName:"\u0915\u0938\u094D\u091F\u092E \u090F\u092A\u0940\u0906\u0908 \u0915\u0941\u0902\u091C\u0940",needLoginAction:"(\u0938\u0926\u0938\u094D\u092F\u0924\u093E \u0926\u0930\u094D\u091C \u0915\u0930\u0947\u0902 \u092F\u093E \u0905\u0928\u0941\u0915\u0942\u0932\u093F\u0924 \u0915\u0930\u0947\u0902)",goLoginOrAction:"(\u0938\u0926\u0938\u094D\u092F\u0924\u093E \u0926\u0930\u094D\u091C \u0915\u0930\u0947\u0902 \u092F\u093E \u0938\u0947\u091F\u093F\u0902\u0917\u094D\u0938 \u092A\u0930 \u091C\u093E\u090F\u0902)",yearly:"\u0938\u0924\u0924 \u0935\u093E\u0930\u094D\u0937\u093F\u0915 \u0938\u0926\u0938\u094D\u092F\u0924\u093E",quarterly:"\u0932\u0917\u093E\u0924\u093E\u0930 \u090B\u0924\u0941\u090F\u0901",monthly:"\u0928\u093F\u0930\u0902\u0924\u0930 \u092E\u093E\u0938\u093F\u0915 \u0938\u0926\u0938\u094D\u092F\u0924\u093E",yearlyForOnce:"\u090F\u0915\u092E\u0941\u0936\u094D\u0924 \u0935\u093E\u0930\u094D\u0937\u093F\u0915 \u092A\u0948\u0915\u0947\u091C",monthlyForOnce:"\u090F\u0915\u092E\u0941\u0936\u094D\u0924 \u092E\u093E\u0938\u093F\u0915 \u092A\u0948\u0915\u0947\u091C",daily:"\u0932\u0917\u093E\u0924\u093E\u0930 \u0926\u094B \u0926\u093F\u0928",year:"\u0938\u0924\u0924 \u0935\u093E\u0930\u094D\u0937\u093F\u0915 \u0938\u0926\u0938\u094D\u092F\u0924\u093E",quarter:"\u0932\u0917\u093E\u0924\u093E\u0930 \u090B\u0924\u0941\u090F\u0901",month:"\u0928\u093F\u0930\u0902\u0924\u0930 \u092E\u093E\u0938\u093F\u0915 \u0938\u0926\u0938\u094D\u092F\u0924\u093E",day:"\u0932\u0917\u093E\u0924\u093E\u0930 \u0926\u094B \u0926\u093F\u0928",onetime_7day:"7 \u0926\u093F\u0928 \u0915\u093E \u091F\u094D\u0930\u093E\u092F\u0932 \u092A\u0948\u0915\u0947\u091C",currentPlanDescriptionForFree:"\u0935\u0930\u094D\u0924\u092E\u093E\u0928 \u092A\u0948\u0915\u0947\u091C\uFF1A\u0928\u093F\u0903\u0936\u0941\u0932\u094D\u0915 \u0939\u0948",currentPlanDescriptionForContinuous:"\u0935\u0930\u094D\u0924\u092E\u093E\u0928 \u092A\u0948\u0915\u0947\u091C\uFF1A{plan}\u0939\u0948 \u0914\u0930 {endAt} \u0915\u094B \u0938\u094D\u0935\u091A\u093E\u0932\u093F\u0924 \u0930\u0942\u092A \u0938\u0947 \u0928\u0935\u0940\u0928\u0940\u0915\u0943\u0924 \u0939\u094B \u091C\u093E\u090F\u0917\u093E",currentPlanDescriptionForAutoRenewCaceling:"\u0935\u0930\u094D\u0924\u092E\u093E\u0928 \u092A\u0948\u0915\u0947\u091C\uFF1A{plan}\u0939\u0948 \u0914\u0930 {endAt} \u0915\u094B \u0938\u092E\u093E\u092A\u094D\u0924 \u0939\u094B \u091C\u093E\u090F\u0917\u093E\u0964 \u0938\u092E\u093E\u092A\u094D\u0924\u093F \u0915\u0947 \u092C\u093E\u0926 \u0907\u0938\u0947 \u0938\u094D\u0935\u091A\u093E\u0932\u093F\u0924 \u0930\u0942\u092A \u0938\u0947 \u0928\u0935\u0940\u0928\u0940\u0915\u0943\u0924 \u0928\u0939\u0940\u0902 \u0915\u093F\u092F\u093E \u091C\u093E\u090F\u0917\u093E\u0964",currentYearlyPlanDescriptionForAutoRenewCacelingWithRealPaiedUser:"\u0935\u0930\u094D\u0924\u092E\u093E\u0928 \u092A\u0948\u0915\u0947\u091C\uFF1A{plan} {endAt} \u0915\u094B \u0938\u092E\u093E\u092A\u094D\u0924 \u0939\u094B \u091C\u093E\u090F\u0917\u093E \u0914\u0930 \u0938\u092E\u093E\u092A\u094D\u0924\u093F \u0915\u0947 \u092C\u093E\u0926 \u0938\u094D\u0935\u091A\u093E\u0932\u093F\u0924 \u0930\u0942\u092A \u0938\u0947 \u0928\u0935\u0940\u0928\u0940\u0915\u0943\u0924 \u0928\u0939\u0940\u0902 \u0915\u093F\u092F\u093E \u091C\u093E\u090F\u0917\u093E\u0964
<1>\u0928\u0935\u0940\u0915\u0930\u0923 \u092F\u094B\u091C\u0928\u093E\u0913\u0902 \u0915\u094B \u092A\u094D\u0930\u092C\u0902\u0927\u093F\u0924 \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u092F\u0939\u093E\u0902 \u0915\u094D\u0932\u093F\u0915 \u0915\u0930\u0947\u0902",currentYearlyPlanDescriptionForAutoRenewCacelingWithAdmin:"\u0935\u0930\u094D\u0924\u092E\u093E\u0928 \u092A\u0948\u0915\u0947\u091C\uFF1A{plan} {endAt} \u0915\u094B \u0938\u092E\u093E\u092A\u094D\u0924 \u0939\u094B \u091C\u093E\u090F\u0917\u093E \u0914\u0930 \u0938\u092E\u093E\u092A\u094D\u0924\u093F \u0915\u0947 \u092C\u093E\u0926 \u0938\u094D\u0935\u091A\u093E\u0932\u093F\u0924 \u0930\u0942\u092A \u0938\u0947 \u0928\u0935\u0940\u0928\u0940\u0915\u0943\u0924 \u0928\u0939\u0940\u0902 \u0915\u093F\u092F\u093E \u091C\u093E\u090F\u0917\u093E\u0964
<1>\u0928\u093F\u0930\u0902\u0924\u0930 \u0935\u093E\u0930\u094D\u0937\u093F\u0915 \u0938\u0926\u0938\u094D\u092F\u0924\u093E \u0938\u0915\u094D\u0930\u093F\u092F \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u092F\u0939\u093E\u0902 \u0915\u094D\u0932\u093F\u0915 \u0915\u0930\u0947\u0902",currentPlanDescriptionForOneTime:"\u0935\u0930\u094D\u0924\u092E\u093E\u0928 \u092A\u0948\u0915\u0947\u091C\uFF1A{plan}\u0939\u0948 \u0914\u0930 {endAt} \u0915\u094B \u0938\u092E\u093E\u092A\u094D\u0924 \u0939\u094B \u091C\u093E\u090F\u0917\u093E\u0964 <1> \u0935\u093E\u0930\u094D\u0937\u093F\u0915 \u0936\u0941\u0932\u094D\u0915 \u092E\u0947\u0902 \u0905\u092A\u0917\u094D\u0930\u0947\u0921 \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u092F\u0939\u093E\u0902 \u0915\u094D\u0932\u093F\u0915 \u0915\u0930\u0947\u0902 \u092F\u093E <2> \u092E\u093E\u0938\u093F\u0915 \u0936\u0941\u0932\u094D\u0915 \u0938\u0926\u0938\u094D\u092F",upgradePlan:"\u092A\u094D\u0930\u094B \u0938\u0926\u0938\u094D\u092F\u0924\u093E \u092E\u0947\u0902 \u0905\u092A\u0917\u094D\u0930\u0947\u0921 \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u092F\u0939\u093E\u0902 \u0915\u094D\u0932\u093F\u0915 \u0915\u0930\u0947\u0902",upgradeToPro:"\u092A\u094D\u0930\u094B \u0938\u0926\u0938\u094D\u092F\u0924\u093E \u092E\u0947\u0902 \u0905\u092A\u0917\u094D\u0930\u0947\u0921 \u0915\u0930\u0947\u0902","popup.openPro":"\u092A\u094D\u0930\u094B \u0938\u0926\u0938\u094D\u092F\u0924\u093E \u092E\u0947\u0902 \u0905\u092A\u0917\u094D\u0930\u0947\u0921 \u0915\u0930\u0928\u0947 \u0915\u0947 \u092C\u093E\u0926, \u0906\u092A \u0921\u0940\u092A\u090F\u0932 \u0914\u0930 \u0913\u092A\u0928\u090F\u0906\u0908 \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u093E \u0906\u0928\u0902\u0926 \u0932\u0947 \u0938\u0915\u0924\u0947 \u0939\u0948\u0902, \u0905\u092A\u0917\u094D\u0930\u0947\u0921 \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u092F\u0939\u093E\u0902 \u0915\u094D\u0932\u093F\u0915 \u0915\u0930\u0947\u0902","popup.openProForPro":"\u0906\u092A \u090F\u0915 \u092A\u094D\u0930\u094B \u0938\u0926\u0938\u094D\u092F \u0939\u0948\u0902 \u0914\u0930 \u0938\u0940\u0927\u0947 \u0921\u0940\u092A\u090F\u0932 \u0914\u0930 \u0913\u092A\u0928\u090F\u0906\u0908 \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u093E \u0909\u092A\u092F\u094B\u0917 \u0915\u0930 \u0938\u0915\u0924\u0947 \u0939\u0948\u0902",currentAccount:"\u091A\u093E\u0932\u0942 \u0916\u093E\u0924\u093E",enableAutoSyncUserSettings:"\u090F\u0915\u093E\u0927\u093F\u0915 \u0921\u093F\u0935\u093E\u0907\u0938\u094B\u0902 \u092A\u0930 \u0938\u094D\u0935\u091A\u093E\u0932\u093F\u0924 \u0915\u094D\u0932\u093E\u0909\u0921 \u0938\u093F\u0902\u0915 \u0938\u0915\u094D\u0937\u092E \u0915\u0930\u0947\u0902",modalEnableInputTranslationTitle:"\u0907\u092E\u0930\u094D\u0938\u093F\u0935 \u091F\u094D\u0930\u093E\u0902\u0938\u0932\u0947\u0936\u0928 \u0907\u0928\u092A\u0941\u091F \u092C\u0949\u0915\u094D\u0938 \u091F\u094D\u0930\u093E\u0902\u0938\u0932\u0947\u0936\u0928 \u092F\u0941\u0915\u094D\u0924\u093F\u092F\u093E\u0901",modalEnableInputTranslationDesc:"\u0906\u092A\u0928\u0947 \u0938\u094D\u092A\u0947\u0938 \u092C\u093E\u0930 \u0915\u094B \u0932\u0917\u093E\u0924\u093E\u0930 \u0924\u0940\u0928 \u092C\u093E\u0930 \u0926\u092C\u093E\u0915\u0930 \u0907\u092E\u0930\u094D\u0938\u093F\u0935 \u091F\u094D\u0930\u093E\u0902\u0938\u0932\u0947\u0936\u0928 \u0915\u0947 \u0907\u0928\u092A\u0941\u091F \u092C\u0949\u0915\u094D\u0938 \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u094B \u091F\u094D\u0930\u093F\u0917\u0930 \u0915\u093F\u092F\u093E \u0939\u0948, \u0914\u0930 \u0907\u0928\u092A\u0941\u091F \u092C\u0949\u0915\u094D\u0938 \u0915\u0940 \u0938\u093E\u092E\u0917\u094D\u0930\u0940 \u0915\u094B \u0921\u093F\u092B\u093C\u0949\u0932\u094D\u091F \u0932\u0915\u094D\u0937\u094D\u092F \u092D\u093E\u0937\u093E \u092E\u0947\u0902 \u0905\u0928\u0941\u0935\u093E\u0926\u093F\u0924 \u0915\u093F\u092F\u093E \u091C\u093E\u090F\u0917\u093E\u0964 \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u094B Ctrl+Z \u0915\u0947 \u092E\u093E\u0927\u094D\u092F\u092E \u0938\u0947 \u092A\u0942\u0930\u094D\u0935\u0935\u0924 \u0915\u093F\u092F\u093E \u091C\u093E \u0938\u0915\u0924\u093E \u0939\u0948\u0964

\u092F\u0926\u093F \u092F\u0939 \u090F\u0915 \u0917\u0932\u0924\u0940 \u0939\u0948, \u0924\u094B \u091A\u093F\u0902\u0924\u093E \u0928 \u0915\u0930\u0947\u0902, \u0906\u092A \u0907\u0938 \u092C\u093E\u0930 \u0907\u0938\u0947 \u0905\u0915\u094D\u0937\u092E \u0915\u0930\u0928\u093E \u091A\u0941\u0928 \u0938\u0915\u0924\u0947 \u0939\u0948\u0902, \u092F\u093E \u0907\u0928\u092A\u0941\u091F \u092C\u0949\u0915\u094D\u0938 \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u094B \u0938\u094D\u0925\u093E\u092F\u0940 \u0930\u0942\u092A \u0938\u0947 \u0905\u0915\u094D\u0937\u092E \u0915\u0930 \u0938\u0915\u0924\u0947 \u0939\u0948\u0902\u0964",saveAndNotShowAgain:"\u0938\u0939\u0947\u091C\u0947\u0902 \u0914\u0930 \u0926\u094B\u092C\u093E\u0930\u093E \u0938\u0902\u0915\u0947\u0924 \u0928 \u0926\u0947\u0902",disableInputTranslationTips:"* \u0906\u092A {option} ,{learnMore}\u092E\u0947\u0902 \u091F\u094D\u0930\u093F\u0917\u0930 \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u0905\u0928\u094D\u092F \u0936\u0949\u0930\u094D\u091F\u0915\u091F \u0915\u0941\u0902\u091C\u093F\u092F\u093E\u0901 \u092D\u0940 \u0938\u0947\u091F \u0915\u0930 \u0938\u0915\u0924\u0947 \u0939\u0948\u0902\u0964",learnMore:"\u0914\u0930 \u091C\u093E\u0928\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u092F\u0939\u093E\u0902 \u0915\u094D\u0932\u093F\u0915 \u0915\u0930\u0947\u0902",continueEnalbeInputTranslation:"\u0907\u0928\u092A\u0941\u091F \u092C\u0949\u0915\u094D\u0938 \u0905\u0928\u0941\u0935\u093E\u0926 \u0938\u0915\u094D\u0937\u092E \u0915\u0930\u0928\u093E \u091C\u093E\u0930\u0940 \u0930\u0916\u0947\u0902",autoRenewTrialSuffix:'(\u092A\u0930\u0940\u0915\u094D\u0937\u0923 \u0915\u0947 \u0926\u094C\u0930\u093E\u0928,\u0924\u0941\u0930\u0902\u0924 \u0914\u092A\u091A\u093E\u0930\u093F\u0915\u092E\u0947\u0902 \u0905\u092A\u0917\u094D\u0930\u0947\u0921 \u0915\u0930 \u0926\u093F\u092F\u093E \u091C\u093E\u090F\u0917\u093E)',upgradeFromTrialTitle:"\u0906\u0927\u093F\u0915\u093E\u0930\u093F\u0915 \u0938\u0926\u0938\u094D\u092F \u0915\u0947 \u0930\u0942\u092A \u092E\u0947\u0902 \u0905\u092A\u0917\u094D\u0930\u0947\u0921 \u0915\u0930\u0947\u0902",subtitle:"\u0935\u0940\u0921\u093F\u092F\u094B \u0909\u092A\u0936\u0940\u0930\u094D\u0937\u0915",youtubeService:"\u0907\u092E\u0930\u094D\u0938\u093F\u0935 \u0905\u0928\u0941\u0935\u093E\u0926 \u0935\u0940\u0921\u093F\u092F\u094B \u0909\u092A\u0936\u0940\u0930\u094D\u0937\u0915 \u0905\u0928\u0941\u0935\u093E\u0926 \u0938\u0947\u0935\u093E","subtitle.disabledSubtitle":"\u0935\u0940\u0921\u093F\u092F\u094B \u0909\u092A\u0936\u0940\u0930\u094D\u0937\u0915 \u0915\u094B \u0938\u094D\u0925\u093E\u092F\u0940 \u0930\u0942\u092A \u0938\u0947 \u0905\u0915\u094D\u0937\u092E \u0915\u0930\u0947\u0902","subtitle.disabledSubtitleDescription":"\u092F\u0926\u093F \u0907\u092E\u0930\u094D\u0938\u093F\u0935 \u091F\u094D\u0930\u093E\u0902\u0938\u0932\u0947\u0936\u0928 \u0915\u0947 \u0935\u0940\u0921\u093F\u092F\u094B \u0909\u092A\u0936\u0940\u0930\u094D\u0937\u0915 \u0905\u0928\u094D\u092F \u090F\u0915\u094D\u0938\u091F\u0947\u0902\u0936\u0928 \u0915\u0947 \u0938\u093E\u0925 \u0938\u0902\u0918\u0930\u094D\u0937 \u0915\u0930\u0924\u0947 \u0939\u0948\u0902, \u0924\u094B \u0906\u092A \u0907\u092E\u0930\u094D\u0938\u093F\u0935 \u091F\u094D\u0930\u093E\u0902\u0938\u0932\u0947\u0936\u0928 \u0915\u0947 \u0935\u0940\u0921\u093F\u092F\u094B \u0909\u092A\u0936\u0940\u0930\u094D\u0937\u0915 \u092B\u093C\u0902\u0915\u094D\u0936\u0928 \u0915\u094B \u0938\u094D\u0925\u093E\u092F\u0940 \u0930\u0942\u092A \u0938\u0947 \u0905\u0915\u094D\u0937\u092E \u0915\u0930\u0928\u093E \u092F\u093E \u0905\u0928\u094D\u092F \u0935\u093F\u0930\u094B\u0927\u093E\u092D\u093E\u0938\u0940 \u090F\u0915\u094D\u0938\u091F\u0947\u0902\u0936\u0928 \u0915\u094B \u0905\u0928\u0907\u0902\u0938\u094D\u091F\u0949\u0932 \u0915\u0930\u0928\u093E \u091A\u0941\u0928 \u0938\u0915\u0924\u0947 \u0939\u0948\u0902\u0964","subtitle.autoEnableSubtitle":"\u0938\u094D\u0935\u091A\u093E\u0932\u093F\u0924 \u0930\u0942\u092A \u0938\u0947 \u0926\u094D\u0935\u093F\u092D\u093E\u0937\u0940 \u0909\u092A\u0936\u0940\u0930\u094D\u0937\u0915 \u0915\u093E \u0909\u092A\u092F\u094B\u0917 \u0915\u0930\u0947\u0902","subtitle.autoEnableSubtitleDescription":"\u0938\u0915\u094D\u0930\u093F\u092F \u0915\u0930\u0928\u0947 \u0915\u0947 \u092C\u093E\u0926, \u091C\u092C \u0935\u0940\u0921\u093F\u092F\u094B \u091A\u0932 \u0930\u0939\u093E \u0939\u094B\u0924\u093E \u0939\u0948, \u0924\u094B \u0938\u094D\u0935\u091A\u093E\u0932\u093F\u0924 \u0930\u0942\u092A \u0938\u0947 \u0926\u094D\u0935\u093F\u092D\u093E\u0937\u0940\u092F \u0909\u092A\u0936\u0940\u0930\u094D\u0937\u0915 \u0926\u093F\u0916\u093E\u0908 \u0926\u0947\u0902\u0917\u0947, \u0905\u0928\u094D\u092F\u0925\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u092C\u091F\u0928 \u092A\u0930 \u0915\u094D\u0932\u093F\u0915 \u0915\u0930\u0928\u0947 \u0915\u0940 \u0906\u0935\u0936\u094D\u092F\u0915\u0924\u093E \u0939\u094B\u0917\u0940\u0964","subtitle.preTranslation":"\u0909\u092A\u0936\u0940\u0930\u094D\u0937\u0915 \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u0907\u092E\u0930\u094D\u0938\u093F\u0935 \u091F\u094D\u0930\u093E\u0902\u0938\u0932\u0947\u0936\u0928 \u0915\u093E \u0909\u092A\u092F\u094B\u0917 \u0915\u0930\u0947\u0902","subtitle.preTranslationDescription":"\u0907\u0938\u0947 \u0938\u0915\u094D\u0937\u092E \u0915\u0930\u0928\u0947 \u0915\u0947 \u092C\u093E\u0926, \u0928\u0940\u091A\u0947 \u0926\u0940 \u0917\u0908 \u0928\u093F\u0930\u094D\u0926\u093F\u0937\u094D\u091F \u0905\u0928\u0941\u0935\u093E\u0926 \u0938\u0947\u0935\u093E \u0915\u093E \u0909\u092A\u092F\u094B\u0917 \u0938\u0902\u092A\u0942\u0930\u094D\u0923 \u0909\u092A\u0936\u0940\u0930\u094D\u0937\u0915 \u0915\u093E \u0905\u0917\u094D\u0930\u093F\u092E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u0915\u093F\u092F\u093E \u091C\u093E\u090F\u0917\u093E\u0964 \u090F\u0915 \u0918\u0902\u091F\u0947 \u0915\u093E \u0935\u0940\u0921\u093F\u092F\u094B \u0932\u0917\u092D\u0917 50,000 \u091F\u094B\u0915\u0928 \u092F\u093E \u0935\u0930\u094D\u0923\u094B\u0902 \u0915\u093E \u0909\u092A\u092D\u094B\u0917 \u0915\u0930\u0924\u093E \u0939\u0948, \u0907\u0938\u0932\u093F\u090F \u0915\u0943\u092A\u092F\u093E \u0907\u0938\u0947 \u0909\u092A\u092F\u0941\u0915\u094D\u0924 \u0915\u0947 \u0930\u0942\u092A \u092E\u0947\u0902 \u0909\u092A\u092F\u094B\u0917 \u0915\u0930\u0947\u0902; \u0907\u0938\u0947 \u092C\u0902\u0926 \u0915\u0930\u0928\u0947 \u0915\u0947 \u092C\u093E\u0926, \u092E\u0936\u0940\u0928 \u0938\u0947 \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u093F\u092F\u093E \u091C\u093E\u090F\u0917\u093E \u092E\u0942\u0932 \u0935\u0940\u0921\u093F\u092F\u094B \u0915\u0947 \u0938\u093E\u0925 \u0906\u0928\u0947 \u0935\u093E\u0932\u0947 \u0909\u092A\u0936\u0940\u0930\u094D\u0937\u0915 \u0915\u093E \u092A\u0939\u0932\u0947 \u0909\u092A\u092F\u094B\u0917 \u0915\u093F\u092F\u093E \u091C\u093E\u090F\u0917\u093E\u0964","subtitle.humanSubtitlesPreferred":"\u092E\u093E\u0928\u0935 \u0909\u092A\u0936\u0940\u0930\u094D\u0937\u0915 \u0915\u0947 \u0909\u092A\u092F\u094B\u0917 \u0915\u094B \u092A\u094D\u0930\u093E\u0925\u092E\u093F\u0915\u0924\u093E \u0926\u0947\u0902","subtitle.humanSubtitlesPreferredDescription":"\u091C\u092C \u0915\u093F\u0938\u0940 \u0935\u0940\u0921\u093F\u092F\u094B \u092E\u0947\u0902 \u0932\u0915\u094D\u0937\u093F\u0924 \u092D\u093E\u0937\u093E \u092E\u0947\u0902 \u092E\u0948\u0928\u094D\u092F\u0941\u0905\u0932 \u0909\u092A\u0936\u0940\u0930\u094D\u0937\u0915 \u0939\u094B\u0902, \u0924\u094B \u092A\u0939\u0932\u0947 \u092E\u0948\u0928\u094D\u092F\u0941\u0905\u0932 \u0909\u092A\u0936\u0940\u0930\u094D\u0937\u0915 \u0915\u093E \u0909\u092A\u092F\u094B\u0917 \u0915\u0930\u0947\u0902 (\u0905\u0928\u0941\u0936\u0902\u0938\u093F\u0924)",videoSubtitleTranslationDescription:"\u0935\u0940\u0921\u093F\u092F\u094B \u0909\u092A\u0936\u0940\u0930\u094D\u0937\u0915 \u0915\u0947 \u0932\u093F\u090F \u090F\u0915 \u0905\u0932\u0917 \u0905\u0928\u0941\u0935\u093E\u0926 \u0938\u0947\u0935\u093E \u0928\u093E\u092E\u093F\u0924 \u0915\u0930\u0947\u0902",subtitleTranslating:"{service} \u0938\u0947\u0935\u093E \u0915\u093E \u0909\u092A\u092F\u094B\u0917 \u0915\u0930\u0915\u0947 \u0909\u092A\u0936\u0940\u0930\u094D\u0937\u0915 \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930 \u0930\u0939\u0947 \u0939\u0948\u0902, \u0915\u0943\u092A\u092F\u093E \u092A\u094D\u0930\u0924\u0940\u0915\u094D\u0937\u093E \u0915\u0930\u0947\u0902... (\u0907\u092E\u0930\u094D\u0938\u093F\u0935 \u0905\u0928\u0941\u0935\u093E\u0926)",subtitleLoading:"\u0909\u092A\u0936\u0940\u0930\u094D\u0937\u0915 \u0932\u094B\u0921 \u0939\u094B \u0930\u0939\u093E \u0939\u0948...",bilingual:"\u0926\u094D\u0935\u093F\u092D\u093E\u0937\u093F\u0915","field.action":"Baidu \u0936\u092C\u094D\u0926\u093E\u0935\u0932\u0940 \u0915\u094B \u0938\u0915\u094D\u0937\u092E \u0915\u0930\u0928\u093E \u0939\u0948 \u092F\u093E \u0928\u0939\u0940\u0902","description.action":"\u0938\u0915\u094D\u0937\u092E \u0915\u0930\u0928\u0947 \u0915\u0947 \u092C\u093E\u0926, \u0936\u092C\u094D\u0926 \u0915\u094B \u0938\u0915\u094D\u0937\u092E \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F Baidu \u0915\u094B \u0938\u0942\u091A\u093F\u0924 \u0915\u0930\u0928\u0947 \u0915\u0947 \u0905\u0928\u0941\u0930\u094B\u0927 \u092E\u0947\u0902 \u092A\u0948\u0930\u093E\u092E\u0940\u091F\u0930 \u090F\u0915\u094D\u0936\u0928 = 1 \u091C\u094B\u0921\u093C\u093E \u091C\u093E\u090F\u0917\u093E\u0964 <1> \u0915\u0943\u092A\u092F\u093E \u0905\u0927\u093F\u0915 \u0928\u093F\u0930\u094D\u0926\u0947\u0936\u094B\u0902 \u0915\u0947 \u0932\u093F\u090F \u0906\u0927\u093F\u0915\u093E\u0930\u093F\u0915 \u0926\u0938\u094D\u0924\u093E\u0935\u0947\u091C\u093C \u0926\u0947\u0916\u0947\u0902\u0964",closeQuickTranslation:"\u0924\u0948\u0930\u0924\u0940 \u0939\u0941\u0908 \u0917\u0947\u0902\u0926 \u0915\u094B \u092C\u0902\u0926 \u0915\u0930\u0947\u0902","closeQuickTranslation.untilNext":"\u0905\u0917\u0932\u0940 \u092F\u093E\u0924\u094D\u0930\u093E \u0924\u0915 \u092C\u0902\u0926","closeQuickTranslation.currentWebsite":"\u0935\u0930\u094D\u0924\u092E\u093E\u0928 \u0935\u0947\u092C\u0938\u093E\u0907\u091F \u0905\u0915\u094D\u0937\u092E \u0939\u0948","closeQuickTranslation.alwaysClose":"\u0938\u094D\u0925\u093E\u092F\u0940 \u0930\u0942\u092A \u0938\u0947 \u0905\u0915\u094D\u0937\u092E","closeQuickTranslation.settingOpen":"(<1> \u0938\u0947\u091F\u093F\u0902\u0917 \u092A\u0947\u091C \u092A\u0930 \u092A\u093E\u092F\u093E \u091C\u093E \u0938\u0915\u0924\u093E \u0939\u0948 \u091A\u093E\u0932\u0942 \u0915\u0930\u094B)","closeQuickTranslation.cancel":"\u0930\u0926\u094D\u0926 \u0915\u0930\u0928\u093E","closeQuickTranslation.confirm":"\u091C\u093C\u0930\u0942\u0930","floatBall.popup":"\u0924\u094D\u0935\u0930\u093F\u0924 \u0938\u0947\u091F\u093F\u0902\u0917 \u092A\u0948\u0928\u0932 \u0916\u094B\u0932\u0947\u0902","floatBall.translate":"\u0907\u0938 \u092A\u0943\u0937\u094D\u0920 \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u0915\u094D\u0932\u093F\u0915 \u0915\u0930\u0947\u0902","floatBall.showOriginal":"\u092E\u0942\u0932 \u092A\u093E\u0920 \u092A\u0930 \u0935\u093E\u092A\u0938 \u091C\u093E\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u0915\u094D\u0932\u093F\u0915 \u0915\u0930\u0947\u0902","floatBall.close":"\u0924\u0948\u0930\u0924\u0940 \u0939\u0941\u0908 \u0917\u0947\u0902\u0926 \u0915\u094B \u092C\u0902\u0926 \u0915\u0930\u0947\u0902","floatBallOptions.enableDescPc":"\u092A\u0947\u091C \u092B\u093C\u094D\u0932\u094B\u091F\u093F\u0902\u0917 \u092C\u0949\u0932 \u0938\u0915\u094D\u0937\u092E \u0939\u094B\u0928\u0947 \u0915\u0947 \u092C\u093E\u0926, \u092A\u0943\u0937\u094D\u0920 \u0915\u0947 \u0926\u093E\u0908\u0902 \u0913\u0930 \u090F\u0915 \u0924\u094D\u0935\u0930\u093F\u0924 \u0905\u0928\u0941\u0935\u093E\u0926 \u092C\u091F\u0928 \u092A\u094D\u0930\u0926\u0930\u094D\u0936\u093F\u0924 \u0939\u094B\u0917\u093E\u0964 \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u0915\u094D\u0932\u093F\u0915 \u0915\u0930\u0947\u0902\u0964","floatBallOptions.enableDesc":"\u092B\u094D\u0932\u094B\u091F\u093F\u0902\u0917 \u092C\u0949\u0932 \u0915\u094B \u092C\u0902\u0926 \u0915\u0930\u0928\u0947 \u0915\u0947 \u092C\u093E\u0926 \u0907\u0938\u0947{touch}\u0938\u0947 \u091C\u0917\u093E\u092F\u093E \u091C\u093E \u0938\u0915\u0924\u093E \u0939\u0948\u0964 \u0907\u0938 \u0935\u093F\u0915\u0932\u094D\u092A \u0915\u094B \u0917\u0932\u0924\u0940 \u0938\u0947 \u092C\u0902\u0926 \u0915\u0930\u0928\u0947 \u0915\u0947 \u092C\u093E\u0926 \u092B\u094D\u0932\u094B\u091F\u093F\u0902\u0917 \u092C\u0949\u0932 \u0915\u094B \u092E\u093F\u0932\u0928\u0947 \u0938\u0947 \u0930\u094B\u0915\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F, \u0907\u0938 \u0938\u0947\u091F\u093F\u0902\u0917 \u092A\u0947\u091C \u0915\u094B \u092C\u0941\u0915\u092E\u093E\u0930\u094D\u0915 \u0915\u0930\u0928\u0947 \u0915\u0940 \u092A\u0941\u0930\u091C\u094B\u0930 \u0905\u0928\u0941\u0936\u0902\u0938\u093E \u0915\u0940 \u091C\u093E\u0924\u0940 \u0939\u0948\u0964","description.azureApiUrl":"\u0915\u0938\u094D\u091F\u092E \u090F\u092A\u0940\u0906\u0908 \u0907\u0902\u091F\u0930\u092B\u093C\u0947\u0938 \u092A\u0924\u093E \u092D\u0930\u0947\u0902",confirmSupportMouse:"\u092E\u093E\u0909\u0938 \u0938\u092E\u0930\u094D\u0925\u0928 \u0915\u094B \u0938\u0915\u094D\u0937\u092E \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u092C\u093E\u0927\u094D\u092F \u0915\u0930\u0947\u0902",confirmSupportMouseDescription:"\u092F\u0939 \u092A\u093E\u092F\u093E \u0917\u092F\u093E \u0939\u0948 \u0915\u093F \u0935\u0930\u094D\u0924\u092E\u093E\u0928 \u092C\u094D\u0930\u093E\u0909\u091C\u093C\u0930 \u092E\u093E\u0909\u0938 \u092B\u093C\u0902\u0915\u094D\u0936\u0928 \u0915\u093E \u0938\u092E\u0930\u094D\u0925\u0928 \u0928\u0939\u0940\u0902 \u0915\u0930\u0924\u093E \u0939\u0948\u0964 \u0915\u094D\u092F\u093E \u0906\u092A \u092E\u093E\u0909\u0938 \u0938\u092E\u0930\u094D\u0925\u0928 \u0915\u094B \u092C\u0932\u092A\u0942\u0930\u094D\u0935\u0915 \u0938\u0915\u094D\u0937\u092E \u0915\u0930\u0928\u093E \u091A\u093E\u0939\u0924\u0947 \u0939\u0948\u0902?",sampleTargetText:"\u0932\u092E\u094D\u092C\u0940 \u0930\u093E\u0924 \u0906\u0928\u0947 \u0935\u093E\u0932\u0940 \u0939\u0948, \u0914\u0930 \u0905\u092C \u0938\u0947 \u092E\u0948\u0902 \u092E\u0930\u0928\u0947 \u0924\u0915 \u091C\u093E\u0917\u0924\u093E \u0930\u0939\u0942\u0901\u0917\u093E\u0964 \u092E\u0948\u0902 \u0928 \u092A\u0924\u094D\u0928\u0940 \u0932\u0942\u0901\u0917\u093E, \u0928 \u091C\u093E\u0917\u0940\u0930, \u0928 \u092C\u091A\u094D\u091A\u0947\u0964 \u092E\u0948\u0902 \u0915\u094B\u0908 \u0924\u093E\u091C \u0928\u0939\u0940\u0902 \u092A\u0939\u0928\u0942\u0902\u0917\u093E \u092F\u093E \u0938\u092E\u094D\u092E\u093E\u0928 \u0915\u0947 \u0932\u093F\u090F \u092A\u094D\u0930\u0924\u093F\u0938\u094D\u092A\u0930\u094D\u0927\u093E \u0928\u0939\u0940\u0902 \u0915\u0930\u0942\u0902\u0917\u093E\u0964 \u092E\u0948\u0902 \u0905\u092A\u0928\u093E \u0915\u0930\u094D\u0924\u0935\u094D\u092F \u0928\u093F\u0937\u094D\u0920\u093E\u092A\u0942\u0930\u094D\u0935\u0915 \u0928\u093F\u092D\u093E\u090A\u0902\u0917\u093E, \u091C\u093F\u090A\u0902\u0917\u093E \u0914\u0930 \u092E\u0930\u0942\u0902\u0917\u093E\u0964",sampleSourceText:"Night gathers, and now my watch begins. It shall not end until my death. I shall take no wife, hold no lands, father no children. I shall wear no crowns and win no glory. I shall live and die at my post.","subtitle.supportedSites":"\u5DF2\u652F\u6301\u5728\u8FD9\u4E9B\u7F51\u7AD9\u4F7F\u7528\u53CC\u8BED\u5B57\u5E55\uFF08\u6CE8\u610F\uFF1A\u7531\u4E8E\u6280\u672F\u9650\u5236\uFF0C\u90E8\u5206\u7F51\u7AD9\u5728\u9996\u6B21\u5F00\u542F\u5B57\u5E55\u540E\u9700\u8981\u91CD\u65B0\u5237\u65B0\u9875\u9762\uFF0C\u6216\u8005\u9700\u7B49\u5F85\u7FFB\u8BD1\u5B8C\u6210\u4EE5\u663E\u793A\u53CC\u8BED\u5B57\u5E55\uFF09\uFF1A",viewWithImmersiveTranslate:"\u53CC\u8BED\u7248\u672C(\u6C89\u6D78\u5F0F\u7FFB\u8BD1)",errorReason:"\u9519\u8BEF\u539F\u56E0\uFF1A{message}","proQuotaExceededError.onetime7day":'\uFF0C\u60A8\u53EF\u4EE5\u9009\u62E9\u4EE5\u4E0B\u65B9\u5F0F\u89E3\u51B3\uFF1A

1. \u5207\u6362\u5230 {anotherService} \u6216\u5176\u4ED6\u7FFB\u8BD1\u670D\u52A1
2. \u5347\u7EA7\u4E3A\u6708\u5EA6/\u5E74\u5EA6\u4F1A\u5458',"proQuotaExceededError.trial":'\uFF0C\u60A8\u53EF\u4EE5\u9009\u62E9\u4EE5\u4E0B\u65B9\u5F0F\u89E3\u51B3\uFF1A

1. \u5207\u6362\u5230 {anotherService} \u6216\u5176\u4ED6\u7FFB\u8BD1\u670D\u52A1
2. \u7ACB\u523B\u5347\u7EA7\u4E3A\u6B63\u5F0F\u4F1A\u5458',"proQuotaExceededError.nonTrial":'\uFF0C\u60A8\u53EF\u4EE5\u9009\u62E9\u4EE5\u4E0B\u65B9\u5F0F\u89E3\u51B3\uFF1A

1. \u5207\u6362\u5230 {anotherService} \u6216\u5176\u4ED6\u7FFB\u8BD1\u670D\u52A1
2. \u8D2D\u4E70 {translationService} \u989D\u5916\u6D41\u91CF\u5305',"proQuotaExceededError.resetTime":"
3. \u989D\u5EA6\u91CD\u7F6E\u65F6\u95F4\uFF1A{resetTime}","desc.touchShortcutsToggleTranslatePageOnlyTranslation":"\u0915\u0947\u0935\u0932 \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u093E \u0924\u093E\u0924\u094D\u092A\u0930\u094D\u092F \u0939\u0948 \u0915\u093F \u0915\u0947\u0935\u0932 \u0905\u0928\u0941\u0935\u093E\u0926 \u092A\u094D\u0930\u0926\u0930\u094D\u0936\u093F\u0924 \u0939\u094B\u0917\u093E, \u092F\u0926\u093F \u0935\u0947\u092C\u092A\u0947\u091C \u0905\u092D\u0940 \u0924\u0915 \u0905\u0928\u0941\u0935\u093E\u0926\u093F\u0924 \u0928\u0939\u0940\u0902 \u0939\u0941\u0906 \u0939\u0948, \u0924\u094B \u092E\u094B\u0921 \u092C\u0926\u0932\u0947\u0917\u093E \u0914\u0930 \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0947\u0917\u093E\u0964","desc.toggleOnlyTransation":"\u0915\u0947\u0935\u0932 \u0905\u0928\u0941\u0935\u093E\u0926 \u092E\u094B\u0921 \u0915\u093E \u0924\u093E\u0924\u094D\u092A\u0930\u094D\u092F \u0939\u0948 \u0915\u093F \u0915\u0947\u0935\u0932 \u0905\u0928\u0941\u0935\u093E\u0926 \u092A\u094D\u0930\u0926\u0930\u094D\u0936\u093F\u0924 \u0939\u094B\u0917\u093E, \u092F\u0926\u093F \u0935\u0947\u092C\u092A\u0947\u091C \u0905\u092D\u0940 \u0924\u0915 \u0905\u0928\u0941\u0935\u093E\u0926\u093F\u0924 \u0928\u0939\u0940\u0902 \u0939\u0941\u0906 \u0939\u0948, \u0924\u094B \u092E\u094B\u0921 \u092C\u0926\u0932 \u091C\u093E\u090F\u0917\u093E \u0914\u0930 \u0905\u0928\u0941\u0935\u093E\u0926 \u0939\u094B\u0917\u093E\u0964",touchShortcutsToggleTranslatePageOnlyTranslation:"\u0938\u094D\u0915\u094D\u0930\u0940\u0928 \u091F\u091A \u091C\u0947\u0938\u094D\u091A\u0930 \u0938\u0947\u091F \u0915\u0930\u0947\u0902 \u0926\u094D\u0935\u093F\u092D\u093E\u0937\u0940 / \u0915\u0947\u0935\u0932 \u0905\u0928\u0941\u0935\u093E\u0926 \u092E\u094B\u0921 \u0915\u094B \u0938\u094D\u0935\u093F\u091A \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F",download_started:"\u0921\u093E\u0909\u0928\u0932\u094B\u0921 \u0936\u0941\u0930\u0942 \u0939\u094B \u091A\u0941\u0915\u093E \u0939\u0948, \u092F\u0926\u093F \u0938\u094D\u0935\u091A\u093E\u0932\u093F\u0924 \u0930\u0942\u092A \u0938\u0947 \u0921\u093E\u0909\u0928\u0932\u094B\u0921 \u0928\u0939\u0940\u0902 \u0939\u094B \u0930\u0939\u093E \u0939\u0948, \u0924\u094B \u0915\u0943\u092A\u092F\u093E \u092E\u0948\u0928\u094D\u092F\u0941\u0905\u0932 \u0930\u0942\u092A \u0938\u0947 \u0915\u094D\u0932\u093F\u0915 \u0915\u0930\u0947\u0902\u0964",here:"\u092F\u0939\u093E\u0901",batchEdit:"\u0925\u094B\u0915 \u0938\u0902\u091A\u093E\u0932\u0928","error.goReset":"\u0930\u0940\u0938\u0947\u091F \u0915\u0930\u0947\u0902",translationFont:"\u092B\u093C\u0949\u0928\u094D\u091F \u0938\u0947\u091F \u0915\u0930\u0947\u0902","translationFont.custom":"\u0905\u092A\u0928\u0940 \u0915\u0938\u094D\u091F\u092E \u092B\u093C\u0949\u0928\u094D\u091F \u0926\u0930\u094D\u091C \u0915\u0930\u0947\u0902","translationModeLang.translation.title":"\u0915\u0947\u0935\u0932 \u0905\u0928\u0941\u0935\u093E\u0926 \u092E\u094B\u0921 \u0915\u0940 \u092D\u093E\u0937\u093E","translationFont.customPlaceholder":"\u092B\u093C\u0949\u0928\u094D\u091F","translationServices.inherit":"\u092E\u0941\u0916\u094D\u092F \u0905\u0928\u0941\u0935\u093E\u0926 \u0938\u0947\u0935\u093E \u0915\u093E \u092A\u093E\u0932\u0928 \u0915\u0930\u0947\u0902","error.serveConfigError":"\u0938\u0947\u0935\u093E \u0938\u092E\u093E\u0915\u0943\u0924\u093F \u0924\u094D\u0930\u0941\u091F\u093F","error.configError":"\u0935\u093F\u0928\u094D\u092F\u093E\u0938 \u0921\u0947\u091F\u093E \u0905\u0938\u093E\u092E\u093E\u0928\u094D\u092F","translationModeUrl.translation.title":"\u0915\u0947\u0935\u0932 \u0905\u0928\u0941\u0935\u093E\u0926 \u092E\u094B\u0921 \u0915\u093E URL",toggleToService:"{\u0938\u0947\u0935\u093E} \u092A\u0930 \u0938\u094D\u0935\u093F\u091A \u0915\u0930\u0947\u0902 \u0914\u0930 \u092A\u0941\u0928\u0903 \u092A\u094D\u0930\u092F\u093E\u0938 \u0915\u0930\u0947\u0902",videoSubtitlePreTranslationOn:"\u0935\u0940\u0921\u093F\u092F\u094B \u0938\u092C\u091F\u093E\u092F\u091F\u0932\u094D\u0938 \u0915\u093E \u092A\u094D\u0930\u093E\u0925\u092E\u093F\u0915\u0924\u093E \u0938\u094D\u0935\u0930\u0942\u092A \u092E\u0947\u0902 \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u093E \u0909\u092A\u092F\u094B\u0917 \u0915\u0930\u0947\u0902\u0917\u0947\u0964","touch.mouse-translate":"\u0915\u0943\u092A\u092F\u093E \u0928\u093F\u0930\u094D\u0926\u093F\u0937\u094D\u091F \u092A\u0948\u0930\u093E\u0917\u094D\u0930\u093E\u092B \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0947\u0902",detectServiceLoading:"\u0909\u092A\u0932\u092C\u094D\u0927 \u0905\u0928\u0941\u0935\u093E\u0926 \u0938\u0947\u0935\u093E\u0913\u0902 \u0915\u0940 \u091C\u093E\u0902\u091A \u0915\u0930 \u0930\u0939\u093E \u0939\u0948...","error.proTokenInvalid":"\u092F\u0926\u093F \u0906\u092A \u092A\u094D\u0930\u094B \u0909\u092A\u092F\u094B\u0917\u0915\u0930\u094D\u0924\u093E \u0939\u0948\u0902, \u0924\u094B \u0915\u0943\u092A\u092F\u093E \u092A\u094D\u0930\u094B \u0905\u0928\u0941\u0935\u093E\u0926 \u0938\u0947\u0935\u093E \u0915\u093E \u0909\u092A\u092F\u094B\u0917 \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u0932\u0949\u0917 \u0907\u0928 \u0915\u0930\u0947\u0902\u0964","error.400":"\u0938\u0947\u0935\u093E \u0924\u094D\u0930\u0941\u091F\u093F \u0935\u093E\u092A\u0938 \u0915\u0930\u0924\u0940 \u0939\u0948, \u0905\u0928\u0941\u0930\u094B\u0927 \u092A\u0948\u0930\u093E\u092E\u0940\u091F\u0930 \u0917\u0932\u0924 \u0939\u0948, \u0915\u0943\u092A\u092F\u093E \u0938\u0902\u092C\u0902\u0927\u093F\u0924 \u0915\u0949\u0928\u094D\u092B\u093C\u093F\u0917\u0930\u0947\u0936\u0928 \u0915\u0940 \u091C\u093E\u0902\u091A \u0915\u0930\u0947\u0902\u0964","error.502":"\u0938\u0947\u0935\u093E \u0924\u094D\u0930\u0941\u091F\u093F \u0932\u094C\u091F\u0924\u0940 \u0939\u0948, \u0938\u0947\u0935\u093E \u0938\u092E\u092F \u0938\u092E\u093E\u092A\u094D\u0924, \u0915\u0943\u092A\u092F\u093E \u092C\u093E\u0926 \u092E\u0947\u0902 \u092A\u0941\u0928\u0903 \u092A\u094D\u0930\u092F\u093E\u0938 \u0915\u0930\u0947\u0902\u0964","error.reloadPageOfSetting":"\u0915\u0949\u0928\u094D\u092B\u093C\u093F\u0917\u0930 \u0915\u0930\u0928\u0947 \u0915\u0947 \u092C\u093E\u0926, \u0915\u0943\u092A\u092F\u093E \u092A\u0943\u0937\u094D\u0920 \u0915\u094B \u0924\u093E\u091C\u093C\u093E \u0915\u0930\u0947\u0902 \u0914\u0930 \u092B\u093F\u0930 \u0938\u0947 \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0947\u0902\u0964","translationModeUrl.translation.description":"\u091C\u092C \u0935\u0947\u092C\u0938\u093E\u0907\u091F \u0928\u093F\u092E\u094D\u0928\u0932\u093F\u0916\u093F\u0924 \u0921\u094B\u092E\u0947\u0928 \u0915\u0947 \u0932\u093F\u090F \u0939\u094B\u0924\u0940 \u0939\u0948, \u0924\u094B \u092F\u0939 \u0938\u094D\u0935\u091A\u093E\u0932\u093F\u0924 \u0930\u0942\u092A \u0938\u0947 \u0915\u0947\u0935\u0932 \u0905\u0928\u0941\u0935\u093E\u0926 \u092E\u094B\u0921 \u0915\u093E \u0909\u092A\u092F\u094B\u0917 \u0915\u0930\u0947\u0917\u0940\u0964","error.googleLimitIp":"\u0938\u0947\u0935\u093E \u0924\u094D\u0930\u0941\u091F\u093F \u0932\u094C\u091F\u093E\u0924\u0940 \u0939\u0948, \u0917\u0942\u0917\u0932 \u0938\u0947\u0935\u093E\u090F\u0902 \u0907\u0938 IP \u092A\u0924\u0947 \u092A\u0930 \u092A\u094D\u0930\u0935\u093E\u0939 \u0938\u0940\u092E\u093F\u0924 \u0915\u0930 \u091A\u0941\u0915\u0940 \u0939\u0948\u0902, \u0906\u092A\u0915\u093E \u0938\u0941\u091D\u093E\u0935 \u0939\u0948 \u0915\u093F \u0906\u092A \u0928\u0947\u091F\u0935\u0930\u094D\u0915 \u0928\u094B\u0921 \u092C\u0926\u0932\u0947\u0902\u0964","error.proUpgrade":"\u0905\u092A\u0917\u094D\u0930\u0947\u0921 \u0915\u0930\u0928\u0947 \u0915\u0947 \u092C\u093E\u0926, \u0915\u0943\u092A\u092F\u093E \u092A\u0943\u0937\u094D\u0920 \u0915\u094B \u0924\u093E\u091C\u093C\u093E \u0915\u0930\u0947\u0902 \u0914\u0930 \u092B\u093F\u0930 \u0938\u0947 \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0947\u0902\u0964","error.gemini.429":"\u0935\u0930\u094D\u0924\u092E\u093E\u0928 \u092E\u0947\u0902 \u091C\u0947\u092E\u093F\u0928\u0940 \u0938\u0947\u0935\u093E \u0915\u0940 \u0935\u0930\u094D\u0924\u092E\u093E\u0928 \u092D\u0930\u0923 \u0915\u094D\u0937\u092E\u0924\u093E \u0938\u0940\u092E\u093E \u0915\u094B \u092A\u0939\u0941\u0902\u091A \u091A\u0941\u0915\u0940 \u0939\u0948, \u0915\u0943\u092A\u092F\u093E \u092C\u093E\u0926 \u092E\u0947\u0902 \u092A\u094D\u0930\u092F\u093E\u0938 \u0915\u0930\u0947\u0902, \u092F\u093E \u0905\u0928\u094D\u092F \u0905\u0928\u0941\u0935\u093E\u0926 \u0938\u0947\u0935\u093E\u0913\u0902 \u092A\u0930 \u0938\u094D\u0935\u093F\u091A \u0915\u0930\u0947\u0902\u0964",enableSentryReport:"\u091C\u092C \u090F\u0915\u094D\u0938\u091F\u0947\u0902\u0936\u0928 \u092E\u0947\u0902 \u0924\u094D\u0930\u0941\u091F\u093F \u0939\u094B\u0924\u0940 \u0939\u0948, \u0924\u094B Sentry \u0915\u093E \u0909\u092A\u092F\u094B\u0917 \u092A\u094D\u0930\u0924\u093F\u0915\u094D\u0930\u093F\u092F\u093E \u0938\u092C\u092E\u093F\u091F \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u0915\u0930\u0947\u0902\u0964","error.403":"\u0938\u0947\u0935\u093E \u0924\u094D\u0930\u0941\u091F\u093F \u0932\u094C\u091F\u093E\u0924\u0940 \u0939\u0948, \u0905\u0938\u094D\u0925\u093E\u092F\u0940 \u0930\u0942\u092A \u0938\u0947 \u0907\u0938 \u0938\u0947\u0935\u093E \u0915\u093E \u0909\u092A\u092F\u094B\u0917 \u0915\u0930\u0928\u0947 \u0915\u0940 \u0905\u0928\u0941\u092E\u0924\u093F \u0928\u0939\u0940\u0902 \u0939\u0948\u0964","translationModeLang.translation.description":"\u091C\u092C \u092A\u0943\u0937\u094D\u0920 \u0915\u0940 \u092D\u093E\u0937\u093E \u0928\u093F\u092E\u094D\u0928\u0932\u093F\u0916\u093F\u0924 \u092D\u093E\u0937\u093E\u0913\u0902 \u092E\u0947\u0902 \u0939\u094B\u0924\u0940 \u0939\u0948, \u0924\u094B \u0915\u0947\u0935\u0932 \u0905\u0928\u0941\u0935\u093E\u0926 \u092E\u094B\u0921 \u0915\u093E \u0938\u094D\u0935\u091A\u093E\u0932\u093F\u0924 \u0930\u0942\u092A \u0938\u0947 \u0909\u092A\u092F\u094B\u0917 \u0915\u093F\u092F\u093E \u091C\u093E\u090F\u0917\u093E",videoSubtitlePreTranslationOff:"\u0935\u0940\u0921\u093F\u092F\u094B \u0938\u092C\u091F\u093E\u092F\u091F\u0932 \u092E\u0942\u0932 \u0935\u0940\u0921\u093F\u092F\u094B \u0926\u094D\u0935\u093E\u0930\u093E \u0938\u094D\u0935\u091A\u093E\u0932\u093F\u0924 \u0930\u0942\u092A \u0938\u0947 \u0905\u0928\u0941\u0935\u093E\u0926\u093F\u0924 \u0938\u092C\u091F\u093E\u092F\u091F\u0932 \u0915\u093E \u092A\u094D\u0930\u093E\u0925\u092E\u093F\u0915\u0924\u093E \u092A\u094D\u0930\u0926\u093E\u0928 \u0915\u0930\u0947\u0917\u093E\u0964","error.429":"\u0938\u0947\u0935\u093E \u0924\u094D\u0930\u0941\u091F\u093F \u0932\u094C\u091F\u093E\u0924\u0940 \u0939\u0948, \u091C\u093F\u0938\u0915\u093E \u0905\u0930\u094D\u0925 \u0939\u0948 \u0915\u093F \u0905\u0928\u0941\u0930\u094B\u0927 \u092C\u0939\u0941\u0924 \u0905\u0915\u094D\u0938\u0930 \u0939\u094B \u0930\u0939\u0947 \u0939\u0948\u0902 \u092F\u093E \u0938\u0940\u092E\u093E \u0938\u0940\u092E\u093E \u0938\u0947 \u0905\u0927\u093F\u0915 \u0939\u0948\u0902, \u0915\u0943\u092A\u092F\u093E \u092C\u093E\u0926 \u092E\u0947\u0902 \u092A\u0941\u0928\u0903 \u092A\u094D\u0930\u092F\u093E\u0938 \u0915\u0930\u0947\u0902\u0964","error.openAIExceededQuota":"\u0938\u0947\u0935\u093E \u0924\u094D\u0930\u0941\u091F\u093F \u0935\u093E\u092A\u0938 \u0915\u0930\u0924\u0940 \u0939\u0948: \u0906\u092A\u0915\u093E \u0935\u0930\u094D\u0924\u092E\u093E\u0928 OpenAI \u0916\u093E\u0924\u093E \u092C\u0948\u0932\u0947\u0902\u0938 \u092A\u0930\u094D\u092F\u093E\u092A\u094D\u0924 \u0928\u0939\u0940\u0902 \u0939\u0948, \u0915\u0943\u092A\u092F\u093E OpenAI \u0906\u0927\u093F\u0915\u093E\u0930\u093F\u0915 \u092C\u0948\u0915\u090F\u0902\u0921 \u092E\u0947\u0902 \u0930\u093F\u091A\u093E\u0930\u094D\u091C \u0915\u0930\u0947\u0902 \u092F\u093E \u0915\u094D\u0930\u0947\u0921\u093F\u091F \u0915\u093E\u0930\u094D\u0921 \u092C\u093E\u0902\u0927\u0947\u0902\u0964","translationFont.notSupportErrorMessage":"\u0915\u0943\u092A\u092F\u093E \u091C\u093E\u0902\u091A\u0947\u0902 \u0915\u093F \u0906\u092A\u0915\u0947 \u0926\u094D\u0935\u093E\u0930\u093E \u0926\u0930\u094D\u091C \u0915\u093F\u092F\u093E \u0917\u092F\u093E \u092B\u093C\u0949\u0928\u094D\u091F \u0928\u093E\u092E \u0938\u0939\u0940 \u0939\u0948 \u092F\u093E \u0928\u0939\u0940\u0902, \u092F\u093E \u092F\u0939 \u0938\u0941\u0928\u093F\u0936\u094D\u091A\u093F\u0924 \u0915\u0930\u0947\u0902 \u0915\u093F \u092F\u0939 \u092B\u093C\u0949\u0928\u094D\u091F \u0906\u092A\u0915\u0947 \u0909\u092A\u0915\u0930\u0923 \u092A\u0930 \u0938\u094D\u0925\u093E\u092A\u093F\u0924 \u0939\u0948\u0964","error.openAIFreeLimit":"\u0938\u0947\u0935\u093E \u0924\u094D\u0930\u0941\u091F\u093F \u0932\u094C\u091F\u093E\u0924\u0940 \u0939\u0948, \u0935\u0930\u094D\u0924\u092E\u093E\u0928 \u0905\u0928\u0941\u0935\u093E\u0926 \u0905\u0928\u0941\u0930\u094B\u0927 \u0915\u0940 \u0906\u0935\u0943\u0924\u094D\u0924\u093F \u092A\u094D\u0930\u0924\u093F \u092E\u093F\u0928\u091F 3 \u092C\u093E\u0930 \u0915\u0940 \u0905\u0927\u093F\u0915\u0924\u092E \u0938\u0940\u092E\u093E \u0924\u0915 \u092A\u0939\u0941\u0902\u091A \u091A\u0941\u0915\u0940 \u0939\u0948, \u0915\u0943\u092A\u092F\u093E \u092C\u093E\u0926 \u092E\u0947\u0902 \u092A\u094D\u0930\u092F\u093E\u0938 \u0915\u0930\u0947\u0902\u0964 (\u092F\u0939 OpenAI \u0915\u0940 \u0906\u0927\u093F\u0915\u093E\u0930\u093F\u0915 \u0938\u0940\u092E\u093E \u0939\u0948 \u0928\u093F:\u0936\u0941\u0932\u094D\u0915 API Key \u0915\u0947 \u0932\u093F\u090F, \u0907\u0938 \u0938\u0940\u092E\u093E \u0915\u094B \u0939\u091F\u093E\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F, \u0915\u0943\u092A\u092F\u093E OpenAI \u092C\u0948\u0915\u090F\u0902\u0921 \u092E\u0947\u0902 \u0915\u094D\u0930\u0947\u0921\u093F\u091F \u0915\u093E\u0930\u094D\u0921 \u092C\u093E\u0902\u0927\u0947\u0902\u0964)","desc.toggleVideoSubtitlePreTranslation":"\u091C\u092C \u0906\u092A \u0907\u0938\u0947 \u0926\u092C\u093E\u0924\u0947 \u0939\u0948\u0902, \u0924\u094B \u0935\u0940\u0921\u093F\u092F\u094B \u0926\u094D\u0935\u093F\u092D\u093E\u0937\u0940 \u0909\u092A\u0936\u0940\u0930\u094D\u0937\u0915 \u092A\u094D\u0930\u093E\u0925\u092E\u093F\u0915\u0924\u093E \u0938\u0947 \u0921\u0941\u092C\u0915\u0940 \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0940 \u0938\u0947\u091F\u093F\u0902\u0917 \u0915\u093E \u0909\u092A\u092F\u094B\u0917 \u0915\u0930\u0947\u0917\u093E, \u092B\u093F\u0930 \u0938\u0947 \u0926\u092C\u093E\u0928\u0947 \u092A\u0930 \u092F\u0939 \u092E\u0942\u0932 \u0935\u0940\u0921\u093F\u092F\u094B \u0915\u0947 \u0938\u094D\u0935\u091A\u093E\u0932\u093F\u0924 \u0905\u0928\u0941\u0935\u093E\u0926\u093F\u0924 \u0909\u092A\u0936\u0940\u0930\u094D\u0937\u0915 \u0915\u093E \u0909\u092A\u092F\u094B\u0917 \u0915\u0930\u0947\u0917\u093E, \u0927\u094D\u092F\u093E\u0928 \u0926\u0947\u0902: \u0907\u0938 \u0936\u0949\u0930\u094D\u091F\u0915\u091F \u0926\u094D\u0935\u093E\u0930\u093E \u0938\u0902\u0936\u094B\u0927\u093F\u0924 \u0938\u0947\u091F\u093F\u0902\u0917 \u0935\u0948\u0936\u094D\u0935\u093F\u0915 \u0939\u094B\u0924\u0940 \u0939\u0948\u0964","error.serveUnavailable":"\u0906\u092A\u0915\u0947 \u0926\u094D\u0935\u093E\u0930\u093E \u0935\u0930\u094D\u0924\u092E\u093E\u0928 \u092E\u0947\u0902 \u0909\u092A\u092F\u094B\u0917 \u0915\u093F\u090F \u091C\u093E \u0930\u0939\u0947 [{serverName}] \u0938\u0947\u0935\u093E \u0915\u094B \u0928\u0947\u091F\u0935\u0930\u094D\u0915 \u0915\u0928\u0947\u0915\u094D\u0936\u0928 \u092F\u093E \u0938\u0947\u0935\u093E \u092A\u094D\u0930\u0926\u093E\u0924\u093E \u0915\u0940 \u0938\u092E\u0938\u094D\u092F\u093E \u0915\u0947 \u0915\u093E\u0930\u0923 \u0905\u0938\u094D\u0925\u093E\u092F\u0940 \u0930\u0942\u092A \u0938\u0947 \u0909\u092A\u092F\u094B\u0917 \u0915\u0930\u0928\u0947 \u092E\u0947\u0902 \u0905\u0938\u092E\u0930\u094D\u0925 \u0939\u0948\u0964 \u0939\u092E\u093E\u0930\u093E \u0938\u0941\u091D\u093E\u0935 \u0939\u0948 \u0915\u093F \u0906\u092A \u092A\u0943\u0937\u094D\u0920 \u0915\u094B \u0924\u093E\u091C\u093E \u0915\u0930\u0928\u0947 \u0915\u093E \u092A\u094D\u0930\u092F\u093E\u0938 \u0915\u0930\u0947\u0902 \u092F\u093E <1>\u0938\u0947\u091F\u093F\u0902\u0917\u094D\u0938 \u0915\u0947 \u092E\u093E\u0927\u094D\u092F\u092E \u0938\u0947 \u0905\u0928\u094D\u092F \u0905\u0928\u0941\u0935\u093E\u0926 \u0938\u0947\u0935\u093E\u0913\u0902 \u0915\u094B \u092C\u0926\u0932\u0928\u0947 \u0915\u093E \u092A\u094D\u0930\u092F\u093E\u0938 \u0915\u0930\u0947\u0902\u0964 \u092F\u0926\u093F \u0906\u092A <2>Pro \u0938\u0926\u0938\u094D\u092F \u0939\u0948\u0902, \u0924\u094B \u0906\u092A DeepL \u092F\u093E OpenAI \u0905\u0928\u0941\u0935\u093E\u0926 \u0938\u0947\u0935\u093E \u0915\u093E \u0909\u092A\u092F\u094B\u0917 \u0915\u0930\u0928\u0947 \u0915\u093E \u091A\u092F\u0928 \u0915\u0930 \u0938\u0915\u0924\u0947 \u0939\u0948\u0902 \u091C\u094B \u0905\u0927\u093F\u0915 \u0938\u094D\u0925\u093F\u0930 \u0939\u0948 (<3>\u092F\u0939\u093E\u0902 \u092E\u0941\u092B\u094D\u0924 \u0905\u0928\u0941\u092D\u0935 \u0915\u0930\u0947\u0902)\u0964 \u0907\u0938\u0915\u0947 \u0905\u0932\u093E\u0935\u093E, \u0906\u092A\u0915\u094B \u0936\u093E\u092F\u0926 \u0905\u092A\u0928\u0940 \u0928\u0947\u091F\u0935\u0930\u094D\u0915 \u092F\u093E \u092A\u094D\u0930\u0949\u0915\u094D\u0938\u0940 \u0938\u0947\u091F\u093F\u0902\u0917\u094D\u0938 \u0915\u0940 \u091C\u093E\u0902\u091A \u0915\u0930\u0928\u0947 \u0915\u0940 \u0906\u0935\u0936\u094D\u092F\u0915\u0924\u093E \u0939\u094B \u0938\u0915\u0924\u0940 \u0939\u0948\u0964","translationServices.gemini":"\u092E\u093F\u0925\u0941\u0928","widget.translateFile":"PDF/ePub",goLogin:"\u0932\u0949\u0917 \u0907\u0928 \u0915\u0930\u0947\u0902","error.reason":"\u0924\u094D\u0930\u0941\u091F\u093F \u0915\u093E \u0915\u093E\u0930\u0923",contact:"\u0939\u092E\u0938\u0947 \u0938\u0902\u092A\u0930\u094D\u0915 \u0915\u0930\u0947\u0902",pickAll:"\u0938\u092D\u0940 \u0915\u093E \u091A\u092F\u0928 \u0915\u0930\u0947\u0902","multipleClick.3":"\u0924\u094D\u0930\u093F\u092A\u0932 \u0939\u093F\u091F","floatBall.iKnow":"\u092E\u0948\u0902\u0928\u0947 \u0938\u092E\u091D \u0932\u093F\u092F\u093E",shortcutSettings:"\u0936\u0949\u0930\u094D\u091F\u0915\u091F \u0915\u0941\u0902\u091C\u0940","error.retry":"\u092A\u0941\u0928\u0903 \u092A\u094D\u0930\u092F\u093E\u0938 \u0915\u0930\u0947\u0902",touchShortcutsOff:"\u092C\u0902\u0926 \u0915\u0930\u0947\u0902","subtitle.bilingual":"\u0926\u094D\u0935\u093F\u092D\u093E\u0937\u0940\u092F \u0909\u092A\u0936\u0940\u0930\u094D\u0937\u0915","tagsInput.add":"+ \u091C\u094B\u0921\u093C\u0947\u0902","slide.right":"\u092C\u093E\u090F\u0902 \u0938\u094D\u0932\u093E\u0907\u0921 \u0915\u0930\u0947\u0902","multipleClick.2":"\u0921\u092C\u0932 \u0915\u094D\u0932\u093F\u0915","widget.instruction":"\u0909\u092A\u092F\u094B\u0917 \u0915\u0940 \u0928\u093F\u0930\u094D\u0926\u0947\u0936\u093F\u0915\u093E",loggedIn:"\u0932\u0949\u0917 \u0907\u0928 \u0915\u093F\u092F\u093E \u0939\u0941\u0906 \u0939\u0948","shortcutGroup.main":"\u0938\u093E\u092E\u093E\u0928\u094D\u092F \u0909\u092A\u092F\u094B\u0917 \u0915\u0940 \u0936\u0949\u0930\u094D\u091F\u0915\u091F \u0915\u0941\u0902\u091C\u0940","slide.left":"\u0926\u093E\u090F\u0902 \u0938\u094D\u0932\u093E\u0907\u0921 \u0915\u0930\u0947\u0902",shortcutSettingsTitle:"\u0936\u0949\u0930\u094D\u091F\u0915\u091F \u0915\u0940 \u0938\u0947\u091F\u093F\u0902\u0917","multipleClick.4":"\u091A\u093E\u0930\u0939\u093F\u091F \u0938\u0902\u092F\u094B\u091C\u0928","error.subscriptionExpiredTitle":"\u0938\u0926\u0938\u094D\u092F\u0924\u093E \u0938\u092E\u093E\u092A\u094D\u0924 \u0939\u094B \u0917\u0908 \u0939\u0948",notLogin:"\u0932\u0949\u0917 \u0907\u0928 \u0928\u0939\u0940\u0902 \u0915\u093F\u092F\u093E \u0939\u0948","shortcutGroup.others":"\u0905\u0927\u093F\u0915 \u0915\u0938\u094D\u091F\u092E \u092B\u093C\u0902\u0915\u094D\u0936\u0928 \u0936\u0949\u0930\u094D\u091F\u0915\u091F","subtitle.hideQuickButton":"\u0907\u0938 \u0936\u0949\u0930\u094D\u091F\u0915\u091F \u0915\u094B \u092B\u093F\u0930 \u0938\u0947 \u0928\u093E \u0926\u093F\u0916\u093E\u090F\u0902","widget.videoSubtitleTooltip":"Youtube \u0906\u0926\u093F {count}+ \u0935\u0940\u0921\u093F\u092F\u094B \u0935\u0947\u092C\u0938\u093E\u0907\u091F\u094B\u0902 \u0915\u093E \u0938\u092E\u0930\u094D\u0925\u0928 \u0915\u0930\u0947\u0902","browser.translateInputBox":"\u0935\u0930\u094D\u0924\u092E\u093E\u0928 \u0907\u0928\u092A\u0941\u091F \u092C\u0949\u0915\u094D\u0938 \u0915\u0940 \u0938\u093E\u092E\u0917\u094D\u0930\u0940 \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0947\u0902",temprarilyChangeTranslationTo_openai:"\u0939\u092E \u0935\u0930\u094D\u0924\u092E\u093E\u0928 \u092A\u0943\u0937\u094D\u0920 \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 OpenAI \u0915\u093E \u0909\u092A\u092F\u094B\u0917 \u0915\u0930 \u0930\u0939\u0947 \u0939\u0948\u0902",alwaysTranslateThisSite:"\u0939\u092E\u0947\u0936\u093E \u0907\u0938 \u0935\u0947\u092C\u0938\u093E\u0907\u091F \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0947\u0902","shortcutGroup.mouse":"\u092E\u093E\u0909\u0938 \u0939\u094B\u0935\u0930 \u0936\u0949\u0930\u094D\u091F\u0915\u091F \u0915\u0949\u0928\u094D\u092B\u093C\u093F\u0917\u0930\u0947\u0936\u0928",translationOnlyMode:`\u0915\u0947\u0935\u0932 \u0905\u0928\u0941\u0935\u093E\u0926 \u092E\u094B\u0921 `,"shortcutGroup.touch":"\u0938\u094D\u0915\u094D\u0930\u0940\u0928 \u091F\u091A \u0915\u0947 \u0932\u093F\u090F \u0935\u093F\u0936\u0947\u0937 \u091C\u0947\u0938\u094D\u091A\u0930",networkError:"\u0905\u0928\u0941\u0935\u093E\u0926 \u0938\u0947\u0935\u093E\u090F\u0902 \u092F\u093E \u0928\u0947\u091F\u0935\u0930\u094D\u0915 \u092E\u0947\u0902 \u0938\u092E\u0938\u094D\u092F\u093E \u0939\u0948","intro.floatBallTitle":"\u0924\u094D\u0935\u0930\u093F\u0924 \u0905\u0928\u0941\u0935\u093E\u0926 \u092B\u094D\u0932\u094B\u091F\u093F\u0902\u0917 \u092C\u0949\u0932","widget.instructionTooltip":"\u0909\u092A\u092F\u094B\u0917 \u0915\u0940 \u0928\u093F\u0930\u094D\u0926\u0947\u0936\u093F\u0915\u093E \u0926\u0947\u0916\u0947\u0902",mouseHoverCustomKeyTitle:"\u0905\u0928\u0941\u0915\u0942\u0932\u093F\u0924 \u092E\u093E\u0909\u0938 \u0939\u094B\u0935\u0930 \u0936\u0949\u0930\u094D\u091F\u0915\u091F","widget.videoSubtitle":"\u0935\u0940\u0921\u093F\u092F\u094B \u0909\u092A\u0936\u0940\u0930\u094D\u0937\u0915",paragraphMinTextCountField:"\u0905\u0928\u0941\u0935\u093E\u0926 \u092A\u0948\u0930\u093E\u0917\u094D\u0930\u093E\u092B \u0915\u0947 \u0932\u093F\u090F \u0928\u094D\u092F\u0942\u0928\u0924\u092E \u0935\u0930\u094D\u0923 \u0938\u0902\u0916\u094D\u092F\u093E",neverTranslateThisSite:"\u0907\u0938 \u0935\u0947\u092C\u0938\u093E\u0907\u091F \u0915\u093E \u0915\u092D\u0940 \u0905\u0928\u0941\u0935\u093E\u0926 \u0928 \u0915\u0930\u0947\u0902","subtitle.showQuickButton":"\u0926\u094D\u0935\u093F\u092D\u093E\u0937\u0940\u092F \u0909\u092A\u0936\u0940\u0930\u094D\u0937\u0915\u094B\u0902 \u0915\u094B \u092A\u094D\u0932\u0947\u092F\u0930 \u092E\u0947\u0902 \u092A\u094D\u0930\u0926\u0930\u094D\u0936\u093F\u0924 \u0915\u0930\u0928\u0947 \u0915\u093E \u0936\u0949\u0930\u094D\u091F\u0915\u091F","widget.translateFileTooltip":"PDF, EPUB, SRT, ASS, HTML \u0914\u0930 TXT \u0926\u0938\u094D\u0924\u093E\u0935\u0947\u091C\u093C\u094B\u0902 \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0947\u0902","shortcutGroup.shortcutsForTranslationServices":"\u0905\u0928\u0941\u0935\u093E\u0926 \u0938\u0947\u0935\u093E\u0913\u0902 \u0938\u0947 \u0938\u0902\u092C\u0902\u0927\u093F\u0924 \u0936\u0949\u0930\u094D\u091F\u0915\u091F \u0915\u0941\u0902\u091C\u0940","intro.hoverTitle":"\u092E\u093E\u0909\u0938 \u0939\u094B\u0935\u0930 \u092A\u0930 \u0935\u0930\u094D\u0924\u092E\u093E\u0928 \u0905\u0928\u0941\u091A\u094D\u091B\u0947\u0926 \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0947\u0902",buildSnapshots:"\u0935\u0947\u092C\u092A\u0947\u091C \u0938\u094D\u0928\u0948\u092A\u0936\u0949\u091F \u0909\u0924\u094D\u092A\u0928\u094D\u0928 \u0915\u0930\u0947\u0902",notLoginPro:"\u0906\u092A\u0928\u0947 \u0905\u092D\u0940 \u0924\u0915 \u0905\u092A\u0928\u093E \u0938\u0926\u0938\u094D\u092F \u0916\u093E\u0924\u093E \u0932\u0949\u0917 \u0907\u0928 \u0928\u0939\u0940\u0902 \u0915\u093F\u092F\u093E \u0939\u0948\u0964","browser.translateWithTransmart":"\u0905\u0938\u094D\u0925\u093E\u092F\u0940 \u0930\u0942\u092A \u0938\u0947 \u091F\u0947\u0902\u0938\u0947\u0902\u091F \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u093E \u0909\u092A\u092F\u094B\u0917 \u0915\u0930\u0915\u0947 \u0935\u0930\u094D\u0924\u092E\u093E\u0928 \u092A\u0943\u0937\u094D\u0920 \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0947\u0902",temprarilyChangeTranslationTo_gemini:"\u0939\u092E \u0935\u0930\u094D\u0924\u092E\u093E\u0928 \u092A\u0943\u0937\u094D\u0920 \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 Gemini \u0915\u093E \u0909\u092A\u092F\u094B\u0917 \u0915\u0930 \u0930\u0939\u0947 \u0939\u0948\u0902\u0964",temprarilyChangeTranslationTo_deepl:"DeepL \u0915\u093E \u0909\u092A\u092F\u094B\u0917 \u0915\u0930\u0915\u0947 \u0935\u0930\u094D\u0924\u092E\u093E\u0928 \u092A\u0943\u0937\u094D\u0920 \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930 \u0930\u0939\u0947 \u0939\u0948\u0902",touchShortcutsToggleTranslationMask:"\u0938\u094D\u0915\u094D\u0930\u0940\u0928 \u091C\u0947\u0938\u094D\u091A\u0930 \u0938\u0947\u091F \u0915\u0930\u0947\u0902 \u0905\u0928\u0941\u0935\u093E\u0926 \u091B\u093F\u092A\u093E\u0928\u0947 / \u092E\u0942\u0932 \u092A\u093E\u0920 \u0926\u093F\u0916\u093E\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F","desc.touchShortcutsToggleTranslateTouchElement":"\u090F\u0915 \u0939\u0938\u094D\u0924\u0915\u094D\u0937\u0947\u092A \u0915\u094B \u0905\u0928\u0941\u0915\u0942\u0932\u093F\u0924 \u0915\u0930\u0947\u0902, \u0914\u0930 \u0906\u092A \u091C\u093F\u0938 \u0905\u0928\u0941\u091A\u094D\u091B\u0947\u0926 \u092E\u0947\u0902 \u0939\u0948\u0902, \u0909\u0938\u0947 \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930 \u0938\u0915\u0924\u0947 \u0939\u0948\u0902\u0964","browser.translateWithOpenAI":"\u0905\u0938\u094D\u0925\u093E\u092F\u0940 \u0930\u0942\u092A \u0938\u0947 OpenAI \u0915\u093E \u0909\u092A\u092F\u094B\u0917 \u0915\u0930\u0915\u0947 \u0935\u0930\u094D\u0924\u092E\u093E\u0928 \u092A\u0943\u0937\u094D\u0920 \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0947\u0902","browser.toggleMouseHoverTranslateDirectly":"\u092A\u0947\u091C \u092A\u0930 \u0905\u0938\u094D\u0925\u093E\u092F\u0940 \u0930\u0942\u092A \u0938\u0947 \u092E\u093E\u0909\u0938 \u0939\u094B\u0935\u0930 \u0938\u0940\u0927\u0947 \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u094B \u0938\u0915\u094D\u0937\u092E \u092F\u093E \u092C\u0902\u0926 \u0915\u0930\u0947\u0902","description.baiduField":"\u0938\u092E\u0930\u094D\u0925\u093F\u0924 \u0915\u094D\u0937\u0947\u0924\u094D\u0930\u094B\u0902 \u0915\u094B <1>\u092F\u0939\u093E\u0902 \u0926\u0947\u0916\u0947\u0902, \u0916\u093E\u0932\u0940 \u0939\u094B\u0928\u0947 \u0915\u093E \u0905\u0930\u094D\u0925 \u0939\u0948 \u0915\u094D\u0937\u0947\u0924\u094D\u0930 \u0928\u093F\u0930\u094D\u0926\u093F\u0937\u094D\u091F \u0928\u0939\u0940\u0902 \u0939\u0948","browser.toggleVideoSubtitlePreTranslation":"\u0926\u094D\u0935\u093F\u092D\u093E\u0937\u0940\u092F \u0938\u092C\u091F\u093E\u092F\u091F\u0932 \u0938\u094D\u0935\u093F\u091A \u0915\u0930\u0947\u0902, \u0921\u0941\u092C\u0915\u0940 \u0905\u0928\u0941\u0935\u093E\u0926 \u0938\u0947\u091F\u093F\u0902\u0917\u094D\u0938 \u0915\u093E \u092A\u094D\u0930\u093E\u0925\u092E\u093F\u0915\u0924\u093E \u0938\u0947 \u0909\u092A\u092F\u094B\u0917 \u0915\u0930\u0947\u0902","subtitle.autoDisableSubtitle":"\u0938\u094D\u0935\u091A\u093E\u0932\u093F\u0924 \u0930\u0942\u092A \u0938\u0947 \u0926\u094D\u0935\u093F\u092D\u093E\u0937\u0940 \u0909\u092A\u0936\u0940\u0930\u094D\u0937\u0915 \u0938\u0915\u094D\u0937\u092E \u0928\u0939\u0940\u0902 \u0915\u0930\u0947\u0902","browser.translateWithGemini":"\u0905\u0938\u094D\u0925\u093E\u092F\u0940 \u0930\u0942\u092A \u0938\u0947 Gemini \u0915\u093E \u0909\u092A\u092F\u094B\u0917 \u0915\u0930\u0915\u0947 \u0935\u0930\u094D\u0924\u092E\u093E\u0928 \u092A\u0943\u0937\u094D\u0920 \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0947\u0902","floatBall.guideClickToTranslate":`\u0905\u0928\u0941\u0935\u093E\u0926 \u092B\u094D\u0932\u094B\u091F\u093F\u0902\u0917 \u092C\u0949\u0932 \u092A\u0930 \u0915\u094D\u0932\u093F\u0915 \u0915\u0930\u0915\u0947 \u0924\u0941\u0930\u0902\u0924 \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930 \u0938\u0915\u0924\u0947 \u0939\u0948\u0902`,"neverTranslateText.title":"\u0928\u093F\u092E\u094D\u0928\u0932\u093F\u0916\u093F\u0924 \u0936\u092C\u094D\u0926 \u092E\u0942\u0932 \u0930\u0942\u092A \u092E\u0947\u0902 \u0930\u0916\u0947\u0902, \u0905\u0928\u0941\u0935\u093E\u0926 \u0928 \u0915\u0930\u0947\u0902",temprarilyChangeTranslationTo_google:"\u0935\u0930\u094D\u0924\u092E\u093E\u0928 \u092A\u0943\u0937\u094D\u0920 \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 Google \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u093E \u0909\u092A\u092F\u094B\u0917 \u0915\u0930 \u0930\u0939\u093E \u0939\u0948\u0964",touchShortcutsToggleTranslateTouchElement:"\u0938\u094D\u092A\u0930\u094D\u0936 \u0938\u094D\u0915\u094D\u0930\u0940\u0928 \u091C\u0947\u0938\u094D\u091A\u0930 \u0938\u0947\u091F \u0915\u0930\u0947\u0902 \u0928\u093F\u0930\u094D\u0926\u093F\u0937\u094D\u091F \u092A\u0948\u0930\u093E\u0917\u094D\u0930\u093E\u092B \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F",temprarilyChangeTranslationTo_transmart:"\u0939\u092E \u0935\u0930\u094D\u0924\u092E\u093E\u0928 \u092A\u0943\u0937\u094D\u0920 \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930 \u0930\u0939\u0947 \u0939\u0948\u0902 \u091F\u0947\u0902\u0938\u0947\u0902\u091F \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u093E \u0909\u092A\u092F\u094B\u0917 \u0915\u0930\u0915\u0947","browser.translateWithDeepL":"\u0905\u0938\u094D\u0925\u093E\u092F\u0940 \u0930\u0942\u092A \u0938\u0947 DeepL \u0915\u093E \u0909\u092A\u092F\u094B\u0917 \u0915\u0930\u0915\u0947 \u0935\u0930\u094D\u0924\u092E\u093E\u0928 \u092A\u0943\u0937\u094D\u0920 \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0947\u0902",upgradeToProErrorTitle:"\u0915\u0943\u092A\u092F\u093E \u0907\u0938 \u0905\u0928\u0941\u0935\u093E\u0926 \u0938\u0947\u0935\u093E \u0915\u093E \u0909\u092A\u092F\u094B\u0917 \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u092A\u094D\u0930\u094B \u0938\u0926\u0938\u094D\u092F\u0924\u093E \u0905\u092A\u0917\u094D\u0930\u0947\u0921 \u0915\u0930\u0947\u0902","floatBall.longPress":"\u0932\u0902\u092C\u0947 \u0938\u092E\u092F \u0924\u0915 \u0926\u092C\u093E\u090F \u0930\u0916\u0928\u0947 \u0938\u0947 \u0906\u092A \u0924\u094D\u0935\u0930\u093F\u0924 \u0930\u0942\u092A \u0938\u0947 \u0938\u0947\u091F\u093F\u0902\u0917\u094D\u0938 \u092A\u0948\u0928\u0932 \u0915\u094B \u0916\u094B\u0932 \u0938\u0915\u0924\u0947 \u0939\u0948\u0902\u0964",temprarilyChangeTranslationTo_bing:"\u092E\u093E\u0907\u0915\u094D\u0930\u094B\u0938\u0949\u092B\u094D\u091F \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u093E \u0909\u092A\u092F\u094B\u0917 \u0915\u0930\u0915\u0947 \u0935\u0930\u094D\u0924\u092E\u093E\u0928 \u092A\u0943\u0937\u094D\u0920 \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930 \u0930\u0939\u093E \u0939\u0948\u0902","browser.translateWithGoogle":"\u0905\u0938\u094D\u0925\u093E\u092F\u0940 \u0930\u0942\u092A \u0938\u0947 Google \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u093E \u0909\u092A\u092F\u094B\u0917 \u0915\u0930\u0915\u0947 \u0935\u0930\u094D\u0924\u092E\u093E\u0928 \u092A\u0943\u0937\u094D\u0920 \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0947\u0902","browser.translateWithBing":"\u092E\u093E\u0907\u0915\u094D\u0930\u094B\u0938\u0949\u092B\u094D\u091F \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u093E \u0905\u0938\u094D\u0925\u093E\u092F\u0940 \u0930\u0942\u092A \u0938\u0947 \u0935\u0930\u094D\u0924\u092E\u093E\u0928 \u092A\u0943\u0937\u094D\u0920 \u0915\u093E \u0909\u092A\u092F\u094B\u0917 \u0915\u0930\u0947\u0902",touchShortcutsToggleTranslatePage:"\u0935\u0947\u092C\u092A\u0947\u091C \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0928\u0947/\u092E\u0942\u0932 \u092A\u093E\u0920 \u0926\u093F\u0916\u093E\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u091F\u091A\u0938\u094D\u0915\u094D\u0930\u0940\u0928 \u091C\u0947\u0938\u094D\u091A\u0930 \u0938\u0947\u091F \u0915\u0930\u0947\u0902\u0964","error.subscriptionExpired":"\u0906\u092A\u0915\u0940 \u0938\u0926\u0938\u094D\u092F\u0924\u093E \u0938\u092E\u093E\u092A\u094D\u0924 \u0939\u094B \u0938\u0915\u0924\u0940 \u0939\u0948, \u0915\u0943\u092A\u092F\u093E \u0905\u092A\u0928\u0940 \u0938\u0926\u0938\u094D\u092F\u0924\u093E \u0915\u0940 \u0938\u094D\u0925\u093F\u0924\u093F \u0915\u0940 \u091C\u093E\u0902\u091A \u0915\u0930\u0947\u0902\u0964",paragraphMinTextCountDesc:"\u0927\u094D\u092F\u093E\u0928 \u0926\u0947\u0902, \u092F\u0939\u093E\u0902 \u0935\u0930\u094D\u0923\u094B\u0902 \u0915\u0940 \u0932\u0902\u092C\u093E\u0908 \u0915\u093E \u0924\u093E\u0924\u094D\u092A\u0930\u094D\u092F \u0939\u0948, \u0909\u0926\u093E\u0939\u0930\u0923 \u0915\u0947 \u0932\u093F\u090F: \u0939\u0947\u0932\u094B 5 \u0935\u0930\u094D\u0923 \u0939\u0948\u0902, \u0907\u0938\u0947 \u0905\u0927\u093F\u0915 \u092E\u093E\u0928 \u092A\u0930 \u0938\u0947\u091F \u0915\u0930\u0928\u0947 \u0938\u0947 \u0905\u0928\u093E\u0935\u0936\u094D\u092F\u0915 \u091B\u094B\u091F\u0947 \u0905\u0928\u0941\u091A\u094D\u091B\u0947\u0926\u094B\u0902 \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u092E \u0915\u093F\u092F\u093E \u091C\u093E \u0938\u0915\u0924\u093E \u0939\u0948\u0964","desc.interfaceLanguage":"\u0907\u0902\u091F\u0930\u092B\u093C\u0947\u0938 \u092D\u093E\u0937\u093E \u0938\u0947\u091F\u093F\u0902\u0917\u094D\u0938 \u0915\u0902\u091F\u094D\u0930\u094B\u0932 \u092A\u0948\u0928\u0932 \u0915\u0940 \u092A\u094D\u0930\u0926\u0930\u094D\u0936\u0928 \u092D\u093E\u0937\u093E \u0915\u094B \u092A\u094D\u0930\u092D\u093E\u0935\u093F\u0924 \u0915\u0930\u0924\u0940 \u0939\u0948\u0902, \u0914\u0930 \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0940 \u0932\u0915\u094D\u0937\u094D\u092F \u092D\u093E\u0937\u093E \u0938\u0947 \u0907\u0938\u0915\u093E \u0915\u094B\u0908 \u0938\u0902\u092C\u0902\u0927 \u0928\u0939\u0940\u0902 \u0939\u0948\u0964",mouseHoverCustomKeyDescription:"\u0906\u092A \u090F\u0915 \u0915\u0938\u094D\u091F\u092E \u092E\u093E\u0909\u0938 \u0939\u094B\u0935\u0930 \u0936\u0949\u0930\u094D\u091F\u0915\u091F \u0915\u0940 \u0924\u0930\u0939 \u092C\u0928\u093E \u0938\u0915\u0924\u0947 \u0939\u0948\u0902, \u091C\u0948\u0938\u0947 \u0915\u093F: Alt+Z, Ctrl+E, Cmd+Alt+E \u092F\u093E \u0938\u0940\u0927\u0947 Cmd, \u0915\u0943\u092A\u092F\u093E \u092E\u0948\u0928\u094D\u092F\u0941\u0905\u0932 \u0930\u0942\u092A \u0938\u0947 \u0907\u0928\u092A\u0941\u091F \u0915\u0930\u0947\u0902","desc.mouseHoverHoldKey":"\u091C\u092C \u092E\u093E\u0909\u0938 \u0915\u093F\u0938\u0940 \u092A\u0948\u0930\u093E\u0917\u094D\u0930\u093E\u092B \u092A\u0930 \u0939\u094B\u0935\u0930 \u0915\u0930\u0924\u093E \u0939\u0948, \u0924\u094B \u0938\u093E\u0925 \u0939\u0940 \u0926\u093E\u0908\u0902 \u0913\u0930 \u0915\u0940 \u0936\u0949\u0930\u094D\u091F\u0915\u091F \u0915\u0941\u0902\u091C\u0940 \u0926\u092C\u093E\u090F\u0902, \u0924\u094B \u0909\u0938 \u092A\u0948\u0930\u093E\u0917\u094D\u0930\u093E\u092B \u0915\u093E \u0938\u0940\u0927\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u093F\u092F\u093E \u091C\u093E \u0938\u0915\u0924\u093E \u0939\u0948\u0964","subtitle.showQuickButtonDescription":"\u0935\u0940\u0921\u093F\u092F\u094B \u092A\u094D\u0932\u0947\u092F\u0930 \u0915\u0947 \u0926\u093E\u090F\u0902 \u0928\u093F\u091A\u0932\u0947 \u0915\u094B\u0928\u0947 \u092E\u0947\u0902 \u0926\u094D\u0935\u093F\u092D\u093E\u0937\u0940\u092F \u0909\u092A\u0936\u0940\u0930\u094D\u0937\u0915 \u0938\u0915\u094D\u0937\u092E \u0915\u0930\u0928\u0947 \u0915\u093E \u0936\u0949\u0930\u094D\u091F\u0915\u091F \u092A\u094D\u0930\u0926\u093E\u0928 \u0915\u093F\u092F\u093E \u0917\u092F\u093E \u0939\u0948\u0964",confirmResetToDefaultSettings:"\u0915\u094D\u092F\u093E \u0906\u092A \u0935\u093E\u0915\u0908 \u0907\u0938 \u0905\u0928\u0941\u0935\u093E\u0926 \u0938\u0947\u0935\u093E \u0915\u094B \u0921\u093F\u092B\u093C\u0949\u0932\u094D\u091F \u0938\u0947\u091F\u093F\u0902\u0917\u094D\u0938 \u092A\u0930 \u092A\u0941\u0928\u0930\u094D\u0938\u094D\u0925\u093E\u092A\u093F\u0924 \u0915\u0930\u0928\u093E \u091A\u093E\u0939\u0924\u0947 \u0939\u0948\u0902? (\u0915\u0947\u0935\u0932 \u0935\u0930\u094D\u0924\u092E\u093E\u0928 \u0905\u0928\u0941\u0935\u093E\u0926 \u0938\u0947\u0935\u093E \u0915\u0940 \u0938\u0947\u091F\u093F\u0902\u0917\u094D\u0938 \u0930\u0940\u0938\u0947\u091F \u0915\u0930\u0947\u0902)","contact.description":"\u092F\u0926\u093F \u0906\u092A\u0915\u0947 \u092A\u093E\u0938 \u0915\u094B\u0908 \u092A\u094D\u0930\u0936\u094D\u0928 \u092F\u093E \u0938\u0941\u091D\u093E\u0935 \u0939\u0948\u0902, \u0924\u094B \u0915\u0943\u092A\u092F\u093E \u0928\u0940\u091A\u0947 \u0926\u093F\u090F \u0917\u090F \u092B\u0949\u0930\u094D\u092E \u0915\u094B \u092D\u0930\u0915\u0930 \u0939\u092E\u0938\u0947 \u0938\u0902\u092A\u0930\u094D\u0915 \u0915\u0930\u0947\u0902, \u092F\u093E {email} \u092A\u0930 \u0908\u092E\u0947\u0932 \u092D\u0947\u091C\u0947\u0902, \u0939\u092E \u091C\u0932\u094D\u0926 \u0938\u0947 \u091C\u0932\u094D\u0926 \u0906\u092A\u0915\u093E \u0909\u0924\u094D\u0924\u0930 \u0926\u0947\u0902\u0917\u0947\u0964","desc.touchShortcutsToggleTranslatePage":"\u0938\u0947\u091F \u0915\u0930\u0928\u0947 \u0915\u0947 \u092C\u093E\u0926, \u092E\u094B\u092C\u093E\u0907\u0932 \u0921\u093F\u0935\u093E\u0907\u0938 \u0915\u094B \u0939\u093F\u0932\u093E\u0924\u0947 \u0938\u092E\u092F, \u0906\u092A X \u0909\u0902\u0917\u0932\u093F\u092F\u094B\u0902 \u0915\u093E \u0909\u092A\u092F\u094B\u0917 \u0915\u0930\u0915\u0947 \u0938\u094D\u0915\u094D\u0930\u0940\u0928 \u0915\u094B \u091B\u0942\u0928\u093E, \u092C\u093E\u090F\u0902-\u0926\u093E\u090F\u0902 \u0938\u094D\u0935\u093E\u0907\u092A \u0915\u0930\u0928\u093E \u092F\u093E \u0932\u0917\u093E\u0924\u093E\u0930 \u0915\u094D\u0932\u093F\u0915 \u0915\u0930\u0928\u093E, \u0935\u0947\u092C\u092A\u0947\u091C \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0928\u0947 / \u092E\u0942\u0932 \u091F\u0947\u0915\u094D\u0938\u094D\u091F \u0926\u093F\u0916\u093E\u0928\u0947 \u0915\u094B \u091F\u094D\u0930\u093F\u0917\u0930 \u0915\u0930 \u0938\u0915\u0924\u0947 \u0939\u0948\u0902\u0964",shortcutDisableTooltip:"\u0915\u0943\u092A\u092F\u093E \u092C\u094D\u0930\u093E\u0909\u091C\u093C\u0930 \u0926\u094D\u0935\u093E\u0930\u093E \u092A\u094D\u0930\u0926\u093E\u0928 \u0915\u0940 \u0917\u0908 \u090F\u0915\u094D\u0938\u091F\u0947\u0902\u0936\u0928 \u0936\u0949\u0930\u094D\u091F\u0915\u091F \u0915\u0940 \u092A\u094D\u0930\u092C\u0902\u0927\u0928 \u092A\u0943\u0937\u094D\u0920 \u092A\u0930 \u0938\u0947\u091F\u093F\u0902\u0917 \u0915\u0930\u0947\u0902, \u0905\u0927\u093F\u0915 \u0926\u093F\u0936\u093E\u0928\u093F\u0930\u094D\u0926\u0947\u0936 \u0915\u0947 \u0932\u093F\u090F \u0915\u0943\u092A\u092F\u093E \u0907\u0938 \u092A\u0943\u0937\u094D\u0920 \u0915\u0947 \u0938\u092C\u0938\u0947 \u090A\u092A\u0930\u0940 \u0939\u093F\u0938\u094D\u0938\u0947 \u0915\u0940 \u091C\u093E\u0928\u0915\u093E\u0930\u0940 \u0926\u0947\u0916\u0947\u0902\u0964","desc.toggleTranslateTheWholePage":"\u092A\u0943\u0937\u094D\u0920 \u0915\u093E \u0938\u092E\u094D\u092A\u0942\u0930\u094D\u0923 \u0915\u094D\u0937\u0947\u0924\u094D\u0930 \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0947\u0902, \u0921\u093F\u092B\u093C\u0949\u0932\u094D\u091F \u0930\u0942\u092A \u0938\u0947, \u0939\u092E \u092A\u0943\u0937\u094D\u0920 \u0915\u0947 \u092A\u094D\u0930\u092E\u0941\u0916 \u0915\u094D\u0937\u0947\u0924\u094D\u0930 \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0947\u0902\u0917\u0947, \u0906\u092A \u0907\u0938 \u0936\u0949\u0930\u094D\u091F\u0915\u091F \u0915\u093E \u0909\u092A\u092F\u094B\u0917 \u0915\u0930\u0915\u0947 \u092A\u0943\u0937\u094D\u0920 \u0915\u0947 \u0938\u092E\u094D\u092A\u0942\u0930\u094D\u0923 \u0915\u094D\u0937\u0947\u0924\u094D\u0930 \u0915\u093E \u0935\u093F\u0936\u0947\u0937 \u0930\u0942\u092A \u0938\u0947 \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930 \u0938\u0915\u0924\u0947 \u0939\u0948\u0902\u0964","desc.touchShortcutsToggleTranslationMask":"\u0905\u0928\u0941\u0935\u093E\u0926 \u091B\u093F\u092A\u093E\u0928\u0947 \u0915\u093E \u0924\u093E\u0924\u094D\u092A\u0930\u094D\u092F \u0939\u0948 \u0905\u0928\u0941\u0935\u093E\u0926 \u0936\u0948\u0932\u0940 \u092E\u0947\u0902 \u0927\u0941\u0902\u0927\u0932\u093E \u092A\u094D\u0930\u092D\u093E\u0935 (\u0905\u0927\u094D\u092F\u092F\u0928 \u092E\u094B\u0921), \u091C\u093F\u0938\u0947 \u091A\u093E\u0932\u0942 \u0915\u0930\u0928\u0947 \u0915\u0947 \u092C\u093E\u0926 \u0905\u0928\u0941\u0935\u093E\u0926 \u092A\u0930 \u0905\u0938\u094D\u0925\u093E\u092F\u0940 \u0930\u0942\u092A \u0938\u0947 \u0927\u0941\u0902\u0927\u0932\u093E \u092A\u094D\u0930\u092D\u093E\u0935 \u0932\u093E\u0917\u0942 \u0915\u093F\u092F\u093E \u091C\u093E\u0924\u093E \u0939\u0948, \u091C\u094B \u0905\u0927\u094D\u092F\u092F\u0928 \u0915\u0947 \u0932\u093F\u090F \u0938\u0941\u0935\u093F\u0927\u093E\u091C\u0928\u0915 \u0939\u094B\u0924\u093E \u0939\u0948\u0964","desc.toggleTranslateTheMainPage":"\u0915\u0947\u0935\u0932 \u092A\u0943\u0937\u094D\u0920 \u0915\u0947 \u092E\u0941\u0916\u094D\u092F \u0915\u094D\u0937\u0947\u0924\u094D\u0930 \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0947\u0902, \u091C\u092C \u0906\u092A \u0909\u0928\u094D\u0928\u0924 \u0938\u0947\u091F\u093F\u0902\u0917\u094D\u0938 \u092E\u0947\u0902 \u092A\u0943\u0937\u094D\u0920 \u0915\u0947 \u0938\u092D\u0940 \u0915\u094D\u0937\u0947\u0924\u094D\u0930\u094B\u0902 \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0938\u0915\u094D\u0937\u092E \u0915\u0930\u0924\u0947 \u0939\u0948\u0902, \u0924\u094B \u0906\u092A \u0907\u0938 \u0936\u0949\u0930\u094D\u091F\u0915\u091F \u0915\u093E \u0909\u092A\u092F\u094B\u0917 \u092A\u0943\u0937\u094D\u0920 \u0915\u0947 \u092E\u0941\u0916\u094D\u092F \u0915\u094D\u0937\u0947\u0924\u094D\u0930 \u0915\u093E \u0935\u093F\u0936\u0947\u0937 \u0930\u0942\u092A \u0938\u0947 \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u0915\u0930 \u0938\u0915\u0924\u0947 \u0939\u0948\u0902\u0964",translationOnlyModeDescription:"\u0915\u0947\u0935\u0932 \u0905\u0928\u0941\u0935\u093E\u0926 \u092E\u094B\u0921 \u0915\u093E \u0924\u093E\u0924\u094D\u092A\u0930\u094D\u092F \u0939\u0948 \u0915\u093F \u0915\u0947\u0935\u0932 \u0905\u0928\u0941\u0935\u093E\u0926 \u092A\u094D\u0930\u0926\u0930\u094D\u0936\u093F\u0924 \u0915\u093F\u092F\u093E \u091C\u093E\u090F\u0917\u093E, \u0928 \u0915\u093F \u0921\u093F\u092B\u093C\u0949\u0932\u094D\u091F \u0926\u094D\u0935\u093F\u092D\u093E\u0937\u0940 \u092E\u094B\u0921\u0964 \u0927\u094D\u092F\u093E\u0928 \u0926\u0947\u0902: \u0924\u0915\u0928\u0940\u0915\u0940 \u0938\u0940\u092E\u093E\u0913\u0902 \u0915\u0947 \u0915\u093E\u0930\u0923, \u0915\u0947\u0935\u0932 \u0905\u0928\u0941\u0935\u093E\u0926 \u092E\u094B\u0921 \u092E\u0947\u0902, \u092E\u0942\u0932 \u092A\u093E\u0920 \u0915\u0947 \u0939\u093E\u0907\u092A\u0930\u0932\u093F\u0902\u0915 \u0905\u0915\u094D\u0937\u092E \u0939\u094B \u091C\u093E\u090F\u0902\u0917\u0947\u0964","intro.floatBallDescription":"\u0938\u0915\u094D\u0930\u093F\u092F \u0939\u094B\u0928\u0947 \u0915\u0947 \u092C\u093E\u0926, \u092A\u0943\u0937\u094D\u0920 \u0915\u0947 \u0926\u093E\u090F\u0902 \u0913\u0930 \u090F\u0915 \u0936\u0949\u0930\u094D\u091F\u0915\u091F \u0905\u0928\u0941\u0935\u093E\u0926 \u092C\u091F\u0928 \u0926\u093F\u0916\u093E\u0908 \u0926\u0947\u0917\u093E, \u091C\u093F\u0938\u0947 \u0915\u094D\u0932\u093F\u0915 \u0915\u0930\u0915\u0947 \u0906\u092A \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930 \u0938\u0915\u0924\u0947 \u0939\u0948\u0902, \u092B\u093F\u0930 \u0938\u0947 \u0915\u094D\u0932\u093F\u0915 \u0915\u0930\u0928\u0947 \u092A\u0930 \u092E\u0942\u0932 \u0932\u0947\u0916 \u092E\u0947\u0902 \u0935\u093E\u092A\u0938 \u091C\u093E \u0938\u0915\u0924\u0947 \u0939\u0948\u0902\u0964 \u092E\u094B\u092C\u093E\u0907\u0932 \u092A\u0930, \u0932\u0902\u092C\u0947 \u0938\u092E\u092F \u0924\u0915 \u092B\u094D\u0932\u094B\u091F\u093F\u0902\u0917 \u092C\u0949\u0932 \u0915\u094B \u0926\u092C\u093E\u090F\u0902, \u0906\u092A \u0936\u0949\u0930\u094D\u091F\u0915\u091F \u0938\u0947\u091F\u093F\u0902\u0917\u094D\u0938 \u092A\u0948\u0928\u0932 \u0915\u094B \u0916\u094B\u0932 \u0938\u0915\u0924\u0947 \u0939\u0948\u0902\u0964","desc.toggleMouseHoverTranslateDirectly":"\u0907\u0938 \u0936\u0949\u0930\u094D\u091F\u0915\u091F \u0915\u0941\u0902\u091C\u0940 \u0915\u094B \u0926\u092C\u093E\u0928\u0947 \u0915\u0947 \u092C\u093E\u0926, \u092A\u0943\u0937\u094D\u0920 \u092A\u0930, \u091C\u092C \u092D\u0940 \u092E\u093E\u0909\u0938 \u0915\u093F\u0938\u0940 \u092D\u0940 \u092A\u093E\u0920 \u0915\u0940 \u0913\u0930 \u0907\u0936\u093E\u0930\u093E \u0915\u0930\u0924\u093E \u0939\u0948, \u0924\u094B \u092F\u0939 \u092A\u093E\u0920 \u0938\u094D\u0935\u091A\u093E\u0932\u093F\u0924 \u0930\u0942\u092A \u0938\u0947 \u0905\u0928\u0941\u0935\u093E\u0926\u093F\u0924 \u0939\u094B \u091C\u093E\u0924\u093E \u0939\u0948\u0964 \u0936\u0949\u0930\u094D\u091F\u0915\u091F \u0915\u0941\u0902\u091C\u0940 \u0915\u094B \u090F\u0915 \u092C\u093E\u0930 \u092B\u093F\u0930 \u0926\u092C\u093E\u0928\u0947 \u0938\u0947, \u0906\u092A \u0907\u0938 \u0938\u094D\u0935\u091A\u093E\u0932\u093F\u0924 \u0905\u0928\u0941\u0935\u093E\u0926 \u0938\u0941\u0935\u093F\u0927\u093E \u0915\u094B \u092C\u0902\u0926 \u0915\u0930 \u0938\u0915\u0924\u0947 \u0939\u0948\u0902\u0964","intro.subtitleTitle":"\u0911\u0928\u0932\u093E\u0907\u0928 \u0935\u0940\u0921\u093F\u092F\u094B \u0926\u094D\u0935\u093F\u092D\u093E\u0937\u0940 \u0909\u092A\u0936\u0940\u0930\u094D\u0937\u0915 \u092A\u094D\u0930\u0926\u0930\u094D\u0936\u093F\u0924 \u0915\u0930\u0924\u0947 \u0939\u0948\u0902","neverTranslateText.description":"\u0915\u0941\u091B \u0905\u0928\u0941\u0935\u093E\u0926 \u0907\u0902\u091C\u0928 \u0935\u093F\u0936\u0947\u0937 \u0928\u093E\u092E\u094B\u0902 \u0915\u0940 \u092A\u0939\u091A\u093E\u0928 \u092E\u0947\u0902 \u0905\u0926\u0930\u0915 \u0928\u0939\u0940\u0902 \u0939\u0948\u0902, \u0906\u092A \u092F\u0939\u093E\u0902 \u0936\u092C\u094D\u0926 \u091C\u094B\u0921\u093C \u0938\u0915\u0924\u0947 \u0939\u0948\u0902, \u092F\u0939 \u0938\u0941\u0928\u093F\u0936\u094D\u091A\u093F\u0924 \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u0915\u093F \u0935\u0947 \u0905\u0928\u0941\u0935\u093E\u0926 \u092A\u094D\u0930\u0915\u094D\u0930\u093F\u092F\u093E \u092E\u0947\u0902 \u092A\u0930\u093F\u0935\u0930\u094D\u0924\u093F\u0924 \u0928\u0939\u0940\u0902 \u0939\u094B\u0924\u0947 \u0939\u0948\u0902\u0964 \u0915\u0943\u092A\u092F\u093E \u0927\u094D\u092F\u093E\u0928 \u0926\u0947\u0902, \u092F\u0939 \u0938\u0941\u0935\u093F\u0927\u093E \u092E\u093E\u092E\u0932\u0947 \u0915\u0940 \u092A\u0939\u091A\u093E\u0928 \u0915\u0930\u0924\u0940 \u0939\u0948, \u0914\u0930 \u0915\u0947\u0935\u0932 \u0916\u093E\u0932\u0940 \u091C\u0917\u0939 \u0938\u0947 \u0905\u0932\u0917 \u0936\u092C\u094D\u0926 \u092D\u093E\u0937\u093E\u0913\u0902 (\u091C\u0948\u0938\u0947 \u0905\u0902\u0917\u094D\u0930\u0947\u091C\u0940, \u092B\u094D\u0930\u0947\u0902\u091A) \u0915\u093E \u0938\u092E\u0930\u094D\u0925\u0928 \u0915\u0930\u0924\u0940 \u0939\u0948, \u091C\u093E\u092A\u093E\u0928\u0940, \u0915\u094B\u0930\u093F\u092F\u093E\u0908 \u0906\u0926\u093F \u092D\u093E\u0937\u093E\u0913\u0902 \u0915\u0947 \u0932\u093F\u090F \u092F\u0939 \u0909\u092A\u092F\u0941\u0915\u094D\u0924 \u0928\u0939\u0940\u0902 \u0939\u0948\u0964","intro.hoverDescription":"\u092E\u093E\u0909\u0938 \u0939\u094B\u0935\u0930 \u0905\u0928\u0941\u0935\u093E\u0926 \u0921\u0941\u092C\u0915\u0940 \u0905\u0928\u0941\u0935\u093E\u0926 \u092E\u0947\u0902 \u092C\u0939\u0941\u0924 \u092E\u0939\u0924\u094D\u0935\u092A\u0942\u0930\u094D\u0923 \u0938\u0941\u0935\u093F\u0927\u093E \u0939\u0948, \u092C\u0938 \u092A\u0948\u0930\u093E\u0917\u094D\u0930\u093E\u092B \u092A\u0930 \u092E\u093E\u0909\u0938 \u0930\u0916\u0947\u0902, \u0938\u093E\u0925 \u0939\u0940 \u0938\u0947\u091F \u0915\u0940 \u0917\u0908 \u0936\u0949\u0930\u094D\u091F\u0915\u091F \u0915\u0941\u0902\u091C\u0940 \u0926\u092C\u093E\u090F\u0902, \u0924\u094B \u0935\u0930\u094D\u0924\u092E\u093E\u0928 \u092A\u0948\u0930\u093E\u0917\u094D\u0930\u093E\u092B \u0915\u093E \u0938\u094D\u0935\u091A\u093E\u0932\u093F\u0924 \u0930\u0942\u092A \u0938\u0947 \u0905\u0928\u0941\u0935\u093E\u0926 \u0939\u094B \u091C\u093E\u090F\u0917\u093E (\u0927\u094D\u092F\u093E\u0928 \u0926\u0947\u0902: \u0921\u093F\u092B\u093C\u0949\u0932\u094D\u091F \u0930\u0942\u092A \u0938\u0947 \u092F\u0939 \u0938\u0915\u094D\u0937\u092E \u0928\u0939\u0940\u0902 \u0939\u0948, \u0915\u0943\u092A\u092F\u093E \u0928\u0940\u091A\u0947 \u0938\u0947\u091F \u0915\u0930\u0947\u0902), \u092F\u0939 \u0907\u0902\u091F\u0930\u090F\u0915\u094D\u0936\u0928 \u0936\u092C\u094D\u0926 \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u094B \u092C\u0947\u0939\u0924\u0930 \u0930\u0942\u092A \u0938\u0947 \u092A\u094D\u0930\u0924\u093F\u0938\u094D\u0925\u093E\u092A\u093F\u0924 \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u0909\u092A\u092F\u094B\u0917 \u0915\u093F\u092F\u093E \u091C\u093E\u0924\u093E \u0939\u0948, \u0907\u0938\u0915\u0947 \u0905\u0932\u093E\u0935\u093E, \u092F\u0939 \u0938\u0941\u0935\u093F\u0927\u093E \u0909\u0928 \u0915\u094D\u0937\u0947\u0924\u094D\u0930\u094B\u0902 \u092E\u0947\u0902 \u092D\u0940 \u0935\u094D\u092F\u093E\u092A\u0915 \u0930\u0942\u092A \u0938\u0947 \u0909\u092A\u092F\u094B\u0917 \u0915\u0940 \u091C\u093E\u0924\u0940 \u0939\u0948 \u091C\u093F\u0928\u094D\u0939\u0947\u0902 \u092A\u0939\u091A\u093E\u0928\u093E \u0928\u0939\u0940\u0902 \u091C\u093E \u0938\u0915\u0924\u093E \u0939\u0948, \u0906\u092A \u0907\u0938 \u0938\u0941\u0935\u093F\u0927\u093E \u0915\u093E \u0909\u092A\u092F\u094B\u0917 \u0915\u0930\u0915\u0947, \u0915\u093F\u0938\u0940 \u092D\u0940 \u092A\u0948\u0930\u093E\u0917\u094D\u0930\u093E\u092B \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u092E\u091C\u092C\u0942\u0930 \u0915\u0930 \u0938\u0915\u0924\u0947 \u0939\u0948\u0902\u0964","intro.subtitleDescription":"\u0907\u0938 \u0938\u0941\u0935\u093F\u0927\u093E \u0915\u094B \u091A\u093E\u0932\u0942 \u0915\u0930\u0928\u0947 \u0915\u0947 \u092C\u093E\u0926, \u0935\u0940\u0921\u093F\u092F\u094B \u092A\u094D\u0932\u0947 \u0939\u094B\u0928\u0947 \u092A\u0930 \u0938\u094D\u0935\u091A\u093E\u0932\u093F\u0924 \u0930\u0942\u092A \u0938\u0947 \u0926\u094D\u0935\u093F\u092D\u093E\u0937\u0940\u092F \u0909\u092A\u0936\u0940\u0930\u094D\u0937\u0915 \u092A\u094D\u0930\u0926\u0930\u094D\u0936\u093F\u0924 \u0939\u094B\u0902\u0917\u0947\u0964 \u092F\u0926\u093F \u092F\u0939 \u0938\u0915\u094D\u0937\u092E \u0928\u0939\u0940\u0902 \u0939\u0948, \u0924\u094B \u0906\u092A\u0915\u094B \u092A\u0943\u0937\u094D\u0920 \u092A\u0930 \u092E\u0948\u0928\u094D\u092F\u0941\u0905\u0932 \u0930\u0942\u092A \u0938\u0947 \u0905\u0928\u0941\u0935\u093E\u0926 \u092C\u091F\u0928 \u092A\u0930 \u0915\u094D\u0932\u093F\u0915 \u0915\u0930\u0928\u0947 \u0915\u0940 \u0906\u0935\u0936\u094D\u092F\u0915\u0924\u093E \u0939\u094B\u0917\u0940 \u0924\u093E\u0915\u093F \u0909\u092A\u0936\u0940\u0930\u094D\u0937\u0915 \u0926\u093F\u0916\u093E\u0908 \u0926\u0947\u0964 \u0915\u0943\u092A\u092F\u093E \u0927\u094D\u092F\u093E\u0928 \u0926\u0947\u0902, \u0924\u0915\u0928\u0940\u0915\u0940 \u0938\u0940\u092E\u093E\u0913\u0902 \u0915\u0947 \u0915\u093E\u0930\u0923, \u0915\u0941\u091B \u0935\u0947\u092C\u0938\u093E\u0907\u091F\u094B\u0902 \u092A\u0930 \u092A\u0939\u0932\u0940 \u092C\u093E\u0930 \u0909\u092A\u0936\u0940\u0930\u094D\u0937\u0915 \u0938\u0915\u094D\u0930\u093F\u092F \u0915\u0930\u0928\u0947 \u0915\u0947 \u0938\u092E\u092F \u092A\u0943\u0937\u094D\u0920 \u0915\u094B \u0924\u093E\u091C\u093E \u0915\u0930\u0928\u0947 \u0915\u0940 \u092F\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u092A\u0942\u0930\u093E \u0939\u094B\u0928\u0947 \u0915\u0947 \u092C\u093E\u0926 \u0907\u0902\u0924\u091C\u093E\u0930 \u0915\u0930\u0928\u0947 \u0915\u0940 \u0906\u0935\u0936\u094D\u092F\u0915\u0924\u093E \u0939\u094B \u0938\u0915\u0924\u0940 \u0939\u0948, \u0924\u092D\u0940 \u0926\u094D\u0935\u093F\u092D\u093E\u0937\u0940\u092F \u0909\u092A\u0936\u0940\u0930\u094D\u0937\u0915 \u092A\u094D\u0930\u0926\u0930\u094D\u0936\u093F\u0924 \u0939\u094B\u0902\u0917\u0947\u0964 (\u0907\u0938\u0915\u0947 \u0905\u0932\u093E\u0935\u093E, \u0906\u092A \u0935\u0940\u0921\u093F\u092F\u094B \u0935\u0947\u092C\u0938\u093E\u0907\u091F \u0916\u094B\u0932\u0928\u0947 \u0915\u0947 \u092C\u093E\u0926, \u090A\u092A\u0930\u0940 \u0926\u093E\u090F\u0902 \u0915\u094B\u0928\u0947 \u092E\u0947\u0902 \u0921\u0942\u092C\u0928\u0947 \u0935\u093E\u0932\u0947 \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0947 \u0924\u094D\u0935\u0930\u093F\u0924 \u092A\u0948\u0928\u0932 \u0915\u094B \u0938\u0915\u094D\u0937\u092E / \u0905\u0915\u094D\u0937\u092E \u0915\u0930 \u0938\u0915\u0924\u0947 \u0939\u0948\u0902)

\u0935\u0930\u094D\u0924\u092E\u093E\u0928 \u092E\u0947\u0902 \u0907\u0928 \u0935\u0947\u092C\u0938\u093E\u0907\u091F\u094B\u0902 \u092A\u0930 \u0926\u094D\u0935\u093F\u092D\u093E\u0937\u0940\u092F \u0909\u092A\u0936\u0940\u0930\u094D\u0937\u0915 \u0915\u093E \u0909\u092A\u092F\u094B\u0917 \u0915\u0930\u0928\u0947 \u0915\u093E \u0938\u092E\u0930\u094D\u0925\u0928 \u0915\u093F\u092F\u093E \u0917\u092F\u093E \u0939\u0948:",geminiWarning:"\u0927\u094D\u092F\u093E\u0928 \u0926\u0947\u0902: \u0917\u0942\u0917\u0932 \u0926\u094D\u0935\u093E\u0930\u093E \u092A\u094D\u0930\u0926\u093E\u0928 \u0915\u0940 \u0917\u0908 \u091C\u0947\u092E\u093F\u0928\u0940 \u0915\u0940 \u092E\u0941\u092B\u094D\u0924 \u0938\u0947\u0935\u093E \u0915\u0940 \u0938\u0940\u092E\u093E\u090F\u0902 \u0915\u0921\u093C\u0940 \u0939\u0948\u0902, \u092F\u0939 \u0938\u0902\u092D\u0935 \u0939\u0948 \u0915\u093F \u0917\u0942\u0917\u0932 \u0907\u0938\u0947 \u0909\u092A\u092F\u094B\u0917\u0915\u0930\u094D\u0924\u093E \u0915\u0947 \u0926\u094D\u0935\u093E\u0930\u093E \u0909\u0928\u0915\u0940 \u092E\u0941\u092B\u094D\u0924 \u0915\u094B\u091F\u093E \u0938\u0940\u092E\u093E \u0915\u094B \u0926\u0942\u0930 \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u0915\u0908 \u0915\u0941\u0902\u091C\u0940 \u0915\u093E \u0909\u092A\u092F\u094B\u0917 \u0915\u0930\u0928\u0947 \u0915\u0947 \u0930\u0942\u092A \u092E\u0947\u0902 \u0928\u093F\u0930\u094D\u0927\u093E\u0930\u093F\u0924 \u0915\u0930\u0947, \u0907\u0938\u0915\u093E \u0909\u092A\u092F\u094B\u0917 \u0915\u0930\u0928\u0947 \u0915\u0940 \u0938\u0932\u093E\u0939 \u0928\u0939\u0940\u0902 \u0926\u0940 \u091C\u093E\u0924\u0940 \u0939\u0948, \u0905\u0928\u0941\u0936\u0902\u0938\u093E \u0915\u0940 \u091C\u093E\u0924\u0940 \u0939\u0948 \u0915\u093F \u0917\u0942\u0917\u0932 \u091C\u0947\u092E\u093F\u0928\u0940 \u0915\u0947 \u092A\u0947\u0921\u093C \u0907\u0902\u091F\u0930\u092B\u093C\u0947\u0938 \u0915\u094B \u092D\u0935\u093F\u0937\u094D\u092F \u092E\u0947\u0902 \u0916\u094B\u0932\u0928\u0947 \u0915\u093E \u0907\u0902\u0924\u091C\u093E\u0930 \u0915\u0930\u0947\u0902\u0964","floatBall.setting":"\u0938\u0947\u091F\u093F\u0902\u0917\u094D\u0938","floatBall.translateToLanguage":"\u0915\u094D\u0932\u093F\u0915 \u0915\u0930\u0947\u0902 \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F {language}","floatBall.file":"PDF, EPUB, SRT, ASS, HTML, TXT \u092B\u093C\u093E\u0907\u0932\u094B\u0902 \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0947\u0902",changeToOnlyTempTranslationMode:"\u0915\u0947\u0935\u0932 \u0905\u0928\u0941\u0935\u093E\u0926 \u0926\u093F\u0916\u093E\u0928\u0947 \u092A\u0930 \u0938\u094D\u0935\u093F\u091A \u0915\u0930\u0947\u0902",changeToDualTempTranslationMode:"\u0926\u094D\u0935\u093F\u092D\u093E\u0937\u0940 \u0905\u0928\u0941\u0935\u093E\u0926 \u092A\u0930 \u0938\u094D\u0935\u093F\u091A \u0915\u0930\u0947\u0902","translationServices.yandex":"\u092F\u093E\u0902\u0921\u0947\u0915\u094D\u0938","options.navbar.installApp":"\u092E\u094B\u092C\u093E\u0907\u0932 \u0910\u092A \u0938\u094D\u0925\u093E\u092A\u093F\u0924 \u0915\u0930\u0947\u0902","options.navbar.translateFile":"\u0905\u0928\u0941\u0935\u093E\u0926 \u0926\u0938\u094D\u0924\u093E\u0935\u0947\u091C\u093C","transitionMode.dual":"\u0926\u094D\u0935\u093F\u092D\u093E\u0937\u0940\u092F \u0938\u092E\u093E\u0928\u093E\u0902\u0924\u0930","transitionMode.translation":"\u0915\u0947\u0935\u0932 \u0905\u0928\u0941\u0935\u093E\u0926","subtitle.transitionMode":"\u0935\u0940\u0921\u093F\u092F\u094B \u0938\u092C\u091F\u093E\u092F\u091F\u0932 \u0926\u094D\u0935\u093F\u092D\u093E\u0937\u0940 / \u0915\u0947\u0935\u0932 \u0905\u0928\u0941\u0935\u093E\u0926 \u0938\u0947\u091F\u093F\u0902\u0917","subtitle.transitionModeDescription":"\u0935\u0940\u0921\u093F\u092F\u094B \u0938\u092C\u091F\u093E\u092F\u091F\u0932 \u0915\u094B \u0926\u094D\u0935\u093F\u092D\u093E\u0937\u0940 \u0924\u0941\u0932\u0928\u093E\u0924\u094D\u092E\u0915 \u092F\u093E \u0915\u0947\u0935\u0932 \u0905\u0928\u0941\u0935\u093E\u0926 \u092E\u094B\u0921 \u092E\u0947\u0902 \u0938\u0947\u091F \u0915\u0930\u0947\u0902","transitionMode.inherit":"\u0938\u093F\u0938\u094D\u091F\u092E \u0915\u0947 \u0921\u093F\u092B\u093C\u0949\u0932\u094D\u091F \u0905\u0928\u0941\u0935\u093E\u0926 \u092A\u094D\u0930\u0926\u0930\u094D\u0936\u0928 \u092E\u094B\u0921 \u0915\u0947 \u0938\u093E\u0925 \u0938\u0902\u0930\u0947\u0916\u093F\u0924 \u0930\u0939\u0947\u0902",translateFileTooltip:`PDF, ePub, srt, ass, HTML, TXT \u092B\u093C\u093E\u0907\u0932\u094B\u0902 \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0947\u0902`,"description.multiplePrompt":`\u091C\u092C \u092A\u0948\u0930\u093E\u0917\u094D\u0930\u093E\u092B \u0915\u0940 \u0938\u0902\u0916\u094D\u092F\u093E 1 \u0938\u0947 \u0905\u0927\u093F\u0915 \u0939\u094B\u0924\u0940 \u0939\u0948, \u0924\u094B \u0909\u092A\u092F\u094B\u0917\u0915\u0930\u094D\u0924\u093E \u0915\u0940 \u092A\u0939\u091A\u093E\u0928 \u0938\u0947 {service} \u0915\u094B \u0926\u093F\u090F \u0917\u090F \u0938\u0902\u0935\u093E\u0926, \u091C\u093F\u0938\u092E\u0947\u0902 {{from}} \u092A\u0948\u0930\u093E\u0917\u094D\u0930\u093E\u092B \u0915\u0940 \u092D\u093E\u0937\u093E \u0915\u094B \u0926\u0930\u094D\u0936\u093E\u0924\u093E \u0939\u0948, {{to}} \u0932\u0915\u094D\u0937\u094D\u092F \u092D\u093E\u0937\u093E \u0915\u094B \u0926\u0930\u094D\u0936\u093E\u0924\u093E \u0939\u0948, {{yaml}} \u0939\u092E\u093E\u0930\u093E yaml \u092A\u094D\u0930\u093E\u0930\u0942\u092A \u092E\u0947\u0902 \u092A\u0948\u0915 \u0915\u093F\u092F\u093E \u0939\u0941\u0906 \u092A\u0948\u0930\u093E\u0917\u094D\u0930\u093E\u092B \u0938\u093E\u092E\u0917\u094D\u0930\u0940 \u0939\u0948, \u092F\u0926\u093F \u0906\u092A\u0915\u0947 \u092A\u093E\u0938 \u0905\u0928\u0941\u0915\u0942\u0932\u093F\u0924 Prompt \u0915\u0940 \u0906\u0935\u0936\u094D\u092F\u0915\u0924\u093E \u0939\u0948, \u0924\u094B \u0906\u092A\u0915\u094B \u0938\u0941\u0928\u093F\u0936\u094D\u091A\u093F\u0924 \u0915\u0930\u0928\u093E \u0939\u094B\u0917\u093E \u0915\u093F AI \u0915\u0947 \u092A\u094D\u0930\u0924\u093F\u0915\u094D\u0930\u093F\u092F\u093E \u0915\u0947 YAML \u092A\u0930\u093F\u0923\u093E\u092E \u092E\u0947\u0902 \u092A\u094D\u0930\u0924\u094D\u092F\u0947\u0915 \u0906\u0907\u091F\u092E {env.imt_trans_field} \u092B\u093C\u0940\u0932\u094D\u0921 \u0915\u094B \u0936\u093E\u092E\u093F\u0932 \u0915\u0930\u0924\u093E \u0939\u0948, {{imt_trans_field}} \u0939\u092E\u093E\u0930\u0940 \u0906\u0936\u093E \u0939\u0948 \u0915\u093F AI \u0915\u0947 \u092A\u094D\u0930\u0924\u093F\u0915\u094D\u0930\u093F\u092F\u093E \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u092B\u093C\u0940\u0932\u094D\u0921 \u0928\u093E\u092E \u0939\u0948, \u0921\u093F\u092B\u093C\u0949\u0932\u094D\u091F \u0930\u0942\u092A \u0938\u0947 {env.imt_trans_field} \u0939\u0948, {{imt_source_field}} \u0939\u092E\u093E\u0930\u093E AI \u0915\u0947 \u0932\u093F\u090F \u092A\u093E\u0930\u093F\u0924 \u092E\u0942\u0932 \u092B\u093C\u0940\u0932\u094D\u0921 \u0928\u093E\u092E \u0939\u0948, \u0921\u093F\u092B\u093C\u0949\u0932\u094D\u091F \u0930\u0942\u092A \u0938\u0947 {env.imt_source_field} \u0939\u0948, \u0909\u0926\u093E\u0939\u0930\u0923 \u092A\u0930\u093F\u0923\u093E\u092E: @@ -5087,7 +5087,7 @@ HTML, TXT \u092B\u093C\u093E\u0907\u0932\u094B\u0902 \u0915\u093E \u0905\u0928\u {env.imt_sub_trans_field}: \u0905\u0928\u0941\u0935\u093E\u0926 - id: 2 {env.imt_sub_source_field}: \u0938\u094D\u0930\u094B\u0924 - {env.imt_sub_trans_field}: \u0905\u0928\u0941\u0935\u093E\u0926`,"subtitle.quickButton.cyan":"\u0928\u0940\u0932\u093E","subtitle.quickButton.green":"\u0939\u0930\u093E","subtitle.quickButton.black":"\u0915\u093E\u0932\u093E","subtitle.quickButton.white":"\u0938\u092B\u0947\u0926","subtitle.quickButton.yellow":"\u092A\u0940\u0932\u093E","subtitle.quickButton.red":"\u0932\u093E\u0932","subtitle.quickButton.setting":"\u0938\u0947\u091F \u0915\u0930\u0947\u0902","subtitle.quickButton.blue":"\u0928\u0940\u0932\u093E","subtitle.quickButton.magenta":"\u0917\u0941\u0932\u093E\u092C\u0940 \u0930\u0902\u0917","subtitle.quickButton.translationPositionBottom":"\u092E\u0942\u0932 \u092A\u093E\u0920 \u0915\u0947 \u0928\u0940\u091A\u0947","translationServices.claude":"\u0915\u094D\u0932\u0949\u0921","subtitle.quickButton.sourceFontSize":"\u092E\u0942\u0932 \u092B\u093C\u0949\u0928\u094D\u091F \u0906\u0915\u093E\u0930","subtitle.quickButton.sourceTextColor":"\u092E\u0942\u0932 \u092B\u093C\u0949\u0928\u094D\u091F \u0915\u093E \u0930\u0902\u0917","subtitle.quickButton.translationPosition":"\u0905\u0928\u0941\u0935\u093E\u0926 \u0938\u094D\u0925\u093F\u0924\u093F","subtitle.quickButton.translationPositionTop":"\u092E\u0942\u0932 \u092A\u093E\u0920 \u0915\u0947 \u090A\u092A\u0930","subtitle.quickButton.backgroundColor":"\u092A\u0943\u0937\u094D\u0920\u092D\u0942\u092E\u093F \u0930\u0902\u0917","subtitle.quickButton.backgroundOpacity":"\u092A\u0943\u0937\u094D\u0920\u092D\u0942\u092E\u093F \u0905\u092A\u093E\u0930\u0926\u0930\u094D\u0936\u093F\u0924\u093E","subtitle.quickButton.translationFontSize":"\u0905\u0928\u0941\u0935\u093E\u0926 \u092B\u093C\u0949\u0928\u094D\u091F \u0915\u093E \u0906\u0915\u093E\u0930","subtitle.quickButton.translationTextColor":"\u0905\u0928\u0941\u0935\u093E\u0926 \u092B\u093C\u0949\u0928\u094D\u091F \u0915\u093E \u0930\u0902\u0917",attachSubtitleTranslating:"{service} \u0915\u093E \u0909\u092A\u092F\u094B\u0917 \u0915\u0930\u0915\u0947 \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930 \u0930\u0939\u093E \u0939\u0948...","error.claude.403":"\u0938\u0947\u0935\u093E \u0924\u0915 \u092A\u0939\u0941\u0902\u091A \u0915\u093E \u0915\u094B\u0908 \u0905\u0927\u093F\u0915\u093E\u0930 \u0928\u0939\u0940\u0902 \u0939\u0948, \u092F\u0939 Claude \u0915\u0940 \u0915\u094D\u0937\u0947\u0924\u094D\u0930\u0940\u092F \u0938\u0940\u092E\u093E\u0913\u0902 \u0938\u0947 \u0938\u0902\u092C\u0902\u0927\u093F\u0924 \u0939\u094B \u0938\u0915\u0924\u093E \u0939\u0948, \u0906\u092A \u0905\u092A\u0928\u093E IP \u092A\u0924\u093E \u092C\u0926\u0932\u0928\u0947 \u0915\u093E \u092A\u094D\u0930\u092F\u093E\u0938 \u0915\u0930 \u0938\u0915\u0924\u0947 \u0939\u0948\u0902, \u092F\u093E \u0905\u0928\u094D\u092F \u0905\u0928\u0941\u0935\u093E\u0926 \u0938\u0947\u0935\u093E\u0913\u0902 \u0915\u093E \u0909\u092A\u092F\u094B\u0917 \u0915\u0930 \u0938\u0915\u0924\u0947 \u0939\u0948\u0902\u0964","browser.brandDescriptionForSafari":"\u3010\u0907\u092E\u0930\u094D\u0938\u093F\u0935 \u0905\u0928\u0941\u0935\u093E\u0926\u3011 \u090F\u0915 \u092E\u0941\u092B\u094D\u0924 (\u092E\u0942\u0932 / \u0905\u0928\u0941\u0935\u093E\u0926) \u0926\u094D\u0935\u093F\u092D\u093E\u0937\u0940 \u0935\u0947\u092C\u092A\u0947\u091C \u0905\u0928\u0941\u0935\u093E\u0926 \u092A\u094D\u0932\u0917\u0907\u0928, \u091C\u094B \u0938\u092E\u092F-\u0938\u092E\u092F \u092A\u0930 PDF \u0905\u0928\u0941\u0935\u093E\u0926 \u0914\u0930 EPUB \u0908-\u092C\u0941\u0915 \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u093E \u0938\u092E\u0930\u094D\u0925\u0928 \u0915\u0930\u0924\u093E \u0939\u0948 \u0914\u0930 \u092E\u0942\u0932 \u0926\u0938\u094D\u0924\u093E\u0935\u0947\u091C\u093C \u0915\u0940 \u0935\u093F\u0928\u094D\u092F\u093E\u0938 \u0915\u094B \u092C\u0928\u093E\u090F \u0930\u0916\u0924\u093E \u0939\u0948, Youtube/Netflix \u0906\u0926\u093F \u0911\u0928\u0932\u093E\u0907\u0928 \u0935\u0940\u0921\u093F\u092F\u094B \u0926\u094D\u0935\u093F\u092D\u093E\u0937\u0940 \u0909\u092A\u0936\u0940\u0930\u094D\u0937\u0915 \u0905\u0928\u0941\u0935\u093E\u0926, Deepl/Google \u0906\u0926\u093F \u092A\u094D\u0930\u092E\u0941\u0916 \u0905\u0928\u0941\u0935\u093E\u0926 \u0938\u0947\u0935\u093E\u0913\u0902 \u0915\u093E \u0938\u092E\u0930\u094D\u0925\u0928 \u0915\u0930\u0924\u093E \u0939\u0948;","browser.PdfProFile":"AI \u0938\u0902\u091A\u093E\u0932\u093F\u0924 PDF Pro \u0905\u0928\u0941\u0935\u093E\u0926","browser.textTranslate":"\u0932\u093F\u0916\u093F\u0924 \u0905\u0928\u0941\u0935\u093E\u0926"};var vh={nologin:"non \xE8 stato effettuato l'accesso",loginForSafari:"Accedi o registrati",login:"Accedi per aprire un'iscrizione",manageAccount:"Conti gestiti",openPremium:"Soci aperti",logout:"interrompere",curentPlan:"Pacchetti attuali",endAt:"scadenza",endAuto:"rinnovo automatico",lineBreakMaxTextCount:"Numero massimo di caratteri consentiti per frase dopo le interruzioni di riga","translate-pdf":"Clicca per tradurre il PDF","noSupportTranslate-pdf":"Script non supportato, utilizzare il plugin","translate-firefox-local-pdf":"Fare clic per andare a Importazione PDF",enableLineBreak:"Abilita l'avanzamento automatico delle righe per i paragrafi lunghi",sponsorLabel:"1$ Sviluppatori sponsorizzati",help:"mano",browserShortcutsNoteForFirefox:"Per modificare le scorciatoie in Firefox, \xE8 necessario aprire la pagina di gestione delle estensioni `about:addons`, quindi fare clic su `Impostazioni` e poi su `Gestione scorciatoie` per impostare le scorciatoie.",browserShortcutsNoteForChrome:"Per modificare le scorciatoie in Chrome, \xE8 necessario aprire la pagina di gestione delle estensioni, impostarle nel pannello `Gestione scorciatoie` (`chrome://extensions/shortcuts`) e fare clic sul pulsante sottostante per passare alla pagina di gestione delle scorciatoie.",browserShortcutsSucks:"Le scorciatoie personalizzate sono formattate come (non viene effettuato il riconoscimento automatico, inserire direttamente)\uFF1A",enableLineBreakDescription:"Quando \xE8 attivata, le interruzioni di riga vengono inserite alla fine di ogni frase nei paragrafi lunghi per facilitarne la lettura.","browser.shortBrandName":"Traduzione in immersione","browser.brandName":"Immersion Translation: traduzione bilingue di pagine web e documenti PDF","browser.brandDescription":"Bilingual web page translation, also supports PDF translation, bilingual Epub eBook translation, free to use.","browser.toggleTranslatePage":"Tradurre la pagina/visualizzare il testo originale","browser.toggleTranslateTheWholePage":"Tradurre tutte le aree della pagina/visualizzare il testo originale","browser.toggleOnlyTransation":"Cambia modalit\xE0 bilingue/solo traduzione","browser.toggleTranslateToThePageEndImmediately":"Traduzione immediata a fondo pagina/visualizzazione del testo originale","browser.toggleTranslateTheMainPage":"Tradurre l'area principale della pagina/visualizzare il testo originale","browser.shareToDraft":"Condividi le pagine bilingue","browser.openOptionsPage":"Aprire la pagina delle impostazioni","browser.toggleTranslationMask":"Mostra/nascondi l'effetto di sfocatura della traslazione","browser.translateLocalPdfFile":"Tradurre i file PDF locali","browser.openEbookViewer":"Leggere gli eBook locali","browser.openEbookBuilder":"Creare eBook EPUB bilingue","browser.translateLocalHtmlFile":"Tradurre file HTML/testo","browser.donateContext":"Scopri i vantaggi della sponsorizzazione","browser.translateLocalSubtitleFile":"Tradurre i file dei sottotitoli locali",confirmResetConfig:"\xC8 sicuro di voler ripristinare le impostazioni?",translationLineBreakSettingTitle:"Impostazione dell'avanzamento riga di traduzione",smartLineBreak:"alimentazione di linea intelligente (calcolo)",alwaysLineBreak:"Sempre avanzamento di riga",isShowContextMenu:"Aggiungere pagine tradotte alle voci di menu del tasto destro del mouse",toggleBeta:"Abilitazione delle funzioni di beta testing",betaDescription:"Attiva funzioni ancora sperimentali e un servizio di traduzione in beta. Unitevi al <1>gruppo Telegram per saperne di pi\xF9.",translationLineBreakSettingDescription:"Le interruzioni di riga sono sempre ordinate per le pagine con meno contenuti. (Usare interruzioni di riga intelligenti nei paragrafi lunghi e ricchi di contenuti (pi\xF9 di{count}caratteri) per risparmiare spazio).",tempTranslateDomainTitle:"Durata dell'attivazione temporanea della traduzione del sito web",tempTranslateDomainDescription:"Quando si traduce manualmente una pagina web, \xE8 possibile attivare temporaneamente la traduzione automatica del sito web e impostare la durata temporanea.",xMinutes:"{count} minuti",disabled:"vietare l'uso di qcs.",changelog:"Registro degli aggiornamenti",toggleTranslatePageWhenThreeFingersOnTheScreen:"Il tocco simultaneo di pi\xF9 dita sullo schermo traduce le pagine web/visualizza il testo originale",toggleTranslationMaskWhenThreeFingersOnTheScreen:"Il tocco con pi\xF9 dita mostra/nasconde l'effetto di sfocatura.",fingerCountToToggleTranslagePageOnlyTranslationWhenTouching:"Pi\xF9 dita che toccano lo schermo contemporaneamente traducono la pagina web (solo traduzione)/visualizzano il testo originale.",addUrlDescription:"Pu\xF2 essere un nome di dominio e supporta anche i caratteri jolly, ad esempio\uFF1A*.google.com, google.com/mail/*, https://www.google.com/*",general:"Impostazioni di base",clickToExpandConfig:"Espandere la configurazione attuale",import:"Importazione da file",export:"Esportazione su file",toggleDebug:"Stampa il log di debug sulla console","fingers.0":"coagulo","fingers.2":"tocco con due dita","fingers.3":"tocco con tre dita","fingers.4":"tocco a quattro dita","fingers.5":"tocco a cinque dita",mouseHoldKey:"+ {key} tradurre/ripristinare il paragrafo",mouseHoldKeyAuto:"Traduzione diretta del paragrafo",mouseHoldKeyOff:"Non fare nulla.",mouseHoldKeyOther:"Collegamenti personalizzati (impostazioni di apertura)",mouseHoldKeyCustomKey:"{key} Traduzione/riduzione del paragrafo",mouseHoverHoldKey:"Passaggio del mouse mentre si premono i tasti di scelta rapida per tradurre i paragrafi","mouse-translate":"passaggio del mouse",document:"(computer) file",resetSuccess:"Reimpostare tutte le impostazioni con successo",resetThisSuccess:"Ripristino riuscito",saved:"Salva il successo",successImportConfig:"Configurazione importata con successo",goAdvancedSettings:"Andare alla pagina Impostazioni avanzate",goAdvancedInterfaceSettings:"Andare alla pagina Impostazioni di personalizzazione avanzate",advanced:"Impostazioni avanzate",advancedDescription:"In genere non \xE8 necessaria alcuna impostazione, basta lasciarla come predefinita. Solo per gli utenti pi\xF9 specializzati sono disponibili impostazioni pi\xF9 personalizzate.",developer:"Impostazioni dello sviluppatore",donateCafe:"prezzi","translate to the bottom of the page":"Si traduce in fondo alla pagina subito dopo l'ingresso nella pagina?",feedback:"Domanda Feedback",toggleTranslatePage:"Tradurre la pagina/visualizzare il testo originale",translateToThePageEndImmediatelyDescription:"Se si attiva, il contenuto viene tradotto immediatamente dall'inizio alla fine della pagina, non appena viene inserito. Se lo si disattiva, il contenuto viene tradotto man mano che si legge. (Non consigliato)","translate all areas of the page":"Se tradurre tutte le aree della pagina",translationAreaDescription:"Attivato, vengono tradotte tutte le aree dell'intera pagina web. Se si disattiva, viene utilizzato il riconoscimento intelligente predefinito e vengono tradotte solo le aree principali. (Non si consiglia di attivarlo)","the number of characters to be translated first":"Tradurre direttamente i primi caratteri della pagina senza attendere lo scorrimento dell'area di visualizzazione","interface language":"linguaggio dell'interfaccia","display both the original text and the translation":"Visualizzazione simultanea di originale e traduzione","keyboard shortcuts":"Scorciatoie da tastiera",modify:"Modifica dei tasti di scelta rapida",reset:"riproposizione",close:"coagulo",homepage:"homepage",more:"di pi\xF9",moreOptions:"Ampliare le opzioni di personalizzazione",translateTheWholePage:"Tradurre tutte le aree della pagina (invece di riconoscere intelligentemente le aree principali)",changeToTranslateTheWholePage:"Passare alla traduzione di tutte le regioni",changeToTranslateTheMainPage:"Passare all'area principale di traduzione",changeToOnlyTranslationMode:"Alterna per visualizzare solo le traduzioni",changeToDualTranslationMode:"Passare alla traduzione bilingue",translateToThePageEndImmediately:"Traduzione immediata a fondo pagina",translateTheMainPage:"Regioni chiave della traduzione intelligente","The local rules are up to date":"Le norme di adattamento locali sono aggiornate.","Successfully synchronized with the latest official rules:":"Sincronizzato con successo con le ultime regole ufficiali di adattamento.","Checking for updates":"Controllo degli aggiornamenti","Rules are being synchronized":"Regole di adattamento sincronizzate",localVersionIsTooOld:"La versione dell'estensione locale \xE8 troppo vecchia; aggiornare l'estensione a {minVersion} o a una versione pi\xF9 recente prima di tentare la sincronizzazione.",badUserscriptBrowser:"Il browser attuale non implementa correttamente l'interfaccia dell'estensione Grease Monkey (ad esempio, per ottenere informazioni sul numero di versione dello script Grease Monkey stesso); si prega di utilizzare altri browser che <1>supportano l'estensione Grease Monkey, come Firefox.",foundNewVersion:"Scoprite la nuova versione",theLocalExtensionIsUpToUpdate:"L'estensione attuale \xE8 aggiornata.",failToSyncRules:"Mancata sincronizzazione delle ultime regole di adattamento",retry:"Fare clic qui per riprovare",failedReason:"Motivi del fallimento",currentRuleVersion:"Versione attuale della regola",calculating:"calcoli",unknownError:"errore sconosciuto",canNotFetchRemoteRule:"Impossibile ottenere le regole remote",enableAlphaSuccess:"Alfa abilitato",disableAlphaSuccess:"La funzione Alpha \xE8 stata disattivata",cacheSize:"Dimensione della cache\uFF1A",cleaning:"in fase di liquidazione",cleanCache:"cancellare la cache",options:"allestimento",about:"rispetto a",service:"servizio di interpretariato",needAction:"(Vai alle impostazioni)",goSettings:"procedere con l'impostazione",needActionForOptions:"(da impostare)",translationEngine:"Opzioni del motore",sourceLanguage:"Lingua originale",target:"lingua di destinazione",popupSourceLanguage:"Lingua originale",popupTarget:"lingua di destinazione",popupService:"servizio di interpretariato",forThisSite:"Sito web attuale",autoEnableSubtitle:"Attiva automaticamente i sottotitoli bilingue",alwaysTranslate:"Tradurre sempre",neverTranslate:"Mai tradurre",alwaysTranslateSomeLanguage:"Tradurre sempre {language}",neverTranslateSomeLanguage:"Mai tradurre {language}",alwaysTranslateSomeSite:"Tradurre sempre {hostname}",neverTranslateSomeSite:"Mai tradurre {hostname}",alwaysTranslateSomeSiteOrWildSite:"Tradurre sempre il sito",alwaysTranslateSomePage:"Tradurre sempre la pagina",add:"aumento",default:"predefinito (impostazione)",forThisLanguage:"Per questa lingua\uFF1A","add url":"Inserire l'URL",edit:"compilatore","translate other languages into specific language":"Tradurre altre lingue nella lingua impostata","select translation service":"Selezionare un servizio di traduzione",language:"multilinguismo","show-original":"Mostra il testo originale",translate:"rendering",Translated:"tradotto",Translating:"in traduzione",Error:"non corretto",allowCacheTranslations:"Abilitare la cache delle traduzioni locali (per ridurre le richieste di traduzione per i passaggi duplicati)","translation display":"Stile di visualizzazione della traduzione","select diplay style":"Distinguere gli stili di traduzione, con specifico riferimento ai seguenti esempi",interface:"Impostazioni dell'interfaccia",import_export:"Importazione/Esportazione",import_export_title:"Configurazione di importazione/esportazione",syncToGoogleDrive:"Sincronizzazione con Google Drive ora",floatBallOptions:"Impostazioni Hoverball","floatBallOptions.enable":"Abilitare l'Hoverball","floatBallOptions.blockUrls":"Disattivare il sito web","floatBallOptions.add":"aumento","floatBallOptions.blockUrlDesc":"Gli Hoverball non vengono visualizzati quando si incontrano i seguenti siti web","floatBallOptions.clickType":"comportamento di clic","floatBallOptions.clickTypeDesc":"Comportamento dell'icona Hoverball quando viene cliccata","floatBallOptions.clickPopup":"Mostra pannello di traduzione","floatBallOptions.clickTranslate":"Traduzione/visualizzazione del testo originale",previewAllThemes:"Anteprima di tutti gli stili","translationTheme.none":"non hanno","translationTheme.grey":"grigio scuro","translationTheme.dashed":"sottolineatura tratteggiata","translationTheme.dotted":"trattino basso tratteggiato","translationTheme.dashedBorder":"bordo tratteggiato","translationTheme.solidBorder":"bordo solido","translationTheme.underline":"Sottolineare le linee rette","translationTheme.mask":"Effetti fuzzy (modalit\xE0 di apprendimento)","translationTheme.opacity":"effetto trasparenza","translationTheme.paper":"Effetto ombra su carta bianca","translationTheme.dividingLine":"linea di demarcazione","translationTheme.highlight":"alta luminosit\xE0","translationTheme.marker":"marcatore (parola d'ordine)","translationTheme.marker2":"Marcatore 2","translationTheme.blockquote":"Stili di riferimento","translationTheme.weakening":"indebolimento","translationTheme.italic":"carattere obliquo","translationTheme.bold":"addensare","translationTheme.thinDashed":"sottile linea tratteggiata di sottolineatura","translationTheme.nativeDashed":"Il sistema \xE8 dotato di una sottolineatura tratteggiata","translationTheme.nativeDotted":"Il sistema viene fornito con una sottolineatura tratteggiata","translationTheme.nativeUnderline":"Il sistema viene fornito con una linea retta di sottolineatura","translationTheme.wavy":"linea ondulata","translationServices.custom":"API personalizzata","translationServices.tencent":"Traduttore Tencent","translationServices.tenAlpha":"Traduttore Tencent (Alpha)","translationServices.google":"Google Translate","translationServices.bai":"Baidu (Alfa)","translationServices.baidu":"Traduzione di Baidu","translationServices.aliyun":"Traduzione di AliCloud","translationServices.volc":"traduzione vulcanica","translationServices.deeplx":"DeepLX (Beta)","translationServices.bing":"Microsoft Translate","translationServices.deepl":"DeepL","translationServices.wechat":"Traduzione di WeChat","translationServices.azure":"Traduzione di Azure","translationServices.ibm":"IBM Watson","translationServices.aws":"Traduzione Amazon","translationServices.mock":"Traduzione simulata","translationServices.mock2":"Traduzione simulata 2","translationServices.caiyun":"illuminato. nuvole colorate e piccole traduzioni","translationServices.cai":"Nuvole colorate (Alpha)","translationServices.volcAlpha":"Vulcano (Alfa)","translationServices.openl":"AprireL","translationServices.youdao":"Traduzione su Youtube","translationServices.you":"Traduttore Youdao (Alpha)","translationServices.transmart":"Traduzione interattiva di Tencent","translationServices.niu":"Traduttore anticonformista","translationServices.papago":"Traduzione di Papago","translationServices.d":"D (Alfa)","translationServices.dpro":"D Pro (Canarino)","translationServices.openai":"OpenAI","translationServices.yandex":"Yandex","translationServices.chatgpt":"ChatGPT Web(3.5 mobile)","translate title":"Tradurre i titoli delle pagine","always languages":"Tradurre sempre la lingua",neverTranslateLanguagesLabel:"La lingua che non sar\xE0 mai tradotta",neverTranslateTheFollowingLanguagesDescription:"Le traduzioni vengono saltate quando un paragrafo della pagina \xE8 in una delle seguenti lingue",enableUserscriptPagePopup:"Mostra l'hoverball nella pagina",enableUserscriptPagePopupDescription:"Dopo aver disattivato l'hoverball, pu\xF2 essere richiamato con la scorciatoia /{touch}. Si consiglia vivamente di inserire tra i preferiti questa pagina di impostazioni per evitare di non riuscire a trovare l'hoverball dopo aver inavvertitamente disattivato questa opzione!","always translate the following languages":"Traduce automaticamente nella lingua di destinazione quando la pagina \xE8 in una delle seguenti lingue","always sites":"Siti web sempre tradotti","always translate the following sites":"I siti web vengono tradotti automaticamente nella lingua di destinazione quando sono i nomi di dominio di","never sites":"Sito web mai tradotto","never translate the following sites":"Le traduzioni non verranno effettuate quando il sito web \xE8 destinato ai seguenti domini","please refer to":"\xC8 necessario compilare la chiave prima di poterla utilizzare.",KeyAndConfigurationTutorial:"Esercitazione sull'applicazione e la configurazione delle chiavi",useAboveStyleForTheseSites:"Usare sempre lo stile di traduzione \u2308{theme}\u230B quando il sito \xE8 destinato ai seguenti domini",currentUrl:"URL corrente",confirm:"salvare (un file, ecc.) (informatica)",cancel:"cancellazioni",delete:"rimozione","languages.auto":"rilevamento automatico",syncToCloud:"Sincronizzazione con Google Drive",syncToCloudDescription:"Caricata nel cloud, la configurazione pu\xF2 essere sincronizzata tra diversi browser/ script di scimmia grassa, a seconda dell'ultima modifica.",syncToAccount:"Sincronizzazione con il Cloud di traduzione immersiva",syncToAccountButton:"Sincronizzazione istantanea con il cloud",syncToAccountDescription:"Sincronizzare automaticamente le configurazioni tra i diversi dispositivi, a seconda dell'ultima modifica.",successSyncConfigInAccount:"Sincronizzazione riuscita con il cloud",successSyncConfigToAccount:"Sincronizzazione riuscita con il cloud",syncConfigNoUpdate:"\xC8 gi\xE0 aggiornato.",authFail:"Mancata autorizzazione",syncTitle:"Gestione manuale del backup",import_hint:"importazione (dati)",upload:"caricare",revokeAuth:"revocare un'autorizzazione",uploadFail:"Caricamento fallito",download:"scaricare",importSuccess:"Importato con successo",importFail:"errore di importazione",deleteFail:"Cancellazione non riuscita",backupToCloud:"Gestione manuale dei file di backup",create_new_backup:"Aggiungere un nuovo nodo di backup",maxBackupFiles:"\xC8 possibile eseguire il backup di un massimo di{count}nodi diversi; eliminare i nodi non necessari.",backupToCloudDescription:"Caricare o ripristinare manualmente i file di backup, consentendo fino a 3 backup diversi.",successSyncConfig:"Sincronizzazione di successo con il cloud",syncFail:"errore di sincronizzazione",updatedAt:"Aggiornato da {date}",lastSyncedAt:"Ultimo controllo: {date}",downloadFail:"Impossibile scaricare",clickToDownload:"Fare clic per scaricare",aboutLabel:"Informazioni - Feedback","browser.openAboutPage":"Informazioni/Risposte",aboutLabelWithoutSponsor:"Informazioni - Feedback",aboutIntro:"Che tutti noi possiamo avere un accesso pi\xF9 facile e piacevole alla grande quantit\xE0 di informazioni in lingua straniera su Internet \u2764\uFE0F Potete scegliere di attivare la vostra <6>iscrizione Pro per utilizzare le traduzioni di DeepL e OpenAI.

Potete seguirci su <3>Twitter, <4>Telegram, Weibo, WeChat o <5>iscrivervi alla nostra mailing list per seguire gli aggiornamenti.
I <7>membri Pro possono contattarci all'indirizzo <8>support@immersivetranslate.com per un rapido servizio clienti.",aboutIntroWithoutSponsor:"Che tutti noi possiamo avere un accesso pi\xF9 facile e piacevole all'enorme quantit\xE0 di informazioni in lingua straniera disponibili su Internet \u2764\uFE0F

Potete seguirci su <3>Twitter, <4>canale Telegram, WeChat, WeChat Exchange, o <5>iscrivervi per seguire gli aggiornamenti via <5>e-mail qui sotto.",projectHomepage:"Progetto Home",joinTelegramGroup:"Unitevi al gruppo di utenti per partecipare alle discussioni sulle funzionalit\xE0",wechatPublicAccount:"WeChat Pubblico",wechatCommunities:"Gruppo di scambio WeChat",qqCommunities:"Canale di comunicazione QQ",joinTelegramChannel:"Seguite il canale Telegram per gli ultimi aggiornamenti",feedbackAndJoin:"Domanda Feedback / Aggiungi gruppo",autoSync:"sincronizzazione automatica dell'ora",loadingThemeTitle:"Stile di caricamento",loadingThemeDescription:"Impostazione dello stile in attesa del caricamento della traduzione","loadingTheme.spinner":"Animazione di rotazione","loadingTheme.text":"testo statico qcs. ","loadingTheme.none":"non mostrato",developerDescription:"La documentazione sulla personalizzazione avanzata \xE8 disponibile <1>qui","edit border color":"Modificare il colore del bordo",successSyncButNoChange:"La configurazione attuale \xE8 coerente con il cloud",customTheme:"Colori e dimensioni personalizzate","customThemeLabel.borderColor":"Colore del bordo","customThemeLabel.borderRadius":"Bordi arrotondati","customThemeLabel.textColor":"colore del testo","customThemeLabel.backgroundColor":"colore di sfondo","customThemeLabel.zoom":"Scalatura dei caratteri (%)","customThemeLabel.opacity":"Opacit\xE0 del testo (%)",resetToDefaultColor:"Ripristino dei colori predefiniti",resetToDefaultSettings:"Ripristino delle impostazioni predefinite",isTranslateTitle:"Abilita la traduzione dei titoli delle pagine",isTranslateTitleDescription:"All'apertura, il titolo della pagina viene tradotto",enableSearchEnhancement:"Abilitazione del miglioramento dei messaggi bilingue",enableSearchEnhancementDescription:'Una volta abilitato, i risultati della ricerca di "Google News" verranno automaticamente visualizzati nella colonna destra dei siti web supportati (Google News, Google Search (alcune parole chiave), Snowball, Oriental Fortune, Futura, Tiger Community) per le parole chiave inglesi corrispondenti.',verifyService:"Clicca qui per testare il servizio",verified:"Verifica del successo","field.langs":"Codici lingua supportati","field.model":"modellazione","field.translationEngine":"motore di traduzione","field.limitPerMinute":"Richieste massime al minuto","field.limitPerSecond":"Numero massimo di richieste al secondo","field.maxTextLengthPerRequest":"Lunghezza massima del testo per richiesta","field.maxTextGroupLengthPerRequest":"Numero massimo di paragrafi per richiesta","field.apiUrl":"Indirizzo dell'interfaccia API personalizzata","field.placeholderDelimiters":"segnaposto riservato","description.custom":"Interfaccia personalizzata Accesso Documentazione necessaria","description.limitPerMinute":"Le richieste che superano questo limite vengono messe in coda fino all'inizio del minuto successivo. A causa delle varie limitazioni dell'attuale servizio di OpenAI, fare clic <1>qui per gli ultimi valori suggeriti.","description.limitPerSecond":"Le richieste che superano questo limite vengono messe in coda fino all'inizio del secondo successivo. A causa delle varie limitazioni dell'attuale servizio di OpenAI, fare clic <1>qui per gli ultimi valori suggeriti.","description.generalLimitPerSecond":"Le richieste che superano questo limite vengono messe in coda fino all'inizio del secondo successivo.","description.prompt":"Invia una conversazione a {service} come utente, dove {{text}} rappresenta il contenuto del testo del paragrafo, {{from}} rappresenta la lingua del paragrafo, {{to}} rappresenta la lingua di destinazione.","description.maxTextLengthPerRequest":"Il numero massimo di caratteri per richiesta \xE8 troppo elevato e causa una risposta lenta dell'interfaccia; provare a regolare questa opzione per ottimizzare la velocit\xE0.","description.systemPrompt":"Un dialogo inviato a OpenAI come sistema, dove {{text}} indica il contenuto testuale del paragrafo,{{from}} indica la lingua del paragrafo e{{to}} indica la lingua di destinazione.","field.domain":"regno","description.domain":"L'impostazione predefinita \xE8\uFF1Ageneral. Pu\xF2 essere impostata solo se la traduzione con dominio \xE8 abilitata nella console Arima API, vedere <1>qui per i domini supportati.","field.scene":"prendere","description.scene":"Valore predefinito:\uFF1Ageneral. Pu\xF2 essere impostato solo se la console API di AliCloud apre Machine Translation Pro, vedere <1>qui per gli scenari supportati.","field.vocabId":"ID del dizionario utente","description.vocabId":"Il dizionario out_id specificato, attualmente supporta la traduzione dall'inglese al cinese.","description.model":"Modelli OpenAI, possono essere gpt-3.5-turbo, gpt-4, ecc.","description.maxTextGroupLengthPerRequest":"Il numero di paragrafi inviati al servizio di traduzione alla volta; se ci sono troppi paragrafi, l'interfaccia potrebbe rispondere pi\xF9 lentamente.","description.apiUrl":"Si prega di aggiungere URL specifici con percorsi, <1>ulteriori descrizioni",enabledExtension:"Abilitazione delle estensioni",clickToDisableExtension:"Fare clic per disattivare le estensioni",clickToEnableExtension:"Fare clic per abilitare le estensioni",hasBeenDisabled:"disabilitato","show password":"Mostra password",customContent:"Inserire un nome di modello personalizzato",inputOptions:"Miglioramento della casella di input",mouseHoverOptions:"passaggio del mouse",modifyMouseHoverKey:"Modifica della scorciatoia per il passaggio del mouse",enableInputTranslation:"Abilitare o meno il miglioramento della casella di input",enableInputTranslationDescription:"Una volta abilitato, digitare {startingKey}{startingKey} hello direttamente nella casella di input, poi premere rapidamente{inputTrailingTriggerKeyRepeatTimes}volte{trailingKey}per tradurre in {inputTargetLanguage}.",enableInputTranslationDescriptionForNoneKey:"Una volta abilitato, digitate\uFF1AHello World direttamente nella casella di input, quindi premete rapidamente{inputTrailingTriggerKeyRepeatTimes}{trailingKey}volte per tradurre nella lingua di destinazione predefinita.",inputTargetLanguage:"Impostazione della lingua di destinazione predefinita per le caselle di input",inputTargetLanguageDescription:"Lingua di destinazione predefinita per la traduzione della casella di input, ovvero {startingKey}{startingKey} come lingua predefinita per le parole di attivazione.",inputTargetLanguageDescriptionForNoneKey:"Lingua di destinazione predefinita per la traduzione della casella di input",inputStartingTriggerKeyTitle:"Impostazione del carattere di divisione per la traduzione parziale della casella di input",inputStartingTriggerKeyDescription:"Quando non \xE8 necessario tradurre l'intera casella di input, lo splitter consente di tradurre solo la parte da {startingKey}{startingKey} alla fine della casella di input, oppure \xE8 possibile specificare il codice della lingua, ad esempio\uFF1A{startingKey}ja significa tradurre solo la parte da {startingKey}ja alla fine della casella di input.",inputStartingTriggerKeyDescriptionForNoneKey:"L'impostazione attuale di nessun prefisso non \xE8 necessaria e la funzione di traduzione di alcuni testi nella casella di immissione non \xE8 al momento disponibile.",inputTrailingTriggerKeyTitle:"Selezionare un carattere di attivazione di fine inserimento",inputTrailingTriggerKeyDescription:"3 colpi veloci{trailingKey} inizier\xE0 a tradurre!",inputTrailingTriggerKeyTimeout:"Immettere l'intervallo di tempo tra gli inneschi di fine combattimento",inputTrailingTriggerKeyTimeoutDescription:"Imposta l'intervallo di tempo (in millisecondi) tra le attivazioni della combo di fine input",spaceKey:"<\u7A7A\u683C\u952E>",noneKey:"Traduzione diretta dell'intera casella di testo senza prefissi",inputTranslationBlockUrlsTitle:"Non abilitare il miglioramento della casella di input nei seguenti URL",inputTranslationBlockUrlsDescription:"I miglioramenti della casella di input non funzionano con i seguenti URL",clickToSeeQuickDemo:"Fare clic per espandere il video di esercitazione rapida di 30 secondi",inputHelperInfo:"Descrizione\uFF1AAbbiamo ottimizzato il fatto che alcuni caratteri di attivazione si trasformano in segni di punteggiatura cinesi con i metodi di input cinesi, ad esempio, / si trasforma in un segno di dun, con il metodo di input Sogou, e Immersive Translator supporta tutti i simboli cinesi corrispondenti ai caratteri di attivazione, ad esempio //,,, saranno riconosciuti come caratteri di attivazione.

Supportiamo anche gli alias cinesi per i codici di lingua come comandi, ad esempio /Japanese Hello World verr\xE0 tradotto in giapponese; <1>fare clic qui per vedere tutti i codici di lingua supportati.",reloadCurrentPage:"Aggiornare la pagina corrente prima di iniziare la traduzione.",noLocalFilePermissionForPDF:"Non si ha l'autorizzazione a leggere i file locali, fare clic sul pulsante sopra e importare i file locali.",noPermissionForThisPage:"\u26A0\uFE0F Nessun permesso per tradurre la pagina corrente",retryAllParagraphs:"Riprova tutti i passaggi di errore",retryAllButton:"Riprova tutti i passaggi di errore",errorTooltipTitle:"Fare clic per visualizzare la causa dell'errore",errorModalTitle:"Sembra che ci sia qualcosa che non va nel servizio di traduzione o nella rete...",disableConfirm:"Impostazione bilingue per il miglioramento delle informazioni",disableOnce:"Questa disabilitazione",disableGlobal:"disabilitare in modo permanente",disableTint:"* \xC8 possibile riabilitarlo all'indirizzo {option} .",searchEnhancementNotes:"Dopo aver attivato la funzione Immersive Translation Bilingual Information Enhancement, cercheremo automaticamente le stesse parole chiave in inglese sui siti web supportati (Google News, Google Search (alcune parole chiave), Snowball, Oriental Wealth, Futura, Tiger) e le visualizzeremo sul lato destro. Potete scegliere di disabilitare questa funzione se non ne avete bisogno.",option:"allestimento",saveSettings:"Salva le impostazioni",closeModal:"Chiudere la finestra",enableInputTranslationWithoutTriggerKeyTitle:"Abilitare 3 colpi rapidi su{trailingKey}per tradurre direttamente l'intera casella di input in{inputTargetLanguage}",enableInputTranslationWithoutTriggerKeyDescription:"Per specificare la lingua di destinazione, usare il prefisso della lingua, per esempio\uFF1Aja Hello World",mouseHoverShortcutPlaceholder:"Ad esempio,\uFF1AShift",deepLProName:"Immersive Translation Pro Membro (consigliato)",deepLProDescription:"Il pacchetto corrente pu\xF2 essere utilizzato direttamente",deeplProDescriptionForNormal:"Non \xE8 richiesta alcuna configurazione, i membri possono utilizzarlo dopo il login, <1>clicca qui per passare a membro",deepLCustomDescription:"\xC8 richiesta una carta di credito estera, aperta ufficialmente su <1>DeepL, clicca per la <2>documentazione",deepLCustomName:"Chiave di autorizzazione personalizzata",chooseProviderLabel:"Selezionare un fornitore di servizi",openaiProName:"Immersive Translation Pro Membro (consigliato)",openaiProDescription:"Il pacchetto corrente pu\xF2 essere utilizzato direttamente",openaiProDescriptionForNormal:"Non \xE8 richiesta alcuna configurazione, i membri possono utilizzarlo dopo il login, <1>clicca qui per passare a membro",openaiCustomDescription:"Disponibile su OpenAI, Azure OpenAI o altri servizi di terze parti, <1>fare clic qui per la documentazione.",openaiCustomName:"Chiave API personalizzata",needLoginAction:"(Iscrizione aperta o personalizzazione)",goLoginOrAction:"(Aprire un'iscrizione o andare alle impostazioni)",yearly:"effettuare un pagamento annuale consecutivo",quarterly:"avvolgimento sequenziale",monthly:"abbonamento mensile",yearlyForOnce:"Pacchetto annuale una tantum",monthlyForOnce:"Pacchetto mensile una tantum",daily:"giorni consecutivi di pacchetti",year:"effettuare un pagamento annuale consecutivo",quarter:"avvolgimento sequenziale",month:"abbonamento mensile",day:"giorni consecutivi di pacchetti",onetime_7day:"Pacchetto esperienza di 7 giorni",currentPlanDescriptionForFree:"Pacchetti attuali\uFF1AGratis",currentPlanDescriptionForContinuous:"L'attuale pacchetto\uFF1A{plan}sar\xE0 rinnovato automaticamente su {endAt} .",currentPlanDescriptionForAutoRenewCaceling:"L'attuale pacchetto\uFF1A{plan}scadr\xE0 il giorno {endAt} e non sar\xE0 rinnovato automaticamente alla scadenza.",currentYearlyPlanDescriptionForAutoRenewCacelingWithRealPaiedUser:"Il pacchetto attuale,\uFF1A{plan}, scadr\xE0 il {endAt} e non sar\xE0 rinnovato automaticamente alla scadenza.
<1>Clicca qui per gestire il tuo piano di rinnovo",currentYearlyPlanDescriptionForAutoRenewCacelingWithAdmin:"Il pacchetto attuale,\uFF1A{plan}, scadr\xE0 il {endAt} e non sar\xE0 rinnovato automaticamente alla scadenza.
<1>Fare clic qui per attivare l'abbonamento annuale continuo",currentPlanDescriptionForOneTime:"L'attuale abbonamento\uFF1A{plan}scadr\xE0 il {endAt} , <1>clicca qui per passare all' abbonamento <1>annuale o <2>mensile.",upgradePlan:"Clicca qui per passare all'iscrizione Pro",upgradeToPro:"Aggiornamento all'iscrizione Pro","popup.openPro":"Passa all'iscrizione Pro per usufruire di DeepL e della traduzione OpenAI, clicca qui per effettuare l'aggiornamento!","popup.openProForPro":"Sei un membro Pro con accesso diretto alle traduzioni di DeepL e OpenAI!",currentAccount:"conto corrente",enableAutoSyncUserSettings:"Abilita la sincronizzazione automatica con il cloud su pi\xF9 dispositivi",modalEnableInputTranslationTitle:"Casella di input per la traduzione immersiva Avvisi di traduzione",modalEnableInputTranslationDesc:"\xC8 stata appena attivata la traduzione della casella di input di Immersive Translation premendo la barra spaziatrice 3 volte in rapida successione e il contenuto della casella di input verr\xE0 tradotto nella lingua di destinazione predefinita. La traduzione pu\xF2 essere annullata con Ctrl+Z.

Se si tratta di un errore, non preoccupatevi: potete scegliere di disattivarla questa volta o di disabilitare definitivamente la traduzione delle caselle di input.",saveAndNotShowAgain:"Salvare e interrompere la richiesta",disableInputTranslationTips:"* \xC8 inoltre possibile impostare altre scorciatoie da attivare in {option} ,{learnMore}.",learnMore:"Clicca qui per saperne di pi\xF9",continueEnalbeInputTranslation:"Continuare ad abilitare la traduzione della casella di input",autoRenewTrialSuffix:`(In prova,\xE8 passato immediatamente all'iscrizione completa)`,upgradeFromTrialTitle:"Aggiornamento a Socio Effettivo",subtitle:"sottotitoli video",youtubeService:"Traduzione in immersione Servizi di traduzione con sottotitoli video","subtitle.disabledSubtitle":"Disattivare in modo permanente la funzione dei sottotitoli video","subtitle.disabledSubtitleDescription":"Se Immersive Translator's Video Subtitles entra in conflitto con altre estensioni, \xE8 possibile scegliere di disabilitare definitivamente la funzionalit\xE0 di Immersive Translator's Video Subtitles o disinstallare le altre estensioni in conflitto.","subtitle.autoEnableSubtitle":"Uso automatico dei sottotitoli bilingue","subtitle.autoEnableSubtitleDescription":"Una volta attivato, i sottotitoli bilingue verranno visualizzati automaticamente durante la riproduzione del video, altrimenti sar\xE0 necessario fare clic sul pulsante di traduzione per visualizzarli.","subtitle.preTranslation":"Tradurre i sottotitoli con la traduzione immersiva","subtitle.preTranslationDescription":"Quando \xE8 abilitato, l'intero sottotitolo sar\xE0 pre-tradotto utilizzando il servizio di traduzione specificato di seguito; un video di un'ora consumer\xE0 circa 50.000 gettoni o caratteri, quindi si prega di utilizzarlo a propria discrezione; quando \xE8 disabilitato, i sottotitoli originali saranno utilizzati per primi.","subtitle.humanSubtitlesPreferred":"Uso prioritario del sottotitolaggio umano","subtitle.humanSubtitlesPreferredDescription":"Privilegiare l'uso di sottotitoli umani quando il video ha sottotitoli umani nella lingua di destinazione (consigliato)",videoSubtitleTranslationDescription:"Assegnare un servizio di traduzione separato per i sottotitoli video",subtitleTranslating:"Attendere mentre i sottotitoli vengono tradotti con il servizio {service} ... (traduzione ad immersione)",subtitleLoading:"Caricamento dei sottotitoli...",bilingual:"bilinguismo","field.action":"Se abilitare la terminologia Baidu","description.action":"Quando \xE8 abilitato, un parametro action=1 sar\xE0 aggiunto alla richiesta per informare Baidu del termine abilitato; <1>per ulteriori informazioni, consultare la documentazione ufficiale.",closeQuickTranslation:"Chiudere Hoverball","closeQuickTranslation.untilNext":"Questa volta chiuso fino alla prossima visita","closeQuickTranslation.currentWebsite":"Sito attuale disabilitato","closeQuickTranslation.alwaysClose":"disabilitare in modo permanente","closeQuickTranslation.settingOpen":"(pu\xF2 essere attivata nella <1>pagina delle impostazioni )","closeQuickTranslation.cancel":"cancellazioni","closeQuickTranslation.confirm":"definire","floatBall.popup":"Aprire il pannello Impostazioni rapide","floatBall.translate":"Fare clic per tradurre la pagina","floatBall.showOriginal":"Fare clic per tornare all'articolo originale","floatBall.close":"Chiudere Hoverball","floatBallOptions.enableDescPc":"Dopo aver abilitato l'hoverball della pagina, verr\xE0 visualizzato un pulsante di traduzione rapida sul lato destro della pagina: cliccatelo per tradurre!","floatBallOptions.enableDesc":"Dopo aver disattivato l'hoverball, \xE8 possibile richiamarlo con{touch}. Si consiglia vivamente di inserire tra i preferiti questa pagina di impostazioni nel caso in cui non si riesca a trovare l'hoverball dopo aver inavvertitamente disattivato questa opzione!","description.azureApiUrl":"Inserire l'indirizzo dell'interfaccia API personalizzata",confirmSupportMouse:"Forzare l'abilitazione del supporto del mouse",confirmSupportMouseDescription:"Rilevato che il browser corrente non supporta la funzione del mouse, \xE8 necessario abilitare il supporto del mouse?",sampleTargetText:"Verr\xE0 la lunga notte e io veglier\xF2 da oggi fino alla morte. Non prender\xF2 moglie, non far\xF2 feudi, non avr\xF2 figli. Non porter\xF2 una corona, non lotter\xF2 per l'onore. Far\xF2 il mio dovere, vivr\xF2 e morir\xF2.",sampleSourceText:"Night gathers, and now my watch begins. It shall not end until my death. I shall take no wife, hold no lands, father no children. I shall wear no crowns and win no glory. I shall live and die at my post.","desc.touchShortcutsToggleTranslatePageOnlyTranslation":"Solo traduzione significa che verr\xE0 visualizzata solo la traduzione, se la pagina web non \xE8 ancora stata tradotta, passer\xE0 alla modalit\xE0 e tradurr\xE0.","desc.toggleOnlyTransation":"La modalit\xE0 solo traduzione significa che verr\xE0 visualizzato solo il testo tradotto, se la pagina web non \xE8 ancora stata tradotta, cambier\xE0 modalit\xE0 e tradurr\xE0.",touchShortcutsToggleTranslatePageOnlyTranslation:"Imposta il gesto del touchscreen per passare alla modalit\xE0 bilingue/solo testo tradotto",download_started:"Il download \xE8 gi\xE0 iniziato, se non si avvia automaticamente, fai clic manualmente.",here:"Qui","translationFont.customPlaceholder":"carattere","error.goReset":"Vai a resettare","translationFont.custom":"Inserisci il carattere personalizzato",batchEdit:"Operazione in blocco","translationModeUrl.translation.title":"Solo modalit\xE0 di traduzione del sito web","error.configError":"Anomalia dei dati di configurazione","error.serveConfigError":"Errore nella configurazione del servizio","touch.mouse-translate":"Tradurre il paragrafo specificato","error.proTokenInvalid":"Se sei un utente Pro, per favore accedi prima di utilizzare il servizio di traduzione Pro.","translationModeLang.translation.title":"Solo modalit\xE0 di traduzione della lingua","translationServices.inherit":"Segui il servizio di traduzione principale",enableSentryReport:"Quando si verifica un errore di estensione, invia un feedback utilizzando Sentry",videoSubtitlePreTranslationOn:"I sottotitoli video utilizzeranno la traduzione immersiva come priorit\xE0.",translationFont:"Imposta il carattere","error.reloadPageOfSetting":"Dopo la configurazione, si prega di aggiornare la pagina e tradurre di nuovo.",detectServiceLoading:"Sto controllando i servizi di traduzione disponibili...",toggleToService:"Passa a {service} e riprova","translationModeLang.translation.description":"Quando la lingua della pagina \xE8 una delle seguenti, verr\xE0 utilizzata automaticamente solo la modalit\xE0 di traduzione.","translationModeUrl.translation.description":"Quando il sito web ha i seguenti nomi di dominio, verr\xE0 utilizzata automaticamente solo la modalit\xE0 di traduzione.","error.403":"Il servizio restituisce un errore, non si ha temporaneamente l'autorizzazione per accedere a questo servizio.","error.400":"Il servizio restituisce un errore, errore nei parametri della richiesta, si prega di controllare la configurazione corrispondente.",videoSubtitlePreTranslationOff:"I sottotitoli del video daranno la priorit\xE0 ai sottotitoli automatici inclusi nel video originale.","error.proUpgrade":"Dopo l'aggiornamento, si prega di aggiornare la pagina e tradurre di nuovo.","translationFont.notSupportErrorMessage":"Si prega di controllare se il nome del carattere inserito \xE8 corretto, o confermare che il carattere \xE8 gi\xE0 installato sul tuo dispositivo.","error.429":"Il servizio restituisce un errore, indicando che la richiesta \xE8 troppo frequente o supera il limite di quota, si prega di riprovare pi\xF9 tardi.","error.502":"Il servizio ha restituito un errore, il servizio \xE8 in timeout, si prega di riprovare pi\xF9 tardi.","error.googleLimitIp":"Il servizio restituisce un errore, il servizio Google ha limitato questo indirizzo IP, si consiglia di cambiare il nodo di rete.","error.openAIExceededQuota":"Il servizio restituisce un errore: il saldo del tuo account OpenAI non \xE8 sufficiente, si prega di ricaricare o collegare una carta di credito nel pannello di controllo ufficiale di OpenAI.","error.gemini.429":"Il servizio Gemini attuale ha raggiunto la sua capacit\xE0 massima, si prega di riprovare pi\xF9 tardi o passare ad un altro servizio di traduzione.","desc.toggleVideoSubtitlePreTranslation":"Dopo aver premuto, i sottotitoli bilingui del video utilizzeranno in primo luogo le impostazioni di traduzione immersive, premendo di nuovo avranno la priorit\xE0 i sottotitoli automatici inclusi nel video originale. Nota: questa scorciatoia modifica le impostazioni globali.","error.serveUnavailable":"Il servizio [{serverName}] che stai utilizzando attualmente non \xE8 accessibile a causa di problemi di connessione o del fornitore di servizi. Ti consigliamo di provare a ricaricare la pagina o di cambiare il servizio di traduzione attraverso le <1>impostazioni. Se sei un membro <2>Pro, puoi scegliere di utilizzare i servizi di traduzione pi\xF9 stabili di DeepL o OpenAI (<3>clicca qui per una prova gratuita). Inoltre, potrebbe essere necessario controllare la tua rete o le impostazioni del proxy.","error.openAIFreeLimit":"Il servizio restituisce un errore, la frequenza attuale delle richieste di traduzione ha raggiunto il limite massimo di 3 volte al minuto, si prega di riprovare pi\xF9 tardi. (Questo \xE8 il limite ufficiale di OpenAI per l'API Key gratuita, per rimuovere questo limite, si prega di collegare una carta di credito nel backend di OpenAI.)","floatBall.iKnow":"Lo so.","floatBallOptions.fixedPosition":"Posizione fissa",notLogin:"Non connesso","translationServices.gemini":"Gemelli","error.retry":"Riprova",pickAll:"Seleziona tutto","slide.right":"Scorri a sinistra","multipleClick.2":"Doppio clic",loggedIn:"Accesso effettuato","error.reason":"Motivo dell'errore","multipleClick.4":"Quadruplo colpo","multipleClick.3":"Triplo colpo","widget.translateFile":"PDF/ePub",shortcutSettings:"Scorciatoia","tagsInput.add":"+ Aggiungi","shortcutGroup.others":"Pi\xF9 scorciatoie personalizzate","slide.left":"Scorri a destra","subtitle.hideQuickButton":"Non mostrare pi\xF9 questa scorciatoia","widget.videoSubtitle":"sottotitoli video","error.subscriptionExpiredTitle":"La membership \xE8 scaduta",alwaysTranslateThisSite:"Sempre tradurre questo sito","floatBallOptions.fixedPositionLeft":"Sinistra",touchShortcutsOff:"Chiudi",neverTranslateThisSite:"Non tradurre mai questo sito web",translationOnlyMode:"Solo modalit\xE0 di traduzione",viewWithImmersiveTranslate:"Versione bilingue (traduzione immersiva)",contact:"Contattaci","browser.translateWithBing":"Utilizzo temporaneo di Microsoft per tradurre la pagina corrente",buildSnapshots:"Genera un'istantanea della pagina web","intro.floatBallTitle":"Traduzione rapida della sfera galleggiante","browser.translateWithOpenAI":"Utilizzo temporaneo di OpenAI per tradurre la pagina corrente","widget.videoSubtitleTooltip":"Supporta Youtube e altri {count}+ siti di video","browser.translateWithDeepL":"Utilizzo temporaneamente DeepL per tradurre la pagina corrente",errorReason:"Motivo dell'errore: {message}","browser.translateWithTransmart":"Utilizzo temporaneo di Tencent per tradurre la pagina corrente","shortcutGroup.shortcutsForTranslationServices":"Scorciatoie relative ai servizi di traduzione","browser.translateWithGoogle":"Utilizzo temporaneo di Google per tradurre la pagina corrente",temprarilyChangeTranslationTo_gemini:"Sto utilizzando Gemini per tradurre la pagina corrente.","browser.translateWithGemini":"Utilizza temporaneamente Gemini per tradurre la pagina corrente","widget.instructionTooltip":"Visualizza le istruzioni per l'uso",goLogin:"Vai a fare il login",temprarilyChangeTranslationTo_openai:"Sto utilizzando OpenAI per tradurre la pagina corrente.",temprarilyChangeTranslationTo_transmart:"Sto utilizzando Tencent per tradurre la pagina corrente.","floatBallOptions.fixedPositionRight":"lato destro",paragraphMinTextCountField:"Il numero minimo di caratteri necessari per tradurre un paragrafo",mouseHoverCustomKeyTitle:"Personalizza la scorciatoia del mouse al passaggio del mouse",temprarilyChangeTranslationTo_deepl:"Sto utilizzando DeepL per tradurre la pagina corrente.","subtitle.bilingual":"Sottotitoli bilingui",temprarilyChangeTranslationTo_bing:"Sto utilizzando Microsoft Translate per tradurre la pagina corrente.","intro.hoverTitle":"Posiziona il mouse per tradurre il paragrafo corrente","shortcutGroup.main":"Scorciatoie da tastiera di funzioni comuni",temprarilyChangeTranslationTo_google:"Sto utilizzando Google Traduttore per tradurre la pagina corrente.","subtitle.autoDisableSubtitle":"Non attivare automaticamente i sottotitoli bilingue",upgradeToProErrorTitle:"Si prega di aggiornare a membro Pro prima di utilizzare questo servizio di traduzione",touchShortcutsToggleTranslatePage:"Imposta gesti touch per tradurre pagine web / visualizzare il testo originale","widget.translateFileTooltip":"Traduci documenti PDF, EPUB, SRT, ASS, HTML e TXT","widget.instruction":"Istruzioni per l'uso","proQuotaExceededError.resetTime":"3. Tempo di reimpostazione del limite: {resetTime}","shortcutGroup.touch":"Gesti specifici per touch screen","floatBall.guideClickToTranslate":"Clicca sulla sfera galleggiante di traduzione immersiva per tradurre rapidamente","subtitle.showQuickButton":"Nel lettore visualizza la scorciatoia per i sottotitoli bilingue","floatBall.longPress":"Tenendo premuto a lungo \xE8 possibile aprire rapidamente il pannello delle impostazioni.","neverTranslateText.title":"Le parole seguenti rimangono in lingua originale, non tradurre.","browser.translateInputBox":"Traduci il contenuto attuale del campo di input.","browser.toggleVideoSubtitlePreTranslation":"Passa ai sottotitoli bilingui utilizzando preferibilmente le impostazioni di traduzione immersive.","error.subscriptionExpired":"La tua iscrizione potrebbe essere scaduta, controlla lo stato della tua iscrizione.","shortcutGroup.mouse":"Configurazione scorciatoia per il passaggio del mouse","browser.toggleMouseHoverTranslateDirectly":"Abilita o disabilita temporaneamente la traduzione diretta al passaggio del mouse sulla pagina","intro.subtitleTitle":"Visualizzazione dei sottotitoli bilingui nei video online",networkError:"Il servizio di traduzione o la rete ha problemi",notLoginPro:"Non hai ancora effettuato l'accesso al tuo account membro.",touchShortcutsToggleTranslationMask:"Imposta il gesto del touchscreen per mostrare la traduzione della maschera / mostrare il testo originale","floatBallOptions.fixedPositionDesc":"La palla galleggiante \xE8 a sinistra o a destra della finestra?","desc.touchShortcutsToggleTranslateTouchElement":"Personalizza un gesto e puoi tradurre qualsiasi paragrafo in cui ti trovi.",confirmResetToDefaultSettings:"Confermi di voler ripristinare questo servizio di traduzione alle impostazioni predefinite? (Ripristina solo le impostazioni di questo servizio di traduzione)","description.baiduField":"I campi supportati sono visti <1>qui, se vuoto significa che non \xE8 specificato alcun campo.",touchShortcutsToggleTranslateTouchElement:"Imposta il gesto del touchscreen per tradurre il paragrafo specificato","desc.toggleTranslateTheWholePage":"Traduci l'intera area della pagina, di default, tradurremo l'area principale della pagina, puoi utilizzare questa scorciatoia per tradurre specificamente l'intera area della pagina.",mouseHoverCustomKeyDescription:"Puoi personalizzare una combinazione di tasti di scelta rapida per il passaggio del mouse, ad esempio: Alt+Z, Ctrl+E, Cmd+Alt+E o direttamente Cmd, si prega di inserire manualmente.",paragraphMinTextCountDesc:"Attenzione, qui si intende la lunghezza del carattere, ad esempio: ciao \xE8 composto da 5 caratteri, impostare un valore maggiore pu\xF2 ridurre la traduzione di paragrafi non necessari.","desc.toggleTranslateTheMainPage":"Traduci solo l'area principale della pagina, quando hai abilitato la traduzione di tutta l'area della pagina nelle impostazioni avanzate, puoi utilizzare questa scorciatoia per tradurre specificamente l'area principale della pagina.","subtitle.showQuickButtonDescription":"Nell'angolo in basso a destra del lettore video \xE8 disponibile una scorciatoia per attivare i sottotitoli bilingue.","desc.mouseHoverHoldKey":"Quando il mouse \xE8 in hover su un paragrafo, premendo contemporaneamente il tasto di scelta rapida a destra, \xE8 possibile tradurre direttamente quel paragrafo.","desc.interfaceLanguage":"Le impostazioni della lingua dell'interfaccia influenzano la lingua di visualizzazione del pannello di controllo e non hanno nulla a che fare con la lingua target della traduzione.",translationOnlyModeDescription:"La modalit\xE0 solo traduzione si riferisce alla visualizzazione solo del testo tradotto, non della modalit\xE0 bilingue predefinita. Nota: a causa di limitazioni tecniche, i collegamenti ipertestuali del testo originale non funzioneranno in modalit\xE0 solo traduzione.","desc.touchShortcutsToggleTranslatePage":"Dopo aver impostato, quando si utilizza un dispositivo mobile, \xE8 possibile toccare lo schermo con X dita contemporaneamente, scorrere a sinistra e a destra o fare clic continuamente per attivare la traduzione della pagina web / visualizzare il testo originale.","desc.touchShortcutsToggleTranslationMask":"La maschera di traduzione si riferisce all'effetto sfocato nello stile del testo tradotto (modalit\xE0 di apprendimento), che, una volta attivato, applica temporaneamente un effetto sfocato al testo tradotto, facilitando l'apprendimento.",shortcutSettingsTitle:"Impostazioni scorciatoie","proQuotaExceededError.onetime7day":'\uFF0Cpuoi scegliere uno dei seguenti metodi per risolvere:

1. Passa a {anotherService} o ad altri servizi di traduzione
2. Aggiorna a un membro mensile/annuale ',"contact.description":"Se avete domande o suggerimenti, siete invitati a compilare il modulo sottostante per contattarci, o inviare una mail a {email}, vi risponderemo il pi\xF9 presto possibile.","proQuotaExceededError.nonTrial":'\uFF0Cpuoi scegliere uno dei seguenti metodi per risolvere:

1. Passa a {anotherService} o ad altri servizi di traduzione
2. Acquista un pacchetto di traffico extra {translationService}',"proQuotaExceededError.trial":'\uFF0Cpuoi scegliere uno dei seguenti metodi per risolvere:

1. Passa a {anotherService} o ad altri servizi di traduzione
2. Aggiorna subito a membro ufficiale',"intro.floatBallDescription":"Una volta attivato, verr\xE0 visualizzato un pulsante di traduzione rapida sul lato destro della pagina, cliccandolo si pu\xF2 tradurre, cliccandolo di nuovo si pu\xF2 tornare al testo originale. Su dispositivi mobili, tenendo premuto il pallone galleggiante, \xE8 possibile aprire il pannello delle impostazioni rapide.","desc.toggleMouseHoverTranslateDirectly":"Dopo aver premuto questo tasto di scelta rapida, sulla pagina, basta che il mouse punti a qualsiasi testo per tradurlo automaticamente. Premendo di nuovo il tasto di scelta rapida, \xE8 possibile disattivare questa funzione di traduzione automatica.",shortcutDisableTooltip:"Si prega di impostare nella pagina di gestione delle scorciatoie da tastiera dell'estensione del browser, per ulteriori indicazioni si prega di consultare le istruzioni nella parte superiore di questa pagina.","subtitle.supportedSites":"\xC8 supportato l'uso di sottotitoli bilingui su questi siti web (Nota: a causa di limitazioni tecniche, alcuni siti web potrebbero aver bisogno di essere aggiornati dopo aver attivato i sottotitoli per la prima volta, o potrebbe essere necessario attendere che la traduzione sia completata per visualizzare i sottotitoli bilingui):","neverTranslateText.description":"A causa di alcune carenze di riconoscimento dei nomi propri da parte di alcuni motori di traduzione, puoi aggiungere parole qui per assicurarti che non vengano convertite durante il processo di traduzione. Si prega di notare che questa funzione distingue tra maiuscole e minuscole e supporta solo le lingue separate da spazi (come l'inglese, il francese), non \xE8 adatta per lingue come il giapponese, il coreano, ecc.","intro.subtitleDescription":"Dopo aver attivato questa funzione, i sottotitoli bilingui verranno visualizzati automaticamente durante la riproduzione del video. Se non \xE8 abilitato, \xE8 necessario fare clic manualmente sul pulsante di traduzione sulla pagina per visualizzare i sottotitoli. Si prega di notare che, a causa di limitazioni tecniche, alcuni siti web potrebbero richiedere l'aggiornamento della pagina o l'attesa del completamento della traduzione prima di poter visualizzare i sottotitoli bilingui. (Inoltre, \xE8 possibile attivare/disattivare il pannello di traduzione immersiva nell'angolo in alto a destra dopo aver aperto il sito web del video).

Attualmente \xE8 possibile utilizzare i sottotitoli bilingui su questi siti web:","intro.hoverDescription":"La traduzione al passaggio del mouse \xE8 una funzione molto importante nella traduzione immersiva, basta posizionare il mouse sul paragrafo e premere contemporaneamente la scorciatoia impostata per tradurre automaticamente il paragrafo corrente (nota: non \xE8 abilitato di default, si prega di impostarlo qui sotto), questa interazione \xE8 utilizzata per sostituire meglio la traduzione del testo selezionato, inoltre, questa funzione \xE8 ampiamente utilizzata in quelle aree di traduzione che non possono essere riconosciute, puoi utilizzare questa funzione per forzare la traduzione di qualsiasi paragrafo.",geminiWarning:"Attenzione: il servizio gratuito Gemini fornito da Google ha restrizioni severe, potrebbe essere considerato da Google come un tentativo dell'utente di eludere i loro limiti di quota gratuita utilizzando pi\xF9 chiavi. Non \xE8 consigliato usarlo, si consiglia di aspettare che Google apra l'interfaccia a pagamento di Gemini in futuro per usarlo.","floatBall.setting":"Impostazione","floatBall.translateToLanguage":"Fare clic per tradurre in {language}","floatBall.file":"Traduci PDF, EPUB, SRT, ASS, HTML, file TXT",changeToOnlyTempTranslationMode:"Alterna per visualizzare solo le traduzioni",changeToDualTempTranslationMode:"Passare alla traduzione bilingue","transitionMode.dual":"Contrasto bilingue","options.navbar.installApp":"Installa l'app per smartphone","options.navbar.translateFile":"Tradurre il documento","transitionMode.translation":"Solo il testo tradotto.","subtitle.transitionModeDescription":"Imposta i sottotitoli del video per il confronto bilingue o solo modalit\xE0 di traduzione","transitionMode.inherit":"Mantenere coerente con la modalit\xE0 di visualizzazione della traduzione predefinita del sistema","subtitle.transitionMode":"Impostazioni dei sottotitoli video bilingue / solo traduzione",translateFileTooltip:`Traduci PDF, ePub, srt, + {env.imt_sub_trans_field}: \u0905\u0928\u0941\u0935\u093E\u0926`,"subtitle.quickButton.cyan":"\u0928\u0940\u0932\u093E","subtitle.quickButton.green":"\u0939\u0930\u093E","subtitle.quickButton.black":"\u0915\u093E\u0932\u093E","subtitle.quickButton.white":"\u0938\u092B\u0947\u0926","subtitle.quickButton.yellow":"\u092A\u0940\u0932\u093E","subtitle.quickButton.red":"\u0932\u093E\u0932","subtitle.quickButton.setting":"\u0938\u0947\u091F \u0915\u0930\u0947\u0902","subtitle.quickButton.blue":"\u0928\u0940\u0932\u093E","subtitle.quickButton.magenta":"\u0917\u0941\u0932\u093E\u092C\u0940 \u0930\u0902\u0917","subtitle.quickButton.translationPositionBottom":"\u092E\u0942\u0932 \u092A\u093E\u0920 \u0915\u0947 \u0928\u0940\u091A\u0947","translationServices.claude":"\u0915\u094D\u0932\u0949\u0921","subtitle.quickButton.sourceFontSize":"\u092E\u0942\u0932 \u092B\u093C\u0949\u0928\u094D\u091F \u0906\u0915\u093E\u0930","subtitle.quickButton.sourceTextColor":"\u092E\u0942\u0932 \u092B\u093C\u0949\u0928\u094D\u091F \u0915\u093E \u0930\u0902\u0917","subtitle.quickButton.translationPosition":"\u0905\u0928\u0941\u0935\u093E\u0926 \u0938\u094D\u0925\u093F\u0924\u093F","subtitle.quickButton.translationPositionTop":"\u092E\u0942\u0932 \u092A\u093E\u0920 \u0915\u0947 \u090A\u092A\u0930","subtitle.quickButton.backgroundColor":"\u092A\u0943\u0937\u094D\u0920\u092D\u0942\u092E\u093F \u0930\u0902\u0917","subtitle.quickButton.backgroundOpacity":"\u092A\u0943\u0937\u094D\u0920\u092D\u0942\u092E\u093F \u0905\u092A\u093E\u0930\u0926\u0930\u094D\u0936\u093F\u0924\u093E","subtitle.quickButton.translationFontSize":"\u0905\u0928\u0941\u0935\u093E\u0926 \u092B\u093C\u0949\u0928\u094D\u091F \u0915\u093E \u0906\u0915\u093E\u0930","subtitle.quickButton.translationTextColor":"\u0905\u0928\u0941\u0935\u093E\u0926 \u092B\u093C\u0949\u0928\u094D\u091F \u0915\u093E \u0930\u0902\u0917",attachSubtitleTranslating:"{service} \u0915\u093E \u0909\u092A\u092F\u094B\u0917 \u0915\u0930\u0915\u0947 \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930 \u0930\u0939\u093E \u0939\u0948...","error.claude.403":"\u0938\u0947\u0935\u093E \u0924\u0915 \u092A\u0939\u0941\u0902\u091A \u0915\u093E \u0915\u094B\u0908 \u0905\u0927\u093F\u0915\u093E\u0930 \u0928\u0939\u0940\u0902 \u0939\u0948, \u092F\u0939 Claude \u0915\u0940 \u0915\u094D\u0937\u0947\u0924\u094D\u0930\u0940\u092F \u0938\u0940\u092E\u093E\u0913\u0902 \u0938\u0947 \u0938\u0902\u092C\u0902\u0927\u093F\u0924 \u0939\u094B \u0938\u0915\u0924\u093E \u0939\u0948, \u0906\u092A \u0905\u092A\u0928\u093E IP \u092A\u0924\u093E \u092C\u0926\u0932\u0928\u0947 \u0915\u093E \u092A\u094D\u0930\u092F\u093E\u0938 \u0915\u0930 \u0938\u0915\u0924\u0947 \u0939\u0948\u0902, \u092F\u093E \u0905\u0928\u094D\u092F \u0905\u0928\u0941\u0935\u093E\u0926 \u0938\u0947\u0935\u093E\u0913\u0902 \u0915\u093E \u0909\u092A\u092F\u094B\u0917 \u0915\u0930 \u0938\u0915\u0924\u0947 \u0939\u0948\u0902\u0964","browser.brandDescriptionForSafari":"\u3010\u0907\u092E\u0930\u094D\u0938\u093F\u0935 \u0905\u0928\u0941\u0935\u093E\u0926\u3011 \u090F\u0915 \u092E\u0941\u092B\u094D\u0924 (\u092E\u0942\u0932 / \u0905\u0928\u0941\u0935\u093E\u0926) \u0926\u094D\u0935\u093F\u092D\u093E\u0937\u0940 \u0935\u0947\u092C\u092A\u0947\u091C \u0905\u0928\u0941\u0935\u093E\u0926 \u092A\u094D\u0932\u0917\u0907\u0928, \u091C\u094B \u0938\u092E\u092F-\u0938\u092E\u092F \u092A\u0930 PDF \u0905\u0928\u0941\u0935\u093E\u0926 \u0914\u0930 EPUB \u0908-\u092C\u0941\u0915 \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u093E \u0938\u092E\u0930\u094D\u0925\u0928 \u0915\u0930\u0924\u093E \u0939\u0948 \u0914\u0930 \u092E\u0942\u0932 \u0926\u0938\u094D\u0924\u093E\u0935\u0947\u091C\u093C \u0915\u0940 \u0935\u093F\u0928\u094D\u092F\u093E\u0938 \u0915\u094B \u092C\u0928\u093E\u090F \u0930\u0916\u0924\u093E \u0939\u0948, Youtube/Netflix \u0906\u0926\u093F \u0911\u0928\u0932\u093E\u0907\u0928 \u0935\u0940\u0921\u093F\u092F\u094B \u0926\u094D\u0935\u093F\u092D\u093E\u0937\u0940 \u0909\u092A\u0936\u0940\u0930\u094D\u0937\u0915 \u0905\u0928\u0941\u0935\u093E\u0926, Deepl/Google \u0906\u0926\u093F \u092A\u094D\u0930\u092E\u0941\u0916 \u0905\u0928\u0941\u0935\u093E\u0926 \u0938\u0947\u0935\u093E\u0913\u0902 \u0915\u093E \u0938\u092E\u0930\u094D\u0925\u0928 \u0915\u0930\u0924\u093E \u0939\u0948;","browser.PdfProFile":"AI \u0938\u0902\u091A\u093E\u0932\u093F\u0924 PDF Pro \u0905\u0928\u0941\u0935\u093E\u0926","browser.textTranslate":"\u0932\u093F\u0916\u093F\u0924 \u0905\u0928\u0941\u0935\u093E\u0926"};var vh={nologin:"non \xE8 stato effettuato l'accesso",loginForSafari:"Accedi o registrati",login:"Accedi per aprire un'iscrizione",manageAccount:"Conti gestiti",openPremium:"Soci aperti",logout:"interrompere",curentPlan:"Pacchetti attuali",endAt:"scadenza",endAuto:"rinnovo automatico",lineBreakMaxTextCount:"Numero massimo di caratteri consentiti per frase dopo le interruzioni di riga","translate-pdf":"Clicca per tradurre il PDF","noSupportTranslate-pdf":"Script non supportato, utilizzare il plugin","translate-firefox-local-pdf":"Fare clic per andare a Importazione PDF",enableLineBreak:"Abilita l'avanzamento automatico delle righe per i paragrafi lunghi",sponsorLabel:"1$ Sviluppatori sponsorizzati",help:"mano",browserShortcutsNoteForFirefox:"Per modificare le scorciatoie in Firefox, \xE8 necessario aprire la pagina di gestione delle estensioni `about:addons`, quindi fare clic su `Impostazioni` e poi su `Gestione scorciatoie` per impostare le scorciatoie.",browserShortcutsNoteForChrome:"Per modificare le scorciatoie in Chrome, \xE8 necessario aprire la pagina di gestione delle estensioni, impostarle nel pannello `Gestione scorciatoie` (`chrome://extensions/shortcuts`) e fare clic sul pulsante sottostante per passare alla pagina di gestione delle scorciatoie.",browserShortcutsSucks:"Le scorciatoie personalizzate sono formattate come (non viene effettuato il riconoscimento automatico, inserire direttamente)\uFF1A",enableLineBreakDescription:"Quando \xE8 attivata, le interruzioni di riga vengono inserite alla fine di ogni frase nei paragrafi lunghi per facilitarne la lettura.","browser.shortBrandName":"Traduzione in immersione","browser.brandName":"Immersion Translation: traduzione bilingue di pagine web e documenti PDF","browser.brandDescription":"Bilingual web page translation, also supports PDF translation, bilingual Epub eBook translation, free to use.","browser.toggleTranslatePage":"Tradurre la pagina/visualizzare il testo originale","browser.toggleTranslateTheWholePage":"Tradurre tutte le aree della pagina/visualizzare il testo originale","browser.toggleOnlyTransation":"Cambia modalit\xE0 bilingue/solo traduzione","browser.toggleTranslateToThePageEndImmediately":"Traduzione immediata a fondo pagina/visualizzazione del testo originale","browser.toggleTranslateTheMainPage":"Tradurre l'area principale della pagina/visualizzare il testo originale","browser.shareToDraft":"Condividi le pagine bilingue","browser.openOptionsPage":"Aprire la pagina delle impostazioni","browser.toggleTranslationMask":"Mostra/nascondi l'effetto di sfocatura della traslazione","browser.translateLocalPdfFile":"Tradurre i file PDF locali","browser.openEbookViewer":"Leggere gli eBook locali","browser.openEbookBuilder":"Creare eBook EPUB bilingue","browser.translateLocalHtmlFile":"Tradurre file HTML/testo","browser.donateContext":"Scopri i vantaggi della sponsorizzazione","browser.translateLocalSubtitleFile":"Tradurre i file dei sottotitoli locali",confirmResetConfig:"\xC8 sicuro di voler ripristinare le impostazioni?",translationLineBreakSettingTitle:"Impostazione dell'avanzamento riga di traduzione",smartLineBreak:"alimentazione di linea intelligente (calcolo)",alwaysLineBreak:"Sempre avanzamento di riga",isShowContextMenu:"Aggiungere pagine tradotte alle voci di menu del tasto destro del mouse",toggleBeta:"Abilitazione delle funzioni di beta testing",betaDescription:"Attiva funzioni ancora sperimentali e un servizio di traduzione in beta. Unitevi al <1>gruppo Telegram per saperne di pi\xF9.",translationLineBreakSettingDescription:"Le interruzioni di riga sono sempre ordinate per le pagine con meno contenuti. (Usare interruzioni di riga intelligenti nei paragrafi lunghi e ricchi di contenuti (pi\xF9 di{count}caratteri) per risparmiare spazio).",tempTranslateDomainTitle:"Durata dell'attivazione temporanea della traduzione del sito web",tempTranslateDomainDescription:"Quando si traduce manualmente una pagina web, \xE8 possibile attivare temporaneamente la traduzione automatica del sito web e impostare la durata temporanea.",xMinutes:"{count} minuti",disabled:"vietare l'uso di qcs.",changelog:"Registro degli aggiornamenti",toggleTranslatePageWhenThreeFingersOnTheScreen:"Il tocco simultaneo di pi\xF9 dita sullo schermo traduce le pagine web/visualizza il testo originale",toggleTranslationMaskWhenThreeFingersOnTheScreen:"Il tocco con pi\xF9 dita mostra/nasconde l'effetto di sfocatura.",fingerCountToToggleTranslagePageOnlyTranslationWhenTouching:"Pi\xF9 dita che toccano lo schermo contemporaneamente traducono la pagina web (solo traduzione)/visualizzano il testo originale.",addUrlDescription:"Pu\xF2 essere un nome di dominio e supporta anche i caratteri jolly, ad esempio\uFF1A*.google.com, google.com/mail/*, https://www.google.com/*",general:"Impostazioni di base",clickToExpandConfig:"Espandere la configurazione attuale",import:"Importazione da file",export:"Esportazione su file",toggleDebug:"Stampa il log di debug sulla console","fingers.0":"coagulo","fingers.2":"tocco con due dita","fingers.3":"tocco con tre dita","fingers.4":"tocco a quattro dita","fingers.5":"tocco a cinque dita",mouseHoldKey:"+ {key} tradurre/ripristinare il paragrafo",mouseHoldKeyAuto:"Traduzione diretta del paragrafo",mouseHoldKeyOff:"Non fare nulla.",mouseHoldKeyOther:"Collegamenti personalizzati (impostazioni di apertura)",mouseHoldKeyCustomKey:"{key} Traduzione/riduzione del paragrafo",mouseHoverHoldKey:"Passaggio del mouse mentre si premono i tasti di scelta rapida per tradurre i paragrafi","mouse-translate":"passaggio del mouse",document:"(computer) file",resetSuccess:"Reimpostare tutte le impostazioni con successo",resetThisSuccess:"Ripristino riuscito",saved:"Salva il successo",successImportConfig:"Configurazione importata con successo",goAdvancedSettings:"Andare alla pagina Impostazioni avanzate",goAdvancedInterfaceSettings:"Andare alla pagina Impostazioni di personalizzazione avanzate",advanced:"Impostazioni avanzate",advancedDescription:"In genere non \xE8 necessaria alcuna impostazione, basta lasciarla come predefinita. Solo per gli utenti pi\xF9 specializzati sono disponibili impostazioni pi\xF9 personalizzate.",developer:"Impostazioni dello sviluppatore",donateCafe:"prezzi","translate to the bottom of the page":"Si traduce in fondo alla pagina subito dopo l'ingresso nella pagina?",feedback:"Domanda Feedback",toggleTranslatePage:"Tradurre la pagina/visualizzare il testo originale",translateToThePageEndImmediatelyDescription:"Se si attiva, il contenuto viene tradotto immediatamente dall'inizio alla fine della pagina, non appena viene inserito. Se lo si disattiva, il contenuto viene tradotto man mano che si legge. (Non consigliato)","translate all areas of the page":"Se tradurre tutte le aree della pagina",translationAreaDescription:"Attivato, vengono tradotte tutte le aree dell'intera pagina web. Se si disattiva, viene utilizzato il riconoscimento intelligente predefinito e vengono tradotte solo le aree principali. (Non si consiglia di attivarlo)","the number of characters to be translated first":"Tradurre direttamente i primi caratteri della pagina senza attendere lo scorrimento dell'area di visualizzazione","interface language":"linguaggio dell'interfaccia","display both the original text and the translation":"Visualizzazione simultanea di originale e traduzione","keyboard shortcuts":"Scorciatoie da tastiera",modify:"Modifica dei tasti di scelta rapida",reset:"riproposizione",close:"coagulo",homepage:"homepage",more:"di pi\xF9",moreOptions:"Ampliare le opzioni di personalizzazione",translateTheWholePage:"Tradurre tutte le aree della pagina (invece di riconoscere intelligentemente le aree principali)",changeToTranslateTheWholePage:"Passare alla traduzione di tutte le regioni",changeToTranslateTheMainPage:"Passare all'area principale di traduzione",changeToOnlyTranslationMode:"Alterna per visualizzare solo le traduzioni",changeToDualTranslationMode:"Passare alla traduzione bilingue",translateToThePageEndImmediately:"Traduzione immediata a fondo pagina",translateTheMainPage:"Regioni chiave della traduzione intelligente","The local rules are up to date":"Le norme di adattamento locali sono aggiornate.","Successfully synchronized with the latest official rules:":"Sincronizzato con successo con le ultime regole ufficiali di adattamento.","Checking for updates":"Controllo degli aggiornamenti","Rules are being synchronized":"Regole di adattamento sincronizzate",localVersionIsTooOld:"La versione dell'estensione locale \xE8 troppo vecchia; aggiornare l'estensione a {minVersion} o a una versione pi\xF9 recente prima di tentare la sincronizzazione.",badUserscriptBrowser:"Il browser attuale non implementa correttamente l'interfaccia dell'estensione Grease Monkey (ad esempio, per ottenere informazioni sul numero di versione dello script Grease Monkey stesso); si prega di utilizzare altri browser che <1>supportano l'estensione Grease Monkey, come Firefox.",foundNewVersion:"Scoprite la nuova versione",theLocalExtensionIsUpToUpdate:"L'estensione attuale \xE8 aggiornata.",failToSyncRules:"Mancata sincronizzazione delle ultime regole di adattamento",retry:"Fare clic qui per riprovare",failedReason:"Motivi del fallimento",currentRuleVersion:"Versione attuale della regola",calculating:"calcoli",unknownError:"errore sconosciuto",canNotFetchRemoteRule:"Impossibile ottenere le regole remote",enableAlphaSuccess:"Alfa abilitato",disableAlphaSuccess:"La funzione Alpha \xE8 stata disattivata",cacheSize:"Dimensione della cache\uFF1A",cleaning:"in fase di liquidazione",cleanCache:"cancellare la cache",options:"allestimento",about:"rispetto a",service:"servizio di interpretariato",needAction:"(Vai alle impostazioni)",goSettings:"procedere con l'impostazione",needActionForOptions:"(da impostare)",translationEngine:"Opzioni del motore",sourceLanguage:"Lingua originale",target:"lingua di destinazione",popupSourceLanguage:"Lingua originale",popupTarget:"lingua di destinazione",popupService:"servizio di interpretariato",forThisSite:"Sito web attuale",autoEnableSubtitle:"Attiva automaticamente i sottotitoli bilingue",alwaysTranslate:"Tradurre sempre",neverTranslate:"Mai tradurre",alwaysTranslateSomeLanguage:"Tradurre sempre {language}",neverTranslateSomeLanguage:"Mai tradurre {language}",alwaysTranslateSomeSite:"Tradurre sempre {hostname}",neverTranslateSomeSite:"Mai tradurre {hostname}",alwaysTranslateSomeSiteOrWildSite:"Tradurre sempre il sito",alwaysTranslateSomePage:"Tradurre sempre la pagina",add:"aumento",default:"predefinito (impostazione)",forThisLanguage:"Per questa lingua\uFF1A","add url":"Inserire l'URL",edit:"compilatore","translate other languages into specific language":"Tradurre altre lingue nella lingua impostata","select translation service":"Selezionare un servizio di traduzione",language:"multilinguismo","show-original":"Mostra il testo originale",translate:"rendering",Translated:"tradotto",Translating:"in traduzione",Error:"non corretto",allowCacheTranslations:"Abilitare la cache delle traduzioni locali (per ridurre le richieste di traduzione per i passaggi duplicati)","translation display":"Stile di visualizzazione della traduzione","select diplay style":"Distinguere gli stili di traduzione, con specifico riferimento ai seguenti esempi",interface:"Impostazioni dell'interfaccia",import_export:"Importazione/Esportazione",import_export_title:"Configurazione di importazione/esportazione",syncToGoogleDrive:"Sincronizzazione con Google Drive ora",floatBallOptions:"Impostazioni Hoverball","floatBallOptions.enable":"Abilitare l'Hoverball","floatBallOptions.blockUrls":"Disattivare il sito web","floatBallOptions.add":"aumento","floatBallOptions.blockUrlDesc":"Gli Hoverball non vengono visualizzati quando si incontrano i seguenti siti web","floatBallOptions.clickType":"comportamento di clic","floatBallOptions.clickTypeDesc":"Comportamento dell'icona Hoverball quando viene cliccata","floatBallOptions.clickPopup":"Mostra pannello di traduzione","floatBallOptions.clickTranslate":"Traduzione/visualizzazione del testo originale",previewAllThemes:"Anteprima di tutti gli stili","translationTheme.none":"non hanno","translationTheme.grey":"grigio scuro","translationTheme.dashed":"sottolineatura tratteggiata","translationTheme.dotted":"trattino basso tratteggiato","translationTheme.dashedBorder":"bordo tratteggiato","translationTheme.solidBorder":"bordo solido","translationTheme.underline":"Sottolineare le linee rette","translationTheme.mask":"Effetti fuzzy (modalit\xE0 di apprendimento)","translationTheme.opacity":"effetto trasparenza","translationTheme.paper":"Effetto ombra su carta bianca","translationTheme.dividingLine":"linea di demarcazione","translationTheme.highlight":"alta luminosit\xE0","translationTheme.marker":"marcatore (parola d'ordine)","translationTheme.marker2":"Marcatore 2","translationTheme.blockquote":"Stili di riferimento","translationTheme.weakening":"indebolimento","translationTheme.italic":"carattere obliquo","translationTheme.bold":"addensare","translationTheme.thinDashed":"sottile linea tratteggiata di sottolineatura","translationTheme.nativeDashed":"Il sistema \xE8 dotato di una sottolineatura tratteggiata","translationTheme.nativeDotted":"Il sistema viene fornito con una sottolineatura tratteggiata","translationTheme.nativeUnderline":"Il sistema viene fornito con una linea retta di sottolineatura","translationTheme.wavy":"linea ondulata","translationServices.custom":"API personalizzata","translationServices.tencent":"Traduttore Tencent","translationServices.tenAlpha":"Traduttore Tencent (Alpha)","translationServices.google":"Google Translate","translationServices.bai":"Baidu (Alfa)","translationServices.baidu":"Traduzione di Baidu","translationServices.aliyun":"Traduzione di AliCloud","translationServices.volc":"traduzione vulcanica","translationServices.deeplx":"DeepLX (Beta)","translationServices.bing":"Microsoft Translate","translationServices.deepl":"DeepL","translationServices.wechat":"Traduzione di WeChat","translationServices.azure":"Traduzione di Azure","translationServices.ibm":"IBM Watson","translationServices.aws":"Traduzione Amazon","translationServices.mock":"Traduzione simulata","translationServices.mock2":"Traduzione simulata 2","translationServices.caiyun":"illuminato. nuvole colorate e piccole traduzioni","translationServices.cai":"Nuvole colorate (Alpha)","translationServices.volcAlpha":"Vulcano (Alfa)","translationServices.openl":"AprireL","translationServices.youdao":"Traduzione su Youtube","translationServices.you":"Traduttore Youdao (Alpha)","translationServices.transmart":"Traduzione interattiva di Tencent","translationServices.niu":"Traduttore anticonformista","translationServices.papago":"Traduzione di Papago","translationServices.d":"D (Alfa)","translationServices.dpro":"D Pro (Canarino)","translationServices.openai":"OpenAI","translationServices.yandex":"Yandex","translationServices.chatgpt":"ChatGPT Web(3.5 mobile)","translate title":"Tradurre i titoli delle pagine","always languages":"Tradurre sempre la lingua",neverTranslateLanguagesLabel:"La lingua che non sar\xE0 mai tradotta",neverTranslateTheFollowingLanguagesDescription:"Le traduzioni vengono saltate quando un paragrafo della pagina \xE8 in una delle seguenti lingue",enableUserscriptPagePopup:"Mostra l'hoverball nella pagina",enableUserscriptPagePopupDescription:"Dopo aver disattivato l'hoverball, pu\xF2 essere richiamato con la scorciatoia /{touch}. Si consiglia vivamente di inserire tra i preferiti questa pagina di impostazioni per evitare di non riuscire a trovare l'hoverball dopo aver inavvertitamente disattivato questa opzione!","always translate the following languages":"Traduce automaticamente nella lingua di destinazione quando la pagina \xE8 in una delle seguenti lingue","always sites":"Siti web sempre tradotti","always translate the following sites":"I siti web vengono tradotti automaticamente nella lingua di destinazione quando sono i nomi di dominio di","never sites":"Sito web mai tradotto","never translate the following sites":"Le traduzioni non verranno effettuate quando il sito web \xE8 destinato ai seguenti domini","please refer to":"\xC8 necessario compilare la chiave prima di poterla utilizzare.",KeyAndConfigurationTutorial:"Esercitazione sull'applicazione e la configurazione delle chiavi",useAboveStyleForTheseSites:"Usare sempre lo stile di traduzione \u2308{theme}\u230B quando il sito \xE8 destinato ai seguenti domini",currentUrl:"URL corrente",confirm:"salvare (un file, ecc.) (informatica)",cancel:"cancellazioni",delete:"rimozione","languages.auto":"rilevamento automatico",syncToCloud:"Sincronizzazione con Google Drive",syncToCloudDescription:"Caricata nel cloud, la configurazione pu\xF2 essere sincronizzata tra diversi browser/ script di scimmia grassa, a seconda dell'ultima modifica.",syncToAccount:"Sincronizzazione con il Cloud di traduzione immersiva",syncToAccountButton:"Sincronizzazione istantanea con il cloud",syncToAccountDescription:"Sincronizzare automaticamente le configurazioni tra i diversi dispositivi, a seconda dell'ultima modifica.",successSyncConfigInAccount:"Sincronizzazione riuscita con il cloud",successSyncConfigToAccount:"Sincronizzazione riuscita con il cloud",syncConfigNoUpdate:"\xC8 gi\xE0 aggiornato.",authFail:"Mancata autorizzazione",syncTitle:"Gestione manuale del backup",import_hint:"importazione (dati)",upload:"caricare",revokeAuth:"revocare un'autorizzazione",uploadFail:"Caricamento fallito",download:"scaricare",importSuccess:"Importato con successo",importFail:"errore di importazione",deleteFail:"Cancellazione non riuscita",backupToCloud:"Gestione manuale dei file di backup",create_new_backup:"Aggiungere un nuovo nodo di backup",maxBackupFiles:"\xC8 possibile eseguire il backup di un massimo di{count}nodi diversi; eliminare i nodi non necessari.",backupToCloudDescription:"Caricare o ripristinare manualmente i file di backup, consentendo fino a 3 backup diversi.",successSyncConfig:"Sincronizzazione di successo con il cloud",syncFail:"errore di sincronizzazione",updatedAt:"Aggiornato da {date}",lastSyncedAt:"Ultimo controllo: {date}",downloadFail:"Impossibile scaricare",clickToDownload:"Fare clic per scaricare",aboutLabel:"Informazioni - Feedback","browser.openAboutPage":"Informazioni/Risposte",aboutLabelWithoutSponsor:"Informazioni - Feedback",aboutIntro:"Che tutti noi possiamo avere un accesso pi\xF9 facile e piacevole alla grande quantit\xE0 di informazioni in lingua straniera su Internet \u2764\uFE0F Potete scegliere di attivare la vostra <6>iscrizione Pro per utilizzare le traduzioni di DeepL e OpenAI.

Potete seguirci su <3>Twitter, <4>Telegram, Weibo, WeChat o <5>iscrivervi alla nostra mailing list per seguire gli aggiornamenti.
I <7>membri Pro possono contattarci all'indirizzo <8>support@immersivetranslate.com per un rapido servizio clienti.",aboutIntroWithoutSponsor:"Che tutti noi possiamo avere un accesso pi\xF9 facile e piacevole all'enorme quantit\xE0 di informazioni in lingua straniera disponibili su Internet \u2764\uFE0F

Potete seguirci su <3>Twitter, <4>canale Telegram, WeChat, WeChat Exchange, o <5>iscrivervi per seguire gli aggiornamenti via <5>e-mail qui sotto.",projectHomepage:"Progetto Home",joinTelegramGroup:"Unitevi al gruppo di utenti per partecipare alle discussioni sulle funzionalit\xE0",wechatPublicAccount:"WeChat Pubblico",wechatCommunities:"Gruppo di scambio WeChat",qqCommunities:"Canale di comunicazione QQ",joinTelegramChannel:"Seguite il canale Telegram per gli ultimi aggiornamenti",feedbackAndJoin:"Domanda Feedback / Aggiungi gruppo",autoSync:"sincronizzazione automatica dell'ora",loadingThemeTitle:"Stile di caricamento",loadingThemeDescription:"Impostazione dello stile in attesa del caricamento della traduzione","loadingTheme.spinner":"Animazione di rotazione","loadingTheme.text":"testo statico qcs. ","loadingTheme.none":"non mostrato",developerDescription:"La documentazione sulla personalizzazione avanzata \xE8 disponibile <1>qui","edit border color":"Modificare il colore del bordo",successSyncButNoChange:"La configurazione attuale \xE8 coerente con il cloud",customTheme:"Colori e dimensioni personalizzate","customThemeLabel.borderColor":"Colore del bordo","customThemeLabel.borderRadius":"Bordi arrotondati","customThemeLabel.textColor":"colore del testo","customThemeLabel.backgroundColor":"colore di sfondo","customThemeLabel.zoom":"Scalatura dei caratteri (%)","customThemeLabel.opacity":"Opacit\xE0 del testo (%)",resetToDefaultColor:"Ripristino dei colori predefiniti",resetToDefaultSettings:"Ripristino delle impostazioni predefinite",isTranslateTitle:"Abilita la traduzione dei titoli delle pagine",isTranslateTitleDescription:"All'apertura, il titolo della pagina viene tradotto",enableSearchEnhancement:"Abilitazione del miglioramento dei messaggi bilingue",enableSearchEnhancementDescription:'Una volta abilitato, i risultati della ricerca di "Google News" verranno automaticamente visualizzati nella colonna destra dei siti web supportati (Google News, Google Search (alcune parole chiave), Snowball, Oriental Fortune, Futura, Tiger Community) per le parole chiave inglesi corrispondenti.',verifyService:"Clicca qui per testare il servizio",verified:"Verifica del successo","field.langs":"Codici lingua supportati","field.model":"modellazione","field.translationEngine":"motore di traduzione","field.limitPerMinute":"Richieste massime al minuto","field.limitPerSecond":"Numero massimo di richieste al secondo","field.maxTextLengthPerRequest":"Lunghezza massima del testo per richiesta","field.maxTextGroupLengthPerRequest":"Numero massimo di paragrafi per richiesta","field.apiUrl":"Indirizzo dell'interfaccia API personalizzata","field.placeholderDelimiters":"segnaposto riservato","description.custom":"Interfaccia personalizzata Accesso Documentazione necessaria","description.limitPerMinute":"Le richieste che superano questo limite vengono messe in coda fino all'inizio del minuto successivo. A causa delle varie limitazioni dell'attuale servizio di OpenAI, fare clic <1>qui per gli ultimi valori suggeriti.","description.limitPerSecond":"Le richieste che superano questo limite vengono messe in coda fino all'inizio del secondo successivo. A causa delle varie limitazioni dell'attuale servizio di OpenAI, fare clic <1>qui per gli ultimi valori suggeriti.","description.generalLimitPerSecond":"Le richieste che superano questo limite vengono messe in coda fino all'inizio del secondo successivo.","description.prompt":"Invia una conversazione a {service} come utente, dove {{text}} rappresenta il contenuto del testo del paragrafo, {{from}} rappresenta la lingua del paragrafo, {{to}} rappresenta la lingua di destinazione.","description.maxTextLengthPerRequest":"Il numero massimo di caratteri per richiesta \xE8 troppo elevato e causa una risposta lenta dell'interfaccia; provare a regolare questa opzione per ottimizzare la velocit\xE0.","description.systemPrompt":"Invia una conversazione a {service} come sistema, dove {{text}} rappresenta il contenuto del testo del paragrafo, {{from}} rappresenta la lingua del paragrafo, {{to}} rappresenta la lingua di destinazione.","field.domain":"regno","description.domain":"L'impostazione predefinita \xE8\uFF1Ageneral. Pu\xF2 essere impostata solo se la traduzione con dominio \xE8 abilitata nella console Arima API, vedere <1>qui per i domini supportati.","field.scene":"prendere","description.scene":"Valore predefinito:\uFF1Ageneral. Pu\xF2 essere impostato solo se la console API di AliCloud apre Machine Translation Pro, vedere <1>qui per gli scenari supportati.","field.vocabId":"ID del dizionario utente","description.vocabId":"Il dizionario out_id specificato, attualmente supporta la traduzione dall'inglese al cinese.","description.model":"Modelli OpenAI, possono essere gpt-3.5-turbo, gpt-4, ecc.","description.maxTextGroupLengthPerRequest":"Il numero di paragrafi inviati al servizio di traduzione alla volta; se ci sono troppi paragrafi, l'interfaccia potrebbe rispondere pi\xF9 lentamente.","description.apiUrl":"Si prega di aggiungere URL specifici con percorsi, <1>ulteriori descrizioni",enabledExtension:"Abilitazione delle estensioni",clickToDisableExtension:"Fare clic per disattivare le estensioni",clickToEnableExtension:"Fare clic per abilitare le estensioni",hasBeenDisabled:"disabilitato","show password":"Mostra password",customContent:"Inserire un nome di modello personalizzato",inputOptions:"Miglioramento della casella di input",mouseHoverOptions:"passaggio del mouse",modifyMouseHoverKey:"Modifica della scorciatoia per il passaggio del mouse",enableInputTranslation:"Abilitare o meno il miglioramento della casella di input",enableInputTranslationDescription:"Una volta abilitato, digitare {startingKey}{startingKey} hello direttamente nella casella di input, poi premere rapidamente{inputTrailingTriggerKeyRepeatTimes}volte{trailingKey}per tradurre in {inputTargetLanguage}.",enableInputTranslationDescriptionForNoneKey:"Una volta abilitato, digitate\uFF1AHello World direttamente nella casella di input, quindi premete rapidamente{inputTrailingTriggerKeyRepeatTimes}{trailingKey}volte per tradurre nella lingua di destinazione predefinita.",inputTargetLanguage:"Impostazione della lingua di destinazione predefinita per le caselle di input",inputTargetLanguageDescription:"Lingua di destinazione predefinita per la traduzione della casella di input, ovvero {startingKey}{startingKey} come lingua predefinita per le parole di attivazione.",inputTargetLanguageDescriptionForNoneKey:"Lingua di destinazione predefinita per la traduzione della casella di input",inputStartingTriggerKeyTitle:"Impostazione del carattere di divisione per la traduzione parziale della casella di input",inputStartingTriggerKeyDescription:"Quando non \xE8 necessario tradurre l'intera casella di input, lo splitter consente di tradurre solo la parte da {startingKey}{startingKey} alla fine della casella di input, oppure \xE8 possibile specificare il codice della lingua, ad esempio\uFF1A{startingKey}ja significa tradurre solo la parte da {startingKey}ja alla fine della casella di input.",inputStartingTriggerKeyDescriptionForNoneKey:"L'impostazione attuale di nessun prefisso non \xE8 necessaria e la funzione di traduzione di alcuni testi nella casella di immissione non \xE8 al momento disponibile.",inputTrailingTriggerKeyTitle:"Selezionare un carattere di attivazione di fine inserimento",inputTrailingTriggerKeyDescription:"3 colpi veloci{trailingKey} inizier\xE0 a tradurre!",inputTrailingTriggerKeyTimeout:"Immettere l'intervallo di tempo tra gli inneschi di fine combattimento",inputTrailingTriggerKeyTimeoutDescription:"Imposta l'intervallo di tempo (in millisecondi) tra le attivazioni della combo di fine input",spaceKey:"<\u7A7A\u683C\u952E>",noneKey:"Traduzione diretta dell'intera casella di testo senza prefissi",inputTranslationBlockUrlsTitle:"Non abilitare il miglioramento della casella di input nei seguenti URL",inputTranslationBlockUrlsDescription:"I miglioramenti della casella di input non funzionano con i seguenti URL",clickToSeeQuickDemo:"Fare clic per espandere il video di esercitazione rapida di 30 secondi",inputHelperInfo:"Descrizione\uFF1AAbbiamo ottimizzato il fatto che alcuni caratteri di attivazione si trasformano in segni di punteggiatura cinesi con i metodi di input cinesi, ad esempio, / si trasforma in un segno di dun, con il metodo di input Sogou, e Immersive Translator supporta tutti i simboli cinesi corrispondenti ai caratteri di attivazione, ad esempio //,,, saranno riconosciuti come caratteri di attivazione.

Supportiamo anche gli alias cinesi per i codici di lingua come comandi, ad esempio /Japanese Hello World verr\xE0 tradotto in giapponese; <1>fare clic qui per vedere tutti i codici di lingua supportati.",reloadCurrentPage:"Aggiornare la pagina corrente prima di iniziare la traduzione.",noLocalFilePermissionForPDF:"Non si ha l'autorizzazione a leggere i file locali, fare clic sul pulsante sopra e importare i file locali.",noPermissionForThisPage:"\u26A0\uFE0F Nessun permesso per tradurre la pagina corrente",retryAllParagraphs:"Riprova tutti i passaggi di errore",retryAllButton:"Riprova tutti i passaggi di errore",errorTooltipTitle:"Fare clic per visualizzare la causa dell'errore",errorModalTitle:"Sembra che ci sia qualcosa che non va nel servizio di traduzione o nella rete...",disableConfirm:"Impostazione bilingue per il miglioramento delle informazioni",disableOnce:"Questa disabilitazione",disableGlobal:"disabilitare in modo permanente",disableTint:"* \xC8 possibile riabilitarlo all'indirizzo {option} .",searchEnhancementNotes:"Dopo aver attivato la funzione Immersive Translation Bilingual Information Enhancement, cercheremo automaticamente le stesse parole chiave in inglese sui siti web supportati (Google News, Google Search (alcune parole chiave), Snowball, Oriental Wealth, Futura, Tiger) e le visualizzeremo sul lato destro. Potete scegliere di disabilitare questa funzione se non ne avete bisogno.",option:"allestimento",saveSettings:"Salva le impostazioni",closeModal:"Chiudere la finestra",enableInputTranslationWithoutTriggerKeyTitle:"Abilitare 3 colpi rapidi su{trailingKey}per tradurre direttamente l'intera casella di input in{inputTargetLanguage}",enableInputTranslationWithoutTriggerKeyDescription:"Per specificare la lingua di destinazione, usare il prefisso della lingua, per esempio\uFF1Aja Hello World",mouseHoverShortcutPlaceholder:"Ad esempio,\uFF1AShift",deepLProName:"Immersive Translation Pro Membro (consigliato)",deepLProDescription:"Il pacchetto corrente pu\xF2 essere utilizzato direttamente",deeplProDescriptionForNormal:"Non \xE8 richiesta alcuna configurazione, i membri possono utilizzarlo dopo il login, <1>clicca qui per passare a membro",deepLCustomDescription:"\xC8 richiesta una carta di credito estera, aperta ufficialmente su <1>DeepL, clicca per la <2>documentazione",deepLCustomName:"Chiave di autorizzazione personalizzata",chooseProviderLabel:"Selezionare un fornitore di servizi",openaiProName:"Immersive Translation Pro Membro (consigliato)",openaiProDescription:"Il pacchetto corrente pu\xF2 essere utilizzato direttamente",openaiProDescriptionForNormal:"Non \xE8 richiesta alcuna configurazione, i membri possono utilizzarlo dopo il login, <1>clicca qui per passare a membro",openaiCustomDescription:"Disponibile su OpenAI, Azure OpenAI o altri servizi di terze parti, <1>fare clic qui per la documentazione.",openaiCustomName:"Chiave API personalizzata",needLoginAction:"(Iscrizione aperta o personalizzazione)",goLoginOrAction:"(Aprire un'iscrizione o andare alle impostazioni)",yearly:"effettuare un pagamento annuale consecutivo",quarterly:"avvolgimento sequenziale",monthly:"abbonamento mensile",yearlyForOnce:"Pacchetto annuale una tantum",monthlyForOnce:"Pacchetto mensile una tantum",daily:"giorni consecutivi di pacchetti",year:"effettuare un pagamento annuale consecutivo",quarter:"avvolgimento sequenziale",month:"abbonamento mensile",day:"giorni consecutivi di pacchetti",onetime_7day:"Pacchetto esperienza di 7 giorni",currentPlanDescriptionForFree:"Pacchetti attuali\uFF1AGratis",currentPlanDescriptionForContinuous:"L'attuale pacchetto\uFF1A{plan}sar\xE0 rinnovato automaticamente su {endAt} .",currentPlanDescriptionForAutoRenewCaceling:"L'attuale pacchetto\uFF1A{plan}scadr\xE0 il giorno {endAt} e non sar\xE0 rinnovato automaticamente alla scadenza.",currentYearlyPlanDescriptionForAutoRenewCacelingWithRealPaiedUser:"Il pacchetto attuale,\uFF1A{plan}, scadr\xE0 il {endAt} e non sar\xE0 rinnovato automaticamente alla scadenza.
<1>Clicca qui per gestire il tuo piano di rinnovo",currentYearlyPlanDescriptionForAutoRenewCacelingWithAdmin:"Il pacchetto attuale,\uFF1A{plan}, scadr\xE0 il {endAt} e non sar\xE0 rinnovato automaticamente alla scadenza.
<1>Fare clic qui per attivare l'abbonamento annuale continuo",currentPlanDescriptionForOneTime:"L'attuale abbonamento\uFF1A{plan}scadr\xE0 il {endAt} , <1>clicca qui per passare all' abbonamento <1>annuale o <2>mensile.",upgradePlan:"Clicca qui per passare all'iscrizione Pro",upgradeToPro:"Aggiornamento all'iscrizione Pro","popup.openPro":"Passa all'iscrizione Pro per usufruire di DeepL e della traduzione OpenAI, clicca qui per effettuare l'aggiornamento!","popup.openProForPro":"Sei un membro Pro con accesso diretto alle traduzioni di DeepL e OpenAI!",currentAccount:"conto corrente",enableAutoSyncUserSettings:"Abilita la sincronizzazione automatica con il cloud su pi\xF9 dispositivi",modalEnableInputTranslationTitle:"Casella di input per la traduzione immersiva Avvisi di traduzione",modalEnableInputTranslationDesc:"\xC8 stata appena attivata la traduzione della casella di input di Immersive Translation premendo la barra spaziatrice 3 volte in rapida successione e il contenuto della casella di input verr\xE0 tradotto nella lingua di destinazione predefinita. La traduzione pu\xF2 essere annullata con Ctrl+Z.

Se si tratta di un errore, non preoccupatevi: potete scegliere di disattivarla questa volta o di disabilitare definitivamente la traduzione delle caselle di input.",saveAndNotShowAgain:"Salvare e interrompere la richiesta",disableInputTranslationTips:"* \xC8 inoltre possibile impostare altre scorciatoie da attivare in {option} ,{learnMore}.",learnMore:"Clicca qui per saperne di pi\xF9",continueEnalbeInputTranslation:"Continuare ad abilitare la traduzione della casella di input",autoRenewTrialSuffix:`(In prova,\xE8 passato immediatamente all'iscrizione completa)`,upgradeFromTrialTitle:"Aggiornamento a Socio Effettivo",subtitle:"sottotitoli video",youtubeService:"Traduzione in immersione Servizi di traduzione con sottotitoli video","subtitle.disabledSubtitle":"Disattivare in modo permanente la funzione dei sottotitoli video","subtitle.disabledSubtitleDescription":"Se Immersive Translator's Video Subtitles entra in conflitto con altre estensioni, \xE8 possibile scegliere di disabilitare definitivamente la funzionalit\xE0 di Immersive Translator's Video Subtitles o disinstallare le altre estensioni in conflitto.","subtitle.autoEnableSubtitle":"Uso automatico dei sottotitoli bilingue","subtitle.autoEnableSubtitleDescription":"Una volta attivato, i sottotitoli bilingue verranno visualizzati automaticamente durante la riproduzione del video, altrimenti sar\xE0 necessario fare clic sul pulsante di traduzione per visualizzarli.","subtitle.preTranslation":"Tradurre i sottotitoli con la traduzione immersiva","subtitle.preTranslationDescription":"Quando \xE8 abilitato, l'intero sottotitolo sar\xE0 pre-tradotto utilizzando il servizio di traduzione specificato di seguito; un video di un'ora consumer\xE0 circa 50.000 gettoni o caratteri, quindi si prega di utilizzarlo a propria discrezione; quando \xE8 disabilitato, i sottotitoli originali saranno utilizzati per primi.","subtitle.humanSubtitlesPreferred":"Uso prioritario del sottotitolaggio umano","subtitle.humanSubtitlesPreferredDescription":"Privilegiare l'uso di sottotitoli umani quando il video ha sottotitoli umani nella lingua di destinazione (consigliato)",videoSubtitleTranslationDescription:"Assegnare un servizio di traduzione separato per i sottotitoli video",subtitleTranslating:"Attendere mentre i sottotitoli vengono tradotti con il servizio {service} ... (traduzione ad immersione)",subtitleLoading:"Caricamento dei sottotitoli...",bilingual:"bilinguismo","field.action":"Se abilitare la terminologia Baidu","description.action":"Quando \xE8 abilitato, un parametro action=1 sar\xE0 aggiunto alla richiesta per informare Baidu del termine abilitato; <1>per ulteriori informazioni, consultare la documentazione ufficiale.",closeQuickTranslation:"Chiudere Hoverball","closeQuickTranslation.untilNext":"Questa volta chiuso fino alla prossima visita","closeQuickTranslation.currentWebsite":"Sito attuale disabilitato","closeQuickTranslation.alwaysClose":"disabilitare in modo permanente","closeQuickTranslation.settingOpen":"(pu\xF2 essere attivata nella <1>pagina delle impostazioni )","closeQuickTranslation.cancel":"cancellazioni","closeQuickTranslation.confirm":"definire","floatBall.popup":"Aprire il pannello Impostazioni rapide","floatBall.translate":"Fare clic per tradurre la pagina","floatBall.showOriginal":"Fare clic per tornare all'articolo originale","floatBall.close":"Chiudere Hoverball","floatBallOptions.enableDescPc":"Dopo aver abilitato l'hoverball della pagina, verr\xE0 visualizzato un pulsante di traduzione rapida sul lato destro della pagina: cliccatelo per tradurre!","floatBallOptions.enableDesc":"Dopo aver disattivato l'hoverball, \xE8 possibile richiamarlo con{touch}. Si consiglia vivamente di inserire tra i preferiti questa pagina di impostazioni nel caso in cui non si riesca a trovare l'hoverball dopo aver inavvertitamente disattivato questa opzione!","description.azureApiUrl":"Inserire l'indirizzo dell'interfaccia API personalizzata",confirmSupportMouse:"Forzare l'abilitazione del supporto del mouse",confirmSupportMouseDescription:"Rilevato che il browser corrente non supporta la funzione del mouse, \xE8 necessario abilitare il supporto del mouse?",sampleTargetText:"Verr\xE0 la lunga notte e io veglier\xF2 da oggi fino alla morte. Non prender\xF2 moglie, non far\xF2 feudi, non avr\xF2 figli. Non porter\xF2 una corona, non lotter\xF2 per l'onore. Far\xF2 il mio dovere, vivr\xF2 e morir\xF2.",sampleSourceText:"Night gathers, and now my watch begins. It shall not end until my death. I shall take no wife, hold no lands, father no children. I shall wear no crowns and win no glory. I shall live and die at my post.","desc.touchShortcutsToggleTranslatePageOnlyTranslation":"Solo traduzione significa che verr\xE0 visualizzata solo la traduzione, se la pagina web non \xE8 ancora stata tradotta, passer\xE0 alla modalit\xE0 e tradurr\xE0.","desc.toggleOnlyTransation":"La modalit\xE0 solo traduzione significa che verr\xE0 visualizzato solo il testo tradotto, se la pagina web non \xE8 ancora stata tradotta, cambier\xE0 modalit\xE0 e tradurr\xE0.",touchShortcutsToggleTranslatePageOnlyTranslation:"Imposta il gesto del touchscreen per passare alla modalit\xE0 bilingue/solo testo tradotto",download_started:"Il download \xE8 gi\xE0 iniziato, se non si avvia automaticamente, fai clic manualmente.",here:"Qui","translationFont.customPlaceholder":"carattere","error.goReset":"Vai a resettare","translationFont.custom":"Inserisci il carattere personalizzato",batchEdit:"Operazione in blocco","translationModeUrl.translation.title":"Solo modalit\xE0 di traduzione del sito web","error.configError":"Anomalia dei dati di configurazione","error.serveConfigError":"Errore nella configurazione del servizio","touch.mouse-translate":"Tradurre il paragrafo specificato","error.proTokenInvalid":"Se sei un utente Pro, per favore accedi prima di utilizzare il servizio di traduzione Pro.","translationModeLang.translation.title":"Solo modalit\xE0 di traduzione della lingua","translationServices.inherit":"Segui il servizio di traduzione principale",enableSentryReport:"Quando si verifica un errore di estensione, invia un feedback utilizzando Sentry",videoSubtitlePreTranslationOn:"I sottotitoli video utilizzeranno la traduzione immersiva come priorit\xE0.",translationFont:"Imposta il carattere","error.reloadPageOfSetting":"Dopo la configurazione, si prega di aggiornare la pagina e tradurre di nuovo.",detectServiceLoading:"Sto controllando i servizi di traduzione disponibili...",toggleToService:"Passa a {service} e riprova","translationModeLang.translation.description":"Quando la lingua della pagina \xE8 una delle seguenti, verr\xE0 utilizzata automaticamente solo la modalit\xE0 di traduzione.","translationModeUrl.translation.description":"Quando il sito web ha i seguenti nomi di dominio, verr\xE0 utilizzata automaticamente solo la modalit\xE0 di traduzione.","error.403":"Il servizio restituisce un errore, non si ha temporaneamente l'autorizzazione per accedere a questo servizio.","error.400":"Il servizio restituisce un errore, errore nei parametri della richiesta, si prega di controllare la configurazione corrispondente.",videoSubtitlePreTranslationOff:"I sottotitoli del video daranno la priorit\xE0 ai sottotitoli automatici inclusi nel video originale.","error.proUpgrade":"Dopo l'aggiornamento, si prega di aggiornare la pagina e tradurre di nuovo.","translationFont.notSupportErrorMessage":"Si prega di controllare se il nome del carattere inserito \xE8 corretto, o confermare che il carattere \xE8 gi\xE0 installato sul tuo dispositivo.","error.429":"Il servizio restituisce un errore, indicando che la richiesta \xE8 troppo frequente o supera il limite di quota, si prega di riprovare pi\xF9 tardi.","error.502":"Il servizio ha restituito un errore, il servizio \xE8 in timeout, si prega di riprovare pi\xF9 tardi.","error.googleLimitIp":"Il servizio restituisce un errore, il servizio Google ha limitato questo indirizzo IP, si consiglia di cambiare il nodo di rete.","error.openAIExceededQuota":"Il servizio restituisce un errore: il saldo del tuo account OpenAI non \xE8 sufficiente, si prega di ricaricare o collegare una carta di credito nel pannello di controllo ufficiale di OpenAI.","error.gemini.429":"Il servizio Gemini attuale ha raggiunto la sua capacit\xE0 massima, si prega di riprovare pi\xF9 tardi o passare ad un altro servizio di traduzione.","desc.toggleVideoSubtitlePreTranslation":"Dopo aver premuto, i sottotitoli bilingui del video utilizzeranno in primo luogo le impostazioni di traduzione immersive, premendo di nuovo avranno la priorit\xE0 i sottotitoli automatici inclusi nel video originale. Nota: questa scorciatoia modifica le impostazioni globali.","error.serveUnavailable":"Il servizio [{serverName}] che stai utilizzando attualmente non \xE8 accessibile a causa di problemi di connessione o del fornitore di servizi. Ti consigliamo di provare a ricaricare la pagina o di cambiare il servizio di traduzione attraverso le <1>impostazioni. Se sei un membro <2>Pro, puoi scegliere di utilizzare i servizi di traduzione pi\xF9 stabili di DeepL o OpenAI (<3>clicca qui per una prova gratuita). Inoltre, potrebbe essere necessario controllare la tua rete o le impostazioni del proxy.","error.openAIFreeLimit":"Il servizio restituisce un errore, la frequenza attuale delle richieste di traduzione ha raggiunto il limite massimo di 3 volte al minuto, si prega di riprovare pi\xF9 tardi. (Questo \xE8 il limite ufficiale di OpenAI per l'API Key gratuita, per rimuovere questo limite, si prega di collegare una carta di credito nel backend di OpenAI.)","floatBall.iKnow":"Lo so.","floatBallOptions.fixedPosition":"Posizione fissa",notLogin:"Non connesso","translationServices.gemini":"Gemelli","error.retry":"Riprova",pickAll:"Seleziona tutto","slide.right":"Scorri a sinistra","multipleClick.2":"Doppio clic",loggedIn:"Accesso effettuato","error.reason":"Motivo dell'errore","multipleClick.4":"Quadruplo colpo","multipleClick.3":"Triplo colpo","widget.translateFile":"PDF/ePub",shortcutSettings:"Scorciatoia","tagsInput.add":"+ Aggiungi","shortcutGroup.others":"Pi\xF9 scorciatoie personalizzate","slide.left":"Scorri a destra","subtitle.hideQuickButton":"Non mostrare pi\xF9 questa scorciatoia","widget.videoSubtitle":"sottotitoli video","error.subscriptionExpiredTitle":"La membership \xE8 scaduta",alwaysTranslateThisSite:"Sempre tradurre questo sito","floatBallOptions.fixedPositionLeft":"Sinistra",touchShortcutsOff:"Chiudi",neverTranslateThisSite:"Non tradurre mai questo sito web",translationOnlyMode:"Solo modalit\xE0 di traduzione",viewWithImmersiveTranslate:"Versione bilingue (traduzione immersiva)",contact:"Contattaci","browser.translateWithBing":"Utilizzo temporaneo di Microsoft per tradurre la pagina corrente",buildSnapshots:"Genera un'istantanea della pagina web","intro.floatBallTitle":"Traduzione rapida della sfera galleggiante","browser.translateWithOpenAI":"Utilizzo temporaneo di OpenAI per tradurre la pagina corrente","widget.videoSubtitleTooltip":"Supporta Youtube e altri {count}+ siti di video","browser.translateWithDeepL":"Utilizzo temporaneamente DeepL per tradurre la pagina corrente",errorReason:"Motivo dell'errore: {message}","browser.translateWithTransmart":"Utilizzo temporaneo di Tencent per tradurre la pagina corrente","shortcutGroup.shortcutsForTranslationServices":"Scorciatoie relative ai servizi di traduzione","browser.translateWithGoogle":"Utilizzo temporaneo di Google per tradurre la pagina corrente",temprarilyChangeTranslationTo_gemini:"Sto utilizzando Gemini per tradurre la pagina corrente.","browser.translateWithGemini":"Utilizza temporaneamente Gemini per tradurre la pagina corrente","widget.instructionTooltip":"Visualizza le istruzioni per l'uso",goLogin:"Vai a fare il login",temprarilyChangeTranslationTo_openai:"Sto utilizzando OpenAI per tradurre la pagina corrente.",temprarilyChangeTranslationTo_transmart:"Sto utilizzando Tencent per tradurre la pagina corrente.","floatBallOptions.fixedPositionRight":"lato destro",paragraphMinTextCountField:"Il numero minimo di caratteri necessari per tradurre un paragrafo",mouseHoverCustomKeyTitle:"Personalizza la scorciatoia del mouse al passaggio del mouse",temprarilyChangeTranslationTo_deepl:"Sto utilizzando DeepL per tradurre la pagina corrente.","subtitle.bilingual":"Sottotitoli bilingui",temprarilyChangeTranslationTo_bing:"Sto utilizzando Microsoft Translate per tradurre la pagina corrente.","intro.hoverTitle":"Posiziona il mouse per tradurre il paragrafo corrente","shortcutGroup.main":"Scorciatoie da tastiera di funzioni comuni",temprarilyChangeTranslationTo_google:"Sto utilizzando Google Traduttore per tradurre la pagina corrente.","subtitle.autoDisableSubtitle":"Non attivare automaticamente i sottotitoli bilingue",upgradeToProErrorTitle:"Si prega di aggiornare a membro Pro prima di utilizzare questo servizio di traduzione",touchShortcutsToggleTranslatePage:"Imposta gesti touch per tradurre pagine web / visualizzare il testo originale","widget.translateFileTooltip":"Traduci documenti PDF, EPUB, SRT, ASS, HTML e TXT","widget.instruction":"Istruzioni per l'uso","proQuotaExceededError.resetTime":"3. Tempo di reimpostazione del limite: {resetTime}","shortcutGroup.touch":"Gesti specifici per touch screen","floatBall.guideClickToTranslate":"Clicca sulla sfera galleggiante di traduzione immersiva per tradurre rapidamente","subtitle.showQuickButton":"Nel lettore visualizza la scorciatoia per i sottotitoli bilingue","floatBall.longPress":"Tenendo premuto a lungo \xE8 possibile aprire rapidamente il pannello delle impostazioni.","neverTranslateText.title":"Le parole seguenti rimangono in lingua originale, non tradurre.","browser.translateInputBox":"Traduci il contenuto attuale del campo di input.","browser.toggleVideoSubtitlePreTranslation":"Passa ai sottotitoli bilingui utilizzando preferibilmente le impostazioni di traduzione immersive.","error.subscriptionExpired":"La tua iscrizione potrebbe essere scaduta, controlla lo stato della tua iscrizione.","shortcutGroup.mouse":"Configurazione scorciatoia per il passaggio del mouse","browser.toggleMouseHoverTranslateDirectly":"Abilita o disabilita temporaneamente la traduzione diretta al passaggio del mouse sulla pagina","intro.subtitleTitle":"Visualizzazione dei sottotitoli bilingui nei video online",networkError:"Il servizio di traduzione o la rete ha problemi",notLoginPro:"Non hai ancora effettuato l'accesso al tuo account membro.",touchShortcutsToggleTranslationMask:"Imposta il gesto del touchscreen per mostrare la traduzione della maschera / mostrare il testo originale","floatBallOptions.fixedPositionDesc":"La palla galleggiante \xE8 a sinistra o a destra della finestra?","desc.touchShortcutsToggleTranslateTouchElement":"Personalizza un gesto e puoi tradurre qualsiasi paragrafo in cui ti trovi.",confirmResetToDefaultSettings:"Confermi di voler ripristinare questo servizio di traduzione alle impostazioni predefinite? (Ripristina solo le impostazioni di questo servizio di traduzione)","description.baiduField":"I campi supportati sono visti <1>qui, se vuoto significa che non \xE8 specificato alcun campo.",touchShortcutsToggleTranslateTouchElement:"Imposta il gesto del touchscreen per tradurre il paragrafo specificato","desc.toggleTranslateTheWholePage":"Traduci l'intera area della pagina, di default, tradurremo l'area principale della pagina, puoi utilizzare questa scorciatoia per tradurre specificamente l'intera area della pagina.",mouseHoverCustomKeyDescription:"Puoi personalizzare una combinazione di tasti di scelta rapida per il passaggio del mouse, ad esempio: Alt+Z, Ctrl+E, Cmd+Alt+E o direttamente Cmd, si prega di inserire manualmente.",paragraphMinTextCountDesc:"Attenzione, qui si intende la lunghezza del carattere, ad esempio: ciao \xE8 composto da 5 caratteri, impostare un valore maggiore pu\xF2 ridurre la traduzione di paragrafi non necessari.","desc.toggleTranslateTheMainPage":"Traduci solo l'area principale della pagina, quando hai abilitato la traduzione di tutta l'area della pagina nelle impostazioni avanzate, puoi utilizzare questa scorciatoia per tradurre specificamente l'area principale della pagina.","subtitle.showQuickButtonDescription":"Nell'angolo in basso a destra del lettore video \xE8 disponibile una scorciatoia per attivare i sottotitoli bilingue.","desc.mouseHoverHoldKey":"Quando il mouse \xE8 in hover su un paragrafo, premendo contemporaneamente il tasto di scelta rapida a destra, \xE8 possibile tradurre direttamente quel paragrafo.","desc.interfaceLanguage":"Le impostazioni della lingua dell'interfaccia influenzano la lingua di visualizzazione del pannello di controllo e non hanno nulla a che fare con la lingua target della traduzione.",translationOnlyModeDescription:"La modalit\xE0 solo traduzione si riferisce alla visualizzazione solo del testo tradotto, non della modalit\xE0 bilingue predefinita. Nota: a causa di limitazioni tecniche, i collegamenti ipertestuali del testo originale non funzioneranno in modalit\xE0 solo traduzione.","desc.touchShortcutsToggleTranslatePage":"Dopo aver impostato, quando si utilizza un dispositivo mobile, \xE8 possibile toccare lo schermo con X dita contemporaneamente, scorrere a sinistra e a destra o fare clic continuamente per attivare la traduzione della pagina web / visualizzare il testo originale.","desc.touchShortcutsToggleTranslationMask":"La maschera di traduzione si riferisce all'effetto sfocato nello stile del testo tradotto (modalit\xE0 di apprendimento), che, una volta attivato, applica temporaneamente un effetto sfocato al testo tradotto, facilitando l'apprendimento.",shortcutSettingsTitle:"Impostazioni scorciatoie","proQuotaExceededError.onetime7day":'\uFF0Cpuoi scegliere uno dei seguenti metodi per risolvere:

1. Passa a {anotherService} o ad altri servizi di traduzione
2. Aggiorna a un membro mensile/annuale ',"contact.description":"Se avete domande o suggerimenti, siete invitati a compilare il modulo sottostante per contattarci, o inviare una mail a {email}, vi risponderemo il pi\xF9 presto possibile.","proQuotaExceededError.nonTrial":'\uFF0Cpuoi scegliere uno dei seguenti metodi per risolvere:

1. Passa a {anotherService} o ad altri servizi di traduzione
2. Acquista un pacchetto di traffico extra {translationService}',"proQuotaExceededError.trial":'\uFF0Cpuoi scegliere uno dei seguenti metodi per risolvere:

1. Passa a {anotherService} o ad altri servizi di traduzione
2. Aggiorna subito a membro ufficiale',"intro.floatBallDescription":"Una volta attivato, verr\xE0 visualizzato un pulsante di traduzione rapida sul lato destro della pagina, cliccandolo si pu\xF2 tradurre, cliccandolo di nuovo si pu\xF2 tornare al testo originale. Su dispositivi mobili, tenendo premuto il pallone galleggiante, \xE8 possibile aprire il pannello delle impostazioni rapide.","desc.toggleMouseHoverTranslateDirectly":"Dopo aver premuto questo tasto di scelta rapida, sulla pagina, basta che il mouse punti a qualsiasi testo per tradurlo automaticamente. Premendo di nuovo il tasto di scelta rapida, \xE8 possibile disattivare questa funzione di traduzione automatica.",shortcutDisableTooltip:"Si prega di impostare nella pagina di gestione delle scorciatoie da tastiera dell'estensione del browser, per ulteriori indicazioni si prega di consultare le istruzioni nella parte superiore di questa pagina.","subtitle.supportedSites":"\xC8 supportato l'uso di sottotitoli bilingui su questi siti web (Nota: a causa di limitazioni tecniche, alcuni siti web potrebbero aver bisogno di essere aggiornati dopo aver attivato i sottotitoli per la prima volta, o potrebbe essere necessario attendere che la traduzione sia completata per visualizzare i sottotitoli bilingui):","neverTranslateText.description":"A causa di alcune carenze di riconoscimento dei nomi propri da parte di alcuni motori di traduzione, puoi aggiungere parole qui per assicurarti che non vengano convertite durante il processo di traduzione. Si prega di notare che questa funzione distingue tra maiuscole e minuscole e supporta solo le lingue separate da spazi (come l'inglese, il francese), non \xE8 adatta per lingue come il giapponese, il coreano, ecc.","intro.subtitleDescription":"Dopo aver attivato questa funzione, i sottotitoli bilingui verranno visualizzati automaticamente durante la riproduzione del video. Se non \xE8 abilitato, \xE8 necessario fare clic manualmente sul pulsante di traduzione sulla pagina per visualizzare i sottotitoli. Si prega di notare che, a causa di limitazioni tecniche, alcuni siti web potrebbero richiedere l'aggiornamento della pagina o l'attesa del completamento della traduzione prima di poter visualizzare i sottotitoli bilingui. (Inoltre, \xE8 possibile attivare/disattivare il pannello di traduzione immersiva nell'angolo in alto a destra dopo aver aperto il sito web del video).

Attualmente \xE8 possibile utilizzare i sottotitoli bilingui su questi siti web:","intro.hoverDescription":"La traduzione al passaggio del mouse \xE8 una funzione molto importante nella traduzione immersiva, basta posizionare il mouse sul paragrafo e premere contemporaneamente la scorciatoia impostata per tradurre automaticamente il paragrafo corrente (nota: non \xE8 abilitato di default, si prega di impostarlo qui sotto), questa interazione \xE8 utilizzata per sostituire meglio la traduzione del testo selezionato, inoltre, questa funzione \xE8 ampiamente utilizzata in quelle aree di traduzione che non possono essere riconosciute, puoi utilizzare questa funzione per forzare la traduzione di qualsiasi paragrafo.",geminiWarning:"Attenzione: il servizio gratuito Gemini fornito da Google ha restrizioni severe, potrebbe essere considerato da Google come un tentativo dell'utente di eludere i loro limiti di quota gratuita utilizzando pi\xF9 chiavi. Non \xE8 consigliato usarlo, si consiglia di aspettare che Google apra l'interfaccia a pagamento di Gemini in futuro per usarlo.","floatBall.setting":"Impostazione","floatBall.translateToLanguage":"Fare clic per tradurre in {language}","floatBall.file":"Traduci PDF, EPUB, SRT, ASS, HTML, file TXT",changeToOnlyTempTranslationMode:"Alterna per visualizzare solo le traduzioni",changeToDualTempTranslationMode:"Passare alla traduzione bilingue","transitionMode.dual":"Contrasto bilingue","options.navbar.installApp":"Installa l'app per smartphone","options.navbar.translateFile":"Tradurre il documento","transitionMode.translation":"Solo il testo tradotto.","subtitle.transitionModeDescription":"Imposta i sottotitoli del video per il confronto bilingue o solo modalit\xE0 di traduzione","transitionMode.inherit":"Mantenere coerente con la modalit\xE0 di visualizzazione della traduzione predefinita del sistema","subtitle.transitionMode":"Impostazioni dei sottotitoli video bilingue / solo traduzione",translateFileTooltip:`Traduci PDF, ePub, srt, ass, HTML, file TXT`,"description.multiplePrompt":`Quando il numero di paragrafi \xE8 superiore a 1, la conversazione inviata a {service} come utente, dove {{from}} indica la lingua del paragrafo, {{to}} indica la lingua di destinazione, {{yaml}} \xE8 il contenuto del paragrafo che abbiamo confezionato in formato yaml, se hai bisogno di personalizzare Prompt, devi assicurarti che ogni elemento nel risultato YAML della risposta AI includa il campo {env.imt_trans_field}, {{imt_trans_field}} \xE8 il nome del campo di traduzione che speriamo la AI risponda, il default \xE8 {env.imt_trans_field}, {{imt_source_field}} \xE8 il nome del campo del testo originale che passiamo alla AI, il default \xE8 {env.imt_source_field}, esempio di risultato: - id: 1 @@ -5100,7 +5100,7 @@ ass, HTML, file TXT`,"description.multiplePrompt":`Quando il numero di paragrafi {env.imt_sub_trans_field}: Traduzione - id: 2 {env.imt_sub_source_field}: Source - {env.imt_sub_trans_field}: Traduzione`,"translationServices.claude":"Claude","subtitle.quickButton.black":"nero","subtitle.quickButton.blue":"blu","subtitle.quickButton.white":"bianco","subtitle.quickButton.green":"Verde","subtitle.quickButton.magenta":"Fucsia","subtitle.quickButton.sourceTextColor":"Colore del carattere originale","subtitle.quickButton.yellow":"giallo","subtitle.quickButton.sourceFontSize":"Dimensione originale del carattere","subtitle.quickButton.backgroundOpacity":"Opacit\xE0 di sfondo","subtitle.quickButton.translationPositionTop":"Sopra il testo originale","subtitle.quickButton.backgroundColor":"colore di sfondo","subtitle.quickButton.translationPosition":"Posizione del testo tradotto","subtitle.quickButton.translationPositionBottom":"Sotto il testo originale","subtitle.quickButton.red":"Rosso","subtitle.quickButton.cyan":"Blu","subtitle.quickButton.setting":"Impostazione","subtitle.quickButton.translationTextColor":"Colore del carattere del testo","subtitle.quickButton.translationFontSize":"Dimensione del carattere del testo tradotto",attachSubtitleTranslating:"Utilizzando {service} per la traduzione...","error.claude.403":"Non hai l'autorizzazione per accedere al servizio, potrebbe essere correlato alle restrizioni regionali di Claude, puoi provare a cambiare il tuo indirizzo IP o utilizzare altri servizi di traduzione.","browser.brandDescriptionForSafari":"\u3010Traduzione Immersiva\u3011Un plugin gratuito per la traduzione di pagine web bilingue (originale/tradotto), che supporta anche la traduzione di PDF e libri elettronici EPUB mantenendo la formattazione originale del documento, la traduzione di sottotitoli bilingui per video online come Youtube/Netflix, e supporta servizi di traduzione mainstream come Deepl/Google;","browser.PdfProFile":"Traduzione Pro di PDF guidata da AI","browser.textTranslate":"Traduzione del testo"};var Sh={nologin:"\u043D\u0435 \u0432\u043E\u0448\u0451\u043B \u0432 \u0441\u0438\u0441\u0442\u0435\u043C\u0443",loginForSafari:"\u0412\u043E\u0439\u0442\u0438 \u0438\u043B\u0438 \u0437\u0430\u0440\u0435\u0433\u0438\u0441\u0442\u0440\u0438\u0440\u043E\u0432\u0430\u0442\u044C\u0441\u044F",login:"\u0412\u0445\u043E\u0434 \u0432 \u0441\u0438\u0441\u0442\u0435\u043C\u0443 \u0434\u043B\u044F \u043E\u0442\u043A\u0440\u044B\u0442\u0438\u044F \u0447\u043B\u0435\u043D\u0441\u0442\u0432\u0430",manageAccount:"\u0423\u043F\u0440\u0430\u0432\u043B\u044F\u0435\u043C\u044B\u0435 \u0441\u0447\u0435\u0442\u0430",openPremium:"\u041E\u0442\u043A\u0440\u044B\u0442\u043E\u0435 \u0447\u043B\u0435\u043D\u0441\u0442\u0432\u043E",logout:"\u043F\u0440\u0435\u0440\u0432\u0430\u0442\u044C",curentPlan:"\u0422\u0435\u043A\u0443\u0449\u0438\u0435 \u043F\u0430\u043A\u0435\u0442\u044B",endAt:"\u0441\u0440\u043E\u043A \u0434\u0435\u0439\u0441\u0442\u0432\u0438\u044F",endAuto:"\u0430\u0432\u0442\u043E\u043F\u0440\u043E\u0434\u043B\u0435\u043D\u0438\u0435",lineBreakMaxTextCount:"\u041C\u0430\u043A\u0441\u0438\u043C\u0430\u043B\u044C\u043D\u043E\u0435 \u043A\u043E\u043B\u0438\u0447\u0435\u0441\u0442\u0432\u043E \u0441\u0438\u043C\u0432\u043E\u043B\u043E\u0432, \u0434\u043E\u043F\u0443\u0441\u0442\u0438\u043C\u043E\u0435 \u0432 \u043E\u0434\u043D\u043E\u043C \u043F\u0440\u0435\u0434\u043B\u043E\u0436\u0435\u043D\u0438\u0438 \u043F\u043E\u0441\u043B\u0435 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430 \u0441\u0442\u0440\u043E\u043A\u0438","translate-pdf":"\u041D\u0430\u0436\u043C\u0438\u0442\u0435, \u0447\u0442\u043E\u0431\u044B \u043F\u0435\u0440\u0435\u0432\u0435\u0441\u0442\u0438 PDF","noSupportTranslate-pdf":"\u0421\u043A\u0440\u0438\u043F\u0442 \u043D\u0435 \u043F\u043E\u0434\u0434\u0435\u0440\u0436\u0438\u0432\u0430\u0435\u0442\u0441\u044F, \u043F\u043E\u0436\u0430\u043B\u0443\u0439\u0441\u0442\u0430, \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u0443\u0439\u0442\u0435 \u043F\u043B\u0430\u0433\u0438\u043D","translate-firefox-local-pdf":"\u041D\u0430\u0436\u043C\u0438\u0442\u0435 \u0434\u043B\u044F \u043F\u0435\u0440\u0435\u0445\u043E\u0434\u0430 \u043A \u0440\u0430\u0437\u0434\u0435\u043B\u0443 \u0418\u043C\u043F\u043E\u0440\u0442 PDF",enableLineBreak:"\u0412\u043A\u043B\u044E\u0447\u0438\u0442\u044C \u0430\u0432\u0442\u043E\u043C\u0430\u0442\u0438\u0447\u0435\u0441\u043A\u0443\u044E \u043F\u043E\u0434\u0430\u0447\u0443 \u0441\u0442\u0440\u043E\u043A\u0438 \u0434\u043B\u044F \u0434\u043B\u0438\u043D\u043D\u044B\u0445 \u0430\u0431\u0437\u0430\u0446\u0435\u0432",sponsorLabel:"$1 \u0421\u043F\u043E\u043D\u0441\u0438\u0440\u0443\u0435\u043C\u044B\u0435 \u0440\u0430\u0437\u0440\u0430\u0431\u043E\u0442\u0447\u0438\u043A\u0438",help:"\u0440\u0443\u043A\u0430",browserShortcutsNoteForFirefox:"\u0427\u0442\u043E\u0431\u044B \u0438\u0437\u043C\u0435\u043D\u0438\u0442\u044C \u044F\u0440\u043B\u044B\u043A\u0438 \u0432 Firefox, \u043D\u0435\u043E\u0431\u0445\u043E\u0434\u0438\u043C\u043E \u043E\u0442\u043A\u0440\u044B\u0442\u044C \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u0443 \u0443\u043F\u0440\u0430\u0432\u043B\u0435\u043D\u0438\u044F \u0440\u0430\u0441\u0448\u0438\u0440\u0435\u043D\u0438\u044F\u043C\u0438 `about:addons`, \u0437\u0430\u0442\u0435\u043C \u043D\u0430\u0436\u0430\u0442\u044C `Settings`, \u0430 \u0434\u043B\u044F \u043D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0438 \u044F\u0440\u043B\u044B\u043A\u043E\u0432 - `Manage Shortcuts`.",browserShortcutsNoteForChrome:"\u0414\u043B\u044F \u0438\u0437\u043C\u0435\u043D\u0435\u043D\u0438\u044F \u044F\u0440\u043B\u044B\u043A\u043E\u0432 \u0432 Chrome \u043D\u0435\u043E\u0431\u0445\u043E\u0434\u0438\u043C\u043E \u043E\u0442\u043A\u0440\u044B\u0442\u044C \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u0443 \u0443\u043F\u0440\u0430\u0432\u043B\u0435\u043D\u0438\u044F \u0440\u0430\u0441\u0448\u0438\u0440\u0435\u043D\u0438\u044F\u043C\u0438, \u0437\u0430\u0434\u0430\u0442\u044C \u0438\u0445 \u043D\u0430 \u043F\u0430\u043D\u0435\u043B\u0438 `Manage Shortcuts` (`chrome://extensions/shortcuts`) \u0438 \u043D\u0430\u0436\u0430\u0442\u044C \u043A\u043D\u043E\u043F\u043A\u0443 \u043D\u0438\u0436\u0435 \u0434\u043B\u044F \u043F\u0435\u0440\u0435\u0445\u043E\u0434\u0430 \u043D\u0430 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u0443 \u0443\u043F\u0440\u0430\u0432\u043B\u0435\u043D\u0438\u044F \u044F\u0440\u043B\u044B\u043A\u0430\u043C\u0438.",browserShortcutsSucks:"\u041D\u0430\u0441\u0442\u0440\u043E\u0435\u043D\u043D\u044B\u0435 \u044F\u0440\u043B\u044B\u043A\u0438 \u0438\u043C\u0435\u044E\u0442 \u0432\u0438\u0434 (\u0430\u0432\u0442\u043E\u0440\u0430\u0441\u043F\u043E\u0437\u043D\u0430\u0432\u0430\u043D\u0438\u0435 \u043D\u0435 \u043F\u0440\u043E\u0438\u0437\u0432\u043E\u0434\u0438\u0442\u0441\u044F, \u0432\u0432\u043E\u0434\u0438\u0442\u0435 \u043D\u0435\u043F\u043E\u0441\u0440\u0435\u0434\u0441\u0442\u0432\u0435\u043D\u043D\u043E)\uFF1A",enableLineBreakDescription:"\u041F\u0440\u0438 \u0432\u043A\u043B\u044E\u0447\u0435\u043D\u0438\u0438 \u044D\u0442\u043E\u0439 \u0444\u0443\u043D\u043A\u0446\u0438\u0438 \u0432 \u0434\u043B\u0438\u043D\u043D\u044B\u0445 \u0430\u0431\u0437\u0430\u0446\u0430\u0445 \u0432 \u043A\u043E\u043D\u0446\u0435 \u043A\u0430\u0436\u0434\u043E\u0433\u043E \u043F\u0440\u0435\u0434\u043B\u043E\u0436\u0435\u043D\u0438\u044F \u0431\u0443\u0434\u0443\u0442 \u0432\u0441\u0442\u0430\u0432\u043B\u0435\u043D\u044B \u043F\u0435\u0440\u0435\u043D\u043E\u0441\u044B \u0441\u0442\u0440\u043E\u043A, \u0447\u0442\u043E \u043E\u0431\u043B\u0435\u0433\u0447\u0438\u0442 \u0438\u0445 \u0447\u0442\u0435\u043D\u0438\u0435","browser.shortBrandName":"\u041F\u043E\u0433\u0440\u0443\u0436\u043D\u043E\u0439 \u043F\u0435\u0440\u0435\u0432\u043E\u0434","browser.brandName":"\u0418\u043C\u043C\u0435\u0440\u0441\u0438\u043E\u043D\u043D\u044B\u0439 \u043F\u0435\u0440\u0435\u0432\u043E\u0434: \u0434\u0432\u0443\u044F\u0437\u044B\u0447\u043D\u044B\u0439 \u043F\u0435\u0440\u0435\u0432\u043E\u0434 \u0432\u0435\u0431-\u0441\u0442\u0440\u0430\u043D\u0438\u0446 \u0438 PDF-\u0434\u043E\u043A\u0443\u043C\u0435\u043D\u0442\u043E\u0432","browser.brandDescription":"Bilingual web page translation, also supports PDF translation, bilingual Epub eBook translation, free to use.","browser.toggleTranslatePage":"\u041F\u0435\u0440\u0435\u0432\u0435\u0441\u0442\u0438 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u0443/\u043E\u0442\u043E\u0431\u0440\u0430\u0437\u0438\u0442\u044C \u043E\u0440\u0438\u0433\u0438\u043D\u0430\u043B\u044C\u043D\u044B\u0439 \u0442\u0435\u043A\u0441\u0442","browser.toggleTranslateTheWholePage":"\u041F\u0435\u0440\u0435\u0432\u0435\u0441\u0442\u0438 \u0432\u0441\u0435 \u043E\u0431\u043B\u0430\u0441\u0442\u0438 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u044B/\u043E\u0442\u043E\u0431\u0440\u0430\u0437\u0438\u0442\u044C \u043E\u0440\u0438\u0433\u0438\u043D\u0430\u043B\u044C\u043D\u044B\u0439 \u0442\u0435\u043A\u0441\u0442","browser.toggleOnlyTransation":"\u041F\u0435\u0440\u0435\u043A\u043B\u044E\u0447\u0438\u0442\u044C \u043D\u0430 \u0434\u0432\u0443\u044F\u0437\u044B\u0447\u043D\u044B\u0439 / \u0442\u043E\u043B\u044C\u043A\u043E \u043F\u0435\u0440\u0435\u0432\u043E\u0434 \u0440\u0435\u0436\u0438\u043C","browser.toggleTranslateToThePageEndImmediately":"\u041D\u0435\u043C\u0435\u0434\u043B\u0435\u043D\u043D\u044B\u0439 \u043F\u0435\u0440\u0435\u0432\u043E\u0434 \u0432 \u043D\u0438\u0436\u043D\u044E\u044E \u0447\u0430\u0441\u0442\u044C \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u044B/\u043E\u0442\u043E\u0431\u0440\u0430\u0436\u0435\u043D\u0438\u0435 \u043E\u0440\u0438\u0433\u0438\u043D\u0430\u043B\u044C\u043D\u043E\u0433\u043E \u0442\u0435\u043A\u0441\u0442\u0430","browser.toggleTranslateTheMainPage":"\u041F\u0435\u0440\u0435\u0432\u0435\u0441\u0442\u0438 \u043E\u0441\u043D\u043E\u0432\u043D\u0443\u044E \u043E\u0431\u043B\u0430\u0441\u0442\u044C \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u044B/\u043E\u0442\u043E\u0431\u0440\u0430\u0437\u0438\u0442\u044C \u043E\u0440\u0438\u0433\u0438\u043D\u0430\u043B\u044C\u043D\u044B\u0439 \u0442\u0435\u043A\u0441\u0442","browser.shareToDraft":"\u041F\u043E\u0434\u0435\u043B\u0438\u0442\u044C\u0441\u044F \u0414\u0432\u0443\u044F\u0437\u044B\u0447\u043D\u044B\u0435 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u044B","browser.openOptionsPage":"\u041E\u0442\u043A\u0440\u043E\u0439\u0442\u0435 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u0443 \u043D\u0430\u0441\u0442\u0440\u043E\u0435\u043A","browser.toggleTranslationMask":"\u041F\u043E\u043A\u0430\u0437\u0430\u0442\u044C/\u0441\u043A\u0440\u044B\u0442\u044C \u044D\u0444\u0444\u0435\u043A\u0442 \u0440\u0430\u0437\u043C\u044B\u0442\u0438\u044F \u043F\u0440\u0438 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0435","browser.translateLocalPdfFile":"\u041F\u0435\u0440\u0435\u0432\u043E\u0434 \u043B\u043E\u043A\u0430\u043B\u044C\u043D\u044B\u0445 PDF-\u0444\u0430\u0439\u043B\u043E\u0432","browser.openEbookViewer":"\u0427\u0438\u0442\u0430\u0442\u044C \u043C\u0435\u0441\u0442\u043D\u044B\u0435 \u044D\u043B\u0435\u043A\u0442\u0440\u043E\u043D\u043D\u044B\u0435 \u043A\u043D\u0438\u0433\u0438","browser.openEbookBuilder":"\u0421\u043E\u0437\u0434\u0430\u043D\u0438\u0435 \u0434\u0432\u0443\u044F\u0437\u044B\u0447\u043D\u044B\u0445 \u044D\u043B\u0435\u043A\u0442\u0440\u043E\u043D\u043D\u044B\u0445 \u043A\u043D\u0438\u0433 EPUB","browser.translateLocalHtmlFile":"\u041F\u0435\u0440\u0435\u0432\u043E\u0434 HTML/\u0442\u0435\u043A\u0441\u0442\u043E\u0432\u044B\u0445 \u0444\u0430\u0439\u043B\u043E\u0432","browser.donateContext":"\u0423\u0437\u043D\u0430\u0439\u0442\u0435 \u043E \u043F\u0440\u0435\u0438\u043C\u0443\u0449\u0435\u0441\u0442\u0432\u0430\u0445 \u0441\u043F\u043E\u043D\u0441\u043E\u0440\u0441\u0442\u0432\u0430","browser.translateLocalSubtitleFile":"\u041F\u0435\u0440\u0435\u0432\u043E\u0434 \u0444\u0430\u0439\u043B\u043E\u0432 \u043B\u043E\u043A\u0430\u043B\u044C\u043D\u044B\u0445 \u0441\u0443\u0431\u0442\u0438\u0442\u0440\u043E\u0432",confirmResetConfig:"\u0412\u044B \u0443\u0432\u0435\u0440\u0435\u043D\u044B, \u0447\u0442\u043E \u0445\u043E\u0442\u0438\u0442\u0435 \u0441\u0431\u0440\u043E\u0441\u0438\u0442\u044C \u043D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0438?",translationLineBreakSettingTitle:"\u041D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0430 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430 \u0441\u0442\u0440\u043E\u043A\u0438",smartLineBreak:"\u0438\u043D\u0442\u0435\u043B\u043B\u0435\u043A\u0442\u0443\u0430\u043B\u044C\u043D\u043E\u0435 \u043B\u0438\u043D\u0435\u0439\u043D\u043E\u0435 \u043F\u0438\u0442\u0430\u043D\u0438\u0435 (\u0432\u044B\u0447\u0438\u0441\u043B\u0438\u0442\u0435\u043B\u044C\u043D\u0430\u044F \u0442\u0435\u0445\u043D\u0438\u043A\u0430)",alwaysLineBreak:"\u0412\u0441\u0435\u0433\u0434\u0430 \u043F\u043E\u0434\u0430\u0447\u0430 \u0441\u0442\u0440\u043E\u043A\u0438",isShowContextMenu:"\u0414\u043E\u0431\u0430\u0432\u043B\u0435\u043D\u0438\u0435 \u043F\u0435\u0440\u0435\u0432\u0435\u0434\u0435\u043D\u043D\u044B\u0445 \u0441\u0442\u0440\u0430\u043D\u0438\u0446 \u0432 \u043F\u0443\u043D\u043A\u0442\u044B \u043C\u0435\u043D\u044E, \u0432\u044B\u0437\u044B\u0432\u0430\u0435\u043C\u044B\u0435 \u043F\u0440\u0430\u0432\u043E\u0439 \u043A\u043D\u043E\u043F\u043A\u043E\u0439 \u043C\u044B\u0448\u0438",toggleBeta:"\u0412\u043A\u043B\u044E\u0447\u0435\u043D\u0438\u0435 \u0444\u0443\u043D\u043A\u0446\u0438\u0439 \u0431\u0435\u0442\u0430-\u0442\u0435\u0441\u0442\u0438\u0440\u043E\u0432\u0430\u043D\u0438\u044F",betaDescription:"\u0412\u043A\u043B\u044E\u0447\u0438\u0442\u0435 \u0444\u0443\u043D\u043A\u0446\u0438\u0438, \u043A\u043E\u0442\u043E\u0440\u044B\u0435 \u043F\u043E\u043A\u0430 \u043D\u0430\u0445\u043E\u0434\u044F\u0442\u0441\u044F \u0432 \u0441\u0442\u0430\u0434\u0438\u0438 \u044D\u043A\u0441\u043F\u0435\u0440\u0438\u043C\u0435\u043D\u0442\u0430, \u0430 \u0442\u0430\u043A\u0436\u0435 \u0441\u043B\u0443\u0436\u0431\u0443 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430 \u0432 \u0431\u0435\u0442\u0430-\u0432\u0435\u0440\u0441\u0438\u0438. \u041F\u0440\u0438\u0441\u043E\u0435\u0434\u0438\u043D\u044F\u0439\u0442\u0435\u0441\u044C \u043A <1>\u0433\u0440\u0443\u043F\u043F\u0435 Telegram, \u0447\u0442\u043E\u0431\u044B \u0443\u0437\u043D\u0430\u0442\u044C \u0431\u043E\u043B\u044C\u0448\u0435.",translationLineBreakSettingDescription:"\u0414\u043B\u044F \u0441\u0442\u0440\u0430\u043D\u0438\u0446 \u0441 \u043D\u0435\u0431\u043E\u043B\u044C\u0448\u0438\u043C \u0441\u043E\u0434\u0435\u0440\u0436\u0430\u043D\u0438\u0435\u043C \u0432\u0441\u0435\u0433\u0434\u0430 \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u0443\u0439\u0442\u0435 \u0430\u043A\u043A\u0443\u0440\u0430\u0442\u043D\u044B\u0435 \u043F\u0435\u0440\u0435\u043D\u043E\u0441\u044B \u0441\u0442\u0440\u043E\u043A. (\u0414\u043B\u044F \u044D\u043A\u043E\u043D\u043E\u043C\u0438\u0438 \u043C\u0435\u0441\u0442\u0430 \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u0443\u0439\u0442\u0435 \u0433\u0440\u0430\u043C\u043E\u0442\u043D\u044B\u0435 \u043F\u0435\u0440\u0435\u043D\u043E\u0441\u044B \u0441\u0442\u0440\u043E\u043A \u0432 \u0434\u043B\u0438\u043D\u043D\u044B\u0445 \u0430\u0431\u0437\u0430\u0446\u0430\u0445 \u0441 \u0431\u043E\u043B\u044C\u0448\u0438\u043C \u0441\u043E\u0434\u0435\u0440\u0436\u0430\u043D\u0438\u0435\u043C (\u0431\u043E\u043B\u0435\u0435{count}\u0441\u0438\u043C\u0432\u043E\u043B\u043E\u0432)).",tempTranslateDomainTitle:"\u041F\u0440\u043E\u0434\u043E\u043B\u0436\u0438\u0442\u0435\u043B\u044C\u043D\u043E\u0441\u0442\u044C \u0432\u0440\u0435\u043C\u0435\u043D\u043D\u043E\u0433\u043E \u0432\u043A\u043B\u044E\u0447\u0435\u043D\u0438\u044F \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430 \u0441\u0430\u0439\u0442\u0430",tempTranslateDomainDescription:"\u041F\u0440\u0438 \u0440\u0443\u0447\u043D\u043E\u043C \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0435 \u0432\u0435\u0431-\u0441\u0442\u0440\u0430\u043D\u0438\u0446\u044B \u0432\u0440\u0435\u043C\u0435\u043D\u043D\u043E \u0432\u043A\u043B\u044E\u0447\u0438\u0442\u044C \u0430\u0432\u0442\u043E\u043C\u0430\u0442\u0438\u0447\u0435\u0441\u043A\u0438\u0439 \u043F\u0435\u0440\u0435\u0432\u043E\u0434, \u043F\u0440\u0438 \u044D\u0442\u043E\u043C \u043C\u043E\u0436\u043D\u043E \u0437\u0430\u0434\u0430\u0442\u044C \u0432\u0440\u0435\u043C\u0435\u043D\u043D\u0443\u044E \u043F\u0440\u043E\u0434\u043E\u043B\u0436\u0438\u0442\u0435\u043B\u044C\u043D\u043E\u0441\u0442\u044C.",xMinutes:"{count} \u043C\u0438\u043D\u0443\u0442",disabled:"\u0437\u0430\u043F\u0440\u0435\u0449\u0430\u0442\u044C \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u043D\u0438\u0435 \u0447\u0435\u0433\u043E-\u043B.",changelog:"\u0416\u0443\u0440\u043D\u0430\u043B \u043E\u0431\u043D\u043E\u0432\u043B\u0435\u043D\u0438\u0439",toggleTranslatePageWhenThreeFingersOnTheScreen:"\u041E\u0434\u043D\u043E\u0432\u0440\u0435\u043C\u0435\u043D\u043D\u043E\u0435 \u043A\u0430\u0441\u0430\u043D\u0438\u0435 \u044D\u043A\u0440\u0430\u043D\u0430 \u043D\u0435\u0441\u043A\u043E\u043B\u044C\u043A\u0438\u043C\u0438 \u043F\u0430\u043B\u044C\u0446\u0430\u043C\u0438 \u043E\u0431\u0435\u0441\u043F\u0435\u0447\u0438\u0432\u0430\u0435\u0442 \u043F\u0435\u0440\u0435\u0432\u043E\u0434 \u0432\u0435\u0431-\u0441\u0442\u0440\u0430\u043D\u0438\u0446/\u043E\u0442\u043E\u0431\u0440\u0430\u0436\u0435\u043D\u0438\u0435 \u043E\u0440\u0438\u0433\u0438\u043D\u0430\u043B\u044C\u043D\u043E\u0433\u043E \u0442\u0435\u043A\u0441\u0442\u0430",toggleTranslationMaskWhenThreeFingersOnTheScreen:"\u041F\u0440\u0438\u043A\u043E\u0441\u043D\u043E\u0432\u0435\u043D\u0438\u0435 \u043D\u0435\u0441\u043A\u043E\u043B\u044C\u043A\u0438\u043C\u0438 \u043F\u0430\u043B\u044C\u0446\u0430\u043C\u0438 \u043F\u043E\u043A\u0430\u0437\u044B\u0432\u0430\u0435\u0442/\u0441\u043A\u0440\u044B\u0432\u0430\u0435\u0442 \u044D\u0444\u0444\u0435\u043A\u0442 \u0440\u0430\u0437\u043C\u044B\u0442\u0438\u044F.",fingerCountToToggleTranslagePageOnlyTranslationWhenTouching:"\u041F\u0440\u0438 \u043E\u0434\u043D\u043E\u0432\u0440\u0435\u043C\u0435\u043D\u043D\u043E\u043C \u043A\u0430\u0441\u0430\u043D\u0438\u0438 \u044D\u043A\u0440\u0430\u043D\u0430 \u043D\u0435\u0441\u043A\u043E\u043B\u044C\u043A\u0438\u043C\u0438 \u043F\u0430\u043B\u044C\u0446\u0430\u043C\u0438 \u043E\u0441\u0443\u0449\u0435\u0441\u0442\u0432\u043B\u044F\u0435\u0442\u0441\u044F \u043F\u0435\u0440\u0435\u0432\u043E\u0434 \u0432\u0435\u0431-\u0441\u0442\u0440\u0430\u043D\u0438\u0446\u044B (\u0442\u043E\u043B\u044C\u043A\u043E \u043F\u0435\u0440\u0435\u0432\u043E\u0434)/\u043E\u0442\u043E\u0431\u0440\u0430\u0436\u0435\u043D\u0438\u0435 \u043E\u0440\u0438\u0433\u0438\u043D\u0430\u043B\u044C\u043D\u043E\u0433\u043E \u0442\u0435\u043A\u0441\u0442\u0430.",addUrlDescription:"\u041C\u043E\u0436\u0435\u0442 \u0431\u044B\u0442\u044C \u0434\u043E\u043C\u0435\u043D\u043D\u044B\u043C \u0438\u043C\u0435\u043D\u0435\u043C, \u0430 \u0442\u0430\u043A\u0436\u0435 \u043F\u043E\u0434\u0434\u0435\u0440\u0436\u0438\u0432\u0430\u0435\u0442 \u043F\u043E\u0434\u0441\u0442\u0430\u043D\u043E\u0432\u043E\u0447\u043D\u044B\u0435 \u0437\u043D\u0430\u043A\u0438, \u043D\u0430\u043F\u0440\u0438\u043C\u0435\u0440,\uFF1A*.google.com, google.com/mail/*, https://www.google.com/*.",general:"\u041E\u0441\u043D\u043E\u0432\u043D\u044B\u0435 \u043D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0438",clickToExpandConfig:"\u0420\u0430\u0441\u0448\u0438\u0440\u0438\u0442\u044C \u0442\u0435\u043A\u0443\u0449\u0443\u044E \u043A\u043E\u043D\u0444\u0438\u0433\u0443\u0440\u0430\u0446\u0438\u044E",import:"\u0418\u043C\u043F\u043E\u0440\u0442 \u0438\u0437 \u0444\u0430\u0439\u043B\u0430",export:"\u042D\u043A\u0441\u043F\u043E\u0440\u0442 \u0432 \u0444\u0430\u0439\u043B",toggleDebug:"\u0412\u044B\u0432\u0435\u0441\u0442\u0438 \u0436\u0443\u0440\u043D\u0430\u043B \u043E\u0442\u043B\u0430\u0434\u043A\u0438 \u043D\u0430 \u043A\u043E\u043D\u0441\u043E\u043B\u044C","fingers.0":"\u043A\u043B\u043E\u0442\u0443\u0440\u0430","fingers.2":"\u043A\u0430\u0441\u0430\u043D\u0438\u0435 \u0434\u0432\u0443\u043C\u044F \u043F\u0430\u043B\u044C\u0446\u0430\u043C\u0438","fingers.3":"\u043A\u0430\u0441\u0430\u043D\u0438\u0435 \u0442\u0440\u0435\u043C\u044F \u043F\u0430\u043B\u044C\u0446\u0430\u043C\u0438","fingers.4":"\u043A\u0430\u0441\u0430\u043D\u0438\u0435 \u0447\u0435\u0442\u044B\u0440\u044C\u043C\u044F \u043F\u0430\u043B\u044C\u0446\u0430\u043C\u0438","fingers.5":"\u043F\u044F\u0442\u0438\u043F\u0430\u043B\u044C\u0446\u0435\u0432\u043E\u0435 \u043A\u0430\u0441\u0430\u043D\u0438\u0435",mouseHoldKey:"+ {key} \u043F\u0435\u0440\u0435\u0432\u0435\u0441\u0442\u0438/\u0432\u043E\u0441\u0441\u0442\u0430\u043D\u043E\u0432\u0438\u0442\u044C \u0430\u0431\u0437\u0430\u0446",mouseHoldKeyAuto:"\u041F\u0440\u044F\u043C\u043E\u0439 \u043F\u0435\u0440\u0435\u0432\u043E\u0434 \u0430\u0431\u0437\u0430\u0446\u0430",mouseHoldKeyOff:"\u041D\u0435 \u0434\u0435\u043B\u0430\u0439\u0442\u0435 \u043D\u0438\u0447\u0435\u0433\u043E.",mouseHoldKeyOther:"\u041D\u0430\u0441\u0442\u0440\u0430\u0438\u0432\u0430\u0435\u043C\u044B\u0435 \u044F\u0440\u043B\u044B\u043A\u0438 (\u043E\u0442\u043A\u0440\u044B\u0442\u044C \u043D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0438)",mouseHoldKeyCustomKey:"{key} \u041F\u0435\u0440\u0435\u0432\u043E\u0434/\u0441\u043E\u043A\u0440\u0430\u0449\u0435\u043D\u0438\u0435 \u0430\u0431\u0437\u0430\u0446\u0430",mouseHoverHoldKey:"\u041F\u0435\u0440\u0435\u0432\u043E\u0434 \u0430\u0431\u0437\u0430\u0446\u0435\u0432 \u043E\u0441\u0443\u0449\u0435\u0441\u0442\u0432\u043B\u044F\u0435\u0442\u0441\u044F \u043D\u0430\u0436\u0430\u0442\u0438\u0435\u043C \u043A\u043B\u0430\u0432\u0438\u0448\u0438 \u0431\u044B\u0441\u0442\u0440\u043E\u0433\u043E \u0434\u043E\u0441\u0442\u0443\u043F\u0430 \u043F\u0440\u0438 \u043D\u0430\u0432\u0435\u0434\u0435\u043D\u0438\u0438 \u043A\u0443\u0440\u0441\u043E\u0440\u0430 \u043C\u044B\u0448\u0438.","mouse-translate":"\u043D\u0430\u0432\u0435\u0434\u0435\u043D\u0438\u0435 \u043C\u044B\u0448\u0438",document:"(\u043A\u043E\u043C\u043F\u044C\u044E\u0442\u0435\u0440\u043D\u044B\u0439) \u0444\u0430\u0439\u043B",resetSuccess:"\u0423\u0441\u043F\u0435\u0448\u043D\u044B\u0439 \u0441\u0431\u0440\u043E\u0441 \u0432\u0441\u0435\u0445 \u043D\u0430\u0441\u0442\u0440\u043E\u0435\u043A",resetThisSuccess:"\u0421\u0431\u0440\u043E\u0441 \u0443\u0441\u043F\u0435\u0448\u0435\u043D",saved:"\u0421\u043E\u0445\u0440\u0430\u043D\u0438\u0442\u044C \u0443\u0441\u043F\u0435\u0448\u043D\u044B\u0439",successImportConfig:"\u0423\u0441\u043F\u0435\u0448\u043D\u044B\u0439 \u0438\u043C\u043F\u043E\u0440\u0442 \u043A\u043E\u043D\u0444\u0438\u0433\u0443\u0440\u0430\u0446\u0438\u0438",goAdvancedSettings:"\u041F\u0435\u0440\u0435\u0439\u0434\u0438\u0442\u0435 \u043D\u0430 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u0443 \u0414\u043E\u043F\u043E\u043B\u043D\u0438\u0442\u0435\u043B\u044C\u043D\u044B\u0435 \u043D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0438",goAdvancedInterfaceSettings:"\u041F\u0435\u0440\u0435\u0439\u0434\u0438\u0442\u0435 \u043D\u0430 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u0443 \u0414\u043E\u043F\u043E\u043B\u043D\u0438\u0442\u0435\u043B\u044C\u043D\u044B\u0435 \u043F\u0430\u0440\u0430\u043C\u0435\u0442\u0440\u044B \u043D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0438",advanced:"\u0414\u043E\u043F\u043E\u043B\u043D\u0438\u0442\u0435\u043B\u044C\u043D\u044B\u0435 \u043D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0438",advancedDescription:"\u041A\u0430\u043A \u043F\u0440\u0430\u0432\u0438\u043B\u043E, \u043D\u0438\u043A\u0430\u043A\u0438\u0445 \u043D\u0430\u0441\u0442\u0440\u043E\u0435\u043A \u043D\u0435 \u0442\u0440\u0435\u0431\u0443\u0435\u0442\u0441\u044F, \u043F\u0440\u043E\u0441\u0442\u043E \u043E\u0441\u0442\u0430\u0432\u044C\u0442\u0435 \u0432\u0441\u0435 \u043F\u043E \u0443\u043C\u043E\u043B\u0447\u0430\u043D\u0438\u044E. \u0422\u043E\u043B\u044C\u043A\u043E \u0434\u043B\u044F \u0431\u043E\u043B\u0435\u0435 \u0441\u043F\u0435\u0446\u0438\u0430\u043B\u0438\u0437\u0438\u0440\u043E\u0432\u0430\u043D\u043D\u044B\u0445 \u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u0435\u043B\u0435\u0439 \u0434\u043E\u0441\u0442\u0443\u043F\u043D\u044B \u0431\u043E\u043B\u0435\u0435 \u043F\u0435\u0440\u0441\u043E\u043D\u0430\u043B\u0438\u0437\u0438\u0440\u043E\u0432\u0430\u043D\u043D\u044B\u0435 \u043D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0438.",developer:"\u041D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0438 \u0440\u0430\u0437\u0440\u0430\u0431\u043E\u0442\u0447\u0438\u043A\u0430",donateCafe:"\u0446\u0435\u043D\u044B","translate to the bottom of the page":"\u041F\u0435\u0440\u0435\u0432\u043E\u0434\u0438\u0442\u0441\u044F \u043B\u0438 \u043E\u043D \u0432 \u043D\u0438\u0436\u043D\u044E\u044E \u0447\u0430\u0441\u0442\u044C \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u044B \u0441\u0440\u0430\u0437\u0443 \u043F\u043E\u0441\u043B\u0435 \u0432\u0445\u043E\u0434\u0430 \u043D\u0430 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u0443?",feedback:"\u0412\u043E\u043F\u0440\u043E\u0441-\u043E\u0442\u0432\u0435\u0442",toggleTranslatePage:"\u041F\u0435\u0440\u0435\u0432\u0435\u0441\u0442\u0438 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u0443/\u043E\u0442\u043E\u0431\u0440\u0430\u0437\u0438\u0442\u044C \u043E\u0440\u0438\u0433\u0438\u043D\u0430\u043B\u044C\u043D\u044B\u0439 \u0442\u0435\u043A\u0441\u0442",translateToThePageEndImmediatelyDescription:"\u041F\u0440\u0438 \u0432\u043A\u043B\u044E\u0447\u0435\u043D\u0438\u0438 \u044D\u0442\u043E\u0439 \u0444\u0443\u043D\u043A\u0446\u0438\u0438 \u0441\u043E\u0434\u0435\u0440\u0436\u0438\u043C\u043E\u0435 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u044B \u0431\u0443\u0434\u0435\u0442 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0438\u0442\u044C\u0441\u044F \u0441\u0432\u0435\u0440\u0445\u0443 \u0432\u043D\u0438\u0437 \u043F\u043E \u043C\u0435\u0440\u0435 \u0432\u0432\u043E\u0434\u0430. \u041F\u0440\u0438 \u0432\u044B\u043A\u043B\u044E\u0447\u0435\u043D\u0438\u0438 \u044D\u0442\u043E\u0439 \u0444\u0443\u043D\u043A\u0446\u0438\u0438 \u043F\u0435\u0440\u0435\u0432\u043E\u0434 \u0431\u0443\u0434\u0435\u0442 \u0432\u044B\u043F\u043E\u043B\u043D\u044F\u0442\u044C\u0441\u044F \u043F\u043E \u043C\u0435\u0440\u0435 \u0447\u0442\u0435\u043D\u0438\u044F. (\u041D\u0435 \u0440\u0435\u043A\u043E\u043C\u0435\u043D\u0434\u0443\u0435\u0442\u0441\u044F)","translate all areas of the page":"\u041F\u0435\u0440\u0435\u0432\u043E\u0434\u0438\u0442\u044C \u043B\u0438 \u0432\u0441\u0435 \u043E\u0431\u043B\u0430\u0441\u0442\u0438 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u044B",translationAreaDescription:"\u041F\u0440\u0438 \u0432\u043A\u043B\u044E\u0447\u0435\u043D\u0438\u0438 \u044D\u0442\u043E\u0439 \u043E\u043F\u0446\u0438\u0438 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u044F\u0442\u0441\u044F \u0432\u0441\u0435 \u043E\u0431\u043B\u0430\u0441\u0442\u0438 \u0432\u0441\u0435\u0439 \u0432\u0435\u0431-\u0441\u0442\u0440\u0430\u043D\u0438\u0446\u044B. \u041F\u0440\u0438 \u0432\u044B\u043A\u043B\u044E\u0447\u0435\u043D\u0438\u0438 \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u0443\u0435\u0442\u0441\u044F \u0438\u043D\u0442\u0435\u043B\u043B\u0435\u043A\u0442\u0443\u0430\u043B\u044C\u043D\u043E\u0435 \u0440\u0430\u0441\u043F\u043E\u0437\u043D\u0430\u0432\u0430\u043D\u0438\u0435 \u043F\u043E \u0443\u043C\u043E\u043B\u0447\u0430\u043D\u0438\u044E \u0438 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u044F\u0442\u0441\u044F \u0442\u043E\u043B\u044C\u043A\u043E \u043E\u0441\u043D\u043E\u0432\u043D\u044B\u0435 \u043E\u0431\u043B\u0430\u0441\u0442\u0438. (\u041D\u0435 \u0440\u0435\u043A\u043E\u043C\u0435\u043D\u0434\u0443\u0435\u0442\u0441\u044F \u0432\u043A\u043B\u044E\u0447\u0430\u0442\u044C)","the number of characters to be translated first":"\u041F\u0440\u044F\u043C\u043E\u0439 \u043F\u0435\u0440\u0435\u0432\u043E\u0434 \u043F\u0435\u0440\u0432\u044B\u0445 \u043D\u0435\u0441\u043A\u043E\u043B\u044C\u043A\u0438\u0445 \u0441\u0438\u043C\u0432\u043E\u043B\u043E\u0432 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u044B \u0431\u0435\u0437 \u043E\u0436\u0438\u0434\u0430\u043D\u0438\u044F \u043F\u0440\u043E\u043A\u0440\u0443\u0442\u043A\u0438 \u0432 \u043E\u0431\u043B\u0430\u0441\u0442\u044C \u043F\u0440\u043E\u0441\u043C\u043E\u0442\u0440\u0430","interface language":"\u044F\u0437\u044B\u043A \u0438\u043D\u0442\u0435\u0440\u0444\u0435\u0439\u0441\u0430","display both the original text and the translation":"\u041E\u0434\u043D\u043E\u0432\u0440\u0435\u043C\u0435\u043D\u043D\u043E\u0435 \u043E\u0442\u043E\u0431\u0440\u0430\u0436\u0435\u043D\u0438\u0435 \u043E\u0440\u0438\u0433\u0438\u043D\u0430\u043B\u0430 \u0438 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430","keyboard shortcuts":"\u041A\u043B\u0430\u0432\u0438\u0430\u0442\u0443\u0440\u043D\u044B\u0435 \u0441\u043E\u043A\u0440\u0430\u0449\u0435\u043D\u0438\u044F",modify:"\u041C\u043E\u0434\u0438\u0444\u0438\u043A\u0430\u0446\u0438\u044F \u043A\u043B\u0430\u0432\u0438\u0448 \u0431\u044B\u0441\u0442\u0440\u043E\u0433\u043E \u0434\u043E\u0441\u0442\u0443\u043F\u0430",reset:"\u043F\u0435\u0440\u0435\u043F\u0440\u043E\u0444\u0438\u043B\u0438\u0440\u043E\u0432\u0430\u043D\u0438\u0435",close:"\u043A\u043B\u043E\u0442\u0443\u0440\u0430",homepage:"\u0434\u043E\u043C\u0430\u0448\u043D\u044F\u044F \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u0430",more:"\u043F\u043E\u0434\u0440\u043E\u0431\u043D\u0435\u0435",moreOptions:"\u0420\u0430\u0441\u0448\u0438\u0440\u0435\u043D\u0438\u0435 \u0432\u043E\u0437\u043C\u043E\u0436\u043D\u043E\u0441\u0442\u0435\u0439 \u043D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0438",translateTheWholePage:"\u041F\u0435\u0440\u0435\u0432\u043E\u0434\u0438\u0442\u044C \u0432\u0441\u0435 \u043E\u0431\u043B\u0430\u0441\u0442\u0438 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u044B (\u0432 \u043E\u0442\u043B\u0438\u0447\u0438\u0435 \u043E\u0442 \u0438\u043D\u0442\u0435\u043B\u043B\u0435\u043A\u0442\u0443\u0430\u043B\u044C\u043D\u043E\u0433\u043E \u0440\u0430\u0441\u043F\u043E\u0437\u043D\u0430\u0432\u0430\u043D\u0438\u044F \u043E\u0441\u043D\u043E\u0432\u043D\u044B\u0445 \u043E\u0431\u043B\u0430\u0441\u0442\u0435\u0439)",changeToTranslateTheWholePage:"\u041F\u0435\u0440\u0435\u043A\u043B\u044E\u0447\u0435\u043D\u0438\u0435 \u043D\u0430 \u043F\u0435\u0440\u0435\u0432\u043E\u0434 \u0432\u0441\u0435\u0445 \u0440\u0435\u0433\u0438\u043E\u043D\u043E\u0432",changeToTranslateTheMainPage:'\u041F\u0435\u0440\u0435\u0445\u043E\u0434 \u0432 \u043E\u0441\u043D\u043E\u0432\u043D\u0443\u044E \u043E\u0431\u043B\u0430\u0441\u0442\u044C "\u041F\u0435\u0440\u0435\u0432\u043E\u0434',changeToOnlyTranslationMode:"\u041F\u0435\u0440\u0435\u043A\u043B\u044E\u0447\u0435\u043D\u0438\u0435 \u043D\u0430 \u043E\u0442\u043E\u0431\u0440\u0430\u0436\u0435\u043D\u0438\u0435 \u0442\u043E\u043B\u044C\u043A\u043E \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u043E\u0432",changeToDualTranslationMode:"\u041F\u0435\u0440\u0435\u0445\u043E\u0434 \u043D\u0430 \u0434\u0432\u0443\u044F\u0437\u044B\u0447\u043D\u044B\u0439 \u043F\u0435\u0440\u0435\u0432\u043E\u0434",translateToThePageEndImmediately:"\u041D\u0435\u043C\u0435\u0434\u043B\u0435\u043D\u043D\u044B\u0439 \u043F\u0435\u0440\u0435\u0432\u043E\u0434 \u0432 \u043D\u0438\u0436\u043D\u044E\u044E \u0447\u0430\u0441\u0442\u044C \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u044B",translateTheMainPage:"\u041A\u043B\u044E\u0447\u0435\u0432\u044B\u0435 \u0440\u0435\u0433\u0438\u043E\u043D\u044B \u0438\u043D\u0442\u0435\u043B\u043B\u0435\u043A\u0442\u0443\u0430\u043B\u044C\u043D\u043E\u0433\u043E \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430","The local rules are up to date":"\u041C\u0435\u0441\u0442\u043D\u044B\u0435 \u043F\u0440\u0430\u0432\u0438\u043B\u0430 \u0430\u0434\u0430\u043F\u0442\u0430\u0446\u0438\u0438 \u0441\u043E\u043E\u0442\u0432\u0435\u0442\u0441\u0442\u0432\u0443\u044E\u0442 \u0441\u043E\u0432\u0440\u0435\u043C\u0435\u043D\u043D\u044B\u043C \u0442\u0440\u0435\u0431\u043E\u0432\u0430\u043D\u0438\u044F\u043C.","Successfully synchronized with the latest official rules:":"\u0423\u0441\u043F\u0435\u0448\u043D\u0430\u044F \u0441\u0438\u043D\u0445\u0440\u043E\u043D\u0438\u0437\u0430\u0446\u0438\u044F \u0441 \u043F\u043E\u0441\u043B\u0435\u0434\u043D\u0438\u043C\u0438 \u043E\u0444\u0438\u0446\u0438\u0430\u043B\u044C\u043D\u044B\u043C\u0438 \u043F\u0440\u0430\u0432\u0438\u043B\u0430\u043C\u0438 \u0430\u0434\u0430\u043F\u0442\u0430\u0446\u0438\u0438.","Checking for updates":"\u041F\u0440\u043E\u0432\u0435\u0440\u043A\u0430 \u043D\u0430\u043B\u0438\u0447\u0438\u044F \u043E\u0431\u043D\u043E\u0432\u043B\u0435\u043D\u0438\u0439","Rules are being synchronized":"\u0421\u0438\u043D\u0445\u0440\u043E\u043D\u0438\u0437\u0430\u0446\u0438\u044F \u043F\u0440\u0430\u0432\u0438\u043B \u0430\u0434\u0430\u043F\u0442\u0430\u0446\u0438\u0438",localVersionIsTooOld:"\u0412\u0435\u0440\u0441\u0438\u044F \u043B\u043E\u043A\u0430\u043B\u044C\u043D\u043E\u0433\u043E \u0440\u0430\u0441\u0448\u0438\u0440\u0435\u043D\u0438\u044F \u0441\u043B\u0438\u0448\u043A\u043E\u043C \u0443\u0441\u0442\u0430\u0440\u0435\u043B\u0430, \u043F\u043E\u0436\u0430\u043B\u0443\u0439\u0441\u0442\u0430, \u043E\u0431\u043D\u043E\u0432\u0438\u0442\u0435 \u0440\u0430\u0441\u0448\u0438\u0440\u0435\u043D\u0438\u0435 \u0434\u043E {minVersion} \u0438\u043B\u0438 \u0431\u043E\u043B\u0435\u0435 \u043D\u043E\u0432\u043E\u0439 \u0432\u0435\u0440\u0441\u0438\u0438 \u043F\u0435\u0440\u0435\u0434 \u043F\u043E\u043F\u044B\u0442\u043A\u043E\u0439 \u0441\u0438\u043D\u0445\u0440\u043E\u043D\u0438\u0437\u0430\u0446\u0438\u0438.",badUserscriptBrowser:"\u0422\u0435\u043A\u0443\u0449\u0438\u0439 \u0431\u0440\u0430\u0443\u0437\u0435\u0440 \u043D\u0435\u043A\u043E\u0440\u0440\u0435\u043A\u0442\u043D\u043E \u0440\u0435\u0430\u043B\u0438\u0437\u0443\u0435\u0442 \u0438\u043D\u0442\u0435\u0440\u0444\u0435\u0439\u0441 \u0440\u0430\u0441\u0448\u0438\u0440\u0435\u043D\u0438\u044F Grease Monkey (\u043D\u0430\u043F\u0440\u0438\u043C\u0435\u0440, \u0434\u043B\u044F \u043F\u043E\u043B\u0443\u0447\u0435\u043D\u0438\u044F \u0438\u043D\u0444\u043E\u0440\u043C\u0430\u0446\u0438\u0438 \u043E \u043D\u043E\u043C\u0435\u0440\u0435 \u0432\u0435\u0440\u0441\u0438\u0438 \u0441\u0430\u043C\u043E\u0433\u043E \u0441\u043A\u0440\u0438\u043F\u0442\u0430 Grease Monkey), \u043F\u043E\u0436\u0430\u043B\u0443\u0439\u0441\u0442\u0430, \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u0443\u0439\u0442\u0435 \u0434\u0440\u0443\u0433\u0438\u0435 \u0431\u0440\u0430\u0443\u0437\u0435\u0440\u044B, <1>\u043F\u043E\u0434\u0434\u0435\u0440\u0436\u0438\u0432\u0430\u044E\u0449\u0438\u0435 \u0440\u0430\u0441\u0448\u0438\u0440\u0435\u043D\u0438\u0435 Grease Monkey, \u043D\u0430\u043F\u0440\u0438\u043C\u0435\u0440 Firefox.",foundNewVersion:"\u0417\u043D\u0430\u043A\u043E\u043C\u0441\u0442\u0432\u043E \u0441 \u043D\u043E\u0432\u043E\u0439 \u0432\u0435\u0440\u0441\u0438\u0435\u0439",theLocalExtensionIsUpToUpdate:"\u0422\u0435\u043A\u0443\u0449\u0435\u0435 \u0440\u0430\u0441\u0448\u0438\u0440\u0435\u043D\u0438\u0435 \u044F\u0432\u043B\u044F\u0435\u0442\u0441\u044F \u0430\u043A\u0442\u0443\u0430\u043B\u044C\u043D\u044B\u043C.",failToSyncRules:"\u041D\u0435\u0432\u043E\u0437\u043C\u043E\u0436\u043D\u043E\u0441\u0442\u044C \u0441\u0438\u043D\u0445\u0440\u043E\u043D\u0438\u0437\u0430\u0446\u0438\u0438 \u043F\u043E\u0441\u043B\u0435\u0434\u043D\u0438\u0445 \u043F\u0440\u0430\u0432\u0438\u043B \u0430\u0434\u0430\u043F\u0442\u0430\u0446\u0438\u0438",retry:"\u041D\u0430\u0436\u043C\u0438\u0442\u0435 \u0437\u0434\u0435\u0441\u044C, \u0447\u0442\u043E\u0431\u044B \u043F\u043E\u0432\u0442\u043E\u0440\u0438\u0442\u044C \u043F\u043E\u043F\u044B\u0442\u043A\u0443",failedReason:"\u041F\u0440\u0438\u0447\u0438\u043D\u044B \u043D\u0435\u0443\u0434\u0430\u0447",currentRuleVersion:"\u0414\u0435\u0439\u0441\u0442\u0432\u0443\u044E\u0449\u0430\u044F \u0440\u0435\u0434\u0430\u043A\u0446\u0438\u044F \u043F\u0440\u0430\u0432\u0438\u043B",calculating:"\u0440\u0430\u0441\u0447\u0435\u0442\u044B",unknownError:"\u043D\u0435\u0438\u0437\u0432\u0435\u0441\u0442\u043D\u0430\u044F \u043E\u0448\u0438\u0431\u043A\u0430",canNotFetchRemoteRule:"\u041D\u0435\u0432\u043E\u0437\u043C\u043E\u0436\u043D\u043E \u043F\u043E\u043B\u0443\u0447\u0438\u0442\u044C \u0443\u0434\u0430\u043B\u0435\u043D\u043D\u044B\u0435 \u043F\u0440\u0430\u0432\u0438\u043B\u0430",enableAlphaSuccess:"\u0410\u043B\u044C\u0444\u0430 \u0432\u043A\u043B\u044E\u0447\u0435\u043D\u0430",disableAlphaSuccess:"\u0424\u0443\u043D\u043A\u0446\u0438\u044F \u0430\u043B\u044C\u0444\u0430 \u043E\u0442\u043A\u043B\u044E\u0447\u0435\u043D\u0430",cacheSize:"\u0420\u0430\u0437\u043C\u0435\u0440 \u043A\u044D\u0448\u0430\uFF1A",cleaning:"\u0432 \u043F\u0440\u043E\u0446\u0435\u0441\u0441\u0435 \u043B\u0438\u043A\u0432\u0438\u0434\u0430\u0446\u0438\u0438",cleanCache:"\u043E\u0447\u0438\u0441\u0442\u0438\u0442\u044C \u043A\u044D\u0448",options:"\u043D\u0430\u0441\u0442\u0440\u0430\u0438\u0432\u0430\u0442\u044C",about:"\u043F\u043E \u043E\u0442\u043D\u043E\u0448\u0435\u043D\u0438\u044E \u043A",service:"\u0443\u0441\u043B\u0443\u0433\u0430 \u0443\u0441\u0442\u043D\u043E\u0433\u043E \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430",needAction:"(\u041F\u0435\u0440\u0435\u0439\u0442\u0438 \u043A \u043D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0430\u043C)",goSettings:"\u043F\u0435\u0440\u0435\u0439\u0434\u0438\u0442\u0435 \u043A \u043D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0435",needActionForOptions:"(\u0443\u0441\u0442\u0430\u043D\u0430\u0432\u043B\u0438\u0432\u0430\u0435\u0442\u0441\u044F)",translationEngine:"\u041E\u043F\u0446\u0438\u0438 \u0434\u0432\u0438\u0433\u0430\u0442\u0435\u043B\u044F",sourceLanguage:"\u042F\u0437\u044B\u043A \u043E\u0440\u0438\u0433\u0438\u043D\u0430\u043B\u0430",target:"\u044F\u0437\u044B\u043A \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430",popupSourceLanguage:"\u042F\u0437\u044B\u043A \u043E\u0440\u0438\u0433\u0438\u043D\u0430\u043B\u0430",popupTarget:"\u044F\u0437\u044B\u043A \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430",popupService:"\u0443\u0441\u043B\u0443\u0433\u0430 \u0443\u0441\u0442\u043D\u043E\u0433\u043E \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430",forThisSite:"\u0422\u0435\u043A\u0443\u0449\u0438\u0439 \u0441\u0430\u0439\u0442",autoEnableSubtitle:"\u0410\u0432\u0442\u043E\u043C\u0430\u0442\u0438\u0447\u0435\u0441\u043A\u043E\u0435 \u043E\u0442\u043A\u0440\u044B\u0442\u0438\u0435 \u0434\u0432\u0443\u044F\u0437\u044B\u0447\u043D\u044B\u0445 \u0441\u0443\u0431\u0442\u0438\u0442\u0440\u043E\u0432",alwaysTranslate:"\u0412\u0441\u0435\u0433\u0434\u0430 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0438\u0442\u0435",neverTranslate:"\u041D\u0438\u043A\u043E\u0433\u0434\u0430 \u043D\u0435 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0438\u0442\u0435",alwaysTranslateSomeLanguage:"\u0412\u0441\u0435\u0433\u0434\u0430 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0438\u0442\u0435 {language}",neverTranslateSomeLanguage:"\u041D\u0438\u043A\u043E\u0433\u0434\u0430 \u043D\u0435 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0438\u0442\u0435 {language}",alwaysTranslateSomeSite:"\u0412\u0441\u0435\u0433\u0434\u0430 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0438\u0442\u0435 {hostname}",neverTranslateSomeSite:"\u041D\u0438\u043A\u043E\u0433\u0434\u0430 \u043D\u0435 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0438\u0442\u0435 {hostname}",alwaysTranslateSomeSiteOrWildSite:"\u0412\u0441\u0435\u0433\u0434\u0430 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0438\u0442\u0435 \u0441\u0430\u0439\u0442",alwaysTranslateSomePage:"\u0412\u0441\u0435\u0433\u0434\u0430 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0438\u0442\u0435 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u0443",add:"\u0443\u0432\u0435\u043B\u0438\u0447\u0438\u0442\u044C",default:"\u043F\u043E \u0443\u043C\u043E\u043B\u0447\u0430\u043D\u0438\u044E (\u043D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0430)",forThisLanguage:"\u0414\u043B\u044F \u044D\u0442\u043E\u0433\u043E \u044F\u0437\u044B\u043A\u0430\uFF1A","add url":"\u0412\u0432\u0435\u0434\u0438\u0442\u0435 URL",edit:"\u043A\u043E\u043C\u043F\u0438\u043B\u044F\u0442\u043E\u0440","translate other languages into specific language":"\u041F\u0435\u0440\u0435\u0432\u043E\u0434 \u0434\u0440\u0443\u0433\u0438\u0445 \u044F\u0437\u044B\u043A\u043E\u0432 \u043D\u0430 \u0443\u0441\u0442\u0430\u043D\u043E\u0432\u043B\u0435\u043D\u043D\u044B\u0439 \u0432\u0430\u043C\u0438 \u044F\u0437\u044B\u043A","select translation service":"\u0412\u044B\u0431\u0435\u0440\u0438\u0442\u0435 \u0441\u043B\u0443\u0436\u0431\u0443 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430",language:"\u043C\u043D\u043E\u0433\u043E\u044F\u0437\u044B\u0447\u0438\u0435","show-original":"\u041F\u043E\u043A\u0430\u0437\u0430\u0442\u044C \u043E\u0440\u0438\u0433\u0438\u043D\u0430\u043B\u044C\u043D\u044B\u0439 \u0442\u0435\u043A\u0441\u0442",translate:"\u0440\u0435\u043D\u0434\u0435\u0440\u0438\u043D\u0433",Translated:"\u043F\u0435\u0440\u0435\u0432\u0435\u0434\u0435\u043D\u043E",Translating:"\u0432 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0435",Error:"\u043D\u0435\u0432\u0435\u0440\u043D\u044B\u0439",allowCacheTranslations:"\u0412\u043A\u043B\u044E\u0447\u0438\u0442\u044C \u043B\u043E\u043A\u0430\u043B\u044C\u043D\u043E\u0435 \u043A\u044D\u0448\u0438\u0440\u043E\u0432\u0430\u043D\u0438\u0435 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u043E\u0432 (\u0434\u043B\u044F \u0443\u043C\u0435\u043D\u044C\u0448\u0435\u043D\u0438\u044F \u043A\u043E\u043B\u0438\u0447\u0435\u0441\u0442\u0432\u0430 \u0437\u0430\u043F\u0440\u043E\u0441\u043E\u0432 \u043D\u0430 \u043F\u0435\u0440\u0435\u0432\u043E\u0434 \u0434\u0443\u0431\u043B\u0438\u0440\u0443\u044E\u0449\u0438\u0445\u0441\u044F \u043E\u0442\u0440\u044B\u0432\u043A\u043E\u0432)","translation display":"\u0421\u0442\u0438\u043B\u044C \u043E\u0442\u043E\u0431\u0440\u0430\u0436\u0435\u043D\u0438\u044F \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430","select diplay style":"\u0420\u0430\u0437\u043B\u0438\u0447\u0430\u0442\u044C \u0441\u0442\u0438\u043B\u0438 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430, \u043E\u043F\u0438\u0440\u0430\u044F\u0441\u044C \u043D\u0430 \u0441\u043B\u0435\u0434\u0443\u044E\u0449\u0438\u0435 \u043F\u0440\u0438\u043C\u0435\u0440\u044B",interface:"\u041D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0438 \u0438\u043D\u0442\u0435\u0440\u0444\u0435\u0439\u0441\u0430",import_export:"\u0418\u043C\u043F\u043E\u0440\u0442/\u044D\u043A\u0441\u043F\u043E\u0440\u0442",import_export_title:"\u041A\u043E\u043D\u0444\u0438\u0433\u0443\u0440\u0430\u0446\u0438\u044F \u0438\u043C\u043F\u043E\u0440\u0442\u0430/\u044D\u043A\u0441\u043F\u043E\u0440\u0442\u0430",syncToGoogleDrive:"\u0422\u0435\u043F\u0435\u0440\u044C \u0441\u0438\u043D\u0445\u0440\u043E\u043D\u0438\u0437\u0430\u0446\u0438\u044F \u0441 Google Drive",floatBallOptions:"\u041D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0438 \u0445\u043E\u0432\u0435\u0440\u0431\u043E\u043B\u0430","floatBallOptions.enable":"\u0412\u043A\u043B\u044E\u0447\u0438\u0442\u044C \u0445\u043E\u0432\u0435\u0440\u0431\u043E\u043B","floatBallOptions.blockUrls":"\u041E\u0442\u043A\u043B\u044E\u0447\u0438\u0442\u044C \u0441\u0430\u0439\u0442","floatBallOptions.add":"\u0443\u0432\u0435\u043B\u0438\u0447\u0438\u0442\u044C","floatBallOptions.blockUrlDesc":"\u041F\u0430\u0440\u044F\u0449\u0438\u0435 \u0448\u0430\u0440\u044B \u043D\u0435 \u043E\u0442\u043E\u0431\u0440\u0430\u0436\u0430\u044E\u0442\u0441\u044F, \u043A\u043E\u0433\u0434\u0430 \u0432\u0441\u0442\u0440\u0435\u0447\u0430\u044E\u0442\u0441\u044F \u0441\u043B\u0435\u0434\u0443\u044E\u0449\u0438\u0435 \u0441\u0430\u0439\u0442\u044B","floatBallOptions.clickType":"\u043F\u043E\u0432\u0435\u0434\u0435\u043D\u0438\u0435 \u043F\u0440\u0438 \u043D\u0430\u0436\u0430\u0442\u0438\u0438","floatBallOptions.clickTypeDesc":"\u041F\u043E\u0432\u0435\u0434\u0435\u043D\u0438\u0435 \u0438\u043A\u043E\u043D\u043A\u0438 \u0445\u043E\u0432\u0435\u0440\u0431\u043E\u043B\u0430 \u043F\u0440\u0438 \u043D\u0430\u0436\u0430\u0442\u0438\u0438","floatBallOptions.clickPopup":"\u041F\u043E\u043A\u0430\u0437\u0430\u0442\u044C \u043F\u0430\u043D\u0435\u043B\u044C \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430","floatBallOptions.clickTranslate":"\u041F\u0435\u0440\u0435\u0432\u043E\u0434/\u043E\u0442\u043E\u0431\u0440\u0430\u0436\u0435\u043D\u0438\u0435 \u043E\u0440\u0438\u0433\u0438\u043D\u0430\u043B\u044C\u043D\u043E\u0433\u043E \u0442\u0435\u043A\u0441\u0442\u0430","floatBallOptions.fixedPosition":"\u56FA\u5B9A\u4F4D\u7F6E","floatBallOptions.fixedPositionDesc":"\u60AC\u6D6E\u7403\u5728\u7A97\u53E3\u5DE6\u4FA7\u8FD8\u662F\u53F3\u4FA7","floatBallOptions.fixedPositionLeft":"\u5DE6\u4FA7","floatBallOptions.fixedPositionRight":"\u53F3\u4FA7",previewAllThemes:"\u041F\u0440\u0435\u0434\u0432\u0430\u0440\u0438\u0442\u0435\u043B\u044C\u043D\u044B\u0439 \u043F\u0440\u043E\u0441\u043C\u043E\u0442\u0440 \u0432\u0441\u0435\u0445 \u0441\u0442\u0438\u043B\u0435\u0439","translationTheme.none":"\u043D\u0435 \u0438\u043C\u0435\u0442\u044C","translationTheme.grey":"\u0442\u0451\u043C\u043D\u043E-\u0441\u0435\u0440\u044B\u0439","translationTheme.dashed":"\u043F\u0443\u043D\u043A\u0442\u0438\u0440\u043D\u043E\u0435 \u043F\u043E\u0434\u0447\u0451\u0440\u043A\u0438\u0432\u0430\u043D\u0438\u0435","translationTheme.dotted":"\u0442\u043E\u0447\u0435\u0447\u043D\u043E\u0435 \u043F\u043E\u0434\u0447\u0435\u0440\u043A\u0438\u0432\u0430\u043D\u0438\u0435","translationTheme.dashedBorder":"\u043F\u0443\u043D\u043A\u0442\u0438\u0440\u043D\u0430\u044F \u0433\u0440\u0430\u043D\u0438\u0446\u0430","translationTheme.solidBorder":"\u0441\u043F\u043B\u043E\u0448\u043D\u0430\u044F \u0433\u0440\u0430\u043D\u0438\u0446\u0430","translationTheme.underline":"\u041F\u043E\u0434\u0447\u0435\u0440\u043A\u0438\u0432\u0430\u043D\u0438\u0435 \u043F\u0440\u044F\u043C\u044B\u0445 \u043B\u0438\u043D\u0438\u0439","translationTheme.mask":"\u041D\u0435\u0447\u0435\u0442\u043A\u0438\u0435 \u044D\u0444\u0444\u0435\u043A\u0442\u044B (\u0440\u0435\u0436\u0438\u043C\u044B \u043E\u0431\u0443\u0447\u0435\u043D\u0438\u044F)","translationTheme.opacity":"\u044D\u0444\u0444\u0435\u043A\u0442 \u043F\u0440\u043E\u0437\u0440\u0430\u0447\u043D\u043E\u0441\u0442\u0438","translationTheme.paper":"\u042D\u0444\u0444\u0435\u043A\u0442 \u0442\u0435\u043D\u0438 \u043E\u0442 \u0431\u0435\u043B\u043E\u0439 \u0431\u0443\u043C\u0430\u0433\u0438","translationTheme.dividingLine":"\u0440\u0430\u0437\u0434\u0435\u043B\u0438\u0442\u0435\u043B\u044C\u043D\u0430\u044F \u043B\u0438\u043D\u0438\u044F","translationTheme.highlight":"\u0432\u044B\u0441\u043E\u043A\u0430\u044F \u044F\u0440\u043A\u043E\u0441\u0442\u044C","translationTheme.marker":"\u043C\u0430\u0440\u043A\u0435\u0440 (\u0437\u0430\u0438\u043C\u0441\u0442\u0432\u043E\u0432\u0430\u043D\u043D\u043E\u0435 \u0441\u043B\u043E\u0432\u043E)","translationTheme.marker2":"\u041C\u0430\u0440\u043A\u0435\u0440 2","translationTheme.blockquote":"\u0421\u0442\u0438\u043B\u0438 \u0441\u0441\u044B\u043B\u043E\u043A","translationTheme.weakening":"\u043E\u0441\u043B\u0430\u0431\u043B\u0435\u043D\u0438\u0435","translationTheme.italic":"\u043D\u0430\u043A\u043B\u043E\u043D\u043D\u044B\u0439 \u0448\u0440\u0438\u0444\u0442","translationTheme.bold":"\u0441\u0433\u0443\u0441\u0442\u0438\u0442\u044C","translationTheme.thinDashed":"\u0442\u043E\u043D\u043A\u0430\u044F \u043F\u0443\u043D\u043A\u0442\u0438\u0440\u043D\u0430\u044F \u043B\u0438\u043D\u0438\u044F \u043F\u043E\u0434\u0447\u0435\u0440\u043A\u0438\u0432\u0430\u043D\u0438\u0435","translationTheme.nativeDashed":"\u0421\u0438\u0441\u0442\u0435\u043C\u0430 \u043F\u043E\u0441\u0442\u0430\u0432\u043B\u044F\u0435\u0442\u0441\u044F \u0441 \u043F\u0443\u043D\u043A\u0442\u0438\u0440\u043D\u044B\u043C \u043F\u043E\u0434\u0447\u0435\u0440\u043A\u0438\u0432\u0430\u043D\u0438\u0435\u043C","translationTheme.nativeDotted":"\u0421\u0438\u0441\u0442\u0435\u043C\u0430 \u043F\u043E\u0441\u0442\u0430\u0432\u043B\u044F\u0435\u0442\u0441\u044F \u0441 \u043F\u0443\u043D\u043A\u0442\u0438\u0440\u043D\u044B\u043C \u043F\u043E\u0434\u0447\u0435\u0440\u043A\u0438\u0432\u0430\u043D\u0438\u0435\u043C","translationTheme.nativeUnderline":"\u0421\u0438\u0441\u0442\u0435\u043C\u0430 \u043F\u043E\u0441\u0442\u0430\u0432\u043B\u044F\u0435\u0442\u0441\u044F \u0441 \u043F\u0440\u044F\u043C\u044B\u043C \u043F\u043E\u0434\u0441\u0442\u0440\u043E\u0447\u043D\u0438\u043A\u043E\u043C","translationTheme.wavy":"\u0432\u043E\u043B\u043D\u0438\u0441\u0442\u0430\u044F \u043B\u0438\u043D\u0438\u044F","translationServices.custom":"\u041F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u0435\u043B\u044C\u0441\u043A\u0438\u0439 API","translationServices.tencent":"\u041F\u0435\u0440\u0435\u0432\u043E\u0434\u0447\u0438\u043A Tencent","translationServices.tenAlpha":"Tencent Translator (Alpha)","translationServices.google":"Google Translate","translationServices.bai":"Baidu (Alpha)","translationServices.baidu":"\u041F\u0435\u0440\u0435\u0432\u043E\u0434 Baidu","translationServices.aliyun":"\u041F\u0435\u0440\u0435\u0432\u043E\u0434 AliCloud","translationServices.volc":"\u043F\u0435\u0440\u0435\u0432\u043E\u0434 \u0432\u0443\u043B\u043A\u0430\u043D\u0430","translationServices.deeplx":"DeepLX (Beta)","translationServices.bing":"Microsoft Translate","translationServices.deepl":"DeepL","translationServices.wechat":"\u041F\u0435\u0440\u0435\u0432\u043E\u0434 WeChat","translationServices.azure":"\u041B\u0430\u0437\u0443\u0440\u043D\u044B\u0439 \u043F\u0435\u0440\u0435\u0432\u043E\u0434","translationServices.ibm":"IBM Watson","translationServices.aws":"\u041F\u0435\u0440\u0435\u0432\u043E\u0434 Amazon","translationServices.mock":"\u0418\u043C\u0438\u0442\u0430\u0446\u0438\u044F \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430","translationServices.mock2":"\u0418\u043C\u0438\u0442\u0430\u0446\u0438\u044F \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430 2","translationServices.caiyun":"\u043B\u0438\u0442. \u0440\u0430\u0437\u043D\u043E\u0446\u0432\u0435\u0442\u043D\u044B\u0435 \u043E\u0431\u043B\u0430\u043A\u0430 \u0438 \u043D\u0435\u0431\u043E\u043B\u044C\u0448\u0438\u0435 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u044B","translationServices.cai":"\u0420\u0430\u0437\u043D\u043E\u0446\u0432\u0435\u0442\u043D\u044B\u0435 \u043E\u0431\u043B\u0430\u043A\u0430 (\u0410\u043B\u044C\u0444\u0430)","translationServices.volcAlpha":"\u0412\u0443\u043B\u043A\u0430\u043D (\u0410\u043B\u044C\u0444\u0430)","translationServices.openl":"OpenL","translationServices.youdao":"\u041F\u0435\u0440\u0435\u0432\u043E\u0434 \u043D\u0430 Youtube","translationServices.you":"\u041F\u0435\u0440\u0435\u0432\u043E\u0434\u0447\u0438\u043A Youdao (\u0410\u043B\u044C\u0444\u0430)","translationServices.transmart":"\u041F\u0435\u0440\u0435\u0432\u043E\u0434 Tencent Interactive","translationServices.niu":"Maverick Translator","translationServices.papago":"\u041F\u0435\u0440\u0435\u0432\u043E\u0434 Papago","translationServices.d":"D (Alpha)","translationServices.dpro":"D Pro (Canary)","translationServices.openai":"OpenAI","translationServices.yandex":"Yandex","translationServices.chatgpt":"ChatGPT Web(3.5 mobile)","translate title":"\u041F\u0435\u0440\u0435\u0432\u043E\u0434 \u0437\u0430\u0433\u043E\u043B\u043E\u0432\u043A\u043E\u0432 \u0441\u0442\u0440\u0430\u043D\u0438\u0446","always languages":"\u0412\u0441\u0435\u0433\u0434\u0430 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0438\u0442\u0435 \u044F\u0437\u044B\u043A",neverTranslateLanguagesLabel:"\u042F\u0437\u044B\u043A, \u043A\u043E\u0442\u043E\u0440\u044B\u0439 \u043D\u0438\u043A\u043E\u0433\u0434\u0430 \u043D\u0435 \u0431\u0443\u0434\u0435\u0442 \u043F\u0435\u0440\u0435\u0432\u0435\u0434\u0435\u043D",neverTranslateTheFollowingLanguagesDescription:"\u041F\u0435\u0440\u0435\u0432\u043E\u0434\u044B \u043F\u0440\u043E\u043F\u0443\u0441\u043A\u0430\u044E\u0442\u0441\u044F, \u0435\u0441\u043B\u0438 \u0430\u0431\u0437\u0430\u0446 \u043D\u0430 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u0435 \u043D\u0430\u043F\u0438\u0441\u0430\u043D \u043D\u0430 \u043E\u0434\u043D\u043E\u043C \u0438\u0437 \u0441\u043B\u0435\u0434\u0443\u044E\u0449\u0438\u0445 \u044F\u0437\u044B\u043A\u043E\u0432",enableUserscriptPagePopup:"\u041F\u043E\u043A\u0430\u0437\u044B\u0432\u0430\u0442\u044C \u043D\u0430\u0432\u0435\u0434\u0435\u043D\u043D\u044B\u0439 \u0448\u0430\u0440 \u043D\u0430 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u0435",enableUserscriptPagePopupDescription:"\u041F\u043E\u0441\u043B\u0435 \u0432\u044B\u043A\u043B\u044E\u0447\u0435\u043D\u0438\u044F \u0445\u043E\u0432\u0435\u0440\u0431\u043E\u043B\u0430 \u0435\u0433\u043E \u043C\u043E\u0436\u043D\u043E \u0432\u044B\u0437\u0432\u0430\u0442\u044C \u0441 \u043F\u043E\u043C\u043E\u0449\u044C\u044E \u044F\u0440\u043B\u044B\u043A\u0430 /{touch}. \u041D\u0430\u0441\u0442\u043E\u044F\u0442\u0435\u043B\u044C\u043D\u043E \u0440\u0435\u043A\u043E\u043C\u0435\u043D\u0434\u0443\u0435\u0442\u0441\u044F \u0434\u043E\u0431\u0430\u0432\u0438\u0442\u044C \u044D\u0442\u0443 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u0443 \u043D\u0430\u0441\u0442\u0440\u043E\u0435\u043A \u0432 \u0437\u0430\u043A\u043B\u0430\u0434\u043A\u0438, \u0447\u0442\u043E\u0431\u044B \u043D\u0435 \u043D\u0430\u0439\u0442\u0438 \u0445\u043E\u0432\u0435\u0440\u0431\u043E\u043B \u043F\u043E\u0441\u043B\u0435 \u0441\u043B\u0443\u0447\u0430\u0439\u043D\u043E\u0433\u043E \u043E\u0442\u043A\u043B\u044E\u0447\u0435\u043D\u0438\u044F \u044D\u0442\u043E\u0439 \u043E\u043F\u0446\u0438\u0438!","always translate the following languages":"\u0410\u0432\u0442\u043E\u043C\u0430\u0442\u0438\u0447\u0435\u0441\u043A\u0438\u0439 \u043F\u0435\u0440\u0435\u0432\u043E\u0434 \u043D\u0430 \u0446\u0435\u043B\u0435\u0432\u043E\u0439 \u044F\u0437\u044B\u043A, \u0435\u0441\u043B\u0438 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u0430 \u043D\u0430\u043F\u0438\u0441\u0430\u043D\u0430 \u043D\u0430 \u043E\u0434\u043D\u043E\u043C \u0438\u0437 \u0441\u043B\u0435\u0434\u0443\u044E\u0449\u0438\u0445 \u044F\u0437\u044B\u043A\u043E\u0432","always sites":"\u0412\u0441\u0435\u0433\u0434\u0430 \u043F\u0435\u0440\u0435\u0432\u0435\u0434\u0435\u043D\u043D\u044B\u0435 \u0432\u0435\u0431-\u0441\u0430\u0439\u0442\u044B","always translate the following sites":"\u0412\u0435\u0431-\u0441\u0430\u0439\u0442\u044B \u0430\u0432\u0442\u043E\u043C\u0430\u0442\u0438\u0447\u0435\u0441\u043A\u0438 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u044F\u0442\u0441\u044F \u043D\u0430 \u044F\u0437\u044B\u043A \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430, \u0435\u0441\u043B\u0438 \u043E\u043D\u0438 \u044F\u0432\u043B\u044F\u044E\u0442\u0441\u044F \u0434\u043E\u043C\u0435\u043D\u043D\u044B\u043C\u0438 \u0438\u043C\u0435\u043D\u0430\u043C\u0438","never sites":"\u041D\u0435\u043F\u0435\u0440\u0435\u0432\u0435\u0434\u0435\u043D\u043D\u044B\u0439 \u0441\u0430\u0439\u0442","never translate the following sites":"\u041F\u0435\u0440\u0435\u0432\u043E\u0434 \u043D\u0435 \u0431\u0443\u0434\u0435\u0442 \u0432\u044B\u043F\u043E\u043B\u043D\u044F\u0442\u044C\u0441\u044F, \u0435\u0441\u043B\u0438 \u0441\u0430\u0439\u0442 \u043F\u0440\u0435\u0434\u043D\u0430\u0437\u043D\u0430\u0447\u0435\u043D \u0434\u043B\u044F \u0441\u043B\u0435\u0434\u0443\u044E\u0449\u0438\u0445 \u0434\u043E\u043C\u0435\u043D\u043E\u0432","please refer to":"\u041F\u0435\u0440\u0435\u0434 \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u043D\u0438\u0435\u043C \u043D\u0435\u043E\u0431\u0445\u043E\u0434\u0438\u043C\u043E \u0437\u0430\u043F\u043E\u043B\u043D\u0438\u0442\u044C \u043A\u043B\u044E\u0447.",KeyAndConfigurationTutorial:"\u0423\u0447\u0435\u0431\u043D\u0438\u043A \u043F\u043E \u043F\u0440\u0438\u043C\u0435\u043D\u0435\u043D\u0438\u044E \u0438 \u043D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0435 \u043A\u043B\u044E\u0447\u0435\u0439",useAboveStyleForTheseSites:"\u0412\u0441\u0435\u0433\u0434\u0430 \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u0443\u0439\u0442\u0435 \u0441\u0442\u0438\u043B\u044C \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430 \u2308{theme}\u230B, \u0435\u0441\u043B\u0438 \u0441\u0430\u0439\u0442 \u043F\u0440\u0435\u0434\u043D\u0430\u0437\u043D\u0430\u0447\u0435\u043D \u0434\u043B\u044F \u0441\u043B\u0435\u0434\u0443\u044E\u0449\u0438\u0445 \u0434\u043E\u043C\u0435\u043D\u043E\u0432",currentUrl:"\u0422\u0435\u043A\u0443\u0449\u0438\u0439 URL",confirm:"\u0441\u043E\u0445\u0440\u0430\u043D\u044F\u0442\u044C (\u0444\u0430\u0439\u043B \u0438 \u0442.\u0434.) (\u0432\u044B\u0447\u0438\u0441\u043B\u0438\u0442\u0435\u043B\u044C\u043D\u0430\u044F \u0442\u0435\u0445\u043D\u0438\u043A\u0430)",cancel:"\u043E\u0442\u043C\u0435\u043D\u044B",delete:"\u0443\u0434\u0430\u043B\u0435\u043D\u0438\u0435","languages.auto":"\u0430\u0432\u0442\u043E\u043C\u0430\u0442\u0438\u0447\u0435\u0441\u043A\u043E\u0435 \u043E\u0431\u043D\u0430\u0440\u0443\u0436\u0435\u043D\u0438\u0435",syncToCloud:"\u0421\u0438\u043D\u0445\u0440\u043E\u043D\u0438\u0437\u0430\u0446\u0438\u044F \u0441 Google Drive",syncToCloudDescription:"\u0417\u0430\u0433\u0440\u0443\u0436\u0435\u043D\u043D\u0430\u044F \u0432 \u043E\u0431\u043B\u0430\u043A\u043E, \u043A\u043E\u043D\u0444\u0438\u0433\u0443\u0440\u0430\u0446\u0438\u044F \u043C\u043E\u0436\u0435\u0442 \u0431\u044B\u0442\u044C \u0441\u0438\u043D\u0445\u0440\u043E\u043D\u0438\u0437\u0438\u0440\u043E\u0432\u0430\u043D\u0430 \u043C\u0435\u0436\u0434\u0443 \u0440\u0430\u0437\u043B\u0438\u0447\u043D\u044B\u043C\u0438 \u0431\u0440\u0430\u0443\u0437\u0435\u0440\u0430\u043C\u0438/\u0441\u043A\u0440\u0438\u043F\u0442\u0430\u043C\u0438 grease monkey, \u0432 \u0437\u0430\u0432\u0438\u0441\u0438\u043C\u043E\u0441\u0442\u0438 \u043E\u0442 \u0442\u043E\u0433\u043E, \u0447\u0442\u043E \u0431\u044B\u043B\u043E \u0438\u0437\u043C\u0435\u043D\u0435\u043D\u043E \u043F\u043E\u0441\u043B\u0435\u0434\u043D\u0438\u043C.",syncToAccount:"\u0421\u0438\u043D\u0445\u0440\u043E\u043D\u0438\u0437\u0430\u0446\u0438\u044F \u0441 \u043E\u0431\u043B\u0430\u043A\u043E\u043C \u0438\u043C\u043C\u0435\u0440\u0441\u0438\u0432\u043D\u043E\u0433\u043E \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430",syncToAccountButton:"\u041C\u0433\u043D\u043E\u0432\u0435\u043D\u043D\u0430\u044F \u0441\u0438\u043D\u0445\u0440\u043E\u043D\u0438\u0437\u0430\u0446\u0438\u044F \u0441 \u043E\u0431\u043B\u0430\u043A\u043E\u043C",syncToAccountDescription:"\u0410\u0432\u0442\u043E\u043C\u0430\u0442\u0438\u0447\u0435\u0441\u043A\u0430\u044F \u0441\u0438\u043D\u0445\u0440\u043E\u043D\u0438\u0437\u0430\u0446\u0438\u044F \u043A\u043E\u043D\u0444\u0438\u0433\u0443\u0440\u0430\u0446\u0438\u0439 \u043C\u0435\u0436\u0434\u0443 \u0440\u0430\u0437\u043B\u0438\u0447\u043D\u044B\u043C\u0438 \u0443\u0441\u0442\u0440\u043E\u0439\u0441\u0442\u0432\u0430\u043C\u0438 \u0432 \u0437\u0430\u0432\u0438\u0441\u0438\u043C\u043E\u0441\u0442\u0438 \u043E\u0442 \u0442\u043E\u0433\u043E, \u043A\u0430\u043A\u0430\u044F \u0438\u0437 \u043D\u0438\u0445 \u0431\u044B\u043B\u0430 \u0438\u0437\u043C\u0435\u043D\u0435\u043D\u0430 \u043F\u043E\u0441\u043B\u0435\u0434\u043D\u0435\u0439.",successSyncConfigInAccount:"\u0423\u0441\u043F\u0435\u0448\u043D\u0430\u044F \u0441\u0438\u043D\u0445\u0440\u043E\u043D\u0438\u0437\u0430\u0446\u0438\u044F \u0441 \u043E\u0431\u043B\u0430\u043A\u043E\u043C",successSyncConfigToAccount:"\u0423\u0441\u043F\u0435\u0448\u043D\u0430\u044F \u0441\u0438\u043D\u0445\u0440\u043E\u043D\u0438\u0437\u0430\u0446\u0438\u044F \u0441 \u043E\u0431\u043B\u0430\u043A\u043E\u043C",syncConfigNoUpdate:"\u041E\u043D\u0430 \u0443\u0436\u0435 \u0441\u043E\u043E\u0442\u0432\u0435\u0442\u0441\u0442\u0432\u0443\u0435\u0442 \u0441\u043E\u0432\u0440\u0435\u043C\u0435\u043D\u043D\u044B\u043C \u0442\u0440\u0435\u0431\u043E\u0432\u0430\u043D\u0438\u044F\u043C.",authFail:"\u0421\u0431\u043E\u0439 \u0430\u0432\u0442\u043E\u0440\u0438\u0437\u0430\u0446\u0438\u0438",syncTitle:"\u0420\u0443\u0447\u043D\u043E\u0435 \u0443\u043F\u0440\u0430\u0432\u043B\u0435\u043D\u0438\u0435 \u0440\u0435\u0437\u0435\u0440\u0432\u043D\u044B\u043C \u043A\u043E\u043F\u0438\u0440\u043E\u0432\u0430\u043D\u0438\u0435\u043C",import_hint:"\u0438\u043C\u043F\u043E\u0440\u0442 (\u0434\u0430\u043D\u043D\u044B\u0435)",upload:"\u0437\u0430\u0433\u0440\u0443\u0437\u0438\u0442\u044C",revokeAuth:"\u043E\u0442\u043E\u0437\u0432\u0430\u0442\u044C \u0440\u0430\u0437\u0440\u0435\u0448\u0435\u043D\u0438\u0435",uploadFail:"\u0417\u0430\u0433\u0440\u0443\u0437\u043A\u0430 \u043D\u0435 \u0443\u0434\u0430\u043B\u0430\u0441\u044C",download:"\u0437\u0430\u0433\u0440\u0443\u0437\u043A\u0430",importSuccess:"\u0423\u0441\u043F\u0435\u0448\u043D\u043E \u0438\u043C\u043F\u043E\u0440\u0442\u0438\u0440\u0443\u0435\u0442\u0441\u044F",importFail:"\u0441\u0431\u043E\u0439 \u0438\u043C\u043F\u043E\u0440\u0442\u0430",deleteFail:"\u041D\u0435 \u0443\u0434\u0430\u043B\u043E\u0441\u044C \u0443\u0434\u0430\u043B\u0438\u0442\u044C",backupToCloud:"\u0420\u0443\u0447\u043D\u043E\u0435 \u0443\u043F\u0440\u0430\u0432\u043B\u0435\u043D\u0438\u0435 \u0444\u0430\u0439\u043B\u0430\u043C\u0438 \u0440\u0435\u0437\u0435\u0440\u0432\u043D\u043E\u0433\u043E \u043A\u043E\u043F\u0438\u0440\u043E\u0432\u0430\u043D\u0438\u044F",create_new_backup:"\u0414\u043E\u0431\u0430\u0432\u043B\u0435\u043D\u0438\u0435 \u043D\u043E\u0432\u043E\u0433\u043E \u0443\u0437\u043B\u0430 \u0440\u0435\u0437\u0435\u0440\u0432\u043D\u043E\u0433\u043E \u043A\u043E\u043F\u0438\u0440\u043E\u0432\u0430\u043D\u0438\u044F",maxBackupFiles:"\u0420\u0435\u0437\u0435\u0440\u0432\u043D\u043E\u0435 \u043A\u043E\u043F\u0438\u0440\u043E\u0432\u0430\u043D\u0438\u0435 \u043C\u043E\u0436\u0435\u0442 \u0431\u044B\u0442\u044C \u0432\u044B\u043F\u043E\u043B\u043D\u0435\u043D\u043E \u0434\u043E{count}\u0440\u0430\u0437\u043B\u0438\u0447\u043D\u044B\u0445 \u0443\u0437\u043B\u043E\u0432, \u0443\u0434\u0430\u043B\u0438\u0442\u0435 \u043D\u0435\u043D\u0443\u0436\u043D\u044B\u0435 \u0443\u0437\u043B\u044B.",backupToCloudDescription:"\u0420\u0443\u0447\u043D\u0430\u044F \u0437\u0430\u0433\u0440\u0443\u0437\u043A\u0430 \u0438\u043B\u0438 \u0432\u043E\u0441\u0441\u0442\u0430\u043D\u043E\u0432\u043B\u0435\u043D\u0438\u0435 \u0444\u0430\u0439\u043B\u043E\u0432 \u0440\u0435\u0437\u0435\u0440\u0432\u043D\u044B\u0445 \u043A\u043E\u043F\u0438\u0439, \u043F\u043E\u0437\u0432\u043E\u043B\u044F\u044E\u0449\u0430\u044F \u0441\u043E\u0437\u0434\u0430\u0432\u0430\u0442\u044C \u0434\u043E 3 \u0440\u0430\u0437\u043B\u0438\u0447\u043D\u044B\u0445 \u0440\u0435\u0437\u0435\u0440\u0432\u043D\u044B\u0445 \u043A\u043E\u043F\u0438\u0439",successSyncConfig:"\u0423\u0441\u043F\u0435\u0448\u043D\u0430\u044F \u0441\u0438\u043D\u0445\u0440\u043E\u043D\u0438\u0437\u0430\u0446\u0438\u044F \u0441 \u043E\u0431\u043B\u0430\u043A\u043E\u043C",syncFail:"\u0441\u0431\u043E\u0439 \u0441\u0438\u043D\u0445\u0440\u043E\u043D\u0438\u0437\u0430\u0446\u0438\u0438",updatedAt:"\u041E\u0431\u043D\u043E\u0432\u043B\u0435\u043D\u043E \u0441 \u0441\u0430\u0439\u0442\u0430 {date}",lastSyncedAt:"\u041F\u043E\u0441\u043B\u0435\u0434\u043D\u044F\u044F \u043F\u0440\u043E\u0432\u0435\u0440\u043A\u0430 \u043D\u0430 \u0441\u0430\u0439\u0442\u0435 {date}",downloadFail:"\u041D\u0435 \u0443\u0434\u0430\u043B\u043E\u0441\u044C \u0437\u0430\u0433\u0440\u0443\u0437\u0438\u0442\u044C",clickToDownload:"\u041D\u0430\u0436\u043C\u0438\u0442\u0435 \u0434\u043B\u044F \u0437\u0430\u0433\u0440\u0443\u0437\u043A\u0438",aboutLabel:"\u041E \u043A\u043E\u043C\u043F\u0430\u043D\u0438\u0438 - \u041E\u0431\u0440\u0430\u0442\u043D\u0430\u044F \u0441\u0432\u044F\u0437\u044C","browser.openAboutPage":"\u0418\u043D\u0444\u043E\u0440\u043C\u0430\u0446\u0438\u044F/\u041E\u0442\u0437\u044B\u0432\u044B",aboutLabelWithoutSponsor:"\u041E \u043A\u043E\u043C\u043F\u0430\u043D\u0438\u0438 - \u041E\u0431\u0440\u0430\u0442\u043D\u0430\u044F \u0441\u0432\u044F\u0437\u044C",aboutIntro:"\u041F\u0443\u0441\u0442\u044C \u043D\u0430\u043C \u0432\u0441\u0435\u043C \u0431\u0443\u0434\u0435\u0442 \u043B\u0435\u0433\u0447\u0435 \u0438 \u043F\u0440\u0438\u044F\u0442\u043D\u0435\u0435 \u043F\u043E\u043B\u0443\u0447\u0430\u0442\u044C \u0434\u043E\u0441\u0442\u0443\u043F \u043A \u043E\u0433\u0440\u043E\u043C\u043D\u043E\u043C\u0443 \u043A\u043E\u043B\u0438\u0447\u0435\u0441\u0442\u0432\u0443 \u0438\u043D\u0444\u043E\u0440\u043C\u0430\u0446\u0438\u0438 \u043D\u0430 \u0438\u043D\u043E\u0441\u0442\u0440\u0430\u043D\u043D\u044B\u0445 \u044F\u0437\u044B\u043A\u0430\u0445 \u0432 \u0418\u043D\u0442\u0435\u0440\u043D\u0435\u0442\u0435 \u2764\uFE0F \u0412\u044B \u043C\u043E\u0436\u0435\u0442\u0435 \u0430\u043A\u0442\u0438\u0432\u0438\u0440\u043E\u0432\u0430\u0442\u044C <6>\u0447\u043B\u0435\u043D\u0441\u0442\u0432\u043E \u0432 \u043F\u0440\u043E\u0433\u0440\u0430\u043C\u043C\u0435 Pro, \u0447\u0442\u043E\u0431\u044B \u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u044C\u0441\u044F \u0433\u043E\u0442\u043E\u0432\u044B\u043C\u0438 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430\u043C\u0438 DeepL \u0438 OpenAI.

\u0412\u044B \u043C\u043E\u0436\u0435\u0442\u0435 \u0441\u043B\u0435\u0434\u0438\u0442\u044C \u0437\u0430 \u043D\u0430\u043C\u0438 \u0432 <3>Twitter, <4>Telegram, Weibo, WeChat \u0438\u043B\u0438 <5>\u043F\u043E\u0434\u043F\u0438\u0441\u0430\u0442\u044C\u0441\u044F \u043D\u0430 \u043D\u0430\u0448\u0443 \u0440\u0430\u0441\u0441\u044B\u043B\u043A\u0443 \u043D\u0438\u0436\u0435, \u0447\u0442\u043E\u0431\u044B \u043E\u0442\u0441\u043B\u0435\u0436\u0438\u0432\u0430\u0442\u044C \u043E\u0431\u043D\u043E\u0432\u043B\u0435\u043D\u0438\u044F.
<7>\u0423\u0447\u0430\u0441\u0442\u043D\u0438\u043A\u0438 \u043F\u0440\u043E\u0433\u0440\u0430\u043C\u043C\u044B Pro \u043C\u043E\u0433\u0443\u0442 \u0441\u0432\u044F\u0437\u0430\u0442\u044C\u0441\u044F \u0441 \u043D\u0430\u043C\u0438 \u043F\u043E \u0430\u0434\u0440\u0435\u0441\u0443 <8>support@immersivetranslate.com \u0434\u043B\u044F \u0431\u044B\u0441\u0442\u0440\u043E\u0433\u043E \u043E\u0431\u0441\u043B\u0443\u0436\u0438\u0432\u0430\u043D\u0438\u044F \u043A\u043B\u0438\u0435\u043D\u0442\u043E\u0432.",aboutIntroWithoutSponsor:"\u041F\u0443\u0441\u0442\u044C \u0432\u0441\u0435\u043C \u043D\u0430\u043C \u0431\u0443\u0434\u0435\u0442 \u043B\u0435\u0433\u0447\u0435 \u0438 \u043F\u0440\u0438\u044F\u0442\u043D\u0435\u0435 \u043F\u043E\u043B\u0443\u0447\u0430\u0442\u044C \u0434\u043E\u0441\u0442\u0443\u043F \u043A \u043E\u0433\u0440\u043E\u043C\u043D\u043E\u043C\u0443 \u043A\u043E\u043B\u0438\u0447\u0435\u0441\u0442\u0432\u0443 \u0438\u043D\u0444\u043E\u0440\u043C\u0430\u0446\u0438\u0438 \u043D\u0430 \u0438\u043D\u043E\u0441\u0442\u0440\u0430\u043D\u043D\u044B\u0445 \u044F\u0437\u044B\u043A\u0430\u0445, \u0434\u043E\u0441\u0442\u0443\u043F\u043D\u043E\u0439 \u0432 \u0418\u043D\u0442\u0435\u0440\u043D\u0435\u0442\u0435 \u2764\uFE0F

\u0412\u044B \u043C\u043E\u0436\u0435\u0442\u0435 \u0441\u043B\u0435\u0434\u0438\u0442\u044C \u0437\u0430 \u043D\u0430\u043C\u0438 \u0432 <3>Twitter, <4>Telegram-\u043A\u0430\u043D\u0430\u043B\u0435, WeChat, WeChat Exchange \u0438\u043B\u0438 <5>\u043F\u043E\u0434\u043F\u0438\u0441\u0430\u0442\u044C\u0441\u044F \u043D\u0430 \u043E\u0442\u0441\u043B\u0435\u0436\u0438\u0432\u0430\u043D\u0438\u0435 \u043E\u0431\u043D\u043E\u0432\u043B\u0435\u043D\u0438\u0439 \u043F\u043E <5>\u044D\u043B\u0435\u043A\u0442\u0440\u043E\u043D\u043D\u043E\u0439 \u043F\u043E\u0447\u0442\u0435 \u043D\u0438\u0436\u0435.",projectHomepage:'\u041F\u0440\u043E\u0435\u043A\u0442 "\u0414\u043E\u043C',joinTelegramGroup:"\u041F\u0440\u0438\u0441\u043E\u0435\u0434\u0438\u043D\u044F\u0439\u0442\u0435\u0441\u044C \u043A \u0433\u0440\u0443\u043F\u043F\u0435 \u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u0435\u043B\u0435\u0439 \u0434\u043B\u044F \u0443\u0447\u0430\u0441\u0442\u0438\u044F \u0432 \u043E\u0431\u0441\u0443\u0436\u0434\u0435\u043D\u0438\u0438 \u0444\u0443\u043D\u043A\u0446\u0438\u0439",wechatPublicAccount:"WeChat Public",wechatCommunities:"\u0413\u0440\u0443\u043F\u043F\u0430 \u043E\u0431\u043C\u0435\u043D\u0430 WeChat",qqCommunities:"\u041A\u0430\u043D\u0430\u043B \u0441\u0432\u044F\u0437\u0438 QQ",joinTelegramChannel:"\u0421\u043B\u0435\u0434\u0438\u0442\u0435 \u0437\u0430 \u043E\u0431\u043D\u043E\u0432\u043B\u0435\u043D\u0438\u044F\u043C\u0438 \u0432 Telegram-\u043A\u0430\u043D\u0430\u043B\u0435",feedbackAndJoin:"\u0412\u043E\u043F\u0440\u043E\u0441 \u041E\u0431\u0440\u0430\u0442\u043D\u0430\u044F \u0441\u0432\u044F\u0437\u044C / \u0414\u043E\u0431\u0430\u0432\u0438\u0442\u044C \u0433\u0440\u0443\u043F\u043F\u0443",autoSync:"\u0430\u0432\u0442\u043E\u043C\u0430\u0442\u0438\u0447\u0435\u0441\u043A\u0430\u044F \u0441\u0438\u043D\u0445\u0440\u043E\u043D\u0438\u0437\u0430\u0446\u0438\u044F \u0432\u0440\u0435\u043C\u0435\u043D\u0438",loadingThemeTitle:"\u0421\u0442\u0438\u043B\u044C \u0437\u0430\u0433\u0440\u0443\u0437\u043A\u0438",loadingThemeDescription:"\u0423\u0441\u0442\u0430\u043D\u043E\u0432\u043A\u0430 \u0441\u0442\u0438\u043B\u044F \u043F\u0440\u0438 \u043E\u0436\u0438\u0434\u0430\u043D\u0438\u0438 \u0437\u0430\u0433\u0440\u0443\u0437\u043A\u0438 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430","loadingTheme.spinner":"\u0412\u0440\u0430\u0449\u0430\u044E\u0449\u0430\u044F\u0441\u044F \u0430\u043D\u0438\u043C\u0430\u0446\u0438\u044F","loadingTheme.text":"\u0441\u0442\u0430\u0442\u0438\u0447\u0435\u0441\u043A\u0438\u0439 \u0442\u0435\u043A\u0441\u0442 \u0447\u0435\u0433\u043E-\u043B. ","loadingTheme.none":"\u043D\u0435 \u043F\u043E\u043A\u0430\u0437\u0430\u043D\u043E",developerDescription:"\u0414\u043E\u043A\u0443\u043C\u0435\u043D\u0442\u0430\u0446\u0438\u044E \u043F\u043E \u0440\u0430\u0441\u0448\u0438\u0440\u0435\u043D\u043D\u043E\u0439 \u043D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0435 \u043C\u043E\u0436\u043D\u043E \u043D\u0430\u0439\u0442\u0438 <1>\u0437\u0434\u0435\u0441\u044C","edit border color":"\u0418\u0437\u043C\u0435\u043D\u0435\u043D\u0438\u0435 \u0446\u0432\u0435\u0442\u0430 \u0433\u0440\u0430\u043D\u0438\u0446\u044B",successSyncButNoChange:"\u0422\u0435\u043A\u0443\u0449\u0430\u044F \u043A\u043E\u043D\u0444\u0438\u0433\u0443\u0440\u0430\u0446\u0438\u044F \u0441\u043E\u043E\u0442\u0432\u0435\u0442\u0441\u0442\u0432\u0443\u0435\u0442 \u043E\u0431\u043B\u0430\u043A\u0443",customTheme:"\u041D\u0435\u0441\u0442\u0430\u043D\u0434\u0430\u0440\u0442\u043D\u044B\u0435 \u0446\u0432\u0435\u0442\u0430 \u0438 \u0440\u0430\u0437\u043C\u0435\u0440\u044B","customThemeLabel.borderColor":"\u0426\u0432\u0435\u0442 \u0433\u0440\u0430\u043D\u0438\u0446\u044B","customThemeLabel.borderRadius":"\u0421\u043A\u0440\u0443\u0433\u043B\u0435\u043D\u043D\u044B\u0435 \u043A\u0440\u0430\u044F","customThemeLabel.textColor":"\u0446\u0432\u0435\u0442 \u0442\u0435\u043A\u0441\u0442\u0430","customThemeLabel.backgroundColor":"\u0446\u0432\u0435\u0442 \u0444\u043E\u043D\u0430","customThemeLabel.zoom":"\u041C\u0430\u0441\u0448\u0442\u0430\u0431\u0438\u0440\u043E\u0432\u0430\u043D\u0438\u0435 \u0448\u0440\u0438\u0444\u0442\u0430 (%)","customThemeLabel.opacity":"\u041D\u0435\u043F\u0440\u043E\u0437\u0440\u0430\u0447\u043D\u043E\u0441\u0442\u044C \u0442\u0435\u043A\u0441\u0442\u0430 (%)",resetToDefaultColor:"\u0412\u043E\u0441\u0441\u0442\u0430\u043D\u043E\u0432\u043B\u0435\u043D\u0438\u0435 \u0446\u0432\u0435\u0442\u043E\u0432 \u043F\u043E \u0443\u043C\u043E\u043B\u0447\u0430\u043D\u0438\u044E",resetToDefaultSettings:"\u0412\u043E\u0441\u0441\u0442\u0430\u043D\u043E\u0432\u043B\u0435\u043D\u0438\u0435 \u043D\u0430\u0441\u0442\u0440\u043E\u0435\u043A \u043F\u043E \u0443\u043C\u043E\u043B\u0447\u0430\u043D\u0438\u044E",isTranslateTitle:"\u0412\u043A\u043B\u044E\u0447\u0438\u0442\u044C \u043F\u0435\u0440\u0435\u0432\u043E\u0434 \u0437\u0430\u0433\u043E\u043B\u043E\u0432\u043A\u043E\u0432 \u0441\u0442\u0440\u0430\u043D\u0438\u0446",isTranslateTitleDescription:"\u041F\u0440\u0438 \u043E\u0442\u043A\u0440\u044B\u0442\u0438\u0438 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u044B \u0435\u0435 \u0437\u0430\u0433\u043E\u043B\u043E\u0432\u043E\u043A \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0438\u0442\u0441\u044F",enableSearchEnhancement:"\u0412\u043A\u043B\u044E\u0447\u0435\u043D\u0438\u0435 \u0444\u0443\u043D\u043A\u0446\u0438\u0438 \u0440\u0430\u0441\u0448\u0438\u0440\u0435\u043D\u0438\u044F \u0434\u0432\u0443\u044F\u0437\u044B\u0447\u043D\u044B\u0445 \u0441\u043E\u043E\u0431\u0449\u0435\u043D\u0438\u0439",enableSearchEnhancementDescription:'\u041F\u043E\u0441\u043B\u0435 \u0432\u043A\u043B\u044E\u0447\u0435\u043D\u0438\u044F \u044D\u0442\u043E\u0439 \u0444\u0443\u043D\u043A\u0446\u0438\u0438 \u0440\u0435\u0437\u0443\u043B\u044C\u0442\u0430\u0442\u044B \u043F\u043E\u0438\u0441\u043A\u0430 "Google \u041D\u043E\u0432\u043E\u0441\u0442\u0438" \u0431\u0443\u0434\u0443\u0442 \u0430\u0432\u0442\u043E\u043C\u0430\u0442\u0438\u0447\u0435\u0441\u043A\u0438 \u043E\u0442\u043E\u0431\u0440\u0430\u0436\u0430\u0442\u044C\u0441\u044F \u0432 \u043F\u0440\u0430\u0432\u043E\u0439 \u043A\u043E\u043B\u043E\u043D\u043A\u0435 \u043F\u043E\u0434\u0434\u0435\u0440\u0436\u0438\u0432\u0430\u0435\u043C\u044B\u0445 \u0441\u0430\u0439\u0442\u043E\u0432 (Google \u041D\u043E\u0432\u043E\u0441\u0442\u0438, Google \u041F\u043E\u0438\u0441\u043A (\u043D\u0435\u043A\u043E\u0442\u043E\u0440\u044B\u0435 \u043A\u043B\u044E\u0447\u0435\u0432\u044B\u0435 \u0441\u043B\u043E\u0432\u0430), Snowball, Oriental Fortune, Futura, Tiger Community) \u0434\u043B\u044F \u0441\u043E\u043E\u0442\u0432\u0435\u0442\u0441\u0442\u0432\u0443\u044E\u0449\u0438\u0445 \u0430\u043D\u0433\u043B\u0438\u0439\u0441\u043A\u0438\u0445 \u043A\u043B\u044E\u0447\u0435\u0432\u044B\u0445 \u0441\u043B\u043E\u0432.',verifyService:"\u041D\u0430\u0436\u043C\u0438\u0442\u0435 \u0437\u0434\u0435\u0441\u044C, \u0447\u0442\u043E\u0431\u044B \u043F\u0440\u043E\u0442\u0435\u0441\u0442\u0438\u0440\u043E\u0432\u0430\u0442\u044C \u0443\u0441\u043B\u0443\u0433\u0443",verified:"\u041F\u0440\u043E\u0432\u0435\u0440\u043A\u0430 \u0443\u0441\u043F\u0435\u0448\u043D\u043E\u0441\u0442\u0438","field.langs":"\u041F\u043E\u0434\u0434\u0435\u0440\u0436\u0438\u0432\u0430\u0435\u043C\u044B\u0435 \u043A\u043E\u0434\u044B \u044F\u0437\u044B\u043A\u043E\u0432","field.model":"\u043C\u043E\u0434\u0435\u043B\u0438\u0440\u043E\u0432\u0430\u043D\u0438\u0435","field.translationEngine":"\u043C\u0435\u0445\u0430\u043D\u0438\u0437\u043C \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430","field.limitPerMinute":"\u041C\u0430\u043A\u0441\u0438\u043C\u0430\u043B\u044C\u043D\u043E\u0435 \u043A\u043E\u043B\u0438\u0447\u0435\u0441\u0442\u0432\u043E \u0437\u0430\u043F\u0440\u043E\u0441\u043E\u0432 \u0432 \u043C\u0438\u043D\u0443\u0442\u0443","field.limitPerSecond":"\u041C\u0430\u043A\u0441\u0438\u043C\u0430\u043B\u044C\u043D\u043E\u0435 \u043A\u043E\u043B\u0438\u0447\u0435\u0441\u0442\u0432\u043E \u0437\u0430\u043F\u0440\u043E\u0441\u043E\u0432 \u0432 \u0441\u0435\u043A\u0443\u043D\u0434\u0443","field.maxTextLengthPerRequest":"\u041C\u0430\u043A\u0441\u0438\u043C\u0430\u043B\u044C\u043D\u0430\u044F \u0434\u043B\u0438\u043D\u0430 \u0442\u0435\u043A\u0441\u0442\u0430 \u0432 \u043E\u0434\u043D\u043E\u043C \u0437\u0430\u043F\u0440\u043E\u0441\u0435","field.maxTextGroupLengthPerRequest":"\u041C\u0430\u043A\u0441\u0438\u043C\u0430\u043B\u044C\u043D\u043E\u0435 \u043A\u043E\u043B\u0438\u0447\u0435\u0441\u0442\u0432\u043E \u043F\u0430\u0440\u0430\u0433\u0440\u0430\u0444\u043E\u0432 \u0432 \u043E\u0434\u043D\u043E\u043C \u0437\u0430\u043F\u0440\u043E\u0441\u0435","field.apiUrl":"\u0410\u0434\u0440\u0435\u0441 \u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u0435\u043B\u044C\u0441\u043A\u043E\u0433\u043E \u0438\u043D\u0442\u0435\u0440\u0444\u0435\u0439\u0441\u0430 API","field.placeholderDelimiters":"\u0437\u0430\u0440\u0435\u0437\u0435\u0440\u0432\u0438\u0440\u043E\u0432\u0430\u043D\u043D\u043E\u0435 \u043C\u0435\u0441\u0442\u043E","description.custom":"\u0414\u043E\u0441\u0442\u0443\u043F \u043A \u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u0435\u043B\u044C\u0441\u043A\u043E\u043C\u0443 \u0438\u043D\u0442\u0435\u0440\u0444\u0435\u0439\u0441\u0443 \u0422\u0440\u0435\u0431\u0443\u0435\u0442\u0441\u044F \u0434\u043E\u043A\u0443\u043C\u0435\u043D\u0442\u0430\u0446\u0438\u044F","description.limitPerMinute":"\u0417\u0430\u043F\u0440\u043E\u0441\u044B, \u043F\u0440\u0435\u0432\u044B\u0448\u0430\u044E\u0449\u0438\u0435 \u044D\u0442\u043E\u0442 \u043B\u0438\u043C\u0438\u0442, \u043F\u043E\u043F\u0430\u0434\u0430\u044E\u0442 \u0432 \u043E\u0447\u0435\u0440\u0435\u0434\u044C \u0434\u043E \u043D\u0430\u0447\u0430\u043B\u0430 \u0441\u043B\u0435\u0434\u0443\u044E\u0449\u0435\u0439 \u043C\u0438\u043D\u0443\u0442\u044B. \u0412 \u0441\u0432\u044F\u0437\u0438 \u0441 \u0440\u0430\u0437\u043B\u0438\u0447\u043D\u044B\u043C\u0438 \u043E\u0433\u0440\u0430\u043D\u0438\u0447\u0435\u043D\u0438\u044F\u043C\u0438 \u0442\u0435\u043A\u0443\u0449\u0435\u0433\u043E \u0441\u0435\u0440\u0432\u0438\u0441\u0430 OpenAI, \u043F\u043E\u0441\u043B\u0435\u0434\u043D\u0438\u0435 \u043F\u0440\u0435\u0434\u043B\u0430\u0433\u0430\u0435\u043C\u044B\u0435 \u0437\u043D\u0430\u0447\u0435\u043D\u0438\u044F \u043C\u043E\u0436\u043D\u043E \u043F\u043E\u0441\u043C\u043E\u0442\u0440\u0435\u0442\u044C <1>\u0437\u0434\u0435\u0441\u044C","description.limitPerSecond":"\u0417\u0430\u043F\u0440\u043E\u0441\u044B, \u043F\u0440\u0435\u0432\u044B\u0448\u0430\u044E\u0449\u0438\u0435 \u044D\u0442\u043E\u0442 \u043B\u0438\u043C\u0438\u0442, \u043F\u043E\u043F\u0430\u0434\u0430\u044E\u0442 \u0432 \u043E\u0447\u0435\u0440\u0435\u0434\u044C \u0434\u043E \u043D\u0430\u0447\u0430\u043B\u0430 \u0441\u043B\u0435\u0434\u0443\u044E\u0449\u0435\u0439 \u0441\u0435\u043A\u0443\u043D\u0434\u044B. \u0412 \u0441\u0432\u044F\u0437\u0438 \u0441 \u0440\u0430\u0437\u043B\u0438\u0447\u043D\u044B\u043C\u0438 \u043E\u0433\u0440\u0430\u043D\u0438\u0447\u0435\u043D\u0438\u044F\u043C\u0438 \u0442\u0435\u043A\u0443\u0449\u0435\u0433\u043E \u0441\u0435\u0440\u0432\u0438\u0441\u0430 OpenAI, \u043F\u043E\u0441\u043B\u0435\u0434\u043D\u0438\u0435 \u043F\u0440\u0435\u0434\u043B\u0430\u0433\u0430\u0435\u043C\u044B\u0435 \u0437\u043D\u0430\u0447\u0435\u043D\u0438\u044F \u043C\u043E\u0436\u043D\u043E \u043F\u043E\u0441\u043C\u043E\u0442\u0440\u0435\u0442\u044C <1>\u0437\u0434\u0435\u0441\u044C","description.generalLimitPerSecond":"\u0417\u0430\u043F\u0440\u043E\u0441\u044B, \u043F\u0440\u0435\u0432\u044B\u0448\u0430\u044E\u0449\u0438\u0435 \u044D\u0442\u043E\u0442 \u043B\u0438\u043C\u0438\u0442, \u043F\u043E\u043F\u0430\u0434\u0430\u044E\u0442 \u0432 \u043E\u0447\u0435\u0440\u0435\u0434\u044C \u0434\u043E \u043D\u0430\u0447\u0430\u043B\u0430 \u0441\u043B\u0435\u0434\u0443\u044E\u0449\u0435\u0439 \u0441\u0435\u043A\u0443\u043D\u0434\u044B.","description.prompt":"\u041E\u0442\u043F\u0440\u0430\u0432\u0438\u0442\u044C \u0434\u0438\u0430\u043B\u043E\u0433 {service} \u043E\u0442 \u0438\u043C\u0435\u043D\u0438 \u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u0435\u043B\u044F, \u0433\u0434\u0435 {{text}} \u043E\u0431\u043E\u0437\u043D\u0430\u0447\u0430\u0435\u0442 \u0442\u0435\u043A\u0441\u0442 \u043F\u0430\u0440\u0430\u0433\u0440\u0430\u0444\u0430, {{from}} \u043E\u0431\u043E\u0437\u043D\u0430\u0447\u0430\u0435\u0442 \u044F\u0437\u044B\u043A \u043F\u0430\u0440\u0430\u0433\u0440\u0430\u0444\u0430, \u0430 {{to}} \u043E\u0431\u043E\u0437\u043D\u0430\u0447\u0430\u0435\u0442 \u0446\u0435\u043B\u0435\u0432\u043E\u0439 \u044F\u0437\u044B\u043A.","description.maxTextLengthPerRequest":"\u041C\u0430\u043A\u0441\u0438\u043C\u0430\u043B\u044C\u043D\u043E\u0435 \u043A\u043E\u043B\u0438\u0447\u0435\u0441\u0442\u0432\u043E \u0441\u0438\u043C\u0432\u043E\u043B\u043E\u0432 \u0432 \u043E\u0434\u043D\u043E\u043C \u0437\u0430\u043F\u0440\u043E\u0441\u0435 \u0441\u043B\u0438\u0448\u043A\u043E\u043C \u0432\u0435\u043B\u0438\u043A\u043E, \u0447\u0442\u043E \u043F\u0440\u0438\u0432\u043E\u0434\u0438\u0442 \u043A \u043C\u0435\u0434\u043B\u0435\u043D\u043D\u043E\u043C\u0443 \u043E\u0442\u043A\u043B\u0438\u043A\u0443 \u0438\u043D\u0442\u0435\u0440\u0444\u0435\u0439\u0441\u0430, \u043F\u043E\u044D\u0442\u043E\u043C\u0443 \u043F\u043E\u043F\u0440\u043E\u0431\u0443\u0439\u0442\u0435 \u043E\u0442\u0440\u0435\u0433\u0443\u043B\u0438\u0440\u043E\u0432\u0430\u0442\u044C \u044D\u0442\u043E\u0442 \u043F\u0430\u0440\u0430\u043C\u0435\u0442\u0440 \u0434\u043B\u044F \u043E\u043F\u0442\u0438\u043C\u0438\u0437\u0430\u0446\u0438\u0438 \u0441\u043A\u043E\u0440\u043E\u0441\u0442\u0438 \u0440\u0430\u0431\u043E\u0442\u044B","description.systemPrompt":"\u0414\u0438\u0430\u043B\u043E\u0433, \u043F\u0435\u0440\u0435\u0434\u0430\u043D\u043D\u044B\u0439 \u0432 OpenAI \u043A\u0430\u043A \u0432 \u0441\u0438\u0441\u0442\u0435\u043C\u0443, \u0433\u0434\u0435 {{text}} \u0443\u043A\u0430\u0437\u044B\u0432\u0430\u0435\u0442 \u043D\u0430 \u0442\u0435\u043A\u0441\u0442\u043E\u0432\u043E\u0435 \u0441\u043E\u0434\u0435\u0440\u0436\u0430\u043D\u0438\u0435 \u0430\u0431\u0437\u0430\u0446\u0430,{{from}} - \u043D\u0430 \u044F\u0437\u044B\u043A \u0430\u0431\u0437\u0430\u0446\u0430, \u0430{{to}} - \u043D\u0430 \u0446\u0435\u043B\u0435\u0432\u043E\u0439 \u044F\u0437\u044B\u043A.","field.domain":"\u0446\u0430\u0440\u0441\u0442\u0432\u043E","description.domain":"\u041F\u043E \u0443\u043C\u043E\u043B\u0447\u0430\u043D\u0438\u044E \u0443\u0441\u0442\u0430\u043D\u043E\u0432\u043B\u0435\u043D\u043E \u0437\u043D\u0430\u0447\u0435\u043D\u0438\u0435\uFF1Ageneral. \u041C\u043E\u0436\u0435\u0442 \u0431\u044B\u0442\u044C \u0443\u0441\u0442\u0430\u043D\u043E\u0432\u043B\u0435\u043D\u043E \u0442\u043E\u043B\u044C\u043A\u043E \u0432 \u0442\u043E\u043C \u0441\u043B\u0443\u0447\u0430\u0435, \u0435\u0441\u043B\u0438 \u0432 \u043A\u043E\u043D\u0441\u043E\u043B\u0438 Arima API \u0432\u043A\u043B\u044E\u0447\u0435\u043D \u0434\u043E\u043C\u0435\u043D\u043D\u044B\u0439 \u043F\u0435\u0440\u0435\u0432\u043E\u0434, \u043F\u043E\u0434\u0434\u0435\u0440\u0436\u0438\u0432\u0430\u0435\u043C\u044B\u0435 \u0434\u043E\u043C\u0435\u043D\u044B \u0441\u043C. <1>\u0437\u0434\u0435\u0441\u044C","field.scene":"\u0432\u0437\u044F\u0442\u044C","description.scene":"\u041F\u043E \u0443\u043C\u043E\u043B\u0447\u0430\u043D\u0438\u044E \u0443\u0441\u0442\u0430\u043D\u043E\u0432\u043B\u0435\u043D\u043E \u0437\u043D\u0430\u0447\u0435\u043D\u0438\u0435\uFF1Ageneral. \u041C\u043E\u0436\u0435\u0442 \u0431\u044B\u0442\u044C \u0443\u0441\u0442\u0430\u043D\u043E\u0432\u043B\u0435\u043D\u043E \u0442\u043E\u043B\u044C\u043A\u043E \u0432 \u0442\u043E\u043C \u0441\u043B\u0443\u0447\u0430\u0435, \u0435\u0441\u043B\u0438 \u0432 \u043A\u043E\u043D\u0441\u043E\u043B\u0438 AliCloud API \u043E\u0442\u043A\u0440\u044B\u0442 Machine Translation Pro, \u043E \u043F\u043E\u0434\u0434\u0435\u0440\u0436\u0438\u0432\u0430\u0435\u043C\u044B\u0445 \u0441\u0446\u0435\u043D\u0430\u0440\u0438\u044F\u0445 \u0441\u043C. <1>\u0437\u0434\u0435\u0441\u044C","field.vocabId":"\u0418\u0434\u0435\u043D\u0442\u0438\u0444\u0438\u043A\u0430\u0442\u043E\u0440 \u0441\u043B\u043E\u0432\u0430\u0440\u044F \u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u0435\u043B\u044F","description.vocabId":"\u0423\u043A\u0430\u0437\u0430\u043D\u043D\u044B\u0439 \u0441\u043B\u043E\u0432\u0430\u0440\u044C out_id, \u0432 \u043D\u0430\u0441\u0442\u043E\u044F\u0449\u0435\u0435 \u0432\u0440\u0435\u043C\u044F \u043F\u043E\u0434\u0434\u0435\u0440\u0436\u0438\u0432\u0430\u0435\u0442 \u043F\u0435\u0440\u0435\u0432\u043E\u0434 \u0441 \u0430\u043D\u0433\u043B\u0438\u0439\u0441\u043A\u043E\u0433\u043E \u043D\u0430 \u043A\u0438\u0442\u0430\u0439\u0441\u043A\u0438\u0439.","description.model":"\u041C\u043E\u0434\u0435\u043B\u0438 OpenAI, \u043C\u043E\u0433\u0443\u0442 \u0431\u044B\u0442\u044C gpt-3.5-turbo, gpt-4 \u0438 \u0442.\u0434.","description.maxTextGroupLengthPerRequest":"\u041A\u043E\u043B\u0438\u0447\u0435\u0441\u0442\u0432\u043E \u0430\u0431\u0437\u0430\u0446\u0435\u0432, \u043F\u0435\u0440\u0435\u0434\u0430\u0432\u0430\u0435\u043C\u044B\u0445 \u0441\u043B\u0443\u0436\u0431\u0435 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430 \u0437\u0430 \u043E\u0434\u0438\u043D \u0440\u0430\u0437, \u0435\u0441\u043B\u0438 \u0438\u0445 \u0441\u043B\u0438\u0448\u043A\u043E\u043C \u043C\u043D\u043E\u0433\u043E, \u044D\u0442\u043E \u043C\u043E\u0436\u0435\u0442 \u043F\u0440\u0438\u0432\u0435\u0441\u0442\u0438 \u043A \u0437\u0430\u043C\u0435\u0434\u043B\u0435\u043D\u0438\u044E \u0440\u0435\u0430\u043A\u0446\u0438\u0438 \u0438\u043D\u0442\u0435\u0440\u0444\u0435\u0439\u0441\u0430","description.apiUrl":"\u041F\u043E\u0436\u0430\u043B\u0443\u0439\u0441\u0442\u0430, \u0434\u043E\u0431\u0430\u0432\u044C\u0442\u0435 \u043A\u043E\u043D\u043A\u0440\u0435\u0442\u043D\u044B\u0435 URL \u0441 \u043F\u0443\u0442\u044F\u043C\u0438, <1>\u0431\u043E\u043B\u0435\u0435 \u043F\u043E\u0434\u0440\u043E\u0431\u043D\u043E\u0435 \u043E\u043F\u0438\u0441\u0430\u043D\u0438\u0435",enabledExtension:"\u0412\u043A\u043B\u044E\u0447\u0435\u043D\u0438\u0435 \u0440\u0430\u0441\u0448\u0438\u0440\u0435\u043D\u0438\u0439",clickToDisableExtension:"\u041D\u0430\u0436\u043C\u0438\u0442\u0435 \u0434\u043B\u044F \u043E\u0442\u043A\u043B\u044E\u0447\u0435\u043D\u0438\u044F \u0440\u0430\u0441\u0448\u0438\u0440\u0435\u043D\u0438\u0439",clickToEnableExtension:"\u041D\u0430\u0436\u043C\u0438\u0442\u0435 \u0434\u043B\u044F \u0432\u043A\u043B\u044E\u0447\u0435\u043D\u0438\u044F \u0440\u0430\u0441\u0448\u0438\u0440\u0435\u043D\u0438\u0439",hasBeenDisabled:"\u043E\u0442\u043A\u043B\u044E\u0447\u0435\u043D\u043E","show password":"\u041F\u043E\u043A\u0430\u0437\u0430\u0442\u044C \u043F\u0430\u0440\u043E\u043B\u044C",customContent:"\u0412\u0432\u0435\u0434\u0438\u0442\u0435 \u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u0435\u043B\u044C\u0441\u043A\u043E\u0435 \u0438\u043C\u044F \u043C\u043E\u0434\u0435\u043B\u0438",inputOptions:"\u0423\u0441\u043E\u0432\u0435\u0440\u0448\u0435\u043D\u0441\u0442\u0432\u043E\u0432\u0430\u043D\u0438\u0435 \u0431\u043B\u043E\u043A\u0430 \u0432\u0432\u043E\u0434\u0430",mouseHoverOptions:"\u043D\u0430\u0432\u0435\u0434\u0435\u043D\u0438\u0435 \u043C\u044B\u0448\u0438",modifyMouseHoverKey:"\u0418\u0437\u043C\u0435\u043D\u0435\u043D\u0438\u0435 \u044F\u0440\u043B\u044B\u043A\u0430 \u043D\u0430\u0432\u0435\u0434\u0435\u043D\u0438\u044F \u043C\u044B\u0448\u0438",enableInputTranslation:"\u0412\u043A\u043B\u044E\u0447\u0430\u0442\u044C \u043B\u0438 \u0440\u0430\u0441\u0448\u0438\u0440\u0435\u043D\u0438\u0435 \u043F\u043E\u043B\u044F \u0432\u0432\u043E\u0434\u0430",enableInputTranslationDescription:"\u041F\u043E\u0441\u043B\u0435 \u0432\u043A\u043B\u044E\u0447\u0435\u043D\u0438\u044F \u0432\u0432\u0435\u0434\u0438\u0442\u0435 {startingKey}{startingKey} hello \u043F\u0440\u044F\u043C\u043E \u0432 \u043F\u043E\u043B\u0435 \u0432\u0432\u043E\u0434\u0430, \u0437\u0430\u0442\u0435\u043C \u0431\u044B\u0441\u0442\u0440\u043E \u043D\u0430\u0431\u0435\u0440\u0438\u0442\u0435{inputTrailingTriggerKeyRepeatTimes}\u0440\u0430\u0437{trailingKey}, \u0447\u0442\u043E\u0431\u044B \u043F\u0435\u0440\u0435\u0432\u0435\u0441\u0442\u0438 \u043D\u0430 {inputTargetLanguage}.",enableInputTranslationDescriptionForNoneKey:"\u041F\u043E\u0441\u043B\u0435 \u0432\u043A\u043B\u044E\u0447\u0435\u043D\u0438\u044F \u044D\u0442\u043E\u0439 \u0444\u0443\u043D\u043A\u0446\u0438\u0438 \u0432\u0432\u0435\u0434\u0438\u0442\u0435\uFF1AHello World \u043D\u0435\u043F\u043E\u0441\u0440\u0435\u0434\u0441\u0442\u0432\u0435\u043D\u043D\u043E \u0432 \u043F\u043E\u043B\u0435 \u0432\u0432\u043E\u0434\u0430, \u0430 \u0437\u0430\u0442\u0435\u043C \u0431\u044B\u0441\u0442\u0440\u043E \u043D\u0430\u0436\u043C\u0438\u0442\u0435{inputTrailingTriggerKeyRepeatTimes}{trailingKey}\u0440\u0430\u0437 \u0434\u043B\u044F \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430 \u043D\u0430 \u0446\u0435\u043B\u0435\u0432\u043E\u0439 \u044F\u0437\u044B\u043A \u043F\u043E \u0443\u043C\u043E\u043B\u0447\u0430\u043D\u0438\u044E.",inputTargetLanguage:"\u0423\u0441\u0442\u0430\u043D\u043E\u0432\u043A\u0430 \u0446\u0435\u043B\u0435\u0432\u043E\u0433\u043E \u044F\u0437\u044B\u043A\u0430 \u043F\u043E \u0443\u043C\u043E\u043B\u0447\u0430\u043D\u0438\u044E \u0434\u043B\u044F \u043E\u043A\u043E\u043D \u0432\u0432\u043E\u0434\u0430",inputTargetLanguageDescription:"\u0426\u0435\u043B\u0435\u0432\u043E\u0439 \u044F\u0437\u044B\u043A \u043F\u043E \u0443\u043C\u043E\u043B\u0447\u0430\u043D\u0438\u044E \u0434\u043B\u044F \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430 \u043E\u043A\u043D\u0430 \u0432\u0432\u043E\u0434\u0430, \u0442.\u0435. {startingKey}{startingKey} \u043A\u0430\u043A \u044F\u0437\u044B\u043A \u043F\u043E \u0443\u043C\u043E\u043B\u0447\u0430\u043D\u0438\u044E \u0434\u043B\u044F \u0442\u0440\u0438\u0433\u0433\u0435\u0440\u043D\u044B\u0445 \u0441\u043B\u043E\u0432",inputTargetLanguageDescriptionForNoneKey:"\u0426\u0435\u043B\u0435\u0432\u043E\u0439 \u044F\u0437\u044B\u043A \u043F\u043E \u0443\u043C\u043E\u043B\u0447\u0430\u043D\u0438\u044E \u0434\u043B\u044F \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430 \u043F\u043E\u043B\u044F \u0432\u0432\u043E\u0434\u0430",inputStartingTriggerKeyTitle:"\u0423\u0441\u0442\u0430\u043D\u043E\u0432\u043A\u0430 \u0441\u0438\u043C\u0432\u043E\u043B\u0430 \u0440\u0430\u0437\u0434\u0435\u043B\u0435\u043D\u0438\u044F \u0434\u043B\u044F \u0447\u0430\u0441\u0442\u0438\u0447\u043D\u043E\u0433\u043E \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430 \u043F\u043E\u043B\u044F \u0432\u0432\u043E\u0434\u0430",inputStartingTriggerKeyDescription:"\u0415\u0441\u043B\u0438 \u043D\u0435\u0442 \u043D\u0435\u043E\u0431\u0445\u043E\u0434\u0438\u043C\u043E\u0441\u0442\u0438 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0438\u0442\u044C \u0432\u0441\u0435 \u043F\u043E\u043B\u0435 \u0432\u0432\u043E\u0434\u0430, \u0441\u043F\u043B\u0438\u0442\u0442\u0435\u0440 \u043F\u043E\u0437\u0432\u043E\u043B\u044F\u0435\u0442 \u043F\u0435\u0440\u0435\u0432\u0435\u0441\u0442\u0438 \u0442\u043E\u043B\u044C\u043A\u043E \u0447\u0430\u0441\u0442\u044C \u043E\u0442 {startingKey}{startingKey} \u0434\u043E \u043A\u043E\u043D\u0446\u0430 \u043F\u043E\u043B\u044F \u0432\u0432\u043E\u0434\u0430, \u0438\u043B\u0438 \u043C\u043E\u0436\u043D\u043E \u0443\u043A\u0430\u0437\u0430\u0442\u044C \u043A\u043E\u0434 \u044F\u0437\u044B\u043A\u0430, \u043D\u0430\u043F\u0440\u0438\u043C\u0435\u0440,\uFF1A{startingKey}ja \u043E\u0437\u043D\u0430\u0447\u0430\u0435\u0442 \u043F\u0435\u0440\u0435\u0432\u043E\u0434 \u0442\u043E\u043B\u044C\u043A\u043E \u0447\u0430\u0441\u0442\u0438 \u043E\u0442 {startingKey}ja \u0434\u043E \u043A\u043E\u043D\u0446\u0430 \u043F\u043E\u043B\u044F \u0432\u0432\u043E\u0434\u0430.",inputStartingTriggerKeyDescriptionForNoneKey:"\u0422\u0435\u043A\u0443\u0449\u0430\u044F \u043D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0430 \u043E\u0442\u0441\u0443\u0442\u0441\u0442\u0432\u0438\u044F \u043F\u0440\u0435\u0444\u0438\u043A\u0441\u0430 \u043D\u0435 \u043D\u0443\u0436\u043D\u0430, \u0438 \u0444\u0443\u043D\u043A\u0446\u0438\u044F \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430 \u043D\u0435\u043A\u043E\u0442\u043E\u0440\u044B\u0445 \u0442\u0435\u043A\u0441\u0442\u043E\u0432 \u0432 \u043E\u043A\u043D\u0435 \u0432\u0432\u043E\u0434\u0430 \u043F\u043E\u043A\u0430 \u043D\u0435 \u043C\u043E\u0436\u0435\u0442 \u0431\u044B\u0442\u044C \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u043D\u0430.",inputTrailingTriggerKeyTitle:"\u0412\u044B\u0431\u0435\u0440\u0438\u0442\u0435 \u0441\u0438\u043C\u0432\u043E\u043B \u043E\u043A\u043E\u043D\u0447\u0430\u043D\u0438\u044F \u0432\u0432\u043E\u0434\u0430",inputTrailingTriggerKeyDescription:"3 \u0431\u044B\u0441\u0442\u0440\u044B\u0445 \u0443\u0434\u0430\u0440\u0430{trailingKey} \u043D\u0430\u0447\u043D\u0435\u0442 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0438\u0442\u044C!",inputTrailingTriggerKeyTimeout:"\u0412\u0432\u0435\u0434\u0438\u0442\u0435 \u0432\u0440\u0435\u043C\u044F \u043C\u0435\u0436\u0434\u0443 \u0441\u0440\u0430\u0431\u0430\u0442\u044B\u0432\u0430\u043D\u0438\u044F\u043C\u0438 \u0432 \u043A\u043E\u043D\u0446\u0435 \u0431\u043E\u044F",inputTrailingTriggerKeyTimeoutDescription:"\u0423\u0441\u0442\u0430\u043D\u0430\u0432\u043B\u0438\u0432\u0430\u0435\u0442 \u0432\u0440\u0435\u043C\u044F (\u0432 \u043C\u0438\u043B\u043B\u0438\u0441\u0435\u043A\u0443\u043D\u0434\u0430\u0445) \u043C\u0435\u0436\u0434\u0443 \u0441\u0440\u0430\u0431\u0430\u0442\u044B\u0432\u0430\u043D\u0438\u044F\u043C\u0438 \u043A\u043E\u043C\u0431\u0438\u043D\u0438\u0440\u043E\u0432\u0430\u043D\u043D\u044B\u0445 \u0443\u0441\u0442\u0440\u043E\u0439\u0441\u0442\u0432 \u043E\u043A\u043E\u043D\u0447\u0430\u043D\u0438\u044F \u0432\u0432\u043E\u0434\u0430",spaceKey:"<\u7A7A\u683C\u952E>",noneKey:"\u041F\u0440\u044F\u043C\u043E\u0439 \u043F\u0435\u0440\u0435\u0432\u043E\u0434 \u0432\u0441\u0435\u0433\u043E \u0442\u0435\u043A\u0441\u0442\u043E\u0432\u043E\u0433\u043E \u043F\u043E\u043B\u044F \u0431\u0435\u0437 \u043F\u0440\u0435\u0444\u0438\u043A\u0441\u043E\u0432",inputTranslationBlockUrlsTitle:"\u041D\u0435 \u0432\u043A\u043B\u044E\u0447\u0430\u0439\u0442\u0435 \u0440\u0430\u0441\u0448\u0438\u0440\u0435\u043D\u0438\u0435 \u043F\u043E\u043B\u044F \u0432\u0432\u043E\u0434\u0430 \u0432 \u0441\u043B\u0435\u0434\u0443\u044E\u0449\u0438\u0445 URL-\u0430\u0434\u0440\u0435\u0441\u0430\u0445",inputTranslationBlockUrlsDescription:"\u0423\u0441\u043E\u0432\u0435\u0440\u0448\u0435\u043D\u0441\u0442\u0432\u043E\u0432\u0430\u043D\u0438\u044F \u043F\u043E\u043B\u044F \u0432\u0432\u043E\u0434\u0430 \u043D\u0435 \u0431\u0443\u0434\u0443\u0442 \u0440\u0430\u0431\u043E\u0442\u0430\u0442\u044C \u043D\u0430 \u0441\u043B\u0435\u0434\u0443\u044E\u0449\u0438\u0445 URL-\u0430\u0434\u0440\u0435\u0441\u0430\u0445",clickToSeeQuickDemo:"\u041D\u0430\u0436\u043C\u0438\u0442\u0435, \u0447\u0442\u043E\u0431\u044B \u0440\u0430\u0437\u0432\u0435\u0440\u043D\u0443\u0442\u044C 30-\u0441\u0435\u043A\u0443\u043D\u0434\u043D\u044B\u0439 \u043E\u0431\u0443\u0447\u0430\u044E\u0449\u0438\u0439 \u0432\u0438\u0434\u0435\u043E\u0440\u043E\u043B\u0438\u043A",inputHelperInfo:"\u041E\u043F\u0438\u0441\u0430\u043D\u0438\u0435\uFF1A\u041C\u044B \u043E\u043F\u0442\u0438\u043C\u0438\u0437\u0438\u0440\u043E\u0432\u0430\u043B\u0438 \u0440\u0430\u0431\u043E\u0442\u0443 \u0441 \u0442\u0435\u043C, \u0447\u0442\u043E \u043D\u0435\u043A\u043E\u0442\u043E\u0440\u044B\u0435 \u0442\u0440\u0438\u0433\u0433\u0435\u0440\u043D\u044B\u0435 \u0441\u0438\u043C\u0432\u043E\u043B\u044B \u043F\u0440\u0435\u0432\u0440\u0430\u0449\u0430\u044E\u0442\u0441\u044F \u0432 \u043A\u0438\u0442\u0430\u0439\u0441\u043A\u0438\u0435 \u0437\u043D\u0430\u043A\u0438 \u043F\u0440\u0435\u043F\u0438\u043D\u0430\u043D\u0438\u044F \u043F\u0440\u0438 \u043A\u0438\u0442\u0430\u0439\u0441\u043A\u0438\u0445 \u043C\u0435\u0442\u043E\u0434\u0430\u0445 \u0432\u0432\u043E\u0434\u0430, \u043D\u0430\u043F\u0440\u0438\u043C\u0435\u0440, / \u043F\u0440\u0435\u0432\u0440\u0430\u0449\u0430\u0435\u0442\u0441\u044F \u0432 \u0437\u043D\u0430\u043A dun , \u043F\u0440\u0438 \u043C\u0435\u0442\u043E\u0434\u0435 \u0432\u0432\u043E\u0434\u0430 Sogou, \u0438 Immersive Translator \u043F\u043E\u0434\u0434\u0435\u0440\u0436\u0438\u0432\u0430\u0435\u0442 \u0432\u0441\u0435 \u043A\u0438\u0442\u0430\u0439\u0441\u043A\u0438\u0435 \u0441\u0438\u043C\u0432\u043E\u043B\u044B, \u0441\u043E\u043E\u0442\u0432\u0435\u0442\u0441\u0442\u0432\u0443\u044E\u0449\u0438\u0435 \u0442\u0440\u0438\u0433\u0433\u0435\u0440\u043D\u044B\u043C \u0441\u0438\u043C\u0432\u043E\u043B\u0430\u043C, \u0442.\u0435. //,,, \u0431\u0443\u0434\u0443\u0442 \u0440\u0430\u0441\u043F\u043E\u0437\u043D\u0430\u0432\u0430\u0442\u044C\u0441\u044F \u043A\u0430\u043A \u0442\u0440\u0438\u0433\u0433\u0435\u0440\u043D\u044B\u0435 \u0441\u0438\u043C\u0432\u043E\u043B\u044B.

\u041C\u044B \u0442\u0430\u043A\u0436\u0435 \u043F\u043E\u0434\u0434\u0435\u0440\u0436\u0438\u0432\u0430\u0435\u043C \u043A\u0438\u0442\u0430\u0439\u0441\u043A\u0438\u0435 \u043F\u0441\u0435\u0432\u0434\u043E\u043D\u0438\u043C\u044B \u0434\u043B\u044F \u044F\u0437\u044B\u043A\u043E\u0432\u044B\u0445 \u043A\u043E\u0434\u043E\u0432 \u0432 \u043A\u0430\u0447\u0435\u0441\u0442\u0432\u0435 \u043A\u043E\u043C\u0430\u043D\u0434, \u043D\u0430\u043F\u0440\u0438\u043C\u0435\u0440, /Japanese Hello World \u0431\u0443\u0434\u0435\u0442 \u043F\u0435\u0440\u0435\u0432\u0435\u0434\u0435\u043D \u043D\u0430 \u044F\u043F\u043E\u043D\u0441\u043A\u0438\u0439 \u044F\u0437\u044B\u043A, <1>\u043D\u0430\u0436\u043C\u0438\u0442\u0435 \u0437\u0434\u0435\u0441\u044C, \u0447\u0442\u043E\u0431\u044B \u043F\u043E\u0441\u043C\u043E\u0442\u0440\u0435\u0442\u044C \u0432\u0441\u0435 \u043F\u043E\u0434\u0434\u0435\u0440\u0436\u0438\u0432\u0430\u0435\u043C\u044B\u0435 \u044F\u0437\u044B\u043A\u043E\u0432\u044B\u0435 \u043A\u043E\u0434\u044B.",reloadCurrentPage:"\u041F\u0435\u0440\u0435\u0434 \u043D\u0430\u0447\u0430\u043B\u043E\u043C \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430 \u043E\u0431\u043D\u043E\u0432\u0438\u0442\u0435 \u0442\u0435\u043A\u0443\u0449\u0443\u044E \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u0443.",noLocalFilePermissionForPDF:"\u0423 \u0432\u0430\u0441 \u043D\u0435\u0442 \u043F\u0440\u0430\u0432 \u043D\u0430 \u0447\u0442\u0435\u043D\u0438\u0435 \u043B\u043E\u043A\u0430\u043B\u044C\u043D\u044B\u0445 \u0444\u0430\u0439\u043B\u043E\u0432, \u043F\u043E\u0436\u0430\u043B\u0443\u0439\u0441\u0442\u0430, \u043D\u0430\u0436\u043C\u0438\u0442\u0435 \u043A\u043D\u043E\u043F\u043A\u0443 \u0432\u044B\u0448\u0435, \u0430 \u0437\u0430\u0442\u0435\u043C \u0438\u043C\u043F\u043E\u0440\u0442\u0438\u0440\u0443\u0439\u0442\u0435 \u043B\u043E\u043A\u0430\u043B\u044C\u043D\u044B\u0435 \u0444\u0430\u0439\u043B\u044B.",noPermissionForThisPage:"\u26A0\uFE0F \u041D\u0435\u0442 \u0440\u0430\u0437\u0440\u0435\u0448\u0435\u043D\u0438\u044F \u043D\u0430 \u043F\u0435\u0440\u0435\u0432\u043E\u0434 \u0442\u0435\u043A\u0443\u0449\u0435\u0439 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u044B",retryAllParagraphs:"\u041F\u043E\u0432\u0442\u043E\u0440\u043D\u043E\u0435 \u0432\u044B\u043F\u043E\u043B\u043D\u0435\u043D\u0438\u0435 \u0432\u0441\u0435\u0445 \u043E\u0448\u0438\u0431\u043E\u0447\u043D\u044B\u0445 \u043F\u0435\u0440\u0435\u0445\u043E\u0434\u043E\u0432",retryAllButton:"\u041F\u043E\u0432\u0442\u043E\u0440\u043D\u043E\u0435 \u0432\u044B\u043F\u043E\u043B\u043D\u0435\u043D\u0438\u0435 \u0432\u0441\u0435\u0445 \u043E\u0448\u0438\u0431\u043E\u0447\u043D\u044B\u0445 \u043F\u0435\u0440\u0435\u0445\u043E\u0434\u043E\u0432",errorTooltipTitle:"\u0429\u0435\u043B\u043A\u043D\u0438\u0442\u0435, \u0447\u0442\u043E\u0431\u044B \u0443\u0432\u0438\u0434\u0435\u0442\u044C \u043F\u0440\u0438\u0447\u0438\u043D\u0443 \u043E\u0448\u0438\u0431\u043A\u0438",errorModalTitle:"\u041F\u043E\u0445\u043E\u0436\u0435, \u0447\u0442\u043E-\u0442\u043E \u043D\u0435 \u0442\u0430\u043A \u0441\u043E \u0441\u043B\u0443\u0436\u0431\u043E\u0439 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430 \u0438\u043B\u0438 \u0441\u0435\u0442\u044C\u044E...",disableConfirm:"\u0414\u0432\u0443\u044F\u0437\u044B\u0447\u043D\u0430\u044F \u0443\u0441\u0442\u0430\u043D\u043E\u0432\u043A\u0430 \u0434\u043B\u044F \u0440\u0430\u0441\u0448\u0438\u0440\u0435\u043D\u0438\u044F \u0438\u043D\u0444\u043E\u0440\u043C\u0430\u0446\u0438\u0438",disableOnce:"\u042D\u0442\u0430 \u0438\u043D\u0432\u0430\u043B\u0438\u0434\u043D\u043E\u0441\u0442\u044C",disableGlobal:"\u043E\u0442\u043A\u043B\u044E\u0447\u0438\u0442\u044C \u043D\u0430\u0432\u0441\u0435\u0433\u0434\u0430",disableTint:"* \u0412\u044B \u043C\u043E\u0436\u0435\u0442\u0435 \u043F\u043E\u0432\u0442\u043E\u0440\u043D\u043E \u0432\u043A\u043B\u044E\u0447\u0438\u0442\u044C \u0435\u0433\u043E \u043D\u0430 \u0441\u0430\u0439\u0442\u0435 {option} .",searchEnhancementNotes:"\u041C\u044B \u043E\u0431\u043D\u0430\u0440\u0443\u0436\u0438\u043B\u0438, \u0447\u0442\u043E \u0440\u0435\u0437\u0443\u043B\u044C\u0442\u0430\u0442\u044B \u043F\u043E\u0438\u0441\u043A\u0430 \u043D\u043E\u0432\u043E\u0441\u0442\u0435\u0439 \u043F\u043E \u043A\u043B\u044E\u0447\u0435\u0432\u044B\u043C \u0441\u043B\u043E\u0432\u0430\u043C \u043D\u0430 \u043A\u0438\u0442\u0430\u0439\u0441\u043A\u043E\u043C \u0438 \u0430\u043D\u0433\u043B\u0438\u0439\u0441\u043A\u043E\u043C \u044F\u0437\u044B\u043A\u0430\u0445 \u0441\u0438\u043B\u044C\u043D\u043E \u043E\u0442\u043B\u0438\u0447\u0430\u044E\u0442\u0441\u044F. \u041F\u043E\u0441\u043B\u0435 \u0432\u043A\u043B\u044E\u0447\u0435\u043D\u0438\u044F \u0444\u0443\u043D\u043A\u0446\u0438\u0438 Immersive Translation Bilingual Information Enhancement \u043C\u044B \u0431\u0443\u0434\u0435\u043C \u0430\u0432\u0442\u043E\u043C\u0430\u0442\u0438\u0447\u0435\u0441\u043A\u0438 \u0438\u0441\u043A\u0430\u0442\u044C \u0434\u043B\u044F \u0432\u0430\u0441 \u0442\u0435 \u0436\u0435 \u0441\u0430\u043C\u044B\u0435 \u043A\u043B\u044E\u0447\u0435\u0432\u044B\u0435 \u0441\u043B\u043E\u0432\u0430 \u043D\u0430 \u0430\u043D\u0433\u043B\u0438\u0439\u0441\u043A\u043E\u043C \u044F\u0437\u044B\u043A\u0435 \u043D\u0430 \u043F\u043E\u0434\u0434\u0435\u0440\u0436\u0438\u0432\u0430\u0435\u043C\u044B\u0445 \u0441\u0430\u0439\u0442\u0430\u0445 (Google News, Google Search (\u043D\u0435\u043A\u043E\u0442\u043E\u0440\u044B\u0435 \u043A\u043B\u044E\u0447\u0435\u0432\u044B\u0435 \u0441\u043B\u043E\u0432\u0430), Snowball, Oriental Wealth, Futura, Tiger) \u0438 \u043E\u0442\u043E\u0431\u0440\u0430\u0436\u0430\u0442\u044C \u0438\u0445 \u0432 \u043F\u0440\u0430\u0432\u043E\u0439 \u0447\u0430\u0441\u0442\u0438. \u0412\u044B \u043C\u043E\u0436\u0435\u0442\u0435 \u043E\u0442\u043A\u043B\u044E\u0447\u0438\u0442\u044C \u044D\u0442\u0443 \u0444\u0443\u043D\u043A\u0446\u0438\u044E, \u0435\u0441\u043B\u0438 \u043E\u043D\u0430 \u0432\u0430\u043C \u043D\u0435 \u043D\u0443\u0436\u043D\u0430.",option:"\u043D\u0430\u0441\u0442\u0440\u0430\u0438\u0432\u0430\u0442\u044C",saveSettings:"\u0421\u043E\u0445\u0440\u0430\u043D\u0438\u0442\u044C \u043D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0438",closeModal:"\u0417\u0430\u043A\u0440\u044B\u0442\u044C \u043E\u043A\u043D\u043E",enableInputTranslationWithoutTriggerKeyTitle:"\u0412\u043A\u043B\u044E\u0447\u0438\u0442\u0435 3 \u0431\u044B\u0441\u0442\u0440\u044B\u0445 \u043D\u0430\u0436\u0430\u0442\u0438\u044F \u043D\u0430{trailingKey}, \u0447\u0442\u043E\u0431\u044B \u043D\u0430\u043F\u0440\u044F\u043C\u0443\u044E \u043F\u0435\u0440\u0435\u0432\u0435\u0441\u0442\u0438 \u0432\u0441\u0435 \u043F\u043E\u043B\u0435 \u0432\u0432\u043E\u0434\u0430 \u043D\u0430{inputTargetLanguage}.",enableInputTranslationWithoutTriggerKeyDescription:"\u0427\u0442\u043E\u0431\u044B \u0443\u043A\u0430\u0437\u0430\u0442\u044C \u0446\u0435\u043B\u0435\u0432\u043E\u0439 \u044F\u0437\u044B\u043A, \u0434\u043E\u0431\u0430\u0432\u044C\u0442\u0435 \u043A \u043D\u0435\u043C\u0443 \u043A\u043E\u0434 \u044F\u0437\u044B\u043A\u0430, \u043D\u0430\u043F\u0440\u0438\u043C\u0435\u0440,\uFF1Aja Hello World",mouseHoverShortcutPlaceholder:"\u043D\u0430\u043F\u0440\u0438\u043C\u0435\u0440,\uFF1AShift",deepLProName:"Immersive Translation Pro Member (Recommended)",deepLProDescription:"\u0422\u0435\u043A\u0443\u0449\u0438\u0439 \u043F\u0430\u043A\u0435\u0442 \u043C\u043E\u0436\u0435\u0442 \u0431\u044B\u0442\u044C \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u043D \u043D\u0430\u043F\u0440\u044F\u043C\u0443\u044E",deeplProDescriptionForNormal:"\u041D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0430 \u043D\u0435 \u0442\u0440\u0435\u0431\u0443\u0435\u0442\u0441\u044F, \u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u0435\u043B\u0438 \u043C\u043E\u0433\u0443\u0442 \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u044C \u0435\u0433\u043E \u043F\u043E\u0441\u043B\u0435 \u0432\u0445\u043E\u0434\u0430 \u0432 \u0441\u0438\u0441\u0442\u0435\u043C\u0443, <1>\u043D\u0430\u0436\u043C\u0438\u0442\u0435 \u0437\u0434\u0435\u0441\u044C, \u0447\u0442\u043E\u0431\u044B \u043F\u0435\u0440\u0435\u0439\u0442\u0438 \u0432 \u043A\u0430\u0442\u0435\u0433\u043E\u0440\u0438\u044E \u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u0435\u043B\u0435\u0439",deepLCustomDescription:"\u0422\u0440\u0435\u0431\u0443\u0435\u0442\u0441\u044F \u0438\u043D\u043E\u0441\u0442\u0440\u0430\u043D\u043D\u0430\u044F \u043A\u0440\u0435\u0434\u0438\u0442\u043D\u0430\u044F \u043A\u0430\u0440\u0442\u0430, \u043E\u0444\u0438\u0446\u0438\u0430\u043B\u044C\u043D\u043E \u043E\u0442\u043A\u0440\u044B\u0442\u0430 \u043D\u0430 \u0441\u0430\u0439\u0442\u0435 <1>DeepL, \u043D\u0430\u0436\u043C\u0438\u0442\u0435 \u0434\u043B\u044F \u043F\u043E\u043B\u0443\u0447\u0435\u043D\u0438\u044F <2>\u0434\u043E\u043A\u0443\u043C\u0435\u043D\u0442\u0430\u0446\u0438\u0438",deepLCustomName:"\u041F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u0435\u043B\u044C\u0441\u043A\u0438\u0439 \u043A\u043B\u044E\u0447 \u0430\u0432\u0442\u043E\u0440\u0438\u0437\u0430\u0446\u0438\u0438",chooseProviderLabel:"\u0412\u044B\u0431\u043E\u0440 \u043F\u043E\u0441\u0442\u0430\u0432\u0449\u0438\u043A\u0430 \u0443\u0441\u043B\u0443\u0433",openaiProName:"Immersive Translation Pro Member (Recommended)",openaiProDescription:"\u0422\u0435\u043A\u0443\u0449\u0438\u0439 \u043F\u0430\u043A\u0435\u0442 \u043C\u043E\u0436\u0435\u0442 \u0431\u044B\u0442\u044C \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u043D \u043D\u0430\u043F\u0440\u044F\u043C\u0443\u044E",openaiProDescriptionForNormal:"\u041D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0430 \u043D\u0435 \u0442\u0440\u0435\u0431\u0443\u0435\u0442\u0441\u044F, \u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u0435\u043B\u0438 \u043C\u043E\u0433\u0443\u0442 \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u044C \u0435\u0433\u043E \u043F\u043E\u0441\u043B\u0435 \u0432\u0445\u043E\u0434\u0430 \u0432 \u0441\u0438\u0441\u0442\u0435\u043C\u0443, <1>\u043D\u0430\u0436\u043C\u0438\u0442\u0435 \u0437\u0434\u0435\u0441\u044C, \u0447\u0442\u043E\u0431\u044B \u043F\u0435\u0440\u0435\u0439\u0442\u0438 \u0432 \u043A\u0430\u0442\u0435\u0433\u043E\u0440\u0438\u044E \u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u0435\u043B\u0435\u0439",openaiCustomDescription:"\u0414\u043E\u0441\u0442\u0443\u043F\u043D\u044B OpenAI, Azure OpenAI \u0438\u043B\u0438 \u0434\u0440\u0443\u0433\u0438\u0435 \u0441\u0442\u043E\u0440\u043E\u043D\u043D\u0438\u0435 \u0441\u0435\u0440\u0432\u0438\u0441\u044B, <1>\u0434\u043E\u043A\u0443\u043C\u0435\u043D\u0442\u0430\u0446\u0438\u044E \u043C\u043E\u0436\u043D\u043E \u043D\u0430\u0439\u0442\u0438 \u0437\u0434\u0435\u0441\u044C",openaiCustomName:"\u041F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u0435\u043B\u044C\u0441\u043A\u0438\u0439 \u043A\u043B\u044E\u0447 API",needLoginAction:"(\u041E\u0442\u043A\u0440\u044B\u0442\u043E\u0435 \u0447\u043B\u0435\u043D\u0441\u0442\u0432\u043E \u0438\u043B\u0438 \u043D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0430)",goLoginOrAction:"(\u041E\u0442\u043A\u0440\u043E\u0439\u0442\u0435 \u0447\u043B\u0435\u043D\u0441\u0442\u0432\u043E \u0438\u043B\u0438 \u043F\u0435\u0440\u0435\u0439\u0434\u0438\u0442\u0435 \u043A \u043D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0430\u043C)",yearly:"\u043E\u0441\u0443\u0449\u0435\u0441\u0442\u0432\u043B\u044F\u0442\u044C \u043F\u043E\u0441\u043B\u0435\u0434\u043E\u0432\u0430\u0442\u0435\u043B\u044C\u043D\u044B\u0439 \u0435\u0436\u0435\u0433\u043E\u0434\u043D\u044B\u0439 \u043F\u043B\u0430\u0442\u0435\u0436",quarterly:"\u043F\u043E\u0441\u043B\u0435\u0434\u043E\u0432\u0430\u0442\u0435\u043B\u044C\u043D\u0430\u044F \u0443\u043F\u0430\u043A\u043E\u0432\u043A\u0430",monthly:"\u0435\u0436\u0435\u043C\u0435\u0441\u044F\u0447\u043D\u0430\u044F \u043F\u043E\u0434\u043F\u0438\u0441\u043A\u0430",yearlyForOnce:"\u0415\u0434\u0438\u043D\u043E\u0432\u0440\u0435\u043C\u0435\u043D\u043D\u044B\u0439 \u0433\u043E\u0434\u043E\u0432\u043E\u0439 \u043F\u0430\u043A\u0435\u0442",monthlyForOnce:"\u0415\u0434\u0438\u043D\u043E\u0432\u0440\u0435\u043C\u0435\u043D\u043D\u044B\u0439 \u043C\u0435\u0441\u044F\u0447\u043D\u044B\u0439 \u043F\u0430\u043A\u0435\u0442",daily:"\u043F\u043E\u0441\u043B\u0435\u0434\u043E\u0432\u0430\u0442\u0435\u043B\u044C\u043D\u044B\u0445 \u043F\u0430\u043A\u0435\u0442\u043D\u044B\u0445 \u0434\u043D\u0435\u0439",year:"\u043E\u0441\u0443\u0449\u0435\u0441\u0442\u0432\u043B\u044F\u0442\u044C \u043F\u043E\u0441\u043B\u0435\u0434\u043E\u0432\u0430\u0442\u0435\u043B\u044C\u043D\u044B\u0439 \u0435\u0436\u0435\u0433\u043E\u0434\u043D\u044B\u0439 \u043F\u043B\u0430\u0442\u0435\u0436",quarter:"\u043F\u043E\u0441\u043B\u0435\u0434\u043E\u0432\u0430\u0442\u0435\u043B\u044C\u043D\u0430\u044F \u0443\u043F\u0430\u043A\u043E\u0432\u043A\u0430",month:"\u0435\u0436\u0435\u043C\u0435\u0441\u044F\u0447\u043D\u0430\u044F \u043F\u043E\u0434\u043F\u0438\u0441\u043A\u0430",day:"\u043F\u043E\u0441\u043B\u0435\u0434\u043E\u0432\u0430\u0442\u0435\u043B\u044C\u043D\u044B\u0445 \u043F\u0430\u043A\u0435\u0442\u043D\u044B\u0445 \u0434\u043D\u0435\u0439",onetime_7day:"7-\u0434\u043D\u0435\u0432\u043D\u044B\u0439 \u043F\u0430\u043A\u0435\u0442 \u0432\u043F\u0435\u0447\u0430\u0442\u043B\u0435\u043D\u0438\u0439",currentPlanDescriptionForFree:"\u0422\u0435\u043A\u0443\u0449\u0438\u0435 \u043F\u0430\u043A\u0435\u0442\u044B\uFF1A\u0411\u0435\u0441\u043F\u043B\u0430\u0442\u043D\u043E",currentPlanDescriptionForContinuous:"\u0414\u0435\u0439\u0441\u0442\u0432\u0443\u044E\u0449\u0438\u0439 \u043F\u0430\u043A\u0435\u0442\uFF1A{plan}\u0431\u0443\u0434\u0435\u0442 \u0430\u0432\u0442\u043E\u043C\u0430\u0442\u0438\u0447\u0435\u0441\u043A\u0438 \u043F\u0440\u043E\u0434\u043B\u0435\u043D \u043D\u0430 {endAt}",currentPlanDescriptionForAutoRenewCaceling:"\u0421\u0440\u043E\u043A \u0434\u0435\u0439\u0441\u0442\u0432\u0438\u044F \u0442\u0435\u043A\u0443\u0449\u0435\u0433\u043E \u043F\u0430\u043A\u0435\u0442\u0430\uFF1A{plan}\u0438\u0441\u0442\u0435\u043A\u0430\u0435\u0442 \u043D\u0430 \u0441\u0430\u0439\u0442\u0435 {endAt} \u0438 \u043D\u0435 \u0431\u0443\u0434\u0435\u0442 \u0430\u0432\u0442\u043E\u043C\u0430\u0442\u0438\u0447\u0435\u0441\u043A\u0438 \u043F\u0440\u043E\u0434\u043B\u0435\u0432\u0430\u0442\u044C\u0441\u044F \u043F\u043E \u0435\u0433\u043E \u0438\u0441\u0442\u0435\u0447\u0435\u043D\u0438\u0438.",currentYearlyPlanDescriptionForAutoRenewCacelingWithRealPaiedUser:"\u0421\u0440\u043E\u043A \u0434\u0435\u0439\u0441\u0442\u0432\u0438\u044F \u0442\u0435\u043A\u0443\u0449\u0435\u0433\u043E \u043F\u0430\u043A\u0435\u0442\u0430\uFF1A{plan}\u0438\u0441\u0442\u0435\u043A\u0430\u0435\u0442 \u043D\u0430 \u0441\u0430\u0439\u0442\u0435 {endAt} \u0438 \u043D\u0435 \u0431\u0443\u0434\u0435\u0442 \u0430\u0432\u0442\u043E\u043C\u0430\u0442\u0438\u0447\u0435\u0441\u043A\u0438 \u043F\u0440\u043E\u0434\u043B\u0435\u0432\u0430\u0442\u044C\u0441\u044F \u043F\u043E \u0435\u0433\u043E \u0438\u0441\u0442\u0435\u0447\u0435\u043D\u0438\u0438.
<1>\u041D\u0430\u0436\u043C\u0438\u0442\u0435 \u0437\u0434\u0435\u0441\u044C, \u0447\u0442\u043E\u0431\u044B \u0443\u043F\u0440\u0430\u0432\u043B\u044F\u0442\u044C \u043F\u043B\u0430\u043D\u043E\u043C \u043F\u0440\u043E\u0434\u043B\u0435\u043D\u0438\u044F",currentYearlyPlanDescriptionForAutoRenewCacelingWithAdmin:"\u0421\u0440\u043E\u043A \u0434\u0435\u0439\u0441\u0442\u0432\u0438\u044F \u0442\u0435\u043A\u0443\u0449\u0435\u0433\u043E \u043F\u0430\u043A\u0435\u0442\u0430\uFF1A{plan}\u0438\u0441\u0442\u0435\u043A\u0430\u0435\u0442 \u043D\u0430 \u0441\u0430\u0439\u0442\u0435 {endAt} \u0438 \u043D\u0435 \u0431\u0443\u0434\u0435\u0442 \u0430\u0432\u0442\u043E\u043C\u0430\u0442\u0438\u0447\u0435\u0441\u043A\u0438 \u043F\u0440\u043E\u0434\u043B\u0435\u0432\u0430\u0442\u044C\u0441\u044F \u043F\u043E \u0435\u0433\u043E \u0438\u0441\u0442\u0435\u0447\u0435\u043D\u0438\u0438.
<1>\u041D\u0430\u0436\u043C\u0438\u0442\u0435 \u0437\u0434\u0435\u0441\u044C, \u0447\u0442\u043E\u0431\u044B \u0430\u043A\u0442\u0438\u0432\u0438\u0440\u043E\u0432\u0430\u0442\u044C \u043D\u0435\u043F\u0440\u0435\u0440\u044B\u0432\u043D\u0443\u044E \u0433\u043E\u0434\u043E\u0432\u0443\u044E \u043F\u043E\u0434\u043F\u0438\u0441\u043A\u0443",currentPlanDescriptionForOneTime:"\u0421\u0440\u043E\u043A \u0434\u0435\u0439\u0441\u0442\u0432\u0438\u044F \u0442\u0435\u043A\u0443\u0449\u0435\u0439 \u043F\u043E\u0434\u043F\u0438\u0441\u043A\u0438\uFF1A{plan}\u0438\u0441\u0442\u0435\u043A\u0430\u0435\u0442 \u043D\u0430 \u0441\u0430\u0439\u0442\u0435 {endAt} , <1>\u043D\u0430\u0436\u043C\u0438\u0442\u0435 \u0437\u0434\u0435\u0441\u044C, \u0447\u0442\u043E\u0431\u044B \u043F\u0435\u0440\u0435\u0439\u0442\u0438 \u043D\u0430 \u0433\u043E\u0434\u043E\u0432\u043E\u0435 \u0438\u043B\u0438 <2>\u0435\u0436\u0435\u043C\u0435\u0441\u044F\u0447\u043D\u043E\u0435 \u0447\u043B\u0435\u043D\u0441\u0442\u0432\u043E.",upgradePlan:"\u041D\u0430\u0436\u043C\u0438\u0442\u0435 \u0437\u0434\u0435\u0441\u044C, \u0447\u0442\u043E\u0431\u044B \u043F\u0435\u0440\u0435\u0439\u0442\u0438 \u043D\u0430 \u0447\u043B\u0435\u043D\u0441\u0442\u0432\u043E Pro",upgradeToPro:"\u041F\u0435\u0440\u0435\u0439\u0442\u0438 \u043D\u0430 \u0447\u043B\u0435\u043D\u0441\u0442\u0432\u043E Pro","popup.openPro":"\u0427\u0442\u043E\u0431\u044B \u043F\u043E\u043B\u0443\u0447\u0438\u0442\u044C \u0432\u043E\u0437\u043C\u043E\u0436\u043D\u043E\u0441\u0442\u044C \u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u044C\u0441\u044F DeepL \u0438 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u043E\u043C OpenAI, \u043F\u0435\u0440\u0435\u0439\u0434\u0438\u0442\u0435 \u043F\u043E \u0441\u0441\u044B\u043B\u043A\u0435.","popup.openProForPro":"\u0412\u044B \u044F\u0432\u043B\u044F\u0435\u0442\u0435\u0441\u044C \u0443\u0447\u0430\u0441\u0442\u043D\u0438\u043A\u043E\u043C \u043F\u0440\u043E\u0433\u0440\u0430\u043C\u043C\u044B Pro \u0441 \u043F\u0440\u044F\u043C\u044B\u043C \u0434\u043E\u0441\u0442\u0443\u043F\u043E\u043C \u043A DeepL \u0438 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430\u043C OpenAI!",currentAccount:"\u0442\u0435\u043A\u0443\u0449\u0438\u0439 \u0441\u0447\u0451\u0442",enableAutoSyncUserSettings:"\u041E\u0431\u0435\u0441\u043F\u0435\u0447\u0435\u043D\u0438\u0435 \u0430\u0432\u0442\u043E\u043C\u0430\u0442\u0438\u0447\u0435\u0441\u043A\u043E\u0439 \u043E\u0431\u043B\u0430\u0447\u043D\u043E\u0439 \u0441\u0438\u043D\u0445\u0440\u043E\u043D\u0438\u0437\u0430\u0446\u0438\u0438 \u043D\u0430 \u043D\u0435\u0441\u043A\u043E\u043B\u044C\u043A\u0438\u0445 \u0443\u0441\u0442\u0440\u043E\u0439\u0441\u0442\u0432\u0430\u0445",modalEnableInputTranslationTitle:"\u0411\u043B\u043E\u043A \u0432\u0432\u043E\u0434\u0430 \u0438\u043C\u043C\u0435\u0440\u0441\u0438\u0432\u043D\u043E\u0433\u043E \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430 \u041F\u0435\u0440\u0435\u0432\u043E\u0434\u0447\u0435\u0441\u043A\u0438\u0435 \u043E\u043F\u043E\u0432\u0435\u0449\u0435\u043D\u0438\u044F",modalEnableInputTranslationDesc:"\u0412\u044B \u0442\u043E\u043B\u044C\u043A\u043E \u0447\u0442\u043E \u0437\u0430\u043F\u0443\u0441\u0442\u0438\u043B\u0438 \u0444\u0443\u043D\u043A\u0446\u0438\u044E \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430 \u043F\u043E\u043B\u044F \u0432\u0432\u043E\u0434\u0430 Immersive Translation, \u043D\u0430\u0436\u0430\u0432 3 \u0440\u0430\u0437\u0430 \u043F\u043E\u0434\u0440\u044F\u0434 \u043A\u043B\u0430\u0432\u0438\u0448\u0443 \u043F\u0440\u043E\u0431\u0435\u043B\u0430, \u0438 \u0441\u043E\u0434\u0435\u0440\u0436\u0438\u043C\u043E\u0435 \u043F\u043E\u043B\u044F \u0432\u0432\u043E\u0434\u0430 \u0431\u0443\u0434\u0435\u0442 \u043F\u0435\u0440\u0435\u0432\u0435\u0434\u0435\u043D\u043E \u043D\u0430 \u0446\u0435\u043B\u0435\u0432\u043E\u0439 \u044F\u0437\u044B\u043A \u043F\u043E \u0443\u043C\u043E\u043B\u0447\u0430\u043D\u0438\u044E. \u041F\u0435\u0440\u0435\u0432\u043E\u0434 \u043C\u043E\u0436\u043D\u043E \u043E\u0442\u043C\u0435\u043D\u0438\u0442\u044C \u0441 \u043F\u043E\u043C\u043E\u0449\u044C\u044E \u043A\u043B\u0430\u0432\u0438\u0448 Ctrl+Z.

\u0415\u0441\u043B\u0438 \u044D\u0442\u043E \u0431\u044B\u043B\u0430 \u043E\u0448\u0438\u0431\u043A\u0430, \u043D\u0435 \u0432\u043E\u043B\u043D\u0443\u0439\u0442\u0435\u0441\u044C, \u0432\u044B \u043C\u043E\u0436\u0435\u0442\u0435 \u043E\u0442\u043A\u043B\u044E\u0447\u0438\u0442\u044C \u0435\u0435 \u043D\u0430 \u044D\u0442\u043E\u0442 \u0440\u0430\u0437 \u0438\u043B\u0438 \u043D\u0430\u0432\u0441\u0435\u0433\u0434\u0430 \u043E\u0442\u043A\u043B\u044E\u0447\u0438\u0442\u044C \u043F\u0435\u0440\u0435\u0432\u043E\u0434 \u043F\u043E\u043B\u044F \u0432\u0432\u043E\u0434\u0430.",saveAndNotShowAgain:"\u0421\u043E\u0445\u0440\u0430\u043D\u0438\u0442\u044C \u0438 \u043E\u0441\u0442\u0430\u043D\u043E\u0432\u0438\u0442\u044C \u0437\u0430\u043F\u0440\u043E\u0441",disableInputTranslationTips:"* \u0412\u044B \u0442\u0430\u043A\u0436\u0435 \u043C\u043E\u0436\u0435\u0442\u0435 \u0443\u0441\u0442\u0430\u043D\u043E\u0432\u0438\u0442\u044C \u0434\u0440\u0443\u0433\u0438\u0435 \u0441\u043E\u0447\u0435\u0442\u0430\u043D\u0438\u044F \u043A\u043B\u0430\u0432\u0438\u0448 \u0434\u043B\u044F \u0441\u0440\u0430\u0431\u0430\u0442\u044B\u0432\u0430\u043D\u0438\u044F \u0432 {option} ,{learnMore}.",learnMore:"\u041D\u0430\u0436\u043C\u0438\u0442\u0435 \u0437\u0434\u0435\u0441\u044C, \u0447\u0442\u043E\u0431\u044B \u0443\u0437\u043D\u0430\u0442\u044C \u0431\u043E\u043B\u044C\u0448\u0435",continueEnalbeInputTranslation:"\u041F\u0440\u043E\u0434\u043E\u043B\u0436\u0435\u043D\u0438\u0435 \u0432\u043A\u043B\u044E\u0447\u0435\u043D\u0438\u044F \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430 \u043F\u043E\u043B\u044F \u0432\u0432\u043E\u0434\u0430",autoRenewTrialSuffix:'(\u0412 \u043F\u0440\u043E\u0431\u043D\u043E\u043C \u0432\u0430\u0440\u0438\u0430\u043D\u0442\u0435\u0441\u0440\u0430\u0437\u0443 \u0436\u0435 \u043F\u0435\u0440\u0435\u0448\u0435\u043B \u043D\u0430 \u043F\u043E\u043B\u043D\u043E\u0435 \u0447\u043B\u0435\u043D\u0441\u0442\u0432\u043E)',upgradeFromTrialTitle:"\u041F\u043E\u0432\u044B\u0448\u0435\u043D\u0438\u0435 \u0441\u0442\u0430\u0442\u0443\u0441\u0430 \u0434\u043E \u043F\u043E\u043B\u043D\u043E\u0433\u043E \u0447\u043B\u0435\u043D\u0430",subtitle:"\u0441\u0443\u0431\u0442\u0438\u0442\u0440\u044B \u043A \u0432\u0438\u0434\u0435\u043E\u0444\u0438\u043B\u044C\u043C\u0430\u043C",youtubeService:"\u0418\u043C\u043C\u0435\u0440\u0441\u0438\u043E\u043D\u043D\u044B\u0439 \u043F\u0435\u0440\u0435\u0432\u043E\u0434 \u0412\u0438\u0434\u0435\u043E\u0441\u0443\u0431\u0442\u0438\u0442\u0440\u0438\u0440\u043E\u0432\u0430\u043D\u0438\u0435 \u041F\u0435\u0440\u0435\u0432\u043E\u0434\u0447\u0435\u0441\u043A\u0438\u0435 \u0443\u0441\u043B\u0443\u0433\u0438","subtitle.disabledSubtitle":"\u041F\u043E\u0441\u0442\u043E\u044F\u043D\u043D\u043E\u0435 \u043E\u0442\u043A\u043B\u044E\u0447\u0435\u043D\u0438\u0435 \u0444\u0443\u043D\u043A\u0446\u0438\u0438 \u0432\u0438\u0434\u0435\u043E\u0441\u0443\u0431\u0442\u0438\u0442\u0440\u043E\u0432","subtitle.disabledSubtitleDescription":"\u0415\u0441\u043B\u0438 Immersive Translator's Video Subtitles \u043A\u043E\u043D\u0444\u043B\u0438\u043A\u0442\u0443\u0435\u0442 \u0441 \u0434\u0440\u0443\u0433\u0438\u043C\u0438 \u0440\u0430\u0441\u0448\u0438\u0440\u0435\u043D\u0438\u044F\u043C\u0438, \u0432\u044B \u043C\u043E\u0436\u0435\u0442\u0435 \u0432\u044B\u0431\u0440\u0430\u0442\u044C \u043F\u043E\u0441\u0442\u043E\u044F\u043D\u043D\u043E\u0435 \u043E\u0442\u043A\u043B\u044E\u0447\u0435\u043D\u0438\u0435 Immersive Translator's Video Subtitles \u0438\u043B\u0438 \u0434\u0435\u0438\u043D\u0441\u0442\u0430\u043B\u043B\u0438\u0440\u043E\u0432\u0430\u0442\u044C \u0434\u0440\u0443\u0433\u0438\u0435 \u043A\u043E\u043D\u0444\u043B\u0438\u043A\u0442\u0443\u044E\u0449\u0438\u0435 \u0440\u0430\u0441\u0448\u0438\u0440\u0435\u043D\u0438\u044F","subtitle.autoEnableSubtitle":"\u0410\u0432\u0442\u043E\u043C\u0430\u0442\u0438\u0447\u0435\u0441\u043A\u043E\u0435 \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u043D\u0438\u0435 \u0434\u0432\u0443\u044F\u0437\u044B\u0447\u043D\u044B\u0445 \u0441\u0443\u0431\u0442\u0438\u0442\u0440\u043E\u0432","subtitle.autoEnableSubtitleDescription":"\u041F\u043E\u0441\u043B\u0435 \u0430\u043A\u0442\u0438\u0432\u0430\u0446\u0438\u0438, \u043F\u0440\u0438 \u0432\u043E\u0441\u043F\u0440\u043E\u0438\u0437\u0432\u0435\u0434\u0435\u043D\u0438\u0438 \u0432\u0438\u0434\u0435\u043E, \u0431\u0443\u0434\u0443\u0442 \u0430\u0432\u0442\u043E\u043C\u0430\u0442\u0438\u0447\u0435\u0441\u043A\u0438 \u043E\u0442\u043E\u0431\u0440\u0430\u0436\u0430\u0442\u044C\u0441\u044F \u0434\u0432\u0443\u044F\u0437\u044B\u0447\u043D\u044B\u0435 \u0441\u0443\u0431\u0442\u0438\u0442\u0440\u044B, \u0432 \u043F\u0440\u043E\u0442\u0438\u0432\u043D\u043E\u043C \u0441\u043B\u0443\u0447\u0430\u0435 \u043D\u0435\u043E\u0431\u0445\u043E\u0434\u0438\u043C\u043E \u043D\u0430\u0436\u0430\u0442\u044C \u043A\u043D\u043E\u043F\u043A\u0443 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430 \u0434\u043B\u044F \u043E\u0442\u043E\u0431\u0440\u0430\u0436\u0435\u043D\u0438\u044F.","subtitle.preTranslation":"\u041F\u0435\u0440\u0435\u0432\u043E\u0434 \u0441\u0443\u0431\u0442\u0438\u0442\u0440\u043E\u0432 \u0441 \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u043D\u0438\u0435\u043C \u0438\u043C\u043C\u0435\u0440\u0441\u0438\u0432\u043D\u043E\u0433\u043E \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430","subtitle.preTranslationDescription":"\u041F\u0440\u0438 \u0432\u043A\u043B\u044E\u0447\u0435\u043D\u0438\u0438 \u044D\u0442\u043E\u0439 \u0444\u0443\u043D\u043A\u0446\u0438\u0438 \u0432\u0441\u0435 \u0441\u0443\u0431\u0442\u0438\u0442\u0440\u044B \u0431\u0443\u0434\u0443\u0442 \u043F\u0440\u0435\u0434\u0432\u0430\u0440\u0438\u0442\u0435\u043B\u044C\u043D\u043E \u043F\u0435\u0440\u0435\u0432\u0435\u0434\u0435\u043D\u044B \u0441 \u043F\u043E\u043C\u043E\u0449\u044C\u044E \u0443\u043A\u0430\u0437\u0430\u043D\u043D\u043E\u0433\u043E \u043D\u0438\u0436\u0435 \u0441\u0435\u0440\u0432\u0438\u0441\u0430 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430, \u043F\u0440\u0438 \u044D\u0442\u043E\u043C \u043D\u0430 1-\u0447\u0430\u0441\u043E\u0432\u043E\u0435 \u0432\u0438\u0434\u0435\u043E \u0431\u0443\u0434\u0435\u0442 \u0437\u0430\u0442\u0440\u0430\u0447\u0435\u043D\u043E \u043E\u043A\u043E\u043B\u043E 50 000 \u0442\u043E\u043A\u0435\u043D\u043E\u0432 \u0438\u043B\u0438 \u0441\u0438\u043C\u0432\u043E\u043B\u043E\u0432, \u043F\u043E\u044D\u0442\u043E\u043C\u0443 \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u0443\u0439\u0442\u0435 \u0438\u0445 \u043F\u043E \u0441\u0432\u043E\u0435\u043C\u0443 \u0443\u0441\u043C\u043E\u0442\u0440\u0435\u043D\u0438\u044E; \u043F\u0440\u0438 \u043E\u0442\u043A\u043B\u044E\u0447\u0435\u043D\u0438\u0438 \u044D\u0442\u043E\u0439 \u0444\u0443\u043D\u043A\u0446\u0438\u0438 \u0441\u043D\u0430\u0447\u0430\u043B\u0430 \u0431\u0443\u0434\u0443\u0442 \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u044C\u0441\u044F \u043E\u0440\u0438\u0433\u0438\u043D\u0430\u043B\u044C\u043D\u044B\u0435 \u0441\u0443\u0431\u0442\u0438\u0442\u0440\u044B.","subtitle.humanSubtitlesPreferred":"\u041F\u0440\u0438\u043E\u0440\u0438\u0442\u0435\u0442\u043D\u043E\u0435 \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u043D\u0438\u0435 \u0447\u0435\u043B\u043E\u0432\u0435\u0447\u0435\u0441\u043A\u0438\u0445 \u0441\u0443\u0431\u0442\u0438\u0442\u0440\u043E\u0432","subtitle.humanSubtitlesPreferredDescription":"\u041F\u0440\u0438\u043E\u0440\u0438\u0442\u0435\u0442 \u043E\u0442\u0434\u0430\u0435\u0442\u0441\u044F \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u043D\u0438\u044E \u0447\u0435\u043B\u043E\u0432\u0435\u0447\u0435\u0441\u043A\u0438\u0445 \u0441\u0443\u0431\u0442\u0438\u0442\u0440\u043E\u0432, \u0435\u0441\u043B\u0438 \u0432\u0438\u0434\u0435\u043E\u0440\u043E\u043B\u0438\u043A \u0438\u043C\u0435\u0435\u0442 \u0447\u0435\u043B\u043E\u0432\u0435\u0447\u0435\u0441\u043A\u0438\u0435 \u0441\u0443\u0431\u0442\u0438\u0442\u0440\u044B \u043D\u0430 \u0446\u0435\u043B\u0435\u0432\u043E\u043C \u044F\u0437\u044B\u043A\u0435 (\u0440\u0435\u043A\u043E\u043C\u0435\u043D\u0434\u0443\u0435\u0442\u0441\u044F)",videoSubtitleTranslationDescription:"\u041D\u0430\u0437\u043D\u0430\u0447\u0438\u0442\u044C \u043E\u0442\u0434\u0435\u043B\u044C\u043D\u0443\u044E \u0441\u043B\u0443\u0436\u0431\u0443 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430 \u0434\u043B\u044F \u0432\u0438\u0434\u0435\u043E\u0441\u0443\u0431\u0442\u0438\u0442\u0440\u043E\u0432",subtitleTranslating:"\u041F\u043E\u0436\u0430\u043B\u0443\u0439\u0441\u0442\u0430, \u043F\u043E\u0434\u043E\u0436\u0434\u0438\u0442\u0435, \u043F\u043E\u043A\u0430 \u0441\u0443\u0431\u0442\u0438\u0442\u0440\u044B \u0431\u0443\u0434\u0443\u0442 \u043F\u0435\u0440\u0435\u0432\u0435\u0434\u0435\u043D\u044B \u0441 \u043F\u043E\u043C\u043E\u0449\u044C\u044E \u0441\u0435\u0440\u0432\u0438\u0441\u0430 {service} ... (\u0438\u043C\u043C\u0435\u0440\u0441\u0438\u043E\u043D\u043D\u044B\u0439 \u043F\u0435\u0440\u0435\u0432\u043E\u0434)",subtitleLoading:"\u0417\u0430\u0433\u0440\u0443\u0437\u043A\u0430 \u0441\u0443\u0431\u0442\u0438\u0442\u0440\u043E\u0432...",bilingual:"\u0431\u0438\u043B\u0438\u043D\u0433\u0432\u0438\u0437\u043C","field.action":"\u0412\u043A\u043B\u044E\u0447\u0430\u0442\u044C \u043B\u0438 \u0442\u0435\u0440\u043C\u0438\u043D\u043E\u043B\u043E\u0433\u0438\u044E Baidu","description.action":"\u041F\u0440\u0438 \u0432\u043A\u043B\u044E\u0447\u0435\u043D\u0438\u0438 \u0432 \u0437\u0430\u043F\u0440\u043E\u0441 \u0431\u0443\u0434\u0435\u0442 \u0434\u043E\u0431\u0430\u0432\u043B\u0435\u043D \u043F\u0430\u0440\u0430\u043C\u0435\u0442\u0440 action=1, \u0438\u043D\u0444\u043E\u0440\u043C\u0438\u0440\u0443\u044E\u0449\u0438\u0439 Baidu \u043E \u0432\u043A\u043B\u044E\u0447\u0435\u043D\u043D\u043E\u043C \u0442\u0435\u0440\u043C\u0438\u043D\u0435; <1>\u0431\u043E\u043B\u0435\u0435 \u043F\u043E\u0434\u0440\u043E\u0431\u043D\u0430\u044F \u0438\u043D\u0444\u043E\u0440\u043C\u0430\u0446\u0438\u044F \u043F\u0440\u0438\u0432\u0435\u0434\u0435\u043D\u0430 \u0432 \u043E\u0444\u0438\u0446\u0438\u0430\u043B\u044C\u043D\u043E\u0439 \u0434\u043E\u043A\u0443\u043C\u0435\u043D\u0442\u0430\u0446\u0438\u0438.",closeQuickTranslation:"\u0417\u0430\u043A\u0440\u044B\u0442\u044C \u0445\u043E\u0432\u0435\u0440\u0431\u043E\u043B","closeQuickTranslation.untilNext":"\u041D\u0430 \u044D\u0442\u043E\u0442 \u0440\u0430\u0437 \u0437\u0430\u043A\u0440\u044B\u0442\u043E \u0434\u043E \u0441\u043B\u0435\u0434\u0443\u044E\u0449\u0435\u0433\u043E \u043F\u043E\u0441\u0435\u0449\u0435\u043D\u0438\u044F","closeQuickTranslation.currentWebsite":"\u0422\u0435\u043A\u0443\u0449\u0438\u0439 \u0441\u0430\u0439\u0442 \u043E\u0442\u043A\u043B\u044E\u0447\u0435\u043D","closeQuickTranslation.alwaysClose":"\u043E\u0442\u043A\u043B\u044E\u0447\u0438\u0442\u044C \u043D\u0430\u0432\u0441\u0435\u0433\u0434\u0430","closeQuickTranslation.settingOpen":"(\u043C\u043E\u0436\u0435\u0442 \u0431\u044B\u0442\u044C \u0432\u043A\u043B\u044E\u0447\u0435\u043D\u0430 \u043D\u0430 <1>\u0441\u0442\u0440\u0430\u043D\u0438\u0446\u0435 \u043D\u0430\u0441\u0442\u0440\u043E\u0435\u043A )","closeQuickTranslation.cancel":"\u043E\u0442\u043C\u0435\u043D\u044B","closeQuickTranslation.confirm":"\u043E\u043F\u0440\u0435\u0434\u0435\u043B\u0438\u0442\u044C","floatBall.popup":"\u041E\u0442\u043A\u0440\u043E\u0439\u0442\u0435 \u043F\u0430\u043D\u0435\u043B\u044C \u0431\u044B\u0441\u0442\u0440\u044B\u0445 \u043D\u0430\u0441\u0442\u0440\u043E\u0435\u043A","floatBall.translate":"\u041D\u0430\u0436\u043C\u0438\u0442\u0435, \u0447\u0442\u043E\u0431\u044B \u043F\u0435\u0440\u0435\u0432\u0435\u0441\u0442\u0438 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u0443","floatBall.showOriginal":"\u041D\u0430\u0436\u043C\u0438\u0442\u0435, \u0447\u0442\u043E\u0431\u044B \u0432\u0435\u0440\u043D\u0443\u0442\u044C\u0441\u044F \u043A \u043E\u0440\u0438\u0433\u0438\u043D\u0430\u043B\u044C\u043D\u043E\u0439 \u0441\u0442\u0430\u0442\u044C\u0435","floatBall.close":"\u0417\u0430\u043A\u0440\u044B\u0442\u044C \u0445\u043E\u0432\u0435\u0440\u0431\u043E\u043B","floatBallOptions.enableDescPc":"\u041F\u043E\u0441\u043B\u0435 \u0432\u043A\u043B\u044E\u0447\u0435\u043D\u0438\u044F \u0445\u043E\u0432\u0435\u0440\u0431\u043E\u043B\u0430 \u0432 \u043F\u0440\u0430\u0432\u043E\u0439 \u0447\u0430\u0441\u0442\u0438 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u044B \u043F\u043E\u044F\u0432\u0438\u0442\u0441\u044F \u043A\u043D\u043E\u043F\u043A\u0430 \u0431\u044B\u0441\u0442\u0440\u043E\u0433\u043E \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430, \u043D\u0430\u0436\u043C\u0438\u0442\u0435 \u0435\u0435, \u0447\u0442\u043E\u0431\u044B \u043F\u0435\u0440\u0435\u0432\u0435\u0441\u0442\u0438!","floatBallOptions.enableDesc":"\u041F\u043E\u0441\u043B\u0435 \u0432\u044B\u043A\u043B\u044E\u0447\u0435\u043D\u0438\u044F \u0445\u043E\u0432\u0435\u0440\u0431\u043E\u043B\u0430 \u0435\u0433\u043E \u043C\u043E\u0436\u043D\u043E \u0432\u044B\u0437\u0432\u0430\u0442\u044C \u0441 \u043F\u043E\u043C\u043E\u0449\u044C\u044E{touch}. \u041D\u0430\u0441\u0442\u043E\u044F\u0442\u0435\u043B\u044C\u043D\u043E \u0440\u0435\u043A\u043E\u043C\u0435\u043D\u0434\u0443\u0435\u0442\u0441\u044F \u0441\u043E\u0445\u0440\u0430\u043D\u0438\u0442\u044C \u044D\u0442\u0443 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u0443 \u043D\u0430\u0441\u0442\u0440\u043E\u0435\u043A \u0432 \u0437\u0430\u043A\u043B\u0430\u0434\u043A\u0430\u0445, \u0447\u0442\u043E\u0431\u044B \u043D\u0435 \u043F\u043E\u0442\u0435\u0440\u044F\u0442\u044C \u0432\u043E\u0437\u043C\u043E\u0436\u043D\u043E\u0441\u0442\u044C \u043D\u0430\u0439\u0442\u0438 \u0445\u043E\u0432\u0435\u0440\u0431\u043E\u043B \u043F\u043E\u0441\u043B\u0435 \u0441\u043B\u0443\u0447\u0430\u0439\u043D\u043E\u0433\u043E \u043E\u0442\u043A\u043B\u044E\u0447\u0435\u043D\u0438\u044F \u044D\u0442\u043E\u0439 \u043E\u043F\u0446\u0438\u0438!","description.azureApiUrl":"\u0417\u0430\u043F\u043E\u043B\u043D\u0438\u0442\u0435 \u0430\u0434\u0440\u0435\u0441 \u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u0435\u043B\u044C\u0441\u043A\u043E\u0433\u043E \u0438\u043D\u0442\u0435\u0440\u0444\u0435\u0439\u0441\u0430 API",confirmSupportMouse:"\u041F\u0440\u0438\u043D\u0443\u0434\u0438\u0442\u0435\u043B\u044C\u043D\u043E\u0435 \u0432\u043A\u043B\u044E\u0447\u0435\u043D\u0438\u0435 \u043F\u043E\u0434\u0434\u0435\u0440\u0436\u043A\u0438 \u043C\u044B\u0448\u0438",confirmSupportMouseDescription:"\u041E\u0431\u043D\u0430\u0440\u0443\u0436\u0435\u043D\u043E, \u0447\u0442\u043E \u0442\u0435\u043A\u0443\u0449\u0438\u0439 \u0431\u0440\u0430\u0443\u0437\u0435\u0440 \u043D\u0435 \u043F\u043E\u0434\u0434\u0435\u0440\u0436\u0438\u0432\u0430\u0435\u0442 \u0444\u0443\u043D\u043A\u0446\u0438\u044E \u043C\u044B\u0448\u0438, \u043F\u0440\u0438\u043D\u0443\u0434\u0438\u0442\u0435\u043B\u044C\u043D\u043E \u043B\u0438 \u0432\u043A\u043B\u044E\u0447\u0438\u0442\u044C \u043F\u043E\u0434\u0434\u0435\u0440\u0436\u043A\u0443 \u043C\u044B\u0448\u0438?",sampleTargetText:"\u041D\u0430\u0441\u0442\u0443\u043F\u0438\u0442 \u0434\u043E\u043B\u0433\u0430\u044F \u043D\u043E\u0447\u044C, \u0438 \u044F \u0431\u0443\u0434\u0443 \u0441\u0442\u043E\u044F\u0442\u044C \u043D\u0430 \u0441\u0442\u0440\u0430\u0436\u0435 \u0441 \u044D\u0442\u043E\u0433\u043E \u0434\u043D\u044F \u0438 \u0434\u043E \u0441\u0430\u043C\u043E\u0439 \u0441\u043C\u0435\u0440\u0442\u0438. \u042F \u043D\u0435 \u0432\u043E\u0437\u044C\u043C\u0443 \u0436\u0435\u043D\u0443, \u043D\u0435 \u0441\u043E\u0437\u0434\u0430\u043C \u0432\u043E\u0442\u0447\u0438\u043D\u0443, \u043D\u0435 \u0437\u0430\u0432\u0435\u0434\u0443 \u0434\u0435\u0442\u0435\u0439. \u042F \u043D\u0435 \u0431\u0443\u0434\u0443 \u043D\u043E\u0441\u0438\u0442\u044C \u043A\u043E\u0440\u043E\u043D\u0443, \u043D\u0435 \u0431\u0443\u0434\u0443 \u0441\u0442\u0440\u0435\u043C\u0438\u0442\u044C\u0441\u044F \u043A \u043F\u043E\u0447\u0435\u0441\u0442\u044F\u043C. \u042F \u0431\u0443\u0434\u0443 \u0438\u0441\u043F\u043E\u043B\u043D\u044F\u0442\u044C \u0441\u0432\u043E\u0439 \u0434\u043E\u043B\u0433, \u0436\u0438\u0442\u044C \u0438 \u0443\u043C\u0438\u0440\u0430\u0442\u044C.",sampleSourceText:"Night gathers, and now my watch begins. It shall not end until my death. I shall take no wife, hold no lands, father no children. I shall wear no crowns and win no glory. I shall live and die at my post.","subtitle.supportedSites":"\u5DF2\u652F\u6301\u5728\u8FD9\u4E9B\u7F51\u7AD9\u4F7F\u7528\u53CC\u8BED\u5B57\u5E55\uFF08\u6CE8\u610F\uFF1A\u7531\u4E8E\u6280\u672F\u9650\u5236\uFF0C\u90E8\u5206\u7F51\u7AD9\u5728\u9996\u6B21\u5F00\u542F\u5B57\u5E55\u540E\u9700\u8981\u91CD\u65B0\u5237\u65B0\u9875\u9762\uFF0C\u6216\u8005\u9700\u7B49\u5F85\u7FFB\u8BD1\u5B8C\u6210\u4EE5\u663E\u793A\u53CC\u8BED\u5B57\u5E55\uFF09\uFF1A",viewWithImmersiveTranslate:"\u53CC\u8BED\u7248\u672C(\u6C89\u6D78\u5F0F\u7FFB\u8BD1)",errorReason:"\u9519\u8BEF\u539F\u56E0\uFF1A{message}","proQuotaExceededError.onetime7day":'\uFF0C\u60A8\u53EF\u4EE5\u9009\u62E9\u4EE5\u4E0B\u65B9\u5F0F\u89E3\u51B3\uFF1A

1. \u5207\u6362\u5230 {anotherService} \u6216\u5176\u4ED6\u7FFB\u8BD1\u670D\u52A1
2. \u5347\u7EA7\u4E3A\u6708\u5EA6/\u5E74\u5EA6\u4F1A\u5458',"proQuotaExceededError.trial":'\uFF0C\u60A8\u53EF\u4EE5\u9009\u62E9\u4EE5\u4E0B\u65B9\u5F0F\u89E3\u51B3\uFF1A

1. \u5207\u6362\u5230 {anotherService} \u6216\u5176\u4ED6\u7FFB\u8BD1\u670D\u52A1
2. \u7ACB\u523B\u5347\u7EA7\u4E3A\u6B63\u5F0F\u4F1A\u5458',"proQuotaExceededError.nonTrial":'\uFF0C\u60A8\u53EF\u4EE5\u9009\u62E9\u4EE5\u4E0B\u65B9\u5F0F\u89E3\u51B3\uFF1A

1. \u5207\u6362\u5230 {anotherService} \u6216\u5176\u4ED6\u7FFB\u8BD1\u670D\u52A1
2. \u8D2D\u4E70 {translationService} \u989D\u5916\u6D41\u91CF\u5305',"proQuotaExceededError.resetTime":"
3. \u989D\u5EA6\u91CD\u7F6E\u65F6\u95F4\uFF1A{resetTime}","desc.touchShortcutsToggleTranslatePageOnlyTranslation":"\u0422\u043E\u043B\u044C\u043A\u043E \u043F\u0435\u0440\u0435\u0432\u043E\u0434 \u043E\u0437\u043D\u0430\u0447\u0430\u0435\u0442, \u0447\u0442\u043E \u043E\u0442\u043E\u0431\u0440\u0430\u0436\u0430\u0435\u0442\u0441\u044F \u0442\u043E\u043B\u044C\u043A\u043E \u043F\u0435\u0440\u0435\u0432\u043E\u0434. \u0415\u0441\u043B\u0438 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u0430 \u0435\u0449\u0435 \u043D\u0435 \u043F\u0435\u0440\u0435\u0432\u0435\u0434\u0435\u043D\u0430, \u043E\u043D\u0430 \u043F\u0435\u0440\u0435\u043A\u043B\u044E\u0447\u0438\u0442\u0441\u044F \u0432 \u0440\u0435\u0436\u0438\u043C \u0438 \u0431\u0443\u0434\u0435\u0442 \u043F\u0435\u0440\u0435\u0432\u0435\u0434\u0435\u043D\u0430.","desc.toggleOnlyTransation":'\u0420\u0435\u0436\u0438\u043C "\u0422\u043E\u043B\u044C\u043A\u043E \u043F\u0435\u0440\u0435\u0432\u043E\u0434" \u043E\u0437\u043D\u0430\u0447\u0430\u0435\u0442, \u0447\u0442\u043E \u043E\u0442\u043E\u0431\u0440\u0430\u0436\u0430\u0435\u0442\u0441\u044F \u0442\u043E\u043B\u044C\u043A\u043E \u043F\u0435\u0440\u0435\u0432\u043E\u0434. \u0415\u0441\u043B\u0438 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u0430 \u0435\u0449\u0435 \u043D\u0435 \u043F\u0435\u0440\u0435\u0432\u0435\u0434\u0435\u043D\u0430, \u0440\u0435\u0436\u0438\u043C \u0431\u0443\u0434\u0435\u0442 \u043F\u0435\u0440\u0435\u043A\u043B\u044E\u0447\u0435\u043D \u0438 \u0432\u044B\u043F\u043E\u043B\u043D\u0435\u043D \u043F\u0435\u0440\u0435\u0432\u043E\u0434.',touchShortcutsToggleTranslatePageOnlyTranslation:"\u041D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0430 \u0436\u0435\u0441\u0442\u043E\u0432 \u0441\u0435\u043D\u0441\u043E\u0440\u043D\u043E\u0433\u043E \u044D\u043A\u0440\u0430\u043D\u0430 \u0434\u043B\u044F \u043F\u0435\u0440\u0435\u043A\u043B\u044E\u0447\u0435\u043D\u0438\u044F \u043C\u0435\u0436\u0434\u0443 \u0434\u0432\u0443\u044F\u0437\u044B\u0447\u043D\u044B\u043C / \u0442\u043E\u043B\u044C\u043A\u043E \u0442\u0435\u043A\u0441\u0442\u043E\u043C \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430",download_started:"\u0417\u0430\u0433\u0440\u0443\u0437\u043A\u0430 \u0443\u0436\u0435 \u043D\u0430\u0447\u0430\u043B\u0430\u0441\u044C, \u0435\u0441\u043B\u0438 \u043E\u043D\u0430 \u043D\u0435 \u043D\u0430\u0447\u0430\u043B\u0430\u0441\u044C \u0430\u0432\u0442\u043E\u043C\u0430\u0442\u0438\u0447\u0435\u0441\u043A\u0438, \u043F\u043E\u0436\u0430\u043B\u0443\u0439\u0441\u0442\u0430, \u043D\u0430\u0436\u043C\u0438\u0442\u0435 \u0432\u0440\u0443\u0447\u043D\u0443\u044E.",here:"\u0437\u0434\u0435\u0441\u044C","error.goReset":"\u0441\u0431\u0440\u043E\u0441\u0438\u0442\u044C",batchEdit:"\u041C\u0430\u0441\u0441\u043E\u0432\u0430\u044F \u043E\u043F\u0435\u0440\u0430\u0446\u0438\u044F","error.configError":"\u041D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0430 \u0434\u0430\u043D\u043D\u044B\u0445 \u0430\u043D\u043E\u043C\u0430\u043B\u044C\u043D\u0430","translationFont.custom":"\u0412\u0432\u0435\u0434\u0438\u0442\u0435 \u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u0435\u043B\u044C\u0441\u043A\u0438\u0439 \u0448\u0440\u0438\u0444\u0442",translationFont:"\u0443\u0441\u0442\u0430\u043D\u043E\u0432\u0438\u0442\u044C \u0448\u0440\u0438\u0444\u0442",detectServiceLoading:"\u041F\u0440\u043E\u0432\u0435\u0440\u043A\u0430 \u0434\u043E\u0441\u0442\u0443\u043F\u043D\u044B\u0445 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0447\u0435\u0441\u043A\u0438\u0445 \u0443\u0441\u043B\u0443\u0433...","translationFont.customPlaceholder":"\u0448\u0440\u0438\u0444\u0442","touch.mouse-translate":"\u041F\u0435\u0440\u0435\u0432\u0435\u0441\u0442\u0438 \u0443\u043A\u0430\u0437\u0430\u043D\u043D\u044B\u0439 \u0430\u0431\u0437\u0430\u0446","translationModeLang.translation.title":"\u0422\u043E\u043B\u044C\u043A\u043E \u0440\u0435\u0436\u0438\u043C \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430 \u044F\u0437\u044B\u043A\u0430","error.serveConfigError":"\u041E\u0448\u0438\u0431\u043A\u0430 \u043A\u043E\u043D\u0444\u0438\u0433\u0443\u0440\u0430\u0446\u0438\u0438 \u0441\u0435\u0440\u0432\u0438\u0441\u0430","error.403":"\u0421\u043B\u0443\u0436\u0431\u0430 \u0432\u043E\u0437\u0432\u0440\u0430\u0449\u0430\u0435\u0442 \u043E\u0448\u0438\u0431\u043A\u0443, \u0432\u0440\u0435\u043C\u0435\u043D\u043D\u043E \u043D\u0435\u0442 \u0434\u043E\u0441\u0442\u0443\u043F\u0430 \u043A \u044D\u0442\u043E\u0439 \u0441\u043B\u0443\u0436\u0431\u0435.","error.proUpgrade":"\u041F\u043E\u0441\u043B\u0435 \u043E\u0431\u043D\u043E\u0432\u043B\u0435\u043D\u0438\u044F, \u043F\u043E\u0436\u0430\u043B\u0443\u0439\u0441\u0442\u0430, \u043E\u0431\u043D\u043E\u0432\u0438\u0442\u0435 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u0443 \u0438 \u043F\u0435\u0440\u0435\u0432\u0435\u0434\u0438\u0442\u0435 \u0441\u043D\u043E\u0432\u0430.","translationModeUrl.translation.title":"\u0412\u0435\u0431-\u0430\u0434\u0440\u0435\u0441 \u0442\u043E\u043B\u044C\u043A\u043E \u0434\u043B\u044F \u0440\u0435\u0436\u0438\u043C\u0430 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430",enableSentryReport:"\u041A\u043E\u0433\u0434\u0430 \u043F\u0440\u043E\u0438\u0441\u0445\u043E\u0434\u0438\u0442 \u043E\u0448\u0438\u0431\u043A\u0430 \u0440\u0430\u0441\u0448\u0438\u0440\u0435\u043D\u0438\u044F, \u043E\u0442\u043F\u0440\u0430\u0432\u043B\u044F\u0439\u0442\u0435 \u043E\u0442\u0437\u044B\u0432\u044B \u0447\u0435\u0440\u0435\u0437 Sentry.","error.reloadPageOfSetting":"\u041F\u043E\u0441\u043B\u0435 \u043D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0438, \u043F\u043E\u0436\u0430\u043B\u0443\u0439\u0441\u0442\u0430, \u043E\u0431\u043D\u043E\u0432\u0438\u0442\u0435 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u0443 \u0438 \u043F\u0435\u0440\u0435\u0432\u0435\u0434\u0438\u0442\u0435 \u0441\u043D\u043E\u0432\u0430.","error.502":"\u0421\u0435\u0440\u0432\u0438\u0441 \u0432\u043E\u0437\u0432\u0440\u0430\u0449\u0430\u0435\u0442 \u043E\u0448\u0438\u0431\u043A\u0443, \u0432\u0440\u0435\u043C\u044F \u043E\u0436\u0438\u0434\u0430\u043D\u0438\u044F \u0441\u0435\u0440\u0432\u0438\u0441\u0430 \u0438\u0441\u0442\u0435\u043A\u043B\u043E, \u043F\u043E\u0436\u0430\u043B\u0443\u0439\u0441\u0442\u0430, \u043F\u043E\u043F\u0440\u043E\u0431\u0443\u0439\u0442\u0435 \u043F\u043E\u0437\u0436\u0435.","translationModeUrl.translation.description":"\u041A\u043E\u0433\u0434\u0430 \u0432\u0435\u0431-\u0441\u0430\u0439\u0442 \u0438\u043C\u0435\u0435\u0442 \u0441\u043B\u0435\u0434\u0443\u044E\u0449\u0438\u0435 \u0434\u043E\u043C\u0435\u043D\u043D\u044B\u0435 \u0438\u043C\u0435\u043D\u0430, \u043E\u043D \u0430\u0432\u0442\u043E\u043C\u0430\u0442\u0438\u0447\u0435\u0441\u043A\u0438 \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u0443\u0435\u0442 \u0440\u0435\u0436\u0438\u043C \u0442\u043E\u043B\u044C\u043A\u043E \u0441 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u043E\u043C.",videoSubtitlePreTranslationOn:"\u0412\u0438\u0434\u0435\u043E \u0441\u0443\u0431\u0442\u0438\u0442\u0440\u044B \u0431\u0443\u0434\u0443\u0442 \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u044C \u043F\u043E\u0433\u0440\u0443\u0436\u0435\u043D\u0438\u0435 \u0432 \u043F\u0435\u0440\u0435\u0432\u043E\u0434 \u0432 \u043F\u0435\u0440\u0432\u0443\u044E \u043E\u0447\u0435\u0440\u0435\u0434\u044C.","translationServices.inherit":"\u0421\u043B\u0435\u0434\u0443\u0439\u0442\u0435 \u0437\u0430 \u043E\u0441\u043D\u043E\u0432\u043D\u044B\u043C \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0447\u0435\u0441\u043A\u0438\u043C \u0441\u0435\u0440\u0432\u0438\u0441\u043E\u043C","error.proTokenInvalid":"\u0415\u0441\u043B\u0438 \u0432\u044B \u044F\u0432\u043B\u044F\u0435\u0442\u0435\u0441\u044C \u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u0435\u043B\u0435\u043C Pro, \u043F\u043E\u0436\u0430\u043B\u0443\u0439\u0441\u0442\u0430, \u0432\u043E\u0439\u0434\u0438\u0442\u0435 \u0432 \u0441\u0438\u0441\u0442\u0435\u043C\u0443, \u043F\u0440\u0435\u0436\u0434\u0435 \u0447\u0435\u043C \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u044C \u0441\u0435\u0440\u0432\u0438\u0441 Pro \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430.",toggleToService:"\u041F\u0435\u0440\u0435\u043A\u043B\u044E\u0447\u0438\u0442\u0435\u0441\u044C \u043D\u0430 {service} \u0438 \u043F\u043E\u043F\u0440\u043E\u0431\u0443\u0439\u0442\u0435 \u0441\u043D\u043E\u0432\u0430",videoSubtitlePreTranslationOff:"\u041F\u0440\u0438\u043E\u0440\u0438\u0442\u0435\u0442 \u0431\u0443\u0434\u0435\u0442 \u043E\u0442\u0434\u0430\u043D \u043C\u0430\u0448\u0438\u043D\u043D\u043E\u043C\u0443 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0443 \u0441\u0443\u0431\u0442\u0438\u0442\u0440\u043E\u0432, \u0432\u0441\u0442\u0440\u043E\u0435\u043D\u043D\u044B\u0445 \u0432 \u043E\u0440\u0438\u0433\u0438\u043D\u0430\u043B\u044C\u043D\u043E\u0435 \u0432\u0438\u0434\u0435\u043E.","error.gemini.429":"\u0422\u0435\u043A\u0443\u0449\u0430\u044F \u0441\u043B\u0443\u0436\u0431\u0430 Gemini \u0443\u0436\u0435 \u0434\u043E\u0441\u0442\u0438\u0433\u043B\u0430 \u0441\u0432\u043E\u0435\u0433\u043E \u043F\u0440\u0435\u0434\u0435\u043B\u0430, \u043F\u043E\u0436\u0430\u043B\u0443\u0439\u0441\u0442\u0430, \u043F\u043E\u043F\u0440\u043E\u0431\u0443\u0439\u0442\u0435 \u043F\u043E\u0437\u0436\u0435 \u0438\u043B\u0438 \u043F\u0435\u0440\u0435\u043A\u043B\u044E\u0447\u0438\u0442\u0435\u0441\u044C \u043D\u0430 \u0434\u0440\u0443\u0433\u0443\u044E \u0441\u043B\u0443\u0436\u0431\u0443 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430.","translationModeLang.translation.description":'\u041A\u043E\u0433\u0434\u0430 \u044F\u0437\u044B\u043A \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u044B \u044F\u0432\u043B\u044F\u0435\u0442\u0441\u044F \u043E\u0434\u043D\u0438\u043C \u0438\u0437 \u0441\u043B\u0435\u0434\u0443\u044E\u0449\u0438\u0445, \u0430\u0432\u0442\u043E\u043C\u0430\u0442\u0438\u0447\u0435\u0441\u043A\u0438 \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u0443\u0435\u0442\u0441\u044F \u0440\u0435\u0436\u0438\u043C "\u0442\u043E\u043B\u044C\u043A\u043E \u043F\u0435\u0440\u0435\u0432\u043E\u0434".',"translationFont.notSupportErrorMessage":"\u041F\u043E\u0436\u0430\u043B\u0443\u0439\u0441\u0442\u0430, \u043F\u0440\u043E\u0432\u0435\u0440\u044C\u0442\u0435 \u043F\u0440\u0430\u0432\u0438\u043B\u044C\u043D\u043E\u0441\u0442\u044C \u0432\u0432\u0435\u0434\u0435\u043D\u043D\u043E\u0433\u043E \u0432\u0430\u043C\u0438 \u043D\u0430\u0437\u0432\u0430\u043D\u0438\u044F \u0448\u0440\u0438\u0444\u0442\u0430 \u0438\u043B\u0438 \u0443\u0431\u0435\u0434\u0438\u0442\u0435\u0441\u044C, \u0447\u0442\u043E \u044D\u0442\u043E\u0442 \u0448\u0440\u0438\u0444\u0442 \u0443\u0436\u0435 \u0443\u0441\u0442\u0430\u043D\u043E\u0432\u043B\u0435\u043D \u043D\u0430 \u0432\u0430\u0448\u0435\u043C \u0443\u0441\u0442\u0440\u043E\u0439\u0441\u0442\u0432\u0435.","error.429":"\u0421\u0435\u0440\u0432\u0438\u0441 \u0432\u043E\u0437\u0432\u0440\u0430\u0449\u0430\u0435\u0442 \u043E\u0448\u0438\u0431\u043A\u0443, \u0447\u0442\u043E \u0443\u043A\u0430\u0437\u044B\u0432\u0430\u0435\u0442 \u043D\u0430 \u0441\u043B\u0438\u0448\u043A\u043E\u043C \u0447\u0430\u0441\u0442\u044B\u0435 \u0437\u0430\u043F\u0440\u043E\u0441\u044B \u0438\u043B\u0438 \u043F\u0440\u0435\u0432\u044B\u0448\u0435\u043D\u0438\u0435 \u043B\u0438\u043C\u0438\u0442\u0430. \u041F\u043E\u0436\u0430\u043B\u0443\u0439\u0441\u0442\u0430, \u043F\u043E\u043F\u0440\u043E\u0431\u0443\u0439\u0442\u0435 \u043F\u043E\u0437\u0436\u0435.","error.400":"\u0421\u043B\u0443\u0436\u0431\u0430 \u0432\u043E\u0437\u0432\u0440\u0430\u0449\u0430\u0435\u0442 \u043E\u0448\u0438\u0431\u043A\u0443, \u043D\u0435\u0432\u0435\u0440\u043D\u044B\u0439 \u0437\u0430\u043F\u0440\u043E\u0441 \u043F\u0430\u0440\u0430\u043C\u0435\u0442\u0440\u0430, \u043F\u0440\u043E\u0432\u0435\u0440\u044C\u0442\u0435 \u0441\u043E\u043E\u0442\u0432\u0435\u0442\u0441\u0442\u0432\u0443\u044E\u0449\u0443\u044E \u043A\u043E\u043D\u0444\u0438\u0433\u0443\u0440\u0430\u0446\u0438\u044E.","error.openAIExceededQuota":"\u0421\u0435\u0440\u0432\u0438\u0441 \u0432\u043E\u0437\u0432\u0440\u0430\u0449\u0430\u0435\u0442 \u043E\u0448\u0438\u0431\u043A\u0443: \u043D\u0430 \u0432\u0430\u0448\u0435\u043C \u0442\u0435\u043A\u0443\u0449\u0435\u043C \u0441\u0447\u0435\u0442\u0443 OpenAI \u043D\u0435\u0434\u043E\u0441\u0442\u0430\u0442\u043E\u0447\u043D\u043E \u0441\u0440\u0435\u0434\u0441\u0442\u0432, \u043F\u043E\u0436\u0430\u043B\u0443\u0439\u0441\u0442\u0430, \u043F\u043E\u043F\u043E\u043B\u043D\u0438\u0442\u0435 \u0441\u0447\u0435\u0442 \u0438\u043B\u0438 \u043F\u0440\u0438\u0432\u044F\u0436\u0438\u0442\u0435 \u043A\u0440\u0435\u0434\u0438\u0442\u043D\u0443\u044E \u043A\u0430\u0440\u0442\u0443 \u0432 \u043E\u0444\u0438\u0446\u0438\u0430\u043B\u044C\u043D\u043E\u0439 \u0430\u0434\u043C\u0438\u043D\u0438\u0441\u0442\u0440\u0430\u0442\u0438\u0432\u043D\u043E\u0439 \u043F\u0430\u043D\u0435\u043B\u0438 OpenAI.","error.googleLimitIp":"\u0421\u043B\u0443\u0436\u0431\u0430 \u0432\u043E\u0437\u0432\u0440\u0430\u0449\u0430\u0435\u0442 \u043E\u0448\u0438\u0431\u043A\u0443, Google \u043E\u0433\u0440\u0430\u043D\u0438\u0447\u0438\u0432\u0430\u0435\u0442 \u0434\u043E\u0441\u0442\u0443\u043F \u0434\u043B\u044F \u044D\u0442\u043E\u0433\u043E IP-\u0430\u0434\u0440\u0435\u0441\u0430, \u0440\u0435\u043A\u043E\u043C\u0435\u043D\u0434\u0443\u0435\u0442\u0441\u044F \u0438\u0437\u043C\u0435\u043D\u0438\u0442\u044C \u0441\u0435\u0442\u0435\u0432\u043E\u0439 \u0443\u0437\u0435\u043B.","desc.toggleVideoSubtitlePreTranslation":"\u041F\u043E\u0441\u043B\u0435 \u043D\u0430\u0436\u0430\u0442\u0438\u044F, \u0434\u0432\u0443\u044F\u0437\u044B\u0447\u043D\u044B\u0435 \u0441\u0443\u0431\u0442\u0438\u0442\u0440\u044B \u0432\u0438\u0434\u0435\u043E \u0431\u0443\u0434\u0443\u0442 \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u044C \u043D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0438 \u043F\u043E\u0433\u0440\u0443\u0436\u0435\u043D\u0438\u044F \u0432 \u043F\u0435\u0440\u0435\u0432\u043E\u0434 \u0432 \u043F\u0435\u0440\u0432\u0443\u044E \u043E\u0447\u0435\u0440\u0435\u0434\u044C, \u043F\u0440\u0438 \u043F\u043E\u0432\u0442\u043E\u0440\u043D\u043E\u043C \u043D\u0430\u0436\u0430\u0442\u0438\u0438 \u0431\u0443\u0434\u0435\u0442 \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u044C\u0441\u044F \u043C\u0430\u0448\u0438\u043D\u043D\u044B\u0439 \u043F\u0435\u0440\u0435\u0432\u043E\u0434 \u0441\u0443\u0431\u0442\u0438\u0442\u0440\u043E\u0432 \u0438\u0437\u043D\u0430\u0447\u0430\u043B\u044C\u043D\u043E\u0433\u043E \u0432\u0438\u0434\u0435\u043E. \u041E\u0431\u0440\u0430\u0442\u0438\u0442\u0435 \u0432\u043D\u0438\u043C\u0430\u043D\u0438\u0435: \u044D\u0442\u043E\u0442 \u044F\u0440\u043B\u044B\u043A \u0438\u0437\u043C\u0435\u043D\u044F\u0435\u0442 \u0433\u043B\u043E\u0431\u0430\u043B\u044C\u043D\u044B\u0435 \u043D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0438.","error.openAIFreeLimit":"\u0421\u0435\u0440\u0432\u0438\u0441 \u0432\u043E\u0437\u0432\u0440\u0430\u0449\u0430\u0435\u0442 \u043E\u0448\u0438\u0431\u043A\u0443, \u0442\u0435\u043A\u0443\u0449\u0430\u044F \u0447\u0430\u0441\u0442\u043E\u0442\u0430 \u0437\u0430\u043F\u0440\u043E\u0441\u043E\u0432 \u043D\u0430 \u043F\u0435\u0440\u0435\u0432\u043E\u0434 \u0434\u043E\u0441\u0442\u0438\u0433\u043B\u0430 \u043F\u0440\u0435\u0434\u0435\u043B\u0430 \u0432 3 \u0440\u0430\u0437\u0430 \u0432 \u043C\u0438\u043D\u0443\u0442\u0443, \u043F\u043E\u0436\u0430\u043B\u0443\u0439\u0441\u0442\u0430, \u043F\u043E\u043F\u0440\u043E\u0431\u0443\u0439\u0442\u0435 \u043F\u043E\u0437\u0436\u0435. (\u042D\u0442\u043E \u043E\u0433\u0440\u0430\u043D\u0438\u0447\u0435\u043D\u0438\u0435 OpenAI \u0434\u043B\u044F \u0431\u0435\u0441\u043F\u043B\u0430\u0442\u043D\u043E\u0433\u043E API Key, \u0447\u0442\u043E\u0431\u044B \u0441\u043D\u044F\u0442\u044C \u044D\u0442\u043E \u043E\u0433\u0440\u0430\u043D\u0438\u0447\u0435\u043D\u0438\u0435, \u043F\u043E\u0436\u0430\u043B\u0443\u0439\u0441\u0442\u0430, \u043F\u0440\u0438\u0432\u044F\u0436\u0438\u0442\u0435 \u043A\u0440\u0435\u0434\u0438\u0442\u043D\u0443\u044E \u043A\u0430\u0440\u0442\u0443 \u0432 \u0431\u044D\u043A\u0435\u043D\u0434\u0435 OpenAI.)","error.serveUnavailable":"\u0412 \u043D\u0430\u0441\u0442\u043E\u044F\u0449\u0435\u0435 \u0432\u0440\u0435\u043C\u044F \u0443\u0441\u043B\u0443\u0433\u0430 [{serverName}], \u043A\u043E\u0442\u043E\u0440\u0443\u044E \u0432\u044B \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u0443\u0435\u0442\u0435, \u0432\u0440\u0435\u043C\u0435\u043D\u043D\u043E \u043D\u0435\u0434\u043E\u0441\u0442\u0443\u043F\u043D\u0430 \u0438\u0437-\u0437\u0430 \u043F\u0440\u043E\u0431\u043B\u0435\u043C \u0441 \u043F\u043E\u0434\u043A\u043B\u044E\u0447\u0435\u043D\u0438\u0435\u043C \u043A \u0441\u0435\u0442\u0438 \u0438\u043B\u0438 \u043F\u043E\u0441\u0442\u0430\u0432\u0449\u0438\u043A\u043E\u043C \u0443\u0441\u043B\u0443\u0433. \u0420\u0435\u043A\u043E\u043C\u0435\u043D\u0434\u0443\u0435\u043C \u0432\u0430\u043C \u043F\u043E\u043F\u0440\u043E\u0431\u043E\u0432\u0430\u0442\u044C \u043E\u0431\u043D\u043E\u0432\u0438\u0442\u044C \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u0443 \u0438\u043B\u0438 \u0438\u0437\u043C\u0435\u043D\u0438\u0442\u044C \u0434\u0440\u0443\u0433\u043E\u0439 \u0441\u0435\u0440\u0432\u0438\u0441 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430 \u0447\u0435\u0440\u0435\u0437 <1>\u043D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0438. \u0415\u0441\u043B\u0438 \u0432\u044B <2>Pro-\u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u0435\u043B\u044C, \u0432\u044B \u043C\u043E\u0436\u0435\u0442\u0435 \u0432\u044B\u0431\u0440\u0430\u0442\u044C \u0431\u043E\u043B\u0435\u0435 \u0441\u0442\u0430\u0431\u0438\u043B\u044C\u043D\u044B\u0435 \u0441\u0435\u0440\u0432\u0438\u0441\u044B \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430 DeepL \u0438\u043B\u0438 OpenAI (<3>\u043D\u0430\u0436\u043C\u0438\u0442\u0435 \u0437\u0434\u0435\u0441\u044C, \u0447\u0442\u043E\u0431\u044B \u043F\u043E\u043F\u0440\u043E\u0431\u043E\u0432\u0430\u0442\u044C \u0431\u0435\u0441\u043F\u043B\u0430\u0442\u043D\u043E). \u041A\u0440\u043E\u043C\u0435 \u0442\u043E\u0433\u043E, \u0432\u0430\u043C, \u0432\u043E\u0437\u043C\u043E\u0436\u043D\u043E, \u043F\u0440\u0438\u0434\u0435\u0442\u0441\u044F \u043F\u0440\u043E\u0432\u0435\u0440\u0438\u0442\u044C \u043D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0438 \u0432\u0430\u0448\u0435\u0439 \u0441\u0435\u0442\u0438 \u0438\u043B\u0438 \u043F\u0440\u043E\u043A\u0441\u0438.",pickAll:"\u0412\u044B\u0431\u0440\u0430\u0442\u044C \u0432\u0441\u0435","tagsInput.add":"+ \u0414\u043E\u0431\u0430\u0432\u0438\u0442\u044C",loggedIn:"\u0412\u0445\u043E\u0434 \u0432\u044B\u043F\u043E\u043B\u043D\u0435\u043D","widget.translateFile":"PDF/ePub","translationServices.gemini":"\u0411\u043B\u0438\u0437\u043D\u0435\u0446\u044B",notLogin:"\u041D\u0435 \u0432\u043E\u0448\u0435\u043B \u0432 \u0441\u0438\u0441\u0442\u0435\u043C\u0443","multipleClick.2":"\u0434\u0432\u043E\u0439\u043D\u043E\u0439 \u043A\u043B\u0438\u043A",goLogin:"\u0432\u043E\u0439\u0442\u0438 \u0432 \u0441\u0438\u0441\u0442\u0435\u043C\u0443","multipleClick.3":"\u0442\u0440\u043E\u0439\u043D\u043E\u0439 \u0443\u0434\u0430\u0440","error.subscriptionExpiredTitle":"\u0427\u043B\u0435\u043D\u0441\u0442\u0432\u043E \u0438\u0441\u0442\u0435\u043A\u043B\u043E",shortcutSettings:"\u0413\u043E\u0440\u044F\u0447\u0438\u0435 \u043A\u043B\u0430\u0432\u0438\u0448\u0438","widget.instruction":"\u0418\u043D\u0441\u0442\u0440\u0443\u043A\u0446\u0438\u044F \u043F\u043E \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u043D\u0438\u044E",contact:"\u0421\u0432\u044F\u0436\u0438\u0442\u0435\u0441\u044C \u0441 \u043D\u0430\u043C\u0438","widget.videoSubtitle":"\u0432\u0438\u0434\u0435\u043E \u0441\u0443\u0431\u0442\u0438\u0442\u0440\u044B","error.retry":"\u041F\u043E\u0432\u0442\u043E\u0440\u0438\u0442\u044C \u043F\u043E\u043F\u044B\u0442\u043A\u0443","widget.instructionTooltip":"\u041F\u0440\u043E\u0441\u043C\u043E\u0442\u0440 \u0438\u043D\u0441\u0442\u0440\u0443\u043A\u0446\u0438\u0439 \u043F\u043E \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u043D\u0438\u044E","subtitle.bilingual":"\u0434\u0432\u0443\u044F\u0437\u044B\u0447\u043D\u044B\u0435 \u0441\u0443\u0431\u0442\u0438\u0442\u0440\u044B","error.reason":"\u043F\u0440\u0438\u0447\u0438\u043D\u0430 \u043E\u0448\u0438\u0431\u043A\u0438",alwaysTranslateThisSite:"\u0412\u0441\u0435\u0433\u0434\u0430 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0438\u0442\u0435 \u044D\u0442\u043E\u0442 \u0441\u0430\u0439\u0442",touchShortcutsOff:"\u0437\u0430\u043A\u0440\u044B\u0442\u044C",neverTranslateThisSite:"\u041D\u0438\u043A\u043E\u0433\u0434\u0430 \u043D\u0435 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0438\u0442\u0435 \u044D\u0442\u043E\u0442 \u0441\u0430\u0439\u0442",buildSnapshots:"\u0421\u043E\u0437\u0434\u0430\u043D\u0438\u0435 \u0441\u043D\u0438\u043C\u043A\u0430 \u0432\u0435\u0431-\u0441\u0442\u0440\u0430\u043D\u0438\u0446\u044B","slide.left":"\u041F\u0440\u043E\u0432\u0435\u0434\u0438\u0442\u0435 \u0432\u043F\u0440\u0430\u0432\u043E","shortcutGroup.others":"\u0411\u043E\u043B\u044C\u0448\u0435 \u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u0435\u043B\u044C\u0441\u043A\u0438\u0445 \u0444\u0443\u043D\u043A\u0446\u0438\u0439 \u0433\u043E\u0440\u044F\u0447\u0438\u0445 \u043A\u043B\u0430\u0432\u0438\u0448",temprarilyChangeTranslationTo_openai:"\u0418\u0441\u043F\u043E\u043B\u044C\u0437\u0443\u0435\u0442\u0441\u044F OpenAI \u0434\u043B\u044F \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430 \u0442\u0435\u043A\u0443\u0449\u0435\u0439 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u044B","intro.hoverTitle":"\u041D\u0430\u0432\u0435\u0434\u0438\u0442\u0435 \u043A\u0443\u0440\u0441\u043E\u0440, \u0447\u0442\u043E\u0431\u044B \u043F\u0435\u0440\u0435\u0432\u0435\u0441\u0442\u0438 \u0442\u0435\u043A\u0443\u0449\u0438\u0439 \u0430\u0431\u0437\u0430\u0446","browser.translateWithDeepL":"\u0412\u0440\u0435\u043C\u0435\u043D\u043D\u043E \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u0443\u0439\u0442\u0435 DeepL \u0434\u043B\u044F \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430 \u0442\u0435\u043A\u0443\u0449\u0435\u0439 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u044B","slide.right":"\u0421\u0432\u0430\u0439\u043F \u0432\u043B\u0435\u0432\u043E",translationOnlyMode:"\u0422\u043E\u043B\u044C\u043A\u043E \u0440\u0435\u0436\u0438\u043C \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430",notLoginPro:"\u0412\u044B \u0435\u0449\u0435 \u043D\u0435 \u0432\u043E\u0448\u043B\u0438 \u0432 \u0441\u0432\u043E\u0439 \u0430\u043A\u043A\u0430\u0443\u043D\u0442",mouseHoverCustomKeyTitle:"\u041D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0430 \u0433\u043E\u0440\u044F\u0447\u0438\u0445 \u043A\u043B\u0430\u0432\u0438\u0448 \u043F\u0440\u0438 \u043D\u0430\u0432\u0435\u0434\u0435\u043D\u0438\u0438 \u043C\u044B\u0448\u0438","shortcutGroup.mouse":"\u041D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0430 \u0433\u043E\u0440\u044F\u0447\u0438\u0445 \u043A\u043B\u0430\u0432\u0438\u0448 \u043F\u0440\u0438 \u043D\u0430\u0432\u0435\u0434\u0435\u043D\u0438\u0438 \u043C\u044B\u0448\u0438",temprarilyChangeTranslationTo_deepl:"\u0418\u0441\u043F\u043E\u043B\u044C\u0437\u0443\u0435\u0442\u0441\u044F \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0447\u0438\u043A DeepL \u0434\u043B\u044F \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430 \u0442\u0435\u043A\u0443\u0449\u0435\u0439 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u044B.","browser.translateWithGoogle":"\u0412\u0440\u0435\u043C\u0435\u043D\u043D\u043E\u0435 \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u043D\u0438\u0435 Google Translate \u0434\u043B\u044F \u0442\u0435\u043A\u0443\u0449\u0435\u0439 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u044B","shortcutGroup.touch":"\u0421\u043F\u0435\u0446\u0438\u0430\u043B\u044C\u043D\u044B\u0435 \u0436\u0435\u0441\u0442\u044B \u0434\u043B\u044F \u0441\u0435\u043D\u0441\u043E\u0440\u043D\u043E\u0433\u043E \u044D\u043A\u0440\u0430\u043D\u0430","browser.translateInputBox":"\u041F\u0435\u0440\u0435\u0432\u0435\u0441\u0442\u0438 \u0442\u0435\u043A\u0443\u0449\u0435\u0435 \u0441\u043E\u0434\u0435\u0440\u0436\u0438\u043C\u043E\u0435 \u0432\u0432\u043E\u0434\u0430","widget.videoSubtitleTooltip":"\u041F\u043E\u0434\u0434\u0435\u0440\u0436\u043A\u0430 Youtube \u0438 \u0434\u0440\u0443\u0433\u0438\u0445 {count}+ \u0432\u0438\u0434\u0435\u043E-\u0441\u0430\u0439\u0442\u043E\u0432","browser.translateWithGemini":"\u0412\u0440\u0435\u043C\u0435\u043D\u043D\u043E \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u0443\u0439\u0442\u0435 Gemini \u0434\u043B\u044F \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430 \u0442\u0435\u043A\u0443\u0449\u0435\u0439 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u044B","subtitle.hideQuickButton":"\u0411\u043E\u043B\u044C\u0448\u0435 \u043D\u0435 \u043F\u043E\u043A\u0430\u0437\u044B\u0432\u0430\u0442\u044C \u044D\u0442\u043E\u0442 \u044F\u0440\u043B\u044B\u043A","browser.translateWithBing":"\u0412\u0440\u0435\u043C\u0435\u043D\u043D\u043E \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u0443\u0439\u0442\u0435 Microsoft \u0434\u043B\u044F \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430 \u0442\u0435\u043A\u0443\u0449\u0435\u0439 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u044B","browser.translateWithTransmart":"\u0412\u0440\u0435\u043C\u0435\u043D\u043D\u043E \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u0443\u0439\u0442\u0435 Tencent \u0434\u043B\u044F \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430 \u0442\u0435\u043A\u0443\u0449\u0435\u0439 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u044B","multipleClick.4":"\u0447\u0435\u0442\u044B\u0440\u0435\u0445\u043A\u0440\u0430\u0442\u043D\u044B\u0439 \u0443\u0434\u0430\u0440",temprarilyChangeTranslationTo_gemini:"\u0418\u0441\u043F\u043E\u043B\u044C\u0437\u0443\u0435\u0442\u0441\u044F \u043F\u0435\u0440\u0435\u0432\u043E\u0434 \u0442\u0435\u043A\u0443\u0449\u0435\u0439 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u044B \u0441 \u043F\u043E\u043C\u043E\u0449\u044C\u044E Gemini","floatBall.longPress":"\u0423\u0434\u0435\u0440\u0436\u0438\u0432\u0430\u0439\u0442\u0435 \u043A\u043D\u043E\u043F\u043A\u0443, \u0447\u0442\u043E\u0431\u044B \u0431\u044B\u0441\u0442\u0440\u043E \u043E\u0442\u043A\u0440\u044B\u0442\u044C \u043F\u0430\u043D\u0435\u043B\u044C \u043D\u0430\u0441\u0442\u0440\u043E\u0435\u043A.",shortcutSettingsTitle:"\u041D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0430 \u0433\u043E\u0440\u044F\u0447\u0438\u0445 \u043A\u043B\u0430\u0432\u0438\u0448",networkError:"\u041F\u0440\u043E\u0431\u043B\u0435\u043C\u044B \u0441 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0447\u0435\u0441\u043A\u0438\u043C \u0441\u0435\u0440\u0432\u0438\u0441\u043E\u043C \u0438\u043B\u0438 \u0441\u0435\u0442\u044C\u044E","intro.floatBallTitle":"\u0411\u044B\u0441\u0442\u0440\u044B\u0439 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0447\u0438\u043A \u0432\u0441\u043F\u043B\u044B\u0432\u0430\u044E\u0449\u0435\u0433\u043E \u0448\u0430\u0440\u0430",temprarilyChangeTranslationTo_transmart:"\u0418\u0441\u043F\u043E\u043B\u044C\u0437\u0443\u0435\u0442\u0441\u044F \u043F\u0435\u0440\u0435\u0432\u043E\u0434 \u0442\u0435\u043A\u0443\u0449\u0435\u0439 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u044B \u0447\u0435\u0440\u0435\u0437 Tencent.","subtitle.autoDisableSubtitle":"\u041D\u0435 \u0430\u0432\u0442\u043E\u043C\u0430\u0442\u0438\u0447\u0435\u0441\u043A\u0438 \u0432\u043A\u043B\u044E\u0447\u0430\u0442\u044C \u0434\u0432\u0443\u044F\u0437\u044B\u0447\u043D\u044B\u0435 \u0441\u0443\u0431\u0442\u0438\u0442\u0440\u044B","browser.translateWithOpenAI":"\u0412\u0440\u0435\u043C\u0435\u043D\u043D\u043E \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u0443\u0439\u0442\u0435 OpenAI \u0434\u043B\u044F \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430 \u0442\u0435\u043A\u0443\u0449\u0435\u0439 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u044B","shortcutGroup.shortcutsForTranslationServices":"\u0421\u043E\u0447\u0435\u0442\u0430\u043D\u0438\u044F \u043A\u043B\u0430\u0432\u0438\u0448, \u0441\u0432\u044F\u0437\u0430\u043D\u043D\u044B\u0435 \u0441 \u0443\u0441\u043B\u0443\u0433\u0430\u043C\u0438 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430",temprarilyChangeTranslationTo_google:"\u0418\u0441\u043F\u043E\u043B\u044C\u0437\u0443\u0435\u0442\u0441\u044F Google Translate \u0434\u043B\u044F \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430 \u0442\u0435\u043A\u0443\u0449\u0435\u0439 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u044B.",paragraphMinTextCountField:"\u041C\u0438\u043D\u0438\u043C\u0430\u043B\u044C\u043D\u043E\u0435 \u043A\u043E\u043B\u0438\u0447\u0435\u0441\u0442\u0432\u043E \u0441\u0438\u043C\u0432\u043E\u043B\u043E\u0432, \u043D\u0435\u043E\u0431\u0445\u043E\u0434\u0438\u043C\u044B\u0445 \u0434\u043B\u044F \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430 \u0430\u0431\u0437\u0430\u0446\u0430",temprarilyChangeTranslationTo_bing:"\u0418\u0441\u043F\u043E\u043B\u044C\u0437\u0443\u0435\u0442\u0441\u044F Microsoft \u0434\u043B\u044F \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430 \u0442\u0435\u043A\u0443\u0449\u0435\u0439 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u044B",upgradeToProErrorTitle:"\u041F\u043E\u0436\u0430\u043B\u0443\u0439\u0441\u0442\u0430, \u043E\u0431\u043D\u043E\u0432\u0438\u0442\u0435 \u0434\u043E Pro-\u0447\u043B\u0435\u043D\u0441\u0442\u0432\u0430, \u0447\u0442\u043E\u0431\u044B \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u044C \u044D\u0442\u0443 \u0443\u0441\u043B\u0443\u0433\u0443 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430.","floatBall.guideClickToTranslate":`\u041D\u0430\u0436\u043C\u0438\u0442\u0435 \u043D\u0430 \u043F\u043B\u0430\u0432\u0430\u044E\u0449\u0438\u0439 \u0448\u0430\u0440 \u0434\u043B\u044F \u043F\u043E\u0433\u0440\u0443\u0436\u0435\u043D\u0438\u044F \u0432 \u043F\u0435\u0440\u0435\u0432\u043E\u0434, + {env.imt_sub_trans_field}: Traduzione`,"translationServices.claude":"Claude","subtitle.quickButton.black":"nero","subtitle.quickButton.blue":"blu","subtitle.quickButton.white":"bianco","subtitle.quickButton.green":"Verde","subtitle.quickButton.magenta":"Fucsia","subtitle.quickButton.sourceTextColor":"Colore del carattere originale","subtitle.quickButton.yellow":"giallo","subtitle.quickButton.sourceFontSize":"Dimensione originale del carattere","subtitle.quickButton.backgroundOpacity":"Opacit\xE0 di sfondo","subtitle.quickButton.translationPositionTop":"Sopra il testo originale","subtitle.quickButton.backgroundColor":"colore di sfondo","subtitle.quickButton.translationPosition":"Posizione del testo tradotto","subtitle.quickButton.translationPositionBottom":"Sotto il testo originale","subtitle.quickButton.red":"Rosso","subtitle.quickButton.cyan":"Blu","subtitle.quickButton.setting":"Impostazione","subtitle.quickButton.translationTextColor":"Colore del carattere del testo","subtitle.quickButton.translationFontSize":"Dimensione del carattere del testo tradotto",attachSubtitleTranslating:"Utilizzando {service} per la traduzione...","error.claude.403":"Non hai l'autorizzazione per accedere al servizio, potrebbe essere correlato alle restrizioni regionali di Claude, puoi provare a cambiare il tuo indirizzo IP o utilizzare altri servizi di traduzione.","browser.brandDescriptionForSafari":"\u3010Traduzione Immersiva\u3011Un plugin gratuito per la traduzione di pagine web bilingue (originale/tradotto), che supporta anche la traduzione di PDF e libri elettronici EPUB mantenendo la formattazione originale del documento, la traduzione di sottotitoli bilingui per video online come Youtube/Netflix, e supporta servizi di traduzione mainstream come Deepl/Google;","browser.PdfProFile":"Traduzione Pro di PDF guidata da AI","browser.textTranslate":"Traduzione del testo"};var Sh={nologin:"\u043D\u0435 \u0432\u043E\u0448\u0451\u043B \u0432 \u0441\u0438\u0441\u0442\u0435\u043C\u0443",loginForSafari:"\u0412\u043E\u0439\u0442\u0438 \u0438\u043B\u0438 \u0437\u0430\u0440\u0435\u0433\u0438\u0441\u0442\u0440\u0438\u0440\u043E\u0432\u0430\u0442\u044C\u0441\u044F",login:"\u0412\u0445\u043E\u0434 \u0432 \u0441\u0438\u0441\u0442\u0435\u043C\u0443 \u0434\u043B\u044F \u043E\u0442\u043A\u0440\u044B\u0442\u0438\u044F \u0447\u043B\u0435\u043D\u0441\u0442\u0432\u0430",manageAccount:"\u0423\u043F\u0440\u0430\u0432\u043B\u044F\u0435\u043C\u044B\u0435 \u0441\u0447\u0435\u0442\u0430",openPremium:"\u041E\u0442\u043A\u0440\u044B\u0442\u043E\u0435 \u0447\u043B\u0435\u043D\u0441\u0442\u0432\u043E",logout:"\u043F\u0440\u0435\u0440\u0432\u0430\u0442\u044C",curentPlan:"\u0422\u0435\u043A\u0443\u0449\u0438\u0435 \u043F\u0430\u043A\u0435\u0442\u044B",endAt:"\u0441\u0440\u043E\u043A \u0434\u0435\u0439\u0441\u0442\u0432\u0438\u044F",endAuto:"\u0430\u0432\u0442\u043E\u043F\u0440\u043E\u0434\u043B\u0435\u043D\u0438\u0435",lineBreakMaxTextCount:"\u041C\u0430\u043A\u0441\u0438\u043C\u0430\u043B\u044C\u043D\u043E\u0435 \u043A\u043E\u043B\u0438\u0447\u0435\u0441\u0442\u0432\u043E \u0441\u0438\u043C\u0432\u043E\u043B\u043E\u0432, \u0434\u043E\u043F\u0443\u0441\u0442\u0438\u043C\u043E\u0435 \u0432 \u043E\u0434\u043D\u043E\u043C \u043F\u0440\u0435\u0434\u043B\u043E\u0436\u0435\u043D\u0438\u0438 \u043F\u043E\u0441\u043B\u0435 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430 \u0441\u0442\u0440\u043E\u043A\u0438","translate-pdf":"\u041D\u0430\u0436\u043C\u0438\u0442\u0435, \u0447\u0442\u043E\u0431\u044B \u043F\u0435\u0440\u0435\u0432\u0435\u0441\u0442\u0438 PDF","noSupportTranslate-pdf":"\u0421\u043A\u0440\u0438\u043F\u0442 \u043D\u0435 \u043F\u043E\u0434\u0434\u0435\u0440\u0436\u0438\u0432\u0430\u0435\u0442\u0441\u044F, \u043F\u043E\u0436\u0430\u043B\u0443\u0439\u0441\u0442\u0430, \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u0443\u0439\u0442\u0435 \u043F\u043B\u0430\u0433\u0438\u043D","translate-firefox-local-pdf":"\u041D\u0430\u0436\u043C\u0438\u0442\u0435 \u0434\u043B\u044F \u043F\u0435\u0440\u0435\u0445\u043E\u0434\u0430 \u043A \u0440\u0430\u0437\u0434\u0435\u043B\u0443 \u0418\u043C\u043F\u043E\u0440\u0442 PDF",enableLineBreak:"\u0412\u043A\u043B\u044E\u0447\u0438\u0442\u044C \u0430\u0432\u0442\u043E\u043C\u0430\u0442\u0438\u0447\u0435\u0441\u043A\u0443\u044E \u043F\u043E\u0434\u0430\u0447\u0443 \u0441\u0442\u0440\u043E\u043A\u0438 \u0434\u043B\u044F \u0434\u043B\u0438\u043D\u043D\u044B\u0445 \u0430\u0431\u0437\u0430\u0446\u0435\u0432",sponsorLabel:"$1 \u0421\u043F\u043E\u043D\u0441\u0438\u0440\u0443\u0435\u043C\u044B\u0435 \u0440\u0430\u0437\u0440\u0430\u0431\u043E\u0442\u0447\u0438\u043A\u0438",help:"\u0440\u0443\u043A\u0430",browserShortcutsNoteForFirefox:"\u0427\u0442\u043E\u0431\u044B \u0438\u0437\u043C\u0435\u043D\u0438\u0442\u044C \u044F\u0440\u043B\u044B\u043A\u0438 \u0432 Firefox, \u043D\u0435\u043E\u0431\u0445\u043E\u0434\u0438\u043C\u043E \u043E\u0442\u043A\u0440\u044B\u0442\u044C \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u0443 \u0443\u043F\u0440\u0430\u0432\u043B\u0435\u043D\u0438\u044F \u0440\u0430\u0441\u0448\u0438\u0440\u0435\u043D\u0438\u044F\u043C\u0438 `about:addons`, \u0437\u0430\u0442\u0435\u043C \u043D\u0430\u0436\u0430\u0442\u044C `Settings`, \u0430 \u0434\u043B\u044F \u043D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0438 \u044F\u0440\u043B\u044B\u043A\u043E\u0432 - `Manage Shortcuts`.",browserShortcutsNoteForChrome:"\u0414\u043B\u044F \u0438\u0437\u043C\u0435\u043D\u0435\u043D\u0438\u044F \u044F\u0440\u043B\u044B\u043A\u043E\u0432 \u0432 Chrome \u043D\u0435\u043E\u0431\u0445\u043E\u0434\u0438\u043C\u043E \u043E\u0442\u043A\u0440\u044B\u0442\u044C \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u0443 \u0443\u043F\u0440\u0430\u0432\u043B\u0435\u043D\u0438\u044F \u0440\u0430\u0441\u0448\u0438\u0440\u0435\u043D\u0438\u044F\u043C\u0438, \u0437\u0430\u0434\u0430\u0442\u044C \u0438\u0445 \u043D\u0430 \u043F\u0430\u043D\u0435\u043B\u0438 `Manage Shortcuts` (`chrome://extensions/shortcuts`) \u0438 \u043D\u0430\u0436\u0430\u0442\u044C \u043A\u043D\u043E\u043F\u043A\u0443 \u043D\u0438\u0436\u0435 \u0434\u043B\u044F \u043F\u0435\u0440\u0435\u0445\u043E\u0434\u0430 \u043D\u0430 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u0443 \u0443\u043F\u0440\u0430\u0432\u043B\u0435\u043D\u0438\u044F \u044F\u0440\u043B\u044B\u043A\u0430\u043C\u0438.",browserShortcutsSucks:"\u041D\u0430\u0441\u0442\u0440\u043E\u0435\u043D\u043D\u044B\u0435 \u044F\u0440\u043B\u044B\u043A\u0438 \u0438\u043C\u0435\u044E\u0442 \u0432\u0438\u0434 (\u0430\u0432\u0442\u043E\u0440\u0430\u0441\u043F\u043E\u0437\u043D\u0430\u0432\u0430\u043D\u0438\u0435 \u043D\u0435 \u043F\u0440\u043E\u0438\u0437\u0432\u043E\u0434\u0438\u0442\u0441\u044F, \u0432\u0432\u043E\u0434\u0438\u0442\u0435 \u043D\u0435\u043F\u043E\u0441\u0440\u0435\u0434\u0441\u0442\u0432\u0435\u043D\u043D\u043E)\uFF1A",enableLineBreakDescription:"\u041F\u0440\u0438 \u0432\u043A\u043B\u044E\u0447\u0435\u043D\u0438\u0438 \u044D\u0442\u043E\u0439 \u0444\u0443\u043D\u043A\u0446\u0438\u0438 \u0432 \u0434\u043B\u0438\u043D\u043D\u044B\u0445 \u0430\u0431\u0437\u0430\u0446\u0430\u0445 \u0432 \u043A\u043E\u043D\u0446\u0435 \u043A\u0430\u0436\u0434\u043E\u0433\u043E \u043F\u0440\u0435\u0434\u043B\u043E\u0436\u0435\u043D\u0438\u044F \u0431\u0443\u0434\u0443\u0442 \u0432\u0441\u0442\u0430\u0432\u043B\u0435\u043D\u044B \u043F\u0435\u0440\u0435\u043D\u043E\u0441\u044B \u0441\u0442\u0440\u043E\u043A, \u0447\u0442\u043E \u043E\u0431\u043B\u0435\u0433\u0447\u0438\u0442 \u0438\u0445 \u0447\u0442\u0435\u043D\u0438\u0435","browser.shortBrandName":"\u041F\u043E\u0433\u0440\u0443\u0436\u043D\u043E\u0439 \u043F\u0435\u0440\u0435\u0432\u043E\u0434","browser.brandName":"\u0418\u043C\u043C\u0435\u0440\u0441\u0438\u043E\u043D\u043D\u044B\u0439 \u043F\u0435\u0440\u0435\u0432\u043E\u0434: \u0434\u0432\u0443\u044F\u0437\u044B\u0447\u043D\u044B\u0439 \u043F\u0435\u0440\u0435\u0432\u043E\u0434 \u0432\u0435\u0431-\u0441\u0442\u0440\u0430\u043D\u0438\u0446 \u0438 PDF-\u0434\u043E\u043A\u0443\u043C\u0435\u043D\u0442\u043E\u0432","browser.brandDescription":"Bilingual web page translation, also supports PDF translation, bilingual Epub eBook translation, free to use.","browser.toggleTranslatePage":"\u041F\u0435\u0440\u0435\u0432\u0435\u0441\u0442\u0438 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u0443/\u043E\u0442\u043E\u0431\u0440\u0430\u0437\u0438\u0442\u044C \u043E\u0440\u0438\u0433\u0438\u043D\u0430\u043B\u044C\u043D\u044B\u0439 \u0442\u0435\u043A\u0441\u0442","browser.toggleTranslateTheWholePage":"\u041F\u0435\u0440\u0435\u0432\u0435\u0441\u0442\u0438 \u0432\u0441\u0435 \u043E\u0431\u043B\u0430\u0441\u0442\u0438 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u044B/\u043E\u0442\u043E\u0431\u0440\u0430\u0437\u0438\u0442\u044C \u043E\u0440\u0438\u0433\u0438\u043D\u0430\u043B\u044C\u043D\u044B\u0439 \u0442\u0435\u043A\u0441\u0442","browser.toggleOnlyTransation":"\u041F\u0435\u0440\u0435\u043A\u043B\u044E\u0447\u0438\u0442\u044C \u043D\u0430 \u0434\u0432\u0443\u044F\u0437\u044B\u0447\u043D\u044B\u0439 / \u0442\u043E\u043B\u044C\u043A\u043E \u043F\u0435\u0440\u0435\u0432\u043E\u0434 \u0440\u0435\u0436\u0438\u043C","browser.toggleTranslateToThePageEndImmediately":"\u041D\u0435\u043C\u0435\u0434\u043B\u0435\u043D\u043D\u044B\u0439 \u043F\u0435\u0440\u0435\u0432\u043E\u0434 \u0432 \u043D\u0438\u0436\u043D\u044E\u044E \u0447\u0430\u0441\u0442\u044C \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u044B/\u043E\u0442\u043E\u0431\u0440\u0430\u0436\u0435\u043D\u0438\u0435 \u043E\u0440\u0438\u0433\u0438\u043D\u0430\u043B\u044C\u043D\u043E\u0433\u043E \u0442\u0435\u043A\u0441\u0442\u0430","browser.toggleTranslateTheMainPage":"\u041F\u0435\u0440\u0435\u0432\u0435\u0441\u0442\u0438 \u043E\u0441\u043D\u043E\u0432\u043D\u0443\u044E \u043E\u0431\u043B\u0430\u0441\u0442\u044C \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u044B/\u043E\u0442\u043E\u0431\u0440\u0430\u0437\u0438\u0442\u044C \u043E\u0440\u0438\u0433\u0438\u043D\u0430\u043B\u044C\u043D\u044B\u0439 \u0442\u0435\u043A\u0441\u0442","browser.shareToDraft":"\u041F\u043E\u0434\u0435\u043B\u0438\u0442\u044C\u0441\u044F \u0414\u0432\u0443\u044F\u0437\u044B\u0447\u043D\u044B\u0435 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u044B","browser.openOptionsPage":"\u041E\u0442\u043A\u0440\u043E\u0439\u0442\u0435 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u0443 \u043D\u0430\u0441\u0442\u0440\u043E\u0435\u043A","browser.toggleTranslationMask":"\u041F\u043E\u043A\u0430\u0437\u0430\u0442\u044C/\u0441\u043A\u0440\u044B\u0442\u044C \u044D\u0444\u0444\u0435\u043A\u0442 \u0440\u0430\u0437\u043C\u044B\u0442\u0438\u044F \u043F\u0440\u0438 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0435","browser.translateLocalPdfFile":"\u041F\u0435\u0440\u0435\u0432\u043E\u0434 \u043B\u043E\u043A\u0430\u043B\u044C\u043D\u044B\u0445 PDF-\u0444\u0430\u0439\u043B\u043E\u0432","browser.openEbookViewer":"\u0427\u0438\u0442\u0430\u0442\u044C \u043C\u0435\u0441\u0442\u043D\u044B\u0435 \u044D\u043B\u0435\u043A\u0442\u0440\u043E\u043D\u043D\u044B\u0435 \u043A\u043D\u0438\u0433\u0438","browser.openEbookBuilder":"\u0421\u043E\u0437\u0434\u0430\u043D\u0438\u0435 \u0434\u0432\u0443\u044F\u0437\u044B\u0447\u043D\u044B\u0445 \u044D\u043B\u0435\u043A\u0442\u0440\u043E\u043D\u043D\u044B\u0445 \u043A\u043D\u0438\u0433 EPUB","browser.translateLocalHtmlFile":"\u041F\u0435\u0440\u0435\u0432\u043E\u0434 HTML/\u0442\u0435\u043A\u0441\u0442\u043E\u0432\u044B\u0445 \u0444\u0430\u0439\u043B\u043E\u0432","browser.donateContext":"\u0423\u0437\u043D\u0430\u0439\u0442\u0435 \u043E \u043F\u0440\u0435\u0438\u043C\u0443\u0449\u0435\u0441\u0442\u0432\u0430\u0445 \u0441\u043F\u043E\u043D\u0441\u043E\u0440\u0441\u0442\u0432\u0430","browser.translateLocalSubtitleFile":"\u041F\u0435\u0440\u0435\u0432\u043E\u0434 \u0444\u0430\u0439\u043B\u043E\u0432 \u043B\u043E\u043A\u0430\u043B\u044C\u043D\u044B\u0445 \u0441\u0443\u0431\u0442\u0438\u0442\u0440\u043E\u0432",confirmResetConfig:"\u0412\u044B \u0443\u0432\u0435\u0440\u0435\u043D\u044B, \u0447\u0442\u043E \u0445\u043E\u0442\u0438\u0442\u0435 \u0441\u0431\u0440\u043E\u0441\u0438\u0442\u044C \u043D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0438?",translationLineBreakSettingTitle:"\u041D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0430 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430 \u0441\u0442\u0440\u043E\u043A\u0438",smartLineBreak:"\u0438\u043D\u0442\u0435\u043B\u043B\u0435\u043A\u0442\u0443\u0430\u043B\u044C\u043D\u043E\u0435 \u043B\u0438\u043D\u0435\u0439\u043D\u043E\u0435 \u043F\u0438\u0442\u0430\u043D\u0438\u0435 (\u0432\u044B\u0447\u0438\u0441\u043B\u0438\u0442\u0435\u043B\u044C\u043D\u0430\u044F \u0442\u0435\u0445\u043D\u0438\u043A\u0430)",alwaysLineBreak:"\u0412\u0441\u0435\u0433\u0434\u0430 \u043F\u043E\u0434\u0430\u0447\u0430 \u0441\u0442\u0440\u043E\u043A\u0438",isShowContextMenu:"\u0414\u043E\u0431\u0430\u0432\u043B\u0435\u043D\u0438\u0435 \u043F\u0435\u0440\u0435\u0432\u0435\u0434\u0435\u043D\u043D\u044B\u0445 \u0441\u0442\u0440\u0430\u043D\u0438\u0446 \u0432 \u043F\u0443\u043D\u043A\u0442\u044B \u043C\u0435\u043D\u044E, \u0432\u044B\u0437\u044B\u0432\u0430\u0435\u043C\u044B\u0435 \u043F\u0440\u0430\u0432\u043E\u0439 \u043A\u043D\u043E\u043F\u043A\u043E\u0439 \u043C\u044B\u0448\u0438",toggleBeta:"\u0412\u043A\u043B\u044E\u0447\u0435\u043D\u0438\u0435 \u0444\u0443\u043D\u043A\u0446\u0438\u0439 \u0431\u0435\u0442\u0430-\u0442\u0435\u0441\u0442\u0438\u0440\u043E\u0432\u0430\u043D\u0438\u044F",betaDescription:"\u0412\u043A\u043B\u044E\u0447\u0438\u0442\u0435 \u0444\u0443\u043D\u043A\u0446\u0438\u0438, \u043A\u043E\u0442\u043E\u0440\u044B\u0435 \u043F\u043E\u043A\u0430 \u043D\u0430\u0445\u043E\u0434\u044F\u0442\u0441\u044F \u0432 \u0441\u0442\u0430\u0434\u0438\u0438 \u044D\u043A\u0441\u043F\u0435\u0440\u0438\u043C\u0435\u043D\u0442\u0430, \u0430 \u0442\u0430\u043A\u0436\u0435 \u0441\u043B\u0443\u0436\u0431\u0443 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430 \u0432 \u0431\u0435\u0442\u0430-\u0432\u0435\u0440\u0441\u0438\u0438. \u041F\u0440\u0438\u0441\u043E\u0435\u0434\u0438\u043D\u044F\u0439\u0442\u0435\u0441\u044C \u043A <1>\u0433\u0440\u0443\u043F\u043F\u0435 Telegram, \u0447\u0442\u043E\u0431\u044B \u0443\u0437\u043D\u0430\u0442\u044C \u0431\u043E\u043B\u044C\u0448\u0435.",translationLineBreakSettingDescription:"\u0414\u043B\u044F \u0441\u0442\u0440\u0430\u043D\u0438\u0446 \u0441 \u043D\u0435\u0431\u043E\u043B\u044C\u0448\u0438\u043C \u0441\u043E\u0434\u0435\u0440\u0436\u0430\u043D\u0438\u0435\u043C \u0432\u0441\u0435\u0433\u0434\u0430 \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u0443\u0439\u0442\u0435 \u0430\u043A\u043A\u0443\u0440\u0430\u0442\u043D\u044B\u0435 \u043F\u0435\u0440\u0435\u043D\u043E\u0441\u044B \u0441\u0442\u0440\u043E\u043A. (\u0414\u043B\u044F \u044D\u043A\u043E\u043D\u043E\u043C\u0438\u0438 \u043C\u0435\u0441\u0442\u0430 \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u0443\u0439\u0442\u0435 \u0433\u0440\u0430\u043C\u043E\u0442\u043D\u044B\u0435 \u043F\u0435\u0440\u0435\u043D\u043E\u0441\u044B \u0441\u0442\u0440\u043E\u043A \u0432 \u0434\u043B\u0438\u043D\u043D\u044B\u0445 \u0430\u0431\u0437\u0430\u0446\u0430\u0445 \u0441 \u0431\u043E\u043B\u044C\u0448\u0438\u043C \u0441\u043E\u0434\u0435\u0440\u0436\u0430\u043D\u0438\u0435\u043C (\u0431\u043E\u043B\u0435\u0435{count}\u0441\u0438\u043C\u0432\u043E\u043B\u043E\u0432)).",tempTranslateDomainTitle:"\u041F\u0440\u043E\u0434\u043E\u043B\u0436\u0438\u0442\u0435\u043B\u044C\u043D\u043E\u0441\u0442\u044C \u0432\u0440\u0435\u043C\u0435\u043D\u043D\u043E\u0433\u043E \u0432\u043A\u043B\u044E\u0447\u0435\u043D\u0438\u044F \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430 \u0441\u0430\u0439\u0442\u0430",tempTranslateDomainDescription:"\u041F\u0440\u0438 \u0440\u0443\u0447\u043D\u043E\u043C \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0435 \u0432\u0435\u0431-\u0441\u0442\u0440\u0430\u043D\u0438\u0446\u044B \u0432\u0440\u0435\u043C\u0435\u043D\u043D\u043E \u0432\u043A\u043B\u044E\u0447\u0438\u0442\u044C \u0430\u0432\u0442\u043E\u043C\u0430\u0442\u0438\u0447\u0435\u0441\u043A\u0438\u0439 \u043F\u0435\u0440\u0435\u0432\u043E\u0434, \u043F\u0440\u0438 \u044D\u0442\u043E\u043C \u043C\u043E\u0436\u043D\u043E \u0437\u0430\u0434\u0430\u0442\u044C \u0432\u0440\u0435\u043C\u0435\u043D\u043D\u0443\u044E \u043F\u0440\u043E\u0434\u043E\u043B\u0436\u0438\u0442\u0435\u043B\u044C\u043D\u043E\u0441\u0442\u044C.",xMinutes:"{count} \u043C\u0438\u043D\u0443\u0442",disabled:"\u0437\u0430\u043F\u0440\u0435\u0449\u0430\u0442\u044C \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u043D\u0438\u0435 \u0447\u0435\u0433\u043E-\u043B.",changelog:"\u0416\u0443\u0440\u043D\u0430\u043B \u043E\u0431\u043D\u043E\u0432\u043B\u0435\u043D\u0438\u0439",toggleTranslatePageWhenThreeFingersOnTheScreen:"\u041E\u0434\u043D\u043E\u0432\u0440\u0435\u043C\u0435\u043D\u043D\u043E\u0435 \u043A\u0430\u0441\u0430\u043D\u0438\u0435 \u044D\u043A\u0440\u0430\u043D\u0430 \u043D\u0435\u0441\u043A\u043E\u043B\u044C\u043A\u0438\u043C\u0438 \u043F\u0430\u043B\u044C\u0446\u0430\u043C\u0438 \u043E\u0431\u0435\u0441\u043F\u0435\u0447\u0438\u0432\u0430\u0435\u0442 \u043F\u0435\u0440\u0435\u0432\u043E\u0434 \u0432\u0435\u0431-\u0441\u0442\u0440\u0430\u043D\u0438\u0446/\u043E\u0442\u043E\u0431\u0440\u0430\u0436\u0435\u043D\u0438\u0435 \u043E\u0440\u0438\u0433\u0438\u043D\u0430\u043B\u044C\u043D\u043E\u0433\u043E \u0442\u0435\u043A\u0441\u0442\u0430",toggleTranslationMaskWhenThreeFingersOnTheScreen:"\u041F\u0440\u0438\u043A\u043E\u0441\u043D\u043E\u0432\u0435\u043D\u0438\u0435 \u043D\u0435\u0441\u043A\u043E\u043B\u044C\u043A\u0438\u043C\u0438 \u043F\u0430\u043B\u044C\u0446\u0430\u043C\u0438 \u043F\u043E\u043A\u0430\u0437\u044B\u0432\u0430\u0435\u0442/\u0441\u043A\u0440\u044B\u0432\u0430\u0435\u0442 \u044D\u0444\u0444\u0435\u043A\u0442 \u0440\u0430\u0437\u043C\u044B\u0442\u0438\u044F.",fingerCountToToggleTranslagePageOnlyTranslationWhenTouching:"\u041F\u0440\u0438 \u043E\u0434\u043D\u043E\u0432\u0440\u0435\u043C\u0435\u043D\u043D\u043E\u043C \u043A\u0430\u0441\u0430\u043D\u0438\u0438 \u044D\u043A\u0440\u0430\u043D\u0430 \u043D\u0435\u0441\u043A\u043E\u043B\u044C\u043A\u0438\u043C\u0438 \u043F\u0430\u043B\u044C\u0446\u0430\u043C\u0438 \u043E\u0441\u0443\u0449\u0435\u0441\u0442\u0432\u043B\u044F\u0435\u0442\u0441\u044F \u043F\u0435\u0440\u0435\u0432\u043E\u0434 \u0432\u0435\u0431-\u0441\u0442\u0440\u0430\u043D\u0438\u0446\u044B (\u0442\u043E\u043B\u044C\u043A\u043E \u043F\u0435\u0440\u0435\u0432\u043E\u0434)/\u043E\u0442\u043E\u0431\u0440\u0430\u0436\u0435\u043D\u0438\u0435 \u043E\u0440\u0438\u0433\u0438\u043D\u0430\u043B\u044C\u043D\u043E\u0433\u043E \u0442\u0435\u043A\u0441\u0442\u0430.",addUrlDescription:"\u041C\u043E\u0436\u0435\u0442 \u0431\u044B\u0442\u044C \u0434\u043E\u043C\u0435\u043D\u043D\u044B\u043C \u0438\u043C\u0435\u043D\u0435\u043C, \u0430 \u0442\u0430\u043A\u0436\u0435 \u043F\u043E\u0434\u0434\u0435\u0440\u0436\u0438\u0432\u0430\u0435\u0442 \u043F\u043E\u0434\u0441\u0442\u0430\u043D\u043E\u0432\u043E\u0447\u043D\u044B\u0435 \u0437\u043D\u0430\u043A\u0438, \u043D\u0430\u043F\u0440\u0438\u043C\u0435\u0440,\uFF1A*.google.com, google.com/mail/*, https://www.google.com/*.",general:"\u041E\u0441\u043D\u043E\u0432\u043D\u044B\u0435 \u043D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0438",clickToExpandConfig:"\u0420\u0430\u0441\u0448\u0438\u0440\u0438\u0442\u044C \u0442\u0435\u043A\u0443\u0449\u0443\u044E \u043A\u043E\u043D\u0444\u0438\u0433\u0443\u0440\u0430\u0446\u0438\u044E",import:"\u0418\u043C\u043F\u043E\u0440\u0442 \u0438\u0437 \u0444\u0430\u0439\u043B\u0430",export:"\u042D\u043A\u0441\u043F\u043E\u0440\u0442 \u0432 \u0444\u0430\u0439\u043B",toggleDebug:"\u0412\u044B\u0432\u0435\u0441\u0442\u0438 \u0436\u0443\u0440\u043D\u0430\u043B \u043E\u0442\u043B\u0430\u0434\u043A\u0438 \u043D\u0430 \u043A\u043E\u043D\u0441\u043E\u043B\u044C","fingers.0":"\u043A\u043B\u043E\u0442\u0443\u0440\u0430","fingers.2":"\u043A\u0430\u0441\u0430\u043D\u0438\u0435 \u0434\u0432\u0443\u043C\u044F \u043F\u0430\u043B\u044C\u0446\u0430\u043C\u0438","fingers.3":"\u043A\u0430\u0441\u0430\u043D\u0438\u0435 \u0442\u0440\u0435\u043C\u044F \u043F\u0430\u043B\u044C\u0446\u0430\u043C\u0438","fingers.4":"\u043A\u0430\u0441\u0430\u043D\u0438\u0435 \u0447\u0435\u0442\u044B\u0440\u044C\u043C\u044F \u043F\u0430\u043B\u044C\u0446\u0430\u043C\u0438","fingers.5":"\u043F\u044F\u0442\u0438\u043F\u0430\u043B\u044C\u0446\u0435\u0432\u043E\u0435 \u043A\u0430\u0441\u0430\u043D\u0438\u0435",mouseHoldKey:"+ {key} \u043F\u0435\u0440\u0435\u0432\u0435\u0441\u0442\u0438/\u0432\u043E\u0441\u0441\u0442\u0430\u043D\u043E\u0432\u0438\u0442\u044C \u0430\u0431\u0437\u0430\u0446",mouseHoldKeyAuto:"\u041F\u0440\u044F\u043C\u043E\u0439 \u043F\u0435\u0440\u0435\u0432\u043E\u0434 \u0430\u0431\u0437\u0430\u0446\u0430",mouseHoldKeyOff:"\u041D\u0435 \u0434\u0435\u043B\u0430\u0439\u0442\u0435 \u043D\u0438\u0447\u0435\u0433\u043E.",mouseHoldKeyOther:"\u041D\u0430\u0441\u0442\u0440\u0430\u0438\u0432\u0430\u0435\u043C\u044B\u0435 \u044F\u0440\u043B\u044B\u043A\u0438 (\u043E\u0442\u043A\u0440\u044B\u0442\u044C \u043D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0438)",mouseHoldKeyCustomKey:"{key} \u041F\u0435\u0440\u0435\u0432\u043E\u0434/\u0441\u043E\u043A\u0440\u0430\u0449\u0435\u043D\u0438\u0435 \u0430\u0431\u0437\u0430\u0446\u0430",mouseHoverHoldKey:"\u041F\u0435\u0440\u0435\u0432\u043E\u0434 \u0430\u0431\u0437\u0430\u0446\u0435\u0432 \u043E\u0441\u0443\u0449\u0435\u0441\u0442\u0432\u043B\u044F\u0435\u0442\u0441\u044F \u043D\u0430\u0436\u0430\u0442\u0438\u0435\u043C \u043A\u043B\u0430\u0432\u0438\u0448\u0438 \u0431\u044B\u0441\u0442\u0440\u043E\u0433\u043E \u0434\u043E\u0441\u0442\u0443\u043F\u0430 \u043F\u0440\u0438 \u043D\u0430\u0432\u0435\u0434\u0435\u043D\u0438\u0438 \u043A\u0443\u0440\u0441\u043E\u0440\u0430 \u043C\u044B\u0448\u0438.","mouse-translate":"\u043D\u0430\u0432\u0435\u0434\u0435\u043D\u0438\u0435 \u043C\u044B\u0448\u0438",document:"(\u043A\u043E\u043C\u043F\u044C\u044E\u0442\u0435\u0440\u043D\u044B\u0439) \u0444\u0430\u0439\u043B",resetSuccess:"\u0423\u0441\u043F\u0435\u0448\u043D\u044B\u0439 \u0441\u0431\u0440\u043E\u0441 \u0432\u0441\u0435\u0445 \u043D\u0430\u0441\u0442\u0440\u043E\u0435\u043A",resetThisSuccess:"\u0421\u0431\u0440\u043E\u0441 \u0443\u0441\u043F\u0435\u0448\u0435\u043D",saved:"\u0421\u043E\u0445\u0440\u0430\u043D\u0438\u0442\u044C \u0443\u0441\u043F\u0435\u0448\u043D\u044B\u0439",successImportConfig:"\u0423\u0441\u043F\u0435\u0448\u043D\u044B\u0439 \u0438\u043C\u043F\u043E\u0440\u0442 \u043A\u043E\u043D\u0444\u0438\u0433\u0443\u0440\u0430\u0446\u0438\u0438",goAdvancedSettings:"\u041F\u0435\u0440\u0435\u0439\u0434\u0438\u0442\u0435 \u043D\u0430 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u0443 \u0414\u043E\u043F\u043E\u043B\u043D\u0438\u0442\u0435\u043B\u044C\u043D\u044B\u0435 \u043D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0438",goAdvancedInterfaceSettings:"\u041F\u0435\u0440\u0435\u0439\u0434\u0438\u0442\u0435 \u043D\u0430 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u0443 \u0414\u043E\u043F\u043E\u043B\u043D\u0438\u0442\u0435\u043B\u044C\u043D\u044B\u0435 \u043F\u0430\u0440\u0430\u043C\u0435\u0442\u0440\u044B \u043D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0438",advanced:"\u0414\u043E\u043F\u043E\u043B\u043D\u0438\u0442\u0435\u043B\u044C\u043D\u044B\u0435 \u043D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0438",advancedDescription:"\u041A\u0430\u043A \u043F\u0440\u0430\u0432\u0438\u043B\u043E, \u043D\u0438\u043A\u0430\u043A\u0438\u0445 \u043D\u0430\u0441\u0442\u0440\u043E\u0435\u043A \u043D\u0435 \u0442\u0440\u0435\u0431\u0443\u0435\u0442\u0441\u044F, \u043F\u0440\u043E\u0441\u0442\u043E \u043E\u0441\u0442\u0430\u0432\u044C\u0442\u0435 \u0432\u0441\u0435 \u043F\u043E \u0443\u043C\u043E\u043B\u0447\u0430\u043D\u0438\u044E. \u0422\u043E\u043B\u044C\u043A\u043E \u0434\u043B\u044F \u0431\u043E\u043B\u0435\u0435 \u0441\u043F\u0435\u0446\u0438\u0430\u043B\u0438\u0437\u0438\u0440\u043E\u0432\u0430\u043D\u043D\u044B\u0445 \u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u0435\u043B\u0435\u0439 \u0434\u043E\u0441\u0442\u0443\u043F\u043D\u044B \u0431\u043E\u043B\u0435\u0435 \u043F\u0435\u0440\u0441\u043E\u043D\u0430\u043B\u0438\u0437\u0438\u0440\u043E\u0432\u0430\u043D\u043D\u044B\u0435 \u043D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0438.",developer:"\u041D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0438 \u0440\u0430\u0437\u0440\u0430\u0431\u043E\u0442\u0447\u0438\u043A\u0430",donateCafe:"\u0446\u0435\u043D\u044B","translate to the bottom of the page":"\u041F\u0435\u0440\u0435\u0432\u043E\u0434\u0438\u0442\u0441\u044F \u043B\u0438 \u043E\u043D \u0432 \u043D\u0438\u0436\u043D\u044E\u044E \u0447\u0430\u0441\u0442\u044C \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u044B \u0441\u0440\u0430\u0437\u0443 \u043F\u043E\u0441\u043B\u0435 \u0432\u0445\u043E\u0434\u0430 \u043D\u0430 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u0443?",feedback:"\u0412\u043E\u043F\u0440\u043E\u0441-\u043E\u0442\u0432\u0435\u0442",toggleTranslatePage:"\u041F\u0435\u0440\u0435\u0432\u0435\u0441\u0442\u0438 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u0443/\u043E\u0442\u043E\u0431\u0440\u0430\u0437\u0438\u0442\u044C \u043E\u0440\u0438\u0433\u0438\u043D\u0430\u043B\u044C\u043D\u044B\u0439 \u0442\u0435\u043A\u0441\u0442",translateToThePageEndImmediatelyDescription:"\u041F\u0440\u0438 \u0432\u043A\u043B\u044E\u0447\u0435\u043D\u0438\u0438 \u044D\u0442\u043E\u0439 \u0444\u0443\u043D\u043A\u0446\u0438\u0438 \u0441\u043E\u0434\u0435\u0440\u0436\u0438\u043C\u043E\u0435 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u044B \u0431\u0443\u0434\u0435\u0442 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0438\u0442\u044C\u0441\u044F \u0441\u0432\u0435\u0440\u0445\u0443 \u0432\u043D\u0438\u0437 \u043F\u043E \u043C\u0435\u0440\u0435 \u0432\u0432\u043E\u0434\u0430. \u041F\u0440\u0438 \u0432\u044B\u043A\u043B\u044E\u0447\u0435\u043D\u0438\u0438 \u044D\u0442\u043E\u0439 \u0444\u0443\u043D\u043A\u0446\u0438\u0438 \u043F\u0435\u0440\u0435\u0432\u043E\u0434 \u0431\u0443\u0434\u0435\u0442 \u0432\u044B\u043F\u043E\u043B\u043D\u044F\u0442\u044C\u0441\u044F \u043F\u043E \u043C\u0435\u0440\u0435 \u0447\u0442\u0435\u043D\u0438\u044F. (\u041D\u0435 \u0440\u0435\u043A\u043E\u043C\u0435\u043D\u0434\u0443\u0435\u0442\u0441\u044F)","translate all areas of the page":"\u041F\u0435\u0440\u0435\u0432\u043E\u0434\u0438\u0442\u044C \u043B\u0438 \u0432\u0441\u0435 \u043E\u0431\u043B\u0430\u0441\u0442\u0438 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u044B",translationAreaDescription:"\u041F\u0440\u0438 \u0432\u043A\u043B\u044E\u0447\u0435\u043D\u0438\u0438 \u044D\u0442\u043E\u0439 \u043E\u043F\u0446\u0438\u0438 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u044F\u0442\u0441\u044F \u0432\u0441\u0435 \u043E\u0431\u043B\u0430\u0441\u0442\u0438 \u0432\u0441\u0435\u0439 \u0432\u0435\u0431-\u0441\u0442\u0440\u0430\u043D\u0438\u0446\u044B. \u041F\u0440\u0438 \u0432\u044B\u043A\u043B\u044E\u0447\u0435\u043D\u0438\u0438 \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u0443\u0435\u0442\u0441\u044F \u0438\u043D\u0442\u0435\u043B\u043B\u0435\u043A\u0442\u0443\u0430\u043B\u044C\u043D\u043E\u0435 \u0440\u0430\u0441\u043F\u043E\u0437\u043D\u0430\u0432\u0430\u043D\u0438\u0435 \u043F\u043E \u0443\u043C\u043E\u043B\u0447\u0430\u043D\u0438\u044E \u0438 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u044F\u0442\u0441\u044F \u0442\u043E\u043B\u044C\u043A\u043E \u043E\u0441\u043D\u043E\u0432\u043D\u044B\u0435 \u043E\u0431\u043B\u0430\u0441\u0442\u0438. (\u041D\u0435 \u0440\u0435\u043A\u043E\u043C\u0435\u043D\u0434\u0443\u0435\u0442\u0441\u044F \u0432\u043A\u043B\u044E\u0447\u0430\u0442\u044C)","the number of characters to be translated first":"\u041F\u0440\u044F\u043C\u043E\u0439 \u043F\u0435\u0440\u0435\u0432\u043E\u0434 \u043F\u0435\u0440\u0432\u044B\u0445 \u043D\u0435\u0441\u043A\u043E\u043B\u044C\u043A\u0438\u0445 \u0441\u0438\u043C\u0432\u043E\u043B\u043E\u0432 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u044B \u0431\u0435\u0437 \u043E\u0436\u0438\u0434\u0430\u043D\u0438\u044F \u043F\u0440\u043E\u043A\u0440\u0443\u0442\u043A\u0438 \u0432 \u043E\u0431\u043B\u0430\u0441\u0442\u044C \u043F\u0440\u043E\u0441\u043C\u043E\u0442\u0440\u0430","interface language":"\u044F\u0437\u044B\u043A \u0438\u043D\u0442\u0435\u0440\u0444\u0435\u0439\u0441\u0430","display both the original text and the translation":"\u041E\u0434\u043D\u043E\u0432\u0440\u0435\u043C\u0435\u043D\u043D\u043E\u0435 \u043E\u0442\u043E\u0431\u0440\u0430\u0436\u0435\u043D\u0438\u0435 \u043E\u0440\u0438\u0433\u0438\u043D\u0430\u043B\u0430 \u0438 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430","keyboard shortcuts":"\u041A\u043B\u0430\u0432\u0438\u0430\u0442\u0443\u0440\u043D\u044B\u0435 \u0441\u043E\u043A\u0440\u0430\u0449\u0435\u043D\u0438\u044F",modify:"\u041C\u043E\u0434\u0438\u0444\u0438\u043A\u0430\u0446\u0438\u044F \u043A\u043B\u0430\u0432\u0438\u0448 \u0431\u044B\u0441\u0442\u0440\u043E\u0433\u043E \u0434\u043E\u0441\u0442\u0443\u043F\u0430",reset:"\u043F\u0435\u0440\u0435\u043F\u0440\u043E\u0444\u0438\u043B\u0438\u0440\u043E\u0432\u0430\u043D\u0438\u0435",close:"\u043A\u043B\u043E\u0442\u0443\u0440\u0430",homepage:"\u0434\u043E\u043C\u0430\u0448\u043D\u044F\u044F \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u0430",more:"\u043F\u043E\u0434\u0440\u043E\u0431\u043D\u0435\u0435",moreOptions:"\u0420\u0430\u0441\u0448\u0438\u0440\u0435\u043D\u0438\u0435 \u0432\u043E\u0437\u043C\u043E\u0436\u043D\u043E\u0441\u0442\u0435\u0439 \u043D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0438",translateTheWholePage:"\u041F\u0435\u0440\u0435\u0432\u043E\u0434\u0438\u0442\u044C \u0432\u0441\u0435 \u043E\u0431\u043B\u0430\u0441\u0442\u0438 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u044B (\u0432 \u043E\u0442\u043B\u0438\u0447\u0438\u0435 \u043E\u0442 \u0438\u043D\u0442\u0435\u043B\u043B\u0435\u043A\u0442\u0443\u0430\u043B\u044C\u043D\u043E\u0433\u043E \u0440\u0430\u0441\u043F\u043E\u0437\u043D\u0430\u0432\u0430\u043D\u0438\u044F \u043E\u0441\u043D\u043E\u0432\u043D\u044B\u0445 \u043E\u0431\u043B\u0430\u0441\u0442\u0435\u0439)",changeToTranslateTheWholePage:"\u041F\u0435\u0440\u0435\u043A\u043B\u044E\u0447\u0435\u043D\u0438\u0435 \u043D\u0430 \u043F\u0435\u0440\u0435\u0432\u043E\u0434 \u0432\u0441\u0435\u0445 \u0440\u0435\u0433\u0438\u043E\u043D\u043E\u0432",changeToTranslateTheMainPage:'\u041F\u0435\u0440\u0435\u0445\u043E\u0434 \u0432 \u043E\u0441\u043D\u043E\u0432\u043D\u0443\u044E \u043E\u0431\u043B\u0430\u0441\u0442\u044C "\u041F\u0435\u0440\u0435\u0432\u043E\u0434',changeToOnlyTranslationMode:"\u041F\u0435\u0440\u0435\u043A\u043B\u044E\u0447\u0435\u043D\u0438\u0435 \u043D\u0430 \u043E\u0442\u043E\u0431\u0440\u0430\u0436\u0435\u043D\u0438\u0435 \u0442\u043E\u043B\u044C\u043A\u043E \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u043E\u0432",changeToDualTranslationMode:"\u041F\u0435\u0440\u0435\u0445\u043E\u0434 \u043D\u0430 \u0434\u0432\u0443\u044F\u0437\u044B\u0447\u043D\u044B\u0439 \u043F\u0435\u0440\u0435\u0432\u043E\u0434",translateToThePageEndImmediately:"\u041D\u0435\u043C\u0435\u0434\u043B\u0435\u043D\u043D\u044B\u0439 \u043F\u0435\u0440\u0435\u0432\u043E\u0434 \u0432 \u043D\u0438\u0436\u043D\u044E\u044E \u0447\u0430\u0441\u0442\u044C \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u044B",translateTheMainPage:"\u041A\u043B\u044E\u0447\u0435\u0432\u044B\u0435 \u0440\u0435\u0433\u0438\u043E\u043D\u044B \u0438\u043D\u0442\u0435\u043B\u043B\u0435\u043A\u0442\u0443\u0430\u043B\u044C\u043D\u043E\u0433\u043E \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430","The local rules are up to date":"\u041C\u0435\u0441\u0442\u043D\u044B\u0435 \u043F\u0440\u0430\u0432\u0438\u043B\u0430 \u0430\u0434\u0430\u043F\u0442\u0430\u0446\u0438\u0438 \u0441\u043E\u043E\u0442\u0432\u0435\u0442\u0441\u0442\u0432\u0443\u044E\u0442 \u0441\u043E\u0432\u0440\u0435\u043C\u0435\u043D\u043D\u044B\u043C \u0442\u0440\u0435\u0431\u043E\u0432\u0430\u043D\u0438\u044F\u043C.","Successfully synchronized with the latest official rules:":"\u0423\u0441\u043F\u0435\u0448\u043D\u0430\u044F \u0441\u0438\u043D\u0445\u0440\u043E\u043D\u0438\u0437\u0430\u0446\u0438\u044F \u0441 \u043F\u043E\u0441\u043B\u0435\u0434\u043D\u0438\u043C\u0438 \u043E\u0444\u0438\u0446\u0438\u0430\u043B\u044C\u043D\u044B\u043C\u0438 \u043F\u0440\u0430\u0432\u0438\u043B\u0430\u043C\u0438 \u0430\u0434\u0430\u043F\u0442\u0430\u0446\u0438\u0438.","Checking for updates":"\u041F\u0440\u043E\u0432\u0435\u0440\u043A\u0430 \u043D\u0430\u043B\u0438\u0447\u0438\u044F \u043E\u0431\u043D\u043E\u0432\u043B\u0435\u043D\u0438\u0439","Rules are being synchronized":"\u0421\u0438\u043D\u0445\u0440\u043E\u043D\u0438\u0437\u0430\u0446\u0438\u044F \u043F\u0440\u0430\u0432\u0438\u043B \u0430\u0434\u0430\u043F\u0442\u0430\u0446\u0438\u0438",localVersionIsTooOld:"\u0412\u0435\u0440\u0441\u0438\u044F \u043B\u043E\u043A\u0430\u043B\u044C\u043D\u043E\u0433\u043E \u0440\u0430\u0441\u0448\u0438\u0440\u0435\u043D\u0438\u044F \u0441\u043B\u0438\u0448\u043A\u043E\u043C \u0443\u0441\u0442\u0430\u0440\u0435\u043B\u0430, \u043F\u043E\u0436\u0430\u043B\u0443\u0439\u0441\u0442\u0430, \u043E\u0431\u043D\u043E\u0432\u0438\u0442\u0435 \u0440\u0430\u0441\u0448\u0438\u0440\u0435\u043D\u0438\u0435 \u0434\u043E {minVersion} \u0438\u043B\u0438 \u0431\u043E\u043B\u0435\u0435 \u043D\u043E\u0432\u043E\u0439 \u0432\u0435\u0440\u0441\u0438\u0438 \u043F\u0435\u0440\u0435\u0434 \u043F\u043E\u043F\u044B\u0442\u043A\u043E\u0439 \u0441\u0438\u043D\u0445\u0440\u043E\u043D\u0438\u0437\u0430\u0446\u0438\u0438.",badUserscriptBrowser:"\u0422\u0435\u043A\u0443\u0449\u0438\u0439 \u0431\u0440\u0430\u0443\u0437\u0435\u0440 \u043D\u0435\u043A\u043E\u0440\u0440\u0435\u043A\u0442\u043D\u043E \u0440\u0435\u0430\u043B\u0438\u0437\u0443\u0435\u0442 \u0438\u043D\u0442\u0435\u0440\u0444\u0435\u0439\u0441 \u0440\u0430\u0441\u0448\u0438\u0440\u0435\u043D\u0438\u044F Grease Monkey (\u043D\u0430\u043F\u0440\u0438\u043C\u0435\u0440, \u0434\u043B\u044F \u043F\u043E\u043B\u0443\u0447\u0435\u043D\u0438\u044F \u0438\u043D\u0444\u043E\u0440\u043C\u0430\u0446\u0438\u0438 \u043E \u043D\u043E\u043C\u0435\u0440\u0435 \u0432\u0435\u0440\u0441\u0438\u0438 \u0441\u0430\u043C\u043E\u0433\u043E \u0441\u043A\u0440\u0438\u043F\u0442\u0430 Grease Monkey), \u043F\u043E\u0436\u0430\u043B\u0443\u0439\u0441\u0442\u0430, \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u0443\u0439\u0442\u0435 \u0434\u0440\u0443\u0433\u0438\u0435 \u0431\u0440\u0430\u0443\u0437\u0435\u0440\u044B, <1>\u043F\u043E\u0434\u0434\u0435\u0440\u0436\u0438\u0432\u0430\u044E\u0449\u0438\u0435 \u0440\u0430\u0441\u0448\u0438\u0440\u0435\u043D\u0438\u0435 Grease Monkey, \u043D\u0430\u043F\u0440\u0438\u043C\u0435\u0440 Firefox.",foundNewVersion:"\u0417\u043D\u0430\u043A\u043E\u043C\u0441\u0442\u0432\u043E \u0441 \u043D\u043E\u0432\u043E\u0439 \u0432\u0435\u0440\u0441\u0438\u0435\u0439",theLocalExtensionIsUpToUpdate:"\u0422\u0435\u043A\u0443\u0449\u0435\u0435 \u0440\u0430\u0441\u0448\u0438\u0440\u0435\u043D\u0438\u0435 \u044F\u0432\u043B\u044F\u0435\u0442\u0441\u044F \u0430\u043A\u0442\u0443\u0430\u043B\u044C\u043D\u044B\u043C.",failToSyncRules:"\u041D\u0435\u0432\u043E\u0437\u043C\u043E\u0436\u043D\u043E\u0441\u0442\u044C \u0441\u0438\u043D\u0445\u0440\u043E\u043D\u0438\u0437\u0430\u0446\u0438\u0438 \u043F\u043E\u0441\u043B\u0435\u0434\u043D\u0438\u0445 \u043F\u0440\u0430\u0432\u0438\u043B \u0430\u0434\u0430\u043F\u0442\u0430\u0446\u0438\u0438",retry:"\u041D\u0430\u0436\u043C\u0438\u0442\u0435 \u0437\u0434\u0435\u0441\u044C, \u0447\u0442\u043E\u0431\u044B \u043F\u043E\u0432\u0442\u043E\u0440\u0438\u0442\u044C \u043F\u043E\u043F\u044B\u0442\u043A\u0443",failedReason:"\u041F\u0440\u0438\u0447\u0438\u043D\u044B \u043D\u0435\u0443\u0434\u0430\u0447",currentRuleVersion:"\u0414\u0435\u0439\u0441\u0442\u0432\u0443\u044E\u0449\u0430\u044F \u0440\u0435\u0434\u0430\u043A\u0446\u0438\u044F \u043F\u0440\u0430\u0432\u0438\u043B",calculating:"\u0440\u0430\u0441\u0447\u0435\u0442\u044B",unknownError:"\u043D\u0435\u0438\u0437\u0432\u0435\u0441\u0442\u043D\u0430\u044F \u043E\u0448\u0438\u0431\u043A\u0430",canNotFetchRemoteRule:"\u041D\u0435\u0432\u043E\u0437\u043C\u043E\u0436\u043D\u043E \u043F\u043E\u043B\u0443\u0447\u0438\u0442\u044C \u0443\u0434\u0430\u043B\u0435\u043D\u043D\u044B\u0435 \u043F\u0440\u0430\u0432\u0438\u043B\u0430",enableAlphaSuccess:"\u0410\u043B\u044C\u0444\u0430 \u0432\u043A\u043B\u044E\u0447\u0435\u043D\u0430",disableAlphaSuccess:"\u0424\u0443\u043D\u043A\u0446\u0438\u044F \u0430\u043B\u044C\u0444\u0430 \u043E\u0442\u043A\u043B\u044E\u0447\u0435\u043D\u0430",cacheSize:"\u0420\u0430\u0437\u043C\u0435\u0440 \u043A\u044D\u0448\u0430\uFF1A",cleaning:"\u0432 \u043F\u0440\u043E\u0446\u0435\u0441\u0441\u0435 \u043B\u0438\u043A\u0432\u0438\u0434\u0430\u0446\u0438\u0438",cleanCache:"\u043E\u0447\u0438\u0441\u0442\u0438\u0442\u044C \u043A\u044D\u0448",options:"\u043D\u0430\u0441\u0442\u0440\u0430\u0438\u0432\u0430\u0442\u044C",about:"\u043F\u043E \u043E\u0442\u043D\u043E\u0448\u0435\u043D\u0438\u044E \u043A",service:"\u0443\u0441\u043B\u0443\u0433\u0430 \u0443\u0441\u0442\u043D\u043E\u0433\u043E \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430",needAction:"(\u041F\u0435\u0440\u0435\u0439\u0442\u0438 \u043A \u043D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0430\u043C)",goSettings:"\u043F\u0435\u0440\u0435\u0439\u0434\u0438\u0442\u0435 \u043A \u043D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0435",needActionForOptions:"(\u0443\u0441\u0442\u0430\u043D\u0430\u0432\u043B\u0438\u0432\u0430\u0435\u0442\u0441\u044F)",translationEngine:"\u041E\u043F\u0446\u0438\u0438 \u0434\u0432\u0438\u0433\u0430\u0442\u0435\u043B\u044F",sourceLanguage:"\u042F\u0437\u044B\u043A \u043E\u0440\u0438\u0433\u0438\u043D\u0430\u043B\u0430",target:"\u044F\u0437\u044B\u043A \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430",popupSourceLanguage:"\u042F\u0437\u044B\u043A \u043E\u0440\u0438\u0433\u0438\u043D\u0430\u043B\u0430",popupTarget:"\u044F\u0437\u044B\u043A \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430",popupService:"\u0443\u0441\u043B\u0443\u0433\u0430 \u0443\u0441\u0442\u043D\u043E\u0433\u043E \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430",forThisSite:"\u0422\u0435\u043A\u0443\u0449\u0438\u0439 \u0441\u0430\u0439\u0442",autoEnableSubtitle:"\u0410\u0432\u0442\u043E\u043C\u0430\u0442\u0438\u0447\u0435\u0441\u043A\u043E\u0435 \u043E\u0442\u043A\u0440\u044B\u0442\u0438\u0435 \u0434\u0432\u0443\u044F\u0437\u044B\u0447\u043D\u044B\u0445 \u0441\u0443\u0431\u0442\u0438\u0442\u0440\u043E\u0432",alwaysTranslate:"\u0412\u0441\u0435\u0433\u0434\u0430 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0438\u0442\u0435",neverTranslate:"\u041D\u0438\u043A\u043E\u0433\u0434\u0430 \u043D\u0435 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0438\u0442\u0435",alwaysTranslateSomeLanguage:"\u0412\u0441\u0435\u0433\u0434\u0430 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0438\u0442\u0435 {language}",neverTranslateSomeLanguage:"\u041D\u0438\u043A\u043E\u0433\u0434\u0430 \u043D\u0435 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0438\u0442\u0435 {language}",alwaysTranslateSomeSite:"\u0412\u0441\u0435\u0433\u0434\u0430 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0438\u0442\u0435 {hostname}",neverTranslateSomeSite:"\u041D\u0438\u043A\u043E\u0433\u0434\u0430 \u043D\u0435 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0438\u0442\u0435 {hostname}",alwaysTranslateSomeSiteOrWildSite:"\u0412\u0441\u0435\u0433\u0434\u0430 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0438\u0442\u0435 \u0441\u0430\u0439\u0442",alwaysTranslateSomePage:"\u0412\u0441\u0435\u0433\u0434\u0430 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0438\u0442\u0435 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u0443",add:"\u0443\u0432\u0435\u043B\u0438\u0447\u0438\u0442\u044C",default:"\u043F\u043E \u0443\u043C\u043E\u043B\u0447\u0430\u043D\u0438\u044E (\u043D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0430)",forThisLanguage:"\u0414\u043B\u044F \u044D\u0442\u043E\u0433\u043E \u044F\u0437\u044B\u043A\u0430\uFF1A","add url":"\u0412\u0432\u0435\u0434\u0438\u0442\u0435 URL",edit:"\u043A\u043E\u043C\u043F\u0438\u043B\u044F\u0442\u043E\u0440","translate other languages into specific language":"\u041F\u0435\u0440\u0435\u0432\u043E\u0434 \u0434\u0440\u0443\u0433\u0438\u0445 \u044F\u0437\u044B\u043A\u043E\u0432 \u043D\u0430 \u0443\u0441\u0442\u0430\u043D\u043E\u0432\u043B\u0435\u043D\u043D\u044B\u0439 \u0432\u0430\u043C\u0438 \u044F\u0437\u044B\u043A","select translation service":"\u0412\u044B\u0431\u0435\u0440\u0438\u0442\u0435 \u0441\u043B\u0443\u0436\u0431\u0443 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430",language:"\u043C\u043D\u043E\u0433\u043E\u044F\u0437\u044B\u0447\u0438\u0435","show-original":"\u041F\u043E\u043A\u0430\u0437\u0430\u0442\u044C \u043E\u0440\u0438\u0433\u0438\u043D\u0430\u043B\u044C\u043D\u044B\u0439 \u0442\u0435\u043A\u0441\u0442",translate:"\u0440\u0435\u043D\u0434\u0435\u0440\u0438\u043D\u0433",Translated:"\u043F\u0435\u0440\u0435\u0432\u0435\u0434\u0435\u043D\u043E",Translating:"\u0432 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0435",Error:"\u043D\u0435\u0432\u0435\u0440\u043D\u044B\u0439",allowCacheTranslations:"\u0412\u043A\u043B\u044E\u0447\u0438\u0442\u044C \u043B\u043E\u043A\u0430\u043B\u044C\u043D\u043E\u0435 \u043A\u044D\u0448\u0438\u0440\u043E\u0432\u0430\u043D\u0438\u0435 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u043E\u0432 (\u0434\u043B\u044F \u0443\u043C\u0435\u043D\u044C\u0448\u0435\u043D\u0438\u044F \u043A\u043E\u043B\u0438\u0447\u0435\u0441\u0442\u0432\u0430 \u0437\u0430\u043F\u0440\u043E\u0441\u043E\u0432 \u043D\u0430 \u043F\u0435\u0440\u0435\u0432\u043E\u0434 \u0434\u0443\u0431\u043B\u0438\u0440\u0443\u044E\u0449\u0438\u0445\u0441\u044F \u043E\u0442\u0440\u044B\u0432\u043A\u043E\u0432)","translation display":"\u0421\u0442\u0438\u043B\u044C \u043E\u0442\u043E\u0431\u0440\u0430\u0436\u0435\u043D\u0438\u044F \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430","select diplay style":"\u0420\u0430\u0437\u043B\u0438\u0447\u0430\u0442\u044C \u0441\u0442\u0438\u043B\u0438 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430, \u043E\u043F\u0438\u0440\u0430\u044F\u0441\u044C \u043D\u0430 \u0441\u043B\u0435\u0434\u0443\u044E\u0449\u0438\u0435 \u043F\u0440\u0438\u043C\u0435\u0440\u044B",interface:"\u041D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0438 \u0438\u043D\u0442\u0435\u0440\u0444\u0435\u0439\u0441\u0430",import_export:"\u0418\u043C\u043F\u043E\u0440\u0442/\u044D\u043A\u0441\u043F\u043E\u0440\u0442",import_export_title:"\u041A\u043E\u043D\u0444\u0438\u0433\u0443\u0440\u0430\u0446\u0438\u044F \u0438\u043C\u043F\u043E\u0440\u0442\u0430/\u044D\u043A\u0441\u043F\u043E\u0440\u0442\u0430",syncToGoogleDrive:"\u0422\u0435\u043F\u0435\u0440\u044C \u0441\u0438\u043D\u0445\u0440\u043E\u043D\u0438\u0437\u0430\u0446\u0438\u044F \u0441 Google Drive",floatBallOptions:"\u041D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0438 \u0445\u043E\u0432\u0435\u0440\u0431\u043E\u043B\u0430","floatBallOptions.enable":"\u0412\u043A\u043B\u044E\u0447\u0438\u0442\u044C \u0445\u043E\u0432\u0435\u0440\u0431\u043E\u043B","floatBallOptions.blockUrls":"\u041E\u0442\u043A\u043B\u044E\u0447\u0438\u0442\u044C \u0441\u0430\u0439\u0442","floatBallOptions.add":"\u0443\u0432\u0435\u043B\u0438\u0447\u0438\u0442\u044C","floatBallOptions.blockUrlDesc":"\u041F\u0430\u0440\u044F\u0449\u0438\u0435 \u0448\u0430\u0440\u044B \u043D\u0435 \u043E\u0442\u043E\u0431\u0440\u0430\u0436\u0430\u044E\u0442\u0441\u044F, \u043A\u043E\u0433\u0434\u0430 \u0432\u0441\u0442\u0440\u0435\u0447\u0430\u044E\u0442\u0441\u044F \u0441\u043B\u0435\u0434\u0443\u044E\u0449\u0438\u0435 \u0441\u0430\u0439\u0442\u044B","floatBallOptions.clickType":"\u043F\u043E\u0432\u0435\u0434\u0435\u043D\u0438\u0435 \u043F\u0440\u0438 \u043D\u0430\u0436\u0430\u0442\u0438\u0438","floatBallOptions.clickTypeDesc":"\u041F\u043E\u0432\u0435\u0434\u0435\u043D\u0438\u0435 \u0438\u043A\u043E\u043D\u043A\u0438 \u0445\u043E\u0432\u0435\u0440\u0431\u043E\u043B\u0430 \u043F\u0440\u0438 \u043D\u0430\u0436\u0430\u0442\u0438\u0438","floatBallOptions.clickPopup":"\u041F\u043E\u043A\u0430\u0437\u0430\u0442\u044C \u043F\u0430\u043D\u0435\u043B\u044C \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430","floatBallOptions.clickTranslate":"\u041F\u0435\u0440\u0435\u0432\u043E\u0434/\u043E\u0442\u043E\u0431\u0440\u0430\u0436\u0435\u043D\u0438\u0435 \u043E\u0440\u0438\u0433\u0438\u043D\u0430\u043B\u044C\u043D\u043E\u0433\u043E \u0442\u0435\u043A\u0441\u0442\u0430","floatBallOptions.fixedPosition":"\u56FA\u5B9A\u4F4D\u7F6E","floatBallOptions.fixedPositionDesc":"\u60AC\u6D6E\u7403\u5728\u7A97\u53E3\u5DE6\u4FA7\u8FD8\u662F\u53F3\u4FA7","floatBallOptions.fixedPositionLeft":"\u5DE6\u4FA7","floatBallOptions.fixedPositionRight":"\u53F3\u4FA7",previewAllThemes:"\u041F\u0440\u0435\u0434\u0432\u0430\u0440\u0438\u0442\u0435\u043B\u044C\u043D\u044B\u0439 \u043F\u0440\u043E\u0441\u043C\u043E\u0442\u0440 \u0432\u0441\u0435\u0445 \u0441\u0442\u0438\u043B\u0435\u0439","translationTheme.none":"\u043D\u0435 \u0438\u043C\u0435\u0442\u044C","translationTheme.grey":"\u0442\u0451\u043C\u043D\u043E-\u0441\u0435\u0440\u044B\u0439","translationTheme.dashed":"\u043F\u0443\u043D\u043A\u0442\u0438\u0440\u043D\u043E\u0435 \u043F\u043E\u0434\u0447\u0451\u0440\u043A\u0438\u0432\u0430\u043D\u0438\u0435","translationTheme.dotted":"\u0442\u043E\u0447\u0435\u0447\u043D\u043E\u0435 \u043F\u043E\u0434\u0447\u0435\u0440\u043A\u0438\u0432\u0430\u043D\u0438\u0435","translationTheme.dashedBorder":"\u043F\u0443\u043D\u043A\u0442\u0438\u0440\u043D\u0430\u044F \u0433\u0440\u0430\u043D\u0438\u0446\u0430","translationTheme.solidBorder":"\u0441\u043F\u043B\u043E\u0448\u043D\u0430\u044F \u0433\u0440\u0430\u043D\u0438\u0446\u0430","translationTheme.underline":"\u041F\u043E\u0434\u0447\u0435\u0440\u043A\u0438\u0432\u0430\u043D\u0438\u0435 \u043F\u0440\u044F\u043C\u044B\u0445 \u043B\u0438\u043D\u0438\u0439","translationTheme.mask":"\u041D\u0435\u0447\u0435\u0442\u043A\u0438\u0435 \u044D\u0444\u0444\u0435\u043A\u0442\u044B (\u0440\u0435\u0436\u0438\u043C\u044B \u043E\u0431\u0443\u0447\u0435\u043D\u0438\u044F)","translationTheme.opacity":"\u044D\u0444\u0444\u0435\u043A\u0442 \u043F\u0440\u043E\u0437\u0440\u0430\u0447\u043D\u043E\u0441\u0442\u0438","translationTheme.paper":"\u042D\u0444\u0444\u0435\u043A\u0442 \u0442\u0435\u043D\u0438 \u043E\u0442 \u0431\u0435\u043B\u043E\u0439 \u0431\u0443\u043C\u0430\u0433\u0438","translationTheme.dividingLine":"\u0440\u0430\u0437\u0434\u0435\u043B\u0438\u0442\u0435\u043B\u044C\u043D\u0430\u044F \u043B\u0438\u043D\u0438\u044F","translationTheme.highlight":"\u0432\u044B\u0441\u043E\u043A\u0430\u044F \u044F\u0440\u043A\u043E\u0441\u0442\u044C","translationTheme.marker":"\u043C\u0430\u0440\u043A\u0435\u0440 (\u0437\u0430\u0438\u043C\u0441\u0442\u0432\u043E\u0432\u0430\u043D\u043D\u043E\u0435 \u0441\u043B\u043E\u0432\u043E)","translationTheme.marker2":"\u041C\u0430\u0440\u043A\u0435\u0440 2","translationTheme.blockquote":"\u0421\u0442\u0438\u043B\u0438 \u0441\u0441\u044B\u043B\u043E\u043A","translationTheme.weakening":"\u043E\u0441\u043B\u0430\u0431\u043B\u0435\u043D\u0438\u0435","translationTheme.italic":"\u043D\u0430\u043A\u043B\u043E\u043D\u043D\u044B\u0439 \u0448\u0440\u0438\u0444\u0442","translationTheme.bold":"\u0441\u0433\u0443\u0441\u0442\u0438\u0442\u044C","translationTheme.thinDashed":"\u0442\u043E\u043D\u043A\u0430\u044F \u043F\u0443\u043D\u043A\u0442\u0438\u0440\u043D\u0430\u044F \u043B\u0438\u043D\u0438\u044F \u043F\u043E\u0434\u0447\u0435\u0440\u043A\u0438\u0432\u0430\u043D\u0438\u0435","translationTheme.nativeDashed":"\u0421\u0438\u0441\u0442\u0435\u043C\u0430 \u043F\u043E\u0441\u0442\u0430\u0432\u043B\u044F\u0435\u0442\u0441\u044F \u0441 \u043F\u0443\u043D\u043A\u0442\u0438\u0440\u043D\u044B\u043C \u043F\u043E\u0434\u0447\u0435\u0440\u043A\u0438\u0432\u0430\u043D\u0438\u0435\u043C","translationTheme.nativeDotted":"\u0421\u0438\u0441\u0442\u0435\u043C\u0430 \u043F\u043E\u0441\u0442\u0430\u0432\u043B\u044F\u0435\u0442\u0441\u044F \u0441 \u043F\u0443\u043D\u043A\u0442\u0438\u0440\u043D\u044B\u043C \u043F\u043E\u0434\u0447\u0435\u0440\u043A\u0438\u0432\u0430\u043D\u0438\u0435\u043C","translationTheme.nativeUnderline":"\u0421\u0438\u0441\u0442\u0435\u043C\u0430 \u043F\u043E\u0441\u0442\u0430\u0432\u043B\u044F\u0435\u0442\u0441\u044F \u0441 \u043F\u0440\u044F\u043C\u044B\u043C \u043F\u043E\u0434\u0441\u0442\u0440\u043E\u0447\u043D\u0438\u043A\u043E\u043C","translationTheme.wavy":"\u0432\u043E\u043B\u043D\u0438\u0441\u0442\u0430\u044F \u043B\u0438\u043D\u0438\u044F","translationServices.custom":"\u041F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u0435\u043B\u044C\u0441\u043A\u0438\u0439 API","translationServices.tencent":"\u041F\u0435\u0440\u0435\u0432\u043E\u0434\u0447\u0438\u043A Tencent","translationServices.tenAlpha":"Tencent Translator (Alpha)","translationServices.google":"Google Translate","translationServices.bai":"Baidu (Alpha)","translationServices.baidu":"\u041F\u0435\u0440\u0435\u0432\u043E\u0434 Baidu","translationServices.aliyun":"\u041F\u0435\u0440\u0435\u0432\u043E\u0434 AliCloud","translationServices.volc":"\u043F\u0435\u0440\u0435\u0432\u043E\u0434 \u0432\u0443\u043B\u043A\u0430\u043D\u0430","translationServices.deeplx":"DeepLX (Beta)","translationServices.bing":"Microsoft Translate","translationServices.deepl":"DeepL","translationServices.wechat":"\u041F\u0435\u0440\u0435\u0432\u043E\u0434 WeChat","translationServices.azure":"\u041B\u0430\u0437\u0443\u0440\u043D\u044B\u0439 \u043F\u0435\u0440\u0435\u0432\u043E\u0434","translationServices.ibm":"IBM Watson","translationServices.aws":"\u041F\u0435\u0440\u0435\u0432\u043E\u0434 Amazon","translationServices.mock":"\u0418\u043C\u0438\u0442\u0430\u0446\u0438\u044F \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430","translationServices.mock2":"\u0418\u043C\u0438\u0442\u0430\u0446\u0438\u044F \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430 2","translationServices.caiyun":"\u043B\u0438\u0442. \u0440\u0430\u0437\u043D\u043E\u0446\u0432\u0435\u0442\u043D\u044B\u0435 \u043E\u0431\u043B\u0430\u043A\u0430 \u0438 \u043D\u0435\u0431\u043E\u043B\u044C\u0448\u0438\u0435 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u044B","translationServices.cai":"\u0420\u0430\u0437\u043D\u043E\u0446\u0432\u0435\u0442\u043D\u044B\u0435 \u043E\u0431\u043B\u0430\u043A\u0430 (\u0410\u043B\u044C\u0444\u0430)","translationServices.volcAlpha":"\u0412\u0443\u043B\u043A\u0430\u043D (\u0410\u043B\u044C\u0444\u0430)","translationServices.openl":"OpenL","translationServices.youdao":"\u041F\u0435\u0440\u0435\u0432\u043E\u0434 \u043D\u0430 Youtube","translationServices.you":"\u041F\u0435\u0440\u0435\u0432\u043E\u0434\u0447\u0438\u043A Youdao (\u0410\u043B\u044C\u0444\u0430)","translationServices.transmart":"\u041F\u0435\u0440\u0435\u0432\u043E\u0434 Tencent Interactive","translationServices.niu":"Maverick Translator","translationServices.papago":"\u041F\u0435\u0440\u0435\u0432\u043E\u0434 Papago","translationServices.d":"D (Alpha)","translationServices.dpro":"D Pro (Canary)","translationServices.openai":"OpenAI","translationServices.yandex":"Yandex","translationServices.chatgpt":"ChatGPT Web(3.5 mobile)","translate title":"\u041F\u0435\u0440\u0435\u0432\u043E\u0434 \u0437\u0430\u0433\u043E\u043B\u043E\u0432\u043A\u043E\u0432 \u0441\u0442\u0440\u0430\u043D\u0438\u0446","always languages":"\u0412\u0441\u0435\u0433\u0434\u0430 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0438\u0442\u0435 \u044F\u0437\u044B\u043A",neverTranslateLanguagesLabel:"\u042F\u0437\u044B\u043A, \u043A\u043E\u0442\u043E\u0440\u044B\u0439 \u043D\u0438\u043A\u043E\u0433\u0434\u0430 \u043D\u0435 \u0431\u0443\u0434\u0435\u0442 \u043F\u0435\u0440\u0435\u0432\u0435\u0434\u0435\u043D",neverTranslateTheFollowingLanguagesDescription:"\u041F\u0435\u0440\u0435\u0432\u043E\u0434\u044B \u043F\u0440\u043E\u043F\u0443\u0441\u043A\u0430\u044E\u0442\u0441\u044F, \u0435\u0441\u043B\u0438 \u0430\u0431\u0437\u0430\u0446 \u043D\u0430 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u0435 \u043D\u0430\u043F\u0438\u0441\u0430\u043D \u043D\u0430 \u043E\u0434\u043D\u043E\u043C \u0438\u0437 \u0441\u043B\u0435\u0434\u0443\u044E\u0449\u0438\u0445 \u044F\u0437\u044B\u043A\u043E\u0432",enableUserscriptPagePopup:"\u041F\u043E\u043A\u0430\u0437\u044B\u0432\u0430\u0442\u044C \u043D\u0430\u0432\u0435\u0434\u0435\u043D\u043D\u044B\u0439 \u0448\u0430\u0440 \u043D\u0430 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u0435",enableUserscriptPagePopupDescription:"\u041F\u043E\u0441\u043B\u0435 \u0432\u044B\u043A\u043B\u044E\u0447\u0435\u043D\u0438\u044F \u0445\u043E\u0432\u0435\u0440\u0431\u043E\u043B\u0430 \u0435\u0433\u043E \u043C\u043E\u0436\u043D\u043E \u0432\u044B\u0437\u0432\u0430\u0442\u044C \u0441 \u043F\u043E\u043C\u043E\u0449\u044C\u044E \u044F\u0440\u043B\u044B\u043A\u0430 /{touch}. \u041D\u0430\u0441\u0442\u043E\u044F\u0442\u0435\u043B\u044C\u043D\u043E \u0440\u0435\u043A\u043E\u043C\u0435\u043D\u0434\u0443\u0435\u0442\u0441\u044F \u0434\u043E\u0431\u0430\u0432\u0438\u0442\u044C \u044D\u0442\u0443 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u0443 \u043D\u0430\u0441\u0442\u0440\u043E\u0435\u043A \u0432 \u0437\u0430\u043A\u043B\u0430\u0434\u043A\u0438, \u0447\u0442\u043E\u0431\u044B \u043D\u0435 \u043D\u0430\u0439\u0442\u0438 \u0445\u043E\u0432\u0435\u0440\u0431\u043E\u043B \u043F\u043E\u0441\u043B\u0435 \u0441\u043B\u0443\u0447\u0430\u0439\u043D\u043E\u0433\u043E \u043E\u0442\u043A\u043B\u044E\u0447\u0435\u043D\u0438\u044F \u044D\u0442\u043E\u0439 \u043E\u043F\u0446\u0438\u0438!","always translate the following languages":"\u0410\u0432\u0442\u043E\u043C\u0430\u0442\u0438\u0447\u0435\u0441\u043A\u0438\u0439 \u043F\u0435\u0440\u0435\u0432\u043E\u0434 \u043D\u0430 \u0446\u0435\u043B\u0435\u0432\u043E\u0439 \u044F\u0437\u044B\u043A, \u0435\u0441\u043B\u0438 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u0430 \u043D\u0430\u043F\u0438\u0441\u0430\u043D\u0430 \u043D\u0430 \u043E\u0434\u043D\u043E\u043C \u0438\u0437 \u0441\u043B\u0435\u0434\u0443\u044E\u0449\u0438\u0445 \u044F\u0437\u044B\u043A\u043E\u0432","always sites":"\u0412\u0441\u0435\u0433\u0434\u0430 \u043F\u0435\u0440\u0435\u0432\u0435\u0434\u0435\u043D\u043D\u044B\u0435 \u0432\u0435\u0431-\u0441\u0430\u0439\u0442\u044B","always translate the following sites":"\u0412\u0435\u0431-\u0441\u0430\u0439\u0442\u044B \u0430\u0432\u0442\u043E\u043C\u0430\u0442\u0438\u0447\u0435\u0441\u043A\u0438 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u044F\u0442\u0441\u044F \u043D\u0430 \u044F\u0437\u044B\u043A \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430, \u0435\u0441\u043B\u0438 \u043E\u043D\u0438 \u044F\u0432\u043B\u044F\u044E\u0442\u0441\u044F \u0434\u043E\u043C\u0435\u043D\u043D\u044B\u043C\u0438 \u0438\u043C\u0435\u043D\u0430\u043C\u0438","never sites":"\u041D\u0435\u043F\u0435\u0440\u0435\u0432\u0435\u0434\u0435\u043D\u043D\u044B\u0439 \u0441\u0430\u0439\u0442","never translate the following sites":"\u041F\u0435\u0440\u0435\u0432\u043E\u0434 \u043D\u0435 \u0431\u0443\u0434\u0435\u0442 \u0432\u044B\u043F\u043E\u043B\u043D\u044F\u0442\u044C\u0441\u044F, \u0435\u0441\u043B\u0438 \u0441\u0430\u0439\u0442 \u043F\u0440\u0435\u0434\u043D\u0430\u0437\u043D\u0430\u0447\u0435\u043D \u0434\u043B\u044F \u0441\u043B\u0435\u0434\u0443\u044E\u0449\u0438\u0445 \u0434\u043E\u043C\u0435\u043D\u043E\u0432","please refer to":"\u041F\u0435\u0440\u0435\u0434 \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u043D\u0438\u0435\u043C \u043D\u0435\u043E\u0431\u0445\u043E\u0434\u0438\u043C\u043E \u0437\u0430\u043F\u043E\u043B\u043D\u0438\u0442\u044C \u043A\u043B\u044E\u0447.",KeyAndConfigurationTutorial:"\u0423\u0447\u0435\u0431\u043D\u0438\u043A \u043F\u043E \u043F\u0440\u0438\u043C\u0435\u043D\u0435\u043D\u0438\u044E \u0438 \u043D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0435 \u043A\u043B\u044E\u0447\u0435\u0439",useAboveStyleForTheseSites:"\u0412\u0441\u0435\u0433\u0434\u0430 \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u0443\u0439\u0442\u0435 \u0441\u0442\u0438\u043B\u044C \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430 \u2308{theme}\u230B, \u0435\u0441\u043B\u0438 \u0441\u0430\u0439\u0442 \u043F\u0440\u0435\u0434\u043D\u0430\u0437\u043D\u0430\u0447\u0435\u043D \u0434\u043B\u044F \u0441\u043B\u0435\u0434\u0443\u044E\u0449\u0438\u0445 \u0434\u043E\u043C\u0435\u043D\u043E\u0432",currentUrl:"\u0422\u0435\u043A\u0443\u0449\u0438\u0439 URL",confirm:"\u0441\u043E\u0445\u0440\u0430\u043D\u044F\u0442\u044C (\u0444\u0430\u0439\u043B \u0438 \u0442.\u0434.) (\u0432\u044B\u0447\u0438\u0441\u043B\u0438\u0442\u0435\u043B\u044C\u043D\u0430\u044F \u0442\u0435\u0445\u043D\u0438\u043A\u0430)",cancel:"\u043E\u0442\u043C\u0435\u043D\u044B",delete:"\u0443\u0434\u0430\u043B\u0435\u043D\u0438\u0435","languages.auto":"\u0430\u0432\u0442\u043E\u043C\u0430\u0442\u0438\u0447\u0435\u0441\u043A\u043E\u0435 \u043E\u0431\u043D\u0430\u0440\u0443\u0436\u0435\u043D\u0438\u0435",syncToCloud:"\u0421\u0438\u043D\u0445\u0440\u043E\u043D\u0438\u0437\u0430\u0446\u0438\u044F \u0441 Google Drive",syncToCloudDescription:"\u0417\u0430\u0433\u0440\u0443\u0436\u0435\u043D\u043D\u0430\u044F \u0432 \u043E\u0431\u043B\u0430\u043A\u043E, \u043A\u043E\u043D\u0444\u0438\u0433\u0443\u0440\u0430\u0446\u0438\u044F \u043C\u043E\u0436\u0435\u0442 \u0431\u044B\u0442\u044C \u0441\u0438\u043D\u0445\u0440\u043E\u043D\u0438\u0437\u0438\u0440\u043E\u0432\u0430\u043D\u0430 \u043C\u0435\u0436\u0434\u0443 \u0440\u0430\u0437\u043B\u0438\u0447\u043D\u044B\u043C\u0438 \u0431\u0440\u0430\u0443\u0437\u0435\u0440\u0430\u043C\u0438/\u0441\u043A\u0440\u0438\u043F\u0442\u0430\u043C\u0438 grease monkey, \u0432 \u0437\u0430\u0432\u0438\u0441\u0438\u043C\u043E\u0441\u0442\u0438 \u043E\u0442 \u0442\u043E\u0433\u043E, \u0447\u0442\u043E \u0431\u044B\u043B\u043E \u0438\u0437\u043C\u0435\u043D\u0435\u043D\u043E \u043F\u043E\u0441\u043B\u0435\u0434\u043D\u0438\u043C.",syncToAccount:"\u0421\u0438\u043D\u0445\u0440\u043E\u043D\u0438\u0437\u0430\u0446\u0438\u044F \u0441 \u043E\u0431\u043B\u0430\u043A\u043E\u043C \u0438\u043C\u043C\u0435\u0440\u0441\u0438\u0432\u043D\u043E\u0433\u043E \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430",syncToAccountButton:"\u041C\u0433\u043D\u043E\u0432\u0435\u043D\u043D\u0430\u044F \u0441\u0438\u043D\u0445\u0440\u043E\u043D\u0438\u0437\u0430\u0446\u0438\u044F \u0441 \u043E\u0431\u043B\u0430\u043A\u043E\u043C",syncToAccountDescription:"\u0410\u0432\u0442\u043E\u043C\u0430\u0442\u0438\u0447\u0435\u0441\u043A\u0430\u044F \u0441\u0438\u043D\u0445\u0440\u043E\u043D\u0438\u0437\u0430\u0446\u0438\u044F \u043A\u043E\u043D\u0444\u0438\u0433\u0443\u0440\u0430\u0446\u0438\u0439 \u043C\u0435\u0436\u0434\u0443 \u0440\u0430\u0437\u043B\u0438\u0447\u043D\u044B\u043C\u0438 \u0443\u0441\u0442\u0440\u043E\u0439\u0441\u0442\u0432\u0430\u043C\u0438 \u0432 \u0437\u0430\u0432\u0438\u0441\u0438\u043C\u043E\u0441\u0442\u0438 \u043E\u0442 \u0442\u043E\u0433\u043E, \u043A\u0430\u043A\u0430\u044F \u0438\u0437 \u043D\u0438\u0445 \u0431\u044B\u043B\u0430 \u0438\u0437\u043C\u0435\u043D\u0435\u043D\u0430 \u043F\u043E\u0441\u043B\u0435\u0434\u043D\u0435\u0439.",successSyncConfigInAccount:"\u0423\u0441\u043F\u0435\u0448\u043D\u0430\u044F \u0441\u0438\u043D\u0445\u0440\u043E\u043D\u0438\u0437\u0430\u0446\u0438\u044F \u0441 \u043E\u0431\u043B\u0430\u043A\u043E\u043C",successSyncConfigToAccount:"\u0423\u0441\u043F\u0435\u0448\u043D\u0430\u044F \u0441\u0438\u043D\u0445\u0440\u043E\u043D\u0438\u0437\u0430\u0446\u0438\u044F \u0441 \u043E\u0431\u043B\u0430\u043A\u043E\u043C",syncConfigNoUpdate:"\u041E\u043D\u0430 \u0443\u0436\u0435 \u0441\u043E\u043E\u0442\u0432\u0435\u0442\u0441\u0442\u0432\u0443\u0435\u0442 \u0441\u043E\u0432\u0440\u0435\u043C\u0435\u043D\u043D\u044B\u043C \u0442\u0440\u0435\u0431\u043E\u0432\u0430\u043D\u0438\u044F\u043C.",authFail:"\u0421\u0431\u043E\u0439 \u0430\u0432\u0442\u043E\u0440\u0438\u0437\u0430\u0446\u0438\u0438",syncTitle:"\u0420\u0443\u0447\u043D\u043E\u0435 \u0443\u043F\u0440\u0430\u0432\u043B\u0435\u043D\u0438\u0435 \u0440\u0435\u0437\u0435\u0440\u0432\u043D\u044B\u043C \u043A\u043E\u043F\u0438\u0440\u043E\u0432\u0430\u043D\u0438\u0435\u043C",import_hint:"\u0438\u043C\u043F\u043E\u0440\u0442 (\u0434\u0430\u043D\u043D\u044B\u0435)",upload:"\u0437\u0430\u0433\u0440\u0443\u0437\u0438\u0442\u044C",revokeAuth:"\u043E\u0442\u043E\u0437\u0432\u0430\u0442\u044C \u0440\u0430\u0437\u0440\u0435\u0448\u0435\u043D\u0438\u0435",uploadFail:"\u0417\u0430\u0433\u0440\u0443\u0437\u043A\u0430 \u043D\u0435 \u0443\u0434\u0430\u043B\u0430\u0441\u044C",download:"\u0437\u0430\u0433\u0440\u0443\u0437\u043A\u0430",importSuccess:"\u0423\u0441\u043F\u0435\u0448\u043D\u043E \u0438\u043C\u043F\u043E\u0440\u0442\u0438\u0440\u0443\u0435\u0442\u0441\u044F",importFail:"\u0441\u0431\u043E\u0439 \u0438\u043C\u043F\u043E\u0440\u0442\u0430",deleteFail:"\u041D\u0435 \u0443\u0434\u0430\u043B\u043E\u0441\u044C \u0443\u0434\u0430\u043B\u0438\u0442\u044C",backupToCloud:"\u0420\u0443\u0447\u043D\u043E\u0435 \u0443\u043F\u0440\u0430\u0432\u043B\u0435\u043D\u0438\u0435 \u0444\u0430\u0439\u043B\u0430\u043C\u0438 \u0440\u0435\u0437\u0435\u0440\u0432\u043D\u043E\u0433\u043E \u043A\u043E\u043F\u0438\u0440\u043E\u0432\u0430\u043D\u0438\u044F",create_new_backup:"\u0414\u043E\u0431\u0430\u0432\u043B\u0435\u043D\u0438\u0435 \u043D\u043E\u0432\u043E\u0433\u043E \u0443\u0437\u043B\u0430 \u0440\u0435\u0437\u0435\u0440\u0432\u043D\u043E\u0433\u043E \u043A\u043E\u043F\u0438\u0440\u043E\u0432\u0430\u043D\u0438\u044F",maxBackupFiles:"\u0420\u0435\u0437\u0435\u0440\u0432\u043D\u043E\u0435 \u043A\u043E\u043F\u0438\u0440\u043E\u0432\u0430\u043D\u0438\u0435 \u043C\u043E\u0436\u0435\u0442 \u0431\u044B\u0442\u044C \u0432\u044B\u043F\u043E\u043B\u043D\u0435\u043D\u043E \u0434\u043E{count}\u0440\u0430\u0437\u043B\u0438\u0447\u043D\u044B\u0445 \u0443\u0437\u043B\u043E\u0432, \u0443\u0434\u0430\u043B\u0438\u0442\u0435 \u043D\u0435\u043D\u0443\u0436\u043D\u044B\u0435 \u0443\u0437\u043B\u044B.",backupToCloudDescription:"\u0420\u0443\u0447\u043D\u0430\u044F \u0437\u0430\u0433\u0440\u0443\u0437\u043A\u0430 \u0438\u043B\u0438 \u0432\u043E\u0441\u0441\u0442\u0430\u043D\u043E\u0432\u043B\u0435\u043D\u0438\u0435 \u0444\u0430\u0439\u043B\u043E\u0432 \u0440\u0435\u0437\u0435\u0440\u0432\u043D\u044B\u0445 \u043A\u043E\u043F\u0438\u0439, \u043F\u043E\u0437\u0432\u043E\u043B\u044F\u044E\u0449\u0430\u044F \u0441\u043E\u0437\u0434\u0430\u0432\u0430\u0442\u044C \u0434\u043E 3 \u0440\u0430\u0437\u043B\u0438\u0447\u043D\u044B\u0445 \u0440\u0435\u0437\u0435\u0440\u0432\u043D\u044B\u0445 \u043A\u043E\u043F\u0438\u0439",successSyncConfig:"\u0423\u0441\u043F\u0435\u0448\u043D\u0430\u044F \u0441\u0438\u043D\u0445\u0440\u043E\u043D\u0438\u0437\u0430\u0446\u0438\u044F \u0441 \u043E\u0431\u043B\u0430\u043A\u043E\u043C",syncFail:"\u0441\u0431\u043E\u0439 \u0441\u0438\u043D\u0445\u0440\u043E\u043D\u0438\u0437\u0430\u0446\u0438\u0438",updatedAt:"\u041E\u0431\u043D\u043E\u0432\u043B\u0435\u043D\u043E \u0441 \u0441\u0430\u0439\u0442\u0430 {date}",lastSyncedAt:"\u041F\u043E\u0441\u043B\u0435\u0434\u043D\u044F\u044F \u043F\u0440\u043E\u0432\u0435\u0440\u043A\u0430 \u043D\u0430 \u0441\u0430\u0439\u0442\u0435 {date}",downloadFail:"\u041D\u0435 \u0443\u0434\u0430\u043B\u043E\u0441\u044C \u0437\u0430\u0433\u0440\u0443\u0437\u0438\u0442\u044C",clickToDownload:"\u041D\u0430\u0436\u043C\u0438\u0442\u0435 \u0434\u043B\u044F \u0437\u0430\u0433\u0440\u0443\u0437\u043A\u0438",aboutLabel:"\u041E \u043A\u043E\u043C\u043F\u0430\u043D\u0438\u0438 - \u041E\u0431\u0440\u0430\u0442\u043D\u0430\u044F \u0441\u0432\u044F\u0437\u044C","browser.openAboutPage":"\u0418\u043D\u0444\u043E\u0440\u043C\u0430\u0446\u0438\u044F/\u041E\u0442\u0437\u044B\u0432\u044B",aboutLabelWithoutSponsor:"\u041E \u043A\u043E\u043C\u043F\u0430\u043D\u0438\u0438 - \u041E\u0431\u0440\u0430\u0442\u043D\u0430\u044F \u0441\u0432\u044F\u0437\u044C",aboutIntro:"\u041F\u0443\u0441\u0442\u044C \u043D\u0430\u043C \u0432\u0441\u0435\u043C \u0431\u0443\u0434\u0435\u0442 \u043B\u0435\u0433\u0447\u0435 \u0438 \u043F\u0440\u0438\u044F\u0442\u043D\u0435\u0435 \u043F\u043E\u043B\u0443\u0447\u0430\u0442\u044C \u0434\u043E\u0441\u0442\u0443\u043F \u043A \u043E\u0433\u0440\u043E\u043C\u043D\u043E\u043C\u0443 \u043A\u043E\u043B\u0438\u0447\u0435\u0441\u0442\u0432\u0443 \u0438\u043D\u0444\u043E\u0440\u043C\u0430\u0446\u0438\u0438 \u043D\u0430 \u0438\u043D\u043E\u0441\u0442\u0440\u0430\u043D\u043D\u044B\u0445 \u044F\u0437\u044B\u043A\u0430\u0445 \u0432 \u0418\u043D\u0442\u0435\u0440\u043D\u0435\u0442\u0435 \u2764\uFE0F \u0412\u044B \u043C\u043E\u0436\u0435\u0442\u0435 \u0430\u043A\u0442\u0438\u0432\u0438\u0440\u043E\u0432\u0430\u0442\u044C <6>\u0447\u043B\u0435\u043D\u0441\u0442\u0432\u043E \u0432 \u043F\u0440\u043E\u0433\u0440\u0430\u043C\u043C\u0435 Pro, \u0447\u0442\u043E\u0431\u044B \u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u044C\u0441\u044F \u0433\u043E\u0442\u043E\u0432\u044B\u043C\u0438 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430\u043C\u0438 DeepL \u0438 OpenAI.

\u0412\u044B \u043C\u043E\u0436\u0435\u0442\u0435 \u0441\u043B\u0435\u0434\u0438\u0442\u044C \u0437\u0430 \u043D\u0430\u043C\u0438 \u0432 <3>Twitter, <4>Telegram, Weibo, WeChat \u0438\u043B\u0438 <5>\u043F\u043E\u0434\u043F\u0438\u0441\u0430\u0442\u044C\u0441\u044F \u043D\u0430 \u043D\u0430\u0448\u0443 \u0440\u0430\u0441\u0441\u044B\u043B\u043A\u0443 \u043D\u0438\u0436\u0435, \u0447\u0442\u043E\u0431\u044B \u043E\u0442\u0441\u043B\u0435\u0436\u0438\u0432\u0430\u0442\u044C \u043E\u0431\u043D\u043E\u0432\u043B\u0435\u043D\u0438\u044F.
<7>\u0423\u0447\u0430\u0441\u0442\u043D\u0438\u043A\u0438 \u043F\u0440\u043E\u0433\u0440\u0430\u043C\u043C\u044B Pro \u043C\u043E\u0433\u0443\u0442 \u0441\u0432\u044F\u0437\u0430\u0442\u044C\u0441\u044F \u0441 \u043D\u0430\u043C\u0438 \u043F\u043E \u0430\u0434\u0440\u0435\u0441\u0443 <8>support@immersivetranslate.com \u0434\u043B\u044F \u0431\u044B\u0441\u0442\u0440\u043E\u0433\u043E \u043E\u0431\u0441\u043B\u0443\u0436\u0438\u0432\u0430\u043D\u0438\u044F \u043A\u043B\u0438\u0435\u043D\u0442\u043E\u0432.",aboutIntroWithoutSponsor:"\u041F\u0443\u0441\u0442\u044C \u0432\u0441\u0435\u043C \u043D\u0430\u043C \u0431\u0443\u0434\u0435\u0442 \u043B\u0435\u0433\u0447\u0435 \u0438 \u043F\u0440\u0438\u044F\u0442\u043D\u0435\u0435 \u043F\u043E\u043B\u0443\u0447\u0430\u0442\u044C \u0434\u043E\u0441\u0442\u0443\u043F \u043A \u043E\u0433\u0440\u043E\u043C\u043D\u043E\u043C\u0443 \u043A\u043E\u043B\u0438\u0447\u0435\u0441\u0442\u0432\u0443 \u0438\u043D\u0444\u043E\u0440\u043C\u0430\u0446\u0438\u0438 \u043D\u0430 \u0438\u043D\u043E\u0441\u0442\u0440\u0430\u043D\u043D\u044B\u0445 \u044F\u0437\u044B\u043A\u0430\u0445, \u0434\u043E\u0441\u0442\u0443\u043F\u043D\u043E\u0439 \u0432 \u0418\u043D\u0442\u0435\u0440\u043D\u0435\u0442\u0435 \u2764\uFE0F

\u0412\u044B \u043C\u043E\u0436\u0435\u0442\u0435 \u0441\u043B\u0435\u0434\u0438\u0442\u044C \u0437\u0430 \u043D\u0430\u043C\u0438 \u0432 <3>Twitter, <4>Telegram-\u043A\u0430\u043D\u0430\u043B\u0435, WeChat, WeChat Exchange \u0438\u043B\u0438 <5>\u043F\u043E\u0434\u043F\u0438\u0441\u0430\u0442\u044C\u0441\u044F \u043D\u0430 \u043E\u0442\u0441\u043B\u0435\u0436\u0438\u0432\u0430\u043D\u0438\u0435 \u043E\u0431\u043D\u043E\u0432\u043B\u0435\u043D\u0438\u0439 \u043F\u043E <5>\u044D\u043B\u0435\u043A\u0442\u0440\u043E\u043D\u043D\u043E\u0439 \u043F\u043E\u0447\u0442\u0435 \u043D\u0438\u0436\u0435.",projectHomepage:'\u041F\u0440\u043E\u0435\u043A\u0442 "\u0414\u043E\u043C',joinTelegramGroup:"\u041F\u0440\u0438\u0441\u043E\u0435\u0434\u0438\u043D\u044F\u0439\u0442\u0435\u0441\u044C \u043A \u0433\u0440\u0443\u043F\u043F\u0435 \u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u0435\u043B\u0435\u0439 \u0434\u043B\u044F \u0443\u0447\u0430\u0441\u0442\u0438\u044F \u0432 \u043E\u0431\u0441\u0443\u0436\u0434\u0435\u043D\u0438\u0438 \u0444\u0443\u043D\u043A\u0446\u0438\u0439",wechatPublicAccount:"WeChat Public",wechatCommunities:"\u0413\u0440\u0443\u043F\u043F\u0430 \u043E\u0431\u043C\u0435\u043D\u0430 WeChat",qqCommunities:"\u041A\u0430\u043D\u0430\u043B \u0441\u0432\u044F\u0437\u0438 QQ",joinTelegramChannel:"\u0421\u043B\u0435\u0434\u0438\u0442\u0435 \u0437\u0430 \u043E\u0431\u043D\u043E\u0432\u043B\u0435\u043D\u0438\u044F\u043C\u0438 \u0432 Telegram-\u043A\u0430\u043D\u0430\u043B\u0435",feedbackAndJoin:"\u0412\u043E\u043F\u0440\u043E\u0441 \u041E\u0431\u0440\u0430\u0442\u043D\u0430\u044F \u0441\u0432\u044F\u0437\u044C / \u0414\u043E\u0431\u0430\u0432\u0438\u0442\u044C \u0433\u0440\u0443\u043F\u043F\u0443",autoSync:"\u0430\u0432\u0442\u043E\u043C\u0430\u0442\u0438\u0447\u0435\u0441\u043A\u0430\u044F \u0441\u0438\u043D\u0445\u0440\u043E\u043D\u0438\u0437\u0430\u0446\u0438\u044F \u0432\u0440\u0435\u043C\u0435\u043D\u0438",loadingThemeTitle:"\u0421\u0442\u0438\u043B\u044C \u0437\u0430\u0433\u0440\u0443\u0437\u043A\u0438",loadingThemeDescription:"\u0423\u0441\u0442\u0430\u043D\u043E\u0432\u043A\u0430 \u0441\u0442\u0438\u043B\u044F \u043F\u0440\u0438 \u043E\u0436\u0438\u0434\u0430\u043D\u0438\u0438 \u0437\u0430\u0433\u0440\u0443\u0437\u043A\u0438 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430","loadingTheme.spinner":"\u0412\u0440\u0430\u0449\u0430\u044E\u0449\u0430\u044F\u0441\u044F \u0430\u043D\u0438\u043C\u0430\u0446\u0438\u044F","loadingTheme.text":"\u0441\u0442\u0430\u0442\u0438\u0447\u0435\u0441\u043A\u0438\u0439 \u0442\u0435\u043A\u0441\u0442 \u0447\u0435\u0433\u043E-\u043B. ","loadingTheme.none":"\u043D\u0435 \u043F\u043E\u043A\u0430\u0437\u0430\u043D\u043E",developerDescription:"\u0414\u043E\u043A\u0443\u043C\u0435\u043D\u0442\u0430\u0446\u0438\u044E \u043F\u043E \u0440\u0430\u0441\u0448\u0438\u0440\u0435\u043D\u043D\u043E\u0439 \u043D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0435 \u043C\u043E\u0436\u043D\u043E \u043D\u0430\u0439\u0442\u0438 <1>\u0437\u0434\u0435\u0441\u044C","edit border color":"\u0418\u0437\u043C\u0435\u043D\u0435\u043D\u0438\u0435 \u0446\u0432\u0435\u0442\u0430 \u0433\u0440\u0430\u043D\u0438\u0446\u044B",successSyncButNoChange:"\u0422\u0435\u043A\u0443\u0449\u0430\u044F \u043A\u043E\u043D\u0444\u0438\u0433\u0443\u0440\u0430\u0446\u0438\u044F \u0441\u043E\u043E\u0442\u0432\u0435\u0442\u0441\u0442\u0432\u0443\u0435\u0442 \u043E\u0431\u043B\u0430\u043A\u0443",customTheme:"\u041D\u0435\u0441\u0442\u0430\u043D\u0434\u0430\u0440\u0442\u043D\u044B\u0435 \u0446\u0432\u0435\u0442\u0430 \u0438 \u0440\u0430\u0437\u043C\u0435\u0440\u044B","customThemeLabel.borderColor":"\u0426\u0432\u0435\u0442 \u0433\u0440\u0430\u043D\u0438\u0446\u044B","customThemeLabel.borderRadius":"\u0421\u043A\u0440\u0443\u0433\u043B\u0435\u043D\u043D\u044B\u0435 \u043A\u0440\u0430\u044F","customThemeLabel.textColor":"\u0446\u0432\u0435\u0442 \u0442\u0435\u043A\u0441\u0442\u0430","customThemeLabel.backgroundColor":"\u0446\u0432\u0435\u0442 \u0444\u043E\u043D\u0430","customThemeLabel.zoom":"\u041C\u0430\u0441\u0448\u0442\u0430\u0431\u0438\u0440\u043E\u0432\u0430\u043D\u0438\u0435 \u0448\u0440\u0438\u0444\u0442\u0430 (%)","customThemeLabel.opacity":"\u041D\u0435\u043F\u0440\u043E\u0437\u0440\u0430\u0447\u043D\u043E\u0441\u0442\u044C \u0442\u0435\u043A\u0441\u0442\u0430 (%)",resetToDefaultColor:"\u0412\u043E\u0441\u0441\u0442\u0430\u043D\u043E\u0432\u043B\u0435\u043D\u0438\u0435 \u0446\u0432\u0435\u0442\u043E\u0432 \u043F\u043E \u0443\u043C\u043E\u043B\u0447\u0430\u043D\u0438\u044E",resetToDefaultSettings:"\u0412\u043E\u0441\u0441\u0442\u0430\u043D\u043E\u0432\u043B\u0435\u043D\u0438\u0435 \u043D\u0430\u0441\u0442\u0440\u043E\u0435\u043A \u043F\u043E \u0443\u043C\u043E\u043B\u0447\u0430\u043D\u0438\u044E",isTranslateTitle:"\u0412\u043A\u043B\u044E\u0447\u0438\u0442\u044C \u043F\u0435\u0440\u0435\u0432\u043E\u0434 \u0437\u0430\u0433\u043E\u043B\u043E\u0432\u043A\u043E\u0432 \u0441\u0442\u0440\u0430\u043D\u0438\u0446",isTranslateTitleDescription:"\u041F\u0440\u0438 \u043E\u0442\u043A\u0440\u044B\u0442\u0438\u0438 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u044B \u0435\u0435 \u0437\u0430\u0433\u043E\u043B\u043E\u0432\u043E\u043A \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0438\u0442\u0441\u044F",enableSearchEnhancement:"\u0412\u043A\u043B\u044E\u0447\u0435\u043D\u0438\u0435 \u0444\u0443\u043D\u043A\u0446\u0438\u0438 \u0440\u0430\u0441\u0448\u0438\u0440\u0435\u043D\u0438\u044F \u0434\u0432\u0443\u044F\u0437\u044B\u0447\u043D\u044B\u0445 \u0441\u043E\u043E\u0431\u0449\u0435\u043D\u0438\u0439",enableSearchEnhancementDescription:'\u041F\u043E\u0441\u043B\u0435 \u0432\u043A\u043B\u044E\u0447\u0435\u043D\u0438\u044F \u044D\u0442\u043E\u0439 \u0444\u0443\u043D\u043A\u0446\u0438\u0438 \u0440\u0435\u0437\u0443\u043B\u044C\u0442\u0430\u0442\u044B \u043F\u043E\u0438\u0441\u043A\u0430 "Google \u041D\u043E\u0432\u043E\u0441\u0442\u0438" \u0431\u0443\u0434\u0443\u0442 \u0430\u0432\u0442\u043E\u043C\u0430\u0442\u0438\u0447\u0435\u0441\u043A\u0438 \u043E\u0442\u043E\u0431\u0440\u0430\u0436\u0430\u0442\u044C\u0441\u044F \u0432 \u043F\u0440\u0430\u0432\u043E\u0439 \u043A\u043E\u043B\u043E\u043D\u043A\u0435 \u043F\u043E\u0434\u0434\u0435\u0440\u0436\u0438\u0432\u0430\u0435\u043C\u044B\u0445 \u0441\u0430\u0439\u0442\u043E\u0432 (Google \u041D\u043E\u0432\u043E\u0441\u0442\u0438, Google \u041F\u043E\u0438\u0441\u043A (\u043D\u0435\u043A\u043E\u0442\u043E\u0440\u044B\u0435 \u043A\u043B\u044E\u0447\u0435\u0432\u044B\u0435 \u0441\u043B\u043E\u0432\u0430), Snowball, Oriental Fortune, Futura, Tiger Community) \u0434\u043B\u044F \u0441\u043E\u043E\u0442\u0432\u0435\u0442\u0441\u0442\u0432\u0443\u044E\u0449\u0438\u0445 \u0430\u043D\u0433\u043B\u0438\u0439\u0441\u043A\u0438\u0445 \u043A\u043B\u044E\u0447\u0435\u0432\u044B\u0445 \u0441\u043B\u043E\u0432.',verifyService:"\u041D\u0430\u0436\u043C\u0438\u0442\u0435 \u0437\u0434\u0435\u0441\u044C, \u0447\u0442\u043E\u0431\u044B \u043F\u0440\u043E\u0442\u0435\u0441\u0442\u0438\u0440\u043E\u0432\u0430\u0442\u044C \u0443\u0441\u043B\u0443\u0433\u0443",verified:"\u041F\u0440\u043E\u0432\u0435\u0440\u043A\u0430 \u0443\u0441\u043F\u0435\u0448\u043D\u043E\u0441\u0442\u0438","field.langs":"\u041F\u043E\u0434\u0434\u0435\u0440\u0436\u0438\u0432\u0430\u0435\u043C\u044B\u0435 \u043A\u043E\u0434\u044B \u044F\u0437\u044B\u043A\u043E\u0432","field.model":"\u043C\u043E\u0434\u0435\u043B\u0438\u0440\u043E\u0432\u0430\u043D\u0438\u0435","field.translationEngine":"\u043C\u0435\u0445\u0430\u043D\u0438\u0437\u043C \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430","field.limitPerMinute":"\u041C\u0430\u043A\u0441\u0438\u043C\u0430\u043B\u044C\u043D\u043E\u0435 \u043A\u043E\u043B\u0438\u0447\u0435\u0441\u0442\u0432\u043E \u0437\u0430\u043F\u0440\u043E\u0441\u043E\u0432 \u0432 \u043C\u0438\u043D\u0443\u0442\u0443","field.limitPerSecond":"\u041C\u0430\u043A\u0441\u0438\u043C\u0430\u043B\u044C\u043D\u043E\u0435 \u043A\u043E\u043B\u0438\u0447\u0435\u0441\u0442\u0432\u043E \u0437\u0430\u043F\u0440\u043E\u0441\u043E\u0432 \u0432 \u0441\u0435\u043A\u0443\u043D\u0434\u0443","field.maxTextLengthPerRequest":"\u041C\u0430\u043A\u0441\u0438\u043C\u0430\u043B\u044C\u043D\u0430\u044F \u0434\u043B\u0438\u043D\u0430 \u0442\u0435\u043A\u0441\u0442\u0430 \u0432 \u043E\u0434\u043D\u043E\u043C \u0437\u0430\u043F\u0440\u043E\u0441\u0435","field.maxTextGroupLengthPerRequest":"\u041C\u0430\u043A\u0441\u0438\u043C\u0430\u043B\u044C\u043D\u043E\u0435 \u043A\u043E\u043B\u0438\u0447\u0435\u0441\u0442\u0432\u043E \u043F\u0430\u0440\u0430\u0433\u0440\u0430\u0444\u043E\u0432 \u0432 \u043E\u0434\u043D\u043E\u043C \u0437\u0430\u043F\u0440\u043E\u0441\u0435","field.apiUrl":"\u0410\u0434\u0440\u0435\u0441 \u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u0435\u043B\u044C\u0441\u043A\u043E\u0433\u043E \u0438\u043D\u0442\u0435\u0440\u0444\u0435\u0439\u0441\u0430 API","field.placeholderDelimiters":"\u0437\u0430\u0440\u0435\u0437\u0435\u0440\u0432\u0438\u0440\u043E\u0432\u0430\u043D\u043D\u043E\u0435 \u043C\u0435\u0441\u0442\u043E","description.custom":"\u0414\u043E\u0441\u0442\u0443\u043F \u043A \u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u0435\u043B\u044C\u0441\u043A\u043E\u043C\u0443 \u0438\u043D\u0442\u0435\u0440\u0444\u0435\u0439\u0441\u0443 \u0422\u0440\u0435\u0431\u0443\u0435\u0442\u0441\u044F \u0434\u043E\u043A\u0443\u043C\u0435\u043D\u0442\u0430\u0446\u0438\u044F","description.limitPerMinute":"\u0417\u0430\u043F\u0440\u043E\u0441\u044B, \u043F\u0440\u0435\u0432\u044B\u0448\u0430\u044E\u0449\u0438\u0435 \u044D\u0442\u043E\u0442 \u043B\u0438\u043C\u0438\u0442, \u043F\u043E\u043F\u0430\u0434\u0430\u044E\u0442 \u0432 \u043E\u0447\u0435\u0440\u0435\u0434\u044C \u0434\u043E \u043D\u0430\u0447\u0430\u043B\u0430 \u0441\u043B\u0435\u0434\u0443\u044E\u0449\u0435\u0439 \u043C\u0438\u043D\u0443\u0442\u044B. \u0412 \u0441\u0432\u044F\u0437\u0438 \u0441 \u0440\u0430\u0437\u043B\u0438\u0447\u043D\u044B\u043C\u0438 \u043E\u0433\u0440\u0430\u043D\u0438\u0447\u0435\u043D\u0438\u044F\u043C\u0438 \u0442\u0435\u043A\u0443\u0449\u0435\u0433\u043E \u0441\u0435\u0440\u0432\u0438\u0441\u0430 OpenAI, \u043F\u043E\u0441\u043B\u0435\u0434\u043D\u0438\u0435 \u043F\u0440\u0435\u0434\u043B\u0430\u0433\u0430\u0435\u043C\u044B\u0435 \u0437\u043D\u0430\u0447\u0435\u043D\u0438\u044F \u043C\u043E\u0436\u043D\u043E \u043F\u043E\u0441\u043C\u043E\u0442\u0440\u0435\u0442\u044C <1>\u0437\u0434\u0435\u0441\u044C","description.limitPerSecond":"\u0417\u0430\u043F\u0440\u043E\u0441\u044B, \u043F\u0440\u0435\u0432\u044B\u0448\u0430\u044E\u0449\u0438\u0435 \u044D\u0442\u043E\u0442 \u043B\u0438\u043C\u0438\u0442, \u043F\u043E\u043F\u0430\u0434\u0430\u044E\u0442 \u0432 \u043E\u0447\u0435\u0440\u0435\u0434\u044C \u0434\u043E \u043D\u0430\u0447\u0430\u043B\u0430 \u0441\u043B\u0435\u0434\u0443\u044E\u0449\u0435\u0439 \u0441\u0435\u043A\u0443\u043D\u0434\u044B. \u0412 \u0441\u0432\u044F\u0437\u0438 \u0441 \u0440\u0430\u0437\u043B\u0438\u0447\u043D\u044B\u043C\u0438 \u043E\u0433\u0440\u0430\u043D\u0438\u0447\u0435\u043D\u0438\u044F\u043C\u0438 \u0442\u0435\u043A\u0443\u0449\u0435\u0433\u043E \u0441\u0435\u0440\u0432\u0438\u0441\u0430 OpenAI, \u043F\u043E\u0441\u043B\u0435\u0434\u043D\u0438\u0435 \u043F\u0440\u0435\u0434\u043B\u0430\u0433\u0430\u0435\u043C\u044B\u0435 \u0437\u043D\u0430\u0447\u0435\u043D\u0438\u044F \u043C\u043E\u0436\u043D\u043E \u043F\u043E\u0441\u043C\u043E\u0442\u0440\u0435\u0442\u044C <1>\u0437\u0434\u0435\u0441\u044C","description.generalLimitPerSecond":"\u0417\u0430\u043F\u0440\u043E\u0441\u044B, \u043F\u0440\u0435\u0432\u044B\u0448\u0430\u044E\u0449\u0438\u0435 \u044D\u0442\u043E\u0442 \u043B\u0438\u043C\u0438\u0442, \u043F\u043E\u043F\u0430\u0434\u0430\u044E\u0442 \u0432 \u043E\u0447\u0435\u0440\u0435\u0434\u044C \u0434\u043E \u043D\u0430\u0447\u0430\u043B\u0430 \u0441\u043B\u0435\u0434\u0443\u044E\u0449\u0435\u0439 \u0441\u0435\u043A\u0443\u043D\u0434\u044B.","description.prompt":"\u041E\u0442\u043F\u0440\u0430\u0432\u0438\u0442\u044C \u0434\u0438\u0430\u043B\u043E\u0433 {service} \u043E\u0442 \u0438\u043C\u0435\u043D\u0438 \u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u0435\u043B\u044F, \u0433\u0434\u0435 {{text}} \u043E\u0431\u043E\u0437\u043D\u0430\u0447\u0430\u0435\u0442 \u0442\u0435\u043A\u0441\u0442 \u043F\u0430\u0440\u0430\u0433\u0440\u0430\u0444\u0430, {{from}} \u043E\u0431\u043E\u0437\u043D\u0430\u0447\u0430\u0435\u0442 \u044F\u0437\u044B\u043A \u043F\u0430\u0440\u0430\u0433\u0440\u0430\u0444\u0430, \u0430 {{to}} \u043E\u0431\u043E\u0437\u043D\u0430\u0447\u0430\u0435\u0442 \u0446\u0435\u043B\u0435\u0432\u043E\u0439 \u044F\u0437\u044B\u043A.","description.maxTextLengthPerRequest":"\u041C\u0430\u043A\u0441\u0438\u043C\u0430\u043B\u044C\u043D\u043E\u0435 \u043A\u043E\u043B\u0438\u0447\u0435\u0441\u0442\u0432\u043E \u0441\u0438\u043C\u0432\u043E\u043B\u043E\u0432 \u0432 \u043E\u0434\u043D\u043E\u043C \u0437\u0430\u043F\u0440\u043E\u0441\u0435 \u0441\u043B\u0438\u0448\u043A\u043E\u043C \u0432\u0435\u043B\u0438\u043A\u043E, \u0447\u0442\u043E \u043F\u0440\u0438\u0432\u043E\u0434\u0438\u0442 \u043A \u043C\u0435\u0434\u043B\u0435\u043D\u043D\u043E\u043C\u0443 \u043E\u0442\u043A\u043B\u0438\u043A\u0443 \u0438\u043D\u0442\u0435\u0440\u0444\u0435\u0439\u0441\u0430, \u043F\u043E\u044D\u0442\u043E\u043C\u0443 \u043F\u043E\u043F\u0440\u043E\u0431\u0443\u0439\u0442\u0435 \u043E\u0442\u0440\u0435\u0433\u0443\u043B\u0438\u0440\u043E\u0432\u0430\u0442\u044C \u044D\u0442\u043E\u0442 \u043F\u0430\u0440\u0430\u043C\u0435\u0442\u0440 \u0434\u043B\u044F \u043E\u043F\u0442\u0438\u043C\u0438\u0437\u0430\u0446\u0438\u0438 \u0441\u043A\u043E\u0440\u043E\u0441\u0442\u0438 \u0440\u0430\u0431\u043E\u0442\u044B","description.systemPrompt":"\u0414\u0438\u0430\u043B\u043E\u0433, \u043E\u0442\u043F\u0440\u0430\u0432\u043B\u0435\u043D\u043D\u044B\u0439 \u0441\u0438\u0441\u0442\u0435\u043C\u043E\u0439 \u0432 {service}, \u0433\u0434\u0435 {{text}} \u043E\u0431\u043E\u0437\u043D\u0430\u0447\u0430\u0435\u0442 \u0442\u0435\u043A\u0441\u0442 \u043F\u0430\u0440\u0430\u0433\u0440\u0430\u0444\u0430, {{from}} \u043E\u0431\u043E\u0437\u043D\u0430\u0447\u0430\u0435\u0442 \u044F\u0437\u044B\u043A \u043F\u0430\u0440\u0430\u0433\u0440\u0430\u0444\u0430, {{to}} \u043E\u0431\u043E\u0437\u043D\u0430\u0447\u0430\u0435\u0442 \u0446\u0435\u043B\u0435\u0432\u043E\u0439 \u044F\u0437\u044B\u043A.","field.domain":"\u0446\u0430\u0440\u0441\u0442\u0432\u043E","description.domain":"\u041F\u043E \u0443\u043C\u043E\u043B\u0447\u0430\u043D\u0438\u044E \u0443\u0441\u0442\u0430\u043D\u043E\u0432\u043B\u0435\u043D\u043E \u0437\u043D\u0430\u0447\u0435\u043D\u0438\u0435\uFF1Ageneral. \u041C\u043E\u0436\u0435\u0442 \u0431\u044B\u0442\u044C \u0443\u0441\u0442\u0430\u043D\u043E\u0432\u043B\u0435\u043D\u043E \u0442\u043E\u043B\u044C\u043A\u043E \u0432 \u0442\u043E\u043C \u0441\u043B\u0443\u0447\u0430\u0435, \u0435\u0441\u043B\u0438 \u0432 \u043A\u043E\u043D\u0441\u043E\u043B\u0438 Arima API \u0432\u043A\u043B\u044E\u0447\u0435\u043D \u0434\u043E\u043C\u0435\u043D\u043D\u044B\u0439 \u043F\u0435\u0440\u0435\u0432\u043E\u0434, \u043F\u043E\u0434\u0434\u0435\u0440\u0436\u0438\u0432\u0430\u0435\u043C\u044B\u0435 \u0434\u043E\u043C\u0435\u043D\u044B \u0441\u043C. <1>\u0437\u0434\u0435\u0441\u044C","field.scene":"\u0432\u0437\u044F\u0442\u044C","description.scene":"\u041F\u043E \u0443\u043C\u043E\u043B\u0447\u0430\u043D\u0438\u044E \u0443\u0441\u0442\u0430\u043D\u043E\u0432\u043B\u0435\u043D\u043E \u0437\u043D\u0430\u0447\u0435\u043D\u0438\u0435\uFF1Ageneral. \u041C\u043E\u0436\u0435\u0442 \u0431\u044B\u0442\u044C \u0443\u0441\u0442\u0430\u043D\u043E\u0432\u043B\u0435\u043D\u043E \u0442\u043E\u043B\u044C\u043A\u043E \u0432 \u0442\u043E\u043C \u0441\u043B\u0443\u0447\u0430\u0435, \u0435\u0441\u043B\u0438 \u0432 \u043A\u043E\u043D\u0441\u043E\u043B\u0438 AliCloud API \u043E\u0442\u043A\u0440\u044B\u0442 Machine Translation Pro, \u043E \u043F\u043E\u0434\u0434\u0435\u0440\u0436\u0438\u0432\u0430\u0435\u043C\u044B\u0445 \u0441\u0446\u0435\u043D\u0430\u0440\u0438\u044F\u0445 \u0441\u043C. <1>\u0437\u0434\u0435\u0441\u044C","field.vocabId":"\u0418\u0434\u0435\u043D\u0442\u0438\u0444\u0438\u043A\u0430\u0442\u043E\u0440 \u0441\u043B\u043E\u0432\u0430\u0440\u044F \u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u0435\u043B\u044F","description.vocabId":"\u0423\u043A\u0430\u0437\u0430\u043D\u043D\u044B\u0439 \u0441\u043B\u043E\u0432\u0430\u0440\u044C out_id, \u0432 \u043D\u0430\u0441\u0442\u043E\u044F\u0449\u0435\u0435 \u0432\u0440\u0435\u043C\u044F \u043F\u043E\u0434\u0434\u0435\u0440\u0436\u0438\u0432\u0430\u0435\u0442 \u043F\u0435\u0440\u0435\u0432\u043E\u0434 \u0441 \u0430\u043D\u0433\u043B\u0438\u0439\u0441\u043A\u043E\u0433\u043E \u043D\u0430 \u043A\u0438\u0442\u0430\u0439\u0441\u043A\u0438\u0439.","description.model":"\u041C\u043E\u0434\u0435\u043B\u0438 OpenAI, \u043C\u043E\u0433\u0443\u0442 \u0431\u044B\u0442\u044C gpt-3.5-turbo, gpt-4 \u0438 \u0442.\u0434.","description.maxTextGroupLengthPerRequest":"\u041A\u043E\u043B\u0438\u0447\u0435\u0441\u0442\u0432\u043E \u0430\u0431\u0437\u0430\u0446\u0435\u0432, \u043F\u0435\u0440\u0435\u0434\u0430\u0432\u0430\u0435\u043C\u044B\u0445 \u0441\u043B\u0443\u0436\u0431\u0435 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430 \u0437\u0430 \u043E\u0434\u0438\u043D \u0440\u0430\u0437, \u0435\u0441\u043B\u0438 \u0438\u0445 \u0441\u043B\u0438\u0448\u043A\u043E\u043C \u043C\u043D\u043E\u0433\u043E, \u044D\u0442\u043E \u043C\u043E\u0436\u0435\u0442 \u043F\u0440\u0438\u0432\u0435\u0441\u0442\u0438 \u043A \u0437\u0430\u043C\u0435\u0434\u043B\u0435\u043D\u0438\u044E \u0440\u0435\u0430\u043A\u0446\u0438\u0438 \u0438\u043D\u0442\u0435\u0440\u0444\u0435\u0439\u0441\u0430","description.apiUrl":"\u041F\u043E\u0436\u0430\u043B\u0443\u0439\u0441\u0442\u0430, \u0434\u043E\u0431\u0430\u0432\u044C\u0442\u0435 \u043A\u043E\u043D\u043A\u0440\u0435\u0442\u043D\u044B\u0435 URL \u0441 \u043F\u0443\u0442\u044F\u043C\u0438, <1>\u0431\u043E\u043B\u0435\u0435 \u043F\u043E\u0434\u0440\u043E\u0431\u043D\u043E\u0435 \u043E\u043F\u0438\u0441\u0430\u043D\u0438\u0435",enabledExtension:"\u0412\u043A\u043B\u044E\u0447\u0435\u043D\u0438\u0435 \u0440\u0430\u0441\u0448\u0438\u0440\u0435\u043D\u0438\u0439",clickToDisableExtension:"\u041D\u0430\u0436\u043C\u0438\u0442\u0435 \u0434\u043B\u044F \u043E\u0442\u043A\u043B\u044E\u0447\u0435\u043D\u0438\u044F \u0440\u0430\u0441\u0448\u0438\u0440\u0435\u043D\u0438\u0439",clickToEnableExtension:"\u041D\u0430\u0436\u043C\u0438\u0442\u0435 \u0434\u043B\u044F \u0432\u043A\u043B\u044E\u0447\u0435\u043D\u0438\u044F \u0440\u0430\u0441\u0448\u0438\u0440\u0435\u043D\u0438\u0439",hasBeenDisabled:"\u043E\u0442\u043A\u043B\u044E\u0447\u0435\u043D\u043E","show password":"\u041F\u043E\u043A\u0430\u0437\u0430\u0442\u044C \u043F\u0430\u0440\u043E\u043B\u044C",customContent:"\u0412\u0432\u0435\u0434\u0438\u0442\u0435 \u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u0435\u043B\u044C\u0441\u043A\u043E\u0435 \u0438\u043C\u044F \u043C\u043E\u0434\u0435\u043B\u0438",inputOptions:"\u0423\u0441\u043E\u0432\u0435\u0440\u0448\u0435\u043D\u0441\u0442\u0432\u043E\u0432\u0430\u043D\u0438\u0435 \u0431\u043B\u043E\u043A\u0430 \u0432\u0432\u043E\u0434\u0430",mouseHoverOptions:"\u043D\u0430\u0432\u0435\u0434\u0435\u043D\u0438\u0435 \u043C\u044B\u0448\u0438",modifyMouseHoverKey:"\u0418\u0437\u043C\u0435\u043D\u0435\u043D\u0438\u0435 \u044F\u0440\u043B\u044B\u043A\u0430 \u043D\u0430\u0432\u0435\u0434\u0435\u043D\u0438\u044F \u043C\u044B\u0448\u0438",enableInputTranslation:"\u0412\u043A\u043B\u044E\u0447\u0430\u0442\u044C \u043B\u0438 \u0440\u0430\u0441\u0448\u0438\u0440\u0435\u043D\u0438\u0435 \u043F\u043E\u043B\u044F \u0432\u0432\u043E\u0434\u0430",enableInputTranslationDescription:"\u041F\u043E\u0441\u043B\u0435 \u0432\u043A\u043B\u044E\u0447\u0435\u043D\u0438\u044F \u0432\u0432\u0435\u0434\u0438\u0442\u0435 {startingKey}{startingKey} hello \u043F\u0440\u044F\u043C\u043E \u0432 \u043F\u043E\u043B\u0435 \u0432\u0432\u043E\u0434\u0430, \u0437\u0430\u0442\u0435\u043C \u0431\u044B\u0441\u0442\u0440\u043E \u043D\u0430\u0431\u0435\u0440\u0438\u0442\u0435{inputTrailingTriggerKeyRepeatTimes}\u0440\u0430\u0437{trailingKey}, \u0447\u0442\u043E\u0431\u044B \u043F\u0435\u0440\u0435\u0432\u0435\u0441\u0442\u0438 \u043D\u0430 {inputTargetLanguage}.",enableInputTranslationDescriptionForNoneKey:"\u041F\u043E\u0441\u043B\u0435 \u0432\u043A\u043B\u044E\u0447\u0435\u043D\u0438\u044F \u044D\u0442\u043E\u0439 \u0444\u0443\u043D\u043A\u0446\u0438\u0438 \u0432\u0432\u0435\u0434\u0438\u0442\u0435\uFF1AHello World \u043D\u0435\u043F\u043E\u0441\u0440\u0435\u0434\u0441\u0442\u0432\u0435\u043D\u043D\u043E \u0432 \u043F\u043E\u043B\u0435 \u0432\u0432\u043E\u0434\u0430, \u0430 \u0437\u0430\u0442\u0435\u043C \u0431\u044B\u0441\u0442\u0440\u043E \u043D\u0430\u0436\u043C\u0438\u0442\u0435{inputTrailingTriggerKeyRepeatTimes}{trailingKey}\u0440\u0430\u0437 \u0434\u043B\u044F \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430 \u043D\u0430 \u0446\u0435\u043B\u0435\u0432\u043E\u0439 \u044F\u0437\u044B\u043A \u043F\u043E \u0443\u043C\u043E\u043B\u0447\u0430\u043D\u0438\u044E.",inputTargetLanguage:"\u0423\u0441\u0442\u0430\u043D\u043E\u0432\u043A\u0430 \u0446\u0435\u043B\u0435\u0432\u043E\u0433\u043E \u044F\u0437\u044B\u043A\u0430 \u043F\u043E \u0443\u043C\u043E\u043B\u0447\u0430\u043D\u0438\u044E \u0434\u043B\u044F \u043E\u043A\u043E\u043D \u0432\u0432\u043E\u0434\u0430",inputTargetLanguageDescription:"\u0426\u0435\u043B\u0435\u0432\u043E\u0439 \u044F\u0437\u044B\u043A \u043F\u043E \u0443\u043C\u043E\u043B\u0447\u0430\u043D\u0438\u044E \u0434\u043B\u044F \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430 \u043E\u043A\u043D\u0430 \u0432\u0432\u043E\u0434\u0430, \u0442.\u0435. {startingKey}{startingKey} \u043A\u0430\u043A \u044F\u0437\u044B\u043A \u043F\u043E \u0443\u043C\u043E\u043B\u0447\u0430\u043D\u0438\u044E \u0434\u043B\u044F \u0442\u0440\u0438\u0433\u0433\u0435\u0440\u043D\u044B\u0445 \u0441\u043B\u043E\u0432",inputTargetLanguageDescriptionForNoneKey:"\u0426\u0435\u043B\u0435\u0432\u043E\u0439 \u044F\u0437\u044B\u043A \u043F\u043E \u0443\u043C\u043E\u043B\u0447\u0430\u043D\u0438\u044E \u0434\u043B\u044F \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430 \u043F\u043E\u043B\u044F \u0432\u0432\u043E\u0434\u0430",inputStartingTriggerKeyTitle:"\u0423\u0441\u0442\u0430\u043D\u043E\u0432\u043A\u0430 \u0441\u0438\u043C\u0432\u043E\u043B\u0430 \u0440\u0430\u0437\u0434\u0435\u043B\u0435\u043D\u0438\u044F \u0434\u043B\u044F \u0447\u0430\u0441\u0442\u0438\u0447\u043D\u043E\u0433\u043E \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430 \u043F\u043E\u043B\u044F \u0432\u0432\u043E\u0434\u0430",inputStartingTriggerKeyDescription:"\u0415\u0441\u043B\u0438 \u043D\u0435\u0442 \u043D\u0435\u043E\u0431\u0445\u043E\u0434\u0438\u043C\u043E\u0441\u0442\u0438 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0438\u0442\u044C \u0432\u0441\u0435 \u043F\u043E\u043B\u0435 \u0432\u0432\u043E\u0434\u0430, \u0441\u043F\u043B\u0438\u0442\u0442\u0435\u0440 \u043F\u043E\u0437\u0432\u043E\u043B\u044F\u0435\u0442 \u043F\u0435\u0440\u0435\u0432\u0435\u0441\u0442\u0438 \u0442\u043E\u043B\u044C\u043A\u043E \u0447\u0430\u0441\u0442\u044C \u043E\u0442 {startingKey}{startingKey} \u0434\u043E \u043A\u043E\u043D\u0446\u0430 \u043F\u043E\u043B\u044F \u0432\u0432\u043E\u0434\u0430, \u0438\u043B\u0438 \u043C\u043E\u0436\u043D\u043E \u0443\u043A\u0430\u0437\u0430\u0442\u044C \u043A\u043E\u0434 \u044F\u0437\u044B\u043A\u0430, \u043D\u0430\u043F\u0440\u0438\u043C\u0435\u0440,\uFF1A{startingKey}ja \u043E\u0437\u043D\u0430\u0447\u0430\u0435\u0442 \u043F\u0435\u0440\u0435\u0432\u043E\u0434 \u0442\u043E\u043B\u044C\u043A\u043E \u0447\u0430\u0441\u0442\u0438 \u043E\u0442 {startingKey}ja \u0434\u043E \u043A\u043E\u043D\u0446\u0430 \u043F\u043E\u043B\u044F \u0432\u0432\u043E\u0434\u0430.",inputStartingTriggerKeyDescriptionForNoneKey:"\u0422\u0435\u043A\u0443\u0449\u0430\u044F \u043D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0430 \u043E\u0442\u0441\u0443\u0442\u0441\u0442\u0432\u0438\u044F \u043F\u0440\u0435\u0444\u0438\u043A\u0441\u0430 \u043D\u0435 \u043D\u0443\u0436\u043D\u0430, \u0438 \u0444\u0443\u043D\u043A\u0446\u0438\u044F \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430 \u043D\u0435\u043A\u043E\u0442\u043E\u0440\u044B\u0445 \u0442\u0435\u043A\u0441\u0442\u043E\u0432 \u0432 \u043E\u043A\u043D\u0435 \u0432\u0432\u043E\u0434\u0430 \u043F\u043E\u043A\u0430 \u043D\u0435 \u043C\u043E\u0436\u0435\u0442 \u0431\u044B\u0442\u044C \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u043D\u0430.",inputTrailingTriggerKeyTitle:"\u0412\u044B\u0431\u0435\u0440\u0438\u0442\u0435 \u0441\u0438\u043C\u0432\u043E\u043B \u043E\u043A\u043E\u043D\u0447\u0430\u043D\u0438\u044F \u0432\u0432\u043E\u0434\u0430",inputTrailingTriggerKeyDescription:"3 \u0431\u044B\u0441\u0442\u0440\u044B\u0445 \u0443\u0434\u0430\u0440\u0430{trailingKey} \u043D\u0430\u0447\u043D\u0435\u0442 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0438\u0442\u044C!",inputTrailingTriggerKeyTimeout:"\u0412\u0432\u0435\u0434\u0438\u0442\u0435 \u0432\u0440\u0435\u043C\u044F \u043C\u0435\u0436\u0434\u0443 \u0441\u0440\u0430\u0431\u0430\u0442\u044B\u0432\u0430\u043D\u0438\u044F\u043C\u0438 \u0432 \u043A\u043E\u043D\u0446\u0435 \u0431\u043E\u044F",inputTrailingTriggerKeyTimeoutDescription:"\u0423\u0441\u0442\u0430\u043D\u0430\u0432\u043B\u0438\u0432\u0430\u0435\u0442 \u0432\u0440\u0435\u043C\u044F (\u0432 \u043C\u0438\u043B\u043B\u0438\u0441\u0435\u043A\u0443\u043D\u0434\u0430\u0445) \u043C\u0435\u0436\u0434\u0443 \u0441\u0440\u0430\u0431\u0430\u0442\u044B\u0432\u0430\u043D\u0438\u044F\u043C\u0438 \u043A\u043E\u043C\u0431\u0438\u043D\u0438\u0440\u043E\u0432\u0430\u043D\u043D\u044B\u0445 \u0443\u0441\u0442\u0440\u043E\u0439\u0441\u0442\u0432 \u043E\u043A\u043E\u043D\u0447\u0430\u043D\u0438\u044F \u0432\u0432\u043E\u0434\u0430",spaceKey:"<\u7A7A\u683C\u952E>",noneKey:"\u041F\u0440\u044F\u043C\u043E\u0439 \u043F\u0435\u0440\u0435\u0432\u043E\u0434 \u0432\u0441\u0435\u0433\u043E \u0442\u0435\u043A\u0441\u0442\u043E\u0432\u043E\u0433\u043E \u043F\u043E\u043B\u044F \u0431\u0435\u0437 \u043F\u0440\u0435\u0444\u0438\u043A\u0441\u043E\u0432",inputTranslationBlockUrlsTitle:"\u041D\u0435 \u0432\u043A\u043B\u044E\u0447\u0430\u0439\u0442\u0435 \u0440\u0430\u0441\u0448\u0438\u0440\u0435\u043D\u0438\u0435 \u043F\u043E\u043B\u044F \u0432\u0432\u043E\u0434\u0430 \u0432 \u0441\u043B\u0435\u0434\u0443\u044E\u0449\u0438\u0445 URL-\u0430\u0434\u0440\u0435\u0441\u0430\u0445",inputTranslationBlockUrlsDescription:"\u0423\u0441\u043E\u0432\u0435\u0440\u0448\u0435\u043D\u0441\u0442\u0432\u043E\u0432\u0430\u043D\u0438\u044F \u043F\u043E\u043B\u044F \u0432\u0432\u043E\u0434\u0430 \u043D\u0435 \u0431\u0443\u0434\u0443\u0442 \u0440\u0430\u0431\u043E\u0442\u0430\u0442\u044C \u043D\u0430 \u0441\u043B\u0435\u0434\u0443\u044E\u0449\u0438\u0445 URL-\u0430\u0434\u0440\u0435\u0441\u0430\u0445",clickToSeeQuickDemo:"\u041D\u0430\u0436\u043C\u0438\u0442\u0435, \u0447\u0442\u043E\u0431\u044B \u0440\u0430\u0437\u0432\u0435\u0440\u043D\u0443\u0442\u044C 30-\u0441\u0435\u043A\u0443\u043D\u0434\u043D\u044B\u0439 \u043E\u0431\u0443\u0447\u0430\u044E\u0449\u0438\u0439 \u0432\u0438\u0434\u0435\u043E\u0440\u043E\u043B\u0438\u043A",inputHelperInfo:"\u041E\u043F\u0438\u0441\u0430\u043D\u0438\u0435\uFF1A\u041C\u044B \u043E\u043F\u0442\u0438\u043C\u0438\u0437\u0438\u0440\u043E\u0432\u0430\u043B\u0438 \u0440\u0430\u0431\u043E\u0442\u0443 \u0441 \u0442\u0435\u043C, \u0447\u0442\u043E \u043D\u0435\u043A\u043E\u0442\u043E\u0440\u044B\u0435 \u0442\u0440\u0438\u0433\u0433\u0435\u0440\u043D\u044B\u0435 \u0441\u0438\u043C\u0432\u043E\u043B\u044B \u043F\u0440\u0435\u0432\u0440\u0430\u0449\u0430\u044E\u0442\u0441\u044F \u0432 \u043A\u0438\u0442\u0430\u0439\u0441\u043A\u0438\u0435 \u0437\u043D\u0430\u043A\u0438 \u043F\u0440\u0435\u043F\u0438\u043D\u0430\u043D\u0438\u044F \u043F\u0440\u0438 \u043A\u0438\u0442\u0430\u0439\u0441\u043A\u0438\u0445 \u043C\u0435\u0442\u043E\u0434\u0430\u0445 \u0432\u0432\u043E\u0434\u0430, \u043D\u0430\u043F\u0440\u0438\u043C\u0435\u0440, / \u043F\u0440\u0435\u0432\u0440\u0430\u0449\u0430\u0435\u0442\u0441\u044F \u0432 \u0437\u043D\u0430\u043A dun , \u043F\u0440\u0438 \u043C\u0435\u0442\u043E\u0434\u0435 \u0432\u0432\u043E\u0434\u0430 Sogou, \u0438 Immersive Translator \u043F\u043E\u0434\u0434\u0435\u0440\u0436\u0438\u0432\u0430\u0435\u0442 \u0432\u0441\u0435 \u043A\u0438\u0442\u0430\u0439\u0441\u043A\u0438\u0435 \u0441\u0438\u043C\u0432\u043E\u043B\u044B, \u0441\u043E\u043E\u0442\u0432\u0435\u0442\u0441\u0442\u0432\u0443\u044E\u0449\u0438\u0435 \u0442\u0440\u0438\u0433\u0433\u0435\u0440\u043D\u044B\u043C \u0441\u0438\u043C\u0432\u043E\u043B\u0430\u043C, \u0442.\u0435. //,,, \u0431\u0443\u0434\u0443\u0442 \u0440\u0430\u0441\u043F\u043E\u0437\u043D\u0430\u0432\u0430\u0442\u044C\u0441\u044F \u043A\u0430\u043A \u0442\u0440\u0438\u0433\u0433\u0435\u0440\u043D\u044B\u0435 \u0441\u0438\u043C\u0432\u043E\u043B\u044B.

\u041C\u044B \u0442\u0430\u043A\u0436\u0435 \u043F\u043E\u0434\u0434\u0435\u0440\u0436\u0438\u0432\u0430\u0435\u043C \u043A\u0438\u0442\u0430\u0439\u0441\u043A\u0438\u0435 \u043F\u0441\u0435\u0432\u0434\u043E\u043D\u0438\u043C\u044B \u0434\u043B\u044F \u044F\u0437\u044B\u043A\u043E\u0432\u044B\u0445 \u043A\u043E\u0434\u043E\u0432 \u0432 \u043A\u0430\u0447\u0435\u0441\u0442\u0432\u0435 \u043A\u043E\u043C\u0430\u043D\u0434, \u043D\u0430\u043F\u0440\u0438\u043C\u0435\u0440, /Japanese Hello World \u0431\u0443\u0434\u0435\u0442 \u043F\u0435\u0440\u0435\u0432\u0435\u0434\u0435\u043D \u043D\u0430 \u044F\u043F\u043E\u043D\u0441\u043A\u0438\u0439 \u044F\u0437\u044B\u043A, <1>\u043D\u0430\u0436\u043C\u0438\u0442\u0435 \u0437\u0434\u0435\u0441\u044C, \u0447\u0442\u043E\u0431\u044B \u043F\u043E\u0441\u043C\u043E\u0442\u0440\u0435\u0442\u044C \u0432\u0441\u0435 \u043F\u043E\u0434\u0434\u0435\u0440\u0436\u0438\u0432\u0430\u0435\u043C\u044B\u0435 \u044F\u0437\u044B\u043A\u043E\u0432\u044B\u0435 \u043A\u043E\u0434\u044B.",reloadCurrentPage:"\u041F\u0435\u0440\u0435\u0434 \u043D\u0430\u0447\u0430\u043B\u043E\u043C \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430 \u043E\u0431\u043D\u043E\u0432\u0438\u0442\u0435 \u0442\u0435\u043A\u0443\u0449\u0443\u044E \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u0443.",noLocalFilePermissionForPDF:"\u0423 \u0432\u0430\u0441 \u043D\u0435\u0442 \u043F\u0440\u0430\u0432 \u043D\u0430 \u0447\u0442\u0435\u043D\u0438\u0435 \u043B\u043E\u043A\u0430\u043B\u044C\u043D\u044B\u0445 \u0444\u0430\u0439\u043B\u043E\u0432, \u043F\u043E\u0436\u0430\u043B\u0443\u0439\u0441\u0442\u0430, \u043D\u0430\u0436\u043C\u0438\u0442\u0435 \u043A\u043D\u043E\u043F\u043A\u0443 \u0432\u044B\u0448\u0435, \u0430 \u0437\u0430\u0442\u0435\u043C \u0438\u043C\u043F\u043E\u0440\u0442\u0438\u0440\u0443\u0439\u0442\u0435 \u043B\u043E\u043A\u0430\u043B\u044C\u043D\u044B\u0435 \u0444\u0430\u0439\u043B\u044B.",noPermissionForThisPage:"\u26A0\uFE0F \u041D\u0435\u0442 \u0440\u0430\u0437\u0440\u0435\u0448\u0435\u043D\u0438\u044F \u043D\u0430 \u043F\u0435\u0440\u0435\u0432\u043E\u0434 \u0442\u0435\u043A\u0443\u0449\u0435\u0439 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u044B",retryAllParagraphs:"\u041F\u043E\u0432\u0442\u043E\u0440\u043D\u043E\u0435 \u0432\u044B\u043F\u043E\u043B\u043D\u0435\u043D\u0438\u0435 \u0432\u0441\u0435\u0445 \u043E\u0448\u0438\u0431\u043E\u0447\u043D\u044B\u0445 \u043F\u0435\u0440\u0435\u0445\u043E\u0434\u043E\u0432",retryAllButton:"\u041F\u043E\u0432\u0442\u043E\u0440\u043D\u043E\u0435 \u0432\u044B\u043F\u043E\u043B\u043D\u0435\u043D\u0438\u0435 \u0432\u0441\u0435\u0445 \u043E\u0448\u0438\u0431\u043E\u0447\u043D\u044B\u0445 \u043F\u0435\u0440\u0435\u0445\u043E\u0434\u043E\u0432",errorTooltipTitle:"\u0429\u0435\u043B\u043A\u043D\u0438\u0442\u0435, \u0447\u0442\u043E\u0431\u044B \u0443\u0432\u0438\u0434\u0435\u0442\u044C \u043F\u0440\u0438\u0447\u0438\u043D\u0443 \u043E\u0448\u0438\u0431\u043A\u0438",errorModalTitle:"\u041F\u043E\u0445\u043E\u0436\u0435, \u0447\u0442\u043E-\u0442\u043E \u043D\u0435 \u0442\u0430\u043A \u0441\u043E \u0441\u043B\u0443\u0436\u0431\u043E\u0439 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430 \u0438\u043B\u0438 \u0441\u0435\u0442\u044C\u044E...",disableConfirm:"\u0414\u0432\u0443\u044F\u0437\u044B\u0447\u043D\u0430\u044F \u0443\u0441\u0442\u0430\u043D\u043E\u0432\u043A\u0430 \u0434\u043B\u044F \u0440\u0430\u0441\u0448\u0438\u0440\u0435\u043D\u0438\u044F \u0438\u043D\u0444\u043E\u0440\u043C\u0430\u0446\u0438\u0438",disableOnce:"\u042D\u0442\u0430 \u0438\u043D\u0432\u0430\u043B\u0438\u0434\u043D\u043E\u0441\u0442\u044C",disableGlobal:"\u043E\u0442\u043A\u043B\u044E\u0447\u0438\u0442\u044C \u043D\u0430\u0432\u0441\u0435\u0433\u0434\u0430",disableTint:"* \u0412\u044B \u043C\u043E\u0436\u0435\u0442\u0435 \u043F\u043E\u0432\u0442\u043E\u0440\u043D\u043E \u0432\u043A\u043B\u044E\u0447\u0438\u0442\u044C \u0435\u0433\u043E \u043D\u0430 \u0441\u0430\u0439\u0442\u0435 {option} .",searchEnhancementNotes:"\u041C\u044B \u043E\u0431\u043D\u0430\u0440\u0443\u0436\u0438\u043B\u0438, \u0447\u0442\u043E \u0440\u0435\u0437\u0443\u043B\u044C\u0442\u0430\u0442\u044B \u043F\u043E\u0438\u0441\u043A\u0430 \u043D\u043E\u0432\u043E\u0441\u0442\u0435\u0439 \u043F\u043E \u043A\u043B\u044E\u0447\u0435\u0432\u044B\u043C \u0441\u043B\u043E\u0432\u0430\u043C \u043D\u0430 \u043A\u0438\u0442\u0430\u0439\u0441\u043A\u043E\u043C \u0438 \u0430\u043D\u0433\u043B\u0438\u0439\u0441\u043A\u043E\u043C \u044F\u0437\u044B\u043A\u0430\u0445 \u0441\u0438\u043B\u044C\u043D\u043E \u043E\u0442\u043B\u0438\u0447\u0430\u044E\u0442\u0441\u044F. \u041F\u043E\u0441\u043B\u0435 \u0432\u043A\u043B\u044E\u0447\u0435\u043D\u0438\u044F \u0444\u0443\u043D\u043A\u0446\u0438\u0438 Immersive Translation Bilingual Information Enhancement \u043C\u044B \u0431\u0443\u0434\u0435\u043C \u0430\u0432\u0442\u043E\u043C\u0430\u0442\u0438\u0447\u0435\u0441\u043A\u0438 \u0438\u0441\u043A\u0430\u0442\u044C \u0434\u043B\u044F \u0432\u0430\u0441 \u0442\u0435 \u0436\u0435 \u0441\u0430\u043C\u044B\u0435 \u043A\u043B\u044E\u0447\u0435\u0432\u044B\u0435 \u0441\u043B\u043E\u0432\u0430 \u043D\u0430 \u0430\u043D\u0433\u043B\u0438\u0439\u0441\u043A\u043E\u043C \u044F\u0437\u044B\u043A\u0435 \u043D\u0430 \u043F\u043E\u0434\u0434\u0435\u0440\u0436\u0438\u0432\u0430\u0435\u043C\u044B\u0445 \u0441\u0430\u0439\u0442\u0430\u0445 (Google News, Google Search (\u043D\u0435\u043A\u043E\u0442\u043E\u0440\u044B\u0435 \u043A\u043B\u044E\u0447\u0435\u0432\u044B\u0435 \u0441\u043B\u043E\u0432\u0430), Snowball, Oriental Wealth, Futura, Tiger) \u0438 \u043E\u0442\u043E\u0431\u0440\u0430\u0436\u0430\u0442\u044C \u0438\u0445 \u0432 \u043F\u0440\u0430\u0432\u043E\u0439 \u0447\u0430\u0441\u0442\u0438. \u0412\u044B \u043C\u043E\u0436\u0435\u0442\u0435 \u043E\u0442\u043A\u043B\u044E\u0447\u0438\u0442\u044C \u044D\u0442\u0443 \u0444\u0443\u043D\u043A\u0446\u0438\u044E, \u0435\u0441\u043B\u0438 \u043E\u043D\u0430 \u0432\u0430\u043C \u043D\u0435 \u043D\u0443\u0436\u043D\u0430.",option:"\u043D\u0430\u0441\u0442\u0440\u0430\u0438\u0432\u0430\u0442\u044C",saveSettings:"\u0421\u043E\u0445\u0440\u0430\u043D\u0438\u0442\u044C \u043D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0438",closeModal:"\u0417\u0430\u043A\u0440\u044B\u0442\u044C \u043E\u043A\u043D\u043E",enableInputTranslationWithoutTriggerKeyTitle:"\u0412\u043A\u043B\u044E\u0447\u0438\u0442\u0435 3 \u0431\u044B\u0441\u0442\u0440\u044B\u0445 \u043D\u0430\u0436\u0430\u0442\u0438\u044F \u043D\u0430{trailingKey}, \u0447\u0442\u043E\u0431\u044B \u043D\u0430\u043F\u0440\u044F\u043C\u0443\u044E \u043F\u0435\u0440\u0435\u0432\u0435\u0441\u0442\u0438 \u0432\u0441\u0435 \u043F\u043E\u043B\u0435 \u0432\u0432\u043E\u0434\u0430 \u043D\u0430{inputTargetLanguage}.",enableInputTranslationWithoutTriggerKeyDescription:"\u0427\u0442\u043E\u0431\u044B \u0443\u043A\u0430\u0437\u0430\u0442\u044C \u0446\u0435\u043B\u0435\u0432\u043E\u0439 \u044F\u0437\u044B\u043A, \u0434\u043E\u0431\u0430\u0432\u044C\u0442\u0435 \u043A \u043D\u0435\u043C\u0443 \u043A\u043E\u0434 \u044F\u0437\u044B\u043A\u0430, \u043D\u0430\u043F\u0440\u0438\u043C\u0435\u0440,\uFF1Aja Hello World",mouseHoverShortcutPlaceholder:"\u043D\u0430\u043F\u0440\u0438\u043C\u0435\u0440,\uFF1AShift",deepLProName:"Immersive Translation Pro Member (Recommended)",deepLProDescription:"\u0422\u0435\u043A\u0443\u0449\u0438\u0439 \u043F\u0430\u043A\u0435\u0442 \u043C\u043E\u0436\u0435\u0442 \u0431\u044B\u0442\u044C \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u043D \u043D\u0430\u043F\u0440\u044F\u043C\u0443\u044E",deeplProDescriptionForNormal:"\u041D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0430 \u043D\u0435 \u0442\u0440\u0435\u0431\u0443\u0435\u0442\u0441\u044F, \u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u0435\u043B\u0438 \u043C\u043E\u0433\u0443\u0442 \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u044C \u0435\u0433\u043E \u043F\u043E\u0441\u043B\u0435 \u0432\u0445\u043E\u0434\u0430 \u0432 \u0441\u0438\u0441\u0442\u0435\u043C\u0443, <1>\u043D\u0430\u0436\u043C\u0438\u0442\u0435 \u0437\u0434\u0435\u0441\u044C, \u0447\u0442\u043E\u0431\u044B \u043F\u0435\u0440\u0435\u0439\u0442\u0438 \u0432 \u043A\u0430\u0442\u0435\u0433\u043E\u0440\u0438\u044E \u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u0435\u043B\u0435\u0439",deepLCustomDescription:"\u0422\u0440\u0435\u0431\u0443\u0435\u0442\u0441\u044F \u0438\u043D\u043E\u0441\u0442\u0440\u0430\u043D\u043D\u0430\u044F \u043A\u0440\u0435\u0434\u0438\u0442\u043D\u0430\u044F \u043A\u0430\u0440\u0442\u0430, \u043E\u0444\u0438\u0446\u0438\u0430\u043B\u044C\u043D\u043E \u043E\u0442\u043A\u0440\u044B\u0442\u0430 \u043D\u0430 \u0441\u0430\u0439\u0442\u0435 <1>DeepL, \u043D\u0430\u0436\u043C\u0438\u0442\u0435 \u0434\u043B\u044F \u043F\u043E\u043B\u0443\u0447\u0435\u043D\u0438\u044F <2>\u0434\u043E\u043A\u0443\u043C\u0435\u043D\u0442\u0430\u0446\u0438\u0438",deepLCustomName:"\u041F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u0435\u043B\u044C\u0441\u043A\u0438\u0439 \u043A\u043B\u044E\u0447 \u0430\u0432\u0442\u043E\u0440\u0438\u0437\u0430\u0446\u0438\u0438",chooseProviderLabel:"\u0412\u044B\u0431\u043E\u0440 \u043F\u043E\u0441\u0442\u0430\u0432\u0449\u0438\u043A\u0430 \u0443\u0441\u043B\u0443\u0433",openaiProName:"Immersive Translation Pro Member (Recommended)",openaiProDescription:"\u0422\u0435\u043A\u0443\u0449\u0438\u0439 \u043F\u0430\u043A\u0435\u0442 \u043C\u043E\u0436\u0435\u0442 \u0431\u044B\u0442\u044C \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u043D \u043D\u0430\u043F\u0440\u044F\u043C\u0443\u044E",openaiProDescriptionForNormal:"\u041D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0430 \u043D\u0435 \u0442\u0440\u0435\u0431\u0443\u0435\u0442\u0441\u044F, \u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u0435\u043B\u0438 \u043C\u043E\u0433\u0443\u0442 \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u044C \u0435\u0433\u043E \u043F\u043E\u0441\u043B\u0435 \u0432\u0445\u043E\u0434\u0430 \u0432 \u0441\u0438\u0441\u0442\u0435\u043C\u0443, <1>\u043D\u0430\u0436\u043C\u0438\u0442\u0435 \u0437\u0434\u0435\u0441\u044C, \u0447\u0442\u043E\u0431\u044B \u043F\u0435\u0440\u0435\u0439\u0442\u0438 \u0432 \u043A\u0430\u0442\u0435\u0433\u043E\u0440\u0438\u044E \u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u0435\u043B\u0435\u0439",openaiCustomDescription:"\u0414\u043E\u0441\u0442\u0443\u043F\u043D\u044B OpenAI, Azure OpenAI \u0438\u043B\u0438 \u0434\u0440\u0443\u0433\u0438\u0435 \u0441\u0442\u043E\u0440\u043E\u043D\u043D\u0438\u0435 \u0441\u0435\u0440\u0432\u0438\u0441\u044B, <1>\u0434\u043E\u043A\u0443\u043C\u0435\u043D\u0442\u0430\u0446\u0438\u044E \u043C\u043E\u0436\u043D\u043E \u043D\u0430\u0439\u0442\u0438 \u0437\u0434\u0435\u0441\u044C",openaiCustomName:"\u041F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u0435\u043B\u044C\u0441\u043A\u0438\u0439 \u043A\u043B\u044E\u0447 API",needLoginAction:"(\u041E\u0442\u043A\u0440\u044B\u0442\u043E\u0435 \u0447\u043B\u0435\u043D\u0441\u0442\u0432\u043E \u0438\u043B\u0438 \u043D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0430)",goLoginOrAction:"(\u041E\u0442\u043A\u0440\u043E\u0439\u0442\u0435 \u0447\u043B\u0435\u043D\u0441\u0442\u0432\u043E \u0438\u043B\u0438 \u043F\u0435\u0440\u0435\u0439\u0434\u0438\u0442\u0435 \u043A \u043D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0430\u043C)",yearly:"\u043E\u0441\u0443\u0449\u0435\u0441\u0442\u0432\u043B\u044F\u0442\u044C \u043F\u043E\u0441\u043B\u0435\u0434\u043E\u0432\u0430\u0442\u0435\u043B\u044C\u043D\u044B\u0439 \u0435\u0436\u0435\u0433\u043E\u0434\u043D\u044B\u0439 \u043F\u043B\u0430\u0442\u0435\u0436",quarterly:"\u043F\u043E\u0441\u043B\u0435\u0434\u043E\u0432\u0430\u0442\u0435\u043B\u044C\u043D\u0430\u044F \u0443\u043F\u0430\u043A\u043E\u0432\u043A\u0430",monthly:"\u0435\u0436\u0435\u043C\u0435\u0441\u044F\u0447\u043D\u0430\u044F \u043F\u043E\u0434\u043F\u0438\u0441\u043A\u0430",yearlyForOnce:"\u0415\u0434\u0438\u043D\u043E\u0432\u0440\u0435\u043C\u0435\u043D\u043D\u044B\u0439 \u0433\u043E\u0434\u043E\u0432\u043E\u0439 \u043F\u0430\u043A\u0435\u0442",monthlyForOnce:"\u0415\u0434\u0438\u043D\u043E\u0432\u0440\u0435\u043C\u0435\u043D\u043D\u044B\u0439 \u043C\u0435\u0441\u044F\u0447\u043D\u044B\u0439 \u043F\u0430\u043A\u0435\u0442",daily:"\u043F\u043E\u0441\u043B\u0435\u0434\u043E\u0432\u0430\u0442\u0435\u043B\u044C\u043D\u044B\u0445 \u043F\u0430\u043A\u0435\u0442\u043D\u044B\u0445 \u0434\u043D\u0435\u0439",year:"\u043E\u0441\u0443\u0449\u0435\u0441\u0442\u0432\u043B\u044F\u0442\u044C \u043F\u043E\u0441\u043B\u0435\u0434\u043E\u0432\u0430\u0442\u0435\u043B\u044C\u043D\u044B\u0439 \u0435\u0436\u0435\u0433\u043E\u0434\u043D\u044B\u0439 \u043F\u043B\u0430\u0442\u0435\u0436",quarter:"\u043F\u043E\u0441\u043B\u0435\u0434\u043E\u0432\u0430\u0442\u0435\u043B\u044C\u043D\u0430\u044F \u0443\u043F\u0430\u043A\u043E\u0432\u043A\u0430",month:"\u0435\u0436\u0435\u043C\u0435\u0441\u044F\u0447\u043D\u0430\u044F \u043F\u043E\u0434\u043F\u0438\u0441\u043A\u0430",day:"\u043F\u043E\u0441\u043B\u0435\u0434\u043E\u0432\u0430\u0442\u0435\u043B\u044C\u043D\u044B\u0445 \u043F\u0430\u043A\u0435\u0442\u043D\u044B\u0445 \u0434\u043D\u0435\u0439",onetime_7day:"7-\u0434\u043D\u0435\u0432\u043D\u044B\u0439 \u043F\u0430\u043A\u0435\u0442 \u0432\u043F\u0435\u0447\u0430\u0442\u043B\u0435\u043D\u0438\u0439",currentPlanDescriptionForFree:"\u0422\u0435\u043A\u0443\u0449\u0438\u0435 \u043F\u0430\u043A\u0435\u0442\u044B\uFF1A\u0411\u0435\u0441\u043F\u043B\u0430\u0442\u043D\u043E",currentPlanDescriptionForContinuous:"\u0414\u0435\u0439\u0441\u0442\u0432\u0443\u044E\u0449\u0438\u0439 \u043F\u0430\u043A\u0435\u0442\uFF1A{plan}\u0431\u0443\u0434\u0435\u0442 \u0430\u0432\u0442\u043E\u043C\u0430\u0442\u0438\u0447\u0435\u0441\u043A\u0438 \u043F\u0440\u043E\u0434\u043B\u0435\u043D \u043D\u0430 {endAt}",currentPlanDescriptionForAutoRenewCaceling:"\u0421\u0440\u043E\u043A \u0434\u0435\u0439\u0441\u0442\u0432\u0438\u044F \u0442\u0435\u043A\u0443\u0449\u0435\u0433\u043E \u043F\u0430\u043A\u0435\u0442\u0430\uFF1A{plan}\u0438\u0441\u0442\u0435\u043A\u0430\u0435\u0442 \u043D\u0430 \u0441\u0430\u0439\u0442\u0435 {endAt} \u0438 \u043D\u0435 \u0431\u0443\u0434\u0435\u0442 \u0430\u0432\u0442\u043E\u043C\u0430\u0442\u0438\u0447\u0435\u0441\u043A\u0438 \u043F\u0440\u043E\u0434\u043B\u0435\u0432\u0430\u0442\u044C\u0441\u044F \u043F\u043E \u0435\u0433\u043E \u0438\u0441\u0442\u0435\u0447\u0435\u043D\u0438\u0438.",currentYearlyPlanDescriptionForAutoRenewCacelingWithRealPaiedUser:"\u0421\u0440\u043E\u043A \u0434\u0435\u0439\u0441\u0442\u0432\u0438\u044F \u0442\u0435\u043A\u0443\u0449\u0435\u0433\u043E \u043F\u0430\u043A\u0435\u0442\u0430\uFF1A{plan}\u0438\u0441\u0442\u0435\u043A\u0430\u0435\u0442 \u043D\u0430 \u0441\u0430\u0439\u0442\u0435 {endAt} \u0438 \u043D\u0435 \u0431\u0443\u0434\u0435\u0442 \u0430\u0432\u0442\u043E\u043C\u0430\u0442\u0438\u0447\u0435\u0441\u043A\u0438 \u043F\u0440\u043E\u0434\u043B\u0435\u0432\u0430\u0442\u044C\u0441\u044F \u043F\u043E \u0435\u0433\u043E \u0438\u0441\u0442\u0435\u0447\u0435\u043D\u0438\u0438.
<1>\u041D\u0430\u0436\u043C\u0438\u0442\u0435 \u0437\u0434\u0435\u0441\u044C, \u0447\u0442\u043E\u0431\u044B \u0443\u043F\u0440\u0430\u0432\u043B\u044F\u0442\u044C \u043F\u043B\u0430\u043D\u043E\u043C \u043F\u0440\u043E\u0434\u043B\u0435\u043D\u0438\u044F",currentYearlyPlanDescriptionForAutoRenewCacelingWithAdmin:"\u0421\u0440\u043E\u043A \u0434\u0435\u0439\u0441\u0442\u0432\u0438\u044F \u0442\u0435\u043A\u0443\u0449\u0435\u0433\u043E \u043F\u0430\u043A\u0435\u0442\u0430\uFF1A{plan}\u0438\u0441\u0442\u0435\u043A\u0430\u0435\u0442 \u043D\u0430 \u0441\u0430\u0439\u0442\u0435 {endAt} \u0438 \u043D\u0435 \u0431\u0443\u0434\u0435\u0442 \u0430\u0432\u0442\u043E\u043C\u0430\u0442\u0438\u0447\u0435\u0441\u043A\u0438 \u043F\u0440\u043E\u0434\u043B\u0435\u0432\u0430\u0442\u044C\u0441\u044F \u043F\u043E \u0435\u0433\u043E \u0438\u0441\u0442\u0435\u0447\u0435\u043D\u0438\u0438.
<1>\u041D\u0430\u0436\u043C\u0438\u0442\u0435 \u0437\u0434\u0435\u0441\u044C, \u0447\u0442\u043E\u0431\u044B \u0430\u043A\u0442\u0438\u0432\u0438\u0440\u043E\u0432\u0430\u0442\u044C \u043D\u0435\u043F\u0440\u0435\u0440\u044B\u0432\u043D\u0443\u044E \u0433\u043E\u0434\u043E\u0432\u0443\u044E \u043F\u043E\u0434\u043F\u0438\u0441\u043A\u0443",currentPlanDescriptionForOneTime:"\u0421\u0440\u043E\u043A \u0434\u0435\u0439\u0441\u0442\u0432\u0438\u044F \u0442\u0435\u043A\u0443\u0449\u0435\u0439 \u043F\u043E\u0434\u043F\u0438\u0441\u043A\u0438\uFF1A{plan}\u0438\u0441\u0442\u0435\u043A\u0430\u0435\u0442 \u043D\u0430 \u0441\u0430\u0439\u0442\u0435 {endAt} , <1>\u043D\u0430\u0436\u043C\u0438\u0442\u0435 \u0437\u0434\u0435\u0441\u044C, \u0447\u0442\u043E\u0431\u044B \u043F\u0435\u0440\u0435\u0439\u0442\u0438 \u043D\u0430 \u0433\u043E\u0434\u043E\u0432\u043E\u0435 \u0438\u043B\u0438 <2>\u0435\u0436\u0435\u043C\u0435\u0441\u044F\u0447\u043D\u043E\u0435 \u0447\u043B\u0435\u043D\u0441\u0442\u0432\u043E.",upgradePlan:"\u041D\u0430\u0436\u043C\u0438\u0442\u0435 \u0437\u0434\u0435\u0441\u044C, \u0447\u0442\u043E\u0431\u044B \u043F\u0435\u0440\u0435\u0439\u0442\u0438 \u043D\u0430 \u0447\u043B\u0435\u043D\u0441\u0442\u0432\u043E Pro",upgradeToPro:"\u041F\u0435\u0440\u0435\u0439\u0442\u0438 \u043D\u0430 \u0447\u043B\u0435\u043D\u0441\u0442\u0432\u043E Pro","popup.openPro":"\u0427\u0442\u043E\u0431\u044B \u043F\u043E\u043B\u0443\u0447\u0438\u0442\u044C \u0432\u043E\u0437\u043C\u043E\u0436\u043D\u043E\u0441\u0442\u044C \u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u044C\u0441\u044F DeepL \u0438 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u043E\u043C OpenAI, \u043F\u0435\u0440\u0435\u0439\u0434\u0438\u0442\u0435 \u043F\u043E \u0441\u0441\u044B\u043B\u043A\u0435.","popup.openProForPro":"\u0412\u044B \u044F\u0432\u043B\u044F\u0435\u0442\u0435\u0441\u044C \u0443\u0447\u0430\u0441\u0442\u043D\u0438\u043A\u043E\u043C \u043F\u0440\u043E\u0433\u0440\u0430\u043C\u043C\u044B Pro \u0441 \u043F\u0440\u044F\u043C\u044B\u043C \u0434\u043E\u0441\u0442\u0443\u043F\u043E\u043C \u043A DeepL \u0438 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430\u043C OpenAI!",currentAccount:"\u0442\u0435\u043A\u0443\u0449\u0438\u0439 \u0441\u0447\u0451\u0442",enableAutoSyncUserSettings:"\u041E\u0431\u0435\u0441\u043F\u0435\u0447\u0435\u043D\u0438\u0435 \u0430\u0432\u0442\u043E\u043C\u0430\u0442\u0438\u0447\u0435\u0441\u043A\u043E\u0439 \u043E\u0431\u043B\u0430\u0447\u043D\u043E\u0439 \u0441\u0438\u043D\u0445\u0440\u043E\u043D\u0438\u0437\u0430\u0446\u0438\u0438 \u043D\u0430 \u043D\u0435\u0441\u043A\u043E\u043B\u044C\u043A\u0438\u0445 \u0443\u0441\u0442\u0440\u043E\u0439\u0441\u0442\u0432\u0430\u0445",modalEnableInputTranslationTitle:"\u0411\u043B\u043E\u043A \u0432\u0432\u043E\u0434\u0430 \u0438\u043C\u043C\u0435\u0440\u0441\u0438\u0432\u043D\u043E\u0433\u043E \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430 \u041F\u0435\u0440\u0435\u0432\u043E\u0434\u0447\u0435\u0441\u043A\u0438\u0435 \u043E\u043F\u043E\u0432\u0435\u0449\u0435\u043D\u0438\u044F",modalEnableInputTranslationDesc:"\u0412\u044B \u0442\u043E\u043B\u044C\u043A\u043E \u0447\u0442\u043E \u0437\u0430\u043F\u0443\u0441\u0442\u0438\u043B\u0438 \u0444\u0443\u043D\u043A\u0446\u0438\u044E \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430 \u043F\u043E\u043B\u044F \u0432\u0432\u043E\u0434\u0430 Immersive Translation, \u043D\u0430\u0436\u0430\u0432 3 \u0440\u0430\u0437\u0430 \u043F\u043E\u0434\u0440\u044F\u0434 \u043A\u043B\u0430\u0432\u0438\u0448\u0443 \u043F\u0440\u043E\u0431\u0435\u043B\u0430, \u0438 \u0441\u043E\u0434\u0435\u0440\u0436\u0438\u043C\u043E\u0435 \u043F\u043E\u043B\u044F \u0432\u0432\u043E\u0434\u0430 \u0431\u0443\u0434\u0435\u0442 \u043F\u0435\u0440\u0435\u0432\u0435\u0434\u0435\u043D\u043E \u043D\u0430 \u0446\u0435\u043B\u0435\u0432\u043E\u0439 \u044F\u0437\u044B\u043A \u043F\u043E \u0443\u043C\u043E\u043B\u0447\u0430\u043D\u0438\u044E. \u041F\u0435\u0440\u0435\u0432\u043E\u0434 \u043C\u043E\u0436\u043D\u043E \u043E\u0442\u043C\u0435\u043D\u0438\u0442\u044C \u0441 \u043F\u043E\u043C\u043E\u0449\u044C\u044E \u043A\u043B\u0430\u0432\u0438\u0448 Ctrl+Z.

\u0415\u0441\u043B\u0438 \u044D\u0442\u043E \u0431\u044B\u043B\u0430 \u043E\u0448\u0438\u0431\u043A\u0430, \u043D\u0435 \u0432\u043E\u043B\u043D\u0443\u0439\u0442\u0435\u0441\u044C, \u0432\u044B \u043C\u043E\u0436\u0435\u0442\u0435 \u043E\u0442\u043A\u043B\u044E\u0447\u0438\u0442\u044C \u0435\u0435 \u043D\u0430 \u044D\u0442\u043E\u0442 \u0440\u0430\u0437 \u0438\u043B\u0438 \u043D\u0430\u0432\u0441\u0435\u0433\u0434\u0430 \u043E\u0442\u043A\u043B\u044E\u0447\u0438\u0442\u044C \u043F\u0435\u0440\u0435\u0432\u043E\u0434 \u043F\u043E\u043B\u044F \u0432\u0432\u043E\u0434\u0430.",saveAndNotShowAgain:"\u0421\u043E\u0445\u0440\u0430\u043D\u0438\u0442\u044C \u0438 \u043E\u0441\u0442\u0430\u043D\u043E\u0432\u0438\u0442\u044C \u0437\u0430\u043F\u0440\u043E\u0441",disableInputTranslationTips:"* \u0412\u044B \u0442\u0430\u043A\u0436\u0435 \u043C\u043E\u0436\u0435\u0442\u0435 \u0443\u0441\u0442\u0430\u043D\u043E\u0432\u0438\u0442\u044C \u0434\u0440\u0443\u0433\u0438\u0435 \u0441\u043E\u0447\u0435\u0442\u0430\u043D\u0438\u044F \u043A\u043B\u0430\u0432\u0438\u0448 \u0434\u043B\u044F \u0441\u0440\u0430\u0431\u0430\u0442\u044B\u0432\u0430\u043D\u0438\u044F \u0432 {option} ,{learnMore}.",learnMore:"\u041D\u0430\u0436\u043C\u0438\u0442\u0435 \u0437\u0434\u0435\u0441\u044C, \u0447\u0442\u043E\u0431\u044B \u0443\u0437\u043D\u0430\u0442\u044C \u0431\u043E\u043B\u044C\u0448\u0435",continueEnalbeInputTranslation:"\u041F\u0440\u043E\u0434\u043E\u043B\u0436\u0435\u043D\u0438\u0435 \u0432\u043A\u043B\u044E\u0447\u0435\u043D\u0438\u044F \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430 \u043F\u043E\u043B\u044F \u0432\u0432\u043E\u0434\u0430",autoRenewTrialSuffix:'(\u0412 \u043F\u0440\u043E\u0431\u043D\u043E\u043C \u0432\u0430\u0440\u0438\u0430\u043D\u0442\u0435\u0441\u0440\u0430\u0437\u0443 \u0436\u0435 \u043F\u0435\u0440\u0435\u0448\u0435\u043B \u043D\u0430 \u043F\u043E\u043B\u043D\u043E\u0435 \u0447\u043B\u0435\u043D\u0441\u0442\u0432\u043E)',upgradeFromTrialTitle:"\u041F\u043E\u0432\u044B\u0448\u0435\u043D\u0438\u0435 \u0441\u0442\u0430\u0442\u0443\u0441\u0430 \u0434\u043E \u043F\u043E\u043B\u043D\u043E\u0433\u043E \u0447\u043B\u0435\u043D\u0430",subtitle:"\u0441\u0443\u0431\u0442\u0438\u0442\u0440\u044B \u043A \u0432\u0438\u0434\u0435\u043E\u0444\u0438\u043B\u044C\u043C\u0430\u043C",youtubeService:"\u0418\u043C\u043C\u0435\u0440\u0441\u0438\u043E\u043D\u043D\u044B\u0439 \u043F\u0435\u0440\u0435\u0432\u043E\u0434 \u0412\u0438\u0434\u0435\u043E\u0441\u0443\u0431\u0442\u0438\u0442\u0440\u0438\u0440\u043E\u0432\u0430\u043D\u0438\u0435 \u041F\u0435\u0440\u0435\u0432\u043E\u0434\u0447\u0435\u0441\u043A\u0438\u0435 \u0443\u0441\u043B\u0443\u0433\u0438","subtitle.disabledSubtitle":"\u041F\u043E\u0441\u0442\u043E\u044F\u043D\u043D\u043E\u0435 \u043E\u0442\u043A\u043B\u044E\u0447\u0435\u043D\u0438\u0435 \u0444\u0443\u043D\u043A\u0446\u0438\u0438 \u0432\u0438\u0434\u0435\u043E\u0441\u0443\u0431\u0442\u0438\u0442\u0440\u043E\u0432","subtitle.disabledSubtitleDescription":"\u0415\u0441\u043B\u0438 Immersive Translator's Video Subtitles \u043A\u043E\u043D\u0444\u043B\u0438\u043A\u0442\u0443\u0435\u0442 \u0441 \u0434\u0440\u0443\u0433\u0438\u043C\u0438 \u0440\u0430\u0441\u0448\u0438\u0440\u0435\u043D\u0438\u044F\u043C\u0438, \u0432\u044B \u043C\u043E\u0436\u0435\u0442\u0435 \u0432\u044B\u0431\u0440\u0430\u0442\u044C \u043F\u043E\u0441\u0442\u043E\u044F\u043D\u043D\u043E\u0435 \u043E\u0442\u043A\u043B\u044E\u0447\u0435\u043D\u0438\u0435 Immersive Translator's Video Subtitles \u0438\u043B\u0438 \u0434\u0435\u0438\u043D\u0441\u0442\u0430\u043B\u043B\u0438\u0440\u043E\u0432\u0430\u0442\u044C \u0434\u0440\u0443\u0433\u0438\u0435 \u043A\u043E\u043D\u0444\u043B\u0438\u043A\u0442\u0443\u044E\u0449\u0438\u0435 \u0440\u0430\u0441\u0448\u0438\u0440\u0435\u043D\u0438\u044F","subtitle.autoEnableSubtitle":"\u0410\u0432\u0442\u043E\u043C\u0430\u0442\u0438\u0447\u0435\u0441\u043A\u043E\u0435 \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u043D\u0438\u0435 \u0434\u0432\u0443\u044F\u0437\u044B\u0447\u043D\u044B\u0445 \u0441\u0443\u0431\u0442\u0438\u0442\u0440\u043E\u0432","subtitle.autoEnableSubtitleDescription":"\u041F\u043E\u0441\u043B\u0435 \u0430\u043A\u0442\u0438\u0432\u0430\u0446\u0438\u0438, \u043F\u0440\u0438 \u0432\u043E\u0441\u043F\u0440\u043E\u0438\u0437\u0432\u0435\u0434\u0435\u043D\u0438\u0438 \u0432\u0438\u0434\u0435\u043E, \u0431\u0443\u0434\u0443\u0442 \u0430\u0432\u0442\u043E\u043C\u0430\u0442\u0438\u0447\u0435\u0441\u043A\u0438 \u043E\u0442\u043E\u0431\u0440\u0430\u0436\u0430\u0442\u044C\u0441\u044F \u0434\u0432\u0443\u044F\u0437\u044B\u0447\u043D\u044B\u0435 \u0441\u0443\u0431\u0442\u0438\u0442\u0440\u044B, \u0432 \u043F\u0440\u043E\u0442\u0438\u0432\u043D\u043E\u043C \u0441\u043B\u0443\u0447\u0430\u0435 \u043D\u0435\u043E\u0431\u0445\u043E\u0434\u0438\u043C\u043E \u043D\u0430\u0436\u0430\u0442\u044C \u043A\u043D\u043E\u043F\u043A\u0443 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430 \u0434\u043B\u044F \u043E\u0442\u043E\u0431\u0440\u0430\u0436\u0435\u043D\u0438\u044F.","subtitle.preTranslation":"\u041F\u0435\u0440\u0435\u0432\u043E\u0434 \u0441\u0443\u0431\u0442\u0438\u0442\u0440\u043E\u0432 \u0441 \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u043D\u0438\u0435\u043C \u0438\u043C\u043C\u0435\u0440\u0441\u0438\u0432\u043D\u043E\u0433\u043E \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430","subtitle.preTranslationDescription":"\u041F\u0440\u0438 \u0432\u043A\u043B\u044E\u0447\u0435\u043D\u0438\u0438 \u044D\u0442\u043E\u0439 \u0444\u0443\u043D\u043A\u0446\u0438\u0438 \u0432\u0441\u0435 \u0441\u0443\u0431\u0442\u0438\u0442\u0440\u044B \u0431\u0443\u0434\u0443\u0442 \u043F\u0440\u0435\u0434\u0432\u0430\u0440\u0438\u0442\u0435\u043B\u044C\u043D\u043E \u043F\u0435\u0440\u0435\u0432\u0435\u0434\u0435\u043D\u044B \u0441 \u043F\u043E\u043C\u043E\u0449\u044C\u044E \u0443\u043A\u0430\u0437\u0430\u043D\u043D\u043E\u0433\u043E \u043D\u0438\u0436\u0435 \u0441\u0435\u0440\u0432\u0438\u0441\u0430 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430, \u043F\u0440\u0438 \u044D\u0442\u043E\u043C \u043D\u0430 1-\u0447\u0430\u0441\u043E\u0432\u043E\u0435 \u0432\u0438\u0434\u0435\u043E \u0431\u0443\u0434\u0435\u0442 \u0437\u0430\u0442\u0440\u0430\u0447\u0435\u043D\u043E \u043E\u043A\u043E\u043B\u043E 50 000 \u0442\u043E\u043A\u0435\u043D\u043E\u0432 \u0438\u043B\u0438 \u0441\u0438\u043C\u0432\u043E\u043B\u043E\u0432, \u043F\u043E\u044D\u0442\u043E\u043C\u0443 \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u0443\u0439\u0442\u0435 \u0438\u0445 \u043F\u043E \u0441\u0432\u043E\u0435\u043C\u0443 \u0443\u0441\u043C\u043E\u0442\u0440\u0435\u043D\u0438\u044E; \u043F\u0440\u0438 \u043E\u0442\u043A\u043B\u044E\u0447\u0435\u043D\u0438\u0438 \u044D\u0442\u043E\u0439 \u0444\u0443\u043D\u043A\u0446\u0438\u0438 \u0441\u043D\u0430\u0447\u0430\u043B\u0430 \u0431\u0443\u0434\u0443\u0442 \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u044C\u0441\u044F \u043E\u0440\u0438\u0433\u0438\u043D\u0430\u043B\u044C\u043D\u044B\u0435 \u0441\u0443\u0431\u0442\u0438\u0442\u0440\u044B.","subtitle.humanSubtitlesPreferred":"\u041F\u0440\u0438\u043E\u0440\u0438\u0442\u0435\u0442\u043D\u043E\u0435 \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u043D\u0438\u0435 \u0447\u0435\u043B\u043E\u0432\u0435\u0447\u0435\u0441\u043A\u0438\u0445 \u0441\u0443\u0431\u0442\u0438\u0442\u0440\u043E\u0432","subtitle.humanSubtitlesPreferredDescription":"\u041F\u0440\u0438\u043E\u0440\u0438\u0442\u0435\u0442 \u043E\u0442\u0434\u0430\u0435\u0442\u0441\u044F \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u043D\u0438\u044E \u0447\u0435\u043B\u043E\u0432\u0435\u0447\u0435\u0441\u043A\u0438\u0445 \u0441\u0443\u0431\u0442\u0438\u0442\u0440\u043E\u0432, \u0435\u0441\u043B\u0438 \u0432\u0438\u0434\u0435\u043E\u0440\u043E\u043B\u0438\u043A \u0438\u043C\u0435\u0435\u0442 \u0447\u0435\u043B\u043E\u0432\u0435\u0447\u0435\u0441\u043A\u0438\u0435 \u0441\u0443\u0431\u0442\u0438\u0442\u0440\u044B \u043D\u0430 \u0446\u0435\u043B\u0435\u0432\u043E\u043C \u044F\u0437\u044B\u043A\u0435 (\u0440\u0435\u043A\u043E\u043C\u0435\u043D\u0434\u0443\u0435\u0442\u0441\u044F)",videoSubtitleTranslationDescription:"\u041D\u0430\u0437\u043D\u0430\u0447\u0438\u0442\u044C \u043E\u0442\u0434\u0435\u043B\u044C\u043D\u0443\u044E \u0441\u043B\u0443\u0436\u0431\u0443 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430 \u0434\u043B\u044F \u0432\u0438\u0434\u0435\u043E\u0441\u0443\u0431\u0442\u0438\u0442\u0440\u043E\u0432",subtitleTranslating:"\u041F\u043E\u0436\u0430\u043B\u0443\u0439\u0441\u0442\u0430, \u043F\u043E\u0434\u043E\u0436\u0434\u0438\u0442\u0435, \u043F\u043E\u043A\u0430 \u0441\u0443\u0431\u0442\u0438\u0442\u0440\u044B \u0431\u0443\u0434\u0443\u0442 \u043F\u0435\u0440\u0435\u0432\u0435\u0434\u0435\u043D\u044B \u0441 \u043F\u043E\u043C\u043E\u0449\u044C\u044E \u0441\u0435\u0440\u0432\u0438\u0441\u0430 {service} ... (\u0438\u043C\u043C\u0435\u0440\u0441\u0438\u043E\u043D\u043D\u044B\u0439 \u043F\u0435\u0440\u0435\u0432\u043E\u0434)",subtitleLoading:"\u0417\u0430\u0433\u0440\u0443\u0437\u043A\u0430 \u0441\u0443\u0431\u0442\u0438\u0442\u0440\u043E\u0432...",bilingual:"\u0431\u0438\u043B\u0438\u043D\u0433\u0432\u0438\u0437\u043C","field.action":"\u0412\u043A\u043B\u044E\u0447\u0430\u0442\u044C \u043B\u0438 \u0442\u0435\u0440\u043C\u0438\u043D\u043E\u043B\u043E\u0433\u0438\u044E Baidu","description.action":"\u041F\u0440\u0438 \u0432\u043A\u043B\u044E\u0447\u0435\u043D\u0438\u0438 \u0432 \u0437\u0430\u043F\u0440\u043E\u0441 \u0431\u0443\u0434\u0435\u0442 \u0434\u043E\u0431\u0430\u0432\u043B\u0435\u043D \u043F\u0430\u0440\u0430\u043C\u0435\u0442\u0440 action=1, \u0438\u043D\u0444\u043E\u0440\u043C\u0438\u0440\u0443\u044E\u0449\u0438\u0439 Baidu \u043E \u0432\u043A\u043B\u044E\u0447\u0435\u043D\u043D\u043E\u043C \u0442\u0435\u0440\u043C\u0438\u043D\u0435; <1>\u0431\u043E\u043B\u0435\u0435 \u043F\u043E\u0434\u0440\u043E\u0431\u043D\u0430\u044F \u0438\u043D\u0444\u043E\u0440\u043C\u0430\u0446\u0438\u044F \u043F\u0440\u0438\u0432\u0435\u0434\u0435\u043D\u0430 \u0432 \u043E\u0444\u0438\u0446\u0438\u0430\u043B\u044C\u043D\u043E\u0439 \u0434\u043E\u043A\u0443\u043C\u0435\u043D\u0442\u0430\u0446\u0438\u0438.",closeQuickTranslation:"\u0417\u0430\u043A\u0440\u044B\u0442\u044C \u0445\u043E\u0432\u0435\u0440\u0431\u043E\u043B","closeQuickTranslation.untilNext":"\u041D\u0430 \u044D\u0442\u043E\u0442 \u0440\u0430\u0437 \u0437\u0430\u043A\u0440\u044B\u0442\u043E \u0434\u043E \u0441\u043B\u0435\u0434\u0443\u044E\u0449\u0435\u0433\u043E \u043F\u043E\u0441\u0435\u0449\u0435\u043D\u0438\u044F","closeQuickTranslation.currentWebsite":"\u0422\u0435\u043A\u0443\u0449\u0438\u0439 \u0441\u0430\u0439\u0442 \u043E\u0442\u043A\u043B\u044E\u0447\u0435\u043D","closeQuickTranslation.alwaysClose":"\u043E\u0442\u043A\u043B\u044E\u0447\u0438\u0442\u044C \u043D\u0430\u0432\u0441\u0435\u0433\u0434\u0430","closeQuickTranslation.settingOpen":"(\u043C\u043E\u0436\u0435\u0442 \u0431\u044B\u0442\u044C \u0432\u043A\u043B\u044E\u0447\u0435\u043D\u0430 \u043D\u0430 <1>\u0441\u0442\u0440\u0430\u043D\u0438\u0446\u0435 \u043D\u0430\u0441\u0442\u0440\u043E\u0435\u043A )","closeQuickTranslation.cancel":"\u043E\u0442\u043C\u0435\u043D\u044B","closeQuickTranslation.confirm":"\u043E\u043F\u0440\u0435\u0434\u0435\u043B\u0438\u0442\u044C","floatBall.popup":"\u041E\u0442\u043A\u0440\u043E\u0439\u0442\u0435 \u043F\u0430\u043D\u0435\u043B\u044C \u0431\u044B\u0441\u0442\u0440\u044B\u0445 \u043D\u0430\u0441\u0442\u0440\u043E\u0435\u043A","floatBall.translate":"\u041D\u0430\u0436\u043C\u0438\u0442\u0435, \u0447\u0442\u043E\u0431\u044B \u043F\u0435\u0440\u0435\u0432\u0435\u0441\u0442\u0438 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u0443","floatBall.showOriginal":"\u041D\u0430\u0436\u043C\u0438\u0442\u0435, \u0447\u0442\u043E\u0431\u044B \u0432\u0435\u0440\u043D\u0443\u0442\u044C\u0441\u044F \u043A \u043E\u0440\u0438\u0433\u0438\u043D\u0430\u043B\u044C\u043D\u043E\u0439 \u0441\u0442\u0430\u0442\u044C\u0435","floatBall.close":"\u0417\u0430\u043A\u0440\u044B\u0442\u044C \u0445\u043E\u0432\u0435\u0440\u0431\u043E\u043B","floatBallOptions.enableDescPc":"\u041F\u043E\u0441\u043B\u0435 \u0432\u043A\u043B\u044E\u0447\u0435\u043D\u0438\u044F \u0445\u043E\u0432\u0435\u0440\u0431\u043E\u043B\u0430 \u0432 \u043F\u0440\u0430\u0432\u043E\u0439 \u0447\u0430\u0441\u0442\u0438 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u044B \u043F\u043E\u044F\u0432\u0438\u0442\u0441\u044F \u043A\u043D\u043E\u043F\u043A\u0430 \u0431\u044B\u0441\u0442\u0440\u043E\u0433\u043E \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430, \u043D\u0430\u0436\u043C\u0438\u0442\u0435 \u0435\u0435, \u0447\u0442\u043E\u0431\u044B \u043F\u0435\u0440\u0435\u0432\u0435\u0441\u0442\u0438!","floatBallOptions.enableDesc":"\u041F\u043E\u0441\u043B\u0435 \u0432\u044B\u043A\u043B\u044E\u0447\u0435\u043D\u0438\u044F \u0445\u043E\u0432\u0435\u0440\u0431\u043E\u043B\u0430 \u0435\u0433\u043E \u043C\u043E\u0436\u043D\u043E \u0432\u044B\u0437\u0432\u0430\u0442\u044C \u0441 \u043F\u043E\u043C\u043E\u0449\u044C\u044E{touch}. \u041D\u0430\u0441\u0442\u043E\u044F\u0442\u0435\u043B\u044C\u043D\u043E \u0440\u0435\u043A\u043E\u043C\u0435\u043D\u0434\u0443\u0435\u0442\u0441\u044F \u0441\u043E\u0445\u0440\u0430\u043D\u0438\u0442\u044C \u044D\u0442\u0443 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u0443 \u043D\u0430\u0441\u0442\u0440\u043E\u0435\u043A \u0432 \u0437\u0430\u043A\u043B\u0430\u0434\u043A\u0430\u0445, \u0447\u0442\u043E\u0431\u044B \u043D\u0435 \u043F\u043E\u0442\u0435\u0440\u044F\u0442\u044C \u0432\u043E\u0437\u043C\u043E\u0436\u043D\u043E\u0441\u0442\u044C \u043D\u0430\u0439\u0442\u0438 \u0445\u043E\u0432\u0435\u0440\u0431\u043E\u043B \u043F\u043E\u0441\u043B\u0435 \u0441\u043B\u0443\u0447\u0430\u0439\u043D\u043E\u0433\u043E \u043E\u0442\u043A\u043B\u044E\u0447\u0435\u043D\u0438\u044F \u044D\u0442\u043E\u0439 \u043E\u043F\u0446\u0438\u0438!","description.azureApiUrl":"\u0417\u0430\u043F\u043E\u043B\u043D\u0438\u0442\u0435 \u0430\u0434\u0440\u0435\u0441 \u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u0435\u043B\u044C\u0441\u043A\u043E\u0433\u043E \u0438\u043D\u0442\u0435\u0440\u0444\u0435\u0439\u0441\u0430 API",confirmSupportMouse:"\u041F\u0440\u0438\u043D\u0443\u0434\u0438\u0442\u0435\u043B\u044C\u043D\u043E\u0435 \u0432\u043A\u043B\u044E\u0447\u0435\u043D\u0438\u0435 \u043F\u043E\u0434\u0434\u0435\u0440\u0436\u043A\u0438 \u043C\u044B\u0448\u0438",confirmSupportMouseDescription:"\u041E\u0431\u043D\u0430\u0440\u0443\u0436\u0435\u043D\u043E, \u0447\u0442\u043E \u0442\u0435\u043A\u0443\u0449\u0438\u0439 \u0431\u0440\u0430\u0443\u0437\u0435\u0440 \u043D\u0435 \u043F\u043E\u0434\u0434\u0435\u0440\u0436\u0438\u0432\u0430\u0435\u0442 \u0444\u0443\u043D\u043A\u0446\u0438\u044E \u043C\u044B\u0448\u0438, \u043F\u0440\u0438\u043D\u0443\u0434\u0438\u0442\u0435\u043B\u044C\u043D\u043E \u043B\u0438 \u0432\u043A\u043B\u044E\u0447\u0438\u0442\u044C \u043F\u043E\u0434\u0434\u0435\u0440\u0436\u043A\u0443 \u043C\u044B\u0448\u0438?",sampleTargetText:"\u041D\u0430\u0441\u0442\u0443\u043F\u0438\u0442 \u0434\u043E\u043B\u0433\u0430\u044F \u043D\u043E\u0447\u044C, \u0438 \u044F \u0431\u0443\u0434\u0443 \u0441\u0442\u043E\u044F\u0442\u044C \u043D\u0430 \u0441\u0442\u0440\u0430\u0436\u0435 \u0441 \u044D\u0442\u043E\u0433\u043E \u0434\u043D\u044F \u0438 \u0434\u043E \u0441\u0430\u043C\u043E\u0439 \u0441\u043C\u0435\u0440\u0442\u0438. \u042F \u043D\u0435 \u0432\u043E\u0437\u044C\u043C\u0443 \u0436\u0435\u043D\u0443, \u043D\u0435 \u0441\u043E\u0437\u0434\u0430\u043C \u0432\u043E\u0442\u0447\u0438\u043D\u0443, \u043D\u0435 \u0437\u0430\u0432\u0435\u0434\u0443 \u0434\u0435\u0442\u0435\u0439. \u042F \u043D\u0435 \u0431\u0443\u0434\u0443 \u043D\u043E\u0441\u0438\u0442\u044C \u043A\u043E\u0440\u043E\u043D\u0443, \u043D\u0435 \u0431\u0443\u0434\u0443 \u0441\u0442\u0440\u0435\u043C\u0438\u0442\u044C\u0441\u044F \u043A \u043F\u043E\u0447\u0435\u0441\u0442\u044F\u043C. \u042F \u0431\u0443\u0434\u0443 \u0438\u0441\u043F\u043E\u043B\u043D\u044F\u0442\u044C \u0441\u0432\u043E\u0439 \u0434\u043E\u043B\u0433, \u0436\u0438\u0442\u044C \u0438 \u0443\u043C\u0438\u0440\u0430\u0442\u044C.",sampleSourceText:"Night gathers, and now my watch begins. It shall not end until my death. I shall take no wife, hold no lands, father no children. I shall wear no crowns and win no glory. I shall live and die at my post.","subtitle.supportedSites":"\u5DF2\u652F\u6301\u5728\u8FD9\u4E9B\u7F51\u7AD9\u4F7F\u7528\u53CC\u8BED\u5B57\u5E55\uFF08\u6CE8\u610F\uFF1A\u7531\u4E8E\u6280\u672F\u9650\u5236\uFF0C\u90E8\u5206\u7F51\u7AD9\u5728\u9996\u6B21\u5F00\u542F\u5B57\u5E55\u540E\u9700\u8981\u91CD\u65B0\u5237\u65B0\u9875\u9762\uFF0C\u6216\u8005\u9700\u7B49\u5F85\u7FFB\u8BD1\u5B8C\u6210\u4EE5\u663E\u793A\u53CC\u8BED\u5B57\u5E55\uFF09\uFF1A",viewWithImmersiveTranslate:"\u53CC\u8BED\u7248\u672C(\u6C89\u6D78\u5F0F\u7FFB\u8BD1)",errorReason:"\u9519\u8BEF\u539F\u56E0\uFF1A{message}","proQuotaExceededError.onetime7day":'\uFF0C\u60A8\u53EF\u4EE5\u9009\u62E9\u4EE5\u4E0B\u65B9\u5F0F\u89E3\u51B3\uFF1A

1. \u5207\u6362\u5230 {anotherService} \u6216\u5176\u4ED6\u7FFB\u8BD1\u670D\u52A1
2. \u5347\u7EA7\u4E3A\u6708\u5EA6/\u5E74\u5EA6\u4F1A\u5458',"proQuotaExceededError.trial":'\uFF0C\u60A8\u53EF\u4EE5\u9009\u62E9\u4EE5\u4E0B\u65B9\u5F0F\u89E3\u51B3\uFF1A

1. \u5207\u6362\u5230 {anotherService} \u6216\u5176\u4ED6\u7FFB\u8BD1\u670D\u52A1
2. \u7ACB\u523B\u5347\u7EA7\u4E3A\u6B63\u5F0F\u4F1A\u5458',"proQuotaExceededError.nonTrial":'\uFF0C\u60A8\u53EF\u4EE5\u9009\u62E9\u4EE5\u4E0B\u65B9\u5F0F\u89E3\u51B3\uFF1A

1. \u5207\u6362\u5230 {anotherService} \u6216\u5176\u4ED6\u7FFB\u8BD1\u670D\u52A1
2. \u8D2D\u4E70 {translationService} \u989D\u5916\u6D41\u91CF\u5305',"proQuotaExceededError.resetTime":"
3. \u989D\u5EA6\u91CD\u7F6E\u65F6\u95F4\uFF1A{resetTime}","desc.touchShortcutsToggleTranslatePageOnlyTranslation":"\u0422\u043E\u043B\u044C\u043A\u043E \u043F\u0435\u0440\u0435\u0432\u043E\u0434 \u043E\u0437\u043D\u0430\u0447\u0430\u0435\u0442, \u0447\u0442\u043E \u043E\u0442\u043E\u0431\u0440\u0430\u0436\u0430\u0435\u0442\u0441\u044F \u0442\u043E\u043B\u044C\u043A\u043E \u043F\u0435\u0440\u0435\u0432\u043E\u0434. \u0415\u0441\u043B\u0438 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u0430 \u0435\u0449\u0435 \u043D\u0435 \u043F\u0435\u0440\u0435\u0432\u0435\u0434\u0435\u043D\u0430, \u043E\u043D\u0430 \u043F\u0435\u0440\u0435\u043A\u043B\u044E\u0447\u0438\u0442\u0441\u044F \u0432 \u0440\u0435\u0436\u0438\u043C \u0438 \u0431\u0443\u0434\u0435\u0442 \u043F\u0435\u0440\u0435\u0432\u0435\u0434\u0435\u043D\u0430.","desc.toggleOnlyTransation":'\u0420\u0435\u0436\u0438\u043C "\u0422\u043E\u043B\u044C\u043A\u043E \u043F\u0435\u0440\u0435\u0432\u043E\u0434" \u043E\u0437\u043D\u0430\u0447\u0430\u0435\u0442, \u0447\u0442\u043E \u043E\u0442\u043E\u0431\u0440\u0430\u0436\u0430\u0435\u0442\u0441\u044F \u0442\u043E\u043B\u044C\u043A\u043E \u043F\u0435\u0440\u0435\u0432\u043E\u0434. \u0415\u0441\u043B\u0438 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u0430 \u0435\u0449\u0435 \u043D\u0435 \u043F\u0435\u0440\u0435\u0432\u0435\u0434\u0435\u043D\u0430, \u0440\u0435\u0436\u0438\u043C \u0431\u0443\u0434\u0435\u0442 \u043F\u0435\u0440\u0435\u043A\u043B\u044E\u0447\u0435\u043D \u0438 \u0432\u044B\u043F\u043E\u043B\u043D\u0435\u043D \u043F\u0435\u0440\u0435\u0432\u043E\u0434.',touchShortcutsToggleTranslatePageOnlyTranslation:"\u041D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0430 \u0436\u0435\u0441\u0442\u043E\u0432 \u0441\u0435\u043D\u0441\u043E\u0440\u043D\u043E\u0433\u043E \u044D\u043A\u0440\u0430\u043D\u0430 \u0434\u043B\u044F \u043F\u0435\u0440\u0435\u043A\u043B\u044E\u0447\u0435\u043D\u0438\u044F \u043C\u0435\u0436\u0434\u0443 \u0434\u0432\u0443\u044F\u0437\u044B\u0447\u043D\u044B\u043C / \u0442\u043E\u043B\u044C\u043A\u043E \u0442\u0435\u043A\u0441\u0442\u043E\u043C \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430",download_started:"\u0417\u0430\u0433\u0440\u0443\u0437\u043A\u0430 \u0443\u0436\u0435 \u043D\u0430\u0447\u0430\u043B\u0430\u0441\u044C, \u0435\u0441\u043B\u0438 \u043E\u043D\u0430 \u043D\u0435 \u043D\u0430\u0447\u0430\u043B\u0430\u0441\u044C \u0430\u0432\u0442\u043E\u043C\u0430\u0442\u0438\u0447\u0435\u0441\u043A\u0438, \u043F\u043E\u0436\u0430\u043B\u0443\u0439\u0441\u0442\u0430, \u043D\u0430\u0436\u043C\u0438\u0442\u0435 \u0432\u0440\u0443\u0447\u043D\u0443\u044E.",here:"\u0437\u0434\u0435\u0441\u044C","error.goReset":"\u0441\u0431\u0440\u043E\u0441\u0438\u0442\u044C",batchEdit:"\u041C\u0430\u0441\u0441\u043E\u0432\u0430\u044F \u043E\u043F\u0435\u0440\u0430\u0446\u0438\u044F","error.configError":"\u041D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0430 \u0434\u0430\u043D\u043D\u044B\u0445 \u0430\u043D\u043E\u043C\u0430\u043B\u044C\u043D\u0430","translationFont.custom":"\u0412\u0432\u0435\u0434\u0438\u0442\u0435 \u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u0435\u043B\u044C\u0441\u043A\u0438\u0439 \u0448\u0440\u0438\u0444\u0442",translationFont:"\u0443\u0441\u0442\u0430\u043D\u043E\u0432\u0438\u0442\u044C \u0448\u0440\u0438\u0444\u0442",detectServiceLoading:"\u041F\u0440\u043E\u0432\u0435\u0440\u043A\u0430 \u0434\u043E\u0441\u0442\u0443\u043F\u043D\u044B\u0445 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0447\u0435\u0441\u043A\u0438\u0445 \u0443\u0441\u043B\u0443\u0433...","translationFont.customPlaceholder":"\u0448\u0440\u0438\u0444\u0442","touch.mouse-translate":"\u041F\u0435\u0440\u0435\u0432\u0435\u0441\u0442\u0438 \u0443\u043A\u0430\u0437\u0430\u043D\u043D\u044B\u0439 \u0430\u0431\u0437\u0430\u0446","translationModeLang.translation.title":"\u0422\u043E\u043B\u044C\u043A\u043E \u0440\u0435\u0436\u0438\u043C \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430 \u044F\u0437\u044B\u043A\u0430","error.serveConfigError":"\u041E\u0448\u0438\u0431\u043A\u0430 \u043A\u043E\u043D\u0444\u0438\u0433\u0443\u0440\u0430\u0446\u0438\u0438 \u0441\u0435\u0440\u0432\u0438\u0441\u0430","error.403":"\u0421\u043B\u0443\u0436\u0431\u0430 \u0432\u043E\u0437\u0432\u0440\u0430\u0449\u0430\u0435\u0442 \u043E\u0448\u0438\u0431\u043A\u0443, \u0432\u0440\u0435\u043C\u0435\u043D\u043D\u043E \u043D\u0435\u0442 \u0434\u043E\u0441\u0442\u0443\u043F\u0430 \u043A \u044D\u0442\u043E\u0439 \u0441\u043B\u0443\u0436\u0431\u0435.","error.proUpgrade":"\u041F\u043E\u0441\u043B\u0435 \u043E\u0431\u043D\u043E\u0432\u043B\u0435\u043D\u0438\u044F, \u043F\u043E\u0436\u0430\u043B\u0443\u0439\u0441\u0442\u0430, \u043E\u0431\u043D\u043E\u0432\u0438\u0442\u0435 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u0443 \u0438 \u043F\u0435\u0440\u0435\u0432\u0435\u0434\u0438\u0442\u0435 \u0441\u043D\u043E\u0432\u0430.","translationModeUrl.translation.title":"\u0412\u0435\u0431-\u0430\u0434\u0440\u0435\u0441 \u0442\u043E\u043B\u044C\u043A\u043E \u0434\u043B\u044F \u0440\u0435\u0436\u0438\u043C\u0430 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430",enableSentryReport:"\u041A\u043E\u0433\u0434\u0430 \u043F\u0440\u043E\u0438\u0441\u0445\u043E\u0434\u0438\u0442 \u043E\u0448\u0438\u0431\u043A\u0430 \u0440\u0430\u0441\u0448\u0438\u0440\u0435\u043D\u0438\u044F, \u043E\u0442\u043F\u0440\u0430\u0432\u043B\u044F\u0439\u0442\u0435 \u043E\u0442\u0437\u044B\u0432\u044B \u0447\u0435\u0440\u0435\u0437 Sentry.","error.reloadPageOfSetting":"\u041F\u043E\u0441\u043B\u0435 \u043D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0438, \u043F\u043E\u0436\u0430\u043B\u0443\u0439\u0441\u0442\u0430, \u043E\u0431\u043D\u043E\u0432\u0438\u0442\u0435 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u0443 \u0438 \u043F\u0435\u0440\u0435\u0432\u0435\u0434\u0438\u0442\u0435 \u0441\u043D\u043E\u0432\u0430.","error.502":"\u0421\u0435\u0440\u0432\u0438\u0441 \u0432\u043E\u0437\u0432\u0440\u0430\u0449\u0430\u0435\u0442 \u043E\u0448\u0438\u0431\u043A\u0443, \u0432\u0440\u0435\u043C\u044F \u043E\u0436\u0438\u0434\u0430\u043D\u0438\u044F \u0441\u0435\u0440\u0432\u0438\u0441\u0430 \u0438\u0441\u0442\u0435\u043A\u043B\u043E, \u043F\u043E\u0436\u0430\u043B\u0443\u0439\u0441\u0442\u0430, \u043F\u043E\u043F\u0440\u043E\u0431\u0443\u0439\u0442\u0435 \u043F\u043E\u0437\u0436\u0435.","translationModeUrl.translation.description":"\u041A\u043E\u0433\u0434\u0430 \u0432\u0435\u0431-\u0441\u0430\u0439\u0442 \u0438\u043C\u0435\u0435\u0442 \u0441\u043B\u0435\u0434\u0443\u044E\u0449\u0438\u0435 \u0434\u043E\u043C\u0435\u043D\u043D\u044B\u0435 \u0438\u043C\u0435\u043D\u0430, \u043E\u043D \u0430\u0432\u0442\u043E\u043C\u0430\u0442\u0438\u0447\u0435\u0441\u043A\u0438 \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u0443\u0435\u0442 \u0440\u0435\u0436\u0438\u043C \u0442\u043E\u043B\u044C\u043A\u043E \u0441 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u043E\u043C.",videoSubtitlePreTranslationOn:"\u0412\u0438\u0434\u0435\u043E \u0441\u0443\u0431\u0442\u0438\u0442\u0440\u044B \u0431\u0443\u0434\u0443\u0442 \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u044C \u043F\u043E\u0433\u0440\u0443\u0436\u0435\u043D\u0438\u0435 \u0432 \u043F\u0435\u0440\u0435\u0432\u043E\u0434 \u0432 \u043F\u0435\u0440\u0432\u0443\u044E \u043E\u0447\u0435\u0440\u0435\u0434\u044C.","translationServices.inherit":"\u0421\u043B\u0435\u0434\u0443\u0439\u0442\u0435 \u0437\u0430 \u043E\u0441\u043D\u043E\u0432\u043D\u044B\u043C \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0447\u0435\u0441\u043A\u0438\u043C \u0441\u0435\u0440\u0432\u0438\u0441\u043E\u043C","error.proTokenInvalid":"\u0415\u0441\u043B\u0438 \u0432\u044B \u044F\u0432\u043B\u044F\u0435\u0442\u0435\u0441\u044C \u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u0435\u043B\u0435\u043C Pro, \u043F\u043E\u0436\u0430\u043B\u0443\u0439\u0441\u0442\u0430, \u0432\u043E\u0439\u0434\u0438\u0442\u0435 \u0432 \u0441\u0438\u0441\u0442\u0435\u043C\u0443, \u043F\u0440\u0435\u0436\u0434\u0435 \u0447\u0435\u043C \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u044C \u0441\u0435\u0440\u0432\u0438\u0441 Pro \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430.",toggleToService:"\u041F\u0435\u0440\u0435\u043A\u043B\u044E\u0447\u0438\u0442\u0435\u0441\u044C \u043D\u0430 {service} \u0438 \u043F\u043E\u043F\u0440\u043E\u0431\u0443\u0439\u0442\u0435 \u0441\u043D\u043E\u0432\u0430",videoSubtitlePreTranslationOff:"\u041F\u0440\u0438\u043E\u0440\u0438\u0442\u0435\u0442 \u0431\u0443\u0434\u0435\u0442 \u043E\u0442\u0434\u0430\u043D \u043C\u0430\u0448\u0438\u043D\u043D\u043E\u043C\u0443 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0443 \u0441\u0443\u0431\u0442\u0438\u0442\u0440\u043E\u0432, \u0432\u0441\u0442\u0440\u043E\u0435\u043D\u043D\u044B\u0445 \u0432 \u043E\u0440\u0438\u0433\u0438\u043D\u0430\u043B\u044C\u043D\u043E\u0435 \u0432\u0438\u0434\u0435\u043E.","error.gemini.429":"\u0422\u0435\u043A\u0443\u0449\u0430\u044F \u0441\u043B\u0443\u0436\u0431\u0430 Gemini \u0443\u0436\u0435 \u0434\u043E\u0441\u0442\u0438\u0433\u043B\u0430 \u0441\u0432\u043E\u0435\u0433\u043E \u043F\u0440\u0435\u0434\u0435\u043B\u0430, \u043F\u043E\u0436\u0430\u043B\u0443\u0439\u0441\u0442\u0430, \u043F\u043E\u043F\u0440\u043E\u0431\u0443\u0439\u0442\u0435 \u043F\u043E\u0437\u0436\u0435 \u0438\u043B\u0438 \u043F\u0435\u0440\u0435\u043A\u043B\u044E\u0447\u0438\u0442\u0435\u0441\u044C \u043D\u0430 \u0434\u0440\u0443\u0433\u0443\u044E \u0441\u043B\u0443\u0436\u0431\u0443 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430.","translationModeLang.translation.description":'\u041A\u043E\u0433\u0434\u0430 \u044F\u0437\u044B\u043A \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u044B \u044F\u0432\u043B\u044F\u0435\u0442\u0441\u044F \u043E\u0434\u043D\u0438\u043C \u0438\u0437 \u0441\u043B\u0435\u0434\u0443\u044E\u0449\u0438\u0445, \u0430\u0432\u0442\u043E\u043C\u0430\u0442\u0438\u0447\u0435\u0441\u043A\u0438 \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u0443\u0435\u0442\u0441\u044F \u0440\u0435\u0436\u0438\u043C "\u0442\u043E\u043B\u044C\u043A\u043E \u043F\u0435\u0440\u0435\u0432\u043E\u0434".',"translationFont.notSupportErrorMessage":"\u041F\u043E\u0436\u0430\u043B\u0443\u0439\u0441\u0442\u0430, \u043F\u0440\u043E\u0432\u0435\u0440\u044C\u0442\u0435 \u043F\u0440\u0430\u0432\u0438\u043B\u044C\u043D\u043E\u0441\u0442\u044C \u0432\u0432\u0435\u0434\u0435\u043D\u043D\u043E\u0433\u043E \u0432\u0430\u043C\u0438 \u043D\u0430\u0437\u0432\u0430\u043D\u0438\u044F \u0448\u0440\u0438\u0444\u0442\u0430 \u0438\u043B\u0438 \u0443\u0431\u0435\u0434\u0438\u0442\u0435\u0441\u044C, \u0447\u0442\u043E \u044D\u0442\u043E\u0442 \u0448\u0440\u0438\u0444\u0442 \u0443\u0436\u0435 \u0443\u0441\u0442\u0430\u043D\u043E\u0432\u043B\u0435\u043D \u043D\u0430 \u0432\u0430\u0448\u0435\u043C \u0443\u0441\u0442\u0440\u043E\u0439\u0441\u0442\u0432\u0435.","error.429":"\u0421\u0435\u0440\u0432\u0438\u0441 \u0432\u043E\u0437\u0432\u0440\u0430\u0449\u0430\u0435\u0442 \u043E\u0448\u0438\u0431\u043A\u0443, \u0447\u0442\u043E \u0443\u043A\u0430\u0437\u044B\u0432\u0430\u0435\u0442 \u043D\u0430 \u0441\u043B\u0438\u0448\u043A\u043E\u043C \u0447\u0430\u0441\u0442\u044B\u0435 \u0437\u0430\u043F\u0440\u043E\u0441\u044B \u0438\u043B\u0438 \u043F\u0440\u0435\u0432\u044B\u0448\u0435\u043D\u0438\u0435 \u043B\u0438\u043C\u0438\u0442\u0430. \u041F\u043E\u0436\u0430\u043B\u0443\u0439\u0441\u0442\u0430, \u043F\u043E\u043F\u0440\u043E\u0431\u0443\u0439\u0442\u0435 \u043F\u043E\u0437\u0436\u0435.","error.400":"\u0421\u043B\u0443\u0436\u0431\u0430 \u0432\u043E\u0437\u0432\u0440\u0430\u0449\u0430\u0435\u0442 \u043E\u0448\u0438\u0431\u043A\u0443, \u043D\u0435\u0432\u0435\u0440\u043D\u044B\u0439 \u0437\u0430\u043F\u0440\u043E\u0441 \u043F\u0430\u0440\u0430\u043C\u0435\u0442\u0440\u0430, \u043F\u0440\u043E\u0432\u0435\u0440\u044C\u0442\u0435 \u0441\u043E\u043E\u0442\u0432\u0435\u0442\u0441\u0442\u0432\u0443\u044E\u0449\u0443\u044E \u043A\u043E\u043D\u0444\u0438\u0433\u0443\u0440\u0430\u0446\u0438\u044E.","error.openAIExceededQuota":"\u0421\u0435\u0440\u0432\u0438\u0441 \u0432\u043E\u0437\u0432\u0440\u0430\u0449\u0430\u0435\u0442 \u043E\u0448\u0438\u0431\u043A\u0443: \u043D\u0430 \u0432\u0430\u0448\u0435\u043C \u0442\u0435\u043A\u0443\u0449\u0435\u043C \u0441\u0447\u0435\u0442\u0443 OpenAI \u043D\u0435\u0434\u043E\u0441\u0442\u0430\u0442\u043E\u0447\u043D\u043E \u0441\u0440\u0435\u0434\u0441\u0442\u0432, \u043F\u043E\u0436\u0430\u043B\u0443\u0439\u0441\u0442\u0430, \u043F\u043E\u043F\u043E\u043B\u043D\u0438\u0442\u0435 \u0441\u0447\u0435\u0442 \u0438\u043B\u0438 \u043F\u0440\u0438\u0432\u044F\u0436\u0438\u0442\u0435 \u043A\u0440\u0435\u0434\u0438\u0442\u043D\u0443\u044E \u043A\u0430\u0440\u0442\u0443 \u0432 \u043E\u0444\u0438\u0446\u0438\u0430\u043B\u044C\u043D\u043E\u0439 \u0430\u0434\u043C\u0438\u043D\u0438\u0441\u0442\u0440\u0430\u0442\u0438\u0432\u043D\u043E\u0439 \u043F\u0430\u043D\u0435\u043B\u0438 OpenAI.","error.googleLimitIp":"\u0421\u043B\u0443\u0436\u0431\u0430 \u0432\u043E\u0437\u0432\u0440\u0430\u0449\u0430\u0435\u0442 \u043E\u0448\u0438\u0431\u043A\u0443, Google \u043E\u0433\u0440\u0430\u043D\u0438\u0447\u0438\u0432\u0430\u0435\u0442 \u0434\u043E\u0441\u0442\u0443\u043F \u0434\u043B\u044F \u044D\u0442\u043E\u0433\u043E IP-\u0430\u0434\u0440\u0435\u0441\u0430, \u0440\u0435\u043A\u043E\u043C\u0435\u043D\u0434\u0443\u0435\u0442\u0441\u044F \u0438\u0437\u043C\u0435\u043D\u0438\u0442\u044C \u0441\u0435\u0442\u0435\u0432\u043E\u0439 \u0443\u0437\u0435\u043B.","desc.toggleVideoSubtitlePreTranslation":"\u041F\u043E\u0441\u043B\u0435 \u043D\u0430\u0436\u0430\u0442\u0438\u044F, \u0434\u0432\u0443\u044F\u0437\u044B\u0447\u043D\u044B\u0435 \u0441\u0443\u0431\u0442\u0438\u0442\u0440\u044B \u0432\u0438\u0434\u0435\u043E \u0431\u0443\u0434\u0443\u0442 \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u044C \u043D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0438 \u043F\u043E\u0433\u0440\u0443\u0436\u0435\u043D\u0438\u044F \u0432 \u043F\u0435\u0440\u0435\u0432\u043E\u0434 \u0432 \u043F\u0435\u0440\u0432\u0443\u044E \u043E\u0447\u0435\u0440\u0435\u0434\u044C, \u043F\u0440\u0438 \u043F\u043E\u0432\u0442\u043E\u0440\u043D\u043E\u043C \u043D\u0430\u0436\u0430\u0442\u0438\u0438 \u0431\u0443\u0434\u0435\u0442 \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u044C\u0441\u044F \u043C\u0430\u0448\u0438\u043D\u043D\u044B\u0439 \u043F\u0435\u0440\u0435\u0432\u043E\u0434 \u0441\u0443\u0431\u0442\u0438\u0442\u0440\u043E\u0432 \u0438\u0437\u043D\u0430\u0447\u0430\u043B\u044C\u043D\u043E\u0433\u043E \u0432\u0438\u0434\u0435\u043E. \u041E\u0431\u0440\u0430\u0442\u0438\u0442\u0435 \u0432\u043D\u0438\u043C\u0430\u043D\u0438\u0435: \u044D\u0442\u043E\u0442 \u044F\u0440\u043B\u044B\u043A \u0438\u0437\u043C\u0435\u043D\u044F\u0435\u0442 \u0433\u043B\u043E\u0431\u0430\u043B\u044C\u043D\u044B\u0435 \u043D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0438.","error.openAIFreeLimit":"\u0421\u0435\u0440\u0432\u0438\u0441 \u0432\u043E\u0437\u0432\u0440\u0430\u0449\u0430\u0435\u0442 \u043E\u0448\u0438\u0431\u043A\u0443, \u0442\u0435\u043A\u0443\u0449\u0430\u044F \u0447\u0430\u0441\u0442\u043E\u0442\u0430 \u0437\u0430\u043F\u0440\u043E\u0441\u043E\u0432 \u043D\u0430 \u043F\u0435\u0440\u0435\u0432\u043E\u0434 \u0434\u043E\u0441\u0442\u0438\u0433\u043B\u0430 \u043F\u0440\u0435\u0434\u0435\u043B\u0430 \u0432 3 \u0440\u0430\u0437\u0430 \u0432 \u043C\u0438\u043D\u0443\u0442\u0443, \u043F\u043E\u0436\u0430\u043B\u0443\u0439\u0441\u0442\u0430, \u043F\u043E\u043F\u0440\u043E\u0431\u0443\u0439\u0442\u0435 \u043F\u043E\u0437\u0436\u0435. (\u042D\u0442\u043E \u043E\u0433\u0440\u0430\u043D\u0438\u0447\u0435\u043D\u0438\u0435 OpenAI \u0434\u043B\u044F \u0431\u0435\u0441\u043F\u043B\u0430\u0442\u043D\u043E\u0433\u043E API Key, \u0447\u0442\u043E\u0431\u044B \u0441\u043D\u044F\u0442\u044C \u044D\u0442\u043E \u043E\u0433\u0440\u0430\u043D\u0438\u0447\u0435\u043D\u0438\u0435, \u043F\u043E\u0436\u0430\u043B\u0443\u0439\u0441\u0442\u0430, \u043F\u0440\u0438\u0432\u044F\u0436\u0438\u0442\u0435 \u043A\u0440\u0435\u0434\u0438\u0442\u043D\u0443\u044E \u043A\u0430\u0440\u0442\u0443 \u0432 \u0431\u044D\u043A\u0435\u043D\u0434\u0435 OpenAI.)","error.serveUnavailable":"\u0412 \u043D\u0430\u0441\u0442\u043E\u044F\u0449\u0435\u0435 \u0432\u0440\u0435\u043C\u044F \u0443\u0441\u043B\u0443\u0433\u0430 [{serverName}], \u043A\u043E\u0442\u043E\u0440\u0443\u044E \u0432\u044B \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u0443\u0435\u0442\u0435, \u0432\u0440\u0435\u043C\u0435\u043D\u043D\u043E \u043D\u0435\u0434\u043E\u0441\u0442\u0443\u043F\u043D\u0430 \u0438\u0437-\u0437\u0430 \u043F\u0440\u043E\u0431\u043B\u0435\u043C \u0441 \u043F\u043E\u0434\u043A\u043B\u044E\u0447\u0435\u043D\u0438\u0435\u043C \u043A \u0441\u0435\u0442\u0438 \u0438\u043B\u0438 \u043F\u043E\u0441\u0442\u0430\u0432\u0449\u0438\u043A\u043E\u043C \u0443\u0441\u043B\u0443\u0433. \u0420\u0435\u043A\u043E\u043C\u0435\u043D\u0434\u0443\u0435\u043C \u0432\u0430\u043C \u043F\u043E\u043F\u0440\u043E\u0431\u043E\u0432\u0430\u0442\u044C \u043E\u0431\u043D\u043E\u0432\u0438\u0442\u044C \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u0443 \u0438\u043B\u0438 \u0438\u0437\u043C\u0435\u043D\u0438\u0442\u044C \u0434\u0440\u0443\u0433\u043E\u0439 \u0441\u0435\u0440\u0432\u0438\u0441 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430 \u0447\u0435\u0440\u0435\u0437 <1>\u043D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0438. \u0415\u0441\u043B\u0438 \u0432\u044B <2>Pro-\u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u0435\u043B\u044C, \u0432\u044B \u043C\u043E\u0436\u0435\u0442\u0435 \u0432\u044B\u0431\u0440\u0430\u0442\u044C \u0431\u043E\u043B\u0435\u0435 \u0441\u0442\u0430\u0431\u0438\u043B\u044C\u043D\u044B\u0435 \u0441\u0435\u0440\u0432\u0438\u0441\u044B \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430 DeepL \u0438\u043B\u0438 OpenAI (<3>\u043D\u0430\u0436\u043C\u0438\u0442\u0435 \u0437\u0434\u0435\u0441\u044C, \u0447\u0442\u043E\u0431\u044B \u043F\u043E\u043F\u0440\u043E\u0431\u043E\u0432\u0430\u0442\u044C \u0431\u0435\u0441\u043F\u043B\u0430\u0442\u043D\u043E). \u041A\u0440\u043E\u043C\u0435 \u0442\u043E\u0433\u043E, \u0432\u0430\u043C, \u0432\u043E\u0437\u043C\u043E\u0436\u043D\u043E, \u043F\u0440\u0438\u0434\u0435\u0442\u0441\u044F \u043F\u0440\u043E\u0432\u0435\u0440\u0438\u0442\u044C \u043D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0438 \u0432\u0430\u0448\u0435\u0439 \u0441\u0435\u0442\u0438 \u0438\u043B\u0438 \u043F\u0440\u043E\u043A\u0441\u0438.",pickAll:"\u0412\u044B\u0431\u0440\u0430\u0442\u044C \u0432\u0441\u0435","tagsInput.add":"+ \u0414\u043E\u0431\u0430\u0432\u0438\u0442\u044C",loggedIn:"\u0412\u0445\u043E\u0434 \u0432\u044B\u043F\u043E\u043B\u043D\u0435\u043D","widget.translateFile":"PDF/ePub","translationServices.gemini":"\u0411\u043B\u0438\u0437\u043D\u0435\u0446\u044B",notLogin:"\u041D\u0435 \u0432\u043E\u0448\u0435\u043B \u0432 \u0441\u0438\u0441\u0442\u0435\u043C\u0443","multipleClick.2":"\u0434\u0432\u043E\u0439\u043D\u043E\u0439 \u043A\u043B\u0438\u043A",goLogin:"\u0432\u043E\u0439\u0442\u0438 \u0432 \u0441\u0438\u0441\u0442\u0435\u043C\u0443","multipleClick.3":"\u0442\u0440\u043E\u0439\u043D\u043E\u0439 \u0443\u0434\u0430\u0440","error.subscriptionExpiredTitle":"\u0427\u043B\u0435\u043D\u0441\u0442\u0432\u043E \u0438\u0441\u0442\u0435\u043A\u043B\u043E",shortcutSettings:"\u0413\u043E\u0440\u044F\u0447\u0438\u0435 \u043A\u043B\u0430\u0432\u0438\u0448\u0438","widget.instruction":"\u0418\u043D\u0441\u0442\u0440\u0443\u043A\u0446\u0438\u044F \u043F\u043E \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u043D\u0438\u044E",contact:"\u0421\u0432\u044F\u0436\u0438\u0442\u0435\u0441\u044C \u0441 \u043D\u0430\u043C\u0438","widget.videoSubtitle":"\u0432\u0438\u0434\u0435\u043E \u0441\u0443\u0431\u0442\u0438\u0442\u0440\u044B","error.retry":"\u041F\u043E\u0432\u0442\u043E\u0440\u0438\u0442\u044C \u043F\u043E\u043F\u044B\u0442\u043A\u0443","widget.instructionTooltip":"\u041F\u0440\u043E\u0441\u043C\u043E\u0442\u0440 \u0438\u043D\u0441\u0442\u0440\u0443\u043A\u0446\u0438\u0439 \u043F\u043E \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u043D\u0438\u044E","subtitle.bilingual":"\u0434\u0432\u0443\u044F\u0437\u044B\u0447\u043D\u044B\u0435 \u0441\u0443\u0431\u0442\u0438\u0442\u0440\u044B","error.reason":"\u043F\u0440\u0438\u0447\u0438\u043D\u0430 \u043E\u0448\u0438\u0431\u043A\u0438",alwaysTranslateThisSite:"\u0412\u0441\u0435\u0433\u0434\u0430 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0438\u0442\u0435 \u044D\u0442\u043E\u0442 \u0441\u0430\u0439\u0442",touchShortcutsOff:"\u0437\u0430\u043A\u0440\u044B\u0442\u044C",neverTranslateThisSite:"\u041D\u0438\u043A\u043E\u0433\u0434\u0430 \u043D\u0435 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0438\u0442\u0435 \u044D\u0442\u043E\u0442 \u0441\u0430\u0439\u0442",buildSnapshots:"\u0421\u043E\u0437\u0434\u0430\u043D\u0438\u0435 \u0441\u043D\u0438\u043C\u043A\u0430 \u0432\u0435\u0431-\u0441\u0442\u0440\u0430\u043D\u0438\u0446\u044B","slide.left":"\u041F\u0440\u043E\u0432\u0435\u0434\u0438\u0442\u0435 \u0432\u043F\u0440\u0430\u0432\u043E","shortcutGroup.others":"\u0411\u043E\u043B\u044C\u0448\u0435 \u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u0435\u043B\u044C\u0441\u043A\u0438\u0445 \u0444\u0443\u043D\u043A\u0446\u0438\u0439 \u0433\u043E\u0440\u044F\u0447\u0438\u0445 \u043A\u043B\u0430\u0432\u0438\u0448",temprarilyChangeTranslationTo_openai:"\u0418\u0441\u043F\u043E\u043B\u044C\u0437\u0443\u0435\u0442\u0441\u044F OpenAI \u0434\u043B\u044F \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430 \u0442\u0435\u043A\u0443\u0449\u0435\u0439 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u044B","intro.hoverTitle":"\u041D\u0430\u0432\u0435\u0434\u0438\u0442\u0435 \u043A\u0443\u0440\u0441\u043E\u0440, \u0447\u0442\u043E\u0431\u044B \u043F\u0435\u0440\u0435\u0432\u0435\u0441\u0442\u0438 \u0442\u0435\u043A\u0443\u0449\u0438\u0439 \u0430\u0431\u0437\u0430\u0446","browser.translateWithDeepL":"\u0412\u0440\u0435\u043C\u0435\u043D\u043D\u043E \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u0443\u0439\u0442\u0435 DeepL \u0434\u043B\u044F \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430 \u0442\u0435\u043A\u0443\u0449\u0435\u0439 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u044B","slide.right":"\u0421\u0432\u0430\u0439\u043F \u0432\u043B\u0435\u0432\u043E",translationOnlyMode:"\u0422\u043E\u043B\u044C\u043A\u043E \u0440\u0435\u0436\u0438\u043C \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430",notLoginPro:"\u0412\u044B \u0435\u0449\u0435 \u043D\u0435 \u0432\u043E\u0448\u043B\u0438 \u0432 \u0441\u0432\u043E\u0439 \u0430\u043A\u043A\u0430\u0443\u043D\u0442",mouseHoverCustomKeyTitle:"\u041D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0430 \u0433\u043E\u0440\u044F\u0447\u0438\u0445 \u043A\u043B\u0430\u0432\u0438\u0448 \u043F\u0440\u0438 \u043D\u0430\u0432\u0435\u0434\u0435\u043D\u0438\u0438 \u043C\u044B\u0448\u0438","shortcutGroup.mouse":"\u041D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0430 \u0433\u043E\u0440\u044F\u0447\u0438\u0445 \u043A\u043B\u0430\u0432\u0438\u0448 \u043F\u0440\u0438 \u043D\u0430\u0432\u0435\u0434\u0435\u043D\u0438\u0438 \u043C\u044B\u0448\u0438",temprarilyChangeTranslationTo_deepl:"\u0418\u0441\u043F\u043E\u043B\u044C\u0437\u0443\u0435\u0442\u0441\u044F \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0447\u0438\u043A DeepL \u0434\u043B\u044F \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430 \u0442\u0435\u043A\u0443\u0449\u0435\u0439 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u044B.","browser.translateWithGoogle":"\u0412\u0440\u0435\u043C\u0435\u043D\u043D\u043E\u0435 \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u043D\u0438\u0435 Google Translate \u0434\u043B\u044F \u0442\u0435\u043A\u0443\u0449\u0435\u0439 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u044B","shortcutGroup.touch":"\u0421\u043F\u0435\u0446\u0438\u0430\u043B\u044C\u043D\u044B\u0435 \u0436\u0435\u0441\u0442\u044B \u0434\u043B\u044F \u0441\u0435\u043D\u0441\u043E\u0440\u043D\u043E\u0433\u043E \u044D\u043A\u0440\u0430\u043D\u0430","browser.translateInputBox":"\u041F\u0435\u0440\u0435\u0432\u0435\u0441\u0442\u0438 \u0442\u0435\u043A\u0443\u0449\u0435\u0435 \u0441\u043E\u0434\u0435\u0440\u0436\u0438\u043C\u043E\u0435 \u0432\u0432\u043E\u0434\u0430","widget.videoSubtitleTooltip":"\u041F\u043E\u0434\u0434\u0435\u0440\u0436\u043A\u0430 Youtube \u0438 \u0434\u0440\u0443\u0433\u0438\u0445 {count}+ \u0432\u0438\u0434\u0435\u043E-\u0441\u0430\u0439\u0442\u043E\u0432","browser.translateWithGemini":"\u0412\u0440\u0435\u043C\u0435\u043D\u043D\u043E \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u0443\u0439\u0442\u0435 Gemini \u0434\u043B\u044F \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430 \u0442\u0435\u043A\u0443\u0449\u0435\u0439 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u044B","subtitle.hideQuickButton":"\u0411\u043E\u043B\u044C\u0448\u0435 \u043D\u0435 \u043F\u043E\u043A\u0430\u0437\u044B\u0432\u0430\u0442\u044C \u044D\u0442\u043E\u0442 \u044F\u0440\u043B\u044B\u043A","browser.translateWithBing":"\u0412\u0440\u0435\u043C\u0435\u043D\u043D\u043E \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u0443\u0439\u0442\u0435 Microsoft \u0434\u043B\u044F \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430 \u0442\u0435\u043A\u0443\u0449\u0435\u0439 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u044B","browser.translateWithTransmart":"\u0412\u0440\u0435\u043C\u0435\u043D\u043D\u043E \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u0443\u0439\u0442\u0435 Tencent \u0434\u043B\u044F \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430 \u0442\u0435\u043A\u0443\u0449\u0435\u0439 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u044B","multipleClick.4":"\u0447\u0435\u0442\u044B\u0440\u0435\u0445\u043A\u0440\u0430\u0442\u043D\u044B\u0439 \u0443\u0434\u0430\u0440",temprarilyChangeTranslationTo_gemini:"\u0418\u0441\u043F\u043E\u043B\u044C\u0437\u0443\u0435\u0442\u0441\u044F \u043F\u0435\u0440\u0435\u0432\u043E\u0434 \u0442\u0435\u043A\u0443\u0449\u0435\u0439 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u044B \u0441 \u043F\u043E\u043C\u043E\u0449\u044C\u044E Gemini","floatBall.longPress":"\u0423\u0434\u0435\u0440\u0436\u0438\u0432\u0430\u0439\u0442\u0435 \u043A\u043D\u043E\u043F\u043A\u0443, \u0447\u0442\u043E\u0431\u044B \u0431\u044B\u0441\u0442\u0440\u043E \u043E\u0442\u043A\u0440\u044B\u0442\u044C \u043F\u0430\u043D\u0435\u043B\u044C \u043D\u0430\u0441\u0442\u0440\u043E\u0435\u043A.",shortcutSettingsTitle:"\u041D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0430 \u0433\u043E\u0440\u044F\u0447\u0438\u0445 \u043A\u043B\u0430\u0432\u0438\u0448",networkError:"\u041F\u0440\u043E\u0431\u043B\u0435\u043C\u044B \u0441 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0447\u0435\u0441\u043A\u0438\u043C \u0441\u0435\u0440\u0432\u0438\u0441\u043E\u043C \u0438\u043B\u0438 \u0441\u0435\u0442\u044C\u044E","intro.floatBallTitle":"\u0411\u044B\u0441\u0442\u0440\u044B\u0439 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0447\u0438\u043A \u0432\u0441\u043F\u043B\u044B\u0432\u0430\u044E\u0449\u0435\u0433\u043E \u0448\u0430\u0440\u0430",temprarilyChangeTranslationTo_transmart:"\u0418\u0441\u043F\u043E\u043B\u044C\u0437\u0443\u0435\u0442\u0441\u044F \u043F\u0435\u0440\u0435\u0432\u043E\u0434 \u0442\u0435\u043A\u0443\u0449\u0435\u0439 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u044B \u0447\u0435\u0440\u0435\u0437 Tencent.","subtitle.autoDisableSubtitle":"\u041D\u0435 \u0430\u0432\u0442\u043E\u043C\u0430\u0442\u0438\u0447\u0435\u0441\u043A\u0438 \u0432\u043A\u043B\u044E\u0447\u0430\u0442\u044C \u0434\u0432\u0443\u044F\u0437\u044B\u0447\u043D\u044B\u0435 \u0441\u0443\u0431\u0442\u0438\u0442\u0440\u044B","browser.translateWithOpenAI":"\u0412\u0440\u0435\u043C\u0435\u043D\u043D\u043E \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u0443\u0439\u0442\u0435 OpenAI \u0434\u043B\u044F \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430 \u0442\u0435\u043A\u0443\u0449\u0435\u0439 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u044B","shortcutGroup.shortcutsForTranslationServices":"\u0421\u043E\u0447\u0435\u0442\u0430\u043D\u0438\u044F \u043A\u043B\u0430\u0432\u0438\u0448, \u0441\u0432\u044F\u0437\u0430\u043D\u043D\u044B\u0435 \u0441 \u0443\u0441\u043B\u0443\u0433\u0430\u043C\u0438 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430",temprarilyChangeTranslationTo_google:"\u0418\u0441\u043F\u043E\u043B\u044C\u0437\u0443\u0435\u0442\u0441\u044F Google Translate \u0434\u043B\u044F \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430 \u0442\u0435\u043A\u0443\u0449\u0435\u0439 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u044B.",paragraphMinTextCountField:"\u041C\u0438\u043D\u0438\u043C\u0430\u043B\u044C\u043D\u043E\u0435 \u043A\u043E\u043B\u0438\u0447\u0435\u0441\u0442\u0432\u043E \u0441\u0438\u043C\u0432\u043E\u043B\u043E\u0432, \u043D\u0435\u043E\u0431\u0445\u043E\u0434\u0438\u043C\u044B\u0445 \u0434\u043B\u044F \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430 \u0430\u0431\u0437\u0430\u0446\u0430",temprarilyChangeTranslationTo_bing:"\u0418\u0441\u043F\u043E\u043B\u044C\u0437\u0443\u0435\u0442\u0441\u044F Microsoft \u0434\u043B\u044F \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430 \u0442\u0435\u043A\u0443\u0449\u0435\u0439 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u044B",upgradeToProErrorTitle:"\u041F\u043E\u0436\u0430\u043B\u0443\u0439\u0441\u0442\u0430, \u043E\u0431\u043D\u043E\u0432\u0438\u0442\u0435 \u0434\u043E Pro-\u0447\u043B\u0435\u043D\u0441\u0442\u0432\u0430, \u0447\u0442\u043E\u0431\u044B \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u044C \u044D\u0442\u0443 \u0443\u0441\u043B\u0443\u0433\u0443 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430.","floatBall.guideClickToTranslate":`\u041D\u0430\u0436\u043C\u0438\u0442\u0435 \u043D\u0430 \u043F\u043B\u0430\u0432\u0430\u044E\u0449\u0438\u0439 \u0448\u0430\u0440 \u0434\u043B\u044F \u043F\u043E\u0433\u0440\u0443\u0436\u0435\u043D\u0438\u044F \u0432 \u043F\u0435\u0440\u0435\u0432\u043E\u0434, \u0447\u0442\u043E\u0431\u044B \u0431\u044B\u0441\u0442\u0440\u043E \u043F\u0435\u0440\u0435\u0432\u0435\u0441\u0442\u0438`,"floatBall.iKnow":"\u042F \u0437\u043D\u0430\u044E.","shortcutGroup.main":"\u041E\u0431\u044B\u0447\u043D\u044B\u0435 \u0433\u043E\u0440\u044F\u0447\u0438\u0435 \u043A\u043B\u0430\u0432\u0438\u0448\u0438 \u0444\u0443\u043D\u043A\u0446\u0438\u0439","widget.translateFileTooltip":"\u041F\u0435\u0440\u0435\u0432\u043E\u0434\u0438\u0442\u0435 \u0434\u043E\u043A\u0443\u043C\u0435\u043D\u0442\u044B PDF, EPUB, SRT, ASS, HTML \u0438 TXT","neverTranslateText.title":"\u041F\u043E\u0436\u0430\u043B\u0443\u0439\u0441\u0442\u0430, \u043F\u0435\u0440\u0435\u0432\u0435\u0434\u0438\u0442\u0435 \u0441\u043B\u0435\u0434\u0443\u044E\u0449\u0438\u0435 \u0441\u043B\u043E\u0432\u0430 \u043D\u0430 \u0440\u0443\u0441\u0441\u043A\u0438\u0439 \u044F\u0437\u044B\u043A, \u043D\u0435 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u044F \u0438\u0445.","subtitle.showQuickButton":"\u041D\u0430 \u043F\u043B\u0435\u0435\u0440\u0435 \u043E\u0442\u043E\u0431\u0440\u0430\u0436\u0430\u0435\u0442\u0441\u044F \u044F\u0440\u043B\u044B\u043A \u0434\u043B\u044F \u0434\u0432\u0443\u044F\u0437\u044B\u0447\u043D\u044B\u0445 \u0441\u0443\u0431\u0442\u0438\u0442\u0440\u043E\u0432","description.baiduField":"\u041F\u043E\u0434\u0434\u0435\u0440\u0436\u0438\u0432\u0430\u0435\u043C\u044B\u0435 \u043E\u0431\u043B\u0430\u0441\u0442\u0438 \u0441\u043C\u043E\u0442\u0440\u0438\u0442\u0435 <1>\u0437\u0434\u0435\u0441\u044C, \u0435\u0441\u043B\u0438 \u043F\u0443\u0441\u0442\u043E, \u0437\u043D\u0430\u0447\u0438\u0442 \u043E\u0431\u043B\u0430\u0441\u0442\u044C \u043D\u0435 \u0443\u043A\u0430\u0437\u0430\u043D\u0430.","desc.interfaceLanguage":"\u041D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0430 \u044F\u0437\u044B\u043A\u0430 \u0438\u043D\u0442\u0435\u0440\u0444\u0435\u0439\u0441\u0430 \u0432\u043B\u0438\u044F\u0435\u0442 \u043D\u0430 \u044F\u0437\u044B\u043A \u043E\u0442\u043E\u0431\u0440\u0430\u0436\u0435\u043D\u0438\u044F \u043F\u0430\u043D\u0435\u043B\u0438 \u0443\u043F\u0440\u0430\u0432\u043B\u0435\u043D\u0438\u044F \u0438 \u043D\u0435 \u0441\u0432\u044F\u0437\u0430\u043D\u0430 \u0441 \u0446\u0435\u043B\u0435\u0432\u044B\u043C \u044F\u0437\u044B\u043A\u043E\u043C \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430.",touchShortcutsToggleTranslatePage:"\u041D\u0430\u0441\u0442\u0440\u043E\u0439\u0442\u0435 \u0436\u0435\u0441\u0442\u044B \u0441\u0435\u043D\u0441\u043E\u0440\u043D\u043E\u0433\u043E \u044D\u043A\u0440\u0430\u043D\u0430 \u0434\u043B\u044F \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430 \u0432\u0435\u0431-\u0441\u0442\u0440\u0430\u043D\u0438\u0446/\u043E\u0442\u043E\u0431\u0440\u0430\u0436\u0435\u043D\u0438\u044F \u0438\u0441\u0445\u043E\u0434\u043D\u043E\u0433\u043E \u0442\u0435\u043A\u0441\u0442\u0430","browser.toggleVideoSubtitlePreTranslation":"\u041F\u0435\u0440\u0435\u043A\u043B\u044E\u0447\u0438\u0442\u0435 \u0434\u0432\u0443\u044F\u0437\u044B\u0447\u043D\u044B\u0435 \u0441\u0443\u0431\u0442\u0438\u0442\u0440\u044B \u0434\u043B\u044F \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u043D\u0438\u044F \u043D\u0430\u0441\u0442\u0440\u043E\u0435\u043A \u043F\u043E\u0433\u0440\u0443\u0436\u0435\u043D\u0438\u044F \u0432 \u043F\u0435\u0440\u0435\u0432\u043E\u0434.",touchShortcutsToggleTranslateTouchElement:"\u041D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0430 \u0436\u0435\u0441\u0442\u043E\u0432 \u0441\u0435\u043D\u0441\u043E\u0440\u043D\u043E\u0433\u043E \u044D\u043A\u0440\u0430\u043D\u0430 \u0434\u043B\u044F \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430 \u0443\u043A\u0430\u0437\u0430\u043D\u043D\u043E\u0433\u043E \u0430\u0431\u0437\u0430\u0446\u0430","intro.subtitleTitle":"\u041E\u0442\u043E\u0431\u0440\u0430\u0436\u0435\u043D\u0438\u0435 \u0434\u0432\u0443\u044F\u0437\u044B\u0447\u043D\u044B\u0445 \u0441\u0443\u0431\u0442\u0438\u0442\u0440\u043E\u0432 \u0432 \u043E\u043D\u043B\u0430\u0439\u043D-\u0432\u0438\u0434\u0435\u043E","desc.touchShortcutsToggleTranslateTouchElement":"\u041D\u0430\u0441\u0442\u0440\u043E\u0439\u0442\u0435 \u0436\u0435\u0441\u0442, \u0438 \u0432\u044B \u0441\u043C\u043E\u0436\u0435\u0442\u0435 \u043F\u0435\u0440\u0435\u0432\u0435\u0441\u0442\u0438 \u043B\u044E\u0431\u043E\u0439 \u0430\u0431\u0437\u0430\u0446, \u0433\u0434\u0435 \u0431\u044B \u0432\u044B \u043D\u0438 \u043D\u0430\u0445\u043E\u0434\u0438\u043B\u0438\u0441\u044C.","browser.toggleMouseHoverTranslateDirectly":"\u041D\u0430 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u0435 \u0432\u0440\u0435\u043C\u0435\u043D\u043D\u043E \u0432\u043A\u043B\u044E\u0447\u0438\u0442\u0435 \u0438\u043B\u0438 \u043E\u0442\u043A\u043B\u044E\u0447\u0438\u0442\u0435 \u043F\u0440\u044F\u043C\u043E\u0439 \u043F\u0435\u0440\u0435\u0432\u043E\u0434 \u043F\u0440\u0438 \u043D\u0430\u0432\u0435\u0434\u0435\u043D\u0438\u0438 \u043C\u044B\u0448\u0438",paragraphMinTextCountDesc:"\u041E\u0431\u0440\u0430\u0442\u0438\u0442\u0435 \u0432\u043D\u0438\u043C\u0430\u043D\u0438\u0435, \u0437\u0434\u0435\u0441\u044C \u0440\u0435\u0447\u044C \u0438\u0434\u0435\u0442 \u043E \u0434\u043B\u0438\u043D\u0435 \u0441\u0438\u043C\u0432\u043E\u043B\u043E\u0432, \u043D\u0430\u043F\u0440\u0438\u043C\u0435\u0440: hello \u0441\u043E\u0441\u0442\u043E\u0438\u0442 \u0438\u0437 5 \u0441\u0438\u043C\u0432\u043E\u043B\u043E\u0432, \u0443\u0441\u0442\u0430\u043D\u043E\u0432\u043A\u0430 \u0431\u043E\u043B\u044C\u0448\u0435\u0433\u043E \u0437\u043D\u0430\u0447\u0435\u043D\u0438\u044F \u043C\u043E\u0436\u0435\u0442 \u0443\u043C\u0435\u043D\u044C\u0448\u0438\u0442\u044C \u043D\u0435\u043D\u0443\u0436\u043D\u044B\u0439 \u043F\u0435\u0440\u0435\u0432\u043E\u0434 \u043C\u0430\u043B\u0435\u043D\u044C\u043A\u0438\u0445 \u0430\u0431\u0437\u0430\u0446\u0435\u0432.",confirmResetToDefaultSettings:"\u0412\u044B \u0443\u0432\u0435\u0440\u0435\u043D\u044B, \u0447\u0442\u043E \u0445\u043E\u0442\u0438\u0442\u0435 \u0432\u043E\u0441\u0441\u0442\u0430\u043D\u043E\u0432\u0438\u0442\u044C \u044D\u0442\u043E\u0442 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0447\u0435\u0441\u043A\u0438\u0439 \u0441\u0435\u0440\u0432\u0438\u0441 \u0434\u043E \u043D\u0430\u0441\u0442\u0440\u043E\u0435\u043A \u043F\u043E \u0443\u043C\u043E\u043B\u0447\u0430\u043D\u0438\u044E? (\u0421\u0431\u0440\u043E\u0441 \u043D\u0430\u0441\u0442\u0440\u043E\u0435\u043A \u0442\u043E\u043B\u044C\u043A\u043E \u0434\u043B\u044F \u0442\u0435\u043A\u0443\u0449\u0435\u0433\u043E \u0441\u0435\u0440\u0432\u0438\u0441\u0430 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430)",touchShortcutsToggleTranslationMask:"\u041D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0430 \u043E\u0442\u043E\u0431\u0440\u0430\u0436\u0435\u043D\u0438\u044F \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430/\u043E\u0440\u0438\u0433\u0438\u043D\u0430\u043B\u044C\u043D\u043E\u0433\u043E \u0442\u0435\u043A\u0441\u0442\u0430 \u0441 \u043F\u043E\u043C\u043E\u0449\u044C\u044E \u0436\u0435\u0441\u0442\u043E\u0432 \u043D\u0430 \u0441\u0435\u043D\u0441\u043E\u0440\u043D\u043E\u043C \u044D\u043A\u0440\u0430\u043D\u0435",shortcutDisableTooltip:"\u041F\u043E\u0436\u0430\u043B\u0443\u0439\u0441\u0442\u0430, \u043D\u0430\u0441\u0442\u0440\u043E\u0439\u0442\u0435 \u043D\u0430 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u0435 \u0443\u043F\u0440\u0430\u0432\u043B\u0435\u043D\u0438\u044F \u0431\u044B\u0441\u0442\u0440\u044B\u043C\u0438 \u043A\u043B\u0430\u0432\u0438\u0448\u0430\u043C\u0438 \u0440\u0430\u0441\u0448\u0438\u0440\u0435\u043D\u0438\u044F \u0431\u0440\u0430\u0443\u0437\u0435\u0440\u0430, \u0434\u043B\u044F \u043F\u043E\u043B\u0443\u0447\u0435\u043D\u0438\u044F \u0434\u043E\u043F\u043E\u043B\u043D\u0438\u0442\u0435\u043B\u044C\u043D\u044B\u0445 \u0440\u0443\u043A\u043E\u0432\u043E\u0434\u0441\u0442\u0432 \u0441\u043C\u043E\u0442\u0440\u0438\u0442\u0435 \u0438\u043D\u0441\u0442\u0440\u0443\u043A\u0446\u0438\u0438 \u0432 \u0432\u0435\u0440\u0445\u043D\u0435\u0439 \u0447\u0430\u0441\u0442\u0438 \u044D\u0442\u043E\u0439 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u044B.",mouseHoverCustomKeyDescription:"\u0412\u044B \u043C\u043E\u0436\u0435\u0442\u0435 \u043D\u0430\u0441\u0442\u0440\u043E\u0438\u0442\u044C \u0441\u043E\u0447\u0435\u0442\u0430\u043D\u0438\u0435 \u043A\u043B\u0430\u0432\u0438\u0448 \u0434\u043B\u044F \u043D\u0430\u0432\u0435\u0434\u0435\u043D\u0438\u044F \u043C\u044B\u0448\u0438, \u043D\u0430\u043F\u0440\u0438\u043C\u0435\u0440: Alt+Z, Ctrl+E, Cmd+Alt+E \u0438\u043B\u0438 \u043F\u0440\u043E\u0441\u0442\u043E Cmd, \u043F\u043E\u0436\u0430\u043B\u0443\u0439\u0441\u0442\u0430, \u0432\u0432\u0435\u0434\u0438\u0442\u0435 \u0432\u0440\u0443\u0447\u043D\u0443\u044E.","desc.mouseHoverHoldKey":"\u041F\u0440\u0438 \u043D\u0430\u0432\u0435\u0434\u0435\u043D\u0438\u0438 \u043C\u044B\u0448\u0438 \u043D\u0430 \u0430\u0431\u0437\u0430\u0446, \u043E\u0434\u043D\u043E\u0432\u0440\u0435\u043C\u0435\u043D\u043D\u043E \u043D\u0430\u0436\u043C\u0438\u0442\u0435 \u043F\u0440\u0430\u0432\u0443\u044E \u0433\u043E\u0440\u044F\u0447\u0443\u044E \u043A\u043B\u0430\u0432\u0438\u0448\u0443, \u0447\u0442\u043E\u0431\u044B \u043D\u0435\u043F\u043E\u0441\u0440\u0435\u0434\u0441\u0442\u0432\u0435\u043D\u043D\u043E \u043F\u0435\u0440\u0435\u0432\u0435\u0441\u0442\u0438 \u044D\u0442\u043E\u0442 \u0430\u0431\u0437\u0430\u0446.","error.subscriptionExpired":"\u0412\u0430\u0448\u0430 \u043F\u043E\u0434\u043F\u0438\u0441\u043A\u0430, \u0432\u043E\u0437\u043C\u043E\u0436\u043D\u043E, \u0438\u0441\u0442\u0435\u043A\u043B\u0430, \u043F\u043E\u0436\u0430\u043B\u0443\u0439\u0441\u0442\u0430, \u043F\u0440\u043E\u0432\u0435\u0440\u044C\u0442\u0435 \u0441\u0442\u0430\u0442\u0443\u0441 \u0432\u0430\u0448\u0435\u0439 \u043F\u043E\u0434\u043F\u0438\u0441\u043A\u0438.","desc.touchShortcutsToggleTranslatePage":"\u041F\u043E\u0441\u043B\u0435 \u043D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0438, \u043F\u0440\u0438 \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u043D\u0438\u0438 \u043C\u043E\u0431\u0438\u043B\u044C\u043D\u043E\u0433\u043E \u0443\u0441\u0442\u0440\u043E\u0439\u0441\u0442\u0432\u0430, \u043C\u043E\u0436\u043D\u043E \u043E\u0434\u043D\u043E\u0432\u0440\u0435\u043C\u0435\u043D\u043D\u043E \u043A\u0430\u0441\u0430\u0442\u044C\u0441\u044F \u044D\u043A\u0440\u0430\u043D\u0430 X \u043F\u0430\u043B\u044C\u0446\u0430\u043C\u0438, \u043F\u0440\u043E\u0432\u043E\u0434\u0438\u0442\u044C \u043F\u043E \u043D\u0435\u043C\u0443 \u0432\u043B\u0435\u0432\u043E \u0438 \u0432\u043F\u0440\u0430\u0432\u043E \u0438\u043B\u0438 \u043D\u0435\u043F\u0440\u0435\u0440\u044B\u0432\u043D\u043E \u043D\u0430\u0436\u0438\u043C\u0430\u0442\u044C, \u0447\u0442\u043E\u0431\u044B \u0430\u043A\u0442\u0438\u0432\u0438\u0440\u043E\u0432\u0430\u0442\u044C \u043F\u0435\u0440\u0435\u0432\u043E\u0434 \u0432\u0435\u0431-\u0441\u0442\u0440\u0430\u043D\u0438\u0446\u044B/\u043F\u043E\u043A\u0430\u0437\u0430\u0442\u044C \u0438\u0441\u0445\u043E\u0434\u043D\u044B\u0439 \u0442\u0435\u043A\u0441\u0442.","contact.description":"\u0415\u0441\u043B\u0438 \u0443 \u0432\u0430\u0441 \u0435\u0441\u0442\u044C \u043A\u0430\u043A\u0438\u0435-\u043B\u0438\u0431\u043E \u0432\u043E\u043F\u0440\u043E\u0441\u044B \u0438\u043B\u0438 \u043F\u0440\u0435\u0434\u043B\u043E\u0436\u0435\u043D\u0438\u044F, \u043F\u043E\u0436\u0430\u043B\u0443\u0439\u0441\u0442\u0430, \u0437\u0430\u043F\u043E\u043B\u043D\u0438\u0442\u0435 \u0444\u043E\u0440\u043C\u0443 \u043D\u0438\u0436\u0435, \u0447\u0442\u043E\u0431\u044B \u0441\u0432\u044F\u0437\u0430\u0442\u044C\u0441\u044F \u0441 \u043D\u0430\u043C\u0438, \u0438\u043B\u0438 \u043E\u0442\u043F\u0440\u0430\u0432\u044C\u0442\u0435 \u044D\u043B\u0435\u043A\u0442\u0440\u043E\u043D\u043D\u043E\u0435 \u043F\u0438\u0441\u044C\u043C\u043E \u043D\u0430 {email}, \u0438 \u043C\u044B \u043E\u0442\u0432\u0435\u0442\u0438\u043C \u0432\u0430\u043C \u043A\u0430\u043A \u043C\u043E\u0436\u043D\u043E \u0441\u043A\u043E\u0440\u0435\u0435.","desc.toggleTranslateTheWholePage":"\u041F\u0435\u0440\u0435\u0432\u043E\u0434\u0438\u0442\u0435 \u0432\u0441\u0435 \u043E\u0431\u043B\u0430\u0441\u0442\u0438 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u044B, \u043F\u043E \u0443\u043C\u043E\u043B\u0447\u0430\u043D\u0438\u044E \u043C\u044B \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0438\u043C \u043E\u0441\u043D\u043E\u0432\u043D\u044B\u0435 \u043E\u0431\u043B\u0430\u0441\u0442\u0438 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u044B, \u0432\u044B \u043C\u043E\u0436\u0435\u0442\u0435 \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u044C \u044D\u0442\u043E\u0442 \u0433\u043E\u0440\u044F\u0447\u0438\u0439 \u043A\u043B\u0430\u0432\u0438\u0448 \u0434\u043B\u044F \u0441\u043F\u0435\u0446\u0438\u0430\u043B\u044C\u043D\u043E\u0433\u043E \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430 \u0432\u0441\u0435\u0445 \u043E\u0431\u043B\u0430\u0441\u0442\u0435\u0439 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u044B.",translationOnlyModeDescription:'\u0420\u0435\u0436\u0438\u043C "\u0422\u043E\u043B\u044C\u043A\u043E \u043F\u0435\u0440\u0435\u0432\u043E\u0434" \u043E\u0437\u043D\u0430\u0447\u0430\u0435\u0442, \u0447\u0442\u043E \u043E\u0442\u043E\u0431\u0440\u0430\u0436\u0430\u0435\u0442\u0441\u044F \u0442\u043E\u043B\u044C\u043A\u043E \u043F\u0435\u0440\u0435\u0432\u043E\u0434, \u0430 \u043D\u0435 \u0441\u0442\u0430\u043D\u0434\u0430\u0440\u0442\u043D\u044B\u0439 \u0434\u0432\u0443\u044F\u0437\u044B\u0447\u043D\u044B\u0439 \u0440\u0435\u0436\u0438\u043C. \u041E\u0431\u0440\u0430\u0442\u0438\u0442\u0435 \u0432\u043D\u0438\u043C\u0430\u043D\u0438\u0435: \u0438\u0437-\u0437\u0430 \u0442\u0435\u0445\u043D\u0438\u0447\u0435\u0441\u043A\u0438\u0445 \u043E\u0433\u0440\u0430\u043D\u0438\u0447\u0435\u043D\u0438\u0439, \u0433\u0438\u043F\u0435\u0440\u0441\u0441\u044B\u043B\u043A\u0438 \u0438\u0441\u0445\u043E\u0434\u043D\u043E\u0433\u043E \u0442\u0435\u043A\u0441\u0442\u0430 \u0431\u0443\u0434\u0443\u0442 \u043D\u0435\u0430\u043A\u0442\u0438\u0432\u043D\u044B \u0432 \u0440\u0435\u0436\u0438\u043C\u0435 "\u0422\u043E\u043B\u044C\u043A\u043E \u043F\u0435\u0440\u0435\u0432\u043E\u0434".',"desc.toggleTranslateTheMainPage":"\u0422\u043E\u043B\u044C\u043A\u043E \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0438\u0442\u0435 \u043E\u0441\u043D\u043E\u0432\u043D\u044B\u0435 \u043E\u0431\u043B\u0430\u0441\u0442\u0438 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u044B, \u043A\u043E\u0433\u0434\u0430 \u0432\u044B \u0432\u043A\u043B\u044E\u0447\u0438\u043B\u0438 \u043F\u0435\u0440\u0435\u0432\u043E\u0434 \u0432\u0441\u0435\u0445 \u043E\u0431\u043B\u0430\u0441\u0442\u0435\u0439 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u044B \u0432 \u0440\u0430\u0441\u0448\u0438\u0440\u0435\u043D\u043D\u044B\u0445 \u043D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0430\u0445, \u0432\u044B \u043C\u043E\u0436\u0435\u0442\u0435 \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u044C \u044D\u0442\u043E\u0442 \u0433\u043E\u0440\u044F\u0447\u0438\u0439 \u043A\u043B\u0430\u0432\u0438\u0448 \u0434\u043B\u044F \u0441\u043F\u0435\u0446\u0438\u0430\u043B\u044C\u043D\u043E\u0433\u043E \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430 \u043E\u0441\u043D\u043E\u0432\u043D\u044B\u0445 \u043E\u0431\u043B\u0430\u0441\u0442\u0435\u0439 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u044B.","intro.floatBallDescription":"\u041F\u043E\u0441\u043B\u0435 \u0430\u043A\u0442\u0438\u0432\u0430\u0446\u0438\u0438 \u043D\u0430 \u043F\u0440\u0430\u0432\u043E\u0439 \u0441\u0442\u043E\u0440\u043E\u043D\u0435 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u044B \u043F\u043E\u044F\u0432\u0438\u0442\u0441\u044F \u043A\u043D\u043E\u043F\u043A\u0430 \u0431\u044B\u0441\u0442\u0440\u043E\u0433\u043E \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430, \u043D\u0430\u0436\u043C\u0438\u0442\u0435 \u043D\u0430 \u043D\u0435\u0435, \u0447\u0442\u043E\u0431\u044B \u043F\u0435\u0440\u0435\u0432\u0435\u0441\u0442\u0438, \u043D\u0430\u0436\u043C\u0438\u0442\u0435 \u0435\u0449\u0435 \u0440\u0430\u0437, \u0447\u0442\u043E\u0431\u044B \u0432\u0435\u0440\u043D\u0443\u0442\u044C\u0441\u044F \u043A \u0438\u0441\u0445\u043E\u0434\u043D\u043E\u043C\u0443 \u0442\u0435\u043A\u0441\u0442\u0443. \u041D\u0430 \u043C\u043E\u0431\u0438\u043B\u044C\u043D\u043E\u043C \u0443\u0441\u0442\u0440\u043E\u0439\u0441\u0442\u0432\u0435, \u0435\u0441\u043B\u0438 \u0432\u044B \u0434\u043E\u043B\u0433\u043E \u043D\u0430\u0436\u0438\u043C\u0430\u0435\u0442\u0435 \u043D\u0430 \u043F\u043B\u0430\u0432\u0430\u044E\u0449\u0438\u0439 \u0448\u0430\u0440, \u0432\u044B \u043C\u043E\u0436\u0435\u0442\u0435 \u043E\u0442\u043A\u0440\u044B\u0442\u044C \u043F\u0430\u043D\u0435\u043B\u044C \u0431\u044B\u0441\u0442\u0440\u044B\u0445 \u043D\u0430\u0441\u0442\u0440\u043E\u0435\u043A.","desc.toggleMouseHoverTranslateDirectly":"\u041F\u043E\u0441\u043B\u0435 \u043D\u0430\u0436\u0430\u0442\u0438\u044F \u044D\u0442\u043E\u0439 \u0433\u043E\u0440\u044F\u0447\u0435\u0439 \u043A\u043B\u0430\u0432\u0438\u0448\u0438, \u043D\u0430 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u0435, \u043A\u0430\u043A \u0442\u043E\u043B\u044C\u043A\u043E \u043C\u044B\u0448\u044C \u0443\u043A\u0430\u0437\u044B\u0432\u0430\u0435\u0442 \u043D\u0430 \u043B\u044E\u0431\u043E\u0439 \u0442\u0435\u043A\u0441\u0442, \u044D\u0442\u043E\u0442 \u0442\u0435\u043A\u0441\u0442 \u0430\u0432\u0442\u043E\u043C\u0430\u0442\u0438\u0447\u0435\u0441\u043A\u0438 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0438\u0442\u0441\u044F. \u041D\u0430\u0436\u043C\u0438\u0442\u0435 \u0433\u043E\u0440\u044F\u0447\u0443\u044E \u043A\u043B\u0430\u0432\u0438\u0448\u0443 \u0435\u0449\u0435 \u0440\u0430\u0437, \u0447\u0442\u043E\u0431\u044B \u043E\u0442\u043A\u043B\u044E\u0447\u0438\u0442\u044C \u044D\u0442\u0443 \u0444\u0443\u043D\u043A\u0446\u0438\u044E \u0430\u0432\u0442\u043E\u043C\u0430\u0442\u0438\u0447\u0435\u0441\u043A\u043E\u0433\u043E \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430.","subtitle.showQuickButtonDescription":"\u0412 \u043F\u0440\u0430\u0432\u043E\u043C \u043D\u0438\u0436\u043D\u0435\u043C \u0443\u0433\u043B\u0443 \u0432\u0438\u0434\u0435\u043E\u043F\u043B\u0435\u0435\u0440\u0430 \u043F\u0440\u0435\u0434\u043E\u0441\u0442\u0430\u0432\u043B\u044F\u0435\u0442\u0441\u044F \u0431\u044B\u0441\u0442\u0440\u044B\u0439 \u0434\u043E\u0441\u0442\u0443\u043F \u043A \u0432\u043A\u043B\u044E\u0447\u0435\u043D\u0438\u044E \u0434\u0432\u0443\u044F\u0437\u044B\u0447\u043D\u044B\u0445 \u0441\u0443\u0431\u0442\u0438\u0442\u0440\u043E\u0432.","neverTranslateText.description":"\u0418\u0437-\u0437\u0430 \u0442\u043E\u0433\u043E, \u0447\u0442\u043E \u043D\u0435\u043A\u043E\u0442\u043E\u0440\u044B\u0435 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0447\u0435\u0441\u043A\u0438\u0435 \u0434\u0432\u0438\u0436\u043A\u0438 \u043D\u0435 \u0438\u0434\u0435\u0430\u043B\u044C\u043D\u043E \u0440\u0430\u0441\u043F\u043E\u0437\u043D\u0430\u044E\u0442 \u0441\u043F\u0435\u0446\u0438\u0430\u043B\u044C\u043D\u044B\u0435 \u0442\u0435\u0440\u043C\u0438\u043D\u044B, \u0432\u044B \u043C\u043E\u0436\u0435\u0442\u0435 \u0434\u043E\u0431\u0430\u0432\u0438\u0442\u044C \u0441\u043B\u043E\u0432\u0430 \u0437\u0434\u0435\u0441\u044C, \u0447\u0442\u043E\u0431\u044B \u0443\u0431\u0435\u0434\u0438\u0442\u044C\u0441\u044F, \u0447\u0442\u043E \u043E\u043D\u0438 \u043D\u0435 \u0431\u0443\u0434\u0443\u0442 \u043F\u0440\u0435\u043E\u0431\u0440\u0430\u0437\u043E\u0432\u0430\u043D\u044B \u0432 \u043F\u0440\u043E\u0446\u0435\u0441\u0441\u0435 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430. \u041E\u0431\u0440\u0430\u0442\u0438\u0442\u0435 \u0432\u043D\u0438\u043C\u0430\u043D\u0438\u0435, \u0447\u0442\u043E \u044D\u0442\u0430 \u0444\u0443\u043D\u043A\u0446\u0438\u044F \u0440\u0430\u0437\u043B\u0438\u0447\u0430\u0435\u0442 \u0440\u0435\u0433\u0438\u0441\u0442\u0440 \u0438 \u043F\u043E\u0434\u0434\u0435\u0440\u0436\u0438\u0432\u0430\u0435\u0442 \u0442\u043E\u043B\u044C\u043A\u043E \u044F\u0437\u044B\u043A\u0438 \u0441\u043E \u0441\u043B\u043E\u0432\u0430\u043C\u0438, \u0440\u0430\u0437\u0434\u0435\u043B\u0435\u043D\u043D\u044B\u043C\u0438 \u043F\u0440\u043E\u0431\u0435\u043B\u0430\u043C\u0438 (\u043D\u0430\u043F\u0440\u0438\u043C\u0435\u0440, \u0430\u043D\u0433\u043B\u0438\u0439\u0441\u043A\u0438\u0439, \u0444\u0440\u0430\u043D\u0446\u0443\u0437\u0441\u043A\u0438\u0439), \u0438 \u043D\u0435 \u043F\u043E\u0434\u0445\u043E\u0434\u0438\u0442 \u0434\u043B\u044F \u044F\u0437\u044B\u043A\u043E\u0432, \u0442\u0430\u043A\u0438\u0445 \u043A\u0430\u043A \u044F\u043F\u043E\u043D\u0441\u043A\u0438\u0439, \u043A\u043E\u0440\u0435\u0439\u0441\u043A\u0438\u0439 \u0438 \u0442.\u0434.","intro.subtitleDescription":"\u041F\u043E\u0441\u043B\u0435 \u0432\u043A\u043B\u044E\u0447\u0435\u043D\u0438\u044F \u044D\u0442\u043E\u0439 \u0444\u0443\u043D\u043A\u0446\u0438\u0438, \u043F\u0440\u0438 \u043F\u0440\u043E\u0441\u043C\u043E\u0442\u0440\u0435 \u0432\u0438\u0434\u0435\u043E \u0431\u0443\u0434\u0443\u0442 \u0430\u0432\u0442\u043E\u043C\u0430\u0442\u0438\u0447\u0435\u0441\u043A\u0438 \u043E\u0442\u043E\u0431\u0440\u0430\u0436\u0430\u0442\u044C\u0441\u044F \u0441\u0443\u0431\u0442\u0438\u0442\u0440\u044B \u043D\u0430 \u0434\u0432\u0443\u0445 \u044F\u0437\u044B\u043A\u0430\u0445. \u0415\u0441\u043B\u0438 \u0444\u0443\u043D\u043A\u0446\u0438\u044F \u043D\u0435 \u0432\u043A\u043B\u044E\u0447\u0435\u043D\u0430, \u0432\u0430\u043C \u043D\u0443\u0436\u043D\u043E \u0431\u0443\u0434\u0435\u0442 \u0432\u0440\u0443\u0447\u043D\u0443\u044E \u043D\u0430\u0436\u0430\u0442\u044C \u043A\u043D\u043E\u043F\u043A\u0443 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430 \u043D\u0430 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u0435, \u0447\u0442\u043E\u0431\u044B \u043E\u0442\u043E\u0431\u0440\u0430\u0437\u0438\u0442\u044C \u0441\u0443\u0431\u0442\u0438\u0442\u0440\u044B. \u041E\u0431\u0440\u0430\u0442\u0438\u0442\u0435 \u0432\u043D\u0438\u043C\u0430\u043D\u0438\u0435, \u0447\u0442\u043E \u0438\u0437-\u0437\u0430 \u0442\u0435\u0445\u043D\u0438\u0447\u0435\u0441\u043A\u0438\u0445 \u043E\u0433\u0440\u0430\u043D\u0438\u0447\u0435\u043D\u0438\u0439 \u043D\u0430 \u043D\u0435\u043A\u043E\u0442\u043E\u0440\u044B\u0445 \u0441\u0430\u0439\u0442\u0430\u0445 \u043F\u0440\u0438 \u043F\u0435\u0440\u0432\u043E\u0439 \u0430\u043A\u0442\u0438\u0432\u0430\u0446\u0438\u0438 \u0441\u0443\u0431\u0442\u0438\u0442\u0440\u043E\u0432 \u043C\u043E\u0436\u0435\u0442 \u043F\u043E\u0442\u0440\u0435\u0431\u043E\u0432\u0430\u0442\u044C\u0441\u044F \u043E\u0431\u043D\u043E\u0432\u0438\u0442\u044C \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u0443 \u0438\u043B\u0438 \u0434\u043E\u0436\u0434\u0430\u0442\u044C\u0441\u044F \u043E\u043A\u043E\u043D\u0447\u0430\u043D\u0438\u044F \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430, \u0447\u0442\u043E\u0431\u044B \u043E\u0442\u043E\u0431\u0440\u0430\u0437\u0438\u0442\u044C \u0441\u0443\u0431\u0442\u0438\u0442\u0440\u044B \u043D\u0430 \u0434\u0432\u0443\u0445 \u044F\u0437\u044B\u043A\u0430\u0445. (\u041A\u0440\u043E\u043C\u0435 \u0442\u043E\u0433\u043E, \u0432\u044B \u0442\u0430\u043A\u0436\u0435 \u043C\u043E\u0436\u0435\u0442\u0435 \u0432\u043A\u043B\u044E\u0447\u0438\u0442\u044C / \u043E\u0442\u043A\u043B\u044E\u0447\u0438\u0442\u044C \u043F\u0430\u043D\u0435\u043B\u044C \u0431\u044B\u0441\u0442\u0440\u044B\u0445 \u043A\u043E\u043C\u0430\u043D\u0434 \u0434\u043B\u044F \u043F\u043E\u0433\u0440\u0443\u0436\u0435\u043D\u0438\u044F \u0432 \u043F\u0435\u0440\u0435\u0432\u043E\u0434 \u0432 \u0432\u0435\u0440\u0445\u043D\u0435\u043C \u043F\u0440\u0430\u0432\u043E\u043C \u0443\u0433\u043B\u0443 \u043F\u043E\u0441\u043B\u0435 \u043E\u0442\u043A\u0440\u044B\u0442\u0438\u044F \u0432\u0438\u0434\u0435\u043E \u0441\u0430\u0439\u0442\u0430)

\u0412 \u043D\u0430\u0441\u0442\u043E\u044F\u0449\u0435\u0435 \u0432\u0440\u0435\u043C\u044F \u043F\u043E\u0434\u0434\u0435\u0440\u0436\u0438\u0432\u0430\u0435\u0442\u0441\u044F \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u043D\u0438\u0435 \u0441\u0443\u0431\u0442\u0438\u0442\u0440\u043E\u0432 \u043D\u0430 \u0434\u0432\u0443\u0445 \u044F\u0437\u044B\u043A\u0430\u0445 \u043D\u0430 \u044D\u0442\u0438\u0445 \u0441\u0430\u0439\u0442\u0430\u0445:","desc.touchShortcutsToggleTranslationMask":"\u041F\u0435\u0440\u0435\u0432\u043E\u0434\u0447\u0435\u0441\u043A\u0430\u044F \u043C\u0430\u0441\u043A\u0430 - \u044D\u0442\u043E \u044D\u0444\u0444\u0435\u043A\u0442 \u0440\u0430\u0437\u043C\u044B\u0442\u0438\u044F \u0432 \u0441\u0442\u0438\u043B\u0435 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430 (\u0440\u0435\u0436\u0438\u043C \u043E\u0431\u0443\u0447\u0435\u043D\u0438\u044F). \u041F\u043E\u0441\u043B\u0435 \u0432\u043A\u043B\u044E\u0447\u0435\u043D\u0438\u044F \u0432\u0440\u0435\u043C\u0435\u043D\u043D\u043E \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u0443\u0435\u0442\u0441\u044F \u044D\u0444\u0444\u0435\u043A\u0442 \u0440\u0430\u0437\u043C\u044B\u0442\u0438\u044F \u0434\u043B\u044F \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430, \u0447\u0442\u043E \u0443\u0434\u043E\u0431\u043D\u043E \u0434\u043B\u044F \u043E\u0431\u0443\u0447\u0435\u043D\u0438\u044F.","intro.hoverDescription":"\u041F\u0435\u0440\u0435\u0432\u043E\u0434 \u043F\u0440\u0438 \u043D\u0430\u0432\u0435\u0434\u0435\u043D\u0438\u0438 \u043C\u044B\u0448\u0438 - \u044D\u0442\u043E \u043E\u0447\u0435\u043D\u044C \u0432\u0430\u0436\u043D\u0430\u044F \u0444\u0443\u043D\u043A\u0446\u0438\u044F \u0432 \u043A\u043E\u043D\u0442\u0435\u043A\u0441\u0442\u043D\u043E\u043C \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0435, \u0434\u043E\u0441\u0442\u0430\u0442\u043E\u0447\u043D\u043E \u043F\u0440\u043E\u0441\u0442\u043E \u043F\u043E\u043C\u0435\u0441\u0442\u0438\u0442\u044C \u043A\u0443\u0440\u0441\u043E\u0440 \u043D\u0430 \u0430\u0431\u0437\u0430\u0446 \u0438 \u043E\u0434\u043D\u043E\u0432\u0440\u0435\u043C\u0435\u043D\u043D\u043E \u043D\u0430\u0436\u0430\u0442\u044C \u0437\u0430\u0434\u0430\u043D\u043D\u0443\u044E \u0433\u043E\u0440\u044F\u0447\u0443\u044E \u043A\u043B\u0430\u0432\u0438\u0448\u0443, \u0447\u0442\u043E\u0431\u044B \u0430\u0432\u0442\u043E\u043C\u0430\u0442\u0438\u0447\u0435\u0441\u043A\u0438 \u043F\u0435\u0440\u0435\u0432\u0435\u0441\u0442\u0438 \u0442\u0435\u043A\u0443\u0449\u0438\u0439 \u0430\u0431\u0437\u0430\u0446 (\u043E\u0431\u0440\u0430\u0442\u0438\u0442\u0435 \u0432\u043D\u0438\u043C\u0430\u043D\u0438\u0435: \u043F\u043E \u0443\u043C\u043E\u043B\u0447\u0430\u043D\u0438\u044E \u043E\u043D \u043D\u0435 \u0432\u043A\u043B\u044E\u0447\u0435\u043D, \u043F\u043E\u0436\u0430\u043B\u0443\u0439\u0441\u0442\u0430, \u043D\u0430\u0441\u0442\u0440\u043E\u0439\u0442\u0435 \u0435\u0433\u043E \u043D\u0438\u0436\u0435). \u042D\u0442\u043E\u0442 \u0432\u0437\u0430\u0438\u043C\u043E\u0434\u0435\u0439\u0441\u0442\u0432\u0438\u0435 \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u0443\u0435\u0442\u0441\u044F \u0434\u043B\u044F \u043B\u0443\u0447\u0448\u0435\u0439 \u0437\u0430\u043C\u0435\u043D\u044B \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430 \u0432\u044B\u0434\u0435\u043B\u0435\u043D\u043D\u043E\u0433\u043E \u0442\u0435\u043A\u0441\u0442\u0430, \u043A\u0440\u043E\u043C\u0435 \u0442\u043E\u0433\u043E, \u044D\u0442\u0430 \u0444\u0443\u043D\u043A\u0446\u0438\u044F \u0448\u0438\u0440\u043E\u043A\u043E \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u0443\u0435\u0442\u0441\u044F \u0432 \u043E\u0431\u043B\u0430\u0441\u0442\u044F\u0445, \u043A\u043E\u0442\u043E\u0440\u044B\u0435 \u043D\u0435 \u043C\u043E\u0433\u0443\u0442 \u0431\u044B\u0442\u044C \u0440\u0430\u0441\u043F\u043E\u0437\u043D\u0430\u043D\u044B \u0434\u043B\u044F \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430, \u0432\u044B \u043C\u043E\u0436\u0435\u0442\u0435 \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u044C \u044D\u0442\u0443 \u0444\u0443\u043D\u043A\u0446\u0438\u044E \u0434\u043B\u044F \u043F\u0440\u0438\u043D\u0443\u0434\u0438\u0442\u0435\u043B\u044C\u043D\u043E\u0433\u043E \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430 \u043B\u044E\u0431\u043E\u0433\u043E \u0430\u0431\u0437\u0430\u0446\u0430.",geminiWarning:"\u0412\u043D\u0438\u043C\u0430\u043D\u0438\u0435: \u0431\u0435\u0441\u043F\u043B\u0430\u0442\u043D\u044B\u0439 \u0441\u0435\u0440\u0432\u0438\u0441 Gemini \u043E\u0442 Google \u0438\u043C\u0435\u0435\u0442 \u0441\u0442\u0440\u043E\u0433\u0438\u0435 \u043E\u0433\u0440\u0430\u043D\u0438\u0447\u0435\u043D\u0438\u044F, Google \u043C\u043E\u0436\u0435\u0442 \u0441\u0447\u0438\u0442\u0430\u0442\u044C, \u0447\u0442\u043E \u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u0435\u043B\u044C \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u0443\u0435\u0442 \u043D\u0435\u0441\u043A\u043E\u043B\u044C\u043A\u043E \u043A\u043B\u044E\u0447\u0435\u0439 \u0434\u043B\u044F \u043E\u0431\u0445\u043E\u0434\u0430 \u0438\u0445 \u0431\u0435\u0441\u043F\u043B\u0430\u0442\u043D\u044B\u0445 \u043A\u0432\u043E\u0442. \u041D\u0435 \u0440\u0435\u043A\u043E\u043C\u0435\u043D\u0434\u0443\u0435\u0442\u0441\u044F \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u044C, \u0440\u0435\u043A\u043E\u043C\u0435\u043D\u0434\u0443\u0435\u0442\u0441\u044F \u0436\u0434\u0430\u0442\u044C, \u043F\u043E\u043A\u0430 Google \u043D\u0435 \u043E\u0442\u043A\u0440\u043E\u0435\u0442 \u043F\u043B\u0430\u0442\u043D\u044B\u0439 \u0438\u043D\u0442\u0435\u0440\u0444\u0435\u0439\u0441 Gemini \u0434\u043B\u044F \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u043D\u0438\u044F \u0432 \u0431\u0443\u0434\u0443\u0449\u0435\u043C.","floatBall.setting":"\u043D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0430","floatBall.file":"\u041F\u0435\u0440\u0435\u0432\u043E\u0434 PDF, EPUB, SRT, ASS, HTML, TXT \u0444\u0430\u0439\u043B\u043E\u0432","floatBall.translateToLanguage":"\u041D\u0430\u0436\u043C\u0438\u0442\u0435, \u0447\u0442\u043E\u0431\u044B \u043F\u0435\u0440\u0435\u0432\u0435\u0441\u0442\u0438 \u043D\u0430 {language}",changeToOnlyTempTranslationMode:"\u041F\u0435\u0440\u0435\u043A\u043B\u044E\u0447\u0435\u043D\u0438\u0435 \u043D\u0430 \u043E\u0442\u043E\u0431\u0440\u0430\u0436\u0435\u043D\u0438\u0435 \u0442\u043E\u043B\u044C\u043A\u043E \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u043E\u0432",changeToDualTempTranslationMode:"\u041F\u0435\u0440\u0435\u0445\u043E\u0434 \u043D\u0430 \u0434\u0432\u0443\u044F\u0437\u044B\u0447\u043D\u044B\u0439 \u043F\u0435\u0440\u0435\u0432\u043E\u0434","transitionMode.dual":"\u0434\u0432\u0443\u044F\u0437\u044B\u0447\u043D\u043E\u0435 \u0441\u043E\u043F\u043E\u0441\u0442\u0430\u0432\u043B\u0435\u043D\u0438\u0435","transitionMode.translation":"\u0422\u043E\u043B\u044C\u043A\u043E \u043F\u0435\u0440\u0435\u0432\u043E\u0434","options.navbar.installApp":"\u0423\u0441\u0442\u0430\u043D\u043E\u0432\u0438\u0442\u0435 \u043C\u043E\u0431\u0438\u043B\u044C\u043D\u043E\u0435 \u043F\u0440\u0438\u043B\u043E\u0436\u0435\u043D\u0438\u0435","options.navbar.translateFile":"\u041F\u0435\u0440\u0435\u0432\u0435\u0441\u0442\u0438 \u0434\u043E\u043A\u0443\u043C\u0435\u043D\u0442","subtitle.transitionMode":"\u0412\u0438\u0434\u0435\u043E \u0441 \u0434\u0432\u0443\u044F\u0437\u044B\u0447\u043D\u044B\u043C\u0438 \u0441\u0443\u0431\u0442\u0438\u0442\u0440\u0430\u043C\u0438 / \u043D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0430 \u0442\u043E\u043B\u044C\u043A\u043E \u0434\u043B\u044F \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430","subtitle.transitionModeDescription":"\u0423\u0441\u0442\u0430\u043D\u043E\u0432\u0438\u0442\u0435 \u0441\u0443\u0431\u0442\u0438\u0442\u0440\u044B \u0432\u0438\u0434\u0435\u043E \u043D\u0430 \u0434\u0432\u0443\u044F\u0437\u044B\u0447\u043D\u043E\u0435 \u0441\u043E\u043F\u043E\u0441\u0442\u0430\u0432\u043B\u0435\u043D\u0438\u0435 \u0438\u043B\u0438 \u0442\u043E\u043B\u044C\u043A\u043E \u0440\u0435\u0436\u0438\u043C \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430","transitionMode.inherit":"\u0421\u043E\u0445\u0440\u0430\u043D\u044F\u0439\u0442\u0435 \u0441\u043E\u043E\u0442\u0432\u0435\u0442\u0441\u0442\u0432\u0438\u0435 \u0441 \u0440\u0435\u0436\u0438\u043C\u043E\u043C \u043E\u0442\u043E\u0431\u0440\u0430\u0436\u0435\u043D\u0438\u044F \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430 \u043F\u043E \u0443\u043C\u043E\u043B\u0447\u0430\u043D\u0438\u044E \u0441\u0438\u0441\u0442\u0435\u043C\u044B.",translateFileTooltip:`\u041F\u0435\u0440\u0435\u0432\u043E\u0434 PDF, ePub, srt, ass, HTML, TXT \u0444\u0430\u0439\u043B\u043E\u0432`,"description.multiplePrompt":`\u041A\u043E\u0433\u0434\u0430 \u043A\u043E\u043B\u0438\u0447\u0435\u0441\u0442\u0432\u043E \u0430\u0431\u0437\u0430\u0446\u0435\u0432 \u0431\u043E\u043B\u044C\u0448\u0435 1, \u0434\u0438\u0430\u043B\u043E\u0433\u0438, \u043E\u0442\u043F\u0440\u0430\u0432\u043B\u0435\u043D\u043D\u044B\u0435 {service} \u043E\u0442 \u0438\u043C\u0435\u043D\u0438 \u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u0435\u043B\u044F, \u0433\u0434\u0435 {{from}} \u043E\u0431\u043E\u0437\u043D\u0430\u0447\u0430\u0435\u0442 \u044F\u0437\u044B\u043A \u0430\u0431\u0437\u0430\u0446\u0430, {{to}} \u043E\u0431\u043E\u0437\u043D\u0430\u0447\u0430\u0435\u0442 \u0446\u0435\u043B\u0435\u0432\u043E\u0439 \u044F\u0437\u044B\u043A, {{yaml}} - \u044D\u0442\u043E \u043D\u0430\u0448 \u043A\u043E\u043D\u0442\u0435\u043D\u0442 \u0430\u0431\u0437\u0430\u0446\u0430, \u0443\u043F\u0430\u043A\u043E\u0432\u0430\u043D\u043D\u044B\u0439 \u0432 \u0444\u043E\u0440\u043C\u0430\u0442\u0435 yaml. \u0415\u0441\u043B\u0438 \u0443 \u0432\u0430\u0441 \u0435\u0441\u0442\u044C \u043F\u043E\u0442\u0440\u0435\u0431\u043D\u043E\u0441\u0442\u044C \u0432 \u043D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0435 Prompt, \u0432\u0430\u043C \u043D\u0443\u0436\u043D\u043E \u0443\u0431\u0435\u0434\u0438\u0442\u044C\u0441\u044F, \u0447\u0442\u043E \u043A\u0430\u0436\u0434\u044B\u0439 \u044D\u043B\u0435\u043C\u0435\u043D\u0442 \u0432 \u0440\u0435\u0437\u0443\u043B\u044C\u0442\u0430\u0442\u0435 YAML \u043E\u0442 AI \u0441\u043E\u0434\u0435\u0440\u0436\u0438\u0442 \u043F\u043E\u043B\u0435 {env.imt_trans_field}, {{imt_trans_field}} - \u044D\u0442\u043E \u043D\u0430\u0437\u0432\u0430\u043D\u0438\u0435 \u043F\u043E\u043B\u044F \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430, \u043A\u043E\u0442\u043E\u0440\u043E\u0435 \u043C\u044B \u0445\u043E\u0442\u0438\u043C \u043F\u043E\u043B\u0443\u0447\u0438\u0442\u044C \u043E\u0442 AI, \u043F\u043E \u0443\u043C\u043E\u043B\u0447\u0430\u043D\u0438\u044E \u044D\u0442\u043E {env.imt_trans_field}, {{imt_source_field}} - \u044D\u0442\u043E \u043D\u0430\u0437\u0432\u0430\u043D\u0438\u0435 \u043F\u043E\u043B\u044F \u0438\u0441\u0445\u043E\u0434\u043D\u043E\u0433\u043E \u0442\u0435\u043A\u0441\u0442\u0430, \u043A\u043E\u0442\u043E\u0440\u043E\u0435 \u043C\u044B \u043F\u0435\u0440\u0435\u0434\u0430\u0435\u043C AI, \u043F\u043E \u0443\u043C\u043E\u043B\u0447\u0430\u043D\u0438\u044E \u044D\u0442\u043E {env.imt_source_field}. \u041F\u0440\u0438\u043C\u0435\u0440 \u0440\u0435\u0437\u0443\u043B\u044C\u0442\u0430\u0442\u0430: @@ -5114,7 +5114,7 @@ ass, HTML, TXT \u0444\u0430\u0439\u043B\u043E\u0432`,"description.multiplePrompt {env.imt_sub_trans_field}: \u041F\u0435\u0440\u0435\u0432\u043E\u0434 - id: 2 {env.imt_sub_source_field}: \u0418\u0441\u0442\u043E\u0447\u043D\u0438\u043A - {env.imt_sub_trans_field}: \u041F\u0435\u0440\u0435\u0432\u043E\u0434`,"subtitle.quickButton.cyan":"\u0421\u0438\u043D\u0438\u0439","subtitle.quickButton.magenta":"\u041F\u0443\u0440\u043F\u0443\u0440\u043D\u044B\u0439","subtitle.quickButton.white":"\u0431\u0435\u043B\u044B\u0439","subtitle.quickButton.blue":"\u0441\u0438\u043D\u0438\u0439","subtitle.quickButton.red":"\u043A\u0440\u0430\u0441\u043D\u044B\u0439","subtitle.quickButton.translationPositionTop":"\u0432 \u0432\u0435\u0440\u0445\u043D\u0435\u0439 \u0447\u0430\u0441\u0442\u0438 \u0442\u0435\u043A\u0441\u0442\u0430","subtitle.quickButton.translationPosition":"\u043C\u0435\u0441\u0442\u043E\u043F\u043E\u043B\u043E\u0436\u0435\u043D\u0438\u0435 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430","subtitle.quickButton.green":"\u0437\u0435\u043B\u0435\u043D\u044B\u0439","subtitle.quickButton.translationPositionBottom":"\u043E\u0440\u0438\u0433\u0438\u043D\u0430\u043B \u043D\u0438\u0436\u0435","subtitle.quickButton.yellow":"\u0436\u0435\u043B\u0442\u044B\u0439","subtitle.quickButton.backgroundColor":"\u0444\u043E\u043D\u043E\u0432\u044B\u0439 \u0446\u0432\u0435\u0442","subtitle.quickButton.sourceFontSize":"\u0418\u0441\u0445\u043E\u0434\u043D\u044B\u0439 \u0440\u0430\u0437\u043C\u0435\u0440 \u0448\u0440\u0438\u0444\u0442\u0430","translationServices.claude":"\u041A\u043B\u043E\u0434","subtitle.quickButton.setting":"\u043D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0430","subtitle.quickButton.translationFontSize":"\u0440\u0430\u0437\u043C\u0435\u0440 \u0448\u0440\u0438\u0444\u0442\u0430 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430","subtitle.quickButton.translationTextColor":"\u0426\u0432\u0435\u0442 \u0448\u0440\u0438\u0444\u0442\u0430 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430","subtitle.quickButton.black":"\u0447\u0435\u0440\u043D\u044B\u0439","subtitle.quickButton.sourceTextColor":"\u0418\u0441\u0445\u043E\u0434\u043D\u044B\u0439 \u0446\u0432\u0435\u0442 \u0448\u0440\u0438\u0444\u0442\u0430","subtitle.quickButton.backgroundOpacity":"\u0424\u043E\u043D\u043E\u0432\u0430\u044F \u043D\u0435\u043F\u0440\u043E\u0437\u0440\u0430\u0447\u043D\u043E\u0441\u0442\u044C",attachSubtitleTranslating:"\u0418\u0441\u043F\u043E\u043B\u044C\u0437\u0443\u044F {service} \u0434\u043B\u044F \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430...","error.claude.403":"\u0412\u0440\u0435\u043C\u0435\u043D\u043D\u043E \u043D\u0435\u0442 \u0434\u043E\u0441\u0442\u0443\u043F\u0430 \u043A \u0441\u0435\u0440\u0432\u0438\u0441\u0443, \u0432\u043E\u0437\u043C\u043E\u0436\u043D\u043E, \u044D\u0442\u043E \u0441\u0432\u044F\u0437\u0430\u043D\u043E \u0441 \u0440\u0435\u0433\u0438\u043E\u043D\u0430\u043B\u044C\u043D\u044B\u043C\u0438 \u043E\u0433\u0440\u0430\u043D\u0438\u0447\u0435\u043D\u0438\u044F\u043C\u0438 \u041A\u043B\u043E\u0434\u0430. \u0412\u044B \u043C\u043E\u0436\u0435\u0442\u0435 \u043F\u043E\u043F\u0440\u043E\u0431\u043E\u0432\u0430\u0442\u044C \u0438\u0437\u043C\u0435\u043D\u0438\u0442\u044C \u0441\u0432\u043E\u0439 IP-\u0430\u0434\u0440\u0435\u0441 \u0438\u043B\u0438 \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u044C \u0434\u0440\u0443\u0433\u0438\u0435 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0447\u0435\u0441\u043A\u0438\u0435 \u0443\u0441\u043B\u0443\u0433\u0438.","browser.brandDescriptionForSafari":"\u3010\u041F\u043E\u0433\u0440\u0443\u0436\u0435\u043D\u0438\u0435 \u0432 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u3011\u0411\u0435\u0441\u043F\u043B\u0430\u0442\u043D\u044B\u0439 \u043F\u043B\u0430\u0433\u0438\u043D \u0434\u043B\u044F \u0434\u0432\u0443\u044F\u0437\u044B\u0447\u043D\u043E\u0433\u043E \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430 \u0432\u0435\u0431-\u0441\u0442\u0440\u0430\u043D\u0438\u0446 (\u043E\u0440\u0438\u0433\u0438\u043D\u0430\u043B/\u043F\u0435\u0440\u0435\u0432\u043E\u0434), \u043F\u043E\u0434\u0434\u0435\u0440\u0436\u0438\u0432\u0430\u044E\u0449\u0438\u0439 \u043F\u0435\u0440\u0435\u0432\u043E\u0434 PDF \u0438 \u043F\u0435\u0440\u0435\u0432\u043E\u0434 \u044D\u043B\u0435\u043A\u0442\u0440\u043E\u043D\u043D\u044B\u0445 \u043A\u043D\u0438\u0433 EPUB \u0441 \u0441\u043E\u0445\u0440\u0430\u043D\u0435\u043D\u0438\u0435\u043C \u043E\u0440\u0438\u0433\u0438\u043D\u0430\u043B\u044C\u043D\u043E\u0433\u043E \u0444\u043E\u0440\u043C\u0430\u0442\u0438\u0440\u043E\u0432\u0430\u043D\u0438\u044F \u0434\u043E\u043A\u0443\u043C\u0435\u043D\u0442\u0430, \u043F\u0435\u0440\u0435\u0432\u043E\u0434 \u0434\u0432\u0443\u044F\u0437\u044B\u0447\u043D\u044B\u0445 \u0441\u0443\u0431\u0442\u0438\u0442\u0440\u043E\u0432 \u0434\u043B\u044F \u043E\u043D\u043B\u0430\u0439\u043D-\u0432\u0438\u0434\u0435\u043E \u043D\u0430 Youtube/Netflix, \u043F\u043E\u0434\u0434\u0435\u0440\u0436\u0438\u0432\u0430\u044E\u0449\u0438\u0439 \u043E\u0441\u043D\u043E\u0432\u043D\u044B\u0435 \u0441\u0435\u0440\u0432\u0438\u0441\u044B \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430, \u0442\u0430\u043A\u0438\u0435 \u043A\u0430\u043A Deepl/Google \u0438 \u0442.\u0434.","browser.PdfProFile":"\u041F\u0435\u0440\u0435\u0432\u043E\u0434 PDF Pro, \u0443\u043F\u0440\u0430\u0432\u043B\u044F\u0435\u043C\u044B\u0439 AI","browser.textTranslate":"\u0422\u0435\u043A\u0441\u0442\u043E\u0432\u044B\u0439 \u043F\u0435\u0440\u0435\u0432\u043E\u0434"};var xh={nologin:"\uB85C\uADF8\uC778\uD558\uC9C0 \uC54A\uC74C",loginForSafari:"\uB85C\uADF8\uC778 \uB610\uB294 \uB4F1\uB85D",login:"\uB85C\uADF8\uC778\uD558\uC5EC \uBA64\uBC84\uC2ED \uAC1C\uC124",manageAccount:"\uAD00\uB9AC \uACC4\uC815",openPremium:"\uBA64\uBC84\uC2ED \uC5F4\uAE30",logout:"\uC911\uB2E8",curentPlan:"\uD604\uC7AC \uD328\uD0A4\uC9C0",endAt:"\uB9CC\uB8CC",endAuto:"\uC790\uB3D9 \uAC31\uC2E0",lineBreakMaxTextCount:"\uC904 \uBC14\uAFC8 \uC774\uD6C4 \uBB38\uC7A5\uB2F9 \uD5C8\uC6A9\uB418\uB294 \uCD5C\uB300 \uAE00\uC790 \uC218","translate-pdf":"PDF\uB97C \uBC88\uC5ED\uD558\uB824\uBA74 \uD074\uB9AD\uD558\uC138\uC694.","noSupportTranslate-pdf":"\uC2A4\uD06C\uB9BD\uD2B8\uAC00 \uC9C0\uC6D0\uB418\uC9C0 \uC54A\uC73C\uB2C8 \uD50C\uB7EC\uADF8\uC778\uC744 \uC0AC\uC6A9\uD558\uC138\uC694.","translate-firefox-local-pdf":"PDF \uAC00\uC838\uC624\uAE30\uB85C \uC774\uB3D9\uD558\uB824\uBA74 \uD074\uB9AD\uD558\uC138\uC694.",enableLineBreak:"\uAE34 \uB2E8\uB77D\uC5D0 \uC790\uB3D9 \uC904 \uBC14\uAFC8 \uD65C\uC131\uD654",sponsorLabel:"1 \uD6C4\uC6D0 \uAC1C\uBC1C\uC790",help:"hand",browserShortcutsNoteForFirefox:"Firefox\uC5D0\uC11C \uBC14\uB85C\uAC00\uAE30\uB97C \uBCC0\uACBD\uD558\uB824\uBA74 \uD655\uC7A5 \uD504\uB85C\uADF8\uB7A8 \uAD00\uB9AC \uD398\uC774\uC9C0 `\uC815\uBCF4:\uC560\uB4DC\uC628`\uC744 \uC5F4\uACE0 `\uC124\uC815`\uC744 \uD074\uB9AD\uD55C \uB2E4\uC74C `\uBC14\uB85C \uAC00\uAE30 \uAD00\uB9AC`\uB97C \uD074\uB9AD\uD558\uC5EC \uBC14\uB85C\uAC00\uAE30\uB97C \uC124\uC815\uD574\uC57C \uD569\uB2C8\uB2E4.",browserShortcutsNoteForChrome:"Chrome\uC5D0\uC11C \uBC14\uB85C\uAC00\uAE30\uB97C \uC218\uC815\uD558\uB824\uBA74 \uD655\uC7A5 \uD504\uB85C\uADF8\uB7A8 \uAD00\uB9AC \uD398\uC774\uC9C0\uB97C \uC5F4\uACE0 '\uBC14\uB85C \uAC00\uAE30 \uAD00\uB9AC' \uD328\uB110(`chrome://extensions/shortcuts`)\uC5D0\uC11C \uC124\uC815\uD55C \uD6C4 \uC544\uB798 \uBC84\uD2BC\uC744 \uD074\uB9AD\uD558\uC5EC \uBC14\uB85C \uAC00\uAE30 \uAD00\uB9AC \uD398\uC774\uC9C0\uB85C \uC774\uB3D9\uD574\uC57C \uD569\uB2C8\uB2E4.",browserShortcutsSucks:"\uC0AC\uC6A9\uC790 \uC9C0\uC815 \uBC14\uB85C\uAC00\uAE30\uC758 \uD615\uC2DD\uC740\uFF1A\uC785\uB2C8\uB2E4(\uC790\uB3D9 \uC778\uC2DD\uB418\uC9C0 \uC54A\uC73C\uBBC0\uB85C \uC9C1\uC811 \uC785\uB825\uD558\uC138\uC694).",enableLineBreakDescription:"\uC774 \uAE30\uB2A5\uC744 \uCF1C\uBA74 \uAE34 \uB2E8\uB77D\uC758 \uAC01 \uBB38\uC7A5 \uB05D\uC5D0 \uC904 \uBC14\uAFC8\uC774 \uC0BD\uC785\uB418\uC5B4 \uBB38\uC7A5\uC744 \uB354 \uC27D\uAC8C \uC77D\uC744 \uC218 \uC788\uC2B5\uB2C8\uB2E4.","browser.shortBrandName":"\uBAB0\uC785 \uBC88\uC5ED","browser.brandName":"\uBAB0\uC785 \uBC88\uC5ED: \uC774\uC911 \uC5B8\uC5B4 \uC6F9 \uD398\uC774\uC9C0 \uBC88\uC5ED \uBC0F PDF \uBB38\uC11C \uBC88\uC5ED","browser.brandDescription":"Bilingual web page translation, also supports PDF translation, bilingual Epub eBook translation, free to use.","browser.toggleTranslatePage":"\uD398\uC774\uC9C0 \uBC88\uC5ED/\uC6D0\uBB38 \uD45C\uC2DC","browser.toggleTranslateTheWholePage":"\uD398\uC774\uC9C0\uC758 \uBAA8\uB4E0 \uC601\uC5ED \uBC88\uC5ED/\uC6D0\uBB38 \uD14D\uC2A4\uD2B8 \uD45C\uC2DC","browser.toggleOnlyTransation":"\uC591\uC5B8\uC5B4/\uBC88\uC5ED\uBB38\uB9CC \uBAA8\uB4DC\uB85C \uC804\uD658","browser.toggleTranslateToThePageEndImmediately":"\uD398\uC774\uC9C0 \uD558\uB2E8\uC73C\uB85C \uC989\uC2DC \uBC88\uC5ED/\uC6D0\uBB38 \uD45C\uC2DC","browser.toggleTranslateTheMainPage":"\uD398\uC774\uC9C0\uC758 \uC8FC\uC694 \uC601\uC5ED \uBC88\uC5ED/\uC6D0\uBB38 \uD14D\uC2A4\uD2B8 \uD45C\uC2DC","browser.shareToDraft":"\uC774\uC911 \uC5B8\uC5B4 \uD398\uC774\uC9C0 \uACF5\uC720","browser.openOptionsPage":"\uC124\uC815 \uD398\uC774\uC9C0 \uC5F4\uAE30","browser.toggleTranslationMask":"\uBC88\uC5ED \uD750\uB9BC \uD6A8\uACFC \uD45C\uC2DC/\uC228\uAE30\uAE30","browser.translateLocalPdfFile":"\uB85C\uCEEC PDF \uD30C\uC77C \uBC88\uC5ED","browser.openEbookViewer":"\uD604\uC9C0 \uC804\uC790\uCC45 \uC77D\uAE30","browser.openEbookBuilder":"\uC774\uC911 \uC5B8\uC5B4 EPUB \uC804\uC790\uCC45 \uB9CC\uB4E4\uAE30","browser.translateLocalHtmlFile":"HTML/\uD14D\uC2A4\uD2B8 \uD30C\uC77C \uBC88\uC5ED","browser.donateContext":"\uC2A4\uD3F0\uC11C\uC2ED \uD61C\uD0DD\uC5D0 \uB300\uD574 \uC54C\uC544\uBCF4\uAE30","browser.translateLocalSubtitleFile":"\uB85C\uCEEC \uC790\uB9C9 \uD30C\uC77C \uBC88\uC5ED",confirmResetConfig:"\uC124\uC815\uC744 \uC7AC\uC124\uC815\uD558\uC2DC\uACA0\uC2B5\uB2C8\uAE4C?",translationLineBreakSettingTitle:"\uBC88\uC5ED \uC904 \uBC14\uAFC8 \uC124\uC815",smartLineBreak:"\uC2A4\uB9C8\uD2B8 \uB77C\uC778 \uD53C\uB4DC(\uCEF4\uD4E8\uD305)",alwaysLineBreak:"\uD56D\uC0C1 \uB77C\uC778 \uD53C\uB4DC",isShowContextMenu:"\uBA54\uB274 \uD56D\uBAA9\uC744 \uB9C8\uC6B0\uC2A4 \uC624\uB978\uCABD \uBC84\uD2BC\uC73C\uB85C \uD074\uB9AD\uD558\uC5EC \uBC88\uC5ED\uB41C \uD398\uC774\uC9C0 \uCD94\uAC00\uD558\uAE30",toggleBeta:"\uBCA0\uD0C0 \uD14C\uC2A4\uD2B8 \uAE30\uB2A5 \uD65C\uC131\uD654",betaDescription:"\uC544\uC9C1 \uC2E4\uD5D8\uB2E8\uACC4\uC778 \uAE30\uB2A5\uB4E4\uACFC \uBCA0\uD0C0\uBC84\uC804\uC778 \uBC88\uC5ED \uC11C\uBE44\uC2A4\uB97C \uC0AC\uC6A9\uD574\uBCF4\uC138\uC694. <1>\uD154\uB808\uADF8\uB7A8 \uADF8\uB8F9\uC5D0 \uAC00\uC785\uD558\uC5EC \uC790\uC138\uD788 \uC54C\uC544\uBCF4\uC138\uC694.",translationLineBreakSettingDescription:"\uCF58\uD150\uCE20\uAC00 \uC801\uC740 \uD398\uC774\uC9C0\uC758 \uACBD\uC6B0 \uD56D\uC0C1 \uC904 \uBC14\uAFC8\uC774 \uAE54\uB054\uD558\uAC8C \uC720\uC9C0\uB429\uB2C8\uB2E4. (\uCF58\uD150\uCE20\uAC00 \uB9CE\uC740 \uAE34 \uB2E8\uB77D({count}\uC790 \uC774\uC0C1)\uC5D0\uB294 \uC2A4\uB9C8\uD2B8 \uC904 \uBC14\uAFC8\uC744 \uC0AC\uC6A9\uD558\uC5EC \uACF5\uAC04\uC744 \uC808\uC57D\uD558\uC138\uC694.)",tempTranslateDomainTitle:"\uC6F9\uC0AC\uC774\uD2B8 \uBC88\uC5ED\uC774 \uC77C\uC2DC\uC801\uC73C\uB85C \uCF1C\uC9C0\uB294 \uAE30\uAC04",tempTranslateDomainDescription:"\uC6F9 \uD398\uC774\uC9C0\uB97C \uC218\uB3D9\uC73C\uB85C \uBC88\uC5ED\uD560 \uB54C \uC790\uB3D9 \uBC88\uC5ED\uC744 \uC704\uD574 \uC6F9 \uC0AC\uC774\uD2B8\uB97C \uC77C\uC2DC\uC801\uC73C\uB85C \uCF1C\uACE0 \uC77C\uC2DC\uC801\uC778 \uAE30\uAC04\uC744 \uC124\uC815\uD560 \uC218 \uC788\uC2B5\uB2C8\uB2E4.",xMinutes:"{count} \uBD84",disabled:"STH \uC0AC\uC6A9\uC744 \uAE08\uC9C0\uD569\uB2C8\uB2E4.",changelog:"\uC5C5\uB370\uC774\uD2B8 \uB85C\uADF8",toggleTranslatePageWhenThreeFingersOnTheScreen:"\uC5EC\uB7EC \uC190\uAC00\uB77D\uC774 \uB3D9\uC2DC\uC5D0 \uD654\uBA74\uC744 \uD130\uCE58\uD560 \uB54C \uC6F9 \uD398\uC774\uC9C0 \uBC88\uC5ED/\uC6D0\uBB38 \uD14D\uC2A4\uD2B8 \uD45C\uC2DC",toggleTranslationMaskWhenThreeFingersOnTheScreen:"\uC5EC\uB7EC \uC190\uAC00\uB77D\uC73C\uB85C \uD130\uCE58\uD558\uBA74 \uD750\uB9BC \uD6A8\uACFC\uB97C \uD45C\uC2DC\uD558\uAC70\uB098 \uC228\uAE38 \uC218 \uC788\uC2B5\uB2C8\uB2E4.",fingerCountToToggleTranslagePageOnlyTranslationWhenTouching:"\uC5EC\uB7EC \uC190\uAC00\uB77D\uC73C\uB85C \uB3D9\uC2DC\uC5D0 \uD654\uBA74\uC744 \uD130\uCE58\uD558\uBA74 \uC6F9 \uD398\uC774\uC9C0\uAC00 \uBC88\uC5ED(\uBC88\uC5ED \uC804\uC6A9)/\uC6D0\uBB38\uC744 \uD45C\uC2DC\uD569\uB2C8\uB2E4.",addUrlDescription:"\uB3C4\uBA54\uC778 \uC774\uB984\uC77C \uC218 \uC788\uC73C\uBA70 \uC640\uC77C\uB4DC\uCE74\uB4DC(\uC608:\uFF1A*.google.com, google.com/mail/*, https://www.google.com/*)\uB3C4 \uC9C0\uC6D0\uD569\uB2C8\uB2E4.",general:"\uAE30\uBCF8 \uC124\uC815",clickToExpandConfig:"\uD604\uC7AC \uAD6C\uC131 \uD655\uC7A5",import:"\uD30C\uC77C\uC5D0\uC11C \uAC00\uC838\uC624\uAE30",export:"\uD30C\uC77C\uB85C \uB0B4\uBCF4\uB0B4\uAE30",toggleDebug:"\uCF58\uC194\uC5D0\uC11C \uB514\uBC84\uADF8 \uB85C\uADF8 \uC778\uC1C4","fingers.0":"\uC751\uACE0","fingers.2":"\uB450 \uC190\uAC00\uB77D \uD130\uCE58","fingers.3":"\uC138 \uC190\uAC00\uB77D \uD130\uCE58","fingers.4":"\uB124 \uC190\uAC00\uB77D \uD130\uCE58","fingers.5":"\uB2E4\uC12F \uC190\uAC00\uB77D \uD130\uCE58",mouseHoldKey:"+ {key} \uB2E8\uB77D \uBC88\uC5ED/\uBCF5\uC6D0\uD558\uAE30",mouseHoldKeyAuto:"\uB2E8\uB77D\uC758 \uC9C1\uC811 \uBC88\uC5ED",mouseHoldKeyOff:"\uC544\uBB34\uAC83\uB3C4 \uD558\uC9C0 \uB9C8\uC138\uC694.",mouseHoldKeyOther:"\uC0AC\uC6A9\uC790 \uC9C0\uC815 \uBC14\uB85C \uAC00\uAE30(\uC124\uC815 \uC5F4\uAE30)",mouseHoldKeyCustomKey:"{key} \uB2E8\uB77D\uC758 \uBC88\uC5ED/\uCD95\uC18C",mouseHoverHoldKey:"\uBC14\uB85C \uAC00\uAE30 \uD0A4\uB97C \uB204\uB978 \uC0C1\uD0DC\uC5D0\uC11C \uB9C8\uC6B0\uC2A4\uB97C \uAC00\uB9AC\uD0A4\uBA74 \uB2E8\uB77D\uC774 \uBC88\uC5ED\uB429\uB2C8\uB2E4.","mouse-translate":"\uB9C8\uC6B0\uC2A4 \uD638\uBC84",document:"(\uCEF4\uD4E8\uD130) \uD30C\uC77C",resetSuccess:"\uBAA8\uB4E0 \uC124\uC815 \uC7AC\uC124\uC815\uC5D0 \uC131\uACF5",resetThisSuccess:"\uC7AC\uC124\uC815 \uC131\uACF5",saved:"\uC800\uC7A5 \uC131\uACF5",successImportConfig:"\uC131\uACF5\uC801\uC73C\uB85C \uAC00\uC838\uC628 \uAD6C\uC131",goAdvancedSettings:"\uACE0\uAE09 \uC124\uC815 \uD398\uC774\uC9C0\uB85C \uC774\uB3D9\uD569\uB2C8\uB2E4.",goAdvancedInterfaceSettings:"\uACE0\uAE09 \uC0AC\uC6A9\uC790 \uC9C0\uC815 \uC124\uC815 \uD398\uC774\uC9C0\uB85C \uC774\uB3D9\uD569\uB2C8\uB2E4.",advanced:"\uACE0\uAE09 \uC124\uC815",advancedDescription:"\uC77C\uBC18\uC801\uC73C\uB85C \uC124\uC815\uC774 \uD544\uC694\uD558\uC9C0 \uC54A\uC73C\uBA70 \uAE30\uBCF8\uAC12\uC744 \uADF8\uB300\uB85C \uB450\uBA74 \uB429\uB2C8\uB2E4. \uBCF4\uB2E4 \uC804\uBB38\uC801\uC778 \uC0AC\uC6A9\uC790\uB9CC \uAC1C\uC778\uD654\uB41C \uC124\uC815\uC744 \uC0AC\uC6A9\uD560 \uC218 \uC788\uC2B5\uB2C8\uB2E4.",developer:"\uAC1C\uBC1C\uC790 \uC124\uC815",donateCafe:"\uAC00\uACA9","translate to the bottom of the page":"\uD398\uC774\uC9C0\uC5D0 \uB4E4\uC5B4\uAC00\uBA74 \uBC14\uB85C \uD398\uC774\uC9C0 \uD558\uB2E8\uC73C\uB85C \uBC88\uC5ED\uB418\uB098\uC694?",feedback:"\uC9C8\uBB38 \uD53C\uB4DC\uBC31",toggleTranslatePage:"\uD398\uC774\uC9C0 \uBC88\uC5ED/\uC6D0\uBB38 \uD45C\uC2DC",translateToThePageEndImmediatelyDescription:"\uC774 \uAE30\uB2A5\uC744 \uCF1C\uBA74 \uC785\uB825\uD558\uB294 \uC989\uC2DC \uD398\uC774\uC9C0\uC758 \uC704\uCABD\uC5D0\uC11C \uC544\uB798\uCABD\uC73C\uB85C \uCF58\uD150\uCE20\uAC00 \uBC88\uC5ED\uB429\uB2C8\uB2E4. \uB044\uBA74 \uC77D\uB294 \uB300\uB85C \uBC88\uC5ED\uB429\uB2C8\uB2E4. (\uAD8C\uC7A5\uD558\uC9C0 \uC54A\uC74C)","translate all areas of the page":"\uD398\uC774\uC9C0\uC758 \uBAA8\uB4E0 \uC601\uC5ED\uC744 \uBC88\uC5ED\uD560\uC9C0 \uC5EC\uBD80",translationAreaDescription:"\uCF1C\uBA74 \uC804\uCCB4 \uC6F9 \uD398\uC774\uC9C0\uC758 \uBAA8\uB4E0 \uC601\uC5ED\uC774 \uBC88\uC5ED\uB429\uB2C8\uB2E4. \uB044\uBA74 \uAE30\uBCF8 \uC2A4\uB9C8\uD2B8 \uC778\uC2DD\uC774 \uC0AC\uC6A9\uB418\uBA70 \uC8FC\uC694 \uC601\uC5ED\uB9CC \uBC88\uC5ED\uB429\uB2C8\uB2E4. (\uCF1C\uC9C0 \uC54A\uB294 \uAC83\uC774 \uC88B\uC2B5\uB2C8\uB2E4.)","the number of characters to be translated first":"\uBCF4\uAE30 \uC601\uC5ED\uC73C\uB85C \uC2A4\uD06C\uB864\uD560 \uB54C\uAE4C\uC9C0 \uAE30\uB2E4\uB9AC\uC9C0 \uC54A\uACE0 \uD398\uC774\uC9C0\uC758 \uCC98\uC74C \uBA87 \uBB38\uC790\uB97C \uBC14\uB85C \uBC88\uC5ED\uD569\uB2C8\uB2E4.","interface language":"\uC778\uD130\uD398\uC774\uC2A4 \uC5B8\uC5B4","display both the original text and the translation":"\uC6D0\uBCF8\uACFC \uBC88\uC5ED\uBCF8 \uB3D9\uC2DC \uD45C\uC2DC","keyboard shortcuts":"\uD0A4\uBCF4\uB4DC \uB2E8\uCD95\uD0A4",modify:"\uBC14\uB85C \uAC00\uAE30 \uD0A4 \uC218\uC815",reset:"\uC7AC\uD504\uB85C\uBE44\uC800\uB2DD",close:"\uC751\uACE0",homepage:"\uD648\uD398\uC774\uC9C0",more:"\uB354 \uBCF4\uAE30",moreOptions:"\uB354 \uB9CE\uC740 \uC0AC\uC6A9\uC790 \uC9C0\uC815 \uC635\uC158 \uD655\uC7A5",translateTheWholePage:"\uD398\uC774\uC9C0\uC758 \uBAA8\uB4E0 \uC601\uC5ED \uBC88\uC5ED(\uC8FC\uC694 \uC601\uC5ED\uB9CC \uC9C0\uB2A5\uC801\uC73C\uB85C \uC778\uC2DD\uD558\uB294 \uAC83\uC774 \uC544\uB2C8\uB77C)",changeToTranslateTheWholePage:"\uBAA8\uB4E0 \uC9C0\uC5ED \uBC88\uC5ED\uC73C\uB85C \uC804\uD658",changeToTranslateTheMainPage:"\uAE30\uBCF8 \uC601\uC5ED \uBC88\uC5ED\uC73C\uB85C \uC804\uD658",changeToOnlyTranslationMode:"\uBC88\uC5ED\uB9CC \uD45C\uC2DC\uD558\uB3C4\uB85D \uD1A0\uAE00",changeToDualTranslationMode:"\uC774\uC911 \uC5B8\uC5B4 \uBC88\uC5ED\uC73C\uB85C \uC804\uD658",translateToThePageEndImmediately:"\uD398\uC774\uC9C0 \uD558\uB2E8\uC73C\uB85C \uC989\uC2DC \uBC88\uC5ED\uD558\uAE30",translateTheMainPage:"\uC9C0\uB2A5\uD615 \uBC88\uC5ED \uC8FC\uC694 \uC9C0\uC5ED","The local rules are up to date":"\uB85C\uCEEC \uC801\uC751 \uADDC\uCE59\uC740 \uCD5C\uC2E0 \uC0C1\uD0DC\uC785\uB2C8\uB2E4.","Successfully synchronized with the latest official rules:":"\uCD5C\uC2E0 \uACF5\uC2DD \uC801\uC751 \uADDC\uCE59\uACFC \uC131\uACF5\uC801\uC73C\uB85C \uB3D9\uAE30\uD654\uB418\uC5C8\uC2B5\uB2C8\uB2E4.","Checking for updates":"\uC5C5\uB370\uC774\uD2B8 \uD655\uC778","Rules are being synchronized":"\uC801\uC751 \uADDC\uCE59 \uB3D9\uAE30\uD654 \uC911",localVersionIsTooOld:"\uB85C\uCEEC \uD655\uC7A5 \uD504\uB85C\uADF8\uB7A8 \uBC84\uC804\uC774 \uB108\uBB34 \uC624\uB798\uB418\uC5C8\uC73C\uBBC0\uB85C \uB3D9\uAE30\uD654\uB97C \uC2DC\uB3C4\uD558\uAE30 \uC804\uC5D0 \uD655\uC7A5 \uD504\uB85C\uADF8\uB7A8\uC744 {minVersion} \uC774\uC0C1\uC73C\uB85C \uC5C5\uADF8\uB808\uC774\uB4DC\uD558\uC138\uC694.",badUserscriptBrowser:"\uD604\uC7AC \uBE0C\uB77C\uC6B0\uC800\uB294 \uADF8\uB9AC\uC2A4\uBABD\uD0A4 \uD655\uC7A5 \uC778\uD130\uD398\uC774\uC2A4\uB97C \uC62C\uBC14\uB974\uAC8C \uAD6C\uD604\uD558\uC9C0 \uC54A\uC73C\uBBC0\uB85C(\uC608: \uADF8\uB9AC\uC2A4\uBABD\uD0A4 \uC2A4\uD06C\uB9BD\uD2B8 \uC790\uCCB4\uC758 \uBC84\uC804 \uBC88\uD638\uC5D0 \uB300\uD55C \uC815\uBCF4\uB97C \uC5BB\uC73C\uB824\uBA74), \uD30C\uC774\uC5B4\uD3ED\uC2A4 \uB4F1 <1>\uADF8\uB9AC\uC2A4\uBABD\uD0A4 \uD655\uC7A5 \uAE30\uB2A5\uC744 \uC9C0\uC6D0\uD558\uB294 \uB2E4\uB978 \uBE0C\uB77C\uC6B0\uC800\uB97C \uC0AC\uC6A9\uD558\uC2DC\uAE30 \uBC14\uB78D\uB2C8\uB2E4.",foundNewVersion:"\uC0C8 \uBC84\uC804 \uC54C\uC544\uBCF4\uAE30",theLocalExtensionIsUpToUpdate:"\uD604\uC7AC \uD655\uC7A5 \uD504\uB85C\uADF8\uB7A8\uC774 \uCD5C\uC2E0 \uBC84\uC804\uC785\uB2C8\uB2E4.",failToSyncRules:"\uCD5C\uC2E0 \uC801\uC751 \uADDC\uCE59\uC744 \uB3D9\uAE30\uD654\uD558\uC9C0 \uBABB\uD568",retry:"\uB2E4\uC2DC \uC2DC\uB3C4\uD558\uB824\uBA74 \uC5EC\uAE30\uB97C \uD074\uB9AD\uD558\uC138\uC694.",failedReason:"\uC2E4\uD328 \uC774\uC720",currentRuleVersion:"\uD604\uC7AC \uADDC\uCE59 \uBC84\uC804",calculating:"\uACC4\uC0B0",unknownError:"\uC54C \uC218 \uC5C6\uB294 \uC624\uB958",canNotFetchRemoteRule:"\uC6D0\uACA9 \uADDC\uCE59\uC744 \uAC00\uC838\uC62C \uC218 \uC5C6\uC74C",enableAlphaSuccess:"\uC54C\uD30C \uC0AC\uC6A9",disableAlphaSuccess:"\uC54C\uD30C \uAE30\uB2A5\uC774 \uAEBC\uC838 \uC788\uC2B5\uB2C8\uB2E4.",cacheSize:"\uCE90\uC2DC \uD06C\uAE30\uFF1A",cleaning:"\uCCAD\uC0B0 \uACFC\uC815\uC5D0\uC11C",cleanCache:"\uCE90\uC2DC \uC9C0\uC6B0\uAE30",options:"\uC124\uC815",about:"\uB2E4\uC74C\uACFC \uAD00\uB828\uD558\uC5EC",service:"\uD1B5\uC5ED \uC11C\uBE44\uC2A4",needAction:"(\uC124\uC815\uC73C\uB85C \uC774\uB3D9)",goSettings:"\uACC4\uC18D\uD574\uC11C \uC124\uC815\uD558\uC138\uC694.",needActionForOptions:"(\uC124\uC815 \uC608\uC815)",translationEngine:"\uC5D4\uC9C4 \uC635\uC158",sourceLanguage:"\uC6D0\uBCF8 \uC5B8\uC5B4",target:"\uB300\uC0C1 \uC5B8\uC5B4",popupSourceLanguage:"\uC6D0\uBCF8 \uC5B8\uC5B4",popupTarget:"\uB300\uC0C1 \uC5B8\uC5B4",popupService:"\uD1B5\uC5ED \uC11C\uBE44\uC2A4",forThisSite:"\uD604\uC7AC \uC6F9\uC0AC\uC774\uD2B8",autoEnableSubtitle:"\uC774\uC911 \uC5B8\uC5B4 \uC790\uB9C9 \uC790\uB3D9 \uC5F4\uAE30",alwaysTranslate:"\uD56D\uC0C1 \uBC88\uC5ED",neverTranslate:"\uBC88\uC5ED \uAE08\uC9C0",alwaysTranslateSomeLanguage:"\uD56D\uC0C1 \uBC88\uC5ED {language}",neverTranslateSomeLanguage:"\uBC88\uC5ED \uAE08\uC9C0 {language}",alwaysTranslateSomeSite:"\uD56D\uC0C1 \uBC88\uC5ED {hostname}",neverTranslateSomeSite:"\uBC88\uC5ED \uAE08\uC9C0 {hostname}",alwaysTranslateSomeSiteOrWildSite:"\uD56D\uC0C1 \uC0AC\uC774\uD2B8 \uBC88\uC5ED",alwaysTranslateSomePage:"\uD56D\uC0C1 \uD398\uC774\uC9C0 \uBC88\uC5ED",add:"\uC99D\uAC00",default:"\uAE30\uBCF8\uAC12(\uC124\uC815)",forThisLanguage:"\uC774 \uC5B8\uC5B4\uC758 \uACBD\uC6B0\uFF1A","add url":"URL \uC785\uB825",edit:"\uCEF4\uD30C\uC77C\uB7EC","translate other languages into specific language":"\uB2E4\uB978 \uC5B8\uC5B4\uB97C \uC124\uC815\uD55C \uC5B8\uC5B4\uB85C \uBC88\uC5ED","select translation service":"\uBC88\uC5ED \uC11C\uBE44\uC2A4 \uC120\uD0DD",language:"\uB2E4\uAD6D\uC5B4 \uC9C0\uC6D0","show-original":"\uC6D0\uBCF8 \uD14D\uC2A4\uD2B8 \uD45C\uC2DC",translate:"\uB80C\uB354\uB9C1",Translated:"\uBC88\uC5ED\uB428",Translating:"\uBC88\uC5ED \uC911",Error:"\uC798\uBABB\uB41C",allowCacheTranslations:"\uB85C\uCEEC \uBC88\uC5ED \uCE90\uC2F1 \uC0AC\uC6A9(\uC911\uBCF5 \uAD6C\uC808\uC5D0 \uB300\uD55C \uBC88\uC5ED \uC694\uCCAD\uC744 \uC904\uC774\uAE30 \uC704\uD574)","translation display":"\uBC88\uC5ED \uD45C\uC2DC \uC2A4\uD0C0\uC77C","select diplay style":"\uB2E4\uC74C \uC608\uC2DC\uB97C \uAD6C\uCCB4\uC801\uC73C\uB85C \uCC38\uC870\uD558\uC5EC \uBC88\uC5ED \uC2A4\uD0C0\uC77C\uC744 \uAD6C\uBD84\uD558\uC138\uC694.",interface:"\uC778\uD130\uD398\uC774\uC2A4 \uC124\uC815",import_export:"\uAC00\uC838\uC624\uAE30/\uB0B4\uBCF4\uB0B4\uAE30",import_export_title:"\uAD6C\uC131 \uAC00\uC838\uC624\uAE30/\uB0B4\uBCF4\uB0B4\uAE30",syncToGoogleDrive:"\uC9C0\uAE08 Google \uB4DC\uB77C\uC774\uBE0C\uC640 \uB3D9\uAE30\uD654",floatBallOptions:"\uD638\uBC84\uBCFC \uC124\uC815","floatBallOptions.enable":"\uD638\uBC84\uBCFC \uD65C\uC131\uD654","floatBallOptions.blockUrls":"\uC6F9\uC0AC\uC774\uD2B8 \uBE44\uD65C\uC131\uD654","floatBallOptions.add":"\uC99D\uAC00","floatBallOptions.blockUrlDesc":"\uB2E4\uC74C \uC6F9\uC0AC\uC774\uD2B8\uC5D0\uC11C\uB294 \uD638\uBC84\uBCFC\uC774 \uD45C\uC2DC\uB418\uC9C0 \uC54A\uC2B5\uB2C8\uB2E4.","floatBallOptions.clickType":"\uD074\uB9AD \uB3D9\uC791","floatBallOptions.clickTypeDesc":"\uD074\uB9AD \uC2DC \uD638\uBC84\uBCFC \uC544\uC774\uCF58 \uB3D9\uC791","floatBallOptions.clickPopup":"\uBC88\uC5ED \uD328\uB110 \uD45C\uC2DC","floatBallOptions.clickTranslate":"\uC6D0\uBCF8 \uD14D\uC2A4\uD2B8 \uBC88\uC5ED/\uD45C\uC2DC","floatBallOptions.fixedPosition":"\u56FA\u5B9A\u4F4D\u7F6E","floatBallOptions.fixedPositionDesc":"\u60AC\u6D6E\u7403\u5728\u7A97\u53E3\u5DE6\u4FA7\u8FD8\u662F\u53F3\u4FA7","floatBallOptions.fixedPositionLeft":"\u5DE6\u4FA7","floatBallOptions.fixedPositionRight":"\u53F3\u4FA7",previewAllThemes:"\uBAA8\uB4E0 \uC2A4\uD0C0\uC77C \uBBF8\uB9AC\uBCF4\uAE30","translationTheme.none":"\uAC00\uC9C0\uACE0 \uC788\uC9C0 \uC54A\uB2E4","translationTheme.grey":"\uC9D9\uC740 \uD68C\uC0C9","translationTheme.dashed":"\uC810\uC120 \uBC11\uC904","translationTheme.dotted":"\uC810\uC120 \uBC11\uC904","translationTheme.dashedBorder":"\uC810\uC120 \uD14C\uB450\uB9AC","translationTheme.solidBorder":"\uC2E4\uC120 \uD14C\uB450\uB9AC","translationTheme.underline":"\uC9C1\uC120\uC5D0 \uBC11\uC904","translationTheme.mask":"\uD37C\uC9C0 \uD6A8\uACFC(\uD559\uC2B5 \uBAA8\uB4DC)","translationTheme.opacity":"\uD22C\uBA85\uC131 \uD6A8\uACFC","translationTheme.paper":"\uD770 \uC885\uC774 \uADF8\uB9BC\uC790 \uD6A8\uACFC","translationTheme.dividingLine":"\uAD6C\uBD84\uC120","translationTheme.highlight":"\uB192\uC740 \uBC1D\uAE30","translationTheme.marker":"\uB9C8\uCEE4(\uC678\uB798\uC5B4)","translationTheme.marker2":"\uB9C8\uCEE4 2","translationTheme.blockquote":"\uCC38\uC870 \uC2A4\uD0C0\uC77C","translationTheme.weakening":"\uC57D\uD654","translationTheme.italic":"\uAE30\uC6B8\uC5B4\uC9C0\uB294 \uC11C\uCCB4","translationTheme.bold":"\uB450\uAECD\uAC8C","translationTheme.thinDashed":"\uAC00\uB294 \uC810\uC120 \uBC11\uC904","translationTheme.nativeDashed":"\uC2DC\uC2A4\uD15C\uC5D0\uB294 \uC810\uC120\uC73C\uB85C \uD45C\uC2DC\uB41C \uBC11\uC904\uC774 \uC788\uC2B5\uB2C8\uB2E4.","translationTheme.nativeDotted":"\uC2DC\uC2A4\uD15C\uC5D0\uB294 \uC810\uC120\uC73C\uB85C \uBC11\uC904\uC774 \uADF8\uC5B4\uC838 \uC788\uC2B5\uB2C8\uB2E4.","translationTheme.nativeUnderline":"\uC2DC\uC2A4\uD15C\uC5D0\uB294 \uC9C1\uC120 \uBC11\uC904\uC774 \uC788\uC2B5\uB2C8\uB2E4.","translationTheme.wavy":"\uBB3C\uACB0 \uBAA8\uC591 \uB77C\uC778","translationServices.custom":"\uC0AC\uC6A9\uC790 \uC9C0\uC815 API","translationServices.tencent":"\uD150\uC13C\uD2B8 \uBC88\uC5ED\uAE30","translationServices.tenAlpha":"\uD150\uC13C\uD2B8 \uBC88\uC5ED\uAE30(\uC54C\uD30C)","translationServices.google":"Google \uBC88\uC5ED","translationServices.bai":"\uBC14\uC774\uB450(\uC54C\uD30C)","translationServices.baidu":"\uBC14\uC774\uB450 \uBC88\uC5ED","translationServices.aliyun":"\uC54C\uB9AC\uD074\uB77C\uC6B0\uB4DC \uBC88\uC5ED","translationServices.volc":"\uD654\uC0B0 \uBC88\uC5ED","translationServices.deeplx":"DeepLX(\uBCA0\uD0C0)","translationServices.bing":"Microsoft \uBC88\uC5ED","translationServices.deepl":"DeepL","translationServices.wechat":"\uC704\uCC57 \uBC88\uC5ED","translationServices.azure":"Azure \uBC88\uC5ED","translationServices.ibm":"IBM \uC653\uC2A8","translationServices.aws":"\uC544\uB9C8\uC874 \uBC88\uC5ED","translationServices.mock":"\uC2DC\uBBAC\uB808\uC774\uC158 \uBC88\uC5ED","translationServices.mock2":"\uC2DC\uBBAC\uB808\uC774\uC158 \uBC88\uC5ED 2","translationServices.caiyun":"\uC870\uBA85. \uB2E4\uCC44\uB85C\uC6B4 \uAD6C\uB984\uACFC \uC791\uC740 \uBC88\uC5ED","translationServices.cai":"\uB2E4\uCC44\uB85C\uC6B4 \uAD6C\uB984(\uC54C\uD30C)","translationServices.volcAlpha":"\uD654\uC0B0 (\uC54C\uD30C)","translationServices.openl":"OpenL","translationServices.youdao":"\uC720\uD29C\uBE0C \uBC88\uC5ED","translationServices.you":"\uC720\uB2E4\uC624 \uBC88\uC5ED\uAE30(\uC54C\uD30C)","translationServices.transmart":"\uD150\uC13C\uD2B8 \uC778\uD130\uB799\uD2F0\uBE0C \uBC88\uC5ED","translationServices.niu":"\uB9E4\uBC84\uB9AD \uBC88\uC5ED\uAE30","translationServices.papago":"\uD30C\uD30C\uACE0 \uBC88\uC5ED","translationServices.d":"D(\uC54C\uD30C)","translationServices.dpro":"D \uD504\uB85C(\uCE74\uB098\uB9AC\uC544)","translationServices.openai":"OpenAI","translationServices.yandex":"Yandex","translationServices.chatgpt":"ChatGPT \uC6F9(3.5 \uBAA8\uBC14\uC77C)","translate title":"\uD398\uC774\uC9C0 \uC81C\uBAA9 \uBC88\uC5ED","always languages":"\uD56D\uC0C1 \uC5B8\uC5B4 \uBC88\uC5ED",neverTranslateLanguagesLabel:"\uBC88\uC5ED\uB418\uC9C0 \uC54A\uB294 \uC5B8\uC5B4",neverTranslateTheFollowingLanguagesDescription:"\uD398\uC774\uC9C0\uC758 \uB2E8\uB77D\uC774 \uB2E4\uC74C \uC5B8\uC5B4 \uC911 \uD558\uB098\uC778 \uACBD\uC6B0 \uBC88\uC5ED\uC774 \uAC74\uB108\uB6F0\uC5B4\uC9D1\uB2C8\uB2E4.",enableUserscriptPagePopup:"\uD398\uC774\uC9C0\uC5D0 \uD638\uBC84\uBCFC \uD45C\uC2DC",enableUserscriptPagePopupDescription:"\uD638\uBC84\uBCFC\uC744 \uB044\uACE0 \uB098\uBA74 \uBC14\uB85C \uAC00\uAE30 /{touch}\uB85C \uBD88\uB7EC\uC62C \uC218 \uC788\uC2B5\uB2C8\uB2E4. \uC2E4\uC218\uB85C \uC774 \uC635\uC158\uC744 \uB048 \uD6C4 \uD638\uBC84\uBCFC\uC744 \uCC3E\uC9C0 \uBABB\uD558\uB294 \uACBD\uC6B0\uB97C \uBC29\uC9C0\uD558\uAE30 \uC704\uD574 \uC774 \uC124\uC815 \uD398\uC774\uC9C0\uB97C \uBD81\uB9C8\uD06C\uC5D0 \uCD94\uAC00\uD558\uB294 \uAC83\uC774 \uC88B\uC2B5\uB2C8\uB2E4!","always translate the following languages":"\uD398\uC774\uC9C0\uAC00 \uB2E4\uC74C \uC5B8\uC5B4 \uC911 \uD558\uB098\uC778 \uACBD\uC6B0 \uB300\uC0C1 \uC5B8\uC5B4\uB85C \uC790\uB3D9 \uBC88\uC5ED\uB429\uB2C8\uB2E4.","always sites":"\uD56D\uC0C1 \uBC88\uC5ED\uB41C \uC6F9 \uC0AC\uC774\uD2B8","always translate the following sites":"\uC6F9 \uC0AC\uC774\uD2B8\uAC00 \uB2E4\uC74C \uB3C4\uBA54\uC778 \uC774\uB984\uC778 \uACBD\uC6B0 \uB300\uC0C1 \uC5B8\uC5B4\uB85C \uC790\uB3D9 \uBC88\uC5ED\uB429\uB2C8\uB2E4.","never sites":"\uBC88\uC5ED\uB418\uC9C0 \uC54A\uC740 \uC6F9 \uC0AC\uC774\uD2B8","never translate the following sites":"\uC6F9\uC0AC\uC774\uD2B8\uAC00 \uB2E4\uC74C \uB3C4\uBA54\uC778\uC6A9\uC778 \uACBD\uC6B0 \uBC88\uC5ED\uC774 \uC218\uD589\uB418\uC9C0 \uC54A\uC2B5\uB2C8\uB2E4.","please refer to":"\uD0A4\uB97C \uC0AC\uC6A9\uD558\uB824\uBA74 \uD0A4\uB97C \uC785\uB825\uD574\uC57C \uD558\uBA70, \uC790\uC138\uD55C \uB0B4\uC6A9\uC740 \uB2E4\uC74C\uC744 \uCC38\uC870\uD558\uC138\uC694.",KeyAndConfigurationTutorial:"\uC8FC\uC694 \uC560\uD50C\uB9AC\uCF00\uC774\uC158 \uBC0F \uAD6C\uC131 \uD29C\uD1A0\uB9AC\uC5BC",useAboveStyleForTheseSites:"\uB2E4\uC74C \uB3C4\uBA54\uC778\uC744 \uC704\uD55C \uC0AC\uC774\uD2B8\uC778 \uACBD\uC6B0 \uD56D\uC0C1 \u2308{theme}\u230B \uBC88\uC5ED \uC2A4\uD0C0\uC77C\uC744 \uC0AC\uC6A9\uD558\uC138\uC694.",currentUrl:"\uD604\uC7AC URL",confirm:"\uC800\uC7A5(\uD30C\uC77C \uB4F1)(\uCEF4\uD4E8\uD305)",cancel:"\uCDE8\uC18C",delete:"\uC81C\uAC70","languages.auto":"\uC790\uB3D9 \uAC10\uC9C0",syncToCloud:"Google \uB4DC\uB77C\uC774\uBE0C\uC5D0 \uB3D9\uAE30\uD654",syncToCloudDescription:"\uD074\uB77C\uC6B0\uB4DC\uC5D0 \uC5C5\uB85C\uB4DC\uB41C \uAD6C\uC131\uC740 \uB9C8\uC9C0\uB9C9\uC73C\uB85C \uC218\uC815\uB41C \uBE0C\uB77C\uC6B0\uC800/\uADF8\uB9AC\uC2A4\uBABD\uD0A4 \uC2A4\uD06C\uB9BD\uD2B8 \uAC04\uC5D0 \uB3D9\uAE30\uD654\uD560 \uC218 \uC788\uC2B5\uB2C8\uB2E4.",syncToAccount:"\uBAB0\uC785\uD615 \uBC88\uC5ED \uD074\uB77C\uC6B0\uB4DC\uC5D0 \uB3D9\uAE30\uD654",syncToAccountButton:"\uD074\uB77C\uC6B0\uB4DC\uC640 \uC989\uC2DC \uB3D9\uAE30\uD654",syncToAccountDescription:"\uB9C8\uC9C0\uB9C9\uC73C\uB85C \uC218\uC815\uD55C \uC2DC\uAC04\uC744 \uAE30\uC900\uC73C\uB85C \uC11C\uB85C \uB2E4\uB978 \uC7A5\uCE58 \uAC04\uC5D0 \uAD6C\uC131\uC744 \uC790\uB3D9\uC73C\uB85C \uB3D9\uAE30\uD654\uD569\uB2C8\uB2E4.",successSyncConfigInAccount:"\uD074\uB77C\uC6B0\uB4DC\uC640\uC758 \uC131\uACF5\uC801\uC778 \uB3D9\uAE30\uD654",successSyncConfigToAccount:"\uD074\uB77C\uC6B0\uB4DC\uC5D0 \uC131\uACF5\uC801\uC73C\uB85C \uB3D9\uAE30\uD654",syncConfigNoUpdate:"\uC774\uBBF8 \uCD5C\uC2E0 \uBC84\uC804\uC785\uB2C8\uB2E4.",authFail:"\uC778\uC99D \uC2E4\uD328",syncTitle:"\uC218\uB3D9 \uBC31\uC5C5 \uAD00\uB9AC",import_hint:"\uAC00\uC838\uC624\uAE30(\uB370\uC774\uD130)",upload:"\uC5C5\uB85C\uB4DC",revokeAuth:"\uC2B9\uC778 \uCDE8\uC18C",uploadFail:"\uC5C5\uB85C\uB4DC \uC2E4\uD328",download:"\uB2E4\uC6B4\uB85C\uB4DC",importSuccess:"\uAC00\uC838\uC624\uAE30 \uC131\uACF5",importFail:"\uAC00\uC838\uC624\uAE30 \uC2E4\uD328",deleteFail:"\uC0AD\uC81C\uD558\uC9C0 \uBABB\uD568",backupToCloud:"\uBC31\uC5C5 \uD30C\uC77C \uC218\uB3D9 \uAD00\uB9AC",create_new_backup:"\uC0C8 \uBC31\uC5C5 \uB178\uB4DC \uCD94\uAC00",maxBackupFiles:"\uCD5C\uB300{count}\uAC1C\uC758 \uC11C\uB85C \uB2E4\uB978 \uB178\uB4DC\uB97C \uBC31\uC5C5\uD560 \uC218 \uC788\uC73C\uBA70, \uD544\uC694\uD558\uC9C0 \uC54A\uC740 \uB178\uB4DC\uB294 \uC0AD\uC81C\uD558\uC138\uC694.",backupToCloudDescription:"\uBC31\uC5C5 \uD30C\uC77C\uC744 \uC218\uB3D9\uC73C\uB85C \uC5C5\uB85C\uB4DC\uD558\uAC70\uB098 \uBCF5\uC6D0\uD558\uC5EC \uCD5C\uB300 3\uAC1C\uC758 \uC11C\uB85C \uB2E4\uB978 \uBC31\uC5C5 \uD5C8\uC6A9",successSyncConfig:"\uD074\uB77C\uC6B0\uB4DC\uC640\uC758 \uC131\uACF5\uC801\uC778 \uB3D9\uAE30\uD654",syncFail:"\uB3D9\uAE30\uD654 \uC2E4\uD328",updatedAt:"{date}\uC5D0\uC11C \uC5C5\uB370\uC774\uD2B8\uB428",lastSyncedAt:"\uCD5C\uC885 \uD655\uC778: {date}",downloadFail:"\uB2E4\uC6B4\uB85C\uB4DC\uC5D0 \uC2E4\uD328\uD588\uC2B5\uB2C8\uB2E4.",clickToDownload:"\uB2E4\uC6B4\uB85C\uB4DC\uD558\uB824\uBA74 \uD074\uB9AD",aboutLabel:"\uC815\uBCF4 - \uD53C\uB4DC\uBC31","browser.openAboutPage":"\uC815\uBCF4/\uD53C\uB4DC\uBC31",aboutLabelWithoutSponsor:"\uC815\uBCF4 - \uD53C\uB4DC\uBC31",aboutIntro:"\uC6B0\uB9AC \uBAA8\uB450\uAC00 \uC778\uD130\uB137\uC758 \uBC29\uB300\uD55C \uC678\uAD6D\uC5B4 \uC815\uBCF4\uC5D0 \uB354 \uC27D\uACE0 \uC990\uAC81\uAC8C \uC561\uC138\uC2A4\uD560 \uC218 \uC788\uAE30\uB97C \uBC14\uB78D\uB2C8\uB2E4 \u2764\uFE0F <6>Pro \uBA64\uBC84\uC2ED\uC744 \uD65C\uC131\uD654\uD558\uC5EC \uBC14\uB85C \uC0AC\uC6A9\uD560 \uC218 \uC788\uB294 DeepL \uBC0F OpenAI \uBC88\uC5ED\uC744 \uC0AC\uC6A9\uD560 \uC218 \uC788\uC2B5\uB2C8\uB2E4.

<3>\uD2B8\uC704\uD130, <4>\uD154\uB808\uADF8\uB7A8, \uC6E8\uC774\uBCF4, \uC704\uCC57\uC5D0\uC11C \uD314\uB85C\uC6B0\uD558\uAC70\uB098 \uC544\uB798 <5>\uBA54\uC77C\uB9C1 \uB9AC\uC2A4\uD2B8\uC5D0 <5>\uAC00\uC785\uD558\uC5EC \uC5C5\uB370\uC774\uD2B8\uB97C \uD655\uC778\uD560 \uC218 \uC788\uC2B5\uB2C8\uB2E4.
<7>\uD504\uB85C \uD68C\uC6D0\uC740 <8>support@immersivetranslate.com \uC73C\uB85C \uBB38\uC758\uD558\uC2DC\uBA74 \uBE60\uB978 \uACE0\uAC1D \uC11C\uBE44\uC2A4\uB97C \uBC1B\uC73C\uC2E4 \uC218 \uC788\uC2B5\uB2C8\uB2E4.",aboutIntroWithoutSponsor:"\uC6B0\uB9AC \uBAA8\uB450\uAC00 \uC778\uD130\uB137\uC5D0\uC11C \uC81C\uACF5\uB418\uB294 \uBC29\uB300\uD55C \uC591\uC758 \uC678\uAD6D\uC5B4 \uC815\uBCF4\uC5D0 \uB354 \uC27D\uACE0 \uC990\uAC81\uAC8C \uC811\uADFC\uD560 \uC218 \uC788\uAE30\uB97C \uBC14\uB78D\uB2C8\uB2E4 \u2764\uFE0F

<3>\uD2B8\uC704\uD130, <4>\uD154\uB808\uADF8\uB7A8 \uCC44\uB110, \uC704\uCC57, \uC704\uCC57 \uC775\uC2A4\uCCB4\uC778\uC9C0\uC5D0\uC11C \uD314\uB85C\uC6B0\uD558\uAC70\uB098 \uC544\uB798 <5>\uC774\uBA54\uC77C\uB85C \uC5C5\uB370\uC774\uD2B8\uB97C <5>\uAD6C\uB3C5\uD560 \uC218 \uC788\uC2B5\uB2C8\uB2E4.",projectHomepage:"\uD504\uB85C\uC81D\uD2B8 \uD648",joinTelegramGroup:"\uC0AC\uC6A9\uC790 \uADF8\uB8F9\uC5D0 \uAC00\uC785\uD558\uC5EC \uAE30\uB2A5 \uD1A0\uB860\uC5D0 \uCC38\uC5EC\uD558\uC138\uC694.",wechatPublicAccount:"\uC704\uCC57 \uACF5\uAC1C",wechatCommunities:"\uC704\uCC57 \uAD50\uD658 \uADF8\uB8F9",qqCommunities:"QQ \uCEE4\uBBA4\uB2C8\uCF00\uC774\uC158 \uCC44\uB110",joinTelegramChannel:"\uD154\uB808\uADF8\uB7A8 \uCC44\uB110 \uD314\uB85C\uC6B0\uD558\uC5EC \uCD5C\uC2E0 \uC5C5\uB370\uC774\uD2B8 \uD655\uC778",feedbackAndJoin:"\uC9C8\uBB38 \uD53C\uB4DC\uBC31 / \uADF8\uB8F9 \uCD94\uAC00",autoSync:"\uC790\uB3D9 \uC2DC\uAC04 \uB3D9\uAE30\uD654",loadingThemeTitle:"\uB85C\uB529 \uC2A4\uD0C0\uC77C",loadingThemeDescription:"\uBC88\uC5ED \uB85C\uB4DC\uB97C \uAE30\uB2E4\uB9B4 \uB54C \uC2A4\uD0C0\uC77C \uC124\uC815\uD558\uAE30","loadingTheme.spinner":"\uD68C\uC804 \uC560\uB2C8\uBA54\uC774\uC158","loadingTheme.text":"\uC815\uC801 \uD14D\uC2A4\uD2B8 sth. ","loadingTheme.none":"\uD45C\uC2DC\uB418\uC9C0 \uC54A\uC74C",developerDescription:"\uACE0\uAE09 \uC0AC\uC6A9\uC790 \uC9C0\uC815\uC5D0 \uB300\uD55C \uBB38\uC11C\uB294 <1>\uC5EC\uAE30\uC5D0\uC11C \uD655\uC778\uD560 \uC218 \uC788\uC2B5\uB2C8\uB2E4.","edit border color":"\uD14C\uB450\uB9AC \uC0C9\uC0C1 \uC218\uC815",successSyncButNoChange:"\uD604\uC7AC \uAD6C\uC131\uC774 \uD074\uB77C\uC6B0\uB4DC\uC640 \uC77C\uCE58\uD569\uB2C8\uB2E4.",customTheme:"\uB9DE\uCDA4\uD615 \uC0C9\uC0C1 \uBC0F \uD06C\uAE30","customThemeLabel.borderColor":"\uD14C\uB450\uB9AC \uC0C9\uC0C1","customThemeLabel.borderRadius":"\uB465\uADFC \uBAA8\uC11C\uB9AC","customThemeLabel.textColor":"\uD14D\uC2A4\uD2B8 \uC0C9\uC0C1","customThemeLabel.backgroundColor":"\uBC30\uACBD\uC0C9","customThemeLabel.zoom":"\uAE00\uAF34 \uD06C\uAE30 \uC870\uC815(%)","customThemeLabel.opacity":"\uD14D\uC2A4\uD2B8 \uBD88\uD22C\uBA85\uB3C4(%)",resetToDefaultColor:"\uAE30\uBCF8 \uC0C9\uC0C1\uC73C\uB85C \uBCF5\uC6D0",resetToDefaultSettings:"\uAE30\uBCF8 \uC124\uC815\uC73C\uB85C \uBCF5\uC6D0",isTranslateTitle:"\uD398\uC774\uC9C0 \uC81C\uBAA9 \uBC88\uC5ED \uC0AC\uC6A9",isTranslateTitleDescription:"\uC804\uC6D0\uC744 \uCF1C\uBA74 \uD398\uC774\uC9C0 \uC81C\uBAA9\uC774 \uBC88\uC5ED\uB429\uB2C8\uB2E4.",enableSearchEnhancement:"\uC774\uC911 \uC5B8\uC5B4 \uBA54\uC2DC\uC9C0 \uD5A5\uC0C1 \uC0AC\uC6A9",enableSearchEnhancementDescription:"\uC774 \uAE30\uB2A5\uC744 \uD65C\uC131\uD654\uD558\uBA74 \uC9C0\uC6D0\uB418\uB294 \uC6F9\uC0AC\uC774\uD2B8(Google \uB274\uC2A4, Google \uAC80\uC0C9(\uC77C\uBD80 \uD0A4\uC6CC\uB4DC), \uC2A4\uB178\uC6B0\uBCFC, \uC624\uB9AC\uC5D4\uD0C8 \uD3EC\uCD98, \uD4E8\uD22C\uB77C, \uD0C0\uC774\uAC70 \uCEE4\uBBA4\uB2C8\uD2F0)\uC758 \uC624\uB978\uCABD \uC5F4\uC5D0 \uD574\uB2F9 \uC601\uC5B4 \uD0A4\uC6CC\uB4DC\uC5D0 \uB300\uD55C 'Google \uB274\uC2A4'\uC758 \uAC80\uC0C9 \uACB0\uACFC\uAC00 \uC790\uB3D9\uC73C\uB85C \uD45C\uC2DC\uB429\uB2C8\uB2E4.",verifyService:"\uC11C\uBE44\uC2A4\uB97C \uD14C\uC2A4\uD2B8\uD558\uB824\uBA74 \uC5EC\uAE30\uB97C \uD074\uB9AD\uD558\uC138\uC694.",verified:"\uC131\uACF5 \uD655\uC778","field.langs":"\uC9C0\uC6D0\uB418\uB294 \uC5B8\uC5B4 \uCF54\uB4DC","field.model":"\uBAA8\uB378\uB9C1","field.translationEngine":"\uBC88\uC5ED \uC5D4\uC9C4","field.limitPerMinute":"\uBD84\uB2F9 \uCD5C\uB300 \uC694\uCCAD \uC218","field.limitPerSecond":"\uCD08\uB2F9 \uCD5C\uB300 \uC694\uCCAD \uC218","field.maxTextLengthPerRequest":"\uC694\uCCAD\uB2F9 \uCD5C\uB300 \uD14D\uC2A4\uD2B8 \uAE38\uC774","field.maxTextGroupLengthPerRequest":"\uC694\uCCAD\uB2F9 \uCD5C\uB300 \uB2E8\uB77D \uC218","field.apiUrl":"\uC0AC\uC6A9\uC790 \uC9C0\uC815 API \uC778\uD130\uD398\uC774\uC2A4 \uC8FC\uC18C","field.placeholderDelimiters":"\uC608\uC57D\uB41C \uC790\uB9AC \uD45C\uC2DC\uC790","description.custom":"\uC0AC\uC6A9\uC790 \uC9C0\uC815 \uC778\uD130\uD398\uC774\uC2A4 \uC561\uC138\uC2A4 \uBB38\uC11C \uD544\uC694","description.limitPerMinute":"\uC774 \uD55C\uB3C4\uB97C \uCD08\uACFC\uD558\uB294 \uC694\uCCAD\uC740 \uB2E4\uC74C \uBD84\uC774 \uC2DC\uC791\uB420 \uB54C\uAE4C\uC9C0 \uB300\uAE30\uC5F4\uC5D0 \uB4E4\uC5B4\uAC11\uB2C8\uB2E4. \uD604\uC7AC OpenAI \uC11C\uBE44\uC2A4\uC758 \uC5EC\uB7EC \uAC00\uC9C0 \uC81C\uD55C \uC0AC\uD56D\uC73C\uB85C \uC778\uD574 <1>\uC5EC\uAE30\uB97C \uD074\uB9AD\uD558\uC5EC \uCD5C\uC2E0 \uC81C\uC548 \uAC12\uC744 \uD655\uC778\uD558\uC138\uC694.","description.limitPerSecond":"\uC774 \uC81C\uD55C\uC744 \uCD08\uACFC\uD558\uB294 \uC694\uCCAD\uC740 \uB2E4\uC74C \uCD08\uAC00 \uC2DC\uC791\uB420 \uB54C\uAE4C\uC9C0 \uB300\uAE30\uC5F4\uC5D0 \uB4E4\uC5B4\uAC11\uB2C8\uB2E4. \uD604\uC7AC OpenAI \uC11C\uBE44\uC2A4\uC758 \uC5EC\uB7EC \uAC00\uC9C0 \uC81C\uD55C \uC0AC\uD56D\uC73C\uB85C \uC778\uD574 <1>\uC5EC\uAE30\uB97C \uD074\uB9AD\uD558\uC5EC \uCD5C\uC2E0 \uC81C\uC548 \uAC12\uC744 \uD655\uC778\uD558\uC138\uC694.","description.generalLimitPerSecond":"\uC774 \uC81C\uD55C\uC744 \uCD08\uACFC\uD558\uB294 \uC694\uCCAD\uC740 \uB2E4\uC74C \uCD08\uAC00 \uC2DC\uC791\uB420 \uB54C\uAE4C\uC9C0 \uB300\uAE30\uC5F4\uC5D0 \uB4E4\uC5B4\uAC11\uB2C8\uB2E4.","description.prompt":"\uC0AC\uC6A9\uC790 \uC2E0\uBD84\uC73C\uB85C {service}\uC5D0 \uBCF4\uB0B8 \uB300\uD654\uC5D0\uC11C {{text}}\uB294 \uB2E8\uB77D\uC758 \uD14D\uC2A4\uD2B8 \uB0B4\uC6A9\uC744 \uB098\uD0C0\uB0B4\uACE0, {{from}}\uC740 \uB2E8\uB77D\uC758 \uC5B8\uC5B4\uB97C \uB098\uD0C0\uB0B4\uBA70, {{to}}\uB294 \uBAA9\uD45C \uC5B8\uC5B4\uB97C \uB098\uD0C0\uB0C5\uB2C8\uB2E4.","description.maxTextLengthPerRequest":"\uC694\uCCAD\uB2F9 \uCD5C\uB300 \uAE00\uC790 \uC218\uAC00 \uB108\uBB34 \uB9CE\uC73C\uBA74 \uC778\uD130\uD398\uC774\uC2A4\uAC00 \uB290\uB9AC\uAC8C \uC751\uB2F5\uD558\uBBC0\uB85C \uC774 \uC635\uC158\uC744 \uC870\uC815\uD558\uC5EC \uC18D\uB3C4\uB97C \uCD5C\uC801\uD654\uD558\uC138\uC694.","description.systemPrompt":"\uC2DC\uC2A4\uD15C\uC73C\uB85C\uC11C OpenAI\uC5D0 \uC804\uC1A1\uB418\uB294 \uB300\uD654\uB85C, {{text}} \uC740 \uB2E8\uB77D\uC758 \uD14D\uC2A4\uD2B8 \uB0B4\uC6A9\uC744 \uB098\uD0C0\uB0B4\uACE0{{from}} \uC740 \uB2E8\uB77D\uC758 \uC5B8\uC5B4\uB97C \uB098\uD0C0\uB0B4\uBA70{{to}} \uC740 \uB300\uC0C1 \uC5B8\uC5B4\uB97C \uB098\uD0C0\uB0C5\uB2C8\uB2E4.","field.domain":"\uC601\uC5ED","description.domain":"\uAE30\uBCF8\uAC12\uC740\uFF1Ageneral\uC785\uB2C8\uB2E4. \uC544\uB9AC\uB9C8 API \uCF58\uC194\uC5D0\uC11C \uB3C4\uBA54\uC778 \uBC88\uC5ED\uC774 \uD65C\uC131\uD654\uB41C \uACBD\uC6B0\uC5D0\uB9CC \uC124\uC815\uD560 \uC218 \uC788\uC73C\uBA70, \uC9C0\uC6D0\uB418\uB294 \uB3C4\uBA54\uC778\uC740 <1>\uC5EC\uAE30\uB97C \uCC38\uC870\uD558\uC138\uC694.","field.scene":"take","description.scene":"\uAE30\uBCF8\uAC12\uC740\uFF1Ageneral\uC785\uB2C8\uB2E4. AliCloud API \uCF58\uC194\uC774 Machine Translation Pro\uB97C \uC5EC\uB294 \uACBD\uC6B0\uC5D0\uB9CC \uC124\uC815\uD560 \uC218 \uC788\uC73C\uBA70, \uC9C0\uC6D0\uB418\uB294 \uC2DC\uB098\uB9AC\uC624\uB294 <1>\uC5EC\uAE30\uB97C \uCC38\uC870\uD558\uC138\uC694.","field.vocabId":"\uC0AC\uC6A9\uC790 \uC0AC\uC804 ID","description.vocabId":"\uC9C0\uC815\uB41C \uC0AC\uC804 out_id\uB294 \uD604\uC7AC \uC601\uC5B4\uC5D0\uC11C \uC911\uAD6D\uC5B4 \uBC88\uC5ED\uC744 \uC9C0\uC6D0\uD569\uB2C8\uB2E4.","description.model":"OpenAI \uBAA8\uB378, gpt-3.5-turbo, gpt-4 \uB4F1 \uAC00\uB2A5","description.maxTextGroupLengthPerRequest":"\uD55C \uBC88\uC5D0 \uBC88\uC5ED \uC11C\uBE44\uC2A4\uB85C \uC804\uC1A1\uB418\uB294 \uB2E8\uB77D \uC218, \uB2E8\uB77D\uC774 \uB108\uBB34 \uB9CE\uC73C\uBA74 \uC778\uD130\uD398\uC774\uC2A4\uAC00 \uB290\uB9AC\uAC8C \uC751\uB2F5\uD560 \uC218 \uC788\uC2B5\uB2C8\uB2E4.","description.apiUrl":"\uACBD\uB85C, <1>\uC790\uC138\uD55C \uC124\uBA85\uC774 \uD3EC\uD568\uB41C \uD2B9\uC815 URL\uC744 \uCD94\uAC00\uD558\uC138\uC694.",enabledExtension:"\uD655\uC7A5 \uAE30\uB2A5 \uC0AC\uC6A9",clickToDisableExtension:"\uD655\uC7A5 \uAE30\uB2A5\uC744 \uBE44\uD65C\uC131\uD654\uD558\uB824\uBA74 \uD074\uB9AD\uD558\uC138\uC694.",clickToEnableExtension:"\uD655\uC7A5 \uAE30\uB2A5\uC744 \uC0AC\uC6A9\uD558\uB824\uBA74 \uD074\uB9AD\uD558\uC138\uC694.",hasBeenDisabled:"disabled","show password":"\uBE44\uBC00\uBC88\uD638 \uD45C\uC2DC",customContent:"\uC0AC\uC6A9\uC790 \uC9C0\uC815 \uBAA8\uB378 \uC774\uB984 \uC785\uB825",inputOptions:"\uC785\uB825 \uC0C1\uC790 \uAC1C\uC120",mouseHoverOptions:"\uB9C8\uC6B0\uC2A4 \uD638\uBC84",modifyMouseHoverKey:"\uB9C8\uC6B0\uC2A4 \uCEE4\uC11C \uBC14\uB85C \uAC00\uAE30 \uC218\uC815",enableInputTranslation:"\uC785\uB825 \uC0C1\uC790 \uD5A5\uC0C1 \uD65C\uC131\uD654 \uC5EC\uBD80",enableInputTranslationDescription:"\uD65C\uC131\uD654\uB418\uBA74 \uC785\uB825 \uC0C1\uC790\uC5D0 {startingKey}{startingKey} hello\uB97C \uC9C1\uC811 \uC785\uB825\uD55C \uB2E4\uC74C{inputTrailingTriggerKeyRepeatTimes}\uBC88{trailingKey}\uC744 \uBE60\uB974\uAC8C \uB20C\uB7EC {inputTargetLanguage}\uC73C\uB85C \uBC88\uC5ED\uD569\uB2C8\uB2E4.",enableInputTranslationDescriptionForNoneKey:"\uD65C\uC131\uD654\uB418\uBA74 \uC785\uB825 \uC0C1\uC790\uC5D0\uFF1AHello World\uB97C \uC9C1\uC811 \uC785\uB825\uD55C \uB2E4\uC74C{inputTrailingTriggerKeyRepeatTimes}{trailingKey}\uC744 \uBE60\uB974\uAC8C \uC5EC\uB7EC \uBC88 \uB20C\uB7EC \uAE30\uBCF8 \uB300\uC0C1 \uC5B8\uC5B4\uB85C \uBC88\uC5ED\uD569\uB2C8\uB2E4.",inputTargetLanguage:"\uC785\uB825 \uC0C1\uC790\uC758 \uAE30\uBCF8 \uB300\uC0C1 \uC5B8\uC5B4 \uC124\uC815",inputTargetLanguageDescription:"\uC785\uB825 \uC0C1\uC790 \uBC88\uC5ED\uC758 \uAE30\uBCF8 \uB300\uC0C1 \uC5B8\uC5B4(\uC608: \uD2B8\uB9AC\uAC70 \uB2E8\uC5B4\uC758 \uAE30\uBCF8 \uC5B8\uC5B4 {startingKey}{startingKey})",inputTargetLanguageDescriptionForNoneKey:"\uC785\uB825 \uC0C1\uC790 \uBC88\uC5ED\uC758 \uAE30\uBCF8 \uB300\uC0C1 \uC5B8\uC5B4",inputStartingTriggerKeyTitle:"\uC785\uB825 \uC0C1\uC790\uC758 \uBD80\uBD84 \uBC88\uC5ED\uC744 \uC704\uD574 \uBD84\uD560 \uBB38\uC790 \uC124\uC815\uD558\uAE30",inputStartingTriggerKeyDescription:"\uC785\uB825 \uC0C1\uC790 \uC804\uCCB4\uB97C \uBC88\uC5ED\uD560 \uD544\uC694\uAC00 \uC5C6\uB294 \uACBD\uC6B0 \uC2A4\uD50C\uB9AC\uD130\uB97C \uC0AC\uC6A9\uD558\uBA74 {startingKey}{startingKey} \uC5D0\uC11C \uC785\uB825 \uC0C1\uC790 \uB05D\uAE4C\uC9C0 \uBD80\uBD84\uB9CC \uBC88\uC5ED\uD558\uAC70\uB098 \uC5B8\uC5B4 \uCF54\uB4DC\uB97C \uC9C0\uC815\uD560 \uC218 \uC788\uC2B5\uB2C8\uB2E4(\uC608:\uFF1A{startingKey}ja \uB294 {startingKey}ja \uC5D0\uC11C \uC785\uB825 \uC0C1\uC790 \uB05D\uAE4C\uC9C0 \uBD80\uBD84\uB9CC \uBC88\uC5ED\uD55C\uB2E4\uB294 \uC758\uBBF8).",inputStartingTriggerKeyDescriptionForNoneKey:"\uD604\uC7AC \uC811\uB450\uC0AC \uC5C6\uC74C \uC124\uC815\uC740 \uD544\uC694\uD558\uC9C0 \uC54A\uC73C\uBA70, \uC785\uB825 \uC0C1\uC790\uC5D0 \uC788\uB294 \uC77C\uBD80 \uD14D\uC2A4\uD2B8\uC758 \uBC88\uC5ED \uAE30\uB2A5\uC740 \uB2F9\uBD84\uAC04 \uC0AC\uC6A9\uD560 \uC218 \uC5C6\uC2B5\uB2C8\uB2E4.",inputTrailingTriggerKeyTitle:"\uC785\uB825 \uC885\uB8CC \uD2B8\uB9AC\uAC70 \uBB38\uC790 \uC120\uD0DD",inputTrailingTriggerKeyDescription:"3\uBC88\uB9CC \uB204\uB974\uBA74{trailingKey} \uBC88\uC5ED\uC774 \uC2DC\uC791\uB429\uB2C8\uB2E4!",inputTrailingTriggerKeyTimeout:"\uC804\uD22C \uC885\uB8CC \uD2B8\uB9AC\uAC70 \uC0AC\uC774\uC758 \uC2DC\uAC04\uC744 \uC785\uB825\uD569\uB2C8\uB2E4.",inputTrailingTriggerKeyTimeoutDescription:"\uC785\uB825 \uC885\uB8CC \uCF64\uBCF4 \uD2B8\uB9AC\uAC70 \uC0AC\uC774\uC758 \uC2DC\uAC04(\uBC00\uB9AC\uCD08)\uC744 \uC124\uC815\uD569\uB2C8\uB2E4.",spaceKey:"<\u7A7A\u683C\u952E>",noneKey:"\uC811\uB450\uC0AC \uC5C6\uC774 \uC804\uCCB4 \uD14D\uC2A4\uD2B8 \uC0C1\uC790\uC758 \uC9C1\uC811 \uBC88\uC5ED",inputTranslationBlockUrlsTitle:"\uB2E4\uC74C URL\uC5D0\uC11C\uB294 \uC785\uB825 \uC0C1\uC790 \uAC1C\uC120 \uAE30\uB2A5\uC744 \uD65C\uC131\uD654\uD558\uC9C0 \uB9C8\uC138\uC694.",inputTranslationBlockUrlsDescription:"\uB2E4\uC74C URL\uC5D0\uC11C\uB294 \uC785\uB825 \uC0C1\uC790 \uAC1C\uC120 \uC0AC\uD56D\uC774 \uC791\uB3D9\uD558\uC9C0 \uC54A\uC2B5\uB2C8\uB2E4.",clickToSeeQuickDemo:"\uD074\uB9AD\uD558\uC5EC 30\uCD08 \uD035 \uD29C\uD1A0\uB9AC\uC5BC \uBE44\uB514\uC624 \uD655\uC7A5\uD558\uAE30",inputHelperInfo:"\uC124\uBA85\uFF1A\uC911\uAD6D\uC5B4 \uC785\uB825 \uBC29\uC2DD\uC5D0 \uB530\uB77C \uC77C\uBD80 \uD2B8\uB9AC\uAC70 \uBB38\uC790\uAC00 \uC911\uAD6D\uC5B4 \uBB38\uC7A5 \uBD80\uD638\uB85C \uBC14\uB00C\uB294 \uAC83\uC744 \uCD5C\uC801\uD654\uD588\uC2B5\uB2C8\uB2E4(\uC608: /\uB294 \uC18C\uAD6C \uC785\uB825 \uBC29\uC2DD\uC5D0 \uB530\uB77C \uB454 \uBD80\uD638\uB85C \uBC14\uB01C). \uBAB0\uC785\uD615 \uBC88\uC5ED\uAE30\uB294 \uD2B8\uB9AC\uAC70 \uBB38\uC790\uC5D0 \uD574\uB2F9\uD558\uB294 \uBAA8\uB4E0 \uC911\uAD6D\uC5B4 \uAE30\uD638, \uC989 //,,, \uB97C \uD2B8\uB9AC\uAC70 \uBB38\uC790\uB85C \uC778\uC2DD\uD560 \uC218 \uC788\uB3C4\uB85D \uC9C0\uC6D0\uD569\uB2C8\uB2E4.

\uB610\uD55C \uC5B8\uC5B4 \uCF54\uB4DC\uC5D0 \uC911\uAD6D\uC5B4 \uBCC4\uCE6D\uC744 \uBA85\uB839\uC5B4\uB85C \uC0AC\uC6A9\uD560 \uC218 \uC788\uC2B5\uB2C8\uB2E4(\uC608: /Japanese Hello World\uB294 \uC77C\uBCF8\uC5B4\uB85C \uBC88\uC5ED\uB428). <1>\uC9C0\uC6D0\uB418\uB294 \uBAA8\uB4E0 \uC5B8\uC5B4 \uCF54\uB4DC\uB97C \uBCF4\uB824\uBA74 \uC5EC\uAE30\uB97C \uD074\uB9AD\uD558\uC138\uC694.",reloadCurrentPage:"\uBC88\uC5ED\uC744 \uC2DC\uC791\uD558\uAE30 \uC804\uC5D0 \uD604\uC7AC \uD398\uC774\uC9C0\uB97C \uC0C8\uB85C\uACE0\uCE68\uD558\uC138\uC694.",noLocalFilePermissionForPDF:"\uB85C\uCEEC \uD30C\uC77C\uC744 \uC77D\uC744 \uC218 \uC788\uB294 \uAD8C\uD55C\uC774 \uC5C6\uB294 \uACBD\uC6B0 \uC704\uC758 \uBC84\uD2BC\uC744 \uD074\uB9AD\uD55C \uB2E4\uC74C \uB85C\uCEEC \uD30C\uC77C\uC744 \uAC00\uC838\uC624\uC138\uC694.",noPermissionForThisPage:"\u26A0\uFE0F \uD604\uC7AC \uD398\uC774\uC9C0 \uBC88\uC5ED \uAD8C\uD55C\uC774 \uC5C6\uC2B5\uB2C8\uB2E4.",retryAllParagraphs:"\uBAA8\uB4E0 \uC624\uB958 \uAD6C\uC808 \uB2E4\uC2DC \uC2DC\uB3C4",retryAllButton:"\uBAA8\uB4E0 \uC624\uB958 \uAD6C\uC808 \uB2E4\uC2DC \uC2DC\uB3C4",errorTooltipTitle:"\uC624\uB958\uC758 \uC6D0\uC778\uC744 \uBCF4\uB824\uBA74 \uD074\uB9AD\uD558\uC138\uC694.",errorModalTitle:"\uBC88\uC5ED \uC11C\uBE44\uC2A4 \uB610\uB294 \uB124\uD2B8\uC6CC\uD06C\uC5D0 \uBB38\uC81C\uAC00 \uC788\uB294 \uAC83 \uAC19\uC2B5\uB2C8\uB2E4...",disableConfirm:"\uC774\uC911 \uC5B8\uC5B4 \uC815\uBCF4 \uD5A5\uC0C1 \uC124\uC815",disableOnce:"\uC774 \uBE44\uD65C\uC131\uD654",disableGlobal:"\uC601\uAD6C\uC801\uC73C\uB85C \uBE44\uD65C\uC131\uD654",disableTint:"* {option} \uC5D0\uC11C \uB2E4\uC2DC \uD65C\uC131\uD654\uD560 \uC218 \uC788\uC2B5\uB2C8\uB2E4.",searchEnhancementNotes:"\uC911\uAD6D\uC5B4 \uD0A4\uC6CC\uB4DC\uC640 \uC601\uC5B4 \uD0A4\uC6CC\uB4DC\uC5D0 \uB300\uD55C \uB274\uC2A4 \uACB0\uACFC\uAC00 \uB9E4\uC6B0 \uB2E4\uB978 \uAC83\uC744 \uBC1C\uACAC\uD588\uC2B5\uB2C8\uB2E4. \uBAB0\uC785\uD615 \uBC88\uC5ED \uC774\uC911 \uC5B8\uC5B4 \uC815\uBCF4 \uD5A5\uC0C1 \uAE30\uB2A5\uC744 \uD65C\uC131\uD654\uD558\uBA74 \uC9C0\uC6D0\uB418\uB294 \uC6F9\uC0AC\uC774\uD2B8(Google \uB274\uC2A4, Google \uAC80\uC0C9(\uC77C\uBD80 \uD0A4\uC6CC\uB4DC), \uC2A4\uB178\uC6B0\uBCFC, \uB3D9\uC591\uC758 \uBD80, \uD4E8\uD22C\uB77C, \uD0C0\uC774\uAC70)\uC5D0\uC11C \uB3D9\uC77C\uD55C \uD0A4\uC6CC\uB4DC\uB97C \uC601\uC5B4\uB85C \uC790\uB3D9 \uAC80\uC0C9\uD558\uC5EC \uC624\uB978\uCABD\uC5D0 \uD45C\uC2DC\uD574 \uC90D\uB2C8\uB2E4. \uC774 \uAE30\uB2A5\uC774 \uD544\uC694\uD558\uC9C0 \uC54A\uC740 \uACBD\uC6B0 \uBE44\uD65C\uC131\uD654\uD560 \uC218 \uC788\uC2B5\uB2C8\uB2E4.",option:"\uC124\uC815",saveSettings:"\uC124\uC815 \uC800\uC7A5",closeModal:"\uCC3D \uB2EB\uAE30",enableInputTranslationWithoutTriggerKeyTitle:"{trailingKey}\uB97C 3\uBC88 \uBE60\uB974\uAC8C \uB204\uB974\uBA74 \uC804\uCCB4 \uC785\uB825 \uC0C1\uC790\uB97C{inputTargetLanguage}\uB85C \uBC14\uB85C \uBC88\uC5ED\uD560 \uC218 \uC788\uC2B5\uB2C8\uB2E4.",enableInputTranslationWithoutTriggerKeyDescription:"\uB300\uC0C1 \uC5B8\uC5B4\uB97C \uC9C0\uC815\uD558\uB824\uBA74 \uC55E\uC5D0 \uC5B8\uC5B4 \uCF54\uB4DC\uB97C \uBD99\uC785\uB2C8\uB2E4(\uC608:\uFF1Aja Hello World).",mouseHoverShortcutPlaceholder:"\uC608:\uFF1A\uC2DC\uD504\uD2B8",deepLProName:"\uBAB0\uC785\uD615 \uBC88\uC5ED \uD504\uB85C \uD68C\uC6D0(\uAD8C\uC7A5)",deepLProDescription:"\uD604\uC7AC \uD328\uD0A4\uC9C0\uB97C \uC9C1\uC811 \uC0AC\uC6A9\uD560 \uC218 \uC788\uC2B5\uB2C8\uB2E4.",deeplProDescriptionForNormal:"\uC124\uC815 \uD544\uC694 \uC5C6\uC74C, \uD68C\uC6D0\uC740 \uB85C\uADF8\uC778 \uD6C4 \uC0AC\uC6A9 \uAC00\uB2A5, <1>\uD68C\uC6D0\uC73C\uB85C \uC5C5\uADF8\uB808\uC774\uB4DC\uD558\uB824\uBA74 \uC5EC\uAE30\uB97C \uD074\uB9AD\uD558\uC138\uC694.",deepLCustomDescription:"\uC678\uAD6D \uC2E0\uC6A9 \uCE74\uB4DC \uD544\uC694, \uACF5\uC2DD\uC801\uC73C\uB85C \uAC1C\uC124\uB41C <1>DeepL,<2>\uBB38\uC11C\uB97C \uBCF4\uB824\uBA74 \uD074\uB9AD\uD558\uC138\uC694.",deepLCustomName:"\uC0AC\uC6A9\uC790 \uC9C0\uC815 \uC778\uC99D \uD0A4",chooseProviderLabel:"\uC11C\uBE44\uC2A4 \uC81C\uACF5\uC5C5\uCCB4 \uC120\uD0DD",openaiProName:"\uBAB0\uC785\uD615 \uBC88\uC5ED \uD504\uB85C \uD68C\uC6D0(\uAD8C\uC7A5)",openaiProDescription:"\uD604\uC7AC \uD328\uD0A4\uC9C0\uB97C \uC9C1\uC811 \uC0AC\uC6A9\uD560 \uC218 \uC788\uC2B5\uB2C8\uB2E4.",openaiProDescriptionForNormal:"\uC124\uC815\uC774 \uD544\uC694\uD558\uC9C0 \uC54A\uC73C\uBA70, \uD68C\uC6D0\uC740 \uB85C\uADF8\uC778 \uD6C4 \uC0AC\uC6A9\uD560 \uC218 \uC788\uC2B5\uB2C8\uB2E4. <1>\uD68C\uC6D0\uC73C\uB85C \uC5C5\uADF8\uB808\uC774\uB4DC\uD558\uB824\uBA74 \uC5EC\uAE30\uB97C \uD074\uB9AD\uD558\uC138\uC694.",openaiCustomDescription:"OpenAI, Azure OpenAI \uB610\uB294 \uAE30\uD0C0 \uD0C0\uC0AC \uC11C\uBE44\uC2A4\uC5D0\uC11C \uC0AC\uC6A9 \uAC00\uB2A5, <1>\uC124\uBA85\uC11C\uB97C \uBCF4\uB824\uBA74 \uC5EC\uAE30\uB97C \uD074\uB9AD\uD558\uC138\uC694.",openaiCustomName:"\uC0AC\uC6A9\uC790 \uC9C0\uC815 API \uD0A4",needLoginAction:"(\uACF5\uAC1C \uBA64\uBC84\uC2ED \uB610\uB294 \uC0AC\uC6A9\uC790 \uC9C0\uC815)",goLoginOrAction:"(\uBA64\uBC84\uC2ED\uC744 \uC5F4\uAC70\uB098 \uC124\uC815\uC73C\uB85C \uC774\uB3D9)",yearly:"\uC5F0\uAC04 \uC5F0\uC18D \uACB0\uC81C",quarterly:"\uC21C\uCC28\uC801 \uB798\uD551",monthly:"\uC6D4\uAC04 \uAD6C\uB3C5",yearlyForOnce:"\uC5F0\uAC04 1\uD68C \uD328\uD0A4\uC9C0",monthlyForOnce:"\uC6D4 1\uD68C \uD328\uD0A4\uC9C0",daily:"\uC5F0\uC18D \uD328\uD0B7 \uC77C\uC218",year:"\uC5F0\uAC04 \uC5F0\uC18D \uACB0\uC81C",quarter:"\uC21C\uCC28\uC801 \uB798\uD551",month:"\uC6D4\uAC04 \uAD6C\uB3C5",day:"\uC5F0\uC18D \uD328\uD0B7 \uC77C\uC218",onetime_7day:"7\uC77C \uCCB4\uD5D8 \uD329",currentPlanDescriptionForFree:"\uD604\uC7AC \uD328\uD0A4\uC9C0\uFF1A\uBB34\uB8CC",currentPlanDescriptionForContinuous:"\uD604\uC7AC \uD328\uD0A4\uC9C0\uFF1A{plan}\uB294 {endAt} \uC5D0\uC11C \uC790\uB3D9\uC73C\uB85C \uAC31\uC2E0\uB429\uB2C8\uB2E4.",currentPlanDescriptionForAutoRenewCaceling:"\uD604\uC7AC \uD328\uD0A4\uC9C0(\uFF1A{plan})\uB294 {endAt} \uC5D0\uC11C \uB9CC\uB8CC\uB418\uBA70 \uB9CC\uB8CC \uC2DC \uC790\uB3D9\uC73C\uB85C \uAC31\uC2E0\uB418\uC9C0 \uC54A\uC2B5\uB2C8\uB2E4.",currentYearlyPlanDescriptionForAutoRenewCacelingWithRealPaiedUser:"\uD604\uC7AC \uD328\uD0A4\uC9C0(\uFF1A{plan})\uB294 {endAt} \uC5D0\uC11C \uB9CC\uB8CC\uB418\uBA70 \uB9CC\uB8CC \uC2DC \uC790\uB3D9\uC73C\uB85C \uAC31\uC2E0\uB418\uC9C0 \uC54A\uC2B5\uB2C8\uB2E4.
<1>\uAC31\uC2E0 \uD50C\uB79C\uC744 \uAD00\uB9AC\uD558\uB824\uBA74 \uC5EC\uAE30\uB97C \uD074\uB9AD\uD558\uC138\uC694.",currentYearlyPlanDescriptionForAutoRenewCacelingWithAdmin:"\uD604\uC7AC \uD328\uD0A4\uC9C0(\uFF1A{plan})\uB294 {endAt} \uC5D0\uC11C \uB9CC\uB8CC\uB418\uBA70 \uB9CC\uB8CC \uC2DC \uC790\uB3D9\uC73C\uB85C \uAC31\uC2E0\uB418\uC9C0 \uC54A\uC2B5\uB2C8\uB2E4.
<1>\uC5F0\uAC04 \uC5F0\uC18D \uAD6C\uB3C5\uC744 \uD65C\uC131\uD654\uD558\uB824\uBA74 \uC5EC\uAE30\uB97C \uD074\uB9AD\uD558\uC138\uC694.",currentPlanDescriptionForOneTime:"\uD604\uC7AC \uAD6C\uB3C5\uFF1A{plan}\uC740 {endAt} \uC5D0\uC11C \uB9CC\uB8CC\uB418\uBA70, <1>\uC5F0\uAC04 \uB610\uB294 <2>\uC6D4\uAC04<1>\uBA64\uBC84\uC2ED\uC73C\uB85C \uC5C5\uADF8\uB808\uC774\uB4DC\uD558\uB824\uBA74 \uC5EC\uAE30\uB97C \uD074\uB9AD\uD558\uC138\uC694.",upgradePlan:"\uD504\uB85C \uBA64\uBC84\uC2ED\uC73C\uB85C \uC5C5\uADF8\uB808\uC774\uB4DC\uD558\uB824\uBA74 \uC5EC\uAE30\uB97C \uD074\uB9AD\uD558\uC138\uC694.",upgradeToPro:"\uD504\uB85C \uBA64\uBC84\uC2ED\uC73C\uB85C \uC5C5\uADF8\uB808\uC774\uB4DC","popup.openPro":"DeepL \uBC0F OpenAI \uBC88\uC5ED\uC744 \uC990\uAE30\uB824\uBA74 \uD504\uB85C \uBA64\uBC84\uC2ED\uC73C\uB85C \uC5C5\uADF8\uB808\uC774\uB4DC\uD558\uACE0 \uC5EC\uAE30\uB97C \uD074\uB9AD\uD558\uC5EC \uC5C5\uADF8\uB808\uC774\uB4DC\uD558\uC138\uC694!","popup.openProForPro":"\uADC0\uD558\uB294 DeepL \uBC0F OpenAI \uBC88\uC5ED\uC5D0 \uC9C1\uC811 \uC561\uC138\uC2A4\uD560 \uC218 \uC788\uB294 \uD504\uB85C \uD68C\uC6D0\uC785\uB2C8\uB2E4!",currentAccount:"\uACBD\uC0C1 \uACC4\uC815",enableAutoSyncUserSettings:"\uC5EC\uB7EC \uB514\uBC14\uC774\uC2A4\uC5D0\uC11C \uD074\uB77C\uC6B0\uB4DC \uC790\uB3D9 \uB3D9\uAE30\uD654 \uC0AC\uC6A9",modalEnableInputTranslationTitle:"\uBAB0\uC785\uD615 \uBC88\uC5ED \uC785\uB825 \uC0C1\uC790 \uBC88\uC5ED \uC54C\uB9BC",modalEnableInputTranslationDesc:"\uC2A4\uD398\uC774\uC2A4\uBC14\uB97C \uC5F0\uC18D\uD574\uC11C \uC138 \uBC88 \uBE60\uB974\uAC8C \uB20C\uB7EC \uBAB0\uC785\uD615 \uBC88\uC5ED\uC758 \uC785\uB825 \uC0C1\uC790 \uBC88\uC5ED\uC744 \uD2B8\uB9AC\uAC70\uD588\uC73C\uBA70, \uC785\uB825 \uC0C1\uC790\uC758 \uB0B4\uC6A9\uC774 \uAE30\uBCF8 \uB300\uC0C1 \uC5B8\uC5B4\uB85C \uBC88\uC5ED\uB429\uB2C8\uB2E4. \uBC88\uC5ED\uC740 Ctrl+Z\uB85C \uCDE8\uC18C\uD560 \uC218 \uC788\uC2B5\uB2C8\uB2E4.

\uBC88\uC5ED\uC774 \uC2E4\uC218\uC600\uB2E4\uBA74 \uC9C0\uAE08 \uBC14\uB85C \uBE44\uD65C\uC131\uD654\uD558\uAC70\uB098 \uC785\uB825 \uC0C1\uC790 \uBC88\uC5ED\uC744 \uC601\uAD6C\uC801\uC73C\uB85C \uBE44\uD65C\uC131\uD654\uD560 \uC218 \uC788\uC73C\uB2C8 \uAC71\uC815\uD558\uC9C0 \uB9C8\uC138\uC694.",saveAndNotShowAgain:"\uC800\uC7A5 \uBC0F \uD504\uB86C\uD504\uD2B8 \uC911\uC9C0",disableInputTranslationTips:"* {option} ,{learnMore}\uC5D0\uC11C \uB2E4\uB978 \uBC14\uB85C\uAC00\uAE30\uB97C \uD2B8\uB9AC\uAC70\uD558\uB3C4\uB85D \uC124\uC815\uD560 \uC218\uB3C4 \uC788\uC2B5\uB2C8\uB2E4.",learnMore:"\uC790\uC138\uD788 \uC54C\uC544\uBCF4\uB824\uBA74 \uC5EC\uAE30\uB97C \uD074\uB9AD\uD558\uC138\uC694.",continueEnalbeInputTranslation:"\uC785\uB825 \uC0C1\uC790 \uBC88\uC5ED \uACC4\uC18D \uD65C\uC131\uD654",autoRenewTrialSuffix:'(\uD3C9\uAC00\uD310 \uC0AC\uC6A9 \uC2DC\uC989\uC2DC \uC815\uC2DD \uBA64\uBC84\uC2ED\uC73C\uB85C \uC5C5\uADF8\uB808\uC774\uB4DC)',upgradeFromTrialTitle:"\uC815\uD68C\uC6D0\uC73C\uB85C \uC5C5\uADF8\uB808\uC774\uB4DC",subtitle:"\uBE44\uB514\uC624 \uCEA1\uC158",youtubeService:"\uBAB0\uC785 \uBC88\uC5ED \uBE44\uB514\uC624 \uC790\uB9C9 \uBC88\uC5ED \uC11C\uBE44\uC2A4","subtitle.disabledSubtitle":"\uB3D9\uC601\uC0C1 \uC790\uB9C9 \uAE30\uB2A5 \uC601\uAD6C \uBE44\uD65C\uC131\uD654\uD558\uAE30","subtitle.disabledSubtitleDescription":"\uBAB0\uC785\uD615 \uBC88\uC5ED\uAE30\uC758 \uBE44\uB514\uC624 \uC790\uB9C9\uC774 \uB2E4\uB978 \uD655\uC7A5 \uD504\uB85C\uADF8\uB7A8\uACFC \uCDA9\uB3CC\uD558\uB294 \uACBD\uC6B0, \uBAB0\uC785\uD615 \uBC88\uC5ED\uAE30\uC758 \uBE44\uB514\uC624 \uC790\uB9C9 \uAE30\uB2A5\uC744 \uC601\uAD6C\uC801\uC73C\uB85C \uBE44\uD65C\uC131\uD654\uD558\uAC70\uB098 \uCDA9\uB3CC\uD558\uB294 \uB2E4\uB978 \uD655\uC7A5 \uD504\uB85C\uADF8\uB7A8\uC744 \uC81C\uAC70\uD558\uB3C4\uB85D \uC120\uD0DD\uD560 \uC218 \uC788\uC2B5\uB2C8\uB2E4.","subtitle.autoEnableSubtitle":"\uC774\uC911 \uC5B8\uC5B4 \uC790\uB9C9 \uC790\uB3D9 \uC0AC\uC6A9","subtitle.autoEnableSubtitleDescription":"\uC0AC\uC6A9\uD558\uBA74 \uBE44\uB514\uC624\uAC00 \uC7AC\uC0DD\uB420 \uB54C \uC790\uB3D9\uC73C\uB85C \uC774\uC911 \uC5B8\uC5B4 \uC790\uB9C9\uC774 \uD45C\uC2DC\uB418\uBA70, \uADF8\uB807\uC9C0 \uC54A\uC73C\uBA74 \uBC88\uC5ED \uBC84\uD2BC\uC744 \uD074\uB9AD\uD574\uC57C \uD45C\uC2DC\uB429\uB2C8\uB2E4.","subtitle.preTranslation":"\uBAB0\uC785\uD615 \uBC88\uC5ED\uC744 \uC0AC\uC6A9\uD558\uC5EC \uC790\uB9C9 \uBC88\uC5ED\uD558\uAE30","subtitle.preTranslationDescription":"\uD65C\uC131\uD654\uD558\uBA74 \uC544\uB798\uC5D0 \uBA85\uC2DC\uB41C \uBC88\uC5ED \uC11C\uBE44\uC2A4\uB97C \uC0AC\uC6A9\uD558\uC5EC \uC804\uCCB4 \uC790\uB9C9\uC774 \uC0AC\uC804 \uBC88\uC5ED\uB418\uBA70, 1\uC2DC\uAC04 \uBD84\uB7C9\uC758 \uB3D9\uC601\uC0C1\uC740 \uC57D 50,000 \uD1A0\uD070 \uB610\uB294 \uBB38\uC790\uB97C \uC18C\uBAA8\uD558\uBBC0\uB85C \uC2E0\uC911\uD558\uAC8C \uC0AC\uC6A9\uD558\uC2DC\uAE30 \uBC14\uB77C\uBA70, \uBE44\uD65C\uC131\uD654\uD558\uBA74 \uC6D0\uBCF8 \uC790\uB9C9\uC774 \uBA3C\uC800 \uC0AC\uC6A9\uB429\uB2C8\uB2E4.","subtitle.humanSubtitlesPreferred":"\uD734\uBA3C \uCEA1\uC158 \uC6B0\uC120 \uC0AC\uC6A9","subtitle.humanSubtitlesPreferredDescription":"\uB3D9\uC601\uC0C1\uC5D0 \uB300\uC0C1 \uC5B8\uC5B4\uB85C \uB41C \uC0AC\uB78C \uC790\uB9C9\uC774 \uC788\uB294 \uACBD\uC6B0 \uC0AC\uB78C \uC790\uB9C9\uC744 \uC6B0\uC120\uC801\uC73C\uB85C \uC0AC\uC6A9\uD569\uB2C8\uB2E4(\uAD8C\uC7A5).",videoSubtitleTranslationDescription:"\uB3D9\uC601\uC0C1 \uC790\uB9C9\uC744 \uC704\uD55C \uBCC4\uB3C4\uC758 \uBC88\uC5ED \uC11C\uBE44\uC2A4 \uC9C0\uC815",subtitleTranslating:"{service} \uC11C\uBE44\uC2A4\uB97C \uC0AC\uC6A9\uD558\uC5EC \uC790\uB9C9\uC744 \uBC88\uC5ED\uD558\uB294 \uB3D9\uC548 \uC7A0\uC2DC \uAE30\uB2E4\uB824\uC8FC\uC138\uC694... (\uBAB0\uC785 \uBC88\uC5ED)",subtitleLoading:"\uC790\uB9C9 \uB85C\uB4DC \uC911...",bilingual:"\uC774\uC911 \uC5B8\uC5B4 \uC0AC\uC6A9","field.action":"\uBC14\uC774\uB450 \uC6A9\uC5B4 \uC0AC\uC6A9 \uC5EC\uBD80","description.action":"\uD65C\uC131\uD654\uD558\uBA74 \uC694\uCCAD\uC5D0 action=1 \uB9E4\uAC1C\uBCC0\uC218\uAC00 \uCD94\uAC00\uB418\uC5B4 \uBC14\uC774\uB450\uC5D0 \uD65C\uC131\uD654\uB41C \uC6A9\uC5B4\uB97C \uC54C\uB9B4 \uC218 \uC788\uC73C\uBA70, <1>\uC790\uC138\uD55C \uB0B4\uC6A9\uC740 \uACF5\uC2DD \uBB38\uC11C\uB97C \uCC38\uC870\uD558\uC138\uC694.",closeQuickTranslation:"\uD638\uBC84\uBCFC \uB2EB\uAE30","closeQuickTranslation.untilNext":"\uB2E4\uC74C \uBC29\uBB38 \uC2DC\uAE4C\uC9C0 \uD734\uBB34\uC785\uB2C8\uB2E4.","closeQuickTranslation.currentWebsite":"\uD604\uC7AC \uC0AC\uC774\uD2B8 \uBE44\uD65C\uC131\uD654","closeQuickTranslation.alwaysClose":"\uC601\uAD6C\uC801\uC73C\uB85C \uBE44\uD65C\uC131\uD654","closeQuickTranslation.settingOpen":"( <1>\uC124\uC815 \uD398\uC774\uC9C0\uC5D0\uC11C \uCF1C\uAE30 \uAC00\uB2A5)","closeQuickTranslation.cancel":"\uCDE8\uC18C","closeQuickTranslation.confirm":"\uC815\uC758","floatBall.popup":"\uBE60\uB978 \uC124\uC815 \uD328\uB110 \uC5F4\uAE30","floatBall.translate":"\uD074\uB9AD\uD558\uC5EC \uD398\uC774\uC9C0 \uBC88\uC5ED\uD558\uAE30","floatBall.showOriginal":"\uC6D0\uBCF8 \uBB38\uC11C\uB85C \uB3CC\uC544\uAC00\uB824\uBA74 \uD074\uB9AD\uD558\uC138\uC694.","floatBall.close":"\uD638\uBC84\uBCFC \uB2EB\uAE30","floatBallOptions.enableDescPc":"\uD398\uC774\uC9C0 \uD638\uBC84\uBCFC\uC744 \uD65C\uC131\uD654\uD558\uBA74 \uD398\uC774\uC9C0 \uC624\uB978\uCABD\uC5D0 \uBE60\uB978 \uBC88\uC5ED \uBC84\uD2BC\uC774 \uD45C\uC2DC\uB418\uBA70, \uC774\uB97C \uD074\uB9AD\uD558\uBA74 \uBC88\uC5ED\uD560 \uC218 \uC788\uC2B5\uB2C8\uB2E4!","floatBallOptions.enableDesc":"\uD638\uBC84\uBCFC\uC744 \uB044\uACE0 \uB098\uBA74{touch}\uC73C\uB85C \uBD88\uB7EC\uC62C \uC218 \uC788\uC2B5\uB2C8\uB2E4. \uC2E4\uC218\uB85C \uC774 \uC635\uC158\uC744 \uB048 \uD6C4 \uD638\uBC84\uBCFC\uC744 \uCC3E\uC744 \uC218 \uC5C6\uB294 \uACBD\uC6B0\uB97C \uB300\uBE44\uD574 \uC774 \uC124\uC815 \uD398\uC774\uC9C0\uB97C \uBD81\uB9C8\uD06C\uC5D0 \uCD94\uAC00\uD574 \uB450\uB294 \uAC83\uC774 \uC88B\uC2B5\uB2C8\uB2E4!","description.azureApiUrl":"\uC0AC\uC6A9\uC790 \uC9C0\uC815 API \uC778\uD130\uD398\uC774\uC2A4\uC758 \uC8FC\uC18C\uB97C \uC785\uB825\uD569\uB2C8\uB2E4.",confirmSupportMouse:"\uB9C8\uC6B0\uC2A4 \uC9C0\uC6D0 \uAC15\uC81C \uD65C\uC131\uD654",confirmSupportMouseDescription:"\uD604\uC7AC \uBE0C\uB77C\uC6B0\uC800\uAC00 \uB9C8\uC6B0\uC2A4 \uAE30\uB2A5\uC744 \uC9C0\uC6D0\uD558\uC9C0 \uC54A\uB294 \uAC83\uC73C\uB85C \uAC10\uC9C0\uB418\uBA74 \uB9C8\uC6B0\uC2A4 \uC9C0\uC6D0\uC744 \uAC15\uC81C\uB85C \uD65C\uC131\uD654\uD574\uC57C \uD558\uB098\uC694?",sampleTargetText:"\uAE34 \uBC24\uC774 \uC62C \uAC83\uC774\uB2C8, \uB098\uB294 \uC624\uB298\uBD80\uD130 \uC8FD\uC744 \uB54C\uAE4C\uC9C0 \uBCF4\uCD08\uB97C \uC124 \uAC83\uC774\uB2E4. \uB098\uB294 \uC544\uB0B4\uB97C \uCDE8\uD558\uC9C0 \uC54A\uC744 \uAC83\uC774\uBA70, \uB3D9\uB9F9\uC744 \uB9FA\uC9C0 \uC54A\uC744 \uAC83\uC774\uBA70, \uC790\uC2DD\uC744 \uB0B3\uC9C0 \uC54A\uC744 \uAC83\uC774\uB2E4. \uB098\uB294 \uC655\uAD00\uC744 \uC4F0\uC9C0 \uC54A\uC744 \uAC83\uC774\uBA70 \uBA85\uC608\uB97C \uC704\uD574 \uB178\uB825\uD558\uC9C0 \uC54A\uC744 \uAC83\uC774\uB2E4. \uB098\uB294 \uB0B4 \uC758\uBB34\uB97C \uB2E4\uD558\uACE0 \uC0B4\uB2E4\uAC00 \uC8FD\uC744 \uAC83\uC785\uB2C8\uB2E4.",sampleSourceText:"Night gathers, and now my watch begins. It shall not end until my death. I shall take no wife, hold no lands, father no children. I shall wear no crowns and win no glory. I shall live and die at my post.","subtitle.supportedSites":"\u5DF2\u652F\u6301\u5728\u8FD9\u4E9B\u7F51\u7AD9\u4F7F\u7528\u53CC\u8BED\u5B57\u5E55\uFF08\u6CE8\u610F\uFF1A\u7531\u4E8E\u6280\u672F\u9650\u5236\uFF0C\u90E8\u5206\u7F51\u7AD9\u5728\u9996\u6B21\u5F00\u542F\u5B57\u5E55\u540E\u9700\u8981\u91CD\u65B0\u5237\u65B0\u9875\u9762\uFF0C\u6216\u8005\u9700\u7B49\u5F85\u7FFB\u8BD1\u5B8C\u6210\u4EE5\u663E\u793A\u53CC\u8BED\u5B57\u5E55\uFF09\uFF1A",viewWithImmersiveTranslate:"\u53CC\u8BED\u7248\u672C(\u6C89\u6D78\u5F0F\u7FFB\u8BD1)",errorReason:"\u9519\u8BEF\u539F\u56E0\uFF1A{message}","proQuotaExceededError.onetime7day":'\uFF0C\u60A8\u53EF\u4EE5\u9009\u62E9\u4EE5\u4E0B\u65B9\u5F0F\u89E3\u51B3\uFF1A

1. \u5207\u6362\u5230 {anotherService} \u6216\u5176\u4ED6\u7FFB\u8BD1\u670D\u52A1
2. \u5347\u7EA7\u4E3A\u6708\u5EA6/\u5E74\u5EA6\u4F1A\u5458',"proQuotaExceededError.trial":'\uFF0C\u60A8\u53EF\u4EE5\u9009\u62E9\u4EE5\u4E0B\u65B9\u5F0F\u89E3\u51B3\uFF1A

1. \u5207\u6362\u5230 {anotherService} \u6216\u5176\u4ED6\u7FFB\u8BD1\u670D\u52A1
2. \u7ACB\u523B\u5347\u7EA7\u4E3A\u6B63\u5F0F\u4F1A\u5458',"proQuotaExceededError.nonTrial":'\uFF0C\u60A8\u53EF\u4EE5\u9009\u62E9\u4EE5\u4E0B\u65B9\u5F0F\u89E3\u51B3\uFF1A

1. \u5207\u6362\u5230 {anotherService} \u6216\u5176\u4ED6\u7FFB\u8BD1\u670D\u52A1
2. \u8D2D\u4E70 {translationService} \u989D\u5916\u6D41\u91CF\u5305',"proQuotaExceededError.resetTime":"
3. \u989D\u5EA6\u91CD\u7F6E\u65F6\u95F4\uFF1A{resetTime}","desc.touchShortcutsToggleTranslatePageOnlyTranslation":"\uBC88\uC5ED\uBB38\uB9CC\uC774\uB77C\uB294 \uAC83\uC740 \uBC88\uC5ED\uBB38\uB9CC \uD45C\uC2DC\uD558\uBA70, \uC6F9\uD398\uC774\uC9C0\uAC00 \uC544\uC9C1 \uBC88\uC5ED\uB418\uC9C0 \uC54A\uC558\uB2E4\uBA74 \uBAA8\uB4DC\uB97C \uC804\uD658\uD558\uACE0 \uBC88\uC5ED\uD560 \uAC83\uC785\uB2C8\uB2E4.","desc.toggleOnlyTransation":"\uC624\uC9C1 \uBC88\uC5ED \uBAA8\uB4DC\uB294 \uBC88\uC5ED\uBB38\uB9CC \uD45C\uC2DC\uD558\uB294 \uAC83\uC744 \uC758\uBBF8\uD558\uBA70, \uC6F9\uD398\uC774\uC9C0\uAC00 \uC544\uC9C1 \uBC88\uC5ED\uB418\uC9C0 \uC54A\uC558\uB2E4\uBA74 \uBAA8\uB4DC\uB97C \uC804\uD658\uD558\uACE0 \uBC88\uC5ED\uD560 \uAC83\uC785\uB2C8\uB2E4.",touchShortcutsToggleTranslatePageOnlyTranslation:"\uD130\uCE58 \uC2A4\uD06C\uB9B0 \uC81C\uC2A4\uCC98\uB97C \uC124\uC815\uD558\uC5EC \uC774\uC911 \uC5B8\uC5B4/\uBC88\uC5ED \uD14D\uC2A4\uD2B8 \uC804\uC6A9 \uBAA8\uB4DC\uB97C \uC804\uD658\uD558\uC138\uC694.",download_started:"\uB2E4\uC6B4\uB85C\uB4DC\uAC00 \uC774\uBBF8 \uC2DC\uC791\uB418\uC5C8\uC2B5\uB2C8\uB2E4. \uC790\uB3D9\uC73C\uB85C \uB2E4\uC6B4\uB85C\uB4DC\uB418\uC9C0 \uC54A\uB294 \uACBD\uC6B0, \uC218\uB3D9\uC73C\uB85C \uD074\uB9AD\uD558\uC2ED\uC2DC\uC624.",here:"\uC5EC\uAE30","error.serveConfigError":"\uC11C\uBE44\uC2A4 \uAD6C\uC131 \uC624\uB958","translationFont.customPlaceholder":"\uAE00\uAF34","error.configError":"\uAD6C\uC131 \uB370\uC774\uD130 \uC774\uC0C1","error.goReset":"\uC7AC\uC124\uC815\uD558\uB2E4","touch.mouse-translate":"\uC9C0\uC815\uB41C \uB2E8\uB77D \uBC88\uC5ED",batchEdit:"\uB300\uB7C9 \uC791\uC5C5","translationModeUrl.translation.title":"\uBC88\uC5ED\uB9CC \uBAA8\uB4DC\uC758 \uC6F9\uC0AC\uC774\uD2B8","translationFont.custom":"\uC0AC\uC6A9\uC790 \uC815\uC758 \uAE00\uAF34 \uC785\uB825",translationFont:"\uAE00\uAF34 \uC124\uC815","translationServices.inherit":"\uC8FC \uBC88\uC5ED \uC11C\uBE44\uC2A4\uB97C \uB530\uB974\uC2ED\uC2DC\uC624",detectServiceLoading:"\uC0AC\uC6A9 \uAC00\uB2A5\uD55C \uBC88\uC5ED \uC11C\uBE44\uC2A4\uB97C \uD655\uC778 \uC911\uC785\uB2C8\uB2E4...",toggleToService:"{service}\uB85C \uC804\uD658\uD558\uACE0 \uB2E4\uC2DC \uC2DC\uB3C4\uD558\uC2ED\uC2DC\uC624.","translationModeLang.translation.title":"\uB2E8\uC21C \uBC88\uC5ED \uBAA8\uB4DC\uC758 \uC5B8\uC5B4","error.502":"\uC11C\uBE44\uC2A4\uAC00 \uC624\uB958\uB97C \uBC18\uD658\uD588\uC2B5\uB2C8\uB2E4, \uC11C\uBE44\uC2A4\uAC00 \uC2DC\uAC04 \uCD08\uACFC\uB418\uC5C8\uC2B5\uB2C8\uB2E4. \uC7A0\uC2DC \uD6C4 \uB2E4\uC2DC \uC2DC\uB3C4\uD574 \uC8FC\uC138\uC694.","error.proUpgrade":"\uC5C5\uADF8\uB808\uC774\uB4DC \uD6C4\uC5D0\uB294 \uD398\uC774\uC9C0\uB97C \uC0C8\uB85C \uACE0\uCE68\uD558\uC5EC \uB2E4\uC2DC \uBC88\uC5ED\uD558\uC2ED\uC2DC\uC624.","error.reloadPageOfSetting":"\uAD6C\uC131 \uD6C4\uC5D0\uB294 \uD398\uC774\uC9C0\uB97C \uC0C8\uB85C \uACE0\uCE68\uD558\uC5EC \uB2E4\uC2DC \uBC88\uC5ED\uD558\uC2ED\uC2DC\uC624.","translationModeLang.translation.description":"\uD398\uC774\uC9C0 \uC5B8\uC5B4\uAC00 \uB2E4\uC74C \uC5B8\uC5B4\uC77C \uB54C, \uC790\uB3D9\uC73C\uB85C \uBC88\uC5ED\uBB38\uB9CC \uBAA8\uB4DC\uB97C \uC0AC\uC6A9\uD569\uB2C8\uB2E4.","error.proTokenInvalid":"Pro \uC0AC\uC6A9\uC790\uC774\uC2DC\uB77C\uBA74, \uB85C\uADF8\uC778 \uD6C4 Pro \uBC88\uC5ED \uC11C\uBE44\uC2A4\uB97C \uC774\uC6A9\uD574 \uC8FC\uC138\uC694.","error.403":"\uC11C\uBE44\uC2A4\uAC00 \uC624\uB958\uB97C \uBC18\uD658\uD558\uC600\uC2B5\uB2C8\uB2E4, \uC7A0\uC2DC \uD574\uB2F9 \uC11C\uBE44\uC2A4\uC5D0 \uC811\uADFC\uD560 \uAD8C\uD55C\uC774 \uC5C6\uC2B5\uB2C8\uB2E4.","error.googleLimitIp":"\uC11C\uBE44\uC2A4\uAC00 \uC624\uB958\uB97C \uBC18\uD658\uD588\uC73C\uBA70, Google \uC11C\uBE44\uC2A4\uB294 \uD574\uB2F9 IP \uC8FC\uC18C\uC5D0 \uB300\uD574 \uC81C\uD55C\uC744 \uB450\uC5C8\uC2B5\uB2C8\uB2E4. \uB124\uD2B8\uC6CC\uD06C \uB178\uB4DC\uB97C \uBCC0\uACBD\uD558\uB294 \uAC83\uC774 \uC88B\uC2B5\uB2C8\uB2E4.",videoSubtitlePreTranslationOff:"\uBE44\uB514\uC624 \uC790\uB9C9\uC740 \uC6D0\uB798 \uBE44\uB514\uC624\uC5D0 \uD3EC\uD568\uB41C \uAE30\uACC4 \uBC88\uC5ED \uC790\uB9C9\uC744 \uC6B0\uC120\uC801\uC73C\uB85C \uC0AC\uC6A9\uD560 \uAC83\uC785\uB2C8\uB2E4.",videoSubtitlePreTranslationOn:"\uBE44\uB514\uC624 \uC790\uB9C9\uC740 \uC6B0\uC120\uC801\uC73C\uB85C \uBAB0\uC785\uD615 \uBC88\uC5ED\uC744 \uC0AC\uC6A9\uD560 \uAC83\uC785\uB2C8\uB2E4.",enableSentryReport:"\uD655\uC7A5\uC774 \uC624\uB958\uB97C \uC77C\uC73C\uD0AC \uB54C Sentry\uB97C \uC0AC\uC6A9\uD558\uC5EC \uD53C\uB4DC\uBC31\uC744 \uC81C\uCD9C\uD558\uC2ED\uC2DC\uC624.","translationModeUrl.translation.description":"\uB2E4\uC74C \uB3C4\uBA54\uC778\uC5D0 \uB300\uD55C \uC6F9\uC0AC\uC774\uD2B8\uC77C \uACBD\uC6B0, \uC790\uB3D9\uC73C\uB85C \uBC88\uC5ED\uBB38\uB9CC \uBAA8\uB4DC\uB97C \uC0AC\uC6A9\uD569\uB2C8\uB2E4.","error.openAIExceededQuota":"\uC11C\uBE44\uC2A4 \uC624\uB958 \uBC18\uD658: \uD604\uC7AC OpenAI \uACC4\uC815 \uC794\uC561\uC774 \uBD80\uC871\uD569\uB2C8\uB2E4. OpenAI \uACF5\uC2DD \uAD00\uB9AC \uD398\uC774\uC9C0\uC5D0\uC11C \uCDA9\uC804\uD558\uAC70\uB098 \uC2E0\uC6A9\uCE74\uB4DC\uB97C \uC5F0\uACB0\uD574\uC8FC\uC138\uC694.","error.400":"\uC11C\uBE44\uC2A4\uAC00 \uC624\uB958\uB97C \uBC18\uD658\uD588\uC2B5\uB2C8\uB2E4. \uC694\uCCAD \uB9E4\uAC1C\uBCC0\uC218\uAC00 \uC798\uBABB\uB418\uC5C8\uC2B5\uB2C8\uB2E4. \uD574\uB2F9 \uC124\uC815\uC744 \uD655\uC778\uD558\uC2ED\uC2DC\uC624.","error.gemini.429":"\uD604\uC7AC Gemini \uC11C\uBE44\uC2A4\uC758 \uD604\uC7AC \uBD80\uD558 \uC6A9\uB7C9\uC774 \uCD5C\uB300\uC5D0 \uB3C4\uB2EC\uD588\uC2B5\uB2C8\uB2E4. \uC7A0\uC2DC \uD6C4\uC5D0 \uB2E4\uC2DC \uC2DC\uB3C4\uD558\uAC70\uB098 \uB2E4\uB978 \uBC88\uC5ED \uC11C\uBE44\uC2A4\uB85C \uC804\uD658\uD574 \uC8FC\uC138\uC694.","translationFont.notSupportErrorMessage":"\uC785\uB825\uD558\uC2E0 \uAE00\uAF34 \uC774\uB984\uC774 \uC815\uD655\uD55C\uC9C0 \uD655\uC778\uD558\uC2DC\uAC70\uB098, \uD574\uB2F9 \uAE00\uAF34\uC774 \uADC0\uD558\uC758 \uC7A5\uCE58\uC5D0 \uC124\uCE58\uB418\uC5B4 \uC788\uB294\uC9C0 \uD655\uC778\uD574 \uC8FC\uC138\uC694.","error.openAIFreeLimit":"\uC11C\uBE44\uC2A4\uAC00 \uC624\uB958\uB97C \uBC18\uD658\uD588\uC2B5\uB2C8\uB2E4. \uD604\uC7AC \uBC88\uC5ED \uC694\uCCAD \uBE48\uB3C4\uAC00 \uBD84\uB2F9 \uCD5C\uB300 3\uD68C\uB85C \uC81C\uD55C\uB418\uC5C8\uC2B5\uB2C8\uB2E4. \uC7A0\uC2DC \uD6C4 \uB2E4\uC2DC \uC2DC\uB3C4\uD558\uC2ED\uC2DC\uC624. (\uC774\uAC83\uC740 OpenAI \uACF5\uC2DD\uC774 \uBB34\uB8CC API Key\uC5D0 \uB300\uD55C \uC81C\uD55C\uC774\uBA70, \uC774 \uC81C\uD55C\uC744 \uD574\uC81C\uD558\uB824\uBA74 OpenAI \uAD00\uB9AC \uBC31\uC5D4\uB4DC\uC5D0\uC11C \uC2E0\uC6A9\uCE74\uB4DC\uB97C \uC5F0\uACB0\uD558\uC2ED\uC2DC\uC624.)","desc.toggleVideoSubtitlePreTranslation":"\uB204\uB974\uBA74 \uBE44\uB514\uC624\uC758 \uC774\uC911 \uC5B8\uC5B4 \uC790\uB9C9\uC740 \uC6B0\uC120\uC801\uC73C\uB85C \uBAB0\uC785\uD615 \uBC88\uC5ED \uC124\uC815\uC744 \uC0AC\uC6A9\uD558\uACE0, \uB2E4\uC2DC \uB204\uB974\uBA74 \uC6D0\uB798 \uBE44\uB514\uC624\uC5D0 \uB0B4\uC7A5\uB41C \uAE30\uACC4 \uBC88\uC5ED \uC790\uB9C9\uC744 \uC6B0\uC120\uC801\uC73C\uB85C \uC0AC\uC6A9\uD569\uB2C8\uB2E4. \uC8FC\uC758: \uC774 \uB2E8\uCD95\uD0A4\uB294 \uC804\uC5ED \uC124\uC815\uC744 \uC218\uC815\uD569\uB2C8\uB2E4.","error.429":"\uC11C\uBE44\uC2A4\uAC00 \uC624\uB958\uB97C \uBC18\uD658\uD588\uC2B5\uB2C8\uB2E4. \uC774\uB294 \uC694\uCCAD\uC774 \uB108\uBB34 \uC790\uC8FC \uBC1C\uC0DD\uD558\uAC70\uB098 \uD560\uB2F9\uB7C9 \uC81C\uD55C\uC744 \uCD08\uACFC\uD588\uC74C\uC744 \uB098\uD0C0\uB0C5\uB2C8\uB2E4. \uC7A0\uC2DC \uD6C4\uC5D0 \uB2E4\uC2DC \uC2DC\uB3C4\uD558\uC2ED\uC2DC\uC624.","error.serveUnavailable":"\uD604\uC7AC \uC0AC\uC6A9 \uC911\uC778 [{serverName}] \uC11C\uBE44\uC2A4\uB294 \uB124\uD2B8\uC6CC\uD06C \uC5F0\uACB0 \uB610\uB294 \uC11C\uBE44\uC2A4 \uC81C\uACF5\uC790\uC758 \uBB38\uC81C\uB85C \uC778\uD574 \uC77C\uC2DC\uC801\uC73C\uB85C \uC811\uC18D\uD560 \uC218 \uC5C6\uC2B5\uB2C8\uB2E4. \uD398\uC774\uC9C0\uB97C \uC0C8\uB85C \uACE0\uCE68\uD558\uAC70\uB098 <1>\uC124\uC815\uC744 \uD1B5\uD574 \uB2E4\uB978 \uBC88\uC5ED \uC11C\uBE44\uC2A4\uB85C \uBCC0\uACBD\uD574 \uBCF4\uC2DC\uB294 \uAC83\uC744 \uAD8C\uC7A5\uD569\uB2C8\uB2E4. <2>Pro \uD68C\uC6D0\uC774\uC2DC\uB77C\uBA74, \uB354 \uC548\uC815\uC801\uC778 DeepL \uB610\uB294 OpenAI \uBC88\uC5ED \uC11C\uBE44\uC2A4\uB97C \uC0AC\uC6A9\uD560 \uC218 \uC788\uC2B5\uB2C8\uB2E4(<3>\uC5EC\uAE30\uB97C \uD074\uB9AD\uD558\uC2DC\uBA74 \uBB34\uB8CC\uB85C \uCCB4\uD5D8\uD558\uC2E4 \uC218 \uC788\uC2B5\uB2C8\uB2E4). \uB610\uD55C, \uB124\uD2B8\uC6CC\uD06C \uB610\uB294 \uD504\uB85D\uC2DC \uC124\uC815\uC744 \uD655\uC778\uD574\uC57C \uD560 \uC218\uB3C4 \uC788\uC2B5\uB2C8\uB2E4.",pickAll:"\uC804\uCCB4 \uC120\uD0DD","error.reason":"\uC624\uB958 \uC6D0\uC778","error.retry":"\uB2E4\uC2DC \uC2DC\uB3C4\uD558\uB2E4","widget.instruction":"\uC0AC\uC6A9 \uC124\uBA85\uC11C",notLogin:"\uB85C\uADF8\uC778\uD558\uC9C0 \uC54A\uC74C",loggedIn:"\uB85C\uADF8\uC778 \uB418\uC5C8\uC2B5\uB2C8\uB2E4",touchShortcutsOff:"\uB2EB\uAE30",goLogin:"\uB85C\uADF8\uC778\uD558\uC2ED\uC2DC\uC624","widget.videoSubtitle":"\uBE44\uB514\uC624 \uC790\uB9C9","multipleClick.2":"\uB354\uBE14 \uD074\uB9AD","widget.translateFile":"PDF/ePub",shortcutSettings:"\uB2E8\uCD95\uD0A4","tagsInput.add":"+ \uCD94\uAC00",translationOnlyMode:"\uC624\uC9C1 \uBC88\uC5ED \uBAA8\uB4DC\uB9CC",shortcutSettingsTitle:"\uB2E8\uCD95\uD0A4 \uC124\uC815","translationServices.gemini":"\uC30D\uB465\uC774\uC790\uB9AC","multipleClick.4":"\uB124 \uBC88 \uC5F0\uC18D \uD0C0\uACA9","floatBall.iKnow":"\uB098\uB294 \uC54C\uC558\uC5B4","widget.instructionTooltip":"\uC0AC\uC6A9 \uC124\uBA85\uC11C\uB97C \uD655\uC778\uD558\uC2ED\uC2DC\uC624","multipleClick.3":"\uD2B8\uB9AC\uD50C \uD788\uD2B8",paragraphMinTextCountField:"\uBC88\uC5ED \uB2E8\uB77D\uC5D0 \uD544\uC694\uD55C \uCD5C\uC18C \uBB38\uC790 \uC218","shortcutGroup.shortcutsForTranslationServices":"\uBC88\uC5ED \uC11C\uBE44\uC2A4 \uAD00\uB828 \uB2E8\uCD95\uD0A4",temprarilyChangeTranslationTo_openai:"\uD604\uC7AC \uD398\uC774\uC9C0\uB97C OpenAI\uB85C \uBC88\uC5ED\uD558\uACE0 \uC788\uC2B5\uB2C8\uB2E4.","browser.translateWithGoogle":"\uD604\uC7AC \uD398\uC774\uC9C0\uB97C \uC784\uC2DC\uB85C Google \uBC88\uC5ED \uC0AC\uC6A9\uD558\uAE30",mouseHoverCustomKeyTitle:"\uC0AC\uC6A9\uC790 \uC815\uC758 \uB9C8\uC6B0\uC2A4 \uD638\uBC84 \uB2E8\uCD95\uD0A4","slide.left":"\uC624\uB978\uCABD\uC73C\uB85C \uC2AC\uB77C\uC774\uB4DC\uD558\uC138\uC694","browser.translateInputBox":"\uD604\uC7AC \uC785\uB825 \uC0C1\uC790 \uB0B4\uC6A9 \uBC88\uC5ED","intro.floatBallTitle":"\uBE60\uB978 \uBC88\uC5ED \uD50C\uB85C\uD305 \uBCFC","shortcutGroup.touch":"\uD130\uCE58 \uC2A4\uD06C\uB9B0 \uC804\uC6A9 \uC81C\uC2A4\uCC98","widget.videoSubtitleTooltip":"Youtube \uB4F1 {count}+ \uBE44\uB514\uC624 \uC6F9\uC0AC\uC774\uD2B8\uB97C \uC9C0\uC6D0\uD569\uB2C8\uB2E4","intro.subtitleTitle":"\uC628\uB77C\uC778 \uBE44\uB514\uC624 \uC774\uC911 \uC5B8\uC5B4 \uC790\uB9C9 \uD45C\uC2DC","subtitle.autoDisableSubtitle":"\uC790\uB3D9\uC73C\uB85C \uC774\uC911 \uC5B8\uC5B4 \uC790\uB9C9\uC744 \uD65C\uC131\uD654\uD558\uC9C0 \uC54A\uC2B5\uB2C8\uB2E4",temprarilyChangeTranslationTo_bing:"\uD604\uC7AC \uD398\uC774\uC9C0\uB97C Microsoft \uBC88\uC5ED\uC744 \uC0AC\uC6A9\uD558\uC5EC \uBC88\uC5ED\uD558\uACE0 \uC788\uC2B5\uB2C8\uB2E4.","slide.right":"\uC67C\uCABD\uC73C\uB85C \uC2AC\uB77C\uC774\uB4DC\uD558\uC138\uC694","widget.translateFileTooltip":"PDF, EPUB, SRT, ASS, HTML \uBC0F TXT \uBB38\uC11C \uBC88\uC5ED","intro.hoverTitle":"\uB9C8\uC6B0\uC2A4\uB97C \uB193\uC73C\uBA74 \uD604\uC7AC \uB2E8\uB77D\uC774 \uBC88\uC5ED\uB429\uB2C8\uB2E4.",temprarilyChangeTranslationTo_gemini:"\uD604\uC7AC \uD398\uC774\uC9C0\uB97C Gemini\uB85C \uBC88\uC5ED\uD558\uACE0 \uC788\uC2B5\uB2C8\uB2E4.","shortcutGroup.mouse":"\uB9C8\uC6B0\uC2A4 \uD638\uBC84 \uB2E8\uCD95\uD0A4 \uC124\uC815",temprarilyChangeTranslationTo_google:"\uD604\uC7AC \uD398\uC774\uC9C0\uB97C Google \uBC88\uC5ED\uC744 \uC0AC\uC6A9\uD558\uC5EC \uBC88\uC5ED\uD558\uACE0 \uC788\uC2B5\uB2C8\uB2E4.",neverTranslateThisSite:"\uC774 \uC6F9\uC0AC\uC774\uD2B8\uB97C \uC808\uB300 \uBC88\uC5ED\uD558\uC9C0 \uB9C8\uC2ED\uC2DC\uC624.","subtitle.bilingual":"\uC774\uC911 \uC5B8\uC5B4 \uC790\uB9C9",alwaysTranslateThisSite:"\uD56D\uC0C1 \uC774 \uC6F9\uC0AC\uC774\uD2B8\uB97C \uBC88\uC5ED\uD569\uB2C8\uB2E4",buildSnapshots:"\uC6F9\uD398\uC774\uC9C0 \uC2A4\uB0C5\uC0F7 \uC0DD\uC131","error.subscriptionExpiredTitle":"\uD68C\uC6D0\uC774 \uB9CC\uB8CC\uB418\uC5C8\uC2B5\uB2C8\uB2E4",notLoginPro:"\uB2F9\uC2E0\uC740 \uC544\uC9C1 \uD68C\uC6D0 \uACC4\uC815\uC5D0 \uB85C\uADF8\uC778\uD558\uC9C0 \uC54A\uC558\uC2B5\uB2C8\uB2E4.","browser.translateWithGemini":"\uD604\uC7AC \uD398\uC774\uC9C0\uB97C \uC784\uC2DC\uB85C Gemini\uB85C \uBC88\uC5ED\uD558\uC2ED\uC2DC\uC624.","shortcutGroup.others":"\uB354 \uB9CE\uC740 \uC0AC\uC6A9\uC790 \uC815\uC758 \uAE30\uB2A5 \uB2E8\uCD95\uD0A4","subtitle.showQuickButton":"\uD50C\uB808\uC774\uC5B4\uC5D0\uC11C \uC774\uC911 \uC5B8\uC5B4 \uC790\uB9C9 \uB2E8\uCD95\uD0A4\uB97C \uD45C\uC2DC\uD569\uB2C8\uB2E4","browser.translateWithBing":"\uC784\uC2DC\uB85C \uB9C8\uC774\uD06C\uB85C\uC18C\uD504\uD2B8 \uBC88\uC5ED\uC744 \uC0AC\uC6A9\uD558\uC5EC \uD604\uC7AC \uD398\uC774\uC9C0\uB97C \uBC88\uC5ED\uD558\uC2ED\uC2DC\uC624.",contact:"\uC6B0\uB9AC\uC5D0\uAC8C \uC5F0\uB77D\uD558\uC2ED\uC2DC\uC624","desc.touchShortcutsToggleTranslateTouchElement":"\uC0AC\uC6A9\uC790 \uC815\uC758 \uC81C\uC2A4\uCC98\uB97C \uC0AC\uC6A9\uD558\uBA74 \uC5B4\uB5A4 \uB2E8\uB77D\uC774\uB4E0 \uBC88\uC5ED\uD560 \uC218 \uC788\uC2B5\uB2C8\uB2E4.",temprarilyChangeTranslationTo_deepl:"\uD604\uC7AC \uD398\uC774\uC9C0\uB97C DeepL\uB85C \uBC88\uC5ED\uD558\uACE0 \uC788\uC2B5\uB2C8\uB2E4.",networkError:"\uBC88\uC5ED \uC11C\uBE44\uC2A4 \uB610\uB294 \uB124\uD2B8\uC6CC\uD06C\uC5D0 \uBB38\uC81C\uAC00 \uBC1C\uC0DD\uD588\uC2B5\uB2C8\uB2E4.","browser.translateWithTransmart":"\uC784\uC2DC\uB85C \uD150\uC13C\uD2B8 \uBC88\uC5ED\uC744 \uC0AC\uC6A9\uD558\uC5EC \uD604\uC7AC \uD398\uC774\uC9C0\uB97C \uBC88\uC5ED\uD558\uC2ED\uC2DC\uC624.",upgradeToProErrorTitle:"\uC774 \uBC88\uC5ED \uC11C\uBE44\uC2A4\uB97C \uC0AC\uC6A9\uD558\uB824\uBA74 Pro \uD68C\uC6D0\uC73C\uB85C \uC5C5\uADF8\uB808\uC774\uB4DC\uD558\uC2ED\uC2DC\uC624.",temprarilyChangeTranslationTo_transmart:"\uD604\uC7AC \uD398\uC774\uC9C0\uB97C \uD150\uC13C\uD2B8 \uBC88\uC5ED\uC744 \uC0AC\uC6A9\uD558\uC5EC \uBC88\uC5ED\uD558\uACE0 \uC788\uC2B5\uB2C8\uB2E4.",touchShortcutsToggleTranslationMask:"\uD130\uCE58 \uC2A4\uD06C\uB9B0 \uC81C\uC2A4\uCC98 \uC124\uC815\uD558\uC5EC \uBC88\uC5ED \uB9C8\uC2A4\uD06C \uD45C\uC2DC / \uC6D0\uBB38 \uD45C\uC2DC","neverTranslateText.title":"\uB2E4\uC74C \uB2E8\uC5B4\uB294 \uC6D0\uBB38\uC744 \uC720\uC9C0\uD558\uACE0 \uBC88\uC5ED\uD558\uC9C0 \uB9C8\uC2ED\uC2DC\uC624.","browser.translateWithOpenAI":"\uC784\uC2DC\uB85C OpenAI\uB97C \uC0AC\uC6A9\uD558\uC5EC \uD604\uC7AC \uD398\uC774\uC9C0\uB97C \uBC88\uC5ED\uD558\uC2ED\uC2DC\uC624.","floatBall.guideClickToTranslate":`\uD074\uB9AD\uD558\uC5EC \uBAB0\uC785\uD615 \uBC88\uC5ED \uD50C\uB85C\uD305 \uBCFC\uC744 + {env.imt_sub_trans_field}: \u041F\u0435\u0440\u0435\u0432\u043E\u0434`,"subtitle.quickButton.cyan":"\u0421\u0438\u043D\u0438\u0439","subtitle.quickButton.magenta":"\u041F\u0443\u0440\u043F\u0443\u0440\u043D\u044B\u0439","subtitle.quickButton.white":"\u0431\u0435\u043B\u044B\u0439","subtitle.quickButton.blue":"\u0441\u0438\u043D\u0438\u0439","subtitle.quickButton.red":"\u043A\u0440\u0430\u0441\u043D\u044B\u0439","subtitle.quickButton.translationPositionTop":"\u0432 \u0432\u0435\u0440\u0445\u043D\u0435\u0439 \u0447\u0430\u0441\u0442\u0438 \u0442\u0435\u043A\u0441\u0442\u0430","subtitle.quickButton.translationPosition":"\u043C\u0435\u0441\u0442\u043E\u043F\u043E\u043B\u043E\u0436\u0435\u043D\u0438\u0435 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430","subtitle.quickButton.green":"\u0437\u0435\u043B\u0435\u043D\u044B\u0439","subtitle.quickButton.translationPositionBottom":"\u043E\u0440\u0438\u0433\u0438\u043D\u0430\u043B \u043D\u0438\u0436\u0435","subtitle.quickButton.yellow":"\u0436\u0435\u043B\u0442\u044B\u0439","subtitle.quickButton.backgroundColor":"\u0444\u043E\u043D\u043E\u0432\u044B\u0439 \u0446\u0432\u0435\u0442","subtitle.quickButton.sourceFontSize":"\u0418\u0441\u0445\u043E\u0434\u043D\u044B\u0439 \u0440\u0430\u0437\u043C\u0435\u0440 \u0448\u0440\u0438\u0444\u0442\u0430","translationServices.claude":"\u041A\u043B\u043E\u0434","subtitle.quickButton.setting":"\u043D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0430","subtitle.quickButton.translationFontSize":"\u0440\u0430\u0437\u043C\u0435\u0440 \u0448\u0440\u0438\u0444\u0442\u0430 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430","subtitle.quickButton.translationTextColor":"\u0426\u0432\u0435\u0442 \u0448\u0440\u0438\u0444\u0442\u0430 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430","subtitle.quickButton.black":"\u0447\u0435\u0440\u043D\u044B\u0439","subtitle.quickButton.sourceTextColor":"\u0418\u0441\u0445\u043E\u0434\u043D\u044B\u0439 \u0446\u0432\u0435\u0442 \u0448\u0440\u0438\u0444\u0442\u0430","subtitle.quickButton.backgroundOpacity":"\u0424\u043E\u043D\u043E\u0432\u0430\u044F \u043D\u0435\u043F\u0440\u043E\u0437\u0440\u0430\u0447\u043D\u043E\u0441\u0442\u044C",attachSubtitleTranslating:"\u0418\u0441\u043F\u043E\u043B\u044C\u0437\u0443\u044F {service} \u0434\u043B\u044F \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430...","error.claude.403":"\u0412\u0440\u0435\u043C\u0435\u043D\u043D\u043E \u043D\u0435\u0442 \u0434\u043E\u0441\u0442\u0443\u043F\u0430 \u043A \u0441\u0435\u0440\u0432\u0438\u0441\u0443, \u0432\u043E\u0437\u043C\u043E\u0436\u043D\u043E, \u044D\u0442\u043E \u0441\u0432\u044F\u0437\u0430\u043D\u043E \u0441 \u0440\u0435\u0433\u0438\u043E\u043D\u0430\u043B\u044C\u043D\u044B\u043C\u0438 \u043E\u0433\u0440\u0430\u043D\u0438\u0447\u0435\u043D\u0438\u044F\u043C\u0438 \u041A\u043B\u043E\u0434\u0430. \u0412\u044B \u043C\u043E\u0436\u0435\u0442\u0435 \u043F\u043E\u043F\u0440\u043E\u0431\u043E\u0432\u0430\u0442\u044C \u0438\u0437\u043C\u0435\u043D\u0438\u0442\u044C \u0441\u0432\u043E\u0439 IP-\u0430\u0434\u0440\u0435\u0441 \u0438\u043B\u0438 \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u044C \u0434\u0440\u0443\u0433\u0438\u0435 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0447\u0435\u0441\u043A\u0438\u0435 \u0443\u0441\u043B\u0443\u0433\u0438.","browser.brandDescriptionForSafari":"\u3010\u041F\u043E\u0433\u0440\u0443\u0436\u0435\u043D\u0438\u0435 \u0432 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u3011\u0411\u0435\u0441\u043F\u043B\u0430\u0442\u043D\u044B\u0439 \u043F\u043B\u0430\u0433\u0438\u043D \u0434\u043B\u044F \u0434\u0432\u0443\u044F\u0437\u044B\u0447\u043D\u043E\u0433\u043E \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430 \u0432\u0435\u0431-\u0441\u0442\u0440\u0430\u043D\u0438\u0446 (\u043E\u0440\u0438\u0433\u0438\u043D\u0430\u043B/\u043F\u0435\u0440\u0435\u0432\u043E\u0434), \u043F\u043E\u0434\u0434\u0435\u0440\u0436\u0438\u0432\u0430\u044E\u0449\u0438\u0439 \u043F\u0435\u0440\u0435\u0432\u043E\u0434 PDF \u0438 \u043F\u0435\u0440\u0435\u0432\u043E\u0434 \u044D\u043B\u0435\u043A\u0442\u0440\u043E\u043D\u043D\u044B\u0445 \u043A\u043D\u0438\u0433 EPUB \u0441 \u0441\u043E\u0445\u0440\u0430\u043D\u0435\u043D\u0438\u0435\u043C \u043E\u0440\u0438\u0433\u0438\u043D\u0430\u043B\u044C\u043D\u043E\u0433\u043E \u0444\u043E\u0440\u043C\u0430\u0442\u0438\u0440\u043E\u0432\u0430\u043D\u0438\u044F \u0434\u043E\u043A\u0443\u043C\u0435\u043D\u0442\u0430, \u043F\u0435\u0440\u0435\u0432\u043E\u0434 \u0434\u0432\u0443\u044F\u0437\u044B\u0447\u043D\u044B\u0445 \u0441\u0443\u0431\u0442\u0438\u0442\u0440\u043E\u0432 \u0434\u043B\u044F \u043E\u043D\u043B\u0430\u0439\u043D-\u0432\u0438\u0434\u0435\u043E \u043D\u0430 Youtube/Netflix, \u043F\u043E\u0434\u0434\u0435\u0440\u0436\u0438\u0432\u0430\u044E\u0449\u0438\u0439 \u043E\u0441\u043D\u043E\u0432\u043D\u044B\u0435 \u0441\u0435\u0440\u0432\u0438\u0441\u044B \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430, \u0442\u0430\u043A\u0438\u0435 \u043A\u0430\u043A Deepl/Google \u0438 \u0442.\u0434.","browser.PdfProFile":"\u041F\u0435\u0440\u0435\u0432\u043E\u0434 PDF Pro, \u0443\u043F\u0440\u0430\u0432\u043B\u044F\u0435\u043C\u044B\u0439 AI","browser.textTranslate":"\u0422\u0435\u043A\u0441\u0442\u043E\u0432\u044B\u0439 \u043F\u0435\u0440\u0435\u0432\u043E\u0434"};var xh={nologin:"\uB85C\uADF8\uC778\uD558\uC9C0 \uC54A\uC74C",loginForSafari:"\uB85C\uADF8\uC778 \uB610\uB294 \uB4F1\uB85D",login:"\uB85C\uADF8\uC778\uD558\uC5EC \uBA64\uBC84\uC2ED \uAC1C\uC124",manageAccount:"\uAD00\uB9AC \uACC4\uC815",openPremium:"\uBA64\uBC84\uC2ED \uC5F4\uAE30",logout:"\uC911\uB2E8",curentPlan:"\uD604\uC7AC \uD328\uD0A4\uC9C0",endAt:"\uB9CC\uB8CC",endAuto:"\uC790\uB3D9 \uAC31\uC2E0",lineBreakMaxTextCount:"\uC904 \uBC14\uAFC8 \uC774\uD6C4 \uBB38\uC7A5\uB2F9 \uD5C8\uC6A9\uB418\uB294 \uCD5C\uB300 \uAE00\uC790 \uC218","translate-pdf":"PDF\uB97C \uBC88\uC5ED\uD558\uB824\uBA74 \uD074\uB9AD\uD558\uC138\uC694.","noSupportTranslate-pdf":"\uC2A4\uD06C\uB9BD\uD2B8\uAC00 \uC9C0\uC6D0\uB418\uC9C0 \uC54A\uC73C\uB2C8 \uD50C\uB7EC\uADF8\uC778\uC744 \uC0AC\uC6A9\uD558\uC138\uC694.","translate-firefox-local-pdf":"PDF \uAC00\uC838\uC624\uAE30\uB85C \uC774\uB3D9\uD558\uB824\uBA74 \uD074\uB9AD\uD558\uC138\uC694.",enableLineBreak:"\uAE34 \uB2E8\uB77D\uC5D0 \uC790\uB3D9 \uC904 \uBC14\uAFC8 \uD65C\uC131\uD654",sponsorLabel:"1 \uD6C4\uC6D0 \uAC1C\uBC1C\uC790",help:"hand",browserShortcutsNoteForFirefox:"Firefox\uC5D0\uC11C \uBC14\uB85C\uAC00\uAE30\uB97C \uBCC0\uACBD\uD558\uB824\uBA74 \uD655\uC7A5 \uD504\uB85C\uADF8\uB7A8 \uAD00\uB9AC \uD398\uC774\uC9C0 `\uC815\uBCF4:\uC560\uB4DC\uC628`\uC744 \uC5F4\uACE0 `\uC124\uC815`\uC744 \uD074\uB9AD\uD55C \uB2E4\uC74C `\uBC14\uB85C \uAC00\uAE30 \uAD00\uB9AC`\uB97C \uD074\uB9AD\uD558\uC5EC \uBC14\uB85C\uAC00\uAE30\uB97C \uC124\uC815\uD574\uC57C \uD569\uB2C8\uB2E4.",browserShortcutsNoteForChrome:"Chrome\uC5D0\uC11C \uBC14\uB85C\uAC00\uAE30\uB97C \uC218\uC815\uD558\uB824\uBA74 \uD655\uC7A5 \uD504\uB85C\uADF8\uB7A8 \uAD00\uB9AC \uD398\uC774\uC9C0\uB97C \uC5F4\uACE0 '\uBC14\uB85C \uAC00\uAE30 \uAD00\uB9AC' \uD328\uB110(`chrome://extensions/shortcuts`)\uC5D0\uC11C \uC124\uC815\uD55C \uD6C4 \uC544\uB798 \uBC84\uD2BC\uC744 \uD074\uB9AD\uD558\uC5EC \uBC14\uB85C \uAC00\uAE30 \uAD00\uB9AC \uD398\uC774\uC9C0\uB85C \uC774\uB3D9\uD574\uC57C \uD569\uB2C8\uB2E4.",browserShortcutsSucks:"\uC0AC\uC6A9\uC790 \uC9C0\uC815 \uBC14\uB85C\uAC00\uAE30\uC758 \uD615\uC2DD\uC740\uFF1A\uC785\uB2C8\uB2E4(\uC790\uB3D9 \uC778\uC2DD\uB418\uC9C0 \uC54A\uC73C\uBBC0\uB85C \uC9C1\uC811 \uC785\uB825\uD558\uC138\uC694).",enableLineBreakDescription:"\uC774 \uAE30\uB2A5\uC744 \uCF1C\uBA74 \uAE34 \uB2E8\uB77D\uC758 \uAC01 \uBB38\uC7A5 \uB05D\uC5D0 \uC904 \uBC14\uAFC8\uC774 \uC0BD\uC785\uB418\uC5B4 \uBB38\uC7A5\uC744 \uB354 \uC27D\uAC8C \uC77D\uC744 \uC218 \uC788\uC2B5\uB2C8\uB2E4.","browser.shortBrandName":"\uBAB0\uC785 \uBC88\uC5ED","browser.brandName":"\uBAB0\uC785 \uBC88\uC5ED: \uC774\uC911 \uC5B8\uC5B4 \uC6F9 \uD398\uC774\uC9C0 \uBC88\uC5ED \uBC0F PDF \uBB38\uC11C \uBC88\uC5ED","browser.brandDescription":"Bilingual web page translation, also supports PDF translation, bilingual Epub eBook translation, free to use.","browser.toggleTranslatePage":"\uD398\uC774\uC9C0 \uBC88\uC5ED/\uC6D0\uBB38 \uD45C\uC2DC","browser.toggleTranslateTheWholePage":"\uD398\uC774\uC9C0\uC758 \uBAA8\uB4E0 \uC601\uC5ED \uBC88\uC5ED/\uC6D0\uBB38 \uD14D\uC2A4\uD2B8 \uD45C\uC2DC","browser.toggleOnlyTransation":"\uC591\uC5B8\uC5B4/\uBC88\uC5ED\uBB38\uB9CC \uBAA8\uB4DC\uB85C \uC804\uD658","browser.toggleTranslateToThePageEndImmediately":"\uD398\uC774\uC9C0 \uD558\uB2E8\uC73C\uB85C \uC989\uC2DC \uBC88\uC5ED/\uC6D0\uBB38 \uD45C\uC2DC","browser.toggleTranslateTheMainPage":"\uD398\uC774\uC9C0\uC758 \uC8FC\uC694 \uC601\uC5ED \uBC88\uC5ED/\uC6D0\uBB38 \uD14D\uC2A4\uD2B8 \uD45C\uC2DC","browser.shareToDraft":"\uC774\uC911 \uC5B8\uC5B4 \uD398\uC774\uC9C0 \uACF5\uC720","browser.openOptionsPage":"\uC124\uC815 \uD398\uC774\uC9C0 \uC5F4\uAE30","browser.toggleTranslationMask":"\uBC88\uC5ED \uD750\uB9BC \uD6A8\uACFC \uD45C\uC2DC/\uC228\uAE30\uAE30","browser.translateLocalPdfFile":"\uB85C\uCEEC PDF \uD30C\uC77C \uBC88\uC5ED","browser.openEbookViewer":"\uD604\uC9C0 \uC804\uC790\uCC45 \uC77D\uAE30","browser.openEbookBuilder":"\uC774\uC911 \uC5B8\uC5B4 EPUB \uC804\uC790\uCC45 \uB9CC\uB4E4\uAE30","browser.translateLocalHtmlFile":"HTML/\uD14D\uC2A4\uD2B8 \uD30C\uC77C \uBC88\uC5ED","browser.donateContext":"\uC2A4\uD3F0\uC11C\uC2ED \uD61C\uD0DD\uC5D0 \uB300\uD574 \uC54C\uC544\uBCF4\uAE30","browser.translateLocalSubtitleFile":"\uB85C\uCEEC \uC790\uB9C9 \uD30C\uC77C \uBC88\uC5ED",confirmResetConfig:"\uC124\uC815\uC744 \uC7AC\uC124\uC815\uD558\uC2DC\uACA0\uC2B5\uB2C8\uAE4C?",translationLineBreakSettingTitle:"\uBC88\uC5ED \uC904 \uBC14\uAFC8 \uC124\uC815",smartLineBreak:"\uC2A4\uB9C8\uD2B8 \uB77C\uC778 \uD53C\uB4DC(\uCEF4\uD4E8\uD305)",alwaysLineBreak:"\uD56D\uC0C1 \uB77C\uC778 \uD53C\uB4DC",isShowContextMenu:"\uBA54\uB274 \uD56D\uBAA9\uC744 \uB9C8\uC6B0\uC2A4 \uC624\uB978\uCABD \uBC84\uD2BC\uC73C\uB85C \uD074\uB9AD\uD558\uC5EC \uBC88\uC5ED\uB41C \uD398\uC774\uC9C0 \uCD94\uAC00\uD558\uAE30",toggleBeta:"\uBCA0\uD0C0 \uD14C\uC2A4\uD2B8 \uAE30\uB2A5 \uD65C\uC131\uD654",betaDescription:"\uC544\uC9C1 \uC2E4\uD5D8\uB2E8\uACC4\uC778 \uAE30\uB2A5\uB4E4\uACFC \uBCA0\uD0C0\uBC84\uC804\uC778 \uBC88\uC5ED \uC11C\uBE44\uC2A4\uB97C \uC0AC\uC6A9\uD574\uBCF4\uC138\uC694. <1>\uD154\uB808\uADF8\uB7A8 \uADF8\uB8F9\uC5D0 \uAC00\uC785\uD558\uC5EC \uC790\uC138\uD788 \uC54C\uC544\uBCF4\uC138\uC694.",translationLineBreakSettingDescription:"\uCF58\uD150\uCE20\uAC00 \uC801\uC740 \uD398\uC774\uC9C0\uC758 \uACBD\uC6B0 \uD56D\uC0C1 \uC904 \uBC14\uAFC8\uC774 \uAE54\uB054\uD558\uAC8C \uC720\uC9C0\uB429\uB2C8\uB2E4. (\uCF58\uD150\uCE20\uAC00 \uB9CE\uC740 \uAE34 \uB2E8\uB77D({count}\uC790 \uC774\uC0C1)\uC5D0\uB294 \uC2A4\uB9C8\uD2B8 \uC904 \uBC14\uAFC8\uC744 \uC0AC\uC6A9\uD558\uC5EC \uACF5\uAC04\uC744 \uC808\uC57D\uD558\uC138\uC694.)",tempTranslateDomainTitle:"\uC6F9\uC0AC\uC774\uD2B8 \uBC88\uC5ED\uC774 \uC77C\uC2DC\uC801\uC73C\uB85C \uCF1C\uC9C0\uB294 \uAE30\uAC04",tempTranslateDomainDescription:"\uC6F9 \uD398\uC774\uC9C0\uB97C \uC218\uB3D9\uC73C\uB85C \uBC88\uC5ED\uD560 \uB54C \uC790\uB3D9 \uBC88\uC5ED\uC744 \uC704\uD574 \uC6F9 \uC0AC\uC774\uD2B8\uB97C \uC77C\uC2DC\uC801\uC73C\uB85C \uCF1C\uACE0 \uC77C\uC2DC\uC801\uC778 \uAE30\uAC04\uC744 \uC124\uC815\uD560 \uC218 \uC788\uC2B5\uB2C8\uB2E4.",xMinutes:"{count} \uBD84",disabled:"STH \uC0AC\uC6A9\uC744 \uAE08\uC9C0\uD569\uB2C8\uB2E4.",changelog:"\uC5C5\uB370\uC774\uD2B8 \uB85C\uADF8",toggleTranslatePageWhenThreeFingersOnTheScreen:"\uC5EC\uB7EC \uC190\uAC00\uB77D\uC774 \uB3D9\uC2DC\uC5D0 \uD654\uBA74\uC744 \uD130\uCE58\uD560 \uB54C \uC6F9 \uD398\uC774\uC9C0 \uBC88\uC5ED/\uC6D0\uBB38 \uD14D\uC2A4\uD2B8 \uD45C\uC2DC",toggleTranslationMaskWhenThreeFingersOnTheScreen:"\uC5EC\uB7EC \uC190\uAC00\uB77D\uC73C\uB85C \uD130\uCE58\uD558\uBA74 \uD750\uB9BC \uD6A8\uACFC\uB97C \uD45C\uC2DC\uD558\uAC70\uB098 \uC228\uAE38 \uC218 \uC788\uC2B5\uB2C8\uB2E4.",fingerCountToToggleTranslagePageOnlyTranslationWhenTouching:"\uC5EC\uB7EC \uC190\uAC00\uB77D\uC73C\uB85C \uB3D9\uC2DC\uC5D0 \uD654\uBA74\uC744 \uD130\uCE58\uD558\uBA74 \uC6F9 \uD398\uC774\uC9C0\uAC00 \uBC88\uC5ED(\uBC88\uC5ED \uC804\uC6A9)/\uC6D0\uBB38\uC744 \uD45C\uC2DC\uD569\uB2C8\uB2E4.",addUrlDescription:"\uB3C4\uBA54\uC778 \uC774\uB984\uC77C \uC218 \uC788\uC73C\uBA70 \uC640\uC77C\uB4DC\uCE74\uB4DC(\uC608:\uFF1A*.google.com, google.com/mail/*, https://www.google.com/*)\uB3C4 \uC9C0\uC6D0\uD569\uB2C8\uB2E4.",general:"\uAE30\uBCF8 \uC124\uC815",clickToExpandConfig:"\uD604\uC7AC \uAD6C\uC131 \uD655\uC7A5",import:"\uD30C\uC77C\uC5D0\uC11C \uAC00\uC838\uC624\uAE30",export:"\uD30C\uC77C\uB85C \uB0B4\uBCF4\uB0B4\uAE30",toggleDebug:"\uCF58\uC194\uC5D0\uC11C \uB514\uBC84\uADF8 \uB85C\uADF8 \uC778\uC1C4","fingers.0":"\uC751\uACE0","fingers.2":"\uB450 \uC190\uAC00\uB77D \uD130\uCE58","fingers.3":"\uC138 \uC190\uAC00\uB77D \uD130\uCE58","fingers.4":"\uB124 \uC190\uAC00\uB77D \uD130\uCE58","fingers.5":"\uB2E4\uC12F \uC190\uAC00\uB77D \uD130\uCE58",mouseHoldKey:"+ {key} \uB2E8\uB77D \uBC88\uC5ED/\uBCF5\uC6D0\uD558\uAE30",mouseHoldKeyAuto:"\uB2E8\uB77D\uC758 \uC9C1\uC811 \uBC88\uC5ED",mouseHoldKeyOff:"\uC544\uBB34\uAC83\uB3C4 \uD558\uC9C0 \uB9C8\uC138\uC694.",mouseHoldKeyOther:"\uC0AC\uC6A9\uC790 \uC9C0\uC815 \uBC14\uB85C \uAC00\uAE30(\uC124\uC815 \uC5F4\uAE30)",mouseHoldKeyCustomKey:"{key} \uB2E8\uB77D\uC758 \uBC88\uC5ED/\uCD95\uC18C",mouseHoverHoldKey:"\uBC14\uB85C \uAC00\uAE30 \uD0A4\uB97C \uB204\uB978 \uC0C1\uD0DC\uC5D0\uC11C \uB9C8\uC6B0\uC2A4\uB97C \uAC00\uB9AC\uD0A4\uBA74 \uB2E8\uB77D\uC774 \uBC88\uC5ED\uB429\uB2C8\uB2E4.","mouse-translate":"\uB9C8\uC6B0\uC2A4 \uD638\uBC84",document:"(\uCEF4\uD4E8\uD130) \uD30C\uC77C",resetSuccess:"\uBAA8\uB4E0 \uC124\uC815 \uC7AC\uC124\uC815\uC5D0 \uC131\uACF5",resetThisSuccess:"\uC7AC\uC124\uC815 \uC131\uACF5",saved:"\uC800\uC7A5 \uC131\uACF5",successImportConfig:"\uC131\uACF5\uC801\uC73C\uB85C \uAC00\uC838\uC628 \uAD6C\uC131",goAdvancedSettings:"\uACE0\uAE09 \uC124\uC815 \uD398\uC774\uC9C0\uB85C \uC774\uB3D9\uD569\uB2C8\uB2E4.",goAdvancedInterfaceSettings:"\uACE0\uAE09 \uC0AC\uC6A9\uC790 \uC9C0\uC815 \uC124\uC815 \uD398\uC774\uC9C0\uB85C \uC774\uB3D9\uD569\uB2C8\uB2E4.",advanced:"\uACE0\uAE09 \uC124\uC815",advancedDescription:"\uC77C\uBC18\uC801\uC73C\uB85C \uC124\uC815\uC774 \uD544\uC694\uD558\uC9C0 \uC54A\uC73C\uBA70 \uAE30\uBCF8\uAC12\uC744 \uADF8\uB300\uB85C \uB450\uBA74 \uB429\uB2C8\uB2E4. \uBCF4\uB2E4 \uC804\uBB38\uC801\uC778 \uC0AC\uC6A9\uC790\uB9CC \uAC1C\uC778\uD654\uB41C \uC124\uC815\uC744 \uC0AC\uC6A9\uD560 \uC218 \uC788\uC2B5\uB2C8\uB2E4.",developer:"\uAC1C\uBC1C\uC790 \uC124\uC815",donateCafe:"\uAC00\uACA9","translate to the bottom of the page":"\uD398\uC774\uC9C0\uC5D0 \uB4E4\uC5B4\uAC00\uBA74 \uBC14\uB85C \uD398\uC774\uC9C0 \uD558\uB2E8\uC73C\uB85C \uBC88\uC5ED\uB418\uB098\uC694?",feedback:"\uC9C8\uBB38 \uD53C\uB4DC\uBC31",toggleTranslatePage:"\uD398\uC774\uC9C0 \uBC88\uC5ED/\uC6D0\uBB38 \uD45C\uC2DC",translateToThePageEndImmediatelyDescription:"\uC774 \uAE30\uB2A5\uC744 \uCF1C\uBA74 \uC785\uB825\uD558\uB294 \uC989\uC2DC \uD398\uC774\uC9C0\uC758 \uC704\uCABD\uC5D0\uC11C \uC544\uB798\uCABD\uC73C\uB85C \uCF58\uD150\uCE20\uAC00 \uBC88\uC5ED\uB429\uB2C8\uB2E4. \uB044\uBA74 \uC77D\uB294 \uB300\uB85C \uBC88\uC5ED\uB429\uB2C8\uB2E4. (\uAD8C\uC7A5\uD558\uC9C0 \uC54A\uC74C)","translate all areas of the page":"\uD398\uC774\uC9C0\uC758 \uBAA8\uB4E0 \uC601\uC5ED\uC744 \uBC88\uC5ED\uD560\uC9C0 \uC5EC\uBD80",translationAreaDescription:"\uCF1C\uBA74 \uC804\uCCB4 \uC6F9 \uD398\uC774\uC9C0\uC758 \uBAA8\uB4E0 \uC601\uC5ED\uC774 \uBC88\uC5ED\uB429\uB2C8\uB2E4. \uB044\uBA74 \uAE30\uBCF8 \uC2A4\uB9C8\uD2B8 \uC778\uC2DD\uC774 \uC0AC\uC6A9\uB418\uBA70 \uC8FC\uC694 \uC601\uC5ED\uB9CC \uBC88\uC5ED\uB429\uB2C8\uB2E4. (\uCF1C\uC9C0 \uC54A\uB294 \uAC83\uC774 \uC88B\uC2B5\uB2C8\uB2E4.)","the number of characters to be translated first":"\uBCF4\uAE30 \uC601\uC5ED\uC73C\uB85C \uC2A4\uD06C\uB864\uD560 \uB54C\uAE4C\uC9C0 \uAE30\uB2E4\uB9AC\uC9C0 \uC54A\uACE0 \uD398\uC774\uC9C0\uC758 \uCC98\uC74C \uBA87 \uBB38\uC790\uB97C \uBC14\uB85C \uBC88\uC5ED\uD569\uB2C8\uB2E4.","interface language":"\uC778\uD130\uD398\uC774\uC2A4 \uC5B8\uC5B4","display both the original text and the translation":"\uC6D0\uBCF8\uACFC \uBC88\uC5ED\uBCF8 \uB3D9\uC2DC \uD45C\uC2DC","keyboard shortcuts":"\uD0A4\uBCF4\uB4DC \uB2E8\uCD95\uD0A4",modify:"\uBC14\uB85C \uAC00\uAE30 \uD0A4 \uC218\uC815",reset:"\uC7AC\uD504\uB85C\uBE44\uC800\uB2DD",close:"\uC751\uACE0",homepage:"\uD648\uD398\uC774\uC9C0",more:"\uB354 \uBCF4\uAE30",moreOptions:"\uB354 \uB9CE\uC740 \uC0AC\uC6A9\uC790 \uC9C0\uC815 \uC635\uC158 \uD655\uC7A5",translateTheWholePage:"\uD398\uC774\uC9C0\uC758 \uBAA8\uB4E0 \uC601\uC5ED \uBC88\uC5ED(\uC8FC\uC694 \uC601\uC5ED\uB9CC \uC9C0\uB2A5\uC801\uC73C\uB85C \uC778\uC2DD\uD558\uB294 \uAC83\uC774 \uC544\uB2C8\uB77C)",changeToTranslateTheWholePage:"\uBAA8\uB4E0 \uC9C0\uC5ED \uBC88\uC5ED\uC73C\uB85C \uC804\uD658",changeToTranslateTheMainPage:"\uAE30\uBCF8 \uC601\uC5ED \uBC88\uC5ED\uC73C\uB85C \uC804\uD658",changeToOnlyTranslationMode:"\uBC88\uC5ED\uB9CC \uD45C\uC2DC\uD558\uB3C4\uB85D \uD1A0\uAE00",changeToDualTranslationMode:"\uC774\uC911 \uC5B8\uC5B4 \uBC88\uC5ED\uC73C\uB85C \uC804\uD658",translateToThePageEndImmediately:"\uD398\uC774\uC9C0 \uD558\uB2E8\uC73C\uB85C \uC989\uC2DC \uBC88\uC5ED\uD558\uAE30",translateTheMainPage:"\uC9C0\uB2A5\uD615 \uBC88\uC5ED \uC8FC\uC694 \uC9C0\uC5ED","The local rules are up to date":"\uB85C\uCEEC \uC801\uC751 \uADDC\uCE59\uC740 \uCD5C\uC2E0 \uC0C1\uD0DC\uC785\uB2C8\uB2E4.","Successfully synchronized with the latest official rules:":"\uCD5C\uC2E0 \uACF5\uC2DD \uC801\uC751 \uADDC\uCE59\uACFC \uC131\uACF5\uC801\uC73C\uB85C \uB3D9\uAE30\uD654\uB418\uC5C8\uC2B5\uB2C8\uB2E4.","Checking for updates":"\uC5C5\uB370\uC774\uD2B8 \uD655\uC778","Rules are being synchronized":"\uC801\uC751 \uADDC\uCE59 \uB3D9\uAE30\uD654 \uC911",localVersionIsTooOld:"\uB85C\uCEEC \uD655\uC7A5 \uD504\uB85C\uADF8\uB7A8 \uBC84\uC804\uC774 \uB108\uBB34 \uC624\uB798\uB418\uC5C8\uC73C\uBBC0\uB85C \uB3D9\uAE30\uD654\uB97C \uC2DC\uB3C4\uD558\uAE30 \uC804\uC5D0 \uD655\uC7A5 \uD504\uB85C\uADF8\uB7A8\uC744 {minVersion} \uC774\uC0C1\uC73C\uB85C \uC5C5\uADF8\uB808\uC774\uB4DC\uD558\uC138\uC694.",badUserscriptBrowser:"\uD604\uC7AC \uBE0C\uB77C\uC6B0\uC800\uB294 \uADF8\uB9AC\uC2A4\uBABD\uD0A4 \uD655\uC7A5 \uC778\uD130\uD398\uC774\uC2A4\uB97C \uC62C\uBC14\uB974\uAC8C \uAD6C\uD604\uD558\uC9C0 \uC54A\uC73C\uBBC0\uB85C(\uC608: \uADF8\uB9AC\uC2A4\uBABD\uD0A4 \uC2A4\uD06C\uB9BD\uD2B8 \uC790\uCCB4\uC758 \uBC84\uC804 \uBC88\uD638\uC5D0 \uB300\uD55C \uC815\uBCF4\uB97C \uC5BB\uC73C\uB824\uBA74), \uD30C\uC774\uC5B4\uD3ED\uC2A4 \uB4F1 <1>\uADF8\uB9AC\uC2A4\uBABD\uD0A4 \uD655\uC7A5 \uAE30\uB2A5\uC744 \uC9C0\uC6D0\uD558\uB294 \uB2E4\uB978 \uBE0C\uB77C\uC6B0\uC800\uB97C \uC0AC\uC6A9\uD558\uC2DC\uAE30 \uBC14\uB78D\uB2C8\uB2E4.",foundNewVersion:"\uC0C8 \uBC84\uC804 \uC54C\uC544\uBCF4\uAE30",theLocalExtensionIsUpToUpdate:"\uD604\uC7AC \uD655\uC7A5 \uD504\uB85C\uADF8\uB7A8\uC774 \uCD5C\uC2E0 \uBC84\uC804\uC785\uB2C8\uB2E4.",failToSyncRules:"\uCD5C\uC2E0 \uC801\uC751 \uADDC\uCE59\uC744 \uB3D9\uAE30\uD654\uD558\uC9C0 \uBABB\uD568",retry:"\uB2E4\uC2DC \uC2DC\uB3C4\uD558\uB824\uBA74 \uC5EC\uAE30\uB97C \uD074\uB9AD\uD558\uC138\uC694.",failedReason:"\uC2E4\uD328 \uC774\uC720",currentRuleVersion:"\uD604\uC7AC \uADDC\uCE59 \uBC84\uC804",calculating:"\uACC4\uC0B0",unknownError:"\uC54C \uC218 \uC5C6\uB294 \uC624\uB958",canNotFetchRemoteRule:"\uC6D0\uACA9 \uADDC\uCE59\uC744 \uAC00\uC838\uC62C \uC218 \uC5C6\uC74C",enableAlphaSuccess:"\uC54C\uD30C \uC0AC\uC6A9",disableAlphaSuccess:"\uC54C\uD30C \uAE30\uB2A5\uC774 \uAEBC\uC838 \uC788\uC2B5\uB2C8\uB2E4.",cacheSize:"\uCE90\uC2DC \uD06C\uAE30\uFF1A",cleaning:"\uCCAD\uC0B0 \uACFC\uC815\uC5D0\uC11C",cleanCache:"\uCE90\uC2DC \uC9C0\uC6B0\uAE30",options:"\uC124\uC815",about:"\uB2E4\uC74C\uACFC \uAD00\uB828\uD558\uC5EC",service:"\uD1B5\uC5ED \uC11C\uBE44\uC2A4",needAction:"(\uC124\uC815\uC73C\uB85C \uC774\uB3D9)",goSettings:"\uACC4\uC18D\uD574\uC11C \uC124\uC815\uD558\uC138\uC694.",needActionForOptions:"(\uC124\uC815 \uC608\uC815)",translationEngine:"\uC5D4\uC9C4 \uC635\uC158",sourceLanguage:"\uC6D0\uBCF8 \uC5B8\uC5B4",target:"\uB300\uC0C1 \uC5B8\uC5B4",popupSourceLanguage:"\uC6D0\uBCF8 \uC5B8\uC5B4",popupTarget:"\uB300\uC0C1 \uC5B8\uC5B4",popupService:"\uD1B5\uC5ED \uC11C\uBE44\uC2A4",forThisSite:"\uD604\uC7AC \uC6F9\uC0AC\uC774\uD2B8",autoEnableSubtitle:"\uC774\uC911 \uC5B8\uC5B4 \uC790\uB9C9 \uC790\uB3D9 \uC5F4\uAE30",alwaysTranslate:"\uD56D\uC0C1 \uBC88\uC5ED",neverTranslate:"\uBC88\uC5ED \uAE08\uC9C0",alwaysTranslateSomeLanguage:"\uD56D\uC0C1 \uBC88\uC5ED {language}",neverTranslateSomeLanguage:"\uBC88\uC5ED \uAE08\uC9C0 {language}",alwaysTranslateSomeSite:"\uD56D\uC0C1 \uBC88\uC5ED {hostname}",neverTranslateSomeSite:"\uBC88\uC5ED \uAE08\uC9C0 {hostname}",alwaysTranslateSomeSiteOrWildSite:"\uD56D\uC0C1 \uC0AC\uC774\uD2B8 \uBC88\uC5ED",alwaysTranslateSomePage:"\uD56D\uC0C1 \uD398\uC774\uC9C0 \uBC88\uC5ED",add:"\uC99D\uAC00",default:"\uAE30\uBCF8\uAC12(\uC124\uC815)",forThisLanguage:"\uC774 \uC5B8\uC5B4\uC758 \uACBD\uC6B0\uFF1A","add url":"URL \uC785\uB825",edit:"\uCEF4\uD30C\uC77C\uB7EC","translate other languages into specific language":"\uB2E4\uB978 \uC5B8\uC5B4\uB97C \uC124\uC815\uD55C \uC5B8\uC5B4\uB85C \uBC88\uC5ED","select translation service":"\uBC88\uC5ED \uC11C\uBE44\uC2A4 \uC120\uD0DD",language:"\uB2E4\uAD6D\uC5B4 \uC9C0\uC6D0","show-original":"\uC6D0\uBCF8 \uD14D\uC2A4\uD2B8 \uD45C\uC2DC",translate:"\uB80C\uB354\uB9C1",Translated:"\uBC88\uC5ED\uB428",Translating:"\uBC88\uC5ED \uC911",Error:"\uC798\uBABB\uB41C",allowCacheTranslations:"\uB85C\uCEEC \uBC88\uC5ED \uCE90\uC2F1 \uC0AC\uC6A9(\uC911\uBCF5 \uAD6C\uC808\uC5D0 \uB300\uD55C \uBC88\uC5ED \uC694\uCCAD\uC744 \uC904\uC774\uAE30 \uC704\uD574)","translation display":"\uBC88\uC5ED \uD45C\uC2DC \uC2A4\uD0C0\uC77C","select diplay style":"\uB2E4\uC74C \uC608\uC2DC\uB97C \uAD6C\uCCB4\uC801\uC73C\uB85C \uCC38\uC870\uD558\uC5EC \uBC88\uC5ED \uC2A4\uD0C0\uC77C\uC744 \uAD6C\uBD84\uD558\uC138\uC694.",interface:"\uC778\uD130\uD398\uC774\uC2A4 \uC124\uC815",import_export:"\uAC00\uC838\uC624\uAE30/\uB0B4\uBCF4\uB0B4\uAE30",import_export_title:"\uAD6C\uC131 \uAC00\uC838\uC624\uAE30/\uB0B4\uBCF4\uB0B4\uAE30",syncToGoogleDrive:"\uC9C0\uAE08 Google \uB4DC\uB77C\uC774\uBE0C\uC640 \uB3D9\uAE30\uD654",floatBallOptions:"\uD638\uBC84\uBCFC \uC124\uC815","floatBallOptions.enable":"\uD638\uBC84\uBCFC \uD65C\uC131\uD654","floatBallOptions.blockUrls":"\uC6F9\uC0AC\uC774\uD2B8 \uBE44\uD65C\uC131\uD654","floatBallOptions.add":"\uC99D\uAC00","floatBallOptions.blockUrlDesc":"\uB2E4\uC74C \uC6F9\uC0AC\uC774\uD2B8\uC5D0\uC11C\uB294 \uD638\uBC84\uBCFC\uC774 \uD45C\uC2DC\uB418\uC9C0 \uC54A\uC2B5\uB2C8\uB2E4.","floatBallOptions.clickType":"\uD074\uB9AD \uB3D9\uC791","floatBallOptions.clickTypeDesc":"\uD074\uB9AD \uC2DC \uD638\uBC84\uBCFC \uC544\uC774\uCF58 \uB3D9\uC791","floatBallOptions.clickPopup":"\uBC88\uC5ED \uD328\uB110 \uD45C\uC2DC","floatBallOptions.clickTranslate":"\uC6D0\uBCF8 \uD14D\uC2A4\uD2B8 \uBC88\uC5ED/\uD45C\uC2DC","floatBallOptions.fixedPosition":"\u56FA\u5B9A\u4F4D\u7F6E","floatBallOptions.fixedPositionDesc":"\u60AC\u6D6E\u7403\u5728\u7A97\u53E3\u5DE6\u4FA7\u8FD8\u662F\u53F3\u4FA7","floatBallOptions.fixedPositionLeft":"\u5DE6\u4FA7","floatBallOptions.fixedPositionRight":"\u53F3\u4FA7",previewAllThemes:"\uBAA8\uB4E0 \uC2A4\uD0C0\uC77C \uBBF8\uB9AC\uBCF4\uAE30","translationTheme.none":"\uAC00\uC9C0\uACE0 \uC788\uC9C0 \uC54A\uB2E4","translationTheme.grey":"\uC9D9\uC740 \uD68C\uC0C9","translationTheme.dashed":"\uC810\uC120 \uBC11\uC904","translationTheme.dotted":"\uC810\uC120 \uBC11\uC904","translationTheme.dashedBorder":"\uC810\uC120 \uD14C\uB450\uB9AC","translationTheme.solidBorder":"\uC2E4\uC120 \uD14C\uB450\uB9AC","translationTheme.underline":"\uC9C1\uC120\uC5D0 \uBC11\uC904","translationTheme.mask":"\uD37C\uC9C0 \uD6A8\uACFC(\uD559\uC2B5 \uBAA8\uB4DC)","translationTheme.opacity":"\uD22C\uBA85\uC131 \uD6A8\uACFC","translationTheme.paper":"\uD770 \uC885\uC774 \uADF8\uB9BC\uC790 \uD6A8\uACFC","translationTheme.dividingLine":"\uAD6C\uBD84\uC120","translationTheme.highlight":"\uB192\uC740 \uBC1D\uAE30","translationTheme.marker":"\uB9C8\uCEE4(\uC678\uB798\uC5B4)","translationTheme.marker2":"\uB9C8\uCEE4 2","translationTheme.blockquote":"\uCC38\uC870 \uC2A4\uD0C0\uC77C","translationTheme.weakening":"\uC57D\uD654","translationTheme.italic":"\uAE30\uC6B8\uC5B4\uC9C0\uB294 \uC11C\uCCB4","translationTheme.bold":"\uB450\uAECD\uAC8C","translationTheme.thinDashed":"\uAC00\uB294 \uC810\uC120 \uBC11\uC904","translationTheme.nativeDashed":"\uC2DC\uC2A4\uD15C\uC5D0\uB294 \uC810\uC120\uC73C\uB85C \uD45C\uC2DC\uB41C \uBC11\uC904\uC774 \uC788\uC2B5\uB2C8\uB2E4.","translationTheme.nativeDotted":"\uC2DC\uC2A4\uD15C\uC5D0\uB294 \uC810\uC120\uC73C\uB85C \uBC11\uC904\uC774 \uADF8\uC5B4\uC838 \uC788\uC2B5\uB2C8\uB2E4.","translationTheme.nativeUnderline":"\uC2DC\uC2A4\uD15C\uC5D0\uB294 \uC9C1\uC120 \uBC11\uC904\uC774 \uC788\uC2B5\uB2C8\uB2E4.","translationTheme.wavy":"\uBB3C\uACB0 \uBAA8\uC591 \uB77C\uC778","translationServices.custom":"\uC0AC\uC6A9\uC790 \uC9C0\uC815 API","translationServices.tencent":"\uD150\uC13C\uD2B8 \uBC88\uC5ED\uAE30","translationServices.tenAlpha":"\uD150\uC13C\uD2B8 \uBC88\uC5ED\uAE30(\uC54C\uD30C)","translationServices.google":"Google \uBC88\uC5ED","translationServices.bai":"\uBC14\uC774\uB450(\uC54C\uD30C)","translationServices.baidu":"\uBC14\uC774\uB450 \uBC88\uC5ED","translationServices.aliyun":"\uC54C\uB9AC\uD074\uB77C\uC6B0\uB4DC \uBC88\uC5ED","translationServices.volc":"\uD654\uC0B0 \uBC88\uC5ED","translationServices.deeplx":"DeepLX(\uBCA0\uD0C0)","translationServices.bing":"Microsoft \uBC88\uC5ED","translationServices.deepl":"DeepL","translationServices.wechat":"\uC704\uCC57 \uBC88\uC5ED","translationServices.azure":"Azure \uBC88\uC5ED","translationServices.ibm":"IBM \uC653\uC2A8","translationServices.aws":"\uC544\uB9C8\uC874 \uBC88\uC5ED","translationServices.mock":"\uC2DC\uBBAC\uB808\uC774\uC158 \uBC88\uC5ED","translationServices.mock2":"\uC2DC\uBBAC\uB808\uC774\uC158 \uBC88\uC5ED 2","translationServices.caiyun":"\uC870\uBA85. \uB2E4\uCC44\uB85C\uC6B4 \uAD6C\uB984\uACFC \uC791\uC740 \uBC88\uC5ED","translationServices.cai":"\uB2E4\uCC44\uB85C\uC6B4 \uAD6C\uB984(\uC54C\uD30C)","translationServices.volcAlpha":"\uD654\uC0B0 (\uC54C\uD30C)","translationServices.openl":"OpenL","translationServices.youdao":"\uC720\uD29C\uBE0C \uBC88\uC5ED","translationServices.you":"\uC720\uB2E4\uC624 \uBC88\uC5ED\uAE30(\uC54C\uD30C)","translationServices.transmart":"\uD150\uC13C\uD2B8 \uC778\uD130\uB799\uD2F0\uBE0C \uBC88\uC5ED","translationServices.niu":"\uB9E4\uBC84\uB9AD \uBC88\uC5ED\uAE30","translationServices.papago":"\uD30C\uD30C\uACE0 \uBC88\uC5ED","translationServices.d":"D(\uC54C\uD30C)","translationServices.dpro":"D \uD504\uB85C(\uCE74\uB098\uB9AC\uC544)","translationServices.openai":"OpenAI","translationServices.yandex":"Yandex","translationServices.chatgpt":"ChatGPT \uC6F9(3.5 \uBAA8\uBC14\uC77C)","translate title":"\uD398\uC774\uC9C0 \uC81C\uBAA9 \uBC88\uC5ED","always languages":"\uD56D\uC0C1 \uC5B8\uC5B4 \uBC88\uC5ED",neverTranslateLanguagesLabel:"\uBC88\uC5ED\uB418\uC9C0 \uC54A\uB294 \uC5B8\uC5B4",neverTranslateTheFollowingLanguagesDescription:"\uD398\uC774\uC9C0\uC758 \uB2E8\uB77D\uC774 \uB2E4\uC74C \uC5B8\uC5B4 \uC911 \uD558\uB098\uC778 \uACBD\uC6B0 \uBC88\uC5ED\uC774 \uAC74\uB108\uB6F0\uC5B4\uC9D1\uB2C8\uB2E4.",enableUserscriptPagePopup:"\uD398\uC774\uC9C0\uC5D0 \uD638\uBC84\uBCFC \uD45C\uC2DC",enableUserscriptPagePopupDescription:"\uD638\uBC84\uBCFC\uC744 \uB044\uACE0 \uB098\uBA74 \uBC14\uB85C \uAC00\uAE30 /{touch}\uB85C \uBD88\uB7EC\uC62C \uC218 \uC788\uC2B5\uB2C8\uB2E4. \uC2E4\uC218\uB85C \uC774 \uC635\uC158\uC744 \uB048 \uD6C4 \uD638\uBC84\uBCFC\uC744 \uCC3E\uC9C0 \uBABB\uD558\uB294 \uACBD\uC6B0\uB97C \uBC29\uC9C0\uD558\uAE30 \uC704\uD574 \uC774 \uC124\uC815 \uD398\uC774\uC9C0\uB97C \uBD81\uB9C8\uD06C\uC5D0 \uCD94\uAC00\uD558\uB294 \uAC83\uC774 \uC88B\uC2B5\uB2C8\uB2E4!","always translate the following languages":"\uD398\uC774\uC9C0\uAC00 \uB2E4\uC74C \uC5B8\uC5B4 \uC911 \uD558\uB098\uC778 \uACBD\uC6B0 \uB300\uC0C1 \uC5B8\uC5B4\uB85C \uC790\uB3D9 \uBC88\uC5ED\uB429\uB2C8\uB2E4.","always sites":"\uD56D\uC0C1 \uBC88\uC5ED\uB41C \uC6F9 \uC0AC\uC774\uD2B8","always translate the following sites":"\uC6F9 \uC0AC\uC774\uD2B8\uAC00 \uB2E4\uC74C \uB3C4\uBA54\uC778 \uC774\uB984\uC778 \uACBD\uC6B0 \uB300\uC0C1 \uC5B8\uC5B4\uB85C \uC790\uB3D9 \uBC88\uC5ED\uB429\uB2C8\uB2E4.","never sites":"\uBC88\uC5ED\uB418\uC9C0 \uC54A\uC740 \uC6F9 \uC0AC\uC774\uD2B8","never translate the following sites":"\uC6F9\uC0AC\uC774\uD2B8\uAC00 \uB2E4\uC74C \uB3C4\uBA54\uC778\uC6A9\uC778 \uACBD\uC6B0 \uBC88\uC5ED\uC774 \uC218\uD589\uB418\uC9C0 \uC54A\uC2B5\uB2C8\uB2E4.","please refer to":"\uD0A4\uB97C \uC0AC\uC6A9\uD558\uB824\uBA74 \uD0A4\uB97C \uC785\uB825\uD574\uC57C \uD558\uBA70, \uC790\uC138\uD55C \uB0B4\uC6A9\uC740 \uB2E4\uC74C\uC744 \uCC38\uC870\uD558\uC138\uC694.",KeyAndConfigurationTutorial:"\uC8FC\uC694 \uC560\uD50C\uB9AC\uCF00\uC774\uC158 \uBC0F \uAD6C\uC131 \uD29C\uD1A0\uB9AC\uC5BC",useAboveStyleForTheseSites:"\uB2E4\uC74C \uB3C4\uBA54\uC778\uC744 \uC704\uD55C \uC0AC\uC774\uD2B8\uC778 \uACBD\uC6B0 \uD56D\uC0C1 \u2308{theme}\u230B \uBC88\uC5ED \uC2A4\uD0C0\uC77C\uC744 \uC0AC\uC6A9\uD558\uC138\uC694.",currentUrl:"\uD604\uC7AC URL",confirm:"\uC800\uC7A5(\uD30C\uC77C \uB4F1)(\uCEF4\uD4E8\uD305)",cancel:"\uCDE8\uC18C",delete:"\uC81C\uAC70","languages.auto":"\uC790\uB3D9 \uAC10\uC9C0",syncToCloud:"Google \uB4DC\uB77C\uC774\uBE0C\uC5D0 \uB3D9\uAE30\uD654",syncToCloudDescription:"\uD074\uB77C\uC6B0\uB4DC\uC5D0 \uC5C5\uB85C\uB4DC\uB41C \uAD6C\uC131\uC740 \uB9C8\uC9C0\uB9C9\uC73C\uB85C \uC218\uC815\uB41C \uBE0C\uB77C\uC6B0\uC800/\uADF8\uB9AC\uC2A4\uBABD\uD0A4 \uC2A4\uD06C\uB9BD\uD2B8 \uAC04\uC5D0 \uB3D9\uAE30\uD654\uD560 \uC218 \uC788\uC2B5\uB2C8\uB2E4.",syncToAccount:"\uBAB0\uC785\uD615 \uBC88\uC5ED \uD074\uB77C\uC6B0\uB4DC\uC5D0 \uB3D9\uAE30\uD654",syncToAccountButton:"\uD074\uB77C\uC6B0\uB4DC\uC640 \uC989\uC2DC \uB3D9\uAE30\uD654",syncToAccountDescription:"\uB9C8\uC9C0\uB9C9\uC73C\uB85C \uC218\uC815\uD55C \uC2DC\uAC04\uC744 \uAE30\uC900\uC73C\uB85C \uC11C\uB85C \uB2E4\uB978 \uC7A5\uCE58 \uAC04\uC5D0 \uAD6C\uC131\uC744 \uC790\uB3D9\uC73C\uB85C \uB3D9\uAE30\uD654\uD569\uB2C8\uB2E4.",successSyncConfigInAccount:"\uD074\uB77C\uC6B0\uB4DC\uC640\uC758 \uC131\uACF5\uC801\uC778 \uB3D9\uAE30\uD654",successSyncConfigToAccount:"\uD074\uB77C\uC6B0\uB4DC\uC5D0 \uC131\uACF5\uC801\uC73C\uB85C \uB3D9\uAE30\uD654",syncConfigNoUpdate:"\uC774\uBBF8 \uCD5C\uC2E0 \uBC84\uC804\uC785\uB2C8\uB2E4.",authFail:"\uC778\uC99D \uC2E4\uD328",syncTitle:"\uC218\uB3D9 \uBC31\uC5C5 \uAD00\uB9AC",import_hint:"\uAC00\uC838\uC624\uAE30(\uB370\uC774\uD130)",upload:"\uC5C5\uB85C\uB4DC",revokeAuth:"\uC2B9\uC778 \uCDE8\uC18C",uploadFail:"\uC5C5\uB85C\uB4DC \uC2E4\uD328",download:"\uB2E4\uC6B4\uB85C\uB4DC",importSuccess:"\uAC00\uC838\uC624\uAE30 \uC131\uACF5",importFail:"\uAC00\uC838\uC624\uAE30 \uC2E4\uD328",deleteFail:"\uC0AD\uC81C\uD558\uC9C0 \uBABB\uD568",backupToCloud:"\uBC31\uC5C5 \uD30C\uC77C \uC218\uB3D9 \uAD00\uB9AC",create_new_backup:"\uC0C8 \uBC31\uC5C5 \uB178\uB4DC \uCD94\uAC00",maxBackupFiles:"\uCD5C\uB300{count}\uAC1C\uC758 \uC11C\uB85C \uB2E4\uB978 \uB178\uB4DC\uB97C \uBC31\uC5C5\uD560 \uC218 \uC788\uC73C\uBA70, \uD544\uC694\uD558\uC9C0 \uC54A\uC740 \uB178\uB4DC\uB294 \uC0AD\uC81C\uD558\uC138\uC694.",backupToCloudDescription:"\uBC31\uC5C5 \uD30C\uC77C\uC744 \uC218\uB3D9\uC73C\uB85C \uC5C5\uB85C\uB4DC\uD558\uAC70\uB098 \uBCF5\uC6D0\uD558\uC5EC \uCD5C\uB300 3\uAC1C\uC758 \uC11C\uB85C \uB2E4\uB978 \uBC31\uC5C5 \uD5C8\uC6A9",successSyncConfig:"\uD074\uB77C\uC6B0\uB4DC\uC640\uC758 \uC131\uACF5\uC801\uC778 \uB3D9\uAE30\uD654",syncFail:"\uB3D9\uAE30\uD654 \uC2E4\uD328",updatedAt:"{date}\uC5D0\uC11C \uC5C5\uB370\uC774\uD2B8\uB428",lastSyncedAt:"\uCD5C\uC885 \uD655\uC778: {date}",downloadFail:"\uB2E4\uC6B4\uB85C\uB4DC\uC5D0 \uC2E4\uD328\uD588\uC2B5\uB2C8\uB2E4.",clickToDownload:"\uB2E4\uC6B4\uB85C\uB4DC\uD558\uB824\uBA74 \uD074\uB9AD",aboutLabel:"\uC815\uBCF4 - \uD53C\uB4DC\uBC31","browser.openAboutPage":"\uC815\uBCF4/\uD53C\uB4DC\uBC31",aboutLabelWithoutSponsor:"\uC815\uBCF4 - \uD53C\uB4DC\uBC31",aboutIntro:"\uC6B0\uB9AC \uBAA8\uB450\uAC00 \uC778\uD130\uB137\uC758 \uBC29\uB300\uD55C \uC678\uAD6D\uC5B4 \uC815\uBCF4\uC5D0 \uB354 \uC27D\uACE0 \uC990\uAC81\uAC8C \uC561\uC138\uC2A4\uD560 \uC218 \uC788\uAE30\uB97C \uBC14\uB78D\uB2C8\uB2E4 \u2764\uFE0F <6>Pro \uBA64\uBC84\uC2ED\uC744 \uD65C\uC131\uD654\uD558\uC5EC \uBC14\uB85C \uC0AC\uC6A9\uD560 \uC218 \uC788\uB294 DeepL \uBC0F OpenAI \uBC88\uC5ED\uC744 \uC0AC\uC6A9\uD560 \uC218 \uC788\uC2B5\uB2C8\uB2E4.

<3>\uD2B8\uC704\uD130, <4>\uD154\uB808\uADF8\uB7A8, \uC6E8\uC774\uBCF4, \uC704\uCC57\uC5D0\uC11C \uD314\uB85C\uC6B0\uD558\uAC70\uB098 \uC544\uB798 <5>\uBA54\uC77C\uB9C1 \uB9AC\uC2A4\uD2B8\uC5D0 <5>\uAC00\uC785\uD558\uC5EC \uC5C5\uB370\uC774\uD2B8\uB97C \uD655\uC778\uD560 \uC218 \uC788\uC2B5\uB2C8\uB2E4.
<7>\uD504\uB85C \uD68C\uC6D0\uC740 <8>support@immersivetranslate.com \uC73C\uB85C \uBB38\uC758\uD558\uC2DC\uBA74 \uBE60\uB978 \uACE0\uAC1D \uC11C\uBE44\uC2A4\uB97C \uBC1B\uC73C\uC2E4 \uC218 \uC788\uC2B5\uB2C8\uB2E4.",aboutIntroWithoutSponsor:"\uC6B0\uB9AC \uBAA8\uB450\uAC00 \uC778\uD130\uB137\uC5D0\uC11C \uC81C\uACF5\uB418\uB294 \uBC29\uB300\uD55C \uC591\uC758 \uC678\uAD6D\uC5B4 \uC815\uBCF4\uC5D0 \uB354 \uC27D\uACE0 \uC990\uAC81\uAC8C \uC811\uADFC\uD560 \uC218 \uC788\uAE30\uB97C \uBC14\uB78D\uB2C8\uB2E4 \u2764\uFE0F

<3>\uD2B8\uC704\uD130, <4>\uD154\uB808\uADF8\uB7A8 \uCC44\uB110, \uC704\uCC57, \uC704\uCC57 \uC775\uC2A4\uCCB4\uC778\uC9C0\uC5D0\uC11C \uD314\uB85C\uC6B0\uD558\uAC70\uB098 \uC544\uB798 <5>\uC774\uBA54\uC77C\uB85C \uC5C5\uB370\uC774\uD2B8\uB97C <5>\uAD6C\uB3C5\uD560 \uC218 \uC788\uC2B5\uB2C8\uB2E4.",projectHomepage:"\uD504\uB85C\uC81D\uD2B8 \uD648",joinTelegramGroup:"\uC0AC\uC6A9\uC790 \uADF8\uB8F9\uC5D0 \uAC00\uC785\uD558\uC5EC \uAE30\uB2A5 \uD1A0\uB860\uC5D0 \uCC38\uC5EC\uD558\uC138\uC694.",wechatPublicAccount:"\uC704\uCC57 \uACF5\uAC1C",wechatCommunities:"\uC704\uCC57 \uAD50\uD658 \uADF8\uB8F9",qqCommunities:"QQ \uCEE4\uBBA4\uB2C8\uCF00\uC774\uC158 \uCC44\uB110",joinTelegramChannel:"\uD154\uB808\uADF8\uB7A8 \uCC44\uB110 \uD314\uB85C\uC6B0\uD558\uC5EC \uCD5C\uC2E0 \uC5C5\uB370\uC774\uD2B8 \uD655\uC778",feedbackAndJoin:"\uC9C8\uBB38 \uD53C\uB4DC\uBC31 / \uADF8\uB8F9 \uCD94\uAC00",autoSync:"\uC790\uB3D9 \uC2DC\uAC04 \uB3D9\uAE30\uD654",loadingThemeTitle:"\uB85C\uB529 \uC2A4\uD0C0\uC77C",loadingThemeDescription:"\uBC88\uC5ED \uB85C\uB4DC\uB97C \uAE30\uB2E4\uB9B4 \uB54C \uC2A4\uD0C0\uC77C \uC124\uC815\uD558\uAE30","loadingTheme.spinner":"\uD68C\uC804 \uC560\uB2C8\uBA54\uC774\uC158","loadingTheme.text":"\uC815\uC801 \uD14D\uC2A4\uD2B8 sth. ","loadingTheme.none":"\uD45C\uC2DC\uB418\uC9C0 \uC54A\uC74C",developerDescription:"\uACE0\uAE09 \uC0AC\uC6A9\uC790 \uC9C0\uC815\uC5D0 \uB300\uD55C \uBB38\uC11C\uB294 <1>\uC5EC\uAE30\uC5D0\uC11C \uD655\uC778\uD560 \uC218 \uC788\uC2B5\uB2C8\uB2E4.","edit border color":"\uD14C\uB450\uB9AC \uC0C9\uC0C1 \uC218\uC815",successSyncButNoChange:"\uD604\uC7AC \uAD6C\uC131\uC774 \uD074\uB77C\uC6B0\uB4DC\uC640 \uC77C\uCE58\uD569\uB2C8\uB2E4.",customTheme:"\uB9DE\uCDA4\uD615 \uC0C9\uC0C1 \uBC0F \uD06C\uAE30","customThemeLabel.borderColor":"\uD14C\uB450\uB9AC \uC0C9\uC0C1","customThemeLabel.borderRadius":"\uB465\uADFC \uBAA8\uC11C\uB9AC","customThemeLabel.textColor":"\uD14D\uC2A4\uD2B8 \uC0C9\uC0C1","customThemeLabel.backgroundColor":"\uBC30\uACBD\uC0C9","customThemeLabel.zoom":"\uAE00\uAF34 \uD06C\uAE30 \uC870\uC815(%)","customThemeLabel.opacity":"\uD14D\uC2A4\uD2B8 \uBD88\uD22C\uBA85\uB3C4(%)",resetToDefaultColor:"\uAE30\uBCF8 \uC0C9\uC0C1\uC73C\uB85C \uBCF5\uC6D0",resetToDefaultSettings:"\uAE30\uBCF8 \uC124\uC815\uC73C\uB85C \uBCF5\uC6D0",isTranslateTitle:"\uD398\uC774\uC9C0 \uC81C\uBAA9 \uBC88\uC5ED \uC0AC\uC6A9",isTranslateTitleDescription:"\uC804\uC6D0\uC744 \uCF1C\uBA74 \uD398\uC774\uC9C0 \uC81C\uBAA9\uC774 \uBC88\uC5ED\uB429\uB2C8\uB2E4.",enableSearchEnhancement:"\uC774\uC911 \uC5B8\uC5B4 \uBA54\uC2DC\uC9C0 \uD5A5\uC0C1 \uC0AC\uC6A9",enableSearchEnhancementDescription:"\uC774 \uAE30\uB2A5\uC744 \uD65C\uC131\uD654\uD558\uBA74 \uC9C0\uC6D0\uB418\uB294 \uC6F9\uC0AC\uC774\uD2B8(Google \uB274\uC2A4, Google \uAC80\uC0C9(\uC77C\uBD80 \uD0A4\uC6CC\uB4DC), \uC2A4\uB178\uC6B0\uBCFC, \uC624\uB9AC\uC5D4\uD0C8 \uD3EC\uCD98, \uD4E8\uD22C\uB77C, \uD0C0\uC774\uAC70 \uCEE4\uBBA4\uB2C8\uD2F0)\uC758 \uC624\uB978\uCABD \uC5F4\uC5D0 \uD574\uB2F9 \uC601\uC5B4 \uD0A4\uC6CC\uB4DC\uC5D0 \uB300\uD55C 'Google \uB274\uC2A4'\uC758 \uAC80\uC0C9 \uACB0\uACFC\uAC00 \uC790\uB3D9\uC73C\uB85C \uD45C\uC2DC\uB429\uB2C8\uB2E4.",verifyService:"\uC11C\uBE44\uC2A4\uB97C \uD14C\uC2A4\uD2B8\uD558\uB824\uBA74 \uC5EC\uAE30\uB97C \uD074\uB9AD\uD558\uC138\uC694.",verified:"\uC131\uACF5 \uD655\uC778","field.langs":"\uC9C0\uC6D0\uB418\uB294 \uC5B8\uC5B4 \uCF54\uB4DC","field.model":"\uBAA8\uB378\uB9C1","field.translationEngine":"\uBC88\uC5ED \uC5D4\uC9C4","field.limitPerMinute":"\uBD84\uB2F9 \uCD5C\uB300 \uC694\uCCAD \uC218","field.limitPerSecond":"\uCD08\uB2F9 \uCD5C\uB300 \uC694\uCCAD \uC218","field.maxTextLengthPerRequest":"\uC694\uCCAD\uB2F9 \uCD5C\uB300 \uD14D\uC2A4\uD2B8 \uAE38\uC774","field.maxTextGroupLengthPerRequest":"\uC694\uCCAD\uB2F9 \uCD5C\uB300 \uB2E8\uB77D \uC218","field.apiUrl":"\uC0AC\uC6A9\uC790 \uC9C0\uC815 API \uC778\uD130\uD398\uC774\uC2A4 \uC8FC\uC18C","field.placeholderDelimiters":"\uC608\uC57D\uB41C \uC790\uB9AC \uD45C\uC2DC\uC790","description.custom":"\uC0AC\uC6A9\uC790 \uC9C0\uC815 \uC778\uD130\uD398\uC774\uC2A4 \uC561\uC138\uC2A4 \uBB38\uC11C \uD544\uC694","description.limitPerMinute":"\uC774 \uD55C\uB3C4\uB97C \uCD08\uACFC\uD558\uB294 \uC694\uCCAD\uC740 \uB2E4\uC74C \uBD84\uC774 \uC2DC\uC791\uB420 \uB54C\uAE4C\uC9C0 \uB300\uAE30\uC5F4\uC5D0 \uB4E4\uC5B4\uAC11\uB2C8\uB2E4. \uD604\uC7AC OpenAI \uC11C\uBE44\uC2A4\uC758 \uC5EC\uB7EC \uAC00\uC9C0 \uC81C\uD55C \uC0AC\uD56D\uC73C\uB85C \uC778\uD574 <1>\uC5EC\uAE30\uB97C \uD074\uB9AD\uD558\uC5EC \uCD5C\uC2E0 \uC81C\uC548 \uAC12\uC744 \uD655\uC778\uD558\uC138\uC694.","description.limitPerSecond":"\uC774 \uC81C\uD55C\uC744 \uCD08\uACFC\uD558\uB294 \uC694\uCCAD\uC740 \uB2E4\uC74C \uCD08\uAC00 \uC2DC\uC791\uB420 \uB54C\uAE4C\uC9C0 \uB300\uAE30\uC5F4\uC5D0 \uB4E4\uC5B4\uAC11\uB2C8\uB2E4. \uD604\uC7AC OpenAI \uC11C\uBE44\uC2A4\uC758 \uC5EC\uB7EC \uAC00\uC9C0 \uC81C\uD55C \uC0AC\uD56D\uC73C\uB85C \uC778\uD574 <1>\uC5EC\uAE30\uB97C \uD074\uB9AD\uD558\uC5EC \uCD5C\uC2E0 \uC81C\uC548 \uAC12\uC744 \uD655\uC778\uD558\uC138\uC694.","description.generalLimitPerSecond":"\uC774 \uC81C\uD55C\uC744 \uCD08\uACFC\uD558\uB294 \uC694\uCCAD\uC740 \uB2E4\uC74C \uCD08\uAC00 \uC2DC\uC791\uB420 \uB54C\uAE4C\uC9C0 \uB300\uAE30\uC5F4\uC5D0 \uB4E4\uC5B4\uAC11\uB2C8\uB2E4.","description.prompt":"\uC0AC\uC6A9\uC790 \uC2E0\uBD84\uC73C\uB85C {service}\uC5D0 \uBCF4\uB0B8 \uB300\uD654\uC5D0\uC11C {{text}}\uB294 \uB2E8\uB77D\uC758 \uD14D\uC2A4\uD2B8 \uB0B4\uC6A9\uC744 \uB098\uD0C0\uB0B4\uACE0, {{from}}\uC740 \uB2E8\uB77D\uC758 \uC5B8\uC5B4\uB97C \uB098\uD0C0\uB0B4\uBA70, {{to}}\uB294 \uBAA9\uD45C \uC5B8\uC5B4\uB97C \uB098\uD0C0\uB0C5\uB2C8\uB2E4.","description.maxTextLengthPerRequest":"\uC694\uCCAD\uB2F9 \uCD5C\uB300 \uAE00\uC790 \uC218\uAC00 \uB108\uBB34 \uB9CE\uC73C\uBA74 \uC778\uD130\uD398\uC774\uC2A4\uAC00 \uB290\uB9AC\uAC8C \uC751\uB2F5\uD558\uBBC0\uB85C \uC774 \uC635\uC158\uC744 \uC870\uC815\uD558\uC5EC \uC18D\uB3C4\uB97C \uCD5C\uC801\uD654\uD558\uC138\uC694.","description.systemPrompt":"\uC2DC\uC2A4\uD15C \uC2E0\uBD84\uC73C\uB85C {service}\uC5D0\uAC8C \uBCF4\uB0B8 \uB300\uD654\uC5D0\uC11C {{text}}\uB294 \uB2E8\uB77D\uC758 \uD14D\uC2A4\uD2B8 \uB0B4\uC6A9\uC744 \uB098\uD0C0\uB0B4\uACE0, {{from}}\uC740 \uB2E8\uB77D\uC758 \uC5B8\uC5B4\uB97C \uB098\uD0C0\uB0B4\uBA70, {{to}}\uB294 \uBAA9\uD45C \uC5B8\uC5B4\uB97C \uB098\uD0C0\uB0C5\uB2C8\uB2E4.","field.domain":"\uC601\uC5ED","description.domain":"\uAE30\uBCF8\uAC12\uC740\uFF1Ageneral\uC785\uB2C8\uB2E4. \uC544\uB9AC\uB9C8 API \uCF58\uC194\uC5D0\uC11C \uB3C4\uBA54\uC778 \uBC88\uC5ED\uC774 \uD65C\uC131\uD654\uB41C \uACBD\uC6B0\uC5D0\uB9CC \uC124\uC815\uD560 \uC218 \uC788\uC73C\uBA70, \uC9C0\uC6D0\uB418\uB294 \uB3C4\uBA54\uC778\uC740 <1>\uC5EC\uAE30\uB97C \uCC38\uC870\uD558\uC138\uC694.","field.scene":"take","description.scene":"\uAE30\uBCF8\uAC12\uC740\uFF1Ageneral\uC785\uB2C8\uB2E4. AliCloud API \uCF58\uC194\uC774 Machine Translation Pro\uB97C \uC5EC\uB294 \uACBD\uC6B0\uC5D0\uB9CC \uC124\uC815\uD560 \uC218 \uC788\uC73C\uBA70, \uC9C0\uC6D0\uB418\uB294 \uC2DC\uB098\uB9AC\uC624\uB294 <1>\uC5EC\uAE30\uB97C \uCC38\uC870\uD558\uC138\uC694.","field.vocabId":"\uC0AC\uC6A9\uC790 \uC0AC\uC804 ID","description.vocabId":"\uC9C0\uC815\uB41C \uC0AC\uC804 out_id\uB294 \uD604\uC7AC \uC601\uC5B4\uC5D0\uC11C \uC911\uAD6D\uC5B4 \uBC88\uC5ED\uC744 \uC9C0\uC6D0\uD569\uB2C8\uB2E4.","description.model":"OpenAI \uBAA8\uB378, gpt-3.5-turbo, gpt-4 \uB4F1 \uAC00\uB2A5","description.maxTextGroupLengthPerRequest":"\uD55C \uBC88\uC5D0 \uBC88\uC5ED \uC11C\uBE44\uC2A4\uB85C \uC804\uC1A1\uB418\uB294 \uB2E8\uB77D \uC218, \uB2E8\uB77D\uC774 \uB108\uBB34 \uB9CE\uC73C\uBA74 \uC778\uD130\uD398\uC774\uC2A4\uAC00 \uB290\uB9AC\uAC8C \uC751\uB2F5\uD560 \uC218 \uC788\uC2B5\uB2C8\uB2E4.","description.apiUrl":"\uACBD\uB85C, <1>\uC790\uC138\uD55C \uC124\uBA85\uC774 \uD3EC\uD568\uB41C \uD2B9\uC815 URL\uC744 \uCD94\uAC00\uD558\uC138\uC694.",enabledExtension:"\uD655\uC7A5 \uAE30\uB2A5 \uC0AC\uC6A9",clickToDisableExtension:"\uD655\uC7A5 \uAE30\uB2A5\uC744 \uBE44\uD65C\uC131\uD654\uD558\uB824\uBA74 \uD074\uB9AD\uD558\uC138\uC694.",clickToEnableExtension:"\uD655\uC7A5 \uAE30\uB2A5\uC744 \uC0AC\uC6A9\uD558\uB824\uBA74 \uD074\uB9AD\uD558\uC138\uC694.",hasBeenDisabled:"disabled","show password":"\uBE44\uBC00\uBC88\uD638 \uD45C\uC2DC",customContent:"\uC0AC\uC6A9\uC790 \uC9C0\uC815 \uBAA8\uB378 \uC774\uB984 \uC785\uB825",inputOptions:"\uC785\uB825 \uC0C1\uC790 \uAC1C\uC120",mouseHoverOptions:"\uB9C8\uC6B0\uC2A4 \uD638\uBC84",modifyMouseHoverKey:"\uB9C8\uC6B0\uC2A4 \uCEE4\uC11C \uBC14\uB85C \uAC00\uAE30 \uC218\uC815",enableInputTranslation:"\uC785\uB825 \uC0C1\uC790 \uD5A5\uC0C1 \uD65C\uC131\uD654 \uC5EC\uBD80",enableInputTranslationDescription:"\uD65C\uC131\uD654\uB418\uBA74 \uC785\uB825 \uC0C1\uC790\uC5D0 {startingKey}{startingKey} hello\uB97C \uC9C1\uC811 \uC785\uB825\uD55C \uB2E4\uC74C{inputTrailingTriggerKeyRepeatTimes}\uBC88{trailingKey}\uC744 \uBE60\uB974\uAC8C \uB20C\uB7EC {inputTargetLanguage}\uC73C\uB85C \uBC88\uC5ED\uD569\uB2C8\uB2E4.",enableInputTranslationDescriptionForNoneKey:"\uD65C\uC131\uD654\uB418\uBA74 \uC785\uB825 \uC0C1\uC790\uC5D0\uFF1AHello World\uB97C \uC9C1\uC811 \uC785\uB825\uD55C \uB2E4\uC74C{inputTrailingTriggerKeyRepeatTimes}{trailingKey}\uC744 \uBE60\uB974\uAC8C \uC5EC\uB7EC \uBC88 \uB20C\uB7EC \uAE30\uBCF8 \uB300\uC0C1 \uC5B8\uC5B4\uB85C \uBC88\uC5ED\uD569\uB2C8\uB2E4.",inputTargetLanguage:"\uC785\uB825 \uC0C1\uC790\uC758 \uAE30\uBCF8 \uB300\uC0C1 \uC5B8\uC5B4 \uC124\uC815",inputTargetLanguageDescription:"\uC785\uB825 \uC0C1\uC790 \uBC88\uC5ED\uC758 \uAE30\uBCF8 \uB300\uC0C1 \uC5B8\uC5B4(\uC608: \uD2B8\uB9AC\uAC70 \uB2E8\uC5B4\uC758 \uAE30\uBCF8 \uC5B8\uC5B4 {startingKey}{startingKey})",inputTargetLanguageDescriptionForNoneKey:"\uC785\uB825 \uC0C1\uC790 \uBC88\uC5ED\uC758 \uAE30\uBCF8 \uB300\uC0C1 \uC5B8\uC5B4",inputStartingTriggerKeyTitle:"\uC785\uB825 \uC0C1\uC790\uC758 \uBD80\uBD84 \uBC88\uC5ED\uC744 \uC704\uD574 \uBD84\uD560 \uBB38\uC790 \uC124\uC815\uD558\uAE30",inputStartingTriggerKeyDescription:"\uC785\uB825 \uC0C1\uC790 \uC804\uCCB4\uB97C \uBC88\uC5ED\uD560 \uD544\uC694\uAC00 \uC5C6\uB294 \uACBD\uC6B0 \uC2A4\uD50C\uB9AC\uD130\uB97C \uC0AC\uC6A9\uD558\uBA74 {startingKey}{startingKey} \uC5D0\uC11C \uC785\uB825 \uC0C1\uC790 \uB05D\uAE4C\uC9C0 \uBD80\uBD84\uB9CC \uBC88\uC5ED\uD558\uAC70\uB098 \uC5B8\uC5B4 \uCF54\uB4DC\uB97C \uC9C0\uC815\uD560 \uC218 \uC788\uC2B5\uB2C8\uB2E4(\uC608:\uFF1A{startingKey}ja \uB294 {startingKey}ja \uC5D0\uC11C \uC785\uB825 \uC0C1\uC790 \uB05D\uAE4C\uC9C0 \uBD80\uBD84\uB9CC \uBC88\uC5ED\uD55C\uB2E4\uB294 \uC758\uBBF8).",inputStartingTriggerKeyDescriptionForNoneKey:"\uD604\uC7AC \uC811\uB450\uC0AC \uC5C6\uC74C \uC124\uC815\uC740 \uD544\uC694\uD558\uC9C0 \uC54A\uC73C\uBA70, \uC785\uB825 \uC0C1\uC790\uC5D0 \uC788\uB294 \uC77C\uBD80 \uD14D\uC2A4\uD2B8\uC758 \uBC88\uC5ED \uAE30\uB2A5\uC740 \uB2F9\uBD84\uAC04 \uC0AC\uC6A9\uD560 \uC218 \uC5C6\uC2B5\uB2C8\uB2E4.",inputTrailingTriggerKeyTitle:"\uC785\uB825 \uC885\uB8CC \uD2B8\uB9AC\uAC70 \uBB38\uC790 \uC120\uD0DD",inputTrailingTriggerKeyDescription:"3\uBC88\uB9CC \uB204\uB974\uBA74{trailingKey} \uBC88\uC5ED\uC774 \uC2DC\uC791\uB429\uB2C8\uB2E4!",inputTrailingTriggerKeyTimeout:"\uC804\uD22C \uC885\uB8CC \uD2B8\uB9AC\uAC70 \uC0AC\uC774\uC758 \uC2DC\uAC04\uC744 \uC785\uB825\uD569\uB2C8\uB2E4.",inputTrailingTriggerKeyTimeoutDescription:"\uC785\uB825 \uC885\uB8CC \uCF64\uBCF4 \uD2B8\uB9AC\uAC70 \uC0AC\uC774\uC758 \uC2DC\uAC04(\uBC00\uB9AC\uCD08)\uC744 \uC124\uC815\uD569\uB2C8\uB2E4.",spaceKey:"<\u7A7A\u683C\u952E>",noneKey:"\uC811\uB450\uC0AC \uC5C6\uC774 \uC804\uCCB4 \uD14D\uC2A4\uD2B8 \uC0C1\uC790\uC758 \uC9C1\uC811 \uBC88\uC5ED",inputTranslationBlockUrlsTitle:"\uB2E4\uC74C URL\uC5D0\uC11C\uB294 \uC785\uB825 \uC0C1\uC790 \uAC1C\uC120 \uAE30\uB2A5\uC744 \uD65C\uC131\uD654\uD558\uC9C0 \uB9C8\uC138\uC694.",inputTranslationBlockUrlsDescription:"\uB2E4\uC74C URL\uC5D0\uC11C\uB294 \uC785\uB825 \uC0C1\uC790 \uAC1C\uC120 \uC0AC\uD56D\uC774 \uC791\uB3D9\uD558\uC9C0 \uC54A\uC2B5\uB2C8\uB2E4.",clickToSeeQuickDemo:"\uD074\uB9AD\uD558\uC5EC 30\uCD08 \uD035 \uD29C\uD1A0\uB9AC\uC5BC \uBE44\uB514\uC624 \uD655\uC7A5\uD558\uAE30",inputHelperInfo:"\uC124\uBA85\uFF1A\uC911\uAD6D\uC5B4 \uC785\uB825 \uBC29\uC2DD\uC5D0 \uB530\uB77C \uC77C\uBD80 \uD2B8\uB9AC\uAC70 \uBB38\uC790\uAC00 \uC911\uAD6D\uC5B4 \uBB38\uC7A5 \uBD80\uD638\uB85C \uBC14\uB00C\uB294 \uAC83\uC744 \uCD5C\uC801\uD654\uD588\uC2B5\uB2C8\uB2E4(\uC608: /\uB294 \uC18C\uAD6C \uC785\uB825 \uBC29\uC2DD\uC5D0 \uB530\uB77C \uB454 \uBD80\uD638\uB85C \uBC14\uB01C). \uBAB0\uC785\uD615 \uBC88\uC5ED\uAE30\uB294 \uD2B8\uB9AC\uAC70 \uBB38\uC790\uC5D0 \uD574\uB2F9\uD558\uB294 \uBAA8\uB4E0 \uC911\uAD6D\uC5B4 \uAE30\uD638, \uC989 //,,, \uB97C \uD2B8\uB9AC\uAC70 \uBB38\uC790\uB85C \uC778\uC2DD\uD560 \uC218 \uC788\uB3C4\uB85D \uC9C0\uC6D0\uD569\uB2C8\uB2E4.

\uB610\uD55C \uC5B8\uC5B4 \uCF54\uB4DC\uC5D0 \uC911\uAD6D\uC5B4 \uBCC4\uCE6D\uC744 \uBA85\uB839\uC5B4\uB85C \uC0AC\uC6A9\uD560 \uC218 \uC788\uC2B5\uB2C8\uB2E4(\uC608: /Japanese Hello World\uB294 \uC77C\uBCF8\uC5B4\uB85C \uBC88\uC5ED\uB428). <1>\uC9C0\uC6D0\uB418\uB294 \uBAA8\uB4E0 \uC5B8\uC5B4 \uCF54\uB4DC\uB97C \uBCF4\uB824\uBA74 \uC5EC\uAE30\uB97C \uD074\uB9AD\uD558\uC138\uC694.",reloadCurrentPage:"\uBC88\uC5ED\uC744 \uC2DC\uC791\uD558\uAE30 \uC804\uC5D0 \uD604\uC7AC \uD398\uC774\uC9C0\uB97C \uC0C8\uB85C\uACE0\uCE68\uD558\uC138\uC694.",noLocalFilePermissionForPDF:"\uB85C\uCEEC \uD30C\uC77C\uC744 \uC77D\uC744 \uC218 \uC788\uB294 \uAD8C\uD55C\uC774 \uC5C6\uB294 \uACBD\uC6B0 \uC704\uC758 \uBC84\uD2BC\uC744 \uD074\uB9AD\uD55C \uB2E4\uC74C \uB85C\uCEEC \uD30C\uC77C\uC744 \uAC00\uC838\uC624\uC138\uC694.",noPermissionForThisPage:"\u26A0\uFE0F \uD604\uC7AC \uD398\uC774\uC9C0 \uBC88\uC5ED \uAD8C\uD55C\uC774 \uC5C6\uC2B5\uB2C8\uB2E4.",retryAllParagraphs:"\uBAA8\uB4E0 \uC624\uB958 \uAD6C\uC808 \uB2E4\uC2DC \uC2DC\uB3C4",retryAllButton:"\uBAA8\uB4E0 \uC624\uB958 \uAD6C\uC808 \uB2E4\uC2DC \uC2DC\uB3C4",errorTooltipTitle:"\uC624\uB958\uC758 \uC6D0\uC778\uC744 \uBCF4\uB824\uBA74 \uD074\uB9AD\uD558\uC138\uC694.",errorModalTitle:"\uBC88\uC5ED \uC11C\uBE44\uC2A4 \uB610\uB294 \uB124\uD2B8\uC6CC\uD06C\uC5D0 \uBB38\uC81C\uAC00 \uC788\uB294 \uAC83 \uAC19\uC2B5\uB2C8\uB2E4...",disableConfirm:"\uC774\uC911 \uC5B8\uC5B4 \uC815\uBCF4 \uD5A5\uC0C1 \uC124\uC815",disableOnce:"\uC774 \uBE44\uD65C\uC131\uD654",disableGlobal:"\uC601\uAD6C\uC801\uC73C\uB85C \uBE44\uD65C\uC131\uD654",disableTint:"* {option} \uC5D0\uC11C \uB2E4\uC2DC \uD65C\uC131\uD654\uD560 \uC218 \uC788\uC2B5\uB2C8\uB2E4.",searchEnhancementNotes:"\uC911\uAD6D\uC5B4 \uD0A4\uC6CC\uB4DC\uC640 \uC601\uC5B4 \uD0A4\uC6CC\uB4DC\uC5D0 \uB300\uD55C \uB274\uC2A4 \uACB0\uACFC\uAC00 \uB9E4\uC6B0 \uB2E4\uB978 \uAC83\uC744 \uBC1C\uACAC\uD588\uC2B5\uB2C8\uB2E4. \uBAB0\uC785\uD615 \uBC88\uC5ED \uC774\uC911 \uC5B8\uC5B4 \uC815\uBCF4 \uD5A5\uC0C1 \uAE30\uB2A5\uC744 \uD65C\uC131\uD654\uD558\uBA74 \uC9C0\uC6D0\uB418\uB294 \uC6F9\uC0AC\uC774\uD2B8(Google \uB274\uC2A4, Google \uAC80\uC0C9(\uC77C\uBD80 \uD0A4\uC6CC\uB4DC), \uC2A4\uB178\uC6B0\uBCFC, \uB3D9\uC591\uC758 \uBD80, \uD4E8\uD22C\uB77C, \uD0C0\uC774\uAC70)\uC5D0\uC11C \uB3D9\uC77C\uD55C \uD0A4\uC6CC\uB4DC\uB97C \uC601\uC5B4\uB85C \uC790\uB3D9 \uAC80\uC0C9\uD558\uC5EC \uC624\uB978\uCABD\uC5D0 \uD45C\uC2DC\uD574 \uC90D\uB2C8\uB2E4. \uC774 \uAE30\uB2A5\uC774 \uD544\uC694\uD558\uC9C0 \uC54A\uC740 \uACBD\uC6B0 \uBE44\uD65C\uC131\uD654\uD560 \uC218 \uC788\uC2B5\uB2C8\uB2E4.",option:"\uC124\uC815",saveSettings:"\uC124\uC815 \uC800\uC7A5",closeModal:"\uCC3D \uB2EB\uAE30",enableInputTranslationWithoutTriggerKeyTitle:"{trailingKey}\uB97C 3\uBC88 \uBE60\uB974\uAC8C \uB204\uB974\uBA74 \uC804\uCCB4 \uC785\uB825 \uC0C1\uC790\uB97C{inputTargetLanguage}\uB85C \uBC14\uB85C \uBC88\uC5ED\uD560 \uC218 \uC788\uC2B5\uB2C8\uB2E4.",enableInputTranslationWithoutTriggerKeyDescription:"\uB300\uC0C1 \uC5B8\uC5B4\uB97C \uC9C0\uC815\uD558\uB824\uBA74 \uC55E\uC5D0 \uC5B8\uC5B4 \uCF54\uB4DC\uB97C \uBD99\uC785\uB2C8\uB2E4(\uC608:\uFF1Aja Hello World).",mouseHoverShortcutPlaceholder:"\uC608:\uFF1A\uC2DC\uD504\uD2B8",deepLProName:"\uBAB0\uC785\uD615 \uBC88\uC5ED \uD504\uB85C \uD68C\uC6D0(\uAD8C\uC7A5)",deepLProDescription:"\uD604\uC7AC \uD328\uD0A4\uC9C0\uB97C \uC9C1\uC811 \uC0AC\uC6A9\uD560 \uC218 \uC788\uC2B5\uB2C8\uB2E4.",deeplProDescriptionForNormal:"\uC124\uC815 \uD544\uC694 \uC5C6\uC74C, \uD68C\uC6D0\uC740 \uB85C\uADF8\uC778 \uD6C4 \uC0AC\uC6A9 \uAC00\uB2A5, <1>\uD68C\uC6D0\uC73C\uB85C \uC5C5\uADF8\uB808\uC774\uB4DC\uD558\uB824\uBA74 \uC5EC\uAE30\uB97C \uD074\uB9AD\uD558\uC138\uC694.",deepLCustomDescription:"\uC678\uAD6D \uC2E0\uC6A9 \uCE74\uB4DC \uD544\uC694, \uACF5\uC2DD\uC801\uC73C\uB85C \uAC1C\uC124\uB41C <1>DeepL,<2>\uBB38\uC11C\uB97C \uBCF4\uB824\uBA74 \uD074\uB9AD\uD558\uC138\uC694.",deepLCustomName:"\uC0AC\uC6A9\uC790 \uC9C0\uC815 \uC778\uC99D \uD0A4",chooseProviderLabel:"\uC11C\uBE44\uC2A4 \uC81C\uACF5\uC5C5\uCCB4 \uC120\uD0DD",openaiProName:"\uBAB0\uC785\uD615 \uBC88\uC5ED \uD504\uB85C \uD68C\uC6D0(\uAD8C\uC7A5)",openaiProDescription:"\uD604\uC7AC \uD328\uD0A4\uC9C0\uB97C \uC9C1\uC811 \uC0AC\uC6A9\uD560 \uC218 \uC788\uC2B5\uB2C8\uB2E4.",openaiProDescriptionForNormal:"\uC124\uC815\uC774 \uD544\uC694\uD558\uC9C0 \uC54A\uC73C\uBA70, \uD68C\uC6D0\uC740 \uB85C\uADF8\uC778 \uD6C4 \uC0AC\uC6A9\uD560 \uC218 \uC788\uC2B5\uB2C8\uB2E4. <1>\uD68C\uC6D0\uC73C\uB85C \uC5C5\uADF8\uB808\uC774\uB4DC\uD558\uB824\uBA74 \uC5EC\uAE30\uB97C \uD074\uB9AD\uD558\uC138\uC694.",openaiCustomDescription:"OpenAI, Azure OpenAI \uB610\uB294 \uAE30\uD0C0 \uD0C0\uC0AC \uC11C\uBE44\uC2A4\uC5D0\uC11C \uC0AC\uC6A9 \uAC00\uB2A5, <1>\uC124\uBA85\uC11C\uB97C \uBCF4\uB824\uBA74 \uC5EC\uAE30\uB97C \uD074\uB9AD\uD558\uC138\uC694.",openaiCustomName:"\uC0AC\uC6A9\uC790 \uC9C0\uC815 API \uD0A4",needLoginAction:"(\uACF5\uAC1C \uBA64\uBC84\uC2ED \uB610\uB294 \uC0AC\uC6A9\uC790 \uC9C0\uC815)",goLoginOrAction:"(\uBA64\uBC84\uC2ED\uC744 \uC5F4\uAC70\uB098 \uC124\uC815\uC73C\uB85C \uC774\uB3D9)",yearly:"\uC5F0\uAC04 \uC5F0\uC18D \uACB0\uC81C",quarterly:"\uC21C\uCC28\uC801 \uB798\uD551",monthly:"\uC6D4\uAC04 \uAD6C\uB3C5",yearlyForOnce:"\uC5F0\uAC04 1\uD68C \uD328\uD0A4\uC9C0",monthlyForOnce:"\uC6D4 1\uD68C \uD328\uD0A4\uC9C0",daily:"\uC5F0\uC18D \uD328\uD0B7 \uC77C\uC218",year:"\uC5F0\uAC04 \uC5F0\uC18D \uACB0\uC81C",quarter:"\uC21C\uCC28\uC801 \uB798\uD551",month:"\uC6D4\uAC04 \uAD6C\uB3C5",day:"\uC5F0\uC18D \uD328\uD0B7 \uC77C\uC218",onetime_7day:"7\uC77C \uCCB4\uD5D8 \uD329",currentPlanDescriptionForFree:"\uD604\uC7AC \uD328\uD0A4\uC9C0\uFF1A\uBB34\uB8CC",currentPlanDescriptionForContinuous:"\uD604\uC7AC \uD328\uD0A4\uC9C0\uFF1A{plan}\uB294 {endAt} \uC5D0\uC11C \uC790\uB3D9\uC73C\uB85C \uAC31\uC2E0\uB429\uB2C8\uB2E4.",currentPlanDescriptionForAutoRenewCaceling:"\uD604\uC7AC \uD328\uD0A4\uC9C0(\uFF1A{plan})\uB294 {endAt} \uC5D0\uC11C \uB9CC\uB8CC\uB418\uBA70 \uB9CC\uB8CC \uC2DC \uC790\uB3D9\uC73C\uB85C \uAC31\uC2E0\uB418\uC9C0 \uC54A\uC2B5\uB2C8\uB2E4.",currentYearlyPlanDescriptionForAutoRenewCacelingWithRealPaiedUser:"\uD604\uC7AC \uD328\uD0A4\uC9C0(\uFF1A{plan})\uB294 {endAt} \uC5D0\uC11C \uB9CC\uB8CC\uB418\uBA70 \uB9CC\uB8CC \uC2DC \uC790\uB3D9\uC73C\uB85C \uAC31\uC2E0\uB418\uC9C0 \uC54A\uC2B5\uB2C8\uB2E4.
<1>\uAC31\uC2E0 \uD50C\uB79C\uC744 \uAD00\uB9AC\uD558\uB824\uBA74 \uC5EC\uAE30\uB97C \uD074\uB9AD\uD558\uC138\uC694.",currentYearlyPlanDescriptionForAutoRenewCacelingWithAdmin:"\uD604\uC7AC \uD328\uD0A4\uC9C0(\uFF1A{plan})\uB294 {endAt} \uC5D0\uC11C \uB9CC\uB8CC\uB418\uBA70 \uB9CC\uB8CC \uC2DC \uC790\uB3D9\uC73C\uB85C \uAC31\uC2E0\uB418\uC9C0 \uC54A\uC2B5\uB2C8\uB2E4.
<1>\uC5F0\uAC04 \uC5F0\uC18D \uAD6C\uB3C5\uC744 \uD65C\uC131\uD654\uD558\uB824\uBA74 \uC5EC\uAE30\uB97C \uD074\uB9AD\uD558\uC138\uC694.",currentPlanDescriptionForOneTime:"\uD604\uC7AC \uAD6C\uB3C5\uFF1A{plan}\uC740 {endAt} \uC5D0\uC11C \uB9CC\uB8CC\uB418\uBA70, <1>\uC5F0\uAC04 \uB610\uB294 <2>\uC6D4\uAC04<1>\uBA64\uBC84\uC2ED\uC73C\uB85C \uC5C5\uADF8\uB808\uC774\uB4DC\uD558\uB824\uBA74 \uC5EC\uAE30\uB97C \uD074\uB9AD\uD558\uC138\uC694.",upgradePlan:"\uD504\uB85C \uBA64\uBC84\uC2ED\uC73C\uB85C \uC5C5\uADF8\uB808\uC774\uB4DC\uD558\uB824\uBA74 \uC5EC\uAE30\uB97C \uD074\uB9AD\uD558\uC138\uC694.",upgradeToPro:"\uD504\uB85C \uBA64\uBC84\uC2ED\uC73C\uB85C \uC5C5\uADF8\uB808\uC774\uB4DC","popup.openPro":"DeepL \uBC0F OpenAI \uBC88\uC5ED\uC744 \uC990\uAE30\uB824\uBA74 \uD504\uB85C \uBA64\uBC84\uC2ED\uC73C\uB85C \uC5C5\uADF8\uB808\uC774\uB4DC\uD558\uACE0 \uC5EC\uAE30\uB97C \uD074\uB9AD\uD558\uC5EC \uC5C5\uADF8\uB808\uC774\uB4DC\uD558\uC138\uC694!","popup.openProForPro":"\uADC0\uD558\uB294 DeepL \uBC0F OpenAI \uBC88\uC5ED\uC5D0 \uC9C1\uC811 \uC561\uC138\uC2A4\uD560 \uC218 \uC788\uB294 \uD504\uB85C \uD68C\uC6D0\uC785\uB2C8\uB2E4!",currentAccount:"\uACBD\uC0C1 \uACC4\uC815",enableAutoSyncUserSettings:"\uC5EC\uB7EC \uB514\uBC14\uC774\uC2A4\uC5D0\uC11C \uD074\uB77C\uC6B0\uB4DC \uC790\uB3D9 \uB3D9\uAE30\uD654 \uC0AC\uC6A9",modalEnableInputTranslationTitle:"\uBAB0\uC785\uD615 \uBC88\uC5ED \uC785\uB825 \uC0C1\uC790 \uBC88\uC5ED \uC54C\uB9BC",modalEnableInputTranslationDesc:"\uC2A4\uD398\uC774\uC2A4\uBC14\uB97C \uC5F0\uC18D\uD574\uC11C \uC138 \uBC88 \uBE60\uB974\uAC8C \uB20C\uB7EC \uBAB0\uC785\uD615 \uBC88\uC5ED\uC758 \uC785\uB825 \uC0C1\uC790 \uBC88\uC5ED\uC744 \uD2B8\uB9AC\uAC70\uD588\uC73C\uBA70, \uC785\uB825 \uC0C1\uC790\uC758 \uB0B4\uC6A9\uC774 \uAE30\uBCF8 \uB300\uC0C1 \uC5B8\uC5B4\uB85C \uBC88\uC5ED\uB429\uB2C8\uB2E4. \uBC88\uC5ED\uC740 Ctrl+Z\uB85C \uCDE8\uC18C\uD560 \uC218 \uC788\uC2B5\uB2C8\uB2E4.

\uBC88\uC5ED\uC774 \uC2E4\uC218\uC600\uB2E4\uBA74 \uC9C0\uAE08 \uBC14\uB85C \uBE44\uD65C\uC131\uD654\uD558\uAC70\uB098 \uC785\uB825 \uC0C1\uC790 \uBC88\uC5ED\uC744 \uC601\uAD6C\uC801\uC73C\uB85C \uBE44\uD65C\uC131\uD654\uD560 \uC218 \uC788\uC73C\uB2C8 \uAC71\uC815\uD558\uC9C0 \uB9C8\uC138\uC694.",saveAndNotShowAgain:"\uC800\uC7A5 \uBC0F \uD504\uB86C\uD504\uD2B8 \uC911\uC9C0",disableInputTranslationTips:"* {option} ,{learnMore}\uC5D0\uC11C \uB2E4\uB978 \uBC14\uB85C\uAC00\uAE30\uB97C \uD2B8\uB9AC\uAC70\uD558\uB3C4\uB85D \uC124\uC815\uD560 \uC218\uB3C4 \uC788\uC2B5\uB2C8\uB2E4.",learnMore:"\uC790\uC138\uD788 \uC54C\uC544\uBCF4\uB824\uBA74 \uC5EC\uAE30\uB97C \uD074\uB9AD\uD558\uC138\uC694.",continueEnalbeInputTranslation:"\uC785\uB825 \uC0C1\uC790 \uBC88\uC5ED \uACC4\uC18D \uD65C\uC131\uD654",autoRenewTrialSuffix:'(\uD3C9\uAC00\uD310 \uC0AC\uC6A9 \uC2DC\uC989\uC2DC \uC815\uC2DD \uBA64\uBC84\uC2ED\uC73C\uB85C \uC5C5\uADF8\uB808\uC774\uB4DC)',upgradeFromTrialTitle:"\uC815\uD68C\uC6D0\uC73C\uB85C \uC5C5\uADF8\uB808\uC774\uB4DC",subtitle:"\uBE44\uB514\uC624 \uCEA1\uC158",youtubeService:"\uBAB0\uC785 \uBC88\uC5ED \uBE44\uB514\uC624 \uC790\uB9C9 \uBC88\uC5ED \uC11C\uBE44\uC2A4","subtitle.disabledSubtitle":"\uB3D9\uC601\uC0C1 \uC790\uB9C9 \uAE30\uB2A5 \uC601\uAD6C \uBE44\uD65C\uC131\uD654\uD558\uAE30","subtitle.disabledSubtitleDescription":"\uBAB0\uC785\uD615 \uBC88\uC5ED\uAE30\uC758 \uBE44\uB514\uC624 \uC790\uB9C9\uC774 \uB2E4\uB978 \uD655\uC7A5 \uD504\uB85C\uADF8\uB7A8\uACFC \uCDA9\uB3CC\uD558\uB294 \uACBD\uC6B0, \uBAB0\uC785\uD615 \uBC88\uC5ED\uAE30\uC758 \uBE44\uB514\uC624 \uC790\uB9C9 \uAE30\uB2A5\uC744 \uC601\uAD6C\uC801\uC73C\uB85C \uBE44\uD65C\uC131\uD654\uD558\uAC70\uB098 \uCDA9\uB3CC\uD558\uB294 \uB2E4\uB978 \uD655\uC7A5 \uD504\uB85C\uADF8\uB7A8\uC744 \uC81C\uAC70\uD558\uB3C4\uB85D \uC120\uD0DD\uD560 \uC218 \uC788\uC2B5\uB2C8\uB2E4.","subtitle.autoEnableSubtitle":"\uC774\uC911 \uC5B8\uC5B4 \uC790\uB9C9 \uC790\uB3D9 \uC0AC\uC6A9","subtitle.autoEnableSubtitleDescription":"\uC0AC\uC6A9\uD558\uBA74 \uBE44\uB514\uC624\uAC00 \uC7AC\uC0DD\uB420 \uB54C \uC790\uB3D9\uC73C\uB85C \uC774\uC911 \uC5B8\uC5B4 \uC790\uB9C9\uC774 \uD45C\uC2DC\uB418\uBA70, \uADF8\uB807\uC9C0 \uC54A\uC73C\uBA74 \uBC88\uC5ED \uBC84\uD2BC\uC744 \uD074\uB9AD\uD574\uC57C \uD45C\uC2DC\uB429\uB2C8\uB2E4.","subtitle.preTranslation":"\uBAB0\uC785\uD615 \uBC88\uC5ED\uC744 \uC0AC\uC6A9\uD558\uC5EC \uC790\uB9C9 \uBC88\uC5ED\uD558\uAE30","subtitle.preTranslationDescription":"\uD65C\uC131\uD654\uD558\uBA74 \uC544\uB798\uC5D0 \uBA85\uC2DC\uB41C \uBC88\uC5ED \uC11C\uBE44\uC2A4\uB97C \uC0AC\uC6A9\uD558\uC5EC \uC804\uCCB4 \uC790\uB9C9\uC774 \uC0AC\uC804 \uBC88\uC5ED\uB418\uBA70, 1\uC2DC\uAC04 \uBD84\uB7C9\uC758 \uB3D9\uC601\uC0C1\uC740 \uC57D 50,000 \uD1A0\uD070 \uB610\uB294 \uBB38\uC790\uB97C \uC18C\uBAA8\uD558\uBBC0\uB85C \uC2E0\uC911\uD558\uAC8C \uC0AC\uC6A9\uD558\uC2DC\uAE30 \uBC14\uB77C\uBA70, \uBE44\uD65C\uC131\uD654\uD558\uBA74 \uC6D0\uBCF8 \uC790\uB9C9\uC774 \uBA3C\uC800 \uC0AC\uC6A9\uB429\uB2C8\uB2E4.","subtitle.humanSubtitlesPreferred":"\uD734\uBA3C \uCEA1\uC158 \uC6B0\uC120 \uC0AC\uC6A9","subtitle.humanSubtitlesPreferredDescription":"\uB3D9\uC601\uC0C1\uC5D0 \uB300\uC0C1 \uC5B8\uC5B4\uB85C \uB41C \uC0AC\uB78C \uC790\uB9C9\uC774 \uC788\uB294 \uACBD\uC6B0 \uC0AC\uB78C \uC790\uB9C9\uC744 \uC6B0\uC120\uC801\uC73C\uB85C \uC0AC\uC6A9\uD569\uB2C8\uB2E4(\uAD8C\uC7A5).",videoSubtitleTranslationDescription:"\uB3D9\uC601\uC0C1 \uC790\uB9C9\uC744 \uC704\uD55C \uBCC4\uB3C4\uC758 \uBC88\uC5ED \uC11C\uBE44\uC2A4 \uC9C0\uC815",subtitleTranslating:"{service} \uC11C\uBE44\uC2A4\uB97C \uC0AC\uC6A9\uD558\uC5EC \uC790\uB9C9\uC744 \uBC88\uC5ED\uD558\uB294 \uB3D9\uC548 \uC7A0\uC2DC \uAE30\uB2E4\uB824\uC8FC\uC138\uC694... (\uBAB0\uC785 \uBC88\uC5ED)",subtitleLoading:"\uC790\uB9C9 \uB85C\uB4DC \uC911...",bilingual:"\uC774\uC911 \uC5B8\uC5B4 \uC0AC\uC6A9","field.action":"\uBC14\uC774\uB450 \uC6A9\uC5B4 \uC0AC\uC6A9 \uC5EC\uBD80","description.action":"\uD65C\uC131\uD654\uD558\uBA74 \uC694\uCCAD\uC5D0 action=1 \uB9E4\uAC1C\uBCC0\uC218\uAC00 \uCD94\uAC00\uB418\uC5B4 \uBC14\uC774\uB450\uC5D0 \uD65C\uC131\uD654\uB41C \uC6A9\uC5B4\uB97C \uC54C\uB9B4 \uC218 \uC788\uC73C\uBA70, <1>\uC790\uC138\uD55C \uB0B4\uC6A9\uC740 \uACF5\uC2DD \uBB38\uC11C\uB97C \uCC38\uC870\uD558\uC138\uC694.",closeQuickTranslation:"\uD638\uBC84\uBCFC \uB2EB\uAE30","closeQuickTranslation.untilNext":"\uB2E4\uC74C \uBC29\uBB38 \uC2DC\uAE4C\uC9C0 \uD734\uBB34\uC785\uB2C8\uB2E4.","closeQuickTranslation.currentWebsite":"\uD604\uC7AC \uC0AC\uC774\uD2B8 \uBE44\uD65C\uC131\uD654","closeQuickTranslation.alwaysClose":"\uC601\uAD6C\uC801\uC73C\uB85C \uBE44\uD65C\uC131\uD654","closeQuickTranslation.settingOpen":"( <1>\uC124\uC815 \uD398\uC774\uC9C0\uC5D0\uC11C \uCF1C\uAE30 \uAC00\uB2A5)","closeQuickTranslation.cancel":"\uCDE8\uC18C","closeQuickTranslation.confirm":"\uC815\uC758","floatBall.popup":"\uBE60\uB978 \uC124\uC815 \uD328\uB110 \uC5F4\uAE30","floatBall.translate":"\uD074\uB9AD\uD558\uC5EC \uD398\uC774\uC9C0 \uBC88\uC5ED\uD558\uAE30","floatBall.showOriginal":"\uC6D0\uBCF8 \uBB38\uC11C\uB85C \uB3CC\uC544\uAC00\uB824\uBA74 \uD074\uB9AD\uD558\uC138\uC694.","floatBall.close":"\uD638\uBC84\uBCFC \uB2EB\uAE30","floatBallOptions.enableDescPc":"\uD398\uC774\uC9C0 \uD638\uBC84\uBCFC\uC744 \uD65C\uC131\uD654\uD558\uBA74 \uD398\uC774\uC9C0 \uC624\uB978\uCABD\uC5D0 \uBE60\uB978 \uBC88\uC5ED \uBC84\uD2BC\uC774 \uD45C\uC2DC\uB418\uBA70, \uC774\uB97C \uD074\uB9AD\uD558\uBA74 \uBC88\uC5ED\uD560 \uC218 \uC788\uC2B5\uB2C8\uB2E4!","floatBallOptions.enableDesc":"\uD638\uBC84\uBCFC\uC744 \uB044\uACE0 \uB098\uBA74{touch}\uC73C\uB85C \uBD88\uB7EC\uC62C \uC218 \uC788\uC2B5\uB2C8\uB2E4. \uC2E4\uC218\uB85C \uC774 \uC635\uC158\uC744 \uB048 \uD6C4 \uD638\uBC84\uBCFC\uC744 \uCC3E\uC744 \uC218 \uC5C6\uB294 \uACBD\uC6B0\uB97C \uB300\uBE44\uD574 \uC774 \uC124\uC815 \uD398\uC774\uC9C0\uB97C \uBD81\uB9C8\uD06C\uC5D0 \uCD94\uAC00\uD574 \uB450\uB294 \uAC83\uC774 \uC88B\uC2B5\uB2C8\uB2E4!","description.azureApiUrl":"\uC0AC\uC6A9\uC790 \uC9C0\uC815 API \uC778\uD130\uD398\uC774\uC2A4\uC758 \uC8FC\uC18C\uB97C \uC785\uB825\uD569\uB2C8\uB2E4.",confirmSupportMouse:"\uB9C8\uC6B0\uC2A4 \uC9C0\uC6D0 \uAC15\uC81C \uD65C\uC131\uD654",confirmSupportMouseDescription:"\uD604\uC7AC \uBE0C\uB77C\uC6B0\uC800\uAC00 \uB9C8\uC6B0\uC2A4 \uAE30\uB2A5\uC744 \uC9C0\uC6D0\uD558\uC9C0 \uC54A\uB294 \uAC83\uC73C\uB85C \uAC10\uC9C0\uB418\uBA74 \uB9C8\uC6B0\uC2A4 \uC9C0\uC6D0\uC744 \uAC15\uC81C\uB85C \uD65C\uC131\uD654\uD574\uC57C \uD558\uB098\uC694?",sampleTargetText:"\uAE34 \uBC24\uC774 \uC62C \uAC83\uC774\uB2C8, \uB098\uB294 \uC624\uB298\uBD80\uD130 \uC8FD\uC744 \uB54C\uAE4C\uC9C0 \uBCF4\uCD08\uB97C \uC124 \uAC83\uC774\uB2E4. \uB098\uB294 \uC544\uB0B4\uB97C \uCDE8\uD558\uC9C0 \uC54A\uC744 \uAC83\uC774\uBA70, \uB3D9\uB9F9\uC744 \uB9FA\uC9C0 \uC54A\uC744 \uAC83\uC774\uBA70, \uC790\uC2DD\uC744 \uB0B3\uC9C0 \uC54A\uC744 \uAC83\uC774\uB2E4. \uB098\uB294 \uC655\uAD00\uC744 \uC4F0\uC9C0 \uC54A\uC744 \uAC83\uC774\uBA70 \uBA85\uC608\uB97C \uC704\uD574 \uB178\uB825\uD558\uC9C0 \uC54A\uC744 \uAC83\uC774\uB2E4. \uB098\uB294 \uB0B4 \uC758\uBB34\uB97C \uB2E4\uD558\uACE0 \uC0B4\uB2E4\uAC00 \uC8FD\uC744 \uAC83\uC785\uB2C8\uB2E4.",sampleSourceText:"Night gathers, and now my watch begins. It shall not end until my death. I shall take no wife, hold no lands, father no children. I shall wear no crowns and win no glory. I shall live and die at my post.","subtitle.supportedSites":"\u5DF2\u652F\u6301\u5728\u8FD9\u4E9B\u7F51\u7AD9\u4F7F\u7528\u53CC\u8BED\u5B57\u5E55\uFF08\u6CE8\u610F\uFF1A\u7531\u4E8E\u6280\u672F\u9650\u5236\uFF0C\u90E8\u5206\u7F51\u7AD9\u5728\u9996\u6B21\u5F00\u542F\u5B57\u5E55\u540E\u9700\u8981\u91CD\u65B0\u5237\u65B0\u9875\u9762\uFF0C\u6216\u8005\u9700\u7B49\u5F85\u7FFB\u8BD1\u5B8C\u6210\u4EE5\u663E\u793A\u53CC\u8BED\u5B57\u5E55\uFF09\uFF1A",viewWithImmersiveTranslate:"\u53CC\u8BED\u7248\u672C(\u6C89\u6D78\u5F0F\u7FFB\u8BD1)",errorReason:"\u9519\u8BEF\u539F\u56E0\uFF1A{message}","proQuotaExceededError.onetime7day":'\uFF0C\u60A8\u53EF\u4EE5\u9009\u62E9\u4EE5\u4E0B\u65B9\u5F0F\u89E3\u51B3\uFF1A

1. \u5207\u6362\u5230 {anotherService} \u6216\u5176\u4ED6\u7FFB\u8BD1\u670D\u52A1
2. \u5347\u7EA7\u4E3A\u6708\u5EA6/\u5E74\u5EA6\u4F1A\u5458',"proQuotaExceededError.trial":'\uFF0C\u60A8\u53EF\u4EE5\u9009\u62E9\u4EE5\u4E0B\u65B9\u5F0F\u89E3\u51B3\uFF1A

1. \u5207\u6362\u5230 {anotherService} \u6216\u5176\u4ED6\u7FFB\u8BD1\u670D\u52A1
2. \u7ACB\u523B\u5347\u7EA7\u4E3A\u6B63\u5F0F\u4F1A\u5458',"proQuotaExceededError.nonTrial":'\uFF0C\u60A8\u53EF\u4EE5\u9009\u62E9\u4EE5\u4E0B\u65B9\u5F0F\u89E3\u51B3\uFF1A

1. \u5207\u6362\u5230 {anotherService} \u6216\u5176\u4ED6\u7FFB\u8BD1\u670D\u52A1
2. \u8D2D\u4E70 {translationService} \u989D\u5916\u6D41\u91CF\u5305',"proQuotaExceededError.resetTime":"
3. \u989D\u5EA6\u91CD\u7F6E\u65F6\u95F4\uFF1A{resetTime}","desc.touchShortcutsToggleTranslatePageOnlyTranslation":"\uBC88\uC5ED\uBB38\uB9CC\uC774\uB77C\uB294 \uAC83\uC740 \uBC88\uC5ED\uBB38\uB9CC \uD45C\uC2DC\uD558\uBA70, \uC6F9\uD398\uC774\uC9C0\uAC00 \uC544\uC9C1 \uBC88\uC5ED\uB418\uC9C0 \uC54A\uC558\uB2E4\uBA74 \uBAA8\uB4DC\uB97C \uC804\uD658\uD558\uACE0 \uBC88\uC5ED\uD560 \uAC83\uC785\uB2C8\uB2E4.","desc.toggleOnlyTransation":"\uC624\uC9C1 \uBC88\uC5ED \uBAA8\uB4DC\uB294 \uBC88\uC5ED\uBB38\uB9CC \uD45C\uC2DC\uD558\uB294 \uAC83\uC744 \uC758\uBBF8\uD558\uBA70, \uC6F9\uD398\uC774\uC9C0\uAC00 \uC544\uC9C1 \uBC88\uC5ED\uB418\uC9C0 \uC54A\uC558\uB2E4\uBA74 \uBAA8\uB4DC\uB97C \uC804\uD658\uD558\uACE0 \uBC88\uC5ED\uD560 \uAC83\uC785\uB2C8\uB2E4.",touchShortcutsToggleTranslatePageOnlyTranslation:"\uD130\uCE58 \uC2A4\uD06C\uB9B0 \uC81C\uC2A4\uCC98\uB97C \uC124\uC815\uD558\uC5EC \uC774\uC911 \uC5B8\uC5B4/\uBC88\uC5ED \uD14D\uC2A4\uD2B8 \uC804\uC6A9 \uBAA8\uB4DC\uB97C \uC804\uD658\uD558\uC138\uC694.",download_started:"\uB2E4\uC6B4\uB85C\uB4DC\uAC00 \uC774\uBBF8 \uC2DC\uC791\uB418\uC5C8\uC2B5\uB2C8\uB2E4. \uC790\uB3D9\uC73C\uB85C \uB2E4\uC6B4\uB85C\uB4DC\uB418\uC9C0 \uC54A\uB294 \uACBD\uC6B0, \uC218\uB3D9\uC73C\uB85C \uD074\uB9AD\uD558\uC2ED\uC2DC\uC624.",here:"\uC5EC\uAE30","error.serveConfigError":"\uC11C\uBE44\uC2A4 \uAD6C\uC131 \uC624\uB958","translationFont.customPlaceholder":"\uAE00\uAF34","error.configError":"\uAD6C\uC131 \uB370\uC774\uD130 \uC774\uC0C1","error.goReset":"\uC7AC\uC124\uC815\uD558\uB2E4","touch.mouse-translate":"\uC9C0\uC815\uB41C \uB2E8\uB77D \uBC88\uC5ED",batchEdit:"\uB300\uB7C9 \uC791\uC5C5","translationModeUrl.translation.title":"\uBC88\uC5ED\uB9CC \uBAA8\uB4DC\uC758 \uC6F9\uC0AC\uC774\uD2B8","translationFont.custom":"\uC0AC\uC6A9\uC790 \uC815\uC758 \uAE00\uAF34 \uC785\uB825",translationFont:"\uAE00\uAF34 \uC124\uC815","translationServices.inherit":"\uC8FC \uBC88\uC5ED \uC11C\uBE44\uC2A4\uB97C \uB530\uB974\uC2ED\uC2DC\uC624",detectServiceLoading:"\uC0AC\uC6A9 \uAC00\uB2A5\uD55C \uBC88\uC5ED \uC11C\uBE44\uC2A4\uB97C \uD655\uC778 \uC911\uC785\uB2C8\uB2E4...",toggleToService:"{service}\uB85C \uC804\uD658\uD558\uACE0 \uB2E4\uC2DC \uC2DC\uB3C4\uD558\uC2ED\uC2DC\uC624.","translationModeLang.translation.title":"\uB2E8\uC21C \uBC88\uC5ED \uBAA8\uB4DC\uC758 \uC5B8\uC5B4","error.502":"\uC11C\uBE44\uC2A4\uAC00 \uC624\uB958\uB97C \uBC18\uD658\uD588\uC2B5\uB2C8\uB2E4, \uC11C\uBE44\uC2A4\uAC00 \uC2DC\uAC04 \uCD08\uACFC\uB418\uC5C8\uC2B5\uB2C8\uB2E4. \uC7A0\uC2DC \uD6C4 \uB2E4\uC2DC \uC2DC\uB3C4\uD574 \uC8FC\uC138\uC694.","error.proUpgrade":"\uC5C5\uADF8\uB808\uC774\uB4DC \uD6C4\uC5D0\uB294 \uD398\uC774\uC9C0\uB97C \uC0C8\uB85C \uACE0\uCE68\uD558\uC5EC \uB2E4\uC2DC \uBC88\uC5ED\uD558\uC2ED\uC2DC\uC624.","error.reloadPageOfSetting":"\uAD6C\uC131 \uD6C4\uC5D0\uB294 \uD398\uC774\uC9C0\uB97C \uC0C8\uB85C \uACE0\uCE68\uD558\uC5EC \uB2E4\uC2DC \uBC88\uC5ED\uD558\uC2ED\uC2DC\uC624.","translationModeLang.translation.description":"\uD398\uC774\uC9C0 \uC5B8\uC5B4\uAC00 \uB2E4\uC74C \uC5B8\uC5B4\uC77C \uB54C, \uC790\uB3D9\uC73C\uB85C \uBC88\uC5ED\uBB38\uB9CC \uBAA8\uB4DC\uB97C \uC0AC\uC6A9\uD569\uB2C8\uB2E4.","error.proTokenInvalid":"Pro \uC0AC\uC6A9\uC790\uC774\uC2DC\uB77C\uBA74, \uB85C\uADF8\uC778 \uD6C4 Pro \uBC88\uC5ED \uC11C\uBE44\uC2A4\uB97C \uC774\uC6A9\uD574 \uC8FC\uC138\uC694.","error.403":"\uC11C\uBE44\uC2A4\uAC00 \uC624\uB958\uB97C \uBC18\uD658\uD558\uC600\uC2B5\uB2C8\uB2E4, \uC7A0\uC2DC \uD574\uB2F9 \uC11C\uBE44\uC2A4\uC5D0 \uC811\uADFC\uD560 \uAD8C\uD55C\uC774 \uC5C6\uC2B5\uB2C8\uB2E4.","error.googleLimitIp":"\uC11C\uBE44\uC2A4\uAC00 \uC624\uB958\uB97C \uBC18\uD658\uD588\uC73C\uBA70, Google \uC11C\uBE44\uC2A4\uB294 \uD574\uB2F9 IP \uC8FC\uC18C\uC5D0 \uB300\uD574 \uC81C\uD55C\uC744 \uB450\uC5C8\uC2B5\uB2C8\uB2E4. \uB124\uD2B8\uC6CC\uD06C \uB178\uB4DC\uB97C \uBCC0\uACBD\uD558\uB294 \uAC83\uC774 \uC88B\uC2B5\uB2C8\uB2E4.",videoSubtitlePreTranslationOff:"\uBE44\uB514\uC624 \uC790\uB9C9\uC740 \uC6D0\uB798 \uBE44\uB514\uC624\uC5D0 \uD3EC\uD568\uB41C \uAE30\uACC4 \uBC88\uC5ED \uC790\uB9C9\uC744 \uC6B0\uC120\uC801\uC73C\uB85C \uC0AC\uC6A9\uD560 \uAC83\uC785\uB2C8\uB2E4.",videoSubtitlePreTranslationOn:"\uBE44\uB514\uC624 \uC790\uB9C9\uC740 \uC6B0\uC120\uC801\uC73C\uB85C \uBAB0\uC785\uD615 \uBC88\uC5ED\uC744 \uC0AC\uC6A9\uD560 \uAC83\uC785\uB2C8\uB2E4.",enableSentryReport:"\uD655\uC7A5\uC774 \uC624\uB958\uB97C \uC77C\uC73C\uD0AC \uB54C Sentry\uB97C \uC0AC\uC6A9\uD558\uC5EC \uD53C\uB4DC\uBC31\uC744 \uC81C\uCD9C\uD558\uC2ED\uC2DC\uC624.","translationModeUrl.translation.description":"\uB2E4\uC74C \uB3C4\uBA54\uC778\uC5D0 \uB300\uD55C \uC6F9\uC0AC\uC774\uD2B8\uC77C \uACBD\uC6B0, \uC790\uB3D9\uC73C\uB85C \uBC88\uC5ED\uBB38\uB9CC \uBAA8\uB4DC\uB97C \uC0AC\uC6A9\uD569\uB2C8\uB2E4.","error.openAIExceededQuota":"\uC11C\uBE44\uC2A4 \uC624\uB958 \uBC18\uD658: \uD604\uC7AC OpenAI \uACC4\uC815 \uC794\uC561\uC774 \uBD80\uC871\uD569\uB2C8\uB2E4. OpenAI \uACF5\uC2DD \uAD00\uB9AC \uD398\uC774\uC9C0\uC5D0\uC11C \uCDA9\uC804\uD558\uAC70\uB098 \uC2E0\uC6A9\uCE74\uB4DC\uB97C \uC5F0\uACB0\uD574\uC8FC\uC138\uC694.","error.400":"\uC11C\uBE44\uC2A4\uAC00 \uC624\uB958\uB97C \uBC18\uD658\uD588\uC2B5\uB2C8\uB2E4. \uC694\uCCAD \uB9E4\uAC1C\uBCC0\uC218\uAC00 \uC798\uBABB\uB418\uC5C8\uC2B5\uB2C8\uB2E4. \uD574\uB2F9 \uC124\uC815\uC744 \uD655\uC778\uD558\uC2ED\uC2DC\uC624.","error.gemini.429":"\uD604\uC7AC Gemini \uC11C\uBE44\uC2A4\uC758 \uD604\uC7AC \uBD80\uD558 \uC6A9\uB7C9\uC774 \uCD5C\uB300\uC5D0 \uB3C4\uB2EC\uD588\uC2B5\uB2C8\uB2E4. \uC7A0\uC2DC \uD6C4\uC5D0 \uB2E4\uC2DC \uC2DC\uB3C4\uD558\uAC70\uB098 \uB2E4\uB978 \uBC88\uC5ED \uC11C\uBE44\uC2A4\uB85C \uC804\uD658\uD574 \uC8FC\uC138\uC694.","translationFont.notSupportErrorMessage":"\uC785\uB825\uD558\uC2E0 \uAE00\uAF34 \uC774\uB984\uC774 \uC815\uD655\uD55C\uC9C0 \uD655\uC778\uD558\uC2DC\uAC70\uB098, \uD574\uB2F9 \uAE00\uAF34\uC774 \uADC0\uD558\uC758 \uC7A5\uCE58\uC5D0 \uC124\uCE58\uB418\uC5B4 \uC788\uB294\uC9C0 \uD655\uC778\uD574 \uC8FC\uC138\uC694.","error.openAIFreeLimit":"\uC11C\uBE44\uC2A4\uAC00 \uC624\uB958\uB97C \uBC18\uD658\uD588\uC2B5\uB2C8\uB2E4. \uD604\uC7AC \uBC88\uC5ED \uC694\uCCAD \uBE48\uB3C4\uAC00 \uBD84\uB2F9 \uCD5C\uB300 3\uD68C\uB85C \uC81C\uD55C\uB418\uC5C8\uC2B5\uB2C8\uB2E4. \uC7A0\uC2DC \uD6C4 \uB2E4\uC2DC \uC2DC\uB3C4\uD558\uC2ED\uC2DC\uC624. (\uC774\uAC83\uC740 OpenAI \uACF5\uC2DD\uC774 \uBB34\uB8CC API Key\uC5D0 \uB300\uD55C \uC81C\uD55C\uC774\uBA70, \uC774 \uC81C\uD55C\uC744 \uD574\uC81C\uD558\uB824\uBA74 OpenAI \uAD00\uB9AC \uBC31\uC5D4\uB4DC\uC5D0\uC11C \uC2E0\uC6A9\uCE74\uB4DC\uB97C \uC5F0\uACB0\uD558\uC2ED\uC2DC\uC624.)","desc.toggleVideoSubtitlePreTranslation":"\uB204\uB974\uBA74 \uBE44\uB514\uC624\uC758 \uC774\uC911 \uC5B8\uC5B4 \uC790\uB9C9\uC740 \uC6B0\uC120\uC801\uC73C\uB85C \uBAB0\uC785\uD615 \uBC88\uC5ED \uC124\uC815\uC744 \uC0AC\uC6A9\uD558\uACE0, \uB2E4\uC2DC \uB204\uB974\uBA74 \uC6D0\uB798 \uBE44\uB514\uC624\uC5D0 \uB0B4\uC7A5\uB41C \uAE30\uACC4 \uBC88\uC5ED \uC790\uB9C9\uC744 \uC6B0\uC120\uC801\uC73C\uB85C \uC0AC\uC6A9\uD569\uB2C8\uB2E4. \uC8FC\uC758: \uC774 \uB2E8\uCD95\uD0A4\uB294 \uC804\uC5ED \uC124\uC815\uC744 \uC218\uC815\uD569\uB2C8\uB2E4.","error.429":"\uC11C\uBE44\uC2A4\uAC00 \uC624\uB958\uB97C \uBC18\uD658\uD588\uC2B5\uB2C8\uB2E4. \uC774\uB294 \uC694\uCCAD\uC774 \uB108\uBB34 \uC790\uC8FC \uBC1C\uC0DD\uD558\uAC70\uB098 \uD560\uB2F9\uB7C9 \uC81C\uD55C\uC744 \uCD08\uACFC\uD588\uC74C\uC744 \uB098\uD0C0\uB0C5\uB2C8\uB2E4. \uC7A0\uC2DC \uD6C4\uC5D0 \uB2E4\uC2DC \uC2DC\uB3C4\uD558\uC2ED\uC2DC\uC624.","error.serveUnavailable":"\uD604\uC7AC \uC0AC\uC6A9 \uC911\uC778 [{serverName}] \uC11C\uBE44\uC2A4\uB294 \uB124\uD2B8\uC6CC\uD06C \uC5F0\uACB0 \uB610\uB294 \uC11C\uBE44\uC2A4 \uC81C\uACF5\uC790\uC758 \uBB38\uC81C\uB85C \uC778\uD574 \uC77C\uC2DC\uC801\uC73C\uB85C \uC811\uC18D\uD560 \uC218 \uC5C6\uC2B5\uB2C8\uB2E4. \uD398\uC774\uC9C0\uB97C \uC0C8\uB85C \uACE0\uCE68\uD558\uAC70\uB098 <1>\uC124\uC815\uC744 \uD1B5\uD574 \uB2E4\uB978 \uBC88\uC5ED \uC11C\uBE44\uC2A4\uB85C \uBCC0\uACBD\uD574 \uBCF4\uC2DC\uB294 \uAC83\uC744 \uAD8C\uC7A5\uD569\uB2C8\uB2E4. <2>Pro \uD68C\uC6D0\uC774\uC2DC\uB77C\uBA74, \uB354 \uC548\uC815\uC801\uC778 DeepL \uB610\uB294 OpenAI \uBC88\uC5ED \uC11C\uBE44\uC2A4\uB97C \uC0AC\uC6A9\uD560 \uC218 \uC788\uC2B5\uB2C8\uB2E4(<3>\uC5EC\uAE30\uB97C \uD074\uB9AD\uD558\uC2DC\uBA74 \uBB34\uB8CC\uB85C \uCCB4\uD5D8\uD558\uC2E4 \uC218 \uC788\uC2B5\uB2C8\uB2E4). \uB610\uD55C, \uB124\uD2B8\uC6CC\uD06C \uB610\uB294 \uD504\uB85D\uC2DC \uC124\uC815\uC744 \uD655\uC778\uD574\uC57C \uD560 \uC218\uB3C4 \uC788\uC2B5\uB2C8\uB2E4.",pickAll:"\uC804\uCCB4 \uC120\uD0DD","error.reason":"\uC624\uB958 \uC6D0\uC778","error.retry":"\uB2E4\uC2DC \uC2DC\uB3C4\uD558\uB2E4","widget.instruction":"\uC0AC\uC6A9 \uC124\uBA85\uC11C",notLogin:"\uB85C\uADF8\uC778\uD558\uC9C0 \uC54A\uC74C",loggedIn:"\uB85C\uADF8\uC778 \uB418\uC5C8\uC2B5\uB2C8\uB2E4",touchShortcutsOff:"\uB2EB\uAE30",goLogin:"\uB85C\uADF8\uC778\uD558\uC2ED\uC2DC\uC624","widget.videoSubtitle":"\uBE44\uB514\uC624 \uC790\uB9C9","multipleClick.2":"\uB354\uBE14 \uD074\uB9AD","widget.translateFile":"PDF/ePub",shortcutSettings:"\uB2E8\uCD95\uD0A4","tagsInput.add":"+ \uCD94\uAC00",translationOnlyMode:"\uC624\uC9C1 \uBC88\uC5ED \uBAA8\uB4DC\uB9CC",shortcutSettingsTitle:"\uB2E8\uCD95\uD0A4 \uC124\uC815","translationServices.gemini":"\uC30D\uB465\uC774\uC790\uB9AC","multipleClick.4":"\uB124 \uBC88 \uC5F0\uC18D \uD0C0\uACA9","floatBall.iKnow":"\uB098\uB294 \uC54C\uC558\uC5B4","widget.instructionTooltip":"\uC0AC\uC6A9 \uC124\uBA85\uC11C\uB97C \uD655\uC778\uD558\uC2ED\uC2DC\uC624","multipleClick.3":"\uD2B8\uB9AC\uD50C \uD788\uD2B8",paragraphMinTextCountField:"\uBC88\uC5ED \uB2E8\uB77D\uC5D0 \uD544\uC694\uD55C \uCD5C\uC18C \uBB38\uC790 \uC218","shortcutGroup.shortcutsForTranslationServices":"\uBC88\uC5ED \uC11C\uBE44\uC2A4 \uAD00\uB828 \uB2E8\uCD95\uD0A4",temprarilyChangeTranslationTo_openai:"\uD604\uC7AC \uD398\uC774\uC9C0\uB97C OpenAI\uB85C \uBC88\uC5ED\uD558\uACE0 \uC788\uC2B5\uB2C8\uB2E4.","browser.translateWithGoogle":"\uD604\uC7AC \uD398\uC774\uC9C0\uB97C \uC784\uC2DC\uB85C Google \uBC88\uC5ED \uC0AC\uC6A9\uD558\uAE30",mouseHoverCustomKeyTitle:"\uC0AC\uC6A9\uC790 \uC815\uC758 \uB9C8\uC6B0\uC2A4 \uD638\uBC84 \uB2E8\uCD95\uD0A4","slide.left":"\uC624\uB978\uCABD\uC73C\uB85C \uC2AC\uB77C\uC774\uB4DC\uD558\uC138\uC694","browser.translateInputBox":"\uD604\uC7AC \uC785\uB825 \uC0C1\uC790 \uB0B4\uC6A9 \uBC88\uC5ED","intro.floatBallTitle":"\uBE60\uB978 \uBC88\uC5ED \uD50C\uB85C\uD305 \uBCFC","shortcutGroup.touch":"\uD130\uCE58 \uC2A4\uD06C\uB9B0 \uC804\uC6A9 \uC81C\uC2A4\uCC98","widget.videoSubtitleTooltip":"Youtube \uB4F1 {count}+ \uBE44\uB514\uC624 \uC6F9\uC0AC\uC774\uD2B8\uB97C \uC9C0\uC6D0\uD569\uB2C8\uB2E4","intro.subtitleTitle":"\uC628\uB77C\uC778 \uBE44\uB514\uC624 \uC774\uC911 \uC5B8\uC5B4 \uC790\uB9C9 \uD45C\uC2DC","subtitle.autoDisableSubtitle":"\uC790\uB3D9\uC73C\uB85C \uC774\uC911 \uC5B8\uC5B4 \uC790\uB9C9\uC744 \uD65C\uC131\uD654\uD558\uC9C0 \uC54A\uC2B5\uB2C8\uB2E4",temprarilyChangeTranslationTo_bing:"\uD604\uC7AC \uD398\uC774\uC9C0\uB97C Microsoft \uBC88\uC5ED\uC744 \uC0AC\uC6A9\uD558\uC5EC \uBC88\uC5ED\uD558\uACE0 \uC788\uC2B5\uB2C8\uB2E4.","slide.right":"\uC67C\uCABD\uC73C\uB85C \uC2AC\uB77C\uC774\uB4DC\uD558\uC138\uC694","widget.translateFileTooltip":"PDF, EPUB, SRT, ASS, HTML \uBC0F TXT \uBB38\uC11C \uBC88\uC5ED","intro.hoverTitle":"\uB9C8\uC6B0\uC2A4\uB97C \uB193\uC73C\uBA74 \uD604\uC7AC \uB2E8\uB77D\uC774 \uBC88\uC5ED\uB429\uB2C8\uB2E4.",temprarilyChangeTranslationTo_gemini:"\uD604\uC7AC \uD398\uC774\uC9C0\uB97C Gemini\uB85C \uBC88\uC5ED\uD558\uACE0 \uC788\uC2B5\uB2C8\uB2E4.","shortcutGroup.mouse":"\uB9C8\uC6B0\uC2A4 \uD638\uBC84 \uB2E8\uCD95\uD0A4 \uC124\uC815",temprarilyChangeTranslationTo_google:"\uD604\uC7AC \uD398\uC774\uC9C0\uB97C Google \uBC88\uC5ED\uC744 \uC0AC\uC6A9\uD558\uC5EC \uBC88\uC5ED\uD558\uACE0 \uC788\uC2B5\uB2C8\uB2E4.",neverTranslateThisSite:"\uC774 \uC6F9\uC0AC\uC774\uD2B8\uB97C \uC808\uB300 \uBC88\uC5ED\uD558\uC9C0 \uB9C8\uC2ED\uC2DC\uC624.","subtitle.bilingual":"\uC774\uC911 \uC5B8\uC5B4 \uC790\uB9C9",alwaysTranslateThisSite:"\uD56D\uC0C1 \uC774 \uC6F9\uC0AC\uC774\uD2B8\uB97C \uBC88\uC5ED\uD569\uB2C8\uB2E4",buildSnapshots:"\uC6F9\uD398\uC774\uC9C0 \uC2A4\uB0C5\uC0F7 \uC0DD\uC131","error.subscriptionExpiredTitle":"\uD68C\uC6D0\uC774 \uB9CC\uB8CC\uB418\uC5C8\uC2B5\uB2C8\uB2E4",notLoginPro:"\uB2F9\uC2E0\uC740 \uC544\uC9C1 \uD68C\uC6D0 \uACC4\uC815\uC5D0 \uB85C\uADF8\uC778\uD558\uC9C0 \uC54A\uC558\uC2B5\uB2C8\uB2E4.","browser.translateWithGemini":"\uD604\uC7AC \uD398\uC774\uC9C0\uB97C \uC784\uC2DC\uB85C Gemini\uB85C \uBC88\uC5ED\uD558\uC2ED\uC2DC\uC624.","shortcutGroup.others":"\uB354 \uB9CE\uC740 \uC0AC\uC6A9\uC790 \uC815\uC758 \uAE30\uB2A5 \uB2E8\uCD95\uD0A4","subtitle.showQuickButton":"\uD50C\uB808\uC774\uC5B4\uC5D0\uC11C \uC774\uC911 \uC5B8\uC5B4 \uC790\uB9C9 \uB2E8\uCD95\uD0A4\uB97C \uD45C\uC2DC\uD569\uB2C8\uB2E4","browser.translateWithBing":"\uC784\uC2DC\uB85C \uB9C8\uC774\uD06C\uB85C\uC18C\uD504\uD2B8 \uBC88\uC5ED\uC744 \uC0AC\uC6A9\uD558\uC5EC \uD604\uC7AC \uD398\uC774\uC9C0\uB97C \uBC88\uC5ED\uD558\uC2ED\uC2DC\uC624.",contact:"\uC6B0\uB9AC\uC5D0\uAC8C \uC5F0\uB77D\uD558\uC2ED\uC2DC\uC624","desc.touchShortcutsToggleTranslateTouchElement":"\uC0AC\uC6A9\uC790 \uC815\uC758 \uC81C\uC2A4\uCC98\uB97C \uC0AC\uC6A9\uD558\uBA74 \uC5B4\uB5A4 \uB2E8\uB77D\uC774\uB4E0 \uBC88\uC5ED\uD560 \uC218 \uC788\uC2B5\uB2C8\uB2E4.",temprarilyChangeTranslationTo_deepl:"\uD604\uC7AC \uD398\uC774\uC9C0\uB97C DeepL\uB85C \uBC88\uC5ED\uD558\uACE0 \uC788\uC2B5\uB2C8\uB2E4.",networkError:"\uBC88\uC5ED \uC11C\uBE44\uC2A4 \uB610\uB294 \uB124\uD2B8\uC6CC\uD06C\uC5D0 \uBB38\uC81C\uAC00 \uBC1C\uC0DD\uD588\uC2B5\uB2C8\uB2E4.","browser.translateWithTransmart":"\uC784\uC2DC\uB85C \uD150\uC13C\uD2B8 \uBC88\uC5ED\uC744 \uC0AC\uC6A9\uD558\uC5EC \uD604\uC7AC \uD398\uC774\uC9C0\uB97C \uBC88\uC5ED\uD558\uC2ED\uC2DC\uC624.",upgradeToProErrorTitle:"\uC774 \uBC88\uC5ED \uC11C\uBE44\uC2A4\uB97C \uC0AC\uC6A9\uD558\uB824\uBA74 Pro \uD68C\uC6D0\uC73C\uB85C \uC5C5\uADF8\uB808\uC774\uB4DC\uD558\uC2ED\uC2DC\uC624.",temprarilyChangeTranslationTo_transmart:"\uD604\uC7AC \uD398\uC774\uC9C0\uB97C \uD150\uC13C\uD2B8 \uBC88\uC5ED\uC744 \uC0AC\uC6A9\uD558\uC5EC \uBC88\uC5ED\uD558\uACE0 \uC788\uC2B5\uB2C8\uB2E4.",touchShortcutsToggleTranslationMask:"\uD130\uCE58 \uC2A4\uD06C\uB9B0 \uC81C\uC2A4\uCC98 \uC124\uC815\uD558\uC5EC \uBC88\uC5ED \uB9C8\uC2A4\uD06C \uD45C\uC2DC / \uC6D0\uBB38 \uD45C\uC2DC","neverTranslateText.title":"\uB2E4\uC74C \uB2E8\uC5B4\uB294 \uC6D0\uBB38\uC744 \uC720\uC9C0\uD558\uACE0 \uBC88\uC5ED\uD558\uC9C0 \uB9C8\uC2ED\uC2DC\uC624.","browser.translateWithOpenAI":"\uC784\uC2DC\uB85C OpenAI\uB97C \uC0AC\uC6A9\uD558\uC5EC \uD604\uC7AC \uD398\uC774\uC9C0\uB97C \uBC88\uC5ED\uD558\uC2ED\uC2DC\uC624.","floatBall.guideClickToTranslate":`\uD074\uB9AD\uD558\uC5EC \uBAB0\uC785\uD615 \uBC88\uC5ED \uD50C\uB85C\uD305 \uBCFC\uC744 \uBE60\uB974\uAC8C \uBC88\uC5ED\uD560 \uC218 \uC788\uC2B5\uB2C8\uB2E4`,"floatBall.longPress":"\uAE38\uAC8C \uB204\uB974\uBA74 \uC124\uC815 \uD328\uB110\uC744 \uBE60\uB974\uAC8C \uC5F4 \uC218 \uC788\uC5B4\uC694.","browser.translateWithDeepL":"\uD604\uC7AC \uD398\uC774\uC9C0\uB97C \uC784\uC2DC\uB85C DeepL\uB85C \uBC88\uC5ED\uD558\uC2ED\uC2DC\uC624.","shortcutGroup.main":"\uC77C\uBC18\uC801\uC73C\uB85C \uC0AC\uC6A9\uD558\uB294 \uAE30\uB2A5\uC758 \uB2E8\uCD95\uD0A4","subtitle.hideQuickButton":"\uB354 \uC774\uC0C1 \uC774 \uB2E8\uCD95\uD0A4\uB97C \uD45C\uC2DC\uD558\uC9C0 \uC54A\uC2B5\uB2C8\uB2E4",touchShortcutsToggleTranslatePage:"\uC6F9\uD398\uC774\uC9C0 \uBC88\uC5ED/\uC6D0\uBB38 \uD45C\uC2DC\uB97C \uC704\uD574 \uD130\uCE58 \uC2A4\uD06C\uB9B0 \uC81C\uC2A4\uCC98 \uC124\uC815",touchShortcutsToggleTranslateTouchElement:"\uD2B9\uC815 \uB2E8\uB77D \uBC88\uC5ED\uC744 \uC704\uD55C \uD130\uCE58 \uC2A4\uD06C\uB9B0 \uC81C\uC2A4\uCC98 \uC124\uC815",confirmResetToDefaultSettings:"\uC774 \uBC88\uC5ED \uC11C\uBE44\uC2A4\uB97C \uAE30\uBCF8 \uC124\uC815\uC73C\uB85C \uBCF5\uC6D0\uD558\uC2DC\uACA0\uC2B5\uB2C8\uAE4C? (\uD604\uC7AC \uBC88\uC5ED \uC11C\uBE44\uC2A4 \uC124\uC815\uB9CC \uC7AC\uC124\uC815\uB429\uB2C8\uB2E4)","description.baiduField":"\uC9C0\uC6D0\uB418\uB294 \uBD84\uC57C\uB294 <1>\uC5EC\uAE30\uB97C \uCC38\uC870\uD558\uC2ED\uC2DC\uC624. \uBE44\uC5B4 \uC788\uC73C\uBA74 \uBD84\uC57C\uB97C \uC9C0\uC815\uD558\uC9C0 \uC54A\uB294 \uAC83\uC744 \uC758\uBBF8\uD569\uB2C8\uB2E4.","error.subscriptionExpired":"\uD68C\uC6D0\uB2D8\uC758 \uD68C\uC6D0\uAD8C\uC774 \uB9CC\uB8CC\uB418\uC5C8\uC744 \uC218 \uC788\uC2B5\uB2C8\uB2E4. \uD68C\uC6D0 \uC0C1\uD0DC\uB97C \uD655\uC778\uD574 \uC8FC\uC138\uC694.","desc.interfaceLanguage":"\uC778\uD130\uD398\uC774\uC2A4 \uC5B8\uC5B4 \uC124\uC815\uC740 \uC81C\uC5B4\uD310\uC758 \uD45C\uC2DC \uC5B8\uC5B4\uC5D0 \uC601\uD5A5\uC744 \uBBF8\uCE58\uBA70, \uBC88\uC5ED\uC758 \uB300\uC0C1 \uC5B8\uC5B4\uC640\uB294 \uBB34\uAD00\uD569\uB2C8\uB2E4.","browser.toggleMouseHoverTranslateDirectly":"\uD398\uC774\uC9C0\uC5D0\uC11C \uC784\uC2DC\uB85C \uB9C8\uC6B0\uC2A4 \uD638\uBC84\uB97C \uC0AC\uC6A9\uD558\uC5EC \uC9C1\uC811 \uBC88\uC5ED\uC744 \uD65C\uC131\uD654\uD558\uAC70\uB098 \uBE44\uD65C\uC131\uD654\uD558\uC2ED\uC2DC\uC624.","desc.toggleTranslateTheMainPage":"\uD398\uC774\uC9C0\uC758 \uC8FC\uC694 \uC601\uC5ED\uB9CC \uBC88\uC5ED\uD558\uC2ED\uC2DC\uC624. \uACE0\uAE09 \uC124\uC815\uC5D0\uC11C \uD398\uC774\uC9C0 \uC804\uCCB4 \uC601\uC5ED \uBC88\uC5ED\uC744 \uD65C\uC131\uD654 \uD55C \uD6C4, \uC774 \uB2E8\uCD95\uD0A4\uB97C \uC0AC\uC6A9\uD558\uC5EC \uD398\uC774\uC9C0\uC758 \uC8FC\uC694 \uC601\uC5ED\uB9CC \uBC88\uC5ED\uD560 \uC218 \uC788\uC2B5\uB2C8\uB2E4.","desc.mouseHoverHoldKey":"\uB9C8\uC6B0\uC2A4\uB97C \uD2B9\uC815 \uB2E8\uB77D \uC704\uC5D0 \uB193\uACE0 \uC624\uB978\uCABD \uB2E8\uCD95\uD0A4\uB97C \uB3D9\uC2DC\uC5D0 \uB204\uB974\uBA74 \uD574\uB2F9 \uB2E8\uB77D\uC744 \uBC14\uB85C \uBC88\uC5ED\uD560 \uC218 \uC788\uC2B5\uB2C8\uB2E4.",mouseHoverCustomKeyDescription:"\uB9C8\uC6B0\uC2A4\uB97C \uD638\uBC84\uD558\uB294 \uC870\uD569 \uB2E8\uCD95\uD0A4\uB97C \uC0AC\uC6A9\uC790 \uC815\uC758 \uD560 \uC218 \uC788\uC2B5\uB2C8\uB2E4. \uC608\uB97C \uB4E4\uC5B4 : Alt+Z, Ctrl+E, Cmd+Alt+E \uB610\uB294 \uBC14\uB85C Cmd, \uC218\uB3D9\uC73C\uB85C \uC785\uB825\uD574 \uC8FC\uC138\uC694.","subtitle.showQuickButtonDescription":"\uBE44\uB514\uC624 \uD50C\uB808\uC774\uC5B4\uC758 \uC624\uB978\uCABD \uD558\uB2E8\uC5D0\uC11C \uC774\uC911 \uC5B8\uC5B4 \uC790\uB9C9\uC744 \uD65C\uC131\uD654\uD558\uB294 \uB2E8\uCD95\uD0A4\uB97C \uC81C\uACF5\uD569\uB2C8\uB2E4.","desc.toggleTranslateTheWholePage":"\uD398\uC774\uC9C0 \uC804\uCCB4 \uBC88\uC5ED, \uAE30\uBCF8\uC801\uC73C\uB85C \uC6B0\uB9AC\uB294 \uD398\uC774\uC9C0\uC758 \uC8FC\uC694 \uC601\uC5ED\uC744 \uBC88\uC5ED\uD569\uB2C8\uB2E4. \uC774 \uB2E8\uCD95\uD0A4\uB97C \uC0AC\uC6A9\uD558\uC5EC \uD398\uC774\uC9C0 \uC804\uCCB4\uB97C \uC804\uC6A9 \uBC88\uC5ED\uD560 \uC218 \uC788\uC2B5\uB2C8\uB2E4.",shortcutDisableTooltip:"\uBE0C\uB77C\uC6B0\uC800\uC5D0\uC11C \uC81C\uACF5\uD558\uB294 \uD655\uC7A5 \uD504\uB85C\uADF8\uB7A8 \uB2E8\uCD95\uD0A4 \uAD00\uB9AC \uD398\uC774\uC9C0\uC5D0\uC11C \uC124\uC815\uC744 \uD574 \uC8FC\uC138\uC694. \uB354 \uB9CE\uC740 \uC9C0\uCE68\uC740 \uC774 \uD398\uC774\uC9C0 \uC0C1\uB2E8\uC758 \uC124\uBA85\uC744 \uCC38\uC870\uD558\uC2ED\uC2DC\uC624.","browser.toggleVideoSubtitlePreTranslation":"\uC774\uC911 \uC5B8\uC5B4 \uC790\uB9C9\uC744 \uC804\uD658\uD558\uACE0, \uBAB0\uC785\uD615 \uBC88\uC5ED \uC124\uC815\uC744 \uC6B0\uC120\uC801\uC73C\uB85C \uC0AC\uC6A9\uD558\uC2ED\uC2DC\uC624.","desc.touchShortcutsToggleTranslatePage":"\uC124\uC815 \uD6C4\uC5D0\uB294 \uC774\uB3D9 \uC7A5\uCE58\uB97C \uC0AC\uC6A9\uD560 \uB54C X \uAC1C\uC758 \uC190\uAC00\uB77D\uC73C\uB85C \uB3D9\uC2DC\uC5D0 \uD654\uBA74\uC744 \uD130\uCE58\uD558\uAC70\uB098 \uC88C\uC6B0\uB85C \uC2AC\uB77C\uC774\uB4DC\uD558\uAC70\uB098 \uC5F0\uC18D\uC801\uC73C\uB85C \uD0ED\uD558\uC5EC \uC6F9 \uD398\uC774\uC9C0\uB97C \uBC88\uC5ED\uD558\uAC70\uB098 \uC6D0\uBB38\uC744 \uD45C\uC2DC\uD560 \uC218 \uC788\uC2B5\uB2C8\uB2E4.","desc.toggleMouseHoverTranslateDirectly":"\uC774 \uB2E8\uCD95\uD0A4\uB97C \uB204\uB978 \uD6C4 \uD398\uC774\uC9C0\uC5D0\uC11C \uB9C8\uC6B0\uC2A4\uB97C \uD14D\uC2A4\uD2B8\uC758 \uC5B4\uB5A4 \uBD80\uBD84\uC5D0\uB4E0\uC9C0 \uAC00\uB9AC\uD0A4\uBA74 \uD574\uB2F9 \uD14D\uC2A4\uD2B8\uAC00 \uC790\uB3D9\uC73C\uB85C \uBC88\uC5ED\uB429\uB2C8\uB2E4. \uB2E8\uCD95\uD0A4\uB97C \uB2E4\uC2DC \uD55C \uBC88 \uB204\uB974\uBA74 \uC774 \uC790\uB3D9 \uBC88\uC5ED \uAE30\uB2A5\uC744 \uB2EB\uC744 \uC218 \uC788\uC2B5\uB2C8\uB2E4.",paragraphMinTextCountDesc:"\uC8FC\uC758, \uC5EC\uAE30\uC11C\uB294 \uBB38\uC790 \uAE38\uC774\uB97C \uC758\uBBF8\uD569\uB2C8\uB2E4. \uC608\uB97C \uB4E4\uC5B4, hello\uB294 5\uAC1C\uC758 \uBB38\uC790\uC785\uB2C8\uB2E4. \uB354 \uD070 \uAC12\uC744 \uC124\uC815\uD558\uBA74 \uBD88\uD544\uC694\uD55C \uC791\uC740 \uB2E8\uB77D \uBC88\uC5ED\uC744 \uC904\uC77C \uC218 \uC788\uC2B5\uB2C8\uB2E4.",translationOnlyModeDescription:"\uBC88\uC5ED\uBB38\uB9CC \uBAA8\uB4DC\uB294 \uAE30\uBCF8\uC801\uC778 \uC774\uC911 \uC5B8\uC5B4 \uBAA8\uB4DC\uAC00 \uC544\uB2CC \uC624\uC9C1 \uBC88\uC5ED\uBB38\uB9CC\uC744 \uD45C\uC2DC\uD558\uB294 \uAC83\uC744 \uC758\uBBF8\uD569\uB2C8\uB2E4. \uC8FC\uC758: \uAE30\uC220\uC801 \uC81C\uD55C\uC73C\uB85C \uC778\uD574 \uBC88\uC5ED\uBB38\uB9CC \uBAA8\uB4DC\uC5D0\uC11C\uB294 \uC6D0\uBB38\uC758 \uD558\uC774\uD37C\uB9C1\uD06C\uAC00 \uC791\uB3D9\uD558\uC9C0 \uC54A\uC744 \uAC83\uC785\uB2C8\uB2E4.","desc.touchShortcutsToggleTranslationMask":"\uBC88\uC5ED \uB9C8\uC2A4\uD06C\uB294 \uBC88\uC5ED \uC2A4\uD0C0\uC77C\uC758 \uD750\uB9BF\uD55C \uD6A8\uACFC\uB97C \uAC00\uB9AC\uD0A4\uBA70(\uD559\uC2B5 \uBAA8\uB4DC), \uD65C\uC131\uD654\uD558\uBA74 \uC784\uC2DC\uB85C \uBC88\uC5ED\uC5D0 \uD750\uB9BF\uD55C \uD6A8\uACFC\uB97C \uC0AC\uC6A9\uD558\uC5EC \uD559\uC2B5\uC744 \uC6A9\uC774\uD558\uAC8C \uD569\uB2C8\uB2E4.","intro.floatBallDescription":"\uC0AC\uC6A9\uD558\uBA74 \uD398\uC774\uC9C0 \uC624\uB978\uCABD\uC5D0 \uBE60\uB978 \uBC88\uC5ED \uBC84\uD2BC\uC774 \uD45C\uC2DC\uB418\uBA70, \uD074\uB9AD\uD558\uBA74 \uBC88\uC5ED\uD560 \uC218 \uC788\uACE0 \uB2E4\uC2DC \uD074\uB9AD\uD558\uBA74 \uC6D0\uBB38\uC73C\uB85C \uC804\uD658\uD560 \uC218 \uC788\uC2B5\uB2C8\uB2E4. \uBAA8\uBC14\uC77C\uC5D0\uC11C\uB294 \uD50C\uB85C\uD305 \uBCFC\uC744 \uAE38\uAC8C \uB204\uB974\uBA74 \uBE60\uB978 \uC124\uC815 \uD328\uB110\uC744 \uC5F4 \uC218 \uC788\uC2B5\uB2C8\uB2E4.","contact.description":"\uB2F9\uC2E0\uC774 \uC9C8\uBB38\uC774\uB098 \uC81C\uC548\uC0AC\uD56D\uC774 \uC788\uC73C\uC2DC\uB2E4\uBA74, \uC544\uB798\uC758 \uC591\uC2DD\uC744 \uC791\uC131\uD558\uC5EC \uC800\uD76C\uC5D0\uAC8C \uC5F0\uB77D\uD558\uC2DC\uAC70\uB098 {email}\uB85C \uC774\uBA54\uC77C\uC744 \uBCF4\uB0B4\uC8FC\uC2DC\uAE30 \uBC14\uB78D\uB2C8\uB2E4. \uC800\uD76C\uB294 \uBE60\uB978 \uC2DC\uC77C \uB0B4\uC5D0 \uB2F5\uBCC0\uB4DC\uB9AC\uACA0\uC2B5\uB2C8\uB2E4.","neverTranslateText.description":"\uC77C\uBD80 \uBC88\uC5ED \uC5D4\uC9C4\uC774 \uACE0\uC720 \uBA85\uC0AC\uB97C \uC81C\uB300\uB85C \uC778\uC2DD\uD558\uC9C0 \uBABB\uD558\uAE30 \uB54C\uBB38\uC5D0, \uC5EC\uAE30\uC5D0 \uB2E8\uC5B4\uB97C \uCD94\uAC00\uD558\uC5EC \uBC88\uC5ED \uACFC\uC815\uC5D0\uC11C \uBCC0\uD658\uB418\uC9C0 \uC54A\uB3C4\uB85D \uD560 \uC218 \uC788\uC2B5\uB2C8\uB2E4. \uC774 \uAE30\uB2A5\uC740 \uB300\uC18C\uBB38\uC790\uB97C \uAD6C\uBD84\uD558\uBA70 \uACF5\uBC31\uC73C\uB85C \uAD6C\uBD84\uB41C \uB2E8\uC5B4 \uC5B8\uC5B4(\uC601\uC5B4, \uD504\uB791\uC2A4\uC5B4 \uB4F1)\uB9CC \uC9C0\uC6D0\uD558\uBA70 \uC77C\uBCF8\uC5B4, \uD55C\uAD6D\uC5B4 \uB4F1\uC758 \uC5B8\uC5B4\uC5D0\uB294 \uC801\uC6A9\uB418\uC9C0 \uC54A\uC2B5\uB2C8\uB2E4.","intro.hoverDescription":"\uB9C8\uC6B0\uC2A4 \uD638\uBC84 \uBC88\uC5ED\uC740 \uBAB0\uC785\uD615 \uBC88\uC5ED\uC5D0\uC11C \uB9E4\uC6B0 \uC911\uC694\uD55C \uAE30\uB2A5\uC785\uB2C8\uB2E4. \uB2E8\uC9C0 \uBB38\uB2E8 \uC704\uC5D0 \uB9C8\uC6B0\uC2A4\uB97C \uB193\uACE0 \uB3D9\uC2DC\uC5D0 \uC124\uC815\uB41C \uB2E8\uCD95\uD0A4\uB97C \uB204\uB974\uBA74 \uD604\uC7AC \uBB38\uB2E8\uC774 \uC790\uB3D9\uC73C\uB85C \uBC88\uC5ED\uB429\uB2C8\uB2E4(\uC8FC\uC758: \uAE30\uBCF8\uC801\uC73C\uB85C \uD65C\uC131\uD654\uB418\uC5B4 \uC788\uC9C0 \uC54A\uC2B5\uB2C8\uB2E4. \uC544\uB798\uC5D0\uC11C \uC124\uC815\uD558\uC2ED\uC2DC\uC624). \uC774 \uC0C1\uD638\uC791\uC6A9\uC740 \uB2E8\uC5B4 \uC120\uD0DD \uBC88\uC5ED\uC744 \uB354 \uC798 \uB300\uCCB4\uD558\uAE30 \uC704\uD574 \uC0AC\uC6A9\uB418\uBA70, \uB610\uD55C \uC774 \uAE30\uB2A5\uC740 \uC778\uC2DD\uD560 \uC218 \uC5C6\uB294 \uBC88\uC5ED \uC601\uC5ED\uC5D0 \uB110\uB9AC \uC801\uC6A9\uB429\uB2C8\uB2E4. \uC774 \uAE30\uB2A5\uC744 \uC774\uC6A9\uD558\uC5EC \uC5B4\uB5A4 \uBB38\uB2E8\uC774\uB4E0 \uAC15\uC81C\uB85C \uBC88\uC5ED\uD560 \uC218 \uC788\uC2B5\uB2C8\uB2E4.","intro.subtitleDescription":"\uC774 \uAE30\uB2A5\uC744 \uD65C\uC131\uD654\uD558\uBA74 \uBE44\uB514\uC624 \uC7AC\uC0DD \uC2DC \uC790\uB3D9\uC73C\uB85C \uC774\uC911 \uC5B8\uC5B4 \uC790\uB9C9\uC774 \uD45C\uC2DC\uB429\uB2C8\uB2E4. \uD65C\uC131\uD654\uD558\uC9C0 \uC54A\uC740 \uACBD\uC6B0, \uD398\uC774\uC9C0\uC5D0\uC11C \uC218\uB3D9\uC73C\uB85C \uBC88\uC5ED \uBC84\uD2BC\uC744 \uD074\uB9AD\uD558\uC5EC \uC790\uB9C9\uC744 \uD45C\uC2DC\uD574\uC57C \uD569\uB2C8\uB2E4. \uAE30\uC220\uC801 \uC81C\uD55C\uC73C\uB85C \uC778\uD574 \uC77C\uBD80 \uC6F9\uC0AC\uC774\uD2B8\uC5D0\uC11C\uB294 \uC790\uB9C9\uC744 \uCC98\uC74C \uD65C\uC131\uD654\uD560 \uB54C \uD398\uC774\uC9C0\uB97C \uC0C8\uB85C \uACE0\uCE68\uD558\uAC70\uB098 \uBC88\uC5ED\uC774 \uC644\uB8CC\uB41C \uD6C4\uC5D0\uC57C \uC774\uC911 \uC5B8\uC5B4 \uC790\uB9C9\uC744 \uD45C\uC2DC\uD560 \uC218 \uC788\uC2B5\uB2C8\uB2E4. (\uB610\uD55C, \uBE44\uB514\uC624 \uC6F9\uC0AC\uC774\uD2B8\uB97C \uC5F4\uACE0 \uB098\uC11C \uC624\uB978\uCABD \uC0C1\uB2E8\uC5D0\uC11C \uBAB0\uC785\uD615 \uBC88\uC5ED\uC758 \uBC14\uB85C\uAC00\uAE30 \uD328\uB110\uC744 \uD65C\uC131\uD654/\uBE44\uD65C\uC131\uD654 \uD560 \uC218\uB3C4 \uC788\uC2B5\uB2C8\uB2E4.)

\uD604\uC7AC \uC774\uB7EC\uD55C \uC6F9\uC0AC\uC774\uD2B8\uC5D0\uC11C \uC774\uC911 \uC5B8\uC5B4 \uC790\uB9C9\uC744 \uC0AC\uC6A9\uD560 \uC218 \uC788\uC2B5\uB2C8\uB2E4:",geminiWarning:"\uC8FC\uC758: Google\uC774 \uC81C\uACF5\uD558\uB294 Gemini\uC758 \uBB34\uB8CC \uC11C\uBE44\uC2A4 \uC81C\uD55C\uC774 \uC5C4\uACA9\uD558\uBBC0\uB85C, \uC0AC\uC6A9\uC790\uAC00 \uC5EC\uB7EC Key\uB97C \uC0AC\uC6A9\uD558\uC5EC \uADF8\uB4E4\uC758 \uBB34\uB8CC \uD560\uB2F9\uB7C9 \uC81C\uD55C\uC744 \uD68C\uD53C\uD558\uACE0 \uC788\uB2E4\uACE0 Google\uC5D0 \uD310\uB2E8\uB420 \uC218 \uC788\uC2B5\uB2C8\uB2E4. \uC0AC\uC6A9\uD558\uC9C0 \uC54A\uB294 \uAC83\uC774 \uC88B\uC73C\uBA70, Google\uC774 Gemini \uC720\uB8CC \uC778\uD130\uD398\uC774\uC2A4\uB97C \uAC1C\uBC29\uD560 \uB54C\uAE4C\uC9C0 \uAE30\uB2E4\uB9AC\uB294 \uAC83\uC774 \uC88B\uC2B5\uB2C8\uB2E4.","floatBall.setting":"\uC124\uC815","floatBall.translateToLanguage":"{language}\uB85C \uBC88\uC5ED\uC744 \uD074\uB9AD\uD558\uC2ED\uC2DC\uC624.","floatBall.file":`PDF, EPUB, SRT, ASS, HTML, TXT \uD30C\uC77C \uBC88\uC5ED`,changeToOnlyTempTranslationMode:"\uBC88\uC5ED\uB9CC \uD45C\uC2DC\uD558\uB3C4\uB85D \uD1A0\uAE00",changeToDualTempTranslationMode:"\uC774\uC911 \uC5B8\uC5B4 \uBC88\uC5ED\uC73C\uB85C \uC804\uD658","options.navbar.translateFile":"\uBB38\uC11C \uBC88\uC5ED","transitionMode.dual":"\uC774\uC911 \uC5B8\uC5B4 \uB300\uC870","transitionMode.translation":"\uC624\uC9C1 \uBC88\uC5ED\uBB38","options.navbar.installApp":"\uD734\uB300\uD3F0 \uC571 \uC124\uCE58","subtitle.transitionMode":"\uBE44\uB514\uC624 \uC790\uB9C9 \uC774\uC911 \uC5B8\uC5B4 / \uBC88\uC5ED\uBB38\uB9CC \uC124\uC815","transitionMode.inherit":"\uC2DC\uC2A4\uD15C\uC758 \uAE30\uBCF8 \uBC88\uC5ED \uD45C\uC2DC \uBAA8\uB4DC\uC640 \uC77C\uCE58\uD558\uC2ED\uC2DC\uC624","subtitle.transitionModeDescription":"\uBE44\uB514\uC624 \uC790\uB9C9\uC744 \uC774\uC911 \uC5B8\uC5B4 \uB300\uC870 \uB610\uB294 \uBC88\uC5ED\uBB38\uB9CC \uBAA8\uB4DC\uB85C \uC124\uC815\uD558\uC2ED\uC2DC\uC624.",translateFileTooltip:`PDF, ePub, srt, ass, HTML, TXT \uD30C\uC77C \uBC88\uC5ED`,"description.subtitlePrompt":`\uC790\uB9C9 \uC2DC\uB098\uB9AC\uC624\uC5D0\uC11C \uC5EC\uB7EC \uB2E8\uB77D\uC744 \uBCF4\uB0BC \uB54C, \uC0AC\uC6A9\uC790\uC758 \uC2E0\uBD84\uC73C\uB85C {service}\uC5D0 \uB300\uD654\uB97C \uBCF4\uB0B4\uB294\uB370, \uC5EC\uAE30\uC11C {{from}}\uC740 \uB2E8\uB77D\uC758 \uC5B8\uC5B4\uB97C \uB098\uD0C0\uB0B4\uACE0, {{to}}\uB294 \uBAA9\uD45C \uC5B8\uC5B4\uB97C \uB098\uD0C0\uB0C5\uB2C8\uB2E4. {{yaml}}\uC740 \uC6B0\uB9AC\uAC00 yaml \uD615\uC2DD\uC73C\uB85C \uD3EC\uC7A5\uD55C \uB2E8\uB77D \uB0B4\uC6A9\uC774\uBA70, \uC0AC\uC6A9\uC790 \uC815\uC758 Prompt\uAC00 \uD544\uC694\uD55C \uACBD\uC6B0, AI \uC751\uB2F5\uC758 YAML \uACB0\uACFC\uC758 \uAC01 \uD56D\uBAA9\uC774 {env.imt_sub_trans_field} \uD544\uB4DC\uB97C \uD3EC\uD568\uD574\uC57C \uD569\uB2C8\uB2E4. {{imt_sub_trans_field}}\uB294 \uC6B0\uB9AC\uAC00 AI \uC751\uB2F5\uC744 \uC6D0\uD558\uB294 \uBC88\uC5ED \uD544\uB4DC \uC774\uB984\uC774\uBA70, \uAE30\uBCF8\uAC12\uC740: {env.imt_sub_trans_field}, {{imt_sub_source_field}}\uB294 \uC6B0\uB9AC\uAC00 AI\uC5D0\uAC8C \uC804\uB2EC\uD558\uB294 \uC6D0\uBB38 \uD544\uB4DC \uC774\uB984\uC774\uBA70, \uAE30\uBCF8\uAC12\uC740: {env.imt_sub_source_field}\uC785\uB2C8\uB2E4. \uC608\uC2DC \uACB0\uACFC\uB294 \uB2E4\uC74C\uACFC \uAC19\uC2B5\uB2C8\uB2E4: @@ -5129,7 +5129,7 @@ HTML, TXT \uD30C\uC77C \uBC88\uC5ED`,"description.subtitlePrompt":`\uC790\uB9C9 - id: 1 {env.imt_trans_field}: \uBC88\uC5ED\uBB38 - id: 2 - {env.imt_trans_field}: \uBC88\uC5ED\uBB38`,"subtitle.quickButton.setting":"\uC124\uC815","subtitle.quickButton.translationPosition":"\uBC88\uC5ED \uC704\uCE58","subtitle.quickButton.black":"\uAC80\uC740\uC0C9","translationServices.claude":"\uD074\uB85C\uB4DC","subtitle.quickButton.translationPositionTop":"\uC6D0\uBB38 \uC704\uC5D0","subtitle.quickButton.backgroundColor":"\uBC30\uACBD\uC0C9","subtitle.quickButton.translationPositionBottom":"\uC6D0\uBB38 \uC544\uB798\uC5D0","subtitle.quickButton.yellow":"\uB178\uB780\uC0C9","subtitle.quickButton.white":"\uD558\uC580\uC0C9","subtitle.quickButton.translationTextColor":"\uBC88\uC5ED \uAE00\uAF34 \uC0C9\uC0C1","subtitle.quickButton.red":"\uBE68\uAC04\uC0C9","subtitle.quickButton.sourceTextColor":"\uC6D0\uB798 \uAE00\uAF34 \uC0C9\uC0C1","subtitle.quickButton.green":"\uB179\uC0C9","subtitle.quickButton.cyan":"\uCCAD\uC0C9","subtitle.quickButton.magenta":"\uB9C8\uC820\uD0C0\uC0C9","subtitle.quickButton.backgroundOpacity":"\uBC30\uACBD \uBD88\uD22C\uBA85\uB3C4","subtitle.quickButton.translationFontSize":"\uBC88\uC5ED \uAE00\uC790 \uD06C\uAE30","subtitle.quickButton.sourceFontSize":"\uC6D0\uB798 \uAE00\uAF34 \uD06C\uAE30","subtitle.quickButton.blue":"\uD30C\uB780\uC0C9",attachSubtitleTranslating:"{service}\uB97C \uC0AC\uC6A9\uD558\uC5EC \uBC88\uC5ED \uC911...","error.claude.403":"\uC11C\uBE44\uC2A4\uC5D0 \uC561\uC138\uC2A4 \uD560 \uAD8C\uD55C\uC774 \uC5C6\uC2B5\uB2C8\uB2E4. \uC774\uB294 Claude\uC758 \uC9C0\uC5ED \uC81C\uD55C\uACFC \uAD00\uB828\uC774 \uC788\uC744 \uC218 \uC788\uC2B5\uB2C8\uB2E4. IP \uC8FC\uC18C\uB97C \uBCC0\uACBD\uD558\uAC70\uB098 \uB2E4\uB978 \uBC88\uC5ED \uC11C\uBE44\uC2A4\uB97C \uC0AC\uC6A9\uD574 \uBCF4\uC2ED\uC2DC\uC624.","browser.brandDescriptionForSafari":"\u3010\uBAB0\uC785\uD615 \uBC88\uC5ED\u3011\uBB34\uB8CC\uC758 (\uC6D0\uBB38/\uBC88\uC5ED\uBB38) \uC774\uC911 \uC5B8\uC5B4 \uB300\uC870 \uC6F9 \uD398\uC774\uC9C0 \uBC88\uC5ED \uD50C\uB7EC\uADF8\uC778\uC73C\uB85C, PDF \uBC88\uC5ED \uBC0F EPUB \uC804\uC790\uCC45 \uBC88\uC5ED\uC744 \uC9C0\uC6D0\uD558\uBA70 \uC6D0\uBB38\uC758 \uBB38\uC11C \uBC30\uCE58\uB97C \uC720\uC9C0\uD569\uB2C8\uB2E4. Youtube/Netflix \uB4F1\uC758 \uC628\uB77C\uC778 \uBE44\uB514\uC624 \uC774\uC911 \uC5B8\uC5B4 \uC790\uB9C9 \uBC88\uC5ED\uC744 \uC9C0\uC6D0\uD558\uBA70, Deepl/Google \uB4F1 \uC8FC\uC694 \uBC88\uC5ED \uC11C\uBE44\uC2A4\uB97C \uC9C0\uC6D0\uD569\uB2C8\uB2E4.","browser.PdfProFile":"AI\uAC00 \uAD6C\uB3D9\uD558\uB294 PDF Pro \uBC88\uC5ED","browser.textTranslate":"\uBB38\uC11C \uBC88\uC5ED"};var Eh={nologin:"n\xE3o conectado",loginForSafari:"Iniciar sess\xE3o ou registar-se",login:"Iniciar sess\xE3o para abrir uma inscri\xE7\xE3o",manageAccount:"Contas geridas",openPremium:"Associa\xE7\xE3o aberta",logout:"abortar",curentPlan:"Pacotes actuais",endAt:"expira\xE7\xE3o",endAuto:"renova\xE7\xE3o autom\xE1tica",lineBreakMaxTextCount:"N\xFAmero m\xE1ximo de caracteres permitidos por frase ap\xF3s as mudan\xE7as de linha","translate-pdf":"Clique para traduzir o PDF","noSupportTranslate-pdf":"Script n\xE3o suportado, utilize o plugin","translate-firefox-local-pdf":"Clique para ir para Importar PDF",enableLineBreak:"Ativar o avan\xE7o autom\xE1tico de linha para par\xE1grafos longos",sponsorLabel:"$1 Desenvolvedores patrocinados",help:"m\xE3o",browserShortcutsNoteForFirefox:"Para alterar os atalhos no Firefox, \xE9 necess\xE1rio abrir a p\xE1gina de gest\xE3o de extens\xF5es `about:addons`, clicar em `Settings` e, em seguida, clicar em `Manage Shortcuts` para definir os atalhos.",browserShortcutsNoteForChrome:"Para modificar os atalhos no Chrome, tem de abrir a p\xE1gina de gest\xE3o de extens\xF5es, defini-los no painel `Gerir atalhos` (`chrome://extensions/shortcuts`) e clicar no bot\xE3o abaixo para saltar para a p\xE1gina de gest\xE3o de atalhos.",browserShortcutsSucks:"Os atalhos personalizados s\xE3o formatados como (sem reconhecimento autom\xE1tico, introduza diretamente)\uFF1A",enableLineBreakDescription:"Quando activada, as quebras de linha ser\xE3o inseridas no final de cada frase em par\xE1grafos longos para facilitar a leitura","browser.shortBrandName":"Tradu\xE7\xE3o por imers\xE3o","browser.brandName":"Tradu\xE7\xE3o por imers\xE3o: Tradu\xE7\xE3o bilingue de p\xE1ginas Web e de documentos PDF","browser.brandDescription":"Bilingual web page translation, also supports PDF translation, bilingual Epub eBook translation, free to use.","browser.toggleTranslatePage":"Traduzir a p\xE1gina/apresentar o texto original","browser.toggleTranslateTheWholePage":"Traduzir todas as \xE1reas da p\xE1gina/apresentar o texto original","browser.toggleOnlyTransation":"Alternar entre o modo bil\xEDngue / apenas tradu\xE7\xE3o","browser.toggleTranslateToThePageEndImmediately":"Tradu\xE7\xE3o imediata para o fim da p\xE1gina/visualiza\xE7\xE3o do texto original","browser.toggleTranslateTheMainPage":"Traduzir a \xE1rea principal da p\xE1gina/apresentar o texto original","browser.shareToDraft":"Partilhar p\xE1ginas bilingues","browser.openOptionsPage":"Abrir a p\xE1gina de defini\xE7\xF5es","browser.toggleTranslationMask":"Mostrar/ocultar o efeito de desfocagem da tradu\xE7\xE3o","browser.translateLocalPdfFile":"Traduzir ficheiros PDF locais","browser.openEbookViewer":"Ler livros electr\xF3nicos locais","browser.openEbookBuilder":"Criar livros electr\xF3nicos EPUB bilingues","browser.translateLocalHtmlFile":"Traduzir ficheiros HTML/txt","browser.donateContext":"Saiba mais sobre as vantagens do patroc\xEDnio","browser.translateLocalSubtitleFile":"Traduzir ficheiros de legendas locais",confirmResetConfig:"Tem a certeza de que pretende repor as defini\xE7\xF5es?",translationLineBreakSettingTitle:"Defini\xE7\xE3o do avan\xE7o de linha de tradu\xE7\xE3o",smartLineBreak:"alimenta\xE7\xE3o de linha inteligente (computa\xE7\xE3o)",alwaysLineBreak:"Sempre alimenta\xE7\xE3o de linha",isShowContextMenu:"Adicionar p\xE1ginas traduzidas aos itens de menu do bot\xE3o direito do rato",toggleBeta:"Ativa\xE7\xE3o de funcionalidades de teste beta",betaDescription:"Ativar funcionalidades que ainda s\xE3o experimentais, bem como um servi\xE7o de tradu\xE7\xE3o em vers\xE3o beta. Junte-se ao <1>grupo do Telegram para saber mais.",translationLineBreakSettingDescription:"Os feeds de linha s\xE3o sempre limpos e organizados para p\xE1ginas com menos conte\xFAdo. (Utilize quebras de linha inteligentes em par\xE1grafos longos e com muito conte\xFAdo (mais de{count}caracteres) para poupar espa\xE7o).",tempTranslateDomainTitle:"Dura\xE7\xE3o da ativa\xE7\xE3o tempor\xE1ria da tradu\xE7\xE3o do s\xEDtio Web",tempTranslateDomainDescription:"Quando traduzir manualmente uma p\xE1gina Web, active temporariamente o s\xEDtio Web para tradu\xE7\xE3o autom\xE1tica e pode definir a dura\xE7\xE3o tempor\xE1ria.",xMinutes:"{count} minutos",disabled:"proibir a utiliza\xE7\xE3o de algo",changelog:"Registo de atualiza\xE7\xE3o",toggleTranslatePageWhenThreeFingersOnTheScreen:"O toque simult\xE2neo de v\xE1rios dedos no ecr\xE3 traduz p\xE1ginas Web/apresenta o texto original",toggleTranslationMaskWhenThreeFingersOnTheScreen:"O toque de v\xE1rios dedos mostra/oculta o efeito de desfocagem.",fingerCountToToggleTranslagePageOnlyTranslationWhenTouching:"O toque simult\xE2neo de v\xE1rios dedos no ecr\xE3 traduz a p\xE1gina Web (apenas tradu\xE7\xE3o)/apresenta o texto original.",addUrlDescription:"Pode ser um nome de dom\xEDnio e tamb\xE9m suporta wildcards, por exemplo,\uFF1A*.google.com, google.com/mail/*, https://www.google.com/*",general:"Defini\xE7\xF5es b\xE1sicas",clickToExpandConfig:"Expandir a configura\xE7\xE3o atual",import:"Importar de um ficheiro",export:"Exportar para ficheiro",toggleDebug:"Imprimir o registo de depura\xE7\xE3o na consola","fingers.0":"coagula\xE7\xE3o","fingers.2":"toque com dois dedos","fingers.3":"toque com tr\xEAs dedos","fingers.4":"toque com quatro dedos","fingers.5":"toque com cinco dedos",mouseHoldKey:"+ {key} traduzir/restaurar o par\xE1grafo",mouseHoldKeyAuto:"Tradu\xE7\xE3o direta do par\xE1grafo",mouseHoldKeyOff:"N\xE3o fa\xE7as nada.",mouseHoldKeyOther:"Atalhos personalizados (abrir defini\xE7\xF5es)",mouseHoldKeyCustomKey:"{key} Tradu\xE7\xE3o/redu\xE7\xE3o do par\xE1grafo",mouseHoverHoldKey:"Passar o rato enquanto se premem as teclas de atalho para traduzir par\xE1grafos","mouse-translate":"passar o rato",document:"ficheiro (inform\xE1tico)",resetSuccess:"Repor todas as defini\xE7\xF5es com \xEAxito",resetThisSuccess:"Reinicializa\xE7\xE3o bem-sucedida",saved:"Guardar com sucesso",successImportConfig:"Configura\xE7\xE3o importada com sucesso",goAdvancedSettings:"Aceder \xE0 p\xE1gina Defini\xE7\xF5es avan\xE7adas",goAdvancedInterfaceSettings:"Aceder \xE0 p\xE1gina Defini\xE7\xF5es de personaliza\xE7\xE3o avan\xE7adas",advanced:"Defini\xE7\xF5es avan\xE7adas",advancedDescription:"Geralmente n\xE3o s\xE3o necess\xE1rias defini\xE7\xF5es, basta deix\xE1-la como predefinida. Apenas para utilizadores mais especializados, est\xE3o dispon\xEDveis defini\xE7\xF5es mais personalizadas.",developer:"Defini\xE7\xF5es do programador",donateCafe:"pre\xE7os","translate to the bottom of the page":"\xC9 traduzido para o fundo da p\xE1gina imediatamente ap\xF3s entrar na p\xE1gina?",feedback:"Feedback sobre os problemas",toggleTranslatePage:"Traduzir a p\xE1gina/apresentar o texto original",translateToThePageEndImmediatelyDescription:"Se a ativar, o conte\xFAdo ser\xE1 imediatamente traduzido da parte superior para a parte inferior da p\xE1gina \xE0 medida que a introduz. Se a desativar, a tradu\xE7\xE3o \xE9 feita \xE0 medida que l\xEA. (N\xE3o recomendado)","translate all areas of the page":"Se pretende traduzir todas as \xE1reas da p\xE1gina",translationAreaDescription:"Ligado, todas as \xE1reas de toda a p\xE1gina Web s\xE3o traduzidas. Se estiver desativado, utiliza o reconhecimento inteligente predefinido e traduz apenas as \xE1reas principais. (N\xE3o se recomenda que seja ativado)","the number of characters to be translated first":"Traduzir diretamente os primeiros caracteres da p\xE1gina sem ter de se deslocar para a \xE1rea de visualiza\xE7\xE3o","interface language":"linguagem de interface","display both the original text and the translation":"Visualiza\xE7\xE3o simult\xE2nea do original e da tradu\xE7\xE3o","keyboard shortcuts":"Atalhos de teclado",modify:"Modificar teclas de atalho",reset:"reprovis\xE3o",close:"coagula\xE7\xE3o",homepage:"p\xE1gina inicial",more:"mais",moreOptions:"Expandir mais op\xE7\xF5es de personaliza\xE7\xE3o",translateTheWholePage:"Traduzir todas as \xE1reas da p\xE1gina (em vez de reconhecer inteligentemente as \xE1reas principais)",changeToTranslateTheWholePage:"Mudar para traduzir todas as regi\xF5es",changeToTranslateTheMainPage:"Mudar para Traduzir \xC1rea Principal",changeToOnlyTranslationMode:"Alternar para apresentar apenas tradu\xE7\xF5es",changeToDualTranslationMode:"Mudar para tradu\xE7\xE3o bilingue",translateToThePageEndImmediately:"Tradu\xE7\xE3o imediata para o fim da p\xE1gina",translateTheMainPage:"Regi\xF5es-chave da tradu\xE7\xE3o inteligente","The local rules are up to date":"As regras de adapta\xE7\xE3o local est\xE3o actualizadas.","Successfully synchronized with the latest official rules:":"Sincroniza\xE7\xE3o bem sucedida com as \xFAltimas regras oficiais de adapta\xE7\xE3o.","Checking for updates":"Verifica\xE7\xE3o de actualiza\xE7\xF5es","Rules are being synchronized":"Regras de adapta\xE7\xE3o sincronizadas",localVersionIsTooOld:"A vers\xE3o da extens\xE3o local \xE9 demasiado antiga. Actualize a extens\xE3o para {minVersion} ou mais recente antes de tentar sincronizar.",badUserscriptBrowser:"O navegador atual n\xE3o implementa corretamente a interface da extens\xE3o Grease Monkey (por exemplo, para obter informa\xE7\xF5es sobre o n\xFAmero da vers\xE3o do pr\xF3prio script Grease Monkey), utilize outros navegadores que <1>suportem a extens\xE3o Grease Monkey, como o Firefox.",foundNewVersion:"Descubra a nova vers\xE3o",theLocalExtensionIsUpToUpdate:"A extens\xE3o atual est\xE1 actualizada.",failToSyncRules:"N\xE3o sincroniza\xE7\xE3o das regras de adapta\xE7\xE3o mais recentes",retry:"Clique aqui para tentar novamente",failedReason:"Raz\xF5es do insucesso",currentRuleVersion:"Vers\xE3o atual da regra",calculating:"c\xE1lculos",unknownError:"erro desconhecido",canNotFetchRemoteRule:"N\xE3o \xE9 poss\xEDvel obter regras remotas",enableAlphaSuccess:"Alfa ativado",disableAlphaSuccess:"A fun\xE7\xE3o alfa foi desactivada",cacheSize:"Tamanho da cache\uFF1A",cleaning:"em processo de liquida\xE7\xE3o",cleanCache:"limpar a cache",options:"preparar",about:"em rela\xE7\xE3o a",service:"servi\xE7o de interpreta\xE7\xE3o",needAction:"(Ir para Defini\xE7\xF5es)",goSettings:"v\xE1 em frente e configure",needActionForOptions:"(a definir)",translationEngine:"Op\xE7\xF5es de motor",sourceLanguage:"L\xEDngua original",target:"l\xEDngua-alvo",popupSourceLanguage:"L\xEDngua original",popupTarget:"l\xEDngua-alvo",popupService:"servi\xE7o de interpreta\xE7\xE3o",forThisSite:"S\xEDtio Web atual",autoEnableSubtitle:"Abertura autom\xE1tica de legendas bilingues",alwaysTranslate:"Traduzir sempre",neverTranslate:"Nunca traduzir",alwaysTranslateSomeLanguage:"Traduzir sempre {language}",neverTranslateSomeLanguage:"Nunca traduzir {language}",alwaysTranslateSomeSite:"Traduzir sempre {hostname}",neverTranslateSomeSite:"Nunca traduzir {hostname}",alwaysTranslateSomeSiteOrWildSite:"Traduzir sempre o s\xEDtio",alwaysTranslateSomePage:"Traduzir sempre a p\xE1gina",add:"aumentar",default:"predefini\xE7\xE3o (defini\xE7\xE3o)",forThisLanguage:"Para esta l\xEDngua\uFF1A","add url":"Introduzir URL",edit:"compilador","translate other languages into specific language":"Traduzir outras l\xEDnguas para a sua l\xEDngua definida","select translation service":"Selecionar um servi\xE7o de tradu\xE7\xE3o",language:"multilinguismo","show-original":"Mostrar texto original",translate:"renderiza\xE7\xE3o",Translated:"traduzido",Translating:"na tradu\xE7\xE3o",Error:"incorreto",allowCacheTranslations:"Ativar o caching de tradu\xE7\xE3o local (para reduzir os pedidos de tradu\xE7\xE3o de passagens duplicadas)","translation display":"Estilo de apresenta\xE7\xE3o da tradu\xE7\xE3o","select diplay style":"Distinguir os estilos de tradu\xE7\xE3o, com refer\xEAncia espec\xEDfica aos seguintes exemplos",interface:"Defini\xE7\xF5es de interface",import_export:"Importa\xE7\xE3o/Exporta\xE7\xE3o",import_export_title:"Configura\xE7\xE3o de importa\xE7\xE3o/exporta\xE7\xE3o",syncToGoogleDrive:"Sincronizar com o Google Drive agora",floatBallOptions:"Defini\xE7\xF5es do Hoverball","floatBallOptions.enable":"Ativar Hoverball","floatBallOptions.blockUrls":"Desativar o s\xEDtio Web","floatBallOptions.add":"aumentar","floatBallOptions.blockUrlDesc":"As Hoverballs n\xE3o s\xE3o apresentadas quando s\xE3o encontrados os seguintes s\xEDtios Web","floatBallOptions.clickType":"comportamento de clique","floatBallOptions.clickTypeDesc":"Comportamento do \xEDcone da bola flutuante quando clicado","floatBallOptions.clickPopup":"Mostrar painel de tradu\xE7\xE3o","floatBallOptions.clickTranslate":"Tradu\xE7\xE3o/apresenta\xE7\xE3o do texto original",previewAllThemes:"Pr\xE9-visualizar todos os estilos","translationTheme.none":"n\xE3o ter","translationTheme.grey":"cinzento escuro","translationTheme.dashed":"sublinhado pontilhado","translationTheme.dotted":"sublinhado pontilhado","translationTheme.dashedBorder":"borda pontilhada","translationTheme.solidBorder":"fronteira s\xF3lida","translationTheme.underline":"Sublinhar linhas rectas","translationTheme.mask":"Efeitos difusos (modos de aprendizagem)","translationTheme.opacity":"efeito de transpar\xEAncia","translationTheme.paper":"Efeito de sombra de papel branco","translationTheme.dividingLine":"linha divis\xF3ria","translationTheme.highlight":"alta luminosidade","translationTheme.marker":"marcador (palavra emprestada)","translationTheme.marker2":"Marcador 2","translationTheme.blockquote":"Estilos de refer\xEAncia","translationTheme.weakening":"enfraquecimento","translationTheme.italic":"tipo de letra inclinado","translationTheme.bold":"engrossar","translationTheme.thinDashed":"linha fina pontilhada sublinhada","translationTheme.nativeDashed":"O sistema vem com um sublinhado a tracejado","translationTheme.nativeDotted":"O sistema vem com um sublinhado pontilhado","translationTheme.nativeUnderline":"O sistema \xE9 fornecido com um sublinhado de linha reta","translationTheme.wavy":"linha ondulada","translationServices.custom":"API personalizada","translationServices.tencent":"Tencent Translator","translationServices.tenAlpha":"Tencent Translator (Alfa)","translationServices.google":"Google Tradutor","translationServices.bai":"Baidu (Alfa)","translationServices.baidu":"Tradu\xE7\xE3o do Baidu","translationServices.aliyun":"Tradu\xE7\xE3o AliCloud","translationServices.volc":"tradu\xE7\xE3o vulc\xE2nica","translationServices.deeplx":"DeepLX (Beta)","translationServices.bing":"Microsoft Translate","translationServices.deepl":"DeepL","translationServices.wechat":"Tradu\xE7\xE3o do WeChat","translationServices.azure":"Tradu\xE7\xE3o do Azure","translationServices.ibm":"IBM Watson","translationServices.aws":"Tradu\xE7\xE3o da Amazon","translationServices.mock":"Tradu\xE7\xE3o simulada","translationServices.mock2":"Tradu\xE7\xE3o Simulada 2","translationServices.caiyun":"lit. nuvens coloridas e pequenas tradu\xE7\xF5es","translationServices.cai":"Nuvens coloridas (Alfa)","translationServices.volcAlpha":"Vulc\xE3o (Alfa)","translationServices.openl":"OpenL","translationServices.youdao":"Tradu\xE7\xE3o do Youtube","translationServices.you":"Tradutor Youdao (Alfa)","translationServices.transmart":"Tradu\xE7\xE3o da Tencent Interactive","translationServices.niu":"Tradutor Maverick","translationServices.papago":"Tradu\xE7\xE3o de Papago","translationServices.d":"D (Alfa)","translationServices.dpro":"D Pro (Can\xE1rio)","translationServices.openai":"OpenAI","translationServices.yandex":"Yandex","translationServices.chatgpt":"ChatGPT Web(3.5 m\xF3vel)","translate title":"Traduzir t\xEDtulos de p\xE1ginas","always languages":"Traduzir sempre a l\xEDngua",neverTranslateLanguagesLabel:"A l\xEDngua que nunca ser\xE1 traduzida",neverTranslateTheFollowingLanguagesDescription:"As tradu\xE7\xF5es s\xE3o ignoradas quando um par\xE1grafo da p\xE1gina est\xE1 numa das seguintes l\xEDnguas",enableUserscriptPagePopup:"Mostrar hoverball na p\xE1gina",enableUserscriptPagePopupDescription:"Depois de desligar a hoverball, esta pode ser recuperada com o atalho /{touch}. Recomenda-se vivamente que marque esta p\xE1gina de defini\xE7\xF5es para evitar n\xE3o conseguir encontrar a hoverball depois de ter desligado inadvertidamente esta op\xE7\xE3o!","always translate the following languages":"Traduz automaticamente para a l\xEDngua de destino quando a p\xE1gina est\xE1 numa das seguintes l\xEDnguas","always sites":"S\xEDtios Web sempre traduzidos","always translate the following sites":"Os s\xEDtios Web s\xE3o automaticamente traduzidos para a l\xEDngua de chegada quando s\xE3o os nomes de dom\xEDnio de","never sites":"S\xEDtio nunca traduzido","never translate the following sites":"As tradu\xE7\xF5es n\xE3o ser\xE3o efectuadas quando o s\xEDtio Web se destinar aos seguintes dom\xEDnios","please refer to":"\xC9 necess\xE1rio preencher a chave antes de a poder utilizar. Para mais informa\xE7\xF5es, consulte",KeyAndConfigurationTutorial:"Tutorial de configura\xE7\xE3o e aplica\xE7\xE3o de chaves",useAboveStyleForTheseSites:"Utilize sempre o estilo de tradu\xE7\xE3o \u2308{theme}\u230B quando o s\xEDtio se destina aos seguintes dom\xEDnios",currentUrl:"URL atual",confirm:"guardar (um ficheiro, etc.) (inform\xE1tica)",cancel:"cancelamentos",delete:"remo\xE7\xE3o","languages.auto":"dete\xE7\xE3o autom\xE1tica",syncToCloud:"Sincronizar com o Google Drive",syncToCloudDescription:"Transferida para a nuvem, a configura\xE7\xE3o pode ser sincronizada entre diferentes navegadores/scripts do grease monkey, consoante a \xFAltima modifica\xE7\xE3o.",syncToAccount:"Sincroniza\xE7\xE3o com a Nuvem de Tradu\xE7\xE3o Imersiva",syncToAccountButton:"Sincroniza\xE7\xE3o instant\xE2nea com a nuvem",syncToAccountDescription:"Sincronizar automaticamente as configura\xE7\xF5es entre dispositivos diferentes, consoante a \xFAltima modifica\xE7\xE3o efectuada.",successSyncConfigInAccount:"Sincroniza\xE7\xE3o bem sucedida com a nuvem",successSyncConfigToAccount:"Sincroniza\xE7\xE3o bem sucedida com a nuvem",syncConfigNoUpdate:"J\xE1 est\xE1 atualizado.",authFail:"Falha de autoriza\xE7\xE3o",syncTitle:"Gest\xE3o manual de c\xF3pias de seguran\xE7a",import_hint:"importa\xE7\xE3o (dados)",upload:"carregar",revokeAuth:"revogar uma autoriza\xE7\xE3o",uploadFail:"Falha na transfer\xEAncia",download:"descarregamento",importSuccess:"Importado com sucesso",importFail:"falha na importa\xE7\xE3o",deleteFail:"Falha ao eliminar",backupToCloud:"Gerir manualmente os ficheiros de c\xF3pia de seguran\xE7a",create_new_backup:"Adicionar um novo n\xF3 de backup",maxBackupFiles:"\xC9 poss\xEDvel efetuar a c\xF3pia de seguran\xE7a de at\xE9{count}n\xF3s diferentes. Elimine os n\xF3s de que n\xE3o necessita.",backupToCloudDescription:"Carregar ou restaurar manualmente ficheiros de c\xF3pia de seguran\xE7a, permitindo at\xE9 3 c\xF3pias de seguran\xE7a diferentes",successSyncConfig:"Sincroniza\xE7\xE3o bem sucedida com a nuvem",syncFail:"falha de sincroniza\xE7\xE3o",updatedAt:"Atualizado a partir de {date}",lastSyncedAt:"\xDAltima verifica\xE7\xE3o em {date}",downloadFail:"Falha na transfer\xEAncia",clickToDownload:"Clique para descarregar",aboutLabel:"Acerca de - Feedback","browser.openAboutPage":"Sobre/Feedback",aboutLabelWithoutSponsor:"Acerca de - Feedback",aboutIntro:"Que todos possamos ter um acesso mais f\xE1cil e mais agrad\xE1vel \xE0 vasta quantidade de informa\xE7\xF5es em l\xEDnguas estrangeiras na Internet \u2764\uFE0F Pode optar por ativar a sua <6>subscri\xE7\xE3o Pro para utilizar as tradu\xE7\xF5es DeepL e OpenAI prontas a utilizar.

Pode seguir-nos no <3>Twitter, <4>Telegram, Weibo, WeChat ou <5>subscrever a nossa lista de <5>correio abaixo para acompanhar as actualiza\xE7\xF5es.
<7>Os membros Pro podem contactar-nos em <8>support@immersivetranslate.com para um servi\xE7o de apoio ao cliente r\xE1pido.",aboutIntroWithoutSponsor:"Que todos possamos ter um acesso mais f\xE1cil e mais agrad\xE1vel \xE0 enorme quantidade de informa\xE7\xE3o em l\xEDngua estrangeira dispon\xEDvel na Internet \u2764\uFE0F

Pode seguir-nos no <3>Twitter, no <4>canal Telegram, no WeChat, no WeChat Exchange ou <5>subscrever as actualiza\xE7\xF5es por correio <5>eletr\xF3nico abaixo.",projectHomepage:"In\xEDcio do projeto",joinTelegramGroup:"Junte-se ao grupo de utilizadores para participar em debates sobre funcionalidades",wechatPublicAccount:"WeChat P\xFAblico",wechatCommunities:"Grupo de interc\xE2mbio WeChat",qqCommunities:"Canal de comunica\xE7\xE3o QQ",joinTelegramChannel:"Siga o canal Telegram para obter as \xFAltimas actualiza\xE7\xF5es",feedbackAndJoin:"Feedback da pergunta / Adicionar grupo",autoSync:"sincroniza\xE7\xE3o autom\xE1tica da hora",loadingThemeTitle:"Estilo de carregamento",loadingThemeDescription:"Definir o estilo quando se est\xE1 \xE0 espera que a tradu\xE7\xE3o seja carregada","loadingTheme.spinner":"Anima\xE7\xE3o girat\xF3ria","loadingTheme.text":"texto est\xE1tico algo ","loadingTheme.none":"n\xE3o indicado",developerDescription:"A documenta\xE7\xE3o sobre personaliza\xE7\xE3o avan\xE7ada pode ser encontrada <1>aqui","edit border color":"Modificar a cor do rebordo",successSyncButNoChange:"A configura\xE7\xE3o atual \xE9 coerente com a nuvem",customTheme:"Cores e tamanhos personalizados","customThemeLabel.borderColor":"Cor da margem","customThemeLabel.borderRadius":"Arestas arredondadas","customThemeLabel.textColor":"cor do texto","customThemeLabel.backgroundColor":"cor de fundo","customThemeLabel.zoom":"Escala do tipo de letra (%)","customThemeLabel.opacity":"Opacidade do texto (%)",resetToDefaultColor:"Repor as cores predefinidas",resetToDefaultSettings:"Repor as predefini\xE7\xF5es",isTranslateTitle:"Ativar a tradu\xE7\xE3o dos t\xEDtulos das p\xE1ginas",isTranslateTitleDescription:"Quando aberto, o t\xEDtulo da p\xE1gina \xE9 traduzido",enableSearchEnhancement:"Permitir o melhoramento de mensagens bilingues",enableSearchEnhancementDescription:'Uma vez activada, os resultados da pesquisa do "Google News" ser\xE3o automaticamente apresentados na coluna direita dos s\xEDtios Web suportados (Google News, Pesquisa Google (algumas palavras-chave), Snowball, Oriental Fortune, Futura, Tiger Community) para as palavras-chave inglesas correspondentes.',verifyService:"Clique aqui para testar o servi\xE7o",verified:"Verificar o sucesso","field.langs":"C\xF3digos de idioma suportados","field.model":"modela\xE7\xE3o","field.translationEngine":"motor de tradu\xE7\xE3o","field.limitPerMinute":"M\xE1ximo de pedidos por minuto","field.limitPerSecond":"N\xFAmero m\xE1ximo de pedidos por segundo","field.maxTextLengthPerRequest":"Comprimento m\xE1ximo do texto por pedido","field.maxTextGroupLengthPerRequest":"N\xFAmero m\xE1ximo de par\xE1grafos por pedido","field.apiUrl":"Endere\xE7o da interface API personalizada","field.placeholderDelimiters":"marcador de posi\xE7\xE3o reservado","description.custom":"Acesso \xE0 interface personalizada Documenta\xE7\xE3o necess\xE1ria","description.limitPerMinute":"Os pedidos que excedem este limite entram numa fila de espera at\xE9 ao in\xEDcio do minuto seguinte. Devido \xE0s v\xE1rias limita\xE7\xF5es do servi\xE7o atual da OpenAI, clique <1>aqui para obter os valores sugeridos mais recentes","description.limitPerSecond":"Os pedidos que excedem este limite entram numa fila de espera at\xE9 ao in\xEDcio do segundo seguinte. Devido \xE0s v\xE1rias limita\xE7\xF5es do servi\xE7o atual da OpenAI, clique <1>aqui para obter os valores sugeridos mais recentes","description.generalLimitPerSecond":"Os pedidos que excedem este limite entram numa fila de espera at\xE9 ao in\xEDcio do segundo seguinte.","description.prompt":"Enviar a conversa para {service} como usu\xE1rio, onde {{text}} representa o conte\xFAdo do texto do par\xE1grafo, {{from}} representa a l\xEDngua do par\xE1grafo e {{to}} representa a l\xEDngua alvo.","description.maxTextLengthPerRequest":"O n\xFAmero m\xE1ximo de caracteres por pedido \xE9 demasiado grande para provocar uma resposta lenta da interface, pelo que deve tentar ajustar esta op\xE7\xE3o para otimizar a velocidade","description.systemPrompt":"Um di\xE1logo enviado ao OpenAI como um sistema, em que {{text}} indica o conte\xFAdo do texto do par\xE1grafo,{{from}} indica a l\xEDngua do par\xE1grafo e{{to}} indica a l\xEDngua de destino.","field.domain":"dom\xEDnio","description.domain":"A predefini\xE7\xE3o \xE9\uFF1Ageneral. S\xF3 pode ser definido se a tradu\xE7\xE3o de dom\xEDnios estiver activada na consola da API Arima, ver <1>aqui os dom\xEDnios suportados","field.scene":"tomar","description.scene":"A predefini\xE7\xE3o \xE9\uFF1Ageneral. S\xF3 pode ser definido se a consola da API AliCloud abrir o Machine Translation Pro, consulte <1>aqui os cen\xE1rios suportados","field.vocabId":"ID do dicion\xE1rio do utilizador","description.vocabId":"O dicion\xE1rio especificado out_id, atualmente suporta a tradu\xE7\xE3o de ingl\xEAs para chin\xEAs.","description.model":"Modelos OpenAI, podem ser gpt-3.5-turbo, gpt-4, etc.","description.maxTextGroupLengthPerRequest":"O n\xFAmero de par\xE1grafos enviados ao servi\xE7o de tradu\xE7\xE3o de cada vez; se houver demasiados par\xE1grafos, a interface poder\xE1 responder mais lentamente","description.apiUrl":"Por favor, adicione URLs espec\xEDficos com caminhos, <1>mais descri\xE7\xE3o",enabledExtension:"Ativa\xE7\xE3o de extens\xF5es",clickToDisableExtension:"Clique para desativar as extens\xF5es",clickToEnableExtension:"Clique para ativar as extens\xF5es",hasBeenDisabled:"desativado","show password":"Mostrar palavra-passe",customContent:"Introduzir um nome de modelo personalizado",inputOptions:"Melhoria da caixa de entrada",mouseHoverOptions:"passar o rato",modifyMouseHoverKey:"Modificar o atalho para passar o rato",enableInputTranslation:"Ativar ou n\xE3o o melhoramento da caixa de entrada",enableInputTranslationDescription:"Uma vez ativado, escreva {startingKey}{startingKey} hello diretamente na caixa de entrada e, em seguida, prima rapidamente{inputTrailingTriggerKeyRepeatTimes}vezes{trailingKey}para traduzir para {inputTargetLanguage}",enableInputTranslationDescriptionForNoneKey:"Uma vez ativado, escreva\uFF1AHello World diretamente na caixa de entrada e, em seguida, prima rapidamente{inputTrailingTriggerKeyRepeatTimes}{trailingKey}vezes para traduzir para o idioma de destino predefinido.",inputTargetLanguage:"Definir o idioma de destino predefinido para as caixas de entrada",inputTargetLanguageDescription:"L\xEDngua de destino predefinida para a tradu\xE7\xE3o da caixa de entrada, ou seja, {startingKey}{startingKey} como l\xEDngua predefinida para as palavras de acionamento",inputTargetLanguageDescriptionForNoneKey:"L\xEDngua de destino predefinida para a tradu\xE7\xE3o da caixa de entrada",inputStartingTriggerKeyTitle:"Definir o car\xE1cter de divis\xE3o para a tradu\xE7\xE3o parcial da caixa de entrada",inputStartingTriggerKeyDescription:"Quando n\xE3o \xE9 necess\xE1rio traduzir toda a caixa de entrada, o separador permite-lhe traduzir apenas a parte de {startingKey}{startingKey} at\xE9 ao fim da caixa de entrada, ou pode especificar o c\xF3digo da l\xEDngua, por exemplo,\uFF1A{startingKey}ja significa traduzir apenas a parte de {startingKey}ja at\xE9 ao fim da caixa de entrada.",inputStartingTriggerKeyDescriptionForNoneKey:"A defini\xE7\xE3o atual de sem prefixo n\xE3o \xE9 necess\xE1ria, e a fun\xE7\xE3o de tradu\xE7\xE3o de alguns textos na caixa de entrada n\xE3o pode ser utilizada por enquanto.",inputTrailingTriggerKeyTitle:"Selecionar um car\xE1cter de acionamento de fim de registo",inputTrailingTriggerKeyDescription:"3 hits r\xE1pidos{trailingKey} come\xE7ar\xE1 a traduzir!",inputTrailingTriggerKeyTimeout:"Introduzir o tempo entre os accionamentos de fim de combate",inputTrailingTriggerKeyTimeoutDescription:"Define o tempo (em milissegundos) entre os accionamentos da combina\xE7\xE3o de fim de entrada",spaceKey:"<\u7A7A\u683C\u952E>",noneKey:"Tradu\xE7\xE3o direta de toda a caixa de texto sem prefixos",inputTranslationBlockUrlsTitle:"N\xE3o ativar o melhoramento da caixa de entrada nos seguintes URLs",inputTranslationBlockUrlsDescription:"As melhorias na caixa de entrada n\xE3o funcionar\xE3o nos seguintes URLs",clickToSeeQuickDemo:"Clique para expandir o v\xEDdeo tutorial r\xE1pido de 30 segundos",inputHelperInfo:"Descri\xE7\xE3o\uFF1AOptimiz\xE1mos o facto de alguns caracteres desencadeadores se transformarem em sinais de pontua\xE7\xE3o chineses nos m\xE9todos de introdu\xE7\xE3o chineses, por exemplo, / transforma-se num sinal de dun , no m\xE9todo de introdu\xE7\xE3o Sogou, e o Immersive Translator suporta todos os s\xEDmbolos chineses correspondentes aos caracteres desencadeadores, ou seja, //,,,, ser\xE3o reconhecidos como caracteres desencadeadores.

Tamb\xE9m suportamos pseud\xF3nimos chineses para c\xF3digos de idioma como comandos, por exemplo, /Japanese Hello World ser\xE1 traduzido para japon\xEAs, <1>clique aqui para ver todos os c\xF3digos de idioma suportados.",reloadCurrentPage:"Por favor, actualize a p\xE1gina atual antes de iniciar a tradu\xE7\xE3o.",noLocalFilePermissionForPDF:"N\xE3o tem permiss\xE3o para ler ficheiros locais, por favor clique no bot\xE3o acima e depois importe os ficheiros locais.",noPermissionForThisPage:"\u26A0\uFE0F Sem permiss\xE3o para traduzir a p\xE1gina atual",retryAllParagraphs:"Repetir todas as passagens de erro",retryAllButton:"Repetir todas as passagens de erro",errorTooltipTitle:"Clique para ver a causa do erro",errorModalTitle:"Algo parece estar errado com o servi\xE7o de tradu\xE7\xE3o ou com a rede...",disableConfirm:"Defini\xE7\xE3o de melhoria da informa\xE7\xE3o bilingue",disableOnce:"Esta incapacidade",disableGlobal:"desativar permanentemente",disableTint:"* Pode voltar a activ\xE1-lo em {option} .",searchEnhancementNotes:"Depois de ativar a funcionalidade de Melhoria da informa\xE7\xE3o bilingue da tradu\xE7\xE3o imersiva, pesquisamos automaticamente as mesmas palavras-chave em ingl\xEAs nos s\xEDtios Web suportados (Google News, Pesquisa Google (algumas palavras-chave), Snowball, Oriental Wealth, Futura, Tiger) e apresentamo-las no lado direito. Pode optar por desactiv\xE1-la se n\xE3o necessitar desta funcionalidade.",option:"preparar",saveSettings:"Guardar defini\xE7\xF5es",closeModal:"Fechar a janela",enableInputTranslationWithoutTriggerKeyTitle:"Permitir 3 acessos r\xE1pidos em{trailingKey}para traduzir diretamente toda a caixa de entrada para{inputTargetLanguage}",enableInputTranslationWithoutTriggerKeyDescription:"Para especificar o idioma de destino, prefixe-o com o c\xF3digo do idioma, por exemplo,\uFF1Aja Hello World",mouseHoverShortcutPlaceholder:"Por exemplo,\uFF1AShift",deepLProName:"Membro Pro da Immersive Translation (Recomendado)",deepLProDescription:"O pacote atual pode ser utilizado diretamente",deeplProDescriptionForNormal:"N\xE3o \xE9 necess\xE1ria qualquer configura\xE7\xE3o, os membros podem utiliz\xE1-lo depois de iniciarem sess\xE3o, <1>clique aqui para atualizar para membro",deepLCustomDescription:"Necess\xE1rio cart\xE3o de cr\xE9dito estrangeiro, oficialmente aberto em <1>DeepL, clique para <2>documenta\xE7\xE3o",deepLCustomName:"Chave de autentica\xE7\xE3o personalizada",chooseProviderLabel:"Selecionar um fornecedor de servi\xE7os",openaiProName:"Membro Pro da Immersive Translation (Recomendado)",openaiProDescription:"O pacote atual pode ser utilizado diretamente",openaiProDescriptionForNormal:"N\xE3o \xE9 necess\xE1ria qualquer configura\xE7\xE3o, os membros podem utiliz\xE1-lo depois de iniciarem sess\xE3o, <1>clique aqui para atualizar para membro",openaiCustomDescription:"Dispon\xEDvel no OpenAI, Azure OpenAI ou noutros servi\xE7os de terceiros, <1>clique aqui para ver a documenta\xE7\xE3o",openaiCustomName:"Chave API personalizada",needLoginAction:"(ades\xE3o aberta ou personaliza\xE7\xE3o)",goLoginOrAction:"(Abrir uma inscri\xE7\xE3o ou ir \xE0s defini\xE7\xF5es)",yearly:"efetuar um pagamento anual consecutivo",quarterly:"embalagem sequencial",monthly:"assinatura mensal",yearlyForOnce:"Pacote anual \xFAnico",monthlyForOnce:"Pacote mensal \xFAnico",daily:"dias consecutivos de embalagem",year:"efetuar um pagamento anual consecutivo",quarter:"embalagem sequencial",month:"assinatura mensal",day:"dias consecutivos de embalagem",onetime_7day:"Pacote de experi\xEAncia de 7 dias",currentPlanDescriptionForFree:"Pacotes actuais\uFF1AFree",currentPlanDescriptionForContinuous:"O pacote atual\uFF1A{plan}ser\xE1 automaticamente renovado em {endAt}",currentPlanDescriptionForAutoRenewCaceling:"O pacote atual\uFF1A{plan}expira em {endAt} e n\xE3o ser\xE1 renovado automaticamente ap\xF3s a expira\xE7\xE3o.",currentYearlyPlanDescriptionForAutoRenewCacelingWithRealPaiedUser:"O pacote atual,\uFF1A{plan}, expira em {endAt} e n\xE3o ser\xE1 renovado automaticamente ap\xF3s a expira\xE7\xE3o.
<1>Clique aqui para gerir o seu plano de renova\xE7\xE3o",currentYearlyPlanDescriptionForAutoRenewCacelingWithAdmin:"O pacote atual,\uFF1A{plan}, expira em {endAt} e n\xE3o ser\xE1 renovado automaticamente ap\xF3s a expira\xE7\xE3o.
<1>Clique aqui para ativar a subscri\xE7\xE3o anual cont\xEDnua",currentPlanDescriptionForOneTime:"A subscri\xE7\xE3o atual\uFF1A{plan}expira em {endAt} . <1>Clique aqui para atualizar para uma subscri\xE7\xE3o <1>anual ou <2>mensal.",upgradePlan:"Clique aqui para atualizar para a subscri\xE7\xE3o Pro",upgradeToPro:"Atualizar para a subscri\xE7\xE3o Pro","popup.openPro":"Actualize para a subscri\xE7\xE3o Pro para desfrutar de DeepL e da tradu\xE7\xE3o OpenAI, clique aqui para atualizar!","popup.openProForPro":"\xC9 um membro Pro com acesso direto \xE0s tradu\xE7\xF5es de DeepL e OpenAI!",currentAccount:"conta corrente",enableAutoSyncUserSettings:"Permitir a sincroniza\xE7\xE3o autom\xE1tica na nuvem em v\xE1rios dispositivos",modalEnableInputTranslationTitle:"Tradu\xE7\xE3o imersiva Caixa de entrada Alertas de tradu\xE7\xE3o",modalEnableInputTranslationDesc:"Acaba de ativar a tradu\xE7\xE3o da caixa de entrada da Tradu\xE7\xE3o Imersiva, carregando na barra de espa\xE7os 3 vezes em sucess\xE3o r\xE1pida, e o conte\xFAdo da caixa de entrada ser\xE1 traduzido para a l\xEDngua de destino predefinida. A tradu\xE7\xE3o pode ser anulada com Ctrl+Z.

Se isto foi um erro, n\xE3o se preocupe, pode optar por desactiv\xE1-la desta vez ou desativar permanentemente a tradu\xE7\xE3o da caixa de entrada.",saveAndNotShowAgain:"Guardar e parar a solicita\xE7\xE3o",disableInputTranslationTips:"* Tamb\xE9m pode definir outros atalhos para serem accionados em {option} ,{learnMore}.",learnMore:"Clique aqui para saber mais",continueEnalbeInputTranslation:"Continuar a ativar a tradu\xE7\xE3o da caixa de entrada",autoRenewTrialSuffix:'(Durante o per\xEDodo experimental,passa imediatamente a membro efetivo)',upgradeFromTrialTitle:"Atualiza\xE7\xE3o para membro de pleno direito",subtitle:"legendagem de v\xEDdeo",youtubeService:"Tradu\xE7\xE3o por imers\xE3o Servi\xE7os de tradu\xE7\xE3o de legendagem de v\xEDdeo","subtitle.disabledSubtitle":"Desativar permanentemente a funcionalidade de legendas de v\xEDdeo","subtitle.disabledSubtitleDescription":"Se Immersive Translator's Video Subtitles entrar em conflito com outras extens\xF5es, pode optar por desativar permanentemente a funcionalidade Immersive Translator's Video Subtitles ou desinstalar outras extens\xF5es que entrem em conflito","subtitle.autoEnableSubtitle":"Utiliza\xE7\xE3o autom\xE1tica de legendas bilingues","subtitle.autoEnableSubtitleDescription":"Depois de ativado, quando o v\xEDdeo \xE9 reproduzido, as legendas bilingues s\xE3o exibidas automaticamente, caso contr\xE1rio, \xE9 necess\xE1rio clicar no bot\xE3o de tradu\xE7\xE3o para exibir.","subtitle.preTranslation":"Traduzir legendas utilizando a tradu\xE7\xE3o imersiva","subtitle.preTranslationDescription":"Quando activada, toda a legenda ser\xE1 pr\xE9-traduzida utilizando o servi\xE7o de tradu\xE7\xE3o especificado abaixo, e um v\xEDdeo de 1 hora consumir\xE1 cerca de 50.000 Tokens ou caracteres, pelo que deve ser utilizada \xE0 sua discri\xE7\xE3o; quando desactivada, ser\xE3o utilizadas primeiro as legendas originais.","subtitle.humanSubtitlesPreferred":"Utiliza\xE7\xE3o priorit\xE1ria de legendagem humana","subtitle.humanSubtitlesPreferredDescription":"Dar prioridade \xE0 utiliza\xE7\xE3o de legendas humanas quando o v\xEDdeo tiver legendas humanas na l\xEDngua de chegada (recomendado)",videoSubtitleTranslationDescription:"Atribuir um servi\xE7o de tradu\xE7\xE3o separado para as legendas de v\xEDdeo",subtitleTranslating:"Aguarde enquanto as legendas est\xE3o a ser traduzidas utilizando o servi\xE7o {service} ... (tradu\xE7\xE3o por imers\xE3o)",subtitleLoading:"A carregar as legendas...",bilingual:"bilinguismo","field.action":"Se deve ativar a terminologia Baidu","description.action":"Quando ativado, ser\xE1 adicionado um par\xE2metro action=1 ao pedido para informar o Baidu do termo ativado. <1>Consulte a documenta\xE7\xE3o oficial para obter mais informa\xE7\xF5es.",closeQuickTranslation:"Fechar Hoverball","closeQuickTranslation.untilNext":"Desta vez fechado at\xE9 \xE0 pr\xF3xima visita","closeQuickTranslation.currentWebsite":"S\xEDtio atual desativado","closeQuickTranslation.alwaysClose":"desativar permanentemente","closeQuickTranslation.settingOpen":"(pode ser ativado na <1>p\xE1gina de defini\xE7\xF5es )","closeQuickTranslation.cancel":"cancelamentos","closeQuickTranslation.confirm":"definir","floatBall.popup":"Abrir o painel Defini\xE7\xF5es r\xE1pidas","floatBall.translate":"Clique para traduzir a p\xE1gina","floatBall.showOriginal":"Clique para voltar ao artigo original","floatBall.close":"Fechar Hoverball","floatBallOptions.enableDescPc":"Depois de ativar o hoverball da p\xE1gina, ser\xE1 apresentado um bot\xE3o de tradu\xE7\xE3o r\xE1pida no lado direito da p\xE1gina, clique nele para traduzir!","floatBallOptions.enableDesc":"Depois de desligar a hoverball, esta pode ser recuperada com{touch}. Recomenda-se vivamente que marques esta p\xE1gina de defini\xE7\xF5es para o caso de n\xE3o conseguires encontrar a hoverball depois de teres desligado inadvertidamente esta op\xE7\xE3o!","description.azureApiUrl":"Preencher o endere\xE7o da interface API personalizada",confirmSupportMouse:"For\xE7ar a ativa\xE7\xE3o do suporte do rato",confirmSupportMouseDescription:"Detectado que o browser atual n\xE3o suporta a fun\xE7\xE3o de rato, \xE9 for\xE7ado a ativar o suporte de rato?",sampleTargetText:"A longa noite chegar\xE1, e eu vigiarei de hoje at\xE9 \xE0 minha morte. N\xE3o tomarei nenhuma esposa, n\xE3o farei nenhum feudo, n\xE3o terei filhos. N\xE3o usarei uma coroa, n\xE3o lutarei por honra. Cumprirei o meu dever, viverei e morrerei.",sampleSourceText:"Night gathers, and now my watch begins. It shall not end until my death. I shall take no wife, hold no lands, father no children. I shall wear no crowns and win no glory. I shall live and die at my post.","desc.touchShortcutsToggleTranslatePageOnlyTranslation":"Apenas a tradu\xE7\xE3o significa que apenas o texto traduzido ser\xE1 exibido, se a p\xE1gina ainda n\xE3o foi traduzida, o modo ser\xE1 alterado e traduzido.","desc.toggleOnlyTransation":"O modo de tradu\xE7\xE3o apenas se refere a mostrar apenas a tradu\xE7\xE3o, se a p\xE1gina ainda n\xE3o foi traduzida, o modo ser\xE1 alterado e traduzido.",touchShortcutsToggleTranslatePageOnlyTranslation:"Configurar gestos de toque na tela para alternar entre o modo bil\xEDngue / apenas tradu\xE7\xE3o",download_started:"O download j\xE1 come\xE7ou, se n\xE3o come\xE7ou automaticamente, por favor clique manualmente.",here:"aqui","translationFont.customPlaceholder":"tipo de letra",batchEdit:"Opera\xE7\xE3o em massa","error.goReset":"ir redefinir","error.configError":"Dados de configura\xE7\xE3o anormais","translationServices.inherit":"Siga o servi\xE7o de tradu\xE7\xE3o principal",detectServiceLoading:"Detectando servi\xE7os de tradu\xE7\xE3o dispon\xEDveis...","translationModeLang.translation.title":"Apenas o modo de tradu\xE7\xE3o de idioma","translationFont.custom":"Insira a fonte personalizada","error.serveConfigError":"Erro de configura\xE7\xE3o do servi\xE7o",toggleToService:"Mude para {service} e tente novamente","touch.mouse-translate":"Traduzir o par\xE1grafo especificado","translationModeUrl.translation.title":"Modo de apenas tradu\xE7\xE3o do URL","error.proTokenInvalid":"Se voc\xEA \xE9 um usu\xE1rio Pro, fa\xE7a login antes de usar o servi\xE7o de tradu\xE7\xE3o Pro.",enableSentryReport:"Quando ocorre um erro de extens\xE3o, use o Sentry para enviar feedback.",translationFont:"Definir fonte",videoSubtitlePreTranslationOn:"As legendas de v\xEDdeo usar\xE3o tradu\xE7\xE3o imersiva como prioridade.","error.reloadPageOfSetting":"Ap\xF3s a configura\xE7\xE3o, atualize a p\xE1gina para traduzir novamente.","translationModeLang.translation.description":"Quando a l\xEDngua da p\xE1gina \xE9 uma das seguintes, o modo de tradu\xE7\xE3o apenas ser\xE1 usado automaticamente.","error.502":"O servi\xE7o retornou um erro, o servi\xE7o est\xE1 fora do tempo, por favor tente novamente mais tarde.","error.googleLimitIp":"O servi\xE7o retorna um erro, o servi\xE7o Google j\xE1 limitou este endere\xE7o IP, \xE9 recomendado que voc\xEA mude o n\xF3 da rede.","error.403":"O servi\xE7o retorna um erro, temporariamente sem permiss\xE3o para acessar esse servi\xE7o.","error.400":"O servi\xE7o retorna um erro, o par\xE2metro de solicita\xE7\xE3o est\xE1 errado, por favor, verifique a configura\xE7\xE3o correspondente.","error.proUpgrade":"Ap\xF3s a atualiza\xE7\xE3o, atualize a p\xE1gina e traduza novamente.",videoSubtitlePreTranslationOff:"As legendas do v\xEDdeo dar\xE3o prioridade \xE0s legendas traduzidas automaticamente inclu\xEDdas no v\xEDdeo original.","error.429":"O servi\xE7o retornou um erro, indicando que a solicita\xE7\xE3o \xE9 muito frequente ou excede o limite, tente novamente mais tarde.","error.gemini.429":"O servi\xE7o Gemini atual atingiu sua capacidade m\xE1xima, por favor, tente novamente mais tarde ou mude para outro servi\xE7o de tradu\xE7\xE3o.","error.openAIExceededQuota":"O servi\xE7o retorna um erro: o saldo da sua conta OpenAI atual \xE9 insuficiente, por favor recarregue ou vincule um cart\xE3o de cr\xE9dito no back-end oficial da OpenAI.","translationFont.notSupportErrorMessage":"Por favor, verifique se o nome da fonte que voc\xEA inseriu est\xE1 correto, ou confirme se essa fonte j\xE1 est\xE1 instalada em seu dispositivo.","translationModeUrl.translation.description":"Quando o site \xE9 para os seguintes dom\xEDnios, o modo de apenas tradu\xE7\xE3o \xE9 usado automaticamente.","desc.toggleVideoSubtitlePreTranslation":"Ao pressionar, as legendas em dois idiomas do v\xEDdeo usar\xE3o preferencialmente as configura\xE7\xF5es de tradu\xE7\xE3o imersiva, ao pressionar novamente, as legendas autom\xE1ticas do v\xEDdeo original ser\xE3o priorizadas. Aten\xE7\xE3o: este atalho modifica as configura\xE7\xF5es globais.","error.openAIFreeLimit":"O servi\xE7o retorna um erro, a frequ\xEAncia atual de solicita\xE7\xF5es de tradu\xE7\xE3o atingiu o limite m\xE1ximo de 3 vezes por minuto, tente novamente mais tarde. (Esta \xE9 a restri\xE7\xE3o oficial da OpenAI para a chave API gratuita, para remover essa restri\xE7\xE3o, vincule um cart\xE3o de cr\xE9dito no backend da OpenAI.)","error.serveUnavailable":"O servi\xE7o [{serverName}] que voc\xEA est\xE1 usando atualmente n\xE3o pode ser acessado temporariamente devido a problemas de conex\xE3o de rede ou do provedor de servi\xE7os. Sugerimos que voc\xEA tente atualizar a p\xE1gina ou alterar para outro servi\xE7o de tradu\xE7\xE3o atrav\xE9s das <1>configura\xE7\xF5es. Se voc\xEA \xE9 um membro <2>Pro, pode optar por usar os servi\xE7os de tradu\xE7\xE3o mais est\xE1veis da DeepL ou OpenAI (<3>clique aqui para experimentar gratuitamente). Al\xE9m disso, voc\xEA pode precisar verificar suas configura\xE7\xF5es de rede ou proxy.","tagsInput.add":"+ Adicionar","floatBall.iKnow":"Eu sei.",pickAll:"Selecionar tudo",goLogin:"V\xE1 fazer login",notLogin:"N\xE3o conectado","error.retry":"Tentar novamente",shortcutSettingsTitle:"Configura\xE7\xF5es de atalho","error.reason":"Raz\xE3o do erro","subtitle.hideQuickButton":"N\xE3o mostrar mais este atalho",errorReason:"Raz\xE3o do erro: {message}","widget.instruction":"Instru\xE7\xF5es de uso","multipleClick.2":"Clique duplo","multipleClick.3":"Tr\xEDplice golpe","widget.translateFile":"PDF/ePub","floatBallOptions.fixedPositionLeft":"lado esquerdo","floatBallOptions.fixedPosition":"Posi\xE7\xE3o fixa",buildSnapshots:"Gerar instant\xE2neo da p\xE1gina da web","intro.floatBallTitle":"Bola flutuante de tradu\xE7\xE3o r\xE1pida",neverTranslateThisSite:"Nunca traduza este site",mouseHoverCustomKeyTitle:"Personalizar atalhos de mouse hover","subtitle.autoDisableSubtitle":"N\xE3o ative automaticamente as legendas bilingues","browser.translateWithGoogle":"Usar o Google Tradutor temporariamente para a p\xE1gina atual","error.subscriptionExpiredTitle":"A associa\xE7\xE3o expirou","floatBallOptions.fixedPositionRight":"lado direito",loggedIn:"Conectado","subtitle.bilingual":"Legendas bil\xEDngues","slide.right":"Deslize para a esquerda",networkError:"O servi\xE7o de tradu\xE7\xE3o ou a rede est\xE1 com problemas",contact:"Entre em contato conosco","intro.subtitleTitle":"Exibi\xE7\xE3o de legendas bilingues em v\xEDdeos online","browser.translateWithTransmart":"Usar temporariamente o Tencent para traduzir a p\xE1gina atual",alwaysTranslateThisSite:"Sempre traduza este site",temprarilyChangeTranslationTo_gemini:"Est\xE1 a usar o Gemini para traduzir a p\xE1gina atual","multipleClick.4":"Qu\xE1druplo golpe","intro.hoverTitle":"Passe o mouse para traduzir o par\xE1grafo atual",temprarilyChangeTranslationTo_google:"Est\xE1 a usar o Google Tradutor para traduzir a p\xE1gina atual","shortcutGroup.touch":"Gestos espec\xEDficos para tela sens\xEDvel ao toque",notLoginPro:"Ainda n\xE3o iniciou sess\xE3o na sua conta de membro.",paragraphMinTextCountField:"N\xFAmero m\xEDnimo de caracteres necess\xE1rios para traduzir um par\xE1grafo",temprarilyChangeTranslationTo_openai:"Est\xE1 a usar o OpenAI para traduzir a p\xE1gina atual",translationOnlyMode:"Apenas modo de tradu\xE7\xE3o",viewWithImmersiveTranslate:"Vers\xE3o bil\xEDngue (tradu\xE7\xE3o imersiva)","translationServices.gemini":"G\xEAmeos","browser.toggleMouseHoverTranslateDirectly":"Ativar ou desativar temporariamente a tradu\xE7\xE3o direta do mouse hover na p\xE1gina",shortcutSettings:"Atalho","browser.translateWithOpenAI":"Usar temporariamente o OpenAI para traduzir a p\xE1gina atual",touchShortcutsToggleTranslateTouchElement:"Configurar gestos de toque na tela para traduzir par\xE1grafos espec\xEDficos","widget.instructionTooltip":"Consulte as instru\xE7\xF5es de uso","shortcutGroup.mouse":"Configura\xE7\xE3o de atalhos de teclado para hover do mouse",temprarilyChangeTranslationTo_deepl:"Est\xE1 a usar o DeepL para traduzir a p\xE1gina atual.","floatBall.longPress":"Pressione e segure para abrir rapidamente o painel de configura\xE7\xF5es.","widget.videoSubtitle":"legendas de v\xEDdeo",upgradeToProErrorTitle:"Por favor, atualize para o membro Pro antes de usar este servi\xE7o de tradu\xE7\xE3o.","floatBallOptions.fixedPositionDesc":"A bola flutuante est\xE1 \xE0 esquerda ou \xE0 direita da janela?","shortcutGroup.shortcutsForTranslationServices":"Servi\xE7os de tradu\xE7\xE3o atalhos relacionados",temprarilyChangeTranslationTo_transmart:"Est\xE1 a usar o Tencent para traduzir a p\xE1gina atual.",touchShortcutsOff:"fechar","browser.translateWithBing":"Usar temporariamente o Microsoft Translate para traduzir a p\xE1gina atual","browser.toggleVideoSubtitlePreTranslation":"Alternar legendas bil\xEDngues prefere usar configura\xE7\xF5es de tradu\xE7\xE3o imersiva","proQuotaExceededError.resetTime":"3. Tempo de redefini\xE7\xE3o do limite: {resetTime}","widget.videoSubtitleTooltip":"Suporta Youtube e outros {count}+ sites de v\xEDdeo","desc.touchShortcutsToggleTranslateTouchElement":"Personalize um gesto e voc\xEA poder\xE1 traduzir qualquer par\xE1grafo em que estiver.","subtitle.showQuickButton":"No leitor, exibir legendas em dois idiomas \xE9 um atalho","shortcutGroup.others":"Mais atalhos de fun\xE7\xF5es personalizadas",touchShortcutsToggleTranslationMask:"Configurar gestos de toque na tela para mostrar a m\xE1scara de tradu\xE7\xE3o / mostrar o texto original",temprarilyChangeTranslationTo_bing:"Est\xE1 a usar o Microsoft Translator para traduzir a p\xE1gina atual.","browser.translateWithGemini":"Use temporariamente o Gemini para traduzir a p\xE1gina atual","error.subscriptionExpired":"A sua associa\xE7\xE3o pode ter expirado, por favor verifique o estado da sua associa\xE7\xE3o.","browser.translateInputBox":"Traduzir o conte\xFAdo da caixa de entrada atual",touchShortcutsToggleTranslatePage:"Defina gestos de toque na tela para traduzir p\xE1ginas da web / mostrar o texto original","widget.translateFileTooltip":"Traduzir documentos PDF, EPUB, SRT, ASS, HTML e TXT","description.baiduField":"Os campos suportados s\xE3o vistos <1>aqui, se estiver vazio, significa que nenhum campo \xE9 especificado.","browser.translateWithDeepL":"Use temporariamente o DeepL para traduzir a p\xE1gina atual","desc.interfaceLanguage":"A configura\xE7\xE3o do idioma da interface afeta o idioma de exibi\xE7\xE3o do painel de controle e n\xE3o est\xE1 relacionada ao idioma de destino da tradu\xE7\xE3o.","neverTranslateText.title":`Por favor, traduza diretamente para o portugu\xEAs (evite explicar o texto original): + {env.imt_trans_field}: \uBC88\uC5ED\uBB38`,"subtitle.quickButton.setting":"\uC124\uC815","subtitle.quickButton.translationPosition":"\uBC88\uC5ED \uC704\uCE58","subtitle.quickButton.black":"\uAC80\uC740\uC0C9","translationServices.claude":"\uD074\uB85C\uB4DC","subtitle.quickButton.translationPositionTop":"\uC6D0\uBB38 \uC704\uC5D0","subtitle.quickButton.backgroundColor":"\uBC30\uACBD\uC0C9","subtitle.quickButton.translationPositionBottom":"\uC6D0\uBB38 \uC544\uB798\uC5D0","subtitle.quickButton.yellow":"\uB178\uB780\uC0C9","subtitle.quickButton.white":"\uD558\uC580\uC0C9","subtitle.quickButton.translationTextColor":"\uBC88\uC5ED \uAE00\uAF34 \uC0C9\uC0C1","subtitle.quickButton.red":"\uBE68\uAC04\uC0C9","subtitle.quickButton.sourceTextColor":"\uC6D0\uB798 \uAE00\uAF34 \uC0C9\uC0C1","subtitle.quickButton.green":"\uB179\uC0C9","subtitle.quickButton.cyan":"\uCCAD\uC0C9","subtitle.quickButton.magenta":"\uB9C8\uC820\uD0C0\uC0C9","subtitle.quickButton.backgroundOpacity":"\uBC30\uACBD \uBD88\uD22C\uBA85\uB3C4","subtitle.quickButton.translationFontSize":"\uBC88\uC5ED \uAE00\uC790 \uD06C\uAE30","subtitle.quickButton.sourceFontSize":"\uC6D0\uB798 \uAE00\uAF34 \uD06C\uAE30","subtitle.quickButton.blue":"\uD30C\uB780\uC0C9",attachSubtitleTranslating:"{service}\uB97C \uC0AC\uC6A9\uD558\uC5EC \uBC88\uC5ED \uC911...","error.claude.403":"\uC11C\uBE44\uC2A4\uC5D0 \uC561\uC138\uC2A4 \uD560 \uAD8C\uD55C\uC774 \uC5C6\uC2B5\uB2C8\uB2E4. \uC774\uB294 Claude\uC758 \uC9C0\uC5ED \uC81C\uD55C\uACFC \uAD00\uB828\uC774 \uC788\uC744 \uC218 \uC788\uC2B5\uB2C8\uB2E4. IP \uC8FC\uC18C\uB97C \uBCC0\uACBD\uD558\uAC70\uB098 \uB2E4\uB978 \uBC88\uC5ED \uC11C\uBE44\uC2A4\uB97C \uC0AC\uC6A9\uD574 \uBCF4\uC2ED\uC2DC\uC624.","browser.brandDescriptionForSafari":"\u3010\uBAB0\uC785\uD615 \uBC88\uC5ED\u3011\uBB34\uB8CC\uC758 (\uC6D0\uBB38/\uBC88\uC5ED\uBB38) \uC774\uC911 \uC5B8\uC5B4 \uB300\uC870 \uC6F9 \uD398\uC774\uC9C0 \uBC88\uC5ED \uD50C\uB7EC\uADF8\uC778\uC73C\uB85C, PDF \uBC88\uC5ED \uBC0F EPUB \uC804\uC790\uCC45 \uBC88\uC5ED\uC744 \uC9C0\uC6D0\uD558\uBA70 \uC6D0\uBB38\uC758 \uBB38\uC11C \uBC30\uCE58\uB97C \uC720\uC9C0\uD569\uB2C8\uB2E4. Youtube/Netflix \uB4F1\uC758 \uC628\uB77C\uC778 \uBE44\uB514\uC624 \uC774\uC911 \uC5B8\uC5B4 \uC790\uB9C9 \uBC88\uC5ED\uC744 \uC9C0\uC6D0\uD558\uBA70, Deepl/Google \uB4F1 \uC8FC\uC694 \uBC88\uC5ED \uC11C\uBE44\uC2A4\uB97C \uC9C0\uC6D0\uD569\uB2C8\uB2E4.","browser.PdfProFile":"AI\uAC00 \uAD6C\uB3D9\uD558\uB294 PDF Pro \uBC88\uC5ED","browser.textTranslate":"\uBB38\uC11C \uBC88\uC5ED"};var Eh={nologin:"n\xE3o conectado",loginForSafari:"Iniciar sess\xE3o ou registar-se",login:"Iniciar sess\xE3o para abrir uma inscri\xE7\xE3o",manageAccount:"Contas geridas",openPremium:"Associa\xE7\xE3o aberta",logout:"abortar",curentPlan:"Pacotes actuais",endAt:"expira\xE7\xE3o",endAuto:"renova\xE7\xE3o autom\xE1tica",lineBreakMaxTextCount:"N\xFAmero m\xE1ximo de caracteres permitidos por frase ap\xF3s as mudan\xE7as de linha","translate-pdf":"Clique para traduzir o PDF","noSupportTranslate-pdf":"Script n\xE3o suportado, utilize o plugin","translate-firefox-local-pdf":"Clique para ir para Importar PDF",enableLineBreak:"Ativar o avan\xE7o autom\xE1tico de linha para par\xE1grafos longos",sponsorLabel:"$1 Desenvolvedores patrocinados",help:"m\xE3o",browserShortcutsNoteForFirefox:"Para alterar os atalhos no Firefox, \xE9 necess\xE1rio abrir a p\xE1gina de gest\xE3o de extens\xF5es `about:addons`, clicar em `Settings` e, em seguida, clicar em `Manage Shortcuts` para definir os atalhos.",browserShortcutsNoteForChrome:"Para modificar os atalhos no Chrome, tem de abrir a p\xE1gina de gest\xE3o de extens\xF5es, defini-los no painel `Gerir atalhos` (`chrome://extensions/shortcuts`) e clicar no bot\xE3o abaixo para saltar para a p\xE1gina de gest\xE3o de atalhos.",browserShortcutsSucks:"Os atalhos personalizados s\xE3o formatados como (sem reconhecimento autom\xE1tico, introduza diretamente)\uFF1A",enableLineBreakDescription:"Quando activada, as quebras de linha ser\xE3o inseridas no final de cada frase em par\xE1grafos longos para facilitar a leitura","browser.shortBrandName":"Tradu\xE7\xE3o por imers\xE3o","browser.brandName":"Tradu\xE7\xE3o por imers\xE3o: Tradu\xE7\xE3o bilingue de p\xE1ginas Web e de documentos PDF","browser.brandDescription":"Bilingual web page translation, also supports PDF translation, bilingual Epub eBook translation, free to use.","browser.toggleTranslatePage":"Traduzir a p\xE1gina/apresentar o texto original","browser.toggleTranslateTheWholePage":"Traduzir todas as \xE1reas da p\xE1gina/apresentar o texto original","browser.toggleOnlyTransation":"Alternar entre o modo bil\xEDngue / apenas tradu\xE7\xE3o","browser.toggleTranslateToThePageEndImmediately":"Tradu\xE7\xE3o imediata para o fim da p\xE1gina/visualiza\xE7\xE3o do texto original","browser.toggleTranslateTheMainPage":"Traduzir a \xE1rea principal da p\xE1gina/apresentar o texto original","browser.shareToDraft":"Partilhar p\xE1ginas bilingues","browser.openOptionsPage":"Abrir a p\xE1gina de defini\xE7\xF5es","browser.toggleTranslationMask":"Mostrar/ocultar o efeito de desfocagem da tradu\xE7\xE3o","browser.translateLocalPdfFile":"Traduzir ficheiros PDF locais","browser.openEbookViewer":"Ler livros electr\xF3nicos locais","browser.openEbookBuilder":"Criar livros electr\xF3nicos EPUB bilingues","browser.translateLocalHtmlFile":"Traduzir ficheiros HTML/txt","browser.donateContext":"Saiba mais sobre as vantagens do patroc\xEDnio","browser.translateLocalSubtitleFile":"Traduzir ficheiros de legendas locais",confirmResetConfig:"Tem a certeza de que pretende repor as defini\xE7\xF5es?",translationLineBreakSettingTitle:"Defini\xE7\xE3o do avan\xE7o de linha de tradu\xE7\xE3o",smartLineBreak:"alimenta\xE7\xE3o de linha inteligente (computa\xE7\xE3o)",alwaysLineBreak:"Sempre alimenta\xE7\xE3o de linha",isShowContextMenu:"Adicionar p\xE1ginas traduzidas aos itens de menu do bot\xE3o direito do rato",toggleBeta:"Ativa\xE7\xE3o de funcionalidades de teste beta",betaDescription:"Ativar funcionalidades que ainda s\xE3o experimentais, bem como um servi\xE7o de tradu\xE7\xE3o em vers\xE3o beta. Junte-se ao <1>grupo do Telegram para saber mais.",translationLineBreakSettingDescription:"Os feeds de linha s\xE3o sempre limpos e organizados para p\xE1ginas com menos conte\xFAdo. (Utilize quebras de linha inteligentes em par\xE1grafos longos e com muito conte\xFAdo (mais de{count}caracteres) para poupar espa\xE7o).",tempTranslateDomainTitle:"Dura\xE7\xE3o da ativa\xE7\xE3o tempor\xE1ria da tradu\xE7\xE3o do s\xEDtio Web",tempTranslateDomainDescription:"Quando traduzir manualmente uma p\xE1gina Web, active temporariamente o s\xEDtio Web para tradu\xE7\xE3o autom\xE1tica e pode definir a dura\xE7\xE3o tempor\xE1ria.",xMinutes:"{count} minutos",disabled:"proibir a utiliza\xE7\xE3o de algo",changelog:"Registo de atualiza\xE7\xE3o",toggleTranslatePageWhenThreeFingersOnTheScreen:"O toque simult\xE2neo de v\xE1rios dedos no ecr\xE3 traduz p\xE1ginas Web/apresenta o texto original",toggleTranslationMaskWhenThreeFingersOnTheScreen:"O toque de v\xE1rios dedos mostra/oculta o efeito de desfocagem.",fingerCountToToggleTranslagePageOnlyTranslationWhenTouching:"O toque simult\xE2neo de v\xE1rios dedos no ecr\xE3 traduz a p\xE1gina Web (apenas tradu\xE7\xE3o)/apresenta o texto original.",addUrlDescription:"Pode ser um nome de dom\xEDnio e tamb\xE9m suporta wildcards, por exemplo,\uFF1A*.google.com, google.com/mail/*, https://www.google.com/*",general:"Defini\xE7\xF5es b\xE1sicas",clickToExpandConfig:"Expandir a configura\xE7\xE3o atual",import:"Importar de um ficheiro",export:"Exportar para ficheiro",toggleDebug:"Imprimir o registo de depura\xE7\xE3o na consola","fingers.0":"coagula\xE7\xE3o","fingers.2":"toque com dois dedos","fingers.3":"toque com tr\xEAs dedos","fingers.4":"toque com quatro dedos","fingers.5":"toque com cinco dedos",mouseHoldKey:"+ {key} traduzir/restaurar o par\xE1grafo",mouseHoldKeyAuto:"Tradu\xE7\xE3o direta do par\xE1grafo",mouseHoldKeyOff:"N\xE3o fa\xE7as nada.",mouseHoldKeyOther:"Atalhos personalizados (abrir defini\xE7\xF5es)",mouseHoldKeyCustomKey:"{key} Tradu\xE7\xE3o/redu\xE7\xE3o do par\xE1grafo",mouseHoverHoldKey:"Passar o rato enquanto se premem as teclas de atalho para traduzir par\xE1grafos","mouse-translate":"passar o rato",document:"ficheiro (inform\xE1tico)",resetSuccess:"Repor todas as defini\xE7\xF5es com \xEAxito",resetThisSuccess:"Reinicializa\xE7\xE3o bem-sucedida",saved:"Guardar com sucesso",successImportConfig:"Configura\xE7\xE3o importada com sucesso",goAdvancedSettings:"Aceder \xE0 p\xE1gina Defini\xE7\xF5es avan\xE7adas",goAdvancedInterfaceSettings:"Aceder \xE0 p\xE1gina Defini\xE7\xF5es de personaliza\xE7\xE3o avan\xE7adas",advanced:"Defini\xE7\xF5es avan\xE7adas",advancedDescription:"Geralmente n\xE3o s\xE3o necess\xE1rias defini\xE7\xF5es, basta deix\xE1-la como predefinida. Apenas para utilizadores mais especializados, est\xE3o dispon\xEDveis defini\xE7\xF5es mais personalizadas.",developer:"Defini\xE7\xF5es do programador",donateCafe:"pre\xE7os","translate to the bottom of the page":"\xC9 traduzido para o fundo da p\xE1gina imediatamente ap\xF3s entrar na p\xE1gina?",feedback:"Feedback sobre os problemas",toggleTranslatePage:"Traduzir a p\xE1gina/apresentar o texto original",translateToThePageEndImmediatelyDescription:"Se a ativar, o conte\xFAdo ser\xE1 imediatamente traduzido da parte superior para a parte inferior da p\xE1gina \xE0 medida que a introduz. Se a desativar, a tradu\xE7\xE3o \xE9 feita \xE0 medida que l\xEA. (N\xE3o recomendado)","translate all areas of the page":"Se pretende traduzir todas as \xE1reas da p\xE1gina",translationAreaDescription:"Ligado, todas as \xE1reas de toda a p\xE1gina Web s\xE3o traduzidas. Se estiver desativado, utiliza o reconhecimento inteligente predefinido e traduz apenas as \xE1reas principais. (N\xE3o se recomenda que seja ativado)","the number of characters to be translated first":"Traduzir diretamente os primeiros caracteres da p\xE1gina sem ter de se deslocar para a \xE1rea de visualiza\xE7\xE3o","interface language":"linguagem de interface","display both the original text and the translation":"Visualiza\xE7\xE3o simult\xE2nea do original e da tradu\xE7\xE3o","keyboard shortcuts":"Atalhos de teclado",modify:"Modificar teclas de atalho",reset:"reprovis\xE3o",close:"coagula\xE7\xE3o",homepage:"p\xE1gina inicial",more:"mais",moreOptions:"Expandir mais op\xE7\xF5es de personaliza\xE7\xE3o",translateTheWholePage:"Traduzir todas as \xE1reas da p\xE1gina (em vez de reconhecer inteligentemente as \xE1reas principais)",changeToTranslateTheWholePage:"Mudar para traduzir todas as regi\xF5es",changeToTranslateTheMainPage:"Mudar para Traduzir \xC1rea Principal",changeToOnlyTranslationMode:"Alternar para apresentar apenas tradu\xE7\xF5es",changeToDualTranslationMode:"Mudar para tradu\xE7\xE3o bilingue",translateToThePageEndImmediately:"Tradu\xE7\xE3o imediata para o fim da p\xE1gina",translateTheMainPage:"Regi\xF5es-chave da tradu\xE7\xE3o inteligente","The local rules are up to date":"As regras de adapta\xE7\xE3o local est\xE3o actualizadas.","Successfully synchronized with the latest official rules:":"Sincroniza\xE7\xE3o bem sucedida com as \xFAltimas regras oficiais de adapta\xE7\xE3o.","Checking for updates":"Verifica\xE7\xE3o de actualiza\xE7\xF5es","Rules are being synchronized":"Regras de adapta\xE7\xE3o sincronizadas",localVersionIsTooOld:"A vers\xE3o da extens\xE3o local \xE9 demasiado antiga. Actualize a extens\xE3o para {minVersion} ou mais recente antes de tentar sincronizar.",badUserscriptBrowser:"O navegador atual n\xE3o implementa corretamente a interface da extens\xE3o Grease Monkey (por exemplo, para obter informa\xE7\xF5es sobre o n\xFAmero da vers\xE3o do pr\xF3prio script Grease Monkey), utilize outros navegadores que <1>suportem a extens\xE3o Grease Monkey, como o Firefox.",foundNewVersion:"Descubra a nova vers\xE3o",theLocalExtensionIsUpToUpdate:"A extens\xE3o atual est\xE1 actualizada.",failToSyncRules:"N\xE3o sincroniza\xE7\xE3o das regras de adapta\xE7\xE3o mais recentes",retry:"Clique aqui para tentar novamente",failedReason:"Raz\xF5es do insucesso",currentRuleVersion:"Vers\xE3o atual da regra",calculating:"c\xE1lculos",unknownError:"erro desconhecido",canNotFetchRemoteRule:"N\xE3o \xE9 poss\xEDvel obter regras remotas",enableAlphaSuccess:"Alfa ativado",disableAlphaSuccess:"A fun\xE7\xE3o alfa foi desactivada",cacheSize:"Tamanho da cache\uFF1A",cleaning:"em processo de liquida\xE7\xE3o",cleanCache:"limpar a cache",options:"preparar",about:"em rela\xE7\xE3o a",service:"servi\xE7o de interpreta\xE7\xE3o",needAction:"(Ir para Defini\xE7\xF5es)",goSettings:"v\xE1 em frente e configure",needActionForOptions:"(a definir)",translationEngine:"Op\xE7\xF5es de motor",sourceLanguage:"L\xEDngua original",target:"l\xEDngua-alvo",popupSourceLanguage:"L\xEDngua original",popupTarget:"l\xEDngua-alvo",popupService:"servi\xE7o de interpreta\xE7\xE3o",forThisSite:"S\xEDtio Web atual",autoEnableSubtitle:"Abertura autom\xE1tica de legendas bilingues",alwaysTranslate:"Traduzir sempre",neverTranslate:"Nunca traduzir",alwaysTranslateSomeLanguage:"Traduzir sempre {language}",neverTranslateSomeLanguage:"Nunca traduzir {language}",alwaysTranslateSomeSite:"Traduzir sempre {hostname}",neverTranslateSomeSite:"Nunca traduzir {hostname}",alwaysTranslateSomeSiteOrWildSite:"Traduzir sempre o s\xEDtio",alwaysTranslateSomePage:"Traduzir sempre a p\xE1gina",add:"aumentar",default:"predefini\xE7\xE3o (defini\xE7\xE3o)",forThisLanguage:"Para esta l\xEDngua\uFF1A","add url":"Introduzir URL",edit:"compilador","translate other languages into specific language":"Traduzir outras l\xEDnguas para a sua l\xEDngua definida","select translation service":"Selecionar um servi\xE7o de tradu\xE7\xE3o",language:"multilinguismo","show-original":"Mostrar texto original",translate:"renderiza\xE7\xE3o",Translated:"traduzido",Translating:"na tradu\xE7\xE3o",Error:"incorreto",allowCacheTranslations:"Ativar o caching de tradu\xE7\xE3o local (para reduzir os pedidos de tradu\xE7\xE3o de passagens duplicadas)","translation display":"Estilo de apresenta\xE7\xE3o da tradu\xE7\xE3o","select diplay style":"Distinguir os estilos de tradu\xE7\xE3o, com refer\xEAncia espec\xEDfica aos seguintes exemplos",interface:"Defini\xE7\xF5es de interface",import_export:"Importa\xE7\xE3o/Exporta\xE7\xE3o",import_export_title:"Configura\xE7\xE3o de importa\xE7\xE3o/exporta\xE7\xE3o",syncToGoogleDrive:"Sincronizar com o Google Drive agora",floatBallOptions:"Defini\xE7\xF5es do Hoverball","floatBallOptions.enable":"Ativar Hoverball","floatBallOptions.blockUrls":"Desativar o s\xEDtio Web","floatBallOptions.add":"aumentar","floatBallOptions.blockUrlDesc":"As Hoverballs n\xE3o s\xE3o apresentadas quando s\xE3o encontrados os seguintes s\xEDtios Web","floatBallOptions.clickType":"comportamento de clique","floatBallOptions.clickTypeDesc":"Comportamento do \xEDcone da bola flutuante quando clicado","floatBallOptions.clickPopup":"Mostrar painel de tradu\xE7\xE3o","floatBallOptions.clickTranslate":"Tradu\xE7\xE3o/apresenta\xE7\xE3o do texto original",previewAllThemes:"Pr\xE9-visualizar todos os estilos","translationTheme.none":"n\xE3o ter","translationTheme.grey":"cinzento escuro","translationTheme.dashed":"sublinhado pontilhado","translationTheme.dotted":"sublinhado pontilhado","translationTheme.dashedBorder":"borda pontilhada","translationTheme.solidBorder":"fronteira s\xF3lida","translationTheme.underline":"Sublinhar linhas rectas","translationTheme.mask":"Efeitos difusos (modos de aprendizagem)","translationTheme.opacity":"efeito de transpar\xEAncia","translationTheme.paper":"Efeito de sombra de papel branco","translationTheme.dividingLine":"linha divis\xF3ria","translationTheme.highlight":"alta luminosidade","translationTheme.marker":"marcador (palavra emprestada)","translationTheme.marker2":"Marcador 2","translationTheme.blockquote":"Estilos de refer\xEAncia","translationTheme.weakening":"enfraquecimento","translationTheme.italic":"tipo de letra inclinado","translationTheme.bold":"engrossar","translationTheme.thinDashed":"linha fina pontilhada sublinhada","translationTheme.nativeDashed":"O sistema vem com um sublinhado a tracejado","translationTheme.nativeDotted":"O sistema vem com um sublinhado pontilhado","translationTheme.nativeUnderline":"O sistema \xE9 fornecido com um sublinhado de linha reta","translationTheme.wavy":"linha ondulada","translationServices.custom":"API personalizada","translationServices.tencent":"Tencent Translator","translationServices.tenAlpha":"Tencent Translator (Alfa)","translationServices.google":"Google Tradutor","translationServices.bai":"Baidu (Alfa)","translationServices.baidu":"Tradu\xE7\xE3o do Baidu","translationServices.aliyun":"Tradu\xE7\xE3o AliCloud","translationServices.volc":"tradu\xE7\xE3o vulc\xE2nica","translationServices.deeplx":"DeepLX (Beta)","translationServices.bing":"Microsoft Translate","translationServices.deepl":"DeepL","translationServices.wechat":"Tradu\xE7\xE3o do WeChat","translationServices.azure":"Tradu\xE7\xE3o do Azure","translationServices.ibm":"IBM Watson","translationServices.aws":"Tradu\xE7\xE3o da Amazon","translationServices.mock":"Tradu\xE7\xE3o simulada","translationServices.mock2":"Tradu\xE7\xE3o Simulada 2","translationServices.caiyun":"lit. nuvens coloridas e pequenas tradu\xE7\xF5es","translationServices.cai":"Nuvens coloridas (Alfa)","translationServices.volcAlpha":"Vulc\xE3o (Alfa)","translationServices.openl":"OpenL","translationServices.youdao":"Tradu\xE7\xE3o do Youtube","translationServices.you":"Tradutor Youdao (Alfa)","translationServices.transmart":"Tradu\xE7\xE3o da Tencent Interactive","translationServices.niu":"Tradutor Maverick","translationServices.papago":"Tradu\xE7\xE3o de Papago","translationServices.d":"D (Alfa)","translationServices.dpro":"D Pro (Can\xE1rio)","translationServices.openai":"OpenAI","translationServices.yandex":"Yandex","translationServices.chatgpt":"ChatGPT Web(3.5 m\xF3vel)","translate title":"Traduzir t\xEDtulos de p\xE1ginas","always languages":"Traduzir sempre a l\xEDngua",neverTranslateLanguagesLabel:"A l\xEDngua que nunca ser\xE1 traduzida",neverTranslateTheFollowingLanguagesDescription:"As tradu\xE7\xF5es s\xE3o ignoradas quando um par\xE1grafo da p\xE1gina est\xE1 numa das seguintes l\xEDnguas",enableUserscriptPagePopup:"Mostrar hoverball na p\xE1gina",enableUserscriptPagePopupDescription:"Depois de desligar a hoverball, esta pode ser recuperada com o atalho /{touch}. Recomenda-se vivamente que marque esta p\xE1gina de defini\xE7\xF5es para evitar n\xE3o conseguir encontrar a hoverball depois de ter desligado inadvertidamente esta op\xE7\xE3o!","always translate the following languages":"Traduz automaticamente para a l\xEDngua de destino quando a p\xE1gina est\xE1 numa das seguintes l\xEDnguas","always sites":"S\xEDtios Web sempre traduzidos","always translate the following sites":"Os s\xEDtios Web s\xE3o automaticamente traduzidos para a l\xEDngua de chegada quando s\xE3o os nomes de dom\xEDnio de","never sites":"S\xEDtio nunca traduzido","never translate the following sites":"As tradu\xE7\xF5es n\xE3o ser\xE3o efectuadas quando o s\xEDtio Web se destinar aos seguintes dom\xEDnios","please refer to":"\xC9 necess\xE1rio preencher a chave antes de a poder utilizar. Para mais informa\xE7\xF5es, consulte",KeyAndConfigurationTutorial:"Tutorial de configura\xE7\xE3o e aplica\xE7\xE3o de chaves",useAboveStyleForTheseSites:"Utilize sempre o estilo de tradu\xE7\xE3o \u2308{theme}\u230B quando o s\xEDtio se destina aos seguintes dom\xEDnios",currentUrl:"URL atual",confirm:"guardar (um ficheiro, etc.) (inform\xE1tica)",cancel:"cancelamentos",delete:"remo\xE7\xE3o","languages.auto":"dete\xE7\xE3o autom\xE1tica",syncToCloud:"Sincronizar com o Google Drive",syncToCloudDescription:"Transferida para a nuvem, a configura\xE7\xE3o pode ser sincronizada entre diferentes navegadores/scripts do grease monkey, consoante a \xFAltima modifica\xE7\xE3o.",syncToAccount:"Sincroniza\xE7\xE3o com a Nuvem de Tradu\xE7\xE3o Imersiva",syncToAccountButton:"Sincroniza\xE7\xE3o instant\xE2nea com a nuvem",syncToAccountDescription:"Sincronizar automaticamente as configura\xE7\xF5es entre dispositivos diferentes, consoante a \xFAltima modifica\xE7\xE3o efectuada.",successSyncConfigInAccount:"Sincroniza\xE7\xE3o bem sucedida com a nuvem",successSyncConfigToAccount:"Sincroniza\xE7\xE3o bem sucedida com a nuvem",syncConfigNoUpdate:"J\xE1 est\xE1 atualizado.",authFail:"Falha de autoriza\xE7\xE3o",syncTitle:"Gest\xE3o manual de c\xF3pias de seguran\xE7a",import_hint:"importa\xE7\xE3o (dados)",upload:"carregar",revokeAuth:"revogar uma autoriza\xE7\xE3o",uploadFail:"Falha na transfer\xEAncia",download:"descarregamento",importSuccess:"Importado com sucesso",importFail:"falha na importa\xE7\xE3o",deleteFail:"Falha ao eliminar",backupToCloud:"Gerir manualmente os ficheiros de c\xF3pia de seguran\xE7a",create_new_backup:"Adicionar um novo n\xF3 de backup",maxBackupFiles:"\xC9 poss\xEDvel efetuar a c\xF3pia de seguran\xE7a de at\xE9{count}n\xF3s diferentes. Elimine os n\xF3s de que n\xE3o necessita.",backupToCloudDescription:"Carregar ou restaurar manualmente ficheiros de c\xF3pia de seguran\xE7a, permitindo at\xE9 3 c\xF3pias de seguran\xE7a diferentes",successSyncConfig:"Sincroniza\xE7\xE3o bem sucedida com a nuvem",syncFail:"falha de sincroniza\xE7\xE3o",updatedAt:"Atualizado a partir de {date}",lastSyncedAt:"\xDAltima verifica\xE7\xE3o em {date}",downloadFail:"Falha na transfer\xEAncia",clickToDownload:"Clique para descarregar",aboutLabel:"Acerca de - Feedback","browser.openAboutPage":"Sobre/Feedback",aboutLabelWithoutSponsor:"Acerca de - Feedback",aboutIntro:"Que todos possamos ter um acesso mais f\xE1cil e mais agrad\xE1vel \xE0 vasta quantidade de informa\xE7\xF5es em l\xEDnguas estrangeiras na Internet \u2764\uFE0F Pode optar por ativar a sua <6>subscri\xE7\xE3o Pro para utilizar as tradu\xE7\xF5es DeepL e OpenAI prontas a utilizar.

Pode seguir-nos no <3>Twitter, <4>Telegram, Weibo, WeChat ou <5>subscrever a nossa lista de <5>correio abaixo para acompanhar as actualiza\xE7\xF5es.
<7>Os membros Pro podem contactar-nos em <8>support@immersivetranslate.com para um servi\xE7o de apoio ao cliente r\xE1pido.",aboutIntroWithoutSponsor:"Que todos possamos ter um acesso mais f\xE1cil e mais agrad\xE1vel \xE0 enorme quantidade de informa\xE7\xE3o em l\xEDngua estrangeira dispon\xEDvel na Internet \u2764\uFE0F

Pode seguir-nos no <3>Twitter, no <4>canal Telegram, no WeChat, no WeChat Exchange ou <5>subscrever as actualiza\xE7\xF5es por correio <5>eletr\xF3nico abaixo.",projectHomepage:"In\xEDcio do projeto",joinTelegramGroup:"Junte-se ao grupo de utilizadores para participar em debates sobre funcionalidades",wechatPublicAccount:"WeChat P\xFAblico",wechatCommunities:"Grupo de interc\xE2mbio WeChat",qqCommunities:"Canal de comunica\xE7\xE3o QQ",joinTelegramChannel:"Siga o canal Telegram para obter as \xFAltimas actualiza\xE7\xF5es",feedbackAndJoin:"Feedback da pergunta / Adicionar grupo",autoSync:"sincroniza\xE7\xE3o autom\xE1tica da hora",loadingThemeTitle:"Estilo de carregamento",loadingThemeDescription:"Definir o estilo quando se est\xE1 \xE0 espera que a tradu\xE7\xE3o seja carregada","loadingTheme.spinner":"Anima\xE7\xE3o girat\xF3ria","loadingTheme.text":"texto est\xE1tico algo ","loadingTheme.none":"n\xE3o indicado",developerDescription:"A documenta\xE7\xE3o sobre personaliza\xE7\xE3o avan\xE7ada pode ser encontrada <1>aqui","edit border color":"Modificar a cor do rebordo",successSyncButNoChange:"A configura\xE7\xE3o atual \xE9 coerente com a nuvem",customTheme:"Cores e tamanhos personalizados","customThemeLabel.borderColor":"Cor da margem","customThemeLabel.borderRadius":"Arestas arredondadas","customThemeLabel.textColor":"cor do texto","customThemeLabel.backgroundColor":"cor de fundo","customThemeLabel.zoom":"Escala do tipo de letra (%)","customThemeLabel.opacity":"Opacidade do texto (%)",resetToDefaultColor:"Repor as cores predefinidas",resetToDefaultSettings:"Repor as predefini\xE7\xF5es",isTranslateTitle:"Ativar a tradu\xE7\xE3o dos t\xEDtulos das p\xE1ginas",isTranslateTitleDescription:"Quando aberto, o t\xEDtulo da p\xE1gina \xE9 traduzido",enableSearchEnhancement:"Permitir o melhoramento de mensagens bilingues",enableSearchEnhancementDescription:'Uma vez activada, os resultados da pesquisa do "Google News" ser\xE3o automaticamente apresentados na coluna direita dos s\xEDtios Web suportados (Google News, Pesquisa Google (algumas palavras-chave), Snowball, Oriental Fortune, Futura, Tiger Community) para as palavras-chave inglesas correspondentes.',verifyService:"Clique aqui para testar o servi\xE7o",verified:"Verificar o sucesso","field.langs":"C\xF3digos de idioma suportados","field.model":"modela\xE7\xE3o","field.translationEngine":"motor de tradu\xE7\xE3o","field.limitPerMinute":"M\xE1ximo de pedidos por minuto","field.limitPerSecond":"N\xFAmero m\xE1ximo de pedidos por segundo","field.maxTextLengthPerRequest":"Comprimento m\xE1ximo do texto por pedido","field.maxTextGroupLengthPerRequest":"N\xFAmero m\xE1ximo de par\xE1grafos por pedido","field.apiUrl":"Endere\xE7o da interface API personalizada","field.placeholderDelimiters":"marcador de posi\xE7\xE3o reservado","description.custom":"Acesso \xE0 interface personalizada Documenta\xE7\xE3o necess\xE1ria","description.limitPerMinute":"Os pedidos que excedem este limite entram numa fila de espera at\xE9 ao in\xEDcio do minuto seguinte. Devido \xE0s v\xE1rias limita\xE7\xF5es do servi\xE7o atual da OpenAI, clique <1>aqui para obter os valores sugeridos mais recentes","description.limitPerSecond":"Os pedidos que excedem este limite entram numa fila de espera at\xE9 ao in\xEDcio do segundo seguinte. Devido \xE0s v\xE1rias limita\xE7\xF5es do servi\xE7o atual da OpenAI, clique <1>aqui para obter os valores sugeridos mais recentes","description.generalLimitPerSecond":"Os pedidos que excedem este limite entram numa fila de espera at\xE9 ao in\xEDcio do segundo seguinte.","description.prompt":"Enviar a conversa para {service} como usu\xE1rio, onde {{text}} representa o conte\xFAdo do texto do par\xE1grafo, {{from}} representa a l\xEDngua do par\xE1grafo e {{to}} representa a l\xEDngua alvo.","description.maxTextLengthPerRequest":"O n\xFAmero m\xE1ximo de caracteres por pedido \xE9 demasiado grande para provocar uma resposta lenta da interface, pelo que deve tentar ajustar esta op\xE7\xE3o para otimizar a velocidade","description.systemPrompt":"Enviar uma conversa para {service} como sistema, onde {{text}} representa o conte\xFAdo do texto do par\xE1grafo, {{from}} representa a l\xEDngua do par\xE1grafo e {{to}} representa a l\xEDngua alvo.","field.domain":"dom\xEDnio","description.domain":"A predefini\xE7\xE3o \xE9\uFF1Ageneral. S\xF3 pode ser definido se a tradu\xE7\xE3o de dom\xEDnios estiver activada na consola da API Arima, ver <1>aqui os dom\xEDnios suportados","field.scene":"tomar","description.scene":"A predefini\xE7\xE3o \xE9\uFF1Ageneral. S\xF3 pode ser definido se a consola da API AliCloud abrir o Machine Translation Pro, consulte <1>aqui os cen\xE1rios suportados","field.vocabId":"ID do dicion\xE1rio do utilizador","description.vocabId":"O dicion\xE1rio especificado out_id, atualmente suporta a tradu\xE7\xE3o de ingl\xEAs para chin\xEAs.","description.model":"Modelos OpenAI, podem ser gpt-3.5-turbo, gpt-4, etc.","description.maxTextGroupLengthPerRequest":"O n\xFAmero de par\xE1grafos enviados ao servi\xE7o de tradu\xE7\xE3o de cada vez; se houver demasiados par\xE1grafos, a interface poder\xE1 responder mais lentamente","description.apiUrl":"Por favor, adicione URLs espec\xEDficos com caminhos, <1>mais descri\xE7\xE3o",enabledExtension:"Ativa\xE7\xE3o de extens\xF5es",clickToDisableExtension:"Clique para desativar as extens\xF5es",clickToEnableExtension:"Clique para ativar as extens\xF5es",hasBeenDisabled:"desativado","show password":"Mostrar palavra-passe",customContent:"Introduzir um nome de modelo personalizado",inputOptions:"Melhoria da caixa de entrada",mouseHoverOptions:"passar o rato",modifyMouseHoverKey:"Modificar o atalho para passar o rato",enableInputTranslation:"Ativar ou n\xE3o o melhoramento da caixa de entrada",enableInputTranslationDescription:"Uma vez ativado, escreva {startingKey}{startingKey} hello diretamente na caixa de entrada e, em seguida, prima rapidamente{inputTrailingTriggerKeyRepeatTimes}vezes{trailingKey}para traduzir para {inputTargetLanguage}",enableInputTranslationDescriptionForNoneKey:"Uma vez ativado, escreva\uFF1AHello World diretamente na caixa de entrada e, em seguida, prima rapidamente{inputTrailingTriggerKeyRepeatTimes}{trailingKey}vezes para traduzir para o idioma de destino predefinido.",inputTargetLanguage:"Definir o idioma de destino predefinido para as caixas de entrada",inputTargetLanguageDescription:"L\xEDngua de destino predefinida para a tradu\xE7\xE3o da caixa de entrada, ou seja, {startingKey}{startingKey} como l\xEDngua predefinida para as palavras de acionamento",inputTargetLanguageDescriptionForNoneKey:"L\xEDngua de destino predefinida para a tradu\xE7\xE3o da caixa de entrada",inputStartingTriggerKeyTitle:"Definir o car\xE1cter de divis\xE3o para a tradu\xE7\xE3o parcial da caixa de entrada",inputStartingTriggerKeyDescription:"Quando n\xE3o \xE9 necess\xE1rio traduzir toda a caixa de entrada, o separador permite-lhe traduzir apenas a parte de {startingKey}{startingKey} at\xE9 ao fim da caixa de entrada, ou pode especificar o c\xF3digo da l\xEDngua, por exemplo,\uFF1A{startingKey}ja significa traduzir apenas a parte de {startingKey}ja at\xE9 ao fim da caixa de entrada.",inputStartingTriggerKeyDescriptionForNoneKey:"A defini\xE7\xE3o atual de sem prefixo n\xE3o \xE9 necess\xE1ria, e a fun\xE7\xE3o de tradu\xE7\xE3o de alguns textos na caixa de entrada n\xE3o pode ser utilizada por enquanto.",inputTrailingTriggerKeyTitle:"Selecionar um car\xE1cter de acionamento de fim de registo",inputTrailingTriggerKeyDescription:"3 hits r\xE1pidos{trailingKey} come\xE7ar\xE1 a traduzir!",inputTrailingTriggerKeyTimeout:"Introduzir o tempo entre os accionamentos de fim de combate",inputTrailingTriggerKeyTimeoutDescription:"Define o tempo (em milissegundos) entre os accionamentos da combina\xE7\xE3o de fim de entrada",spaceKey:"<\u7A7A\u683C\u952E>",noneKey:"Tradu\xE7\xE3o direta de toda a caixa de texto sem prefixos",inputTranslationBlockUrlsTitle:"N\xE3o ativar o melhoramento da caixa de entrada nos seguintes URLs",inputTranslationBlockUrlsDescription:"As melhorias na caixa de entrada n\xE3o funcionar\xE3o nos seguintes URLs",clickToSeeQuickDemo:"Clique para expandir o v\xEDdeo tutorial r\xE1pido de 30 segundos",inputHelperInfo:"Descri\xE7\xE3o\uFF1AOptimiz\xE1mos o facto de alguns caracteres desencadeadores se transformarem em sinais de pontua\xE7\xE3o chineses nos m\xE9todos de introdu\xE7\xE3o chineses, por exemplo, / transforma-se num sinal de dun , no m\xE9todo de introdu\xE7\xE3o Sogou, e o Immersive Translator suporta todos os s\xEDmbolos chineses correspondentes aos caracteres desencadeadores, ou seja, //,,,, ser\xE3o reconhecidos como caracteres desencadeadores.

Tamb\xE9m suportamos pseud\xF3nimos chineses para c\xF3digos de idioma como comandos, por exemplo, /Japanese Hello World ser\xE1 traduzido para japon\xEAs, <1>clique aqui para ver todos os c\xF3digos de idioma suportados.",reloadCurrentPage:"Por favor, actualize a p\xE1gina atual antes de iniciar a tradu\xE7\xE3o.",noLocalFilePermissionForPDF:"N\xE3o tem permiss\xE3o para ler ficheiros locais, por favor clique no bot\xE3o acima e depois importe os ficheiros locais.",noPermissionForThisPage:"\u26A0\uFE0F Sem permiss\xE3o para traduzir a p\xE1gina atual",retryAllParagraphs:"Repetir todas as passagens de erro",retryAllButton:"Repetir todas as passagens de erro",errorTooltipTitle:"Clique para ver a causa do erro",errorModalTitle:"Algo parece estar errado com o servi\xE7o de tradu\xE7\xE3o ou com a rede...",disableConfirm:"Defini\xE7\xE3o de melhoria da informa\xE7\xE3o bilingue",disableOnce:"Esta incapacidade",disableGlobal:"desativar permanentemente",disableTint:"* Pode voltar a activ\xE1-lo em {option} .",searchEnhancementNotes:"Depois de ativar a funcionalidade de Melhoria da informa\xE7\xE3o bilingue da tradu\xE7\xE3o imersiva, pesquisamos automaticamente as mesmas palavras-chave em ingl\xEAs nos s\xEDtios Web suportados (Google News, Pesquisa Google (algumas palavras-chave), Snowball, Oriental Wealth, Futura, Tiger) e apresentamo-las no lado direito. Pode optar por desactiv\xE1-la se n\xE3o necessitar desta funcionalidade.",option:"preparar",saveSettings:"Guardar defini\xE7\xF5es",closeModal:"Fechar a janela",enableInputTranslationWithoutTriggerKeyTitle:"Permitir 3 acessos r\xE1pidos em{trailingKey}para traduzir diretamente toda a caixa de entrada para{inputTargetLanguage}",enableInputTranslationWithoutTriggerKeyDescription:"Para especificar o idioma de destino, prefixe-o com o c\xF3digo do idioma, por exemplo,\uFF1Aja Hello World",mouseHoverShortcutPlaceholder:"Por exemplo,\uFF1AShift",deepLProName:"Membro Pro da Immersive Translation (Recomendado)",deepLProDescription:"O pacote atual pode ser utilizado diretamente",deeplProDescriptionForNormal:"N\xE3o \xE9 necess\xE1ria qualquer configura\xE7\xE3o, os membros podem utiliz\xE1-lo depois de iniciarem sess\xE3o, <1>clique aqui para atualizar para membro",deepLCustomDescription:"Necess\xE1rio cart\xE3o de cr\xE9dito estrangeiro, oficialmente aberto em <1>DeepL, clique para <2>documenta\xE7\xE3o",deepLCustomName:"Chave de autentica\xE7\xE3o personalizada",chooseProviderLabel:"Selecionar um fornecedor de servi\xE7os",openaiProName:"Membro Pro da Immersive Translation (Recomendado)",openaiProDescription:"O pacote atual pode ser utilizado diretamente",openaiProDescriptionForNormal:"N\xE3o \xE9 necess\xE1ria qualquer configura\xE7\xE3o, os membros podem utiliz\xE1-lo depois de iniciarem sess\xE3o, <1>clique aqui para atualizar para membro",openaiCustomDescription:"Dispon\xEDvel no OpenAI, Azure OpenAI ou noutros servi\xE7os de terceiros, <1>clique aqui para ver a documenta\xE7\xE3o",openaiCustomName:"Chave API personalizada",needLoginAction:"(ades\xE3o aberta ou personaliza\xE7\xE3o)",goLoginOrAction:"(Abrir uma inscri\xE7\xE3o ou ir \xE0s defini\xE7\xF5es)",yearly:"efetuar um pagamento anual consecutivo",quarterly:"embalagem sequencial",monthly:"assinatura mensal",yearlyForOnce:"Pacote anual \xFAnico",monthlyForOnce:"Pacote mensal \xFAnico",daily:"dias consecutivos de embalagem",year:"efetuar um pagamento anual consecutivo",quarter:"embalagem sequencial",month:"assinatura mensal",day:"dias consecutivos de embalagem",onetime_7day:"Pacote de experi\xEAncia de 7 dias",currentPlanDescriptionForFree:"Pacotes actuais\uFF1AFree",currentPlanDescriptionForContinuous:"O pacote atual\uFF1A{plan}ser\xE1 automaticamente renovado em {endAt}",currentPlanDescriptionForAutoRenewCaceling:"O pacote atual\uFF1A{plan}expira em {endAt} e n\xE3o ser\xE1 renovado automaticamente ap\xF3s a expira\xE7\xE3o.",currentYearlyPlanDescriptionForAutoRenewCacelingWithRealPaiedUser:"O pacote atual,\uFF1A{plan}, expira em {endAt} e n\xE3o ser\xE1 renovado automaticamente ap\xF3s a expira\xE7\xE3o.
<1>Clique aqui para gerir o seu plano de renova\xE7\xE3o",currentYearlyPlanDescriptionForAutoRenewCacelingWithAdmin:"O pacote atual,\uFF1A{plan}, expira em {endAt} e n\xE3o ser\xE1 renovado automaticamente ap\xF3s a expira\xE7\xE3o.
<1>Clique aqui para ativar a subscri\xE7\xE3o anual cont\xEDnua",currentPlanDescriptionForOneTime:"A subscri\xE7\xE3o atual\uFF1A{plan}expira em {endAt} . <1>Clique aqui para atualizar para uma subscri\xE7\xE3o <1>anual ou <2>mensal.",upgradePlan:"Clique aqui para atualizar para a subscri\xE7\xE3o Pro",upgradeToPro:"Atualizar para a subscri\xE7\xE3o Pro","popup.openPro":"Actualize para a subscri\xE7\xE3o Pro para desfrutar de DeepL e da tradu\xE7\xE3o OpenAI, clique aqui para atualizar!","popup.openProForPro":"\xC9 um membro Pro com acesso direto \xE0s tradu\xE7\xF5es de DeepL e OpenAI!",currentAccount:"conta corrente",enableAutoSyncUserSettings:"Permitir a sincroniza\xE7\xE3o autom\xE1tica na nuvem em v\xE1rios dispositivos",modalEnableInputTranslationTitle:"Tradu\xE7\xE3o imersiva Caixa de entrada Alertas de tradu\xE7\xE3o",modalEnableInputTranslationDesc:"Acaba de ativar a tradu\xE7\xE3o da caixa de entrada da Tradu\xE7\xE3o Imersiva, carregando na barra de espa\xE7os 3 vezes em sucess\xE3o r\xE1pida, e o conte\xFAdo da caixa de entrada ser\xE1 traduzido para a l\xEDngua de destino predefinida. A tradu\xE7\xE3o pode ser anulada com Ctrl+Z.

Se isto foi um erro, n\xE3o se preocupe, pode optar por desactiv\xE1-la desta vez ou desativar permanentemente a tradu\xE7\xE3o da caixa de entrada.",saveAndNotShowAgain:"Guardar e parar a solicita\xE7\xE3o",disableInputTranslationTips:"* Tamb\xE9m pode definir outros atalhos para serem accionados em {option} ,{learnMore}.",learnMore:"Clique aqui para saber mais",continueEnalbeInputTranslation:"Continuar a ativar a tradu\xE7\xE3o da caixa de entrada",autoRenewTrialSuffix:'(Durante o per\xEDodo experimental,passa imediatamente a membro efetivo)',upgradeFromTrialTitle:"Atualiza\xE7\xE3o para membro de pleno direito",subtitle:"legendagem de v\xEDdeo",youtubeService:"Tradu\xE7\xE3o por imers\xE3o Servi\xE7os de tradu\xE7\xE3o de legendagem de v\xEDdeo","subtitle.disabledSubtitle":"Desativar permanentemente a funcionalidade de legendas de v\xEDdeo","subtitle.disabledSubtitleDescription":"Se Immersive Translator's Video Subtitles entrar em conflito com outras extens\xF5es, pode optar por desativar permanentemente a funcionalidade Immersive Translator's Video Subtitles ou desinstalar outras extens\xF5es que entrem em conflito","subtitle.autoEnableSubtitle":"Utiliza\xE7\xE3o autom\xE1tica de legendas bilingues","subtitle.autoEnableSubtitleDescription":"Depois de ativado, quando o v\xEDdeo \xE9 reproduzido, as legendas bilingues s\xE3o exibidas automaticamente, caso contr\xE1rio, \xE9 necess\xE1rio clicar no bot\xE3o de tradu\xE7\xE3o para exibir.","subtitle.preTranslation":"Traduzir legendas utilizando a tradu\xE7\xE3o imersiva","subtitle.preTranslationDescription":"Quando activada, toda a legenda ser\xE1 pr\xE9-traduzida utilizando o servi\xE7o de tradu\xE7\xE3o especificado abaixo, e um v\xEDdeo de 1 hora consumir\xE1 cerca de 50.000 Tokens ou caracteres, pelo que deve ser utilizada \xE0 sua discri\xE7\xE3o; quando desactivada, ser\xE3o utilizadas primeiro as legendas originais.","subtitle.humanSubtitlesPreferred":"Utiliza\xE7\xE3o priorit\xE1ria de legendagem humana","subtitle.humanSubtitlesPreferredDescription":"Dar prioridade \xE0 utiliza\xE7\xE3o de legendas humanas quando o v\xEDdeo tiver legendas humanas na l\xEDngua de chegada (recomendado)",videoSubtitleTranslationDescription:"Atribuir um servi\xE7o de tradu\xE7\xE3o separado para as legendas de v\xEDdeo",subtitleTranslating:"Aguarde enquanto as legendas est\xE3o a ser traduzidas utilizando o servi\xE7o {service} ... (tradu\xE7\xE3o por imers\xE3o)",subtitleLoading:"A carregar as legendas...",bilingual:"bilinguismo","field.action":"Se deve ativar a terminologia Baidu","description.action":"Quando ativado, ser\xE1 adicionado um par\xE2metro action=1 ao pedido para informar o Baidu do termo ativado. <1>Consulte a documenta\xE7\xE3o oficial para obter mais informa\xE7\xF5es.",closeQuickTranslation:"Fechar Hoverball","closeQuickTranslation.untilNext":"Desta vez fechado at\xE9 \xE0 pr\xF3xima visita","closeQuickTranslation.currentWebsite":"S\xEDtio atual desativado","closeQuickTranslation.alwaysClose":"desativar permanentemente","closeQuickTranslation.settingOpen":"(pode ser ativado na <1>p\xE1gina de defini\xE7\xF5es )","closeQuickTranslation.cancel":"cancelamentos","closeQuickTranslation.confirm":"definir","floatBall.popup":"Abrir o painel Defini\xE7\xF5es r\xE1pidas","floatBall.translate":"Clique para traduzir a p\xE1gina","floatBall.showOriginal":"Clique para voltar ao artigo original","floatBall.close":"Fechar Hoverball","floatBallOptions.enableDescPc":"Depois de ativar o hoverball da p\xE1gina, ser\xE1 apresentado um bot\xE3o de tradu\xE7\xE3o r\xE1pida no lado direito da p\xE1gina, clique nele para traduzir!","floatBallOptions.enableDesc":"Depois de desligar a hoverball, esta pode ser recuperada com{touch}. Recomenda-se vivamente que marques esta p\xE1gina de defini\xE7\xF5es para o caso de n\xE3o conseguires encontrar a hoverball depois de teres desligado inadvertidamente esta op\xE7\xE3o!","description.azureApiUrl":"Preencher o endere\xE7o da interface API personalizada",confirmSupportMouse:"For\xE7ar a ativa\xE7\xE3o do suporte do rato",confirmSupportMouseDescription:"Detectado que o browser atual n\xE3o suporta a fun\xE7\xE3o de rato, \xE9 for\xE7ado a ativar o suporte de rato?",sampleTargetText:"A longa noite chegar\xE1, e eu vigiarei de hoje at\xE9 \xE0 minha morte. N\xE3o tomarei nenhuma esposa, n\xE3o farei nenhum feudo, n\xE3o terei filhos. N\xE3o usarei uma coroa, n\xE3o lutarei por honra. Cumprirei o meu dever, viverei e morrerei.",sampleSourceText:"Night gathers, and now my watch begins. It shall not end until my death. I shall take no wife, hold no lands, father no children. I shall wear no crowns and win no glory. I shall live and die at my post.","desc.touchShortcutsToggleTranslatePageOnlyTranslation":"Apenas a tradu\xE7\xE3o significa que apenas o texto traduzido ser\xE1 exibido, se a p\xE1gina ainda n\xE3o foi traduzida, o modo ser\xE1 alterado e traduzido.","desc.toggleOnlyTransation":"O modo de tradu\xE7\xE3o apenas se refere a mostrar apenas a tradu\xE7\xE3o, se a p\xE1gina ainda n\xE3o foi traduzida, o modo ser\xE1 alterado e traduzido.",touchShortcutsToggleTranslatePageOnlyTranslation:"Configurar gestos de toque na tela para alternar entre o modo bil\xEDngue / apenas tradu\xE7\xE3o",download_started:"O download j\xE1 come\xE7ou, se n\xE3o come\xE7ou automaticamente, por favor clique manualmente.",here:"aqui","translationFont.customPlaceholder":"tipo de letra",batchEdit:"Opera\xE7\xE3o em massa","error.goReset":"ir redefinir","error.configError":"Dados de configura\xE7\xE3o anormais","translationServices.inherit":"Siga o servi\xE7o de tradu\xE7\xE3o principal",detectServiceLoading:"Detectando servi\xE7os de tradu\xE7\xE3o dispon\xEDveis...","translationModeLang.translation.title":"Apenas o modo de tradu\xE7\xE3o de idioma","translationFont.custom":"Insira a fonte personalizada","error.serveConfigError":"Erro de configura\xE7\xE3o do servi\xE7o",toggleToService:"Mude para {service} e tente novamente","touch.mouse-translate":"Traduzir o par\xE1grafo especificado","translationModeUrl.translation.title":"Modo de apenas tradu\xE7\xE3o do URL","error.proTokenInvalid":"Se voc\xEA \xE9 um usu\xE1rio Pro, fa\xE7a login antes de usar o servi\xE7o de tradu\xE7\xE3o Pro.",enableSentryReport:"Quando ocorre um erro de extens\xE3o, use o Sentry para enviar feedback.",translationFont:"Definir fonte",videoSubtitlePreTranslationOn:"As legendas de v\xEDdeo usar\xE3o tradu\xE7\xE3o imersiva como prioridade.","error.reloadPageOfSetting":"Ap\xF3s a configura\xE7\xE3o, atualize a p\xE1gina para traduzir novamente.","translationModeLang.translation.description":"Quando a l\xEDngua da p\xE1gina \xE9 uma das seguintes, o modo de tradu\xE7\xE3o apenas ser\xE1 usado automaticamente.","error.502":"O servi\xE7o retornou um erro, o servi\xE7o est\xE1 fora do tempo, por favor tente novamente mais tarde.","error.googleLimitIp":"O servi\xE7o retorna um erro, o servi\xE7o Google j\xE1 limitou este endere\xE7o IP, \xE9 recomendado que voc\xEA mude o n\xF3 da rede.","error.403":"O servi\xE7o retorna um erro, temporariamente sem permiss\xE3o para acessar esse servi\xE7o.","error.400":"O servi\xE7o retorna um erro, o par\xE2metro de solicita\xE7\xE3o est\xE1 errado, por favor, verifique a configura\xE7\xE3o correspondente.","error.proUpgrade":"Ap\xF3s a atualiza\xE7\xE3o, atualize a p\xE1gina e traduza novamente.",videoSubtitlePreTranslationOff:"As legendas do v\xEDdeo dar\xE3o prioridade \xE0s legendas traduzidas automaticamente inclu\xEDdas no v\xEDdeo original.","error.429":"O servi\xE7o retornou um erro, indicando que a solicita\xE7\xE3o \xE9 muito frequente ou excede o limite, tente novamente mais tarde.","error.gemini.429":"O servi\xE7o Gemini atual atingiu sua capacidade m\xE1xima, por favor, tente novamente mais tarde ou mude para outro servi\xE7o de tradu\xE7\xE3o.","error.openAIExceededQuota":"O servi\xE7o retorna um erro: o saldo da sua conta OpenAI atual \xE9 insuficiente, por favor recarregue ou vincule um cart\xE3o de cr\xE9dito no back-end oficial da OpenAI.","translationFont.notSupportErrorMessage":"Por favor, verifique se o nome da fonte que voc\xEA inseriu est\xE1 correto, ou confirme se essa fonte j\xE1 est\xE1 instalada em seu dispositivo.","translationModeUrl.translation.description":"Quando o site \xE9 para os seguintes dom\xEDnios, o modo de apenas tradu\xE7\xE3o \xE9 usado automaticamente.","desc.toggleVideoSubtitlePreTranslation":"Ao pressionar, as legendas em dois idiomas do v\xEDdeo usar\xE3o preferencialmente as configura\xE7\xF5es de tradu\xE7\xE3o imersiva, ao pressionar novamente, as legendas autom\xE1ticas do v\xEDdeo original ser\xE3o priorizadas. Aten\xE7\xE3o: este atalho modifica as configura\xE7\xF5es globais.","error.openAIFreeLimit":"O servi\xE7o retorna um erro, a frequ\xEAncia atual de solicita\xE7\xF5es de tradu\xE7\xE3o atingiu o limite m\xE1ximo de 3 vezes por minuto, tente novamente mais tarde. (Esta \xE9 a restri\xE7\xE3o oficial da OpenAI para a chave API gratuita, para remover essa restri\xE7\xE3o, vincule um cart\xE3o de cr\xE9dito no backend da OpenAI.)","error.serveUnavailable":"O servi\xE7o [{serverName}] que voc\xEA est\xE1 usando atualmente n\xE3o pode ser acessado temporariamente devido a problemas de conex\xE3o de rede ou do provedor de servi\xE7os. Sugerimos que voc\xEA tente atualizar a p\xE1gina ou alterar para outro servi\xE7o de tradu\xE7\xE3o atrav\xE9s das <1>configura\xE7\xF5es. Se voc\xEA \xE9 um membro <2>Pro, pode optar por usar os servi\xE7os de tradu\xE7\xE3o mais est\xE1veis da DeepL ou OpenAI (<3>clique aqui para experimentar gratuitamente). Al\xE9m disso, voc\xEA pode precisar verificar suas configura\xE7\xF5es de rede ou proxy.","tagsInput.add":"+ Adicionar","floatBall.iKnow":"Eu sei.",pickAll:"Selecionar tudo",goLogin:"V\xE1 fazer login",notLogin:"N\xE3o conectado","error.retry":"Tentar novamente",shortcutSettingsTitle:"Configura\xE7\xF5es de atalho","error.reason":"Raz\xE3o do erro","subtitle.hideQuickButton":"N\xE3o mostrar mais este atalho",errorReason:"Raz\xE3o do erro: {message}","widget.instruction":"Instru\xE7\xF5es de uso","multipleClick.2":"Clique duplo","multipleClick.3":"Tr\xEDplice golpe","widget.translateFile":"PDF/ePub","floatBallOptions.fixedPositionLeft":"lado esquerdo","floatBallOptions.fixedPosition":"Posi\xE7\xE3o fixa",buildSnapshots:"Gerar instant\xE2neo da p\xE1gina da web","intro.floatBallTitle":"Bola flutuante de tradu\xE7\xE3o r\xE1pida",neverTranslateThisSite:"Nunca traduza este site",mouseHoverCustomKeyTitle:"Personalizar atalhos de mouse hover","subtitle.autoDisableSubtitle":"N\xE3o ative automaticamente as legendas bilingues","browser.translateWithGoogle":"Usar o Google Tradutor temporariamente para a p\xE1gina atual","error.subscriptionExpiredTitle":"A associa\xE7\xE3o expirou","floatBallOptions.fixedPositionRight":"lado direito",loggedIn:"Conectado","subtitle.bilingual":"Legendas bil\xEDngues","slide.right":"Deslize para a esquerda",networkError:"O servi\xE7o de tradu\xE7\xE3o ou a rede est\xE1 com problemas",contact:"Entre em contato conosco","intro.subtitleTitle":"Exibi\xE7\xE3o de legendas bilingues em v\xEDdeos online","browser.translateWithTransmart":"Usar temporariamente o Tencent para traduzir a p\xE1gina atual",alwaysTranslateThisSite:"Sempre traduza este site",temprarilyChangeTranslationTo_gemini:"Est\xE1 a usar o Gemini para traduzir a p\xE1gina atual","multipleClick.4":"Qu\xE1druplo golpe","intro.hoverTitle":"Passe o mouse para traduzir o par\xE1grafo atual",temprarilyChangeTranslationTo_google:"Est\xE1 a usar o Google Tradutor para traduzir a p\xE1gina atual","shortcutGroup.touch":"Gestos espec\xEDficos para tela sens\xEDvel ao toque",notLoginPro:"Ainda n\xE3o iniciou sess\xE3o na sua conta de membro.",paragraphMinTextCountField:"N\xFAmero m\xEDnimo de caracteres necess\xE1rios para traduzir um par\xE1grafo",temprarilyChangeTranslationTo_openai:"Est\xE1 a usar o OpenAI para traduzir a p\xE1gina atual",translationOnlyMode:"Apenas modo de tradu\xE7\xE3o",viewWithImmersiveTranslate:"Vers\xE3o bil\xEDngue (tradu\xE7\xE3o imersiva)","translationServices.gemini":"G\xEAmeos","browser.toggleMouseHoverTranslateDirectly":"Ativar ou desativar temporariamente a tradu\xE7\xE3o direta do mouse hover na p\xE1gina",shortcutSettings:"Atalho","browser.translateWithOpenAI":"Usar temporariamente o OpenAI para traduzir a p\xE1gina atual",touchShortcutsToggleTranslateTouchElement:"Configurar gestos de toque na tela para traduzir par\xE1grafos espec\xEDficos","widget.instructionTooltip":"Consulte as instru\xE7\xF5es de uso","shortcutGroup.mouse":"Configura\xE7\xE3o de atalhos de teclado para hover do mouse",temprarilyChangeTranslationTo_deepl:"Est\xE1 a usar o DeepL para traduzir a p\xE1gina atual.","floatBall.longPress":"Pressione e segure para abrir rapidamente o painel de configura\xE7\xF5es.","widget.videoSubtitle":"legendas de v\xEDdeo",upgradeToProErrorTitle:"Por favor, atualize para o membro Pro antes de usar este servi\xE7o de tradu\xE7\xE3o.","floatBallOptions.fixedPositionDesc":"A bola flutuante est\xE1 \xE0 esquerda ou \xE0 direita da janela?","shortcutGroup.shortcutsForTranslationServices":"Servi\xE7os de tradu\xE7\xE3o atalhos relacionados",temprarilyChangeTranslationTo_transmart:"Est\xE1 a usar o Tencent para traduzir a p\xE1gina atual.",touchShortcutsOff:"fechar","browser.translateWithBing":"Usar temporariamente o Microsoft Translate para traduzir a p\xE1gina atual","browser.toggleVideoSubtitlePreTranslation":"Alternar legendas bil\xEDngues prefere usar configura\xE7\xF5es de tradu\xE7\xE3o imersiva","proQuotaExceededError.resetTime":"3. Tempo de redefini\xE7\xE3o do limite: {resetTime}","widget.videoSubtitleTooltip":"Suporta Youtube e outros {count}+ sites de v\xEDdeo","desc.touchShortcutsToggleTranslateTouchElement":"Personalize um gesto e voc\xEA poder\xE1 traduzir qualquer par\xE1grafo em que estiver.","subtitle.showQuickButton":"No leitor, exibir legendas em dois idiomas \xE9 um atalho","shortcutGroup.others":"Mais atalhos de fun\xE7\xF5es personalizadas",touchShortcutsToggleTranslationMask:"Configurar gestos de toque na tela para mostrar a m\xE1scara de tradu\xE7\xE3o / mostrar o texto original",temprarilyChangeTranslationTo_bing:"Est\xE1 a usar o Microsoft Translator para traduzir a p\xE1gina atual.","browser.translateWithGemini":"Use temporariamente o Gemini para traduzir a p\xE1gina atual","error.subscriptionExpired":"A sua associa\xE7\xE3o pode ter expirado, por favor verifique o estado da sua associa\xE7\xE3o.","browser.translateInputBox":"Traduzir o conte\xFAdo da caixa de entrada atual",touchShortcutsToggleTranslatePage:"Defina gestos de toque na tela para traduzir p\xE1ginas da web / mostrar o texto original","widget.translateFileTooltip":"Traduzir documentos PDF, EPUB, SRT, ASS, HTML e TXT","description.baiduField":"Os campos suportados s\xE3o vistos <1>aqui, se estiver vazio, significa que nenhum campo \xE9 especificado.","browser.translateWithDeepL":"Use temporariamente o DeepL para traduzir a p\xE1gina atual","desc.interfaceLanguage":"A configura\xE7\xE3o do idioma da interface afeta o idioma de exibi\xE7\xE3o do painel de controle e n\xE3o est\xE1 relacionada ao idioma de destino da tradu\xE7\xE3o.","neverTranslateText.title":`Por favor, traduza diretamente para o portugu\xEAs (evite explicar o texto original): Mantenha as seguintes palavras no original, n\xE3o traduza.`,"shortcutGroup.main":"Atalhos de fun\xE7\xF5es comuns",confirmResetToDefaultSettings:"Confirma que deseja restaurar este servi\xE7o de tradu\xE7\xE3o para as configura\xE7\xF5es padr\xE3o? (Apenas redefinir as configura\xE7\xF5es deste servi\xE7o de tradu\xE7\xE3o)","subtitle.showQuickButtonDescription":"No canto inferior direito do player de v\xEDdeo, fornece um atalho para ativar legendas bil\xEDngues.","slide.left":"Deslize para a direita","contact.description":"Se voc\xEA tiver alguma d\xFAvida ou sugest\xE3o, sinta-se \xE0 vontade para preencher o formul\xE1rio abaixo para nos contatar, ou envie um e-mail para {email}, responderemos o mais r\xE1pido poss\xEDvel.",paragraphMinTextCountDesc:"Aten\xE7\xE3o, aqui refere-se ao comprimento do caractere, por exemplo: hello tem 5 caracteres, definir um valor maior pode reduzir a tradu\xE7\xE3o desnecess\xE1ria de pequenos par\xE1grafos.","desc.toggleTranslateTheMainPage":"Traduza apenas a \xE1rea principal da p\xE1gina, quando voc\xEA ativou a tradu\xE7\xE3o de toda a \xE1rea da p\xE1gina nas configura\xE7\xF5es avan\xE7adas, voc\xEA pode usar este atalho para traduzir especificamente a \xE1rea principal da p\xE1gina.",mouseHoverCustomKeyDescription:"Voc\xEA pode personalizar um atalho de combina\xE7\xE3o de mouse sobre, como: Alt+Z, Ctrl+E, Cmd+Alt+E ou diretamente Cmd, por favor, insira manualmente.","desc.toggleMouseHoverTranslateDirectly":"Depois de pressionar esta tecla de atalho, na p\xE1gina, sempre que o mouse apontar para qualquer texto, ele ser\xE1 traduzido automaticamente. Pressione a tecla de atalho novamente para desativar este recurso de tradu\xE7\xE3o autom\xE1tica.","desc.mouseHoverHoldKey":"Quando o mouse \xE9 colocado sobre um par\xE1grafo, pressionando a tecla de atalho \xE0 direita ao mesmo tempo, voc\xEA pode traduzir diretamente esse par\xE1grafo.","floatBall.guideClickToTranslate":"Clique na bola flutuante de tradu\xE7\xE3o imersiva para traduzir rapidamente",translationOnlyModeDescription:"O modo de tradu\xE7\xE3o apenas se refere a mostrar apenas a tradu\xE7\xE3o, n\xE3o o modo bil\xEDngue padr\xE3o. Aten\xE7\xE3o: devido a limita\xE7\xF5es t\xE9cnicas, os hiperlinks do texto original ser\xE3o desativados no modo de tradu\xE7\xE3o apenas.","desc.touchShortcutsToggleTranslatePage":"Ap\xF3s a configura\xE7\xE3o, ao usar um dispositivo m\xF3vel, \xE9 poss\xEDvel tocar na tela com X dedos, deslizar para a esquerda e para a direita ou tocar continuamente para acionar a tradu\xE7\xE3o da p\xE1gina / exibir o texto original.","desc.touchShortcutsToggleTranslationMask":"A m\xE1scara de tradu\xE7\xE3o refere-se ao efeito de desfoque no estilo de tradu\xE7\xE3o (modo de aprendizado), que, quando ativado, usa temporariamente o efeito de desfoque na tradu\xE7\xE3o, facilitando o aprendizado.","intro.floatBallDescription":"Depois de ativado, um bot\xE3o de tradu\xE7\xE3o r\xE1pida ser\xE1 exibido no lado direito da p\xE1gina. Clique para traduzir e clique novamente para voltar ao texto original. No dispositivo m\xF3vel, pressione e segure a bola flutuante para abrir o painel de configura\xE7\xF5es r\xE1pidas.","proQuotaExceededError.trial":'\uFF0Cvoc\xEA pode escolher as seguintes maneiras de resolver:

1. Mude para {anotherService} ou outro servi\xE7o de tradu\xE7\xE3o
2. Atualize imediatamente para um membro oficial',"desc.toggleTranslateTheWholePage":"Traduzir toda a \xE1rea da p\xE1gina, por padr\xE3o, traduziremos a \xE1rea principal da p\xE1gina, voc\xEA pode usar este atalho para traduzir especificamente toda a \xE1rea da p\xE1gina.","subtitle.supportedSites":"J\xE1 \xE9 suportado o uso de legendas bil\xEDngues nestes sites (aten\xE7\xE3o: devido a limita\xE7\xF5es t\xE9cnicas, alguns sites podem precisar ser atualizados ap\xF3s a ativa\xE7\xE3o inicial das legendas, ou pode ser necess\xE1rio esperar a tradu\xE7\xE3o ser conclu\xEDda para exibir as legendas bil\xEDngues):",shortcutDisableTooltip:"Por favor, configure na p\xE1gina de gerenciamento de atalhos de extens\xE3o fornecida pelo navegador. Para mais orienta\xE7\xF5es, consulte as instru\xE7\xF5es na parte superior desta p\xE1gina.","proQuotaExceededError.onetime7day":'\uFF0Cvoc\xEA pode escolher as seguintes maneiras de resolver:

1. Mude para {anotherService} ou outro servi\xE7o de tradu\xE7\xE3o
2. Atualize para membro mensal/anual',"proQuotaExceededError.nonTrial":'\uFF0Cvoc\xEA pode escolher as seguintes maneiras de resolver:

1. Mude para {anotherService} ou outro servi\xE7o de tradu\xE7\xE3o
2. Compre um pacote de tr\xE1fego extra {translationService} ',"neverTranslateText.description":"Devido a algumas m\xE1quinas de tradu\xE7\xE3o n\xE3o reconhecerem adequadamente os nomes pr\xF3prios, voc\xEA pode adicionar palavras aqui para garantir que elas n\xE3o sejam convertidas durante o processo de tradu\xE7\xE3o. Por favor, note que esta fun\xE7\xE3o distingue mai\xFAsculas de min\xFAsculas e suporta apenas idiomas com palavras separadas por espa\xE7os (como ingl\xEAs, franc\xEAs), n\xE3o sendo adequada para idiomas como japon\xEAs, coreano, etc.","intro.hoverDescription":"A tradu\xE7\xE3o do mouse hover \xE9 uma fun\xE7\xE3o muito importante na tradu\xE7\xE3o imersiva, basta colocar o mouse sobre o par\xE1grafo e pressionar a tecla de atalho definida para traduzir automaticamente o par\xE1grafo atual (nota: n\xE3o est\xE1 ativado por padr\xE3o, por favor configure abaixo), esta intera\xE7\xE3o \xE9 usada para substituir melhor a tradu\xE7\xE3o de palavras selecionadas, al\xE9m disso, esta fun\xE7\xE3o tamb\xE9m \xE9 amplamente utilizada em \xE1reas de tradu\xE7\xE3o que n\xE3o podem ser reconhecidas, voc\xEA pode usar esta fun\xE7\xE3o para for\xE7ar a tradu\xE7\xE3o de qualquer par\xE1grafo.","intro.subtitleDescription":"Ap\xF3s ativar este recurso, as legendas bil\xEDngues ser\xE3o exibidas automaticamente durante a reprodu\xE7\xE3o do v\xEDdeo. Se n\xE3o estiver ativado, voc\xEA precisar\xE1 clicar manualmente no bot\xE3o de tradu\xE7\xE3o na p\xE1gina para exibir as legendas. Por favor, note que, devido a limita\xE7\xF5es t\xE9cnicas, alguns sites podem precisar atualizar a p\xE1gina ou esperar a tradu\xE7\xE3o ser conclu\xEDda antes de poderem exibir as legendas bil\xEDngues. (Al\xE9m disso, voc\xEA tamb\xE9m pode ativar/desativar o painel de atalhos de tradu\xE7\xE3o imersiva no canto superior direito ap\xF3s abrir o site do v\xEDdeo)

Atualmente, suportamos o uso de legendas bil\xEDngues nestes sites:",geminiWarning:"Aten\xE7\xE3o: O servi\xE7o gratuito Gemini fornecido pelo Google tem restri\xE7\xF5es rigorosas, pode ser considerado pelo Google que o usu\xE1rio est\xE1 usando v\xE1rias chaves para evitar suas restri\xE7\xF5es de cota gratuita, n\xE3o \xE9 recomendado usar, \xE9 aconselh\xE1vel esperar pelo Google para abrir a interface de pagamento Gemini no futuro para uso.","floatBall.setting":"Configura\xE7\xE3o","floatBall.translateToLanguage":"Clique para traduzir para {language}","floatBall.file":`Traduzir PDF, EPUB, SRT, ASS, HTML, arquivos TXT`,changeToOnlyTempTranslationMode:"Alternar para apresentar apenas tradu\xE7\xF5es",changeToDualTempTranslationMode:"Mudar para tradu\xE7\xE3o bilingue","transitionMode.dual":"Bilingue comparativo","options.navbar.translateFile":"Traduzir documento","options.navbar.installApp":"Instalar o aplicativo para celular","transitionMode.translation":"Apenas texto traduzido.","subtitle.transitionModeDescription":"Defina as legendas do v\xEDdeo para compara\xE7\xE3o bilingue ou apenas modo de tradu\xE7\xE3o","subtitle.transitionMode":"Legendas de v\xEDdeo bil\xEDngue / configura\xE7\xE3o apenas de tradu\xE7\xE3o","transitionMode.inherit":"Mantenha consist\xEAncia com o modo de exibi\xE7\xE3o de tradu\xE7\xE3o padr\xE3o do sistema.",translateFileTooltip:`Traduzir PDF, ePub, srt, @@ -5148,41 +5148,41 @@ ass, HTML, arquivos TXT`,"description.subtitlePrompt":`Em cen\xE1rios de legenda {env.imt_trans_field}: tradu\xE7\xE3o`,"subtitle.quickButton.green":"verde","subtitle.quickButton.magenta":"Magenta","translationServices.claude":"Claude","subtitle.quickButton.white":"branco","subtitle.quickButton.translationTextColor":"Cor da fonte da tradu\xE7\xE3o","subtitle.quickButton.backgroundOpacity":"opacidade de fundo","subtitle.quickButton.sourceFontSize":"Tamanho original da fonte","subtitle.quickButton.backgroundColor":"cor de fundo","subtitle.quickButton.setting":"configura\xE7\xE3o","subtitle.quickButton.blue":"azul","subtitle.quickButton.translationPositionBottom":"\u539F\u6587\u4E0B\u65B9","subtitle.quickButton.yellow":"Amarelo","subtitle.quickButton.translationPositionTop":"Acima do texto original","subtitle.quickButton.sourceTextColor":"Cor original da fonte","subtitle.quickButton.red":"vermelho","subtitle.quickButton.translationPosition":"Posi\xE7\xE3o de tradu\xE7\xE3o","subtitle.quickButton.cyan":"Azul","subtitle.quickButton.black":"preto","subtitle.quickButton.translationFontSize":"Tamanho da fonte do texto traduzido",attachSubtitleTranslating:"Usando {service} para traduzir...","error.claude.403":"Sem permiss\xE3o para acessar o servi\xE7o, pode estar relacionado com as restri\xE7\xF5es de \xE1rea de Claude, voc\xEA pode tentar alterar o seu endere\xE7o IP, ou usar outros servi\xE7os de tradu\xE7\xE3o.","browser.brandDescriptionForSafari":"\u3010Tradu\xE7\xE3o imersiva\u3011Um plugin de tradu\xE7\xE3o de p\xE1ginas da web bilingue (original/tradu\xE7\xE3o) gratuito, que suporta a tradu\xE7\xE3o de PDF e EPUB e mant\xE9m a formata\xE7\xE3o original do documento, a tradu\xE7\xE3o de legendas bilingues de v\xEDdeos online como Youtube/Netflix, e suporta servi\xE7os de tradu\xE7\xE3o mainstream como Deepl/Google;","browser.PdfProFile":"AI impulsionado pela tradu\xE7\xE3o do PDF Pro","browser.textTranslate":"Tradu\xE7\xE3o de texto"};var Ch=[{code:"zh-CN",messages:ch},{code:"zh-TW",messages:dh},{code:"en",messages:ph},{code:"ja",messages:gh},{code:"ar",messages:mh},{code:"de",messages:fh},{code:"es",messages:hh},{code:"fa",messages:bh},{code:"fr",messages:Th},{code:"hi",messages:yh},{code:"it",messages:vh},{code:"ru",messages:Sh},{code:"ko",messages:xh},{code:"pt",messages:Eh}];var Ed="immersiveTranslateBingGlobalState",Cd="immersiveTranslateYandexGlobalState",zt={};for(let t of Ch)zt[t.code]=t.messages;var Ia="Immersive Translate",Q="immersive-translate",Dh="pdf/index.html";var me="immersiveTranslate";var Ah=me+"GoogleAccessToken",kh=me+"AuthFlow";var q6=me+"AuthState",yu=me+"IframeMessage",yL=me+"WaitForRateLimit",Ph=me+"DocumentMessageAsk",_t=me+"DocumentMessageTellThirdParty",Ra=me+"showError",Lh=me+"DocumentMessageThirdPartyTell",_h=me+"DocumentMessageEventUpload",j6=me+"DocumentMessageHandler",vu=`${me}Share`,Fo=`${me}ToggleMouseHoverTranslateDirectly`,Fh=`${me}ReqDraft`,Mh=`${me}ResDraft`,H6=`${me}Container`,Bh=`${me}SpecifiedContainer`,Yr="buildinConfig",Mo="localConfig",wd="openOptionsPage",Dd="openAboutPage";var Ad="openEbookViewer",kd="openEbookBuilder";var Oa=`${me}PageTranslatedStatus`,vL=`${me}PageUrlChanged`,wr=`${me}ReceiveCommand`,Ih=me+"LastUseMouseHoverTime",Su=me+"LastUseInputTime",Kn=me+"LastUseManualTranslatePageTime",Bo=`${me}PopupReceiveMessage`,W6="immersivetranslate.com",K6="config.immersivetranslate.com",SL=`https://${W6}/`,Io=`https://${K6}/default_config.json`,xL=`${me}Mark`,Tn=`${me}Root`,Rh=`${me}Walked`,EL=`data-${Q}-walked`,Oh=`${me}Paragraph`,zh=`data-${Q}-paragraph`,ur=`data-${Q}-translation-element-mark`,Nh=`${me}TranslationElementMark`,CL=`${me}TranslatedMark`,Uh=`${me}LoadingId`,Pd=`data-${Q}-loading-id`,qh=`${me}ErrorId`,xu=`data-${Q}-error-id`,G6=`${me}AtomicBlockMark`,jh=`${me}ExcludeMark`,wL=`data-${Q}-exclude-mark`,V6=`${me}StayOriginalMark`,DL=`${me}PreWhitespaceMark`,Eu=`${me}InlineMark`,Hh=`${me}BlockMark`,AL=`${me}Left`,kL=`${me}Right`,PL=`${me}Width`,LL=`${me}Height`,_L=`${me}Top`,FL=`${me}FontSize`,Wh="lastRunTime",ML=`${me}GlobalStyleMark`,Ro=["@","#"],Cu=" --- ",Kh=` `,bt=`${Q}-target-wrapper`,BL=`${Q}-pdf-target-container`,wu=`${Q}-target-inner`,IL=`${Q}-source-wrapper`,Ld=`${Q}-target-translation-block-wrapper`,RL=`${Q}-root-translation-theme`,yi=`${me}RootTranslationTheme`,Gh=`${Q}-target-translation-vertical-block-wrapper`,OL=`${Q}-target-translation-pdf-block-wrapper`,Vh=`${Q}-target-translation-pre-whitespace`,_d=`${Q}-target-translation-inline-wrapper`;var $h={underline:[{name:"borderColor",required:!1,type:"color"}],nativeUnderline:[{name:"borderColor",required:!1,type:"color"}],nativeDashed:[{name:"borderColor",required:!1,type:"color"}],nativeDotted:[{name:"borderColor",required:!1,type:"color"}],dotted:[{name:"borderColor",required:!1,type:"color"}],dividingLine:[{name:"borderColor",required:!1,type:"color"}],highlight:[{name:"backgroundColor",required:!1,type:"color"}],marker:[{name:"backgroundColor",required:!1,type:"color"}],dashed:[{name:"borderColor",required:!1,type:"color"}],blockquote:[{name:"borderColor",required:!1,type:"color"}],thinDashed:[{name:"borderColor",required:!1,type:"color"}],dashedBorder:[{name:"borderRadius",required:!1,type:"number",default:"0"},{name:"borderColor",required:!1,type:"color"}],solidBorder:[{name:"borderRadius",required:!1,type:"number",default:"0"},{name:"borderColor",required:!1,type:"color"}],marker2:[{name:"backgroundColor",required:!1,type:"color"}],wavy:[{name:"borderColor",required:!1,type:"color"}],opacity:[{name:"opacity",required:!1,type:"number",default:10}]},wn=["auto","zh-CN","zh-TW","en","ja","ko","es","de","fr","pt","pt-br","ru","ar","it","ms","id","vi","af","th","ur","yue","zh-CN-NE","bo","wyw","am","az","be","bg","bn","bs","ca","ceb","co","cs","cy","da","el","eo","et","eu","fa","fi","fil","fj","fy","ga","gd","gl","gu","ha","haw","he","hi","hmn","hr","ht","hu","hy","ig","is","jw","ka","kk","km","kn","ku","ky","la","lb","lo","lt","lv","mg","mi","mk","ml","mn","mr","mt","mww","my","ne","nl","no","ny","otq","pa","pl","ps","ro","sa","sd","si","sk","sl","sm","sn","so","sq","sr","sr-Cyrl","sr-Latn","st","su","sv","sw","ta","te","tg","tlh","tlh-Qaak","to","tr","ty","ug","uk","uz","xh","yi","yo","yua","zu"],Yh={af:"Afrikaans",am:"Amharic",ar:"Arabic",auto:"Auto Detect",az:"Azerbaijani",be:"Belarusian",bg:"Bulgarian",tn:"Zana",bn:"Bengali",bs:"Bosnian",bo:"Tibetan",ca:"Catalan",ceb:"Cebuano",co:"Corsican",cs:"Czech",cy:"Welsh",da:"Danish",de:"German",el:"Greek",en:"English",eo:"Esperanto",es:"Spanish",et:"Estonian",eu:"Basque",sa:"Sanskrit",fa:"Persian",fi:"Finnish",fil:"Filipino",fj:"Fijian",fr:"French",fy:"Frisian",ga:"Irish",gd:"Scottish Gaelic",gl:"Galician",gu:"Gujarati",ha:"Hausa",haw:"Hawaiian",he:"Hebrew",hi:"Hindi",hmn:"Hmong",hr:"Croatian",ht:"Haitian Creole",hu:"Hungarian",hy:"Armenian",id:"Indonesian",ig:"Igbo",is:"Icelandic",it:"Italian",ja:"Japanese",jw:"Javanese",ka:"Georgian",kk:"Kazakh",km:"Khmer",kn:"Kannada",ko:"Korean",ku:"Kurdish",ky:"Kyrgyz",la:"Latin",lb:"Luxembourgish",lo:"Lao",lt:"Lithuanian",lv:"Latvian",mg:"Malagasy",mi:"Maori",mk:"Macedonian",ml:"Malayalam",mn:"Mongolian",mr:"Marathi",ms:"Malay",mt:"Maltese",mww:"Hmong Daw",my:"Burmese",ne:"Nepali",nl:"Dutch",no:"Norwegian",ny:"Chichewa",otq:"Quer\xE9taro Otomi",pa:"Punjabi",pl:"Polish",ps:"Pashto",pt:"Portuguese","pt-br":"Portuguese (Brazil)",ro:"Romanian",ru:"Russian",sd:"Sindhi",si:"Sinhala",sk:"Slovak",sl:"Slovenian",sm:"Samoan",sn:"Shona",so:"Somali",sq:"Albanian",sr:"Serbian","sr-Cyrl":"Serbian (Cyrillic)","sr-Latn":"Serbian (Latin)",st:"Sesotho",su:"Sundanese",sv:"Swedish",sw:"Swahili",ta:"Tamil",te:"Telugu",tg:"Tajik",th:"Thai",tlh:"Klingon","tlh-Qaak":"Klingon (piqaD)",to:"Tongan",tr:"Turkish",ty:"Tahitian",ug:"Uyghur",uk:"Ukrainian",ur:"Urdu",uz:"Uzbek",vi:"Vietnamese",wyw:"Classical Chinese",xh:"Xhosa",placeholder:"Please Select",yi:"Yiddish",yo:"Yoruba",yua:"Yucatec Maya",yue:"Cantonese (Traditional)","zh-CN":"Simplified Chinese","zh-TW":"Traditional Chinese","zh-CN-NE":"Northeastern Chinese",zu:"Zulu","":"All Languages"},Qh={placeholder:"\u8BF7\u9009\u62E9",af:"\u5357\u975E\u8377\u5170\u8BED",am:"\u963F\u59C6\u54C8\u62C9\u8BED",ar:"\u963F\u62C9\u4F2F\u8BED",auto:"\u81EA\u52A8\u68C0\u6D4B",az:"\u963F\u585E\u62DC\u7586\u8BED",be:"\u767D\u4FC4\u7F57\u65AF\u8BED",bg:"\u4FDD\u52A0\u5229\u4E9A\u8BED",tn:"\u8D5E\u7EB3\u8BED",bn:"\u5B5F\u52A0\u62C9\u8BED",bs:"\u6CE2\u65AF\u5C3C\u4E9A\u8BED",bo:"\u85CF\u8BED",ca:"\u52A0\u6CF0\u7F57\u5C3C\u4E9A\u8BED",ceb:"\u5BBF\u52A1\u8BED",co:"\u79D1\u897F\u5609\u8BED",cs:"\u6377\u514B\u8BED",cy:"\u5A01\u5C14\u58EB\u8BED",da:"\u4E39\u9EA6\u8BED",de:"\u5FB7\u8BED",el:"\u5E0C\u814A\u8BED",en:"\u82F1\u8BED",eo:"\u4E16\u754C\u8BED",es:"\u897F\u73ED\u7259\u8BED",et:"\u7231\u6C99\u5C3C\u4E9A\u8BED",eu:"\u5DF4\u65AF\u514B\u8BED",sa:"\u68B5\u8BED",fa:"\u6CE2\u65AF\u8BED",fi:"\u82AC\u5170\u8BED",fil:"\u83F2\u5F8B\u5BBE\u8BED",fj:"\u6590\u6D4E\u8BED",fr:"\u6CD5\u8BED",fy:"\u5F17\u91CC\u65AF\u5170\u8BED",ga:"\u7231\u5C14\u5170\u8BED",gd:"\u82CF\u683C\u5170\u76D6\u5C14\u8BED",gl:"\u52A0\u5229\u897F\u4E9A\u8BED",gu:"\u53E4\u5409\u62C9\u7279\u8BED",ha:"\u8C6A\u8428\u8BED",haw:"\u590F\u5A01\u5937\u8BED",he:"\u5E0C\u4F2F\u6765\u8BED",hi:"\u5370\u5730\u8BED",hmn:"\u82D7\u8BED",hr:"\u514B\u7F57\u5730\u4E9A\u8BED",ht:"\u6D77\u5730\u514B\u91CC\u5965\u5C14\u8BED",hu:"\u5308\u7259\u5229\u8BED",hy:"\u4E9A\u7F8E\u5C3C\u4E9A\u8BED",id:"\u5370\u5EA6\u5C3C\u897F\u4E9A\u8BED",ig:"\u4F0A\u535A\u8BED",is:"\u51B0\u5C9B\u8BED",it:"\u610F\u5927\u5229\u8BED",ja:"\u65E5\u672C\u8BED",jw:"\u722A\u54C7\u8BED",ka:"\u683C\u9C81\u5409\u4E9A\u8BED",kk:"\u54C8\u8428\u514B\u8BED",km:"\u9AD8\u68C9\u8BED",kn:"\u5361\u7EB3\u8FBE\u8BED",ko:"\u97E9\u8BED",ku:"\u5E93\u5C14\u5FB7\u8BED",ky:"\u5409\u5C14\u5409\u65AF\u8BED",la:"\u62C9\u4E01\u8BED",lb:"\u5362\u68EE\u5821\u8BED",lo:"\u8001\u631D\u8BED",lt:"\u7ACB\u9676\u5B9B\u8BED",lv:"\u62C9\u8131\u7EF4\u4E9A\u8BED",mg:"\u9A6C\u62C9\u52A0\u65AF\u8BED",mi:"\u6BDB\u5229\u8BED",mk:"\u9A6C\u5176\u987F\u8BED",ml:"\u9A6C\u62C9\u96C5\u62C9\u59C6\u8BED",mn:"\u8499\u53E4\u8BED",mr:"\u9A6C\u62C9\u5730\u8BED",ms:"\u9A6C\u6765\u8BED",mt:"\u9A6C\u8033\u4ED6\u8BED",mww:"\u767D\u82D7\u8BED",my:"\u7F05\u7538\u8BED",ne:"\u5C3C\u6CCA\u5C14\u8BED",nl:"\u8377\u5170\u8BED",no:"\u632A\u5A01\u8BED",ny:"\u9F50\u5207\u74E6\u8BED\uFF08\u5C3C\u626C\u8D3E\u8BED\uFF09",otq:"\u514B\u96F7\u5854\u7F57\u5965\u6258\u7C73\u8BED",pa:"\u65C1\u906E\u666E\u8BED",pl:"\u6CE2\u5170\u8BED",ps:"\u666E\u4EC0\u56FE\u8BED",pt:"\u8461\u8404\u7259\u8BED","pt-br":"\u8461\u8404\u7259\u8BED\uFF08\u5DF4\u897F\uFF09",ro:"\u7F57\u9A6C\u5C3C\u4E9A\u8BED",ru:"\u4FC4\u8BED",sd:"\u4FE1\u5FB7\u8BED",si:"\u50E7\u4F3D\u7F57\u8BED",sk:"\u65AF\u6D1B\u4F10\u514B\u8BED",sl:"\u65AF\u6D1B\u6587\u5C3C\u4E9A\u8BED",sm:"\u8428\u6469\u4E9A\u8BED",sn:"\u4FEE\u7EB3\u8BED",so:"\u7D22\u9A6C\u91CC\u8BED",sq:"\u963F\u5C14\u5DF4\u5C3C\u4E9A\u8BED",sr:"\u585E\u5C14\u7EF4\u4E9A\u8BED","sr-Cyrl":"\u585E\u5C14\u7EF4\u4E9A\u8BED\uFF08\u897F\u91CC\u5C14\u6587\uFF09","sr-Latn":"\u585E\u5C14\u7EF4\u4E9A\u8BED\uFF08\u62C9\u4E01\u6587\uFF09",st:"\u585E\u7D22\u6258\u8BED",su:"\u5DFD\u4ED6\u8BED",sv:"\u745E\u5178\u8BED",sw:"\u65AF\u74E6\u5E0C\u91CC\u8BED",ta:"\u6CF0\u7C73\u5C14\u8BED",te:"\u6CF0\u5362\u56FA\u8BED",tg:"\u5854\u5409\u514B\u8BED",th:"\u6CF0\u8BED",tlh:"\u514B\u6797\u8D21\u8BED","tlh-Qaak":"\u514B\u6797\u8D21\u8BED\uFF08piqaD\uFF09",to:"\u6C64\u52A0\u8BED",tr:"\u571F\u8033\u5176\u8BED",ty:"\u5854\u5E0C\u63D0\u8BED",ug:"\u7EF4\u543E\u5C14\u8BED",uk:"\u4E4C\u514B\u5170\u8BED",ur:"\u4E4C\u5C14\u90FD\u8BED",uz:"\u4E4C\u5179\u522B\u514B\u8BED",vi:"\u8D8A\u5357\u8BED",wyw:"\u6587\u8A00\u6587",xh:"\u73ED\u56FE\u8BED",yi:"\u610F\u7B2C\u7EEA\u8BED",yo:"\u7EA6\u9C81\u5DF4\u8BED",yua:"\u5C24\u5361\u5766\u739B\u96C5\u8BED",yue:"\u7CA4\u8BED","zh-CN":"\u7B80\u4F53\u4E2D\u6587","zh-TW":"\u7E41\u4F53\u4E2D\u6587","zh-CN-NE":"\u4E1C\u5317\u8BDD",zu:"\u7956\u9C81\u8BED","":"\u6240\u6709\u8BED\u8A00"},Zh={placeholder:"\u8ACB\u9078\u64C7",af:"\u963F\u975E\u5229\u5361\u8A9E",am:"\u963F\u59C6\u54C8\u62C9\u8A9E",ar:"\u963F\u62C9\u4F2F\u8A9E",auto:"\u81EA\u52D5\u6AA2\u6E2C",az:"\u963F\u585E\u62DC\u7586\u8A9E",be:"\u767D\u4FC4\u7F85\u65AF\u8A9E",bg:"\u4FDD\u52A0\u5229\u4E9E\u8A9E",tn:"\u8D0A\u7D0D\u8A9E",bn:"\u5B5F\u52A0\u62C9\u8A9E",bs:"\u6CE2\u65AF\u5C3C\u4E9E\u8A9E",bo:"\u85CF\u8A9E",ca:"\u52A0\u6CF0\u862D\u8A9E",ceb:"\u5BBF\u9727\u8A9E",co:"\u79D1\u897F\u5609\u8A9E",cs:"\u6377\u514B\u8A9E",cy:"\u5A01\u723E\u65AF\u8A9E",da:"\u4E39\u9EA5\u8A9E",de:"\u5FB7\u8A9E",el:"\u5E0C\u81D8\u8A9E",en:"\u82F1\u8A9E",eo:"\u4E16\u754C\u8A9E",es:"\u897F\u73ED\u7259\u8A9E",et:"\u611B\u6C99\u5C3C\u4E9E\u8A9E",eu:"\u5DF4\u65AF\u514B\u8A9E",sa:"\u68B5\u8A9E",fa:"\u6CE2\u65AF\u8A9E",fi:"\u82AC\u862D\u8A9E",fil:"\u83F2\u5F8B\u8CD3\u8A9E",fj:"\u6590\u6FDF\u8A9E",fr:"\u6CD5\u8A9E",fy:"\u5F17\u91CC\u897F\u8A9E",ga:"\u611B\u723E\u862D\u8A9E",gd:"\u8607\u683C\u862D\u84CB\u723E\u8A9E",gl:"\u52A0\u5229\u897F\u4E9E\u8A9E",gu:"\u53E4\u5409\u62C9\u7279\u8A9E",ha:"\u8C6A\u6492\u8A9E",haw:"\u590F\u5A01\u5937\u8A9E",he:"\u5E0C\u4F2F\u4F86\u8A9E",hi:"\u5370\u5730\u8A9E",hmn:"\u82D7\u8A9E",hr:"\u514B\u7F85\u5730\u4E9E\u8A9E",ht:"\u6D77\u5730\u514B\u91CC\u5967\u723E\u8A9E",hu:"\u5308\u7259\u5229\u8A9E",hy:"\u4E9E\u7F8E\u5C3C\u4E9E\u8A9E",id:"\u5370\u5C3C\u8A9E",ig:"\u4F0A\u535A\u8A9E",is:"\u51B0\u5CF6\u8A9E",it:"\u610F\u5927\u5229\u8A9E",ja:"\u65E5\u8A9E",jw:"\u722A\u54C7\u8A9E",ka:"\u55AC\u6CBB\u4E9E\u8A9E",kk:"\u54C8\u85A9\u514B\u8A9E",km:"\u9AD8\u68C9\u8A9E",kn:"\u574E\u7D0D\u9054\u8A9E",ko:"\u97D3\u8A9E",ku:"\u5EAB\u723E\u5FB7\u8A9E",ky:"\u5409\u723E\u5409\u65AF\u8A9E",la:"\u62C9\u4E01\u8A9E",lb:"\u76E7\u68EE\u5821\u8A9E",lo:"\u8001\u64BE\u8A9E",lt:"\u7ACB\u9676\u5B9B\u8A9E",lv:"\u62C9\u812B\u7DAD\u4E9E\u8A9E",mg:"\u99AC\u62C9\u52A0\u65AF\u8A9E",mi:"\u6BDB\u5229\u8A9E",mk:"\u99AC\u5176\u9813\u8A9E",ml:"\u99AC\u62C9\u96C5\u62C9\u59C6\u8A9E",mn:"\u8499\u53E4\u8A9E",mr:"\u99AC\u62C9\u5730\u8A9E",ms:"\u99AC\u4F86\u8A9E",mt:"\u99AC\u723E\u4ED6\u8A9E",mww:"\u767D\u82D7\u8A9E",my:"\u7DEC\u7538\u8A9E",ne:"\u5C3C\u6CCA\u723E\u8A9E",nl:"\u8377\u862D\u8A9E",no:"\u632A\u5A01\u8A9E",ny:"\u9F4A\u5207\u74E6\u8A9E",otq:"\u594E\u96F7\u5854\u7F85\u5967\u6258\u7C73\u8A9E",pa:"\u65C1\u906E\u666E\u8A9E",pl:"\u6CE2\u862D\u8A9E",ps:"\u666E\u4EC0\u5716\u8A9E",pt:"\u8461\u8404\u7259\u8A9E","pt-br":"\u8461\u8404\u7259\u8A9E\uFF08\u5DF4\u897F\uFF09",ro:"\u7F85\u99AC\u5C3C\u4E9E\u8A9E",ru:"\u4FC4\u8A9E",sd:"\u4FE1\u5FB7\u8A9E",si:"\u50E7\u4F3D\u7F85\u8A9E",sk:"\u65AF\u6D1B\u4F10\u514B\u8A9E",sl:"\u65AF\u6D1B\u7DAD\u5C3C\u4E9E\u8A9E",sm:"\u85A9\u6469\u4E9E\u8A9E",sn:"\u7D39\u7D0D\u8A9E",so:"\u7D22\u99AC\u91CC\u8A9E",sq:"\u963F\u723E\u5DF4\u5C3C\u4E9E\u8A9E",sr:"\u585E\u723E\u7DAD\u4E9E\u8A9E","sr-Cyrl":"\u585E\u723E\u7DAD\u4E9E\u8A9E (\u897F\u91CC\u723E\u6587)","sr-Latn":"\u585E\u723E\u7DAD\u4E9E\u8A9E (\u62C9\u4E01\u6587)",st:"\u585E\u7D22\u6258\u8A9E",su:"\u5DFD\u4ED6\u8A9E",sv:"\u745E\u5178\u8A9E",sw:"\u65AF\u74E6\u5E0C\u91CC\u8A9E",ta:"\u6CF0\u7C73\u723E\u8A9E",te:"\u6CF0\u76E7\u56FA\u8A9E",tg:"\u5854\u5409\u514B\u8A9E",th:"\u6CF0\u8A9E",tlh:"\u514B\u6797\u8CA2\u8A9E","tlh-Qaak":"\u514B\u6797\u8CA2\u8A9E (piqaD)",to:"\u6771\u52A0\u8A9E",tr:"\u571F\u8033\u5176\u8A9E",ty:"\u5854\u5E0C\u63D0\u8A9E",ug:"\u7DAD\u543E\u723E\u8A9E",uk:"\u70CF\u514B\u862D\u8A9E",ur:"\u70CF\u723E\u90FD\u8A9E",uz:"\u70CF\u8332\u5225\u514B\u8A9E",vi:"\u8D8A\u5357\u8A9E",wyw:"\u6587\u8A00\u6587",xh:"\u79D1\u85A9\u8A9E",yi:"\u610F\u7B2C\u7DD2\u8A9E",yo:"\u7D04\u9B6F\u5DF4\u8A9E",yua:"\u5C24\u52A0\u6566\u99AC\u96C5\u8A9E",yue:"\u5EE3\u6771\u8A71 (\u50B3\u7D71)","zh-CN":"\u7C21\u9AD4\u4E2D\u6587","zh-TW":"\u7E41\u9AD4\u4E2D\u6587","zh-CN-NE":"\u6771\u5317\u8A71",zu:"\u7956\u9B6F\u8A9E","":"\u6240\u6709\u8A9E\u8A00"};var Jh=[{name:"touch",shortcuts:[{command:"touchShortcutsToggleTranslatePage",type:"finger"},{command:"touchShortcutsToggleTranslationMask",type:"finger"},{command:"touchShortcutsToggleTranslatePageOnlyTranslation",type:"finger"},{command:"touchShortcutsToggleTranslateTouchElement",type:"finger"}]},{name:"main",shortcuts:["toggleTranslatePage","shareToDraft","translateInputBox"]},{name:"mouse",shortcuts:[{command:"mouseHoverHoldKey",type:"mouseHoverHoldKey"},"toggleMouseHoverTranslateDirectly"]},{name:"others",shortcuts:["toggleTranslationMask","toggleTranslateToThePageEndImmediately","toggleTranslateTheMainPage","toggleOnlyTransation","toggleTranslateTheWholePage","toggleVideoSubtitlePreTranslation"]},{name:"shortcutsForTranslationServices",shortcuts:["translateWithDeepL","translateWithGoogle","translateWithOpenAI","translateWithBing","translateWithTransmart","translateWithGemini"]}],Xh=["https://immersive-translate.owenyoung.com/options/","https://immersive-translate.owenyoung.com/auth-done/","https://dash.immersivetranslate.com/","https://dash.immersivetranslate.com/auth-done/","http://localhost:8000/dist/userscript/options/","http://localhost:8000/auth-done/","http://192.168.50.9:8000/dist/userscript/options/","http://192.168.31.51:8000/dist/userscript/options/","http://192.168.1.72:8000/dist/userscript/options/","https://www.deepl.com/translator","translate.google.com","http://localhost:8000/options/","http://192.168.50.9:8000/options/","http://192.168.31.51:8000/options/","http://192.168.1.72:8000/options/"],lr="zh-CN";var wh=[{type:"select",name:"codename",labelKey:"field.translationEngine",default:"youdao",required:!1,options:[{label:"translationServices.google",value:"google"},{label:"translationServices.deepl",value:"deepl"},{label:"translationServices.youdao",value:"youdao"},{label:"translationServices.tencent",value:"tencent"},{label:"translationServices.aliyun",value:"aliyun"},{label:"translationServices.baidu",value:"baidu"},{label:"translationServices.caiyun",value:"caiyun"},{label:"translationServices.wechat",value:"wechat"},{label:"translationServices.ibm",value:"ibm"},{label:"translationServices.azure",value:"azure"},{label:"translationServices.aws",value:"aws"}]}],Du=["caiyun","cai"],cr={bing:{name:"\u5FAE\u8F6F\u7FFB\u8BD1",homepage:"https://www.bing.com/translator"},google:{name:"Google",homepage:"https://translate.google.com/"},deepl:{name:"DeepL",homepage:"https://www.deepl.com/translator",docUrl:"https://immersivetranslate.com/docs/services/deepL/",providers:[{name:"pro",nameKey:"deepLProName",descriptionKey:"deepLProDescription",descriptionKeyForNormal:"deeplProDescriptionForNormal",descriptionLink1:"https://immersivetranslate.com/pricing"},{name:"custom",nameKey:"deepLCustomName",descriptionKey:"deepLCustomDescription",descriptionLink1:"https://www.deepl.com/translator",descriptionLink2:"https://immersivetranslate.com/docs/services/deepL/"}],allProps:[{name:"authKey",providers:["custom"],label:"Auth Key",required:!0,type:"password"}]},openai:{name:"Open AI",homepage:"https://openai.com/api/",docUrl:"https://immersivetranslate.com/docs/services/openai/",providers:[{name:"pro",nameKey:"openaiProName",descriptionKey:"openaiProDescription",descriptionKeyForNormal:"openaiProDescriptionForNormal",descriptionLink1:"https://immersivetranslate.com/pricing"},{name:"custom",nameKey:"openaiCustomName",descriptionKey:"openaiCustomDescription",descriptionLink1:"https://immersivetranslate.com/docs/services/openai/"}],allProps:[{name:"APIKEY",providers:["custom"],required:!0,type:"password"},{name:"model",labelKey:"field.model",descriptionKey:"description.model",required:!1,type:"model-select",default:"gpt-3.5-turbo-1106",providers:["custom"],options:[{providers:["custom","pro"],label:"gpt-3.5-turbo",value:"gpt-3.5-turbo"},{providers:["custom"],label:"gpt-3.5-turbo-0125",value:"gpt-3.5-turbo-0125"},{providers:["custom","pro"],label:"gpt-3.5-turbo-1106",value:"gpt-3.5-turbo-1106"},{providers:["custom","pro"],label:"gpt-3.5-turbo-0613",value:"gpt-3.5-turbo-0613"},{providers:["custom"],label:"gpt-4-1106-preview",value:"gpt-4-1106-preview"},{providers:["custom"],label:"gpt-4-0125-preview",value:"gpt-4-0125-preview"},{providers:["custom"],label:"gpt-4",value:"gpt-4"}]},{name:"limit",required:!1,labelKey:"field.limitPerSecond",descriptionKey:"description.limitPerSecond",descriptionLink1:"https://immersivetranslate.com/docs/services/openai/",type:"number",default:10,providers:["custom"]},{name:"maxTextLengthPerRequest",required:!1,labelKey:"field.maxTextLengthPerRequest",descriptionKey:"description.maxTextLengthPerRequest",type:"number",default:1200,optional:!0},{name:"maxTextGroupLengthPerRequest",required:!1,labelKey:"field.maxTextGroupLengthPerRequest",descriptionKey:"description.maxTextGroupLengthPerRequest",type:"number",default:1,optional:!0},{name:"apiUrl",labelKey:"field.apiUrl",required:!1,type:"text",default:"https://api.openai.com/v1/chat/completions",descriptionKey:"description.apiUrl",descriptionLink1:"https://immersivetranslate.com/docs/services/openai/",optional:!0,providers:["custom"]},{name:"systemPrompt",label:"System Prompt",required:!1,descriptionKey:"description.systemPrompt",type:"textarea",optional:!0,default:"You are a translation engine, you can only translate text and cannot interpret it, and do not explain."},{name:"prompt",label:"Prompt",required:!1,descriptionKey:"description.prompt",type:"textarea",default:`Translate the text to {{to}}, please do not explain any sentences, just translate or leave them as they are.: -{{text}}`,optional:!0},{name:"multiplePrompt",label:"Multiple Prompt",required:!1,descriptionKey:"description.multiplePrompt",type:"textarea",default:"",optional:!0},{name:"subtitlePrompt",label:"Subtitle Prompt",required:!1,descriptionKey:"description.subtitlePrompt",type:"textarea",default:"",optional:!0}]},yandex:{name:"Yandex",homepage:"https://translate.yandex.com/"},gemini:{name:"Gemini",homepage:"https://makersuite.google.com/",docUrl:"https://immersivetranslate.com/docs/services/gemini/",beta:!0,allProps:[{name:"APIKEY",providers:["custom"],required:!0,type:"password"},{name:"model",labelKey:"field.model",descriptionKey:"description.model",optional:!0,required:!1,type:"model-select",options:[{label:"gemini-1.0-pro-latest",value:"gemini-1.0-pro-latest"}]},{name:"limit",required:!1,optional:!0,labelKey:"field.limitPerSecond",descriptionKey:"description.generalLimitPerSecond",descriptionLink1:"https://immersivetranslate.com/docs/services/openai/",type:"number",default:1},{name:"maxTextLengthPerRequest",required:!1,labelKey:"field.maxTextLengthPerRequest",descriptionKey:"description.maxTextLengthPerRequest",type:"number",default:1200,optional:!0},{name:"maxTextGroupLengthPerRequest",required:!1,labelKey:"field.maxTextGroupLengthPerRequest",descriptionKey:"description.maxTextGroupLengthPerRequest",type:"number",default:3,optional:!0},{name:"apiUrl",labelKey:"field.apiUrl",required:!1,type:"text",default:"https://generativelanguage.googleapis.com/v1beta/models/{model}:generateContent?key={key}",descriptionKey:"description.apiUrl",descriptionLink1:"https://immersivetranslate.com/docs/services/gemini/",optional:!0},{name:"prompt",label:"Prompt",required:!1,descriptionKey:"description.prompt",type:"textarea",default:"",optional:!0},{name:"multiplePrompt",label:"Multiple Prompt",required:!1,descriptionKey:"description.multiplePrompt",type:"textarea",default:"",optional:!0},{name:"subtitlePrompt",label:"Subtitle Prompt",required:!1,descriptionKey:"description.subtitlePrompt",type:"textarea",default:"",optional:!0}]},claude:{name:"Claude",homepage:"https://www.anthropic.com/",docUrl:"https://immersivetranslate.com/docs/services/claude/",allProps:[{name:"APIKEY",providers:["custom"],required:!0,type:"password"},{name:"model",labelKey:"field.model",descriptionKey:"description.model",optional:!0,required:!1,type:"model-select",default:"claude-3-haiku-20240307",options:[{label:"claude-3-haiku-20240307",value:"claude-3-haiku-20240307"},{label:"claude-3-sonnet-20240229",value:"claude-3-sonnet-20240229"},{label:"claude-3-opus-20240229",value:"claude-3-opus-20240229"},{label:"claude-2.1",value:"claude-2.1"}]},{name:"limit",required:!1,optional:!0,labelKey:"field.limitPerSecond",descriptionKey:"description.generalLimitPerSecond",descriptionLink1:"https://immersivetranslate.com/docs/services/openai/",type:"number",default:1},{name:"maxTextLengthPerRequest",required:!1,labelKey:"field.maxTextLengthPerRequest",descriptionKey:"description.maxTextLengthPerRequest",type:"number",default:1200,optional:!0},{name:"maxTextGroupLengthPerRequest",required:!1,labelKey:"field.maxTextGroupLengthPerRequest",descriptionKey:"description.maxTextGroupLengthPerRequest",type:"number",default:10,optional:!0},{name:"apiUrl",labelKey:"field.apiUrl",required:!1,type:"text",default:"https://api.anthropic.com/v1/messages",descriptionKey:"description.apiUrl",descriptionLink1:"https://immersivetranslate.com/docs/services/claude/",optional:!0},{name:"prompt",label:"Prompt",required:!1,descriptionKey:"description.prompt",type:"textarea",default:"",optional:!0},{name:"multiplePrompt",label:"Multiple Prompt",required:!1,descriptionKey:"description.multiplePrompt",type:"textarea",default:"",optional:!0},{name:"subtitlePrompt",label:"Subtitle Prompt",required:!1,descriptionKey:"description.subtitlePrompt",type:"textarea",default:"",optional:!0}]},transmart:{name:"Transmart",homepage:"https://transmart.qq.com/"},youdao:{name:"Youdao",homepage:"https://youdao.com/",docUrl:"https://immersivetranslate.com/docs/services/youdao/",allProps:[{name:"appId",required:!0,type:"text"},{name:"appSecret",required:!0,type:"password"},{name:"limit",required:!1,labelKey:"field.limitPerSecond",descriptionKey:"description.generalLimitPerSecond",type:"number",default:5,optional:!0},{name:"maxTextLengthPerRequest",required:!1,labelKey:"field.maxTextLengthPerRequest",descriptionKey:"description.maxTextLengthPerRequest",type:"number",default:1200,optional:!0},{name:"maxTextGroupLengthPerRequest",required:!1,labelKey:"field.maxTextGroupLengthPerRequest",descriptionKey:"description.maxTextGroupLengthPerRequest",type:"number",default:200,optional:!0},{name:"domain",required:!1,labelKey:"field.domain",descriptionKey:"description.domain",descriptionLink1:"https://fanyi.youdao.com/openapi/",type:"text",default:"general",optional:!0},{name:"vocabId",required:!1,labelKey:"field.vocabId",descriptionKey:"description.vocabId",type:"text",default:"",optional:!0}]},tencent:{name:"Tencent",homepage:"https://fanyi.qq.com/",docUrl:"https://immersivetranslate.com/docs/services/tencent/",allProps:[{name:"secretId",required:!0,type:"text"},{name:"secretKey",required:!0,type:"password"}]},aliyun:{name:"Aliyun",homepage:"https://translate.alibaba.com/",docUrl:"https://immersivetranslate.com/docs/services/aliyun/",allProps:[{name:"AccessKeyID",required:!0,type:"text"},{name:"AccessKeySecret",required:!0,type:"password"},{name:"scene",labelKey:"field.scene",descriptionKey:"description.scene",descriptionLink1:"https://help.aliyun.com/document_detail/158267.html",required:!1,optional:!0,type:"text",default:"general"}]},azure:{name:"azure",homepage:"https://learn.microsoft.com/en-us/azure/cognitive-services/translator/text-translation-overview",docUrl:"https://immersivetranslate.com/docs/services/azure/",allProps:[{name:"region",required:!1,default:"eastasia",type:"text"},{name:"APIKEY",required:!0,type:"password"},{name:"apiUrl",labelKey:"field.apiUrl",required:!1,type:"text",default:"https://api.cognitive.microsofttranslator.com/",descriptionKey:"description.azureApiUrl",optional:!0}]},papago:{name:"Papago",homepage:"https://translate.google.com/",canary:!0},baidu:{name:"Baidu",homepage:"https://fanyi.baidu.com/",docUrl:"https://immersivetranslate.com/docs/services/baidu/",allProps:[{name:"appid",required:!0,type:"text"},{name:"key",required:!0,type:"password"},{name:"limit",required:!1,labelKey:"field.limitPerSecond",descriptionKey:"description.generalLimitPerSecond",type:"number",default:1,optional:!0},{name:"maxTextLengthPerRequest",required:!1,labelKey:"field.maxTextLengthPerRequest",descriptionKey:"description.maxTextLengthPerRequest",type:"number",default:1800,optional:!0},{name:"maxTextGroupLengthPerRequest",required:!1,labelKey:"field.maxTextGroupLengthPerRequest",descriptionKey:"description.maxTextGroupLengthPerRequest",type:"number",default:8,optional:!0},{name:"action",required:!1,labelKey:"field.action",descriptionKey:"description.action",descriptionLink1:"https://fanyi-api.baidu.com/doc/21",type:"boolean",default:!1,optional:!0},{name:"domain",required:!1,labelKey:"field.domain",descriptionKey:"description.baiduField",descriptionLink1:"https://fanyi-api.baidu.com/doc/22",type:"text",default:"",optional:!0}]},volc:{name:"Volc",homepage:"https://www.volcengine.com/",docUrl:"https://immersivetranslate.com/docs/services/volcano/",allProps:[{name:"accessKeyId",required:!0,type:"text"},{name:"secretAccessKey",required:!0,type:"password"},{name:"limit",required:!1,labelKey:"field.limitPerSecond",descriptionKey:"description.generalLimitPerSecond",type:"number",default:5,optional:!0},{name:"maxTextLengthPerRequest",required:!1,labelKey:"field.maxTextLengthPerRequest",descriptionKey:"description.maxTextLengthPerRequest",type:"number",default:1800,optional:!0},{name:"maxTextGroupLengthPerRequest",required:!1,labelKey:"field.maxTextGroupLengthPerRequest",descriptionKey:"description.maxTextGroupLengthPerRequest",type:"number",default:8,optional:!0}]},caiyun:{name:"Caiyun",homepage:"https://fanyi.caiyunapp.com/",docUrl:"https://immersivetranslate.com/docs/services/caiyun/",allProps:[{name:"token",required:!0,type:"password"}]},cai:{name:"Cai",homepage:"https://fanyi.caiyunapp.com/",alpha:!0},custom:{name:"Custom",beta:!0,homepage:"https://immersivetranslate.com/docs/services/custom/",titleKey:"description.custom",allProps:[{name:"url",label:"API URL",required:!0,type:"text"},{name:"langs",required:!1,labelKey:"field.langs",type:"textarea",default:"zh-CN,en",optional:!0},{name:"placeholderDelimiters",required:!1,labelKey:"field.placeholderDelimiters",type:"text",default:Ro,optional:!0},{name:"limit",required:!1,labelKey:"field.limitPerSecond",descriptionKey:"description.generalLimitPerSecond",type:"number",default:5,optional:!0},{name:"maxTextLengthPerRequest",required:!1,labelKey:"field.maxTextLengthPerRequest",descriptionKey:"description.maxTextLengthPerRequest",type:"number",default:1200,optional:!0},{name:"maxTextGroupLengthPerRequest",required:!1,labelKey:"field.maxTextGroupLengthPerRequest",descriptionKey:"description.maxTextGroupLengthPerRequest",type:"number",default:1,optional:!0}]},mock:{name:"Mock",homepage:"https://www.google.com"},mock2:{name:"Mock2",homepage:"https://www.google.com"},tenAlpha:{name:"TenAlpha",homepage:"https://fanyi.qq.com/",alpha:!0},you:{name:"You",alpha:!0,homepage:"https://youdao.com/"},openl:{name:"Openl",homepage:"https://openl.club/",docUrl:"https://immersivetranslate.com/docs/services/openL/",allProps:[...wh,{type:"password",name:"apikey",required:!0}],props:wh},volcAlpha:{name:"Volc Alpha",alpha:!0,homepage:"https://www.volcengine.com/"},d:{name:"D () ",canary:!0,homepage:"https://www.deepl.com/translator"},dpro:{name:"DPro (Canary) ",canary:!0,homepage:"https://www.deepl.com/translator"},deeplx:{name:"DeepLX (Beta)",beta:!0,homepage:"https://www.deepl.com/translator",allProps:[{name:"url",label:"API URL",required:!0,type:"text"},{name:"limit",required:!1,labelKey:"field.limitPerSecond",descriptionKey:"description.generalLimitPerSecond",type:"number",default:5,optional:!0},{name:"maxTextLengthPerRequest",required:!1,labelKey:"field.maxTextLengthPerRequest",descriptionKey:"description.maxTextLengthPerRequest",type:"number",default:1200,optional:!0},{name:"maxTextGroupLengthPerRequest",required:!1,labelKey:"field.maxTextGroupLengthPerRequest",descriptionKey:"description.maxTextGroupLengthPerRequest",type:"number",default:1,optional:!0}]},niu:{name:"niutrans",homepage:"https://niutrans.com/",docUrl:"https://immersivetranslate.com/docs/services/niu",allProps:[{name:"APIKEY",required:!0,type:"password"}]}},Au={type:me+"ChildFrameToRootFrameIdentifier"},Fd=["youtube","netflix","webvtt","khanacademy","bilibili","udemy","hulu","text_track","text_track_dynamic","general","live","ebutt","disneyplus","fmp4.xml","multi_attach_vtt","twitter","subsrt","xml","av"],Oo=["Ctrl","Shift","Alt","Auto","Off","OtherCustom","Other"],e4=["ctrl","alt","shift","cmd","command","option","control"];var zL=Qt()?"https://dash.immersivetranslate.com/#general":"http://localhost:8000/dist/userscript/options/#general",Md="user_from_plugin",Ft="user_info",zo=Qt()||Bn()?"https://api2.immersivetranslate.com":"https://test-api2.immersivetranslate.com",t4=Qt()||Bn()?"https://immersivetranslate.com/accounts/login?from=plugin":"https://test.immersivetranslate.com/accounts/login?from=plugin",n4=t4+"&utm_source=extension&utm_medium=extension&utm_campaign=error_modal",r4=t4+"&utm_source=extension&utm_medium=extension&utm_campaign=popup_more",ku=Qt()||Bn()?"https://immersivetranslate.com/profile":"https://test.immersivetranslate.com/profile",vi=Qt()||Bn()?"https://immersivetranslate.com/pricing":"https://test.immersivetranslate.com/pricing",$6=Qt()||Bn()?"https://immersivetranslate.com/download/":"https://test.immersivetranslate.com/download/",Y6=Qt()||Bn()?"https://immersivetranslate.com/topup?type=open_ai&":"https://test.immersivetranslate.com/topup?type=open_ai&",Q6=Qt()||Bn()?"https://immersivetranslate.com/topup?type=deepl&":"https://test.immersivetranslate.com/topup?type=deepl&",Z6=vi+"?utm_source=extension&utm_medium=extension&utm_campaign=popup_more",NL=$6+"?utm_source=extension&utm_medium=extension&utm_campaign=options_nav",a4=vi+"?utm_source=extension&utm_medium=extension&utm_campaign=popup_footer",Pu=vi+"?utm_source=extension&utm_medium=extension&utm_campaign=error_modal",i4=Y6+"utm_source=extension&utm_medium=extension&utm_campaign=error_modal",o4=Q6+"utm_source=extension&utm_medium=extension&utm_campaign=error_modal",s4=ku+"?utm_source=extension&utm_medium=extension&utm_campaign=error_modal&upgradeFromTrial=true",u4="https://immersivetranslate.com/docs/usage/";var l4=Me().TRANSLATE_FILE_URL,UL=l4+"?utm_source=extension&utm_medium=extension&utm_campaign=options_nav",c4=l4+"?utm_source=extension&utm_medium=extension&utm_campaign=float_ball";function d4(t){let e=oe.runtime.getURL(Dh),n=new URL(e);return t&&(t.startsWith("http")||!Wn())&&n.searchParams.set("file",t),n.href}d();d();function Zt(t){return!!(t&&t.subscription&&t.subscription.subscriptionStatus==="active")}function p4(t){if(t){let e=new Date(t.createTime),n=J6(e),r="free",a="unknown";return t.subscription&&t.subscription.subscriptionStatus==="active"&&(r=t.subscription.subscriptionType),t.subscription&&t.subscription.subscriptionId&&(t.subscription.subscriptionId.startsWith("sub_")?a="stripe":a="admin"),{user_type:r,user_register_day:n,subscription_from:a}}else return null}function J6(t){try{let n=t.toLocaleString("en-US",{timeZone:"Asia/Shanghai"}).split(" ")[0];n.endsWith(",")&&(n=n.slice(0,-1));let[r,a,i]=n.split("/");return n=`${i}-${r}-${a}`,n}catch{return"unknown"}}d();var za=me+"CacheKey_";function Bd(t,e){let n=za+t;return oe.storage.local.get(n).then(r=>r[n]===void 0?e:r[n])}function X6(){let t=oe.storage.local.refresh;t&&t()}function Id(t,e){let n=za+t;return oe.storage.local.get(n).then(r=>{if(r[n]===void 0)return e;let{value:a,expired:i}=r[n];return i&&ir.startsWith(za)).filter(r=>r!==za+Ft);if(n.length>0)return oe.storage.local.remove(n)}}var Mt={get:Bd,set:Od,getExpired:Id,setExpired:Rd,remove:zd,clear:g4,refresh:X6};d();d();d();d();d();d();function Si(){let t,e="pending",n=new Promise((r,a)=>{t={async resolve(i){await i,e="fulfilled",r(i)},reject(i){e="rejected",a(i)}}});return Object.defineProperty(n,"state",{get:()=>e}),Object.assign(n,t)}d();var Nd=class extends Error{constructor(){super("Deadline"),this.name="DeadlineError"}};function Lu(t,e){let n=Si(),r=setTimeout(()=>n.reject(new Nd),e);return Promise.race([t,n]).finally(()=>clearTimeout(r))}d();d();function Dr(t,e={}){let{signal:n,persistent:r}=e;return n?.aborted?Promise.reject(new DOMException("Delay was aborted.","AbortError")):new Promise((a,i)=>{let o=()=>{clearTimeout(u),i(new DOMException("Delay was aborted.","AbortError"))},u=setTimeout(()=>{n?.removeEventListener("abort",o),a()},t);if(n?.addEventListener("abort",o,{once:!0}),r===!1)try{Deno.unrefTimer(u)}catch(l){if(!(l instanceof ReferenceError))throw l}})}d();var m4=class{#e=0;#t=[];#n=[];#r=Si();add(e){++this.#e,this.#a(e[Symbol.asyncIterator]())}async#a(e){try{let{value:n,done:r}=await e.next();r?--this.#e:this.#t.push({iterator:e,value:n})}catch(n){this.#n.push(n)}this.#r.resolve()}async*iterate(){for(;this.#e>0;){await this.#r;for(let e=0;eDS,bgBlue:()=>LS,bgBrightBlack:()=>BS,bgBrightBlue:()=>zS,bgBrightCyan:()=>US,bgBrightGreen:()=>RS,bgBrightMagenta:()=>NS,bgBrightRed:()=>IS,bgBrightWhite:()=>qS,bgBrightYellow:()=>OS,bgCyan:()=>FS,bgGreen:()=>kS,bgMagenta:()=>_S,bgRed:()=>AS,bgRgb24:()=>KS,bgRgb8:()=>HS,bgWhite:()=>MS,bgYellow:()=>PS,black:()=>cS,blue:()=>mS,bold:()=>rS,brightBlack:()=>b4,brightBlue:()=>xS,brightCyan:()=>CS,brightGreen:()=>vS,brightMagenta:()=>ES,brightRed:()=>yS,brightWhite:()=>wS,brightYellow:()=>SS,cyan:()=>hS,dim:()=>aS,getColorEnabled:()=>tS,gray:()=>TS,green:()=>pS,hidden:()=>uS,inverse:()=>sS,italic:()=>iS,magenta:()=>fS,red:()=>dS,reset:()=>nS,rgb24:()=>WS,rgb8:()=>jS,setColorEnabled:()=>eS,strikethrough:()=>lS,stripColor:()=>VS,underline:()=>oS,white:()=>bS,yellow:()=>gS});d();var{Deno:f4}=globalThis,h4=typeof f4?.noColor=="boolean"?f4.noColor:!0,Ud=!h4;function eS(t){h4||(Ud=t)}function tS(){return Ud}function ke(t,e){return{open:`\x1B[${t.join(";")}m`,close:`\x1B[${e}m`,regexp:new RegExp(`\\x1b\\[${e}m`,"g")}}function Pe(t,e){return Ud?`${e.open}${t.replace(e.regexp,e.open)}${e.close}`:t}function nS(t){return Pe(t,ke([0],0))}function rS(t){return Pe(t,ke([1],22))}function aS(t){return Pe(t,ke([2],22))}function iS(t){return Pe(t,ke([3],23))}function oS(t){return Pe(t,ke([4],24))}function sS(t){return Pe(t,ke([7],27))}function uS(t){return Pe(t,ke([8],28))}function lS(t){return Pe(t,ke([9],29))}function cS(t){return Pe(t,ke([30],39))}function dS(t){return Pe(t,ke([31],39))}function pS(t){return Pe(t,ke([32],39))}function gS(t){return Pe(t,ke([33],39))}function mS(t){return Pe(t,ke([34],39))}function fS(t){return Pe(t,ke([35],39))}function hS(t){return Pe(t,ke([36],39))}function bS(t){return Pe(t,ke([37],39))}function TS(t){return b4(t)}function b4(t){return Pe(t,ke([90],39))}function yS(t){return Pe(t,ke([91],39))}function vS(t){return Pe(t,ke([92],39))}function SS(t){return Pe(t,ke([93],39))}function xS(t){return Pe(t,ke([94],39))}function ES(t){return Pe(t,ke([95],39))}function CS(t){return Pe(t,ke([96],39))}function wS(t){return Pe(t,ke([97],39))}function DS(t){return Pe(t,ke([40],49))}function AS(t){return Pe(t,ke([41],49))}function kS(t){return Pe(t,ke([42],49))}function PS(t){return Pe(t,ke([43],49))}function LS(t){return Pe(t,ke([44],49))}function _S(t){return Pe(t,ke([45],49))}function FS(t){return Pe(t,ke([46],49))}function MS(t){return Pe(t,ke([47],49))}function BS(t){return Pe(t,ke([100],49))}function IS(t){return Pe(t,ke([101],49))}function RS(t){return Pe(t,ke([102],49))}function OS(t){return Pe(t,ke([103],49))}function zS(t){return Pe(t,ke([104],49))}function NS(t){return Pe(t,ke([105],49))}function US(t){return Pe(t,ke([106],49))}function qS(t){return Pe(t,ke([107],49))}function Qr(t,e=255,n=0){return Math.trunc(Math.max(Math.min(t,e),n))}function jS(t,e){return Pe(t,ke([38,5,Qr(e)],39))}function HS(t,e){return Pe(t,ke([48,5,Qr(e)],49))}function WS(t,e){return typeof e=="number"?Pe(t,ke([38,2,e>>16&255,e>>8&255,e&255],39)):Pe(t,ke([38,2,Qr(e.r),Qr(e.g),Qr(e.b)],39))}function KS(t,e){return typeof e=="number"?Pe(t,ke([48,2,e>>16&255,e>>8&255,e&255],49)):Pe(t,ke([48,2,Qr(e.r),Qr(e.g),Qr(e.b)],49))}var GS=new RegExp(["[\\u001B\\u009B][[\\]()#;?]*(?:(?:(?:(?:;[-a-zA-Z\\d\\/#&.:=?%@~_]+)*|[a-zA-Z\\d]+(?:;[-a-zA-Z\\d\\/#&.:=?%@~_]*)*)?\\u0007)","(?:(?:\\d{1,4}(?:;\\d{0,4})*)?[\\dA-PR-TZcf-nq-uy=><~]))"].join("|"),"g");function VS(t){return t.replace(GS,"")}d();d();var qd=class extends Error{constructor(e,n){super(`Exceeded max retry count (${n})`),this.name="RetryError",this.cause=e}},$S={multiplier:2,maxTimeout:6e4,maxAttempts:5,minTimeout:1e3};async function jd(t,e){let n={...$S,...e};if(n.maxTimeout>=0&&n.minTimeout>n.maxTimeout)throw new RangeError("minTimeout is greater than maxTimeout");let r=n.minTimeout,a;for(let i=0;isetTimeout(s,r)),r*=n.multiplier,r=Math.max(r,n.minTimeout),n.maxTimeout>=0&&(r=Math.min(r,n.maxTimeout)),a=o}throw new qd(a,n.maxAttempts)}d();var Ar=["A","B","C","D","E","F","G","H","I","J","K","L","M","N","O","P","Q","R","S","T","U","V","W","X","Y","Z","a","b","c","d","e","f","g","h","i","j","k","l","m","n","o","p","q","r","s","t","u","v","w","x","y","z","0","1","2","3","4","5","6","7","8","9","+","/"];function Hd(t){let e=typeof t=="string"?new TextEncoder().encode(t):t instanceof Uint8Array?t:new Uint8Array(t),n="",r,a=e.length;for(r=2;r>2],n+=Ar[(e[r-2]&3)<<4|e[r-1]>>4],n+=Ar[(e[r-1]&15)<<2|e[r]>>6],n+=Ar[e[r]&63];return r===a+1&&(n+=Ar[e[r-2]>>2],n+=Ar[(e[r-2]&3)<<4],n+="=="),r===a&&(n+=Ar[e[r-2]>>2],n+=Ar[(e[r-2]&3)<<4|e[r-1]>>4],n+=Ar[(e[r-1]&15)<<2],n+="="),n}d();d();var YS=/[\u1680\u2000-\u200A\u202F\u205F\u3000]/,QS=/[\xAA\xB5\xBA\xC0-\xD6\xD8-\xF6\xF8-\u02C1\u02C6-\u02D1\u02E0-\u02E4\u02EC\u02EE\u0370-\u0374\u0376\u0377\u037A-\u037D\u037F\u0386\u0388-\u038A\u038C\u038E-\u03A1\u03A3-\u03F5\u03F7-\u0481\u048A-\u052F\u0531-\u0556\u0559\u0561-\u0587\u05D0-\u05EA\u05F0-\u05F2\u0620-\u064A\u066E\u066F\u0671-\u06D3\u06D5\u06E5\u06E6\u06EE\u06EF\u06FA-\u06FC\u06FF\u0710\u0712-\u072F\u074D-\u07A5\u07B1\u07CA-\u07EA\u07F4\u07F5\u07FA\u0800-\u0815\u081A\u0824\u0828\u0840-\u0858\u0860-\u086A\u08A0-\u08B4\u08B6-\u08BD\u0904-\u0939\u093D\u0950\u0958-\u0961\u0971-\u0980\u0985-\u098C\u098F\u0990\u0993-\u09A8\u09AA-\u09B0\u09B2\u09B6-\u09B9\u09BD\u09CE\u09DC\u09DD\u09DF-\u09E1\u09F0\u09F1\u09FC\u0A05-\u0A0A\u0A0F\u0A10\u0A13-\u0A28\u0A2A-\u0A30\u0A32\u0A33\u0A35\u0A36\u0A38\u0A39\u0A59-\u0A5C\u0A5E\u0A72-\u0A74\u0A85-\u0A8D\u0A8F-\u0A91\u0A93-\u0AA8\u0AAA-\u0AB0\u0AB2\u0AB3\u0AB5-\u0AB9\u0ABD\u0AD0\u0AE0\u0AE1\u0AF9\u0B05-\u0B0C\u0B0F\u0B10\u0B13-\u0B28\u0B2A-\u0B30\u0B32\u0B33\u0B35-\u0B39\u0B3D\u0B5C\u0B5D\u0B5F-\u0B61\u0B71\u0B83\u0B85-\u0B8A\u0B8E-\u0B90\u0B92-\u0B95\u0B99\u0B9A\u0B9C\u0B9E\u0B9F\u0BA3\u0BA4\u0BA8-\u0BAA\u0BAE-\u0BB9\u0BD0\u0C05-\u0C0C\u0C0E-\u0C10\u0C12-\u0C28\u0C2A-\u0C39\u0C3D\u0C58-\u0C5A\u0C60\u0C61\u0C80\u0C85-\u0C8C\u0C8E-\u0C90\u0C92-\u0CA8\u0CAA-\u0CB3\u0CB5-\u0CB9\u0CBD\u0CDE\u0CE0\u0CE1\u0CF1\u0CF2\u0D05-\u0D0C\u0D0E-\u0D10\u0D12-\u0D3A\u0D3D\u0D4E\u0D54-\u0D56\u0D5F-\u0D61\u0D7A-\u0D7F\u0D85-\u0D96\u0D9A-\u0DB1\u0DB3-\u0DBB\u0DBD\u0DC0-\u0DC6\u0E01-\u0E30\u0E32\u0E33\u0E40-\u0E46\u0E81\u0E82\u0E84\u0E87\u0E88\u0E8A\u0E8D\u0E94-\u0E97\u0E99-\u0E9F\u0EA1-\u0EA3\u0EA5\u0EA7\u0EAA\u0EAB\u0EAD-\u0EB0\u0EB2\u0EB3\u0EBD\u0EC0-\u0EC4\u0EC6\u0EDC-\u0EDF\u0F00\u0F40-\u0F47\u0F49-\u0F6C\u0F88-\u0F8C\u1000-\u102A\u103F\u1050-\u1055\u105A-\u105D\u1061\u1065\u1066\u106E-\u1070\u1075-\u1081\u108E\u10A0-\u10C5\u10C7\u10CD\u10D0-\u10FA\u10FC-\u1248\u124A-\u124D\u1250-\u1256\u1258\u125A-\u125D\u1260-\u1288\u128A-\u128D\u1290-\u12B0\u12B2-\u12B5\u12B8-\u12BE\u12C0\u12C2-\u12C5\u12C8-\u12D6\u12D8-\u1310\u1312-\u1315\u1318-\u135A\u1380-\u138F\u13A0-\u13F5\u13F8-\u13FD\u1401-\u166C\u166F-\u167F\u1681-\u169A\u16A0-\u16EA\u16EE-\u16F8\u1700-\u170C\u170E-\u1711\u1720-\u1731\u1740-\u1751\u1760-\u176C\u176E-\u1770\u1780-\u17B3\u17D7\u17DC\u1820-\u1877\u1880-\u1884\u1887-\u18A8\u18AA\u18B0-\u18F5\u1900-\u191E\u1950-\u196D\u1970-\u1974\u1980-\u19AB\u19B0-\u19C9\u1A00-\u1A16\u1A20-\u1A54\u1AA7\u1B05-\u1B33\u1B45-\u1B4B\u1B83-\u1BA0\u1BAE\u1BAF\u1BBA-\u1BE5\u1C00-\u1C23\u1C4D-\u1C4F\u1C5A-\u1C7D\u1C80-\u1C88\u1CE9-\u1CEC\u1CEE-\u1CF1\u1CF5\u1CF6\u1D00-\u1DBF\u1E00-\u1F15\u1F18-\u1F1D\u1F20-\u1F45\u1F48-\u1F4D\u1F50-\u1F57\u1F59\u1F5B\u1F5D\u1F5F-\u1F7D\u1F80-\u1FB4\u1FB6-\u1FBC\u1FBE\u1FC2-\u1FC4\u1FC6-\u1FCC\u1FD0-\u1FD3\u1FD6-\u1FDB\u1FE0-\u1FEC\u1FF2-\u1FF4\u1FF6-\u1FFC\u2071\u207F\u2090-\u209C\u2102\u2107\u210A-\u2113\u2115\u2119-\u211D\u2124\u2126\u2128\u212A-\u212D\u212F-\u2139\u213C-\u213F\u2145-\u2149\u214E\u2160-\u2188\u2C00-\u2C2E\u2C30-\u2C5E\u2C60-\u2CE4\u2CEB-\u2CEE\u2CF2\u2CF3\u2D00-\u2D25\u2D27\u2D2D\u2D30-\u2D67\u2D6F\u2D80-\u2D96\u2DA0-\u2DA6\u2DA8-\u2DAE\u2DB0-\u2DB6\u2DB8-\u2DBE\u2DC0-\u2DC6\u2DC8-\u2DCE\u2DD0-\u2DD6\u2DD8-\u2DDE\u2E2F\u3005-\u3007\u3021-\u3029\u3031-\u3035\u3038-\u303C\u3041-\u3096\u309D-\u309F\u30A1-\u30FA\u30FC-\u30FF\u3105-\u312E\u3131-\u318E\u31A0-\u31BA\u31F0-\u31FF\u3400-\u4DB5\u4E00-\u9FEA\uA000-\uA48C\uA4D0-\uA4FD\uA500-\uA60C\uA610-\uA61F\uA62A\uA62B\uA640-\uA66E\uA67F-\uA69D\uA6A0-\uA6EF\uA717-\uA71F\uA722-\uA788\uA78B-\uA7AE\uA7B0-\uA7B7\uA7F7-\uA801\uA803-\uA805\uA807-\uA80A\uA80C-\uA822\uA840-\uA873\uA882-\uA8B3\uA8F2-\uA8F7\uA8FB\uA8FD\uA90A-\uA925\uA930-\uA946\uA960-\uA97C\uA984-\uA9B2\uA9CF\uA9E0-\uA9E4\uA9E6-\uA9EF\uA9FA-\uA9FE\uAA00-\uAA28\uAA40-\uAA42\uAA44-\uAA4B\uAA60-\uAA76\uAA7A\uAA7E-\uAAAF\uAAB1\uAAB5\uAAB6\uAAB9-\uAABD\uAAC0\uAAC2\uAADB-\uAADD\uAAE0-\uAAEA\uAAF2-\uAAF4\uAB01-\uAB06\uAB09-\uAB0E\uAB11-\uAB16\uAB20-\uAB26\uAB28-\uAB2E\uAB30-\uAB5A\uAB5C-\uAB65\uAB70-\uABE2\uAC00-\uD7A3\uD7B0-\uD7C6\uD7CB-\uD7FB\uF900-\uFA6D\uFA70-\uFAD9\uFB00-\uFB06\uFB13-\uFB17\uFB1D\uFB1F-\uFB28\uFB2A-\uFB36\uFB38-\uFB3C\uFB3E\uFB40\uFB41\uFB43\uFB44\uFB46-\uFBB1\uFBD3-\uFD3D\uFD50-\uFD8F\uFD92-\uFDC7\uFDF0-\uFDFB\uFE70-\uFE74\uFE76-\uFEFC\uFF21-\uFF3A\uFF41-\uFF5A\uFF66-\uFFBE\uFFC2-\uFFC7\uFFCA-\uFFCF\uFFD2-\uFFD7\uFFDA-\uFFDC]|\uD800[\uDC00-\uDC0B\uDC0D-\uDC26\uDC28-\uDC3A\uDC3C\uDC3D\uDC3F-\uDC4D\uDC50-\uDC5D\uDC80-\uDCFA\uDD40-\uDD74\uDE80-\uDE9C\uDEA0-\uDED0\uDF00-\uDF1F\uDF2D-\uDF4A\uDF50-\uDF75\uDF80-\uDF9D\uDFA0-\uDFC3\uDFC8-\uDFCF\uDFD1-\uDFD5]|\uD801[\uDC00-\uDC9D\uDCB0-\uDCD3\uDCD8-\uDCFB\uDD00-\uDD27\uDD30-\uDD63\uDE00-\uDF36\uDF40-\uDF55\uDF60-\uDF67]|\uD802[\uDC00-\uDC05\uDC08\uDC0A-\uDC35\uDC37\uDC38\uDC3C\uDC3F-\uDC55\uDC60-\uDC76\uDC80-\uDC9E\uDCE0-\uDCF2\uDCF4\uDCF5\uDD00-\uDD15\uDD20-\uDD39\uDD80-\uDDB7\uDDBE\uDDBF\uDE00\uDE10-\uDE13\uDE15-\uDE17\uDE19-\uDE33\uDE60-\uDE7C\uDE80-\uDE9C\uDEC0-\uDEC7\uDEC9-\uDEE4\uDF00-\uDF35\uDF40-\uDF55\uDF60-\uDF72\uDF80-\uDF91]|\uD803[\uDC00-\uDC48\uDC80-\uDCB2\uDCC0-\uDCF2]|\uD804[\uDC03-\uDC37\uDC83-\uDCAF\uDCD0-\uDCE8\uDD03-\uDD26\uDD50-\uDD72\uDD76\uDD83-\uDDB2\uDDC1-\uDDC4\uDDDA\uDDDC\uDE00-\uDE11\uDE13-\uDE2B\uDE80-\uDE86\uDE88\uDE8A-\uDE8D\uDE8F-\uDE9D\uDE9F-\uDEA8\uDEB0-\uDEDE\uDF05-\uDF0C\uDF0F\uDF10\uDF13-\uDF28\uDF2A-\uDF30\uDF32\uDF33\uDF35-\uDF39\uDF3D\uDF50\uDF5D-\uDF61]|\uD805[\uDC00-\uDC34\uDC47-\uDC4A\uDC80-\uDCAF\uDCC4\uDCC5\uDCC7\uDD80-\uDDAE\uDDD8-\uDDDB\uDE00-\uDE2F\uDE44\uDE80-\uDEAA\uDF00-\uDF19]|\uD806[\uDCA0-\uDCDF\uDCFF\uDE00\uDE0B-\uDE32\uDE3A\uDE50\uDE5C-\uDE83\uDE86-\uDE89\uDEC0-\uDEF8]|\uD807[\uDC00-\uDC08\uDC0A-\uDC2E\uDC40\uDC72-\uDC8F\uDD00-\uDD06\uDD08\uDD09\uDD0B-\uDD30\uDD46]|\uD808[\uDC00-\uDF99]|\uD809[\uDC00-\uDC6E\uDC80-\uDD43]|[\uD80C\uD81C-\uD820\uD840-\uD868\uD86A-\uD86C\uD86F-\uD872\uD874-\uD879][\uDC00-\uDFFF]|\uD80D[\uDC00-\uDC2E]|\uD811[\uDC00-\uDE46]|\uD81A[\uDC00-\uDE38\uDE40-\uDE5E\uDED0-\uDEED\uDF00-\uDF2F\uDF40-\uDF43\uDF63-\uDF77\uDF7D-\uDF8F]|\uD81B[\uDF00-\uDF44\uDF50\uDF93-\uDF9F\uDFE0\uDFE1]|\uD821[\uDC00-\uDFEC]|\uD822[\uDC00-\uDEF2]|\uD82C[\uDC00-\uDD1E\uDD70-\uDEFB]|\uD82F[\uDC00-\uDC6A\uDC70-\uDC7C\uDC80-\uDC88\uDC90-\uDC99]|\uD835[\uDC00-\uDC54\uDC56-\uDC9C\uDC9E\uDC9F\uDCA2\uDCA5\uDCA6\uDCA9-\uDCAC\uDCAE-\uDCB9\uDCBB\uDCBD-\uDCC3\uDCC5-\uDD05\uDD07-\uDD0A\uDD0D-\uDD14\uDD16-\uDD1C\uDD1E-\uDD39\uDD3B-\uDD3E\uDD40-\uDD44\uDD46\uDD4A-\uDD50\uDD52-\uDEA5\uDEA8-\uDEC0\uDEC2-\uDEDA\uDEDC-\uDEFA\uDEFC-\uDF14\uDF16-\uDF34\uDF36-\uDF4E\uDF50-\uDF6E\uDF70-\uDF88\uDF8A-\uDFA8\uDFAA-\uDFC2\uDFC4-\uDFCB]|\uD83A[\uDC00-\uDCC4\uDD00-\uDD43]|\uD83B[\uDE00-\uDE03\uDE05-\uDE1F\uDE21\uDE22\uDE24\uDE27\uDE29-\uDE32\uDE34-\uDE37\uDE39\uDE3B\uDE42\uDE47\uDE49\uDE4B\uDE4D-\uDE4F\uDE51\uDE52\uDE54\uDE57\uDE59\uDE5B\uDE5D\uDE5F\uDE61\uDE62\uDE64\uDE67-\uDE6A\uDE6C-\uDE72\uDE74-\uDE77\uDE79-\uDE7C\uDE7E\uDE80-\uDE89\uDE8B-\uDE9B\uDEA1-\uDEA3\uDEA5-\uDEA9\uDEAB-\uDEBB]|\uD869[\uDC00-\uDED6\uDF00-\uDFFF]|\uD86D[\uDC00-\uDF34\uDF40-\uDFFF]|\uD86E[\uDC00-\uDC1D\uDC20-\uDFFF]|\uD873[\uDC00-\uDEA1\uDEB0-\uDFFF]|\uD87A[\uDC00-\uDFE0]|\uD87E[\uDC00-\uDE1D]/,ZS=/[\xAA\xB5\xBA\xC0-\xD6\xD8-\xF6\xF8-\u02C1\u02C6-\u02D1\u02E0-\u02E4\u02EC\u02EE\u0300-\u0374\u0376\u0377\u037A-\u037D\u037F\u0386\u0388-\u038A\u038C\u038E-\u03A1\u03A3-\u03F5\u03F7-\u0481\u0483-\u0487\u048A-\u052F\u0531-\u0556\u0559\u0561-\u0587\u0591-\u05BD\u05BF\u05C1\u05C2\u05C4\u05C5\u05C7\u05D0-\u05EA\u05F0-\u05F2\u0610-\u061A\u0620-\u0669\u066E-\u06D3\u06D5-\u06DC\u06DF-\u06E8\u06EA-\u06FC\u06FF\u0710-\u074A\u074D-\u07B1\u07C0-\u07F5\u07FA\u0800-\u082D\u0840-\u085B\u0860-\u086A\u08A0-\u08B4\u08B6-\u08BD\u08D4-\u08E1\u08E3-\u0963\u0966-\u096F\u0971-\u0983\u0985-\u098C\u098F\u0990\u0993-\u09A8\u09AA-\u09B0\u09B2\u09B6-\u09B9\u09BC-\u09C4\u09C7\u09C8\u09CB-\u09CE\u09D7\u09DC\u09DD\u09DF-\u09E3\u09E6-\u09F1\u09FC\u0A01-\u0A03\u0A05-\u0A0A\u0A0F\u0A10\u0A13-\u0A28\u0A2A-\u0A30\u0A32\u0A33\u0A35\u0A36\u0A38\u0A39\u0A3C\u0A3E-\u0A42\u0A47\u0A48\u0A4B-\u0A4D\u0A51\u0A59-\u0A5C\u0A5E\u0A66-\u0A75\u0A81-\u0A83\u0A85-\u0A8D\u0A8F-\u0A91\u0A93-\u0AA8\u0AAA-\u0AB0\u0AB2\u0AB3\u0AB5-\u0AB9\u0ABC-\u0AC5\u0AC7-\u0AC9\u0ACB-\u0ACD\u0AD0\u0AE0-\u0AE3\u0AE6-\u0AEF\u0AF9-\u0AFF\u0B01-\u0B03\u0B05-\u0B0C\u0B0F\u0B10\u0B13-\u0B28\u0B2A-\u0B30\u0B32\u0B33\u0B35-\u0B39\u0B3C-\u0B44\u0B47\u0B48\u0B4B-\u0B4D\u0B56\u0B57\u0B5C\u0B5D\u0B5F-\u0B63\u0B66-\u0B6F\u0B71\u0B82\u0B83\u0B85-\u0B8A\u0B8E-\u0B90\u0B92-\u0B95\u0B99\u0B9A\u0B9C\u0B9E\u0B9F\u0BA3\u0BA4\u0BA8-\u0BAA\u0BAE-\u0BB9\u0BBE-\u0BC2\u0BC6-\u0BC8\u0BCA-\u0BCD\u0BD0\u0BD7\u0BE6-\u0BEF\u0C00-\u0C03\u0C05-\u0C0C\u0C0E-\u0C10\u0C12-\u0C28\u0C2A-\u0C39\u0C3D-\u0C44\u0C46-\u0C48\u0C4A-\u0C4D\u0C55\u0C56\u0C58-\u0C5A\u0C60-\u0C63\u0C66-\u0C6F\u0C80-\u0C83\u0C85-\u0C8C\u0C8E-\u0C90\u0C92-\u0CA8\u0CAA-\u0CB3\u0CB5-\u0CB9\u0CBC-\u0CC4\u0CC6-\u0CC8\u0CCA-\u0CCD\u0CD5\u0CD6\u0CDE\u0CE0-\u0CE3\u0CE6-\u0CEF\u0CF1\u0CF2\u0D00-\u0D03\u0D05-\u0D0C\u0D0E-\u0D10\u0D12-\u0D44\u0D46-\u0D48\u0D4A-\u0D4E\u0D54-\u0D57\u0D5F-\u0D63\u0D66-\u0D6F\u0D7A-\u0D7F\u0D82\u0D83\u0D85-\u0D96\u0D9A-\u0DB1\u0DB3-\u0DBB\u0DBD\u0DC0-\u0DC6\u0DCA\u0DCF-\u0DD4\u0DD6\u0DD8-\u0DDF\u0DE6-\u0DEF\u0DF2\u0DF3\u0E01-\u0E3A\u0E40-\u0E4E\u0E50-\u0E59\u0E81\u0E82\u0E84\u0E87\u0E88\u0E8A\u0E8D\u0E94-\u0E97\u0E99-\u0E9F\u0EA1-\u0EA3\u0EA5\u0EA7\u0EAA\u0EAB\u0EAD-\u0EB9\u0EBB-\u0EBD\u0EC0-\u0EC4\u0EC6\u0EC8-\u0ECD\u0ED0-\u0ED9\u0EDC-\u0EDF\u0F00\u0F18\u0F19\u0F20-\u0F29\u0F35\u0F37\u0F39\u0F3E-\u0F47\u0F49-\u0F6C\u0F71-\u0F84\u0F86-\u0F97\u0F99-\u0FBC\u0FC6\u1000-\u1049\u1050-\u109D\u10A0-\u10C5\u10C7\u10CD\u10D0-\u10FA\u10FC-\u1248\u124A-\u124D\u1250-\u1256\u1258\u125A-\u125D\u1260-\u1288\u128A-\u128D\u1290-\u12B0\u12B2-\u12B5\u12B8-\u12BE\u12C0\u12C2-\u12C5\u12C8-\u12D6\u12D8-\u1310\u1312-\u1315\u1318-\u135A\u135D-\u135F\u1380-\u138F\u13A0-\u13F5\u13F8-\u13FD\u1401-\u166C\u166F-\u167F\u1681-\u169A\u16A0-\u16EA\u16EE-\u16F8\u1700-\u170C\u170E-\u1714\u1720-\u1734\u1740-\u1753\u1760-\u176C\u176E-\u1770\u1772\u1773\u1780-\u17D3\u17D7\u17DC\u17DD\u17E0-\u17E9\u180B-\u180D\u1810-\u1819\u1820-\u1877\u1880-\u18AA\u18B0-\u18F5\u1900-\u191E\u1920-\u192B\u1930-\u193B\u1946-\u196D\u1970-\u1974\u1980-\u19AB\u19B0-\u19C9\u19D0-\u19D9\u1A00-\u1A1B\u1A20-\u1A5E\u1A60-\u1A7C\u1A7F-\u1A89\u1A90-\u1A99\u1AA7\u1AB0-\u1ABD\u1B00-\u1B4B\u1B50-\u1B59\u1B6B-\u1B73\u1B80-\u1BF3\u1C00-\u1C37\u1C40-\u1C49\u1C4D-\u1C7D\u1C80-\u1C88\u1CD0-\u1CD2\u1CD4-\u1CF9\u1D00-\u1DF9\u1DFB-\u1F15\u1F18-\u1F1D\u1F20-\u1F45\u1F48-\u1F4D\u1F50-\u1F57\u1F59\u1F5B\u1F5D\u1F5F-\u1F7D\u1F80-\u1FB4\u1FB6-\u1FBC\u1FBE\u1FC2-\u1FC4\u1FC6-\u1FCC\u1FD0-\u1FD3\u1FD6-\u1FDB\u1FE0-\u1FEC\u1FF2-\u1FF4\u1FF6-\u1FFC\u203F\u2040\u2054\u2071\u207F\u2090-\u209C\u20D0-\u20DC\u20E1\u20E5-\u20F0\u2102\u2107\u210A-\u2113\u2115\u2119-\u211D\u2124\u2126\u2128\u212A-\u212D\u212F-\u2139\u213C-\u213F\u2145-\u2149\u214E\u2160-\u2188\u2C00-\u2C2E\u2C30-\u2C5E\u2C60-\u2CE4\u2CEB-\u2CF3\u2D00-\u2D25\u2D27\u2D2D\u2D30-\u2D67\u2D6F\u2D7F-\u2D96\u2DA0-\u2DA6\u2DA8-\u2DAE\u2DB0-\u2DB6\u2DB8-\u2DBE\u2DC0-\u2DC6\u2DC8-\u2DCE\u2DD0-\u2DD6\u2DD8-\u2DDE\u2DE0-\u2DFF\u2E2F\u3005-\u3007\u3021-\u302F\u3031-\u3035\u3038-\u303C\u3041-\u3096\u3099\u309A\u309D-\u309F\u30A1-\u30FA\u30FC-\u30FF\u3105-\u312E\u3131-\u318E\u31A0-\u31BA\u31F0-\u31FF\u3400-\u4DB5\u4E00-\u9FEA\uA000-\uA48C\uA4D0-\uA4FD\uA500-\uA60C\uA610-\uA62B\uA640-\uA66F\uA674-\uA67D\uA67F-\uA6F1\uA717-\uA71F\uA722-\uA788\uA78B-\uA7AE\uA7B0-\uA7B7\uA7F7-\uA827\uA840-\uA873\uA880-\uA8C5\uA8D0-\uA8D9\uA8E0-\uA8F7\uA8FB\uA8FD\uA900-\uA92D\uA930-\uA953\uA960-\uA97C\uA980-\uA9C0\uA9CF-\uA9D9\uA9E0-\uA9FE\uAA00-\uAA36\uAA40-\uAA4D\uAA50-\uAA59\uAA60-\uAA76\uAA7A-\uAAC2\uAADB-\uAADD\uAAE0-\uAAEF\uAAF2-\uAAF6\uAB01-\uAB06\uAB09-\uAB0E\uAB11-\uAB16\uAB20-\uAB26\uAB28-\uAB2E\uAB30-\uAB5A\uAB5C-\uAB65\uAB70-\uABEA\uABEC\uABED\uABF0-\uABF9\uAC00-\uD7A3\uD7B0-\uD7C6\uD7CB-\uD7FB\uF900-\uFA6D\uFA70-\uFAD9\uFB00-\uFB06\uFB13-\uFB17\uFB1D-\uFB28\uFB2A-\uFB36\uFB38-\uFB3C\uFB3E\uFB40\uFB41\uFB43\uFB44\uFB46-\uFBB1\uFBD3-\uFD3D\uFD50-\uFD8F\uFD92-\uFDC7\uFDF0-\uFDFB\uFE00-\uFE0F\uFE20-\uFE2F\uFE33\uFE34\uFE4D-\uFE4F\uFE70-\uFE74\uFE76-\uFEFC\uFF10-\uFF19\uFF21-\uFF3A\uFF3F\uFF41-\uFF5A\uFF66-\uFFBE\uFFC2-\uFFC7\uFFCA-\uFFCF\uFFD2-\uFFD7\uFFDA-\uFFDC]|\uD800[\uDC00-\uDC0B\uDC0D-\uDC26\uDC28-\uDC3A\uDC3C\uDC3D\uDC3F-\uDC4D\uDC50-\uDC5D\uDC80-\uDCFA\uDD40-\uDD74\uDDFD\uDE80-\uDE9C\uDEA0-\uDED0\uDEE0\uDF00-\uDF1F\uDF2D-\uDF4A\uDF50-\uDF7A\uDF80-\uDF9D\uDFA0-\uDFC3\uDFC8-\uDFCF\uDFD1-\uDFD5]|\uD801[\uDC00-\uDC9D\uDCA0-\uDCA9\uDCB0-\uDCD3\uDCD8-\uDCFB\uDD00-\uDD27\uDD30-\uDD63\uDE00-\uDF36\uDF40-\uDF55\uDF60-\uDF67]|\uD802[\uDC00-\uDC05\uDC08\uDC0A-\uDC35\uDC37\uDC38\uDC3C\uDC3F-\uDC55\uDC60-\uDC76\uDC80-\uDC9E\uDCE0-\uDCF2\uDCF4\uDCF5\uDD00-\uDD15\uDD20-\uDD39\uDD80-\uDDB7\uDDBE\uDDBF\uDE00-\uDE03\uDE05\uDE06\uDE0C-\uDE13\uDE15-\uDE17\uDE19-\uDE33\uDE38-\uDE3A\uDE3F\uDE60-\uDE7C\uDE80-\uDE9C\uDEC0-\uDEC7\uDEC9-\uDEE6\uDF00-\uDF35\uDF40-\uDF55\uDF60-\uDF72\uDF80-\uDF91]|\uD803[\uDC00-\uDC48\uDC80-\uDCB2\uDCC0-\uDCF2]|\uD804[\uDC00-\uDC46\uDC66-\uDC6F\uDC7F-\uDCBA\uDCD0-\uDCE8\uDCF0-\uDCF9\uDD00-\uDD34\uDD36-\uDD3F\uDD50-\uDD73\uDD76\uDD80-\uDDC4\uDDCA-\uDDCC\uDDD0-\uDDDA\uDDDC\uDE00-\uDE11\uDE13-\uDE37\uDE3E\uDE80-\uDE86\uDE88\uDE8A-\uDE8D\uDE8F-\uDE9D\uDE9F-\uDEA8\uDEB0-\uDEEA\uDEF0-\uDEF9\uDF00-\uDF03\uDF05-\uDF0C\uDF0F\uDF10\uDF13-\uDF28\uDF2A-\uDF30\uDF32\uDF33\uDF35-\uDF39\uDF3C-\uDF44\uDF47\uDF48\uDF4B-\uDF4D\uDF50\uDF57\uDF5D-\uDF63\uDF66-\uDF6C\uDF70-\uDF74]|\uD805[\uDC00-\uDC4A\uDC50-\uDC59\uDC80-\uDCC5\uDCC7\uDCD0-\uDCD9\uDD80-\uDDB5\uDDB8-\uDDC0\uDDD8-\uDDDD\uDE00-\uDE40\uDE44\uDE50-\uDE59\uDE80-\uDEB7\uDEC0-\uDEC9\uDF00-\uDF19\uDF1D-\uDF2B\uDF30-\uDF39]|\uD806[\uDCA0-\uDCE9\uDCFF\uDE00-\uDE3E\uDE47\uDE50-\uDE83\uDE86-\uDE99\uDEC0-\uDEF8]|\uD807[\uDC00-\uDC08\uDC0A-\uDC36\uDC38-\uDC40\uDC50-\uDC59\uDC72-\uDC8F\uDC92-\uDCA7\uDCA9-\uDCB6\uDD00-\uDD06\uDD08\uDD09\uDD0B-\uDD36\uDD3A\uDD3C\uDD3D\uDD3F-\uDD47\uDD50-\uDD59]|\uD808[\uDC00-\uDF99]|\uD809[\uDC00-\uDC6E\uDC80-\uDD43]|[\uD80C\uD81C-\uD820\uD840-\uD868\uD86A-\uD86C\uD86F-\uD872\uD874-\uD879][\uDC00-\uDFFF]|\uD80D[\uDC00-\uDC2E]|\uD811[\uDC00-\uDE46]|\uD81A[\uDC00-\uDE38\uDE40-\uDE5E\uDE60-\uDE69\uDED0-\uDEED\uDEF0-\uDEF4\uDF00-\uDF36\uDF40-\uDF43\uDF50-\uDF59\uDF63-\uDF77\uDF7D-\uDF8F]|\uD81B[\uDF00-\uDF44\uDF50-\uDF7E\uDF8F-\uDF9F\uDFE0\uDFE1]|\uD821[\uDC00-\uDFEC]|\uD822[\uDC00-\uDEF2]|\uD82C[\uDC00-\uDD1E\uDD70-\uDEFB]|\uD82F[\uDC00-\uDC6A\uDC70-\uDC7C\uDC80-\uDC88\uDC90-\uDC99\uDC9D\uDC9E]|\uD834[\uDD65-\uDD69\uDD6D-\uDD72\uDD7B-\uDD82\uDD85-\uDD8B\uDDAA-\uDDAD\uDE42-\uDE44]|\uD835[\uDC00-\uDC54\uDC56-\uDC9C\uDC9E\uDC9F\uDCA2\uDCA5\uDCA6\uDCA9-\uDCAC\uDCAE-\uDCB9\uDCBB\uDCBD-\uDCC3\uDCC5-\uDD05\uDD07-\uDD0A\uDD0D-\uDD14\uDD16-\uDD1C\uDD1E-\uDD39\uDD3B-\uDD3E\uDD40-\uDD44\uDD46\uDD4A-\uDD50\uDD52-\uDEA5\uDEA8-\uDEC0\uDEC2-\uDEDA\uDEDC-\uDEFA\uDEFC-\uDF14\uDF16-\uDF34\uDF36-\uDF4E\uDF50-\uDF6E\uDF70-\uDF88\uDF8A-\uDFA8\uDFAA-\uDFC2\uDFC4-\uDFCB\uDFCE-\uDFFF]|\uD836[\uDE00-\uDE36\uDE3B-\uDE6C\uDE75\uDE84\uDE9B-\uDE9F\uDEA1-\uDEAF]|\uD838[\uDC00-\uDC06\uDC08-\uDC18\uDC1B-\uDC21\uDC23\uDC24\uDC26-\uDC2A]|\uD83A[\uDC00-\uDCC4\uDCD0-\uDCD6\uDD00-\uDD4A\uDD50-\uDD59]|\uD83B[\uDE00-\uDE03\uDE05-\uDE1F\uDE21\uDE22\uDE24\uDE27\uDE29-\uDE32\uDE34-\uDE37\uDE39\uDE3B\uDE42\uDE47\uDE49\uDE4B\uDE4D-\uDE4F\uDE51\uDE52\uDE54\uDE57\uDE59\uDE5B\uDE5D\uDE5F\uDE61\uDE62\uDE64\uDE67-\uDE6A\uDE6C-\uDE72\uDE74-\uDE77\uDE79-\uDE7C\uDE7E\uDE80-\uDE89\uDE8B-\uDE9B\uDEA1-\uDEA3\uDEA5-\uDEA9\uDEAB-\uDEBB]|\uD869[\uDC00-\uDED6\uDF00-\uDFFF]|\uD86D[\uDC00-\uDF34\uDF40-\uDFFF]|\uD86E[\uDC00-\uDC1D\uDC20-\uDFFF]|\uD873[\uDC00-\uDEA1\uDEB0-\uDFFF]|\uD87A[\uDC00-\uDFE0]|\uD87E[\uDC00-\uDE1D]|\uDB40[\uDD00-\uDDEF]/,Wd={Space_Separator:YS,ID_Start:QS,ID_Continue:ZS},Et={isSpaceSeparator(t){return typeof t=="string"&&Wd.Space_Separator.test(t)},isIdStartChar(t){return typeof t=="string"&&(t>="a"&&t<="z"||t>="A"&&t<="Z"||t==="$"||t==="_"||Wd.ID_Start.test(t))},isIdContinueChar(t){return typeof t=="string"&&(t>="a"&&t<="z"||t>="A"&&t<="Z"||t>="0"&&t<="9"||t==="$"||t==="_"||t==="\u200C"||t==="\u200D"||Wd.ID_Continue.test(t))},isDigit(t){return typeof t=="string"&&/[0-9]/.test(t)},isHexDigit(t){return typeof t=="string"&&/[0-9A-Fa-f]/.test(t)}},Gd,ln,Pr,Fu,Zr,Gn,Nt,Yd,Uo,JS=function(t,e){Gd=String(t),ln="start",Pr=[],Fu=0,Zr=1,Gn=0,Nt=void 0,Yd=void 0,Uo=void 0;do Nt=XS(),nx[ln]();while(Nt.type!=="eof");return typeof e=="function"?Vd({"":Uo},"",e):Uo};function Vd(t,e,n){let r=t[e];if(r!=null&&typeof r=="object")if(Array.isArray(r))for(let a=0;ar[n]===void 0?e:r[n])}function X6(){let t=oe.storage.local.refresh;t&&t()}function Id(t,e){let n=za+t;return oe.storage.local.get(n).then(r=>{if(r[n]===void 0)return e;let{value:a,expired:i}=r[n];return i&&ir.startsWith(za)).filter(r=>r!==za+Ft);if(n.length>0)return oe.storage.local.remove(n)}}var Mt={get:Bd,set:Od,getExpired:Id,setExpired:Rd,remove:zd,clear:g4,refresh:X6};d();d();d();d();d();d();function Si(){let t,e="pending",n=new Promise((r,a)=>{t={async resolve(i){await i,e="fulfilled",r(i)},reject(i){e="rejected",a(i)}}});return Object.defineProperty(n,"state",{get:()=>e}),Object.assign(n,t)}d();var Nd=class extends Error{constructor(){super("Deadline"),this.name="DeadlineError"}};function Lu(t,e){let n=Si(),r=setTimeout(()=>n.reject(new Nd),e);return Promise.race([t,n]).finally(()=>clearTimeout(r))}d();d();function Dr(t,e={}){let{signal:n,persistent:r}=e;return n?.aborted?Promise.reject(new DOMException("Delay was aborted.","AbortError")):new Promise((a,i)=>{let o=()=>{clearTimeout(u),i(new DOMException("Delay was aborted.","AbortError"))},u=setTimeout(()=>{n?.removeEventListener("abort",o),a()},t);if(n?.addEventListener("abort",o,{once:!0}),r===!1)try{Deno.unrefTimer(u)}catch(l){if(!(l instanceof ReferenceError))throw l}})}d();var m4=class{#e=0;#t=[];#n=[];#r=Si();add(e){++this.#e,this.#a(e[Symbol.asyncIterator]())}async#a(e){try{let{value:n,done:r}=await e.next();r?--this.#e:this.#t.push({iterator:e,value:n})}catch(n){this.#n.push(n)}this.#r.resolve()}async*iterate(){for(;this.#e>0;){await this.#r;for(let e=0;eDS,bgBlue:()=>LS,bgBrightBlack:()=>BS,bgBrightBlue:()=>zS,bgBrightCyan:()=>US,bgBrightGreen:()=>RS,bgBrightMagenta:()=>NS,bgBrightRed:()=>IS,bgBrightWhite:()=>qS,bgBrightYellow:()=>OS,bgCyan:()=>FS,bgGreen:()=>kS,bgMagenta:()=>_S,bgRed:()=>AS,bgRgb24:()=>KS,bgRgb8:()=>HS,bgWhite:()=>MS,bgYellow:()=>PS,black:()=>cS,blue:()=>mS,bold:()=>rS,brightBlack:()=>b4,brightBlue:()=>xS,brightCyan:()=>CS,brightGreen:()=>vS,brightMagenta:()=>ES,brightRed:()=>yS,brightWhite:()=>wS,brightYellow:()=>SS,cyan:()=>hS,dim:()=>aS,getColorEnabled:()=>tS,gray:()=>TS,green:()=>pS,hidden:()=>uS,inverse:()=>sS,italic:()=>iS,magenta:()=>fS,red:()=>dS,reset:()=>nS,rgb24:()=>WS,rgb8:()=>jS,setColorEnabled:()=>eS,strikethrough:()=>lS,stripColor:()=>VS,underline:()=>oS,white:()=>bS,yellow:()=>gS});d();var{Deno:f4}=globalThis,h4=typeof f4?.noColor=="boolean"?f4.noColor:!0,Ud=!h4;function eS(t){h4||(Ud=t)}function tS(){return Ud}function ke(t,e){return{open:`\x1B[${t.join(";")}m`,close:`\x1B[${e}m`,regexp:new RegExp(`\\x1b\\[${e}m`,"g")}}function Pe(t,e){return Ud?`${e.open}${t.replace(e.regexp,e.open)}${e.close}`:t}function nS(t){return Pe(t,ke([0],0))}function rS(t){return Pe(t,ke([1],22))}function aS(t){return Pe(t,ke([2],22))}function iS(t){return Pe(t,ke([3],23))}function oS(t){return Pe(t,ke([4],24))}function sS(t){return Pe(t,ke([7],27))}function uS(t){return Pe(t,ke([8],28))}function lS(t){return Pe(t,ke([9],29))}function cS(t){return Pe(t,ke([30],39))}function dS(t){return Pe(t,ke([31],39))}function pS(t){return Pe(t,ke([32],39))}function gS(t){return Pe(t,ke([33],39))}function mS(t){return Pe(t,ke([34],39))}function fS(t){return Pe(t,ke([35],39))}function hS(t){return Pe(t,ke([36],39))}function bS(t){return Pe(t,ke([37],39))}function TS(t){return b4(t)}function b4(t){return Pe(t,ke([90],39))}function yS(t){return Pe(t,ke([91],39))}function vS(t){return Pe(t,ke([92],39))}function SS(t){return Pe(t,ke([93],39))}function xS(t){return Pe(t,ke([94],39))}function ES(t){return Pe(t,ke([95],39))}function CS(t){return Pe(t,ke([96],39))}function wS(t){return Pe(t,ke([97],39))}function DS(t){return Pe(t,ke([40],49))}function AS(t){return Pe(t,ke([41],49))}function kS(t){return Pe(t,ke([42],49))}function PS(t){return Pe(t,ke([43],49))}function LS(t){return Pe(t,ke([44],49))}function _S(t){return Pe(t,ke([45],49))}function FS(t){return Pe(t,ke([46],49))}function MS(t){return Pe(t,ke([47],49))}function BS(t){return Pe(t,ke([100],49))}function IS(t){return Pe(t,ke([101],49))}function RS(t){return Pe(t,ke([102],49))}function OS(t){return Pe(t,ke([103],49))}function zS(t){return Pe(t,ke([104],49))}function NS(t){return Pe(t,ke([105],49))}function US(t){return Pe(t,ke([106],49))}function qS(t){return Pe(t,ke([107],49))}function Qr(t,e=255,n=0){return Math.trunc(Math.max(Math.min(t,e),n))}function jS(t,e){return Pe(t,ke([38,5,Qr(e)],39))}function HS(t,e){return Pe(t,ke([48,5,Qr(e)],49))}function WS(t,e){return typeof e=="number"?Pe(t,ke([38,2,e>>16&255,e>>8&255,e&255],39)):Pe(t,ke([38,2,Qr(e.r),Qr(e.g),Qr(e.b)],39))}function KS(t,e){return typeof e=="number"?Pe(t,ke([48,2,e>>16&255,e>>8&255,e&255],49)):Pe(t,ke([48,2,Qr(e.r),Qr(e.g),Qr(e.b)],49))}var GS=new RegExp(["[\\u001B\\u009B][[\\]()#;?]*(?:(?:(?:(?:;[-a-zA-Z\\d\\/#&.:=?%@~_]+)*|[a-zA-Z\\d]+(?:;[-a-zA-Z\\d\\/#&.:=?%@~_]*)*)?\\u0007)","(?:(?:\\d{1,4}(?:;\\d{0,4})*)?[\\dA-PR-TZcf-nq-uy=><~]))"].join("|"),"g");function VS(t){return t.replace(GS,"")}d();d();var qd=class extends Error{constructor(e,n){super(`Exceeded max retry count (${n})`),this.name="RetryError",this.cause=e}},$S={multiplier:2,maxTimeout:6e4,maxAttempts:5,minTimeout:1e3};async function jd(t,e){let n={...$S,...e};if(n.maxTimeout>=0&&n.minTimeout>n.maxTimeout)throw new RangeError("minTimeout is greater than maxTimeout");let r=n.minTimeout,a;for(let i=0;isetTimeout(s,r)),r*=n.multiplier,r=Math.max(r,n.minTimeout),n.maxTimeout>=0&&(r=Math.min(r,n.maxTimeout)),a=o}throw new qd(a,n.maxAttempts)}d();var Ar=["A","B","C","D","E","F","G","H","I","J","K","L","M","N","O","P","Q","R","S","T","U","V","W","X","Y","Z","a","b","c","d","e","f","g","h","i","j","k","l","m","n","o","p","q","r","s","t","u","v","w","x","y","z","0","1","2","3","4","5","6","7","8","9","+","/"];function Hd(t){let e=typeof t=="string"?new TextEncoder().encode(t):t instanceof Uint8Array?t:new Uint8Array(t),n="",r,a=e.length;for(r=2;r>2],n+=Ar[(e[r-2]&3)<<4|e[r-1]>>4],n+=Ar[(e[r-1]&15)<<2|e[r]>>6],n+=Ar[e[r]&63];return r===a+1&&(n+=Ar[e[r-2]>>2],n+=Ar[(e[r-2]&3)<<4],n+="=="),r===a&&(n+=Ar[e[r-2]>>2],n+=Ar[(e[r-2]&3)<<4|e[r-1]>>4],n+=Ar[(e[r-1]&15)<<2],n+="="),n}d();d();var YS=/[\u1680\u2000-\u200A\u202F\u205F\u3000]/,QS=/[\xAA\xB5\xBA\xC0-\xD6\xD8-\xF6\xF8-\u02C1\u02C6-\u02D1\u02E0-\u02E4\u02EC\u02EE\u0370-\u0374\u0376\u0377\u037A-\u037D\u037F\u0386\u0388-\u038A\u038C\u038E-\u03A1\u03A3-\u03F5\u03F7-\u0481\u048A-\u052F\u0531-\u0556\u0559\u0561-\u0587\u05D0-\u05EA\u05F0-\u05F2\u0620-\u064A\u066E\u066F\u0671-\u06D3\u06D5\u06E5\u06E6\u06EE\u06EF\u06FA-\u06FC\u06FF\u0710\u0712-\u072F\u074D-\u07A5\u07B1\u07CA-\u07EA\u07F4\u07F5\u07FA\u0800-\u0815\u081A\u0824\u0828\u0840-\u0858\u0860-\u086A\u08A0-\u08B4\u08B6-\u08BD\u0904-\u0939\u093D\u0950\u0958-\u0961\u0971-\u0980\u0985-\u098C\u098F\u0990\u0993-\u09A8\u09AA-\u09B0\u09B2\u09B6-\u09B9\u09BD\u09CE\u09DC\u09DD\u09DF-\u09E1\u09F0\u09F1\u09FC\u0A05-\u0A0A\u0A0F\u0A10\u0A13-\u0A28\u0A2A-\u0A30\u0A32\u0A33\u0A35\u0A36\u0A38\u0A39\u0A59-\u0A5C\u0A5E\u0A72-\u0A74\u0A85-\u0A8D\u0A8F-\u0A91\u0A93-\u0AA8\u0AAA-\u0AB0\u0AB2\u0AB3\u0AB5-\u0AB9\u0ABD\u0AD0\u0AE0\u0AE1\u0AF9\u0B05-\u0B0C\u0B0F\u0B10\u0B13-\u0B28\u0B2A-\u0B30\u0B32\u0B33\u0B35-\u0B39\u0B3D\u0B5C\u0B5D\u0B5F-\u0B61\u0B71\u0B83\u0B85-\u0B8A\u0B8E-\u0B90\u0B92-\u0B95\u0B99\u0B9A\u0B9C\u0B9E\u0B9F\u0BA3\u0BA4\u0BA8-\u0BAA\u0BAE-\u0BB9\u0BD0\u0C05-\u0C0C\u0C0E-\u0C10\u0C12-\u0C28\u0C2A-\u0C39\u0C3D\u0C58-\u0C5A\u0C60\u0C61\u0C80\u0C85-\u0C8C\u0C8E-\u0C90\u0C92-\u0CA8\u0CAA-\u0CB3\u0CB5-\u0CB9\u0CBD\u0CDE\u0CE0\u0CE1\u0CF1\u0CF2\u0D05-\u0D0C\u0D0E-\u0D10\u0D12-\u0D3A\u0D3D\u0D4E\u0D54-\u0D56\u0D5F-\u0D61\u0D7A-\u0D7F\u0D85-\u0D96\u0D9A-\u0DB1\u0DB3-\u0DBB\u0DBD\u0DC0-\u0DC6\u0E01-\u0E30\u0E32\u0E33\u0E40-\u0E46\u0E81\u0E82\u0E84\u0E87\u0E88\u0E8A\u0E8D\u0E94-\u0E97\u0E99-\u0E9F\u0EA1-\u0EA3\u0EA5\u0EA7\u0EAA\u0EAB\u0EAD-\u0EB0\u0EB2\u0EB3\u0EBD\u0EC0-\u0EC4\u0EC6\u0EDC-\u0EDF\u0F00\u0F40-\u0F47\u0F49-\u0F6C\u0F88-\u0F8C\u1000-\u102A\u103F\u1050-\u1055\u105A-\u105D\u1061\u1065\u1066\u106E-\u1070\u1075-\u1081\u108E\u10A0-\u10C5\u10C7\u10CD\u10D0-\u10FA\u10FC-\u1248\u124A-\u124D\u1250-\u1256\u1258\u125A-\u125D\u1260-\u1288\u128A-\u128D\u1290-\u12B0\u12B2-\u12B5\u12B8-\u12BE\u12C0\u12C2-\u12C5\u12C8-\u12D6\u12D8-\u1310\u1312-\u1315\u1318-\u135A\u1380-\u138F\u13A0-\u13F5\u13F8-\u13FD\u1401-\u166C\u166F-\u167F\u1681-\u169A\u16A0-\u16EA\u16EE-\u16F8\u1700-\u170C\u170E-\u1711\u1720-\u1731\u1740-\u1751\u1760-\u176C\u176E-\u1770\u1780-\u17B3\u17D7\u17DC\u1820-\u1877\u1880-\u1884\u1887-\u18A8\u18AA\u18B0-\u18F5\u1900-\u191E\u1950-\u196D\u1970-\u1974\u1980-\u19AB\u19B0-\u19C9\u1A00-\u1A16\u1A20-\u1A54\u1AA7\u1B05-\u1B33\u1B45-\u1B4B\u1B83-\u1BA0\u1BAE\u1BAF\u1BBA-\u1BE5\u1C00-\u1C23\u1C4D-\u1C4F\u1C5A-\u1C7D\u1C80-\u1C88\u1CE9-\u1CEC\u1CEE-\u1CF1\u1CF5\u1CF6\u1D00-\u1DBF\u1E00-\u1F15\u1F18-\u1F1D\u1F20-\u1F45\u1F48-\u1F4D\u1F50-\u1F57\u1F59\u1F5B\u1F5D\u1F5F-\u1F7D\u1F80-\u1FB4\u1FB6-\u1FBC\u1FBE\u1FC2-\u1FC4\u1FC6-\u1FCC\u1FD0-\u1FD3\u1FD6-\u1FDB\u1FE0-\u1FEC\u1FF2-\u1FF4\u1FF6-\u1FFC\u2071\u207F\u2090-\u209C\u2102\u2107\u210A-\u2113\u2115\u2119-\u211D\u2124\u2126\u2128\u212A-\u212D\u212F-\u2139\u213C-\u213F\u2145-\u2149\u214E\u2160-\u2188\u2C00-\u2C2E\u2C30-\u2C5E\u2C60-\u2CE4\u2CEB-\u2CEE\u2CF2\u2CF3\u2D00-\u2D25\u2D27\u2D2D\u2D30-\u2D67\u2D6F\u2D80-\u2D96\u2DA0-\u2DA6\u2DA8-\u2DAE\u2DB0-\u2DB6\u2DB8-\u2DBE\u2DC0-\u2DC6\u2DC8-\u2DCE\u2DD0-\u2DD6\u2DD8-\u2DDE\u2E2F\u3005-\u3007\u3021-\u3029\u3031-\u3035\u3038-\u303C\u3041-\u3096\u309D-\u309F\u30A1-\u30FA\u30FC-\u30FF\u3105-\u312E\u3131-\u318E\u31A0-\u31BA\u31F0-\u31FF\u3400-\u4DB5\u4E00-\u9FEA\uA000-\uA48C\uA4D0-\uA4FD\uA500-\uA60C\uA610-\uA61F\uA62A\uA62B\uA640-\uA66E\uA67F-\uA69D\uA6A0-\uA6EF\uA717-\uA71F\uA722-\uA788\uA78B-\uA7AE\uA7B0-\uA7B7\uA7F7-\uA801\uA803-\uA805\uA807-\uA80A\uA80C-\uA822\uA840-\uA873\uA882-\uA8B3\uA8F2-\uA8F7\uA8FB\uA8FD\uA90A-\uA925\uA930-\uA946\uA960-\uA97C\uA984-\uA9B2\uA9CF\uA9E0-\uA9E4\uA9E6-\uA9EF\uA9FA-\uA9FE\uAA00-\uAA28\uAA40-\uAA42\uAA44-\uAA4B\uAA60-\uAA76\uAA7A\uAA7E-\uAAAF\uAAB1\uAAB5\uAAB6\uAAB9-\uAABD\uAAC0\uAAC2\uAADB-\uAADD\uAAE0-\uAAEA\uAAF2-\uAAF4\uAB01-\uAB06\uAB09-\uAB0E\uAB11-\uAB16\uAB20-\uAB26\uAB28-\uAB2E\uAB30-\uAB5A\uAB5C-\uAB65\uAB70-\uABE2\uAC00-\uD7A3\uD7B0-\uD7C6\uD7CB-\uD7FB\uF900-\uFA6D\uFA70-\uFAD9\uFB00-\uFB06\uFB13-\uFB17\uFB1D\uFB1F-\uFB28\uFB2A-\uFB36\uFB38-\uFB3C\uFB3E\uFB40\uFB41\uFB43\uFB44\uFB46-\uFBB1\uFBD3-\uFD3D\uFD50-\uFD8F\uFD92-\uFDC7\uFDF0-\uFDFB\uFE70-\uFE74\uFE76-\uFEFC\uFF21-\uFF3A\uFF41-\uFF5A\uFF66-\uFFBE\uFFC2-\uFFC7\uFFCA-\uFFCF\uFFD2-\uFFD7\uFFDA-\uFFDC]|\uD800[\uDC00-\uDC0B\uDC0D-\uDC26\uDC28-\uDC3A\uDC3C\uDC3D\uDC3F-\uDC4D\uDC50-\uDC5D\uDC80-\uDCFA\uDD40-\uDD74\uDE80-\uDE9C\uDEA0-\uDED0\uDF00-\uDF1F\uDF2D-\uDF4A\uDF50-\uDF75\uDF80-\uDF9D\uDFA0-\uDFC3\uDFC8-\uDFCF\uDFD1-\uDFD5]|\uD801[\uDC00-\uDC9D\uDCB0-\uDCD3\uDCD8-\uDCFB\uDD00-\uDD27\uDD30-\uDD63\uDE00-\uDF36\uDF40-\uDF55\uDF60-\uDF67]|\uD802[\uDC00-\uDC05\uDC08\uDC0A-\uDC35\uDC37\uDC38\uDC3C\uDC3F-\uDC55\uDC60-\uDC76\uDC80-\uDC9E\uDCE0-\uDCF2\uDCF4\uDCF5\uDD00-\uDD15\uDD20-\uDD39\uDD80-\uDDB7\uDDBE\uDDBF\uDE00\uDE10-\uDE13\uDE15-\uDE17\uDE19-\uDE33\uDE60-\uDE7C\uDE80-\uDE9C\uDEC0-\uDEC7\uDEC9-\uDEE4\uDF00-\uDF35\uDF40-\uDF55\uDF60-\uDF72\uDF80-\uDF91]|\uD803[\uDC00-\uDC48\uDC80-\uDCB2\uDCC0-\uDCF2]|\uD804[\uDC03-\uDC37\uDC83-\uDCAF\uDCD0-\uDCE8\uDD03-\uDD26\uDD50-\uDD72\uDD76\uDD83-\uDDB2\uDDC1-\uDDC4\uDDDA\uDDDC\uDE00-\uDE11\uDE13-\uDE2B\uDE80-\uDE86\uDE88\uDE8A-\uDE8D\uDE8F-\uDE9D\uDE9F-\uDEA8\uDEB0-\uDEDE\uDF05-\uDF0C\uDF0F\uDF10\uDF13-\uDF28\uDF2A-\uDF30\uDF32\uDF33\uDF35-\uDF39\uDF3D\uDF50\uDF5D-\uDF61]|\uD805[\uDC00-\uDC34\uDC47-\uDC4A\uDC80-\uDCAF\uDCC4\uDCC5\uDCC7\uDD80-\uDDAE\uDDD8-\uDDDB\uDE00-\uDE2F\uDE44\uDE80-\uDEAA\uDF00-\uDF19]|\uD806[\uDCA0-\uDCDF\uDCFF\uDE00\uDE0B-\uDE32\uDE3A\uDE50\uDE5C-\uDE83\uDE86-\uDE89\uDEC0-\uDEF8]|\uD807[\uDC00-\uDC08\uDC0A-\uDC2E\uDC40\uDC72-\uDC8F\uDD00-\uDD06\uDD08\uDD09\uDD0B-\uDD30\uDD46]|\uD808[\uDC00-\uDF99]|\uD809[\uDC00-\uDC6E\uDC80-\uDD43]|[\uD80C\uD81C-\uD820\uD840-\uD868\uD86A-\uD86C\uD86F-\uD872\uD874-\uD879][\uDC00-\uDFFF]|\uD80D[\uDC00-\uDC2E]|\uD811[\uDC00-\uDE46]|\uD81A[\uDC00-\uDE38\uDE40-\uDE5E\uDED0-\uDEED\uDF00-\uDF2F\uDF40-\uDF43\uDF63-\uDF77\uDF7D-\uDF8F]|\uD81B[\uDF00-\uDF44\uDF50\uDF93-\uDF9F\uDFE0\uDFE1]|\uD821[\uDC00-\uDFEC]|\uD822[\uDC00-\uDEF2]|\uD82C[\uDC00-\uDD1E\uDD70-\uDEFB]|\uD82F[\uDC00-\uDC6A\uDC70-\uDC7C\uDC80-\uDC88\uDC90-\uDC99]|\uD835[\uDC00-\uDC54\uDC56-\uDC9C\uDC9E\uDC9F\uDCA2\uDCA5\uDCA6\uDCA9-\uDCAC\uDCAE-\uDCB9\uDCBB\uDCBD-\uDCC3\uDCC5-\uDD05\uDD07-\uDD0A\uDD0D-\uDD14\uDD16-\uDD1C\uDD1E-\uDD39\uDD3B-\uDD3E\uDD40-\uDD44\uDD46\uDD4A-\uDD50\uDD52-\uDEA5\uDEA8-\uDEC0\uDEC2-\uDEDA\uDEDC-\uDEFA\uDEFC-\uDF14\uDF16-\uDF34\uDF36-\uDF4E\uDF50-\uDF6E\uDF70-\uDF88\uDF8A-\uDFA8\uDFAA-\uDFC2\uDFC4-\uDFCB]|\uD83A[\uDC00-\uDCC4\uDD00-\uDD43]|\uD83B[\uDE00-\uDE03\uDE05-\uDE1F\uDE21\uDE22\uDE24\uDE27\uDE29-\uDE32\uDE34-\uDE37\uDE39\uDE3B\uDE42\uDE47\uDE49\uDE4B\uDE4D-\uDE4F\uDE51\uDE52\uDE54\uDE57\uDE59\uDE5B\uDE5D\uDE5F\uDE61\uDE62\uDE64\uDE67-\uDE6A\uDE6C-\uDE72\uDE74-\uDE77\uDE79-\uDE7C\uDE7E\uDE80-\uDE89\uDE8B-\uDE9B\uDEA1-\uDEA3\uDEA5-\uDEA9\uDEAB-\uDEBB]|\uD869[\uDC00-\uDED6\uDF00-\uDFFF]|\uD86D[\uDC00-\uDF34\uDF40-\uDFFF]|\uD86E[\uDC00-\uDC1D\uDC20-\uDFFF]|\uD873[\uDC00-\uDEA1\uDEB0-\uDFFF]|\uD87A[\uDC00-\uDFE0]|\uD87E[\uDC00-\uDE1D]/,ZS=/[\xAA\xB5\xBA\xC0-\xD6\xD8-\xF6\xF8-\u02C1\u02C6-\u02D1\u02E0-\u02E4\u02EC\u02EE\u0300-\u0374\u0376\u0377\u037A-\u037D\u037F\u0386\u0388-\u038A\u038C\u038E-\u03A1\u03A3-\u03F5\u03F7-\u0481\u0483-\u0487\u048A-\u052F\u0531-\u0556\u0559\u0561-\u0587\u0591-\u05BD\u05BF\u05C1\u05C2\u05C4\u05C5\u05C7\u05D0-\u05EA\u05F0-\u05F2\u0610-\u061A\u0620-\u0669\u066E-\u06D3\u06D5-\u06DC\u06DF-\u06E8\u06EA-\u06FC\u06FF\u0710-\u074A\u074D-\u07B1\u07C0-\u07F5\u07FA\u0800-\u082D\u0840-\u085B\u0860-\u086A\u08A0-\u08B4\u08B6-\u08BD\u08D4-\u08E1\u08E3-\u0963\u0966-\u096F\u0971-\u0983\u0985-\u098C\u098F\u0990\u0993-\u09A8\u09AA-\u09B0\u09B2\u09B6-\u09B9\u09BC-\u09C4\u09C7\u09C8\u09CB-\u09CE\u09D7\u09DC\u09DD\u09DF-\u09E3\u09E6-\u09F1\u09FC\u0A01-\u0A03\u0A05-\u0A0A\u0A0F\u0A10\u0A13-\u0A28\u0A2A-\u0A30\u0A32\u0A33\u0A35\u0A36\u0A38\u0A39\u0A3C\u0A3E-\u0A42\u0A47\u0A48\u0A4B-\u0A4D\u0A51\u0A59-\u0A5C\u0A5E\u0A66-\u0A75\u0A81-\u0A83\u0A85-\u0A8D\u0A8F-\u0A91\u0A93-\u0AA8\u0AAA-\u0AB0\u0AB2\u0AB3\u0AB5-\u0AB9\u0ABC-\u0AC5\u0AC7-\u0AC9\u0ACB-\u0ACD\u0AD0\u0AE0-\u0AE3\u0AE6-\u0AEF\u0AF9-\u0AFF\u0B01-\u0B03\u0B05-\u0B0C\u0B0F\u0B10\u0B13-\u0B28\u0B2A-\u0B30\u0B32\u0B33\u0B35-\u0B39\u0B3C-\u0B44\u0B47\u0B48\u0B4B-\u0B4D\u0B56\u0B57\u0B5C\u0B5D\u0B5F-\u0B63\u0B66-\u0B6F\u0B71\u0B82\u0B83\u0B85-\u0B8A\u0B8E-\u0B90\u0B92-\u0B95\u0B99\u0B9A\u0B9C\u0B9E\u0B9F\u0BA3\u0BA4\u0BA8-\u0BAA\u0BAE-\u0BB9\u0BBE-\u0BC2\u0BC6-\u0BC8\u0BCA-\u0BCD\u0BD0\u0BD7\u0BE6-\u0BEF\u0C00-\u0C03\u0C05-\u0C0C\u0C0E-\u0C10\u0C12-\u0C28\u0C2A-\u0C39\u0C3D-\u0C44\u0C46-\u0C48\u0C4A-\u0C4D\u0C55\u0C56\u0C58-\u0C5A\u0C60-\u0C63\u0C66-\u0C6F\u0C80-\u0C83\u0C85-\u0C8C\u0C8E-\u0C90\u0C92-\u0CA8\u0CAA-\u0CB3\u0CB5-\u0CB9\u0CBC-\u0CC4\u0CC6-\u0CC8\u0CCA-\u0CCD\u0CD5\u0CD6\u0CDE\u0CE0-\u0CE3\u0CE6-\u0CEF\u0CF1\u0CF2\u0D00-\u0D03\u0D05-\u0D0C\u0D0E-\u0D10\u0D12-\u0D44\u0D46-\u0D48\u0D4A-\u0D4E\u0D54-\u0D57\u0D5F-\u0D63\u0D66-\u0D6F\u0D7A-\u0D7F\u0D82\u0D83\u0D85-\u0D96\u0D9A-\u0DB1\u0DB3-\u0DBB\u0DBD\u0DC0-\u0DC6\u0DCA\u0DCF-\u0DD4\u0DD6\u0DD8-\u0DDF\u0DE6-\u0DEF\u0DF2\u0DF3\u0E01-\u0E3A\u0E40-\u0E4E\u0E50-\u0E59\u0E81\u0E82\u0E84\u0E87\u0E88\u0E8A\u0E8D\u0E94-\u0E97\u0E99-\u0E9F\u0EA1-\u0EA3\u0EA5\u0EA7\u0EAA\u0EAB\u0EAD-\u0EB9\u0EBB-\u0EBD\u0EC0-\u0EC4\u0EC6\u0EC8-\u0ECD\u0ED0-\u0ED9\u0EDC-\u0EDF\u0F00\u0F18\u0F19\u0F20-\u0F29\u0F35\u0F37\u0F39\u0F3E-\u0F47\u0F49-\u0F6C\u0F71-\u0F84\u0F86-\u0F97\u0F99-\u0FBC\u0FC6\u1000-\u1049\u1050-\u109D\u10A0-\u10C5\u10C7\u10CD\u10D0-\u10FA\u10FC-\u1248\u124A-\u124D\u1250-\u1256\u1258\u125A-\u125D\u1260-\u1288\u128A-\u128D\u1290-\u12B0\u12B2-\u12B5\u12B8-\u12BE\u12C0\u12C2-\u12C5\u12C8-\u12D6\u12D8-\u1310\u1312-\u1315\u1318-\u135A\u135D-\u135F\u1380-\u138F\u13A0-\u13F5\u13F8-\u13FD\u1401-\u166C\u166F-\u167F\u1681-\u169A\u16A0-\u16EA\u16EE-\u16F8\u1700-\u170C\u170E-\u1714\u1720-\u1734\u1740-\u1753\u1760-\u176C\u176E-\u1770\u1772\u1773\u1780-\u17D3\u17D7\u17DC\u17DD\u17E0-\u17E9\u180B-\u180D\u1810-\u1819\u1820-\u1877\u1880-\u18AA\u18B0-\u18F5\u1900-\u191E\u1920-\u192B\u1930-\u193B\u1946-\u196D\u1970-\u1974\u1980-\u19AB\u19B0-\u19C9\u19D0-\u19D9\u1A00-\u1A1B\u1A20-\u1A5E\u1A60-\u1A7C\u1A7F-\u1A89\u1A90-\u1A99\u1AA7\u1AB0-\u1ABD\u1B00-\u1B4B\u1B50-\u1B59\u1B6B-\u1B73\u1B80-\u1BF3\u1C00-\u1C37\u1C40-\u1C49\u1C4D-\u1C7D\u1C80-\u1C88\u1CD0-\u1CD2\u1CD4-\u1CF9\u1D00-\u1DF9\u1DFB-\u1F15\u1F18-\u1F1D\u1F20-\u1F45\u1F48-\u1F4D\u1F50-\u1F57\u1F59\u1F5B\u1F5D\u1F5F-\u1F7D\u1F80-\u1FB4\u1FB6-\u1FBC\u1FBE\u1FC2-\u1FC4\u1FC6-\u1FCC\u1FD0-\u1FD3\u1FD6-\u1FDB\u1FE0-\u1FEC\u1FF2-\u1FF4\u1FF6-\u1FFC\u203F\u2040\u2054\u2071\u207F\u2090-\u209C\u20D0-\u20DC\u20E1\u20E5-\u20F0\u2102\u2107\u210A-\u2113\u2115\u2119-\u211D\u2124\u2126\u2128\u212A-\u212D\u212F-\u2139\u213C-\u213F\u2145-\u2149\u214E\u2160-\u2188\u2C00-\u2C2E\u2C30-\u2C5E\u2C60-\u2CE4\u2CEB-\u2CF3\u2D00-\u2D25\u2D27\u2D2D\u2D30-\u2D67\u2D6F\u2D7F-\u2D96\u2DA0-\u2DA6\u2DA8-\u2DAE\u2DB0-\u2DB6\u2DB8-\u2DBE\u2DC0-\u2DC6\u2DC8-\u2DCE\u2DD0-\u2DD6\u2DD8-\u2DDE\u2DE0-\u2DFF\u2E2F\u3005-\u3007\u3021-\u302F\u3031-\u3035\u3038-\u303C\u3041-\u3096\u3099\u309A\u309D-\u309F\u30A1-\u30FA\u30FC-\u30FF\u3105-\u312E\u3131-\u318E\u31A0-\u31BA\u31F0-\u31FF\u3400-\u4DB5\u4E00-\u9FEA\uA000-\uA48C\uA4D0-\uA4FD\uA500-\uA60C\uA610-\uA62B\uA640-\uA66F\uA674-\uA67D\uA67F-\uA6F1\uA717-\uA71F\uA722-\uA788\uA78B-\uA7AE\uA7B0-\uA7B7\uA7F7-\uA827\uA840-\uA873\uA880-\uA8C5\uA8D0-\uA8D9\uA8E0-\uA8F7\uA8FB\uA8FD\uA900-\uA92D\uA930-\uA953\uA960-\uA97C\uA980-\uA9C0\uA9CF-\uA9D9\uA9E0-\uA9FE\uAA00-\uAA36\uAA40-\uAA4D\uAA50-\uAA59\uAA60-\uAA76\uAA7A-\uAAC2\uAADB-\uAADD\uAAE0-\uAAEF\uAAF2-\uAAF6\uAB01-\uAB06\uAB09-\uAB0E\uAB11-\uAB16\uAB20-\uAB26\uAB28-\uAB2E\uAB30-\uAB5A\uAB5C-\uAB65\uAB70-\uABEA\uABEC\uABED\uABF0-\uABF9\uAC00-\uD7A3\uD7B0-\uD7C6\uD7CB-\uD7FB\uF900-\uFA6D\uFA70-\uFAD9\uFB00-\uFB06\uFB13-\uFB17\uFB1D-\uFB28\uFB2A-\uFB36\uFB38-\uFB3C\uFB3E\uFB40\uFB41\uFB43\uFB44\uFB46-\uFBB1\uFBD3-\uFD3D\uFD50-\uFD8F\uFD92-\uFDC7\uFDF0-\uFDFB\uFE00-\uFE0F\uFE20-\uFE2F\uFE33\uFE34\uFE4D-\uFE4F\uFE70-\uFE74\uFE76-\uFEFC\uFF10-\uFF19\uFF21-\uFF3A\uFF3F\uFF41-\uFF5A\uFF66-\uFFBE\uFFC2-\uFFC7\uFFCA-\uFFCF\uFFD2-\uFFD7\uFFDA-\uFFDC]|\uD800[\uDC00-\uDC0B\uDC0D-\uDC26\uDC28-\uDC3A\uDC3C\uDC3D\uDC3F-\uDC4D\uDC50-\uDC5D\uDC80-\uDCFA\uDD40-\uDD74\uDDFD\uDE80-\uDE9C\uDEA0-\uDED0\uDEE0\uDF00-\uDF1F\uDF2D-\uDF4A\uDF50-\uDF7A\uDF80-\uDF9D\uDFA0-\uDFC3\uDFC8-\uDFCF\uDFD1-\uDFD5]|\uD801[\uDC00-\uDC9D\uDCA0-\uDCA9\uDCB0-\uDCD3\uDCD8-\uDCFB\uDD00-\uDD27\uDD30-\uDD63\uDE00-\uDF36\uDF40-\uDF55\uDF60-\uDF67]|\uD802[\uDC00-\uDC05\uDC08\uDC0A-\uDC35\uDC37\uDC38\uDC3C\uDC3F-\uDC55\uDC60-\uDC76\uDC80-\uDC9E\uDCE0-\uDCF2\uDCF4\uDCF5\uDD00-\uDD15\uDD20-\uDD39\uDD80-\uDDB7\uDDBE\uDDBF\uDE00-\uDE03\uDE05\uDE06\uDE0C-\uDE13\uDE15-\uDE17\uDE19-\uDE33\uDE38-\uDE3A\uDE3F\uDE60-\uDE7C\uDE80-\uDE9C\uDEC0-\uDEC7\uDEC9-\uDEE6\uDF00-\uDF35\uDF40-\uDF55\uDF60-\uDF72\uDF80-\uDF91]|\uD803[\uDC00-\uDC48\uDC80-\uDCB2\uDCC0-\uDCF2]|\uD804[\uDC00-\uDC46\uDC66-\uDC6F\uDC7F-\uDCBA\uDCD0-\uDCE8\uDCF0-\uDCF9\uDD00-\uDD34\uDD36-\uDD3F\uDD50-\uDD73\uDD76\uDD80-\uDDC4\uDDCA-\uDDCC\uDDD0-\uDDDA\uDDDC\uDE00-\uDE11\uDE13-\uDE37\uDE3E\uDE80-\uDE86\uDE88\uDE8A-\uDE8D\uDE8F-\uDE9D\uDE9F-\uDEA8\uDEB0-\uDEEA\uDEF0-\uDEF9\uDF00-\uDF03\uDF05-\uDF0C\uDF0F\uDF10\uDF13-\uDF28\uDF2A-\uDF30\uDF32\uDF33\uDF35-\uDF39\uDF3C-\uDF44\uDF47\uDF48\uDF4B-\uDF4D\uDF50\uDF57\uDF5D-\uDF63\uDF66-\uDF6C\uDF70-\uDF74]|\uD805[\uDC00-\uDC4A\uDC50-\uDC59\uDC80-\uDCC5\uDCC7\uDCD0-\uDCD9\uDD80-\uDDB5\uDDB8-\uDDC0\uDDD8-\uDDDD\uDE00-\uDE40\uDE44\uDE50-\uDE59\uDE80-\uDEB7\uDEC0-\uDEC9\uDF00-\uDF19\uDF1D-\uDF2B\uDF30-\uDF39]|\uD806[\uDCA0-\uDCE9\uDCFF\uDE00-\uDE3E\uDE47\uDE50-\uDE83\uDE86-\uDE99\uDEC0-\uDEF8]|\uD807[\uDC00-\uDC08\uDC0A-\uDC36\uDC38-\uDC40\uDC50-\uDC59\uDC72-\uDC8F\uDC92-\uDCA7\uDCA9-\uDCB6\uDD00-\uDD06\uDD08\uDD09\uDD0B-\uDD36\uDD3A\uDD3C\uDD3D\uDD3F-\uDD47\uDD50-\uDD59]|\uD808[\uDC00-\uDF99]|\uD809[\uDC00-\uDC6E\uDC80-\uDD43]|[\uD80C\uD81C-\uD820\uD840-\uD868\uD86A-\uD86C\uD86F-\uD872\uD874-\uD879][\uDC00-\uDFFF]|\uD80D[\uDC00-\uDC2E]|\uD811[\uDC00-\uDE46]|\uD81A[\uDC00-\uDE38\uDE40-\uDE5E\uDE60-\uDE69\uDED0-\uDEED\uDEF0-\uDEF4\uDF00-\uDF36\uDF40-\uDF43\uDF50-\uDF59\uDF63-\uDF77\uDF7D-\uDF8F]|\uD81B[\uDF00-\uDF44\uDF50-\uDF7E\uDF8F-\uDF9F\uDFE0\uDFE1]|\uD821[\uDC00-\uDFEC]|\uD822[\uDC00-\uDEF2]|\uD82C[\uDC00-\uDD1E\uDD70-\uDEFB]|\uD82F[\uDC00-\uDC6A\uDC70-\uDC7C\uDC80-\uDC88\uDC90-\uDC99\uDC9D\uDC9E]|\uD834[\uDD65-\uDD69\uDD6D-\uDD72\uDD7B-\uDD82\uDD85-\uDD8B\uDDAA-\uDDAD\uDE42-\uDE44]|\uD835[\uDC00-\uDC54\uDC56-\uDC9C\uDC9E\uDC9F\uDCA2\uDCA5\uDCA6\uDCA9-\uDCAC\uDCAE-\uDCB9\uDCBB\uDCBD-\uDCC3\uDCC5-\uDD05\uDD07-\uDD0A\uDD0D-\uDD14\uDD16-\uDD1C\uDD1E-\uDD39\uDD3B-\uDD3E\uDD40-\uDD44\uDD46\uDD4A-\uDD50\uDD52-\uDEA5\uDEA8-\uDEC0\uDEC2-\uDEDA\uDEDC-\uDEFA\uDEFC-\uDF14\uDF16-\uDF34\uDF36-\uDF4E\uDF50-\uDF6E\uDF70-\uDF88\uDF8A-\uDFA8\uDFAA-\uDFC2\uDFC4-\uDFCB\uDFCE-\uDFFF]|\uD836[\uDE00-\uDE36\uDE3B-\uDE6C\uDE75\uDE84\uDE9B-\uDE9F\uDEA1-\uDEAF]|\uD838[\uDC00-\uDC06\uDC08-\uDC18\uDC1B-\uDC21\uDC23\uDC24\uDC26-\uDC2A]|\uD83A[\uDC00-\uDCC4\uDCD0-\uDCD6\uDD00-\uDD4A\uDD50-\uDD59]|\uD83B[\uDE00-\uDE03\uDE05-\uDE1F\uDE21\uDE22\uDE24\uDE27\uDE29-\uDE32\uDE34-\uDE37\uDE39\uDE3B\uDE42\uDE47\uDE49\uDE4B\uDE4D-\uDE4F\uDE51\uDE52\uDE54\uDE57\uDE59\uDE5B\uDE5D\uDE5F\uDE61\uDE62\uDE64\uDE67-\uDE6A\uDE6C-\uDE72\uDE74-\uDE77\uDE79-\uDE7C\uDE7E\uDE80-\uDE89\uDE8B-\uDE9B\uDEA1-\uDEA3\uDEA5-\uDEA9\uDEAB-\uDEBB]|\uD869[\uDC00-\uDED6\uDF00-\uDFFF]|\uD86D[\uDC00-\uDF34\uDF40-\uDFFF]|\uD86E[\uDC00-\uDC1D\uDC20-\uDFFF]|\uD873[\uDC00-\uDEA1\uDEB0-\uDFFF]|\uD87A[\uDC00-\uDFE0]|\uD87E[\uDC00-\uDE1D]|\uDB40[\uDD00-\uDDEF]/,Wd={Space_Separator:YS,ID_Start:QS,ID_Continue:ZS},Et={isSpaceSeparator(t){return typeof t=="string"&&Wd.Space_Separator.test(t)},isIdStartChar(t){return typeof t=="string"&&(t>="a"&&t<="z"||t>="A"&&t<="Z"||t==="$"||t==="_"||Wd.ID_Start.test(t))},isIdContinueChar(t){return typeof t=="string"&&(t>="a"&&t<="z"||t>="A"&&t<="Z"||t>="0"&&t<="9"||t==="$"||t==="_"||t==="\u200C"||t==="\u200D"||Wd.ID_Continue.test(t))},isDigit(t){return typeof t=="string"&&/[0-9]/.test(t)},isHexDigit(t){return typeof t=="string"&&/[0-9A-Fa-f]/.test(t)}},Gd,ln,Pr,Fu,Zr,Gn,Nt,Yd,Uo,JS=function(t,e){Gd=String(t),ln="start",Pr=[],Fu=0,Zr=1,Gn=0,Nt=void 0,Yd=void 0,Uo=void 0;do Nt=XS(),nx[ln]();while(Nt.type!=="eof");return typeof e=="function"?Vd({"":Uo},"",e):Uo};function Vd(t,e,n){let r=t[e];if(r!=null&&typeof r=="object")if(Array.isArray(r))for(let a=0;a0;){let n=Lr();if(!Et.isHexDigit(n))throw ct(K());t+=K()}return String.fromCodePoint(parseInt(t,16))}var nx={start(){if(Nt.type==="eof")throw Ua();Kd()},beforePropertyName(){switch(Nt.type){case"identifier":case"string":Yd=Nt.value,ln="afterPropertyName";return;case"punctuator":_u();return;case"eof":throw Ua()}},afterPropertyName(){if(Nt.type==="eof")throw Ua();ln="beforePropertyValue"},beforePropertyValue(){if(Nt.type==="eof")throw Ua();Kd()},beforeArrayValue(){if(Nt.type==="eof")throw Ua();if(Nt.type==="punctuator"&&Nt.value==="]"){_u();return}Kd()},afterPropertyValue(){if(Nt.type==="eof")throw Ua();switch(Nt.value){case",":ln="beforePropertyName";return;case"}":_u()}},afterArrayValue(){if(Nt.type==="eof")throw Ua();switch(Nt.value){case",":ln="beforeArrayValue";return;case"]":_u()}},end(){}};function Kd(){let t;switch(Nt.type){case"punctuator":switch(Nt.value){case"{":t={};break;case"[":t=[];break}break;case"null":case"boolean":case"numeric":case"string":t=Nt.value;break}if(Uo===void 0)Uo=t;else{let e=Pr[Pr.length-1];Array.isArray(e)?e.push(t):Object.defineProperty(e,Yd,{value:t,writable:!0,enumerable:!0,configurable:!0})}if(t!==null&&typeof t=="object")Pr.push(t),Array.isArray(t)?ln="beforeArrayValue":ln="beforePropertyName";else{let e=Pr[Pr.length-1];e==null?ln="end":Array.isArray(e)?ln="afterArrayValue":ln="afterPropertyValue"}}function _u(){Pr.pop();let t=Pr[Pr.length-1];t==null?ln="end":Array.isArray(t)?ln="afterArrayValue":ln="afterPropertyValue"}function ct(t){return Qd(t===void 0?`JSON5: invalid end of input at ${Zr}:${Gn}`:`JSON5: invalid character '${rx(t)}' at ${Zr}:${Gn}`)}function Ua(){return Qd(`JSON5: invalid end of input at ${Zr}:${Gn}`)}function T4(){return Gn-=5,Qd(`JSON5: invalid identifier character at ${Zr}:${Gn}`)}function rx(t){let e={"'":"\\'",'"':'\\"',"\\":"\\\\","\b":"\\b","\f":"\\f","\n":"\\n","\r":"\\r"," ":"\\t","\v":"\\v","\0":"\\0","\u2028":"\\u2028","\u2029":"\\u2029"};if(e[t])return e[t];if(t<" "){let n=t.charCodeAt(0).toString(16);return"\\x"+("00"+n).substring(n.length)}return t}function Qd(t){let e=new SyntaxError(t);return e.lineNumber=Zr,e.columnNumber=Gn,e}var ax=function(t,e,n){let r=[],a="",i,o,s="",u;if(e!=null&&typeof e=="object"&&!Array.isArray(e)&&(n=e.space,u=e.quote,e=e.replacer),typeof e=="function")o=e;else if(Array.isArray(e)){i=[];for(let f of e){let T;typeof f=="string"?T=f:(typeof f=="number"||f instanceof String||f instanceof Number)&&(T=String(f)),T!==void 0&&i.indexOf(T)<0&&i.push(T)}}return n instanceof Number?n=Number(n):n instanceof String&&(n=String(n)),typeof n=="number"?n>0&&(n=Math.min(10,Math.floor(n)),s=" ".substr(0,n)):typeof n=="string"&&(s=n.substr(0,10)),l("",{"":t});function l(f,T){let b=T[f];switch(b!=null&&(typeof b.toJSON5=="function"?b=b.toJSON5(f):typeof b.toJSON=="function"&&(b=b.toJSON(f))),o&&(b=o.call(T,f,b)),b instanceof Number?b=Number(b):b instanceof String?b=String(b):b instanceof Boolean&&(b=b.valueOf()),b){case null:return"null";case!0:return"true";case!1:return"false"}if(typeof b=="string")return c(b,!1);if(typeof b=="number")return String(b);if(typeof b=="object")return Array.isArray(b)?m(b):p(b)}function c(f){let T={"'":.1,'"':.2},b={"'":"\\'",'"':'\\"',"\\":"\\\\","\b":"\\b","\f":"\\f","\n":"\\n","\r":"\\r"," ":"\\t","\v":"\\v","\0":"\\0","\u2028":"\\u2028","\u2029":"\\u2029"},h="";for(let D=0;DT[D]=0)throw TypeError("Converting circular structure to JSON5");r.push(f);let T=a;a=a+s;let b=i||Object.keys(f),h=[];for(let D of b){let M=l(D,f);if(M!==void 0){let B=g(D)+":";s!==""&&(B+=" "),B+=M,h.push(B)}}let C;if(h.length===0)C="{}";else{let D;if(s==="")D=h.join(","),C="{"+D+"}";else{let M=`, +`&&K(),"";case"1":case"2":case"3":case"4":case"5":case"6":case"7":case"8":case"9":throw ct(K());case void 0:throw ct(K())}return K()}function tx(){let t="",e=Lr();if(!Et.isHexDigit(e)||(t+=K(),e=Lr(),!Et.isHexDigit(e)))throw ct(K());return t+=K(),String.fromCodePoint(parseInt(t,16))}function $d(){let t="",e=4;for(;e-- >0;){let n=Lr();if(!Et.isHexDigit(n))throw ct(K());t+=K()}return String.fromCodePoint(parseInt(t,16))}var nx={start(){if(Nt.type==="eof")throw Ua();Kd()},beforePropertyName(){switch(Nt.type){case"identifier":case"string":Yd=Nt.value,ln="afterPropertyName";return;case"punctuator":_u();return;case"eof":throw Ua()}},afterPropertyName(){if(Nt.type==="eof")throw Ua();ln="beforePropertyValue"},beforePropertyValue(){if(Nt.type==="eof")throw Ua();Kd()},beforeArrayValue(){if(Nt.type==="eof")throw Ua();if(Nt.type==="punctuator"&&Nt.value==="]"){_u();return}Kd()},afterPropertyValue(){if(Nt.type==="eof")throw Ua();switch(Nt.value){case",":ln="beforePropertyName";return;case"}":_u()}},afterArrayValue(){if(Nt.type==="eof")throw Ua();switch(Nt.value){case",":ln="beforeArrayValue";return;case"]":_u()}},end(){}};function Kd(){let t;switch(Nt.type){case"punctuator":switch(Nt.value){case"{":t={};break;case"[":t=[];break}break;case"null":case"boolean":case"numeric":case"string":t=Nt.value;break}if(Uo===void 0)Uo=t;else{let e=Pr[Pr.length-1];Array.isArray(e)?e.push(t):Object.defineProperty(e,Yd,{value:t,writable:!0,enumerable:!0,configurable:!0})}if(t!==null&&typeof t=="object")Pr.push(t),Array.isArray(t)?ln="beforeArrayValue":ln="beforePropertyName";else{let e=Pr[Pr.length-1];e==null?ln="end":Array.isArray(e)?ln="afterArrayValue":ln="afterPropertyValue"}}function _u(){Pr.pop();let t=Pr[Pr.length-1];t==null?ln="end":Array.isArray(t)?ln="afterArrayValue":ln="afterPropertyValue"}function ct(t){return Qd(t===void 0?`JSON5: invalid end of input at ${Zr}:${Gn}`:`JSON5: invalid character '${rx(t)}' at ${Zr}:${Gn}`)}function Ua(){return Qd(`JSON5: invalid end of input at ${Zr}:${Gn}`)}function T4(){return Gn-=5,Qd(`JSON5: invalid identifier character at ${Zr}:${Gn}`)}function rx(t){let e={"'":"\\'",'"':'\\"',"\\":"\\\\","\b":"\\b","\f":"\\f","\n":"\\n","\r":"\\r"," ":"\\t","\v":"\\v","\0":"\\0","\u2028":"\\u2028","\u2029":"\\u2029"};if(e[t])return e[t];if(t<" "){let n=t.charCodeAt(0).toString(16);return"\\x"+("00"+n).substring(n.length)}return t}function Qd(t){let e=new SyntaxError(t);return e.lineNumber=Zr,e.columnNumber=Gn,e}var ax=function(t,e,n){let r=[],a="",i,o,s="",u;if(e!=null&&typeof e=="object"&&!Array.isArray(e)&&(n=e.space,u=e.quote,e=e.replacer),typeof e=="function")o=e;else if(Array.isArray(e)){i=[];for(let f of e){let T;typeof f=="string"?T=f:(typeof f=="number"||f instanceof String||f instanceof Number)&&(T=String(f)),T!==void 0&&i.indexOf(T)<0&&i.push(T)}}return n instanceof Number?n=Number(n):n instanceof String&&(n=String(n)),typeof n=="number"?n>0&&(n=Math.min(10,Math.floor(n)),s=" ".substr(0,n)):typeof n=="string"&&(s=n.substr(0,10)),l("",{"":t});function l(f,T){let b=T[f];switch(b!=null&&(typeof b.toJSON5=="function"?b=b.toJSON5(f):typeof b.toJSON=="function"&&(b=b.toJSON(f))),o&&(b=o.call(T,f,b)),b instanceof Number?b=Number(b):b instanceof String?b=String(b):b instanceof Boolean&&(b=b.valueOf()),b){case null:return"null";case!0:return"true";case!1:return"false"}if(typeof b=="string")return c(b,!1);if(typeof b=="number")return String(b);if(typeof b=="object")return Array.isArray(b)?g(b):p(b)}function c(f){let T={"'":.1,'"':.2},b={"'":"\\'",'"':'\\"',"\\":"\\\\","\b":"\\b","\f":"\\f","\n":"\\n","\r":"\\r"," ":"\\t","\v":"\\v","\0":"\\0","\u2028":"\\u2028","\u2029":"\\u2029"},h="";for(let D=0;DT[D]=0)throw TypeError("Converting circular structure to JSON5");r.push(f);let T=a;a=a+s;let b=i||Object.keys(f),h=[];for(let D of b){let M=l(D,f);if(M!==void 0){let B=m(D)+":";s!==""&&(B+=" "),B+=M,h.push(B)}}let C;if(h.length===0)C="{}";else{let D;if(s==="")D=h.join(","),C="{"+D+"}";else{let M=`, `+a;D=h.join(M),C=`{ `+a+D+`, -`+T+"}"}}return r.pop(),a=T,C}function g(f){if(f.length===0)return c(f,!0);let T=String.fromCodePoint(f.codePointAt(0));if(!Et.isIdStartChar(T))return c(f,!0);for(let b=T.length;b=0)throw TypeError("Converting circular structure to JSON5");r.push(f);let T=a;a=a+s;let b=[];for(let C=0;C=0)throw TypeError("Converting circular structure to JSON5");r.push(f);let T=a;a=a+s;let b=[];for(let C=0;C()=>(e||t((e={exports:{}}).exports,e),e.exports),mx=(t,e)=>{for(var n in e)Jd(t,n,{get:e[n],enumerable:!0})},Zd=(t,e,n,r)=>{if(e&&typeof e=="object"||typeof e=="function")for(let a of cx(e))!px.call(t,a)&&a!==n&&Jd(t,a,{get:()=>e[a],enumerable:!(r=lx(e,a))||r.enumerable});return t},fx=(t,e,n)=>(Zd(t,e,"default"),n&&Zd(n,e,"default")),S4=(t,e,n)=>(n=t!=null?ux(dx(t)):{},Zd(e||!t||!t.__esModule?Jd(n,"default",{value:t,enumerable:!0}):n,t)),x4=gx((t,e)=>{var n="Expected a function",r=NaN,a="[object Symbol]",i=/^\s+|\s+$/g,o=/^[-+]0x[0-9a-f]+$/i,s=/^0b[01]+$/i,u=/^0o[0-7]+$/i,l=parseInt,c=typeof Bu=="object"&&Bu&&Bu.Object===Object&&Bu,p=typeof self=="object"&&self&&self.Object===Object&&self,g=c||p||Function("return this")(),m=Object.prototype,f=m.toString,T=Math.max,b=Math.min,h=function(){return g.Date.now()};function C(_,k,v){var I,F,L,U,N,q,A=0,E=!1,P=!1,O=!0;if(typeof _!="function")throw new TypeError(n);k=y(k)||0,M(v)&&(E=!!v.leading,P="maxWait"in v,L=P?T(y(v.maxWait)||0,k):L,O="trailing"in v?!!v.trailing:O);function H(te){var Y=I,Te=F;return I=F=void 0,A=te,U=_.apply(Te,Y),U}function j(te){return A=te,N=setTimeout(se,k),E?H(te):U}function W(te){var Y=te-q,Te=te-A,ae=k-Y;return P?b(ae,L-Te):ae}function V(te){var Y=te-q,Te=te-A;return q===void 0||Y>=k||Y<0||P&&Te>=L}function se(){var te=h();if(V(te))return X(te);N=setTimeout(se,W(te))}function X(te){return N=void 0,O&&I?H(te):(I=F=void 0,U)}function Z(){N!==void 0&&clearTimeout(N),A=0,I=q=F=N=void 0}function ue(){return N===void 0?U:X(h())}function ge(){var te=h(),Y=V(te);if(I=arguments,F=this,q=te,Y){if(N===void 0)return j(q);if(P)return N=setTimeout(se,k),H(q)}return N===void 0&&(N=setTimeout(se,k)),U}return ge.cancel=Z,ge.flush=ue,ge}function D(_,k,v){var I=!0,F=!0;if(typeof _!="function")throw new TypeError(n);return M(v)&&(I="leading"in v?!!v.leading:I,F="trailing"in v?!!v.trailing:F),C(_,k,{leading:I,maxWait:k,trailing:F})}function M(_){var k=typeof _;return!!_&&(k=="object"||k=="function")}function B(_){return!!_&&typeof _=="object"}function S(_){return typeof _=="symbol"||B(_)&&f.call(_)==a}function y(_){if(typeof _=="number")return _;if(S(_))return r;if(M(_)){var k=typeof _.valueOf=="function"?_.valueOf():_;_=M(k)?k+"":k}if(typeof _!="string")return _===0?_:+_;_=_.replace(i,"");var v=s.test(_);return v||u.test(_)?l(_.slice(2),v?2:8):o.test(_)?r:+_}e.exports=D}),E4={};mx(E4,{default:()=>Vn});var hx=S4(x4());fx(E4,S4(x4()));var{default:v4,...bx}=hx,Vn=v4!==void 0?v4:bx;d();d();var Iu=globalThis||(typeof window<"u"?window:self),Tx=Object.create,e0=Object.defineProperty,yx=Object.getOwnPropertyDescriptor,vx=Object.getOwnPropertyNames,Sx=Object.getPrototypeOf,xx=Object.prototype.hasOwnProperty,Ex=(t,e)=>()=>(e||t((e={exports:{}}).exports,e),e.exports),Cx=(t,e)=>{for(var n in e)e0(t,n,{get:e[n],enumerable:!0})},Xd=(t,e,n,r)=>{if(e&&typeof e=="object"||typeof e=="function")for(let a of vx(e))!xx.call(t,a)&&a!==n&&e0(t,a,{get:()=>e[a],enumerable:!(r=yx(e,a))||r.enumerable});return t},wx=(t,e,n)=>(Xd(t,e,"default"),n&&Xd(n,e,"default")),w4=(t,e,n)=>(n=t!=null?Tx(Sx(t)):{},Xd(e||!t||!t.__esModule?e0(n,"default",{value:t,enumerable:!0}):n,t)),D4=Ex((t,e)=>{var n="Expected a function",r=NaN,a="[object Symbol]",i=/^\s+|\s+$/g,o=/^[-+]0x[0-9a-f]+$/i,s=/^0b[01]+$/i,u=/^0o[0-7]+$/i,l=parseInt,c=typeof Iu=="object"&&Iu&&Iu.Object===Object&&Iu,p=typeof self=="object"&&self&&self.Object===Object&&self,g=c||p||Function("return this")(),m=Object.prototype,f=m.toString,T=Math.max,b=Math.min,h=function(){return g.Date.now()};function C(y,_,k){var v,I,F,L,U,N,q=0,A=!1,E=!1,P=!0;if(typeof y!="function")throw new TypeError(n);_=S(_)||0,D(k)&&(A=!!k.leading,E="maxWait"in k,F=E?T(S(k.maxWait)||0,_):F,P="trailing"in k?!!k.trailing:P);function O(ge){var te=v,Y=I;return v=I=void 0,q=ge,L=y.apply(Y,te),L}function H(ge){return q=ge,U=setTimeout(V,_),A?O(ge):L}function j(ge){var te=ge-N,Y=ge-q,Te=_-te;return E?b(Te,F-Y):Te}function W(ge){var te=ge-N,Y=ge-q;return N===void 0||te>=_||te<0||E&&Y>=F}function V(){var ge=h();if(W(ge))return se(ge);U=setTimeout(V,j(ge))}function se(ge){return U=void 0,P&&v?O(ge):(v=I=void 0,L)}function X(){U!==void 0&&clearTimeout(U),q=0,v=N=I=U=void 0}function Z(){return U===void 0?L:se(h())}function ue(){var ge=h(),te=W(ge);if(v=arguments,I=this,N=ge,te){if(U===void 0)return H(N);if(E)return U=setTimeout(V,_),O(N)}return U===void 0&&(U=setTimeout(V,_)),L}return ue.cancel=X,ue.flush=Z,ue}function D(y){var _=typeof y;return!!y&&(_=="object"||_=="function")}function M(y){return!!y&&typeof y=="object"}function B(y){return typeof y=="symbol"||M(y)&&f.call(y)==a}function S(y){if(typeof y=="number")return y;if(B(y))return r;if(D(y)){var _=typeof y.valueOf=="function"?y.valueOf():y;y=D(_)?_+"":_}if(typeof y!="string")return y===0?y:+y;y=y.replace(i,"");var k=s.test(y);return k||u.test(y)?l(y.slice(2),k?2:8):o.test(y)?r:+y}e.exports=C}),A4={};Cx(A4,{default:()=>qo});var Dx=w4(D4());wx(A4,w4(D4()));var{default:C4,...Ax}=Dx,qo=C4!==void 0?C4:Ax;d();d();var kx=Object.create,n0=Object.defineProperty,Px=Object.getOwnPropertyDescriptor,Lx=Object.getOwnPropertyNames,_x=Object.getPrototypeOf,Fx=Object.prototype.hasOwnProperty,Mx=(t,e)=>()=>(e||t((e={exports:{}}).exports,e),e.exports),Bx=(t,e)=>{for(var n in e)n0(t,n,{get:e[n],enumerable:!0})},t0=(t,e,n,r)=>{if(e&&typeof e=="object"||typeof e=="function")for(let a of Lx(e))!Fx.call(t,a)&&a!==n&&n0(t,a,{get:()=>e[a],enumerable:!(r=Px(e,a))||r.enumerable});return t},Ix=(t,e,n)=>(t0(t,e,"default"),n&&t0(n,e,"default")),P4=(t,e,n)=>(n=t!=null?kx(_x(t)):{},t0(e||!t||!t.__esModule?n0(n,"default",{value:t,enumerable:!0}):n,t)),L4=Mx((t,e)=>{(function(n,r){typeof t=="object"&&typeof e=="object"?e.exports=r():typeof define=="function"&&define.amd?define([],r):typeof t=="object"?t.notie=r():n.notie=r()})(t,function(){return function(n){function r(i){if(a[i])return a[i].exports;var o=a[i]={i,l:!1,exports:{}};return n[i].call(o.exports,o,o.exports,r),o.l=!0,o.exports}var a={};return r.m=n,r.c=a,r.i=function(i){return i},r.d=function(i,o,s){r.o(i,o)||Object.defineProperty(i,o,{configurable:!1,enumerable:!0,get:s})},r.n=function(i){var o=i&&i.__esModule?function(){return i.default}:function(){return i};return r.d(o,"a",o),o},r.o=function(i,o){return Object.prototype.hasOwnProperty.call(i,o)},r.p="",r(r.s=1)}([function(n,r){n.exports=function(a){return a.webpackPolyfill||(a.deprecate=function(){},a.paths=[],a.children||(a.children=[]),Object.defineProperty(a,"loaded",{enumerable:!0,get:function(){return a.l}}),Object.defineProperty(a,"id",{enumerable:!0,get:function(){return a.i}}),a.webpackPolyfill=1),a}},function(n,r,a){"use strict";(function(i){var o,s,u,l=typeof Symbol=="function"&&typeof Symbol.iterator=="symbol"?function(c){return typeof c}:function(c){return c&&typeof Symbol=="function"&&c.constructor===Symbol&&c!==Symbol.prototype?"symbol":typeof c};(function(c,p){l(r)==="object"&&l(i)==="object"?i.exports=p():(s=[],o=p,u=typeof o=="function"?o.apply(r,s):o,u!==void 0&&(i.exports=u))})(void 0,function(){return function(c){function p(m){if(g[m])return g[m].exports;var f=g[m]={i:m,l:!1,exports:{}};return c[m].call(f.exports,f,f.exports,p),f.l=!0,f.exports}var g={};return p.m=c,p.c=g,p.i=function(m){return m},p.d=function(m,f,T){p.o(m,f)||Object.defineProperty(m,f,{configurable:!1,enumerable:!0,get:T})},p.n=function(m){var f=m&&m.__esModule?function(){return m.default}:function(){return m};return p.d(f,"a",f),f},p.o=function(m,f){return Object.prototype.hasOwnProperty.call(m,f)},p.p="",p(p.s=0)}([function(c,p,g){function m(j,W){var V={};for(var se in j)W.indexOf(se)>=0||Object.prototype.hasOwnProperty.call(j,se)&&(V[se]=j[se]);return V}Object.defineProperty(p,"__esModule",{value:!0});var f=typeof Symbol=="function"&&l(Symbol.iterator)==="symbol"?function(j){return typeof j>"u"?"undefined":l(j)}:function(j){return j&&typeof Symbol=="function"&&j.constructor===Symbol&&j!==Symbol.prototype?"symbol":typeof j>"u"?"undefined":l(j)},T=Object.assign||function(j){for(var W=1;W'+se+"",Te.onclick=function(){return F(ae,Y)},Te.listener=function(ie){(k(ie)||v(ie))&&N()},I(Te,Y),Z&&Z<1&&(Z=1),!ge&&Z&&M(Z).then(function(){return F(ae,Y)})},A=p.force=function(j,W){var V=j.type,se=V===void 0?5:V,X=j.text,Z=j.buttonText,ue=Z===void 0?"OK":Z,ge=j.callback,te=j.position,Y=te===void 0?h.positions.force||Y.top:te;B(),N();var Te=document.createElement("div"),ae=S();Te.id=ae;var ie=document.createElement("div");ie.classList.add(h.classes.textbox),ie.classList.add(h.classes.backgroundInfo),ie.innerHTML='
'+X+"
";var Ee=document.createElement("div");Ee.classList.add(h.classes.button),Ee.classList.add(y[se]),Ee.innerHTML=ue,Ee.onclick=function(){F(ae,Y),U(),ge?ge():W&&W()},Te.appendChild(ie),Te.appendChild(Ee),Te.listener=function(ze){k(ze)&&Ee.click()},I(Te,Y),L()},E=p.confirm=function(j,W,V){var se=j.text,X=j.submitText,Z=X===void 0?"Yes":X,ue=j.cancelText,ge=ue===void 0?"Cancel":ue,te=j.submitCallback,Y=j.cancelCallback,Te=j.position,ae=Te===void 0?h.positions.confirm||ae.top:Te;B(),N();var ie=document.createElement("div"),Ee=S();ie.id=Ee;var ze=document.createElement("div");ze.classList.add(h.classes.textbox),ze.classList.add(h.classes.backgroundInfo),ze.innerHTML='
'+se+"
";var _e=document.createElement("div");_e.classList.add(h.classes.button),_e.classList.add(h.classes.elementHalf),_e.classList.add(h.classes.backgroundSuccess),_e.innerHTML=Z,_e.onclick=function(){F(Ee,ae),U(),te?te():W&&W()};var ce=document.createElement("div");ce.classList.add(h.classes.button),ce.classList.add(h.classes.elementHalf),ce.classList.add(h.classes.backgroundError),ce.innerHTML=ge,ce.onclick=function(){F(Ee,ae),U(),Y?Y():V&&V()},ie.appendChild(ze),ie.appendChild(_e),ie.appendChild(ce),ie.listener=function(pt){k(pt)?_e.click():v(pt)&&ce.click()},I(ie,ae),L(ie,ae)},P=function(j,W,V){var se=j.text,X=j.submitText,Z=X===void 0?"Submit":X,ue=j.cancelText,ge=ue===void 0?"Cancel":ue,te=j.submitCallback,Y=j.cancelCallback,Te=j.position,ae=Te===void 0?h.positions.input||ae.top:Te,ie=m(j,["text","submitText","cancelText","submitCallback","cancelCallback","position"]);B(),N();var Ee=document.createElement("div"),ze=S();Ee.id=ze;var _e=document.createElement("div");_e.classList.add(h.classes.textbox),_e.classList.add(h.classes.backgroundInfo),_e.innerHTML='
'+se+"
";var ce=document.createElement("input");ce.classList.add(h.classes.inputField),ce.setAttribute("autocapitalize",ie.autocapitalize||"none"),ce.setAttribute("autocomplete",ie.autocomplete||"off"),ce.setAttribute("autocorrect",ie.autocorrect||"off"),ce.setAttribute("autofocus",ie.autofocus||"true"),ce.setAttribute("inputmode",ie.inputmode||"verbatim"),ce.setAttribute("max",ie.max||""),ce.setAttribute("maxlength",ie.maxlength||""),ce.setAttribute("min",ie.min||""),ce.setAttribute("minlength",ie.minlength||""),ce.setAttribute("placeholder",ie.placeholder||""),ce.setAttribute("spellcheck",ie.spellcheck||"default"),ce.setAttribute("step",ie.step||"any"),ce.setAttribute("type",ie.type||"text"),ce.value=ie.value||"",ie.allowed&&(ce.oninput=function(){var ht=void 0;if(Array.isArray(ie.allowed)){for(var St="",on=ie.allowed,Mn=0;Mn'+V+"",Y.appendChild(ae),ue.forEach(function(Ee,ze){var _e=Ee.type,ce=_e===void 0?1:_e,pt=Ee.text,Pt=Ee.handler,ht=document.createElement("div");ht.classList.add(y[ce]),ht.classList.add(h.classes.button),ht.classList.add(h.classes.selectChoice);var St=ue[ze+1];St&&!St.type&&(St.type=1),St&&St.type===ce&&ht.classList.add(h.classes.selectChoiceRepeated),ht.innerHTML=pt,ht.onclick=function(){F(Te,te),U(),Pt()},Y.appendChild(ht)});var ie=document.createElement("div");ie.classList.add(h.classes.backgroundNeutral),ie.classList.add(h.classes.button),ie.innerHTML=X,ie.onclick=function(){F(Te,te),U(),Z?Z():W&&W()},Y.appendChild(ie),Y.listener=function(Ee){v(Ee)&&ie.click()},I(Y,te),L(Y,te)},H=p.date=function(j,W,V){var se=j.value,X=se===void 0?new Date:se,Z=j.submitText,ue=Z===void 0?"OK":Z,ge=j.cancelText,te=ge===void 0?"Cancel":ge,Y=j.submitCallback,Te=j.cancelCallback,ae=j.position,ie=ae===void 0?h.positions.date||ie.top:ae;B(),N();var Ee="▾",ze=document.createElement("div"),_e=document.createElement("div"),ce=document.createElement("div"),pt=function(gt){ze.innerHTML=h.dateMonths[gt.getMonth()],_e.innerHTML=gt.getDate(),ce.innerHTML=gt.getFullYear()},Pt=function(gt){var Ze=new Date(X.getFullYear(),X.getMonth()+1,0).getDate(),Cn=gt.target.textContent.replace(/^0+/,"").replace(/[^\d]/g,"").slice(0,2);Number(Cn)>Ze&&(Cn=Ze.toString()),gt.target.textContent=Cn,Number(Cn)<1&&(Cn="1"),X.setDate(Number(Cn))},ht=function(gt){var Ze=gt.target.textContent.replace(/^0+/,"").replace(/[^\d]/g,"").slice(0,4);gt.target.textContent=Ze,X.setFullYear(Number(Ze))},St=function(gt){pt(X)},on=function(gt){var Ze=new Date(X.getFullYear(),X.getMonth()+gt+1,0).getDate();X.getDate()>Ze&&X.setDate(Ze),X.setMonth(X.getMonth()+gt),pt(X)},Mn=function(gt){X.setDate(X.getDate()+gt),pt(X)},Ao=function(gt){var Ze=X.getFullYear()+gt;Ze<0?X.setFullYear(0):X.setFullYear(X.getFullYear()+gt),pt(X)},sr=document.createElement("div"),Fa=S();sr.id=Fa;var pi=document.createElement("div");pi.classList.add(h.classes.backgroundInfo);var $t=document.createElement("div");$t.classList.add(h.classes.dateSelectorInner);var Hn=document.createElement("div");Hn.classList.add(h.classes.button),Hn.classList.add(h.classes.elementThird),Hn.classList.add(h.classes.dateSelectorUp),Hn.innerHTML=Ee;var Yt=document.createElement("div");Yt.classList.add(h.classes.button),Yt.classList.add(h.classes.elementThird),Yt.classList.add(h.classes.dateSelectorUp),Yt.innerHTML=Ee;var En=document.createElement("div");En.classList.add(h.classes.button),En.classList.add(h.classes.elementThird),En.classList.add(h.classes.dateSelectorUp),En.innerHTML=Ee,ze.classList.add(h.classes.element),ze.classList.add(h.classes.elementThird),ze.innerHTML=h.dateMonths[X.getMonth()],_e.classList.add(h.classes.element),_e.classList.add(h.classes.elementThird),_e.setAttribute("contentEditable",!0),_e.addEventListener("input",Pt),_e.addEventListener("blur",St),_e.innerHTML=X.getDate(),ce.classList.add(h.classes.element),ce.classList.add(h.classes.elementThird),ce.setAttribute("contentEditable",!0),ce.addEventListener("input",ht),ce.addEventListener("blur",St),ce.innerHTML=X.getFullYear();var vr=document.createElement("div");vr.classList.add(h.classes.button),vr.classList.add(h.classes.elementThird),vr.innerHTML=Ee;var Sr=document.createElement("div");Sr.classList.add(h.classes.button),Sr.classList.add(h.classes.elementThird),Sr.innerHTML=Ee;var Ma=document.createElement("div");Ma.classList.add(h.classes.button),Ma.classList.add(h.classes.elementThird),Ma.innerHTML=Ee,Hn.onclick=function(){return on(1)},Yt.onclick=function(){return Mn(1)},En.onclick=function(){return Ao(1)},vr.onclick=function(){return on(-1)},Sr.onclick=function(){return Mn(-1)},Ma.onclick=function(){return Ao(-1)};var sn=document.createElement("div");sn.classList.add(h.classes.button),sn.classList.add(h.classes.elementHalf),sn.classList.add(h.classes.backgroundSuccess),sn.innerHTML=ue,sn.onclick=function(){F(Fa,ie),U(),Y?Y(X):W&&W(X)};var xr=document.createElement("div");xr.classList.add(h.classes.button),xr.classList.add(h.classes.elementHalf),xr.classList.add(h.classes.backgroundError),xr.innerHTML=te,xr.onclick=function(){F(Fa,ie),U(),Te?Te(X):V&&V(X)},$t.appendChild(Hn),$t.appendChild(Yt),$t.appendChild(En),$t.appendChild(ze),$t.appendChild(_e),$t.appendChild(ce),$t.appendChild(vr),$t.appendChild(Sr),$t.appendChild(Ma),pi.appendChild($t),sr.appendChild(pi),sr.appendChild(sn),sr.appendChild(xr),sr.listener=function(gt){k(gt)?sn.click():v(gt)&&xr.click()},I(sr,ie),L(sr,ie)};p.default={alert:q,force:A,confirm:E,input:P,select:O,date:H,setOptions:C,hideAlerts:N}}])})}).call(r,a(0)(n))}])})}),_4={};Bx(_4,{default:()=>Ru});var Rx=P4(L4());Ix(_4,P4(L4()));var{default:k4,...Ox}=Rx,Ru=k4!==void 0?k4:Ox;d();d();var Ou=typeof navigator<"u"?navigator.userAgent.toLowerCase().indexOf("firefox")>0:!1;function jo(t,e,n,r){t.addEventListener?t.addEventListener(e,n,r):t.attachEvent&&t.attachEvent(`on${e}`,()=>{n(window.event)})}function r0(t,e){let n=e.slice(0,e.length-1);for(let r=0;r=0;)e[n-1]+=",",e.splice(n,1),n=e.lastIndexOf("");return e}function F4(t,e){let n=t.length>=e.length?t:e,r=t.length>=e.length?e:t,a=!0;for(let i=0;ixi[t.toLowerCase()]||$n[t.toLowerCase()]||t.toUpperCase().charCodeAt(0),zx=t=>Object.keys(xi).find(e=>xi[e]===t),Nx=t=>Object.keys($n).find(e=>$n[e]===t);function z4(t){R4=t||"all"}function Ho(){return R4||"all"}function Ux(){return nt.slice(0)}function qx(){return nt.map(t=>zx(t)||Nx(t)||String.fromCharCode(t))}function jx(){let t=[];return Object.keys(mt).forEach(e=>{mt[e].forEach(({key:n,scope:r,mods:a,shortcut:i})=>{t.push({scope:r,shortcut:i,mods:a,keys:n.split("+").map(o=>Wo(o))})})}),t}function Hx(t){let e=t.target||t.srcElement,{tagName:n}=e,r=!0;return(e.isContentEditable||(n==="INPUT"||n==="TEXTAREA"||n==="SELECT")&&!e.readOnly)&&(r=!1),r}function Wx(t){return typeof t=="string"&&(t=Wo(t)),nt.indexOf(t)!==-1}function Kx(t,e){let n,r;t||(t=Ho());for(let a in mt)if(Object.prototype.hasOwnProperty.call(mt,a))for(n=mt[a],r=0;r=0&&nt.splice(n,1),t.key&&t.key.toLowerCase()==="meta"&&nt.splice(0,nt.length),(e===93||e===224)&&(e=91),e in Ut){Ut[e]=!1;for(let r in $n)$n[r]===e&&(_r[r]=!1)}}function N4(t,...e){if(typeof t>"u")Object.keys(mt).forEach(n=>delete mt[n]);else if(Array.isArray(t))t.forEach(n=>{n.key&&i0(n)});else if(typeof t=="object")t.key&&i0(t);else if(typeof t=="string"){let[n,r]=e;typeof n=="function"&&(r=n,n=""),i0({key:t,scope:n,method:r,splitKey:"+"})}}var i0=({key:t,scope:e,method:n,splitKey:r="+"})=>{a0(t).forEach(i=>{let o=i.split(r),s=o.length,u=o[s-1],l=u==="*"?"*":Wo(u);if(!mt[l])return;e||(e=Ho());let c=s>1?r0($n,o):[];mt[l]=mt[l].filter(p=>!((n?p.method===n:!0)&&p.scope===e&&F4(p.mods,c)))})};function B4(t,e,n,r){if(e.element!==r)return;let a;if(e.scope===n||e.scope==="all"){a=e.mods.length>0;for(let i in Ut)Object.prototype.hasOwnProperty.call(Ut,i)&&(!Ut[i]&&e.mods.indexOf(+i)>-1||Ut[i]&&e.mods.indexOf(+i)===-1)&&(a=!1);(e.mods.length===0&&!Ut[16]&&!Ut[18]&&!Ut[17]&&!Ut[91]||a||e.shortcut==="*")&&(e.keys=[],e.keys=e.keys.concat(nt),e.method(t,e)===!1&&(t.preventDefault?t.preventDefault():t.returnValue=!1,t.stopPropagation&&t.stopPropagation(),t.cancelBubble&&(t.cancelBubble=!0)))}}function I4(t,e){let n=mt["*"],r=t.keyCode||t.which||t.charCode;if(!_r.filter.call(this,t))return;if((r===93||r===224)&&(r=91),nt.indexOf(r)===-1&&r!==229&&nt.push(r),["ctrlKey","altKey","shiftKey","metaKey"].forEach(i=>{let o=zu[i];t[i]&&nt.indexOf(o)===-1?nt.push(o):!t[i]&&nt.indexOf(o)>-1?nt.splice(nt.indexOf(o),1):i==="metaKey"&&t[i]&&nt.length===3&&(t.ctrlKey||t.shiftKey||t.altKey||(nt=nt.slice(nt.indexOf(o))))}),r in Ut){Ut[r]=!0;for(let i in $n)$n[i]===r&&(_r[i]=!0);if(!n)return}for(let i in Ut)Object.prototype.hasOwnProperty.call(Ut,i)&&(Ut[i]=t[zu[i]]);t.getModifierState&&!(t.altKey&&!t.ctrlKey)&&t.getModifierState("AltGraph")&&(nt.indexOf(17)===-1&&nt.push(17),nt.indexOf(18)===-1&&nt.push(18),Ut[17]=!0,Ut[18]=!0);let a=Ho();if(n)for(let i=0;i-1}function _r(t,e,n){nt=[];let r=a0(t),a=[],i="all",o=document,s=0,u=!1,l=!0,c="+",p=!1,g=!1;for(n===void 0&&typeof e=="function"&&(n=e),Object.prototype.toString.call(e)==="[object Object]"&&(e.scope&&(i=e.scope),e.element&&(o=e.element),e.keyup&&(u=e.keyup),e.keydown!==void 0&&(l=e.keydown),e.capture!==void 0&&(p=e.capture),typeof e.splitKey=="string"&&(c=e.splitKey),e.single===!0&&(g=!0)),typeof e=="string"&&(i=e),g&&N4(t,i);s1&&(a=r0($n,t)),t=t[t.length-1],t=t==="*"?"*":Wo(t),t in mt||(mt[t]=[]),mt[t].push({keyup:u,keydown:l,scope:i,mods:a,shortcut:r[s],method:n,key:r[s],splitKey:c,element:o});typeof o<"u"&&!Vx(o)&&window&&(O4.push(o),jo(o,"keydown",m=>{I4(m,o)},p),M4||(M4=!0,jo(window,"focus",()=>{nt=[]},p),jo(window,"click",()=>{nt=[]},!1)),jo(o,"keyup",m=>{I4(m,o),Gx(m)},p))}function $x(t,e="all"){Object.keys(mt).forEach(n=>{mt[n].filter(a=>a.scope===e&&a.shortcut===t).forEach(a=>{a&&a.method&&a.method()})})}var o0={getPressedKeyString:qx,setScope:z4,getScope:Ho,deleteScope:Kx,getPressedKeyCodes:Ux,getAllKeyCodes:jx,isPressed:Wx,filter:Hx,trigger:$x,unbind:N4,keyMap:xi,modifier:$n,modifierMap:zu};for(let t in o0)Object.prototype.hasOwnProperty.call(o0,t)&&(_r[t]=o0[t]);if(typeof window<"u"){let t=window.hotkeys;_r.noConflict=e=>(e&&window.hotkeys===_r&&(window.hotkeys=t),_r),window.hotkeys=_r}var yn=_r;d();d();var Yx={"Amazon Silk":"amazon_silk","Android Browser":"android",Bada:"bada",BlackBerry:"blackberry",Chrome:"chrome",Chromium:"chromium",Electron:"electron",Epiphany:"epiphany",Firefox:"firefox",Focus:"focus",Generic:"generic","Google Search":"google_search",Googlebot:"googlebot","Internet Explorer":"ie","K-Meleon":"k_meleon",Maxthon:"maxthon","Microsoft Edge":"edge","MZ Browser":"mz","NAVER Whale Browser":"naver",Opera:"opera","Opera Coast":"opera_coast",PhantomJS:"phantomjs",Puffin:"puffin",QupZilla:"qupzilla",QQ:"qq",QQLite:"qqlite",Safari:"safari",Sailfish:"sailfish","Samsung Internet for Android":"samsung_internet",SeaMonkey:"seamonkey",Sleipnir:"sleipnir",Swing:"swing",Tizen:"tizen","UC Browser":"uc",Vivaldi:"vivaldi","WebOS Browser":"webos",WeChat:"wechat","Yandex Browser":"yandex",Roku:"roku"},q4={amazon_silk:"Amazon Silk",android:"Android Browser",bada:"Bada",blackberry:"BlackBerry",chrome:"Chrome",chromium:"Chromium",electron:"Electron",epiphany:"Epiphany",firefox:"Firefox",focus:"Focus",generic:"Generic",googlebot:"Googlebot",google_search:"Google Search",ie:"Internet Explorer",k_meleon:"K-Meleon",maxthon:"Maxthon",edge:"Microsoft Edge",mz:"MZ Browser",naver:"NAVER Whale Browser",opera:"Opera",opera_coast:"Opera Coast",phantomjs:"PhantomJS",puffin:"Puffin",qupzilla:"QupZilla",qq:"QQ Browser",qqlite:"QQ Browser Lite",safari:"Safari",sailfish:"Sailfish",samsung_internet:"Samsung Internet for Android",seamonkey:"SeaMonkey",sleipnir:"Sleipnir",swing:"Swing",tizen:"Tizen",uc:"UC Browser",vivaldi:"Vivaldi",webos:"WebOS Browser",wechat:"WeChat",yandex:"Yandex Browser"},Ct={tablet:"tablet",mobile:"mobile",desktop:"desktop",tv:"tv"},cn={WindowsPhone:"Windows Phone",Windows:"Windows",MacOS:"macOS",iOS:"iOS",Android:"Android",WebOS:"WebOS",BlackBerry:"BlackBerry",Bada:"Bada",Tizen:"Tizen",Linux:"Linux",ChromeOS:"Chrome OS",PlayStation4:"PlayStation 4",Roku:"Roku"},Jr={EdgeHTML:"EdgeHTML",Blink:"Blink",Trident:"Trident",Presto:"Presto",Gecko:"Gecko",WebKit:"WebKit"},G=class{static getFirstMatch(t,e){let n=e.match(t);return n&&n.length>0&&n[1]||""}static getSecondMatch(t,e){let n=e.match(t);return n&&n.length>1&&n[2]||""}static matchAndReturnConst(t,e,n){if(t.test(e))return n}static getWindowsVersionName(t){switch(t){case"NT":return"NT";case"XP":return"XP";case"NT 5.0":return"2000";case"NT 5.1":return"XP";case"NT 5.2":return"2003";case"NT 6.0":return"Vista";case"NT 6.1":return"7";case"NT 6.2":return"8";case"NT 6.3":return"8.1";case"NT 10.0":return"10";default:return}}static getMacOSVersionName(t){let e=t.split(".").splice(0,2).map(n=>parseInt(n,10)||0);if(e.push(0),e[0]===10)switch(e[1]){case 5:return"Leopard";case 6:return"Snow Leopard";case 7:return"Lion";case 8:return"Mountain Lion";case 9:return"Mavericks";case 10:return"Yosemite";case 11:return"El Capitan";case 12:return"Sierra";case 13:return"High Sierra";case 14:return"Mojave";case 15:return"Catalina";default:return}}static getAndroidVersionName(t){let e=t.split(".").splice(0,2).map(n=>parseInt(n,10)||0);if(e.push(0),!(e[0]===1&&e[1]<5)){if(e[0]===1&&e[1]<6)return"Cupcake";if(e[0]===1&&e[1]>=6)return"Donut";if(e[0]===2&&e[1]<2)return"Eclair";if(e[0]===2&&e[1]===2)return"Froyo";if(e[0]===2&&e[1]>2)return"Gingerbread";if(e[0]===3)return"Honeycomb";if(e[0]===4&&e[1]<1)return"Ice Cream Sandwich";if(e[0]===4&&e[1]<4)return"Jelly Bean";if(e[0]===4&&e[1]>=4)return"KitKat";if(e[0]===5)return"Lollipop";if(e[0]===6)return"Marshmallow";if(e[0]===7)return"Nougat";if(e[0]===8)return"Oreo";if(e[0]===9)return"Pie"}}static getVersionPrecision(t){return t.split(".").length}static compareVersions(t,e,n=!1){let r=G.getVersionPrecision(t),a=G.getVersionPrecision(e),i=Math.max(r,a),o=0,s=G.map([t,e],u=>{let l=i-G.getVersionPrecision(u),c=u+new Array(l+1).join(".0");return G.map(c.split("."),p=>new Array(20-p.length).join("0")+p).reverse()});for(n&&(o=i-Math.min(r,a)),i-=1;i>=o;){if(s[0][i]>s[1][i])return 1;if(s[0][i]===s[1][i]){if(i===o)return 0;i-=1}else if(s[0][i]{n[o]=i[o]})}return t}static getBrowserAlias(t){return Yx[t]}static getBrowserTypeByAlias(t){return q4[t]||""}},rt=/version\/(\d+(\.?_?\d+)+)/i,Qx=[{test:[/googlebot/i],describe(t){let e={name:"Googlebot"},n=G.getFirstMatch(/googlebot\/(\d+(\.\d+))/i,t)||G.getFirstMatch(rt,t);return n&&(e.version=n),e}},{test:[/opera/i],describe(t){let e={name:"Opera"},n=G.getFirstMatch(rt,t)||G.getFirstMatch(/(?:opera)[\s/](\d+(\.?_?\d+)+)/i,t);return n&&(e.version=n),e}},{test:[/opr\/|opios/i],describe(t){let e={name:"Opera"},n=G.getFirstMatch(/(?:opr|opios)[\s/](\S+)/i,t)||G.getFirstMatch(rt,t);return n&&(e.version=n),e}},{test:[/SamsungBrowser/i],describe(t){let e={name:"Samsung Internet for Android"},n=G.getFirstMatch(rt,t)||G.getFirstMatch(/(?:SamsungBrowser)[\s/](\d+(\.?_?\d+)+)/i,t);return n&&(e.version=n),e}},{test:[/Whale/i],describe(t){let e={name:"NAVER Whale Browser"},n=G.getFirstMatch(rt,t)||G.getFirstMatch(/(?:whale)[\s/](\d+(?:\.\d+)+)/i,t);return n&&(e.version=n),e}},{test:[/MZBrowser/i],describe(t){let e={name:"MZ Browser"},n=G.getFirstMatch(/(?:MZBrowser)[\s/](\d+(?:\.\d+)+)/i,t)||G.getFirstMatch(rt,t);return n&&(e.version=n),e}},{test:[/focus/i],describe(t){let e={name:"Focus"},n=G.getFirstMatch(/(?:focus)[\s/](\d+(?:\.\d+)+)/i,t)||G.getFirstMatch(rt,t);return n&&(e.version=n),e}},{test:[/swing/i],describe(t){let e={name:"Swing"},n=G.getFirstMatch(/(?:swing)[\s/](\d+(?:\.\d+)+)/i,t)||G.getFirstMatch(rt,t);return n&&(e.version=n),e}},{test:[/coast/i],describe(t){let e={name:"Opera Coast"},n=G.getFirstMatch(rt,t)||G.getFirstMatch(/(?:coast)[\s/](\d+(\.?_?\d+)+)/i,t);return n&&(e.version=n),e}},{test:[/opt\/\d+(?:.?_?\d+)+/i],describe(t){let e={name:"Opera Touch"},n=G.getFirstMatch(/(?:opt)[\s/](\d+(\.?_?\d+)+)/i,t)||G.getFirstMatch(rt,t);return n&&(e.version=n),e}},{test:[/yabrowser/i],describe(t){let e={name:"Yandex Browser"},n=G.getFirstMatch(/(?:yabrowser)[\s/](\d+(\.?_?\d+)+)/i,t)||G.getFirstMatch(rt,t);return n&&(e.version=n),e}},{test:[/ucbrowser/i],describe(t){let e={name:"UC Browser"},n=G.getFirstMatch(rt,t)||G.getFirstMatch(/(?:ucbrowser)[\s/](\d+(\.?_?\d+)+)/i,t);return n&&(e.version=n),e}},{test:[/Maxthon|mxios/i],describe(t){let e={name:"Maxthon"},n=G.getFirstMatch(rt,t)||G.getFirstMatch(/(?:Maxthon|mxios)[\s/](\d+(\.?_?\d+)+)/i,t);return n&&(e.version=n),e}},{test:[/epiphany/i],describe(t){let e={name:"Epiphany"},n=G.getFirstMatch(rt,t)||G.getFirstMatch(/(?:epiphany)[\s/](\d+(\.?_?\d+)+)/i,t);return n&&(e.version=n),e}},{test:[/puffin/i],describe(t){let e={name:"Puffin"},n=G.getFirstMatch(rt,t)||G.getFirstMatch(/(?:puffin)[\s/](\d+(\.?_?\d+)+)/i,t);return n&&(e.version=n),e}},{test:[/sleipnir/i],describe(t){let e={name:"Sleipnir"},n=G.getFirstMatch(rt,t)||G.getFirstMatch(/(?:sleipnir)[\s/](\d+(\.?_?\d+)+)/i,t);return n&&(e.version=n),e}},{test:[/k-meleon/i],describe(t){let e={name:"K-Meleon"},n=G.getFirstMatch(rt,t)||G.getFirstMatch(/(?:k-meleon)[\s/](\d+(\.?_?\d+)+)/i,t);return n&&(e.version=n),e}},{test:[/micromessenger/i],describe(t){let e={name:"WeChat"},n=G.getFirstMatch(/(?:micromessenger)[\s/](\d+(\.?_?\d+)+)/i,t)||G.getFirstMatch(rt,t);return n&&(e.version=n),e}},{test:[/qqbrowser/i],describe(t){let e={name:/qqbrowserlite/i.test(t)?"QQ Browser Lite":"QQ Browser"},n=G.getFirstMatch(/(?:qqbrowserlite|qqbrowser)[/](\d+(\.?_?\d+)+)/i,t)||G.getFirstMatch(rt,t);return n&&(e.version=n),e}},{test:[/msie|trident/i],describe(t){let e={name:"Internet Explorer"},n=G.getFirstMatch(/(?:msie |rv:)(\d+(\.?_?\d+)+)/i,t);return n&&(e.version=n),e}},{test:[/\sedg\//i],describe(t){let e={name:"Microsoft Edge"},n=G.getFirstMatch(/\sedg\/(\d+(\.?_?\d+)+)/i,t);return n&&(e.version=n),e}},{test:[/edg([ea]|ios)/i],describe(t){let e={name:"Microsoft Edge"},n=G.getSecondMatch(/edg([ea]|ios)\/(\d+(\.?_?\d+)+)/i,t);return n&&(e.version=n),e}},{test:[/vivaldi/i],describe(t){let e={name:"Vivaldi"},n=G.getFirstMatch(/vivaldi\/(\d+(\.?_?\d+)+)/i,t);return n&&(e.version=n),e}},{test:[/seamonkey/i],describe(t){let e={name:"SeaMonkey"},n=G.getFirstMatch(/seamonkey\/(\d+(\.?_?\d+)+)/i,t);return n&&(e.version=n),e}},{test:[/sailfish/i],describe(t){let e={name:"Sailfish"},n=G.getFirstMatch(/sailfish\s?browser\/(\d+(\.\d+)?)/i,t);return n&&(e.version=n),e}},{test:[/silk/i],describe(t){let e={name:"Amazon Silk"},n=G.getFirstMatch(/silk\/(\d+(\.?_?\d+)+)/i,t);return n&&(e.version=n),e}},{test:[/phantom/i],describe(t){let e={name:"PhantomJS"},n=G.getFirstMatch(/phantomjs\/(\d+(\.?_?\d+)+)/i,t);return n&&(e.version=n),e}},{test:[/slimerjs/i],describe(t){let e={name:"SlimerJS"},n=G.getFirstMatch(/slimerjs\/(\d+(\.?_?\d+)+)/i,t);return n&&(e.version=n),e}},{test:[/blackberry|\bbb\d+/i,/rim\stablet/i],describe(t){let e={name:"BlackBerry"},n=G.getFirstMatch(rt,t)||G.getFirstMatch(/blackberry[\d]+\/(\d+(\.?_?\d+)+)/i,t);return n&&(e.version=n),e}},{test:[/(web|hpw)[o0]s/i],describe(t){let e={name:"WebOS Browser"},n=G.getFirstMatch(rt,t)||G.getFirstMatch(/w(?:eb)?[o0]sbrowser\/(\d+(\.?_?\d+)+)/i,t);return n&&(e.version=n),e}},{test:[/bada/i],describe(t){let e={name:"Bada"},n=G.getFirstMatch(/dolfin\/(\d+(\.?_?\d+)+)/i,t);return n&&(e.version=n),e}},{test:[/tizen/i],describe(t){let e={name:"Tizen"},n=G.getFirstMatch(/(?:tizen\s?)?browser\/(\d+(\.?_?\d+)+)/i,t)||G.getFirstMatch(rt,t);return n&&(e.version=n),e}},{test:[/qupzilla/i],describe(t){let e={name:"QupZilla"},n=G.getFirstMatch(/(?:qupzilla)[\s/](\d+(\.?_?\d+)+)/i,t)||G.getFirstMatch(rt,t);return n&&(e.version=n),e}},{test:[/firefox|iceweasel|fxios/i],describe(t){let e={name:"Firefox"},n=G.getFirstMatch(/(?:firefox|iceweasel|fxios)[\s/](\d+(\.?_?\d+)+)/i,t);return n&&(e.version=n),e}},{test:[/electron/i],describe(t){let e={name:"Electron"},n=G.getFirstMatch(/(?:electron)\/(\d+(\.?_?\d+)+)/i,t);return n&&(e.version=n),e}},{test:[/MiuiBrowser/i],describe(t){let e={name:"Miui"},n=G.getFirstMatch(/(?:MiuiBrowser)[\s/](\d+(\.?_?\d+)+)/i,t);return n&&(e.version=n),e}},{test:[/chromium/i],describe(t){let e={name:"Chromium"},n=G.getFirstMatch(/(?:chromium)[\s/](\d+(\.?_?\d+)+)/i,t)||G.getFirstMatch(rt,t);return n&&(e.version=n),e}},{test:[/chrome|crios|crmo/i],describe(t){let e={name:"Chrome"},n=G.getFirstMatch(/(?:chrome|crios|crmo)\/(\d+(\.?_?\d+)+)/i,t);return n&&(e.version=n),e}},{test:[/GSA/i],describe(t){let e={name:"Google Search"},n=G.getFirstMatch(/(?:GSA)\/(\d+(\.?_?\d+)+)/i,t);return n&&(e.version=n),e}},{test(t){let e=!t.test(/like android/i),n=t.test(/android/i);return e&&n},describe(t){let e={name:"Android Browser"},n=G.getFirstMatch(rt,t);return n&&(e.version=n),e}},{test:[/playstation 4/i],describe(t){let e={name:"PlayStation 4"},n=G.getFirstMatch(rt,t);return n&&(e.version=n),e}},{test:[/safari|applewebkit/i],describe(t){let e={name:"Safari"},n=G.getFirstMatch(rt,t);return n&&(e.version=n),e}},{test:[/.*/i],describe(t){let e=/^(.*)\/(.*) /,n=/^(.*)\/(.*)[ \t]\((.*)/,r=t.search("\\(")!==-1?n:e;return{name:G.getFirstMatch(r,t),version:G.getSecondMatch(r,t)}}}],Zx=Qx,Jx=[{test:[/Roku\/DVP/],describe(t){let e=G.getFirstMatch(/Roku\/DVP-(\d+\.\d+)/i,t);return{name:cn.Roku,version:e}}},{test:[/windows phone/i],describe(t){let e=G.getFirstMatch(/windows phone (?:os)?\s?(\d+(\.\d+)*)/i,t);return{name:cn.WindowsPhone,version:e}}},{test:[/windows /i],describe(t){let e=G.getFirstMatch(/Windows ((NT|XP)( \d\d?.\d)?)/i,t),n=G.getWindowsVersionName(e);return{name:cn.Windows,version:e,versionName:n}}},{test:[/Macintosh(.*?) FxiOS(.*?)\//],describe(t){let e={name:cn.iOS},n=G.getSecondMatch(/(Version\/)(\d[\d.]+)/,t);return n&&(e.version=n),e}},{test:[/macintosh/i],describe(t){let e=G.getFirstMatch(/mac os x (\d+(\.?_?\d+)+)/i,t).replace(/[_\s]/g,"."),n=G.getMacOSVersionName(e),r={name:cn.MacOS,version:e};return n&&(r.versionName=n),r}},{test:[/(ipod|iphone|ipad)/i],describe(t){let e=G.getFirstMatch(/os (\d+([_\s]\d+)*) like mac os x/i,t).replace(/[_\s]/g,".");return{name:cn.iOS,version:e}}},{test(t){let e=!t.test(/like android/i),n=t.test(/android/i);return e&&n},describe(t){let e=G.getFirstMatch(/android[\s/-](\d+(\.\d+)*)/i,t),n=G.getAndroidVersionName(e),r={name:cn.Android,version:e};return n&&(r.versionName=n),r}},{test:[/(web|hpw)[o0]s/i],describe(t){let e=G.getFirstMatch(/(?:web|hpw)[o0]s\/(\d+(\.\d+)*)/i,t),n={name:cn.WebOS};return e&&e.length&&(n.version=e),n}},{test:[/blackberry|\bbb\d+/i,/rim\stablet/i],describe(t){let e=G.getFirstMatch(/rim\stablet\sos\s(\d+(\.\d+)*)/i,t)||G.getFirstMatch(/blackberry\d+\/(\d+([_\s]\d+)*)/i,t)||G.getFirstMatch(/\bbb(\d+)/i,t);return{name:cn.BlackBerry,version:e}}},{test:[/bada/i],describe(t){let e=G.getFirstMatch(/bada\/(\d+(\.\d+)*)/i,t);return{name:cn.Bada,version:e}}},{test:[/tizen/i],describe(t){let e=G.getFirstMatch(/tizen[/\s](\d+(\.\d+)*)/i,t);return{name:cn.Tizen,version:e}}},{test:[/linux/i],describe(){return{name:cn.Linux}}},{test:[/CrOS/],describe(){return{name:cn.ChromeOS}}},{test:[/PlayStation 4/],describe(t){let e=G.getFirstMatch(/PlayStation 4[/\s](\d+(\.\d+)*)/i,t);return{name:cn.PlayStation4,version:e}}}],Xx=[{test:[/googlebot/i],describe(){return{type:"bot",vendor:"Google"}}},{test:[/huawei/i],describe(t){let e=G.getFirstMatch(/(can-l01)/i,t)&&"Nova",n={type:Ct.mobile,vendor:"Huawei"};return e&&(n.model=e),n}},{test:[/nexus\s*(?:7|8|9|10).*/i],describe(){return{type:Ct.tablet,vendor:"Nexus"}}},{test:[/ipad/i],describe(){return{type:Ct.tablet,vendor:"Apple",model:"iPad"}}},{test:[/Macintosh(.*?) FxiOS(.*?)\//],describe(){return{type:Ct.tablet,vendor:"Apple",model:"iPad"}}},{test:[/kftt build/i],describe(){return{type:Ct.tablet,vendor:"Amazon",model:"Kindle Fire HD 7"}}},{test:[/silk/i],describe(){return{type:Ct.tablet,vendor:"Amazon"}}},{test:[/tablet(?! pc)/i],describe(){return{type:Ct.tablet}}},{test(t){let e=t.test(/ipod|iphone/i),n=t.test(/like (ipod|iphone)/i);return e&&!n},describe(t){let e=G.getFirstMatch(/(ipod|iphone)/i,t);return{type:Ct.mobile,vendor:"Apple",model:e}}},{test:[/nexus\s*[0-6].*/i,/galaxy nexus/i],describe(){return{type:Ct.mobile,vendor:"Nexus"}}},{test:[/[^-]mobi/i],describe(){return{type:Ct.mobile}}},{test(t){return t.getBrowserName(!0)==="blackberry"},describe(){return{type:Ct.mobile,vendor:"BlackBerry"}}},{test(t){return t.getBrowserName(!0)==="bada"},describe(){return{type:Ct.mobile}}},{test(t){return t.getBrowserName()==="windows phone"},describe(){return{type:Ct.mobile,vendor:"Microsoft"}}},{test(t){let e=Number(String(t.getOSVersion()).split(".")[0]);return t.getOSName(!0)==="android"&&e>=3},describe(){return{type:Ct.tablet}}},{test(t){return t.getOSName(!0)==="android"},describe(){return{type:Ct.mobile}}},{test(t){return t.getOSName(!0)==="macos"},describe(){return{type:Ct.desktop,vendor:"Apple"}}},{test(t){return t.getOSName(!0)==="windows"},describe(){return{type:Ct.desktop}}},{test(t){return t.getOSName(!0)==="linux"},describe(){return{type:Ct.desktop}}},{test(t){return t.getOSName(!0)==="playstation 4"},describe(){return{type:Ct.tv}}},{test(t){return t.getOSName(!0)==="roku"},describe(){return{type:Ct.tv}}}],eE=[{test(t){return t.getBrowserName(!0)==="microsoft edge"},describe(t){if(/\sedg\//i.test(t))return{name:Jr.Blink};let e=G.getFirstMatch(/edge\/(\d+(\.?_?\d+)+)/i,t);return{name:Jr.EdgeHTML,version:e}}},{test:[/trident/i],describe(t){let e={name:Jr.Trident},n=G.getFirstMatch(/trident\/(\d+(\.?_?\d+)+)/i,t);return n&&(e.version=n),e}},{test(t){return t.test(/presto/i)},describe(t){let e={name:Jr.Presto},n=G.getFirstMatch(/presto\/(\d+(\.?_?\d+)+)/i,t);return n&&(e.version=n),e}},{test(t){let e=t.test(/gecko/i),n=t.test(/like gecko/i);return e&&!n},describe(t){let e={name:Jr.Gecko},n=G.getFirstMatch(/gecko\/(\d+(\.?_?\d+)+)/i,t);return n&&(e.version=n),e}},{test:[/(apple)?webkit\/537\.36/i],describe(){return{name:Jr.Blink}}},{test:[/(apple)?webkit/i],describe(t){let e={name:Jr.WebKit},n=G.getFirstMatch(/webkit\/(\d+(\.?_?\d+)+)/i,t);return n&&(e.version=n),e}}],tE=class{constructor(t,e=!1){if(t==null||t==="")throw new Error("UserAgent parameter can't be empty");this._ua=t,this.parsedResult={},e!==!0&&this.parse()}getUA(){return this._ua}test(t){return t.test(this._ua)}parseBrowser(){this.parsedResult.browser={};let t=G.find(Zx,e=>{if(typeof e.test=="function")return e.test(this);if(e.test instanceof Array)return e.test.some(n=>this.test(n));throw new Error("Browser's test function is not valid")});return t&&(this.parsedResult.browser=t.describe(this.getUA())),this.parsedResult.browser}getBrowser(){return this.parsedResult.browser?this.parsedResult.browser:this.parseBrowser()}getBrowserName(t){return t?String(this.getBrowser().name).toLowerCase()||"":this.getBrowser().name||""}getBrowserVersion(){return this.getBrowser().version}getOS(){return this.parsedResult.os?this.parsedResult.os:this.parseOS()}parseOS(){this.parsedResult.os={};let t=G.find(Jx,e=>{if(typeof e.test=="function")return e.test(this);if(e.test instanceof Array)return e.test.some(n=>this.test(n));throw new Error("Browser's test function is not valid")});return t&&(this.parsedResult.os=t.describe(this.getUA())),this.parsedResult.os}getOSName(t){let{name:e}=this.getOS();return t?String(e).toLowerCase()||"":e||""}getOSVersion(){return this.getOS().version}getPlatform(){return this.parsedResult.platform?this.parsedResult.platform:this.parsePlatform()}getPlatformType(t=!1){let{type:e}=this.getPlatform();return t?String(e).toLowerCase()||"":e||""}parsePlatform(){this.parsedResult.platform={};let t=G.find(Xx,e=>{if(typeof e.test=="function")return e.test(this);if(e.test instanceof Array)return e.test.some(n=>this.test(n));throw new Error("Browser's test function is not valid")});return t&&(this.parsedResult.platform=t.describe(this.getUA())),this.parsedResult.platform}getEngine(){return this.parsedResult.engine?this.parsedResult.engine:this.parseEngine()}getEngineName(t){return t?String(this.getEngine().name).toLowerCase()||"":this.getEngine().name||""}parseEngine(){this.parsedResult.engine={};let t=G.find(eE,e=>{if(typeof e.test=="function")return e.test(this);if(e.test instanceof Array)return e.test.some(n=>this.test(n));throw new Error("Browser's test function is not valid")});return t&&(this.parsedResult.engine=t.describe(this.getUA())),this.parsedResult.engine}parse(){return this.parseBrowser(),this.parseOS(),this.parsePlatform(),this.parseEngine(),this}getResult(){return G.assign({},this.parsedResult)}satisfies(t){let e={},n=0,r={},a=0;if(Object.keys(t).forEach(i=>{let o=t[i];typeof o=="string"?(r[i]=o,a+=1):typeof o=="object"&&(e[i]=o,n+=1)}),n>0){let i=Object.keys(e),o=G.find(i,u=>this.isOS(u));if(o){let u=this.satisfies(e[o]);if(u!==void 0)return u}let s=G.find(i,u=>this.isPlatform(u));if(s){let u=this.satisfies(e[s]);if(u!==void 0)return u}}if(a>0){let i=Object.keys(r),o=G.find(i,s=>this.isBrowser(s,!0));if(o!==void 0)return this.compareVersion(r[o])}}isBrowser(t,e=!1){let n=this.getBrowserName().toLowerCase(),r=t.toLowerCase(),a=G.getBrowserTypeByAlias(r);return e&&a&&(r=a.toLowerCase()),r===n}compareVersion(t){let e=[0],n=t,r=!1,a=this.getBrowserVersion();if(typeof a=="string")return t[0]===">"||t[0]==="<"?(n=t.substr(1),t[1]==="="?(r=!0,n=t.substr(2)):e=[],t[0]===">"?e.push(1):e.push(-1)):t[0]==="="?n=t.substr(1):t[0]==="~"&&(r=!0,n=t.substr(1)),e.indexOf(G.compareVersions(a,n,r))>-1}isOS(t){return this.getOSName(!0)===String(t).toLowerCase()}isPlatform(t){return this.getPlatformType(!0)===String(t).toLowerCase()}isEngine(t){return this.getEngineName(!0)===String(t).toLowerCase()}is(t,e=!1){return this.isBrowser(t,e)||this.isOS(t)||this.isPlatform(t)}some(t=[]){return t.some(e=>this.is(e))}},U4=tE,nE=class{static getParser(t,e=!1){if(typeof t!="string")throw new Error("UserAgent should be a string");return new U4(t,e)}static parse(t){return new U4(t).getResult()}static get BROWSER_MAP(){return q4}static get ENGINE_MAP(){return Jr}static get OS_MAP(){return cn}static get PLATFORMS_MAP(){return Ct}},Ei=nE;d();d();var{entries:Y4,setPrototypeOf:j4,isFrozen:rE,getPrototypeOf:aE,getOwnPropertyDescriptor:iE}=Object,{freeze:dn,seal:Qn,create:oE}=Object,{apply:p0,construct:g0}=typeof Reflect<"u"&&Reflect;p0||(p0=function(t,e,n){return t.apply(e,n)});dn||(dn=function(t){return t});Qn||(Qn=function(t){return t});g0||(g0=function(t,e){return new t(...e)});var sE=Rn(Array.prototype.forEach),H4=Rn(Array.prototype.pop),Ko=Rn(Array.prototype.push),qu=Rn(String.prototype.toLowerCase),s0=Rn(String.prototype.toString),uE=Rn(String.prototype.match),Yn=Rn(String.prototype.replace),lE=Rn(String.prototype.indexOf),cE=Rn(String.prototype.trim),Dn=Rn(RegExp.prototype.test),Go=dE(TypeError);function Rn(t){return function(e){for(var n=arguments.length,r=new Array(n>1?n-1:0),a=1;a/gm),hE=Qn(/\${[\w\W]*}/gm),bE=Qn(/^data-[\-\w.\u00B7-\uFFFF]/),TE=Qn(/^aria-[\-\w]+$/),Q4=Qn(/^(?:(?:(?:f|ht)tps?|mailto|tel|callto|sms|cid|xmpp):|[^a-z]|[a-z+.\-]+(?:[^a-z+.\-:]|$))/i),yE=Qn(/^(?:\w+script|data):/i),vE=Qn(/[\u0000-\u0020\u00A0\u1680\u180E\u2000-\u2029\u205F\u3000]/g),Z4=Qn(/^html$/i),$4=Object.freeze({__proto__:null,MUSTACHE_EXPR:mE,ERB_EXPR:fE,TMPLIT_EXPR:hE,DATA_ATTR:bE,ARIA_ATTR:TE,IS_ALLOWED_URI:Q4,IS_SCRIPT_OR_DATA:yE,ATTR_WHITESPACE:vE,DOCTYPE_NAME:Z4}),SE=()=>typeof window>"u"?null:window,xE=function(t,e){if(typeof t!="object"||typeof t.createPolicy!="function")return null;let n=null,r="data-tt-policy-suffix";e&&e.hasAttribute(r)&&(n=e.getAttribute(r));let a="dompurify"+(n?"#"+n:"");try{return t.createPolicy(a,{createHTML(i){return i},createScriptURL(i){return i}})}catch{return null}};function J4(){let t=arguments.length>0&&arguments[0]!==void 0?arguments[0]:SE(),e=R=>J4(R);if(e.version="3.0.3",e.removed=[],!t||!t.document||t.document.nodeType!==9)return e.isSupported=!1,e;let n=t.document,r=n.currentScript,{document:a}=t,{DocumentFragment:i,HTMLTemplateElement:o,Node:s,Element:u,NodeFilter:l,NamedNodeMap:c=t.NamedNodeMap||t.MozNamedAttrMap,HTMLFormElement:p,DOMParser:g,trustedTypes:m}=t,f=u.prototype,T=Nu(f,"cloneNode"),b=Nu(f,"nextSibling"),h=Nu(f,"childNodes"),C=Nu(f,"parentNode");if(typeof o=="function"){let R=a.createElement("template");R.content&&R.content.ownerDocument&&(a=R.content.ownerDocument)}let D,M="",{implementation:B,createNodeIterator:S,createDocumentFragment:y,getElementsByTagName:_}=a,{importNode:k}=n,v={};e.isSupported=typeof Y4=="function"&&typeof C=="function"&&B&&B.createHTMLDocument!==void 0;let{MUSTACHE_EXPR:I,ERB_EXPR:F,TMPLIT_EXPR:L,DATA_ATTR:U,ARIA_ATTR:N,IS_SCRIPT_OR_DATA:q,ATTR_WHITESPACE:A}=$4,{IS_ALLOWED_URI:E}=$4,P=null,O=Oe({},[...W4,...u0,...l0,...c0,...K4]),H=null,j=Oe({},[...G4,...d0,...V4,...Uu]),W=Object.seal(Object.create(null,{tagNameCheck:{writable:!0,configurable:!1,enumerable:!0,value:null},attributeNameCheck:{writable:!0,configurable:!1,enumerable:!0,value:null},allowCustomizedBuiltInElements:{writable:!0,configurable:!1,enumerable:!0,value:!1}})),V=null,se=null,X=!0,Z=!0,ue=!1,ge=!0,te=!1,Y=!1,Te=!1,ae=!1,ie=!1,Ee=!1,ze=!1,_e=!0,ce=!1,pt="user-content-",Pt=!0,ht=!1,St={},on=null,Mn=Oe({},["annotation-xml","audio","colgroup","desc","foreignobject","head","iframe","math","mi","mn","mo","ms","mtext","noembed","noframes","noscript","plaintext","script","style","svg","template","thead","title","video","xmp"]),Ao=null,sr=Oe({},["audio","video","img","source","image","track"]),Fa=null,pi=Oe({},["alt","class","for","id","label","name","pattern","placeholder","role","summary","title","value","style","xmlns"]),$t="http://www.w3.org/1998/Math/MathML",Hn="http://www.w3.org/2000/svg",Yt="http://www.w3.org/1999/xhtml",En=Yt,vr=!1,Sr=null,Ma=Oe({},[$t,Hn,Yt],s0),sn,xr=["application/xhtml+xml","text/html"],gt="text/html",Ze,Cn=null,V9=a.createElement("form"),sf=function(R){return R instanceof RegExp||R instanceof Function},ld=function(R){if(!(Cn&&Cn===R)){if((!R||typeof R!="object")&&(R={}),R=Ci(R),sn=xr.indexOf(R.PARSER_MEDIA_TYPE)===-1?sn=gt:sn=R.PARSER_MEDIA_TYPE,Ze=sn==="application/xhtml+xml"?s0:qu,P="ALLOWED_TAGS"in R?Oe({},R.ALLOWED_TAGS,Ze):O,H="ALLOWED_ATTR"in R?Oe({},R.ALLOWED_ATTR,Ze):j,Sr="ALLOWED_NAMESPACES"in R?Oe({},R.ALLOWED_NAMESPACES,s0):Ma,Fa="ADD_URI_SAFE_ATTR"in R?Oe(Ci(pi),R.ADD_URI_SAFE_ATTR,Ze):pi,Ao="ADD_DATA_URI_TAGS"in R?Oe(Ci(sr),R.ADD_DATA_URI_TAGS,Ze):sr,on="FORBID_CONTENTS"in R?Oe({},R.FORBID_CONTENTS,Ze):Mn,V="FORBID_TAGS"in R?Oe({},R.FORBID_TAGS,Ze):{},se="FORBID_ATTR"in R?Oe({},R.FORBID_ATTR,Ze):{},St="USE_PROFILES"in R?R.USE_PROFILES:!1,X=R.ALLOW_ARIA_ATTR!==!1,Z=R.ALLOW_DATA_ATTR!==!1,ue=R.ALLOW_UNKNOWN_PROTOCOLS||!1,ge=R.ALLOW_SELF_CLOSE_IN_ATTR!==!1,te=R.SAFE_FOR_TEMPLATES||!1,Y=R.WHOLE_DOCUMENT||!1,ie=R.RETURN_DOM||!1,Ee=R.RETURN_DOM_FRAGMENT||!1,ze=R.RETURN_TRUSTED_TYPE||!1,ae=R.FORCE_BODY||!1,_e=R.SANITIZE_DOM!==!1,ce=R.SANITIZE_NAMED_PROPS||!1,Pt=R.KEEP_CONTENT!==!1,ht=R.IN_PLACE||!1,E=R.ALLOWED_URI_REGEXP||Q4,En=R.NAMESPACE||Yt,W=R.CUSTOM_ELEMENT_HANDLING||{},R.CUSTOM_ELEMENT_HANDLING&&sf(R.CUSTOM_ELEMENT_HANDLING.tagNameCheck)&&(W.tagNameCheck=R.CUSTOM_ELEMENT_HANDLING.tagNameCheck),R.CUSTOM_ELEMENT_HANDLING&&sf(R.CUSTOM_ELEMENT_HANDLING.attributeNameCheck)&&(W.attributeNameCheck=R.CUSTOM_ELEMENT_HANDLING.attributeNameCheck),R.CUSTOM_ELEMENT_HANDLING&&typeof R.CUSTOM_ELEMENT_HANDLING.allowCustomizedBuiltInElements=="boolean"&&(W.allowCustomizedBuiltInElements=R.CUSTOM_ELEMENT_HANDLING.allowCustomizedBuiltInElements),te&&(Z=!1),Ee&&(ie=!0),St&&(P=Oe({},[...K4]),H=[],St.html===!0&&(Oe(P,W4),Oe(H,G4)),St.svg===!0&&(Oe(P,u0),Oe(H,d0),Oe(H,Uu)),St.svgFilters===!0&&(Oe(P,l0),Oe(H,d0),Oe(H,Uu)),St.mathMl===!0&&(Oe(P,c0),Oe(H,V4),Oe(H,Uu))),R.ADD_TAGS&&(P===O&&(P=Ci(P)),Oe(P,R.ADD_TAGS,Ze)),R.ADD_ATTR&&(H===j&&(H=Ci(H)),Oe(H,R.ADD_ATTR,Ze)),R.ADD_URI_SAFE_ATTR&&Oe(Fa,R.ADD_URI_SAFE_ATTR,Ze),R.FORBID_CONTENTS&&(on===Mn&&(on=Ci(on)),Oe(on,R.FORBID_CONTENTS,Ze)),Pt&&(P["#text"]=!0),Y&&Oe(P,["html","head","body"]),P.table&&(Oe(P,["tbody"]),delete V.tbody),R.TRUSTED_TYPES_POLICY){if(typeof R.TRUSTED_TYPES_POLICY.createHTML!="function")throw Go('TRUSTED_TYPES_POLICY configuration option must provide a "createHTML" hook.');if(typeof R.TRUSTED_TYPES_POLICY.createScriptURL!="function")throw Go('TRUSTED_TYPES_POLICY configuration option must provide a "createScriptURL" hook.');D=R.TRUSTED_TYPES_POLICY,M=D.createHTML("")}else D===void 0&&(D=xE(m,r)),D!==null&&typeof M=="string"&&(M=D.createHTML(""));dn&&dn(R),Cn=R}},uf=Oe({},["mi","mo","mn","ms","mtext"]),lf=Oe({},["foreignobject","desc","title","annotation-xml"]),$9=Oe({},["title","style","font","a","script"]),Xs=Oe({},u0);Oe(Xs,l0),Oe(Xs,pE);let cd=Oe({},c0);Oe(cd,gE);let Y9=function(R){let le=C(R);(!le||!le.tagName)&&(le={namespaceURI:En,tagName:"template"});let J=qu(R.tagName),Ge=qu(le.tagName);return Sr[R.namespaceURI]?R.namespaceURI===Hn?le.namespaceURI===Yt?J==="svg":le.namespaceURI===$t?J==="svg"&&(Ge==="annotation-xml"||uf[Ge]):!!Xs[J]:R.namespaceURI===$t?le.namespaceURI===Yt?J==="math":le.namespaceURI===Hn?J==="math"&&lf[Ge]:!!cd[J]:R.namespaceURI===Yt?le.namespaceURI===Hn&&!lf[Ge]||le.namespaceURI===$t&&!uf[Ge]?!1:!cd[J]&&($9[J]||!Xs[J]):!!(sn==="application/xhtml+xml"&&Sr[R.namespaceURI]):!1},gi=function(R){Ko(e.removed,{element:R});try{R.parentNode.removeChild(R)}catch{R.remove()}},dd=function(R,le){try{Ko(e.removed,{attribute:le.getAttributeNode(R),from:le})}catch{Ko(e.removed,{attribute:null,from:le})}if(le.removeAttribute(R),R==="is"&&!H[R])if(ie||Ee)try{gi(le)}catch{}else try{le.setAttribute(R,"")}catch{}},cf=function(R){let le,J;if(ae)R=""+R;else{let un=uE(R,/^[\r\n\t ]+/);J=un&&un[0]}sn==="application/xhtml+xml"&&En===Yt&&(R=''+R+"");let Ge=D?D.createHTML(R):R;if(En===Yt)try{le=new g().parseFromString(Ge,sn)}catch{}if(!le||!le.documentElement){le=B.createDocument(En,"template",null);try{le.documentElement.innerHTML=vr?M:Ge}catch{}}let Lt=le.body||le.documentElement;return R&&J&&Lt.insertBefore(a.createTextNode(J),Lt.childNodes[0]||null),En===Yt?_.call(le,Y?"html":"body")[0]:Y?le.documentElement:Lt},df=function(R){return S.call(R.ownerDocument||R,R,l.SHOW_ELEMENT|l.SHOW_COMMENT|l.SHOW_TEXT,null,!1)},Q9=function(R){return R instanceof p&&(typeof R.nodeName!="string"||typeof R.textContent!="string"||typeof R.removeChild!="function"||!(R.attributes instanceof c)||typeof R.removeAttribute!="function"||typeof R.setAttribute!="function"||typeof R.namespaceURI!="string"||typeof R.insertBefore!="function"||typeof R.hasChildNodes!="function")},eu=function(R){return typeof s=="object"?R instanceof s:R&&typeof R=="object"&&typeof R.nodeType=="number"&&typeof R.nodeName=="string"},Er=function(R,le,J){v[R]&&sE(v[R],Ge=>{Ge.call(e,le,J,Cn)})},pf=function(R){let le;if(Er("beforeSanitizeElements",R,null),Q9(R))return gi(R),!0;let J=Ze(R.nodeName);if(Er("uponSanitizeElement",R,{tagName:J,allowedTags:P}),R.hasChildNodes()&&!eu(R.firstElementChild)&&(!eu(R.content)||!eu(R.content.firstElementChild))&&Dn(/<[/\w]/g,R.innerHTML)&&Dn(/<[/\w]/g,R.textContent))return gi(R),!0;if(!P[J]||V[J]){if(!V[J]&&mf(J)&&(W.tagNameCheck instanceof RegExp&&Dn(W.tagNameCheck,J)||W.tagNameCheck instanceof Function&&W.tagNameCheck(J)))return!1;if(Pt&&!on[J]){let Ge=C(R)||R.parentNode,Lt=h(R)||R.childNodes;if(Lt&&Ge){let un=Lt.length;for(let bn=un-1;bn>=0;--bn)Ge.insertBefore(T(Lt[bn],!0),b(R))}}return gi(R),!0}return R instanceof u&&!Y9(R)||(J==="noscript"||J==="noembed")&&Dn(/<\/no(script|embed)/i,R.innerHTML)?(gi(R),!0):(te&&R.nodeType===3&&(le=R.textContent,le=Yn(le,I," "),le=Yn(le,F," "),le=Yn(le,L," "),R.textContent!==le&&(Ko(e.removed,{element:R.cloneNode()}),R.textContent=le)),Er("afterSanitizeElements",R,null),!1)},gf=function(R,le,J){if(_e&&(le==="id"||le==="name")&&(J in a||J in V9))return!1;if(!(Z&&!se[le]&&Dn(U,le))&&!(X&&Dn(N,le))){if(!H[le]||se[le]){if(!(mf(R)&&(W.tagNameCheck instanceof RegExp&&Dn(W.tagNameCheck,R)||W.tagNameCheck instanceof Function&&W.tagNameCheck(R))&&(W.attributeNameCheck instanceof RegExp&&Dn(W.attributeNameCheck,le)||W.attributeNameCheck instanceof Function&&W.attributeNameCheck(le))||le==="is"&&W.allowCustomizedBuiltInElements&&(W.tagNameCheck instanceof RegExp&&Dn(W.tagNameCheck,J)||W.tagNameCheck instanceof Function&&W.tagNameCheck(J))))return!1}else if(!Fa[le]&&!Dn(E,Yn(J,A,""))&&!((le==="src"||le==="xlink:href"||le==="href")&&R!=="script"&&lE(J,"data:")===0&&Ao[R])&&!(ue&&!Dn(q,Yn(J,A,"")))&&J)return!1}return!0},mf=function(R){return R.indexOf("-")>0},ff=function(R){let le,J,Ge,Lt;Er("beforeSanitizeAttributes",R,null);let{attributes:un}=R;if(!un)return;let bn={attrName:"",attrValue:"",keepAttr:!0,allowedAttributes:H};for(Lt=un.length;Lt--;){le=un[Lt];let{name:Rt,namespaceURI:mi}=le;if(J=Rt==="value"?le.value:cE(le.value),Ge=Ze(Rt),bn.attrName=Ge,bn.attrValue=J,bn.keepAttr=!0,bn.forceKeepAttr=void 0,Er("uponSanitizeAttribute",R,bn),J=bn.attrValue,bn.forceKeepAttr||(dd(Rt,R),!bn.keepAttr))continue;if(!ge&&Dn(/\/>/i,J)){dd(Rt,R);continue}te&&(J=Yn(J,I," "),J=Yn(J,F," "),J=Yn(J,L," "));let hf=Ze(R.nodeName);if(gf(hf,Ge,J)){if(ce&&(Ge==="id"||Ge==="name")&&(dd(Rt,R),J=pt+J),D&&typeof m=="object"&&typeof m.getAttributeType=="function"&&!mi)switch(m.getAttributeType(hf,Ge)){case"TrustedHTML":{J=D.createHTML(J);break}case"TrustedScriptURL":{J=D.createScriptURL(J);break}}try{mi?R.setAttributeNS(mi,Rt,J):R.setAttribute(Rt,J),H4(e.removed)}catch{}}}Er("afterSanitizeAttributes",R,null)},Z9=function R(le){let J,Ge=df(le);for(Er("beforeSanitizeShadowDOM",le,null);J=Ge.nextNode();)Er("uponSanitizeShadowNode",J,null),!pf(J)&&(J.content instanceof i&&R(J.content),ff(J));Er("afterSanitizeShadowDOM",le,null)};return e.sanitize=function(R){let le=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{},J,Ge,Lt,un;if(vr=!R,vr&&(R=""),typeof R!="string"&&!eu(R))if(typeof R.toString=="function"){if(R=R.toString(),typeof R!="string")throw Go("dirty is not a string, aborting")}else throw Go("toString is not a function");if(!e.isSupported)return R;if(Te||ld(le),e.removed=[],typeof R=="string"&&(ht=!1),ht){if(R.nodeName){let mi=Ze(R.nodeName);if(!P[mi]||V[mi])throw Go("root node is forbidden and cannot be sanitized in-place")}}else if(R instanceof s)J=cf(""),Ge=J.ownerDocument.importNode(R,!0),Ge.nodeType===1&&Ge.nodeName==="BODY"||Ge.nodeName==="HTML"?J=Ge:J.appendChild(Ge);else{if(!ie&&!te&&!Y&&R.indexOf("<")===-1)return D&&ze?D.createHTML(R):R;if(J=cf(R),!J)return ie?null:ze?M:""}J&&ae&&gi(J.firstChild);let bn=df(ht?R:J);for(;Lt=bn.nextNode();)pf(Lt)||(Lt.content instanceof i&&Z9(Lt.content),ff(Lt));if(ht)return R;if(ie){if(Ee)for(un=y.call(J.ownerDocument);J.firstChild;)un.appendChild(J.firstChild);else un=J;return(H.shadowroot||H.shadowrootmod)&&(un=k.call(n,un,!0)),un}let Rt=Y?J.outerHTML:J.innerHTML;return Y&&P["!doctype"]&&J.ownerDocument&&J.ownerDocument.doctype&&J.ownerDocument.doctype.name&&Dn(Z4,J.ownerDocument.doctype.name)&&(Rt=" -`+Rt),te&&(Rt=Yn(Rt,I," "),Rt=Yn(Rt,F," "),Rt=Yn(Rt,L," ")),D&&ze?D.createHTML(Rt):Rt},e.setConfig=function(R){ld(R),Te=!0},e.clearConfig=function(){Cn=null,Te=!1},e.isValidAttribute=function(R,le,J){Cn||ld({});let Ge=Ze(R),Lt=Ze(le);return gf(Ge,Lt,J)},e.addHook=function(R,le){typeof le=="function"&&(v[R]=v[R]||[],Ko(v[R],le))},e.removeHook=function(R){if(v[R])return H4(v[R])},e.removeHooks=function(R){v[R]&&(v[R]=[])},e.removeAllHooks=function(){v={}},e}var at=J4();d();d();var EE=Object.create,f0=Object.defineProperty,CE=Object.getOwnPropertyDescriptor,wE=Object.getOwnPropertyNames,DE=Object.getPrototypeOf,AE=Object.prototype.hasOwnProperty,h0=(t,e)=>()=>(e||t((e={exports:{}}).exports,e),e.exports),kE=(t,e)=>{for(var n in e)f0(t,n,{get:e[n],enumerable:!0})},m0=(t,e,n,r)=>{if(e&&typeof e=="object"||typeof e=="function")for(let a of wE(e))!AE.call(t,a)&&a!==n&&f0(t,a,{get:()=>e[a],enumerable:!(r=CE(e,a))||r.enumerable});return t},PE=(t,e,n)=>(m0(t,e,"default"),n&&m0(n,e,"default")),eb=(t,e,n)=>(n=t!=null?EE(DE(t)):{},m0(e||!t||!t.__esModule?f0(n,"default",{value:t,enumerable:!0}):n,t)),LE=h0((t,e)=>{function n(r,a){if(a&&a.documentElement)r=a,a=arguments[2];else if(!r||!r.documentElement)throw new Error("First argument to Readability constructor should be a document object.");if(a=a||{},this._doc=r,this._docJSDOMParser=this._doc.firstChild.__JSDOMParser__,this._articleTitle=null,this._articleByline=null,this._articleDir=null,this._articleSiteName=null,this._attempts=[],this._debug=!!a.debug,this._maxElemsToParse=a.maxElemsToParse||this.DEFAULT_MAX_ELEMS_TO_PARSE,this._nbTopCandidates=a.nbTopCandidates||this.DEFAULT_N_TOP_CANDIDATES,this._charThreshold=a.charThreshold||this.DEFAULT_CHAR_THRESHOLD,this._classesToPreserve=this.CLASSES_TO_PRESERVE.concat(a.classesToPreserve||[]),this._keepClasses=!!a.keepClasses,this._serializer=a.serializer||function(i){return i.innerHTML},this._disableJSONLD=!!a.disableJSONLD,this._allowedVideoRegex=a.allowedVideoRegex||this.REGEXPS.videos,this._flags=this.FLAG_STRIP_UNLIKELYS|this.FLAG_WEIGHT_CLASSES|this.FLAG_CLEAN_CONDITIONALLY,this._debug){let i=function(o){if(o.nodeType==o.TEXT_NODE)return`${o.nodeName} ("${o.textContent}")`;let s=Array.from(o.attributes||[],function(u){return`${u.name}="${u.value}"`}).join(" ");return`<${o.localName} ${s}>`};this.log=function(){if(typeof console<"u")Array.from(arguments,u=>u&&u.nodeType==this.ELEMENT_NODE?i(u):u).unshift("Reader: (Readability)");else if(typeof dump<"u"){var o=Array.prototype.map.call(arguments,function(s){return s&&s.nodeName?i(s):s}).join(" ");dump("Reader: (Readability) "+o+` -`)}}}else this.log=function(){}}n.prototype={FLAG_STRIP_UNLIKELYS:1,FLAG_WEIGHT_CLASSES:2,FLAG_CLEAN_CONDITIONALLY:4,ELEMENT_NODE:1,TEXT_NODE:3,DEFAULT_MAX_ELEMS_TO_PARSE:0,DEFAULT_N_TOP_CANDIDATES:5,DEFAULT_TAGS_TO_SCORE:"section,h2,h3,h4,h5,h6,p,td,pre".toUpperCase().split(","),DEFAULT_CHAR_THRESHOLD:500,REGEXPS:{unlikelyCandidates:/-ad-|ai2html|banner|breadcrumbs|combx|comment|community|cover-wrap|disqus|extra|footer|gdpr|header|legends|menu|related|remark|replies|rss|shoutbox|sidebar|skyscraper|social|sponsor|supplemental|ad-break|agegate|pagination|pager|popup|yom-remote/i,okMaybeItsACandidate:/and|article|body|column|content|main|shadow/i,positive:/article|body|content|entry|hentry|h-entry|main|page|pagination|post|text|blog|story/i,negative:/-ad-|hidden|^hid$| hid$| hid |^hid |banner|combx|comment|com-|contact|foot|footer|footnote|gdpr|masthead|media|meta|outbrain|promo|related|scroll|share|shoutbox|sidebar|skyscraper|sponsor|shopping|tags|tool|widget/i,extraneous:/print|archive|comment|discuss|e[\-]?mail|share|reply|all|login|sign|single|utility/i,byline:/byline|author|dateline|writtenby|p-author/i,replaceFonts:/<(\/?)font[^>]*>/gi,normalize:/\s{2,}/g,videos:/\/\/(www\.)?((dailymotion|youtube|youtube-nocookie|player\.vimeo|v\.qq)\.com|(archive|upload\.wikimedia)\.org|player\.twitch\.tv)/i,shareElements:/(\b|_)(share|sharedaddy)(\b|_)/i,nextLink:/(next|weiter|continue|>([^\|]|$)|»([^\|]|$))/i,prevLink:/(prev|earl|old|new|<|«)/i,tokenize:/\W+/g,whitespace:/^\s*$/,hasContent:/\S$/,hashUrl:/^#.+/,srcsetUrl:/(\S+)(\s+[\d.]+[xw])?(\s*(?:,|$))/g,b64DataUrl:/^data:\s*([^\s;,]+)\s*;\s*base64\s*,/i,jsonLdArticleTypes:/^Article|AdvertiserContentArticle|NewsArticle|AnalysisNewsArticle|AskPublicNewsArticle|BackgroundNewsArticle|OpinionNewsArticle|ReportageNewsArticle|ReviewNewsArticle|Report|SatiricalArticle|ScholarlyArticle|MedicalScholarlyArticle|SocialMediaPosting|BlogPosting|LiveBlogPosting|DiscussionForumPosting|TechArticle|APIReference$/},UNLIKELY_ROLES:["menu","menubar","complementary","navigation","alert","alertdialog","dialog"],DIV_TO_P_ELEMS:new Set(["BLOCKQUOTE","DL","DIV","IMG","OL","P","PRE","TABLE","UL"]),ALTER_TO_DIV_EXCEPTIONS:["DIV","ARTICLE","SECTION","P"],PRESENTATIONAL_ATTRIBUTES:["align","background","bgcolor","border","cellpadding","cellspacing","frame","hspace","rules","style","valign","vspace"],DEPRECATED_SIZE_ATTRIBUTE_ELEMS:["TABLE","TH","TD","HR","PRE"],PHRASING_ELEMS:["ABBR","AUDIO","B","BDO","BR","BUTTON","CITE","CODE","DATA","DATALIST","DFN","EM","EMBED","I","IMG","INPUT","KBD","LABEL","MARK","MATH","METER","NOSCRIPT","OBJECT","OUTPUT","PROGRESS","Q","RUBY","SAMP","SCRIPT","SELECT","SMALL","SPAN","STRONG","SUB","SUP","TEXTAREA","TIME","VAR","WBR"],CLASSES_TO_PRESERVE:["page"],HTML_ESCAPE_MAP:{lt:"<",gt:">",amp:"&",quot:'"',apos:"'"},_postProcessContent:function(r){this._fixRelativeUris(r),this._simplifyNestedElements(r),this._keepClasses||this._cleanClasses(r)},_removeNodes:function(r,a){if(this._docJSDOMParser&&r._isLiveNodeList)throw new Error("Do not pass live node lists to _removeNodes");for(var i=r.length-1;i>=0;i--){var o=r[i],s=o.parentNode;s&&(!a||a.call(this,o,i,r))&&s.removeChild(o)}},_replaceNodeTags:function(r,a){if(this._docJSDOMParser&&r._isLiveNodeList)throw new Error("Do not pass live node lists to _replaceNodeTags");for(let i of r)this._setNodeTag(i,a)},_forEachNode:function(r,a){Array.prototype.forEach.call(r,a,this)},_findNode:function(r,a){return Array.prototype.find.call(r,a,this)},_someNode:function(r,a){return Array.prototype.some.call(r,a,this)},_everyNode:function(r,a){return Array.prototype.every.call(r,a,this)},_concatNodeLists:function(){var r=Array.prototype.slice,a=r.call(arguments),i=a.map(function(o){return r.call(o)});return Array.prototype.concat.apply([],i)},_getAllNodesWithTag:function(r,a){return r.querySelectorAll?r.querySelectorAll(a.join(",")):[].concat.apply([],a.map(function(i){var o=r.getElementsByTagName(i);return Array.isArray(o)?o:Array.from(o)}))},_cleanClasses:function(r){var a=this._classesToPreserve,i=(r.getAttribute("class")||"").split(/\s+/).filter(function(o){return a.indexOf(o)!=-1}).join(" ");for(i?r.setAttribute("class",i):r.removeAttribute("class"),r=r.firstElementChild;r;r=r.nextElementSibling)this._cleanClasses(r)},_fixRelativeUris:function(r){var a=this._doc.baseURI,i=this._doc.documentURI;function o(l){if(a==i&&l.charAt(0)=="#")return l;try{return new URL(l,a).href}catch{}return l}var s=this._getAllNodesWithTag(r,["a"]);this._forEachNode(s,function(l){var c=l.getAttribute("href");if(c)if(c.indexOf("javascript:")===0)if(l.childNodes.length===1&&l.childNodes[0].nodeType===this.TEXT_NODE){var p=this._doc.createTextNode(l.textContent);l.parentNode.replaceChild(p,l)}else{for(var g=this._doc.createElement("span");l.firstChild;)g.appendChild(l.firstChild);l.parentNode.replaceChild(g,l)}else l.setAttribute("href",o(c))});var u=this._getAllNodesWithTag(r,["img","picture","figure","video","audio","source"]);this._forEachNode(u,function(l){var c=l.getAttribute("src"),p=l.getAttribute("poster"),g=l.getAttribute("srcset");if(c&&l.setAttribute("src",o(c)),p&&l.setAttribute("poster",o(p)),g){var m=g.replace(this.REGEXPS.srcsetUrl,function(f,T,b,h){return o(T)+(b||"")+h});l.setAttribute("srcset",m)}})},_simplifyNestedElements:function(r){for(var a=r;a;){if(a.parentNode&&["DIV","SECTION"].includes(a.tagName)&&!(a.id&&a.id.startsWith("readability"))){if(this._isElementWithoutContent(a)){a=this._removeAndGetNext(a);continue}else if(this._hasSingleTagInsideElement(a,"DIV")||this._hasSingleTagInsideElement(a,"SECTION")){for(var i=a.children[0],o=0;o»] /.test(a))o=/ [\\\/>»] /.test(a),a=i.replace(/(.*)[\|\-\\\/>»] .*/gi,"$1"),s(a)<3&&(a=i.replace(/[^\|\-\\\/>»]*[\|\-\\\/>»](.*)/gi,"$1"));else if(a.indexOf(": ")!==-1){var u=this._concatNodeLists(r.getElementsByTagName("h1"),r.getElementsByTagName("h2")),l=a.trim(),c=this._someNode(u,function(m){return m.textContent.trim()===l});c||(a=i.substring(i.lastIndexOf(":")+1),s(a)<3?a=i.substring(i.indexOf(":")+1):s(i.substr(0,i.indexOf(":")))>5&&(a=i))}else if(a.length>150||a.length<15){var p=r.getElementsByTagName("h1");p.length===1&&(a=this._getInnerText(p[0]))}a=a.trim().replace(this.REGEXPS.normalize," ");var g=s(a);return g<=4&&(!o||g!=s(i.replace(/[\|\-\\\/>»]+/g,""))-1)&&(a=i),a},_prepDocument:function(){var r=this._doc;this._removeNodes(this._getAllNodesWithTag(r,["style"])),r.body&&this._replaceBrs(r.body),this._replaceNodeTags(this._getAllNodesWithTag(r,["font"]),"SPAN")},_nextNode:function(r){for(var a=r;a&&a.nodeType!=this.ELEMENT_NODE&&this.REGEXPS.whitespace.test(a.textContent);)a=a.nextSibling;return a},_replaceBrs:function(r){this._forEachNode(this._getAllNodesWithTag(r,["br"]),function(a){for(var i=a.nextSibling,o=!1;(i=this._nextNode(i))&&i.tagName=="BR";){o=!0;var s=i.nextSibling;i.parentNode.removeChild(i),i=s}if(o){var u=this._doc.createElement("p");for(a.parentNode.replaceChild(u,a),i=u.nextSibling;i;){if(i.tagName=="BR"){var l=this._nextNode(i.nextSibling);if(l&&l.tagName=="BR")break}if(!this._isPhrasingContent(i))break;var c=i.nextSibling;u.appendChild(i),i=c}for(;u.lastChild&&this._isWhitespace(u.lastChild);)u.removeChild(u.lastChild);u.parentNode.tagName==="P"&&this._setNodeTag(u.parentNode,"DIV")}})},_setNodeTag:function(r,a){if(this.log("_setNodeTag",r,a),this._docJSDOMParser)return r.localName=a.toLowerCase(),r.tagName=a.toUpperCase(),r;for(var i=r.ownerDocument.createElement(a);r.firstChild;)i.appendChild(r.firstChild);r.parentNode.replaceChild(i,r),r.readability&&(i.readability=r.readability);for(var o=0;o!i.includes(l)),u=s.join(" ").length/o.join(" ").length;return 1-u},_checkByline:function(r,a){if(this._articleByline)return!1;if(r.getAttribute!==void 0)var i=r.getAttribute("rel"),o=r.getAttribute("itemprop");return(i==="author"||o&&o.indexOf("author")!==-1||this.REGEXPS.byline.test(a))&&this._isValidByline(r.textContent)?(this._articleByline=r.textContent.trim(),!0):!1},_getNodeAncestors:function(r,a){a=a||0;for(var i=0,o=[];r.parentNode&&(o.push(r.parentNode),!(a&&++i===a));)r=r.parentNode;return o},_grabArticle:function(r){this.log("**** grabArticle ****");var a=this._doc,i=r!==null;if(r=r||this._doc.body,!r)return this.log("No body found in document. Abort."),null;for(var o=r.innerHTML;;){this.log("Starting grabArticle loop");var s=this._flagIsActive(this.FLAG_STRIP_UNLIKELYS),u=[],l=this._doc.documentElement;let ae=!0;for(;l;){l.tagName==="HTML"&&(this._articleLang=l.getAttribute("lang"));var c=l.className+" "+l.id;if(!this._isProbablyVisible(l)){this.log("Removing hidden node - "+c),l=this._removeAndGetNext(l);continue}if(l.getAttribute("aria-modal")=="true"&&l.getAttribute("role")=="dialog"){l=this._removeAndGetNext(l);continue}if(this._checkByline(l,c)){l=this._removeAndGetNext(l);continue}if(ae&&this._headerDuplicatesTitle(l)){this.log("Removing header: ",l.textContent.trim(),this._articleTitle.trim()),ae=!1,l=this._removeAndGetNext(l);continue}if(s){if(this.REGEXPS.unlikelyCandidates.test(c)&&!this.REGEXPS.okMaybeItsACandidate.test(c)&&!this._hasAncestorTag(l,"table")&&!this._hasAncestorTag(l,"code")&&l.tagName!=="BODY"&&l.tagName!=="A"){this.log("Removing unlikely candidate - "+c),l=this._removeAndGetNext(l);continue}if(this.UNLIKELY_ROLES.includes(l.getAttribute("role"))){this.log("Removing content with role "+l.getAttribute("role")+" - "+c),l=this._removeAndGetNext(l);continue}}if((l.tagName==="DIV"||l.tagName==="SECTION"||l.tagName==="HEADER"||l.tagName==="H1"||l.tagName==="H2"||l.tagName==="H3"||l.tagName==="H4"||l.tagName==="H5"||l.tagName==="H6")&&this._isElementWithoutContent(l)){l=this._removeAndGetNext(l);continue}if(this.DEFAULT_TAGS_TO_SCORE.indexOf(l.tagName)!==-1&&u.push(l),l.tagName==="DIV"){for(var p=null,g=l.firstChild;g;){var m=g.nextSibling;if(this._isPhrasingContent(g))p!==null?p.appendChild(g):this._isWhitespace(g)||(p=a.createElement("p"),l.replaceChild(p,g),p.appendChild(g));else if(p!==null){for(;p.lastChild&&this._isWhitespace(p.lastChild);)p.removeChild(p.lastChild);p=null}g=m}if(this._hasSingleTagInsideElement(l,"P")&&this._getLinkDensity(l)<.25){var f=l.children[0];l.parentNode.replaceChild(f,l),l=f,u.push(l)}else this._hasChildBlockElement(l)||(l=this._setNodeTag(l,"P"),u.push(l))}l=this._getNextNode(l)}var T=[];this._forEachNode(u,function(ie){if(!(!ie.parentNode||typeof ie.parentNode.tagName>"u")){var Ee=this._getInnerText(ie);if(!(Ee.length<25)){var ze=this._getNodeAncestors(ie,5);if(ze.length!==0){var _e=0;_e+=1,_e+=Ee.split(",").length,_e+=Math.min(Math.floor(Ee.length/100),3),this._forEachNode(ze,function(ce,pt){if(!(!ce.tagName||!ce.parentNode||typeof ce.parentNode.tagName>"u")){if(typeof ce.readability>"u"&&(this._initializeNode(ce),T.push(ce)),pt===0)var Pt=1;else pt===1?Pt=2:Pt=pt*3;ce.readability.contentScore+=_e/Pt}})}}}});for(var b=[],h=0,C=T.length;hS.readability.contentScore){b.splice(B,0,D),b.length>this._nbTopCandidates&&b.pop();break}}}var y=b[0]||null,_=!1,k;if(y===null||y.tagName==="BODY"){for(y=a.createElement("DIV"),_=!0;r.firstChild;)this.log("Moving child out:",r.firstChild),y.appendChild(r.firstChild);r.appendChild(y),this._initializeNode(y)}else if(y){for(var v=[],I=1;I=.75&&v.push(this._getNodeAncestors(b[I]));var F=3;if(v.length>=F)for(k=y.parentNode;k.tagName!=="BODY";){for(var L=0,U=0;U=F){y=k;break}k=k.parentNode}y.readability||this._initializeNode(y),k=y.parentNode;for(var N=y.readability.contentScore,q=N/3;k.tagName!=="BODY";){if(!k.readability){k=k.parentNode;continue}var A=k.readability.contentScore;if(AN){y=k;break}N=k.readability.contentScore,k=k.parentNode}for(k=y.parentNode;k.tagName!="BODY"&&k.children.length==1;)y=k,k=y.parentNode;y.readability||this._initializeNode(y)}var E=a.createElement("DIV");i&&(E.id="readability-content");var P=Math.max(10,y.readability.contentScore*.2);k=y.parentNode;for(var O=k.children,H=0,j=O.length;H=P)V=!0;else if(W.nodeName==="P"){var X=this._getLinkDensity(W),Z=this._getInnerText(W),ue=Z.length;(ue>80&&X<.25||ue<80&&ue>0&&X===0&&Z.search(/\.( |$)/)!==-1)&&(V=!0)}}V&&(this.log("Appending node:",W),this.ALTER_TO_DIV_EXCEPTIONS.indexOf(W.nodeName)===-1&&(this.log("Altering sibling:",W,"to div."),W=this._setNodeTag(W,"DIV")),E.appendChild(W),O=k.children,H-=1,j-=1)}if(this._debug&&this.log("Article content pre-prep: "+E.innerHTML),this._prepArticle(E),this._debug&&this.log("Article content post-prep: "+E.innerHTML),_)y.id="readability-page-1",y.className="page";else{var ge=a.createElement("DIV");for(ge.id="readability-page-1",ge.className="page";E.firstChild;)ge.appendChild(E.firstChild);E.appendChild(ge)}this._debug&&this.log("Article content after paging: "+E.innerHTML);var te=!0,Y=this._getInnerText(E,!0).length;if(Y0&&r.length<100):!1},_unescapeHtmlEntities:function(r){if(!r)return r;var a=this.HTML_ESCAPE_MAP;return r.replace(/&(quot|amp|apos|lt|gt);/g,function(i,o){return a[o]}).replace(/&#(?:x([0-9a-z]{1,4})|([0-9]{1,4}));/gi,function(i,o,s){var u=parseInt(o||s,o?16:10);return String.fromCharCode(u)})},_getJSONLD:function(r){var a=this._getAllNodesWithTag(r,["script"]),i;return this._forEachNode(a,function(o){if(!i&&o.getAttribute("type")==="application/ld+json")try{var s=o.textContent.replace(/^\s*\s*$/g,""),u=JSON.parse(s);if(!u["@context"]||!u["@context"].match(/^https?\:\/\/schema\.org$/)||(!u["@type"]&&Array.isArray(u["@graph"])&&(u=u["@graph"].find(function(g){return(g["@type"]||"").match(this.REGEXPS.jsonLdArticleTypes)})),!u||!u["@type"]||!u["@type"].match(this.REGEXPS.jsonLdArticleTypes)))return;if(i={},typeof u.name=="string"&&typeof u.headline=="string"&&u.name!==u.headline){var l=this._getArticleTitle(),c=this._textSimilarity(u.name,l)>.75,p=this._textSimilarity(u.headline,l)>.75;p&&!c?i.title=u.headline:i.title=u.name}else typeof u.name=="string"?i.title=u.name.trim():typeof u.headline=="string"&&(i.title=u.headline.trim());u.author&&(typeof u.author.name=="string"?i.byline=u.author.name.trim():Array.isArray(u.author)&&u.author[0]&&typeof u.author[0].name=="string"&&(i.byline=u.author.filter(function(g){return g&&typeof g.name=="string"}).map(function(g){return g.name.trim()}).join(", "))),typeof u.description=="string"&&(i.excerpt=u.description.trim()),u.publisher&&typeof u.publisher.name=="string"&&(i.siteName=u.publisher.name.trim());return}catch(g){this.log(g.message)}}),i||{}},_getArticleMetadata:function(r){var a={},i={},o=this._doc.getElementsByTagName("meta"),s=/\s*(dc|dcterm|og|twitter)\s*:\s*(author|creator|description|title|site_name)\s*/gi,u=/^\s*(?:(dc|dcterm|og|twitter|weibo:(article|webpage))\s*[\.:]\s*)?(author|creator|description|title|site_name)\s*$/i;return this._forEachNode(o,function(l){var c=l.getAttribute("name"),p=l.getAttribute("property"),g=l.getAttribute("content");if(g){var m=null,f=null;p&&(m=p.match(s),m&&(f=m[0].toLowerCase().replace(/\s/g,""),i[f]=g.trim())),!m&&c&&u.test(c)&&(f=c,g&&(f=f.toLowerCase().replace(/\s/g,"").replace(/\./g,":"),i[f]=g.trim()))}}),a.title=r.title||i["dc:title"]||i["dcterm:title"]||i["og:title"]||i["weibo:article:title"]||i["weibo:webpage:title"]||i.title||i["twitter:title"],a.title||(a.title=this._getArticleTitle()),a.byline=r.byline||i["dc:creator"]||i["dcterm:creator"]||i.author,a.excerpt=r.excerpt||i["dc:description"]||i["dcterm:description"]||i["og:description"]||i["weibo:article:description"]||i["weibo:webpage:description"]||i.description||i["twitter:description"],a.siteName=r.siteName||i["og:site_name"],a.title=this._unescapeHtmlEntities(a.title),a.byline=this._unescapeHtmlEntities(a.byline),a.excerpt=this._unescapeHtmlEntities(a.excerpt),a.siteName=this._unescapeHtmlEntities(a.siteName),a},_isSingleImage:function(r){return r.tagName==="IMG"?!0:r.children.length!==1||r.textContent.trim()!==""?!1:this._isSingleImage(r.children[0])},_unwrapNoscriptImages:function(r){var a=Array.from(r.getElementsByTagName("img"));this._forEachNode(a,function(o){for(var s=0;s"u"?!0:a;var i=r.textContent.trim();return a?i.replace(this.REGEXPS.normalize," "):i},_getCharCount:function(r,a){return a=a||",",this._getInnerText(r).split(a).length-1},_cleanStyles:function(r){if(!(!r||r.tagName.toLowerCase()==="svg")){for(var a=0;a0&&s>i)return!1;if(r.parentNode.tagName===a&&(!o||o(r.parentNode)))return!0;r=r.parentNode,s++}return!1},_getRowAndColumnCount:function(r){for(var a=0,i=0,o=r.getElementsByTagName("tr"),s=0;s0){o._readabilityDataTable=!0;continue}var p=["col","colgroup","tfoot","thead","th"],g=function(f){return!!o.getElementsByTagName(f)[0]};if(p.some(g)){this.log("Data table because found data-y descendant"),o._readabilityDataTable=!0;continue}if(o.getElementsByTagName("table")[0]){o._readabilityDataTable=!1;continue}var m=this._getRowAndColumnCount(o);if(m.rows>=10||m.columns>4){o._readabilityDataTable=!0;continue}o._readabilityDataTable=m.rows*m.columns>10}},_fixLazyImages:function(r){this._forEachNode(this._getAllNodesWithTag(r,["img","picture","figure"]),function(a){if(a.src&&this.REGEXPS.b64DataUrl.test(a.src)){var i=this.REGEXPS.b64DataUrl.exec(a.src);if(i[1]==="image/svg+xml")return;for(var o=!1,s=0;so+=this._getInnerText(u,!0).length),o/i},_cleanConditionally:function(r,a){this._flagIsActive(this.FLAG_CLEAN_CONDITIONALLY)&&this._removeNodes(this._getAllNodesWithTag(r,[a]),function(i){var o=function(k){return k._readabilityDataTable},s=a==="ul"||a==="ol";if(!s){var u=0,l=this._getAllNodesWithTag(i,["ul","ol"]);this._forEachNode(l,k=>u+=this._getInnerText(k).length),s=u/this._getInnerText(i).length>.9}if(a==="table"&&o(i)||this._hasAncestorTag(i,"table",-1,o)||this._hasAncestorTag(i,"code"))return!1;var c=this._getClassWeight(i);this.log("Cleaning Conditionally",i);var p=0;if(c+p<0)return!0;if(this._getCharCount(i,",")<10){for(var g=i.getElementsByTagName("p").length,m=i.getElementsByTagName("img").length,f=i.getElementsByTagName("li").length-100,T=i.getElementsByTagName("input").length,b=this._getTextDensity(i,["h1","h2","h3","h4","h5","h6"]),h=0,C=this._getAllNodesWithTag(i,["object","embed","iframe"]),D=0;D1&&g/m<.5&&!this._hasAncestorTag(i,"figure")||!s&&f>g||T>Math.floor(g/3)||!s&&b<.9&&S<25&&(m===0||m>2)&&!this._hasAncestorTag(i,"figure")||!s&&c<25&&B>.2||c>=25&&B>.5||h===1&&S<75||h>1;if(s&&y){for(var _=0;_1)return y;let k=i.getElementsByTagName("li").length;if(m==k)return!1}return y}return!1})},_cleanMatchedNodes:function(r,a){for(var i=this._getNextNode(r,!0),o=this._getNextNode(r);o&&o!=i;)a.call(this,o,o.className+" "+o.id)?o=this._removeAndGetNext(o):o=this._getNextNode(o)},_cleanHeaders:function(r){let a=this._getAllNodesWithTag(r,["h1","h2"]);this._removeNodes(a,function(i){let o=this._getClassWeight(i)<0;return o&&this.log("Removing header with low class weight:",i),o})},_headerDuplicatesTitle:function(r){if(r.tagName!="H1"&&r.tagName!="H2")return!1;var a=this._getInnerText(r,!1);return this.log("Evaluating similarity of header:",a,this._articleTitle),this._textSimilarity(this._articleTitle,a)>.75},_flagIsActive:function(r){return(this._flags&r)>0},_removeFlag:function(r){this._flags=this._flags&~r},_isProbablyVisible:function(r){return(!r.style||r.style.display!="none")&&!r.hasAttribute("hidden")&&(!r.hasAttribute("aria-hidden")||r.getAttribute("aria-hidden")!="true"||r.className&&r.className.indexOf&&r.className.indexOf("fallback-image")!==-1)},parse:function(){if(this._maxElemsToParse>0){var r=this._doc.getElementsByTagName("*").length;if(r>this._maxElemsToParse)throw new Error("Aborting parsing document; "+r+" elements found")}this._unwrapNoscriptImages(this._doc);var a=this._disableJSONLD?{}:this._getJSONLD(this._doc);this._removeScripts(this._doc),this._prepDocument();var i=this._getArticleMetadata(a);this._articleTitle=i.title;var o=this._grabArticle();if(!o)return null;if(this.log("Grabbed: "+o.innerHTML),this._postProcessContent(o),!i.excerpt){var s=o.getElementsByTagName("p");s.length>0&&(i.excerpt=s[0].textContent.trim())}var u=o.textContent;return{title:this._articleTitle,byline:i.byline||this._articleByline,dir:this._articleDir,lang:this._articleLang,content:this._serializer(o),textContent:u,length:u.length,excerpt:i.excerpt,siteName:i.siteName||this._articleSiteName}}},typeof e=="object"&&(e.exports=n)}),_E=h0((t,e)=>{var n={unlikelyCandidates:/-ad-|ai2html|banner|breadcrumbs|combx|comment|community|cover-wrap|disqus|extra|footer|gdpr|header|legends|menu|related|remark|replies|rss|shoutbox|sidebar|skyscraper|social|sponsor|supplemental|ad-break|agegate|pagination|pager|popup|yom-remote/i,okMaybeItsACandidate:/and|article|body|column|content|main|shadow/i};function r(i){return(!i.style||i.style.display!="none")&&!i.hasAttribute("hidden")&&(!i.hasAttribute("aria-hidden")||i.getAttribute("aria-hidden")!="true"||i.className&&i.className.indexOf&&i.className.indexOf("fallback-image")!==-1)}function a(i,o={}){typeof o=="function"&&(o={visibilityChecker:o});var s={minScore:20,minContentLength:140,visibilityChecker:r};o=Object.assign(s,o);var u=i.querySelectorAll("p, pre, article"),l=i.querySelectorAll("div > br");if(l.length){var c=new Set(u);[].forEach.call(l,function(g){c.add(g.parentNode)}),u=Array.from(c)}var p=0;return[].some.call(u,function(g){if(!o.visibilityChecker(g))return!1;var m=g.className+" "+g.id;if(n.unlikelyCandidates.test(m)&&!n.okMaybeItsACandidate.test(m)||g.matches("li p"))return!1;var f=g.textContent.trim().length;return fo.minScore)})}typeof e=="object"&&(e.exports=a)}),tb=h0((t,e)=>{var n=LE(),r=_E();e.exports={Readability:n,isProbablyReaderable:r}}),nb={};kE(nb,{Readability:()=>ju,default:()=>ib,isProbablyReaderable:()=>ab});var rb=eb(tb());PE(nb,eb(tb()));var{Readability:ju,isProbablyReaderable:ab}=rb,{default:X4,...FE}=rb,ib=X4!==void 0?X4:FE;var $a={};tu($a,{Breadcrumbs:()=>ta,BrowserClient:()=>Mi,Dedupe:()=>ia,FunctionToString:()=>Ka,GlobalHandlers:()=>fr,HttpContext:()=>aa,Hub:()=>Or,InboundFilters:()=>Ga,Integrations:()=>pw,LinkedErrors:()=>ra,SDK_VERSION:()=>Fi,Scope:()=>On,TryCatch:()=>na,addBreadcrumb:()=>el,addGlobalEventProcessor:()=>mr,captureEvent:()=>Ju,captureException:()=>Li,captureMessage:()=>Zu,chromeStackLineParser:()=>$0,close:()=>b3,configureScope:()=>Xu,createTransport:()=>is,defaultIntegrations:()=>tp,defaultStackLineParsers:()=>Z0,defaultStackParser:()=>pl,flush:()=>h3,forceLoad:()=>m3,geckoStackLineParser:()=>Y0,getCurrentHub:()=>Le,getHubFromCarrier:()=>zn,init:()=>d3,lastEventId:()=>g3,makeFetchTransport:()=>os,makeMain:()=>Pi,onLoad:()=>f3,opera10StackLineParser:()=>Zb,opera11StackLineParser:()=>Jb,setContext:()=>tl,setExtra:()=>rl,setExtras:()=>nl,setTag:()=>il,setTags:()=>al,setUser:()=>ol,showReportDialog:()=>p3,startTransaction:()=>sl,winjsStackLineParser:()=>Q0,withScope:()=>_i,wrap:()=>T3});d();d();d();d();d();d();d();d();d();var ob=Object.prototype.toString;function Hu(t){switch(ob.call(t)){case"[object Error]":case"[object Exception]":case"[object DOMException]":return!0;default:return dr(t,Error)}}function Vo(t,e){return ob.call(t)===`[object ${e}]`}function Wu(t){return Vo(t,"ErrorEvent")}function sb(t){return Vo(t,"DOMException")}function Fr(t){return Vo(t,"String")}function $o(t){return t===null||typeof t!="object"&&typeof t!="function"}function Zn(t){return Vo(t,"Object")}function Yo(t){return typeof Event<"u"&&dr(t,Event)}function ub(t){return!1}function lb(t){return Vo(t,"RegExp")}function wi(t){return!!(t&&t.then&&typeof t.then=="function")}function cb(t){return Zn(t)&&"nativeEvent"in t&&"preventDefault"in t&&"stopPropagation"in t}function db(t){return typeof t=="number"&&t!==t}function dr(t,e){try{return t instanceof e}catch{return!1}}function Qo(t,e){try{let n=t,r=5,a=80,i=[],o=0,s=0,u=" > ",l=u.length,c;for(;n&&o++1&&s+i.length*l+c.length>=a));)i.push(c),s+=c.length,n=n.parentNode;return i.reverse().join(u)}catch{return""}}function ME(t,e){let n=t,r=[],a,i,o,s,u;if(!n||!n.tagName)return"";r.push(n.tagName.toLowerCase());let l=e&&e.length?e.filter(p=>n.getAttribute(p)).map(p=>[p,n.getAttribute(p)]):null;if(l&&l.length)l.forEach(p=>{r.push(`[${p[0]}="${p[1]}"]`)});else if(n.id&&r.push(`#${n.id}`),a=n.className,a&&Fr(a))for(i=a.split(/\s+/),u=0;u1&&(u=c.slice(0,-1).join("/"),l=c.pop()),l){let p=l.match(/^\d+/);p&&(l=p[0])}return gb({host:i,pass:a,path:u,projectId:l,port:o,protocol:n,publicKey:r})}function gb(t){return{protocol:t.protocol,publicKey:t.publicKey||"",pass:t.pass||"",host:t.host,port:t.port||"",path:t.path||"",projectId:t.projectId}}function OE(t){if(!!1)return;let{port:e,projectId:n,protocol:r}=t;if(["protocol","publicKey","host","projectId"].forEach(i=>{if(!t[i])throw new Tt(`Invalid Sentry Dsn: ${String(i)} missing`)}),!n.match(/^\d+$/))throw new Tt(`Invalid Sentry Dsn: Invalid projectId ${n}`);if(!IE(r))throw new Tt(`Invalid Sentry Dsn: Invalid protocol ${r}`);if(e&&isNaN(parseInt(e,10)))throw new Tt(`Invalid Sentry Dsn: Invalid port ${e}`);return!0}function Ku(t){let e=typeof t=="string"?RE(t):gb(t);return OE(e),e}d();var zE={};function it(){return typeof window<"u"?window:typeof self<"u"?self:zE}function Di(t,e,n){let r=n||it(),a=r.__SENTRY__=r.__SENTRY__||{};return a[t]||(a[t]=e())}d();d();var Zo=["debug","info","warn","error","log","assert","trace"];function b0(t){if(!("console"in it()))return t();let n=console,r={};Zo.forEach(a=>{let i=n[a]&&n[a].__sentry_original__;a in console&&i&&(r[a]=n[a],n[a]=i)});try{return t()}finally{Object.keys(r).forEach(a=>{n[a]=r[a]})}}function mb(){let t=!1,e={enable:()=>{t=!0},disable:()=>{t=!1}};return!1?Zo.forEach(n=>{e[n]=(...r)=>{t&&b0(()=>{})}}):Zo.forEach(n=>{e[n]=()=>{}}),e}var Se;!1?Se=Di("logger",mb):Se=mb();d();d();function ja(t,e=0){return typeof t!="string"||e===0||t.length<=e?t:`${t.substr(0,e)}...`}function T0(t,e){if(!Array.isArray(t))return"";let n=[];for(let r=0;r`${encodeURIComponent(e)}=${encodeURIComponent(t[e])}`).join("&")}function S0(t){if(Hu(t))return{message:t.message,name:t.name,stack:t.stack,...hb(t)};if(Yo(t)){let e={type:t.type,target:fb(t.target),currentTarget:fb(t.currentTarget),...hb(t)};return typeof CustomEvent<"u"&&dr(t,CustomEvent)&&(e.detail=t.detail),e}else return t}function fb(t){try{return ub(t)?Qo(t):Object.prototype.toString.call(t)}catch{return""}}function hb(t){if(typeof t=="object"&&t!==null){let e={};for(let n in t)Object.prototype.hasOwnProperty.call(t,n)&&(e[n]=t[n]);return e}else return{}}function Tb(t,e=40){let n=Object.keys(S0(t));if(n.sort(),!n.length)return"[object has no keys]";if(n[0].length>=e)return ja(n[0],e);for(let r=n.length;r>0;r--){let a=n.slice(0,r).join(", ");if(!(a.length>e))return r===n.length?a:ja(a,e)}return""}function Ha(t){return y0(t,new Map)}function y0(t,e){if(Zn(t)){let n=e.get(t);if(n!==void 0)return n;let r={};e.set(t,r);for(let a of Object.keys(t))typeof t[a]<"u"&&(r[a]=y0(t[a],e));return r}if(Array.isArray(t)){let n=e.get(t);if(n!==void 0)return n;let r=[];return e.set(t,r),t.forEach(a=>{r.push(y0(a,e))}),r}return t}d();var NE=50;function E0(...t){let e=t.sort((n,r)=>n[0]-r[0]).map(n=>n[1]);return(n,r=0)=>{let a=[];for(let i of n.split(` +`+T+"]"}return r.pop(),a=T,h}},ix={parse:JS,stringify:ax},ox=ix,Mu=ox;d();d();var V_=Number.isNaN||function(t){return typeof t=="number"&&t!==t};d();d();var Bu=globalThis||(typeof window<"u"?window:self),ux=Object.create,Jd=Object.defineProperty,lx=Object.getOwnPropertyDescriptor,cx=Object.getOwnPropertyNames,dx=Object.getPrototypeOf,px=Object.prototype.hasOwnProperty,gx=(t,e)=>()=>(e||t((e={exports:{}}).exports,e),e.exports),mx=(t,e)=>{for(var n in e)Jd(t,n,{get:e[n],enumerable:!0})},Zd=(t,e,n,r)=>{if(e&&typeof e=="object"||typeof e=="function")for(let a of cx(e))!px.call(t,a)&&a!==n&&Jd(t,a,{get:()=>e[a],enumerable:!(r=lx(e,a))||r.enumerable});return t},fx=(t,e,n)=>(Zd(t,e,"default"),n&&Zd(n,e,"default")),S4=(t,e,n)=>(n=t!=null?ux(dx(t)):{},Zd(e||!t||!t.__esModule?Jd(n,"default",{value:t,enumerable:!0}):n,t)),x4=gx((t,e)=>{var n="Expected a function",r=NaN,a="[object Symbol]",i=/^\s+|\s+$/g,o=/^[-+]0x[0-9a-f]+$/i,s=/^0b[01]+$/i,u=/^0o[0-7]+$/i,l=parseInt,c=typeof Bu=="object"&&Bu&&Bu.Object===Object&&Bu,p=typeof self=="object"&&self&&self.Object===Object&&self,m=c||p||Function("return this")(),g=Object.prototype,f=g.toString,T=Math.max,b=Math.min,h=function(){return m.Date.now()};function C(L,A,y){var I,F,_,U,N,q,k=0,E=!1,P=!1,O=!0;if(typeof L!="function")throw new TypeError(n);A=v(A)||0,M(y)&&(E=!!y.leading,P="maxWait"in y,_=P?T(v(y.maxWait)||0,A):_,O="trailing"in y?!!y.trailing:O);function H(te){var Y=I,Te=F;return I=F=void 0,k=te,U=L.apply(Te,Y),U}function j(te){return k=te,N=setTimeout(se,A),E?H(te):U}function W(te){var Y=te-q,Te=te-k,ae=A-Y;return P?b(ae,_-Te):ae}function V(te){var Y=te-q,Te=te-k;return q===void 0||Y>=A||Y<0||P&&Te>=_}function se(){var te=h();if(V(te))return X(te);N=setTimeout(se,W(te))}function X(te){return N=void 0,O&&I?H(te):(I=F=void 0,U)}function Z(){N!==void 0&&clearTimeout(N),k=0,I=q=F=N=void 0}function ue(){return N===void 0?U:X(h())}function ge(){var te=h(),Y=V(te);if(I=arguments,F=this,q=te,Y){if(N===void 0)return j(q);if(P)return N=setTimeout(se,A),H(q)}return N===void 0&&(N=setTimeout(se,A)),U}return ge.cancel=Z,ge.flush=ue,ge}function D(L,A,y){var I=!0,F=!0;if(typeof L!="function")throw new TypeError(n);return M(y)&&(I="leading"in y?!!y.leading:I,F="trailing"in y?!!y.trailing:F),C(L,A,{leading:I,maxWait:A,trailing:F})}function M(L){var A=typeof L;return!!L&&(A=="object"||A=="function")}function B(L){return!!L&&typeof L=="object"}function S(L){return typeof L=="symbol"||B(L)&&f.call(L)==a}function v(L){if(typeof L=="number")return L;if(S(L))return r;if(M(L)){var A=typeof L.valueOf=="function"?L.valueOf():L;L=M(A)?A+"":A}if(typeof L!="string")return L===0?L:+L;L=L.replace(i,"");var y=s.test(L);return y||u.test(L)?l(L.slice(2),y?2:8):o.test(L)?r:+L}e.exports=D}),E4={};mx(E4,{default:()=>Vn});var hx=S4(x4());fx(E4,S4(x4()));var{default:v4,...bx}=hx,Vn=v4!==void 0?v4:bx;d();d();var Iu=globalThis||(typeof window<"u"?window:self),Tx=Object.create,e0=Object.defineProperty,yx=Object.getOwnPropertyDescriptor,vx=Object.getOwnPropertyNames,Sx=Object.getPrototypeOf,xx=Object.prototype.hasOwnProperty,Ex=(t,e)=>()=>(e||t((e={exports:{}}).exports,e),e.exports),Cx=(t,e)=>{for(var n in e)e0(t,n,{get:e[n],enumerable:!0})},Xd=(t,e,n,r)=>{if(e&&typeof e=="object"||typeof e=="function")for(let a of vx(e))!xx.call(t,a)&&a!==n&&e0(t,a,{get:()=>e[a],enumerable:!(r=yx(e,a))||r.enumerable});return t},wx=(t,e,n)=>(Xd(t,e,"default"),n&&Xd(n,e,"default")),w4=(t,e,n)=>(n=t!=null?Tx(Sx(t)):{},Xd(e||!t||!t.__esModule?e0(n,"default",{value:t,enumerable:!0}):n,t)),D4=Ex((t,e)=>{var n="Expected a function",r=NaN,a="[object Symbol]",i=/^\s+|\s+$/g,o=/^[-+]0x[0-9a-f]+$/i,s=/^0b[01]+$/i,u=/^0o[0-7]+$/i,l=parseInt,c=typeof Iu=="object"&&Iu&&Iu.Object===Object&&Iu,p=typeof self=="object"&&self&&self.Object===Object&&self,m=c||p||Function("return this")(),g=Object.prototype,f=g.toString,T=Math.max,b=Math.min,h=function(){return m.Date.now()};function C(v,L,A){var y,I,F,_,U,N,q=0,k=!1,E=!1,P=!0;if(typeof v!="function")throw new TypeError(n);L=S(L)||0,D(A)&&(k=!!A.leading,E="maxWait"in A,F=E?T(S(A.maxWait)||0,L):F,P="trailing"in A?!!A.trailing:P);function O(ge){var te=y,Y=I;return y=I=void 0,q=ge,_=v.apply(Y,te),_}function H(ge){return q=ge,U=setTimeout(V,L),k?O(ge):_}function j(ge){var te=ge-N,Y=ge-q,Te=L-te;return E?b(Te,F-Y):Te}function W(ge){var te=ge-N,Y=ge-q;return N===void 0||te>=L||te<0||E&&Y>=F}function V(){var ge=h();if(W(ge))return se(ge);U=setTimeout(V,j(ge))}function se(ge){return U=void 0,P&&y?O(ge):(y=I=void 0,_)}function X(){U!==void 0&&clearTimeout(U),q=0,y=N=I=U=void 0}function Z(){return U===void 0?_:se(h())}function ue(){var ge=h(),te=W(ge);if(y=arguments,I=this,N=ge,te){if(U===void 0)return H(N);if(E)return U=setTimeout(V,L),O(N)}return U===void 0&&(U=setTimeout(V,L)),_}return ue.cancel=X,ue.flush=Z,ue}function D(v){var L=typeof v;return!!v&&(L=="object"||L=="function")}function M(v){return!!v&&typeof v=="object"}function B(v){return typeof v=="symbol"||M(v)&&f.call(v)==a}function S(v){if(typeof v=="number")return v;if(B(v))return r;if(D(v)){var L=typeof v.valueOf=="function"?v.valueOf():v;v=D(L)?L+"":L}if(typeof v!="string")return v===0?v:+v;v=v.replace(i,"");var A=s.test(v);return A||u.test(v)?l(v.slice(2),A?2:8):o.test(v)?r:+v}e.exports=C}),A4={};Cx(A4,{default:()=>qo});var Dx=w4(D4());wx(A4,w4(D4()));var{default:C4,...Ax}=Dx,qo=C4!==void 0?C4:Ax;d();d();var kx=Object.create,n0=Object.defineProperty,Px=Object.getOwnPropertyDescriptor,Lx=Object.getOwnPropertyNames,_x=Object.getPrototypeOf,Fx=Object.prototype.hasOwnProperty,Mx=(t,e)=>()=>(e||t((e={exports:{}}).exports,e),e.exports),Bx=(t,e)=>{for(var n in e)n0(t,n,{get:e[n],enumerable:!0})},t0=(t,e,n,r)=>{if(e&&typeof e=="object"||typeof e=="function")for(let a of Lx(e))!Fx.call(t,a)&&a!==n&&n0(t,a,{get:()=>e[a],enumerable:!(r=Px(e,a))||r.enumerable});return t},Ix=(t,e,n)=>(t0(t,e,"default"),n&&t0(n,e,"default")),P4=(t,e,n)=>(n=t!=null?kx(_x(t)):{},t0(e||!t||!t.__esModule?n0(n,"default",{value:t,enumerable:!0}):n,t)),L4=Mx((t,e)=>{(function(n,r){typeof t=="object"&&typeof e=="object"?e.exports=r():typeof define=="function"&&define.amd?define([],r):typeof t=="object"?t.notie=r():n.notie=r()})(t,function(){return function(n){function r(i){if(a[i])return a[i].exports;var o=a[i]={i,l:!1,exports:{}};return n[i].call(o.exports,o,o.exports,r),o.l=!0,o.exports}var a={};return r.m=n,r.c=a,r.i=function(i){return i},r.d=function(i,o,s){r.o(i,o)||Object.defineProperty(i,o,{configurable:!1,enumerable:!0,get:s})},r.n=function(i){var o=i&&i.__esModule?function(){return i.default}:function(){return i};return r.d(o,"a",o),o},r.o=function(i,o){return Object.prototype.hasOwnProperty.call(i,o)},r.p="",r(r.s=1)}([function(n,r){n.exports=function(a){return a.webpackPolyfill||(a.deprecate=function(){},a.paths=[],a.children||(a.children=[]),Object.defineProperty(a,"loaded",{enumerable:!0,get:function(){return a.l}}),Object.defineProperty(a,"id",{enumerable:!0,get:function(){return a.i}}),a.webpackPolyfill=1),a}},function(n,r,a){"use strict";(function(i){var o,s,u,l=typeof Symbol=="function"&&typeof Symbol.iterator=="symbol"?function(c){return typeof c}:function(c){return c&&typeof Symbol=="function"&&c.constructor===Symbol&&c!==Symbol.prototype?"symbol":typeof c};(function(c,p){l(r)==="object"&&l(i)==="object"?i.exports=p():(s=[],o=p,u=typeof o=="function"?o.apply(r,s):o,u!==void 0&&(i.exports=u))})(void 0,function(){return function(c){function p(g){if(m[g])return m[g].exports;var f=m[g]={i:g,l:!1,exports:{}};return c[g].call(f.exports,f,f.exports,p),f.l=!0,f.exports}var m={};return p.m=c,p.c=m,p.i=function(g){return g},p.d=function(g,f,T){p.o(g,f)||Object.defineProperty(g,f,{configurable:!1,enumerable:!0,get:T})},p.n=function(g){var f=g&&g.__esModule?function(){return g.default}:function(){return g};return p.d(f,"a",f),f},p.o=function(g,f){return Object.prototype.hasOwnProperty.call(g,f)},p.p="",p(p.s=0)}([function(c,p,m){function g(j,W){var V={};for(var se in j)W.indexOf(se)>=0||Object.prototype.hasOwnProperty.call(j,se)&&(V[se]=j[se]);return V}Object.defineProperty(p,"__esModule",{value:!0});var f=typeof Symbol=="function"&&l(Symbol.iterator)==="symbol"?function(j){return typeof j>"u"?"undefined":l(j)}:function(j){return j&&typeof Symbol=="function"&&j.constructor===Symbol&&j!==Symbol.prototype?"symbol":typeof j>"u"?"undefined":l(j)},T=Object.assign||function(j){for(var W=1;W'+se+"",Te.onclick=function(){return F(ae,Y)},Te.listener=function(ie){(A(ie)||y(ie))&&N()},I(Te,Y),Z&&Z<1&&(Z=1),!ge&&Z&&M(Z).then(function(){return F(ae,Y)})},k=p.force=function(j,W){var V=j.type,se=V===void 0?5:V,X=j.text,Z=j.buttonText,ue=Z===void 0?"OK":Z,ge=j.callback,te=j.position,Y=te===void 0?h.positions.force||Y.top:te;B(),N();var Te=document.createElement("div"),ae=S();Te.id=ae;var ie=document.createElement("div");ie.classList.add(h.classes.textbox),ie.classList.add(h.classes.backgroundInfo),ie.innerHTML='
'+X+"
";var Ee=document.createElement("div");Ee.classList.add(h.classes.button),Ee.classList.add(v[se]),Ee.innerHTML=ue,Ee.onclick=function(){F(ae,Y),U(),ge?ge():W&&W()},Te.appendChild(ie),Te.appendChild(Ee),Te.listener=function(ze){A(ze)&&Ee.click()},I(Te,Y),_()},E=p.confirm=function(j,W,V){var se=j.text,X=j.submitText,Z=X===void 0?"Yes":X,ue=j.cancelText,ge=ue===void 0?"Cancel":ue,te=j.submitCallback,Y=j.cancelCallback,Te=j.position,ae=Te===void 0?h.positions.confirm||ae.top:Te;B(),N();var ie=document.createElement("div"),Ee=S();ie.id=Ee;var ze=document.createElement("div");ze.classList.add(h.classes.textbox),ze.classList.add(h.classes.backgroundInfo),ze.innerHTML='
'+se+"
";var _e=document.createElement("div");_e.classList.add(h.classes.button),_e.classList.add(h.classes.elementHalf),_e.classList.add(h.classes.backgroundSuccess),_e.innerHTML=Z,_e.onclick=function(){F(Ee,ae),U(),te?te():W&&W()};var ce=document.createElement("div");ce.classList.add(h.classes.button),ce.classList.add(h.classes.elementHalf),ce.classList.add(h.classes.backgroundError),ce.innerHTML=ge,ce.onclick=function(){F(Ee,ae),U(),Y?Y():V&&V()},ie.appendChild(ze),ie.appendChild(_e),ie.appendChild(ce),ie.listener=function(pt){A(pt)?_e.click():y(pt)&&ce.click()},I(ie,ae),_(ie,ae)},P=function(j,W,V){var se=j.text,X=j.submitText,Z=X===void 0?"Submit":X,ue=j.cancelText,ge=ue===void 0?"Cancel":ue,te=j.submitCallback,Y=j.cancelCallback,Te=j.position,ae=Te===void 0?h.positions.input||ae.top:Te,ie=g(j,["text","submitText","cancelText","submitCallback","cancelCallback","position"]);B(),N();var Ee=document.createElement("div"),ze=S();Ee.id=ze;var _e=document.createElement("div");_e.classList.add(h.classes.textbox),_e.classList.add(h.classes.backgroundInfo),_e.innerHTML='
'+se+"
";var ce=document.createElement("input");ce.classList.add(h.classes.inputField),ce.setAttribute("autocapitalize",ie.autocapitalize||"none"),ce.setAttribute("autocomplete",ie.autocomplete||"off"),ce.setAttribute("autocorrect",ie.autocorrect||"off"),ce.setAttribute("autofocus",ie.autofocus||"true"),ce.setAttribute("inputmode",ie.inputmode||"verbatim"),ce.setAttribute("max",ie.max||""),ce.setAttribute("maxlength",ie.maxlength||""),ce.setAttribute("min",ie.min||""),ce.setAttribute("minlength",ie.minlength||""),ce.setAttribute("placeholder",ie.placeholder||""),ce.setAttribute("spellcheck",ie.spellcheck||"default"),ce.setAttribute("step",ie.step||"any"),ce.setAttribute("type",ie.type||"text"),ce.value=ie.value||"",ie.allowed&&(ce.oninput=function(){var ht=void 0;if(Array.isArray(ie.allowed)){for(var St="",on=ie.allowed,Mn=0;Mn'+V+"",Y.appendChild(ae),ue.forEach(function(Ee,ze){var _e=Ee.type,ce=_e===void 0?1:_e,pt=Ee.text,Pt=Ee.handler,ht=document.createElement("div");ht.classList.add(v[ce]),ht.classList.add(h.classes.button),ht.classList.add(h.classes.selectChoice);var St=ue[ze+1];St&&!St.type&&(St.type=1),St&&St.type===ce&&ht.classList.add(h.classes.selectChoiceRepeated),ht.innerHTML=pt,ht.onclick=function(){F(Te,te),U(),Pt()},Y.appendChild(ht)});var ie=document.createElement("div");ie.classList.add(h.classes.backgroundNeutral),ie.classList.add(h.classes.button),ie.innerHTML=X,ie.onclick=function(){F(Te,te),U(),Z?Z():W&&W()},Y.appendChild(ie),Y.listener=function(Ee){y(Ee)&&ie.click()},I(Y,te),_(Y,te)},H=p.date=function(j,W,V){var se=j.value,X=se===void 0?new Date:se,Z=j.submitText,ue=Z===void 0?"OK":Z,ge=j.cancelText,te=ge===void 0?"Cancel":ge,Y=j.submitCallback,Te=j.cancelCallback,ae=j.position,ie=ae===void 0?h.positions.date||ie.top:ae;B(),N();var Ee="▾",ze=document.createElement("div"),_e=document.createElement("div"),ce=document.createElement("div"),pt=function(gt){ze.innerHTML=h.dateMonths[gt.getMonth()],_e.innerHTML=gt.getDate(),ce.innerHTML=gt.getFullYear()},Pt=function(gt){var Ze=new Date(X.getFullYear(),X.getMonth()+1,0).getDate(),Cn=gt.target.textContent.replace(/^0+/,"").replace(/[^\d]/g,"").slice(0,2);Number(Cn)>Ze&&(Cn=Ze.toString()),gt.target.textContent=Cn,Number(Cn)<1&&(Cn="1"),X.setDate(Number(Cn))},ht=function(gt){var Ze=gt.target.textContent.replace(/^0+/,"").replace(/[^\d]/g,"").slice(0,4);gt.target.textContent=Ze,X.setFullYear(Number(Ze))},St=function(gt){pt(X)},on=function(gt){var Ze=new Date(X.getFullYear(),X.getMonth()+gt+1,0).getDate();X.getDate()>Ze&&X.setDate(Ze),X.setMonth(X.getMonth()+gt),pt(X)},Mn=function(gt){X.setDate(X.getDate()+gt),pt(X)},Ao=function(gt){var Ze=X.getFullYear()+gt;Ze<0?X.setFullYear(0):X.setFullYear(X.getFullYear()+gt),pt(X)},sr=document.createElement("div"),Fa=S();sr.id=Fa;var pi=document.createElement("div");pi.classList.add(h.classes.backgroundInfo);var $t=document.createElement("div");$t.classList.add(h.classes.dateSelectorInner);var Hn=document.createElement("div");Hn.classList.add(h.classes.button),Hn.classList.add(h.classes.elementThird),Hn.classList.add(h.classes.dateSelectorUp),Hn.innerHTML=Ee;var Yt=document.createElement("div");Yt.classList.add(h.classes.button),Yt.classList.add(h.classes.elementThird),Yt.classList.add(h.classes.dateSelectorUp),Yt.innerHTML=Ee;var En=document.createElement("div");En.classList.add(h.classes.button),En.classList.add(h.classes.elementThird),En.classList.add(h.classes.dateSelectorUp),En.innerHTML=Ee,ze.classList.add(h.classes.element),ze.classList.add(h.classes.elementThird),ze.innerHTML=h.dateMonths[X.getMonth()],_e.classList.add(h.classes.element),_e.classList.add(h.classes.elementThird),_e.setAttribute("contentEditable",!0),_e.addEventListener("input",Pt),_e.addEventListener("blur",St),_e.innerHTML=X.getDate(),ce.classList.add(h.classes.element),ce.classList.add(h.classes.elementThird),ce.setAttribute("contentEditable",!0),ce.addEventListener("input",ht),ce.addEventListener("blur",St),ce.innerHTML=X.getFullYear();var vr=document.createElement("div");vr.classList.add(h.classes.button),vr.classList.add(h.classes.elementThird),vr.innerHTML=Ee;var Sr=document.createElement("div");Sr.classList.add(h.classes.button),Sr.classList.add(h.classes.elementThird),Sr.innerHTML=Ee;var Ma=document.createElement("div");Ma.classList.add(h.classes.button),Ma.classList.add(h.classes.elementThird),Ma.innerHTML=Ee,Hn.onclick=function(){return on(1)},Yt.onclick=function(){return Mn(1)},En.onclick=function(){return Ao(1)},vr.onclick=function(){return on(-1)},Sr.onclick=function(){return Mn(-1)},Ma.onclick=function(){return Ao(-1)};var sn=document.createElement("div");sn.classList.add(h.classes.button),sn.classList.add(h.classes.elementHalf),sn.classList.add(h.classes.backgroundSuccess),sn.innerHTML=ue,sn.onclick=function(){F(Fa,ie),U(),Y?Y(X):W&&W(X)};var xr=document.createElement("div");xr.classList.add(h.classes.button),xr.classList.add(h.classes.elementHalf),xr.classList.add(h.classes.backgroundError),xr.innerHTML=te,xr.onclick=function(){F(Fa,ie),U(),Te?Te(X):V&&V(X)},$t.appendChild(Hn),$t.appendChild(Yt),$t.appendChild(En),$t.appendChild(ze),$t.appendChild(_e),$t.appendChild(ce),$t.appendChild(vr),$t.appendChild(Sr),$t.appendChild(Ma),pi.appendChild($t),sr.appendChild(pi),sr.appendChild(sn),sr.appendChild(xr),sr.listener=function(gt){A(gt)?sn.click():y(gt)&&xr.click()},I(sr,ie),_(sr,ie)};p.default={alert:q,force:k,confirm:E,input:P,select:O,date:H,setOptions:C,hideAlerts:N}}])})}).call(r,a(0)(n))}])})}),_4={};Bx(_4,{default:()=>Ru});var Rx=P4(L4());Ix(_4,P4(L4()));var{default:k4,...Ox}=Rx,Ru=k4!==void 0?k4:Ox;d();d();var Ou=typeof navigator<"u"?navigator.userAgent.toLowerCase().indexOf("firefox")>0:!1;function jo(t,e,n,r){t.addEventListener?t.addEventListener(e,n,r):t.attachEvent&&t.attachEvent(`on${e}`,()=>{n(window.event)})}function r0(t,e){let n=e.slice(0,e.length-1);for(let r=0;r=0;)e[n-1]+=",",e.splice(n,1),n=e.lastIndexOf("");return e}function F4(t,e){let n=t.length>=e.length?t:e,r=t.length>=e.length?e:t,a=!0;for(let i=0;ixi[t.toLowerCase()]||$n[t.toLowerCase()]||t.toUpperCase().charCodeAt(0),zx=t=>Object.keys(xi).find(e=>xi[e]===t),Nx=t=>Object.keys($n).find(e=>$n[e]===t);function z4(t){R4=t||"all"}function Ho(){return R4||"all"}function Ux(){return nt.slice(0)}function qx(){return nt.map(t=>zx(t)||Nx(t)||String.fromCharCode(t))}function jx(){let t=[];return Object.keys(mt).forEach(e=>{mt[e].forEach(({key:n,scope:r,mods:a,shortcut:i})=>{t.push({scope:r,shortcut:i,mods:a,keys:n.split("+").map(o=>Wo(o))})})}),t}function Hx(t){let e=t.target||t.srcElement,{tagName:n}=e,r=!0;return(e.isContentEditable||(n==="INPUT"||n==="TEXTAREA"||n==="SELECT")&&!e.readOnly)&&(r=!1),r}function Wx(t){return typeof t=="string"&&(t=Wo(t)),nt.indexOf(t)!==-1}function Kx(t,e){let n,r;t||(t=Ho());for(let a in mt)if(Object.prototype.hasOwnProperty.call(mt,a))for(n=mt[a],r=0;r=0&&nt.splice(n,1),t.key&&t.key.toLowerCase()==="meta"&&nt.splice(0,nt.length),(e===93||e===224)&&(e=91),e in Ut){Ut[e]=!1;for(let r in $n)$n[r]===e&&(_r[r]=!1)}}function N4(t,...e){if(typeof t>"u")Object.keys(mt).forEach(n=>delete mt[n]);else if(Array.isArray(t))t.forEach(n=>{n.key&&i0(n)});else if(typeof t=="object")t.key&&i0(t);else if(typeof t=="string"){let[n,r]=e;typeof n=="function"&&(r=n,n=""),i0({key:t,scope:n,method:r,splitKey:"+"})}}var i0=({key:t,scope:e,method:n,splitKey:r="+"})=>{a0(t).forEach(i=>{let o=i.split(r),s=o.length,u=o[s-1],l=u==="*"?"*":Wo(u);if(!mt[l])return;e||(e=Ho());let c=s>1?r0($n,o):[];mt[l]=mt[l].filter(p=>!((n?p.method===n:!0)&&p.scope===e&&F4(p.mods,c)))})};function B4(t,e,n,r){if(e.element!==r)return;let a;if(e.scope===n||e.scope==="all"){a=e.mods.length>0;for(let i in Ut)Object.prototype.hasOwnProperty.call(Ut,i)&&(!Ut[i]&&e.mods.indexOf(+i)>-1||Ut[i]&&e.mods.indexOf(+i)===-1)&&(a=!1);(e.mods.length===0&&!Ut[16]&&!Ut[18]&&!Ut[17]&&!Ut[91]||a||e.shortcut==="*")&&(e.keys=[],e.keys=e.keys.concat(nt),e.method(t,e)===!1&&(t.preventDefault?t.preventDefault():t.returnValue=!1,t.stopPropagation&&t.stopPropagation(),t.cancelBubble&&(t.cancelBubble=!0)))}}function I4(t,e){let n=mt["*"],r=t.keyCode||t.which||t.charCode;if(!_r.filter.call(this,t))return;if((r===93||r===224)&&(r=91),nt.indexOf(r)===-1&&r!==229&&nt.push(r),["ctrlKey","altKey","shiftKey","metaKey"].forEach(i=>{let o=zu[i];t[i]&&nt.indexOf(o)===-1?nt.push(o):!t[i]&&nt.indexOf(o)>-1?nt.splice(nt.indexOf(o),1):i==="metaKey"&&t[i]&&nt.length===3&&(t.ctrlKey||t.shiftKey||t.altKey||(nt=nt.slice(nt.indexOf(o))))}),r in Ut){Ut[r]=!0;for(let i in $n)$n[i]===r&&(_r[i]=!0);if(!n)return}for(let i in Ut)Object.prototype.hasOwnProperty.call(Ut,i)&&(Ut[i]=t[zu[i]]);t.getModifierState&&!(t.altKey&&!t.ctrlKey)&&t.getModifierState("AltGraph")&&(nt.indexOf(17)===-1&&nt.push(17),nt.indexOf(18)===-1&&nt.push(18),Ut[17]=!0,Ut[18]=!0);let a=Ho();if(n)for(let i=0;i-1}function _r(t,e,n){nt=[];let r=a0(t),a=[],i="all",o=document,s=0,u=!1,l=!0,c="+",p=!1,m=!1;for(n===void 0&&typeof e=="function"&&(n=e),Object.prototype.toString.call(e)==="[object Object]"&&(e.scope&&(i=e.scope),e.element&&(o=e.element),e.keyup&&(u=e.keyup),e.keydown!==void 0&&(l=e.keydown),e.capture!==void 0&&(p=e.capture),typeof e.splitKey=="string"&&(c=e.splitKey),e.single===!0&&(m=!0)),typeof e=="string"&&(i=e),m&&N4(t,i);s1&&(a=r0($n,t)),t=t[t.length-1],t=t==="*"?"*":Wo(t),t in mt||(mt[t]=[]),mt[t].push({keyup:u,keydown:l,scope:i,mods:a,shortcut:r[s],method:n,key:r[s],splitKey:c,element:o});typeof o<"u"&&!Vx(o)&&window&&(O4.push(o),jo(o,"keydown",g=>{I4(g,o)},p),M4||(M4=!0,jo(window,"focus",()=>{nt=[]},p),jo(window,"click",()=>{nt=[]},!1)),jo(o,"keyup",g=>{I4(g,o),Gx(g)},p))}function $x(t,e="all"){Object.keys(mt).forEach(n=>{mt[n].filter(a=>a.scope===e&&a.shortcut===t).forEach(a=>{a&&a.method&&a.method()})})}var o0={getPressedKeyString:qx,setScope:z4,getScope:Ho,deleteScope:Kx,getPressedKeyCodes:Ux,getAllKeyCodes:jx,isPressed:Wx,filter:Hx,trigger:$x,unbind:N4,keyMap:xi,modifier:$n,modifierMap:zu};for(let t in o0)Object.prototype.hasOwnProperty.call(o0,t)&&(_r[t]=o0[t]);if(typeof window<"u"){let t=window.hotkeys;_r.noConflict=e=>(e&&window.hotkeys===_r&&(window.hotkeys=t),_r),window.hotkeys=_r}var yn=_r;d();d();var Yx={"Amazon Silk":"amazon_silk","Android Browser":"android",Bada:"bada",BlackBerry:"blackberry",Chrome:"chrome",Chromium:"chromium",Electron:"electron",Epiphany:"epiphany",Firefox:"firefox",Focus:"focus",Generic:"generic","Google Search":"google_search",Googlebot:"googlebot","Internet Explorer":"ie","K-Meleon":"k_meleon",Maxthon:"maxthon","Microsoft Edge":"edge","MZ Browser":"mz","NAVER Whale Browser":"naver",Opera:"opera","Opera Coast":"opera_coast",PhantomJS:"phantomjs",Puffin:"puffin",QupZilla:"qupzilla",QQ:"qq",QQLite:"qqlite",Safari:"safari",Sailfish:"sailfish","Samsung Internet for Android":"samsung_internet",SeaMonkey:"seamonkey",Sleipnir:"sleipnir",Swing:"swing",Tizen:"tizen","UC Browser":"uc",Vivaldi:"vivaldi","WebOS Browser":"webos",WeChat:"wechat","Yandex Browser":"yandex",Roku:"roku"},q4={amazon_silk:"Amazon Silk",android:"Android Browser",bada:"Bada",blackberry:"BlackBerry",chrome:"Chrome",chromium:"Chromium",electron:"Electron",epiphany:"Epiphany",firefox:"Firefox",focus:"Focus",generic:"Generic",googlebot:"Googlebot",google_search:"Google Search",ie:"Internet Explorer",k_meleon:"K-Meleon",maxthon:"Maxthon",edge:"Microsoft Edge",mz:"MZ Browser",naver:"NAVER Whale Browser",opera:"Opera",opera_coast:"Opera Coast",phantomjs:"PhantomJS",puffin:"Puffin",qupzilla:"QupZilla",qq:"QQ Browser",qqlite:"QQ Browser Lite",safari:"Safari",sailfish:"Sailfish",samsung_internet:"Samsung Internet for Android",seamonkey:"SeaMonkey",sleipnir:"Sleipnir",swing:"Swing",tizen:"Tizen",uc:"UC Browser",vivaldi:"Vivaldi",webos:"WebOS Browser",wechat:"WeChat",yandex:"Yandex Browser"},Ct={tablet:"tablet",mobile:"mobile",desktop:"desktop",tv:"tv"},cn={WindowsPhone:"Windows Phone",Windows:"Windows",MacOS:"macOS",iOS:"iOS",Android:"Android",WebOS:"WebOS",BlackBerry:"BlackBerry",Bada:"Bada",Tizen:"Tizen",Linux:"Linux",ChromeOS:"Chrome OS",PlayStation4:"PlayStation 4",Roku:"Roku"},Jr={EdgeHTML:"EdgeHTML",Blink:"Blink",Trident:"Trident",Presto:"Presto",Gecko:"Gecko",WebKit:"WebKit"},G=class{static getFirstMatch(t,e){let n=e.match(t);return n&&n.length>0&&n[1]||""}static getSecondMatch(t,e){let n=e.match(t);return n&&n.length>1&&n[2]||""}static matchAndReturnConst(t,e,n){if(t.test(e))return n}static getWindowsVersionName(t){switch(t){case"NT":return"NT";case"XP":return"XP";case"NT 5.0":return"2000";case"NT 5.1":return"XP";case"NT 5.2":return"2003";case"NT 6.0":return"Vista";case"NT 6.1":return"7";case"NT 6.2":return"8";case"NT 6.3":return"8.1";case"NT 10.0":return"10";default:return}}static getMacOSVersionName(t){let e=t.split(".").splice(0,2).map(n=>parseInt(n,10)||0);if(e.push(0),e[0]===10)switch(e[1]){case 5:return"Leopard";case 6:return"Snow Leopard";case 7:return"Lion";case 8:return"Mountain Lion";case 9:return"Mavericks";case 10:return"Yosemite";case 11:return"El Capitan";case 12:return"Sierra";case 13:return"High Sierra";case 14:return"Mojave";case 15:return"Catalina";default:return}}static getAndroidVersionName(t){let e=t.split(".").splice(0,2).map(n=>parseInt(n,10)||0);if(e.push(0),!(e[0]===1&&e[1]<5)){if(e[0]===1&&e[1]<6)return"Cupcake";if(e[0]===1&&e[1]>=6)return"Donut";if(e[0]===2&&e[1]<2)return"Eclair";if(e[0]===2&&e[1]===2)return"Froyo";if(e[0]===2&&e[1]>2)return"Gingerbread";if(e[0]===3)return"Honeycomb";if(e[0]===4&&e[1]<1)return"Ice Cream Sandwich";if(e[0]===4&&e[1]<4)return"Jelly Bean";if(e[0]===4&&e[1]>=4)return"KitKat";if(e[0]===5)return"Lollipop";if(e[0]===6)return"Marshmallow";if(e[0]===7)return"Nougat";if(e[0]===8)return"Oreo";if(e[0]===9)return"Pie"}}static getVersionPrecision(t){return t.split(".").length}static compareVersions(t,e,n=!1){let r=G.getVersionPrecision(t),a=G.getVersionPrecision(e),i=Math.max(r,a),o=0,s=G.map([t,e],u=>{let l=i-G.getVersionPrecision(u),c=u+new Array(l+1).join(".0");return G.map(c.split("."),p=>new Array(20-p.length).join("0")+p).reverse()});for(n&&(o=i-Math.min(r,a)),i-=1;i>=o;){if(s[0][i]>s[1][i])return 1;if(s[0][i]===s[1][i]){if(i===o)return 0;i-=1}else if(s[0][i]{n[o]=i[o]})}return t}static getBrowserAlias(t){return Yx[t]}static getBrowserTypeByAlias(t){return q4[t]||""}},rt=/version\/(\d+(\.?_?\d+)+)/i,Qx=[{test:[/googlebot/i],describe(t){let e={name:"Googlebot"},n=G.getFirstMatch(/googlebot\/(\d+(\.\d+))/i,t)||G.getFirstMatch(rt,t);return n&&(e.version=n),e}},{test:[/opera/i],describe(t){let e={name:"Opera"},n=G.getFirstMatch(rt,t)||G.getFirstMatch(/(?:opera)[\s/](\d+(\.?_?\d+)+)/i,t);return n&&(e.version=n),e}},{test:[/opr\/|opios/i],describe(t){let e={name:"Opera"},n=G.getFirstMatch(/(?:opr|opios)[\s/](\S+)/i,t)||G.getFirstMatch(rt,t);return n&&(e.version=n),e}},{test:[/SamsungBrowser/i],describe(t){let e={name:"Samsung Internet for Android"},n=G.getFirstMatch(rt,t)||G.getFirstMatch(/(?:SamsungBrowser)[\s/](\d+(\.?_?\d+)+)/i,t);return n&&(e.version=n),e}},{test:[/Whale/i],describe(t){let e={name:"NAVER Whale Browser"},n=G.getFirstMatch(rt,t)||G.getFirstMatch(/(?:whale)[\s/](\d+(?:\.\d+)+)/i,t);return n&&(e.version=n),e}},{test:[/MZBrowser/i],describe(t){let e={name:"MZ Browser"},n=G.getFirstMatch(/(?:MZBrowser)[\s/](\d+(?:\.\d+)+)/i,t)||G.getFirstMatch(rt,t);return n&&(e.version=n),e}},{test:[/focus/i],describe(t){let e={name:"Focus"},n=G.getFirstMatch(/(?:focus)[\s/](\d+(?:\.\d+)+)/i,t)||G.getFirstMatch(rt,t);return n&&(e.version=n),e}},{test:[/swing/i],describe(t){let e={name:"Swing"},n=G.getFirstMatch(/(?:swing)[\s/](\d+(?:\.\d+)+)/i,t)||G.getFirstMatch(rt,t);return n&&(e.version=n),e}},{test:[/coast/i],describe(t){let e={name:"Opera Coast"},n=G.getFirstMatch(rt,t)||G.getFirstMatch(/(?:coast)[\s/](\d+(\.?_?\d+)+)/i,t);return n&&(e.version=n),e}},{test:[/opt\/\d+(?:.?_?\d+)+/i],describe(t){let e={name:"Opera Touch"},n=G.getFirstMatch(/(?:opt)[\s/](\d+(\.?_?\d+)+)/i,t)||G.getFirstMatch(rt,t);return n&&(e.version=n),e}},{test:[/yabrowser/i],describe(t){let e={name:"Yandex Browser"},n=G.getFirstMatch(/(?:yabrowser)[\s/](\d+(\.?_?\d+)+)/i,t)||G.getFirstMatch(rt,t);return n&&(e.version=n),e}},{test:[/ucbrowser/i],describe(t){let e={name:"UC Browser"},n=G.getFirstMatch(rt,t)||G.getFirstMatch(/(?:ucbrowser)[\s/](\d+(\.?_?\d+)+)/i,t);return n&&(e.version=n),e}},{test:[/Maxthon|mxios/i],describe(t){let e={name:"Maxthon"},n=G.getFirstMatch(rt,t)||G.getFirstMatch(/(?:Maxthon|mxios)[\s/](\d+(\.?_?\d+)+)/i,t);return n&&(e.version=n),e}},{test:[/epiphany/i],describe(t){let e={name:"Epiphany"},n=G.getFirstMatch(rt,t)||G.getFirstMatch(/(?:epiphany)[\s/](\d+(\.?_?\d+)+)/i,t);return n&&(e.version=n),e}},{test:[/puffin/i],describe(t){let e={name:"Puffin"},n=G.getFirstMatch(rt,t)||G.getFirstMatch(/(?:puffin)[\s/](\d+(\.?_?\d+)+)/i,t);return n&&(e.version=n),e}},{test:[/sleipnir/i],describe(t){let e={name:"Sleipnir"},n=G.getFirstMatch(rt,t)||G.getFirstMatch(/(?:sleipnir)[\s/](\d+(\.?_?\d+)+)/i,t);return n&&(e.version=n),e}},{test:[/k-meleon/i],describe(t){let e={name:"K-Meleon"},n=G.getFirstMatch(rt,t)||G.getFirstMatch(/(?:k-meleon)[\s/](\d+(\.?_?\d+)+)/i,t);return n&&(e.version=n),e}},{test:[/micromessenger/i],describe(t){let e={name:"WeChat"},n=G.getFirstMatch(/(?:micromessenger)[\s/](\d+(\.?_?\d+)+)/i,t)||G.getFirstMatch(rt,t);return n&&(e.version=n),e}},{test:[/qqbrowser/i],describe(t){let e={name:/qqbrowserlite/i.test(t)?"QQ Browser Lite":"QQ Browser"},n=G.getFirstMatch(/(?:qqbrowserlite|qqbrowser)[/](\d+(\.?_?\d+)+)/i,t)||G.getFirstMatch(rt,t);return n&&(e.version=n),e}},{test:[/msie|trident/i],describe(t){let e={name:"Internet Explorer"},n=G.getFirstMatch(/(?:msie |rv:)(\d+(\.?_?\d+)+)/i,t);return n&&(e.version=n),e}},{test:[/\sedg\//i],describe(t){let e={name:"Microsoft Edge"},n=G.getFirstMatch(/\sedg\/(\d+(\.?_?\d+)+)/i,t);return n&&(e.version=n),e}},{test:[/edg([ea]|ios)/i],describe(t){let e={name:"Microsoft Edge"},n=G.getSecondMatch(/edg([ea]|ios)\/(\d+(\.?_?\d+)+)/i,t);return n&&(e.version=n),e}},{test:[/vivaldi/i],describe(t){let e={name:"Vivaldi"},n=G.getFirstMatch(/vivaldi\/(\d+(\.?_?\d+)+)/i,t);return n&&(e.version=n),e}},{test:[/seamonkey/i],describe(t){let e={name:"SeaMonkey"},n=G.getFirstMatch(/seamonkey\/(\d+(\.?_?\d+)+)/i,t);return n&&(e.version=n),e}},{test:[/sailfish/i],describe(t){let e={name:"Sailfish"},n=G.getFirstMatch(/sailfish\s?browser\/(\d+(\.\d+)?)/i,t);return n&&(e.version=n),e}},{test:[/silk/i],describe(t){let e={name:"Amazon Silk"},n=G.getFirstMatch(/silk\/(\d+(\.?_?\d+)+)/i,t);return n&&(e.version=n),e}},{test:[/phantom/i],describe(t){let e={name:"PhantomJS"},n=G.getFirstMatch(/phantomjs\/(\d+(\.?_?\d+)+)/i,t);return n&&(e.version=n),e}},{test:[/slimerjs/i],describe(t){let e={name:"SlimerJS"},n=G.getFirstMatch(/slimerjs\/(\d+(\.?_?\d+)+)/i,t);return n&&(e.version=n),e}},{test:[/blackberry|\bbb\d+/i,/rim\stablet/i],describe(t){let e={name:"BlackBerry"},n=G.getFirstMatch(rt,t)||G.getFirstMatch(/blackberry[\d]+\/(\d+(\.?_?\d+)+)/i,t);return n&&(e.version=n),e}},{test:[/(web|hpw)[o0]s/i],describe(t){let e={name:"WebOS Browser"},n=G.getFirstMatch(rt,t)||G.getFirstMatch(/w(?:eb)?[o0]sbrowser\/(\d+(\.?_?\d+)+)/i,t);return n&&(e.version=n),e}},{test:[/bada/i],describe(t){let e={name:"Bada"},n=G.getFirstMatch(/dolfin\/(\d+(\.?_?\d+)+)/i,t);return n&&(e.version=n),e}},{test:[/tizen/i],describe(t){let e={name:"Tizen"},n=G.getFirstMatch(/(?:tizen\s?)?browser\/(\d+(\.?_?\d+)+)/i,t)||G.getFirstMatch(rt,t);return n&&(e.version=n),e}},{test:[/qupzilla/i],describe(t){let e={name:"QupZilla"},n=G.getFirstMatch(/(?:qupzilla)[\s/](\d+(\.?_?\d+)+)/i,t)||G.getFirstMatch(rt,t);return n&&(e.version=n),e}},{test:[/firefox|iceweasel|fxios/i],describe(t){let e={name:"Firefox"},n=G.getFirstMatch(/(?:firefox|iceweasel|fxios)[\s/](\d+(\.?_?\d+)+)/i,t);return n&&(e.version=n),e}},{test:[/electron/i],describe(t){let e={name:"Electron"},n=G.getFirstMatch(/(?:electron)\/(\d+(\.?_?\d+)+)/i,t);return n&&(e.version=n),e}},{test:[/MiuiBrowser/i],describe(t){let e={name:"Miui"},n=G.getFirstMatch(/(?:MiuiBrowser)[\s/](\d+(\.?_?\d+)+)/i,t);return n&&(e.version=n),e}},{test:[/chromium/i],describe(t){let e={name:"Chromium"},n=G.getFirstMatch(/(?:chromium)[\s/](\d+(\.?_?\d+)+)/i,t)||G.getFirstMatch(rt,t);return n&&(e.version=n),e}},{test:[/chrome|crios|crmo/i],describe(t){let e={name:"Chrome"},n=G.getFirstMatch(/(?:chrome|crios|crmo)\/(\d+(\.?_?\d+)+)/i,t);return n&&(e.version=n),e}},{test:[/GSA/i],describe(t){let e={name:"Google Search"},n=G.getFirstMatch(/(?:GSA)\/(\d+(\.?_?\d+)+)/i,t);return n&&(e.version=n),e}},{test(t){let e=!t.test(/like android/i),n=t.test(/android/i);return e&&n},describe(t){let e={name:"Android Browser"},n=G.getFirstMatch(rt,t);return n&&(e.version=n),e}},{test:[/playstation 4/i],describe(t){let e={name:"PlayStation 4"},n=G.getFirstMatch(rt,t);return n&&(e.version=n),e}},{test:[/safari|applewebkit/i],describe(t){let e={name:"Safari"},n=G.getFirstMatch(rt,t);return n&&(e.version=n),e}},{test:[/.*/i],describe(t){let e=/^(.*)\/(.*) /,n=/^(.*)\/(.*)[ \t]\((.*)/,r=t.search("\\(")!==-1?n:e;return{name:G.getFirstMatch(r,t),version:G.getSecondMatch(r,t)}}}],Zx=Qx,Jx=[{test:[/Roku\/DVP/],describe(t){let e=G.getFirstMatch(/Roku\/DVP-(\d+\.\d+)/i,t);return{name:cn.Roku,version:e}}},{test:[/windows phone/i],describe(t){let e=G.getFirstMatch(/windows phone (?:os)?\s?(\d+(\.\d+)*)/i,t);return{name:cn.WindowsPhone,version:e}}},{test:[/windows /i],describe(t){let e=G.getFirstMatch(/Windows ((NT|XP)( \d\d?.\d)?)/i,t),n=G.getWindowsVersionName(e);return{name:cn.Windows,version:e,versionName:n}}},{test:[/Macintosh(.*?) FxiOS(.*?)\//],describe(t){let e={name:cn.iOS},n=G.getSecondMatch(/(Version\/)(\d[\d.]+)/,t);return n&&(e.version=n),e}},{test:[/macintosh/i],describe(t){let e=G.getFirstMatch(/mac os x (\d+(\.?_?\d+)+)/i,t).replace(/[_\s]/g,"."),n=G.getMacOSVersionName(e),r={name:cn.MacOS,version:e};return n&&(r.versionName=n),r}},{test:[/(ipod|iphone|ipad)/i],describe(t){let e=G.getFirstMatch(/os (\d+([_\s]\d+)*) like mac os x/i,t).replace(/[_\s]/g,".");return{name:cn.iOS,version:e}}},{test(t){let e=!t.test(/like android/i),n=t.test(/android/i);return e&&n},describe(t){let e=G.getFirstMatch(/android[\s/-](\d+(\.\d+)*)/i,t),n=G.getAndroidVersionName(e),r={name:cn.Android,version:e};return n&&(r.versionName=n),r}},{test:[/(web|hpw)[o0]s/i],describe(t){let e=G.getFirstMatch(/(?:web|hpw)[o0]s\/(\d+(\.\d+)*)/i,t),n={name:cn.WebOS};return e&&e.length&&(n.version=e),n}},{test:[/blackberry|\bbb\d+/i,/rim\stablet/i],describe(t){let e=G.getFirstMatch(/rim\stablet\sos\s(\d+(\.\d+)*)/i,t)||G.getFirstMatch(/blackberry\d+\/(\d+([_\s]\d+)*)/i,t)||G.getFirstMatch(/\bbb(\d+)/i,t);return{name:cn.BlackBerry,version:e}}},{test:[/bada/i],describe(t){let e=G.getFirstMatch(/bada\/(\d+(\.\d+)*)/i,t);return{name:cn.Bada,version:e}}},{test:[/tizen/i],describe(t){let e=G.getFirstMatch(/tizen[/\s](\d+(\.\d+)*)/i,t);return{name:cn.Tizen,version:e}}},{test:[/linux/i],describe(){return{name:cn.Linux}}},{test:[/CrOS/],describe(){return{name:cn.ChromeOS}}},{test:[/PlayStation 4/],describe(t){let e=G.getFirstMatch(/PlayStation 4[/\s](\d+(\.\d+)*)/i,t);return{name:cn.PlayStation4,version:e}}}],Xx=[{test:[/googlebot/i],describe(){return{type:"bot",vendor:"Google"}}},{test:[/huawei/i],describe(t){let e=G.getFirstMatch(/(can-l01)/i,t)&&"Nova",n={type:Ct.mobile,vendor:"Huawei"};return e&&(n.model=e),n}},{test:[/nexus\s*(?:7|8|9|10).*/i],describe(){return{type:Ct.tablet,vendor:"Nexus"}}},{test:[/ipad/i],describe(){return{type:Ct.tablet,vendor:"Apple",model:"iPad"}}},{test:[/Macintosh(.*?) FxiOS(.*?)\//],describe(){return{type:Ct.tablet,vendor:"Apple",model:"iPad"}}},{test:[/kftt build/i],describe(){return{type:Ct.tablet,vendor:"Amazon",model:"Kindle Fire HD 7"}}},{test:[/silk/i],describe(){return{type:Ct.tablet,vendor:"Amazon"}}},{test:[/tablet(?! pc)/i],describe(){return{type:Ct.tablet}}},{test(t){let e=t.test(/ipod|iphone/i),n=t.test(/like (ipod|iphone)/i);return e&&!n},describe(t){let e=G.getFirstMatch(/(ipod|iphone)/i,t);return{type:Ct.mobile,vendor:"Apple",model:e}}},{test:[/nexus\s*[0-6].*/i,/galaxy nexus/i],describe(){return{type:Ct.mobile,vendor:"Nexus"}}},{test:[/[^-]mobi/i],describe(){return{type:Ct.mobile}}},{test(t){return t.getBrowserName(!0)==="blackberry"},describe(){return{type:Ct.mobile,vendor:"BlackBerry"}}},{test(t){return t.getBrowserName(!0)==="bada"},describe(){return{type:Ct.mobile}}},{test(t){return t.getBrowserName()==="windows phone"},describe(){return{type:Ct.mobile,vendor:"Microsoft"}}},{test(t){let e=Number(String(t.getOSVersion()).split(".")[0]);return t.getOSName(!0)==="android"&&e>=3},describe(){return{type:Ct.tablet}}},{test(t){return t.getOSName(!0)==="android"},describe(){return{type:Ct.mobile}}},{test(t){return t.getOSName(!0)==="macos"},describe(){return{type:Ct.desktop,vendor:"Apple"}}},{test(t){return t.getOSName(!0)==="windows"},describe(){return{type:Ct.desktop}}},{test(t){return t.getOSName(!0)==="linux"},describe(){return{type:Ct.desktop}}},{test(t){return t.getOSName(!0)==="playstation 4"},describe(){return{type:Ct.tv}}},{test(t){return t.getOSName(!0)==="roku"},describe(){return{type:Ct.tv}}}],eE=[{test(t){return t.getBrowserName(!0)==="microsoft edge"},describe(t){if(/\sedg\//i.test(t))return{name:Jr.Blink};let e=G.getFirstMatch(/edge\/(\d+(\.?_?\d+)+)/i,t);return{name:Jr.EdgeHTML,version:e}}},{test:[/trident/i],describe(t){let e={name:Jr.Trident},n=G.getFirstMatch(/trident\/(\d+(\.?_?\d+)+)/i,t);return n&&(e.version=n),e}},{test(t){return t.test(/presto/i)},describe(t){let e={name:Jr.Presto},n=G.getFirstMatch(/presto\/(\d+(\.?_?\d+)+)/i,t);return n&&(e.version=n),e}},{test(t){let e=t.test(/gecko/i),n=t.test(/like gecko/i);return e&&!n},describe(t){let e={name:Jr.Gecko},n=G.getFirstMatch(/gecko\/(\d+(\.?_?\d+)+)/i,t);return n&&(e.version=n),e}},{test:[/(apple)?webkit\/537\.36/i],describe(){return{name:Jr.Blink}}},{test:[/(apple)?webkit/i],describe(t){let e={name:Jr.WebKit},n=G.getFirstMatch(/webkit\/(\d+(\.?_?\d+)+)/i,t);return n&&(e.version=n),e}}],tE=class{constructor(t,e=!1){if(t==null||t==="")throw new Error("UserAgent parameter can't be empty");this._ua=t,this.parsedResult={},e!==!0&&this.parse()}getUA(){return this._ua}test(t){return t.test(this._ua)}parseBrowser(){this.parsedResult.browser={};let t=G.find(Zx,e=>{if(typeof e.test=="function")return e.test(this);if(e.test instanceof Array)return e.test.some(n=>this.test(n));throw new Error("Browser's test function is not valid")});return t&&(this.parsedResult.browser=t.describe(this.getUA())),this.parsedResult.browser}getBrowser(){return this.parsedResult.browser?this.parsedResult.browser:this.parseBrowser()}getBrowserName(t){return t?String(this.getBrowser().name).toLowerCase()||"":this.getBrowser().name||""}getBrowserVersion(){return this.getBrowser().version}getOS(){return this.parsedResult.os?this.parsedResult.os:this.parseOS()}parseOS(){this.parsedResult.os={};let t=G.find(Jx,e=>{if(typeof e.test=="function")return e.test(this);if(e.test instanceof Array)return e.test.some(n=>this.test(n));throw new Error("Browser's test function is not valid")});return t&&(this.parsedResult.os=t.describe(this.getUA())),this.parsedResult.os}getOSName(t){let{name:e}=this.getOS();return t?String(e).toLowerCase()||"":e||""}getOSVersion(){return this.getOS().version}getPlatform(){return this.parsedResult.platform?this.parsedResult.platform:this.parsePlatform()}getPlatformType(t=!1){let{type:e}=this.getPlatform();return t?String(e).toLowerCase()||"":e||""}parsePlatform(){this.parsedResult.platform={};let t=G.find(Xx,e=>{if(typeof e.test=="function")return e.test(this);if(e.test instanceof Array)return e.test.some(n=>this.test(n));throw new Error("Browser's test function is not valid")});return t&&(this.parsedResult.platform=t.describe(this.getUA())),this.parsedResult.platform}getEngine(){return this.parsedResult.engine?this.parsedResult.engine:this.parseEngine()}getEngineName(t){return t?String(this.getEngine().name).toLowerCase()||"":this.getEngine().name||""}parseEngine(){this.parsedResult.engine={};let t=G.find(eE,e=>{if(typeof e.test=="function")return e.test(this);if(e.test instanceof Array)return e.test.some(n=>this.test(n));throw new Error("Browser's test function is not valid")});return t&&(this.parsedResult.engine=t.describe(this.getUA())),this.parsedResult.engine}parse(){return this.parseBrowser(),this.parseOS(),this.parsePlatform(),this.parseEngine(),this}getResult(){return G.assign({},this.parsedResult)}satisfies(t){let e={},n=0,r={},a=0;if(Object.keys(t).forEach(i=>{let o=t[i];typeof o=="string"?(r[i]=o,a+=1):typeof o=="object"&&(e[i]=o,n+=1)}),n>0){let i=Object.keys(e),o=G.find(i,u=>this.isOS(u));if(o){let u=this.satisfies(e[o]);if(u!==void 0)return u}let s=G.find(i,u=>this.isPlatform(u));if(s){let u=this.satisfies(e[s]);if(u!==void 0)return u}}if(a>0){let i=Object.keys(r),o=G.find(i,s=>this.isBrowser(s,!0));if(o!==void 0)return this.compareVersion(r[o])}}isBrowser(t,e=!1){let n=this.getBrowserName().toLowerCase(),r=t.toLowerCase(),a=G.getBrowserTypeByAlias(r);return e&&a&&(r=a.toLowerCase()),r===n}compareVersion(t){let e=[0],n=t,r=!1,a=this.getBrowserVersion();if(typeof a=="string")return t[0]===">"||t[0]==="<"?(n=t.substr(1),t[1]==="="?(r=!0,n=t.substr(2)):e=[],t[0]===">"?e.push(1):e.push(-1)):t[0]==="="?n=t.substr(1):t[0]==="~"&&(r=!0,n=t.substr(1)),e.indexOf(G.compareVersions(a,n,r))>-1}isOS(t){return this.getOSName(!0)===String(t).toLowerCase()}isPlatform(t){return this.getPlatformType(!0)===String(t).toLowerCase()}isEngine(t){return this.getEngineName(!0)===String(t).toLowerCase()}is(t,e=!1){return this.isBrowser(t,e)||this.isOS(t)||this.isPlatform(t)}some(t=[]){return t.some(e=>this.is(e))}},U4=tE,nE=class{static getParser(t,e=!1){if(typeof t!="string")throw new Error("UserAgent should be a string");return new U4(t,e)}static parse(t){return new U4(t).getResult()}static get BROWSER_MAP(){return q4}static get ENGINE_MAP(){return Jr}static get OS_MAP(){return cn}static get PLATFORMS_MAP(){return Ct}},Ei=nE;d();d();var{entries:Y4,setPrototypeOf:j4,isFrozen:rE,getPrototypeOf:aE,getOwnPropertyDescriptor:iE}=Object,{freeze:dn,seal:Qn,create:oE}=Object,{apply:p0,construct:g0}=typeof Reflect<"u"&&Reflect;p0||(p0=function(t,e,n){return t.apply(e,n)});dn||(dn=function(t){return t});Qn||(Qn=function(t){return t});g0||(g0=function(t,e){return new t(...e)});var sE=Rn(Array.prototype.forEach),H4=Rn(Array.prototype.pop),Ko=Rn(Array.prototype.push),qu=Rn(String.prototype.toLowerCase),s0=Rn(String.prototype.toString),uE=Rn(String.prototype.match),Yn=Rn(String.prototype.replace),lE=Rn(String.prototype.indexOf),cE=Rn(String.prototype.trim),Dn=Rn(RegExp.prototype.test),Go=dE(TypeError);function Rn(t){return function(e){for(var n=arguments.length,r=new Array(n>1?n-1:0),a=1;a/gm),hE=Qn(/\${[\w\W]*}/gm),bE=Qn(/^data-[\-\w.\u00B7-\uFFFF]/),TE=Qn(/^aria-[\-\w]+$/),Q4=Qn(/^(?:(?:(?:f|ht)tps?|mailto|tel|callto|sms|cid|xmpp):|[^a-z]|[a-z+.\-]+(?:[^a-z+.\-:]|$))/i),yE=Qn(/^(?:\w+script|data):/i),vE=Qn(/[\u0000-\u0020\u00A0\u1680\u180E\u2000-\u2029\u205F\u3000]/g),Z4=Qn(/^html$/i),$4=Object.freeze({__proto__:null,MUSTACHE_EXPR:mE,ERB_EXPR:fE,TMPLIT_EXPR:hE,DATA_ATTR:bE,ARIA_ATTR:TE,IS_ALLOWED_URI:Q4,IS_SCRIPT_OR_DATA:yE,ATTR_WHITESPACE:vE,DOCTYPE_NAME:Z4}),SE=()=>typeof window>"u"?null:window,xE=function(t,e){if(typeof t!="object"||typeof t.createPolicy!="function")return null;let n=null,r="data-tt-policy-suffix";e&&e.hasAttribute(r)&&(n=e.getAttribute(r));let a="dompurify"+(n?"#"+n:"");try{return t.createPolicy(a,{createHTML(i){return i},createScriptURL(i){return i}})}catch{return null}};function J4(){let t=arguments.length>0&&arguments[0]!==void 0?arguments[0]:SE(),e=R=>J4(R);if(e.version="3.0.3",e.removed=[],!t||!t.document||t.document.nodeType!==9)return e.isSupported=!1,e;let n=t.document,r=n.currentScript,{document:a}=t,{DocumentFragment:i,HTMLTemplateElement:o,Node:s,Element:u,NodeFilter:l,NamedNodeMap:c=t.NamedNodeMap||t.MozNamedAttrMap,HTMLFormElement:p,DOMParser:m,trustedTypes:g}=t,f=u.prototype,T=Nu(f,"cloneNode"),b=Nu(f,"nextSibling"),h=Nu(f,"childNodes"),C=Nu(f,"parentNode");if(typeof o=="function"){let R=a.createElement("template");R.content&&R.content.ownerDocument&&(a=R.content.ownerDocument)}let D,M="",{implementation:B,createNodeIterator:S,createDocumentFragment:v,getElementsByTagName:L}=a,{importNode:A}=n,y={};e.isSupported=typeof Y4=="function"&&typeof C=="function"&&B&&B.createHTMLDocument!==void 0;let{MUSTACHE_EXPR:I,ERB_EXPR:F,TMPLIT_EXPR:_,DATA_ATTR:U,ARIA_ATTR:N,IS_SCRIPT_OR_DATA:q,ATTR_WHITESPACE:k}=$4,{IS_ALLOWED_URI:E}=$4,P=null,O=Oe({},[...W4,...u0,...l0,...c0,...K4]),H=null,j=Oe({},[...G4,...d0,...V4,...Uu]),W=Object.seal(Object.create(null,{tagNameCheck:{writable:!0,configurable:!1,enumerable:!0,value:null},attributeNameCheck:{writable:!0,configurable:!1,enumerable:!0,value:null},allowCustomizedBuiltInElements:{writable:!0,configurable:!1,enumerable:!0,value:!1}})),V=null,se=null,X=!0,Z=!0,ue=!1,ge=!0,te=!1,Y=!1,Te=!1,ae=!1,ie=!1,Ee=!1,ze=!1,_e=!0,ce=!1,pt="user-content-",Pt=!0,ht=!1,St={},on=null,Mn=Oe({},["annotation-xml","audio","colgroup","desc","foreignobject","head","iframe","math","mi","mn","mo","ms","mtext","noembed","noframes","noscript","plaintext","script","style","svg","template","thead","title","video","xmp"]),Ao=null,sr=Oe({},["audio","video","img","source","image","track"]),Fa=null,pi=Oe({},["alt","class","for","id","label","name","pattern","placeholder","role","summary","title","value","style","xmlns"]),$t="http://www.w3.org/1998/Math/MathML",Hn="http://www.w3.org/2000/svg",Yt="http://www.w3.org/1999/xhtml",En=Yt,vr=!1,Sr=null,Ma=Oe({},[$t,Hn,Yt],s0),sn,xr=["application/xhtml+xml","text/html"],gt="text/html",Ze,Cn=null,V9=a.createElement("form"),sf=function(R){return R instanceof RegExp||R instanceof Function},ld=function(R){if(!(Cn&&Cn===R)){if((!R||typeof R!="object")&&(R={}),R=Ci(R),sn=xr.indexOf(R.PARSER_MEDIA_TYPE)===-1?sn=gt:sn=R.PARSER_MEDIA_TYPE,Ze=sn==="application/xhtml+xml"?s0:qu,P="ALLOWED_TAGS"in R?Oe({},R.ALLOWED_TAGS,Ze):O,H="ALLOWED_ATTR"in R?Oe({},R.ALLOWED_ATTR,Ze):j,Sr="ALLOWED_NAMESPACES"in R?Oe({},R.ALLOWED_NAMESPACES,s0):Ma,Fa="ADD_URI_SAFE_ATTR"in R?Oe(Ci(pi),R.ADD_URI_SAFE_ATTR,Ze):pi,Ao="ADD_DATA_URI_TAGS"in R?Oe(Ci(sr),R.ADD_DATA_URI_TAGS,Ze):sr,on="FORBID_CONTENTS"in R?Oe({},R.FORBID_CONTENTS,Ze):Mn,V="FORBID_TAGS"in R?Oe({},R.FORBID_TAGS,Ze):{},se="FORBID_ATTR"in R?Oe({},R.FORBID_ATTR,Ze):{},St="USE_PROFILES"in R?R.USE_PROFILES:!1,X=R.ALLOW_ARIA_ATTR!==!1,Z=R.ALLOW_DATA_ATTR!==!1,ue=R.ALLOW_UNKNOWN_PROTOCOLS||!1,ge=R.ALLOW_SELF_CLOSE_IN_ATTR!==!1,te=R.SAFE_FOR_TEMPLATES||!1,Y=R.WHOLE_DOCUMENT||!1,ie=R.RETURN_DOM||!1,Ee=R.RETURN_DOM_FRAGMENT||!1,ze=R.RETURN_TRUSTED_TYPE||!1,ae=R.FORCE_BODY||!1,_e=R.SANITIZE_DOM!==!1,ce=R.SANITIZE_NAMED_PROPS||!1,Pt=R.KEEP_CONTENT!==!1,ht=R.IN_PLACE||!1,E=R.ALLOWED_URI_REGEXP||Q4,En=R.NAMESPACE||Yt,W=R.CUSTOM_ELEMENT_HANDLING||{},R.CUSTOM_ELEMENT_HANDLING&&sf(R.CUSTOM_ELEMENT_HANDLING.tagNameCheck)&&(W.tagNameCheck=R.CUSTOM_ELEMENT_HANDLING.tagNameCheck),R.CUSTOM_ELEMENT_HANDLING&&sf(R.CUSTOM_ELEMENT_HANDLING.attributeNameCheck)&&(W.attributeNameCheck=R.CUSTOM_ELEMENT_HANDLING.attributeNameCheck),R.CUSTOM_ELEMENT_HANDLING&&typeof R.CUSTOM_ELEMENT_HANDLING.allowCustomizedBuiltInElements=="boolean"&&(W.allowCustomizedBuiltInElements=R.CUSTOM_ELEMENT_HANDLING.allowCustomizedBuiltInElements),te&&(Z=!1),Ee&&(ie=!0),St&&(P=Oe({},[...K4]),H=[],St.html===!0&&(Oe(P,W4),Oe(H,G4)),St.svg===!0&&(Oe(P,u0),Oe(H,d0),Oe(H,Uu)),St.svgFilters===!0&&(Oe(P,l0),Oe(H,d0),Oe(H,Uu)),St.mathMl===!0&&(Oe(P,c0),Oe(H,V4),Oe(H,Uu))),R.ADD_TAGS&&(P===O&&(P=Ci(P)),Oe(P,R.ADD_TAGS,Ze)),R.ADD_ATTR&&(H===j&&(H=Ci(H)),Oe(H,R.ADD_ATTR,Ze)),R.ADD_URI_SAFE_ATTR&&Oe(Fa,R.ADD_URI_SAFE_ATTR,Ze),R.FORBID_CONTENTS&&(on===Mn&&(on=Ci(on)),Oe(on,R.FORBID_CONTENTS,Ze)),Pt&&(P["#text"]=!0),Y&&Oe(P,["html","head","body"]),P.table&&(Oe(P,["tbody"]),delete V.tbody),R.TRUSTED_TYPES_POLICY){if(typeof R.TRUSTED_TYPES_POLICY.createHTML!="function")throw Go('TRUSTED_TYPES_POLICY configuration option must provide a "createHTML" hook.');if(typeof R.TRUSTED_TYPES_POLICY.createScriptURL!="function")throw Go('TRUSTED_TYPES_POLICY configuration option must provide a "createScriptURL" hook.');D=R.TRUSTED_TYPES_POLICY,M=D.createHTML("")}else D===void 0&&(D=xE(g,r)),D!==null&&typeof M=="string"&&(M=D.createHTML(""));dn&&dn(R),Cn=R}},uf=Oe({},["mi","mo","mn","ms","mtext"]),lf=Oe({},["foreignobject","desc","title","annotation-xml"]),$9=Oe({},["title","style","font","a","script"]),Xs=Oe({},u0);Oe(Xs,l0),Oe(Xs,pE);let cd=Oe({},c0);Oe(cd,gE);let Y9=function(R){let le=C(R);(!le||!le.tagName)&&(le={namespaceURI:En,tagName:"template"});let J=qu(R.tagName),Ge=qu(le.tagName);return Sr[R.namespaceURI]?R.namespaceURI===Hn?le.namespaceURI===Yt?J==="svg":le.namespaceURI===$t?J==="svg"&&(Ge==="annotation-xml"||uf[Ge]):!!Xs[J]:R.namespaceURI===$t?le.namespaceURI===Yt?J==="math":le.namespaceURI===Hn?J==="math"&&lf[Ge]:!!cd[J]:R.namespaceURI===Yt?le.namespaceURI===Hn&&!lf[Ge]||le.namespaceURI===$t&&!uf[Ge]?!1:!cd[J]&&($9[J]||!Xs[J]):!!(sn==="application/xhtml+xml"&&Sr[R.namespaceURI]):!1},gi=function(R){Ko(e.removed,{element:R});try{R.parentNode.removeChild(R)}catch{R.remove()}},dd=function(R,le){try{Ko(e.removed,{attribute:le.getAttributeNode(R),from:le})}catch{Ko(e.removed,{attribute:null,from:le})}if(le.removeAttribute(R),R==="is"&&!H[R])if(ie||Ee)try{gi(le)}catch{}else try{le.setAttribute(R,"")}catch{}},cf=function(R){let le,J;if(ae)R=""+R;else{let un=uE(R,/^[\r\n\t ]+/);J=un&&un[0]}sn==="application/xhtml+xml"&&En===Yt&&(R=''+R+"");let Ge=D?D.createHTML(R):R;if(En===Yt)try{le=new m().parseFromString(Ge,sn)}catch{}if(!le||!le.documentElement){le=B.createDocument(En,"template",null);try{le.documentElement.innerHTML=vr?M:Ge}catch{}}let Lt=le.body||le.documentElement;return R&&J&&Lt.insertBefore(a.createTextNode(J),Lt.childNodes[0]||null),En===Yt?L.call(le,Y?"html":"body")[0]:Y?le.documentElement:Lt},df=function(R){return S.call(R.ownerDocument||R,R,l.SHOW_ELEMENT|l.SHOW_COMMENT|l.SHOW_TEXT,null,!1)},Q9=function(R){return R instanceof p&&(typeof R.nodeName!="string"||typeof R.textContent!="string"||typeof R.removeChild!="function"||!(R.attributes instanceof c)||typeof R.removeAttribute!="function"||typeof R.setAttribute!="function"||typeof R.namespaceURI!="string"||typeof R.insertBefore!="function"||typeof R.hasChildNodes!="function")},eu=function(R){return typeof s=="object"?R instanceof s:R&&typeof R=="object"&&typeof R.nodeType=="number"&&typeof R.nodeName=="string"},Er=function(R,le,J){y[R]&&sE(y[R],Ge=>{Ge.call(e,le,J,Cn)})},pf=function(R){let le;if(Er("beforeSanitizeElements",R,null),Q9(R))return gi(R),!0;let J=Ze(R.nodeName);if(Er("uponSanitizeElement",R,{tagName:J,allowedTags:P}),R.hasChildNodes()&&!eu(R.firstElementChild)&&(!eu(R.content)||!eu(R.content.firstElementChild))&&Dn(/<[/\w]/g,R.innerHTML)&&Dn(/<[/\w]/g,R.textContent))return gi(R),!0;if(!P[J]||V[J]){if(!V[J]&&mf(J)&&(W.tagNameCheck instanceof RegExp&&Dn(W.tagNameCheck,J)||W.tagNameCheck instanceof Function&&W.tagNameCheck(J)))return!1;if(Pt&&!on[J]){let Ge=C(R)||R.parentNode,Lt=h(R)||R.childNodes;if(Lt&&Ge){let un=Lt.length;for(let bn=un-1;bn>=0;--bn)Ge.insertBefore(T(Lt[bn],!0),b(R))}}return gi(R),!0}return R instanceof u&&!Y9(R)||(J==="noscript"||J==="noembed")&&Dn(/<\/no(script|embed)/i,R.innerHTML)?(gi(R),!0):(te&&R.nodeType===3&&(le=R.textContent,le=Yn(le,I," "),le=Yn(le,F," "),le=Yn(le,_," "),R.textContent!==le&&(Ko(e.removed,{element:R.cloneNode()}),R.textContent=le)),Er("afterSanitizeElements",R,null),!1)},gf=function(R,le,J){if(_e&&(le==="id"||le==="name")&&(J in a||J in V9))return!1;if(!(Z&&!se[le]&&Dn(U,le))&&!(X&&Dn(N,le))){if(!H[le]||se[le]){if(!(mf(R)&&(W.tagNameCheck instanceof RegExp&&Dn(W.tagNameCheck,R)||W.tagNameCheck instanceof Function&&W.tagNameCheck(R))&&(W.attributeNameCheck instanceof RegExp&&Dn(W.attributeNameCheck,le)||W.attributeNameCheck instanceof Function&&W.attributeNameCheck(le))||le==="is"&&W.allowCustomizedBuiltInElements&&(W.tagNameCheck instanceof RegExp&&Dn(W.tagNameCheck,J)||W.tagNameCheck instanceof Function&&W.tagNameCheck(J))))return!1}else if(!Fa[le]&&!Dn(E,Yn(J,k,""))&&!((le==="src"||le==="xlink:href"||le==="href")&&R!=="script"&&lE(J,"data:")===0&&Ao[R])&&!(ue&&!Dn(q,Yn(J,k,"")))&&J)return!1}return!0},mf=function(R){return R.indexOf("-")>0},ff=function(R){let le,J,Ge,Lt;Er("beforeSanitizeAttributes",R,null);let{attributes:un}=R;if(!un)return;let bn={attrName:"",attrValue:"",keepAttr:!0,allowedAttributes:H};for(Lt=un.length;Lt--;){le=un[Lt];let{name:Rt,namespaceURI:mi}=le;if(J=Rt==="value"?le.value:cE(le.value),Ge=Ze(Rt),bn.attrName=Ge,bn.attrValue=J,bn.keepAttr=!0,bn.forceKeepAttr=void 0,Er("uponSanitizeAttribute",R,bn),J=bn.attrValue,bn.forceKeepAttr||(dd(Rt,R),!bn.keepAttr))continue;if(!ge&&Dn(/\/>/i,J)){dd(Rt,R);continue}te&&(J=Yn(J,I," "),J=Yn(J,F," "),J=Yn(J,_," "));let hf=Ze(R.nodeName);if(gf(hf,Ge,J)){if(ce&&(Ge==="id"||Ge==="name")&&(dd(Rt,R),J=pt+J),D&&typeof g=="object"&&typeof g.getAttributeType=="function"&&!mi)switch(g.getAttributeType(hf,Ge)){case"TrustedHTML":{J=D.createHTML(J);break}case"TrustedScriptURL":{J=D.createScriptURL(J);break}}try{mi?R.setAttributeNS(mi,Rt,J):R.setAttribute(Rt,J),H4(e.removed)}catch{}}}Er("afterSanitizeAttributes",R,null)},Z9=function R(le){let J,Ge=df(le);for(Er("beforeSanitizeShadowDOM",le,null);J=Ge.nextNode();)Er("uponSanitizeShadowNode",J,null),!pf(J)&&(J.content instanceof i&&R(J.content),ff(J));Er("afterSanitizeShadowDOM",le,null)};return e.sanitize=function(R){let le=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{},J,Ge,Lt,un;if(vr=!R,vr&&(R=""),typeof R!="string"&&!eu(R))if(typeof R.toString=="function"){if(R=R.toString(),typeof R!="string")throw Go("dirty is not a string, aborting")}else throw Go("toString is not a function");if(!e.isSupported)return R;if(Te||ld(le),e.removed=[],typeof R=="string"&&(ht=!1),ht){if(R.nodeName){let mi=Ze(R.nodeName);if(!P[mi]||V[mi])throw Go("root node is forbidden and cannot be sanitized in-place")}}else if(R instanceof s)J=cf(""),Ge=J.ownerDocument.importNode(R,!0),Ge.nodeType===1&&Ge.nodeName==="BODY"||Ge.nodeName==="HTML"?J=Ge:J.appendChild(Ge);else{if(!ie&&!te&&!Y&&R.indexOf("<")===-1)return D&&ze?D.createHTML(R):R;if(J=cf(R),!J)return ie?null:ze?M:""}J&&ae&&gi(J.firstChild);let bn=df(ht?R:J);for(;Lt=bn.nextNode();)pf(Lt)||(Lt.content instanceof i&&Z9(Lt.content),ff(Lt));if(ht)return R;if(ie){if(Ee)for(un=v.call(J.ownerDocument);J.firstChild;)un.appendChild(J.firstChild);else un=J;return(H.shadowroot||H.shadowrootmod)&&(un=A.call(n,un,!0)),un}let Rt=Y?J.outerHTML:J.innerHTML;return Y&&P["!doctype"]&&J.ownerDocument&&J.ownerDocument.doctype&&J.ownerDocument.doctype.name&&Dn(Z4,J.ownerDocument.doctype.name)&&(Rt=" +`+Rt),te&&(Rt=Yn(Rt,I," "),Rt=Yn(Rt,F," "),Rt=Yn(Rt,_," ")),D&&ze?D.createHTML(Rt):Rt},e.setConfig=function(R){ld(R),Te=!0},e.clearConfig=function(){Cn=null,Te=!1},e.isValidAttribute=function(R,le,J){Cn||ld({});let Ge=Ze(R),Lt=Ze(le);return gf(Ge,Lt,J)},e.addHook=function(R,le){typeof le=="function"&&(y[R]=y[R]||[],Ko(y[R],le))},e.removeHook=function(R){if(y[R])return H4(y[R])},e.removeHooks=function(R){y[R]&&(y[R]=[])},e.removeAllHooks=function(){y={}},e}var at=J4();d();d();var EE=Object.create,f0=Object.defineProperty,CE=Object.getOwnPropertyDescriptor,wE=Object.getOwnPropertyNames,DE=Object.getPrototypeOf,AE=Object.prototype.hasOwnProperty,h0=(t,e)=>()=>(e||t((e={exports:{}}).exports,e),e.exports),kE=(t,e)=>{for(var n in e)f0(t,n,{get:e[n],enumerable:!0})},m0=(t,e,n,r)=>{if(e&&typeof e=="object"||typeof e=="function")for(let a of wE(e))!AE.call(t,a)&&a!==n&&f0(t,a,{get:()=>e[a],enumerable:!(r=CE(e,a))||r.enumerable});return t},PE=(t,e,n)=>(m0(t,e,"default"),n&&m0(n,e,"default")),eb=(t,e,n)=>(n=t!=null?EE(DE(t)):{},m0(e||!t||!t.__esModule?f0(n,"default",{value:t,enumerable:!0}):n,t)),LE=h0((t,e)=>{function n(r,a){if(a&&a.documentElement)r=a,a=arguments[2];else if(!r||!r.documentElement)throw new Error("First argument to Readability constructor should be a document object.");if(a=a||{},this._doc=r,this._docJSDOMParser=this._doc.firstChild.__JSDOMParser__,this._articleTitle=null,this._articleByline=null,this._articleDir=null,this._articleSiteName=null,this._attempts=[],this._debug=!!a.debug,this._maxElemsToParse=a.maxElemsToParse||this.DEFAULT_MAX_ELEMS_TO_PARSE,this._nbTopCandidates=a.nbTopCandidates||this.DEFAULT_N_TOP_CANDIDATES,this._charThreshold=a.charThreshold||this.DEFAULT_CHAR_THRESHOLD,this._classesToPreserve=this.CLASSES_TO_PRESERVE.concat(a.classesToPreserve||[]),this._keepClasses=!!a.keepClasses,this._serializer=a.serializer||function(i){return i.innerHTML},this._disableJSONLD=!!a.disableJSONLD,this._allowedVideoRegex=a.allowedVideoRegex||this.REGEXPS.videos,this._flags=this.FLAG_STRIP_UNLIKELYS|this.FLAG_WEIGHT_CLASSES|this.FLAG_CLEAN_CONDITIONALLY,this._debug){let i=function(o){if(o.nodeType==o.TEXT_NODE)return`${o.nodeName} ("${o.textContent}")`;let s=Array.from(o.attributes||[],function(u){return`${u.name}="${u.value}"`}).join(" ");return`<${o.localName} ${s}>`};this.log=function(){if(typeof console<"u")Array.from(arguments,u=>u&&u.nodeType==this.ELEMENT_NODE?i(u):u).unshift("Reader: (Readability)");else if(typeof dump<"u"){var o=Array.prototype.map.call(arguments,function(s){return s&&s.nodeName?i(s):s}).join(" ");dump("Reader: (Readability) "+o+` +`)}}}else this.log=function(){}}n.prototype={FLAG_STRIP_UNLIKELYS:1,FLAG_WEIGHT_CLASSES:2,FLAG_CLEAN_CONDITIONALLY:4,ELEMENT_NODE:1,TEXT_NODE:3,DEFAULT_MAX_ELEMS_TO_PARSE:0,DEFAULT_N_TOP_CANDIDATES:5,DEFAULT_TAGS_TO_SCORE:"section,h2,h3,h4,h5,h6,p,td,pre".toUpperCase().split(","),DEFAULT_CHAR_THRESHOLD:500,REGEXPS:{unlikelyCandidates:/-ad-|ai2html|banner|breadcrumbs|combx|comment|community|cover-wrap|disqus|extra|footer|gdpr|header|legends|menu|related|remark|replies|rss|shoutbox|sidebar|skyscraper|social|sponsor|supplemental|ad-break|agegate|pagination|pager|popup|yom-remote/i,okMaybeItsACandidate:/and|article|body|column|content|main|shadow/i,positive:/article|body|content|entry|hentry|h-entry|main|page|pagination|post|text|blog|story/i,negative:/-ad-|hidden|^hid$| hid$| hid |^hid |banner|combx|comment|com-|contact|foot|footer|footnote|gdpr|masthead|media|meta|outbrain|promo|related|scroll|share|shoutbox|sidebar|skyscraper|sponsor|shopping|tags|tool|widget/i,extraneous:/print|archive|comment|discuss|e[\-]?mail|share|reply|all|login|sign|single|utility/i,byline:/byline|author|dateline|writtenby|p-author/i,replaceFonts:/<(\/?)font[^>]*>/gi,normalize:/\s{2,}/g,videos:/\/\/(www\.)?((dailymotion|youtube|youtube-nocookie|player\.vimeo|v\.qq)\.com|(archive|upload\.wikimedia)\.org|player\.twitch\.tv)/i,shareElements:/(\b|_)(share|sharedaddy)(\b|_)/i,nextLink:/(next|weiter|continue|>([^\|]|$)|»([^\|]|$))/i,prevLink:/(prev|earl|old|new|<|«)/i,tokenize:/\W+/g,whitespace:/^\s*$/,hasContent:/\S$/,hashUrl:/^#.+/,srcsetUrl:/(\S+)(\s+[\d.]+[xw])?(\s*(?:,|$))/g,b64DataUrl:/^data:\s*([^\s;,]+)\s*;\s*base64\s*,/i,jsonLdArticleTypes:/^Article|AdvertiserContentArticle|NewsArticle|AnalysisNewsArticle|AskPublicNewsArticle|BackgroundNewsArticle|OpinionNewsArticle|ReportageNewsArticle|ReviewNewsArticle|Report|SatiricalArticle|ScholarlyArticle|MedicalScholarlyArticle|SocialMediaPosting|BlogPosting|LiveBlogPosting|DiscussionForumPosting|TechArticle|APIReference$/},UNLIKELY_ROLES:["menu","menubar","complementary","navigation","alert","alertdialog","dialog"],DIV_TO_P_ELEMS:new Set(["BLOCKQUOTE","DL","DIV","IMG","OL","P","PRE","TABLE","UL"]),ALTER_TO_DIV_EXCEPTIONS:["DIV","ARTICLE","SECTION","P"],PRESENTATIONAL_ATTRIBUTES:["align","background","bgcolor","border","cellpadding","cellspacing","frame","hspace","rules","style","valign","vspace"],DEPRECATED_SIZE_ATTRIBUTE_ELEMS:["TABLE","TH","TD","HR","PRE"],PHRASING_ELEMS:["ABBR","AUDIO","B","BDO","BR","BUTTON","CITE","CODE","DATA","DATALIST","DFN","EM","EMBED","I","IMG","INPUT","KBD","LABEL","MARK","MATH","METER","NOSCRIPT","OBJECT","OUTPUT","PROGRESS","Q","RUBY","SAMP","SCRIPT","SELECT","SMALL","SPAN","STRONG","SUB","SUP","TEXTAREA","TIME","VAR","WBR"],CLASSES_TO_PRESERVE:["page"],HTML_ESCAPE_MAP:{lt:"<",gt:">",amp:"&",quot:'"',apos:"'"},_postProcessContent:function(r){this._fixRelativeUris(r),this._simplifyNestedElements(r),this._keepClasses||this._cleanClasses(r)},_removeNodes:function(r,a){if(this._docJSDOMParser&&r._isLiveNodeList)throw new Error("Do not pass live node lists to _removeNodes");for(var i=r.length-1;i>=0;i--){var o=r[i],s=o.parentNode;s&&(!a||a.call(this,o,i,r))&&s.removeChild(o)}},_replaceNodeTags:function(r,a){if(this._docJSDOMParser&&r._isLiveNodeList)throw new Error("Do not pass live node lists to _replaceNodeTags");for(let i of r)this._setNodeTag(i,a)},_forEachNode:function(r,a){Array.prototype.forEach.call(r,a,this)},_findNode:function(r,a){return Array.prototype.find.call(r,a,this)},_someNode:function(r,a){return Array.prototype.some.call(r,a,this)},_everyNode:function(r,a){return Array.prototype.every.call(r,a,this)},_concatNodeLists:function(){var r=Array.prototype.slice,a=r.call(arguments),i=a.map(function(o){return r.call(o)});return Array.prototype.concat.apply([],i)},_getAllNodesWithTag:function(r,a){return r.querySelectorAll?r.querySelectorAll(a.join(",")):[].concat.apply([],a.map(function(i){var o=r.getElementsByTagName(i);return Array.isArray(o)?o:Array.from(o)}))},_cleanClasses:function(r){var a=this._classesToPreserve,i=(r.getAttribute("class")||"").split(/\s+/).filter(function(o){return a.indexOf(o)!=-1}).join(" ");for(i?r.setAttribute("class",i):r.removeAttribute("class"),r=r.firstElementChild;r;r=r.nextElementSibling)this._cleanClasses(r)},_fixRelativeUris:function(r){var a=this._doc.baseURI,i=this._doc.documentURI;function o(l){if(a==i&&l.charAt(0)=="#")return l;try{return new URL(l,a).href}catch{}return l}var s=this._getAllNodesWithTag(r,["a"]);this._forEachNode(s,function(l){var c=l.getAttribute("href");if(c)if(c.indexOf("javascript:")===0)if(l.childNodes.length===1&&l.childNodes[0].nodeType===this.TEXT_NODE){var p=this._doc.createTextNode(l.textContent);l.parentNode.replaceChild(p,l)}else{for(var m=this._doc.createElement("span");l.firstChild;)m.appendChild(l.firstChild);l.parentNode.replaceChild(m,l)}else l.setAttribute("href",o(c))});var u=this._getAllNodesWithTag(r,["img","picture","figure","video","audio","source"]);this._forEachNode(u,function(l){var c=l.getAttribute("src"),p=l.getAttribute("poster"),m=l.getAttribute("srcset");if(c&&l.setAttribute("src",o(c)),p&&l.setAttribute("poster",o(p)),m){var g=m.replace(this.REGEXPS.srcsetUrl,function(f,T,b,h){return o(T)+(b||"")+h});l.setAttribute("srcset",g)}})},_simplifyNestedElements:function(r){for(var a=r;a;){if(a.parentNode&&["DIV","SECTION"].includes(a.tagName)&&!(a.id&&a.id.startsWith("readability"))){if(this._isElementWithoutContent(a)){a=this._removeAndGetNext(a);continue}else if(this._hasSingleTagInsideElement(a,"DIV")||this._hasSingleTagInsideElement(a,"SECTION")){for(var i=a.children[0],o=0;o»] /.test(a))o=/ [\\\/>»] /.test(a),a=i.replace(/(.*)[\|\-\\\/>»] .*/gi,"$1"),s(a)<3&&(a=i.replace(/[^\|\-\\\/>»]*[\|\-\\\/>»](.*)/gi,"$1"));else if(a.indexOf(": ")!==-1){var u=this._concatNodeLists(r.getElementsByTagName("h1"),r.getElementsByTagName("h2")),l=a.trim(),c=this._someNode(u,function(g){return g.textContent.trim()===l});c||(a=i.substring(i.lastIndexOf(":")+1),s(a)<3?a=i.substring(i.indexOf(":")+1):s(i.substr(0,i.indexOf(":")))>5&&(a=i))}else if(a.length>150||a.length<15){var p=r.getElementsByTagName("h1");p.length===1&&(a=this._getInnerText(p[0]))}a=a.trim().replace(this.REGEXPS.normalize," ");var m=s(a);return m<=4&&(!o||m!=s(i.replace(/[\|\-\\\/>»]+/g,""))-1)&&(a=i),a},_prepDocument:function(){var r=this._doc;this._removeNodes(this._getAllNodesWithTag(r,["style"])),r.body&&this._replaceBrs(r.body),this._replaceNodeTags(this._getAllNodesWithTag(r,["font"]),"SPAN")},_nextNode:function(r){for(var a=r;a&&a.nodeType!=this.ELEMENT_NODE&&this.REGEXPS.whitespace.test(a.textContent);)a=a.nextSibling;return a},_replaceBrs:function(r){this._forEachNode(this._getAllNodesWithTag(r,["br"]),function(a){for(var i=a.nextSibling,o=!1;(i=this._nextNode(i))&&i.tagName=="BR";){o=!0;var s=i.nextSibling;i.parentNode.removeChild(i),i=s}if(o){var u=this._doc.createElement("p");for(a.parentNode.replaceChild(u,a),i=u.nextSibling;i;){if(i.tagName=="BR"){var l=this._nextNode(i.nextSibling);if(l&&l.tagName=="BR")break}if(!this._isPhrasingContent(i))break;var c=i.nextSibling;u.appendChild(i),i=c}for(;u.lastChild&&this._isWhitespace(u.lastChild);)u.removeChild(u.lastChild);u.parentNode.tagName==="P"&&this._setNodeTag(u.parentNode,"DIV")}})},_setNodeTag:function(r,a){if(this.log("_setNodeTag",r,a),this._docJSDOMParser)return r.localName=a.toLowerCase(),r.tagName=a.toUpperCase(),r;for(var i=r.ownerDocument.createElement(a);r.firstChild;)i.appendChild(r.firstChild);r.parentNode.replaceChild(i,r),r.readability&&(i.readability=r.readability);for(var o=0;o!i.includes(l)),u=s.join(" ").length/o.join(" ").length;return 1-u},_checkByline:function(r,a){if(this._articleByline)return!1;if(r.getAttribute!==void 0)var i=r.getAttribute("rel"),o=r.getAttribute("itemprop");return(i==="author"||o&&o.indexOf("author")!==-1||this.REGEXPS.byline.test(a))&&this._isValidByline(r.textContent)?(this._articleByline=r.textContent.trim(),!0):!1},_getNodeAncestors:function(r,a){a=a||0;for(var i=0,o=[];r.parentNode&&(o.push(r.parentNode),!(a&&++i===a));)r=r.parentNode;return o},_grabArticle:function(r){this.log("**** grabArticle ****");var a=this._doc,i=r!==null;if(r=r||this._doc.body,!r)return this.log("No body found in document. Abort."),null;for(var o=r.innerHTML;;){this.log("Starting grabArticle loop");var s=this._flagIsActive(this.FLAG_STRIP_UNLIKELYS),u=[],l=this._doc.documentElement;let ae=!0;for(;l;){l.tagName==="HTML"&&(this._articleLang=l.getAttribute("lang"));var c=l.className+" "+l.id;if(!this._isProbablyVisible(l)){this.log("Removing hidden node - "+c),l=this._removeAndGetNext(l);continue}if(l.getAttribute("aria-modal")=="true"&&l.getAttribute("role")=="dialog"){l=this._removeAndGetNext(l);continue}if(this._checkByline(l,c)){l=this._removeAndGetNext(l);continue}if(ae&&this._headerDuplicatesTitle(l)){this.log("Removing header: ",l.textContent.trim(),this._articleTitle.trim()),ae=!1,l=this._removeAndGetNext(l);continue}if(s){if(this.REGEXPS.unlikelyCandidates.test(c)&&!this.REGEXPS.okMaybeItsACandidate.test(c)&&!this._hasAncestorTag(l,"table")&&!this._hasAncestorTag(l,"code")&&l.tagName!=="BODY"&&l.tagName!=="A"){this.log("Removing unlikely candidate - "+c),l=this._removeAndGetNext(l);continue}if(this.UNLIKELY_ROLES.includes(l.getAttribute("role"))){this.log("Removing content with role "+l.getAttribute("role")+" - "+c),l=this._removeAndGetNext(l);continue}}if((l.tagName==="DIV"||l.tagName==="SECTION"||l.tagName==="HEADER"||l.tagName==="H1"||l.tagName==="H2"||l.tagName==="H3"||l.tagName==="H4"||l.tagName==="H5"||l.tagName==="H6")&&this._isElementWithoutContent(l)){l=this._removeAndGetNext(l);continue}if(this.DEFAULT_TAGS_TO_SCORE.indexOf(l.tagName)!==-1&&u.push(l),l.tagName==="DIV"){for(var p=null,m=l.firstChild;m;){var g=m.nextSibling;if(this._isPhrasingContent(m))p!==null?p.appendChild(m):this._isWhitespace(m)||(p=a.createElement("p"),l.replaceChild(p,m),p.appendChild(m));else if(p!==null){for(;p.lastChild&&this._isWhitespace(p.lastChild);)p.removeChild(p.lastChild);p=null}m=g}if(this._hasSingleTagInsideElement(l,"P")&&this._getLinkDensity(l)<.25){var f=l.children[0];l.parentNode.replaceChild(f,l),l=f,u.push(l)}else this._hasChildBlockElement(l)||(l=this._setNodeTag(l,"P"),u.push(l))}l=this._getNextNode(l)}var T=[];this._forEachNode(u,function(ie){if(!(!ie.parentNode||typeof ie.parentNode.tagName>"u")){var Ee=this._getInnerText(ie);if(!(Ee.length<25)){var ze=this._getNodeAncestors(ie,5);if(ze.length!==0){var _e=0;_e+=1,_e+=Ee.split(",").length,_e+=Math.min(Math.floor(Ee.length/100),3),this._forEachNode(ze,function(ce,pt){if(!(!ce.tagName||!ce.parentNode||typeof ce.parentNode.tagName>"u")){if(typeof ce.readability>"u"&&(this._initializeNode(ce),T.push(ce)),pt===0)var Pt=1;else pt===1?Pt=2:Pt=pt*3;ce.readability.contentScore+=_e/Pt}})}}}});for(var b=[],h=0,C=T.length;hS.readability.contentScore){b.splice(B,0,D),b.length>this._nbTopCandidates&&b.pop();break}}}var v=b[0]||null,L=!1,A;if(v===null||v.tagName==="BODY"){for(v=a.createElement("DIV"),L=!0;r.firstChild;)this.log("Moving child out:",r.firstChild),v.appendChild(r.firstChild);r.appendChild(v),this._initializeNode(v)}else if(v){for(var y=[],I=1;I=.75&&y.push(this._getNodeAncestors(b[I]));var F=3;if(y.length>=F)for(A=v.parentNode;A.tagName!=="BODY";){for(var _=0,U=0;U=F){v=A;break}A=A.parentNode}v.readability||this._initializeNode(v),A=v.parentNode;for(var N=v.readability.contentScore,q=N/3;A.tagName!=="BODY";){if(!A.readability){A=A.parentNode;continue}var k=A.readability.contentScore;if(kN){v=A;break}N=A.readability.contentScore,A=A.parentNode}for(A=v.parentNode;A.tagName!="BODY"&&A.children.length==1;)v=A,A=v.parentNode;v.readability||this._initializeNode(v)}var E=a.createElement("DIV");i&&(E.id="readability-content");var P=Math.max(10,v.readability.contentScore*.2);A=v.parentNode;for(var O=A.children,H=0,j=O.length;H=P)V=!0;else if(W.nodeName==="P"){var X=this._getLinkDensity(W),Z=this._getInnerText(W),ue=Z.length;(ue>80&&X<.25||ue<80&&ue>0&&X===0&&Z.search(/\.( |$)/)!==-1)&&(V=!0)}}V&&(this.log("Appending node:",W),this.ALTER_TO_DIV_EXCEPTIONS.indexOf(W.nodeName)===-1&&(this.log("Altering sibling:",W,"to div."),W=this._setNodeTag(W,"DIV")),E.appendChild(W),O=A.children,H-=1,j-=1)}if(this._debug&&this.log("Article content pre-prep: "+E.innerHTML),this._prepArticle(E),this._debug&&this.log("Article content post-prep: "+E.innerHTML),L)v.id="readability-page-1",v.className="page";else{var ge=a.createElement("DIV");for(ge.id="readability-page-1",ge.className="page";E.firstChild;)ge.appendChild(E.firstChild);E.appendChild(ge)}this._debug&&this.log("Article content after paging: "+E.innerHTML);var te=!0,Y=this._getInnerText(E,!0).length;if(Y0&&r.length<100):!1},_unescapeHtmlEntities:function(r){if(!r)return r;var a=this.HTML_ESCAPE_MAP;return r.replace(/&(quot|amp|apos|lt|gt);/g,function(i,o){return a[o]}).replace(/&#(?:x([0-9a-z]{1,4})|([0-9]{1,4}));/gi,function(i,o,s){var u=parseInt(o||s,o?16:10);return String.fromCharCode(u)})},_getJSONLD:function(r){var a=this._getAllNodesWithTag(r,["script"]),i;return this._forEachNode(a,function(o){if(!i&&o.getAttribute("type")==="application/ld+json")try{var s=o.textContent.replace(/^\s*\s*$/g,""),u=JSON.parse(s);if(!u["@context"]||!u["@context"].match(/^https?\:\/\/schema\.org$/)||(!u["@type"]&&Array.isArray(u["@graph"])&&(u=u["@graph"].find(function(m){return(m["@type"]||"").match(this.REGEXPS.jsonLdArticleTypes)})),!u||!u["@type"]||!u["@type"].match(this.REGEXPS.jsonLdArticleTypes)))return;if(i={},typeof u.name=="string"&&typeof u.headline=="string"&&u.name!==u.headline){var l=this._getArticleTitle(),c=this._textSimilarity(u.name,l)>.75,p=this._textSimilarity(u.headline,l)>.75;p&&!c?i.title=u.headline:i.title=u.name}else typeof u.name=="string"?i.title=u.name.trim():typeof u.headline=="string"&&(i.title=u.headline.trim());u.author&&(typeof u.author.name=="string"?i.byline=u.author.name.trim():Array.isArray(u.author)&&u.author[0]&&typeof u.author[0].name=="string"&&(i.byline=u.author.filter(function(m){return m&&typeof m.name=="string"}).map(function(m){return m.name.trim()}).join(", "))),typeof u.description=="string"&&(i.excerpt=u.description.trim()),u.publisher&&typeof u.publisher.name=="string"&&(i.siteName=u.publisher.name.trim());return}catch(m){this.log(m.message)}}),i||{}},_getArticleMetadata:function(r){var a={},i={},o=this._doc.getElementsByTagName("meta"),s=/\s*(dc|dcterm|og|twitter)\s*:\s*(author|creator|description|title|site_name)\s*/gi,u=/^\s*(?:(dc|dcterm|og|twitter|weibo:(article|webpage))\s*[\.:]\s*)?(author|creator|description|title|site_name)\s*$/i;return this._forEachNode(o,function(l){var c=l.getAttribute("name"),p=l.getAttribute("property"),m=l.getAttribute("content");if(m){var g=null,f=null;p&&(g=p.match(s),g&&(f=g[0].toLowerCase().replace(/\s/g,""),i[f]=m.trim())),!g&&c&&u.test(c)&&(f=c,m&&(f=f.toLowerCase().replace(/\s/g,"").replace(/\./g,":"),i[f]=m.trim()))}}),a.title=r.title||i["dc:title"]||i["dcterm:title"]||i["og:title"]||i["weibo:article:title"]||i["weibo:webpage:title"]||i.title||i["twitter:title"],a.title||(a.title=this._getArticleTitle()),a.byline=r.byline||i["dc:creator"]||i["dcterm:creator"]||i.author,a.excerpt=r.excerpt||i["dc:description"]||i["dcterm:description"]||i["og:description"]||i["weibo:article:description"]||i["weibo:webpage:description"]||i.description||i["twitter:description"],a.siteName=r.siteName||i["og:site_name"],a.title=this._unescapeHtmlEntities(a.title),a.byline=this._unescapeHtmlEntities(a.byline),a.excerpt=this._unescapeHtmlEntities(a.excerpt),a.siteName=this._unescapeHtmlEntities(a.siteName),a},_isSingleImage:function(r){return r.tagName==="IMG"?!0:r.children.length!==1||r.textContent.trim()!==""?!1:this._isSingleImage(r.children[0])},_unwrapNoscriptImages:function(r){var a=Array.from(r.getElementsByTagName("img"));this._forEachNode(a,function(o){for(var s=0;s"u"?!0:a;var i=r.textContent.trim();return a?i.replace(this.REGEXPS.normalize," "):i},_getCharCount:function(r,a){return a=a||",",this._getInnerText(r).split(a).length-1},_cleanStyles:function(r){if(!(!r||r.tagName.toLowerCase()==="svg")){for(var a=0;a0&&s>i)return!1;if(r.parentNode.tagName===a&&(!o||o(r.parentNode)))return!0;r=r.parentNode,s++}return!1},_getRowAndColumnCount:function(r){for(var a=0,i=0,o=r.getElementsByTagName("tr"),s=0;s0){o._readabilityDataTable=!0;continue}var p=["col","colgroup","tfoot","thead","th"],m=function(f){return!!o.getElementsByTagName(f)[0]};if(p.some(m)){this.log("Data table because found data-y descendant"),o._readabilityDataTable=!0;continue}if(o.getElementsByTagName("table")[0]){o._readabilityDataTable=!1;continue}var g=this._getRowAndColumnCount(o);if(g.rows>=10||g.columns>4){o._readabilityDataTable=!0;continue}o._readabilityDataTable=g.rows*g.columns>10}},_fixLazyImages:function(r){this._forEachNode(this._getAllNodesWithTag(r,["img","picture","figure"]),function(a){if(a.src&&this.REGEXPS.b64DataUrl.test(a.src)){var i=this.REGEXPS.b64DataUrl.exec(a.src);if(i[1]==="image/svg+xml")return;for(var o=!1,s=0;so+=this._getInnerText(u,!0).length),o/i},_cleanConditionally:function(r,a){this._flagIsActive(this.FLAG_CLEAN_CONDITIONALLY)&&this._removeNodes(this._getAllNodesWithTag(r,[a]),function(i){var o=function(A){return A._readabilityDataTable},s=a==="ul"||a==="ol";if(!s){var u=0,l=this._getAllNodesWithTag(i,["ul","ol"]);this._forEachNode(l,A=>u+=this._getInnerText(A).length),s=u/this._getInnerText(i).length>.9}if(a==="table"&&o(i)||this._hasAncestorTag(i,"table",-1,o)||this._hasAncestorTag(i,"code"))return!1;var c=this._getClassWeight(i);this.log("Cleaning Conditionally",i);var p=0;if(c+p<0)return!0;if(this._getCharCount(i,",")<10){for(var m=i.getElementsByTagName("p").length,g=i.getElementsByTagName("img").length,f=i.getElementsByTagName("li").length-100,T=i.getElementsByTagName("input").length,b=this._getTextDensity(i,["h1","h2","h3","h4","h5","h6"]),h=0,C=this._getAllNodesWithTag(i,["object","embed","iframe"]),D=0;D1&&m/g<.5&&!this._hasAncestorTag(i,"figure")||!s&&f>m||T>Math.floor(m/3)||!s&&b<.9&&S<25&&(g===0||g>2)&&!this._hasAncestorTag(i,"figure")||!s&&c<25&&B>.2||c>=25&&B>.5||h===1&&S<75||h>1;if(s&&v){for(var L=0;L1)return v;let A=i.getElementsByTagName("li").length;if(g==A)return!1}return v}return!1})},_cleanMatchedNodes:function(r,a){for(var i=this._getNextNode(r,!0),o=this._getNextNode(r);o&&o!=i;)a.call(this,o,o.className+" "+o.id)?o=this._removeAndGetNext(o):o=this._getNextNode(o)},_cleanHeaders:function(r){let a=this._getAllNodesWithTag(r,["h1","h2"]);this._removeNodes(a,function(i){let o=this._getClassWeight(i)<0;return o&&this.log("Removing header with low class weight:",i),o})},_headerDuplicatesTitle:function(r){if(r.tagName!="H1"&&r.tagName!="H2")return!1;var a=this._getInnerText(r,!1);return this.log("Evaluating similarity of header:",a,this._articleTitle),this._textSimilarity(this._articleTitle,a)>.75},_flagIsActive:function(r){return(this._flags&r)>0},_removeFlag:function(r){this._flags=this._flags&~r},_isProbablyVisible:function(r){return(!r.style||r.style.display!="none")&&!r.hasAttribute("hidden")&&(!r.hasAttribute("aria-hidden")||r.getAttribute("aria-hidden")!="true"||r.className&&r.className.indexOf&&r.className.indexOf("fallback-image")!==-1)},parse:function(){if(this._maxElemsToParse>0){var r=this._doc.getElementsByTagName("*").length;if(r>this._maxElemsToParse)throw new Error("Aborting parsing document; "+r+" elements found")}this._unwrapNoscriptImages(this._doc);var a=this._disableJSONLD?{}:this._getJSONLD(this._doc);this._removeScripts(this._doc),this._prepDocument();var i=this._getArticleMetadata(a);this._articleTitle=i.title;var o=this._grabArticle();if(!o)return null;if(this.log("Grabbed: "+o.innerHTML),this._postProcessContent(o),!i.excerpt){var s=o.getElementsByTagName("p");s.length>0&&(i.excerpt=s[0].textContent.trim())}var u=o.textContent;return{title:this._articleTitle,byline:i.byline||this._articleByline,dir:this._articleDir,lang:this._articleLang,content:this._serializer(o),textContent:u,length:u.length,excerpt:i.excerpt,siteName:i.siteName||this._articleSiteName}}},typeof e=="object"&&(e.exports=n)}),_E=h0((t,e)=>{var n={unlikelyCandidates:/-ad-|ai2html|banner|breadcrumbs|combx|comment|community|cover-wrap|disqus|extra|footer|gdpr|header|legends|menu|related|remark|replies|rss|shoutbox|sidebar|skyscraper|social|sponsor|supplemental|ad-break|agegate|pagination|pager|popup|yom-remote/i,okMaybeItsACandidate:/and|article|body|column|content|main|shadow/i};function r(i){return(!i.style||i.style.display!="none")&&!i.hasAttribute("hidden")&&(!i.hasAttribute("aria-hidden")||i.getAttribute("aria-hidden")!="true"||i.className&&i.className.indexOf&&i.className.indexOf("fallback-image")!==-1)}function a(i,o={}){typeof o=="function"&&(o={visibilityChecker:o});var s={minScore:20,minContentLength:140,visibilityChecker:r};o=Object.assign(s,o);var u=i.querySelectorAll("p, pre, article"),l=i.querySelectorAll("div > br");if(l.length){var c=new Set(u);[].forEach.call(l,function(m){c.add(m.parentNode)}),u=Array.from(c)}var p=0;return[].some.call(u,function(m){if(!o.visibilityChecker(m))return!1;var g=m.className+" "+m.id;if(n.unlikelyCandidates.test(g)&&!n.okMaybeItsACandidate.test(g)||m.matches("li p"))return!1;var f=m.textContent.trim().length;return fo.minScore)})}typeof e=="object"&&(e.exports=a)}),tb=h0((t,e)=>{var n=LE(),r=_E();e.exports={Readability:n,isProbablyReaderable:r}}),nb={};kE(nb,{Readability:()=>ju,default:()=>ib,isProbablyReaderable:()=>ab});var rb=eb(tb());PE(nb,eb(tb()));var{Readability:ju,isProbablyReaderable:ab}=rb,{default:X4,...FE}=rb,ib=X4!==void 0?X4:FE;var $a={};tu($a,{Breadcrumbs:()=>ta,BrowserClient:()=>Mi,Dedupe:()=>ia,FunctionToString:()=>Ka,GlobalHandlers:()=>fr,HttpContext:()=>aa,Hub:()=>Or,InboundFilters:()=>Ga,Integrations:()=>pw,LinkedErrors:()=>ra,SDK_VERSION:()=>Fi,Scope:()=>On,TryCatch:()=>na,addBreadcrumb:()=>el,addGlobalEventProcessor:()=>mr,captureEvent:()=>Ju,captureException:()=>Li,captureMessage:()=>Zu,chromeStackLineParser:()=>$0,close:()=>b3,configureScope:()=>Xu,createTransport:()=>is,defaultIntegrations:()=>tp,defaultStackLineParsers:()=>Z0,defaultStackParser:()=>pl,flush:()=>h3,forceLoad:()=>m3,geckoStackLineParser:()=>Y0,getCurrentHub:()=>Le,getHubFromCarrier:()=>zn,init:()=>d3,lastEventId:()=>g3,makeFetchTransport:()=>os,makeMain:()=>Pi,onLoad:()=>f3,opera10StackLineParser:()=>Zb,opera11StackLineParser:()=>Jb,setContext:()=>tl,setExtra:()=>rl,setExtras:()=>nl,setTag:()=>il,setTags:()=>al,setUser:()=>ol,showReportDialog:()=>p3,startTransaction:()=>sl,winjsStackLineParser:()=>Q0,withScope:()=>_i,wrap:()=>T3});d();d();d();d();d();d();d();d();d();var ob=Object.prototype.toString;function Hu(t){switch(ob.call(t)){case"[object Error]":case"[object Exception]":case"[object DOMException]":return!0;default:return dr(t,Error)}}function Vo(t,e){return ob.call(t)===`[object ${e}]`}function Wu(t){return Vo(t,"ErrorEvent")}function sb(t){return Vo(t,"DOMException")}function Fr(t){return Vo(t,"String")}function $o(t){return t===null||typeof t!="object"&&typeof t!="function"}function Zn(t){return Vo(t,"Object")}function Yo(t){return typeof Event<"u"&&dr(t,Event)}function ub(t){return!1}function lb(t){return Vo(t,"RegExp")}function wi(t){return!!(t&&t.then&&typeof t.then=="function")}function cb(t){return Zn(t)&&"nativeEvent"in t&&"preventDefault"in t&&"stopPropagation"in t}function db(t){return typeof t=="number"&&t!==t}function dr(t,e){try{return t instanceof e}catch{return!1}}function Qo(t,e){try{let n=t,r=5,a=80,i=[],o=0,s=0,u=" > ",l=u.length,c;for(;n&&o++1&&s+i.length*l+c.length>=a));)i.push(c),s+=c.length,n=n.parentNode;return i.reverse().join(u)}catch{return""}}function ME(t,e){let n=t,r=[],a,i,o,s,u;if(!n||!n.tagName)return"";r.push(n.tagName.toLowerCase());let l=e&&e.length?e.filter(p=>n.getAttribute(p)).map(p=>[p,n.getAttribute(p)]):null;if(l&&l.length)l.forEach(p=>{r.push(`[${p[0]}="${p[1]}"]`)});else if(n.id&&r.push(`#${n.id}`),a=n.className,a&&Fr(a))for(i=a.split(/\s+/),u=0;u1&&(u=c.slice(0,-1).join("/"),l=c.pop()),l){let p=l.match(/^\d+/);p&&(l=p[0])}return gb({host:i,pass:a,path:u,projectId:l,port:o,protocol:n,publicKey:r})}function gb(t){return{protocol:t.protocol,publicKey:t.publicKey||"",pass:t.pass||"",host:t.host,port:t.port||"",path:t.path||"",projectId:t.projectId}}function OE(t){if(!!1)return;let{port:e,projectId:n,protocol:r}=t;if(["protocol","publicKey","host","projectId"].forEach(i=>{if(!t[i])throw new Tt(`Invalid Sentry Dsn: ${String(i)} missing`)}),!n.match(/^\d+$/))throw new Tt(`Invalid Sentry Dsn: Invalid projectId ${n}`);if(!IE(r))throw new Tt(`Invalid Sentry Dsn: Invalid protocol ${r}`);if(e&&isNaN(parseInt(e,10)))throw new Tt(`Invalid Sentry Dsn: Invalid port ${e}`);return!0}function Ku(t){let e=typeof t=="string"?RE(t):gb(t);return OE(e),e}d();var zE={};function it(){return typeof window<"u"?window:typeof self<"u"?self:zE}function Di(t,e,n){let r=n||it(),a=r.__SENTRY__=r.__SENTRY__||{};return a[t]||(a[t]=e())}d();d();var Zo=["debug","info","warn","error","log","assert","trace"];function b0(t){if(!("console"in it()))return t();let n=console,r={};Zo.forEach(a=>{let i=n[a]&&n[a].__sentry_original__;a in console&&i&&(r[a]=n[a],n[a]=i)});try{return t()}finally{Object.keys(r).forEach(a=>{n[a]=r[a]})}}function mb(){let t=!1,e={enable:()=>{t=!0},disable:()=>{t=!1}};return!1?Zo.forEach(n=>{e[n]=(...r)=>{t&&b0(()=>{})}}):Zo.forEach(n=>{e[n]=()=>{}}),e}var Se;!1?Se=Di("logger",mb):Se=mb();d();d();function ja(t,e=0){return typeof t!="string"||e===0||t.length<=e?t:`${t.substr(0,e)}...`}function T0(t,e){if(!Array.isArray(t))return"";let n=[];for(let r=0;r`${encodeURIComponent(e)}=${encodeURIComponent(t[e])}`).join("&")}function S0(t){if(Hu(t))return{message:t.message,name:t.name,stack:t.stack,...hb(t)};if(Yo(t)){let e={type:t.type,target:fb(t.target),currentTarget:fb(t.currentTarget),...hb(t)};return typeof CustomEvent<"u"&&dr(t,CustomEvent)&&(e.detail=t.detail),e}else return t}function fb(t){try{return ub(t)?Qo(t):Object.prototype.toString.call(t)}catch{return""}}function hb(t){if(typeof t=="object"&&t!==null){let e={};for(let n in t)Object.prototype.hasOwnProperty.call(t,n)&&(e[n]=t[n]);return e}else return{}}function Tb(t,e=40){let n=Object.keys(S0(t));if(n.sort(),!n.length)return"[object has no keys]";if(n[0].length>=e)return ja(n[0],e);for(let r=n.length;r>0;r--){let a=n.slice(0,r).join(", ");if(!(a.length>e))return r===n.length?a:ja(a,e)}return""}function Ha(t){return y0(t,new Map)}function y0(t,e){if(Zn(t)){let n=e.get(t);if(n!==void 0)return n;let r={};e.set(t,r);for(let a of Object.keys(t))typeof t[a]<"u"&&(r[a]=y0(t[a],e));return r}if(Array.isArray(t)){let n=e.get(t);if(n!==void 0)return n;let r=[];return e.set(t,r),t.forEach(a=>{r.push(y0(a,e))}),r}return t}d();var NE=50;function E0(...t){let e=t.sort((n,r)=>n[0]-r[0]).map(n=>n[1]);return(n,r=0)=>{let a=[];for(let i of n.split(` `).slice(r))for(let o of e){let s=o(i);if(s){a.push(s);break}}return UE(a)}}function yb(t){return Array.isArray(t)?E0(...t):t}function UE(t){if(!t.length)return[];let e=t,n=e[0].function||"",r=e[e.length-1].function||"";return(n.indexOf("captureMessage")!==-1||n.indexOf("captureException")!==-1)&&(e=e.slice(1)),r.indexOf("sentryWrapped")!==-1&&(e=e.slice(0,-1)),e.slice(0,NE).map(a=>({...a,filename:a.filename||e[0].filename,function:a.function||"?"})).reverse()}var x0="";function Xn(t){try{return!t||typeof t!="function"?x0:t.name||x0}catch{return x0}}d();function vb(){if(!("fetch"in it()))return!1;try{return new Headers,new Request("http://www.example.com"),new Response,!0}catch{return!1}}function Sb(t){return t&&/^function fetch\(\)\s+\{\s+\[native code\]\s+\}$/.test(t.toString())}function xb(){return!0}var Mr=it(),Xo={},Eb={};function qE(t){if(!Eb[t])switch(Eb[t]=!0,t){case"console":jE();break;case"fetch":HE();break;case"error":GE();break;case"unhandledrejection":VE();break;default:!1&&Se.warn("unknown instrumentation type:",t);return}}function er(t,e){Xo[t]=Xo[t]||[],Xo[t].push(e),qE(t)}function ki(t,e){if(!(!t||!Xo[t]))for(let n of Xo[t]||[])try{n(e)}catch(r){!1&&Se.error(`Error while triggering instrumentation handler. Type: ${t} Name: ${Xn(n)} -Error:`,r)}}function jE(){"console"in Mr&&Zo.forEach(function(t){t in console&&Jn(console,t,function(e){return function(...n){ki("console",{args:n,level:t}),e&&e.apply(console,n)}})})}function HE(){xb()&&Jn(Mr,"fetch",function(t){return function(...e){let n={args:e,fetchData:{method:WE(e),url:KE(e)},startTimestamp:Date.now()};return ki("fetch",{...n}),t.apply(Mr,e).then(r=>(ki("fetch",{...n,endTimestamp:Date.now(),response:r}),r),r=>{throw ki("fetch",{...n,endTimestamp:Date.now(),error:r}),r})}})}function WE(t=[]){return"Request"in Mr&&dr(t[0],Request)&&t[0].method?String(t[0].method).toUpperCase():t[1]&&t[1].method?String(t[1].method).toUpperCase():"GET"}function KE(t=[]){return typeof t[0]=="string"?t[0]:"Request"in Mr&&dr(t[0],Request)?t[0].url:String(t[0])}var C0=null;function GE(){C0=Mr.onerror,Mr.onerror=function(t,e,n,r,a){return ki("error",{column:r,error:a,line:n,msg:t,url:e}),C0?C0.apply(this,arguments):!1}}var w0=null;function VE(){w0=Mr.onunhandledrejection,Mr.onunhandledrejection=function(t){return ki("unhandledrejection",t),w0?w0.apply(this,arguments):!0}}d();function Cb(){let t=typeof WeakSet=="function",e=t?new WeakSet:[];function n(a){if(t)return e.has(a)?!0:(e.add(a),!1);for(let i=0;icrypto.getRandomValues(new Uint8Array(1))[0]:()=>Math.random()*16;return([1e7]+1e3+4e3+8e3+1e11).replace(/[018]/g,e=>(e^(t()&15)>>e/4).toString(16))}function Vu(t){if(!t)return{};let e=t.match(/^(([^:/?#]+):)?(\/\/([^/?#]*))?([^?#]*)(\?([^#]*))?(#(.*))?$/);if(!e)return{};let n=e[6]||"",r=e[8]||"";return{host:e[4],path:e[5],protocol:e[2],relative:e[5]+n+r}}function wb(t){return t.exception&&t.exception.values?t.exception.values[0]:void 0}function Ir(t){let{message:e,event_id:n}=t;if(e)return e;let r=wb(t);return r?r.type&&r.value?`${r.type}: ${r.value}`:r.type||r.value||n||"":n||""}function es(t,e,n){let r=t.exception=t.exception||{},a=r.values=r.values||[],i=a[0]=a[0]||{};i.value||(i.value=e||""),i.type||(i.type=n||"Error")}function Xr(t,e){let n=wb(t);if(!n)return;let r={type:"generic",handled:!0},a=n.mechanism;if(n.mechanism={...r,...a,...e},e&&"data"in e){let i={...a&&a.data,...e.data};n.mechanism.data=i}}function D0(t){if(t&&t.__sentry_captured__)return!0;try{Jo(t,"__sentry_captured__",!0)}catch{}return!1}d();function Db(){return!1}d();function Rr(t,e=1/0,n=1/0){try{return A0("",t,e,n)}catch(r){return{ERROR:`**non-serializable** (${r})`}}}function k0(t,e=3,n=100*1024){let r=Rr(t,e);return QE(r)>n?k0(t,e-1,n):r}function A0(t,e,n=1/0,r=1/0,a=Cb()){let[i,o]=a;if(e===null||["number","boolean","string"].includes(typeof e)&&!db(e))return e;let s=$E(t,e);if(!s.startsWith("[object "))return s;if(e.__sentry_skip_normalization__)return e;if(n===0)return s.replace("object ","");if(i(e))return"[Circular ~]";let u=e;if(u&&typeof u.toJSON=="function")try{let g=u.toJSON();return A0("",g,n-1,r,a)}catch{}let l=Array.isArray(e)?[]:{},c=0,p=S0(e);for(let g in p){if(!Object.prototype.hasOwnProperty.call(p,g))continue;if(c>=r){l[g]="[MaxProperties ~]";break}let m=p[g];l[g]=A0(g,m,n-1,r,a),c+=1}return o(e),l}function $E(t,e){try{return t==="domain"&&e&&typeof e=="object"&&e._events?"[Domain]":t==="domainEmitter"?"[DomainEmitter]":typeof window<"u"&&e===window?"[Window]":cb(e)?"[SyntheticEvent]":typeof e=="number"&&e!==e?"[NaN]":e===void 0?"[undefined]":typeof e=="function"?`[Function: ${Xn(e)}]`:typeof e=="symbol"?`[${String(e)}]`:typeof e=="bigint"?`[BigInt: ${String(e)}]`:`[object ${Object.getPrototypeOf(e).constructor.name}]`}catch(n){return`**non-serializable** (${n})`}}function YE(t){return~-encodeURI(t).split(/%..|./).length}function QE(t){return YE(JSON.stringify(t))}d();d();d();function vn(t){return new pr(e=>{e(t)})}function ts(t){return new pr((e,n)=>{n(t)})}var pr=class t{_state=0;_handlers=[];_value;constructor(e){try{e(this._resolve,this._reject)}catch(n){this._reject(n)}}then(e,n){return new t((r,a)=>{this._handlers.push([!1,i=>{if(!e)r(i);else try{r(e(i))}catch(o){a(o)}},i=>{if(!n)a(i);else try{r(n(i))}catch(o){a(o)}}]),this._executeHandlers()})}catch(e){return this.then(n=>n,e)}finally(e){return new t((n,r)=>{let a,i;return this.then(o=>{i=!1,a=o,e&&e()},o=>{i=!0,a=o,e&&e()}).then(()=>{if(i){r(a);return}n(a)})})}_resolve=e=>{this._setResult(1,e)};_reject=e=>{this._setResult(2,e)};_setResult=(e,n)=>{if(this._state===0){if(wi(n)){n.then(this._resolve,this._reject);return}this._state=e,this._value=n,this._executeHandlers()}};_executeHandlers=()=>{if(this._state===0)return;let e=this._handlers.slice();this._handlers=[],e.forEach(n=>{n[0]||(this._state===1&&n[1](this._value),this._state===2&&n[2](this._value),n[0]=!0)})}};function Ab(t){let e=[];function n(){return t===void 0||e.lengthr(s)).then(null,()=>r(s).then(null,()=>{})),s}function i(o){return new pr((s,u)=>{let l=e.length;if(!l)return s(!0);let c=setTimeout(()=>{o&&o>0&&s(!1)},o);e.forEach(p=>{vn(p).then(()=>{--l||(clearTimeout(c),s(!0))},u)})})}return{$:e,add:a,drain:i}}d();d();var ZE=["fatal","error","warning","log","info","debug"];function kb(t){return t==="warn"?"warning":ZE.includes(t)?t:"log"}d();var L0={nowSeconds:()=>Date.now()/1e3};function JE(){if(!performance||!performance.now)return;let t=Date.now()-performance.now();return{now:()=>performance.now(),timeOrigin:t}}var P0=JE(),Pb=P0===void 0?L0:{nowSeconds:()=>(P0.timeOrigin+P0.now())/1e3},ea=L0.nowSeconds.bind(L0),_0=Pb.nowSeconds.bind(Pb);var $u,fB=(()=>{if(!performance||!performance.now){$u="none";return}let t=3600*1e3,e=performance.now(),n=Date.now(),r=performance.timeOrigin?Math.abs(performance.timeOrigin+e-n):t,a=r{let a=r[0].type;e(r,a)})}function F0(t,e){return(e||new TextEncoder).encode(t)}function Yu(t,e){let[n,r]=t,a=JSON.stringify(n);function i(o){typeof a=="string"?a=typeof o=="string"?a+o:[F0(a,e),o]:a.push(typeof o=="string"?F0(o,e):o)}for(let o of r){let[s,u]=o;i(` +Error:`,r)}}function jE(){"console"in Mr&&Zo.forEach(function(t){t in console&&Jn(console,t,function(e){return function(...n){ki("console",{args:n,level:t}),e&&e.apply(console,n)}})})}function HE(){xb()&&Jn(Mr,"fetch",function(t){return function(...e){let n={args:e,fetchData:{method:WE(e),url:KE(e)},startTimestamp:Date.now()};return ki("fetch",{...n}),t.apply(Mr,e).then(r=>(ki("fetch",{...n,endTimestamp:Date.now(),response:r}),r),r=>{throw ki("fetch",{...n,endTimestamp:Date.now(),error:r}),r})}})}function WE(t=[]){return"Request"in Mr&&dr(t[0],Request)&&t[0].method?String(t[0].method).toUpperCase():t[1]&&t[1].method?String(t[1].method).toUpperCase():"GET"}function KE(t=[]){return typeof t[0]=="string"?t[0]:"Request"in Mr&&dr(t[0],Request)?t[0].url:String(t[0])}var C0=null;function GE(){C0=Mr.onerror,Mr.onerror=function(t,e,n,r,a){return ki("error",{column:r,error:a,line:n,msg:t,url:e}),C0?C0.apply(this,arguments):!1}}var w0=null;function VE(){w0=Mr.onunhandledrejection,Mr.onunhandledrejection=function(t){return ki("unhandledrejection",t),w0?w0.apply(this,arguments):!0}}d();function Cb(){let t=typeof WeakSet=="function",e=t?new WeakSet:[];function n(a){if(t)return e.has(a)?!0:(e.add(a),!1);for(let i=0;icrypto.getRandomValues(new Uint8Array(1))[0]:()=>Math.random()*16;return([1e7]+1e3+4e3+8e3+1e11).replace(/[018]/g,e=>(e^(t()&15)>>e/4).toString(16))}function Vu(t){if(!t)return{};let e=t.match(/^(([^:/?#]+):)?(\/\/([^/?#]*))?([^?#]*)(\?([^#]*))?(#(.*))?$/);if(!e)return{};let n=e[6]||"",r=e[8]||"";return{host:e[4],path:e[5],protocol:e[2],relative:e[5]+n+r}}function wb(t){return t.exception&&t.exception.values?t.exception.values[0]:void 0}function Ir(t){let{message:e,event_id:n}=t;if(e)return e;let r=wb(t);return r?r.type&&r.value?`${r.type}: ${r.value}`:r.type||r.value||n||"":n||""}function es(t,e,n){let r=t.exception=t.exception||{},a=r.values=r.values||[],i=a[0]=a[0]||{};i.value||(i.value=e||""),i.type||(i.type=n||"Error")}function Xr(t,e){let n=wb(t);if(!n)return;let r={type:"generic",handled:!0},a=n.mechanism;if(n.mechanism={...r,...a,...e},e&&"data"in e){let i={...a&&a.data,...e.data};n.mechanism.data=i}}function D0(t){if(t&&t.__sentry_captured__)return!0;try{Jo(t,"__sentry_captured__",!0)}catch{}return!1}d();function Db(){return!1}d();function Rr(t,e=1/0,n=1/0){try{return A0("",t,e,n)}catch(r){return{ERROR:`**non-serializable** (${r})`}}}function k0(t,e=3,n=100*1024){let r=Rr(t,e);return QE(r)>n?k0(t,e-1,n):r}function A0(t,e,n=1/0,r=1/0,a=Cb()){let[i,o]=a;if(e===null||["number","boolean","string"].includes(typeof e)&&!db(e))return e;let s=$E(t,e);if(!s.startsWith("[object "))return s;if(e.__sentry_skip_normalization__)return e;if(n===0)return s.replace("object ","");if(i(e))return"[Circular ~]";let u=e;if(u&&typeof u.toJSON=="function")try{let m=u.toJSON();return A0("",m,n-1,r,a)}catch{}let l=Array.isArray(e)?[]:{},c=0,p=S0(e);for(let m in p){if(!Object.prototype.hasOwnProperty.call(p,m))continue;if(c>=r){l[m]="[MaxProperties ~]";break}let g=p[m];l[m]=A0(m,g,n-1,r,a),c+=1}return o(e),l}function $E(t,e){try{return t==="domain"&&e&&typeof e=="object"&&e._events?"[Domain]":t==="domainEmitter"?"[DomainEmitter]":typeof window<"u"&&e===window?"[Window]":cb(e)?"[SyntheticEvent]":typeof e=="number"&&e!==e?"[NaN]":e===void 0?"[undefined]":typeof e=="function"?`[Function: ${Xn(e)}]`:typeof e=="symbol"?`[${String(e)}]`:typeof e=="bigint"?`[BigInt: ${String(e)}]`:`[object ${Object.getPrototypeOf(e).constructor.name}]`}catch(n){return`**non-serializable** (${n})`}}function YE(t){return~-encodeURI(t).split(/%..|./).length}function QE(t){return YE(JSON.stringify(t))}d();d();d();function vn(t){return new pr(e=>{e(t)})}function ts(t){return new pr((e,n)=>{n(t)})}var pr=class t{_state=0;_handlers=[];_value;constructor(e){try{e(this._resolve,this._reject)}catch(n){this._reject(n)}}then(e,n){return new t((r,a)=>{this._handlers.push([!1,i=>{if(!e)r(i);else try{r(e(i))}catch(o){a(o)}},i=>{if(!n)a(i);else try{r(n(i))}catch(o){a(o)}}]),this._executeHandlers()})}catch(e){return this.then(n=>n,e)}finally(e){return new t((n,r)=>{let a,i;return this.then(o=>{i=!1,a=o,e&&e()},o=>{i=!0,a=o,e&&e()}).then(()=>{if(i){r(a);return}n(a)})})}_resolve=e=>{this._setResult(1,e)};_reject=e=>{this._setResult(2,e)};_setResult=(e,n)=>{if(this._state===0){if(wi(n)){n.then(this._resolve,this._reject);return}this._state=e,this._value=n,this._executeHandlers()}};_executeHandlers=()=>{if(this._state===0)return;let e=this._handlers.slice();this._handlers=[],e.forEach(n=>{n[0]||(this._state===1&&n[1](this._value),this._state===2&&n[2](this._value),n[0]=!0)})}};function Ab(t){let e=[];function n(){return t===void 0||e.lengthr(s)).then(null,()=>r(s).then(null,()=>{})),s}function i(o){return new pr((s,u)=>{let l=e.length;if(!l)return s(!0);let c=setTimeout(()=>{o&&o>0&&s(!1)},o);e.forEach(p=>{vn(p).then(()=>{--l||(clearTimeout(c),s(!0))},u)})})}return{$:e,add:a,drain:i}}d();d();var ZE=["fatal","error","warning","log","info","debug"];function kb(t){return t==="warn"?"warning":ZE.includes(t)?t:"log"}d();var L0={nowSeconds:()=>Date.now()/1e3};function JE(){if(!performance||!performance.now)return;let t=Date.now()-performance.now();return{now:()=>performance.now(),timeOrigin:t}}var P0=JE(),Pb=P0===void 0?L0:{nowSeconds:()=>(P0.timeOrigin+P0.now())/1e3},ea=L0.nowSeconds.bind(L0),_0=Pb.nowSeconds.bind(Pb);var $u,fB=(()=>{if(!performance||!performance.now){$u="none";return}let t=3600*1e3,e=performance.now(),n=Date.now(),r=performance.timeOrigin?Math.abs(performance.timeOrigin+e-n):t,a=r{let a=r[0].type;e(r,a)})}function F0(t,e){return(e||new TextEncoder).encode(t)}function Yu(t,e){let[n,r]=t,a=JSON.stringify(n);function i(o){typeof a=="string"?a=typeof o=="string"?a+o:[F0(a,e),o]:a.push(typeof o=="string"?F0(o,e):o)}for(let o of r){let[s,u]=o;i(` ${JSON.stringify(s)} -`),i(typeof u=="string"||u instanceof Uint8Array?u:JSON.stringify(u))}return typeof a=="string"?a:XE(a)}function XE(t){let e=t.reduce((a,i)=>a+i.length,0),n=new Uint8Array(e),r=0;for(let a of t)n.set(a,r),r+=a.length;return n}function _b(t,e){let n=typeof t.data=="string"?F0(t.data,e):t.data;return[Ha({type:"attachment",length:n.length,filename:t.filename,content_type:t.contentType,attachment_type:t.attachmentType}),n]}var eC={session:"session",sessions:"session",attachment:"attachment",transaction:"transaction",event:"error",client_report:"internal",user_report:"default"};function B0(t){return eC[t]}d();function Fb(t,e,n){let r=[{type:"client_report"},{timestamp:n||ea(),discarded_events:t}];return Wa(e?{dsn:e}:{},[r])}d();var tC=60*1e3;function nC(t,e=Date.now()){let n=parseInt(`${t}`,10);if(!isNaN(n))return n*1e3;let r=Date.parse(`${t}`);return isNaN(r)?tC:r-e}function rC(t,e){return t[e]||t.all||0}function Mb(t,e,n=Date.now()){return rC(t,e)>n}function Bb(t,{statusCode:e,headers:n},r=Date.now()){let a={...t},i=n&&n["x-sentry-rate-limits"],o=n&&n["retry-after"];if(i)for(let s of i.trim().split(",")){let[u,l]=s.split(":",2),c=parseInt(u,10),p=(isNaN(c)?60:c)*1e3;if(!l)a.all=r+p;else for(let g of l.split(";"))a[g]=r+p}else o?a.all=r+nC(o,r):e===429&&(a.all=r+60*1e3);return a}d();function Ib(t){return t[0]}d();function I0(t){let e=_0(),n={sid:Br(),init:!0,timestamp:e,started:e,duration:0,status:"ok",errors:0,ignoreDuration:!1,toJSON:()=>aC(n)};return t&&gr(n,t),n}function gr(t,e={}){if(e.user&&(!t.ipAddress&&e.user.ip_address&&(t.ipAddress=e.user.ip_address),!t.did&&!e.did&&(t.did=e.user.id||e.user.email||e.user.username)),t.timestamp=e.timestamp||_0(),e.ignoreDuration&&(t.ignoreDuration=e.ignoreDuration),e.sid&&(t.sid=e.sid.length===32?e.sid:Br()),e.init!==void 0&&(t.init=e.init),!t.did&&e.did&&(t.did=`${e.did}`),typeof e.started=="number"&&(t.started=e.started),t.ignoreDuration)t.duration=void 0;else if(typeof e.duration=="number")t.duration=e.duration;else{let n=t.timestamp-t.started;t.duration=n>=0?n:0}e.release&&(t.release=e.release),e.environment&&(t.environment=e.environment),!t.ipAddress&&e.ipAddress&&(t.ipAddress=e.ipAddress),!t.userAgent&&e.userAgent&&(t.userAgent=e.userAgent),typeof e.errors=="number"&&(t.errors=e.errors),e.status&&(t.status=e.status)}function R0(t,e){let n={};e?n={status:e}:t.status==="ok"&&(n={status:"exited"}),gr(t,n)}function aC(t){return Ha({sid:`${t.sid}`,init:t.init,started:new Date(t.started*1e3).toISOString(),timestamp:new Date(t.timestamp*1e3).toISOString(),status:t.status,errors:t.errors,did:typeof t.did=="number"||typeof t.did=="string"?`${t.did}`:void 0,duration:t.duration,attrs:{release:t.release,environment:t.environment,ip_address:t.ipAddress,user_agent:t.userAgent}})}var Rb=100,On=class t{_notifyingListeners;_scopeListeners;_eventProcessors;_breadcrumbs;_user;_tags;_extra;_contexts;_attachments;_sdkProcessingMetadata;_fingerprint;_level;_transactionName;_span;_session;_requestSession;constructor(){this._notifyingListeners=!1,this._scopeListeners=[],this._eventProcessors=[],this._breadcrumbs=[],this._attachments=[],this._user={},this._tags={},this._extra={},this._contexts={},this._sdkProcessingMetadata={}}static clone(e){let n=new t;return e&&(n._breadcrumbs=[...e._breadcrumbs],n._tags={...e._tags},n._extra={...e._extra},n._contexts={...e._contexts},n._user=e._user,n._level=e._level,n._span=e._span,n._session=e._session,n._transactionName=e._transactionName,n._fingerprint=e._fingerprint,n._eventProcessors=[...e._eventProcessors],n._requestSession=e._requestSession,n._attachments=[...e._attachments]),n}addScopeListener(e){this._scopeListeners.push(e)}addEventProcessor(e){return this._eventProcessors.push(e),this}setUser(e){return this._user=e||{},this._session&&gr(this._session,{user:e}),this._notifyScopeListeners(),this}getUser(){return this._user}getRequestSession(){return this._requestSession}setRequestSession(e){return this._requestSession=e,this}setTags(e){return this._tags={...this._tags,...e},this._notifyScopeListeners(),this}setTag(e,n){return this._tags={...this._tags,[e]:n},this._notifyScopeListeners(),this}setExtras(e){return this._extra={...this._extra,...e},this._notifyScopeListeners(),this}setExtra(e,n){return this._extra={...this._extra,[e]:n},this._notifyScopeListeners(),this}setFingerprint(e){return this._fingerprint=e,this._notifyScopeListeners(),this}setLevel(e){return this._level=e,this._notifyScopeListeners(),this}setTransactionName(e){return this._transactionName=e,this._notifyScopeListeners(),this}setContext(e,n){return n===null?delete this._contexts[e]:this._contexts={...this._contexts,[e]:n},this._notifyScopeListeners(),this}setSpan(e){return this._span=e,this._notifyScopeListeners(),this}getSpan(){return this._span}getTransaction(){let e=this.getSpan();return e&&e.transaction}setSession(e){return e?this._session=e:delete this._session,this._notifyScopeListeners(),this}getSession(){return this._session}update(e){if(!e)return this;if(typeof e=="function"){let n=e(this);return n instanceof t?n:this}return e instanceof t?(this._tags={...this._tags,...e._tags},this._extra={...this._extra,...e._extra},this._contexts={...this._contexts,...e._contexts},e._user&&Object.keys(e._user).length&&(this._user=e._user),e._level&&(this._level=e._level),e._fingerprint&&(this._fingerprint=e._fingerprint),e._requestSession&&(this._requestSession=e._requestSession)):Zn(e)&&(e=e,this._tags={...this._tags,...e.tags},this._extra={...this._extra,...e.extra},this._contexts={...this._contexts,...e.contexts},e.user&&(this._user=e.user),e.level&&(this._level=e.level),e.fingerprint&&(this._fingerprint=e.fingerprint),e.requestSession&&(this._requestSession=e.requestSession)),this}clear(){return this._breadcrumbs=[],this._tags={},this._extra={},this._user={},this._contexts={},this._level=void 0,this._transactionName=void 0,this._fingerprint=void 0,this._requestSession=void 0,this._span=void 0,this._session=void 0,this._notifyScopeListeners(),this._attachments=[],this}addBreadcrumb(e,n){let r=typeof n=="number"?Math.min(n,Rb):Rb;if(r<=0)return this;let a={timestamp:ea(),...e};return this._breadcrumbs=[...this._breadcrumbs,a].slice(-r),this._notifyScopeListeners(),this}clearBreadcrumbs(){return this._breadcrumbs=[],this._notifyScopeListeners(),this}addAttachment(e){return this._attachments.push(e),this}getAttachments(){return this._attachments}clearAttachments(){return this._attachments=[],this}applyToEvent(e,n={}){if(this._extra&&Object.keys(this._extra).length&&(e.extra={...this._extra,...e.extra}),this._tags&&Object.keys(this._tags).length&&(e.tags={...this._tags,...e.tags}),this._user&&Object.keys(this._user).length&&(e.user={...this._user,...e.user}),this._contexts&&Object.keys(this._contexts).length&&(e.contexts={...this._contexts,...e.contexts}),this._level&&(e.level=this._level),this._transactionName&&(e.transaction=this._transactionName),this._span){e.contexts={trace:this._span.getTraceContext(),...e.contexts};let r=this._span.transaction&&this._span.transaction.name;r&&(e.tags={transaction:r,...e.tags})}return this._applyFingerprint(e),e.breadcrumbs=[...e.breadcrumbs||[],...this._breadcrumbs],e.breadcrumbs=e.breadcrumbs.length>0?e.breadcrumbs:void 0,e.sdkProcessingMetadata={...e.sdkProcessingMetadata,...this._sdkProcessingMetadata},this._notifyEventProcessors([...Ob(),...this._eventProcessors],e,n)}setSDKProcessingMetadata(e){return this._sdkProcessingMetadata={...this._sdkProcessingMetadata,...e},this}_notifyEventProcessors(e,n,r,a=0){return new pr((i,o)=>{let s=e[a];if(n===null||typeof s!="function")i(n);else{let u=s({...n},r);!1&&s.id&&u===null&&Se.log(`Event processor "${s.id}" dropped event`),wi(u)?u.then(l=>this._notifyEventProcessors(e,l,r,a+1).then(i)).then(null,o):this._notifyEventProcessors(e,u,r,a+1).then(i).then(null,o)}})}_notifyScopeListeners(){this._notifyingListeners||(this._notifyingListeners=!0,this._scopeListeners.forEach(e=>{e(this)}),this._notifyingListeners=!1)}_applyFingerprint(e){e.fingerprint=e.fingerprint?Array.isArray(e.fingerprint)?e.fingerprint:[e.fingerprint]:[],this._fingerprint&&(e.fingerprint=e.fingerprint.concat(this._fingerprint)),e.fingerprint&&!e.fingerprint.length&&delete e.fingerprint}};function Ob(){return Di("globalEventProcessors",()=>[])}function mr(t){Ob().push(t)}d();d();var O0=4,iC=100,Or=class{constructor(e,n=new On,r=O0){this._version=r;this.getStackTop().scope=n,e&&this.bindClient(e)}_stack=[{}];_lastEventId;isOlderThan(e){return this._version{i.captureException(e,{originalException:e,syntheticException:a,...n,event_id:r},o)}),r}captureMessage(e,n,r){let a=this._lastEventId=r&&r.event_id?r.event_id:Br(),i=new Error(e);return this._withClient((o,s)=>{o.captureMessage(e,n,{originalException:e,syntheticException:i,...r,event_id:a},s)}),a}captureEvent(e,n){let r=n&&n.event_id?n.event_id:Br();return e.type!=="transaction"&&(this._lastEventId=r),this._withClient((a,i)=>{a.captureEvent(e,{...n,event_id:r},i)}),r}lastEventId(){return this._lastEventId}addBreadcrumb(e,n){let{scope:r,client:a}=this.getStackTop();if(!r||!a)return;let{beforeBreadcrumb:i=null,maxBreadcrumbs:o=iC}=a.getOptions&&a.getOptions()||{};if(o<=0)return;let u={timestamp:ea(),...e},l=i?b0(()=>i(u,n)):u;l!==null&&r.addBreadcrumb(l,o)}setUser(e){let n=this.getScope();n&&n.setUser(e)}setTags(e){let n=this.getScope();n&&n.setTags(e)}setExtras(e){let n=this.getScope();n&&n.setExtras(e)}setTag(e,n){let r=this.getScope();r&&r.setTag(e,n)}setExtra(e,n){let r=this.getScope();r&&r.setExtra(e,n)}setContext(e,n){let r=this.getScope();r&&r.setContext(e,n)}configureScope(e){let{scope:n,client:r}=this.getStackTop();n&&r&&e(n)}run(e){let n=Pi(this);try{e(this)}finally{Pi(n)}}getIntegration(e){let n=this.getClient();if(!n)return null;try{return n.getIntegration(e)}catch{return!1&&Se.warn(`Cannot retrieve integration ${e.id} from the current Hub`),null}}startTransaction(e,n){return this._callExtensionMethod("startTransaction",e,n)}traceHeaders(){return this._callExtensionMethod("traceHeaders")}captureSession(e=!1){if(e)return this.endSession();this._sendSessionUpdate()}endSession(){let e=this.getStackTop(),n=e&&e.scope,r=n&&n.getSession();r&&R0(r),this._sendSessionUpdate(),n&&n.setSession()}startSession(e){let{scope:n,client:r}=this.getStackTop(),{release:a,environment:i}=r&&r.getOptions()||{},o=it(),{userAgent:s}=o.navigator||{},u=I0({release:a,environment:i,...n&&{user:n.getUser()},...s&&{userAgent:s},...e});if(n){let l=n.getSession&&n.getSession();l&&l.status==="ok"&&gr(l,{status:"exited"}),this.endSession(),n.setSession(u)}return u}shouldSendDefaultPii(){let e=this.getClient(),n=e&&e.getOptions();return!!(n&&n.sendDefaultPii)}_sendSessionUpdate(){let{scope:e,client:n}=this.getStackTop();if(!e)return;let r=e.getSession();r&&n&&n.captureSession&&n.captureSession(r)}_withClient(e){let{scope:n,client:r}=this.getStackTop();r&&e(r,n)}_callExtensionMethod(e,...n){let a=ns().__SENTRY__;if(a&&a.extensions&&typeof a.extensions[e]=="function")return a.extensions[e].apply(this,n);!1&&Se.warn(`Extension method ${e} couldn't be found, doing nothing.`)}};function ns(){let t=it();return t.__SENTRY__=t.__SENTRY__||{extensions:{},hub:void 0},t}function Pi(t){let e=ns(),n=zn(e);return Qu(e,t),n}function Le(){let t=ns();return(!zb(t)||zn(t).isOlderThan(O0))&&Qu(t,new Or),Db()?oC(t):zn(t)}function oC(t){try{let e=ns().__SENTRY__,n=e&&e.extensions&&e.extensions.domain&&e.extensions.domain.active;if(!n)return zn(t);if(!zb(n)||zn(n).isOlderThan(O0)){let r=zn(t).getStackTop();Qu(n,new Or(r.client,On.clone(r.scope)))}return zn(n)}catch{return zn(t)}}function zb(t){return!!(t&&t.__SENTRY__&&t.__SENTRY__.hub)}function zn(t){return Di("hub",()=>new Or,t)}function Qu(t,e){if(!t)return!1;let n=t.__SENTRY__=t.__SENTRY__||{};return n.hub=e,!0}d();function Li(t,e){return Le().captureException(t,{captureContext:e})}function Zu(t,e){let n=typeof e=="string"?e:void 0,r=typeof e!="string"?{captureContext:e}:void 0;return Le().captureMessage(t,n,r)}function Ju(t,e){return Le().captureEvent(t,e)}function Xu(t){Le().configureScope(t)}function el(t){Le().addBreadcrumb(t)}function tl(t,e){Le().setContext(t,e)}function nl(t){Le().setExtras(t)}function rl(t,e){Le().setExtra(t,e)}function al(t){Le().setTags(t)}function il(t,e){Le().setTag(t,e)}function ol(t){Le().setUser(t)}function _i(t){Le().withScope(t)}function sl(t,e){return Le().startTransaction({metadata:{source:"custom"},...t},e)}d();var sC="7";function Nb(t){let e=t.protocol?`${t.protocol}:`:"",n=t.port?`:${t.port}`:"";return`${e}//${t.host}${n}${t.path?`/${t.path}`:""}/api/`}function uC(t){return`${Nb(t)}${t.projectId}/envelope/`}function lC(t,e){return bb({sentry_key:t.publicKey,sentry_version:sC,...e&&{sentry_client:`${e.name}/${e.version}`}})}function rs(t,e={}){let n=typeof e=="string"?e:e.tunnel,r=typeof e=="string"||!e._metadata?void 0:e._metadata.sdk;return n||`${uC(t)}?${lC(t,r)}`}function z0(t,e){let n=Ku(t),r=`${Nb(n)}embed/error-page/`,a=`dsn=${qa(n)}`;for(let i in e)if(i!=="dsn")if(i==="user"){let o=e.user;if(!o)continue;o.name&&(a+=`&name=${encodeURIComponent(o.name)}`),o.email&&(a+=`&email=${encodeURIComponent(o.email)}`)}else a+=`&${encodeURIComponent(i)}=${encodeURIComponent(e[i])}`;return`${r}?${a}`}d();d();function Ub(t){if(!t||!t.sdk)return;let{name:e,version:n}=t.sdk;return{name:e,version:n}}function cC(t,e){return e&&(t.sdk=t.sdk||{},t.sdk.name=t.sdk.name||e.name,t.sdk.version=t.sdk.version||e.version,t.sdk.integrations=[...t.sdk.integrations||[],...e.integrations||[]],t.sdk.packages=[...t.sdk.packages||[],...e.packages||[]]),t}function qb(t,e,n,r){let a=Ub(n),i={sent_at:new Date().toISOString(),...a&&{sdk:a},...!!r&&{dsn:qa(e)}},o="aggregates"in t?[{type:"sessions"},t]:[{type:"session"},t];return Wa(i,[o])}function jb(t,e,n,r){let a=Ub(n),i=t.type||"event",{transactionSampling:o}=t.sdkProcessingMetadata||{},{method:s,rate:u}=o||{};cC(t,n&&n.sdk);let l=dC(t,a,r,e);return delete t.sdkProcessingMetadata,Wa(l,[[{type:i,sample_rates:[{id:s,rate:u}]},t]])}function dC(t,e,n,r){let a=t.sdkProcessingMetadata&&t.sdkProcessingMetadata.baggage,i=a&&Ib(a);return{event_id:t.event_id,sent_at:new Date().toISOString(),...e&&{sdk:e},...!!n&&{dsn:qa(r)},...t.type==="transaction"&&i&&{trace:Ha({...i})}}}d();var Hb=[];function Wb(t){return t.reduce((e,n)=>(e.every(r=>n.name!==r.name)&&e.push(n),e),[])}function N0(t){let e=t.defaultIntegrations&&[...t.defaultIntegrations]||[],n=t.integrations,r=[...Wb(e)];Array.isArray(n)?r=[...r.filter(o=>n.every(s=>s.name!==o.name)),...Wb(n)]:typeof n=="function"&&(r=n(r),r=Array.isArray(r)?r:[r]);let a=r.map(o=>o.name),i="Debug";return a.indexOf(i)!==-1&&r.push(...r.splice(a.indexOf(i),1)),r}function Kb(t){let e={};return t.forEach(n=>{e[n.name]=n,Hb.indexOf(n.name)===-1&&(n.setupOnce(mr,Le),Hb.push(n.name),!1&&Se.log(`Integration installed: ${n.name}`))}),e}var Gb="Not capturing exception because it's already been captured.",as=class{_options;_dsn;_transport;_integrations={};_integrationsInitialized=!1;_numProcessing=0;_outcomes={};constructor(e){if(this._options=e,e.dsn){this._dsn=Ku(e.dsn);let n=rs(this._dsn,e);this._transport=e.transport({recordDroppedEvent:this.recordDroppedEvent.bind(this),...e.transportOptions,url:n})}else!1&&Se.warn("No DSN provided, client will not do anything.")}captureException(e,n,r){if(D0(e)){!1&&Se.log(Gb);return}let a=n&&n.event_id;return this._process(this.eventFromException(e,n).then(i=>this._captureEvent(i,n,r)).then(i=>{a=i})),a}captureMessage(e,n,r,a){let i=r&&r.event_id,o=$o(e)?this.eventFromMessage(String(e),n,r):this.eventFromException(e,r);return this._process(o.then(s=>this._captureEvent(s,r,a)).then(s=>{i=s})),i}captureEvent(e,n,r){if(n&&n.originalException&&D0(n.originalException)){!1&&Se.log(Gb);return}let a=n&&n.event_id;return this._process(this._captureEvent(e,n,r).then(i=>{a=i})),a}captureSession(e){if(!this._isEnabled()){!1&&Se.warn("SDK not enabled, will not capture session.");return}typeof e.release!="string"?!1&&Se.warn("Discarded session because of missing or non-string release"):(this.sendSession(e),gr(e,{init:!1}))}getDsn(){return this._dsn}getOptions(){return this._options}getTransport(){return this._transport}flush(e){let n=this._transport;return n?this._isClientDoneProcessing(e).then(r=>n.flush(e).then(a=>r&&a)):vn(!0)}close(e){return this.flush(e).then(n=>(this.getOptions().enabled=!1,n))}setupIntegrations(){this._isEnabled()&&!this._integrationsInitialized&&(this._integrations=Kb(this._options.integrations),this._integrationsInitialized=!0)}getIntegrationById(e){return this._integrations[e]}getIntegration(e){try{return this._integrations[e.id]||null}catch{return!1&&Se.warn(`Cannot retrieve integration ${e.id} from the current Client`),null}}sendEvent(e,n={}){if(this._dsn){let r=jb(e,this._dsn,this._options._metadata,this._options.tunnel);for(let a of n.attachments||[])r=Lb(r,_b(a,this._options.transportOptions&&this._options.transportOptions.textEncoder));this._sendEnvelope(r)}}sendSession(e){if(this._dsn){let n=qb(e,this._dsn,this._options._metadata,this._options.tunnel);this._sendEnvelope(n)}}recordDroppedEvent(e,n){if(this._options.sendClientReports){let r=`${e}:${n}`;!1&&Se.log(`Adding outcome: "${r}"`),this._outcomes[r]=this._outcomes[r]+1||1}}_updateSessionFromEvent(e,n){let r=!1,a=!1,i=n.exception&&n.exception.values;if(i){a=!0;for(let u of i){let l=u.mechanism;if(l&&l.handled===!1){r=!0;break}}}let o=e.status==="ok";(o&&e.errors===0||o&&r)&&(gr(e,{...r&&{status:"crashed"},errors:e.errors||Number(a||r)}),this.captureSession(e))}_isClientDoneProcessing(e){return new pr(n=>{let r=0,a=1,i=setInterval(()=>{this._numProcessing==0?(clearInterval(i),n(!0)):(r+=a,e&&r>=e&&(clearInterval(i),n(!1)))},a)})}_isEnabled(){return this.getOptions().enabled!==!1&&this._dsn!==void 0}_prepareEvent(e,n,r){let{normalizeDepth:a=3,normalizeMaxBreadth:i=1e3}=this.getOptions(),o={...e,event_id:e.event_id||n.event_id||Br(),timestamp:e.timestamp||ea()};this._applyClientOptions(o),this._applyIntegrationsMetadata(o);let s=r;n.captureContext&&(s=On.clone(s).update(n.captureContext));let u=vn(o);if(s){let l=[...n.attachments||[],...s.getAttachments()];l.length&&(n.attachments=l),u=s.applyToEvent(o,n)}return u.then(l=>typeof a=="number"&&a>0?this._normalizeEvent(l,a,i):l)}_normalizeEvent(e,n,r){if(!e)return null;let a={...e,...e.breadcrumbs&&{breadcrumbs:e.breadcrumbs.map(i=>({...i,...i.data&&{data:Rr(i.data,n,r)}}))},...e.user&&{user:Rr(e.user,n,r)},...e.contexts&&{contexts:Rr(e.contexts,n,r)},...e.extra&&{extra:Rr(e.extra,n,r)}};return e.contexts&&e.contexts.trace&&a.contexts&&(a.contexts.trace=e.contexts.trace,e.contexts.trace.data&&(a.contexts.trace.data=Rr(e.contexts.trace.data,n,r))),e.spans&&(a.spans=e.spans.map(i=>(i.data&&(i.data=Rr(i.data,n,r)),i))),a}_applyClientOptions(e){let n=this.getOptions(),{environment:r,release:a,dist:i,maxValueLength:o=250}=n;"environment"in e||(e.environment="environment"in n?r:"production"),e.release===void 0&&a!==void 0&&(e.release=a),e.dist===void 0&&i!==void 0&&(e.dist=i),e.message&&(e.message=ja(e.message,o));let s=e.exception&&e.exception.values&&e.exception.values[0];s&&s.value&&(s.value=ja(s.value,o));let u=e.request;u&&u.url&&(u.url=ja(u.url,o))}_applyIntegrationsMetadata(e){let n=Object.keys(this._integrations);n.length>0&&(e.sdk=e.sdk||{},e.sdk.integrations=[...e.sdk.integrations||[],...n])}_captureEvent(e,n={},r){return this._processEvent(e,n,r).then(a=>a.event_id,a=>{!1&&Se.warn(a)})}_processEvent(e,n,r){let{beforeSend:a,sampleRate:i}=this.getOptions();if(!this._isEnabled())return ts(new Tt("SDK not enabled, will not capture event."));let o=e.type==="transaction";return!o&&typeof i=="number"&&Math.random()>i?(this.recordDroppedEvent("sample_rate","error"),ts(new Tt(`Discarding event because it's not included in the random sample (sampling rate = ${i})`))):this._prepareEvent(e,n,r).then(s=>{if(s===null)throw this.recordDroppedEvent("event_processor",e.type||"error"),new Tt("An event processor returned null, will not send event.");if(n.data&&n.data.__sentry__===!0||o||!a)return s;let l=a(s,n);return pC(l)}).then(s=>{if(s===null)throw this.recordDroppedEvent("before_send",e.type||"error"),new Tt("`beforeSend` returned `null`, will not send event.");let u=r&&r.getSession();return!o&&u&&this._updateSessionFromEvent(u,s),this.sendEvent(s,n),s}).then(null,s=>{throw s instanceof Tt?s:(this.captureException(s,{data:{__sentry__:!0},originalException:s}),new Tt(`Event processing pipeline threw an error, original event will not be sent. Details have been sent as a new event. -Reason: ${s}`))})}_process(e){this._numProcessing+=1,e.then(n=>(this._numProcessing-=1,n),n=>(this._numProcessing-=1,n))}_sendEnvelope(e){this._transport&&this._dsn?this._transport.send(e).then(null,n=>{!1&&Se.error("Error while sending event:",n)}):!1&&Se.error("Transport disabled")}_clearOutcomes(){let e=this._outcomes;return this._outcomes={},Object.keys(e).map(n=>{let[r,a]=n.split(":");return{reason:r,category:a,quantity:e[n]}})}};function pC(t){let e="`beforeSend` method has to return `null` or a valid event.";if(wi(t))return t.then(n=>{if(!(Zn(n)||n===null))throw new Tt(e);return n},n=>{throw new Tt(`beforeSend rejected with ${n}`)});if(!(Zn(t)||t===null))throw new Tt(e);return t}d();function U0(t,e){e.debug===!0&&!1&&Se.enable();let n=Le(),r=n.getScope();r&&r.update(e.initialScope);let a=new t(e);n.bindClient(a)}d();var gC=30;function is(t,e,n=Ab(t.bufferSize||gC)){let r={},a=o=>n.drain(o);function i(o){let s=[];if(M0(o,(p,g)=>{let m=B0(g);Mb(r,m)?t.recordDroppedEvent("ratelimit_backoff",m):s.push(p)}),s.length===0)return vn();let u=Wa(o[0],s),l=p=>{M0(u,(g,m)=>{t.recordDroppedEvent(p,B0(m))})},c=()=>e({body:Yu(u,t.textEncoder)}).then(p=>{p.statusCode!==void 0&&(p.statusCode<200||p.statusCode>=300)&&!1&&Se.warn(`Sentry responded with status code ${p.statusCode} to sent event.`),r=Bb(r,p)},p=>{!1&&Se.error("Failed while sending event:",p),l("network_error")});return n.add(c).then(p=>p,p=>{if(p instanceof Tt)return!1&&Se.error("Skipped sending event due to full buffer"),l("queue_overflow"),vn();throw p})}return{send:i,flush:a}}d();var Fi="7.7.0";var Va={};tu(Va,{FunctionToString:()=>Ka,InboundFilters:()=>Ga});d();d();var Vb,Ka=class t{static id="FunctionToString";name=t.id;setupOnce(){Vb=Function.prototype.toString,Function.prototype.toString=function(...e){let n=Ai(this)||this;return Vb.apply(n,e)}}};d();var mC=[/^Script error\.?$/,/^Javascript error: Script error\.? on line 0$/],Ga=class t{constructor(e={}){this._options=e}static id="InboundFilters";name=t.id;setupOnce(e,n){let r=a=>{let i=n();if(i){let o=i.getIntegration(t);if(o){let s=i.getClient(),u=s?s.getOptions():{},l=fC(o._options,u);return hC(a,l)?null:a}}return a};r.id=this.name,e(r)}};function fC(t={},e={}){return{allowUrls:[...t.allowUrls||[],...e.allowUrls||[]],denyUrls:[...t.denyUrls||[],...e.denyUrls||[]],ignoreErrors:[...t.ignoreErrors||[],...e.ignoreErrors||[],...mC],ignoreInternal:t.ignoreInternal!==void 0?t.ignoreInternal:!0}}function hC(t,e){return e.ignoreInternal&&SC(t)?(!1&&Se.warn(`Event dropped due to being internal Sentry Error. +`),i(typeof u=="string"||u instanceof Uint8Array?u:JSON.stringify(u))}return typeof a=="string"?a:XE(a)}function XE(t){let e=t.reduce((a,i)=>a+i.length,0),n=new Uint8Array(e),r=0;for(let a of t)n.set(a,r),r+=a.length;return n}function _b(t,e){let n=typeof t.data=="string"?F0(t.data,e):t.data;return[Ha({type:"attachment",length:n.length,filename:t.filename,content_type:t.contentType,attachment_type:t.attachmentType}),n]}var eC={session:"session",sessions:"session",attachment:"attachment",transaction:"transaction",event:"error",client_report:"internal",user_report:"default"};function B0(t){return eC[t]}d();function Fb(t,e,n){let r=[{type:"client_report"},{timestamp:n||ea(),discarded_events:t}];return Wa(e?{dsn:e}:{},[r])}d();var tC=60*1e3;function nC(t,e=Date.now()){let n=parseInt(`${t}`,10);if(!isNaN(n))return n*1e3;let r=Date.parse(`${t}`);return isNaN(r)?tC:r-e}function rC(t,e){return t[e]||t.all||0}function Mb(t,e,n=Date.now()){return rC(t,e)>n}function Bb(t,{statusCode:e,headers:n},r=Date.now()){let a={...t},i=n&&n["x-sentry-rate-limits"],o=n&&n["retry-after"];if(i)for(let s of i.trim().split(",")){let[u,l]=s.split(":",2),c=parseInt(u,10),p=(isNaN(c)?60:c)*1e3;if(!l)a.all=r+p;else for(let m of l.split(";"))a[m]=r+p}else o?a.all=r+nC(o,r):e===429&&(a.all=r+60*1e3);return a}d();function Ib(t){return t[0]}d();function I0(t){let e=_0(),n={sid:Br(),init:!0,timestamp:e,started:e,duration:0,status:"ok",errors:0,ignoreDuration:!1,toJSON:()=>aC(n)};return t&&gr(n,t),n}function gr(t,e={}){if(e.user&&(!t.ipAddress&&e.user.ip_address&&(t.ipAddress=e.user.ip_address),!t.did&&!e.did&&(t.did=e.user.id||e.user.email||e.user.username)),t.timestamp=e.timestamp||_0(),e.ignoreDuration&&(t.ignoreDuration=e.ignoreDuration),e.sid&&(t.sid=e.sid.length===32?e.sid:Br()),e.init!==void 0&&(t.init=e.init),!t.did&&e.did&&(t.did=`${e.did}`),typeof e.started=="number"&&(t.started=e.started),t.ignoreDuration)t.duration=void 0;else if(typeof e.duration=="number")t.duration=e.duration;else{let n=t.timestamp-t.started;t.duration=n>=0?n:0}e.release&&(t.release=e.release),e.environment&&(t.environment=e.environment),!t.ipAddress&&e.ipAddress&&(t.ipAddress=e.ipAddress),!t.userAgent&&e.userAgent&&(t.userAgent=e.userAgent),typeof e.errors=="number"&&(t.errors=e.errors),e.status&&(t.status=e.status)}function R0(t,e){let n={};e?n={status:e}:t.status==="ok"&&(n={status:"exited"}),gr(t,n)}function aC(t){return Ha({sid:`${t.sid}`,init:t.init,started:new Date(t.started*1e3).toISOString(),timestamp:new Date(t.timestamp*1e3).toISOString(),status:t.status,errors:t.errors,did:typeof t.did=="number"||typeof t.did=="string"?`${t.did}`:void 0,duration:t.duration,attrs:{release:t.release,environment:t.environment,ip_address:t.ipAddress,user_agent:t.userAgent}})}var Rb=100,On=class t{_notifyingListeners;_scopeListeners;_eventProcessors;_breadcrumbs;_user;_tags;_extra;_contexts;_attachments;_sdkProcessingMetadata;_fingerprint;_level;_transactionName;_span;_session;_requestSession;constructor(){this._notifyingListeners=!1,this._scopeListeners=[],this._eventProcessors=[],this._breadcrumbs=[],this._attachments=[],this._user={},this._tags={},this._extra={},this._contexts={},this._sdkProcessingMetadata={}}static clone(e){let n=new t;return e&&(n._breadcrumbs=[...e._breadcrumbs],n._tags={...e._tags},n._extra={...e._extra},n._contexts={...e._contexts},n._user=e._user,n._level=e._level,n._span=e._span,n._session=e._session,n._transactionName=e._transactionName,n._fingerprint=e._fingerprint,n._eventProcessors=[...e._eventProcessors],n._requestSession=e._requestSession,n._attachments=[...e._attachments]),n}addScopeListener(e){this._scopeListeners.push(e)}addEventProcessor(e){return this._eventProcessors.push(e),this}setUser(e){return this._user=e||{},this._session&&gr(this._session,{user:e}),this._notifyScopeListeners(),this}getUser(){return this._user}getRequestSession(){return this._requestSession}setRequestSession(e){return this._requestSession=e,this}setTags(e){return this._tags={...this._tags,...e},this._notifyScopeListeners(),this}setTag(e,n){return this._tags={...this._tags,[e]:n},this._notifyScopeListeners(),this}setExtras(e){return this._extra={...this._extra,...e},this._notifyScopeListeners(),this}setExtra(e,n){return this._extra={...this._extra,[e]:n},this._notifyScopeListeners(),this}setFingerprint(e){return this._fingerprint=e,this._notifyScopeListeners(),this}setLevel(e){return this._level=e,this._notifyScopeListeners(),this}setTransactionName(e){return this._transactionName=e,this._notifyScopeListeners(),this}setContext(e,n){return n===null?delete this._contexts[e]:this._contexts={...this._contexts,[e]:n},this._notifyScopeListeners(),this}setSpan(e){return this._span=e,this._notifyScopeListeners(),this}getSpan(){return this._span}getTransaction(){let e=this.getSpan();return e&&e.transaction}setSession(e){return e?this._session=e:delete this._session,this._notifyScopeListeners(),this}getSession(){return this._session}update(e){if(!e)return this;if(typeof e=="function"){let n=e(this);return n instanceof t?n:this}return e instanceof t?(this._tags={...this._tags,...e._tags},this._extra={...this._extra,...e._extra},this._contexts={...this._contexts,...e._contexts},e._user&&Object.keys(e._user).length&&(this._user=e._user),e._level&&(this._level=e._level),e._fingerprint&&(this._fingerprint=e._fingerprint),e._requestSession&&(this._requestSession=e._requestSession)):Zn(e)&&(e=e,this._tags={...this._tags,...e.tags},this._extra={...this._extra,...e.extra},this._contexts={...this._contexts,...e.contexts},e.user&&(this._user=e.user),e.level&&(this._level=e.level),e.fingerprint&&(this._fingerprint=e.fingerprint),e.requestSession&&(this._requestSession=e.requestSession)),this}clear(){return this._breadcrumbs=[],this._tags={},this._extra={},this._user={},this._contexts={},this._level=void 0,this._transactionName=void 0,this._fingerprint=void 0,this._requestSession=void 0,this._span=void 0,this._session=void 0,this._notifyScopeListeners(),this._attachments=[],this}addBreadcrumb(e,n){let r=typeof n=="number"?Math.min(n,Rb):Rb;if(r<=0)return this;let a={timestamp:ea(),...e};return this._breadcrumbs=[...this._breadcrumbs,a].slice(-r),this._notifyScopeListeners(),this}clearBreadcrumbs(){return this._breadcrumbs=[],this._notifyScopeListeners(),this}addAttachment(e){return this._attachments.push(e),this}getAttachments(){return this._attachments}clearAttachments(){return this._attachments=[],this}applyToEvent(e,n={}){if(this._extra&&Object.keys(this._extra).length&&(e.extra={...this._extra,...e.extra}),this._tags&&Object.keys(this._tags).length&&(e.tags={...this._tags,...e.tags}),this._user&&Object.keys(this._user).length&&(e.user={...this._user,...e.user}),this._contexts&&Object.keys(this._contexts).length&&(e.contexts={...this._contexts,...e.contexts}),this._level&&(e.level=this._level),this._transactionName&&(e.transaction=this._transactionName),this._span){e.contexts={trace:this._span.getTraceContext(),...e.contexts};let r=this._span.transaction&&this._span.transaction.name;r&&(e.tags={transaction:r,...e.tags})}return this._applyFingerprint(e),e.breadcrumbs=[...e.breadcrumbs||[],...this._breadcrumbs],e.breadcrumbs=e.breadcrumbs.length>0?e.breadcrumbs:void 0,e.sdkProcessingMetadata={...e.sdkProcessingMetadata,...this._sdkProcessingMetadata},this._notifyEventProcessors([...Ob(),...this._eventProcessors],e,n)}setSDKProcessingMetadata(e){return this._sdkProcessingMetadata={...this._sdkProcessingMetadata,...e},this}_notifyEventProcessors(e,n,r,a=0){return new pr((i,o)=>{let s=e[a];if(n===null||typeof s!="function")i(n);else{let u=s({...n},r);!1&&s.id&&u===null&&Se.log(`Event processor "${s.id}" dropped event`),wi(u)?u.then(l=>this._notifyEventProcessors(e,l,r,a+1).then(i)).then(null,o):this._notifyEventProcessors(e,u,r,a+1).then(i).then(null,o)}})}_notifyScopeListeners(){this._notifyingListeners||(this._notifyingListeners=!0,this._scopeListeners.forEach(e=>{e(this)}),this._notifyingListeners=!1)}_applyFingerprint(e){e.fingerprint=e.fingerprint?Array.isArray(e.fingerprint)?e.fingerprint:[e.fingerprint]:[],this._fingerprint&&(e.fingerprint=e.fingerprint.concat(this._fingerprint)),e.fingerprint&&!e.fingerprint.length&&delete e.fingerprint}};function Ob(){return Di("globalEventProcessors",()=>[])}function mr(t){Ob().push(t)}d();d();var O0=4,iC=100,Or=class{constructor(e,n=new On,r=O0){this._version=r;this.getStackTop().scope=n,e&&this.bindClient(e)}_stack=[{}];_lastEventId;isOlderThan(e){return this._version{i.captureException(e,{originalException:e,syntheticException:a,...n,event_id:r},o)}),r}captureMessage(e,n,r){let a=this._lastEventId=r&&r.event_id?r.event_id:Br(),i=new Error(e);return this._withClient((o,s)=>{o.captureMessage(e,n,{originalException:e,syntheticException:i,...r,event_id:a},s)}),a}captureEvent(e,n){let r=n&&n.event_id?n.event_id:Br();return e.type!=="transaction"&&(this._lastEventId=r),this._withClient((a,i)=>{a.captureEvent(e,{...n,event_id:r},i)}),r}lastEventId(){return this._lastEventId}addBreadcrumb(e,n){let{scope:r,client:a}=this.getStackTop();if(!r||!a)return;let{beforeBreadcrumb:i=null,maxBreadcrumbs:o=iC}=a.getOptions&&a.getOptions()||{};if(o<=0)return;let u={timestamp:ea(),...e},l=i?b0(()=>i(u,n)):u;l!==null&&r.addBreadcrumb(l,o)}setUser(e){let n=this.getScope();n&&n.setUser(e)}setTags(e){let n=this.getScope();n&&n.setTags(e)}setExtras(e){let n=this.getScope();n&&n.setExtras(e)}setTag(e,n){let r=this.getScope();r&&r.setTag(e,n)}setExtra(e,n){let r=this.getScope();r&&r.setExtra(e,n)}setContext(e,n){let r=this.getScope();r&&r.setContext(e,n)}configureScope(e){let{scope:n,client:r}=this.getStackTop();n&&r&&e(n)}run(e){let n=Pi(this);try{e(this)}finally{Pi(n)}}getIntegration(e){let n=this.getClient();if(!n)return null;try{return n.getIntegration(e)}catch{return!1&&Se.warn(`Cannot retrieve integration ${e.id} from the current Hub`),null}}startTransaction(e,n){return this._callExtensionMethod("startTransaction",e,n)}traceHeaders(){return this._callExtensionMethod("traceHeaders")}captureSession(e=!1){if(e)return this.endSession();this._sendSessionUpdate()}endSession(){let e=this.getStackTop(),n=e&&e.scope,r=n&&n.getSession();r&&R0(r),this._sendSessionUpdate(),n&&n.setSession()}startSession(e){let{scope:n,client:r}=this.getStackTop(),{release:a,environment:i}=r&&r.getOptions()||{},o=it(),{userAgent:s}=o.navigator||{},u=I0({release:a,environment:i,...n&&{user:n.getUser()},...s&&{userAgent:s},...e});if(n){let l=n.getSession&&n.getSession();l&&l.status==="ok"&&gr(l,{status:"exited"}),this.endSession(),n.setSession(u)}return u}shouldSendDefaultPii(){let e=this.getClient(),n=e&&e.getOptions();return!!(n&&n.sendDefaultPii)}_sendSessionUpdate(){let{scope:e,client:n}=this.getStackTop();if(!e)return;let r=e.getSession();r&&n&&n.captureSession&&n.captureSession(r)}_withClient(e){let{scope:n,client:r}=this.getStackTop();r&&e(r,n)}_callExtensionMethod(e,...n){let a=ns().__SENTRY__;if(a&&a.extensions&&typeof a.extensions[e]=="function")return a.extensions[e].apply(this,n);!1&&Se.warn(`Extension method ${e} couldn't be found, doing nothing.`)}};function ns(){let t=it();return t.__SENTRY__=t.__SENTRY__||{extensions:{},hub:void 0},t}function Pi(t){let e=ns(),n=zn(e);return Qu(e,t),n}function Le(){let t=ns();return(!zb(t)||zn(t).isOlderThan(O0))&&Qu(t,new Or),Db()?oC(t):zn(t)}function oC(t){try{let e=ns().__SENTRY__,n=e&&e.extensions&&e.extensions.domain&&e.extensions.domain.active;if(!n)return zn(t);if(!zb(n)||zn(n).isOlderThan(O0)){let r=zn(t).getStackTop();Qu(n,new Or(r.client,On.clone(r.scope)))}return zn(n)}catch{return zn(t)}}function zb(t){return!!(t&&t.__SENTRY__&&t.__SENTRY__.hub)}function zn(t){return Di("hub",()=>new Or,t)}function Qu(t,e){if(!t)return!1;let n=t.__SENTRY__=t.__SENTRY__||{};return n.hub=e,!0}d();function Li(t,e){return Le().captureException(t,{captureContext:e})}function Zu(t,e){let n=typeof e=="string"?e:void 0,r=typeof e!="string"?{captureContext:e}:void 0;return Le().captureMessage(t,n,r)}function Ju(t,e){return Le().captureEvent(t,e)}function Xu(t){Le().configureScope(t)}function el(t){Le().addBreadcrumb(t)}function tl(t,e){Le().setContext(t,e)}function nl(t){Le().setExtras(t)}function rl(t,e){Le().setExtra(t,e)}function al(t){Le().setTags(t)}function il(t,e){Le().setTag(t,e)}function ol(t){Le().setUser(t)}function _i(t){Le().withScope(t)}function sl(t,e){return Le().startTransaction({metadata:{source:"custom"},...t},e)}d();var sC="7";function Nb(t){let e=t.protocol?`${t.protocol}:`:"",n=t.port?`:${t.port}`:"";return`${e}//${t.host}${n}${t.path?`/${t.path}`:""}/api/`}function uC(t){return`${Nb(t)}${t.projectId}/envelope/`}function lC(t,e){return bb({sentry_key:t.publicKey,sentry_version:sC,...e&&{sentry_client:`${e.name}/${e.version}`}})}function rs(t,e={}){let n=typeof e=="string"?e:e.tunnel,r=typeof e=="string"||!e._metadata?void 0:e._metadata.sdk;return n||`${uC(t)}?${lC(t,r)}`}function z0(t,e){let n=Ku(t),r=`${Nb(n)}embed/error-page/`,a=`dsn=${qa(n)}`;for(let i in e)if(i!=="dsn")if(i==="user"){let o=e.user;if(!o)continue;o.name&&(a+=`&name=${encodeURIComponent(o.name)}`),o.email&&(a+=`&email=${encodeURIComponent(o.email)}`)}else a+=`&${encodeURIComponent(i)}=${encodeURIComponent(e[i])}`;return`${r}?${a}`}d();d();function Ub(t){if(!t||!t.sdk)return;let{name:e,version:n}=t.sdk;return{name:e,version:n}}function cC(t,e){return e&&(t.sdk=t.sdk||{},t.sdk.name=t.sdk.name||e.name,t.sdk.version=t.sdk.version||e.version,t.sdk.integrations=[...t.sdk.integrations||[],...e.integrations||[]],t.sdk.packages=[...t.sdk.packages||[],...e.packages||[]]),t}function qb(t,e,n,r){let a=Ub(n),i={sent_at:new Date().toISOString(),...a&&{sdk:a},...!!r&&{dsn:qa(e)}},o="aggregates"in t?[{type:"sessions"},t]:[{type:"session"},t];return Wa(i,[o])}function jb(t,e,n,r){let a=Ub(n),i=t.type||"event",{transactionSampling:o}=t.sdkProcessingMetadata||{},{method:s,rate:u}=o||{};cC(t,n&&n.sdk);let l=dC(t,a,r,e);return delete t.sdkProcessingMetadata,Wa(l,[[{type:i,sample_rates:[{id:s,rate:u}]},t]])}function dC(t,e,n,r){let a=t.sdkProcessingMetadata&&t.sdkProcessingMetadata.baggage,i=a&&Ib(a);return{event_id:t.event_id,sent_at:new Date().toISOString(),...e&&{sdk:e},...!!n&&{dsn:qa(r)},...t.type==="transaction"&&i&&{trace:Ha({...i})}}}d();var Hb=[];function Wb(t){return t.reduce((e,n)=>(e.every(r=>n.name!==r.name)&&e.push(n),e),[])}function N0(t){let e=t.defaultIntegrations&&[...t.defaultIntegrations]||[],n=t.integrations,r=[...Wb(e)];Array.isArray(n)?r=[...r.filter(o=>n.every(s=>s.name!==o.name)),...Wb(n)]:typeof n=="function"&&(r=n(r),r=Array.isArray(r)?r:[r]);let a=r.map(o=>o.name),i="Debug";return a.indexOf(i)!==-1&&r.push(...r.splice(a.indexOf(i),1)),r}function Kb(t){let e={};return t.forEach(n=>{e[n.name]=n,Hb.indexOf(n.name)===-1&&(n.setupOnce(mr,Le),Hb.push(n.name),!1&&Se.log(`Integration installed: ${n.name}`))}),e}var Gb="Not capturing exception because it's already been captured.",as=class{_options;_dsn;_transport;_integrations={};_integrationsInitialized=!1;_numProcessing=0;_outcomes={};constructor(e){if(this._options=e,e.dsn){this._dsn=Ku(e.dsn);let n=rs(this._dsn,e);this._transport=e.transport({recordDroppedEvent:this.recordDroppedEvent.bind(this),...e.transportOptions,url:n})}else!1&&Se.warn("No DSN provided, client will not do anything.")}captureException(e,n,r){if(D0(e)){!1&&Se.log(Gb);return}let a=n&&n.event_id;return this._process(this.eventFromException(e,n).then(i=>this._captureEvent(i,n,r)).then(i=>{a=i})),a}captureMessage(e,n,r,a){let i=r&&r.event_id,o=$o(e)?this.eventFromMessage(String(e),n,r):this.eventFromException(e,r);return this._process(o.then(s=>this._captureEvent(s,r,a)).then(s=>{i=s})),i}captureEvent(e,n,r){if(n&&n.originalException&&D0(n.originalException)){!1&&Se.log(Gb);return}let a=n&&n.event_id;return this._process(this._captureEvent(e,n,r).then(i=>{a=i})),a}captureSession(e){if(!this._isEnabled()){!1&&Se.warn("SDK not enabled, will not capture session.");return}typeof e.release!="string"?!1&&Se.warn("Discarded session because of missing or non-string release"):(this.sendSession(e),gr(e,{init:!1}))}getDsn(){return this._dsn}getOptions(){return this._options}getTransport(){return this._transport}flush(e){let n=this._transport;return n?this._isClientDoneProcessing(e).then(r=>n.flush(e).then(a=>r&&a)):vn(!0)}close(e){return this.flush(e).then(n=>(this.getOptions().enabled=!1,n))}setupIntegrations(){this._isEnabled()&&!this._integrationsInitialized&&(this._integrations=Kb(this._options.integrations),this._integrationsInitialized=!0)}getIntegrationById(e){return this._integrations[e]}getIntegration(e){try{return this._integrations[e.id]||null}catch{return!1&&Se.warn(`Cannot retrieve integration ${e.id} from the current Client`),null}}sendEvent(e,n={}){if(this._dsn){let r=jb(e,this._dsn,this._options._metadata,this._options.tunnel);for(let a of n.attachments||[])r=Lb(r,_b(a,this._options.transportOptions&&this._options.transportOptions.textEncoder));this._sendEnvelope(r)}}sendSession(e){if(this._dsn){let n=qb(e,this._dsn,this._options._metadata,this._options.tunnel);this._sendEnvelope(n)}}recordDroppedEvent(e,n){if(this._options.sendClientReports){let r=`${e}:${n}`;!1&&Se.log(`Adding outcome: "${r}"`),this._outcomes[r]=this._outcomes[r]+1||1}}_updateSessionFromEvent(e,n){let r=!1,a=!1,i=n.exception&&n.exception.values;if(i){a=!0;for(let u of i){let l=u.mechanism;if(l&&l.handled===!1){r=!0;break}}}let o=e.status==="ok";(o&&e.errors===0||o&&r)&&(gr(e,{...r&&{status:"crashed"},errors:e.errors||Number(a||r)}),this.captureSession(e))}_isClientDoneProcessing(e){return new pr(n=>{let r=0,a=1,i=setInterval(()=>{this._numProcessing==0?(clearInterval(i),n(!0)):(r+=a,e&&r>=e&&(clearInterval(i),n(!1)))},a)})}_isEnabled(){return this.getOptions().enabled!==!1&&this._dsn!==void 0}_prepareEvent(e,n,r){let{normalizeDepth:a=3,normalizeMaxBreadth:i=1e3}=this.getOptions(),o={...e,event_id:e.event_id||n.event_id||Br(),timestamp:e.timestamp||ea()};this._applyClientOptions(o),this._applyIntegrationsMetadata(o);let s=r;n.captureContext&&(s=On.clone(s).update(n.captureContext));let u=vn(o);if(s){let l=[...n.attachments||[],...s.getAttachments()];l.length&&(n.attachments=l),u=s.applyToEvent(o,n)}return u.then(l=>typeof a=="number"&&a>0?this._normalizeEvent(l,a,i):l)}_normalizeEvent(e,n,r){if(!e)return null;let a={...e,...e.breadcrumbs&&{breadcrumbs:e.breadcrumbs.map(i=>({...i,...i.data&&{data:Rr(i.data,n,r)}}))},...e.user&&{user:Rr(e.user,n,r)},...e.contexts&&{contexts:Rr(e.contexts,n,r)},...e.extra&&{extra:Rr(e.extra,n,r)}};return e.contexts&&e.contexts.trace&&a.contexts&&(a.contexts.trace=e.contexts.trace,e.contexts.trace.data&&(a.contexts.trace.data=Rr(e.contexts.trace.data,n,r))),e.spans&&(a.spans=e.spans.map(i=>(i.data&&(i.data=Rr(i.data,n,r)),i))),a}_applyClientOptions(e){let n=this.getOptions(),{environment:r,release:a,dist:i,maxValueLength:o=250}=n;"environment"in e||(e.environment="environment"in n?r:"production"),e.release===void 0&&a!==void 0&&(e.release=a),e.dist===void 0&&i!==void 0&&(e.dist=i),e.message&&(e.message=ja(e.message,o));let s=e.exception&&e.exception.values&&e.exception.values[0];s&&s.value&&(s.value=ja(s.value,o));let u=e.request;u&&u.url&&(u.url=ja(u.url,o))}_applyIntegrationsMetadata(e){let n=Object.keys(this._integrations);n.length>0&&(e.sdk=e.sdk||{},e.sdk.integrations=[...e.sdk.integrations||[],...n])}_captureEvent(e,n={},r){return this._processEvent(e,n,r).then(a=>a.event_id,a=>{!1&&Se.warn(a)})}_processEvent(e,n,r){let{beforeSend:a,sampleRate:i}=this.getOptions();if(!this._isEnabled())return ts(new Tt("SDK not enabled, will not capture event."));let o=e.type==="transaction";return!o&&typeof i=="number"&&Math.random()>i?(this.recordDroppedEvent("sample_rate","error"),ts(new Tt(`Discarding event because it's not included in the random sample (sampling rate = ${i})`))):this._prepareEvent(e,n,r).then(s=>{if(s===null)throw this.recordDroppedEvent("event_processor",e.type||"error"),new Tt("An event processor returned null, will not send event.");if(n.data&&n.data.__sentry__===!0||o||!a)return s;let l=a(s,n);return pC(l)}).then(s=>{if(s===null)throw this.recordDroppedEvent("before_send",e.type||"error"),new Tt("`beforeSend` returned `null`, will not send event.");let u=r&&r.getSession();return!o&&u&&this._updateSessionFromEvent(u,s),this.sendEvent(s,n),s}).then(null,s=>{throw s instanceof Tt?s:(this.captureException(s,{data:{__sentry__:!0},originalException:s}),new Tt(`Event processing pipeline threw an error, original event will not be sent. Details have been sent as a new event. +Reason: ${s}`))})}_process(e){this._numProcessing+=1,e.then(n=>(this._numProcessing-=1,n),n=>(this._numProcessing-=1,n))}_sendEnvelope(e){this._transport&&this._dsn?this._transport.send(e).then(null,n=>{!1&&Se.error("Error while sending event:",n)}):!1&&Se.error("Transport disabled")}_clearOutcomes(){let e=this._outcomes;return this._outcomes={},Object.keys(e).map(n=>{let[r,a]=n.split(":");return{reason:r,category:a,quantity:e[n]}})}};function pC(t){let e="`beforeSend` method has to return `null` or a valid event.";if(wi(t))return t.then(n=>{if(!(Zn(n)||n===null))throw new Tt(e);return n},n=>{throw new Tt(`beforeSend rejected with ${n}`)});if(!(Zn(t)||t===null))throw new Tt(e);return t}d();function U0(t,e){e.debug===!0&&!1&&Se.enable();let n=Le(),r=n.getScope();r&&r.update(e.initialScope);let a=new t(e);n.bindClient(a)}d();var gC=30;function is(t,e,n=Ab(t.bufferSize||gC)){let r={},a=o=>n.drain(o);function i(o){let s=[];if(M0(o,(p,m)=>{let g=B0(m);Mb(r,g)?t.recordDroppedEvent("ratelimit_backoff",g):s.push(p)}),s.length===0)return vn();let u=Wa(o[0],s),l=p=>{M0(u,(m,g)=>{t.recordDroppedEvent(p,B0(g))})},c=()=>e({body:Yu(u,t.textEncoder)}).then(p=>{p.statusCode!==void 0&&(p.statusCode<200||p.statusCode>=300)&&!1&&Se.warn(`Sentry responded with status code ${p.statusCode} to sent event.`),r=Bb(r,p)},p=>{!1&&Se.error("Failed while sending event:",p),l("network_error")});return n.add(c).then(p=>p,p=>{if(p instanceof Tt)return!1&&Se.error("Skipped sending event due to full buffer"),l("queue_overflow"),vn();throw p})}return{send:i,flush:a}}d();var Fi="7.7.0";var Va={};tu(Va,{FunctionToString:()=>Ka,InboundFilters:()=>Ga});d();d();var Vb,Ka=class t{static id="FunctionToString";name=t.id;setupOnce(){Vb=Function.prototype.toString,Function.prototype.toString=function(...e){let n=Ai(this)||this;return Vb.apply(n,e)}}};d();var mC=[/^Script error\.?$/,/^Javascript error: Script error\.? on line 0$/],Ga=class t{constructor(e={}){this._options=e}static id="InboundFilters";name=t.id;setupOnce(e,n){let r=a=>{let i=n();if(i){let o=i.getIntegration(t);if(o){let s=i.getClient(),u=s?s.getOptions():{},l=fC(o._options,u);return hC(a,l)?null:a}}return a};r.id=this.name,e(r)}};function fC(t={},e={}){return{allowUrls:[...t.allowUrls||[],...e.allowUrls||[]],denyUrls:[...t.denyUrls||[],...e.denyUrls||[]],ignoreErrors:[...t.ignoreErrors||[],...e.ignoreErrors||[],...mC],ignoreInternal:t.ignoreInternal!==void 0?t.ignoreInternal:!0}}function hC(t,e){return e.ignoreInternal&&SC(t)?(!1&&Se.warn(`Event dropped due to being internal Sentry Error. Event: ${Ir(t)}`),!0):bC(t,e.ignoreErrors)?(!1&&Se.warn(`Event dropped due to being matched by \`ignoreErrors\` option. Event: ${Ir(t)}`),!0):TC(t,e.denyUrls)?(!1&&Se.warn(`Event dropped due to being matched by \`denyUrls\` option. Event: ${Ir(t)}. Url: ${ul(t)}`),!0):yC(t,e.allowUrls)?!1:(!1&&Se.warn(`Event dropped due to not being matched by \`allowUrls\` option. Event: ${Ir(t)}. -Url: ${ul(t)}`),!0)}function bC(t,e){return!e||!e.length?!1:vC(t).some(n=>e.some(r=>Gu(n,r)))}function TC(t,e){if(!e||!e.length)return!1;let n=ul(t);return n?e.some(r=>Gu(n,r)):!1}function yC(t,e){if(!e||!e.length)return!0;let n=ul(t);return n?e.some(r=>Gu(n,r)):!0}function vC(t){if(t.message)return[t.message];if(t.exception)try{let{type:e="",value:n=""}=t.exception.values&&t.exception.values[0]||{};return[`${n}`,`${e}: ${n}`]}catch{return!1&&Se.error(`Cannot extract message for event ${Ir(t)}`),[]}return[]}function SC(t){try{return t.exception.values[0].type==="SentryError"}catch{}return!1}function xC(t=[]){for(let e=t.length-1;e>=0;e--){let n=t[e];if(n&&n.filename!==""&&n.filename!=="[native code]")return n.filename||null}return null}function ul(t){try{let e;try{e=t.exception.values[0].stacktrace.frames}catch{}return e?xC(e):null}catch{return!1&&Se.error(`Cannot extract url for event ${Ir(t)}`),null}}d();d();function H0(t,e){let n=W0(t,e),r={type:e&&e.name,value:DC(e)};return n.length&&(r.stacktrace={frames:n}),r.type===void 0&&r.value===""&&(r.value="Unrecoverable error caught"),r}function EC(t,e,n,r){let a={exception:{values:[{type:Yo(e)?e.constructor.name:r?"UnhandledRejection":"Error",value:`Non-Error ${r?"promise rejection":"exception"} captured with keys: ${Tb(e)}`}]},extra:{__serialized__:k0(e)}};if(n){let i=W0(t,n);i.length&&(a.exception.values[0].stacktrace={frames:i})}return a}function q0(t,e){return{exception:{values:[H0(t,e)]}}}function W0(t,e){let n=e.stacktrace||e.stack||"",r=wC(e);try{return t(n,r)}catch{}return[]}var CC=/Minified React error #\d+;/i;function wC(t){if(t){if(typeof t.framesToPop=="number")return t.framesToPop;if(CC.test(t.message))return 1}return 0}function DC(t){let e=t&&t.message;return e?e.error&&typeof e.error.message=="string"?e.error.message:e:"No error message"}function $b(t,e,n,r){let a=n&&n.syntheticException||void 0,i=ll(t,e,a,r);return Xr(i),i.level="error",n&&n.event_id&&(i.event_id=n.event_id),vn(i)}function Yb(t,e,n="info",r,a){let i=r&&r.syntheticException||void 0,o=j0(t,e,i,a);return o.level=n,r&&r.event_id&&(o.event_id=r.event_id),vn(o)}function ll(t,e,n,r,a){let i;if(Wu(e)&&e.error)return q0(t,e.error);if(sb(e)){let o=e;if("stack"in e)i=q0(t,e);else{let s=o.name||"DOMException",u=o.message?`${s}: ${o.message}`:s;i=j0(t,u,n,r),es(i,u)}return"code"in o&&(i.tags={...i.tags,"DOMException.code":`${o.code}`}),i}return Hu(e)?q0(t,e):Zn(e)||Yo(e)?(i=EC(t,e,n,a),Xr(i,{synthetic:!0}),i):(i=j0(t,e,n,r),es(i,`${e}`,void 0),Xr(i,{synthetic:!0}),i)}function j0(t,e,n,r){let a={message:e};if(r&&n){let i=W0(t,n);i.length&&(a.exception={values:[{value:e,stacktrace:{frames:i}}]})}return a}d();var K0="Breadcrumbs",ta=class t{static id=K0;name=t.id;options;constructor(e){this.options={console:!0,dom:!0,fetch:!0,history:!0,sentry:!0,xhr:!0,...e}}setupOnce(){this.options.console&&er("console",kC),this.options.dom&&er("dom",AC(this.options.dom)),this.options.xhr&&er("xhr",PC),this.options.fetch&&er("fetch",LC),this.options.history&&er("history",_C)}};function AC(t){function e(n){let r,a=typeof t=="object"?t.serializeAttribute:void 0;typeof a=="string"&&(a=[a]);try{r=n.event.target?Qo(n.event.target,a):Qo(n.event,a)}catch{r=""}r.length!==0&&Le().addBreadcrumb({category:`ui.${n.name}`,message:r},{event:n.event,name:n.name,global:n.global})}return e}function kC(t){let e={category:"console",data:{arguments:t.args,logger:"console"},level:kb(t.level),message:T0(t.args," ")};if(t.level==="assert")if(t.args[0]===!1)e.message=`Assertion failed: ${T0(t.args.slice(1)," ")||"console.assert"}`,e.data.arguments=t.args.slice(1);else return;Le().addBreadcrumb(e,{input:t.args,level:t.level})}function PC(t){if(t.endTimestamp){if(t.xhr.__sentry_own_request__)return;let{method:e,url:n,status_code:r,body:a}=t.xhr.__sentry_xhr__||{};Le().addBreadcrumb({category:"xhr",data:{method:e,url:n,status_code:r},type:"http"},{xhr:t.xhr,input:a});return}}function LC(t){t.endTimestamp&&(t.fetchData.url.match(/sentry_key/)&&t.fetchData.method==="POST"||(t.error?Le().addBreadcrumb({category:"fetch",data:t.fetchData,level:"error",type:"http"},{data:t.error,input:t.args}):Le().addBreadcrumb({category:"fetch",data:{...t.fetchData,status_code:t.response.status},type:"http"},{input:t.args,response:t.response})))}function _C(t){let e=it(),n=t.from,r=t.to,a=Vu(e.location.href),i=Vu(n),o=Vu(r);i.path||(i=a),a.protocol===o.protocol&&a.host===o.host&&(r=o.relative),a.protocol===i.protocol&&a.host===i.host&&(n=i.relative),Le().addBreadcrumb({category:"navigation",data:{from:n,to:r}})}d();var dl=it(),cl;function G0(){if(cl)return cl;if(Sb(fetch))return cl=fetch.bind(dl);let t=dl.document,e=fetch;if(t&&typeof t.createElement=="function")try{let n=t.createElement("iframe");n.hidden=!0,t.head.appendChild(n);let r=n.contentWindow;r&&r.fetch&&(e=r.fetch),t.head.removeChild(n)}catch(n){!1&&Se.warn("Could not create sandbox iframe for pure fetch check, bailing to window.fetch: ",n)}return cl=e.bind(dl)}function Qb(t,e){Object.prototype.toString.call(dl&&navigator)==="[object Navigator]"&&typeof navigator.sendBeacon=="function"?navigator.sendBeacon.bind(navigator)(t,e):vb()&&G0()(t,{body:e,method:"POST",credentials:"omit",keepalive:!0}).then(null,i=>{!1&&Se.error(i)})}var V0=it(),Mi=class extends as{constructor(e){e._metadata=e._metadata||{},e._metadata.sdk=e._metadata.sdk||{name:"sentry.javascript.browser",packages:[{name:"npm:@sentry/browser",version:Fi}],version:Fi},super(e),e.sendClientReports&&V0.document&&V0.document.addEventListener("visibilitychange",()=>{V0.document.visibilityState==="hidden"&&this._flushOutcomes()})}eventFromException(e,n){return $b(this._options.stackParser,e,n,this._options.attachStacktrace)}eventFromMessage(e,n="info",r){return Yb(this._options.stackParser,e,n,r,this._options.attachStacktrace)}sendEvent(e,n){let r=this.getIntegrationById(K0);r&&r.options&&r.options.sentry&&Le().addBreadcrumb({category:`sentry.${e.type==="transaction"?"transaction":"event"}`,event_id:e.event_id,level:e.level,message:Ir(e)},{event:e}),super.sendEvent(e,n)}_prepareEvent(e,n,r){return e.platform=e.platform||"javascript",super._prepareEvent(e,n,r)}_flushOutcomes(){let e=this._clearOutcomes();if(e.length===0){!1&&Se.log("No outcomes to send");return}if(!this._dsn){!1&&Se.log("No dsn provided, will not send outcomes");return}!1&&Se.log("Sending outcomes:",e);let n=rs(this._dsn,this._options),r=Fb(e,this._options.tunnel&&qa(this._dsn));try{Qb(n,Yu(r))}catch(a){!1&&Se.error(a)}}};d();d();function os(t,e=G0()){function n(r){let a={body:r.body,method:"POST",referrerPolicy:"origin",headers:t.headers,...t.fetchOptions};return e(t.url,a).then(i=>({statusCode:i.status,headers:{"x-sentry-rate-limits":i.headers.get("X-Sentry-Rate-Limits"),"retry-after":i.headers.get("Retry-After")}}))}return is(t,n)}d();var Bi="?",FC=10,MC=20,BC=30,IC=40,RC=50;function ss(t,e,n,r){let a={filename:t,function:e,in_app:!0};return n!==void 0&&(a.lineno=n),r!==void 0&&(a.colno=r),a}var OC=/^\s*at (?:(.*?) ?\((?:address at )?)?((?:file|https?|blob|chrome-extension|address|native|eval|webpack||[-a-z]+:|.*bundle|\/).*?)(?::(\d+))?(?::(\d+))?\)?\s*$/i,zC=/\((\S*)(?::(\d+))(?::(\d+))\)/,NC=t=>{let e=OC.exec(t);if(e){if(e[2]&&e[2].indexOf("eval")===0){let i=zC.exec(e[2]);i&&(e[2]=i[1],e[3]=i[2],e[4]=i[3])}let[r,a]=Xb(e[1]||Bi,e[2]);return ss(a,r,e[3]?+e[3]:void 0,e[4]?+e[4]:void 0)}},$0=[BC,NC],UC=/^\s*(.*?)(?:\((.*?)\))?(?:^|@)?((?:file|https?|blob|chrome|webpack|resource|moz-extension|capacitor).*?:\/.*?|\[native code\]|[^@]*(?:bundle|\d+\.js)|\/[\w\-. /=]+)(?::(\d+))?(?::(\d+))?\s*$/i,qC=/(\S+) line (\d+)(?: > eval line \d+)* > eval/i,jC=t=>{let e=UC.exec(t);if(e){if(e[3]&&e[3].indexOf(" > eval")>-1){let i=qC.exec(e[3]);i&&(e[1]=e[1]||"eval",e[3]=i[1],e[4]=i[2],e[5]="")}let r=e[3],a=e[1]||Bi;return[a,r]=Xb(a,r),ss(r,a,e[4]?+e[4]:void 0,e[5]?+e[5]:void 0)}},Y0=[RC,jC],HC=/^\s*at (?:((?:\[object object\])?.+) )?\(?((?:file|ms-appx|https?|webpack|blob):.*?):(\d+)(?::(\d+))?\)?\s*$/i,WC=t=>{let e=HC.exec(t);return e?ss(e[2],e[1]||Bi,+e[3],e[4]?+e[4]:void 0):void 0},Q0=[IC,WC],KC=/ line (\d+).*script (?:in )?(\S+)(?:: in function (\S+))?$/i,GC=t=>{let e=KC.exec(t);return e?ss(e[2],e[3]||Bi,+e[1]):void 0},Zb=[FC,GC],VC=/ line (\d+), column (\d+)\s*(?:in (?:]+)>|([^)]+))\(.*\))? in (.*):\s*$/i,$C=t=>{let e=VC.exec(t);return e?ss(e[5],e[3]||e[4]||Bi,+e[1],+e[2]):void 0},Jb=[MC,$C],Z0=[$0,Y0,Q0],pl=E0(...Z0),Xb=(t,e)=>{let n=t.indexOf("safari-extension")!==-1,r=t.indexOf("safari-web-extension")!==-1;return n||r?[t.indexOf("@")!==-1?t.split("@")[0]:Bi,n?`safari-extension:${e}`:`safari-web-extension:${e}`]:[t,e]};d();d();var J0=0;function X0(){return J0>0}function YC(){J0+=1,setTimeout(()=>{J0-=1})}function zr(t,e={},n){if(typeof t!="function")return t;try{let a=t.__sentry_wrapped__;if(a)return a;if(Ai(t))return t}catch{return t}let r=function(){let a=Array.prototype.slice.call(arguments);try{n&&typeof n=="function"&&n.apply(this,arguments);let i=a.map(o=>zr(o,e));return t.apply(this,i)}catch(i){throw YC(),_i(o=>{o.addEventProcessor(s=>(e.mechanism&&(es(s,void 0,void 0),Xr(s,e.mechanism)),s.extra={...s.extra,arguments:a},s)),Li(i)}),i}};try{for(let a in t)Object.prototype.hasOwnProperty.call(t,a)&&(r[a]=t[a])}catch{}v0(r,t),Jo(t,"__sentry_wrapped__",r);try{Object.getOwnPropertyDescriptor(r,"name").configurable&&Object.defineProperty(r,"name",{get(){return t.name}})}catch{}return r}var ep={};tu(ep,{Breadcrumbs:()=>ta,Dedupe:()=>ia,GlobalHandlers:()=>fr,HttpContext:()=>aa,LinkedErrors:()=>ra,TryCatch:()=>na});d();d();var fr=class t{static id="GlobalHandlers";name=t.id;_options;_installFunc={onerror:QC,onunhandledrejection:ZC};constructor(e){this._options={onerror:!0,onunhandledrejection:!0,...e}}setupOnce(){let e=this._options;for(let n in e){let r=this._installFunc[n];r&&e[n]&&(ew(n),r(),this._installFunc[n]=void 0)}}};function QC(){er("error",t=>{let[e,n,r]=n3();if(!e.getIntegration(fr))return;let{msg:a,url:i,line:o,column:s,error:u}=t;if(X0()||u&&u.__sentry_own_request__)return;let l=u===void 0&&Fr(a)?XC(a,i,o,s):e3(ll(n,u||a,void 0,r,!1),i,o,s);l.level="error",t3(e,u,l,"onerror")})}function ZC(){er("unhandledrejection",t=>{let[e,n,r]=n3();if(!e.getIntegration(fr))return;let a=t;try{"reason"in t?a=t.reason:"detail"in t&&"reason"in t.detail&&(a=t.detail.reason)}catch{}if(X0()||a&&a.__sentry_own_request__)return!0;let i=$o(a)?JC(a):ll(n,a,void 0,r,!0);i.level="error",t3(e,a,i,"onunhandledrejection")})}function JC(t){return{exception:{values:[{type:"UnhandledRejection",value:`Non-Error promise rejection captured with value: ${String(t)}`}]}}}function XC(t,e,n,r){let a=/^(?:[Uu]ncaught (?:exception: )?)?(?:((?:Eval|Internal|Range|Reference|Syntax|Type|URI|)Error): )?(.*)$/i,i=Wu(t)?t.message:t,o="Error",s=i.match(a);return s&&(o=s[1],i=s[2]),e3({exception:{values:[{type:o,value:i}]}},e,n,r)}function e3(t,e,n,r){let a=t.exception=t.exception||{},i=a.values=a.values||[],o=i[0]=i[0]||{},s=o.stacktrace=o.stacktrace||{},u=s.frames=s.frames||[],l=isNaN(parseInt(r,10))?void 0:r,c=isNaN(parseInt(n,10))?void 0:n,p=Fr(e)&&e.length>0?e:pb();return u.length===0&&u.push({colno:l,filename:p,function:"?",in_app:!0,lineno:c}),t}function ew(t){!1&&Se.log(`Global Handler attached: ${t}`)}function t3(t,e,n,r){Xr(n,{handled:!1,type:r}),t.captureEvent(n,{originalException:e})}function n3(){let t=Le(),e=t.getClient(),n=e&&e.getOptions()||{stackParser:()=>[],attachStacktrace:!1};return[t,n.stackParser,n.attachStacktrace]}d();var tw=["EventTarget","Window","Node","ApplicationCache","AudioTrackList","ChannelMergerNode","CryptoOperation","EventSource","FileReader","HTMLUnknownElement","IDBDatabase","IDBRequest","IDBTransaction","KeyOperation","MediaController","MessagePort","ModalWindow","Notification","SVGElementInstance","Screen","TextTrack","TextTrackCue","TextTrackList","WebSocket","WebSocketWorker","Worker","XMLHttpRequest","XMLHttpRequestEventTarget","XMLHttpRequestUpload"],na=class t{static id="TryCatch";name=t.id;_options;constructor(e){this._options={XMLHttpRequest:!0,eventTarget:!0,requestAnimationFrame:!0,setInterval:!0,setTimeout:!0,...e}}setupOnce(){let e=it();this._options.setTimeout&&Jn(e,"setTimeout",r3),this._options.setInterval&&Jn(e,"setInterval",r3),this._options.requestAnimationFrame&&Jn(e,"requestAnimationFrame",nw),this._options.XMLHttpRequest&&"XMLHttpRequest"in e&&Jn(XMLHttpRequest.prototype,"send",rw);let n=this._options.eventTarget;n&&(Array.isArray(n)?n:tw).forEach(aw)}};function r3(t){return function(...e){let n=e[0];return e[0]=zr(n,{mechanism:{data:{function:Xn(t)},handled:!0,type:"instrument"}}),t.apply(this,e)}}function nw(t){return function(e){return t.apply(this,[zr(e,{mechanism:{data:{function:"requestAnimationFrame",handler:Xn(t)},handled:!0,type:"instrument"}})])}}function rw(t){return function(...e){let n=this;return["onload","onerror","onprogress","onreadystatechange"].forEach(a=>{a in n&&typeof n[a]=="function"&&Jn(n,a,function(i){let o={mechanism:{data:{function:a,handler:Xn(i)},handled:!0,type:"instrument"}},s=Ai(i);return s&&(o.mechanism.data.handler=Xn(s)),zr(i,o)})}),t.apply(this,e)}}function aw(t){let e=it(),n=e[t]&&e[t].prototype;!n||!n.hasOwnProperty||!n.hasOwnProperty("addEventListener")||(Jn(n,"addEventListener",function(r){return function(a,i,o){try{typeof i.handleEvent=="function"&&(i.handleEvent=zr(i.handleEvent,{mechanism:{data:{function:"handleEvent",handler:Xn(i),target:t},handled:!0,type:"instrument"}}))}catch{}let s=zr(i,{mechanism:{data:{function:"addEventListener",handler:Xn(i),target:t},handled:!0,type:"instrument"}}),u=[a,s,o];return r.apply(this,u)}}),Jn(n,"removeEventListener",function(r){return function(a,i,o){let s=i;try{let u=s&&s.__sentry_wrapped__;u&&r.call(this,a,u,o)}catch{}return r.call(this,a,s,o)}}))}d();var iw="cause",ow=5,ra=class t{static id="LinkedErrors";name=t.id;_key;_limit;constructor(e={}){this._key=e.key||iw,this._limit=e.limit||ow}setupOnce(){let e=Le().getClient();e&&mr((n,r)=>{let a=Le().getIntegration(t);return a?sw(e.getOptions().stackParser,a._key,a._limit,n,r):n})}};function sw(t,e,n,r,a){if(!r.exception||!r.exception.values||!a||!dr(a.originalException,Error))return r;let i=a3(t,n,a.originalException,e);return r.exception.values=[...i,...r.exception.values],r}function a3(t,e,n,r,a=[]){if(!dr(n[r],Error)||a.length+1>=e)return a;let i=H0(t,n[r]);return a3(t,e,n[r],r,[i,...a])}d();var i3=it(),aa=class t{static id="HttpContext";name=t.id;setupOnce(){mr(e=>{if(Le().getIntegration(t)){if(!navigator&&!location&&!i3.document)return e;let n=e.request&&e.request.url||location&&location.href,{referrer:r}=i3.document||{},{userAgent:a}=navigator||{},i={...e.request&&e.request.headers,...r&&{Referer:r},...a&&{"User-Agent":a}},o={...n&&{url:n},headers:i};return{...e,request:o}}return e})}};d();var ia=class t{static id="Dedupe";name=t.id;_previousEvent;setupOnce(e,n){let r=a=>{let i=n().getIntegration(t);if(i){try{if(uw(a,i._previousEvent))return!1&&Se.warn("Event dropped due to being a duplicate of previously captured event."),null}catch{return i._previousEvent=a}return i._previousEvent=a}return a};r.id=this.name,e(r)}};function uw(t,e){return e?!!(lw(t,e)||cw(t,e)):!1}function lw(t,e){let n=t.message,r=e.message;return!(!n&&!r||n&&!r||!n&&r||n!==r||!l3(t,e)||!u3(t,e))}function cw(t,e){let n=o3(e),r=o3(t);return!(!n||!r||n.type!==r.type||n.value!==r.value||!l3(t,e)||!u3(t,e))}function u3(t,e){let n=s3(t),r=s3(e);if(!n&&!r)return!0;if(n&&!r||!n&&r||(n=n,r=r,r.length!==n.length))return!1;for(let a=0;a"u"){!1&&Se.warn("Session tracking in non-browser environment with @sentry/browser is not supported.");return}let n=Le();n.captureSession&&(c3(n),er("history",({from:r,to:a})=>{r===void 0||r===a||c3(Le())}))}var y3={},np=it();np.Sentry&&np.Sentry.Integrations&&(y3=np.Sentry.Integrations);var pw={...y3,...Va,...ep};var gw=Ru.alert;d();var Ii=console,rp=class{#e=performance.now();reset(){this.#e=performance.now()}stop(e){let n=performance.now(),r=Math.round(n-this.#e),a=In.green;r>1e4?a=In.red:r>1e3&&(a=In.yellow),Ii.debug(In.dim(Ia+" TIMING:"),e,"in",a(r+"ms")),this.#e=n}},us=class{#e=1;get level(){return this.#e}setLevel(e){switch(e){case"debug":this.#e=0;break;case"info":this.#e=1;break;case"warn":this.#e=2;break;case"error":this.#e=3;break;case"fatal":this.#e=4;break}}debug(...e){this.#e<=0&&Ii.log(In.dim(Ia+" DEBUG:"),...e)}v(...e){this.#e<=0}info(...e){this.#e<=1&&Ii.log(In.green(Ia+" INFO:"),...e)}l(...e){this.#e<=1}warn(...e){this.#e<=2&&Ii.warn(In.yellow(Ia+" WARN:"),...e)}error(...e){this.#e<=3&&Ii.error(In.red(Ia+" ERROR:"),...e)}fatal(...e){this.#e<=4&&Ii.error(In.red(Ia+" FATAL:"),...e)}timing(){return this.level===0?new rp:{reset:()=>{},stop:()=>{}}}},z=new us;var v3=["*://*/*","*","*://*"],x3="immersive-translate-wildcard-placeholder.com";function ap(t,e){try{let n=[];if(!e||(e&&!Array.isArray(e)?n=[e]:n=e,n.length===0))return null;if(n.some(s=>v3.includes(s)))return t;let r=new URL(t);r.hash="",r.search="";let a=r.href,i=r.hostname,o=r.port;if(n&&n.length>0){let s=n.find(u=>{if(!u)return!1;if(u===i)return!0;if(v3.includes(u))return!0;if(!u.includes("*")&&u.includes("://")){try{let l=new URL(u);if(l.pathname==="/"&&!u.endsWith("/")){let c=l.hostname===i,p=l.port===o;return l.port?c&&p:c}else return fw(a,u)}catch{}return!1}else{let l,c=u;if(u.includes("://")){let b=u.split("://");l=b[0],l==="*"&&b.length>1&&(l="*",u="https://"+b[1])}else l="*",u="https://"+u;let p=u.replace(/\*/g,x3),g;try{g=new URL(p)}catch{return z.debug("invalid match pattern",p,"raw match value:",c),!1}let m=g.host,f=g.pathname;f==="/"&&(c.replace("://","").includes("/")||(f="/*"));let T=mw(l+":",S3(m),S3(f));if(T){let b=new URL(a);return T.test(b.href)}else return!1}});if(s)return s}return null}catch{return null}}function S3(t){return t.replaceAll(x3,"*")}function mw(t,e,n){let r="^";return t==="*:"?r+="(http:|https:|file:)":r+=t,r+="//",e&&(t==="file:"||(e==="*"?r+="[^/]+?":(e.match(/^\*\./)&&(r+="[^/]*?",e=e.substring(1)),r+=e.replace(/\./g,"\\.").replace(/\*/g,"[^/]*")))),n?n==="*"||n==="/*"?r+="(/.*)?":n.includes("*")?(r+=n.replace(/\*/g,".*?"),r+="/?"):r+=n.replace(/[-[\]{}()*+?.,\\^$|#\s]/g,"\\$&"):r+="/?",r+="$",new RegExp(r)}function wt(t,e){return ap(t,e)!==null}function fw(t,e){let n=new URL(t),r=new URL(e);return n.hostname===r.hostname&&n.pathname===r.pathname&&n.protocol===r.protocol&&n.port===r.port}d();d();var gl={manifest_version:3,name:"__MSG_brandName__",description:"__MSG_brandDescription__",version:"1.4.5",default_locale:"en",background:{service_worker:"background.js"},web_accessible_resources:["styles/inject.css","pdf/index.html","video-subtitle/inject.js"],content_scripts:[{matches:["","file:///*","*://*/*"],js:["content_script.js"],run_at:"document_end",all_frames:!0},{matches:["","file:///*","*://*/*"],js:["content_start.js"],run_at:"document_start",all_frames:!0}],commands:{toggleTranslatePage:{suggested_key:{default:"Alt+A"},description:"__MSG_toggleTranslatePage__"},toggleTranslateTheWholePage:{suggested_key:{default:"Alt+W"},description:"__MSG_toggleTranslateTheWholePage__"},toggleOnlyTransation:{description:"__MSG_toggleOnlyTransation__"},toggleTranslateToThePageEndImmediately:{description:"__MSG_toggleTranslateToThePageEndImmediately__"},toggleTranslateTheMainPage:{description:"__MSG_toggleTranslateTheMainPage__"},toggleTranslationMask:{description:"__MSG_toggleTranslationMask__"},shareToDraft:{description:"__MSG_shareToDraft__"},toggleMouseHoverTranslateDirectly:{description:"__MSG_toggleMouseHoverTranslateDirectly__"},translateWithOpenAI:{description:"__MSG_translateWithOpenAI__"},translateWithDeepL:{description:"__MSG_translateWithDeepL__"},translateWithGoogle:{description:"__MSG_translateWithGoogle__"},translateWithTransmart:{description:"__MSG_translateWithTransmart__"},translateWithGemini:{description:"__MSG_translateWithGemini__"},translateWithBing:{description:"__MSG_translateWithBing__"},translateInputBox:{description:"__MSG_translateInputBox__"},toggleVideoSubtitlePreTranslation:{description:"__MSG_toggleVideoSubtitlePreTranslation__"}},options_page:"options.html",options_ui:{page:"options.html",open_in_tab:!0,browser_style:!1},permissions:["storage","activeTab","contextMenus","webRequest","webRequestBlocking","declarativeNetRequestWithHostAccess","declarativeNetRequestFeedback","declarativeNetRequest"],host_permissions:[""],declarative_net_request:{rule_resources:[{id:"ruleset_1",enabled:!0,path:"rules/request_modifier_rule.json"}]},action:{default_popup:"popup.html",default_icon:{"32":"icons/32.png","48":"icons/48.png","64":"icons/64.png","128":"icons/128.png","256":"icons/256.png"}},browser_action:{default_icon:"icons/32.png",default_popup:"popup.html",theme_icons:[{dark:"icons/32.png",light:"icons/dark-32.png",size:32},{dark:"icons/48.png",light:"icons/dark-48.png",size:48},{dark:"icons/64.png",light:"icons/dark-64.png",size:64},{dark:"icons/128.png",light:"icons/dark-128.png",size:128},{dark:"icons/256.png",light:"icons/dark-256.png",size:256}]},icons:{"32":"icons/32.png","48":"icons/48.png","64":"icons/64.png","128":"icons/128.png","256":"icons/256.png"},browser_specific_settings:{gecko:{id:"{5efceaa7-f3a2-4e59-a54b-85319448e305}",strict_min_version:"63.0"},gecko_android:{strict_min_version:"113.0"}},key:"MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA7JPn78UfqI3xIIOPPLPS74UTzLfJL1gQM8hlk/deKWvFP/WqUBnPJPdhQeF45sFpI1OjO70nFqdATT4/RwYAiZK7G/E6m27MDVnhHjszfzReOuoAEn9J3RnE2xEx5pFhRFcelhnwTTLrrn90aaPcaMtNsgXtZA1Ggz/SnX9I4ZygqpJYjx3Ql2t6SyNK222oRQiKMT93Rrjgyc8RFA7FKXsWglG0TvseRjbmG5Jk5gDx+2/YTcWGqCDotQnWnkPj/dBO23UAX7IpyJK3FGYdkvWFih6OVClHIIWY8mfCjjwSGbXNQNesaa9F2hrzBZ5MRTj4m7yj76mGxuPHPIE8mwIDAQAB"};var bw="";function Sn(){return bw||gl.version}function ip(){return oe.runtime.getManifest().version}d();d();var Tw="";function Ri(){return Tw||globalThis.navigator.userAgent}function op(){return Ri().includes("ImtFxiOS")}function E3(){let e=Ri().match(/ImtFxiOS\/(\d+\.\d+\.\d+)/);return e?e[1]:null}function yw(){return Ri().includes("ImtFxAndroid")}function C3(){let t=Ri();return/ImtFxAndroid\/(\d+\.\d+\.\d+)\/google/.test(t)}function w3(){let e=Ri().match(/ImtFxAndroid\/(\d+\.\d+\.\d+)/);return e?e[1]:null}function ls(){let t=Ri();if(op()||yw()){let e=t.match(/Imt[\w/.]+/);if(e){let n=e[0].split("/"),r=n[0];return n[2]&&(r+="_"+n[2]),{name:r,version:n[1]}}}return null}function ml(t){if(t.beta)return!1;if(ot()&&t.spVersion)return cs(ip(),t.spVersion);if(C3()&&t.gspVersion){let e=w3();if(e)return cs(e,t.gspVersion)}if(op()&&t.ispVersion){let e=E3();if(e)return cs(e,t.ispVersion)}return!1}function cs(t,e){let n=t.split(".").reverse(),r=e.split(".").reverse(),a=0,i=0,o=1;for(let s=0;s<3;s++)a+=o*Number(r[s]||"0"),i+=o*Number(n[s]||"0"),o*=100;return i>=a}function sp(t){t.message?.indexOf("token invalid")>=0&&Mt.remove(Ft)}d();function fl(t){return Array.isArray(t)?t:t?[t]:[]}function hl(t,e){return e?(Array.isArray(e)||(e=[e]),Array.from(new Set([...e,t]))):[t]}function bl(t,e){return e?(Array.isArray(t)||(t=[t]),Array.isArray(e)||(e=[e]),e.filter(n=>!t.includes(n))):[]}function Tl(t,e){let n={...t};return P3(n,e),vw(n,e),n}function k3(t,e,n){let r={...e};return Ya({rule:r,valueIsArray:a=>Array.isArray(t[a]),getMergedValue:a=>t[a],onMergedResult:(a,i)=>r[a]=i}),Ya({rule:n,valueIsArray:a=>Array.isArray(t[a]),getMergedValue:a=>r[a],onMergedResult:(a,i)=>r[a]=i}),r}function vw(t,e){if(!e.condition)return;let n=e.condition.enableSubtitle?.true||{},r=e.condition.enableSubtitle?.false||{},a=t.enableSubtitle?n:r;P3(t,a)}function Ya({rule:t,getMergedValue:e,valueIsArray:n,onMergedResult:r}){Object.keys(t).sort().forEach(a=>{let[i,o,s]=Sw(a);if(!i||t[a]===void 0)return;let u=t[a];n(i)&&(u=fl(t[a]));let l=e(i);if(l==null){r(i,u);return}let c;if(o=="add_v"){if(!D3(s))return;c=up(l,u)}else if(o=="remove_v"){if(!D3(s))return;c=A3(l,u)}else o==="add"?c=up(l,u):o=="remove"&&(c=A3(l,u));if(c){r(i,c);return}Array.isArray(t[i])&&i.startsWith("additional")?c=up(l,u):c=u,r(i,c)})}function P3(t,e){return Ya({rule:e,valueIsArray:n=>Array.isArray(t[n]),getMergedValue:n=>t[n],onMergedResult:(n,r)=>{t[n]=r}}),t}function up(t,e){let n;if(Array.isArray(t)){let r=fl(e);n=[...t,...r],n=Array.from(new Set(n))}else typeof t=="object"&&typeof e=="object"?n={...t,...e}:n=e;return n}function Sw(t){let e=t.lastIndexOf("["),n="",r=t;return e>0&&(n=t.slice(e+1,t.length-1),r=t.slice(0,e-1)),[...r.split("."),n]}function D3(t){let e=Sn();return t&&cs(e,t)}function A3(t,e){if(Array.isArray(t)){let n=fl(e);return t=t.filter(r=>!n.includes(r)),Array.from(new Set(t))}else if(typeof t=="object"&&typeof e=="object")Object.keys(e).forEach(n=>{delete t[n]});else return e;return t}d();d();var Oi="input is invalid type",lp=typeof window=="object",oa=lp?window:{};oa.JS_SHA256_NO_WINDOW&&(lp=!1);var xw=!lp&&typeof self=="object",Ew=!oa.JS_SHA256_NO_NODE_JS&&typeof process=="object"&&process.versions&&process.versions.node;Ew?oa=global:xw&&(oa=self);var SN=!oa.JS_SHA256_NO_COMMON_JS&&typeof module=="object"&&module.exports,xN=typeof define=="function"&&define.amd,ds=!oa.JS_SHA256_NO_ARRAY_BUFFER&&typeof ArrayBuffer<"u",he="0123456789abcdef".split(""),Cw=[-2147483648,8388608,32768,128],tr=[24,16,8,0],yl=[1116352408,1899447441,3049323471,3921009573,961987163,1508970993,2453635748,2870763221,3624381080,310598401,607225278,1426881987,1925078388,2162078206,2614888103,3248222580,3835390401,4022224774,264347078,604807628,770255983,1249150122,1555081692,1996064986,2554220882,2821834349,2952996808,3210313671,3336571891,3584528711,113926993,338241895,666307205,773529912,1294757372,1396182291,1695183700,1986661051,2177026350,2456956037,2730485921,2820302411,3259730800,3345764771,3516065817,3600352804,4094571909,275423344,430227734,506948616,659060556,883997877,958139571,1322822218,1537002063,1747873779,1955562222,2024104815,2227730452,2361852424,2428436474,2756734187,3204031479,3329325298],vl=["hex","array","digest","arrayBuffer"],qt=[];(oa.JS_SHA256_NO_NODE_JS||!Array.isArray)&&(Array.isArray=function(t){return Object.prototype.toString.call(t)==="[object Array]"});ds&&(oa.JS_SHA256_NO_ARRAY_BUFFER_IS_VIEW||!ArrayBuffer.isView)&&(ArrayBuffer.isView=function(t){return typeof t=="object"&&t.buffer&&t.buffer.constructor===ArrayBuffer});var L3=function(t,e){return function(n){return new jt(e,!0).update(n)[t]()}},F3=function(t){var e=L3("hex",t);e.create=function(){return new jt(t)},e.update=function(a){return e.create().update(a)};for(var n=0;n>2]|=t[a]<>2]|=r<>2]|=(192|r>>6)<>2]|=(128|r&63)<=57344?(s[i>>2]|=(224|r>>12)<>2]|=(128|r>>6&63)<>2]|=(128|r&63)<>2]|=(240|r>>18)<>2]|=(128|r>>12&63)<>2]|=(128|r>>6&63)<>2]|=(128|r&63)<=64?(this.block=s[16],this.start=i-64,this.hash(),this.hashed=!0):this.start=i}return this.bytes>4294967295&&(this.hBytes+=this.bytes/4294967296<<0,this.bytes=this.bytes%4294967296),this}};jt.prototype.finalize=function(){if(!this.finalized){this.finalized=!0;var t=this.blocks,e=this.lastByteIndex;t[16]=this.block,t[e>>2]|=Cw[e&3],this.block=t[16],e>=56&&(this.hashed||this.hash(),t[0]=this.block,t[16]=t[1]=t[2]=t[3]=t[4]=t[5]=t[6]=t[7]=t[8]=t[9]=t[10]=t[11]=t[12]=t[13]=t[14]=t[15]=0),t[14]=this.hBytes<<3|this.bytes>>>29,t[15]=this.bytes<<3,this.hash()}};jt.prototype.hash=function(){var t=this.h0,e=this.h1,n=this.h2,r=this.h3,a=this.h4,i=this.h5,o=this.h6,s=this.h7,u=this.blocks,l,c,p,g,m,f,T,b,h,C,D;for(l=16;l<64;++l)m=u[l-15],c=(m>>>7|m<<25)^(m>>>18|m<<14)^m>>>3,m=u[l-2],p=(m>>>17|m<<15)^(m>>>19|m<<13)^m>>>10,u[l]=u[l-16]+c+u[l-7]+p<<0;for(D=e&n,l=0;l<64;l+=4)this.first?(this.is224?(b=300032,m=u[0]-1413257819,s=m-150054599<<0,r=m+24177077<<0):(b=704751109,m=u[0]-210244248,s=m-1521486534<<0,r=m+143694565<<0),this.first=!1):(c=(t>>>2|t<<30)^(t>>>13|t<<19)^(t>>>22|t<<10),p=(a>>>6|a<<26)^(a>>>11|a<<21)^(a>>>25|a<<7),b=t&e,g=b^t&n^D,T=a&i^~a&o,m=s+p+T+yl[l]+u[l],f=c+g,s=r+m<<0,r=m+f<<0),c=(r>>>2|r<<30)^(r>>>13|r<<19)^(r>>>22|r<<10),p=(s>>>6|s<<26)^(s>>>11|s<<21)^(s>>>25|s<<7),h=r&t,g=h^r&e^b,T=s&a^~s&i,m=o+p+T+yl[l+1]+u[l+1],f=c+g,o=n+m<<0,n=m+f<<0,c=(n>>>2|n<<30)^(n>>>13|n<<19)^(n>>>22|n<<10),p=(o>>>6|o<<26)^(o>>>11|o<<21)^(o>>>25|o<<7),C=n&r,g=C^n&t^h,T=o&s^~o&a,m=i+p+T+yl[l+2]+u[l+2],f=c+g,i=e+m<<0,e=m+f<<0,c=(e>>>2|e<<30)^(e>>>13|e<<19)^(e>>>22|e<<10),p=(i>>>6|i<<26)^(i>>>11|i<<21)^(i>>>25|i<<7),D=e&n,g=D^e&r^C,T=i&o^~i&s,m=a+p+T+yl[l+3]+u[l+3],f=c+g,a=t+m<<0,t=m+f<<0;this.h0=this.h0+t<<0,this.h1=this.h1+e<<0,this.h2=this.h2+n<<0,this.h3=this.h3+r<<0,this.h4=this.h4+a<<0,this.h5=this.h5+i<<0,this.h6=this.h6+o<<0,this.h7=this.h7+s<<0};jt.prototype.hex=function(){this.finalize();var t=this.h0,e=this.h1,n=this.h2,r=this.h3,a=this.h4,i=this.h5,o=this.h6,s=this.h7,u=he[t>>28&15]+he[t>>24&15]+he[t>>20&15]+he[t>>16&15]+he[t>>12&15]+he[t>>8&15]+he[t>>4&15]+he[t&15]+he[e>>28&15]+he[e>>24&15]+he[e>>20&15]+he[e>>16&15]+he[e>>12&15]+he[e>>8&15]+he[e>>4&15]+he[e&15]+he[n>>28&15]+he[n>>24&15]+he[n>>20&15]+he[n>>16&15]+he[n>>12&15]+he[n>>8&15]+he[n>>4&15]+he[n&15]+he[r>>28&15]+he[r>>24&15]+he[r>>20&15]+he[r>>16&15]+he[r>>12&15]+he[r>>8&15]+he[r>>4&15]+he[r&15]+he[a>>28&15]+he[a>>24&15]+he[a>>20&15]+he[a>>16&15]+he[a>>12&15]+he[a>>8&15]+he[a>>4&15]+he[a&15]+he[i>>28&15]+he[i>>24&15]+he[i>>20&15]+he[i>>16&15]+he[i>>12&15]+he[i>>8&15]+he[i>>4&15]+he[i&15]+he[o>>28&15]+he[o>>24&15]+he[o>>20&15]+he[o>>16&15]+he[o>>12&15]+he[o>>8&15]+he[o>>4&15]+he[o&15];return this.is224||(u+=he[s>>28&15]+he[s>>24&15]+he[s>>20&15]+he[s>>16&15]+he[s>>12&15]+he[s>>8&15]+he[s>>4&15]+he[s&15]),u};jt.prototype.toString=jt.prototype.hex;jt.prototype.digest=function(){this.finalize();var t=this.h0,e=this.h1,n=this.h2,r=this.h3,a=this.h4,i=this.h5,o=this.h6,s=this.h7,u=[t>>24&255,t>>16&255,t>>8&255,t&255,e>>24&255,e>>16&255,e>>8&255,e&255,n>>24&255,n>>16&255,n>>8&255,n&255,r>>24&255,r>>16&255,r>>8&255,r&255,a>>24&255,a>>16&255,a>>8&255,a&255,i>>24&255,i>>16&255,i>>8&255,i&255,o>>24&255,o>>16&255,o>>8&255,o&255];return this.is224||u.push(s>>24&255,s>>16&255,s>>8&255,s&255),u};jt.prototype.array=jt.prototype.digest;jt.prototype.arrayBuffer=function(){this.finalize();var t=new ArrayBuffer(this.is224?28:32),e=new DataView(t);return e.setUint32(0,this.h0),e.setUint32(4,this.h1),e.setUint32(8,this.h2),e.setUint32(12,this.h3),e.setUint32(16,this.h4),e.setUint32(20,this.h5),e.setUint32(24,this.h6),this.is224||e.setUint32(28,this.h7),t};function Sl(t,e,n){var r,a=typeof t;if(a==="string"){var i=[],o=t.length,s=0,u;for(r=0;r>6,i[s++]=128|u&63):u<55296||u>=57344?(i[s++]=224|u>>12,i[s++]=128|u>>6&63,i[s++]=128|u&63):(u=65536+((u&1023)<<10|t.charCodeAt(++r)&1023),i[s++]=240|u>>18,i[s++]=128|u>>12&63,i[s++]=128|u>>6&63,i[s++]=128|u&63);t=i}else if(a==="object"){if(t===null)throw new Error(Oi);if(ds&&t.constructor===ArrayBuffer)t=new Uint8Array(t);else if(!Array.isArray(t)&&(!ds||!ArrayBuffer.isView(t)))throw new Error(Oi)}else throw new Error(Oi);t.length>64&&(t=new jt(e,!0).update(t).array());var l=[],c=[];for(r=0;r<64;++r){var p=t[r]||0;l[r]=92^p,c[r]=54^p}jt.call(this,e,n),this.update(c),this.oKeyPad=l,this.inner=!0,this.sharedMemory=n}Sl.prototype=new jt;Sl.prototype.finalize=function(){if(jt.prototype.finalize.call(this),this.inner){this.inner=!1;var t=this.array();jt.call(this,this.is224,this.sharedMemory),this.update(this.oKeyPad),this.update(t),jt.prototype.finalize.call(this)}};var zi=F3();zi.sha256=zi;zi.sha224=F3(!0);zi.sha256.hmac=M3();zi.sha224.hmac=M3(!0);var B3=zi;var I3=B3.sha256;function nr(t){return Promise.resolve(I3(t))}function xl(t){return Array.from(new Uint8Array(t)).map(r=>r.toString(16).padStart(2,"0")).join("")}function sa(t,e){let n=I3.hmac.create(e);return n.update(t),Promise.resolve(n.array())}async function R3(t,e){let n=await sa(t,e);return xl(n)}async function El(t,e){let n=ww(e),r=await sa(t,n);return xl(r)}function ww(t){let e=[];return t.replace(/../g,function(n){return e.push(parseInt(n,16)),""}),new Uint8Array(e).buffer}d();d();function Xe(){try{let t=[Me().EBOOK_BUILDER_URL,Me().EBOOK_VIEWER_URL,Me().SUBTITLE_BUILDER_URL,Me().HTML_VIEWER_URL,Me().PDF_VIEWER_URL].filter(a=>!!a),e=["app.immersivetranslate.com"];Qt()||e.push("localhost:38001");let n=globalThis.location.pathname;return t.find(a=>{let i=new URL(a);return n.startsWith(i.pathname)&&e.includes(i.host)})?!1:globalThis.self!==globalThis.top}catch{return!0}}d();d();function O3(t){return t.replace(//g,">")}d();d();function be(t){if(typeof t!="string")return"auto";let e=t.toLowerCase();if(e==="und")return"auto";if(e==="zh"||e.startsWith("zh-hans"))return"zh-CN";if(e.startsWith("zh-hant")||e.startsWith("zh-hk")||e.startsWith("zh-tw"))return"zh-TW";if(e.startsWith("zh-"))return"zh-CN";if(e==="iw")return"he";if(e==="jv")return"jw";let n=wn.map(a=>a.toLowerCase()),r=n.indexOf(e);if(r===-1)if(e.indexOf("-")>=0){e=e.split("-")[0];let a=n.indexOf(e);return a===-1?"auto":wn[a]}else return"auto";else return wn[r]}function ft(){return be(document?.documentElement?.lang||"en")}function z3(t,e,n){let r=Dw(t,e),a=[],i={from:t[0].from,fromByClient:t[0].fromByClient,to:t[0].to,tempSentences:[],url:t[0].url};for(let o of r)(i.tempSentences.reduce((u,l)=>u+l.text.length,0)+o.text.length>e||i.tempSentences.length>=n)&&(a.push(i),i={fromByClient:i.fromByClient,from:o.from,to:o.to,tempSentences:[],url:o.url}),(i.from!==o.from||i.to!==o.to)&&(i.tempSentences.length>0?(a.push(i),i={fromByClient:i.fromByClient,from:o.from,to:o.to,tempSentences:[],url:o.url}):(i.from=o.from,i.to=o.to)),i.tempSentences.push(o);return i.tempSentences.length>0&&a.push(i),a}function Dw(t,e){let n=[],r=[];for(let a=0;a0?Te.some(r=>Gu(n,r)))}function TC(t,e){if(!e||!e.length)return!1;let n=ul(t);return n?e.some(r=>Gu(n,r)):!1}function yC(t,e){if(!e||!e.length)return!0;let n=ul(t);return n?e.some(r=>Gu(n,r)):!0}function vC(t){if(t.message)return[t.message];if(t.exception)try{let{type:e="",value:n=""}=t.exception.values&&t.exception.values[0]||{};return[`${n}`,`${e}: ${n}`]}catch{return!1&&Se.error(`Cannot extract message for event ${Ir(t)}`),[]}return[]}function SC(t){try{return t.exception.values[0].type==="SentryError"}catch{}return!1}function xC(t=[]){for(let e=t.length-1;e>=0;e--){let n=t[e];if(n&&n.filename!==""&&n.filename!=="[native code]")return n.filename||null}return null}function ul(t){try{let e;try{e=t.exception.values[0].stacktrace.frames}catch{}return e?xC(e):null}catch{return!1&&Se.error(`Cannot extract url for event ${Ir(t)}`),null}}d();d();function H0(t,e){let n=W0(t,e),r={type:e&&e.name,value:DC(e)};return n.length&&(r.stacktrace={frames:n}),r.type===void 0&&r.value===""&&(r.value="Unrecoverable error caught"),r}function EC(t,e,n,r){let a={exception:{values:[{type:Yo(e)?e.constructor.name:r?"UnhandledRejection":"Error",value:`Non-Error ${r?"promise rejection":"exception"} captured with keys: ${Tb(e)}`}]},extra:{__serialized__:k0(e)}};if(n){let i=W0(t,n);i.length&&(a.exception.values[0].stacktrace={frames:i})}return a}function q0(t,e){return{exception:{values:[H0(t,e)]}}}function W0(t,e){let n=e.stacktrace||e.stack||"",r=wC(e);try{return t(n,r)}catch{}return[]}var CC=/Minified React error #\d+;/i;function wC(t){if(t){if(typeof t.framesToPop=="number")return t.framesToPop;if(CC.test(t.message))return 1}return 0}function DC(t){let e=t&&t.message;return e?e.error&&typeof e.error.message=="string"?e.error.message:e:"No error message"}function $b(t,e,n,r){let a=n&&n.syntheticException||void 0,i=ll(t,e,a,r);return Xr(i),i.level="error",n&&n.event_id&&(i.event_id=n.event_id),vn(i)}function Yb(t,e,n="info",r,a){let i=r&&r.syntheticException||void 0,o=j0(t,e,i,a);return o.level=n,r&&r.event_id&&(o.event_id=r.event_id),vn(o)}function ll(t,e,n,r,a){let i;if(Wu(e)&&e.error)return q0(t,e.error);if(sb(e)){let o=e;if("stack"in e)i=q0(t,e);else{let s=o.name||"DOMException",u=o.message?`${s}: ${o.message}`:s;i=j0(t,u,n,r),es(i,u)}return"code"in o&&(i.tags={...i.tags,"DOMException.code":`${o.code}`}),i}return Hu(e)?q0(t,e):Zn(e)||Yo(e)?(i=EC(t,e,n,a),Xr(i,{synthetic:!0}),i):(i=j0(t,e,n,r),es(i,`${e}`,void 0),Xr(i,{synthetic:!0}),i)}function j0(t,e,n,r){let a={message:e};if(r&&n){let i=W0(t,n);i.length&&(a.exception={values:[{value:e,stacktrace:{frames:i}}]})}return a}d();var K0="Breadcrumbs",ta=class t{static id=K0;name=t.id;options;constructor(e){this.options={console:!0,dom:!0,fetch:!0,history:!0,sentry:!0,xhr:!0,...e}}setupOnce(){this.options.console&&er("console",kC),this.options.dom&&er("dom",AC(this.options.dom)),this.options.xhr&&er("xhr",PC),this.options.fetch&&er("fetch",LC),this.options.history&&er("history",_C)}};function AC(t){function e(n){let r,a=typeof t=="object"?t.serializeAttribute:void 0;typeof a=="string"&&(a=[a]);try{r=n.event.target?Qo(n.event.target,a):Qo(n.event,a)}catch{r=""}r.length!==0&&Le().addBreadcrumb({category:`ui.${n.name}`,message:r},{event:n.event,name:n.name,global:n.global})}return e}function kC(t){let e={category:"console",data:{arguments:t.args,logger:"console"},level:kb(t.level),message:T0(t.args," ")};if(t.level==="assert")if(t.args[0]===!1)e.message=`Assertion failed: ${T0(t.args.slice(1)," ")||"console.assert"}`,e.data.arguments=t.args.slice(1);else return;Le().addBreadcrumb(e,{input:t.args,level:t.level})}function PC(t){if(t.endTimestamp){if(t.xhr.__sentry_own_request__)return;let{method:e,url:n,status_code:r,body:a}=t.xhr.__sentry_xhr__||{};Le().addBreadcrumb({category:"xhr",data:{method:e,url:n,status_code:r},type:"http"},{xhr:t.xhr,input:a});return}}function LC(t){t.endTimestamp&&(t.fetchData.url.match(/sentry_key/)&&t.fetchData.method==="POST"||(t.error?Le().addBreadcrumb({category:"fetch",data:t.fetchData,level:"error",type:"http"},{data:t.error,input:t.args}):Le().addBreadcrumb({category:"fetch",data:{...t.fetchData,status_code:t.response.status},type:"http"},{input:t.args,response:t.response})))}function _C(t){let e=it(),n=t.from,r=t.to,a=Vu(e.location.href),i=Vu(n),o=Vu(r);i.path||(i=a),a.protocol===o.protocol&&a.host===o.host&&(r=o.relative),a.protocol===i.protocol&&a.host===i.host&&(n=i.relative),Le().addBreadcrumb({category:"navigation",data:{from:n,to:r}})}d();var dl=it(),cl;function G0(){if(cl)return cl;if(Sb(fetch))return cl=fetch.bind(dl);let t=dl.document,e=fetch;if(t&&typeof t.createElement=="function")try{let n=t.createElement("iframe");n.hidden=!0,t.head.appendChild(n);let r=n.contentWindow;r&&r.fetch&&(e=r.fetch),t.head.removeChild(n)}catch(n){!1&&Se.warn("Could not create sandbox iframe for pure fetch check, bailing to window.fetch: ",n)}return cl=e.bind(dl)}function Qb(t,e){Object.prototype.toString.call(dl&&navigator)==="[object Navigator]"&&typeof navigator.sendBeacon=="function"?navigator.sendBeacon.bind(navigator)(t,e):vb()&&G0()(t,{body:e,method:"POST",credentials:"omit",keepalive:!0}).then(null,i=>{!1&&Se.error(i)})}var V0=it(),Mi=class extends as{constructor(e){e._metadata=e._metadata||{},e._metadata.sdk=e._metadata.sdk||{name:"sentry.javascript.browser",packages:[{name:"npm:@sentry/browser",version:Fi}],version:Fi},super(e),e.sendClientReports&&V0.document&&V0.document.addEventListener("visibilitychange",()=>{V0.document.visibilityState==="hidden"&&this._flushOutcomes()})}eventFromException(e,n){return $b(this._options.stackParser,e,n,this._options.attachStacktrace)}eventFromMessage(e,n="info",r){return Yb(this._options.stackParser,e,n,r,this._options.attachStacktrace)}sendEvent(e,n){let r=this.getIntegrationById(K0);r&&r.options&&r.options.sentry&&Le().addBreadcrumb({category:`sentry.${e.type==="transaction"?"transaction":"event"}`,event_id:e.event_id,level:e.level,message:Ir(e)},{event:e}),super.sendEvent(e,n)}_prepareEvent(e,n,r){return e.platform=e.platform||"javascript",super._prepareEvent(e,n,r)}_flushOutcomes(){let e=this._clearOutcomes();if(e.length===0){!1&&Se.log("No outcomes to send");return}if(!this._dsn){!1&&Se.log("No dsn provided, will not send outcomes");return}!1&&Se.log("Sending outcomes:",e);let n=rs(this._dsn,this._options),r=Fb(e,this._options.tunnel&&qa(this._dsn));try{Qb(n,Yu(r))}catch(a){!1&&Se.error(a)}}};d();d();function os(t,e=G0()){function n(r){let a={body:r.body,method:"POST",referrerPolicy:"origin",headers:t.headers,...t.fetchOptions};return e(t.url,a).then(i=>({statusCode:i.status,headers:{"x-sentry-rate-limits":i.headers.get("X-Sentry-Rate-Limits"),"retry-after":i.headers.get("Retry-After")}}))}return is(t,n)}d();var Bi="?",FC=10,MC=20,BC=30,IC=40,RC=50;function ss(t,e,n,r){let a={filename:t,function:e,in_app:!0};return n!==void 0&&(a.lineno=n),r!==void 0&&(a.colno=r),a}var OC=/^\s*at (?:(.*?) ?\((?:address at )?)?((?:file|https?|blob|chrome-extension|address|native|eval|webpack||[-a-z]+:|.*bundle|\/).*?)(?::(\d+))?(?::(\d+))?\)?\s*$/i,zC=/\((\S*)(?::(\d+))(?::(\d+))\)/,NC=t=>{let e=OC.exec(t);if(e){if(e[2]&&e[2].indexOf("eval")===0){let i=zC.exec(e[2]);i&&(e[2]=i[1],e[3]=i[2],e[4]=i[3])}let[r,a]=Xb(e[1]||Bi,e[2]);return ss(a,r,e[3]?+e[3]:void 0,e[4]?+e[4]:void 0)}},$0=[BC,NC],UC=/^\s*(.*?)(?:\((.*?)\))?(?:^|@)?((?:file|https?|blob|chrome|webpack|resource|moz-extension|capacitor).*?:\/.*?|\[native code\]|[^@]*(?:bundle|\d+\.js)|\/[\w\-. /=]+)(?::(\d+))?(?::(\d+))?\s*$/i,qC=/(\S+) line (\d+)(?: > eval line \d+)* > eval/i,jC=t=>{let e=UC.exec(t);if(e){if(e[3]&&e[3].indexOf(" > eval")>-1){let i=qC.exec(e[3]);i&&(e[1]=e[1]||"eval",e[3]=i[1],e[4]=i[2],e[5]="")}let r=e[3],a=e[1]||Bi;return[a,r]=Xb(a,r),ss(r,a,e[4]?+e[4]:void 0,e[5]?+e[5]:void 0)}},Y0=[RC,jC],HC=/^\s*at (?:((?:\[object object\])?.+) )?\(?((?:file|ms-appx|https?|webpack|blob):.*?):(\d+)(?::(\d+))?\)?\s*$/i,WC=t=>{let e=HC.exec(t);return e?ss(e[2],e[1]||Bi,+e[3],e[4]?+e[4]:void 0):void 0},Q0=[IC,WC],KC=/ line (\d+).*script (?:in )?(\S+)(?:: in function (\S+))?$/i,GC=t=>{let e=KC.exec(t);return e?ss(e[2],e[3]||Bi,+e[1]):void 0},Zb=[FC,GC],VC=/ line (\d+), column (\d+)\s*(?:in (?:]+)>|([^)]+))\(.*\))? in (.*):\s*$/i,$C=t=>{let e=VC.exec(t);return e?ss(e[5],e[3]||e[4]||Bi,+e[1],+e[2]):void 0},Jb=[MC,$C],Z0=[$0,Y0,Q0],pl=E0(...Z0),Xb=(t,e)=>{let n=t.indexOf("safari-extension")!==-1,r=t.indexOf("safari-web-extension")!==-1;return n||r?[t.indexOf("@")!==-1?t.split("@")[0]:Bi,n?`safari-extension:${e}`:`safari-web-extension:${e}`]:[t,e]};d();d();var J0=0;function X0(){return J0>0}function YC(){J0+=1,setTimeout(()=>{J0-=1})}function zr(t,e={},n){if(typeof t!="function")return t;try{let a=t.__sentry_wrapped__;if(a)return a;if(Ai(t))return t}catch{return t}let r=function(){let a=Array.prototype.slice.call(arguments);try{n&&typeof n=="function"&&n.apply(this,arguments);let i=a.map(o=>zr(o,e));return t.apply(this,i)}catch(i){throw YC(),_i(o=>{o.addEventProcessor(s=>(e.mechanism&&(es(s,void 0,void 0),Xr(s,e.mechanism)),s.extra={...s.extra,arguments:a},s)),Li(i)}),i}};try{for(let a in t)Object.prototype.hasOwnProperty.call(t,a)&&(r[a]=t[a])}catch{}v0(r,t),Jo(t,"__sentry_wrapped__",r);try{Object.getOwnPropertyDescriptor(r,"name").configurable&&Object.defineProperty(r,"name",{get(){return t.name}})}catch{}return r}var ep={};tu(ep,{Breadcrumbs:()=>ta,Dedupe:()=>ia,GlobalHandlers:()=>fr,HttpContext:()=>aa,LinkedErrors:()=>ra,TryCatch:()=>na});d();d();var fr=class t{static id="GlobalHandlers";name=t.id;_options;_installFunc={onerror:QC,onunhandledrejection:ZC};constructor(e){this._options={onerror:!0,onunhandledrejection:!0,...e}}setupOnce(){let e=this._options;for(let n in e){let r=this._installFunc[n];r&&e[n]&&(ew(n),r(),this._installFunc[n]=void 0)}}};function QC(){er("error",t=>{let[e,n,r]=n3();if(!e.getIntegration(fr))return;let{msg:a,url:i,line:o,column:s,error:u}=t;if(X0()||u&&u.__sentry_own_request__)return;let l=u===void 0&&Fr(a)?XC(a,i,o,s):e3(ll(n,u||a,void 0,r,!1),i,o,s);l.level="error",t3(e,u,l,"onerror")})}function ZC(){er("unhandledrejection",t=>{let[e,n,r]=n3();if(!e.getIntegration(fr))return;let a=t;try{"reason"in t?a=t.reason:"detail"in t&&"reason"in t.detail&&(a=t.detail.reason)}catch{}if(X0()||a&&a.__sentry_own_request__)return!0;let i=$o(a)?JC(a):ll(n,a,void 0,r,!0);i.level="error",t3(e,a,i,"onunhandledrejection")})}function JC(t){return{exception:{values:[{type:"UnhandledRejection",value:`Non-Error promise rejection captured with value: ${String(t)}`}]}}}function XC(t,e,n,r){let a=/^(?:[Uu]ncaught (?:exception: )?)?(?:((?:Eval|Internal|Range|Reference|Syntax|Type|URI|)Error): )?(.*)$/i,i=Wu(t)?t.message:t,o="Error",s=i.match(a);return s&&(o=s[1],i=s[2]),e3({exception:{values:[{type:o,value:i}]}},e,n,r)}function e3(t,e,n,r){let a=t.exception=t.exception||{},i=a.values=a.values||[],o=i[0]=i[0]||{},s=o.stacktrace=o.stacktrace||{},u=s.frames=s.frames||[],l=isNaN(parseInt(r,10))?void 0:r,c=isNaN(parseInt(n,10))?void 0:n,p=Fr(e)&&e.length>0?e:pb();return u.length===0&&u.push({colno:l,filename:p,function:"?",in_app:!0,lineno:c}),t}function ew(t){!1&&Se.log(`Global Handler attached: ${t}`)}function t3(t,e,n,r){Xr(n,{handled:!1,type:r}),t.captureEvent(n,{originalException:e})}function n3(){let t=Le(),e=t.getClient(),n=e&&e.getOptions()||{stackParser:()=>[],attachStacktrace:!1};return[t,n.stackParser,n.attachStacktrace]}d();var tw=["EventTarget","Window","Node","ApplicationCache","AudioTrackList","ChannelMergerNode","CryptoOperation","EventSource","FileReader","HTMLUnknownElement","IDBDatabase","IDBRequest","IDBTransaction","KeyOperation","MediaController","MessagePort","ModalWindow","Notification","SVGElementInstance","Screen","TextTrack","TextTrackCue","TextTrackList","WebSocket","WebSocketWorker","Worker","XMLHttpRequest","XMLHttpRequestEventTarget","XMLHttpRequestUpload"],na=class t{static id="TryCatch";name=t.id;_options;constructor(e){this._options={XMLHttpRequest:!0,eventTarget:!0,requestAnimationFrame:!0,setInterval:!0,setTimeout:!0,...e}}setupOnce(){let e=it();this._options.setTimeout&&Jn(e,"setTimeout",r3),this._options.setInterval&&Jn(e,"setInterval",r3),this._options.requestAnimationFrame&&Jn(e,"requestAnimationFrame",nw),this._options.XMLHttpRequest&&"XMLHttpRequest"in e&&Jn(XMLHttpRequest.prototype,"send",rw);let n=this._options.eventTarget;n&&(Array.isArray(n)?n:tw).forEach(aw)}};function r3(t){return function(...e){let n=e[0];return e[0]=zr(n,{mechanism:{data:{function:Xn(t)},handled:!0,type:"instrument"}}),t.apply(this,e)}}function nw(t){return function(e){return t.apply(this,[zr(e,{mechanism:{data:{function:"requestAnimationFrame",handler:Xn(t)},handled:!0,type:"instrument"}})])}}function rw(t){return function(...e){let n=this;return["onload","onerror","onprogress","onreadystatechange"].forEach(a=>{a in n&&typeof n[a]=="function"&&Jn(n,a,function(i){let o={mechanism:{data:{function:a,handler:Xn(i)},handled:!0,type:"instrument"}},s=Ai(i);return s&&(o.mechanism.data.handler=Xn(s)),zr(i,o)})}),t.apply(this,e)}}function aw(t){let e=it(),n=e[t]&&e[t].prototype;!n||!n.hasOwnProperty||!n.hasOwnProperty("addEventListener")||(Jn(n,"addEventListener",function(r){return function(a,i,o){try{typeof i.handleEvent=="function"&&(i.handleEvent=zr(i.handleEvent,{mechanism:{data:{function:"handleEvent",handler:Xn(i),target:t},handled:!0,type:"instrument"}}))}catch{}let s=zr(i,{mechanism:{data:{function:"addEventListener",handler:Xn(i),target:t},handled:!0,type:"instrument"}}),u=[a,s,o];return r.apply(this,u)}}),Jn(n,"removeEventListener",function(r){return function(a,i,o){let s=i;try{let u=s&&s.__sentry_wrapped__;u&&r.call(this,a,u,o)}catch{}return r.call(this,a,s,o)}}))}d();var iw="cause",ow=5,ra=class t{static id="LinkedErrors";name=t.id;_key;_limit;constructor(e={}){this._key=e.key||iw,this._limit=e.limit||ow}setupOnce(){let e=Le().getClient();e&&mr((n,r)=>{let a=Le().getIntegration(t);return a?sw(e.getOptions().stackParser,a._key,a._limit,n,r):n})}};function sw(t,e,n,r,a){if(!r.exception||!r.exception.values||!a||!dr(a.originalException,Error))return r;let i=a3(t,n,a.originalException,e);return r.exception.values=[...i,...r.exception.values],r}function a3(t,e,n,r,a=[]){if(!dr(n[r],Error)||a.length+1>=e)return a;let i=H0(t,n[r]);return a3(t,e,n[r],r,[i,...a])}d();var i3=it(),aa=class t{static id="HttpContext";name=t.id;setupOnce(){mr(e=>{if(Le().getIntegration(t)){if(!navigator&&!location&&!i3.document)return e;let n=e.request&&e.request.url||location&&location.href,{referrer:r}=i3.document||{},{userAgent:a}=navigator||{},i={...e.request&&e.request.headers,...r&&{Referer:r},...a&&{"User-Agent":a}},o={...n&&{url:n},headers:i};return{...e,request:o}}return e})}};d();var ia=class t{static id="Dedupe";name=t.id;_previousEvent;setupOnce(e,n){let r=a=>{let i=n().getIntegration(t);if(i){try{if(uw(a,i._previousEvent))return!1&&Se.warn("Event dropped due to being a duplicate of previously captured event."),null}catch{return i._previousEvent=a}return i._previousEvent=a}return a};r.id=this.name,e(r)}};function uw(t,e){return e?!!(lw(t,e)||cw(t,e)):!1}function lw(t,e){let n=t.message,r=e.message;return!(!n&&!r||n&&!r||!n&&r||n!==r||!l3(t,e)||!u3(t,e))}function cw(t,e){let n=o3(e),r=o3(t);return!(!n||!r||n.type!==r.type||n.value!==r.value||!l3(t,e)||!u3(t,e))}function u3(t,e){let n=s3(t),r=s3(e);if(!n&&!r)return!0;if(n&&!r||!n&&r||(n=n,r=r,r.length!==n.length))return!1;for(let a=0;a"u"){!1&&Se.warn("Session tracking in non-browser environment with @sentry/browser is not supported.");return}let n=Le();n.captureSession&&(c3(n),er("history",({from:r,to:a})=>{r===void 0||r===a||c3(Le())}))}var y3={},np=it();np.Sentry&&np.Sentry.Integrations&&(y3=np.Sentry.Integrations);var pw={...y3,...Va,...ep};var gw=Ru.alert;d();var Ii=console,rp=class{#e=performance.now();reset(){this.#e=performance.now()}stop(e){let n=performance.now(),r=Math.round(n-this.#e),a=In.green;r>1e4?a=In.red:r>1e3&&(a=In.yellow),Ii.debug(In.dim(Ia+" TIMING:"),e,"in",a(r+"ms")),this.#e=n}},us=class{#e=1;get level(){return this.#e}setLevel(e){switch(e){case"debug":this.#e=0;break;case"info":this.#e=1;break;case"warn":this.#e=2;break;case"error":this.#e=3;break;case"fatal":this.#e=4;break}}debug(...e){this.#e<=0&&Ii.log(In.dim(Ia+" DEBUG:"),...e)}v(...e){this.#e<=0}info(...e){this.#e<=1&&Ii.log(In.green(Ia+" INFO:"),...e)}l(...e){this.#e<=1}warn(...e){this.#e<=2&&Ii.warn(In.yellow(Ia+" WARN:"),...e)}error(...e){this.#e<=3&&Ii.error(In.red(Ia+" ERROR:"),...e)}fatal(...e){this.#e<=4&&Ii.error(In.red(Ia+" FATAL:"),...e)}timing(){return this.level===0?new rp:{reset:()=>{},stop:()=>{}}}},z=new us;var v3=["*://*/*","*","*://*"],x3="immersive-translate-wildcard-placeholder.com";function ap(t,e){try{let n=[];if(!e||(e&&!Array.isArray(e)?n=[e]:n=e,n.length===0))return null;if(n.some(s=>v3.includes(s)))return t;let r=new URL(t);r.hash="",r.search="";let a=r.href,i=r.hostname,o=r.port;if(n&&n.length>0){let s=n.find(u=>{if(!u)return!1;if(u===i)return!0;if(v3.includes(u))return!0;if(!u.includes("*")&&u.includes("://")){try{let l=new URL(u);if(l.pathname==="/"&&!u.endsWith("/")){let c=l.hostname===i,p=l.port===o;return l.port?c&&p:c}else return fw(a,u)}catch{}return!1}else{let l,c=u;if(u.includes("://")){let b=u.split("://");l=b[0],l==="*"&&b.length>1&&(l="*",u="https://"+b[1])}else l="*",u="https://"+u;let p=u.replace(/\*/g,x3),m;try{m=new URL(p)}catch{return z.debug("invalid match pattern",p,"raw match value:",c),!1}let g=m.host,f=m.pathname;f==="/"&&(c.replace("://","").includes("/")||(f="/*"));let T=mw(l+":",S3(g),S3(f));if(T){let b=new URL(a);return T.test(b.href)}else return!1}});if(s)return s}return null}catch{return null}}function S3(t){return t.replaceAll(x3,"*")}function mw(t,e,n){let r="^";return t==="*:"?r+="(http:|https:|file:)":r+=t,r+="//",e&&(t==="file:"||(e==="*"?r+="[^/]+?":(e.match(/^\*\./)&&(r+="[^/]*?",e=e.substring(1)),r+=e.replace(/\./g,"\\.").replace(/\*/g,"[^/]*")))),n?n==="*"||n==="/*"?r+="(/.*)?":n.includes("*")?(r+=n.replace(/\*/g,".*?"),r+="/?"):r+=n.replace(/[-[\]{}()*+?.,\\^$|#\s]/g,"\\$&"):r+="/?",r+="$",new RegExp(r)}function wt(t,e){return ap(t,e)!==null}function fw(t,e){let n=new URL(t),r=new URL(e);return n.hostname===r.hostname&&n.pathname===r.pathname&&n.protocol===r.protocol&&n.port===r.port}d();d();var gl={manifest_version:3,name:"__MSG_brandName__",description:"__MSG_brandDescription__",version:"1.4.6",default_locale:"en",background:{service_worker:"background.js"},web_accessible_resources:["styles/inject.css","pdf/index.html","video-subtitle/inject.js"],content_scripts:[{matches:["","file:///*","*://*/*"],js:["content_script.js"],run_at:"document_end",all_frames:!0},{matches:["","file:///*","*://*/*"],js:["content_start.js"],run_at:"document_start",all_frames:!0}],commands:{toggleTranslatePage:{suggested_key:{default:"Alt+A"},description:"__MSG_toggleTranslatePage__"},toggleTranslateTheWholePage:{suggested_key:{default:"Alt+W"},description:"__MSG_toggleTranslateTheWholePage__"},toggleOnlyTransation:{description:"__MSG_toggleOnlyTransation__"},toggleTranslateToThePageEndImmediately:{description:"__MSG_toggleTranslateToThePageEndImmediately__"},toggleTranslateTheMainPage:{description:"__MSG_toggleTranslateTheMainPage__"},toggleTranslationMask:{description:"__MSG_toggleTranslationMask__"},shareToDraft:{description:"__MSG_shareToDraft__"},toggleMouseHoverTranslateDirectly:{description:"__MSG_toggleMouseHoverTranslateDirectly__"},translateWithOpenAI:{description:"__MSG_translateWithOpenAI__"},translateWithDeepL:{description:"__MSG_translateWithDeepL__"},translateWithGoogle:{description:"__MSG_translateWithGoogle__"},translateWithTransmart:{description:"__MSG_translateWithTransmart__"},translateWithGemini:{description:"__MSG_translateWithGemini__"},translateWithBing:{description:"__MSG_translateWithBing__"},translateInputBox:{description:"__MSG_translateInputBox__"},toggleVideoSubtitlePreTranslation:{description:"__MSG_toggleVideoSubtitlePreTranslation__"}},options_page:"options.html",options_ui:{page:"options.html",open_in_tab:!0,browser_style:!1},permissions:["storage","activeTab","contextMenus","webRequest","webRequestBlocking","declarativeNetRequestWithHostAccess","declarativeNetRequestFeedback","declarativeNetRequest"],host_permissions:[""],declarative_net_request:{rule_resources:[{id:"ruleset_1",enabled:!0,path:"rules/request_modifier_rule.json"}]},action:{default_popup:"popup.html",default_icon:{"32":"icons/32.png","48":"icons/48.png","64":"icons/64.png","128":"icons/128.png","256":"icons/256.png"}},browser_action:{default_icon:"icons/32.png",default_popup:"popup.html",theme_icons:[{dark:"icons/32.png",light:"icons/dark-32.png",size:32},{dark:"icons/48.png",light:"icons/dark-48.png",size:48},{dark:"icons/64.png",light:"icons/dark-64.png",size:64},{dark:"icons/128.png",light:"icons/dark-128.png",size:128},{dark:"icons/256.png",light:"icons/dark-256.png",size:256}]},icons:{"32":"icons/32.png","48":"icons/48.png","64":"icons/64.png","128":"icons/128.png","256":"icons/256.png"},browser_specific_settings:{gecko:{id:"{5efceaa7-f3a2-4e59-a54b-85319448e305}",strict_min_version:"63.0"},gecko_android:{strict_min_version:"113.0"}},key:"MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA7JPn78UfqI3xIIOPPLPS74UTzLfJL1gQM8hlk/deKWvFP/WqUBnPJPdhQeF45sFpI1OjO70nFqdATT4/RwYAiZK7G/E6m27MDVnhHjszfzReOuoAEn9J3RnE2xEx5pFhRFcelhnwTTLrrn90aaPcaMtNsgXtZA1Ggz/SnX9I4ZygqpJYjx3Ql2t6SyNK222oRQiKMT93Rrjgyc8RFA7FKXsWglG0TvseRjbmG5Jk5gDx+2/YTcWGqCDotQnWnkPj/dBO23UAX7IpyJK3FGYdkvWFih6OVClHIIWY8mfCjjwSGbXNQNesaa9F2hrzBZ5MRTj4m7yj76mGxuPHPIE8mwIDAQAB"};var bw="";function Sn(){return bw||gl.version}function ip(){return oe.runtime.getManifest().version}d();d();var Tw="";function Ri(){return Tw||globalThis.navigator.userAgent}function op(){return Ri().includes("ImtFxiOS")}function E3(){let e=Ri().match(/ImtFxiOS\/(\d+\.\d+\.\d+)/);return e?e[1]:null}function yw(){return Ri().includes("ImtFxAndroid")}function C3(){let t=Ri();return/ImtFxAndroid\/(\d+\.\d+\.\d+)\/google/.test(t)}function w3(){let e=Ri().match(/ImtFxAndroid\/(\d+\.\d+\.\d+)/);return e?e[1]:null}function ls(){let t=Ri();if(op()||yw()){let e=t.match(/Imt[\w/.]+/);if(e){let n=e[0].split("/"),r=n[0];return n[2]&&(r+="_"+n[2]),{name:r,version:n[1]}}}return null}function ml(t){if(t.beta)return!1;if(ot()&&t.spVersion)return cs(ip(),t.spVersion);if(C3()&&t.gspVersion){let e=w3();if(e)return cs(e,t.gspVersion)}if(op()&&t.ispVersion){let e=E3();if(e)return cs(e,t.ispVersion)}return!1}function cs(t,e){let n=t.split(".").reverse(),r=e.split(".").reverse(),a=0,i=0,o=1;for(let s=0;s<3;s++)a+=o*Number(r[s]||"0"),i+=o*Number(n[s]||"0"),o*=100;return i>=a}function sp(t){t.message?.indexOf("token invalid")>=0&&Mt.remove(Ft)}d();function fl(t){return Array.isArray(t)?t:t?[t]:[]}function hl(t,e){return e?(Array.isArray(e)||(e=[e]),Array.from(new Set([...e,t]))):[t]}function bl(t,e){return e?(Array.isArray(t)||(t=[t]),Array.isArray(e)||(e=[e]),e.filter(n=>!t.includes(n))):[]}function Tl(t,e){let n={...t};return P3(n,e),vw(n,e),n}function k3(t,e,n){let r={...e};return Ya({rule:r,valueIsArray:a=>Array.isArray(t[a]),getMergedValue:a=>t[a],onMergedResult:(a,i)=>r[a]=i}),Ya({rule:n,valueIsArray:a=>Array.isArray(t[a]),getMergedValue:a=>r[a],onMergedResult:(a,i)=>r[a]=i}),r}function vw(t,e){if(!e.condition)return;let n=e.condition.enableSubtitle?.true||{},r=e.condition.enableSubtitle?.false||{},a=t.enableSubtitle?n:r;P3(t,a)}function Ya({rule:t,getMergedValue:e,valueIsArray:n,onMergedResult:r}){Object.keys(t).sort().forEach(a=>{let[i,o,s]=Sw(a);if(!i||t[a]===void 0)return;let u=t[a];n(i)&&(u=fl(t[a]));let l=e(i);if(l==null){r(i,u);return}let c;if(o=="add_v"){if(!D3(s))return;c=up(l,u)}else if(o=="remove_v"){if(!D3(s))return;c=A3(l,u)}else o==="add"?c=up(l,u):o=="remove"&&(c=A3(l,u));if(c){r(i,c);return}Array.isArray(t[i])&&i.startsWith("additional")?c=up(l,u):c=u,r(i,c)})}function P3(t,e){return Ya({rule:e,valueIsArray:n=>Array.isArray(t[n]),getMergedValue:n=>t[n],onMergedResult:(n,r)=>{t[n]=r}}),t}function up(t,e){let n;if(Array.isArray(t)){let r=fl(e);n=[...t,...r],n=Array.from(new Set(n))}else typeof t=="object"&&typeof e=="object"?n={...t,...e}:n=e;return n}function Sw(t){let e=t.lastIndexOf("["),n="",r=t;return e>0&&(n=t.slice(e+1,t.length-1),r=t.slice(0,e-1)),[...r.split("."),n]}function D3(t){let e=Sn();return t&&cs(e,t)}function A3(t,e){if(Array.isArray(t)){let n=fl(e);return t=t.filter(r=>!n.includes(r)),Array.from(new Set(t))}else if(typeof t=="object"&&typeof e=="object")Object.keys(e).forEach(n=>{delete t[n]});else return e;return t}d();d();var Oi="input is invalid type",lp=typeof window=="object",oa=lp?window:{};oa.JS_SHA256_NO_WINDOW&&(lp=!1);var xw=!lp&&typeof self=="object",Ew=!oa.JS_SHA256_NO_NODE_JS&&typeof process=="object"&&process.versions&&process.versions.node;Ew?oa=global:xw&&(oa=self);var SN=!oa.JS_SHA256_NO_COMMON_JS&&typeof module=="object"&&module.exports,xN=typeof define=="function"&&define.amd,ds=!oa.JS_SHA256_NO_ARRAY_BUFFER&&typeof ArrayBuffer<"u",he="0123456789abcdef".split(""),Cw=[-2147483648,8388608,32768,128],tr=[24,16,8,0],yl=[1116352408,1899447441,3049323471,3921009573,961987163,1508970993,2453635748,2870763221,3624381080,310598401,607225278,1426881987,1925078388,2162078206,2614888103,3248222580,3835390401,4022224774,264347078,604807628,770255983,1249150122,1555081692,1996064986,2554220882,2821834349,2952996808,3210313671,3336571891,3584528711,113926993,338241895,666307205,773529912,1294757372,1396182291,1695183700,1986661051,2177026350,2456956037,2730485921,2820302411,3259730800,3345764771,3516065817,3600352804,4094571909,275423344,430227734,506948616,659060556,883997877,958139571,1322822218,1537002063,1747873779,1955562222,2024104815,2227730452,2361852424,2428436474,2756734187,3204031479,3329325298],vl=["hex","array","digest","arrayBuffer"],qt=[];(oa.JS_SHA256_NO_NODE_JS||!Array.isArray)&&(Array.isArray=function(t){return Object.prototype.toString.call(t)==="[object Array]"});ds&&(oa.JS_SHA256_NO_ARRAY_BUFFER_IS_VIEW||!ArrayBuffer.isView)&&(ArrayBuffer.isView=function(t){return typeof t=="object"&&t.buffer&&t.buffer.constructor===ArrayBuffer});var L3=function(t,e){return function(n){return new jt(e,!0).update(n)[t]()}},F3=function(t){var e=L3("hex",t);e.create=function(){return new jt(t)},e.update=function(a){return e.create().update(a)};for(var n=0;n>2]|=t[a]<>2]|=r<>2]|=(192|r>>6)<>2]|=(128|r&63)<=57344?(s[i>>2]|=(224|r>>12)<>2]|=(128|r>>6&63)<>2]|=(128|r&63)<>2]|=(240|r>>18)<>2]|=(128|r>>12&63)<>2]|=(128|r>>6&63)<>2]|=(128|r&63)<=64?(this.block=s[16],this.start=i-64,this.hash(),this.hashed=!0):this.start=i}return this.bytes>4294967295&&(this.hBytes+=this.bytes/4294967296<<0,this.bytes=this.bytes%4294967296),this}};jt.prototype.finalize=function(){if(!this.finalized){this.finalized=!0;var t=this.blocks,e=this.lastByteIndex;t[16]=this.block,t[e>>2]|=Cw[e&3],this.block=t[16],e>=56&&(this.hashed||this.hash(),t[0]=this.block,t[16]=t[1]=t[2]=t[3]=t[4]=t[5]=t[6]=t[7]=t[8]=t[9]=t[10]=t[11]=t[12]=t[13]=t[14]=t[15]=0),t[14]=this.hBytes<<3|this.bytes>>>29,t[15]=this.bytes<<3,this.hash()}};jt.prototype.hash=function(){var t=this.h0,e=this.h1,n=this.h2,r=this.h3,a=this.h4,i=this.h5,o=this.h6,s=this.h7,u=this.blocks,l,c,p,m,g,f,T,b,h,C,D;for(l=16;l<64;++l)g=u[l-15],c=(g>>>7|g<<25)^(g>>>18|g<<14)^g>>>3,g=u[l-2],p=(g>>>17|g<<15)^(g>>>19|g<<13)^g>>>10,u[l]=u[l-16]+c+u[l-7]+p<<0;for(D=e&n,l=0;l<64;l+=4)this.first?(this.is224?(b=300032,g=u[0]-1413257819,s=g-150054599<<0,r=g+24177077<<0):(b=704751109,g=u[0]-210244248,s=g-1521486534<<0,r=g+143694565<<0),this.first=!1):(c=(t>>>2|t<<30)^(t>>>13|t<<19)^(t>>>22|t<<10),p=(a>>>6|a<<26)^(a>>>11|a<<21)^(a>>>25|a<<7),b=t&e,m=b^t&n^D,T=a&i^~a&o,g=s+p+T+yl[l]+u[l],f=c+m,s=r+g<<0,r=g+f<<0),c=(r>>>2|r<<30)^(r>>>13|r<<19)^(r>>>22|r<<10),p=(s>>>6|s<<26)^(s>>>11|s<<21)^(s>>>25|s<<7),h=r&t,m=h^r&e^b,T=s&a^~s&i,g=o+p+T+yl[l+1]+u[l+1],f=c+m,o=n+g<<0,n=g+f<<0,c=(n>>>2|n<<30)^(n>>>13|n<<19)^(n>>>22|n<<10),p=(o>>>6|o<<26)^(o>>>11|o<<21)^(o>>>25|o<<7),C=n&r,m=C^n&t^h,T=o&s^~o&a,g=i+p+T+yl[l+2]+u[l+2],f=c+m,i=e+g<<0,e=g+f<<0,c=(e>>>2|e<<30)^(e>>>13|e<<19)^(e>>>22|e<<10),p=(i>>>6|i<<26)^(i>>>11|i<<21)^(i>>>25|i<<7),D=e&n,m=D^e&r^C,T=i&o^~i&s,g=a+p+T+yl[l+3]+u[l+3],f=c+m,a=t+g<<0,t=g+f<<0;this.h0=this.h0+t<<0,this.h1=this.h1+e<<0,this.h2=this.h2+n<<0,this.h3=this.h3+r<<0,this.h4=this.h4+a<<0,this.h5=this.h5+i<<0,this.h6=this.h6+o<<0,this.h7=this.h7+s<<0};jt.prototype.hex=function(){this.finalize();var t=this.h0,e=this.h1,n=this.h2,r=this.h3,a=this.h4,i=this.h5,o=this.h6,s=this.h7,u=he[t>>28&15]+he[t>>24&15]+he[t>>20&15]+he[t>>16&15]+he[t>>12&15]+he[t>>8&15]+he[t>>4&15]+he[t&15]+he[e>>28&15]+he[e>>24&15]+he[e>>20&15]+he[e>>16&15]+he[e>>12&15]+he[e>>8&15]+he[e>>4&15]+he[e&15]+he[n>>28&15]+he[n>>24&15]+he[n>>20&15]+he[n>>16&15]+he[n>>12&15]+he[n>>8&15]+he[n>>4&15]+he[n&15]+he[r>>28&15]+he[r>>24&15]+he[r>>20&15]+he[r>>16&15]+he[r>>12&15]+he[r>>8&15]+he[r>>4&15]+he[r&15]+he[a>>28&15]+he[a>>24&15]+he[a>>20&15]+he[a>>16&15]+he[a>>12&15]+he[a>>8&15]+he[a>>4&15]+he[a&15]+he[i>>28&15]+he[i>>24&15]+he[i>>20&15]+he[i>>16&15]+he[i>>12&15]+he[i>>8&15]+he[i>>4&15]+he[i&15]+he[o>>28&15]+he[o>>24&15]+he[o>>20&15]+he[o>>16&15]+he[o>>12&15]+he[o>>8&15]+he[o>>4&15]+he[o&15];return this.is224||(u+=he[s>>28&15]+he[s>>24&15]+he[s>>20&15]+he[s>>16&15]+he[s>>12&15]+he[s>>8&15]+he[s>>4&15]+he[s&15]),u};jt.prototype.toString=jt.prototype.hex;jt.prototype.digest=function(){this.finalize();var t=this.h0,e=this.h1,n=this.h2,r=this.h3,a=this.h4,i=this.h5,o=this.h6,s=this.h7,u=[t>>24&255,t>>16&255,t>>8&255,t&255,e>>24&255,e>>16&255,e>>8&255,e&255,n>>24&255,n>>16&255,n>>8&255,n&255,r>>24&255,r>>16&255,r>>8&255,r&255,a>>24&255,a>>16&255,a>>8&255,a&255,i>>24&255,i>>16&255,i>>8&255,i&255,o>>24&255,o>>16&255,o>>8&255,o&255];return this.is224||u.push(s>>24&255,s>>16&255,s>>8&255,s&255),u};jt.prototype.array=jt.prototype.digest;jt.prototype.arrayBuffer=function(){this.finalize();var t=new ArrayBuffer(this.is224?28:32),e=new DataView(t);return e.setUint32(0,this.h0),e.setUint32(4,this.h1),e.setUint32(8,this.h2),e.setUint32(12,this.h3),e.setUint32(16,this.h4),e.setUint32(20,this.h5),e.setUint32(24,this.h6),this.is224||e.setUint32(28,this.h7),t};function Sl(t,e,n){var r,a=typeof t;if(a==="string"){var i=[],o=t.length,s=0,u;for(r=0;r>6,i[s++]=128|u&63):u<55296||u>=57344?(i[s++]=224|u>>12,i[s++]=128|u>>6&63,i[s++]=128|u&63):(u=65536+((u&1023)<<10|t.charCodeAt(++r)&1023),i[s++]=240|u>>18,i[s++]=128|u>>12&63,i[s++]=128|u>>6&63,i[s++]=128|u&63);t=i}else if(a==="object"){if(t===null)throw new Error(Oi);if(ds&&t.constructor===ArrayBuffer)t=new Uint8Array(t);else if(!Array.isArray(t)&&(!ds||!ArrayBuffer.isView(t)))throw new Error(Oi)}else throw new Error(Oi);t.length>64&&(t=new jt(e,!0).update(t).array());var l=[],c=[];for(r=0;r<64;++r){var p=t[r]||0;l[r]=92^p,c[r]=54^p}jt.call(this,e,n),this.update(c),this.oKeyPad=l,this.inner=!0,this.sharedMemory=n}Sl.prototype=new jt;Sl.prototype.finalize=function(){if(jt.prototype.finalize.call(this),this.inner){this.inner=!1;var t=this.array();jt.call(this,this.is224,this.sharedMemory),this.update(this.oKeyPad),this.update(t),jt.prototype.finalize.call(this)}};var zi=F3();zi.sha256=zi;zi.sha224=F3(!0);zi.sha256.hmac=M3();zi.sha224.hmac=M3(!0);var B3=zi;var I3=B3.sha256;function nr(t){return Promise.resolve(I3(t))}function xl(t){return Array.from(new Uint8Array(t)).map(r=>r.toString(16).padStart(2,"0")).join("")}function sa(t,e){let n=I3.hmac.create(e);return n.update(t),Promise.resolve(n.array())}async function R3(t,e){let n=await sa(t,e);return xl(n)}async function El(t,e){let n=ww(e),r=await sa(t,n);return xl(r)}function ww(t){let e=[];return t.replace(/../g,function(n){return e.push(parseInt(n,16)),""}),new Uint8Array(e).buffer}d();d();function Xe(){try{let t=[Me().EBOOK_BUILDER_URL,Me().EBOOK_VIEWER_URL,Me().SUBTITLE_BUILDER_URL,Me().HTML_VIEWER_URL,Me().PDF_VIEWER_URL].filter(a=>!!a),e=["app.immersivetranslate.com"];Qt()||e.push("localhost:38001");let n=globalThis.location.pathname;return t.find(a=>{let i=new URL(a);return n.startsWith(i.pathname)&&e.includes(i.host)})?!1:globalThis.self!==globalThis.top}catch{return!0}}d();d();function O3(t){return t.replace(//g,">")}d();d();function be(t){if(typeof t!="string")return"auto";let e=t.toLowerCase();if(e==="und")return"auto";if(e==="zh"||e.startsWith("zh-hans"))return"zh-CN";if(e.startsWith("zh-hant")||e.startsWith("zh-hk")||e.startsWith("zh-tw"))return"zh-TW";if(e.startsWith("zh-"))return"zh-CN";if(e==="iw")return"he";if(e==="jv")return"jw";let n=wn.map(a=>a.toLowerCase()),r=n.indexOf(e);if(r===-1)if(e.indexOf("-")>=0){e=e.split("-")[0];let a=n.indexOf(e);return a===-1?"auto":wn[a]}else return"auto";else return wn[r]}function ft(){return be(document?.documentElement?.lang||"en")}function z3(t,e,n){let r=Dw(t,e),a=[],i={from:t[0].from,fromByClient:t[0].fromByClient,to:t[0].to,tempSentences:[],url:t[0].url};for(let o of r)(i.tempSentences.reduce((u,l)=>u+l.text.length,0)+o.text.length>e||i.tempSentences.length>=n)&&(a.push(i),i={fromByClient:i.fromByClient,from:o.from,to:o.to,tempSentences:[],url:o.url}),(i.from!==o.from||i.to!==o.to)&&(i.tempSentences.length>0?(a.push(i),i={fromByClient:i.fromByClient,from:o.from,to:o.to,tempSentences:[],url:o.url}):(i.from=o.from,i.to=o.to)),i.tempSentences.push(o);return i.tempSentences.length>0&&a.push(i),a}function Dw(t,e){let n=[],r=[];for(let a=0;a0?Te){let C=[];cp(b,e,C);for(let D=0;D0&&T{let s=t.lastIndexOf(o,e);return s>i?s:i},-1);if(a===-1){let i=t.slice(0,e);if(i&&!i.trim())return;n.push({text:i,prefix:"",suffix:""}),t.length>e&&cp(t.slice(e),e,n)}else{let i=t.slice(0,a+1);if(i&&i.trim()==="")return;i.startsWith(" ")?n.push({text:i.slice(1),prefix:" ",suffix:""}):n.push({text:i,prefix:"",suffix:""}),a+10){p.forEach(T=>{c.length>0&&T.providers&&T.providers.length>0&&!T.providers.includes(l)||(T.optional?m.push(T):g.push(T))});let f=m.concat(g).filter(T=>T.required);if(f.length>0){for(let T of f)if(!i[T.name]){u=!1;break}}}return{...a,id:e,selected:n[t]===e,ok:u,currentProvider:l,config:i,providers:a.providers||[],props:a.props||[],allProps:p,optionalProps:m,explicitProps:g}}var ps=(t,e)=>{let{config:n}=t,r=n.alpha,a=n.beta,i=n.canary,o=n.debug,s=t.user,u=Zt(s),l=Object.keys(cr);return e!=="translationService"&&l.unshift("inherit"),l.filter(c=>{if(c==="inherit")return!0;let p=cr[c];if(c.startsWith("mock"))return o?!0:c===t.config[e];if(c===t.config[e])return!0;if(c==="openai"&&ot())return t.config.showOpenaiOnSafari||u?!0:!!(a||r||i||u);let g=!!p.canary,m=!!p.alpha,f=!!p.beta;return c===t[e]||g&&i||m&&(r||i)||f&&(a||r||i)?!0:!m&&!f&&!g}).map(c=>Cl(e,c,t))};function gs(){return([1e7]+-1e3+-4e3+-8e3+-1e11).replace(/[018]/g,t=>(t^crypto.getRandomValues(new Uint8Array(1))[0]&15>>t/4).toString(16))}function N3(t){return t.replace(/([a-zA-Z0-9]+)([\u4e00-\u9fa5]+)/g,"$1 $2").replace(/([\u4e00-\u9fa5]+)([a-zA-Z0-9]+)/g,"$1 $2")}d();var U3=me+"SyncStoreKey_";function At(t,e){let n=U3+t;return oe.storage.sync.get(n).then(r=>r[n]===void 0?e:r[n])}function Je(t,e){let n=U3+t;return oe.storage.sync.set({[n]:e})}d();d();var q3=me+"StoreKey_";function Nr(t,e){let n=q3+t;return oe.storage.local.get(n).then(r=>r[n]===void 0?e:r[n])}function j3(t,e){let n=q3+t;return oe.storage.local.set({[n]:e})}d();d();d();d();function H3(t,e){return[t,!t||t.endsWith("/")?"":"/",e,".json"].join("")}function dp(t,e){let n=t;return e&&Object.keys(e).forEach(r=>{let a=e[r];if(a===void 0)return;let i=Aw(r);if(typeof a=="object"||i){let o=a;i&&typeof o=="string"&&(o={tag:"a",href:o,target:"_blank",class:"immersive-translate-link"});let s=`<${r}>`,u=n.indexOf(s);if(u!==-1){let l=o.tag||"a",c=n.indexOf(``);if(c!==-1){let p=n.substring(u+s.length,c),g=Object.keys(o).filter(m=>m!=="tag").map(m=>`${m}="${o[m]}"`).join(" ");n=n.replace(`${s}${p}`,`<${l} ${g}>${p}`)}}}else if(a){let o=new RegExp("{"+r+"}","gm");n=n.replace(o,a.toString())}}),n}function ms(t,e,n){let r=t[e];if(!r)return n;if(!n)return"";let a=n.split("."),i="";do{i+=a.shift();let o=r[i];o!==void 0&&(typeof o=="object"||!a.length)?(r=o,i=""):a.length?i+=".":r=n}while(a.length);return r}function hr(t,e,n,r,a){if(!t.hasOwnProperty(n))return e;let i=ms(t,n,e);return i===e&&n!==r&&(i=ms(t,r,e)),dp(i,a)}function Aw(t){if(typeof t=="number")return!0;if(t){let e=parseInt(t);return!isNaN(e)}else return!1}function kt(t,e,n){return hr(zt,e,t.config.interfaceLanguage,"en",n)}d();function W3(t,e){let n=new Date(t),r=n.getFullYear().toString(),a=(n.getMonth()+1).toString().padStart(2,"0"),i=n.getDate().toString().padStart(2,"0"),o=n.getHours().toString().padStart(2,"0"),s=n.getMinutes().toString().padStart(2,"0"),u=n.getSeconds().toString().padStart(2,"0");return e.replace("YYYY",r).replace("MM",a).replace("DD",i).replace("HH",o).replace("mm",s).replace("ss",u)}function K3(t){return new Date(t).getTime()}var $=class extends Error{status;constructor(e,n){if(e&&n){super(n),this.name=e;return}super(e)}initNetWork(e){return e&&(this.status=e),this}initStack(e){return e&&(this.stack=e),this}initData(e){return this.data=e,this}data;uiConfig(e){if(!this.message)return{};let n=null;if(n=this.handleProQuota(e)||this.handleUnavailableError(e)||this.handleProUser(e)||this.handleServiceMissingConfig(e)||this.handleNetwork(e)||this.handleFetchError(e),!n){let r=kt.bind(null,e),a=this.getErrorMsg();n={type:"error",title:r("networkError"),errMsg:r("error.serveUnavailable",{serverName:r("translationServices."+e.translationService),1:"https://dash.immersivetranslate.com/#general",2:"https://immersivetranslate.com/pricing/?utm_source=extension&utm_medium=webpage&utm_campaign=service_error",3:"https://immersivetranslate.com/pricing/?utm_source=extension&utm_medium=webpage&utm_campaign=service_error"})+"

"+r("errorReason",{message:a}),action:"changeService"}}return n}getErrorMsg(){return this.status?this.status<0?this.message:`${this.status}: ${this.message}`:this.message}handleUnavailableError(e){let n=kt.bind(null,e),r=this.message.startsWith("bingAuth"),a=this.data?.translationService==="transmart"&&this.message.startsWith("Server is busy now");if(r||a)return this.message=this.message.replace("bingAuth:",""),{type:"network",title:n("networkError"),errMsg:n("error.serveUnavailable",{serverName:n("translationServices."+e.translationService),1:"https://dash.immersivetranslate.com/#general",2:"https://immersivetranslate.com/pricing/?utm_source=extension&utm_medium=webpage&utm_campaign=service_error",3:"https://immersivetranslate.com/pricing/?utm_source=extension&utm_medium=webpage&utm_campaign=service_error"})+"

"+n("errorReason",{message:this.message}),action:"changeService"}}handleServiceMissingConfig(e){let n=kt.bind(null,e);if(this.message.endsWith(" are required")||this.message.includes("You didn't provide an API key"))return{type:"configError",title:n("error.serveConfigError"),errMsg:this.getErrorMsg()+"

"+n("error.reloadPageOfSetting"),action:"setting"}}handleNetwork(e){let n=kt.bind(null,e),r="retry",a="network",i=n("networkError");if(!this.status||this.status<0)return;let o=this.getErrorMsg();return this.status===429?this.data?.translationService=="google"?o=`${n("error.googleLimitIp")}

${o}`:this.data?.translationService=="openai"&&(this.message.indexOf("Limit: 3 / min")>=0||this.message.includes("rate_limit_exceeded")&&this.message.includes("Limit 3"))?o=`${n("error.openAIFreeLimit")}

+`;continue}else if(b.length>e){let C=[];cp(b,e,C);for(let D=0;D0&&T{let s=t.lastIndexOf(o,e);return s>i?s:i},-1);if(a===-1){let i=t.slice(0,e);if(i&&!i.trim())return;n.push({text:i,prefix:"",suffix:""}),t.length>e&&cp(t.slice(e),e,n)}else{let i=t.slice(0,a+1);if(i&&i.trim()==="")return;i.startsWith(" ")?n.push({text:i.slice(1),prefix:" ",suffix:""}):n.push({text:i,prefix:"",suffix:""}),a+10){p.forEach(T=>{c.length>0&&T.providers&&T.providers.length>0&&!T.providers.includes(l)||(T.optional?g.push(T):m.push(T))});let f=g.concat(m).filter(T=>T.required);if(f.length>0){for(let T of f)if(!i[T.name]){u=!1;break}}}return{...a,id:e,selected:n[t]===e,ok:u,currentProvider:l,config:i,providers:a.providers||[],props:a.props||[],allProps:p,optionalProps:g,explicitProps:m}}var ps=(t,e)=>{let{config:n}=t,r=n.alpha,a=n.beta,i=n.canary,o=n.debug,s=t.user,u=Zt(s),l=Object.keys(cr);return e!=="translationService"&&l.unshift("inherit"),l.filter(c=>{if(c==="inherit")return!0;let p=cr[c];if(c.startsWith("mock"))return o?!0:c===t.config[e];if(c===t.config[e])return!0;if(c==="openai"&&ot())return t.config.showOpenaiOnSafari||u?!0:!!(a||r||i||u);let m=!!p.canary,g=!!p.alpha,f=!!p.beta;return c===t[e]||m&&i||g&&(r||i)||f&&(a||r||i)?!0:!g&&!f&&!m}).map(c=>Cl(e,c,t))};function gs(){return([1e7]+-1e3+-4e3+-8e3+-1e11).replace(/[018]/g,t=>(t^crypto.getRandomValues(new Uint8Array(1))[0]&15>>t/4).toString(16))}function N3(t){return t.replace(/([a-zA-Z0-9]+)([\u4e00-\u9fa5]+)/g,"$1 $2").replace(/([\u4e00-\u9fa5]+)([a-zA-Z0-9]+)/g,"$1 $2")}d();var U3=me+"SyncStoreKey_";function At(t,e){let n=U3+t;return oe.storage.sync.get(n).then(r=>r[n]===void 0?e:r[n])}function Je(t,e){let n=U3+t;return oe.storage.sync.set({[n]:e})}d();d();var q3=me+"StoreKey_";function Nr(t,e){let n=q3+t;return oe.storage.local.get(n).then(r=>r[n]===void 0?e:r[n])}function j3(t,e){let n=q3+t;return oe.storage.local.set({[n]:e})}d();d();d();d();function H3(t,e){return[t,!t||t.endsWith("/")?"":"/",e,".json"].join("")}function dp(t,e){let n=t;return e&&Object.keys(e).forEach(r=>{let a=e[r];if(a===void 0)return;let i=Aw(r);if(typeof a=="object"||i){let o=a;i&&typeof o=="string"&&(o={tag:"a",href:o,target:"_blank",class:"immersive-translate-link"});let s=`<${r}>`,u=n.indexOf(s);if(u!==-1){let l=o.tag||"a",c=n.indexOf(``);if(c!==-1){let p=n.substring(u+s.length,c),m=Object.keys(o).filter(g=>g!=="tag").map(g=>`${g}="${o[g]}"`).join(" ");n=n.replace(`${s}${p}`,`<${l} ${m}>${p}`)}}}else if(a){let o=new RegExp("{"+r+"}","gm");n=n.replace(o,a.toString())}}),n}function ms(t,e,n){let r=t[e];if(!r)return n;if(!n)return"";let a=n.split("."),i="";do{i+=a.shift();let o=r[i];o!==void 0&&(typeof o=="object"||!a.length)?(r=o,i=""):a.length?i+=".":r=n}while(a.length);return r}function hr(t,e,n,r,a){if(!t.hasOwnProperty(n))return e;let i=ms(t,n,e);return i===e&&n!==r&&(i=ms(t,r,e)),dp(i,a)}function Aw(t){if(typeof t=="number")return!0;if(t){let e=parseInt(t);return!isNaN(e)}else return!1}function kt(t,e,n){return hr(zt,e,t.config.interfaceLanguage,"en",n)}d();function W3(t,e){let n=new Date(t),r=n.getFullYear().toString(),a=(n.getMonth()+1).toString().padStart(2,"0"),i=n.getDate().toString().padStart(2,"0"),o=n.getHours().toString().padStart(2,"0"),s=n.getMinutes().toString().padStart(2,"0"),u=n.getSeconds().toString().padStart(2,"0");return e.replace("YYYY",r).replace("MM",a).replace("DD",i).replace("HH",o).replace("mm",s).replace("ss",u)}function K3(t){return new Date(t).getTime()}var $=class extends Error{status;constructor(e,n){if(e&&n){super(n),this.name=e;return}super(e)}initNetWork(e){return e&&(this.status=e),this}initStack(e){return e&&(this.stack=e),this}initData(e){return this.data=e,this}data;uiConfig(e){if(!this.message)return{};let n=null;if(n=this.handleProQuota(e)||this.handleUnavailableError(e)||this.handleProUser(e)||this.handleServiceMissingConfig(e)||this.handleNetwork(e)||this.handleFetchError(e),!n){let r=kt.bind(null,e),a=this.getErrorMsg();n={type:"error",title:r("networkError"),errMsg:r("error.serveUnavailable",{serverName:r("translationServices."+e.translationService),1:"https://dash.immersivetranslate.com/#general",2:"https://immersivetranslate.com/pricing/?utm_source=extension&utm_medium=webpage&utm_campaign=service_error",3:"https://immersivetranslate.com/pricing/?utm_source=extension&utm_medium=webpage&utm_campaign=service_error"})+"

"+r("errorReason",{message:a}),action:"changeService"}}return n}getErrorMsg(){return this.status?this.status<0?this.message:`${this.status}: ${this.message}`:this.message}handleUnavailableError(e){let n=kt.bind(null,e),r=this.message.startsWith("bingAuth"),a=this.data?.translationService==="transmart"&&this.message.startsWith("Server is busy now");if(r||a)return this.message=this.message.replace("bingAuth:",""),{type:"network",title:n("networkError"),errMsg:n("error.serveUnavailable",{serverName:n("translationServices."+e.translationService),1:"https://dash.immersivetranslate.com/#general",2:"https://immersivetranslate.com/pricing/?utm_source=extension&utm_medium=webpage&utm_campaign=service_error",3:"https://immersivetranslate.com/pricing/?utm_source=extension&utm_medium=webpage&utm_campaign=service_error"})+"

"+n("errorReason",{message:this.message}),action:"changeService"}}handleServiceMissingConfig(e){let n=kt.bind(null,e);if(this.message.endsWith(" are required")||this.message.includes("You didn't provide an API key"))return{type:"configError",title:n("error.serveConfigError"),errMsg:this.getErrorMsg()+"

"+n("error.reloadPageOfSetting"),action:"setting"}}handleNetwork(e){let n=kt.bind(null,e),r="retry",a="network",i=n("networkError");if(!this.status||this.status<0)return;let o=this.getErrorMsg();return this.status===429?this.data?.translationService=="google"?o=`${n("error.googleLimitIp")}

${o}`:this.data?.translationService=="openai"&&(this.message.indexOf("Limit: 3 / min")>=0||this.message.includes("rate_limit_exceeded")&&this.message.includes("Limit 3"))?o=`${n("error.openAIFreeLimit")}

${o}`:this.data?.translationService=="openai"&&this.message.includes("You exceeded your current quota")?o=`${n("error.openAIExceededQuota")}

- ${o}`:this.data?.translationService=="gemini"&&this.message.includes("RESOURCE_EXHAUSTED")?o=`${n("error.gemini.429")}

${o}`:o=`${n("error.429")}

${o}`:this.status===403?this.data?.translationService=="claude"?o=`${n("error.claude.403")}

${o}`:o=`${n("error.403")}

${o}`:this.status===400?o=`${n("error.400")}

${o}`:this.status===502?o=`${n("error.502")}

${o}`:this.status===404&&o.includes("User subscription not found")&&(o=`${n("error.subscriptionExpired")}

${o}`,r="setting",a="configError",i=n("error.subscriptionExpiredTitle")),{type:a,title:i,errMsg:o,action:r}}handleFetchError(e){let n=kt.bind(null,e);if(this.status!==-999)return;let r=this.getErrorMsg();return{type:"network",title:"",errMsg:n("error.serveUnavailable",{serverName:n("translationServices."+e.translationService),1:"https://dash.immersivetranslate.com/#general",2:"https://immersivetranslate.com/pricing/?utm_source=extension&utm_medium=webpage&utm_campaign=service_error",3:"https://immersivetranslate.com/pricing/?utm_source=extension&utm_medium=webpage&utm_campaign=service_error"})+"

"+n("errorReason",{message:r}),action:"changeService"}}handleProUser(e){let n=kt.bind(null,e);if(!(this.data?.translationService!=="openai"&&this.data?.translationService!=="deepl")){if(this.message.indexOf("token invalid")>=0||this.message.indexOf("Login required")>=0)return{type:"notLogin",title:n("notLoginPro"),errMsg:n("error.proTokenInvalid"),action:"login"};if(this.message.indexOf("activate Pro")>=0)return e.user?{type:"upgrade",title:n("upgradeToProErrorTitle"),errMsg:n("error.proUpgrade"),action:"upgrade"}:{type:"notLogin",title:n("notLoginPro"),errMsg:n("error.proTokenInvalid"),action:"login"}}}handleProQuota(e){if(!this.message.startsWith("ProQuota:")||!e.user?.subscription)return;let n=kt.bind(null,e);this.message=this.message.replace("ProQuota:","");let r=this.message;try{r=JSON.parse(this.message).error}catch{}let a=e.user.subscription,{subscriptionType:i,isTrial:o,openAITokenUsedCountResetTime:s,subscriptionTo:u}=a;return{type:"ProQuotaExceeded",title:"",errMsg:c.call(this),action:"retry"};function c(){let p=this.data?.translationService=="deepl"?"OpenAI":"Deepl",g=this.data?.translationService=="deepl"?"Deepl":"OpenAI",m=n("errorReason",{message:r});if(i=="onetime_7day")m+=n("proQuotaExceededError.onetime7day",{anotherService:p,brandId:Q,href:Pu});else{let f="";g=="OpenAI"?f=i4:f=o4,o?m+=n("proQuotaExceededError.trial",{anotherService:p,brandId:Q,href:s4}):m+=n("proQuotaExceededError.nonTrial",{anotherService:p,brandId:Q,href:f,translationService:g}),!o&&(a.cancelAtPeriodEnd==="false"||K3(u)>s)&&(m+=n("proQuotaExceededError.resetTime",{resetTime:W3(s,"YYYY-MM-DD HH:mm:ss")}))}return m}}};async function Ur(t){let e;if(t&&t.retry&&t.retry>0)try{e=await jd(G3.bind(null,t),{multiplier:2,maxAttempts:t.retry})}catch(n){throw n&&n.name==="RetryError"&&n.cause?n.cause:n}else e=await G3(t);return e}async function G3(t){t.body;let{url:e,responseType:n,...r}=t;n||(n="json"),r={mode:"cors",...r};let a=!0;t.fetchPolyfill&&(a=!1);let i=t.fetchPolyfill||fetch,o=3e4;if(t.timeout&&(o=t.timeout),a){let u=new AbortController,l=u.signal;setTimeout(()=>{u.abort()},o),r.signal=l}let s;try{s=await i(e,r)}catch(u){z.debug("fetch error",e,u);let l=u.message||"Unknown Error";throw new $("fetchError",l).initNetWork(-999).initStack(u.stack)}if(s.ok&&s.status>=200&&s.status<400){if(n==="json")return await s.json();if(n==="text")return await s.text();if(n==="raw"){let u=await s.text(),l=Object.fromEntries([...s.headers.entries()]),c=s.url;return c||(s.headers.get("X-Final-URL")?c=s.headers.get("X-Final-URL"):c=e),{body:u,headers:l,status:s.status,statusText:s.statusText,url:c}}else if(n==="stream"){let u="",l;if(s.body&&s.body instanceof ReadableStream)for await(let c of kw(s.body)){let p=new TextDecoder().decode(c);u+=p;let g;for(;(g=u.indexOf(` -`))>=0;){let m=u.slice(0,g).trim();if(u=u.slice(g+1),m.startsWith("event:")||m==="")continue;let f="";if(m.startsWith("data:")&&(f=m.slice(5).trim()),f==="[DONE]")break;let T;try{T=JSON.parse(f??"")}catch(b){z.debug("json error",b);continue}l=T}}return l}}else{let u;try{u=await s.text()}catch(m){z.error("parse response failed",m)}u&&z.error("fail response",u);let l="";u&&(l=u.slice(0,500));let c=l,g=new URL(e).hostname.endsWith(".immersivetranslate.com");throw e.endsWith("edge.microsoft.com/translate/auth")&&(c="bingAuth:"+l),g&&l.includes("quota exceeded")&&(c="ProQuota:"+l),new $("fetchError",c).initNetWork(s.status)}}async function*kw(t){let e=t.getReader();try{for(;;){let{done:n,value:r}=await e.read();if(n)return;yield r}}finally{e.releaseLock()}}d();var Pw=new Map;function wl(t){let e=Lw(64),n=new CustomEvent(Ph,{detail:JSON.stringify({...t,type:"ask",id:e})});return document.dispatchEvent(n),new Promise((r,a)=>{Pw.set(e,(i,o)=>{i?a(i):r(o)})})}function Lw(t){let e="",n="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789",r=n.length,a=0;for(;a{let o=r.from,s=r.to,u,l,c;a.tab&&a.tab.id&&(u=a.tab.id,o=`${o}:${u}`,l=a.tab.url,c=a.tab.active),this.logger.debug(`${r.to} received message [${r.payload.method}] from ${r.from}`,r.payload.data?r.payload.data:" ");let p=gp(s),{type:g,name:m}=p;if(g!==e)return!1;let f=gp(o),b=fs.get(g).get(m);if(!b)return this.logger.debug(`no message handler for ${g}:${s}, but it's ok`),!1;let{messageHandler:h,sync:C}=b,D={type:e,name:f.name,id:u,url:l,active:c};if(C){try{let M=h(r.payload,D);i({ok:!0,data:M})}catch(M){i({ok:!1,errorName:M.name,errorMessage:M.message,errorDetails:M.details,errorStatus:M.status})}return!1}else return h(r.payload,D).then(M=>{i({ok:!0,data:M})}).catch(M=>{i({ok:!1,errorName:M.name,errorMessage:M.message,errorDetails:M.message,errorStatus:M.status})}),!0}))}getConnection(e,n,r){let a=!1;r&&r.sync&&(a=!0);let i=this.fromType,o=fs.get(i);if(o.has(e))return o.get(e).connectionInstance;{let s=new pp(`${i}:${e}`,this.logger);return fs.get(i).set(e,{messageHandler:n,sync:a,connectionInstance:s}),s}}},pp=class{from;logger;constructor(e,n){this.from=e,this.logger=n}async sendMessage(e,n){let r=gp(e),{type:a,id:i}=r;if(a!=="content_script"){let o={to:e,from:this.from,payload:n};this.logger.debug(`${o.from} send message [${o.payload.method}] to ${o.to}`,o.payload.data?o.payload.data:" ");try{let s=await oe.runtime.sendMessage(o);return V3(o,s,this.logger)}catch(s){if(a==="popup"){let u=`popup ${e} is not active, so the message does not send, ignore this error, ${JSON.stringify(n)}`;return this.logger.debug(u,n,e,s),Promise.resolve({message:u})}else throw s}}else{let o={from:this.from,to:e,payload:n};this.logger.debug(`${o.from} send message [${o.payload.method}] to ${o.to}`,o.payload.data?o.payload.data:" ");let s=await oe.tabs.sendMessage(i,o);return V3(o,s,this.logger)}}};function V3(t,e,n){if(e){if(e.ok)return n.debug(`${t.from} received response from ${t.to}:`,e.data?e.data:" "),e.data;throw new $(e.errorName||"UnknownError",e.errorMessage||"Unknown error").initNetWork(e.errorStatus)}else throw new $("noResponse","Unknown error")}function gp(t){let e=t.split(":");if(e.length<2)throw new Error("not a valid to string");let n={type:e[0],name:e[1]};if(e[0]==="content_script"){let r=parseInt(e[2]);if(!isNaN(r))n.id=r;else throw new Error("tab id not a valid number")}return n}var Dl;function _w(){return Dl||(Dl=new br("content_script",!1).getConnection("pure_main",()=>{}),Dl)}var $3="G-MKMD9LWFTR";async function hs(t){try{let e=Me(),n=e.INSTALL_FROM==="firefox_store";if(ls()?.name?.startsWith("ImtFx")&&(n=!1),n)return;let a=ye(),i=Xe(),o=e.PROD==="1",s="sitc4WmvShWYwfU0dANM3Q",u=await At("fakeUserId","");u||(u=await Nr("fakeUserId",""),u&&await Je("fakeUserId",u));let l=Sn(),c=new Date,p=await At("installedAt","");p||(p=await Nr("installedAt",""),p&&await Je("installedAt",p)),u?p||(p=new Date(0).toISOString(),await Je("installedAt",p)):(u=Fw(32),await Je("fakeUserId",u)),p||(p=c.toISOString(),await Je("installedAt",p));let g=new Date(p),m=Y3(g),f=Y3(c),T=m===f,b=c.getTime()-g.getTime()<7*24*60*60*1e3,h=`https://www.google-analytics.com/mp/collect?measurement_id=${$3}&api_secret=${s}`;o||(h=`https://www.google-analytics.com/debug/mp/collect?measurement_id=${$3}&api_secret=${s}`);let C="";typeof navigator<"u"&&(C=window.navigator.userAgent);let D=Ei.parse(C),M=t.map(S=>{let y=S.params||{};if(D.os&&(y.os_name=D.os.name||"unknown",y.os_version=D.os.version||"unknown",y.os_version_name=D.os.versionName||"unknown"),D.browser){y.browser_name=D.browser.name||"unknown",y.browser_version=D.browser.version||"unknown";let _=ls();_&&(y.browser_name=_.name,y.browser_version=_.version)}return D.platform&&(y.platform_type=D.platform.type||"unknown"),D.engine&&(y.engine_name=D.engine.name||"unknown",y.engine_version=D.engine.version||"unknown"),l&&(y.version=l),e.INSTALL_FROM&&(y.install_from=e.INSTALL_FROM),m&&(y.install_day=Mw(g)),y.userscript=a.toString(),T?y.is_new_user_today="1":y.is_new_user_today="0",b?y.is_new_user_this_week="1":y.is_new_user_this_week="0",i?y.main_frame=0:y.main_frame=1,{...S,params:y}}),B=await Al({responseType:"text",url:h,method:"POST",body:JSON.stringify({client_id:u,user_id:u,events:M})})}catch{}}function Fw(t){let e="",n="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789",r=n.length,a=0;for(;a",""],limit:5},custom:{placeholderDelimiters:["{","}"]},bing:{maxTextLengthPerRequest:1800,requestTimeout:1e4,retry:1,placeholderDelimiters:["","","b"]},yandex:{maxTextLengthPerRequest:1e3,requestTimeout:1e4,retry:1,placeholderDelimiters:["","","b"]},deeplx:{limit:3,placeholderDelimiters:["@","#"]},d:{immediateTranslationTextCount:0,placeholderDelimiters:["@","#"]},papago:{placeholderDelimiters:["{","}"]},dpro:{apiUrl:"https://api.deepl.com/jsonrpc"},ai:{env:{imt_source_field:"text",imt_trans_field:"text",imt_sub_source_field:"source",imt_sub_trans_field:"translation",imt_yaml_item:`- id: {{id}} + ${o}`:this.data?.translationService=="gemini"&&this.message.includes("RESOURCE_EXHAUSTED")?o=`${n("error.gemini.429")}

${o}`:o=`${n("error.429")}

${o}`:this.status===403?this.data?.translationService=="claude"?o=`${n("error.claude.403")}

${o}`:o=`${n("error.403")}

${o}`:this.status===400?o=`${n("error.400")}

${o}`:this.status===502?o=`${n("error.502")}

${o}`:this.status===404&&o.includes("User subscription not found")&&(o=`${n("error.subscriptionExpired")}

${o}`,r="setting",a="configError",i=n("error.subscriptionExpiredTitle")),{type:a,title:i,errMsg:o,action:r}}handleFetchError(e){let n=kt.bind(null,e);if(this.status!==-999)return;let r=this.getErrorMsg();return{type:"network",title:"",errMsg:n("error.serveUnavailable",{serverName:n("translationServices."+e.translationService),1:"https://dash.immersivetranslate.com/#general",2:"https://immersivetranslate.com/pricing/?utm_source=extension&utm_medium=webpage&utm_campaign=service_error",3:"https://immersivetranslate.com/pricing/?utm_source=extension&utm_medium=webpage&utm_campaign=service_error"})+"

"+n("errorReason",{message:r}),action:"changeService"}}handleProUser(e){let n=kt.bind(null,e);if(!(this.data?.translationService!=="openai"&&this.data?.translationService!=="deepl")){if(this.message.indexOf("token invalid")>=0||this.message.indexOf("Login required")>=0)return{type:"notLogin",title:n("notLoginPro"),errMsg:n("error.proTokenInvalid"),action:"login"};if(this.message.indexOf("activate Pro")>=0)return e.user?{type:"upgrade",title:n("upgradeToProErrorTitle"),errMsg:n("error.proUpgrade"),action:"upgrade"}:{type:"notLogin",title:n("notLoginPro"),errMsg:n("error.proTokenInvalid"),action:"login"}}}handleProQuota(e){if(!this.message.startsWith("ProQuota:")||!e.user?.subscription)return;let n=kt.bind(null,e);this.message=this.message.replace("ProQuota:","");let r=this.message;try{r=JSON.parse(this.message).error}catch{}let a=e.user.subscription,{subscriptionType:i,isTrial:o,openAITokenUsedCountResetTime:s,subscriptionTo:u}=a;return{type:"ProQuotaExceeded",title:"",errMsg:c.call(this),action:"retry"};function c(){let p=this.data?.translationService=="deepl"?"OpenAI":"Deepl",m=this.data?.translationService=="deepl"?"Deepl":"OpenAI",g=n("errorReason",{message:r});if(i=="onetime_7day")g+=n("proQuotaExceededError.onetime7day",{anotherService:p,brandId:Q,href:Pu});else{let f="";m=="OpenAI"?f=i4:f=o4,o?g+=n("proQuotaExceededError.trial",{anotherService:p,brandId:Q,href:s4}):g+=n("proQuotaExceededError.nonTrial",{anotherService:p,brandId:Q,href:f,translationService:m}),!o&&(a.cancelAtPeriodEnd==="false"||K3(u)>s)&&(g+=n("proQuotaExceededError.resetTime",{resetTime:W3(s,"YYYY-MM-DD HH:mm:ss")}))}return g}}};async function Ur(t){let e;if(t&&t.retry&&t.retry>0)try{e=await jd(G3.bind(null,t),{multiplier:2,maxAttempts:t.retry})}catch(n){throw n&&n.name==="RetryError"&&n.cause?n.cause:n}else e=await G3(t);return e}async function G3(t){t.body;let{url:e,responseType:n,...r}=t;n||(n="json"),r={mode:"cors",...r};let a=!0;t.fetchPolyfill&&(a=!1);let i=t.fetchPolyfill||fetch,o=3e4;if(t.timeout&&(o=t.timeout),a){let u=new AbortController,l=u.signal;setTimeout(()=>{u.abort()},o),r.signal=l}let s;try{s=await i(e,r)}catch(u){z.debug("fetch error",e,u);let l=u.message||"Unknown Error";throw new $("fetchError",l).initNetWork(-999).initStack(u.stack)}if(s.ok&&s.status>=200&&s.status<400){if(n==="json")return await s.json();if(n==="text")return await s.text();if(n==="raw"){let u=await s.text(),l=Object.fromEntries([...s.headers.entries()]),c=s.url;return c||(s.headers.get("X-Final-URL")?c=s.headers.get("X-Final-URL"):c=e),{body:u,headers:l,status:s.status,statusText:s.statusText,url:c}}else if(n==="stream"){let u="",l;if(s.body&&s.body instanceof ReadableStream)for await(let c of kw(s.body)){let p=new TextDecoder().decode(c);u+=p;let m;for(;(m=u.indexOf(` +`))>=0;){let g=u.slice(0,m).trim();if(u=u.slice(m+1),g.startsWith("event:")||g==="")continue;let f="";if(g.startsWith("data:")&&(f=g.slice(5).trim()),f==="[DONE]")break;let T;try{T=JSON.parse(f??"")}catch(b){z.debug("json error",b);continue}l=T}}return l}}else{let u;try{u=await s.text()}catch(g){z.error("parse response failed",g)}u&&z.error("fail response",u);let l="";u&&(l=u.slice(0,500));let c=l,m=new URL(e).hostname.endsWith(".immersivetranslate.com");throw e.endsWith("edge.microsoft.com/translate/auth")&&(c="bingAuth:"+l),m&&l.includes("quota exceeded")&&(c="ProQuota:"+l),new $("fetchError",c).initNetWork(s.status)}}async function*kw(t){let e=t.getReader();try{for(;;){let{done:n,value:r}=await e.read();if(n)return;yield r}}finally{e.releaseLock()}}d();var Pw=new Map;function wl(t){let e=Lw(64),n=new CustomEvent(Ph,{detail:JSON.stringify({...t,type:"ask",id:e})});return document.dispatchEvent(n),new Promise((r,a)=>{Pw.set(e,(i,o)=>{i?a(i):r(o)})})}function Lw(t){let e="",n="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789",r=n.length,a=0;for(;a{let o=r.from,s=r.to,u,l,c;a.tab&&a.tab.id&&(u=a.tab.id,o=`${o}:${u}`,l=a.tab.url,c=a.tab.active),this.logger.debug(`${r.to} received message [${r.payload.method}] from ${r.from}`,r.payload.data?r.payload.data:" ");let p=gp(s),{type:m,name:g}=p;if(m!==e)return!1;let f=gp(o),b=fs.get(m).get(g);if(!b)return this.logger.debug(`no message handler for ${m}:${s}, but it's ok`),!1;let{messageHandler:h,sync:C}=b,D={type:e,name:f.name,id:u,url:l,active:c};if(C){try{let M=h(r.payload,D);i({ok:!0,data:M})}catch(M){i({ok:!1,errorName:M.name,errorMessage:M.message,errorDetails:M.details,errorStatus:M.status})}return!1}else return h(r.payload,D).then(M=>{i({ok:!0,data:M})}).catch(M=>{i({ok:!1,errorName:M.name,errorMessage:M.message,errorDetails:M.message,errorStatus:M.status})}),!0}))}getConnection(e,n,r){let a=!1;r&&r.sync&&(a=!0);let i=this.fromType,o=fs.get(i);if(o.has(e))return o.get(e).connectionInstance;{let s=new pp(`${i}:${e}`,this.logger);return fs.get(i).set(e,{messageHandler:n,sync:a,connectionInstance:s}),s}}},pp=class{from;logger;constructor(e,n){this.from=e,this.logger=n}async sendMessage(e,n){let r=gp(e),{type:a,id:i}=r;if(a!=="content_script"){let o={to:e,from:this.from,payload:n};this.logger.debug(`${o.from} send message [${o.payload.method}] to ${o.to}`,o.payload.data?o.payload.data:" ");try{let s=await oe.runtime.sendMessage(o);return V3(o,s,this.logger)}catch(s){if(a==="popup"){let u=`popup ${e} is not active, so the message does not send, ignore this error, ${JSON.stringify(n)}`;return this.logger.debug(u,n,e,s),Promise.resolve({message:u})}else throw s}}else{let o={from:this.from,to:e,payload:n};this.logger.debug(`${o.from} send message [${o.payload.method}] to ${o.to}`,o.payload.data?o.payload.data:" ");let s=await oe.tabs.sendMessage(i,o);return V3(o,s,this.logger)}}};function V3(t,e,n){if(e){if(e.ok)return n.debug(`${t.from} received response from ${t.to}:`,e.data?e.data:" "),e.data;throw new $(e.errorName||"UnknownError",e.errorMessage||"Unknown error").initNetWork(e.errorStatus)}else throw new $("noResponse","Unknown error")}function gp(t){let e=t.split(":");if(e.length<2)throw new Error("not a valid to string");let n={type:e[0],name:e[1]};if(e[0]==="content_script"){let r=parseInt(e[2]);if(!isNaN(r))n.id=r;else throw new Error("tab id not a valid number")}return n}var Dl;function _w(){return Dl||(Dl=new br("content_script",!1).getConnection("pure_main",()=>{}),Dl)}var $3="G-MKMD9LWFTR";async function hs(t){try{let e=Me(),n=e.INSTALL_FROM==="firefox_store";if(ls()?.name?.startsWith("ImtFx")&&(n=!1),n)return;let a=ye(),i=Xe(),o=e.PROD==="1",s="sitc4WmvShWYwfU0dANM3Q",u=await At("fakeUserId","");u||(u=await Nr("fakeUserId",""),u&&await Je("fakeUserId",u));let l=Sn(),c=new Date,p=await At("installedAt","");p||(p=await Nr("installedAt",""),p&&await Je("installedAt",p)),u?p||(p=new Date(0).toISOString(),await Je("installedAt",p)):(u=Fw(32),await Je("fakeUserId",u)),p||(p=c.toISOString(),await Je("installedAt",p));let m=new Date(p),g=Y3(m),f=Y3(c),T=g===f,b=c.getTime()-m.getTime()<7*24*60*60*1e3,h=`https://www.google-analytics.com/mp/collect?measurement_id=${$3}&api_secret=${s}`;o||(h=`https://www.google-analytics.com/debug/mp/collect?measurement_id=${$3}&api_secret=${s}`);let C="";typeof navigator<"u"&&(C=window.navigator.userAgent);let D=Ei.parse(C),M=t.map(S=>{let v=S.params||{};if(D.os&&(v.os_name=D.os.name||"unknown",v.os_version=D.os.version||"unknown",v.os_version_name=D.os.versionName||"unknown"),D.browser){v.browser_name=D.browser.name||"unknown",v.browser_version=D.browser.version||"unknown";let L=ls();L&&(v.browser_name=L.name,v.browser_version=L.version)}return D.platform&&(v.platform_type=D.platform.type||"unknown"),D.engine&&(v.engine_name=D.engine.name||"unknown",v.engine_version=D.engine.version||"unknown"),l&&(v.version=l),e.INSTALL_FROM&&(v.install_from=e.INSTALL_FROM),g&&(v.install_day=Mw(m)),v.userscript=a.toString(),T?v.is_new_user_today="1":v.is_new_user_today="0",b?v.is_new_user_this_week="1":v.is_new_user_this_week="0",i?v.main_frame=0:v.main_frame=1,{...S,params:v}}),B=await Al({responseType:"text",url:h,method:"POST",body:JSON.stringify({client_id:u,user_id:u,events:M})})}catch{}}function Fw(t){let e="",n="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789",r=n.length,a=0;for(;a",""],limit:5},custom:{placeholderDelimiters:["{","}"]},bing:{maxTextLengthPerRequest:1800,requestTimeout:1e4,retry:1,placeholderDelimiters:["","","b"]},yandex:{maxTextLengthPerRequest:1e3,requestTimeout:1e4,retry:1,placeholderDelimiters:["","","b"]},deeplx:{limit:3,placeholderDelimiters:["@","#"]},d:{immediateTranslationTextCount:0,placeholderDelimiters:["@","#"]},papago:{placeholderDelimiters:["{","}"]},dpro:{apiUrl:"https://api.deepl.com/jsonrpc"},ai:{env:{imt_source_field:"text",imt_trans_field:"text",imt_sub_source_field:"source",imt_sub_trans_field:"translation",imt_yaml_item:`- id: {{id}} {{imt_source_field}}: {{text}}`,imt_subtitle_yaml_item:`- id: {{id}} {{imt_sub_source_field}}: {{text}}`,normal_result_yaml_example:`Example request: - id: 1 @@ -5334,18 +5334,18 @@ Translate the content to {{to}} Language: ? ?-\\|\\d+\\|- ? -?`]},azure:{placeholderDelimiters:["@","#"]},you:{placeholderDelimiters:["@","#"]},openl:{placeholderDelimiters:["@","#"]},niu:{placeholderDelimiters:["@","#"]}},shortcuts:{toggleTranslatePage:"Alt+A",toggleTranslateTheWholePage:"Alt+W",toggleOnlyTransation:"",toggleTranslateToThePageEndImmediately:"",toggleTranslationMask:"",shareToDraft:"",toggleMouseHoverTranslateDirectly:""},tempTranslateDomainMinutes:0,translationParagraphLanguagePattern:{matches:["onboarding.immersivetranslate.com","www.reddit.com","old.reddit.com","twitter.com","www.tumblr.com","*.twitter.com","medium.com","*.medium.com","github.com","gist.github.com","www.facebook.com","www.youtube.com","m.youtube.com","read.readwise.io","www.inoreader.com","mail.google.com","google.com","discord.com","*.instagram.com","instagram.com","web.telegram.org","web.whatsapp.com","*.slack.com","*.indeed.com","outlook.live.com","https://bsky.app","store.steampowered.com","test-app.immersivetranslate.com","app.immersivetranslate.com"],excludeMatches:[],selectorMatches:["meta[property='al:ios:url'][content^='medium://']"],selectorExcludeMatches:[]},sourceLanguageUrlPattern:{},selectTranslationFont:"",translationFonts:["Microsoft YaHei","SimSun","NSimSun","SimHei","Microsoft JhengHei","KaiTi","FangSong","PingFang SC","STHeiti","STKaiti","STSong","STFangsong","STZhongsong","STHupo","STXinwei","STLiti","STXingkai","Hiragino Sans GB","Lantinghei SC","Hanzipen SC","Hannotate SC","Songti SC","Wawati SC","Weibei SC","Xingkai SC","Yapi SC","Yuanti SC","Arial Unicode MS","MingLiU-ExtB","Malgun Gothic","Arial","Calibri","Cambria","Candara","Consolas","Constantia","Corbel","Courier New","Georgia","Lucida Console","MingLiU","PMingLiU","MingLiU_HKSCS","Meiryo","MS Gothic","MS PGothic","MS UI Gothic","MS Mincho","MS PMincho","Segoe UI","Segoe UI Symbol","Tahoma","Times New Roman","Trebuchet MS","Verdana","Gulim","Dotum","Batang","Gungsuh","San Francisco","Helvetica Neue","Hiragino Mincho ProN","Hiragino Kaku Gothic ProN","Yu Gothic","Yu Mincho","Geeza Pro","Al Nile","Tehran","Devanagari MT","Kohinoor Devanagari","Apple SD Gothic Neo","Nanum Gothic"],generalRule:{_comment:"",isTranslateWhenServiceChanged:!0,glossaries:[{k:"LLM",v:""},{k:"LLMs",v:""}],excludeRegexps:["(<\\\\/?[a-zA-Z0-9]+(?:[^>]*?)>)","(||||||||||
|
)"],detectionServiceOrder:["google","bing","transmart"],detectParagraphLanguage:!1,paragraphFirstLetterFontSize:35,toastErrorMinTimes:20,enableSubtitle:!1,"subtitle.autoEnableSubtitle":!1,disableNewTextTranslate:!1,skipEditableCheck:!1,mutationObserverLimitTargetSelectors:[],condition:{},normalizeBody:"",inputExecCommandDeleteEnable:!1,inputConfig:{clearContentEnable:!0,execCommandDeleteEnable:!1},mutationExcludeSelectors:["span.highlighter--highlighted","span.highlighter-ext","mark","msreadoutspan","rw-highlight","web-highlight","font.immersive-translate-target-wrapper *","pre",".uacc-clickable"],mutationExcludeContainsSelectors:["msreadoutspan","[class*='rgh-seen-']","[isInvalidTag]","mh","body","relin-hc"],atomicBlockSelectors:["relin-hc"],shareConfig:{injectCss:!0,removeSelectors:["noscript","script"]},mutationConfig:{consumeTimeout:100,buildTimeout:100,checkSelfUpdate:!0},useIframePostMessage:!1,searchEnhancementConfig:[],injectedCss:[],isOnBoardingPage:!1,isEbook:!1,isEbookBuilder:!1,ignoreZhCNandZhTW:!1,showSponsorOnSafari:!1,noTranslateRegexp:["^\\d+.+ago$","^\\d+\\s+MIN\\s+READ$"],waitForSelectors:[],isInjectOptionsUrl:!1,isInjectVersion:!1,isInjectMeta:!1,waitForSelectorsTimeout:3e3,pairs:{},aiRule:{},subtitleRule:{isInject:!0,autoEnableSubtitle:!1,preTranslation:!1,humanPreferred:!0,disabled:!1,hookType:"xhr",showQuickButton:!0,backgroundColor:"#080808",backgroundOpacity:"75",sourceTextColor:"#FFFFFF",translationTextColor:"#FFFFFF",sourceFontSize:"100",translationMode:"dual",translationPosition:"bottom",translationFontSize:"100",translateGroupCount:5,velocityGroup:[1,3,20]},bodyRule:{enable:!0,maxBodyScreenLength:25,articleChildTags:["P"],articleChildTagsNum:4,bodyIsRoot:!1,humanPreferred:!0,preTranslation:!0,xpathRule:["name:P"]},isSubtitleBuilder:!1,minZIndex:0,initTranslationServiceAsSoonAsPossible:!0,targetWrapperTag:"font",additionalInjectedCss:[],isTranslateTitle:!0,enableSearchEnhancement:!1,searchEnhancementSelector:"#rhs",languageDetectMinTextCount:50,wrapperPrefix:"smart",wrapperSuffix:"smart",isPdf:!1,pdfUrlExtractRule:{},isTransformPreTagNewLine:!1,urlChangeDelay:50,mutationChangeDelay:10,mainFrameMinTextCount:50,mainFrameMinWordCount:5,visibleDelay:0,additionalStayOriginalSelectors:["span.katex","span.notranslate",".MathJax_Preview",".MathJax",".MathJax_SVG",'[aria-labelledby^="MathJax-SVG"]',".mwe-math-element","span[translate=no]","em[translate=no]","code[translate=no]","span.math.inline","span.math.display",".ltx_Math",".mathjax-block",".MathJax_CHTML","kbd","span.pretex-inline","span.math-inline",".reference-citations"],translationBlockStyle:"",isShowUserscriptPagePopup:!0,observeUrlChange:!1,paragraphMinTextCount:4,paragraphMinWordCount:2,shadowRootSelectors:[],blockMinTextCount:24,blockMinWordCount:4,asideMaxTextCount:1e3,asideMaxWordCount:200,asideMaxTextCountPerParagraph:67,asideMaxWordCountPerParagraph:12,lineBreakMaxTextCount:0,globalAttributes:{},inputTutorialsText:"",inputTutorialsSelectors:[],globalMeta:{},globalStyles:{},initialGlobalAttributes:{},initialSelectorGlobalAttributes:{header:{translate:"no"},"footer:last-of-type":{translate:"no"},"nav:last-of-type":{translate:"no"},nav:{translate:"no"}},selectors:[],preWhitespaceDetectedTags:["DIV","SPAN"],stayOriginalSelectors:[],additionalSelectors:["h1","section h2","section h3","section h4","main h2","main h3","main h4",".article-title",".article-subtitle",".article_title",".article_subtitle",".article__title",".articleTitle",".Article__content",".titleLink",".summary",".headline",".page-content","aside.note","aside.article-comments","aside.onebox"],atomicBlockTags:[],excludeSelectors:[],additionalExcludeSelectors:['[contenteditable="true"]',".uacc-clickable","#monica-content-root","#immersive-translate-popup",".social-share",".breadcrumbs",".post__footer",".btn",".share-nav",".o-share","[data-toolbar=share]","rp","rt",".prism-code",".rc-CodeBlock","[role=code]","#omni-extension",".omni-item","div[data-paste-markdown-skip]","table.highlight","div[class^=codeBlockContent]","div[class^=codeBlockLines]","div[class^=token-line]","#liuchan-window > .liuchan-container > *",".material-icons","i.fa","i[class^=fa-]",".notranslate","[translate=no]",".navmenu-container",".google-symbols","h1 br","h2 br","h3 br","h4 br","table thead"],translationClasses:[],excludeTags:["TITLE","LINK","SCRIPT","STYLE","TEXTAREA","SVG","svg","G","NOSCRIPT","BUTTON","BASE","HR","PRE","KBD","WBR","RT","RP","META","MATH","TTS-SENTENCE","AIO-CODE","RELIN-TARGET"],bodyTranslateTags:["FOOTER","ASIDE","BUTTON","NAV"],forceTranslateTags:[],metaTags:["META","SCRIPT","STYLE","NOSCRIPT"],additionalExcludeTags:[],stayOriginalTags:["CODE","TT","IMG","SUP","SUB","SAMP","math","semantics","mrow","mo","mfrac","msup","mi","mn","msqrt","d-math"],additionalStayOriginalTags:[],inlineTags:["A","ABBR","FONT","ACRONYM","B","INS","DEL","RUBY","RP","RB","BDO","MARK","BIG","RT","NOBR","CITE","DFN","EM","I","LABEL","Q","S","SMALL","SPAN","STRONG","SUB","SUP","U","KBD","TT","VAR","IMG","CODE","SCRIPT","STYLE","LINK","TIME","META","WBR","RELIN-HC","RELIN-HIGHLIGHT","RELIN-ORIGIN","RELIN-TARGET","XQDD_HIGHLIGHT_NEW_WORD","NOBR","RW-HIGHLIGHT","HYPOTHESIS-HIGHLIGHT"],additionalInlineTags:[],extraInlineSelectors:["p > a span","p > span a span"],additionalInlineSelectors:[".MathJax_Preview",".MathJax",".highlighter--highlighted",".rw-highlight","ruby *"],extraBlockSelectors:["turbo-frame","readme-toc","#hs_cos_wrapper_post_body","#hs_cos_wrapper_post_body","option","ul > li"],allBlockTags:["BODY","HGROUP","CONTENT","ADDRESS","ARTICLE","ASIDE","DETAILS","BLOCKQUOTE","SELECT","OPTION","CANVAS","DD","DL","DT","FIELDSET","FIGCAPTION","FIGURE","FOOTER","HEADER","FORM","HR","MAIN","SUMMARY","NAV","NOSCRIPT","PRE","SECTION","TABLE","TFOOT","UL","VIDEO","P","DIV","H1","H2","H3","H4","H5","H6","UL","LI","OL","BR","PICTURE","TBODY","TR","TD","TH","SOURCE","C-WIZ","BUTTON","TURBO-FRAME","README-TOC"],mutationObserverContainerSelectors:[],pdfNewParagraphLineHeight:2.4,pdfNewParagraphIndent:1.2,pdfNewParagraphIndentRightIndentPx:130,fingerCountToToggleTranslagePageWhenTouching:4,fingerCountToToggleTranslationMaskWhenTouching:0,fingerCountToToggleTranslagePageOnlyTranslationWhenTouching:0,touchShortcutsToggleTranslatePage:"fingers.4",touchShortcutsToggleTranslationMask:"touchShortcutsOff",touchShortcutsToggleTranslatePageOnlyTranslation:"touchShortcutsOff",touchShortcutsToggleTranslateTouchElement:"touchShortcutsOff",touchShortcutsToggleTranslateTouchElementPreferenceKey:"slide.left",mouseHoverHoldKey:"Off",mouseHoverPreferenceKey:"Ctrl"},rules:[{id:"isSubtitleBuilder",isSubtitleBuilder:!0,pageType:"subtitleBuilder",selectorMatches:["meta[name='immersive-translate-subtitle-builder'][content='true']"],pairs:{".source-text":".target-text"},paragraphMinTextCount:4,paragraphMinWordCount:2,isTranslateTitle:!1,wrapperPrefix:"",wrapperSuffix:"","bodyRule.add":{enable:!1}},{id:"isEbook",isEbook:!0,pageType:"ebookReader",isTranslateTitle:!1,urlChangeDelay:200,selectorMatches:["meta[name='immersive-translate-ebook-viewer'][content='true']"],injectedCss:[".immersive-translate-target-translation-block-wrapper {display:block;}"],excludeSelectors:["#drop-target","#drop-target h1","#side-bar","h1#side-bar-title"],extraInlineSelectors:["span.dropcaps"],"bodyRule.add":{enable:!1},paragraphMinTextCount:4,paragraphMinWordCount:2,blockMinTextCount:1,blockMinWordCount:1,containerMinTextCount:1,wrapperPrefix:"
",targetWrapperTag:"span"},{id:"pdf",isPdf:!0,isTranslateTitle:!1,pageType:"pdfReader",selectorMatches:["meta[name='immersive-translate-pdf-viewer'][content='true']"],matches:["https://app.immersivetranslate.com/pdf","https://app.immersivetranslate.com/pdf/","https://app.immersivetranslate.com/pdf/*","http://localhost:38001/pdf*"],"additionalExcludeSelectors.remove":['[contenteditable="true"]'],isTranslateWhenServiceChanged:!1,translationMode:"translation",skipEditableCheck:!0,selectors:["p"],"bodyRule.add":{enable:!1},injectedCss:[".immersive-translate-target-wrapper {display: contents!important;position:absolute;}",".immersive-translate-target-wrapper br {display: none;!important;}",".immersive-translate-target-wrapper span {position: relative;!important;}",".immersive-translate-error-wrapper {padding:0px !important;margin:0px !important;}","font {line-height: 0!important;}"],globalAttributes:{"[class='textLayer']":{translate:"no"}},mutationExcludeContainsSelectors:["font.immersive-translate-target-wrapper"],"shareConfig.add":{removeSelectors:["noscript","script",".toolbar","#sidebarContainer",'[class="page"]',".editorParamsToolbar",".image-mode",".im_db",".im_cb"]},wrapperPrefix:"",isInjectVersion:!0},{id:"sci-hub.pdfWebPage",matches:["sci-hub.*"],waitForSelectorsTimeout:1,pdfUrlExtractRule:{selector:"#pdf",attribute:"src"}},{id:"common.pdfWebPage",waitForSelectorsTimeout:1,selectorMatches:["embed[type='application/pdf']"]},{id:"isEbookBuilder",matches:["https://app.immersivetranslate.com/ebook/make/","http://localhost:38001/ebook/make/"],isEbookBuilder:!0,pageType:"ebookBuilder",toastErrorMinTimes:500,isTranslateWhenServiceChanged:!1,isTranslateTitle:!1,targetWrapperTag:"span",selectorMatches:["meta[name='immersive-translate-ebook-builder'][content='true']"],injectedCss:[".immersive-translate-target-translation-block-wrapper {display:block;}"],globalMeta:{},excludeSelectors:["h1.notranslate","#drop-target","#drop-target h1","#side-bar","h1#side-bar-title","#tool",".Code"],"bodyRule.add":{enable:!1},isInjectMeta:!0,paragraphMinTextCount:4,paragraphMinWordCount:2,blockMinTextCount:1,blockMinWordCount:1,containerMinTextCount:1,wrapperPrefix:"
"},{id:"immersiveTranslateIosOnBoarding",selectorMatches:["meta[name=immersiveTranslateIosOnBoarding]"],initialGlobalAttributes:{"input#immersiveTranslateDetectedSlot":{value:"true"}},isInjectOptionsUrl:!0,isInjectVersion:!0,isInjectMeta:!0},{id:"immersiveTranslateIosOnBoardingStep1",selectorMatches:["meta[name=immersiveTranslateIosOnBoardingStep1]"],isOnBoardingPage:!0,isInjectOptionsUrl:!0,isInjectVersion:!0,isInjectMeta:!0},{id:"immersivePreview",matches:["https://immersivetranslate.com/preview*","https://test.immersivetranslate.com/preview*","https://immersivetranslate.com/drafts*","https://test.immersivetranslate.com/drafts*"],isInjectVersion:!0,isInjectMeta:!0,waitForSelectorsTimeout:1},{id:"pro-pdf",matches:["https://*.immersivetranslate.com/pdf-pro*"],pageType:"pdfProReader","excludeSelectors.add":["table"],isInjectVersion:!0,isInjectMeta:!0,waitForSelectorsTimeout:1},{id:"immersive",matches:["https://immersivetranslate.com","https://test.immersivetranslate.com","https://onboarding.immersivetranslate.com","https://app.immersivetranslate.com","https://test-app.immersivetranslate.com","http://localhost:38001"],isInjectVersion:!0,isInjectMeta:!0,waitForSelectorsTimeout:1},{id:"simpread",selectorMatches:"div.simpread-read-root.simpread-read-root-show > sr-read",mainFrameSelector:"div.simpread-read-root.simpread-read-root-show > sr-read"},{id:"txt",matches:["*://*/*.txt","file://*/*.txt"],selectorMatches:["body > pre"],"mutationExcludeSelectors.add":["body"],isTransformPreTagNewLine:!0,"excludeTags.remove":["PRE"]},{id:"hangejp",matches:["arad.hange.jp","arad.nexon.co.jp","oapi.dingtalk.com","login.dingtalk.com"],useIframePostMessage:!1},{id:"preSites",matches:["mail.jabber.org","antirez.com","patchwork.kernel.org","lists.apache.org","manned.org","bugs.webkit.org","bugzilla.mozilla.org","lwn.net/Articles/*","docs.haproxy.org","man.freebsd.org","www.oreilly.com/openbook/opensources/book/*","gamefaqs.gamespot.com"],isTransformPreTagNewLine:!0},{id:"wikipedia",matches:"*.wikipedia.org",paragraphMinWordCount:2,paragraphMinTextCount:4,injectedCss:[".immersive-translate-target-translation-block-wrapper { display: block; }"],excludeSelectors:[".mw-editsection",".mw-cite-backlink","#p-lang-btn","#right-navigation","#p-associated-pages",".vector-header"],stayOriginalSelectors:[".chemf",".mwe-math-element","[role=math]",".nowrap"],extraInlineSelectors:[".chemf",".mwe-math-element","[role=math]",".nowrap"],"bodyRule.add":{bodySelector:"#content",articleSelector:"#bodyContent"}},{id:"twitter",matches:["twitter.com","mobile.twitter.com","tweetdeck.twitter.com","pro.twitter.com","https://platform.twitter.com/embed*"],additionalStayOriginalSelectors:['[data-testid="tweetText"] a',"[data-testid='UserDescription'] a","[data-testid='HoverCard'] a","[data-testid='UserCell'] a","[data-testid='birdwatch-pivot'] a"],blockMinTextCount:0,blockMinWordCount:0,excludeSelectors:["[aria-describedby][role=button]","header","[data-testid='radioGroupplayback_rate'] div","[data-testid='userFollowIndicator']","[class='css-901oao r-14j79pv r-37j5jr r-n6v787 r-16dba41 r-1cwl3u0 r-bcqeeo r-qvutc0']","[class='css-175oi2r r-1wbh5a2 r-dnmrzs']"],extraBlockSelectors:['[data-testid="tweetText"] div.r-6koalj'],extraInlineSelectors:['[data-testid="tweetText"] div.r-xoduu5','[data-testid="tweetText"] span','[data-testid="UserDescription"] div',"[data-testid='HoverCard'] div[dir=auto] div","[data-testid='HoverCard'] span[dir=auto] div"],globalStyles:{"[data-testid='card.layoutLarge.detail'] > div:nth-child(2)":"-webkit-line-clamp: unset;","[data-testid='card.layoutSmall.detail'] > div:nth-child(2)":"-webkit-line-clamp: unset;","[data-testid='tweetText']":"-webkit-line-clamp: unset;"},ignoreZhCNandZhTW:!0,isTranslateTitle:!1,useIframePostMessage:!1,observeUrlChange:!1,paragraphMinTextCount:2,paragraphMinWordCount:1,selectors:['[data-testid="tweetText"]',".tweet-text",".js-quoted-tweet-text","[data-testid='card.layoutSmall.detail'] > div:nth-child(2)","[data-testid='developerBuiltCardContainer'] > div:nth-child(2)","[data-testid='card.layoutLarge.detail'] > div:nth-child(2)","[data-testid='cellInnerDiv'] div[data-testid='UserCell'] > div> div:nth-child(2)","[data-testid='UserDescription']","[data-testid='HoverCard'] div[dir=auto]","[data-testid='HoverCard'] span[dir=auto]","[data-testid='HoverCard'] [role='dialog'] div[dir=ltr]","[data-testid='birdwatch-pivot'] div[dir=ltr]"],"subtitleRule.add":{type:"live",isInject:!1,injectedCss:["#layers[style='z-index: 1;'] [style='height: 100px;'] { height: 400px !important; }"],liveSubtitleRule:{containerSelector:".css-175oi2r.r-13awgt0.r-1pi2tsx.r-13qz1uu > [role='listbox']",reportSelector:".css-175oi2r.r-1awozwy.r-173mn98.r-1mf7evn.r-7e3msg",textSelectors:[".css-1rynq56.r-bcqeeo.r-qvutc0.r-37j5jr.r-a023e6.r-16dba41.r-dhbnww.r-1pb70le"],mutationChangeDelay:1e3}},"subtitleRule.add_v.[1.2.1]":{type:"twitter",videoPlayerSelector:"video",loadingStyle:"bottom: unset; top: 5%;",injectedCss:["#layers[style='z-index: 1;'] [style='height: 100px;'] { height: 400px !important; }","video::cue {white-space: pre-line;}"]}},{id:"threads",matches:"www.threads.net",selectors:["p",".x1npkx4u.x1exu5d8",".xw7yly9",".xgkxs2y",".x1xdureb.xqti54a.x13vxnyz",".xqti54a.x13vxnyz.x49hn82.xcrlgei.x889kno"],stayOriginalSelectors:[".x1rg5ohu",".xat24cr.xdj266r a"],"excludeSelectors.add":[".x6s0dn4.x78zum5",".xpvyfi4.x1npkx4u.x1ms6mhf"],globalStyles:{span:"max-height:unset;-webkit-line-clamp:unset;height:unset;white-space:unset;"}},{id:"stackoverflow",matches:["stackoverflow.com","*.stackexchange.com","superuser.com","askubuntu.com","serverfault.com"],extraBlockSelectors:["span.comment-copy"],globalStyles:{".s-post-summary--content-excerpt":"-webkit-line-clamp:unset;"},"excludeSelectors.add":[".votecell","header","#footer","#question-header + div","div.postcell div.mb0","div[id^=comments-link-]","#answers-header",".new-post-login",".form-submit","a[href='/questions/ask']","#left-sidebar","a.comment-user","span.comment-date","div.s-prose.js-post-body + div",".bottom-notice","div[data-campaign-name=stk]",".s-post-summary--stats",".s-post-summary--meta"],paragraphMinTextCount:4,paragraphMinWordCount:2},{id:"appleDeveloper",matches:"developer.apple.com/documentation/*",selectors:[".container","h3.title","div.content"]},{id:"hackerNews",matches:"news.ycombinator.com",selectors:[".titleline > a",".comment > .commtext",".toptext","a.hn-item-title",".hn-comment-text",".hn-story-title"],excludeSelectors:[".reply"]},{id:"quora",matches:["*.quora.com","quora.com"],excludeSelectors:[".dom_annotate_multifeed_bundle_AskQuestionPromptBundle",".dom_annotate_feed_switcher","[class='q-box qu-py--small qu-color--gray_light']","[class='q-box spacing_log_answer_header']","[class='q-box qu-flex--auto']","[class='q-text qu-dynamicFontSize--small qu-mt--small qu-color--gray_light qu-passColorToLinks']",".AnswerFooter___StyledFlex-sc-2xbo88-0","[class='q-box qu-mb--small']"],globalStyles:{".qu-truncateLines--3":"-webkit-line-clamp: unset;"}},{id:"oldReddit",matches:["old.reddit.com/*/.compact","old.reddit.com/.compact","www.reddit.com/*/.compact","www.reddit.com/.compact"],selectors:[".title > a",".usertext-body"],detectParagraphLanguage:!0},{id:"otherOldReddit",matches:"old.reddit.com",selectors:["p.title > a","[role=main] .md-container"],detectParagraphLanguage:!0},{id:"redditList",matches:["https://www.reddit.com/r/*/comments/*/*","https://www.reddit.com/","https://www.reddit.com/hot/","https://www.reddit.com/new/","https://www.reddit.com/top/"],excludeMatches:["https://www.reddit.com/r/*/wiki/*"],observeUrlChange:!0,selectors:["h1",".PostHeader__post-title-line","[data-click-id=body] h3","[data-click-id=background] h3","[data-testid=comment]","[data-adclicklocation='title'] h3","[data-adclicklocation=media]","[data-testid='post-title-text']",".PostContent",".post-content",".Comment__body","faceplate-batch .md","[slot=comment]",".RichTextJSON-root","[slot=title]","[slot=text-body]","p.title > a","[role=main] .md-container"],detectParagraphLanguage:!0,globalStyles:{"div.XPromoBottomBar":"display:none","[class*='line-clamp']":"-webkit-line-clamp: unset"},waitForSelectors:["[data-testid=post_author_link]"],"inputConfig.add":{clearContentEnable:!1}},{id:"reddit",matches:"www.reddit.com",selectors:["#search-results-tab-slot","h1",".PostHeader__post-title-line","[data-click-id=body] h3","[data-click-id=background] h3","[data-testid=comment]","[data-adclicklocation='title'] h3","[data-testid='post-title-text']","[slot=comment]","[data-adclicklocation=media]",".PostContent",".post-content",".Comment__body","faceplate-batch .md","[slot=text-body]","p.title > a","[role=main] .md-container","#-post-rtjson-content",".RichTextJSON-root","[slot='title']"],excludeSelectors:[".text-neutral-content-weak"],paragraphMinTextCount:5,paragraphMinWordCount:2,excludeMatches:["https://www.reddit.com/r/*/wiki/*","https://www.reddit.com/settings/*"],detectParagraphLanguage:!0,globalStyles:{"div.XPromoBottomBar":"display:none","[class*='line-clamp']":"-webkit-line-clamp: unset"}},{id:"reuters",matches:"www.reuters.com",excludeSelectors:["[promotext]","[data-testid=Leaderboard]","[data-testid=HomeTickerV2]","[data-testid=SiteFooter]","[class^=refinitiv-promo-bar__container]","[data-testid=ResponsiveAdSlot]","[data-testid=SiteHeader]","[data-testid=HomeTickerV2]"]},{id:"npmjs",matches:"https://www.npmjs.com/package/*",selectors:["#tabpanel-readme > div:first-child"]},{id:"github",matches:"github.com",useIframePostMessage:!1,excludeMatches:["https://github.com/*/*/settings","https://github.com/settings/*","https://github.com/sponsors/*","https://github.com/readme/*","https://github.com/readme/","https://github.com/features/*","https://github.com/customer-stories/*"],mutationExcludeSelectors:[".react-blob-sticky-header *"],selectors:["h1","[aria-label=Issues] .markdown-title","[aria-labelledby=discussions-list] .markdown-title","h3 .markdown-title",".markdown-body",".Layout-sidebar p","div > span.search-match","li.repo-list-item p","#responsive-meta-container p","article p","div.repo-description p","[itemprop=description]",".integrations-auth-wrapper",".new-feed-onboarding-notice","article section[aria-label='card content'] > div > div > div > div:nth-child(2)",".TimelineItem-body .Link--primary",'[role="navigation"] p'],atomicBlockSelectors:["[itemprop=description]"],excludeSelectors:[".css-truncate","[data-test-selector='commit-tease-commit-message']","[data-test-selector='create-branch.developmentForm']","div.Box-header.position-relative","div.blob-wrapper-embedded","div.Box.Box--condensed.my-2","div.jp-CodeCell",'[aria-label="Account"] .markdown-title',".js-repos-container .markdown-title","a.anchor","div.file-navigation + div.Box"],extraBlockSelectors:[],extraInlineSelectors:["g-emoji","a.anchor"],stayOriginalTags:["CODE","TT","G-EMOJI","IMG","SUP","SUB"],detectParagraphLanguage:!0,globalStyles:{".TimelineItem-body .Link--primary":"-webkit-line-clamp: unset;"}},{id:"github-blog",matches:["github.blog"],injectedCss:["font {word-break: break-all !important;}"]},{id:"githubNotebook",matches:"notebooks.githubusercontent.com",useIframePostMessage:!1,excludeSelectors:["div.jp-CodeCell"]},{id:"facebook",matches:"www.facebook.com",excludeMatches:["https://www.facebook.com/business/*","https://www.facebook.com/help*"],selectors:["div[dir=auto][style]","div[dir=auto][class]","span[lang]"],atomicBlockSelectors:["div[dir=auto][style]","div[dir=auto][class]","span[lang]"],insertPosition:"afterend",preWhitespaceDetectedTags:["DIV","SPAN"],extraBlockSelectors:["span.x1vvkbs"],excludeSelectors:["[role=button]"],translationClasses:["immersive-translate-text"],detectParagraphLanguage:!0},{id:"youtubeMobile",matches:"m.youtube.com",selectors:[".comment-text","#content-text",".media-item-headline",".slim-video-information-title",".yt-spec-button-view-model",".yt-core-attributed-string > span",".title"],shareConfig:{injectCss:!1,removeSelectors:["iron-iconset-svg","iframe","ytd-watch-next-secondary-results-renderer","noscript","script"]},"mutationConfig.add":{checkSelfUpdate:!1},"excludeTags.remove":["BUTTON"],additionalExcludeSelectors:[".ytp-caption-window-container","text"],"subtitleRule.add":{type:"youtube",subtitleUrlRegExp:"(/api/timedtext|videoplayback\\?expire.*text)",translateSelectors:[".caption-window",".caption-visual-line"],videoPlayerSelector:".html5-video-player.playing-mode,.html5-video-player.paused-mode",loadingContainerSelector:".ytp-caption-window-container",videoADSelector:".ytp-ad-player-overlay",injectedCss:["#player-shorts-container .ytp-caption-window-bottom {top: 40px; bottom: unset!important;}"],videoSelector:".html5-video-player.playing-mode video,.html5-video-player.paused-mode video",translationOnlyPattern:["m.youtube.com/watch*","m.youtube.com/embed*","m.youtube.com/shorts*"],attachRule:{appendSelector:".html5-video-player.playing-mode,.html5-video-player.paused-mode",injectedCSS:[".imt-caption-container {z-index:40;}"],injectedGlobalCSS:[".caption-window {display: none;} ","shorts-video #immersive-translate-caption-window { height: 150px;}"]}},wrapperPrefix:"",wrapperSuffix:"",observeUrlChange:!0,atomicBlockSelectors:[".comment-text"],globalStyles:{".comment-text":"max-height:unset;",".media-item-headline":"max-height:unset;-webkit-line-clamp:unset;"},injectedCss:[".immersive-translate-target-wrapper img { width: 16px; height: 16px }"],extraBlockSelectors:[".caption-visual-line"]},{id:"youtube",matches:"www.youtube.com",blockMinTextCount:0,blockMinWordCount:0,detectParagraphLanguage:!0,lineBreakMaxTextCount:0,shareConfig:{injectCss:!1,removeSelectors:["iron-iconset-svg","iframe","ytd-watch-next-secondary-results-renderer","noscript","script"]},"additionalExcludeSelectors.add":[".ytp-caption-window-container","text"],globalStyles:{"#video-title":"-webkit-line-clamp: unset;max-height: unset;","h1.ytd-watch-metadata":"-webkit-line-clamp: unset;max-height: unset;","yt-formatted-string#video-title":"-webkit-line-clamp: unset;max-height: unset;","ytd-expander.ytd-comment-renderer":"--ytd-expander-max-lines: 1000;"},injectedCss:[".immersive-translate-target-wrapper img { width: 16px; height: 16px }",".metadata-snippet-container {max-height: unset !important;}",".immersive-translate-target-wrapper {text-align: left;}",".immersive-translate-target-wrapper[dir=rtl] {text-align: right;}"],isTranslateTitle:!1,observeUrlChange:!0,selectors:["yt-formatted-string[slot=content].ytd-comment-renderer","yt-formatted-string.ytd-video-renderer","yt-formatted-string#content-text","h1","yt-formatted-string#video-title","yt-formatted-string.span","span#video-title","a#video-title","yt-formatted-string.ytd-transcript-segment-renderer","#description-inline-expander > yt-attributed-string > span","yt-attributed-string > span","ytd-notification-renderer .message","#message",".yt_to_text_transcript_text"],extraBlockSelectors:["yt-formatted-string.ytd-transcript-segment-renderer",".caption-visual-line"],"subtitleRule.add":{type:"youtube",subtitleUrlRegExp:"(/api/timedtext|videoplayback\\?expire.*text)",translateSelectors:[".caption-window",".caption-visual-line"],videoPlayerSelector:".html5-video-player.playing-mode,.html5-video-player.paused-mode",loadingContainerSelector:".ytp-caption-window-container",videoADSelector:".ytp-ad-player-overlay",translationOnlyPattern:["www.youtube.com/watch*","www.youtube.com/embed*","www.youtube.com/shorts*"],subtitleButtonSelector:".html5-video-player.playing-mode .ytp-subtitles-button,.html5-video-player.paused-mode .ytp-subtitles-button",languageSelector:".ytp-menuitem-label",injectedCss:["#shorts-player .ytp-caption-window-bottom {top: 2%; bottom: unset!important;} #immersive-translate-quick-button-container {font-size: 12px;z-index:1001;}"],quickButtonRule:{appendSelector:".ytp-chrome-controls",insertBeforeSelector:".ytp-right-controls"},videoSelector:".html5-video-player.playing-mode video,.html5-video-player.paused-mode video",attachRule:{appendSelector:".html5-video-player.playing-mode,.html5-video-player.paused-mode",injectedCSS:[".imt-caption-container {z-index:40;}",".imt-caption-window {margin-bottom: 2%}"],injectedGlobalCSS:[".caption-window {display: none;} ","#shorts-player #immersive-translate-caption-window { height: 20%;}",".html5-video-player:not(.ytp-autohide) #immersive-translate-caption-window {bottom: 60px;}"]}},urlChangeDelay:2e3,wrapperPrefix:"
",wrapperSuffix:""},{id:"tvYoutube",matches:"tv.youtube.com","subtitleRule.add":{type:"youtube",preTranslation:!0,humanPreferred:!1,subtitleUrlRegExp:"(/api/timedtext|videoplayback\\?expire.*text)",translateSelectors:[".caption-window",".caption-visual-line"],videoPlayerSelector:".html5-video-player.playing-mode,.html5-video-player.paused-mode",loadingContainerSelector:".ytp-caption-window-container",videoADSelector:".ytp-ad-player-overlay",translationOnlyPattern:["tv.youtube.com/watch*"],subtitleButtonSelector:".ytp-subtitles-button",languageSelector:".ytp-menuitem-label",injectedCss:["#shorts-player .ytp-caption-window-bottom {top: 2%; bottom: unset!important;} #immersive-translate-quick-button-container {font-size: 12px;z-index:1001;}"],quickButtonRule:{appendSelector:".ypcs-control-buttons-right",insertBeforeSelector:".ypcs-control-buttons-right .ypcs-volume-control-slot"},videoSelector:".html5-video-player.playing-mode video,.html5-video-player.paused-mode video",attachRule:{appendSelector:".html5-video-player.playing-mode,.html5-video-player.paused-mode",injectedCSS:[".imt-caption-container {z-index:40;}",".imt-caption-window {margin-bottom: 2%;}"],injectedGlobalCSS:[".caption-window {display: none;} ","#shorts-player #immersive-translate-caption-window { height: 20%;}",".html5-video-player:not(.ytp-autohide) #immersive-translate-caption-window {bottom: 60px;}"]}}},{id:"youtube-subtitle",matches:["www.youtube-nocookie.com","music.youtube.com"],extraBlockSelectors:[".caption-visual-line"],mainFrameMinTextCount:0,"excludeSelectors.add":[".captions-text",".ytp-caption-segment"],"subtitleRule.add":{type:"youtube",subtitleUrlRegExp:"/api/timedtext",translateSelectors:[".caption-window",".caption-visual-line"],videoPlayerSelector:".html5-video-player",loadingContainerSelector:".ytp-caption-window-container",videoADSelector:".ytp-ad-player-overlay",translationOnlyPattern:["www.youtube-nocookie.com/embed*","music.youtube.com/watch*"],subtitleButtonSelector:".ytp-subtitles-button",languageSelector:".ytp-menuitem-label",injectedCss:["#shorts-player .ytp-caption-window-bottom {top: 2%; bottom: unset!important;}"],quickButtonRule:{appendSelector:".ytp-chrome-controls",insertBeforeSelector:".ytp-right-controls"},videoSelector:".html5-video-player video",attachRule:{appendSelector:".html5-video-player",injectedCSS:[".imt-caption-container {z-index:40;}",".imt-caption-window {margin-bottom: 2%;}"],injectedGlobalCSS:[".caption-window {display: none;} ","#shorts-player #immersive-translate-caption-window { height: 20%;}",".html5-video-player:not(.ytp-autohide) #immersive-translate-caption-window {bottom: 60px;}"]}}},{id:"instagramMessage",matches:["https://www.instagram.com/direct/*"],wrapperPrefix:"
",selectors:["div[dir=auto].html-div"]},{id:"instagramPost",matches:["https://www.instagram.com/p/*","https://www.instagram.com/reels/*"],blockMinTextCount:1,paragraphMinTextCount:2,excludeSelectors:["hr+div span[dir=auto][style] > span"],selectors:["h1","ul li h3+div span[dir=auto]","hr+div span[dir=auto][style]","div > div[dir=auto]","div:not([class]) > div > div:nth-child(2)"],wrapperPrefix:"
"},{id:"otherInstagram",blockMinWordCount:1,matches:"https://www.instagram.com/*",paragraphMinTextCount:2,selectors:["h1","article span[dir=auto] > span[dir=auto]","._ab1y","ul li h3+div span[dir=auto]","hr+div span[dir=auto][style]","span[dir=auto] > div > span","div > h1[dir=auto]"],wrapperSuffix:""},{id:"1paragraph",matches:"1paragraph.app",selectors:["#book"]},{id:"poeditor",matches:"https://poeditor.com/projects/*",selectors:[".comment-body",".reference_language .source-string"]},{id:"substack",matches:["*.substack.com","newsletter.rootsofprogress.org"],selectorMatches:["link[href^='https://substackcdn.com/bundle/'][rel=preload]"],excludeSelectors:["[style^=top]",".publication-footer",".subscribe-footer",".main-menu",".navbar-title-link","[data-testid='navbar']",".navbar-title",".captioned-button-wrap",".subscription-widget-wrap",".tweet-header",".tweet-link-bottom",".expanded-link",".meta-subheader",".comment-meta",".comment-actions"],globalStyles:{".reader2-clamp-lines":"max-height: unset; -webkit-line-clamp: unset;","[class*='clamp-']":"max-height: unset; -webkit-line-clamp:unset;",".blurb-text":"max-height: unset;",".comment-body":"max-height: unset;"},extraBlockSelectors:[".reader2-post-title",".tweet-link-top",".tweet-link-bottom",".expanded-link"]},{id:"seekingalpha",matches:["seekingalpha.com/article/*","seekingalpha.com/news/*"],selectors:["[data-test-id=card-container]","[data-test-id=comments-section]"],excludeSelectors:["[data-test-id=post-page-meta]","header > div:first-child"]},{id:"hnAlgolia",matches:"hn.algolia.com",selectors:[".Story_title > a:first-child",".Story_comment > span"]},{id:"readwise",matches:"read.readwise.io",selectors:["div[class^='_titleRow_']","#document-text-content"],detectParagraphLanguage:!0},{id:"inoreader",matches:["www.inoreader.com","*.inoreader.com"],selectors:[".article_header_title",".article_title_link",".article_content",".article_magazine_title_link",".blog-post-page","#welcome_center",".gad_overview_articles_wrapper",".library_article_text h4",".header_name"],excludeMatches:["https://www.inoreader.com/features/"],observeUrlChange:!1,globalStyles:{".article_title_link,.library_article_text h4,.gadget_overview_article_title,.article_magazine_title_link,.reader_pane_view_style_2 .column_view_title":"-webkit-line-clamp: unset;max-height: unset;",".article_tile_content_wraper,div.article_tile":"overflow:auto",".article_header_title":"white-space:normal"}},{id:"aha",matches:"*.ideas.aha.io",excludeSelectors:[".comment-header",".vote-status",".idea-meta",".filters-title",".ideas-showing-count",".my-ideas-filters-wrapper",".statuses-filters-wrapper",".categories-filters-wrapper","[class^='attachment']","span[class^='attachment-name']"]},{id:"googleScholar",matches:["scholar.google.*/*","scholar.google.com.*/*","scholar.google.co.*/*"],wrapperPrefix:` -`,selectors:["h3 a[data-clk]","div.gs_rs","td a.gsc_a_at","td div.gs_gray:last-of-type","div.gsc_oci_value","#gs_opinion"],extraInlineSelectors:["br"],atomicBlockSelectors:["h3 a[data-clk]"]},{id:"googleMail",matches:"mail.google.com",detectParagraphLanguage:!0,selectors:["h2[data-thread-perm-id]","span[data-thread-id]","div[data-message-id] div[class='']",".messageBody","#views"],globalStyles:{"[role='listitem'] > div":"height:auto!important;white-space:unset!important;"}},{id:"googleNews",matches:"news.google.com",blockMinTextCount:26,blockMinWordCount:5,globalStyles:{".MCAGUe":"height: auto;",".To2ZZb.DbQnIe":"height: unset;",".cp7Yvc > h2":"display: block;",".oovtQ":"height: auto;",h4:"-webkit-line-clamp: unset;"},excludeSelectors:[".EyERq",".AOl7G.eejsDc","[aria-label='Home']","[aria-label='For you']","[aria-label='Following']","[aria-label='World']","[aria-label='Local']",".gb_Fc",".wBQf7b",".yPI8Rb",".jKHa4e",".u43Gd",".Zgjpyb","[role='button']","[jsname='rymPhb']",".cbz1ld",".VfPpkd-P5QLlc",".XvhY1d"]},{id:"outlook",matches:"outlook.live.com",excludeSelectors:[".jHAG3.XG5Jd",".OZZZK",".lDdSm"]},{id:"producthunt",matches:"www.producthunt.com",excludeMatches:"https://www.producthunt.com/stories/*",selectors:["h2","div[class^='styles_htmlText__']","[class^='styles_tagline']","a[href^='/discussions/'].fontWeight-600","button[class^='styles_textButton'] > div > span","h5 + p","div[data-test=product-item-name] + div",".noOfLines-1,.noOfLines-2,.noOfLines-3",".fontWeight-600","[class*='styles_dropdown']","[class*='styles_aboutText']"],globalStyles:{"h5 + p":"height:unset;",".noOfLines-1,.noOfLines-2,.noOfLines-3":"-webkit-line-clamp:unset;"},"excludeTags.remove":["PRE"]},{id:"codeforces",matches:"https://codeforces.com/*","stayOriginalTags.add":["[class^='MathJax']"]},{id:"discord",matches:"https://discord.com/channels/*",isTranslateTitle:!1,selectors:["li[id^=chat-messages] div[id^=message-content]","div[class^=headerText]","section[aria-label='Search Results'] div[id^=message-content]"],extraBlockSelectors:["[class^='embedFieldValue']","li[class^='card'] div[class^='message']","[data-list-item-id^='forum-channel-list'] div[class^='headerText']"],globalStyles:{"div[class^=headerText]":"max-height: unset;","div[class^=message]":"max-height: unset;","div[class^=text]":"max-height: unset;","h3[data-text-variant='heading-lg/semibold']":"-webkit-line-clamp: none;"},detectParagraphLanguage:!0,wrapperPrefix:"
",wrapperSuffix:"",paragraphMinTextCount:4,paragraphMinWordCount:2},{id:"telegram",matches:["web.telegram.org/z/*","web.telegram.org/a/*"],isTranslateTitle:!1,selectors:[".text-content",".message",".reply-markup-button-text",".bot-commands-list-element-description"],"extraBlockSelectors.add":[".message.spoilers-container em",".message.spoilers-container strong"],excludeSelectors:[".time",".peer-title",".document-wrapper",".message.spoilers-container custom-emoji-element"],detectParagraphLanguage:!0},{id:"telegramK",matches:["web.telegram.org/k/*","web.telegram.org/k/"],selectors:[".message",".reply-markup-button-text",".bot-commands-list-element-description"],"extraBlockSelectors.add":[".message.spoilers-container em",".message.spoilers-container strong"],excludeSelectors:[".time",".peer-title",".document-wrapper",".message.spoilers-container custom-emoji-element"],detectParagraphLanguage:!0},{id:"githubGist",matches:"gist.github.com",selectors:[".markdown-body",".readme"],detectParagraphLanguage:!0},{id:"lobste",matches:"lobste.rs",excludeMatches:["https://lobste.rs/about","https://lobste.rs/chat"],selectors:[".u-repost-of",".comment_text",".story_text"]},{id:"slack",matches:"*.slack.com",selectors:[".p-rich_text_block",".p-message_pane__foreword",".c-alert__message","[data-qa=message_attachment_text]"],additionalStayOriginalSelectors:["[data-qa=emoji]"],detectParagraphLanguage:!0},{id:"artstationArtwork",matches:"www.artstation.com/artwork/*",excludeSelectors:".project-description a",selectors:[".project-description","div.project-comment-text"],detectParagraphLanguage:!0},{id:"artstationLearning",matches:"www.artstation.com/learning/courses/*",additionalSelectors:["footer.learning-course-description.ng-star-inserted > span"],excludeSelectors:[".learning-card-meta",".vjs-text-track-display"],"mutationExcludeSelectors.add":[".vjs-text-track-display *"],"subtitleRule.add":{type:"webvtt",subtitleUrlRegExp:"/subtitles/.*\\.(vtt|webvtt)$",loadingContainerSelector:".vjs-text-track-display",quickButtonRule:{appendSelector:".vjs-control-bar",insertBeforeSelector:".vjs-playback-rate",injectCSS:".imt-quick-subtitle-button { font-size: 12px;} .logo,.logo svg { height: 18px !important; width: 18px !important;} .imt-quick-subtitle-pop-content {bottom: 38px !important;}"},videoSelector:"video",attachRule:{appendSelector:".video-js",injectedGlobalCSS:[".vjs-text-track-display {display: none;}",".captions-text: {margin-bottom: 10%;}"]}}},{id:"artstationBlog",matches:["https://www.artstation.com/blogs","https://www.artstation.com/blogs/*"],detectParagraphLanguage:!0,additionalSelectors:[".comment-item-body"],atomicBlockSelectors:[".author-headline",".author-location"],excludeSelectors:["blog-card-thumbnail","blog-card-header",".blog-card-author",".blog-card-meta",".blog-view-header",".blog-grid-title",".post-meta-header"]},{id:"figmaCommunity",matches:"www.figma.com/community/*",normalizeBody:"div.ql-editor[contenteditable='false']",excludeSelectors:["div[class*='metadataRight']","div[class*='commentMetaAndOptions']"],globalStyles:{"div[class*='mini_cardBottomRowSizing']":"height: 3em;"},additionalSelectors:["div[class*='mini_cardBottomRow_Metadata']"],stayOriginalSelectors:["[data-tooltip='tooltip-user-info']"]},{id:"googleIndex",matches:["https://www.google.com/","https://www.google.com.hk/"],excludeSelectors:["#gb","#SIvCob"],inputTutorialsText:"\u8BD5\u8BD5\u8F93\u5165\u4E2D\u6587\u540E\u5FEB\u901F\u8FDE\u51FB 3 \u6B21\u7A7A\u683C\u952E\u7FFB\u8BD1\uFF08\u4EC5\u63D0\u793A\u4E00\u6B21\uFF09",inputTutorialsSelectors:["textarea#APjFqb"],"inputConfig.add":{tutorialsText:"\u8BD5\u8BD5\u8F93\u5165\u4E2D\u6587\u540E\u5FEB\u901F\u8FDE\u51FB 3 \u6B21\u7A7A\u683C\u952E\u7FFB\u8BD1\uFF08\u4EC5\u63D0\u793A\u4E00\u6B21\uFF09",tutorialsSelectors:["textarea#APjFqb"]}},{id:"googleSearch",matches:"www.google.*/search*",blockMinTextCount:32,blockMinWordCount:3,wrapperSuffix:"",detectParagraphLanguage:!0,excludeSelectors:["a h3 + div","div#sfooter","a[role=presentation] > div > div:first-child",".b5ZQcf",".CEMjEf",".MgUUmf.NUnG9d","#result-stats","[role=navigation]","div.sCuL3","div.eFM0qc.BCF2pd","div.WZ8Tjf","div.adDDi","#headerSection","#rateChatDiv","[id=bres]",".title-D5Lgyj","[data-attrid='VisualDigestVideoResult']",".search-enhance-WDIEkP h4",".SPZz6b h2",".CtCigf",".VLkRKc",".EbH0bb",".Wr0c6d",".jleFbf","#searchform",".yg51vc",".CbAZb"],extraBlockSelectors:[".MUFPAc"],"additionalExcludeSelectors.add":["[jscontroller='UsftYd']"],globalStyles:{".V82bz":"-webkit-line-clamp: unset;max-height: unset;margin-bottom:30px",".pe7FNb":"-webkit-line-clamp: unset;",".promotion-3PDMAb":"display: none;",".uAKcGb":"-webkit-line-clamp: unset;max-height: unset;margin-bottom:30px","div[data-content-feature='1'] > div":"-webkit-line-clamp: unset;max-height: unset;","div[style='-webkit-line-clamp:2']":"-webkit-line-clamp: unset;max-height: unset;","div[style='-webkit-line-clamp:3']":"-webkit-line-clamp: unset;max-height: unset;","div[style='-webkit-line-clamp:4']":"-webkit-line-clamp: unset;max-height: unset;",".Pw4Ldf.RsCEN":"height:unset;",".related-question-pair":"overflow:auto;"},ignoreZhCNandZhTW:!0,isTranslateTitle:!1,searchEnhancementConfig:[{id:"google",urlMatch:"https://www\\.google\\..+/search",style:{source:"font-size:12px; margin-bottom: 6px;",enTitle:"margin-top:6px;font-size:14px;",searchTitle:"margin-top:6px;position:relative;padding-right:24px;",more:"color:#1a0dab;margin-top:8px;",enTitleClassName:"immersive-translate-search-enhancement-en-title"},keyword:{value:"[0]$1",matches:[{source:"url",matchRegex:"q=(.+?)&"}]},showCount:5}]},{id:"lowendtalk",matches:"lowendtalk.com",selectors:["[role=heading]","h1",".userContent"]},{id:"linkedinJobs",matches:"www.linkedin.com/jobs/*",selectors:["#job-details > span",".decorated-job-posting__details"]},{id:"linkedinFeed",matches:"https://linkedin.com/feed/*",selectors:["h1",".feed-shared-update-v2__description-wrapper"]},{id:"indiehackers",matches:"www.indiehackers.com",selectors:[".content","h1","h3.story__title",".feed-item__title-link",".article-body",".interview-body"]},{id:"libreddit",matches:"libreddit.de",selectors:["h2.post_title",".comment_body > .md"]},{id:"notionSite",matches:["notion.site","*.notion.site"],normalizeBody:"body",selectors:["div[data-block-id]"]},{id:"notion_so",matches:["www.notion.so"],injectedCss:["[aria-label='Templates'] font br {display:none;}"]},{id:"newyorker",matches:"www.newyorker.com",additionalSelectors:["h1","[data-testid=SummaryItemHed]"],excludeSelectors:["[data-testid=PersistentTop]","[data-testid=StackedNavigationHeader]"],urlChangeDelay:2e3},{id:"startme",matches:"start.me",selectors:[".rss-article__title",".rss-articles-list__article-link",".rss-showcase__title",".rss-showcase__text"]},{id:"scmp",matches:"www.scmp.com",additionalSelectors:[".info__subHeadline",".section-content h2"],globalStyles:{".topic__article-list":"height: unset;",".adverisers__adveriser":"height: unset;",".advertiser__content":"height: unset;",".content-title__link":"display:unset;overflow:unset;-webkit-line-clamp:unset;",".title__text":"max-height:unset; -webkit-line-clamp:unset;",".news-list-item__news-title":"max-height:unset; -webkit-line-clamp:unset;","a[class*='link'] > .link__headline":"max-height:unset; -webkit-line-clamp:unset;"},"bodyRule.add":{bodySelector:"[data-qa='ArticleList-Item']",articleSelector:"[data-qa='GenericArticle-Content']",xpathRule:["datatype:p"]}},{id:"lesswrong",matches:"www.lesswrong.com",extraBlockSelectors:["span.commentOnSelection"]},{id:"mastodon",matches:["mastodon.social","mastodon.online","kolektiva.social","indieweb.social","mastodon.world","infosec.exchange"],isTranslateTitle:!1,selectorMatches:["div#mastodon"],selectors:["div.status__content__text",".about__section__body",".content",".form-container",".account__header__extra"],globalAttributes:{"[class='notranslate app-holder']":{class:"app-holder"}},detectLanguage:!0},{id:"cnbc",matches:"www.cnbc.com",urlChangeDelay:1e3,globalStyles:{"div.Card-titleContainer > div":"-webkit-line-clamp: unset;max-height: unset;"},"excludeSelectors.add":["#GlobalNavigation","#GlobalFooter",".LiveBlogHeader-timestampAndShareBarContainer",".LiveBlogHeader-liveUpdatesPill"]},{id:"dailyDev",matches:"app.daily.dev",selectors:["h1",".typo-body","article h3","[class^=markdown_markdown]"],globalStyles:{".line-clamp-3":"-webkit-line-clamp: unset"}},{id:"pornhub",matches:["*.pornhub.com","pornhub.com"],excludeMatches:["*.pornhub.com/insights/*","pornhub.com/insights/*"],extraBlockSelectors:[".trendingNow",".searchItem",".tagcloud > a"],detectParagraphLanguage:!0,wrapperPrefix:"
",wrapperSuffix:` +?`]},azure:{placeholderDelimiters:["@","#"]},you:{placeholderDelimiters:["@","#"]},openl:{placeholderDelimiters:["@","#"]},niu:{placeholderDelimiters:["@","#"]}},shortcuts:{toggleTranslatePage:"Alt+A",toggleTranslateTheWholePage:"Alt+W",toggleOnlyTransation:"",toggleTranslateToThePageEndImmediately:"",toggleTranslationMask:"",shareToDraft:"",toggleMouseHoverTranslateDirectly:""},tempTranslateDomainMinutes:0,translationParagraphLanguagePattern:{matches:["onboarding.immersivetranslate.com","www.reddit.com","old.reddit.com","twitter.com","www.tumblr.com","*.twitter.com","medium.com","*.medium.com","github.com","gist.github.com","www.facebook.com","www.youtube.com","m.youtube.com","read.readwise.io","www.inoreader.com","mail.google.com","google.com","discord.com","*.instagram.com","instagram.com","web.telegram.org","web.whatsapp.com","*.slack.com","*.indeed.com","outlook.live.com","https://bsky.app","store.steampowered.com","test-app.immersivetranslate.com","app.immersivetranslate.com"],excludeMatches:[],selectorMatches:["meta[property='al:ios:url'][content^='medium://']"],selectorExcludeMatches:[]},sourceLanguageUrlPattern:{},selectTranslationFont:"",translationFonts:["Microsoft YaHei","SimSun","NSimSun","SimHei","Microsoft JhengHei","KaiTi","FangSong","PingFang SC","STHeiti","STKaiti","STSong","STFangsong","STZhongsong","STHupo","STXinwei","STLiti","STXingkai","Hiragino Sans GB","Lantinghei SC","Hanzipen SC","Hannotate SC","Songti SC","Wawati SC","Weibei SC","Xingkai SC","Yapi SC","Yuanti SC","Arial Unicode MS","MingLiU-ExtB","Malgun Gothic","Arial","Calibri","Cambria","Candara","Consolas","Constantia","Corbel","Courier New","Georgia","Lucida Console","MingLiU","PMingLiU","MingLiU_HKSCS","Meiryo","MS Gothic","MS PGothic","MS UI Gothic","MS Mincho","MS PMincho","Segoe UI","Segoe UI Symbol","Tahoma","Times New Roman","Trebuchet MS","Verdana","Gulim","Dotum","Batang","Gungsuh","San Francisco","Helvetica Neue","Hiragino Mincho ProN","Hiragino Kaku Gothic ProN","Yu Gothic","Yu Mincho","Geeza Pro","Al Nile","Tehran","Devanagari MT","Kohinoor Devanagari","Apple SD Gothic Neo","Nanum Gothic"],generalRule:{_comment:"",isTranslateWhenServiceChanged:!0,glossaries:[{k:"LLM",v:""},{k:"LLMs",v:""}],excludeRegexps:["(<\\\\/?[a-zA-Z0-9]+(?:[^>]*?)>)","(||||||||||
|
)"],detectionServiceOrder:["google","bing","transmart"],detectParagraphLanguage:!1,paragraphFirstLetterFontSize:35,toastErrorMinTimes:20,enableSubtitle:!1,"subtitle.autoEnableSubtitle":!1,disableNewTextTranslate:!1,skipEditableCheck:!1,mutationObserverLimitTargetSelectors:[],condition:{},normalizeBody:"",inputExecCommandDeleteEnable:!1,inputConfig:{clearContentEnable:!0,execCommandDeleteEnable:!1},mutationExcludeSelectors:["span.highlighter--highlighted","span.highlighter-ext","mark","msreadoutspan","rw-highlight","web-highlight","font.immersive-translate-target-wrapper *","pre",".uacc-clickable"],mutationExcludeContainsSelectors:["msreadoutspan","[class*='rgh-seen-']","[isInvalidTag]","mh","body","relin-hc"],atomicBlockSelectors:["relin-hc"],shareConfig:{injectCss:!0,removeSelectors:["noscript","script"]},mutationConfig:{consumeTimeout:100,buildTimeout:100,checkSelfUpdate:!0},useIframePostMessage:!1,searchEnhancementConfig:[],injectedCss:[],isOnBoardingPage:!1,isEbook:!1,isEbookBuilder:!1,ignoreZhCNandZhTW:!1,showSponsorOnSafari:!1,noTranslateRegexp:["^\\d+.+ago$","^\\d+\\s+MIN\\s+READ$"],waitForSelectors:[],isInjectOptionsUrl:!1,isInjectVersion:!1,isInjectMeta:!1,waitForSelectorsTimeout:3e3,pairs:{},aiRule:{},subtitleRule:{isInject:!0,autoEnableSubtitle:!1,preTranslation:!1,humanPreferred:!0,disabled:!1,hookType:"xhr",showQuickButton:!0,backgroundColor:"#080808",backgroundOpacity:"75",sourceTextColor:"#FFFFFF",translationTextColor:"#FFFFFF",sourceFontSize:"100",translationMode:"dual",translationPosition:"bottom",translationFontSize:"100",translateGroupCount:5,velocityGroup:[1,3,20]},bodyRule:{enable:!0,maxBodyScreenLength:25,articleChildTags:["P"],articleChildTagsNum:4,bodyIsRoot:!1,humanPreferred:!0,preTranslation:!0,xpathRule:["name:P"]},isSubtitleBuilder:!1,minZIndex:0,initTranslationServiceAsSoonAsPossible:!0,targetWrapperTag:"font",additionalInjectedCss:[],isTranslateTitle:!0,enableSearchEnhancement:!1,searchEnhancementSelector:"#rhs",languageDetectMinTextCount:50,wrapperPrefix:"smart",wrapperSuffix:"smart",isPdf:!1,pdfUrlExtractRule:{},isTransformPreTagNewLine:!1,urlChangeDelay:50,mutationChangeDelay:10,mainFrameMinTextCount:50,mainFrameMinWordCount:5,visibleDelay:0,additionalStayOriginalSelectors:["span.katex","span.notranslate",".MathJax_Preview",".MathJax",".MathJax_SVG",'[aria-labelledby^="MathJax-SVG"]',".mwe-math-element","span[translate=no]","em[translate=no]","code[translate=no]","span.math.inline","span.math.display",".ltx_Math",".mathjax-block",".MathJax_CHTML","kbd","span.pretex-inline","span.math-inline",".reference-citations"],translationBlockStyle:"",isShowUserscriptPagePopup:!0,observeUrlChange:!1,paragraphMinTextCount:4,paragraphMinWordCount:2,shadowRootSelectors:[],blockMinTextCount:24,blockMinWordCount:4,asideMaxTextCount:1e3,asideMaxWordCount:200,asideMaxTextCountPerParagraph:67,asideMaxWordCountPerParagraph:12,lineBreakMaxTextCount:0,globalAttributes:{},inputTutorialsText:"",inputTutorialsSelectors:[],globalMeta:{},globalStyles:{},initialGlobalAttributes:{},initialSelectorGlobalAttributes:{header:{translate:"no"},"footer:last-of-type":{translate:"no"},"nav:last-of-type":{translate:"no"},nav:{translate:"no"}},selectors:[],preWhitespaceDetectedTags:["DIV","SPAN"],stayOriginalSelectors:[],additionalSelectors:["h1","section h2","section h3","section h4","main h2","main h3","main h4",".article-title",".article-subtitle",".article_title",".article_subtitle",".article__title",".articleTitle",".Article__content",".titleLink",".summary",".headline",".page-content","aside.note","aside.article-comments","aside.onebox"],atomicBlockTags:[],excludeSelectors:[],additionalExcludeSelectors:['[contenteditable="true"]',".uacc-clickable","#monica-content-root","#immersive-translate-popup",".social-share",".breadcrumbs",".post__footer",".btn",".share-nav",".o-share","[data-toolbar=share]","rp","rt",".prism-code",".rc-CodeBlock","[role=code]","#omni-extension",".omni-item","div[data-paste-markdown-skip]","table.highlight","div[class^=codeBlockContent]","div[class^=codeBlockLines]","div[class^=token-line]","#liuchan-window > .liuchan-container > *",".material-icons","i.fa","i[class^=fa-]",".notranslate","[translate=no]",".navmenu-container",".google-symbols","h1 br","h2 br","h3 br","h4 br","table thead"],translationClasses:[],excludeTags:["TITLE","LINK","SCRIPT","STYLE","TEXTAREA","SVG","svg","G","NOSCRIPT","BUTTON","BASE","HR","PRE","KBD","WBR","RT","RP","META","MATH","TTS-SENTENCE","AIO-CODE","RELIN-TARGET"],bodyTranslateTags:["FOOTER","ASIDE","BUTTON","NAV"],forceTranslateTags:[],metaTags:["META","SCRIPT","STYLE","NOSCRIPT"],additionalExcludeTags:[],stayOriginalTags:["CODE","TT","IMG","SUP","SUB","SAMP","math","semantics","mrow","mo","mfrac","msup","mi","mn","msqrt","d-math"],additionalStayOriginalTags:[],inlineTags:["A","ABBR","FONT","ACRONYM","B","INS","DEL","RUBY","RP","RB","BDO","MARK","BIG","RT","NOBR","CITE","DFN","EM","I","LABEL","Q","S","SMALL","SPAN","STRONG","SUB","SUP","U","KBD","TT","VAR","IMG","CODE","SCRIPT","STYLE","LINK","TIME","META","WBR","RELIN-HC","RELIN-HIGHLIGHT","RELIN-ORIGIN","RELIN-TARGET","XQDD_HIGHLIGHT_NEW_WORD","NOBR","RW-HIGHLIGHT","HYPOTHESIS-HIGHLIGHT"],additionalInlineTags:[],extraInlineSelectors:["p > a span","p > span a span"],additionalInlineSelectors:[".MathJax_Preview",".MathJax",".highlighter--highlighted",".rw-highlight","ruby *"],extraBlockSelectors:["turbo-frame","readme-toc","#hs_cos_wrapper_post_body","#hs_cos_wrapper_post_body","option","ul > li"],allBlockTags:["BODY","HGROUP","CONTENT","ADDRESS","ARTICLE","ASIDE","DETAILS","BLOCKQUOTE","SELECT","OPTION","CANVAS","DD","DL","DT","FIELDSET","FIGCAPTION","FIGURE","FOOTER","HEADER","FORM","HR","MAIN","SUMMARY","NAV","NOSCRIPT","PRE","SECTION","TABLE","TFOOT","UL","VIDEO","P","DIV","H1","H2","H3","H4","H5","H6","UL","LI","OL","BR","PICTURE","TBODY","TR","TD","TH","SOURCE","C-WIZ","BUTTON","TURBO-FRAME","README-TOC"],mutationObserverContainerSelectors:[],pdfNewParagraphLineHeight:2.4,pdfNewParagraphIndent:1.2,pdfNewParagraphIndentRightIndentPx:130,fingerCountToToggleTranslagePageWhenTouching:4,fingerCountToToggleTranslationMaskWhenTouching:0,fingerCountToToggleTranslagePageOnlyTranslationWhenTouching:0,touchShortcutsToggleTranslatePage:"fingers.4",touchShortcutsToggleTranslationMask:"touchShortcutsOff",touchShortcutsToggleTranslatePageOnlyTranslation:"touchShortcutsOff",touchShortcutsToggleTranslateTouchElement:"touchShortcutsOff",touchShortcutsToggleTranslateTouchElementPreferenceKey:"slide.left",mouseHoverHoldKey:"Off",mouseHoverPreferenceKey:"Ctrl"},rules:[{id:"isSubtitleBuilder",isSubtitleBuilder:!0,pageType:"subtitleBuilder",selectorMatches:["meta[name='immersive-translate-subtitle-builder'][content='true']"],pairs:{".source-text":".target-text"},paragraphMinTextCount:4,paragraphMinWordCount:2,isTranslateTitle:!1,wrapperPrefix:"",wrapperSuffix:"","bodyRule.add":{enable:!1}},{id:"isEbook",isEbook:!0,pageType:"ebookReader",isTranslateTitle:!1,urlChangeDelay:200,selectorMatches:["meta[name='immersive-translate-ebook-viewer'][content='true']"],injectedCss:[".immersive-translate-target-translation-block-wrapper {display:block;}"],excludeSelectors:["#drop-target","#drop-target h1","#side-bar","h1#side-bar-title"],extraInlineSelectors:["span.dropcaps"],"bodyRule.add":{enable:!1},paragraphMinTextCount:4,paragraphMinWordCount:2,blockMinTextCount:1,blockMinWordCount:1,containerMinTextCount:1,wrapperPrefix:"
",targetWrapperTag:"span"},{id:"pdf",isPdf:!0,isTranslateTitle:!1,pageType:"pdfReader",selectorMatches:["meta[name='immersive-translate-pdf-viewer'][content='true']"],matches:["https://app.immersivetranslate.com/pdf","https://app.immersivetranslate.com/pdf/","https://app.immersivetranslate.com/pdf/*","http://localhost:38001/pdf*"],"additionalExcludeSelectors.remove":['[contenteditable="true"]'],isTranslateWhenServiceChanged:!1,translationMode:"translation",skipEditableCheck:!0,selectors:["p"],"bodyRule.add":{enable:!1},injectedCss:[".immersive-translate-target-wrapper {display: contents!important;position:absolute;}",".immersive-translate-target-wrapper br {display: none;!important;}",".immersive-translate-target-wrapper span {position: relative;!important;}",".immersive-translate-error-wrapper {padding:0px !important;margin:0px !important;}","font {line-height: 0!important;}"],globalAttributes:{"[class='textLayer']":{translate:"no"}},mutationExcludeContainsSelectors:["font.immersive-translate-target-wrapper"],"shareConfig.add":{removeSelectors:["noscript","script",".toolbar","#sidebarContainer",'[class="page"]',".editorParamsToolbar",".image-mode",".im_db",".im_cb"]},wrapperPrefix:"",isInjectVersion:!0},{id:"sci-hub.pdfWebPage",matches:["sci-hub.*"],waitForSelectorsTimeout:1,pdfUrlExtractRule:{selector:"#pdf",attribute:"src"}},{id:"common.pdfWebPage",waitForSelectorsTimeout:1,selectorMatches:["embed[type='application/pdf']"]},{id:"isEbookBuilder",matches:["https://app.immersivetranslate.com/ebook/make/","http://localhost:38001/ebook/make/"],isEbookBuilder:!0,pageType:"ebookBuilder",toastErrorMinTimes:500,isTranslateWhenServiceChanged:!1,isTranslateTitle:!1,targetWrapperTag:"span",selectorMatches:["meta[name='immersive-translate-ebook-builder'][content='true']"],injectedCss:[".immersive-translate-target-translation-block-wrapper {display:block;}"],globalMeta:{},excludeSelectors:["h1.notranslate","#drop-target","#drop-target h1","#side-bar","h1#side-bar-title","#tool",".Code"],"bodyRule.add":{enable:!1},isInjectMeta:!0,paragraphMinTextCount:4,paragraphMinWordCount:2,blockMinTextCount:1,blockMinWordCount:1,containerMinTextCount:1,wrapperPrefix:"
"},{id:"immersiveTranslateIosOnBoarding",selectorMatches:["meta[name=immersiveTranslateIosOnBoarding]"],initialGlobalAttributes:{"input#immersiveTranslateDetectedSlot":{value:"true"}},isInjectOptionsUrl:!0,isInjectVersion:!0,isInjectMeta:!0},{id:"immersiveTranslateIosOnBoardingStep1",selectorMatches:["meta[name=immersiveTranslateIosOnBoardingStep1]"],isOnBoardingPage:!0,isInjectOptionsUrl:!0,isInjectVersion:!0,isInjectMeta:!0},{id:"immersivePreview",matches:["https://immersivetranslate.com/preview*","https://test.immersivetranslate.com/preview*","https://immersivetranslate.com/drafts*","https://test.immersivetranslate.com/drafts*"],isInjectVersion:!0,isInjectMeta:!0,waitForSelectorsTimeout:1},{id:"pro-pdf",matches:["https://*.immersivetranslate.com/pdf-pro*"],pageType:"pdfProReader","excludeSelectors.add":["table"],isInjectVersion:!0,isInjectMeta:!0,waitForSelectorsTimeout:1},{id:"immersive",matches:["https://immersivetranslate.com","https://test.immersivetranslate.com","https://onboarding.immersivetranslate.com","https://app.immersivetranslate.com","https://test-app.immersivetranslate.com","http://localhost:38001"],isInjectVersion:!0,isInjectMeta:!0,waitForSelectorsTimeout:1},{id:"simpread",selectorMatches:"div.simpread-read-root.simpread-read-root-show > sr-read",mainFrameSelector:"div.simpread-read-root.simpread-read-root-show > sr-read"},{id:"txt",matches:["*://*/*.txt","file://*/*.txt"],selectorMatches:["body > pre"],"mutationExcludeSelectors.add":["body"],isTransformPreTagNewLine:!0,"excludeTags.remove":["PRE"]},{id:"hangejp",matches:["arad.hange.jp","arad.nexon.co.jp","oapi.dingtalk.com","login.dingtalk.com"],useIframePostMessage:!1},{id:"preSites",matches:["mail.jabber.org","antirez.com","patchwork.kernel.org","lists.apache.org","manned.org","bugs.webkit.org","bugzilla.mozilla.org","lwn.net/Articles/*","docs.haproxy.org","man.freebsd.org","www.oreilly.com/openbook/opensources/book/*","gamefaqs.gamespot.com"],isTransformPreTagNewLine:!0},{id:"wikipedia",matches:"*.wikipedia.org",paragraphMinWordCount:2,paragraphMinTextCount:4,injectedCss:[".immersive-translate-target-translation-block-wrapper { display: block; }"],excludeSelectors:[".mw-editsection",".mw-cite-backlink","#p-lang-btn","#right-navigation","#p-associated-pages",".vector-header"],stayOriginalSelectors:[".chemf",".mwe-math-element","[role=math]",".nowrap"],extraInlineSelectors:[".chemf",".mwe-math-element","[role=math]",".nowrap"],"bodyRule.add":{bodySelector:"#content",articleSelector:"#bodyContent"}},{id:"twitter",matches:["twitter.com","mobile.twitter.com","tweetdeck.twitter.com","pro.twitter.com","https://platform.twitter.com/embed*"],additionalStayOriginalSelectors:['[data-testid="tweetText"] a',"[data-testid='UserDescription'] a","[data-testid='HoverCard'] a","[data-testid='UserCell'] a","[data-testid='birdwatch-pivot'] a"],blockMinTextCount:0,blockMinWordCount:0,excludeSelectors:["[aria-describedby][role=button]","header","[data-testid='radioGroupplayback_rate'] div","[data-testid='userFollowIndicator']","[class='css-901oao r-14j79pv r-37j5jr r-n6v787 r-16dba41 r-1cwl3u0 r-bcqeeo r-qvutc0']","[class='css-175oi2r r-1wbh5a2 r-dnmrzs']"],extraBlockSelectors:['[data-testid="tweetText"] div.r-6koalj'],extraInlineSelectors:['[data-testid="tweetText"] div.r-xoduu5','[data-testid="tweetText"] span','[data-testid="UserDescription"] div',"[data-testid='HoverCard'] div[dir=auto] div","[data-testid='HoverCard'] span[dir=auto] div"],globalStyles:{"[data-testid='card.layoutLarge.detail'] > div:nth-child(2)":"-webkit-line-clamp: unset;","[data-testid='card.layoutSmall.detail'] > div:nth-child(2)":"-webkit-line-clamp: unset;","[data-testid='tweetText']":"-webkit-line-clamp: unset;"},ignoreZhCNandZhTW:!0,isTranslateTitle:!1,useIframePostMessage:!1,observeUrlChange:!1,paragraphMinTextCount:2,paragraphMinWordCount:1,selectors:['[data-testid="tweetText"]',".tweet-text",".js-quoted-tweet-text","[data-testid='card.layoutSmall.detail'] > div:nth-child(2)","[data-testid='developerBuiltCardContainer'] > div:nth-child(2)","[data-testid='card.layoutLarge.detail'] > div:nth-child(2)","[data-testid='cellInnerDiv'] div[data-testid='UserCell'] > div> div:nth-child(2)","[data-testid='UserDescription']","[data-testid='HoverCard'] div[dir=auto]","[data-testid='HoverCard'] span[dir=auto]","[data-testid='HoverCard'] [role='dialog'] div[dir=ltr]","[data-testid='birdwatch-pivot'] div[dir=ltr]"],"subtitleRule.add":{type:"live",isInject:!1,injectedCss:["#layers[style='z-index: 1;'] [style='height: 100px;'] { height: 400px !important; }"],liveSubtitleRule:{containerSelector:".css-175oi2r.r-13awgt0.r-1pi2tsx.r-13qz1uu > [role='listbox']",reportSelector:".css-175oi2r.r-1awozwy.r-173mn98.r-1mf7evn.r-7e3msg",textSelectors:[".css-1rynq56.r-bcqeeo.r-qvutc0.r-37j5jr.r-a023e6.r-16dba41.r-dhbnww.r-1pb70le"],mutationChangeDelay:1e3}},"subtitleRule.add_v.[1.2.1]":{type:"twitter",videoPlayerSelector:"video",loadingStyle:"bottom: unset; top: 5%;",injectedCss:["#layers[style='z-index: 1;'] [style='height: 100px;'] { height: 400px !important; }","video::cue {white-space: pre-line;}"]}},{id:"threads",matches:"www.threads.net",selectors:["p",".x1npkx4u.x1exu5d8",".xw7yly9",".xgkxs2y",".x1xdureb.xqti54a.x13vxnyz",".xqti54a.x13vxnyz.x49hn82.xcrlgei.x889kno"],stayOriginalSelectors:[".x1rg5ohu",".xat24cr.xdj266r a"],"excludeSelectors.add":[".x6s0dn4.x78zum5",".xpvyfi4.x1npkx4u.x1ms6mhf"],globalStyles:{span:"max-height:unset;-webkit-line-clamp:unset;height:unset;white-space:unset;"}},{id:"stackoverflow",matches:["stackoverflow.com","*.stackexchange.com","superuser.com","askubuntu.com","serverfault.com"],extraBlockSelectors:["span.comment-copy"],globalStyles:{".s-post-summary--content-excerpt":"-webkit-line-clamp:unset;"},"excludeSelectors.add":[".votecell","header","#footer","#question-header + div","div.postcell div.mb0","div[id^=comments-link-]","#answers-header",".new-post-login",".form-submit","a[href='/questions/ask']","#left-sidebar","a.comment-user","span.comment-date","div.s-prose.js-post-body + div",".bottom-notice","div[data-campaign-name=stk]",".s-post-summary--stats",".s-post-summary--meta"],paragraphMinTextCount:4,paragraphMinWordCount:2},{id:"appleDeveloper",matches:"developer.apple.com/documentation/*",selectors:[".container","h3.title","div.content"]},{id:"hackerNews",matches:"news.ycombinator.com",selectors:[".titleline > a",".comment > .commtext",".toptext","a.hn-item-title",".hn-comment-text",".hn-story-title"],excludeSelectors:[".reply"]},{id:"quora",matches:["*.quora.com","quora.com"],excludeSelectors:[".dom_annotate_multifeed_bundle_AskQuestionPromptBundle",".dom_annotate_feed_switcher","[class='q-box qu-py--small qu-color--gray_light']","[class='q-box spacing_log_answer_header']","[class='q-box qu-flex--auto']","[class='q-text qu-dynamicFontSize--small qu-mt--small qu-color--gray_light qu-passColorToLinks']",".AnswerFooter___StyledFlex-sc-2xbo88-0","[class='q-box qu-mb--small']"],globalStyles:{".qu-truncateLines--3":"-webkit-line-clamp: unset;"}},{id:"oldReddit",matches:["old.reddit.com/*/.compact","old.reddit.com/.compact","www.reddit.com/*/.compact","www.reddit.com/.compact"],selectors:[".title > a",".usertext-body"],detectParagraphLanguage:!0},{id:"otherOldReddit",matches:"old.reddit.com",selectors:["p.title > a","[role=main] .md-container"],detectParagraphLanguage:!0},{id:"redditList",matches:["https://www.reddit.com/r/*/comments/*/*","https://www.reddit.com/","https://www.reddit.com/hot/","https://www.reddit.com/new/","https://www.reddit.com/top/"],excludeMatches:["https://www.reddit.com/r/*/wiki/*"],observeUrlChange:!0,selectors:["h1",".PostHeader__post-title-line","[data-click-id=body] h3","[data-click-id=background] h3","[data-testid=comment]","[data-adclicklocation='title'] h3","[data-adclicklocation=media]","[data-testid='post-title-text']",".PostContent",".post-content",".Comment__body","faceplate-batch .md","[slot=comment]",".RichTextJSON-root","[slot=title]","[slot=text-body]","p.title > a","[role=main] .md-container"],detectParagraphLanguage:!0,globalStyles:{"div.XPromoBottomBar":"display:none","[class*='line-clamp']":"-webkit-line-clamp: unset"},waitForSelectors:["[data-testid=post_author_link]"],"inputConfig.add":{clearContentEnable:!1}},{id:"reddit",matches:"www.reddit.com",selectors:["#search-results-tab-slot","h1",".PostHeader__post-title-line","[data-click-id=body] h3","[data-click-id=background] h3","[data-testid=comment]","[data-adclicklocation='title'] h3","[data-testid='post-title-text']","[slot=comment]","[data-adclicklocation=media]",".PostContent",".post-content",".Comment__body","faceplate-batch .md","[slot=text-body]","p.title > a","[role=main] .md-container","#-post-rtjson-content",".RichTextJSON-root","[slot='title']"],excludeSelectors:[".text-neutral-content-weak"],paragraphMinTextCount:5,paragraphMinWordCount:2,excludeMatches:["https://www.reddit.com/r/*/wiki/*","https://www.reddit.com/settings/*"],detectParagraphLanguage:!0,globalStyles:{"div.XPromoBottomBar":"display:none","[class*='line-clamp']":"-webkit-line-clamp: unset"}},{id:"reuters",matches:"www.reuters.com",excludeSelectors:["[promotext]","[data-testid=Leaderboard]","[data-testid=HomeTickerV2]","[data-testid=SiteFooter]","[class^=refinitiv-promo-bar__container]","[data-testid=ResponsiveAdSlot]","[data-testid=SiteHeader]","[data-testid=HomeTickerV2]"]},{id:"npmjs",matches:"https://www.npmjs.com/package/*",selectors:["#tabpanel-readme > div:first-child"]},{id:"github",matches:"github.com",useIframePostMessage:!1,excludeMatches:["https://github.com/*/*/settings","https://github.com/settings/*","https://github.com/sponsors/*","https://github.com/readme/*","https://github.com/readme/","https://github.com/features/*","https://github.com/customer-stories/*"],mutationExcludeSelectors:[".react-blob-sticky-header *"],selectors:["h1","[aria-label=Issues] .markdown-title","[aria-labelledby=discussions-list] .markdown-title","h3 .markdown-title",".markdown-body",".Layout-sidebar p","div > span.search-match","li.repo-list-item p","#responsive-meta-container p","article p","div.repo-description p","[itemprop=description]",".integrations-auth-wrapper",".new-feed-onboarding-notice","article section[aria-label='card content'] > div > div > div > div:nth-child(2)",".TimelineItem-body .Link--primary",'[role="navigation"] p','[data-testid="commit-row-item"] h4'],atomicBlockSelectors:["[itemprop=description]"],excludeSelectors:[".css-truncate","[data-test-selector='commit-tease-commit-message']","[data-test-selector='create-branch.developmentForm']","div.Box-header.position-relative","div.blob-wrapper-embedded","div.Box.Box--condensed.my-2","div.jp-CodeCell",'[aria-label="Account"] .markdown-title',".js-repos-container .markdown-title","a.anchor","div.file-navigation + div.Box"],extraBlockSelectors:[],extraInlineSelectors:["g-emoji","a.anchor"],stayOriginalTags:["CODE","TT","G-EMOJI","IMG","SUP","SUB"],"stayOriginalSelectors.add":[".issue-link"],detectParagraphLanguage:!0,globalStyles:{".TimelineItem-body .Link--primary":"-webkit-line-clamp: unset;"}},{id:"github-blog",matches:["github.blog"],injectedCss:["font {word-break: break-all !important;}"]},{id:"githubNotebook",matches:"notebooks.githubusercontent.com",useIframePostMessage:!1,excludeSelectors:["div.jp-CodeCell"]},{id:"facebook",matches:"www.facebook.com",excludeMatches:["https://www.facebook.com/business/*","https://www.facebook.com/help*"],selectors:["div[dir=auto][style]","div[dir=auto][class]","span[lang]"],atomicBlockSelectors:["div[dir=auto][style]","div[dir=auto][class]","span[lang]"],insertPosition:"afterend",preWhitespaceDetectedTags:["DIV","SPAN"],extraBlockSelectors:["span.x1vvkbs"],excludeSelectors:["[role=button]"],translationClasses:["immersive-translate-text"],detectParagraphLanguage:!0},{id:"youtubeMobile",matches:"m.youtube.com",selectors:[".comment-text","#content-text",".media-item-headline",".slim-video-information-title",".yt-spec-button-view-model",".yt-core-attributed-string > span",".title"],shareConfig:{injectCss:!1,removeSelectors:["iron-iconset-svg","iframe","ytd-watch-next-secondary-results-renderer","noscript","script"]},"mutationConfig.add":{checkSelfUpdate:!1},"excludeTags.remove":["BUTTON"],additionalExcludeSelectors:[".ytp-caption-window-container","text"],"subtitleRule.add":{type:"youtube",subtitleUrlRegExp:"(/api/timedtext|videoplayback\\?expire.*text)",translateSelectors:[".caption-window",".caption-visual-line"],videoPlayerSelector:".html5-video-player.playing-mode,.html5-video-player.paused-mode",loadingContainerSelector:".ytp-caption-window-container",videoADSelector:".ytp-ad-player-overlay",injectedCss:["#player-shorts-container .ytp-caption-window-bottom {top: 40px; bottom: unset!important;}"],videoSelector:".html5-video-player.playing-mode video,.html5-video-player.paused-mode video",translationOnlyPattern:["m.youtube.com/watch*","m.youtube.com/embed*","m.youtube.com/shorts*"],attachRule:{appendSelector:".html5-video-player.playing-mode,.html5-video-player.paused-mode",injectedCSS:[".imt-caption-container {z-index:40;}"],injectedGlobalCSS:[".caption-window {display: none;} ","shorts-video #immersive-translate-caption-window { height: 150px;}"]}},wrapperPrefix:"",wrapperSuffix:"",observeUrlChange:!0,atomicBlockSelectors:[".comment-text"],globalStyles:{".comment-text":"max-height:unset;",".media-item-headline":"max-height:unset;-webkit-line-clamp:unset;"},injectedCss:[".immersive-translate-target-wrapper img { width: 16px; height: 16px }"],extraBlockSelectors:[".caption-visual-line"]},{id:"youtube",matches:"www.youtube.com",blockMinTextCount:0,blockMinWordCount:0,detectParagraphLanguage:!0,lineBreakMaxTextCount:0,shareConfig:{injectCss:!1,removeSelectors:["iron-iconset-svg","iframe","ytd-watch-next-secondary-results-renderer","noscript","script"]},"additionalExcludeSelectors.add":[".ytp-caption-window-container","text"],globalStyles:{"#video-title":"-webkit-line-clamp: unset;max-height: unset;","h1.ytd-watch-metadata":"-webkit-line-clamp: unset;max-height: unset;","yt-formatted-string#video-title":"-webkit-line-clamp: unset;max-height: unset;","ytd-expander.ytd-comment-renderer":"--ytd-expander-max-lines: 1000;"},injectedCss:[".immersive-translate-target-wrapper img { width: 16px; height: 16px }",".metadata-snippet-container {max-height: unset !important;}",".immersive-translate-target-wrapper {text-align: left;}",".immersive-translate-target-wrapper[dir=rtl] {text-align: right;}"],isTranslateTitle:!1,observeUrlChange:!0,selectors:["yt-formatted-string[slot=content].ytd-comment-renderer","yt-formatted-string.ytd-video-renderer","yt-formatted-string#content-text","h1","yt-formatted-string#video-title","yt-formatted-string.span","span#video-title","a#video-title","yt-formatted-string.ytd-transcript-segment-renderer","#description-inline-expander > yt-attributed-string > span","yt-attributed-string > span","ytd-notification-renderer .message","#message",".yt_to_text_transcript_text"],extraBlockSelectors:["yt-formatted-string.ytd-transcript-segment-renderer",".caption-visual-line"],"subtitleRule.add":{type:"youtube",subtitleUrlRegExp:"(/api/timedtext|videoplayback\\?expire.*text)",translateSelectors:[".caption-window",".caption-visual-line"],videoPlayerSelector:".html5-video-player.playing-mode,.html5-video-player.paused-mode",loadingContainerSelector:".ytp-caption-window-container",videoADSelector:".ytp-ad-player-overlay",translationOnlyPattern:["www.youtube.com/watch*","www.youtube.com/embed*","www.youtube.com/shorts*"],subtitleButtonSelector:".html5-video-player.playing-mode .ytp-subtitles-button,.html5-video-player.paused-mode .ytp-subtitles-button",languageSelector:".ytp-menuitem-label",injectedCss:["#shorts-player .ytp-caption-window-bottom {top: 2%; bottom: unset!important;} #immersive-translate-quick-button-container {font-size: 12px;z-index:1001;}"],quickButtonRule:{appendSelector:".ytp-chrome-controls",insertBeforeSelector:".ytp-right-controls"},videoSelector:".html5-video-player.playing-mode video,.html5-video-player.paused-mode video",attachRule:{appendSelector:".html5-video-player.playing-mode,.html5-video-player.paused-mode",injectedCSS:[".imt-caption-container {z-index:40;}",".imt-caption-window {margin-bottom: 2%}"],injectedGlobalCSS:[".caption-window {display: none;} ","#shorts-player #immersive-translate-caption-window { height: 20%;}",".html5-video-player:not(.ytp-autohide) #immersive-translate-caption-window {bottom: 60px;}"]}},urlChangeDelay:2e3,wrapperPrefix:"
",wrapperSuffix:""},{id:"tvYoutube",matches:"tv.youtube.com","subtitleRule.add":{type:"youtube",preTranslation:!0,humanPreferred:!1,subtitleUrlRegExp:"(/api/timedtext|videoplayback\\?expire.*text)",translateSelectors:[".caption-window",".caption-visual-line"],videoPlayerSelector:".html5-video-player.playing-mode,.html5-video-player.paused-mode",loadingContainerSelector:".ytp-caption-window-container",videoADSelector:".ytp-ad-player-overlay",translationOnlyPattern:["tv.youtube.com/watch*"],subtitleButtonSelector:".ytp-subtitles-button",languageSelector:".ytp-menuitem-label",injectedCss:["#shorts-player .ytp-caption-window-bottom {top: 2%; bottom: unset!important;} #immersive-translate-quick-button-container {font-size: 12px;z-index:1001;}"],quickButtonRule:{appendSelector:".ypcs-control-buttons-right",insertBeforeSelector:".ypcs-control-buttons-right .ypcs-volume-control-slot"},videoSelector:".html5-video-player.playing-mode video,.html5-video-player.paused-mode video",attachRule:{appendSelector:".html5-video-player.playing-mode,.html5-video-player.paused-mode",injectedCSS:[".imt-caption-container {z-index:40;}",".imt-caption-window {margin-bottom: 2%;}"],injectedGlobalCSS:[".caption-window {display: none;} ","#shorts-player #immersive-translate-caption-window { height: 20%;}",".html5-video-player:not(.ytp-autohide) #immersive-translate-caption-window {bottom: 60px;}"]}}},{id:"youtube-subtitle",matches:["www.youtube-nocookie.com","music.youtube.com"],extraBlockSelectors:[".caption-visual-line"],mainFrameMinTextCount:0,"excludeSelectors.add":[".captions-text",".ytp-caption-segment"],"subtitleRule.add":{type:"youtube",subtitleUrlRegExp:"/api/timedtext",translateSelectors:[".caption-window",".caption-visual-line"],videoPlayerSelector:".html5-video-player",loadingContainerSelector:".ytp-caption-window-container",videoADSelector:".ytp-ad-player-overlay",translationOnlyPattern:["www.youtube-nocookie.com/embed*","music.youtube.com/watch*"],subtitleButtonSelector:".ytp-subtitles-button",languageSelector:".ytp-menuitem-label",injectedCss:["#shorts-player .ytp-caption-window-bottom {top: 2%; bottom: unset!important;}"],quickButtonRule:{appendSelector:".ytp-chrome-controls",insertBeforeSelector:".ytp-right-controls"},videoSelector:".html5-video-player video",attachRule:{appendSelector:".html5-video-player",injectedCSS:[".imt-caption-container {z-index:40;}",".imt-caption-window {margin-bottom: 2%;}"],injectedGlobalCSS:[".caption-window {display: none;} ","#shorts-player #immersive-translate-caption-window { height: 20%;}",".html5-video-player:not(.ytp-autohide) #immersive-translate-caption-window {bottom: 60px;}"]}}},{id:"instagramMessage",matches:["https://www.instagram.com/direct/*"],wrapperPrefix:"
",selectors:["div[dir=auto].html-div"]},{id:"instagramPost",matches:["https://www.instagram.com/p/*","https://www.instagram.com/reels/*"],blockMinTextCount:1,paragraphMinTextCount:2,excludeSelectors:["hr+div span[dir=auto][style] > span"],selectors:["h1","ul li h3+div span[dir=auto]","hr+div span[dir=auto][style]","div > div[dir=auto]","div:not([class]) > div > div:nth-child(2)"],wrapperPrefix:"
"},{id:"otherInstagram",blockMinWordCount:1,matches:"https://www.instagram.com/*",paragraphMinTextCount:2,selectors:["h1","article span[dir=auto] > span[dir=auto]","._ab1y","ul li h3+div span[dir=auto]","hr+div span[dir=auto][style]","span[dir=auto] > div > span","div > h1[dir=auto]"],wrapperSuffix:""},{id:"1paragraph",matches:"1paragraph.app",selectors:["#book"]},{id:"poeditor",matches:"https://poeditor.com/projects/*",selectors:[".comment-body",".reference_language .source-string"]},{id:"substack",matches:["*.substack.com","newsletter.rootsofprogress.org"],selectorMatches:["link[href^='https://substackcdn.com/bundle/'][rel=preload]"],excludeSelectors:["[style^=top]",".publication-footer",".subscribe-footer",".main-menu",".navbar-title-link","[data-testid='navbar']",".navbar-title",".captioned-button-wrap",".subscription-widget-wrap",".tweet-header",".tweet-link-bottom",".expanded-link",".meta-subheader",".comment-meta",".comment-actions"],globalStyles:{".reader2-clamp-lines":"max-height: unset; -webkit-line-clamp: unset;","[class*='clamp-']":"max-height: unset; -webkit-line-clamp:unset;",".blurb-text":"max-height: unset;",".comment-body":"max-height: unset;"},extraBlockSelectors:[".reader2-post-title",".tweet-link-top",".tweet-link-bottom",".expanded-link"]},{id:"seekingalpha",matches:["seekingalpha.com/article/*","seekingalpha.com/news/*"],selectors:["[data-test-id=card-container]","[data-test-id=comments-section]"],excludeSelectors:["[data-test-id=post-page-meta]","header > div:first-child"]},{id:"hnAlgolia",matches:"hn.algolia.com",selectors:[".Story_title > a:first-child",".Story_comment > span"]},{id:"readwise",matches:"read.readwise.io",selectors:["div[class^='_titleRow_']","#document-text-content"],detectParagraphLanguage:!0},{id:"inoreader",matches:["www.inoreader.com","*.inoreader.com"],selectors:[".article_header_title",".article_title_link",".article_content",".article_magazine_title_link",".blog-post-page","#welcome_center",".gad_overview_articles_wrapper",".library_article_text h4",".header_name"],excludeMatches:["https://www.inoreader.com/features/"],observeUrlChange:!1,globalStyles:{".article_title_link,.library_article_text h4,.gadget_overview_article_title,.article_magazine_title_link,.reader_pane_view_style_2 .column_view_title":"-webkit-line-clamp: unset;max-height: unset;",".article_tile_content_wraper,div.article_tile":"overflow:auto",".article_header_title":"white-space:normal"}},{id:"aha",matches:"*.ideas.aha.io",excludeSelectors:[".comment-header",".vote-status",".idea-meta",".filters-title",".ideas-showing-count",".my-ideas-filters-wrapper",".statuses-filters-wrapper",".categories-filters-wrapper","[class^='attachment']","span[class^='attachment-name']"]},{id:"googleScholar",matches:["scholar.google.*/*","scholar.google.com.*/*","scholar.google.co.*/*"],wrapperPrefix:` +`,selectors:["h3 a[data-clk]","div.gs_rs","td a.gsc_a_at","td div.gs_gray:last-of-type","div.gsc_oci_value","#gs_opinion"],extraInlineSelectors:["br"],atomicBlockSelectors:["h3 a[data-clk]"]},{id:"googleMail",matches:"mail.google.com",detectParagraphLanguage:!0,selectors:["h2[data-thread-perm-id]","span[data-thread-id]","div[data-message-id] div[class='']",".messageBody","#views"],globalStyles:{"[role='listitem'] > div":"height:auto!important;white-space:unset!important;"}},{id:"googleNews",matches:"news.google.com",blockMinTextCount:26,blockMinWordCount:5,globalStyles:{".MCAGUe":"height: auto;",".To2ZZb.DbQnIe":"height: unset;",".cp7Yvc > h2":"display: block;",".oovtQ":"height: auto;",h4:"-webkit-line-clamp: unset;"},excludeSelectors:[".EyERq",".AOl7G.eejsDc","[aria-label='Home']","[aria-label='For you']","[aria-label='Following']","[aria-label='World']","[aria-label='Local']",".gb_Fc",".wBQf7b",".yPI8Rb",".jKHa4e",".u43Gd",".Zgjpyb","[role='button']","[jsname='rymPhb']",".cbz1ld",".VfPpkd-P5QLlc",".XvhY1d"]},{id:"outlook",matches:"outlook.live.com",excludeSelectors:[".jHAG3.XG5Jd",".OZZZK",".lDdSm"]},{id:"producthunt",matches:"www.producthunt.com",excludeMatches:"https://www.producthunt.com/stories/*",selectors:["h2","div[class^='styles_htmlText__']","[class^='styles_tagline']","a[href^='/discussions/'].fontWeight-600","button[class^='styles_textButton'] > div > span","h5 + p","div[data-test=product-item-name] + div",".noOfLines-1,.noOfLines-2,.noOfLines-3",".fontWeight-600","[class*='styles_dropdown']","[class*='styles_aboutText']","[class*='styles_titleContainer']","[class*='styles_header'] h1"],globalStyles:{"h5 + p":"height:unset;",".noOfLines-1,.noOfLines-2,.noOfLines-3":"-webkit-line-clamp:unset;"},"excludeTags.remove":["PRE"]},{id:"codeforces",matches:"https://codeforces.com/*","stayOriginalTags.add":["[class^='MathJax']"]},{id:"discord",matches:"https://discord.com/channels/*",isTranslateTitle:!1,selectors:["li[id^=chat-messages] div[id^=message-content]","div[class^=headerText]","section[aria-label='Search Results'] div[id^=message-content]"],extraBlockSelectors:["[class^='embedFieldValue']","li[class^='card'] div[class^='message']","[data-list-item-id^='forum-channel-list'] div[class^='headerText']"],globalStyles:{"div[class^=headerText]":"max-height: unset;","div[class^=message]":"max-height: unset;","div[class^=text]":"max-height: unset;","h3[data-text-variant='heading-lg/semibold']":"-webkit-line-clamp: none;"},detectParagraphLanguage:!0,wrapperPrefix:"
",wrapperSuffix:"",paragraphMinTextCount:4,paragraphMinWordCount:2},{id:"telegram",matches:["web.telegram.org/z/*","web.telegram.org/a/*"],isTranslateTitle:!1,selectors:[".text-content",".message",".reply-markup-button-text",".bot-commands-list-element-description"],"extraBlockSelectors.add":[".message.spoilers-container em",".message.spoilers-container strong"],excludeSelectors:[".time",".peer-title",".document-wrapper",".message.spoilers-container custom-emoji-element"],detectParagraphLanguage:!0},{id:"telegramK",matches:["web.telegram.org/k/*","web.telegram.org/k/"],selectors:[".message",".reply-markup-button-text",".bot-commands-list-element-description"],"extraBlockSelectors.add":[".message.spoilers-container em",".message.spoilers-container strong"],excludeSelectors:[".time",".peer-title",".document-wrapper",".message.spoilers-container custom-emoji-element"],detectParagraphLanguage:!0},{id:"githubGist",matches:"gist.github.com",selectors:[".markdown-body",".readme"],detectParagraphLanguage:!0},{id:"lobste",matches:"lobste.rs",excludeMatches:["https://lobste.rs/about","https://lobste.rs/chat"],selectors:[".u-repost-of",".comment_text",".story_text"]},{id:"slack",matches:"*.slack.com",selectors:[".p-rich_text_block",".p-message_pane__foreword",".c-alert__message","[data-qa=message_attachment_text]"],additionalStayOriginalSelectors:["[data-qa=emoji]"],detectParagraphLanguage:!0},{id:"artstationArtwork",matches:"www.artstation.com/artwork/*",excludeSelectors:".project-description a",selectors:[".project-description","div.project-comment-text"],detectParagraphLanguage:!0},{id:"artstationLearning",matches:"www.artstation.com/learning/courses/*",additionalSelectors:["footer.learning-course-description.ng-star-inserted > span"],excludeSelectors:[".learning-card-meta",".vjs-text-track-display"],"mutationExcludeSelectors.add":[".vjs-text-track-display *"],"subtitleRule.add":{type:"webvtt",subtitleUrlRegExp:"/subtitles/.*\\.(vtt|webvtt)$",loadingContainerSelector:".vjs-text-track-display",quickButtonRule:{appendSelector:".vjs-control-bar",insertBeforeSelector:".vjs-playback-rate",injectCSS:".imt-quick-subtitle-button { font-size: 12px;} .logo,.logo svg { height: 18px !important; width: 18px !important;} .imt-quick-subtitle-pop-content {bottom: 38px !important;}"},videoSelector:"video",attachRule:{appendSelector:".video-js",injectedGlobalCSS:[".vjs-text-track-display {display: none;}",".captions-text: {margin-bottom: 10%;}"]}}},{id:"artstationBlog",matches:["https://www.artstation.com/blogs","https://www.artstation.com/blogs/*"],detectParagraphLanguage:!0,additionalSelectors:[".comment-item-body"],atomicBlockSelectors:[".author-headline",".author-location"],excludeSelectors:["blog-card-thumbnail","blog-card-header",".blog-card-author",".blog-card-meta",".blog-view-header",".blog-grid-title",".post-meta-header"]},{id:"figmaCommunity",matches:"www.figma.com/community/*",normalizeBody:"div.ql-editor[contenteditable='false']",excludeSelectors:["div[class*='metadataRight']","div[class*='commentMetaAndOptions']"],globalStyles:{"div[class*='mini_cardBottomRowSizing']":"height: 3em;"},additionalSelectors:["div[class*='mini_cardBottomRow_Metadata']"],stayOriginalSelectors:["[data-tooltip='tooltip-user-info']"]},{id:"googleIndex",matches:["https://www.google.com/","https://www.google.com.hk/"],excludeSelectors:["#gb","#SIvCob"],inputTutorialsText:"\u8BD5\u8BD5\u8F93\u5165\u4E2D\u6587\u540E\u5FEB\u901F\u8FDE\u51FB 3 \u6B21\u7A7A\u683C\u952E\u7FFB\u8BD1\uFF08\u4EC5\u63D0\u793A\u4E00\u6B21\uFF09",inputTutorialsSelectors:["textarea#APjFqb"],"inputConfig.add":{tutorialsText:"\u8BD5\u8BD5\u8F93\u5165\u4E2D\u6587\u540E\u5FEB\u901F\u8FDE\u51FB 3 \u6B21\u7A7A\u683C\u952E\u7FFB\u8BD1\uFF08\u4EC5\u63D0\u793A\u4E00\u6B21\uFF09",tutorialsSelectors:["textarea#APjFqb"]}},{id:"googleSearch",matches:"www.google.*/search*",blockMinTextCount:32,blockMinWordCount:3,wrapperSuffix:"",detectParagraphLanguage:!0,excludeSelectors:["a h3 + div","div#sfooter","a[role=presentation] > div > div:first-child",".b5ZQcf",".CEMjEf",".MgUUmf.NUnG9d","#result-stats","[role=navigation]","div.sCuL3","div.eFM0qc.BCF2pd","div.WZ8Tjf","div.adDDi","#headerSection","#rateChatDiv","[id=bres]",".title-D5Lgyj","[data-attrid='VisualDigestVideoResult']",".search-enhance-WDIEkP h4",".SPZz6b h2",".CtCigf",".VLkRKc",".EbH0bb",".Wr0c6d",".jleFbf","#searchform",".yg51vc",".CbAZb"],extraBlockSelectors:[".MUFPAc"],"additionalExcludeSelectors.add":["[jscontroller='UsftYd']"],globalStyles:{".V82bz":"-webkit-line-clamp: unset;max-height: unset;margin-bottom:30px",".pe7FNb":"-webkit-line-clamp: unset;",".promotion-3PDMAb":"display: none;",".uAKcGb":"-webkit-line-clamp: unset;max-height: unset;margin-bottom:30px","div[data-content-feature='1'] > div":"-webkit-line-clamp: unset;max-height: unset;","div[style='-webkit-line-clamp:2']":"-webkit-line-clamp: unset;max-height: unset;","div[style='-webkit-line-clamp:3']":"-webkit-line-clamp: unset;max-height: unset;","div[style='-webkit-line-clamp:4']":"-webkit-line-clamp: unset;max-height: unset;",".Pw4Ldf.RsCEN":"height:unset;",".related-question-pair":"overflow:auto;"},ignoreZhCNandZhTW:!0,isTranslateTitle:!1,searchEnhancementConfig:[{id:"google",urlMatch:"https://www\\.google\\..+/search",style:{source:"font-size:12px; margin-bottom: 6px;",enTitle:"margin-top:6px;font-size:14px;",searchTitle:"margin-top:6px;position:relative;padding-right:24px;",more:"color:#1a0dab;margin-top:8px;",enTitleClassName:"immersive-translate-search-enhancement-en-title"},keyword:{value:"[0]$1",matches:[{source:"url",matchRegex:"q=(.+?)&"}]},showCount:5}]},{id:"lowendtalk",matches:"lowendtalk.com",selectors:["[role=heading]","h1",".userContent"]},{id:"linkedinJobs",matches:"www.linkedin.com/jobs/*",selectors:["#job-details > span",".decorated-job-posting__details"]},{id:"linkedinFeed",matches:"https://linkedin.com/feed/*",selectors:["h1",".feed-shared-update-v2__description-wrapper"]},{id:"indiehackers",matches:"www.indiehackers.com",selectors:[".content","h1","h3.story__title",".feed-item__title-link",".article-body",".interview-body"]},{id:"libreddit",matches:"libreddit.de",selectors:["h2.post_title",".comment_body > .md"]},{id:"notionSite",matches:["notion.site","*.notion.site"],normalizeBody:"body",selectors:["div[data-block-id]"]},{id:"notion_so",matches:["www.notion.so"],injectedCss:["[aria-label='Templates'] font br {display:none;}"]},{id:"newyorker",matches:"www.newyorker.com",additionalSelectors:["h1","[data-testid=SummaryItemHed]"],excludeSelectors:["[data-testid=PersistentTop]","[data-testid=StackedNavigationHeader]"],urlChangeDelay:2e3},{id:"startme",matches:"start.me",selectors:[".rss-article__title",".rss-articles-list__article-link",".rss-showcase__title",".rss-showcase__text"]},{id:"scmp",matches:"www.scmp.com",additionalSelectors:[".info__subHeadline",".section-content h2"],globalStyles:{".topic__article-list":"height: unset;",".adverisers__adveriser":"height: unset;",".advertiser__content":"height: unset;",".content-title__link":"display:unset;overflow:unset;-webkit-line-clamp:unset;",".title__text":"max-height:unset; -webkit-line-clamp:unset;",".news-list-item__news-title":"max-height:unset; -webkit-line-clamp:unset;","a[class*='link'] > .link__headline":"max-height:unset; -webkit-line-clamp:unset;"},"bodyRule.add":{bodySelector:"[data-qa='ArticleList-Item']",articleSelector:"[data-qa='GenericArticle-Content']",xpathRule:["datatype:p"]}},{id:"lesswrong",matches:"www.lesswrong.com",extraBlockSelectors:["span.commentOnSelection"]},{id:"mastodon",matches:["mastodon.social","mastodon.online","kolektiva.social","indieweb.social","mastodon.world","infosec.exchange"],isTranslateTitle:!1,selectorMatches:["div#mastodon"],selectors:["div.status__content__text",".about__section__body",".content",".form-container",".account__header__extra"],globalAttributes:{"[class='notranslate app-holder']":{class:"app-holder"}},detectLanguage:!0},{id:"cnbc",matches:"www.cnbc.com",urlChangeDelay:1e3,globalStyles:{"div.Card-titleContainer > div":"-webkit-line-clamp: unset;max-height: unset;"},"excludeSelectors.add":["#GlobalNavigation","#GlobalFooter",".LiveBlogHeader-timestampAndShareBarContainer",".LiveBlogHeader-liveUpdatesPill"]},{id:"dailyDev",matches:"app.daily.dev",selectors:["h1",".typo-body","article h3","[class^=markdown_markdown]"],globalStyles:{".line-clamp-3":"-webkit-line-clamp: unset"}},{id:"pornhub",matches:["*.pornhub.com","pornhub.com"],excludeMatches:["*.pornhub.com/insights/*","pornhub.com/insights/*"],extraBlockSelectors:[".trendingNow",".searchItem",".tagcloud > a"],detectParagraphLanguage:!0,wrapperPrefix:"
",wrapperSuffix:` `,globalStyles:{"span.title":"height:unset; max-height:unset;",".detailedInfo":"max-height:unset;",".pcVideoListItem":"max-height:unset;",".wrap":"height:unset;",".entry-header":"height:unset;",".entry-title > a":"height:unset;-webkit-line-clamp:unset;"}},{id:"yourporn",matches:"https://www.youporn.com/*",extraBlockSelectors:[".button"],globalStyles:{".video-box":"max-height:unset;",".video-box-title":"white-space:unset;"}},{id:"modelhub",matches:"https://www.modelhub.com/*",globalStyles:{".videoTitle":"height:unset;",a:"height:unset;"}},{id:"xvideos",matches:"https://www.xvideos.com/*",globalStyles:{".title":"-webkit-line-clamp:unset;max-height:unset;",".mozaique":"display:flex; flex-wrap:wrap;"},excludeSelectors:[".video-hd-mark"]},{id:"missav",matches:"https://missav.com/*",globalStyles:{".truncate":"white-space:unset;",".overflow-y-hidden":"max-height:unset;overflow-y:unset;"},"subtitleRule.add":{type:"av",avSerial:{type:"url",regexStr:".+/([a-z0-9-]+)$"},videoSelector:".plyr__video-wrapper video",attachRule:{appendSelector:".plyr--video",injectedGlobalCSS:""},quickButtonRule:{appendSelector:".plyr__controls",insertBeforeSelector:'[data-plyr="captions"]'}}},{id:"javbus",matches:"https://www.javbus.com/*",globalStyles:{".photo-info":"height:unset;"},excludeSelectors:[".item-tag","date"]},{id:"spankbang",matches:"https://spankbang.com/*",globalStyles:{".video-item > a":"white-space:unset;"},excludeSelectors:[".stats",".thumb"],extraBlockSelectors:[".searches > a",".tag > a",".extra > a",".positions > li"]},{id:"javdb",matches:"https://javdb*.com/*",globalStyles:{".video-title":"white-space:unset;"},excludeSelectors:[".video-number",".score",".has-addons"]},{id:"jable",matches:"https://jable.tv/*",globalStyles:{".title":"white-space:unset;max-height:unset;",".img-box > a":"position:relative;"}},{id:"netflav.player",matches:["https://netflavns1.com","https://embedrise.com"],mainFrameMinTextCount:0,"subtitleRule.add":{type:"av",avSerial:{type:"url",regexStr:"code=([a-z0-9-]+)"},videoSelector:"#vplayer video",attachRule:{appendSelector:"#vplayer"},quickButtonRule:{appendSelector:"#vplayer .jw-button-container",insertBeforeSelector:"#vplayer .jw-button-container .jw-icon-cc"}}},{id:"netflav",matches:["https://netflav*.com/*"],globalStyles:{".grid_title":"max-height:unset;"},extraBlockSelectors:[".genre_filter_item","button"],"subtitleRule.add":{type:"av",avSerial:{type:"selector",selector:".videodetail_2_field_values",serialAttachIframe:"#iframe-block"}}},{id:"czechvideo",matches:"https://czechvideo.co/*",globalStyles:{".short-story":"height:unset;",".short-title":"height:unset;"},globalAttributes:{header:{translate:"unset;"}}},{id:"weibo",matches:["weibo.com","*.weibo.*"],selectors:["div[class^='detail_wbtext']",".weibo-text"],"stayOriginalSelectors.add":[".expand"]},{id:"medium",matches:["medium.com","*.medium.com"],selectorMatches:["meta[property='al:ios:url'][content^='medium://']"],urlChangeDelay:20,"additionalExcludeSelectors.remove":["i.fa","i[class^=fa-]",".navmenu-container",".google-symbols"],selectors:["h1","h2","h3","article section","[aria-hidden='false'] pre","article p",".postMetaInline","a .u-fontSize24"],excludeSelectors:["[aria-label='Post Preview Reading Time']",".al.b.bl.ag.bp",".al.b.bl.ag.ai",".hx.hy.hz.ia.ib.ab",".qb.ab",".ai.bn.n.mj",".speechify-ignore"],globalStyles:{"h2,h3":"-webkit-line-clamp: unset;max-height:unset;","article p":"-webkit-line-clamp: unset;max-height:unset;"},injectedCss:[".u-lineClamp4,.u-lineClamp3,.u-lineClamp2 {-webkit-line-clamp:unset!important;max-height:unset!important;}"]},{id:"nitter",selectorMatches:["meta[property='og:site_name'][content='Nitter']"],selectors:[".tweet-content",".quote-text"]},{id:"economist",matches:"www.economist.com",extraInlineSelectors:["span[data-caps='initial']"],excludeSelectors:["footer.ds-footer"],injectedCss:["a::before {position:relative!important;}"]},{id:"healthline",matches:"www.healthline.com",excludeSelectors:[".icon-hl-trusted-source-after"]},{id:"ebay",matches:"www.ebay.com",excludeSelectors:["headers","[itemprop=offers]",".dne-itemtile-original-price"],paragraphMinTextCount:4,paragraphMinWordCount:2,globalStyles:{"[itemprop=name]":"-webkit-line-clamp: unset;max-height: unset;",".merch-item-title":"-webkit-line-clamp: unset;max-height: unset;"}},{id:"skinstore",matches:"www.skinstore.com",excludeSelectors:[".responsiveFlyoutMenu_levelOneLink"],paragraphMinTextCount:4,paragraphMinWordCount:2},{id:"tripadvisor",matches:"www.tripadvisor.com",paragraphMinTextCount:4,paragraphMinWordCount:2},{id:"primevideo",matches:["www.primevideo.com","https://*.amazon.co.*/*video*","https://*.amazon.com/*video*"],"excludeSelectors.add":["#dv-web-player"],"mutationExcludeSelectors.add":["#dv-web-player *"],"subtitleRule.add":{type:"ebutt",hookType:"xhr",subtitleUrlRegExp:"\\.ttml2$",loadingContainerSelector:"#dv-web-player"}},{id:"amazon",matches:"www.amazon.com",paragraphMinTextCount:4,paragraphMinWordCount:2,extraBlockSelectors:[".a-size-small.a-link-normal.page-banner-link.a-nowrap"],globalStyles:{".a-carousel-viewport":"height:unset;","[class*='clamp']":"max-height: unset;-webkit-line-clamp: unset;","[data-rows]":"max-height: unset;-webkit-line-clamp: unset;","[data-a-expander-name='review_text_read_more']":" max-height: unset;"},excludeSelectors:["#navFooter","#navbar-main",".s-price-instructions-style","[class*='-star ']","[data-hook='acr-average-stars-rating-text']",".a-color-price"]},{id:"visualstudioMarketplace",matches:"marketplace.visualstudio.com",additionalExcludeSelectors:[".core-info-second-row",".core-info-third-row",".meta-data-list",".item-title",".breadcrumb",".itemDetails-right",".ux-user-name",".ux-updated-date",".ux-item-second-row-wrapper",".stats-and-offer",".header-container"],atomicBlockSelectors:[".core-info-cell > div.name"],globalStyles:{".item-details-control-root.ux-item-shortdesc":"height: unset; overflow: visible; max-height:unset;"}},{id:"bloomberg",matches:"www.bloomberg.com",urlChangeDelay:2e3,excludeSelectors:[".ticker-bar","nav","[aria-label=Banner]","aside","[data-component=ticker-bar]","footer.bb-global-footer",".vjs-text-track-display"],"bodyRule.add":{bodySelector:"main article",articleSelector:".body-content"},"subtitleRule.add":{type:"webvtt",subtitleUrlRegExp:"webvtt$",loadingContainerSelector:".vjs-text-track-display",quickButtonRule:{appendSelector:".vjs-control-bar",insertBeforeSelector:".vjs-playback-rate"}}},{id:"baiduXueshu",matches:"xueshu.baidu.com",globalStyles:{".abstract_wr":"height: unset; overflow: visible; max-height:unset;"}},{id:"sciencedirect",matches:"www.sciencedirect.com",urlChangeDelay:2e3,stayOriginalSelectors:["span.display","span.math"],extraBlockSelectors:["span.captions","span[id^=cap]"],globalAttributes:{"#abspara0010 br":{style:"display:none;"}}},{id:"thehighestofthemountains",matches:"www.thehighestofthemountains.com",extraBlockSelectors:"div"},{id:"telegraph1",matches:"te.legra.ph",normalizeBody:"div.ql-editor[contenteditable='false']",urlChangeDelay:500},{id:"telegraph2",matches:["telegra.ph"],normalizeBody:"div.ql-editor[contenteditable='false']",wrapperPrefix:` `},{id:"annasArchive",matches:["*.annas-archive.org","annas-archive.org"],selectors:[],globalStyles:{"div[id^='link-index-']":"height: unset; max-height: unset;","main div[class*='h-[125]']":"height:auto"},normalizeBody:"body",extraBlockSelectors:["a.custom-a"]},{id:"explainshell",matches:["explainshell.com"],selectors:["[class='help-box']"]},{id:"apnews",matches:["apnews.com"],urlChangeDelay:2e3},{id:"googlePlay",matches:"play.google.com",excludeSelectors:[".vlGucd",".ubGTjb"],globalStyles:{".Epkrse":"-webkit-line-clamp:unset;"}},{id:"tumblr",matches:["www.tumblr.com"],selectors:["article h1","article > header + div","[data-testid=notes-root] p","div.k31gt","p","article ul","article h2","article h3","article h4","article h5","article h6","article blockquote","article ol"],excludeSelectors:["div.fAAi8","div.wvu3V"],preWhitespaceDetectedTags:["DIV","SPAN","P"]},{id:"tinytask",matches:"https://www.tinytask.net",globalStyles:{"table > tbody > tr > td > center > table > tbody > tr > td > ul > li":"height: 100%"}},{id:"foxnews",matches:"www.foxnews.com",shadowRootSelectors:["[data-spot-im-module-default-area='conversation'] > div"],"excludeTags.add":["TEXT","IMG","SUB","SUP","CODE","TT","ASIDE"],excludeSelectors:[".site-footer",".components-MessageDetails-index__message-details-wrapper","div[class^=SlideDown__container]",".components-MessageActions-index__messageActionsWrapper","span[data-openweb-allow-amp]","div.spcv_typing-users"]},{id:"afreecatv",matches:"www.afreecatv.com",globalStyles:{"a.title":"max-height:unset;-webkit-line-clamp:unset;"}},{id:"opennet",matches:"opennet.ru","excludeTags.add":["LABEL","IMG","SUB","SUP","CODE","TT"],"excludeTags.remove":["LINK","G","MATH","TTS-SENTENCE","AIO-CODE"]},{id:"construct",matches:["www.construct.net"],excludeMatches:["preview.construct.net","editor.construct.net"],additionalSelectors:["aside","div.manualContent"],atomicBlockSelectors:[],stayOriginalSelectors:["a.usernameReference"],additionalInlineSelectors:["a.forumLink"],additionalExcludeSelectors:["div.topNav","div.usernameLink","ul.authorDetails","ul.tagViewer","ul.breadCrumbNav","ul.subForumForums","ul.postTools","li.comment ul.controls","div.forumTopNavWrap","div.downloadWrap","div.articleLeftMenu","div.usernameTextWrap","div.favouriteWrap","div.bannerWrapper","div.viewAddonRightMenu","div.extendedMenu.addonsSubMenu","#BottomLinks.bottomLinks","div#LeftSide.leftSide","div#BottomWrap.bottomWrap","div.courseListWrap div.overview","div.conversationControls","div.contentWrapper h1","div.conversationControls","td.location a#LocationLink","#TopLevelComments .topBar","#TopLevelComments .controls",".tagViewWrap",".changeCount",".otherStats",".FilterMenu",".mobileTopicStats",".forumControlsWrapper",".forumsBottomNavWrap",".breadCrumbNav",".favouriteWrap",".usernameLink",".followWrapper",".blogPostStats",".manualContent dl dt"],globalStyles:{"td.location a#LocationLink":"padding-top: 4px;","div.articleMain .tutCourseWrap":"align-items: flex-start;"}},{id:"getpocket",matches:"getpocket.com",selectors:["h2","div.excerpt p","article","h1"],globalStyles:{"h2.title":"max-height:unset;-webkit-line-clamp:unset;","div.excerpt p":"max-height:unset;-webkit-line-clamp:unset;"}},{id:"fandom",matches:"*.fandom.com",urlChangeDelay:800,normalizeBody:"#mw-content-text",globalStyles:{"#mw-content-text > div > div:nth-child(1)":"height:100%;"},additionalExcludeSelectors:["header.fandom-community-header","div.ph-registration-buttons"]},{id:"huggingface",matches:"huggingface.co",globalStyles:{".line-clamp-2":"-webkit-line-clamp:unset;max-height:unset;"}},{id:"statista",matches:"www.statista.com",globalStyles:{".itemContent__text":"height:unset;max-height:unset;",".itemContent__subline":"height:unset;max-height:unset;"}},{id:"epubReader",matches:"epub-reader.online",globalStyles:{"span.slide-contents-item-label":"overflow:visible;max-height:unset;white-space:normal;"},atomicBlockSelectors:["div.slide-contents-item"]},{id:"you",matches:"https://you.com/search",globalStyles:{h3:"max-height:unset;-webkit-line-clamp:unset;",".caKYaC":"max-height:unset;-webkit-line-clamp:unset;",".dDwDsu":"max-height:unset;-webkit-line-clamp:unset;"},excludeSelectors:["div.hpIWZO"]},{id:"auth0Openai",matches:"auth0.openai.com",excludeSelectors:["form","header > h1"]},{id:"chatOpenai",matches:"chat.openai.com",excludeSelectors:["div.absolute.bottom-0.left-0.w-full","h1","div#headlessui-portal-root","nav","ul[aria-multiselectable]",".markdown *","div[class='flex flex-col items-start']","div[class='flex items-center justify-center gap-1 border-b border-black/10 bg-gray-50 p-3 text-gray-500 dark:border-gray-900/50 dark:bg-gray-700 dark:text-gray-300']"],"excludeTags.remove":["BUTTON"],isTranslateTitle:!1,wrapperPrefix:"",globalStyles:{"[class*='line-clamp']":"max-height:unset;-webkit-line-clamp:unset;height:unset;white-space:unset;"},aiRule:{streamingSelector:".result-streaming.markdown",messageWrapperSelector:".markdown",streamingChange:!0,streamingDeepChild:!0,streamingDelayTime:1e3}},{id:"poe",matches:["https://poe.com/*"],excludeSelectors:[".Markdown_markdownContainer__Tz3HQ *",".MarkdownLink_linkifiedLink__KxC9G","menu","aside"],aiRule:{streamingSelector:".ChatStopMessageButton_stopButton__LWNj6",messageWrapperSelector:".Markdown_markdownContainer__Tz3HQ",streamingChange:!1,streamingDeepChild:!0,streamingDelayTime:1e3}},{id:"glasp",matches:"glasp.co",excludeSelectors:[".home_overview_list_content_wrapper"]},{id:"developerChrome",matches:"developer.chrome.com",excludeSelectors:["web-tabs","ul.code-sections--summary"]},{id:"android",matches:["developer.android.google.cn","developer.android.com"],observeUrlChange:!0,additionalSelectors:["aside","google-codelab-step"]},{id:"ft",matches:"www.ft.com",excludeSelectors:["header","[aria-labelledby=cookie-banner-aria-label]","footer","[aria-label='Primary navigation']"]},{id:"microsoft",matches:"https://apps.microsoft.com/store/detail/*",additionalSelectors:["pre"],globalStyles:{".line-clamp":"-webkit-line-clamp:unset;max-height:unset;"},isTransformPreTagNewLine:!0},{id:"gitlab",matches:"gitlab.com",excludeSelectors:[".tree-content-holder","nav",".home-panel-metadata","div[data-testid=project_topic_list]",".commit"]},{id:"tiktok",matches:"https://www.tiktok.com/*/video/*",selectors:["[data-e2e^=comment-level]","[data-e2e=browse-video-desc] > span"]},{id:"rfcEditor",matches:["www.rfc-editor.org","docs.haproxy.org"],isTransformPreTagNewLine:!0,"excludeTags.add":["IMG","SUB","SUP","CODE","TT","ASIDE","FOOTER"],"excludeTags.remove":["LINK","G","PRE","TTS-SENTENCE","AIO-CODE"]},{id:"steamcommunity",matches:"steamcommunity.com",globalStyles:{".forum_topic,.rightbox_list_option":"height:auto;",".forum_topic_name":"white-space:normal;line-height: 1.25rem; padding: 6px 20px 0 0;",".forum_topic_op":"clear: left; padding: 0 0 6px 2rem;"},excludeSelectors:[".forum_paging",".forum_topic_reply_count",".forum_topic_lastpost",".forum_topic_award_count",".discussion_search_pagingcontrols"]},{id:"steampoweredApp",matches:"store.steampowered.com/app/*",selectors:[".game_description_snippet",".game_area_description","#earlyAccessHeader","[id^='ReviewContent'] .content",".ModalOverlayContent"],excludeSelectors:["#global_actions","#store_controls","#foryou_tab","[class*=persona]","[class*=game_title_area]","a.btn_medium",".persona_name",".hours.ellipsis",".checkcol",".postedDate",".dev_row .summary",".already_in_library",".game_header_image_ctn .grid_content",".ds_flag.ds_wishlist_flag",".early_access_review.tooltip",".communitylink_achievement_images",".user_reviews_summary_row.summary",".review_award_ctn",".add_to_wishlist_area",".next_in_queue_content",".glance_tags.popular_tags",".game_purchase_action",".vote_button_ctn","#VoteUpDownBtnCtn","#footer","#ViewAllReviewssummary"],atomicBlockSelectors:[".game_area_sys_req_leftCol",".game_area_sys_req_rightCol"],extraInlineSelectors:[".pulldown"],additionalSelectors:[".game_page_autocollapse_ctn iframe"],globalStyles:{".game_description_snippet":"max-height:unset; overflow: scroll;",".game_purchase_area_friends_want":"height: auto; padding-bottom: 6px;",".div.early_access_banner":"height: 84px",".franchise_notice > *":"height: 84px"},detectParagraphLanguage:!0},{id:"steampowered",matches:"store.steampowered.com",detectParagraphLanguage:!0},{id:"nature",matches:"https://www.nature.com/articles/*",excludeSelectors:[".c-header",".c-recommendations-header",".c-recommendations-list-container",".c-article-references__links",".c-article-identifiers",".c-article-author-list",".c-article-metrics-bar__wrapper",".c-article__pill-button","#author-information-content","#article-info-section"]},{id:"webofscience",matches:"https://www.webofscience.com/*",globalStyles:{".abstract":"height:auto !important;",".show-more-lines":"height:unset !important;"},excludeSelectors:[".summary-left-panel",".authors","app-full-record-keywords mark"],mutationObserverContainerSelectors:["[data-ta='summary-record-title-link']","#FullRTa-fullRecordtitle-0"],extraBlockSelectors:["app-summary-authors + div","app-full-record-keywords span span"],observeUrlChange:!0,urlChangeDelay:600,mutationChangeDelay:600},{id:"appleinsider",matches:["appleinsider.com"],excludeSelectors:["#topic-nav"]},{id:"jetbrains",matches:"https://www.jetbrains.com/help/*",extraBlockSelectors:["[data-test=prompt]"]},{id:"crates",matches:["https://crates.io/search*"],selectors:["div[class^=_description-box] div[class^=_description]"]},{id:"theverge",matches:"www.theverge.com",shadowRootSelectors:["div#coral_thread > div"]},{id:"simp",matches:"https://beta.simp.red/trans*",mainFrameSelector:".simpread-read-root"},{id:"lookintobitcoin",matches:"https://www.lookintobitcoin.com/charts/*",excludeSelectors:["svg"]},{id:"openaiAccount",matches:"https://platform.openai.com/account/api-keys*",urlChangeDelay:1500},{id:"openaiDocs",matches:"https://platform.openai.com/docs*","excludeSelectors.add":[".pheader"]},{id:"pkgStd",matches:"https://pkg.go.dev/std",selectors:["td.UnitDirectories-desktopSynopsis"]},{id:"pkg",matches:"https://pkg.go.dev/*",selectors:["div.UnitDetails p"]},{id:"explainpaper",matches:["https://www.explainpaper.com/reader*"],isTranslateTitle:!1,selectors:[".leading-relaxed",".chat-messages p",".text-sm"]},{id:"colab",matches:"https://colab.research.google.com/*",excludeSelectors:["code","view-line"]},{id:"gatesnotes",matches:"www.gatesnotes.com",minZIndex:-1},{id:"kakao",matches:"page.kakao.com",shadowRootSelectors:["div[style^='visibility: visible'"]},{id:"coinmarketcap",matches:"coinmarketcap.com",extraBlockSelectors:["div[class='sc-3502f6cd-0 JxHqg']"]},{id:"wandb",matches:"wandb.ai",additionalSelectors:[".report-page-top"],additionalStayOriginalSelectors:["span[data-slate-inline=true]"],extraInlineSelectors:[]},{id:"paulgraham",matches:"paulgraham.com",additionalSelectors:["font[face=verdana]"],extraBlockSelectors:"font[face=verdana]"},{id:"zendesk",matches:"https://*.zendesk.com/agent/*",selectors:["[data-test-id*=subject]",".zd-comment",".title"]},{id:"migadu",matches:"webmail.migadu.com",selectors:[".bodyText"]},{id:"thehackernews",matches:"thehackernews.com",excludeSelectors:["span#blog-pager-older-link","span.h-datetime"],additionalSelectors:[".pop-title"]},{id:"brown",matches:"cs.brown.edu",excludeSelectors:[".SCodeFlow"]},{id:"tass",matches:"tass.ru",globalStyles:{"#__next":"font-size: 19px;line-height:28px;"}},{id:"chatGoogle",matches:"chat.google.com",selectors:["[jsname=bgckF]"]},{id:"fiverr",matches:"https://www.fiverr.com/inbox/*",selectors:[".message-body"]},{id:"fiverr-main",matches:"*.fiverr.com",globalStyles:{"h3 > a":"-webkit-line-clamp:unset;overflow:unset;",h3:"-webkit-line-clamp:unset;overflow:unset;",h5:"-webkit-line-clamp:unset;overflow:unset;",p:"-webkit-line-clamp:unset;overflow:unset;",".YLycza2.u9KHmsf":"height:unset;max-height:unset;",".lt2ar2q.EhHcMiw":"height:unset; max-height: unset;"},excludeSelectors:[".popular"]},{id:"jira",matches:["jira.*.com/browse/*","jira.*.com/projects/*"],selectors:["[id=descriptionmodule]","[id=summary-val]","div.action-body","td.stsummary"]},{id:"ahaIo",matches:["*.aha.io"],selectors:["[tabindex='0']","div.user-content","div.comments__body","span.name"]},{id:"thehill",matches:"thehill.com",injectedCss:[".most-popular-item { max-height: unset !important; }",".most-popular-item__link { -webkit-line-clamp: unset !important; }"],excludeSelectors:["div.featured-cards__byline","div.list-item__meta",".tags__item","div.extended-scroll__header",".submitted-by",".site-header--has-alert-banner",".homepage__container__opinion__item__byline",".homepage__container__header",".archive__item__meta"]},{id:"ubuntu",matches:"manpages.ubuntu.com",selectors:["pre"],atomicBlockTags:["pre"]},{id:"spiedigitallibrary",matches:"www.spiedigitallibrary.org","excludeTags.add":["IMG","SUB","SUP","CODE","TT","ASIDE","FOOTER"],"excludeTags.remove":["LINK"]},{id:"promptingguide",matches:"www.promptingguide.ai",selectors:["article","li"]},{id:"ground",matches:"ground.news",globalStyles:{".line-clamp-3":"-webkit-line-clamp: unset !important;"}},{id:"ietf",matches:"*.ietf.org/doc/html/*",additionalSelectors:["pre"],isTransformPreTagNewLine:!0,preWhitespaceDetectedTags:["DIV","SPAN","PRE"]},{id:"newsminimalist",matches:"https://www.newsminimalist.com/",extraBlockSelectors:[".inline-flex"],"excludeTags.remove":["BUTTON"]},{id:"yandexIndex",matches:"https://yandex.com/",selectors:[".tabs__item-text"]},{id:"yandexSearch",matches:"https://yandex.com/search/*",excludeSelectors:[".KeyValue-Row",".EntityFeedbackFooter",".Organic-Subtitle",".SerpFooter-Content",".serp-user",".Pager"],globalStyles:{".ExtendedText-Toggle":"white-space:normal;"}},{id:"yandex",matches:"https://yandex.com/video/*",selectors:[".serp-item__title",".serp-item__text",".Keypoints-ItemTitle",".bes-epmjnzm-idtktyj",".OrganicTitle-LinkText","h1.VideoTitle"],globalStyles:{".serp-item__title":"-webkit-line-clamp: unset;max-height:unset;",".serp-item__text":"-webkit-line-clamp: unset;max-height:unset;",".OrganicTitle-LinkText":"-webkit-line-clamp: unset;max-height:unset;","h1.VideoTitle":"-webkit-line-clamp: unset;max-height:unset;",".link .serp-item__keypoints":"bottom:2px;",".OrganicTitle":"max-height:unset;"}},{id:"perplexity",matches:"https://www.perplexity.ai",globalStyles:{".line-clamp-1":"-webkit-line-clamp: unset !important;",".line-clamp-2":"-webkit-line-clamp: unset !important;"},"mutationConfig.add":{buildTimeout:1e3,consumeTimeout:1e3},additionalStayOriginalSelectors:["a.citation"],selectors:[".prose",".my-md",".line-clamp-2",".line-clamp-1"]},{id:"allmyfaves",matches:"https://allmyfaves.com/",selectors:["p"],paragraphMinTextCount:2,paragraphMinWordCount:1},{id:"man7",matches:"man7.org",isTransformPreTagNewLine:!0,globalStyles:{pre:"white-space: inherit;"}},{id:"kadaza",matches:"https://www.kadaza.com/",selectors:[".header span.title",".custom-content-footer"],containerMinTextCount:2,containerMinWordCount:1,paragraphMinTextCount:2,paragraphMinWordCount:1},{id:"urlChangeDelay",matches:["https://babelnovel.com/books/*","https://www.webnovel.com/book/*","https://platform.openai.com/docs/*","docs.oracle.com","docs-cortex.paloaltonetworks.com","forum.m5stack.com/topic/*","community.m5stack.com/topic/*"],urlChangeDelay:0,_comment:"\u89E3\u51B3url\u53D8\u5316\u91CD\u590D\u7FFB\u8BD1\u95EE\u9898"},{id:"genuine",matches:"blog.genuine.com",excludeSelectors:["div.enlighter"]},{id:"chinadaily",matches:"www.chinadaily.com.cn",injectedCss:["a { height: unset !important; }","li { height: unset !important; }","div { height: unset !important; }",".immersive-translate-target-inner {color:black;}"],excludeSelectors:[".topNav",".topNav2_art > span",".topNav_art2 > .dropdown",".dibu-three",".topBar"]},{id:"braynzarsoft",matches:"www.braynzarsoft.net",selectors:["div#view-question-desc"]},{globalAttributes:{"#stimulus":{translate:"off",class:"stimulus"},"#stem":{translate:"off",class:"stem"}},id:"lawhub",matches:"https://lawhub.lsac.org/question/*"},{id:"yuque",matches:"https://www.yuque.com/*",excludeSelectors:[".lark-virtual-tree"]},{id:"bearblog",matches:"https://bearblog.dev/discover/*",excludeTags:["small"]},{id:"researchgate",matches:"www.researchgate.net",excludeSelectors:[".nova-legacy-v-publication-item__meta-data",".nova-legacy-v-publication-item__person-list",".js-authors-list"]},{id:"theatlantic",matches:["www.theatlantic.com","https://mashable.com/*"],"excludeSelectors.add":["footer:last-of-type","nav","header div.subtitle-2.w-full"],initialSelectorGlobalAttributes:{"footer:last-of-type":{translate:"no"},"nav:last-of-type":{translate:"no"},nav:{translate:"no"}}},{id:"youtrackJetbrains",matches:"youtrack.jetbrains.com/articles/*",selectors:["[role=presentation]","[data-test=article-content]"],excludeSelectors:[".toolbar__ee8"]},{id:"dw",matches:"www.dw.com",initialSelectorGlobalAttributes:{"footer:last-of-type":{translate:"no"},"nav:last-of-type":{translate:"no"},nav:{translate:"no"}},excludeSelectors:[".focus-menu-shown"]},{id:"sentry",matches:"docs.sentry.io",initialSelectorGlobalAttributes:{"footer:last-of-type":{translate:"no"},".navbar":{translate:"no"}},"extraInlineSelectors.add":[".term-wrapper","span.description"]},{id:"openai-blog",matches:"https://openai.com/blog/*","stayOriginalTags.remove":["CODE"]},{id:"urlComment",selectorMatches:["meta[name='generator'][content^='Discourse']"],urlChangeDelay:0,_comment:"\u89E3\u51B3url\u53D8\u5316\u4F46\u662F\u9875\u9762\u4E0D\u53D8\u7684\u95EE\u9898"},{id:"feedly",matches:"feedly.com",globalStyles:{".TitleOnlyLayout":"height:unset !important;",".EntrySummary--u4":"-webkit-line-clamp: unset;max-height:unset;",".EntrySummary--u5":"-webkit-line-clamp: unset;max-height:unset;"},excludeSelectors:[".Leftnav"]},{id:"bardGoogle",matches:"bard.google.com",excludeSelectors:["mat-sidenav","div.capabilities-disclaimer","#cdk-overlay-6","message-actions button",".mdc-button__label .ng-star-inserted",".mdc-list-item__primary-text"],isTranslateTitle:!1,"excludeTags.add":["mat-tooltip-component"],"excludeTags.remove":["BUTTON"]},{id:"whatsapp",matches:"web.whatsapp.com",selectors:[".copyable-text > span"],wrapperPrefix:` -`,wrapperSuffix:"
"},{id:"bing",matches:"https://*.bing.com/search*",extraInlineSelectors:["a","i"],globalStyles:{"[class*='lineclamp'],.b_title":"-webkit-line-clamp:unset;"}},{id:"yahoo",matches:"*.yahoo.*",excludeSelectors:["._ys_jiqava","#ybar-inner-wrap","#Col2-5-Rmp-Proxy"],extraBlockSelectors:[".SIPGg",".sc-kzMCTH.pSZXj"],globalStyles:{"#atomic .Mt\\(20px\\)":"margin-top: 100px;","[class*='LineClamp']":"-webkit-line-clamp:unset;max-height:unset;","a[class*='js-content-viewer']> div[class*='Td\\(n\\)']":"overflow: scroll;","[class*='_ys_24482e']":"-webkit-line-clamp:unset;","#Aside > :first-child":"overflow:scroll;"}},{id:"wsj",matches:"www.wsj.com",excludeSelectors:["header","footer","nav","[aria-label='Markets summary']"]},{id:"businessinsider",matches:"www.businessinsider.com",excludeSelectors:["header","nav","section.live-updates-module "]},{id:"goodreads",matches:"www.goodreads.com",excludeSelectors:[".badgeYear",".gr-mediaBox__desc",".bookVotedRow",".minirating","div[itemprop='aggregateRating']",".wtrButtonContainer",".RatingsHistogram__labelTitle",".FollowButton",".siteHeader__topLevelLink","#books > thead","td[class*='rating']","td[class*='shelves']","td[class*='date_read']","td[class*='date_added']","td[class*='actions']"]},{id:"feeder",matches:"https://feeder.co/*",globalStyles:{".item-summary":"-webkit-line-clamp:unset;"}},{id:"elektrotechnik",matches:"https://www.elektrotechnik.rwth-aachen.de/*",globalAttributes:{"[class='notranslate']":{class:""}}},{id:"nytimes",matches:"www.nytimes.com",excludeSelectors:["#app > div > div > header","#app > div > div > div > div > header","#in-story-masthead"],injectedCss:["a::after {position:relative!important;}"]},{id:"bugsKde",matches:"bugs.kde.org","excludeTags.remove":["svg","PRE"],additionalExcludeSelectors:[".bz_first_comment_head",".bz_comment_head",".related_actions"]},{id:"eastmoney",matches:"guba.eastmoney.com",searchEnhancementConfig:[{id:"eastmoney",urlMatch:"guba.eastmoney.com/news,us\\w+,\\w+.html",delayTime:0,selector:".moneyFlowContainer",selectorAction:"insertBefore",style:{container:"background:white;border:none;border-radius: 4px;box-shadow: 0 2px 4px hsla(216,5%,62%,.14);",source:"font-size:12px; margin-bottom: 0px;",keyword:"color:#294688",title:"font-size:14px;color:#294688;",enTitle:"margin-top:4px;font-size:12px;",searchTitle:"margin:4px 0 16px;position:relative;padding-right:24px;font-size: 16px;",time:"margin: 0px 0 16px;",more:"color:#294688;margin-top:8px;"},keyword:{value:"[0]$1 stock",matches:[{source:"url",matchRegex:"guba.eastmoney.com/news,us(\\w+?),\\S+.html"}]},showCount:8},{id:"eastmoney",urlMatch:"guba.eastmoney.com/list,us\\w+.*.html",delayTime:0,selector:".qualityContentContainer",selectorAction:"insertBefore",style:{container:"background:white;border:none;border-radius: 4px;box-shadow: 0 2px 4px hsla(216,5%,62%,.14);",source:"font-size:12px; margin-bottom: 0px;",keyword:"color:#294688",title:"font-size:14px;color:#294688;",enTitle:"margin-top:4px;font-size:12px;",searchTitle:"margin:4px 0 16px;position:relative;padding-right:24px;font-size: 16px;",time:"margin:0px 0 16px;",more:"color:#294688;margin-top:8px;"},keyword:{value:"[0]$1:[0]$2",matches:[{source:{type:"selector",attribute:"href"},matchRegex:"code=(\\w+)_(\\w+)",match:"a[href*='rank/stock?code=']"}]},showCount:8}]},{id:"xueqiu",matches:"xueqiu.com",searchEnhancementConfig:[{id:"xueqiu",urlMatch:"xueqiu.com/S/[a-zA-Z]+/?$",delayTime:0,selector:".container-side-sm.float-right.stock__side",selectorAction:"appendChild",style:{container:"background:white;border:none;border-radius: 4px;padding:0;",source:"font-size:12px; margin-bottom: 0px;",keyword:"color:#06c",title:"font-size:14px;color:#06c;",enTitle:"margin-top:4px;font-size:12px;",searchTitle:"margin:4px 0 16px;position:relative;padding-right:24px;font-size: 16px;font-weight: bold;",time:"margin:0px 0 16px;",more:"color:#06c;margin-top:8px;"},showCount:8,keyword:{value:"[0]$1",matches:[{source:{type:"selector",attribute:"text"},matchRegex:"\\((.+)\\)",match:".stock-name"}]}}]},{id:"laohu8",matches:"www.laohu8.com",searchEnhancementConfig:[{id:"laohu8",urlMatch:"www.laohu8.com/stock/[a-zA-Z]+/?$",delayTime:0,selector:".hot-stocks-root",selectorAction:"insertBefore",style:{container:"background:white;border:none;border-radius: 4px;box-shadow: 0 2px 4px hsla(216,5%,62%,.14);",source:"font-size:12px; margin-bottom: 0px;",title:"font-size:14px;color: #007bff;",enTitle:"margin-top:4px;color: #4d5156;font-size:12px;",searchTitle:"margin:4px 0 16px;position:relative;padding-right:24px;font-size: 16px;",time:"margin: 0px 0 16px;"},keyword:{value:"[0]$1 stock",matches:[{source:"url",matchRegex:"stock/([a-zA-Z]+)"}]},showCount:8}]},{id:"futunn",matches:"www.futunn.com",searchEnhancementConfig:[{id:"futunn",urlMatch:"www.futunn.com/stock/\\w+-US",delayTime:0,selector:".right",selectorAction:"appendChild",style:{container:"background:white;border:none;border-radius: 4px;box-shadow: 0 2px 4px hsla(216,5%,62%,.14);",source:"font-size:12px; margin-bottom: 4px;",title:"font-size:14px;color: #007bff;",enTitle:"margin-top:4px;color: #4d5156;font-size:12px;",searchTitle:"margin:4px 0 16px;position:relative;padding-right:24px;font-size: 16px;",time:"margin: 4px 0 20px;"},keyword:{value:"[0]$1 stock",matches:[{source:"url",matchRegex:"stock/([a-zA-Z]+)-US"}]},showCount:8}]},{id:"bmvrMarseille",matches:"www.bmvr.marseille.fr",globalStyles:{"a > div":"display:block;","[style*='358px;']":"width: 33.3333%; height: auto; padding: 0px; position: relative; margin: 0px;"},globalAttributes:{"#app":{class:""}}},{id:"piAi",matches:"pi.ai/talk",globalStyles:{"[class*='text-brand-green']":"flex-direction:column;"}},{id:"claudeAi",matches:"claude.ai",excludeSelectors:[".contents *"],"excludeTags.remove":["PRE"],injectedCss:"[data-testid='chat-menu-trigger'] br {display:none;}",aiRule:{messageWrapperSelector:".contents",messageContainerSelector:".ReactMarkdown",messageStreamEndSelector:".contents > button",streamingChange:!0,streamingDeepChild:!1,streamingDelayTime:1e3}},{id:"feishu",matches:["*.feishu.cn","*.larkoffice.com","*.larksuite.com"],"additionalExcludeSelectors.remove":[".notranslate","[translate=no]"],mutationObserverLimitTargetSelectors:[".maindocbody","div[class*='render']","div[class*='block']"],"excludeSelectors.add":[".catalogue__list"]},{id:"gitbook",selectorMatches:[".gitbook-root"],"additionalExcludeSelectors.remove":[".notranslate","[translate=no]"],"additionalExcludeSelectors.add":["[spellcheck='false']"]},{id:"mitre",matches:"cwe.mitre.org",globalStyles:{"span.list_entry":"height: unset;"}},{id:"kaggle",matches:"www.kaggle.com",excludeTags:["i","button"]},{id:"ieee",matches:"spectrum.ieee.org",extraBlockSelectors:["small"]},{id:"ieeexplore",matches:"ieeexplore.ieee.org",stayOriginalSelectors:["a[ref-type]",".inline-formula",".display-formula"]},{id:"cnn",matches:"*.cnn.com","excludeSelectors.add":[".ad-slot-header__wrapper","#pageFooter"],"bodyRule.add":{bodySelector:".layout__content-wrapper",articleSelector:".article__content-container"}},{id:"marginalrevolution",matches:"marginalrevolution.com",globalAttributes:{header:{translate:"unset;"}}},{id:"highfrequencyelectronics",matches:"www.highfrequencyelectronics.com",globalStyles:{"#main-content":"overflow:unset;"}},{id:"githubBlog",matches:"github.blog",globalStyles:{".font-mktg":"word-break:normal;"}},{id:"semanticscholar",matches:"www.semanticscholar.org",selectors:[".cl-paper-title",".cl-paper-abstract",".tldr-abstract-replacement",".text-truncator",".paper-detail-title"]},{id:"uni-trier",matches:"dblp.uni-trier.de",selectors:["h1","h2",".title",".external","dd p"],excludeSelectors:[".side-column"]},{id:"bilibili",matches:"www.bilibili.com","excludeSelectors.add":[".bpx-player-subtitle-panel-text"],"subtitleRule.add":{type:"bilibili",subtitleUrlRegExp:"aisubtitle.hdslb.com/bfs",loadingContainerSelector:".bpx-player-subtitle-panel"}},{id:"time",matches:"time.com",excludeSelectors:[".date-and-duration"],globalStyles:{".headline":"-webkit-line-clamp:unset;overflow:unset;height:unset;",h3:"-webkit-line-clamp:unset;overflow:unset;",p:"-webkit-line-clamp:unset;overflow:unset;"}},{id:"docs-swift",matches:"docs.swift.org",selectors:[".content","#menu"]},{id:"uzh",matches:"www.uzh.ch",injectedCss:[".TextImage--inner {overflow:auto !important;}"]},{id:"mail-yandex",matches:"mail.yandex.com",selectors:["article",".Text_color_primary",".mail-MessageSnippet-Item_subject"],globalStyles:{".mail-MessageSnippet":"height: unset; line-height:unset;",".immersive-translate-target-translation-block-wrapper":"margin:unset;"}},{id:"forums.zotero",matches:"forums.zotero.org",selectors:[".page-sidebar",".page-content"]},{id:"pubmed.ncbi.nlm.nih.gov",matches:"pubmed.ncbi.nlm.nih.gov",urlChangeDelay:0,excludeSelectors:[".docsum-journal-citation",".citation-part",".docsum-authors",".top-wrapper",".article-source",".citation-doi",".identifiers",".cite",".share",".arrow-link"],globalAttributes:{"#Scholarscope_HighlightContent":{class:""},"#Scholarscope_HighlightOrigin":{class:"Scholarscope_HighlightContents"}},mutationExcludeContainsSelectors:["#Scholarscope_HighlightContent highlight"],mutationExcludeSelectors:["#Scholarscope_HighlightContent","#Scholarscope_HighlightContent span"],injectedCss:["#Scholarscope_HighlightOrigin > p font,#Scholarscope_HighlightContent > p font {display: inline!important;}","#Scholarscope_HighlightOrigin > p font br,#Scholarscope_HighlightContent > p font br {display: none!important;}"]},{id:"chosun",matches:"www.chosun.com",injectedCss:"body {word-break: unset!important;}"},{id:"yna",matches:"*.yna*",injectedCss:["font > br {display:none}"],globalStyles:{"a,strong":"max-height:unset;-webkit-line-clamp:unset;height:unset;white-space:unset;","div,p,li,.item-box01,.news-con":"height:unset;max-height:unset;-webkit-line-clamp:unset;"},"additionalExcludeSelectors.remove":[".notranslate","[translate=no]"]},{id:"cnet",matches:"www.cnet.com",globalStyles:{"h3,div,span,p":"max-height:unset;-webkit-line-clamp:unset;height:unset;white-space:unset;"}},{id:"dolmods",matches:"dolmods.net",globalStyles:{"[class*='max-h']":"max-height:unset!important;"}},{id:"digitimes",matches:"www.digitimes.com",globalStyles:{"a,.title,.abstract,.display-5,.top":"max-height:unset;-webkit-line-clamp:unset;height:unset;white-space:unset;"},"excludeSelectors.add":[".main-nav-frame",".sub-header-wrapper",".footer",".date"],"additionalExcludeSelectors.remove":[".notranslate","[translate=no]"]},{id:"vdi-nachrichten",matches:"www.vdi-nachrichten.com","excludeSelectors.add":[".header-menu__item > a",".linkbar__item",".header__button-group"]},{id:"htdp",matches:"htdp.org",excludeTags:["blockquote"],stayOriginalSelectors:[".RktIn"]},{id:"newsletterss",matches:"newsletterss.com",initialGlobalAttributes:{iframe:{scrolling:"auto"}}},{id:"docusaurus",selectorMatches:["#__docusaurus"],"excludeSelectors.add":["aside",".DocSearch-Modal"]},{id:"mercari",matches:"*.mercari.com","excludeTags.remove":["PRE"]},{id:"qqMail",matches:"mail.qq.com",useIframePostMessage:!1},{id:"nikkei",matches:"www.nikkei.com",globalStyles:{"h3,div,span,p":"max-height:unset;-webkit-line-clamp:unset;height:unset;white-space:unset;"}},{id:"pubs.rsc.org",matches:"pubs.rsc.org",excludeSelectors:[".eqn"]},{id:"indeed",matches:"*.indeed.com",globalStyles:{"span,.css-19rjr9w.e1wnkr790":"max-height:unset;-webkit-line-clamp:unset;height:unset;white-space:unset;"},"excludeTags.remove":["BUTTON"]},{id:"brutalist",matches:"brutalist.report",selectors:["li > a:first-child","aside","nav > a","h1 > a","h3 > a","h2 >a"],"additionalExcludeSelectors.remove":[".notranslate","[translate=no]"]},{id:"maxroll",matches:["maxroll.gg"],extraInlineSelectors:[".d4t-sprite-icon",".d4t-icon"],injectedCss:["font {font-family: sans-serif !important;}"]},{id:"microsoftTeams",matches:["teams.live.com"],"stayOriginalSelectors.add":["span[title][style='min-width: 20px; height: 20px;']"]},{id:"gradioappdocs",matches:"www.gradio.app/docs/*",selectors:["div.obj"],excludeSelectors:["div#examples"]},{id:"arca",matches:"arca.live","excludeTags.remove":["PRE"]},{id:"chatpdf",matches:["www.chatpdf.com"],"additionalExcludeSelectors.remove":[".notranslate"],excludeSelectors:[".chat-message-row.ai *",".pdf-viewer"],aiRule:{streamingSelector:"",messageWrapperSelector:".chat-message-row.ai",streamingChange:!1,streamingDeepChild:!0,streamingDelayTime:1e3}},{id:"inciteful",matches:["inciteful.xyz"],"excludeTags.remove":["BUTTON"]},{id:"app.element.io",matches:["app.element.io"],"additionalExcludeSelectors.remove":[".notranslate"],"excludeSelectors.add":[".mx_DisambiguatedProfile",".mx_ReplyChain_wrapper",".mx_ThreadSummary_replies_amount"]},{id:"fastapi.tiangolo.com",matches:"fastapi.tiangolo.com",selectors:["article"]},{id:"termynal",selectorMatches:["link[href*='termynal.css']"],"stayOriginalSelectors.add":[".termy"]},{id:"cpb-nl",matches:["www.cpb.nl"],"bodyRule.add":{enable:!1}},{id:"hub.logseq",matches:["hub.logseq.com"],globalStyles:{"[class*=':h-[']":"height:unset;"}},{id:"chat.zalo",matches:["chat.zalo.me"],"additionalExcludeSelectors.remove":[".notranslate"],inputExecCommandDeleteEnable:!0,"inputConfig.add":{execCommandDeleteEnable:!0}},{id:"epam",matches:"*.epam.com",globalStyles:{"[class*='ContentAnchorLinkList']":"word-break:unset;"},"excludeSelectors.add":["#blog-page-sidebar-wrapper"],"excludeTags.remove":["BUTTON"]},{id:"discussions.apple",matches:"discussions.apple.com","excludeSelectors.add":[".page-number"]},{id:"www.sixthtone.com",matches:["www.sixthtone.com"],"excludeSelectors.add":["#footer","[class^=index_time]","[class^=index_anthorList]","[class^=index_node]","[class^=index_popupWrapper]"]},{id:"forum.unity",matches:["forum.unity.com"],"excludeSelectors.add":[".bbCodeCode"]},{id:"wattpad",matches:["www.wattpad.com"],"excludeTags.remove":["PRE"],globalAttributes:{header:{translate:"unset;"}},globalStyles:{".story-info .item-description":"overflow: scroll;"}},{id:"netflix",matches:["www.netflix.com"],"excludeSelectors.add":[".player-timedtext"],"mutationExcludeSelectors.add":[".player-timedtext *"],"subtitleRule.add":{type:"netflix",loadingContainerSelector:".watch-video",subtitleUrlRegExp:"^https://.+?.oca.nflxvideo.net/\\?([ovet]=[^=]+){4}$",loadingStyle:"bottom: 15%;",quickButtonRule:{appendSelector:'[data-uia="control-next"]',insertBeforeSelector:'[data-uia="control-next"]',injectCSS:".imt-quick-subtitle-button {height: 60%; margin-right: 50px; font-size: 20px; } .logo,.logo svg { height: 36px; width: 36px} .label { display: none; } .imt-quick-subtitle-pop-content {transform: translateX(50%); right: 0}"},videoSelector:"video",attachRule:{appendSelector:".watch-video",injectedCSS:[".imt-caption-window {margin-bottom: 0px; bottom: 10vw;}"],injectedGlobalCSS:[".player-timedtext {display: none !important; }"]}}},{id:"udemy",matches:["www.udemy.com"],"excludeSelectors.add":["[data-purpose='captions-cue-text']",".shaka-text-container"],"mutationExcludeSelectors.add":["[data-purpose='captions-cue-text'] *",".shaka-text-container *"],"subtitleRule.add":{type:"udemy",subtitleUrlRegExp:"^https://vtt.*\\.udemycdn\\.com/.*\\.vtt",videoPlayerSelector:"video.shaka-video",humanTrust:85,loadingContainerSelector:".shaka-video-container",loadingStyle:"bottom: 15%;",injectedCss:["[class^='well--text'] {white-space: pre;}"],quickButtonRule:{appendSelector:'[data-purpose="video-controls"]'}},"subtitleRule.add_v.[1.4.1]":{hookType:"fetch|xhr"}},{id:"iview",matches:"iview.abc.net.au",excludeSelectors:[".jwplayer"],"mutationExcludeSelectors.add":[".jwplayer *"],"subtitleRule.add":{type:"webvtt",subtitleUrlRegExp:"/cc/.*\\.(vtt|webvtt)$",loadingContainerSelector:".jwplayer",quickButtonRule:{appendSelector:".jw-reset.jw-button-container",insertBeforeSelector:".jw-settings-submenu-button",injectCSS:".imt-quick-subtitle-pop-content {z-index: 999999;}"}}},{id:"nmaart",matches:"www.nma.art",excludeSelectors:[".video-container"],"mutationExcludeSelectors.add":[".video-container *"],"subtitleRule.add":{type:"webvtt",subtitleUrlRegExp:"/texttrack/.*\\.(vtt|webvtt)",loadingContainerSelector:".video-container",quickButtonRule:{appendSelector:".vjs-control-bar",insertBeforeSelector:".vjs-playback-rate"}}},{id:"apple",matches:"developer.apple.com",excludeSelectors:[".developer-video-player"],"mutationExcludeSelectors.add":[".developer-video-player *"],"subtitleRule.add":{type:"webvtt",subtitleUrlRegExp:"\\.(vtt|webvtt)"}},{id:"khanacademy",matches:["www.khanacademy.org"],"subtitleRule.add":{type:"khanacademy",subtitleUrlRegExp:"GetSubtitles",hookType:"fetch"},"stayOriginalSelectors.add":[".mathjax-wrapper"]},{id:"nebula",matches:["nebula.tv"],"excludeSelectors.add":["[data-subtitles-container='true']"],"mutationExcludeSelectors.add":["[data-subtitles-container='true'] *"],"subtitleRule.add":{type:"webvtt",subtitleUrlRegExp:"\\.vtt$",loadingContainerSelector:".video-poster",quickButtonRule:{appendSelector:".icon-spacing.css-4yh7a0",insertBeforeSelector:"#subtitles-toggle-button",ccEnableSelector:"#subtitles-toggle-button"}}},{id:"frontendmasters",matches:["frontendmasters.com"],"excludeSelectors.add":[".vjs-text-track-display"],"mutationExcludeSelectors.add":[".vjs-text-track-display *"],"subtitleRule.add":{type:"webvtt",subtitleUrlRegExp:".vtt$",loadingContainerSelector:".vjs-text-track-display",injectedCss:["#immersive-translate-quick-button-container {order: 2} .imt-quick-subtitle-pop-content {z-index: 2147483647}"],quickButtonRule:{appendSelector:".vjs-control-bar"},videoSelector:".PromoPlayer video",attachRule:{appendSelector:".video-js",injectedGlobalCSS:".vjs-text-track-display {display: none;}"}}},{id:"udacity",matches:["*.udacity.com"],"excludeSelectors.add":[".vjs-text-track-display"],"mutationExcludeSelectors.add":[".vjs-text-track-display *"],"subtitleRule.add":{type:"webvtt",subtitleUrlRegExp:".vtt$",loadingContainerSelector:".vjs-text-track-display"}},{id:"skillshare",matches:["www.skillshare.com"],"excludeSelectors.add":[".vjs-text-track-display"],"mutationExcludeSelectors.add":[".vjs-text-track-display *"],"subtitleRule.add":{type:"webvtt",subtitleUrlRegExp:"\\.vtt\\?",loadingContainerSelector:".vjs-text-track-display",injectedCss:["#immersive-translate-quick-button-container {order: 13}"],quickButtonRule:{appendSelector:".vjs-control-bar",insertBeforeSelector:".vjs-volume-panel",injectCSS:" .label { display: none; } .imt-quick-subtitle-pop-content {transform: translateX(43%); right: 0; z-index: 2147483647 } "}}},{id:"domestika",matches:["www.domestika.org"],"excludeSelectors.add":[".vjs-text-track-display"],"mutationExcludeSelectors.add":[".vjs-text-track-display *"],"subtitleRule.add":{type:"webvtt",subtitleUrlRegExp:".*subtitles.*\\.vtt",quickButtonRule:{appendSelector:".controlBar-wrapper .right-wrapper",insertBeforeSelector:".vjs-volume-panel"}}},{id:"hbomax",matches:["play.max.com","play.hbomax.com"],"excludeSelectors.add":["[data-testid='playerContainer']","[data-testid='CueBoxContainer']"],"mutationExcludeSelectors.add":["[data-testid='playerContainer'] *","[data-testid='CueBoxContainer'] *"],"subtitleRule.add":{type:"webvtt",subtitleUrlRegExp:"\\.vtt$",loadingContainerSelector:"[data-testid='playerContainer']"}},{id:"mindvalley",matches:["home.mindvalley.com"],"excludeSelectors.add":[".vjs-text-track-display"],"mutationExcludeSelectors.add":[".vjs-text-track-display *"],"subtitleRule.add":{type:"webvtt",subtitleUrlRegExp:"\\.webvtt$",loadingContainerSelector:".vjs-text-track-display",injectedCss:["#immersive-translate-quick-button-container {order: 6}"],quickButtonRule:{appendSelector:'[data-testid="video-section"] .vjs-control-bar',insertBeforeSelector:'[data-testid="video-section"] .vjs-volume-panel',injectCSS:".imt-quick-subtitle-pop-content {z-index: 999999;}"}}},{id:"masterclass",matches:["www.masterclass.com","learn.microsoft.com"],"excludeSelectors.add":[".vjs-text-track-display"],"mutationExcludeSelectors.add":[".vjs-text-track-display *"],"subtitleRule.add":{type:"webvtt",subtitleUrlRegExp:"\\.vtt",loadingContainerSelector:".vjs-text-track-display",quickButtonRule:{appendSelector:".vjs-control-bar",insertBeforeSelector:".vjs-playback-rate"}}},{id:"viu",matches:["www.viu.com"],"excludeSelectors.add":[".bmpui-ui-viu-subtitle-overlay"],"mutationExcludeSelectors.add":[".bmpui-ui-viu-subtitle-overlay *"],"subtitleRule.add":{type:"webvtt",hookType:"xhr",subtitleUrlRegExp:"https?://[^/]+\\.cloudfront\\.net/[^/]+/[^/]+$",loadingContainerSelector:".bmpui-container-wrapper",loadingStyle:"bottom: 20%;",injectedCss:[".bmpui-controls-hidden #immersive-translate-quick-button-container {display: none;}"],quickButtonRule:{appendSelector:".bmpui-ui-container.bmpui-ui-viu-subtitle > .bmpui-container-wrapper",injectCSS:".imt-quick-subtitle-button {margin-bottom: 8px}"}}},{id:"linkin",matches:"*.linkedin.com","excludeSelectors.add":[".vjs-text-track-display"],"mutationExcludeSelectors.add":[".vjs-text-track-display *"],"subtitleRule.add":{type:"webvtt",subtitleUrlRegExp:".*ambry/\\?x-li-ambry-ep=.*",hookType:"xhr",loadingContainerSelector:".video-player-container",quickButtonRule:{appendSelector:".vjs-control-bar",insertBeforeSelector:".vjs-captions-toggle"}}},{id:"kanopy",matches:"*.kanopy.com","excludeSelectors.add":[".vjs-text-track-display"],"mutationExcludeSelectors.add":[".vjs-text-track-display *"],"subtitleRule.add":{type:"webvtt",subtitleUrlRegExp:".*captioncache/webvtt.*",hookType:"xhr",loadingContainerSelector:".video-player-container",injectedCss:["#immersive-translate-quick-button-container{height: 40px;display: flex;align-items: center;align-self: flex-end;}"],quickButtonRule:{appendSelector:".vjs-control-bar",insertBeforeSelector:".vjs-caption-control"}}},{id:"iflix",matches:["www.iflix.com","wetv.vip"],"excludeSelectors.add":[".text-track"],"mutationExcludeSelectors.add":[".player-wrapper *"],"subtitleRule.add":{type:"webvtt",subtitleUrlRegExp:"\\.vtt",hookType:"xhr",loadingContainerSelector:"#player-wrapper",loadingStyle:"bottom: 18%;",quickButtonRule:{appendSelector:'[data-role="wetv-ctrlbar-right"]',insertBeforeSelector:'[data-role="wetv-player-definition"]'}}},{id:"imdb",matches:"www.imdb.com","excludeSelectors.add":[".jw-text-track-container"],"mutationExcludeSelectors.add":[".jw-text-track-container *"],"subtitleRule.add":{type:"webvtt",subtitleUrlRegExp:"\\.srt$",loadingContainerSelector:"#imdbnext-vp-jw-single",quickButtonRule:{appendSelector:".jw-reset.jw-button-container",insertBeforeSelector:'[button="ttt-button"]'}}},{id:"itv",matches:["www.itv.com"],"subtitleRule.add":{type:"text_track",videoPlayerSelector:".genie-video",loadingContainerSelector:".genie-container",loadingStyle:"bottom: unset; top: 5%;",quickButtonRule:{appendSelector:".control-bar_right-child-container",insertBeforeSelector:".controls-toggle_button--fullscreen"}}},{id:"egghead",matches:["egghead.io"],"subtitleRule.add":{type:"text_track",videoPlayerSelector:".cueplayer-react-video",loadingContainerSelector:".cueplayer-react-video-holder",loadingStyle:"bottom: unset; top: 5%;",quickButtonRule:{appendSelector:".cueplayer-react-control-bar-right-part",insertBeforeSelector:".cueplayer-react-closed-caption"}}},{id:"coursera",matches:["www.coursera.org"],"subtitleRule.add":{type:"text_track",videoPlayerSelector:".vjs-tech",loadingContainerSelector:".rc-VideoControlsContainer",loadingStyle:"bottom: unset; top: 5%;",quickButtonRule:{appendSelector:'[role="presentation"] > .rc-ControlBar > .icon-container'}}},{id:"ocrtraining",matches:["ocrtraining.cit.nih.gov","videocast.nih.gov"],"excludeSelectors.add":["#videocastPlayer"],"mutationExcludeSelectors.add":["#videocastPlayer *"],"subtitleRule.add":{type:"webvtt",subtitleUrlRegExp:"\\.srt$",loadingContainerSelector:"#videocastPlayer"}},{id:"espn",matches:["*.espn.com"],mainFrameMinTextCount:0,"excludeSelectors.add":["#fittPageContainer"],"mutationExcludeSelectors.add":["#fittPageContainer *"],"subtitleRule.add":{type:"webvtt",subtitleUrlRegExp:"\\.vtt$",injectedCss:["#immersive-translate-quick-button-container{margin-top:16px;}",".vjs-text-track-display > div >div {font:unset!important;}"],quickButtonRule:{appendSelector:".vjs-control-bar",insertBeforeSelector:".vjs-captions-button"}}},{id:"fmoviesz",matches:["fmoviesz.to","vidplay.online","c8365730d4.nl"],"excludeSelectors.add":["#player"],"mutationExcludeSelectors.add":["#player *"],"subtitleRule.add":{type:"multi_attach_vtt",subtitleUrlRegExp:"subtitle/.*\\.vtt$",quickButtonRule:{appendSelector:".jw-button-container",insertBeforeSelector:".jw-icon-cc"},activeLangSelector:"#jw-player-settings-submenu-captions .jw-settings-submenu-items .jw-settings-item-active",videoSelector:"video",attachRule:{appendSelector:"#player",injectedGlobalCSS:[".jw-text-track-container {display: none;}","@media (min-width: 576px) { video::cue {opacity: 0} }"]}}},{id:"aniwatch",matches:["megacloud.tv","aniwatch.to"],"excludeSelectors.add":[".jw-wrapper"],"mutationExcludeSelectors.add":[".jw-wrapper *"],"subtitleRule.add":{type:"multi_attach_vtt",subtitleUrlRegExp:"^(?!.*sprite\\.vtt$).*\\.vtt$",quickButtonRule:{appendSelector:".jw-button-container",insertBeforeSelector:".jw-icon-cc"},activeLangSelector:"#jw-player-settings-submenu-captions .jw-settings-submenu-items .jw-settings-item-active",videoSelector:"video",attachRule:{appendSelector:".jw-wrapper",injectedGlobalCSS:[".jw-text-track-container {display: none;}","@media (min-width: 576px) { video::cue {opacity: 0} }"]}}},{id:"rottentomatoes",matches:["*.rottentomatoes.com"],"excludeSelectors.add":[".jw-wrapper"],"mutationExcludeSelectors.add":[".jw-wrapper *"],"subtitleRule.add":{type:"webvtt",subtitleUrlRegExp:"\\.vtt$",quickButtonRule:{appendSelector:".jw-button-container",insertBeforeSelector:".jw-icon-cc"}}},{id:"dailymotion",matches:["*.dailymotion.com"],"excludeSelectors.add":[".player"],"mutationExcludeSelectors.add":[".player *"],mainFrameMinTextCount:0,"subtitleRule.add":{type:"subsrt",subsrtFormat:"srt",loadingContainerSelector:".player",subtitleUrlRegExp:"/video/.*\\.srt",quickButtonRule:{appendSelector:".controls_bottom_right",insertBeforeSelector:".subtitles_toggle_button"}}},{id:"movie-web",matches:["movie-web.app/media*"],"excludeSelectors.add":["#root"],"mutationExcludeSelectors.add":["#root *"],"subtitleRule.add":{type:"subsrt",hookType:"fetch",subsrtFormat:"vtt",loadingContainerSelector:".relative.h-screen.overflow-hidden",subtitleUrlRegExp:".*\\.vtt",quickButtonRule:{appendSelector:".hidden.justify-between .flex.items-center.space-x-3"}}},{id:"deeplearning",matches:["learn.deeplearning.ai"],"excludeSelectors.add":['[data-layout="video"]'],"mutationExcludeSelectors.add":['[data-layout="video"] *'],"subtitleRule.add":{type:"subsrt",subsrtFormat:"vtt",loadingContainerSelector:'[data-layout="video"]',subtitleUrlRegExp:".*\\.vtt",quickButtonRule:{appendSelector:".vds-controls-group:last-child",insertBeforeSelector:".vds-caption-button"}}},{id:"paramountplus",matches:["*.paramountplus.com"],"excludeSelectors.add":[".aa-player-skin"],"mutationExcludeSelectors.add":[".aa-player-skin *"],"subtitleRule.add":{type:"text_track_dynamic",injectedCss:[".tt-container {white-space: pre-line;}",".timed-text-css-box-inner {display: none!important;}",".timed-text-css-box-inner:last-child {display: block!important;}"],videoPlayerSelector:"video",quickButtonRule:{appendSelector:".top-menu-container"}}},{id:"pluto",matches:["pluto.tv"],"excludeSelectors.add":[".video-player-layout"],"mutationExcludeSelectors.add":[".video-player-layout *"],"subtitleRule.add":{type:"text_track_dynamic",videoPlayerSelector:"video",quickButtonRule:{appendSelector:".endControls-0-2-85"}}},{id:"vimeo",matches:["vimeo.com"],"excludeSelectors.add":[".vp-captions"],"mutationExcludeSelectors.add":[".vp-captions *"],"subtitleRule.add":{type:"text_track",videoPlayerSelector:"video",loadingContainerSelector:".player_container",loadingStyle:"bottom: unset; top: 5%;",injectedCss:["#immersive-translateQuickButton {visibility: inherit!important;}"],quickButtonRule:{appendSelector:'[data-control-bar="true"] > div',insertBeforeSelector:'[data-volume-control-container="true"]',ccEnableSelector:'[data-cc-button="true"]',injectCSS:".imt-quick-subtitle-button {margin-right: 0px; font-size: 12px;} .logo,.logo svg { height: 18px !important; width: 18px !important;} .imt-quick-subtitle-pop-content {bottom: 28px !important;}"}}},{id:"ted",matches:["www.ted.com"],"excludeSelectors.add":["#video"],"mutationExcludeSelectors.add":["#video *"],"subtitleRule.add":{type:"webvtt",hookType:"fetch",subtitleUrlRegExp:"\\.vtt",videoPlayerSelector:"video",loadingContainerSelector:"media-controller",quickButtonRule:{appendSelector:".pointer-events-none #media-control-bar",insertBeforeSelector:".pointer-events-none .media-volume-wrapper"}}},{id:"player.vimeo",matches:["https://player.vimeo.com/video/*","laracasts.com"],selectorMatches:["iframe[src*='player.vimeo.com']"],extraBlockSelectors:["span.vp-captions-line","span[class^=CaptionsRenderer_]"],"excludeSelectors.add":[".vp-captions-line"],"mutationExcludeSelectors.add":[".vp-captions *",".vp-captions-line *"],"subtitleRule.add":{type:"text_track",videoPlayerSelector:"video",loadingContainerSelector:".vp-telecine",loadingStyle:"bottom: unset; top: 5%; font-size: 12px;",injectedCss:["#immersive-translateQuickButton {visibility: inherit!important;}"],quickButtonRule:{appendSelector:'[data-control-bar="true"] > div',insertBeforeSelector:'[data-volume-control-container="true"]',ccEnableSelector:'[data-cc-button="true"]',injectCSS:".imt-quick-subtitle-button {margin-right: 0px; font-size: 12px;} .logo,.logo svg { height: 18px !important; width: 18px !important;} .imt-quick-subtitle-pop-content {bottom: 28px !important;}"}}},{id:"tv.adobe",matches:"https://*.tv.adobe.com","excludeSelectors.add":[".mpc-player"],"mutationExcludeSelectors.add":[".mpc-player *"],"subtitleRule.add":{type:"text_track",videoPlayerSelector:"video",loadingContainerSelector:".mpc-player",quickButtonRule:{appendSelector:".mpc-controls__container"}}},{id:"threejs-journey",matches:"threejs-journey.com","excludeSelectors.add":[".video-area"],"mutationExcludeSelectors.add":[".video-area *"],"subtitleRule.add":{type:"text_track",videoPlayerSelector:"video",loadingContainerSelector:".video-area",injectedCss:[".js-tracks-text.tracks-text {white-space: pre;}"],quickButtonRule:{appendSelector:".js-controls .right",insertBeforeSelector:".js-subtitles",injectCSS:".imt-quick-subtitle-button { font-size: 12px;} .logo,.logo svg { height: 18px !important; width: 18px !important;} .imt-quick-subtitle-pop-content {bottom: 38px !important;}"}}},{id:"codewithchris",matches:["learn.codewithchris.com","*.rachelsenglishacademy.com","www.unrealsenseiacademy.com"],"excludeSelectors.add":[".w-captions",".w-captions-line > div > span"],"mutationExcludeSelectors.add":[".w-captions *"],"subtitleRule.add":{type:"general",subtitleUrlRegExp:"/embed/captions/",loadingContainerSelector:".w-ui-container",hookType:"fetch",generalSetting:{captionsPath:"captions",itemsPath:"hash.lines",textKey:"text"}}},{id:"panopto",matches:["southampton.cloud.panopto.eu"],"excludeSelectors.add":[".primaryPlayer"],"mutationExcludeSelectors.add":[".primaryPlayer *"],"subtitleRule.add":{type:"general",subtitleUrlRegExp:"DeliveryInfo.aspx",disableSubsCache:!0,loadingContainerSelector:"#primaryPlayer",hookType:"fetch",generalSetting:{textKey:"Caption"},quickButtonRule:{appendSelector:"#transportControls",insertBeforeSelector:"#captionsButton"}}},{id:"edx",matches:["*.edx.org"],"excludeSelectors.add":[".closed-captions",".subtitles-menu"],mainFrameMinTextCount:0,"subtitleRule.add":{type:"general",subtitleUrlRegExp:"/transcript/translation/",loadingContainerSelector:".tc-wrapper",generalSetting:{itemsPath:"text"},injectedCss:[".subtitles-menu span,.closed-captions {white-space: pre-line;}","#immersive-translate-quick-button-container {display: inline-block; vertical-align: middle;}"],quickButtonRule:{appendSelector:".secondary-controls",insertBeforeSelector:".speeds.menu-container"}}},{id:"ardmediathek",matches:["www.ardmediathek.*"],"excludeSelectors.add":[".ardplayer-viewport-addon-overlays"],"mutationExcludeSelectors.add":[".ardplayer-viewport-addon-overlays *"],"subtitleRule.add":{type:"ebutt",hookType:"fetch",subtitleUrlRegExp:"subtitle/ebutt",loadingContainerSelector:".ardplayer-viewport-addon-overlays",quickButtonRule:{appendSelector:".ardplayer-footer .ardplayer-addons-container",insertBeforeSelector:".ardplayer-footer .ardplayer-button-sharing",injectCSS:".imt-quick-subtitle-button {font-size: 20px; } .logo,.logo svg { height: 36px !important; width: 36px !important;} .imt-quick-subtitle-pop-content {z-index: 2147483647;} "}}},{id:"bbc-iplayer",matches:["https://www.bbc.*/iplayer*"],"excludeSelectors.add":[".player"],"mutationExcludeSelectors.add":[".player *"],"subtitleRule.add":{type:"ebutt",hookType:"fetch",subtitleUrlRegExp:"iplayer/subtitles/.*.xml",loadingContainerSelector:".player__container"}},{id:"bbc",matches:["*.bbc.*"],"excludeSelectors.add":["section.module--languages",".drop-capped",".smp-toucan-player","smp-subtitles","#subtitle_subtitle2"],"mutationExcludeSelectors.add":["[data-testid='media-player-container-landscape'] *"],"subtitleRule.add":{type:"ebutt",hookType:"fetch",subtitleUrlRegExp:"iplayer/subtitles/.*.xml",loadingContainerSelector:".smp-toucan-player"}},{id:"zdf.de",matches:["www.zdf.de"],"excludeSelectors.add":[".zdfplayer-cue-region"],"subtitleRule.add":{type:"ebutt",subtitleUrlRegExp:"mtt/.*.xml",loadingContainerSelector:".zdfplayer-video-container",responseType:"document",injectedCss:["#immersive-translate-quick-button-container {display:inline-block;vertical-align:middle;margin-right:-16px;}"],quickButtonRule:{appendSelector:".right-controls-1FfJUp.svelte-inzdbf",insertBeforeSelector:".right-controls-1FfJUp.svelte-inzdbf button"}}},{id:"piped.video",matches:"piped.video","subtitleRule.add":{type:"ebutt",hookType:"fetch",subtitleUrlRegExp:"api/timedtext",loadingContainerSelector:".shaka-video-container",responseType:"document",quickButtonRule:{appendSelector:".shaka-controls-button-panel",insertBeforeSelector:".shaka-mute-button"}}},{id:"disneyplus",matches:["www.disneyplus.com"],"excludeSelectors.add":[".dss-hls-subtitle-overlay"],"mutationExcludeSelectors.add":[".dss-hls-subtitle-overlay *"],"subtitleRule.add":{type:"disneyplus",subtitleUrlRegExp:"\\.vtt$"}},{id:"mubi",matches:["https://mubi.com","https://mubi.de"],"subtitleRule.add":{type:"fmp4.xml",subtitleUrlRegExp:"textstream",hookType:"fetch",quickButtonRule:{appendSelector:".css-1k6yql2.e1b63bld4",insertBeforeSelector:".css-1ce7rqp.e7f2hfl0"}}},{id:"hulu",matches:"https://*.hulu.com","subtitleRule.add":{type:"hulu",hookType:"fetch",injectedCss:[".ClosedCaption {display:none!important;}"],videoSelector:"#content-video-player",subtitleUrlRegExp:"play.hulu.com/.*/playlist",loadingContainerSelector:"#web-player-app",quickButtonRule:{appendSelector:".PlayerSettingsGroup",insertBeforeSelector:".PlayerSettingsGroup .PlayerControlsButton"}}},{id:"youku.tv",matches:"www.youku.tv","excludeSelectors.add":["#subtitle"],"mutationExcludeSelectors.add":["#subtitle *"],"subtitleRule.add":{type:"subsrt",hookType:"fetch",injectedCss:["#immersive-translate-quick-button-container {display: inline-block; vertical-align: middle;}"],subtitleUrlRegExp:"\\.ass$",subsrtFormat:"ass",loadingContainerSelector:"#youku-dashboard",loadingStyle:"bottom: 10%;",quickButtonRule:{appendSelector:".kui-dashboard-dashboard-panel .kui-dashboard-rear-ctn",insertBeforeSelector:".kui-rate-control-0"}}},{id:"starz",matches:"www.starz.com","excludeSelectors.add":["starz-player"],"mutationExcludeSelectors.add":["starz-player *"],"subtitleRule.add":{type:"subsrt",subsrtFormat:"vtt",subtitleUrlRegExp:"\\.vtt$",loadingContainerSelector:"starz-player",loadingStyle:"bottom: 10%;",injectedCss:["#immersive-translate-quick-button-container {display: inline-block;}"],quickButtonRule:{appendSelector:"starz-player .button-group",insertBeforeSelector:"starz-player .button-group .video-player-icon-md"}}},{id:"www.iq.com",matches:"www.iq.com","excludeSelectors.add":[".iqp-subtitle"],"mutationExcludeSelectors.add":[".iqp-subtitle *"],"subtitleRule.add":{type:"xml",subtitleUrlRegExp:"\\.xml\\?",loadingContainerSelector:".intl-video-area",xmlTextSelector:"sub",loadingStyle:"bottom: 10%;",injectedCss:["#immersive-translate-quick-button-container {float: right; height: 100%;}"],quickButtonRule:{appendSelector:".iqp-contrls-right"}}},{id:"archiveToday",matches:["archive.today","archive.ph","archive.is","archive.md"],"excludeSelectors.add":["#HEADER"]},{id:"arxiv-vanity.com",matches:["www.arxiv-vanity.com"],"excludeSelectors.add":[".arxiv-vanity-wrapper"]},{id:"fibery",matches:["the.fibery.io"],"additionalExcludeSelectors.remove":["[translate=no]"],"additionalStayOriginalSelectors.add":[".entity-node-view-container"]},{id:"makersuite.google",matches:"makersuite.google.com","excludeSelectors.add":[".material-symbols-outlined"]},{id:"etymonline",matches:"www.etymonline.com",globalAttributes:{".crossreference.notranslate":{class:"crossreference"},".foreign.notranslate":{class:"foreign"}}},{id:"https://browse.arxiv.org/",matches:["https://browse.arxiv.org","https://arxiv.org/html/*"],"excludeSelectors.add":[".desktop_header","[class*='ltx_lst_language_']","div.package-alerts"]},{id:"jstor",matches:"www.jstor.org","excludeSelectors.add":[".audio-duration","[data-qa='card-item-count']"],globalStyles:{".card__heading":"-webkit-line-clamp:unset;","search-results-vue-pharos-image-card,search-ui-pharos-image-card":"display:flex;","search-results-vue-pharos-link":"display:inline;"}},{id:"tandfonline",matches:"*.tandfonline.com","extraInlineSelectors.add":["span.off-screen"]},{id:"boringreport",matches:["www.boringreport.org"],"excludeTags.remove":["BUTTON"]},{id:"bsky.app",matches:"https://bsky.app",selectors:["[data-testid=postText]"],isTranslateTitle:!1},{id:"peacocktv",matches:["*.peacocktv.com"],injectedCss:[".video-player__subtitles__line > font,.video-player__subtitles__line:only-child{display:block;}"]},{id:"noTranslate",matches:["*.tiktok.com","altis.world","*.newthingsunderthesun.com","*.gumroad.com","edstem.org","actions.tldrnewsletter.com","community.linkingyourthinking.com","doc.qt.io","winaero.com"],"additionalExcludeSelectors.remove":[".notranslate","[translate=no]"]},{id:"jmir",matches:["*.jmir.org"],"additionalInlineSelectors.add":[".tooltiptext"]},{id:"smzdm",matches:["www.smzdm.com"],"excludeSelectors.add":[".z-highlight",".feed-block-info",".z-feed-foot",".feed-block-descripe","#J_column_tab_box",".crumbs"],globalStyles:{".feed-block-title":"height:unset"}},{id:"xiaohongshu.com",matches:["www.xiaohongshu.com"],"excludeSelectors.add":[".author-wrapper",".info",".side-bar"],globalStyles:{"a.title":"-webkit-line-clamp:3"}},{id:"learnopengl",matches:["learnopengl.com"],globalStyles:{function:"position:relative;z-index:1000;"}},{id:"notateslaapp",matches:["www.notateslaapp.com"],"extraBlockSelectors.add":[".nav > *"]},{id:"eightfold",matches:["*.eightfold.ai"],injectedCss:[".flexbox{width:100%}"]},{id:"deno",matches:["deno.com"],injectedCss:[":root {font-feature-settings:unset}"]},{id:"soundcloud",matches:"soundcloud.com",injectedCss:[".compactTrackListItem {height: unset !important;}"],"excludeSelectors.add":[".searchTitle__textContent",".searchOptions__container",".compactTrackListItem__additional",".soundTitle__tagContainer",".searchResultGroupHeading",".sc-ministats-group",".compactTrackList__moreLink",".sound__soundActions"]},{id:"section.blog.naver.com",matches:"section.blog.naver.com",globalStyles:{".text,.title_post,.text_post,p,strong,div":"-webkit-line-clamp:unset;max-height:unset;height:unset;"},"extraBlockSelectors.add":[".item",".heading a",".info_find a"],"excludeSelectors.add":[".comments",".time"]},{id:"gradio-app",selectorMatches:"gradio-app","excludeTags.remove":["BUTTON"],"excludeSelectors.add":['[data-testid="block-label"]'],"mutationConfig.add":{buildTimeout:1e3,consumeTimeout:1e3}}]};function Q3(){if(we.PROD==="1")return{};let t={};if(we.IMMERSIVE_TRANSLATE_SECRET_TENCENT_SECRET_ID&&we.IMMERSIVE_TRANSLATE_SECRET_TENCENT_SECRET_KEY){let n={secretId:we.IMMERSIVE_TRANSLATE_SECRET_TENCENT_SECRET_ID,secretKey:we.IMMERSIVE_TRANSLATE_SECRET_TENCENT_SECRET_KEY};t.translationServices={},t.translationServices.tencent=n}if(we.IMMERSIVE_TRANSLATE_SECRET_BAIDU_APPID&&we.IMMERSIVE_TRANSLATE_SECRET_BAIDU_KEY){let n={appid:we.IMMERSIVE_TRANSLATE_SECRET_BAIDU_APPID,key:we.IMMERSIVE_TRANSLATE_SECRET_BAIDU_KEY};t.translationServices||(t.translationServices={}),t.translationServices.baidu=n}if(we.IMMERSIVE_TRANSLATE_SECRET_CAIYUN_TOKEN){let n={token:we.IMMERSIVE_TRANSLATE_SECRET_CAIYUN_TOKEN};t.translationServices||(t.translationServices={}),t.translationServices.caiyun=n}if(we.IMMERSIVE_TRANSLATE_SECRET_OPENL_APIKEY){let n={apikey:we.IMMERSIVE_TRANSLATE_SECRET_OPENL_APIKEY};t.translationServices||(t.translationServices={}),t.translationServices.openl=n}if(we.IMMERSIVE_TRANSLATE_SECRET_YOUDAO_APP_ID&&we.IMMERSIVE_TRANSLATE_SECRET_YOUDAO_APP_SECRET){let n={appId:we.IMMERSIVE_TRANSLATE_SECRET_YOUDAO_APP_ID,appSecret:we.IMMERSIVE_TRANSLATE_SECRET_YOUDAO_APP_SECRET};t.translationServices||(t.translationServices={}),t.translationServices.youdao=n}if(we.IMMERSIVE_TRANSLATE_SECRET_VOLC_ACCESS_KEY_ID&&we.IMMERSIVE_TRANSLATE_SECRET_VOLC_SECRET_ACCESS_KEY){let n={accessKeyId:we.IMMERSIVE_TRANSLATE_SECRET_VOLC_ACCESS_KEY_ID,secretAccessKey:we.IMMERSIVE_TRANSLATE_SECRET_VOLC_SECRET_ACCESS_KEY};t.translationServices||(t.translationServices={}),t.translationServices.volc=n}if(we.IMMERSIVE_TRANSLATE_SECRET_DEEPL_AUTH_KEY){let n={authKey:we.IMMERSIVE_TRANSLATE_SECRET_DEEPL_AUTH_KEY};t.translationServices||(t.translationServices={}),t.translationServices.deepl=n}if(we.DEEPL_PROXY_ENDPOINT&&(t.translationServices||(t.translationServices={}),t.translationServices.deepl||(t.translationServices.deepl={}),t.translationServices.deepl.immersiveTranslateApiUrl=we.DEEPL_PROXY_ENDPOINT),we.IMMERSIVE_TRANSLATE_DEEPL_ENDPOINT&&(t.translationServices||(t.translationServices={}),t.translationServices.deepl||(t.translationServices.deepl={}),t.translationServices.deepl.immersiveTranslateDeeplTokenUrl=we.IMMERSIVE_TRANSLATE_DEEPL_ENDPOINT),we.IMMERSIVE_TRANSLATE_SECRET_OPENAI_API_KEY){let n={APIKEY:we.IMMERSIVE_TRANSLATE_SECRET_OPENAI_API_KEY};t.translationServices||(t.translationServices={}),t.translationServices.openai=n}we.IMMERSIVE_TRANSLATE_SERVICE&&(t.translationService=we.IMMERSIVE_TRANSLATE_SERVICE);let e={};return we.DEBUG==="1"&&(e.debug=!0,e.cache=!1),we.MOCK==="1"&&(e.translationService="mock"),e}async function Jt(){let t=await oe.storage.local.get(Mo);if(t[Mo]){let e=t[Mo],n=e.tempTranslationUrlMatches||[],r=n.filter(o=>o.expiredAt>Date.now()),a=!1;r.length!==n.length&&(n=r,a=!0);let i={...e,tempTranslationUrlMatches:[...n]};return a&&await Wt(i),i}else return{}}async function Wt(t){await oe.storage.local.set({[Mo]:t})}async function kl(t){await oe.storage.local.set({[Yr]:t})}async function Z3(){let t=await oe.storage.local.get(Yr),n={...await mp(),...Ni,buildinConfigUpdatedAt:we.BUILD_TIME};if(t[Yr]){let r=t[Yr];if(r&&r.buildinConfigUpdatedAt){let a=new Date(r.buildinConfigUpdatedAt),i=new Date(n.buildinConfigUpdatedAt);a>i&&(n=r)}}return n}async function Xt(){let t=await oe.storage.local.get(Yr),e={...Ni,buildinConfigUpdatedAt:we.BUILD_TIME};if(t[Yr]){let E=t[Yr];if(E&&E.buildinConfigUpdatedAt){let P=new Date(E.buildinConfigUpdatedAt),O=new Date(e.buildinConfigUpdatedAt);P>O&&(e=E)}}let n=await zw(e);e.targetLanguage=n;let r=await Mt.get(Ft,null),a={};if(!ye()&&oe.commands&&oe.commands.getAll){let E=await oe.commands.getAll();for(let P of E)P.name&&P.shortcut&&(a[P.name]=P.shortcut)}let i=await mp(),o=Q3(),s=await qr(),u=globalThis.IMMERSIVE_TRANSLATE_CONFIG||{},l=await Jt(),c=new Date,p=Object.assign({},u,o,s);if(!p.interfaceLanguage){let E=await Rw();p.interfaceLanguage=E}let g=p.interfaceLanguage==="en",m=p.targetLanguage==="en",f=e&&e.translationLanguagePattern&&e.translationLanguagePattern.matches&&e.translationLanguagePattern.matches.length===0,T=["bing","google","transmart","mock"].includes(p.translationService)||!p.translationService;!g&&!m&&!f&&T?e.translationLanguagePattern||(e.translationLanguagePattern={matches:["en"],excludeMatches:[]}):e.translationLanguagePattern={matches:[],excludeMatches:[]};let b=e&&e.enableDefaultAlwaysTranslatedUrls;p.enableDefaultAlwaysTranslatedUrls===!1&&(b=!1);let h=p&&p.isChangedAlwaysTranslatedUrls,C=[];p.translationUrlPattern&&p.translationUrlPattern.matches&&(C=p.translationUrlPattern.matches||[]);let D=!1;h===void 0&&(C.length>0?h=!0:h=!1,p.isChangedAlwaysTranslatedUrls=h,s.isChangedAlwaysTranslatedUrls=h,D=!0);let M=(p?.translationLanguagePattern?.matches?.length||0)>0,B=await At("installedAt",""),S=Number(await Nr("translage_page_daily",0)),y=Number(await At(Kn,0)),_;y>0&&(Date.now()-y0&&(Date.now()-S0){let E=l.tempTranslationUrlMatches.filter(P=>new Date(P.expiredAt)>c);if(E.length>0){let P=p.translationUrlPattern?p.translationUrlPattern?.matches||[]:[],O=Array.isArray(P)?P:[P],H=Array.from(new Set(O.concat(E.map(j=>j.match))));p.translationUrlPattern={...p.translationUrlPattern,matches:H}}}let F=Object.assign(i,e);Ya({rule:e,valueIsArray:E=>Array.isArray(i[E]),getMergedValue:E=>i[E],onMergedResult:(E,P)=>{E!="generalRule"&&(F[E]=P)}});let L=Zt(r),U={};p.translationServices&&p.translationServices.deepl&&(U=p.translationServices.deepl);let N={};p.translationServices&&p.translationServices.openai&&(N=p.translationServices.openai),!L&&U.authKey&&!U.provider?(F.translationServices.deepl||(F.translationServices.deepl={}),F.translationServices.deepl.provider="custom"):U&&U.provider||(F.translationServices.deepl||(F.translationServices.deepl={}),F.translationServices.deepl.provider="pro"),!L&&N.APIKEY&&!N.provider?(F.translationServices.openai||(F.translationServices.openai={}),F.translationServices.openai.provider="custom"):N&&N.provider||(F.translationServices.openai||(F.translationServices.openai={}),F.translationServices.openai.provider="pro");let q=Object.keys(F),A=["translationUrlPattern","translationLanguagePattern","immediateTranslationPattern","translationBodyAreaPattern","translationParagraphLanguagePattern","translationThemePatterns","translationGeneralConfig","shortcuts","inputTranslationUrlPattern","inputLanguageCodeAlias"];for(let E of q){let P=E;if(P==="generalRule")typeof p[P]=="object"&&(F[P]=Tl(i[P],p[P]));else if(P==="translationServices")Nw(p,F);else if(typeof p[P]!="string"&&typeof p[P]!="boolean"&&typeof p[P]!="number"&&A.includes(P))p[P]&&(F[P]=Object.assign(F[P],p[P])),P==="shortcuts"&&(ye()||ot()?F[P]={...F[P],...a}:F[P]={...a});else if(P==="rules"){if(Array.isArray(p[P])){let O=F.rules||[],H={};for(let W of O)W.id&&(H[W.id]=W);let j=p[P].map(W=>W.id&&H[W.id]?k3(e.generalRule,H[W.id],W):W);F[P]=[...j,...F[P]]}if(we.PROD==="0"&&we.DEV_RULES){let O=JSON.parse(we.DEV_RULES);F[P]=[...O,...F[P]]}}else p[P]!==void 0&&(F[P]=p[P])}return F.donateUrl=e.donateUrl,F.minVersion=e.minVersion,F.feedbackUrl=e.feedbackUrl,F.rawUserConfig=s,F}async function qr(){return(await oe.storage.sync.get("userConfig")||{}).userConfig||{}}async function bs(t){await oe.storage.sync.set({userConfig:t})}async function Ts(t,e){await oe.storage.local.set({[t]:e})}async function Pl(t){return(await oe.storage.local.get(t))[t]||""}var Rw=async()=>{let t=["zh-CN"];try{t=await oe.i18n.getAcceptLanguages()}catch(r){z.warn("get browser language error:",r)}let n=t.map(r=>be(r)).find(r=>zt[r]);return n||"en"},mp=async()=>{let t={...Ni,buildinConfigUpdatedAt:we.BUILD_TIME};return{...t,targetLanguage:lr,interfaceLanguage:"en",translationMode:"dual",debug:!1,alpha:!1,translationUrlPattern:{matches:[],excludeMatches:[]},translationLanguagePattern:{matches:[],excludeMatches:[]},translationThemePatterns:{},translationParagraphLanguagePattern:{matches:[],excludeMatches:[],selectorMatches:[],excludeSelectorMatches:[]},translationBodyAreaPattern:{matches:[],excludeMatches:[],selectorMatches:[],excludeSelectorMatches:[]},translationTheme:"none",translationService:"bing",inputTranslationService:"inherit",mouseHoverTranslationService:"inherit",subtitleTranslateService:"inherit",translationArea:"main",translationStartMode:"dynamic",translationServices:{},monkeyH5FloatBall:{...t.monkeyH5FloatBall},pcFloatBall:{...t.pcFloatBall},generalRule:{...t.generalRule},translationGeneralConfig:{engine:"bing",_systemExcludeWordRegex:"\\b({word})\\b"},rules:[]}};function Ow(t,e){return t=t||[],e=e||[],t.length!==e.length?!0:e.filter(r=>!t.includes(r)).length>0}async function zw(t){try{let e=t?.autoSelectTargetLanguageAfterInstalledAt;if(!e)return lr;let n=await At("installedAt","");if(n&&new Date(n){let l=a[u],c=a[l.extends];!c||l.extends==u||(a[u]={...c,...a[u]})}),Ya({rule:{...a},valueIsArray:u=>Array.isArray(a[u]),getMergedValue:u=>a[u],onMergedResult:(u,l)=>{a[u]={...a[u],...l}}}),Ya({rule:{...r},valueIsArray:u=>Array.isArray(a[u]),getMergedValue:u=>a[u],onMergedResult:(u,l)=>{a[u]={...a[u],...l}}}),new Date(t.updatedAt)<=new Date("2024.4.2")&&Object.keys(r).forEach(u=>{["openai","gemini"].includes(u)&&r[u].prompt!=null&&(r[u].maxTextGroupLengthPerRequest==null&&(a[u].maxTextGroupLengthPerRequest=1),r[u].multiplePrompt==null&&(a[u].multiplePrompt=r[u].prompt))});let o=["imt_source_field","imt_trans_field","imt_sub_source_field","imt_sub_trans_field"],s=(u,l)=>{!u||!u[l]||!u?.env||(u[l]=u[l].replace(/{{(.+?)}}/g,(c,p)=>o.includes(p)?c:u?.env[p]||c))};Object.values(a).forEach(u=>{s(u,"prompt"),s(u,"multiplePrompt"),s(u,"subtitlePrompt")})}var Uw=["block","grid","flex","table","table-row","table-cell","list-item","-webkit-box","box","contents"];function xn(t,e){if(e.length===0)return!1;let n=e.join(",");return t.matches&&t.matches(n)||!1}function la(t,e,n){let{blockSelectors:r,extraBlockSelectors:a,extraInlineSelectors:i,atomicBlockSelectors:o}=e;if(xn(t,i))return!1;if(xn(t,a)||["br","input"].includes(t.nodeName.toLowerCase()))return!0;let l=null;if(t.parentNode&&t.parentNode.immersiveTranslateComputedStyle&&(l=t.parentNode.immersiveTranslateComputedStyle),l&&l.display&&l.display==="inline-flex")return!1;let c=p();return c&&(c=!xn(t,o)),c;function p(){return n&&n.display?!!Uw.includes(n.display):xn(t,r)}}var Gt=xn;function Qa(t){return!!t.shadowRoot}function ca(t){if(!t||typeof t!="string"&&(t=t.textContent,!t))return"";let e="";return t!==t.trimStart()&&(e+=" "),e+=t.trim(),e===" "||t!==t.trimEnd()&&(e+=" "),e}function ys(t){if(!t)return["",""];if(typeof t!="string"&&(t=t.textContent,!t))return["",""];let e=[];return t!==t.trimStart()?e.push(" "):e.push(""),!t.trim()&&e.length===1?[" ",""]:(t!==t.trimEnd()?e.push(" "):e.push(""),e)}function Tr(t,e=!1){let n=Ro;return e&&t?.translatedPlaceholderDelimiters?n=t.translatedPlaceholderDelimiters:t?.placeholderDelimiters&&(n=t.placeholderDelimiters),n}function Za(t,e=!1){let n=t.config?.translationServices?.[t.translationService];return Tr(n,e)}function Ui(t,e){return ua(e,t.targetLanguage,{ignoreZhCNandZhTW:t.rule.ignoreZhCNandZhTW})}function fp(t){let{rule:e}=t,n=qw(t);return` <${e.targetWrapperTag} class="${n} notranslate">`}function qw(t){let e=t.config.loadingTheme;return`${Q}-loading-${e}`}function vs(t,e){let n=t.rule,r=document.createElement(n.targetWrapperTag);r.classList.add("notranslate",bt),r.setAttribute("translate","no"),r.setAttribute("lang",t.targetLanguage),ut(r,Uh,e.toString());let a=fp(t);return r.append(at.sanitize(a,{RETURN_DOM_FRAGMENT:!0})),r}function qi(t,e){return t.querySelector(`[${Pd}='${e}']`)}function J3(){document.querySelectorAll(`[${Pd}]`).forEach(e=>{e.remove()})}function X3(){document.querySelectorAll(`.${bt}-error`).forEach(e=>{e.remove()})}function e1(){let t=document.querySelectorAll("iframe"),e=[];return t.forEach(n=>{Hi(n)&&e.push(n)}),e}function hp(t){let e={},{glossaries:r,_systemExcludeWordRegex:a,text:i,delimiters:o,excludeRegexps:s,targetLanguage:u}=t,l=i,c=1001;try{if(r&&r.length>0){let p={},g=r.filter(f=>f.tl&&f.tl!==u?!1:f.k?(p[f.k]=f.v||"",!0):!1).sort((f,T)=>f.tl&&!T.tl?1:!f.tl&&T.tl?-1:0),m=new RegExp(a.replace("{word}",g.map(f=>f.k).join("|")),"g");l=l.replace(m,(f,T)=>{let b=c++;return e[`${b}`]=p[T]||T,o.length>2?f.replace(T,`<${o[2]}${b}>`):f.replace(T,`${o[0]}${b}${o[1]}`)})}s&&s.length>0&&s.forEach(p=>{let g=new RegExp(p,"gi");l=l.replace(g,(m,f)=>{let T=c++;return e[`${T}`]=O3(f),o.length>2?m.replace(f,`<${o[2]}${T}>`):m.replace(f,`${o[0]}${T}${o[1]}`)})})}catch(p){z.debug(`format source text error: ${p.message}`)}return{text:l,variables:e}}function Ss(t){let{noTranslateRegexp:e,minTextCount:n,minWordCount:r,delimiters:a,text:i}=t,o=new RegExp(`${a[0]}(\\d+)${a[1]}`,"gi");if(a.length>2){let u=a[2];o=new RegExp(`<${u}(\\d+)>(.*?)`,"gi")}let s=i.trim();return s=s.replace(o,""),s=s.trim(),s===""||s.length===1&&s.charCodeAt(0)===8203||/^[0-9.,\/#!$%\^&\*;:{}=\-_`~()\s]+$/.test(i)||s.includes("")||s.includes("< styles>")||d1(s)||s1(s)||c1(s)||u1(s)||l1(s)||Hw(s)||o.test(s)||e&&e.length>0&&new RegExp(e.join("|"),"gi").test(s)?!1:Ll(i,n,r)}function jr(t){return t.nodeType===Node.ELEMENT_NODE}function t1(t,e){return t.paragraphs?t.paragraphs[0]?.ctxId!==e?(t.paragraphs=[],!1):!0:!1}async function bp(){return await At("fakeUserId","")}async function jw(){return await At("installedAt","")}async function n1(t){let n=Me().INSTALL_FROM,r=Sn(),a=await jw(),i=await bp(),o=await Xt(),s=!1,u=await Mt.get(Ft,null),l=!1;return u&&Zt(u)&&(s=!0,u.subscription&&u.subscription.isTrial&&(l=!0)),{installFrom:n,version:r,installedAt:a,interfaceLang:t,optionInterfaceLang:o.interfaceLanguage,deviceId:i,isProUser:s,isTrial:l}}function r1(t,e,n,r){if(!e||!r||!t)return"";let a=t.xpathRule,i=0,o=n;for(;o&&o!==r;)i++,o=o.parentNode;let s=i+"";for(let u=0;u{!t||!e||(async()=>{let a=await yp(t,e);r(a)})()},[t,e,r]),n}async function yp(t,e){if(!t||!e)return;let n=!1,r,a=!0;!ot()&&ye()||tt().any?(a=!1,r=e.monkeyH5FloatBall,!r&&t.rule.isShowUserscriptPagePopup==!1&&(r=t.config.monkeyH5FloatBall,r.enable=!1),r||(r=t.config.monkeyH5FloatBall),n=!e.monkeyH5FloatBall):(r=t.config.pcFloatBall,n=!e.pcFloatBall);try{if(r?.afterInstalledAt&&n){let i=await At("installedAt","");new Date(i).getTime()s==n),a=t.config.translationModeLanguagePattern.translationMatches.find(s=>s==n),i=t.config.translationModeUrlPattern.dualMatches.find(s=>wt(t.url,s));return t.config.translationModeUrlPattern.translationMatches.find(s=>wt(t.url,s))?"translation":i?"dual":a?"translation":r?"dual":null}var _l=!1,Ww=ye();function p1(t,e){let n=[];for(let r of e){let a=t.querySelectorAll(r);for(let i of a)n.push(i)}return n}function Kw(t,e){let n=function(i){return i.nodeType===Node.ELEMENT_NODE||i.nodeType===Node.TEXT_NODE?i.nodeType===Node.ELEMENT_NODE&&g1(i,e,!0)?NodeFilter.FILTER_REJECT:NodeFilter.FILTER_ACCEPT:NodeFilter.FILTER_REJECT},r=document.createTreeWalker(t,NodeFilter.SHOW_ELEMENT,n),a=!0;for(;r.nextNode();){let i=r.currentNode;if(i.nodeType===Node.ELEMENT_NODE){if(da(i,Eu)){if(a===!0)return!0;continue}if(xs(i.nodeName,e.inlineTags))return!0;if(!vp(i,e))return!1}}return!0}function Sp(t,e){let n=e.inlineTags;if(t.nodeType===Node.ELEMENT_NODE)if(xs(t.nodeName,n)||vp(t,e)){if(da(t,Hh)||xs(t.nodeName,["BR"]))return!1;if(da(t,Eu))return!0;if(vp(t,e)){let r=globalThis.getComputedStyle(t);if(r.display==="block"||r.display==="flex")return!1}return Kw(t,e)}else return da(t,Eu);return!1}function g1(t,e,n){if(!(t.nodeType===Node.ELEMENT_NODE||t.nodeType===Node.TEXT_NODE)||t.nodeType===Node.ELEMENT_NODE&&da(t,jh,!0))return!0;if(t.nodeType===Node.ELEMENT_NODE&&da(t,Bh))return!1;let{stayOriginalTags:r,excludeTags:a}=e,i=[];return n&&a&&a.length>0?i=a||[]:i=a.filter(o=>!r.includes(o)),!!(t.nodeType===Node.ELEMENT_NODE&&(t.getAttribute("translate")==="no"||t.classList.contains("notranslate"))||xs(t.nodeName,i))}function Ll(t,e,n){let r=t.trim();return r.length>=e||r.split(" ").filter(o=>o.trim()!=="").length>=n||!f1(r)&&r.length>=n}function m1(t,e,n){let r=t.trim();if(r.length<=e)return!0;if(f1(r)){if(r.split(" ").length<=n)return!0}else if(r.length<=n)return!0;return!1}function f1(t){for(let e=0;e127)return!1;return!0}function s1(t){if(t&&t.includes("://")&&!t.includes(" ")&&t.length<512)try{return new URL(t),!0}catch{return!1}else return!1}function u1(t){return t?/^[a-zA-Z0-9._-]+@[a-zA-Z0-9.-]+\.[a-zA-Z]{2,4}$/.test(t):!1}function l1(t){return t?/^[_\d:\-+\.。,,% ]+$/.test(t):!1}function c1(t){if(t&&t.startsWith("#")){if(t.split("#").length>2)return!1;if(t.indexOf(" ")===-1)return!0}return!1}function d1(t){return!!(t&&t.startsWith("@")&&t.indexOf(" ")===-1)}function da(t,e,n=!1){return xp(t,e,"1",n)}function xp(t,e,n,r=!1){return _l&&!r?t[Tn]?!!(t[Tn]&&t[Tn][e]===n):!1:t.dataset[e]===n}function Wi(t){return(t.innerText||t.textContent||"").trim()}function Ep(t){let e=t.querySelectorAll("iframe"),n="";for(let r=0;r2e3))break}return n}function Fl(t){return t?typeof t=="string"?document.querySelector(t)!==null:t.some(e=>document.querySelector(e)):!1}function ut(t,e,n,r=!1,a=!1){t.isContentEditable&&!a||(_l&&!r?(t[Tn]||(t[Tn]={}),t[Tn][e]||(t[Tn][e]=n)):t.dataset[e]!==n&&(t.dataset[e]=n))}function Ml(t,e,n=!1){if(_l&&!n){if(!t[Tn]||!t[Tn][e])return;delete t[Tn][e]}else delete t.dataset[e]}function Ki(t,e,n=!1){return _l&&!n?!t[Tn]||!t[Tn][e]?void 0:t[Tn][e]:t.dataset[e]}function vp(t,e){let n=e.allBlockTags.concat(e.inlineTags).concat(e.excludeTags);return!xs(t.nodeName,n)}function Ae(){if(!globalThis||!globalThis.location)return"https://example.com";if(!Xe())return globalThis.location.href;try{let e=globalThis.location.href,n=new URL(e);if(n.protocol==="about:"||n.protocol==="blob:"){if(globalThis.location.ancestorOrigins&&globalThis.location.ancestorOrigins.length>0)return globalThis.location.ancestorOrigins[0];let r="";try{r=globalThis.parent.location.href}catch{}return r||(globalThis.location!=globalThis.parent.location?document.referrer:document.location.href)}else return e}catch{}return globalThis.location.href}function An(t,e,n){if(t instanceof ShadowRoot){try{t.appendChild(document.createElement("style")).textContent=e}catch(r){z.warn("injectCSS failed, rootDocument"+r?.message,t)}return}if(t&&t.head&&t.head.appendChild){let r=t.createElement("style");if(n){let a=t.querySelector(`style[data-id="${n}"]`);a&&a.remove(),r.dataset.id=n}r.textContent=e,t.head.appendChild(r)}else if(t){let r=document.createElement("head"),a=document.createElement("style");a.textContent=e,r.appendChild(a),t.appendChild(r)}else z.warn("injectCSS failed, rootDocument does not have head node",t)}function Hi(t){let e=t.getAttribute("src");if(e){if(e==="about:blank")return!0;if(Ww){if(e.startsWith("blob:"))return!0}else if(e.startsWith("blob:"))return!!document.querySelector("meta[name='immersive-translate-ebook-viewer']")||!e.startsWith("blob:http");return!1}try{if(t.contentDocument&&t.contentDocument.body)return!0}catch{}return!1}function xs(t,e){if(!t||!e)return!1;Array.isArray(e)||(e=[e]),t=t.toUpperCase();for(let n of e)if(t===n)return!0;return!1}function h1(t){let e=t.replace("#",""),n=parseInt(e.substring(0,2),16),r=parseInt(e.substring(2,4),16),a=parseInt(e.substring(4,6),16);return{r:n,g:r,b:a}}function b1(t,e,n,r){if(r.document.caretPositionFromPoint){let a=r.document.caretPositionFromPoint(t,e);if(a){let i=r.document.createRange(),o=a.offsetNode;if(!o||o.nodeType!==Node.TEXT_NODE||g1(o,n,!0))return null;try{i.setStart(o,a.offset),i.setEnd(o,a.offset)}catch(s){return z.warn("getRangeFromPoint error",s),null}return i}return null}else return r.document.caretRangeFromPoint?r.document.caretRangeFromPoint(t,e):null}function T1(t,e,n){let r=0,a=(i,o,s,u)=>{if(++r>100||u===i)return i;let l=i.shadowRoot;if(!l||typeof l.elementFromPoint!="function")return i;let c=l.elementFromPoint(o,s);return c?a(c,o,s,i):i};return a(t,e,n)}d();var v1="auto",Bl="auto",y1="auto";function S1(t){v1=t}function Nn(t){Bl=t}function yt(){return Bl!=="auto"?Bl:y1!=="auto"?y1:v1}function Il(){return Bl}function E1(t,e){let n=Object.assign({},t),r=new Map;(n.langOverrides||[]).forEach(i=>{r.set(i.id,i)});for(let i of r.keys()){let[o,s]=i.split("2");if(["auto",e.sourceLanguage].includes(o)&&["auto",e.targetLanguage].includes(s)){let u=r.get(i);if(!u)continue;if(u.extends){let l=r.get(u.extends);l&&(n=Object.assign({},n,l))}n=Object.assign({},n,u)}}return n}async function Un(t){let{url:e,config:n,state:r}=t,a=new URL(e),i="auto",{translationParagraphLanguagePattern:o,translationService:s,translationServices:u,translationTheme:l,translationThemePatterns:c,translationUrlPattern:p,targetLanguage:g,sourceLanguageUrlPattern:m,immediateTranslationPattern:f}=n,T=g||"zh-CN",b=Gi(e,o),h=Gi(e,f),C=s,D=Object.keys(u);for(let ae of D){let ie=u[ae];if(Gi(e,ie)){C=ae;break}}let M=l,B=Object.keys(c);for(let ae of B){let ie=c[ae];if(ie&&Gi(e,ie)){M=ae;break}}let S=Gi(e,p),y=x1(e,p);y||(y=wt(e,Xh)),y||(y=wt(e,n.blockUrls));let _=x1(e,n.inputTranslationUrlPattern);_||(_=wt(e,n.inputTranslationBlockUrls));let k=wt(e,n.mutationBlockUrls),v=Object.keys(m),I={};for(let ae of v){let ie=m[ae];if(ie&&ie.matches)for(let Ee of ie.matches)I[Ee]=ae}let F=Object.keys(I),L=ap(e,F);L&&(i=I[L]??"auto",I[L]&&I[L]!=="auto"&&Nn(I[L]));let U=a.hostname,N=await nr(U),q=a.pathname+a.search+a.hash,A=await nr(q),E=`https://${N}.com/${A}`,P=await Jt(),O=await Z3(),H=n.translationStartMode;H==="dynamic"&&h&&(H="immediate");let j=C;n.inputTranslationService&&n.inputTranslationService!=="inherit"&&(j=n.inputTranslationService);let W=C;n.mouseHoverTranslationService&&n.mouseHoverTranslationService!=="inherit"&&(W=n.mouseHoverTranslationService);let V=C;n.subtitleTranslateService&&n.subtitleTranslateService!=="inherit"&&(V=n.subtitleTranslateService);let se=await Mt.get(Ft,null),X=!1;se&&(X=Zt(se));let Z={targetLanguage:T,config:n,translationService:C,inputTranslationService:j,mouseHoverTranslationService:W,subtitleTranslateService:V,isTranslateUrl:S,sourceLanguage:i,mainFrame:document.body,isTranslateExcludeUrl:y,isMutationTranslationExcludeUrl:k,isInputTranslationExcludeUrl:_,rule:n.generalRule,url:e,encryptedUrl:E,state:r?Object.assign({translationMode:n.translationMode,translationArea:n.translationArea,translationStartMode:H,immediateTranslationTextCount:n.immediateTranslationTextCount,isAutoTranslate:!1,translationDebounce:300,isNeedClean:!1,isDetectParagraphLanguage:b,cache:n.cache,translationTheme:M,isTranslateDirectlyOnHover:!1},r):{translationMode:n.translationMode,translationArea:n.translationArea,translationStartMode:H,immediateTranslationTextCount:n.immediateTranslationTextCount,isAutoTranslate:!1,translationDebounce:300,isNeedClean:!1,isDetectParagraphLanguage:b,cache:n.cache,translationTheme:M,isTranslateDirectlyOnHover:!1},localConfig:P};se&&(Z.user=se,X?Z.isPro=!0:Z.isPro=!1),Z.state.translationArea==="body"&&(Z.config.generalRule.excludeTags=Z.config.generalRule.excludeTags.filter(ae=>!Z.config.generalRule.bodyTranslateTags.includes(ae)),Z.config.generalRule.additionalExcludeSelectors=Z.config.generalRule.additionalExcludeSelectors.filter(ae=>ae!==".btn"));let ue=n.translationServices[Z.translationService]||{};ue.immediateTranslationTextCount!==void 0&&Gw(ue.immediateTranslationTextCount)&&ue.immediateTranslationTextCount>=0&&(Z.state.immediateTranslationTextCount=ue.immediateTranslationTextCount),Z.translationService==="deepl"&&(ue&&ue.authKey&&ue.authKey.startsWith("immersive_")||ue&&ue.provider==="pro"&&Z.user?.token)&&ue.immediateTranslationTextCountForImmersiveDeepl!==void 0&&ue.immediateTranslationTextCountForImmersiveDeepl>=0&&(Z.state.immediateTranslationTextCount=ue.immediateTranslationTextCountForImmersiveDeepl),ue&&ue.translationDebounce&&typeof ue.translationDebounce=="number"&&(Z.state.translationDebounce=ue.translationDebounce);let ge=O.immediateTranslationTextCount;n.immediateTranslationTextCount!==ge&&(Z.state.immediateTranslationTextCount=n.immediateTranslationTextCount);let te=n.rules,Y;globalThis.PDFViewerApplication?Y=te.find(ae=>ae.pageType=="pdfReader"):globalThis.immersiveTranslateEbookViewer?Y=te.find(ae=>ae.pageType=="ebookReader"):globalThis.immersiveTranslateEbookBuilder?Y=te.find(ae=>ae.pageType=="ebookBuilder"):Y=te.find(ae=>Gi(e,ae)),Z.state.translationArea==="body"&&(Z.rule.paragraphMinTextCount=1,Z.rule.paragraphMinWordCount=1),Y&&Y.pageType==="ebookBuilder"&&(Z.state.translationStartMode="immediate");let Te=n.generalRule;if(Y&&(Z.rule=Tl(Te,Y)),Z.rule.selectors.length>0&&(Z.rule.paragraphMinTextCount=2,Z.rule.paragraphMinWordCount=1),Z.state.translationArea==="body"&&Z.rule.excludeTags&&(Z.rule.excludeTags=Z.rule.excludeTags.filter(ae=>!Z.rule.bodyTranslateTags.includes(ae)&&!Z.rule.forceTranslateTags.includes(ae))),Z.rule.mainFrameSelector){let ae=document.querySelector(Z.rule.mainFrameSelector);ae&&(Z.mainFrame=ae)}return Z}function Gi(t,e){if(!e)return!1;let{matches:n,excludeMatches:r,selectorMatches:a,excludeSelectorMatches:i}=e;return r&&r.length>0&&wt(t,r)?!1:n&&n.length>0&&wt(t,n)?!0:i&&i.length>0&&Fl(i)?!1:!!(a&&a.length>0&&Fl(a))}function x1(t,e){if(!e)return!1;let{excludeMatches:n,excludeSelectorMatches:r}=e;return!!(n&&n.length>0&&wt(t,n)||r&&r.length>0&&Fl(r))}function Gw(t){return typeof t=="number"}d();d();d();d();d();d();d();var Nq=w1(2),C1=w1(3);function w1(t){if(typeof t!="number"||Number.isNaN(t)||t<1||t===Number.POSITIVE_INFINITY)throw new Error("`"+t+"` is not a valid argument for `n-gram`");return e;function e(n){let r=[];if(n==null)return r;let a=typeof n.slice=="function"?n:String(n),i=a.length-t+1;if(i<1)return r;for(;i--;)r[i]=a.slice(i,i+t);return r}}d();var Vw=/\s+/g,$w=/[\t\n\v\f\r ]+/g;function D1(t,e){e?typeof e=="string"&&(e={style:e}):e={};let n=e.preserveLineEndings?Yw:Qw;return String(t).replace(e.style==="html"?$w:Vw,e.trim?Zw(n):n)}function Yw(t){let e=/\r?\n|\r/.exec(t);return e?e[0]:" "}function Qw(){return" "}function Zw(t){return e;function e(n,r,a){return r===0||r+n.length===a.length?"":t(n)}}var A1={}.hasOwnProperty;function Jw(t){return t==null?"":D1(String(t).replace(/[\u0021-\u0040]+/g," ")).trim().toLowerCase()}function Xw(t){return C1(" "+Jw(t)+" ")}function eD(t){let e=Xw(t),n={},r=-1;for(;++rn&&(n=i,r=a)}return[r,n]}function sD(t,e){let n=t.match(e);return(n?n.length:0)/t.length||0}function uD(t,e,n,r){e=cD(e,n,r);let a=[],i;if(e)for(i in e)Rl.call(e,i)&&a.push([i,lD(t,e[i])]);return a.length===0?wp():a.sort(dD)}function lD(t,e){let n=0,r=-1;for(;++re.traditionalCharacters?(e.detectedCharacters="simplified",e.detectionRate=e.simplifiedCharacters/e.traditionalCharacters|1):e.simplifiedCharacterso+s.length,0));let i=t.length-r;for(let o of SD){let s=o[1],u=o[0],l=t.match(s),c=l?l.length:0;c>n&&(n=c,e=u)}return n*2.5/i>.5?e==="zh-CN"?I1(t)?"zh-TW":"zh-CN":e:"auto"}var O1=[["afr","af"],["amh","am"],["arb","ar"],["azj","az"],["bel","be"],["bul","bg"],["ben","bn"],["bos","bs"],["cat","ca"],["ceb","ceb"],["ces","cs"],["dan","da"],["deu","de"],["ell","el"],["eng","en"],["epo","eo"],["spa","es"],["est","et"],["fas","fa"],["fin","fi"],["fra","fr"],["gax","ga"],["glg","gl"],["guj","gu"],["hau","ha"],["heb","he"],["hin","hi"],["hrv","hr"],["hun","hu"],["hye","hy"],["ind","id"],["ibo","ig"],["ita","it"],["jpn","ja"],["jav","jw"],["kat","ka"],["kaz","kk"],["khm","km"],["kan","kn"],["kor","ko"],["ckb","ku"],["lao","lo"],["lit","lt"],["lav","lv"],["min","mi"],["mkd","mk"],["mal","ml"],["mar","mr"],["mya","my"],["nep","ne"],["nld","nl"],["nob","no"],["nya","ny"],["pan","pa"],["pol","pl"],["pbu","ps"],["por","pt"],["ron","ro"],["rus","ru"],["sin","si"],["slk","sk"],["slv","sl"],["sna","sn"],["som","so"],["als","sq"],["srp","sr"],["sun","su"],["swe","sv"],["swh","sw"],["tam","ta"],["tel","te"],["tgk","tg"],["tha","th"],["toi","to"],["tur","tr"],["ukr","uk"],["urd","ur"],["uzn","uz"],["vie","vi"],["xho","xh"],["ydd","yi"],["yor","yo"],["cmn","zh-CN"],["zul","zu"]],Dp=new Map(O1),xD=new Map(O1.map(([t,e])=>[e,t]));function z1(t,e,n=["en"]){if(!t)return"auto";try{let r=n.map(s=>xD.get(s));!e&&e!==0&&(e=25);let a=zl(t);if(a!=="auto")return a;let i={minLength:e,whitelist:[...Dp.keys()]},o=L1(t,i);if(o&&o.length>0){if(o.length>1&&o[0][1]-o[1][1]<=.3)for(let c=0;c.5&&c/o.length<=.25){if(p=="eng"&&g<.95)break;return Dp.get(p)}}let[s,u]=o[0],l=Dp.get(s);if(l&&u>.9)return l}}catch(r){z.error(r)}return"auto"}d();d();function pa(t,e){var n=(t&65535)+(e&65535),r=(t>>16)+(e>>16)+(n>>16);return r<<16|n&65535}function ED(t,e){return t<>>32-e}function Ul(t,e,n,r,a,i){return pa(ED(pa(pa(e,t),pa(r,i)),a),n)}function en(t,e,n,r,a,i,o){return Ul(e&n|~e&r,t,e,a,i,o)}function tn(t,e,n,r,a,i,o){return Ul(e&r|n&~r,t,e,a,i,o)}function nn(t,e,n,r,a,i,o){return Ul(e^n^r,t,e,a,i,o)}function rn(t,e,n,r,a,i,o){return Ul(n^(e|~r),t,e,a,i,o)}function Nl(t,e){t[e>>5]|=128<>>9<<4)+14]=e;var n,r,a,i,o,s=1732584193,u=-271733879,l=-1732584194,c=271733878;for(n=0;n>5]>>>e%32&255);return n}function Ap(t){var e,n=[];for(n[(t.length>>2)-1]=void 0,e=0;e>5]|=(t.charCodeAt(e/8)&255)<16&&(r=Nl(r,t.length*8)),n=0;n<16;n+=1)a[n]=r[n]^909522486,i[n]=r[n]^1549556828;return o=Nl(a.concat(Ap(e)),512+e.length*8),N1(Nl(i.concat(o),512+128))}function U1(t){var e="0123456789abcdef",n="",r,a;for(a=0;a>>4&15)+e.charAt(r&15);return n}function kp(t){return unescape(encodeURIComponent(t))}function q1(t){return CD(kp(t))}function DD(t){return U1(q1(t))}function j1(t,e){return wD(kp(t),kp(e))}function AD(t,e){return U1(j1(t,e))}function kn(t,e,n){return e?n?j1(e,t):AD(e,t):n?q1(t):DD(t)}var Vi=[];async function ql(t,e){return await new Promise((n,r)=>{let a=t,i=1,o=indexedDB.open(a,i);o.onsuccess=s=>{n(o.result)},o.onerror=s=>{r()},o.onupgradeneeded=s=>{let u=o.result,l=e||"cache";u.createObjectStore(l,{keyPath:"key"})}})}async function H1(t){let e=`${Q}-${t.service}@${t.from}->${t.to}`;return await LD(e,t)}async function W1(t){let e=kn(t.originalText),n=`${Q}-${t.service}@${t.from}->${t.to}`;return await PD(n,e)}async function PD(t,e){let n=await ql(t);return await new Promise((r,a)=>{if(!n)return a();let i="cache",s=n.transaction([i],"readonly").objectStore(i).get(e);s.onsuccess=u=>{n.close();let l=s.result;r(l)},s.onerror=u=>{n.close(),a()}})}async function LD(t,e){let n=await ql(t);return(await FD()).includes(t)||await _D(t),await new Promise(a=>{if(!n)return a(!1);let i="cache",s=n.transaction([i],"readwrite").objectStore(i).put(e);s.onsuccess=u=>{n.close(),a(!0)},s.onerror=u=>{n.close(),a(!1)}})}async function _D(t){let e="cache_list",n=await ql(Q+"-cacheList",e),a=n.transaction([e],"readwrite").objectStore(e).put({key:t});a.onsuccess=i=>{n.close(),Vi.push(t)},a.onerror=i=>{n.close()}}async function FD(){if(Vi&&Vi.length>0)return Vi;let t=await ql(Q+"-cacheList","cache_list");return Vi=await new Promise(e=>{let n="cache_list",a=t.transaction([n],"readonly").objectStore(n).getAllKeys();a.onsuccess=i=>{t.close(),e(a.result)},a.onerror=i=>{t.close(),e([])}}),Vi}d();d();var Pp="Original";function $e(){return Pp}function pn(t){Pp=t,K1(Pp)}d();function Hr(t){return t?.id?.endsWith("pdfWebPage")||!1}function ga(t){try{if(!t||!Hr(t))return"";let e="";if(t.pdfUrlExtractRule.attribute&&t.pdfUrlExtractRule.selector){let r=t.pdfUrlExtractRule,{selector:a,attribute:i}=r;if(a&&i){let o=document.querySelector(a);if(!o)return"";e=o.getAttribute(i)||""}}else e=document.querySelector("embed[type='application/pdf']")?.getAttribute("src")||"";if(e.startsWith("about"))return"";if(!e.startsWith("/"))return e;let n=new URL(location.href);return e.startsWith("//")?n.protocol+e:n.protocol+"//"+n.host+e}catch{return""}}var Ye={},ma=async function(t,e){let{method:n,data:r}=t,a=await Ye.updateGlobalContext(),i=Date.now();if(z.debug(`content script received message: ${n}`,r||" "),n==="translateTheWholePage")await Ye.translateTheWholePage(r),Je(Kn,i);else if(n==="translateTheMainPage")await Ye.translateTheMainPage(r),Je(Kn,i);else if(n==="translateToThePageEndImmediately")await Ye.translateToThePageEndImmediately(r),Je(Kn,i);else if(n==="toggleTranslatePage")await Ye.toggleTranslatePage(r),Je(Kn,i);else if(n==="toggleTranslateTheWholePage")await Ye.toggleTranslateTheWholePage(r),Je(Kn,i);else if(n==="toggleTranslateTheMainPage")await Ye.toggleTranslateTheMainPage(r),Je(Kn,i);else if(n==="toggleOnlyTransation")await Ye.ensureSwitchTranslationMode(r),Je(Kn,i);else if(n==="translatePage")await Ye.translatePage(a,r),Je(Kn,i);else if(n==="toggleTranslationMask")await Ye.toggleTranslationMask(r);else if(n==="restorePage")Ye.restorePage();else if(n==="retryFailedParagraphs")Ye.retryFailedParagraphs();else if(n==="switchTranslationMode"){if(a.rule.isPdf)return;r&&r.mode&&(await Ye.switchTranslationMode(r.mode),await Ye.reloadSubtitleWithTranslationModeChanged())}else if(n==="autoEnableSubtitleChanged")Ye.autoEnableSubtitleChanged(a,r);else if(n=="shareToDraft")globalThis.document.dispatchEvent(new CustomEvent(vu,{detail:r}));else if(n=="toggleTranslateToThePageEndImmediately")await Ye.toggleTranslateToThePageEndImmediately(r);else if(n==="toggleMouseHoverTranslateDirectly")globalThis.document.dispatchEvent(new CustomEvent(Fo,{detail:r}));else if(n==="translateWithOpenAI")await Ye.translatePageWithTranslationService("openai",r);else if(n==="translateWithGoogle")await Ye.translatePageWithTranslationService("google",r);else if(n==="translateWithDeepL")await Ye.translatePageWithTranslationService("deepl",r);else if(n==="translateWithBing")await Ye.translatePageWithTranslationService("bing",r);else if(n==="translateWithTransmart")await Ye.translatePageWithTranslationService("transmart",r);else if(n==="translateWithGemini")await Ye.translatePageWithTranslationService("gemini",r);else if(n==="translateInputBox")await Ye.translateInputBoxWithShortcut(a);else if(n!=="updateGlobalCtx"){if(n==="toggleVideoSubtitlePreTranslation")Xe()||await Ye.toggleVideoSubtitlePreTranslation();else if(n==="getAsyncContextString"&&!Xe())return JSON.stringify(a)}};function G1(t){Object.assign(Ye,t)}function V1(t){Object.assign(Ye,t)}function $1(t){Object.assign(Ye,t)}var MD=function(t,e){let{method:n,data:r}=t;if(z.debug(`content script received sync message: ${n}`,r||" "),n==="ping")return"pong";if(n==="getPageStatus")return $e();if(n==="getCurrentPageLanguage"){let a=yt();return Ye.detectCurrentPageLanguage().catch(i=>{z.warn("detectCurrentPageLanguage failed",i)}),a}else{if(n==="setCurrentPageLanguageByClient")return Nn(r),yt();if(n==="getContextString"){let a=Ye.getPureGlobalContext(),{articleNode:i,bodyNode:o,...s}=a;return JSON.stringify(s)}else if(n=="getPdfWebUrl"){let a=Ye.getPureGlobalContext();return ga(a?.rule)}}},jl,Hl;function Y1(){let t=Wl();Xe()||BD(),t.sendMessage("popup:main_sync",{method:"ready"}).catch(n=>{})}function Wl(){return jl||(jl=new br("content_script",!1).getConnection("main",ma),jl)}function BD(){return Hl||(Hl=new br("content_script",!1).getConnection("main_sync",MD,{sync:!0}),Hl)}d();var Lp=[["auto","auto"],["zh-CN","zh"],["zh-TW","zh-TW"],["de","de"],["en","en"],["es","es"],["fr","fr"],["id","id"],["it","it"],["ja","ja"],["ko","ko"],["ms","ms"],["pt","pt"],["ru","ru"],["th","th"],["tr","tr"],["vi","vi"]],Kl="https://transmart.qq.com/api/imt",Wr=class t{static langMapReverse=new Map(Lp.map(([e,n])=>[n,e]));static getClientKey(){return btoa("transmart_crx_"+navigator.userAgent).slice(0,100)}static async detectLanguageRemotelyByTransmart(e){let n={header:{fn:"text_analysis",client_key:t.getClientKey()},text:e.slice(0,280)},r=await de({url:Kl,method:"POST",body:JSON.stringify(n)});if(r.header.ret_code!=="succ")throw new Error(r.message||r.header.ret_code);let a=r.language,i=t.langMapReverse.get(a);return i||a}};d();function ID(t,e){return Math.floor(Math.random()*(e-t+1))+t}var RD=30,_p="RATE_LIMITER_TICKS",$i=class t{static strictTicks={};static clearStrictTicks(){Ts(_p,"{}")}static async getStrictTicks(e,n){if(n)return this.strictTicks[e]||[];try{let r=await Pl(_p);r&&(this.strictTicks=JSON.parse(r)||{})}catch(r){z.debug("Error setting rate limiter ticks",r),this.strictTicks[e]=[]}finally{return this.strictTicks[e]||[]}}static wait(e,n){return new Promise((r,a)=>{t.getDelay(e,n).then(i=>{setTimeout(()=>{r(i)},i)})})}static async setStrictTicks(e,n,r){try{if(this.strictTicks[e]=n,r)return;await Ts(_p,JSON.stringify(this.strictTicks))}catch(a){z.debug("Error setting rate limiter ticks",a)}}static async getDelay(e,n,r=!1){if(!r){let l=ID(4,RD);await Dr(l)}let a=await this.getStrictTicks(e,r)||[],{limit:i,interval:o}=n,s=Date.now();if(a.length=u?(a.push(s),await this.setStrictTicks(e,a,r),0):(a.push(u),await this.setStrictTicks(e,a,r),u-s)}};async function vt(t){return await Wl().sendMessage("background:main",t)}function de(t){return mu()?wl({method:"request",data:t}):ye()||gu()?(t.fetchPolyfill=globalThis.GM_fetch,Ur(t)):vt({method:"fetch",data:t})}function qn(){return ye()?Xt():vt({method:"getConfig"})}function gn(t){return ye()?bs(t):vt({method:"setUserConfig",data:t})}function mn(){return ye()?qr():vt({method:"getUserConfig"})}function Cs(){return ye()?Jt():vt({method:"getLocalConfig"})}function Gl(t){return ye()?Wt(t):vt({method:"setLocalConfig",data:t})}function Q1(t){return ye()?kl(t):vt({method:"setBuildinConfig",data:t})}async function Ie(t){if(t.text){let n=zl(t.text);if(n!=="auto")return Promise.resolve(n)}else return"auto";if(ye()||ot()){if(t.translateService&&!Du.includes(t.translateService))return Promise.resolve("auto");let r=z1(t.text,t.minLength,t.pageLangs);return Promise.resolve(r)}let e=await vt({method:"detectLanguage",data:t});return Promise.resolve(e)}function Z1(){return vt({method:"detectTabLanguage"})}async function Vl(t){let e=await Ie({text:t,pageLangs:["en"]});try{if(ye()||ot()){let n=t.substring(0,200);e=await Wr.detectLanguageRemotelyByTransmart(n)}}catch{}return e}function K1(t){let e=new CustomEvent(Oa,{detail:t});if(document.dispatchEvent(e),ye())return;Wl().sendMessage("popup:main_sync",{method:"setPageStatus",data:t}).catch(r=>{})}function J1(t){return ye()?W1(t):vt({method:"queryParagraphCache",data:t})}async function X1(t){if(ye()){await H1(t);return}return vt({method:"setParagraphCache",data:t})}async function e2(){if(ye())return Promise.resolve();await vt({method:"mockRequest"})}function Yi(t=!1,e=""){return ye()?(oe.runtime.openOptionsPage(t,e),Promise.resolve()):vt({method:"openOptionsPage",data:{newTab:t,pageRoute:e}})}function $l(t=""){return ye()||ot()?Me().OPTIONS_URL:oe.runtime.getURL("options.html")}function Fp(t=""){return oe&&oe.runtime&&oe.runtime.getURL?oe.runtime.getURL("options.html"):""}function Yl(t=!1){return ye()?(oe.extra.openAboutPage(t),Promise.resolve()):vt({method:"openAboutPage"})}function Qi(t){return ye()?(oe.extra.openInTab(t),Promise.resolve()):vt({method:"openInTab",data:t})}function t2(t=!1){return ye()?(oe.extra.openEbookViewerPage(t),Promise.resolve()):vt({method:"openEbookViewerPage"})}function n2(t=!1){return ye()?(oe.extra.openEbookBuilderPage(t),Promise.resolve()):vt({method:"openEbookBuilderPage"})}function r2(t){ot()}function Zi(t=!1,e){return ye()?(oe.extra.openPdfViewerPage(t),Promise.resolve()):vt({method:"openPdfViewerPage",data:{url:e}})}function a2(t=!1){return ye()?(oe.extra.openSubtitleBuilderPage(t),Promise.resolve()):vt({method:"openSubtitleBuilderPage"})}function Ji(t){return ye()?Promise.resolve():vt({method:"setBadge",data:{text:t}})}function i2(){return ye()?(z.warn("autoSyncLatestConfig is not support in monkey"),Promise.resolve()):vt({method:"autoSyncLatestConfig"})}function Ql(t,e=!1){return ye()?oe.extra.openInTab(t,e):globalThis.open(t,e?"_blank":"_self"),Promise.resolve()}function o2(t,e){return ye()?$i.getDelay(t,e):vt({method:"getDelay",data:{key:t,options:e}})}function s2(t){let e;try{e=new URL(t)}catch{return!1}let n=Fp(),r="";try{r=new URL(n).hostname}catch{}return!!(r&&e.hostname===r)}function Zl(t){let e;try{e=new URL(t)}catch{return!1}let n=Fp(),r="";try{r=new URL(n).hostname}catch{}return r&&e.hostname===r?!0:!(Mp(t)||e.protocol!=="http:"&&e.protocol!=="https:"&&e.protocol!=="file:"&&e.protocol!=="data:")}function Mp(t){try{return new URL(t)?.pathname.toLowerCase().endsWith(".pdf")}catch{return!1}}d();d();d();d();var Bp={get:(t,e,n)=>{let r=e===void 0?t:{[t]:e};return oe.storage[n].get(r)},set:(t,e,n)=>oe.storage[n].set({[t]:e})};function Jl(t,e,n){let[r]=re(()=>typeof e=="function"?e():e),[a]=re(n),[i,o]=re(r),[s,u]=re(!1),[l,c]=re("");Ce(()=>{Bp.get(t,r,a).then(g=>{g[t]&&o(g[t]),u(!0),c("")}).catch(g=>{u(!1),c(g)})},[t,r,a]);let p=Ve(g=>{let m=typeof g=="function"?g(i):g;z.debug("new settings",m),Bp.set(t,m,a).then(()=>{o(m),u(!0),c("")}).catch(f=>{o(m),u(!1),c(f)})},[a,t,i]);return[i,p,s,l]}d();function Ip(t,e,n){let r=[];return function(){let[i,o,s,u]=Jl(t,e,n),l=Ve(c=>{for(let p of r)p(c)},[]);return Ce(()=>(r.push(o),()=>{r.splice(r.indexOf(o),1)}),[o]),[i,l,s,u]}}function u2(t,e){return Ip(t,e,"sync")}var OD="userConfig",zD=null,ND=u2(OD,zD);function rr(t){let[e,n,r,a]=ND(),i=Ve(o=>{let s=typeof o=="function"?o(e):o;s&&(s.updatedAt=new Date().toISOString()),n(s),t&&t(s)},[e]);return[e,i,r,a,n]}d();d();d();var Xi={},UD={root:"",lang:"en",fallbackLang:"en"};function Rp(t,e){let n=Object.assign({},UD,t);Xi=e||Xi;let[r,a]=re(n.lang),[i,o]=re(Xi),[s,u]=re(!1),l=p=>{if(i.hasOwnProperty(p))return;u(!1);let g=H3(n.root||"",p);n.getUrl&&(g=n.getUrl(n.root||"",p),fetch(g).then(m=>m.json()).then(m=>{Xi[p]=m,o({...Xi}),u(!0)}).catch(m=>{o({...Xi}),u(!0)}))};return Ce(()=>{l(n.fallbackLang||"en"),l(r)},[r]),{lang:r,setLang:a,t:(p,g)=>{if(!i.hasOwnProperty(r))return p;let m=ms(i,r,p);return m===p&&r!==n.fallbackLang&&(m=ms(i,n.fallbackLang,p)),dp(m,g)},isReady:s}}d();d();var qD=0;function w(t,e,n,r,a){var i,o,s={};for(o in e)o=="ref"?i=e[o]:s[o]=e[o];var u={type:t,props:s,key:n,ref:i,__k:null,__:null,__b:0,__e:null,__d:void 0,__c:null,__h:null,constructor:void 0,__v:--qD,__source:a,__self:r};if(typeof t=="function"&&(i=t.defaultProps))for(o in i)s[o]===void 0&&(s[o]=i[o]);return Fe.vnode&&Fe.vnode(u),u}var zp=hi(null),Op={root:"assets",lang:"en",fallbackLang:"en"},eo=t=>{let{t:e,setLang:n,lang:r,isReady:a}=Rp({root:t.root||Op.root,lang:t.lang||Op.lang,fallbackLang:t.fallbackLang||Op.fallbackLang,getUrl:t.getUrl},t.translations);return w(zp.Provider,{value:{t:e,setLang:n,lang:r,isReady:a},children:t.children})};function xe(){return du(zp)}d();var jD=function(t,e){let{method:n,data:r}=t;z.debug(`popup received message: ${n}`,r||" ");let a;e.active&&(a=e.id,globalThis.document.dispatchEvent(new CustomEvent(Bo,{detail:{tabId:a,payload:t}})))},Xl;function l2(){ws()}function ws(){return Xl||(Xl=new br("popup",!1).getConnection("main_sync",jD),Xl)}d();d();function c2(t,e=2e3){return n=>{let r,a=0;return i=>{++a==t&&(n(i),a=0),clearTimeout(r),r=setTimeout(()=>a=0,e)}}}d();var ec="DROP_DOWN_DEFAULT_VALUE";function Np(t){let{showArrow:e,onSelected:n,className:r,menus:a,maxWidth:i,style:o}=t;r=r||"",e=e??!0,i=i||80;let s=je(null);return w("select",{ref:s,autoComplete:"off",class:`min-select ${e?"":"min-select-no-arrow"} ${r||""}`,value:ec,style:{maxWidth:`${i}px`,...o},onChange:u=>{u.preventDefault();let l=u.target.value;if(s.current&&l!==ec){s.current.value=ec,s.current?.dispatchEvent(new Event("change"));let c=a.find(p=>p.value===l);c&&n(c)}},children:[{value:ec,label:t.label}].concat(a).map((u,l)=>w("option",{value:u.value,children:u.label},"option-"+l))})}d();d();function to(t,e){return t.localeCompare(e,void 0,{numeric:!0,sensitivity:"base"})>=0}var HD=({date:t})=>{let{t:e}=xe(),[n,r]=re(!1);return Ce(()=>{setTimeout(()=>{r(!0)},5e3)},[]),n?null:w("p",{class:"text-sm",children:[e("Successfully synchronized with the latest official rules:")," ",new Date(t).toLocaleString()]})},WD=({minVersion:t})=>{let{t:e}=xe();return w("p",{class:"text-sm",children:e("localVersionIsTooOld",{minVersion:t})})},KD=()=>{let{t}=xe();return w("p",{class:"text-sm",dangerouslySetInnerHTML:{__html:t("badUserscriptBrowser",{1:"https://immersivetranslate.com/docs/installation/"})}})},GD=({message:t,handleSyncing:e,date:n})=>{let{t:r}=xe();return w("p",{class:"text-sm",children:[r("failToSyncRules")," ",w("a",{onClick:e,children:r("retry")}),w("br",{}),r("failedReason"),"\uFF1A",t,w("br",{}),r("currentRuleVersion"),"\uFF1A",n]})};function Up(t){let{isShowError:e,request:n}=t,[r,a]=re(null),{t:i}=xe(),[o,s]=re(null),[u,l]=re(null),[c,p]=re(""),[g,m]=re(!1),[f,T]=re(!1),[b,h]=re(!1),[C,D]=re(null),[M,B]=re(null),S=Sn(),y=async()=>{p("");let _=o;if(o===null)try{let k=await n({url:Io});k?(s(k),_=k,m(!0)):(p(i("unknownError")),l(null))}catch(k){l(null),p(k.message);return}_!==null?(t.setStorageBuildinConfig(_),l(!1),a(_.buildinConfigUpdatedAt)):(p(i("canNotFetchRemoteRule")),l(null))};return Ce(()=>{Xt().then(_=>{let k=_.buildinConfigUpdatedAt;D(_);let v=new Date(k);if(a(k),S==="0.0.0"){h(!0);return}n({url:Io}).then(I=>{let F=I,L=F.minVersion,U=S;s(F);let N=F.latestVersion;if(N&&(to(U,N)?B(!0):B(!1)),to(U,L)){let q=F.buildinConfigUpdatedAt;new Date(q)>v?(l(!0),y()):l(!1)}else T(!0),l(null)}).catch(I=>{l(null),p(I.message)})})},[]),Ce(()=>{Xt().then(_=>{D(_)})},[r]),C?w("div",{class:"text-sm mt-2",style:{maxWidth:218},children:b?w(KD,{}):c?e===!1?null:w(GD,{handleSyncing:y,message:c,date:r||""}):f?e===!1?null:w(WD,{minVersion:o.minVersion}):u===null||u===!0?null:g?w(HD,{date:r}):null}):null}d();function VD(){return navigator.userAgent.indexOf("Mac")!==-1}var d2={Alt:"\u2325"};function tc(t=""){return VD()?Object.keys(d2).reduce((e,n)=>e.replace(n,d2[n]),t):t}d();d();var nc='',p2="data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgZmlsbD0ibm9uZSI+PHBhdGggZmlsbD0iI0ZGQzczNiIgZD0iTTMgN2gxN3YxMEgzeiIvPjxwYXRoIGZpbGw9InVybCgjYSkiIGQ9Ik02Ljg5NyA5LjI0MmMuNDE1IDAgLjcyLjExMS45MjguMzQ3LjIwNy4yMzUuMzE4LjUyNy4zMTguODczcy0uMTEuNjIzLS4zMTguODQ1Yy0uMjA4LjIyMi0uNTI3LjMzMy0uOTI4LjMzM2gtMS4zM1Y5LjI0MmgxLjMzWm05Ljg0NiAxLjc4OGMuMzg4IDAgLjY2NS4xNTIuODQ1LjQ1Ny4xNTIuMjY0LjIzNS41ODIuMjYzLjk4NHYuMzE5YzAgLjQ5OS0uMDgzLjg4Ny0uMjYzIDEuMTkyLS4xOC4zMDQtLjQ1Ny40NTctLjgzLjQ1Ny0uMzg5IDAtLjY2Ni0uMTUzLS44NDYtLjQ0NC0uMTUyLS4yNjMtLjIzNS0uNTk1LS4yNjMtMS4wMTF2LS4yOTFjMC0uNDg1LjA4My0uODczLjI2My0xLjE3OC4xOC0uMzA1LjQ0My0uNDg1LjgzMS0uNDg1Wm0tMy40MDctMS4xMzZhMS4xNyAxLjE3IDAgMCAwLS43MDYuMjM1IDEuNDgyIDEuNDgyIDAgMCAwLS40MTUuNWwtLjA4My4xNjUtLjA3LS44MDNoLTEuMzU3djUuNDMyaDEuNDU0di0zLjY1OWEuODguODggMCAwIDEgLjMxOS0uMzg4Yy4xMS0uMDY5LjI1LS4xMS40MTUtLjEyNGguMTI1bC41NC4wMTQuMTY2LTEuMzE3Yy0uMDctLjAxNC0uMTI0LS4wMjgtLjE5NC0uMDQxLS4wNTUtLjAxNC0uMTI0LS4wMTQtLjE5NC0uMDE0Wk02Ljg5NiA4LjEySDQuMTE0djcuMzE3aDEuNDY4VjEyLjc5aDEuMzNjLjg0NCAwIDEuNDk1LS4yMDggMS45OC0uNjM4LjQ4NS0uNDMuNzItLjk4My43Mi0xLjY5cy0uMjM1LTEuMjYxLS43Mi0xLjY5Yy0uNDQzLS4zODktMS4wMzktLjYxLTEuNzczLS42MzhsLS4yMjEtLjAxNFptOS44NDcgMS43NzRjLS44MDMgMC0xLjQyNi4yNjMtMS44ODMuNzc2LS40MTYuNDctLjYzNyAxLjA2Ny0uNjc5IDEuNzczdi4zMzNjMCAuODE4LjIyMiAxLjQ4My42NzkgMS45OTUuNDU3LjUxMyAxLjA4Ljc3NiAxLjg4My43NzYuODA0IDAgMS40MjctLjI2MyAxLjg4NC0uNzc2LjQxNS0uNDcuNjM3LTEuMDUzLjY3OC0xLjc3M3YtLjMzM2MwLS44MTctLjIyMS0xLjQ4Mi0uNjc4LTEuOTk1LS40NTctLjUxMy0xLjA4LS43NzYtMS44ODQtLjc3NlpNMTguMDAzIDZhNiA2IDAgMCAxIDAgMTJIMFY5LjQyM0EzLjQyIDMuNDIgMCAwIDEgMy40MiA2aDE0LjU4M1oiLz48ZGVmcz48bGluZWFyR3JhZGllbnQgaWQ9ImEiIHgxPSI3LjUiIHgyPSIyMiIgeTE9IjE5IiB5Mj0iNiIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiPjxzdG9wIHN0b3AtY29sb3I9IiMyMjIiLz48c3RvcCBvZmZzZXQ9IjEiIHN0b3AtY29sb3I9IiM2OTY5NjkiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48L3N2Zz4=",g2="data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIxMiIgZmlsbD0ibm9uZSI+PHBhdGggZmlsbD0iIzk5OSIgZD0iTTYuODk3IDMuMjQyYy40MTUgMCAuNzIuMTExLjkyOC4zNDcuMjA3LjIzNS4zMTguNTI2LjMxOC44NzMgMCAuMzQ2LS4xMS42MjMtLjMxOC44NDUtLjIwOC4yMjItLjUyNy4zMzMtLjkyOC4zMzNoLTEuMzNWMy4yNDJoMS4zM1ptOS44NDYgMS43ODhjLjM4OCAwIC42NjUuMTUyLjg0NS40NTcuMTUyLjI2NC4yMzUuNTgyLjI2My45ODR2LjMxOWMwIC40OTktLjA4My44ODctLjI2MyAxLjE5Mi0uMTguMzA0LS40NTcuNDU3LS44My40NTctLjM4OSAwLS42NjYtLjE1My0uODQ2LS40NDQtLjE1Mi0uMjYzLS4yMzUtLjU5NS0uMjYzLTEuMDExdi0uMjkxYzAtLjQ4NS4wODMtLjg3My4yNjMtMS4xNzguMTgtLjMwNS40NDMtLjQ4NS44MzEtLjQ4NVptLTMuNDA3LTEuMTM2YTEuMTcgMS4xNyAwIDAgMC0uNzA2LjIzNSAxLjQ4MiAxLjQ4MiAwIDAgMC0uNDE1LjVsLS4wODMuMTY1LS4wNy0uODAzaC0xLjM1N3Y1LjQzMmgxLjQ1NFY1Ljc2NGEuODguODggMCAwIDEgLjMxOS0uMzg4Yy4xMS0uMDY5LjI1LS4xMS40MTUtLjEyNGguMTI1bC41NC4wMTQuMTY2LTEuMzE3Yy0uMDctLjAxNC0uMTI0LS4wMjgtLjE5NC0uMDQxLS4wNTUtLjAxNC0uMTI0LS4wMTQtLjE5NC0uMDE0Wk02Ljg5NiAyLjEySDQuMTE0djcuMzE3aDEuNDY4VjYuNzloMS4zM2MuODQ0IDAgMS40OTUtLjIwOCAxLjk4LS42MzguNDg1LS40My43Mi0uOTgzLjcyLTEuNjlzLS4yMzUtMS4yNjEtLjcyLTEuNjljLS40NDMtLjM4OS0xLjAzOS0uNjEtMS43NzMtLjYzOGwtLjIyMS0uMDE0Wm05Ljg0NyAxLjc3NGMtLjgwMyAwLTEuNDI2LjI2My0xLjg4My43NzYtLjQxNi40Ny0uNjM3IDEuMDY3LS42NzkgMS43NzN2LjMzM2MwIC44MTguMjIyIDEuNDgzLjY3OSAxLjk5NS40NTcuNTEzIDEuMDguNzc2IDEuODgzLjc3Ni44MDQgMCAxLjQyNy0uMjYzIDEuODg0LS43NzYuNDE1LS40Ny42MzctMS4wNTMuNjc4LTEuNzczdi0uMzMzYzAtLjgxNy0uMjIxLTEuNDgzLS42NzgtMS45OTUtLjQ1Ny0uNTEzLTEuMDgtLjc3Ni0xLjg4NC0uNzc2Wk0xOC4wMDMgMGE2IDYgMCAwIDEgMCAxMkgwVjMuNDIzQTMuNDIgMy40MiAwIDAgMSAzLjQyIDBoMTQuNTgzWiIvPjwvc3ZnPg==";var m2="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAMAAADXqc3KAAAAn1BMVEUAAADt7vHu7vLu7vLv7+/n5+fFxcXu7vHv7/PHx8eamprt7fLt7fHn5+vGxsbS09Surq6fn5+ZmZmZmZnGxsbGxsbt7/K/v7/Hx8ft7vHGxsaZmZn09vnk5eeqqquenp7p6u3X2NnLy8vU1dbr7O67u7uvr6/o6evh4uPR0dLCwsLAwMDZ2ty9vb6kpaWhoaHe3+HPz8+zs7OkpKTc3d7Gt0R8AAAAGXRSTlMA779wIBDv338gv5+AgHDv7+/v36+gn3BgD0kJmgAAAS1JREFUKM9dkOmSgyAQhNFo7mTvYwYEBa9oorne/9l2hqJSbr4q+NHNdBcjAukyXgBE8SwRU5IYHmwm1iyCCdFMBJbwxDK8B2iKLGjl8VAC+JmEcqzRrmnP5yzrbm93SuOeDQCcpNToGaV8ISGmAfBGPce+qjrsjSxYSbkBGtt1tZGEueLpwsZW8A8snlj2jD0efRZVtxzw4Ia2BFgIch1qOaHCM4lsHHA0WpOpKyk7qX2WWLBhhhxU7grlKlV7I+LyAm+DUplS/sqv2HL5FiDDSio15CQOdHrrl5L6kpqEMOHwTlIiOKu0WIDy5Bfkn3+HJTYXRNdmWXtA1nmJfu1lgRNcQw2encV/2J0I7OdIXM1YIzH/FQ9WX4i1JF4RP1dBDNZ+/S7lx/onDcIfdi8x4pYpSxgAAAAASUVORK5CYII=",f2="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAMAAADXqc3KAAAA51BMVEUAAABRT2tSUGpRT2tQUHBQUGjwtcxRT2tRUGtST2tSTmrvsMnvt89QUHDqTIpkXHhST2zQobmfdpPrTYrGVoHqS4nwtszvtMzvtc3vr89RT2vwtczASHb09vnIXYbt4OncqMDqTInGVoBbVnHqp8GqiKJlXHfz2+bsrsfkmrfIm7SggpvScZfKaY/q1uDtgKvRiKaNdY/MY4vy7fLy5Ozxydrxw9bhtcjnobzVlK/diam0j6jYfqHVeJyXfJWcd5TrXJOCb4l5aYNvYn3DUXzxzd3kwNDSorrth6/CjqnAeZnNdJaDb4nDaCDkAAAAGnRSTlMA73C/ICDv37+ff3AgEL+AgO/v7+/fr6BgELJb3PQAAAE/SURBVCjPXZHnUsMwEIRlOySkhw66k+24YScx6b0XOu//PJw0mozh+6Efu6ddzYlpqiWrwLlhmTmW5cLiZ4oZyzR4BsNkmhL/R0nPcx6FR6357ZbPuanyKefT62yjn37/cJwPbjeUJnuKNPeFuAaFjXhNgkUXONHDdR6CJIkh8HArlSo1UIUbx6sTEt4CZlfSaLBLOl2YeaixA2irLKrey4AzA4jpXQVG7hI6mCGBPonSaIF9StMUMe0hzrGjslhBGp7tDIUzfRPTnvhWhiHLQxjYQrwIoQ5nAXtZ3uD8AAkKYTsk0sAocNVSqqpkRaK+MYYNSTkms3wXXodCMZpAKD9FLzF6Bxg/ExMgXS+RluKHkGEZUYOi7sIf3DrTlPNAfOx2XSDyj+xM5QGg2yTIua+wLJVy7abZvKuVn7TwCyKmN+3PjJblAAAAAElFTkSuQmCC",h2="data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGcgaWQ9IkZyYW1lIj4KPHBhdGggaWQ9IlZlY3RvciIgZD0iTTguNzEwMjMgMTMuMzg3NkwxMy4yODkzIDguODA4NkwxNC4wOTc3IDguMDAwMjJMMTMuMjg5NyA3LjE5MjIyTDguNzEwMjMgMi42MTI3OUw3LjkwMjIzIDMuNDIwNzlMMTEuOTA5NSA3LjQyODc5SDEuOTA1NjZWOC41NzE2NUgxMS45MDk1TDcuOTAxODUgMTIuNTc5M0w4LjcxMDIzIDEzLjM4NzZaIiBmaWxsPSIjODM4MzgzIi8+CjwvZz4KPC9zdmc+Cg==";function b2({config:t,isLogin:e,isProUser:n}){let{t:r}=xe();return ml(t)?w("div",{}):w("div",{class:"flex items-center",children:[w("a",{class:"flex items-center text-decoration-none",target:"_blank",href:e?ku:r4,children:[w("img",{src:e?f2:m2}),w("span",{class:"text-xs ml-2 text-label",children:r(e?"loggedIn":"notLogin")})]}),w("a",{title:r(n?"popup.openProForPro":"popup.openPro"),target:"_blank",class:"ml-2",href:n?ku:a4,children:w("img",{src:n?p2:g2})})]})}d();d();var T2={"zh-CN":{"languages.en":"\u82F1\u8BED","languages.ja":"\u65E5\u8BED","languages.ko":"\u97E9\u8BED","languages.es":"\u897F\u73ED\u7259\u8BED","languages.fr":"\u6CD5\u8BED","languages.de":"\u5FB7\u8BED","languages.it":"\u610F\u5927\u5229\u8BED","languages.pt":"\u8461\u8404\u7259\u8BED","languages.ru":"\u4FC4\u8BED","languages.wyw":"\u6587\u8A00\u6587","languages.":"\u5168\u90E8"},"zh-TW":{"languages.en":"\u82F1\u8A9E","languages.ja":"\u65E5\u8A9E","languages.ko":"\u97D3\u8A9E","languages.es":"\u897F\u73ED\u7259\u8A9E","languages.fr":"\u6CD5\u8A9E","languages.de":"\u5FB7\u8A9E","languages.it":"\u610F\u5927\u5229\u8A9E","languages.pt":"\u8461\u8404\u7259\u8A9E","languages.ru":"\u4FC4\u8A9E","languages.wyw":"\u6587\u8A00\u6587","languages.":"\u5168\u90E8"}},y2={...zt,"zh-CN":{...T2["zh-CN"],...zt["zh-CN"]},"zh-TW":{...T2["zh-TW"],...zt["zh-TW"]}},rc=y2;function no(t,e,n){return hr(y2,t,e,lr,n)}var fa=(t,e,n,r)=>{let a=Yh[t]||t,i=Qh[t],o=Zh[t],s={"zh-CN":i,"zh-TW":o,en:a};if(n)return s[t]?s[t]:a;if(s[e]){let u=s[e];return r||t==="auto"||t==="placeholder"?u:`${u} (${a})`}else return a};d();d();d();d();d();function qp(t,e,n=[],r){let a=["notranslate"];return r&&a.push(Vh),t&&(a.push(`${Q}-target-translation-theme-${t}`),e?a.push(`${_d}-theme-${t}`):a.push(`${Ld}-theme-${t}`)),n.length>0&&a.push(...n),e?a.push(_d):a.push(Ld),a}function jp(t){let e=["notranslate",wu];return t&&e.push(`${Q}-target-translation-theme-${t}-inner`),e}function v2(t,e,n){let{rule:r,state:a}=n,{translationTheme:i}=a,{variables:o,isVertical:s}=t;o=o||[];let{text:u}=e,{wrapperPrefix:l,wrapperSuffix:c}=r,p=Za(n,!0),g="afterend",m=p[0],f=p[1],T=`${m}(\\d+)${f}`,b=new RegExp(T,"g"),h=at.sanitize(u);o.length>0&&(h=h.replace(b,B=>{let S=h.indexOf(B),y=h[S-1]===" ",_=h[S+B.length]===" ",v=B.replace(new RegExp(p[0],"g"),"").replace(new RegExp(p[1],"g"),""),I=Number(v);if(isNaN(I))return B;let F=o[I];if(F&&F.type==="element"){let L=F.value.outerHTML;return y||(L=" "+L),_||(L=L+" "),L}else z.error("variable type not supported",F,B);return B}));let C=qp(i,t.inline,r.translationClasses||[],t.preWhitespace);s&&C.push(Gh);let D=jp(i),M="";return r.translationBlockStyle&&(M=`style="${r.translationBlockStyle}"`),h=`<${n.rule.targetWrapperTag} ${M} class="${C.join(" ")}" ${ur}="1"><${r.targetWrapperTag} class="${D.join(" ")}" ${ur}="1">${h}`,t.inline||(l==="smart"?h=`
${h}`:h=`${l}${h}`),t.inline&&(l!=="smart"?h=`${l}${h}`:h=`<${r.targetWrapperTag} class="notranslate" ${ur}="1"> ${h}`),c==="smart"?h=`${h}`:h=`${h}${c}`,{html:h,position:g}}function ac(t,e){let n=t.original||t,r=null,{stayOriginalSelectors:a,delimiters:i,isPreWhitespace:o}=e,s=[],u={};for(let l=0;l2&&(h=`<${i[2]}${b}>`),u[b]=c,s.push({text:h,type:"variable"})}else s.push({text:c.textContent||"",type:"text"});else{let T=c.textContent||"";g&&(T=ca(Hp(c))),s.push({text:T,type:"text"})}else if(c.nodeType===Node.ELEMENT_NODE)if(c&&Gt(c,a)){let b=Object.keys(u).length,h=`${i[0]}${b}${i[1]}`;i.length>2&&(h=`<${i[2]}${b}>`),u[b]=c;let C=Wp(s).endsWith(" ")?" ":"",D=ca(c.innerText||c.textContent),M=ca(c.nextSibling).startsWith(" ")?" ":"",B=ys(C+D+M),S=B[0]+h+B[1];if(C===" ")S=S.trimStart();else if(!S.startsWith(" ")){let y=ys(c.previousSibling)[1];y===""&&(y=" "),S=y+S}s.push({text:S,type:"variable"})}else{let T=Wp(s).endsWith(" ")?" ":"",b=ca(c.innerText||c.textContent);g&&(b=ca(Hp(c)));let h=ca(c.nextSibling).startsWith(" ")?" ":"",C=ys(T+b+h),D=C[0]+(c.innerText?.trim()||c.textContent?.trim()||"")+C[1];if(T===" ")D=D.trimStart();else{let M=ys(c.previousSibling)[1];M===""&&(c.nodeName==="A"||c.nodeName==="CODE")&&(M=" "),D=M+D}s.push({text:D,type:"text"})}else{let T=Wp(s).endsWith(" ")?" ":"",b="";c.textContent&&(b=ca(Hp(c))),T===" "&&(b=b.trimStart()),s.push({text:b,type:"text"})}}if(s&&s.length>0){let l="";for(let c=0;c0&&(g=s[c-1].text),c/g,">"))}t.targetText=at.sanitize(t.targetText);let a=!1,i=t.text,o=i.split(" ").length,s=i.split(` -`).length;o<=n.blockMinWordCount&&i.length<=n.blockMinTextCount&&s<2&&(a=!0);let u={id:Number(t.id),elements:[],isVertical:!1,rootFrame:t.commonAncestorContainer,text:t.text,variables:r,inline:a,preWhitespace:t.isPreWhitespace||!1,languageByLocal:"auto",languageByClient:"auto"},l=Za(e);if(l.length>2){let c=l[2];return $D({delimiterTag:c,targetText:t.targetText,inline:a,preWhitespace:t.isPreWhitespace||!1,wrapperPrefix:e.rule.wrapperPrefix,wrapperSuffix:e.rule.wrapperSuffix,targetWrapperTag:e.rule.targetWrapperTag,translationTheme:e.state.translationTheme,translationBlockStyle:e.rule.translationBlockStyle,translationClasses:e.rule.translationClasses,variables:r}).html}else{let c=v2(u,{id:Number(t.id),url:"https://google.com",text:t.targetText,from:"auto",to:"auto",fromByClient:"auto"},e);return c.html}}function Hp(t){return(t?.innerText||t.textContent||"").replace(/\s+/g," ")||""}function $D(t){let{delimiterTag:e,inline:n,translationClasses:r,targetWrapperTag:a,wrapperPrefix:i,variables:o,preWhitespace:s,wrapperSuffix:u,translationTheme:l,translationBlockStyle:c}=t;o=o||[];let p=t.targetText;p=at.sanitize(p);let g=p,m=new RegExp(`<${e}(\\d+)>(.*?)`,"g"),f=new RegExp(`<${e}(\\d+)>`);o.length>0&&(g=g.replace(m,C=>{let D=g.indexOf(C),M=g[D-1]===" ",B=g[D+C.length]===" ",S=C.match(f);if(!S)return C;let y=S[1],_=Number(y);if(isNaN(_))return C;let k=o[Number(_)];if(k&&k.type==="element"){let v=k.value.outerHTML;return M||(v=" "+v),B||(v=v+" "),v}else if(k&&k.type==="text"){let v=k.value;return M||(v=" "+v),B||(v=v+" "),v}else z.error("variable type not supported",k,C);return C}));let T=qp(l,n,r||[],s),b=jp(l),h="";return c&&(h=`style="${c}"`),g=`<${a} ${h} class="${T.join(" ")}" ${ur}="1"><${a} class="${b.join(" ")}" ${ur}="1">${g}`,n||(i==="smart"?g=`
${g}`:g=`${i}${g}`),n&&(i!=="smart"?g=`${i}${g}`:g=`<${a} class="notranslate" ${ur}="1"> ${g}`),u==="smart"?g=`${g}`:g=`${g}${u}`,{html:g,position:"afterend"}}function Wp(t){let e=t[t.length-1];return e?e.text:""}function Kp(t){let{text:e,delimiters:n,variables:r}=t,a=e;if(n.length>2){let i=n[2],o=new RegExp(`<${i}(\\d+)>(.*?)`,"g"),s=new RegExp(`<${i}(\\d+)>`),u=e;return Object.keys(r).length>0&&(u=u.replace(o,c=>{let p=c.match(s);if(!p)return c;let g=p[1],m=Number(g);if(isNaN(m))return c;let f=r[g];return f||c})),u}else{let i=`${n[0]}(\\d+)${n[1]}`,o=new RegExp(i,"g");a=a.replace(o,s=>{let l=s.replace(new RegExp(n[0],"g"),"").replace(new RegExp(n[1],"g"),""),c=Number(l);return isNaN(c)?s:r[c]?r[c]:s})}return a}var De=class{static langMap=new Map;serviceConfig;generalConfig;maxTextLength=1800;isSupportList=!0;maxTextGroupLength=50;requestTimeout=30*1e3;retry=2;translationOptions;minTextCount=2;constructor(e,n,r){this.serviceConfig=e,this.generalConfig=n,this.translationOptions=r,e?.retry&&(this.retry=e.retry),e?.requestTimeout&&(this.requestTimeout=Number(e.requestTimeout)),r&&r.minTextCount&&(this.minTextCount=r.minTextCount)}async init(){}getMaxTextGroupLength(){return this.maxTextGroupLength}getRateLimiter(){let e=this.getDefaultRateLimit()||{limit:7,interval:1250},n=this.serviceConfig;return n?.limit&&(e.limit=Number(n.limit)),n?.interval&&(e.interval=Number(n.interval)),e}formatRateLimit(e){return e.limit<1&&(e.interval=Math.round(1e3/e.limit),e.limit=1),e}getDefaultRateLimit(){return{limit:7,interval:1250}}getCacheKeyPrefix(){return""}translate(e){throw new Error("Not implemented")}translateList(e){throw new Error("Not implemented")}async multipleTranslate(e,n,r){if(e.sentences.length===0)return{sentences:[]};let{sentences:a}=e,i=!1,o=!1,s=[],u=null,l=new Set;for(let b of a)b.from&&b.from!=="auto"&&l.add(b.from),b.refresh&&(i=!0),b.debug&&(o=!0);let c=this.maxTextLength;this.serviceConfig&&this.serviceConfig.maxTextLengthPerRequest&&(c=this.serviceConfig.maxTextLengthPerRequest);let p=this.maxTextGroupLength;this.serviceConfig&&this.serviceConfig.maxTextGroupLengthPerRequest&&(p=this.serviceConfig.maxTextGroupLengthPerRequest),this.translationOptions&&this.translationOptions.sourceProgram&&["videoSubtitle","subtitle"].includes(this.translationOptions.sourceProgram)&&this.serviceConfig&&this.serviceConfig.maxTextGroupLengthPerRequestForSubtitle&&(p=this.serviceConfig.maxTextGroupLengthPerRequestForSubtitle);try{s=z3(a,c,p)}catch(b){if(r)for(let h=0;hb));let g=[],m=[],f=(b,h,C)=>{let D="";if(h.translatedTexts&&h.translatedTexts[0]&&(D=h.translatedTexts[0]),m[b]||(m[b]=h,m[b].translatedTexts=Array(h.sentenceTotalParts).fill(null)),m[b].hasError)return;if(C){let S=C instanceof $?new $(C.name,C.message).initNetWork(C.status).initData(C.data):C;m[b].hasError=!0,h.callback&&h.callback(S,null,h.sentence);return}m[b].translatedTexts[h.partIndex]=D;let M=m[b],B=0;for(let S=0;S{let B=h.from;if(h.fromByClient&&h.fromByClient!=="auto"&&(B=h.fromByClient),this.isSupportList)return{...await this.formatAndTranslateList({text:h.tempSentences.map(y=>y.text),forces:h.tempSentences.map(y=>y.force),xpaths:h.tempSentences.map(y=>y.xpath||""),from:B,to:h.to,url:C,options:n,refresh:i,debug:o}),sourceTempSentences:h.tempSentences};{let S=Kh;this.serviceConfig&&this.serviceConfig.translationTextSeparator&&(S=this.serviceConfig.translationTextSeparator);let y=null;this.serviceConfig&&this.serviceConfig.newlinePlaceholderDelimiters&&(y=this.serviceConfig.newlinePlaceholderDelimiters);let _=[],k=Tr(this.serviceConfig);if(h.tempSentences.forEach((q,A)=>{let E=hp({text:q.text,_systemExcludeWordRegex:this.generalConfig._systemExcludeWordRegex,delimiters:k,glossaries:this.translationOptions.glossaries,excludeRegexps:this.translationOptions.excludeRegexps,targetLanguage:h.to});q.force!==!0&&(E&&E.text&&E.text.trim().lengthA.text);return Promise.resolve({sourceTempSentences:h.tempSentences,text:q,from:B,to:h.to})}let v="";y&&y.length>=2?v=_.map((q,A)=>{let{item:E}=q;return A===_.length-1?E.text:E.text+y[0]+(A+1)+y[1]}).join(""):v=_.map(({item:q})=>q.text).join(S);let I=await this.translate({text:v,from:B,to:h.to,url:C,options:{...n,rawTextArrayLength:_.length,sourceProgram:this.translationOptions.sourceProgram||""},refresh:i,debug:o}),{text:F}=I,L=[];if(y&&y.length>=2){let q=`${y[0]}\\d+${y[1]}`;y&&y.length>=3&&(q=y[2]);let A=new RegExp(q,"g");L=F.split(A)}else L=F.split(S);let U=[];if(L.length>_.length){for(let q=0;q<_.length-1;q++)U[q]=L[q];U[_.length-1]=L.slice(_.length-1).join(S)}else if(L.length<_.length)for(let q=L.length;q<_.length;q++)L[q]="";else U=[...L];let N=h.tempSentences.map(q=>q.text);return k=Tr(this.serviceConfig,!0),U.forEach((q,A)=>{let E=_[A],P=E.index,O=E.variables||{};Object.keys(O).length>0&&(q=Kp({text:q,delimiters:k,variables:O})),N[P]=q}),{sourceTempSentences:h.tempSentences,text:N,from:I.from,to:I.to}}};g.push(M().then(B=>{let{text:S,sourceTempSentences:y}=B;for(let _=0;_{if(B instanceof $&&B.initData({translationService:this.translationOptions.translationService,isLogin:!!this.translationOptions.userToken,isPro:this.translationOptions.isPro}),r){for(let S=0;S{let h=b.sentence.text;return b.translatedTexts&&b.translatedTexts.length>0&&(h=b.translatedTexts.join("")),{...b.sentence,text:h}})}}async formatAndTranslateList(e){let n={...e},{forces:r}=e,a=[],i=Tr(this.serviceConfig);if(this.serviceConfig&&i.length>0)try{let{text:l,xpaths:c}=e;if(l.forEach((p,g)=>{let m=hp({text:p,_systemExcludeWordRegex:this.generalConfig._systemExcludeWordRegex,delimiters:i,excludeRegexps:this.translationOptions.excludeRegexps,glossaries:this.translationOptions.glossaries,targetLanguage:e.to});r&&r[g]!==!0&&(m&&m.text&&m.text.trim().lengthp.text),n.xpaths=a.map(p=>p.xpath)}catch(l){z.debug("formatAndTranslateList error",e,l)}let o=await this.translateList(n),{text:s}=o,u=e.text.map(l=>l);return i=Tr(this.serviceConfig,!0),s.forEach((l,c)=>{let p=a[c];if(p){let g=p.index,m=p.variables,f=Object.keys(m);u[g]=l,f.length>0&&(u[g]=Kp({text:l,delimiters:i,variables:m}))}}),{...o,text:u}}detectLanguageLocally(e){return Ie({text:e,minLength:18,pageLangs:[yt(),"en"]})}detectLanguageRemotely(e){return Promise.resolve("auto")}detectLanguage(e){return e.length>=50?this.detectLanguageLocally(e):this.detectLanguageRemotely(e)}};var x2=[["auto","auto"],["zh-CN","zh"],["zh-TW","zh-TW"],["de","de"],["en","en"],["es","es"],["fr","fr"],["id","id"],["it","it"],["ja","jp"],["ko","kr"],["ms","ms"],["pt","pt"],["ru","ru"],["th","th"],["tr","tr"],["vi","vi"]],Ds=class t extends De{static langMap=new Map(x2);maxTextGroupLength=50;static langMapReverse=new Map(x2.map(([e,n])=>[n,e]));static getUTCDate(e){let n=e.getUTCFullYear(),r=`${e.getUTCMonth()+1}`.padStart(2,"0"),a=`${e.getUTCDate()}`.padStart(2,"0");return`${n}-${r}-${a}`}secretId="";secretKey="";isSupportList=!0;constructor(e,n,r){if(super(e,n,r),!e||!e.secretId||!e.secretKey)throw new $("secretId and secretKey are required");this.secretId=e.secretId?.trim(),this.secretKey=e.secretKey?.trim()}getDefaultRateLimit(){return{limit:3,interval:1350}}async translate(e){let{text:n,from:r,to:a}=e,i=JSON.stringify({ProjectId:0,Source:t.langMap.get(r)||"auto",SourceText:n,Target:t.langMap.get(a)||a}),o=await this.signedRequest({secretId:this.secretId,secretKey:this.secretKey,action:"TextTranslate",payload:i,service:"tmt",version:"2018-03-21"});return{text:o.Response.TargetText,from:t.langMapReverse.get(o.Response.Source)||r,to:t.langMapReverse.get(o.Response.Target)||a}}async translateList(e){let{text:n,from:r,to:a}=e,i=JSON.stringify({ProjectId:0,Source:t.langMap.get(r)||"auto",SourceTextList:n,Target:t.langMap.get(a)||a}),o=await this.signedRequest({secretId:this.secretId,secretKey:this.secretKey,action:"TextTranslateBatch",payload:i,service:"tmt",version:"2018-03-21"});return{text:o.Response.TargetTextList,from:t.langMapReverse.get(o.Response.Source)||r,to:t.langMapReverse.get(o.Response.Target)||a}}async signedRequest({secretId:e,secretKey:n,action:r,payload:a,service:i,version:o}){let s=`${i}.tencentcloudapi.com`,u=new Date,l=`${new Date().valueOf()}`.slice(0,10),c=["POST","/","","content-type:application/json; charset=utf-8",`host:${s}`,"","content-type;host",await nr(a)].join(` -`),p=t.getUTCDate(u),g=["TC3-HMAC-SHA256",l,`${p}/${i}/tc3_request`,await nr(c)].join(` -`),m=await R3(p,`TC3${n}`),f=await El(i,m),T=await El("tc3_request",f),b=await El(g,T),h=await de({retry:this.retry,url:`https://${i}.tencentcloudapi.com`,method:"POST",headers:{"Content-Type":"application/json; charset=utf-8",Host:s,"X-TC-Action":r,"X-TC-Timestamp":l,"X-TC-Region":"ap-beijing","X-TC-Version":o,Authorization:`TC3-HMAC-SHA256 Credential=${e}/${p}/${i}/tc3_request, SignedHeaders=content-type;host, Signature=${b}`},body:a,timeout:this.requestTimeout});if(h instanceof Error)throw h;if(h.Response&&h.Response.Error&&h.Response.Error.Message)throw new $(h.Response.Error.Message);return h}};d();var E2=[["auto","auto"],["zh-CN","zh"],["zh-TW","zh-TW"],["de","de"],["en","en"],["es","es"],["fr","fr"],["id","id"],["it","it"],["ja","jp"],["ko","kr"],["ms","ms"],["pt","pt"],["ru","ru"],["th","th"],["tr","tr"],["vi","vi"]],YD={"content-type":"application/json",Host:"wxapp.translator.qq.com","User-Agent":"Mozilla/5.0 (iPhone; CPU iPhone OS 16_3_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/15E148 MicroMessenger/8.0.32(0x18002035) NetType/WIFI Language/zh_TW",Referer:"https://servicewechat.com/wxb1070eabc6f9107e/117/page-frame.html"},As=class t extends De{static langMap=new Map(E2);static langMapReverse=new Map(E2.map(([e,n])=>[n,e]));isSupportList=!1;constructor(e,n,r){super(e,n,r)}async translate(e){let{text:n,from:r,to:a}=e,i=new URLSearchParams({source:r,target:a,sourceText:n,platform:"WeChat_APP",candidateLangs:"en|zh",guid:"oqdgX0SIwhvM0TmqzTHghWBvfk22"}).toString(),o=await de({url:`https://wxapp.translator.qq.com/api/translate?${i}`,retry:this.retry,method:"GET",headers:YD,timeout:this.requestTimeout});return{text:o.targetText,from:t.langMapReverse.get(o.source)||r,to:t.langMapReverse.get(o.target)||a}}};d();var C2=[["auto","auto"],["zh-CN","zh-CN"],["zh-TW","zh-TW"],["en","en"],["af","af"],["am","am"],["ar","ar"],["az","az"],["be","be"],["bg","bg"],["bn","bn"],["bs","bs"],["ca","ca"],["ceb","ceb"],["co","co"],["cs","cs"],["cy","cy"],["da","da"],["de","de"],["el","el"],["eo","eo"],["es","es"],["et","et"],["eu","eu"],["fa","fa"],["fi","fi"],["fr","fr"],["fy","fy"],["ga","ga"],["gd","gd"],["gl","gl"],["gu","gu"],["ha","ha"],["haw","haw"],["he","he"],["hi","hi"],["hmn","hmn"],["hr","hr"],["ht","ht"],["hu","hu"],["hy","hy"],["id","id"],["ig","ig"],["is","is"],["it","it"],["ja","ja"],["jw","jw"],["ka","ka"],["kk","kk"],["km","km"],["kn","kn"],["ko","ko"],["ku","ku"],["ky","ky"],["la","la"],["lb","lb"],["lo","lo"],["lt","lt"],["lv","lv"],["mg","mg"],["mi","mi"],["mk","mk"],["ml","ml"],["mn","mn"],["mr","mr"],["ms","ms"],["mt","mt"],["my","my"],["ne","ne"],["nl","nl"],["no","no"],["ny","ny"],["pa","pa"],["pl","pl"],["ps","ps"],["pt","pt"],["ro","ro"],["ru","ru"],["sd","sd"],["sa","sa"],["si","si"],["sk","sk"],["sl","sl"],["sm","sm"],["sn","sn"],["so","so"],["sq","sq"],["sr","sr"],["st","st"],["su","su"],["sv","sv"],["sw","sw"],["ta","ta"],["te","te"],["tg","tg"],["th","th"],["fil","tl"],["tr","tr"],["ug","ug"],["uk","uk"],["ur","ur"],["uz","uz"],["vi","vi"],["xh","xh"],["yi","yi"],["yo","yo"],["zu","zu"]],Ja=class t extends De{static langMap=new Map(C2);static langMapReverse=new Map(C2.map(([e,n])=>[n,e]));isSupportList=!1;apiUrl="https://translate.googleapis.com/translate_a/single";constructor(e,n,r){super(e,n,r),e?.apiUrl&&(this.apiUrl=Ht(this.apiUrl,e.apiUrl))}getDefaultRateLimit(){return{limit:10,interval:1050}}async translate(e){let{text:n,from:r,to:a}=e;if(!n)return{...e};let i=t.langMap.get(r)||"auto",o=t.langMap.get(a)||a,s=await this.fetchWithoutToken(n,i,o);if(!s)throw new $("google translate NETWORK_ERROR");if(!s.data[0]||s.data[0].length<=0)throw new $("google translate API_SERVER_ERROR");return{text:s.data[0].map(l=>l[0]).filter(Boolean).join(""),from:t.langMapReverse.get(s.data[2])||"auto",to:a}}async translateXml(e){let{text:n,from:r,to:a}=e;if(!n)return{...e};let i=t.langMap.get(r)||"auto",o=t.langMap.get(a)||a,s=await this.fetchXmlWithoutToken(n,i,o);if(!s)throw new $("google translate NETWORK_ERROR");if(!s.data[0]||s.data[0].length<=0)throw new $("google translate API_SERVER_ERROR");return{text:s.data[0].map(l=>l[0]).filter(Boolean).join(""),from:t.langMapReverse.get(s.data[2])||"auto",to:a}}async fetchXmlWithoutToken(e,n,r){let i="https://translate.googleapis.com/translate_a/t?"+new URLSearchParams({client:"gtx",dt:"t",sl:n,tl:r,q:e}).toString();return{data:await de({retry:this.retry,url:i,timeout:this.requestTimeout})}}async fetchWithoutToken(e,n,r){let a=new URLSearchParams({client:"gtx",dt:"t",sl:n,tl:r,q:e}),i=this.apiUrl+"?"+a.toString();return{data:await de({retry:this.retry,url:i,timeout:this.requestTimeout})}}};d();d();d();function QD(t,e){return e?t+(e-t%e):t}function ZD(t,e){return t.split(e).length-1}function Gp(t){let e=Date.now(),n=1;for(let r of t)n+=ZD(r,"i");return QD(e,n)}function JD(t,e){return Math.floor(Math.random()*(e-t+1))+t}function Vp(){return JD(1e6,1e8)}d();d();d();var $p="https://www2.deepl.com/jsonrpc",Yp="auto",w2=[{code:"BG",language:"Bulgarian"},{code:"ZH",language:"Chinese"},{code:"CS",language:"Czech"},{code:"DA",language:"Danish"},{code:"NL",language:"Dutch"},{code:"EN",language:"English"},{code:"ET",language:"Estonian"},{code:"FI",language:"Finnish"},{code:"FR",language:"French"},{code:"DE",language:"German"},{code:"EL",language:"Greek"},{code:"HU",language:"Hungarian"},{code:"IT",language:"Italian"},{code:"JA",language:"Japanese"},{code:"LV",language:"Latvian"},{code:"LT",language:"Lithuanian"},{code:"PL",language:"Polish"},{code:"PT",language:"Portuguese"},{code:"RO",language:"Romanian"},{code:"RU",language:"Russian"},{code:"SK",language:"Slovak"},{code:"SL",language:"Slovenian"},{code:"ES",language:"Spanish"},{code:"SV",language:"Swedish"}];d();function XD(t=w2){return t.reduce((e,n)=>(e[n.code.toLowerCase()]=n.code,e[n.language.toLowerCase()]=n.code,e),{})}function Qp(t){return XD()[t.toLowerCase()]}var eA={Accept:"*/*","Accept-Language":"en-US;q=0.8,en;q=0.7","Content-Type":"application/json",Origin:"https://www.deepl.com",Referer:"https://www.deepl.com/translator","Sec-Fetch-Dest":"empty","Sec-Fetch-Mode":"cors","Sec-Fetch-Site":"same-site"};function tA(t){return JSON.stringify(t).replace('"method":"',()=>{let e=t;return(e.id+3)%13===0||(e.id+5)%29===0?'"method" : "':'"method": "'})}function nA(t,e){return{id:1,jsonrpc:"2.0",method:"LMT_handle_texts",params:{timestamp:0,texts:[{text:"",requestAlternatives:3}],splitting:"newlines",lang:{source_lang_user_selected:t,target_lang:e}}}}async function rA(t,e,n,r,a,i,o){let s=Vp(),u=nA(r,n),l=[];e.forEach(g=>{l.push({text:g,requestAlternatives:3})}),u.id=s,u.params.texts=l,u.params.timestamp=Gp(e);let c=await de({retry:2,method:"POST",url:t,body:tA(u),headers:eA}),p={from:c.result.lang,to:n,text:[]};return c.result.texts.forEach(g=>{p.text.push(g.text)}),p}async function D2(t,e,n,r=Yp,a,i,o){return e?e&&e.length===1&&e[0]===""?{text:[""],from:r,to:n}:rA(t,e,Qp(n),Qp(r)??"auto",a,i,o):{text:[],from:r,to:n}}var A2=[["auto","auto"],["en","EN"],["ja","JA"],["pl","PL"],["zh-CN","ZH"],["zh-TW","ZH"],["ja","JA"],["ko","KO"],["es","ES"],["de","DE"],["fr","FR"],["pt","PT"],["ru","RU"],["it","IT"],["id","ID"],["nl","NL"],["pl","PL"],["bg","BG"],["cs","CS"],["da","DA"],["el","EL"],["et","ET"],["fi","FI"],["hu","HU"],["lt","LT"],["lv","LV"],["ro","RO"],["sk","SK"],["sl","SL"],["sv","SV"],["tr","TR"],["uk","UK"]],ro=class t extends De{static langMap=new Map(A2);static langMapReverse=new Map(A2.map(([e,n])=>[n,e]));maxTextGroupLength=3;maxTextLength=800;isSupportList=!0;API_URL=$p;constructor(e,n,r){super(e,n,r),e&&e.apiUrl&&(this.API_URL=Ht($p,e.apiUrl))}getDefaultRateLimit(){return{limit:1,interval:1050}}async translateList(e){let{text:n,to:r,from:a}=e,i=await D2(this.API_URL,n,t.langMap.get(r)||r,t.langMap.get(a)||"auto");return{text:i.text,from:t.langMapReverse.get(i.from),to:t.langMapReverse.get(i.to)}}};d();var ks=class t extends De{static langMap=new Map(Lp);clientKey;maxTextGroupLength=25;maxTextLength=1e3;isSupportList=!1;constructor(e,n,r){super(e,n,r),this.clientKey=Wr.getClientKey()}async translate(e){let{text:n,to:r}=e,a=await this.detectLanguage(n),i=t.langMap.get(a)||a,o=t.langMap.get(r)||r;if(a===r)return{text:n,from:a,to:r};let s=Me(),u=e.url;s.INSTALL_FROM==="firefox_store"&&(u=k2());let c=JSON.stringify({header:{fn:"auto_translation_block",client_key:this.clientKey},source:{text_block:n,lang:i,orig_url:u},target:{lang:o}}),p=await de({url:Kl,body:c,method:"POST",retry:this.retry,timeout:this.requestTimeout});if(p.header.ret_code!=="succ")throw new $(p.message||p.header.ret_code);return{text:p.auto_translation,from:a||"auto",to:r}}getDefaultRateLimit(){return{limit:30,interval:1050}}async translateList(e){let{from:n,text:r,to:a}=e,i=Me(),o=e.url;if(i.INSTALL_FROM==="firefox_store"&&(o=k2()),r.length===1){let m=await this.translate({from:n,text:r[0],to:a,url:o,options:e.options});return{text:[m.text],from:m.from,to:m.to}}let u=await this.detectLanguage(r.join(` -`));if(u===a)return{text:r,from:u,to:a};let l=t.langMap.get(u)||u,c=t.langMap.get(a)||a,p=JSON.stringify({header:{fn:"auto_translation",client_key:this.clientKey},source:{text_list:r,lang:l,orig_url:o},target:{lang:c},type:"plain"}),g=await de({url:Kl,body:p,method:"POST"});if(g.header.ret_code!=="succ")throw new $(g.message||g.header.ret_code);return{text:g.auto_translation,from:u||"auto",to:a}}detectLanguageLocally(e){return this.detectLanguageRemotely(e)}detectLanguageRemotely(e){return Wr.detectLanguageRemotelyByTransmart(e)}};function k2(){let t=new Date;return t.setMinutes(t.getMinutes()-t.getMinutes()%5),t.setSeconds(0),t.setMilliseconds(0),`https://google.com/search?q=google&_t=${t.getTime()/1e3}`}d();d();function Zp(){return Math.random()>=.1}var ao=class extends De{isSupportList=!1;maxTextLength=1200;maxTextGroupLength=1;async translate(e){let{text:n}=e;if(!Zp())throw new $("404","\u6A21\u62DF\u9519\u8BEF");let r=n.match(/^\s*/)[0].length;return{text:n.slice(0,r)+"\u6A21\u62DF\uFF1A"+n.slice(r,-6),from:e.from,to:e.to}}async translateList(e){let{text:n,from:r,to:a}=e;if(await e2(),!Zp())throw new $("404","\u6A21\u62DF\u9519\u8BEF");return n.length===0?{from:r,to:a,text:[""]}:{from:r,to:a,text:n.map(i=>{let o=i.match(/^\s*/)[0].length;return i.slice(0,o)+"\u6A21\u62DF\uFF1A"+i.slice(o,-6)})}}};d();var L2=[["auto","auto"],["zh-CN","zh"],["zh-TW","zh"],["en","en"],["ja","ja"],["de","de"],["fr","fr"],["it","it"],["es","es"],["nl","nl"],["pl","pl"],["pt","pt"],["ru","ru"]],Jp=new Map(L2),P2=new Map(L2.map(([t,e])=>[e,t])),Xp=class t extends De{static langMap=Jp;static DEFAULT_CODENAME="deepl";apikey="";codename=t.DEFAULT_CODENAME;isSupportList=!1;maxTextGroupLength=1;constructor(e,n,r){if(super(e,n,r),!e||!e.apikey)throw new $("apikey are required");this.apikey=e.apikey?.trim(),e.codename&&(this.codename=e.codename)}async translate(e){let{text:n,from:r,to:a}=e,i=await de({retry:this.retry,url:`https://api.openl.club/services/${this.codename}/translate`,headers:{"content-type":"application/json"},method:"POST",body:JSON.stringify({apikey:this.apikey,text:n,source_lang:Jp.get(r)||"auto",target_lang:Jp.get(a)||a}),timeout:this.requestTimeout});if(i.status){let o=i;return o.result&&a=="zh-TW",{text:o.result,from:P2.get(o.source_lang),to:P2.get(o.target_lang)}}else throw new $(i.msg)}},ic=Xp;d();var _2=[["auto",""],["en","EN"],["ja","JA"],["pl","PL"],["zh-CN","ZH"],["zh-TW","ZH"],["ar","AR"],["ja","JA"],["ko","KO"],["es","ES"],["de","DE"],["fr","FR"],["pt","PT"],["pt-br","PT-BR"],["ru","RU"],["it","IT"],["id","ID"],["nl","NL"],["pl","PL"],["bg","BG"],["cs","CS"],["da","DA"],["el","EL"],["et","ET"],["fi","FI"],["hu","HU"],["lt","LT"],["lv","LV"],["ro","RO"],["sk","SK"],["sl","SL"],["sv","SV"],["tr","TR"],["uk","UK"]],Ps=new Map(_2),aA=new Map(_2.map(([t,e])=>[e,t])),eg=class extends De{static langMap=Ps;authKey="";maxTextLength=1800;freeApiUrl="https://api-free.deepl.com/v2/translate";proApiUrl="https://api.deepl.com/v2/translate";immersiveTranslateApiUrl="https://deepl.immersivetranslate.com/v2/translate";immersiveTranslateDeeplTokenUrl="https://api.immersivetranslate.com";immersiveTranslateDeeplProApiUrl=Qt()||Bn()?"https://api2.immersivetranslate.com/deepl/translate":"https://test-api2.immersivetranslate.com/deepl/translate";provider="custom";splitor="";qualityNoSymabol="";qualityMinTextLength;apiKeys=[];static async clearState(){}getRandomKey(){let e=Math.floor(Math.random()*this.apiKeys.length);return this.apiKeys[e]}constructor(e,n,r){if(super(e,n,r),e=e||{},this.splitor=e.qualityDelimiterBetaV3||"",this.qualityNoSymabol=e.qualityNoSymoblBetaV3||"",this.qualityMinTextLength=e.qualityMinTextLengthV3||0,e.provider==="pro")if(this.provider="pro",r.userToken){if(!r.isPro)throw new $("Please activate Pro membership first, \u8BF7\u5148\u5F00\u901A Pro \u4F1A\u5458\u3002");this.authKey=r.userToken,this.apiKeys=this.authKey.split(",").map(a=>a.trim())}else throw new $("Login required, \u767B\u5F55\u540E\u624D\u53EF\u4EE5\u4F7F\u7528\u3002");else if(this.authKey=e.authKey?.trim(),this.apiKeys=this.authKey.split(",").map(a=>a.trim()),!this.authKey)throw new $("authKey are required");if(!this.authKey)throw new $("authKey are required");e&&e.freeApiUrl&&(this.freeApiUrl=Ht(this.freeApiUrl,e.freeApiUrl)),e&&e.proApiUrl&&(this.proApiUrl=Ht(this.proApiUrl,e.proApiUrl)),e&&e.immersiveTranslateApiUrl&&(this.immersiveTranslateApiUrl=Ht(this.immersiveTranslateApiUrl,e.immersiveTranslateApiUrl)),e&&e.immersiveTranslateDeeplTokenUrl&&(this.immersiveTranslateDeeplTokenUrl=Ht(this.immersiveTranslateDeeplTokenUrl,e.immersiveTranslateDeeplTokenUrl)),e&&e.immersiveTranslateDeeplProApiUrl&&(this.immersiveTranslateDeeplProApiUrl=Ht(this.immersiveTranslateDeeplProApiUrl,e.immersiveTranslateDeeplProApiUrl))}async init(){}getRateLimiter(){let e=super.getRateLimiter();if(this.provider==="pro"){if(this.serviceConfig?.immersiveTranslateProLimit){let n=Number(this.serviceConfig.immersiveTranslateProLimit);return isNaN(n)&&(n=15),{limit:n,interval:e?.interval||1050}}return{limit:15,interval:e?.interval||1050}}return super.getRateLimiter()}getDefaultRateLimit(){return{limit:3,interval:1250}}async translateList(e){let{from:n,to:r}=e,a=this.getRandomKey(),{text:i,merged:o}=this.optimizationText(e),s={source_lang:Ps.get(n)||"",target_lang:Ps.get(r)||r,tag_handling:"html"};this.serviceConfig?.tag_handling&&(this.serviceConfig.tag_handling==="none"?delete s.tag_handling:s.tag_handling=this.serviceConfig.tag_handling);let u=new URLSearchParams(s);i.forEach(b=>{u.append("text",b)});let l=u.toString(),c={text:i,source_lang:Ps.get(n)||"auto",target_lang:Ps.get(r)||r},p=this.freeApiUrl;a.endsWith(":im")?p=this.immersiveTranslateApiUrl:a.endsWith(":fx")||(p=this.proApiUrl);let g,m={};e.refresh&&(m={"X-Refresh":"True"}),e.debug&&(m={...m,"X-Debug":"True"}),this.provider==="pro"?g=await de({retry:this.retry,url:this.immersiveTranslateDeeplProApiUrl,method:"POST",body:JSON.stringify(c),headers:{...m,token:a,"Content-Type":"application/json"},timeout:this.requestTimeout}):a.startsWith("immersive_")?g=await de({retry:this.retry,url:this.immersiveTranslateDeeplProApiUrl,method:"POST",body:JSON.stringify(c),headers:{...m,token:a,"Content-Type":"application/json"},timeout:this.requestTimeout}):g=await de({retry:2,url:p,method:"POST",body:l,headers:{Authorization:"DeepL-Auth-Key "+a,"Content-Type":"application/x-www-form-urlencoded; charset=UTF-8"},extra:{overrideMimeType:"application/json; charset=utf-8"}});let{translations:f}=this.restoreText(g,o,!!e.debug),T=f.map(b=>b.text);if(r==="zh-TW"){let b=this.serviceConfig||{};b&&b.googleApiUrl&&(b.apiUrl=b.googleApiUrl);let C=await new Ja(this.serviceConfig,this.generalConfig,this.translationOptions).translate({from:"zh-CN",to:"zh-TW",text:f.map(D=>D.text).join(` +`,wrapperSuffix:"
"},{id:"bing",matches:"https://*.bing.com/search*",extraInlineSelectors:["a","i"],globalStyles:{"[class*='lineclamp'],.b_title":"-webkit-line-clamp:unset;"}},{id:"yahoo",matches:"*.yahoo.*",excludeSelectors:["._ys_jiqava","#ybar-inner-wrap","#Col2-5-Rmp-Proxy"],extraBlockSelectors:[".SIPGg",".sc-kzMCTH.pSZXj"],globalStyles:{"#atomic .Mt\\(20px\\)":"margin-top: 100px;","[class*='LineClamp']":"-webkit-line-clamp:unset;max-height:unset;","a[class*='js-content-viewer']> div[class*='Td\\(n\\)']":"overflow: scroll;","[class*='_ys_24482e']":"-webkit-line-clamp:unset;","#Aside > :first-child":"overflow:scroll;"}},{id:"wsj",matches:"www.wsj.com",excludeSelectors:["header","footer","nav","[aria-label='Markets summary']"]},{id:"businessinsider",matches:"www.businessinsider.com",excludeSelectors:["header","nav","section.live-updates-module "]},{id:"goodreads",matches:"www.goodreads.com",excludeSelectors:[".badgeYear",".gr-mediaBox__desc",".bookVotedRow",".minirating","div[itemprop='aggregateRating']",".wtrButtonContainer",".RatingsHistogram__labelTitle",".FollowButton",".siteHeader__topLevelLink","#books > thead","td[class*='rating']","td[class*='shelves']","td[class*='date_read']","td[class*='date_added']","td[class*='actions']"]},{id:"feeder",matches:"https://feeder.co/*",globalStyles:{".item-summary":"-webkit-line-clamp:unset;"}},{id:"elektrotechnik",matches:"https://www.elektrotechnik.rwth-aachen.de/*",globalAttributes:{"[class='notranslate']":{class:""}}},{id:"nytimes",matches:"www.nytimes.com",excludeSelectors:["#app > div > div > header","#app > div > div > div > div > header","#in-story-masthead"],injectedCss:["a::after {position:relative!important;}"]},{id:"bugsKde",matches:"bugs.kde.org","excludeTags.remove":["svg","PRE"],additionalExcludeSelectors:[".bz_first_comment_head",".bz_comment_head",".related_actions"]},{id:"eastmoney",matches:"guba.eastmoney.com",searchEnhancementConfig:[{id:"eastmoney",urlMatch:"guba.eastmoney.com/news,us\\w+,\\w+.html",delayTime:0,selector:".moneyFlowContainer",selectorAction:"insertBefore",style:{container:"background:white;border:none;border-radius: 4px;box-shadow: 0 2px 4px hsla(216,5%,62%,.14);",source:"font-size:12px; margin-bottom: 0px;",keyword:"color:#294688",title:"font-size:14px;color:#294688;",enTitle:"margin-top:4px;font-size:12px;",searchTitle:"margin:4px 0 16px;position:relative;padding-right:24px;font-size: 16px;",time:"margin: 0px 0 16px;",more:"color:#294688;margin-top:8px;"},keyword:{value:"[0]$1 stock",matches:[{source:"url",matchRegex:"guba.eastmoney.com/news,us(\\w+?),\\S+.html"}]},showCount:8},{id:"eastmoney",urlMatch:"guba.eastmoney.com/list,us\\w+.*.html",delayTime:0,selector:".qualityContentContainer",selectorAction:"insertBefore",style:{container:"background:white;border:none;border-radius: 4px;box-shadow: 0 2px 4px hsla(216,5%,62%,.14);",source:"font-size:12px; margin-bottom: 0px;",keyword:"color:#294688",title:"font-size:14px;color:#294688;",enTitle:"margin-top:4px;font-size:12px;",searchTitle:"margin:4px 0 16px;position:relative;padding-right:24px;font-size: 16px;",time:"margin:0px 0 16px;",more:"color:#294688;margin-top:8px;"},keyword:{value:"[0]$1:[0]$2",matches:[{source:{type:"selector",attribute:"href"},matchRegex:"code=(\\w+)_(\\w+)",match:"a[href*='rank/stock?code=']"}]},showCount:8}]},{id:"xueqiu",matches:"xueqiu.com",searchEnhancementConfig:[{id:"xueqiu",urlMatch:"xueqiu.com/S/[a-zA-Z]+/?$",delayTime:0,selector:".container-side-sm.float-right.stock__side",selectorAction:"appendChild",style:{container:"background:white;border:none;border-radius: 4px;padding:0;",source:"font-size:12px; margin-bottom: 0px;",keyword:"color:#06c",title:"font-size:14px;color:#06c;",enTitle:"margin-top:4px;font-size:12px;",searchTitle:"margin:4px 0 16px;position:relative;padding-right:24px;font-size: 16px;font-weight: bold;",time:"margin:0px 0 16px;",more:"color:#06c;margin-top:8px;"},showCount:8,keyword:{value:"[0]$1",matches:[{source:{type:"selector",attribute:"text"},matchRegex:"\\((.+)\\)",match:".stock-name"}]}}]},{id:"laohu8",matches:"www.laohu8.com",searchEnhancementConfig:[{id:"laohu8",urlMatch:"www.laohu8.com/stock/[a-zA-Z]+/?$",delayTime:0,selector:".hot-stocks-root",selectorAction:"insertBefore",style:{container:"background:white;border:none;border-radius: 4px;box-shadow: 0 2px 4px hsla(216,5%,62%,.14);",source:"font-size:12px; margin-bottom: 0px;",title:"font-size:14px;color: #007bff;",enTitle:"margin-top:4px;color: #4d5156;font-size:12px;",searchTitle:"margin:4px 0 16px;position:relative;padding-right:24px;font-size: 16px;",time:"margin: 0px 0 16px;"},keyword:{value:"[0]$1 stock",matches:[{source:"url",matchRegex:"stock/([a-zA-Z]+)"}]},showCount:8}]},{id:"futunn",matches:"www.futunn.com",searchEnhancementConfig:[{id:"futunn",urlMatch:"www.futunn.com/stock/\\w+-US",delayTime:0,selector:".right",selectorAction:"appendChild",style:{container:"background:white;border:none;border-radius: 4px;box-shadow: 0 2px 4px hsla(216,5%,62%,.14);",source:"font-size:12px; margin-bottom: 4px;",title:"font-size:14px;color: #007bff;",enTitle:"margin-top:4px;color: #4d5156;font-size:12px;",searchTitle:"margin:4px 0 16px;position:relative;padding-right:24px;font-size: 16px;",time:"margin: 4px 0 20px;"},keyword:{value:"[0]$1 stock",matches:[{source:"url",matchRegex:"stock/([a-zA-Z]+)-US"}]},showCount:8}]},{id:"bmvrMarseille",matches:"www.bmvr.marseille.fr",globalStyles:{"a > div":"display:block;","[style*='358px;']":"width: 33.3333%; height: auto; padding: 0px; position: relative; margin: 0px;"},globalAttributes:{"#app":{class:""}}},{id:"piAi",matches:"pi.ai/talk",globalStyles:{"[class*='text-brand-green']":"flex-direction:column;"}},{id:"claudeAi",matches:"claude.ai",excludeSelectors:[".contents *"],"excludeTags.remove":["PRE"],injectedCss:"[data-testid='chat-menu-trigger'] br {display:none;}",aiRule:{messageWrapperSelector:".contents",messageContainerSelector:".ReactMarkdown",messageStreamEndSelector:".contents > button",streamingChange:!0,streamingDeepChild:!1,streamingDelayTime:1e3}},{id:"feishu",matches:["*.feishu.cn","*.larkoffice.com","*.larksuite.com"],"additionalExcludeSelectors.remove":[".notranslate","[translate=no]"],mutationObserverLimitTargetSelectors:[".maindocbody","div[class*='render']","div[class*='block']"],"excludeSelectors.add":[".catalogue__list"]},{id:"gitbook",selectorMatches:[".gitbook-root"],"additionalExcludeSelectors.remove":[".notranslate","[translate=no]"],"additionalExcludeSelectors.add":["[spellcheck='false']"]},{id:"mitre",matches:"cwe.mitre.org",globalStyles:{"span.list_entry":"height: unset;"}},{id:"kaggle",matches:"www.kaggle.com",excludeTags:["i","button"]},{id:"ieee",matches:"spectrum.ieee.org",extraBlockSelectors:["small"]},{id:"ieeexplore",matches:"ieeexplore.ieee.org",stayOriginalSelectors:["a[ref-type]",".inline-formula",".display-formula"]},{id:"cnn",matches:"*.cnn.com","excludeSelectors.add":[".ad-slot-header__wrapper","#pageFooter"],"bodyRule.add":{bodySelector:".layout__content-wrapper",articleSelector:".article__content-container"}},{id:"marginalrevolution",matches:"marginalrevolution.com",globalAttributes:{header:{translate:"unset;"}}},{id:"highfrequencyelectronics",matches:"www.highfrequencyelectronics.com",globalStyles:{"#main-content":"overflow:unset;"}},{id:"githubBlog",matches:"github.blog",globalStyles:{".font-mktg":"word-break:normal;"}},{id:"semanticscholar",matches:"www.semanticscholar.org",selectors:[".cl-paper-title",".cl-paper-abstract",".tldr-abstract-replacement",".text-truncator",".paper-detail-title"]},{id:"uni-trier",matches:"dblp.uni-trier.de",selectors:["h1","h2",".title",".external","dd p"],excludeSelectors:[".side-column"]},{id:"bilibili",matches:"www.bilibili.com","excludeSelectors.add":[".bpx-player-subtitle-panel-text"],"subtitleRule.add":{type:"bilibili",subtitleUrlRegExp:"aisubtitle.hdslb.com/bfs",loadingContainerSelector:".bpx-player-subtitle-panel"}},{id:"time",matches:"time.com",excludeSelectors:[".date-and-duration"],globalStyles:{".headline":"-webkit-line-clamp:unset;overflow:unset;height:unset;",h3:"-webkit-line-clamp:unset;overflow:unset;",p:"-webkit-line-clamp:unset;overflow:unset;"}},{id:"docs-swift",matches:"docs.swift.org",selectors:[".content","#menu"]},{id:"uzh",matches:"www.uzh.ch",injectedCss:[".TextImage--inner {overflow:auto !important;}"]},{id:"mail-yandex",matches:"mail.yandex.com",selectors:["article",".Text_color_primary",".mail-MessageSnippet-Item_subject"],globalStyles:{".mail-MessageSnippet":"height: unset; line-height:unset;",".immersive-translate-target-translation-block-wrapper":"margin:unset;"}},{id:"forums.zotero",matches:"forums.zotero.org",selectors:[".page-sidebar",".page-content"]},{id:"pubmed.ncbi.nlm.nih.gov",matches:"pubmed.ncbi.nlm.nih.gov",urlChangeDelay:0,excludeSelectors:[".docsum-journal-citation",".citation-part",".docsum-authors",".top-wrapper",".article-source",".citation-doi",".identifiers",".cite",".share",".arrow-link"],globalAttributes:{"#Scholarscope_HighlightContent":{class:""},"#Scholarscope_HighlightOrigin":{class:"Scholarscope_HighlightContents"}},mutationExcludeContainsSelectors:["#Scholarscope_HighlightContent highlight"],mutationExcludeSelectors:["#Scholarscope_HighlightContent","#Scholarscope_HighlightContent span"],injectedCss:["#Scholarscope_HighlightOrigin > p font,#Scholarscope_HighlightContent > p font {display: inline!important;}","#Scholarscope_HighlightOrigin > p font br,#Scholarscope_HighlightContent > p font br {display: none!important;}"]},{id:"chosun",matches:"www.chosun.com",injectedCss:"body {word-break: unset!important;}"},{id:"yna",matches:"*.yna*",injectedCss:["font > br {display:none}"],globalStyles:{"a,strong":"max-height:unset;-webkit-line-clamp:unset;height:unset;white-space:unset;","div,p,li,.item-box01,.news-con":"height:unset;max-height:unset;-webkit-line-clamp:unset;"},"additionalExcludeSelectors.remove":[".notranslate","[translate=no]"]},{id:"cnet",matches:"www.cnet.com",globalStyles:{"h3,div,span,p":"max-height:unset;-webkit-line-clamp:unset;height:unset;white-space:unset;"}},{id:"dolmods",matches:"dolmods.net",globalStyles:{"[class*='max-h']":"max-height:unset!important;"}},{id:"digitimes",matches:"www.digitimes.com",globalStyles:{"a,.title,.abstract,.display-5,.top":"max-height:unset;-webkit-line-clamp:unset;height:unset;white-space:unset;"},"excludeSelectors.add":[".main-nav-frame",".sub-header-wrapper",".footer",".date"],"additionalExcludeSelectors.remove":[".notranslate","[translate=no]"]},{id:"vdi-nachrichten",matches:"www.vdi-nachrichten.com","excludeSelectors.add":[".header-menu__item > a",".linkbar__item",".header__button-group"]},{id:"htdp",matches:"htdp.org",excludeTags:["blockquote"],stayOriginalSelectors:[".RktIn"]},{id:"newsletterss",matches:"newsletterss.com",initialGlobalAttributes:{iframe:{scrolling:"auto"}}},{id:"docusaurus",selectorMatches:["#__docusaurus"],"excludeSelectors.add":["aside",".DocSearch-Modal"]},{id:"mercari",matches:"*.mercari.com","excludeTags.remove":["PRE"]},{id:"qqMail",matches:"mail.qq.com",useIframePostMessage:!1},{id:"nikkei",matches:"www.nikkei.com",globalStyles:{"h3,div,span,p":"max-height:unset;-webkit-line-clamp:unset;height:unset;white-space:unset;"}},{id:"pubs.rsc.org",matches:"pubs.rsc.org",excludeSelectors:[".eqn"]},{id:"indeed",matches:"*.indeed.com",globalStyles:{"span,.css-19rjr9w.e1wnkr790":"max-height:unset;-webkit-line-clamp:unset;height:unset;white-space:unset;"},"excludeTags.remove":["BUTTON"]},{id:"brutalist",matches:"brutalist.report",selectors:["li > a:first-child","aside","nav > a","h1 > a","h3 > a","h2 >a"],"additionalExcludeSelectors.remove":[".notranslate","[translate=no]"]},{id:"maxroll",matches:["maxroll.gg"],extraInlineSelectors:[".d4t-sprite-icon",".d4t-icon"],injectedCss:["font {font-family: sans-serif !important;}"]},{id:"microsoftTeams",matches:["teams.live.com"],"stayOriginalSelectors.add":["span[title][style='min-width: 20px; height: 20px;']"]},{id:"gradioappdocs",matches:"www.gradio.app/docs/*",selectors:["div.obj"],excludeSelectors:["div#examples"]},{id:"arca",matches:"arca.live","excludeTags.remove":["PRE"]},{id:"chatpdf",matches:["www.chatpdf.com"],"additionalExcludeSelectors.remove":[".notranslate"],excludeSelectors:[".chat-message-row.ai *",".pdf-viewer"],aiRule:{streamingSelector:"",messageWrapperSelector:".chat-message-row.ai",streamingChange:!1,streamingDeepChild:!0,streamingDelayTime:1e3}},{id:"inciteful",matches:["inciteful.xyz"],"excludeTags.remove":["BUTTON"]},{id:"app.element.io",matches:["app.element.io"],"additionalExcludeSelectors.remove":[".notranslate"],"excludeSelectors.add":[".mx_DisambiguatedProfile",".mx_ReplyChain_wrapper",".mx_ThreadSummary_replies_amount"]},{id:"fastapi.tiangolo.com",matches:"fastapi.tiangolo.com",selectors:["article"]},{id:"termynal",selectorMatches:["link[href*='termynal.css']"],"stayOriginalSelectors.add":[".termy"]},{id:"cpb-nl",matches:["www.cpb.nl"],"bodyRule.add":{enable:!1}},{id:"hub.logseq",matches:["hub.logseq.com"],globalStyles:{"[class*=':h-[']":"height:unset;"}},{id:"chat.zalo",matches:["chat.zalo.me"],"additionalExcludeSelectors.remove":[".notranslate"],inputExecCommandDeleteEnable:!0,"inputConfig.add":{execCommandDeleteEnable:!0}},{id:"epam",matches:"*.epam.com",globalStyles:{"[class*='ContentAnchorLinkList']":"word-break:unset;"},"excludeSelectors.add":["#blog-page-sidebar-wrapper"],"excludeTags.remove":["BUTTON"]},{id:"discussions.apple",matches:"discussions.apple.com","excludeSelectors.add":[".page-number"]},{id:"www.sixthtone.com",matches:["www.sixthtone.com"],"excludeSelectors.add":["#footer","[class^=index_time]","[class^=index_anthorList]","[class^=index_node]","[class^=index_popupWrapper]"]},{id:"forum.unity",matches:["forum.unity.com"],"excludeSelectors.add":[".bbCodeCode"]},{id:"wattpad",matches:["www.wattpad.com"],"excludeTags.remove":["PRE"],globalAttributes:{header:{translate:"unset;"}},globalStyles:{".story-info .item-description":"overflow: scroll;"}},{id:"netflix",matches:["www.netflix.com"],"excludeSelectors.add":[".player-timedtext"],"mutationExcludeSelectors.add":[".player-timedtext *"],"subtitleRule.add":{type:"netflix",loadingContainerSelector:".watch-video",subtitleUrlRegExp:"^https://.+?.oca.nflxvideo.net/\\?([ovet]=[^=]+){4}$",loadingStyle:"bottom: 15%;",quickButtonRule:{appendSelector:'[data-uia="control-next"]',insertBeforeSelector:'[data-uia="control-next"]',injectCSS:".imt-quick-subtitle-button {height: 60%; margin-right: 50px; font-size: 20px; } .logo,.logo svg { height: 36px; width: 36px} .label { display: none; } .imt-quick-subtitle-pop-content {transform: translateX(50%); right: 0}"},videoSelector:"video",attachRule:{appendSelector:".watch-video",injectedCSS:[".imt-caption-window {margin-bottom: 0px; bottom: 10vw;}"],injectedGlobalCSS:[".player-timedtext {display: none !important; }"]}}},{id:"udemy",matches:["www.udemy.com"],"excludeSelectors.add":["[data-purpose='captions-cue-text']",".shaka-text-container"],"mutationExcludeSelectors.add":["[data-purpose='captions-cue-text'] *",".shaka-text-container *"],"subtitleRule.add":{type:"udemy",subtitleUrlRegExp:"^https://vtt.*\\.udemycdn\\.com/.*\\.vtt",videoPlayerSelector:"video.shaka-video",humanTrust:85,loadingContainerSelector:".shaka-video-container",loadingStyle:"bottom: 15%;",injectedCss:["[class^='well--text'] {white-space: pre;}"],quickButtonRule:{appendSelector:'[data-purpose="video-controls"]'}},"subtitleRule.add_v.[1.4.1]":{hookType:"fetch|xhr"}},{id:"iview",matches:"iview.abc.net.au",excludeSelectors:[".jwplayer"],"mutationExcludeSelectors.add":[".jwplayer *"],"subtitleRule.add":{type:"webvtt",subtitleUrlRegExp:"/cc/.*\\.(vtt|webvtt)$",loadingContainerSelector:".jwplayer",quickButtonRule:{appendSelector:".jw-reset.jw-button-container",insertBeforeSelector:".jw-settings-submenu-button",injectCSS:".imt-quick-subtitle-pop-content {z-index: 999999;}"}}},{id:"nmaart",matches:"www.nma.art",excludeSelectors:[".video-container"],"mutationExcludeSelectors.add":[".video-container *"],"subtitleRule.add":{type:"webvtt",subtitleUrlRegExp:"/texttrack/.*\\.(vtt|webvtt)",loadingContainerSelector:".video-container",quickButtonRule:{appendSelector:".vjs-control-bar",insertBeforeSelector:".vjs-playback-rate"}}},{id:"apple",matches:"developer.apple.com",excludeSelectors:[".developer-video-player"],"mutationExcludeSelectors.add":[".developer-video-player *"],"subtitleRule.add":{type:"webvtt",subtitleUrlRegExp:"\\.(vtt|webvtt)"}},{id:"khanacademy",matches:["www.khanacademy.org"],"subtitleRule.add":{type:"khanacademy",subtitleUrlRegExp:"GetSubtitles",hookType:"fetch"},"stayOriginalSelectors.add":[".mathjax-wrapper"]},{id:"nebula",matches:["nebula.tv"],"excludeSelectors.add":["[data-subtitles-container='true']"],"mutationExcludeSelectors.add":["[data-subtitles-container='true'] *"],"subtitleRule.add":{type:"webvtt",subtitleUrlRegExp:"\\.vtt$",loadingContainerSelector:".video-poster",quickButtonRule:{appendSelector:".icon-spacing.css-4yh7a0",insertBeforeSelector:"#subtitles-toggle-button",ccEnableSelector:"#subtitles-toggle-button"}}},{id:"frontendmasters",matches:["frontendmasters.com"],"excludeSelectors.add":[".vjs-text-track-display"],"mutationExcludeSelectors.add":[".vjs-text-track-display *"],"subtitleRule.add":{type:"webvtt",subtitleUrlRegExp:".vtt$",loadingContainerSelector:".vjs-text-track-display",injectedCss:["#immersive-translate-quick-button-container {order: 2} .imt-quick-subtitle-pop-content {z-index: 2147483647}"],quickButtonRule:{appendSelector:".vjs-control-bar"},videoSelector:".PromoPlayer video",attachRule:{appendSelector:".video-js",injectedGlobalCSS:".vjs-text-track-display {display: none;}"}}},{id:"udacity",matches:["*.udacity.com"],"excludeSelectors.add":[".vjs-text-track-display"],"mutationExcludeSelectors.add":[".vjs-text-track-display *"],"subtitleRule.add":{type:"webvtt",subtitleUrlRegExp:".vtt$",loadingContainerSelector:".vjs-text-track-display"}},{id:"skillshare",matches:["www.skillshare.com"],"excludeSelectors.add":[".vjs-text-track-display"],"mutationExcludeSelectors.add":[".vjs-text-track-display *"],"subtitleRule.add":{type:"webvtt",subtitleUrlRegExp:"\\.vtt\\?",loadingContainerSelector:".vjs-text-track-display",injectedCss:["#immersive-translate-quick-button-container {order: 13}"],quickButtonRule:{appendSelector:".vjs-control-bar",insertBeforeSelector:".vjs-volume-panel",injectCSS:" .label { display: none; } .imt-quick-subtitle-pop-content {transform: translateX(43%); right: 0; z-index: 2147483647 } "}}},{id:"domestika",matches:["www.domestika.org"],"excludeSelectors.add":[".vjs-text-track-display"],"mutationExcludeSelectors.add":[".vjs-text-track-display *"],"subtitleRule.add":{type:"webvtt",subtitleUrlRegExp:".*subtitles.*\\.vtt",quickButtonRule:{appendSelector:".controlBar-wrapper .right-wrapper",insertBeforeSelector:".vjs-volume-panel"}}},{id:"hbomax",matches:["play.max.com","play.hbomax.com"],"excludeSelectors.add":["[data-testid='playerContainer']","[data-testid='CueBoxContainer']"],"mutationExcludeSelectors.add":["[data-testid='playerContainer'] *","[data-testid='CueBoxContainer'] *"],"subtitleRule.add":{type:"webvtt",subtitleUrlRegExp:"\\.vtt$",loadingContainerSelector:"[data-testid='playerContainer']"}},{id:"mindvalley",matches:["home.mindvalley.com"],"excludeSelectors.add":[".vjs-text-track-display"],"mutationExcludeSelectors.add":[".vjs-text-track-display *"],"subtitleRule.add":{type:"webvtt",subtitleUrlRegExp:"\\.webvtt$",loadingContainerSelector:".vjs-text-track-display",injectedCss:["#immersive-translate-quick-button-container {order: 6}"],quickButtonRule:{appendSelector:'[data-testid="video-section"] .vjs-control-bar',insertBeforeSelector:'[data-testid="video-section"] .vjs-volume-panel',injectCSS:".imt-quick-subtitle-pop-content {z-index: 999999;}"}}},{id:"masterclass",matches:["www.masterclass.com","learn.microsoft.com"],"excludeSelectors.add":[".vjs-text-track-display"],"mutationExcludeSelectors.add":[".vjs-text-track-display *"],"subtitleRule.add":{type:"webvtt",subtitleUrlRegExp:"\\.vtt",loadingContainerSelector:".vjs-text-track-display",quickButtonRule:{appendSelector:".vjs-control-bar",insertBeforeSelector:".vjs-playback-rate"}}},{id:"viu",matches:["www.viu.com"],"excludeSelectors.add":[".bmpui-ui-viu-subtitle-overlay"],"mutationExcludeSelectors.add":[".bmpui-ui-viu-subtitle-overlay *"],"subtitleRule.add":{type:"webvtt",hookType:"xhr",subtitleUrlRegExp:"https?://[^/]+\\.cloudfront\\.net/[^/]+/[^/]+$",loadingContainerSelector:".bmpui-container-wrapper",loadingStyle:"bottom: 20%;",injectedCss:[".bmpui-controls-hidden #immersive-translate-quick-button-container {display: none;}"],quickButtonRule:{appendSelector:".bmpui-ui-container.bmpui-ui-viu-subtitle > .bmpui-container-wrapper",injectCSS:".imt-quick-subtitle-button {margin-bottom: 8px}"}}},{id:"linkin",matches:"*.linkedin.com","excludeSelectors.add":[".vjs-text-track-display"],"mutationExcludeSelectors.add":[".vjs-text-track-display *"],"subtitleRule.add":{type:"webvtt",subtitleUrlRegExp:".*ambry/\\?x-li-ambry-ep=.*",hookType:"xhr",loadingContainerSelector:".video-player-container",quickButtonRule:{appendSelector:".vjs-control-bar",insertBeforeSelector:".vjs-captions-toggle"}}},{id:"kanopy",matches:"*.kanopy.com","excludeSelectors.add":[".vjs-text-track-display"],"mutationExcludeSelectors.add":[".vjs-text-track-display *"],"subtitleRule.add":{type:"webvtt",subtitleUrlRegExp:".*captioncache/webvtt.*",hookType:"xhr",loadingContainerSelector:".video-player-container",injectedCss:["#immersive-translate-quick-button-container{height: 40px;display: flex;align-items: center;align-self: flex-end;}"],quickButtonRule:{appendSelector:".vjs-control-bar",insertBeforeSelector:".vjs-caption-control"}}},{id:"iflix",matches:["www.iflix.com","wetv.vip"],"excludeSelectors.add":[".text-track"],"mutationExcludeSelectors.add":[".player-wrapper *"],"subtitleRule.add":{type:"webvtt",subtitleUrlRegExp:"\\.vtt",hookType:"xhr",loadingContainerSelector:"#player-wrapper",loadingStyle:"bottom: 18%;",quickButtonRule:{appendSelector:'[data-role="wetv-ctrlbar-right"]',insertBeforeSelector:'[data-role="wetv-player-definition"]'}}},{id:"imdb",matches:"www.imdb.com","excludeSelectors.add":[".jw-text-track-container"],"mutationExcludeSelectors.add":[".jw-text-track-container *"],"subtitleRule.add":{type:"webvtt",subtitleUrlRegExp:"\\.srt$",loadingContainerSelector:"#imdbnext-vp-jw-single",quickButtonRule:{appendSelector:".jw-reset.jw-button-container",insertBeforeSelector:'[button="ttt-button"]'}}},{id:"itv",matches:["www.itv.com"],"subtitleRule.add":{type:"text_track",videoPlayerSelector:".genie-video",loadingContainerSelector:".genie-container",loadingStyle:"bottom: unset; top: 5%;",quickButtonRule:{appendSelector:".control-bar_right-child-container",insertBeforeSelector:".controls-toggle_button--fullscreen"}}},{id:"egghead",matches:["egghead.io"],"subtitleRule.add":{type:"text_track",videoPlayerSelector:".cueplayer-react-video",loadingContainerSelector:".cueplayer-react-video-holder",loadingStyle:"bottom: unset; top: 5%;",quickButtonRule:{appendSelector:".cueplayer-react-control-bar-right-part",insertBeforeSelector:".cueplayer-react-closed-caption"}}},{id:"coursera",matches:["www.coursera.org"],"subtitleRule.add":{type:"text_track",videoPlayerSelector:".vjs-tech",loadingContainerSelector:".rc-VideoControlsContainer",loadingStyle:"bottom: unset; top: 5%;",quickButtonRule:{appendSelector:'[role="presentation"] > .rc-ControlBar > .icon-container'}}},{id:"ocrtraining",matches:["ocrtraining.cit.nih.gov","videocast.nih.gov"],"excludeSelectors.add":["#videocastPlayer"],"mutationExcludeSelectors.add":["#videocastPlayer *"],"subtitleRule.add":{type:"webvtt",subtitleUrlRegExp:"\\.srt$",loadingContainerSelector:"#videocastPlayer"}},{id:"espn",matches:["*.espn.com"],mainFrameMinTextCount:0,"excludeSelectors.add":["#fittPageContainer"],"mutationExcludeSelectors.add":["#fittPageContainer *"],"subtitleRule.add":{type:"webvtt",subtitleUrlRegExp:"\\.vtt$",injectedCss:["#immersive-translate-quick-button-container{margin-top:16px;}",".vjs-text-track-display > div >div {font:unset!important;}"],quickButtonRule:{appendSelector:".vjs-control-bar",insertBeforeSelector:".vjs-captions-button"}}},{id:"fmoviesz",matches:["fmoviesz.to","vidplay.online","c8365730d4.nl"],"excludeSelectors.add":["#player"],"mutationExcludeSelectors.add":["#player *"],"subtitleRule.add":{type:"multi_attach_vtt",subtitleUrlRegExp:"subtitle/.*\\.vtt$",quickButtonRule:{appendSelector:".jw-button-container",insertBeforeSelector:".jw-icon-cc"},activeLangSelector:"#jw-player-settings-submenu-captions .jw-settings-submenu-items .jw-settings-item-active",videoSelector:"video",attachRule:{appendSelector:"#player",injectedGlobalCSS:[".jw-text-track-container {display: none;}","@media (min-width: 576px) { video::cue {opacity: 0} }"]}}},{id:"aniwatch",matches:["megacloud.tv","aniwatch.to"],"excludeSelectors.add":[".jw-wrapper"],"mutationExcludeSelectors.add":[".jw-wrapper *"],"subtitleRule.add":{type:"multi_attach_vtt",subtitleUrlRegExp:"^(?!.*sprite\\.vtt$).*\\.vtt$",quickButtonRule:{appendSelector:".jw-button-container",insertBeforeSelector:".jw-icon-cc"},activeLangSelector:"#jw-player-settings-submenu-captions .jw-settings-submenu-items .jw-settings-item-active",videoSelector:"video",attachRule:{appendSelector:".jw-wrapper",injectedGlobalCSS:[".jw-text-track-container {display: none;}","@media (min-width: 576px) { video::cue {opacity: 0} }"]}}},{id:"rottentomatoes",matches:["*.rottentomatoes.com"],"excludeSelectors.add":[".jw-wrapper"],"mutationExcludeSelectors.add":[".jw-wrapper *"],"subtitleRule.add":{type:"webvtt",subtitleUrlRegExp:"\\.vtt$",quickButtonRule:{appendSelector:".jw-button-container",insertBeforeSelector:".jw-icon-cc"}}},{id:"dailymotion",matches:["*.dailymotion.com"],"excludeSelectors.add":[".player"],"mutationExcludeSelectors.add":[".player *"],mainFrameMinTextCount:0,"subtitleRule.add":{type:"subsrt",subsrtFormat:"srt",loadingContainerSelector:".player",subtitleUrlRegExp:"/video/.*\\.srt",quickButtonRule:{appendSelector:".controls_bottom_right",insertBeforeSelector:".subtitles_toggle_button"}}},{id:"movie-web",matches:["movie-web.app/media*"],"excludeSelectors.add":["#root"],"mutationExcludeSelectors.add":["#root *"],"subtitleRule.add":{type:"subsrt",hookType:"fetch",subsrtFormat:"vtt",loadingContainerSelector:".relative.h-screen.overflow-hidden",subtitleUrlRegExp:".*\\.vtt",quickButtonRule:{appendSelector:".hidden.justify-between .flex.items-center.space-x-3"}}},{id:"deeplearning",matches:["learn.deeplearning.ai"],"excludeSelectors.add":['[data-layout="video"]'],"mutationExcludeSelectors.add":['[data-layout="video"] *'],"subtitleRule.add":{type:"subsrt",subsrtFormat:"vtt",loadingContainerSelector:'[data-layout="video"]',subtitleUrlRegExp:".*\\.vtt",quickButtonRule:{appendSelector:".vds-controls-group:last-child",insertBeforeSelector:".vds-caption-button"}}},{id:"paramountplus",matches:["*.paramountplus.com"],"excludeSelectors.add":[".aa-player-skin"],"mutationExcludeSelectors.add":[".aa-player-skin *"],"subtitleRule.add":{type:"text_track_dynamic",injectedCss:[".tt-container {white-space: pre-line;}",".timed-text-css-box-inner {display: none!important;}",".timed-text-css-box-inner:last-child {display: block!important;}"],videoPlayerSelector:"video",quickButtonRule:{appendSelector:".top-menu-container"}}},{id:"pluto",matches:["pluto.tv"],"excludeSelectors.add":[".video-player-layout"],"mutationExcludeSelectors.add":[".video-player-layout *"],"subtitleRule.add":{type:"text_track_dynamic",videoPlayerSelector:"video",quickButtonRule:{appendSelector:".endControls-0-2-85"}}},{id:"vimeo",matches:["vimeo.com"],"excludeSelectors.add":[".vp-captions"],"mutationExcludeSelectors.add":[".vp-captions *"],"subtitleRule.add":{type:"text_track",videoPlayerSelector:"video",loadingContainerSelector:".player_container",loadingStyle:"bottom: unset; top: 5%;",injectedCss:["#immersive-translateQuickButton {visibility: inherit!important;}"],quickButtonRule:{appendSelector:'[data-control-bar="true"] > div',insertBeforeSelector:'[data-volume-control-container="true"]',ccEnableSelector:'[data-cc-button="true"]',injectCSS:".imt-quick-subtitle-button {margin-right: 0px; font-size: 12px;} .logo,.logo svg { height: 18px !important; width: 18px !important;} .imt-quick-subtitle-pop-content {bottom: 28px !important;}"}}},{id:"ted",matches:["www.ted.com"],"excludeSelectors.add":["#video"],"mutationExcludeSelectors.add":["#video *"],"subtitleRule.add":{type:"webvtt",hookType:"fetch",subtitleUrlRegExp:"\\.vtt",videoPlayerSelector:"video",loadingContainerSelector:"media-controller",quickButtonRule:{appendSelector:".pointer-events-none #media-control-bar",insertBeforeSelector:".pointer-events-none .media-volume-wrapper"}}},{id:"player.vimeo",matches:["https://player.vimeo.com/video/*","laracasts.com"],selectorMatches:["iframe[src*='player.vimeo.com']"],extraBlockSelectors:["span.vp-captions-line","span[class^=CaptionsRenderer_]"],"excludeSelectors.add":[".vp-captions-line"],"mutationExcludeSelectors.add":[".vp-captions *",".vp-captions-line *"],"subtitleRule.add":{type:"text_track",videoPlayerSelector:"video",loadingContainerSelector:".vp-telecine",loadingStyle:"bottom: unset; top: 5%; font-size: 12px;",injectedCss:["#immersive-translateQuickButton {visibility: inherit!important;}"],quickButtonRule:{appendSelector:'[data-control-bar="true"] > div',insertBeforeSelector:'[data-volume-control-container="true"]',ccEnableSelector:'[data-cc-button="true"]',injectCSS:".imt-quick-subtitle-button {margin-right: 0px; font-size: 12px;} .logo,.logo svg { height: 18px !important; width: 18px !important;} .imt-quick-subtitle-pop-content {bottom: 28px !important;}"}}},{id:"tv.adobe",matches:"https://*.tv.adobe.com","excludeSelectors.add":[".mpc-player"],"mutationExcludeSelectors.add":[".mpc-player *"],"subtitleRule.add":{type:"text_track",videoPlayerSelector:"video",loadingContainerSelector:".mpc-player",quickButtonRule:{appendSelector:".mpc-controls__container"}}},{id:"threejs-journey",matches:"threejs-journey.com","excludeSelectors.add":[".video-area"],"mutationExcludeSelectors.add":[".video-area *"],"subtitleRule.add":{type:"text_track",videoPlayerSelector:"video",loadingContainerSelector:".video-area",injectedCss:[".js-tracks-text.tracks-text {white-space: pre;}"],quickButtonRule:{appendSelector:".js-controls .right",insertBeforeSelector:".js-subtitles",injectCSS:".imt-quick-subtitle-button { font-size: 12px;} .logo,.logo svg { height: 18px !important; width: 18px !important;} .imt-quick-subtitle-pop-content {bottom: 38px !important;}"}}},{id:"codewithchris",matches:["learn.codewithchris.com","*.rachelsenglishacademy.com","www.unrealsenseiacademy.com"],"excludeSelectors.add":[".w-captions",".w-captions-line > div > span"],"mutationExcludeSelectors.add":[".w-captions *"],"subtitleRule.add":{type:"general",subtitleUrlRegExp:"/embed/captions/",loadingContainerSelector:".w-ui-container",hookType:"fetch",generalSetting:{captionsPath:"captions",itemsPath:"hash.lines",textKey:"text"}}},{id:"panopto",matches:["southampton.cloud.panopto.eu"],"excludeSelectors.add":[".primaryPlayer"],"mutationExcludeSelectors.add":[".primaryPlayer *"],"subtitleRule.add":{type:"general",subtitleUrlRegExp:"DeliveryInfo.aspx",disableSubsCache:!0,loadingContainerSelector:"#primaryPlayer",hookType:"fetch",generalSetting:{textKey:"Caption"},quickButtonRule:{appendSelector:"#transportControls",insertBeforeSelector:"#captionsButton"}}},{id:"edx",matches:["*.edx.org"],"excludeSelectors.add":[".closed-captions",".subtitles-menu"],mainFrameMinTextCount:0,"subtitleRule.add":{type:"general",subtitleUrlRegExp:"/transcript/translation/",loadingContainerSelector:".tc-wrapper",generalSetting:{itemsPath:"text"},injectedCss:[".subtitles-menu span,.closed-captions {white-space: pre-line;}","#immersive-translate-quick-button-container {display: inline-block; vertical-align: middle;}"],quickButtonRule:{appendSelector:".secondary-controls",insertBeforeSelector:".speeds.menu-container"}}},{id:"ardmediathek",matches:["www.ardmediathek.*"],"excludeSelectors.add":[".ardplayer-viewport-addon-overlays"],"mutationExcludeSelectors.add":[".ardplayer-viewport-addon-overlays *"],"subtitleRule.add":{type:"ebutt",hookType:"fetch",subtitleUrlRegExp:"subtitle/ebutt",loadingContainerSelector:".ardplayer-viewport-addon-overlays",quickButtonRule:{appendSelector:".ardplayer-footer .ardplayer-addons-container",insertBeforeSelector:".ardplayer-footer .ardplayer-button-sharing",injectCSS:".imt-quick-subtitle-button {font-size: 20px; } .logo,.logo svg { height: 36px !important; width: 36px !important;} .imt-quick-subtitle-pop-content {z-index: 2147483647;} "}}},{id:"bbc-iplayer",matches:["https://www.bbc.*/iplayer*"],"excludeSelectors.add":[".player"],"mutationExcludeSelectors.add":[".player *"],"subtitleRule.add":{type:"ebutt",hookType:"fetch",subtitleUrlRegExp:"iplayer/subtitles/.*.xml",loadingContainerSelector:".player__container"}},{id:"bbc",matches:["*.bbc.*"],"excludeSelectors.add":["section.module--languages",".drop-capped",".smp-toucan-player","smp-subtitles","#subtitle_subtitle2"],"mutationExcludeSelectors.add":["[data-testid='media-player-container-landscape'] *"],"subtitleRule.add":{type:"ebutt",hookType:"fetch",subtitleUrlRegExp:"iplayer/subtitles/.*.xml",loadingContainerSelector:".smp-toucan-player"}},{id:"zdf.de",matches:["www.zdf.de"],"excludeSelectors.add":[".zdfplayer-cue-region"],"subtitleRule.add":{type:"ebutt",subtitleUrlRegExp:"mtt/.*.xml",loadingContainerSelector:".zdfplayer-video-container",responseType:"document",injectedCss:["#immersive-translate-quick-button-container {display:inline-block;vertical-align:middle;margin-right:-16px;}"],quickButtonRule:{appendSelector:".right-controls-1FfJUp.svelte-inzdbf",insertBeforeSelector:".right-controls-1FfJUp.svelte-inzdbf button"}}},{id:"piped.video",matches:"piped.video","subtitleRule.add":{type:"ebutt",hookType:"fetch",subtitleUrlRegExp:"api/timedtext",loadingContainerSelector:".shaka-video-container",responseType:"document",quickButtonRule:{appendSelector:".shaka-controls-button-panel",insertBeforeSelector:".shaka-mute-button"}}},{id:"disneyplus",matches:["www.disneyplus.com"],"excludeSelectors.add":[".dss-hls-subtitle-overlay"],"mutationExcludeSelectors.add":[".dss-hls-subtitle-overlay *"],"subtitleRule.add":{type:"disneyplus",subtitleUrlRegExp:"\\.vtt$"}},{id:"mubi",matches:["https://mubi.com","https://mubi.de"],"subtitleRule.add":{type:"fmp4.xml",subtitleUrlRegExp:"textstream",hookType:"fetch",quickButtonRule:{appendSelector:".css-1k6yql2.e1b63bld4",insertBeforeSelector:".css-1ce7rqp.e7f2hfl0"}}},{id:"hulu",matches:"https://*.hulu.com","subtitleRule.add":{type:"hulu",hookType:"fetch",injectedCss:[".ClosedCaption {display:none!important;}"],videoSelector:"#content-video-player",subtitleUrlRegExp:"play.hulu.com/.*/playlist",loadingContainerSelector:"#web-player-app",quickButtonRule:{appendSelector:".PlayerSettingsGroup",insertBeforeSelector:".PlayerSettingsGroup .PlayerControlsButton"}}},{id:"youku.tv",matches:"www.youku.tv","excludeSelectors.add":["#subtitle"],"mutationExcludeSelectors.add":["#subtitle *"],"subtitleRule.add":{type:"subsrt",hookType:"fetch",injectedCss:["#immersive-translate-quick-button-container {display: inline-block; vertical-align: middle;}"],subtitleUrlRegExp:"\\.ass$",subsrtFormat:"ass",loadingContainerSelector:"#youku-dashboard",loadingStyle:"bottom: 10%;",quickButtonRule:{appendSelector:".kui-dashboard-dashboard-panel .kui-dashboard-rear-ctn",insertBeforeSelector:".kui-rate-control-0"}}},{id:"starz",matches:"www.starz.com","excludeSelectors.add":["starz-player"],"mutationExcludeSelectors.add":["starz-player *"],"subtitleRule.add":{type:"subsrt",subsrtFormat:"vtt",subtitleUrlRegExp:"\\.vtt$",loadingContainerSelector:"starz-player",loadingStyle:"bottom: 10%;",injectedCss:["#immersive-translate-quick-button-container {display: inline-block;}"],quickButtonRule:{appendSelector:"starz-player .button-group",insertBeforeSelector:"starz-player .button-group .video-player-icon-md"}}},{id:"www.iq.com",matches:"www.iq.com","excludeSelectors.add":[".iqp-subtitle"],"mutationExcludeSelectors.add":[".iqp-subtitle *"],"subtitleRule.add":{type:"xml",subtitleUrlRegExp:"\\.xml\\?",loadingContainerSelector:".intl-video-area",xmlTextSelector:"sub",loadingStyle:"bottom: 10%;",injectedCss:["#immersive-translate-quick-button-container {float: right; height: 100%;}"],quickButtonRule:{appendSelector:".iqp-contrls-right"}}},{id:"archiveToday",matches:["archive.today","archive.ph","archive.is","archive.md"],"excludeSelectors.add":["#HEADER"]},{id:"arxiv-vanity.com",matches:["www.arxiv-vanity.com"],"excludeSelectors.add":[".arxiv-vanity-wrapper"]},{id:"fibery",matches:["the.fibery.io"],"additionalExcludeSelectors.remove":["[translate=no]"],"additionalStayOriginalSelectors.add":[".entity-node-view-container"]},{id:"makersuite.google",matches:"makersuite.google.com","excludeSelectors.add":[".material-symbols-outlined"]},{id:"etymonline",matches:"www.etymonline.com",globalAttributes:{".crossreference.notranslate":{class:"crossreference"},".foreign.notranslate":{class:"foreign"}}},{id:"https://browse.arxiv.org/",matches:["https://browse.arxiv.org","https://arxiv.org/html/*"],"excludeSelectors.add":[".desktop_header","[class*='ltx_lst_language_']","div.package-alerts"]},{id:"jstor",matches:"www.jstor.org","excludeSelectors.add":[".audio-duration","[data-qa='card-item-count']"],globalStyles:{".card__heading":"-webkit-line-clamp:unset;","search-results-vue-pharos-image-card,search-ui-pharos-image-card":"display:flex;","search-results-vue-pharos-link":"display:inline;"}},{id:"tandfonline",matches:"*.tandfonline.com","extraInlineSelectors.add":["span.off-screen"]},{id:"boringreport",matches:["www.boringreport.org"],"excludeTags.remove":["BUTTON"]},{id:"bsky.app",matches:"https://bsky.app",selectors:["[data-testid=postText]"],isTranslateTitle:!1},{id:"peacocktv",matches:["*.peacocktv.com"],injectedCss:[".video-player__subtitles__line > font,.video-player__subtitles__line:only-child{display:block;}"]},{id:"noTranslate",matches:["*.tiktok.com","altis.world","*.newthingsunderthesun.com","*.gumroad.com","edstem.org","actions.tldrnewsletter.com","community.linkingyourthinking.com","doc.qt.io","winaero.com"],"additionalExcludeSelectors.remove":[".notranslate","[translate=no]"]},{id:"jmir",matches:["*.jmir.org"],"additionalInlineSelectors.add":[".tooltiptext"]},{id:"smzdm",matches:["www.smzdm.com"],"excludeSelectors.add":[".z-highlight",".feed-block-info",".z-feed-foot",".feed-block-descripe","#J_column_tab_box",".crumbs"],globalStyles:{".feed-block-title":"height:unset"}},{id:"xiaohongshu.com",matches:["www.xiaohongshu.com"],"excludeSelectors.add":[".author-wrapper",".info",".side-bar"],globalStyles:{"a.title":"-webkit-line-clamp:3"}},{id:"learnopengl",matches:["learnopengl.com"],globalStyles:{function:"position:relative;z-index:1000;"}},{id:"notateslaapp",matches:["www.notateslaapp.com"],"extraBlockSelectors.add":[".nav > *"]},{id:"eightfold",matches:["*.eightfold.ai"],injectedCss:[".flexbox{width:100%}"]},{id:"deno",matches:["deno.com"],injectedCss:[":root {font-feature-settings:unset}"]},{id:"soundcloud",matches:"soundcloud.com",injectedCss:[".compactTrackListItem {height: unset !important;}"],"excludeSelectors.add":[".searchTitle__textContent",".searchOptions__container",".compactTrackListItem__additional",".soundTitle__tagContainer",".searchResultGroupHeading",".sc-ministats-group",".compactTrackList__moreLink",".sound__soundActions"]},{id:"section.blog.naver.com",matches:"section.blog.naver.com",globalStyles:{".text,.title_post,.text_post,p,strong,div":"-webkit-line-clamp:unset;max-height:unset;height:unset;"},"extraBlockSelectors.add":[".item",".heading a",".info_find a"],"excludeSelectors.add":[".comments",".time"]},{id:"gradio-app",selectorMatches:"gradio-app","excludeTags.remove":["BUTTON"],"excludeSelectors.add":['[data-testid="block-label"]'],"mutationConfig.add":{buildTimeout:1e3,consumeTimeout:1e3}}]};function Q3(){if(we.PROD==="1")return{};let t={};if(we.IMMERSIVE_TRANSLATE_SECRET_TENCENT_SECRET_ID&&we.IMMERSIVE_TRANSLATE_SECRET_TENCENT_SECRET_KEY){let n={secretId:we.IMMERSIVE_TRANSLATE_SECRET_TENCENT_SECRET_ID,secretKey:we.IMMERSIVE_TRANSLATE_SECRET_TENCENT_SECRET_KEY};t.translationServices={},t.translationServices.tencent=n}if(we.IMMERSIVE_TRANSLATE_SECRET_BAIDU_APPID&&we.IMMERSIVE_TRANSLATE_SECRET_BAIDU_KEY){let n={appid:we.IMMERSIVE_TRANSLATE_SECRET_BAIDU_APPID,key:we.IMMERSIVE_TRANSLATE_SECRET_BAIDU_KEY};t.translationServices||(t.translationServices={}),t.translationServices.baidu=n}if(we.IMMERSIVE_TRANSLATE_SECRET_CAIYUN_TOKEN){let n={token:we.IMMERSIVE_TRANSLATE_SECRET_CAIYUN_TOKEN};t.translationServices||(t.translationServices={}),t.translationServices.caiyun=n}if(we.IMMERSIVE_TRANSLATE_SECRET_OPENL_APIKEY){let n={apikey:we.IMMERSIVE_TRANSLATE_SECRET_OPENL_APIKEY};t.translationServices||(t.translationServices={}),t.translationServices.openl=n}if(we.IMMERSIVE_TRANSLATE_SECRET_YOUDAO_APP_ID&&we.IMMERSIVE_TRANSLATE_SECRET_YOUDAO_APP_SECRET){let n={appId:we.IMMERSIVE_TRANSLATE_SECRET_YOUDAO_APP_ID,appSecret:we.IMMERSIVE_TRANSLATE_SECRET_YOUDAO_APP_SECRET};t.translationServices||(t.translationServices={}),t.translationServices.youdao=n}if(we.IMMERSIVE_TRANSLATE_SECRET_VOLC_ACCESS_KEY_ID&&we.IMMERSIVE_TRANSLATE_SECRET_VOLC_SECRET_ACCESS_KEY){let n={accessKeyId:we.IMMERSIVE_TRANSLATE_SECRET_VOLC_ACCESS_KEY_ID,secretAccessKey:we.IMMERSIVE_TRANSLATE_SECRET_VOLC_SECRET_ACCESS_KEY};t.translationServices||(t.translationServices={}),t.translationServices.volc=n}if(we.IMMERSIVE_TRANSLATE_SECRET_DEEPL_AUTH_KEY){let n={authKey:we.IMMERSIVE_TRANSLATE_SECRET_DEEPL_AUTH_KEY};t.translationServices||(t.translationServices={}),t.translationServices.deepl=n}if(we.DEEPL_PROXY_ENDPOINT&&(t.translationServices||(t.translationServices={}),t.translationServices.deepl||(t.translationServices.deepl={}),t.translationServices.deepl.immersiveTranslateApiUrl=we.DEEPL_PROXY_ENDPOINT),we.IMMERSIVE_TRANSLATE_DEEPL_ENDPOINT&&(t.translationServices||(t.translationServices={}),t.translationServices.deepl||(t.translationServices.deepl={}),t.translationServices.deepl.immersiveTranslateDeeplTokenUrl=we.IMMERSIVE_TRANSLATE_DEEPL_ENDPOINT),we.IMMERSIVE_TRANSLATE_SECRET_OPENAI_API_KEY){let n={APIKEY:we.IMMERSIVE_TRANSLATE_SECRET_OPENAI_API_KEY};t.translationServices||(t.translationServices={}),t.translationServices.openai=n}we.IMMERSIVE_TRANSLATE_SERVICE&&(t.translationService=we.IMMERSIVE_TRANSLATE_SERVICE);let e={};return we.DEBUG==="1"&&(e.debug=!0,e.cache=!1),we.MOCK==="1"&&(e.translationService="mock"),e}async function Jt(){let t=await oe.storage.local.get(Mo);if(t[Mo]){let e=t[Mo],n=e.tempTranslationUrlMatches||[],r=n.filter(o=>o.expiredAt>Date.now()),a=!1;r.length!==n.length&&(n=r,a=!0);let i={...e,tempTranslationUrlMatches:[...n]};return a&&await Wt(i),i}else return{}}async function Wt(t){await oe.storage.local.set({[Mo]:t})}async function kl(t){await oe.storage.local.set({[Yr]:t})}async function Z3(){let t=await oe.storage.local.get(Yr),n={...await mp(),...Ni,buildinConfigUpdatedAt:we.BUILD_TIME};if(t[Yr]){let r=t[Yr];if(r&&r.buildinConfigUpdatedAt){let a=new Date(r.buildinConfigUpdatedAt),i=new Date(n.buildinConfigUpdatedAt);a>i&&(n=r)}}return n}async function Xt(){let t=await oe.storage.local.get(Yr),e={...Ni,buildinConfigUpdatedAt:we.BUILD_TIME};if(t[Yr]){let E=t[Yr];if(E&&E.buildinConfigUpdatedAt){let P=new Date(E.buildinConfigUpdatedAt),O=new Date(e.buildinConfigUpdatedAt);P>O&&(e=E)}}let n=await zw(e);e.targetLanguage=n;let r=await Mt.get(Ft,null),a={};if(!ye()&&oe.commands&&oe.commands.getAll){let E=await oe.commands.getAll();for(let P of E)P.name&&P.shortcut&&(a[P.name]=P.shortcut)}let i=await mp(),o=Q3(),s=await qr(),u=globalThis.IMMERSIVE_TRANSLATE_CONFIG||{},l=await Jt(),c=new Date,p=Object.assign({},u,o,s);if(!p.interfaceLanguage){let E=await Rw();p.interfaceLanguage=E}let m=p.interfaceLanguage==="en",g=p.targetLanguage==="en",f=e&&e.translationLanguagePattern&&e.translationLanguagePattern.matches&&e.translationLanguagePattern.matches.length===0,T=["bing","google","transmart","mock"].includes(p.translationService)||!p.translationService;!m&&!g&&!f&&T?e.translationLanguagePattern||(e.translationLanguagePattern={matches:["en"],excludeMatches:[]}):e.translationLanguagePattern={matches:[],excludeMatches:[]};let b=e&&e.enableDefaultAlwaysTranslatedUrls;p.enableDefaultAlwaysTranslatedUrls===!1&&(b=!1);let h=p&&p.isChangedAlwaysTranslatedUrls,C=[];p.translationUrlPattern&&p.translationUrlPattern.matches&&(C=p.translationUrlPattern.matches||[]);let D=!1;h===void 0&&(C.length>0?h=!0:h=!1,p.isChangedAlwaysTranslatedUrls=h,s.isChangedAlwaysTranslatedUrls=h,D=!0);let M=(p?.translationLanguagePattern?.matches?.length||0)>0,B=await At("installedAt",""),S=Number(await Nr("translage_page_daily",0)),v=Number(await At(Kn,0)),L;v>0&&(Date.now()-v0&&(Date.now()-S0){let E=l.tempTranslationUrlMatches.filter(P=>new Date(P.expiredAt)>c);if(E.length>0){let P=p.translationUrlPattern?p.translationUrlPattern?.matches||[]:[],O=Array.isArray(P)?P:[P],H=Array.from(new Set(O.concat(E.map(j=>j.match))));p.translationUrlPattern={...p.translationUrlPattern,matches:H}}}let F=Object.assign(i,e);Ya({rule:e,valueIsArray:E=>Array.isArray(i[E]),getMergedValue:E=>i[E],onMergedResult:(E,P)=>{E!="generalRule"&&(F[E]=P)}});let _=Zt(r),U={};p.translationServices&&p.translationServices.deepl&&(U=p.translationServices.deepl);let N={};p.translationServices&&p.translationServices.openai&&(N=p.translationServices.openai),!_&&U.authKey&&!U.provider?(F.translationServices.deepl||(F.translationServices.deepl={}),F.translationServices.deepl.provider="custom"):U&&U.provider||(F.translationServices.deepl||(F.translationServices.deepl={}),F.translationServices.deepl.provider="pro"),!_&&N.APIKEY&&!N.provider?(F.translationServices.openai||(F.translationServices.openai={}),F.translationServices.openai.provider="custom"):N&&N.provider||(F.translationServices.openai||(F.translationServices.openai={}),F.translationServices.openai.provider="pro");let q=Object.keys(F),k=["translationUrlPattern","translationLanguagePattern","immediateTranslationPattern","translationBodyAreaPattern","translationParagraphLanguagePattern","translationThemePatterns","translationGeneralConfig","shortcuts","inputTranslationUrlPattern","inputLanguageCodeAlias"];for(let E of q){let P=E;if(P==="generalRule")typeof p[P]=="object"&&(F[P]=Tl(i[P],p[P]));else if(P==="translationServices")Nw(p,F);else if(typeof p[P]!="string"&&typeof p[P]!="boolean"&&typeof p[P]!="number"&&k.includes(P))p[P]&&(F[P]=Object.assign(F[P],p[P])),P==="shortcuts"&&(ye()||ot()?F[P]={...F[P],...a}:F[P]={...a});else if(P==="rules"){if(Array.isArray(p[P])){let O=F.rules||[],H={};for(let W of O)W.id&&(H[W.id]=W);let j=p[P].map(W=>W.id&&H[W.id]?k3(e.generalRule,H[W.id],W):W);F[P]=[...j,...F[P]]}if(we.PROD==="0"&&we.DEV_RULES){let O=JSON.parse(we.DEV_RULES);F[P]=[...O,...F[P]]}}else p[P]!==void 0&&(F[P]=p[P])}return F.donateUrl=e.donateUrl,F.minVersion=e.minVersion,F.feedbackUrl=e.feedbackUrl,F.rawUserConfig=s,F}async function qr(){return(await oe.storage.sync.get("userConfig")||{}).userConfig||{}}async function bs(t){await oe.storage.sync.set({userConfig:t})}async function Ts(t,e){await oe.storage.local.set({[t]:e})}async function Pl(t){return(await oe.storage.local.get(t))[t]||""}var Rw=async()=>{let t=["zh-CN"];try{t=await oe.i18n.getAcceptLanguages()}catch(r){z.warn("get browser language error:",r)}let n=t.map(r=>be(r)).find(r=>zt[r]);return n||"en"},mp=async()=>{let t={...Ni,buildinConfigUpdatedAt:we.BUILD_TIME};return{...t,targetLanguage:lr,interfaceLanguage:"en",translationMode:"dual",debug:!1,alpha:!1,translationUrlPattern:{matches:[],excludeMatches:[]},translationLanguagePattern:{matches:[],excludeMatches:[]},translationThemePatterns:{},translationParagraphLanguagePattern:{matches:[],excludeMatches:[],selectorMatches:[],excludeSelectorMatches:[]},translationBodyAreaPattern:{matches:[],excludeMatches:[],selectorMatches:[],excludeSelectorMatches:[]},translationTheme:"none",translationService:"bing",inputTranslationService:"inherit",mouseHoverTranslationService:"inherit",subtitleTranslateService:"inherit",translationArea:"main",translationStartMode:"dynamic",translationServices:{},monkeyH5FloatBall:{...t.monkeyH5FloatBall},pcFloatBall:{...t.pcFloatBall},generalRule:{...t.generalRule},translationGeneralConfig:{engine:"bing",_systemExcludeWordRegex:"\\b({word})\\b"},rules:[]}};function Ow(t,e){return t=t||[],e=e||[],t.length!==e.length?!0:e.filter(r=>!t.includes(r)).length>0}async function zw(t){try{let e=t?.autoSelectTargetLanguageAfterInstalledAt;if(!e)return lr;let n=await At("installedAt","");if(n&&new Date(n){let l=a[u],c=a[l.extends];!c||l.extends==u||(a[u]={...c,...a[u]})}),Ya({rule:{...a},valueIsArray:u=>Array.isArray(a[u]),getMergedValue:u=>a[u],onMergedResult:(u,l)=>{a[u]={...a[u],...l}}}),Ya({rule:{...r},valueIsArray:u=>Array.isArray(a[u]),getMergedValue:u=>a[u],onMergedResult:(u,l)=>{let c=a[u].env||{},p=l.env||{};c={...c,...p},a[u]={...a[u],...l,env:c}}}),new Date(t.updatedAt)<=new Date("2024.4.2")&&Object.keys(r).forEach(u=>{["openai","gemini"].includes(u)&&r[u].prompt!=null&&(r[u].maxTextGroupLengthPerRequest==null&&(a[u].maxTextGroupLengthPerRequest=1),r[u].multiplePrompt==null&&(a[u].multiplePrompt=r[u].prompt))});let o=["imt_source_field","imt_trans_field","imt_sub_source_field","imt_sub_trans_field"],s=(u,l)=>{!u||!u[l]||!u?.env||(u[l]=u[l].replace(/{{(.+?)}}/g,(c,p)=>o.includes(p)?c:u?.env[p]||c))};Object.values(a).forEach(u=>{s(u,"prompt"),s(u,"multiplePrompt"),s(u,"subtitlePrompt")})}var Uw=["block","grid","flex","table","table-row","table-cell","list-item","-webkit-box","box","contents"];function xn(t,e){if(e.length===0)return!1;let n=e.join(",");return t.matches&&t.matches(n)||!1}function la(t,e,n){let{blockSelectors:r,extraBlockSelectors:a,extraInlineSelectors:i,atomicBlockSelectors:o}=e;if(xn(t,i))return!1;if(xn(t,a)||["br","input"].includes(t.nodeName.toLowerCase()))return!0;let l=null;if(t.parentNode&&t.parentNode.immersiveTranslateComputedStyle&&(l=t.parentNode.immersiveTranslateComputedStyle),l&&l.display&&l.display==="inline-flex")return!1;let c=p();return c&&(c=!xn(t,o)),c;function p(){return n&&n.display?!!Uw.includes(n.display):xn(t,r)}}var Gt=xn;function Qa(t){return!!t.shadowRoot}function ca(t){if(!t||typeof t!="string"&&(t=t.textContent,!t))return"";let e="";return t!==t.trimStart()&&(e+=" "),e+=t.trim(),e===" "||t!==t.trimEnd()&&(e+=" "),e}function ys(t){if(!t)return["",""];if(typeof t!="string"&&(t=t.textContent,!t))return["",""];let e=[];return t!==t.trimStart()?e.push(" "):e.push(""),!t.trim()&&e.length===1?[" ",""]:(t!==t.trimEnd()?e.push(" "):e.push(""),e)}function Tr(t,e=!1){let n=Ro;return e&&t?.translatedPlaceholderDelimiters?n=t.translatedPlaceholderDelimiters:t?.placeholderDelimiters&&(n=t.placeholderDelimiters),n}function Za(t,e=!1){let n=t.config?.translationServices?.[t.translationService];return Tr(n,e)}function Ui(t,e){return ua(e,t.targetLanguage,{ignoreZhCNandZhTW:t.rule.ignoreZhCNandZhTW})}function fp(t){let{rule:e}=t,n=qw(t);return` <${e.targetWrapperTag} class="${n} notranslate">`}function qw(t){let e=t.config.loadingTheme;return`${Q}-loading-${e}`}function vs(t,e){let n=t.rule,r=document.createElement(n.targetWrapperTag);r.classList.add("notranslate",bt),r.setAttribute("translate","no"),r.setAttribute("lang",t.targetLanguage),ut(r,Uh,e.toString());let a=fp(t);return r.append(at.sanitize(a,{RETURN_DOM_FRAGMENT:!0})),r}function qi(t,e){return t.querySelector(`[${Pd}='${e}']`)}function J3(){document.querySelectorAll(`[${Pd}]`).forEach(e=>{e.remove()})}function X3(){document.querySelectorAll(`.${bt}-error`).forEach(e=>{e.remove()})}function e1(){let t=document.querySelectorAll("iframe"),e=[];return t.forEach(n=>{Hi(n)&&e.push(n)}),e}function hp(t){let e={},{glossaries:r,_systemExcludeWordRegex:a,text:i,delimiters:o,excludeRegexps:s,targetLanguage:u}=t,l=i,c=1001;try{if(r&&r.length>0){let p={},m=r.filter(f=>f.tl&&f.tl!==u?!1:f.k?(p[f.k]=f.v||"",!0):!1).sort((f,T)=>f.tl&&!T.tl?1:!f.tl&&T.tl?-1:0),g=new RegExp(a.replace("{word}",m.map(f=>f.k).join("|")),"g");l=l.replace(g,(f,T)=>{let b=c++;return e[`${b}`]=p[T]||T,o.length>2?f.replace(T,`<${o[2]}${b}>`):f.replace(T,`${o[0]}${b}${o[1]}`)})}s&&s.length>0&&s.forEach(p=>{let m=new RegExp(p,"gi");l=l.replace(m,(g,f)=>{let T=c++;return e[`${T}`]=O3(f),o.length>2?g.replace(f,`<${o[2]}${T}>`):g.replace(f,`${o[0]}${T}${o[1]}`)})})}catch(p){z.debug(`format source text error: ${p.message}`)}return{text:l,variables:e}}function Ss(t){let{noTranslateRegexp:e,minTextCount:n,minWordCount:r,delimiters:a,text:i}=t,o=new RegExp(`${a[0]}(\\d+)${a[1]}`,"gi");if(a.length>2){let u=a[2];o=new RegExp(`<${u}(\\d+)>(.*?)`,"gi")}let s=i.trim();return s=s.replace(o,""),s=s.trim(),s===""||s.length===1&&s.charCodeAt(0)===8203||/^[0-9.,\/#!$%\^&\*;:{}=\-_`~()\s]+$/.test(i)||s.includes("")||s.includes("< styles>")||d1(s)||s1(s)||c1(s)||u1(s)||l1(s)||Hw(s)||o.test(s)||e&&e.length>0&&new RegExp(e.join("|"),"gi").test(s)?!1:Ll(i,n,r)}function jr(t){return t.nodeType===Node.ELEMENT_NODE}function t1(t,e){return t.paragraphs?t.paragraphs[0]?.ctxId!==e?(t.paragraphs=[],!1):!0:!1}async function bp(){return await At("fakeUserId","")}async function jw(){return await At("installedAt","")}async function n1(t){let n=Me().INSTALL_FROM,r=Sn(),a=await jw(),i=await bp(),o=await Xt(),s=!1,u=await Mt.get(Ft,null),l=!1;return u&&Zt(u)&&(s=!0,u.subscription&&u.subscription.isTrial&&(l=!0)),{installFrom:n,version:r,installedAt:a,interfaceLang:t,optionInterfaceLang:o.interfaceLanguage,deviceId:i,isProUser:s,isTrial:l}}function r1(t,e,n,r){if(!e||!r||!t)return"";let a=t.xpathRule,i=0,o=n;for(;o&&o!==r;)i++,o=o.parentNode;let s=i+"";for(let u=0;u{!t||!e||(async()=>{let a=await yp(t,e);r(a)})()},[t,e,r]),n}async function yp(t,e){if(!t||!e)return;let n=!1,r,a=!0;!ot()&&ye()||tt().any?(a=!1,r=e.monkeyH5FloatBall,!r&&t.rule.isShowUserscriptPagePopup==!1&&(r=t.config.monkeyH5FloatBall,r.enable=!1),r||(r=t.config.monkeyH5FloatBall),n=!e.monkeyH5FloatBall):(r=t.config.pcFloatBall,n=!e.pcFloatBall);try{if(r?.afterInstalledAt&&n){let i=await At("installedAt","");new Date(i).getTime()s==n),a=t.config.translationModeLanguagePattern.translationMatches.find(s=>s==n),i=t.config.translationModeUrlPattern.dualMatches.find(s=>wt(t.url,s));return t.config.translationModeUrlPattern.translationMatches.find(s=>wt(t.url,s))?"translation":i?"dual":a?"translation":r?"dual":null}var _l=!1,Ww=ye();function p1(t,e){let n=[];for(let r of e){let a=t.querySelectorAll(r);for(let i of a)n.push(i)}return n}function Kw(t,e){let n=function(i){return i.nodeType===Node.ELEMENT_NODE||i.nodeType===Node.TEXT_NODE?i.nodeType===Node.ELEMENT_NODE&&g1(i,e,!0)?NodeFilter.FILTER_REJECT:NodeFilter.FILTER_ACCEPT:NodeFilter.FILTER_REJECT},r=document.createTreeWalker(t,NodeFilter.SHOW_ELEMENT,n),a=!0;for(;r.nextNode();){let i=r.currentNode;if(i.nodeType===Node.ELEMENT_NODE){if(da(i,Eu)){if(a===!0)return!0;continue}if(xs(i.nodeName,e.inlineTags))return!0;if(!vp(i,e))return!1}}return!0}function Sp(t,e){let n=e.inlineTags;if(t.nodeType===Node.ELEMENT_NODE)if(xs(t.nodeName,n)||vp(t,e)){if(da(t,Hh)||xs(t.nodeName,["BR"]))return!1;if(da(t,Eu))return!0;if(vp(t,e)){let r=globalThis.getComputedStyle(t);if(r.display==="block"||r.display==="flex")return!1}return Kw(t,e)}else return da(t,Eu);return!1}function g1(t,e,n){if(!(t.nodeType===Node.ELEMENT_NODE||t.nodeType===Node.TEXT_NODE)||t.nodeType===Node.ELEMENT_NODE&&da(t,jh,!0))return!0;if(t.nodeType===Node.ELEMENT_NODE&&da(t,Bh))return!1;let{stayOriginalTags:r,excludeTags:a}=e,i=[];return n&&a&&a.length>0?i=a||[]:i=a.filter(o=>!r.includes(o)),!!(t.nodeType===Node.ELEMENT_NODE&&(t.getAttribute("translate")==="no"||t.classList.contains("notranslate"))||xs(t.nodeName,i))}function Ll(t,e,n){let r=t.trim();return r.length>=e||r.split(" ").filter(o=>o.trim()!=="").length>=n||!f1(r)&&r.length>=n}function m1(t,e,n){let r=t.trim();if(r.length<=e)return!0;if(f1(r)){if(r.split(" ").length<=n)return!0}else if(r.length<=n)return!0;return!1}function f1(t){for(let e=0;e127)return!1;return!0}function s1(t){if(t&&t.includes("://")&&!t.includes(" ")&&t.length<512)try{return new URL(t),!0}catch{return!1}else return!1}function u1(t){return t?/^[a-zA-Z0-9._-]+@[a-zA-Z0-9.-]+\.[a-zA-Z]{2,4}$/.test(t):!1}function l1(t){return t?/^[_\d:\-+\.。,,% ]+$/.test(t):!1}function c1(t){if(t&&t.startsWith("#")){if(t.split("#").length>2)return!1;if(t.indexOf(" ")===-1)return!0}return!1}function d1(t){return!!(t&&t.startsWith("@")&&t.indexOf(" ")===-1)}function da(t,e,n=!1){return xp(t,e,"1",n)}function xp(t,e,n,r=!1){return _l&&!r?t[Tn]?!!(t[Tn]&&t[Tn][e]===n):!1:t.dataset[e]===n}function Wi(t){return(t.innerText||t.textContent||"").trim()}function Ep(t){let e=t.querySelectorAll("iframe"),n="";for(let r=0;r2e3))break}return n}function Fl(t){return t?typeof t=="string"?document.querySelector(t)!==null:t.some(e=>document.querySelector(e)):!1}function ut(t,e,n,r=!1,a=!1){t.isContentEditable&&!a||(_l&&!r?(t[Tn]||(t[Tn]={}),t[Tn][e]||(t[Tn][e]=n)):t.dataset[e]!==n&&(t.dataset[e]=n))}function Ml(t,e,n=!1){if(_l&&!n){if(!t[Tn]||!t[Tn][e])return;delete t[Tn][e]}else delete t.dataset[e]}function Ki(t,e,n=!1){return _l&&!n?!t[Tn]||!t[Tn][e]?void 0:t[Tn][e]:t.dataset[e]}function vp(t,e){let n=e.allBlockTags.concat(e.inlineTags).concat(e.excludeTags);return!xs(t.nodeName,n)}function Ae(){if(!globalThis||!globalThis.location)return"https://example.com";if(!Xe())return globalThis.location.href;try{let e=globalThis.location.href,n=new URL(e);if(n.protocol==="about:"||n.protocol==="blob:"){if(globalThis.location.ancestorOrigins&&globalThis.location.ancestorOrigins.length>0)return globalThis.location.ancestorOrigins[0];let r="";try{r=globalThis.parent.location.href}catch{}return r||(globalThis.location!=globalThis.parent.location?document.referrer:document.location.href)}else return e}catch{}return globalThis.location.href}function An(t,e,n){if(t instanceof ShadowRoot){try{t.appendChild(document.createElement("style")).textContent=e}catch(r){z.warn("injectCSS failed, rootDocument"+r?.message,t)}return}if(t&&t.head&&t.head.appendChild){let r=t.createElement("style");if(n){let a=t.querySelector(`style[data-id="${n}"]`);a&&a.remove(),r.dataset.id=n}r.textContent=e,t.head.appendChild(r)}else if(t){let r=document.createElement("head"),a=document.createElement("style");a.textContent=e,r.appendChild(a),t.appendChild(r)}else z.warn("injectCSS failed, rootDocument does not have head node",t)}function Hi(t){let e=t.getAttribute("src");if(e){if(e==="about:blank")return!0;if(Ww){if(e.startsWith("blob:"))return!0}else if(e.startsWith("blob:"))return!!document.querySelector("meta[name='immersive-translate-ebook-viewer']")||!e.startsWith("blob:http");return!1}try{if(t.contentDocument&&t.contentDocument.body)return!0}catch{}return!1}function xs(t,e){if(!t||!e)return!1;Array.isArray(e)||(e=[e]),t=t.toUpperCase();for(let n of e)if(t===n)return!0;return!1}function h1(t){let e=t.replace("#",""),n=parseInt(e.substring(0,2),16),r=parseInt(e.substring(2,4),16),a=parseInt(e.substring(4,6),16);return{r:n,g:r,b:a}}function b1(t,e,n,r){if(r.document.caretPositionFromPoint){let a=r.document.caretPositionFromPoint(t,e);if(a){let i=r.document.createRange(),o=a.offsetNode;if(!o||o.nodeType!==Node.TEXT_NODE||g1(o,n,!0))return null;try{i.setStart(o,a.offset),i.setEnd(o,a.offset)}catch(s){return z.warn("getRangeFromPoint error",s),null}return i}return null}else return r.document.caretRangeFromPoint?r.document.caretRangeFromPoint(t,e):null}function T1(t,e,n){let r=0,a=(i,o,s,u)=>{if(++r>100||u===i)return i;let l=i.shadowRoot;if(!l||typeof l.elementFromPoint!="function")return i;let c=l.elementFromPoint(o,s);return c?a(c,o,s,i):i};return a(t,e,n)}d();var v1="auto",Bl="auto",y1="auto";function S1(t){v1=t}function Nn(t){Bl=t}function yt(){return Bl!=="auto"?Bl:y1!=="auto"?y1:v1}function Il(){return Bl}function E1(t,e,n){let r=Object.assign({},e),a=new Map;(r.langOverrides||[]).forEach(s=>{a.set(s.id,s)});for(let s of a.keys()){let[u,l]=s.split("2");if(["auto",n.sourceLanguage].includes(u)&&["auto",n.targetLanguage].includes(l)){let c=a.get(s);if(!c)continue;if(c.extends){let p=a.get(c.extends);p&&(r=Object.assign({},r,p))}r=Object.assign({},r,c)}}return["prompt","systemPrompt","multiplePrompt","subtitlePrompt"].forEach(s=>{t?.hasOwnProperty(s)&&(r[s]=t[s])}),r}async function Un(t){let{url:e,config:n,state:r}=t,a=new URL(e),i="auto",{translationParagraphLanguagePattern:o,translationService:s,translationServices:u,translationTheme:l,translationThemePatterns:c,translationUrlPattern:p,targetLanguage:m,sourceLanguageUrlPattern:g,immediateTranslationPattern:f}=n,T=m||"zh-CN",b=Gi(e,o),h=Gi(e,f),C=s,D=Object.keys(u);for(let ae of D){let ie=u[ae];if(Gi(e,ie)){C=ae;break}}let M=l,B=Object.keys(c);for(let ae of B){let ie=c[ae];if(ie&&Gi(e,ie)){M=ae;break}}let S=Gi(e,p),v=x1(e,p);v||(v=wt(e,Xh)),v||(v=wt(e,n.blockUrls));let L=x1(e,n.inputTranslationUrlPattern);L||(L=wt(e,n.inputTranslationBlockUrls));let A=wt(e,n.mutationBlockUrls),y=Object.keys(g),I={};for(let ae of y){let ie=g[ae];if(ie&&ie.matches)for(let Ee of ie.matches)I[Ee]=ae}let F=Object.keys(I),_=ap(e,F);_&&(i=I[_]??"auto",I[_]&&I[_]!=="auto"&&Nn(I[_]));let U=a.hostname,N=await nr(U),q=a.pathname+a.search+a.hash,k=await nr(q),E=`https://${N}.com/${k}`,P=await Jt(),O=await Z3(),H=n.translationStartMode;H==="dynamic"&&h&&(H="immediate");let j=C;n.inputTranslationService&&n.inputTranslationService!=="inherit"&&(j=n.inputTranslationService);let W=C;n.mouseHoverTranslationService&&n.mouseHoverTranslationService!=="inherit"&&(W=n.mouseHoverTranslationService);let V=C;n.subtitleTranslateService&&n.subtitleTranslateService!=="inherit"&&(V=n.subtitleTranslateService);let se=await Mt.get(Ft,null),X=!1;se&&(X=Zt(se));let Z={targetLanguage:T,config:n,translationService:C,inputTranslationService:j,mouseHoverTranslationService:W,subtitleTranslateService:V,isTranslateUrl:S,sourceLanguage:i,mainFrame:document.body,isTranslateExcludeUrl:v,isMutationTranslationExcludeUrl:A,isInputTranslationExcludeUrl:L,rule:n.generalRule,url:e,encryptedUrl:E,state:r?Object.assign({translationMode:n.translationMode,translationArea:n.translationArea,translationStartMode:H,immediateTranslationTextCount:n.immediateTranslationTextCount,isAutoTranslate:!1,translationDebounce:300,isNeedClean:!1,isDetectParagraphLanguage:b,cache:n.cache,translationTheme:M,isTranslateDirectlyOnHover:!1},r):{translationMode:n.translationMode,translationArea:n.translationArea,translationStartMode:H,immediateTranslationTextCount:n.immediateTranslationTextCount,isAutoTranslate:!1,translationDebounce:300,isNeedClean:!1,isDetectParagraphLanguage:b,cache:n.cache,translationTheme:M,isTranslateDirectlyOnHover:!1},localConfig:P};se&&(Z.user=se,X?Z.isPro=!0:Z.isPro=!1),Z.state.translationArea==="body"&&(Z.config.generalRule.excludeTags=Z.config.generalRule.excludeTags.filter(ae=>!Z.config.generalRule.bodyTranslateTags.includes(ae)),Z.config.generalRule.additionalExcludeSelectors=Z.config.generalRule.additionalExcludeSelectors.filter(ae=>ae!==".btn"));let ue=n.translationServices[Z.translationService]||{};ue.immediateTranslationTextCount!==void 0&&Gw(ue.immediateTranslationTextCount)&&ue.immediateTranslationTextCount>=0&&(Z.state.immediateTranslationTextCount=ue.immediateTranslationTextCount),Z.translationService==="deepl"&&(ue&&ue.authKey&&ue.authKey.startsWith("immersive_")||ue&&ue.provider==="pro"&&Z.user?.token)&&ue.immediateTranslationTextCountForImmersiveDeepl!==void 0&&ue.immediateTranslationTextCountForImmersiveDeepl>=0&&(Z.state.immediateTranslationTextCount=ue.immediateTranslationTextCountForImmersiveDeepl),ue&&ue.translationDebounce&&typeof ue.translationDebounce=="number"&&(Z.state.translationDebounce=ue.translationDebounce);let ge=O.immediateTranslationTextCount;n.immediateTranslationTextCount!==ge&&(Z.state.immediateTranslationTextCount=n.immediateTranslationTextCount);let te=n.rules,Y;globalThis.PDFViewerApplication?Y=te.find(ae=>ae.pageType=="pdfReader"):globalThis.immersiveTranslateEbookViewer?Y=te.find(ae=>ae.pageType=="ebookReader"):globalThis.immersiveTranslateEbookBuilder?Y=te.find(ae=>ae.pageType=="ebookBuilder"):Y=te.find(ae=>Gi(e,ae)),Z.state.translationArea==="body"&&(Z.rule.paragraphMinTextCount=1,Z.rule.paragraphMinWordCount=1),Y&&Y.pageType==="ebookBuilder"&&(Z.state.translationStartMode="immediate");let Te=n.generalRule;if(Y&&(Z.rule=Tl(Te,Y)),Z.rule.selectors.length>0&&(Z.rule.paragraphMinTextCount=2,Z.rule.paragraphMinWordCount=1),Z.state.translationArea==="body"&&Z.rule.excludeTags&&(Z.rule.excludeTags=Z.rule.excludeTags.filter(ae=>!Z.rule.bodyTranslateTags.includes(ae)&&!Z.rule.forceTranslateTags.includes(ae))),Z.rule.mainFrameSelector){let ae=document.querySelector(Z.rule.mainFrameSelector);ae&&(Z.mainFrame=ae)}return Z}function Gi(t,e){if(!e)return!1;let{matches:n,excludeMatches:r,selectorMatches:a,excludeSelectorMatches:i}=e;return r&&r.length>0&&wt(t,r)?!1:n&&n.length>0&&wt(t,n)?!0:i&&i.length>0&&Fl(i)?!1:!!(a&&a.length>0&&Fl(a))}function x1(t,e){if(!e)return!1;let{excludeMatches:n,excludeSelectorMatches:r}=e;return!!(n&&n.length>0&&wt(t,n)||r&&r.length>0&&Fl(r))}function Gw(t){return typeof t=="number"}d();d();d();d();d();d();d();var Nq=w1(2),C1=w1(3);function w1(t){if(typeof t!="number"||Number.isNaN(t)||t<1||t===Number.POSITIVE_INFINITY)throw new Error("`"+t+"` is not a valid argument for `n-gram`");return e;function e(n){let r=[];if(n==null)return r;let a=typeof n.slice=="function"?n:String(n),i=a.length-t+1;if(i<1)return r;for(;i--;)r[i]=a.slice(i,i+t);return r}}d();var Vw=/\s+/g,$w=/[\t\n\v\f\r ]+/g;function D1(t,e){e?typeof e=="string"&&(e={style:e}):e={};let n=e.preserveLineEndings?Yw:Qw;return String(t).replace(e.style==="html"?$w:Vw,e.trim?Zw(n):n)}function Yw(t){let e=/\r?\n|\r/.exec(t);return e?e[0]:" "}function Qw(){return" "}function Zw(t){return e;function e(n,r,a){return r===0||r+n.length===a.length?"":t(n)}}var A1={}.hasOwnProperty;function Jw(t){return t==null?"":D1(String(t).replace(/[\u0021-\u0040]+/g," ")).trim().toLowerCase()}function Xw(t){return C1(" "+Jw(t)+" ")}function eD(t){let e=Xw(t),n={},r=-1;for(;++rn&&(n=i,r=a)}return[r,n]}function sD(t,e){let n=t.match(e);return(n?n.length:0)/t.length||0}function uD(t,e,n,r){e=cD(e,n,r);let a=[],i;if(e)for(i in e)Rl.call(e,i)&&a.push([i,lD(t,e[i])]);return a.length===0?wp():a.sort(dD)}function lD(t,e){let n=0,r=-1;for(;++re.traditionalCharacters?(e.detectedCharacters="simplified",e.detectionRate=e.simplifiedCharacters/e.traditionalCharacters|1):e.simplifiedCharacterso+s.length,0));let i=t.length-r;for(let o of SD){let s=o[1],u=o[0],l=t.match(s),c=l?l.length:0;c>n&&(n=c,e=u)}return n*2.5/i>.5?e==="zh-CN"?I1(t)?"zh-TW":"zh-CN":e:"auto"}var O1=[["afr","af"],["amh","am"],["arb","ar"],["azj","az"],["bel","be"],["bul","bg"],["ben","bn"],["bos","bs"],["cat","ca"],["ceb","ceb"],["ces","cs"],["dan","da"],["deu","de"],["ell","el"],["eng","en"],["epo","eo"],["spa","es"],["est","et"],["fas","fa"],["fin","fi"],["fra","fr"],["gax","ga"],["glg","gl"],["guj","gu"],["hau","ha"],["heb","he"],["hin","hi"],["hrv","hr"],["hun","hu"],["hye","hy"],["ind","id"],["ibo","ig"],["ita","it"],["jpn","ja"],["jav","jw"],["kat","ka"],["kaz","kk"],["khm","km"],["kan","kn"],["kor","ko"],["ckb","ku"],["lao","lo"],["lit","lt"],["lav","lv"],["min","mi"],["mkd","mk"],["mal","ml"],["mar","mr"],["mya","my"],["nep","ne"],["nld","nl"],["nob","no"],["nya","ny"],["pan","pa"],["pol","pl"],["pbu","ps"],["por","pt"],["ron","ro"],["rus","ru"],["sin","si"],["slk","sk"],["slv","sl"],["sna","sn"],["som","so"],["als","sq"],["srp","sr"],["sun","su"],["swe","sv"],["swh","sw"],["tam","ta"],["tel","te"],["tgk","tg"],["tha","th"],["toi","to"],["tur","tr"],["ukr","uk"],["urd","ur"],["uzn","uz"],["vie","vi"],["xho","xh"],["ydd","yi"],["yor","yo"],["cmn","zh-CN"],["zul","zu"]],Dp=new Map(O1),xD=new Map(O1.map(([t,e])=>[e,t]));function z1(t,e,n=["en"]){if(!t)return"auto";try{let r=n.map(s=>xD.get(s));!e&&e!==0&&(e=25);let a=zl(t);if(a!=="auto")return a;let i={minLength:e,whitelist:[...Dp.keys()]},o=L1(t,i);if(o&&o.length>0){if(o.length>1&&o[0][1]-o[1][1]<=.3)for(let c=0;c.5&&c/o.length<=.25){if(p=="eng"&&m<.95)break;return Dp.get(p)}}let[s,u]=o[0],l=Dp.get(s);if(l&&u>.9)return l}}catch(r){z.error(r)}return"auto"}d();d();function pa(t,e){var n=(t&65535)+(e&65535),r=(t>>16)+(e>>16)+(n>>16);return r<<16|n&65535}function ED(t,e){return t<>>32-e}function Ul(t,e,n,r,a,i){return pa(ED(pa(pa(e,t),pa(r,i)),a),n)}function en(t,e,n,r,a,i,o){return Ul(e&n|~e&r,t,e,a,i,o)}function tn(t,e,n,r,a,i,o){return Ul(e&r|n&~r,t,e,a,i,o)}function nn(t,e,n,r,a,i,o){return Ul(e^n^r,t,e,a,i,o)}function rn(t,e,n,r,a,i,o){return Ul(n^(e|~r),t,e,a,i,o)}function Nl(t,e){t[e>>5]|=128<>>9<<4)+14]=e;var n,r,a,i,o,s=1732584193,u=-271733879,l=-1732584194,c=271733878;for(n=0;n>5]>>>e%32&255);return n}function Ap(t){var e,n=[];for(n[(t.length>>2)-1]=void 0,e=0;e>5]|=(t.charCodeAt(e/8)&255)<16&&(r=Nl(r,t.length*8)),n=0;n<16;n+=1)a[n]=r[n]^909522486,i[n]=r[n]^1549556828;return o=Nl(a.concat(Ap(e)),512+e.length*8),N1(Nl(i.concat(o),512+128))}function U1(t){var e="0123456789abcdef",n="",r,a;for(a=0;a>>4&15)+e.charAt(r&15);return n}function kp(t){return unescape(encodeURIComponent(t))}function q1(t){return CD(kp(t))}function DD(t){return U1(q1(t))}function j1(t,e){return wD(kp(t),kp(e))}function AD(t,e){return U1(j1(t,e))}function kn(t,e,n){return e?n?j1(e,t):AD(e,t):n?q1(t):DD(t)}var Vi=[];async function ql(t,e){return await new Promise((n,r)=>{let a=t,i=1,o=indexedDB.open(a,i);o.onsuccess=s=>{n(o.result)},o.onerror=s=>{r()},o.onupgradeneeded=s=>{let u=o.result,l=e||"cache";u.createObjectStore(l,{keyPath:"key"})}})}async function H1(t){let e=`${Q}-${t.service}@${t.from}->${t.to}`;return await LD(e,t)}async function W1(t){let e=kn(t.originalText),n=`${Q}-${t.service}@${t.from}->${t.to}`;return await PD(n,e)}async function PD(t,e){let n=await ql(t);return await new Promise((r,a)=>{if(!n)return a();let i="cache",s=n.transaction([i],"readonly").objectStore(i).get(e);s.onsuccess=u=>{n.close();let l=s.result;r(l)},s.onerror=u=>{n.close(),a()}})}async function LD(t,e){let n=await ql(t);return(await FD()).includes(t)||await _D(t),await new Promise(a=>{if(!n)return a(!1);let i="cache",s=n.transaction([i],"readwrite").objectStore(i).put(e);s.onsuccess=u=>{n.close(),a(!0)},s.onerror=u=>{n.close(),a(!1)}})}async function _D(t){let e="cache_list",n=await ql(Q+"-cacheList",e),a=n.transaction([e],"readwrite").objectStore(e).put({key:t});a.onsuccess=i=>{n.close(),Vi.push(t)},a.onerror=i=>{n.close()}}async function FD(){if(Vi&&Vi.length>0)return Vi;let t=await ql(Q+"-cacheList","cache_list");return Vi=await new Promise(e=>{let n="cache_list",a=t.transaction([n],"readonly").objectStore(n).getAllKeys();a.onsuccess=i=>{t.close(),e(a.result)},a.onerror=i=>{t.close(),e([])}}),Vi}d();d();var Pp="Original";function $e(){return Pp}function pn(t){Pp=t,K1(Pp)}d();function Hr(t){return t?.id?.endsWith("pdfWebPage")||!1}function ga(t){try{if(!t||!Hr(t))return"";let e="";if(t.pdfUrlExtractRule.attribute&&t.pdfUrlExtractRule.selector){let r=t.pdfUrlExtractRule,{selector:a,attribute:i}=r;if(a&&i){let o=document.querySelector(a);if(!o)return"";e=o.getAttribute(i)||""}}else e=document.querySelector("embed[type='application/pdf']")?.getAttribute("src")||"";if(e.startsWith("about"))return"";if(!e.startsWith("/"))return e;let n=new URL(location.href);return e.startsWith("//")?n.protocol+e:n.protocol+"//"+n.host+e}catch{return""}}var Ye={},ma=async function(t,e){let{method:n,data:r}=t,a=await Ye.updateGlobalContext(),i=Date.now();if(z.debug(`content script received message: ${n}`,r||" "),n==="translateTheWholePage")await Ye.translateTheWholePage(r),Je(Kn,i);else if(n==="translateTheMainPage")await Ye.translateTheMainPage(r),Je(Kn,i);else if(n==="translateToThePageEndImmediately")await Ye.translateToThePageEndImmediately(r),Je(Kn,i);else if(n==="toggleTranslatePage")await Ye.toggleTranslatePage(r),Je(Kn,i);else if(n==="toggleTranslateTheWholePage")await Ye.toggleTranslateTheWholePage(r),Je(Kn,i);else if(n==="toggleTranslateTheMainPage")await Ye.toggleTranslateTheMainPage(r),Je(Kn,i);else if(n==="toggleOnlyTransation")await Ye.ensureSwitchTranslationMode(r),Je(Kn,i);else if(n==="translatePage")await Ye.translatePage(a,r),Je(Kn,i);else if(n==="toggleTranslationMask")await Ye.toggleTranslationMask(r);else if(n==="restorePage")Ye.restorePage();else if(n==="retryFailedParagraphs")Ye.retryFailedParagraphs();else if(n==="switchTranslationMode"){if(a.rule.isPdf)return;r&&r.mode&&(await Ye.switchTranslationMode(r.mode),await Ye.reloadSubtitleWithTranslationModeChanged())}else if(n==="autoEnableSubtitleChanged")Ye.autoEnableSubtitleChanged(a,r);else if(n=="shareToDraft")globalThis.document.dispatchEvent(new CustomEvent(vu,{detail:r}));else if(n=="toggleTranslateToThePageEndImmediately")await Ye.toggleTranslateToThePageEndImmediately(r);else if(n==="toggleMouseHoverTranslateDirectly")globalThis.document.dispatchEvent(new CustomEvent(Fo,{detail:r}));else if(n==="translateWithOpenAI")await Ye.translatePageWithTranslationService("openai",r);else if(n==="translateWithGoogle")await Ye.translatePageWithTranslationService("google",r);else if(n==="translateWithDeepL")await Ye.translatePageWithTranslationService("deepl",r);else if(n==="translateWithBing")await Ye.translatePageWithTranslationService("bing",r);else if(n==="translateWithTransmart")await Ye.translatePageWithTranslationService("transmart",r);else if(n==="translateWithGemini")await Ye.translatePageWithTranslationService("gemini",r);else if(n==="translateInputBox")await Ye.translateInputBoxWithShortcut(a);else if(n!=="updateGlobalCtx"){if(n==="toggleVideoSubtitlePreTranslation")Xe()||await Ye.toggleVideoSubtitlePreTranslation();else if(n==="getAsyncContextString"&&!Xe())return JSON.stringify(a)}};function G1(t){Object.assign(Ye,t)}function V1(t){Object.assign(Ye,t)}function $1(t){Object.assign(Ye,t)}var MD=function(t,e){let{method:n,data:r}=t;if(z.debug(`content script received sync message: ${n}`,r||" "),n==="ping")return"pong";if(n==="getPageStatus")return $e();if(n==="getCurrentPageLanguage"){let a=yt();return Ye.detectCurrentPageLanguage().catch(i=>{z.warn("detectCurrentPageLanguage failed",i)}),a}else{if(n==="setCurrentPageLanguageByClient")return Nn(r),yt();if(n==="getContextString"){let a=Ye.getPureGlobalContext(),{articleNode:i,bodyNode:o,...s}=a;return JSON.stringify(s)}else if(n=="getPdfWebUrl"){let a=Ye.getPureGlobalContext();return ga(a?.rule)}}},jl,Hl;function Y1(){let t=Wl();Xe()||BD(),t.sendMessage("popup:main_sync",{method:"ready"}).catch(n=>{})}function Wl(){return jl||(jl=new br("content_script",!1).getConnection("main",ma),jl)}function BD(){return Hl||(Hl=new br("content_script",!1).getConnection("main_sync",MD,{sync:!0}),Hl)}d();var Lp=[["auto","auto"],["zh-CN","zh"],["zh-TW","zh-TW"],["de","de"],["en","en"],["es","es"],["fr","fr"],["id","id"],["it","it"],["ja","ja"],["ko","ko"],["ms","ms"],["pt","pt"],["ru","ru"],["th","th"],["tr","tr"],["vi","vi"]],Kl="https://transmart.qq.com/api/imt",Wr=class t{static langMapReverse=new Map(Lp.map(([e,n])=>[n,e]));static getClientKey(){return btoa("transmart_crx_"+navigator.userAgent).slice(0,100)}static async detectLanguageRemotelyByTransmart(e){let n={header:{fn:"text_analysis",client_key:t.getClientKey()},text:e.slice(0,280)},r=await de({url:Kl,method:"POST",body:JSON.stringify(n)});if(r.header.ret_code!=="succ")throw new Error(r.message||r.header.ret_code);let a=r.language,i=t.langMapReverse.get(a);return i||a}};d();function ID(t,e){return Math.floor(Math.random()*(e-t+1))+t}var RD=30,_p="RATE_LIMITER_TICKS",$i=class t{static strictTicks={};static clearStrictTicks(){Ts(_p,"{}")}static async getStrictTicks(e,n){if(n)return this.strictTicks[e]||[];try{let r=await Pl(_p);r&&(this.strictTicks=JSON.parse(r)||{})}catch(r){z.debug("Error setting rate limiter ticks",r),this.strictTicks[e]=[]}finally{return this.strictTicks[e]||[]}}static wait(e,n){return new Promise((r,a)=>{t.getDelay(e,n).then(i=>{setTimeout(()=>{r(i)},i)})})}static async setStrictTicks(e,n,r){try{if(this.strictTicks[e]=n,r)return;await Ts(_p,JSON.stringify(this.strictTicks))}catch(a){z.debug("Error setting rate limiter ticks",a)}}static async getDelay(e,n,r=!1){if(!r){let l=ID(4,RD);await Dr(l)}let a=await this.getStrictTicks(e,r)||[],{limit:i,interval:o}=n,s=Date.now();if(a.length=u?(a.push(s),await this.setStrictTicks(e,a,r),0):(a.push(u),await this.setStrictTicks(e,a,r),u-s)}};async function vt(t){return await Wl().sendMessage("background:main",t)}function de(t){return mu()?wl({method:"request",data:t}):ye()||gu()?(t.fetchPolyfill=globalThis.GM_fetch,Ur(t)):vt({method:"fetch",data:t})}function qn(){return ye()?Xt():vt({method:"getConfig"})}function gn(t){return ye()?bs(t):vt({method:"setUserConfig",data:t})}function mn(){return ye()?qr():vt({method:"getUserConfig"})}function Cs(){return ye()?Jt():vt({method:"getLocalConfig"})}function Gl(t){return ye()?Wt(t):vt({method:"setLocalConfig",data:t})}function Q1(t){return ye()?kl(t):vt({method:"setBuildinConfig",data:t})}async function Ie(t){if(t.text){let n=zl(t.text);if(n!=="auto")return Promise.resolve(n)}else return"auto";if(ye()||ot()){if(t.translateService&&!Du.includes(t.translateService))return Promise.resolve("auto");let r=z1(t.text,t.minLength,t.pageLangs);return Promise.resolve(r)}let e=await vt({method:"detectLanguage",data:t});return Promise.resolve(e)}function Z1(){return vt({method:"detectTabLanguage"})}async function Vl(t){let e=await Ie({text:t,pageLangs:["en"]});try{if(ye()||ot()){let n=t.substring(0,200);e=await Wr.detectLanguageRemotelyByTransmart(n)}}catch{}return e}function K1(t){let e=new CustomEvent(Oa,{detail:t});if(document.dispatchEvent(e),ye())return;Wl().sendMessage("popup:main_sync",{method:"setPageStatus",data:t}).catch(r=>{})}function J1(t){return ye()?W1(t):vt({method:"queryParagraphCache",data:t})}async function X1(t){if(ye()){await H1(t);return}return vt({method:"setParagraphCache",data:t})}async function e2(){if(ye())return Promise.resolve();await vt({method:"mockRequest"})}function Yi(t=!1,e=""){return ye()?(oe.runtime.openOptionsPage(t,e),Promise.resolve()):vt({method:"openOptionsPage",data:{newTab:t,pageRoute:e}})}function $l(t=""){return ye()||ot()?Me().OPTIONS_URL:oe.runtime.getURL("options.html")}function Fp(t=""){return oe&&oe.runtime&&oe.runtime.getURL?oe.runtime.getURL("options.html"):""}function Yl(t=!1){return ye()?(oe.extra.openAboutPage(t),Promise.resolve()):vt({method:"openAboutPage"})}function Qi(t){return ye()?(oe.extra.openInTab(t),Promise.resolve()):vt({method:"openInTab",data:t})}function t2(t=!1){return ye()?(oe.extra.openEbookViewerPage(t),Promise.resolve()):vt({method:"openEbookViewerPage"})}function n2(t=!1){return ye()?(oe.extra.openEbookBuilderPage(t),Promise.resolve()):vt({method:"openEbookBuilderPage"})}function r2(t){ot()}function Zi(t=!1,e){return ye()?(oe.extra.openPdfViewerPage(t),Promise.resolve()):vt({method:"openPdfViewerPage",data:{url:e}})}function a2(t=!1){return ye()?(oe.extra.openSubtitleBuilderPage(t),Promise.resolve()):vt({method:"openSubtitleBuilderPage"})}function Ji(t){return ye()?Promise.resolve():vt({method:"setBadge",data:{text:t}})}function i2(){return ye()?(z.warn("autoSyncLatestConfig is not support in monkey"),Promise.resolve()):vt({method:"autoSyncLatestConfig"})}function Ql(t,e=!1){return ye()?oe.extra.openInTab(t,e):globalThis.open(t,e?"_blank":"_self"),Promise.resolve()}function o2(t,e){return ye()?$i.getDelay(t,e):vt({method:"getDelay",data:{key:t,options:e}})}function s2(t){let e;try{e=new URL(t)}catch{return!1}let n=Fp(),r="";try{r=new URL(n).hostname}catch{}return!!(r&&e.hostname===r)}function Zl(t){let e;try{e=new URL(t)}catch{return!1}let n=Fp(),r="";try{r=new URL(n).hostname}catch{}return r&&e.hostname===r?!0:!(Mp(t)||e.protocol!=="http:"&&e.protocol!=="https:"&&e.protocol!=="file:"&&e.protocol!=="data:")}function Mp(t){try{return new URL(t)?.pathname.toLowerCase().endsWith(".pdf")}catch{return!1}}d();d();d();d();var Bp={get:(t,e,n)=>{let r=e===void 0?t:{[t]:e};return oe.storage[n].get(r)},set:(t,e,n)=>oe.storage[n].set({[t]:e})};function Jl(t,e,n){let[r]=re(()=>typeof e=="function"?e():e),[a]=re(n),[i,o]=re(r),[s,u]=re(!1),[l,c]=re("");Ce(()=>{Bp.get(t,r,a).then(m=>{m[t]&&o(m[t]),u(!0),c("")}).catch(m=>{u(!1),c(m)})},[t,r,a]);let p=Ve(m=>{let g=typeof m=="function"?m(i):m;z.debug("new settings",g),Bp.set(t,g,a).then(()=>{o(g),u(!0),c("")}).catch(f=>{o(g),u(!1),c(f)})},[a,t,i]);return[i,p,s,l]}d();function Ip(t,e,n){let r=[];return function(){let[i,o,s,u]=Jl(t,e,n),l=Ve(c=>{for(let p of r)p(c)},[]);return Ce(()=>(r.push(o),()=>{r.splice(r.indexOf(o),1)}),[o]),[i,l,s,u]}}function u2(t,e){return Ip(t,e,"sync")}var OD="userConfig",zD=null,ND=u2(OD,zD);function rr(t){let[e,n,r,a]=ND(),i=Ve(o=>{let s=typeof o=="function"?o(e):o;s&&(s.updatedAt=new Date().toISOString()),n(s),t&&t(s)},[e]);return[e,i,r,a,n]}d();d();d();var Xi={},UD={root:"",lang:"en",fallbackLang:"en"};function Rp(t,e){let n=Object.assign({},UD,t);Xi=e||Xi;let[r,a]=re(n.lang),[i,o]=re(Xi),[s,u]=re(!1),l=p=>{if(i.hasOwnProperty(p))return;u(!1);let m=H3(n.root||"",p);n.getUrl&&(m=n.getUrl(n.root||"",p),fetch(m).then(g=>g.json()).then(g=>{Xi[p]=g,o({...Xi}),u(!0)}).catch(g=>{o({...Xi}),u(!0)}))};return Ce(()=>{l(n.fallbackLang||"en"),l(r)},[r]),{lang:r,setLang:a,t:(p,m)=>{if(!i.hasOwnProperty(r))return p;let g=ms(i,r,p);return g===p&&r!==n.fallbackLang&&(g=ms(i,n.fallbackLang,p)),dp(g,m)},isReady:s}}d();d();var qD=0;function w(t,e,n,r,a){var i,o,s={};for(o in e)o=="ref"?i=e[o]:s[o]=e[o];var u={type:t,props:s,key:n,ref:i,__k:null,__:null,__b:0,__e:null,__d:void 0,__c:null,__h:null,constructor:void 0,__v:--qD,__source:a,__self:r};if(typeof t=="function"&&(i=t.defaultProps))for(o in i)s[o]===void 0&&(s[o]=i[o]);return Fe.vnode&&Fe.vnode(u),u}var zp=hi(null),Op={root:"assets",lang:"en",fallbackLang:"en"},eo=t=>{let{t:e,setLang:n,lang:r,isReady:a}=Rp({root:t.root||Op.root,lang:t.lang||Op.lang,fallbackLang:t.fallbackLang||Op.fallbackLang,getUrl:t.getUrl},t.translations);return w(zp.Provider,{value:{t:e,setLang:n,lang:r,isReady:a},children:t.children})};function xe(){return du(zp)}d();var jD=function(t,e){let{method:n,data:r}=t;z.debug(`popup received message: ${n}`,r||" ");let a;e.active&&(a=e.id,globalThis.document.dispatchEvent(new CustomEvent(Bo,{detail:{tabId:a,payload:t}})))},Xl;function l2(){ws()}function ws(){return Xl||(Xl=new br("popup",!1).getConnection("main_sync",jD),Xl)}d();d();function c2(t,e=2e3){return n=>{let r,a=0;return i=>{++a==t&&(n(i),a=0),clearTimeout(r),r=setTimeout(()=>a=0,e)}}}d();var ec="DROP_DOWN_DEFAULT_VALUE";function Np(t){let{showArrow:e,onSelected:n,className:r,menus:a,maxWidth:i,style:o}=t;r=r||"",e=e??!0,i=i||80;let s=je(null);return w("select",{ref:s,autoComplete:"off",class:`min-select ${e?"":"min-select-no-arrow"} ${r||""}`,value:ec,style:{maxWidth:`${i}px`,...o},onChange:u=>{u.preventDefault();let l=u.target.value;if(s.current&&l!==ec){s.current.value=ec,s.current?.dispatchEvent(new Event("change"));let c=a.find(p=>p.value===l);c&&n(c)}},children:[{value:ec,label:t.label}].concat(a).map((u,l)=>w("option",{value:u.value,children:u.label},"option-"+l))})}d();d();function to(t,e){return t.localeCompare(e,void 0,{numeric:!0,sensitivity:"base"})>=0}var HD=({date:t})=>{let{t:e}=xe(),[n,r]=re(!1);return Ce(()=>{setTimeout(()=>{r(!0)},5e3)},[]),n?null:w("p",{class:"text-sm",children:[e("Successfully synchronized with the latest official rules:")," ",new Date(t).toLocaleString()]})},WD=({minVersion:t})=>{let{t:e}=xe();return w("p",{class:"text-sm",children:e("localVersionIsTooOld",{minVersion:t})})},KD=()=>{let{t}=xe();return w("p",{class:"text-sm",dangerouslySetInnerHTML:{__html:t("badUserscriptBrowser",{1:"https://immersivetranslate.com/docs/installation/"})}})},GD=({message:t,handleSyncing:e,date:n})=>{let{t:r}=xe();return w("p",{class:"text-sm",children:[r("failToSyncRules")," ",w("a",{onClick:e,children:r("retry")}),w("br",{}),r("failedReason"),"\uFF1A",t,w("br",{}),r("currentRuleVersion"),"\uFF1A",n]})};function Up(t){let{isShowError:e,request:n}=t,[r,a]=re(null),{t:i}=xe(),[o,s]=re(null),[u,l]=re(null),[c,p]=re(""),[m,g]=re(!1),[f,T]=re(!1),[b,h]=re(!1),[C,D]=re(null),[M,B]=re(null),S=Sn(),v=async()=>{p("");let L=o;if(o===null)try{let A=await n({url:Io});A?(s(A),L=A,g(!0)):(p(i("unknownError")),l(null))}catch(A){l(null),p(A.message);return}L!==null?(t.setStorageBuildinConfig(L),l(!1),a(L.buildinConfigUpdatedAt)):(p(i("canNotFetchRemoteRule")),l(null))};return Ce(()=>{Xt().then(L=>{let A=L.buildinConfigUpdatedAt;D(L);let y=new Date(A);if(a(A),S==="0.0.0"){h(!0);return}n({url:Io}).then(I=>{let F=I,_=F.minVersion,U=S;s(F);let N=F.latestVersion;if(N&&(to(U,N)?B(!0):B(!1)),to(U,_)){let q=F.buildinConfigUpdatedAt;new Date(q)>y?(l(!0),v()):l(!1)}else T(!0),l(null)}).catch(I=>{l(null),p(I.message)})})},[]),Ce(()=>{Xt().then(L=>{D(L)})},[r]),C?w("div",{class:"text-sm mt-2",style:{maxWidth:218},children:b?w(KD,{}):c?e===!1?null:w(GD,{handleSyncing:v,message:c,date:r||""}):f?e===!1?null:w(WD,{minVersion:o.minVersion}):u===null||u===!0?null:m?w(HD,{date:r}):null}):null}d();function VD(){return navigator.userAgent.indexOf("Mac")!==-1}var d2={Alt:"\u2325"};function tc(t=""){return VD()?Object.keys(d2).reduce((e,n)=>e.replace(n,d2[n]),t):t}d();d();var nc='',p2="data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgZmlsbD0ibm9uZSI+PHBhdGggZmlsbD0iI0ZGQzczNiIgZD0iTTMgN2gxN3YxMEgzeiIvPjxwYXRoIGZpbGw9InVybCgjYSkiIGQ9Ik02Ljg5NyA5LjI0MmMuNDE1IDAgLjcyLjExMS45MjguMzQ3LjIwNy4yMzUuMzE4LjUyNy4zMTguODczcy0uMTEuNjIzLS4zMTguODQ1Yy0uMjA4LjIyMi0uNTI3LjMzMy0uOTI4LjMzM2gtMS4zM1Y5LjI0MmgxLjMzWm05Ljg0NiAxLjc4OGMuMzg4IDAgLjY2NS4xNTIuODQ1LjQ1Ny4xNTIuMjY0LjIzNS41ODIuMjYzLjk4NHYuMzE5YzAgLjQ5OS0uMDgzLjg4Ny0uMjYzIDEuMTkyLS4xOC4zMDQtLjQ1Ny40NTctLjgzLjQ1Ny0uMzg5IDAtLjY2Ni0uMTUzLS44NDYtLjQ0NC0uMTUyLS4yNjMtLjIzNS0uNTk1LS4yNjMtMS4wMTF2LS4yOTFjMC0uNDg1LjA4My0uODczLjI2My0xLjE3OC4xOC0uMzA1LjQ0My0uNDg1LjgzMS0uNDg1Wm0tMy40MDctMS4xMzZhMS4xNyAxLjE3IDAgMCAwLS43MDYuMjM1IDEuNDgyIDEuNDgyIDAgMCAwLS40MTUuNWwtLjA4My4xNjUtLjA3LS44MDNoLTEuMzU3djUuNDMyaDEuNDU0di0zLjY1OWEuODguODggMCAwIDEgLjMxOS0uMzg4Yy4xMS0uMDY5LjI1LS4xMS40MTUtLjEyNGguMTI1bC41NC4wMTQuMTY2LTEuMzE3Yy0uMDctLjAxNC0uMTI0LS4wMjgtLjE5NC0uMDQxLS4wNTUtLjAxNC0uMTI0LS4wMTQtLjE5NC0uMDE0Wk02Ljg5NiA4LjEySDQuMTE0djcuMzE3aDEuNDY4VjEyLjc5aDEuMzNjLjg0NCAwIDEuNDk1LS4yMDggMS45OC0uNjM4LjQ4NS0uNDMuNzItLjk4My43Mi0xLjY5cy0uMjM1LTEuMjYxLS43Mi0xLjY5Yy0uNDQzLS4zODktMS4wMzktLjYxLTEuNzczLS42MzhsLS4yMjEtLjAxNFptOS44NDcgMS43NzRjLS44MDMgMC0xLjQyNi4yNjMtMS44ODMuNzc2LS40MTYuNDctLjYzNyAxLjA2Ny0uNjc5IDEuNzczdi4zMzNjMCAuODE4LjIyMiAxLjQ4My42NzkgMS45OTUuNDU3LjUxMyAxLjA4Ljc3NiAxLjg4My43NzYuODA0IDAgMS40MjctLjI2MyAxLjg4NC0uNzc2LjQxNS0uNDcuNjM3LTEuMDUzLjY3OC0xLjc3M3YtLjMzM2MwLS44MTctLjIyMS0xLjQ4Mi0uNjc4LTEuOTk1LS40NTctLjUxMy0xLjA4LS43NzYtMS44ODQtLjc3NlpNMTguMDAzIDZhNiA2IDAgMCAxIDAgMTJIMFY5LjQyM0EzLjQyIDMuNDIgMCAwIDEgMy40MiA2aDE0LjU4M1oiLz48ZGVmcz48bGluZWFyR3JhZGllbnQgaWQ9ImEiIHgxPSI3LjUiIHgyPSIyMiIgeTE9IjE5IiB5Mj0iNiIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiPjxzdG9wIHN0b3AtY29sb3I9IiMyMjIiLz48c3RvcCBvZmZzZXQ9IjEiIHN0b3AtY29sb3I9IiM2OTY5NjkiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48L3N2Zz4=",g2="data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIxMiIgZmlsbD0ibm9uZSI+PHBhdGggZmlsbD0iIzk5OSIgZD0iTTYuODk3IDMuMjQyYy40MTUgMCAuNzIuMTExLjkyOC4zNDcuMjA3LjIzNS4zMTguNTI2LjMxOC44NzMgMCAuMzQ2LS4xMS42MjMtLjMxOC44NDUtLjIwOC4yMjItLjUyNy4zMzMtLjkyOC4zMzNoLTEuMzNWMy4yNDJoMS4zM1ptOS44NDYgMS43ODhjLjM4OCAwIC42NjUuMTUyLjg0NS40NTcuMTUyLjI2NC4yMzUuNTgyLjI2My45ODR2LjMxOWMwIC40OTktLjA4My44ODctLjI2MyAxLjE5Mi0uMTguMzA0LS40NTcuNDU3LS44My40NTctLjM4OSAwLS42NjYtLjE1My0uODQ2LS40NDQtLjE1Mi0uMjYzLS4yMzUtLjU5NS0uMjYzLTEuMDExdi0uMjkxYzAtLjQ4NS4wODMtLjg3My4yNjMtMS4xNzguMTgtLjMwNS40NDMtLjQ4NS44MzEtLjQ4NVptLTMuNDA3LTEuMTM2YTEuMTcgMS4xNyAwIDAgMC0uNzA2LjIzNSAxLjQ4MiAxLjQ4MiAwIDAgMC0uNDE1LjVsLS4wODMuMTY1LS4wNy0uODAzaC0xLjM1N3Y1LjQzMmgxLjQ1NFY1Ljc2NGEuODguODggMCAwIDEgLjMxOS0uMzg4Yy4xMS0uMDY5LjI1LS4xMS40MTUtLjEyNGguMTI1bC41NC4wMTQuMTY2LTEuMzE3Yy0uMDctLjAxNC0uMTI0LS4wMjgtLjE5NC0uMDQxLS4wNTUtLjAxNC0uMTI0LS4wMTQtLjE5NC0uMDE0Wk02Ljg5NiAyLjEySDQuMTE0djcuMzE3aDEuNDY4VjYuNzloMS4zM2MuODQ0IDAgMS40OTUtLjIwOCAxLjk4LS42MzguNDg1LS40My43Mi0uOTgzLjcyLTEuNjlzLS4yMzUtMS4yNjEtLjcyLTEuNjljLS40NDMtLjM4OS0xLjAzOS0uNjEtMS43NzMtLjYzOGwtLjIyMS0uMDE0Wm05Ljg0NyAxLjc3NGMtLjgwMyAwLTEuNDI2LjI2My0xLjg4My43NzYtLjQxNi40Ny0uNjM3IDEuMDY3LS42NzkgMS43NzN2LjMzM2MwIC44MTguMjIyIDEuNDgzLjY3OSAxLjk5NS40NTcuNTEzIDEuMDguNzc2IDEuODgzLjc3Ni44MDQgMCAxLjQyNy0uMjYzIDEuODg0LS43NzYuNDE1LS40Ny42MzctMS4wNTMuNjc4LTEuNzczdi0uMzMzYzAtLjgxNy0uMjIxLTEuNDgzLS42NzgtMS45OTUtLjQ1Ny0uNTEzLTEuMDgtLjc3Ni0xLjg4NC0uNzc2Wk0xOC4wMDMgMGE2IDYgMCAwIDEgMCAxMkgwVjMuNDIzQTMuNDIgMy40MiAwIDAgMSAzLjQyIDBoMTQuNTgzWiIvPjwvc3ZnPg==";var m2="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAMAAADXqc3KAAAAn1BMVEUAAADt7vHu7vLu7vLv7+/n5+fFxcXu7vHv7/PHx8eamprt7fLt7fHn5+vGxsbS09Surq6fn5+ZmZmZmZnGxsbGxsbt7/K/v7/Hx8ft7vHGxsaZmZn09vnk5eeqqquenp7p6u3X2NnLy8vU1dbr7O67u7uvr6/o6evh4uPR0dLCwsLAwMDZ2ty9vb6kpaWhoaHe3+HPz8+zs7OkpKTc3d7Gt0R8AAAAGXRSTlMA779wIBDv338gv5+AgHDv7+/v36+gn3BgD0kJmgAAAS1JREFUKM9dkOmSgyAQhNFo7mTvYwYEBa9oorne/9l2hqJSbr4q+NHNdBcjAukyXgBE8SwRU5IYHmwm1iyCCdFMBJbwxDK8B2iKLGjl8VAC+JmEcqzRrmnP5yzrbm93SuOeDQCcpNToGaV8ISGmAfBGPce+qjrsjSxYSbkBGtt1tZGEueLpwsZW8A8snlj2jD0efRZVtxzw4Ia2BFgIch1qOaHCM4lsHHA0WpOpKyk7qX2WWLBhhhxU7grlKlV7I+LyAm+DUplS/sqv2HL5FiDDSio15CQOdHrrl5L6kpqEMOHwTlIiOKu0WIDy5Bfkn3+HJTYXRNdmWXtA1nmJfu1lgRNcQw2encV/2J0I7OdIXM1YIzH/FQ9WX4i1JF4RP1dBDNZ+/S7lx/onDcIfdi8x4pYpSxgAAAAASUVORK5CYII=",f2="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAMAAADXqc3KAAAA51BMVEUAAABRT2tSUGpRT2tQUHBQUGjwtcxRT2tRUGtST2tSTmrvsMnvt89QUHDqTIpkXHhST2zQobmfdpPrTYrGVoHqS4nwtszvtMzvtc3vr89RT2vwtczASHb09vnIXYbt4OncqMDqTInGVoBbVnHqp8GqiKJlXHfz2+bsrsfkmrfIm7SggpvScZfKaY/q1uDtgKvRiKaNdY/MY4vy7fLy5Ozxydrxw9bhtcjnobzVlK/diam0j6jYfqHVeJyXfJWcd5TrXJOCb4l5aYNvYn3DUXzxzd3kwNDSorrth6/CjqnAeZnNdJaDb4nDaCDkAAAAGnRSTlMA73C/ICDv37+ff3AgEL+AgO/v7+/fr6BgELJb3PQAAAE/SURBVCjPXZHnUsMwEIRlOySkhw66k+24YScx6b0XOu//PJw0mozh+6Efu6ddzYlpqiWrwLlhmTmW5cLiZ4oZyzR4BsNkmhL/R0nPcx6FR6357ZbPuanyKefT62yjn37/cJwPbjeUJnuKNPeFuAaFjXhNgkUXONHDdR6CJIkh8HArlSo1UIUbx6sTEt4CZlfSaLBLOl2YeaixA2irLKrey4AzA4jpXQVG7hI6mCGBPonSaIF9StMUMe0hzrGjslhBGp7tDIUzfRPTnvhWhiHLQxjYQrwIoQ5nAXtZ3uD8AAkKYTsk0sAocNVSqqpkRaK+MYYNSTkms3wXXodCMZpAKD9FLzF6Bxg/ExMgXS+RluKHkGEZUYOi7sIf3DrTlPNAfOx2XSDyj+xM5QGg2yTIua+wLJVy7abZvKuVn7TwCyKmN+3PjJblAAAAAElFTkSuQmCC",h2="data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGcgaWQ9IkZyYW1lIj4KPHBhdGggaWQ9IlZlY3RvciIgZD0iTTguNzEwMjMgMTMuMzg3NkwxMy4yODkzIDguODA4NkwxNC4wOTc3IDguMDAwMjJMMTMuMjg5NyA3LjE5MjIyTDguNzEwMjMgMi42MTI3OUw3LjkwMjIzIDMuNDIwNzlMMTEuOTA5NSA3LjQyODc5SDEuOTA1NjZWOC41NzE2NUgxMS45MDk1TDcuOTAxODUgMTIuNTc5M0w4LjcxMDIzIDEzLjM4NzZaIiBmaWxsPSIjODM4MzgzIi8+CjwvZz4KPC9zdmc+Cg==";function b2({config:t,isLogin:e,isProUser:n}){let{t:r}=xe();return ml(t)?w("div",{}):w("div",{class:"flex items-center",children:[w("a",{class:"flex items-center text-decoration-none",target:"_blank",href:e?ku:r4,children:[w("img",{src:e?f2:m2}),w("span",{class:"text-xs ml-2 text-label",children:r(e?"loggedIn":"notLogin")})]}),w("a",{title:r(n?"popup.openProForPro":"popup.openPro"),target:"_blank",class:"ml-2",href:n?ku:a4,children:w("img",{src:n?p2:g2})})]})}d();d();var T2={"zh-CN":{"languages.en":"\u82F1\u8BED","languages.ja":"\u65E5\u8BED","languages.ko":"\u97E9\u8BED","languages.es":"\u897F\u73ED\u7259\u8BED","languages.fr":"\u6CD5\u8BED","languages.de":"\u5FB7\u8BED","languages.it":"\u610F\u5927\u5229\u8BED","languages.pt":"\u8461\u8404\u7259\u8BED","languages.ru":"\u4FC4\u8BED","languages.wyw":"\u6587\u8A00\u6587","languages.":"\u5168\u90E8"},"zh-TW":{"languages.en":"\u82F1\u8A9E","languages.ja":"\u65E5\u8A9E","languages.ko":"\u97D3\u8A9E","languages.es":"\u897F\u73ED\u7259\u8A9E","languages.fr":"\u6CD5\u8A9E","languages.de":"\u5FB7\u8A9E","languages.it":"\u610F\u5927\u5229\u8A9E","languages.pt":"\u8461\u8404\u7259\u8A9E","languages.ru":"\u4FC4\u8A9E","languages.wyw":"\u6587\u8A00\u6587","languages.":"\u5168\u90E8"}},y2={...zt,"zh-CN":{...T2["zh-CN"],...zt["zh-CN"]},"zh-TW":{...T2["zh-TW"],...zt["zh-TW"]}},rc=y2;function no(t,e,n){return hr(y2,t,e,lr,n)}var fa=(t,e,n,r)=>{let a=Yh[t]||t,i=Qh[t],o=Zh[t],s={"zh-CN":i,"zh-TW":o,en:a};if(n)return s[t]?s[t]:a;if(s[e]){let u=s[e];return r||t==="auto"||t==="placeholder"?u:`${u} (${a})`}else return a};d();d();d();d();d();function qp(t,e,n=[],r){let a=["notranslate"];return r&&a.push(Vh),t&&(a.push(`${Q}-target-translation-theme-${t}`),e?a.push(`${_d}-theme-${t}`):a.push(`${Ld}-theme-${t}`)),n.length>0&&a.push(...n),e?a.push(_d):a.push(Ld),a}function jp(t){let e=["notranslate",wu];return t&&e.push(`${Q}-target-translation-theme-${t}-inner`),e}function v2(t,e,n){let{rule:r,state:a}=n,{translationTheme:i}=a,{variables:o,isVertical:s}=t;o=o||[];let{text:u}=e,{wrapperPrefix:l,wrapperSuffix:c}=r,p=Za(n,!0),m="afterend",g=p[0],f=p[1],T=`${g}(\\d+)${f}`,b=new RegExp(T,"g"),h=at.sanitize(u);o.length>0&&(h=h.replace(b,B=>{let S=h.indexOf(B),v=h[S-1]===" ",L=h[S+B.length]===" ",y=B.replace(new RegExp(p[0],"g"),"").replace(new RegExp(p[1],"g"),""),I=Number(y);if(isNaN(I))return B;let F=o[I];if(F&&F.type==="element"){let _=F.value.outerHTML;return v||(_=" "+_),L||(_=_+" "),_}else z.error("variable type not supported",F,B);return B}));let C=qp(i,t.inline,r.translationClasses||[],t.preWhitespace);s&&C.push(Gh);let D=jp(i),M="";return r.translationBlockStyle&&(M=`style="${r.translationBlockStyle}"`),h=`<${n.rule.targetWrapperTag} ${M} class="${C.join(" ")}" ${ur}="1"><${r.targetWrapperTag} class="${D.join(" ")}" ${ur}="1">${h}`,t.inline||(l==="smart"?h=`
${h}`:h=`${l}${h}`),t.inline&&(l!=="smart"?h=`${l}${h}`:h=`<${r.targetWrapperTag} class="notranslate" ${ur}="1"> ${h}`),c==="smart"?h=`${h}`:h=`${h}${c}`,{html:h,position:m}}function ac(t,e){let n=t.original||t,r=null,{stayOriginalSelectors:a,delimiters:i,isPreWhitespace:o}=e,s=[],u={};for(let l=0;l2&&(h=`<${i[2]}${b}>`),u[b]=c,s.push({text:h,type:"variable"})}else s.push({text:c.textContent||"",type:"text"});else{let T=c.textContent||"";m&&(T=ca(Hp(c))),s.push({text:T,type:"text"})}else if(c.nodeType===Node.ELEMENT_NODE)if(c&&Gt(c,a)){let b=Object.keys(u).length,h=`${i[0]}${b}${i[1]}`;i.length>2&&(h=`<${i[2]}${b}>`),u[b]=c;let C=Wp(s).endsWith(" ")?" ":"",D=ca(c.innerText||c.textContent),M=ca(c.nextSibling).startsWith(" ")?" ":"",B=ys(C+D+M),S=B[0]+h+B[1];if(C===" ")S=S.trimStart();else if(!S.startsWith(" ")){let v=ys(c.previousSibling)[1];v===""&&(v=" "),S=v+S}s.push({text:S,type:"variable"})}else{let T=Wp(s).endsWith(" ")?" ":"",b=ca(c.innerText||c.textContent);m&&(b=ca(Hp(c)));let h=ca(c.nextSibling).startsWith(" ")?" ":"",C=ys(T+b+h),D=C[0]+(c.innerText?.trim()||c.textContent?.trim()||"")+C[1];if(T===" ")D=D.trimStart();else{let M=ys(c.previousSibling)[1];M===""&&(c.nodeName==="A"||c.nodeName==="CODE")&&(M=" "),D=M+D}s.push({text:D,type:"text"})}else{let T=Wp(s).endsWith(" ")?" ":"",b="";c.textContent&&(b=ca(Hp(c))),T===" "&&(b=b.trimStart()),s.push({text:b,type:"text"})}}if(s&&s.length>0){let l="";for(let c=0;c0&&(m=s[c-1].text),c/g,">"))}t.targetText=at.sanitize(t.targetText);let a=!1,i=t.text,o=i.split(" ").length,s=i.split(` +`).length;o<=n.blockMinWordCount&&i.length<=n.blockMinTextCount&&s<2&&(a=!0);let u={id:Number(t.id),elements:[],isVertical:!1,rootFrame:t.commonAncestorContainer,text:t.text,variables:r,inline:a,preWhitespace:t.isPreWhitespace||!1,languageByLocal:"auto",languageByClient:"auto"},l=Za(e);if(l.length>2){let c=l[2];return $D({delimiterTag:c,targetText:t.targetText,inline:a,preWhitespace:t.isPreWhitespace||!1,wrapperPrefix:e.rule.wrapperPrefix,wrapperSuffix:e.rule.wrapperSuffix,targetWrapperTag:e.rule.targetWrapperTag,translationTheme:e.state.translationTheme,translationBlockStyle:e.rule.translationBlockStyle,translationClasses:e.rule.translationClasses,variables:r}).html}else{let c=v2(u,{id:Number(t.id),url:"https://google.com",text:t.targetText,from:"auto",to:"auto",fromByClient:"auto"},e);return c.html}}function Hp(t){return(t?.innerText||t.textContent||"").replace(/\s+/g," ")||""}function $D(t){let{delimiterTag:e,inline:n,translationClasses:r,targetWrapperTag:a,wrapperPrefix:i,variables:o,preWhitespace:s,wrapperSuffix:u,translationTheme:l,translationBlockStyle:c}=t;o=o||[];let p=t.targetText;p=at.sanitize(p);let m=p,g=new RegExp(`<${e}(\\d+)>(.*?)`,"g"),f=new RegExp(`<${e}(\\d+)>`);o.length>0&&(m=m.replace(g,C=>{let D=m.indexOf(C),M=m[D-1]===" ",B=m[D+C.length]===" ",S=C.match(f);if(!S)return C;let v=S[1],L=Number(v);if(isNaN(L))return C;let A=o[Number(L)];if(A&&A.type==="element"){let y=A.value.outerHTML;return M||(y=" "+y),B||(y=y+" "),y}else if(A&&A.type==="text"){let y=A.value;return M||(y=" "+y),B||(y=y+" "),y}else z.error("variable type not supported",A,C);return C}));let T=qp(l,n,r||[],s),b=jp(l),h="";return c&&(h=`style="${c}"`),m=`<${a} ${h} class="${T.join(" ")}" ${ur}="1"><${a} class="${b.join(" ")}" ${ur}="1">${m}`,n||(i==="smart"?m=`
${m}`:m=`${i}${m}`),n&&(i!=="smart"?m=`${i}${m}`:m=`<${a} class="notranslate" ${ur}="1"> ${m}`),u==="smart"?m=`${m}`:m=`${m}${u}`,{html:m,position:"afterend"}}function Wp(t){let e=t[t.length-1];return e?e.text:""}function Kp(t){let{text:e,delimiters:n,variables:r}=t,a=e;if(n.length>2){let i=n[2],o=new RegExp(`<${i}(\\d+)>(.*?)`,"g"),s=new RegExp(`<${i}(\\d+)>`),u=e;return Object.keys(r).length>0&&(u=u.replace(o,c=>{let p=c.match(s);if(!p)return c;let m=p[1],g=Number(m);if(isNaN(g))return c;let f=r[m];return f||c})),u}else{let i=`${n[0]}(\\d+)${n[1]}`,o=new RegExp(i,"g");a=a.replace(o,s=>{let l=s.replace(new RegExp(n[0],"g"),"").replace(new RegExp(n[1],"g"),""),c=Number(l);return isNaN(c)?s:r[c]?r[c]:s})}return a}var De=class{static langMap=new Map;serviceConfig;generalConfig;maxTextLength=1800;isSupportList=!0;maxTextGroupLength=50;requestTimeout=30*1e3;retry=2;translationOptions;minTextCount=2;constructor(e,n,r){this.serviceConfig=e,this.generalConfig=n,this.translationOptions=r,e?.retry&&(this.retry=e.retry),e?.requestTimeout&&(this.requestTimeout=Number(e.requestTimeout)),r&&r.minTextCount&&(this.minTextCount=r.minTextCount)}async init(){}getMaxTextGroupLength(){return this.maxTextGroupLength}getRateLimiter(){let e=this.getDefaultRateLimit()||{limit:7,interval:1250},n=this.serviceConfig;return n?.limit&&(e.limit=Number(n.limit)),n?.interval&&(e.interval=Number(n.interval)),e}formatRateLimit(e){return e.limit<1&&(e.interval=Math.round(1e3/e.limit),e.limit=1),e}getDefaultRateLimit(){return{limit:7,interval:1250}}getCacheKeyPrefix(){return""}translate(e){throw new Error("Not implemented")}translateList(e){throw new Error("Not implemented")}async multipleTranslate(e,n,r){if(e.sentences.length===0)return{sentences:[]};let{sentences:a}=e,i=!1,o=!1,s=[],u=null,l=new Set;for(let b of a)b.from&&b.from!=="auto"&&l.add(b.from),b.refresh&&(i=!0),b.debug&&(o=!0);let c=this.maxTextLength;this.serviceConfig&&this.serviceConfig.maxTextLengthPerRequest&&(c=this.serviceConfig.maxTextLengthPerRequest);let p=this.maxTextGroupLength;this.serviceConfig&&this.serviceConfig.maxTextGroupLengthPerRequest&&(p=this.serviceConfig.maxTextGroupLengthPerRequest),this.translationOptions&&this.translationOptions.sourceProgram&&["videoSubtitle","subtitle"].includes(this.translationOptions.sourceProgram)&&this.serviceConfig&&this.serviceConfig.maxTextGroupLengthPerRequestForSubtitle&&(p=this.serviceConfig.maxTextGroupLengthPerRequestForSubtitle);try{s=z3(a,c,p)}catch(b){if(r)for(let h=0;hb));let m=[],g=[],f=(b,h,C)=>{let D="";if(h.translatedTexts&&h.translatedTexts[0]&&(D=h.translatedTexts[0]),g[b]||(g[b]=h,g[b].translatedTexts=Array(h.sentenceTotalParts).fill(null)),g[b].hasError)return;if(C){let S=C instanceof $?new $(C.name,C.message).initNetWork(C.status).initData(C.data):C;g[b].hasError=!0,h.callback&&h.callback(S,null,h.sentence);return}g[b].translatedTexts[h.partIndex]=D;let M=g[b],B=0;for(let S=0;S{let B=h.from;if(h.fromByClient&&h.fromByClient!=="auto"&&(B=h.fromByClient),this.isSupportList)return{...await this.formatAndTranslateList({text:h.tempSentences.map(v=>v.text),forces:h.tempSentences.map(v=>v.force),xpaths:h.tempSentences.map(v=>v.xpath||""),from:B,to:h.to,url:C,options:n,refresh:i,debug:o}),sourceTempSentences:h.tempSentences};{let S=Kh;this.serviceConfig&&this.serviceConfig.translationTextSeparator&&(S=this.serviceConfig.translationTextSeparator);let v=null;this.serviceConfig&&this.serviceConfig.newlinePlaceholderDelimiters&&(v=this.serviceConfig.newlinePlaceholderDelimiters);let L=[],A=Tr(this.serviceConfig);if(h.tempSentences.forEach((q,k)=>{let E=hp({text:q.text,_systemExcludeWordRegex:this.generalConfig._systemExcludeWordRegex,delimiters:A,glossaries:this.translationOptions.glossaries,excludeRegexps:this.translationOptions.excludeRegexps,targetLanguage:h.to});q.force!==!0&&(E&&E.text&&E.text.trim().lengthk.text);return Promise.resolve({sourceTempSentences:h.tempSentences,text:q,from:B,to:h.to})}let y="";v&&v.length>=2?y=L.map((q,k)=>{let{item:E}=q;return k===L.length-1?E.text:E.text+v[0]+(k+1)+v[1]}).join(""):y=L.map(({item:q})=>q.text).join(S);let I=await this.translate({text:y,from:B,to:h.to,url:C,options:{...n,rawTextArrayLength:L.length,sourceProgram:this.translationOptions.sourceProgram||""},refresh:i,debug:o}),{text:F}=I,_=[];if(v&&v.length>=2){let q=`${v[0]}\\d+${v[1]}`;v&&v.length>=3&&(q=v[2]);let k=new RegExp(q,"g");_=F.split(k)}else _=F.split(S);let U=[];if(_.length>L.length){for(let q=0;qq.text);return A=Tr(this.serviceConfig,!0),U.forEach((q,k)=>{let E=L[k],P=E.index,O=E.variables||{};Object.keys(O).length>0&&(q=Kp({text:q,delimiters:A,variables:O})),N[P]=q}),{sourceTempSentences:h.tempSentences,text:N,from:I.from,to:I.to}}};m.push(M().then(B=>{let{text:S,sourceTempSentences:v}=B;for(let L=0;L{if(B instanceof $&&B.initData({translationService:this.translationOptions.translationService,isLogin:!!this.translationOptions.userToken,isPro:this.translationOptions.isPro}),r){for(let S=0;S{let h=b.sentence.text;return b.translatedTexts&&b.translatedTexts.length>0&&(h=b.translatedTexts.join("")),{...b.sentence,text:h}})}}async formatAndTranslateList(e){let n={...e},{forces:r}=e,a=[],i=Tr(this.serviceConfig);if(this.serviceConfig&&i.length>0)try{let{text:l,xpaths:c}=e;if(l.forEach((p,m)=>{let g=hp({text:p,_systemExcludeWordRegex:this.generalConfig._systemExcludeWordRegex,delimiters:i,excludeRegexps:this.translationOptions.excludeRegexps,glossaries:this.translationOptions.glossaries,targetLanguage:e.to});r&&r[m]!==!0&&(g&&g.text&&g.text.trim().lengthp.text),n.xpaths=a.map(p=>p.xpath)}catch(l){z.debug("formatAndTranslateList error",e,l)}let o=await this.translateList(n),{text:s}=o,u=e.text.map(l=>l);return i=Tr(this.serviceConfig,!0),s.forEach((l,c)=>{let p=a[c];if(p){let m=p.index,g=p.variables,f=Object.keys(g);u[m]=l,f.length>0&&(u[m]=Kp({text:l,delimiters:i,variables:g}))}}),{...o,text:u}}detectLanguageLocally(e){return Ie({text:e,minLength:18,pageLangs:[yt(),"en"]})}detectLanguageRemotely(e){return Promise.resolve("auto")}detectLanguage(e){return e.length>=50?this.detectLanguageLocally(e):this.detectLanguageRemotely(e)}};var x2=[["auto","auto"],["zh-CN","zh"],["zh-TW","zh-TW"],["de","de"],["en","en"],["es","es"],["fr","fr"],["id","id"],["it","it"],["ja","jp"],["ko","kr"],["ms","ms"],["pt","pt"],["ru","ru"],["th","th"],["tr","tr"],["vi","vi"]],Ds=class t extends De{static langMap=new Map(x2);maxTextGroupLength=50;static langMapReverse=new Map(x2.map(([e,n])=>[n,e]));static getUTCDate(e){let n=e.getUTCFullYear(),r=`${e.getUTCMonth()+1}`.padStart(2,"0"),a=`${e.getUTCDate()}`.padStart(2,"0");return`${n}-${r}-${a}`}secretId="";secretKey="";isSupportList=!0;constructor(e,n,r){if(super(e,n,r),!e||!e.secretId||!e.secretKey)throw new $("secretId and secretKey are required");this.secretId=e.secretId?.trim(),this.secretKey=e.secretKey?.trim()}getDefaultRateLimit(){return{limit:3,interval:1350}}async translate(e){let{text:n,from:r,to:a}=e,i=JSON.stringify({ProjectId:0,Source:t.langMap.get(r)||"auto",SourceText:n,Target:t.langMap.get(a)||a}),o=await this.signedRequest({secretId:this.secretId,secretKey:this.secretKey,action:"TextTranslate",payload:i,service:"tmt",version:"2018-03-21"});return{text:o.Response.TargetText,from:t.langMapReverse.get(o.Response.Source)||r,to:t.langMapReverse.get(o.Response.Target)||a}}async translateList(e){let{text:n,from:r,to:a}=e,i=JSON.stringify({ProjectId:0,Source:t.langMap.get(r)||"auto",SourceTextList:n,Target:t.langMap.get(a)||a}),o=await this.signedRequest({secretId:this.secretId,secretKey:this.secretKey,action:"TextTranslateBatch",payload:i,service:"tmt",version:"2018-03-21"});return{text:o.Response.TargetTextList,from:t.langMapReverse.get(o.Response.Source)||r,to:t.langMapReverse.get(o.Response.Target)||a}}async signedRequest({secretId:e,secretKey:n,action:r,payload:a,service:i,version:o}){let s=`${i}.tencentcloudapi.com`,u=new Date,l=`${new Date().valueOf()}`.slice(0,10),c=["POST","/","","content-type:application/json; charset=utf-8",`host:${s}`,"","content-type;host",await nr(a)].join(` +`),p=t.getUTCDate(u),m=["TC3-HMAC-SHA256",l,`${p}/${i}/tc3_request`,await nr(c)].join(` +`),g=await R3(p,`TC3${n}`),f=await El(i,g),T=await El("tc3_request",f),b=await El(m,T),h=await de({retry:this.retry,url:`https://${i}.tencentcloudapi.com`,method:"POST",headers:{"Content-Type":"application/json; charset=utf-8",Host:s,"X-TC-Action":r,"X-TC-Timestamp":l,"X-TC-Region":"ap-beijing","X-TC-Version":o,Authorization:`TC3-HMAC-SHA256 Credential=${e}/${p}/${i}/tc3_request, SignedHeaders=content-type;host, Signature=${b}`},body:a,timeout:this.requestTimeout});if(h instanceof Error)throw h;if(h.Response&&h.Response.Error&&h.Response.Error.Message)throw new $(h.Response.Error.Message);return h}};d();var E2=[["auto","auto"],["zh-CN","zh"],["zh-TW","zh-TW"],["de","de"],["en","en"],["es","es"],["fr","fr"],["id","id"],["it","it"],["ja","jp"],["ko","kr"],["ms","ms"],["pt","pt"],["ru","ru"],["th","th"],["tr","tr"],["vi","vi"]],YD={"content-type":"application/json",Host:"wxapp.translator.qq.com","User-Agent":"Mozilla/5.0 (iPhone; CPU iPhone OS 16_3_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/15E148 MicroMessenger/8.0.32(0x18002035) NetType/WIFI Language/zh_TW",Referer:"https://servicewechat.com/wxb1070eabc6f9107e/117/page-frame.html"},As=class t extends De{static langMap=new Map(E2);static langMapReverse=new Map(E2.map(([e,n])=>[n,e]));isSupportList=!1;constructor(e,n,r){super(e,n,r)}async translate(e){let{text:n,from:r,to:a}=e,i=new URLSearchParams({source:r,target:a,sourceText:n,platform:"WeChat_APP",candidateLangs:"en|zh",guid:"oqdgX0SIwhvM0TmqzTHghWBvfk22"}).toString(),o=await de({url:`https://wxapp.translator.qq.com/api/translate?${i}`,retry:this.retry,method:"GET",headers:YD,timeout:this.requestTimeout});return{text:o.targetText,from:t.langMapReverse.get(o.source)||r,to:t.langMapReverse.get(o.target)||a}}};d();var C2=[["auto","auto"],["zh-CN","zh-CN"],["zh-TW","zh-TW"],["en","en"],["af","af"],["am","am"],["ar","ar"],["az","az"],["be","be"],["bg","bg"],["bn","bn"],["bs","bs"],["ca","ca"],["ceb","ceb"],["co","co"],["cs","cs"],["cy","cy"],["da","da"],["de","de"],["el","el"],["eo","eo"],["es","es"],["et","et"],["eu","eu"],["fa","fa"],["fi","fi"],["fr","fr"],["fy","fy"],["ga","ga"],["gd","gd"],["gl","gl"],["gu","gu"],["ha","ha"],["haw","haw"],["he","he"],["hi","hi"],["hmn","hmn"],["hr","hr"],["ht","ht"],["hu","hu"],["hy","hy"],["id","id"],["ig","ig"],["is","is"],["it","it"],["ja","ja"],["jw","jw"],["ka","ka"],["kk","kk"],["km","km"],["kn","kn"],["ko","ko"],["ku","ku"],["ky","ky"],["la","la"],["lb","lb"],["lo","lo"],["lt","lt"],["lv","lv"],["mg","mg"],["mi","mi"],["mk","mk"],["ml","ml"],["mn","mn"],["mr","mr"],["ms","ms"],["mt","mt"],["my","my"],["ne","ne"],["nl","nl"],["no","no"],["ny","ny"],["pa","pa"],["pl","pl"],["ps","ps"],["pt","pt"],["ro","ro"],["ru","ru"],["sd","sd"],["sa","sa"],["si","si"],["sk","sk"],["sl","sl"],["sm","sm"],["sn","sn"],["so","so"],["sq","sq"],["sr","sr"],["st","st"],["su","su"],["sv","sv"],["sw","sw"],["ta","ta"],["te","te"],["tg","tg"],["th","th"],["fil","tl"],["tr","tr"],["ug","ug"],["uk","uk"],["ur","ur"],["uz","uz"],["vi","vi"],["xh","xh"],["yi","yi"],["yo","yo"],["zu","zu"]],Ja=class t extends De{static langMap=new Map(C2);static langMapReverse=new Map(C2.map(([e,n])=>[n,e]));isSupportList=!1;apiUrl="https://translate.googleapis.com/translate_a/single";constructor(e,n,r){super(e,n,r),e?.apiUrl&&(this.apiUrl=Ht(this.apiUrl,e.apiUrl))}getDefaultRateLimit(){return{limit:10,interval:1050}}async translate(e){let{text:n,from:r,to:a}=e;if(!n)return{...e};let i=t.langMap.get(r)||"auto",o=t.langMap.get(a)||a,s=await this.fetchWithoutToken(n,i,o);if(!s)throw new $("google translate NETWORK_ERROR");if(!s.data[0]||s.data[0].length<=0)throw new $("google translate API_SERVER_ERROR");return{text:s.data[0].map(l=>l[0]).filter(Boolean).join(""),from:t.langMapReverse.get(s.data[2])||"auto",to:a}}async translateXml(e){let{text:n,from:r,to:a}=e;if(!n)return{...e};let i=t.langMap.get(r)||"auto",o=t.langMap.get(a)||a,s=await this.fetchXmlWithoutToken(n,i,o);if(!s)throw new $("google translate NETWORK_ERROR");if(!s.data[0]||s.data[0].length<=0)throw new $("google translate API_SERVER_ERROR");return{text:s.data[0].map(l=>l[0]).filter(Boolean).join(""),from:t.langMapReverse.get(s.data[2])||"auto",to:a}}async fetchXmlWithoutToken(e,n,r){let i="https://translate.googleapis.com/translate_a/t?"+new URLSearchParams({client:"gtx",dt:"t",sl:n,tl:r,q:e}).toString();return{data:await de({retry:this.retry,url:i,timeout:this.requestTimeout})}}async fetchWithoutToken(e,n,r){let a=new URLSearchParams({client:"gtx",dt:"t",sl:n,tl:r,q:e}),i=this.apiUrl+"?"+a.toString();return{data:await de({retry:this.retry,url:i,timeout:this.requestTimeout})}}};d();d();d();function QD(t,e){return e?t+(e-t%e):t}function ZD(t,e){return t.split(e).length-1}function Gp(t){let e=Date.now(),n=1;for(let r of t)n+=ZD(r,"i");return QD(e,n)}function JD(t,e){return Math.floor(Math.random()*(e-t+1))+t}function Vp(){return JD(1e6,1e8)}d();d();d();var $p="https://www2.deepl.com/jsonrpc",Yp="auto",w2=[{code:"BG",language:"Bulgarian"},{code:"ZH",language:"Chinese"},{code:"CS",language:"Czech"},{code:"DA",language:"Danish"},{code:"NL",language:"Dutch"},{code:"EN",language:"English"},{code:"ET",language:"Estonian"},{code:"FI",language:"Finnish"},{code:"FR",language:"French"},{code:"DE",language:"German"},{code:"EL",language:"Greek"},{code:"HU",language:"Hungarian"},{code:"IT",language:"Italian"},{code:"JA",language:"Japanese"},{code:"LV",language:"Latvian"},{code:"LT",language:"Lithuanian"},{code:"PL",language:"Polish"},{code:"PT",language:"Portuguese"},{code:"RO",language:"Romanian"},{code:"RU",language:"Russian"},{code:"SK",language:"Slovak"},{code:"SL",language:"Slovenian"},{code:"ES",language:"Spanish"},{code:"SV",language:"Swedish"}];d();function XD(t=w2){return t.reduce((e,n)=>(e[n.code.toLowerCase()]=n.code,e[n.language.toLowerCase()]=n.code,e),{})}function Qp(t){return XD()[t.toLowerCase()]}var eA={Accept:"*/*","Accept-Language":"en-US;q=0.8,en;q=0.7","Content-Type":"application/json",Origin:"https://www.deepl.com",Referer:"https://www.deepl.com/translator","Sec-Fetch-Dest":"empty","Sec-Fetch-Mode":"cors","Sec-Fetch-Site":"same-site"};function tA(t){return JSON.stringify(t).replace('"method":"',()=>{let e=t;return(e.id+3)%13===0||(e.id+5)%29===0?'"method" : "':'"method": "'})}function nA(t,e){return{id:1,jsonrpc:"2.0",method:"LMT_handle_texts",params:{timestamp:0,texts:[{text:"",requestAlternatives:3}],splitting:"newlines",lang:{source_lang_user_selected:t,target_lang:e}}}}async function rA(t,e,n,r,a,i,o){let s=Vp(),u=nA(r,n),l=[];e.forEach(m=>{l.push({text:m,requestAlternatives:3})}),u.id=s,u.params.texts=l,u.params.timestamp=Gp(e);let c=await de({retry:2,method:"POST",url:t,body:tA(u),headers:eA}),p={from:c.result.lang,to:n,text:[]};return c.result.texts.forEach(m=>{p.text.push(m.text)}),p}async function D2(t,e,n,r=Yp,a,i,o){return e?e&&e.length===1&&e[0]===""?{text:[""],from:r,to:n}:rA(t,e,Qp(n),Qp(r)??"auto",a,i,o):{text:[],from:r,to:n}}var A2=[["auto","auto"],["en","EN"],["ja","JA"],["pl","PL"],["zh-CN","ZH"],["zh-TW","ZH"],["ja","JA"],["ko","KO"],["es","ES"],["de","DE"],["fr","FR"],["pt","PT"],["ru","RU"],["it","IT"],["id","ID"],["nl","NL"],["pl","PL"],["bg","BG"],["cs","CS"],["da","DA"],["el","EL"],["et","ET"],["fi","FI"],["hu","HU"],["lt","LT"],["lv","LV"],["ro","RO"],["sk","SK"],["sl","SL"],["sv","SV"],["tr","TR"],["uk","UK"]],ro=class t extends De{static langMap=new Map(A2);static langMapReverse=new Map(A2.map(([e,n])=>[n,e]));maxTextGroupLength=3;maxTextLength=800;isSupportList=!0;API_URL=$p;constructor(e,n,r){super(e,n,r),e&&e.apiUrl&&(this.API_URL=Ht($p,e.apiUrl))}getDefaultRateLimit(){return{limit:1,interval:1050}}async translateList(e){let{text:n,to:r,from:a}=e,i=await D2(this.API_URL,n,t.langMap.get(r)||r,t.langMap.get(a)||"auto");return{text:i.text,from:t.langMapReverse.get(i.from),to:t.langMapReverse.get(i.to)}}};d();var ks=class t extends De{static langMap=new Map(Lp);clientKey;maxTextGroupLength=25;maxTextLength=1e3;isSupportList=!1;constructor(e,n,r){super(e,n,r),this.clientKey=Wr.getClientKey()}async translate(e){let{text:n,to:r}=e,a=await this.detectLanguage(n),i=t.langMap.get(a)||a,o=t.langMap.get(r)||r;if(a===r)return{text:n,from:a,to:r};let s=Me(),u=e.url;s.INSTALL_FROM==="firefox_store"&&(u=k2());let c=JSON.stringify({header:{fn:"auto_translation_block",client_key:this.clientKey},source:{text_block:n,lang:i,orig_url:u},target:{lang:o}}),p=await de({url:Kl,body:c,method:"POST",retry:this.retry,timeout:this.requestTimeout});if(p.header.ret_code!=="succ")throw new $(p.message||p.header.ret_code);return{text:p.auto_translation,from:a||"auto",to:r}}getDefaultRateLimit(){return{limit:30,interval:1050}}async translateList(e){let{from:n,text:r,to:a}=e,i=Me(),o=e.url;if(i.INSTALL_FROM==="firefox_store"&&(o=k2()),r.length===1){let g=await this.translate({from:n,text:r[0],to:a,url:o,options:e.options});return{text:[g.text],from:g.from,to:g.to}}let u=await this.detectLanguage(r.join(` +`));if(u===a)return{text:r,from:u,to:a};let l=t.langMap.get(u)||u,c=t.langMap.get(a)||a,p=JSON.stringify({header:{fn:"auto_translation",client_key:this.clientKey},source:{text_list:r,lang:l,orig_url:o},target:{lang:c},type:"plain"}),m=await de({url:Kl,body:p,method:"POST"});if(m.header.ret_code!=="succ")throw new $(m.message||m.header.ret_code);return{text:m.auto_translation,from:u||"auto",to:a}}detectLanguageLocally(e){return this.detectLanguageRemotely(e)}detectLanguageRemotely(e){return Wr.detectLanguageRemotelyByTransmart(e)}};function k2(){let t=new Date;return t.setMinutes(t.getMinutes()-t.getMinutes()%5),t.setSeconds(0),t.setMilliseconds(0),`https://google.com/search?q=google&_t=${t.getTime()/1e3}`}d();d();function Zp(){return Math.random()>=.1}var ao=class extends De{isSupportList=!1;maxTextLength=1200;maxTextGroupLength=1;async translate(e){let{text:n}=e;if(!Zp())throw new $("404","\u6A21\u62DF\u9519\u8BEF");let r=n.match(/^\s*/)[0].length;return{text:n.slice(0,r)+"\u6A21\u62DF\uFF1A"+n.slice(r,-6),from:e.from,to:e.to}}async translateList(e){let{text:n,from:r,to:a}=e;if(await e2(),!Zp())throw new $("404","\u6A21\u62DF\u9519\u8BEF");return n.length===0?{from:r,to:a,text:[""]}:{from:r,to:a,text:n.map(i=>{let o=i.match(/^\s*/)[0].length;return i.slice(0,o)+"\u6A21\u62DF\uFF1A"+i.slice(o,-6)})}}};d();var L2=[["auto","auto"],["zh-CN","zh"],["zh-TW","zh"],["en","en"],["ja","ja"],["de","de"],["fr","fr"],["it","it"],["es","es"],["nl","nl"],["pl","pl"],["pt","pt"],["ru","ru"]],Jp=new Map(L2),P2=new Map(L2.map(([t,e])=>[e,t])),Xp=class t extends De{static langMap=Jp;static DEFAULT_CODENAME="deepl";apikey="";codename=t.DEFAULT_CODENAME;isSupportList=!1;maxTextGroupLength=1;constructor(e,n,r){if(super(e,n,r),!e||!e.apikey)throw new $("apikey are required");this.apikey=e.apikey?.trim(),e.codename&&(this.codename=e.codename)}async translate(e){let{text:n,from:r,to:a}=e,i=await de({retry:this.retry,url:`https://api.openl.club/services/${this.codename}/translate`,headers:{"content-type":"application/json"},method:"POST",body:JSON.stringify({apikey:this.apikey,text:n,source_lang:Jp.get(r)||"auto",target_lang:Jp.get(a)||a}),timeout:this.requestTimeout});if(i.status){let o=i;return o.result&&a=="zh-TW",{text:o.result,from:P2.get(o.source_lang),to:P2.get(o.target_lang)}}else throw new $(i.msg)}},ic=Xp;d();var _2=[["auto",""],["en","EN"],["ja","JA"],["pl","PL"],["zh-CN","ZH"],["zh-TW","ZH"],["ar","AR"],["ja","JA"],["ko","KO"],["es","ES"],["de","DE"],["fr","FR"],["pt","PT"],["pt-br","PT-BR"],["ru","RU"],["it","IT"],["id","ID"],["nl","NL"],["pl","PL"],["bg","BG"],["cs","CS"],["da","DA"],["el","EL"],["et","ET"],["fi","FI"],["hu","HU"],["lt","LT"],["lv","LV"],["ro","RO"],["sk","SK"],["sl","SL"],["sv","SV"],["tr","TR"],["uk","UK"]],Ps=new Map(_2),aA=new Map(_2.map(([t,e])=>[e,t])),eg=class extends De{static langMap=Ps;authKey="";maxTextLength=1800;freeApiUrl="https://api-free.deepl.com/v2/translate";proApiUrl="https://api.deepl.com/v2/translate";immersiveTranslateApiUrl="https://deepl.immersivetranslate.com/v2/translate";immersiveTranslateDeeplTokenUrl="https://api.immersivetranslate.com";immersiveTranslateDeeplProApiUrl=Qt()||Bn()?"https://api2.immersivetranslate.com/deepl/translate":"https://test-api2.immersivetranslate.com/deepl/translate";provider="custom";splitor="";qualityNoSymabol="";qualityMinTextLength;apiKeys=[];static async clearState(){}getRandomKey(){let e=Math.floor(Math.random()*this.apiKeys.length);return this.apiKeys[e]}constructor(e,n,r){if(super(e,n,r),e=e||{},this.splitor=e.qualityDelimiterBetaV3||"",this.qualityNoSymabol=e.qualityNoSymoblBetaV3||"",this.qualityMinTextLength=e.qualityMinTextLengthV3||0,e.provider==="pro")if(this.provider="pro",r.userToken){if(!r.isPro)throw new $("Please activate Pro membership first, \u8BF7\u5148\u5F00\u901A Pro \u4F1A\u5458\u3002");this.authKey=r.userToken,this.apiKeys=this.authKey.split(",").map(a=>a.trim())}else throw new $("Login required, \u767B\u5F55\u540E\u624D\u53EF\u4EE5\u4F7F\u7528\u3002");else if(this.authKey=e.authKey?.trim(),this.apiKeys=this.authKey.split(",").map(a=>a.trim()),!this.authKey)throw new $("authKey are required");if(!this.authKey)throw new $("authKey are required");e&&e.freeApiUrl&&(this.freeApiUrl=Ht(this.freeApiUrl,e.freeApiUrl)),e&&e.proApiUrl&&(this.proApiUrl=Ht(this.proApiUrl,e.proApiUrl)),e&&e.immersiveTranslateApiUrl&&(this.immersiveTranslateApiUrl=Ht(this.immersiveTranslateApiUrl,e.immersiveTranslateApiUrl)),e&&e.immersiveTranslateDeeplTokenUrl&&(this.immersiveTranslateDeeplTokenUrl=Ht(this.immersiveTranslateDeeplTokenUrl,e.immersiveTranslateDeeplTokenUrl)),e&&e.immersiveTranslateDeeplProApiUrl&&(this.immersiveTranslateDeeplProApiUrl=Ht(this.immersiveTranslateDeeplProApiUrl,e.immersiveTranslateDeeplProApiUrl))}async init(){}getRateLimiter(){let e=super.getRateLimiter();if(this.provider==="pro"){if(this.serviceConfig?.immersiveTranslateProLimit){let n=Number(this.serviceConfig.immersiveTranslateProLimit);return isNaN(n)&&(n=15),{limit:n,interval:e?.interval||1050}}return{limit:15,interval:e?.interval||1050}}return super.getRateLimiter()}getDefaultRateLimit(){return{limit:3,interval:1250}}async translateList(e){let{from:n,to:r}=e,a=this.getRandomKey(),{text:i,merged:o}=this.optimizationText(e),s={source_lang:Ps.get(n)||"",target_lang:Ps.get(r)||r,tag_handling:"html"};this.serviceConfig?.tag_handling&&(this.serviceConfig.tag_handling==="none"?delete s.tag_handling:s.tag_handling=this.serviceConfig.tag_handling);let u=new URLSearchParams(s);i.forEach(b=>{u.append("text",b)});let l=u.toString(),c={text:i,source_lang:Ps.get(n)||"auto",target_lang:Ps.get(r)||r},p=this.freeApiUrl;a.endsWith(":im")?p=this.immersiveTranslateApiUrl:a.endsWith(":fx")||(p=this.proApiUrl);let m,g={};e.refresh&&(g={"X-Refresh":"True"}),e.debug&&(g={...g,"X-Debug":"True"}),this.provider==="pro"?m=await de({retry:this.retry,url:this.immersiveTranslateDeeplProApiUrl,method:"POST",body:JSON.stringify(c),headers:{...g,token:a,"Content-Type":"application/json"},timeout:this.requestTimeout}):a.startsWith("immersive_")?m=await de({retry:this.retry,url:this.immersiveTranslateDeeplProApiUrl,method:"POST",body:JSON.stringify(c),headers:{...g,token:a,"Content-Type":"application/json"},timeout:this.requestTimeout}):m=await de({retry:2,url:p,method:"POST",body:l,headers:{Authorization:"DeepL-Auth-Key "+a,"Content-Type":"application/x-www-form-urlencoded; charset=UTF-8"},extra:{overrideMimeType:"application/json; charset=utf-8"}});let{translations:f}=this.restoreText(m,o,!!e.debug),T=f.map(b=>b.text);if(r==="zh-TW"){let b=this.serviceConfig||{};b&&b.googleApiUrl&&(b.apiUrl=b.googleApiUrl);let C=await new Ja(this.serviceConfig,this.generalConfig,this.translationOptions).translate({from:"zh-CN",to:"zh-TW",text:f.map(D=>D.text).join(` `),url:"",options:{}});C&&C.text&&(T=C.text.split(` `))}return{text:T,from:f[0]&&aA.get(f[0].detected_source_language)||n,to:r}}optimizationText(e){let{text:n,xpaths:r}=e;if(!this.splitor||this.provider!="pro")return{text:n,merged:[]};let a=new Map,i=[];for(let o=0;o=0){i.push(n[o]);continue}if(this.qualityMinTextLength>0&&n[o].length({text:!Qt()&&r?`[${l}]`:l,detected_source_language:s.detected_source_language}));i.push(...u)}else i.push(s)}return{...e,translations:i}}},F2=eg;d();var iA=[["auto","auto"],["zh-CN","zh"],["zh-TW","cht"],["en","en"],["ja","ja"],["ko","ko"],["es","es"],["de","de"],["fr","fra"],["pt","pt"],["ru","ru"],["ar","ara"],["it","it"],["ms","ms"],["id","id"],["vi","vie"],["th","th"],["ur","ur"],["yue","yue"],["bo","bo"],["wyw","wyw"],["be","be"],["bg","bul"],["bn","bn"],["ca","ca"],["cs","cs"],["da","da"],["el","el"],["et","et"],["fa","fa"],["fi","fi"],["gu","gu"],["he","he"],["hi","hi"],["hr","hr"],["hu","hu"],["hy","hye"],["is","is"],["ka","ka"],["km","km"],["kn","kn"],["lt","lt"],["lv","lv"],["mk","mk"],["ml","ml"],["mn","mn"],["mr","mr"],["mt","mt"],["my","my"],["ne","ne"],["nl","nl"],["no","no"],["pa","pa"],["pl","pl"],["ps","ps"],["ro","ro"],["si","si"],["sk","sk"],["sl","sl"],["sq","sq"],["sr","sr"],["sv","sv"],["sw","sw"],["ta","ta"],["te","te"],["tg","tg"],["tr","tr"],["ug","ug"],["uk","uk"],["uz","uz"]],tg=new Map(iA),ng=class extends De{static langMap=tg;APIKEY="";isSupportList=!1;constructor(e,n,r){if(super(e,n,r),!e||!e.APIKEY)throw new $("APIKEY are required");this.APIKEY=e.APIKEY?.trim()}async translate(e){let{text:n,from:r,to:a}=e,i=n,o={url:"https://api.niutrans.com/NiuTransServer/translation",retry:this.retry,headers:{"content-type":"application/json"},method:"POST",body:JSON.stringify({src_text:i,from:tg.get(r)||r,to:tg.get(a)||a,apikey:this.APIKEY}),timeout:this.requestTimeout},s=await de(o);if(s.tgt_text){let u=s.tgt_text;return u.endsWith(` -`)&&(u=u.slice(0,-1)),{text:u,from:r,to:a}}else throw new $(s.error_msg||JSON.stringify(s).slice(0,500))}getDefaultRateLimit(){return{limit:4,interval:1350}}},M2=ng;d();var oA=[["auto",""],["ar","ar"],["ga","ga"],["et","et"],["bg","bg"],["is","is"],["pl","pl"],["bs","bs-Latn"],["fa","fa"],["da","da"],["de","de"],["ru","ru"],["fr","fr"],["zh-TW","zh-Hant"],["fil","fil"],["fj","fj"],["fi","fi"],["gu","gu"],["kk","kk"],["ht","ht"],["ko","ko"],["nl","nl"],["ca","ca"],["zh-CN","zh-Hans"],["cs","cs"],["kn","kn"],["otq","otq"],["tlh","tlh"],["hr","hr"],["lv","lv"],["lt","lt"],["ro","ro"],["mg","mg"],["mt","mt"],["mr","mr"],["ml","ml"],["ms","ms"],["mi","mi"],["bn","bn-BD"],["hmn","mww"],["af","af"],["pa","pa"],["pt","pt"],["ps","ps"],["ja","ja"],["sv","sv"],["sm","sm"],["sr-Latn","sr-Latn"],["sr-Cyrl","sr-Cyrl"],["no","nb"],["sk","sk"],["sl","sl"],["sw","sw"],["ty","ty"],["te","te"],["ta","ta"],["th","th"],["to","to"],["tr","tr"],["cy","cy"],["ur","ur"],["uk","uk"],["es","es"],["he","he"],["el","el"],["hu","hu"],["it","it"],["hi","hi"],["id","id"],["en","en"],["yua","yua"],["bo","bo"]],rg=new Map(oA),ag=class extends De{static langMap=rg;APIKEY="";region="eastasia";isSupportList=!0;apiUrl="https://api.cognitive.microsofttranslator.com/translate?x=2";constructor(e,n,r){if(super(e,n,r),!e||!e.APIKEY)throw new $("APIKEY are required");this.APIKEY=e.APIKEY?.trim(),e.region&&(this.region=e.region),e.apiUrl&&(this.apiUrl=Ht(this.apiUrl,e.apiUrl))}async translateList(e){let{text:n,from:r,to:a}=e;if(n.length===0)return{from:r,to:a,text:[]};let i={"api-version":"3.0",to:rg.get(a)||a};r!=="auto"&&(i.from=rg.get(r)||r);let o=new URLSearchParams(i),s=JSON.stringify(n.map(g=>({text:g}))),u=new URL(this.apiUrl),l=new URLSearchParams(u.search);l.toString()!==""&&l.forEach((g,m)=>{o.append(m,g)}),u.search=o.toString();let c={url:u.toString(),retry:this.retry,method:"POST",headers:{"Ocp-Apim-Subscription-Key":this.APIKEY,"Ocp-Apim-Subscription-Region":this.region,"content-type":"application/json"},body:s,timeout:this.requestTimeout},p=await de(c);if(p.length===0)throw new $("server response invalid");return{from:r,to:a,text:p.map(g=>g.translations.map(f=>f.text).join(" "))}}},B2=ag;d();var sA=[["auto","auto"],["zh-CN","zh-CN"],["zh-TW","zh-TW"],["en","en"],["ja","ja"],["ru","ru"],["es","es"],["de","de"],["ko","ko"],["fr","fr"],["th","th"],["vi","vi"],["id","id"]],io=new Map(sA),ig=class extends De{static langMap=io;isSupportList=!0;maxTextGroupLength=25;maxTextLength=1200;constructor(e,n,r){super(e,n,r)}getDefaultRateLimit(){return{limit:3,interval:1150}}async translateList(e){let{text:n,from:r,to:a}=e,i;if(n.length===0)return{from:r,to:a,text:[]};let o=` +`)&&(u=u.slice(0,-1)),{text:u,from:r,to:a}}else throw new $(s.error_msg||JSON.stringify(s).slice(0,500))}getDefaultRateLimit(){return{limit:4,interval:1350}}},M2=ng;d();var oA=[["auto",""],["ar","ar"],["ga","ga"],["et","et"],["bg","bg"],["is","is"],["pl","pl"],["bs","bs-Latn"],["fa","fa"],["da","da"],["de","de"],["ru","ru"],["fr","fr"],["zh-TW","zh-Hant"],["fil","fil"],["fj","fj"],["fi","fi"],["gu","gu"],["kk","kk"],["ht","ht"],["ko","ko"],["nl","nl"],["ca","ca"],["zh-CN","zh-Hans"],["cs","cs"],["kn","kn"],["otq","otq"],["tlh","tlh"],["hr","hr"],["lv","lv"],["lt","lt"],["ro","ro"],["mg","mg"],["mt","mt"],["mr","mr"],["ml","ml"],["ms","ms"],["mi","mi"],["bn","bn-BD"],["hmn","mww"],["af","af"],["pa","pa"],["pt","pt"],["ps","ps"],["ja","ja"],["sv","sv"],["sm","sm"],["sr-Latn","sr-Latn"],["sr-Cyrl","sr-Cyrl"],["no","nb"],["sk","sk"],["sl","sl"],["sw","sw"],["ty","ty"],["te","te"],["ta","ta"],["th","th"],["to","to"],["tr","tr"],["cy","cy"],["ur","ur"],["uk","uk"],["es","es"],["he","he"],["el","el"],["hu","hu"],["it","it"],["hi","hi"],["id","id"],["en","en"],["yua","yua"],["bo","bo"]],rg=new Map(oA),ag=class extends De{static langMap=rg;APIKEY="";region="eastasia";isSupportList=!0;apiUrl="https://api.cognitive.microsofttranslator.com/translate?x=2";constructor(e,n,r){if(super(e,n,r),!e||!e.APIKEY)throw new $("APIKEY are required");this.APIKEY=e.APIKEY?.trim(),e.region&&(this.region=e.region),e.apiUrl&&(this.apiUrl=Ht(this.apiUrl,e.apiUrl))}async translateList(e){let{text:n,from:r,to:a}=e;if(n.length===0)return{from:r,to:a,text:[]};let i={"api-version":"3.0",to:rg.get(a)||a};r!=="auto"&&(i.from=rg.get(r)||r);let o=new URLSearchParams(i),s=JSON.stringify(n.map(m=>({text:m}))),u=new URL(this.apiUrl),l=new URLSearchParams(u.search);l.toString()!==""&&l.forEach((m,g)=>{o.append(g,m)}),u.search=o.toString();let c={url:u.toString(),retry:this.retry,method:"POST",headers:{"Ocp-Apim-Subscription-Key":this.APIKEY,"Ocp-Apim-Subscription-Region":this.region,"content-type":"application/json"},body:s,timeout:this.requestTimeout},p=await de(c);if(p.length===0)throw new $("server response invalid");return{from:r,to:a,text:p.map(m=>m.translations.map(f=>f.text).join(" "))}}},B2=ag;d();var sA=[["auto","auto"],["zh-CN","zh-CN"],["zh-TW","zh-TW"],["en","en"],["ja","ja"],["ru","ru"],["es","es"],["de","de"],["ko","ko"],["fr","fr"],["th","th"],["vi","vi"],["id","id"]],io=new Map(sA),ig=class extends De{static langMap=io;isSupportList=!0;maxTextGroupLength=25;maxTextLength=1200;constructor(e,n,r){super(e,n,r)}getDefaultRateLimit(){return{limit:3,interval:1150}}async translateList(e){let{text:n,from:r,to:a}=e,i;if(n.length===0)return{from:r,to:a,text:[]};let o=`
`,s=n.join(o),u={url:"https://api.papago-chrome.com/v2/translate/openapi",retry:this.retry,method:"POST",headers:{authority:"api.papago-chrome.com","content-type":"application/json"},body:"",timeout:this.requestTimeout};r==="auto"||!io.get(r)?(i=(await de({url:"https://api.papago-chrome.com/v2/translate/detect",method:"POST",headers:{authority:"api.papago-chrome.com","content-type":"application/json"},body:s})).langCode,u.body=JSON.stringify({text:s,source:i||io.get(r)||r,target:io.get(a)||a})):u.body=JSON.stringify({text:s,source:io.get(r),target:io.get(a)||a});let l=await de(u);if(l.translatedText==="")throw new $("server response invalid");let c=l.translatedText.split("
").map(p=>p.trim());return{from:r,to:a,text:c}}},I2=ig;d();d();d();function R2(t){let e=t.split(` `),n=[],r,a="",i="";for(let o of e){o.startsWith("- ")&&(o=o.slice(1),r&&n.push(r),r={},a="",i="");let s=o.trim().split(/[::]/).map(l=>l.trim()).filter(l=>!!l);if(s.length>=2&&!/\S\s\S/.test(s[0])){let l=o.slice(o.indexOf(s[1])).trim();l?(a=s[0],l=="|-"?i="":i=l):i+=` @@ -5354,27 +5354,27 @@ Translate the content to {{to}} Language: %% -`;bodyConfigs={};model="";systemPrompt="";prompt="";subtitlePrompt="";multiplePrompt="";ignoreResReges=[];apiUrl="";constructor(e,n,r){if(super(e,n,r),e||(e={}),e.APIKEY){let a=e.APIKEY?.trim();this.apiKeys=a.split(",").map(i=>i.trim())}Array.isArray(e.ignoreResRegexs)&&(this.ignoreResReges=e.ignoreResRegexs),e.translationTextSeparator&&(this.translationTextSeparator=e.translationTextSeparator),e.model&&(this.model=e.model),e.systemPrompt&&(this.systemPrompt=e.systemPrompt),e.prompt&&(this.prompt=e.prompt),e.multiplePrompt&&(this.multiplePrompt=e.multiplePrompt),e.subtitlePrompt&&(this.subtitlePrompt=e.subtitlePrompt),e.bodyConfigs&&(this.bodyConfigs=e.bodyConfigs)}getLangMap(){return new Map}getRandomKey(){let e=Math.floor(Math.random()*this.apiKeys.length);return this.apiKeys[e]}async translate(e){let{text:n,from:r,to:a,options:i}=e;if(n.length===0)return{from:r,to:a,text:""};let o=this.getLangMap(),s=this.prompt||"",u=o.get(r)||r,l=o.get(a)||a,c=this.serviceConfig.env||{},p=i?.sourceProgram,g=["subtitle","videoSubtitle"].includes(p),m=[n];i?.rawTextArrayLength&&(m=n.split(this.translationTextSeparator)),m.length>1&&this.multiplePrompt&&(s=this.multiplePrompt),g&&this.subtitlePrompt&&m.length>1&&(s=this.subtitlePrompt);let f="",T="",b=s.includes("{{json}}"),h=s.includes("{{yaml}}");if(b){let B=[],S=c.imt_json_item||"";g&&(S=c.imt_subtitle_json_item||S);for(let y=0;yS==="from"?u:S==="to"?l+" Language":S==="text"?n:S=="json"?f:S=="yaml"?T:c[S]||B).replace(/{{(.+?)}}/g,(B,S)=>c[S]||B);let C=await this.handleOptions(s,e);z.debug("request options",C);let D=await de(C),M=this.parseResponse(D);if(M=this.filterContent(n,M,s,m),z.debug("filterContent after",M),!b&&!h||!M)return{from:r,to:a,text:M||n};M=uA(n,M),M=N3(M);try{let B={};if(b){z.debug("extractValidJson before",M);let _=this.extractValidJson(M);z.debug("parse before",M),B=Mu.parse(_)}else if(h){z.debug("parseYAML before",M);let _=this.extractValidYaml(M);B=R2(_)}let S=c.imt_trans_field;g&&(S=c.imt_sub_trans_field||S);let y=c.imt_source_field;return g&&(y=c.imt_sub_source_field||y),M=this.restoreText(m,B,S,this.translationTextSeparator,y),{from:r,to:a,text:M}}catch(B){return z.error("parse response failed",M,B),{from:r,to:a,text:M}}}extractValidJson(e){let n=e.indexOf("["),r=e.lastIndexOf("]");return n!==-1&&r!==-1?e.slice(n,r+1):""}extractValidYaml(e){let n=e.split(` +`;bodyConfigs={};model="";systemPrompt="";prompt="";subtitlePrompt="";multiplePrompt="";ignoreResReges=[];apiUrl="";constructor(e,n,r){if(super(e,n,r),e||(e={}),e.APIKEY){let a=e.APIKEY?.trim();this.apiKeys=a.split(",").map(i=>i.trim())}Array.isArray(e.ignoreResRegexs)&&(this.ignoreResReges=e.ignoreResRegexs),e.translationTextSeparator&&(this.translationTextSeparator=e.translationTextSeparator),e.model&&(this.model=e.model),e.systemPrompt&&(this.systemPrompt=e.systemPrompt),e.prompt&&(this.prompt=e.prompt),e.multiplePrompt&&(this.multiplePrompt=e.multiplePrompt),e.subtitlePrompt&&(this.subtitlePrompt=e.subtitlePrompt),e.bodyConfigs&&(this.bodyConfigs=e.bodyConfigs)}getLangMap(){return new Map}getRandomKey(){let e=Math.floor(Math.random()*this.apiKeys.length);return this.apiKeys[e]}async translate(e){let{text:n,from:r,to:a,options:i}=e;if(n.length===0)return{from:r,to:a,text:""};let o=this.getLangMap(),s=this.prompt||"",u=o.get(r)||r,l=o.get(a)||a,c=this.serviceConfig.env||{},p=i?.sourceProgram,m=["subtitle","videoSubtitle"].includes(p),g=[n];i?.rawTextArrayLength&&(g=n.split(this.translationTextSeparator)),g.length>1&&this.multiplePrompt&&(s=this.multiplePrompt),m&&this.subtitlePrompt&&g.length>1&&(s=this.subtitlePrompt);let f="",T="",b=s.includes("{{json}}"),h=s.includes("{{yaml}}");if(b){let B=[],S=c.imt_json_item||"";m&&(S=c.imt_subtitle_json_item||S);for(let v=0;vS==="from"?u:S==="to"?l+" Language":S==="text"?n:S=="json"?f:S=="yaml"?T:c[S]||B).replace(/{{(.+?)}}/g,(B,S)=>c[S]||B);let C=await this.handleOptions(s,e);z.debug("request options",C);let D=await de(C),M=this.parseResponse(D);if(M=this.filterContent(n,M,s,g),z.debug("filterContent after",M),!b&&!h||!M)return{from:r,to:a,text:M||n};M=uA(n,M),M=N3(M);try{let B={};if(b){z.debug("extractValidJson before",M);let L=this.extractValidJson(M);z.debug("parse before",M),B=Mu.parse(L)}else if(h){z.debug("parseYAML before",M);let L=this.extractValidYaml(M);B=R2(L)}let S=c.imt_trans_field;m&&(S=c.imt_sub_trans_field||S);let v=c.imt_source_field;return m&&(v=c.imt_sub_source_field||v),M=this.restoreText(g,B,S,this.translationTextSeparator,v),{from:r,to:a,text:M}}catch(B){return z.error("parse response failed",M,B),{from:r,to:a,text:M}}}extractValidJson(e){let n=e.indexOf("["),r=e.lastIndexOf("]");return n!==-1&&r!==-1?e.slice(n,r+1):""}extractValidYaml(e){let n=e.split(` `),r=[];for(let a=0;anew RegExp(s).test(i))&&(i=e)}catch(o){z.debug("e",o)}return i}getCacheKeyPrefix(){let e=[this.model||"",this.apiUrl||"",this.systemPrompt||"",this.prompt||"",this.systemPrompt||"",this.multiplePrompt||"",this.subtitlePrompt||""];return kn(e.join("_"))}},oo=og;function uA(t,e){return!t.includes(".")&&!t.includes("\u3002")&&(e.endsWith("\u3002")||e.endsWith("."))?e.slice(0,-1):e}var lA=[["auto","auto"],["zh-CN","Simplified Chinese"],["zh-TW","Traditional Chinese"],["zh-CN-NE","Northeastern Chinese"],["en","English"],["yue","Cantonese"],["bo","\u85CF\u8BED"],["wyw","Classical Chinese"],["ja","Japanese"],["ko","Korean"],["fr","French"],["de","German"],["es","Spanish"],["it","Italian"],["ru","Russian"],["pt","Portuguese"],["pt-br","Portuguese (Brazil)"],["nl","Dutch"],["pl","Polish"],["ar","Arabic"],["af","Afrikaans"],["am","Amharic"],["az","Azerbaijani"],["be","Belarusian"],["bg","Bulgarian"],["bn","Bengali"],["bs","Bosnian"],["ca","Catalan"],["ceb","Cebuano"],["co","Corsican"],["cs","Czech"],["cy","Welsh"],["da","Danish"],["el","Greek"],["eo","Esperanto"],["et","Estonian"],["eu","Basque"],["fa","Persian"],["fi","Finnish"],["fj","Fijian"],["fil","Filipino"],["fy","Western Frisian"],["ga","Irish"],["gd","Scottish Gaelic"],["gl","Galician"],["gu","Gujarati"],["ha","Hausa"],["haw","Hawaiian"],["he","Hebrew"],["hi","Hindi"],["hmn","Hmong"],["hr","Croatian"],["ht","Haitian Creole"],["hu","Hungarian"],["hy","Armenian"],["id","Indonesian"],["ig","Igbo"],["is","Icelandic"],["jw","Javanese"],["ka","Georgian"],["kk","Kazakh"],["km","Khmer"],["kn","Kannada"],["ku","Kurdish"],["ky","Kyrgyz"],["la","Lao"],["lb","Luxembourgish"],["lo","Lao"],["lt","Lithuanian"],["lv","Latvian"],["mg","Malagasy"],["mi","Maori"],["mk","Macedonian"],["ml","Malayalam"],["mn","Mongolian"],["mr","Marathi"],["ms","Malay"],["mt","Maltese"],["my","Burmese"],["pa","Punjabi"],["ps","Pashto"],["ro","Romanian"],["si","Sinhala"],["sk","Slovak"],["sl","Slovene"],["sa","Sanskrit"],["sm","Samoan"],["sn","Shona"],["so","Somali"],["sq","Albanian"],["sr","Serbian"],["sr-Cyrl","Serbian (Cyrillic)"],["sr-Latn","Serbian (Latin)"],["st","Southern Sotho"],["su","Sundanese"],["sv","Swedish"],["sw","Swahili"],["ta","Tamil"],["te","Telugu"],["tg","Tajik"],["th","Thai"],["tr","Turkish"],["ug","Uyghur"],["uk","Ukrainian"],["ur","Urdu"],["uz","Uzbek"],["vi","Vietnamese"],["xh","Xhosa"],["yi","Yiddish"],["yo","Yoruba"],["zu","Zulu"]],O2=new Map(lA),sg=class extends oo{static langMap=O2;provider="custom";immersiveApiUrl="https://openai-api.immersivetranslate.com/v1/chat/completions";immersiveProApiUrl=Qt()||Bn()?"https://api2.immersivetranslate.com/openai/v1/chat/completions":"https://test-api2.immersivetranslate.com/openai/v1/chat/completions";temperature=0;constructor(e,n,r){if(super(e,n,r),e||(e={}),e.provider&&(this.provider=e.provider),e.temperature!==void 0&&(this.temperature=parseFloat(e.temperature)),this.provider==="pro"){if(!r.isPro)throw new $("Please activate Pro membership first, \u8BF7\u5148\u5F00\u901A Pro \u4F1A\u5458\u3002");let a=r.userToken||"";if(this.apiKeys=a.split(",").map(i=>i.trim()),!a)throw new $("Login required, \u767B\u5F55\u540E\u624D\u53EF\u4EE5\u4F7F\u7528\u3002");e.proModel&&(e.model=e.proModel),e.proLimit&&(e.limit=e.proLimit)}e&&e.immersiveApiUrl&&(this.immersiveApiUrl=Ht(this.immersiveApiUrl,e.immersiveApiUrl)),this.apiUrl="https://api.openai.com/v1/chat/completions",e.apiUrl&&(this.apiUrl=Ht(this.apiUrl,e.apiUrl)),e&&e.immersiveProApiUrl&&(this.immersiveProApiUrl=Ht(this.immersiveProApiUrl,e.immersiveProApiUrl)),this.model=this.model||"gpt-3.5-turbo-1106"}getLangMap(){return O2}getDefaultRateLimit(){return{limit:10,interval:1300}}parseResponse(e){return e?.choices?.[0]?.message?.content?.trim()}async handleOptions(e,n){let r={};n.refresh&&(r["X-Refresh"]="True"),n.debug&&(r["X-Debug"]="True");let a=[{role:"system",content:this.serviceConfig.systemPrompt||""},{role:"user",content:e}],i={url:this.apiUrl,method:"POST",headers:{"Content-Type":"application/json"},body:JSON.stringify({model:this.model,temperature:this.temperature,messages:a},null,2),timeout:this.requestTimeout,retry:this.retry},o=this.getRandomKey();return this.provider==="pro"?(i.url=this.immersiveProApiUrl,i.headers.token=o,i.headers={...i.headers,...r}):o&&(i.headers.Authorization="Bearer "+o,i.headers["api-key"]=o,o.startsWith("immersiveopenai_")&&(i.url=this.immersiveProApiUrl,i.headers.token=o,o.endsWith("x")||(i.headers["Immersive-Corpus-Campagin"]="yes"),delete i.headers.Authorization,delete i.headers["api-key"],i.headers={...i.headers,...r})),i}getCacheKeyPrefix(){let e=["openai",this.provider||"",this.model||"",this.systemPrompt||"",this.prompt||"",this.systemPrompt||"",this.multiplePrompt||"",this.subtitlePrompt||""];return kn(e.join("_"))}},z2=sg;d();var q2=o6(N2());var U2=[["af","af"],["am","am"],["ar","ar"],["auto","auto"],["az","az"],["be","be"],["bg","bg"],["bn","bn"],["bs","bs"],["ca","ca"],["ceb","ceb"],["co","co"],["cs","cs"],["cy","cy"],["da","da"],["de","de"],["el","el"],["en","en"],["eo","eo"],["es","es"],["et","et"],["eu","eu"],["fa","fa"],["fi","fi"],["fil","fil"],["fj","fj"],["fr","fr"],["fy","fy"],["ga","ga"],["gd","gd"],["gl","gl"],["gu","gu"],["ha","ha"],["haw","haw"],["he","he"],["hi","hi"],["hmn","hmn"],["hr","hr"],["ht","ht"],["hu","hu"],["hy","hy"],["id","id"],["ig","ig"],["is","is"],["it","it"],["ja","ja"],["jw","jw"],["ka","ka"],["kk","kk"],["km","km"],["kn","kn"],["ko","ko"],["ku","ku"],["ky","ky"],["la","la"],["lb","lb"],["lo","lo"],["lt","lt"],["lv","lv"],["mg","mg"],["mi","mi"],["mk","mk"],["ml","ml"],["mn","mn"],["mr","mr"],["ms","ms"],["mt","mt"],["mww","mww"],["my","my"],["ne","ne"],["nl","nl"],["no","no"],["ny","ny"],["otq","otq"],["pa","pa"],["pl","pl"],["ps","ps"],["pt","pt"],["ro","ro"],["ru","ru"],["sd","sd"],["si","si"],["sk","sk"],["sl","sl"],["sm","sm"],["sn","sn"],["so","so"],["sq","sq"],["tn","tn"],["st","st"],["su","su"],["sv","sv"],["sw","sw"],["ta","ta"],["te","te"],["tg","tg"],["th","th"],["tlh","tlh"],["to","to"],["tr","tr"],["ty","ty"],["ug","ug"],["uk","uk"],["ur","ur"],["uz","uz"],["vi","vi"],["xh","xh"],["yi","yi"],["yo","yo"],["yua","yua"],["yue","yue"],["bo","bo"],["sa","sa"],["zh-CN","zh"],["zh-TW","zh-tw"],["zu","zu"]],_s=class t extends De{static langMap=new Map(U2);static langMapReverse=new Map(U2.map(([e,n])=>[n,e]));SHA1;AccessKeyID="";AccessKeySecret="";isSupportList=!0;scene="general";maxTextGroupLength=50;maxTextLength=1e3;constructor(e,n,r){if(super(e,n,r),!e||!e.AccessKeyID||!e.AccessKeySecret)throw new $("AccessKeyID and AccessKeySecret are required");this.AccessKeyID=e.AccessKeyID?.trim(),this.AccessKeySecret=e.AccessKeySecret?.trim(),this.SHA1=new q2.default.SHA1,e.scene&&(this.scene=e.scene)}async translate(e){let{text:n,from:r,to:a}=e,i={FormatType:"text",Scene:this.scene,SourceLanguage:t.langMap.get(r)||"auto",SourceText:n,TargetLanguage:t.langMap.get(a)||a},o=this.scene=="general"?"TranslateGeneral":"Translate",s=await this.signedRequest({secretId:this.AccessKeyID,secretKey:this.AccessKeySecret,action:o,payload:i,service:"mt",version:"2018-10-12"});return{text:s.Data.Translated,from:s.Data.DetectedLanguage&&t.langMapReverse.get(s.Data.DetectedLanguage)||r||"auto",to:t.langMapReverse.get(a)||a}}async translateList(e){let{text:n,from:r,to:a}=e,i=this.scene=="general"?"translate_standard":"translate_ecommerce",o={FormatType:"text",Scene:this.scene,SourceLanguage:t.langMap.get(r)||"auto",SourceText:JSON.stringify(n.reduce((l,c,p)=>(l[p]=c,l),{})),TargetLanguage:t.langMap.get(a)||a,ApiType:i},s=await this.signedRequest({secretId:this.AccessKeyID,secretKey:this.AccessKeySecret,action:"GetBatchTranslate",payload:o,service:"mt",version:"2018-10-12"}),u=s.TranslatedList.length&&s.TranslatedList[0].detectedLanguage;return{text:s.TranslatedList.sort((l,c)=>parseInt(l.index)-parseInt(c.index)).map(l=>l.translated),from:u&&t.langMapReverse.get(u)||r||"auto",to:t.langMapReverse.get(a)||a}}encode(e){return encodeURIComponent(e).replace(/!/g,"%21").replace(/'/g,"%27").replace(/\(/g,"%28").replace(/\)/g,"%29").replace(/\*/g,"%2A")}async signedRequest({secretId:e,secretKey:n,action:r,payload:a,service:i,version:o}){let s=new Date().toISOString(),u=Math.random().toString(36).slice(2),l={Action:r,Version:o,Format:"JSON",AccessKeyId:e,SignatureNonce:u,Timestamp:s,SignatureMethod:"HMAC-SHA1",SignatureVersion:"1.0"},p=(T=>{let h=Object.keys(T).sort().map(C=>`${this.encode(C)}=${this.encode(T[C])}`).join("&");return`POST&%2F&${this.encode(h)}`})(Object.assign({},l,a)),g=this.SHA1.b64_hmac(`${n}&`,p),m=new URLSearchParams(Object.assign({},l,{Signature:g})).toString(),f=await de({retry:this.retry,url:`https://${i}.aliyuncs.com?${m}`,method:"POST",headers:{"content-type":"application/x-www-form-urlencoded"},body:new URLSearchParams(a).toString(),timeout:this.requestTimeout});if(f instanceof Error)throw f;if(f.Code!=="200")throw new $(f.Message);return f}};d();d();var cA=["authorization","content-type","content-length","user-agent","presigned-expires","expect"],Dt={algorithm:"HMAC-SHA256",v4Identifier:"request",dateHeader:"X-Date",tokenHeader:"X-Security-Token",contentSha256Header:"X-Content-Sha256",notSignBody:"X-NotSignBody",kDatePrefix:"",credential:"X-Credential",algorithmKey:"X-Algorithm",signHeadersKey:"X-SignedHeaders",signQueriesKey:"X-SignedQueries",signatureKey:"X-Signature"},ug=t=>{try{return encodeURIComponent(t).replace(/[^A-Za-z0-9_.~\-%]+/g,escape).replace(/[*]/g,e=>`%${e.charCodeAt(0).toString(16).toUpperCase()}`)}catch{return""}},lg=t=>Object.keys(t).map(e=>{let n=t[e];if(typeof n>"u"||n===null)return;let r=ug(e);if(r)return Array.isArray(n)?`${r}=${n.map(ug).sort().join(`&${r}=`)}`:`${r}=${ug(n)}`}).filter(e=>e).join("&"),so=class{request;serviceName;bodySha256;constructor(e,n,r){this.request=e,this.request.headers=e.headers||{},this.serviceName=n,r=r||{},this.bodySha256=r.bodySha256,this.request.params=this.sortParams(this.request.params)}sortParams(e){let n={};return e&&Object.keys(e).filter(r=>{let a=e[r];return typeof a<"u"&&a!==null}).sort().map(r=>{n[r]=e[r]}),n}async addAuthorization(e,n){let r=this.getDateTime(n);await this.addHeaders(e,r),this.request.headers.Authorization=await this.authorization(e,r)}async authorization(e,n){let r=[],a=this.credentialString(n);return r.push(`${Dt.algorithm} Credential=${e.accessKeyId}/${a}`),r.push(`SignedHeaders=${this.signedHeaders()}`),r.push(`Signature=${await this.signature(e,n)}`),r.join(", ")}async getSignUrl(e,n){let r=this.getDateTime(n),a={...this.request.params},i=this.request.params,o=this.request.headers;e.sessionToken&&(a[Dt.tokenHeader]=e.sessionToken),a[Dt.dateHeader]=r,a[Dt.notSignBody]="",a[Dt.credential]=`${e.accessKeyId}/${this.credentialString(r)}`,a[Dt.algorithmKey]=Dt.algorithm,a[Dt.signHeadersKey]="",a[Dt.signQueriesKey]=void 0,a[Dt.signatureKey]=void 0,a=this.sortParams(a),this.request.params=a,this.request.headers={};let s=await this.signature(e,r);return this.request.params=i,this.request.headers=o,a[Dt.signQueriesKey]=Object.keys(a).sort().join(";"),a[Dt.signatureKey]=s,lg(a)}getDateTime(e){return this.iso8601(e).replace(/[:\-]|\.\d{3}/g,"")}async addHeaders(e,n){if(this.request.headers[Dt.dateHeader]=n,e.sessionToken&&(this.request.headers[Dt.tokenHeader]=e.sessionToken),this.request.body){let r=this.request.body;this.request.headers[Dt.contentSha256Header]=await nr(r)}}async signature(e,n){let r=await this.getSigningKey(e,n.substr(0,8),this.request.region,this.serviceName);return xl(await sa(await this.stringToSign(n),r))}async stringToSign(e){let n=[];n.push(Dt.algorithm),n.push(e),n.push(this.credentialString(e));let r=await this.canonicalString();return n.push(await this.hexEncodedHash(r)),n.join(` +`)}restoreText(e,n,r,a,i){let o=[];for(let s=0;snew RegExp(s).test(i))&&(i=e)}catch(o){z.debug("e",o)}return i}getCacheKeyPrefix(){let e=[this.model||"",this.apiUrl||"",this.systemPrompt||"",this.prompt||"",this.systemPrompt||"",this.multiplePrompt||"",this.subtitlePrompt||""];return kn(e.join("_"))}},oo=og;function uA(t,e){return!t.includes(".")&&!t.includes("\u3002")&&(e.endsWith("\u3002")||e.endsWith("."))?e.slice(0,-1):e}var lA=[["auto","auto"],["zh-CN","Simplified Chinese"],["zh-TW","Traditional Chinese"],["zh-CN-NE","Northeastern Chinese"],["en","English"],["yue","Cantonese"],["bo","\u85CF\u8BED"],["wyw","Classical Chinese"],["ja","Japanese"],["ko","Korean"],["fr","French"],["de","German"],["es","Spanish"],["it","Italian"],["ru","Russian"],["pt","Portuguese"],["pt-br","Portuguese (Brazil)"],["nl","Dutch"],["pl","Polish"],["ar","Arabic"],["af","Afrikaans"],["am","Amharic"],["az","Azerbaijani"],["be","Belarusian"],["bg","Bulgarian"],["bn","Bengali"],["bs","Bosnian"],["ca","Catalan"],["ceb","Cebuano"],["co","Corsican"],["cs","Czech"],["cy","Welsh"],["da","Danish"],["el","Greek"],["eo","Esperanto"],["et","Estonian"],["eu","Basque"],["fa","Persian"],["fi","Finnish"],["fj","Fijian"],["fil","Filipino"],["fy","Western Frisian"],["ga","Irish"],["gd","Scottish Gaelic"],["gl","Galician"],["gu","Gujarati"],["ha","Hausa"],["haw","Hawaiian"],["he","Hebrew"],["hi","Hindi"],["hmn","Hmong"],["hr","Croatian"],["ht","Haitian Creole"],["hu","Hungarian"],["hy","Armenian"],["id","Indonesian"],["ig","Igbo"],["is","Icelandic"],["jw","Javanese"],["ka","Georgian"],["kk","Kazakh"],["km","Khmer"],["kn","Kannada"],["ku","Kurdish"],["ky","Kyrgyz"],["la","Lao"],["lb","Luxembourgish"],["lo","Lao"],["lt","Lithuanian"],["lv","Latvian"],["mg","Malagasy"],["mi","Maori"],["mk","Macedonian"],["ml","Malayalam"],["mn","Mongolian"],["mr","Marathi"],["ms","Malay"],["mt","Maltese"],["my","Burmese"],["pa","Punjabi"],["ps","Pashto"],["ro","Romanian"],["si","Sinhala"],["sk","Slovak"],["sl","Slovene"],["sa","Sanskrit"],["sm","Samoan"],["sn","Shona"],["so","Somali"],["sq","Albanian"],["sr","Serbian"],["sr-Cyrl","Serbian (Cyrillic)"],["sr-Latn","Serbian (Latin)"],["st","Southern Sotho"],["su","Sundanese"],["sv","Swedish"],["sw","Swahili"],["ta","Tamil"],["te","Telugu"],["tg","Tajik"],["th","Thai"],["tr","Turkish"],["ug","Uyghur"],["uk","Ukrainian"],["ur","Urdu"],["uz","Uzbek"],["vi","Vietnamese"],["xh","Xhosa"],["yi","Yiddish"],["yo","Yoruba"],["zu","Zulu"]],O2=new Map(lA),sg=class extends oo{static langMap=O2;provider="custom";immersiveApiUrl="https://openai-api.immersivetranslate.com/v1/chat/completions";immersiveProApiUrl=Qt()||Bn()?"https://api2.immersivetranslate.com/openai/v1/chat/completions":"https://test-api2.immersivetranslate.com/openai/v1/chat/completions";temperature=0;constructor(e,n,r){if(super(e,n,r),e||(e={}),e.provider&&(this.provider=e.provider),e.temperature!==void 0&&(this.temperature=parseFloat(e.temperature)),this.provider==="pro"){if(!r.isPro)throw new $("Please activate Pro membership first, \u8BF7\u5148\u5F00\u901A Pro \u4F1A\u5458\u3002");let a=r.userToken||"";if(this.apiKeys=a.split(",").map(i=>i.trim()),!a)throw new $("Login required, \u767B\u5F55\u540E\u624D\u53EF\u4EE5\u4F7F\u7528\u3002");e.proModel&&(e.model=e.proModel),e.proLimit&&(e.limit=e.proLimit)}e&&e.immersiveApiUrl&&(this.immersiveApiUrl=Ht(this.immersiveApiUrl,e.immersiveApiUrl)),this.apiUrl="https://api.openai.com/v1/chat/completions",e.apiUrl&&(this.apiUrl=Ht(this.apiUrl,e.apiUrl)),e&&e.immersiveProApiUrl&&(this.immersiveProApiUrl=Ht(this.immersiveProApiUrl,e.immersiveProApiUrl)),this.model=this.model||"gpt-3.5-turbo-1106"}getLangMap(){return O2}getDefaultRateLimit(){return{limit:10,interval:1300}}parseResponse(e){return e?.choices?.[0]?.message?.content?.trim()}async handleOptions(e,n){let r={};n.refresh&&(r["X-Refresh"]="True"),n.debug&&(r["X-Debug"]="True");let a=[{role:"system",content:this.serviceConfig.systemPrompt||""},{role:"user",content:e}],i={url:this.apiUrl,method:"POST",headers:{"Content-Type":"application/json"},body:JSON.stringify({model:this.model,temperature:this.temperature,messages:a},null,2),timeout:this.requestTimeout,retry:this.retry},o=this.getRandomKey();return this.provider==="pro"?(i.url=this.immersiveProApiUrl,i.headers.token=o,i.headers={...i.headers,...r}):o&&(i.headers.Authorization="Bearer "+o,i.headers["api-key"]=o,o.startsWith("immersiveopenai_")&&(i.url=this.immersiveProApiUrl,i.headers.token=o,o.endsWith("x")||(i.headers["Immersive-Corpus-Campagin"]="yes"),delete i.headers.Authorization,delete i.headers["api-key"],i.headers={...i.headers,...r})),i}getCacheKeyPrefix(){let e=["openai",this.provider||"",this.model||"",this.systemPrompt||"",this.prompt||"",this.systemPrompt||"",this.multiplePrompt||"",this.subtitlePrompt||""];return kn(e.join("_"))}},z2=sg;d();var q2=o6(N2());var U2=[["af","af"],["am","am"],["ar","ar"],["auto","auto"],["az","az"],["be","be"],["bg","bg"],["bn","bn"],["bs","bs"],["ca","ca"],["ceb","ceb"],["co","co"],["cs","cs"],["cy","cy"],["da","da"],["de","de"],["el","el"],["en","en"],["eo","eo"],["es","es"],["et","et"],["eu","eu"],["fa","fa"],["fi","fi"],["fil","fil"],["fj","fj"],["fr","fr"],["fy","fy"],["ga","ga"],["gd","gd"],["gl","gl"],["gu","gu"],["ha","ha"],["haw","haw"],["he","he"],["hi","hi"],["hmn","hmn"],["hr","hr"],["ht","ht"],["hu","hu"],["hy","hy"],["id","id"],["ig","ig"],["is","is"],["it","it"],["ja","ja"],["jw","jw"],["ka","ka"],["kk","kk"],["km","km"],["kn","kn"],["ko","ko"],["ku","ku"],["ky","ky"],["la","la"],["lb","lb"],["lo","lo"],["lt","lt"],["lv","lv"],["mg","mg"],["mi","mi"],["mk","mk"],["ml","ml"],["mn","mn"],["mr","mr"],["ms","ms"],["mt","mt"],["mww","mww"],["my","my"],["ne","ne"],["nl","nl"],["no","no"],["ny","ny"],["otq","otq"],["pa","pa"],["pl","pl"],["ps","ps"],["pt","pt"],["ro","ro"],["ru","ru"],["sd","sd"],["si","si"],["sk","sk"],["sl","sl"],["sm","sm"],["sn","sn"],["so","so"],["sq","sq"],["tn","tn"],["st","st"],["su","su"],["sv","sv"],["sw","sw"],["ta","ta"],["te","te"],["tg","tg"],["th","th"],["tlh","tlh"],["to","to"],["tr","tr"],["ty","ty"],["ug","ug"],["uk","uk"],["ur","ur"],["uz","uz"],["vi","vi"],["xh","xh"],["yi","yi"],["yo","yo"],["yua","yua"],["yue","yue"],["bo","bo"],["sa","sa"],["zh-CN","zh"],["zh-TW","zh-tw"],["zu","zu"]],_s=class t extends De{static langMap=new Map(U2);static langMapReverse=new Map(U2.map(([e,n])=>[n,e]));SHA1;AccessKeyID="";AccessKeySecret="";isSupportList=!0;scene="general";maxTextGroupLength=50;maxTextLength=1e3;constructor(e,n,r){if(super(e,n,r),!e||!e.AccessKeyID||!e.AccessKeySecret)throw new $("AccessKeyID and AccessKeySecret are required");this.AccessKeyID=e.AccessKeyID?.trim(),this.AccessKeySecret=e.AccessKeySecret?.trim(),this.SHA1=new q2.default.SHA1,e.scene&&(this.scene=e.scene)}async translate(e){let{text:n,from:r,to:a}=e,i={FormatType:"text",Scene:this.scene,SourceLanguage:t.langMap.get(r)||"auto",SourceText:n,TargetLanguage:t.langMap.get(a)||a},o=this.scene=="general"?"TranslateGeneral":"Translate",s=await this.signedRequest({secretId:this.AccessKeyID,secretKey:this.AccessKeySecret,action:o,payload:i,service:"mt",version:"2018-10-12"});return{text:s.Data.Translated,from:s.Data.DetectedLanguage&&t.langMapReverse.get(s.Data.DetectedLanguage)||r||"auto",to:t.langMapReverse.get(a)||a}}async translateList(e){let{text:n,from:r,to:a}=e,i=this.scene=="general"?"translate_standard":"translate_ecommerce",o={FormatType:"text",Scene:this.scene,SourceLanguage:t.langMap.get(r)||"auto",SourceText:JSON.stringify(n.reduce((l,c,p)=>(l[p]=c,l),{})),TargetLanguage:t.langMap.get(a)||a,ApiType:i},s=await this.signedRequest({secretId:this.AccessKeyID,secretKey:this.AccessKeySecret,action:"GetBatchTranslate",payload:o,service:"mt",version:"2018-10-12"}),u=s.TranslatedList.length&&s.TranslatedList[0].detectedLanguage;return{text:s.TranslatedList.sort((l,c)=>parseInt(l.index)-parseInt(c.index)).map(l=>l.translated),from:u&&t.langMapReverse.get(u)||r||"auto",to:t.langMapReverse.get(a)||a}}encode(e){return encodeURIComponent(e).replace(/!/g,"%21").replace(/'/g,"%27").replace(/\(/g,"%28").replace(/\)/g,"%29").replace(/\*/g,"%2A")}async signedRequest({secretId:e,secretKey:n,action:r,payload:a,service:i,version:o}){let s=new Date().toISOString(),u=Math.random().toString(36).slice(2),l={Action:r,Version:o,Format:"JSON",AccessKeyId:e,SignatureNonce:u,Timestamp:s,SignatureMethod:"HMAC-SHA1",SignatureVersion:"1.0"},p=(T=>{let h=Object.keys(T).sort().map(C=>`${this.encode(C)}=${this.encode(T[C])}`).join("&");return`POST&%2F&${this.encode(h)}`})(Object.assign({},l,a)),m=this.SHA1.b64_hmac(`${n}&`,p),g=new URLSearchParams(Object.assign({},l,{Signature:m})).toString(),f=await de({retry:this.retry,url:`https://${i}.aliyuncs.com?${g}`,method:"POST",headers:{"content-type":"application/x-www-form-urlencoded"},body:new URLSearchParams(a).toString(),timeout:this.requestTimeout});if(f instanceof Error)throw f;if(f.Code!=="200")throw new $(f.Message);return f}};d();d();var cA=["authorization","content-type","content-length","user-agent","presigned-expires","expect"],Dt={algorithm:"HMAC-SHA256",v4Identifier:"request",dateHeader:"X-Date",tokenHeader:"X-Security-Token",contentSha256Header:"X-Content-Sha256",notSignBody:"X-NotSignBody",kDatePrefix:"",credential:"X-Credential",algorithmKey:"X-Algorithm",signHeadersKey:"X-SignedHeaders",signQueriesKey:"X-SignedQueries",signatureKey:"X-Signature"},ug=t=>{try{return encodeURIComponent(t).replace(/[^A-Za-z0-9_.~\-%]+/g,escape).replace(/[*]/g,e=>`%${e.charCodeAt(0).toString(16).toUpperCase()}`)}catch{return""}},lg=t=>Object.keys(t).map(e=>{let n=t[e];if(typeof n>"u"||n===null)return;let r=ug(e);if(r)return Array.isArray(n)?`${r}=${n.map(ug).sort().join(`&${r}=`)}`:`${r}=${ug(n)}`}).filter(e=>e).join("&"),so=class{request;serviceName;bodySha256;constructor(e,n,r){this.request=e,this.request.headers=e.headers||{},this.serviceName=n,r=r||{},this.bodySha256=r.bodySha256,this.request.params=this.sortParams(this.request.params)}sortParams(e){let n={};return e&&Object.keys(e).filter(r=>{let a=e[r];return typeof a<"u"&&a!==null}).sort().map(r=>{n[r]=e[r]}),n}async addAuthorization(e,n){let r=this.getDateTime(n);await this.addHeaders(e,r),this.request.headers.Authorization=await this.authorization(e,r)}async authorization(e,n){let r=[],a=this.credentialString(n);return r.push(`${Dt.algorithm} Credential=${e.accessKeyId}/${a}`),r.push(`SignedHeaders=${this.signedHeaders()}`),r.push(`Signature=${await this.signature(e,n)}`),r.join(", ")}async getSignUrl(e,n){let r=this.getDateTime(n),a={...this.request.params},i=this.request.params,o=this.request.headers;e.sessionToken&&(a[Dt.tokenHeader]=e.sessionToken),a[Dt.dateHeader]=r,a[Dt.notSignBody]="",a[Dt.credential]=`${e.accessKeyId}/${this.credentialString(r)}`,a[Dt.algorithmKey]=Dt.algorithm,a[Dt.signHeadersKey]="",a[Dt.signQueriesKey]=void 0,a[Dt.signatureKey]=void 0,a=this.sortParams(a),this.request.params=a,this.request.headers={};let s=await this.signature(e,r);return this.request.params=i,this.request.headers=o,a[Dt.signQueriesKey]=Object.keys(a).sort().join(";"),a[Dt.signatureKey]=s,lg(a)}getDateTime(e){return this.iso8601(e).replace(/[:\-]|\.\d{3}/g,"")}async addHeaders(e,n){if(this.request.headers[Dt.dateHeader]=n,e.sessionToken&&(this.request.headers[Dt.tokenHeader]=e.sessionToken),this.request.body){let r=this.request.body;this.request.headers[Dt.contentSha256Header]=await nr(r)}}async signature(e,n){let r=await this.getSigningKey(e,n.substr(0,8),this.request.region,this.serviceName);return xl(await sa(await this.stringToSign(n),r))}async stringToSign(e){let n=[];n.push(Dt.algorithm),n.push(e),n.push(this.credentialString(e));let r=await this.canonicalString();return n.push(await this.hexEncodedHash(r)),n.join(` `)}async canonicalString(){let e=[],n=this.request.pathname||"/";e.push(this.request.method.toUpperCase()),e.push(n);let r=lg(this.request.params)||"";return e.push(r),e.push(`${this.canonicalHeaders()} `),e.push(this.signedHeaders()),e.push(await this.hexEncodedBodyHash()),e.join(` `)}canonicalHeaders(){let e=[];Object.keys(this.request.headers).forEach(r=>{e.push([r,this.request.headers[r]])}),e.sort((r,a)=>r[0].toLowerCase(){let a=r[0].toLowerCase();if(this.isSignableHeader(a)){let i=r[1];if(typeof i>"u"||i===null||typeof i.toString!="function")throw new $(`Header ${a} contains invalid value`);n.push(`${a}:${this.canonicalHeaderValues(i.toString())}`)}}),n.join(` `)}canonicalHeaderValues(e){return e.replace(/\s+/g," ").replace(/^\s+|\s+$/g,"")}signedHeaders(){let e=[];return Object.keys(this.request.headers).forEach(n=>{n=n.toLowerCase(),this.isSignableHeader(n)&&e.push(n)}),e.sort().join(";")}signedQueries(){return Object.keys(this.request.params).join(";")}credentialString(e){return this.createScope(e.substr(0,8),this.request.region,this.serviceName)}async hexEncodedHash(e){return await nr(e)}async hexEncodedBodyHash(){return this.request.headers[Dt.contentSha256Header]?this.request.headers[Dt.contentSha256Header]:this.request.body?await this.hexEncodedHash(lg(this.request.body)):await this.hexEncodedHash("")}isSignableHeader(e){return cA.indexOf(e)<0}iso8601(e){return e===void 0&&(e=new Date),e.toISOString().replace(/\.\d{3}Z$/,"Z")}async getSigningKey(e,n,r,a){let i=await sa(n,`${Dt.kDatePrefix}${e.secretKey}`),o=await sa(r,i),s=await sa(a,o);return sa(Dt.v4Identifier,s)}createScope(e,n,r){return[e.substr(0,8),n,r,Dt.v4Identifier].join("/")}};var j2=[["af","af"],["am","am"],["ar","ar"],["az","az"],["be","be"],["bg","bg"],["bn","bn"],["bs","bs"],["ca","ca"],["co","co"],["cs","cs"],["cy","cy"],["da","da"],["de","de"],["el","el"],["en","en"],["eo","eo"],["es","es"],["et","et"],["eu","eu"],["fa","fa"],["fi","fi"],["fj","fj"],["fr","fr"],["fy","fy"],["ga","ga"],["gd","gd"],["gl","gl"],["gu","gu"],["ha","ha"],["he","he"],["hi","hi"],["hr","hr"],["ht","ht"],["hu","hu"],["hy","hy"],["id","id"],["ig","ig"],["is","is"],["it","it"],["ja","ja"],["ka","ka"],["kk","kk"],["km","km"],["kn","kn"],["ko","ko"],["ku","ku"],["ky","ky"],["la","la"],["lb","lb"],["lo","lo"],["lt","lt"],["lv","lv"],["mg","mg"],["mi","mi"],["mk","mk"],["ml","ml"],["mn","mn"],["mr","mr"],["ms","ms"],["mt","mt"],["my","my"],["ne","ne"],["nl","nl"],["no","no"],["ny","ny"],["pa","pa"],["pl","pl"],["ps","ps"],["pt","pt"],["ro","ro"],["ru","ru"],["sd","sd"],["si","si"],["sk","sk"],["sl","sl"],["sm","sm"],["sn","sn"],["so","so"],["sq","sq"],["sr","sr"],["st","st"],["su","su"],["sv","sv"],["sw","sw"],["ta","ta"],["te","te"],["tg","tg"],["th","th"],["tn","tn"],["to","to"],["tr","tr"],["ty","ty"],["ug","ug"],["uk","uk"],["ur","ur"],["uz","uz"],["vi","vi"],["xh","xh"],["yi","yi"],["yo","yo"],["zh-CN","zh"],["zh-TW","zh-Hans"],["zu","zu"]],cg=new Map(j2),dA=new Map(j2.map(([t,e])=>[e,t])),dg=class extends De{static langMap=cg;accessKeyId="";secretAccessKey="";maxTextGroupLength=8;constructor(e,n,r){if(super(e,n,r),!e||!e.accessKeyId||!e.secretAccessKey)throw new $("accessKeyId and secretAccessKey are required");this.accessKeyId=e.accessKeyId?.trim(),this.secretAccessKey=e.secretAccessKey?.trim()}async remoteDetectLanguage(e){let r={region:"cn-north-1",method:"POST",params:{Action:"LangDetect",Version:"2020-06-01"},pathname:"/",headers:{"Content-Type":"application/json",host:"open.volcengineapi.com"},body:JSON.stringify({TextList:[e]})},a=new so(r,"translate");await a.addAuthorization({accessKeyId:this.accessKeyId,secretKey:this.secretAccessKey});let i=new URLSearchParams(r.params),o=await de({retry:2,url:"https://open.volcengineapi.com"+r.pathname+"?"+i.toString(),headers:a.request.headers,method:r.method,body:r.body});if(o.DetectedLanguageList&&o.DetectedLanguageList.length>0)return o.DetectedLanguageList[0].Language;if(o.ResponseMetadata&&o.ResponseMetadata.Error){let s=o.ResponseMetadata.Error;throw new $(s.Code,s.Message)}else if(o.ResponseMetaData&&o.ResponseMetaData.Error){let s=o.ResponseMetaData.Error;throw new $(s.Code,s.Message)}else throw new $("response: "+JSON.stringify(o))}async translateList(e){let{text:n,from:r,to:a}=e,i=cg.get(r),o={TargetLanguage:cg.get(a)||a,TextList:n};i?o.SourceLanguage=i:o.SourceLanguage=await this.remoteDetectLanguage(n.join(` -`).slice(0,1e3));let s={region:"cn-north-1",method:"POST",params:{Action:"TranslateText",Version:"2020-06-01"},pathname:"/",headers:{"Content-Type":"application/json",host:"open.volcengineapi.com"},body:JSON.stringify(o)},u=new so(s,"translate");await u.addAuthorization({accessKeyId:this.accessKeyId,secretKey:this.secretAccessKey});let l=new URLSearchParams(s.params),c=await de({retry:2,url:"https://open.volcengineapi.com"+s.pathname+"?"+l.toString(),headers:u.request.headers,method:s.method,body:s.body});if(c.TranslationList){let p=c.TranslationList.map(m=>m.Translation),g=r;return c.TranslationList.length>0&&c.TranslationList[0].DetectedSourceLanguage&&(g=dA.get(c.TranslationList[0].DetectedSourceLanguage)||r),{text:p,from:g,to:a}}else if(c.ResponseMetadata&&c.ResponseMetadata.Error){let p=c.ResponseMetadata.Error;throw new $(p.Code,p.Message)}else if(c.ResponseMetaData&&c.ResponseMetaData.Error){let p=c.ResponseMetaData.Error;throw new $(p.Code,p.Message)}else throw new $("response: "+JSON.stringify(c))}},H2=dg;d();var W2=[["auto","detect"],["af","af"],["am","am"],["ar","ar"],["az","az"],["be","be"],["bg","bg"],["bn","bn"],["bs","bs"],["ca","ca"],["co","co"],["cs","cs"],["cy","cy"],["da","da"],["de","de"],["el","el"],["en","en"],["eo","eo"],["es","es"],["et","et"],["eu","eu"],["fa","fa"],["fi","fi"],["fj","fj"],["fr","fr"],["fy","fy"],["ga","ga"],["gd","gd"],["gl","gl"],["gu","gu"],["ha","ha"],["he","he"],["hi","hi"],["hr","hr"],["ht","ht"],["hu","hu"],["hy","hy"],["id","id"],["ig","ig"],["is","is"],["it","it"],["ja","ja"],["ka","ka"],["kk","kk"],["km","km"],["kn","kn"],["ko","ko"],["ku","ku"],["ky","ky"],["la","la"],["lb","lb"],["lo","lo"],["lt","lt"],["lv","lv"],["mg","mg"],["mi","mi"],["mk","mk"],["ml","ml"],["mn","mn"],["mr","mr"],["ms","ms"],["mt","mt"],["my","my"],["ne","ne"],["nl","nl"],["no","no"],["ny","ny"],["pa","pa"],["pl","pl"],["ps","ps"],["pt","pt"],["ro","ro"],["ru","ru"],["sd","sd"],["si","si"],["sk","sk"],["sl","sl"],["sm","sm"],["sn","sn"],["so","so"],["sq","sq"],["sr","sr"],["st","st"],["su","su"],["sv","sv"],["sw","sw"],["ta","ta"],["te","te"],["tg","tg"],["th","th"],["tn","tn"],["to","to"],["tr","tr"],["ty","ty"],["ug","ug"],["uk","uk"],["ur","ur"],["uz","uz"],["vi","vi"],["xh","xh"],["yi","yi"],["yo","yo"],["zh-CN","zh"],["zh-TW","zh-Hans"],["zu","zu"]],pg=new Map(W2),pA=new Map(W2.map(([t,e])=>[e,t])),Fs=class extends De{static langMap=pg;maxTextGroupLength=50;isSupportList=!1;async translate(e){let{text:n,from:r,to:a}=e,i=pg.get(r)||"detect",o=pg.get(a)||a,u=await de({url:"https://translate.volcengine.com/crx/translate/v1/",method:"POST",headers:{"Content-Type":"application/json"},body:JSON.stringify({source_language:i,target_language:o,text:n}),retry:this.retry});if(u.base_resp&&u.base_resp.status_code===0){let l=u.translation,c=r;return u.detected_language&&(c=pA.get(u.detected_language)||r),{text:l,from:c,to:a}}else{let l=u.base_resp;throw new $(l.status_code.toString(),l.status_message)}}};d();var gA=[["auto","auto"],["en","EN"],["ja","JA"],["pl","PL"],["zh-CN","ZH"],["zh-TW","ZH"],["ja","JA"],["ko","KO"],["es","ES"],["de","DE"],["fr","FR"],["pt","PT"],["ru","RU"],["it","IT"],["id","ID"],["nl","NL"],["pl","PL"],["bg","BG"],["cs","CS"],["da","DA"],["el","EL"],["et","ET"],["fi","FI"],["hu","HU"],["lt","LT"],["lv","LV"],["ro","RO"],["sk","SK"],["sl","SL"],["sv","SV"],["tr","TR"],["uk","UK"]],gg=new Map(gA),Ms=class extends De{static langMap=gg;url="";isSupportList=!1;maxTextGroupLength=1;apiKeys=[];constructor(e,n,r){if(super(e,n,r),!e||!e.url)throw new $("deeplx custom url are required, please check your settings.");this.url=e.url,this.apiKeys=this.url.split(",").map(a=>a.trim())}getRandomKey(){let e=Math.floor(Math.random()*this.apiKeys.length);return this.apiKeys[e]}async translate(e){let{text:n,from:r,to:a}=e,i=this.getRandomKey(),s=await de({retry:this.retry,url:i,headers:{"content-type":"application/json"},method:"POST",body:JSON.stringify({source_lang:gg.get(r)||r,target_lang:gg.get(a)||a,text:n}),timeout:this.requestTimeout});if(s.code===200)return{text:s.data,from:r,to:a};throw new $(s.message||s.message||"API Error")}};d();d();var mg="https://{s}bing.com",Y2=mg+"/translator",mA=mg+"/ttranslatev3",fA=mg+"/tspellcheckv3",sc="bingGlobalConfig",Q2=[["auto","auto-detect"],["ar","ar"],["ga","ga"],["et","et"],["bg","bg"],["is","is"],["pl","pl"],["bs","bs-Latn"],["fa","fa"],["da","da"],["de","de"],["ru","ru"],["fr","fr"],["zh-TW","zh-Hant"],["fil","fil"],["fj","fj"],["fi","fi"],["gu","gu"],["kk","kk"],["ht","ht"],["ko","ko"],["nl","nl"],["ca","ca"],["zh-CN","zh-Hans"],["cs","cs"],["kn","kn"],["otq","otq"],["tlh","tlh"],["hr","hr"],["lv","lv"],["lt","lt"],["ro","ro"],["mg","mg"],["mt","mt"],["mr","mr"],["ml","ml"],["ms","ms"],["mi","mi"],["bn","bn-BD"],["hmn","mww"],["af","af"],["pa","pa"],["pt","pt"],["ps","ps"],["ja","ja"],["sv","sv"],["sm","sm"],["sr-Latn","sr-Latn"],["sr-Cyrl","sr-Cyrl"],["no","nb"],["sk","sk"],["sl","sl"],["sw","sw"],["ty","ty"],["te","te"],["ta","ta"],["th","th"],["to","to"],["tr","tr"],["cy","cy"],["ur","ur"],["uk","uk"],["es","es"],["he","iw"],["el","el"],["hu","hu"],["it","it"],["hi","hi"],["id","id"],["en","en"],["yua","yua"],["yue","yua"],["vi","vi"],["ku","ku"],["km","kmr"]],K2=new Map(Q2),G2=new Map(Q2.map(([t,e])=>[e,t])),V2=1e3,ar,uo;function fg(t,e){return t.replace("{s}",e?e+".":"")}async function hA(){if(!ar){let n=await oe.storage.local.get(sc);return n&&(ar=n[sc]),!0}let{tokenTs:t,tokenExpiryInterval:e}=ar;return Date.now()-t>e}async function $2(){let t,e,n,r,a,i,o,s,u,l;try{let c=fg(Y2,t),p=await de({retry:2,url:c,responseType:"raw"}),{body:g,headers:m,url:f}=p;t=f.match(/^https?:\/\/(\w+)\.bing\.com/)[1],l=m["set-cookie"],e=g.match(/IG:"([^"]+)"/)[1],n=g.match(/data-iid="([^"]+)"/)[1],[a,r,i,o,s,u]=JSON.parse(g.match(/params_AbusePreventionHelper\s?=\s?([^\]]+\])/)[1])}catch(c){throw c}return ar={subdomain:t,IG:e,IID:n,key:a,token:r,tokenTs:a,tokenExpiryInterval:i,isVertical:o,frontDoorBotClassification:s,isSignedInOrCorporateUser:u,cookie:l,count:0},await oe.storage.local.set({[sc]:ar}),ar}function bA(t){let{IG:e,IID:n,subdomain:r,isVertical:a}=ar;return fg(t?fA:mA,r)+"?isVertical=1"+(e&&e.length?"&IG="+e:"")+(n&&n.length?"&IID="+n+"."+ar.count++:"")}function TA(t,e,n,r){let{token:a,key:i}=ar,o={fromLang:n,text:e,token:a,key:i};return!t&&r&&(o.to=r),o}async function Z2(t,e,n){if(!t||!(t=t.trim()))return;if(t.length>V2)throw new Error(`The supported maximum length of text is ${V2}. Please shorten the text.`);uo||(uo=$2()),await uo,await hA()&&(uo=$2(),await uo),e=e||"auto",n=n||"zh-CN",e=K2.get(e)||e,n=K2.get(n)||n;let a=bA(!1),i=TA(!1,t,e,n==="auto-detect"?"zh-Hans":n),o={referer:fg(Y2,ar.subdomain),"content-type":"application/x-www-form-urlencoded"},s=new URLSearchParams(i),u=a,l=s.toString(),c=await de({retry:2,url:u,headers:o,method:"POST",body:l});if(c.ShowCaptcha||c.StatusCode===401||c.statusCode){if(ar=null,uo=null,await oe.storage.local.remove(sc),c.ShowCaptcha)throw new Error(` +`).slice(0,1e3));let s={region:"cn-north-1",method:"POST",params:{Action:"TranslateText",Version:"2020-06-01"},pathname:"/",headers:{"Content-Type":"application/json",host:"open.volcengineapi.com"},body:JSON.stringify(o)},u=new so(s,"translate");await u.addAuthorization({accessKeyId:this.accessKeyId,secretKey:this.secretAccessKey});let l=new URLSearchParams(s.params),c=await de({retry:2,url:"https://open.volcengineapi.com"+s.pathname+"?"+l.toString(),headers:u.request.headers,method:s.method,body:s.body});if(c.TranslationList){let p=c.TranslationList.map(g=>g.Translation),m=r;return c.TranslationList.length>0&&c.TranslationList[0].DetectedSourceLanguage&&(m=dA.get(c.TranslationList[0].DetectedSourceLanguage)||r),{text:p,from:m,to:a}}else if(c.ResponseMetadata&&c.ResponseMetadata.Error){let p=c.ResponseMetadata.Error;throw new $(p.Code,p.Message)}else if(c.ResponseMetaData&&c.ResponseMetaData.Error){let p=c.ResponseMetaData.Error;throw new $(p.Code,p.Message)}else throw new $("response: "+JSON.stringify(c))}},H2=dg;d();var W2=[["auto","detect"],["af","af"],["am","am"],["ar","ar"],["az","az"],["be","be"],["bg","bg"],["bn","bn"],["bs","bs"],["ca","ca"],["co","co"],["cs","cs"],["cy","cy"],["da","da"],["de","de"],["el","el"],["en","en"],["eo","eo"],["es","es"],["et","et"],["eu","eu"],["fa","fa"],["fi","fi"],["fj","fj"],["fr","fr"],["fy","fy"],["ga","ga"],["gd","gd"],["gl","gl"],["gu","gu"],["ha","ha"],["he","he"],["hi","hi"],["hr","hr"],["ht","ht"],["hu","hu"],["hy","hy"],["id","id"],["ig","ig"],["is","is"],["it","it"],["ja","ja"],["ka","ka"],["kk","kk"],["km","km"],["kn","kn"],["ko","ko"],["ku","ku"],["ky","ky"],["la","la"],["lb","lb"],["lo","lo"],["lt","lt"],["lv","lv"],["mg","mg"],["mi","mi"],["mk","mk"],["ml","ml"],["mn","mn"],["mr","mr"],["ms","ms"],["mt","mt"],["my","my"],["ne","ne"],["nl","nl"],["no","no"],["ny","ny"],["pa","pa"],["pl","pl"],["ps","ps"],["pt","pt"],["ro","ro"],["ru","ru"],["sd","sd"],["si","si"],["sk","sk"],["sl","sl"],["sm","sm"],["sn","sn"],["so","so"],["sq","sq"],["sr","sr"],["st","st"],["su","su"],["sv","sv"],["sw","sw"],["ta","ta"],["te","te"],["tg","tg"],["th","th"],["tn","tn"],["to","to"],["tr","tr"],["ty","ty"],["ug","ug"],["uk","uk"],["ur","ur"],["uz","uz"],["vi","vi"],["xh","xh"],["yi","yi"],["yo","yo"],["zh-CN","zh"],["zh-TW","zh-Hans"],["zu","zu"]],pg=new Map(W2),pA=new Map(W2.map(([t,e])=>[e,t])),Fs=class extends De{static langMap=pg;maxTextGroupLength=50;isSupportList=!1;async translate(e){let{text:n,from:r,to:a}=e,i=pg.get(r)||"detect",o=pg.get(a)||a,u=await de({url:"https://translate.volcengine.com/crx/translate/v1/",method:"POST",headers:{"Content-Type":"application/json"},body:JSON.stringify({source_language:i,target_language:o,text:n}),retry:this.retry});if(u.base_resp&&u.base_resp.status_code===0){let l=u.translation,c=r;return u.detected_language&&(c=pA.get(u.detected_language)||r),{text:l,from:c,to:a}}else{let l=u.base_resp;throw new $(l.status_code.toString(),l.status_message)}}};d();var gA=[["auto","auto"],["en","EN"],["ja","JA"],["pl","PL"],["zh-CN","ZH"],["zh-TW","ZH"],["ja","JA"],["ko","KO"],["es","ES"],["de","DE"],["fr","FR"],["pt","PT"],["ru","RU"],["it","IT"],["id","ID"],["nl","NL"],["pl","PL"],["bg","BG"],["cs","CS"],["da","DA"],["el","EL"],["et","ET"],["fi","FI"],["hu","HU"],["lt","LT"],["lv","LV"],["ro","RO"],["sk","SK"],["sl","SL"],["sv","SV"],["tr","TR"],["uk","UK"]],gg=new Map(gA),Ms=class extends De{static langMap=gg;url="";isSupportList=!1;maxTextGroupLength=1;apiKeys=[];constructor(e,n,r){if(super(e,n,r),!e||!e.url)throw new $("deeplx custom url are required, please check your settings.");this.url=e.url,this.apiKeys=this.url.split(",").map(a=>a.trim())}getRandomKey(){let e=Math.floor(Math.random()*this.apiKeys.length);return this.apiKeys[e]}async translate(e){let{text:n,from:r,to:a}=e,i=this.getRandomKey(),s=await de({retry:this.retry,url:i,headers:{"content-type":"application/json"},method:"POST",body:JSON.stringify({source_lang:gg.get(r)||r,target_lang:gg.get(a)||a,text:n}),timeout:this.requestTimeout});if(s.code===200)return{text:s.data,from:r,to:a};throw new $(s.message||s.message||"API Error")}};d();d();var mg="https://{s}bing.com",Y2=mg+"/translator",mA=mg+"/ttranslatev3",fA=mg+"/tspellcheckv3",sc="bingGlobalConfig",Q2=[["auto","auto-detect"],["ar","ar"],["ga","ga"],["et","et"],["bg","bg"],["is","is"],["pl","pl"],["bs","bs-Latn"],["fa","fa"],["da","da"],["de","de"],["ru","ru"],["fr","fr"],["zh-TW","zh-Hant"],["fil","fil"],["fj","fj"],["fi","fi"],["gu","gu"],["kk","kk"],["ht","ht"],["ko","ko"],["nl","nl"],["ca","ca"],["zh-CN","zh-Hans"],["cs","cs"],["kn","kn"],["otq","otq"],["tlh","tlh"],["hr","hr"],["lv","lv"],["lt","lt"],["ro","ro"],["mg","mg"],["mt","mt"],["mr","mr"],["ml","ml"],["ms","ms"],["mi","mi"],["bn","bn-BD"],["hmn","mww"],["af","af"],["pa","pa"],["pt","pt"],["ps","ps"],["ja","ja"],["sv","sv"],["sm","sm"],["sr-Latn","sr-Latn"],["sr-Cyrl","sr-Cyrl"],["no","nb"],["sk","sk"],["sl","sl"],["sw","sw"],["ty","ty"],["te","te"],["ta","ta"],["th","th"],["to","to"],["tr","tr"],["cy","cy"],["ur","ur"],["uk","uk"],["es","es"],["he","iw"],["el","el"],["hu","hu"],["it","it"],["hi","hi"],["id","id"],["en","en"],["yua","yua"],["yue","yua"],["vi","vi"],["ku","ku"],["km","kmr"]],K2=new Map(Q2),G2=new Map(Q2.map(([t,e])=>[e,t])),V2=1e3,ar,uo;function fg(t,e){return t.replace("{s}",e?e+".":"")}async function hA(){if(!ar){let n=await oe.storage.local.get(sc);return n&&(ar=n[sc]),!0}let{tokenTs:t,tokenExpiryInterval:e}=ar;return Date.now()-t>e}async function $2(){let t,e,n,r,a,i,o,s,u,l;try{let c=fg(Y2,t),p=await de({retry:2,url:c,responseType:"raw"}),{body:m,headers:g,url:f}=p;t=f.match(/^https?:\/\/(\w+)\.bing\.com/)[1],l=g["set-cookie"],e=m.match(/IG:"([^"]+)"/)[1],n=m.match(/data-iid="([^"]+)"/)[1],[a,r,i,o,s,u]=JSON.parse(m.match(/params_AbusePreventionHelper\s?=\s?([^\]]+\])/)[1])}catch(c){throw c}return ar={subdomain:t,IG:e,IID:n,key:a,token:r,tokenTs:a,tokenExpiryInterval:i,isVertical:o,frontDoorBotClassification:s,isSignedInOrCorporateUser:u,cookie:l,count:0},await oe.storage.local.set({[sc]:ar}),ar}function bA(t){let{IG:e,IID:n,subdomain:r,isVertical:a}=ar;return fg(t?fA:mA,r)+"?isVertical=1"+(e&&e.length?"&IG="+e:"")+(n&&n.length?"&IID="+n+"."+ar.count++:"")}function TA(t,e,n,r){let{token:a,key:i}=ar,o={fromLang:n,text:e,token:a,key:i};return!t&&r&&(o.to=r),o}async function Z2(t,e,n){if(!t||!(t=t.trim()))return;if(t.length>V2)throw new Error(`The supported maximum length of text is ${V2}. Please shorten the text.`);uo||(uo=$2()),await uo,await hA()&&(uo=$2(),await uo),e=e||"auto",n=n||"zh-CN",e=K2.get(e)||e,n=K2.get(n)||n;let a=bA(!1),i=TA(!1,t,e,n==="auto-detect"?"zh-Hans":n),o={referer:fg(Y2,ar.subdomain),"content-type":"application/x-www-form-urlencoded"},s=new URLSearchParams(i),u=a,l=s.toString(),c=await de({retry:2,url:u,headers:o,method:"POST",body:l});if(c.ShowCaptcha||c.StatusCode===401||c.statusCode){if(ar=null,uo=null,await oe.storage.local.remove(sc),c.ShowCaptcha)throw new Error(` Sorry that bing translator seems to be asking for the captcha, Please take care not to request too frequently. The response code is ${c.StatusCode}. `);if(c.StatusCode===401)throw new Error(` Max count of translation exceeded. Please try it again later. The response code is 401. - `);if(c.statusCode)throw new Error(`Something went wrong! The response is ${JSON.stringify(c)}.`)}let p=c[0].translations[0],g=c[0].detectedLanguage;return{text:p.text,from:G2.get(g.language),to:G2.get(p.to)}}d();d();d();d();d();function ha(t){return t!=null}function eT(t,e,n){return`${t.type}#${e}#${n}`}function tT(t,e,n,r,a){return{body:a,id:r,type:eT(t,e,n)}}function yA(t,e,n,r){return{id:n,response:r,type:eT(t,"ask",e)}}function nT(t,e,n,r){if(ha(r)){let a=r.type;if(ha(a)&&ha(r.body)){let[i,o,s]=a.split("#");return i===t.type&&o===e&&s===n}else return!1}else return!1}function vA(t,e,n){if(ha(n)){let r=n.type;if(ha(r)&&ha(n.response)){let[a,i,o]=r.split("#");return a===t.type&&i==="ask"&&o===e}else return!1}else return!1}function SA(t){t.forEach(([e,n])=>e.removeEventListener("message",n)),t.length=0}function xA(t,e,n,r){return new Promise(a=>{let i=o=>{let s=o.data;vA(e,n,s)&&s.id===r&&(t.removeEventListener("message",i),a(s.response))};t.addEventListener("message",i)})}function EA(t,e,n,r){let a=i=>{let o=i.data;nT(e,"tell",n,o)&&r(o.body)};return t.addEventListener("message",a),[t,a]}function J2(t,e,n,r,a,i){let o=async s=>{let u=s.data;if(nT(n,"ask",r,u)){let l=await i(u.body);e=s.source,e.postMessage(yA(n,r,u.id,l),s.origin)}};return t.addEventListener("message",o),[t,o]}function CA(t,e,n,r,a){let i=Math.random().toString();return t.postMessage(tT(e,"tell",n,i,r),a)}async function X2(t,e,n,r,a,i,o){let s=Math.random().toString(),u=new Promise(async(l,c)=>{let p=setTimeout(()=>c(new Error(`Failed to get response within ${o}ms`)),o),g=await xA(t,n,r,s);clearTimeout(p),l(g)});return e.postMessage(tT(n,"ask",r,s,a),i),u}var ba=class t{constructor(e,n,r=window,a="*"){this.protocol=e;this.targetWindow=n;this.thisWindow=r;this.targetOrigin=a;J2(r,n,this.getSystemProtocol("ping"),"ping",a,()=>Promise.resolve({}))}static async connect(e,n=10,r=500){for(let a=0;a<=n;a++)try{return await e.ping({timeout:r}),e}catch{continue}throw new Error(`Could not connect on protocol ${e.protocol.type} after ${n*r}ms`)}static parent(e,n,r="*",a=window){let i=n.contentWindow;if(ha(i))return new t(e,i,a,r);throw new Error("iframe.contentWindow was null")}static iframe(e,n="*",{thisWindow:r=window,targetWindow:a=window.parent}={}){return new t(e,a,r,n)}static rootIframe(e,n="*",{thisWindow:r=window}={}){return new t(e,null,r,n)}getSystemProtocol(e){return{type:`system|${e}`}}listeners=[];async ping({timeout:e=1e4}){await X2(this.thisWindow,this.targetWindow,this.getSystemProtocol("ping"),"ping",{data:{},payload:{}},this.targetOrigin,e)}handleTell(e,n){this.listeners.push(EA(this.thisWindow,this.protocol,e,n))}tell(e,n){CA(this.targetWindow,this.protocol,e,n,this.targetOrigin)}handleAsk(e,n){this.listeners.push(J2(this.thisWindow,this.targetWindow,this.protocol,e,this.targetOrigin,n))}ask(e,n,r=1e4){if(this.targetWindow)return X2(this.thisWindow,this.targetWindow,this.protocol,e,n,this.targetOrigin,r);throw new Error("target window is requried")}destroy(){SA(this.listeners)}};var rT;async function aT(){if(Xe()){let e=globalThis;for(;e.top!=e.self;)e=e.top;let n=ba.iframe(Au,"*",{targetWindow:e});rT=n,await ba.connect(n).catch(r=>{z.error("connect with parent frame error",r)})}}function iT(){return rT}var uc=new Map;async function hg(t){let e=t.url;if(t.method&&(e+=t.method),t.body&&(e+=kn(t.body)),uc.has(e))return uc.get(e);let n=de(t);uc.set(e,n);try{return await n}catch(r){throw r}finally{setTimeout(()=>{uc.delete(e)},3e3)}}async function oT(t){return hg(t)}async function lc(t){if(Xe()){let n=iT();if(n)try{return await n.ask("throttleRequest",t)}catch(r){throw z.error("can not comunicate with root frame, use strict limiter",r),r}else return hg(t)}else return hg(t)}d();function sT(t){let e=t.split(".");if(e.length<=1)throw new Error("invlaid token");let n=e[1];if(!n)throw new Error("invalid base64 url token");let r=n.replace(/-/g,"+").replace(/_/g,"/"),a=decodeURIComponent(globalThis.atob(r).split("").map(function(s){return"%"+("00"+s.charCodeAt(0).toString(16)).slice(-2)}).join("")),i=JSON.parse(a),o=new Date(i.exp*1e3);return{accessToken:t,accessTokenExpiresAt:o.toISOString()}}d();async function cc(t){await zd(t)}async function dc(t,e){let n=await Id(t);if(n?.accessToken&&n?.accessTokenExpiresAt){let r=Date.now(),i=new Date(n.accessTokenExpiresAt).getTime();if(i-r>30*1e3)return n;if(i-r>3e3)return uT(t,e)}return uT(t,e)}async function uT(t,e){let n=await e(),r=n.accessTokenExpiresAt,i=new Date(r).getTime()-Date.now();return await Rd(t,n,i-1e3),n}var wA=[["auto",""],["ar","ar"],["ga","ga"],["et","et"],["bg","bg"],["is","is"],["pl","pl"],["bs","bs-Latn"],["fa","fa"],["da","da"],["de","de"],["ru","ru"],["fr","fr"],["zh-TW","zh-Hant"],["fil","fil"],["fj","fj"],["fi","fi"],["gu","gu"],["kk","kk"],["he","he"],["ht","ht"],["ko","ko"],["nl","nl"],["ca","ca"],["zh-CN","zh-Hans"],["wyw","lzh"],["cs","cs"],["kn","kn"],["otq","otq"],["tlh","tlh"],["hr","hr"],["lv","lv"],["lt","lt"],["ro","ro"],["mg","mg"],["mt","mt"],["mr","mr"],["ml","ml"],["ms","ms"],["mi","mi"],["bn","bn-BD"],["hmn","mww"],["af","af"],["pa","pa"],["pt","pt"],["ps","ps"],["ja","ja"],["sv","sv"],["sm","sm"],["sr-Latn","sr-Latn"],["sr-Cyrl","sr-Cyrl"],["no","nb"],["sk","sk"],["sl","sl"],["sw","sw"],["ty","ty"],["te","te"],["ta","ta"],["th","th"],["to","to"],["tr","tr"],["cy","cy"],["ur","ur"],["uk","uk"],["es","es"],["el","el"],["hu","hu"],["it","it"],["hi","hi"],["id","id"],["en","en"],["yua","yua"],["bo","bo"],["vi","vi"]],bg=new Map(wA),Bs=class extends De{static langMap=bg;isSupportList=!0;maxTextLength=1800;constructor(e,n,r){super(e,n,r)}static async clearState(){await cc(Ed)}async translate(e){let{text:n,from:r,to:a}=e;return n?await Z2(n,r,a):{...e}}async init(){await this.getAccessToken()}async getAccessToken(){return await dc(Ed,async()=>{let e=await lc({responseType:"text",url:"https://edge.microsoft.com/translate/auth",headers:{accept:"*/*","accept-language":"zh-TW,zh;q=0.9,ja;q=0.8,zh-CN;q=0.7,en-US;q=0.6,en;q=0.5","cache-control":"no-cache",pragma:"no-cache","sec-ch-ua":'"Microsoft Edge";v="113", "Chromium";v="113", "Not-A.Brand";v="24"',"sec-ch-ua-mobile":"?0","sec-ch-ua-platform":'"Windows"',"sec-fetch-dest":"empty","sec-fetch-mode":"cors","sec-fetch-site":"cross-site","sec-mesh-client-arch":"x86_64","sec-mesh-client-edge-channel":"beta","sec-mesh-client-edge-version":"113.0.1774.23","sec-mesh-client-os":"Windows","sec-mesh-client-os-version":"10.0.19044","sec-mesh-client-webview":"0",Referer:"https://appsumo.com/","Referrer-Policy":"strict-origin-when-cross-origin"},body:null,method:"GET",timeout:5e3,retry:this.retry});return sT(e)})}async translateList(e){let{from:n,to:r,text:a}=e,i=bg.get(n)||"auto",o=bg.get(r)||r;i==="auto"&&(i="");let s=await this.getAccessToken(),u=[];for(let g of a)u.push({Text:g});let l=JSON.stringify(u),c=`https://api-edge.cognitive.microsofttranslator.com/translate?from=${i}&to=${o}&api-version=3.0&includeSentenceLength=true`,p=await de({url:c,headers:{accept:"*/*","accept-language":"zh-TW,zh;q=0.9,ja;q=0.8,zh-CN;q=0.7,en-US;q=0.6,en;q=0.5",authorization:"Bearer "+s.accessToken,"cache-control":"no-cache","content-type":"application/json",pragma:"no-cache","sec-ch-ua":'"Microsoft Edge";v="113", "Chromium";v="113", "Not-A.Brand";v="24"',"sec-ch-ua-mobile":"?0","sec-ch-ua-platform":'"Windows"',"sec-fetch-dest":"empty","sec-fetch-mode":"cors","sec-fetch-site":"cross-site","Referrer-Policy":"strict-origin-when-cross-origin","User-Agent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36 Edg/120.0.0.0"},body:l,method:"POST",timeout:this.requestTimeout});if(p&&p.length>0&&p[0].translations&&p[0].translations.length>0)return{text:p.map(g=>g.translations[0]?.text||""),from:n,to:r};throw new $("Microsoft translate error "+JSON.stringify(p))}};d();var lT=[["auto","auto"],["zh-CN","zh"],["en","en"],["yue","yue"],["wyw","wyw"],["ja","jp"],["ko","kor"],["fr","fra"],["es","spa"],["th","th"],["ar","ara"],["ru","ru"],["pt","pt"],["de","de"],["it","it"],["el","el"],["nl","nl"],["pl","pl"],["bg","bul"],["et","est"],["da","dan"],["fi","fin"],["cs","cs"],["ro","rom"],["sl","slo"],["sv","swe"],["hu","hu"],["zh-TW","cht"],["vi","vie"]],Tg=new Map(lT),DA=new Map(lT.map(([t,e])=>[e,t])),yg=class extends De{static langMap=Tg;endpoint="https://api.fanyi.baidu.com/api/trans/vip/translate";fieldEndpoint="https://fanyi-api.baidu.com/api/trans/vip/fieldtranslate";appid="";key="";isSupportList=!1;maxTextGroupLength=3;action=!1;domain="";constructor(e,n,r){if(super(e,n,r),!e||!e.appid||!e.key)throw new $("appid and key are required");this.appid=e.appid?.trim(),this.key=e.key?.trim(),e.action&&(this.action=!0),e.endpoint&&(this.endpoint=e.endpoint),e.fieldEndpoint&&(this.fieldEndpoint=e.fieldEndpoint),e.domain&&(this.domain=e.domain,this.endpoint=this.fieldEndpoint)}getDefaultRateLimit(){return{limit:1,interval:1550}}async translate(e){let n=Date.now().toString(),{endpoint:r}=this,{appid:a,key:i}=this,{text:o,from:s,to:u}=e,l=kn(a+o+n+i);this.domain&&(l=kn(a+o+n+this.domain+i));let c=new URLSearchParams({from:Tg.get(s)||"auto",to:Tg.get(u)||u,q:o,salt:n,appid:a,sign:l});this.action&&c.set("action","1"),this.domain&&c.set("domain",this.domain);let p=new URL(r);p.search=c.toString();let g=await de({url:p.toString(),retry:this.retry,timeout:this.requestTimeout});if(g.error_code)throw new $("API_SERVER_ERROR",g.error_msg);let{trans_result:m,from:f}=g,T=m.map(({dst:h})=>h);return{from:DA.get(f)||f,to:u,text:T.join(` -`)}}},cT=yg;d();d();var Xa=class extends De{langMap;requestBaseConfig;apiServiceConfig;constructor(e,n,r){super(e,n,r),this.apiServiceConfig=this.serviceConfig,this.isSupportList=this.apiServiceConfig.isSupportList,this.langMap=new Map(this.apiServiceConfig.langs),this.requestBaseConfig=this.handleBaseApiServiceConfig(this.apiServiceConfig)}async translate(e){if(!Object.keys(this.apiServiceConfig).length)throw"serivce id not found config";let{text:n,from:r,to:a}=e;if(!this.langMap.has(a))throw new $(`Unsupported language: ${a}`);a=this.langMap.get(a);let i=await this.checkLang(r,n);if(!i)return{text:n,from:r,to:a};r=i;let o=this.handleRequest(n,r,a),s=await Al(o);return{text:this.handleResponseText(s),from:r,to:a}}async translateList(e){if(!Object.keys(this.apiServiceConfig).length)throw new $("serivce id not found config");let{text:n,from:r,to:a}=e;if(!this.langMap.has(a))throw new $(`Unsupported language: ${a}`);a=this.langMap.get(a);let i=await this.checkLang(r,n.join(" "));if(!i)return{text:n,from:r,to:a};r=i;let o=this.handleRequest(n,r,a),s=await Al(o);return{text:this.handleResponseText(s),from:r,to:a}}handleBaseApiServiceConfig(e){let n=e.request.url,r=e.request.headers||{};return r["content-type"]||(r["content-type"]="application/json"),{url:n,retry:e.request.retry||this.retry,method:e.request.method||"POST",headers:r,body:JSON.stringify(e.request.body),timeout:this.requestTimeout}}async checkLang(e,n){if(e=="auto"){if(this.langMap.has("auto"))return"auto";e=await this.detectLanguageRemotely(n.slice(0,this.apiServiceConfig.checkLangLenth||10))}return this.langMap.has(e)?this.langMap.get(e):null}handleRequest(e,n,r){let a={...this.requestBaseConfig},i=a?.body||"",o=this.apiServiceConfig.keywords||{};a.body=u(i);let s=a.headers||{};return Object.keys(s).forEach(l=>{s[l]=u(s[l])}),a.headers=s,a.url=u(a.url||""),a;function u(l){return l.replaceAll('"{text}"',()=>Array.isArray(e)?JSON.stringify(e):`"${e}"`).replaceAll("{from}",n).replaceAll("{to}",r).replaceAll(/{([a-z:_]+)}/gi,(p,g)=>{let[m,f]=g.split(":"),T=o[m];return f==="random"?AA(T.split(",")):T})}}handleResponseText(e){let n=this.apiServiceConfig.response,r=e,a=n.text.split(".");for(let i of a){if(Array.isArray(r))return r=r.map(o=>o[i]),r;r=r[i]}return r}detectLanguageRemotely(e){return Wr.detectLanguageRemotelyByTransmart(e)}};function AA(t){let e=Math.floor(Math.random()*t.length);return t[e]}var dT=[["zh-CN","zh"],["en","en"],["ja","ja"],["ko","ko"],["fr","fr"],["es","es"],["ru","ru"]],vg=class extends Xa{static langMap=new Map(dT);constructor(e,n,r){if(!e?.token)throw new $("token are required");super({...e,isSupportList:!0,langs:dT,keywords:{token:e.token?.trim()},request:{headers:{"content-type":"application/json","x-authorization":"token {token:random}"},url:"https://api.interpreter.caiyunai.com/v1/translator",retry:2,body:{source:"{text}",trans_type:"{from}2{to}"}},response:{text:"target"}},n,r)}},pT=vg;d();var kA=[["auto","auto"],["zh-CN","zh"],["en","en"],["ja","ja"]],pc=new Map(kA),Sg=class extends De{static langMap=pc;token="ssdj273ksdiwi923bsd9";constructor(e,n,r){super(e,n,r)}getDefaultRateLimit(){return{limit:5,interval:1050}}async translateList(e){let{text:n,from:r,to:a}=e;if(!pc.get(a))throw new $(`Unsupported language: ${a}`);if(r==="auto")throw new $("Unsupported language: auto");let o=n;return{text:(await de({retry:this.retry,url:"https://api.interpreter.caiyunai.com/v1/translator",headers:{"content-type":"application/json","x-authorization":"token "+this.token},method:"POST",body:JSON.stringify({source:o,trans_type:`${pc.get(r)||"auto"}2${pc.get(a)}`}),timeout:this.requestTimeout})).target,from:r,to:a}}},gT=Sg;d();var mT=[["auto","auto"],["en","en"],["ru","ru"],["pt","pt"],["es","es"],["zh-CN","zh-CHS"],["ja","ja"],["ko","ko"],["fr","fr"],["ar","ar"],["id","id"],["vi","vi"],["it","it"]],xg=new Map(mT),PA=new Map(mT.map(([t,e])=>[e,t]));function LA(t){let e=t.length;return e<=20?t:t.substring(0,10)+e+t.substring(e-10,e)}var Eg=class extends De{static langMap=xg;isSupportList=!1;appId="";appSecret="";throttleLimit=5;domain="general";vocabId="";constructor(e,n,r){if(super(e,n,r),!e||!e.appId||!e.appSecret)throw new $("appId and appSecret are required");this.appId=e.appId?.trim(),this.appSecret=e.appSecret?.trim(),e.domain&&(this.domain=e.domain),e&&e.vocabId&&(this.vocabId=e.vocabId)}getDefaultRateLimit(){return{limit:5,interval:1050}}async translate(e){let{text:n,from:r,to:a}=e,i=_A(32),o=Math.round(new Date().getTime()/1e3),s=this.appId+LA(n)+i+o+this.appSecret,u=await nr(s),l={q:n,appKey:this.appId,salt:i.toString(),from:xg.get(r)||"auto",to:xg.get(a)||a,sign:u,signType:"v3",curtime:o.toString()};this.domain&&this.domain!=="general"&&(l.domain=this.domain),this.vocabId&&(l.vocabId=this.vocabId);let c=new URLSearchParams(l),g=await de({url:"https://openapi.youdao.com/api",method:"POST",body:c.toString(),headers:{"Content-Type":"application/x-www-form-urlencoded"},retry:this.retry,timeout:this.requestTimeout});if(!g.translation)throw new $(JSON.stringify(g));let m=g.l,[f,T]=m.split("2");return{text:g.translation.join(` + `);if(c.statusCode)throw new Error(`Something went wrong! The response is ${JSON.stringify(c)}.`)}let p=c[0].translations[0],m=c[0].detectedLanguage;return{text:p.text,from:G2.get(m.language),to:G2.get(p.to)}}d();d();d();d();d();function ha(t){return t!=null}function eT(t,e,n){return`${t.type}#${e}#${n}`}function tT(t,e,n,r,a){return{body:a,id:r,type:eT(t,e,n)}}function yA(t,e,n,r){return{id:n,response:r,type:eT(t,"ask",e)}}function nT(t,e,n,r){if(ha(r)){let a=r.type;if(ha(a)&&ha(r.body)){let[i,o,s]=a.split("#");return i===t.type&&o===e&&s===n}else return!1}else return!1}function vA(t,e,n){if(ha(n)){let r=n.type;if(ha(r)&&ha(n.response)){let[a,i,o]=r.split("#");return a===t.type&&i==="ask"&&o===e}else return!1}else return!1}function SA(t){t.forEach(([e,n])=>e.removeEventListener("message",n)),t.length=0}function xA(t,e,n,r){return new Promise(a=>{let i=o=>{let s=o.data;vA(e,n,s)&&s.id===r&&(t.removeEventListener("message",i),a(s.response))};t.addEventListener("message",i)})}function EA(t,e,n,r){let a=i=>{let o=i.data;nT(e,"tell",n,o)&&r(o.body)};return t.addEventListener("message",a),[t,a]}function J2(t,e,n,r,a,i){let o=async s=>{let u=s.data;if(nT(n,"ask",r,u)){let l=await i(u.body);e=s.source,e.postMessage(yA(n,r,u.id,l),s.origin)}};return t.addEventListener("message",o),[t,o]}function CA(t,e,n,r,a){let i=Math.random().toString();return t.postMessage(tT(e,"tell",n,i,r),a)}async function X2(t,e,n,r,a,i,o){let s=Math.random().toString(),u=new Promise(async(l,c)=>{let p=setTimeout(()=>c(new Error(`Failed to get response within ${o}ms`)),o),m=await xA(t,n,r,s);clearTimeout(p),l(m)});return e.postMessage(tT(n,"ask",r,s,a),i),u}var ba=class t{constructor(e,n,r=window,a="*"){this.protocol=e;this.targetWindow=n;this.thisWindow=r;this.targetOrigin=a;J2(r,n,this.getSystemProtocol("ping"),"ping",a,()=>Promise.resolve({}))}static async connect(e,n=10,r=500){for(let a=0;a<=n;a++)try{return await e.ping({timeout:r}),e}catch{continue}throw new Error(`Could not connect on protocol ${e.protocol.type} after ${n*r}ms`)}static parent(e,n,r="*",a=window){let i=n.contentWindow;if(ha(i))return new t(e,i,a,r);throw new Error("iframe.contentWindow was null")}static iframe(e,n="*",{thisWindow:r=window,targetWindow:a=window.parent}={}){return new t(e,a,r,n)}static rootIframe(e,n="*",{thisWindow:r=window}={}){return new t(e,null,r,n)}getSystemProtocol(e){return{type:`system|${e}`}}listeners=[];async ping({timeout:e=1e4}){await X2(this.thisWindow,this.targetWindow,this.getSystemProtocol("ping"),"ping",{data:{},payload:{}},this.targetOrigin,e)}handleTell(e,n){this.listeners.push(EA(this.thisWindow,this.protocol,e,n))}tell(e,n){CA(this.targetWindow,this.protocol,e,n,this.targetOrigin)}handleAsk(e,n){this.listeners.push(J2(this.thisWindow,this.targetWindow,this.protocol,e,this.targetOrigin,n))}ask(e,n,r=1e4){if(this.targetWindow)return X2(this.thisWindow,this.targetWindow,this.protocol,e,n,this.targetOrigin,r);throw new Error("target window is requried")}destroy(){SA(this.listeners)}};var rT;async function aT(){if(Xe()){let e=globalThis;for(;e.top!=e.self;)e=e.top;let n=ba.iframe(Au,"*",{targetWindow:e});rT=n,await ba.connect(n).catch(r=>{z.error("connect with parent frame error",r)})}}function iT(){return rT}var uc=new Map;async function hg(t){let e=t.url;if(t.method&&(e+=t.method),t.body&&(e+=kn(t.body)),uc.has(e))return uc.get(e);let n=de(t);uc.set(e,n);try{return await n}catch(r){throw r}finally{setTimeout(()=>{uc.delete(e)},3e3)}}async function oT(t){return hg(t)}async function lc(t){if(Xe()){let n=iT();if(n)try{return await n.ask("throttleRequest",t)}catch(r){throw z.error("can not comunicate with root frame, use strict limiter",r),r}else return hg(t)}else return hg(t)}d();function sT(t){let e=t.split(".");if(e.length<=1)throw new Error("invlaid token");let n=e[1];if(!n)throw new Error("invalid base64 url token");let r=n.replace(/-/g,"+").replace(/_/g,"/"),a=decodeURIComponent(globalThis.atob(r).split("").map(function(s){return"%"+("00"+s.charCodeAt(0).toString(16)).slice(-2)}).join("")),i=JSON.parse(a),o=new Date(i.exp*1e3);return{accessToken:t,accessTokenExpiresAt:o.toISOString()}}d();async function cc(t){await zd(t)}async function dc(t,e){let n=await Id(t);if(n?.accessToken&&n?.accessTokenExpiresAt){let r=Date.now(),i=new Date(n.accessTokenExpiresAt).getTime();if(i-r>30*1e3)return n;if(i-r>3e3)return uT(t,e)}return uT(t,e)}async function uT(t,e){let n=await e(),r=n.accessTokenExpiresAt,i=new Date(r).getTime()-Date.now();return await Rd(t,n,i-1e3),n}var wA=[["auto",""],["ar","ar"],["ga","ga"],["et","et"],["bg","bg"],["is","is"],["pl","pl"],["bs","bs-Latn"],["fa","fa"],["da","da"],["de","de"],["ru","ru"],["fr","fr"],["zh-TW","zh-Hant"],["fil","fil"],["fj","fj"],["fi","fi"],["gu","gu"],["kk","kk"],["he","he"],["ht","ht"],["ko","ko"],["nl","nl"],["ca","ca"],["zh-CN","zh-Hans"],["wyw","lzh"],["cs","cs"],["kn","kn"],["otq","otq"],["tlh","tlh"],["hr","hr"],["lv","lv"],["lt","lt"],["ro","ro"],["mg","mg"],["mt","mt"],["mr","mr"],["ml","ml"],["ms","ms"],["mi","mi"],["bn","bn-BD"],["hmn","mww"],["af","af"],["pa","pa"],["pt","pt"],["ps","ps"],["ja","ja"],["sv","sv"],["sm","sm"],["sr-Latn","sr-Latn"],["sr-Cyrl","sr-Cyrl"],["no","nb"],["sk","sk"],["sl","sl"],["sw","sw"],["ty","ty"],["te","te"],["ta","ta"],["th","th"],["to","to"],["tr","tr"],["cy","cy"],["ur","ur"],["uk","uk"],["es","es"],["el","el"],["hu","hu"],["it","it"],["hi","hi"],["id","id"],["en","en"],["yua","yua"],["bo","bo"],["vi","vi"]],bg=new Map(wA),Bs=class extends De{static langMap=bg;isSupportList=!0;maxTextLength=1800;constructor(e,n,r){super(e,n,r)}static async clearState(){await cc(Ed)}async translate(e){let{text:n,from:r,to:a}=e;return n?await Z2(n,r,a):{...e}}async init(){await this.getAccessToken()}async getAccessToken(){return await dc(Ed,async()=>{let e=await lc({responseType:"text",url:"https://edge.microsoft.com/translate/auth",headers:{accept:"*/*","accept-language":"zh-TW,zh;q=0.9,ja;q=0.8,zh-CN;q=0.7,en-US;q=0.6,en;q=0.5","cache-control":"no-cache",pragma:"no-cache","sec-ch-ua":'"Microsoft Edge";v="113", "Chromium";v="113", "Not-A.Brand";v="24"',"sec-ch-ua-mobile":"?0","sec-ch-ua-platform":'"Windows"',"sec-fetch-dest":"empty","sec-fetch-mode":"cors","sec-fetch-site":"cross-site","sec-mesh-client-arch":"x86_64","sec-mesh-client-edge-channel":"beta","sec-mesh-client-edge-version":"113.0.1774.23","sec-mesh-client-os":"Windows","sec-mesh-client-os-version":"10.0.19044","sec-mesh-client-webview":"0",Referer:"https://appsumo.com/","Referrer-Policy":"strict-origin-when-cross-origin"},body:null,method:"GET",timeout:5e3,retry:this.retry});return sT(e)})}async translateList(e){let{from:n,to:r,text:a}=e,i=bg.get(n)||"auto",o=bg.get(r)||r;i==="auto"&&(i="");let s=await this.getAccessToken(),u=[];for(let m of a)u.push({Text:m});let l=JSON.stringify(u),c=`https://api-edge.cognitive.microsofttranslator.com/translate?from=${i}&to=${o}&api-version=3.0&includeSentenceLength=true`,p=await de({url:c,headers:{accept:"*/*","accept-language":"zh-TW,zh;q=0.9,ja;q=0.8,zh-CN;q=0.7,en-US;q=0.6,en;q=0.5",authorization:"Bearer "+s.accessToken,"cache-control":"no-cache","content-type":"application/json",pragma:"no-cache","sec-ch-ua":'"Microsoft Edge";v="113", "Chromium";v="113", "Not-A.Brand";v="24"',"sec-ch-ua-mobile":"?0","sec-ch-ua-platform":'"Windows"',"sec-fetch-dest":"empty","sec-fetch-mode":"cors","sec-fetch-site":"cross-site","Referrer-Policy":"strict-origin-when-cross-origin","User-Agent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36 Edg/120.0.0.0"},body:l,method:"POST",timeout:this.requestTimeout});if(p&&p.length>0&&p[0].translations&&p[0].translations.length>0)return{text:p.map(m=>m.translations[0]?.text||""),from:n,to:r};throw new $("Microsoft translate error "+JSON.stringify(p))}};d();var lT=[["auto","auto"],["zh-CN","zh"],["en","en"],["yue","yue"],["wyw","wyw"],["ja","jp"],["ko","kor"],["fr","fra"],["es","spa"],["th","th"],["ar","ara"],["ru","ru"],["pt","pt"],["de","de"],["it","it"],["el","el"],["nl","nl"],["pl","pl"],["bg","bul"],["et","est"],["da","dan"],["fi","fin"],["cs","cs"],["ro","rom"],["sl","slo"],["sv","swe"],["hu","hu"],["zh-TW","cht"],["vi","vie"]],Tg=new Map(lT),DA=new Map(lT.map(([t,e])=>[e,t])),yg=class extends De{static langMap=Tg;endpoint="https://api.fanyi.baidu.com/api/trans/vip/translate";fieldEndpoint="https://fanyi-api.baidu.com/api/trans/vip/fieldtranslate";appid="";key="";isSupportList=!1;maxTextGroupLength=3;action=!1;domain="";constructor(e,n,r){if(super(e,n,r),!e||!e.appid||!e.key)throw new $("appid and key are required");this.appid=e.appid?.trim(),this.key=e.key?.trim(),e.action&&(this.action=!0),e.endpoint&&(this.endpoint=e.endpoint),e.fieldEndpoint&&(this.fieldEndpoint=e.fieldEndpoint),e.domain&&(this.domain=e.domain,this.endpoint=this.fieldEndpoint)}getDefaultRateLimit(){return{limit:1,interval:1550}}async translate(e){let n=Date.now().toString(),{endpoint:r}=this,{appid:a,key:i}=this,{text:o,from:s,to:u}=e,l=kn(a+o+n+i);this.domain&&(l=kn(a+o+n+this.domain+i));let c=new URLSearchParams({from:Tg.get(s)||"auto",to:Tg.get(u)||u,q:o,salt:n,appid:a,sign:l});this.action&&c.set("action","1"),this.domain&&c.set("domain",this.domain);let p=new URL(r);p.search=c.toString();let m=await de({url:p.toString(),retry:this.retry,timeout:this.requestTimeout});if(m.error_code)throw new $("API_SERVER_ERROR",m.error_msg);let{trans_result:g,from:f}=m,T=g.map(({dst:h})=>h);return{from:DA.get(f)||f,to:u,text:T.join(` +`)}}},cT=yg;d();d();var Xa=class extends De{langMap;requestBaseConfig;apiServiceConfig;constructor(e,n,r){super(e,n,r),this.apiServiceConfig=this.serviceConfig,this.isSupportList=this.apiServiceConfig.isSupportList,this.langMap=new Map(this.apiServiceConfig.langs),this.requestBaseConfig=this.handleBaseApiServiceConfig(this.apiServiceConfig)}async translate(e){if(!Object.keys(this.apiServiceConfig).length)throw"serivce id not found config";let{text:n,from:r,to:a}=e;if(!this.langMap.has(a))throw new $(`Unsupported language: ${a}`);a=this.langMap.get(a);let i=await this.checkLang(r,n);if(!i)return{text:n,from:r,to:a};r=i;let o=this.handleRequest(n,r,a),s=await Al(o);return{text:this.handleResponseText(s),from:r,to:a}}async translateList(e){if(!Object.keys(this.apiServiceConfig).length)throw new $("serivce id not found config");let{text:n,from:r,to:a}=e;if(!this.langMap.has(a))throw new $(`Unsupported language: ${a}`);a=this.langMap.get(a);let i=await this.checkLang(r,n.join(" "));if(!i)return{text:n,from:r,to:a};r=i;let o=this.handleRequest(n,r,a),s=await Al(o);return{text:this.handleResponseText(s),from:r,to:a}}handleBaseApiServiceConfig(e){let n=e.request.url,r=e.request.headers||{};return r["content-type"]||(r["content-type"]="application/json"),{url:n,retry:e.request.retry||this.retry,method:e.request.method||"POST",headers:r,body:JSON.stringify(e.request.body),timeout:this.requestTimeout}}async checkLang(e,n){if(e=="auto"){if(this.langMap.has("auto"))return"auto";e=await this.detectLanguageRemotely(n.slice(0,this.apiServiceConfig.checkLangLenth||10))}return this.langMap.has(e)?this.langMap.get(e):null}handleRequest(e,n,r){let a={...this.requestBaseConfig},i=a?.body||"",o=this.apiServiceConfig.keywords||{};a.body=u(i);let s=a.headers||{};return Object.keys(s).forEach(l=>{s[l]=u(s[l])}),a.headers=s,a.url=u(a.url||""),a;function u(l){return l.replaceAll('"{text}"',()=>Array.isArray(e)?JSON.stringify(e):`"${e}"`).replaceAll("{from}",n).replaceAll("{to}",r).replaceAll(/{([a-z:_]+)}/gi,(p,m)=>{let[g,f]=m.split(":"),T=o[g];return f==="random"?AA(T.split(",")):T})}}handleResponseText(e){let n=this.apiServiceConfig.response,r=e,a=n.text.split(".");for(let i of a){if(Array.isArray(r))return r=r.map(o=>o[i]),r;r=r[i]}return r}detectLanguageRemotely(e){return Wr.detectLanguageRemotelyByTransmart(e)}};function AA(t){let e=Math.floor(Math.random()*t.length);return t[e]}var dT=[["zh-CN","zh"],["en","en"],["ja","ja"],["ko","ko"],["fr","fr"],["es","es"],["ru","ru"]],vg=class extends Xa{static langMap=new Map(dT);constructor(e,n,r){if(!e?.token)throw new $("token are required");super({...e,isSupportList:!0,langs:dT,keywords:{token:e.token?.trim()},request:{headers:{"content-type":"application/json","x-authorization":"token {token:random}"},url:"https://api.interpreter.caiyunai.com/v1/translator",retry:2,body:{source:"{text}",trans_type:"{from}2{to}"}},response:{text:"target"}},n,r)}},pT=vg;d();var kA=[["auto","auto"],["zh-CN","zh"],["en","en"],["ja","ja"]],pc=new Map(kA),Sg=class extends De{static langMap=pc;token="ssdj273ksdiwi923bsd9";constructor(e,n,r){super(e,n,r)}getDefaultRateLimit(){return{limit:5,interval:1050}}async translateList(e){let{text:n,from:r,to:a}=e;if(!pc.get(a))throw new $(`Unsupported language: ${a}`);if(r==="auto")throw new $("Unsupported language: auto");let o=n;return{text:(await de({retry:this.retry,url:"https://api.interpreter.caiyunai.com/v1/translator",headers:{"content-type":"application/json","x-authorization":"token "+this.token},method:"POST",body:JSON.stringify({source:o,trans_type:`${pc.get(r)||"auto"}2${pc.get(a)}`}),timeout:this.requestTimeout})).target,from:r,to:a}}},gT=Sg;d();var mT=[["auto","auto"],["en","en"],["ru","ru"],["pt","pt"],["es","es"],["zh-CN","zh-CHS"],["ja","ja"],["ko","ko"],["fr","fr"],["ar","ar"],["id","id"],["vi","vi"],["it","it"]],xg=new Map(mT),PA=new Map(mT.map(([t,e])=>[e,t]));function LA(t){let e=t.length;return e<=20?t:t.substring(0,10)+e+t.substring(e-10,e)}var Eg=class extends De{static langMap=xg;isSupportList=!1;appId="";appSecret="";throttleLimit=5;domain="general";vocabId="";constructor(e,n,r){if(super(e,n,r),!e||!e.appId||!e.appSecret)throw new $("appId and appSecret are required");this.appId=e.appId?.trim(),this.appSecret=e.appSecret?.trim(),e.domain&&(this.domain=e.domain),e&&e.vocabId&&(this.vocabId=e.vocabId)}getDefaultRateLimit(){return{limit:5,interval:1050}}async translate(e){let{text:n,from:r,to:a}=e,i=_A(32),o=Math.round(new Date().getTime()/1e3),s=this.appId+LA(n)+i+o+this.appSecret,u=await nr(s),l={q:n,appKey:this.appId,salt:i.toString(),from:xg.get(r)||"auto",to:xg.get(a)||a,sign:u,signType:"v3",curtime:o.toString()};this.domain&&this.domain!=="general"&&(l.domain=this.domain),this.vocabId&&(l.vocabId=this.vocabId);let c=new URLSearchParams(l),m=await de({url:"https://openapi.youdao.com/api",method:"POST",body:c.toString(),headers:{"Content-Type":"application/x-www-form-urlencoded"},retry:this.retry,timeout:this.requestTimeout});if(!m.translation)throw new $(JSON.stringify(m));let g=m.l,[f,T]=g.split("2");return{text:m.translation.join(` `),from:PA.get(f),to:a}}};function _A(t){let e="",n="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789",r=n.length,a=0;for(;a[e,t]));var wg=class extends De{static langMap=Cg;isSupportList=!1;appId="";appSecret="";maxTextLength=800;constructor(e,n,r){super(e,n,r)}getDefaultRateLimit(){return{limit:5,interval:1050}}async translate(e){let{text:n,from:r,to:a}=e,i={q:n,from:Cg.get(r)||"auto",to:Cg.get(a)||a},o=new URLSearchParams(i),s=await de({url:"https://aidemo.youdao.com/trans",method:"POST",body:o.toString(),headers:{"content-type":"application/x-www-form-urlencoded; charset=UTF-8","user-agent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/110.0.0.0 Safari/537.36"},retry:this.retry,timeout:this.requestTimeout});if(s&&s.translation)return{text:s.translation.join(` -`),from:r,to:a};throw new $("Youdao translation failed: "+JSON.stringify(s))}},bT=wg;d();var Is=class extends Xa{constructor(e,n,r){super({...e,isSupportList:!0,langs:(e.langs||"zh-CN,en").split(",").map(a=>[a,a]),limitPerSecond:e.limitPerSecond||5,maxTextLengthPerRequest:e.maxTextLengthPerRequest||1200,maxTextGroupLengthPerRequest:e.maxTextGroupLengthPerRequest||1,placeholderDelimiters:e.placeholderDelimiters||Ro,request:{url:e.url,retry:2,body:{text_list:"{text}",source_lang:"{from}",target_lang:"{to}"}},response:{text:"translations.text"}},n,r)}};d();var TT="immersive-translate-gemini-fake-user-key",FA=[["auto","auto"],["zh-CN","Simplified Chinese"],["zh-TW","Traditional Chinese"],["en","English"],["ar","Arabic"],["bn","Bengali"],["bg","Bulgarian"],["hr","Croatian"],["cs","Czech"],["da","Danish"],["nl","Dutch"],["et","Estonian"],["fi","Finnish"],["fr","French"],["de","German"],["el","Greek"],["he","iw"],["hi","Hindi"],["hu","Hungarian"],["id","Indonesian"],["it","Italian"],["ja","Japanese"],["ko","Korean"],["lv","Latvian"],["lt","Lithuanian"],["no","Norway"],["pl","Polish"],["pt","Portuguese"],["ro","Romanian"],["ru","Russian"],["sr","Serbian"],["sk","Slovak"],["sl","Slovene"],["es","Spanish"],["sw","Swahili"],["sv","Swedish"],["th","Thai"],["tr","Turkish"],["uk","Ukrainian"],["vi","Vietnamese"]],yT=new Map(FA),Dg=class extends oo{static langMap=yT;provider="custom";randomPrefix="My user id is {{id}}. ";fakeId="";constructor(e,n,r){super(e,n,r),e||(e={}),e.provider&&(this.provider=e.provider),e.randomPrefix&&(this.randomPrefix=e.randomPrefix),this.apiUrl="https://generativelanguage.googleapis.com/v1beta/models/{model}:generateContent?key={key}",e?.apiUrl&&(this.apiUrl=e.apiUrl),this.maxTextGroupLength=this.maxTextGroupLength||10,this.model=this.model||"gemini-1.0-pro-latest",this.bodyConfigs=e?.bodyConfigs||{}}getLangMap(){return yT}getDefaultRateLimit(){return{limit:1,interval:1050}}async handleOptions(e,n){this.fakeId="",this.randomPrefix&&(this.fakeId=await Bd(TT,""),this.fakeId||(this.fakeId=MA(10),await Od(TT,this.fakeId)));let r=this.getRandomKey(),a={url:this.apiUrl.replace("{model}",this.model),method:"POST",headers:{"content-type":"application/json"},timeout:this.requestTimeout,retry:this.retry};r&&(a.url=a.url.replace("{key}",r));let i=this.systemPrompt+e;this.randomPrefix&&(i=this.randomPrefix.replace("{{id}}",this.fakeId)+i);let o={contents:[{role:"user",parts:[{text:i}]}],...this.bodyConfigs};return a.body=JSON.stringify(o,null,2),a}parseResponse(e){return e?.candidates?.[0]?.content?.parts?.[0]?.text}filterContent(e,n,r,a){let i=super.filterContent(e,n,r);return i.includes(this.fakeId)&&a.length<=1?e:i}};function MA(t){let e="",n="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789",r=n.length,a=0;for(;a{let n=(await lc({url:"https://translate.yandex.net/website-widget/v1/widget.js?widgetId=ytWidget&pageLang=es&widgetTheme=light&autoMode=false",method:"GET",responseType:"text"})).match(/sid\:\s\'[0-9a-f\.]+/),r="",a=Date.now()+1*60*1e3;return n&&n[0]&&n[0].length>7&&(r=n[0].substring(6),a=Date.now()+30*60*1e3),{accessToken:r,accessTokenExpiresAt:new Date(a).toISOString()}})}async translateList(e){let{text:n,from:r,to:a}=e;if(!n)return{...e};let i=await this.getAccessToken(),o=new URLSearchParams;o.append("srv","tr-url-widget"),o.append("id",`${i.accessToken}-0-0`),o.append("format","html"),o.append("lang",`${r==="auto"?"":kg.get(r)+"-"}${kg.get(a)}`),n.forEach(l=>{o.append("text",l)});let s=await de({url:`https://translate.yandex.net/api/v1/tr.json/translate?${o.toString()}`});if(s?.code!==200)return{...e};let u=s.text?.map(l=>l);return{from:r,to:a,text:u||n}}getDefaultRateLimit(){return{limit:5,interval:1050}}};var RA={mock:ao,mock2:ao,custom:Is,google:Ja,transmart:ks,deepl:F2,volc:H2,volcAlpha:Fs,bing:Bs,tencent:Ds,tenAlpha:As,baidu:cT,caiyun:pT,cai:gT,openl:ic,youdao:fT,you:bT,d:ro,dpro:ro,deeplx:Ms,niu:M2,azure:B2,openai:z2,gemini:vT,claude:xT,papago:I2,aliyun:_s,yandex:Rs},Ta={};Object.keys(cr).forEach(t=>{Ta[t]={...cr[t],class:RA[t]}});function gc(t,e){let n=wn;if(Ta[t]&&Ta[t].class&&Ta[t].class.langMap&&Ta[t].class.langMap.size>0){let r=Ta[t].class.langMap,a=n.filter(i=>r.get(i));return a.includes(e)||a.unshift("placeholder"),a}else return wn}async function ya(t,e,n){if(!t.text)return t;let r=null,a=await Qe({sentences:[t]},e,(i,o,s)=>{i&&(r=i)},n);if(r)throw r;if(a.sentences.length>0)return{...t,...a.sentences[0]};throw new $("translateFailed","translate failed")}async function ET(t,e){for(let n of t)try{return await ya({id:1e6,text:"Hello world",from:"en",to:"zh-CN",url:"https://google.com",fromByClient:"auto"},{...e,translationService:n},{retry:1,requestTimeout:e.config.verifyRequestTimeout||5*1e3}),n}catch{continue}return null}async function Pg(t){let{config:e,translationService:n}=t,r=e.translationGeneralConfig,a=e.translationServices,i=n,o=a[i]||{},s=Zt(t.user);await new Ta[i].class(o,r,{translationService:i,userToken:t.user?.token,isPro:s,sourceProgram:t.sourceProgram,glossaries:t.rule.glossaries,excludeRegexps:t.rule.excludeRegexps}).init()}function OA(t){if(!t?.length)return"auto";let e=t[0].from;return t[0].fromByClient&&t[0].fromByClient!=="auto"&&(e=t[0].fromByClient),e}async function Qe(t,e,n,r){if(!t.sentences.length)return{...t};let{config:a,translationService:i,state:o}=e,s=a.translationGeneralConfig,u=a.translationServices,l=i,c=e.targetLanguage;t&&t.sentences&&t.sentences[0]&&t.sentences[0].to&&(c=t.sentences[0].to);let p=u[l]||{};p=E1(p,{sourceLanguage:OA(t.sentences),targetLanguage:c,model:p.model||"",url:e.url,isPro:e.isPro?"true":"false",sourceProgram:e.sourceProgram||""}),r&&(p={...p,...r});let g=a.beta,m=o.cache===!1&&g,f=a.debug===!0&&g;t.sentences&&t.sentences.length>0&&(t.sentences=t.sentences.map(y=>(m&&(y.refresh=!0),f&&(y.debug=!0),y))),l==="openai"&&(t.sentences=t.sentences.map(y=>({...y,from:"auto"})));let T=[],b={sentences:Array(t.sentences.length)},h=t.sentences.length,C=-1,D=Zt(e.user),M;try{M=new Ta[l].class(p,s,{translationService:l,userToken:e.user?.token,isPro:D,sourceProgram:e.sourceProgram,glossaries:e.rule.glossaries,excludeRegexps:e.rule.excludeRegexps,minTextCount:e.rule.paragraphMinTextCount}),await M.init()}catch(y){if(n){T.push(...t.sentences);let _={translationService:l,isPro:!!e.isPro,isLogin:!!e.user?.token};for(let k of T){let v=y instanceof $?new $(y.name,y.message).initNetWork(y.status).initData(y.data||_):y;n(v,null,k)}}return{sentences:[]}}if(o.cache)for(let y of t.sentences){C++;let _=l;l==="openl"&&(_=l+"-"+p.codename||ic.DEFAULT_CODENAME);let k=M.getCacheKeyPrefix();k&&(_=k+"-"+_);let v=null;try{v=await Lu(J1({originalText:y.text,from:y.from,to:y.to,service:_}),200)}catch(I){z.warn("query cache DB error, but it's ok",I)}if(v){let I={...y,text:v.translatedText};b.sentences[C]=I,n&&n(null,I,y)}else T.push(y)}else T.push(...t.sentences);let B=T.length;if(h-B>0&&z.debug(`use ${h-B} sentences from cache`),!T.length)return b;let S=await M.multipleTranslate({sentences:T},p,(y,_,k)=>{if(n&&n(y,_,k),!y&&_&&!l.startsWith("mock")&&o.cache){let v=l;l==="openl"&&(v=l+"-"+p.codename||ic.DEFAULT_CODENAME);let I=M.getCacheKeyPrefix();I&&(v=I+"-"+v),o.cache&&Lu(X1({translatedText:_.text,from:k.from,to:k.to,detectedFrom:_.from,key:kn(k.text),service:v}),3e3).catch(F=>{z.warn("set cache DB error",F)})}});for(let y of S?.sentences||[]){let _=b.sentences.findIndex(k=>!k);if(_===-1)throw new $("translateFailed","can not match the result");b.sentences[_]=y}return b}function CT({currentLang:t,ctx:e,onSetPageLanguage:n,setSettings:r}){let{t:a}=xe();if(!e)return null;let i=gc(e.config.translationService,e.config.targetLanguage),o=wn;i.length<=30&&(o=i.indexOf("auto")>=0?i:["auto",...i]);let s=i.filter(u=>u!=="auto");return w("div",{class:"flex mt-4 items-center",children:[w(zA,{supportedLanguages:o,interfaceLanguage:e.config.interfaceLanguage,currentLang:t,value:e.sourceLanguage,onSelected:n}),w("img",{src:h2,style:{maxWidth:"unset"},class:"mx-2"}),w(NA,{supportedLanguages:s,interfaceLanguage:e.config.interfaceLanguage,value:e.config.targetLanguage,label:a("popupTarget"),onSelected:u=>{r(l=>({...l,targetLanguage:u}))}})]})}function zA(t){let{t:e}=xe(),{value:n,currentLang:r}=t,a=e("popupSourceLanguage");return n==="auto"&&r&&r!=="auto"&&(a=e("languages.auto")),w("div",{class:"language-select-container",children:[w("label",{children:a}),w("select",{autoComplete:"off",class:"language-select",onChange:i=>{let o=i.target.value;o&&t.onSelected(o)},children:t.supportedLanguages.map((i,o)=>{let s=fa(i,t.interfaceLanguage),u="";return i==="auto"&&n==="auto"&&(r&&r==="auto"?u=e("languages.auto"):u=fa(r,t.interfaceLanguage)+` (${e("languages.auto")})`),w("option",{value:i,selected:i===t.value,children:u||s},"selectlink"+o)})})]})}function NA(t){return w("div",{class:"language-select-container",children:[w("label",{children:t.label}),w("select",{autoComplete:"off",class:"language-select",onChange:e=>{let n=e.target.value;n&&t.onSelected(n)},children:t.supportedLanguages.map((e,n)=>{let r=fa(e,t.interfaceLanguage);return w("option",{value:e,selected:e===t.value,children:r},"selectlink"+n)})})]})}d();d();function va(t){let{items:e,maxWidth:n,className:r,style:a}=t,{lang:i}=xe();return n=n||(i==="en"?144:160),w("select",{autoComplete:"off",class:r||"min-select",style:{maxWidth:`${n}px`,...a},value:e.find(o=>o.selected)?.value,onChange:o=>{let s=o.target.value,u=e.find(l=>l.value===s);u&&u.onSelected(u)},children:e.map((o,s)=>w("option",{value:o.value,selected:o.selected,children:o.label},"selectlink"+s))})}function wT(t){let{t:e}=xe(),{translationServiceItems:n,translationServiceOptions:r}=HA(t);return n.length?w(Ot,{children:[w(DT,{class:"mt-3",label:e("popupService"),items:r}),w(UA,{ctx:t.ctx,onRestorePage:t.onRestorePage,setSettings:t.setSettings})]}):null}function DT(t){return w("div",{class:`min-select-container ${t.class||""}`,children:[w("label",{class:"inline-block text-label mb-0 text-gray-6",style:{minWidth:60},children:[t.label,"\uFF1A"]}),w(va,{className:"translate-service transform-padding-left",maxWidth:300,items:t.items})]})}function UA({ctx:t,setSettings:e,onRestorePage:n}){let{t:r}=xe(),a=jA(t),i=qA(t),o=Ve((u,l)=>{e(c=>{let p=c.translationServices||{},g=p[a.id]||{};return setTimeout(()=>{n()},1),{...c,translationServices:{...p,[a.id]:{...g,[u]:l}}}})},[]),s=Ne(()=>a?.props.filter(u=>u.type==="select").map(u=>{let l=u.name;u.label&&(l=u.label),u.labelKey&&(l=r(u.labelKey));let c=u.options.map(p=>({label:`${p.label?r(p.label):p.value}`,value:p.value,selected:p.value==i[u.name],onSelected:()=>{o(u.name,p.value)}}));return{label:l,items:c}}),[i]);return!i||!a?.props?.length||!s||!s?.length?null:w(Ot,{children:s.map(({label:u,items:l},c)=>w(DT,{class:"mt-2",label:u,items:l},"field-"+c))})}function qA(t){return Ne(()=>{let{translationServices:n,translationService:r}=t.config;return n&&n[r]?n[r]||{}:{}},[t])}function jA(t){return Ne(()=>{let{translationService:n}=t.config;if(cr[n])return Cl("translationService",n,t)},[cr,Cl,t])}function HA({isProUser:t,ctx:e,setSettings:n,pageStatus:r,onTranslatePage:a,onRestorePage:i,openOptionsPage:o}){let{t:s}=xe(),u=Ne(()=>e?ps(e,"translationService"):[],[ps,e]),l=Ve(p=>{let g=u.find(m=>m.id===p.value);if(g.ok){if(n(m=>({...m,translationService:g.id,translationServiceChangedbyUserAt:new Date().toISOString()})),r!="Translated")return;g.props.length===0?e.rule.isTranslateWhenServiceChanged&&setTimeout(()=>{a()},1):setTimeout(()=>{i()},1)}else n(m=>({...m,translationService:g.id,translationServiceChangedbyUserAt:new Date().toISOString()})),setTimeout(()=>{o()},100)},[o,i,a,n]),c=Ne(()=>{let p=ot();return u.filter(m=>e.config.showUnconfiguredTranslationServiceInPopup===!1?m.ok:!0).map(m=>({label:`${s("translationServices."+m.id)}${m.ok?"":" "+(" "+(!t&&!p&&m.providers&&m.providers.length>0?s("goLoginOrAction"):s("needAction")))}`,value:m.id,selected:m.selected,onSelected:l}))},[u,e,l,s]);return{translationServiceItems:u,translationServiceOptions:c}}d();d();function AT(t){let e=t.indexOf("#");return e===-1?t:t.slice(0,e)}function kT(t){let{t:e}=xe(),{currentUrlObj:n,isAlwaysTranslateDomain:r,isNeverTranslateDomain:a,handleTranslationUrlPatternSelected:i}=WA(t),[o,s]=re(()=>a?"excludeMatches":"matches"),u=Ne(()=>r||a||!1,[r,a]),l=Ve(c=>{s(c),u&&i(c,n.hostname)},[s,i,u]);return w("div",{class:"flex justify-between mt-5",children:[w(va,{style:{width:"unset",flex:"unset"},maxWidth:230,className:"transform-padding-left min-select",items:[{label:e("alwaysTranslateThisSite"),value:"matches",selected:o==="matches",onSelected:()=>{l("matches")}},{label:e("neverTranslateThisSite"),value:"excludeMatches",selected:o==="excludeMatches",onSelected:()=>{l("excludeMatches")}}].filter(Boolean)}),w("input",{type:"checkbox",role:"switch",checked:u,class:"shrink-0",onChange:c=>{let p=c.target.checked;i(p?o:"default",n.hostname)}})]})}function WA({currentUrl:t,ctx:e,currentLang:n,onSetLocalConfig:r,pageStatus:a,onRestorePage:i,onTranslatePage:o,setSettings:s,onClose:u}){let l=null,c=null,p=null,g=null,m=null,{translationUrlPattern:f}=e.config;if(l=Ne(()=>new URL(t||""),[t]),e.config&&t&&Zl(t)){c=AT(t);let{matches:h,excludeMatches:C}=f;p=!!h.find(D=>wt(t,D)),g=!!C.find(D=>wt(t,D))}if(n&&n!=="auto"){let{translationLanguagePattern:h}=e.config,{matches:C}=h;C.includes(n)?m=!0:m=!1}let T=Ve(()=>{let h=l.hostname,C=e.localConfig.tempTranslationUrlMatches||[],D=C.filter(B=>B.match!==h),M=!1;D.length!==C.length&&(M=!0),M&&r({...e.localConfig,tempTranslationUrlMatches:[...D]})},[r]),b=Ve((h,C)=>{if(h==="default"){s(B=>{let S={...B.translationUrlPattern};return{...B,isChangedAlwaysTranslatedUrls:!0,translationUrlPattern:{...B.translationUrlPattern,matches:Lg(t,S.matches),excludeMatches:Lg(t,S.excludeMatches)}}}),T();return}let D=h,M=D==="matches"?"excludeMatches":"matches";l&&s(B=>{let S={...B.translationUrlPattern};return S[M]=Lg(t,S[M]),S[D]=hl(C,S[D]),{...B,isChangedAlwaysTranslatedUrls:!0,translationUrlPattern:{...B.translationUrlPattern,...S}}}),D==="matches"&&a==="Original"?setTimeout(()=>{o(),u()},100):D==="excludeMatches"&&a==="Translated"&&setTimeout(()=>{i(),u()},100)},[o,u,a,T]);return{currentUrlObj:l,currentUrlWithoutHash:c,isAlwaysTranslateDomain:p,isNeverTranslateDomain:g,isAlwaysTranslateLang:m,handleTranslationUrlPatternSelected:b}}function Lg(t,e){return e?(Array.isArray(e)||(e=[e]),t?e.filter(n=>!wt(t,n)):e):[]}d();d();d();d();var PT="G-MKMD9LWFTR";async function lt(t,e,n){try{let r=ls(),a=Me(),i=a.INSTALL_FROM==="firefox_store";r?.name?.startsWith("ImtFx")&&(i=!1);let o=ye(),s=Xe(),u=a.PROD==="1",l=`report_${t}`,c=t.endsWith("_daily");if(c){if(s)return;let k=await Nr(l,0),v=mc(new Date(k)),I=Date.now(),F=mc(new Date(I));if(v===F)return;await j3(l,I)}else if(!n.config.telemetry)return;let p="sitc4WmvShWYwfU0dANM3Q",g=await At("fakeUserId","");g||(g=await Nr("fakeUserId",""),g&&await Je("fakeUserId",g));let m=Sn(),f=new Date,T=await At("installedAt","");T||(T=await Nr("installedAt",""),T&&await Je("installedAt",T)),g?T||(T=new Date(0).toISOString(),await Je("installedAt",T)):(g=KA(32),await Je("fakeUserId",g)),T||(T=f.toISOString(),await Je("installedAt",T));let b=new Date(T),h=mc(b),C=mc(f),D=h===C,M=f.getTime()-b.getTime()<7*24*60*60*1e3,B=`https://www.google-analytics.com/mp/collect?measurement_id=${PT}&api_secret=${p}`;u||(B=`https://www.google-analytics.com/debug/mp/collect?measurement_id=${PT}&api_secret=${p}`);let S=Ei.parse(window.navigator.userAgent),y=e.map(k=>{let v=k.params||{};if(S.os&&(v.os_name=S.os.name||"unknown",v.os_version=S.os.version||"unknown",v.os_version_name=S.os.versionName||"unknown"),S.browser&&(v.browser_name=S.browser.name||"unknown",v.browser_version=S.browser.version||"unknown",r&&(v.browser_name=r.name,v.browser_version=r.version)),S.platform&&(v.platform_type=S.platform.type||"unknown"),S.engine&&(v.engine_name=S.engine.name||"unknown",v.engine_version=S.engine.version||"unknown"),n.translationService&&(v.translation_service||(v.translation_service=n.translationService),n.config.translationServices&&n.config.translationServices[n.translationService]&&(n.config.translationServices[n.translationService].provider&&(v.translation_service_provider=n.config.translationServices[n.translationService].provider),n.translationService==="openai"&&n.config.translationServices[n.translationService].provider==="custom"&&(n.config.translationServices[n.translationService].apiUrl?n.config.translationServices[n.translationService].apiUrl.startsWith("https://api.openai.com/")?v.openai_is_official="1":v.openai_is_official="0":v.openai_is_official="1"))),n.targetLanguage&&(v.target_language=n.targetLanguage),n.config.interfaceLanguage&&(v.interface_language=n.config.interfaceLanguage),n.config.enableDefaultAlwaysTranslatedUrls?v.enable_default_always_translated_urls=n.config.enableDefaultAlwaysTranslatedUrls?"1":"0":v.enable_default_always_translated_urls="0",m&&(v.version=m),n.config.enableInputTranslation?v.enable_input_translation=n.config.enableInputTranslation?"1":"0":v.enable_input_translation="0",n.config.translationTheme&&(v.translation_theme=n.config.translationTheme),n.config.alpha&&(v.alpha=n.config.alpha.toString()),n.config.translationLanguagePattern&&n.config.translationLanguagePattern.matches?.length>0?v.always_translate_languages=n.config.translationLanguagePattern.matches.join(","):v.always_translate_languages="none",a.INSTALL_FROM&&(v.install_from=a.INSTALL_FROM),n.config.beta&&(v.beta=n.config.alpha.toString()),n.config.translationArea&&(v.translation_area=n.config.translationArea),h&&(v.install_day=GA(b)),n.user){let F=p4(n.user);F&&Object.keys(F).forEach(L=>{v[L]=F[L]})}else v.user_type="anonymous";n.config.translationMode&&(v.translation_mode=n.config.translationMode),v.userscript=o.toString(),D?v.is_new_user_today="1":v.is_new_user_today="0",M?v.is_new_user_this_week="1":v.is_new_user_this_week="0",n.config.tempTranslateDomainMinutes?v.temp_translate_domain_minutes=n.config.tempTranslateDomainMinutes.toString():v.temp_translate_domain_minutes="0";let I="html";if(n.rule.pageType&&(I=n.rule.pageType),v.page_type=I,s?v.main_frame=0:v.main_frame=1,!c){let F=n.url;try{let L=new URL(F);v.site_host=L.hostname}catch{v.site_host="unknown"}n.sourceLanguage&&(v.source_language=n.sourceLanguage)}return{...k,params:v}});if(i)return;let _=await de({responseType:"text",url:B,method:"POST",body:JSON.stringify({client_id:g,user_id:g,events:y})})}catch{}}function KA(t){let e="",n="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789",r=n.length,a=0;for(;a=window.innerHeight*r.maxBodyScreenLength)return z.debug("content dom elements too long"),{bodyIsRoot:!1,bodyNode:e,articleNode:n};try{let i=window.document.cloneNode(!0),s=new ju(i,{keepClasses:!0}).parse();if(!s)throw new Error("article is null");e=VA(s.content,s.textContent),e&&(n=FT(r,e))}catch(i){z.debug(i)}return{bodyIsRoot:a(),bodyNode:e,articleNode:n};function a(){return t.state.translationArea==="body"?!1:!!r.bodyIsRoot}}function _T(t,e){if(!t.rule.bodyRule.articleSelector||e.nodeType!==Node.ELEMENT_NODE)return;let n=e.querySelector(t.rule.bodyRule.articleSelector);n&&(t.articleNode!=n&&z.debug("update article node",n),t.articleNode=n)}function _g(t,e){return e&&t?.contains(e)||!1}function VA(t,e){let a=new DOMParser().parseFromString(t,"text/html").querySelectorAll("#readability-page-1 > div");if(a.length<=0)return null;let i=$A(a[0]),o=document.querySelector(i);return!o||(a.length>1&&(o=o.parentElement),o==document.documentElement)?null:(o?.textContent?.length||0)>=e.length&&e.length>=500?o:null}function $A(t){let e=t.tagName.toLowerCase();t.id&&(e+="#"+t.id),t.className&&(e+="."+t.className.trim().split(/\s+/).join("."));let n=Array.from(t.attributes).filter(r=>!["id","class","style"].includes(r.name)).map(r=>`[${r.name}="${r.value}"]`).join("");return e+n}function FT(t,e){if(e.nodeType!=Node.ELEMENT_NODE)return null;let n=null,r=Array.from(e.childNodes);if(r.filter(i=>t.articleChildTags.includes(i.nodeName)).length>=t.articleChildTagsNum)return e;for(let i=0;i{let E=q(A);return E==NodeFilter.FILTER_ACCEPT?dt.mark(A,L,T):E==NodeFilter.FILTER_REJECT,E}),N=v;if(q(N)===NodeFilter.FILTER_REJECT)return;for(dt.mark(N,L,T);N;){if(s=_g(i,N),c&&c.length>0){let{currentNode:A,isMatchedSelection:E}=M(U,N,c);if(A)N=A;else break;if(!E)continue}if(N.nodeType===Node.ELEMENT_NODE||N.nodeType===Node.DOCUMENT_FRAGMENT_NODE){let A=N;if(A.nodeName==="IFRAME"){I&&I(A),B(),Fg(b,!0),N=U.nextNode();continue}A.nodeType===Node.ELEMENT_NODE&&(l&&Bg(A,l),m&&Rg(A,m));let E=la(A,{blockSelectors:n.blockSelectors,extraInlineSelectors:n.extraInlineSelectors,extraBlockSelectors:n.extraBlockSelectors,atomicBlockSelectors:n.atomicBlockSelectors},A.immersiveTranslateComputedStyle||null);if(E&&n.paragraphFirstLetterFontSize>0&&A.childNodes.length==1&&A.childNodes[0].nodeType===Node.TEXT_NODE&&A.innerText?.length==1&&A?.immersiveTranslateComputedStyle?.fontSize>=n.paragraphFirstLetterFontSize+"px"&&(E=!1),Gt(A,u)&&!E){S(A);let H=null;for(;!(H=U.nextSibling())&&U.parentNode(););N=H;continue}let P=Qa(A);if(!MT(b,A)||E){B(A);let H=E?A:A.parentElement;H&&H.childNodes.length>0&&y(b,H,H.immersiveTranslateComputedStyle||null)}P&&A.shadowRoot?.mode==="open"&&(E?I?.(A.shadowRoot):D({...k,container:A.shadowRoot})),A.nodeType===Node.ELEMENT_NODE&&A.nodeName==="PRE"&&p&&e5(A)}else if(N.nodeType===Node.TEXT_NODE)S(N);else throw new Error("should not be here");N=U.nextNode(),b.commonAncestorContainer&&N&&N.parentNode===b.commonAncestorContainer&&(b._currentStacks=[]),b.commonAncestorContainer&&N&&N.nodeType===Node.ELEMENT_NODE&&b._currentStacks.push(N)}function q(A){if(A.nodeType===Node.DOCUMENT_FRAGMENT_NODE)return NodeFilter.FILTER_ACCEPT;if(jr(A)){if(m){let H=Object.keys(m);if(H.length>0&&Gt(A,H))for(let W of H){let V=m[W];if(A.matches(W)){let se=m[W],X=Object.keys(se);for(let Z of X){let ue=se[Z];A.getAttribute(Z)!==ue&&(ue===null?A.removeAttribute(Z):A.setAttribute(Z,ue))}break}}}if(!k.force&&dt.isMarked(A,L)||t1(A,L)||hc(A,{excludeSelectors:n.excludeSelectors,selectors:n.selectors,stayOriginalSelectors:u})||A.nodeName==="IFRAME"&&!Hi(A))return NodeFilter.FILTER_REJECT;if(A.nodeType===Node.ELEMENT_NODE){let H=window.getComputedStyle(A);if(A.immersiveTranslateComputedStyle=H,Ig(H))return F&&F(A),NodeFilter.FILTER_REJECT;let j=la(A,{blockSelectors:n.blockSelectors,extraInlineSelectors:n.extraInlineSelectors,extraBlockSelectors:n.extraBlockSelectors,atomicBlockSelectors:n.atomicBlockSelectors},H||null);if(Gt(A,u)&&j)return NodeFilter.FILTER_REJECT}let E=A.getBoundingClientRect(),{width:P,height:O}=E;return A.nodeName==="IMG"&&(P>48&&O>48?A.immersiveTranslateComputedStyle={display:"block"}:P>0&&O>0&&f!==!1&&(A.setAttribute("width",P),A.setAttribute("height",O))),!A.childNodes||A.childNodes&&A.childNodes.length===0?NodeFilter.FILTER_ACCEPT:!b.isPreWhitespace&&(P>0&&P<4||O>0&&O<4)&&(A.textContent?.trim().length||0)<2?NodeFilter.FILTER_REJECT:NodeFilter.FILTER_ACCEPT}else if(A.nodeType===Node.TEXT_NODE){let E=A.textContent?.trim();if(!E)return b.isPreWhitespace?NodeFilter.FILTER_ACCEPT:NodeFilter.FILTER_REJECT;let P=A.parentNode;if(P.getBoundingClientRect){let{width:O,height:H}=P.getBoundingClientRect();if(O>0&&O<4||H>0&&H<4)return NodeFilter.FILTER_REJECT}return g>0&&E.length>=g&&Mg(A,g),NodeFilter.FILTER_ACCEPT}return NodeFilter.FILTER_REJECT}}D(t),b&&b.commonAncestorContainer&&b.flatNodes.length>0&&B();function M(k,v,I){let F=v.immersiveTranslateComputedStyle||null;if(C){if(!C.contains(v))if(h=!1,v&&v.nodeType===Node.ELEMENT_NODE)if(fc(v,I))h=!0,C=v,B(),y(b,C,F);else return h=!1,v=k.nextNode(),{currentNode:v,isMatchedSelection:h};else return h=!1,v=k.nextNode(),{currentNode:v,isMatchedSelection:h}}else if(v&&v.nodeType===Node.ELEMENT_NODE)if(fc(v,I))h=!0,C=v,B(),y(b,C,F);else return h=!1,v=k.nextNode(),{currentNode:v,isMatchedSelection:h};else return h=!1,v=k.nextNode(),{currentNode:v,isMatchedSelection:h};return{currentNode:v,isMatchedSelection:!0}}function B(k){if(k&&k.nodeName==="BR"){b.commonAncestorContainer=k.parentNode;let I=[...b.flatNodes],F=b.flatNodes.filter(L=>k.parentNode?.contains(L));F.length>0&&I.length!=F.length&&(b.flatNodes=F,b.flatNodes.original=I)}let v=XA(b,a,n);v&&(v.xpath=r1(r,s,v.commonAncestorContainer,i),e&&e(v)),Fg(b)}function S(k){if(!MT(b,k)){B(),Fg(b);let v=k.parentNode;v&&y(b,v,v.computedStyle)}b.flatNodes.push(k)}function y(k,v,I){k.commonAncestorContainer=v;let F=_(I);k.isPreWhitespace=F}function _(k){return k&&k.whiteSpace&&k.whiteSpace.startsWith("pre")||k&&k.whiteSpace==="break-spaces"||!1}}function MT(t,e){let n=!1;(e.nodeType===Node.ELEMENT_NODE||e.nodeType===Node.DOCUMENT_FRAGMENT_NODE)&&(n=Qa(e));let r=JA(t),a=!0;return!n&&!r&&(t.commonAncestorContainer&&t.commonAncestorContainer.contains(e)?a=!0:t.commonAncestorContainer&&(a=!1,t._currentStacks=[])),a}function QA(t){let{isTransformPreTagNewLine:e}=t;return t.excludeSelectors=t.excludeSelectors.filter(n=>{let r=n!=="iframe";return e?r&&n!=="pre":r}),t}function ZA(t,e,n){if(e){for(let r of e.childNodes)if(r.contains(n))return r}return t._currentStacks.length>0?(t.commonAncestorContainer||(t.commonAncestorContainer=t._currentStacks[0]),t._currentStacks[0]):null}function Bg(t,e){if(e){let n=Object.keys(e);if(n.length>0&&Gt(t,n))for(let a of n){let i=e[a];if(t.matches(a)){let o=t.style.cssText||"";o&&(o=o.trim()),o&&!o.endsWith(";")&&(o+=";"),t.style.cssText=o+i;break}}}}function JA(t){return t&&t._currentStacks?t._currentStacks.some(e=>Qa(e)):!1}function XA(t,e,n){let{flatNodes:r,commonAncestorContainer:a}=t;if(a&&r.length>0){if(!r.map(m=>m.textContent?.trim()||"").join(""))return null;if(r.length===1)return{ctxId:e,stepState:1,commonAncestorContainer:r[0].parentNode,rootNodes:[r[0]],flatNodes:r,isPreWhitespace:t.isPreWhitespace,variables:{},xpath:""};let o=t5(r,a,n);o||(o=a);let s=[];for(let m of r){let f=ZA(t,o,m);f&&(s.includes(f)||s.push(f))}if(s.length<1)return null;let u=s[0],l=s[s.length-1],c=[],p=u,g=0;for(;p&&(c.push(p),p!==l);){if(g++,g>YA){z.warn("loop too many times for convert root nodes, break");break}p=p.nextSibling}return{ctxId:e,rootNodes:c,stepState:1,flatNodes:r,commonAncestorContainer:o,variables:{},isPreWhitespace:t.isPreWhitespace,xpath:""}}else return null}function Fg(t,e=!1){t.rootNodes=[],t.flatNodes=[],t._currentStacks=[],e&&(t.commonAncestorContainer=null)}function Ig(t){return t.display==="none"}var dt={_marked_key:Rh,isMarked(t,e){return xp(t,this._marked_key,e)},clearMark(t){if(!(!t||t.nodeType!==Node.ELEMENT_NODE)&&!(t instanceof HTMLIFrameElement||Qa(t)))return Ml(t,this._marked_key)},clearToParentMark(t,e){let n=t;for(;n&&e&&n!=e;)dt.clearMark(n),n=n.parentElement},mark(t,e,n){if(!(!t||t.nodeType!==Node.ELEMENT_NODE)&&!(t instanceof HTMLIFrameElement||Qa(t)))return ut(t,this._marked_key,e,!1,n)},markWalk(t,e,n){if(!t||t.nodeType!==Node.ELEMENT_NODE||this.isSkipMarkEle(t))return;let r=Ki(t,"markWalk")||"";return ut(t,"markWalk",r+","+e,!1,n)},isSkipMarkEle(t){return t?!!(t instanceof HTMLIFrameElement||Qa(t)):!1}};function e5(t){let n=t.innerHTML.replace(/\n\n/g,"
");t.innerHTML=n}function t5(t,e,n){if(!t.length)return null;let r=t.map(a=>{let i=new Set;for(;(a=a.parentNode)&&(i.add(a),a!==e););return i});for(let a of r[0])if(a.nodeType===Node.ELEMENT_NODE||a.nodeType===Node.DOCUMENT_FRAGMENT_NODE){if(xn(a,n.atomicBlockSelectors))continue;if(r.every(i=>i.has(a)))return a}return null}function Mg(t,e){let n=t.textContent||"";if(n.trim().length<=e)return;let i=[". ","? ","! ","\u3002","\uFF1F","\uFF01",`.${String.fromCharCode(160)}`].reduce((o,s)=>{let u=n.lastIndexOf(s,e);return u>o?u:o},-1);if(i>1){let o=n[i-1]||"",s=n[i-2]||"",u=n[i+1]||"";o==="."||u==="."||u===")"||s==="."&&o==="S"||s.toUpperCase()==="M"&&(o.toUpperCase()==="R"||o.toUpperCase()==="S")?i=-1:isNaN(Number(o))||(i=-1)}if(i===-1)n.length>e+20&&Mg(t,e+20);else{let o=n.slice(i+1);if(!o.trim())return;i++,o.startsWith(" ")&&i++,t.immersive=!0;let s=t.splitText(i);s.immersive=!0;let u=document.createElement("br");u.immersive=!0,s.parentNode?.insertBefore(u,s),i+10)for(let r of n){let a=e[r],i=Object.keys(a),o=p1(t,[r]);for(let s of o)for(let u of i){let l=a[u];s.getAttribute(u)!==l&&(l===null?s.removeAttribute(u):s.setAttribute(u,l))}}}function IT(t,e,n,r,a,i,o){let s=Object.keys(e);if(s.length>0)for(let u of s){let l=e[u],c=Object.keys(l),p=t.querySelector(u);if(p)for(let g of c){let m=l[g];if(g==="translate"&&m==="no"){let T=p.innerText||p.textContent||"";if(!T.trim()||n5(p,a,i,o)||!m1(T,n,r))continue}p.getAttribute(g)!==m&&(m===null?p.removeAttribute(g):p.setAttribute(g,m))}}}function Rg(t,e){if(e){let n=Object.keys(e);if(n.length>0&&Gt(t,n))for(let a of n){let i=e[a];if(t.matches(a)){let o=e[a],s=Object.keys(o);for(let u of s){let l=o[u];t.getAttribute(u)!==l&&(l===null?t.removeAttribute(u):t.setAttribute(u,l))}break}}}}function hc(t,e){return Gt(t,e.excludeSelectors||[])?Gt(t,e.selectors||[])?!1:!Gt(t,e.stayOriginalSelectors||[]):!1}function fc(t,e){if(e.length===0)return!1;let n=e.filter(r=>!r.endsWith("*")).map(r=>r+" *");return Gt(t,e.concat(n))}function n5(t,e,n,r){let a=document.createTreeWalker(t,NodeFilter.SHOW_TEXT|NodeFilter.SHOW_ELEMENT,i=>i.nodeType===Node.ELEMENT_NODE&&hc(i,{excludeSelectors:r.excludeSelectors,selectors:r.selectors,stayOriginalSelectors:r.stayOriginalSelectors})?NodeFilter.FILTER_REJECT:NodeFilter.FILTER_ACCEPT);for(;a.nextNode();){let i=a.currentNode;if(i.nodeType===Node.TEXT_NODE&&parent){let o=i.textContent||"";if(o.includes("Copyright"))continue;if(Ll(o,e,n))return!0}}return!1}d();function RT(t){let e=document.querySelector("title"),n;return e&&(n=new MutationObserver(function(r){r.length>0&&(r[0].target.text.includes(Cu)||Og(t).catch(i=>{z.error("translateTitle error:",i.name,i.message,i.details||"")}))}),n.observe(e,{subtree:!0,characterData:!0,childList:!0})),n}var bc="";async function Og(t){let e=document.title;if(!e||e.includes(Cu))return;bc!==e&&(bc=e);let n=await Ie({text:e,pageLangs:[yt(),"en"]});if(!Ui(t,n))try{let r=await ya({id:0,url:t.url,text:e,from:n,to:t.targetLanguage,fromByClient:n,force:!0},t);r&&r.text&&(document.title=r.text+Cu+bc)}catch(r){throw r}}function OT(t){t.rule.isTranslateTitle&&(document.title=bc)}function lo(t){return(t.config.rtlLanguages||["ar","arc","az","dv","he","ckb","fa","ur"]).includes(t.targetLanguage)}function an(t){let e=t.rule.selectors,n=t.rule.excludeTags,r=t.rule.additionalExcludeTags,a=t.rule.excludeSelectors,i=t.rule.additionalExcludeSelectors;return t.state.translationArea==="body"&&(e=[],a=[]),{paragraphFirstLetterFontSize:t.rule.paragraphFirstLetterFontSize,globalStyles:t.rule.globalStyles,globalAttributes:t.rule.globalAttributes,selectors:e,atomicBlockSelectors:t.rule.atomicBlockSelectors,skipEditableCheck:t.rule.skipEditableCheck,lineBreakMaxTextCount:t.rule.lineBreakMaxTextCount,isTransformPreTagNewLine:t.rule.isTransformPreTagNewLine,excludeSelectors:n.concat(r).map(s=>s.toLowerCase()).filter(s=>s!=="code"&&s!=="img").concat(a).concat(i),blockSelectors:t.rule.allBlockTags.map(s=>s.toLowerCase()).concat(t.rule.extraBlockSelectors),extraBlockSelectors:t.rule.extraBlockSelectors,extraInlineSelectors:t.rule.extraInlineSelectors.concat(t.rule.additionalInlineSelectors),stayOriginalSelectors:t.rule.stayOriginalTags.concat(t.rule.stayOriginalTags).map(s=>s.toLowerCase()).concat(t.rule.stayOriginalSelectors).concat(t.rule.additionalStayOriginalSelectors)}}var r5={sanitize:t=>t};function qg(t,e){if(t.interruptEffectDOM)return;let n=an(t.ctx);t.walkContainer({id:t.id,container:e,articleNode:t.ctx.articleNode,filterRule:n,bodyRule:t.ctx.rule.bodyRule,onParagraph:ti.bind(null,t),onFrame:r=>{Ng(t,r,!0)},onIgnoreElement:r=>{dt.mark(r,t.id,n.skipEditableCheck),t.ignoreResizeObserver?.observe(r)}}),bi&&ut(e,"consumeContainer",t.id)}function Ng(t,e,n){try{if(t.injectCssToDocument(e,t.ctx),e instanceof HTMLIFrameElement){if(!Hi(e))return;z.debug("onFrame fragment",e);let r=e.contentWindow?.document.body;r&&(ei(r,t,n),t.dynamicContainerObserver?.observe(r,{childList:!0,subtree:!0,characterData:!0}))}else z.debug("onFrame shadowRoot",e.host),ei(e,t,n),t.dynamicContainerObserver?.observe(e,{childList:!0,subtree:!0,characterData:!0})}catch{}}function ei(t,e,n=!0){let{globalStyles:r,globalAttributes:a}=an(e.ctx),i=0;if(u(e,t,n))return;if(jr(t)&&s(t)){o(t);return}try{let l=document.createTreeWalker(t,NodeFilter.SHOW_ELEMENT,c=>(jr(c)&&(r&&Bg(c,r),a&&Rg(c,a)),u(e,c,n)?NodeFilter.FILTER_REJECT:NodeFilter.FILTER_ACCEPT));for(dt.mark(l.currentNode,e.id,e.ctx.rule.skipEditableCheck);l.nextNode();){dt.mark(l.currentNode,e.id,e.ctx.rule.skipEditableCheck);let c=l.currentNode;if(s(c))for(o(c);;){if(l.nextSibling()){let p=l.currentNode;if(dt.mark(l.currentNode,e.id,e.ctx.rule.skipEditableCheck),s(p)){o(p);continue}else break}if(!l.parentNode())return}}}catch{}if(i==0&&t instanceof HTMLElement){o(t);return}return e.observeContainers;function o(l){dt.clearMark(l),i++,e.immediateTranslateCapacity>=0?qg(e,l):(bi&&ut(l,"observeContainer",e.id),e.containerVisibleObserver?.unobserve(l),e.containerVisibleObserver?.observe(l))}function s(l){let c=l.nodeName.toLowerCase();if(l.shadowRoot)return Ng(e,l.shadowRoot,n),!1;if(c==="iframe")return Ng(e,l,n),!1;if(["script","#document-fragment","img"].includes(c))return!1;let p=e.containerRule;if(p.selectors&&p.selectors?.length>0)return fc(l,p.selectors);if(p.pageHeight){let g=l.scrollHeight;if(g>0&&g0)return!0}return!1}function u(l,c,p){if(_T(l.ctx,c),c.nodeName.toLowerCase()=="script")return c.childNodes.length==0||c.childNodes.length==1&&c.childNodes[0].nodeType==Node.TEXT_NODE;if(c.nodeType===Node.DOCUMENT_FRAGMENT_NODE)return!1;if(c.nodeType!==Node.ELEMENT_NODE||p&&dt.isMarked(c,l.id))return!0;if(l.ctx.rule.isTransformPreTagNewLine&&c.nodeName==="PRE")return!1;let m=an(l.ctx);return!!hc(c,{excludeSelectors:m.excludeSelectors,selectors:m.selectors,stayOriginalSelectors:m.stayOriginalSelectors})}}function Os(t,e){if(!t.targetNodes)return;let n=t.state||"original",r=t.commonAncestorContainer;if(!dt.isSkipMarkEle(r)&&!dt.isMarked(r,t.ctxId))return;let a=r.contains(t.rootNodes[0]),i=r.contains(t.targetNodes[0]);if(a&&i)n="dual";else if(a)n="original";else if(i)n="translation";else return;if(e!=n){t.state=e;try{if(n=="dual"&&e=="translation"&&(Tc(t.rootNodes),NT(t.commonAncestorContainer)),n=="original"&&e=="translation"){let o=zg(t.rootNodes);if(Tc(t.rootNodes),zT(o))return;co(o,r,t.targetNodes||[]),NT(t.commonAncestorContainer)}if(n=="translation"&&e=="dual"){let o=t.targetNodes[0];co(o,r,t.rootNodes||[]),UT(t.commonAncestorContainer)}if(n=="original"&&e=="dual"){let o=zg(t.rootNodes);if(zT(o))return;co(o,r,t.targetNodes||[]),UT(t.commonAncestorContainer)}if(n=="translation"&&e=="original"){let o=zg(t.targetNodes);Tc(t.targetNodes),co(o,r,t.rootNodes||[])}n=="dual"&&e=="original"&&Tc(t.targetNodes),Wg(t)}catch(o){z.error(o)}}}function zT(t){return!t||!jr(t)?!1:t.classList.contains(bt)}function NT(t){if(!jr(t))return;t.querySelectorAll("font[class*=immersive-translate-target-translation]").forEach(r=>{ut(r,"immersiveTranslateClassBak",r.className),r.className="notranslate immersive-translate-target-dual immersive-translate-target-inner"});let n=t.querySelector(".immersive-translate-target-wrapper");n&&n.classList.add("immersive-translate-state-dual")}function UT(t){if(!jr(t))return;t.querySelectorAll("font[class*=immersive-translate-target-dual]").forEach(r=>{let a=Ki(r,"immersiveTranslateClassBak");Ml(r,"immersiveTranslateClassBak"),r.className=a});let n=t.querySelector(".immersive-translate-target-wrapper");n&&n.classList.remove("immersive-translate-state-dual")}function zg(t){return t?t[t.length-1].nextSibling:null}function Tc(t){(t||[]).forEach(e=>e.parentNode?.removeChild(e))}function co(t,e,n){let r=t;e&&(r?n.forEach(a=>{r.parentNode?.insertBefore(a,r)}):n.forEach(a=>{e.appendChild(a)}))}var a5=qo(yc,300);async function ti(t,e,n=!1,r="web"){if(t.interruptEffectDOM)return;let a=e.commonAncestorContainer;if(a instanceof ShadowRoot||i5(e.rootNodes)||e.stepState>=2)return;e.stepState=2,bi&&ut(a,"onParseParagraph",t.id);let{ctx:i}=t,{rule:o}=i,s=Za(i),u=ac(e.flatNodes,{isPreWhitespace:e.isPreWhitespace||!1,delimiters:s,stayOriginalSelectors:d5(i)});if(!u)return;e.variables=u?.variables||{},e.text=u?.text;let l=i?.config?.translationLanguagePattern?.excludeMatches||[],c=await Hg(i,e,{excludeLanguages:n?[]:l,targetLanguage:i.targetLanguage,noTranslateRegexp:i.rule.noTranslateRegexp,delimiters:Tr(i.config.translationServices[i.translationService]),minTextCount:n||i.state.translationArea==="body"?3:o.paragraphMinTextCount,minWordCount:o.paragraphMinWordCount,isDetectParagraphLanguage:o.detectParagraphLanguage||i.state.isDetectParagraphLanguage,ignoreZhCNandZhTW:i.rule.ignoreZhCNandZhTW});if(c){if(z.debug("on paragraph",c.text,c),a.paragraphs=a.paragraphs||[],a.paragraphs.includes(c))return;a.paragraphs.push(c),t.immediateTranslateCapacity>0||n?(n&&(e.force=!0),o5(t,e.text),jg(t,e,r)):(bi&&ut(a,"observeParagraph",t.id),t.observeParagraphs.push(c),t.paragraphVisibleObserver?.unobserve(a),t.paragraphVisibleObserver?.observe(a))}return c}function i5(t){if(!t)return!1;let e=t[t.length-1].nextSibling;return e?jr(e)&&e.classList.contains(bt):!1}function o5(t,e){t.ctx.state.translationStartMode!=="immediate"&&(t.immediateTranslateCapacity-=e?.length||0)}function jg(t,e,n="web"){if(t.interruptEffectDOM||e.stepState>=3)return;e.stepState=3;let r=t.autoIncreaseParagraphId++;if(e.id=r.toString(),t.paragraphEntities[r]=e,t.paragraphQueue.push(r.toString()),bi&&ut(e.commonAncestorContainer,"consumeParagraph",t.id),ut(e.commonAncestorContainer,Oh,"1",!0),n=="hover"){yc.call(t,t.ctx);return}a5.call(t,t.ctx)}async function yc(t){if(this.interruptEffectDOM)return;let e=this.paragraphQueue;this.paragraphQueue=[];let n=[];for(let r=0;r0)try{await Qe(r,e,(a,i,o)=>{let s=o.id,u=s5(t,s.toString());u&&u5.call(null,a,i,o,u,e,n)})}catch(a){z.error("translateCurrentQueue error",a);return}}function s5(t,e){return t.find(n=>n.id===e)}function u5(t,e,n,r,a,i){let o=!1,s=r;if(qi(s.commonAncestorContainer,n.id)?.remove(),Wg(r),s&&(t||!e)){t||(z.error("translate error",n,t,e),t=new Error("no response from server"));let{rule:u}=a,l=n.id,c=document.createElement(u.targetWrapperTag);ut(c,qh,l.toString()),c.classList.add("notranslate",bt,bt+"-error"),c.setAttribute("translate","no"),c.setAttribute("lang",a.targetLanguage);let p=r.rootNodes[r.rootNodes.length-1].nextSibling;if(co(p,r.commonAncestorContainer,[c]),s&&(s.error=t),c){let g=l5(a,t).replaceAll(` -`,"").replaceAll('"',"""),m=t.message.replaceAll(` -`,"").replaceAll('"',"""),f=hr(zt,"retryAllParagraphs",a.config.interfaceLanguage,"zh-CN"),T=hr(zt,"errorTooltipTitle",a.config.interfaceLanguage,"zh-CN")+": "+m,b=hr(zt,"error.retry",a.config.interfaceLanguage,"zh-CN"),h=hr(zt,"error.reason",a.config.interfaceLanguage,"zh-CN"),C=`<${u.targetWrapperTag} class="${Q}-error notranslate"> +`),from:r,to:a};throw new $("Youdao translation failed: "+JSON.stringify(s))}},bT=wg;d();var Is=class extends Xa{constructor(e,n,r){super({...e,isSupportList:!0,langs:(e.langs||"zh-CN,en").split(",").map(a=>[a,a]),limitPerSecond:e.limitPerSecond||5,maxTextLengthPerRequest:e.maxTextLengthPerRequest||1200,maxTextGroupLengthPerRequest:e.maxTextGroupLengthPerRequest||1,placeholderDelimiters:e.placeholderDelimiters||Ro,request:{url:e.url,retry:2,body:{text_list:"{text}",source_lang:"{from}",target_lang:"{to}"}},response:{text:"translations.text"}},n,r)}};d();var TT="immersive-translate-gemini-fake-user-key",FA=[["auto","auto"],["zh-CN","Simplified Chinese"],["zh-TW","Traditional Chinese"],["en","English"],["ar","Arabic"],["bn","Bengali"],["bg","Bulgarian"],["hr","Croatian"],["cs","Czech"],["da","Danish"],["nl","Dutch"],["et","Estonian"],["fi","Finnish"],["fr","French"],["de","German"],["el","Greek"],["he","iw"],["hi","Hindi"],["hu","Hungarian"],["id","Indonesian"],["it","Italian"],["ja","Japanese"],["ko","Korean"],["lv","Latvian"],["lt","Lithuanian"],["no","Norway"],["pl","Polish"],["pt","Portuguese"],["ro","Romanian"],["ru","Russian"],["sr","Serbian"],["sk","Slovak"],["sl","Slovene"],["es","Spanish"],["sw","Swahili"],["sv","Swedish"],["th","Thai"],["tr","Turkish"],["uk","Ukrainian"],["vi","Vietnamese"]],yT=new Map(FA),Dg=class extends oo{static langMap=yT;provider="custom";randomPrefix="My user id is {{id}}. ";fakeId="";constructor(e,n,r){super(e,n,r),e||(e={}),e.provider&&(this.provider=e.provider),e.randomPrefix&&(this.randomPrefix=e.randomPrefix),this.apiUrl="https://generativelanguage.googleapis.com/v1beta/models/{model}:generateContent?key={key}",e?.apiUrl&&(this.apiUrl=e.apiUrl),this.maxTextGroupLength=this.maxTextGroupLength||10,this.model=this.model||"gemini-1.0-pro-latest",this.bodyConfigs=e?.bodyConfigs||{}}getLangMap(){return yT}getDefaultRateLimit(){return{limit:1,interval:1050}}async handleOptions(e,n){this.fakeId="",this.randomPrefix&&(this.fakeId=await Bd(TT,""),this.fakeId||(this.fakeId=MA(10),await Od(TT,this.fakeId)));let r=this.getRandomKey(),a={url:this.apiUrl.replace("{model}",this.model),method:"POST",headers:{"content-type":"application/json"},timeout:this.requestTimeout,retry:this.retry};r&&(a.url=a.url.replace("{key}",r));let i=this.systemPrompt+e;this.randomPrefix&&(i=this.randomPrefix.replace("{{id}}",this.fakeId)+i);let o={contents:[{role:"user",parts:[{text:i}]}],...this.bodyConfigs};return a.body=JSON.stringify(o,null,2),a}parseResponse(e){return e?.candidates?.[0]?.content?.parts?.[0]?.text}filterContent(e,n,r,a){let i=super.filterContent(e,n,r);return i.includes(this.fakeId)&&a.length<=1?e:i}};function MA(t){let e="",n="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789",r=n.length,a=0;for(;a{let n=(await lc({url:"https://translate.yandex.net/website-widget/v1/widget.js?widgetId=ytWidget&pageLang=es&widgetTheme=light&autoMode=false",method:"GET",responseType:"text"})).match(/sid\:\s\'[0-9a-f\.]+/),r="",a=Date.now()+1*60*1e3;return n&&n[0]&&n[0].length>7&&(r=n[0].substring(6),a=Date.now()+30*60*1e3),{accessToken:r,accessTokenExpiresAt:new Date(a).toISOString()}})}async translateList(e){let{text:n,from:r,to:a}=e;if(!n)return{...e};let i=await this.getAccessToken(),o=new URLSearchParams;o.append("srv","tr-url-widget"),o.append("id",`${i.accessToken}-0-0`),o.append("format","html"),o.append("lang",`${r==="auto"?"":kg.get(r)+"-"}${kg.get(a)}`),n.forEach(l=>{o.append("text",l)});let s=await de({url:`https://translate.yandex.net/api/v1/tr.json/translate?${o.toString()}`});if(s?.code!==200)return{...e};let u=s.text?.map(l=>l);return{from:r,to:a,text:u||n}}getDefaultRateLimit(){return{limit:5,interval:1050}}};var RA={mock:ao,mock2:ao,custom:Is,google:Ja,transmart:ks,deepl:F2,volc:H2,volcAlpha:Fs,bing:Bs,tencent:Ds,tenAlpha:As,baidu:cT,caiyun:pT,cai:gT,openl:ic,youdao:fT,you:bT,d:ro,dpro:ro,deeplx:Ms,niu:M2,azure:B2,openai:z2,gemini:vT,claude:xT,papago:I2,aliyun:_s,yandex:Rs},Ta={};Object.keys(cr).forEach(t=>{Ta[t]={...cr[t],class:RA[t]}});function gc(t,e){let n=wn;if(Ta[t]&&Ta[t].class&&Ta[t].class.langMap&&Ta[t].class.langMap.size>0){let r=Ta[t].class.langMap,a=n.filter(i=>r.get(i));return a.includes(e)||a.unshift("placeholder"),a}else return wn}async function ya(t,e,n){if(!t.text)return t;let r=null,a=await Qe({sentences:[t]},e,(i,o,s)=>{i&&(r=i)},n);if(r)throw r;if(a.sentences.length>0)return{...t,...a.sentences[0]};throw new $("translateFailed","translate failed")}async function ET(t,e){for(let n of t)try{return await ya({id:1e6,text:"Hello world",from:"en",to:"zh-CN",url:"https://google.com",fromByClient:"auto"},{...e,translationService:n},{retry:1,requestTimeout:e.config.verifyRequestTimeout||5*1e3}),n}catch{continue}return null}async function Pg(t){let{config:e,translationService:n}=t,r=e.translationGeneralConfig,a=e.translationServices,i=n,o=a[i]||{},s=Zt(t.user);await new Ta[i].class(o,r,{translationService:i,userToken:t.user?.token,isPro:s,sourceProgram:t.sourceProgram,glossaries:t.rule.glossaries,excludeRegexps:t.rule.excludeRegexps}).init()}function OA(t){if(!t?.length)return"auto";let e=t[0].from;return t[0].fromByClient&&t[0].fromByClient!=="auto"&&(e=t[0].fromByClient),e}async function Qe(t,e,n,r){if(!t.sentences.length)return{...t};let{config:a,translationService:i,state:o}=e,s=a.translationGeneralConfig,u=a.translationServices,l=i,c=e.targetLanguage;t&&t.sentences&&t.sentences[0]&&t.sentences[0].to&&(c=t.sentences[0].to);let p=u[l]||{},m=a.rawUserConfig?.translationServices?.[l]||{};p=E1(m,p,{sourceLanguage:OA(t.sentences),targetLanguage:c,model:p.model||"",url:e.url,isPro:e.isPro?"true":"false",sourceProgram:e.sourceProgram||""}),r&&(p={...p,...r});let g=a.beta,f=o.cache===!1&&g,T=a.debug===!0&&g;t.sentences&&t.sentences.length>0&&(t.sentences=t.sentences.map(L=>(f&&(L.refresh=!0),T&&(L.debug=!0),L))),l==="openai"&&(t.sentences=t.sentences.map(L=>({...L,from:"auto"})));let b=[],h={sentences:Array(t.sentences.length)},C=t.sentences.length,D=-1,M=Zt(e.user),B;try{B=new Ta[l].class(p,s,{translationService:l,userToken:e.user?.token,isPro:M,sourceProgram:e.sourceProgram,glossaries:e.rule.glossaries,excludeRegexps:e.rule.excludeRegexps,minTextCount:e.rule.paragraphMinTextCount}),await B.init()}catch(L){if(n){b.push(...t.sentences);let A={translationService:l,isPro:!!e.isPro,isLogin:!!e.user?.token};for(let y of b){let I=L instanceof $?new $(L.name,L.message).initNetWork(L.status).initData(L.data||A):L;n(I,null,y)}}return{sentences:[]}}if(o.cache)for(let L of t.sentences){D++;let A=l;l==="openl"&&(A=l+"-"+p.codename||ic.DEFAULT_CODENAME);let y=B.getCacheKeyPrefix();y&&(A=y+"-"+A);let I=null;try{I=await Lu(J1({originalText:L.text,from:L.from,to:L.to,service:A}),200)}catch(F){z.warn("query cache DB error, but it's ok",F)}if(I){let F={...L,text:I.translatedText};h.sentences[D]=F,n&&n(null,F,L)}else b.push(L)}else b.push(...t.sentences);let S=b.length;if(C-S>0&&z.debug(`use ${C-S} sentences from cache`),!b.length)return h;let v=await B.multipleTranslate({sentences:b},p,(L,A,y)=>{if(n&&n(L,A,y),!L&&A&&!l.startsWith("mock")&&o.cache){let I=l;l==="openl"&&(I=l+"-"+p.codename||ic.DEFAULT_CODENAME);let F=B.getCacheKeyPrefix();F&&(I=F+"-"+I),o.cache&&Lu(X1({translatedText:A.text,from:y.from,to:y.to,detectedFrom:A.from,key:kn(y.text),service:I}),3e3).catch(_=>{z.warn("set cache DB error",_)})}});for(let L of v?.sentences||[]){let A=h.sentences.findIndex(y=>!y);if(A===-1)throw new $("translateFailed","can not match the result");h.sentences[A]=L}return h}function CT({currentLang:t,ctx:e,onSetPageLanguage:n,setSettings:r}){let{t:a}=xe();if(!e)return null;let i=gc(e.config.translationService,e.config.targetLanguage),o=wn;i.length<=30&&(o=i.indexOf("auto")>=0?i:["auto",...i]);let s=i.filter(u=>u!=="auto");return w("div",{class:"flex mt-4 items-center",children:[w(zA,{supportedLanguages:o,interfaceLanguage:e.config.interfaceLanguage,currentLang:t,value:e.sourceLanguage,onSelected:n}),w("img",{src:h2,style:{maxWidth:"unset"},class:"mx-2"}),w(NA,{supportedLanguages:s,interfaceLanguage:e.config.interfaceLanguage,value:e.config.targetLanguage,label:a("popupTarget"),onSelected:u=>{r(l=>({...l,targetLanguage:u}))}})]})}function zA(t){let{t:e}=xe(),{value:n,currentLang:r}=t,a=e("popupSourceLanguage");return n==="auto"&&r&&r!=="auto"&&(a=e("languages.auto")),w("div",{class:"language-select-container",children:[w("label",{children:a}),w("select",{autoComplete:"off",class:"language-select",onChange:i=>{let o=i.target.value;o&&t.onSelected(o)},children:t.supportedLanguages.map((i,o)=>{let s=fa(i,t.interfaceLanguage),u="";return i==="auto"&&n==="auto"&&(r&&r==="auto"?u=e("languages.auto"):u=fa(r,t.interfaceLanguage)+` (${e("languages.auto")})`),w("option",{value:i,selected:i===t.value,children:u||s},"selectlink"+o)})})]})}function NA(t){return w("div",{class:"language-select-container",children:[w("label",{children:t.label}),w("select",{autoComplete:"off",class:"language-select",onChange:e=>{let n=e.target.value;n&&t.onSelected(n)},children:t.supportedLanguages.map((e,n)=>{let r=fa(e,t.interfaceLanguage);return w("option",{value:e,selected:e===t.value,children:r},"selectlink"+n)})})]})}d();d();function va(t){let{items:e,maxWidth:n,className:r,style:a}=t,{lang:i}=xe();return n=n||(i==="en"?144:160),w("select",{autoComplete:"off",class:r||"min-select",style:{maxWidth:`${n}px`,...a},value:e.find(o=>o.selected)?.value,onChange:o=>{let s=o.target.value,u=e.find(l=>l.value===s);u&&u.onSelected(u)},children:e.map((o,s)=>w("option",{value:o.value,selected:o.selected,children:o.label},"selectlink"+s))})}function wT(t){let{t:e}=xe(),{translationServiceItems:n,translationServiceOptions:r}=HA(t);return n.length?w(Ot,{children:[w(DT,{class:"mt-3",label:e("popupService"),items:r}),w(UA,{ctx:t.ctx,onRestorePage:t.onRestorePage,setSettings:t.setSettings})]}):null}function DT(t){return w("div",{class:`min-select-container ${t.class||""}`,children:[w("label",{class:"inline-block text-label mb-0 text-gray-6",style:{minWidth:60},children:[t.label,"\uFF1A"]}),w(va,{className:"translate-service transform-padding-left",maxWidth:300,items:t.items})]})}function UA({ctx:t,setSettings:e,onRestorePage:n}){let{t:r}=xe(),a=jA(t),i=qA(t),o=Ve((u,l)=>{e(c=>{let p=c.translationServices||{},m=p[a.id]||{};return setTimeout(()=>{n()},1),{...c,translationServices:{...p,[a.id]:{...m,[u]:l}}}})},[]),s=Ne(()=>a?.props.filter(u=>u.type==="select").map(u=>{let l=u.name;u.label&&(l=u.label),u.labelKey&&(l=r(u.labelKey));let c=u.options.map(p=>({label:`${p.label?r(p.label):p.value}`,value:p.value,selected:p.value==i[u.name],onSelected:()=>{o(u.name,p.value)}}));return{label:l,items:c}}),[i]);return!i||!a?.props?.length||!s||!s?.length?null:w(Ot,{children:s.map(({label:u,items:l},c)=>w(DT,{class:"mt-2",label:u,items:l},"field-"+c))})}function qA(t){return Ne(()=>{let{translationServices:n,translationService:r}=t.config;return n&&n[r]?n[r]||{}:{}},[t])}function jA(t){return Ne(()=>{let{translationService:n}=t.config;if(cr[n])return Cl("translationService",n,t)},[cr,Cl,t])}function HA({isProUser:t,ctx:e,setSettings:n,pageStatus:r,onTranslatePage:a,onRestorePage:i,openOptionsPage:o}){let{t:s}=xe(),u=Ne(()=>e?ps(e,"translationService"):[],[ps,e]),l=Ve(p=>{let m=u.find(g=>g.id===p.value);if(m.ok){if(n(g=>({...g,translationService:m.id,translationServiceChangedbyUserAt:new Date().toISOString()})),r!="Translated")return;m.props.length===0?e.rule.isTranslateWhenServiceChanged&&setTimeout(()=>{a()},1):setTimeout(()=>{i()},1)}else n(g=>({...g,translationService:m.id,translationServiceChangedbyUserAt:new Date().toISOString()})),setTimeout(()=>{o()},100)},[o,i,a,n]),c=Ne(()=>{let p=ot();return u.filter(g=>e.config.showUnconfiguredTranslationServiceInPopup===!1?g.ok:!0).map(g=>({label:`${s("translationServices."+g.id)}${g.ok?"":" "+(" "+(!t&&!p&&g.providers&&g.providers.length>0?s("goLoginOrAction"):s("needAction")))}`,value:g.id,selected:g.selected,onSelected:l}))},[u,e,l,s]);return{translationServiceItems:u,translationServiceOptions:c}}d();d();function AT(t){let e=t.indexOf("#");return e===-1?t:t.slice(0,e)}function kT(t){let{t:e}=xe(),{currentUrlObj:n,isAlwaysTranslateDomain:r,isNeverTranslateDomain:a,handleTranslationUrlPatternSelected:i}=WA(t),[o,s]=re(()=>a?"excludeMatches":"matches"),u=Ne(()=>r||a||!1,[r,a]),l=Ve(c=>{s(c),u&&i(c,n.hostname)},[s,i,u]);return w("div",{class:"flex justify-between mt-5",children:[w(va,{style:{width:"unset",flex:"unset"},maxWidth:230,className:"transform-padding-left min-select",items:[{label:e("alwaysTranslateThisSite"),value:"matches",selected:o==="matches",onSelected:()=>{l("matches")}},{label:e("neverTranslateThisSite"),value:"excludeMatches",selected:o==="excludeMatches",onSelected:()=>{l("excludeMatches")}}].filter(Boolean)}),w("input",{type:"checkbox",role:"switch",checked:u,class:"shrink-0",onChange:c=>{let p=c.target.checked;i(p?o:"default",n.hostname)}})]})}function WA({currentUrl:t,ctx:e,currentLang:n,onSetLocalConfig:r,pageStatus:a,onRestorePage:i,onTranslatePage:o,setSettings:s,onClose:u}){let l=null,c=null,p=null,m=null,g=null,{translationUrlPattern:f}=e.config;if(l=Ne(()=>new URL(t||""),[t]),e.config&&t&&Zl(t)){c=AT(t);let{matches:h,excludeMatches:C}=f;p=!!h.find(D=>wt(t,D)),m=!!C.find(D=>wt(t,D))}if(n&&n!=="auto"){let{translationLanguagePattern:h}=e.config,{matches:C}=h;C.includes(n)?g=!0:g=!1}let T=Ve(()=>{let h=l.hostname,C=e.localConfig.tempTranslationUrlMatches||[],D=C.filter(B=>B.match!==h),M=!1;D.length!==C.length&&(M=!0),M&&r({...e.localConfig,tempTranslationUrlMatches:[...D]})},[r]),b=Ve((h,C)=>{if(h==="default"){s(B=>{let S={...B.translationUrlPattern};return{...B,isChangedAlwaysTranslatedUrls:!0,translationUrlPattern:{...B.translationUrlPattern,matches:Lg(t,S.matches),excludeMatches:Lg(t,S.excludeMatches)}}}),T();return}let D=h,M=D==="matches"?"excludeMatches":"matches";l&&s(B=>{let S={...B.translationUrlPattern};return S[M]=Lg(t,S[M]),S[D]=hl(C,S[D]),{...B,isChangedAlwaysTranslatedUrls:!0,translationUrlPattern:{...B.translationUrlPattern,...S}}}),D==="matches"&&a==="Original"?setTimeout(()=>{o(),u()},100):D==="excludeMatches"&&a==="Translated"&&setTimeout(()=>{i(),u()},100)},[o,u,a,T]);return{currentUrlObj:l,currentUrlWithoutHash:c,isAlwaysTranslateDomain:p,isNeverTranslateDomain:m,isAlwaysTranslateLang:g,handleTranslationUrlPatternSelected:b}}function Lg(t,e){return e?(Array.isArray(e)||(e=[e]),t?e.filter(n=>!wt(t,n)):e):[]}d();d();d();d();var PT="G-MKMD9LWFTR";async function lt(t,e,n){try{let r=ls(),a=Me(),i=a.INSTALL_FROM==="firefox_store";r?.name?.startsWith("ImtFx")&&(i=!1);let o=ye(),s=Xe(),u=a.PROD==="1",l=`report_${t}`,c=t.endsWith("_daily");if(c){if(s)return;let A=await Nr(l,0),y=mc(new Date(A)),I=Date.now(),F=mc(new Date(I));if(y===F)return;await j3(l,I)}else if(!n.config.telemetry)return;let p="sitc4WmvShWYwfU0dANM3Q",m=await At("fakeUserId","");m||(m=await Nr("fakeUserId",""),m&&await Je("fakeUserId",m));let g=Sn(),f=new Date,T=await At("installedAt","");T||(T=await Nr("installedAt",""),T&&await Je("installedAt",T)),m?T||(T=new Date(0).toISOString(),await Je("installedAt",T)):(m=KA(32),await Je("fakeUserId",m)),T||(T=f.toISOString(),await Je("installedAt",T));let b=new Date(T),h=mc(b),C=mc(f),D=h===C,M=f.getTime()-b.getTime()<7*24*60*60*1e3,B=`https://www.google-analytics.com/mp/collect?measurement_id=${PT}&api_secret=${p}`;u||(B=`https://www.google-analytics.com/debug/mp/collect?measurement_id=${PT}&api_secret=${p}`);let S=Ei.parse(window.navigator.userAgent),v=e.map(A=>{let y=A.params||{};if(S.os&&(y.os_name=S.os.name||"unknown",y.os_version=S.os.version||"unknown",y.os_version_name=S.os.versionName||"unknown"),S.browser&&(y.browser_name=S.browser.name||"unknown",y.browser_version=S.browser.version||"unknown",r&&(y.browser_name=r.name,y.browser_version=r.version)),S.platform&&(y.platform_type=S.platform.type||"unknown"),S.engine&&(y.engine_name=S.engine.name||"unknown",y.engine_version=S.engine.version||"unknown"),n.translationService&&(y.translation_service||(y.translation_service=n.translationService),n.config.translationServices&&n.config.translationServices[n.translationService]&&(n.config.translationServices[n.translationService].provider&&(y.translation_service_provider=n.config.translationServices[n.translationService].provider),n.translationService==="openai"&&n.config.translationServices[n.translationService].provider==="custom"&&(n.config.translationServices[n.translationService].apiUrl?n.config.translationServices[n.translationService].apiUrl.startsWith("https://api.openai.com/")?y.openai_is_official="1":y.openai_is_official="0":y.openai_is_official="1"))),n.targetLanguage&&(y.target_language=n.targetLanguage),n.config.interfaceLanguage&&(y.interface_language=n.config.interfaceLanguage),n.config.enableDefaultAlwaysTranslatedUrls?y.enable_default_always_translated_urls=n.config.enableDefaultAlwaysTranslatedUrls?"1":"0":y.enable_default_always_translated_urls="0",g&&(y.version=g),n.config.enableInputTranslation?y.enable_input_translation=n.config.enableInputTranslation?"1":"0":y.enable_input_translation="0",n.config.translationTheme&&(y.translation_theme=n.config.translationTheme),n.config.alpha&&(y.alpha=n.config.alpha.toString()),n.config.translationLanguagePattern&&n.config.translationLanguagePattern.matches?.length>0?y.always_translate_languages=n.config.translationLanguagePattern.matches.join(","):y.always_translate_languages="none",a.INSTALL_FROM&&(y.install_from=a.INSTALL_FROM),n.config.beta&&(y.beta=n.config.alpha.toString()),n.config.translationArea&&(y.translation_area=n.config.translationArea),h&&(y.install_day=GA(b)),n.user){let F=p4(n.user);F&&Object.keys(F).forEach(_=>{y[_]=F[_]})}else y.user_type="anonymous";n.config.translationMode&&(y.translation_mode=n.config.translationMode),y.userscript=o.toString(),D?y.is_new_user_today="1":y.is_new_user_today="0",M?y.is_new_user_this_week="1":y.is_new_user_this_week="0",n.config.tempTranslateDomainMinutes?y.temp_translate_domain_minutes=n.config.tempTranslateDomainMinutes.toString():y.temp_translate_domain_minutes="0";let I="html";if(n.rule.pageType&&(I=n.rule.pageType),y.page_type=I,s?y.main_frame=0:y.main_frame=1,!c){let F=n.url;try{let _=new URL(F);y.site_host=_.hostname}catch{y.site_host="unknown"}n.sourceLanguage&&(y.source_language=n.sourceLanguage)}return{...A,params:y}});if(i)return;let L=await de({responseType:"text",url:B,method:"POST",body:JSON.stringify({client_id:m,user_id:m,events:v})})}catch{}}function KA(t){let e="",n="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789",r=n.length,a=0;for(;a=window.innerHeight*r.maxBodyScreenLength)return z.debug("content dom elements too long"),{bodyIsRoot:!1,bodyNode:e,articleNode:n};try{let i=window.document.cloneNode(!0),s=new ju(i,{keepClasses:!0}).parse();if(!s)throw new Error("article is null");e=VA(s.content,s.textContent),e&&(n=FT(r,e))}catch(i){z.debug(i)}return{bodyIsRoot:a(),bodyNode:e,articleNode:n};function a(){return t.state.translationArea==="body"?!1:!!r.bodyIsRoot}}function _T(t,e){if(!t.rule.bodyRule.articleSelector||e.nodeType!==Node.ELEMENT_NODE)return;let n=e.querySelector(t.rule.bodyRule.articleSelector);n&&(t.articleNode!=n&&z.debug("update article node",n),t.articleNode=n)}function _g(t,e){return e&&t?.contains(e)||!1}function VA(t,e){let a=new DOMParser().parseFromString(t,"text/html").querySelectorAll("#readability-page-1 > div");if(a.length<=0)return null;let i=$A(a[0]),o=document.querySelector(i);return!o||(a.length>1&&(o=o.parentElement),o==document.documentElement)?null:(o?.textContent?.length||0)>=e.length&&e.length>=500?o:null}function $A(t){let e=t.tagName.toLowerCase();t.id&&(e+="#"+t.id),t.className&&(e+="."+t.className.trim().split(/\s+/).join("."));let n=Array.from(t.attributes).filter(r=>!["id","class","style"].includes(r.name)).map(r=>`[${r.name}="${r.value}"]`).join("");return e+n}function FT(t,e){if(e.nodeType!=Node.ELEMENT_NODE)return null;let n=null,r=Array.from(e.childNodes);if(r.filter(i=>t.articleChildTags.includes(i.nodeName)).length>=t.articleChildTagsNum)return e;for(let i=0;i{let E=q(k);return E==NodeFilter.FILTER_ACCEPT?dt.mark(k,_,T):E==NodeFilter.FILTER_REJECT,E}),N=y;if(q(N)===NodeFilter.FILTER_REJECT)return;for(dt.mark(N,_,T);N;){if(s=_g(i,N),c&&c.length>0){let{currentNode:k,isMatchedSelection:E}=M(U,N,c);if(k)N=k;else break;if(!E)continue}if(N.nodeType===Node.ELEMENT_NODE||N.nodeType===Node.DOCUMENT_FRAGMENT_NODE){let k=N;if(k.nodeName==="IFRAME"){I&&I(k),B(),Fg(b,!0),N=U.nextNode();continue}k.nodeType===Node.ELEMENT_NODE&&(l&&Bg(k,l),g&&Rg(k,g));let E=la(k,{blockSelectors:n.blockSelectors,extraInlineSelectors:n.extraInlineSelectors,extraBlockSelectors:n.extraBlockSelectors,atomicBlockSelectors:n.atomicBlockSelectors},k.immersiveTranslateComputedStyle||null);if(E&&n.paragraphFirstLetterFontSize>0&&k.childNodes.length==1&&k.childNodes[0].nodeType===Node.TEXT_NODE&&k.innerText?.length==1&&k?.immersiveTranslateComputedStyle?.fontSize>=n.paragraphFirstLetterFontSize+"px"&&(E=!1),Gt(k,u)&&!E){S(k);let H=null;for(;!(H=U.nextSibling())&&U.parentNode(););N=H;continue}let P=Qa(k);if(!MT(b,k)||E){B(k);let H=E?k:k.parentElement;H&&H.childNodes.length>0&&v(b,H,H.immersiveTranslateComputedStyle||null)}P&&k.shadowRoot?.mode==="open"&&(E?I?.(k.shadowRoot):D({...A,container:k.shadowRoot})),k.nodeType===Node.ELEMENT_NODE&&k.nodeName==="PRE"&&p&&e5(k)}else if(N.nodeType===Node.TEXT_NODE)S(N);else throw new Error("should not be here");N=U.nextNode(),b.commonAncestorContainer&&N&&N.parentNode===b.commonAncestorContainer&&(b._currentStacks=[]),b.commonAncestorContainer&&N&&N.nodeType===Node.ELEMENT_NODE&&b._currentStacks.push(N)}function q(k){if(k.nodeType===Node.DOCUMENT_FRAGMENT_NODE)return NodeFilter.FILTER_ACCEPT;if(jr(k)){if(g){let H=Object.keys(g);if(H.length>0&&Gt(k,H))for(let W of H){let V=g[W];if(k.matches(W)){let se=g[W],X=Object.keys(se);for(let Z of X){let ue=se[Z];k.getAttribute(Z)!==ue&&(ue===null?k.removeAttribute(Z):k.setAttribute(Z,ue))}break}}}if(!A.force&&dt.isMarked(k,_)||t1(k,_)||hc(k,{excludeSelectors:n.excludeSelectors,selectors:n.selectors,stayOriginalSelectors:u})||k.nodeName==="IFRAME"&&!Hi(k))return NodeFilter.FILTER_REJECT;if(k.nodeType===Node.ELEMENT_NODE){let H=window.getComputedStyle(k);if(k.immersiveTranslateComputedStyle=H,Ig(H))return F&&F(k),NodeFilter.FILTER_REJECT;let j=la(k,{blockSelectors:n.blockSelectors,extraInlineSelectors:n.extraInlineSelectors,extraBlockSelectors:n.extraBlockSelectors,atomicBlockSelectors:n.atomicBlockSelectors},H||null);if(Gt(k,u)&&j)return NodeFilter.FILTER_REJECT}let E=k.getBoundingClientRect(),{width:P,height:O}=E;return k.nodeName==="IMG"&&(P>48&&O>48?k.immersiveTranslateComputedStyle={display:"block"}:P>0&&O>0&&f!==!1&&(k.setAttribute("width",P),k.setAttribute("height",O))),!k.childNodes||k.childNodes&&k.childNodes.length===0?NodeFilter.FILTER_ACCEPT:!b.isPreWhitespace&&(P>0&&P<4||O>0&&O<4)&&(k.textContent?.trim().length||0)<2?NodeFilter.FILTER_REJECT:NodeFilter.FILTER_ACCEPT}else if(k.nodeType===Node.TEXT_NODE){let E=k.textContent?.trim();if(!E)return b.isPreWhitespace?NodeFilter.FILTER_ACCEPT:NodeFilter.FILTER_REJECT;let P=k.parentNode;if(P.getBoundingClientRect){let{width:O,height:H}=P.getBoundingClientRect();if(O>0&&O<4||H>0&&H<4)return NodeFilter.FILTER_REJECT}return m>0&&E.length>=m&&Mg(k,m),NodeFilter.FILTER_ACCEPT}return NodeFilter.FILTER_REJECT}}D(t),b&&b.commonAncestorContainer&&b.flatNodes.length>0&&B();function M(A,y,I){let F=y.immersiveTranslateComputedStyle||null;if(C){if(!C.contains(y))if(h=!1,y&&y.nodeType===Node.ELEMENT_NODE)if(fc(y,I))h=!0,C=y,B(),v(b,C,F);else return h=!1,y=A.nextNode(),{currentNode:y,isMatchedSelection:h};else return h=!1,y=A.nextNode(),{currentNode:y,isMatchedSelection:h}}else if(y&&y.nodeType===Node.ELEMENT_NODE)if(fc(y,I))h=!0,C=y,B(),v(b,C,F);else return h=!1,y=A.nextNode(),{currentNode:y,isMatchedSelection:h};else return h=!1,y=A.nextNode(),{currentNode:y,isMatchedSelection:h};return{currentNode:y,isMatchedSelection:!0}}function B(A){if(A&&A.nodeName==="BR"){b.commonAncestorContainer=A.parentNode;let I=[...b.flatNodes],F=b.flatNodes.filter(_=>A.parentNode?.contains(_));F.length>0&&I.length!=F.length&&(b.flatNodes=F,b.flatNodes.original=I)}let y=XA(b,a,n);y&&(y.xpath=r1(r,s,y.commonAncestorContainer,i),e&&e(y)),Fg(b)}function S(A){if(!MT(b,A)){B(),Fg(b);let y=A.parentNode;y&&v(b,y,y.computedStyle)}b.flatNodes.push(A)}function v(A,y,I){A.commonAncestorContainer=y;let F=L(I);A.isPreWhitespace=F}function L(A){return A&&A.whiteSpace&&A.whiteSpace.startsWith("pre")||A&&A.whiteSpace==="break-spaces"||!1}}function MT(t,e){let n=!1;(e.nodeType===Node.ELEMENT_NODE||e.nodeType===Node.DOCUMENT_FRAGMENT_NODE)&&(n=Qa(e));let r=JA(t),a=!0;return!n&&!r&&(t.commonAncestorContainer&&t.commonAncestorContainer.contains(e)?a=!0:t.commonAncestorContainer&&(a=!1,t._currentStacks=[])),a}function QA(t){let{isTransformPreTagNewLine:e}=t;return t.excludeSelectors=t.excludeSelectors.filter(n=>{let r=n!=="iframe";return e?r&&n!=="pre":r}),t}function ZA(t,e,n){if(e){for(let r of e.childNodes)if(r.contains(n))return r}return t._currentStacks.length>0?(t.commonAncestorContainer||(t.commonAncestorContainer=t._currentStacks[0]),t._currentStacks[0]):null}function Bg(t,e){if(e){let n=Object.keys(e);if(n.length>0&&Gt(t,n))for(let a of n){let i=e[a];if(t.matches(a)){let o=t.style.cssText||"";o&&(o=o.trim()),o&&!o.endsWith(";")&&(o+=";"),t.style.cssText=o+i;break}}}}function JA(t){return t&&t._currentStacks?t._currentStacks.some(e=>Qa(e)):!1}function XA(t,e,n){let{flatNodes:r,commonAncestorContainer:a}=t;if(a&&r.length>0){if(!r.map(g=>g.textContent?.trim()||"").join(""))return null;if(r.length===1)return{ctxId:e,stepState:1,commonAncestorContainer:r[0].parentNode,rootNodes:[r[0]],flatNodes:r,isPreWhitespace:t.isPreWhitespace,variables:{},xpath:""};let o=t5(r,a,n);o||(o=a);let s=[];for(let g of r){let f=ZA(t,o,g);f&&(s.includes(f)||s.push(f))}if(s.length<1)return null;let u=s[0],l=s[s.length-1],c=[],p=u,m=0;for(;p&&(c.push(p),p!==l);){if(m++,m>YA){z.warn("loop too many times for convert root nodes, break");break}p=p.nextSibling}return{ctxId:e,rootNodes:c,stepState:1,flatNodes:r,commonAncestorContainer:o,variables:{},isPreWhitespace:t.isPreWhitespace,xpath:""}}else return null}function Fg(t,e=!1){t.rootNodes=[],t.flatNodes=[],t._currentStacks=[],e&&(t.commonAncestorContainer=null)}function Ig(t){return t.display==="none"}var dt={_marked_key:Rh,isMarked(t,e){return xp(t,this._marked_key,e)},clearMark(t){if(!(!t||t.nodeType!==Node.ELEMENT_NODE)&&!(t instanceof HTMLIFrameElement||Qa(t)))return Ml(t,this._marked_key)},clearToParentMark(t,e){let n=t;for(;n&&e&&n!=e;)dt.clearMark(n),n=n.parentElement},mark(t,e,n){if(!(!t||t.nodeType!==Node.ELEMENT_NODE)&&!(t instanceof HTMLIFrameElement||Qa(t)))return ut(t,this._marked_key,e,!1,n)},markWalk(t,e,n){if(!t||t.nodeType!==Node.ELEMENT_NODE||this.isSkipMarkEle(t))return;let r=Ki(t,"markWalk")||"";return ut(t,"markWalk",r+","+e,!1,n)},isSkipMarkEle(t){return t?!!(t instanceof HTMLIFrameElement||Qa(t)):!1}};function e5(t){let n=t.innerHTML.replace(/\n\n/g,"
");t.innerHTML=n}function t5(t,e,n){if(!t.length)return null;let r=t.map(a=>{let i=new Set;for(;(a=a.parentNode)&&(i.add(a),a!==e););return i});for(let a of r[0])if(a.nodeType===Node.ELEMENT_NODE||a.nodeType===Node.DOCUMENT_FRAGMENT_NODE){if(xn(a,n.atomicBlockSelectors))continue;if(r.every(i=>i.has(a)))return a}return null}function Mg(t,e){let n=t.textContent||"";if(n.trim().length<=e)return;let i=[". ","? ","! ","\u3002","\uFF1F","\uFF01",`.${String.fromCharCode(160)}`].reduce((o,s)=>{let u=n.lastIndexOf(s,e);return u>o?u:o},-1);if(i>1){let o=n[i-1]||"",s=n[i-2]||"",u=n[i+1]||"";o==="."||u==="."||u===")"||s==="."&&o==="S"||s.toUpperCase()==="M"&&(o.toUpperCase()==="R"||o.toUpperCase()==="S")?i=-1:isNaN(Number(o))||(i=-1)}if(i===-1)n.length>e+20&&Mg(t,e+20);else{let o=n.slice(i+1);if(!o.trim())return;i++,o.startsWith(" ")&&i++,t.immersive=!0;let s=t.splitText(i);s.immersive=!0;let u=document.createElement("br");u.immersive=!0,s.parentNode?.insertBefore(u,s),i+10)for(let r of n){let a=e[r],i=Object.keys(a),o=p1(t,[r]);for(let s of o)for(let u of i){let l=a[u];s.getAttribute(u)!==l&&(l===null?s.removeAttribute(u):s.setAttribute(u,l))}}}function IT(t,e,n,r,a,i,o){let s=Object.keys(e);if(s.length>0)for(let u of s){let l=e[u],c=Object.keys(l),p=t.querySelector(u);if(p)for(let m of c){let g=l[m];if(m==="translate"&&g==="no"){let T=p.innerText||p.textContent||"";if(!T.trim()||n5(p,a,i,o)||!m1(T,n,r))continue}p.getAttribute(m)!==g&&(g===null?p.removeAttribute(m):p.setAttribute(m,g))}}}function Rg(t,e){if(e){let n=Object.keys(e);if(n.length>0&&Gt(t,n))for(let a of n){let i=e[a];if(t.matches(a)){let o=e[a],s=Object.keys(o);for(let u of s){let l=o[u];t.getAttribute(u)!==l&&(l===null?t.removeAttribute(u):t.setAttribute(u,l))}break}}}}function hc(t,e){return Gt(t,e.excludeSelectors||[])?Gt(t,e.selectors||[])?!1:!Gt(t,e.stayOriginalSelectors||[]):!1}function fc(t,e){if(e.length===0)return!1;let n=e.filter(r=>!r.endsWith("*")).map(r=>r+" *");return Gt(t,e.concat(n))}function n5(t,e,n,r){let a=document.createTreeWalker(t,NodeFilter.SHOW_TEXT|NodeFilter.SHOW_ELEMENT,i=>i.nodeType===Node.ELEMENT_NODE&&hc(i,{excludeSelectors:r.excludeSelectors,selectors:r.selectors,stayOriginalSelectors:r.stayOriginalSelectors})?NodeFilter.FILTER_REJECT:NodeFilter.FILTER_ACCEPT);for(;a.nextNode();){let i=a.currentNode;if(i.nodeType===Node.TEXT_NODE&&parent){let o=i.textContent||"";if(o.includes("Copyright"))continue;if(Ll(o,e,n))return!0}}return!1}d();function RT(t){let e=document.querySelector("title"),n;return e&&(n=new MutationObserver(function(r){r.length>0&&(r[0].target.text.includes(Cu)||Og(t).catch(i=>{z.error("translateTitle error:",i.name,i.message,i.details||"")}))}),n.observe(e,{subtree:!0,characterData:!0,childList:!0})),n}var bc="";async function Og(t){let e=document.title;if(!e||e.includes(Cu))return;bc!==e&&(bc=e);let n=await Ie({text:e,pageLangs:[yt(),"en"]});if(!Ui(t,n))try{let r=await ya({id:0,url:t.url,text:e,from:n,to:t.targetLanguage,fromByClient:n,force:!0},t);r&&r.text&&(document.title=r.text+Cu+bc)}catch(r){throw r}}function OT(t){t.rule.isTranslateTitle&&(document.title=bc)}function lo(t){return(t.config.rtlLanguages||["ar","arc","az","dv","he","ckb","fa","ur"]).includes(t.targetLanguage)}function an(t){let e=t.rule.selectors,n=t.rule.excludeTags,r=t.rule.additionalExcludeTags,a=t.rule.excludeSelectors,i=t.rule.additionalExcludeSelectors;return t.state.translationArea==="body"&&(e=[],a=[]),{paragraphFirstLetterFontSize:t.rule.paragraphFirstLetterFontSize,globalStyles:t.rule.globalStyles,globalAttributes:t.rule.globalAttributes,selectors:e,atomicBlockSelectors:t.rule.atomicBlockSelectors,skipEditableCheck:t.rule.skipEditableCheck,lineBreakMaxTextCount:t.rule.lineBreakMaxTextCount,isTransformPreTagNewLine:t.rule.isTransformPreTagNewLine,excludeSelectors:n.concat(r).map(s=>s.toLowerCase()).filter(s=>s!=="code"&&s!=="img").concat(a).concat(i),blockSelectors:t.rule.allBlockTags.map(s=>s.toLowerCase()).concat(t.rule.extraBlockSelectors),extraBlockSelectors:t.rule.extraBlockSelectors,extraInlineSelectors:t.rule.extraInlineSelectors.concat(t.rule.additionalInlineSelectors),stayOriginalSelectors:t.rule.stayOriginalTags.concat(t.rule.stayOriginalTags).map(s=>s.toLowerCase()).concat(t.rule.stayOriginalSelectors).concat(t.rule.additionalStayOriginalSelectors)}}var r5={sanitize:t=>t};function qg(t,e){if(t.interruptEffectDOM)return;let n=an(t.ctx);t.walkContainer({id:t.id,container:e,articleNode:t.ctx.articleNode,filterRule:n,bodyRule:t.ctx.rule.bodyRule,onParagraph:ti.bind(null,t),onFrame:r=>{Ng(t,r,!0)},onIgnoreElement:r=>{dt.mark(r,t.id,n.skipEditableCheck),t.ignoreResizeObserver?.observe(r)}}),bi&&ut(e,"consumeContainer",t.id)}function Ng(t,e,n){try{if(t.injectCssToDocument(e,t.ctx),e instanceof HTMLIFrameElement){if(!Hi(e))return;z.debug("onFrame fragment",e);let r=e.contentWindow?.document.body;r&&(ei(r,t,n),t.dynamicContainerObserver?.observe(r,{childList:!0,subtree:!0,characterData:!0}))}else z.debug("onFrame shadowRoot",e.host),ei(e,t,n),t.dynamicContainerObserver?.observe(e,{childList:!0,subtree:!0,characterData:!0})}catch{}}function ei(t,e,n=!0){let{globalStyles:r,globalAttributes:a}=an(e.ctx),i=0;if(u(e,t,n))return;if(jr(t)&&s(t)){o(t);return}try{let l=document.createTreeWalker(t,NodeFilter.SHOW_ELEMENT,c=>(jr(c)&&(r&&Bg(c,r),a&&Rg(c,a)),u(e,c,n)?NodeFilter.FILTER_REJECT:NodeFilter.FILTER_ACCEPT));for(dt.mark(l.currentNode,e.id,e.ctx.rule.skipEditableCheck);l.nextNode();){dt.mark(l.currentNode,e.id,e.ctx.rule.skipEditableCheck);let c=l.currentNode;if(s(c))for(o(c);;){if(l.nextSibling()){let p=l.currentNode;if(dt.mark(l.currentNode,e.id,e.ctx.rule.skipEditableCheck),s(p)){o(p);continue}else break}if(!l.parentNode())return}}}catch{}if(i==0&&t instanceof HTMLElement){o(t);return}return e.observeContainers;function o(l){dt.clearMark(l),i++,e.immediateTranslateCapacity>=0?qg(e,l):(bi&&ut(l,"observeContainer",e.id),e.containerVisibleObserver?.unobserve(l),e.containerVisibleObserver?.observe(l))}function s(l){let c=l.nodeName.toLowerCase();if(l.shadowRoot)return Ng(e,l.shadowRoot,n),!1;if(c==="iframe")return Ng(e,l,n),!1;if(["script","#document-fragment","img"].includes(c))return!1;let p=e.containerRule;if(p.selectors&&p.selectors?.length>0)return fc(l,p.selectors);if(p.pageHeight){let m=l.scrollHeight;if(m>0&&m0)return!0}return!1}function u(l,c,p){if(_T(l.ctx,c),c.nodeName.toLowerCase()=="script")return c.childNodes.length==0||c.childNodes.length==1&&c.childNodes[0].nodeType==Node.TEXT_NODE;if(c.nodeType===Node.DOCUMENT_FRAGMENT_NODE)return!1;if(c.nodeType!==Node.ELEMENT_NODE||p&&dt.isMarked(c,l.id))return!0;if(l.ctx.rule.isTransformPreTagNewLine&&c.nodeName==="PRE")return!1;let g=an(l.ctx);return!!hc(c,{excludeSelectors:g.excludeSelectors,selectors:g.selectors,stayOriginalSelectors:g.stayOriginalSelectors})}}function Os(t,e){if(!t.targetNodes)return;let n=t.state||"original",r=t.commonAncestorContainer;if(!dt.isSkipMarkEle(r)&&!dt.isMarked(r,t.ctxId))return;let a=r.contains(t.rootNodes[0]),i=r.contains(t.targetNodes[0]);if(a&&i)n="dual";else if(a)n="original";else if(i)n="translation";else return;if(e!=n){t.state=e;try{if(n=="dual"&&e=="translation"&&(Tc(t.rootNodes),NT(t.commonAncestorContainer)),n=="original"&&e=="translation"){let o=zg(t.rootNodes);if(Tc(t.rootNodes),zT(o))return;co(o,r,t.targetNodes||[]),NT(t.commonAncestorContainer)}if(n=="translation"&&e=="dual"){let o=t.targetNodes[0];co(o,r,t.rootNodes||[]),UT(t.commonAncestorContainer)}if(n=="original"&&e=="dual"){let o=zg(t.rootNodes);if(zT(o))return;co(o,r,t.targetNodes||[]),UT(t.commonAncestorContainer)}if(n=="translation"&&e=="original"){let o=zg(t.targetNodes);Tc(t.targetNodes),co(o,r,t.rootNodes||[])}n=="dual"&&e=="original"&&Tc(t.targetNodes),Wg(t)}catch(o){z.error(o)}}}function zT(t){return!t||!jr(t)?!1:t.classList.contains(bt)}function NT(t){if(!jr(t))return;t.querySelectorAll("font[class*=immersive-translate-target-translation]").forEach(r=>{ut(r,"immersiveTranslateClassBak",r.className),r.className="notranslate immersive-translate-target-dual immersive-translate-target-inner"});let n=t.querySelector(".immersive-translate-target-wrapper");n&&n.classList.add("immersive-translate-state-dual")}function UT(t){if(!jr(t))return;t.querySelectorAll("font[class*=immersive-translate-target-dual]").forEach(r=>{let a=Ki(r,"immersiveTranslateClassBak");Ml(r,"immersiveTranslateClassBak"),r.className=a});let n=t.querySelector(".immersive-translate-target-wrapper");n&&n.classList.remove("immersive-translate-state-dual")}function zg(t){return t?t[t.length-1].nextSibling:null}function Tc(t){(t||[]).forEach(e=>e.parentNode?.removeChild(e))}function co(t,e,n){let r=t;e&&(r?n.forEach(a=>{r.parentNode?.insertBefore(a,r)}):n.forEach(a=>{e.appendChild(a)}))}var a5=qo(yc,300);async function ti(t,e,n=!1,r="web"){if(t.interruptEffectDOM)return;let a=e.commonAncestorContainer;if(a instanceof ShadowRoot||i5(e.rootNodes)||e.stepState>=2)return;e.stepState=2,bi&&ut(a,"onParseParagraph",t.id);let{ctx:i}=t,{rule:o}=i,s=Za(i),u=ac(e.flatNodes,{isPreWhitespace:e.isPreWhitespace||!1,delimiters:s,stayOriginalSelectors:d5(i)});if(!u)return;e.variables=u?.variables||{},e.text=u?.text;let l=i?.config?.translationLanguagePattern?.excludeMatches||[],c=await Hg(i,e,{excludeLanguages:n?[]:l,targetLanguage:i.targetLanguage,noTranslateRegexp:i.rule.noTranslateRegexp,delimiters:Tr(i.config.translationServices[i.translationService]),minTextCount:n||i.state.translationArea==="body"?3:o.paragraphMinTextCount,minWordCount:o.paragraphMinWordCount,isDetectParagraphLanguage:o.detectParagraphLanguage||i.state.isDetectParagraphLanguage,ignoreZhCNandZhTW:i.rule.ignoreZhCNandZhTW});if(c){if(z.debug("on paragraph",c.text,c),a.paragraphs=a.paragraphs||[],a.paragraphs.includes(c))return;a.paragraphs.push(c),t.immediateTranslateCapacity>0||n?(n&&(e.force=!0),o5(t,e.text),jg(t,e,r)):(bi&&ut(a,"observeParagraph",t.id),t.observeParagraphs.push(c),t.paragraphVisibleObserver?.unobserve(a),t.paragraphVisibleObserver?.observe(a))}return c}function i5(t){if(!t)return!1;let e=t[t.length-1].nextSibling;return e?jr(e)&&e.classList.contains(bt):!1}function o5(t,e){t.ctx.state.translationStartMode!=="immediate"&&(t.immediateTranslateCapacity-=e?.length||0)}function jg(t,e,n="web"){if(t.interruptEffectDOM||e.stepState>=3)return;e.stepState=3;let r=t.autoIncreaseParagraphId++;if(e.id=r.toString(),t.paragraphEntities[r]=e,t.paragraphQueue.push(r.toString()),bi&&ut(e.commonAncestorContainer,"consumeParagraph",t.id),ut(e.commonAncestorContainer,Oh,"1",!0),n=="hover"){yc.call(t,t.ctx);return}a5.call(t,t.ctx)}async function yc(t){if(this.interruptEffectDOM)return;let e=this.paragraphQueue;this.paragraphQueue=[];let n=[];for(let r=0;r0)try{await Qe(r,e,(a,i,o)=>{let s=o.id,u=s5(t,s.toString());u&&u5.call(null,a,i,o,u,e,n)})}catch(a){z.error("translateCurrentQueue error",a);return}}function s5(t,e){return t.find(n=>n.id===e)}function u5(t,e,n,r,a,i){let o=!1,s=r;if(qi(s.commonAncestorContainer,n.id)?.remove(),Wg(r),s&&(t||!e)){t||(z.error("translate error",n,t,e),t=new Error("no response from server"));let{rule:u}=a,l=n.id,c=document.createElement(u.targetWrapperTag);ut(c,qh,l.toString()),c.classList.add("notranslate",bt,bt+"-error"),c.setAttribute("translate","no"),c.setAttribute("lang",a.targetLanguage);let p=r.rootNodes[r.rootNodes.length-1].nextSibling;if(co(p,r.commonAncestorContainer,[c]),s&&(s.error=t),c){let m=l5(a,t).replaceAll(` +`,"").replaceAll('"',"""),g=t.message.replaceAll(` +`,"").replaceAll('"',"""),f=hr(zt,"retryAllParagraphs",a.config.interfaceLanguage,"zh-CN"),T=hr(zt,"errorTooltipTitle",a.config.interfaceLanguage,"zh-CN")+": "+g,b=hr(zt,"error.retry",a.config.interfaceLanguage,"zh-CN"),h=hr(zt,"error.reason",a.config.interfaceLanguage,"zh-CN"),C=`
<${u.targetWrapperTag} class="${Q}-error notranslate"> <${u.targetWrapperTag} class="${Q}-error-wrapper"> @@ -5382,15 +5382,15 @@ Translate the content to {{to}} Language: ${b}    - + ${h} - `;c.innerHTML=at.sanitize(C)}}else if(r){if(s.error=void 0,r.targetText=e?.text||"",!(r.text?.trim().toLocaleLowerCase()==r.targetText?.trim().toLocaleLowerCase())){let l=S2(r,a),c=document.createElement(a.rule.targetWrapperTag);c.classList.add("notranslate",bt),lo(a)&&c.setAttribute("dir","rtl"),c.setAttribute("lang",a.targetLanguage),c.setAttribute(ur,"1");let p=r5.sanitize(l);c.innerHTML=p,r.targetNodes=[c],Os(r,i)}o=!0}else z.error("paragraph not found",n.id);document.dispatchEvent(new CustomEvent(_t,{detail:JSON.stringify({type:"paragraphTranslated",payload:{ok:o}})}))}async function Hg(t,e,n){let{text:r}=e,a=await Ie({text:r||"",minLength:15,pageLangs:[yt(),"en"],translateService:t.translationService}),{targetLanguage:i}=n;if(!Ss({text:r||"",delimiters:n.delimiters,minWordCount:n.minWordCount,minTextCount:n.minTextCount,noTranslateRegexp:n.noTranslateRegexp}))return null;let s=n.excludeLanguages||[],u=Il();n.isDetectParagraphLanguage&&(u="auto");let l=yt(),c=a;c==="auto"&&!n.isDetectParagraphLanguage&&(c=l,!Du.includes(t.translationService)&&(ye()||ot())&&(c="auto")),e.languageByLocal=c,e.languageByClient=u;let p=u!=="auto"?u:c;return ua(p,i,{ignoreZhCNandZhTW:n.ignoreZhCNandZhTW})||s.length>0&&s.some(f=>ua(p,f,{ignoreZhCNandZhTW:n.ignoreZhCNandZhTW}))?null:e}function zs(){Ug=0}var Ug=0;function l5(t,e){Ug+=1;let n=e.message;if(e instanceof $){let r=e.uiConfig(t);if(n=JSON.stringify(r),Ug!=t.rule.toastErrorMinTimes)return n;document.dispatchEvent(new CustomEvent(Ra,{detail:r}))}return n}function Wg(t){let e=t.commonAncestorContainer;if(!e.paragraphs?.length)return;e.recordLength=e.innerHTML.length,c5(e,`[${zh}]`).forEach(r=>{r.recordLength&&(r.recordLength=r.innerHTML.length)})}function c5(t,e){let n=t,r=[];for(;n.parentElement;){let a=n.parentElement.closest(e);if(a)r.push(a),n=a;else break}return r}function d5(t){return t.config?.translationServices?.[t.translationService]?.disableStaySelectors?[]:t.rule.stayOriginalTags.concat(t.rule.stayOriginalTags).map(r=>r.toLowerCase()).concat(t.rule.stayOriginalSelectors).concat(t.rule.additionalStayOriginalSelectors)}d();d();d();function qT(t,e,n,r,a){let i=e,o=$h[i]||[],s="";t&&o&&o.length>0&&o.forEach(c=>{let{name:p}=c;if(t&&n&&n[p]){let g=n[p];if(["borderRadius"].includes(p)&&(g+="px"),s+=`--immersive-translate-theme-${i}-${p}: ${g}; -`,e==="marker"&&p==="backgroundColor"&&typeof g=="string"){let{r:m,g:f,b:T}=h1(g);s+=`--immersive-translate-theme-${i}-${p}-rgb: ${m}, ${f}, ${T}; + `;c.innerHTML=at.sanitize(C)}}else if(r){if(s.error=void 0,r.targetText=e?.text||"",!(r.text?.trim().toLocaleLowerCase()==r.targetText?.trim().toLocaleLowerCase())){let l=S2(r,a),c=document.createElement(a.rule.targetWrapperTag);c.classList.add("notranslate",bt),lo(a)&&c.setAttribute("dir","rtl"),c.setAttribute("lang",a.targetLanguage),c.setAttribute(ur,"1");let p=r5.sanitize(l);c.innerHTML=p,r.targetNodes=[c],Os(r,i)}o=!0}else z.error("paragraph not found",n.id);document.dispatchEvent(new CustomEvent(_t,{detail:JSON.stringify({type:"paragraphTranslated",payload:{ok:o}})}))}async function Hg(t,e,n){let{text:r}=e,a=await Ie({text:r||"",minLength:15,pageLangs:[yt(),"en"],translateService:t.translationService}),{targetLanguage:i}=n;if(!Ss({text:r||"",delimiters:n.delimiters,minWordCount:n.minWordCount,minTextCount:n.minTextCount,noTranslateRegexp:n.noTranslateRegexp}))return null;let s=n.excludeLanguages||[],u=Il();n.isDetectParagraphLanguage&&(u="auto");let l=yt(),c=a;c==="auto"&&!n.isDetectParagraphLanguage&&(c=l,!Du.includes(t.translationService)&&(ye()||ot())&&(c="auto")),e.languageByLocal=c,e.languageByClient=u;let p=u!=="auto"?u:c;return ua(p,i,{ignoreZhCNandZhTW:n.ignoreZhCNandZhTW})||s.length>0&&s.some(f=>ua(p,f,{ignoreZhCNandZhTW:n.ignoreZhCNandZhTW}))?null:e}function zs(){Ug=0}var Ug=0;function l5(t,e){Ug+=1;let n=e.message;if(e instanceof $){let r=e.uiConfig(t);if(n=JSON.stringify(r),Ug!=t.rule.toastErrorMinTimes)return n;document.dispatchEvent(new CustomEvent(Ra,{detail:r}))}return n}function Wg(t){let e=t.commonAncestorContainer;if(!e.paragraphs?.length)return;e.recordLength=e.innerHTML.length,c5(e,`[${zh}]`).forEach(r=>{r.recordLength&&(r.recordLength=r.innerHTML.length)})}function c5(t,e){let n=t,r=[];for(;n.parentElement;){let a=n.parentElement.closest(e);if(a)r.push(a),n=a;else break}return r}function d5(t){return t.config?.translationServices?.[t.translationService]?.disableStaySelectors?[]:t.rule.stayOriginalTags.concat(t.rule.stayOriginalTags).map(r=>r.toLowerCase()).concat(t.rule.stayOriginalSelectors).concat(t.rule.additionalStayOriginalSelectors)}d();d();d();function qT(t,e,n,r,a){let i=e,o=$h[i]||[],s="";t&&o&&o.length>0&&o.forEach(c=>{let{name:p}=c;if(t&&n&&n[p]){let m=n[p];if(["borderRadius"].includes(p)&&(m+="px"),s+=`--immersive-translate-theme-${i}-${p}: ${m}; +`,e==="marker"&&p==="backgroundColor"&&typeof m=="string"){let{r:g,g:f,b:T}=h1(m);s+=`--immersive-translate-theme-${i}-${p}-rgb: ${g}, ${f}, ${T}; `}}}),r||(r="inherit"),t&&(s+=` .immersive-translate-target-inner { font-family: ${r}; } `);let u="";if(n&&n.textColor){let c=n.textColor;u+=` @@ -5486,11 +5486,11 @@ ${s}} max-width: fit-content; } } -`,$g="immersive-translate-toastify-shadow-root",Yg=class{defaults={oldestFirst:!0,text:"Toastify is awesome!",node:void 0,duration:3e3,selector:void 0,callback:function(){},destination:void 0,newWindow:!1,close:!1,gravity:"toastify-top",positionLeft:!1,position:"",backgroundColor:"",avatar:"",className:"",stopOnFocus:!0,onClick:function(){},offset:{x:0,y:0},escapeMarkup:!0,ariaLive:"polite",style:{background:""}};constructor(e){this.version="1.12.0",this.options={},this.toastElement=null,this._rootElement=document.body,this._init(e)}showToast(){if(this.toastElement=this._buildToast(),typeof this.options.selector=="string")this._rootElement=document.getElementById(this.options.selector);else if(this.options.selector instanceof HTMLElement||this.options.selector instanceof ShadowRoot)this._rootElement=this.options.selector;else if(document.getElementById($g)){let e=document.getElementById($g);this._rootElement=e.shadowRoot}else{let e=document.createElement("div");e.setAttribute("translate","no"),e.className="no-translate immersive-translate-toastify-shadow-root",e.id=$g,e.style.all="initial",e.style.zIndex="2147483647",document.body.appendChild(e);let n=e.attachShadow({mode:"open"}),r=document.createElement("style");r.textContent=g5,n.appendChild(r),this._rootElement=n}if(!this._rootElement)throw"Root element is not defined";return this._rootElement.insertBefore(this.toastElement,this._rootElement.firstChild),this._reposition(),this.options.duration>0&&(this.toastElement.timeOutValue=window.setTimeout(()=>{this._removeElement(this.toastElement)},this.options.duration)),this}hideToast(){this.toastElement.timeOutValue&&clearTimeout(this.toastElement.timeOutValue),this._removeElement(this.toastElement)}_init(e){this.options=Object.assign(this.defaults,e),this.options.backgroundColor,this.toastElement=null,this.options.gravity=e.gravity==="bottom"?"toastify-bottom":"toastify-top",this.options.stopOnFocus=e.stopOnFocus===void 0?!0:e.stopOnFocus,e.backgroundColor&&(this.options.style.background=e.backgroundColor)}_buildToast(){if(!this.options)throw"Toastify is not initialized";let e=document.createElement("div");e.className=`toastify on ${this.options.className}`,e.className+=` toastify-${this.options.position}`,e.className+=` ${this.options.gravity}`;for(let n in this.options.style)e.style[n]=this.options.style[n];if(this.options.ariaLive&&e.setAttribute("aria-live",this.options.ariaLive),this.options.node&&this.options.node.nodeType===Node.ELEMENT_NODE)e.appendChild(this.options.node);else if(this.options.escapeMarkup?e.innerText=this.options.text:e.innerHTML=this.options.text,this.options.avatar!==""){let n=document.createElement("img");n.src=this.options.avatar,n.className="toastify-avatar",this.options.position=="left"?e.appendChild(n):e.insertAdjacentElement("afterbegin",n)}if(this.options.close===!0){let n=document.createElement("button");n.type="button",n.setAttribute("aria-label","Close"),n.className="toast-close",n.innerHTML="✖",n.addEventListener("click",a=>{a.stopPropagation(),this._removeElement(this.toastElement),window.clearTimeout(this.toastElement.timeOutValue)});let r=window.innerWidth>0?window.innerWidth:screen.width;this.options.position=="left"&&r>360?e.insertAdjacentElement("afterbegin",n):e.appendChild(n)}if(this.options.stopOnFocus&&this.options.duration>0&&(e.addEventListener("mouseover",n=>{window.clearTimeout(e.timeOutValue)}),e.addEventListener("mouseleave",()=>{e.timeOutValue=window.setTimeout(()=>{this._removeElement(e)},this.options.duration)})),typeof this.options.destination<"u"&&e.addEventListener("click",n=>{n.stopPropagation(),this.options.newWindow===!0?window.open(this.options.destination,"_blank"):window.location=this.options.destination}),typeof this.options.onClick=="function"&&typeof this.options.destination>"u"&&e.addEventListener("click",n=>{n.stopPropagation(),this.options.onClick()}),typeof this.options.offset=="object"){let n=this._getAxisOffsetAValue("x",this.options),r=this._getAxisOffsetAValue("y",this.options),a=this.options.position=="left"?n:`-${n}`,i=this.options.gravity=="toastify-top"?r:`-${r}`;e.style.transform=`translate(${a},${i})`}return e}_removeElement(e){e.className=e.className.replace(" on",""),window.setTimeout(()=>{this.options.node&&this.options.node.parentNode&&this.options.node.parentNode.removeChild(this.options.node),e.parentNode&&e.parentNode.removeChild(e),this.options.callback.call(e),this._reposition()},400)}_reposition(){let e={top:15,bottom:15},n={top:15,bottom:15},r={top:15,bottom:15},a=this._rootElement.querySelectorAll(".toastify"),i;for(let o=0;o0?window.innerWidth:screen.width)<=360?(a[o].style[i]=`${r[i]}px`,r[i]+=s+u):a[o].classList.contains("toastify-left")===!0?(a[o].style[i]=`${e[i]}px`,e[i]+=s+u):(a[o].style[i]=`${n[i]}px`,n[i]+=s+u)}}_getAxisOffsetAValue(e,n){return n.offset[e]?isNaN(n.offset[e])?n.offset[e]:`${n.offset[e]}px`:"0px"}};function Sc(t){t=t||{},new Yg({gravity:"bottom",duration:1500,style:{background:"#222",color:"#f2f2f2"},...t}).showToast()}d();function GT(t,e){let n=e.matches||[],r=e.excludeMatches||[];if(r&&!Array.isArray(r)&&(r=[r]),n&&!Array.isArray(n)&&(n=[n]),r.length>0){if(r.includes(t)||r.includes(""))return!1;for(let a of r)if(a.includes("*")&&new RegExp(a).test(t))return!1}if(n.length===0)return!1;if(n.length>0){if(n.includes(t)||n.includes(""))return!0;for(let a of n)if(a.includes("*")&&new RegExp(a).test(t))return!0}return!1}d();d();d();function Pn(t){ma(t,{tab:{id:1,url:"https://www.fake.com",active:!0}}).catch(r=>{z.error("send content message request failed",t,r)}),document.querySelectorAll("iframe").forEach(r=>{r.contentWindow&&r.contentWindow.postMessage({author:yu,payload:t},"*")});let n=new CustomEvent(wr,{detail:t});globalThis.document.dispatchEvent(n)}function Qg(t){let e=t.shortcuts||{},r=Object.keys(e).reduce((i,o)=>(i[e[o]]=o,i),{}),a=Object.keys(r);for(let i of a){let o=i.replace(/MacCtrl/ig,"Ctrl");o&&yn(o,s=>{s.preventDefault();let u=r[i];Pn({method:u,data:{trigger:"shortcut"}})})}}d();d();d();d();var VT=`${Q}-float-ball`;function Sa(t){return t.type=="logo"?w("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",width:"24",height:"24",class:`${VT}-logo-img`,children:[w("path",{fill:"none",d:"M0 0h24v24H0z"}),w("path",{d:"M5 15v2a2 2 0 0 0 1.85 1.995L7 19h3v2H7a4 4 0 0 1-4-4v-2h2zm13-5l4.4 11h-2.155l-1.201-3h-4.09l-1.199 3h-2.154L16 10h2zm-1 2.885L15.753 16h2.492L17 12.885zM8 2v2h4v7H8v3H6v-3H2V4h4V2h2zm9 1a4 4 0 0 1 4 4v2h-2V7a2 2 0 0 0-2-2h-3V3h3zM6 6H4v3h2V6zm4 0H8v3h2V6z",fill:"rgba(255,255,255,1)"})]}):t.type=="close"?w("svg",{width:"14",height:"14",viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:[w("g",{"clip-path":"url(#clip0_2589_9951)",children:w("path",{d:"M7 14C5.14348 14 3.36301 13.2625 2.05025 11.9497C0.737498 10.637 0 8.85652 0 7C0 5.14348 0.737498 3.36301 2.05025 2.05025C3.36301 0.737498 5.14348 0 7 0C8.85652 0 10.637 0.737498 11.9497 2.05025C13.2625 3.36301 14 5.14348 14 7C14 8.85652 13.2625 10.637 11.9497 11.9497C10.637 13.2625 8.85652 14 7 14ZM4.183 5.064L6.118 7L4.183 8.936C4.12409 8.99361 4.07719 9.06234 4.04502 9.1382C4.01285 9.21406 3.99605 9.29554 3.99559 9.37794C3.99513 9.46034 4.01101 9.54201 4.04234 9.61823C4.07366 9.69444 4.11978 9.76369 4.17805 9.82195C4.23631 9.88022 4.30556 9.92634 4.38177 9.95766C4.45799 9.98898 4.53966 10.0049 4.62206 10.0044C4.70446 10.004 4.78594 9.98715 4.8618 9.95498C4.93766 9.92281 5.00639 9.87591 5.064 9.817L7 7.882L8.936 9.817C9.05327 9.93168 9.21104 9.99548 9.37506 9.99457C9.53908 9.99365 9.69612 9.92809 9.8121 9.8121C9.92809 9.69612 9.99365 9.53908 9.99457 9.37506C9.99548 9.21104 9.93168 9.05327 9.817 8.936L7.882 7L9.817 5.064C9.87591 5.00639 9.92281 4.93766 9.95498 4.8618C9.98715 4.78594 10.004 4.70446 10.0044 4.62206C10.0049 4.53966 9.98898 4.45799 9.95766 4.38177C9.92634 4.30556 9.88022 4.23631 9.82195 4.17805C9.76369 4.11978 9.69444 4.07366 9.61823 4.04234C9.54201 4.01101 9.46034 3.99513 9.37794 3.99559C9.29554 3.99605 9.21406 4.01285 9.1382 4.04502C9.06234 4.07719 8.99361 4.12409 8.936 4.183L7 6.118L5.064 4.183C4.94673 4.06832 4.78896 4.00452 4.62494 4.00543C4.46092 4.00635 4.30388 4.07191 4.1879 4.1879C4.07191 4.30388 4.00635 4.46092 4.00543 4.62494C4.00452 4.78896 4.06832 4.94673 4.183 5.064Z",fill:"#B1B1B1","fill-opacity":"0.32"})}),w("defs",{children:w("clipPath",{id:"clip0_2589_9951",children:w("rect",{width:"14",height:"14",fill:"white"})})})]}):t.type=="setting"?w("svg",{width:"16",height:"16",viewBox:"0 0 16 16",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:w("path",{d:"M6.55741 0L9.06847 0.00329403C9.84824 0.00470579 10.4802 0.636235 10.4812 1.41647L10.4821 1.82588C10.9687 2.0278 11.4297 2.28671 11.8553 2.59718L12.1913 2.40329C12.516 2.21676 12.9013 2.1665 13.2629 2.26352C13.6246 2.36055 13.933 2.59695 14.1207 2.92094L15.3795 5.09365C15.5601 5.40546 15.6149 5.7744 15.5328 6.12523C15.4507 6.47606 15.2378 6.78235 14.9376 6.98165L14.8609 7.02871L14.5235 7.22353C14.5819 7.76273 14.5736 8.30708 14.4986 8.84424L14.7372 8.98259C15.0496 9.16307 15.2812 9.45606 15.3848 9.80165C15.4884 10.1472 15.456 10.5193 15.2944 10.8419L15.2553 10.9153L14.076 12.9576C13.8955 13.27 13.6025 13.5017 13.2569 13.6053C12.9113 13.7088 12.5392 13.6765 12.2167 13.5148L12.1433 13.4753L11.8172 13.2871C11.4074 13.5817 10.9651 13.8283 10.4991 14.0221L10.4995 14.5831C10.5 14.9434 10.3629 15.2904 10.1163 15.5532C9.86972 15.816 9.53215 15.9748 9.17247 15.9972L9.08306 16L6.57153 15.9967C6.19697 15.9961 5.83793 15.847 5.57312 15.5821C5.30831 15.3172 5.15932 14.9581 5.15883 14.5835L5.15788 13.9073C4.76852 13.7244 4.39771 13.5044 4.05059 13.2504L3.44918 13.5967C3.12448 13.7834 2.73902 13.8337 2.37726 13.7367C2.01551 13.6397 1.70698 13.4032 1.5193 13.0791L0.260473 10.9064C0.0799611 10.5945 0.0252226 10.2255 0.107423 9.87467C0.189623 9.52384 0.402569 9.21757 0.702826 9.01835L0.779062 8.97129L1.3913 8.61835C1.34424 8.17129 1.34188 7.71765 1.38706 7.26494L0.707532 6.87247C0.395061 6.69207 0.163305 6.39911 0.0596515 6.05351C-0.0440025 5.70791 -0.0117246 5.33577 0.149885 5.01318L0.189415 4.93976L1.36871 2.89741C1.54919 2.58502 1.84218 2.35337 2.18777 2.2498C2.53336 2.14624 2.90547 2.17859 3.228 2.34023L3.30141 2.37976L3.89436 2.72188C4.28027 2.42082 4.69854 2.1637 5.14141 1.95529L5.14047 1.41694C5.14001 1.05657 5.27707 0.709596 5.52367 0.446813C5.77028 0.184029 6.10786 0.0252343 6.46753 0.00282354L6.55741 0ZM6.55553 1.41506L6.55694 2.85271L5.74377 3.23576C5.39553 3.39906 5.06706 3.60094 4.764 3.83718L4.01247 4.424L2.62941 3.62494L2.59365 3.60518L1.41483 5.64753L2.88636 6.49694L2.79506 7.40612C2.75968 7.7598 2.76078 8.11619 2.79836 8.46965L2.8953 9.38541L1.48494 10.1976L2.7433 12.3704L4.14377 11.5647L4.88636 12.1087C5.15997 12.309 5.45231 12.4823 5.7593 12.6264L6.57106 13.008L6.57388 14.5816L9.08447 14.5849L9.08306 13.0791L9.95553 12.7158C10.3216 12.5635 10.6689 12.3698 10.9908 12.1384L11.7329 11.6047L12.8506 12.2499L14.0289 10.2075L12.9654 9.592L13.0972 8.64847C13.1561 8.22659 13.1628 7.79904 13.1169 7.37553L13.0181 6.45882L14.1555 5.80235L12.8967 3.62965L11.7645 4.28235L11.0214 3.74024C10.686 3.4956 10.3229 3.29152 9.93953 3.13224L9.06894 2.77082L9.06659 1.41835L6.55553 1.41506ZM9.37153 5.47624C10.0214 5.85201 10.4955 6.47036 10.6898 7.19547C10.8841 7.92058 10.7827 8.69316 10.4078 9.34353C10.2223 9.66543 9.97517 9.9476 9.68053 10.1739C9.38589 10.4002 9.04953 10.5662 8.69068 10.6623C8.33183 10.7585 7.95754 10.7829 7.58923 10.7343C7.22092 10.6856 6.86582 10.5648 6.54424 10.3788C5.89445 10.003 5.4204 9.38458 5.2262 8.65948C5.032 7.93438 5.13352 7.16184 5.50847 6.51153C5.69395 6.18963 5.94107 5.90746 6.23571 5.68117C6.53034 5.45488 6.86671 5.28891 7.22556 5.19275C7.58441 5.09659 7.9587 5.07213 8.32701 5.12077C8.69532 5.16942 9.05042 5.29021 9.372 5.47624H9.37153ZM6.73388 7.21835C6.54638 7.54388 6.49567 7.9305 6.5929 8.29336C6.69012 8.65623 6.92733 8.96571 7.25247 9.15388C7.41305 9.24679 7.59037 9.30712 7.77429 9.33143C7.9582 9.35574 8.14511 9.34355 8.32431 9.29556C8.50351 9.24757 8.67149 9.16472 8.81864 9.05174C8.96579 8.93877 9.08923 8.7979 9.18188 8.63718C9.55883 7.98353 9.356 7.15435 8.73435 6.74494L8.66377 6.70118L8.59035 6.66165C8.26834 6.49988 7.89663 6.46742 7.55145 6.57093C7.20626 6.67444 6.91375 6.90608 6.73388 7.21835Z",fill:"#6C6F73"})}):t.type==="file"?w("svg",{width:"18",height:"18",viewBox:"0 0 18 18",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:w("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M11.6861 1L15.2353 4.54635V7.11765V14.6471V15.5882C15.2353 15.9627 15.0866 16.3217 14.8218 16.5865C14.557 16.8513 14.198 17 13.8235 17H4.41176C4.03734 17 3.67825 16.8513 3.4135 16.5865C3.14874 16.3217 3 15.9627 3 15.5882V14.6471V7.11765V2.41176C3 2.03734 3.14874 1.67825 3.4135 1.4135C3.67825 1.14874 4.03734 1 4.41176 1H11.6861ZM11.8692 3.17882V4.74212H13.4334L11.8692 3.17882ZM4.41171 15.5882V14.647V2.41176H10.4574L10.4578 6.15341H13.8235V14.647V15.5882H4.41171ZM12.7739 7.51746H5.46094V8.6155H12.7739V7.51746ZM5.46094 9.98805H12.7739V11.0861H5.46094V9.98805ZM9.5127 12.36H5.46094V13.458H9.5127V12.36Z",fill:"#6C6F73"})}):t.type==="translated"?w("svg",{width:"11",height:"11",viewBox:"0 0 11 11",fill:"none",xmlns:"http://www.w3.org/2000/svg",class:`${VT}-translated-img`,children:[w("circle",{cx:"5.5",cy:"5.5",r:"5.5",fill:"#68CD52"}),w("path",{d:"M1.40857 5.87858L2.24148 5.18962L4.15344 6.64214C4.15344 6.64214 6.33547 4.15566 9.00658 2.48145L9.32541 2.87514C9.32541 2.87514 6.28665 5.55844 4.71735 9.07881L1.40857 5.87858Z",fill:"white"})]}):t.type==="modal-close"?w("svg",{width:"20",height:"20",viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:w("path",{d:"M4.41083 4.41066C4.5671 4.25443 4.77902 4.16667 4.99999 4.16667C5.22096 4.16667 5.43289 4.25443 5.58916 4.41066L9.99999 8.82149L14.4108 4.41066C14.4877 4.33107 14.5797 4.26758 14.6813 4.22391C14.783 4.18023 14.8923 4.15724 15.003 4.15628C15.1136 4.15532 15.2234 4.1764 15.3258 4.21831C15.4282 4.26021 15.5212 4.32208 15.5995 4.40033C15.6777 4.47857 15.7396 4.57162 15.7815 4.67403C15.8234 4.77644 15.8445 4.88618 15.8435 4.99682C15.8426 5.10747 15.8196 5.21682 15.7759 5.31849C15.7322 5.42016 15.6688 5.51212 15.5892 5.58899L11.1783 9.99982L15.5892 14.4107C15.741 14.5678 15.825 14.7783 15.8231 14.9968C15.8212 15.2153 15.7335 15.4243 15.579 15.5788C15.4245 15.7333 15.2155 15.821 14.997 15.8229C14.7785 15.8248 14.568 15.7408 14.4108 15.589L9.99999 11.1782L5.58916 15.589C5.43199 15.7408 5.22149 15.8248 5.00299 15.8229C4.7845 15.821 4.57549 15.7333 4.42098 15.5788C4.26647 15.4243 4.17883 15.2153 4.17693 14.9968C4.17503 14.7783 4.25903 14.5678 4.41083 14.4107L8.82166 9.99982L4.41083 5.58899C4.2546 5.43272 4.16684 5.22079 4.16684 4.99982C4.16684 4.77885 4.2546 4.56693 4.41083 4.41066Z",fill:"#C4C4C4"})}):null}d();d();d();async function $T(t){try{let e=new Date;z.debug("cron task start, next will run at",new Date(e.getTime()+t).toLocaleString()),await oe.storage.local.set({[Wh]:e.toISOString()}),await m5(),ye()||await i2()}catch(e){z.error("run cron task failed",e)}}async function m5(){try{let t=await qn(),e=await de({url:Io}),n=t.buildinConfigUpdatedAt,r=new Date(n),a=e.buildinConfigUpdatedAt,i=new Date(a),o=e.minVersion,s=oe.runtime.getManifest().version;to(s,o)?i>r?(await oe.storage.local.set({buildinConfig:e}),z.info(`sync remote rules success, latest: ${new Date(a).toLocaleString()}`),ma({method:"updateGlobalCtx",data:{}},{tab:{id:1,url:"https://www.fake.com",active:!0}}).catch(u=>{z.error("send content message request failed from cron task",u)})):z.debug(`no need to sync rules, latest: ${r}`):z.info(`local version is too old, please update to ${o} or later`)}catch(t){z.error("sync rules error: ",t)}}d();d();d();d();d();d();var Zg;function sm(t){return[...t.v,(t.i?"!":"")+t.n].join(":")}function ry(t,e=","){return t.map(sm).join(e)}var ay=typeof CSS<"u"&&CSS.escape||(t=>t.replace(/[!"'`*+.,;:\\/<=>?@#$%&^|~()[\]{}]/g,"\\$&").replace(/^\d/,"\\3$& "));function Ec(t){for(var e=9,n=t.length;n--;)e=Math.imul(e^t.charCodeAt(n),1597334677);return"#"+((e^e>>>9)>>>0).toString(36)}function Cc(t,e="@media "){return e+Ln(t).map(n=>(typeof n=="string"&&(n={min:n}),n.raw||Object.keys(n).map(r=>`(${r}-width:${n[r]})`).join(" and "))).join(",")}function Ln(t=[]){return Array.isArray(t)?t:t==null?[]:[t]}function f5(){}var Vt={d:0,b:134217728,c:268435456,a:671088640,u:805306368,o:939524096};function iy(t){return t.match(/[-=:;]/g)?.length||0}function rm(t){return Math.min(/(?:^|width[^\d]+)(\d+(?:.\d+)?)(p)?/.test(t)?Math.max(0,29.63*(+RegExp.$1/(RegExp.$2?15:1))**.137-43):0,15)<<22|Math.min(iy(t),15)<<18}var h5=["rst-c","st-ch","h-chi","y-lin","nk","sited","ecked","pty","ad-on","cus-w","ver","cus","cus-v","tive","sable","tiona","quire"];function um({n:t,i:e,v:n=[]},r,a,i){t&&(t=sm({n:t,i:e,v:n})),i=[...Ln(i)];for(let s of n){let u=r.theme("screens",s);for(let l of Ln(u&&Cc(u)||r.v(s))){var o;i.push(l),a|=u?67108864|rm(l):s=="dark"?1073741824:l[0]=="@"?rm(l):(o=l,1<<~(/:([a-z-]+)/.test(o)&&~h5.indexOf(RegExp.$1.slice(2,7))||-18))}}return{n:t,p:a,r:i,i:e}}var lm=new Map;function YT(t){if(t.d){let e=[],n=Jg(t.r.reduce((r,a)=>a[0]=="@"?(e.push(a),r):a?Jg(r,i=>Jg(a,o=>{let s=/(:merge\(.+?\))(:[a-z-]+|\\[.+])/.exec(o);if(s){let u=i.indexOf(s[1]);return~u?i.slice(0,u)+s[0]+i.slice(u+s[1].length):Xg(i,o)}return Xg(o,i)})):r,"&"),r=>Xg(r,t.n?"."+ay(t.n):""));return n&&e.push(n.replace(/:merge\((.+?)\)/g,"$1")),e.reduceRight((r,a)=>a+"{"+r+"}",t.d)}}function Jg(t,e){return t.replace(/ *((?:\(.+?\)|\[.+?\]|[^,])+) *(,|$)/g,(n,r,a)=>e(r)+a)}function Xg(t,e){return t.replace(/&/g,e)}var QT=new Intl.Collator("en",{numeric:!0});function b5(t,e){for(var n=0,r=t.length;n>1;0>=oy(t[a],e)?n=a+1:r=a}return r}function oy(t,e){let n=t.p&Vt.o;return n==(e.p&Vt.o)&&(n==Vt.b||n==Vt.o)?0:t.p-e.p||t.o-e.o||QT.compare(ZT(t.n),ZT(e.n))||QT.compare(JT(t.n),JT(e.n))}function ZT(t){return(t||"").split(/:/).pop().split("/").pop()||"\0"}function JT(t){return(t||"").replace(/\W/g,e=>String.fromCharCode(127+e.charCodeAt(0)))+"\0"}function em(t,e){return Math.round(parseInt(t,16)*e)}function xa(t,e={}){if(typeof t=="function")return t(e);let{opacityValue:n="1",opacityVariable:r}=e,a=r?`var(${r})`:n;if(t.includes(""))return t.replace("",a);if(t[0]=="#"&&(t.length==4||t.length==7)){let i=(t.length-1)/3,o=[17,1,.062272][i-1];return`rgba(${[em(t.substr(1,i),o),em(t.substr(1+i,i),o),em(t.substr(1+2*i,i),o),a]})`}return a=="1"?t:a=="0"?"#0000":t.replace(/^(rgb|hsl)(\([^)]+)\)$/,`$1a$2,${a})`)}function sy(t,e,n,r,a=[]){return function i(o,{n:s,p:u,r:l=[],i:c},p){let g=[],m="",f=0,T=0;for(let C in o||{}){var b,h;let D=o[C];if(C[0]=="@"){if(!D)continue;if(C[1]=="a"){g.push(...ly(s,u,dm(""+D),p,u,l,c,!0));continue}if(C[1]=="l"){for(let M of Ln(D))g.push(...i(M,{n:s,p:(b=Vt[C[7]],u&~Vt.o|b),r:C[7]=="d"?[]:l,i:c},p));continue}if(C[1]=="i"){g.push(...Ln(D).map(M=>({p:-1,o:0,r:[],d:C+" "+M})));continue}if(C[1]=="k"){g.push({p:Vt.d,o:0,r:[C],d:i(D,{p:Vt.d},p).map(YT).join("")});continue}if(C[1]=="f"){g.push(...Ln(D).map(M=>({p:Vt.d,o:0,r:[C],d:i(M,{p:Vt.d},p).map(YT).join("")})));continue}}if(typeof D!="object"||Array.isArray(D))C=="label"&&D?s=D+Ec(JSON.stringify([u,c,o])):(D||D===0)&&(C=C.replace(/[A-Z]/g,M=>"-"+M.toLowerCase()),T+=1,f=Math.max(f,(h=C)[0]=="-"?0:iy(h)+(/^(?:(border-(?!w|c|sty)|[tlbr].{2,4}m?$|c.{7,8}$)|([fl].{5}l|g.{8}$|pl))/.test(h)?+!!RegExp.$1||-!!RegExp.$2:0)+1),m+=(m?";":"")+Ln(D).map(M=>p.s(C,uy(""+M,p.theme)+(c?" !important":""))).join(";"));else if(C[0]=="@"||C.includes("&")){let M=u;C[0]=="@"&&(C=C.replace(/\bscreen\(([^)]+)\)/g,(B,S)=>{let y=p.theme("screens",S);return y?(M|=67108864,Cc(y,"")):B}),M|=rm(C)),g.push(...i(D,{n:s,p:M,r:[...l,C],i:c},p))}else g.push(...i(D,{p:u,r:[...l,C]},p))}return g.unshift({n:s,p:u,o:Math.max(0,15-T)+1.5*Math.min(f||15,15),r:l,d:m}),g.sort(oy)}(t,um(e,n,r,a),n)}function uy(t,e){return t.replace(/theme\((["'`])?(.+?)\1(?:\s*,\s*(["'`])?(.+?)\3)?\)/g,(n,r,a,i,o="")=>{let s=e(a,o);return typeof s=="function"&&/color|fill|stroke/i.test(a)?xa(s):""+Ln(s).filter(u=>Object(u)!==u)})}function cm(t,e){let n,r=[];for(let a of t)a.d&&a.n?n?.p==a.p&&""+n.r==""+a.r?(n.c=[n.c,a.c].filter(Boolean).join(" "),n.d=n.d+";"+a.d):r.push(n={...a,n:a.n&&e}):r.push({...a,n:a.n&&e});return r}function am(t,e,n=Vt.u,r,a){let i=[];for(let o of t)for(let s of function(u,l,c,p,g){u={...u,i:u.i||g};let m=function(f,T){let b=lm.get(f.n);return b?b(f,T):T.r(f.n,f.v[0]=="dark")}(u,l);return m?typeof m=="string"?({r:p,p:c}=um(u,l,c,p),cm(am(dm(m),l,c,p,u.i),u.n)):Array.isArray(m)?m.map(f=>{var T,b;return{o:0,...f,r:[...Ln(p),...Ln(f.r)],p:(T=c,b=f.p??c,T&~Vt.o|b)}}):sy(m,u,l,c,p):[{c:sm(u),p:0,o:0,r:[]}]}(o,e,n,r,a))i.splice(b5(i,s),0,s);return i}function ly(t,e,n,r,a,i,o,s){return cm((s?n.flatMap(u=>am([u],r,a,i,o)):am(n,r,a,i,o)).map(u=>u.p&Vt.o&&(u.n||e==Vt.b)?{...u,p:u.p&~Vt.o|e,o:0}:u),t)}function T5(t,e,n,r){var a;return a=(i,o)=>{let{n:s,p:u,r:l,i:c}=um(i,o,e);return n&&ly(s,e,n,o,u,l,c,r)},lm.set(t,a),t}function tm(t,e,n){if(t[t.length-1]!="("){let r=[],a=!1,i=!1,o="";for(let s of t)if(!(s=="("||/[~@]$/.test(s))){if(s[0]=="!"&&(s=s.slice(1),a=!a),s.endsWith(":")){r[s=="dark:"?"unshift":"push"](s.slice(0,-1));continue}s[0]=="-"&&(s=s.slice(1),i=!i),s.endsWith("-")&&(s=s.slice(0,-1)),s&&s!="&"&&(o+=(o&&"-")+s)}o&&(i&&(o="-"+o),e[0].push({n:o,v:r.filter(y5),i:a}))}}function y5(t,e,n){return n.indexOf(t)==e}var XT=new Map;function dm(t){let e=XT.get(t);if(!e){let n=[],r=[[]],a=0,i=0,o=null,s=0,u=(l,c=0)=>{a!=s&&(n.push(t.slice(a,s+c)),l&&tm(n,r)),a=s+1};for(;s1?p.slice(0,-1)+Ec(JSON.stringify([p,g])):p+"("+ry(g)+")",Vt.a,g,/@$/.test(p))],r)}c=n.lastIndexOf("(",c-1)}n.length=c+1}else/[~@]/.test(l)&&t[s+1]=="("&&r.unshift([])}u(!0),XT.set(t,e=r[0])}return e}function cy(t,e,n){return e.reduce((r,a,i)=>r+n(a)+t[i+1],t[0])}function dy(t,e){return Array.isArray(t)&&Array.isArray(t.raw)?cy(t,e,n=>nm(n).trim()):e.filter(Boolean).reduce((n,r)=>n+nm(r),t?nm(t):"")}function nm(t){let e,n="";if(t&&typeof t=="object")if(Array.isArray(t))(e=dy(t[0],t.slice(1)))&&(n+=" "+e);else for(let r in t)t[r]&&(n+=" "+r);else t!=null&&typeof t!="boolean"&&(n+=" "+t);return n}var AX=py("@"),kX=py("~");function py(t){return new Proxy(function(n,...r){return e("",n,r)},{get(n,r){return r in n?n[r]:function(a,...i){return e(r,a,i)}}});function e(n,r,a){return ry(dm(n+t+"("+dy(r,a)+")"))}}function im(t,e){return Array.isArray(t)?ey(cy(t,e,n=>n!=null&&typeof n!="boolean"?n:"")):typeof t=="string"?ey(t):[t]}var v5=/ *(?:(?:([\u0080-\uFFFF\w-%@]+) *:? *([^{;]+?);|([^;}{]*?) *{)|(}))/g;function ey(t){let e;t=t.replace(/\/\*[^]*?\*\/|\s\s+|\n/gm," ");let n=[{}],r=[n[0]],a=[];for(;e=v5.exec(t);)e[4]&&(n.shift(),a.shift()),e[3]?(a.unshift(e[3]),n.unshift({}),r.push(a.reduce((i,o)=>({[o]:i}),n[0]))):e[4]||(n[0][e[1]]&&(n.unshift({}),r.push(a.reduce((i,o)=>({[o]:i}),n[0]))),n[0][e[1]]=e[2]);return r}function gy(t,...e){var n;let r=im(t,e),a=(r.find(i=>i.label)?.label||"css")+Ec(JSON.stringify(r));return n=(i,o)=>cm(r.flatMap(s=>sy(s,i,o,Vt.o)),a),lm.set(a,n),a}var PX=new Proxy(function(t,e){return ty("animation",t,e)},{get(t,e){return e in t?t[e]:function(n,r){return ty(e,n,r)}}});function ty(t,e,n){return{toString(){return gy({label:t,"@layer components":{...typeof e=="object"?e:{animation:e},animationName:""+n}})}}}function ee(t,e,n){return[t,S5(e,n)]}function S5(t,e){return typeof t=="function"?t:typeof t=="string"&&/^[\w-]+$/.test(t)?(n,r)=>({[t]:e?e(n,r):om(n,1)}):n=>t||{[n[1]]:om(n,2)}}function om(t,e,n=t.slice(e).find(Boolean)||t.$$||t.input){return t.input[0]=="-"?`calc(${n} * -1)`:n}function ne(t,e,n,r){return[t,x5(e,n,r)]}function x5(t,e,n){let r=typeof e=="string"?(a,i)=>({[e]:n?n(a,i):a._}):e||(({1:a,_:i},o,s)=>({[a||s]:i}));return(a,i)=>{let o=my(t||a[1]),s=i.theme(o,a.$$)??go(a.$$,o,i);if(s!=null)return a._=om(a,0,s),r(a,i,o)}}function Bt(t,e={},n){return[t,E5(e,n)]}function E5(t={},e){return(n,r)=>{let{section:a=my(n[0]).replace("-","")+"Color"}=t,[i,o]=C5(n.$$);if(!i)return;let s=r.theme(a,i)||go(i,a,r);if(!s||typeof s=="object")return;let{opacityVariable:u=`--tw-${n[0].replace(/-$/,"")}-opacity`,opacitySection:l=a.replace("Color","Opacity"),property:c=a,selector:p}=t,g=r.theme(l,o||"DEFAULT")||o&&go(o,l,r),m=e||(({_:T})=>{let b=Us(c,T);return p?{[p]:b}:b});n._={value:xa(s,{opacityVariable:u||void 0,opacityValue:g||void 0}),color:T=>xa(s,T),opacityVariable:u||void 0,opacityValue:g||void 0};let f=m(n,r);if(!n.dark){let T=r.d(a,i,s);T&&T!==s&&(n._={value:xa(T,{opacityVariable:u||void 0,opacityValue:g||"1"}),color:b=>xa(T,b),opacityVariable:u||void 0,opacityValue:g||void 0},f={"&":f,[r.v("dark")]:m(n,r)})}return f}}function C5(t){return(t.match(/^(\[[^\]]+]|[^/]+?)(?:\/(.+))?$/)||[]).slice(1)}function Us(t,e){let n={};return typeof e=="string"?n[t]=e:(e.opacityVariable&&e.value.includes(e.opacityVariable)&&(n[e.opacityVariable]=e.opacityValue||"1"),n[t]=e.value),n}function go(t,e,n){if(t[0]=="["&&t.slice(-1)=="]"){if(t=xc(uy(t.slice(1,-1),n.theme)),!e)return t;if(!(/color|fill|stroke/i.test(e)&&!(/^color:/.test(t)||/^(#|((hsl|rgb)a?|hwb|lab|lch|color)\(|[a-z]+$)/.test(t))||/image/i.test(e)&&!(/^image:/.test(t)||/^[a-z-]+\(/.test(t))||/weight/i.test(e)&&!(/^(number|any):/.test(t)||/^\d+$/.test(t))||/position/i.test(e)&&/^(length|size):/.test(t)))return t.replace(/^[a-z-]+:/,"")}}function my(t){return t.replace(/-./g,e=>e[1].toUpperCase())}function xc(t){return t.includes("url(")?t.replace(/(.*?)(url\(.*?\))(.*?)/g,(e,n="",r,a="")=>xc(n)+r+xc(a)):t.replace(/(^|[^\\])_+/g,(e,n)=>n+" ".repeat(e.length-n.length)).replace(/\\_/g,"_").replace(/(calc|min|max|clamp)\(.+\)/g,e=>e.replace(/(-?\d*\.?\d(?!\b-.+[,)](?![^+\-/*])\D)(?:%|[a-z]+)?|\))([+\-/*])/g,"$1 $2 "))}var LX=Symbol();var fy=new Proxy(f5,{apply(t,e,n){return Zg(n[0])},get(t,e){let n=Zg[e];return typeof n=="function"?function(){return n.apply(Zg,arguments)}:n}});var _X=function t(e){return new Proxy(function(n,...r){return ny(e,"",n,r)},{get(n,r){return r==="bind"?t:r in n?n[r]:function(a,...i){return ny(e,r,a,i)}}})}();function ny(t,e,n,r){return{toString(){let a=im(n,r),i=ay(e+Ec(JSON.stringify([e,a])));return(typeof t=="function"?t:fy)(gy({[`@keyframes ${i}`]:im(n,r)})),i}}}d();d();d();d();d();var hy={screens:{sm:"640px",md:"768px",lg:"1024px",xl:"1280px","2xl":"1536px"},columns:{auto:"auto","3xs":"16rem","2xs":"18rem",xs:"20rem",sm:"24rem",md:"28rem",lg:"32rem",xl:"36rem","2xl":"42rem","3xl":"48rem","4xl":"56rem","5xl":"64rem","6xl":"72rem","7xl":"80rem"},spacing:{px:"1px",0:"0px",..._n(4,"rem",4,.5,.5),..._n(12,"rem",4,5),14:"3.5rem",..._n(64,"rem",4,16,4),72:"18rem",80:"20rem",96:"24rem"},durations:{75:"75ms",100:"100ms",150:"150ms",200:"200ms",300:"300ms",500:"500ms",700:"700ms",1e3:"1000ms"},animation:{none:"none",spin:"spin 1s linear infinite",ping:"ping 1s cubic-bezier(0,0,0.2,1) infinite",pulse:"pulse 2s cubic-bezier(0.4,0,0.6,1) infinite",bounce:"bounce 1s infinite"},aspectRatio:{auto:"auto",square:"1/1",video:"16/9"},backdropBlur:We("blur"),backdropBrightness:We("brightness"),backdropContrast:We("contrast"),backdropGrayscale:We("grayscale"),backdropHueRotate:We("hueRotate"),backdropInvert:We("invert"),backdropOpacity:We("opacity"),backdropSaturate:We("saturate"),backdropSepia:We("sepia"),backgroundColor:We("colors"),backgroundImage:{none:"none"},backgroundOpacity:We("opacity"),backgroundSize:{auto:"auto",cover:"cover",contain:"contain"},blur:{none:"none",0:"0",sm:"4px",DEFAULT:"8px",md:"12px",lg:"16px",xl:"24px","2xl":"40px","3xl":"64px"},brightness:{..._n(200,"",100,0,50),..._n(110,"",100,90,5),75:"0.75",125:"1.25"},borderColor:({theme:t})=>({DEFAULT:t("colors.gray.200","currentColor"),...t("colors")}),borderOpacity:We("opacity"),borderRadius:{none:"0px",sm:"0.125rem",DEFAULT:"0.25rem",md:"0.375rem",lg:"0.5rem",xl:"0.75rem","2xl":"1rem","3xl":"1.5rem","1/2":"50%",full:"9999px"},borderSpacing:We("spacing"),borderWidth:{DEFAULT:"1px",...jn(8,"px")},boxShadow:{sm:"0 1px 2px 0 rgba(0,0,0,0.05)",DEFAULT:"0 1px 3px 0 rgba(0,0,0,0.1), 0 1px 2px -1px rgba(0,0,0,0.1)",md:"0 4px 6px -1px rgba(0,0,0,0.1), 0 2px 4px -2px rgba(0,0,0,0.1)",lg:"0 10px 15px -3px rgba(0,0,0,0.1), 0 4px 6px -4px rgba(0,0,0,0.1)",xl:"0 20px 25px -5px rgba(0,0,0,0.1), 0 8px 10px -6px rgba(0,0,0,0.1)","2xl":"0 25px 50px -12px rgba(0,0,0,0.25)",inner:"inset 0 2px 4px 0 rgba(0,0,0,0.05)",none:"0 0 #0000"},boxShadowColor:We("colors"),caretColor:We("colors"),accentColor:({theme:t})=>({auto:"auto",...t("colors")}),contrast:{..._n(200,"",100,0,50),75:"0.75",125:"1.25"},content:{none:"none"},divideColor:We("borderColor"),divideOpacity:We("borderOpacity"),divideWidth:We("borderWidth"),dropShadow:{sm:"0 1px 1px rgba(0,0,0,0.05)",DEFAULT:["0 1px 2px rgba(0,0,0,0.1)","0 1px 1px rgba(0,0,0,0.06)"],md:["0 4px 3px rgba(0,0,0,0.07)","0 2px 2px rgba(0,0,0,0.06)"],lg:["0 10px 8px rgba(0,0,0,0.04)","0 4px 3px rgba(0,0,0,0.1)"],xl:["0 20px 13px rgba(0,0,0,0.03)","0 8px 5px rgba(0,0,0,0.08)"],"2xl":"0 25px 25px rgba(0,0,0,0.15)",none:"0 0 #0000"},fill:({theme:t})=>({...t("colors"),none:"none"}),grayscale:{DEFAULT:"100%",0:"0"},hueRotate:{0:"0deg",15:"15deg",30:"30deg",60:"60deg",90:"90deg",180:"180deg"},invert:{DEFAULT:"100%",0:"0"},flex:{1:"1 1 0%",auto:"1 1 auto",initial:"0 1 auto",none:"none"},flexBasis:({theme:t})=>({...t("spacing"),...qs(2,6),...qs(12,12),auto:"auto",full:"100%"}),flexGrow:{DEFAULT:1,0:0},flexShrink:{DEFAULT:1,0:0},fontFamily:{sans:'ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji"'.split(","),serif:'ui-serif,Georgia,Cambria,"Times New Roman",Times,serif'.split(","),mono:'ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace'.split(",")},fontSize:{xs:["0.75rem","1rem"],sm:["0.875rem","1.25rem"],base:["1rem","1.5rem"],lg:["1.125rem","1.75rem"],xl:["1.25rem","1.75rem"],"2xl":["1.5rem","2rem"],"3xl":["1.875rem","2.25rem"],"4xl":["2.25rem","2.5rem"],"5xl":["3rem","1"],"6xl":["3.75rem","1"],"7xl":["4.5rem","1"],"8xl":["6rem","1"],"9xl":["8rem","1"]},fontWeight:{thin:"100",extralight:"200",light:"300",normal:"400",medium:"500",semibold:"600",bold:"700",extrabold:"800",black:"900"},gap:We("spacing"),gradientColorStops:We("colors"),gridAutoColumns:{auto:"auto",min:"min-content",max:"max-content",fr:"minmax(0,1fr)"},gridAutoRows:{auto:"auto",min:"min-content",max:"max-content",fr:"minmax(0,1fr)"},gridColumn:{auto:"auto","span-full":"1 / -1"},gridRow:{auto:"auto","span-full":"1 / -1"},gridTemplateColumns:{none:"none"},gridTemplateRows:{none:"none"},height:({theme:t})=>({...t("spacing"),...qs(2,6),min:"min-content",max:"max-content",fit:"fit-content",auto:"auto",full:"100%",screen:"100vh"}),inset:({theme:t})=>({...t("spacing"),...qs(2,4),auto:"auto",full:"100%"}),keyframes:{spin:{from:{transform:"rotate(0deg)"},to:{transform:"rotate(360deg)"}},ping:{"0%":{transform:"scale(1)",opacity:"1"},"75%,100%":{transform:"scale(2)",opacity:"0"}},pulse:{"0%,100%":{opacity:"1"},"50%":{opacity:".5"}},bounce:{"0%, 100%":{transform:"translateY(-25%)",animationTimingFunction:"cubic-bezier(0.8,0,1,1)"},"50%":{transform:"none",animationTimingFunction:"cubic-bezier(0,0,0.2,1)"}}},letterSpacing:{tighter:"-0.05em",tight:"-0.025em",normal:"0em",wide:"0.025em",wider:"0.05em",widest:"0.1em"},lineHeight:{..._n(10,"rem",4,3),none:"1",tight:"1.25",snug:"1.375",normal:"1.5",relaxed:"1.625",loose:"2"},margin:({theme:t})=>({auto:"auto",...t("spacing")}),maxHeight:({theme:t})=>({full:"100%",min:"min-content",max:"max-content",fit:"fit-content",screen:"100vh",...t("spacing")}),maxWidth:({theme:t,breakpoints:e})=>({...e(t("screens")),none:"none",0:"0rem",xs:"20rem",sm:"24rem",md:"28rem",lg:"32rem",xl:"36rem","2xl":"42rem","3xl":"48rem","4xl":"56rem","5xl":"64rem","6xl":"72rem","7xl":"80rem",full:"100%",min:"min-content",max:"max-content",fit:"fit-content",prose:"65ch"}),minHeight:{0:"0px",full:"100%",min:"min-content",max:"max-content",fit:"fit-content",screen:"100vh"},minWidth:{0:"0px",full:"100%",min:"min-content",max:"max-content",fit:"fit-content"},opacity:{..._n(100,"",100,0,10),5:"0.05",25:"0.25",75:"0.75",95:"0.95"},order:{first:"-9999",last:"9999",none:"0"},padding:We("spacing"),placeholderColor:We("colors"),placeholderOpacity:We("opacity"),outlineColor:We("colors"),outlineOffset:jn(8,"px"),outlineWidth:jn(8,"px"),ringColor:({theme:t})=>({...t("colors"),DEFAULT:"#3b82f6"}),ringOffsetColor:We("colors"),ringOffsetWidth:jn(8,"px"),ringOpacity:({theme:t})=>({...t("opacity"),DEFAULT:"0.5"}),ringWidth:{DEFAULT:"3px",...jn(8,"px")},rotate:{...jn(2,"deg"),...jn(12,"deg",3),...jn(180,"deg",45)},saturate:_n(200,"",100,0,50),scale:{..._n(150,"",100,0,50),..._n(110,"",100,90,5),75:"0.75",125:"1.25"},scrollMargin:We("spacing"),scrollPadding:We("spacing"),sepia:{0:"0",DEFAULT:"100%"},skew:{...jn(2,"deg"),...jn(12,"deg",3)},space:We("spacing"),stroke:({theme:t})=>({...t("colors"),none:"none"}),strokeWidth:_n(2),textColor:We("colors"),textDecorationColor:We("colors"),textDecorationThickness:{"from-font":"from-font",auto:"auto",...jn(8,"px")},textUnderlineOffset:{auto:"auto",...jn(8,"px")},textIndent:We("spacing"),textOpacity:We("opacity"),transitionDuration:({theme:t})=>({...t("durations"),DEFAULT:"150ms"}),transitionDelay:We("durations"),transitionProperty:{none:"none",all:"all",DEFAULT:"color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter",colors:"color,background-color,border-color,text-decoration-color,fill,stroke",opacity:"opacity",shadow:"box-shadow",transform:"transform"},transitionTimingFunction:{DEFAULT:"cubic-bezier(0.4,0,0.2,1)",linear:"linear",in:"cubic-bezier(0.4,0,1,1)",out:"cubic-bezier(0,0,0.2,1)","in-out":"cubic-bezier(0.4,0,0.2,1)"},translate:({theme:t})=>({...t("spacing"),...qs(2,4),full:"100%"}),width:({theme:t})=>({min:"min-content",max:"max-content",fit:"fit-content",screen:"100vw",...t("flexBasis")}),willChange:{scroll:"scroll-position"},zIndex:{..._n(50,"",1,0,10),auto:"auto"}};function qs(t,e){let n={};do for(var r=1;re(t)}var YX={"*,::before,::after":{boxSizing:"border-box",borderWidth:"0",borderStyle:"solid",borderColor:"theme(borderColor.DEFAULT, currentColor)"},"::before,::after":{"--tw-content":"''"},html:{lineHeight:1.5,WebkitTextSizeAdjust:"100%",MozTabSize:"4",tabSize:4,fontFamily:`theme(fontFamily.sans, ${hy.fontFamily.sans})`,fontFeatureSettings:"theme(fontFamily.sans[1].fontFeatureSettings, normal)"},body:{margin:"0",lineHeight:"inherit"},hr:{height:"0",color:"inherit",borderTopWidth:"1px"},"abbr:where([title])":{textDecoration:"underline dotted"},"h1,h2,h3,h4,h5,h6":{fontSize:"inherit",fontWeight:"inherit"},a:{color:"inherit",textDecoration:"inherit"},"b,strong":{fontWeight:"bolder"},"code,kbd,samp,pre":{fontFamily:`theme(fontFamily.mono, ${hy.fontFamily.mono})`,fontFeatureSettings:"theme(fontFamily.mono[1].fontFeatureSettings, normal)",fontSize:"1em"},small:{fontSize:"80%"},"sub,sup":{fontSize:"75%",lineHeight:0,position:"relative",verticalAlign:"baseline"},sub:{bottom:"-0.25em"},sup:{top:"-0.5em"},table:{textIndent:"0",borderColor:"inherit",borderCollapse:"collapse"},"button,input,optgroup,select,textarea":{fontFamily:"inherit",fontSize:"100%",lineHeight:"inherit",color:"inherit",margin:"0",padding:"0"},"button,select":{textTransform:"none"},"button,[type='button'],[type='reset'],[type='submit']":{WebkitAppearance:"button",backgroundColor:"transparent",backgroundImage:"none"},":-moz-focusring":{outline:"auto"},":-moz-ui-invalid":{boxShadow:"none"},progress:{verticalAlign:"baseline"},"::-webkit-inner-spin-button,::-webkit-outer-spin-button":{height:"auto"},"[type='search']":{WebkitAppearance:"textfield",outlineOffset:"-2px"},"::-webkit-search-decoration":{WebkitAppearance:"none"},"::-webkit-file-upload-button":{WebkitAppearance:"button",font:"inherit"},summary:{display:"list-item"},"blockquote,dl,dd,h1,h2,h3,h4,h5,h6,hr,figure,p,pre":{margin:"0"},fieldset:{margin:"0",padding:"0"},legend:{padding:"0"},"ol,ul,menu":{listStyle:"none",margin:"0",padding:"0"},textarea:{resize:"vertical"},"input::placeholder,textarea::placeholder":{opacity:1,color:"theme(colors.gray.400, #9ca3af)"},'button,[role="button"]':{cursor:"pointer"},":disabled":{cursor:"default"},"img,svg,video,canvas,audio,iframe,embed,object":{display:"block",verticalAlign:"middle"},"img,video":{maxWidth:"100%",height:"auto"},"[hidden]":{display:"none"}},ZX=[ee("\\[([-\\w]+):(.+)]",({1:t,2:e},n)=>({"@layer overrides":{"&":{[t]:go(`[${e}]`,"",n)}}})),ee("(group|peer)([~/][^-[]+)?",({input:t},{h:e})=>[{c:e(t)}]),ne("aspect-","aspectRatio"),ee("container",(t,{theme:e})=>{let{screens:n=e("screens"),center:r,padding:a}=e("container"),i={width:"100%",marginRight:r&&"auto",marginLeft:r&&"auto",...o("xs")};for(let s in n){let u=n[s];typeof u=="string"&&(i[Cc(u)]={"&":{maxWidth:u,...o(s)}})}return i;function o(s){let u=a&&(typeof a=="string"?a:a[s]||a.DEFAULT);if(u)return{paddingRight:u,paddingLeft:u}}}),ne("content-","content",({_:t})=>({"--tw-content":t,content:"var(--tw-content)"})),ee("(?:box-)?decoration-(slice|clone)","boxDecorationBreak"),ee("box-(border|content)","boxSizing",({1:t})=>t+"-box"),ee("hidden",{display:"none"}),ee("table-(auto|fixed)","tableLayout"),ee(["(block|flex|table|grid|inline|contents|flow-root|list-item)","(inline-(block|flex|table|grid))","(table-(caption|cell|column|row|(column|row|footer|header)-group))"],"display"),"(float)-(left|right|none)","(clear)-(left|right|none|both)","(overflow(?:-[xy])?)-(auto|hidden|clip|visible|scroll)","(isolation)-(auto)",ee("isolate","isolation"),ee("object-(contain|cover|fill|none|scale-down)","objectFit"),ne("object-","objectPosition"),ee("object-(top|bottom|center|(left|right)(-(top|bottom))?)","objectPosition",wc),ee("overscroll(-[xy])?-(auto|contain|none)",({1:t="",2:e})=>({["overscroll-behavior"+t]:e})),ee("(static|fixed|absolute|relative|sticky)","position"),ne("-?inset(-[xy])?(?:$|-)","inset",({1:t,_:e})=>({top:t!="-x"&&e,right:t!="-y"&&e,bottom:t!="-x"&&e,left:t!="-y"&&e})),ne("-?(top|bottom|left|right)(?:$|-)","inset"),ee("(visible|collapse)","visibility"),ee("invisible",{visibility:"hidden"}),ne("-?z-","zIndex"),ee("flex-((row|col)(-reverse)?)","flexDirection",by),ee("flex-(wrap|wrap-reverse|nowrap)","flexWrap"),ne("(flex-(?:grow|shrink))(?:$|-)"),ne("(flex)-"),ne("grow(?:$|-)","flexGrow"),ne("shrink(?:$|-)","flexShrink"),ne("basis-","flexBasis"),ne("-?(order)-"),"-?(order)-(\\d+)",ne("grid-cols-","gridTemplateColumns"),ee("grid-cols-(\\d+)","gridTemplateColumns",Sy),ne("col-","gridColumn"),ee("col-(span)-(\\d+)","gridColumn",vy),ne("col-start-","gridColumnStart"),ee("col-start-(auto|\\d+)","gridColumnStart"),ne("col-end-","gridColumnEnd"),ee("col-end-(auto|\\d+)","gridColumnEnd"),ne("grid-rows-","gridTemplateRows"),ee("grid-rows-(\\d+)","gridTemplateRows",Sy),ne("row-","gridRow"),ee("row-(span)-(\\d+)","gridRow",vy),ne("row-start-","gridRowStart"),ee("row-start-(auto|\\d+)","gridRowStart"),ne("row-end-","gridRowEnd"),ee("row-end-(auto|\\d+)","gridRowEnd"),ee("grid-flow-((row|col)(-dense)?)","gridAutoFlow",t=>wc(by(t))),ee("grid-flow-(dense)","gridAutoFlow"),ne("auto-cols-","gridAutoColumns"),ne("auto-rows-","gridAutoRows"),ne("gap-x(?:$|-)","gap","columnGap"),ne("gap-y(?:$|-)","gap","rowGap"),ne("gap(?:$|-)","gap"),"(justify-(?:items|self))-",ee("justify-","justifyContent",Ty),ee("(content|items|self)-",t=>({["align-"+t[1]]:Ty(t)})),ee("(place-(content|items|self))-",({1:t,$$:e})=>({[t]:("wun".includes(e[3])?"space-":"")+e})),ne("p([xytrbl])?(?:$|-)","padding",mo("padding")),ne("-?m([xytrbl])?(?:$|-)","margin",mo("margin")),ne("-?space-(x|y)(?:$|-)","space",({1:t,_:e})=>({"&>:not([hidden])~:not([hidden])":{[`--tw-space-${t}-reverse`]:"0",["margin-"+{y:"top",x:"left"}[t]]:`calc(${e} * calc(1 - var(--tw-space-${t}-reverse)))`,["margin-"+{y:"bottom",x:"right"}[t]]:`calc(${e} * var(--tw-space-${t}-reverse))`}})),ee("space-(x|y)-reverse",({1:t})=>({"&>:not([hidden])~:not([hidden])":{[`--tw-space-${t}-reverse`]:"1"}})),ne("w-","width"),ne("min-w-","minWidth"),ne("max-w-","maxWidth"),ne("h-","height"),ne("min-h-","minHeight"),ne("max-h-","maxHeight"),ne("font-","fontWeight"),ne("font-","fontFamily",({_:t})=>typeof(t=Ln(t))[1]=="string"?{fontFamily:ir(t)}:{fontFamily:ir(t[0]),...t[1]}),ee("antialiased",{WebkitFontSmoothing:"antialiased",MozOsxFontSmoothing:"grayscale"}),ee("subpixel-antialiased",{WebkitFontSmoothing:"auto",MozOsxFontSmoothing:"auto"}),ee("italic","fontStyle"),ee("not-italic",{fontStyle:"normal"}),ee("(ordinal|slashed-zero|(normal|lining|oldstyle|proportional|tabular)-nums|(diagonal|stacked)-fractions)",({1:t,2:e="",3:n})=>e=="normal"?{fontVariantNumeric:"normal"}:{["--tw-"+(n?"numeric-fraction":"pt".includes(e[0])?"numeric-spacing":e?"numeric-figure":t)]:t,fontVariantNumeric:"var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction)",...Ea({"--tw-ordinal":"var(--tw-empty,/*!*/ /*!*/)","--tw-slashed-zero":"var(--tw-empty,/*!*/ /*!*/)","--tw-numeric-figure":"var(--tw-empty,/*!*/ /*!*/)","--tw-numeric-spacing":"var(--tw-empty,/*!*/ /*!*/)","--tw-numeric-fraction":"var(--tw-empty,/*!*/ /*!*/)"})}),ne("tracking-","letterSpacing"),ne("leading-","lineHeight"),ee("list-(inside|outside)","listStylePosition"),ne("list-","listStyleType"),ee("list-","listStyleType"),ne("placeholder-opacity-","placeholderOpacity",({_:t})=>({"&::placeholder":{"--tw-placeholder-opacity":t}})),Bt("placeholder-",{property:"color",selector:"&::placeholder"}),ee("text-(left|center|right|justify|start|end)","textAlign"),ee("text-(ellipsis|clip)","textOverflow"),ne("text-opacity-","textOpacity","--tw-text-opacity"),Bt("text-",{property:"color"}),ne("text-","fontSize",({_:t})=>typeof t=="string"?{fontSize:t}:{fontSize:t[0],...typeof t[1]=="string"?{lineHeight:t[1]}:t[1]}),ne("indent-","textIndent"),ee("(overline|underline|line-through)","textDecorationLine"),ee("no-underline",{textDecorationLine:"none"}),ne("underline-offset-","textUnderlineOffset"),Bt("decoration-",{section:"textDecorationColor",opacityVariable:!1,opacitySection:"opacity"}),ne("decoration-","textDecorationThickness"),ee("decoration-","textDecorationStyle"),ee("(uppercase|lowercase|capitalize)","textTransform"),ee("normal-case",{textTransform:"none"}),ee("truncate",{overflow:"hidden",whiteSpace:"nowrap",textOverflow:"ellipsis"}),ee("align-","verticalAlign"),ee("whitespace-","whiteSpace"),ee("break-normal",{wordBreak:"normal",overflowWrap:"normal"}),ee("break-words",{overflowWrap:"break-word"}),ee("break-all",{wordBreak:"break-all"}),ee("break-keep",{wordBreak:"keep-all"}),Bt("caret-",{opacityVariable:!1,opacitySection:"opacity"}),Bt("accent-",{opacityVariable:!1,opacitySection:"opacity"}),ee("bg-gradient-to-([trbl]|[tb][rl])","backgroundImage",({1:t})=>`linear-gradient(to ${ni(t," ")},var(--tw-gradient-stops))`),Bt("from-",{section:"gradientColorStops",opacityVariable:!1,opacitySection:"opacity"},({_:t})=>({"--tw-gradient-from":t.value,"--tw-gradient-to":t.color({opacityValue:"0"}),"--tw-gradient-stops":"var(--tw-gradient-from),var(--tw-gradient-to)"})),Bt("via-",{section:"gradientColorStops",opacityVariable:!1,opacitySection:"opacity"},({_:t})=>({"--tw-gradient-to":t.color({opacityValue:"0"}),"--tw-gradient-stops":`var(--tw-gradient-from),${t.value},var(--tw-gradient-to)`})),Bt("to-",{section:"gradientColorStops",property:"--tw-gradient-to",opacityVariable:!1,opacitySection:"opacity"}),ee("bg-(fixed|local|scroll)","backgroundAttachment"),ee("bg-origin-(border|padding|content)","backgroundOrigin",({1:t})=>t+"-box"),ee(["bg-(no-repeat|repeat(-[xy])?)","bg-repeat-(round|space)"],"backgroundRepeat"),ee("bg-blend-","backgroundBlendMode"),ee("bg-clip-(border|padding|content|text)","backgroundClip",({1:t})=>t+(t=="text"?"":"-box")),ne("bg-opacity-","backgroundOpacity","--tw-bg-opacity"),Bt("bg-",{section:"backgroundColor"}),ne("bg-","backgroundImage"),ne("bg-","backgroundPosition"),ee("bg-(top|bottom|center|(left|right)(-(top|bottom))?)","backgroundPosition",wc),ne("bg-","backgroundSize"),ne("rounded(?:$|-)","borderRadius"),ne("rounded-([trbl]|[tb][rl])(?:$|-)","borderRadius",({1:t,_:e})=>{let n={t:["tl","tr"],r:["tr","br"],b:["bl","br"],l:["bl","tl"]}[t]||[t,t];return{[`border-${ni(n[0])}-radius`]:e,[`border-${ni(n[1])}-radius`]:e}}),ee("border-(collapse|separate)","borderCollapse"),ne("border-opacity(?:$|-)","borderOpacity","--tw-border-opacity"),ee("border-(solid|dashed|dotted|double|none)","borderStyle"),ne("border-spacing(-[xy])?(?:$|-)","borderSpacing",({1:t,_:e})=>({...Ea({"--tw-border-spacing-x":"0","--tw-border-spacing-y":"0"}),["--tw-border-spacing"+(t||"-x")]:e,["--tw-border-spacing"+(t||"-y")]:e,"border-spacing":"var(--tw-border-spacing-x) var(--tw-border-spacing-y)"})),Bt("border-([xytrbl])-",{section:"borderColor"},mo("border","Color")),Bt("border-"),ne("border-([xytrbl])(?:$|-)","borderWidth",mo("border","Width")),ne("border(?:$|-)","borderWidth"),ne("divide-opacity(?:$|-)","divideOpacity",({_:t})=>({"&>:not([hidden])~:not([hidden])":{"--tw-divide-opacity":t}})),ee("divide-(solid|dashed|dotted|double|none)",({1:t})=>({"&>:not([hidden])~:not([hidden])":{borderStyle:t}})),ee("divide-([xy]-reverse)",({1:t})=>({"&>:not([hidden])~:not([hidden])":{["--tw-divide-"+t]:"1"}})),ne("divide-([xy])(?:$|-)","divideWidth",({1:t,_:e})=>{let n={x:"lr",y:"tb"}[t];return{"&>:not([hidden])~:not([hidden])":{[`--tw-divide-${t}-reverse`]:"0",[`border-${ni(n[0])}Width`]:`calc(${e} * calc(1 - var(--tw-divide-${t}-reverse)))`,[`border-${ni(n[1])}Width`]:`calc(${e} * var(--tw-divide-${t}-reverse))`}}}),Bt("divide-",{property:"borderColor",selector:"&>:not([hidden])~:not([hidden])"}),ne("ring-opacity(?:$|-)","ringOpacity","--tw-ring-opacity"),Bt("ring-offset-",{property:"--tw-ring-offset-color",opacityVariable:!1}),ne("ring-offset(?:$|-)","ringOffsetWidth","--tw-ring-offset-width"),ee("ring-inset",{"--tw-ring-inset":"inset"}),Bt("ring-",{property:"--tw-ring-color"}),ne("ring(?:$|-)","ringWidth",({_:t},{theme:e})=>({...Ea({"--tw-ring-offset-shadow":"0 0 #0000","--tw-ring-shadow":"0 0 #0000","--tw-shadow":"0 0 #0000","--tw-shadow-colored":"0 0 #0000","&":{"--tw-ring-inset":"var(--tw-empty,/*!*/ /*!*/)","--tw-ring-offset-width":e("ringOffsetWidth","","0px"),"--tw-ring-offset-color":xa(e("ringOffsetColor","","#fff")),"--tw-ring-color":xa(e("ringColor","","#93c5fd"),{opacityVariable:"--tw-ring-opacity"}),"--tw-ring-opacity":e("ringOpacity","","0.5")}}),"--tw-ring-offset-shadow":"var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color)","--tw-ring-shadow":`var(--tw-ring-inset) 0 0 0 calc(${t} + var(--tw-ring-offset-width)) var(--tw-ring-color)`,boxShadow:"var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)"})),Bt("shadow-",{section:"boxShadowColor",opacityVariable:!1,opacitySection:"opacity"},({_:t})=>({"--tw-shadow-color":t.value,"--tw-shadow":"var(--tw-shadow-colored)"})),ne("shadow(?:$|-)","boxShadow",({_:t})=>({...Ea({"--tw-ring-offset-shadow":"0 0 #0000","--tw-ring-shadow":"0 0 #0000","--tw-shadow":"0 0 #0000","--tw-shadow-colored":"0 0 #0000"}),"--tw-shadow":ir(t),"--tw-shadow-colored":ir(t).replace(/([^,]\s+)(?:#[a-f\d]+|(?:(?:hsl|rgb)a?|hwb|lab|lch|color|var)\(.+?\)|[a-z]+)(,|$)/g,"$1var(--tw-shadow-color)$2"),boxShadow:"var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)"})),ne("(opacity)-"),ee("mix-blend-","mixBlendMode"),...yy(),...yy("backdrop-"),ne("transition(?:$|-)","transitionProperty",(t,{theme:e})=>({transitionProperty:ir(t),transitionTimingFunction:t._=="none"?void 0:ir(e("transitionTimingFunction","")),transitionDuration:t._=="none"?void 0:ir(e("transitionDuration",""))})),ne("duration(?:$|-)","transitionDuration","transitionDuration",ir),ne("ease(?:$|-)","transitionTimingFunction","transitionTimingFunction",ir),ne("delay(?:$|-)","transitionDelay","transitionDelay",ir),ne("animate(?:$|-)","animation",(t,{theme:e,h:n,e:r})=>{let a=ir(t),i=a.split(" "),o=e("keyframes",i[0]);return o?{["@keyframes "+(i[0]=r(n(i[0])))]:o,animation:i.join(" ")}:{animation:a}}),"(transform)-(none)",ee("transform",gm),ee("transform-(cpu|gpu)",({1:t})=>({"--tw-transform":xy(t=="gpu")})),ne("scale(-[xy])?-","scale",({1:t,_:e})=>({["--tw-scale"+(t||"-x")]:e,["--tw-scale"+(t||"-y")]:e,...gm()})),ne("-?(rotate)-","rotate",pm),ne("-?(translate-[xy])-","translate",pm),ne("-?(skew-[xy])-","skew",pm),ee("origin-(center|((top|bottom)(-(left|right))?)|left|right)","transformOrigin",wc),"(appearance)-",ne("(columns)-"),"(columns)-(\\d+)","(break-(?:before|after|inside))-",ne("(cursor)-"),"(cursor)-",ee("snap-(none)","scroll-snap-type"),ee("snap-(x|y|both)",({1:t})=>({...Ea({"--tw-scroll-snap-strictness":"proximity"}),"scroll-snap-type":t+" var(--tw-scroll-snap-strictness)"})),ee("snap-(mandatory|proximity)","--tw-scroll-snap-strictness"),ee("snap-(?:(start|end|center)|align-(none))","scroll-snap-align"),ee("snap-(normal|always)","scroll-snap-stop"),ee("scroll-(auto|smooth)","scroll-behavior"),ne("scroll-p([xytrbl])?(?:$|-)","padding",mo("scroll-padding")),ne("-?scroll-m([xytrbl])?(?:$|-)","scroll-margin",mo("scroll-margin")),ee("touch-(auto|none|manipulation)","touch-action"),ee("touch-(pinch-zoom|pan-(?:(x|left|right)|(y|up|down)))",({1:t,2:e,3:n})=>({...Ea({"--tw-pan-x":"var(--tw-empty,/*!*/ /*!*/)","--tw-pan-y":"var(--tw-empty,/*!*/ /*!*/)","--tw-pinch-zoom":"var(--tw-empty,/*!*/ /*!*/)","--tw-touch-action":"var(--tw-pan-x) var(--tw-pan-y) var(--tw-pinch-zoom)"}),[`--tw-${e?"pan-x":n?"pan-y":t}`]:t,"touch-action":"var(--tw-touch-action)"})),ee("outline-none",{outline:"2px solid transparent","outline-offset":"2px"}),ee("outline",{outlineStyle:"solid"}),ee("outline-(dashed|dotted|double)","outlineStyle"),ne("-?(outline-offset)-"),Bt("outline-",{opacityVariable:!1,opacitySection:"opacity"}),ne("outline-","outlineWidth"),"(pointer-events)-",ne("(will-change)-"),"(will-change)-",["resize(?:-(none|x|y))?","resize",({1:t})=>({x:"horizontal",y:"vertical"})[t]||t||"both"],ee("select-(none|text|all|auto)","userSelect"),Bt("fill-",{section:"fill",opacityVariable:!1,opacitySection:"opacity"}),Bt("stroke-",{section:"stroke",opacityVariable:!1,opacitySection:"opacity"}),ne("stroke-","strokeWidth"),ee("sr-only",{position:"absolute",width:"1px",height:"1px",padding:"0",margin:"-1px",overflow:"hidden",whiteSpace:"nowrap",clip:"rect(0,0,0,0)",borderWidth:"0"}),ee("not-sr-only",{position:"static",width:"auto",height:"auto",padding:"0",margin:"0",overflow:"visible",whiteSpace:"normal",clip:"auto"})];function wc(t){return(typeof t=="string"?t:t[1]).replace(/-/g," ").trim()}function by(t){return(typeof t=="string"?t:t[1]).replace("col","column")}function ni(t,e="-"){let n=[];for(let r of t)n.push({t:"top",r:"right",b:"bottom",l:"left"}[r]);return n.join(e)}function ir(t){return t&&""+(t._||t)}function Ty({$$:t}){return({r:"flex-","":"flex-",w:"space-",u:"space-",n:"space-"}[t[3]||""]||"")+t}function mo(t,e=""){return({1:n,_:r})=>{let a={x:"lr",y:"tb"}[n]||n+n;return a?{...Us(t+"-"+ni(a[0])+e,r),...Us(t+"-"+ni(a[1])+e,r)}:Us(t+e,r)}}function yy(t=""){let e=["blur","brightness","contrast","grayscale","hue-rotate","invert",t&&"opacity","saturate","sepia",!t&&"drop-shadow"].filter(Boolean),n={};for(let r of e)n[`--tw-${t}${r}`]="var(--tw-empty,/*!*/ /*!*/)";return n={...Ea(n),[`${t}filter`]:e.map(r=>`var(--tw-${t}${r})`).join(" ")},[`(${t}filter)-(none)`,ee(`${t}filter`,n),...e.map(r=>ne(`${r[0]=="h"?"-?":""}(${t}${r})(?:$|-)`,r,({1:a,_:i})=>({[`--tw-${a}`]:Ln(i).map(o=>`${r}(${o})`).join(" "),...n})))]}function pm({1:t,_:e}){return{["--tw-"+t]:e,...gm()}}function gm(){return{...Ea({"--tw-translate-x":"0","--tw-translate-y":"0","--tw-rotate":"0","--tw-skew-x":"0","--tw-skew-y":"0","--tw-scale-x":"1","--tw-scale-y":"1","--tw-transform":xy()}),transform:"var(--tw-transform)"}}function xy(t){return[t?"translate3d(var(--tw-translate-x),var(--tw-translate-y),0)":"translateX(var(--tw-translate-x)) translateY(var(--tw-translate-y))","rotate(var(--tw-rotate))","skewX(var(--tw-skew-x))","skewY(var(--tw-skew-y))","scaleX(var(--tw-scale-x))","scaleY(var(--tw-scale-y))"].join(" ")}function vy({1:t,2:e}){return`${t} ${e} / ${t} ${e}`}function Sy({1:t}){return`repeat(${t},minmax(0,1fr))`}function Ea(t){return{"@layer defaults":{"*,::before,::after":t,"::backdrop":t}}}d();d();var Dc=globalThis||(typeof window<"u"?window:self),A5=Object.create,fm=Object.defineProperty,k5=Object.getOwnPropertyDescriptor,P5=Object.getOwnPropertyNames,L5=Object.getPrototypeOf,_5=Object.prototype.hasOwnProperty,F5=(t,e)=>()=>(e||t((e={exports:{}}).exports,e),e.exports),M5=(t,e)=>{for(var n in e)fm(t,n,{get:e[n],enumerable:!0})},mm=(t,e,n,r)=>{if(e&&typeof e=="object"||typeof e=="function")for(let a of P5(e))!_5.call(t,a)&&a!==n&&fm(t,a,{get:()=>e[a],enumerable:!(r=k5(e,a))||r.enumerable});return t},B5=(t,e,n)=>(mm(t,e,"default"),n&&mm(n,e,"default")),Cy=(t,e,n)=>(n=t!=null?A5(L5(t)):{},mm(e||!t||!t.__esModule?fm(n,"default",{value:t,enumerable:!0}):n,t)),wy=F5((t,e)=>{(function(n,r){typeof define=="function"&&define.amd?define([],r):typeof t<"u"?r():(r(),n.FileSaver={})})(t,function(){"use strict";function n(l,c){return typeof c>"u"?c={autoBom:!1}:typeof c!="object"&&(c={autoBom:!c}),c.autoBom&&/^\s*(?:text\/\S*|application\/xml|\S*\/\S*\+xml)\s*;.*charset\s*=\s*utf-8/i.test(l.type)?new Blob(["\uFEFF",l],{type:l.type}):l}function r(l,c,p){var g=new XMLHttpRequest;g.open("GET",l),g.responseType="blob",g.onload=function(){u(g.response,c,p)},g.onerror=function(){},g.send()}function a(l){var c=new XMLHttpRequest;c.open("HEAD",l,!1);try{c.send()}catch{}return 200<=c.status&&299>=c.status}function i(l){try{l.dispatchEvent(new MouseEvent("click"))}catch{var c=document.createEvent("MouseEvents");c.initMouseEvent("click",!0,!0,window,0,0,0,80,20,!1,!1,!1,!1,0,null),l.dispatchEvent(c)}}var o=typeof window=="object"&&window.window===window?window:typeof self=="object"&&self.self===self?self:typeof Dc=="object"&&Dc.global===Dc?Dc:void 0,s=o.navigator&&/Macintosh/.test(navigator.userAgent)&&/AppleWebKit/.test(navigator.userAgent)&&!/Safari/.test(navigator.userAgent),u=o.saveAs||(typeof window!="object"||window!==o?function(){}:"download"in HTMLAnchorElement.prototype&&!s?function(l,c,p){var g=o.URL||o.webkitURL,m=document.createElement("a");c=c||l.name||"download",m.download=c,m.rel="noopener",typeof l=="string"?(m.href=l,m.origin===location.origin?i(m):a(m.href)?r(l,c,p):i(m,m.target="_blank")):(m.href=g.createObjectURL(l),setTimeout(function(){g.revokeObjectURL(m.href)},4e4),setTimeout(function(){i(m)},0))}:"msSaveOrOpenBlob"in navigator?function(l,c,p){if(c=c||l.name||"download",typeof l!="string")navigator.msSaveOrOpenBlob(n(l,p),c);else if(a(l))r(l,c,p);else{var g=document.createElement("a");g.href=l,g.target="_blank",setTimeout(function(){i(g)})}}:function(l,c,p,g){if(g=g||open("","_blank"),g&&(g.document.title=g.document.body.innerText="downloading..."),typeof l=="string")return r(l,c,p);var m=l.type==="application/octet-stream",f=/constructor/i.test(o.HTMLElement)||o.safari,T=/CriOS\/[\d]+/.test(navigator.userAgent);if((T||m&&f||s)&&typeof FileReader<"u"){var b=new FileReader;b.onloadend=function(){var D=b.result;D=T?D:D.replace(/^data:[^;]*;/,"data:attachment/file;"),g?g.location.href=D:location=D,g=null},b.readAsDataURL(l)}else{var h=o.URL||o.webkitURL,C=h.createObjectURL(l);g?g.location=C:location.href=C,g=null,setTimeout(function(){h.revokeObjectURL(C)},4e4)}});o.saveAs=u.saveAs=u,typeof e<"u"&&(e.exports=u)})}),Dy={};M5(Dy,{default:()=>Ac});var I5=Cy(wy());B5(Dy,Cy(wy()));var{default:Ey,...R5}=I5,Ac=Ey!==void 0?Ey:R5;d();d();d();d();d();d();var Oee=Me().REDIRECT_URL;d();var fte=hi([]);function Py(t){let[e,n]=re(null);return Ce(()=>{Xt().then(r=>{n(r),z.debug("current config",r)})},[]),Ce(()=>{Xt().then(r=>{n(r)})},[t]),e}function Ly(t){let[e,n]=re(null);return Ce(()=>{t&&Un({url:"http://localhost",config:t,state:{cache:!1}}).then(r=>n(r))},[t]),e}function _y(){let[t,e]=re(null);return Ce(()=>{Jt().then(r=>{e(r)})},[]),[t,r=>{e(r),Wt(r)}]}d();var js=class extends Ba{constructor(e){super(e),this.state={hasError:!1}}error;info;static getDerivedStateFromError(e){return{hasError:!0}}componentDidCatch(e,n){this.error=e,this.info=n}render(){return this.state.hasError?(z.error("ErrorBoundary",this.error,this.info),w(W5,{error:this.error,info:this.info})):this.props.children}};function W5({error:t,info:e}){let{t:n}=xe(),r=location.protocol.includes("extension")&&location.href.includes("options.html");return w("div",{class:"error-boundary",children:[t?.message," ",JSON.stringify(e?.componentStack),w("div",{style:{marginTop:10},children:[n("error.configError"),w("a",{style:{marginLeft:6},href:r?location.href.replace(/#.+/,"#import_export"):"https://dash.immersivetranslate.com/#import_export",target:r?"":"_blank",children:n("error.goReset")})]})]})}async function K5(t,e,n){try{if(e===null)return"noupdate";let r=await Jt();if(e.updatedAt){let s=new Date().getTime(),u=new Date(e.updatedAt).getTime();if(s-u<1e3)return await hm(t,e),await Wt(r),"upload"}let a=await My(t);r.accountLastSyncedAt=Date.now(),z.debug("settings",e),z.debug("local settings.updatedAt",e.updatedAt),z.debug("remote settings.updatedAt",a.updatedAt),z.debug("last synced at",r.accountLastSyncedAt);let i=!1;if(e.updatedAt&&(!a||!a.updatedAt)&&(i=!0),!i&&e.updatedAt>a.updatedAt&&(i=!0),z.debug("isUpload",i),i)return await hm(t,e),await Wt(r),"upload";let o=!1;return a.updatedAt&&(!e||!e.updatedAt)&&(o=!0),!o&&e.updatedAt{!n||!n.token||r&&r.proAutoSync===!1||G5(n)&&K5(n.token,t,e).then(i=>{z.debug("syncUserSetting result",i)})},[t,n])}function G5(t){return Zt(t)?!0:new Date(t.createTime){Mt.get(Ft,null).then(n=>{e(n)})},[e]),t}function My(t){return(location.href?.indexOf("popup.html")>0?Ur:de)({responseType:"json",url:zo+"/v1/user/settings",method:"get",headers:{token:t}}).then(n=>n.data)}function hm(t,e){return(location.href?.indexOf("popup.html")>0?Ur:de)({responseType:"json",url:zo+"/v1/user/settings",method:"post",headers:{token:t,"content-type":"application/json"},body:JSON.stringify(e)}).then(r=>r.data)}function kc(t){let{onClose:e}=t,[n,r]=re("Original"),[a,i,o,s]=rr(()=>{setTimeout(()=>{D("updateGlobalContext",!1)()},250)});fo(a,i);let[u,l]=re(null),[c,p]=re(globalThis.location.href),[g,m]=re("auto"),[f,T]=re(null),b=I=>{r(I.detail)};if(Ce(()=>(document.addEventListener(Oa,b,!1),qn().then(I=>{l(I);let F=yt();m(F);let L=$e();r(L),$T(I.interval)}),document.addEventListener("urlChange",C),()=>{document.removeEventListener("pageTranslatedStatus",b),document.removeEventListener("urlChange",C)}),[]),Ce(()=>{qn().then(I=>{l(I)})},[a]),Ce(()=>{c&&u&&bm().then(I=>{T(I)})},[c,u]),!u||!f)return null;return w(Hs,{type:"float_ball_popup",className:t.className,onSwitchTranslationMode:I=>{D("switchTranslationMode",!0,{mode:I})()},request:de,onClose:M,onToggleEnabled:B,onTranslateTheWholePage:D("translateTheWholePage",!0),openOptionsPage:_,onToggleTranslate:D("toggleTranslatePage",!0),onTranslateTheMainPage:D("translateTheMainPage",!0),onTranslateToThePageEndImmediately:D("translateToThePageEndImmediately",!0),onTranslatePage:D("translatePage",!0),onRestorePage:D("restorePage",!1),onTranslatePdf:()=>{y(ga(f.rule)||c)},openAboutPage:k,openSharePage:D("shareToDraft",!0),onSetPageLanguage:h,setSettings:i,config:u,pageStatus:n,ctx:f,currentUrl:c,currentLang:g,onSetLocalConfig:Gl,onSetBuildinConfig:Q1,onAutoEnableSubtitleChanged:D("autoEnableSubtitleChanged",!0),onOpenUrl:S});function h(I){m(I);let F=pu(c,I,u.sourceLanguageUrlPattern);i(L=>({...L,sourceLanguageUrlPattern:F})),Nn(I)}function C(){p(globalThis.location.href)}function D(I,F,L={}){let U={trigger:"page_popup",...L};return()=>{Pn({method:I,data:U}),F&&e()}}function M(){e()}function B(){i(I=>({...I,enabled:!I.enabled})),setTimeout(()=>{M()},50)}function S(I,F){let L=I;F&&(L=`${I}?utm_source=extension&utm_medium=extension&utm_campaign=${F}`),Ql(L,!0),setTimeout(()=>{M()},50)}function y(I){I&&(Zi(!1,I),setTimeout(()=>{M()},50))}function _(I=""){Yi(!0,I),setTimeout(()=>{e()},50)}function k(){Yl(),setTimeout(()=>{e()},50)}function v(){a2(),setTimeout(()=>{e()},50)}}d();function Oy(){let[t,e]=re("Original");return Ce(()=>{let n=$e();e(n);let r=a=>{e(a.detail)};return document.addEventListener(Oa,r),()=>{document.removeEventListener(Oa,r)}},[]),{pageStatus:t}}var By=6,$5={position:"right",top:335};function zy({handleBallClick:t,isShow:e,localConfig:n,handleMobileBallLongPress:r,popupVisible:a}){let i=je(null),o=je(null),[s,u]=re(!1),l=je(null),c=je(!1),p=je(n.floatBallConfig||$5),g=je(0),m=je(0),f=je(0),T=je(!1),b=je(0),h=je(0),C=je(0),D=je(0),M=je(!1),B=Ve(S=>{a||(clearTimeout(l.current),S?u(S):l.current=setTimeout(()=>{u(S),T.current=!1},tt().any?3e3:0))},[u,l,T,a]);return Ce(()=>{a||u(!1)},[a]),Ce(()=>{if(i.current&&p.current){let S=Tm(p.current.top);p.current.top=S,i.current.style.top=`${S}px`,i.current.style.display="flex"}},[e,i]),Ce(()=>{if(!o.current||!i.current)return;let S=L=>{L.preventDefault&&L.preventDefault(),g.current=L.clientX,m.current=L.clientY,b.current=Date.now(),f.current=i.current.offsetTop,c.current=!0,clearTimeout(l.current),B(!0),C.current=L.clientX,D.current=L.clientY,M.current=!1,tt().any&&(clearTimeout(h.current),h.current=setTimeout(()=>{Iy({startX:g.current,startY:m.current,endX:C.current,endY:D.current})||(M.current=!0,r())},500)),document.addEventListener("mousemove",y),document.addEventListener("touchmove",v),document.addEventListener("mouseup",_),document.addEventListener("touchend",I),document.addEventListener("touchcancel",I)},y=L=>{if(L.preventDefault&&L.preventDefault(),!c.current||!i.current||(C.current=L.clientX,D.current=L.clientY,M.current))return;let U=L.clientY-m.current+f.current,N=Tm(U);i.current.style.top=`${N}px`},_=L=>{if(L.preventDefault&&L.preventDefault(),F(),c.current=!1,clearTimeout(l.current),T.current||B(!1),M.current)return;Iy({startX:g.current,startY:m.current,endX:L.clientX,endY:L.clientY})||(clearTimeout(h.current),t());let N=Tm(L.clientY-30);p.current.top=N;let q=Cs();Gl({...q,floatBallConfig:p.current})},k=L=>{L.preventDefault&&L.preventDefault(),S(L.changedTouches[0])},v=L=>{L.preventDefault&&L.preventDefault(),y(L.changedTouches[0])},I=L=>{L.preventDefault&&L.preventDefault(),_(L.changedTouches[0])},F=()=>{document.removeEventListener("mousemove",y),document.removeEventListener("touchmove",v),document.removeEventListener("mouseup",_),document.removeEventListener("touchend",I),document.removeEventListener("touchcancel",I)};return o.current.addEventListener("mousedown",S),o.current.addEventListener("touchstart",k),()=>{o.current&&(o.current.removeEventListener("mousedown",S),o.current.removeEventListener("touchstart",k))}},[e,o,i,l,c,n,B,t]),Ce(()=>{if(tt().any)return;let S=_=>{_.target===i.current&&!T.current||(T.current=!0,B(!0),clearTimeout(l.current))},y=_=>{if(c.current){T.current=!1;return}_.target===i.current&&!T.current||B(!1)};return i.current?.addEventListener("mouseover",S),i.current?.addEventListener("mouseout",y),()=>{i.current?.removeEventListener("mouseover",S),i.current?.removeEventListener("mouseout",y)}},[i,c,B,e,T]),{ballRef:o,floatBallConfigRef:p,containerRef:i,active:s,setActive:B}}function Iy({startX:t,startY:e,endX:n,endY:r}){let a=Math.abs(n-t),i=Math.abs(r-e);return a>By||i>By}function Ny(t,e){let n=t?.fixedPosition||"right",r=t?.clickType==="translate",a=Ne(()=>e?"":n=="left"?"translateX(-100%)":"translateX(100%)",[n,e]),i=Ne(()=>e&&r?"":n=="left"?"translateX(-20px)":"translateX(20px)",[n,e,r]),o=Ne(()=>e&&r?"":n=="left"?"translateX(-60px)":"translateX(60px)",[n,e,r]);return{closeTransform:a,logoContainerTransform:i,settingTransform:o}}function Uy(){let[t,e]=re(!1);return Ce(()=>{let n=()=>{document.querySelector("video")&&e(!!document.fullscreenElement)};return document.addEventListener("fullscreenchange",n),()=>{document.removeEventListener("fullscreenchange",n)}},[]),{isFullScreen:t}}var Ry="hasShownFloatingBallGuide",Y5="2024-01-06";function qy(t){let[e,n]=re(!1);Ce(()=>{!t.config.enableShowFloatingBallGuide||yt()==t.targetLanguage||(async()=>{let a=await At(Ry,""),i=await At("installedAt","");i&&new Date(i){n(!1)},[]);return{isShowGuide:e,handleCloseGuide:r}}function jy(t,e){let n=je(0),[r,a]=re(!0),[i,o]=re(!1),s=rr(),[u,l]=s,{t:c}=xe(),p=Ve(()=>{t?.config.floatBallTooltipRule&&(tt().any?o(n.current>=(t.config.floatBallTooltipRule.h5MainBtnTooltipMaxShowCount||2)):a(n.current>=(t.config.floatBallTooltipRule.mainBtnTooltipImmediateShowCount||5)))},[a,n,t,o]);Ce(()=>{t&&(n.current=t.config.pcFloatBallMainBtnTooltipShownCount||0,tt().any&&(n.current=t.config.h5FloatBallMainBtnTooltipShownCount||0),p())},[t]);let g=Ve(()=>{t&&(n.current=n.current+1,p(),l(T=>{let b={...T};return tt().any?b.h5FloatBallMainBtnTooltipShownCount=n.current:b.pcFloatBallMainBtnTooltipShownCount=n.current,b}))},[l,p,n,t]),m=Ne(()=>tt().any||!r?0:t?.config.floatBallTooltipRule?.mainBtnTooltipDelayTime||2e3,[r,t]),f=Ne(()=>tt().any?c("floatBall.longPress"):e!=="Original"?c("floatBall.showOriginal"):t?.targetLanguage?c("floatBall.translateToLanguage",{language:fa(t.targetLanguage,t.targetLanguage,!0)}):c("floatBall.translate"),[e,t]);return{disableTooltipDelay:i,tooltipDelay:m,tooltipText:f,handleShowTooltip:g}}function Tm(t){return Math.max(Math.min(t,globalThis.innerHeight-200),10)}d();var ri=`${Q}-float-ball`;function Hy(t){let e=n=>{n&&n.target&&n.target.id==="immersive-translate-popup-overlay"&&t.onClose()};return t.visible?w("div",{onClick:e,id:"immersive-translate-popup-overlay",class:"immersive-translate-popup-overlay",children:w("div",{class:"immersive-translate-popup-wrapper",style:t.getModalStyle(),children:w(Q5,{onConfirm:t.onCloseConfirm,onClose:t.onClose})})}):null}function Q5(t){let{t:e}=xe(),[n,r]=re("UntilNext"),a=$l()+"#floating",i=e("closeQuickTranslation.settingOpen",{1:a}),o=[{title:e("closeQuickTranslation.untilNext"),type:"UntilNext"},{title:e("closeQuickTranslation.currentWebsite"),type:"CurrentWebsite",description:i},{title:e("closeQuickTranslation.alwaysClose"),type:"AlwaysClose",description:i}];return w("div",{class:`${ri}-close-content`,children:[w("div",{class:"flex justify-between",children:[w("div",{class:`${ri}-close-title`,children:e("closeQuickTranslation")}),w("div",{class:"clickable",onClick:t.onClose,children:w(Sa,{type:"modal-close"})})]}),w("div",{class:`${ri}-close-radio-content mt-3`,children:o.map(s=>w(Z5,{onClick:()=>{r(s.type)},title:s.title,description:s.description,selected:s.type===n,onLinkClick:u=>{Qi(u)}},s.type))}),w("div",{class:"flex mt-3 flex-end",children:[w("div",{class:`${ri}-default-btn`,onClick:t.onClose,children:e("closeQuickTranslation.cancel")}),w("div",{class:`${ri}-primary-btn ml-2`,onClick:()=>{t.onConfirm&&t.onConfirm(n)},children:e("closeQuickTranslation.confirm")})]})]})}function Z5(t){let{selected:e,title:n,description:r,onLinkClick:a}=t,i=J5(r||"");return w("div",{class:"flex items-center clickable",style:"padding: 8px 0",onClick:t.onClick,children:[w("div",{class:e?`${ri}-radio-sel`:`${ri}-radio-nor`,children:w("div",{})}),w("div",{class:"ml-2 text-sm",children:[w("span",{children:n}),r?w("small",{class:"muted text-sm",children:i.map(o=>o.type==="text"?o.value:w("a",{onClick:()=>o.href&&a&&a(o.href),children:o.value}))}):null]})]})}function J5(t){let e=[],n=/((.*?)<\/a>)|([^<]+)/g,r=Array.from(t.matchAll(n));for(let a of r){let i=a[2],o=a[3],s=a[4];i&&o?e.push({type:"link",href:i,value:o}):s&&e.push({type:"text",value:s})}return e}d();var X5=({text:t,children:e,position:n="top",containerStyle:r,containerClass:a,multiple:i=!1,width:o,delay:s=0,disable:u,enableMobile:l,tipStyle:c,onHidden:p,onShow:g})=>{let[m,f]=re(!1),T=je(null),b=je(null),h=()=>{u||!l&&tt().any||(T.current&&clearTimeout(T.current),T.current=setTimeout(()=>{f(!0),g?.()},s))},C=()=>{tt().any&&(b.current&&clearTimeout(b.current),b.current=setTimeout(()=>{D()},2e3))},D=()=>{T.current&&(clearTimeout(T.current),p?.()),f(!1)},M=Ne(()=>{let B={position:"absolute",padding:"6px 20px",backgroundColor:"#000000",color:"#ffffff",borderRadius:"8px",whiteSpace:"nowrap",fontSize:"14px",zIndex:1e3};switch(i&&(B.maxWidth="200px",o&&(B.width=o+"px"),B.whiteSpace="normal"),n){case"top":return{...B,bottom:"100%",left:"50%",transform:"translateX(-50%)",marginBottom:"10px",...c};case"bottom":return{...B,top:"100%",left:"50%",transform:"translateX(-50%)",marginTop:"10px",...c};case"left":return{...B,right:"100%",top:"50%",transform:"translateY(-50%)",marginRight:"10px",...c};case"right":return{...B,left:"100%",top:"50%",transform:"translateY(-50%)",marginLeft:"10px",...c};default:return{}}},[n,i,o,c]);return w("div",{class:a,style:{position:"relative",pointerEvents:"all",display:"inline-block",...r},children:[w("div",{onMouseEnter:h,onMouseLeave:D,onTouchStart:()=>{l&&h()},onTouchEnd:()=>{l&&C()},children:e}),m&&w("div",{style:M,role:"tooltip",children:t})]})},Ca=X5;d();d();function Wy(t){return we.ASSETS_BASE_URL+t}var ai=`${Q}-float-ball`;function Ky(t){let{t:e}=xe(),n=a=>{a&&a.target&&a.target.id==="immersive-translate-popup-overlay"&&t.onClose()},r=Ne(()=>{let a={position:"fixed",top:t.top+60};return t.fixedPosition=="left"&&(a.left=48),t.fixedPosition=="right"&&(a.right=48),a},[t.top,t.fixedPosition]);return t.visible?w("div",{onClick:n,id:"immersive-translate-popup-overlay",class:"immersive-translate-popup-overlay",children:w("div",{class:`${ai}-guide-container`,style:r,children:[w("img",{class:`${ai}-guide-bg ${t.fixedPosition}`,src:ek}),w("div",{class:`${ai}-guide-content ${t.fixedPosition}`,children:[w("img",{class:`${ai}-guide-img`,src:Wy("images/float_ball_intro.png")}),w("div",{class:`${ai}-guide-message`,children:[e("floatBall.guideClickToTranslate"),tt().any?` -${e("floatBall.longPress")}`:""]}),w("div",{class:`${ai}-primary-btn ${ai}-guide-button`,onClick:t.onClose,children:e("floatBall.iKnow")})]})]})}):null}var ek="data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzEyIiBoZWlnaHQ9IjM3MiIgdmlld0JveD0iMCAwIDMxMiAzNzIiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSBtZWV0Ij4KPGcgZmlsdGVyPSJ1cmwoI2ZpbHRlcjBfZF8zNjQ4XzEyODAyKSI+CjxwYXRoIGQ9Ik0yMCAzNkMyMCAyNC45NTQzIDI4Ljk1NDMgMTYgNDAgMTZIMjU4LjkxNEMyNjkuOTU5IDE2IDI3OC45MTQgMjQuOTU0MyAyNzguOTE0IDM2VjE3My4wNzVMMjg5LjEyOCAxNzguNzQyQzI5MS43NzggMTgwLjIxMyAyOTEuODk0IDE4My45ODIgMjg5LjMzOSAxODUuNjEyTDI3OC45MTQgMTkyLjI2M1YzMjhDMjc4LjkxNCAzMzkuMDQ2IDI2OS45NTkgMzQ4IDI1OC45MTQgMzQ4SDQwQzI4Ljk1NDMgMzQ4IDIwIDMzOS4wNDYgMjAgMzI4VjM2WiIgZmlsbD0idXJsKCNwYWludDBfbGluZWFyXzM2NDhfMTI4MDIpIi8+CjwvZz4KPGRlZnM+CjxmaWx0ZXIgaWQ9ImZpbHRlcjBfZF8zNjQ4XzEyODAyIiB4PSIwIiB5PSIwIiB3aWR0aD0iMzExLjE4OCIgaGVpZ2h0PSIzNzIiIGZpbHRlclVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgY29sb3ItaW50ZXJwb2xhdGlvbi1maWx0ZXJzPSJzUkdCIj4KPGZlRmxvb2QgZmxvb2Qtb3BhY2l0eT0iMCIgcmVzdWx0PSJCYWNrZ3JvdW5kSW1hZ2VGaXgiLz4KPGZlQ29sb3JNYXRyaXggaW49IlNvdXJjZUFscGhhIiB0eXBlPSJtYXRyaXgiIHZhbHVlcz0iMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMTI3IDAiIHJlc3VsdD0iaGFyZEFscGhhIi8+CjxmZU9mZnNldCBkeT0iNCIvPgo8ZmVHYXVzc2lhbkJsdXIgc3RkRGV2aWF0aW9uPSIxMCIvPgo8ZmVDb21wb3NpdGUgaW4yPSJoYXJkQWxwaGEiIG9wZXJhdG9yPSJvdXQiLz4KPGZlQ29sb3JNYXRyaXggdHlwZT0ibWF0cml4IiB2YWx1ZXM9IjAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAuMSAwIi8+CjxmZUJsZW5kIG1vZGU9Im5vcm1hbCIgaW4yPSJCYWNrZ3JvdW5kSW1hZ2VGaXgiIHJlc3VsdD0iZWZmZWN0MV9kcm9wU2hhZG93XzM2NDhfMTI4MDIiLz4KPGZlQmxlbmQgbW9kZT0ibm9ybWFsIiBpbj0iU291cmNlR3JhcGhpYyIgaW4yPSJlZmZlY3QxX2Ryb3BTaGFkb3dfMzY0OF8xMjgwMiIgcmVzdWx0PSJzaGFwZSIvPgo8L2ZpbHRlcj4KPGxpbmVhckdyYWRpZW50IGlkPSJwYWludDBfbGluZWFyXzM2NDhfMTI4MDIiIHgxPSIxNTcuNSIgeTE9IjE2IiB4Mj0iMTU3LjUiIHkyPSIzNDgiIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIj4KPHN0b3Agc3RvcC1jb2xvcj0iI0ZGOTJCQyIvPgo8c3RvcCBvZmZzZXQ9IjEiIHN0b3AtY29sb3I9IndoaXRlIi8+CjwvbGluZWFyR3JhZGllbnQ+CjwvZGVmcz4KPC9zdmc+Cg==";d();function tk({isVisible:t,onClose:e,children:n}){return w(Ot,{children:[t&&w("div",{className:`immersive-translate-sheet-backdrop ${t?"visible":""}`,onClick:e}),w("div",{className:`immersive-translate-sheet ${t?"visible":""}`,children:w("div",{className:"immersive-translate-sheet-content",children:n})})]})}var Gy=tk;var Ws=`${Q}-float-ball`;function ym(t){let{t:e}=xe(),n=rr(),[r,a,i,o]=n;fo(r,a);let s=Py(r),u=Ly(s),{isFullScreen:l}=Uy(),[c,p]=re(!1),[g,m]=re(!0),{pageStatus:f}=Oy(),T=Tp(u,r),b=Ve(()=>{if(T?.clickType==="popup")return p(!0);if(T?.clickType==="translate"){let P=Ae();if(Hr(u?.rule)){let O=ga(u.rule);Zi(!0,O||P);return}Pn({method:"toggleTranslatePage",data:{trigger:"float_ball"}})}},[T,Pn,p]),h=Ve(()=>{p(!0)},[p]),C=g&&!!s,{containerRef:D,active:M,ballRef:B,floatBallConfigRef:S,setActive:y}=zy({handleBallClick:b,handleMobileBallLongPress:h,isShow:C,localConfig:t.localConfig,popupVisible:c}),_=T?.fixedPosition||"right",k=_==="right"?"left":"right",{isShowGuide:v,handleCloseGuide:I}=qy(t.ctx),{closeTransform:F,logoContainerTransform:L,settingTransform:U}=Ny(T,M||v),{tooltipDelay:N,disableTooltipDelay:q,tooltipText:A,handleShowTooltip:E}=jy(u,f);return C?w("div",{class:`${Ws}-container ${_} notranslate`,style:{zIndex:l?-1:2147483647,pointerEvents:M||v||c?"all":"none"},ref:D,children:[w(nk,{ctx:u,setVisible:m,closeTransform:F,setActive:y,getModalStyle:()=>Vy(S.current.top,300,_)}),w(Ca,{enableMobile:!0,text:A,position:k,delay:N,onShow:E,disable:q,children:w("div",{class:`${Ws}-btn ${_} btn-animate `,ref:B,style:{transform:L,opacity:M||v?1:.5},children:w("div",{children:[w(Sa,{type:"logo"}),f!=="Original"?w(Sa,{type:"translated"}):null]})})}),w("div",{style:{marginTop:"12px",transform:U},class:`${Ws}-more-buttons btn-animate`,children:[w(Ca,{text:e("translateFileTooltip"),multiple:!0,width:200,position:k,containerClass:"btn-animate",children:w("div",{class:`${Ws}-more-button`,onClick:()=>{Ql(c4,!0)},children:w(Sa,{type:"file"})})}),w(Ca,{text:e("floatBall.setting"),position:k,containerClass:"btn-animate",children:w("div",{class:`${Ws}-more-button`,onClick:()=>{y(!0),p(!0)},children:w(Sa,{type:"setting"})})})]}),w(rk,{onClose:()=>{y(!1),p(!1)},visible:c,getModalStyle:()=>Vy(S.current.top,500,_)}),w(Ky,{visible:v,top:S.current.top,fixedPosition:_,onClose:()=>{I(),y(!1)}})]}):null}function nk(t){let{t:e}=xe(),[n,r]=re(!1),a=rr(),[i,o,s,u]=a,l=Tp(t.ctx,i),c=Ve(g=>{t.ctx&&o(m=>a1({...m},g))},[t.ctx,o]),p=Ve(g=>{l&&(t.setVisible(!1),g==="AlwaysClose"?c({...l,enable:!1}):g==="CurrentWebsite"&&c({...l,blockUrls:[...l.blockUrls,globalThis.location.hostname]}))},[c,l,t.setVisible]);return w(Ot,{children:[w("div",{title:e("floatBall.close"),class:"btn-animate",style:{transform:t.closeTransform,padding:4},onClick:()=>{t.setActive(!0),r(!0)},children:w(Sa,{type:"close"})}),w(Hy,{visible:n,onClose:()=>{t.setActive(!1),r(!1)},getModalStyle:t.getModalStyle,onCloseConfirm:p})]})}function rk(t){let e=r=>{r&&r.target&&r.target.id==="immersive-translate-popup-overlay"&&t.onClose()};return window.innerWidth<=385?w(Gy,{isVisible:t.visible,onClose:t.onClose,children:w(kc,{onClose:t.onClose,className:"popup-container-sheet"})}):t.visible?w("div",{onClick:e,id:"immersive-translate-popup-overlay",class:"immersive-translate-popup-overlay",children:w("div",{class:"immersive-translate-popup-wrapper",style:t.getModalStyle(),children:w(kc,{onClose:t.onClose})})}):null}function ak(){return{width:Math.max(document.documentElement.clientWidth,window.innerWidth||0),height:Math.max(document.documentElement.clientHeight,window.innerHeight||0)}}var Vy=(t,e,n)=>{let a=ak().height,i={position:"fixed"},o=0;return Vf()&&(t=ik.top),i.top=t-o,i.top+e>=a?(i.bottom=30,delete i.top):i.top<=10&&(i.top=10),n==="left"?i.left=65:i.right=65,i},ik={position:"right",right:0,top:335};function ok(t,e){for(let n of e){if(ye()&&!Wn()&&typeof GM!==void 0&&GM.addElement){GM.addElement(t,"style",{textContent:n});continue}t.appendChild(document.createElement("style")).textContent=n}}async function $y(){let t=Me(),e=await qn(),n=await qr(),r={url:globalThis.location.href,config:e},a=await Un(r),i=await yp(a,n),o=wt(a.url,i?.blockUrls),s=await Jt();if(!i?.enable||o)return;let u=document.createElement("div");u.id="immersive-translate-popup",u.setAttribute("style","all: initial"),document.documentElement.appendChild(u);let l=u.attachShadow({mode:"open"}),c=[t.IMMERSIVE_TRANSLATE_PICO_CSS,t.IMMERSIVE_TRANSLATE_COMMON_CSS,t.IMMERSIVE_TRANSLATE_POPUP_CSS,t.IMMERSIVE_TRANSLATE_PAGE_POPUP_CSS].join(` -`);return ok(l,[c]),sk(l,e,s,a)}function sk(t,e,n,r){let a=document.createElement("div");a.id="mount",a.style.display="block",t.appendChild(a),$r(w(eo,{lang:e.interfaceLanguage,fallbackLang:"en",translations:rc,children:w(ym,{localConfig:n,ctx:r})}),a)}var Yy=!1;async function Qy(){Yy||(Yy=!0,$y().catch(t=>{z.error("init popup error",t)}))}var Zy=!1,tv=[()=>{yn.unbind()}],Jy=[...tv],uk=Vn(async()=>{await Yi()},50),lk=Vn(async()=>{await Yl()},50),ck=Vn(async()=>{await n2()},50),dk=Vn(async()=>{await t2()},50),nv=Vn(t=>{Pn({method:t,data:{trigger:"userscript_menu"}})},50);function pk(t,e){let n=t.document;if(Zy)return;Zy=!0,ye()||Y1(),n.addEventListener("securitypolicyviolation",Ek),document.addEventListener(me+"DocumentMessageUser",sv),document.addEventListener(me+"DocumentMessageUpdateUser",uv),document.addEventListener(me+"ChangeSuccessService",lv.bind(null,e)),document.addEventListener(me+"ChangeService",cv.bind(null,e)),document.addEventListener(Ra,vk.bind(null,e)),n.addEventListener(me+"EbookLoaded",xk),n.addEventListener(Lh,Sk.bind(null,e)),n.addEventListener(_h,Ck.bind(null,e)),n.addEventListener(vu,a=>{Xe()||Em(a,e)}),n.addEventListener(Fh,pv),n.addEventListener("click",a=>{fk(a,e)}),Xe()&&t.addEventListener("message",mk,!1),ye()&&(Xe()||n.addEventListener(wr,gk)),Xe()||ba.rootIframe(Au).handleAsk("throttleRequest",oT)}function rv(t,e){wk(),pk(e,t),ye()&&(Xe()||(Qg(t.config),Dk(t.config))),Tu()&&gv(t),ot()&&Qg(t.config)}function gk(t){Qy()}function mk(t){let e=t;e&&e.data&&e.data.payload&&e.data.author===yu&&ma(e.data.payload,{tab:{id:1,url:"https://www.fake-iframe.com",active:!0}})}function fk(t,e){let n=t.target;if(!n||!n.getAttribute){wa(n);return}let r=n.getAttribute("data-immersive-translate-event");r&<(r,[{name:r}],{...e,sourceLanguage:"none"});let a=n.getAttribute(`data-${Q}-action`);if(a){if(t.preventDefault(),a==="retry"){typeof t.stopPropagation=="function"&&t.stopPropagation(),vm({method:"retryFailedParagraphs"}),wa(n,!0);return}else if(a=="toast-error"){let i=n.getAttribute(`data-${Q}-tooltip-text`)||"",o="",s="retry";try{let u=JSON.parse(i);o=u.title,i=u.errMsg,s=u.action}catch{}av(iv.bind(null,e,o,i,s));return}}}async function hk(){let t=await mn(),e=t.enableDefaultAlwaysTranslatedUrls===void 0?!0:t.enableDefaultAlwaysTranslatedUrls;if(t.enableDefaultAlwaysTranslatedUrls=!e,!t.enableDefaultAlwaysTranslatedUrls){let n=t&&t.isChangedAlwaysTranslatedUrls,r=[];t.translationUrlPattern&&t.translationUrlPattern.matches&&(r=t.translationUrlPattern.matches||[]),!n&&r.length>0&&(t.translationUrlPattern={matches:[],excludeMatches:[]})}await gn(t)}async function bk(){let t=await mn(),e=t.enableInputTranslation;t.enableInputTranslation=!e,await gn(t)}var Xy=0;function av(t){let e=Date.now();if(e-Xy<2e3||(Xy=e,Tk()))return;let n=`${Q}-modal-root`,r=`${Q}-modal`,a=document.getElementById(n),i=`${Q}-modal-title`,o=`${Q}-modal-body`,s=`${Q}-modal-footer`,u;if(a){u=a.shadowRoot.querySelector(`.${r}`);let l=u.querySelector(`.${i}`),c=u.querySelector(`.${s}`),p=u.querySelector(`.${o}`);t(u,l,p,c)}else{a=document.createElement("div"),a.setAttribute("translate","no"),a.className="no-translate immersive-translate-error-modal-shadow-root",a.id=n,a.style.all="initial",a.style.zIndex="2147483647",document.body.appendChild(a);let l=a.attachShadow({mode:"open"}),c=document.createElement("style"),p=Me();c.textContent=p.IMMERSIVE_TRANSLATE_INPUT_INJECTED_CSS,l.appendChild(c),u=document.createElement("div"),u.className=r+" notranslate",u.id=r;let g=document.createElement("div");g.className=Q+"-modal-content notranslate",u.appendChild(g);let m=document.createElement("span");m.textContent="\xD7",m.className=Q+"-close",g.appendChild(m);let f=document.createElement("div");f.className=i+" notranslate",g.appendChild(f);let T=document.createElement("div");T.className=o+" notranslate",g.appendChild(T);let b=document.createElement("div");b.className=s,g.appendChild(b),l.appendChild(u),m.onclick=function(){u.style.display="none"},l.addEventListener("click",h=>{h.target==u&&(u.style.display="none")}),t(u,f,T,b)}setTimeout(()=>{yk()},100)}function iv(t,e,n,r="retry",a,i,o,s){let u=kt.bind(null,t),l=e||u("errorModalTitle"),c=u("unknownError");i.innerText=l,o.innerHTML=at.sanitize(n||c,{ADD_ATTR:["target"]}),s.innerText="";let p="",g=document.createElement("button");if(r=="retry"){p=u("retryAllButton"),g.setAttribute(`data-${Q}-action`,"retry");let m=document.createElementNS("http://www.w3.org/2000/svg","svg");m.setAttribute("viewBox","0 0 16 16"),m.setAttribute("width","20"),m.setAttribute("height","20"),m.innerHTML='',g.appendChild(m),g.onclick=()=>{a.style.display="none",vm({method:"retryFailedParagraphs"}),wa(g,!0)}}else if(r=="login")p=u("goLogin"),g.onclick=()=>{wa(g,!0),window.open(n4)};else if(r=="upgrade")p=u("upgradeToPro"),g.onclick=()=>{wa(g,!0),window.open(Pu)};else if(r=="setting")p=u("goSettings"),g.onclick=()=>{wa(g,!0),window.open(we.OPTIONS_URL)};else if(r=="changeService")p=u("detectServiceLoading"),g.onclick=()=>{wa(g,!0),window.open(we.OPTIONS_URL)},xm(t,t.config.translationService,!1).then(m=>{m?(p=u("toggleToService",{service:u("translationServices."+m)}),g.innerHTML=at.sanitize(p),g.onclick=()=>{dv(m),wa(g,!0)}):(p=u("goSettings"),g.innerHTML=at.sanitize(p))});else if(r=="none")return;g.className="immersive-translate-btn",g.innerHTML+=at.sanitize(p),s.appendChild(g)}function Tk(){let t=document.querySelector("#immersive-translate-modal-root");return t&&t.shadowRoot?t.shadowRoot.querySelector(`#${Q}-modal`)?.style.display=="block":!1}function yk(){let t=document.querySelector("#immersive-translate-modal-root");if(t&&(t.style.display="block",t.shadowRoot)){let e=t.shadowRoot.querySelector(`#${Q}-modal`);e&&(e.style.display="block")}}function wa(t,e=!1){let n=document.querySelector("#immersive-translate-modal-root");if(!n||n.style.display=="none")return;let r=n.shadowRoot.querySelector(`#${Q}-modal`);r&&r!==t&&(!e&&r.contains(t)||(r.style.display="none"))}function vk(t,e){let n=e;if(n&&n.detail)try{let r=n.detail;if(!r||!r.type)return;let{title:a,errMsg:i,action:o}=r;av(iv.bind(null,t,a,i,o))}catch(r){z.warn("parse message error",r)}}async function Sk(t,e){let n=e;if(z.debug("receive third party message",n),n&&n.detail){let r=null;try{let a=JSON.parse(n.detail);if(a&&a.type){if(a.type==="retryFailedParagraphs")vm({method:"retryFailedParagraphs"});else if(a.type==="updateCommands")r2(a.data);else if(a.type==="toggleEnableDefaultAlwaysTranslatedUrls")hk();else if(a.type==="toggleEnableInputTranslation")bk();else if(a.type==="translatePage")Ak(a.data);else if(a.type==="getAsyncTranslationServiceList")r=ps(t,"translationService");else if(a.type==="getAsyncTargetLanguageList")r=gc(a.data?.translationService,a.data?.targetLanguage);else if(a.type==="getAsyncTranslationMeta"){let i=t.state.translationService||t.config.translationService;r={targetLanguage:t.state.targetLanguage||t.targetLanguage,translationService:i,translationMode:t.state.translationMode}}else if(a.type=="getAsyncTranslateContent"){let i={...t,translationService:a.data.service};try{r=await kk(a.data,i)}catch(o){ev(a.type,o.uiConfig(i),a.id)}}else a.type==="getAsyncLanguageByText"?r=await Vl(a.data):a.type==="sharePage"?Em({detail:a.data},t):a.type==="switchTranslationMode"?Sm(a.data):nv(a.type);r&&a.id&&ev(a.type,r,a.id)}}catch(a){z.warn("parse message error",a)}}}function xk(t){setTimeout(()=>{ov()},10)}function Ek(t){we.HAS_CSP_ERROR="1"}function Ck(t,e){let n=e.detail;(n.name=="open_pdf_page"||n.name==="open_html_page")&<(n.name,[{name:n.name}],{...t})}function wk(){Jy.forEach(t=>{t()}),Jy=tv}function Dk(t){if(ye()&&typeof GM<"u"&&GM&&GM.registerMenuCommand){let e=gl.commands,a=[...Object.keys(e).filter(i=>i==="toggleTranslatePage").map(i=>{let o=e[i].description,s=o;return o.startsWith("__MSG_")&&o.endsWith("__")&&(s=no(`browser.${o.slice(6,-2)}`,t.interfaceLanguage)),{id:i,title:s}}),{id:Ad,title:no("browser.openEbookViewer",t.interfaceLanguage),key:"e"},{id:kd,title:no("browser.openEbookBuilder",t.interfaceLanguage),key:"m"},{id:wd,title:no("browser.openOptionsPage",t.interfaceLanguage),key:"o"},{id:Dd,title:no("browser.openAboutPage",t.interfaceLanguage),key:"a"}];for(let i of a)GM.registerMenuCommand(i.title,()=>{i.id===wd?uk():i.id===Dd?lk():i.id===kd?ck():i.id===Ad?dk():nv(i.id)},i.key)}}function vm(t){ma(t,{tab:{id:1,url:"https://www.fake.com",active:!0}}).catch(n=>{z.error("send content message request failed",t,n)});let e=new CustomEvent(wr,{detail:t});globalThis.document.dispatchEvent(e)}async function Ak(t){let e={};t?.translationMode&&(e.translationMode=t.translationMode),t?.translationService&&(e.translationService=t.translationService),t?.targetLanguage&&(e.targetLanguage=t.targetLanguage),t?.translationStartMode&&(e.translationStartMode=t.translationStartMode);let n=await Ke(Ae(),e);fn(n)}function ev(t,e,n){globalThis.document.dispatchEvent(new CustomEvent(_t,{detail:JSON.stringify({id:n,type:t,payload:e})}))}async function kk({textList:t,from:e,to:n,service:r},a){if(a.rule.id!=="immersive")return;let i=t.map(s=>({text:s||"",id:0,from:e,to:n,url:a.url,fromByClient:e,force:!0})),o=null;try{let s=await Qe({sentences:i},{...a,translationService:r},u=>o=u);if(o)throw o;return s}catch(s){throw s}}d();var ii={};async function Cm(){let e=[...document.querySelectorAll(".source-text")].map(r=>r.textContent).join(""),n=await Ie({text:e,minLength:200,pageLangs:[ft(),"en"]});return Nn(n),n}async function mv(t){pn("Translating");let e=yt(),n=Il(),r=[...document.querySelectorAll(".source-text")];if(Ui(t,e))return;let a=r.filter(i=>i.innerText?.trim()).map((i,o)=>{let s=i.parentElement?.parentElement?.querySelector(".target-text");return ut(i,"id",o+""),s&&(qi(s,o)?.remove(),s.appendChild(vs(t,o))),{text:i.innerText||"",id:o,from:e,to:t.targetLanguage,url:"https://google.com",fromByClient:n,force:!0}});document.dispatchEvent(new CustomEvent(_t,{detail:JSON.stringify({type:"totalParagraphsCount",payload:{totalParagraphsCount:a.length}})}));try{await Qe({sentences:a},{...t,sourceProgram:"subtitle"},(i,o,s)=>{let u=s.id,l=qi(document.body,u);if(!l)return;let c=l.parentElement;c&&(l.remove(),i?(c.innerHTML=at.sanitize(`${i.message}`),ii[u]={ok:!1,sentence:s}):o&&(c.innerHTML=at.sanitize(o.text),ii[u]={ok:!0,sentence:s}),document.dispatchEvent(new CustomEvent(_t,{detail:JSON.stringify({type:"paragraphTranslated",payload:{ok:!i}})})))})}catch(i){throw i}finally{pn("Translated")}}async function fv(t){pn("Translating"),document.dispatchEvent(new CustomEvent(_t,{detail:JSON.stringify({type:"retryFailedParagraphsStart",payload:{}})}));let e=Object.keys(ii),n=[],r=[];for(let a of e){let i=ii[a];if(!i.ok){let s=document.querySelector(`#error-id-${a}`);if(s){let u=s.parentElement;s.remove(),u&&(delete ii[a],u.appendChild(vs(t,a)),r.push(i.sentence))}}}try{await Qe({sentences:r},t,(a,i,o)=>{let s=o.id,u=qi(document.body,s);if(!u)return;let l=u.parentElement;l&&(u.remove(),a?(l.innerHTML=at.sanitize(`${a.message}`),ii[s]={ok:!1,sentence:o}):i&&(l.innerHTML=at.sanitize(i.text),ii[s]={ok:!0,sentence:o}),document.dispatchEvent(new CustomEvent(_t,{detail:JSON.stringify({type:"paragraphTranslated",payload:{ok:!a}})})))})}catch(a){throw a}finally{pn("Translated")}}function wm(){pn("Original"),document.querySelectorAll(".target-text").forEach(t=>{t.innerHTML=""})}d();var Dm={};async function hv(){let t=[...document.querySelectorAll("iframe")],e="";for(let r of t){let a=r.contentDocument;if(!a)continue;let i=a.body;if(i&&(e=e+i.innerText||"",e.length>1e3))break}let n=await Ie({text:e,pageLangs:["en"]});return Nn(n),n}async function bv(t){pn("Translating"),document.dispatchEvent(new CustomEvent(_t,{detail:JSON.stringify({type:"retryFailedParagraphsStart",payload:{}})}));let e=Object.keys(Dm),n=[];for(let r of e){let a=Dm[r];if(a.error){let o=a.commonAncestorContainer.querySelector(`[${xu}='${r}']`);o&&o.remove(),n.push(a)}}try{zs(),await vc(n,t,t.state.translationMode||t.config.translationMode)}catch{}finally{pn("Translated")}}function Tv(){let t=[...document.querySelectorAll("iframe")];for(let e of t){let n=e.contentDocument;if(!n)continue;let r=n.querySelectorAll("."+bt);for(let a of r)a.remove()}pn("Original")}async function yv(t){pn("Translating");let e=gs(),n=[...document.querySelectorAll("iframe")],r=[],a=[];for(let s of n){let u=s.contentDocument;if(!u)continue;po(u,t);let l=u.body;if(!l)continue;let c=an(t);c.isModifyImage=!1,Kr({id:e,container:l,filterRule:c,onParagraph:p=>{r.push(p)}})}let i=Tr(t.config.translationServices[t.translationService]),o=1;for(let s of r){let u=ac(s.flatNodes,{isPreWhitespace:s.isPreWhitespace||!1,delimiters:i,stayOriginalSelectors:t.rule.stayOriginalTags.concat(t.rule.stayOriginalTags).map(c=>c.toLowerCase()).concat(t.rule.stayOriginalSelectors).concat(t.rule.additionalStayOriginalSelectors)});if(!u)continue;s.variables=u?.variables||{},s.text=u?.text,s.id=(o++).toString();let l=await Hg(t,s,{excludeLanguages:t?.config?.translationLanguagePattern?.excludeMatches||[],isDetectParagraphLanguage:t.state.isDetectParagraphLanguage,targetLanguage:t.targetLanguage,delimiters:i,noTranslateRegexp:t.rule.noTranslateRegexp,minTextCount:2,minWordCount:1,ignoreZhCNandZhTW:t.rule.ignoreZhCNandZhTW});l&&(a.push(l),Dm[l.id]=l)}r=[],document.dispatchEvent(new CustomEvent(_t,{detail:JSON.stringify({type:"totalParagraphsCount",payload:{totalParagraphsCount:a.length}})}));try{await vc(a,t,t.state.translationMode||t.config.translationMode)}catch{}finally{pn("Translated")}}d();var or=!1,Pc,vv=!1,Lc=null;function xv(t){let{config:e}=t;if(t.isInputTranslationExcludeUrl){z.debug("exclude url for input");return}if(Lc===!1){z.debug("disable for this time");return}let n={...e.inputLanguageCodeAlias};wn.forEach(c=>n[c]=[c,...n[c]||[]]);let r=e.inputStartingTriggerKeyAlias[e.inputStartingTriggerKey]||[];r.includes(e.inputStartingTriggerKey)||r.unshift(e.inputStartingTriggerKey),n[e.inputTargetLanguage]=[...r,...n[e.inputTargetLanguage]];let a=e.inputTrailingTriggerKeyTimeout;tt().any&&(a=e.inputTrailingMobileTriggerKeyTimeout);let i={triggerTimes:e.inputTrailingTriggerKeyRepeatTimes,triggerKey:e.inputTrailingTriggerKey,triggerTimeout:a,codePrefix:e.inputStartingTriggerKey,codeAlias:n,flatAlias:Object.values(n).flat(),codePrefixAlias:e.inputStartingTriggerKeyAlias},o=0,s=Date.now();Pc&&self.removeEventListener("keydown",Pc),Pc=u,self.addEventListener("keydown",Pc);function u(c){if(or||Lc===!1)return;let p=c,g=p.target||p.srcElement,m=g?.tagName;(g?.isContentEditable||m=="INPUT"||m=="SELECT"||m=="TEXTAREA")&&(jk(c,i.triggerKey,i.codePrefixAlias)?l(c):o=0)}async function l(c){Date.now()-s=i.triggerTimes&&_k()&&(o=0,Lk(c,t,i))}Hk(t)}function Ev({codePrefix:t,flatAlias:e,codePrefixAlias:n}){let r=[],a=n[t]||[];a.includes(t)||a.unshift(t);for(let i of a){let o=e.map(s=>{let u=i+s;return a.includes(s)||(u+=" "),u});r.push(...o)}return new RegExp(r.join("|"))}function _c(t,e){for(let[n,r]of Object.entries(e))if(r.includes(t))return n;return""}var ho;function Cv(t){let e=t.parentElement;if(!e)return;ho=document.createElement("div"),ho.className=Q+"-input",ho.innerHTML=`
`,e.appendChild(ho);let n=e,r=!1;do{let a=getComputedStyle(n).position;if(["fixed","absolute","relative"].includes(a)){r=!0;break}n=n.parentElement}while(n);if(n=e,!r)do{if(getComputedStyle(n).position==="static"){n.style.position="relative";break}n=n?.parentElement||null}while(n)}function wv(){ho&&ho.remove()}async function Pk(t){if(!or)try{let f=function(){c=t.config.inputTargetLanguage;let b=l.split(" ")[0];b&&b[0]&&(b=b[0].toLowerCase()+b.slice(1)),b.trim()&&i.flatAlias.includes(b)?(c=_c(b,i.codeAlias),u=l.slice(b.length+1)):u=l},T=function(){c="";let b=Ev(i),h=l.split(b);if(h.length<2)return;if(u=h[h.length-1],s=h[0],h.length>2){let D=l.lastIndexOf(u),M=l.slice(0,D).lastIndexOf(h[h.length-2]);s=l.slice(0,M+h[h.length-2].length)}if(s.endsWith(i.codePrefix))return;if(s.endsWith(":")&&i.codePrefix=="/"){s="",u="";return}let C=l.slice(s.length+1,l.indexOf(u)).trim();if(c=_c(C,i.codeAlias),!c){z.warn("not found alias",C);return}},{config:e}=t,n={...e.inputLanguageCodeAlias};wn.forEach(b=>n[b]=[b,...n[b]||[]]);let r=e.inputStartingTriggerKeyAlias[e.inputStartingTriggerKey]||[];r.includes(e.inputStartingTriggerKey)||r.unshift(e.inputStartingTriggerKey),n[e.inputTargetLanguage]=[...r,...n[e.inputTargetLanguage]];let a=e.inputTrailingTriggerKeyTimeout;tt().any&&(a=e.inputTrailingMobileTriggerKeyTimeout);let i={triggerTimes:e.inputTrailingTriggerKeyRepeatTimes,triggerKey:e.inputTrailingTriggerKey,triggerTimeout:a,codePrefix:e.inputStartingTriggerKey,codeAlias:n,flatAlias:Object.values(n).flat(),codePrefixAlias:e.inputStartingTriggerKeyAlias},o=document.activeElement;if(!o||o.tagName==="BODY")return;or=!0;let s="",u="",l=Da(o)||"",c=t.config.inputTargetLanguage;t.config.inputStartingTriggerKey==="none"?f():(T(),!c&&t.config.enableInputTranslationWithoutTriggerKey&&f());let p=Dv(u,i),g=await Ie({text:p,pageLangs:["en"]});z.debug("translateContent",p,g);let m={text:p||"",id:0,from:g,to:c,url:"https://google.com",fromByClient:g,force:!0};if(!m.text||m.text.length>5e3)return;Cv(o),Je(Su,Date.now());try{let b=await ya(m,{...t,translationService:t.inputTranslationService});kv(t),Av(t,o,s+b.text)}catch(b){if(b instanceof $){let h=b.uiConfig(t);h.action=="retry"&&(h.action="none"),document.dispatchEvent(new CustomEvent(Ra,{detail:h}))}}finally{or=!1}}catch(e){throw or=!1,e}finally{or=!1,wv()}}async function Lk(t,e,n){if(!or)try{let p=function(){s=e.config.inputTargetLanguage;let m=o.split(" ")[0];m&&m[0]&&(m=m[0].toLowerCase()+m.slice(1)),m.trim()&&n.flatAlias.includes(m)?(s=_c(m,n.codeAlias),i=o.slice(m.length+1)):i=o},g=function(){s="";let m=Ev(n),f=o.split(m);if(f.length<2)return;if(i=f[f.length-1],a=f[0],f.length>2){let b=o.lastIndexOf(i),h=o.slice(0,b).lastIndexOf(f[f.length-2]);a=o.slice(0,h+f[f.length-2].length)}if(a.endsWith(n.codePrefix))return;if(a.endsWith(":")&&n.codePrefix=="/"){a="",i="";return}let T=o.slice(a.length+1,o.indexOf(i)).trim();if(s=_c(T,n.codeAlias),!s){z.warn("not found alias",T);return}},r=document.activeElement;or=!0;let a="",i="",o=Da(r)||"",s=e.config.inputTargetLanguage;n.codePrefix==="none"?p():(g(),!s&&e.config.enableInputTranslationWithoutTriggerKey&&p());let u=Dv(i,n),l=await Ie({text:u,pageLangs:["en"]});z.debug("translateContent",u,l);let c={text:u||"",id:0,from:l,to:s,url:"https://google.com",fromByClient:l,force:!0};if(!c.text)return;if(e.config.isShowInputTranslationConsent&&!vv){vv=!0;let m=await Wk(e);if(t.target&&t.target.focus(),m==="open_settings"){Yi(!0,"#input");return}else if(m==="open_learn_more"){Qi("https://immersivetranslate.com/docs/input/");return}else if(m==="disable_once"||m==="disable_forever"){if(Lc=!1,m==="disable_forever"){let f=await mn();f.enableInputTranslation=!1,f.isShowInputTranslationConsent=!1,await gn(f)}else if(m==="disable_once"){let f=await mn();f.isShowInputTranslationConsent=!1,await gn(f)}return}else if(m==="close_disable_once"||m==="close_disable_forever"){if(Lc=!1,m==="close_disable_forever"){let f=await mn();f.enableInputTranslation=!1,f.isShowInputTranslationConsent=!1,await gn(f)}return}else if(m==="enable"){let f=await mn();f.enableInputTranslation=!0,f.isShowInputTranslationConsent=!1,await gn(f)}else if(m==="close_enable"){let f=await mn();f.enableInputTranslation=!0,await gn(f)}}Cv(r),Je(Su,Date.now());try{let m=await ya(c,{...e,translationService:e.inputTranslationService});kv(e),Av(e,r,a+m.text)}catch(m){if(m instanceof $){let f=m.uiConfig(e);f.action=="retry"&&(f.action="none"),document.dispatchEvent(new CustomEvent(Ra,{detail:f}))}}finally{or=!1}}catch(r){throw or=!1,r}finally{or=!1,wv()}}function _k(){let t=document.activeElement;if(!t)return!1;if(Fc(t)){let e=t.selectionStart||0,n=t.value.length,a=t.value.split(` +`,$g="immersive-translate-toastify-shadow-root",Yg=class{defaults={oldestFirst:!0,text:"Toastify is awesome!",node:void 0,duration:3e3,selector:void 0,callback:function(){},destination:void 0,newWindow:!1,close:!1,gravity:"toastify-top",positionLeft:!1,position:"",backgroundColor:"",avatar:"",className:"",stopOnFocus:!0,onClick:function(){},offset:{x:0,y:0},escapeMarkup:!0,ariaLive:"polite",style:{background:""}};constructor(e){this.version="1.12.0",this.options={},this.toastElement=null,this._rootElement=document.body,this._init(e)}showToast(){if(this.toastElement=this._buildToast(),typeof this.options.selector=="string")this._rootElement=document.getElementById(this.options.selector);else if(this.options.selector instanceof HTMLElement||this.options.selector instanceof ShadowRoot)this._rootElement=this.options.selector;else if(document.getElementById($g)){let e=document.getElementById($g);this._rootElement=e.shadowRoot}else{let e=document.createElement("div");e.setAttribute("translate","no"),e.className="no-translate immersive-translate-toastify-shadow-root",e.id=$g,e.style.all="initial",e.style.zIndex="2147483647",document.body.appendChild(e);let n=e.attachShadow({mode:"open"}),r=document.createElement("style");r.textContent=g5,n.appendChild(r),this._rootElement=n}if(!this._rootElement)throw"Root element is not defined";return this._rootElement.insertBefore(this.toastElement,this._rootElement.firstChild),this._reposition(),this.options.duration>0&&(this.toastElement.timeOutValue=window.setTimeout(()=>{this._removeElement(this.toastElement)},this.options.duration)),this}hideToast(){this.toastElement.timeOutValue&&clearTimeout(this.toastElement.timeOutValue),this._removeElement(this.toastElement)}_init(e){this.options=Object.assign(this.defaults,e),this.options.backgroundColor,this.toastElement=null,this.options.gravity=e.gravity==="bottom"?"toastify-bottom":"toastify-top",this.options.stopOnFocus=e.stopOnFocus===void 0?!0:e.stopOnFocus,e.backgroundColor&&(this.options.style.background=e.backgroundColor)}_buildToast(){if(!this.options)throw"Toastify is not initialized";let e=document.createElement("div");e.className=`toastify on ${this.options.className}`,e.className+=` toastify-${this.options.position}`,e.className+=` ${this.options.gravity}`;for(let n in this.options.style)e.style[n]=this.options.style[n];if(this.options.ariaLive&&e.setAttribute("aria-live",this.options.ariaLive),this.options.node&&this.options.node.nodeType===Node.ELEMENT_NODE)e.appendChild(this.options.node);else if(this.options.escapeMarkup?e.innerText=this.options.text:e.innerHTML=this.options.text,this.options.avatar!==""){let n=document.createElement("img");n.src=this.options.avatar,n.className="toastify-avatar",this.options.position=="left"?e.appendChild(n):e.insertAdjacentElement("afterbegin",n)}if(this.options.close===!0){let n=document.createElement("button");n.type="button",n.setAttribute("aria-label","Close"),n.className="toast-close",n.innerHTML="✖",n.addEventListener("click",a=>{a.stopPropagation(),this._removeElement(this.toastElement),window.clearTimeout(this.toastElement.timeOutValue)});let r=window.innerWidth>0?window.innerWidth:screen.width;this.options.position=="left"&&r>360?e.insertAdjacentElement("afterbegin",n):e.appendChild(n)}if(this.options.stopOnFocus&&this.options.duration>0&&(e.addEventListener("mouseover",n=>{window.clearTimeout(e.timeOutValue)}),e.addEventListener("mouseleave",()=>{e.timeOutValue=window.setTimeout(()=>{this._removeElement(e)},this.options.duration)})),typeof this.options.destination<"u"&&e.addEventListener("click",n=>{n.stopPropagation(),this.options.newWindow===!0?window.open(this.options.destination,"_blank"):window.location=this.options.destination}),typeof this.options.onClick=="function"&&typeof this.options.destination>"u"&&e.addEventListener("click",n=>{n.stopPropagation(),this.options.onClick()}),typeof this.options.offset=="object"){let n=this._getAxisOffsetAValue("x",this.options),r=this._getAxisOffsetAValue("y",this.options),a=this.options.position=="left"?n:`-${n}`,i=this.options.gravity=="toastify-top"?r:`-${r}`;e.style.transform=`translate(${a},${i})`}return e}_removeElement(e){e.className=e.className.replace(" on",""),window.setTimeout(()=>{this.options.node&&this.options.node.parentNode&&this.options.node.parentNode.removeChild(this.options.node),e.parentNode&&e.parentNode.removeChild(e),this.options.callback.call(e),this._reposition()},400)}_reposition(){let e={top:15,bottom:15},n={top:15,bottom:15},r={top:15,bottom:15},a=this._rootElement.querySelectorAll(".toastify"),i;for(let o=0;o0?window.innerWidth:screen.width)<=360?(a[o].style[i]=`${r[i]}px`,r[i]+=s+u):a[o].classList.contains("toastify-left")===!0?(a[o].style[i]=`${e[i]}px`,e[i]+=s+u):(a[o].style[i]=`${n[i]}px`,n[i]+=s+u)}}_getAxisOffsetAValue(e,n){return n.offset[e]?isNaN(n.offset[e])?n.offset[e]:`${n.offset[e]}px`:"0px"}};function Sc(t){t=t||{},new Yg({gravity:"bottom",duration:1500,style:{background:"#222",color:"#f2f2f2"},...t}).showToast()}d();function GT(t,e){let n=e.matches||[],r=e.excludeMatches||[];if(r&&!Array.isArray(r)&&(r=[r]),n&&!Array.isArray(n)&&(n=[n]),r.length>0){if(r.includes(t)||r.includes(""))return!1;for(let a of r)if(a.includes("*")&&new RegExp(a).test(t))return!1}if(n.length===0)return!1;if(n.length>0){if(n.includes(t)||n.includes(""))return!0;for(let a of n)if(a.includes("*")&&new RegExp(a).test(t))return!0}return!1}d();d();d();function Pn(t){ma(t,{tab:{id:1,url:"https://www.fake.com",active:!0}}).catch(r=>{z.error("send content message request failed",t,r)}),document.querySelectorAll("iframe").forEach(r=>{r.contentWindow&&r.contentWindow.postMessage({author:yu,payload:t},"*")});let n=new CustomEvent(wr,{detail:t});globalThis.document.dispatchEvent(n)}function Qg(t){let e=t.shortcuts||{},r=Object.keys(e).reduce((i,o)=>(i[e[o]]=o,i),{}),a=Object.keys(r);for(let i of a){let o=i.replace(/MacCtrl/ig,"Ctrl");o&&yn(o,s=>{s.preventDefault();let u=r[i];Pn({method:u,data:{trigger:"shortcut"}})})}}d();d();d();d();var VT=`${Q}-float-ball`;function Sa(t){return t.type=="logo"?w("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",width:"24",height:"24",class:`${VT}-logo-img`,children:[w("path",{fill:"none",d:"M0 0h24v24H0z"}),w("path",{d:"M5 15v2a2 2 0 0 0 1.85 1.995L7 19h3v2H7a4 4 0 0 1-4-4v-2h2zm13-5l4.4 11h-2.155l-1.201-3h-4.09l-1.199 3h-2.154L16 10h2zm-1 2.885L15.753 16h2.492L17 12.885zM8 2v2h4v7H8v3H6v-3H2V4h4V2h2zm9 1a4 4 0 0 1 4 4v2h-2V7a2 2 0 0 0-2-2h-3V3h3zM6 6H4v3h2V6zm4 0H8v3h2V6z",fill:"rgba(255,255,255,1)"})]}):t.type=="close"?w("svg",{width:"14",height:"14",viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:[w("g",{"clip-path":"url(#clip0_2589_9951)",children:w("path",{d:"M7 14C5.14348 14 3.36301 13.2625 2.05025 11.9497C0.737498 10.637 0 8.85652 0 7C0 5.14348 0.737498 3.36301 2.05025 2.05025C3.36301 0.737498 5.14348 0 7 0C8.85652 0 10.637 0.737498 11.9497 2.05025C13.2625 3.36301 14 5.14348 14 7C14 8.85652 13.2625 10.637 11.9497 11.9497C10.637 13.2625 8.85652 14 7 14ZM4.183 5.064L6.118 7L4.183 8.936C4.12409 8.99361 4.07719 9.06234 4.04502 9.1382C4.01285 9.21406 3.99605 9.29554 3.99559 9.37794C3.99513 9.46034 4.01101 9.54201 4.04234 9.61823C4.07366 9.69444 4.11978 9.76369 4.17805 9.82195C4.23631 9.88022 4.30556 9.92634 4.38177 9.95766C4.45799 9.98898 4.53966 10.0049 4.62206 10.0044C4.70446 10.004 4.78594 9.98715 4.8618 9.95498C4.93766 9.92281 5.00639 9.87591 5.064 9.817L7 7.882L8.936 9.817C9.05327 9.93168 9.21104 9.99548 9.37506 9.99457C9.53908 9.99365 9.69612 9.92809 9.8121 9.8121C9.92809 9.69612 9.99365 9.53908 9.99457 9.37506C9.99548 9.21104 9.93168 9.05327 9.817 8.936L7.882 7L9.817 5.064C9.87591 5.00639 9.92281 4.93766 9.95498 4.8618C9.98715 4.78594 10.004 4.70446 10.0044 4.62206C10.0049 4.53966 9.98898 4.45799 9.95766 4.38177C9.92634 4.30556 9.88022 4.23631 9.82195 4.17805C9.76369 4.11978 9.69444 4.07366 9.61823 4.04234C9.54201 4.01101 9.46034 3.99513 9.37794 3.99559C9.29554 3.99605 9.21406 4.01285 9.1382 4.04502C9.06234 4.07719 8.99361 4.12409 8.936 4.183L7 6.118L5.064 4.183C4.94673 4.06832 4.78896 4.00452 4.62494 4.00543C4.46092 4.00635 4.30388 4.07191 4.1879 4.1879C4.07191 4.30388 4.00635 4.46092 4.00543 4.62494C4.00452 4.78896 4.06832 4.94673 4.183 5.064Z",fill:"#B1B1B1","fill-opacity":"0.32"})}),w("defs",{children:w("clipPath",{id:"clip0_2589_9951",children:w("rect",{width:"14",height:"14",fill:"white"})})})]}):t.type=="setting"?w("svg",{width:"16",height:"16",viewBox:"0 0 16 16",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:w("path",{d:"M6.55741 0L9.06847 0.00329403C9.84824 0.00470579 10.4802 0.636235 10.4812 1.41647L10.4821 1.82588C10.9687 2.0278 11.4297 2.28671 11.8553 2.59718L12.1913 2.40329C12.516 2.21676 12.9013 2.1665 13.2629 2.26352C13.6246 2.36055 13.933 2.59695 14.1207 2.92094L15.3795 5.09365C15.5601 5.40546 15.6149 5.7744 15.5328 6.12523C15.4507 6.47606 15.2378 6.78235 14.9376 6.98165L14.8609 7.02871L14.5235 7.22353C14.5819 7.76273 14.5736 8.30708 14.4986 8.84424L14.7372 8.98259C15.0496 9.16307 15.2812 9.45606 15.3848 9.80165C15.4884 10.1472 15.456 10.5193 15.2944 10.8419L15.2553 10.9153L14.076 12.9576C13.8955 13.27 13.6025 13.5017 13.2569 13.6053C12.9113 13.7088 12.5392 13.6765 12.2167 13.5148L12.1433 13.4753L11.8172 13.2871C11.4074 13.5817 10.9651 13.8283 10.4991 14.0221L10.4995 14.5831C10.5 14.9434 10.3629 15.2904 10.1163 15.5532C9.86972 15.816 9.53215 15.9748 9.17247 15.9972L9.08306 16L6.57153 15.9967C6.19697 15.9961 5.83793 15.847 5.57312 15.5821C5.30831 15.3172 5.15932 14.9581 5.15883 14.5835L5.15788 13.9073C4.76852 13.7244 4.39771 13.5044 4.05059 13.2504L3.44918 13.5967C3.12448 13.7834 2.73902 13.8337 2.37726 13.7367C2.01551 13.6397 1.70698 13.4032 1.5193 13.0791L0.260473 10.9064C0.0799611 10.5945 0.0252226 10.2255 0.107423 9.87467C0.189623 9.52384 0.402569 9.21757 0.702826 9.01835L0.779062 8.97129L1.3913 8.61835C1.34424 8.17129 1.34188 7.71765 1.38706 7.26494L0.707532 6.87247C0.395061 6.69207 0.163305 6.39911 0.0596515 6.05351C-0.0440025 5.70791 -0.0117246 5.33577 0.149885 5.01318L0.189415 4.93976L1.36871 2.89741C1.54919 2.58502 1.84218 2.35337 2.18777 2.2498C2.53336 2.14624 2.90547 2.17859 3.228 2.34023L3.30141 2.37976L3.89436 2.72188C4.28027 2.42082 4.69854 2.1637 5.14141 1.95529L5.14047 1.41694C5.14001 1.05657 5.27707 0.709596 5.52367 0.446813C5.77028 0.184029 6.10786 0.0252343 6.46753 0.00282354L6.55741 0ZM6.55553 1.41506L6.55694 2.85271L5.74377 3.23576C5.39553 3.39906 5.06706 3.60094 4.764 3.83718L4.01247 4.424L2.62941 3.62494L2.59365 3.60518L1.41483 5.64753L2.88636 6.49694L2.79506 7.40612C2.75968 7.7598 2.76078 8.11619 2.79836 8.46965L2.8953 9.38541L1.48494 10.1976L2.7433 12.3704L4.14377 11.5647L4.88636 12.1087C5.15997 12.309 5.45231 12.4823 5.7593 12.6264L6.57106 13.008L6.57388 14.5816L9.08447 14.5849L9.08306 13.0791L9.95553 12.7158C10.3216 12.5635 10.6689 12.3698 10.9908 12.1384L11.7329 11.6047L12.8506 12.2499L14.0289 10.2075L12.9654 9.592L13.0972 8.64847C13.1561 8.22659 13.1628 7.79904 13.1169 7.37553L13.0181 6.45882L14.1555 5.80235L12.8967 3.62965L11.7645 4.28235L11.0214 3.74024C10.686 3.4956 10.3229 3.29152 9.93953 3.13224L9.06894 2.77082L9.06659 1.41835L6.55553 1.41506ZM9.37153 5.47624C10.0214 5.85201 10.4955 6.47036 10.6898 7.19547C10.8841 7.92058 10.7827 8.69316 10.4078 9.34353C10.2223 9.66543 9.97517 9.9476 9.68053 10.1739C9.38589 10.4002 9.04953 10.5662 8.69068 10.6623C8.33183 10.7585 7.95754 10.7829 7.58923 10.7343C7.22092 10.6856 6.86582 10.5648 6.54424 10.3788C5.89445 10.003 5.4204 9.38458 5.2262 8.65948C5.032 7.93438 5.13352 7.16184 5.50847 6.51153C5.69395 6.18963 5.94107 5.90746 6.23571 5.68117C6.53034 5.45488 6.86671 5.28891 7.22556 5.19275C7.58441 5.09659 7.9587 5.07213 8.32701 5.12077C8.69532 5.16942 9.05042 5.29021 9.372 5.47624H9.37153ZM6.73388 7.21835C6.54638 7.54388 6.49567 7.9305 6.5929 8.29336C6.69012 8.65623 6.92733 8.96571 7.25247 9.15388C7.41305 9.24679 7.59037 9.30712 7.77429 9.33143C7.9582 9.35574 8.14511 9.34355 8.32431 9.29556C8.50351 9.24757 8.67149 9.16472 8.81864 9.05174C8.96579 8.93877 9.08923 8.7979 9.18188 8.63718C9.55883 7.98353 9.356 7.15435 8.73435 6.74494L8.66377 6.70118L8.59035 6.66165C8.26834 6.49988 7.89663 6.46742 7.55145 6.57093C7.20626 6.67444 6.91375 6.90608 6.73388 7.21835Z",fill:"#6C6F73"})}):t.type==="file"?w("svg",{width:"18",height:"18",viewBox:"0 0 18 18",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:w("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M11.6861 1L15.2353 4.54635V7.11765V14.6471V15.5882C15.2353 15.9627 15.0866 16.3217 14.8218 16.5865C14.557 16.8513 14.198 17 13.8235 17H4.41176C4.03734 17 3.67825 16.8513 3.4135 16.5865C3.14874 16.3217 3 15.9627 3 15.5882V14.6471V7.11765V2.41176C3 2.03734 3.14874 1.67825 3.4135 1.4135C3.67825 1.14874 4.03734 1 4.41176 1H11.6861ZM11.8692 3.17882V4.74212H13.4334L11.8692 3.17882ZM4.41171 15.5882V14.647V2.41176H10.4574L10.4578 6.15341H13.8235V14.647V15.5882H4.41171ZM12.7739 7.51746H5.46094V8.6155H12.7739V7.51746ZM5.46094 9.98805H12.7739V11.0861H5.46094V9.98805ZM9.5127 12.36H5.46094V13.458H9.5127V12.36Z",fill:"#6C6F73"})}):t.type==="translated"?w("svg",{width:"11",height:"11",viewBox:"0 0 11 11",fill:"none",xmlns:"http://www.w3.org/2000/svg",class:`${VT}-translated-img`,children:[w("circle",{cx:"5.5",cy:"5.5",r:"5.5",fill:"#68CD52"}),w("path",{d:"M1.40857 5.87858L2.24148 5.18962L4.15344 6.64214C4.15344 6.64214 6.33547 4.15566 9.00658 2.48145L9.32541 2.87514C9.32541 2.87514 6.28665 5.55844 4.71735 9.07881L1.40857 5.87858Z",fill:"white"})]}):t.type==="modal-close"?w("svg",{width:"20",height:"20",viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:w("path",{d:"M4.41083 4.41066C4.5671 4.25443 4.77902 4.16667 4.99999 4.16667C5.22096 4.16667 5.43289 4.25443 5.58916 4.41066L9.99999 8.82149L14.4108 4.41066C14.4877 4.33107 14.5797 4.26758 14.6813 4.22391C14.783 4.18023 14.8923 4.15724 15.003 4.15628C15.1136 4.15532 15.2234 4.1764 15.3258 4.21831C15.4282 4.26021 15.5212 4.32208 15.5995 4.40033C15.6777 4.47857 15.7396 4.57162 15.7815 4.67403C15.8234 4.77644 15.8445 4.88618 15.8435 4.99682C15.8426 5.10747 15.8196 5.21682 15.7759 5.31849C15.7322 5.42016 15.6688 5.51212 15.5892 5.58899L11.1783 9.99982L15.5892 14.4107C15.741 14.5678 15.825 14.7783 15.8231 14.9968C15.8212 15.2153 15.7335 15.4243 15.579 15.5788C15.4245 15.7333 15.2155 15.821 14.997 15.8229C14.7785 15.8248 14.568 15.7408 14.4108 15.589L9.99999 11.1782L5.58916 15.589C5.43199 15.7408 5.22149 15.8248 5.00299 15.8229C4.7845 15.821 4.57549 15.7333 4.42098 15.5788C4.26647 15.4243 4.17883 15.2153 4.17693 14.9968C4.17503 14.7783 4.25903 14.5678 4.41083 14.4107L8.82166 9.99982L4.41083 5.58899C4.2546 5.43272 4.16684 5.22079 4.16684 4.99982C4.16684 4.77885 4.2546 4.56693 4.41083 4.41066Z",fill:"#C4C4C4"})}):null}d();d();d();async function $T(t){try{let e=new Date;z.debug("cron task start, next will run at",new Date(e.getTime()+t).toLocaleString()),await oe.storage.local.set({[Wh]:e.toISOString()}),await m5(),ye()||await i2()}catch(e){z.error("run cron task failed",e)}}async function m5(){try{let t=await qn(),e=await de({url:Io}),n=t.buildinConfigUpdatedAt,r=new Date(n),a=e.buildinConfigUpdatedAt,i=new Date(a),o=e.minVersion,s=oe.runtime.getManifest().version;to(s,o)?i>r?(await oe.storage.local.set({buildinConfig:e}),z.info(`sync remote rules success, latest: ${new Date(a).toLocaleString()}`),ma({method:"updateGlobalCtx",data:{}},{tab:{id:1,url:"https://www.fake.com",active:!0}}).catch(u=>{z.error("send content message request failed from cron task",u)})):z.debug(`no need to sync rules, latest: ${r}`):z.info(`local version is too old, please update to ${o} or later`)}catch(t){z.error("sync rules error: ",t)}}d();d();d();d();d();d();var Zg;function sm(t){return[...t.v,(t.i?"!":"")+t.n].join(":")}function ry(t,e=","){return t.map(sm).join(e)}var ay=typeof CSS<"u"&&CSS.escape||(t=>t.replace(/[!"'`*+.,;:\\/<=>?@#$%&^|~()[\]{}]/g,"\\$&").replace(/^\d/,"\\3$& "));function Ec(t){for(var e=9,n=t.length;n--;)e=Math.imul(e^t.charCodeAt(n),1597334677);return"#"+((e^e>>>9)>>>0).toString(36)}function Cc(t,e="@media "){return e+Ln(t).map(n=>(typeof n=="string"&&(n={min:n}),n.raw||Object.keys(n).map(r=>`(${r}-width:${n[r]})`).join(" and "))).join(",")}function Ln(t=[]){return Array.isArray(t)?t:t==null?[]:[t]}function f5(){}var Vt={d:0,b:134217728,c:268435456,a:671088640,u:805306368,o:939524096};function iy(t){return t.match(/[-=:;]/g)?.length||0}function rm(t){return Math.min(/(?:^|width[^\d]+)(\d+(?:.\d+)?)(p)?/.test(t)?Math.max(0,29.63*(+RegExp.$1/(RegExp.$2?15:1))**.137-43):0,15)<<22|Math.min(iy(t),15)<<18}var h5=["rst-c","st-ch","h-chi","y-lin","nk","sited","ecked","pty","ad-on","cus-w","ver","cus","cus-v","tive","sable","tiona","quire"];function um({n:t,i:e,v:n=[]},r,a,i){t&&(t=sm({n:t,i:e,v:n})),i=[...Ln(i)];for(let s of n){let u=r.theme("screens",s);for(let l of Ln(u&&Cc(u)||r.v(s))){var o;i.push(l),a|=u?67108864|rm(l):s=="dark"?1073741824:l[0]=="@"?rm(l):(o=l,1<<~(/:([a-z-]+)/.test(o)&&~h5.indexOf(RegExp.$1.slice(2,7))||-18))}}return{n:t,p:a,r:i,i:e}}var lm=new Map;function YT(t){if(t.d){let e=[],n=Jg(t.r.reduce((r,a)=>a[0]=="@"?(e.push(a),r):a?Jg(r,i=>Jg(a,o=>{let s=/(:merge\(.+?\))(:[a-z-]+|\\[.+])/.exec(o);if(s){let u=i.indexOf(s[1]);return~u?i.slice(0,u)+s[0]+i.slice(u+s[1].length):Xg(i,o)}return Xg(o,i)})):r,"&"),r=>Xg(r,t.n?"."+ay(t.n):""));return n&&e.push(n.replace(/:merge\((.+?)\)/g,"$1")),e.reduceRight((r,a)=>a+"{"+r+"}",t.d)}}function Jg(t,e){return t.replace(/ *((?:\(.+?\)|\[.+?\]|[^,])+) *(,|$)/g,(n,r,a)=>e(r)+a)}function Xg(t,e){return t.replace(/&/g,e)}var QT=new Intl.Collator("en",{numeric:!0});function b5(t,e){for(var n=0,r=t.length;n>1;0>=oy(t[a],e)?n=a+1:r=a}return r}function oy(t,e){let n=t.p&Vt.o;return n==(e.p&Vt.o)&&(n==Vt.b||n==Vt.o)?0:t.p-e.p||t.o-e.o||QT.compare(ZT(t.n),ZT(e.n))||QT.compare(JT(t.n),JT(e.n))}function ZT(t){return(t||"").split(/:/).pop().split("/").pop()||"\0"}function JT(t){return(t||"").replace(/\W/g,e=>String.fromCharCode(127+e.charCodeAt(0)))+"\0"}function em(t,e){return Math.round(parseInt(t,16)*e)}function xa(t,e={}){if(typeof t=="function")return t(e);let{opacityValue:n="1",opacityVariable:r}=e,a=r?`var(${r})`:n;if(t.includes(""))return t.replace("",a);if(t[0]=="#"&&(t.length==4||t.length==7)){let i=(t.length-1)/3,o=[17,1,.062272][i-1];return`rgba(${[em(t.substr(1,i),o),em(t.substr(1+i,i),o),em(t.substr(1+2*i,i),o),a]})`}return a=="1"?t:a=="0"?"#0000":t.replace(/^(rgb|hsl)(\([^)]+)\)$/,`$1a$2,${a})`)}function sy(t,e,n,r,a=[]){return function i(o,{n:s,p:u,r:l=[],i:c},p){let m=[],g="",f=0,T=0;for(let C in o||{}){var b,h;let D=o[C];if(C[0]=="@"){if(!D)continue;if(C[1]=="a"){m.push(...ly(s,u,dm(""+D),p,u,l,c,!0));continue}if(C[1]=="l"){for(let M of Ln(D))m.push(...i(M,{n:s,p:(b=Vt[C[7]],u&~Vt.o|b),r:C[7]=="d"?[]:l,i:c},p));continue}if(C[1]=="i"){m.push(...Ln(D).map(M=>({p:-1,o:0,r:[],d:C+" "+M})));continue}if(C[1]=="k"){m.push({p:Vt.d,o:0,r:[C],d:i(D,{p:Vt.d},p).map(YT).join("")});continue}if(C[1]=="f"){m.push(...Ln(D).map(M=>({p:Vt.d,o:0,r:[C],d:i(M,{p:Vt.d},p).map(YT).join("")})));continue}}if(typeof D!="object"||Array.isArray(D))C=="label"&&D?s=D+Ec(JSON.stringify([u,c,o])):(D||D===0)&&(C=C.replace(/[A-Z]/g,M=>"-"+M.toLowerCase()),T+=1,f=Math.max(f,(h=C)[0]=="-"?0:iy(h)+(/^(?:(border-(?!w|c|sty)|[tlbr].{2,4}m?$|c.{7,8}$)|([fl].{5}l|g.{8}$|pl))/.test(h)?+!!RegExp.$1||-!!RegExp.$2:0)+1),g+=(g?";":"")+Ln(D).map(M=>p.s(C,uy(""+M,p.theme)+(c?" !important":""))).join(";"));else if(C[0]=="@"||C.includes("&")){let M=u;C[0]=="@"&&(C=C.replace(/\bscreen\(([^)]+)\)/g,(B,S)=>{let v=p.theme("screens",S);return v?(M|=67108864,Cc(v,"")):B}),M|=rm(C)),m.push(...i(D,{n:s,p:M,r:[...l,C],i:c},p))}else m.push(...i(D,{p:u,r:[...l,C]},p))}return m.unshift({n:s,p:u,o:Math.max(0,15-T)+1.5*Math.min(f||15,15),r:l,d:g}),m.sort(oy)}(t,um(e,n,r,a),n)}function uy(t,e){return t.replace(/theme\((["'`])?(.+?)\1(?:\s*,\s*(["'`])?(.+?)\3)?\)/g,(n,r,a,i,o="")=>{let s=e(a,o);return typeof s=="function"&&/color|fill|stroke/i.test(a)?xa(s):""+Ln(s).filter(u=>Object(u)!==u)})}function cm(t,e){let n,r=[];for(let a of t)a.d&&a.n?n?.p==a.p&&""+n.r==""+a.r?(n.c=[n.c,a.c].filter(Boolean).join(" "),n.d=n.d+";"+a.d):r.push(n={...a,n:a.n&&e}):r.push({...a,n:a.n&&e});return r}function am(t,e,n=Vt.u,r,a){let i=[];for(let o of t)for(let s of function(u,l,c,p,m){u={...u,i:u.i||m};let g=function(f,T){let b=lm.get(f.n);return b?b(f,T):T.r(f.n,f.v[0]=="dark")}(u,l);return g?typeof g=="string"?({r:p,p:c}=um(u,l,c,p),cm(am(dm(g),l,c,p,u.i),u.n)):Array.isArray(g)?g.map(f=>{var T,b;return{o:0,...f,r:[...Ln(p),...Ln(f.r)],p:(T=c,b=f.p??c,T&~Vt.o|b)}}):sy(g,u,l,c,p):[{c:sm(u),p:0,o:0,r:[]}]}(o,e,n,r,a))i.splice(b5(i,s),0,s);return i}function ly(t,e,n,r,a,i,o,s){return cm((s?n.flatMap(u=>am([u],r,a,i,o)):am(n,r,a,i,o)).map(u=>u.p&Vt.o&&(u.n||e==Vt.b)?{...u,p:u.p&~Vt.o|e,o:0}:u),t)}function T5(t,e,n,r){var a;return a=(i,o)=>{let{n:s,p:u,r:l,i:c}=um(i,o,e);return n&&ly(s,e,n,o,u,l,c,r)},lm.set(t,a),t}function tm(t,e,n){if(t[t.length-1]!="("){let r=[],a=!1,i=!1,o="";for(let s of t)if(!(s=="("||/[~@]$/.test(s))){if(s[0]=="!"&&(s=s.slice(1),a=!a),s.endsWith(":")){r[s=="dark:"?"unshift":"push"](s.slice(0,-1));continue}s[0]=="-"&&(s=s.slice(1),i=!i),s.endsWith("-")&&(s=s.slice(0,-1)),s&&s!="&"&&(o+=(o&&"-")+s)}o&&(i&&(o="-"+o),e[0].push({n:o,v:r.filter(y5),i:a}))}}function y5(t,e,n){return n.indexOf(t)==e}var XT=new Map;function dm(t){let e=XT.get(t);if(!e){let n=[],r=[[]],a=0,i=0,o=null,s=0,u=(l,c=0)=>{a!=s&&(n.push(t.slice(a,s+c)),l&&tm(n,r)),a=s+1};for(;s1?p.slice(0,-1)+Ec(JSON.stringify([p,m])):p+"("+ry(m)+")",Vt.a,m,/@$/.test(p))],r)}c=n.lastIndexOf("(",c-1)}n.length=c+1}else/[~@]/.test(l)&&t[s+1]=="("&&r.unshift([])}u(!0),XT.set(t,e=r[0])}return e}function cy(t,e,n){return e.reduce((r,a,i)=>r+n(a)+t[i+1],t[0])}function dy(t,e){return Array.isArray(t)&&Array.isArray(t.raw)?cy(t,e,n=>nm(n).trim()):e.filter(Boolean).reduce((n,r)=>n+nm(r),t?nm(t):"")}function nm(t){let e,n="";if(t&&typeof t=="object")if(Array.isArray(t))(e=dy(t[0],t.slice(1)))&&(n+=" "+e);else for(let r in t)t[r]&&(n+=" "+r);else t!=null&&typeof t!="boolean"&&(n+=" "+t);return n}var AX=py("@"),kX=py("~");function py(t){return new Proxy(function(n,...r){return e("",n,r)},{get(n,r){return r in n?n[r]:function(a,...i){return e(r,a,i)}}});function e(n,r,a){return ry(dm(n+t+"("+dy(r,a)+")"))}}function im(t,e){return Array.isArray(t)?ey(cy(t,e,n=>n!=null&&typeof n!="boolean"?n:"")):typeof t=="string"?ey(t):[t]}var v5=/ *(?:(?:([\u0080-\uFFFF\w-%@]+) *:? *([^{;]+?);|([^;}{]*?) *{)|(}))/g;function ey(t){let e;t=t.replace(/\/\*[^]*?\*\/|\s\s+|\n/gm," ");let n=[{}],r=[n[0]],a=[];for(;e=v5.exec(t);)e[4]&&(n.shift(),a.shift()),e[3]?(a.unshift(e[3]),n.unshift({}),r.push(a.reduce((i,o)=>({[o]:i}),n[0]))):e[4]||(n[0][e[1]]&&(n.unshift({}),r.push(a.reduce((i,o)=>({[o]:i}),n[0]))),n[0][e[1]]=e[2]);return r}function gy(t,...e){var n;let r=im(t,e),a=(r.find(i=>i.label)?.label||"css")+Ec(JSON.stringify(r));return n=(i,o)=>cm(r.flatMap(s=>sy(s,i,o,Vt.o)),a),lm.set(a,n),a}var PX=new Proxy(function(t,e){return ty("animation",t,e)},{get(t,e){return e in t?t[e]:function(n,r){return ty(e,n,r)}}});function ty(t,e,n){return{toString(){return gy({label:t,"@layer components":{...typeof e=="object"?e:{animation:e},animationName:""+n}})}}}function ee(t,e,n){return[t,S5(e,n)]}function S5(t,e){return typeof t=="function"?t:typeof t=="string"&&/^[\w-]+$/.test(t)?(n,r)=>({[t]:e?e(n,r):om(n,1)}):n=>t||{[n[1]]:om(n,2)}}function om(t,e,n=t.slice(e).find(Boolean)||t.$$||t.input){return t.input[0]=="-"?`calc(${n} * -1)`:n}function ne(t,e,n,r){return[t,x5(e,n,r)]}function x5(t,e,n){let r=typeof e=="string"?(a,i)=>({[e]:n?n(a,i):a._}):e||(({1:a,_:i},o,s)=>({[a||s]:i}));return(a,i)=>{let o=my(t||a[1]),s=i.theme(o,a.$$)??go(a.$$,o,i);if(s!=null)return a._=om(a,0,s),r(a,i,o)}}function Bt(t,e={},n){return[t,E5(e,n)]}function E5(t={},e){return(n,r)=>{let{section:a=my(n[0]).replace("-","")+"Color"}=t,[i,o]=C5(n.$$);if(!i)return;let s=r.theme(a,i)||go(i,a,r);if(!s||typeof s=="object")return;let{opacityVariable:u=`--tw-${n[0].replace(/-$/,"")}-opacity`,opacitySection:l=a.replace("Color","Opacity"),property:c=a,selector:p}=t,m=r.theme(l,o||"DEFAULT")||o&&go(o,l,r),g=e||(({_:T})=>{let b=Us(c,T);return p?{[p]:b}:b});n._={value:xa(s,{opacityVariable:u||void 0,opacityValue:m||void 0}),color:T=>xa(s,T),opacityVariable:u||void 0,opacityValue:m||void 0};let f=g(n,r);if(!n.dark){let T=r.d(a,i,s);T&&T!==s&&(n._={value:xa(T,{opacityVariable:u||void 0,opacityValue:m||"1"}),color:b=>xa(T,b),opacityVariable:u||void 0,opacityValue:m||void 0},f={"&":f,[r.v("dark")]:g(n,r)})}return f}}function C5(t){return(t.match(/^(\[[^\]]+]|[^/]+?)(?:\/(.+))?$/)||[]).slice(1)}function Us(t,e){let n={};return typeof e=="string"?n[t]=e:(e.opacityVariable&&e.value.includes(e.opacityVariable)&&(n[e.opacityVariable]=e.opacityValue||"1"),n[t]=e.value),n}function go(t,e,n){if(t[0]=="["&&t.slice(-1)=="]"){if(t=xc(uy(t.slice(1,-1),n.theme)),!e)return t;if(!(/color|fill|stroke/i.test(e)&&!(/^color:/.test(t)||/^(#|((hsl|rgb)a?|hwb|lab|lch|color)\(|[a-z]+$)/.test(t))||/image/i.test(e)&&!(/^image:/.test(t)||/^[a-z-]+\(/.test(t))||/weight/i.test(e)&&!(/^(number|any):/.test(t)||/^\d+$/.test(t))||/position/i.test(e)&&/^(length|size):/.test(t)))return t.replace(/^[a-z-]+:/,"")}}function my(t){return t.replace(/-./g,e=>e[1].toUpperCase())}function xc(t){return t.includes("url(")?t.replace(/(.*?)(url\(.*?\))(.*?)/g,(e,n="",r,a="")=>xc(n)+r+xc(a)):t.replace(/(^|[^\\])_+/g,(e,n)=>n+" ".repeat(e.length-n.length)).replace(/\\_/g,"_").replace(/(calc|min|max|clamp)\(.+\)/g,e=>e.replace(/(-?\d*\.?\d(?!\b-.+[,)](?![^+\-/*])\D)(?:%|[a-z]+)?|\))([+\-/*])/g,"$1 $2 "))}var LX=Symbol();var fy=new Proxy(f5,{apply(t,e,n){return Zg(n[0])},get(t,e){let n=Zg[e];return typeof n=="function"?function(){return n.apply(Zg,arguments)}:n}});var _X=function t(e){return new Proxy(function(n,...r){return ny(e,"",n,r)},{get(n,r){return r==="bind"?t:r in n?n[r]:function(a,...i){return ny(e,r,a,i)}}})}();function ny(t,e,n,r){return{toString(){let a=im(n,r),i=ay(e+Ec(JSON.stringify([e,a])));return(typeof t=="function"?t:fy)(gy({[`@keyframes ${i}`]:im(n,r)})),i}}}d();d();d();d();d();var hy={screens:{sm:"640px",md:"768px",lg:"1024px",xl:"1280px","2xl":"1536px"},columns:{auto:"auto","3xs":"16rem","2xs":"18rem",xs:"20rem",sm:"24rem",md:"28rem",lg:"32rem",xl:"36rem","2xl":"42rem","3xl":"48rem","4xl":"56rem","5xl":"64rem","6xl":"72rem","7xl":"80rem"},spacing:{px:"1px",0:"0px",..._n(4,"rem",4,.5,.5),..._n(12,"rem",4,5),14:"3.5rem",..._n(64,"rem",4,16,4),72:"18rem",80:"20rem",96:"24rem"},durations:{75:"75ms",100:"100ms",150:"150ms",200:"200ms",300:"300ms",500:"500ms",700:"700ms",1e3:"1000ms"},animation:{none:"none",spin:"spin 1s linear infinite",ping:"ping 1s cubic-bezier(0,0,0.2,1) infinite",pulse:"pulse 2s cubic-bezier(0.4,0,0.6,1) infinite",bounce:"bounce 1s infinite"},aspectRatio:{auto:"auto",square:"1/1",video:"16/9"},backdropBlur:We("blur"),backdropBrightness:We("brightness"),backdropContrast:We("contrast"),backdropGrayscale:We("grayscale"),backdropHueRotate:We("hueRotate"),backdropInvert:We("invert"),backdropOpacity:We("opacity"),backdropSaturate:We("saturate"),backdropSepia:We("sepia"),backgroundColor:We("colors"),backgroundImage:{none:"none"},backgroundOpacity:We("opacity"),backgroundSize:{auto:"auto",cover:"cover",contain:"contain"},blur:{none:"none",0:"0",sm:"4px",DEFAULT:"8px",md:"12px",lg:"16px",xl:"24px","2xl":"40px","3xl":"64px"},brightness:{..._n(200,"",100,0,50),..._n(110,"",100,90,5),75:"0.75",125:"1.25"},borderColor:({theme:t})=>({DEFAULT:t("colors.gray.200","currentColor"),...t("colors")}),borderOpacity:We("opacity"),borderRadius:{none:"0px",sm:"0.125rem",DEFAULT:"0.25rem",md:"0.375rem",lg:"0.5rem",xl:"0.75rem","2xl":"1rem","3xl":"1.5rem","1/2":"50%",full:"9999px"},borderSpacing:We("spacing"),borderWidth:{DEFAULT:"1px",...jn(8,"px")},boxShadow:{sm:"0 1px 2px 0 rgba(0,0,0,0.05)",DEFAULT:"0 1px 3px 0 rgba(0,0,0,0.1), 0 1px 2px -1px rgba(0,0,0,0.1)",md:"0 4px 6px -1px rgba(0,0,0,0.1), 0 2px 4px -2px rgba(0,0,0,0.1)",lg:"0 10px 15px -3px rgba(0,0,0,0.1), 0 4px 6px -4px rgba(0,0,0,0.1)",xl:"0 20px 25px -5px rgba(0,0,0,0.1), 0 8px 10px -6px rgba(0,0,0,0.1)","2xl":"0 25px 50px -12px rgba(0,0,0,0.25)",inner:"inset 0 2px 4px 0 rgba(0,0,0,0.05)",none:"0 0 #0000"},boxShadowColor:We("colors"),caretColor:We("colors"),accentColor:({theme:t})=>({auto:"auto",...t("colors")}),contrast:{..._n(200,"",100,0,50),75:"0.75",125:"1.25"},content:{none:"none"},divideColor:We("borderColor"),divideOpacity:We("borderOpacity"),divideWidth:We("borderWidth"),dropShadow:{sm:"0 1px 1px rgba(0,0,0,0.05)",DEFAULT:["0 1px 2px rgba(0,0,0,0.1)","0 1px 1px rgba(0,0,0,0.06)"],md:["0 4px 3px rgba(0,0,0,0.07)","0 2px 2px rgba(0,0,0,0.06)"],lg:["0 10px 8px rgba(0,0,0,0.04)","0 4px 3px rgba(0,0,0,0.1)"],xl:["0 20px 13px rgba(0,0,0,0.03)","0 8px 5px rgba(0,0,0,0.08)"],"2xl":"0 25px 25px rgba(0,0,0,0.15)",none:"0 0 #0000"},fill:({theme:t})=>({...t("colors"),none:"none"}),grayscale:{DEFAULT:"100%",0:"0"},hueRotate:{0:"0deg",15:"15deg",30:"30deg",60:"60deg",90:"90deg",180:"180deg"},invert:{DEFAULT:"100%",0:"0"},flex:{1:"1 1 0%",auto:"1 1 auto",initial:"0 1 auto",none:"none"},flexBasis:({theme:t})=>({...t("spacing"),...qs(2,6),...qs(12,12),auto:"auto",full:"100%"}),flexGrow:{DEFAULT:1,0:0},flexShrink:{DEFAULT:1,0:0},fontFamily:{sans:'ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji"'.split(","),serif:'ui-serif,Georgia,Cambria,"Times New Roman",Times,serif'.split(","),mono:'ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace'.split(",")},fontSize:{xs:["0.75rem","1rem"],sm:["0.875rem","1.25rem"],base:["1rem","1.5rem"],lg:["1.125rem","1.75rem"],xl:["1.25rem","1.75rem"],"2xl":["1.5rem","2rem"],"3xl":["1.875rem","2.25rem"],"4xl":["2.25rem","2.5rem"],"5xl":["3rem","1"],"6xl":["3.75rem","1"],"7xl":["4.5rem","1"],"8xl":["6rem","1"],"9xl":["8rem","1"]},fontWeight:{thin:"100",extralight:"200",light:"300",normal:"400",medium:"500",semibold:"600",bold:"700",extrabold:"800",black:"900"},gap:We("spacing"),gradientColorStops:We("colors"),gridAutoColumns:{auto:"auto",min:"min-content",max:"max-content",fr:"minmax(0,1fr)"},gridAutoRows:{auto:"auto",min:"min-content",max:"max-content",fr:"minmax(0,1fr)"},gridColumn:{auto:"auto","span-full":"1 / -1"},gridRow:{auto:"auto","span-full":"1 / -1"},gridTemplateColumns:{none:"none"},gridTemplateRows:{none:"none"},height:({theme:t})=>({...t("spacing"),...qs(2,6),min:"min-content",max:"max-content",fit:"fit-content",auto:"auto",full:"100%",screen:"100vh"}),inset:({theme:t})=>({...t("spacing"),...qs(2,4),auto:"auto",full:"100%"}),keyframes:{spin:{from:{transform:"rotate(0deg)"},to:{transform:"rotate(360deg)"}},ping:{"0%":{transform:"scale(1)",opacity:"1"},"75%,100%":{transform:"scale(2)",opacity:"0"}},pulse:{"0%,100%":{opacity:"1"},"50%":{opacity:".5"}},bounce:{"0%, 100%":{transform:"translateY(-25%)",animationTimingFunction:"cubic-bezier(0.8,0,1,1)"},"50%":{transform:"none",animationTimingFunction:"cubic-bezier(0,0,0.2,1)"}}},letterSpacing:{tighter:"-0.05em",tight:"-0.025em",normal:"0em",wide:"0.025em",wider:"0.05em",widest:"0.1em"},lineHeight:{..._n(10,"rem",4,3),none:"1",tight:"1.25",snug:"1.375",normal:"1.5",relaxed:"1.625",loose:"2"},margin:({theme:t})=>({auto:"auto",...t("spacing")}),maxHeight:({theme:t})=>({full:"100%",min:"min-content",max:"max-content",fit:"fit-content",screen:"100vh",...t("spacing")}),maxWidth:({theme:t,breakpoints:e})=>({...e(t("screens")),none:"none",0:"0rem",xs:"20rem",sm:"24rem",md:"28rem",lg:"32rem",xl:"36rem","2xl":"42rem","3xl":"48rem","4xl":"56rem","5xl":"64rem","6xl":"72rem","7xl":"80rem",full:"100%",min:"min-content",max:"max-content",fit:"fit-content",prose:"65ch"}),minHeight:{0:"0px",full:"100%",min:"min-content",max:"max-content",fit:"fit-content",screen:"100vh"},minWidth:{0:"0px",full:"100%",min:"min-content",max:"max-content",fit:"fit-content"},opacity:{..._n(100,"",100,0,10),5:"0.05",25:"0.25",75:"0.75",95:"0.95"},order:{first:"-9999",last:"9999",none:"0"},padding:We("spacing"),placeholderColor:We("colors"),placeholderOpacity:We("opacity"),outlineColor:We("colors"),outlineOffset:jn(8,"px"),outlineWidth:jn(8,"px"),ringColor:({theme:t})=>({...t("colors"),DEFAULT:"#3b82f6"}),ringOffsetColor:We("colors"),ringOffsetWidth:jn(8,"px"),ringOpacity:({theme:t})=>({...t("opacity"),DEFAULT:"0.5"}),ringWidth:{DEFAULT:"3px",...jn(8,"px")},rotate:{...jn(2,"deg"),...jn(12,"deg",3),...jn(180,"deg",45)},saturate:_n(200,"",100,0,50),scale:{..._n(150,"",100,0,50),..._n(110,"",100,90,5),75:"0.75",125:"1.25"},scrollMargin:We("spacing"),scrollPadding:We("spacing"),sepia:{0:"0",DEFAULT:"100%"},skew:{...jn(2,"deg"),...jn(12,"deg",3)},space:We("spacing"),stroke:({theme:t})=>({...t("colors"),none:"none"}),strokeWidth:_n(2),textColor:We("colors"),textDecorationColor:We("colors"),textDecorationThickness:{"from-font":"from-font",auto:"auto",...jn(8,"px")},textUnderlineOffset:{auto:"auto",...jn(8,"px")},textIndent:We("spacing"),textOpacity:We("opacity"),transitionDuration:({theme:t})=>({...t("durations"),DEFAULT:"150ms"}),transitionDelay:We("durations"),transitionProperty:{none:"none",all:"all",DEFAULT:"color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter",colors:"color,background-color,border-color,text-decoration-color,fill,stroke",opacity:"opacity",shadow:"box-shadow",transform:"transform"},transitionTimingFunction:{DEFAULT:"cubic-bezier(0.4,0,0.2,1)",linear:"linear",in:"cubic-bezier(0.4,0,1,1)",out:"cubic-bezier(0,0,0.2,1)","in-out":"cubic-bezier(0.4,0,0.2,1)"},translate:({theme:t})=>({...t("spacing"),...qs(2,4),full:"100%"}),width:({theme:t})=>({min:"min-content",max:"max-content",fit:"fit-content",screen:"100vw",...t("flexBasis")}),willChange:{scroll:"scroll-position"},zIndex:{..._n(50,"",1,0,10),auto:"auto"}};function qs(t,e){let n={};do for(var r=1;re(t)}var YX={"*,::before,::after":{boxSizing:"border-box",borderWidth:"0",borderStyle:"solid",borderColor:"theme(borderColor.DEFAULT, currentColor)"},"::before,::after":{"--tw-content":"''"},html:{lineHeight:1.5,WebkitTextSizeAdjust:"100%",MozTabSize:"4",tabSize:4,fontFamily:`theme(fontFamily.sans, ${hy.fontFamily.sans})`,fontFeatureSettings:"theme(fontFamily.sans[1].fontFeatureSettings, normal)"},body:{margin:"0",lineHeight:"inherit"},hr:{height:"0",color:"inherit",borderTopWidth:"1px"},"abbr:where([title])":{textDecoration:"underline dotted"},"h1,h2,h3,h4,h5,h6":{fontSize:"inherit",fontWeight:"inherit"},a:{color:"inherit",textDecoration:"inherit"},"b,strong":{fontWeight:"bolder"},"code,kbd,samp,pre":{fontFamily:`theme(fontFamily.mono, ${hy.fontFamily.mono})`,fontFeatureSettings:"theme(fontFamily.mono[1].fontFeatureSettings, normal)",fontSize:"1em"},small:{fontSize:"80%"},"sub,sup":{fontSize:"75%",lineHeight:0,position:"relative",verticalAlign:"baseline"},sub:{bottom:"-0.25em"},sup:{top:"-0.5em"},table:{textIndent:"0",borderColor:"inherit",borderCollapse:"collapse"},"button,input,optgroup,select,textarea":{fontFamily:"inherit",fontSize:"100%",lineHeight:"inherit",color:"inherit",margin:"0",padding:"0"},"button,select":{textTransform:"none"},"button,[type='button'],[type='reset'],[type='submit']":{WebkitAppearance:"button",backgroundColor:"transparent",backgroundImage:"none"},":-moz-focusring":{outline:"auto"},":-moz-ui-invalid":{boxShadow:"none"},progress:{verticalAlign:"baseline"},"::-webkit-inner-spin-button,::-webkit-outer-spin-button":{height:"auto"},"[type='search']":{WebkitAppearance:"textfield",outlineOffset:"-2px"},"::-webkit-search-decoration":{WebkitAppearance:"none"},"::-webkit-file-upload-button":{WebkitAppearance:"button",font:"inherit"},summary:{display:"list-item"},"blockquote,dl,dd,h1,h2,h3,h4,h5,h6,hr,figure,p,pre":{margin:"0"},fieldset:{margin:"0",padding:"0"},legend:{padding:"0"},"ol,ul,menu":{listStyle:"none",margin:"0",padding:"0"},textarea:{resize:"vertical"},"input::placeholder,textarea::placeholder":{opacity:1,color:"theme(colors.gray.400, #9ca3af)"},'button,[role="button"]':{cursor:"pointer"},":disabled":{cursor:"default"},"img,svg,video,canvas,audio,iframe,embed,object":{display:"block",verticalAlign:"middle"},"img,video":{maxWidth:"100%",height:"auto"},"[hidden]":{display:"none"}},ZX=[ee("\\[([-\\w]+):(.+)]",({1:t,2:e},n)=>({"@layer overrides":{"&":{[t]:go(`[${e}]`,"",n)}}})),ee("(group|peer)([~/][^-[]+)?",({input:t},{h:e})=>[{c:e(t)}]),ne("aspect-","aspectRatio"),ee("container",(t,{theme:e})=>{let{screens:n=e("screens"),center:r,padding:a}=e("container"),i={width:"100%",marginRight:r&&"auto",marginLeft:r&&"auto",...o("xs")};for(let s in n){let u=n[s];typeof u=="string"&&(i[Cc(u)]={"&":{maxWidth:u,...o(s)}})}return i;function o(s){let u=a&&(typeof a=="string"?a:a[s]||a.DEFAULT);if(u)return{paddingRight:u,paddingLeft:u}}}),ne("content-","content",({_:t})=>({"--tw-content":t,content:"var(--tw-content)"})),ee("(?:box-)?decoration-(slice|clone)","boxDecorationBreak"),ee("box-(border|content)","boxSizing",({1:t})=>t+"-box"),ee("hidden",{display:"none"}),ee("table-(auto|fixed)","tableLayout"),ee(["(block|flex|table|grid|inline|contents|flow-root|list-item)","(inline-(block|flex|table|grid))","(table-(caption|cell|column|row|(column|row|footer|header)-group))"],"display"),"(float)-(left|right|none)","(clear)-(left|right|none|both)","(overflow(?:-[xy])?)-(auto|hidden|clip|visible|scroll)","(isolation)-(auto)",ee("isolate","isolation"),ee("object-(contain|cover|fill|none|scale-down)","objectFit"),ne("object-","objectPosition"),ee("object-(top|bottom|center|(left|right)(-(top|bottom))?)","objectPosition",wc),ee("overscroll(-[xy])?-(auto|contain|none)",({1:t="",2:e})=>({["overscroll-behavior"+t]:e})),ee("(static|fixed|absolute|relative|sticky)","position"),ne("-?inset(-[xy])?(?:$|-)","inset",({1:t,_:e})=>({top:t!="-x"&&e,right:t!="-y"&&e,bottom:t!="-x"&&e,left:t!="-y"&&e})),ne("-?(top|bottom|left|right)(?:$|-)","inset"),ee("(visible|collapse)","visibility"),ee("invisible",{visibility:"hidden"}),ne("-?z-","zIndex"),ee("flex-((row|col)(-reverse)?)","flexDirection",by),ee("flex-(wrap|wrap-reverse|nowrap)","flexWrap"),ne("(flex-(?:grow|shrink))(?:$|-)"),ne("(flex)-"),ne("grow(?:$|-)","flexGrow"),ne("shrink(?:$|-)","flexShrink"),ne("basis-","flexBasis"),ne("-?(order)-"),"-?(order)-(\\d+)",ne("grid-cols-","gridTemplateColumns"),ee("grid-cols-(\\d+)","gridTemplateColumns",Sy),ne("col-","gridColumn"),ee("col-(span)-(\\d+)","gridColumn",vy),ne("col-start-","gridColumnStart"),ee("col-start-(auto|\\d+)","gridColumnStart"),ne("col-end-","gridColumnEnd"),ee("col-end-(auto|\\d+)","gridColumnEnd"),ne("grid-rows-","gridTemplateRows"),ee("grid-rows-(\\d+)","gridTemplateRows",Sy),ne("row-","gridRow"),ee("row-(span)-(\\d+)","gridRow",vy),ne("row-start-","gridRowStart"),ee("row-start-(auto|\\d+)","gridRowStart"),ne("row-end-","gridRowEnd"),ee("row-end-(auto|\\d+)","gridRowEnd"),ee("grid-flow-((row|col)(-dense)?)","gridAutoFlow",t=>wc(by(t))),ee("grid-flow-(dense)","gridAutoFlow"),ne("auto-cols-","gridAutoColumns"),ne("auto-rows-","gridAutoRows"),ne("gap-x(?:$|-)","gap","columnGap"),ne("gap-y(?:$|-)","gap","rowGap"),ne("gap(?:$|-)","gap"),"(justify-(?:items|self))-",ee("justify-","justifyContent",Ty),ee("(content|items|self)-",t=>({["align-"+t[1]]:Ty(t)})),ee("(place-(content|items|self))-",({1:t,$$:e})=>({[t]:("wun".includes(e[3])?"space-":"")+e})),ne("p([xytrbl])?(?:$|-)","padding",mo("padding")),ne("-?m([xytrbl])?(?:$|-)","margin",mo("margin")),ne("-?space-(x|y)(?:$|-)","space",({1:t,_:e})=>({"&>:not([hidden])~:not([hidden])":{[`--tw-space-${t}-reverse`]:"0",["margin-"+{y:"top",x:"left"}[t]]:`calc(${e} * calc(1 - var(--tw-space-${t}-reverse)))`,["margin-"+{y:"bottom",x:"right"}[t]]:`calc(${e} * var(--tw-space-${t}-reverse))`}})),ee("space-(x|y)-reverse",({1:t})=>({"&>:not([hidden])~:not([hidden])":{[`--tw-space-${t}-reverse`]:"1"}})),ne("w-","width"),ne("min-w-","minWidth"),ne("max-w-","maxWidth"),ne("h-","height"),ne("min-h-","minHeight"),ne("max-h-","maxHeight"),ne("font-","fontWeight"),ne("font-","fontFamily",({_:t})=>typeof(t=Ln(t))[1]=="string"?{fontFamily:ir(t)}:{fontFamily:ir(t[0]),...t[1]}),ee("antialiased",{WebkitFontSmoothing:"antialiased",MozOsxFontSmoothing:"grayscale"}),ee("subpixel-antialiased",{WebkitFontSmoothing:"auto",MozOsxFontSmoothing:"auto"}),ee("italic","fontStyle"),ee("not-italic",{fontStyle:"normal"}),ee("(ordinal|slashed-zero|(normal|lining|oldstyle|proportional|tabular)-nums|(diagonal|stacked)-fractions)",({1:t,2:e="",3:n})=>e=="normal"?{fontVariantNumeric:"normal"}:{["--tw-"+(n?"numeric-fraction":"pt".includes(e[0])?"numeric-spacing":e?"numeric-figure":t)]:t,fontVariantNumeric:"var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction)",...Ea({"--tw-ordinal":"var(--tw-empty,/*!*/ /*!*/)","--tw-slashed-zero":"var(--tw-empty,/*!*/ /*!*/)","--tw-numeric-figure":"var(--tw-empty,/*!*/ /*!*/)","--tw-numeric-spacing":"var(--tw-empty,/*!*/ /*!*/)","--tw-numeric-fraction":"var(--tw-empty,/*!*/ /*!*/)"})}),ne("tracking-","letterSpacing"),ne("leading-","lineHeight"),ee("list-(inside|outside)","listStylePosition"),ne("list-","listStyleType"),ee("list-","listStyleType"),ne("placeholder-opacity-","placeholderOpacity",({_:t})=>({"&::placeholder":{"--tw-placeholder-opacity":t}})),Bt("placeholder-",{property:"color",selector:"&::placeholder"}),ee("text-(left|center|right|justify|start|end)","textAlign"),ee("text-(ellipsis|clip)","textOverflow"),ne("text-opacity-","textOpacity","--tw-text-opacity"),Bt("text-",{property:"color"}),ne("text-","fontSize",({_:t})=>typeof t=="string"?{fontSize:t}:{fontSize:t[0],...typeof t[1]=="string"?{lineHeight:t[1]}:t[1]}),ne("indent-","textIndent"),ee("(overline|underline|line-through)","textDecorationLine"),ee("no-underline",{textDecorationLine:"none"}),ne("underline-offset-","textUnderlineOffset"),Bt("decoration-",{section:"textDecorationColor",opacityVariable:!1,opacitySection:"opacity"}),ne("decoration-","textDecorationThickness"),ee("decoration-","textDecorationStyle"),ee("(uppercase|lowercase|capitalize)","textTransform"),ee("normal-case",{textTransform:"none"}),ee("truncate",{overflow:"hidden",whiteSpace:"nowrap",textOverflow:"ellipsis"}),ee("align-","verticalAlign"),ee("whitespace-","whiteSpace"),ee("break-normal",{wordBreak:"normal",overflowWrap:"normal"}),ee("break-words",{overflowWrap:"break-word"}),ee("break-all",{wordBreak:"break-all"}),ee("break-keep",{wordBreak:"keep-all"}),Bt("caret-",{opacityVariable:!1,opacitySection:"opacity"}),Bt("accent-",{opacityVariable:!1,opacitySection:"opacity"}),ee("bg-gradient-to-([trbl]|[tb][rl])","backgroundImage",({1:t})=>`linear-gradient(to ${ni(t," ")},var(--tw-gradient-stops))`),Bt("from-",{section:"gradientColorStops",opacityVariable:!1,opacitySection:"opacity"},({_:t})=>({"--tw-gradient-from":t.value,"--tw-gradient-to":t.color({opacityValue:"0"}),"--tw-gradient-stops":"var(--tw-gradient-from),var(--tw-gradient-to)"})),Bt("via-",{section:"gradientColorStops",opacityVariable:!1,opacitySection:"opacity"},({_:t})=>({"--tw-gradient-to":t.color({opacityValue:"0"}),"--tw-gradient-stops":`var(--tw-gradient-from),${t.value},var(--tw-gradient-to)`})),Bt("to-",{section:"gradientColorStops",property:"--tw-gradient-to",opacityVariable:!1,opacitySection:"opacity"}),ee("bg-(fixed|local|scroll)","backgroundAttachment"),ee("bg-origin-(border|padding|content)","backgroundOrigin",({1:t})=>t+"-box"),ee(["bg-(no-repeat|repeat(-[xy])?)","bg-repeat-(round|space)"],"backgroundRepeat"),ee("bg-blend-","backgroundBlendMode"),ee("bg-clip-(border|padding|content|text)","backgroundClip",({1:t})=>t+(t=="text"?"":"-box")),ne("bg-opacity-","backgroundOpacity","--tw-bg-opacity"),Bt("bg-",{section:"backgroundColor"}),ne("bg-","backgroundImage"),ne("bg-","backgroundPosition"),ee("bg-(top|bottom|center|(left|right)(-(top|bottom))?)","backgroundPosition",wc),ne("bg-","backgroundSize"),ne("rounded(?:$|-)","borderRadius"),ne("rounded-([trbl]|[tb][rl])(?:$|-)","borderRadius",({1:t,_:e})=>{let n={t:["tl","tr"],r:["tr","br"],b:["bl","br"],l:["bl","tl"]}[t]||[t,t];return{[`border-${ni(n[0])}-radius`]:e,[`border-${ni(n[1])}-radius`]:e}}),ee("border-(collapse|separate)","borderCollapse"),ne("border-opacity(?:$|-)","borderOpacity","--tw-border-opacity"),ee("border-(solid|dashed|dotted|double|none)","borderStyle"),ne("border-spacing(-[xy])?(?:$|-)","borderSpacing",({1:t,_:e})=>({...Ea({"--tw-border-spacing-x":"0","--tw-border-spacing-y":"0"}),["--tw-border-spacing"+(t||"-x")]:e,["--tw-border-spacing"+(t||"-y")]:e,"border-spacing":"var(--tw-border-spacing-x) var(--tw-border-spacing-y)"})),Bt("border-([xytrbl])-",{section:"borderColor"},mo("border","Color")),Bt("border-"),ne("border-([xytrbl])(?:$|-)","borderWidth",mo("border","Width")),ne("border(?:$|-)","borderWidth"),ne("divide-opacity(?:$|-)","divideOpacity",({_:t})=>({"&>:not([hidden])~:not([hidden])":{"--tw-divide-opacity":t}})),ee("divide-(solid|dashed|dotted|double|none)",({1:t})=>({"&>:not([hidden])~:not([hidden])":{borderStyle:t}})),ee("divide-([xy]-reverse)",({1:t})=>({"&>:not([hidden])~:not([hidden])":{["--tw-divide-"+t]:"1"}})),ne("divide-([xy])(?:$|-)","divideWidth",({1:t,_:e})=>{let n={x:"lr",y:"tb"}[t];return{"&>:not([hidden])~:not([hidden])":{[`--tw-divide-${t}-reverse`]:"0",[`border-${ni(n[0])}Width`]:`calc(${e} * calc(1 - var(--tw-divide-${t}-reverse)))`,[`border-${ni(n[1])}Width`]:`calc(${e} * var(--tw-divide-${t}-reverse))`}}}),Bt("divide-",{property:"borderColor",selector:"&>:not([hidden])~:not([hidden])"}),ne("ring-opacity(?:$|-)","ringOpacity","--tw-ring-opacity"),Bt("ring-offset-",{property:"--tw-ring-offset-color",opacityVariable:!1}),ne("ring-offset(?:$|-)","ringOffsetWidth","--tw-ring-offset-width"),ee("ring-inset",{"--tw-ring-inset":"inset"}),Bt("ring-",{property:"--tw-ring-color"}),ne("ring(?:$|-)","ringWidth",({_:t},{theme:e})=>({...Ea({"--tw-ring-offset-shadow":"0 0 #0000","--tw-ring-shadow":"0 0 #0000","--tw-shadow":"0 0 #0000","--tw-shadow-colored":"0 0 #0000","&":{"--tw-ring-inset":"var(--tw-empty,/*!*/ /*!*/)","--tw-ring-offset-width":e("ringOffsetWidth","","0px"),"--tw-ring-offset-color":xa(e("ringOffsetColor","","#fff")),"--tw-ring-color":xa(e("ringColor","","#93c5fd"),{opacityVariable:"--tw-ring-opacity"}),"--tw-ring-opacity":e("ringOpacity","","0.5")}}),"--tw-ring-offset-shadow":"var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color)","--tw-ring-shadow":`var(--tw-ring-inset) 0 0 0 calc(${t} + var(--tw-ring-offset-width)) var(--tw-ring-color)`,boxShadow:"var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)"})),Bt("shadow-",{section:"boxShadowColor",opacityVariable:!1,opacitySection:"opacity"},({_:t})=>({"--tw-shadow-color":t.value,"--tw-shadow":"var(--tw-shadow-colored)"})),ne("shadow(?:$|-)","boxShadow",({_:t})=>({...Ea({"--tw-ring-offset-shadow":"0 0 #0000","--tw-ring-shadow":"0 0 #0000","--tw-shadow":"0 0 #0000","--tw-shadow-colored":"0 0 #0000"}),"--tw-shadow":ir(t),"--tw-shadow-colored":ir(t).replace(/([^,]\s+)(?:#[a-f\d]+|(?:(?:hsl|rgb)a?|hwb|lab|lch|color|var)\(.+?\)|[a-z]+)(,|$)/g,"$1var(--tw-shadow-color)$2"),boxShadow:"var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)"})),ne("(opacity)-"),ee("mix-blend-","mixBlendMode"),...yy(),...yy("backdrop-"),ne("transition(?:$|-)","transitionProperty",(t,{theme:e})=>({transitionProperty:ir(t),transitionTimingFunction:t._=="none"?void 0:ir(e("transitionTimingFunction","")),transitionDuration:t._=="none"?void 0:ir(e("transitionDuration",""))})),ne("duration(?:$|-)","transitionDuration","transitionDuration",ir),ne("ease(?:$|-)","transitionTimingFunction","transitionTimingFunction",ir),ne("delay(?:$|-)","transitionDelay","transitionDelay",ir),ne("animate(?:$|-)","animation",(t,{theme:e,h:n,e:r})=>{let a=ir(t),i=a.split(" "),o=e("keyframes",i[0]);return o?{["@keyframes "+(i[0]=r(n(i[0])))]:o,animation:i.join(" ")}:{animation:a}}),"(transform)-(none)",ee("transform",gm),ee("transform-(cpu|gpu)",({1:t})=>({"--tw-transform":xy(t=="gpu")})),ne("scale(-[xy])?-","scale",({1:t,_:e})=>({["--tw-scale"+(t||"-x")]:e,["--tw-scale"+(t||"-y")]:e,...gm()})),ne("-?(rotate)-","rotate",pm),ne("-?(translate-[xy])-","translate",pm),ne("-?(skew-[xy])-","skew",pm),ee("origin-(center|((top|bottom)(-(left|right))?)|left|right)","transformOrigin",wc),"(appearance)-",ne("(columns)-"),"(columns)-(\\d+)","(break-(?:before|after|inside))-",ne("(cursor)-"),"(cursor)-",ee("snap-(none)","scroll-snap-type"),ee("snap-(x|y|both)",({1:t})=>({...Ea({"--tw-scroll-snap-strictness":"proximity"}),"scroll-snap-type":t+" var(--tw-scroll-snap-strictness)"})),ee("snap-(mandatory|proximity)","--tw-scroll-snap-strictness"),ee("snap-(?:(start|end|center)|align-(none))","scroll-snap-align"),ee("snap-(normal|always)","scroll-snap-stop"),ee("scroll-(auto|smooth)","scroll-behavior"),ne("scroll-p([xytrbl])?(?:$|-)","padding",mo("scroll-padding")),ne("-?scroll-m([xytrbl])?(?:$|-)","scroll-margin",mo("scroll-margin")),ee("touch-(auto|none|manipulation)","touch-action"),ee("touch-(pinch-zoom|pan-(?:(x|left|right)|(y|up|down)))",({1:t,2:e,3:n})=>({...Ea({"--tw-pan-x":"var(--tw-empty,/*!*/ /*!*/)","--tw-pan-y":"var(--tw-empty,/*!*/ /*!*/)","--tw-pinch-zoom":"var(--tw-empty,/*!*/ /*!*/)","--tw-touch-action":"var(--tw-pan-x) var(--tw-pan-y) var(--tw-pinch-zoom)"}),[`--tw-${e?"pan-x":n?"pan-y":t}`]:t,"touch-action":"var(--tw-touch-action)"})),ee("outline-none",{outline:"2px solid transparent","outline-offset":"2px"}),ee("outline",{outlineStyle:"solid"}),ee("outline-(dashed|dotted|double)","outlineStyle"),ne("-?(outline-offset)-"),Bt("outline-",{opacityVariable:!1,opacitySection:"opacity"}),ne("outline-","outlineWidth"),"(pointer-events)-",ne("(will-change)-"),"(will-change)-",["resize(?:-(none|x|y))?","resize",({1:t})=>({x:"horizontal",y:"vertical"})[t]||t||"both"],ee("select-(none|text|all|auto)","userSelect"),Bt("fill-",{section:"fill",opacityVariable:!1,opacitySection:"opacity"}),Bt("stroke-",{section:"stroke",opacityVariable:!1,opacitySection:"opacity"}),ne("stroke-","strokeWidth"),ee("sr-only",{position:"absolute",width:"1px",height:"1px",padding:"0",margin:"-1px",overflow:"hidden",whiteSpace:"nowrap",clip:"rect(0,0,0,0)",borderWidth:"0"}),ee("not-sr-only",{position:"static",width:"auto",height:"auto",padding:"0",margin:"0",overflow:"visible",whiteSpace:"normal",clip:"auto"})];function wc(t){return(typeof t=="string"?t:t[1]).replace(/-/g," ").trim()}function by(t){return(typeof t=="string"?t:t[1]).replace("col","column")}function ni(t,e="-"){let n=[];for(let r of t)n.push({t:"top",r:"right",b:"bottom",l:"left"}[r]);return n.join(e)}function ir(t){return t&&""+(t._||t)}function Ty({$$:t}){return({r:"flex-","":"flex-",w:"space-",u:"space-",n:"space-"}[t[3]||""]||"")+t}function mo(t,e=""){return({1:n,_:r})=>{let a={x:"lr",y:"tb"}[n]||n+n;return a?{...Us(t+"-"+ni(a[0])+e,r),...Us(t+"-"+ni(a[1])+e,r)}:Us(t+e,r)}}function yy(t=""){let e=["blur","brightness","contrast","grayscale","hue-rotate","invert",t&&"opacity","saturate","sepia",!t&&"drop-shadow"].filter(Boolean),n={};for(let r of e)n[`--tw-${t}${r}`]="var(--tw-empty,/*!*/ /*!*/)";return n={...Ea(n),[`${t}filter`]:e.map(r=>`var(--tw-${t}${r})`).join(" ")},[`(${t}filter)-(none)`,ee(`${t}filter`,n),...e.map(r=>ne(`${r[0]=="h"?"-?":""}(${t}${r})(?:$|-)`,r,({1:a,_:i})=>({[`--tw-${a}`]:Ln(i).map(o=>`${r}(${o})`).join(" "),...n})))]}function pm({1:t,_:e}){return{["--tw-"+t]:e,...gm()}}function gm(){return{...Ea({"--tw-translate-x":"0","--tw-translate-y":"0","--tw-rotate":"0","--tw-skew-x":"0","--tw-skew-y":"0","--tw-scale-x":"1","--tw-scale-y":"1","--tw-transform":xy()}),transform:"var(--tw-transform)"}}function xy(t){return[t?"translate3d(var(--tw-translate-x),var(--tw-translate-y),0)":"translateX(var(--tw-translate-x)) translateY(var(--tw-translate-y))","rotate(var(--tw-rotate))","skewX(var(--tw-skew-x))","skewY(var(--tw-skew-y))","scaleX(var(--tw-scale-x))","scaleY(var(--tw-scale-y))"].join(" ")}function vy({1:t,2:e}){return`${t} ${e} / ${t} ${e}`}function Sy({1:t}){return`repeat(${t},minmax(0,1fr))`}function Ea(t){return{"@layer defaults":{"*,::before,::after":t,"::backdrop":t}}}d();d();var Dc=globalThis||(typeof window<"u"?window:self),A5=Object.create,fm=Object.defineProperty,k5=Object.getOwnPropertyDescriptor,P5=Object.getOwnPropertyNames,L5=Object.getPrototypeOf,_5=Object.prototype.hasOwnProperty,F5=(t,e)=>()=>(e||t((e={exports:{}}).exports,e),e.exports),M5=(t,e)=>{for(var n in e)fm(t,n,{get:e[n],enumerable:!0})},mm=(t,e,n,r)=>{if(e&&typeof e=="object"||typeof e=="function")for(let a of P5(e))!_5.call(t,a)&&a!==n&&fm(t,a,{get:()=>e[a],enumerable:!(r=k5(e,a))||r.enumerable});return t},B5=(t,e,n)=>(mm(t,e,"default"),n&&mm(n,e,"default")),Cy=(t,e,n)=>(n=t!=null?A5(L5(t)):{},mm(e||!t||!t.__esModule?fm(n,"default",{value:t,enumerable:!0}):n,t)),wy=F5((t,e)=>{(function(n,r){typeof define=="function"&&define.amd?define([],r):typeof t<"u"?r():(r(),n.FileSaver={})})(t,function(){"use strict";function n(l,c){return typeof c>"u"?c={autoBom:!1}:typeof c!="object"&&(c={autoBom:!c}),c.autoBom&&/^\s*(?:text\/\S*|application\/xml|\S*\/\S*\+xml)\s*;.*charset\s*=\s*utf-8/i.test(l.type)?new Blob(["\uFEFF",l],{type:l.type}):l}function r(l,c,p){var m=new XMLHttpRequest;m.open("GET",l),m.responseType="blob",m.onload=function(){u(m.response,c,p)},m.onerror=function(){},m.send()}function a(l){var c=new XMLHttpRequest;c.open("HEAD",l,!1);try{c.send()}catch{}return 200<=c.status&&299>=c.status}function i(l){try{l.dispatchEvent(new MouseEvent("click"))}catch{var c=document.createEvent("MouseEvents");c.initMouseEvent("click",!0,!0,window,0,0,0,80,20,!1,!1,!1,!1,0,null),l.dispatchEvent(c)}}var o=typeof window=="object"&&window.window===window?window:typeof self=="object"&&self.self===self?self:typeof Dc=="object"&&Dc.global===Dc?Dc:void 0,s=o.navigator&&/Macintosh/.test(navigator.userAgent)&&/AppleWebKit/.test(navigator.userAgent)&&!/Safari/.test(navigator.userAgent),u=o.saveAs||(typeof window!="object"||window!==o?function(){}:"download"in HTMLAnchorElement.prototype&&!s?function(l,c,p){var m=o.URL||o.webkitURL,g=document.createElement("a");c=c||l.name||"download",g.download=c,g.rel="noopener",typeof l=="string"?(g.href=l,g.origin===location.origin?i(g):a(g.href)?r(l,c,p):i(g,g.target="_blank")):(g.href=m.createObjectURL(l),setTimeout(function(){m.revokeObjectURL(g.href)},4e4),setTimeout(function(){i(g)},0))}:"msSaveOrOpenBlob"in navigator?function(l,c,p){if(c=c||l.name||"download",typeof l!="string")navigator.msSaveOrOpenBlob(n(l,p),c);else if(a(l))r(l,c,p);else{var m=document.createElement("a");m.href=l,m.target="_blank",setTimeout(function(){i(m)})}}:function(l,c,p,m){if(m=m||open("","_blank"),m&&(m.document.title=m.document.body.innerText="downloading..."),typeof l=="string")return r(l,c,p);var g=l.type==="application/octet-stream",f=/constructor/i.test(o.HTMLElement)||o.safari,T=/CriOS\/[\d]+/.test(navigator.userAgent);if((T||g&&f||s)&&typeof FileReader<"u"){var b=new FileReader;b.onloadend=function(){var D=b.result;D=T?D:D.replace(/^data:[^;]*;/,"data:attachment/file;"),m?m.location.href=D:location=D,m=null},b.readAsDataURL(l)}else{var h=o.URL||o.webkitURL,C=h.createObjectURL(l);m?m.location=C:location.href=C,m=null,setTimeout(function(){h.revokeObjectURL(C)},4e4)}});o.saveAs=u.saveAs=u,typeof e<"u"&&(e.exports=u)})}),Dy={};M5(Dy,{default:()=>Ac});var I5=Cy(wy());B5(Dy,Cy(wy()));var{default:Ey,...R5}=I5,Ac=Ey!==void 0?Ey:R5;d();d();d();d();d();d();var Oee=Me().REDIRECT_URL;d();var fte=hi([]);function Py(t){let[e,n]=re(null);return Ce(()=>{Xt().then(r=>{n(r),z.debug("current config",r)})},[]),Ce(()=>{Xt().then(r=>{n(r)})},[t]),e}function Ly(t){let[e,n]=re(null);return Ce(()=>{t&&Un({url:"http://localhost",config:t,state:{cache:!1}}).then(r=>n(r))},[t]),e}function _y(){let[t,e]=re(null);return Ce(()=>{Jt().then(r=>{e(r)})},[]),[t,r=>{e(r),Wt(r)}]}d();var js=class extends Ba{constructor(e){super(e),this.state={hasError:!1}}error;info;static getDerivedStateFromError(e){return{hasError:!0}}componentDidCatch(e,n){this.error=e,this.info=n}render(){return this.state.hasError?(z.error("ErrorBoundary",this.error,this.info),w(W5,{error:this.error,info:this.info})):this.props.children}};function W5({error:t,info:e}){let{t:n}=xe(),r=location.protocol.includes("extension")&&location.href.includes("options.html");return w("div",{class:"error-boundary",children:[t?.message," ",JSON.stringify(e?.componentStack),w("div",{style:{marginTop:10},children:[n("error.configError"),w("a",{style:{marginLeft:6},href:r?location.href.replace(/#.+/,"#import_export"):"https://dash.immersivetranslate.com/#import_export",target:r?"":"_blank",children:n("error.goReset")})]})]})}async function K5(t,e,n){try{if(e===null)return"noupdate";let r=await Jt();if(e.updatedAt){let s=new Date().getTime(),u=new Date(e.updatedAt).getTime();if(s-u<1e3)return await hm(t,e),await Wt(r),"upload"}let a=await My(t);r.accountLastSyncedAt=Date.now(),z.debug("settings",e),z.debug("local settings.updatedAt",e.updatedAt),z.debug("remote settings.updatedAt",a.updatedAt),z.debug("last synced at",r.accountLastSyncedAt);let i=!1;if(e.updatedAt&&(!a||!a.updatedAt)&&(i=!0),!i&&e.updatedAt>a.updatedAt&&(i=!0),z.debug("isUpload",i),i)return await hm(t,e),await Wt(r),"upload";let o=!1;return a.updatedAt&&(!e||!e.updatedAt)&&(o=!0),!o&&e.updatedAt{!n||!n.token||r&&r.proAutoSync===!1||G5(n)&&K5(n.token,t,e).then(i=>{z.debug("syncUserSetting result",i)})},[t,n])}function G5(t){return Zt(t)?!0:new Date(t.createTime){Mt.get(Ft,null).then(n=>{e(n)})},[e]),t}function My(t){return(location.href?.indexOf("popup.html")>0?Ur:de)({responseType:"json",url:zo+"/v1/user/settings",method:"get",headers:{token:t}}).then(n=>n.data)}function hm(t,e){return(location.href?.indexOf("popup.html")>0?Ur:de)({responseType:"json",url:zo+"/v1/user/settings",method:"post",headers:{token:t,"content-type":"application/json"},body:JSON.stringify(e)}).then(r=>r.data)}function kc(t){let{onClose:e}=t,[n,r]=re("Original"),[a,i,o,s]=rr(()=>{setTimeout(()=>{D("updateGlobalContext",!1)()},250)});fo(a,i);let[u,l]=re(null),[c,p]=re(globalThis.location.href),[m,g]=re("auto"),[f,T]=re(null),b=I=>{r(I.detail)};if(Ce(()=>(document.addEventListener(Oa,b,!1),qn().then(I=>{l(I);let F=yt();g(F);let _=$e();r(_),$T(I.interval)}),document.addEventListener("urlChange",C),()=>{document.removeEventListener("pageTranslatedStatus",b),document.removeEventListener("urlChange",C)}),[]),Ce(()=>{qn().then(I=>{l(I)})},[a]),Ce(()=>{c&&u&&bm().then(I=>{T(I)})},[c,u]),!u||!f)return null;return w(Hs,{type:"float_ball_popup",className:t.className,onSwitchTranslationMode:I=>{D("switchTranslationMode",!0,{mode:I})()},request:de,onClose:M,onToggleEnabled:B,onTranslateTheWholePage:D("translateTheWholePage",!0),openOptionsPage:L,onToggleTranslate:D("toggleTranslatePage",!0),onTranslateTheMainPage:D("translateTheMainPage",!0),onTranslateToThePageEndImmediately:D("translateToThePageEndImmediately",!0),onTranslatePage:D("translatePage",!0),onRestorePage:D("restorePage",!1),onTranslatePdf:()=>{v(ga(f.rule)||c)},openAboutPage:A,openSharePage:D("shareToDraft",!0),onSetPageLanguage:h,setSettings:i,config:u,pageStatus:n,ctx:f,currentUrl:c,currentLang:m,onSetLocalConfig:Gl,onSetBuildinConfig:Q1,onAutoEnableSubtitleChanged:D("autoEnableSubtitleChanged",!0),onOpenUrl:S});function h(I){g(I);let F=pu(c,I,u.sourceLanguageUrlPattern);i(_=>({..._,sourceLanguageUrlPattern:F})),Nn(I)}function C(){p(globalThis.location.href)}function D(I,F,_={}){let U={trigger:"page_popup",..._};return()=>{Pn({method:I,data:U}),F&&e()}}function M(){e()}function B(){i(I=>({...I,enabled:!I.enabled})),setTimeout(()=>{M()},50)}function S(I,F){let _=I;F&&(_=`${I}?utm_source=extension&utm_medium=extension&utm_campaign=${F}`),Ql(_,!0),setTimeout(()=>{M()},50)}function v(I){I&&(Zi(!1,I),setTimeout(()=>{M()},50))}function L(I=""){Yi(!0,I),setTimeout(()=>{e()},50)}function A(){Yl(),setTimeout(()=>{e()},50)}function y(){a2(),setTimeout(()=>{e()},50)}}d();function Oy(){let[t,e]=re("Original");return Ce(()=>{let n=$e();e(n);let r=a=>{e(a.detail)};return document.addEventListener(Oa,r),()=>{document.removeEventListener(Oa,r)}},[]),{pageStatus:t}}var By=6,$5={position:"right",top:335};function zy({handleBallClick:t,isShow:e,localConfig:n,handleMobileBallLongPress:r,popupVisible:a}){let i=je(null),o=je(null),[s,u]=re(!1),l=je(null),c=je(!1),p=je(n.floatBallConfig||$5),m=je(0),g=je(0),f=je(0),T=je(!1),b=je(0),h=je(0),C=je(0),D=je(0),M=je(!1),B=Ve(S=>{a||(clearTimeout(l.current),S?u(S):l.current=setTimeout(()=>{u(S),T.current=!1},tt().any?3e3:0))},[u,l,T,a]);return Ce(()=>{a||u(!1)},[a]),Ce(()=>{if(i.current&&p.current){let S=Tm(p.current.top);p.current.top=S,i.current.style.top=`${S}px`,i.current.style.display="flex"}},[e,i]),Ce(()=>{if(!o.current||!i.current)return;let S=_=>{_.preventDefault&&_.preventDefault(),m.current=_.clientX,g.current=_.clientY,b.current=Date.now(),f.current=i.current.offsetTop,c.current=!0,clearTimeout(l.current),B(!0),C.current=_.clientX,D.current=_.clientY,M.current=!1,tt().any&&(clearTimeout(h.current),h.current=setTimeout(()=>{Iy({startX:m.current,startY:g.current,endX:C.current,endY:D.current})||(M.current=!0,r())},500)),document.addEventListener("mousemove",v),document.addEventListener("touchmove",y),document.addEventListener("mouseup",L),document.addEventListener("touchend",I),document.addEventListener("touchcancel",I)},v=_=>{if(_.preventDefault&&_.preventDefault(),!c.current||!i.current||(C.current=_.clientX,D.current=_.clientY,M.current))return;let U=_.clientY-g.current+f.current,N=Tm(U);i.current.style.top=`${N}px`},L=_=>{if(_.preventDefault&&_.preventDefault(),F(),c.current=!1,clearTimeout(l.current),T.current||B(!1),M.current)return;Iy({startX:m.current,startY:g.current,endX:_.clientX,endY:_.clientY})||(clearTimeout(h.current),t());let N=Tm(_.clientY-30);p.current.top=N;let q=Cs();Gl({...q,floatBallConfig:p.current})},A=_=>{_.preventDefault&&_.preventDefault(),S(_.changedTouches[0])},y=_=>{_.preventDefault&&_.preventDefault(),v(_.changedTouches[0])},I=_=>{_.preventDefault&&_.preventDefault(),L(_.changedTouches[0])},F=()=>{document.removeEventListener("mousemove",v),document.removeEventListener("touchmove",y),document.removeEventListener("mouseup",L),document.removeEventListener("touchend",I),document.removeEventListener("touchcancel",I)};return o.current.addEventListener("mousedown",S),o.current.addEventListener("touchstart",A),()=>{o.current&&(o.current.removeEventListener("mousedown",S),o.current.removeEventListener("touchstart",A))}},[e,o,i,l,c,n,B,t]),Ce(()=>{if(tt().any)return;let S=L=>{L.target===i.current&&!T.current||(T.current=!0,B(!0),clearTimeout(l.current))},v=L=>{if(c.current){T.current=!1;return}L.target===i.current&&!T.current||B(!1)};return i.current?.addEventListener("mouseover",S),i.current?.addEventListener("mouseout",v),()=>{i.current?.removeEventListener("mouseover",S),i.current?.removeEventListener("mouseout",v)}},[i,c,B,e,T]),{ballRef:o,floatBallConfigRef:p,containerRef:i,active:s,setActive:B}}function Iy({startX:t,startY:e,endX:n,endY:r}){let a=Math.abs(n-t),i=Math.abs(r-e);return a>By||i>By}function Ny(t,e){let n=t?.fixedPosition||"right",r=t?.clickType==="translate",a=Ne(()=>e?"":n=="left"?"translateX(-100%)":"translateX(100%)",[n,e]),i=Ne(()=>e&&r?"":n=="left"?"translateX(-20px)":"translateX(20px)",[n,e,r]),o=Ne(()=>e&&r?"":n=="left"?"translateX(-60px)":"translateX(60px)",[n,e,r]);return{closeTransform:a,logoContainerTransform:i,settingTransform:o}}function Uy(){let[t,e]=re(!1);return Ce(()=>{let n=()=>{document.querySelector("video")&&e(!!document.fullscreenElement)};return document.addEventListener("fullscreenchange",n),()=>{document.removeEventListener("fullscreenchange",n)}},[]),{isFullScreen:t}}var Ry="hasShownFloatingBallGuide",Y5="2024-01-06";function qy(t){let[e,n]=re(!1);Ce(()=>{!t.config.enableShowFloatingBallGuide||yt()==t.targetLanguage||(async()=>{let a=await At(Ry,""),i=await At("installedAt","");i&&new Date(i){n(!1)},[]);return{isShowGuide:e,handleCloseGuide:r}}function jy(t,e){let n=je(0),[r,a]=re(!0),[i,o]=re(!1),s=rr(),[u,l]=s,{t:c}=xe(),p=Ve(()=>{t?.config.floatBallTooltipRule&&(tt().any?o(n.current>=(t.config.floatBallTooltipRule.h5MainBtnTooltipMaxShowCount||2)):a(n.current>=(t.config.floatBallTooltipRule.mainBtnTooltipImmediateShowCount||5)))},[a,n,t,o]);Ce(()=>{t&&(n.current=t.config.pcFloatBallMainBtnTooltipShownCount||0,tt().any&&(n.current=t.config.h5FloatBallMainBtnTooltipShownCount||0),p())},[t]);let m=Ve(()=>{t&&(n.current=n.current+1,p(),l(T=>{let b={...T};return tt().any?b.h5FloatBallMainBtnTooltipShownCount=n.current:b.pcFloatBallMainBtnTooltipShownCount=n.current,b}))},[l,p,n,t]),g=Ne(()=>tt().any||!r?0:t?.config.floatBallTooltipRule?.mainBtnTooltipDelayTime||2e3,[r,t]),f=Ne(()=>tt().any?c("floatBall.longPress"):e!=="Original"?c("floatBall.showOriginal"):t?.targetLanguage?c("floatBall.translateToLanguage",{language:fa(t.targetLanguage,t.targetLanguage,!0)}):c("floatBall.translate"),[e,t]);return{disableTooltipDelay:i,tooltipDelay:g,tooltipText:f,handleShowTooltip:m}}function Tm(t){return Math.max(Math.min(t,globalThis.innerHeight-200),10)}d();var ri=`${Q}-float-ball`;function Hy(t){let e=n=>{n&&n.target&&n.target.id==="immersive-translate-popup-overlay"&&t.onClose()};return t.visible?w("div",{onClick:e,id:"immersive-translate-popup-overlay",class:"immersive-translate-popup-overlay",children:w("div",{class:"immersive-translate-popup-wrapper",style:t.getModalStyle(),children:w(Q5,{onConfirm:t.onCloseConfirm,onClose:t.onClose})})}):null}function Q5(t){let{t:e}=xe(),[n,r]=re("UntilNext"),a=$l()+"#floating",i=e("closeQuickTranslation.settingOpen",{1:a}),o=[{title:e("closeQuickTranslation.untilNext"),type:"UntilNext"},{title:e("closeQuickTranslation.currentWebsite"),type:"CurrentWebsite",description:i},{title:e("closeQuickTranslation.alwaysClose"),type:"AlwaysClose",description:i}];return w("div",{class:`${ri}-close-content`,children:[w("div",{class:"flex justify-between",children:[w("div",{class:`${ri}-close-title`,children:e("closeQuickTranslation")}),w("div",{class:"clickable",onClick:t.onClose,children:w(Sa,{type:"modal-close"})})]}),w("div",{class:`${ri}-close-radio-content mt-3`,children:o.map(s=>w(Z5,{onClick:()=>{r(s.type)},title:s.title,description:s.description,selected:s.type===n,onLinkClick:u=>{Qi(u)}},s.type))}),w("div",{class:"flex mt-3 flex-end",children:[w("div",{class:`${ri}-default-btn`,onClick:t.onClose,children:e("closeQuickTranslation.cancel")}),w("div",{class:`${ri}-primary-btn ml-2`,onClick:()=>{t.onConfirm&&t.onConfirm(n)},children:e("closeQuickTranslation.confirm")})]})]})}function Z5(t){let{selected:e,title:n,description:r,onLinkClick:a}=t,i=J5(r||"");return w("div",{class:"flex items-center clickable",style:"padding: 8px 0",onClick:t.onClick,children:[w("div",{class:e?`${ri}-radio-sel`:`${ri}-radio-nor`,children:w("div",{})}),w("div",{class:"ml-2 text-sm",children:[w("span",{children:n}),r?w("small",{class:"muted text-sm",children:i.map(o=>o.type==="text"?o.value:w("a",{onClick:()=>o.href&&a&&a(o.href),children:o.value}))}):null]})]})}function J5(t){let e=[],n=/((.*?)<\/a>)|([^<]+)/g,r=Array.from(t.matchAll(n));for(let a of r){let i=a[2],o=a[3],s=a[4];i&&o?e.push({type:"link",href:i,value:o}):s&&e.push({type:"text",value:s})}return e}d();var X5=({text:t,children:e,position:n="top",containerStyle:r,containerClass:a,multiple:i=!1,width:o,delay:s=0,disable:u,enableMobile:l,tipStyle:c,onHidden:p,onShow:m})=>{let[g,f]=re(!1),T=je(null),b=je(null),h=()=>{u||!l&&tt().any||(T.current&&clearTimeout(T.current),T.current=setTimeout(()=>{f(!0),m?.()},s))},C=()=>{tt().any&&(b.current&&clearTimeout(b.current),b.current=setTimeout(()=>{D()},2e3))},D=()=>{T.current&&(clearTimeout(T.current),p?.()),f(!1)},M=Ne(()=>{let B={position:"absolute",padding:"6px 20px",backgroundColor:"#000000",color:"#ffffff",borderRadius:"8px",whiteSpace:"nowrap",fontSize:"14px",zIndex:1e3};switch(i&&(B.maxWidth="200px",o&&(B.width=o+"px"),B.whiteSpace="normal"),n){case"top":return{...B,bottom:"100%",left:"50%",transform:"translateX(-50%)",marginBottom:"10px",...c};case"bottom":return{...B,top:"100%",left:"50%",transform:"translateX(-50%)",marginTop:"10px",...c};case"left":return{...B,right:"100%",top:"50%",transform:"translateY(-50%)",marginRight:"10px",...c};case"right":return{...B,left:"100%",top:"50%",transform:"translateY(-50%)",marginLeft:"10px",...c};default:return{}}},[n,i,o,c]);return w("div",{class:a,style:{position:"relative",pointerEvents:"all",display:"inline-block",...r},children:[w("div",{onMouseEnter:h,onMouseLeave:D,onTouchStart:()=>{l&&h()},onTouchEnd:()=>{l&&C()},children:e}),g&&w("div",{style:M,role:"tooltip",children:t})]})},Ca=X5;d();d();function Wy(t){return we.ASSETS_BASE_URL+t}var ai=`${Q}-float-ball`;function Ky(t){let{t:e}=xe(),n=a=>{a&&a.target&&a.target.id==="immersive-translate-popup-overlay"&&t.onClose()},r=Ne(()=>{let a={position:"fixed",top:t.top+60};return t.fixedPosition=="left"&&(a.left=48),t.fixedPosition=="right"&&(a.right=48),a},[t.top,t.fixedPosition]);return t.visible?w("div",{onClick:n,id:"immersive-translate-popup-overlay",class:"immersive-translate-popup-overlay",children:w("div",{class:`${ai}-guide-container`,style:r,children:[w("img",{class:`${ai}-guide-bg ${t.fixedPosition}`,src:ek}),w("div",{class:`${ai}-guide-content ${t.fixedPosition}`,children:[w("img",{class:`${ai}-guide-img`,src:Wy("images/float_ball_intro.png")}),w("div",{class:`${ai}-guide-message`,children:[e("floatBall.guideClickToTranslate"),tt().any?` +${e("floatBall.longPress")}`:""]}),w("div",{class:`${ai}-primary-btn ${ai}-guide-button`,onClick:t.onClose,children:e("floatBall.iKnow")})]})]})}):null}var ek="data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzEyIiBoZWlnaHQ9IjM3MiIgdmlld0JveD0iMCAwIDMxMiAzNzIiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSBtZWV0Ij4KPGcgZmlsdGVyPSJ1cmwoI2ZpbHRlcjBfZF8zNjQ4XzEyODAyKSI+CjxwYXRoIGQ9Ik0yMCAzNkMyMCAyNC45NTQzIDI4Ljk1NDMgMTYgNDAgMTZIMjU4LjkxNEMyNjkuOTU5IDE2IDI3OC45MTQgMjQuOTU0MyAyNzguOTE0IDM2VjE3My4wNzVMMjg5LjEyOCAxNzguNzQyQzI5MS43NzggMTgwLjIxMyAyOTEuODk0IDE4My45ODIgMjg5LjMzOSAxODUuNjEyTDI3OC45MTQgMTkyLjI2M1YzMjhDMjc4LjkxNCAzMzkuMDQ2IDI2OS45NTkgMzQ4IDI1OC45MTQgMzQ4SDQwQzI4Ljk1NDMgMzQ4IDIwIDMzOS4wNDYgMjAgMzI4VjM2WiIgZmlsbD0idXJsKCNwYWludDBfbGluZWFyXzM2NDhfMTI4MDIpIi8+CjwvZz4KPGRlZnM+CjxmaWx0ZXIgaWQ9ImZpbHRlcjBfZF8zNjQ4XzEyODAyIiB4PSIwIiB5PSIwIiB3aWR0aD0iMzExLjE4OCIgaGVpZ2h0PSIzNzIiIGZpbHRlclVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgY29sb3ItaW50ZXJwb2xhdGlvbi1maWx0ZXJzPSJzUkdCIj4KPGZlRmxvb2QgZmxvb2Qtb3BhY2l0eT0iMCIgcmVzdWx0PSJCYWNrZ3JvdW5kSW1hZ2VGaXgiLz4KPGZlQ29sb3JNYXRyaXggaW49IlNvdXJjZUFscGhhIiB0eXBlPSJtYXRyaXgiIHZhbHVlcz0iMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMTI3IDAiIHJlc3VsdD0iaGFyZEFscGhhIi8+CjxmZU9mZnNldCBkeT0iNCIvPgo8ZmVHYXVzc2lhbkJsdXIgc3RkRGV2aWF0aW9uPSIxMCIvPgo8ZmVDb21wb3NpdGUgaW4yPSJoYXJkQWxwaGEiIG9wZXJhdG9yPSJvdXQiLz4KPGZlQ29sb3JNYXRyaXggdHlwZT0ibWF0cml4IiB2YWx1ZXM9IjAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAuMSAwIi8+CjxmZUJsZW5kIG1vZGU9Im5vcm1hbCIgaW4yPSJCYWNrZ3JvdW5kSW1hZ2VGaXgiIHJlc3VsdD0iZWZmZWN0MV9kcm9wU2hhZG93XzM2NDhfMTI4MDIiLz4KPGZlQmxlbmQgbW9kZT0ibm9ybWFsIiBpbj0iU291cmNlR3JhcGhpYyIgaW4yPSJlZmZlY3QxX2Ryb3BTaGFkb3dfMzY0OF8xMjgwMiIgcmVzdWx0PSJzaGFwZSIvPgo8L2ZpbHRlcj4KPGxpbmVhckdyYWRpZW50IGlkPSJwYWludDBfbGluZWFyXzM2NDhfMTI4MDIiIHgxPSIxNTcuNSIgeTE9IjE2IiB4Mj0iMTU3LjUiIHkyPSIzNDgiIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIj4KPHN0b3Agc3RvcC1jb2xvcj0iI0ZGOTJCQyIvPgo8c3RvcCBvZmZzZXQ9IjEiIHN0b3AtY29sb3I9IndoaXRlIi8+CjwvbGluZWFyR3JhZGllbnQ+CjwvZGVmcz4KPC9zdmc+Cg==";d();function tk({isVisible:t,onClose:e,children:n}){return w(Ot,{children:[t&&w("div",{className:`immersive-translate-sheet-backdrop ${t?"visible":""}`,onClick:e}),w("div",{className:`immersive-translate-sheet ${t?"visible":""}`,children:w("div",{className:"immersive-translate-sheet-content",children:n})})]})}var Gy=tk;var Ws=`${Q}-float-ball`;function ym(t){let{t:e}=xe(),n=rr(),[r,a,i,o]=n;fo(r,a);let s=Py(r),u=Ly(s),{isFullScreen:l}=Uy(),[c,p]=re(!1),[m,g]=re(!0),{pageStatus:f}=Oy(),T=Tp(u,r),b=Ve(()=>{if(T?.clickType==="popup")return p(!0);if(T?.clickType==="translate"){let P=Ae();if(Hr(u?.rule)){let O=ga(u.rule);Zi(!0,O||P);return}Pn({method:"toggleTranslatePage",data:{trigger:"float_ball"}})}},[T,Pn,p]),h=Ve(()=>{p(!0)},[p]),C=m&&!!s,{containerRef:D,active:M,ballRef:B,floatBallConfigRef:S,setActive:v}=zy({handleBallClick:b,handleMobileBallLongPress:h,isShow:C,localConfig:t.localConfig,popupVisible:c}),L=T?.fixedPosition||"right",A=L==="right"?"left":"right",{isShowGuide:y,handleCloseGuide:I}=qy(t.ctx),{closeTransform:F,logoContainerTransform:_,settingTransform:U}=Ny(T,M||y),{tooltipDelay:N,disableTooltipDelay:q,tooltipText:k,handleShowTooltip:E}=jy(u,f);return C?w("div",{class:`${Ws}-container ${L} notranslate`,style:{zIndex:l?-1:2147483647,pointerEvents:M||y||c?"all":"none"},ref:D,children:[w(nk,{ctx:u,setVisible:g,closeTransform:F,setActive:v,getModalStyle:()=>Vy(S.current.top,300,L)}),w(Ca,{enableMobile:!0,text:k,position:A,delay:N,onShow:E,disable:q,children:w("div",{class:`${Ws}-btn ${L} btn-animate `,ref:B,style:{transform:_,opacity:M||y?1:.5},children:w("div",{children:[w(Sa,{type:"logo"}),f!=="Original"?w(Sa,{type:"translated"}):null]})})}),w("div",{style:{marginTop:"12px",transform:U},class:`${Ws}-more-buttons btn-animate`,children:[w(Ca,{text:e("translateFileTooltip"),multiple:!0,width:200,position:A,containerClass:"btn-animate",children:w("div",{class:`${Ws}-more-button`,onClick:()=>{Ql(c4,!0)},children:w(Sa,{type:"file"})})}),w(Ca,{text:e("floatBall.setting"),position:A,containerClass:"btn-animate",children:w("div",{class:`${Ws}-more-button`,onClick:()=>{v(!0),p(!0)},children:w(Sa,{type:"setting"})})})]}),w(rk,{onClose:()=>{v(!1),p(!1)},visible:c,getModalStyle:()=>Vy(S.current.top,500,L)}),w(Ky,{visible:y,top:S.current.top,fixedPosition:L,onClose:()=>{I(),v(!1)}})]}):null}function nk(t){let{t:e}=xe(),[n,r]=re(!1),a=rr(),[i,o,s,u]=a,l=Tp(t.ctx,i),c=Ve(m=>{t.ctx&&o(g=>a1({...g},m))},[t.ctx,o]),p=Ve(m=>{l&&(t.setVisible(!1),m==="AlwaysClose"?c({...l,enable:!1}):m==="CurrentWebsite"&&c({...l,blockUrls:[...l.blockUrls,globalThis.location.hostname]}))},[c,l,t.setVisible]);return w(Ot,{children:[w("div",{title:e("floatBall.close"),class:"btn-animate",style:{transform:t.closeTransform,padding:4},onClick:()=>{t.setActive(!0),r(!0)},children:w(Sa,{type:"close"})}),w(Hy,{visible:n,onClose:()=>{t.setActive(!1),r(!1)},getModalStyle:t.getModalStyle,onCloseConfirm:p})]})}function rk(t){let e=r=>{r&&r.target&&r.target.id==="immersive-translate-popup-overlay"&&t.onClose()};return window.innerWidth<=385?w(Gy,{isVisible:t.visible,onClose:t.onClose,children:w(kc,{onClose:t.onClose,className:"popup-container-sheet"})}):t.visible?w("div",{onClick:e,id:"immersive-translate-popup-overlay",class:"immersive-translate-popup-overlay",children:w("div",{class:"immersive-translate-popup-wrapper",style:t.getModalStyle(),children:w(kc,{onClose:t.onClose})})}):null}function ak(){return{width:Math.max(document.documentElement.clientWidth,window.innerWidth||0),height:Math.max(document.documentElement.clientHeight,window.innerHeight||0)}}var Vy=(t,e,n)=>{let a=ak().height,i={position:"fixed"},o=0;return Vf()&&(t=ik.top),i.top=t-o,i.top+e>=a?(i.bottom=30,delete i.top):i.top<=10&&(i.top=10),n==="left"?i.left=65:i.right=65,i},ik={position:"right",right:0,top:335};function ok(t,e){for(let n of e){if(ye()&&!Wn()&&typeof GM!==void 0&&GM.addElement){GM.addElement(t,"style",{textContent:n});continue}t.appendChild(document.createElement("style")).textContent=n}}async function $y(){let t=Me(),e=await qn(),n=await qr(),r={url:globalThis.location.href,config:e},a=await Un(r),i=await yp(a,n),o=wt(a.url,i?.blockUrls),s=await Jt();if(!i?.enable||o)return;let u=document.createElement("div");u.id="immersive-translate-popup",u.setAttribute("style","all: initial"),document.documentElement.appendChild(u);let l=u.attachShadow({mode:"open"}),c=[t.IMMERSIVE_TRANSLATE_PICO_CSS,t.IMMERSIVE_TRANSLATE_COMMON_CSS,t.IMMERSIVE_TRANSLATE_POPUP_CSS,t.IMMERSIVE_TRANSLATE_PAGE_POPUP_CSS].join(` +`);return ok(l,[c]),sk(l,e,s,a)}function sk(t,e,n,r){let a=document.createElement("div");a.id="mount",a.style.display="block",t.appendChild(a),$r(w(eo,{lang:e.interfaceLanguage,fallbackLang:"en",translations:rc,children:w(ym,{localConfig:n,ctx:r})}),a)}var Yy=!1;async function Qy(){Yy||(Yy=!0,$y().catch(t=>{z.error("init popup error",t)}))}var Zy=!1,tv=[()=>{yn.unbind()}],Jy=[...tv],uk=Vn(async()=>{await Yi()},50),lk=Vn(async()=>{await Yl()},50),ck=Vn(async()=>{await n2()},50),dk=Vn(async()=>{await t2()},50),nv=Vn(t=>{Pn({method:t,data:{trigger:"userscript_menu"}})},50);function pk(t,e){let n=t.document;if(Zy)return;Zy=!0,ye()||Y1(),n.addEventListener("securitypolicyviolation",Ek),document.addEventListener(me+"DocumentMessageUser",sv),document.addEventListener(me+"DocumentMessageUpdateUser",uv),document.addEventListener(me+"ChangeSuccessService",lv.bind(null,e)),document.addEventListener(me+"ChangeService",cv.bind(null,e)),document.addEventListener(Ra,vk.bind(null,e)),n.addEventListener(me+"EbookLoaded",xk),n.addEventListener(Lh,Sk.bind(null,e)),n.addEventListener(_h,Ck.bind(null,e)),n.addEventListener(vu,a=>{Xe()||Em(a,e)}),n.addEventListener(Fh,pv),n.addEventListener("click",a=>{fk(a,e)}),Xe()&&t.addEventListener("message",mk,!1),ye()&&(Xe()||n.addEventListener(wr,gk)),Xe()||ba.rootIframe(Au).handleAsk("throttleRequest",oT)}function rv(t,e){wk(),pk(e,t),ye()&&(Xe()||(Qg(t.config),Dk(t.config))),Tu()&&gv(t),ot()&&Qg(t.config)}function gk(t){Qy()}function mk(t){let e=t;e&&e.data&&e.data.payload&&e.data.author===yu&&ma(e.data.payload,{tab:{id:1,url:"https://www.fake-iframe.com",active:!0}})}function fk(t,e){let n=t.target;if(!n||!n.getAttribute){wa(n);return}let r=n.getAttribute("data-immersive-translate-event");r&<(r,[{name:r}],{...e,sourceLanguage:"none"});let a=n.getAttribute(`data-${Q}-action`);if(a){if(t.preventDefault(),a==="retry"){typeof t.stopPropagation=="function"&&t.stopPropagation(),vm({method:"retryFailedParagraphs"}),wa(n,!0);return}else if(a=="toast-error"){let i=n.getAttribute(`data-${Q}-tooltip-text`)||"",o="",s="retry";try{let u=JSON.parse(i);o=u.title,i=u.errMsg,s=u.action}catch{}av(iv.bind(null,e,o,i,s));return}}}async function hk(){let t=await mn(),e=t.enableDefaultAlwaysTranslatedUrls===void 0?!0:t.enableDefaultAlwaysTranslatedUrls;if(t.enableDefaultAlwaysTranslatedUrls=!e,!t.enableDefaultAlwaysTranslatedUrls){let n=t&&t.isChangedAlwaysTranslatedUrls,r=[];t.translationUrlPattern&&t.translationUrlPattern.matches&&(r=t.translationUrlPattern.matches||[]),!n&&r.length>0&&(t.translationUrlPattern={matches:[],excludeMatches:[]})}await gn(t)}async function bk(){let t=await mn(),e=t.enableInputTranslation;t.enableInputTranslation=!e,await gn(t)}var Xy=0;function av(t){let e=Date.now();if(e-Xy<2e3||(Xy=e,Tk()))return;let n=`${Q}-modal-root`,r=`${Q}-modal`,a=document.getElementById(n),i=`${Q}-modal-title`,o=`${Q}-modal-body`,s=`${Q}-modal-footer`,u;if(a){u=a.shadowRoot.querySelector(`.${r}`);let l=u.querySelector(`.${i}`),c=u.querySelector(`.${s}`),p=u.querySelector(`.${o}`);t(u,l,p,c)}else{a=document.createElement("div"),a.setAttribute("translate","no"),a.className="no-translate immersive-translate-error-modal-shadow-root",a.id=n,a.style.all="initial",a.style.zIndex="2147483647",document.body.appendChild(a);let l=a.attachShadow({mode:"open"}),c=document.createElement("style"),p=Me();c.textContent=p.IMMERSIVE_TRANSLATE_INPUT_INJECTED_CSS,l.appendChild(c),u=document.createElement("div"),u.className=r+" notranslate",u.id=r;let m=document.createElement("div");m.className=Q+"-modal-content notranslate",u.appendChild(m);let g=document.createElement("span");g.textContent="\xD7",g.className=Q+"-close",m.appendChild(g);let f=document.createElement("div");f.className=i+" notranslate",m.appendChild(f);let T=document.createElement("div");T.className=o+" notranslate",m.appendChild(T);let b=document.createElement("div");b.className=s,m.appendChild(b),l.appendChild(u),g.onclick=function(){u.style.display="none"},l.addEventListener("click",h=>{h.target==u&&(u.style.display="none")}),t(u,f,T,b)}setTimeout(()=>{yk()},100)}function iv(t,e,n,r="retry",a,i,o,s){let u=kt.bind(null,t),l=e||u("errorModalTitle"),c=u("unknownError");i.innerText=l,o.innerHTML=at.sanitize(n||c,{ADD_ATTR:["target"]}),s.innerText="";let p="",m=document.createElement("button");if(r=="retry"){p=u("retryAllButton"),m.setAttribute(`data-${Q}-action`,"retry");let g=document.createElementNS("http://www.w3.org/2000/svg","svg");g.setAttribute("viewBox","0 0 16 16"),g.setAttribute("width","20"),g.setAttribute("height","20"),g.innerHTML='',m.appendChild(g),m.onclick=()=>{a.style.display="none",vm({method:"retryFailedParagraphs"}),wa(m,!0)}}else if(r=="login")p=u("goLogin"),m.onclick=()=>{wa(m,!0),window.open(n4)};else if(r=="upgrade")p=u("upgradeToPro"),m.onclick=()=>{wa(m,!0),window.open(Pu)};else if(r=="setting")p=u("goSettings"),m.onclick=()=>{wa(m,!0),window.open(we.OPTIONS_URL)};else if(r=="changeService")p=u("detectServiceLoading"),m.onclick=()=>{wa(m,!0),window.open(we.OPTIONS_URL)},xm(t,t.config.translationService,!1).then(g=>{g?(p=u("toggleToService",{service:u("translationServices."+g)}),m.innerHTML=at.sanitize(p),m.onclick=()=>{dv(g),wa(m,!0)}):(p=u("goSettings"),m.innerHTML=at.sanitize(p))});else if(r=="none")return;m.className="immersive-translate-btn",m.innerHTML+=at.sanitize(p),s.appendChild(m)}function Tk(){let t=document.querySelector("#immersive-translate-modal-root");return t&&t.shadowRoot?t.shadowRoot.querySelector(`#${Q}-modal`)?.style.display=="block":!1}function yk(){let t=document.querySelector("#immersive-translate-modal-root");if(t&&(t.style.display="block",t.shadowRoot)){let e=t.shadowRoot.querySelector(`#${Q}-modal`);e&&(e.style.display="block")}}function wa(t,e=!1){let n=document.querySelector("#immersive-translate-modal-root");if(!n||n.style.display=="none")return;let r=n.shadowRoot.querySelector(`#${Q}-modal`);r&&r!==t&&(!e&&r.contains(t)||(r.style.display="none"))}function vk(t,e){let n=e;if(n&&n.detail)try{let r=n.detail;if(!r||!r.type)return;let{title:a,errMsg:i,action:o}=r;av(iv.bind(null,t,a,i,o))}catch(r){z.warn("parse message error",r)}}async function Sk(t,e){let n=e;if(z.debug("receive third party message",n),n&&n.detail){let r=null;try{let a=JSON.parse(n.detail);if(a&&a.type){if(a.type==="retryFailedParagraphs")vm({method:"retryFailedParagraphs"});else if(a.type==="updateCommands")r2(a.data);else if(a.type==="toggleEnableDefaultAlwaysTranslatedUrls")hk();else if(a.type==="toggleEnableInputTranslation")bk();else if(a.type==="translatePage")Ak(a.data);else if(a.type==="getAsyncTranslationServiceList")r=ps(t,"translationService");else if(a.type==="getAsyncTargetLanguageList")r=gc(a.data?.translationService,a.data?.targetLanguage);else if(a.type==="getAsyncTranslationMeta"){let i=t.state.translationService||t.config.translationService;r={targetLanguage:t.state.targetLanguage||t.targetLanguage,translationService:i,translationMode:t.state.translationMode}}else if(a.type=="getAsyncTranslateContent"){let i={...t,translationService:a.data.service};try{r=await kk(a.data,i)}catch(o){ev(a.type,o.uiConfig(i),a.id)}}else a.type==="getAsyncLanguageByText"?r=await Vl(a.data):a.type==="sharePage"?Em({detail:a.data},t):a.type==="switchTranslationMode"?Sm(a.data):nv(a.type);r&&a.id&&ev(a.type,r,a.id)}}catch(a){z.warn("parse message error",a)}}}function xk(t){setTimeout(()=>{ov()},10)}function Ek(t){we.HAS_CSP_ERROR="1"}function Ck(t,e){let n=e.detail;(n.name=="open_pdf_page"||n.name==="open_html_page")&<(n.name,[{name:n.name}],{...t})}function wk(){Jy.forEach(t=>{t()}),Jy=tv}function Dk(t){if(ye()&&typeof GM<"u"&&GM&&GM.registerMenuCommand){let e=gl.commands,a=[...Object.keys(e).filter(i=>i==="toggleTranslatePage").map(i=>{let o=e[i].description,s=o;return o.startsWith("__MSG_")&&o.endsWith("__")&&(s=no(`browser.${o.slice(6,-2)}`,t.interfaceLanguage)),{id:i,title:s}}),{id:Ad,title:no("browser.openEbookViewer",t.interfaceLanguage),key:"e"},{id:kd,title:no("browser.openEbookBuilder",t.interfaceLanguage),key:"m"},{id:wd,title:no("browser.openOptionsPage",t.interfaceLanguage),key:"o"},{id:Dd,title:no("browser.openAboutPage",t.interfaceLanguage),key:"a"}];for(let i of a)GM.registerMenuCommand(i.title,()=>{i.id===wd?uk():i.id===Dd?lk():i.id===kd?ck():i.id===Ad?dk():nv(i.id)},i.key)}}function vm(t){ma(t,{tab:{id:1,url:"https://www.fake.com",active:!0}}).catch(n=>{z.error("send content message request failed",t,n)});let e=new CustomEvent(wr,{detail:t});globalThis.document.dispatchEvent(e)}async function Ak(t){let e={};t?.translationMode&&(e.translationMode=t.translationMode),t?.translationService&&(e.translationService=t.translationService),t?.targetLanguage&&(e.targetLanguage=t.targetLanguage),t?.translationStartMode&&(e.translationStartMode=t.translationStartMode);let n=await Ke(Ae(),e);fn(n)}function ev(t,e,n){globalThis.document.dispatchEvent(new CustomEvent(_t,{detail:JSON.stringify({id:n,type:t,payload:e})}))}async function kk({textList:t,from:e,to:n,service:r},a){if(a.rule.id!=="immersive")return;let i=t.map(s=>({text:s||"",id:0,from:e,to:n,url:a.url,fromByClient:e,force:!0})),o=null;try{let s=await Qe({sentences:i},{...a,translationService:r},u=>o=u);if(o)throw o;return s}catch(s){throw s}}d();var ii={};async function Cm(){let e=[...document.querySelectorAll(".source-text")].map(r=>r.textContent).join(""),n=await Ie({text:e,minLength:200,pageLangs:[ft(),"en"]});return Nn(n),n}async function mv(t){pn("Translating");let e=yt(),n=Il(),r=[...document.querySelectorAll(".source-text")];if(Ui(t,e))return;let a=r.filter(i=>i.innerText?.trim()).map((i,o)=>{let s=i.parentElement?.parentElement?.querySelector(".target-text");return ut(i,"id",o+""),s&&(qi(s,o)?.remove(),s.appendChild(vs(t,o))),{text:i.innerText||"",id:o,from:e,to:t.targetLanguage,url:"https://google.com",fromByClient:n,force:!0}});document.dispatchEvent(new CustomEvent(_t,{detail:JSON.stringify({type:"totalParagraphsCount",payload:{totalParagraphsCount:a.length}})}));try{await Qe({sentences:a},{...t,sourceProgram:"subtitle"},(i,o,s)=>{let u=s.id,l=qi(document.body,u);if(!l)return;let c=l.parentElement;c&&(l.remove(),i?(c.innerHTML=at.sanitize(`${i.message}`),ii[u]={ok:!1,sentence:s}):o&&(c.innerHTML=at.sanitize(o.text),ii[u]={ok:!0,sentence:s}),document.dispatchEvent(new CustomEvent(_t,{detail:JSON.stringify({type:"paragraphTranslated",payload:{ok:!i}})})))})}catch(i){throw i}finally{pn("Translated")}}async function fv(t){pn("Translating"),document.dispatchEvent(new CustomEvent(_t,{detail:JSON.stringify({type:"retryFailedParagraphsStart",payload:{}})}));let e=Object.keys(ii),n=[],r=[];for(let a of e){let i=ii[a];if(!i.ok){let s=document.querySelector(`#error-id-${a}`);if(s){let u=s.parentElement;s.remove(),u&&(delete ii[a],u.appendChild(vs(t,a)),r.push(i.sentence))}}}try{await Qe({sentences:r},t,(a,i,o)=>{let s=o.id,u=qi(document.body,s);if(!u)return;let l=u.parentElement;l&&(u.remove(),a?(l.innerHTML=at.sanitize(`${a.message}`),ii[s]={ok:!1,sentence:o}):i&&(l.innerHTML=at.sanitize(i.text),ii[s]={ok:!0,sentence:o}),document.dispatchEvent(new CustomEvent(_t,{detail:JSON.stringify({type:"paragraphTranslated",payload:{ok:!a}})})))})}catch(a){throw a}finally{pn("Translated")}}function wm(){pn("Original"),document.querySelectorAll(".target-text").forEach(t=>{t.innerHTML=""})}d();var Dm={};async function hv(){let t=[...document.querySelectorAll("iframe")],e="";for(let r of t){let a=r.contentDocument;if(!a)continue;let i=a.body;if(i&&(e=e+i.innerText||"",e.length>1e3))break}let n=await Ie({text:e,pageLangs:["en"]});return Nn(n),n}async function bv(t){pn("Translating"),document.dispatchEvent(new CustomEvent(_t,{detail:JSON.stringify({type:"retryFailedParagraphsStart",payload:{}})}));let e=Object.keys(Dm),n=[];for(let r of e){let a=Dm[r];if(a.error){let o=a.commonAncestorContainer.querySelector(`[${xu}='${r}']`);o&&o.remove(),n.push(a)}}try{zs(),await vc(n,t,t.state.translationMode||t.config.translationMode)}catch{}finally{pn("Translated")}}function Tv(){let t=[...document.querySelectorAll("iframe")];for(let e of t){let n=e.contentDocument;if(!n)continue;let r=n.querySelectorAll("."+bt);for(let a of r)a.remove()}pn("Original")}async function yv(t){pn("Translating");let e=gs(),n=[...document.querySelectorAll("iframe")],r=[],a=[];for(let s of n){let u=s.contentDocument;if(!u)continue;po(u,t);let l=u.body;if(!l)continue;let c=an(t);c.isModifyImage=!1,Kr({id:e,container:l,filterRule:c,onParagraph:p=>{r.push(p)}})}let i=Tr(t.config.translationServices[t.translationService]),o=1;for(let s of r){let u=ac(s.flatNodes,{isPreWhitespace:s.isPreWhitespace||!1,delimiters:i,stayOriginalSelectors:t.rule.stayOriginalTags.concat(t.rule.stayOriginalTags).map(c=>c.toLowerCase()).concat(t.rule.stayOriginalSelectors).concat(t.rule.additionalStayOriginalSelectors)});if(!u)continue;s.variables=u?.variables||{},s.text=u?.text,s.id=(o++).toString();let l=await Hg(t,s,{excludeLanguages:t?.config?.translationLanguagePattern?.excludeMatches||[],isDetectParagraphLanguage:t.state.isDetectParagraphLanguage,targetLanguage:t.targetLanguage,delimiters:i,noTranslateRegexp:t.rule.noTranslateRegexp,minTextCount:2,minWordCount:1,ignoreZhCNandZhTW:t.rule.ignoreZhCNandZhTW});l&&(a.push(l),Dm[l.id]=l)}r=[],document.dispatchEvent(new CustomEvent(_t,{detail:JSON.stringify({type:"totalParagraphsCount",payload:{totalParagraphsCount:a.length}})}));try{await vc(a,t,t.state.translationMode||t.config.translationMode)}catch{}finally{pn("Translated")}}d();var or=!1,Pc,vv=!1,Lc=null;function xv(t){let{config:e}=t;if(t.isInputTranslationExcludeUrl){z.debug("exclude url for input");return}if(Lc===!1){z.debug("disable for this time");return}let n={...e.inputLanguageCodeAlias};wn.forEach(c=>n[c]=[c,...n[c]||[]]);let r=e.inputStartingTriggerKeyAlias[e.inputStartingTriggerKey]||[];r.includes(e.inputStartingTriggerKey)||r.unshift(e.inputStartingTriggerKey),n[e.inputTargetLanguage]=[...r,...n[e.inputTargetLanguage]];let a=e.inputTrailingTriggerKeyTimeout;tt().any&&(a=e.inputTrailingMobileTriggerKeyTimeout);let i={triggerTimes:e.inputTrailingTriggerKeyRepeatTimes,triggerKey:e.inputTrailingTriggerKey,triggerTimeout:a,codePrefix:e.inputStartingTriggerKey,codeAlias:n,flatAlias:Object.values(n).flat(),codePrefixAlias:e.inputStartingTriggerKeyAlias},o=0,s=Date.now();Pc&&self.removeEventListener("keydown",Pc),Pc=u,self.addEventListener("keydown",Pc);function u(c){if(or||Lc===!1)return;let p=c,m=p.target||p.srcElement,g=m?.tagName;(m?.isContentEditable||g=="INPUT"||g=="SELECT"||g=="TEXTAREA")&&(jk(c,i.triggerKey,i.codePrefixAlias)?l(c):o=0)}async function l(c){Date.now()-s=i.triggerTimes&&_k()&&(o=0,Lk(c,t,i))}Hk(t)}function Ev({codePrefix:t,flatAlias:e,codePrefixAlias:n}){let r=[],a=n[t]||[];a.includes(t)||a.unshift(t);for(let i of a){let o=e.map(s=>{let u=i+s;return a.includes(s)||(u+=" "),u});r.push(...o)}return new RegExp(r.join("|"))}function _c(t,e){for(let[n,r]of Object.entries(e))if(r.includes(t))return n;return""}var ho;function Cv(t){let e=t.parentElement;if(!e)return;ho=document.createElement("div"),ho.className=Q+"-input",ho.innerHTML=`
`,e.appendChild(ho);let n=e,r=!1;do{let a=getComputedStyle(n).position;if(["fixed","absolute","relative"].includes(a)){r=!0;break}n=n.parentElement}while(n);if(n=e,!r)do{if(getComputedStyle(n).position==="static"){n.style.position="relative";break}n=n?.parentElement||null}while(n)}function wv(){ho&&ho.remove()}async function Pk(t){if(!or)try{let f=function(){c=t.config.inputTargetLanguage;let b=l.split(" ")[0];b&&b[0]&&(b=b[0].toLowerCase()+b.slice(1)),b.trim()&&i.flatAlias.includes(b)?(c=_c(b,i.codeAlias),u=l.slice(b.length+1)):u=l},T=function(){c="";let b=Ev(i),h=l.split(b);if(h.length<2)return;if(u=h[h.length-1],s=h[0],h.length>2){let D=l.lastIndexOf(u),M=l.slice(0,D).lastIndexOf(h[h.length-2]);s=l.slice(0,M+h[h.length-2].length)}if(s.endsWith(i.codePrefix))return;if(s.endsWith(":")&&i.codePrefix=="/"){s="",u="";return}let C=l.slice(s.length+1,l.indexOf(u)).trim();if(c=_c(C,i.codeAlias),!c){z.warn("not found alias",C);return}},{config:e}=t,n={...e.inputLanguageCodeAlias};wn.forEach(b=>n[b]=[b,...n[b]||[]]);let r=e.inputStartingTriggerKeyAlias[e.inputStartingTriggerKey]||[];r.includes(e.inputStartingTriggerKey)||r.unshift(e.inputStartingTriggerKey),n[e.inputTargetLanguage]=[...r,...n[e.inputTargetLanguage]];let a=e.inputTrailingTriggerKeyTimeout;tt().any&&(a=e.inputTrailingMobileTriggerKeyTimeout);let i={triggerTimes:e.inputTrailingTriggerKeyRepeatTimes,triggerKey:e.inputTrailingTriggerKey,triggerTimeout:a,codePrefix:e.inputStartingTriggerKey,codeAlias:n,flatAlias:Object.values(n).flat(),codePrefixAlias:e.inputStartingTriggerKeyAlias},o=document.activeElement;if(!o||o.tagName==="BODY")return;or=!0;let s="",u="",l=Da(o)||"",c=t.config.inputTargetLanguage;t.config.inputStartingTriggerKey==="none"?f():(T(),!c&&t.config.enableInputTranslationWithoutTriggerKey&&f());let p=Dv(u,i),m=await Ie({text:p,pageLangs:["en"]});z.debug("translateContent",p,m);let g={text:p||"",id:0,from:m,to:c,url:"https://google.com",fromByClient:m,force:!0};if(!g.text||g.text.length>5e3)return;Cv(o),Je(Su,Date.now());try{let b=await ya(g,{...t,translationService:t.inputTranslationService});kv(t),Av(t,o,s+b.text)}catch(b){if(b instanceof $){let h=b.uiConfig(t);h.action=="retry"&&(h.action="none"),document.dispatchEvent(new CustomEvent(Ra,{detail:h}))}}finally{or=!1}}catch(e){throw or=!1,e}finally{or=!1,wv()}}async function Lk(t,e,n){if(!or)try{let p=function(){s=e.config.inputTargetLanguage;let g=o.split(" ")[0];g&&g[0]&&(g=g[0].toLowerCase()+g.slice(1)),g.trim()&&n.flatAlias.includes(g)?(s=_c(g,n.codeAlias),i=o.slice(g.length+1)):i=o},m=function(){s="";let g=Ev(n),f=o.split(g);if(f.length<2)return;if(i=f[f.length-1],a=f[0],f.length>2){let b=o.lastIndexOf(i),h=o.slice(0,b).lastIndexOf(f[f.length-2]);a=o.slice(0,h+f[f.length-2].length)}if(a.endsWith(n.codePrefix))return;if(a.endsWith(":")&&n.codePrefix=="/"){a="",i="";return}let T=o.slice(a.length+1,o.indexOf(i)).trim();if(s=_c(T,n.codeAlias),!s){z.warn("not found alias",T);return}},r=document.activeElement;or=!0;let a="",i="",o=Da(r)||"",s=e.config.inputTargetLanguage;n.codePrefix==="none"?p():(m(),!s&&e.config.enableInputTranslationWithoutTriggerKey&&p());let u=Dv(i,n),l=await Ie({text:u,pageLangs:["en"]});z.debug("translateContent",u,l);let c={text:u||"",id:0,from:l,to:s,url:"https://google.com",fromByClient:l,force:!0};if(!c.text)return;if(e.config.isShowInputTranslationConsent&&!vv){vv=!0;let g=await Wk(e);if(t.target&&t.target.focus(),g==="open_settings"){Yi(!0,"#input");return}else if(g==="open_learn_more"){Qi("https://immersivetranslate.com/docs/input/");return}else if(g==="disable_once"||g==="disable_forever"){if(Lc=!1,g==="disable_forever"){let f=await mn();f.enableInputTranslation=!1,f.isShowInputTranslationConsent=!1,await gn(f)}else if(g==="disable_once"){let f=await mn();f.isShowInputTranslationConsent=!1,await gn(f)}return}else if(g==="close_disable_once"||g==="close_disable_forever"){if(Lc=!1,g==="close_disable_forever"){let f=await mn();f.enableInputTranslation=!1,f.isShowInputTranslationConsent=!1,await gn(f)}return}else if(g==="enable"){let f=await mn();f.enableInputTranslation=!0,f.isShowInputTranslationConsent=!1,await gn(f)}else if(g==="close_enable"){let f=await mn();f.enableInputTranslation=!0,await gn(f)}}Cv(r),Je(Su,Date.now());try{let g=await ya(c,{...e,translationService:e.inputTranslationService});kv(e),Av(e,r,a+g.text)}catch(g){if(g instanceof $){let f=g.uiConfig(e);f.action=="retry"&&(f.action="none"),document.dispatchEvent(new CustomEvent(Ra,{detail:f}))}}finally{or=!1}}catch(r){throw or=!1,r}finally{or=!1,wv()}}function _k(){let t=document.activeElement;if(!t)return!1;if(Fc(t)){let e=t.selectionStart||0,n=t.value.length,a=t.value.split(` `).reverse()[0].trim(),i=n<=e;return z.debug("cursorPosition",e,"textLength",n),z.debug("input isTail",i,"tailHasText",a),i&&!!a}else{let e=window.getSelection();if(!e)return z.debug("No active selection found."),!1;if(e.rangeCount>0){let n=e.getRangeAt(0),r=n.startContainer;if(r.nodeType===Node.TEXT_NODE){let a=Fk(r,t);z.debug("Current text node:",r.textContent),z.debug("Cursor position within text node:",n.startOffset);let i=r.textContent?.length===n.startOffset&&a,o=t.innerText?.split(` -`).reverse(),s=ot()?o[0]||o[1]:o[0];return z.debug("editdiv isTail",i,"tailHasText",s),i&&!!s}else z.debug("Cursor is not within a text node.")}}return!1}function Fk(t,e){let n;function r(a){if(a.nodeType===Node.TEXT_NODE)n=a;else for(let i of a.childNodes)r(i)}return r(e),n==t}function Dv(t,e){let{triggerTimes:n,triggerKey:r}=e,a=0,i=" ";r.length==1?(a=n,i=r):r.toLowerCase()=="space"&&(a=n);let o=t.length;for(let s=t.length-1;s>=t.length-a;s--){if([10,8629].includes(t[s].charCodeAt(0))){o--;continue}if(![...e.codePrefixAlias[r]||[],i].includes(t[s]))break;o--}return t.length-o<3&&[".","\u3002"].includes(t[o-1])&&o--,t.slice(0,o)}function Mk(t,e){let n=e.innerHTML,r=Da(e);return{html:n.replace(r,t),text:t}}function Sv(t,e,n=!1){let r=Da(e);return n?r.trim().endsWith(t.text.trim()):r?.trim()?.indexOf(t?.text?.trim())>=0}function Da(t){return t.value||t.innerText||t.textContent}async function Aa(t){await new Promise((e,n)=>{setTimeout(()=>{e("")},t)})}async function Bk(t,e,n){await Aa(10);let r=new DataTransfer;t.forEach(a=>{a==="plain"&&r.setData("text/plain",e.text)}),n.dispatchEvent(new ClipboardEvent("paste",{clipboardData:r,bubbles:!0,cancelable:!0})),r.clearData(),await Aa(10)}async function Ik(t,e){let n=document.createEvent("TextEvent");n.initTextEvent&&(n.initTextEvent("textInput",!0,!0,window,t.text),e.dispatchEvent(n),await Aa(10))}async function Rk(t,e){e.value&&e.select(),document.execCommand("insertText",!1,t.text.replace(/\n/g,"\r")),await Aa(20),(e.value||e.value==="")&&(e.value=t.text)}async function Ok(t,e){Fc(e)&&(e.value=t.text,e.dispatchEvent(new Event("input",{bubbles:!0})),await Aa(20))}var zk=[Bk.bind(null,["plain"])];function Nk(t){let e;Fc(t)?e=new InputEvent("beforeinput",{bubbles:!0,cancelable:!0,inputType:"deleteContent"}):e=new KeyboardEvent("keydown",{bubbles:!0,cancelable:!0,keyCode:8,which:8,location:0,key:"Backspace"}),t.dispatchEvent(e)}function Fc(t){return t.tagName==="INPUT"||t.tagName==="TEXTAREA"}function Uk(t){if(Fc(t))return;t.focus();let e=window.getSelection();if(!e)return;let n=document.createRange();n.selectNodeContents(t),e.removeAllRanges(),e.addRange(n)}async function Av(t,e,n){await Uk(e),await Aa(50);let r=t.rule.inputConfig,a=Mk(n,e);try{r?.clearContentEnable&&Nk(e),await Aa(50),r?.execCommandDeleteEnable&&!Wn()&&Da(e)?.trim()!=""&&(document.execCommand("delete"),await Aa(50)),z.debug("clearContent",Da(e))}catch(i){z.error(i)}for(let i of[...zk,Rk,Ok,Ik]){await i(a,e);let o=qk();if(!o)return;if(z.debug("setContent",i.name,Sv(a,o),Da(o),a),Sv(a,o))break}}function qk(){return document.activeElement}function kv(t){lt("translate_input",[{name:"translate_input",params:{input_trailing_trigger_key:t.config.inputTrailingTriggerKey,input_starting_trigger_key:t.config.inputStartingTriggerKey,input_target_language:t.config.inputTargetLanguage}}],t)}function jk(t,e,n){let r="";t&&t.code&&(r=t.code.toLowerCase());let a="";t&&t.key&&(a=t.key.toLowerCase());let i=t.keyCode,o=n[e]||[];return i===229&&e!=="space"?!1:!!(o.includes(r)||o.includes(a)||r===e||a===e)}async function Hk(t){if(t.config.interfaceLanguage!=="zh-CN"||t.config.targetLanguage!=="zh-CN")return;let e="inputTutorialsShowedAt";if(await At(e,"")||Number(await At(Su,0))>0)return;let a=t.rule.inputConfig,i=a.tutorialsSelectors,o=a.tutorialsText;if((i?.length||0)>0&&o)for(let s=0;s{Kk()},100),new Promise(p=>{let g=p;if(o){let k=o.shadowRoot;if(!k)return;s=k.querySelector(`.${n}`);let v=s.querySelector(`.${r}`),I=s.querySelector(`.${i}`),F=s.querySelector(`.${a}`)}else{let k=document.createElement("div");k.setAttribute("translate","no"),k.className="no-translate immersive-translate-error-modal-input-shadow-root",k.id=e,k.style.all="initial",k.style.zIndex="2147483647",document.body.appendChild(k);let v=k.attachShadow({mode:"open"}),I=document.createElement("style"),F=Me();I.textContent=F.IMMERSIVE_TRANSLATE_INPUT_INJECTED_CSS,v.appendChild(I),s=document.createElement("div"),s.className=n+" notranslate",s.id=n;let L=document.createElement("div");L.className=Q+"-modal-content notranslate "+Q+"-modal-content-in-input",s.appendChild(L);let U=document.createElement("span");U.textContent="\xD7",U.className=Q+"-close",L.appendChild(U),u=document.createElement("div"),u.className=r+" notranslate",L.appendChild(u),c=document.createElement("div"),c.className=a+" notranslate",L.appendChild(c),l=document.createElement("div"),l.className=i,L.appendChild(l),v.appendChild(s),U.onclick=function(){B(),p("close")},v.addEventListener("click",N=>{N.target==s&&(s.style.display="none",p("close"))})}document.addEventListener("keydown",_);let m=kt.bind(null,t);u.innerHTML=`
${nc} ${m("modalEnableInputTranslationTitle")}
`,c.innerHTML="";let f=document.createElement("p");f.innerHTML=m("modalEnableInputTranslationDesc",{1:"https://immersivetranslate.com/docs/input/"}),f.style.cssText="margin-bottom:12px",c.appendChild(f);let T=document.createElement("div");T.style.cssText="margin-bottom: 12px;",T.innerHTML=at.sanitize(m("disableInputTranslationTips",{option:`${m("option")}`,learnMore:`${m("learnMore")}`})),c.appendChild(T);let b=[{id:"enable-search-enhancement",value:"enable",text:m("continueEnalbeInputTranslation")},{id:"disable-once",value:"once",text:m("disableOnce")},{id:"disable-global",value:"global",text:m("disableGlobal")}];for(let k=0;kl===e)||t.ignoreBuildPlatforms?.find(l=>l===n))return;let i=globalThis.navigator.userAgent;if(t.ignoreUserAgents?.find(l=>i.match(new RegExp(l))))return;let{initOptions:s}=t,u={dsn:Gk,environment:Me().PROD==="1"?"production":"develop",...t.initOptions};s?.ignoreErrors&&(u.ignoreErrors=Am(s.ignoreErrors)),s?.denyUrls&&(u.denyUrls=Am(s.denyUrls)),s?.allowUrls&&(u.allowUrls=Am(s.allowUrls)),u.release=`${n}@${e}`,$a.init(u),Bc()}catch{}}async function Bc(){try{let t=await Mt.get(Ft,null);if(!Ks||!t)return;$a.setUser({id:t.id,username:t.userName,nickname:t.nickName,email:t.email})}catch{}}function Lv(t,e){try{if(!Ks)return;$a.setContext(t,e)}catch{}}function _v(t){try{if(!Ks)return;$a.setTags(t)}catch{}}function Am(t){return t.map(e=>new RegExp(e))}var fe=null,Ic={},To,Fv=!1;async function ov(){$i.clearStrictTicks();let t=await Ke(Ae(),{}),e=await Cs();if(z.debug("init page ctx",t),Rv(t),t.rule.pageType=="subtitleBuilder"){Cm();return}if(t.rule.pageType=="ebookBuilder"){hv();return}if(To||(To=t.state.translationTheme),t.rule.urlChangeDelay&&await Dr(t.rule.urlChangeDelay),t.rule.waitForSelectors&&t.rule.waitForSelectors.length>0&&await r8(t.rule.waitForSelectors,t.rule.waitForSelectorsTimeout),t.rule.isInjectOptionsUrl){let s=$l(),u=document.createElement("meta");u.name="immersive-translate-options-url",u.content=s;try{document.head&&document.head.appendChild&&document.head.appendChild(u)}catch(l){z.warn("inject options url failed",l)}}if(t.rule.globalMeta&&Object.keys(t.rule.globalMeta).forEach(u=>{let l=document.createElement("meta");l.name=u,l.content=t.rule.globalMeta[u],document.head.appendChild(l)}),t.rule.initialGlobalAttributes&&BT(document.body,t.rule.initialGlobalAttributes),t.rule.pageType=="pdfReader"){fn(t);return}if(t.config.arxivRule&&t.config.arxivRule.matches&&wt(t.url,t.config.arxivRule.matches)){let u=document.querySelector(t.config.arxivRule.injectContainerSelector);if(u){let l=document.querySelector(t.config.arxivRule.officialHtmlSelector),c="";if(l&&l.getAttribute&&l.getAttribute("href")){let b=l.getAttribute("href");try{let h=new URL(b);h.searchParams.set("_immersive_translate_auto_translate","1"),c=h.toString()}catch{}}let m=new URL(t.url).pathname.split("/").pop(),f=!1,T=!0;if(m)try{let h=m.split(".")[0],C=h.slice(0,2),D=h.slice(2,4),M=new Date(`20${C}-${D}-27`),B=new Date(t.config.arxivRule.validBefore);M${kt(t,"viewWithImmersiveTranslate")}`,u.appendChild(b)}else{let b="";if(c&&(b=c),b){let h=document.createElement("li");h.innerHTML=`${kt(t,"viewWithImmersiveTranslate")}`,u.appendChild(h)}}}}if(t.rule.isOnBoardingPage){document.dispatchEvent(new CustomEvent(_t,{detail:JSON.stringify({type:"currentConfig",payload:{enableDefaultAlwaysTranslatedUrls:!!t.config.enableDefaultAlwaysTranslatedUrls}})}));let s=document.querySelector("#immersiveTranslateEnableDefaultAlwaysTranslatedUrlsValue");s&&(s.value="helloworld",s.value=String(!!t.config.enableDefaultAlwaysTranslatedUrls),s.dispatchEvent(new Event("change")))}Fv||(Fv=!0,Xe()&&t.rule.useIframePostMessage&&await aT());let n=t.sourceLanguage;n==="auto"?n=await Mv():Nn(n);let r=o1(t,n);if(r&&(t=await Ke(Ae(),{translationMode:r})),t.rule.isInjectMeta)try{let s=await n1(n),u=document.createElement("meta");u.name="immersive-translate-meta",u.content=Hd(JSON.stringify(s)),document.head&&document.head.appendChild&&document.head.appendChild(u)}catch(s){z.warn("inject meta failed",s)}let a=new URL(t.url),o=a.searchParams.get("_immersive_translate_auto_translate")==="1"||a.searchParams.get("_immersive_translate_auto_translate")==="true"||t.state.isAutoTranslate||t.isTranslateUrl||t.rule.pageType=="pdfReader";if(!o&&!t.isTranslateExcludeUrl&&(z.debug(`detect page language: ${t.url} ${n}`),ua(n,t.targetLanguage,{ignoreZhCNandZhTW:t.rule.ignoreZhCNandZhTW})||n==="auto"||GT(n,t.config.translationLanguagePattern)&&(o=!0,z.debug(`match language pattern ${n}, auto translate`))),t.rule.pageType=="ebookBuilder"&&(o=!1),t.rule.pageType!=="pdfReader"&&_o(e)&&yo(t,window),o)fe.state.isAutoTranslate=!0,fn(fe);else if(z.debug("do not auto translate",t),t.rule.initTranslationServiceAsSoonAsPossible&&t.translationService==="deepl"){if(ua(n,t.targetLanguage,{ignoreZhCNandZhTW:t.rule.ignoreZhCNandZhTW})||n==="auto")return;t.config&&t.config.translationServices&&t.config.translationServices.deepl&&t.config.translationServices.deepl.authKey&&typeof t.config.translationServices.deepl.authKey=="string"&&t.config.translationServices.deepl.authKey.startsWith("immersive_")&&(Ic[t.translationService]||(Ic[t.translationService]=!0,Xe()||Pg(t).catch(s=>{z.warn("init translation engine error",s)})))}}async function Pm(t){if($e()==="Original"){let e={};To&&(e.translationTheme=To),fe&&(e={...fe.state,...e});let n=await Ke(Ae(),e);if(t?.trigger=="right_menu"&&Hr(n?.rule)){let r=ga(n.rule);Zi(!0,r||Ae());return}await fn(fe,t)}else($e()==="Translated"||$e()==="Error")&&oi()}async function Vk(){if(fe=await Ke(Ae(),{}),fe.rule.pageType=="ebookBuilder")return bv(fe);if(fe.rule.pageType=="subtitleBuilder")return fv(fe);zv()}async function Lm(t){if($e()==="Original"){fe=await Ke(Ae(),{}),To||(To=fe.state.translationTheme);let e="mask";fe.state.translationTheme==="opacity"&&(e="opacity"),fe=await Ke(Ae(),{translationTheme:e}),await fn(fe,t)}else if($e()==="Translated"){let e="mask";fe?.state?.translationTheme==="opacity"&&(e="opacity");let n=e1().filter(i=>i.contentDocument?.body).map(i=>i.contentDocument.body),r=[fe.mainFrame,...n],a=fe?.state.translationTheme;for(let i of r){let o=Ki(i,yi,!0);a==="mask"||a==="opacity"?o!=="none"?ut(i,yi,"none",!0):ut(i,yi,e,!0):o!=="mask"&&o!=="opacity"?ut(i,yi,e,!0):ut(i,yi,"none",!0)}}}async function Mv(){let t=await Ke(Ae(),{});return t.rule.pageType=="subtitleBuilder"?Cm():Ov(t)}function $k(t){$e()==="Original"?Pv(t):si()}function Yk(t){$e()==="Original"?mv(t):wm()}function Qk(t){$e()==="Original"?bo(t):si()}async function oi(){Ji(""),document.dispatchEvent(new CustomEvent(_t,{detail:JSON.stringify({type:"restorePage",payload:{}})}));let t=await Ke(Ae(),{});if(t.rule.pageType=="subtitleBuilder"){wm();return}else t.rule.pageType=="ebookBuilder"&&Tv();si()}async function fn(t,e){t.config?.sentryConfig?.contentInitTime=="translate_page"&&Mc(t.config?.sentryConfig);let n=$e(),r={pageStatus:n,translateService:t.state.translationService||t.translationService,translationMode:t.state.translationMode};Lv("translatePage",r),_v(r),n!=="Original"&&await oi(),document.dispatchEvent(new CustomEvent(_t,{detail:JSON.stringify({type:"translateStart",payload:{}})})),document.dispatchEvent(new CustomEvent(_t,{detail:JSON.stringify({type:"targetLanguage",payload:{targetLanguage:t.targetLanguage}})})),Ic[t.translationService]||(Ic[t.translationService]=!0,Xe()||Pg(t).catch(i=>{z.warn("init translation engine error",i)}));let a={};if(e&&e.trigger&&(a.trigger=e.trigger),lt("translage_page_daily",[{name:"translage_page_daily",params:a}],t),lt("translate_page",[{name:"translate_page",params:a}],{...t,sourceLanguage:yt()}),t.rule.pageType=="subtitleBuilder"){Yk(t),Ji("yes");return}if(t.rule.pageType=="ebookBuilder"){yv(t),Ji("yes");return}if(t.rule.pageType==="pdfReader"){$k(t),Ji("yes");return}Qk(t),Ji("yes")}async function Zk(t,e){let n=fe?.translationService;if($e()==="Original"||n!=t){fe=await Ke(Ae(),{translationService:t});let r=kt(fe,"temprarilyChangeTranslationTo_"+t);Sc({text:r}),await fn(fe,e)}else{oi();let r=await qn(),a={url:Ae(),config:r,state:{}},i=await Un(a);fe=await Ke(Ae(),{translationService:i.translationService})}}async function Jk(t){$e()==="Original"?await km(t):($e()==="Translated"||$e()==="Error")&&(fe=await Ke(Ae(),{}),fe.state.translationArea!=="main"?await km(t):oi())}async function km(t){fe=await Ke(Ae(),{translationArea:"main"}),await fn(fe,t)}async function Bv(t){fe=await Ke(Ae(),{translationArea:"body"}),await fn(fe,t)}async function _m(t){let e=await Ke(Ae(),{}),n=e.state.translationMode=="dual"?"translation":"dual";if(e=await Ke(Ae(),{translationMode:n}),$e()==="Original"){fn(e,t);return}window.immersiveTranslateSwitchTranslateState&&window.immersiveTranslateSwitchTranslateState(n)}async function Sm(t){if(fe=await Ke(Ae(),{translationMode:t}),lt("switch_translation_mode",[{name:"switch_translation_mode",params:{mode:t}}],{...fe,sourceLanguage:"unknown"}),$e()==="Original"){fn(fe);return}window.immersiveTranslateSwitchTranslateState&&window.immersiveTranslateSwitchTranslateState(t)}async function Xk(t){if($e()==="Original")await Bv(t);else if($e()==="Translated"||$e()==="Error"){let e={};fe&&fe.state&&(e=fe.state),fe=await Ke(Ae(),e),fe.state.translationArea!=="body"?(fe.state.translationArea="body",fe=await Ke(Ae(),fe.state),await fn(fe,t)):oi()}}async function Iv(t){fe=await Ke(Ae(),{translationStartMode:"immediate"}),await fn(fe,t)}async function e8(t){$e()==="Original"?await Iv(t):($e()==="Translated"||$e()==="Error")&&oi()}function t8(){return fe}async function Ke(t,e){let n=Object.keys(e);if(fe){let r={url:t,config:fe.config,state:{...fe.state,...e}};fe=await Un(r)}else{let r=await qn(),a=e;n.length===0&&(a=void 0),fe=await Un({url:t,config:r,state:a})}return fe.state&&fe.state.translationService&&(fe.translationService=fe.state.translationService),fe.state&&fe.state.targetLanguage&&(fe.targetLanguage=fe.state.targetLanguage),fe}async function n8(){let t=await mn()||{},e=t.generalRule||{},n=e["subtitleRule.add"]||{},r=!n.preTranslation;await gn({...t,generalRule:{...e,"subtitleRule.add":{...n,preTranslation:r}}}),r?Sc({text:kt(fe,"videoSubtitlePreTranslationOn")}):Sc({text:kt(fe,"videoSubtitlePreTranslationOff")}),setTimeout(()=>{window.location.reload()},1e3)}async function bm(){let t=await qn(),e=await Cs(),n;fe&&fe.state&&(n=fe.state);let r={url:Ae(),config:t,state:n},a=await Un(r);a.state&&a.state.translationService&&(a.translationService=a.state.translationService),fe=a,Fm(fe);let i=Gs(),o=[];return i?o=i.allInlineWindows||[window]:o=[window],o.forEach(s=>{rv(a,s),_o(e)&&yo(a,s),xv(a)}),a}function r8(t,e=3e3){return new Promise((n,r)=>{let a=e?setTimeout(()=>{n(new Error("timeout"))},e):void 0,i=setInterval(()=>{t.every(s=>document.querySelector(s)!==null)&&(clearInterval(i),a&&clearTimeout(a),n(null))},50)})}async function sv(t){let e=t.detail,n=mn();await Fy(e.token,n,gn),Mt.set(Ft,e);let r=await Mt.get(Md,!1);Mt.set(Md,!1),document.dispatchEvent(new CustomEvent("immersiveTranslateDocumentMessageUserResult",{detail:r?"close":"success"})),Bc()}function uv(t){z.debug("update user info",t);let e=t.detail;Mt.set(Ft,e),Bc()}async function lv(t){let e=await mn();if(e.translationService)return;let n=t.config.translationService,r=await xm(t,n);if(t.translationService!==r){if(!r){hs([{name:"no_avaliable_translation_service"}]);return}e.translationService=r,gn(e),t.translationService=r,hs([{name:"change_default_translation_service",params:{translation_service:r}}])}}async function cv(t,e){let n=e.detail;if(t.rule.id!="immersive")return;let r=n.translateService;if(!r)return;let a=n.provider,i=await mn();i.translationService=r,a&&i?.translationServices?.[r]?.provider&&(i.translationServices[r].provider=a),i.translationServiceChangedbyUserAt=new Date().toISOString(),gn(i)}async function xm(t,e,n=!0){let r=t.rule.detectionServiceOrder||["google","bing","transmart","yandex"];return r.sort((a,i)=>a===e?n?-1:1:i===e?n?1:-1:0),await ET(r,t)}async function dv(t){let e=await mn();e.translationService=t,await gn(e);let n=await Ke(Ae(),{});n.translationService=t,await fn(n)}G1({detectCurrentPageLanguage:Mv,ensureSwitchTranslationMode:_m,restorePage:oi,retryFailedParagraphs:Vk,switchTranslationMode:Sm,toggleTranslatePage:Pm,toggleTranslateTheMainPage:Jk,toggleTranslateTheWholePage:Xk,toggleTranslationMask:Lm,toggleVideoSubtitlePreTranslation:n8,translatePage:fn,translatePageWithTranslationService:Zk,translateTheMainPage:km,translateTheWholePage:Bv,translateToThePageEndImmediately:Iv,toggleTranslateToThePageEndImmediately:e8,updateGlobalContext:bm,getPureGlobalContext:t8});d();d();function Rc({parent:t,ctx:e,Component:n,props:r={},style:a="",id:i,initialCSS:o=!0}){let s=i||Q+n.name;t.querySelector(`#${s}`)&&document.querySelector(`#${s}`)?.remove();let u=document.createElement("div");u.id=s,o&&u.setAttribute("style","all: initial");let l=u.attachShadow({mode:"open"});a&&An(l,a),t.appendChild(u),$r(w(eo,{lang:e.config.interfaceLanguage,fallbackLang:"zh-CN",translations:zt,children:w(n,{...r})}),l)}d();d();d();function vo(t){return ka(t).subtitles}function ka(t){let e=[],n=t.split(/\r?\n/),r={},a=-1;return n.forEach((i,o)=>{let s=i.match(/(?(\d{2}:)*\d{2}([.,]\d{3})?) --> (?(\d{2}:)*\d{2}([.,]\d{3})?)(?${n}`,r+=`${n}`,r+=`${n}`;for(let a=0;a${n}`,r+=`

${Gm.htmlEncode(i.text||"")}${e.closeTags?"

":""}${n}`,e.closeTags&&(r+=`${n}`),r+=`${n}`,r+=`

 ${e.closeTags?"

":""}${n}`,e.closeTags&&(r+=`
${n}`);continue}e.verbose}}return r+=`${n}`,r+=`${n}`,r},q8=t=>/]*>[\s\S]*]*>/.test(t),g9=Kt({name:p9,build:U8,detect:q8,helper:Gm,parse:N8});d();var j8="srt",Ys={toMilliseconds:t=>{let e=/^\s*(\d{1,2}):(\d{1,2}):(\d{1,2})(?:[.,](\d{1,3}))?\s*$/.exec(t);if(!e)throw new Error(`Invalid time format: ${t}`);let n=parseInt(e[1]),r=parseInt(e[2]),a=parseInt(e[3]),i=e[4]?parseInt(e[4]):0;return n*3600*1e3+r*60*1e3+a*1e3+i},toTimeString:t=>{let e=Math.floor(t/1e3/3600),n=Math.floor(t/1e3/60%60),r=Math.floor(t/1e3%60),a=Math.floor(t%1e3);return`${(e<10?"0":"")+e}:${n<10?"0":""}${n}:${r<10?"0":""}${r},${a<100?"0":""}${a<10?"0":""}${a}`}},H8=(t,e)=>{let n=[],r=e.eol||`\r `,a=t.split(/\r?\n\s*\n/g);for(let i=0;i\s*(\d{1,2}:\d{1,2}:\d{1,2}(?:[.,]\d{1,3})?)\r?\n([\s\S]*)$/.exec(a[i]);if(s){let u={};u.type="caption",u.index=parseInt(s[1]),u.start=Ys.toMilliseconds(s[2]),u.end=Ys.toMilliseconds(s[3]),u.duration=u.end-u.start;let l=s[4].split(/\r?\n/);u.content=l.join(r),u.text=u.content.replace(/<[^>]+>/g,"").replace(/\{[^}]+\}/g,"").replace(/>>[^:]*:\s*/g,""),n.push(u);continue}e.verbose}return n},W8=(t,e)=>{let n="",r=e.eol||`\r `;for(let a=0;a ${Ys.toTimeString(i.end)}${r}`,n+=i.text+r,n+=r;continue}e.verbose}return n},K8=t=>/\d+\r?\n\d{1,2}:\d{1,2}:\d{1,2}(?:[.,]\d{1,3})?\s*-->\s*\d{1,2}:\d{1,2}:\d{1,2}(?:[.,]\d{1,3})?/.test(t),m9=Kt({name:j8,build:W8,detect:K8,helper:Ys,parse:H8});d();var G8="sub",Vm=25,V8=(t,e)=>{e.fps||=Vm;let n=e.fps>0?e.fps:Vm,r=[],a=e.eol||`\r @@ -5686,9 +5686,9 @@ ${s}`)}),Pa(e)}async getHumanSubtitleUrls(e,n){if(!n)return null;let r=n.find(s= `),pageLangs:[ft(),"en"]});if(et(be(o),this.ctx.targetLanguage))return null;qe(this.ctx,be(o));let s=i.map(c=>c.text),u=await this._translateSubtitle(s,o);return i.forEach((c,p)=>{c.text=u[p]}),Zs.build(a,{format:this.config.subsrtFormat||"vtt"})}catch(r){return z.error(r),null}finally{this.hideSubtitleLoading()}}async fetchSubtitle(e,n){let r=await fetch(e,n);if(!r.ok)throw new Error("request subtitle error");return(await r.text()||"").replace(/\r\n/g,` `)}};d();var nd=class extends He{autoShowObserver=null;videoSrc=null;loadSubtitleWithFetch(e,n){return this.loadSubtitle(e,n)}async loadSubtitle(e,n){try{this.showSubtitleLoading(!0);let r=await this.fetchSubtitle(e,n);if(!r)return null;let{doc:a,subtitles:i}=this.parseFromXml(r),o=await Ie({text:i.map(u=>u.textContent).join(` `),pageLangs:[ft(),"en"]});return et(be(o),this.ctx.targetLanguage)?null:(qe(this.ctx,be(o)),(await this._translateSubtitle(i.map(u=>u.textContent||""),be(o))).forEach((u,l)=>{i[l].textContent=u}),new XMLSerializer().serializeToString(a))}catch(r){return z.error(r),null}finally{this.hideSubtitleLoading()}}async fetchSubtitle(e,n){let r=await fetch(e,n);if(!r.ok)throw new Error("request subtitle error");return(await r.text()||"").replace(/\r\n/g,` -`)}parseFromXml(e){if(!this.config.xmlTextSelector)throw new Error("xml text selector is required");let n=new DOMParser().parseFromString(e,"text/xml"),r=[...n.querySelectorAll(this.config.xmlTextSelector)];return{doc:n,subtitles:r}}};d();var rd=class extends He{hasSubtitle=!1;async mutationVideoChange(){let e=n7(location.href,document,this.config.avSerial);if(!e)return;let n=this.config.avSerial?.serialAttachIframe;if(n){let a=document.querySelector(n);if(!a)return;let i=new URL(a.getAttribute("src")||"");i.searchParams.set("code",e),a.setAttribute("src",i.toString());return}let r=await this.fetchSubtitle(e);r&&(qe(this.ctx,"ja","av"),this.hasSubtitle=!0,Gr(this.ctx,this.config.attachRule?.appendSelector||"",{videoSelector:this.config.videoSelector||"video",subtitleItems:r,ctx:this.ctx,lang:"ja"}))}isShowQuickButton(){return Promise.resolve(this.hasSubtitle)}async fetchSubtitle(e){try{let n=await de({url:`https://subhub.weixin.so/missav/${e}`,responseType:"text"});if(!n)throw new Error("request subtitle error");return Zs.parse(n,{format:"vtt"}).map(a=>({...a,start:a.start/1e3,end:a.end/1e3}))}catch(n){z.error("fetchSubtitle",n);return}}};function n7(t,e,n){if(!n)return;let r;if(n.type==="url"&&(r=t),n.type=="selector"&&n.selector&&(r=e?.querySelector(n.selector)?.textContent),!!r){if(n.regexStr){let a=r.match(new RegExp(n.regexStr));if(a)return a[1]||a[0]}return r.toLowerCase()}}var r7={youtube:qc,netflix:jc,webvtt:Eo,khanacademy:Hc,bilibili:Wc,udemy:Kc,hulu:Jc,text_track:La,text_track_dynamic:wo,general:Gc,live:Co,ebutt:Yc,disneyplus:Qc,"fmp4.xml":Zc,multi_attach_vtt:Xc,twitter:ed,subsrt:td,xml:nd,av:rd},ad;function Rv(t){try{let e=t.rule.subtitleRule;if(e.disabled||!e.type)return;let n=r7[e.type];if(!n)return;ad=new n(t)}catch(e){z.error(e)}}async function Ym(){ad?.onPageStatusChange()}async function a7(t,e){if(ad?.autoEnableSubtitleChanged(),e&&e.trigger==="popup"&&Xe())return;let n={auto_enable_subtitles:t.rule.subtitleRule.autoEnableSubtitle?"1":"0",video_platform:t.rule.id||""};e&&e.trigger&&(n.trigger=e.trigger),lt("auto_enable_subtitles_changed",[{name:"auto_enable_subtitles_changed",params:n}],t)}async function i7(){ad?.onTranslationModeChanged()}$1({autoEnableSubtitleChanged:a7,reloadSubtitleWithTranslationModeChanged:i7});var pe=null;function Gs(){return pe||null}function bo(t){o7(t),g7(t),c7(t),p7(t),po(document,t),pn("Translated"),d7(pe),l7(pe),HT(si),s7(pe),Ym(),S7()}function o7(t){if(t.state.translationArea==="main"&&t.rule.initialSelectorGlobalAttributes){let e=an(t);IT(document.body,t.rule.initialSelectorGlobalAttributes,t.rule.asideMaxTextCount,t.rule.asideMaxWordCount,t.rule.asideMaxTextCountPerParagraph,t.rule.asideMaxWordCountPerParagraph,e)}lo(t)&&ut(document.documentElement,me+"_rtl",t.targetLanguage)}function s7(t){WT(t)}function u7(){KT()}function l7(t){t.ctx.isMutationTranslationExcludeUrl||t.dynamicContainerObserver?.observe(document.body,{subtree:!0,childList:!0,characterData:!0});let{bodyNode:e,articleNode:n,bodyIsRoot:r}=LT(t.ctx);if(z.debug("bodyIsRoot",r,"bodyNode",e,"articleNode",n),t.ctx.bodyNode=e,t.ctx.articleNode=n,e&&ei(e,t),r)return;let a=[];t.ctx.rule.mainFrameSelector&&(a=[...document.querySelectorAll(t.ctx.rule.mainFrameSelector||"")]),a.length<=0&&(a=[document.body]),a.forEach(i=>{ei(i,t)})}async function c7(t){if(!t.state.isAutoTranslate&&t.config.tempTranslateDomainMinutes>0){let e=await Jt(),n=Date.now(),a=new URL(t.url).hostname,i=e.tempTranslationUrlMatches||[],o=i.findIndex(u=>u.match===a&&u.expiredAt>n),s=!1;o>-1||(i.push({match:a,expiredAt:n+t.config.tempTranslateDomainMinutes*60*1e3}),s=!0),s&&await Wt({...e,tempTranslationUrlMatches:[...i]})}}function d7(t){t.ctx.rule.isTranslateTitle&&(Og(t.ctx),t.titleDynamicObserver=RT(t.ctx))}function p7(t){if(t.rule.normalizeBody&&document.querySelector(t.rule.normalizeBody)){let n=document.body.innerHTML;document.body.innerHTML="",document.body.innerHTML=n}}function Fm(t){if(!pe)return;let e=an(t);pe.rule={excludeSelectors:e.excludeSelectors||[],selectors:e.selectors||[]},pe.containerRule={pageHeight:screen.availHeight,selectors:e.selectors},pe.translationService=t.translationService,pe.urlChangeDelay=t.rule.urlChangeDelay,pe.immediateTranslateCapacity=t.state.immediateTranslationTextCount,pe.translateState=t.state.translationMode||t.config.translationMode||"dual"}function g7(t){let e=gs();pe&&(e=pe.id),pe=pe||{},pe.ctx=t,pe.id=e,pe.paragraphQueue=pe.paragraphQueue||[],Fm(t),pe.currentUrl=window.location.href,pe.paragraphEntities=pe.paragraphEntities||{},pe.autoIncreaseParagraphId=pe.autoIncreaseParagraphId||1,pe.interruptEffectDOM=!1,pe.observeContainers=pe.observeContainers||[],pe.observeParagraphs=pe.observeParagraphs||[],pe.dynamicContainerObserver=pe.dynamicContainerObserver||y7(pe),pe.ignoreResizeObserver=pe.ignoreResizeObserver||v7(pe),pe.containerVisibleObserver=pe.containerVisibleObserver||h7(pe),pe.paragraphVisibleObserver=pe.paragraphVisibleObserver||b7(pe),pe.injectCssToDocument=id,pe.walkContainer=Kr,pe.allInlineWindows=[window],window.onerror=f7(pe,t),window.immersiveTranslateSwitchTranslateState=Zm.bind(pe)}function x9(t,e){e.getRootNode()instanceof ShadowRoot?id(e.getRootNode(),t):id(e.ownerDocument,t),m7(t)}function m7(t){pe||(pe={},pe.ctx=t,pe.id=gs(),Qm(pe,t))}function Qm(t,e){t.paragraphQueue=[],t.injectCssToDocument=id;let n=an(e);return t.rule={excludeSelectors:n.excludeSelectors,selectors:n.selectors||[]},t.translationService=e.mouseHoverTranslationService,t.currentUrl=window.location.href,t.paragraphEntities={},t.autoIncreaseParagraphId=1,t.interruptEffectDOM=!1,t.urlChangeDelay=e.rule.urlChangeDelay,t.translateState=e.state.translationMode||e.config.translationMode||"dual",t.observeContainers=[],t.observeParagraphs=[],t.allInlineWindows=[window],window.switchTranslateState=Zm.bind(t),t}function si(t=!0){pe&&(pn("Original"),Ym(),u7(),zs(),pe.interruptEffectDOM=!0,pe.ignoreResizeObserver?.disconnect(),pe.dynamicContainerObserver?.disconnect(),pe.containerVisibleObserver?.disconnect(),pe.paragraphVisibleObserver?.disconnect(),pe.titleDynamicObserver?.disconnect(),OT(pe.ctx),J3(),X3(),t&&Zm.call(pe,"original"),Object.values(pe.paragraphEntities).forEach(e=>{e.commonAncestorContainer.paragraphs=null}),pe=null)}function f7(t,e){t.interruptEffectDOM=!1;let n;return function(r){let a=r.message,i=!1;return a?.indexOf("Minified React error")>=0&&(i=!0),i&&(clearTimeout(n),si(),n=setTimeout(()=>{bo(e)},t.urlChangeDelay||2e3)),!0}}function h7(t){return new IntersectionObserver((e,n)=>{t.interruptEffectDOM||e.forEach(r=>{r.intersectionRatio>0&&(qg(t,r.target),n.unobserve(r.target))})})}function b7(t){return new IntersectionObserver((e,n)=>{t.interruptEffectDOM||e.forEach(r=>{if(r.intersectionRatio>0){let a=r.target;(a.paragraphs||[]).forEach(o=>{jg(t,o)}),n.unobserve(a)}})})}var y9;function T7(t){if(t.urlChangeDelay<=0)return!1;let n=(window.location.href||"").split("#")[0];return t.currentUrl.split("#")[0]!=n?(clearTimeout(y9),t.translateState=="original"?!1:(si(t.urlChangeDelay>20),y9=setTimeout(()=>{let a=t.ctx;bo(a)},t.urlChangeDelay),!0)):!1}function y7(t){let e=t.ctx.rule,n=an(t.ctx);return new MutationObserver(r=>{if(!(e.mutationConfig.enableUrlChange&&T7(t))&&!t.interruptEffectDOM){for(let a of r)if(a.target.nodeType!=Node.COMMENT_NODE)try{if(e.mutationObserverLimitTargetSelectors.length>0&&!xn(a.target,e.mutationObserverLimitTargetSelectors)||e.mutationExcludeSelectors.length>0&&xn(a.target,e.mutationExcludeSelectors))continue;let i=a.target;if(a.type=="characterData"){let u=i.parentElement,l=1;for(;u&&!u.recordLength&&l<=5;){if(u.classList?.contains(wu)){u=null;break}u=u?.parentElement,l++}u?.recordLength&&u.recordLength!==u.innerHTML.length&&v9(t,n,u);continue}if(e.mutationConfig.checkSelfUpdate&&Vg(a))continue;if(i.recordLength){i.recordLength!==i.innerHTML.length&&v9(t,n,i);continue}if((a.addedNodes||[]).length<=0||a.target.nodeType!==Node.ELEMENT_NODE||!dt.isSkipMarkEle(a.target)&&!dt.isMarked(a.target,t.id)&&a.target.nodeName!=="BODY"&&!a.target.timer)continue;if(!la(i,{blockSelectors:n.blockSelectors,extraInlineSelectors:n.extraInlineSelectors,extraBlockSelectors:n.extraBlockSelectors,atomicBlockSelectors:n.atomicBlockSelectors},window.getComputedStyle(i))){let u=ji(n,i.parentElement);u&&(dt.clearToParentMark(i,u),S9(t,u));continue}[...a.addedNodes].filter(u=>u.nodeType==Node.COMMENT_NODE||u.immersive||Gt(u,[...t.ctx.rule.mutationExcludeSelectors,"."+bt])?!1:i.contains(u)).length&&S9(t,a.target)}catch(i){z.error(i)}}})}function v9(t,e,n){let r=t.ctx.rule;for(let o of r.mutationExcludeContainsSelectors)if(n.querySelector(o))return;if(Gt(n,r.mutationExcludeContainsSelectors))return;let a=r.mutationConfig.consumeTimeout||100,i=n;clearTimeout(i.timer),i.timer=setTimeout(()=>{Gg(n),Kr({id:t.id,container:n,filterRule:e,force:!0,onParagraph:o=>{ti(t,o,!0)},onFrame:()=>{},onIgnoreElement:()=>{}}),i.timer=null},a)}function S9(t,e,n=!0){let a=t.ctx.rule.mutationConfig.buildTimeout||100,i=e;dt.clearMark(i),clearTimeout(i.timer),i.timer=setTimeout(()=>{ei(e,t,n),i.timer=null},a)}function Gg(t){t.paragraphs=[],dt.clearMark(t),t.querySelectorAll("."+bt).forEach(e=>{e.remove()}),t.querySelectorAll("[data-immersive_translate_walked]").forEach(e=>{e.paragraphs=void 0,dt.clearMark(e)}),t.recordLength?t.recordLength=t.innerHTML.length:t.recordLength=void 0}function Vg(t){return[...t.addedNodes,...t.removedNodes].filter(n=>!(n.immersive||Gt(n,["."+bt]))).length==0}function v7(t){return new ResizeObserver((e,n)=>{if(!t.interruptEffectDOM)for(let r of e){if(r.target.nodeType!==Node.ELEMENT_NODE)return;let a=r.target,i=globalThis.getComputedStyle(a);Ig(i)||(n.unobserve(r.target),dt.clearMark(a),ei(a,t))}})}function Zm(t){this.translateState=t,Object.values(this.paragraphEntities).forEach(e=>{Os(e,t)}),t=="original"&&document.querySelectorAll(`.${bt}`).forEach(e=>e.remove())}function id(t,e){if(t instanceof HTMLIFrameElement){po(t.contentDocument,e);return}po(t,e)}async function Ov(t){let e=Xe(),n="auto";if(ye()){let r="";t.rule.pageType=="ebookReader"||t.rule.pageType=="ebookBuilder"?(r=Ep(t.mainFrame),n=await Ie({text:r,pageLangs:["en"]})):(r=Wi(t.mainFrame).slice(0,1e3),n=await Ie({text:r,pageLangs:[ft(),"en"]}))}else if(e)n=await Ie({text:Wi(t.mainFrame).slice(0,1e3),pageLangs:[ft(),"en"]});else if(t.rule.pageType=="ebookReader"||t.rule.pageType=="ebookBuilder"){let r="";r=Ep(t.mainFrame),n=await Ie({text:r,pageLangs:["en"]})}else n=await Z1();return n==="auto"&&(n=await jT()),S1(n),n}async function zv(){if(!pe)return;zs(),document.dispatchEvent(new CustomEvent(_t,{detail:JSON.stringify({type:"retryFailedParagraphsStart",payload:{}})}));let t=pe.paragraphEntities,e=Object.keys(t);for(let n of e){let r=t[n];if(r.error){pe.paragraphQueue.push(n);let i=r.commonAncestorContainer.querySelector(`[${xu}='${n}']`);i&&i.remove()}}yc.call(pe,pe.ctx)}async function Em(t,e){let n={};t&&t.detail?.trigger&&(n.trigger=t.detail.trigger),lt("share_to_draft",[{name:"share_to_draft",params:n}],{...e,sourceLanguage:yt()});let r=pe?.ctx||e,a=await Jt(),i=document.head.cloneNode(!0),s=document.body.cloneNode(!0),u=r.rule.shareConfig;[...u?.removeSelectors||[]].forEach(m=>{[...i?.querySelectorAll(m),...s?.querySelectorAll(m)].forEach(f=>{f.nodeName.toLowerCase()=="script"&&f.type=="application/ld+json"||f.remove()})});let c=u.injectCss?i1():"",p="";globalThis.document.documentElement.getAttributeNames().forEach(m=>{p+=`${m}="${globalThis.document.documentElement.getAttribute(m)}" `});let g="";globalThis.document.body.getAttributeNames().forEach(m=>{g+=`${m}="${globalThis.document.body.getAttribute(m)}" `});try{a.draft={url:globalThis.location.href,title:document.title,source_lang:r.sourceLanguage,target_lang:r.targetLanguage,content:` +`)}parseFromXml(e){if(!this.config.xmlTextSelector)throw new Error("xml text selector is required");let n=new DOMParser().parseFromString(e,"text/xml"),r=[...n.querySelectorAll(this.config.xmlTextSelector)];return{doc:n,subtitles:r}}};d();var rd=class extends He{hasSubtitle=!1;async mutationVideoChange(){let e=n7(location.href,document,this.config.avSerial);if(!e)return;let n=this.config.avSerial?.serialAttachIframe;if(n){let a=document.querySelector(n);if(!a)return;let i=new URL(a.getAttribute("src")||"");i.searchParams.set("code",e),a.setAttribute("src",i.toString());return}let r=await this.fetchSubtitle(e);r&&(qe(this.ctx,"ja","av"),this.hasSubtitle=!0,Gr(this.ctx,this.config.attachRule?.appendSelector||"",{videoSelector:this.config.videoSelector||"video",subtitleItems:r,ctx:this.ctx,lang:"ja"}))}isShowQuickButton(){return Promise.resolve(this.hasSubtitle)}async fetchSubtitle(e){try{let n=await de({url:`https://subhub.weixin.so/missav/${e}`,responseType:"text"});if(!n)throw new Error("request subtitle error");return Zs.parse(n,{format:"vtt"}).map(a=>({...a,start:a.start/1e3,end:a.end/1e3}))}catch(n){z.error("fetchSubtitle",n);return}}};function n7(t,e,n){if(!n)return;let r;if(n.type==="url"&&(r=t),n.type=="selector"&&n.selector&&(r=e?.querySelector(n.selector)?.textContent),!!r){if(n.regexStr){let a=r.match(new RegExp(n.regexStr));if(a)return a[1]||a[0]}return r.toLowerCase()}}var r7={youtube:qc,netflix:jc,webvtt:Eo,khanacademy:Hc,bilibili:Wc,udemy:Kc,hulu:Jc,text_track:La,text_track_dynamic:wo,general:Gc,live:Co,ebutt:Yc,disneyplus:Qc,"fmp4.xml":Zc,multi_attach_vtt:Xc,twitter:ed,subsrt:td,xml:nd,av:rd},ad;function Rv(t){try{let e=t.rule.subtitleRule;if(e.disabled||!e.type)return;let n=r7[e.type];if(!n)return;ad=new n(t)}catch(e){z.error(e)}}async function Ym(){ad?.onPageStatusChange()}async function a7(t,e){if(ad?.autoEnableSubtitleChanged(),e&&e.trigger==="popup"&&Xe())return;let n={auto_enable_subtitles:t.rule.subtitleRule.autoEnableSubtitle?"1":"0",video_platform:t.rule.id||""};e&&e.trigger&&(n.trigger=e.trigger),lt("auto_enable_subtitles_changed",[{name:"auto_enable_subtitles_changed",params:n}],t)}async function i7(){ad?.onTranslationModeChanged()}$1({autoEnableSubtitleChanged:a7,reloadSubtitleWithTranslationModeChanged:i7});var pe=null;function Gs(){return pe||null}function bo(t){o7(t),g7(t),c7(t),p7(t),po(document,t),pn("Translated"),d7(pe),l7(pe),HT(si),s7(pe),Ym(),S7()}function o7(t){if(t.state.translationArea==="main"&&t.rule.initialSelectorGlobalAttributes){let e=an(t);IT(document.body,t.rule.initialSelectorGlobalAttributes,t.rule.asideMaxTextCount,t.rule.asideMaxWordCount,t.rule.asideMaxTextCountPerParagraph,t.rule.asideMaxWordCountPerParagraph,e)}lo(t)&&ut(document.documentElement,me+"_rtl",t.targetLanguage)}function s7(t){WT(t)}function u7(){KT()}function l7(t){t.ctx.isMutationTranslationExcludeUrl||t.dynamicContainerObserver?.observe(document.body,{subtree:!0,childList:!0,characterData:!0});let{bodyNode:e,articleNode:n,bodyIsRoot:r}=LT(t.ctx);if(z.debug("bodyIsRoot",r,"bodyNode",e,"articleNode",n),t.ctx.bodyNode=e,t.ctx.articleNode=n,e&&ei(e,t),r)return;let a=[];t.ctx.rule.mainFrameSelector&&(a=[...document.querySelectorAll(t.ctx.rule.mainFrameSelector||"")]),a.length<=0&&(a=[document.body]),a.forEach(i=>{ei(i,t)})}async function c7(t){if(!t.state.isAutoTranslate&&t.config.tempTranslateDomainMinutes>0){let e=await Jt(),n=Date.now(),a=new URL(t.url).hostname,i=e.tempTranslationUrlMatches||[],o=i.findIndex(u=>u.match===a&&u.expiredAt>n),s=!1;o>-1||(i.push({match:a,expiredAt:n+t.config.tempTranslateDomainMinutes*60*1e3}),s=!0),s&&await Wt({...e,tempTranslationUrlMatches:[...i]})}}function d7(t){t.ctx.rule.isTranslateTitle&&(Og(t.ctx),t.titleDynamicObserver=RT(t.ctx))}function p7(t){if(t.rule.normalizeBody&&document.querySelector(t.rule.normalizeBody)){let n=document.body.innerHTML;document.body.innerHTML="",document.body.innerHTML=n}}function Fm(t){if(!pe)return;let e=an(t);pe.rule={excludeSelectors:e.excludeSelectors||[],selectors:e.selectors||[]},pe.containerRule={pageHeight:screen.availHeight,selectors:e.selectors},pe.translationService=t.translationService,pe.urlChangeDelay=t.rule.urlChangeDelay,pe.immediateTranslateCapacity=t.state.immediateTranslationTextCount,pe.translateState=t.state.translationMode||t.config.translationMode||"dual"}function g7(t){let e=gs();pe&&(e=pe.id),pe=pe||{},pe.ctx=t,pe.id=e,pe.paragraphQueue=pe.paragraphQueue||[],Fm(t),pe.currentUrl=window.location.href,pe.paragraphEntities=pe.paragraphEntities||{},pe.autoIncreaseParagraphId=pe.autoIncreaseParagraphId||1,pe.interruptEffectDOM=!1,pe.observeContainers=pe.observeContainers||[],pe.observeParagraphs=pe.observeParagraphs||[],pe.dynamicContainerObserver=pe.dynamicContainerObserver||y7(pe),pe.ignoreResizeObserver=pe.ignoreResizeObserver||v7(pe),pe.containerVisibleObserver=pe.containerVisibleObserver||h7(pe),pe.paragraphVisibleObserver=pe.paragraphVisibleObserver||b7(pe),pe.injectCssToDocument=id,pe.walkContainer=Kr,pe.allInlineWindows=[window],window.onerror=f7(pe,t),window.immersiveTranslateSwitchTranslateState=Zm.bind(pe)}function x9(t,e){e.getRootNode()instanceof ShadowRoot?id(e.getRootNode(),t):id(e.ownerDocument,t),m7(t)}function m7(t){pe||(pe={},pe.ctx=t,pe.id=gs(),Qm(pe,t))}function Qm(t,e){t.paragraphQueue=[],t.injectCssToDocument=id;let n=an(e);return t.rule={excludeSelectors:n.excludeSelectors,selectors:n.selectors||[]},t.translationService=e.mouseHoverTranslationService,t.currentUrl=window.location.href,t.paragraphEntities={},t.autoIncreaseParagraphId=1,t.interruptEffectDOM=!1,t.urlChangeDelay=e.rule.urlChangeDelay,t.translateState=e.state.translationMode||e.config.translationMode||"dual",t.observeContainers=[],t.observeParagraphs=[],t.allInlineWindows=[window],window.switchTranslateState=Zm.bind(t),t}function si(t=!0){pe&&(pn("Original"),Ym(),u7(),zs(),pe.interruptEffectDOM=!0,pe.ignoreResizeObserver?.disconnect(),pe.dynamicContainerObserver?.disconnect(),pe.containerVisibleObserver?.disconnect(),pe.paragraphVisibleObserver?.disconnect(),pe.titleDynamicObserver?.disconnect(),OT(pe.ctx),J3(),X3(),t&&Zm.call(pe,"original"),Object.values(pe.paragraphEntities).forEach(e=>{e.commonAncestorContainer.paragraphs=null}),pe=null)}function f7(t,e){t.interruptEffectDOM=!1;let n;return function(r){let a=r.message,i=!1;return a?.indexOf("Minified React error")>=0&&(i=!0),i&&(clearTimeout(n),si(),n=setTimeout(()=>{bo(e)},t.urlChangeDelay||2e3)),!0}}function h7(t){return new IntersectionObserver((e,n)=>{t.interruptEffectDOM||e.forEach(r=>{r.intersectionRatio>0&&(qg(t,r.target),n.unobserve(r.target))})})}function b7(t){return new IntersectionObserver((e,n)=>{t.interruptEffectDOM||e.forEach(r=>{if(r.intersectionRatio>0){let a=r.target;(a.paragraphs||[]).forEach(o=>{jg(t,o)}),n.unobserve(a)}})})}var y9;function T7(t){if(t.urlChangeDelay<=0)return!1;let n=(window.location.href||"").split("#")[0];return t.currentUrl.split("#")[0]!=n?(clearTimeout(y9),t.translateState=="original"?!1:(si(t.urlChangeDelay>20),y9=setTimeout(()=>{let a=t.ctx;bo(a)},t.urlChangeDelay),!0)):!1}function y7(t){let e=t.ctx.rule,n=an(t.ctx);return new MutationObserver(r=>{if(!(e.mutationConfig.enableUrlChange&&T7(t))&&!t.interruptEffectDOM){for(let a of r)if(a.target.nodeType!=Node.COMMENT_NODE)try{if(e.mutationObserverLimitTargetSelectors.length>0&&!xn(a.target,e.mutationObserverLimitTargetSelectors)||e.mutationExcludeSelectors.length>0&&xn(a.target,e.mutationExcludeSelectors))continue;let i=a.target;if(a.type=="characterData"){let u=i.parentElement,l=1;for(;u&&!u.recordLength&&l<=5;){if(u.classList?.contains(wu)){u=null;break}u=u?.parentElement,l++}u?.recordLength&&u.recordLength!==u.innerHTML.length&&v9(t,n,u);continue}if(e.mutationConfig.checkSelfUpdate&&Vg(a))continue;if(i.recordLength){i.recordLength!==i.innerHTML.length&&v9(t,n,i);continue}if((a.addedNodes||[]).length<=0||a.target.nodeType!==Node.ELEMENT_NODE||!dt.isSkipMarkEle(a.target)&&!dt.isMarked(a.target,t.id)&&a.target.nodeName!=="BODY"&&!a.target.timer)continue;if(!la(i,{blockSelectors:n.blockSelectors,extraInlineSelectors:n.extraInlineSelectors,extraBlockSelectors:n.extraBlockSelectors,atomicBlockSelectors:n.atomicBlockSelectors},window.getComputedStyle(i))){let u=ji(n,i.parentElement);u&&(dt.clearToParentMark(i,u),S9(t,u));continue}[...a.addedNodes].filter(u=>u.nodeType==Node.COMMENT_NODE||u.immersive||Gt(u,[...t.ctx.rule.mutationExcludeSelectors,"."+bt])?!1:i.contains(u)).length&&S9(t,a.target)}catch(i){z.error(i)}}})}function v9(t,e,n){let r=t.ctx.rule;for(let o of r.mutationExcludeContainsSelectors)if(n.querySelector(o))return;if(Gt(n,r.mutationExcludeContainsSelectors))return;let a=r.mutationConfig.consumeTimeout||100,i=n;clearTimeout(i.timer),i.timer=setTimeout(()=>{Gg(n),Kr({id:t.id,container:n,filterRule:e,force:!0,onParagraph:o=>{ti(t,o,!0)},onFrame:()=>{},onIgnoreElement:()=>{}}),i.timer=null},a)}function S9(t,e,n=!0){let a=t.ctx.rule.mutationConfig.buildTimeout||100,i=e;dt.clearMark(i),clearTimeout(i.timer),i.timer=setTimeout(()=>{ei(e,t,n),i.timer=null},a)}function Gg(t){t.paragraphs=[],dt.clearMark(t),t.querySelectorAll("."+bt).forEach(e=>{e.remove()}),t.querySelectorAll("[data-immersive_translate_walked]").forEach(e=>{e.paragraphs=void 0,dt.clearMark(e)}),t.recordLength?t.recordLength=t.innerHTML.length:t.recordLength=void 0}function Vg(t){return[...t.addedNodes,...t.removedNodes].filter(n=>!(n.immersive||Gt(n,["."+bt]))).length==0}function v7(t){return new ResizeObserver((e,n)=>{if(!t.interruptEffectDOM)for(let r of e){if(r.target.nodeType!==Node.ELEMENT_NODE)return;let a=r.target,i=globalThis.getComputedStyle(a);Ig(i)||(n.unobserve(r.target),dt.clearMark(a),ei(a,t))}})}function Zm(t){this.translateState=t,Object.values(this.paragraphEntities).forEach(e=>{Os(e,t)}),t=="original"&&document.querySelectorAll(`.${bt}`).forEach(e=>e.remove())}function id(t,e){if(t instanceof HTMLIFrameElement){po(t.contentDocument,e);return}po(t,e)}async function Ov(t){let e=Xe(),n="auto";if(ye()){let r="";t.rule.pageType=="ebookReader"||t.rule.pageType=="ebookBuilder"?(r=Ep(t.mainFrame),n=await Ie({text:r,pageLangs:["en"]})):(r=Wi(t.mainFrame).slice(0,1e3),n=await Ie({text:r,pageLangs:[ft(),"en"]}))}else if(e)n=await Ie({text:Wi(t.mainFrame).slice(0,1e3),pageLangs:[ft(),"en"]});else if(t.rule.pageType=="ebookReader"||t.rule.pageType=="ebookBuilder"){let r="";r=Ep(t.mainFrame),n=await Ie({text:r,pageLangs:["en"]})}else n=await Z1();return n==="auto"&&(n=await jT()),S1(n),n}async function zv(){if(!pe)return;zs(),document.dispatchEvent(new CustomEvent(_t,{detail:JSON.stringify({type:"retryFailedParagraphsStart",payload:{}})}));let t=pe.paragraphEntities,e=Object.keys(t);for(let n of e){let r=t[n];if(r.error){pe.paragraphQueue.push(n);let i=r.commonAncestorContainer.querySelector(`[${xu}='${n}']`);i&&i.remove()}}yc.call(pe,pe.ctx)}async function Em(t,e){let n={};t&&t.detail?.trigger&&(n.trigger=t.detail.trigger),lt("share_to_draft",[{name:"share_to_draft",params:n}],{...e,sourceLanguage:yt()});let r=pe?.ctx||e,a=await Jt(),i=document.head.cloneNode(!0),s=document.body.cloneNode(!0),u=r.rule.shareConfig;[...u?.removeSelectors||[]].forEach(g=>{[...i?.querySelectorAll(g),...s?.querySelectorAll(g)].forEach(f=>{f.nodeName.toLowerCase()=="script"&&f.type=="application/ld+json"||f.remove()})});let c=u.injectCss?i1():"",p="";globalThis.document.documentElement.getAttributeNames().forEach(g=>{p+=`${g}="${globalThis.document.documentElement.getAttribute(g)}" `});let m="";globalThis.document.body.getAttributeNames().forEach(g=>{m+=`${g}="${globalThis.document.body.getAttribute(g)}" `});try{a.draft={url:globalThis.location.href,title:document.title,source_lang:r.sourceLanguage,target_lang:r.targetLanguage,content:` ${i.innerHTML} - ${s.innerHTML}`.replaceAll('data-immersive-translate-translation-element-mark="1"',"dim_m='1'").replace(/data-immersive-translate-walked=\".+?\"/g,"dim_w='1'").replace(/data-on-parse-paragraph=\".+?\"/g,"").replace(/data-consume-paragraph=\".+?\"/g,"").replace(/data-consume-container=\".+?\"/g,"").replace(/immersive-translate-target-([a-z\-]+)/g,(b,h)=>"imt_"+h.replaceAll("translation","t"))},await Wt(a);let f=Me().SHARE_DRAFT_URL,T=r.rule;if(T.shareConfig?.sharePath){let b=new URL(f);b.pathname=T.shareConfig.sharePath,f=b.toString()}Qi(f)}catch(m){z.error(m)}}async function pv(){let t=await Jt();t.draft&&globalThis.document.dispatchEvent(new CustomEvent(Mh,{detail:JSON.stringify(t.draft)}))}async function S7(){try{if(await Pl("reportActive"))return;z.debug("\u672A\u6FC0\u6D3B\u8FC7");let e=await bp();await de({url:zo+"/v1/user/campaign-info-translated/"+e,method:"POST",headers:{"content-type":"application/json"}}),Ts("reportActive","1")}catch(t){z.error(t)}}var x7=new AbortController,{signal:E7}=x7,od=0,sd=0,Do=!1,ci,E9=0,_a=[];function yo(t,e){C7();let n=t,r=n.config,a=r.generalRule.mouseHoverHoldKey==="Off",i=r.mouseModifierKeyPressTimeout||400;n.state.isTranslateDirectlyOnHover===!0&&(a=!1);let o=n.state.isTranslateDirectlyOnHover===!0||r.generalRule.mouseHoverHoldKey==="Auto";function s(){o=!o,o?(z.debug("mouse hover translate on"),n.state.isTranslateDirectlyOnHover=!0,yo(n,e)):(z.debug("mouse hover translate off"),n.state.isTranslateDirectlyOnHover=!1,yo(n,e))}document.addEventListener(Fo,s),_a.push(()=>{document.removeEventListener(Fo,s)});let u=Vn(g=>{if(!(Math.abs(g.clientX-od)+Math.abs(g.clientY-sd)<=3)&&(od=g.clientX,sd=g.clientY,o||Do&&!ci)){let m=A9(n.rule,e);if(m){if(tf(m))return;ef(n,!1,m)}}},o?700:300),l=g=>{let m=g.target;tf(m)||ef(n,!0)},c=g=>{let m=r?.generalRule?.mouseHoverHoldKey?.toLowerCase()||"alt",f=yn.getPressedKeyCodes();if(f.length>1&&yn[m]&&(E9=Date.now(),Do=!1),f.length===1&&yn[m]){let T=Date.now();Do=!0,ci&&clearTimeout(ci),ci=setTimeout(()=>{let b=E9-T;b>0&&b<=i?Do=!1:l(g),ci=void 0},i)}};if(_a.push(()=>{ci&&clearTimeout(ci)}),a)return;Jm("mousemove",u,e),_a.push(()=>{e.removeEventListener("mousemove",u)});function p(){o?u.cancel():Do=!1}if(Jm("blur",p,e),_a.push(()=>{e.removeEventListener("blur",p)}),!o){let g=r?.generalRule?.mouseHoverHoldKey?.toLowerCase()||"alt",m=e4;Jm("keyup",C9,e),_a.push(()=>{e.removeEventListener("keyup",C9)}),m.includes(g)?yn("*","mouseHover",c):yn(r.generalRule.mouseHoverHoldKey,"mouseHover",l),yn.setScope("mouseHover"),_a.push(()=>{yn.deleteScope("mouseHover")})}}function C7(){_a.forEach(t=>t()),_a=[],yn.setScope("all")}function C9(t){Do=!1}function Jm(t,e,n=window){return n.addEventListener(t,e,{signal:E7})}function ef(t,e,n,r=window){if(n=n||A9(t.rule,r),!n){z.debug("can not find selection part!");return}if(D7(n,e))return;if(tf(n)){z.debug("exclude dom");return}x9(t,n);let i=Gs();i&&(i.setupMouseHoverListener=yo);let o=an(t);o.excludeSelectors=[],o.selectors=[];let s=!1,u=Qm({...i},t);Kr({id:i.id,container:n,filterRule:o,force:!0,onParagraph:l=>{ti(u,l,!0,"hover").then(c=>{if(c&&!s){s=!0;let p=Date.now();Je(Ih,p),lt("mouse_hover_translate",[{name:"mouse_hover_translate"}],{...t,sourceLanguage:"mouseHover"})}})},onFrame:()=>{},onIgnoreElement:()=>{}})}function A9(t,e){return w7(od,sd,t,e)}function w7(t,e,n,r){let a=b1(t,e,n,r);if(a==null)return;let i=()=>{let u=r.document.elementFromPoint(t,e);if(!u)return;let l=T1(u,t,e);return l===u?u.nodeName==="BUTTON"?u:void 0:D9(l,n)},o=()=>{try{a.setStartBefore(a.startContainer),a.setEndAfter(a.startContainer)}catch(l){z.debug("get mouse over word fail",l)}let u=a.getBoundingClientRect();if(!(u.left>t||u.righte||u.bottom{k7(r)}),!0}function A7(t){let e=[t];if(t.nodeName=="FONT"&&t.classList.contains("immersive-translate-target-wrapper"))e=[t.parentElement];else{let r=[...t.querySelectorAll(".immersive-translate-target-wrapper")].map(a=>a.parentElement).filter(a=>!!a);r.length&&(e=r)}return e.filter(n=>n?.paragraphs&&n?.paragraphs.length>0)}function k7(t){let e=Gs();e&&(!t.paragraphs||!t.paragraphs.length||(t.paragraphs.forEach(n=>{Os(n,n.state==="original"?e.translateState:"original")}),t.paragraphs=[]))}function Xm(t){return!!(t.host&&t.mode)}function w9(t,e){let n=t.parentNode;if(n.nodeName==="BODY"||Xm(n))return t;for(;n&&n.nodeName!=="BODY"&&!Xm(n)&&Sp(n,e);){let r=n.parentNode;if(r&&Xm(r))break;n=r}return n}function D9(t,e){return t.nodeType===Node.TEXT_NODE||Sp(t,e)?w9(t,e):t}function k9(t,e){od=e.clientX,sd=e.clientY,ef(t,!0)}var Js=[];function nf(t,e){let n=0,r=0,a,i=s=>{let u=new Date().getTime();r++,u-n<300?o(s):r=1,n=u},o=s=>{clearTimeout(a),r===parseInt(t+"")&&(a=setTimeout(()=>{r=0,e(s)},400))};document.addEventListener("click",i),Js.push(()=>{document.removeEventListener("click",i)})}function P9(t,e){let n=0,r=0,a=0,i=s=>{let u=s.changedTouches[0];n=new Date().getTime(),r=u.clientX,a=u.clientY},o=s=>{let u=s.changedTouches[0];n-new Date().getTime()>1e3||Math.abs(a-u.clientY)>50||(t==="left"&&u.clientX-r>50&&e(s.changedTouches[0]),t==="right"&&u.clientX-r<-50&&e(s.changedTouches[0]))};document.addEventListener("touchstart",i),document.addEventListener("touchend",o),Js.push(()=>{document.removeEventListener("touchstart",i),document.removeEventListener("touchend",o)})}function ud(t,e){let n,r=a=>{clearTimeout(n),a.touches.length===parseInt(t+"")&&(n=setTimeout(()=>{e(a.changedTouches[0])},200))};document.addEventListener("touchstart",r),Js.push(()=>{document.removeEventListener("touchstart",r)})}var rf={touchShortcutsOff:()=>{},"multipleClick.2":nf,"multipleClick.3":nf,"multipleClick.4":nf,"slide.left":P9,"slide.right":P9,"fingers.2":ud,"fingers.3":ud,"fingers.4":ud,"fingers.5":ud};async function gv(t){try{B7();let e=await qr(),n=Jh.find(r=>r.name==="touch");if(!n)return;n.shortcuts.forEach(r=>{if(typeof r=="string")return;let a=P7(t,e,r.command),i=rf[a];if(a==="touchShortcutsOff"||!i)return;let o=a.split(".");if(o.length!==2)return;let s=o[1];s&&i(s,u=>{M7(r.command,t,u)})})}catch(e){z.error(e)}}function P7(t,e,n){if(!e.generalRule)return t.config.generalRule[n];if(e.generalRule[n])return e.generalRule[n];let r={touchShortcutsToggleTranslatePage:"fingerCountToToggleTranslagePageWhenTouching",touchShortcutsToggleTranslationMask:"fingerCountToToggleTranslationMaskWhenTouching",touchShortcutsToggleTranslatePageOnlyTranslation:"fingerCountToToggleTranslagePageOnlyTranslationWhenTouching"};return r[n]&&e.generalRule[r[n]]?`fingers.${e.generalRule[r[n]]}`:t.config.generalRule[n]||""}var L7=()=>{Pm();let t=new CustomEvent(wr,{detail:{method:"toggleTranslatePage"}});globalThis.document.dispatchEvent(t)},_7=()=>{_m();let t=new CustomEvent(wr,{detail:{method:"toggleOnlyTranslation"}});globalThis.document.dispatchEvent(t)},F7=()=>{Lm();let t=new CustomEvent(wr,{detail:{method:"toggleTranslationMask"}});globalThis.document.dispatchEvent(t)},L9=0,M7=(t,e,n)=>{new Date().getTime()-L9<200||(L9=new Date().getTime(),t==="touchShortcutsToggleTranslatePage"?L7():t==="touchShortcutsToggleTranslationMask"?F7():t==="touchShortcutsToggleTranslatePageOnlyTranslation"?_7():t==="touchShortcutsToggleTranslateTouchElement"&&k9(e,n))};function B7(){Js.forEach(t=>{t()}),Js=[]}function _9(t){let{t:e}=xe(),{ctx:n,setSettings:r}=t,a=I7(t);return _o(n.localConfig)?a.length?w("div",{class:"flex mt-3 items-center justify-between",children:[w("div",{class:"flex items-center",children:[w("label",{class:"mb-0 mr-2 shrink-0",children:[e("mouse-translate"),":"]}),w(va,{style:{width:"100%",maxWidth:"100%"},className:"transform-padding-left min-select",items:a})]}),w("input",{type:"checkbox",role:"switch",class:"shrink-0",checked:n.config.generalRule.mouseHoverHoldKey!=="Off",onChange:i=>{let o=i.target.checked;r(s=>{let u=s.generalRule?.mouseHoverPreferenceKey||n.config.generalRule.mouseHoverPreferenceKey||Oo[0];return{...s,generalRule:{...s.generalRule,mouseHoverHoldKey:o?u:"Off"}}})}})]}):null:w(R7,{...t})}function I7({ctx:t,openOptionsPage:e,setSettings:n}){let{t:r}=xe(),a=Ne(()=>{let s=t.config.generalRule,u=s.mouseHoverPreferenceKey;return s.mouseHoverHoldKey!=="Off"&&u!==s.mouseHoverHoldKey&&(u=s.mouseHoverHoldKey),u},[t]),i=Ne(()=>Oo.filter(s=>!(s==="Off"||Oo.includes(a)&&s==="OtherCustom")),[t,a]);return Ne(()=>i.map(s=>{let u=r("mouseHoldKey",{key:tc(s)}),l=Oo.includes(a),c=s===a;return s==="Auto"?u=r("mouseHoldKeyAuto"):s==="Off"?u=r("mouseHoldKeyOff"):s==="OtherCustom"?u=l?r("mouseHoldKeyOther"):r("mouseHoldKeyCustomKey",{key:a}):s==="Other"&&(u=r("mouseHoldKeyOther")),l||s==="OtherCustom"&&(c=!0),{label:u,value:s,selected:c,onSelected:p=>{p.value==="Other"?e("#shortcuts"):n(g=>{let m={...g.generalRule,mouseHoverPreferenceKey:p.value};return t.config.generalRule.mouseHoverHoldKey!=="Off"&&(m.mouseHoverHoldKey=p.value),{...g,generalRule:m}})}}}),[i,a])}function R7(t){let{ctx:e,setSettings:n}=t,{t:r}=xe(),a=e.config.generalRule,i=Object.keys(rf).filter(l=>l!="touchShortcutsOff"),o=a.touchShortcutsToggleTranslateTouchElement,s=a.touchShortcutsToggleTranslateTouchElementPreferenceKey,u=s||"touchShortcutsOff";return o!=="touchShortcutsOff"&&o!==s&&(u=o),w("div",{class:"flex mt-3 items-center justify-between",children:[w("div",{class:"flex items-center",children:[w("label",{class:"mb-0 mr-2 shrink-0",children:[r("touch.mouse-translate"),":"]}),w(va,{style:{width:"100%",maxWidth:"100%"},className:"transform-padding-left min-select",items:i.map((l,c)=>({value:l,label:r(l),selected:l==u,onSelected(p){n(g=>{let m={...g.generalRule,touchShortcutsToggleTranslateTouchElementPreferenceKey:p.value};return e.config.generalRule.touchShortcutsToggleTranslateTouchElement!=="touchShortcutsOff"&&(m.touchShortcutsToggleTranslateTouchElement=p.value),{...g,generalRule:m}})}}))})]}),w("input",{type:"checkbox",role:"switch",class:"shrink-0",checked:e.config.generalRule.touchShortcutsToggleTranslateTouchElement!=="touchShortcutsOff",onChange:l=>{let c=l.target.checked;n(p=>{let g=p.generalRule?.touchShortcutsToggleTranslateTouchElementPreferenceKey||e.config.generalRule.touchShortcutsToggleTranslateTouchElementPreferenceKey||"slide.left";return{...p,generalRule:{...p.generalRule,touchShortcutsToggleTranslateTouchElement:c?g:"touchShortcutsOff"}}})}})]})}d();function F9(t){let{isAlwaysTranslateLang:e}=O7({ctx:t.ctx,currentLang:t.currentLang}),{t:n}=xe();if(t.currentLang!=="auto")return w("div",{class:"flex justify-between mt-3 items-center",children:[w("label",{class:"mb-0 text-overflow-ellipsis flex-1",children:n("alwaysTranslateSomeLanguage",{language:fa(t.currentLang,t.ctx.config.interfaceLanguage,!1,!0)})}),w("input",{id:"alwaysTranslateThisLanugage",name:"alwaysTranslateThisLanugage",type:"checkbox",role:"switch",class:"shrink-0",checked:!!e,onChange:a=>{let i=a.target.checked;r(i?"matches":void 0)}})]});return w("span",{});function r(a){if(!a){t.setSettings(s=>{let u={...s.translationLanguagePattern};return{...s,translationLanguagePattern:{...s.translationLanguagePattern,matches:bl(t.currentLang,u.matches),excludeMatches:bl(t.currentLang,u.excludeMatches)}}});return}let i=a,o=i==="matches"?"excludeMatches":"matches";t.currentLang&&t.setSettings(s=>{let u={...s.translationLanguagePattern};return u[i]=hl(t.currentLang,u[i]),u[o]=bl(t.currentLang,u[o]),{...s,translationLanguagePattern:{...s.translationLanguagePattern,...u}}}),i==="matches"&&t.pageStatus==="Original"&&setTimeout(()=>{t.onTranslatePage(),t.onClose()},100)}}function O7({ctx:t,currentLang:e}){let n=null;if(e&&e!=="auto"){let{translationLanguagePattern:r}=t.config,{matches:a}=r;a.includes(e)?n=!0:n=!1}return{isAlwaysTranslateLang:n}}d();d();var M9=w("svg",{width:"24",height:"24",viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg",fill:"#222222",children:[w("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M19.4284 6.59193L15.1187 2.28564H6.28557C5.83092 2.28564 5.39488 2.46626 5.07339 2.78775C4.7519 3.10924 4.57129 3.54527 4.57129 3.99993V9.71422V18.8571V19.9999C4.57129 20.4546 4.7519 20.8906 5.07339 21.2121C5.39488 21.5336 5.83092 21.7142 6.28557 21.7142H17.7141C18.1688 21.7142 18.6048 21.5336 18.9263 21.2121C19.2478 20.8906 19.4284 20.4546 19.4284 19.9999V18.8571V9.71422V6.59193ZM15.341 6.82964V4.93136L17.2404 6.82964H15.341ZM6.28551 18.8571V19.9999H17.7141V18.8571V8.54335H13.6272L13.6267 3.99992H6.28551V18.8571Z"}),w("rect",{x:"7.55957",y:"10.2002",width:"8.88",height:"1.8",fill:"#EA4C89"}),w("rect",{x:"7.55957",y:"13.2002",width:"8.88",height:"1.68",fill:"#EA4C89"}),w("rect",{x:"7.55957",y:"16.0801",width:"4.92",height:"1.8",fill:"#EA4C89"})]}),B9=w("svg",{xmlns:"http://www.w3.org/2000/svg",width:"22",height:"22",viewBox:"0 0 24 24",fill:"#222222",children:[w("path",{d:"M19.4289 2.85693C19.654 2.85693 19.8769 2.90127 20.0849 2.98743C20.2929 3.07358 20.4818 3.19985 20.641 3.35904C20.8002 3.51822 20.9265 3.7072 21.0126 3.91519C21.0988 4.12318 21.1431 4.3461 21.1431 4.57122V19.4284C21.1431 19.6535 21.0988 19.8764 21.0126 20.0844C20.9265 20.2924 20.8002 20.4814 20.641 20.6405C20.4818 20.7997 20.2929 20.926 20.0849 21.0122C19.8769 21.0983 19.654 21.1426 19.4289 21.1426H4.57171C4.11705 21.1426 3.68102 20.962 3.35952 20.6405C3.03803 20.3191 2.85742 19.883 2.85742 19.4284V4.57122C2.85742 4.11656 3.03803 3.68053 3.35952 3.35904C3.68102 3.03755 4.11705 2.85693 4.57171 2.85693H19.4289ZM19.4289 9.14265H4.57171V19.4284H19.4289V9.14265ZM8.00028 4.57122H4.57171V7.42836H8.00028V4.57122ZM14.286 4.57122H9.71457V7.42836H14.286V4.57122ZM19.4289 4.57122H16.0003V7.42836H19.4289V4.57122Z"}),w("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M10.2854 10.543C10.4843 10.5431 10.6797 10.5951 10.8523 10.6938L15.4066 13.2955C15.5815 13.3955 15.7269 13.5399 15.828 13.7142C15.9292 13.8884 15.9824 14.0863 15.9824 14.2878C15.9824 14.4893 15.9292 14.6872 15.828 14.8615C15.7269 15.0357 15.5815 15.1802 15.4066 15.2801L10.8523 17.8824C10.6785 17.9817 10.4816 18.0336 10.2814 18.0329C10.0812 18.0322 9.88476 17.9789 9.71164 17.8784C9.53851 17.7779 9.39483 17.6337 9.29496 17.4602C9.19509 17.2867 9.14254 17.09 9.14258 16.8898V11.6858C9.14258 11.3827 9.26299 11.092 9.47731 10.8777C9.69164 10.6634 9.98233 10.543 10.2854 10.543ZM10.8569 12.6704V15.9047L13.6872 14.2875L10.8569 12.6704Z",fill:"#EA4C89"})]}),I9=w("svg",{xmlns:"http://www.w3.org/2000/svg",width:"22",height:"22",viewBox:"0 0 24 24",fill:"#222222",children:[w("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M19.4979 2.78775C19.1764 2.46626 18.7404 2.28564 18.2857 2.28564H5.71429C5.25963 2.28564 4.82359 2.46626 4.5021 2.78775C4.18061 3.10924 4 3.54527 4 3.99993V19.9999C4 20.2251 4.04434 20.448 4.13049 20.656C4.21664 20.8639 4.34292 21.0529 4.5021 21.2121C4.66129 21.3713 4.85027 21.4976 5.05826 21.5837C5.26624 21.6699 5.48916 21.7142 5.71429 21.7142H18.2857C18.5108 21.7142 18.7338 21.6699 18.9417 21.5837C19.1497 21.4976 19.3387 21.3713 19.4979 21.2121C19.6571 21.0529 19.7834 20.8639 19.8695 20.656C19.9557 20.448 20 20.2251 20 19.9999V3.99993C20 3.54527 19.8194 3.10924 19.4979 2.78775ZM5.71429 18.8571H18.2857V19.9999H5.71429V18.8571ZM5.71428 3.95993V17.1028H18.2857V3.95993H5.71428Z"}),w("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M13.5033 3.95996V10.8171L10.6462 9.55653L7.78906 10.8171V3.95996H9.50334V8.18682L10.6462 7.68282L11.7891 8.18682V3.95996H13.5033Z",fill:"#EA4C89"})]}),R9=w("svg",{xmlns:"http://www.w3.org/2000/svg",width:"18",height:"18",viewBox:"0 0 20 20",fill:"#B3B3B3",children:w("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M11.0402 2.56219C10.8673 2.38914 10.6329 2.29178 10.3883 2.2915H9.61327C9.36886 2.29316 9.13508 2.39169 8.96323 2.5655C8.79138 2.7393 8.6955 2.97417 8.6966 3.21859V4.08317L7.88827 4.38838C7.27152 4.62052 6.69744 4.95314 6.18931 5.37275L5.51952 5.92484L4.76848 5.4915L4.7539 5.48317C4.61453 5.40172 4.45595 5.35893 4.29452 5.35921C4.13241 5.35919 3.97315 5.40182 3.83273 5.48282C3.69231 5.56382 3.57567 5.68033 3.49452 5.82067L3.12577 6.45817C3.00657 6.66857 2.9746 6.91731 3.03672 7.15101C3.09885 7.38471 3.25012 7.58474 3.45806 7.70817L3.47056 7.72171L4.21952 8.15505L4.07785 9.00817C3.96954 9.6575 3.96954 10.3203 4.07785 10.9696L4.2164 11.8207L3.46848 12.2519L3.44556 12.2655C3.23393 12.3881 3.07956 12.5896 3.0163 12.8259C2.95303 13.0622 2.98603 13.3139 3.10806 13.5259L3.50077 14.2061C3.58233 14.3463 3.6992 14.4627 3.83975 14.5436C3.9803 14.6246 4.13961 14.6673 4.30181 14.6675C4.46324 14.6678 4.62182 14.625 4.76119 14.5436L4.7841 14.53L5.53306 14.0978L6.20181 14.6457C6.70534 15.0591 7.27331 15.3871 7.88306 15.6165L8.6914 15.9217V16.7853C8.6914 17.0298 8.78849 17.2644 8.96134 17.4375C9.1342 17.6105 9.36868 17.7079 9.61327 17.7082H10.3883C10.5096 17.7086 10.6299 17.685 10.7422 17.6389C10.8544 17.5928 10.9565 17.525 11.0425 17.4393C11.1285 17.3537 11.1968 17.2519 11.2435 17.1399C11.2901 17.0278 11.3142 16.9077 11.3143 16.7863V15.9217L12.1226 15.6165C12.7394 15.3844 13.3135 15.0517 13.8216 14.6321L14.4914 14.08L15.2424 14.5134L15.257 14.5228C15.469 14.6447 15.7206 14.6775 15.9567 14.614C16.1929 14.5505 16.3941 14.3959 16.5164 14.1842L16.8851 13.5467C17.0068 13.3348 17.0397 13.0834 16.9764 12.8473C16.9132 12.6113 16.759 12.41 16.5476 12.2873L16.532 12.278L15.782 11.8457L15.9237 10.9915C16.032 10.3422 16.032 9.67938 15.9237 9.03005L15.7851 8.179L16.5331 7.74775L16.556 7.73421C16.7676 7.61158 16.922 7.41003 16.9852 7.17376C17.0485 6.93749 17.0155 6.68577 16.8935 6.4738L16.5008 5.79359C16.4192 5.65338 16.3023 5.53699 16.1618 5.45603C16.0212 5.37506 15.8619 5.33234 15.6997 5.33213C15.5383 5.33185 15.3797 5.37464 15.2404 5.45609L15.2174 5.46963L14.4685 5.90192L13.7997 5.354C13.2962 4.94059 12.7282 4.61262 12.1185 4.38317L11.3101 4.07796V3.21442C11.3101 2.96983 11.2131 2.73524 11.0402 2.56219ZM9.61327 1.0415H10.3883C10.6736 1.04164 10.9562 1.09798 11.2197 1.20731C11.4833 1.31663 11.7228 1.4768 11.9245 1.67867C12.1261 1.88054 12.2861 2.12016 12.3951 2.38384C12.5042 2.64753 12.5603 2.93011 12.5601 3.21546C13.2969 3.49312 13.9834 3.88931 14.5924 4.38838L14.6154 4.37484C14.8625 4.2313 15.1356 4.13798 15.4189 4.10025C15.7023 4.06251 15.9903 4.0811 16.2664 4.15495C16.5425 4.2288 16.8013 4.35644 17.028 4.53057C17.2547 4.7047 17.4447 4.92187 17.5872 5.16963L17.9799 5.84984C18.1226 6.09693 18.2153 6.36972 18.2525 6.65262C18.2897 6.93552 18.2709 7.22299 18.197 7.49859C18.123 7.7742 17.9956 8.03254 17.8218 8.25885C17.648 8.48516 17.4313 8.67501 17.1841 8.81755L17.1612 8.83109C17.2248 9.21777 17.2569 9.60899 17.257 10.0009C17.2552 10.4017 17.2203 10.8016 17.1529 11.1967L17.1685 11.205C17.6673 11.4933 18.0313 11.9678 18.1803 12.5243C18.3294 13.0809 18.2513 13.6738 17.9633 14.1728L17.5956 14.8103C17.3075 15.3093 16.833 15.6734 16.2765 15.8227C15.72 15.9719 15.1269 15.894 14.6279 15.6061L14.6133 15.5978C13.999 16.1043 13.3053 16.5059 12.5601 16.7863C12.5599 17.3622 12.331 17.9145 11.9237 18.3217C11.5165 18.729 10.9642 18.9579 10.3883 18.9582H9.61327C9.32792 18.958 9.04539 18.9017 8.78181 18.7924C8.51823 18.683 8.27877 18.5229 8.07709 18.321C7.87541 18.1191 7.71547 17.8795 7.6064 17.6158C7.49733 17.3521 7.44126 17.0696 7.4414 16.7842C6.70459 16.5066 6.01812 16.1104 5.40911 15.6113L5.38619 15.6248C5.13939 15.7686 4.86664 15.8623 4.58357 15.9005C4.30049 15.9387 4.01267 15.9206 3.73659 15.8474C3.4605 15.7741 3.20159 15.6471 2.97469 15.4736C2.74779 15.3001 2.55736 15.0835 2.41431 14.8363L2.0216 14.1561C1.8789 13.909 1.78628 13.6362 1.74904 13.3533C1.7118 13.0704 1.73068 12.7829 1.80459 12.5073C1.87849 12.2317 2.00599 11.9734 2.17977 11.7471C2.35356 11.5208 2.57025 11.3309 2.81744 11.1884L2.84035 11.1748C2.7767 10.7882 2.74465 10.3969 2.74452 10.005C2.74637 9.60425 2.78121 9.20429 2.84869 8.80921L2.83306 8.80088C2.33422 8.51264 1.97027 8.0381 1.82123 7.48158C1.67218 6.92506 1.75025 6.33214 2.03827 5.83317L2.40598 5.19046C2.69404 4.69144 3.16851 4.32727 3.72504 4.17803C4.28157 4.02879 4.87459 4.1067 5.37369 4.39463L5.38827 4.40296C6.00243 3.89603 6.69615 3.49408 7.4414 3.21338C7.44167 2.63745 7.67058 2.08518 8.07783 1.67794C8.48507 1.27069 9.03734 1.04178 9.61327 1.0415ZM11.1583 8.26761C10.8156 8.03869 10.4129 7.9165 10.0008 7.9165C9.44828 7.9165 8.91838 8.136 8.52768 8.5267C8.13698 8.9174 7.91748 9.4473 7.91748 9.99984C7.91748 10.4119 8.03967 10.8147 8.26859 11.1573C8.49751 11.4999 8.82288 11.7669 9.20356 11.9246C9.58424 12.0823 10.0031 12.1235 10.4073 12.0431C10.8114 11.9628 11.1826 11.7643 11.474 11.473C11.7653 11.1816 11.9637 10.8104 12.0441 10.4063C12.1245 10.0021 12.0832 9.58326 11.9256 9.20258C11.7679 8.8219 11.5009 8.49653 11.1583 8.26761ZM8.14891 7.22827C8.69708 6.862 9.34154 6.6665 10.0008 6.6665C10.8849 6.6665 11.7327 7.01769 12.3578 7.64281C12.983 8.26794 13.3341 9.11578 13.3341 9.99984C13.3341 10.6591 13.1387 11.3036 12.7724 11.8517C12.4061 12.3999 11.8855 12.8271 11.2764 13.0794C10.6673 13.3317 9.99712 13.3977 9.35051 13.2691C8.70391 13.1405 8.10997 12.823 7.64379 12.3569C7.17762 11.8907 6.86015 11.2967 6.73153 10.6501C6.60291 10.0035 6.66892 9.33331 6.92122 8.72423C7.17351 8.11514 7.60075 7.59454 8.14891 7.22827Z"})}),O9=w("svg",{xmlns:"http://www.w3.org/2000/svg",width:"22",height:"22",viewBox:"0 0 24 24",fill:"#222222",children:[w("path",{d:"M22.9331 7.46673V21.3334C22.9331 22.2667 22.1331 23.0667 21.1997 23.0667H10.1331V22.0001V20.9334H20.9331V7.60006H15.3331L11.0664 18.0001C10.7997 18.6667 10.1331 19.0667 9.46641 19.0667H2.79974C1.86641 19.0667 1.06641 18.2667 1.06641 17.3334V3.46673C1.06641 2.5334 1.86641 1.7334 2.79974 1.7334L12.9331 1.7334V2.80007V3.86673H2.93307V17.3334H9.33307L13.5997 6.9334C13.8664 6.26673 14.5331 5.86673 15.1997 5.86673H21.3331C22.2664 5.60006 22.9331 6.40007 22.9331 7.46673Z"}),w("path",{d:"M5.904 11.4063L5.472 13H4L6.056 6H7.96L10 13H8.496L8.072 11.4063H5.904ZM7.688 9.95389L7.048 7.54323H6.952L6.296 9.95389H7.688Z",fill:"#EA4C89"}),w("path",{d:"M19.4337 18.9805C18.403 18.6732 17.5907 18.3117 16.9968 17.8961C16.6999 18.1039 16.3542 18.2965 15.9597 18.474C15.5652 18.6558 15.1071 18.8312 14.5854 19L14 17.8831C14.9035 17.6494 15.6076 17.3918 16.1124 17.1104C15.8579 16.816 15.6394 16.4848 15.4571 16.1169C15.2789 15.7489 15.1262 15.3312 14.9989 14.8636H14.1718V13.8182H16.456C16.4178 13.5844 16.3669 13.3312 16.3033 13.0584L17.5504 13L17.6522 13.8182H19.8091V14.8636H18.9374C18.8059 15.3485 18.6532 15.7749 18.4793 16.1429C18.3054 16.5108 18.0976 16.8377 17.8558 17.1234C18.4327 17.4524 19.1474 17.6926 20 17.8442L19.4337 18.9805ZM16.1633 14.8636C16.3118 15.487 16.5854 16.013 16.9841 16.4416C17.1707 16.2424 17.3256 16.0152 17.4486 15.7597C17.5758 15.5 17.684 15.2013 17.7731 14.8636H16.1633Z",fill:"#EA4C89"})]}),z9=w("svg",{xmlns:"http://www.w3.org/2000/svg",width:"22",height:"22",viewBox:"0 0 24 24",fill:"#222222",children:[w("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M13 2H3C1.89543 2 1 2.89543 1 4V20C1 21.1046 1.89543 22 3 22H7V20H3V4H13V2ZM21 2H17V4H21V20H11V22H21C22.1046 22 23 21.1046 23 20V4C23 2.89543 22.1046 2 21 2Z"}),w("path",{d:"M10.5387 14.1787L9.96267 16H8L10.7413 8H13.28L16 16H13.9947L13.4293 14.1787H10.5387ZM12.9173 12.5187L12.064 9.76369H11.936L11.0613 12.5187H12.9173Z",fill:"#EA4C89"})]}),N9=w("svg",{xmlns:"http://www.w3.org/2000/svg",width:"28",height:"28",viewBox:"0 0 28 28",fill:"#666666",children:w("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M19 8H9C8.44772 8 8 8.44772 8 9V11H20V9C20 8.44772 19.5523 8 19 8ZM21 11V9C21 7.89543 20.1046 7 19 7H9C7.89543 7 7 7.89543 7 9V11V12V19C7 20.1046 7.89543 21 9 21H13V20H9C8.44772 20 8 19.5523 8 19V12H20V14H21V12V11ZM9 9H11V10H9V9ZM17 9H15V10H17V9ZM12 9H14V10H12V9ZM21 17H18V14H17V17H14V18H17V21H18V18H21V17Z"})});function q9({onOpenUrl:t,openOptionsPage:e,type:n}){let{t:r}=xe(),a=Me(),i=Math.round((Ni.supportedVideoSubtitleSites||[]).length/10),o=Ne(()=>[{title:r("widget.translateFile"),icon:M9,tooltipText:r("translateFileTooltip"),tooltipStyle:{left:-10,transform:"unset",fontSize:13,whiteSpace:"pre"},tooltipMultiple:!0,onClick:()=>{t(a.TRANSLATE_FILE_URL,n)}},{title:r("widget.videoSubtitle"),icon:B9,tooltipText:r("widget.videoSubtitleTooltip",{count:i*10}),tooltipStyle:{fontSize:13},onClick:()=>{e("#subtitle")}},{title:r("widget.instruction"),icon:I9,tooltipText:r("widget.instructionTooltip"),tooltipStyle:{left:"unset",right:-10,transform:"unset",fontSize:13},onClick:()=>{t(u4)}}],[a,t,e,r]);return w("div",{class:"widgets-container mt-5",children:o.map(s=>s.tooltipText?w(Ca,{text:s.tooltipText,containerStyle:{flex:1},tipStyle:s.tooltipStyle,multiple:s.tooltipMultiple,children:w(U9,{...s})}):w(U9,{...s}))})}function U9(t){return w("div",{class:"widget-item",onClick:t.onClick,children:[t.icon,w("span",{class:"ml-1 text-gray-6",children:t.title})]})}function Hs(t){let{setSettings:e,config:n,openSharePage:r,ctx:a,errorMsg:i,onAutoEnableSubtitleChanged:o}=t,[s,u]=re(""),[l,c]=re(i),[p,g]=re(null),[m,f]=re(null);Ce(()=>{Mt.get(Ft,null).then(C=>{C?(g(C),f(Zt(C))):f(!1)}).catch(C=>{f(!1)})},[]);let T=!0,b=ot();n&&b&&(T=n.generalRule.showSponsorOnSafari);let h=ml(n);return w("div",{class:`popup-container ${t.className||""}`,style:t.style,children:[w("div",{class:"popup-content text-sm",children:[h?w("div",{style:{marginTop:-12}}):w("div",{class:"flex items-center justify-between ml-1",style:{height:28},children:[w(b2,{isLogin:!!p,isProUser:!!m,config:n}),w(H7,{openSharePage:r})]}),w(CT,{ctx:t.ctx,setSettings:t.setSettings,onSetPageLanguage:t.onSetPageLanguage,currentLang:t.currentLang}),w(wT,{isProUser:!!m,ctx:t.ctx,setSettings:t.setSettings,pageStatus:t.pageStatus,onTranslatePage:t.onTranslatePage,onRestorePage:t.onRestorePage,openOptionsPage:t.openOptionsPage}),w("div",{class:"flex flex-row mt-3 items-center",children:[w(N7,{ctx:a,onSwitchTranslationMode:t.onSwitchTranslationMode}),w(q7,{ctx:t.ctx,pageStatus:t.pageStatus,currentUrl:t.currentUrl,onTranslatePdf:t.onTranslatePdf,onToggleTranslate:t.onToggleTranslate,disabledButton:t.disabledButton,noPermissionPDF:t.noPermissionPDF})]}),w("div",{class:`text-sm text-gray-9 mt-4 ml-1 ${s?"":"display-none"}`,children:s}),w("div",{class:`text-sm text-gray-9 mt-4 ml-1 ${l?"":"display-none"}`,children:l}),w(Up,{isShowError:!1,request:t.request,setStorageBuildinConfig:t.onSetBuildinConfig}),w("div",{class:"text-sm px-1 text-gray-2",children:[w(kT,{ctx:t.ctx,setSettings:t.setSettings,pageStatus:t.pageStatus,onTranslatePage:t.onTranslatePage,onRestorePage:t.onRestorePage,currentUrl:t.currentUrl,currentLang:t.currentLang,onClose:t.onClose,onSetLocalConfig:t.onSetLocalConfig}),w(_9,{ctx:t.ctx,openOptionsPage:t.openOptionsPage,setSettings:t.setSettings}),w(F9,{ctx:a,currentLang:t.currentLang,pageStatus:t.pageStatus,onTranslatePage:t.onTranslatePage,onClose:t.onClose,setSettings:t.setSettings}),w(z7,{onAutoEnableSubtitleChanged:o,ctx:a,setSettings:e})]}),w(q9,{type:t.type,onOpenUrl:t.onOpenUrl,openOptionsPage:t.openOptionsPage})]}),w(U7,{...t,isProUser:!!m,isShowPricing:T,setMessage:u})]})}function z7(t){let{t:e}=xe(),{ctx:n,setSettings:r,onAutoEnableSubtitleChanged:a}=t;return Ne(()=>!n.rule.subtitleRule.disabled&&Fd.includes(n.rule.subtitleRule.type||""),[n,Fd])?w("div",{class:"flex justify-between mt-3 items-center",children:[w("label",{class:"mb-0",children:e("autoEnableSubtitle")}),w("input",{type:"checkbox",role:"switch",id:"autoEnableSubtitle",name:"autoEnableSubtitle",checked:!!n.rule.subtitleRule.autoEnableSubtitle,onChange:o=>{let s=o.target.checked;r(u=>({...u,generalRule:{...u.generalRule,"subtitleRule.add":{...u.generalRule?.["subtitleRule.add"],autoEnableSubtitle:s}}})),a()}})]}):null}function N7(t){let{t:e}=xe(),n=t.ctx.state.translationMode,r=()=>{let i=n==="dual"?"translation":"dual";t.onSwitchTranslationMode(i)},a=e(n==="dual"?"changeToOnlyTempTranslationMode":"changeToDualTempTranslationMode");return w(Ca,{text:a,multiple:!0,tipStyle:{left:-20,transform:"unset",fontSize:13,whiteSpace:"pre"},children:w("div",{class:"translate-mode mr-2 ",onClick:r,children:n==="dual"?O9:z9})})}function U7(t){let{t:e,lang:n}=xe(),{isProUser:r,isShowPricing:a}=t,{config:i}=t.ctx,o=60;n.startsWith("zh")||(o=70);let s=Me(),u=`${t.type}_more`;return w("footer",{children:w("div",{class:"px-3 py-2-5 text-sm flex items-center justify-between popup-footer",children:[w("div",{class:"setting flex flex-row items-center justify-center secondary clickable",onClick:l,children:[R9,w("span",{class:"ml-1 text-gray-6",children:e("options")})]}),w(j7,{ctx:t.ctx,onToggleEnabled:t.onToggleEnabled,setSettings:t.setSettings,setMessage:t.setMessage}),w(Np,{label:e("more"),showArrow:!0,maxWidth:o,className:"text-gray-6 transform-padding-left more",onSelected:m=>{m.value==="openPremium"?(globalThis.open(vi),t.onClose()):m.value==="changeToOnlyTranslationMode"?c("translation"):m.value==="changeToDualTranslationMode"?c("dual"):m.value==="translateTheWholePage"?t.onTranslateTheWholePage():m.value==="translateToThePageEndImmediately"?t.onTranslateToThePageEndImmediately():m.value==="translateTheMainPage"?t.onTranslateTheMainPage():m.value==="translateLocalPdfFile"?t.onOpenUrl(s.PDF_VIEWER_URL,u):m.value==="pdfProFile"?t.onOpenUrl(s.PDF_PRO_URL,u):m.value==="translateText"?t.onOpenUrl(s.TEXT_TRANSLATE_URL,u):m.value==="translateLocalHtmlFile"?t.onOpenUrl(s.HTML_VIEWER_URL,u):m.value==="translateLocalSubtitleFile"?t.onOpenUrl(s.SUBTITLE_BUILDER_URL,u):m.value==="donate"?(globalThis.open(i.donateUrl),t.onClose()):m.value==="feedback"?(globalThis.open(i.feedbackUrl),t.onClose()):m.value==="options"?(t.openOptionsPage(),t.onClose()):m.value==="changeToTranslateTheWholePage"?p():m.value==="changeToTranslateTheMainPage"?g():m.value==="about"?t.openAboutPage():m.value==="toggleEnabled"?t.onToggleEnabled():m.value==="openEbookViewer"?t.onOpenUrl(s.EBOOK_VIEWER_URL,u):m.value==="openEbookBuilder"?t.onOpenUrl(s.EBOOK_BUILDER_URL,u):m.value==="goPro"&&t.onOpenUrl(vi,u)},menus:[i.translationMode==="dual"&&{label:"\u{1F524} "+e("changeToOnlyTranslationMode"),value:"changeToOnlyTranslationMode"},i.translationMode==="translation"&&{label:"\u{1F521} "+e("changeToDualTranslationMode"),value:"changeToDualTranslationMode"},i.translationArea==="main"&&{label:"\u{1F480} "+e("changeToTranslateTheWholePage"),value:"changeToTranslateTheWholePage"},i.translationArea==="body"&&{label:"\u{1F4D6} "+e("changeToTranslateTheMainPage"),value:"changeToTranslateTheMainPage"},{label:"\u26A1 "+e("translateToThePageEndImmediately"),value:"translateToThePageEndImmediately"},{label:"\u{1F4D8} "+e("browser.openEbookViewer"),value:"openEbookViewer"},{label:"\u{1F4DA} "+e("browser.openEbookBuilder"),value:"openEbookBuilder"},{label:"\u{1F4C1} "+e("browser.translateLocalPdfFile"),value:"translateLocalPdfFile"},{label:"\u2747\uFE0F "+e("browser.PdfProFile"),value:"pdfProFile"},{label:"\u{1F310} "+e("browser.translateLocalHtmlFile"),value:"translateLocalHtmlFile"},{label:"\u{1F4FA} "+e("browser.translateLocalSubtitleFile"),value:"translateLocalSubtitleFile"},{label:"\u{1F4DD} "+e("browser.textTranslate"),value:"translateText"},r===!1&&a&&{label:"\u{1F451} "+e("upgradeToPro"),value:"goPro"},{label:"\u2764\uFE0F "+e(a?"aboutLabel":"aboutLabelWithoutSponsor"),value:"about"}].filter(Boolean)})]})});function l(m){m.preventDefault(),t.openOptionsPage()}function c(m){t.setSettings(f=>({...f,translationMode:m})),t.onSwitchTranslationMode(m)}function p(){t.setSettings(m=>({...m,translationArea:"body"})),t.onTranslateTheWholePage()}function g(){t.setSettings(m=>({...m,translationArea:"main"})),t.onTranslateTheMainPage()}}function q7({currentUrl:t,pageStatus:e,onTranslatePdf:n,ctx:r,onToggleTranslate:a,disabledButton:i,noPermissionPDF:o}){let{t:s,lang:u}=xe(),l=r.config,c=Ne(()=>new URL(t||""),[t]),p=c?.pathname.toLowerCase().endsWith(".pdf");Hr(r?.rule)&&!p&&(p=!0);let g=s("translate");e==="Translated"||e==="Error"?g=s("show-original"):e==="Original"?p?Wn()&&c.protocol==="file:"||o?g=s("translate-firefox-local-pdf"):ye()?g=s("noSupportTranslate-pdf"):g=s("translate-pdf"):g=s("translate"):g=s(e);let m=s("translateToThePageEndImmediately");return(e==="Original"||e==="Translated")&&(l.shortcuts.toggleTranslatePage&&(Tu()?r.rule.touchShortcutsToggleTranslatePage&&r.rule.touchShortcutsToggleTranslatePage!=="touchShortcutsOff"&&(g+=` (${s(r.rule.touchShortcutsToggleTranslatePage)})`):g+=` (${tc(l.shortcuts.toggleTranslatePage)})`),l.shortcuts.toggleTranslateToThePageEndImmediately&&(m+=` (${l.shortcuts.toggleTranslateToThePageEndImmediately})`)),w("button",{class:"mb-0 main-button",onClick:()=>{p?n&&n():a()},"aria-busy":e==="Translating",disabled:i||e==="Translating",children:g})}function j7({ctx:t,onToggleEnabled:e,setSettings:n,setMessage:r}){let{t:a,lang:i}=xe(),o=Sn();return w("div",{class:"flex",children:w("span",{class:"immersive-translate-no-select text-sm text-gray-c2",onClick:c2(7)(s),children:["V",o,t.config.enabled?null:w("a",{href:"#",onClick:e,children:[" ","(",a("hasBeenDisabled"),")"]})]})});function s(u){n(l=>(l.alpha?r("Success disable alpha!"):r("Success enable alpha!"),{...l,alpha:!l.alpha}))}}function H7(t){let{t:e}=xe();return w("div",{class:"share-button-container",onClick:t.openSharePage,children:[w("span",{class:"text-gray-9",children:e("buildSnapshots")}),N9]})}function of(){let[t,e]=re("Original"),n=je(""),{t:r}=xe(),[a,i,o,s]=rr(()=>{setTimeout(()=>{yr("updateGlobalContext",!1)()},250)});fo(a,i);let[u,l]=re(null),[c,p]=re(null),[g,m]=re(null),[f,T]=re("auto"),[b,h]=re(null),C=je(!1),D=je(),[M,B]=re({}),[{errorMsg:S,disableButton:y,noPermissionPDF:_},k]=re({errorMsg:"",disableButton:!1,noPermissionPDF:!1});if(Ce(()=>{tt().any&&B({width:"100%"}),Mc()},[]),Ce(()=>{Xt().then(A=>l(A))},[a]),Ce(()=>{if(!(!c||!u)){if(C.current&&D.current){D.current.getAsyncContextString().then(A=>{if(A){let E=JSON.parse(A);h(E)}});return}Un({url:c,config:u}).then(A=>{C.current||h(A)})}},[c,u,C,D]),Ce(()=>(v(),()=>{globalThis.document.removeEventListener(Bo,L)}),[]),!u||!b)return null;return w(js,{children:w(Hs,{type:"popup",style:M,onClose:H9,onToggleTranslate:yr("toggleTranslatePage"),onToggleEnabled:N,openOptionsPage:Q7,openAboutPage:Y7,openSharePage:V7,onTranslatePdf:()=>{U(n.current||c||"")},onTranslateTheMainPage:yr("translateTheMainPage"),onTranslateTheWholePage:yr("translateTheWholePage"),onTranslateToThePageEndImmediately:yr("translateToThePageEndImmediately"),onSwitchTranslationMode:A=>{yr("switchTranslationMode",!0,{mode:A})()},onTranslatePage:yr("translatePage"),onRestorePage:yr("restorePage",!1),onSetPageLanguage:q,setSettings:i,config:u,pageStatus:t,ctx:b,currentUrl:c,currentLang:f,onSetLocalConfig:Wt,onSetBuildinConfig:kl,request:Ur,errorMsg:S,disabledButton:y,noPermissionPDF:_,onAutoEnableSubtitleChanged:yr("autoEnableSubtitleChanged"),onOpenUrl:$7})});async function v(){let A=ws(),E=await oe.tabs.query({currentWindow:!0,active:!0}),P=E[0].id;m(P);let O=j9(P,A);D.current=O;let H=E[0].url;if(I(P),globalThis.document.addEventListener(Bo,L),!H){p("about:newtab");return}p(H),Zl(H)?(F(O,P,H),W9(P,async()=>{let j=await O.getContextString(),W=await O.getPageStatus(),V=await Xt(),se=await O.getCurrentPageLanguage();if(e(W),l(V),T(se),j){let X=JSON.parse(j);if(X){if(h(X),C.current=!0,Hr(X.rule)){let Z=await O.getPdfWebUrl();n.current=Z}}else z.error("contextStr is empty",j)}se==="auto"&&setTimeout(async()=>{let X=await O.getCurrentPageLanguage();T(X)},500)})):Mp(H||"")?K7(H||"")&&W7(H||"").then(j=>{j||k({disableButton:!1,noPermissionPDF:!0,errorMsg:r("noLocalFilePermissionForPDF")})}):k({disableButton:!0,errorMsg:r("noPermissionForThisPage"),noPermissionPDF:!1})}function I(A){oe.tabs.onUpdated.addListener((E,P,O)=>{A===E&&O.url&&p(O.url)})}function F(A,E,P){A.ping().then(O=>{k({disableButton:!1,errorMsg:"",noPermissionPDF:!1}),af[E]=!0,K9(E)}).catch(O=>{s2(P)||k({disableButton:!0,errorMsg:r("reloadCurrentPage"),noPermissionPDF:!1}),z.debug("ping failed, but it is ok. cause maybe content is not injected",O)})}function L(A){let{tabId:E,payload:P}=A.detail,{method:O,data:H}=P;z.debug("popup received message",O,H||" "),O==="setPageStatus"?E&&e(H):O==="ready"&&E&&(k({disableButton:!1,errorMsg:"",noPermissionPDF:!1}),af[E]=!0,K9(E))}function U(A){A&&(oe.tabs.create({url:d4(A)}),globalThis.close())}function N(){i(A=>({...A,enabled:!A.enabled})),setTimeout(()=>{H9()},50)}function q(A){let E=ws();if(T(A),g&&c){let P=pu(c,A,u.sourceLanguageUrlPattern);i(O=>({...O,sourceLanguageUrlPattern:P})),W9(g,()=>{j9(g,E).setCurrentPageLanguageByClient(A)})}}}function yr(t,e=!0,n={}){return async()=>{let r=ws(),i=(await oe.tabs.query({currentWindow:!0,active:!0}))[0].id,o={trigger:"popup",...n};r.sendMessage(`content_script:main:${i}`,{method:t,data:o}),e&&setTimeout(()=>{globalThis.close()},10)}}async function W7(t){try{let e=new URL(t),n=await fetch(e.href);return!0}catch{return!1}}function K7(t){try{return new URL(t).protocol==="file:"}catch{return!1}}var G7={setCurrentPageLanguageByClient:t=>Promise.resolve(),ping:t=>Promise.resolve(),getPageStatus:t=>Promise.resolve(),getCurrentPageLanguage:t=>Promise.resolve(),getContextString:t=>Promise.resolve(),getAsyncContextString:t=>Promise.resolve(),getPdfWebUrl:()=>Promise.resolve("")};function j9(t,e){function n(a,i){let o=`content_script:main_sync:${t}`;return a.includes("Async")&&(o=`content_script:main:${t}`),e.sendMessage(o,{method:a,data:i})}let r={...G7};return Object.keys(r).forEach(a=>{r[a]=n.bind(null,a)}),r}var V7=()=>{yr("shareToDraft")()};function $7(t,e){let n=t;e&&(n=`${t}?utm_source=extension&utm_medium=extension&utm_campaign=${e}`),oe.tabs.create({url:n}),setTimeout(()=>{globalThis.close()},50)}function Y7(){oe.tabs.create({url:oe.runtime.getURL("options.html#about")}),setTimeout(()=>{globalThis.close()},50)}function H9(){globalThis.close()}function Q7(t=""){let e=oe.runtime.getURL("options.html");oe.tabs.create({url:e+t}),setTimeout(()=>{globalThis.close()},50)}var di={},af={};function W9(t,e){if(af[t])try{e()}catch(n){z.error("run callback failed",n)}else di[t]||(di[t]=[]),di[t].push(e)}function K9(t){if(di[t]&&di[t].length){let e=[...di[t]];di[t]=[],e.forEach(n=>n())}}var G9=document.getElementById("mount");l2();G9&&(async()=>{let t=await Xt();t.debug&&z.setLevel("debug"),$r(w(eo,{lang:t.interfaceLanguage,translations:rc,fallbackLang:"en",children:w(of,{})}),G9)})();})(); + ${s.innerHTML}`.replaceAll('data-immersive-translate-translation-element-mark="1"',"dim_m='1'").replace(/data-immersive-translate-walked=\".+?\"/g,"dim_w='1'").replace(/data-on-parse-paragraph=\".+?\"/g,"").replace(/data-consume-paragraph=\".+?\"/g,"").replace(/data-consume-container=\".+?\"/g,"").replace(/immersive-translate-target-([a-z\-]+)/g,(b,h)=>"imt_"+h.replaceAll("translation","t"))},await Wt(a);let f=Me().SHARE_DRAFT_URL,T=r.rule;if(T.shareConfig?.sharePath){let b=new URL(f);b.pathname=T.shareConfig.sharePath,f=b.toString()}Qi(f)}catch(g){z.error(g)}}async function pv(){let t=await Jt();t.draft&&globalThis.document.dispatchEvent(new CustomEvent(Mh,{detail:JSON.stringify(t.draft)}))}async function S7(){try{if(await Pl("reportActive"))return;z.debug("\u672A\u6FC0\u6D3B\u8FC7");let e=await bp();await de({url:zo+"/v1/user/campaign-info-translated/"+e,method:"POST",headers:{"content-type":"application/json"}}),Ts("reportActive","1")}catch(t){z.error(t)}}var x7=new AbortController,{signal:E7}=x7,od=0,sd=0,Do=!1,ci,E9=0,_a=[];function yo(t,e){C7();let n=t,r=n.config,a=r.generalRule.mouseHoverHoldKey==="Off",i=r.mouseModifierKeyPressTimeout||400;n.state.isTranslateDirectlyOnHover===!0&&(a=!1);let o=n.state.isTranslateDirectlyOnHover===!0||r.generalRule.mouseHoverHoldKey==="Auto";function s(){o=!o,o?(z.debug("mouse hover translate on"),n.state.isTranslateDirectlyOnHover=!0,yo(n,e)):(z.debug("mouse hover translate off"),n.state.isTranslateDirectlyOnHover=!1,yo(n,e))}document.addEventListener(Fo,s),_a.push(()=>{document.removeEventListener(Fo,s)});let u=Vn(m=>{if(!(Math.abs(m.clientX-od)+Math.abs(m.clientY-sd)<=3)&&(od=m.clientX,sd=m.clientY,o||Do&&!ci)){let g=A9(n.rule,e);if(g){if(tf(g))return;ef(n,!1,g)}}},o?700:300),l=m=>{let g=m.target;tf(g)||ef(n,!0)},c=m=>{let g=r?.generalRule?.mouseHoverHoldKey?.toLowerCase()||"alt",f=yn.getPressedKeyCodes();if(f.length>1&&yn[g]&&(E9=Date.now(),Do=!1),f.length===1&&yn[g]){let T=Date.now();Do=!0,ci&&clearTimeout(ci),ci=setTimeout(()=>{let b=E9-T;b>0&&b<=i?Do=!1:l(m),ci=void 0},i)}};if(_a.push(()=>{ci&&clearTimeout(ci)}),a)return;Jm("mousemove",u,e),_a.push(()=>{e.removeEventListener("mousemove",u)});function p(){o?u.cancel():Do=!1}if(Jm("blur",p,e),_a.push(()=>{e.removeEventListener("blur",p)}),!o){let m=r?.generalRule?.mouseHoverHoldKey?.toLowerCase()||"alt",g=e4;Jm("keyup",C9,e),_a.push(()=>{e.removeEventListener("keyup",C9)}),g.includes(m)?yn("*","mouseHover",c):yn(r.generalRule.mouseHoverHoldKey,"mouseHover",l),yn.setScope("mouseHover"),_a.push(()=>{yn.deleteScope("mouseHover")})}}function C7(){_a.forEach(t=>t()),_a=[],yn.setScope("all")}function C9(t){Do=!1}function Jm(t,e,n=window){return n.addEventListener(t,e,{signal:E7})}function ef(t,e,n,r=window){if(n=n||A9(t.rule,r),!n){z.debug("can not find selection part!");return}if(D7(n,e))return;if(tf(n)){z.debug("exclude dom");return}x9(t,n);let i=Gs();i&&(i.setupMouseHoverListener=yo);let o=an(t);o.excludeSelectors=[],o.selectors=[];let s=!1,u=Qm({...i},t);Kr({id:i.id,container:n,filterRule:o,force:!0,onParagraph:l=>{ti(u,l,!0,"hover").then(c=>{if(c&&!s){s=!0;let p=Date.now();Je(Ih,p),lt("mouse_hover_translate",[{name:"mouse_hover_translate"}],{...t,sourceLanguage:"mouseHover"})}})},onFrame:()=>{},onIgnoreElement:()=>{}})}function A9(t,e){return w7(od,sd,t,e)}function w7(t,e,n,r){let a=b1(t,e,n,r);if(a==null)return;let i=()=>{let u=r.document.elementFromPoint(t,e);if(!u)return;let l=T1(u,t,e);return l===u?u.nodeName==="BUTTON"?u:void 0:D9(l,n)},o=()=>{try{a.setStartBefore(a.startContainer),a.setEndAfter(a.startContainer)}catch(l){z.debug("get mouse over word fail",l)}let u=a.getBoundingClientRect();if(!(u.left>t||u.righte||u.bottom{k7(r)}),!0}function A7(t){let e=[t];if(t.nodeName=="FONT"&&t.classList.contains("immersive-translate-target-wrapper"))e=[t.parentElement];else{let r=[...t.querySelectorAll(".immersive-translate-target-wrapper")].map(a=>a.parentElement).filter(a=>!!a);r.length&&(e=r)}return e.filter(n=>n?.paragraphs&&n?.paragraphs.length>0)}function k7(t){let e=Gs();e&&(!t.paragraphs||!t.paragraphs.length||(t.paragraphs.forEach(n=>{Os(n,n.state==="original"?e.translateState:"original")}),t.paragraphs=[]))}function Xm(t){return!!(t.host&&t.mode)}function w9(t,e){let n=t.parentNode;if(n.nodeName==="BODY"||Xm(n))return t;for(;n&&n.nodeName!=="BODY"&&!Xm(n)&&Sp(n,e);){let r=n.parentNode;if(r&&Xm(r))break;n=r}return n}function D9(t,e){return t.nodeType===Node.TEXT_NODE||Sp(t,e)?w9(t,e):t}function k9(t,e){od=e.clientX,sd=e.clientY,ef(t,!0)}var Js=[];function nf(t,e){let n=0,r=0,a,i=s=>{let u=new Date().getTime();r++,u-n<300?o(s):r=1,n=u},o=s=>{clearTimeout(a),r===parseInt(t+"")&&(a=setTimeout(()=>{r=0,e(s)},400))};document.addEventListener("click",i),Js.push(()=>{document.removeEventListener("click",i)})}function P9(t,e){let n=0,r=0,a=0,i=s=>{let u=s.changedTouches[0];n=new Date().getTime(),r=u.clientX,a=u.clientY},o=s=>{let u=s.changedTouches[0];n-new Date().getTime()>1e3||Math.abs(a-u.clientY)>50||(t==="left"&&u.clientX-r>50&&e(s.changedTouches[0]),t==="right"&&u.clientX-r<-50&&e(s.changedTouches[0]))};document.addEventListener("touchstart",i),document.addEventListener("touchend",o),Js.push(()=>{document.removeEventListener("touchstart",i),document.removeEventListener("touchend",o)})}function ud(t,e){let n,r=a=>{clearTimeout(n),a.touches.length===parseInt(t+"")&&(n=setTimeout(()=>{e(a.changedTouches[0])},200))};document.addEventListener("touchstart",r),Js.push(()=>{document.removeEventListener("touchstart",r)})}var rf={touchShortcutsOff:()=>{},"multipleClick.2":nf,"multipleClick.3":nf,"multipleClick.4":nf,"slide.left":P9,"slide.right":P9,"fingers.2":ud,"fingers.3":ud,"fingers.4":ud,"fingers.5":ud};async function gv(t){try{B7();let e=await qr(),n=Jh.find(r=>r.name==="touch");if(!n)return;n.shortcuts.forEach(r=>{if(typeof r=="string")return;let a=P7(t,e,r.command),i=rf[a];if(a==="touchShortcutsOff"||!i)return;let o=a.split(".");if(o.length!==2)return;let s=o[1];s&&i(s,u=>{M7(r.command,t,u)})})}catch(e){z.error(e)}}function P7(t,e,n){if(!e.generalRule)return t.config.generalRule[n];if(e.generalRule[n])return e.generalRule[n];let r={touchShortcutsToggleTranslatePage:"fingerCountToToggleTranslagePageWhenTouching",touchShortcutsToggleTranslationMask:"fingerCountToToggleTranslationMaskWhenTouching",touchShortcutsToggleTranslatePageOnlyTranslation:"fingerCountToToggleTranslagePageOnlyTranslationWhenTouching"};return r[n]&&e.generalRule[r[n]]?`fingers.${e.generalRule[r[n]]}`:t.config.generalRule[n]||""}var L7=()=>{Pm();let t=new CustomEvent(wr,{detail:{method:"toggleTranslatePage"}});globalThis.document.dispatchEvent(t)},_7=()=>{_m();let t=new CustomEvent(wr,{detail:{method:"toggleOnlyTranslation"}});globalThis.document.dispatchEvent(t)},F7=()=>{Lm();let t=new CustomEvent(wr,{detail:{method:"toggleTranslationMask"}});globalThis.document.dispatchEvent(t)},L9=0,M7=(t,e,n)=>{new Date().getTime()-L9<200||(L9=new Date().getTime(),t==="touchShortcutsToggleTranslatePage"?L7():t==="touchShortcutsToggleTranslationMask"?F7():t==="touchShortcutsToggleTranslatePageOnlyTranslation"?_7():t==="touchShortcutsToggleTranslateTouchElement"&&k9(e,n))};function B7(){Js.forEach(t=>{t()}),Js=[]}function _9(t){let{t:e}=xe(),{ctx:n,setSettings:r}=t,a=I7(t);return _o(n.localConfig)?a.length?w("div",{class:"flex mt-3 items-center justify-between",children:[w("div",{class:"flex items-center",children:[w("label",{class:"mb-0 mr-2 shrink-0",children:[e("mouse-translate"),":"]}),w(va,{style:{width:"100%",maxWidth:"100%"},className:"transform-padding-left min-select",items:a})]}),w("input",{type:"checkbox",role:"switch",class:"shrink-0",checked:n.config.generalRule.mouseHoverHoldKey!=="Off",onChange:i=>{let o=i.target.checked;r(s=>{let u=s.generalRule?.mouseHoverPreferenceKey||n.config.generalRule.mouseHoverPreferenceKey||Oo[0];return{...s,generalRule:{...s.generalRule,mouseHoverHoldKey:o?u:"Off"}}})}})]}):null:w(R7,{...t})}function I7({ctx:t,openOptionsPage:e,setSettings:n}){let{t:r}=xe(),a=Ne(()=>{let s=t.config.generalRule,u=s.mouseHoverPreferenceKey;return s.mouseHoverHoldKey!=="Off"&&u!==s.mouseHoverHoldKey&&(u=s.mouseHoverHoldKey),u},[t]),i=Ne(()=>Oo.filter(s=>!(s==="Off"||Oo.includes(a)&&s==="OtherCustom")),[t,a]);return Ne(()=>i.map(s=>{let u=r("mouseHoldKey",{key:tc(s)}),l=Oo.includes(a),c=s===a;return s==="Auto"?u=r("mouseHoldKeyAuto"):s==="Off"?u=r("mouseHoldKeyOff"):s==="OtherCustom"?u=l?r("mouseHoldKeyOther"):r("mouseHoldKeyCustomKey",{key:a}):s==="Other"&&(u=r("mouseHoldKeyOther")),l||s==="OtherCustom"&&(c=!0),{label:u,value:s,selected:c,onSelected:p=>{p.value==="Other"?e("#shortcuts"):n(m=>{let g={...m.generalRule,mouseHoverPreferenceKey:p.value};return t.config.generalRule.mouseHoverHoldKey!=="Off"&&(g.mouseHoverHoldKey=p.value),{...m,generalRule:g}})}}}),[i,a])}function R7(t){let{ctx:e,setSettings:n}=t,{t:r}=xe(),a=e.config.generalRule,i=Object.keys(rf).filter(l=>l!="touchShortcutsOff"),o=a.touchShortcutsToggleTranslateTouchElement,s=a.touchShortcutsToggleTranslateTouchElementPreferenceKey,u=s||"touchShortcutsOff";return o!=="touchShortcutsOff"&&o!==s&&(u=o),w("div",{class:"flex mt-3 items-center justify-between",children:[w("div",{class:"flex items-center",children:[w("label",{class:"mb-0 mr-2 shrink-0",children:[r("touch.mouse-translate"),":"]}),w(va,{style:{width:"100%",maxWidth:"100%"},className:"transform-padding-left min-select",items:i.map((l,c)=>({value:l,label:r(l),selected:l==u,onSelected(p){n(m=>{let g={...m.generalRule,touchShortcutsToggleTranslateTouchElementPreferenceKey:p.value};return e.config.generalRule.touchShortcutsToggleTranslateTouchElement!=="touchShortcutsOff"&&(g.touchShortcutsToggleTranslateTouchElement=p.value),{...m,generalRule:g}})}}))})]}),w("input",{type:"checkbox",role:"switch",class:"shrink-0",checked:e.config.generalRule.touchShortcutsToggleTranslateTouchElement!=="touchShortcutsOff",onChange:l=>{let c=l.target.checked;n(p=>{let m=p.generalRule?.touchShortcutsToggleTranslateTouchElementPreferenceKey||e.config.generalRule.touchShortcutsToggleTranslateTouchElementPreferenceKey||"slide.left";return{...p,generalRule:{...p.generalRule,touchShortcutsToggleTranslateTouchElement:c?m:"touchShortcutsOff"}}})}})]})}d();function F9(t){let{isAlwaysTranslateLang:e}=O7({ctx:t.ctx,currentLang:t.currentLang}),{t:n}=xe();if(t.currentLang!=="auto")return w("div",{class:"flex justify-between mt-3 items-center",children:[w("label",{class:"mb-0 text-overflow-ellipsis flex-1",children:n("alwaysTranslateSomeLanguage",{language:fa(t.currentLang,t.ctx.config.interfaceLanguage,!1,!0)})}),w("input",{id:"alwaysTranslateThisLanugage",name:"alwaysTranslateThisLanugage",type:"checkbox",role:"switch",class:"shrink-0",checked:!!e,onChange:a=>{let i=a.target.checked;r(i?"matches":void 0)}})]});return w("span",{});function r(a){if(!a){t.setSettings(s=>{let u={...s.translationLanguagePattern};return{...s,translationLanguagePattern:{...s.translationLanguagePattern,matches:bl(t.currentLang,u.matches),excludeMatches:bl(t.currentLang,u.excludeMatches)}}});return}let i=a,o=i==="matches"?"excludeMatches":"matches";t.currentLang&&t.setSettings(s=>{let u={...s.translationLanguagePattern};return u[i]=hl(t.currentLang,u[i]),u[o]=bl(t.currentLang,u[o]),{...s,translationLanguagePattern:{...s.translationLanguagePattern,...u}}}),i==="matches"&&t.pageStatus==="Original"&&setTimeout(()=>{t.onTranslatePage(),t.onClose()},100)}}function O7({ctx:t,currentLang:e}){let n=null;if(e&&e!=="auto"){let{translationLanguagePattern:r}=t.config,{matches:a}=r;a.includes(e)?n=!0:n=!1}return{isAlwaysTranslateLang:n}}d();d();var M9=w("svg",{width:"24",height:"24",viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg",fill:"#222222",children:[w("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M19.4284 6.59193L15.1187 2.28564H6.28557C5.83092 2.28564 5.39488 2.46626 5.07339 2.78775C4.7519 3.10924 4.57129 3.54527 4.57129 3.99993V9.71422V18.8571V19.9999C4.57129 20.4546 4.7519 20.8906 5.07339 21.2121C5.39488 21.5336 5.83092 21.7142 6.28557 21.7142H17.7141C18.1688 21.7142 18.6048 21.5336 18.9263 21.2121C19.2478 20.8906 19.4284 20.4546 19.4284 19.9999V18.8571V9.71422V6.59193ZM15.341 6.82964V4.93136L17.2404 6.82964H15.341ZM6.28551 18.8571V19.9999H17.7141V18.8571V8.54335H13.6272L13.6267 3.99992H6.28551V18.8571Z"}),w("rect",{x:"7.55957",y:"10.2002",width:"8.88",height:"1.8",fill:"#EA4C89"}),w("rect",{x:"7.55957",y:"13.2002",width:"8.88",height:"1.68",fill:"#EA4C89"}),w("rect",{x:"7.55957",y:"16.0801",width:"4.92",height:"1.8",fill:"#EA4C89"})]}),B9=w("svg",{xmlns:"http://www.w3.org/2000/svg",width:"22",height:"22",viewBox:"0 0 24 24",fill:"#222222",children:[w("path",{d:"M19.4289 2.85693C19.654 2.85693 19.8769 2.90127 20.0849 2.98743C20.2929 3.07358 20.4818 3.19985 20.641 3.35904C20.8002 3.51822 20.9265 3.7072 21.0126 3.91519C21.0988 4.12318 21.1431 4.3461 21.1431 4.57122V19.4284C21.1431 19.6535 21.0988 19.8764 21.0126 20.0844C20.9265 20.2924 20.8002 20.4814 20.641 20.6405C20.4818 20.7997 20.2929 20.926 20.0849 21.0122C19.8769 21.0983 19.654 21.1426 19.4289 21.1426H4.57171C4.11705 21.1426 3.68102 20.962 3.35952 20.6405C3.03803 20.3191 2.85742 19.883 2.85742 19.4284V4.57122C2.85742 4.11656 3.03803 3.68053 3.35952 3.35904C3.68102 3.03755 4.11705 2.85693 4.57171 2.85693H19.4289ZM19.4289 9.14265H4.57171V19.4284H19.4289V9.14265ZM8.00028 4.57122H4.57171V7.42836H8.00028V4.57122ZM14.286 4.57122H9.71457V7.42836H14.286V4.57122ZM19.4289 4.57122H16.0003V7.42836H19.4289V4.57122Z"}),w("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M10.2854 10.543C10.4843 10.5431 10.6797 10.5951 10.8523 10.6938L15.4066 13.2955C15.5815 13.3955 15.7269 13.5399 15.828 13.7142C15.9292 13.8884 15.9824 14.0863 15.9824 14.2878C15.9824 14.4893 15.9292 14.6872 15.828 14.8615C15.7269 15.0357 15.5815 15.1802 15.4066 15.2801L10.8523 17.8824C10.6785 17.9817 10.4816 18.0336 10.2814 18.0329C10.0812 18.0322 9.88476 17.9789 9.71164 17.8784C9.53851 17.7779 9.39483 17.6337 9.29496 17.4602C9.19509 17.2867 9.14254 17.09 9.14258 16.8898V11.6858C9.14258 11.3827 9.26299 11.092 9.47731 10.8777C9.69164 10.6634 9.98233 10.543 10.2854 10.543ZM10.8569 12.6704V15.9047L13.6872 14.2875L10.8569 12.6704Z",fill:"#EA4C89"})]}),I9=w("svg",{xmlns:"http://www.w3.org/2000/svg",width:"22",height:"22",viewBox:"0 0 24 24",fill:"#222222",children:[w("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M19.4979 2.78775C19.1764 2.46626 18.7404 2.28564 18.2857 2.28564H5.71429C5.25963 2.28564 4.82359 2.46626 4.5021 2.78775C4.18061 3.10924 4 3.54527 4 3.99993V19.9999C4 20.2251 4.04434 20.448 4.13049 20.656C4.21664 20.8639 4.34292 21.0529 4.5021 21.2121C4.66129 21.3713 4.85027 21.4976 5.05826 21.5837C5.26624 21.6699 5.48916 21.7142 5.71429 21.7142H18.2857C18.5108 21.7142 18.7338 21.6699 18.9417 21.5837C19.1497 21.4976 19.3387 21.3713 19.4979 21.2121C19.6571 21.0529 19.7834 20.8639 19.8695 20.656C19.9557 20.448 20 20.2251 20 19.9999V3.99993C20 3.54527 19.8194 3.10924 19.4979 2.78775ZM5.71429 18.8571H18.2857V19.9999H5.71429V18.8571ZM5.71428 3.95993V17.1028H18.2857V3.95993H5.71428Z"}),w("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M13.5033 3.95996V10.8171L10.6462 9.55653L7.78906 10.8171V3.95996H9.50334V8.18682L10.6462 7.68282L11.7891 8.18682V3.95996H13.5033Z",fill:"#EA4C89"})]}),R9=w("svg",{xmlns:"http://www.w3.org/2000/svg",width:"18",height:"18",viewBox:"0 0 20 20",fill:"#B3B3B3",children:w("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M11.0402 2.56219C10.8673 2.38914 10.6329 2.29178 10.3883 2.2915H9.61327C9.36886 2.29316 9.13508 2.39169 8.96323 2.5655C8.79138 2.7393 8.6955 2.97417 8.6966 3.21859V4.08317L7.88827 4.38838C7.27152 4.62052 6.69744 4.95314 6.18931 5.37275L5.51952 5.92484L4.76848 5.4915L4.7539 5.48317C4.61453 5.40172 4.45595 5.35893 4.29452 5.35921C4.13241 5.35919 3.97315 5.40182 3.83273 5.48282C3.69231 5.56382 3.57567 5.68033 3.49452 5.82067L3.12577 6.45817C3.00657 6.66857 2.9746 6.91731 3.03672 7.15101C3.09885 7.38471 3.25012 7.58474 3.45806 7.70817L3.47056 7.72171L4.21952 8.15505L4.07785 9.00817C3.96954 9.6575 3.96954 10.3203 4.07785 10.9696L4.2164 11.8207L3.46848 12.2519L3.44556 12.2655C3.23393 12.3881 3.07956 12.5896 3.0163 12.8259C2.95303 13.0622 2.98603 13.3139 3.10806 13.5259L3.50077 14.2061C3.58233 14.3463 3.6992 14.4627 3.83975 14.5436C3.9803 14.6246 4.13961 14.6673 4.30181 14.6675C4.46324 14.6678 4.62182 14.625 4.76119 14.5436L4.7841 14.53L5.53306 14.0978L6.20181 14.6457C6.70534 15.0591 7.27331 15.3871 7.88306 15.6165L8.6914 15.9217V16.7853C8.6914 17.0298 8.78849 17.2644 8.96134 17.4375C9.1342 17.6105 9.36868 17.7079 9.61327 17.7082H10.3883C10.5096 17.7086 10.6299 17.685 10.7422 17.6389C10.8544 17.5928 10.9565 17.525 11.0425 17.4393C11.1285 17.3537 11.1968 17.2519 11.2435 17.1399C11.2901 17.0278 11.3142 16.9077 11.3143 16.7863V15.9217L12.1226 15.6165C12.7394 15.3844 13.3135 15.0517 13.8216 14.6321L14.4914 14.08L15.2424 14.5134L15.257 14.5228C15.469 14.6447 15.7206 14.6775 15.9567 14.614C16.1929 14.5505 16.3941 14.3959 16.5164 14.1842L16.8851 13.5467C17.0068 13.3348 17.0397 13.0834 16.9764 12.8473C16.9132 12.6113 16.759 12.41 16.5476 12.2873L16.532 12.278L15.782 11.8457L15.9237 10.9915C16.032 10.3422 16.032 9.67938 15.9237 9.03005L15.7851 8.179L16.5331 7.74775L16.556 7.73421C16.7676 7.61158 16.922 7.41003 16.9852 7.17376C17.0485 6.93749 17.0155 6.68577 16.8935 6.4738L16.5008 5.79359C16.4192 5.65338 16.3023 5.53699 16.1618 5.45603C16.0212 5.37506 15.8619 5.33234 15.6997 5.33213C15.5383 5.33185 15.3797 5.37464 15.2404 5.45609L15.2174 5.46963L14.4685 5.90192L13.7997 5.354C13.2962 4.94059 12.7282 4.61262 12.1185 4.38317L11.3101 4.07796V3.21442C11.3101 2.96983 11.2131 2.73524 11.0402 2.56219ZM9.61327 1.0415H10.3883C10.6736 1.04164 10.9562 1.09798 11.2197 1.20731C11.4833 1.31663 11.7228 1.4768 11.9245 1.67867C12.1261 1.88054 12.2861 2.12016 12.3951 2.38384C12.5042 2.64753 12.5603 2.93011 12.5601 3.21546C13.2969 3.49312 13.9834 3.88931 14.5924 4.38838L14.6154 4.37484C14.8625 4.2313 15.1356 4.13798 15.4189 4.10025C15.7023 4.06251 15.9903 4.0811 16.2664 4.15495C16.5425 4.2288 16.8013 4.35644 17.028 4.53057C17.2547 4.7047 17.4447 4.92187 17.5872 5.16963L17.9799 5.84984C18.1226 6.09693 18.2153 6.36972 18.2525 6.65262C18.2897 6.93552 18.2709 7.22299 18.197 7.49859C18.123 7.7742 17.9956 8.03254 17.8218 8.25885C17.648 8.48516 17.4313 8.67501 17.1841 8.81755L17.1612 8.83109C17.2248 9.21777 17.2569 9.60899 17.257 10.0009C17.2552 10.4017 17.2203 10.8016 17.1529 11.1967L17.1685 11.205C17.6673 11.4933 18.0313 11.9678 18.1803 12.5243C18.3294 13.0809 18.2513 13.6738 17.9633 14.1728L17.5956 14.8103C17.3075 15.3093 16.833 15.6734 16.2765 15.8227C15.72 15.9719 15.1269 15.894 14.6279 15.6061L14.6133 15.5978C13.999 16.1043 13.3053 16.5059 12.5601 16.7863C12.5599 17.3622 12.331 17.9145 11.9237 18.3217C11.5165 18.729 10.9642 18.9579 10.3883 18.9582H9.61327C9.32792 18.958 9.04539 18.9017 8.78181 18.7924C8.51823 18.683 8.27877 18.5229 8.07709 18.321C7.87541 18.1191 7.71547 17.8795 7.6064 17.6158C7.49733 17.3521 7.44126 17.0696 7.4414 16.7842C6.70459 16.5066 6.01812 16.1104 5.40911 15.6113L5.38619 15.6248C5.13939 15.7686 4.86664 15.8623 4.58357 15.9005C4.30049 15.9387 4.01267 15.9206 3.73659 15.8474C3.4605 15.7741 3.20159 15.6471 2.97469 15.4736C2.74779 15.3001 2.55736 15.0835 2.41431 14.8363L2.0216 14.1561C1.8789 13.909 1.78628 13.6362 1.74904 13.3533C1.7118 13.0704 1.73068 12.7829 1.80459 12.5073C1.87849 12.2317 2.00599 11.9734 2.17977 11.7471C2.35356 11.5208 2.57025 11.3309 2.81744 11.1884L2.84035 11.1748C2.7767 10.7882 2.74465 10.3969 2.74452 10.005C2.74637 9.60425 2.78121 9.20429 2.84869 8.80921L2.83306 8.80088C2.33422 8.51264 1.97027 8.0381 1.82123 7.48158C1.67218 6.92506 1.75025 6.33214 2.03827 5.83317L2.40598 5.19046C2.69404 4.69144 3.16851 4.32727 3.72504 4.17803C4.28157 4.02879 4.87459 4.1067 5.37369 4.39463L5.38827 4.40296C6.00243 3.89603 6.69615 3.49408 7.4414 3.21338C7.44167 2.63745 7.67058 2.08518 8.07783 1.67794C8.48507 1.27069 9.03734 1.04178 9.61327 1.0415ZM11.1583 8.26761C10.8156 8.03869 10.4129 7.9165 10.0008 7.9165C9.44828 7.9165 8.91838 8.136 8.52768 8.5267C8.13698 8.9174 7.91748 9.4473 7.91748 9.99984C7.91748 10.4119 8.03967 10.8147 8.26859 11.1573C8.49751 11.4999 8.82288 11.7669 9.20356 11.9246C9.58424 12.0823 10.0031 12.1235 10.4073 12.0431C10.8114 11.9628 11.1826 11.7643 11.474 11.473C11.7653 11.1816 11.9637 10.8104 12.0441 10.4063C12.1245 10.0021 12.0832 9.58326 11.9256 9.20258C11.7679 8.8219 11.5009 8.49653 11.1583 8.26761ZM8.14891 7.22827C8.69708 6.862 9.34154 6.6665 10.0008 6.6665C10.8849 6.6665 11.7327 7.01769 12.3578 7.64281C12.983 8.26794 13.3341 9.11578 13.3341 9.99984C13.3341 10.6591 13.1387 11.3036 12.7724 11.8517C12.4061 12.3999 11.8855 12.8271 11.2764 13.0794C10.6673 13.3317 9.99712 13.3977 9.35051 13.2691C8.70391 13.1405 8.10997 12.823 7.64379 12.3569C7.17762 11.8907 6.86015 11.2967 6.73153 10.6501C6.60291 10.0035 6.66892 9.33331 6.92122 8.72423C7.17351 8.11514 7.60075 7.59454 8.14891 7.22827Z"})}),O9=w("svg",{xmlns:"http://www.w3.org/2000/svg",width:"22",height:"22",viewBox:"0 0 24 24",fill:"#222222",children:[w("path",{d:"M22.9331 7.46673V21.3334C22.9331 22.2667 22.1331 23.0667 21.1997 23.0667H10.1331V22.0001V20.9334H20.9331V7.60006H15.3331L11.0664 18.0001C10.7997 18.6667 10.1331 19.0667 9.46641 19.0667H2.79974C1.86641 19.0667 1.06641 18.2667 1.06641 17.3334V3.46673C1.06641 2.5334 1.86641 1.7334 2.79974 1.7334L12.9331 1.7334V2.80007V3.86673H2.93307V17.3334H9.33307L13.5997 6.9334C13.8664 6.26673 14.5331 5.86673 15.1997 5.86673H21.3331C22.2664 5.60006 22.9331 6.40007 22.9331 7.46673Z"}),w("path",{d:"M5.904 11.4063L5.472 13H4L6.056 6H7.96L10 13H8.496L8.072 11.4063H5.904ZM7.688 9.95389L7.048 7.54323H6.952L6.296 9.95389H7.688Z",fill:"#EA4C89"}),w("path",{d:"M19.4337 18.9805C18.403 18.6732 17.5907 18.3117 16.9968 17.8961C16.6999 18.1039 16.3542 18.2965 15.9597 18.474C15.5652 18.6558 15.1071 18.8312 14.5854 19L14 17.8831C14.9035 17.6494 15.6076 17.3918 16.1124 17.1104C15.8579 16.816 15.6394 16.4848 15.4571 16.1169C15.2789 15.7489 15.1262 15.3312 14.9989 14.8636H14.1718V13.8182H16.456C16.4178 13.5844 16.3669 13.3312 16.3033 13.0584L17.5504 13L17.6522 13.8182H19.8091V14.8636H18.9374C18.8059 15.3485 18.6532 15.7749 18.4793 16.1429C18.3054 16.5108 18.0976 16.8377 17.8558 17.1234C18.4327 17.4524 19.1474 17.6926 20 17.8442L19.4337 18.9805ZM16.1633 14.8636C16.3118 15.487 16.5854 16.013 16.9841 16.4416C17.1707 16.2424 17.3256 16.0152 17.4486 15.7597C17.5758 15.5 17.684 15.2013 17.7731 14.8636H16.1633Z",fill:"#EA4C89"})]}),z9=w("svg",{xmlns:"http://www.w3.org/2000/svg",width:"22",height:"22",viewBox:"0 0 24 24",fill:"#222222",children:[w("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M13 2H3C1.89543 2 1 2.89543 1 4V20C1 21.1046 1.89543 22 3 22H7V20H3V4H13V2ZM21 2H17V4H21V20H11V22H21C22.1046 22 23 21.1046 23 20V4C23 2.89543 22.1046 2 21 2Z"}),w("path",{d:"M10.5387 14.1787L9.96267 16H8L10.7413 8H13.28L16 16H13.9947L13.4293 14.1787H10.5387ZM12.9173 12.5187L12.064 9.76369H11.936L11.0613 12.5187H12.9173Z",fill:"#EA4C89"})]}),N9=w("svg",{xmlns:"http://www.w3.org/2000/svg",width:"28",height:"28",viewBox:"0 0 28 28",fill:"#666666",children:w("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M19 8H9C8.44772 8 8 8.44772 8 9V11H20V9C20 8.44772 19.5523 8 19 8ZM21 11V9C21 7.89543 20.1046 7 19 7H9C7.89543 7 7 7.89543 7 9V11V12V19C7 20.1046 7.89543 21 9 21H13V20H9C8.44772 20 8 19.5523 8 19V12H20V14H21V12V11ZM9 9H11V10H9V9ZM17 9H15V10H17V9ZM12 9H14V10H12V9ZM21 17H18V14H17V17H14V18H17V21H18V18H21V17Z"})});function q9({onOpenUrl:t,openOptionsPage:e,type:n}){let{t:r}=xe(),a=Me(),i=Math.round((Ni.supportedVideoSubtitleSites||[]).length/10),o=Ne(()=>[{title:r("widget.translateFile"),icon:M9,tooltipText:r("translateFileTooltip"),tooltipStyle:{left:-10,transform:"unset",fontSize:13,whiteSpace:"pre"},tooltipMultiple:!0,onClick:()=>{t(a.TRANSLATE_FILE_URL,n)}},{title:r("widget.videoSubtitle"),icon:B9,tooltipText:r("widget.videoSubtitleTooltip",{count:i*10}),tooltipStyle:{fontSize:13},onClick:()=>{e("#subtitle")}},{title:r("widget.instruction"),icon:I9,tooltipText:r("widget.instructionTooltip"),tooltipStyle:{left:"unset",right:-10,transform:"unset",fontSize:13},onClick:()=>{t(u4)}}],[a,t,e,r]);return w("div",{class:"widgets-container mt-5",children:o.map(s=>s.tooltipText?w(Ca,{text:s.tooltipText,containerStyle:{flex:1},tipStyle:s.tooltipStyle,multiple:s.tooltipMultiple,children:w(U9,{...s})}):w(U9,{...s}))})}function U9(t){return w("div",{class:"widget-item",onClick:t.onClick,children:[t.icon,w("span",{class:"ml-1 text-gray-6",children:t.title})]})}function Hs(t){let{setSettings:e,config:n,openSharePage:r,ctx:a,errorMsg:i,onAutoEnableSubtitleChanged:o}=t,[s,u]=re(""),[l,c]=re(i),[p,m]=re(null),[g,f]=re(null);Ce(()=>{Mt.get(Ft,null).then(C=>{C?(m(C),f(Zt(C))):f(!1)}).catch(C=>{f(!1)})},[]);let T=!0,b=ot();n&&b&&(T=n.generalRule.showSponsorOnSafari);let h=ml(n);return w("div",{class:`popup-container ${t.className||""}`,style:t.style,children:[w("div",{class:"popup-content text-sm",children:[h?w("div",{style:{marginTop:-12}}):w("div",{class:"flex items-center justify-between ml-1",style:{height:28},children:[w(b2,{isLogin:!!p,isProUser:!!g,config:n}),w(H7,{openSharePage:r})]}),w(CT,{ctx:t.ctx,setSettings:t.setSettings,onSetPageLanguage:t.onSetPageLanguage,currentLang:t.currentLang}),w(wT,{isProUser:!!g,ctx:t.ctx,setSettings:t.setSettings,pageStatus:t.pageStatus,onTranslatePage:t.onTranslatePage,onRestorePage:t.onRestorePage,openOptionsPage:t.openOptionsPage}),w("div",{class:"flex flex-row mt-3 items-center",children:[w(N7,{ctx:a,onSwitchTranslationMode:t.onSwitchTranslationMode}),w(q7,{ctx:t.ctx,pageStatus:t.pageStatus,currentUrl:t.currentUrl,onTranslatePdf:t.onTranslatePdf,onToggleTranslate:t.onToggleTranslate,disabledButton:t.disabledButton,noPermissionPDF:t.noPermissionPDF})]}),w("div",{class:`text-sm text-gray-9 mt-4 ml-1 ${s?"":"display-none"}`,children:s}),w("div",{class:`text-sm text-gray-9 mt-4 ml-1 ${l?"":"display-none"}`,children:l}),w(Up,{isShowError:!1,request:t.request,setStorageBuildinConfig:t.onSetBuildinConfig}),w("div",{class:"text-sm px-1 text-gray-2",children:[w(kT,{ctx:t.ctx,setSettings:t.setSettings,pageStatus:t.pageStatus,onTranslatePage:t.onTranslatePage,onRestorePage:t.onRestorePage,currentUrl:t.currentUrl,currentLang:t.currentLang,onClose:t.onClose,onSetLocalConfig:t.onSetLocalConfig}),w(_9,{ctx:t.ctx,openOptionsPage:t.openOptionsPage,setSettings:t.setSettings}),w(F9,{ctx:a,currentLang:t.currentLang,pageStatus:t.pageStatus,onTranslatePage:t.onTranslatePage,onClose:t.onClose,setSettings:t.setSettings}),w(z7,{onAutoEnableSubtitleChanged:o,ctx:a,setSettings:e})]}),w(q9,{type:t.type,onOpenUrl:t.onOpenUrl,openOptionsPage:t.openOptionsPage})]}),w(U7,{...t,isProUser:!!g,isShowPricing:T,setMessage:u})]})}function z7(t){let{t:e}=xe(),{ctx:n,setSettings:r,onAutoEnableSubtitleChanged:a}=t;return Ne(()=>!n.rule.subtitleRule.disabled&&Fd.includes(n.rule.subtitleRule.type||""),[n,Fd])?w("div",{class:"flex justify-between mt-3 items-center",children:[w("label",{class:"mb-0",children:e("autoEnableSubtitle")}),w("input",{type:"checkbox",role:"switch",id:"autoEnableSubtitle",name:"autoEnableSubtitle",checked:!!n.rule.subtitleRule.autoEnableSubtitle,onChange:o=>{let s=o.target.checked;r(u=>({...u,generalRule:{...u.generalRule,"subtitleRule.add":{...u.generalRule?.["subtitleRule.add"],autoEnableSubtitle:s}}})),a()}})]}):null}function N7(t){let{t:e}=xe(),n=t.ctx.state.translationMode,r=()=>{let i=n==="dual"?"translation":"dual";t.onSwitchTranslationMode(i)},a=e(n==="dual"?"changeToOnlyTempTranslationMode":"changeToDualTempTranslationMode");return w(Ca,{text:a,multiple:!0,tipStyle:{left:-20,transform:"unset",fontSize:13,whiteSpace:"pre"},children:w("div",{class:"translate-mode mr-2 ",onClick:r,children:n==="dual"?O9:z9})})}function U7(t){let{t:e,lang:n}=xe(),{isProUser:r,isShowPricing:a}=t,{config:i}=t.ctx,o=60;n.startsWith("zh")||(o=70);let s=Me(),u=`${t.type}_more`;return w("footer",{children:w("div",{class:"px-3 py-2-5 text-sm flex items-center justify-between popup-footer",children:[w("div",{class:"setting flex flex-row items-center justify-center secondary clickable",onClick:l,children:[R9,w("span",{class:"ml-1 text-gray-6",children:e("options")})]}),w(j7,{ctx:t.ctx,onToggleEnabled:t.onToggleEnabled,setSettings:t.setSettings,setMessage:t.setMessage}),w(Np,{label:e("more"),showArrow:!0,maxWidth:o,className:"text-gray-6 transform-padding-left more",onSelected:g=>{g.value==="openPremium"?(globalThis.open(vi),t.onClose()):g.value==="changeToOnlyTranslationMode"?c("translation"):g.value==="changeToDualTranslationMode"?c("dual"):g.value==="translateTheWholePage"?t.onTranslateTheWholePage():g.value==="translateToThePageEndImmediately"?t.onTranslateToThePageEndImmediately():g.value==="translateTheMainPage"?t.onTranslateTheMainPage():g.value==="translateLocalPdfFile"?t.onOpenUrl(s.PDF_VIEWER_URL,u):g.value==="pdfProFile"?t.onOpenUrl(s.PDF_PRO_URL,u):g.value==="translateText"?t.onOpenUrl(s.TEXT_TRANSLATE_URL,u):g.value==="translateLocalHtmlFile"?t.onOpenUrl(s.HTML_VIEWER_URL,u):g.value==="translateLocalSubtitleFile"?t.onOpenUrl(s.SUBTITLE_BUILDER_URL,u):g.value==="donate"?(globalThis.open(i.donateUrl),t.onClose()):g.value==="feedback"?(globalThis.open(i.feedbackUrl),t.onClose()):g.value==="options"?(t.openOptionsPage(),t.onClose()):g.value==="changeToTranslateTheWholePage"?p():g.value==="changeToTranslateTheMainPage"?m():g.value==="about"?t.openAboutPage():g.value==="toggleEnabled"?t.onToggleEnabled():g.value==="openEbookViewer"?t.onOpenUrl(s.EBOOK_VIEWER_URL,u):g.value==="openEbookBuilder"?t.onOpenUrl(s.EBOOK_BUILDER_URL,u):g.value==="goPro"&&t.onOpenUrl(vi,u)},menus:[i.translationMode==="dual"&&{label:"\u{1F524} "+e("changeToOnlyTranslationMode"),value:"changeToOnlyTranslationMode"},i.translationMode==="translation"&&{label:"\u{1F521} "+e("changeToDualTranslationMode"),value:"changeToDualTranslationMode"},i.translationArea==="main"&&{label:"\u{1F480} "+e("changeToTranslateTheWholePage"),value:"changeToTranslateTheWholePage"},i.translationArea==="body"&&{label:"\u{1F4D6} "+e("changeToTranslateTheMainPage"),value:"changeToTranslateTheMainPage"},{label:"\u26A1 "+e("translateToThePageEndImmediately"),value:"translateToThePageEndImmediately"},{label:"\u{1F4D8} "+e("browser.openEbookViewer"),value:"openEbookViewer"},{label:"\u{1F4DA} "+e("browser.openEbookBuilder"),value:"openEbookBuilder"},{label:"\u{1F4C1} "+e("browser.translateLocalPdfFile"),value:"translateLocalPdfFile"},{label:"\u2747\uFE0F "+e("browser.PdfProFile"),value:"pdfProFile"},{label:"\u{1F310} "+e("browser.translateLocalHtmlFile"),value:"translateLocalHtmlFile"},{label:"\u{1F4FA} "+e("browser.translateLocalSubtitleFile"),value:"translateLocalSubtitleFile"},{label:"\u{1F4DD} "+e("browser.textTranslate"),value:"translateText"},r===!1&&a&&{label:"\u{1F451} "+e("upgradeToPro"),value:"goPro"},{label:"\u2764\uFE0F "+e(a?"aboutLabel":"aboutLabelWithoutSponsor"),value:"about"}].filter(Boolean)})]})});function l(g){g.preventDefault(),t.openOptionsPage()}function c(g){t.setSettings(f=>({...f,translationMode:g})),t.onSwitchTranslationMode(g)}function p(){t.setSettings(g=>({...g,translationArea:"body"})),t.onTranslateTheWholePage()}function m(){t.setSettings(g=>({...g,translationArea:"main"})),t.onTranslateTheMainPage()}}function q7({currentUrl:t,pageStatus:e,onTranslatePdf:n,ctx:r,onToggleTranslate:a,disabledButton:i,noPermissionPDF:o}){let{t:s,lang:u}=xe(),l=r.config,c=Ne(()=>new URL(t||""),[t]),p=c?.pathname.toLowerCase().endsWith(".pdf");Hr(r?.rule)&&!p&&(p=!0);let m=s("translate");e==="Translated"||e==="Error"?m=s("show-original"):e==="Original"?p?Wn()&&c.protocol==="file:"||o?m=s("translate-firefox-local-pdf"):ye()?m=s("noSupportTranslate-pdf"):m=s("translate-pdf"):m=s("translate"):m=s(e);let g=s("translateToThePageEndImmediately");return(e==="Original"||e==="Translated")&&(l.shortcuts.toggleTranslatePage&&(Tu()?r.rule.touchShortcutsToggleTranslatePage&&r.rule.touchShortcutsToggleTranslatePage!=="touchShortcutsOff"&&(m+=` (${s(r.rule.touchShortcutsToggleTranslatePage)})`):m+=` (${tc(l.shortcuts.toggleTranslatePage)})`),l.shortcuts.toggleTranslateToThePageEndImmediately&&(g+=` (${l.shortcuts.toggleTranslateToThePageEndImmediately})`)),w("button",{class:"mb-0 main-button",onClick:()=>{p?n&&n():a()},"aria-busy":e==="Translating",disabled:i||e==="Translating",children:m})}function j7({ctx:t,onToggleEnabled:e,setSettings:n,setMessage:r}){let{t:a,lang:i}=xe(),o=Sn();return w("div",{class:"flex",children:w("span",{class:"immersive-translate-no-select text-sm text-gray-c2",onClick:c2(7)(s),children:["V",o,t.config.enabled?null:w("a",{href:"#",onClick:e,children:[" ","(",a("hasBeenDisabled"),")"]})]})});function s(u){n(l=>(l.alpha?r("Success disable alpha!"):r("Success enable alpha!"),{...l,alpha:!l.alpha}))}}function H7(t){let{t:e}=xe();return w("div",{class:"share-button-container",onClick:t.openSharePage,children:[w("span",{class:"text-gray-9",children:e("buildSnapshots")}),N9]})}function of(){let[t,e]=re("Original"),n=je(""),{t:r}=xe(),[a,i,o,s]=rr(()=>{setTimeout(()=>{yr("updateGlobalContext",!1)()},250)});fo(a,i);let[u,l]=re(null),[c,p]=re(null),[m,g]=re(null),[f,T]=re("auto"),[b,h]=re(null),C=je(!1),D=je(),[M,B]=re({}),[{errorMsg:S,disableButton:v,noPermissionPDF:L},A]=re({errorMsg:"",disableButton:!1,noPermissionPDF:!1});if(Ce(()=>{tt().any&&B({width:"100%"}),Mc()},[]),Ce(()=>{Xt().then(k=>l(k))},[a]),Ce(()=>{if(!(!c||!u)){if(C.current&&D.current){D.current.getAsyncContextString().then(k=>{if(k){let E=JSON.parse(k);h(E)}});return}Un({url:c,config:u}).then(k=>{C.current||h(k)})}},[c,u,C,D]),Ce(()=>(y(),()=>{globalThis.document.removeEventListener(Bo,_)}),[]),!u||!b)return null;return w(js,{children:w(Hs,{type:"popup",style:M,onClose:H9,onToggleTranslate:yr("toggleTranslatePage"),onToggleEnabled:N,openOptionsPage:Q7,openAboutPage:Y7,openSharePage:V7,onTranslatePdf:()=>{U(n.current||c||"")},onTranslateTheMainPage:yr("translateTheMainPage"),onTranslateTheWholePage:yr("translateTheWholePage"),onTranslateToThePageEndImmediately:yr("translateToThePageEndImmediately"),onSwitchTranslationMode:k=>{yr("switchTranslationMode",!0,{mode:k})()},onTranslatePage:yr("translatePage"),onRestorePage:yr("restorePage",!1),onSetPageLanguage:q,setSettings:i,config:u,pageStatus:t,ctx:b,currentUrl:c,currentLang:f,onSetLocalConfig:Wt,onSetBuildinConfig:kl,request:Ur,errorMsg:S,disabledButton:v,noPermissionPDF:L,onAutoEnableSubtitleChanged:yr("autoEnableSubtitleChanged"),onOpenUrl:$7})});async function y(){let k=ws(),E=await oe.tabs.query({currentWindow:!0,active:!0}),P=E[0].id;g(P);let O=j9(P,k);D.current=O;let H=E[0].url;if(I(P),globalThis.document.addEventListener(Bo,_),!H){p("about:newtab");return}p(H),Zl(H)?(F(O,P,H),W9(P,async()=>{let j=await O.getContextString(),W=await O.getPageStatus(),V=await Xt(),se=await O.getCurrentPageLanguage();if(e(W),l(V),T(se),j){let X=JSON.parse(j);if(X){if(h(X),C.current=!0,Hr(X.rule)){let Z=await O.getPdfWebUrl();n.current=Z}}else z.error("contextStr is empty",j)}se==="auto"&&setTimeout(async()=>{let X=await O.getCurrentPageLanguage();T(X)},500)})):Mp(H||"")?K7(H||"")&&W7(H||"").then(j=>{j||A({disableButton:!1,noPermissionPDF:!0,errorMsg:r("noLocalFilePermissionForPDF")})}):A({disableButton:!0,errorMsg:r("noPermissionForThisPage"),noPermissionPDF:!1})}function I(k){oe.tabs.onUpdated.addListener((E,P,O)=>{k===E&&O.url&&p(O.url)})}function F(k,E,P){k.ping().then(O=>{A({disableButton:!1,errorMsg:"",noPermissionPDF:!1}),af[E]=!0,K9(E)}).catch(O=>{s2(P)||A({disableButton:!0,errorMsg:r("reloadCurrentPage"),noPermissionPDF:!1}),z.debug("ping failed, but it is ok. cause maybe content is not injected",O)})}function _(k){let{tabId:E,payload:P}=k.detail,{method:O,data:H}=P;z.debug("popup received message",O,H||" "),O==="setPageStatus"?E&&e(H):O==="ready"&&E&&(A({disableButton:!1,errorMsg:"",noPermissionPDF:!1}),af[E]=!0,K9(E))}function U(k){k&&(oe.tabs.create({url:d4(k)}),globalThis.close())}function N(){i(k=>({...k,enabled:!k.enabled})),setTimeout(()=>{H9()},50)}function q(k){let E=ws();if(T(k),m&&c){let P=pu(c,k,u.sourceLanguageUrlPattern);i(O=>({...O,sourceLanguageUrlPattern:P})),W9(m,()=>{j9(m,E).setCurrentPageLanguageByClient(k)})}}}function yr(t,e=!0,n={}){return async()=>{let r=ws(),i=(await oe.tabs.query({currentWindow:!0,active:!0}))[0].id,o={trigger:"popup",...n};r.sendMessage(`content_script:main:${i}`,{method:t,data:o}),e&&setTimeout(()=>{globalThis.close()},10)}}async function W7(t){try{let e=new URL(t),n=await fetch(e.href);return!0}catch{return!1}}function K7(t){try{return new URL(t).protocol==="file:"}catch{return!1}}var G7={setCurrentPageLanguageByClient:t=>Promise.resolve(),ping:t=>Promise.resolve(),getPageStatus:t=>Promise.resolve(),getCurrentPageLanguage:t=>Promise.resolve(),getContextString:t=>Promise.resolve(),getAsyncContextString:t=>Promise.resolve(),getPdfWebUrl:()=>Promise.resolve("")};function j9(t,e){function n(a,i){let o=`content_script:main_sync:${t}`;return a.includes("Async")&&(o=`content_script:main:${t}`),e.sendMessage(o,{method:a,data:i})}let r={...G7};return Object.keys(r).forEach(a=>{r[a]=n.bind(null,a)}),r}var V7=()=>{yr("shareToDraft")()};function $7(t,e){let n=t;e&&(n=`${t}?utm_source=extension&utm_medium=extension&utm_campaign=${e}`),oe.tabs.create({url:n}),setTimeout(()=>{globalThis.close()},50)}function Y7(){oe.tabs.create({url:oe.runtime.getURL("options.html#about")}),setTimeout(()=>{globalThis.close()},50)}function H9(){globalThis.close()}function Q7(t=""){let e=oe.runtime.getURL("options.html");oe.tabs.create({url:e+t}),setTimeout(()=>{globalThis.close()},50)}var di={},af={};function W9(t,e){if(af[t])try{e()}catch(n){z.error("run callback failed",n)}else di[t]||(di[t]=[]),di[t].push(e)}function K9(t){if(di[t]&&di[t].length){let e=[...di[t]];di[t]=[],e.forEach(n=>n())}}var G9=document.getElementById("mount");l2();G9&&(async()=>{let t=await Xt();t.debug&&z.setLevel("debug"),$r(w(eo,{lang:t.interfaceLanguage,translations:rc,fallbackLang:"en",children:w(of,{})}),G9)})();})(); /*! Bundled license information: bowser/src/bowser.js: diff --git a/dist/firefox/background.js b/dist/firefox/background.js index e74ec23..9dde281 100644 --- a/dist/firefox/background.js +++ b/dist/firefox/background.js @@ -1,4 +1,4 @@ -(()=>{var lc=Object.defineProperty;var ma=(t,e)=>{for(var r in e)lc(t,r,{get:e[r],enumerable:!0})};var m={BUILD_TIME:"2024-04-03T14:28:35.000Z",VERSION:"1.4.5",PROD:"1",REDIRECT_URL:"https://dash.immersivetranslate.com/auth-done/",PROD_API:"1",BETA:"0",IMMERSIVE_TRANSLATE_INJECTED_CSS:`:root { +(()=>{var lc=Object.defineProperty;var ma=(t,e)=>{for(var r in e)lc(t,r,{get:e[r],enumerable:!0})};var m={BUILD_TIME:"2024-04-04T07:37:00.000Z",VERSION:"1.4.6",PROD:"1",REDIRECT_URL:"https://dash.immersivetranslate.com/auth-done/",PROD_API:"1",BETA:"0",IMMERSIVE_TRANSLATE_INJECTED_CSS:`:root { --immersive-translate-theme-underline-borderColor: #72ece9; --immersive-translate-theme-nativeUnderline-borderColor: #72ece9; --immersive-translate-theme-nativeDashed-borderColor: #72ece9; @@ -4936,22 +4936,22 @@ select.text-gray-6 {
-`,IMMERSIVE_TRANSLATE_VIDEO_SUBTITLE_INJECT:'(()=>{var u="imt-subtitle-inject",f=class{from;to;constructor(t,n){this.from=t,this.to=n}sendMessages(t){globalThis.postMessage({type:u,to:this.to,from:this.from,action:t.action,data:t.data,id:t.id||new Date().getTime(),isAsync:!1})}getRandomId(){return(new Date().getTime()+Math.random())*Math.random()}sendAsyncMessages({action:t,data:n}){return new Promise(e=>{let r=this.getRandomId();globalThis.postMessage({type:u,to:this.to,from:this.from,action:t,data:n,id:r,isAsync:!0});let a=({data:o})=>{u===o.type&&o.id===r&&o.to===this.from&&(e(o.data),globalThis.removeEventListener("message",a))};globalThis.addEventListener("message",a)})}handleMessageOnce(t){return new Promise(n=>{let e=({data:r})=>{u===r.type&&r.action===t&&r.to===this.from&&(n(r.data),globalThis.removeEventListener("message",e))};globalThis.addEventListener("message",e)})}handleMessage(t,n){let e=({data:r})=>{u===r.type&&r.action===t&&r.to===this.from&&n(r)};return globalThis.addEventListener("message",e),()=>{globalThis.removeEventListener("message",e)}}handleMessages(t){let n=({data:e})=>{u===e.type&&e.to===this.from&&t(e)};return globalThis.addEventListener("message",n),()=>{globalThis.removeEventListener("message",n)}}},R=new f("content-script","inject"),l=new f("inject","content-script"),S={get(s,t,n){return t in s?(...e)=>{let r=s[t];return typeof r=="function"?r.apply(s,e):Reflect.get(s,t,n)}:e=>s.sendAsyncMessages({action:t,data:e})}},x=new Proxy(l,S),L=new Proxy(R,S);function T(s){if(!s)return null;try{let t=s;return s.startsWith("//")?t=globalThis.location.protocol+s:s.startsWith("/")?t=`${globalThis.location.protocol}//${globalThis.location.host}${s}`:s.startsWith("http")||(t=`${globalThis.location.protocol}//${s}`),new URL(t).toString()}catch(t){return console.error(t),s}}var i=class{content=x;config;constructor(t){this.config=t,l.handleMessages(async({action:n,id:e,data:r})=>{let a=this[n];if(!a)return;let o=a.apply(this,[r]);o instanceof Promise&&(o=await o),l.sendMessages({id:e,data:o})})}triggerSubtitle(t){}async translateSubtitle(t){let n=await this.content.requestSubtitle({url:T(t._url)});if(n){if(this.config.responseType=="document"){let r=new DOMParser().parseFromString(n,"text/xml");Object.defineProperty(t,"responseXML",{value:r,writable:!1}),Object.defineProperty(t,"response",{value:r,writable:!1});return}let e=n;(t.responseType=="arraybuffer"||this.config.responseType=="arraybuffer")&&typeof n=="string"&&(e=new TextEncoder().encode(n).buffer),Object.defineProperty(t,"responseText",{value:e,writable:!1}),Object.defineProperty(t,"response",{value:e,writable:!1})}}async translateSubtitleWithFetch(t,n){let e={...n},r;return typeof t=="string"?r={url:t,method:"GET",headers:{}}:r=await v(t),e?.body&&(e.body=M(e.body)),this.content.requestSubtitle({fetchInfo:JSON.stringify({input:r,options:e})})}async getVideoMeta(t){}isSubtitleRequest(t){return!this.config||!this.config.subtitleUrlRegExp||!t?!1:new RegExp(this.config.subtitleUrlRegExp).test(t||"")}};function v(s){if(s instanceof URL)return{url:s.href,method:"GET",headers:{}};let t=s.clone(),n={url:s.url,method:s.method,headers:Object.fromEntries(s.headers.entries())};if(t.body){let e=M(t.body);if(t.body!==e)return t.text().then(r=>(n.body=r,n));n.body=e}return Promise.resolve(n)}function M(s){if(!s)return s;if(s instanceof FormData||s instanceof URLSearchParams){let t={};for(let[n,e]of s.entries())t[n]=e;return t._formatBodyType="FormData",t}return s}var d=class extends i{timer=null;triggerSubtitle({force:t}){setTimeout(()=>{if(this.config?.subtitleButtonSelector){let n=document.querySelector(this.config.subtitleButtonSelector);if(n){let e=n.getAttribute("aria-pressed")==="true";e&&t?(n.click(),setTimeout(()=>{n.click()},100)):e||n.click();return}}if(this.config?.videoPlayerSelector){let n=document.querySelector(this.config.videoPlayerSelector);n?.toggleSubtitles(),setTimeout(()=>{n?.toggleSubtitles()},100)}},1e3)}async getVideoMeta(){if(!this.config.videoPlayerSelector)return null;try{return await this.sleep(100),document.querySelector(this.config.videoPlayerSelector)?.getPlayerResponse()}catch{return null}}sleep(t){return new Promise(n=>{setTimeout(()=>{n(null)},t)})}};var m=class extends i{timer=null;videoMeta={};lastVideoMeta=null;constructor(t){super(t),this.hookJSON()}hookJSON(){let t=JSON.parse;JSON.parse=n=>{let e=t(n);try{e&&e.result&&e.result.timedtexttracks&&e.result.movieId&&(this.videoMeta[e.result.movieId]=e.result,this.lastVideoMeta=e.result)}catch(r){console.log(r)}return e}}getVideoMeta(t){return this.lastVideoMeta}};var p=class extends i{timer=null;videoMeta={};constructor(t){super(t),this.hookJSON()}hookJSON(){let t=JSON.parse;JSON.parse=n=>{let e=t(n);try{e?.asset?.captions?.length?this.videoMeta[e.id]=e?.asset:e?.previews&&e?.course&&e?.previews?.forEach(r=>{this.videoMeta[r.id]=r})}catch(r){console.error(r)}return e}}getVideoMeta(t){return this.videoMeta[t]}};var g=class extends i{timer=null;videoMeta={};constructor(t){super(t),this.hookJSON()}hookJSON(){let t=JSON.parse;JSON.parse=n=>{let e=t(n);try{if(e?.stream?.sources?.length&&e?.stream?.sources[0]?.complete?.url){let r=window.location.pathname.split("/");r.length>2&&r[r.length-2]==="video"&&(this.videoMeta[r[r.length-1]]=e.stream.sources[0].complete.url)}}catch(r){console.error(r)}return e}}getVideoMeta(t){return this.videoMeta[t]}};var h=class extends i{constructor(t){super(t)}async translateSubtitleWithFetch(t,n){this.main(t,n)}async main(t,n){let e=globalThis.__originalFetch;if(!e)return;let r=t;t instanceof Request&&(r=t.clone());let a=await e(r,n);if(!a.ok)return;let o=await a.json();o.transcripts_urls&&this.requestSubtitle(o.transcripts_urls)}async requestSubtitle(t){await c(),await this.content.requestSubtitle(t)}};async function w(){let s=await l.sendAsyncMessages({action:"getConfig"});if(!s)return;let n={youtube:d,netflix:m,webvtt:i,khanacademy:i,bilibili:i,udemy:p,general:i,ebutt:i,hulu:h,disneyplus:g,"fmp4.xml":i,multi_attach_vtt:i,twitter:i,subsrt:i,xml:i,text_track_dynamic:i,av:i}[s.type||""];if(!n)return;let e=new n(s);I(e,s)}c();w();function I(s,t){if(t.hookType.includes("xhr")){let n=XMLHttpRequest.prototype.open,e=XMLHttpRequest.prototype.send,r=function(){return this._url=arguments[1],n.apply(this,arguments)},a=async function(){return s.isSubtitleRequest(this._url)?(await c(),await s.translateSubtitle(this),e.apply(this,arguments)):e.apply(this,arguments)};Object.defineProperty(XMLHttpRequest.prototype,"open",{value:r,writable:!0}),Object.defineProperty(XMLHttpRequest.prototype,"send",{value:a,writable:!0})}if(t.hookType.includes("fetch")){let n=globalThis.fetch;globalThis.__originalFetch=n,globalThis.fetch=async function(e,r){let a=typeof e=="string"?e:e.url||e.href;if(!s.isSubtitleRequest(a))return n(e,r);await c();let y=await s.translateSubtitleWithFetch(e,r);return y?new Response(y):n(e,r)}}}var b=!1;async function c(){return b||(await l.handleMessageOnce("contentReady"),b=!0),b}})();\n',OPTIONS_URL:"https://dash.immersivetranslate.com/",SHARE_DRAFT_URL:"https://immersivetranslate.com/preview",ASSETS_BASE_URL:"https://app.immersivetranslate.com/global-assets/",EBOOK_VIEWER_URL:"https://app.immersivetranslate.com/ebook/",EBOOK_BUILDER_URL:"https://app.immersivetranslate.com/ebook/make/",SUBTITLE_BUILDER_URL:"https://app.immersivetranslate.com/subtitle/",HTML_VIEWER_URL:"https://app.immersivetranslate.com/html/",PDF_VIEWER_URL:"https://app.immersivetranslate.com/pdf/",PDF_PRO_URL:"https://app.immersivetranslate.com/pdf-pro/",TEXT_TRANSLATE_URL:"https://app.immersivetranslate.com/text/",TRANSLATE_FILE_URL:"https://app.immersivetranslate.com/",MOCK:"0",DEBUG:"0",INSTALL_FROM:"firefox_zip"};var cc=Object.create,fn=Object.defineProperty,dc=Object.getOwnPropertyDescriptor,ho=Object.getOwnPropertyNames,pc=Object.getPrototypeOf,mc=Object.prototype.hasOwnProperty,gc=(t,e)=>function(){return e||(0,t[ho(t)[0]])((e={exports:{}}).exports,e),e.exports},hc=(t,e)=>{for(var r in e)fn(t,r,{get:e[r],enumerable:!0})},hn=(t,e,r,a)=>{if(e&&typeof e=="object"||typeof e=="function")for(let n of ho(e))!mc.call(t,n)&&n!==r&&fn(t,n,{get:()=>e[n],enumerable:!(a=dc(e,n))||a.enumerable});return t},fc=(t,e,r)=>(hn(t,e,"default"),r&&hn(r,e,"default")),fo=(t,e,r)=>(r=t!=null?cc(pc(t)):{},hn(e||!t||!t.__esModule?fn(r,"default",{value:t,enumerable:!0}):r,t)),bo=gc({"../esmd/npm/webextension-polyfill@0.10.0/node_modules/webextension-polyfill/dist/browser-polyfill.js"(t,e){(function(r,a){if(typeof define=="function"&&define.amd)define("webextension-polyfill",["module"],a);else if(typeof t<"u")a(e);else{var n={exports:{}};a(n),r.browser=n.exports}})(typeof globalThis<"u"?globalThis:typeof self<"u"?self:t,function(r){"use strict";if(!globalThis.chrome?.runtime?.id)throw new Error("This script should only be loaded in a browser extension.");if(typeof globalThis.browser>"u"||Object.getPrototypeOf(globalThis.browser)!==Object.prototype){let a="The message port closed before a response was received.",n=i=>{let o={alarms:{clear:{minArgs:0,maxArgs:1},clearAll:{minArgs:0,maxArgs:0},get:{minArgs:0,maxArgs:1},getAll:{minArgs:0,maxArgs:0}},bookmarks:{create:{minArgs:1,maxArgs:1},get:{minArgs:1,maxArgs:1},getChildren:{minArgs:1,maxArgs:1},getRecent:{minArgs:1,maxArgs:1},getSubTree:{minArgs:1,maxArgs:1},getTree:{minArgs:0,maxArgs:0},move:{minArgs:2,maxArgs:2},remove:{minArgs:1,maxArgs:1},removeTree:{minArgs:1,maxArgs:1},search:{minArgs:1,maxArgs:1},update:{minArgs:2,maxArgs:2}},browserAction:{disable:{minArgs:0,maxArgs:1,fallbackToNoCallback:!0},enable:{minArgs:0,maxArgs:1,fallbackToNoCallback:!0},getBadgeBackgroundColor:{minArgs:1,maxArgs:1},getBadgeText:{minArgs:1,maxArgs:1},getPopup:{minArgs:1,maxArgs:1},getTitle:{minArgs:1,maxArgs:1},openPopup:{minArgs:0,maxArgs:0},setBadgeBackgroundColor:{minArgs:1,maxArgs:1,fallbackToNoCallback:!0},setBadgeText:{minArgs:1,maxArgs:1,fallbackToNoCallback:!0},setIcon:{minArgs:1,maxArgs:1},setPopup:{minArgs:1,maxArgs:1,fallbackToNoCallback:!0},setTitle:{minArgs:1,maxArgs:1,fallbackToNoCallback:!0}},browsingData:{remove:{minArgs:2,maxArgs:2},removeCache:{minArgs:1,maxArgs:1},removeCookies:{minArgs:1,maxArgs:1},removeDownloads:{minArgs:1,maxArgs:1},removeFormData:{minArgs:1,maxArgs:1},removeHistory:{minArgs:1,maxArgs:1},removeLocalStorage:{minArgs:1,maxArgs:1},removePasswords:{minArgs:1,maxArgs:1},removePluginData:{minArgs:1,maxArgs:1},settings:{minArgs:0,maxArgs:0}},commands:{getAll:{minArgs:0,maxArgs:0}},contextMenus:{remove:{minArgs:1,maxArgs:1},removeAll:{minArgs:0,maxArgs:0},update:{minArgs:2,maxArgs:2}},cookies:{get:{minArgs:1,maxArgs:1},getAll:{minArgs:1,maxArgs:1},getAllCookieStores:{minArgs:0,maxArgs:0},remove:{minArgs:1,maxArgs:1},set:{minArgs:1,maxArgs:1}},devtools:{inspectedWindow:{eval:{minArgs:1,maxArgs:2,singleCallbackArg:!1}},panels:{create:{minArgs:3,maxArgs:3,singleCallbackArg:!0},elements:{createSidebarPane:{minArgs:1,maxArgs:1}}}},downloads:{cancel:{minArgs:1,maxArgs:1},download:{minArgs:1,maxArgs:1},erase:{minArgs:1,maxArgs:1},getFileIcon:{minArgs:1,maxArgs:2},open:{minArgs:1,maxArgs:1,fallbackToNoCallback:!0},pause:{minArgs:1,maxArgs:1},removeFile:{minArgs:1,maxArgs:1},resume:{minArgs:1,maxArgs:1},search:{minArgs:1,maxArgs:1},show:{minArgs:1,maxArgs:1,fallbackToNoCallback:!0}},extension:{isAllowedFileSchemeAccess:{minArgs:0,maxArgs:0},isAllowedIncognitoAccess:{minArgs:0,maxArgs:0}},history:{addUrl:{minArgs:1,maxArgs:1},deleteAll:{minArgs:0,maxArgs:0},deleteRange:{minArgs:1,maxArgs:1},deleteUrl:{minArgs:1,maxArgs:1},getVisits:{minArgs:1,maxArgs:1},search:{minArgs:1,maxArgs:1}},i18n:{detectLanguage:{minArgs:1,maxArgs:1},getAcceptLanguages:{minArgs:0,maxArgs:0}},identity:{launchWebAuthFlow:{minArgs:1,maxArgs:1}},idle:{queryState:{minArgs:1,maxArgs:1}},management:{get:{minArgs:1,maxArgs:1},getAll:{minArgs:0,maxArgs:0},getSelf:{minArgs:0,maxArgs:0},setEnabled:{minArgs:2,maxArgs:2},uninstallSelf:{minArgs:0,maxArgs:1}},notifications:{clear:{minArgs:1,maxArgs:1},create:{minArgs:1,maxArgs:2},getAll:{minArgs:0,maxArgs:0},getPermissionLevel:{minArgs:0,maxArgs:0},update:{minArgs:2,maxArgs:2}},pageAction:{getPopup:{minArgs:1,maxArgs:1},getTitle:{minArgs:1,maxArgs:1},hide:{minArgs:1,maxArgs:1,fallbackToNoCallback:!0},setIcon:{minArgs:1,maxArgs:1},setPopup:{minArgs:1,maxArgs:1,fallbackToNoCallback:!0},setTitle:{minArgs:1,maxArgs:1,fallbackToNoCallback:!0},show:{minArgs:1,maxArgs:1,fallbackToNoCallback:!0}},permissions:{contains:{minArgs:1,maxArgs:1},getAll:{minArgs:0,maxArgs:0},remove:{minArgs:1,maxArgs:1},request:{minArgs:1,maxArgs:1}},runtime:{getBackgroundPage:{minArgs:0,maxArgs:0},getPlatformInfo:{minArgs:0,maxArgs:0},openOptionsPage:{minArgs:0,maxArgs:0},requestUpdateCheck:{minArgs:0,maxArgs:0},sendMessage:{minArgs:1,maxArgs:3},sendNativeMessage:{minArgs:2,maxArgs:2},setUninstallURL:{minArgs:1,maxArgs:1}},sessions:{getDevices:{minArgs:0,maxArgs:1},getRecentlyClosed:{minArgs:0,maxArgs:1},restore:{minArgs:0,maxArgs:1}},storage:{local:{clear:{minArgs:0,maxArgs:0},get:{minArgs:0,maxArgs:1},getBytesInUse:{minArgs:0,maxArgs:1},remove:{minArgs:1,maxArgs:1},set:{minArgs:1,maxArgs:1}},managed:{get:{minArgs:0,maxArgs:1},getBytesInUse:{minArgs:0,maxArgs:1}},sync:{clear:{minArgs:0,maxArgs:0},get:{minArgs:0,maxArgs:1},getBytesInUse:{minArgs:0,maxArgs:1},remove:{minArgs:1,maxArgs:1},set:{minArgs:1,maxArgs:1}}},tabs:{captureVisibleTab:{minArgs:0,maxArgs:2},create:{minArgs:1,maxArgs:1},detectLanguage:{minArgs:0,maxArgs:1},discard:{minArgs:0,maxArgs:1},duplicate:{minArgs:1,maxArgs:1},executeScript:{minArgs:1,maxArgs:2},get:{minArgs:1,maxArgs:1},getCurrent:{minArgs:0,maxArgs:0},getZoom:{minArgs:0,maxArgs:1},getZoomSettings:{minArgs:0,maxArgs:1},goBack:{minArgs:0,maxArgs:1},goForward:{minArgs:0,maxArgs:1},highlight:{minArgs:1,maxArgs:1},insertCSS:{minArgs:1,maxArgs:2},move:{minArgs:2,maxArgs:2},query:{minArgs:1,maxArgs:1},reload:{minArgs:0,maxArgs:2},remove:{minArgs:1,maxArgs:1},removeCSS:{minArgs:1,maxArgs:2},sendMessage:{minArgs:2,maxArgs:3},setZoom:{minArgs:1,maxArgs:2},setZoomSettings:{minArgs:1,maxArgs:2},update:{minArgs:1,maxArgs:2}},topSites:{get:{minArgs:0,maxArgs:0}},webNavigation:{getAllFrames:{minArgs:1,maxArgs:1},getFrame:{minArgs:1,maxArgs:1}},webRequest:{handlerBehaviorChanged:{minArgs:0,maxArgs:0}},windows:{create:{minArgs:0,maxArgs:1},get:{minArgs:1,maxArgs:2},getAll:{minArgs:0,maxArgs:1},getCurrent:{minArgs:0,maxArgs:1},getLastFocused:{minArgs:0,maxArgs:1},remove:{minArgs:1,maxArgs:1},update:{minArgs:2,maxArgs:2}}};if(Object.keys(o).length===0)throw new Error("api-metadata.json has not been included in browser-polyfill");class l extends WeakMap{constructor(g,S=void 0){super(S),this.createItem=g}get(g){return this.has(g)||this.set(g,this.createItem(g)),super.get(g)}}let s=C=>C&&typeof C=="object"&&typeof C.then=="function",u=(C,g)=>(...S)=>{i.runtime.lastError?C.reject(new Error(i.runtime.lastError.message)):g.singleCallbackArg||S.length<=1&&g.singleCallbackArg!==!1?C.resolve(S[0]):C.resolve(S)},c=C=>C==1?"argument":"arguments",d=(C,g)=>function(w,...L){if(L.lengthg.maxArgs)throw new Error(`Expected at most ${g.maxArgs} ${c(g.maxArgs)} for ${C}(), got ${L.length}`);return new Promise((G,D)=>{if(g.fallbackToNoCallback)try{w[C](...L,u({resolve:G,reject:D},g))}catch{w[C](...L),g.fallbackToNoCallback=!1,g.noCallback=!0,G()}else g.noCallback?(w[C](...L),G()):w[C](...L,u({resolve:G,reject:D},g))})},h=(C,g,S)=>new Proxy(g,{apply(w,L,G){return S.call(L,C,...G)}}),b=Function.call.bind(Object.prototype.hasOwnProperty),E=(C,g={},S={})=>{let w=Object.create(null),L={has(D,F){return F in C||F in w},get(D,F,K){if(F in w)return w[F];if(!(F in C))return;let O=C[F];if(typeof O=="function")if(typeof g[F]=="function")O=h(C,C[F],g[F]);else if(b(S,F)){let ge=d(F,S[F]);O=h(C,C[F],ge)}else O=O.bind(C);else if(typeof O=="object"&&O!==null&&(b(g,F)||b(S,F)))O=E(O,g[F],S[F]);else if(b(S,"*"))O=E(O,g[F],S["*"]);else return Object.defineProperty(w,F,{configurable:!0,enumerable:!0,get(){return C[F]},set(ge){C[F]=ge}}),O;return w[F]=O,O},set(D,F,K,O){return F in w?w[F]=K:C[F]=K,!0},defineProperty(D,F,K){return Reflect.defineProperty(w,F,K)},deleteProperty(D,F){return Reflect.deleteProperty(w,F)}},G=Object.create(C);return new Proxy(G,L)},ne=C=>({addListener(g,S,...w){g.addListener(C.get(S),...w)},hasListener(g,S){return g.hasListener(C.get(S))},removeListener(g,S){g.removeListener(C.get(S))}}),V=new l(C=>typeof C!="function"?C:function(S){let w=E(S,{},{getContent:{minArgs:0,maxArgs:0}});C(w)}),f=new l(C=>typeof C!="function"?C:function(S,w,L){let G=!1,D,F=new Promise(we=>{D=function(I){G=!0,we(I)}}),K;try{K=C(S,w,D)}catch(we){K=Promise.reject(we)}let O=K!==!0&&s(K);if(K!==!0&&!O&&!G)return!1;let ge=we=>{we.then(I=>{L(I)},I=>{let k;I&&(I instanceof Error||typeof I.message=="string")?k=I.message:k="An unexpected error occurred",L({__mozWebExtensionPolyfillReject__:!0,message:k})}).catch(I=>{})};return ge(O?K:F),!0}),me=({reject:C,resolve:g},S)=>{i.runtime.lastError?i.runtime.lastError.message===a?g():C(new Error(i.runtime.lastError.message)):S&&S.__mozWebExtensionPolyfillReject__?C(new Error(S.message)):g(S)},z=(C,g,S,...w)=>{if(w.lengthg.maxArgs)throw new Error(`Expected at most ${g.maxArgs} ${c(g.maxArgs)} for ${C}(), got ${w.length}`);return new Promise((L,G)=>{let D=me.bind(null,{resolve:L,reject:G});w.push(D),S.sendMessage(...w)})},J={devtools:{network:{onRequestFinished:ne(V)}},runtime:{onMessage:ne(f),onMessageExternal:ne(f),sendMessage:z.bind(null,"sendMessage",{minArgs:1,maxArgs:3})},tabs:{sendMessage:z.bind(null,"sendMessage",{minArgs:2,maxArgs:3})}},ue={clear:{minArgs:1,maxArgs:1},get:{minArgs:1,maxArgs:1},set:{minArgs:1,maxArgs:1}};return o.privacy={network:{"*":ue},services:{"*":ue},websites:{"*":ue}},E(i,J,o)};r.exports=n(chrome)}else r.exports=globalThis.browser})}}),To={};hc(To,{default:()=>ga});var bc=fo(bo());fc(To,fo(bo()));var{default:go,...Tc}=bc,ga=go!==void 0?go:Tc;globalThis.immersiveTranslateBrowserAPI=ga;function Lr(){let t,e="pending",r=new Promise((a,n)=>{t={async resolve(i){await i,e="fulfilled",a(i)},reject(i){e="rejected",n(i)}}});return Object.defineProperty(r,"state",{get:()=>e}),Object.assign(r,t)}function Ir(t,e={}){let{signal:r,persistent:a}=e;return r?.aborted?Promise.reject(new DOMException("Delay was aborted.","AbortError")):new Promise((n,i)=>{let o=()=>{clearTimeout(s),i(new DOMException("Delay was aborted.","AbortError"))},s=setTimeout(()=>{r?.removeEventListener("abort",o),n()},t);if(r?.addEventListener("abort",o,{once:!0}),a===!1)try{Deno.unrefTimer(s)}catch(u){if(!(u instanceof ReferenceError))throw u}})}var vo=class{#e=0;#t=[];#r=[];#a=Lr();add(e){++this.#e,this.#n(e[Symbol.asyncIterator]())}async#n(e){try{let{value:r,done:a}=await e.next();a?--this.#e:this.#t.push({iterator:e,value:r})}catch(r){this.#r.push(r)}this.#a.resolve()}async*iterate(){for(;this.#e>0;){await this.#a;for(let e=0;eHc,bgBlue:()=>Qc,bgBrightBlack:()=>Jc,bgBrightBlue:()=>ad,bgBrightCyan:()=>id,bgBrightGreen:()=>td,bgBrightMagenta:()=>nd,bgBrightRed:()=>ed,bgBrightWhite:()=>od,bgBrightYellow:()=>rd,bgCyan:()=>Xc,bgGreen:()=>Vc,bgMagenta:()=>Yc,bgRed:()=>Gc,bgRgb24:()=>cd,bgRgb8:()=>ld,bgWhite:()=>Zc,bgYellow:()=>$c,black:()=>_c,blue:()=>Bc,bold:()=>wc,brightBlack:()=>wo,brightBlue:()=>Uc,brightCyan:()=>Kc,brightGreen:()=>Nc,brightMagenta:()=>jc,brightRed:()=>Rc,brightWhite:()=>Wc,brightYellow:()=>qc,cyan:()=>zc,dim:()=>xc,getColorEnabled:()=>yc,gray:()=>Mc,green:()=>Lc,hidden:()=>Ec,inverse:()=>kc,italic:()=>Ac,magenta:()=>Fc,red:()=>Pc,reset:()=>Sc,rgb24:()=>ud,rgb8:()=>sd,setColorEnabled:()=>vc,strikethrough:()=>Cc,stripColor:()=>pd,underline:()=>Dc,white:()=>Oc,yellow:()=>Ic});var{Deno:yo}=globalThis,So=typeof yo?.noColor=="boolean"?yo.noColor:!0,bn=!So;function vc(t){So||(bn=t)}function yc(){return bn}function Y(t,e){return{open:`\x1B[${t.join(";")}m`,close:`\x1B[${e}m`,regexp:new RegExp(`\\x1b\\[${e}m`,"g")}}function X(t,e){return bn?`${e.open}${t.replace(e.regexp,e.open)}${e.close}`:t}function Sc(t){return X(t,Y([0],0))}function wc(t){return X(t,Y([1],22))}function xc(t){return X(t,Y([2],22))}function Ac(t){return X(t,Y([3],23))}function Dc(t){return X(t,Y([4],24))}function kc(t){return X(t,Y([7],27))}function Ec(t){return X(t,Y([8],28))}function Cc(t){return X(t,Y([9],29))}function _c(t){return X(t,Y([30],39))}function Pc(t){return X(t,Y([31],39))}function Lc(t){return X(t,Y([32],39))}function Ic(t){return X(t,Y([33],39))}function Bc(t){return X(t,Y([34],39))}function Fc(t){return X(t,Y([35],39))}function zc(t){return X(t,Y([36],39))}function Oc(t){return X(t,Y([37],39))}function Mc(t){return wo(t)}function wo(t){return X(t,Y([90],39))}function Rc(t){return X(t,Y([91],39))}function Nc(t){return X(t,Y([92],39))}function qc(t){return X(t,Y([93],39))}function Uc(t){return X(t,Y([94],39))}function jc(t){return X(t,Y([95],39))}function Kc(t){return X(t,Y([96],39))}function Wc(t){return X(t,Y([97],39))}function Hc(t){return X(t,Y([40],49))}function Gc(t){return X(t,Y([41],49))}function Vc(t){return X(t,Y([42],49))}function $c(t){return X(t,Y([43],49))}function Qc(t){return X(t,Y([44],49))}function Yc(t){return X(t,Y([45],49))}function Xc(t){return X(t,Y([46],49))}function Zc(t){return X(t,Y([47],49))}function Jc(t){return X(t,Y([100],49))}function ed(t){return X(t,Y([101],49))}function td(t){return X(t,Y([102],49))}function rd(t){return X(t,Y([103],49))}function ad(t){return X(t,Y([104],49))}function nd(t){return X(t,Y([105],49))}function id(t){return X(t,Y([106],49))}function od(t){return X(t,Y([107],49))}function Lt(t,e=255,r=0){return Math.trunc(Math.max(Math.min(t,e),r))}function sd(t,e){return X(t,Y([38,5,Lt(e)],39))}function ld(t,e){return X(t,Y([48,5,Lt(e)],49))}function ud(t,e){return typeof e=="number"?X(t,Y([38,2,e>>16&255,e>>8&255,e&255],39)):X(t,Y([38,2,Lt(e.r),Lt(e.g),Lt(e.b)],39))}function cd(t,e){return typeof e=="number"?X(t,Y([48,2,e>>16&255,e>>8&255,e&255],49)):X(t,Y([48,2,Lt(e.r),Lt(e.g),Lt(e.b)],49))}var dd=new RegExp(["[\\u001B\\u009B][[\\]()#;?]*(?:(?:(?:(?:;[-a-zA-Z\\d\\/#&.:=?%@~_]+)*|[a-zA-Z\\d]+(?:;[-a-zA-Z\\d\\/#&.:=?%@~_]*)*)?\\u0007)","(?:(?:\\d{1,4}(?:;\\d{0,4})*)?[\\dA-PR-TZcf-nq-uy=><~]))"].join("|"),"g");function pd(t){return t.replace(dd,"")}var Tn=class extends Error{constructor(e,r){super(`Exceeded max retry count (${r})`),this.name="RetryError",this.cause=e}},md={multiplier:2,maxTimeout:6e4,maxAttempts:5,minTimeout:1e3};async function vn(t,e){let r={...md,...e};if(r.maxTimeout>=0&&r.minTimeout>r.maxTimeout)throw new RangeError("minTimeout is greater than maxTimeout");let a=r.minTimeout,n;for(let i=0;isetTimeout(l,a)),a*=r.multiplier,a=Math.max(a,r.minTimeout),r.maxTimeout>=0&&(a=Math.min(a,r.maxTimeout)),n=o}throw new Tn(n,r.maxAttempts)}var Xf=Number.isNaN||function(t){return typeof t=="number"&&t!==t};var ha=globalThis||(typeof window<"u"?window:self),fd=Object.create,Sn=Object.defineProperty,bd=Object.getOwnPropertyDescriptor,Td=Object.getOwnPropertyNames,vd=Object.getPrototypeOf,yd=Object.prototype.hasOwnProperty,Sd=(t,e)=>()=>(e||t((e={exports:{}}).exports,e),e.exports),wd=(t,e)=>{for(var r in e)Sn(t,r,{get:e[r],enumerable:!0})},yn=(t,e,r,a)=>{if(e&&typeof e=="object"||typeof e=="function")for(let n of Td(e))!yd.call(t,n)&&n!==r&&Sn(t,n,{get:()=>e[n],enumerable:!(a=bd(e,n))||a.enumerable});return t},xd=(t,e,r)=>(yn(t,e,"default"),r&&yn(r,e,"default")),Ao=(t,e,r)=>(r=t!=null?fd(vd(t)):{},yn(e||!t||!t.__esModule?Sn(r,"default",{value:t,enumerable:!0}):r,t)),Do=Sd((t,e)=>{var r="Expected a function",a=NaN,n="[object Symbol]",i=/^\s+|\s+$/g,o=/^[-+]0x[0-9a-f]+$/i,l=/^0b[01]+$/i,s=/^0o[0-7]+$/i,u=parseInt,c=typeof ha=="object"&&ha&&ha.Object===Object&&ha,d=typeof self=="object"&&self&&self.Object===Object&&self,h=c||d||Function("return this")(),b=Object.prototype,E=b.toString,ne=Math.max,V=Math.min,f=function(){return h.Date.now()};function me(S,w,L){var G,D,F,K,O,ge,we=0,I=!1,k=!1,ye=!0;if(typeof S!="function")throw new TypeError(r);w=g(w)||0,J(L)&&(I=!!L.leading,k="maxWait"in L,F=k?ne(g(L.maxWait)||0,w):F,ye="trailing"in L?!!L.trailing:ye);function ie(M){var U=G,ee=D;return G=D=void 0,we=M,K=S.apply(ee,U),K}function v(M){return we=M,O=setTimeout(re,w),I?ie(M):K}function x(M){var U=M-ge,ee=M-we,oe=w-U;return k?V(oe,F-ee):oe}function P(M){var U=M-ge,ee=M-we;return ge===void 0||U>=w||U<0||k&&ee>=F}function re(){var M=f();if(P(M))return H(M);O=setTimeout(re,x(M))}function H(M){return O=void 0,ye&&G?ie(M):(G=D=void 0,K)}function ce(){O!==void 0&&clearTimeout(O),we=0,G=ge=D=O=void 0}function he(){return O===void 0?K:H(f())}function $(){var M=f(),U=P(M);if(G=arguments,D=this,ge=M,U){if(O===void 0)return v(ge);if(k)return O=setTimeout(re,w),ie(ge)}return O===void 0&&(O=setTimeout(re,w)),K}return $.cancel=ce,$.flush=he,$}function z(S,w,L){var G=!0,D=!0;if(typeof S!="function")throw new TypeError(r);return J(L)&&(G="leading"in L?!!L.leading:G,D="trailing"in L?!!L.trailing:D),me(S,w,{leading:G,maxWait:w,trailing:D})}function J(S){var w=typeof S;return!!S&&(w=="object"||w=="function")}function ue(S){return!!S&&typeof S=="object"}function C(S){return typeof S=="symbol"||ue(S)&&E.call(S)==n}function g(S){if(typeof S=="number")return S;if(C(S))return a;if(J(S)){var w=typeof S.valueOf=="function"?S.valueOf():S;S=J(w)?w+"":w}if(typeof S!="string")return S===0?S:+S;S=S.replace(i,"");var L=l.test(S);return L||s.test(S)?u(S.slice(2),L?2:8):o.test(S)?a:+S}e.exports=z}),ko={};wd(ko,{default:()=>wn});var Ad=Ao(Do());xd(ko,Ao(Do()));var{default:xo,...Dd}=Ad,wn=xo!==void 0?xo:Dd;var fa=globalThis||(typeof window<"u"?window:self),kd=Object.create,An=Object.defineProperty,Ed=Object.getOwnPropertyDescriptor,Cd=Object.getOwnPropertyNames,_d=Object.getPrototypeOf,Pd=Object.prototype.hasOwnProperty,Ld=(t,e)=>()=>(e||t((e={exports:{}}).exports,e),e.exports),Id=(t,e)=>{for(var r in e)An(t,r,{get:e[r],enumerable:!0})},xn=(t,e,r,a)=>{if(e&&typeof e=="object"||typeof e=="function")for(let n of Cd(e))!Pd.call(t,n)&&n!==r&&An(t,n,{get:()=>e[n],enumerable:!(a=Ed(e,n))||a.enumerable});return t},Bd=(t,e,r)=>(xn(t,e,"default"),r&&xn(r,e,"default")),Co=(t,e,r)=>(r=t!=null?kd(_d(t)):{},xn(e||!t||!t.__esModule?An(r,"default",{value:t,enumerable:!0}):r,t)),_o=Ld((t,e)=>{var r="Expected a function",a=NaN,n="[object Symbol]",i=/^\s+|\s+$/g,o=/^[-+]0x[0-9a-f]+$/i,l=/^0b[01]+$/i,s=/^0o[0-7]+$/i,u=parseInt,c=typeof fa=="object"&&fa&&fa.Object===Object&&fa,d=typeof self=="object"&&self&&self.Object===Object&&self,h=c||d||Function("return this")(),b=Object.prototype,E=b.toString,ne=Math.max,V=Math.min,f=function(){return h.Date.now()};function me(g,S,w){var L,G,D,F,K,O,ge=0,we=!1,I=!1,k=!0;if(typeof g!="function")throw new TypeError(r);S=C(S)||0,z(w)&&(we=!!w.leading,I="maxWait"in w,D=I?ne(C(w.maxWait)||0,S):D,k="trailing"in w?!!w.trailing:k);function ye($){var M=L,U=G;return L=G=void 0,ge=$,F=g.apply(U,M),F}function ie($){return ge=$,K=setTimeout(P,S),we?ye($):F}function v($){var M=$-O,U=$-ge,ee=S-M;return I?V(ee,D-U):ee}function x($){var M=$-O,U=$-ge;return O===void 0||M>=S||M<0||I&&U>=D}function P(){var $=f();if(x($))return re($);K=setTimeout(P,v($))}function re($){return K=void 0,k&&L?ye($):(L=G=void 0,F)}function H(){K!==void 0&&clearTimeout(K),ge=0,L=O=G=K=void 0}function ce(){return K===void 0?F:re(f())}function he(){var $=f(),M=x($);if(L=arguments,G=this,O=$,M){if(K===void 0)return ie(O);if(I)return K=setTimeout(P,S),ye(O)}return K===void 0&&(K=setTimeout(P,S)),F}return he.cancel=H,he.flush=ce,he}function z(g){var S=typeof g;return!!g&&(S=="object"||S=="function")}function J(g){return!!g&&typeof g=="object"}function ue(g){return typeof g=="symbol"||J(g)&&E.call(g)==n}function C(g){if(typeof g=="number")return g;if(ue(g))return a;if(z(g)){var S=typeof g.valueOf=="function"?g.valueOf():g;g=z(S)?S+"":S}if(typeof g!="string")return g===0?g:+g;g=g.replace(i,"");var w=l.test(g);return w||s.test(g)?u(g.slice(2),w?2:8):o.test(g)?a:+g}e.exports=me}),Po={};Id(Po,{default:()=>Dn});var Fd=Co(_o());Bd(Po,Co(_o()));var{default:Eo,...zd}=Fd,Dn=Eo!==void 0?Eo:zd;var Od=Object.create,En=Object.defineProperty,Md=Object.getOwnPropertyDescriptor,Rd=Object.getOwnPropertyNames,Nd=Object.getPrototypeOf,qd=Object.prototype.hasOwnProperty,Ud=(t,e)=>()=>(e||t((e={exports:{}}).exports,e),e.exports),jd=(t,e)=>{for(var r in e)En(t,r,{get:e[r],enumerable:!0})},kn=(t,e,r,a)=>{if(e&&typeof e=="object"||typeof e=="function")for(let n of Rd(e))!qd.call(t,n)&&n!==r&&En(t,n,{get:()=>e[n],enumerable:!(a=Md(e,n))||a.enumerable});return t},Kd=(t,e,r)=>(kn(t,e,"default"),r&&kn(r,e,"default")),Io=(t,e,r)=>(r=t!=null?Od(Nd(t)):{},kn(e||!t||!t.__esModule?En(r,"default",{value:t,enumerable:!0}):r,t)),Bo=Ud((t,e)=>{(function(r,a){typeof t=="object"&&typeof e=="object"?e.exports=a():typeof define=="function"&&define.amd?define([],a):typeof t=="object"?t.notie=a():r.notie=a()})(t,function(){return function(r){function a(i){if(n[i])return n[i].exports;var o=n[i]={i,l:!1,exports:{}};return r[i].call(o.exports,o,o.exports,a),o.l=!0,o.exports}var n={};return a.m=r,a.c=n,a.i=function(i){return i},a.d=function(i,o,l){a.o(i,o)||Object.defineProperty(i,o,{configurable:!1,enumerable:!0,get:l})},a.n=function(i){var o=i&&i.__esModule?function(){return i.default}:function(){return i};return a.d(o,"a",o),o},a.o=function(i,o){return Object.prototype.hasOwnProperty.call(i,o)},a.p="",a(a.s=1)}([function(r,a){r.exports=function(n){return n.webpackPolyfill||(n.deprecate=function(){},n.paths=[],n.children||(n.children=[]),Object.defineProperty(n,"loaded",{enumerable:!0,get:function(){return n.l}}),Object.defineProperty(n,"id",{enumerable:!0,get:function(){return n.i}}),n.webpackPolyfill=1),n}},function(r,a,n){"use strict";(function(i){var o,l,s,u=typeof Symbol=="function"&&typeof Symbol.iterator=="symbol"?function(c){return typeof c}:function(c){return c&&typeof Symbol=="function"&&c.constructor===Symbol&&c!==Symbol.prototype?"symbol":typeof c};(function(c,d){u(a)==="object"&&u(i)==="object"?i.exports=d():(l=[],o=d,s=typeof o=="function"?o.apply(a,l):o,s!==void 0&&(i.exports=s))})(void 0,function(){return function(c){function d(b){if(h[b])return h[b].exports;var E=h[b]={i:b,l:!1,exports:{}};return c[b].call(E.exports,E,E.exports,d),E.l=!0,E.exports}var h={};return d.m=c,d.c=h,d.i=function(b){return b},d.d=function(b,E,ne){d.o(b,E)||Object.defineProperty(b,E,{configurable:!1,enumerable:!0,get:ne})},d.n=function(b){var E=b&&b.__esModule?function(){return b.default}:function(){return b};return d.d(E,"a",E),E},d.o=function(b,E){return Object.prototype.hasOwnProperty.call(b,E)},d.p="",d(d.s=0)}([function(c,d,h){function b(v,x){var P={};for(var re in v)x.indexOf(re)>=0||Object.prototype.hasOwnProperty.call(v,re)&&(P[re]=v[re]);return P}Object.defineProperty(d,"__esModule",{value:!0});var E=typeof Symbol=="function"&&u(Symbol.iterator)==="symbol"?function(v){return typeof v>"u"?"undefined":u(v)}:function(v){return v&&typeof Symbol=="function"&&v.constructor===Symbol&&v!==Symbol.prototype?"symbol":typeof v>"u"?"undefined":u(v)},ne=Object.assign||function(v){for(var x=1;x'+re+"
",ee.onclick=function(){return D(oe,U)},ee.listener=function(B){(w(B)||L(B))&&O()},G(ee,U),ce&&ce<1&&(ce=1),!$&&ce&&J(ce).then(function(){return D(oe,U)})},we=d.force=function(v,x){var P=v.type,re=P===void 0?5:P,H=v.text,ce=v.buttonText,he=ce===void 0?"OK":ce,$=v.callback,M=v.position,U=M===void 0?f.positions.force||U.top:M;ue(),O();var ee=document.createElement("div"),oe=C();ee.id=oe;var B=document.createElement("div");B.classList.add(f.classes.textbox),B.classList.add(f.classes.backgroundInfo),B.innerHTML='
'+H+"
";var Q=document.createElement("div");Q.classList.add(f.classes.button),Q.classList.add(g[re]),Q.innerHTML=he,Q.onclick=function(){D(oe,U),K(),$?$():x&&x()},ee.appendChild(B),ee.appendChild(Q),ee.listener=function(ve){w(ve)&&Q.click()},G(ee,U),F()},I=d.confirm=function(v,x,P){var re=v.text,H=v.submitText,ce=H===void 0?"Yes":H,he=v.cancelText,$=he===void 0?"Cancel":he,M=v.submitCallback,U=v.cancelCallback,ee=v.position,oe=ee===void 0?f.positions.confirm||oe.top:ee;ue(),O();var B=document.createElement("div"),Q=C();B.id=Q;var ve=document.createElement("div");ve.classList.add(f.classes.textbox),ve.classList.add(f.classes.backgroundInfo),ve.innerHTML='
'+re+"
";var se=document.createElement("div");se.classList.add(f.classes.button),se.classList.add(f.classes.elementHalf),se.classList.add(f.classes.backgroundSuccess),se.innerHTML=ce,se.onclick=function(){D(Q,oe),K(),M?M():x&&x()};var j=document.createElement("div");j.classList.add(f.classes.button),j.classList.add(f.classes.elementHalf),j.classList.add(f.classes.backgroundError),j.innerHTML=$,j.onclick=function(){D(Q,oe),K(),U?U():P&&P()},B.appendChild(ve),B.appendChild(se),B.appendChild(j),B.listener=function(xe){w(xe)?se.click():L(xe)&&j.click()},G(B,oe),F(B,oe)},k=function(v,x,P){var re=v.text,H=v.submitText,ce=H===void 0?"Submit":H,he=v.cancelText,$=he===void 0?"Cancel":he,M=v.submitCallback,U=v.cancelCallback,ee=v.position,oe=ee===void 0?f.positions.input||oe.top:ee,B=b(v,["text","submitText","cancelText","submitCallback","cancelCallback","position"]);ue(),O();var Q=document.createElement("div"),ve=C();Q.id=ve;var se=document.createElement("div");se.classList.add(f.classes.textbox),se.classList.add(f.classes.backgroundInfo),se.innerHTML='
'+re+"
";var j=document.createElement("input");j.classList.add(f.classes.inputField),j.setAttribute("autocapitalize",B.autocapitalize||"none"),j.setAttribute("autocomplete",B.autocomplete||"off"),j.setAttribute("autocorrect",B.autocorrect||"off"),j.setAttribute("autofocus",B.autofocus||"true"),j.setAttribute("inputmode",B.inputmode||"verbatim"),j.setAttribute("max",B.max||""),j.setAttribute("maxlength",B.maxlength||""),j.setAttribute("min",B.min||""),j.setAttribute("minlength",B.minlength||""),j.setAttribute("placeholder",B.placeholder||""),j.setAttribute("spellcheck",B.spellcheck||"default"),j.setAttribute("step",B.step||"any"),j.setAttribute("type",B.type||"text"),j.value=B.value||"",B.allowed&&(j.oninput=function(){var ke=void 0;if(Array.isArray(B.allowed)){for(var Ce="",qe=B.allowed,Ye=0;Ye'+P+"",U.appendChild(oe),he.forEach(function(Q,ve){var se=Q.type,j=se===void 0?1:se,xe=Q.text,Pe=Q.handler,ke=document.createElement("div");ke.classList.add(g[j]),ke.classList.add(f.classes.button),ke.classList.add(f.classes.selectChoice);var Ce=he[ve+1];Ce&&!Ce.type&&(Ce.type=1),Ce&&Ce.type===j&&ke.classList.add(f.classes.selectChoiceRepeated),ke.innerHTML=xe,ke.onclick=function(){D(ee,M),K(),Pe()},U.appendChild(ke)});var B=document.createElement("div");B.classList.add(f.classes.backgroundNeutral),B.classList.add(f.classes.button),B.innerHTML=H,B.onclick=function(){D(ee,M),K(),ce?ce():x&&x()},U.appendChild(B),U.listener=function(Q){L(Q)&&B.click()},G(U,M),F(U,M)},ie=d.date=function(v,x,P){var re=v.value,H=re===void 0?new Date:re,ce=v.submitText,he=ce===void 0?"OK":ce,$=v.cancelText,M=$===void 0?"Cancel":$,U=v.submitCallback,ee=v.cancelCallback,oe=v.position,B=oe===void 0?f.positions.date||B.top:oe;ue(),O();var Q="▾",ve=document.createElement("div"),se=document.createElement("div"),j=document.createElement("div"),xe=function(Ae){ve.innerHTML=f.dateMonths[Ae.getMonth()],se.innerHTML=Ae.getDate(),j.innerHTML=Ae.getFullYear()},Pe=function(Ae){var de=new Date(H.getFullYear(),H.getMonth()+1,0).getDate(),$e=Ae.target.textContent.replace(/^0+/,"").replace(/[^\d]/g,"").slice(0,2);Number($e)>de&&($e=de.toString()),Ae.target.textContent=$e,Number($e)<1&&($e="1"),H.setDate(Number($e))},ke=function(Ae){var de=Ae.target.textContent.replace(/^0+/,"").replace(/[^\d]/g,"").slice(0,4);Ae.target.textContent=de,H.setFullYear(Number(de))},Ce=function(Ae){xe(H)},qe=function(Ae){var de=new Date(H.getFullYear(),H.getMonth()+Ae+1,0).getDate();H.getDate()>de&&H.setDate(de),H.setMonth(H.getMonth()+Ae),xe(H)},Ye=function(Ae){H.setDate(H.getDate()+Ae),xe(H)},Pr=function(Ae){var de=H.getFullYear()+Ae;de<0?H.setFullYear(0):H.setFullYear(H.getFullYear()+Ae),xe(H)},ct=document.createElement("div"),Qt=C();ct.id=Qt;var cr=document.createElement("div");cr.classList.add(f.classes.backgroundInfo);var Fe=document.createElement("div");Fe.classList.add(f.classes.dateSelectorInner);var tt=document.createElement("div");tt.classList.add(f.classes.button),tt.classList.add(f.classes.elementThird),tt.classList.add(f.classes.dateSelectorUp),tt.innerHTML=Q;var ze=document.createElement("div");ze.classList.add(f.classes.button),ze.classList.add(f.classes.elementThird),ze.classList.add(f.classes.dateSelectorUp),ze.innerHTML=Q;var Ve=document.createElement("div");Ve.classList.add(f.classes.button),Ve.classList.add(f.classes.elementThird),Ve.classList.add(f.classes.dateSelectorUp),Ve.innerHTML=Q,ve.classList.add(f.classes.element),ve.classList.add(f.classes.elementThird),ve.innerHTML=f.dateMonths[H.getMonth()],se.classList.add(f.classes.element),se.classList.add(f.classes.elementThird),se.setAttribute("contentEditable",!0),se.addEventListener("input",Pe),se.addEventListener("blur",Ce),se.innerHTML=H.getDate(),j.classList.add(f.classes.element),j.classList.add(f.classes.elementThird),j.setAttribute("contentEditable",!0),j.addEventListener("input",ke),j.addEventListener("blur",Ce),j.innerHTML=H.getFullYear();var bt=document.createElement("div");bt.classList.add(f.classes.button),bt.classList.add(f.classes.elementThird),bt.innerHTML=Q;var Tt=document.createElement("div");Tt.classList.add(f.classes.button),Tt.classList.add(f.classes.elementThird),Tt.innerHTML=Q;var Yt=document.createElement("div");Yt.classList.add(f.classes.button),Yt.classList.add(f.classes.elementThird),Yt.innerHTML=Q,tt.onclick=function(){return qe(1)},ze.onclick=function(){return Ye(1)},Ve.onclick=function(){return Pr(1)},bt.onclick=function(){return qe(-1)},Tt.onclick=function(){return Ye(-1)},Yt.onclick=function(){return Pr(-1)};var Ue=document.createElement("div");Ue.classList.add(f.classes.button),Ue.classList.add(f.classes.elementHalf),Ue.classList.add(f.classes.backgroundSuccess),Ue.innerHTML=he,Ue.onclick=function(){D(Qt,B),K(),U?U(H):x&&x(H)};var vt=document.createElement("div");vt.classList.add(f.classes.button),vt.classList.add(f.classes.elementHalf),vt.classList.add(f.classes.backgroundError),vt.innerHTML=M,vt.onclick=function(){D(Qt,B),K(),ee?ee(H):P&&P(H)},Fe.appendChild(tt),Fe.appendChild(ze),Fe.appendChild(Ve),Fe.appendChild(ve),Fe.appendChild(se),Fe.appendChild(j),Fe.appendChild(bt),Fe.appendChild(Tt),Fe.appendChild(Yt),cr.appendChild(Fe),ct.appendChild(cr),ct.appendChild(Ue),ct.appendChild(vt),ct.listener=function(Ae){w(Ae)?Ue.click():L(Ae)&&vt.click()},G(ct,B),F(ct,B)};d.default={alert:ge,force:we,confirm:I,input:k,select:ye,date:ie,setOptions:me,hideAlerts:O}}])})}).call(a,n(0)(r))}])})}),Fo={};jd(Fo,{default:()=>ba});var Wd=Io(Bo());Kd(Fo,Io(Bo()));var{default:Lo,...Hd}=Wd,ba=Lo!==void 0?Lo:Hd;var Ta=typeof navigator<"u"?navigator.userAgent.toLowerCase().indexOf("firefox")>0:!1;function Br(t,e,r,a){t.addEventListener?t.addEventListener(e,r,a):t.attachEvent&&t.attachEvent(`on${e}`,()=>{r(window.event)})}function Cn(t,e){let r=e.slice(0,e.length-1);for(let a=0;a=0;)e[r-1]+=",",e.splice(r,1),r=e.lastIndexOf("");return e}function zo(t,e){let r=t.length>=e.length?t:e,a=t.length>=e.length?e:t,n=!0;for(let i=0;imr[t.toLowerCase()]||rt[t.toLowerCase()]||t.toUpperCase().charCodeAt(0),Gd=t=>Object.keys(mr).find(e=>mr[e]===t),Vd=t=>Object.keys(rt).find(e=>rt[e]===t);function Uo(t){No=t||"all"}function Fr(){return No||"all"}function $d(){return fe.slice(0)}function Qd(){return fe.map(t=>Gd(t)||Vd(t)||String.fromCharCode(t))}function Yd(){let t=[];return Object.keys(De).forEach(e=>{De[e].forEach(({key:r,scope:a,mods:n,shortcut:i})=>{t.push({scope:a,shortcut:i,mods:n,keys:r.split("+").map(o=>zr(o))})})}),t}function Xd(t){let e=t.target||t.srcElement,{tagName:r}=e,a=!0;return(e.isContentEditable||(r==="INPUT"||r==="TEXTAREA"||r==="SELECT")&&!e.readOnly)&&(a=!1),a}function Zd(t){return typeof t=="string"&&(t=zr(t)),fe.indexOf(t)!==-1}function Jd(t,e){let r,a;t||(t=Fr());for(let n in De)if(Object.prototype.hasOwnProperty.call(De,n))for(r=De[n],a=0;a=0&&fe.splice(r,1),t.key&&t.key.toLowerCase()==="meta"&&fe.splice(0,fe.length),(e===93||e===224)&&(e=91),e in Be){Be[e]=!1;for(let a in rt)rt[a]===e&&(It[a]=!1)}}function jo(t,...e){if(typeof t>"u")Object.keys(De).forEach(r=>delete De[r]);else if(Array.isArray(t))t.forEach(r=>{r.key&&Pn(r)});else if(typeof t=="object")t.key&&Pn(t);else if(typeof t=="string"){let[r,a]=e;typeof r=="function"&&(a=r,r=""),Pn({key:t,scope:r,method:a,splitKey:"+"})}}var Pn=({key:t,scope:e,method:r,splitKey:a="+"})=>{_n(t).forEach(i=>{let o=i.split(a),l=o.length,s=o[l-1],u=s==="*"?"*":zr(s);if(!De[u])return;e||(e=Fr());let c=l>1?Cn(rt,o):[];De[u]=De[u].filter(d=>!((r?d.method===r:!0)&&d.scope===e&&zo(d.mods,c)))})};function Mo(t,e,r,a){if(e.element!==a)return;let n;if(e.scope===r||e.scope==="all"){n=e.mods.length>0;for(let i in Be)Object.prototype.hasOwnProperty.call(Be,i)&&(!Be[i]&&e.mods.indexOf(+i)>-1||Be[i]&&e.mods.indexOf(+i)===-1)&&(n=!1);(e.mods.length===0&&!Be[16]&&!Be[18]&&!Be[17]&&!Be[91]||n||e.shortcut==="*")&&(e.keys=[],e.keys=e.keys.concat(fe),e.method(t,e)===!1&&(t.preventDefault?t.preventDefault():t.returnValue=!1,t.stopPropagation&&t.stopPropagation(),t.cancelBubble&&(t.cancelBubble=!0)))}}function Ro(t,e){let r=De["*"],a=t.keyCode||t.which||t.charCode;if(!It.filter.call(this,t))return;if((a===93||a===224)&&(a=91),fe.indexOf(a)===-1&&a!==229&&fe.push(a),["ctrlKey","altKey","shiftKey","metaKey"].forEach(i=>{let o=va[i];t[i]&&fe.indexOf(o)===-1?fe.push(o):!t[i]&&fe.indexOf(o)>-1?fe.splice(fe.indexOf(o),1):i==="metaKey"&&t[i]&&fe.length===3&&(t.ctrlKey||t.shiftKey||t.altKey||(fe=fe.slice(fe.indexOf(o))))}),a in Be){Be[a]=!0;for(let i in rt)rt[i]===a&&(It[i]=!0);if(!r)return}for(let i in Be)Object.prototype.hasOwnProperty.call(Be,i)&&(Be[i]=t[va[i]]);t.getModifierState&&!(t.altKey&&!t.ctrlKey)&&t.getModifierState("AltGraph")&&(fe.indexOf(17)===-1&&fe.push(17),fe.indexOf(18)===-1&&fe.push(18),Be[17]=!0,Be[18]=!0);let n=Fr();if(r)for(let i=0;i-1}function It(t,e,r){fe=[];let a=_n(t),n=[],i="all",o=document,l=0,s=!1,u=!0,c="+",d=!1,h=!1;for(r===void 0&&typeof e=="function"&&(r=e),Object.prototype.toString.call(e)==="[object Object]"&&(e.scope&&(i=e.scope),e.element&&(o=e.element),e.keyup&&(s=e.keyup),e.keydown!==void 0&&(u=e.keydown),e.capture!==void 0&&(d=e.capture),typeof e.splitKey=="string"&&(c=e.splitKey),e.single===!0&&(h=!0)),typeof e=="string"&&(i=e),h&&jo(t,i);l1&&(n=Cn(rt,t)),t=t[t.length-1],t=t==="*"?"*":zr(t),t in De||(De[t]=[]),De[t].push({keyup:s,keydown:u,scope:i,mods:n,shortcut:a[l],method:r,key:a[l],splitKey:c,element:o});typeof o<"u"&&!tp(o)&&window&&(qo.push(o),Br(o,"keydown",b=>{Ro(b,o)},d),Oo||(Oo=!0,Br(window,"focus",()=>{fe=[]},d),Br(window,"click",()=>{fe=[]},!1)),Br(o,"keyup",b=>{Ro(b,o),ep(b)},d))}function rp(t,e="all"){Object.keys(De).forEach(r=>{De[r].filter(n=>n.scope===e&&n.shortcut===t).forEach(n=>{n&&n.method&&n.method()})})}var Ln={getPressedKeyString:Qd,setScope:Uo,getScope:Fr,deleteScope:Jd,getPressedKeyCodes:$d,getAllKeyCodes:Yd,isPressed:Zd,filter:Xd,trigger:rp,unbind:jo,keyMap:mr,modifier:rt,modifierMap:va};for(let t in Ln)Object.prototype.hasOwnProperty.call(Ln,t)&&(It[t]=Ln[t]);if(typeof window<"u"){let t=window.hotkeys;It.noConflict=e=>(e&&window.hotkeys===It&&(window.hotkeys=t),It),window.hotkeys=It}var ap={"Amazon Silk":"amazon_silk","Android Browser":"android",Bada:"bada",BlackBerry:"blackberry",Chrome:"chrome",Chromium:"chromium",Electron:"electron",Epiphany:"epiphany",Firefox:"firefox",Focus:"focus",Generic:"generic","Google Search":"google_search",Googlebot:"googlebot","Internet Explorer":"ie","K-Meleon":"k_meleon",Maxthon:"maxthon","Microsoft Edge":"edge","MZ Browser":"mz","NAVER Whale Browser":"naver",Opera:"opera","Opera Coast":"opera_coast",PhantomJS:"phantomjs",Puffin:"puffin",QupZilla:"qupzilla",QQ:"qq",QQLite:"qqlite",Safari:"safari",Sailfish:"sailfish","Samsung Internet for Android":"samsung_internet",SeaMonkey:"seamonkey",Sleipnir:"sleipnir",Swing:"swing",Tizen:"tizen","UC Browser":"uc",Vivaldi:"vivaldi","WebOS Browser":"webos",WeChat:"wechat","Yandex Browser":"yandex",Roku:"roku"},Wo={amazon_silk:"Amazon Silk",android:"Android Browser",bada:"Bada",blackberry:"BlackBerry",chrome:"Chrome",chromium:"Chromium",electron:"Electron",epiphany:"Epiphany",firefox:"Firefox",focus:"Focus",generic:"Generic",googlebot:"Googlebot",google_search:"Google Search",ie:"Internet Explorer",k_meleon:"K-Meleon",maxthon:"Maxthon",edge:"Microsoft Edge",mz:"MZ Browser",naver:"NAVER Whale Browser",opera:"Opera",opera_coast:"Opera Coast",phantomjs:"PhantomJS",puffin:"Puffin",qupzilla:"QupZilla",qq:"QQ Browser",qqlite:"QQ Browser Lite",safari:"Safari",sailfish:"Sailfish",samsung_internet:"Samsung Internet for Android",seamonkey:"SeaMonkey",sleipnir:"Sleipnir",swing:"Swing",tizen:"Tizen",uc:"UC Browser",vivaldi:"Vivaldi",webos:"WebOS Browser",wechat:"WeChat",yandex:"Yandex Browser"},_e={tablet:"tablet",mobile:"mobile",desktop:"desktop",tv:"tv"},Ke={WindowsPhone:"Windows Phone",Windows:"Windows",MacOS:"macOS",iOS:"iOS",Android:"Android",WebOS:"WebOS",BlackBerry:"BlackBerry",Bada:"Bada",Tizen:"Tizen",Linux:"Linux",ChromeOS:"Chrome OS",PlayStation4:"PlayStation 4",Roku:"Roku"},Bt={EdgeHTML:"EdgeHTML",Blink:"Blink",Trident:"Trident",Presto:"Presto",Gecko:"Gecko",WebKit:"WebKit"},y=class{static getFirstMatch(t,e){let r=e.match(t);return r&&r.length>0&&r[1]||""}static getSecondMatch(t,e){let r=e.match(t);return r&&r.length>1&&r[2]||""}static matchAndReturnConst(t,e,r){if(t.test(e))return r}static getWindowsVersionName(t){switch(t){case"NT":return"NT";case"XP":return"XP";case"NT 5.0":return"2000";case"NT 5.1":return"XP";case"NT 5.2":return"2003";case"NT 6.0":return"Vista";case"NT 6.1":return"7";case"NT 6.2":return"8";case"NT 6.3":return"8.1";case"NT 10.0":return"10";default:return}}static getMacOSVersionName(t){let e=t.split(".").splice(0,2).map(r=>parseInt(r,10)||0);if(e.push(0),e[0]===10)switch(e[1]){case 5:return"Leopard";case 6:return"Snow Leopard";case 7:return"Lion";case 8:return"Mountain Lion";case 9:return"Mavericks";case 10:return"Yosemite";case 11:return"El Capitan";case 12:return"Sierra";case 13:return"High Sierra";case 14:return"Mojave";case 15:return"Catalina";default:return}}static getAndroidVersionName(t){let e=t.split(".").splice(0,2).map(r=>parseInt(r,10)||0);if(e.push(0),!(e[0]===1&&e[1]<5)){if(e[0]===1&&e[1]<6)return"Cupcake";if(e[0]===1&&e[1]>=6)return"Donut";if(e[0]===2&&e[1]<2)return"Eclair";if(e[0]===2&&e[1]===2)return"Froyo";if(e[0]===2&&e[1]>2)return"Gingerbread";if(e[0]===3)return"Honeycomb";if(e[0]===4&&e[1]<1)return"Ice Cream Sandwich";if(e[0]===4&&e[1]<4)return"Jelly Bean";if(e[0]===4&&e[1]>=4)return"KitKat";if(e[0]===5)return"Lollipop";if(e[0]===6)return"Marshmallow";if(e[0]===7)return"Nougat";if(e[0]===8)return"Oreo";if(e[0]===9)return"Pie"}}static getVersionPrecision(t){return t.split(".").length}static compareVersions(t,e,r=!1){let a=y.getVersionPrecision(t),n=y.getVersionPrecision(e),i=Math.max(a,n),o=0,l=y.map([t,e],s=>{let u=i-y.getVersionPrecision(s),c=s+new Array(u+1).join(".0");return y.map(c.split("."),d=>new Array(20-d.length).join("0")+d).reverse()});for(r&&(o=i-Math.min(a,n)),i-=1;i>=o;){if(l[0][i]>l[1][i])return 1;if(l[0][i]===l[1][i]){if(i===o)return 0;i-=1}else if(l[0][i]{r[o]=i[o]})}return t}static getBrowserAlias(t){return ap[t]}static getBrowserTypeByAlias(t){return Wo[t]||""}},be=/version\/(\d+(\.?_?\d+)+)/i,np=[{test:[/googlebot/i],describe(t){let e={name:"Googlebot"},r=y.getFirstMatch(/googlebot\/(\d+(\.\d+))/i,t)||y.getFirstMatch(be,t);return r&&(e.version=r),e}},{test:[/opera/i],describe(t){let e={name:"Opera"},r=y.getFirstMatch(be,t)||y.getFirstMatch(/(?:opera)[\s/](\d+(\.?_?\d+)+)/i,t);return r&&(e.version=r),e}},{test:[/opr\/|opios/i],describe(t){let e={name:"Opera"},r=y.getFirstMatch(/(?:opr|opios)[\s/](\S+)/i,t)||y.getFirstMatch(be,t);return r&&(e.version=r),e}},{test:[/SamsungBrowser/i],describe(t){let e={name:"Samsung Internet for Android"},r=y.getFirstMatch(be,t)||y.getFirstMatch(/(?:SamsungBrowser)[\s/](\d+(\.?_?\d+)+)/i,t);return r&&(e.version=r),e}},{test:[/Whale/i],describe(t){let e={name:"NAVER Whale Browser"},r=y.getFirstMatch(be,t)||y.getFirstMatch(/(?:whale)[\s/](\d+(?:\.\d+)+)/i,t);return r&&(e.version=r),e}},{test:[/MZBrowser/i],describe(t){let e={name:"MZ Browser"},r=y.getFirstMatch(/(?:MZBrowser)[\s/](\d+(?:\.\d+)+)/i,t)||y.getFirstMatch(be,t);return r&&(e.version=r),e}},{test:[/focus/i],describe(t){let e={name:"Focus"},r=y.getFirstMatch(/(?:focus)[\s/](\d+(?:\.\d+)+)/i,t)||y.getFirstMatch(be,t);return r&&(e.version=r),e}},{test:[/swing/i],describe(t){let e={name:"Swing"},r=y.getFirstMatch(/(?:swing)[\s/](\d+(?:\.\d+)+)/i,t)||y.getFirstMatch(be,t);return r&&(e.version=r),e}},{test:[/coast/i],describe(t){let e={name:"Opera Coast"},r=y.getFirstMatch(be,t)||y.getFirstMatch(/(?:coast)[\s/](\d+(\.?_?\d+)+)/i,t);return r&&(e.version=r),e}},{test:[/opt\/\d+(?:.?_?\d+)+/i],describe(t){let e={name:"Opera Touch"},r=y.getFirstMatch(/(?:opt)[\s/](\d+(\.?_?\d+)+)/i,t)||y.getFirstMatch(be,t);return r&&(e.version=r),e}},{test:[/yabrowser/i],describe(t){let e={name:"Yandex Browser"},r=y.getFirstMatch(/(?:yabrowser)[\s/](\d+(\.?_?\d+)+)/i,t)||y.getFirstMatch(be,t);return r&&(e.version=r),e}},{test:[/ucbrowser/i],describe(t){let e={name:"UC Browser"},r=y.getFirstMatch(be,t)||y.getFirstMatch(/(?:ucbrowser)[\s/](\d+(\.?_?\d+)+)/i,t);return r&&(e.version=r),e}},{test:[/Maxthon|mxios/i],describe(t){let e={name:"Maxthon"},r=y.getFirstMatch(be,t)||y.getFirstMatch(/(?:Maxthon|mxios)[\s/](\d+(\.?_?\d+)+)/i,t);return r&&(e.version=r),e}},{test:[/epiphany/i],describe(t){let e={name:"Epiphany"},r=y.getFirstMatch(be,t)||y.getFirstMatch(/(?:epiphany)[\s/](\d+(\.?_?\d+)+)/i,t);return r&&(e.version=r),e}},{test:[/puffin/i],describe(t){let e={name:"Puffin"},r=y.getFirstMatch(be,t)||y.getFirstMatch(/(?:puffin)[\s/](\d+(\.?_?\d+)+)/i,t);return r&&(e.version=r),e}},{test:[/sleipnir/i],describe(t){let e={name:"Sleipnir"},r=y.getFirstMatch(be,t)||y.getFirstMatch(/(?:sleipnir)[\s/](\d+(\.?_?\d+)+)/i,t);return r&&(e.version=r),e}},{test:[/k-meleon/i],describe(t){let e={name:"K-Meleon"},r=y.getFirstMatch(be,t)||y.getFirstMatch(/(?:k-meleon)[\s/](\d+(\.?_?\d+)+)/i,t);return r&&(e.version=r),e}},{test:[/micromessenger/i],describe(t){let e={name:"WeChat"},r=y.getFirstMatch(/(?:micromessenger)[\s/](\d+(\.?_?\d+)+)/i,t)||y.getFirstMatch(be,t);return r&&(e.version=r),e}},{test:[/qqbrowser/i],describe(t){let e={name:/qqbrowserlite/i.test(t)?"QQ Browser Lite":"QQ Browser"},r=y.getFirstMatch(/(?:qqbrowserlite|qqbrowser)[/](\d+(\.?_?\d+)+)/i,t)||y.getFirstMatch(be,t);return r&&(e.version=r),e}},{test:[/msie|trident/i],describe(t){let e={name:"Internet Explorer"},r=y.getFirstMatch(/(?:msie |rv:)(\d+(\.?_?\d+)+)/i,t);return r&&(e.version=r),e}},{test:[/\sedg\//i],describe(t){let e={name:"Microsoft Edge"},r=y.getFirstMatch(/\sedg\/(\d+(\.?_?\d+)+)/i,t);return r&&(e.version=r),e}},{test:[/edg([ea]|ios)/i],describe(t){let e={name:"Microsoft Edge"},r=y.getSecondMatch(/edg([ea]|ios)\/(\d+(\.?_?\d+)+)/i,t);return r&&(e.version=r),e}},{test:[/vivaldi/i],describe(t){let e={name:"Vivaldi"},r=y.getFirstMatch(/vivaldi\/(\d+(\.?_?\d+)+)/i,t);return r&&(e.version=r),e}},{test:[/seamonkey/i],describe(t){let e={name:"SeaMonkey"},r=y.getFirstMatch(/seamonkey\/(\d+(\.?_?\d+)+)/i,t);return r&&(e.version=r),e}},{test:[/sailfish/i],describe(t){let e={name:"Sailfish"},r=y.getFirstMatch(/sailfish\s?browser\/(\d+(\.\d+)?)/i,t);return r&&(e.version=r),e}},{test:[/silk/i],describe(t){let e={name:"Amazon Silk"},r=y.getFirstMatch(/silk\/(\d+(\.?_?\d+)+)/i,t);return r&&(e.version=r),e}},{test:[/phantom/i],describe(t){let e={name:"PhantomJS"},r=y.getFirstMatch(/phantomjs\/(\d+(\.?_?\d+)+)/i,t);return r&&(e.version=r),e}},{test:[/slimerjs/i],describe(t){let e={name:"SlimerJS"},r=y.getFirstMatch(/slimerjs\/(\d+(\.?_?\d+)+)/i,t);return r&&(e.version=r),e}},{test:[/blackberry|\bbb\d+/i,/rim\stablet/i],describe(t){let e={name:"BlackBerry"},r=y.getFirstMatch(be,t)||y.getFirstMatch(/blackberry[\d]+\/(\d+(\.?_?\d+)+)/i,t);return r&&(e.version=r),e}},{test:[/(web|hpw)[o0]s/i],describe(t){let e={name:"WebOS Browser"},r=y.getFirstMatch(be,t)||y.getFirstMatch(/w(?:eb)?[o0]sbrowser\/(\d+(\.?_?\d+)+)/i,t);return r&&(e.version=r),e}},{test:[/bada/i],describe(t){let e={name:"Bada"},r=y.getFirstMatch(/dolfin\/(\d+(\.?_?\d+)+)/i,t);return r&&(e.version=r),e}},{test:[/tizen/i],describe(t){let e={name:"Tizen"},r=y.getFirstMatch(/(?:tizen\s?)?browser\/(\d+(\.?_?\d+)+)/i,t)||y.getFirstMatch(be,t);return r&&(e.version=r),e}},{test:[/qupzilla/i],describe(t){let e={name:"QupZilla"},r=y.getFirstMatch(/(?:qupzilla)[\s/](\d+(\.?_?\d+)+)/i,t)||y.getFirstMatch(be,t);return r&&(e.version=r),e}},{test:[/firefox|iceweasel|fxios/i],describe(t){let e={name:"Firefox"},r=y.getFirstMatch(/(?:firefox|iceweasel|fxios)[\s/](\d+(\.?_?\d+)+)/i,t);return r&&(e.version=r),e}},{test:[/electron/i],describe(t){let e={name:"Electron"},r=y.getFirstMatch(/(?:electron)\/(\d+(\.?_?\d+)+)/i,t);return r&&(e.version=r),e}},{test:[/MiuiBrowser/i],describe(t){let e={name:"Miui"},r=y.getFirstMatch(/(?:MiuiBrowser)[\s/](\d+(\.?_?\d+)+)/i,t);return r&&(e.version=r),e}},{test:[/chromium/i],describe(t){let e={name:"Chromium"},r=y.getFirstMatch(/(?:chromium)[\s/](\d+(\.?_?\d+)+)/i,t)||y.getFirstMatch(be,t);return r&&(e.version=r),e}},{test:[/chrome|crios|crmo/i],describe(t){let e={name:"Chrome"},r=y.getFirstMatch(/(?:chrome|crios|crmo)\/(\d+(\.?_?\d+)+)/i,t);return r&&(e.version=r),e}},{test:[/GSA/i],describe(t){let e={name:"Google Search"},r=y.getFirstMatch(/(?:GSA)\/(\d+(\.?_?\d+)+)/i,t);return r&&(e.version=r),e}},{test(t){let e=!t.test(/like android/i),r=t.test(/android/i);return e&&r},describe(t){let e={name:"Android Browser"},r=y.getFirstMatch(be,t);return r&&(e.version=r),e}},{test:[/playstation 4/i],describe(t){let e={name:"PlayStation 4"},r=y.getFirstMatch(be,t);return r&&(e.version=r),e}},{test:[/safari|applewebkit/i],describe(t){let e={name:"Safari"},r=y.getFirstMatch(be,t);return r&&(e.version=r),e}},{test:[/.*/i],describe(t){let e=/^(.*)\/(.*) /,r=/^(.*)\/(.*)[ \t]\((.*)/,a=t.search("\\(")!==-1?r:e;return{name:y.getFirstMatch(a,t),version:y.getSecondMatch(a,t)}}}],ip=np,op=[{test:[/Roku\/DVP/],describe(t){let e=y.getFirstMatch(/Roku\/DVP-(\d+\.\d+)/i,t);return{name:Ke.Roku,version:e}}},{test:[/windows phone/i],describe(t){let e=y.getFirstMatch(/windows phone (?:os)?\s?(\d+(\.\d+)*)/i,t);return{name:Ke.WindowsPhone,version:e}}},{test:[/windows /i],describe(t){let e=y.getFirstMatch(/Windows ((NT|XP)( \d\d?.\d)?)/i,t),r=y.getWindowsVersionName(e);return{name:Ke.Windows,version:e,versionName:r}}},{test:[/Macintosh(.*?) FxiOS(.*?)\//],describe(t){let e={name:Ke.iOS},r=y.getSecondMatch(/(Version\/)(\d[\d.]+)/,t);return r&&(e.version=r),e}},{test:[/macintosh/i],describe(t){let e=y.getFirstMatch(/mac os x (\d+(\.?_?\d+)+)/i,t).replace(/[_\s]/g,"."),r=y.getMacOSVersionName(e),a={name:Ke.MacOS,version:e};return r&&(a.versionName=r),a}},{test:[/(ipod|iphone|ipad)/i],describe(t){let e=y.getFirstMatch(/os (\d+([_\s]\d+)*) like mac os x/i,t).replace(/[_\s]/g,".");return{name:Ke.iOS,version:e}}},{test(t){let e=!t.test(/like android/i),r=t.test(/android/i);return e&&r},describe(t){let e=y.getFirstMatch(/android[\s/-](\d+(\.\d+)*)/i,t),r=y.getAndroidVersionName(e),a={name:Ke.Android,version:e};return r&&(a.versionName=r),a}},{test:[/(web|hpw)[o0]s/i],describe(t){let e=y.getFirstMatch(/(?:web|hpw)[o0]s\/(\d+(\.\d+)*)/i,t),r={name:Ke.WebOS};return e&&e.length&&(r.version=e),r}},{test:[/blackberry|\bbb\d+/i,/rim\stablet/i],describe(t){let e=y.getFirstMatch(/rim\stablet\sos\s(\d+(\.\d+)*)/i,t)||y.getFirstMatch(/blackberry\d+\/(\d+([_\s]\d+)*)/i,t)||y.getFirstMatch(/\bbb(\d+)/i,t);return{name:Ke.BlackBerry,version:e}}},{test:[/bada/i],describe(t){let e=y.getFirstMatch(/bada\/(\d+(\.\d+)*)/i,t);return{name:Ke.Bada,version:e}}},{test:[/tizen/i],describe(t){let e=y.getFirstMatch(/tizen[/\s](\d+(\.\d+)*)/i,t);return{name:Ke.Tizen,version:e}}},{test:[/linux/i],describe(){return{name:Ke.Linux}}},{test:[/CrOS/],describe(){return{name:Ke.ChromeOS}}},{test:[/PlayStation 4/],describe(t){let e=y.getFirstMatch(/PlayStation 4[/\s](\d+(\.\d+)*)/i,t);return{name:Ke.PlayStation4,version:e}}}],sp=[{test:[/googlebot/i],describe(){return{type:"bot",vendor:"Google"}}},{test:[/huawei/i],describe(t){let e=y.getFirstMatch(/(can-l01)/i,t)&&"Nova",r={type:_e.mobile,vendor:"Huawei"};return e&&(r.model=e),r}},{test:[/nexus\s*(?:7|8|9|10).*/i],describe(){return{type:_e.tablet,vendor:"Nexus"}}},{test:[/ipad/i],describe(){return{type:_e.tablet,vendor:"Apple",model:"iPad"}}},{test:[/Macintosh(.*?) FxiOS(.*?)\//],describe(){return{type:_e.tablet,vendor:"Apple",model:"iPad"}}},{test:[/kftt build/i],describe(){return{type:_e.tablet,vendor:"Amazon",model:"Kindle Fire HD 7"}}},{test:[/silk/i],describe(){return{type:_e.tablet,vendor:"Amazon"}}},{test:[/tablet(?! pc)/i],describe(){return{type:_e.tablet}}},{test(t){let e=t.test(/ipod|iphone/i),r=t.test(/like (ipod|iphone)/i);return e&&!r},describe(t){let e=y.getFirstMatch(/(ipod|iphone)/i,t);return{type:_e.mobile,vendor:"Apple",model:e}}},{test:[/nexus\s*[0-6].*/i,/galaxy nexus/i],describe(){return{type:_e.mobile,vendor:"Nexus"}}},{test:[/[^-]mobi/i],describe(){return{type:_e.mobile}}},{test(t){return t.getBrowserName(!0)==="blackberry"},describe(){return{type:_e.mobile,vendor:"BlackBerry"}}},{test(t){return t.getBrowserName(!0)==="bada"},describe(){return{type:_e.mobile}}},{test(t){return t.getBrowserName()==="windows phone"},describe(){return{type:_e.mobile,vendor:"Microsoft"}}},{test(t){let e=Number(String(t.getOSVersion()).split(".")[0]);return t.getOSName(!0)==="android"&&e>=3},describe(){return{type:_e.tablet}}},{test(t){return t.getOSName(!0)==="android"},describe(){return{type:_e.mobile}}},{test(t){return t.getOSName(!0)==="macos"},describe(){return{type:_e.desktop,vendor:"Apple"}}},{test(t){return t.getOSName(!0)==="windows"},describe(){return{type:_e.desktop}}},{test(t){return t.getOSName(!0)==="linux"},describe(){return{type:_e.desktop}}},{test(t){return t.getOSName(!0)==="playstation 4"},describe(){return{type:_e.tv}}},{test(t){return t.getOSName(!0)==="roku"},describe(){return{type:_e.tv}}}],lp=[{test(t){return t.getBrowserName(!0)==="microsoft edge"},describe(t){if(/\sedg\//i.test(t))return{name:Bt.Blink};let e=y.getFirstMatch(/edge\/(\d+(\.?_?\d+)+)/i,t);return{name:Bt.EdgeHTML,version:e}}},{test:[/trident/i],describe(t){let e={name:Bt.Trident},r=y.getFirstMatch(/trident\/(\d+(\.?_?\d+)+)/i,t);return r&&(e.version=r),e}},{test(t){return t.test(/presto/i)},describe(t){let e={name:Bt.Presto},r=y.getFirstMatch(/presto\/(\d+(\.?_?\d+)+)/i,t);return r&&(e.version=r),e}},{test(t){let e=t.test(/gecko/i),r=t.test(/like gecko/i);return e&&!r},describe(t){let e={name:Bt.Gecko},r=y.getFirstMatch(/gecko\/(\d+(\.?_?\d+)+)/i,t);return r&&(e.version=r),e}},{test:[/(apple)?webkit\/537\.36/i],describe(){return{name:Bt.Blink}}},{test:[/(apple)?webkit/i],describe(t){let e={name:Bt.WebKit},r=y.getFirstMatch(/webkit\/(\d+(\.?_?\d+)+)/i,t);return r&&(e.version=r),e}}],up=class{constructor(t,e=!1){if(t==null||t==="")throw new Error("UserAgent parameter can't be empty");this._ua=t,this.parsedResult={},e!==!0&&this.parse()}getUA(){return this._ua}test(t){return t.test(this._ua)}parseBrowser(){this.parsedResult.browser={};let t=y.find(ip,e=>{if(typeof e.test=="function")return e.test(this);if(e.test instanceof Array)return e.test.some(r=>this.test(r));throw new Error("Browser's test function is not valid")});return t&&(this.parsedResult.browser=t.describe(this.getUA())),this.parsedResult.browser}getBrowser(){return this.parsedResult.browser?this.parsedResult.browser:this.parseBrowser()}getBrowserName(t){return t?String(this.getBrowser().name).toLowerCase()||"":this.getBrowser().name||""}getBrowserVersion(){return this.getBrowser().version}getOS(){return this.parsedResult.os?this.parsedResult.os:this.parseOS()}parseOS(){this.parsedResult.os={};let t=y.find(op,e=>{if(typeof e.test=="function")return e.test(this);if(e.test instanceof Array)return e.test.some(r=>this.test(r));throw new Error("Browser's test function is not valid")});return t&&(this.parsedResult.os=t.describe(this.getUA())),this.parsedResult.os}getOSName(t){let{name:e}=this.getOS();return t?String(e).toLowerCase()||"":e||""}getOSVersion(){return this.getOS().version}getPlatform(){return this.parsedResult.platform?this.parsedResult.platform:this.parsePlatform()}getPlatformType(t=!1){let{type:e}=this.getPlatform();return t?String(e).toLowerCase()||"":e||""}parsePlatform(){this.parsedResult.platform={};let t=y.find(sp,e=>{if(typeof e.test=="function")return e.test(this);if(e.test instanceof Array)return e.test.some(r=>this.test(r));throw new Error("Browser's test function is not valid")});return t&&(this.parsedResult.platform=t.describe(this.getUA())),this.parsedResult.platform}getEngine(){return this.parsedResult.engine?this.parsedResult.engine:this.parseEngine()}getEngineName(t){return t?String(this.getEngine().name).toLowerCase()||"":this.getEngine().name||""}parseEngine(){this.parsedResult.engine={};let t=y.find(lp,e=>{if(typeof e.test=="function")return e.test(this);if(e.test instanceof Array)return e.test.some(r=>this.test(r));throw new Error("Browser's test function is not valid")});return t&&(this.parsedResult.engine=t.describe(this.getUA())),this.parsedResult.engine}parse(){return this.parseBrowser(),this.parseOS(),this.parsePlatform(),this.parseEngine(),this}getResult(){return y.assign({},this.parsedResult)}satisfies(t){let e={},r=0,a={},n=0;if(Object.keys(t).forEach(i=>{let o=t[i];typeof o=="string"?(a[i]=o,n+=1):typeof o=="object"&&(e[i]=o,r+=1)}),r>0){let i=Object.keys(e),o=y.find(i,s=>this.isOS(s));if(o){let s=this.satisfies(e[o]);if(s!==void 0)return s}let l=y.find(i,s=>this.isPlatform(s));if(l){let s=this.satisfies(e[l]);if(s!==void 0)return s}}if(n>0){let i=Object.keys(a),o=y.find(i,l=>this.isBrowser(l,!0));if(o!==void 0)return this.compareVersion(a[o])}}isBrowser(t,e=!1){let r=this.getBrowserName().toLowerCase(),a=t.toLowerCase(),n=y.getBrowserTypeByAlias(a);return e&&n&&(a=n.toLowerCase()),a===r}compareVersion(t){let e=[0],r=t,a=!1,n=this.getBrowserVersion();if(typeof n=="string")return t[0]===">"||t[0]==="<"?(r=t.substr(1),t[1]==="="?(a=!0,r=t.substr(2)):e=[],t[0]===">"?e.push(1):e.push(-1)):t[0]==="="?r=t.substr(1):t[0]==="~"&&(a=!0,r=t.substr(1)),e.indexOf(y.compareVersions(n,r,a))>-1}isOS(t){return this.getOSName(!0)===String(t).toLowerCase()}isPlatform(t){return this.getPlatformType(!0)===String(t).toLowerCase()}isEngine(t){return this.getEngineName(!0)===String(t).toLowerCase()}is(t,e=!1){return this.isBrowser(t,e)||this.isOS(t)||this.isPlatform(t)}some(t=[]){return t.some(e=>this.is(e))}},Ko=up,cp=class{static getParser(t,e=!1){if(typeof t!="string")throw new Error("UserAgent should be a string");return new Ko(t,e)}static parse(t){return new Ko(t).getResult()}static get BROWSER_MAP(){return Wo}static get ENGINE_MAP(){return Bt}static get OS_MAP(){return Ke}static get PLATFORMS_MAP(){return _e}},ya=cp;var{entries:Zo,setPrototypeOf:Ho,isFrozen:dp,getPrototypeOf:pp,getOwnPropertyDescriptor:mp}=Object,{freeze:We,seal:nt,create:gp}=Object,{apply:Mn,construct:Rn}=typeof Reflect<"u"&&Reflect;Mn||(Mn=function(t,e,r){return t.apply(e,r)});We||(We=function(t){return t});nt||(nt=function(t){return t});Rn||(Rn=function(t,e){return new t(...e)});var hp=Ze(Array.prototype.forEach),Go=Ze(Array.prototype.pop),Or=Ze(Array.prototype.push),xa=Ze(String.prototype.toLowerCase),In=Ze(String.prototype.toString),fp=Ze(String.prototype.match),at=Ze(String.prototype.replace),bp=Ze(String.prototype.indexOf),Tp=Ze(String.prototype.trim),Qe=Ze(RegExp.prototype.test),Mr=vp(TypeError);function Ze(t){return function(e){for(var r=arguments.length,a=new Array(r>1?r-1:0),n=1;n/gm),Ap=nt(/\${[\w\W]*}/gm),Dp=nt(/^data-[\-\w.\u00B7-\uFFFF]/),kp=nt(/^aria-[\-\w]+$/),Jo=nt(/^(?:(?:(?:f|ht)tps?|mailto|tel|callto|sms|cid|xmpp):|[^a-z]|[a-z+.\-]+(?:[^a-z+.\-:]|$))/i),Ep=nt(/^(?:\w+script|data):/i),Cp=nt(/[\u0000-\u0020\u00A0\u1680\u180E\u2000-\u2029\u205F\u3000]/g),es=nt(/^html$/i),Xo=Object.freeze({__proto__:null,MUSTACHE_EXPR:wp,ERB_EXPR:xp,TMPLIT_EXPR:Ap,DATA_ATTR:Dp,ARIA_ATTR:kp,IS_ALLOWED_URI:Jo,IS_SCRIPT_OR_DATA:Ep,ATTR_WHITESPACE:Cp,DOCTYPE_NAME:es}),_p=()=>typeof window>"u"?null:window,Pp=function(t,e){if(typeof t!="object"||typeof t.createPolicy!="function")return null;let r=null,a="data-tt-policy-suffix";e&&e.hasAttribute(a)&&(r=e.getAttribute(a));let n="dompurify"+(r?"#"+r:"");try{return t.createPolicy(n,{createHTML(i){return i},createScriptURL(i){return i}})}catch{return null}};function ts(){let t=arguments.length>0&&arguments[0]!==void 0?arguments[0]:_p(),e=p=>ts(p);if(e.version="3.0.3",e.removed=[],!t||!t.document||t.document.nodeType!==9)return e.isSupported=!1,e;let r=t.document,a=r.currentScript,{document:n}=t,{DocumentFragment:i,HTMLTemplateElement:o,Node:l,Element:s,NodeFilter:u,NamedNodeMap:c=t.NamedNodeMap||t.MozNamedAttrMap,HTMLFormElement:d,DOMParser:h,trustedTypes:b}=t,E=s.prototype,ne=Sa(E,"cloneNode"),V=Sa(E,"nextSibling"),f=Sa(E,"childNodes"),me=Sa(E,"parentNode");if(typeof o=="function"){let p=n.createElement("template");p.content&&p.content.ownerDocument&&(n=p.content.ownerDocument)}let z,J="",{implementation:ue,createNodeIterator:C,createDocumentFragment:g,getElementsByTagName:S}=n,{importNode:w}=r,L={};e.isSupported=typeof Zo=="function"&&typeof me=="function"&&ue&&ue.createHTMLDocument!==void 0;let{MUSTACHE_EXPR:G,ERB_EXPR:D,TMPLIT_EXPR:F,DATA_ATTR:K,ARIA_ATTR:O,IS_SCRIPT_OR_DATA:ge,ATTR_WHITESPACE:we}=Xo,{IS_ALLOWED_URI:I}=Xo,k=null,ye=ae({},[...Vo,...Bn,...Fn,...zn,...$o]),ie=null,v=ae({},[...Qo,...On,...Yo,...wa]),x=Object.seal(Object.create(null,{tagNameCheck:{writable:!0,configurable:!1,enumerable:!0,value:null},attributeNameCheck:{writable:!0,configurable:!1,enumerable:!0,value:null},allowCustomizedBuiltInElements:{writable:!0,configurable:!1,enumerable:!0,value:!1}})),P=null,re=null,H=!0,ce=!0,he=!1,$=!0,M=!1,U=!1,ee=!1,oe=!1,B=!1,Q=!1,ve=!1,se=!0,j=!1,xe="user-content-",Pe=!0,ke=!1,Ce={},qe=null,Ye=ae({},["annotation-xml","audio","colgroup","desc","foreignobject","head","iframe","math","mi","mn","mo","ms","mtext","noembed","noframes","noscript","plaintext","script","style","svg","template","thead","title","video","xmp"]),Pr=null,ct=ae({},["audio","video","img","source","image","track"]),Qt=null,cr=ae({},["alt","class","for","id","label","name","pattern","placeholder","role","summary","title","value","style","xmlns"]),Fe="http://www.w3.org/1998/Math/MathML",tt="http://www.w3.org/2000/svg",ze="http://www.w3.org/1999/xhtml",Ve=ze,bt=!1,Tt=null,Yt=ae({},[Fe,tt,ze],In),Ue,vt=["application/xhtml+xml","text/html"],Ae="text/html",de,$e=null,ac=n.createElement("form"),ao=function(p){return p instanceof RegExp||p instanceof Function},pn=function(p){if(!($e&&$e===p)){if((!p||typeof p!="object")&&(p={}),p=gr(p),Ue=vt.indexOf(p.PARSER_MEDIA_TYPE)===-1?Ue=Ae:Ue=p.PARSER_MEDIA_TYPE,de=Ue==="application/xhtml+xml"?In:xa,k="ALLOWED_TAGS"in p?ae({},p.ALLOWED_TAGS,de):ye,ie="ALLOWED_ATTR"in p?ae({},p.ALLOWED_ATTR,de):v,Tt="ALLOWED_NAMESPACES"in p?ae({},p.ALLOWED_NAMESPACES,In):Yt,Qt="ADD_URI_SAFE_ATTR"in p?ae(gr(cr),p.ADD_URI_SAFE_ATTR,de):cr,Pr="ADD_DATA_URI_TAGS"in p?ae(gr(ct),p.ADD_DATA_URI_TAGS,de):ct,qe="FORBID_CONTENTS"in p?ae({},p.FORBID_CONTENTS,de):Ye,P="FORBID_TAGS"in p?ae({},p.FORBID_TAGS,de):{},re="FORBID_ATTR"in p?ae({},p.FORBID_ATTR,de):{},Ce="USE_PROFILES"in p?p.USE_PROFILES:!1,H=p.ALLOW_ARIA_ATTR!==!1,ce=p.ALLOW_DATA_ATTR!==!1,he=p.ALLOW_UNKNOWN_PROTOCOLS||!1,$=p.ALLOW_SELF_CLOSE_IN_ATTR!==!1,M=p.SAFE_FOR_TEMPLATES||!1,U=p.WHOLE_DOCUMENT||!1,B=p.RETURN_DOM||!1,Q=p.RETURN_DOM_FRAGMENT||!1,ve=p.RETURN_TRUSTED_TYPE||!1,oe=p.FORCE_BODY||!1,se=p.SANITIZE_DOM!==!1,j=p.SANITIZE_NAMED_PROPS||!1,Pe=p.KEEP_CONTENT!==!1,ke=p.IN_PLACE||!1,I=p.ALLOWED_URI_REGEXP||Jo,Ve=p.NAMESPACE||ze,x=p.CUSTOM_ELEMENT_HANDLING||{},p.CUSTOM_ELEMENT_HANDLING&&ao(p.CUSTOM_ELEMENT_HANDLING.tagNameCheck)&&(x.tagNameCheck=p.CUSTOM_ELEMENT_HANDLING.tagNameCheck),p.CUSTOM_ELEMENT_HANDLING&&ao(p.CUSTOM_ELEMENT_HANDLING.attributeNameCheck)&&(x.attributeNameCheck=p.CUSTOM_ELEMENT_HANDLING.attributeNameCheck),p.CUSTOM_ELEMENT_HANDLING&&typeof p.CUSTOM_ELEMENT_HANDLING.allowCustomizedBuiltInElements=="boolean"&&(x.allowCustomizedBuiltInElements=p.CUSTOM_ELEMENT_HANDLING.allowCustomizedBuiltInElements),M&&(ce=!1),Q&&(B=!0),Ce&&(k=ae({},[...$o]),ie=[],Ce.html===!0&&(ae(k,Vo),ae(ie,Qo)),Ce.svg===!0&&(ae(k,Bn),ae(ie,On),ae(ie,wa)),Ce.svgFilters===!0&&(ae(k,Fn),ae(ie,On),ae(ie,wa)),Ce.mathMl===!0&&(ae(k,zn),ae(ie,Yo),ae(ie,wa))),p.ADD_TAGS&&(k===ye&&(k=gr(k)),ae(k,p.ADD_TAGS,de)),p.ADD_ATTR&&(ie===v&&(ie=gr(ie)),ae(ie,p.ADD_ATTR,de)),p.ADD_URI_SAFE_ATTR&&ae(Qt,p.ADD_URI_SAFE_ATTR,de),p.FORBID_CONTENTS&&(qe===Ye&&(qe=gr(qe)),ae(qe,p.FORBID_CONTENTS,de)),Pe&&(k["#text"]=!0),U&&ae(k,["html","head","body"]),k.table&&(ae(k,["tbody"]),delete P.tbody),p.TRUSTED_TYPES_POLICY){if(typeof p.TRUSTED_TYPES_POLICY.createHTML!="function")throw Mr('TRUSTED_TYPES_POLICY configuration option must provide a "createHTML" hook.');if(typeof p.TRUSTED_TYPES_POLICY.createScriptURL!="function")throw Mr('TRUSTED_TYPES_POLICY configuration option must provide a "createScriptURL" hook.');z=p.TRUSTED_TYPES_POLICY,J=z.createHTML("")}else z===void 0&&(z=Pp(b,a)),z!==null&&typeof J=="string"&&(J=z.createHTML(""));We&&We(p),$e=p}},no=ae({},["mi","mo","mn","ms","mtext"]),io=ae({},["foreignobject","desc","title","annotation-xml"]),nc=ae({},["title","style","font","a","script"]),da=ae({},Bn);ae(da,Fn),ae(da,yp);let mn=ae({},zn);ae(mn,Sp);let ic=function(p){let _=me(p);(!_||!_.tagName)&&(_={namespaceURI:Ve,tagName:"template"});let A=xa(p.tagName),le=xa(_.tagName);return Tt[p.namespaceURI]?p.namespaceURI===tt?_.namespaceURI===ze?A==="svg":_.namespaceURI===Fe?A==="svg"&&(le==="annotation-xml"||no[le]):!!da[A]:p.namespaceURI===Fe?_.namespaceURI===ze?A==="math":_.namespaceURI===tt?A==="math"&&io[le]:!!mn[A]:p.namespaceURI===ze?_.namespaceURI===tt&&!io[le]||_.namespaceURI===Fe&&!no[le]?!1:!mn[A]&&(nc[A]||!da[A]):!!(Ue==="application/xhtml+xml"&&Tt[p.namespaceURI]):!1},dr=function(p){Or(e.removed,{element:p});try{p.parentNode.removeChild(p)}catch{p.remove()}},gn=function(p,_){try{Or(e.removed,{attribute:_.getAttributeNode(p),from:_})}catch{Or(e.removed,{attribute:null,from:_})}if(_.removeAttribute(p),p==="is"&&!ie[p])if(B||Q)try{dr(_)}catch{}else try{_.setAttribute(p,"")}catch{}},oo=function(p){let _,A;if(oe)p=""+p;else{let je=fp(p,/^[\r\n\t ]+/);A=je&&je[0]}Ue==="application/xhtml+xml"&&Ve===ze&&(p=''+p+"");let le=z?z.createHTML(p):p;if(Ve===ze)try{_=new h().parseFromString(le,Ue)}catch{}if(!_||!_.documentElement){_=ue.createDocument(Ve,"template",null);try{_.documentElement.innerHTML=bt?J:le}catch{}}let Le=_.body||_.documentElement;return p&&A&&Le.insertBefore(n.createTextNode(A),Le.childNodes[0]||null),Ve===ze?S.call(_,U?"html":"body")[0]:U?_.documentElement:Le},so=function(p){return C.call(p.ownerDocument||p,p,u.SHOW_ELEMENT|u.SHOW_COMMENT|u.SHOW_TEXT,null,!1)},oc=function(p){return p instanceof d&&(typeof p.nodeName!="string"||typeof p.textContent!="string"||typeof p.removeChild!="function"||!(p.attributes instanceof c)||typeof p.removeAttribute!="function"||typeof p.setAttribute!="function"||typeof p.namespaceURI!="string"||typeof p.insertBefore!="function"||typeof p.hasChildNodes!="function")},pa=function(p){return typeof l=="object"?p instanceof l:p&&typeof p=="object"&&typeof p.nodeType=="number"&&typeof p.nodeName=="string"},yt=function(p,_,A){L[p]&&hp(L[p],le=>{le.call(e,_,A,$e)})},lo=function(p){let _;if(yt("beforeSanitizeElements",p,null),oc(p))return dr(p),!0;let A=de(p.nodeName);if(yt("uponSanitizeElement",p,{tagName:A,allowedTags:k}),p.hasChildNodes()&&!pa(p.firstElementChild)&&(!pa(p.content)||!pa(p.content.firstElementChild))&&Qe(/<[/\w]/g,p.innerHTML)&&Qe(/<[/\w]/g,p.textContent))return dr(p),!0;if(!k[A]||P[A]){if(!P[A]&&co(A)&&(x.tagNameCheck instanceof RegExp&&Qe(x.tagNameCheck,A)||x.tagNameCheck instanceof Function&&x.tagNameCheck(A)))return!1;if(Pe&&!qe[A]){let le=me(p)||p.parentNode,Le=f(p)||p.childNodes;if(Le&&le){let je=Le.length;for(let He=je-1;He>=0;--He)le.insertBefore(ne(Le[He],!0),V(p))}}return dr(p),!0}return p instanceof s&&!ic(p)||(A==="noscript"||A==="noembed")&&Qe(/<\/no(script|embed)/i,p.innerHTML)?(dr(p),!0):(M&&p.nodeType===3&&(_=p.textContent,_=at(_,G," "),_=at(_,D," "),_=at(_,F," "),p.textContent!==_&&(Or(e.removed,{element:p.cloneNode()}),p.textContent=_)),yt("afterSanitizeElements",p,null),!1)},uo=function(p,_,A){if(se&&(_==="id"||_==="name")&&(A in n||A in ac))return!1;if(!(ce&&!re[_]&&Qe(K,_))&&!(H&&Qe(O,_))){if(!ie[_]||re[_]){if(!(co(p)&&(x.tagNameCheck instanceof RegExp&&Qe(x.tagNameCheck,p)||x.tagNameCheck instanceof Function&&x.tagNameCheck(p))&&(x.attributeNameCheck instanceof RegExp&&Qe(x.attributeNameCheck,_)||x.attributeNameCheck instanceof Function&&x.attributeNameCheck(_))||_==="is"&&x.allowCustomizedBuiltInElements&&(x.tagNameCheck instanceof RegExp&&Qe(x.tagNameCheck,A)||x.tagNameCheck instanceof Function&&x.tagNameCheck(A))))return!1}else if(!Qt[_]&&!Qe(I,at(A,we,""))&&!((_==="src"||_==="xlink:href"||_==="href")&&p!=="script"&&bp(A,"data:")===0&&Pr[p])&&!(he&&!Qe(ge,at(A,we,"")))&&A)return!1}return!0},co=function(p){return p.indexOf("-")>0},po=function(p){let _,A,le,Le;yt("beforeSanitizeAttributes",p,null);let{attributes:je}=p;if(!je)return;let He={attrName:"",attrValue:"",keepAttr:!0,allowedAttributes:ie};for(Le=je.length;Le--;){_=je[Le];let{name:Ie,namespaceURI:pr}=_;if(A=Ie==="value"?_.value:Tp(_.value),le=de(Ie),He.attrName=le,He.attrValue=A,He.keepAttr=!0,He.forceKeepAttr=void 0,yt("uponSanitizeAttribute",p,He),A=He.attrValue,He.forceKeepAttr||(gn(Ie,p),!He.keepAttr))continue;if(!$&&Qe(/\/>/i,A)){gn(Ie,p);continue}M&&(A=at(A,G," "),A=at(A,D," "),A=at(A,F," "));let mo=de(p.nodeName);if(uo(mo,le,A)){if(j&&(le==="id"||le==="name")&&(gn(Ie,p),A=xe+A),z&&typeof b=="object"&&typeof b.getAttributeType=="function"&&!pr)switch(b.getAttributeType(mo,le)){case"TrustedHTML":{A=z.createHTML(A);break}case"TrustedScriptURL":{A=z.createScriptURL(A);break}}try{pr?p.setAttributeNS(pr,Ie,A):p.setAttribute(Ie,A),Go(e.removed)}catch{}}}yt("afterSanitizeAttributes",p,null)},sc=function p(_){let A,le=so(_);for(yt("beforeSanitizeShadowDOM",_,null);A=le.nextNode();)yt("uponSanitizeShadowNode",A,null),!lo(A)&&(A.content instanceof i&&p(A.content),po(A));yt("afterSanitizeShadowDOM",_,null)};return e.sanitize=function(p){let _=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{},A,le,Le,je;if(bt=!p,bt&&(p=""),typeof p!="string"&&!pa(p))if(typeof p.toString=="function"){if(p=p.toString(),typeof p!="string")throw Mr("dirty is not a string, aborting")}else throw Mr("toString is not a function");if(!e.isSupported)return p;if(ee||pn(_),e.removed=[],typeof p=="string"&&(ke=!1),ke){if(p.nodeName){let pr=de(p.nodeName);if(!k[pr]||P[pr])throw Mr("root node is forbidden and cannot be sanitized in-place")}}else if(p instanceof l)A=oo(""),le=A.ownerDocument.importNode(p,!0),le.nodeType===1&&le.nodeName==="BODY"||le.nodeName==="HTML"?A=le:A.appendChild(le);else{if(!B&&!M&&!U&&p.indexOf("<")===-1)return z&&ve?z.createHTML(p):p;if(A=oo(p),!A)return B?null:ve?J:""}A&&oe&&dr(A.firstChild);let He=so(ke?p:A);for(;Le=He.nextNode();)lo(Le)||(Le.content instanceof i&&sc(Le.content),po(Le));if(ke)return p;if(B){if(Q)for(je=g.call(A.ownerDocument);A.firstChild;)je.appendChild(A.firstChild);else je=A;return(ie.shadowroot||ie.shadowrootmod)&&(je=w.call(r,je,!0)),je}let Ie=U?A.outerHTML:A.innerHTML;return U&&k["!doctype"]&&A.ownerDocument&&A.ownerDocument.doctype&&A.ownerDocument.doctype.name&&Qe(es,A.ownerDocument.doctype.name)&&(Ie=" -`+Ie),M&&(Ie=at(Ie,G," "),Ie=at(Ie,D," "),Ie=at(Ie,F," ")),z&&ve?z.createHTML(Ie):Ie},e.setConfig=function(p){pn(p),ee=!0},e.clearConfig=function(){$e=null,ee=!1},e.isValidAttribute=function(p,_,A){$e||pn({});let le=de(p),Le=de(_);return uo(le,Le,A)},e.addHook=function(p,_){typeof _=="function"&&(L[p]=L[p]||[],Or(L[p],_))},e.removeHook=function(p){if(L[p])return Go(L[p])},e.removeHooks=function(p){L[p]&&(L[p]=[])},e.removeAllHooks=function(){L={}},e}var rs=ts();var Lp=Object.create,qn=Object.defineProperty,Ip=Object.getOwnPropertyDescriptor,Bp=Object.getOwnPropertyNames,Fp=Object.getPrototypeOf,zp=Object.prototype.hasOwnProperty,Un=(t,e)=>()=>(e||t((e={exports:{}}).exports,e),e.exports),Op=(t,e)=>{for(var r in e)qn(t,r,{get:e[r],enumerable:!0})},Nn=(t,e,r,a)=>{if(e&&typeof e=="object"||typeof e=="function")for(let n of Bp(e))!zp.call(t,n)&&n!==r&&qn(t,n,{get:()=>e[n],enumerable:!(a=Ip(e,n))||a.enumerable});return t},Mp=(t,e,r)=>(Nn(t,e,"default"),r&&Nn(r,e,"default")),ns=(t,e,r)=>(r=t!=null?Lp(Fp(t)):{},Nn(e||!t||!t.__esModule?qn(r,"default",{value:t,enumerable:!0}):r,t)),Rp=Un((t,e)=>{function r(a,n){if(n&&n.documentElement)a=n,n=arguments[2];else if(!a||!a.documentElement)throw new Error("First argument to Readability constructor should be a document object.");if(n=n||{},this._doc=a,this._docJSDOMParser=this._doc.firstChild.__JSDOMParser__,this._articleTitle=null,this._articleByline=null,this._articleDir=null,this._articleSiteName=null,this._attempts=[],this._debug=!!n.debug,this._maxElemsToParse=n.maxElemsToParse||this.DEFAULT_MAX_ELEMS_TO_PARSE,this._nbTopCandidates=n.nbTopCandidates||this.DEFAULT_N_TOP_CANDIDATES,this._charThreshold=n.charThreshold||this.DEFAULT_CHAR_THRESHOLD,this._classesToPreserve=this.CLASSES_TO_PRESERVE.concat(n.classesToPreserve||[]),this._keepClasses=!!n.keepClasses,this._serializer=n.serializer||function(i){return i.innerHTML},this._disableJSONLD=!!n.disableJSONLD,this._allowedVideoRegex=n.allowedVideoRegex||this.REGEXPS.videos,this._flags=this.FLAG_STRIP_UNLIKELYS|this.FLAG_WEIGHT_CLASSES|this.FLAG_CLEAN_CONDITIONALLY,this._debug){let i=function(o){if(o.nodeType==o.TEXT_NODE)return`${o.nodeName} ("${o.textContent}")`;let l=Array.from(o.attributes||[],function(s){return`${s.name}="${s.value}"`}).join(" ");return`<${o.localName} ${l}>`};this.log=function(){if(typeof console<"u")Array.from(arguments,s=>s&&s.nodeType==this.ELEMENT_NODE?i(s):s).unshift("Reader: (Readability)");else if(typeof dump<"u"){var o=Array.prototype.map.call(arguments,function(l){return l&&l.nodeName?i(l):l}).join(" ");dump("Reader: (Readability) "+o+` -`)}}}else this.log=function(){}}r.prototype={FLAG_STRIP_UNLIKELYS:1,FLAG_WEIGHT_CLASSES:2,FLAG_CLEAN_CONDITIONALLY:4,ELEMENT_NODE:1,TEXT_NODE:3,DEFAULT_MAX_ELEMS_TO_PARSE:0,DEFAULT_N_TOP_CANDIDATES:5,DEFAULT_TAGS_TO_SCORE:"section,h2,h3,h4,h5,h6,p,td,pre".toUpperCase().split(","),DEFAULT_CHAR_THRESHOLD:500,REGEXPS:{unlikelyCandidates:/-ad-|ai2html|banner|breadcrumbs|combx|comment|community|cover-wrap|disqus|extra|footer|gdpr|header|legends|menu|related|remark|replies|rss|shoutbox|sidebar|skyscraper|social|sponsor|supplemental|ad-break|agegate|pagination|pager|popup|yom-remote/i,okMaybeItsACandidate:/and|article|body|column|content|main|shadow/i,positive:/article|body|content|entry|hentry|h-entry|main|page|pagination|post|text|blog|story/i,negative:/-ad-|hidden|^hid$| hid$| hid |^hid |banner|combx|comment|com-|contact|foot|footer|footnote|gdpr|masthead|media|meta|outbrain|promo|related|scroll|share|shoutbox|sidebar|skyscraper|sponsor|shopping|tags|tool|widget/i,extraneous:/print|archive|comment|discuss|e[\-]?mail|share|reply|all|login|sign|single|utility/i,byline:/byline|author|dateline|writtenby|p-author/i,replaceFonts:/<(\/?)font[^>]*>/gi,normalize:/\s{2,}/g,videos:/\/\/(www\.)?((dailymotion|youtube|youtube-nocookie|player\.vimeo|v\.qq)\.com|(archive|upload\.wikimedia)\.org|player\.twitch\.tv)/i,shareElements:/(\b|_)(share|sharedaddy)(\b|_)/i,nextLink:/(next|weiter|continue|>([^\|]|$)|»([^\|]|$))/i,prevLink:/(prev|earl|old|new|<|«)/i,tokenize:/\W+/g,whitespace:/^\s*$/,hasContent:/\S$/,hashUrl:/^#.+/,srcsetUrl:/(\S+)(\s+[\d.]+[xw])?(\s*(?:,|$))/g,b64DataUrl:/^data:\s*([^\s;,]+)\s*;\s*base64\s*,/i,jsonLdArticleTypes:/^Article|AdvertiserContentArticle|NewsArticle|AnalysisNewsArticle|AskPublicNewsArticle|BackgroundNewsArticle|OpinionNewsArticle|ReportageNewsArticle|ReviewNewsArticle|Report|SatiricalArticle|ScholarlyArticle|MedicalScholarlyArticle|SocialMediaPosting|BlogPosting|LiveBlogPosting|DiscussionForumPosting|TechArticle|APIReference$/},UNLIKELY_ROLES:["menu","menubar","complementary","navigation","alert","alertdialog","dialog"],DIV_TO_P_ELEMS:new Set(["BLOCKQUOTE","DL","DIV","IMG","OL","P","PRE","TABLE","UL"]),ALTER_TO_DIV_EXCEPTIONS:["DIV","ARTICLE","SECTION","P"],PRESENTATIONAL_ATTRIBUTES:["align","background","bgcolor","border","cellpadding","cellspacing","frame","hspace","rules","style","valign","vspace"],DEPRECATED_SIZE_ATTRIBUTE_ELEMS:["TABLE","TH","TD","HR","PRE"],PHRASING_ELEMS:["ABBR","AUDIO","B","BDO","BR","BUTTON","CITE","CODE","DATA","DATALIST","DFN","EM","EMBED","I","IMG","INPUT","KBD","LABEL","MARK","MATH","METER","NOSCRIPT","OBJECT","OUTPUT","PROGRESS","Q","RUBY","SAMP","SCRIPT","SELECT","SMALL","SPAN","STRONG","SUB","SUP","TEXTAREA","TIME","VAR","WBR"],CLASSES_TO_PRESERVE:["page"],HTML_ESCAPE_MAP:{lt:"<",gt:">",amp:"&",quot:'"',apos:"'"},_postProcessContent:function(a){this._fixRelativeUris(a),this._simplifyNestedElements(a),this._keepClasses||this._cleanClasses(a)},_removeNodes:function(a,n){if(this._docJSDOMParser&&a._isLiveNodeList)throw new Error("Do not pass live node lists to _removeNodes");for(var i=a.length-1;i>=0;i--){var o=a[i],l=o.parentNode;l&&(!n||n.call(this,o,i,a))&&l.removeChild(o)}},_replaceNodeTags:function(a,n){if(this._docJSDOMParser&&a._isLiveNodeList)throw new Error("Do not pass live node lists to _replaceNodeTags");for(let i of a)this._setNodeTag(i,n)},_forEachNode:function(a,n){Array.prototype.forEach.call(a,n,this)},_findNode:function(a,n){return Array.prototype.find.call(a,n,this)},_someNode:function(a,n){return Array.prototype.some.call(a,n,this)},_everyNode:function(a,n){return Array.prototype.every.call(a,n,this)},_concatNodeLists:function(){var a=Array.prototype.slice,n=a.call(arguments),i=n.map(function(o){return a.call(o)});return Array.prototype.concat.apply([],i)},_getAllNodesWithTag:function(a,n){return a.querySelectorAll?a.querySelectorAll(n.join(",")):[].concat.apply([],n.map(function(i){var o=a.getElementsByTagName(i);return Array.isArray(o)?o:Array.from(o)}))},_cleanClasses:function(a){var n=this._classesToPreserve,i=(a.getAttribute("class")||"").split(/\s+/).filter(function(o){return n.indexOf(o)!=-1}).join(" ");for(i?a.setAttribute("class",i):a.removeAttribute("class"),a=a.firstElementChild;a;a=a.nextElementSibling)this._cleanClasses(a)},_fixRelativeUris:function(a){var n=this._doc.baseURI,i=this._doc.documentURI;function o(u){if(n==i&&u.charAt(0)=="#")return u;try{return new URL(u,n).href}catch{}return u}var l=this._getAllNodesWithTag(a,["a"]);this._forEachNode(l,function(u){var c=u.getAttribute("href");if(c)if(c.indexOf("javascript:")===0)if(u.childNodes.length===1&&u.childNodes[0].nodeType===this.TEXT_NODE){var d=this._doc.createTextNode(u.textContent);u.parentNode.replaceChild(d,u)}else{for(var h=this._doc.createElement("span");u.firstChild;)h.appendChild(u.firstChild);u.parentNode.replaceChild(h,u)}else u.setAttribute("href",o(c))});var s=this._getAllNodesWithTag(a,["img","picture","figure","video","audio","source"]);this._forEachNode(s,function(u){var c=u.getAttribute("src"),d=u.getAttribute("poster"),h=u.getAttribute("srcset");if(c&&u.setAttribute("src",o(c)),d&&u.setAttribute("poster",o(d)),h){var b=h.replace(this.REGEXPS.srcsetUrl,function(E,ne,V,f){return o(ne)+(V||"")+f});u.setAttribute("srcset",b)}})},_simplifyNestedElements:function(a){for(var n=a;n;){if(n.parentNode&&["DIV","SECTION"].includes(n.tagName)&&!(n.id&&n.id.startsWith("readability"))){if(this._isElementWithoutContent(n)){n=this._removeAndGetNext(n);continue}else if(this._hasSingleTagInsideElement(n,"DIV")||this._hasSingleTagInsideElement(n,"SECTION")){for(var i=n.children[0],o=0;o»] /.test(n))o=/ [\\\/>»] /.test(n),n=i.replace(/(.*)[\|\-\\\/>»] .*/gi,"$1"),l(n)<3&&(n=i.replace(/[^\|\-\\\/>»]*[\|\-\\\/>»](.*)/gi,"$1"));else if(n.indexOf(": ")!==-1){var s=this._concatNodeLists(a.getElementsByTagName("h1"),a.getElementsByTagName("h2")),u=n.trim(),c=this._someNode(s,function(b){return b.textContent.trim()===u});c||(n=i.substring(i.lastIndexOf(":")+1),l(n)<3?n=i.substring(i.indexOf(":")+1):l(i.substr(0,i.indexOf(":")))>5&&(n=i))}else if(n.length>150||n.length<15){var d=a.getElementsByTagName("h1");d.length===1&&(n=this._getInnerText(d[0]))}n=n.trim().replace(this.REGEXPS.normalize," ");var h=l(n);return h<=4&&(!o||h!=l(i.replace(/[\|\-\\\/>»]+/g,""))-1)&&(n=i),n},_prepDocument:function(){var a=this._doc;this._removeNodes(this._getAllNodesWithTag(a,["style"])),a.body&&this._replaceBrs(a.body),this._replaceNodeTags(this._getAllNodesWithTag(a,["font"]),"SPAN")},_nextNode:function(a){for(var n=a;n&&n.nodeType!=this.ELEMENT_NODE&&this.REGEXPS.whitespace.test(n.textContent);)n=n.nextSibling;return n},_replaceBrs:function(a){this._forEachNode(this._getAllNodesWithTag(a,["br"]),function(n){for(var i=n.nextSibling,o=!1;(i=this._nextNode(i))&&i.tagName=="BR";){o=!0;var l=i.nextSibling;i.parentNode.removeChild(i),i=l}if(o){var s=this._doc.createElement("p");for(n.parentNode.replaceChild(s,n),i=s.nextSibling;i;){if(i.tagName=="BR"){var u=this._nextNode(i.nextSibling);if(u&&u.tagName=="BR")break}if(!this._isPhrasingContent(i))break;var c=i.nextSibling;s.appendChild(i),i=c}for(;s.lastChild&&this._isWhitespace(s.lastChild);)s.removeChild(s.lastChild);s.parentNode.tagName==="P"&&this._setNodeTag(s.parentNode,"DIV")}})},_setNodeTag:function(a,n){if(this.log("_setNodeTag",a,n),this._docJSDOMParser)return a.localName=n.toLowerCase(),a.tagName=n.toUpperCase(),a;for(var i=a.ownerDocument.createElement(n);a.firstChild;)i.appendChild(a.firstChild);a.parentNode.replaceChild(i,a),a.readability&&(i.readability=a.readability);for(var o=0;o!i.includes(u)),s=l.join(" ").length/o.join(" ").length;return 1-s},_checkByline:function(a,n){if(this._articleByline)return!1;if(a.getAttribute!==void 0)var i=a.getAttribute("rel"),o=a.getAttribute("itemprop");return(i==="author"||o&&o.indexOf("author")!==-1||this.REGEXPS.byline.test(n))&&this._isValidByline(a.textContent)?(this._articleByline=a.textContent.trim(),!0):!1},_getNodeAncestors:function(a,n){n=n||0;for(var i=0,o=[];a.parentNode&&(o.push(a.parentNode),!(n&&++i===n));)a=a.parentNode;return o},_grabArticle:function(a){this.log("**** grabArticle ****");var n=this._doc,i=a!==null;if(a=a||this._doc.body,!a)return this.log("No body found in document. Abort."),null;for(var o=a.innerHTML;;){this.log("Starting grabArticle loop");var l=this._flagIsActive(this.FLAG_STRIP_UNLIKELYS),s=[],u=this._doc.documentElement;let oe=!0;for(;u;){u.tagName==="HTML"&&(this._articleLang=u.getAttribute("lang"));var c=u.className+" "+u.id;if(!this._isProbablyVisible(u)){this.log("Removing hidden node - "+c),u=this._removeAndGetNext(u);continue}if(u.getAttribute("aria-modal")=="true"&&u.getAttribute("role")=="dialog"){u=this._removeAndGetNext(u);continue}if(this._checkByline(u,c)){u=this._removeAndGetNext(u);continue}if(oe&&this._headerDuplicatesTitle(u)){this.log("Removing header: ",u.textContent.trim(),this._articleTitle.trim()),oe=!1,u=this._removeAndGetNext(u);continue}if(l){if(this.REGEXPS.unlikelyCandidates.test(c)&&!this.REGEXPS.okMaybeItsACandidate.test(c)&&!this._hasAncestorTag(u,"table")&&!this._hasAncestorTag(u,"code")&&u.tagName!=="BODY"&&u.tagName!=="A"){this.log("Removing unlikely candidate - "+c),u=this._removeAndGetNext(u);continue}if(this.UNLIKELY_ROLES.includes(u.getAttribute("role"))){this.log("Removing content with role "+u.getAttribute("role")+" - "+c),u=this._removeAndGetNext(u);continue}}if((u.tagName==="DIV"||u.tagName==="SECTION"||u.tagName==="HEADER"||u.tagName==="H1"||u.tagName==="H2"||u.tagName==="H3"||u.tagName==="H4"||u.tagName==="H5"||u.tagName==="H6")&&this._isElementWithoutContent(u)){u=this._removeAndGetNext(u);continue}if(this.DEFAULT_TAGS_TO_SCORE.indexOf(u.tagName)!==-1&&s.push(u),u.tagName==="DIV"){for(var d=null,h=u.firstChild;h;){var b=h.nextSibling;if(this._isPhrasingContent(h))d!==null?d.appendChild(h):this._isWhitespace(h)||(d=n.createElement("p"),u.replaceChild(d,h),d.appendChild(h));else if(d!==null){for(;d.lastChild&&this._isWhitespace(d.lastChild);)d.removeChild(d.lastChild);d=null}h=b}if(this._hasSingleTagInsideElement(u,"P")&&this._getLinkDensity(u)<.25){var E=u.children[0];u.parentNode.replaceChild(E,u),u=E,s.push(u)}else this._hasChildBlockElement(u)||(u=this._setNodeTag(u,"P"),s.push(u))}u=this._getNextNode(u)}var ne=[];this._forEachNode(s,function(B){if(!(!B.parentNode||typeof B.parentNode.tagName>"u")){var Q=this._getInnerText(B);if(!(Q.length<25)){var ve=this._getNodeAncestors(B,5);if(ve.length!==0){var se=0;se+=1,se+=Q.split(",").length,se+=Math.min(Math.floor(Q.length/100),3),this._forEachNode(ve,function(j,xe){if(!(!j.tagName||!j.parentNode||typeof j.parentNode.tagName>"u")){if(typeof j.readability>"u"&&(this._initializeNode(j),ne.push(j)),xe===0)var Pe=1;else xe===1?Pe=2:Pe=xe*3;j.readability.contentScore+=se/Pe}})}}}});for(var V=[],f=0,me=ne.length;fC.readability.contentScore){V.splice(ue,0,z),V.length>this._nbTopCandidates&&V.pop();break}}}var g=V[0]||null,S=!1,w;if(g===null||g.tagName==="BODY"){for(g=n.createElement("DIV"),S=!0;a.firstChild;)this.log("Moving child out:",a.firstChild),g.appendChild(a.firstChild);a.appendChild(g),this._initializeNode(g)}else if(g){for(var L=[],G=1;G=.75&&L.push(this._getNodeAncestors(V[G]));var D=3;if(L.length>=D)for(w=g.parentNode;w.tagName!=="BODY";){for(var F=0,K=0;K=D){g=w;break}w=w.parentNode}g.readability||this._initializeNode(g),w=g.parentNode;for(var O=g.readability.contentScore,ge=O/3;w.tagName!=="BODY";){if(!w.readability){w=w.parentNode;continue}var we=w.readability.contentScore;if(weO){g=w;break}O=w.readability.contentScore,w=w.parentNode}for(w=g.parentNode;w.tagName!="BODY"&&w.children.length==1;)g=w,w=g.parentNode;g.readability||this._initializeNode(g)}var I=n.createElement("DIV");i&&(I.id="readability-content");var k=Math.max(10,g.readability.contentScore*.2);w=g.parentNode;for(var ye=w.children,ie=0,v=ye.length;ie=k)P=!0;else if(x.nodeName==="P"){var H=this._getLinkDensity(x),ce=this._getInnerText(x),he=ce.length;(he>80&&H<.25||he<80&&he>0&&H===0&&ce.search(/\.( |$)/)!==-1)&&(P=!0)}}P&&(this.log("Appending node:",x),this.ALTER_TO_DIV_EXCEPTIONS.indexOf(x.nodeName)===-1&&(this.log("Altering sibling:",x,"to div."),x=this._setNodeTag(x,"DIV")),I.appendChild(x),ye=w.children,ie-=1,v-=1)}if(this._debug&&this.log("Article content pre-prep: "+I.innerHTML),this._prepArticle(I),this._debug&&this.log("Article content post-prep: "+I.innerHTML),S)g.id="readability-page-1",g.className="page";else{var $=n.createElement("DIV");for($.id="readability-page-1",$.className="page";I.firstChild;)$.appendChild(I.firstChild);I.appendChild($)}this._debug&&this.log("Article content after paging: "+I.innerHTML);var M=!0,U=this._getInnerText(I,!0).length;if(U0&&a.length<100):!1},_unescapeHtmlEntities:function(a){if(!a)return a;var n=this.HTML_ESCAPE_MAP;return a.replace(/&(quot|amp|apos|lt|gt);/g,function(i,o){return n[o]}).replace(/&#(?:x([0-9a-z]{1,4})|([0-9]{1,4}));/gi,function(i,o,l){var s=parseInt(o||l,o?16:10);return String.fromCharCode(s)})},_getJSONLD:function(a){var n=this._getAllNodesWithTag(a,["script"]),i;return this._forEachNode(n,function(o){if(!i&&o.getAttribute("type")==="application/ld+json")try{var l=o.textContent.replace(/^\s*\s*$/g,""),s=JSON.parse(l);if(!s["@context"]||!s["@context"].match(/^https?\:\/\/schema\.org$/)||(!s["@type"]&&Array.isArray(s["@graph"])&&(s=s["@graph"].find(function(h){return(h["@type"]||"").match(this.REGEXPS.jsonLdArticleTypes)})),!s||!s["@type"]||!s["@type"].match(this.REGEXPS.jsonLdArticleTypes)))return;if(i={},typeof s.name=="string"&&typeof s.headline=="string"&&s.name!==s.headline){var u=this._getArticleTitle(),c=this._textSimilarity(s.name,u)>.75,d=this._textSimilarity(s.headline,u)>.75;d&&!c?i.title=s.headline:i.title=s.name}else typeof s.name=="string"?i.title=s.name.trim():typeof s.headline=="string"&&(i.title=s.headline.trim());s.author&&(typeof s.author.name=="string"?i.byline=s.author.name.trim():Array.isArray(s.author)&&s.author[0]&&typeof s.author[0].name=="string"&&(i.byline=s.author.filter(function(h){return h&&typeof h.name=="string"}).map(function(h){return h.name.trim()}).join(", "))),typeof s.description=="string"&&(i.excerpt=s.description.trim()),s.publisher&&typeof s.publisher.name=="string"&&(i.siteName=s.publisher.name.trim());return}catch(h){this.log(h.message)}}),i||{}},_getArticleMetadata:function(a){var n={},i={},o=this._doc.getElementsByTagName("meta"),l=/\s*(dc|dcterm|og|twitter)\s*:\s*(author|creator|description|title|site_name)\s*/gi,s=/^\s*(?:(dc|dcterm|og|twitter|weibo:(article|webpage))\s*[\.:]\s*)?(author|creator|description|title|site_name)\s*$/i;return this._forEachNode(o,function(u){var c=u.getAttribute("name"),d=u.getAttribute("property"),h=u.getAttribute("content");if(h){var b=null,E=null;d&&(b=d.match(l),b&&(E=b[0].toLowerCase().replace(/\s/g,""),i[E]=h.trim())),!b&&c&&s.test(c)&&(E=c,h&&(E=E.toLowerCase().replace(/\s/g,"").replace(/\./g,":"),i[E]=h.trim()))}}),n.title=a.title||i["dc:title"]||i["dcterm:title"]||i["og:title"]||i["weibo:article:title"]||i["weibo:webpage:title"]||i.title||i["twitter:title"],n.title||(n.title=this._getArticleTitle()),n.byline=a.byline||i["dc:creator"]||i["dcterm:creator"]||i.author,n.excerpt=a.excerpt||i["dc:description"]||i["dcterm:description"]||i["og:description"]||i["weibo:article:description"]||i["weibo:webpage:description"]||i.description||i["twitter:description"],n.siteName=a.siteName||i["og:site_name"],n.title=this._unescapeHtmlEntities(n.title),n.byline=this._unescapeHtmlEntities(n.byline),n.excerpt=this._unescapeHtmlEntities(n.excerpt),n.siteName=this._unescapeHtmlEntities(n.siteName),n},_isSingleImage:function(a){return a.tagName==="IMG"?!0:a.children.length!==1||a.textContent.trim()!==""?!1:this._isSingleImage(a.children[0])},_unwrapNoscriptImages:function(a){var n=Array.from(a.getElementsByTagName("img"));this._forEachNode(n,function(o){for(var l=0;l"u"?!0:n;var i=a.textContent.trim();return n?i.replace(this.REGEXPS.normalize," "):i},_getCharCount:function(a,n){return n=n||",",this._getInnerText(a).split(n).length-1},_cleanStyles:function(a){if(!(!a||a.tagName.toLowerCase()==="svg")){for(var n=0;n0&&l>i)return!1;if(a.parentNode.tagName===n&&(!o||o(a.parentNode)))return!0;a=a.parentNode,l++}return!1},_getRowAndColumnCount:function(a){for(var n=0,i=0,o=a.getElementsByTagName("tr"),l=0;l0){o._readabilityDataTable=!0;continue}var d=["col","colgroup","tfoot","thead","th"],h=function(E){return!!o.getElementsByTagName(E)[0]};if(d.some(h)){this.log("Data table because found data-y descendant"),o._readabilityDataTable=!0;continue}if(o.getElementsByTagName("table")[0]){o._readabilityDataTable=!1;continue}var b=this._getRowAndColumnCount(o);if(b.rows>=10||b.columns>4){o._readabilityDataTable=!0;continue}o._readabilityDataTable=b.rows*b.columns>10}},_fixLazyImages:function(a){this._forEachNode(this._getAllNodesWithTag(a,["img","picture","figure"]),function(n){if(n.src&&this.REGEXPS.b64DataUrl.test(n.src)){var i=this.REGEXPS.b64DataUrl.exec(n.src);if(i[1]==="image/svg+xml")return;for(var o=!1,l=0;lo+=this._getInnerText(s,!0).length),o/i},_cleanConditionally:function(a,n){this._flagIsActive(this.FLAG_CLEAN_CONDITIONALLY)&&this._removeNodes(this._getAllNodesWithTag(a,[n]),function(i){var o=function(w){return w._readabilityDataTable},l=n==="ul"||n==="ol";if(!l){var s=0,u=this._getAllNodesWithTag(i,["ul","ol"]);this._forEachNode(u,w=>s+=this._getInnerText(w).length),l=s/this._getInnerText(i).length>.9}if(n==="table"&&o(i)||this._hasAncestorTag(i,"table",-1,o)||this._hasAncestorTag(i,"code"))return!1;var c=this._getClassWeight(i);this.log("Cleaning Conditionally",i);var d=0;if(c+d<0)return!0;if(this._getCharCount(i,",")<10){for(var h=i.getElementsByTagName("p").length,b=i.getElementsByTagName("img").length,E=i.getElementsByTagName("li").length-100,ne=i.getElementsByTagName("input").length,V=this._getTextDensity(i,["h1","h2","h3","h4","h5","h6"]),f=0,me=this._getAllNodesWithTag(i,["object","embed","iframe"]),z=0;z1&&h/b<.5&&!this._hasAncestorTag(i,"figure")||!l&&E>h||ne>Math.floor(h/3)||!l&&V<.9&&C<25&&(b===0||b>2)&&!this._hasAncestorTag(i,"figure")||!l&&c<25&&ue>.2||c>=25&&ue>.5||f===1&&C<75||f>1;if(l&&g){for(var S=0;S1)return g;let w=i.getElementsByTagName("li").length;if(b==w)return!1}return g}return!1})},_cleanMatchedNodes:function(a,n){for(var i=this._getNextNode(a,!0),o=this._getNextNode(a);o&&o!=i;)n.call(this,o,o.className+" "+o.id)?o=this._removeAndGetNext(o):o=this._getNextNode(o)},_cleanHeaders:function(a){let n=this._getAllNodesWithTag(a,["h1","h2"]);this._removeNodes(n,function(i){let o=this._getClassWeight(i)<0;return o&&this.log("Removing header with low class weight:",i),o})},_headerDuplicatesTitle:function(a){if(a.tagName!="H1"&&a.tagName!="H2")return!1;var n=this._getInnerText(a,!1);return this.log("Evaluating similarity of header:",n,this._articleTitle),this._textSimilarity(this._articleTitle,n)>.75},_flagIsActive:function(a){return(this._flags&a)>0},_removeFlag:function(a){this._flags=this._flags&~a},_isProbablyVisible:function(a){return(!a.style||a.style.display!="none")&&!a.hasAttribute("hidden")&&(!a.hasAttribute("aria-hidden")||a.getAttribute("aria-hidden")!="true"||a.className&&a.className.indexOf&&a.className.indexOf("fallback-image")!==-1)},parse:function(){if(this._maxElemsToParse>0){var a=this._doc.getElementsByTagName("*").length;if(a>this._maxElemsToParse)throw new Error("Aborting parsing document; "+a+" elements found")}this._unwrapNoscriptImages(this._doc);var n=this._disableJSONLD?{}:this._getJSONLD(this._doc);this._removeScripts(this._doc),this._prepDocument();var i=this._getArticleMetadata(n);this._articleTitle=i.title;var o=this._grabArticle();if(!o)return null;if(this.log("Grabbed: "+o.innerHTML),this._postProcessContent(o),!i.excerpt){var l=o.getElementsByTagName("p");l.length>0&&(i.excerpt=l[0].textContent.trim())}var s=o.textContent;return{title:this._articleTitle,byline:i.byline||this._articleByline,dir:this._articleDir,lang:this._articleLang,content:this._serializer(o),textContent:s,length:s.length,excerpt:i.excerpt,siteName:i.siteName||this._articleSiteName}}},typeof e=="object"&&(e.exports=r)}),Np=Un((t,e)=>{var r={unlikelyCandidates:/-ad-|ai2html|banner|breadcrumbs|combx|comment|community|cover-wrap|disqus|extra|footer|gdpr|header|legends|menu|related|remark|replies|rss|shoutbox|sidebar|skyscraper|social|sponsor|supplemental|ad-break|agegate|pagination|pager|popup|yom-remote/i,okMaybeItsACandidate:/and|article|body|column|content|main|shadow/i};function a(i){return(!i.style||i.style.display!="none")&&!i.hasAttribute("hidden")&&(!i.hasAttribute("aria-hidden")||i.getAttribute("aria-hidden")!="true"||i.className&&i.className.indexOf&&i.className.indexOf("fallback-image")!==-1)}function n(i,o={}){typeof o=="function"&&(o={visibilityChecker:o});var l={minScore:20,minContentLength:140,visibilityChecker:a};o=Object.assign(l,o);var s=i.querySelectorAll("p, pre, article"),u=i.querySelectorAll("div > br");if(u.length){var c=new Set(s);[].forEach.call(u,function(h){c.add(h.parentNode)}),s=Array.from(c)}var d=0;return[].some.call(s,function(h){if(!o.visibilityChecker(h))return!1;var b=h.className+" "+h.id;if(r.unlikelyCandidates.test(b)&&!r.okMaybeItsACandidate.test(b)||h.matches("li p"))return!1;var E=h.textContent.trim().length;return Eo.minScore)})}typeof e=="object"&&(e.exports=n)}),is=Un((t,e)=>{var r=Rp(),a=Np();e.exports={Readability:r,isProbablyReaderable:a}}),os={};Op(os,{Readability:()=>ls,default:()=>cs,isProbablyReaderable:()=>us});var ss=ns(is());Mp(os,ns(is()));var{Readability:ls,isProbablyReaderable:us}=ss,{default:as,...qp}=ss,cs=as!==void 0?as:qp;var Jr={};ma(Jr,{Breadcrumbs:()=>Ot,BrowserClient:()=>xr,Dedupe:()=>qt,FunctionToString:()=>tr,GlobalHandlers:()=>ht,HttpContext:()=>Nt,Hub:()=>kt,InboundFilters:()=>rr,Integrations:()=>yg,LinkedErrors:()=>Rt,SDK_VERSION:()=>wr,Scope:()=>Je,TryCatch:()=>Mt,addBreadcrumb:()=>za,addGlobalEventProcessor:()=>gt,captureEvent:()=>Ba,captureException:()=>yr,captureMessage:()=>Ia,chromeStackLineParser:()=>vi,close:()=>wl,configureScope:()=>Fa,createTransport:()=>Yr,defaultIntegrations:()=>ki,defaultStackLineParsers:()=>wi,defaultStackParser:()=>Va,flush:()=>Sl,forceLoad:()=>vl,geckoStackLineParser:()=>yi,getCurrentHub:()=>Z,getHubFromCarrier:()=>et,init:()=>fl,lastEventId:()=>Tl,makeFetchTransport:()=>Xr,makeMain:()=>vr,onLoad:()=>yl,opera10StackLineParser:()=>rl,opera11StackLineParser:()=>al,setContext:()=>Oa,setExtra:()=>Ra,setExtras:()=>Ma,setTag:()=>qa,setTags:()=>Na,setUser:()=>Ua,showReportDialog:()=>bl,startTransaction:()=>ja,winjsStackLineParser:()=>Si,withScope:()=>Sr,wrap:()=>xl});var ds=Object.prototype.toString;function Aa(t){switch(ds.call(t)){case"[object Error]":case"[object Exception]":case"[object DOMException]":return!0;default:return dt(t,Error)}}function Rr(t,e){return ds.call(t)===`[object ${e}]`}function Da(t){return Rr(t,"ErrorEvent")}function ps(t){return Rr(t,"DOMException")}function St(t){return Rr(t,"String")}function Nr(t){return t===null||typeof t!="object"&&typeof t!="function"}function it(t){return Rr(t,"Object")}function qr(t){return typeof Event<"u"&&dt(t,Event)}function ms(t){return!1}function gs(t){return Rr(t,"RegExp")}function hr(t){return!!(t&&t.then&&typeof t.then=="function")}function hs(t){return it(t)&&"nativeEvent"in t&&"preventDefault"in t&&"stopPropagation"in t}function fs(t){return typeof t=="number"&&t!==t}function dt(t,e){try{return t instanceof e}catch{return!1}}function Ur(t,e){try{let r=t,a=5,n=80,i=[],o=0,l=0,s=" > ",u=s.length,c;for(;r&&o++1&&l+i.length*u+c.length>=n));)i.push(c),l+=c.length,r=r.parentNode;return i.reverse().join(s)}catch{return""}}function Up(t,e){let r=t,a=[],n,i,o,l,s;if(!r||!r.tagName)return"";a.push(r.tagName.toLowerCase());let u=e&&e.length?e.filter(d=>r.getAttribute(d)).map(d=>[d,r.getAttribute(d)]):null;if(u&&u.length)u.forEach(d=>{a.push(`[${d[0]}="${d[1]}"]`)});else if(r.id&&a.push(`#${r.id}`),n=r.className,n&&St(n))for(i=n.split(/\s+/),s=0;s1&&(s=c.slice(0,-1).join("/"),u=c.pop()),u){let d=u.match(/^\d+/);d&&(u=d[0])}return Ts({host:i,pass:n,path:s,projectId:u,port:o,protocol:r,publicKey:a})}function Ts(t){return{protocol:t.protocol,publicKey:t.publicKey||"",pass:t.pass||"",host:t.host,port:t.port||"",path:t.path||"",projectId:t.projectId}}function Hp(t){if(!!1)return;let{port:e,projectId:r,protocol:a}=t;if(["protocol","publicKey","host","projectId"].forEach(i=>{if(!t[i])throw new Ee(`Invalid Sentry Dsn: ${String(i)} missing`)}),!r.match(/^\d+$/))throw new Ee(`Invalid Sentry Dsn: Invalid projectId ${r}`);if(!Kp(a))throw new Ee(`Invalid Sentry Dsn: Invalid protocol ${a}`);if(e&&isNaN(parseInt(e,10)))throw new Ee(`Invalid Sentry Dsn: Invalid port ${e}`);return!0}function ka(t){let e=typeof t=="string"?Wp(t):Ts(t);return Hp(e),e}var Gp={};function Te(){return typeof window<"u"?window:typeof self<"u"?self:Gp}function fr(t,e,r){let a=r||Te(),n=a.__SENTRY__=a.__SENTRY__||{};return n[t]||(n[t]=e())}var jr=["debug","info","warn","error","log","assert","trace"];function jn(t){if(!("console"in Te()))return t();let r=console,a={};jr.forEach(n=>{let i=r[n]&&r[n].__sentry_original__;n in console&&i&&(a[n]=r[n],r[n]=i)});try{return t()}finally{Object.keys(a).forEach(n=>{r[n]=a[n]})}}function vs(){let t=!1,e={enable:()=>{t=!0},disable:()=>{t=!1}};return!1?jr.forEach(r=>{e[r]=(...a)=>{t&&jn(()=>{})}}):jr.forEach(r=>{e[r]=()=>{}}),e}var N;!1?N=fr("logger",vs):N=vs();function Zt(t,e=0){return typeof t!="string"||e===0||t.length<=e?t:`${t.substr(0,e)}...`}function Kn(t,e){if(!Array.isArray(t))return"";let r=[];for(let a=0;a`${encodeURIComponent(e)}=${encodeURIComponent(t[e])}`).join("&")}function Gn(t){if(Aa(t))return{message:t.message,name:t.name,stack:t.stack,...Ss(t)};if(qr(t)){let e={type:t.type,target:ys(t.target),currentTarget:ys(t.currentTarget),...Ss(t)};return typeof CustomEvent<"u"&&dt(t,CustomEvent)&&(e.detail=t.detail),e}else return t}function ys(t){try{return ms(t)?Ur(t):Object.prototype.toString.call(t)}catch{return""}}function Ss(t){if(typeof t=="object"&&t!==null){let e={};for(let r in t)Object.prototype.hasOwnProperty.call(t,r)&&(e[r]=t[r]);return e}else return{}}function xs(t,e=40){let r=Object.keys(Gn(t));if(r.sort(),!r.length)return"[object has no keys]";if(r[0].length>=e)return Zt(r[0],e);for(let a=r.length;a>0;a--){let n=r.slice(0,a).join(", ");if(!(n.length>e))return a===r.length?n:Zt(n,e)}return""}function Jt(t){return Wn(t,new Map)}function Wn(t,e){if(it(t)){let r=e.get(t);if(r!==void 0)return r;let a={};e.set(t,a);for(let n of Object.keys(t))typeof t[n]<"u"&&(a[n]=Wn(t[n],e));return a}if(Array.isArray(t)){let r=e.get(t);if(r!==void 0)return r;let a=[];return e.set(t,a),t.forEach(n=>{a.push(Wn(n,e))}),a}return t}var Vp=50;function $n(...t){let e=t.sort((r,a)=>r[0]-a[0]).map(r=>r[1]);return(r,a=0)=>{let n=[];for(let i of r.split(` +`,IMMERSIVE_TRANSLATE_VIDEO_SUBTITLE_INJECT:'(()=>{var u="imt-subtitle-inject",f=class{from;to;constructor(t,n){this.from=t,this.to=n}sendMessages(t){globalThis.postMessage({type:u,to:this.to,from:this.from,action:t.action,data:t.data,id:t.id||new Date().getTime(),isAsync:!1})}getRandomId(){return(new Date().getTime()+Math.random())*Math.random()}sendAsyncMessages({action:t,data:n}){return new Promise(e=>{let r=this.getRandomId();globalThis.postMessage({type:u,to:this.to,from:this.from,action:t,data:n,id:r,isAsync:!0});let a=({data:o})=>{u===o.type&&o.id===r&&o.to===this.from&&(e(o.data),globalThis.removeEventListener("message",a))};globalThis.addEventListener("message",a)})}handleMessageOnce(t){return new Promise(n=>{let e=({data:r})=>{u===r.type&&r.action===t&&r.to===this.from&&(n(r.data),globalThis.removeEventListener("message",e))};globalThis.addEventListener("message",e)})}handleMessage(t,n){let e=({data:r})=>{u===r.type&&r.action===t&&r.to===this.from&&n(r)};return globalThis.addEventListener("message",e),()=>{globalThis.removeEventListener("message",e)}}handleMessages(t){let n=({data:e})=>{u===e.type&&e.to===this.from&&t(e)};return globalThis.addEventListener("message",n),()=>{globalThis.removeEventListener("message",n)}}},R=new f("content-script","inject"),l=new f("inject","content-script"),S={get(s,t,n){return t in s?(...e)=>{let r=s[t];return typeof r=="function"?r.apply(s,e):Reflect.get(s,t,n)}:e=>s.sendAsyncMessages({action:t,data:e})}},x=new Proxy(l,S),L=new Proxy(R,S);function T(s){if(!s)return null;try{let t=s;return s.startsWith("//")?t=globalThis.location.protocol+s:s.startsWith("/")?t=`${globalThis.location.protocol}//${globalThis.location.host}${s}`:s.startsWith("http")||(t=`${globalThis.location.protocol}//${s}`),new URL(t).toString()}catch(t){return console.error(t),s}}var i=class{content=x;config;constructor(t){this.config=t,l.handleMessages(async({action:n,id:e,data:r})=>{let a=this[n];if(!a)return;let o=a.apply(this,[r]);o instanceof Promise&&(o=await o),l.sendMessages({id:e,data:o})})}triggerSubtitle(t){}async translateSubtitle(t){let n=await this.content.requestSubtitle({url:T(t._url)});if(n){if(this.config.responseType=="document"){let r=new DOMParser().parseFromString(n,"text/xml");Object.defineProperty(t,"responseXML",{value:r,writable:!1}),Object.defineProperty(t,"response",{value:r,writable:!1});return}let e=n;(t.responseType=="arraybuffer"||this.config.responseType=="arraybuffer")&&typeof n=="string"&&(e=new TextEncoder().encode(n).buffer),Object.defineProperty(t,"responseText",{value:e,writable:!1}),Object.defineProperty(t,"response",{value:e,writable:!1})}}async translateSubtitleWithFetch(t,n){let e={...n},r;return typeof t=="string"?r={url:t,method:"GET",headers:{}}:r=await v(t),e?.body&&(e.body=M(e.body)),this.content.requestSubtitle({fetchInfo:JSON.stringify({input:r,options:e})})}async getVideoMeta(t){}isSubtitleRequest(t){return!this.config||!this.config.subtitleUrlRegExp||!t?!1:new RegExp(this.config.subtitleUrlRegExp).test(t||"")}};function v(s){if(s instanceof URL)return{url:s.href,method:"GET",headers:{}};let t=s.clone(),n={url:s.url,method:s.method,headers:Object.fromEntries(s.headers.entries())};if(t.body){let e=M(t.body);if(t.body!==e)return t.text().then(r=>(n.body=r,n));n.body=e}return Promise.resolve(n)}function M(s){if(!s)return s;if(s instanceof FormData||s instanceof URLSearchParams){let t={};for(let[n,e]of s.entries())t[n]=e;return t._formatBodyType="FormData",t}return s}var d=class extends i{timer=null;triggerSubtitle({force:t}){setTimeout(()=>{if(this.config?.subtitleButtonSelector){let n=document.querySelector(this.config.subtitleButtonSelector);if(n){let e=n.getAttribute("aria-pressed")==="true";e&&t?(n.click(),setTimeout(()=>{n.click()},100)):e||n.click();return}}if(this.config?.videoPlayerSelector){let n=document.querySelector(this.config.videoPlayerSelector);n?.toggleSubtitles(),setTimeout(()=>{n?.toggleSubtitles()},100)}},1e3)}async getVideoMeta(){if(!this.config.videoPlayerSelector)return null;try{return await this.sleep(100),document.querySelector(this.config.videoPlayerSelector)?.getPlayerResponse()}catch{return null}}sleep(t){return new Promise(n=>{setTimeout(()=>{n(null)},t)})}};var m=class extends i{timer=null;videoMeta={};lastVideoMeta=null;constructor(t){super(t),this.hookJSON()}hookJSON(){let t=JSON.parse;JSON.parse=n=>{let e=t(n);try{e&&e.result&&e.result.timedtexttracks&&e.result.movieId&&(this.videoMeta[e.result.movieId]=e.result,this.lastVideoMeta=e.result)}catch(r){console.log(r)}return e}}getVideoMeta(t){return this.lastVideoMeta}};var p=class extends i{timer=null;videoMeta={};constructor(t){super(t),this.hookJSON()}hookJSON(){let t=JSON.parse;JSON.parse=n=>{let e=t(n);try{e?.asset?.captions?.length?this.videoMeta[e.id]=e?.asset:e?.previews&&e?.course&&e?.previews?.forEach(r=>{this.videoMeta[r.id]=r})}catch(r){console.error(r)}return e}}getVideoMeta(t){return this.videoMeta[t]}};var g=class extends i{timer=null;videoMeta={};constructor(t){super(t),this.hookJSON()}hookJSON(){let t=JSON.parse;JSON.parse=n=>{let e=t(n);try{if(e?.stream?.sources?.length&&e?.stream?.sources[0]?.complete?.url){let r=window.location.pathname.split("/");r.length>2&&r[r.length-2]==="video"&&(this.videoMeta[r[r.length-1]]=e.stream.sources[0].complete.url)}}catch(r){console.error(r)}return e}}getVideoMeta(t){return this.videoMeta[t]}};var h=class extends i{constructor(t){super(t)}async translateSubtitleWithFetch(t,n){this.main(t,n)}async main(t,n){let e=globalThis.__originalFetch;if(!e)return;let r=t;t instanceof Request&&(r=t.clone());let a=await e(r,n);if(!a.ok)return;let o=await a.json();o.transcripts_urls&&this.requestSubtitle(o.transcripts_urls)}async requestSubtitle(t){await c(),await this.content.requestSubtitle(t)}};async function w(){let s=await l.sendAsyncMessages({action:"getConfig"});if(!s)return;let n={youtube:d,netflix:m,webvtt:i,khanacademy:i,bilibili:i,udemy:p,general:i,ebutt:i,hulu:h,disneyplus:g,"fmp4.xml":i,multi_attach_vtt:i,twitter:i,subsrt:i,xml:i,text_track_dynamic:i,av:i}[s.type||""];if(!n)return;let e=new n(s);I(e,s)}c();w();function I(s,t){if(t.hookType.includes("xhr")){let n=XMLHttpRequest.prototype.open,e=XMLHttpRequest.prototype.send,r=function(){return this._url=arguments[1],n.apply(this,arguments)},a=async function(){return s.isSubtitleRequest(this._url)?(await c(),await s.translateSubtitle(this),e.apply(this,arguments)):e.apply(this,arguments)};Object.defineProperty(XMLHttpRequest.prototype,"open",{value:r,writable:!0}),Object.defineProperty(XMLHttpRequest.prototype,"send",{value:a,writable:!0})}if(t.hookType.includes("fetch")){let n=globalThis.fetch;globalThis.__originalFetch=n,globalThis.fetch=async function(e,r){let a=typeof e=="string"?e:e.url||e.href;if(!s.isSubtitleRequest(a))return n(e,r);await c();let y=await s.translateSubtitleWithFetch(e,r);return y?new Response(y):n(e,r)}}}var b=!1;async function c(){return b||(await l.handleMessageOnce("contentReady"),b=!0),b}})();\n',OPTIONS_URL:"https://dash.immersivetranslate.com/",SHARE_DRAFT_URL:"https://immersivetranslate.com/preview",ASSETS_BASE_URL:"https://app.immersivetranslate.com/global-assets/",EBOOK_VIEWER_URL:"https://app.immersivetranslate.com/ebook/",EBOOK_BUILDER_URL:"https://app.immersivetranslate.com/ebook/make/",SUBTITLE_BUILDER_URL:"https://app.immersivetranslate.com/subtitle/",HTML_VIEWER_URL:"https://app.immersivetranslate.com/html/",PDF_VIEWER_URL:"https://app.immersivetranslate.com/pdf/",PDF_PRO_URL:"https://app.immersivetranslate.com/pdf-pro/",TEXT_TRANSLATE_URL:"https://app.immersivetranslate.com/text/",TRANSLATE_FILE_URL:"https://app.immersivetranslate.com/",MOCK:"0",DEBUG:"0",INSTALL_FROM:"firefox_zip"};var cc=Object.create,fn=Object.defineProperty,dc=Object.getOwnPropertyDescriptor,ho=Object.getOwnPropertyNames,pc=Object.getPrototypeOf,mc=Object.prototype.hasOwnProperty,gc=(t,e)=>function(){return e||(0,t[ho(t)[0]])((e={exports:{}}).exports,e),e.exports},hc=(t,e)=>{for(var r in e)fn(t,r,{get:e[r],enumerable:!0})},hn=(t,e,r,a)=>{if(e&&typeof e=="object"||typeof e=="function")for(let n of ho(e))!mc.call(t,n)&&n!==r&&fn(t,n,{get:()=>e[n],enumerable:!(a=dc(e,n))||a.enumerable});return t},fc=(t,e,r)=>(hn(t,e,"default"),r&&hn(r,e,"default")),fo=(t,e,r)=>(r=t!=null?cc(pc(t)):{},hn(e||!t||!t.__esModule?fn(r,"default",{value:t,enumerable:!0}):r,t)),bo=gc({"../esmd/npm/webextension-polyfill@0.10.0/node_modules/webextension-polyfill/dist/browser-polyfill.js"(t,e){(function(r,a){if(typeof define=="function"&&define.amd)define("webextension-polyfill",["module"],a);else if(typeof t<"u")a(e);else{var n={exports:{}};a(n),r.browser=n.exports}})(typeof globalThis<"u"?globalThis:typeof self<"u"?self:t,function(r){"use strict";if(!globalThis.chrome?.runtime?.id)throw new Error("This script should only be loaded in a browser extension.");if(typeof globalThis.browser>"u"||Object.getPrototypeOf(globalThis.browser)!==Object.prototype){let a="The message port closed before a response was received.",n=i=>{let o={alarms:{clear:{minArgs:0,maxArgs:1},clearAll:{minArgs:0,maxArgs:0},get:{minArgs:0,maxArgs:1},getAll:{minArgs:0,maxArgs:0}},bookmarks:{create:{minArgs:1,maxArgs:1},get:{minArgs:1,maxArgs:1},getChildren:{minArgs:1,maxArgs:1},getRecent:{minArgs:1,maxArgs:1},getSubTree:{minArgs:1,maxArgs:1},getTree:{minArgs:0,maxArgs:0},move:{minArgs:2,maxArgs:2},remove:{minArgs:1,maxArgs:1},removeTree:{minArgs:1,maxArgs:1},search:{minArgs:1,maxArgs:1},update:{minArgs:2,maxArgs:2}},browserAction:{disable:{minArgs:0,maxArgs:1,fallbackToNoCallback:!0},enable:{minArgs:0,maxArgs:1,fallbackToNoCallback:!0},getBadgeBackgroundColor:{minArgs:1,maxArgs:1},getBadgeText:{minArgs:1,maxArgs:1},getPopup:{minArgs:1,maxArgs:1},getTitle:{minArgs:1,maxArgs:1},openPopup:{minArgs:0,maxArgs:0},setBadgeBackgroundColor:{minArgs:1,maxArgs:1,fallbackToNoCallback:!0},setBadgeText:{minArgs:1,maxArgs:1,fallbackToNoCallback:!0},setIcon:{minArgs:1,maxArgs:1},setPopup:{minArgs:1,maxArgs:1,fallbackToNoCallback:!0},setTitle:{minArgs:1,maxArgs:1,fallbackToNoCallback:!0}},browsingData:{remove:{minArgs:2,maxArgs:2},removeCache:{minArgs:1,maxArgs:1},removeCookies:{minArgs:1,maxArgs:1},removeDownloads:{minArgs:1,maxArgs:1},removeFormData:{minArgs:1,maxArgs:1},removeHistory:{minArgs:1,maxArgs:1},removeLocalStorage:{minArgs:1,maxArgs:1},removePasswords:{minArgs:1,maxArgs:1},removePluginData:{minArgs:1,maxArgs:1},settings:{minArgs:0,maxArgs:0}},commands:{getAll:{minArgs:0,maxArgs:0}},contextMenus:{remove:{minArgs:1,maxArgs:1},removeAll:{minArgs:0,maxArgs:0},update:{minArgs:2,maxArgs:2}},cookies:{get:{minArgs:1,maxArgs:1},getAll:{minArgs:1,maxArgs:1},getAllCookieStores:{minArgs:0,maxArgs:0},remove:{minArgs:1,maxArgs:1},set:{minArgs:1,maxArgs:1}},devtools:{inspectedWindow:{eval:{minArgs:1,maxArgs:2,singleCallbackArg:!1}},panels:{create:{minArgs:3,maxArgs:3,singleCallbackArg:!0},elements:{createSidebarPane:{minArgs:1,maxArgs:1}}}},downloads:{cancel:{minArgs:1,maxArgs:1},download:{minArgs:1,maxArgs:1},erase:{minArgs:1,maxArgs:1},getFileIcon:{minArgs:1,maxArgs:2},open:{minArgs:1,maxArgs:1,fallbackToNoCallback:!0},pause:{minArgs:1,maxArgs:1},removeFile:{minArgs:1,maxArgs:1},resume:{minArgs:1,maxArgs:1},search:{minArgs:1,maxArgs:1},show:{minArgs:1,maxArgs:1,fallbackToNoCallback:!0}},extension:{isAllowedFileSchemeAccess:{minArgs:0,maxArgs:0},isAllowedIncognitoAccess:{minArgs:0,maxArgs:0}},history:{addUrl:{minArgs:1,maxArgs:1},deleteAll:{minArgs:0,maxArgs:0},deleteRange:{minArgs:1,maxArgs:1},deleteUrl:{minArgs:1,maxArgs:1},getVisits:{minArgs:1,maxArgs:1},search:{minArgs:1,maxArgs:1}},i18n:{detectLanguage:{minArgs:1,maxArgs:1},getAcceptLanguages:{minArgs:0,maxArgs:0}},identity:{launchWebAuthFlow:{minArgs:1,maxArgs:1}},idle:{queryState:{minArgs:1,maxArgs:1}},management:{get:{minArgs:1,maxArgs:1},getAll:{minArgs:0,maxArgs:0},getSelf:{minArgs:0,maxArgs:0},setEnabled:{minArgs:2,maxArgs:2},uninstallSelf:{minArgs:0,maxArgs:1}},notifications:{clear:{minArgs:1,maxArgs:1},create:{minArgs:1,maxArgs:2},getAll:{minArgs:0,maxArgs:0},getPermissionLevel:{minArgs:0,maxArgs:0},update:{minArgs:2,maxArgs:2}},pageAction:{getPopup:{minArgs:1,maxArgs:1},getTitle:{minArgs:1,maxArgs:1},hide:{minArgs:1,maxArgs:1,fallbackToNoCallback:!0},setIcon:{minArgs:1,maxArgs:1},setPopup:{minArgs:1,maxArgs:1,fallbackToNoCallback:!0},setTitle:{minArgs:1,maxArgs:1,fallbackToNoCallback:!0},show:{minArgs:1,maxArgs:1,fallbackToNoCallback:!0}},permissions:{contains:{minArgs:1,maxArgs:1},getAll:{minArgs:0,maxArgs:0},remove:{minArgs:1,maxArgs:1},request:{minArgs:1,maxArgs:1}},runtime:{getBackgroundPage:{minArgs:0,maxArgs:0},getPlatformInfo:{minArgs:0,maxArgs:0},openOptionsPage:{minArgs:0,maxArgs:0},requestUpdateCheck:{minArgs:0,maxArgs:0},sendMessage:{minArgs:1,maxArgs:3},sendNativeMessage:{minArgs:2,maxArgs:2},setUninstallURL:{minArgs:1,maxArgs:1}},sessions:{getDevices:{minArgs:0,maxArgs:1},getRecentlyClosed:{minArgs:0,maxArgs:1},restore:{minArgs:0,maxArgs:1}},storage:{local:{clear:{minArgs:0,maxArgs:0},get:{minArgs:0,maxArgs:1},getBytesInUse:{minArgs:0,maxArgs:1},remove:{minArgs:1,maxArgs:1},set:{minArgs:1,maxArgs:1}},managed:{get:{minArgs:0,maxArgs:1},getBytesInUse:{minArgs:0,maxArgs:1}},sync:{clear:{minArgs:0,maxArgs:0},get:{minArgs:0,maxArgs:1},getBytesInUse:{minArgs:0,maxArgs:1},remove:{minArgs:1,maxArgs:1},set:{minArgs:1,maxArgs:1}}},tabs:{captureVisibleTab:{minArgs:0,maxArgs:2},create:{minArgs:1,maxArgs:1},detectLanguage:{minArgs:0,maxArgs:1},discard:{minArgs:0,maxArgs:1},duplicate:{minArgs:1,maxArgs:1},executeScript:{minArgs:1,maxArgs:2},get:{minArgs:1,maxArgs:1},getCurrent:{minArgs:0,maxArgs:0},getZoom:{minArgs:0,maxArgs:1},getZoomSettings:{minArgs:0,maxArgs:1},goBack:{minArgs:0,maxArgs:1},goForward:{minArgs:0,maxArgs:1},highlight:{minArgs:1,maxArgs:1},insertCSS:{minArgs:1,maxArgs:2},move:{minArgs:2,maxArgs:2},query:{minArgs:1,maxArgs:1},reload:{minArgs:0,maxArgs:2},remove:{minArgs:1,maxArgs:1},removeCSS:{minArgs:1,maxArgs:2},sendMessage:{minArgs:2,maxArgs:3},setZoom:{minArgs:1,maxArgs:2},setZoomSettings:{minArgs:1,maxArgs:2},update:{minArgs:1,maxArgs:2}},topSites:{get:{minArgs:0,maxArgs:0}},webNavigation:{getAllFrames:{minArgs:1,maxArgs:1},getFrame:{minArgs:1,maxArgs:1}},webRequest:{handlerBehaviorChanged:{minArgs:0,maxArgs:0}},windows:{create:{minArgs:0,maxArgs:1},get:{minArgs:1,maxArgs:2},getAll:{minArgs:0,maxArgs:1},getCurrent:{minArgs:0,maxArgs:1},getLastFocused:{minArgs:0,maxArgs:1},remove:{minArgs:1,maxArgs:1},update:{minArgs:2,maxArgs:2}}};if(Object.keys(o).length===0)throw new Error("api-metadata.json has not been included in browser-polyfill");class l extends WeakMap{constructor(g,S=void 0){super(S),this.createItem=g}get(g){return this.has(g)||this.set(g,this.createItem(g)),super.get(g)}}let s=C=>C&&typeof C=="object"&&typeof C.then=="function",u=(C,g)=>(...S)=>{i.runtime.lastError?C.reject(new Error(i.runtime.lastError.message)):g.singleCallbackArg||S.length<=1&&g.singleCallbackArg!==!1?C.resolve(S[0]):C.resolve(S)},c=C=>C==1?"argument":"arguments",d=(C,g)=>function(w,...L){if(L.lengthg.maxArgs)throw new Error(`Expected at most ${g.maxArgs} ${c(g.maxArgs)} for ${C}(), got ${L.length}`);return new Promise((G,D)=>{if(g.fallbackToNoCallback)try{w[C](...L,u({resolve:G,reject:D},g))}catch{w[C](...L),g.fallbackToNoCallback=!1,g.noCallback=!0,G()}else g.noCallback?(w[C](...L),G()):w[C](...L,u({resolve:G,reject:D},g))})},h=(C,g,S)=>new Proxy(g,{apply(w,L,G){return S.call(L,C,...G)}}),b=Function.call.bind(Object.prototype.hasOwnProperty),E=(C,g={},S={})=>{let w=Object.create(null),L={has(D,F){return F in C||F in w},get(D,F,K){if(F in w)return w[F];if(!(F in C))return;let O=C[F];if(typeof O=="function")if(typeof g[F]=="function")O=h(C,C[F],g[F]);else if(b(S,F)){let ge=d(F,S[F]);O=h(C,C[F],ge)}else O=O.bind(C);else if(typeof O=="object"&&O!==null&&(b(g,F)||b(S,F)))O=E(O,g[F],S[F]);else if(b(S,"*"))O=E(O,g[F],S["*"]);else return Object.defineProperty(w,F,{configurable:!0,enumerable:!0,get(){return C[F]},set(ge){C[F]=ge}}),O;return w[F]=O,O},set(D,F,K,O){return F in w?w[F]=K:C[F]=K,!0},defineProperty(D,F,K){return Reflect.defineProperty(w,F,K)},deleteProperty(D,F){return Reflect.deleteProperty(w,F)}},G=Object.create(C);return new Proxy(G,L)},ne=C=>({addListener(g,S,...w){g.addListener(C.get(S),...w)},hasListener(g,S){return g.hasListener(C.get(S))},removeListener(g,S){g.removeListener(C.get(S))}}),V=new l(C=>typeof C!="function"?C:function(S){let w=E(S,{},{getContent:{minArgs:0,maxArgs:0}});C(w)}),f=new l(C=>typeof C!="function"?C:function(S,w,L){let G=!1,D,F=new Promise(we=>{D=function(B){G=!0,we(B)}}),K;try{K=C(S,w,D)}catch(we){K=Promise.reject(we)}let O=K!==!0&&s(K);if(K!==!0&&!O&&!G)return!1;let ge=we=>{we.then(B=>{L(B)},B=>{let k;B&&(B instanceof Error||typeof B.message=="string")?k=B.message:k="An unexpected error occurred",L({__mozWebExtensionPolyfillReject__:!0,message:k})}).catch(B=>{})};return ge(O?K:F),!0}),me=({reject:C,resolve:g},S)=>{i.runtime.lastError?i.runtime.lastError.message===a?g():C(new Error(i.runtime.lastError.message)):S&&S.__mozWebExtensionPolyfillReject__?C(new Error(S.message)):g(S)},z=(C,g,S,...w)=>{if(w.lengthg.maxArgs)throw new Error(`Expected at most ${g.maxArgs} ${c(g.maxArgs)} for ${C}(), got ${w.length}`);return new Promise((L,G)=>{let D=me.bind(null,{resolve:L,reject:G});w.push(D),S.sendMessage(...w)})},J={devtools:{network:{onRequestFinished:ne(V)}},runtime:{onMessage:ne(f),onMessageExternal:ne(f),sendMessage:z.bind(null,"sendMessage",{minArgs:1,maxArgs:3})},tabs:{sendMessage:z.bind(null,"sendMessage",{minArgs:2,maxArgs:3})}},ue={clear:{minArgs:1,maxArgs:1},get:{minArgs:1,maxArgs:1},set:{minArgs:1,maxArgs:1}};return o.privacy={network:{"*":ue},services:{"*":ue},websites:{"*":ue}},E(i,J,o)};r.exports=n(chrome)}else r.exports=globalThis.browser})}}),To={};hc(To,{default:()=>ga});var bc=fo(bo());fc(To,fo(bo()));var{default:go,...Tc}=bc,ga=go!==void 0?go:Tc;globalThis.immersiveTranslateBrowserAPI=ga;function Lr(){let t,e="pending",r=new Promise((a,n)=>{t={async resolve(i){await i,e="fulfilled",a(i)},reject(i){e="rejected",n(i)}}});return Object.defineProperty(r,"state",{get:()=>e}),Object.assign(r,t)}function Br(t,e={}){let{signal:r,persistent:a}=e;return r?.aborted?Promise.reject(new DOMException("Delay was aborted.","AbortError")):new Promise((n,i)=>{let o=()=>{clearTimeout(s),i(new DOMException("Delay was aborted.","AbortError"))},s=setTimeout(()=>{r?.removeEventListener("abort",o),n()},t);if(r?.addEventListener("abort",o,{once:!0}),a===!1)try{Deno.unrefTimer(s)}catch(u){if(!(u instanceof ReferenceError))throw u}})}var vo=class{#e=0;#t=[];#r=[];#a=Lr();add(e){++this.#e,this.#n(e[Symbol.asyncIterator]())}async#n(e){try{let{value:r,done:a}=await e.next();a?--this.#e:this.#t.push({iterator:e,value:r})}catch(r){this.#r.push(r)}this.#a.resolve()}async*iterate(){for(;this.#e>0;){await this.#a;for(let e=0;eHc,bgBlue:()=>Qc,bgBrightBlack:()=>Jc,bgBrightBlue:()=>ad,bgBrightCyan:()=>id,bgBrightGreen:()=>td,bgBrightMagenta:()=>nd,bgBrightRed:()=>ed,bgBrightWhite:()=>od,bgBrightYellow:()=>rd,bgCyan:()=>Xc,bgGreen:()=>Vc,bgMagenta:()=>Yc,bgRed:()=>Gc,bgRgb24:()=>cd,bgRgb8:()=>ld,bgWhite:()=>Zc,bgYellow:()=>$c,black:()=>_c,blue:()=>Ic,bold:()=>wc,brightBlack:()=>wo,brightBlue:()=>Uc,brightCyan:()=>Kc,brightGreen:()=>Nc,brightMagenta:()=>jc,brightRed:()=>Rc,brightWhite:()=>Wc,brightYellow:()=>qc,cyan:()=>zc,dim:()=>xc,getColorEnabled:()=>yc,gray:()=>Mc,green:()=>Lc,hidden:()=>Ec,inverse:()=>kc,italic:()=>Ac,magenta:()=>Fc,red:()=>Pc,reset:()=>Sc,rgb24:()=>ud,rgb8:()=>sd,setColorEnabled:()=>vc,strikethrough:()=>Cc,stripColor:()=>pd,underline:()=>Dc,white:()=>Oc,yellow:()=>Bc});var{Deno:yo}=globalThis,So=typeof yo?.noColor=="boolean"?yo.noColor:!0,bn=!So;function vc(t){So||(bn=t)}function yc(){return bn}function Y(t,e){return{open:`\x1B[${t.join(";")}m`,close:`\x1B[${e}m`,regexp:new RegExp(`\\x1b\\[${e}m`,"g")}}function X(t,e){return bn?`${e.open}${t.replace(e.regexp,e.open)}${e.close}`:t}function Sc(t){return X(t,Y([0],0))}function wc(t){return X(t,Y([1],22))}function xc(t){return X(t,Y([2],22))}function Ac(t){return X(t,Y([3],23))}function Dc(t){return X(t,Y([4],24))}function kc(t){return X(t,Y([7],27))}function Ec(t){return X(t,Y([8],28))}function Cc(t){return X(t,Y([9],29))}function _c(t){return X(t,Y([30],39))}function Pc(t){return X(t,Y([31],39))}function Lc(t){return X(t,Y([32],39))}function Bc(t){return X(t,Y([33],39))}function Ic(t){return X(t,Y([34],39))}function Fc(t){return X(t,Y([35],39))}function zc(t){return X(t,Y([36],39))}function Oc(t){return X(t,Y([37],39))}function Mc(t){return wo(t)}function wo(t){return X(t,Y([90],39))}function Rc(t){return X(t,Y([91],39))}function Nc(t){return X(t,Y([92],39))}function qc(t){return X(t,Y([93],39))}function Uc(t){return X(t,Y([94],39))}function jc(t){return X(t,Y([95],39))}function Kc(t){return X(t,Y([96],39))}function Wc(t){return X(t,Y([97],39))}function Hc(t){return X(t,Y([40],49))}function Gc(t){return X(t,Y([41],49))}function Vc(t){return X(t,Y([42],49))}function $c(t){return X(t,Y([43],49))}function Qc(t){return X(t,Y([44],49))}function Yc(t){return X(t,Y([45],49))}function Xc(t){return X(t,Y([46],49))}function Zc(t){return X(t,Y([47],49))}function Jc(t){return X(t,Y([100],49))}function ed(t){return X(t,Y([101],49))}function td(t){return X(t,Y([102],49))}function rd(t){return X(t,Y([103],49))}function ad(t){return X(t,Y([104],49))}function nd(t){return X(t,Y([105],49))}function id(t){return X(t,Y([106],49))}function od(t){return X(t,Y([107],49))}function Lt(t,e=255,r=0){return Math.trunc(Math.max(Math.min(t,e),r))}function sd(t,e){return X(t,Y([38,5,Lt(e)],39))}function ld(t,e){return X(t,Y([48,5,Lt(e)],49))}function ud(t,e){return typeof e=="number"?X(t,Y([38,2,e>>16&255,e>>8&255,e&255],39)):X(t,Y([38,2,Lt(e.r),Lt(e.g),Lt(e.b)],39))}function cd(t,e){return typeof e=="number"?X(t,Y([48,2,e>>16&255,e>>8&255,e&255],49)):X(t,Y([48,2,Lt(e.r),Lt(e.g),Lt(e.b)],49))}var dd=new RegExp(["[\\u001B\\u009B][[\\]()#;?]*(?:(?:(?:(?:;[-a-zA-Z\\d\\/#&.:=?%@~_]+)*|[a-zA-Z\\d]+(?:;[-a-zA-Z\\d\\/#&.:=?%@~_]*)*)?\\u0007)","(?:(?:\\d{1,4}(?:;\\d{0,4})*)?[\\dA-PR-TZcf-nq-uy=><~]))"].join("|"),"g");function pd(t){return t.replace(dd,"")}var Tn=class extends Error{constructor(e,r){super(`Exceeded max retry count (${r})`),this.name="RetryError",this.cause=e}},md={multiplier:2,maxTimeout:6e4,maxAttempts:5,minTimeout:1e3};async function vn(t,e){let r={...md,...e};if(r.maxTimeout>=0&&r.minTimeout>r.maxTimeout)throw new RangeError("minTimeout is greater than maxTimeout");let a=r.minTimeout,n;for(let i=0;isetTimeout(l,a)),a*=r.multiplier,a=Math.max(a,r.minTimeout),r.maxTimeout>=0&&(a=Math.min(a,r.maxTimeout)),n=o}throw new Tn(n,r.maxAttempts)}var Xf=Number.isNaN||function(t){return typeof t=="number"&&t!==t};var ha=globalThis||(typeof window<"u"?window:self),fd=Object.create,Sn=Object.defineProperty,bd=Object.getOwnPropertyDescriptor,Td=Object.getOwnPropertyNames,vd=Object.getPrototypeOf,yd=Object.prototype.hasOwnProperty,Sd=(t,e)=>()=>(e||t((e={exports:{}}).exports,e),e.exports),wd=(t,e)=>{for(var r in e)Sn(t,r,{get:e[r],enumerable:!0})},yn=(t,e,r,a)=>{if(e&&typeof e=="object"||typeof e=="function")for(let n of Td(e))!yd.call(t,n)&&n!==r&&Sn(t,n,{get:()=>e[n],enumerable:!(a=bd(e,n))||a.enumerable});return t},xd=(t,e,r)=>(yn(t,e,"default"),r&&yn(r,e,"default")),Ao=(t,e,r)=>(r=t!=null?fd(vd(t)):{},yn(e||!t||!t.__esModule?Sn(r,"default",{value:t,enumerable:!0}):r,t)),Do=Sd((t,e)=>{var r="Expected a function",a=NaN,n="[object Symbol]",i=/^\s+|\s+$/g,o=/^[-+]0x[0-9a-f]+$/i,l=/^0b[01]+$/i,s=/^0o[0-7]+$/i,u=parseInt,c=typeof ha=="object"&&ha&&ha.Object===Object&&ha,d=typeof self=="object"&&self&&self.Object===Object&&self,h=c||d||Function("return this")(),b=Object.prototype,E=b.toString,ne=Math.max,V=Math.min,f=function(){return h.Date.now()};function me(S,w,L){var G,D,F,K,O,ge,we=0,B=!1,k=!1,ye=!0;if(typeof S!="function")throw new TypeError(r);w=g(w)||0,J(L)&&(B=!!L.leading,k="maxWait"in L,F=k?ne(g(L.maxWait)||0,w):F,ye="trailing"in L?!!L.trailing:ye);function ie(M){var U=G,ee=D;return G=D=void 0,we=M,K=S.apply(ee,U),K}function v(M){return we=M,O=setTimeout(re,w),B?ie(M):K}function x(M){var U=M-ge,ee=M-we,oe=w-U;return k?V(oe,F-ee):oe}function P(M){var U=M-ge,ee=M-we;return ge===void 0||U>=w||U<0||k&&ee>=F}function re(){var M=f();if(P(M))return H(M);O=setTimeout(re,x(M))}function H(M){return O=void 0,ye&&G?ie(M):(G=D=void 0,K)}function ce(){O!==void 0&&clearTimeout(O),we=0,G=ge=D=O=void 0}function he(){return O===void 0?K:H(f())}function $(){var M=f(),U=P(M);if(G=arguments,D=this,ge=M,U){if(O===void 0)return v(ge);if(k)return O=setTimeout(re,w),ie(ge)}return O===void 0&&(O=setTimeout(re,w)),K}return $.cancel=ce,$.flush=he,$}function z(S,w,L){var G=!0,D=!0;if(typeof S!="function")throw new TypeError(r);return J(L)&&(G="leading"in L?!!L.leading:G,D="trailing"in L?!!L.trailing:D),me(S,w,{leading:G,maxWait:w,trailing:D})}function J(S){var w=typeof S;return!!S&&(w=="object"||w=="function")}function ue(S){return!!S&&typeof S=="object"}function C(S){return typeof S=="symbol"||ue(S)&&E.call(S)==n}function g(S){if(typeof S=="number")return S;if(C(S))return a;if(J(S)){var w=typeof S.valueOf=="function"?S.valueOf():S;S=J(w)?w+"":w}if(typeof S!="string")return S===0?S:+S;S=S.replace(i,"");var L=l.test(S);return L||s.test(S)?u(S.slice(2),L?2:8):o.test(S)?a:+S}e.exports=z}),ko={};wd(ko,{default:()=>wn});var Ad=Ao(Do());xd(ko,Ao(Do()));var{default:xo,...Dd}=Ad,wn=xo!==void 0?xo:Dd;var fa=globalThis||(typeof window<"u"?window:self),kd=Object.create,An=Object.defineProperty,Ed=Object.getOwnPropertyDescriptor,Cd=Object.getOwnPropertyNames,_d=Object.getPrototypeOf,Pd=Object.prototype.hasOwnProperty,Ld=(t,e)=>()=>(e||t((e={exports:{}}).exports,e),e.exports),Bd=(t,e)=>{for(var r in e)An(t,r,{get:e[r],enumerable:!0})},xn=(t,e,r,a)=>{if(e&&typeof e=="object"||typeof e=="function")for(let n of Cd(e))!Pd.call(t,n)&&n!==r&&An(t,n,{get:()=>e[n],enumerable:!(a=Ed(e,n))||a.enumerable});return t},Id=(t,e,r)=>(xn(t,e,"default"),r&&xn(r,e,"default")),Co=(t,e,r)=>(r=t!=null?kd(_d(t)):{},xn(e||!t||!t.__esModule?An(r,"default",{value:t,enumerable:!0}):r,t)),_o=Ld((t,e)=>{var r="Expected a function",a=NaN,n="[object Symbol]",i=/^\s+|\s+$/g,o=/^[-+]0x[0-9a-f]+$/i,l=/^0b[01]+$/i,s=/^0o[0-7]+$/i,u=parseInt,c=typeof fa=="object"&&fa&&fa.Object===Object&&fa,d=typeof self=="object"&&self&&self.Object===Object&&self,h=c||d||Function("return this")(),b=Object.prototype,E=b.toString,ne=Math.max,V=Math.min,f=function(){return h.Date.now()};function me(g,S,w){var L,G,D,F,K,O,ge=0,we=!1,B=!1,k=!0;if(typeof g!="function")throw new TypeError(r);S=C(S)||0,z(w)&&(we=!!w.leading,B="maxWait"in w,D=B?ne(C(w.maxWait)||0,S):D,k="trailing"in w?!!w.trailing:k);function ye($){var M=L,U=G;return L=G=void 0,ge=$,F=g.apply(U,M),F}function ie($){return ge=$,K=setTimeout(P,S),we?ye($):F}function v($){var M=$-O,U=$-ge,ee=S-M;return B?V(ee,D-U):ee}function x($){var M=$-O,U=$-ge;return O===void 0||M>=S||M<0||B&&U>=D}function P(){var $=f();if(x($))return re($);K=setTimeout(P,v($))}function re($){return K=void 0,k&&L?ye($):(L=G=void 0,F)}function H(){K!==void 0&&clearTimeout(K),ge=0,L=O=G=K=void 0}function ce(){return K===void 0?F:re(f())}function he(){var $=f(),M=x($);if(L=arguments,G=this,O=$,M){if(K===void 0)return ie(O);if(B)return K=setTimeout(P,S),ye(O)}return K===void 0&&(K=setTimeout(P,S)),F}return he.cancel=H,he.flush=ce,he}function z(g){var S=typeof g;return!!g&&(S=="object"||S=="function")}function J(g){return!!g&&typeof g=="object"}function ue(g){return typeof g=="symbol"||J(g)&&E.call(g)==n}function C(g){if(typeof g=="number")return g;if(ue(g))return a;if(z(g)){var S=typeof g.valueOf=="function"?g.valueOf():g;g=z(S)?S+"":S}if(typeof g!="string")return g===0?g:+g;g=g.replace(i,"");var w=l.test(g);return w||s.test(g)?u(g.slice(2),w?2:8):o.test(g)?a:+g}e.exports=me}),Po={};Bd(Po,{default:()=>Dn});var Fd=Co(_o());Id(Po,Co(_o()));var{default:Eo,...zd}=Fd,Dn=Eo!==void 0?Eo:zd;var Od=Object.create,En=Object.defineProperty,Md=Object.getOwnPropertyDescriptor,Rd=Object.getOwnPropertyNames,Nd=Object.getPrototypeOf,qd=Object.prototype.hasOwnProperty,Ud=(t,e)=>()=>(e||t((e={exports:{}}).exports,e),e.exports),jd=(t,e)=>{for(var r in e)En(t,r,{get:e[r],enumerable:!0})},kn=(t,e,r,a)=>{if(e&&typeof e=="object"||typeof e=="function")for(let n of Rd(e))!qd.call(t,n)&&n!==r&&En(t,n,{get:()=>e[n],enumerable:!(a=Md(e,n))||a.enumerable});return t},Kd=(t,e,r)=>(kn(t,e,"default"),r&&kn(r,e,"default")),Bo=(t,e,r)=>(r=t!=null?Od(Nd(t)):{},kn(e||!t||!t.__esModule?En(r,"default",{value:t,enumerable:!0}):r,t)),Io=Ud((t,e)=>{(function(r,a){typeof t=="object"&&typeof e=="object"?e.exports=a():typeof define=="function"&&define.amd?define([],a):typeof t=="object"?t.notie=a():r.notie=a()})(t,function(){return function(r){function a(i){if(n[i])return n[i].exports;var o=n[i]={i,l:!1,exports:{}};return r[i].call(o.exports,o,o.exports,a),o.l=!0,o.exports}var n={};return a.m=r,a.c=n,a.i=function(i){return i},a.d=function(i,o,l){a.o(i,o)||Object.defineProperty(i,o,{configurable:!1,enumerable:!0,get:l})},a.n=function(i){var o=i&&i.__esModule?function(){return i.default}:function(){return i};return a.d(o,"a",o),o},a.o=function(i,o){return Object.prototype.hasOwnProperty.call(i,o)},a.p="",a(a.s=1)}([function(r,a){r.exports=function(n){return n.webpackPolyfill||(n.deprecate=function(){},n.paths=[],n.children||(n.children=[]),Object.defineProperty(n,"loaded",{enumerable:!0,get:function(){return n.l}}),Object.defineProperty(n,"id",{enumerable:!0,get:function(){return n.i}}),n.webpackPolyfill=1),n}},function(r,a,n){"use strict";(function(i){var o,l,s,u=typeof Symbol=="function"&&typeof Symbol.iterator=="symbol"?function(c){return typeof c}:function(c){return c&&typeof Symbol=="function"&&c.constructor===Symbol&&c!==Symbol.prototype?"symbol":typeof c};(function(c,d){u(a)==="object"&&u(i)==="object"?i.exports=d():(l=[],o=d,s=typeof o=="function"?o.apply(a,l):o,s!==void 0&&(i.exports=s))})(void 0,function(){return function(c){function d(b){if(h[b])return h[b].exports;var E=h[b]={i:b,l:!1,exports:{}};return c[b].call(E.exports,E,E.exports,d),E.l=!0,E.exports}var h={};return d.m=c,d.c=h,d.i=function(b){return b},d.d=function(b,E,ne){d.o(b,E)||Object.defineProperty(b,E,{configurable:!1,enumerable:!0,get:ne})},d.n=function(b){var E=b&&b.__esModule?function(){return b.default}:function(){return b};return d.d(E,"a",E),E},d.o=function(b,E){return Object.prototype.hasOwnProperty.call(b,E)},d.p="",d(d.s=0)}([function(c,d,h){function b(v,x){var P={};for(var re in v)x.indexOf(re)>=0||Object.prototype.hasOwnProperty.call(v,re)&&(P[re]=v[re]);return P}Object.defineProperty(d,"__esModule",{value:!0});var E=typeof Symbol=="function"&&u(Symbol.iterator)==="symbol"?function(v){return typeof v>"u"?"undefined":u(v)}:function(v){return v&&typeof Symbol=="function"&&v.constructor===Symbol&&v!==Symbol.prototype?"symbol":typeof v>"u"?"undefined":u(v)},ne=Object.assign||function(v){for(var x=1;x'+re+"",ee.onclick=function(){return D(oe,U)},ee.listener=function(I){(w(I)||L(I))&&O()},G(ee,U),ce&&ce<1&&(ce=1),!$&&ce&&J(ce).then(function(){return D(oe,U)})},we=d.force=function(v,x){var P=v.type,re=P===void 0?5:P,H=v.text,ce=v.buttonText,he=ce===void 0?"OK":ce,$=v.callback,M=v.position,U=M===void 0?f.positions.force||U.top:M;ue(),O();var ee=document.createElement("div"),oe=C();ee.id=oe;var I=document.createElement("div");I.classList.add(f.classes.textbox),I.classList.add(f.classes.backgroundInfo),I.innerHTML='
'+H+"
";var Q=document.createElement("div");Q.classList.add(f.classes.button),Q.classList.add(g[re]),Q.innerHTML=he,Q.onclick=function(){D(oe,U),K(),$?$():x&&x()},ee.appendChild(I),ee.appendChild(Q),ee.listener=function(ve){w(ve)&&Q.click()},G(ee,U),F()},B=d.confirm=function(v,x,P){var re=v.text,H=v.submitText,ce=H===void 0?"Yes":H,he=v.cancelText,$=he===void 0?"Cancel":he,M=v.submitCallback,U=v.cancelCallback,ee=v.position,oe=ee===void 0?f.positions.confirm||oe.top:ee;ue(),O();var I=document.createElement("div"),Q=C();I.id=Q;var ve=document.createElement("div");ve.classList.add(f.classes.textbox),ve.classList.add(f.classes.backgroundInfo),ve.innerHTML='
'+re+"
";var se=document.createElement("div");se.classList.add(f.classes.button),se.classList.add(f.classes.elementHalf),se.classList.add(f.classes.backgroundSuccess),se.innerHTML=ce,se.onclick=function(){D(Q,oe),K(),M?M():x&&x()};var j=document.createElement("div");j.classList.add(f.classes.button),j.classList.add(f.classes.elementHalf),j.classList.add(f.classes.backgroundError),j.innerHTML=$,j.onclick=function(){D(Q,oe),K(),U?U():P&&P()},I.appendChild(ve),I.appendChild(se),I.appendChild(j),I.listener=function(xe){w(xe)?se.click():L(xe)&&j.click()},G(I,oe),F(I,oe)},k=function(v,x,P){var re=v.text,H=v.submitText,ce=H===void 0?"Submit":H,he=v.cancelText,$=he===void 0?"Cancel":he,M=v.submitCallback,U=v.cancelCallback,ee=v.position,oe=ee===void 0?f.positions.input||oe.top:ee,I=b(v,["text","submitText","cancelText","submitCallback","cancelCallback","position"]);ue(),O();var Q=document.createElement("div"),ve=C();Q.id=ve;var se=document.createElement("div");se.classList.add(f.classes.textbox),se.classList.add(f.classes.backgroundInfo),se.innerHTML='
'+re+"
";var j=document.createElement("input");j.classList.add(f.classes.inputField),j.setAttribute("autocapitalize",I.autocapitalize||"none"),j.setAttribute("autocomplete",I.autocomplete||"off"),j.setAttribute("autocorrect",I.autocorrect||"off"),j.setAttribute("autofocus",I.autofocus||"true"),j.setAttribute("inputmode",I.inputmode||"verbatim"),j.setAttribute("max",I.max||""),j.setAttribute("maxlength",I.maxlength||""),j.setAttribute("min",I.min||""),j.setAttribute("minlength",I.minlength||""),j.setAttribute("placeholder",I.placeholder||""),j.setAttribute("spellcheck",I.spellcheck||"default"),j.setAttribute("step",I.step||"any"),j.setAttribute("type",I.type||"text"),j.value=I.value||"",I.allowed&&(j.oninput=function(){var ke=void 0;if(Array.isArray(I.allowed)){for(var Ce="",qe=I.allowed,Ye=0;Ye'+P+"",U.appendChild(oe),he.forEach(function(Q,ve){var se=Q.type,j=se===void 0?1:se,xe=Q.text,Pe=Q.handler,ke=document.createElement("div");ke.classList.add(g[j]),ke.classList.add(f.classes.button),ke.classList.add(f.classes.selectChoice);var Ce=he[ve+1];Ce&&!Ce.type&&(Ce.type=1),Ce&&Ce.type===j&&ke.classList.add(f.classes.selectChoiceRepeated),ke.innerHTML=xe,ke.onclick=function(){D(ee,M),K(),Pe()},U.appendChild(ke)});var I=document.createElement("div");I.classList.add(f.classes.backgroundNeutral),I.classList.add(f.classes.button),I.innerHTML=H,I.onclick=function(){D(ee,M),K(),ce?ce():x&&x()},U.appendChild(I),U.listener=function(Q){L(Q)&&I.click()},G(U,M),F(U,M)},ie=d.date=function(v,x,P){var re=v.value,H=re===void 0?new Date:re,ce=v.submitText,he=ce===void 0?"OK":ce,$=v.cancelText,M=$===void 0?"Cancel":$,U=v.submitCallback,ee=v.cancelCallback,oe=v.position,I=oe===void 0?f.positions.date||I.top:oe;ue(),O();var Q="▾",ve=document.createElement("div"),se=document.createElement("div"),j=document.createElement("div"),xe=function(Ae){ve.innerHTML=f.dateMonths[Ae.getMonth()],se.innerHTML=Ae.getDate(),j.innerHTML=Ae.getFullYear()},Pe=function(Ae){var de=new Date(H.getFullYear(),H.getMonth()+1,0).getDate(),$e=Ae.target.textContent.replace(/^0+/,"").replace(/[^\d]/g,"").slice(0,2);Number($e)>de&&($e=de.toString()),Ae.target.textContent=$e,Number($e)<1&&($e="1"),H.setDate(Number($e))},ke=function(Ae){var de=Ae.target.textContent.replace(/^0+/,"").replace(/[^\d]/g,"").slice(0,4);Ae.target.textContent=de,H.setFullYear(Number(de))},Ce=function(Ae){xe(H)},qe=function(Ae){var de=new Date(H.getFullYear(),H.getMonth()+Ae+1,0).getDate();H.getDate()>de&&H.setDate(de),H.setMonth(H.getMonth()+Ae),xe(H)},Ye=function(Ae){H.setDate(H.getDate()+Ae),xe(H)},Pr=function(Ae){var de=H.getFullYear()+Ae;de<0?H.setFullYear(0):H.setFullYear(H.getFullYear()+Ae),xe(H)},ct=document.createElement("div"),Qt=C();ct.id=Qt;var cr=document.createElement("div");cr.classList.add(f.classes.backgroundInfo);var Fe=document.createElement("div");Fe.classList.add(f.classes.dateSelectorInner);var tt=document.createElement("div");tt.classList.add(f.classes.button),tt.classList.add(f.classes.elementThird),tt.classList.add(f.classes.dateSelectorUp),tt.innerHTML=Q;var ze=document.createElement("div");ze.classList.add(f.classes.button),ze.classList.add(f.classes.elementThird),ze.classList.add(f.classes.dateSelectorUp),ze.innerHTML=Q;var Ve=document.createElement("div");Ve.classList.add(f.classes.button),Ve.classList.add(f.classes.elementThird),Ve.classList.add(f.classes.dateSelectorUp),Ve.innerHTML=Q,ve.classList.add(f.classes.element),ve.classList.add(f.classes.elementThird),ve.innerHTML=f.dateMonths[H.getMonth()],se.classList.add(f.classes.element),se.classList.add(f.classes.elementThird),se.setAttribute("contentEditable",!0),se.addEventListener("input",Pe),se.addEventListener("blur",Ce),se.innerHTML=H.getDate(),j.classList.add(f.classes.element),j.classList.add(f.classes.elementThird),j.setAttribute("contentEditable",!0),j.addEventListener("input",ke),j.addEventListener("blur",Ce),j.innerHTML=H.getFullYear();var bt=document.createElement("div");bt.classList.add(f.classes.button),bt.classList.add(f.classes.elementThird),bt.innerHTML=Q;var Tt=document.createElement("div");Tt.classList.add(f.classes.button),Tt.classList.add(f.classes.elementThird),Tt.innerHTML=Q;var Yt=document.createElement("div");Yt.classList.add(f.classes.button),Yt.classList.add(f.classes.elementThird),Yt.innerHTML=Q,tt.onclick=function(){return qe(1)},ze.onclick=function(){return Ye(1)},Ve.onclick=function(){return Pr(1)},bt.onclick=function(){return qe(-1)},Tt.onclick=function(){return Ye(-1)},Yt.onclick=function(){return Pr(-1)};var Ue=document.createElement("div");Ue.classList.add(f.classes.button),Ue.classList.add(f.classes.elementHalf),Ue.classList.add(f.classes.backgroundSuccess),Ue.innerHTML=he,Ue.onclick=function(){D(Qt,I),K(),U?U(H):x&&x(H)};var vt=document.createElement("div");vt.classList.add(f.classes.button),vt.classList.add(f.classes.elementHalf),vt.classList.add(f.classes.backgroundError),vt.innerHTML=M,vt.onclick=function(){D(Qt,I),K(),ee?ee(H):P&&P(H)},Fe.appendChild(tt),Fe.appendChild(ze),Fe.appendChild(Ve),Fe.appendChild(ve),Fe.appendChild(se),Fe.appendChild(j),Fe.appendChild(bt),Fe.appendChild(Tt),Fe.appendChild(Yt),cr.appendChild(Fe),ct.appendChild(cr),ct.appendChild(Ue),ct.appendChild(vt),ct.listener=function(Ae){w(Ae)?Ue.click():L(Ae)&&vt.click()},G(ct,I),F(ct,I)};d.default={alert:ge,force:we,confirm:B,input:k,select:ye,date:ie,setOptions:me,hideAlerts:O}}])})}).call(a,n(0)(r))}])})}),Fo={};jd(Fo,{default:()=>ba});var Wd=Bo(Io());Kd(Fo,Bo(Io()));var{default:Lo,...Hd}=Wd,ba=Lo!==void 0?Lo:Hd;var Ta=typeof navigator<"u"?navigator.userAgent.toLowerCase().indexOf("firefox")>0:!1;function Ir(t,e,r,a){t.addEventListener?t.addEventListener(e,r,a):t.attachEvent&&t.attachEvent(`on${e}`,()=>{r(window.event)})}function Cn(t,e){let r=e.slice(0,e.length-1);for(let a=0;a=0;)e[r-1]+=",",e.splice(r,1),r=e.lastIndexOf("");return e}function zo(t,e){let r=t.length>=e.length?t:e,a=t.length>=e.length?e:t,n=!0;for(let i=0;imr[t.toLowerCase()]||rt[t.toLowerCase()]||t.toUpperCase().charCodeAt(0),Gd=t=>Object.keys(mr).find(e=>mr[e]===t),Vd=t=>Object.keys(rt).find(e=>rt[e]===t);function Uo(t){No=t||"all"}function Fr(){return No||"all"}function $d(){return fe.slice(0)}function Qd(){return fe.map(t=>Gd(t)||Vd(t)||String.fromCharCode(t))}function Yd(){let t=[];return Object.keys(De).forEach(e=>{De[e].forEach(({key:r,scope:a,mods:n,shortcut:i})=>{t.push({scope:a,shortcut:i,mods:n,keys:r.split("+").map(o=>zr(o))})})}),t}function Xd(t){let e=t.target||t.srcElement,{tagName:r}=e,a=!0;return(e.isContentEditable||(r==="INPUT"||r==="TEXTAREA"||r==="SELECT")&&!e.readOnly)&&(a=!1),a}function Zd(t){return typeof t=="string"&&(t=zr(t)),fe.indexOf(t)!==-1}function Jd(t,e){let r,a;t||(t=Fr());for(let n in De)if(Object.prototype.hasOwnProperty.call(De,n))for(r=De[n],a=0;a=0&&fe.splice(r,1),t.key&&t.key.toLowerCase()==="meta"&&fe.splice(0,fe.length),(e===93||e===224)&&(e=91),e in Ie){Ie[e]=!1;for(let a in rt)rt[a]===e&&(Bt[a]=!1)}}function jo(t,...e){if(typeof t>"u")Object.keys(De).forEach(r=>delete De[r]);else if(Array.isArray(t))t.forEach(r=>{r.key&&Pn(r)});else if(typeof t=="object")t.key&&Pn(t);else if(typeof t=="string"){let[r,a]=e;typeof r=="function"&&(a=r,r=""),Pn({key:t,scope:r,method:a,splitKey:"+"})}}var Pn=({key:t,scope:e,method:r,splitKey:a="+"})=>{_n(t).forEach(i=>{let o=i.split(a),l=o.length,s=o[l-1],u=s==="*"?"*":zr(s);if(!De[u])return;e||(e=Fr());let c=l>1?Cn(rt,o):[];De[u]=De[u].filter(d=>!((r?d.method===r:!0)&&d.scope===e&&zo(d.mods,c)))})};function Mo(t,e,r,a){if(e.element!==a)return;let n;if(e.scope===r||e.scope==="all"){n=e.mods.length>0;for(let i in Ie)Object.prototype.hasOwnProperty.call(Ie,i)&&(!Ie[i]&&e.mods.indexOf(+i)>-1||Ie[i]&&e.mods.indexOf(+i)===-1)&&(n=!1);(e.mods.length===0&&!Ie[16]&&!Ie[18]&&!Ie[17]&&!Ie[91]||n||e.shortcut==="*")&&(e.keys=[],e.keys=e.keys.concat(fe),e.method(t,e)===!1&&(t.preventDefault?t.preventDefault():t.returnValue=!1,t.stopPropagation&&t.stopPropagation(),t.cancelBubble&&(t.cancelBubble=!0)))}}function Ro(t,e){let r=De["*"],a=t.keyCode||t.which||t.charCode;if(!Bt.filter.call(this,t))return;if((a===93||a===224)&&(a=91),fe.indexOf(a)===-1&&a!==229&&fe.push(a),["ctrlKey","altKey","shiftKey","metaKey"].forEach(i=>{let o=va[i];t[i]&&fe.indexOf(o)===-1?fe.push(o):!t[i]&&fe.indexOf(o)>-1?fe.splice(fe.indexOf(o),1):i==="metaKey"&&t[i]&&fe.length===3&&(t.ctrlKey||t.shiftKey||t.altKey||(fe=fe.slice(fe.indexOf(o))))}),a in Ie){Ie[a]=!0;for(let i in rt)rt[i]===a&&(Bt[i]=!0);if(!r)return}for(let i in Ie)Object.prototype.hasOwnProperty.call(Ie,i)&&(Ie[i]=t[va[i]]);t.getModifierState&&!(t.altKey&&!t.ctrlKey)&&t.getModifierState("AltGraph")&&(fe.indexOf(17)===-1&&fe.push(17),fe.indexOf(18)===-1&&fe.push(18),Ie[17]=!0,Ie[18]=!0);let n=Fr();if(r)for(let i=0;i-1}function Bt(t,e,r){fe=[];let a=_n(t),n=[],i="all",o=document,l=0,s=!1,u=!0,c="+",d=!1,h=!1;for(r===void 0&&typeof e=="function"&&(r=e),Object.prototype.toString.call(e)==="[object Object]"&&(e.scope&&(i=e.scope),e.element&&(o=e.element),e.keyup&&(s=e.keyup),e.keydown!==void 0&&(u=e.keydown),e.capture!==void 0&&(d=e.capture),typeof e.splitKey=="string"&&(c=e.splitKey),e.single===!0&&(h=!0)),typeof e=="string"&&(i=e),h&&jo(t,i);l1&&(n=Cn(rt,t)),t=t[t.length-1],t=t==="*"?"*":zr(t),t in De||(De[t]=[]),De[t].push({keyup:s,keydown:u,scope:i,mods:n,shortcut:a[l],method:r,key:a[l],splitKey:c,element:o});typeof o<"u"&&!tp(o)&&window&&(qo.push(o),Ir(o,"keydown",b=>{Ro(b,o)},d),Oo||(Oo=!0,Ir(window,"focus",()=>{fe=[]},d),Ir(window,"click",()=>{fe=[]},!1)),Ir(o,"keyup",b=>{Ro(b,o),ep(b)},d))}function rp(t,e="all"){Object.keys(De).forEach(r=>{De[r].filter(n=>n.scope===e&&n.shortcut===t).forEach(n=>{n&&n.method&&n.method()})})}var Ln={getPressedKeyString:Qd,setScope:Uo,getScope:Fr,deleteScope:Jd,getPressedKeyCodes:$d,getAllKeyCodes:Yd,isPressed:Zd,filter:Xd,trigger:rp,unbind:jo,keyMap:mr,modifier:rt,modifierMap:va};for(let t in Ln)Object.prototype.hasOwnProperty.call(Ln,t)&&(Bt[t]=Ln[t]);if(typeof window<"u"){let t=window.hotkeys;Bt.noConflict=e=>(e&&window.hotkeys===Bt&&(window.hotkeys=t),Bt),window.hotkeys=Bt}var ap={"Amazon Silk":"amazon_silk","Android Browser":"android",Bada:"bada",BlackBerry:"blackberry",Chrome:"chrome",Chromium:"chromium",Electron:"electron",Epiphany:"epiphany",Firefox:"firefox",Focus:"focus",Generic:"generic","Google Search":"google_search",Googlebot:"googlebot","Internet Explorer":"ie","K-Meleon":"k_meleon",Maxthon:"maxthon","Microsoft Edge":"edge","MZ Browser":"mz","NAVER Whale Browser":"naver",Opera:"opera","Opera Coast":"opera_coast",PhantomJS:"phantomjs",Puffin:"puffin",QupZilla:"qupzilla",QQ:"qq",QQLite:"qqlite",Safari:"safari",Sailfish:"sailfish","Samsung Internet for Android":"samsung_internet",SeaMonkey:"seamonkey",Sleipnir:"sleipnir",Swing:"swing",Tizen:"tizen","UC Browser":"uc",Vivaldi:"vivaldi","WebOS Browser":"webos",WeChat:"wechat","Yandex Browser":"yandex",Roku:"roku"},Wo={amazon_silk:"Amazon Silk",android:"Android Browser",bada:"Bada",blackberry:"BlackBerry",chrome:"Chrome",chromium:"Chromium",electron:"Electron",epiphany:"Epiphany",firefox:"Firefox",focus:"Focus",generic:"Generic",googlebot:"Googlebot",google_search:"Google Search",ie:"Internet Explorer",k_meleon:"K-Meleon",maxthon:"Maxthon",edge:"Microsoft Edge",mz:"MZ Browser",naver:"NAVER Whale Browser",opera:"Opera",opera_coast:"Opera Coast",phantomjs:"PhantomJS",puffin:"Puffin",qupzilla:"QupZilla",qq:"QQ Browser",qqlite:"QQ Browser Lite",safari:"Safari",sailfish:"Sailfish",samsung_internet:"Samsung Internet for Android",seamonkey:"SeaMonkey",sleipnir:"Sleipnir",swing:"Swing",tizen:"Tizen",uc:"UC Browser",vivaldi:"Vivaldi",webos:"WebOS Browser",wechat:"WeChat",yandex:"Yandex Browser"},_e={tablet:"tablet",mobile:"mobile",desktop:"desktop",tv:"tv"},Ke={WindowsPhone:"Windows Phone",Windows:"Windows",MacOS:"macOS",iOS:"iOS",Android:"Android",WebOS:"WebOS",BlackBerry:"BlackBerry",Bada:"Bada",Tizen:"Tizen",Linux:"Linux",ChromeOS:"Chrome OS",PlayStation4:"PlayStation 4",Roku:"Roku"},It={EdgeHTML:"EdgeHTML",Blink:"Blink",Trident:"Trident",Presto:"Presto",Gecko:"Gecko",WebKit:"WebKit"},y=class{static getFirstMatch(t,e){let r=e.match(t);return r&&r.length>0&&r[1]||""}static getSecondMatch(t,e){let r=e.match(t);return r&&r.length>1&&r[2]||""}static matchAndReturnConst(t,e,r){if(t.test(e))return r}static getWindowsVersionName(t){switch(t){case"NT":return"NT";case"XP":return"XP";case"NT 5.0":return"2000";case"NT 5.1":return"XP";case"NT 5.2":return"2003";case"NT 6.0":return"Vista";case"NT 6.1":return"7";case"NT 6.2":return"8";case"NT 6.3":return"8.1";case"NT 10.0":return"10";default:return}}static getMacOSVersionName(t){let e=t.split(".").splice(0,2).map(r=>parseInt(r,10)||0);if(e.push(0),e[0]===10)switch(e[1]){case 5:return"Leopard";case 6:return"Snow Leopard";case 7:return"Lion";case 8:return"Mountain Lion";case 9:return"Mavericks";case 10:return"Yosemite";case 11:return"El Capitan";case 12:return"Sierra";case 13:return"High Sierra";case 14:return"Mojave";case 15:return"Catalina";default:return}}static getAndroidVersionName(t){let e=t.split(".").splice(0,2).map(r=>parseInt(r,10)||0);if(e.push(0),!(e[0]===1&&e[1]<5)){if(e[0]===1&&e[1]<6)return"Cupcake";if(e[0]===1&&e[1]>=6)return"Donut";if(e[0]===2&&e[1]<2)return"Eclair";if(e[0]===2&&e[1]===2)return"Froyo";if(e[0]===2&&e[1]>2)return"Gingerbread";if(e[0]===3)return"Honeycomb";if(e[0]===4&&e[1]<1)return"Ice Cream Sandwich";if(e[0]===4&&e[1]<4)return"Jelly Bean";if(e[0]===4&&e[1]>=4)return"KitKat";if(e[0]===5)return"Lollipop";if(e[0]===6)return"Marshmallow";if(e[0]===7)return"Nougat";if(e[0]===8)return"Oreo";if(e[0]===9)return"Pie"}}static getVersionPrecision(t){return t.split(".").length}static compareVersions(t,e,r=!1){let a=y.getVersionPrecision(t),n=y.getVersionPrecision(e),i=Math.max(a,n),o=0,l=y.map([t,e],s=>{let u=i-y.getVersionPrecision(s),c=s+new Array(u+1).join(".0");return y.map(c.split("."),d=>new Array(20-d.length).join("0")+d).reverse()});for(r&&(o=i-Math.min(a,n)),i-=1;i>=o;){if(l[0][i]>l[1][i])return 1;if(l[0][i]===l[1][i]){if(i===o)return 0;i-=1}else if(l[0][i]{r[o]=i[o]})}return t}static getBrowserAlias(t){return ap[t]}static getBrowserTypeByAlias(t){return Wo[t]||""}},be=/version\/(\d+(\.?_?\d+)+)/i,np=[{test:[/googlebot/i],describe(t){let e={name:"Googlebot"},r=y.getFirstMatch(/googlebot\/(\d+(\.\d+))/i,t)||y.getFirstMatch(be,t);return r&&(e.version=r),e}},{test:[/opera/i],describe(t){let e={name:"Opera"},r=y.getFirstMatch(be,t)||y.getFirstMatch(/(?:opera)[\s/](\d+(\.?_?\d+)+)/i,t);return r&&(e.version=r),e}},{test:[/opr\/|opios/i],describe(t){let e={name:"Opera"},r=y.getFirstMatch(/(?:opr|opios)[\s/](\S+)/i,t)||y.getFirstMatch(be,t);return r&&(e.version=r),e}},{test:[/SamsungBrowser/i],describe(t){let e={name:"Samsung Internet for Android"},r=y.getFirstMatch(be,t)||y.getFirstMatch(/(?:SamsungBrowser)[\s/](\d+(\.?_?\d+)+)/i,t);return r&&(e.version=r),e}},{test:[/Whale/i],describe(t){let e={name:"NAVER Whale Browser"},r=y.getFirstMatch(be,t)||y.getFirstMatch(/(?:whale)[\s/](\d+(?:\.\d+)+)/i,t);return r&&(e.version=r),e}},{test:[/MZBrowser/i],describe(t){let e={name:"MZ Browser"},r=y.getFirstMatch(/(?:MZBrowser)[\s/](\d+(?:\.\d+)+)/i,t)||y.getFirstMatch(be,t);return r&&(e.version=r),e}},{test:[/focus/i],describe(t){let e={name:"Focus"},r=y.getFirstMatch(/(?:focus)[\s/](\d+(?:\.\d+)+)/i,t)||y.getFirstMatch(be,t);return r&&(e.version=r),e}},{test:[/swing/i],describe(t){let e={name:"Swing"},r=y.getFirstMatch(/(?:swing)[\s/](\d+(?:\.\d+)+)/i,t)||y.getFirstMatch(be,t);return r&&(e.version=r),e}},{test:[/coast/i],describe(t){let e={name:"Opera Coast"},r=y.getFirstMatch(be,t)||y.getFirstMatch(/(?:coast)[\s/](\d+(\.?_?\d+)+)/i,t);return r&&(e.version=r),e}},{test:[/opt\/\d+(?:.?_?\d+)+/i],describe(t){let e={name:"Opera Touch"},r=y.getFirstMatch(/(?:opt)[\s/](\d+(\.?_?\d+)+)/i,t)||y.getFirstMatch(be,t);return r&&(e.version=r),e}},{test:[/yabrowser/i],describe(t){let e={name:"Yandex Browser"},r=y.getFirstMatch(/(?:yabrowser)[\s/](\d+(\.?_?\d+)+)/i,t)||y.getFirstMatch(be,t);return r&&(e.version=r),e}},{test:[/ucbrowser/i],describe(t){let e={name:"UC Browser"},r=y.getFirstMatch(be,t)||y.getFirstMatch(/(?:ucbrowser)[\s/](\d+(\.?_?\d+)+)/i,t);return r&&(e.version=r),e}},{test:[/Maxthon|mxios/i],describe(t){let e={name:"Maxthon"},r=y.getFirstMatch(be,t)||y.getFirstMatch(/(?:Maxthon|mxios)[\s/](\d+(\.?_?\d+)+)/i,t);return r&&(e.version=r),e}},{test:[/epiphany/i],describe(t){let e={name:"Epiphany"},r=y.getFirstMatch(be,t)||y.getFirstMatch(/(?:epiphany)[\s/](\d+(\.?_?\d+)+)/i,t);return r&&(e.version=r),e}},{test:[/puffin/i],describe(t){let e={name:"Puffin"},r=y.getFirstMatch(be,t)||y.getFirstMatch(/(?:puffin)[\s/](\d+(\.?_?\d+)+)/i,t);return r&&(e.version=r),e}},{test:[/sleipnir/i],describe(t){let e={name:"Sleipnir"},r=y.getFirstMatch(be,t)||y.getFirstMatch(/(?:sleipnir)[\s/](\d+(\.?_?\d+)+)/i,t);return r&&(e.version=r),e}},{test:[/k-meleon/i],describe(t){let e={name:"K-Meleon"},r=y.getFirstMatch(be,t)||y.getFirstMatch(/(?:k-meleon)[\s/](\d+(\.?_?\d+)+)/i,t);return r&&(e.version=r),e}},{test:[/micromessenger/i],describe(t){let e={name:"WeChat"},r=y.getFirstMatch(/(?:micromessenger)[\s/](\d+(\.?_?\d+)+)/i,t)||y.getFirstMatch(be,t);return r&&(e.version=r),e}},{test:[/qqbrowser/i],describe(t){let e={name:/qqbrowserlite/i.test(t)?"QQ Browser Lite":"QQ Browser"},r=y.getFirstMatch(/(?:qqbrowserlite|qqbrowser)[/](\d+(\.?_?\d+)+)/i,t)||y.getFirstMatch(be,t);return r&&(e.version=r),e}},{test:[/msie|trident/i],describe(t){let e={name:"Internet Explorer"},r=y.getFirstMatch(/(?:msie |rv:)(\d+(\.?_?\d+)+)/i,t);return r&&(e.version=r),e}},{test:[/\sedg\//i],describe(t){let e={name:"Microsoft Edge"},r=y.getFirstMatch(/\sedg\/(\d+(\.?_?\d+)+)/i,t);return r&&(e.version=r),e}},{test:[/edg([ea]|ios)/i],describe(t){let e={name:"Microsoft Edge"},r=y.getSecondMatch(/edg([ea]|ios)\/(\d+(\.?_?\d+)+)/i,t);return r&&(e.version=r),e}},{test:[/vivaldi/i],describe(t){let e={name:"Vivaldi"},r=y.getFirstMatch(/vivaldi\/(\d+(\.?_?\d+)+)/i,t);return r&&(e.version=r),e}},{test:[/seamonkey/i],describe(t){let e={name:"SeaMonkey"},r=y.getFirstMatch(/seamonkey\/(\d+(\.?_?\d+)+)/i,t);return r&&(e.version=r),e}},{test:[/sailfish/i],describe(t){let e={name:"Sailfish"},r=y.getFirstMatch(/sailfish\s?browser\/(\d+(\.\d+)?)/i,t);return r&&(e.version=r),e}},{test:[/silk/i],describe(t){let e={name:"Amazon Silk"},r=y.getFirstMatch(/silk\/(\d+(\.?_?\d+)+)/i,t);return r&&(e.version=r),e}},{test:[/phantom/i],describe(t){let e={name:"PhantomJS"},r=y.getFirstMatch(/phantomjs\/(\d+(\.?_?\d+)+)/i,t);return r&&(e.version=r),e}},{test:[/slimerjs/i],describe(t){let e={name:"SlimerJS"},r=y.getFirstMatch(/slimerjs\/(\d+(\.?_?\d+)+)/i,t);return r&&(e.version=r),e}},{test:[/blackberry|\bbb\d+/i,/rim\stablet/i],describe(t){let e={name:"BlackBerry"},r=y.getFirstMatch(be,t)||y.getFirstMatch(/blackberry[\d]+\/(\d+(\.?_?\d+)+)/i,t);return r&&(e.version=r),e}},{test:[/(web|hpw)[o0]s/i],describe(t){let e={name:"WebOS Browser"},r=y.getFirstMatch(be,t)||y.getFirstMatch(/w(?:eb)?[o0]sbrowser\/(\d+(\.?_?\d+)+)/i,t);return r&&(e.version=r),e}},{test:[/bada/i],describe(t){let e={name:"Bada"},r=y.getFirstMatch(/dolfin\/(\d+(\.?_?\d+)+)/i,t);return r&&(e.version=r),e}},{test:[/tizen/i],describe(t){let e={name:"Tizen"},r=y.getFirstMatch(/(?:tizen\s?)?browser\/(\d+(\.?_?\d+)+)/i,t)||y.getFirstMatch(be,t);return r&&(e.version=r),e}},{test:[/qupzilla/i],describe(t){let e={name:"QupZilla"},r=y.getFirstMatch(/(?:qupzilla)[\s/](\d+(\.?_?\d+)+)/i,t)||y.getFirstMatch(be,t);return r&&(e.version=r),e}},{test:[/firefox|iceweasel|fxios/i],describe(t){let e={name:"Firefox"},r=y.getFirstMatch(/(?:firefox|iceweasel|fxios)[\s/](\d+(\.?_?\d+)+)/i,t);return r&&(e.version=r),e}},{test:[/electron/i],describe(t){let e={name:"Electron"},r=y.getFirstMatch(/(?:electron)\/(\d+(\.?_?\d+)+)/i,t);return r&&(e.version=r),e}},{test:[/MiuiBrowser/i],describe(t){let e={name:"Miui"},r=y.getFirstMatch(/(?:MiuiBrowser)[\s/](\d+(\.?_?\d+)+)/i,t);return r&&(e.version=r),e}},{test:[/chromium/i],describe(t){let e={name:"Chromium"},r=y.getFirstMatch(/(?:chromium)[\s/](\d+(\.?_?\d+)+)/i,t)||y.getFirstMatch(be,t);return r&&(e.version=r),e}},{test:[/chrome|crios|crmo/i],describe(t){let e={name:"Chrome"},r=y.getFirstMatch(/(?:chrome|crios|crmo)\/(\d+(\.?_?\d+)+)/i,t);return r&&(e.version=r),e}},{test:[/GSA/i],describe(t){let e={name:"Google Search"},r=y.getFirstMatch(/(?:GSA)\/(\d+(\.?_?\d+)+)/i,t);return r&&(e.version=r),e}},{test(t){let e=!t.test(/like android/i),r=t.test(/android/i);return e&&r},describe(t){let e={name:"Android Browser"},r=y.getFirstMatch(be,t);return r&&(e.version=r),e}},{test:[/playstation 4/i],describe(t){let e={name:"PlayStation 4"},r=y.getFirstMatch(be,t);return r&&(e.version=r),e}},{test:[/safari|applewebkit/i],describe(t){let e={name:"Safari"},r=y.getFirstMatch(be,t);return r&&(e.version=r),e}},{test:[/.*/i],describe(t){let e=/^(.*)\/(.*) /,r=/^(.*)\/(.*)[ \t]\((.*)/,a=t.search("\\(")!==-1?r:e;return{name:y.getFirstMatch(a,t),version:y.getSecondMatch(a,t)}}}],ip=np,op=[{test:[/Roku\/DVP/],describe(t){let e=y.getFirstMatch(/Roku\/DVP-(\d+\.\d+)/i,t);return{name:Ke.Roku,version:e}}},{test:[/windows phone/i],describe(t){let e=y.getFirstMatch(/windows phone (?:os)?\s?(\d+(\.\d+)*)/i,t);return{name:Ke.WindowsPhone,version:e}}},{test:[/windows /i],describe(t){let e=y.getFirstMatch(/Windows ((NT|XP)( \d\d?.\d)?)/i,t),r=y.getWindowsVersionName(e);return{name:Ke.Windows,version:e,versionName:r}}},{test:[/Macintosh(.*?) FxiOS(.*?)\//],describe(t){let e={name:Ke.iOS},r=y.getSecondMatch(/(Version\/)(\d[\d.]+)/,t);return r&&(e.version=r),e}},{test:[/macintosh/i],describe(t){let e=y.getFirstMatch(/mac os x (\d+(\.?_?\d+)+)/i,t).replace(/[_\s]/g,"."),r=y.getMacOSVersionName(e),a={name:Ke.MacOS,version:e};return r&&(a.versionName=r),a}},{test:[/(ipod|iphone|ipad)/i],describe(t){let e=y.getFirstMatch(/os (\d+([_\s]\d+)*) like mac os x/i,t).replace(/[_\s]/g,".");return{name:Ke.iOS,version:e}}},{test(t){let e=!t.test(/like android/i),r=t.test(/android/i);return e&&r},describe(t){let e=y.getFirstMatch(/android[\s/-](\d+(\.\d+)*)/i,t),r=y.getAndroidVersionName(e),a={name:Ke.Android,version:e};return r&&(a.versionName=r),a}},{test:[/(web|hpw)[o0]s/i],describe(t){let e=y.getFirstMatch(/(?:web|hpw)[o0]s\/(\d+(\.\d+)*)/i,t),r={name:Ke.WebOS};return e&&e.length&&(r.version=e),r}},{test:[/blackberry|\bbb\d+/i,/rim\stablet/i],describe(t){let e=y.getFirstMatch(/rim\stablet\sos\s(\d+(\.\d+)*)/i,t)||y.getFirstMatch(/blackberry\d+\/(\d+([_\s]\d+)*)/i,t)||y.getFirstMatch(/\bbb(\d+)/i,t);return{name:Ke.BlackBerry,version:e}}},{test:[/bada/i],describe(t){let e=y.getFirstMatch(/bada\/(\d+(\.\d+)*)/i,t);return{name:Ke.Bada,version:e}}},{test:[/tizen/i],describe(t){let e=y.getFirstMatch(/tizen[/\s](\d+(\.\d+)*)/i,t);return{name:Ke.Tizen,version:e}}},{test:[/linux/i],describe(){return{name:Ke.Linux}}},{test:[/CrOS/],describe(){return{name:Ke.ChromeOS}}},{test:[/PlayStation 4/],describe(t){let e=y.getFirstMatch(/PlayStation 4[/\s](\d+(\.\d+)*)/i,t);return{name:Ke.PlayStation4,version:e}}}],sp=[{test:[/googlebot/i],describe(){return{type:"bot",vendor:"Google"}}},{test:[/huawei/i],describe(t){let e=y.getFirstMatch(/(can-l01)/i,t)&&"Nova",r={type:_e.mobile,vendor:"Huawei"};return e&&(r.model=e),r}},{test:[/nexus\s*(?:7|8|9|10).*/i],describe(){return{type:_e.tablet,vendor:"Nexus"}}},{test:[/ipad/i],describe(){return{type:_e.tablet,vendor:"Apple",model:"iPad"}}},{test:[/Macintosh(.*?) FxiOS(.*?)\//],describe(){return{type:_e.tablet,vendor:"Apple",model:"iPad"}}},{test:[/kftt build/i],describe(){return{type:_e.tablet,vendor:"Amazon",model:"Kindle Fire HD 7"}}},{test:[/silk/i],describe(){return{type:_e.tablet,vendor:"Amazon"}}},{test:[/tablet(?! pc)/i],describe(){return{type:_e.tablet}}},{test(t){let e=t.test(/ipod|iphone/i),r=t.test(/like (ipod|iphone)/i);return e&&!r},describe(t){let e=y.getFirstMatch(/(ipod|iphone)/i,t);return{type:_e.mobile,vendor:"Apple",model:e}}},{test:[/nexus\s*[0-6].*/i,/galaxy nexus/i],describe(){return{type:_e.mobile,vendor:"Nexus"}}},{test:[/[^-]mobi/i],describe(){return{type:_e.mobile}}},{test(t){return t.getBrowserName(!0)==="blackberry"},describe(){return{type:_e.mobile,vendor:"BlackBerry"}}},{test(t){return t.getBrowserName(!0)==="bada"},describe(){return{type:_e.mobile}}},{test(t){return t.getBrowserName()==="windows phone"},describe(){return{type:_e.mobile,vendor:"Microsoft"}}},{test(t){let e=Number(String(t.getOSVersion()).split(".")[0]);return t.getOSName(!0)==="android"&&e>=3},describe(){return{type:_e.tablet}}},{test(t){return t.getOSName(!0)==="android"},describe(){return{type:_e.mobile}}},{test(t){return t.getOSName(!0)==="macos"},describe(){return{type:_e.desktop,vendor:"Apple"}}},{test(t){return t.getOSName(!0)==="windows"},describe(){return{type:_e.desktop}}},{test(t){return t.getOSName(!0)==="linux"},describe(){return{type:_e.desktop}}},{test(t){return t.getOSName(!0)==="playstation 4"},describe(){return{type:_e.tv}}},{test(t){return t.getOSName(!0)==="roku"},describe(){return{type:_e.tv}}}],lp=[{test(t){return t.getBrowserName(!0)==="microsoft edge"},describe(t){if(/\sedg\//i.test(t))return{name:It.Blink};let e=y.getFirstMatch(/edge\/(\d+(\.?_?\d+)+)/i,t);return{name:It.EdgeHTML,version:e}}},{test:[/trident/i],describe(t){let e={name:It.Trident},r=y.getFirstMatch(/trident\/(\d+(\.?_?\d+)+)/i,t);return r&&(e.version=r),e}},{test(t){return t.test(/presto/i)},describe(t){let e={name:It.Presto},r=y.getFirstMatch(/presto\/(\d+(\.?_?\d+)+)/i,t);return r&&(e.version=r),e}},{test(t){let e=t.test(/gecko/i),r=t.test(/like gecko/i);return e&&!r},describe(t){let e={name:It.Gecko},r=y.getFirstMatch(/gecko\/(\d+(\.?_?\d+)+)/i,t);return r&&(e.version=r),e}},{test:[/(apple)?webkit\/537\.36/i],describe(){return{name:It.Blink}}},{test:[/(apple)?webkit/i],describe(t){let e={name:It.WebKit},r=y.getFirstMatch(/webkit\/(\d+(\.?_?\d+)+)/i,t);return r&&(e.version=r),e}}],up=class{constructor(t,e=!1){if(t==null||t==="")throw new Error("UserAgent parameter can't be empty");this._ua=t,this.parsedResult={},e!==!0&&this.parse()}getUA(){return this._ua}test(t){return t.test(this._ua)}parseBrowser(){this.parsedResult.browser={};let t=y.find(ip,e=>{if(typeof e.test=="function")return e.test(this);if(e.test instanceof Array)return e.test.some(r=>this.test(r));throw new Error("Browser's test function is not valid")});return t&&(this.parsedResult.browser=t.describe(this.getUA())),this.parsedResult.browser}getBrowser(){return this.parsedResult.browser?this.parsedResult.browser:this.parseBrowser()}getBrowserName(t){return t?String(this.getBrowser().name).toLowerCase()||"":this.getBrowser().name||""}getBrowserVersion(){return this.getBrowser().version}getOS(){return this.parsedResult.os?this.parsedResult.os:this.parseOS()}parseOS(){this.parsedResult.os={};let t=y.find(op,e=>{if(typeof e.test=="function")return e.test(this);if(e.test instanceof Array)return e.test.some(r=>this.test(r));throw new Error("Browser's test function is not valid")});return t&&(this.parsedResult.os=t.describe(this.getUA())),this.parsedResult.os}getOSName(t){let{name:e}=this.getOS();return t?String(e).toLowerCase()||"":e||""}getOSVersion(){return this.getOS().version}getPlatform(){return this.parsedResult.platform?this.parsedResult.platform:this.parsePlatform()}getPlatformType(t=!1){let{type:e}=this.getPlatform();return t?String(e).toLowerCase()||"":e||""}parsePlatform(){this.parsedResult.platform={};let t=y.find(sp,e=>{if(typeof e.test=="function")return e.test(this);if(e.test instanceof Array)return e.test.some(r=>this.test(r));throw new Error("Browser's test function is not valid")});return t&&(this.parsedResult.platform=t.describe(this.getUA())),this.parsedResult.platform}getEngine(){return this.parsedResult.engine?this.parsedResult.engine:this.parseEngine()}getEngineName(t){return t?String(this.getEngine().name).toLowerCase()||"":this.getEngine().name||""}parseEngine(){this.parsedResult.engine={};let t=y.find(lp,e=>{if(typeof e.test=="function")return e.test(this);if(e.test instanceof Array)return e.test.some(r=>this.test(r));throw new Error("Browser's test function is not valid")});return t&&(this.parsedResult.engine=t.describe(this.getUA())),this.parsedResult.engine}parse(){return this.parseBrowser(),this.parseOS(),this.parsePlatform(),this.parseEngine(),this}getResult(){return y.assign({},this.parsedResult)}satisfies(t){let e={},r=0,a={},n=0;if(Object.keys(t).forEach(i=>{let o=t[i];typeof o=="string"?(a[i]=o,n+=1):typeof o=="object"&&(e[i]=o,r+=1)}),r>0){let i=Object.keys(e),o=y.find(i,s=>this.isOS(s));if(o){let s=this.satisfies(e[o]);if(s!==void 0)return s}let l=y.find(i,s=>this.isPlatform(s));if(l){let s=this.satisfies(e[l]);if(s!==void 0)return s}}if(n>0){let i=Object.keys(a),o=y.find(i,l=>this.isBrowser(l,!0));if(o!==void 0)return this.compareVersion(a[o])}}isBrowser(t,e=!1){let r=this.getBrowserName().toLowerCase(),a=t.toLowerCase(),n=y.getBrowserTypeByAlias(a);return e&&n&&(a=n.toLowerCase()),a===r}compareVersion(t){let e=[0],r=t,a=!1,n=this.getBrowserVersion();if(typeof n=="string")return t[0]===">"||t[0]==="<"?(r=t.substr(1),t[1]==="="?(a=!0,r=t.substr(2)):e=[],t[0]===">"?e.push(1):e.push(-1)):t[0]==="="?r=t.substr(1):t[0]==="~"&&(a=!0,r=t.substr(1)),e.indexOf(y.compareVersions(n,r,a))>-1}isOS(t){return this.getOSName(!0)===String(t).toLowerCase()}isPlatform(t){return this.getPlatformType(!0)===String(t).toLowerCase()}isEngine(t){return this.getEngineName(!0)===String(t).toLowerCase()}is(t,e=!1){return this.isBrowser(t,e)||this.isOS(t)||this.isPlatform(t)}some(t=[]){return t.some(e=>this.is(e))}},Ko=up,cp=class{static getParser(t,e=!1){if(typeof t!="string")throw new Error("UserAgent should be a string");return new Ko(t,e)}static parse(t){return new Ko(t).getResult()}static get BROWSER_MAP(){return Wo}static get ENGINE_MAP(){return It}static get OS_MAP(){return Ke}static get PLATFORMS_MAP(){return _e}},ya=cp;var{entries:Zo,setPrototypeOf:Ho,isFrozen:dp,getPrototypeOf:pp,getOwnPropertyDescriptor:mp}=Object,{freeze:We,seal:nt,create:gp}=Object,{apply:Mn,construct:Rn}=typeof Reflect<"u"&&Reflect;Mn||(Mn=function(t,e,r){return t.apply(e,r)});We||(We=function(t){return t});nt||(nt=function(t){return t});Rn||(Rn=function(t,e){return new t(...e)});var hp=Ze(Array.prototype.forEach),Go=Ze(Array.prototype.pop),Or=Ze(Array.prototype.push),xa=Ze(String.prototype.toLowerCase),Bn=Ze(String.prototype.toString),fp=Ze(String.prototype.match),at=Ze(String.prototype.replace),bp=Ze(String.prototype.indexOf),Tp=Ze(String.prototype.trim),Qe=Ze(RegExp.prototype.test),Mr=vp(TypeError);function Ze(t){return function(e){for(var r=arguments.length,a=new Array(r>1?r-1:0),n=1;n/gm),Ap=nt(/\${[\w\W]*}/gm),Dp=nt(/^data-[\-\w.\u00B7-\uFFFF]/),kp=nt(/^aria-[\-\w]+$/),Jo=nt(/^(?:(?:(?:f|ht)tps?|mailto|tel|callto|sms|cid|xmpp):|[^a-z]|[a-z+.\-]+(?:[^a-z+.\-:]|$))/i),Ep=nt(/^(?:\w+script|data):/i),Cp=nt(/[\u0000-\u0020\u00A0\u1680\u180E\u2000-\u2029\u205F\u3000]/g),es=nt(/^html$/i),Xo=Object.freeze({__proto__:null,MUSTACHE_EXPR:wp,ERB_EXPR:xp,TMPLIT_EXPR:Ap,DATA_ATTR:Dp,ARIA_ATTR:kp,IS_ALLOWED_URI:Jo,IS_SCRIPT_OR_DATA:Ep,ATTR_WHITESPACE:Cp,DOCTYPE_NAME:es}),_p=()=>typeof window>"u"?null:window,Pp=function(t,e){if(typeof t!="object"||typeof t.createPolicy!="function")return null;let r=null,a="data-tt-policy-suffix";e&&e.hasAttribute(a)&&(r=e.getAttribute(a));let n="dompurify"+(r?"#"+r:"");try{return t.createPolicy(n,{createHTML(i){return i},createScriptURL(i){return i}})}catch{return null}};function ts(){let t=arguments.length>0&&arguments[0]!==void 0?arguments[0]:_p(),e=p=>ts(p);if(e.version="3.0.3",e.removed=[],!t||!t.document||t.document.nodeType!==9)return e.isSupported=!1,e;let r=t.document,a=r.currentScript,{document:n}=t,{DocumentFragment:i,HTMLTemplateElement:o,Node:l,Element:s,NodeFilter:u,NamedNodeMap:c=t.NamedNodeMap||t.MozNamedAttrMap,HTMLFormElement:d,DOMParser:h,trustedTypes:b}=t,E=s.prototype,ne=Sa(E,"cloneNode"),V=Sa(E,"nextSibling"),f=Sa(E,"childNodes"),me=Sa(E,"parentNode");if(typeof o=="function"){let p=n.createElement("template");p.content&&p.content.ownerDocument&&(n=p.content.ownerDocument)}let z,J="",{implementation:ue,createNodeIterator:C,createDocumentFragment:g,getElementsByTagName:S}=n,{importNode:w}=r,L={};e.isSupported=typeof Zo=="function"&&typeof me=="function"&&ue&&ue.createHTMLDocument!==void 0;let{MUSTACHE_EXPR:G,ERB_EXPR:D,TMPLIT_EXPR:F,DATA_ATTR:K,ARIA_ATTR:O,IS_SCRIPT_OR_DATA:ge,ATTR_WHITESPACE:we}=Xo,{IS_ALLOWED_URI:B}=Xo,k=null,ye=ae({},[...Vo,...In,...Fn,...zn,...$o]),ie=null,v=ae({},[...Qo,...On,...Yo,...wa]),x=Object.seal(Object.create(null,{tagNameCheck:{writable:!0,configurable:!1,enumerable:!0,value:null},attributeNameCheck:{writable:!0,configurable:!1,enumerable:!0,value:null},allowCustomizedBuiltInElements:{writable:!0,configurable:!1,enumerable:!0,value:!1}})),P=null,re=null,H=!0,ce=!0,he=!1,$=!0,M=!1,U=!1,ee=!1,oe=!1,I=!1,Q=!1,ve=!1,se=!0,j=!1,xe="user-content-",Pe=!0,ke=!1,Ce={},qe=null,Ye=ae({},["annotation-xml","audio","colgroup","desc","foreignobject","head","iframe","math","mi","mn","mo","ms","mtext","noembed","noframes","noscript","plaintext","script","style","svg","template","thead","title","video","xmp"]),Pr=null,ct=ae({},["audio","video","img","source","image","track"]),Qt=null,cr=ae({},["alt","class","for","id","label","name","pattern","placeholder","role","summary","title","value","style","xmlns"]),Fe="http://www.w3.org/1998/Math/MathML",tt="http://www.w3.org/2000/svg",ze="http://www.w3.org/1999/xhtml",Ve=ze,bt=!1,Tt=null,Yt=ae({},[Fe,tt,ze],Bn),Ue,vt=["application/xhtml+xml","text/html"],Ae="text/html",de,$e=null,ac=n.createElement("form"),ao=function(p){return p instanceof RegExp||p instanceof Function},pn=function(p){if(!($e&&$e===p)){if((!p||typeof p!="object")&&(p={}),p=gr(p),Ue=vt.indexOf(p.PARSER_MEDIA_TYPE)===-1?Ue=Ae:Ue=p.PARSER_MEDIA_TYPE,de=Ue==="application/xhtml+xml"?Bn:xa,k="ALLOWED_TAGS"in p?ae({},p.ALLOWED_TAGS,de):ye,ie="ALLOWED_ATTR"in p?ae({},p.ALLOWED_ATTR,de):v,Tt="ALLOWED_NAMESPACES"in p?ae({},p.ALLOWED_NAMESPACES,Bn):Yt,Qt="ADD_URI_SAFE_ATTR"in p?ae(gr(cr),p.ADD_URI_SAFE_ATTR,de):cr,Pr="ADD_DATA_URI_TAGS"in p?ae(gr(ct),p.ADD_DATA_URI_TAGS,de):ct,qe="FORBID_CONTENTS"in p?ae({},p.FORBID_CONTENTS,de):Ye,P="FORBID_TAGS"in p?ae({},p.FORBID_TAGS,de):{},re="FORBID_ATTR"in p?ae({},p.FORBID_ATTR,de):{},Ce="USE_PROFILES"in p?p.USE_PROFILES:!1,H=p.ALLOW_ARIA_ATTR!==!1,ce=p.ALLOW_DATA_ATTR!==!1,he=p.ALLOW_UNKNOWN_PROTOCOLS||!1,$=p.ALLOW_SELF_CLOSE_IN_ATTR!==!1,M=p.SAFE_FOR_TEMPLATES||!1,U=p.WHOLE_DOCUMENT||!1,I=p.RETURN_DOM||!1,Q=p.RETURN_DOM_FRAGMENT||!1,ve=p.RETURN_TRUSTED_TYPE||!1,oe=p.FORCE_BODY||!1,se=p.SANITIZE_DOM!==!1,j=p.SANITIZE_NAMED_PROPS||!1,Pe=p.KEEP_CONTENT!==!1,ke=p.IN_PLACE||!1,B=p.ALLOWED_URI_REGEXP||Jo,Ve=p.NAMESPACE||ze,x=p.CUSTOM_ELEMENT_HANDLING||{},p.CUSTOM_ELEMENT_HANDLING&&ao(p.CUSTOM_ELEMENT_HANDLING.tagNameCheck)&&(x.tagNameCheck=p.CUSTOM_ELEMENT_HANDLING.tagNameCheck),p.CUSTOM_ELEMENT_HANDLING&&ao(p.CUSTOM_ELEMENT_HANDLING.attributeNameCheck)&&(x.attributeNameCheck=p.CUSTOM_ELEMENT_HANDLING.attributeNameCheck),p.CUSTOM_ELEMENT_HANDLING&&typeof p.CUSTOM_ELEMENT_HANDLING.allowCustomizedBuiltInElements=="boolean"&&(x.allowCustomizedBuiltInElements=p.CUSTOM_ELEMENT_HANDLING.allowCustomizedBuiltInElements),M&&(ce=!1),Q&&(I=!0),Ce&&(k=ae({},[...$o]),ie=[],Ce.html===!0&&(ae(k,Vo),ae(ie,Qo)),Ce.svg===!0&&(ae(k,In),ae(ie,On),ae(ie,wa)),Ce.svgFilters===!0&&(ae(k,Fn),ae(ie,On),ae(ie,wa)),Ce.mathMl===!0&&(ae(k,zn),ae(ie,Yo),ae(ie,wa))),p.ADD_TAGS&&(k===ye&&(k=gr(k)),ae(k,p.ADD_TAGS,de)),p.ADD_ATTR&&(ie===v&&(ie=gr(ie)),ae(ie,p.ADD_ATTR,de)),p.ADD_URI_SAFE_ATTR&&ae(Qt,p.ADD_URI_SAFE_ATTR,de),p.FORBID_CONTENTS&&(qe===Ye&&(qe=gr(qe)),ae(qe,p.FORBID_CONTENTS,de)),Pe&&(k["#text"]=!0),U&&ae(k,["html","head","body"]),k.table&&(ae(k,["tbody"]),delete P.tbody),p.TRUSTED_TYPES_POLICY){if(typeof p.TRUSTED_TYPES_POLICY.createHTML!="function")throw Mr('TRUSTED_TYPES_POLICY configuration option must provide a "createHTML" hook.');if(typeof p.TRUSTED_TYPES_POLICY.createScriptURL!="function")throw Mr('TRUSTED_TYPES_POLICY configuration option must provide a "createScriptURL" hook.');z=p.TRUSTED_TYPES_POLICY,J=z.createHTML("")}else z===void 0&&(z=Pp(b,a)),z!==null&&typeof J=="string"&&(J=z.createHTML(""));We&&We(p),$e=p}},no=ae({},["mi","mo","mn","ms","mtext"]),io=ae({},["foreignobject","desc","title","annotation-xml"]),nc=ae({},["title","style","font","a","script"]),da=ae({},In);ae(da,Fn),ae(da,yp);let mn=ae({},zn);ae(mn,Sp);let ic=function(p){let _=me(p);(!_||!_.tagName)&&(_={namespaceURI:Ve,tagName:"template"});let A=xa(p.tagName),le=xa(_.tagName);return Tt[p.namespaceURI]?p.namespaceURI===tt?_.namespaceURI===ze?A==="svg":_.namespaceURI===Fe?A==="svg"&&(le==="annotation-xml"||no[le]):!!da[A]:p.namespaceURI===Fe?_.namespaceURI===ze?A==="math":_.namespaceURI===tt?A==="math"&&io[le]:!!mn[A]:p.namespaceURI===ze?_.namespaceURI===tt&&!io[le]||_.namespaceURI===Fe&&!no[le]?!1:!mn[A]&&(nc[A]||!da[A]):!!(Ue==="application/xhtml+xml"&&Tt[p.namespaceURI]):!1},dr=function(p){Or(e.removed,{element:p});try{p.parentNode.removeChild(p)}catch{p.remove()}},gn=function(p,_){try{Or(e.removed,{attribute:_.getAttributeNode(p),from:_})}catch{Or(e.removed,{attribute:null,from:_})}if(_.removeAttribute(p),p==="is"&&!ie[p])if(I||Q)try{dr(_)}catch{}else try{_.setAttribute(p,"")}catch{}},oo=function(p){let _,A;if(oe)p=""+p;else{let je=fp(p,/^[\r\n\t ]+/);A=je&&je[0]}Ue==="application/xhtml+xml"&&Ve===ze&&(p=''+p+"");let le=z?z.createHTML(p):p;if(Ve===ze)try{_=new h().parseFromString(le,Ue)}catch{}if(!_||!_.documentElement){_=ue.createDocument(Ve,"template",null);try{_.documentElement.innerHTML=bt?J:le}catch{}}let Le=_.body||_.documentElement;return p&&A&&Le.insertBefore(n.createTextNode(A),Le.childNodes[0]||null),Ve===ze?S.call(_,U?"html":"body")[0]:U?_.documentElement:Le},so=function(p){return C.call(p.ownerDocument||p,p,u.SHOW_ELEMENT|u.SHOW_COMMENT|u.SHOW_TEXT,null,!1)},oc=function(p){return p instanceof d&&(typeof p.nodeName!="string"||typeof p.textContent!="string"||typeof p.removeChild!="function"||!(p.attributes instanceof c)||typeof p.removeAttribute!="function"||typeof p.setAttribute!="function"||typeof p.namespaceURI!="string"||typeof p.insertBefore!="function"||typeof p.hasChildNodes!="function")},pa=function(p){return typeof l=="object"?p instanceof l:p&&typeof p=="object"&&typeof p.nodeType=="number"&&typeof p.nodeName=="string"},yt=function(p,_,A){L[p]&&hp(L[p],le=>{le.call(e,_,A,$e)})},lo=function(p){let _;if(yt("beforeSanitizeElements",p,null),oc(p))return dr(p),!0;let A=de(p.nodeName);if(yt("uponSanitizeElement",p,{tagName:A,allowedTags:k}),p.hasChildNodes()&&!pa(p.firstElementChild)&&(!pa(p.content)||!pa(p.content.firstElementChild))&&Qe(/<[/\w]/g,p.innerHTML)&&Qe(/<[/\w]/g,p.textContent))return dr(p),!0;if(!k[A]||P[A]){if(!P[A]&&co(A)&&(x.tagNameCheck instanceof RegExp&&Qe(x.tagNameCheck,A)||x.tagNameCheck instanceof Function&&x.tagNameCheck(A)))return!1;if(Pe&&!qe[A]){let le=me(p)||p.parentNode,Le=f(p)||p.childNodes;if(Le&&le){let je=Le.length;for(let He=je-1;He>=0;--He)le.insertBefore(ne(Le[He],!0),V(p))}}return dr(p),!0}return p instanceof s&&!ic(p)||(A==="noscript"||A==="noembed")&&Qe(/<\/no(script|embed)/i,p.innerHTML)?(dr(p),!0):(M&&p.nodeType===3&&(_=p.textContent,_=at(_,G," "),_=at(_,D," "),_=at(_,F," "),p.textContent!==_&&(Or(e.removed,{element:p.cloneNode()}),p.textContent=_)),yt("afterSanitizeElements",p,null),!1)},uo=function(p,_,A){if(se&&(_==="id"||_==="name")&&(A in n||A in ac))return!1;if(!(ce&&!re[_]&&Qe(K,_))&&!(H&&Qe(O,_))){if(!ie[_]||re[_]){if(!(co(p)&&(x.tagNameCheck instanceof RegExp&&Qe(x.tagNameCheck,p)||x.tagNameCheck instanceof Function&&x.tagNameCheck(p))&&(x.attributeNameCheck instanceof RegExp&&Qe(x.attributeNameCheck,_)||x.attributeNameCheck instanceof Function&&x.attributeNameCheck(_))||_==="is"&&x.allowCustomizedBuiltInElements&&(x.tagNameCheck instanceof RegExp&&Qe(x.tagNameCheck,A)||x.tagNameCheck instanceof Function&&x.tagNameCheck(A))))return!1}else if(!Qt[_]&&!Qe(B,at(A,we,""))&&!((_==="src"||_==="xlink:href"||_==="href")&&p!=="script"&&bp(A,"data:")===0&&Pr[p])&&!(he&&!Qe(ge,at(A,we,"")))&&A)return!1}return!0},co=function(p){return p.indexOf("-")>0},po=function(p){let _,A,le,Le;yt("beforeSanitizeAttributes",p,null);let{attributes:je}=p;if(!je)return;let He={attrName:"",attrValue:"",keepAttr:!0,allowedAttributes:ie};for(Le=je.length;Le--;){_=je[Le];let{name:Be,namespaceURI:pr}=_;if(A=Be==="value"?_.value:Tp(_.value),le=de(Be),He.attrName=le,He.attrValue=A,He.keepAttr=!0,He.forceKeepAttr=void 0,yt("uponSanitizeAttribute",p,He),A=He.attrValue,He.forceKeepAttr||(gn(Be,p),!He.keepAttr))continue;if(!$&&Qe(/\/>/i,A)){gn(Be,p);continue}M&&(A=at(A,G," "),A=at(A,D," "),A=at(A,F," "));let mo=de(p.nodeName);if(uo(mo,le,A)){if(j&&(le==="id"||le==="name")&&(gn(Be,p),A=xe+A),z&&typeof b=="object"&&typeof b.getAttributeType=="function"&&!pr)switch(b.getAttributeType(mo,le)){case"TrustedHTML":{A=z.createHTML(A);break}case"TrustedScriptURL":{A=z.createScriptURL(A);break}}try{pr?p.setAttributeNS(pr,Be,A):p.setAttribute(Be,A),Go(e.removed)}catch{}}}yt("afterSanitizeAttributes",p,null)},sc=function p(_){let A,le=so(_);for(yt("beforeSanitizeShadowDOM",_,null);A=le.nextNode();)yt("uponSanitizeShadowNode",A,null),!lo(A)&&(A.content instanceof i&&p(A.content),po(A));yt("afterSanitizeShadowDOM",_,null)};return e.sanitize=function(p){let _=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{},A,le,Le,je;if(bt=!p,bt&&(p=""),typeof p!="string"&&!pa(p))if(typeof p.toString=="function"){if(p=p.toString(),typeof p!="string")throw Mr("dirty is not a string, aborting")}else throw Mr("toString is not a function");if(!e.isSupported)return p;if(ee||pn(_),e.removed=[],typeof p=="string"&&(ke=!1),ke){if(p.nodeName){let pr=de(p.nodeName);if(!k[pr]||P[pr])throw Mr("root node is forbidden and cannot be sanitized in-place")}}else if(p instanceof l)A=oo(""),le=A.ownerDocument.importNode(p,!0),le.nodeType===1&&le.nodeName==="BODY"||le.nodeName==="HTML"?A=le:A.appendChild(le);else{if(!I&&!M&&!U&&p.indexOf("<")===-1)return z&&ve?z.createHTML(p):p;if(A=oo(p),!A)return I?null:ve?J:""}A&&oe&&dr(A.firstChild);let He=so(ke?p:A);for(;Le=He.nextNode();)lo(Le)||(Le.content instanceof i&&sc(Le.content),po(Le));if(ke)return p;if(I){if(Q)for(je=g.call(A.ownerDocument);A.firstChild;)je.appendChild(A.firstChild);else je=A;return(ie.shadowroot||ie.shadowrootmod)&&(je=w.call(r,je,!0)),je}let Be=U?A.outerHTML:A.innerHTML;return U&&k["!doctype"]&&A.ownerDocument&&A.ownerDocument.doctype&&A.ownerDocument.doctype.name&&Qe(es,A.ownerDocument.doctype.name)&&(Be=" +`+Be),M&&(Be=at(Be,G," "),Be=at(Be,D," "),Be=at(Be,F," ")),z&&ve?z.createHTML(Be):Be},e.setConfig=function(p){pn(p),ee=!0},e.clearConfig=function(){$e=null,ee=!1},e.isValidAttribute=function(p,_,A){$e||pn({});let le=de(p),Le=de(_);return uo(le,Le,A)},e.addHook=function(p,_){typeof _=="function"&&(L[p]=L[p]||[],Or(L[p],_))},e.removeHook=function(p){if(L[p])return Go(L[p])},e.removeHooks=function(p){L[p]&&(L[p]=[])},e.removeAllHooks=function(){L={}},e}var rs=ts();var Lp=Object.create,qn=Object.defineProperty,Bp=Object.getOwnPropertyDescriptor,Ip=Object.getOwnPropertyNames,Fp=Object.getPrototypeOf,zp=Object.prototype.hasOwnProperty,Un=(t,e)=>()=>(e||t((e={exports:{}}).exports,e),e.exports),Op=(t,e)=>{for(var r in e)qn(t,r,{get:e[r],enumerable:!0})},Nn=(t,e,r,a)=>{if(e&&typeof e=="object"||typeof e=="function")for(let n of Ip(e))!zp.call(t,n)&&n!==r&&qn(t,n,{get:()=>e[n],enumerable:!(a=Bp(e,n))||a.enumerable});return t},Mp=(t,e,r)=>(Nn(t,e,"default"),r&&Nn(r,e,"default")),ns=(t,e,r)=>(r=t!=null?Lp(Fp(t)):{},Nn(e||!t||!t.__esModule?qn(r,"default",{value:t,enumerable:!0}):r,t)),Rp=Un((t,e)=>{function r(a,n){if(n&&n.documentElement)a=n,n=arguments[2];else if(!a||!a.documentElement)throw new Error("First argument to Readability constructor should be a document object.");if(n=n||{},this._doc=a,this._docJSDOMParser=this._doc.firstChild.__JSDOMParser__,this._articleTitle=null,this._articleByline=null,this._articleDir=null,this._articleSiteName=null,this._attempts=[],this._debug=!!n.debug,this._maxElemsToParse=n.maxElemsToParse||this.DEFAULT_MAX_ELEMS_TO_PARSE,this._nbTopCandidates=n.nbTopCandidates||this.DEFAULT_N_TOP_CANDIDATES,this._charThreshold=n.charThreshold||this.DEFAULT_CHAR_THRESHOLD,this._classesToPreserve=this.CLASSES_TO_PRESERVE.concat(n.classesToPreserve||[]),this._keepClasses=!!n.keepClasses,this._serializer=n.serializer||function(i){return i.innerHTML},this._disableJSONLD=!!n.disableJSONLD,this._allowedVideoRegex=n.allowedVideoRegex||this.REGEXPS.videos,this._flags=this.FLAG_STRIP_UNLIKELYS|this.FLAG_WEIGHT_CLASSES|this.FLAG_CLEAN_CONDITIONALLY,this._debug){let i=function(o){if(o.nodeType==o.TEXT_NODE)return`${o.nodeName} ("${o.textContent}")`;let l=Array.from(o.attributes||[],function(s){return`${s.name}="${s.value}"`}).join(" ");return`<${o.localName} ${l}>`};this.log=function(){if(typeof console<"u")Array.from(arguments,s=>s&&s.nodeType==this.ELEMENT_NODE?i(s):s).unshift("Reader: (Readability)");else if(typeof dump<"u"){var o=Array.prototype.map.call(arguments,function(l){return l&&l.nodeName?i(l):l}).join(" ");dump("Reader: (Readability) "+o+` +`)}}}else this.log=function(){}}r.prototype={FLAG_STRIP_UNLIKELYS:1,FLAG_WEIGHT_CLASSES:2,FLAG_CLEAN_CONDITIONALLY:4,ELEMENT_NODE:1,TEXT_NODE:3,DEFAULT_MAX_ELEMS_TO_PARSE:0,DEFAULT_N_TOP_CANDIDATES:5,DEFAULT_TAGS_TO_SCORE:"section,h2,h3,h4,h5,h6,p,td,pre".toUpperCase().split(","),DEFAULT_CHAR_THRESHOLD:500,REGEXPS:{unlikelyCandidates:/-ad-|ai2html|banner|breadcrumbs|combx|comment|community|cover-wrap|disqus|extra|footer|gdpr|header|legends|menu|related|remark|replies|rss|shoutbox|sidebar|skyscraper|social|sponsor|supplemental|ad-break|agegate|pagination|pager|popup|yom-remote/i,okMaybeItsACandidate:/and|article|body|column|content|main|shadow/i,positive:/article|body|content|entry|hentry|h-entry|main|page|pagination|post|text|blog|story/i,negative:/-ad-|hidden|^hid$| hid$| hid |^hid |banner|combx|comment|com-|contact|foot|footer|footnote|gdpr|masthead|media|meta|outbrain|promo|related|scroll|share|shoutbox|sidebar|skyscraper|sponsor|shopping|tags|tool|widget/i,extraneous:/print|archive|comment|discuss|e[\-]?mail|share|reply|all|login|sign|single|utility/i,byline:/byline|author|dateline|writtenby|p-author/i,replaceFonts:/<(\/?)font[^>]*>/gi,normalize:/\s{2,}/g,videos:/\/\/(www\.)?((dailymotion|youtube|youtube-nocookie|player\.vimeo|v\.qq)\.com|(archive|upload\.wikimedia)\.org|player\.twitch\.tv)/i,shareElements:/(\b|_)(share|sharedaddy)(\b|_)/i,nextLink:/(next|weiter|continue|>([^\|]|$)|»([^\|]|$))/i,prevLink:/(prev|earl|old|new|<|«)/i,tokenize:/\W+/g,whitespace:/^\s*$/,hasContent:/\S$/,hashUrl:/^#.+/,srcsetUrl:/(\S+)(\s+[\d.]+[xw])?(\s*(?:,|$))/g,b64DataUrl:/^data:\s*([^\s;,]+)\s*;\s*base64\s*,/i,jsonLdArticleTypes:/^Article|AdvertiserContentArticle|NewsArticle|AnalysisNewsArticle|AskPublicNewsArticle|BackgroundNewsArticle|OpinionNewsArticle|ReportageNewsArticle|ReviewNewsArticle|Report|SatiricalArticle|ScholarlyArticle|MedicalScholarlyArticle|SocialMediaPosting|BlogPosting|LiveBlogPosting|DiscussionForumPosting|TechArticle|APIReference$/},UNLIKELY_ROLES:["menu","menubar","complementary","navigation","alert","alertdialog","dialog"],DIV_TO_P_ELEMS:new Set(["BLOCKQUOTE","DL","DIV","IMG","OL","P","PRE","TABLE","UL"]),ALTER_TO_DIV_EXCEPTIONS:["DIV","ARTICLE","SECTION","P"],PRESENTATIONAL_ATTRIBUTES:["align","background","bgcolor","border","cellpadding","cellspacing","frame","hspace","rules","style","valign","vspace"],DEPRECATED_SIZE_ATTRIBUTE_ELEMS:["TABLE","TH","TD","HR","PRE"],PHRASING_ELEMS:["ABBR","AUDIO","B","BDO","BR","BUTTON","CITE","CODE","DATA","DATALIST","DFN","EM","EMBED","I","IMG","INPUT","KBD","LABEL","MARK","MATH","METER","NOSCRIPT","OBJECT","OUTPUT","PROGRESS","Q","RUBY","SAMP","SCRIPT","SELECT","SMALL","SPAN","STRONG","SUB","SUP","TEXTAREA","TIME","VAR","WBR"],CLASSES_TO_PRESERVE:["page"],HTML_ESCAPE_MAP:{lt:"<",gt:">",amp:"&",quot:'"',apos:"'"},_postProcessContent:function(a){this._fixRelativeUris(a),this._simplifyNestedElements(a),this._keepClasses||this._cleanClasses(a)},_removeNodes:function(a,n){if(this._docJSDOMParser&&a._isLiveNodeList)throw new Error("Do not pass live node lists to _removeNodes");for(var i=a.length-1;i>=0;i--){var o=a[i],l=o.parentNode;l&&(!n||n.call(this,o,i,a))&&l.removeChild(o)}},_replaceNodeTags:function(a,n){if(this._docJSDOMParser&&a._isLiveNodeList)throw new Error("Do not pass live node lists to _replaceNodeTags");for(let i of a)this._setNodeTag(i,n)},_forEachNode:function(a,n){Array.prototype.forEach.call(a,n,this)},_findNode:function(a,n){return Array.prototype.find.call(a,n,this)},_someNode:function(a,n){return Array.prototype.some.call(a,n,this)},_everyNode:function(a,n){return Array.prototype.every.call(a,n,this)},_concatNodeLists:function(){var a=Array.prototype.slice,n=a.call(arguments),i=n.map(function(o){return a.call(o)});return Array.prototype.concat.apply([],i)},_getAllNodesWithTag:function(a,n){return a.querySelectorAll?a.querySelectorAll(n.join(",")):[].concat.apply([],n.map(function(i){var o=a.getElementsByTagName(i);return Array.isArray(o)?o:Array.from(o)}))},_cleanClasses:function(a){var n=this._classesToPreserve,i=(a.getAttribute("class")||"").split(/\s+/).filter(function(o){return n.indexOf(o)!=-1}).join(" ");for(i?a.setAttribute("class",i):a.removeAttribute("class"),a=a.firstElementChild;a;a=a.nextElementSibling)this._cleanClasses(a)},_fixRelativeUris:function(a){var n=this._doc.baseURI,i=this._doc.documentURI;function o(u){if(n==i&&u.charAt(0)=="#")return u;try{return new URL(u,n).href}catch{}return u}var l=this._getAllNodesWithTag(a,["a"]);this._forEachNode(l,function(u){var c=u.getAttribute("href");if(c)if(c.indexOf("javascript:")===0)if(u.childNodes.length===1&&u.childNodes[0].nodeType===this.TEXT_NODE){var d=this._doc.createTextNode(u.textContent);u.parentNode.replaceChild(d,u)}else{for(var h=this._doc.createElement("span");u.firstChild;)h.appendChild(u.firstChild);u.parentNode.replaceChild(h,u)}else u.setAttribute("href",o(c))});var s=this._getAllNodesWithTag(a,["img","picture","figure","video","audio","source"]);this._forEachNode(s,function(u){var c=u.getAttribute("src"),d=u.getAttribute("poster"),h=u.getAttribute("srcset");if(c&&u.setAttribute("src",o(c)),d&&u.setAttribute("poster",o(d)),h){var b=h.replace(this.REGEXPS.srcsetUrl,function(E,ne,V,f){return o(ne)+(V||"")+f});u.setAttribute("srcset",b)}})},_simplifyNestedElements:function(a){for(var n=a;n;){if(n.parentNode&&["DIV","SECTION"].includes(n.tagName)&&!(n.id&&n.id.startsWith("readability"))){if(this._isElementWithoutContent(n)){n=this._removeAndGetNext(n);continue}else if(this._hasSingleTagInsideElement(n,"DIV")||this._hasSingleTagInsideElement(n,"SECTION")){for(var i=n.children[0],o=0;o»] /.test(n))o=/ [\\\/>»] /.test(n),n=i.replace(/(.*)[\|\-\\\/>»] .*/gi,"$1"),l(n)<3&&(n=i.replace(/[^\|\-\\\/>»]*[\|\-\\\/>»](.*)/gi,"$1"));else if(n.indexOf(": ")!==-1){var s=this._concatNodeLists(a.getElementsByTagName("h1"),a.getElementsByTagName("h2")),u=n.trim(),c=this._someNode(s,function(b){return b.textContent.trim()===u});c||(n=i.substring(i.lastIndexOf(":")+1),l(n)<3?n=i.substring(i.indexOf(":")+1):l(i.substr(0,i.indexOf(":")))>5&&(n=i))}else if(n.length>150||n.length<15){var d=a.getElementsByTagName("h1");d.length===1&&(n=this._getInnerText(d[0]))}n=n.trim().replace(this.REGEXPS.normalize," ");var h=l(n);return h<=4&&(!o||h!=l(i.replace(/[\|\-\\\/>»]+/g,""))-1)&&(n=i),n},_prepDocument:function(){var a=this._doc;this._removeNodes(this._getAllNodesWithTag(a,["style"])),a.body&&this._replaceBrs(a.body),this._replaceNodeTags(this._getAllNodesWithTag(a,["font"]),"SPAN")},_nextNode:function(a){for(var n=a;n&&n.nodeType!=this.ELEMENT_NODE&&this.REGEXPS.whitespace.test(n.textContent);)n=n.nextSibling;return n},_replaceBrs:function(a){this._forEachNode(this._getAllNodesWithTag(a,["br"]),function(n){for(var i=n.nextSibling,o=!1;(i=this._nextNode(i))&&i.tagName=="BR";){o=!0;var l=i.nextSibling;i.parentNode.removeChild(i),i=l}if(o){var s=this._doc.createElement("p");for(n.parentNode.replaceChild(s,n),i=s.nextSibling;i;){if(i.tagName=="BR"){var u=this._nextNode(i.nextSibling);if(u&&u.tagName=="BR")break}if(!this._isPhrasingContent(i))break;var c=i.nextSibling;s.appendChild(i),i=c}for(;s.lastChild&&this._isWhitespace(s.lastChild);)s.removeChild(s.lastChild);s.parentNode.tagName==="P"&&this._setNodeTag(s.parentNode,"DIV")}})},_setNodeTag:function(a,n){if(this.log("_setNodeTag",a,n),this._docJSDOMParser)return a.localName=n.toLowerCase(),a.tagName=n.toUpperCase(),a;for(var i=a.ownerDocument.createElement(n);a.firstChild;)i.appendChild(a.firstChild);a.parentNode.replaceChild(i,a),a.readability&&(i.readability=a.readability);for(var o=0;o!i.includes(u)),s=l.join(" ").length/o.join(" ").length;return 1-s},_checkByline:function(a,n){if(this._articleByline)return!1;if(a.getAttribute!==void 0)var i=a.getAttribute("rel"),o=a.getAttribute("itemprop");return(i==="author"||o&&o.indexOf("author")!==-1||this.REGEXPS.byline.test(n))&&this._isValidByline(a.textContent)?(this._articleByline=a.textContent.trim(),!0):!1},_getNodeAncestors:function(a,n){n=n||0;for(var i=0,o=[];a.parentNode&&(o.push(a.parentNode),!(n&&++i===n));)a=a.parentNode;return o},_grabArticle:function(a){this.log("**** grabArticle ****");var n=this._doc,i=a!==null;if(a=a||this._doc.body,!a)return this.log("No body found in document. Abort."),null;for(var o=a.innerHTML;;){this.log("Starting grabArticle loop");var l=this._flagIsActive(this.FLAG_STRIP_UNLIKELYS),s=[],u=this._doc.documentElement;let oe=!0;for(;u;){u.tagName==="HTML"&&(this._articleLang=u.getAttribute("lang"));var c=u.className+" "+u.id;if(!this._isProbablyVisible(u)){this.log("Removing hidden node - "+c),u=this._removeAndGetNext(u);continue}if(u.getAttribute("aria-modal")=="true"&&u.getAttribute("role")=="dialog"){u=this._removeAndGetNext(u);continue}if(this._checkByline(u,c)){u=this._removeAndGetNext(u);continue}if(oe&&this._headerDuplicatesTitle(u)){this.log("Removing header: ",u.textContent.trim(),this._articleTitle.trim()),oe=!1,u=this._removeAndGetNext(u);continue}if(l){if(this.REGEXPS.unlikelyCandidates.test(c)&&!this.REGEXPS.okMaybeItsACandidate.test(c)&&!this._hasAncestorTag(u,"table")&&!this._hasAncestorTag(u,"code")&&u.tagName!=="BODY"&&u.tagName!=="A"){this.log("Removing unlikely candidate - "+c),u=this._removeAndGetNext(u);continue}if(this.UNLIKELY_ROLES.includes(u.getAttribute("role"))){this.log("Removing content with role "+u.getAttribute("role")+" - "+c),u=this._removeAndGetNext(u);continue}}if((u.tagName==="DIV"||u.tagName==="SECTION"||u.tagName==="HEADER"||u.tagName==="H1"||u.tagName==="H2"||u.tagName==="H3"||u.tagName==="H4"||u.tagName==="H5"||u.tagName==="H6")&&this._isElementWithoutContent(u)){u=this._removeAndGetNext(u);continue}if(this.DEFAULT_TAGS_TO_SCORE.indexOf(u.tagName)!==-1&&s.push(u),u.tagName==="DIV"){for(var d=null,h=u.firstChild;h;){var b=h.nextSibling;if(this._isPhrasingContent(h))d!==null?d.appendChild(h):this._isWhitespace(h)||(d=n.createElement("p"),u.replaceChild(d,h),d.appendChild(h));else if(d!==null){for(;d.lastChild&&this._isWhitespace(d.lastChild);)d.removeChild(d.lastChild);d=null}h=b}if(this._hasSingleTagInsideElement(u,"P")&&this._getLinkDensity(u)<.25){var E=u.children[0];u.parentNode.replaceChild(E,u),u=E,s.push(u)}else this._hasChildBlockElement(u)||(u=this._setNodeTag(u,"P"),s.push(u))}u=this._getNextNode(u)}var ne=[];this._forEachNode(s,function(I){if(!(!I.parentNode||typeof I.parentNode.tagName>"u")){var Q=this._getInnerText(I);if(!(Q.length<25)){var ve=this._getNodeAncestors(I,5);if(ve.length!==0){var se=0;se+=1,se+=Q.split(",").length,se+=Math.min(Math.floor(Q.length/100),3),this._forEachNode(ve,function(j,xe){if(!(!j.tagName||!j.parentNode||typeof j.parentNode.tagName>"u")){if(typeof j.readability>"u"&&(this._initializeNode(j),ne.push(j)),xe===0)var Pe=1;else xe===1?Pe=2:Pe=xe*3;j.readability.contentScore+=se/Pe}})}}}});for(var V=[],f=0,me=ne.length;fC.readability.contentScore){V.splice(ue,0,z),V.length>this._nbTopCandidates&&V.pop();break}}}var g=V[0]||null,S=!1,w;if(g===null||g.tagName==="BODY"){for(g=n.createElement("DIV"),S=!0;a.firstChild;)this.log("Moving child out:",a.firstChild),g.appendChild(a.firstChild);a.appendChild(g),this._initializeNode(g)}else if(g){for(var L=[],G=1;G=.75&&L.push(this._getNodeAncestors(V[G]));var D=3;if(L.length>=D)for(w=g.parentNode;w.tagName!=="BODY";){for(var F=0,K=0;K=D){g=w;break}w=w.parentNode}g.readability||this._initializeNode(g),w=g.parentNode;for(var O=g.readability.contentScore,ge=O/3;w.tagName!=="BODY";){if(!w.readability){w=w.parentNode;continue}var we=w.readability.contentScore;if(weO){g=w;break}O=w.readability.contentScore,w=w.parentNode}for(w=g.parentNode;w.tagName!="BODY"&&w.children.length==1;)g=w,w=g.parentNode;g.readability||this._initializeNode(g)}var B=n.createElement("DIV");i&&(B.id="readability-content");var k=Math.max(10,g.readability.contentScore*.2);w=g.parentNode;for(var ye=w.children,ie=0,v=ye.length;ie=k)P=!0;else if(x.nodeName==="P"){var H=this._getLinkDensity(x),ce=this._getInnerText(x),he=ce.length;(he>80&&H<.25||he<80&&he>0&&H===0&&ce.search(/\.( |$)/)!==-1)&&(P=!0)}}P&&(this.log("Appending node:",x),this.ALTER_TO_DIV_EXCEPTIONS.indexOf(x.nodeName)===-1&&(this.log("Altering sibling:",x,"to div."),x=this._setNodeTag(x,"DIV")),B.appendChild(x),ye=w.children,ie-=1,v-=1)}if(this._debug&&this.log("Article content pre-prep: "+B.innerHTML),this._prepArticle(B),this._debug&&this.log("Article content post-prep: "+B.innerHTML),S)g.id="readability-page-1",g.className="page";else{var $=n.createElement("DIV");for($.id="readability-page-1",$.className="page";B.firstChild;)$.appendChild(B.firstChild);B.appendChild($)}this._debug&&this.log("Article content after paging: "+B.innerHTML);var M=!0,U=this._getInnerText(B,!0).length;if(U0&&a.length<100):!1},_unescapeHtmlEntities:function(a){if(!a)return a;var n=this.HTML_ESCAPE_MAP;return a.replace(/&(quot|amp|apos|lt|gt);/g,function(i,o){return n[o]}).replace(/&#(?:x([0-9a-z]{1,4})|([0-9]{1,4}));/gi,function(i,o,l){var s=parseInt(o||l,o?16:10);return String.fromCharCode(s)})},_getJSONLD:function(a){var n=this._getAllNodesWithTag(a,["script"]),i;return this._forEachNode(n,function(o){if(!i&&o.getAttribute("type")==="application/ld+json")try{var l=o.textContent.replace(/^\s*\s*$/g,""),s=JSON.parse(l);if(!s["@context"]||!s["@context"].match(/^https?\:\/\/schema\.org$/)||(!s["@type"]&&Array.isArray(s["@graph"])&&(s=s["@graph"].find(function(h){return(h["@type"]||"").match(this.REGEXPS.jsonLdArticleTypes)})),!s||!s["@type"]||!s["@type"].match(this.REGEXPS.jsonLdArticleTypes)))return;if(i={},typeof s.name=="string"&&typeof s.headline=="string"&&s.name!==s.headline){var u=this._getArticleTitle(),c=this._textSimilarity(s.name,u)>.75,d=this._textSimilarity(s.headline,u)>.75;d&&!c?i.title=s.headline:i.title=s.name}else typeof s.name=="string"?i.title=s.name.trim():typeof s.headline=="string"&&(i.title=s.headline.trim());s.author&&(typeof s.author.name=="string"?i.byline=s.author.name.trim():Array.isArray(s.author)&&s.author[0]&&typeof s.author[0].name=="string"&&(i.byline=s.author.filter(function(h){return h&&typeof h.name=="string"}).map(function(h){return h.name.trim()}).join(", "))),typeof s.description=="string"&&(i.excerpt=s.description.trim()),s.publisher&&typeof s.publisher.name=="string"&&(i.siteName=s.publisher.name.trim());return}catch(h){this.log(h.message)}}),i||{}},_getArticleMetadata:function(a){var n={},i={},o=this._doc.getElementsByTagName("meta"),l=/\s*(dc|dcterm|og|twitter)\s*:\s*(author|creator|description|title|site_name)\s*/gi,s=/^\s*(?:(dc|dcterm|og|twitter|weibo:(article|webpage))\s*[\.:]\s*)?(author|creator|description|title|site_name)\s*$/i;return this._forEachNode(o,function(u){var c=u.getAttribute("name"),d=u.getAttribute("property"),h=u.getAttribute("content");if(h){var b=null,E=null;d&&(b=d.match(l),b&&(E=b[0].toLowerCase().replace(/\s/g,""),i[E]=h.trim())),!b&&c&&s.test(c)&&(E=c,h&&(E=E.toLowerCase().replace(/\s/g,"").replace(/\./g,":"),i[E]=h.trim()))}}),n.title=a.title||i["dc:title"]||i["dcterm:title"]||i["og:title"]||i["weibo:article:title"]||i["weibo:webpage:title"]||i.title||i["twitter:title"],n.title||(n.title=this._getArticleTitle()),n.byline=a.byline||i["dc:creator"]||i["dcterm:creator"]||i.author,n.excerpt=a.excerpt||i["dc:description"]||i["dcterm:description"]||i["og:description"]||i["weibo:article:description"]||i["weibo:webpage:description"]||i.description||i["twitter:description"],n.siteName=a.siteName||i["og:site_name"],n.title=this._unescapeHtmlEntities(n.title),n.byline=this._unescapeHtmlEntities(n.byline),n.excerpt=this._unescapeHtmlEntities(n.excerpt),n.siteName=this._unescapeHtmlEntities(n.siteName),n},_isSingleImage:function(a){return a.tagName==="IMG"?!0:a.children.length!==1||a.textContent.trim()!==""?!1:this._isSingleImage(a.children[0])},_unwrapNoscriptImages:function(a){var n=Array.from(a.getElementsByTagName("img"));this._forEachNode(n,function(o){for(var l=0;l"u"?!0:n;var i=a.textContent.trim();return n?i.replace(this.REGEXPS.normalize," "):i},_getCharCount:function(a,n){return n=n||",",this._getInnerText(a).split(n).length-1},_cleanStyles:function(a){if(!(!a||a.tagName.toLowerCase()==="svg")){for(var n=0;n0&&l>i)return!1;if(a.parentNode.tagName===n&&(!o||o(a.parentNode)))return!0;a=a.parentNode,l++}return!1},_getRowAndColumnCount:function(a){for(var n=0,i=0,o=a.getElementsByTagName("tr"),l=0;l0){o._readabilityDataTable=!0;continue}var d=["col","colgroup","tfoot","thead","th"],h=function(E){return!!o.getElementsByTagName(E)[0]};if(d.some(h)){this.log("Data table because found data-y descendant"),o._readabilityDataTable=!0;continue}if(o.getElementsByTagName("table")[0]){o._readabilityDataTable=!1;continue}var b=this._getRowAndColumnCount(o);if(b.rows>=10||b.columns>4){o._readabilityDataTable=!0;continue}o._readabilityDataTable=b.rows*b.columns>10}},_fixLazyImages:function(a){this._forEachNode(this._getAllNodesWithTag(a,["img","picture","figure"]),function(n){if(n.src&&this.REGEXPS.b64DataUrl.test(n.src)){var i=this.REGEXPS.b64DataUrl.exec(n.src);if(i[1]==="image/svg+xml")return;for(var o=!1,l=0;lo+=this._getInnerText(s,!0).length),o/i},_cleanConditionally:function(a,n){this._flagIsActive(this.FLAG_CLEAN_CONDITIONALLY)&&this._removeNodes(this._getAllNodesWithTag(a,[n]),function(i){var o=function(w){return w._readabilityDataTable},l=n==="ul"||n==="ol";if(!l){var s=0,u=this._getAllNodesWithTag(i,["ul","ol"]);this._forEachNode(u,w=>s+=this._getInnerText(w).length),l=s/this._getInnerText(i).length>.9}if(n==="table"&&o(i)||this._hasAncestorTag(i,"table",-1,o)||this._hasAncestorTag(i,"code"))return!1;var c=this._getClassWeight(i);this.log("Cleaning Conditionally",i);var d=0;if(c+d<0)return!0;if(this._getCharCount(i,",")<10){for(var h=i.getElementsByTagName("p").length,b=i.getElementsByTagName("img").length,E=i.getElementsByTagName("li").length-100,ne=i.getElementsByTagName("input").length,V=this._getTextDensity(i,["h1","h2","h3","h4","h5","h6"]),f=0,me=this._getAllNodesWithTag(i,["object","embed","iframe"]),z=0;z1&&h/b<.5&&!this._hasAncestorTag(i,"figure")||!l&&E>h||ne>Math.floor(h/3)||!l&&V<.9&&C<25&&(b===0||b>2)&&!this._hasAncestorTag(i,"figure")||!l&&c<25&&ue>.2||c>=25&&ue>.5||f===1&&C<75||f>1;if(l&&g){for(var S=0;S1)return g;let w=i.getElementsByTagName("li").length;if(b==w)return!1}return g}return!1})},_cleanMatchedNodes:function(a,n){for(var i=this._getNextNode(a,!0),o=this._getNextNode(a);o&&o!=i;)n.call(this,o,o.className+" "+o.id)?o=this._removeAndGetNext(o):o=this._getNextNode(o)},_cleanHeaders:function(a){let n=this._getAllNodesWithTag(a,["h1","h2"]);this._removeNodes(n,function(i){let o=this._getClassWeight(i)<0;return o&&this.log("Removing header with low class weight:",i),o})},_headerDuplicatesTitle:function(a){if(a.tagName!="H1"&&a.tagName!="H2")return!1;var n=this._getInnerText(a,!1);return this.log("Evaluating similarity of header:",n,this._articleTitle),this._textSimilarity(this._articleTitle,n)>.75},_flagIsActive:function(a){return(this._flags&a)>0},_removeFlag:function(a){this._flags=this._flags&~a},_isProbablyVisible:function(a){return(!a.style||a.style.display!="none")&&!a.hasAttribute("hidden")&&(!a.hasAttribute("aria-hidden")||a.getAttribute("aria-hidden")!="true"||a.className&&a.className.indexOf&&a.className.indexOf("fallback-image")!==-1)},parse:function(){if(this._maxElemsToParse>0){var a=this._doc.getElementsByTagName("*").length;if(a>this._maxElemsToParse)throw new Error("Aborting parsing document; "+a+" elements found")}this._unwrapNoscriptImages(this._doc);var n=this._disableJSONLD?{}:this._getJSONLD(this._doc);this._removeScripts(this._doc),this._prepDocument();var i=this._getArticleMetadata(n);this._articleTitle=i.title;var o=this._grabArticle();if(!o)return null;if(this.log("Grabbed: "+o.innerHTML),this._postProcessContent(o),!i.excerpt){var l=o.getElementsByTagName("p");l.length>0&&(i.excerpt=l[0].textContent.trim())}var s=o.textContent;return{title:this._articleTitle,byline:i.byline||this._articleByline,dir:this._articleDir,lang:this._articleLang,content:this._serializer(o),textContent:s,length:s.length,excerpt:i.excerpt,siteName:i.siteName||this._articleSiteName}}},typeof e=="object"&&(e.exports=r)}),Np=Un((t,e)=>{var r={unlikelyCandidates:/-ad-|ai2html|banner|breadcrumbs|combx|comment|community|cover-wrap|disqus|extra|footer|gdpr|header|legends|menu|related|remark|replies|rss|shoutbox|sidebar|skyscraper|social|sponsor|supplemental|ad-break|agegate|pagination|pager|popup|yom-remote/i,okMaybeItsACandidate:/and|article|body|column|content|main|shadow/i};function a(i){return(!i.style||i.style.display!="none")&&!i.hasAttribute("hidden")&&(!i.hasAttribute("aria-hidden")||i.getAttribute("aria-hidden")!="true"||i.className&&i.className.indexOf&&i.className.indexOf("fallback-image")!==-1)}function n(i,o={}){typeof o=="function"&&(o={visibilityChecker:o});var l={minScore:20,minContentLength:140,visibilityChecker:a};o=Object.assign(l,o);var s=i.querySelectorAll("p, pre, article"),u=i.querySelectorAll("div > br");if(u.length){var c=new Set(s);[].forEach.call(u,function(h){c.add(h.parentNode)}),s=Array.from(c)}var d=0;return[].some.call(s,function(h){if(!o.visibilityChecker(h))return!1;var b=h.className+" "+h.id;if(r.unlikelyCandidates.test(b)&&!r.okMaybeItsACandidate.test(b)||h.matches("li p"))return!1;var E=h.textContent.trim().length;return Eo.minScore)})}typeof e=="object"&&(e.exports=n)}),is=Un((t,e)=>{var r=Rp(),a=Np();e.exports={Readability:r,isProbablyReaderable:a}}),os={};Op(os,{Readability:()=>ls,default:()=>cs,isProbablyReaderable:()=>us});var ss=ns(is());Mp(os,ns(is()));var{Readability:ls,isProbablyReaderable:us}=ss,{default:as,...qp}=ss,cs=as!==void 0?as:qp;var Jr={};ma(Jr,{Breadcrumbs:()=>Ot,BrowserClient:()=>xr,Dedupe:()=>qt,FunctionToString:()=>tr,GlobalHandlers:()=>ht,HttpContext:()=>Nt,Hub:()=>kt,InboundFilters:()=>rr,Integrations:()=>yg,LinkedErrors:()=>Rt,SDK_VERSION:()=>wr,Scope:()=>Je,TryCatch:()=>Mt,addBreadcrumb:()=>za,addGlobalEventProcessor:()=>gt,captureEvent:()=>Ia,captureException:()=>yr,captureMessage:()=>Ba,chromeStackLineParser:()=>vi,close:()=>wl,configureScope:()=>Fa,createTransport:()=>Yr,defaultIntegrations:()=>ki,defaultStackLineParsers:()=>wi,defaultStackParser:()=>Va,flush:()=>Sl,forceLoad:()=>vl,geckoStackLineParser:()=>yi,getCurrentHub:()=>Z,getHubFromCarrier:()=>et,init:()=>fl,lastEventId:()=>Tl,makeFetchTransport:()=>Xr,makeMain:()=>vr,onLoad:()=>yl,opera10StackLineParser:()=>rl,opera11StackLineParser:()=>al,setContext:()=>Oa,setExtra:()=>Ra,setExtras:()=>Ma,setTag:()=>qa,setTags:()=>Na,setUser:()=>Ua,showReportDialog:()=>bl,startTransaction:()=>ja,winjsStackLineParser:()=>Si,withScope:()=>Sr,wrap:()=>xl});var ds=Object.prototype.toString;function Aa(t){switch(ds.call(t)){case"[object Error]":case"[object Exception]":case"[object DOMException]":return!0;default:return dt(t,Error)}}function Rr(t,e){return ds.call(t)===`[object ${e}]`}function Da(t){return Rr(t,"ErrorEvent")}function ps(t){return Rr(t,"DOMException")}function St(t){return Rr(t,"String")}function Nr(t){return t===null||typeof t!="object"&&typeof t!="function"}function it(t){return Rr(t,"Object")}function qr(t){return typeof Event<"u"&&dt(t,Event)}function ms(t){return!1}function gs(t){return Rr(t,"RegExp")}function hr(t){return!!(t&&t.then&&typeof t.then=="function")}function hs(t){return it(t)&&"nativeEvent"in t&&"preventDefault"in t&&"stopPropagation"in t}function fs(t){return typeof t=="number"&&t!==t}function dt(t,e){try{return t instanceof e}catch{return!1}}function Ur(t,e){try{let r=t,a=5,n=80,i=[],o=0,l=0,s=" > ",u=s.length,c;for(;r&&o++1&&l+i.length*u+c.length>=n));)i.push(c),l+=c.length,r=r.parentNode;return i.reverse().join(s)}catch{return""}}function Up(t,e){let r=t,a=[],n,i,o,l,s;if(!r||!r.tagName)return"";a.push(r.tagName.toLowerCase());let u=e&&e.length?e.filter(d=>r.getAttribute(d)).map(d=>[d,r.getAttribute(d)]):null;if(u&&u.length)u.forEach(d=>{a.push(`[${d[0]}="${d[1]}"]`)});else if(r.id&&a.push(`#${r.id}`),n=r.className,n&&St(n))for(i=n.split(/\s+/),s=0;s1&&(s=c.slice(0,-1).join("/"),u=c.pop()),u){let d=u.match(/^\d+/);d&&(u=d[0])}return Ts({host:i,pass:n,path:s,projectId:u,port:o,protocol:r,publicKey:a})}function Ts(t){return{protocol:t.protocol,publicKey:t.publicKey||"",pass:t.pass||"",host:t.host,port:t.port||"",path:t.path||"",projectId:t.projectId}}function Hp(t){if(!!1)return;let{port:e,projectId:r,protocol:a}=t;if(["protocol","publicKey","host","projectId"].forEach(i=>{if(!t[i])throw new Ee(`Invalid Sentry Dsn: ${String(i)} missing`)}),!r.match(/^\d+$/))throw new Ee(`Invalid Sentry Dsn: Invalid projectId ${r}`);if(!Kp(a))throw new Ee(`Invalid Sentry Dsn: Invalid protocol ${a}`);if(e&&isNaN(parseInt(e,10)))throw new Ee(`Invalid Sentry Dsn: Invalid port ${e}`);return!0}function ka(t){let e=typeof t=="string"?Wp(t):Ts(t);return Hp(e),e}var Gp={};function Te(){return typeof window<"u"?window:typeof self<"u"?self:Gp}function fr(t,e,r){let a=r||Te(),n=a.__SENTRY__=a.__SENTRY__||{};return n[t]||(n[t]=e())}var jr=["debug","info","warn","error","log","assert","trace"];function jn(t){if(!("console"in Te()))return t();let r=console,a={};jr.forEach(n=>{let i=r[n]&&r[n].__sentry_original__;n in console&&i&&(a[n]=r[n],r[n]=i)});try{return t()}finally{Object.keys(a).forEach(n=>{r[n]=a[n]})}}function vs(){let t=!1,e={enable:()=>{t=!0},disable:()=>{t=!1}};return!1?jr.forEach(r=>{e[r]=(...a)=>{t&&jn(()=>{})}}):jr.forEach(r=>{e[r]=()=>{}}),e}var N;!1?N=fr("logger",vs):N=vs();function Zt(t,e=0){return typeof t!="string"||e===0||t.length<=e?t:`${t.substr(0,e)}...`}function Kn(t,e){if(!Array.isArray(t))return"";let r=[];for(let a=0;a`${encodeURIComponent(e)}=${encodeURIComponent(t[e])}`).join("&")}function Gn(t){if(Aa(t))return{message:t.message,name:t.name,stack:t.stack,...Ss(t)};if(qr(t)){let e={type:t.type,target:ys(t.target),currentTarget:ys(t.currentTarget),...Ss(t)};return typeof CustomEvent<"u"&&dt(t,CustomEvent)&&(e.detail=t.detail),e}else return t}function ys(t){try{return ms(t)?Ur(t):Object.prototype.toString.call(t)}catch{return""}}function Ss(t){if(typeof t=="object"&&t!==null){let e={};for(let r in t)Object.prototype.hasOwnProperty.call(t,r)&&(e[r]=t[r]);return e}else return{}}function xs(t,e=40){let r=Object.keys(Gn(t));if(r.sort(),!r.length)return"[object has no keys]";if(r[0].length>=e)return Zt(r[0],e);for(let a=r.length;a>0;a--){let n=r.slice(0,a).join(", ");if(!(n.length>e))return a===r.length?n:Zt(n,e)}return""}function Jt(t){return Wn(t,new Map)}function Wn(t,e){if(it(t)){let r=e.get(t);if(r!==void 0)return r;let a={};e.set(t,a);for(let n of Object.keys(t))typeof t[n]<"u"&&(a[n]=Wn(t[n],e));return a}if(Array.isArray(t)){let r=e.get(t);if(r!==void 0)return r;let a=[];return e.set(t,a),t.forEach(n=>{a.push(Wn(n,e))}),a}return t}var Vp=50;function $n(...t){let e=t.sort((r,a)=>r[0]-a[0]).map(r=>r[1]);return(r,a=0)=>{let n=[];for(let i of r.split(` `).slice(a))for(let o of e){let l=o(i);if(l){n.push(l);break}}return $p(n)}}function As(t){return Array.isArray(t)?$n(...t):t}function $p(t){if(!t.length)return[];let e=t,r=e[0].function||"",a=e[e.length-1].function||"";return(r.indexOf("captureMessage")!==-1||r.indexOf("captureException")!==-1)&&(e=e.slice(1)),a.indexOf("sentryWrapped")!==-1&&(e=e.slice(0,-1)),e.slice(0,Vp).map(n=>({...n,filename:n.filename||e[0].filename,function:n.function||"?"})).reverse()}var Vn="";function st(t){try{return!t||typeof t!="function"?Vn:t.name||Vn}catch{return Vn}}function Ds(){if(!("fetch"in Te()))return!1;try{return new Headers,new Request("http://www.example.com"),new Response,!0}catch{return!1}}function ks(t){return t&&/^function fetch\(\)\s+\{\s+\[native code\]\s+\}$/.test(t.toString())}function Es(){return!0}var wt=Te(),Wr={},Cs={};function Qp(t){if(!Cs[t])switch(Cs[t]=!0,t){case"console":Yp();break;case"fetch":Xp();break;case"error":em();break;case"unhandledrejection":tm();break;default:!1&&N.warn("unknown instrumentation type:",t);return}}function lt(t,e){Wr[t]=Wr[t]||[],Wr[t].push(e),Qp(t)}function Tr(t,e){if(!(!t||!Wr[t]))for(let r of Wr[t]||[])try{r(e)}catch(a){!1&&N.error(`Error while triggering instrumentation handler. Type: ${t} Name: ${st(r)} -Error:`,a)}}function Yp(){"console"in wt&&jr.forEach(function(t){t in console&&ot(console,t,function(e){return function(...r){Tr("console",{args:r,level:t}),e&&e.apply(console,r)}})})}function Xp(){Es()&&ot(wt,"fetch",function(t){return function(...e){let r={args:e,fetchData:{method:Zp(e),url:Jp(e)},startTimestamp:Date.now()};return Tr("fetch",{...r}),t.apply(wt,e).then(a=>(Tr("fetch",{...r,endTimestamp:Date.now(),response:a}),a),a=>{throw Tr("fetch",{...r,endTimestamp:Date.now(),error:a}),a})}})}function Zp(t=[]){return"Request"in wt&&dt(t[0],Request)&&t[0].method?String(t[0].method).toUpperCase():t[1]&&t[1].method?String(t[1].method).toUpperCase():"GET"}function Jp(t=[]){return typeof t[0]=="string"?t[0]:"Request"in wt&&dt(t[0],Request)?t[0].url:String(t[0])}var Qn=null;function em(){Qn=wt.onerror,wt.onerror=function(t,e,r,a,n){return Tr("error",{column:a,error:n,line:r,msg:t,url:e}),Qn?Qn.apply(this,arguments):!1}}var Yn=null;function tm(){Yn=wt.onunhandledrejection,wt.onunhandledrejection=function(t){return Tr("unhandledrejection",t),Yn?Yn.apply(this,arguments):!0}}function _s(){let t=typeof WeakSet=="function",e=t?new WeakSet:[];function r(n){if(t)return e.has(n)?!0:(e.add(n),!1);for(let i=0;icrypto.getRandomValues(new Uint8Array(1))[0]:()=>Math.random()*16;return([1e7]+1e3+4e3+8e3+1e11).replace(/[018]/g,e=>(e^(t()&15)>>e/4).toString(16))}function Ca(t){if(!t)return{};let e=t.match(/^(([^:/?#]+):)?(\/\/([^/?#]*))?([^?#]*)(\?([^#]*))?(#(.*))?$/);if(!e)return{};let r=e[6]||"",a=e[8]||"";return{host:e[4],path:e[5],protocol:e[2],relative:e[5]+r+a}}function Ps(t){return t.exception&&t.exception.values?t.exception.values[0]:void 0}function At(t){let{message:e,event_id:r}=t;if(e)return e;let a=Ps(t);return a?a.type&&a.value?`${a.type}: ${a.value}`:a.type||a.value||r||"":r||""}function Hr(t,e,r){let a=t.exception=t.exception||{},n=a.values=a.values||[],i=n[0]=n[0]||{};i.value||(i.value=e||""),i.type||(i.type=r||"Error")}function Ft(t,e){let r=Ps(t);if(!r)return;let a={type:"generic",handled:!0},n=r.mechanism;if(r.mechanism={...a,...n,...e},e&&"data"in e){let i={...n&&n.data,...e.data};r.mechanism.data=i}}function Xn(t){if(t&&t.__sentry_captured__)return!0;try{Kr(t,"__sentry_captured__",!0)}catch{}return!1}function Ls(){return!1}function Dt(t,e=1/0,r=1/0){try{return Zn("",t,e,r)}catch(a){return{ERROR:`**non-serializable** (${a})`}}}function Jn(t,e=3,r=100*1024){let a=Dt(t,e);return nm(a)>r?Jn(t,e-1,r):a}function Zn(t,e,r=1/0,a=1/0,n=_s()){let[i,o]=n;if(e===null||["number","boolean","string"].includes(typeof e)&&!fs(e))return e;let l=rm(t,e);if(!l.startsWith("[object "))return l;if(e.__sentry_skip_normalization__)return e;if(r===0)return l.replace("object ","");if(i(e))return"[Circular ~]";let s=e;if(s&&typeof s.toJSON=="function")try{let h=s.toJSON();return Zn("",h,r-1,a,n)}catch{}let u=Array.isArray(e)?[]:{},c=0,d=Gn(e);for(let h in d){if(!Object.prototype.hasOwnProperty.call(d,h))continue;if(c>=a){u[h]="[MaxProperties ~]";break}let b=d[h];u[h]=Zn(h,b,r-1,a,n),c+=1}return o(e),u}function rm(t,e){try{return t==="domain"&&e&&typeof e=="object"&&e._events?"[Domain]":t==="domainEmitter"?"[DomainEmitter]":typeof window<"u"&&e===window?"[Window]":hs(e)?"[SyntheticEvent]":typeof e=="number"&&e!==e?"[NaN]":e===void 0?"[undefined]":typeof e=="function"?`[Function: ${st(e)}]`:typeof e=="symbol"?`[${String(e)}]`:typeof e=="bigint"?`[BigInt: ${String(e)}]`:`[object ${Object.getPrototypeOf(e).constructor.name}]`}catch(r){return`**non-serializable** (${r})`}}function am(t){return~-encodeURI(t).split(/%..|./).length}function nm(t){return am(JSON.stringify(t))}function Ge(t){return new pt(e=>{e(t)})}function Gr(t){return new pt((e,r)=>{r(t)})}var pt=class t{_state=0;_handlers=[];_value;constructor(e){try{e(this._resolve,this._reject)}catch(r){this._reject(r)}}then(e,r){return new t((a,n)=>{this._handlers.push([!1,i=>{if(!e)a(i);else try{a(e(i))}catch(o){n(o)}},i=>{if(!r)n(i);else try{a(r(i))}catch(o){n(o)}}]),this._executeHandlers()})}catch(e){return this.then(r=>r,e)}finally(e){return new t((r,a)=>{let n,i;return this.then(o=>{i=!1,n=o,e&&e()},o=>{i=!0,n=o,e&&e()}).then(()=>{if(i){a(n);return}r(n)})})}_resolve=e=>{this._setResult(1,e)};_reject=e=>{this._setResult(2,e)};_setResult=(e,r)=>{if(this._state===0){if(hr(r)){r.then(this._resolve,this._reject);return}this._state=e,this._value=r,this._executeHandlers()}};_executeHandlers=()=>{if(this._state===0)return;let e=this._handlers.slice();this._handlers=[],e.forEach(r=>{r[0]||(this._state===1&&r[1](this._value),this._state===2&&r[2](this._value),r[0]=!0)})}};function Is(t){let e=[];function r(){return t===void 0||e.lengtha(l)).then(null,()=>a(l).then(null,()=>{})),l}function i(o){return new pt((l,s)=>{let u=e.length;if(!u)return l(!0);let c=setTimeout(()=>{o&&o>0&&l(!1)},o);e.forEach(d=>{Ge(d).then(()=>{--u||(clearTimeout(c),l(!0))},s)})})}return{$:e,add:n,drain:i}}var im=["fatal","error","warning","log","info","debug"];function Bs(t){return t==="warn"?"warning":im.includes(t)?t:"log"}var ti={nowSeconds:()=>Date.now()/1e3};function om(){if(!performance||!performance.now)return;let t=Date.now()-performance.now();return{now:()=>performance.now(),timeOrigin:t}}var ei=om(),Fs=ei===void 0?ti:{nowSeconds:()=>(ei.timeOrigin+ei.now())/1e3},zt=ti.nowSeconds.bind(ti),ri=Fs.nowSeconds.bind(Fs);var _a,Tv=(()=>{if(!performance||!performance.now){_a="none";return}let t=3600*1e3,e=performance.now(),r=Date.now(),a=performance.timeOrigin?Math.abs(performance.timeOrigin+e-r):t,n=a{let n=a[0].type;e(a,n)})}function ai(t,e){return(e||new TextEncoder).encode(t)}function Pa(t,e){let[r,a]=t,n=JSON.stringify(r);function i(o){typeof n=="string"?n=typeof o=="string"?n+o:[ai(n,e),o]:n.push(typeof o=="string"?ai(o,e):o)}for(let o of a){let[l,s]=o;i(` +Error:`,a)}}function Yp(){"console"in wt&&jr.forEach(function(t){t in console&&ot(console,t,function(e){return function(...r){Tr("console",{args:r,level:t}),e&&e.apply(console,r)}})})}function Xp(){Es()&&ot(wt,"fetch",function(t){return function(...e){let r={args:e,fetchData:{method:Zp(e),url:Jp(e)},startTimestamp:Date.now()};return Tr("fetch",{...r}),t.apply(wt,e).then(a=>(Tr("fetch",{...r,endTimestamp:Date.now(),response:a}),a),a=>{throw Tr("fetch",{...r,endTimestamp:Date.now(),error:a}),a})}})}function Zp(t=[]){return"Request"in wt&&dt(t[0],Request)&&t[0].method?String(t[0].method).toUpperCase():t[1]&&t[1].method?String(t[1].method).toUpperCase():"GET"}function Jp(t=[]){return typeof t[0]=="string"?t[0]:"Request"in wt&&dt(t[0],Request)?t[0].url:String(t[0])}var Qn=null;function em(){Qn=wt.onerror,wt.onerror=function(t,e,r,a,n){return Tr("error",{column:a,error:n,line:r,msg:t,url:e}),Qn?Qn.apply(this,arguments):!1}}var Yn=null;function tm(){Yn=wt.onunhandledrejection,wt.onunhandledrejection=function(t){return Tr("unhandledrejection",t),Yn?Yn.apply(this,arguments):!0}}function _s(){let t=typeof WeakSet=="function",e=t?new WeakSet:[];function r(n){if(t)return e.has(n)?!0:(e.add(n),!1);for(let i=0;icrypto.getRandomValues(new Uint8Array(1))[0]:()=>Math.random()*16;return([1e7]+1e3+4e3+8e3+1e11).replace(/[018]/g,e=>(e^(t()&15)>>e/4).toString(16))}function Ca(t){if(!t)return{};let e=t.match(/^(([^:/?#]+):)?(\/\/([^/?#]*))?([^?#]*)(\?([^#]*))?(#(.*))?$/);if(!e)return{};let r=e[6]||"",a=e[8]||"";return{host:e[4],path:e[5],protocol:e[2],relative:e[5]+r+a}}function Ps(t){return t.exception&&t.exception.values?t.exception.values[0]:void 0}function At(t){let{message:e,event_id:r}=t;if(e)return e;let a=Ps(t);return a?a.type&&a.value?`${a.type}: ${a.value}`:a.type||a.value||r||"":r||""}function Hr(t,e,r){let a=t.exception=t.exception||{},n=a.values=a.values||[],i=n[0]=n[0]||{};i.value||(i.value=e||""),i.type||(i.type=r||"Error")}function Ft(t,e){let r=Ps(t);if(!r)return;let a={type:"generic",handled:!0},n=r.mechanism;if(r.mechanism={...a,...n,...e},e&&"data"in e){let i={...n&&n.data,...e.data};r.mechanism.data=i}}function Xn(t){if(t&&t.__sentry_captured__)return!0;try{Kr(t,"__sentry_captured__",!0)}catch{}return!1}function Ls(){return!1}function Dt(t,e=1/0,r=1/0){try{return Zn("",t,e,r)}catch(a){return{ERROR:`**non-serializable** (${a})`}}}function Jn(t,e=3,r=100*1024){let a=Dt(t,e);return nm(a)>r?Jn(t,e-1,r):a}function Zn(t,e,r=1/0,a=1/0,n=_s()){let[i,o]=n;if(e===null||["number","boolean","string"].includes(typeof e)&&!fs(e))return e;let l=rm(t,e);if(!l.startsWith("[object "))return l;if(e.__sentry_skip_normalization__)return e;if(r===0)return l.replace("object ","");if(i(e))return"[Circular ~]";let s=e;if(s&&typeof s.toJSON=="function")try{let h=s.toJSON();return Zn("",h,r-1,a,n)}catch{}let u=Array.isArray(e)?[]:{},c=0,d=Gn(e);for(let h in d){if(!Object.prototype.hasOwnProperty.call(d,h))continue;if(c>=a){u[h]="[MaxProperties ~]";break}let b=d[h];u[h]=Zn(h,b,r-1,a,n),c+=1}return o(e),u}function rm(t,e){try{return t==="domain"&&e&&typeof e=="object"&&e._events?"[Domain]":t==="domainEmitter"?"[DomainEmitter]":typeof window<"u"&&e===window?"[Window]":hs(e)?"[SyntheticEvent]":typeof e=="number"&&e!==e?"[NaN]":e===void 0?"[undefined]":typeof e=="function"?`[Function: ${st(e)}]`:typeof e=="symbol"?`[${String(e)}]`:typeof e=="bigint"?`[BigInt: ${String(e)}]`:`[object ${Object.getPrototypeOf(e).constructor.name}]`}catch(r){return`**non-serializable** (${r})`}}function am(t){return~-encodeURI(t).split(/%..|./).length}function nm(t){return am(JSON.stringify(t))}function Ge(t){return new pt(e=>{e(t)})}function Gr(t){return new pt((e,r)=>{r(t)})}var pt=class t{_state=0;_handlers=[];_value;constructor(e){try{e(this._resolve,this._reject)}catch(r){this._reject(r)}}then(e,r){return new t((a,n)=>{this._handlers.push([!1,i=>{if(!e)a(i);else try{a(e(i))}catch(o){n(o)}},i=>{if(!r)n(i);else try{a(r(i))}catch(o){n(o)}}]),this._executeHandlers()})}catch(e){return this.then(r=>r,e)}finally(e){return new t((r,a)=>{let n,i;return this.then(o=>{i=!1,n=o,e&&e()},o=>{i=!0,n=o,e&&e()}).then(()=>{if(i){a(n);return}r(n)})})}_resolve=e=>{this._setResult(1,e)};_reject=e=>{this._setResult(2,e)};_setResult=(e,r)=>{if(this._state===0){if(hr(r)){r.then(this._resolve,this._reject);return}this._state=e,this._value=r,this._executeHandlers()}};_executeHandlers=()=>{if(this._state===0)return;let e=this._handlers.slice();this._handlers=[],e.forEach(r=>{r[0]||(this._state===1&&r[1](this._value),this._state===2&&r[2](this._value),r[0]=!0)})}};function Bs(t){let e=[];function r(){return t===void 0||e.lengtha(l)).then(null,()=>a(l).then(null,()=>{})),l}function i(o){return new pt((l,s)=>{let u=e.length;if(!u)return l(!0);let c=setTimeout(()=>{o&&o>0&&l(!1)},o);e.forEach(d=>{Ge(d).then(()=>{--u||(clearTimeout(c),l(!0))},s)})})}return{$:e,add:n,drain:i}}var im=["fatal","error","warning","log","info","debug"];function Is(t){return t==="warn"?"warning":im.includes(t)?t:"log"}var ti={nowSeconds:()=>Date.now()/1e3};function om(){if(!performance||!performance.now)return;let t=Date.now()-performance.now();return{now:()=>performance.now(),timeOrigin:t}}var ei=om(),Fs=ei===void 0?ti:{nowSeconds:()=>(ei.timeOrigin+ei.now())/1e3},zt=ti.nowSeconds.bind(ti),ri=Fs.nowSeconds.bind(Fs);var _a,Tv=(()=>{if(!performance||!performance.now){_a="none";return}let t=3600*1e3,e=performance.now(),r=Date.now(),a=performance.timeOrigin?Math.abs(performance.timeOrigin+e-r):t,n=a{let n=a[0].type;e(a,n)})}function ai(t,e){return(e||new TextEncoder).encode(t)}function Pa(t,e){let[r,a]=t,n=JSON.stringify(r);function i(o){typeof n=="string"?n=typeof o=="string"?n+o:[ai(n,e),o]:n.push(typeof o=="string"?ai(o,e):o)}for(let o of a){let[l,s]=o;i(` ${JSON.stringify(l)} -`),i(typeof s=="string"||s instanceof Uint8Array?s:JSON.stringify(s))}return typeof n=="string"?n:sm(n)}function sm(t){let e=t.reduce((n,i)=>n+i.length,0),r=new Uint8Array(e),a=0;for(let n of t)r.set(n,a),a+=n.length;return r}function Os(t,e){let r=typeof t.data=="string"?ai(t.data,e):t.data;return[Jt({type:"attachment",length:r.length,filename:t.filename,content_type:t.contentType,attachment_type:t.attachmentType}),r]}var lm={session:"session",sessions:"session",attachment:"attachment",transaction:"transaction",event:"error",client_report:"internal",user_report:"default"};function ii(t){return lm[t]}function Ms(t,e,r){let a=[{type:"client_report"},{timestamp:r||zt(),discarded_events:t}];return er(e?{dsn:e}:{},[a])}var um=60*1e3;function cm(t,e=Date.now()){let r=parseInt(`${t}`,10);if(!isNaN(r))return r*1e3;let a=Date.parse(`${t}`);return isNaN(a)?um:a-e}function dm(t,e){return t[e]||t.all||0}function Rs(t,e,r=Date.now()){return dm(t,e)>r}function Ns(t,{statusCode:e,headers:r},a=Date.now()){let n={...t},i=r&&r["x-sentry-rate-limits"],o=r&&r["retry-after"];if(i)for(let l of i.trim().split(",")){let[s,u]=l.split(":",2),c=parseInt(s,10),d=(isNaN(c)?60:c)*1e3;if(!u)n.all=a+d;else for(let h of u.split(";"))n[h]=a+d}else o?n.all=a+cm(o,a):e===429&&(n.all=a+60*1e3);return n}function qs(t){return t[0]}function oi(t){let e=ri(),r={sid:xt(),init:!0,timestamp:e,started:e,duration:0,status:"ok",errors:0,ignoreDuration:!1,toJSON:()=>pm(r)};return t&&mt(r,t),r}function mt(t,e={}){if(e.user&&(!t.ipAddress&&e.user.ip_address&&(t.ipAddress=e.user.ip_address),!t.did&&!e.did&&(t.did=e.user.id||e.user.email||e.user.username)),t.timestamp=e.timestamp||ri(),e.ignoreDuration&&(t.ignoreDuration=e.ignoreDuration),e.sid&&(t.sid=e.sid.length===32?e.sid:xt()),e.init!==void 0&&(t.init=e.init),!t.did&&e.did&&(t.did=`${e.did}`),typeof e.started=="number"&&(t.started=e.started),t.ignoreDuration)t.duration=void 0;else if(typeof e.duration=="number")t.duration=e.duration;else{let r=t.timestamp-t.started;t.duration=r>=0?r:0}e.release&&(t.release=e.release),e.environment&&(t.environment=e.environment),!t.ipAddress&&e.ipAddress&&(t.ipAddress=e.ipAddress),!t.userAgent&&e.userAgent&&(t.userAgent=e.userAgent),typeof e.errors=="number"&&(t.errors=e.errors),e.status&&(t.status=e.status)}function si(t,e){let r={};e?r={status:e}:t.status==="ok"&&(r={status:"exited"}),mt(t,r)}function pm(t){return Jt({sid:`${t.sid}`,init:t.init,started:new Date(t.started*1e3).toISOString(),timestamp:new Date(t.timestamp*1e3).toISOString(),status:t.status,errors:t.errors,did:typeof t.did=="number"||typeof t.did=="string"?`${t.did}`:void 0,duration:t.duration,attrs:{release:t.release,environment:t.environment,ip_address:t.ipAddress,user_agent:t.userAgent}})}var Us=100,Je=class t{_notifyingListeners;_scopeListeners;_eventProcessors;_breadcrumbs;_user;_tags;_extra;_contexts;_attachments;_sdkProcessingMetadata;_fingerprint;_level;_transactionName;_span;_session;_requestSession;constructor(){this._notifyingListeners=!1,this._scopeListeners=[],this._eventProcessors=[],this._breadcrumbs=[],this._attachments=[],this._user={},this._tags={},this._extra={},this._contexts={},this._sdkProcessingMetadata={}}static clone(e){let r=new t;return e&&(r._breadcrumbs=[...e._breadcrumbs],r._tags={...e._tags},r._extra={...e._extra},r._contexts={...e._contexts},r._user=e._user,r._level=e._level,r._span=e._span,r._session=e._session,r._transactionName=e._transactionName,r._fingerprint=e._fingerprint,r._eventProcessors=[...e._eventProcessors],r._requestSession=e._requestSession,r._attachments=[...e._attachments]),r}addScopeListener(e){this._scopeListeners.push(e)}addEventProcessor(e){return this._eventProcessors.push(e),this}setUser(e){return this._user=e||{},this._session&&mt(this._session,{user:e}),this._notifyScopeListeners(),this}getUser(){return this._user}getRequestSession(){return this._requestSession}setRequestSession(e){return this._requestSession=e,this}setTags(e){return this._tags={...this._tags,...e},this._notifyScopeListeners(),this}setTag(e,r){return this._tags={...this._tags,[e]:r},this._notifyScopeListeners(),this}setExtras(e){return this._extra={...this._extra,...e},this._notifyScopeListeners(),this}setExtra(e,r){return this._extra={...this._extra,[e]:r},this._notifyScopeListeners(),this}setFingerprint(e){return this._fingerprint=e,this._notifyScopeListeners(),this}setLevel(e){return this._level=e,this._notifyScopeListeners(),this}setTransactionName(e){return this._transactionName=e,this._notifyScopeListeners(),this}setContext(e,r){return r===null?delete this._contexts[e]:this._contexts={...this._contexts,[e]:r},this._notifyScopeListeners(),this}setSpan(e){return this._span=e,this._notifyScopeListeners(),this}getSpan(){return this._span}getTransaction(){let e=this.getSpan();return e&&e.transaction}setSession(e){return e?this._session=e:delete this._session,this._notifyScopeListeners(),this}getSession(){return this._session}update(e){if(!e)return this;if(typeof e=="function"){let r=e(this);return r instanceof t?r:this}return e instanceof t?(this._tags={...this._tags,...e._tags},this._extra={...this._extra,...e._extra},this._contexts={...this._contexts,...e._contexts},e._user&&Object.keys(e._user).length&&(this._user=e._user),e._level&&(this._level=e._level),e._fingerprint&&(this._fingerprint=e._fingerprint),e._requestSession&&(this._requestSession=e._requestSession)):it(e)&&(e=e,this._tags={...this._tags,...e.tags},this._extra={...this._extra,...e.extra},this._contexts={...this._contexts,...e.contexts},e.user&&(this._user=e.user),e.level&&(this._level=e.level),e.fingerprint&&(this._fingerprint=e.fingerprint),e.requestSession&&(this._requestSession=e.requestSession)),this}clear(){return this._breadcrumbs=[],this._tags={},this._extra={},this._user={},this._contexts={},this._level=void 0,this._transactionName=void 0,this._fingerprint=void 0,this._requestSession=void 0,this._span=void 0,this._session=void 0,this._notifyScopeListeners(),this._attachments=[],this}addBreadcrumb(e,r){let a=typeof r=="number"?Math.min(r,Us):Us;if(a<=0)return this;let n={timestamp:zt(),...e};return this._breadcrumbs=[...this._breadcrumbs,n].slice(-a),this._notifyScopeListeners(),this}clearBreadcrumbs(){return this._breadcrumbs=[],this._notifyScopeListeners(),this}addAttachment(e){return this._attachments.push(e),this}getAttachments(){return this._attachments}clearAttachments(){return this._attachments=[],this}applyToEvent(e,r={}){if(this._extra&&Object.keys(this._extra).length&&(e.extra={...this._extra,...e.extra}),this._tags&&Object.keys(this._tags).length&&(e.tags={...this._tags,...e.tags}),this._user&&Object.keys(this._user).length&&(e.user={...this._user,...e.user}),this._contexts&&Object.keys(this._contexts).length&&(e.contexts={...this._contexts,...e.contexts}),this._level&&(e.level=this._level),this._transactionName&&(e.transaction=this._transactionName),this._span){e.contexts={trace:this._span.getTraceContext(),...e.contexts};let a=this._span.transaction&&this._span.transaction.name;a&&(e.tags={transaction:a,...e.tags})}return this._applyFingerprint(e),e.breadcrumbs=[...e.breadcrumbs||[],...this._breadcrumbs],e.breadcrumbs=e.breadcrumbs.length>0?e.breadcrumbs:void 0,e.sdkProcessingMetadata={...e.sdkProcessingMetadata,...this._sdkProcessingMetadata},this._notifyEventProcessors([...js(),...this._eventProcessors],e,r)}setSDKProcessingMetadata(e){return this._sdkProcessingMetadata={...this._sdkProcessingMetadata,...e},this}_notifyEventProcessors(e,r,a,n=0){return new pt((i,o)=>{let l=e[n];if(r===null||typeof l!="function")i(r);else{let s=l({...r},a);!1&&l.id&&s===null&&N.log(`Event processor "${l.id}" dropped event`),hr(s)?s.then(u=>this._notifyEventProcessors(e,u,a,n+1).then(i)).then(null,o):this._notifyEventProcessors(e,s,a,n+1).then(i).then(null,o)}})}_notifyScopeListeners(){this._notifyingListeners||(this._notifyingListeners=!0,this._scopeListeners.forEach(e=>{e(this)}),this._notifyingListeners=!1)}_applyFingerprint(e){e.fingerprint=e.fingerprint?Array.isArray(e.fingerprint)?e.fingerprint:[e.fingerprint]:[],this._fingerprint&&(e.fingerprint=e.fingerprint.concat(this._fingerprint)),e.fingerprint&&!e.fingerprint.length&&delete e.fingerprint}};function js(){return fr("globalEventProcessors",()=>[])}function gt(t){js().push(t)}var li=4,mm=100,kt=class{constructor(e,r=new Je,a=li){this._version=a;this.getStackTop().scope=r,e&&this.bindClient(e)}_stack=[{}];_lastEventId;isOlderThan(e){return this._version{i.captureException(e,{originalException:e,syntheticException:n,...r,event_id:a},o)}),a}captureMessage(e,r,a){let n=this._lastEventId=a&&a.event_id?a.event_id:xt(),i=new Error(e);return this._withClient((o,l)=>{o.captureMessage(e,r,{originalException:e,syntheticException:i,...a,event_id:n},l)}),n}captureEvent(e,r){let a=r&&r.event_id?r.event_id:xt();return e.type!=="transaction"&&(this._lastEventId=a),this._withClient((n,i)=>{n.captureEvent(e,{...r,event_id:a},i)}),a}lastEventId(){return this._lastEventId}addBreadcrumb(e,r){let{scope:a,client:n}=this.getStackTop();if(!a||!n)return;let{beforeBreadcrumb:i=null,maxBreadcrumbs:o=mm}=n.getOptions&&n.getOptions()||{};if(o<=0)return;let s={timestamp:zt(),...e},u=i?jn(()=>i(s,r)):s;u!==null&&a.addBreadcrumb(u,o)}setUser(e){let r=this.getScope();r&&r.setUser(e)}setTags(e){let r=this.getScope();r&&r.setTags(e)}setExtras(e){let r=this.getScope();r&&r.setExtras(e)}setTag(e,r){let a=this.getScope();a&&a.setTag(e,r)}setExtra(e,r){let a=this.getScope();a&&a.setExtra(e,r)}setContext(e,r){let a=this.getScope();a&&a.setContext(e,r)}configureScope(e){let{scope:r,client:a}=this.getStackTop();r&&a&&e(r)}run(e){let r=vr(this);try{e(this)}finally{vr(r)}}getIntegration(e){let r=this.getClient();if(!r)return null;try{return r.getIntegration(e)}catch{return!1&&N.warn(`Cannot retrieve integration ${e.id} from the current Hub`),null}}startTransaction(e,r){return this._callExtensionMethod("startTransaction",e,r)}traceHeaders(){return this._callExtensionMethod("traceHeaders")}captureSession(e=!1){if(e)return this.endSession();this._sendSessionUpdate()}endSession(){let e=this.getStackTop(),r=e&&e.scope,a=r&&r.getSession();a&&si(a),this._sendSessionUpdate(),r&&r.setSession()}startSession(e){let{scope:r,client:a}=this.getStackTop(),{release:n,environment:i}=a&&a.getOptions()||{},o=Te(),{userAgent:l}=o.navigator||{},s=oi({release:n,environment:i,...r&&{user:r.getUser()},...l&&{userAgent:l},...e});if(r){let u=r.getSession&&r.getSession();u&&u.status==="ok"&&mt(u,{status:"exited"}),this.endSession(),r.setSession(s)}return s}shouldSendDefaultPii(){let e=this.getClient(),r=e&&e.getOptions();return!!(r&&r.sendDefaultPii)}_sendSessionUpdate(){let{scope:e,client:r}=this.getStackTop();if(!e)return;let a=e.getSession();a&&r&&r.captureSession&&r.captureSession(a)}_withClient(e){let{scope:r,client:a}=this.getStackTop();a&&e(a,r)}_callExtensionMethod(e,...r){let n=Vr().__SENTRY__;if(n&&n.extensions&&typeof n.extensions[e]=="function")return n.extensions[e].apply(this,r);!1&&N.warn(`Extension method ${e} couldn't be found, doing nothing.`)}};function Vr(){let t=Te();return t.__SENTRY__=t.__SENTRY__||{extensions:{},hub:void 0},t}function vr(t){let e=Vr(),r=et(e);return La(e,t),r}function Z(){let t=Vr();return(!Ks(t)||et(t).isOlderThan(li))&&La(t,new kt),Ls()?gm(t):et(t)}function gm(t){try{let e=Vr().__SENTRY__,r=e&&e.extensions&&e.extensions.domain&&e.extensions.domain.active;if(!r)return et(t);if(!Ks(r)||et(r).isOlderThan(li)){let a=et(t).getStackTop();La(r,new kt(a.client,Je.clone(a.scope)))}return et(r)}catch{return et(t)}}function Ks(t){return!!(t&&t.__SENTRY__&&t.__SENTRY__.hub)}function et(t){return fr("hub",()=>new kt,t)}function La(t,e){if(!t)return!1;let r=t.__SENTRY__=t.__SENTRY__||{};return r.hub=e,!0}function yr(t,e){return Z().captureException(t,{captureContext:e})}function Ia(t,e){let r=typeof e=="string"?e:void 0,a=typeof e!="string"?{captureContext:e}:void 0;return Z().captureMessage(t,r,a)}function Ba(t,e){return Z().captureEvent(t,e)}function Fa(t){Z().configureScope(t)}function za(t){Z().addBreadcrumb(t)}function Oa(t,e){Z().setContext(t,e)}function Ma(t){Z().setExtras(t)}function Ra(t,e){Z().setExtra(t,e)}function Na(t){Z().setTags(t)}function qa(t,e){Z().setTag(t,e)}function Ua(t){Z().setUser(t)}function Sr(t){Z().withScope(t)}function ja(t,e){return Z().startTransaction({metadata:{source:"custom"},...t},e)}var hm="7";function Ws(t){let e=t.protocol?`${t.protocol}:`:"",r=t.port?`:${t.port}`:"";return`${e}//${t.host}${r}${t.path?`/${t.path}`:""}/api/`}function fm(t){return`${Ws(t)}${t.projectId}/envelope/`}function bm(t,e){return ws({sentry_key:t.publicKey,sentry_version:hm,...e&&{sentry_client:`${e.name}/${e.version}`}})}function $r(t,e={}){let r=typeof e=="string"?e:e.tunnel,a=typeof e=="string"||!e._metadata?void 0:e._metadata.sdk;return r||`${fm(t)}?${bm(t,a)}`}function ui(t,e){let r=ka(t),a=`${Ws(r)}embed/error-page/`,n=`dsn=${Xt(r)}`;for(let i in e)if(i!=="dsn")if(i==="user"){let o=e.user;if(!o)continue;o.name&&(n+=`&name=${encodeURIComponent(o.name)}`),o.email&&(n+=`&email=${encodeURIComponent(o.email)}`)}else n+=`&${encodeURIComponent(i)}=${encodeURIComponent(e[i])}`;return`${a}?${n}`}function Hs(t){if(!t||!t.sdk)return;let{name:e,version:r}=t.sdk;return{name:e,version:r}}function Tm(t,e){return e&&(t.sdk=t.sdk||{},t.sdk.name=t.sdk.name||e.name,t.sdk.version=t.sdk.version||e.version,t.sdk.integrations=[...t.sdk.integrations||[],...e.integrations||[]],t.sdk.packages=[...t.sdk.packages||[],...e.packages||[]]),t}function Gs(t,e,r,a){let n=Hs(r),i={sent_at:new Date().toISOString(),...n&&{sdk:n},...!!a&&{dsn:Xt(e)}},o="aggregates"in t?[{type:"sessions"},t]:[{type:"session"},t];return er(i,[o])}function Vs(t,e,r,a){let n=Hs(r),i=t.type||"event",{transactionSampling:o}=t.sdkProcessingMetadata||{},{method:l,rate:s}=o||{};Tm(t,r&&r.sdk);let u=vm(t,n,a,e);return delete t.sdkProcessingMetadata,er(u,[[{type:i,sample_rates:[{id:l,rate:s}]},t]])}function vm(t,e,r,a){let n=t.sdkProcessingMetadata&&t.sdkProcessingMetadata.baggage,i=n&&qs(n);return{event_id:t.event_id,sent_at:new Date().toISOString(),...e&&{sdk:e},...!!r&&{dsn:Xt(a)},...t.type==="transaction"&&i&&{trace:Jt({...i})}}}var $s=[];function Qs(t){return t.reduce((e,r)=>(e.every(a=>r.name!==a.name)&&e.push(r),e),[])}function ci(t){let e=t.defaultIntegrations&&[...t.defaultIntegrations]||[],r=t.integrations,a=[...Qs(e)];Array.isArray(r)?a=[...a.filter(o=>r.every(l=>l.name!==o.name)),...Qs(r)]:typeof r=="function"&&(a=r(a),a=Array.isArray(a)?a:[a]);let n=a.map(o=>o.name),i="Debug";return n.indexOf(i)!==-1&&a.push(...a.splice(n.indexOf(i),1)),a}function Ys(t){let e={};return t.forEach(r=>{e[r.name]=r,$s.indexOf(r.name)===-1&&(r.setupOnce(gt,Z),$s.push(r.name),!1&&N.log(`Integration installed: ${r.name}`))}),e}var Xs="Not capturing exception because it's already been captured.",Qr=class{_options;_dsn;_transport;_integrations={};_integrationsInitialized=!1;_numProcessing=0;_outcomes={};constructor(e){if(this._options=e,e.dsn){this._dsn=ka(e.dsn);let r=$r(this._dsn,e);this._transport=e.transport({recordDroppedEvent:this.recordDroppedEvent.bind(this),...e.transportOptions,url:r})}else!1&&N.warn("No DSN provided, client will not do anything.")}captureException(e,r,a){if(Xn(e)){!1&&N.log(Xs);return}let n=r&&r.event_id;return this._process(this.eventFromException(e,r).then(i=>this._captureEvent(i,r,a)).then(i=>{n=i})),n}captureMessage(e,r,a,n){let i=a&&a.event_id,o=Nr(e)?this.eventFromMessage(String(e),r,a):this.eventFromException(e,a);return this._process(o.then(l=>this._captureEvent(l,a,n)).then(l=>{i=l})),i}captureEvent(e,r,a){if(r&&r.originalException&&Xn(r.originalException)){!1&&N.log(Xs);return}let n=r&&r.event_id;return this._process(this._captureEvent(e,r,a).then(i=>{n=i})),n}captureSession(e){if(!this._isEnabled()){!1&&N.warn("SDK not enabled, will not capture session.");return}typeof e.release!="string"?!1&&N.warn("Discarded session because of missing or non-string release"):(this.sendSession(e),mt(e,{init:!1}))}getDsn(){return this._dsn}getOptions(){return this._options}getTransport(){return this._transport}flush(e){let r=this._transport;return r?this._isClientDoneProcessing(e).then(a=>r.flush(e).then(n=>a&&n)):Ge(!0)}close(e){return this.flush(e).then(r=>(this.getOptions().enabled=!1,r))}setupIntegrations(){this._isEnabled()&&!this._integrationsInitialized&&(this._integrations=Ys(this._options.integrations),this._integrationsInitialized=!0)}getIntegrationById(e){return this._integrations[e]}getIntegration(e){try{return this._integrations[e.id]||null}catch{return!1&&N.warn(`Cannot retrieve integration ${e.id} from the current Client`),null}}sendEvent(e,r={}){if(this._dsn){let a=Vs(e,this._dsn,this._options._metadata,this._options.tunnel);for(let n of r.attachments||[])a=zs(a,Os(n,this._options.transportOptions&&this._options.transportOptions.textEncoder));this._sendEnvelope(a)}}sendSession(e){if(this._dsn){let r=Gs(e,this._dsn,this._options._metadata,this._options.tunnel);this._sendEnvelope(r)}}recordDroppedEvent(e,r){if(this._options.sendClientReports){let a=`${e}:${r}`;!1&&N.log(`Adding outcome: "${a}"`),this._outcomes[a]=this._outcomes[a]+1||1}}_updateSessionFromEvent(e,r){let a=!1,n=!1,i=r.exception&&r.exception.values;if(i){n=!0;for(let s of i){let u=s.mechanism;if(u&&u.handled===!1){a=!0;break}}}let o=e.status==="ok";(o&&e.errors===0||o&&a)&&(mt(e,{...a&&{status:"crashed"},errors:e.errors||Number(n||a)}),this.captureSession(e))}_isClientDoneProcessing(e){return new pt(r=>{let a=0,n=1,i=setInterval(()=>{this._numProcessing==0?(clearInterval(i),r(!0)):(a+=n,e&&a>=e&&(clearInterval(i),r(!1)))},n)})}_isEnabled(){return this.getOptions().enabled!==!1&&this._dsn!==void 0}_prepareEvent(e,r,a){let{normalizeDepth:n=3,normalizeMaxBreadth:i=1e3}=this.getOptions(),o={...e,event_id:e.event_id||r.event_id||xt(),timestamp:e.timestamp||zt()};this._applyClientOptions(o),this._applyIntegrationsMetadata(o);let l=a;r.captureContext&&(l=Je.clone(l).update(r.captureContext));let s=Ge(o);if(l){let u=[...r.attachments||[],...l.getAttachments()];u.length&&(r.attachments=u),s=l.applyToEvent(o,r)}return s.then(u=>typeof n=="number"&&n>0?this._normalizeEvent(u,n,i):u)}_normalizeEvent(e,r,a){if(!e)return null;let n={...e,...e.breadcrumbs&&{breadcrumbs:e.breadcrumbs.map(i=>({...i,...i.data&&{data:Dt(i.data,r,a)}}))},...e.user&&{user:Dt(e.user,r,a)},...e.contexts&&{contexts:Dt(e.contexts,r,a)},...e.extra&&{extra:Dt(e.extra,r,a)}};return e.contexts&&e.contexts.trace&&n.contexts&&(n.contexts.trace=e.contexts.trace,e.contexts.trace.data&&(n.contexts.trace.data=Dt(e.contexts.trace.data,r,a))),e.spans&&(n.spans=e.spans.map(i=>(i.data&&(i.data=Dt(i.data,r,a)),i))),n}_applyClientOptions(e){let r=this.getOptions(),{environment:a,release:n,dist:i,maxValueLength:o=250}=r;"environment"in e||(e.environment="environment"in r?a:"production"),e.release===void 0&&n!==void 0&&(e.release=n),e.dist===void 0&&i!==void 0&&(e.dist=i),e.message&&(e.message=Zt(e.message,o));let l=e.exception&&e.exception.values&&e.exception.values[0];l&&l.value&&(l.value=Zt(l.value,o));let s=e.request;s&&s.url&&(s.url=Zt(s.url,o))}_applyIntegrationsMetadata(e){let r=Object.keys(this._integrations);r.length>0&&(e.sdk=e.sdk||{},e.sdk.integrations=[...e.sdk.integrations||[],...r])}_captureEvent(e,r={},a){return this._processEvent(e,r,a).then(n=>n.event_id,n=>{!1&&N.warn(n)})}_processEvent(e,r,a){let{beforeSend:n,sampleRate:i}=this.getOptions();if(!this._isEnabled())return Gr(new Ee("SDK not enabled, will not capture event."));let o=e.type==="transaction";return!o&&typeof i=="number"&&Math.random()>i?(this.recordDroppedEvent("sample_rate","error"),Gr(new Ee(`Discarding event because it's not included in the random sample (sampling rate = ${i})`))):this._prepareEvent(e,r,a).then(l=>{if(l===null)throw this.recordDroppedEvent("event_processor",e.type||"error"),new Ee("An event processor returned null, will not send event.");if(r.data&&r.data.__sentry__===!0||o||!n)return l;let u=n(l,r);return ym(u)}).then(l=>{if(l===null)throw this.recordDroppedEvent("before_send",e.type||"error"),new Ee("`beforeSend` returned `null`, will not send event.");let s=a&&a.getSession();return!o&&s&&this._updateSessionFromEvent(s,l),this.sendEvent(l,r),l}).then(null,l=>{throw l instanceof Ee?l:(this.captureException(l,{data:{__sentry__:!0},originalException:l}),new Ee(`Event processing pipeline threw an error, original event will not be sent. Details have been sent as a new event. -Reason: ${l}`))})}_process(e){this._numProcessing+=1,e.then(r=>(this._numProcessing-=1,r),r=>(this._numProcessing-=1,r))}_sendEnvelope(e){this._transport&&this._dsn?this._transport.send(e).then(null,r=>{!1&&N.error("Error while sending event:",r)}):!1&&N.error("Transport disabled")}_clearOutcomes(){let e=this._outcomes;return this._outcomes={},Object.keys(e).map(r=>{let[a,n]=r.split(":");return{reason:a,category:n,quantity:e[r]}})}};function ym(t){let e="`beforeSend` method has to return `null` or a valid event.";if(hr(t))return t.then(r=>{if(!(it(r)||r===null))throw new Ee(e);return r},r=>{throw new Ee(`beforeSend rejected with ${r}`)});if(!(it(t)||t===null))throw new Ee(e);return t}function di(t,e){e.debug===!0&&!1&&N.enable();let r=Z(),a=r.getScope();a&&a.update(e.initialScope);let n=new t(e);r.bindClient(n)}var Sm=30;function Yr(t,e,r=Is(t.bufferSize||Sm)){let a={},n=o=>r.drain(o);function i(o){let l=[];if(ni(o,(d,h)=>{let b=ii(h);Rs(a,b)?t.recordDroppedEvent("ratelimit_backoff",b):l.push(d)}),l.length===0)return Ge();let s=er(o[0],l),u=d=>{ni(s,(h,b)=>{t.recordDroppedEvent(d,ii(b))})},c=()=>e({body:Pa(s,t.textEncoder)}).then(d=>{d.statusCode!==void 0&&(d.statusCode<200||d.statusCode>=300)&&!1&&N.warn(`Sentry responded with status code ${d.statusCode} to sent event.`),a=Ns(a,d)},d=>{!1&&N.error("Failed while sending event:",d),u("network_error")});return r.add(c).then(d=>d,d=>{if(d instanceof Ee)return!1&&N.error("Skipped sending event due to full buffer"),u("queue_overflow"),Ge();throw d})}return{send:i,flush:n}}var wr="7.7.0";var ar={};ma(ar,{FunctionToString:()=>tr,InboundFilters:()=>rr});var Zs,tr=class t{static id="FunctionToString";name=t.id;setupOnce(){Zs=Function.prototype.toString,Function.prototype.toString=function(...e){let r=br(this)||this;return Zs.apply(r,e)}}};var wm=[/^Script error\.?$/,/^Javascript error: Script error\.? on line 0$/],rr=class t{constructor(e={}){this._options=e}static id="InboundFilters";name=t.id;setupOnce(e,r){let a=n=>{let i=r();if(i){let o=i.getIntegration(t);if(o){let l=i.getClient(),s=l?l.getOptions():{},u=xm(o._options,s);return Am(n,u)?null:n}}return n};a.id=this.name,e(a)}};function xm(t={},e={}){return{allowUrls:[...t.allowUrls||[],...e.allowUrls||[]],denyUrls:[...t.denyUrls||[],...e.denyUrls||[]],ignoreErrors:[...t.ignoreErrors||[],...e.ignoreErrors||[],...wm],ignoreInternal:t.ignoreInternal!==void 0?t.ignoreInternal:!0}}function Am(t,e){return e.ignoreInternal&&_m(t)?(!1&&N.warn(`Event dropped due to being internal Sentry Error. +`),i(typeof s=="string"||s instanceof Uint8Array?s:JSON.stringify(s))}return typeof n=="string"?n:sm(n)}function sm(t){let e=t.reduce((n,i)=>n+i.length,0),r=new Uint8Array(e),a=0;for(let n of t)r.set(n,a),a+=n.length;return r}function Os(t,e){let r=typeof t.data=="string"?ai(t.data,e):t.data;return[Jt({type:"attachment",length:r.length,filename:t.filename,content_type:t.contentType,attachment_type:t.attachmentType}),r]}var lm={session:"session",sessions:"session",attachment:"attachment",transaction:"transaction",event:"error",client_report:"internal",user_report:"default"};function ii(t){return lm[t]}function Ms(t,e,r){let a=[{type:"client_report"},{timestamp:r||zt(),discarded_events:t}];return er(e?{dsn:e}:{},[a])}var um=60*1e3;function cm(t,e=Date.now()){let r=parseInt(`${t}`,10);if(!isNaN(r))return r*1e3;let a=Date.parse(`${t}`);return isNaN(a)?um:a-e}function dm(t,e){return t[e]||t.all||0}function Rs(t,e,r=Date.now()){return dm(t,e)>r}function Ns(t,{statusCode:e,headers:r},a=Date.now()){let n={...t},i=r&&r["x-sentry-rate-limits"],o=r&&r["retry-after"];if(i)for(let l of i.trim().split(",")){let[s,u]=l.split(":",2),c=parseInt(s,10),d=(isNaN(c)?60:c)*1e3;if(!u)n.all=a+d;else for(let h of u.split(";"))n[h]=a+d}else o?n.all=a+cm(o,a):e===429&&(n.all=a+60*1e3);return n}function qs(t){return t[0]}function oi(t){let e=ri(),r={sid:xt(),init:!0,timestamp:e,started:e,duration:0,status:"ok",errors:0,ignoreDuration:!1,toJSON:()=>pm(r)};return t&&mt(r,t),r}function mt(t,e={}){if(e.user&&(!t.ipAddress&&e.user.ip_address&&(t.ipAddress=e.user.ip_address),!t.did&&!e.did&&(t.did=e.user.id||e.user.email||e.user.username)),t.timestamp=e.timestamp||ri(),e.ignoreDuration&&(t.ignoreDuration=e.ignoreDuration),e.sid&&(t.sid=e.sid.length===32?e.sid:xt()),e.init!==void 0&&(t.init=e.init),!t.did&&e.did&&(t.did=`${e.did}`),typeof e.started=="number"&&(t.started=e.started),t.ignoreDuration)t.duration=void 0;else if(typeof e.duration=="number")t.duration=e.duration;else{let r=t.timestamp-t.started;t.duration=r>=0?r:0}e.release&&(t.release=e.release),e.environment&&(t.environment=e.environment),!t.ipAddress&&e.ipAddress&&(t.ipAddress=e.ipAddress),!t.userAgent&&e.userAgent&&(t.userAgent=e.userAgent),typeof e.errors=="number"&&(t.errors=e.errors),e.status&&(t.status=e.status)}function si(t,e){let r={};e?r={status:e}:t.status==="ok"&&(r={status:"exited"}),mt(t,r)}function pm(t){return Jt({sid:`${t.sid}`,init:t.init,started:new Date(t.started*1e3).toISOString(),timestamp:new Date(t.timestamp*1e3).toISOString(),status:t.status,errors:t.errors,did:typeof t.did=="number"||typeof t.did=="string"?`${t.did}`:void 0,duration:t.duration,attrs:{release:t.release,environment:t.environment,ip_address:t.ipAddress,user_agent:t.userAgent}})}var Us=100,Je=class t{_notifyingListeners;_scopeListeners;_eventProcessors;_breadcrumbs;_user;_tags;_extra;_contexts;_attachments;_sdkProcessingMetadata;_fingerprint;_level;_transactionName;_span;_session;_requestSession;constructor(){this._notifyingListeners=!1,this._scopeListeners=[],this._eventProcessors=[],this._breadcrumbs=[],this._attachments=[],this._user={},this._tags={},this._extra={},this._contexts={},this._sdkProcessingMetadata={}}static clone(e){let r=new t;return e&&(r._breadcrumbs=[...e._breadcrumbs],r._tags={...e._tags},r._extra={...e._extra},r._contexts={...e._contexts},r._user=e._user,r._level=e._level,r._span=e._span,r._session=e._session,r._transactionName=e._transactionName,r._fingerprint=e._fingerprint,r._eventProcessors=[...e._eventProcessors],r._requestSession=e._requestSession,r._attachments=[...e._attachments]),r}addScopeListener(e){this._scopeListeners.push(e)}addEventProcessor(e){return this._eventProcessors.push(e),this}setUser(e){return this._user=e||{},this._session&&mt(this._session,{user:e}),this._notifyScopeListeners(),this}getUser(){return this._user}getRequestSession(){return this._requestSession}setRequestSession(e){return this._requestSession=e,this}setTags(e){return this._tags={...this._tags,...e},this._notifyScopeListeners(),this}setTag(e,r){return this._tags={...this._tags,[e]:r},this._notifyScopeListeners(),this}setExtras(e){return this._extra={...this._extra,...e},this._notifyScopeListeners(),this}setExtra(e,r){return this._extra={...this._extra,[e]:r},this._notifyScopeListeners(),this}setFingerprint(e){return this._fingerprint=e,this._notifyScopeListeners(),this}setLevel(e){return this._level=e,this._notifyScopeListeners(),this}setTransactionName(e){return this._transactionName=e,this._notifyScopeListeners(),this}setContext(e,r){return r===null?delete this._contexts[e]:this._contexts={...this._contexts,[e]:r},this._notifyScopeListeners(),this}setSpan(e){return this._span=e,this._notifyScopeListeners(),this}getSpan(){return this._span}getTransaction(){let e=this.getSpan();return e&&e.transaction}setSession(e){return e?this._session=e:delete this._session,this._notifyScopeListeners(),this}getSession(){return this._session}update(e){if(!e)return this;if(typeof e=="function"){let r=e(this);return r instanceof t?r:this}return e instanceof t?(this._tags={...this._tags,...e._tags},this._extra={...this._extra,...e._extra},this._contexts={...this._contexts,...e._contexts},e._user&&Object.keys(e._user).length&&(this._user=e._user),e._level&&(this._level=e._level),e._fingerprint&&(this._fingerprint=e._fingerprint),e._requestSession&&(this._requestSession=e._requestSession)):it(e)&&(e=e,this._tags={...this._tags,...e.tags},this._extra={...this._extra,...e.extra},this._contexts={...this._contexts,...e.contexts},e.user&&(this._user=e.user),e.level&&(this._level=e.level),e.fingerprint&&(this._fingerprint=e.fingerprint),e.requestSession&&(this._requestSession=e.requestSession)),this}clear(){return this._breadcrumbs=[],this._tags={},this._extra={},this._user={},this._contexts={},this._level=void 0,this._transactionName=void 0,this._fingerprint=void 0,this._requestSession=void 0,this._span=void 0,this._session=void 0,this._notifyScopeListeners(),this._attachments=[],this}addBreadcrumb(e,r){let a=typeof r=="number"?Math.min(r,Us):Us;if(a<=0)return this;let n={timestamp:zt(),...e};return this._breadcrumbs=[...this._breadcrumbs,n].slice(-a),this._notifyScopeListeners(),this}clearBreadcrumbs(){return this._breadcrumbs=[],this._notifyScopeListeners(),this}addAttachment(e){return this._attachments.push(e),this}getAttachments(){return this._attachments}clearAttachments(){return this._attachments=[],this}applyToEvent(e,r={}){if(this._extra&&Object.keys(this._extra).length&&(e.extra={...this._extra,...e.extra}),this._tags&&Object.keys(this._tags).length&&(e.tags={...this._tags,...e.tags}),this._user&&Object.keys(this._user).length&&(e.user={...this._user,...e.user}),this._contexts&&Object.keys(this._contexts).length&&(e.contexts={...this._contexts,...e.contexts}),this._level&&(e.level=this._level),this._transactionName&&(e.transaction=this._transactionName),this._span){e.contexts={trace:this._span.getTraceContext(),...e.contexts};let a=this._span.transaction&&this._span.transaction.name;a&&(e.tags={transaction:a,...e.tags})}return this._applyFingerprint(e),e.breadcrumbs=[...e.breadcrumbs||[],...this._breadcrumbs],e.breadcrumbs=e.breadcrumbs.length>0?e.breadcrumbs:void 0,e.sdkProcessingMetadata={...e.sdkProcessingMetadata,...this._sdkProcessingMetadata},this._notifyEventProcessors([...js(),...this._eventProcessors],e,r)}setSDKProcessingMetadata(e){return this._sdkProcessingMetadata={...this._sdkProcessingMetadata,...e},this}_notifyEventProcessors(e,r,a,n=0){return new pt((i,o)=>{let l=e[n];if(r===null||typeof l!="function")i(r);else{let s=l({...r},a);!1&&l.id&&s===null&&N.log(`Event processor "${l.id}" dropped event`),hr(s)?s.then(u=>this._notifyEventProcessors(e,u,a,n+1).then(i)).then(null,o):this._notifyEventProcessors(e,s,a,n+1).then(i).then(null,o)}})}_notifyScopeListeners(){this._notifyingListeners||(this._notifyingListeners=!0,this._scopeListeners.forEach(e=>{e(this)}),this._notifyingListeners=!1)}_applyFingerprint(e){e.fingerprint=e.fingerprint?Array.isArray(e.fingerprint)?e.fingerprint:[e.fingerprint]:[],this._fingerprint&&(e.fingerprint=e.fingerprint.concat(this._fingerprint)),e.fingerprint&&!e.fingerprint.length&&delete e.fingerprint}};function js(){return fr("globalEventProcessors",()=>[])}function gt(t){js().push(t)}var li=4,mm=100,kt=class{constructor(e,r=new Je,a=li){this._version=a;this.getStackTop().scope=r,e&&this.bindClient(e)}_stack=[{}];_lastEventId;isOlderThan(e){return this._version{i.captureException(e,{originalException:e,syntheticException:n,...r,event_id:a},o)}),a}captureMessage(e,r,a){let n=this._lastEventId=a&&a.event_id?a.event_id:xt(),i=new Error(e);return this._withClient((o,l)=>{o.captureMessage(e,r,{originalException:e,syntheticException:i,...a,event_id:n},l)}),n}captureEvent(e,r){let a=r&&r.event_id?r.event_id:xt();return e.type!=="transaction"&&(this._lastEventId=a),this._withClient((n,i)=>{n.captureEvent(e,{...r,event_id:a},i)}),a}lastEventId(){return this._lastEventId}addBreadcrumb(e,r){let{scope:a,client:n}=this.getStackTop();if(!a||!n)return;let{beforeBreadcrumb:i=null,maxBreadcrumbs:o=mm}=n.getOptions&&n.getOptions()||{};if(o<=0)return;let s={timestamp:zt(),...e},u=i?jn(()=>i(s,r)):s;u!==null&&a.addBreadcrumb(u,o)}setUser(e){let r=this.getScope();r&&r.setUser(e)}setTags(e){let r=this.getScope();r&&r.setTags(e)}setExtras(e){let r=this.getScope();r&&r.setExtras(e)}setTag(e,r){let a=this.getScope();a&&a.setTag(e,r)}setExtra(e,r){let a=this.getScope();a&&a.setExtra(e,r)}setContext(e,r){let a=this.getScope();a&&a.setContext(e,r)}configureScope(e){let{scope:r,client:a}=this.getStackTop();r&&a&&e(r)}run(e){let r=vr(this);try{e(this)}finally{vr(r)}}getIntegration(e){let r=this.getClient();if(!r)return null;try{return r.getIntegration(e)}catch{return!1&&N.warn(`Cannot retrieve integration ${e.id} from the current Hub`),null}}startTransaction(e,r){return this._callExtensionMethod("startTransaction",e,r)}traceHeaders(){return this._callExtensionMethod("traceHeaders")}captureSession(e=!1){if(e)return this.endSession();this._sendSessionUpdate()}endSession(){let e=this.getStackTop(),r=e&&e.scope,a=r&&r.getSession();a&&si(a),this._sendSessionUpdate(),r&&r.setSession()}startSession(e){let{scope:r,client:a}=this.getStackTop(),{release:n,environment:i}=a&&a.getOptions()||{},o=Te(),{userAgent:l}=o.navigator||{},s=oi({release:n,environment:i,...r&&{user:r.getUser()},...l&&{userAgent:l},...e});if(r){let u=r.getSession&&r.getSession();u&&u.status==="ok"&&mt(u,{status:"exited"}),this.endSession(),r.setSession(s)}return s}shouldSendDefaultPii(){let e=this.getClient(),r=e&&e.getOptions();return!!(r&&r.sendDefaultPii)}_sendSessionUpdate(){let{scope:e,client:r}=this.getStackTop();if(!e)return;let a=e.getSession();a&&r&&r.captureSession&&r.captureSession(a)}_withClient(e){let{scope:r,client:a}=this.getStackTop();a&&e(a,r)}_callExtensionMethod(e,...r){let n=Vr().__SENTRY__;if(n&&n.extensions&&typeof n.extensions[e]=="function")return n.extensions[e].apply(this,r);!1&&N.warn(`Extension method ${e} couldn't be found, doing nothing.`)}};function Vr(){let t=Te();return t.__SENTRY__=t.__SENTRY__||{extensions:{},hub:void 0},t}function vr(t){let e=Vr(),r=et(e);return La(e,t),r}function Z(){let t=Vr();return(!Ks(t)||et(t).isOlderThan(li))&&La(t,new kt),Ls()?gm(t):et(t)}function gm(t){try{let e=Vr().__SENTRY__,r=e&&e.extensions&&e.extensions.domain&&e.extensions.domain.active;if(!r)return et(t);if(!Ks(r)||et(r).isOlderThan(li)){let a=et(t).getStackTop();La(r,new kt(a.client,Je.clone(a.scope)))}return et(r)}catch{return et(t)}}function Ks(t){return!!(t&&t.__SENTRY__&&t.__SENTRY__.hub)}function et(t){return fr("hub",()=>new kt,t)}function La(t,e){if(!t)return!1;let r=t.__SENTRY__=t.__SENTRY__||{};return r.hub=e,!0}function yr(t,e){return Z().captureException(t,{captureContext:e})}function Ba(t,e){let r=typeof e=="string"?e:void 0,a=typeof e!="string"?{captureContext:e}:void 0;return Z().captureMessage(t,r,a)}function Ia(t,e){return Z().captureEvent(t,e)}function Fa(t){Z().configureScope(t)}function za(t){Z().addBreadcrumb(t)}function Oa(t,e){Z().setContext(t,e)}function Ma(t){Z().setExtras(t)}function Ra(t,e){Z().setExtra(t,e)}function Na(t){Z().setTags(t)}function qa(t,e){Z().setTag(t,e)}function Ua(t){Z().setUser(t)}function Sr(t){Z().withScope(t)}function ja(t,e){return Z().startTransaction({metadata:{source:"custom"},...t},e)}var hm="7";function Ws(t){let e=t.protocol?`${t.protocol}:`:"",r=t.port?`:${t.port}`:"";return`${e}//${t.host}${r}${t.path?`/${t.path}`:""}/api/`}function fm(t){return`${Ws(t)}${t.projectId}/envelope/`}function bm(t,e){return ws({sentry_key:t.publicKey,sentry_version:hm,...e&&{sentry_client:`${e.name}/${e.version}`}})}function $r(t,e={}){let r=typeof e=="string"?e:e.tunnel,a=typeof e=="string"||!e._metadata?void 0:e._metadata.sdk;return r||`${fm(t)}?${bm(t,a)}`}function ui(t,e){let r=ka(t),a=`${Ws(r)}embed/error-page/`,n=`dsn=${Xt(r)}`;for(let i in e)if(i!=="dsn")if(i==="user"){let o=e.user;if(!o)continue;o.name&&(n+=`&name=${encodeURIComponent(o.name)}`),o.email&&(n+=`&email=${encodeURIComponent(o.email)}`)}else n+=`&${encodeURIComponent(i)}=${encodeURIComponent(e[i])}`;return`${a}?${n}`}function Hs(t){if(!t||!t.sdk)return;let{name:e,version:r}=t.sdk;return{name:e,version:r}}function Tm(t,e){return e&&(t.sdk=t.sdk||{},t.sdk.name=t.sdk.name||e.name,t.sdk.version=t.sdk.version||e.version,t.sdk.integrations=[...t.sdk.integrations||[],...e.integrations||[]],t.sdk.packages=[...t.sdk.packages||[],...e.packages||[]]),t}function Gs(t,e,r,a){let n=Hs(r),i={sent_at:new Date().toISOString(),...n&&{sdk:n},...!!a&&{dsn:Xt(e)}},o="aggregates"in t?[{type:"sessions"},t]:[{type:"session"},t];return er(i,[o])}function Vs(t,e,r,a){let n=Hs(r),i=t.type||"event",{transactionSampling:o}=t.sdkProcessingMetadata||{},{method:l,rate:s}=o||{};Tm(t,r&&r.sdk);let u=vm(t,n,a,e);return delete t.sdkProcessingMetadata,er(u,[[{type:i,sample_rates:[{id:l,rate:s}]},t]])}function vm(t,e,r,a){let n=t.sdkProcessingMetadata&&t.sdkProcessingMetadata.baggage,i=n&&qs(n);return{event_id:t.event_id,sent_at:new Date().toISOString(),...e&&{sdk:e},...!!r&&{dsn:Xt(a)},...t.type==="transaction"&&i&&{trace:Jt({...i})}}}var $s=[];function Qs(t){return t.reduce((e,r)=>(e.every(a=>r.name!==a.name)&&e.push(r),e),[])}function ci(t){let e=t.defaultIntegrations&&[...t.defaultIntegrations]||[],r=t.integrations,a=[...Qs(e)];Array.isArray(r)?a=[...a.filter(o=>r.every(l=>l.name!==o.name)),...Qs(r)]:typeof r=="function"&&(a=r(a),a=Array.isArray(a)?a:[a]);let n=a.map(o=>o.name),i="Debug";return n.indexOf(i)!==-1&&a.push(...a.splice(n.indexOf(i),1)),a}function Ys(t){let e={};return t.forEach(r=>{e[r.name]=r,$s.indexOf(r.name)===-1&&(r.setupOnce(gt,Z),$s.push(r.name),!1&&N.log(`Integration installed: ${r.name}`))}),e}var Xs="Not capturing exception because it's already been captured.",Qr=class{_options;_dsn;_transport;_integrations={};_integrationsInitialized=!1;_numProcessing=0;_outcomes={};constructor(e){if(this._options=e,e.dsn){this._dsn=ka(e.dsn);let r=$r(this._dsn,e);this._transport=e.transport({recordDroppedEvent:this.recordDroppedEvent.bind(this),...e.transportOptions,url:r})}else!1&&N.warn("No DSN provided, client will not do anything.")}captureException(e,r,a){if(Xn(e)){!1&&N.log(Xs);return}let n=r&&r.event_id;return this._process(this.eventFromException(e,r).then(i=>this._captureEvent(i,r,a)).then(i=>{n=i})),n}captureMessage(e,r,a,n){let i=a&&a.event_id,o=Nr(e)?this.eventFromMessage(String(e),r,a):this.eventFromException(e,a);return this._process(o.then(l=>this._captureEvent(l,a,n)).then(l=>{i=l})),i}captureEvent(e,r,a){if(r&&r.originalException&&Xn(r.originalException)){!1&&N.log(Xs);return}let n=r&&r.event_id;return this._process(this._captureEvent(e,r,a).then(i=>{n=i})),n}captureSession(e){if(!this._isEnabled()){!1&&N.warn("SDK not enabled, will not capture session.");return}typeof e.release!="string"?!1&&N.warn("Discarded session because of missing or non-string release"):(this.sendSession(e),mt(e,{init:!1}))}getDsn(){return this._dsn}getOptions(){return this._options}getTransport(){return this._transport}flush(e){let r=this._transport;return r?this._isClientDoneProcessing(e).then(a=>r.flush(e).then(n=>a&&n)):Ge(!0)}close(e){return this.flush(e).then(r=>(this.getOptions().enabled=!1,r))}setupIntegrations(){this._isEnabled()&&!this._integrationsInitialized&&(this._integrations=Ys(this._options.integrations),this._integrationsInitialized=!0)}getIntegrationById(e){return this._integrations[e]}getIntegration(e){try{return this._integrations[e.id]||null}catch{return!1&&N.warn(`Cannot retrieve integration ${e.id} from the current Client`),null}}sendEvent(e,r={}){if(this._dsn){let a=Vs(e,this._dsn,this._options._metadata,this._options.tunnel);for(let n of r.attachments||[])a=zs(a,Os(n,this._options.transportOptions&&this._options.transportOptions.textEncoder));this._sendEnvelope(a)}}sendSession(e){if(this._dsn){let r=Gs(e,this._dsn,this._options._metadata,this._options.tunnel);this._sendEnvelope(r)}}recordDroppedEvent(e,r){if(this._options.sendClientReports){let a=`${e}:${r}`;!1&&N.log(`Adding outcome: "${a}"`),this._outcomes[a]=this._outcomes[a]+1||1}}_updateSessionFromEvent(e,r){let a=!1,n=!1,i=r.exception&&r.exception.values;if(i){n=!0;for(let s of i){let u=s.mechanism;if(u&&u.handled===!1){a=!0;break}}}let o=e.status==="ok";(o&&e.errors===0||o&&a)&&(mt(e,{...a&&{status:"crashed"},errors:e.errors||Number(n||a)}),this.captureSession(e))}_isClientDoneProcessing(e){return new pt(r=>{let a=0,n=1,i=setInterval(()=>{this._numProcessing==0?(clearInterval(i),r(!0)):(a+=n,e&&a>=e&&(clearInterval(i),r(!1)))},n)})}_isEnabled(){return this.getOptions().enabled!==!1&&this._dsn!==void 0}_prepareEvent(e,r,a){let{normalizeDepth:n=3,normalizeMaxBreadth:i=1e3}=this.getOptions(),o={...e,event_id:e.event_id||r.event_id||xt(),timestamp:e.timestamp||zt()};this._applyClientOptions(o),this._applyIntegrationsMetadata(o);let l=a;r.captureContext&&(l=Je.clone(l).update(r.captureContext));let s=Ge(o);if(l){let u=[...r.attachments||[],...l.getAttachments()];u.length&&(r.attachments=u),s=l.applyToEvent(o,r)}return s.then(u=>typeof n=="number"&&n>0?this._normalizeEvent(u,n,i):u)}_normalizeEvent(e,r,a){if(!e)return null;let n={...e,...e.breadcrumbs&&{breadcrumbs:e.breadcrumbs.map(i=>({...i,...i.data&&{data:Dt(i.data,r,a)}}))},...e.user&&{user:Dt(e.user,r,a)},...e.contexts&&{contexts:Dt(e.contexts,r,a)},...e.extra&&{extra:Dt(e.extra,r,a)}};return e.contexts&&e.contexts.trace&&n.contexts&&(n.contexts.trace=e.contexts.trace,e.contexts.trace.data&&(n.contexts.trace.data=Dt(e.contexts.trace.data,r,a))),e.spans&&(n.spans=e.spans.map(i=>(i.data&&(i.data=Dt(i.data,r,a)),i))),n}_applyClientOptions(e){let r=this.getOptions(),{environment:a,release:n,dist:i,maxValueLength:o=250}=r;"environment"in e||(e.environment="environment"in r?a:"production"),e.release===void 0&&n!==void 0&&(e.release=n),e.dist===void 0&&i!==void 0&&(e.dist=i),e.message&&(e.message=Zt(e.message,o));let l=e.exception&&e.exception.values&&e.exception.values[0];l&&l.value&&(l.value=Zt(l.value,o));let s=e.request;s&&s.url&&(s.url=Zt(s.url,o))}_applyIntegrationsMetadata(e){let r=Object.keys(this._integrations);r.length>0&&(e.sdk=e.sdk||{},e.sdk.integrations=[...e.sdk.integrations||[],...r])}_captureEvent(e,r={},a){return this._processEvent(e,r,a).then(n=>n.event_id,n=>{!1&&N.warn(n)})}_processEvent(e,r,a){let{beforeSend:n,sampleRate:i}=this.getOptions();if(!this._isEnabled())return Gr(new Ee("SDK not enabled, will not capture event."));let o=e.type==="transaction";return!o&&typeof i=="number"&&Math.random()>i?(this.recordDroppedEvent("sample_rate","error"),Gr(new Ee(`Discarding event because it's not included in the random sample (sampling rate = ${i})`))):this._prepareEvent(e,r,a).then(l=>{if(l===null)throw this.recordDroppedEvent("event_processor",e.type||"error"),new Ee("An event processor returned null, will not send event.");if(r.data&&r.data.__sentry__===!0||o||!n)return l;let u=n(l,r);return ym(u)}).then(l=>{if(l===null)throw this.recordDroppedEvent("before_send",e.type||"error"),new Ee("`beforeSend` returned `null`, will not send event.");let s=a&&a.getSession();return!o&&s&&this._updateSessionFromEvent(s,l),this.sendEvent(l,r),l}).then(null,l=>{throw l instanceof Ee?l:(this.captureException(l,{data:{__sentry__:!0},originalException:l}),new Ee(`Event processing pipeline threw an error, original event will not be sent. Details have been sent as a new event. +Reason: ${l}`))})}_process(e){this._numProcessing+=1,e.then(r=>(this._numProcessing-=1,r),r=>(this._numProcessing-=1,r))}_sendEnvelope(e){this._transport&&this._dsn?this._transport.send(e).then(null,r=>{!1&&N.error("Error while sending event:",r)}):!1&&N.error("Transport disabled")}_clearOutcomes(){let e=this._outcomes;return this._outcomes={},Object.keys(e).map(r=>{let[a,n]=r.split(":");return{reason:a,category:n,quantity:e[r]}})}};function ym(t){let e="`beforeSend` method has to return `null` or a valid event.";if(hr(t))return t.then(r=>{if(!(it(r)||r===null))throw new Ee(e);return r},r=>{throw new Ee(`beforeSend rejected with ${r}`)});if(!(it(t)||t===null))throw new Ee(e);return t}function di(t,e){e.debug===!0&&!1&&N.enable();let r=Z(),a=r.getScope();a&&a.update(e.initialScope);let n=new t(e);r.bindClient(n)}var Sm=30;function Yr(t,e,r=Bs(t.bufferSize||Sm)){let a={},n=o=>r.drain(o);function i(o){let l=[];if(ni(o,(d,h)=>{let b=ii(h);Rs(a,b)?t.recordDroppedEvent("ratelimit_backoff",b):l.push(d)}),l.length===0)return Ge();let s=er(o[0],l),u=d=>{ni(s,(h,b)=>{t.recordDroppedEvent(d,ii(b))})},c=()=>e({body:Pa(s,t.textEncoder)}).then(d=>{d.statusCode!==void 0&&(d.statusCode<200||d.statusCode>=300)&&!1&&N.warn(`Sentry responded with status code ${d.statusCode} to sent event.`),a=Ns(a,d)},d=>{!1&&N.error("Failed while sending event:",d),u("network_error")});return r.add(c).then(d=>d,d=>{if(d instanceof Ee)return!1&&N.error("Skipped sending event due to full buffer"),u("queue_overflow"),Ge();throw d})}return{send:i,flush:n}}var wr="7.7.0";var ar={};ma(ar,{FunctionToString:()=>tr,InboundFilters:()=>rr});var Zs,tr=class t{static id="FunctionToString";name=t.id;setupOnce(){Zs=Function.prototype.toString,Function.prototype.toString=function(...e){let r=br(this)||this;return Zs.apply(r,e)}}};var wm=[/^Script error\.?$/,/^Javascript error: Script error\.? on line 0$/],rr=class t{constructor(e={}){this._options=e}static id="InboundFilters";name=t.id;setupOnce(e,r){let a=n=>{let i=r();if(i){let o=i.getIntegration(t);if(o){let l=i.getClient(),s=l?l.getOptions():{},u=xm(o._options,s);return Am(n,u)?null:n}}return n};a.id=this.name,e(a)}};function xm(t={},e={}){return{allowUrls:[...t.allowUrls||[],...e.allowUrls||[]],denyUrls:[...t.denyUrls||[],...e.denyUrls||[]],ignoreErrors:[...t.ignoreErrors||[],...e.ignoreErrors||[],...wm],ignoreInternal:t.ignoreInternal!==void 0?t.ignoreInternal:!0}}function Am(t,e){return e.ignoreInternal&&_m(t)?(!1&&N.warn(`Event dropped due to being internal Sentry Error. Event: ${At(t)}`),!0):Dm(t,e.ignoreErrors)?(!1&&N.warn(`Event dropped due to being matched by \`ignoreErrors\` option. Event: ${At(t)}`),!0):km(t,e.denyUrls)?(!1&&N.warn(`Event dropped due to being matched by \`denyUrls\` option. Event: ${At(t)}. Url: ${Ka(t)}`),!0):Em(t,e.allowUrls)?!1:(!1&&N.warn(`Event dropped due to not being matched by \`allowUrls\` option. Event: ${At(t)}. -Url: ${Ka(t)}`),!0)}function Dm(t,e){return!e||!e.length?!1:Cm(t).some(r=>e.some(a=>Ea(r,a)))}function km(t,e){if(!e||!e.length)return!1;let r=Ka(t);return r?e.some(a=>Ea(r,a)):!1}function Em(t,e){if(!e||!e.length)return!0;let r=Ka(t);return r?e.some(a=>Ea(r,a)):!0}function Cm(t){if(t.message)return[t.message];if(t.exception)try{let{type:e="",value:r=""}=t.exception.values&&t.exception.values[0]||{};return[`${r}`,`${e}: ${r}`]}catch{return!1&&N.error(`Cannot extract message for event ${At(t)}`),[]}return[]}function _m(t){try{return t.exception.values[0].type==="SentryError"}catch{}return!1}function Pm(t=[]){for(let e=t.length-1;e>=0;e--){let r=t[e];if(r&&r.filename!==""&&r.filename!=="[native code]")return r.filename||null}return null}function Ka(t){try{let e;try{e=t.exception.values[0].stacktrace.frames}catch{}return e?Pm(e):null}catch{return!1&&N.error(`Cannot extract url for event ${At(t)}`),null}}function gi(t,e){let r=hi(t,e),a={type:e&&e.name,value:Fm(e)};return r.length&&(a.stacktrace={frames:r}),a.type===void 0&&a.value===""&&(a.value="Unrecoverable error caught"),a}function Lm(t,e,r,a){let n={exception:{values:[{type:qr(e)?e.constructor.name:a?"UnhandledRejection":"Error",value:`Non-Error ${a?"promise rejection":"exception"} captured with keys: ${xs(e)}`}]},extra:{__serialized__:Jn(e)}};if(r){let i=hi(t,r);i.length&&(n.exception.values[0].stacktrace={frames:i})}return n}function pi(t,e){return{exception:{values:[gi(t,e)]}}}function hi(t,e){let r=e.stacktrace||e.stack||"",a=Bm(e);try{return t(r,a)}catch{}return[]}var Im=/Minified React error #\d+;/i;function Bm(t){if(t){if(typeof t.framesToPop=="number")return t.framesToPop;if(Im.test(t.message))return 1}return 0}function Fm(t){let e=t&&t.message;return e?e.error&&typeof e.error.message=="string"?e.error.message:e:"No error message"}function Js(t,e,r,a){let n=r&&r.syntheticException||void 0,i=Wa(t,e,n,a);return Ft(i),i.level="error",r&&r.event_id&&(i.event_id=r.event_id),Ge(i)}function el(t,e,r="info",a,n){let i=a&&a.syntheticException||void 0,o=mi(t,e,i,n);return o.level=r,a&&a.event_id&&(o.event_id=a.event_id),Ge(o)}function Wa(t,e,r,a,n){let i;if(Da(e)&&e.error)return pi(t,e.error);if(ps(e)){let o=e;if("stack"in e)i=pi(t,e);else{let l=o.name||"DOMException",s=o.message?`${l}: ${o.message}`:l;i=mi(t,s,r,a),Hr(i,s)}return"code"in o&&(i.tags={...i.tags,"DOMException.code":`${o.code}`}),i}return Aa(e)?pi(t,e):it(e)||qr(e)?(i=Lm(t,e,r,n),Ft(i,{synthetic:!0}),i):(i=mi(t,e,r,a),Hr(i,`${e}`,void 0),Ft(i,{synthetic:!0}),i)}function mi(t,e,r,a){let n={message:e};if(a&&r){let i=hi(t,r);i.length&&(n.exception={values:[{value:e,stacktrace:{frames:i}}]})}return n}var fi="Breadcrumbs",Ot=class t{static id=fi;name=t.id;options;constructor(e){this.options={console:!0,dom:!0,fetch:!0,history:!0,sentry:!0,xhr:!0,...e}}setupOnce(){this.options.console&<("console",Om),this.options.dom&<("dom",zm(this.options.dom)),this.options.xhr&<("xhr",Mm),this.options.fetch&<("fetch",Rm),this.options.history&<("history",Nm)}};function zm(t){function e(r){let a,n=typeof t=="object"?t.serializeAttribute:void 0;typeof n=="string"&&(n=[n]);try{a=r.event.target?Ur(r.event.target,n):Ur(r.event,n)}catch{a=""}a.length!==0&&Z().addBreadcrumb({category:`ui.${r.name}`,message:a},{event:r.event,name:r.name,global:r.global})}return e}function Om(t){let e={category:"console",data:{arguments:t.args,logger:"console"},level:Bs(t.level),message:Kn(t.args," ")};if(t.level==="assert")if(t.args[0]===!1)e.message=`Assertion failed: ${Kn(t.args.slice(1)," ")||"console.assert"}`,e.data.arguments=t.args.slice(1);else return;Z().addBreadcrumb(e,{input:t.args,level:t.level})}function Mm(t){if(t.endTimestamp){if(t.xhr.__sentry_own_request__)return;let{method:e,url:r,status_code:a,body:n}=t.xhr.__sentry_xhr__||{};Z().addBreadcrumb({category:"xhr",data:{method:e,url:r,status_code:a},type:"http"},{xhr:t.xhr,input:n});return}}function Rm(t){t.endTimestamp&&(t.fetchData.url.match(/sentry_key/)&&t.fetchData.method==="POST"||(t.error?Z().addBreadcrumb({category:"fetch",data:t.fetchData,level:"error",type:"http"},{data:t.error,input:t.args}):Z().addBreadcrumb({category:"fetch",data:{...t.fetchData,status_code:t.response.status},type:"http"},{input:t.args,response:t.response})))}function Nm(t){let e=Te(),r=t.from,a=t.to,n=Ca(e.location.href),i=Ca(r),o=Ca(a);i.path||(i=n),n.protocol===o.protocol&&n.host===o.host&&(a=o.relative),n.protocol===i.protocol&&n.host===i.host&&(r=i.relative),Z().addBreadcrumb({category:"navigation",data:{from:r,to:a}})}var Ga=Te(),Ha;function bi(){if(Ha)return Ha;if(ks(fetch))return Ha=fetch.bind(Ga);let t=Ga.document,e=fetch;if(t&&typeof t.createElement=="function")try{let r=t.createElement("iframe");r.hidden=!0,t.head.appendChild(r);let a=r.contentWindow;a&&a.fetch&&(e=a.fetch),t.head.removeChild(r)}catch(r){!1&&N.warn("Could not create sandbox iframe for pure fetch check, bailing to window.fetch: ",r)}return Ha=e.bind(Ga)}function tl(t,e){Object.prototype.toString.call(Ga&&navigator)==="[object Navigator]"&&typeof navigator.sendBeacon=="function"?navigator.sendBeacon.bind(navigator)(t,e):Ds()&&bi()(t,{body:e,method:"POST",credentials:"omit",keepalive:!0}).then(null,i=>{!1&&N.error(i)})}var Ti=Te(),xr=class extends Qr{constructor(e){e._metadata=e._metadata||{},e._metadata.sdk=e._metadata.sdk||{name:"sentry.javascript.browser",packages:[{name:"npm:@sentry/browser",version:wr}],version:wr},super(e),e.sendClientReports&&Ti.document&&Ti.document.addEventListener("visibilitychange",()=>{Ti.document.visibilityState==="hidden"&&this._flushOutcomes()})}eventFromException(e,r){return Js(this._options.stackParser,e,r,this._options.attachStacktrace)}eventFromMessage(e,r="info",a){return el(this._options.stackParser,e,r,a,this._options.attachStacktrace)}sendEvent(e,r){let a=this.getIntegrationById(fi);a&&a.options&&a.options.sentry&&Z().addBreadcrumb({category:`sentry.${e.type==="transaction"?"transaction":"event"}`,event_id:e.event_id,level:e.level,message:At(e)},{event:e}),super.sendEvent(e,r)}_prepareEvent(e,r,a){return e.platform=e.platform||"javascript",super._prepareEvent(e,r,a)}_flushOutcomes(){let e=this._clearOutcomes();if(e.length===0){!1&&N.log("No outcomes to send");return}if(!this._dsn){!1&&N.log("No dsn provided, will not send outcomes");return}!1&&N.log("Sending outcomes:",e);let r=$r(this._dsn,this._options),a=Ms(e,this._options.tunnel&&Xt(this._dsn));try{tl(r,Pa(a))}catch(n){!1&&N.error(n)}}};function Xr(t,e=bi()){function r(a){let n={body:a.body,method:"POST",referrerPolicy:"origin",headers:t.headers,...t.fetchOptions};return e(t.url,n).then(i=>({statusCode:i.status,headers:{"x-sentry-rate-limits":i.headers.get("X-Sentry-Rate-Limits"),"retry-after":i.headers.get("Retry-After")}}))}return Yr(t,r)}var Ar="?",qm=10,Um=20,jm=30,Km=40,Wm=50;function Zr(t,e,r,a){let n={filename:t,function:e,in_app:!0};return r!==void 0&&(n.lineno=r),a!==void 0&&(n.colno=a),n}var Hm=/^\s*at (?:(.*?) ?\((?:address at )?)?((?:file|https?|blob|chrome-extension|address|native|eval|webpack||[-a-z]+:|.*bundle|\/).*?)(?::(\d+))?(?::(\d+))?\)?\s*$/i,Gm=/\((\S*)(?::(\d+))(?::(\d+))\)/,Vm=t=>{let e=Hm.exec(t);if(e){if(e[2]&&e[2].indexOf("eval")===0){let i=Gm.exec(e[2]);i&&(e[2]=i[1],e[3]=i[2],e[4]=i[3])}let[a,n]=nl(e[1]||Ar,e[2]);return Zr(n,a,e[3]?+e[3]:void 0,e[4]?+e[4]:void 0)}},vi=[jm,Vm],$m=/^\s*(.*?)(?:\((.*?)\))?(?:^|@)?((?:file|https?|blob|chrome|webpack|resource|moz-extension|capacitor).*?:\/.*?|\[native code\]|[^@]*(?:bundle|\d+\.js)|\/[\w\-. /=]+)(?::(\d+))?(?::(\d+))?\s*$/i,Qm=/(\S+) line (\d+)(?: > eval line \d+)* > eval/i,Ym=t=>{let e=$m.exec(t);if(e){if(e[3]&&e[3].indexOf(" > eval")>-1){let i=Qm.exec(e[3]);i&&(e[1]=e[1]||"eval",e[3]=i[1],e[4]=i[2],e[5]="")}let a=e[3],n=e[1]||Ar;return[n,a]=nl(n,a),Zr(a,n,e[4]?+e[4]:void 0,e[5]?+e[5]:void 0)}},yi=[Wm,Ym],Xm=/^\s*at (?:((?:\[object object\])?.+) )?\(?((?:file|ms-appx|https?|webpack|blob):.*?):(\d+)(?::(\d+))?\)?\s*$/i,Zm=t=>{let e=Xm.exec(t);return e?Zr(e[2],e[1]||Ar,+e[3],e[4]?+e[4]:void 0):void 0},Si=[Km,Zm],Jm=/ line (\d+).*script (?:in )?(\S+)(?:: in function (\S+))?$/i,eg=t=>{let e=Jm.exec(t);return e?Zr(e[2],e[3]||Ar,+e[1]):void 0},rl=[qm,eg],tg=/ line (\d+), column (\d+)\s*(?:in (?:]+)>|([^)]+))\(.*\))? in (.*):\s*$/i,rg=t=>{let e=tg.exec(t);return e?Zr(e[5],e[3]||e[4]||Ar,+e[1],+e[2]):void 0},al=[Um,rg],wi=[vi,yi,Si],Va=$n(...wi),nl=(t,e)=>{let r=t.indexOf("safari-extension")!==-1,a=t.indexOf("safari-web-extension")!==-1;return r||a?[t.indexOf("@")!==-1?t.split("@")[0]:Ar,r?`safari-extension:${e}`:`safari-web-extension:${e}`]:[t,e]};var xi=0;function Ai(){return xi>0}function ag(){xi+=1,setTimeout(()=>{xi-=1})}function Et(t,e={},r){if(typeof t!="function")return t;try{let n=t.__sentry_wrapped__;if(n)return n;if(br(t))return t}catch{return t}let a=function(){let n=Array.prototype.slice.call(arguments);try{r&&typeof r=="function"&&r.apply(this,arguments);let i=n.map(o=>Et(o,e));return t.apply(this,i)}catch(i){throw ag(),Sr(o=>{o.addEventProcessor(l=>(e.mechanism&&(Hr(l,void 0,void 0),Ft(l,e.mechanism)),l.extra={...l.extra,arguments:n},l)),yr(i)}),i}};try{for(let n in t)Object.prototype.hasOwnProperty.call(t,n)&&(a[n]=t[n])}catch{}Hn(a,t),Kr(t,"__sentry_wrapped__",a);try{Object.getOwnPropertyDescriptor(a,"name").configurable&&Object.defineProperty(a,"name",{get(){return t.name}})}catch{}return a}var Di={};ma(Di,{Breadcrumbs:()=>Ot,Dedupe:()=>qt,GlobalHandlers:()=>ht,HttpContext:()=>Nt,LinkedErrors:()=>Rt,TryCatch:()=>Mt});var ht=class t{static id="GlobalHandlers";name=t.id;_options;_installFunc={onerror:ng,onunhandledrejection:ig};constructor(e){this._options={onerror:!0,onunhandledrejection:!0,...e}}setupOnce(){let e=this._options;for(let r in e){let a=this._installFunc[r];a&&e[r]&&(lg(r),a(),this._installFunc[r]=void 0)}}};function ng(){lt("error",t=>{let[e,r,a]=sl();if(!e.getIntegration(ht))return;let{msg:n,url:i,line:o,column:l,error:s}=t;if(Ai()||s&&s.__sentry_own_request__)return;let u=s===void 0&&St(n)?sg(n,i,o,l):il(Wa(r,s||n,void 0,a,!1),i,o,l);u.level="error",ol(e,s,u,"onerror")})}function ig(){lt("unhandledrejection",t=>{let[e,r,a]=sl();if(!e.getIntegration(ht))return;let n=t;try{"reason"in t?n=t.reason:"detail"in t&&"reason"in t.detail&&(n=t.detail.reason)}catch{}if(Ai()||n&&n.__sentry_own_request__)return!0;let i=Nr(n)?og(n):Wa(r,n,void 0,a,!0);i.level="error",ol(e,n,i,"onunhandledrejection")})}function og(t){return{exception:{values:[{type:"UnhandledRejection",value:`Non-Error promise rejection captured with value: ${String(t)}`}]}}}function sg(t,e,r,a){let n=/^(?:[Uu]ncaught (?:exception: )?)?(?:((?:Eval|Internal|Range|Reference|Syntax|Type|URI|)Error): )?(.*)$/i,i=Da(t)?t.message:t,o="Error",l=i.match(n);return l&&(o=l[1],i=l[2]),il({exception:{values:[{type:o,value:i}]}},e,r,a)}function il(t,e,r,a){let n=t.exception=t.exception||{},i=n.values=n.values||[],o=i[0]=i[0]||{},l=o.stacktrace=o.stacktrace||{},s=l.frames=l.frames||[],u=isNaN(parseInt(a,10))?void 0:a,c=isNaN(parseInt(r,10))?void 0:r,d=St(e)&&e.length>0?e:bs();return s.length===0&&s.push({colno:u,filename:d,function:"?",in_app:!0,lineno:c}),t}function lg(t){!1&&N.log(`Global Handler attached: ${t}`)}function ol(t,e,r,a){Ft(r,{handled:!1,type:a}),t.captureEvent(r,{originalException:e})}function sl(){let t=Z(),e=t.getClient(),r=e&&e.getOptions()||{stackParser:()=>[],attachStacktrace:!1};return[t,r.stackParser,r.attachStacktrace]}var ug=["EventTarget","Window","Node","ApplicationCache","AudioTrackList","ChannelMergerNode","CryptoOperation","EventSource","FileReader","HTMLUnknownElement","IDBDatabase","IDBRequest","IDBTransaction","KeyOperation","MediaController","MessagePort","ModalWindow","Notification","SVGElementInstance","Screen","TextTrack","TextTrackCue","TextTrackList","WebSocket","WebSocketWorker","Worker","XMLHttpRequest","XMLHttpRequestEventTarget","XMLHttpRequestUpload"],Mt=class t{static id="TryCatch";name=t.id;_options;constructor(e){this._options={XMLHttpRequest:!0,eventTarget:!0,requestAnimationFrame:!0,setInterval:!0,setTimeout:!0,...e}}setupOnce(){let e=Te();this._options.setTimeout&&ot(e,"setTimeout",ll),this._options.setInterval&&ot(e,"setInterval",ll),this._options.requestAnimationFrame&&ot(e,"requestAnimationFrame",cg),this._options.XMLHttpRequest&&"XMLHttpRequest"in e&&ot(XMLHttpRequest.prototype,"send",dg);let r=this._options.eventTarget;r&&(Array.isArray(r)?r:ug).forEach(pg)}};function ll(t){return function(...e){let r=e[0];return e[0]=Et(r,{mechanism:{data:{function:st(t)},handled:!0,type:"instrument"}}),t.apply(this,e)}}function cg(t){return function(e){return t.apply(this,[Et(e,{mechanism:{data:{function:"requestAnimationFrame",handler:st(t)},handled:!0,type:"instrument"}})])}}function dg(t){return function(...e){let r=this;return["onload","onerror","onprogress","onreadystatechange"].forEach(n=>{n in r&&typeof r[n]=="function"&&ot(r,n,function(i){let o={mechanism:{data:{function:n,handler:st(i)},handled:!0,type:"instrument"}},l=br(i);return l&&(o.mechanism.data.handler=st(l)),Et(i,o)})}),t.apply(this,e)}}function pg(t){let e=Te(),r=e[t]&&e[t].prototype;!r||!r.hasOwnProperty||!r.hasOwnProperty("addEventListener")||(ot(r,"addEventListener",function(a){return function(n,i,o){try{typeof i.handleEvent=="function"&&(i.handleEvent=Et(i.handleEvent,{mechanism:{data:{function:"handleEvent",handler:st(i),target:t},handled:!0,type:"instrument"}}))}catch{}let l=Et(i,{mechanism:{data:{function:"addEventListener",handler:st(i),target:t},handled:!0,type:"instrument"}}),s=[n,l,o];return a.apply(this,s)}}),ot(r,"removeEventListener",function(a){return function(n,i,o){let l=i;try{let s=l&&l.__sentry_wrapped__;s&&a.call(this,n,s,o)}catch{}return a.call(this,n,l,o)}}))}var mg="cause",gg=5,Rt=class t{static id="LinkedErrors";name=t.id;_key;_limit;constructor(e={}){this._key=e.key||mg,this._limit=e.limit||gg}setupOnce(){let e=Z().getClient();e&>((r,a)=>{let n=Z().getIntegration(t);return n?hg(e.getOptions().stackParser,n._key,n._limit,r,a):r})}};function hg(t,e,r,a,n){if(!a.exception||!a.exception.values||!n||!dt(n.originalException,Error))return a;let i=ul(t,r,n.originalException,e);return a.exception.values=[...i,...a.exception.values],a}function ul(t,e,r,a,n=[]){if(!dt(r[a],Error)||n.length+1>=e)return n;let i=gi(t,r[a]);return ul(t,e,r[a],a,[i,...n])}var cl=Te(),Nt=class t{static id="HttpContext";name=t.id;setupOnce(){gt(e=>{if(Z().getIntegration(t)){if(!navigator&&!location&&!cl.document)return e;let r=e.request&&e.request.url||location&&location.href,{referrer:a}=cl.document||{},{userAgent:n}=navigator||{},i={...e.request&&e.request.headers,...a&&{Referer:a},...n&&{"User-Agent":n}},o={...r&&{url:r},headers:i};return{...e,request:o}}return e})}};var qt=class t{static id="Dedupe";name=t.id;_previousEvent;setupOnce(e,r){let a=n=>{let i=r().getIntegration(t);if(i){try{if(fg(n,i._previousEvent))return!1&&N.warn("Event dropped due to being a duplicate of previously captured event."),null}catch{return i._previousEvent=n}return i._previousEvent=n}return n};a.id=this.name,e(a)}};function fg(t,e){return e?!!(bg(t,e)||Tg(t,e)):!1}function bg(t,e){let r=t.message,a=e.message;return!(!r&&!a||r&&!a||!r&&a||r!==a||!gl(t,e)||!ml(t,e))}function Tg(t,e){let r=dl(e),a=dl(t);return!(!r||!a||r.type!==a.type||r.value!==a.value||!gl(t,e)||!ml(t,e))}function ml(t,e){let r=pl(t),a=pl(e);if(!r&&!a)return!0;if(r&&!a||!r&&a||(r=r,a=a,a.length!==r.length))return!1;for(let n=0;n"u"){!1&&N.warn("Session tracking in non-browser environment with @sentry/browser is not supported.");return}let r=Z();r.captureSession&&(hl(r),lt("history",({from:a,to:n})=>{a===void 0||a===n||hl(Z())}))}var Al={},Ei=Te();Ei.Sentry&&Ei.Sentry.Integrations&&(Al=Ei.Sentry.Integrations);var yg={...Al,...ar,...Di};var Fx=ba.alert;function pe(){return typeof process>"u"&&typeof Deno<"u"?Deno.env.toObject():m}var te=pe();function Ut(){return te.IMMERSIVE_TRANSLATE_USERSCRIPT==="1"}function ut(){return te.PROD==="1"}function jt(){return te.PROD_API==="1"}function Ct(){if(te.IMMERSIVE_TRANSLATE_SAFARI==="1")return!0;if(typeof globalThis.immersiveTranslateBrowserAPI<"u"&&globalThis.immersiveTranslateBrowserAPI.runtime&&globalThis.immersiveTranslateBrowserAPI.runtime.getManifest){let e=globalThis.immersiveTranslateBrowserAPI.runtime.getManifest();return!!(e&&e._isSafari)}else return!1}function Dl(){return typeof Deno<"u"}var Xx=pe().PROD==="1",Zx=pe().PROD!=="1";function kl(){return typeof globalThis.__IS_IMMERSIVE_TRANSLATE_WEB_OPTIONS_PAGE__<"u"}function Ci(){if(typeof globalThis.immersiveTranslateBrowserAPI<"u"&&globalThis.immersiveTranslateBrowserAPI.runtime&&globalThis.immersiveTranslateBrowserAPI.runtime.getManifest){let t=globalThis.immersiveTranslateBrowserAPI.runtime.getManifest();return!!(t&&(t._isUserscript||t._isSafari))}else return!1}var El={nologin:"\u672A\u767B\u5F55",loginForSafari:"\u767B\u5F55\u6216\u6CE8\u518C",login:"\u767B\u5F55\u540E\u53EF\u5F00\u901A\u4F1A\u5458",goLogin:"\u53BB\u767B\u5F55",manageAccount:"\u7BA1\u7406\u8D26\u6237",openPremium:"\u5F00\u901A\u4F1A\u5458",logout:"\u9000\u51FA",curentPlan:"\u5F53\u524D\u5957\u9910",endAt:"\u5230\u671F",endAuto:"\u81EA\u52A8\u7EED\u671F",lineBreakMaxTextCount:"\u6362\u884C\u540E\uFF0C\u6BCF\u53E5\u8BDD\u5141\u8BB8\u7684\u6700\u5927\u5B57\u7B26\u6570\u91CF","translate-pdf":"\u70B9\u51FB\u7FFB\u8BD1 PDF","noSupportTranslate-pdf":"\u811A\u672C\u4E0D\u652F\u6301\u8BF7\u4F7F\u7528\u63D2\u4EF6","translate-firefox-local-pdf":"\u70B9\u51FB\u53BB\u5BFC\u5165PDF",enableLineBreak:"\u5F00\u542F\u957F\u6BB5\u843D\u81EA\u52A8\u6362\u884C",sponsorLabel:"$1 \u8D77\u8D5E\u52A9\u5F00\u53D1\u8005",help:"\u5E2E\u52A9",enableLineBreakDescription:"\u5F00\u542F\u540E\uFF0C\u5C06\u4F1A\u5728\u957F\u6BB5\u843D\u4E2D\u6BCF\u53E5\u8BDD\u7ED3\u675F\u63D2\u5165\u6362\u884C\u7B26\uFF0C\u4EE5\u4FBF\u4E8E\u9605\u8BFB","browser.shortBrandName":"\u6C89\u6D78\u5F0F\u7FFB\u8BD1","browser.brandName":"\u6C89\u6D78\u5F0F\u7FFB\u8BD1 - \u7F51\u9875\u7FFB\u8BD1\u63D2\u4EF6 | PDF\u7FFB\u8BD1 | \u514D\u8D39","browser.brandDescription":"\u3010\u6C89\u6D78\u5F0F\u7FFB\u8BD1\u3011\u4E00\u6B3E\u514D\u8D39\u7684\uFF08\u539F\u6587/\u8BD1\u6587\uFF09\u53CC\u8BED\u5BF9\u7167\u7F51\u9875\u7FFB\u8BD1\u63D2\u4EF6\uFF0C\u540C\u65F6\u652F\u6301PDF\u7FFB\u8BD1\uFF08\u4FDD\u7559\u539F\u6587\u6863\u6392\u7248\uFF09\uFF0C\u89C6\u9891\u53CC\u8BED\u5B57\u5E55\u7FFB\u8BD1\uFF08Youtube, Netflix\u7B49\uFF09\uFF0CEPUB\u7535\u5B50\u4E66\u7FFB\u8BD1\u7B49\uFF1B\u652F\u6301\u8C03\u7528\u4EBA\u5DE5\u667A\u80FDAI\u7FFB\u8BD1\u5927\u6A21\u578B\uFF08OpenAI (ChatGPT)\u3001DeepL\u3001Gemini(Bard) \u7B49 \uFF09\u5BF9\u4EE5\u4E0A\u5185\u5BB9\u8FDB\u884C\u66F4\u51C6\u786E\u7684\u7FFB\u8BD1\uFF1B","browser.brandDescriptionForSafari":"\u3010\u6C89\u6D78\u5F0F\u7FFB\u8BD1\u3011\u4E00\u6B3E\u514D\u8D39\u7684\uFF08\u539F\u6587/\u8BD1\u6587\uFF09\u53CC\u8BED\u5BF9\u7167\u7F51\u9875\u7FFB\u8BD1\u63D2\u4EF6\uFF0C\u540C\u65F6\u652F\u6301PDF\u7FFB\u8BD1\u548CEPUB\u7535\u5B50\u4E66\u7FFB\u8BD1\u4E14\u4FDD\u7559\u539F\u6587\u6863\u6392\u7248\uFF0CYoutube/Netflix\u7B49\u5728\u7EBF\u89C6\u9891\u53CC\u8BED\u5B57\u5E55\u7FFB\u8BD1\uFF0C\u652F\u6301Deepl/Google\u7B49\u4E3B\u6D41\u7FFB\u8BD1\u670D\u52A1;","browser.toggleTranslatePage":"\u7FFB\u8BD1\u7F51\u9875/\u663E\u793A\u539F\u6587","browser.toggleTranslateTheWholePage":"\u7FFB\u8BD1\u9875\u9762\u5168\u90E8\u533A\u57DF/\u663E\u793A\u539F\u6587","browser.toggleTranslateToThePageEndImmediately":"\u7ACB\u5373\u7FFB\u8BD1\u5230\u9875\u9762\u5E95\u90E8/\u663E\u793A\u539F\u6587","browser.toggleTranslateTheMainPage":"\u7FFB\u8BD1\u9875\u9762\u4E3B\u8981\u533A\u57DF/\u663E\u793A\u539F\u6587","browser.shareToDraft":"\u751F\u6210\u7F51\u9875\u5FEB\u7167","browser.openOptionsPage":"\u6253\u5F00\u8BBE\u7F6E\u9875","browser.translateLocalPdfFile":"\u7FFB\u8BD1\u672C\u5730 PDF \u6587\u4EF6","browser.openEbookViewer":"\u9605\u8BFB\u672C\u5730\u7535\u5B50\u4E66","browser.openEbookBuilder":"\u5236\u4F5C\u53CC\u8BED EPUB \u7535\u5B50\u4E66","browser.translateLocalHtmlFile":"\u7FFB\u8BD1 HTML/txt \u6587\u4EF6","browser.donateContext":"\u4E86\u89E3\u8D5E\u52A9\u798F\u5229","browser.translateLocalSubtitleFile":"\u7FFB\u8BD1\u672C\u5730\u5B57\u5E55\u6587\u4EF6",confirmResetConfig:"\u4F60\u786E\u5B9A\u8981\u91CD\u7F6E\u8BBE\u7F6E\u5417\uFF1F",translationLineBreakSettingTitle:"\u8BD1\u6587\u6362\u884C\u8BBE\u7F6E",smartLineBreak:"\u667A\u80FD\u6362\u884C",alwaysLineBreak:"\u603B\u662F\u6362\u884C",isShowContextMenu:"\u5C06\u7FFB\u8BD1\u7F51\u9875\u52A0\u5165\u53F3\u952E\u83DC\u5355\u9879",toggleBeta:"\u5F00\u542F Beta \u6D4B\u8BD5\u7279\u6027",betaDescription:"\u542F\u7528\u4ECD\u5728\u5B9E\u9A8C\u6027\u7684\u529F\u80FD\uFF0C\u4EE5\u53CA\u6D4B\u8BD5\u4E2D\u7684\u7FFB\u8BD1\u670D\u52A1\u3002\u52A0\u5165 <1>Telegram \u7FA4\u7EC4\u4E86\u89E3\u66F4\u591A\u3002",translationLineBreakSettingDescription:"\u603B\u662F\u6362\u884C\u9002\u7528\u4E8E\u8F83\u5C11\u5185\u5BB9\u7684\u7248\u9762\uFF0C\u66F4\u6574\u9F50\u3002\uFF08\u5728\u5185\u5BB9\u8F83\u591A\u7684\u957F\u6BB5\u843D(\u8D85\u8FC7{count}\u4E2A\u5B57\u7B26) \u4F7F\u7528\u667A\u80FD\u6362\u884C\uFF0C\u66F4\u7701\u7A7A\u95F4\uFF09",tempTranslateDomainTitle:"\u4E34\u65F6\u5F00\u542F\u7F51\u7AD9\u7FFB\u8BD1\u7684\u65F6\u957F",tempTranslateDomainDescription:"\u5F53\u624B\u52A8\u7FFB\u8BD1\u67D0\u4E2A\u7F51\u9875\u7684\u65F6\u5019\uFF0C\u4E34\u65F6\u5F00\u542F\u8BE5\u7F51\u7AD9\u4E3A\u81EA\u52A8\u7FFB\u8BD1\uFF0C\u53EF\u8BBE\u7F6E\u4E34\u65F6\u65F6\u957F",xMinutes:"{count} \u5206\u949F",disabled:"\u7981\u7528",changelog:"\u66F4\u65B0\u65E5\u5FD7",toggleTranslatePageWhenThreeFingersOnTheScreen:"\u591A\u6307\u540C\u65F6\u89E6\u6478\u5C4F\u5E55\u5219\u7FFB\u8BD1\u7F51\u9875/\u663E\u793A\u539F\u6587",toggleTranslationMaskWhenThreeFingersOnTheScreen:"\u591A\u6307\u540C\u65F6\u89E6\u6478\u5219\u663E\u793A/\u9690\u85CF\u8BD1\u6587\u6A21\u7CCA\u6548\u679C",addUrlDescription:"\u53EF\u4EE5\u4E3A\u57DF\u540D\uFF0C\u540C\u65F6\u652F\u6301\u901A\u914D\u7B26\uFF0C\u5982\uFF1A*.google.com, google.com/mail/*, https://www.google.com/*",general:"\u57FA\u672C\u8BBE\u7F6E",clickToExpandConfig:"\u5C55\u5F00\u5F53\u524D\u914D\u7F6E",import:"\u4ECE\u6587\u4EF6\u5BFC\u5165",export:"\u5BFC\u51FA\u5230\u6587\u4EF6",toggleDebug:"\u5728\u63A7\u5236\u53F0\u6253\u5370\u8C03\u8BD5\u65E5\u5FD7",mouseHoldKey:"+ {key} \u7FFB\u8BD1/\u8FD8\u539F\u8BE5\u6BB5",mouseHoldKeyAuto:"\u76F4\u63A5\u7FFB\u8BD1\u8BE5\u6BB5",mouseHoldKeyOff:"\u4E0D\u505A\u4EFB\u4F55\u4E8B\u60C5",mouseHoldKeyOther:"\u81EA\u5B9A\u4E49\u5FEB\u6377\u952E(\u6253\u5F00\u8BBE\u7F6E)",mouseHoldKeyCustomKey:"{key} \u7FFB\u8BD1/\u8FD8\u539F\u8BE5\u6BB5","mouse-translate":"\u9F20\u6807\u60AC\u505C",document:"\u4F7F\u7528\u6559\u7A0B",resetSuccess:"\u91CD\u7F6E\u6240\u6709\u8BBE\u7F6E\u6210\u529F",resetThisSuccess:"\u91CD\u7F6E\u6210\u529F",saved:"\u4FDD\u5B58\u6210\u529F",successImportConfig:"\u6210\u529F\u5BFC\u5165\u914D\u7F6E",goAdvancedSettings:"\u53BB\u8FDB\u9636\u8BBE\u7F6E\u9875",goAdvancedInterfaceSettings:"\u53BB\u9AD8\u7EA7\u81EA\u5B9A\u4E49\u8BBE\u7F6E\u9875\u9762",advanced:"\u8FDB\u9636\u8BBE\u7F6E",advancedDescription:"\u4E00\u822C\u65E0\u9700\u8BBE\u7F6E\uFF0C\u4FDD\u6301\u9ED8\u8BA4\u5373\u53EF\u3002\u4EC5\u5BF9\u4E8E\u66F4\u4E13\u4E1A\u7684\u7528\u6237\uFF0C\u63D0\u4F9B\u66F4\u4E2A\u6027\u5316\u7684\u8BBE\u7F6E\u9879\u3002",developer:"\u5F00\u53D1\u8005\u8BBE\u7F6E",donateCafe:"\u4EF7\u683C","translate to the bottom of the page":"\u8FDB\u5165\u7F51\u9875\u540E\uFF0C\u662F\u5426\u7ACB\u5373\u7FFB\u8BD1\u5230\u9875\u9762\u5E95\u90E8\uFF1F",feedback:"\u95EE\u9898\u53CD\u9988",toggleTranslatePage:"\u7FFB\u8BD1\u7F51\u9875/\u663E\u793A\u539F\u6587",translateToThePageEndImmediatelyDescription:"\u5F00\u542F\u540E\uFF0C\u8FDB\u5165\u7F51\u9875\u5C06\u7ACB\u5373\u7FFB\u8BD1\u4ECE\u9876\u90E8\u5230\u5E95\u90E8\u7684\u5185\u5BB9\u3002\u5173\u95ED\u5219\u8FB9\u770B\u8FB9\u8BD1\u3002\uFF08\u4E0D\u63A8\u8350\u5F00\u542F\uFF09","translate all areas of the page":"\u662F\u5426\u7FFB\u8BD1\u7F51\u9875\u6240\u6709\u533A\u57DF",translationAreaDescription:"\u5F00\u542F\u540E\uFF0C\u6574\u4E2A\u7F51\u9875\u7684\u6240\u6709\u533A\u57DF\u90FD\u4F1A\u88AB\u7FFB\u8BD1\u3002\u5173\u95ED\u5219\u4F7F\u7528\u9ED8\u8BA4\u7684\u667A\u80FD\u8BC6\u522B\uFF0C\u4EC5\u7FFB\u8BD1\u4E3B\u8981\u533A\u57DF\u3002\uFF08\u4E0D\u63A8\u8350\u5F00\u542F\uFF09","the number of characters to be translated first":"\u76F4\u63A5\u7FFB\u8BD1\u9875\u9762\u524D\u591A\u5C11\u4E2A\u5B57\u7B26\uFF0C\u800C\u65E0\u9700\u7B49\u5F85\u6EDA\u52A8\u5230\u53EF\u89C6\u533A\u57DF","interface language":"\u754C\u9762\u8BED\u8A00","display both the original text and the translation":"\u540C\u65F6\u663E\u793A\u539F\u6587\u548C\u8BD1\u6587","keyboard shortcuts":"\u952E\u76D8\u5FEB\u6377\u952E",modify:"\u4FEE\u6539\u5FEB\u6377\u952E",reset:"\u91CD\u7F6E",close:"\u5173\u95ED",homepage:"\u4E3B\u9875",more:"\u66F4\u591A",moreOptions:"\u5C55\u5F00\u66F4\u591A\u81EA\u5B9A\u4E49\u9009\u9879",translateTheWholePage:"\u7FFB\u8BD1\u9875\u9762\u5168\u90E8\u533A\u57DF\uFF08\u533A\u522B\u4E8E\u667A\u80FD\u8BC6\u522B\u4E3B\u8981\u533A\u57DF\uFF09",changeToTranslateTheWholePage:"\u5207\u6362\u4E3A\u7FFB\u8BD1\u6240\u6709\u533A\u57DF",changeToTranslateTheMainPage:"\u5207\u6362\u4E3A\u7FFB\u8BD1\u4E3B\u8981\u533A\u57DF",translateToThePageEndImmediately:"\u7ACB\u5373\u7FFB\u8BD1\u5230\u9875\u9762\u5E95\u90E8",translateTheMainPage:"\u667A\u80FD\u7FFB\u8BD1\u4E3B\u8981\u533A\u57DF","The local rules are up to date":"\u672C\u5730\u9002\u914D\u89C4\u5219\u5DF2\u662F\u6700\u65B0:","Successfully synchronized with the latest official rules:":"\u6210\u529F\u540C\u6B65\u6700\u65B0\u5B98\u65B9\u9002\u914D\u89C4\u5219:","Checking for updates":"\u6B63\u5728\u68C0\u67E5\u66F4\u65B0","Rules are being synchronized":"\u6B63\u5728\u540C\u6B65\u9002\u914D\u89C4\u5219",localVersionIsTooOld:"\u672C\u5730\u6269\u5C55\u7248\u672C\u8FC7\u65E7\uFF0C\u8BF7\u5347\u7EA7\u6269\u5C55\u5230 {minVersion} \u6216\u66F4\u65B0\u7684\u7248\u672C\u518D\u5C1D\u8BD5\u540C\u6B65",badUserscriptBrowser:"\u5F53\u524D\u6D4F\u89C8\u5668\u6CA1\u6709\u6B63\u786E\u5B9E\u73B0\u6CB9\u7334\u6269\u5C55\u7684\u63A5\u53E3\uFF08\u6BD4\u5982\u83B7\u53D6\u6CB9\u7334\u811A\u672C\u81EA\u8EAB\u7684\u7248\u672C\u53F7\u4FE1\u606F\uFF09\uFF0C\u8BF7\u4F7F\u7528\u5176\u4ED6<1>\u652F\u6301\u6CB9\u7334\u6269\u5C55\u7684\u6D4F\u89C8\u5668\u5982 Firefox",foundNewVersion:"\u53D1\u73B0\u65B0\u7248\u672C",theLocalExtensionIsUpToUpdate:"\u5F53\u524D\u6269\u5C55\u5DF2\u662F\u6700\u65B0\u7248\u672C\u3002",failToSyncRules:"\u540C\u6B65\u6700\u65B0\u9002\u914D\u89C4\u5219\u5931\u8D25",retry:"\u70B9\u6B64\u91CD\u8BD5",failedReason:"\u5931\u8D25\u539F\u56E0",currentRuleVersion:"\u5F53\u524D\u89C4\u5219\u7248\u672C",calculating:"\u8BA1\u7B97\u4E2D",unknownError:'\u60A8\u5F53\u524D\u6240\u4F7F\u7528\u7684\u7FFB\u8BD1\u670D\u52A1\u56E0\u7F51\u7EDC\u8FDE\u63A5\u6216\u670D\u52A1\u63D0\u4F9B\u5546\u7684\u95EE\u9898\u6682\u65F6\u65E0\u6CD5\u8BBF\u95EE\u3002\u5EFA\u8BAE\u60A8\u5C1D\u8BD5\u5237\u65B0\u9875\u9762\u6216\u901A\u8FC7\u8BBE\u7F6E\u66F4\u6362\u5176\u4ED6\u7FFB\u8BD1\u670D\u52A1\u3002\u82E5\u60A8\u662FPro\u4F1A\u5458\uFF0C\u53EF\u4EE5\u9009\u62E9\u4F7F\u7528\u66F4\u4E3A\u7A33\u5B9A\u7684DeepL\u6216OpenAI\u7FFB\u8BD1\u670D\u52A1\u3002\u540C\u65F6\uFF0C\u60A8\u53EF\u80FD\u9700\u8981\u68C0\u67E5\u7F51\u7EDC\u6216\u4EE3\u7406\u8BBE\u7F6E\u540E\u91CD\u65B0\u5C1D\u8BD5\u3002',canNotFetchRemoteRule:"\u65E0\u6CD5\u83B7\u53D6\u8FDC\u7A0B\u89C4\u5219",enableAlphaSuccess:"\u5DF2\u5F00\u542FAlpha\u529F\u80FD",disableAlphaSuccess:"\u5DF2\u5173\u95EDAlpha\u529F\u80FD",cacheSize:"\u7F13\u5B58\u5927\u5C0F\uFF1A",cleaning:"\u6E05\u7406\u4E2D",cleanCache:"\u6E05\u9664\u7F13\u5B58",options:"\u8BBE\u7F6E",about:"\u5173\u4E8E",service:"\u7FFB\u8BD1\u670D\u52A1",needAction:"(\u53BB\u8BBE\u7F6E)",goSettings:"\u53BB\u8BBE\u7F6E",needActionForOptions:"(\u9700\u8BBE\u7F6E)",translationEngine:"\u5F15\u64CE\u9009\u9879",sourceLanguage:"\u539F\u6587\u8BED\u8A00",target:"\u76EE\u6807\u8BED\u8A00",popupSourceLanguage:"\u539F\u6587\u8BED\u8A00",popupTarget:"\u76EE\u6807\u8BED\u8A00",popupService:"\u7FFB\u8BD1\u670D\u52A1",forThisSite:"\u5F53\u524D\u7F51\u7AD9",autoEnableSubtitle:"\u81EA\u52A8\u5F00\u542F\u53CC\u8BED\u5B57\u5E55",alwaysTranslate:"\u603B\u662F\u7FFB\u8BD1",neverTranslate:"\u6C38\u4E0D\u7FFB\u8BD1",neverTranslateSomeLanguage:"\u6C38\u4E0D\u7FFB\u8BD1 {language}",alwaysTranslateSomeSite:"\u603B\u662F\u7FFB\u8BD1 {hostname}",neverTranslateSomeSite:"\u6C38\u4E0D\u7FFB\u8BD1 {hostname}",alwaysTranslateSomeSiteOrWildSite:"\u603B\u662F\u7FFB\u8BD1\u8BE5\u7F51\u7AD9",alwaysTranslateSomePage:"\u603B\u662F\u7FFB\u8BD1\u8BE5\u7F51\u9875",add:"\u6DFB\u52A0",default:"\u9ED8\u8BA4",forThisLanguage:"\u9488\u5BF9\u8BE5\u8BED\u8A00\uFF1A","add url":"\u8F93\u5165URL",edit:"\u7F16\u8F91",pickAll:"\u5168\u9009","translate other languages into specific language":"\u5C06\u5176\u4ED6\u8BED\u8A00\u7FFB\u8BD1\u4E3A\u4F60\u8BBE\u7F6E\u7684\u8BED\u8A00","select translation service":"\u9009\u62E9\u4E00\u9879\u7FFB\u8BD1\u670D\u52A1",language:"\u8BED\u8A00","show-original":"\u663E\u793A\u539F\u6587",translate:"\u7FFB\u8BD1",Translated:"\u5DF2\u7FFB\u8BD1",Translating:"\u7FFB\u8BD1\u4E2D",Error:"\u9519\u8BEF",allowCacheTranslations:"\u5F00\u542F\u672C\u5730\u7FFB\u8BD1\u7F13\u5B58\uFF08\u51CF\u5C11\u91CD\u590D\u6BB5\u843D\u7684\u7FFB\u8BD1\u8BF7\u6C42\uFF09","translation display":"\u8BD1\u6587\u663E\u793A\u6837\u5F0F","select diplay style":"\u533A\u5206\u8BD1\u6587\u7684\u6837\u5F0F\uFF0C\u5177\u4F53\u53EF\u53C2\u8003\u4E0B\u5217\u793A\u4F8B",interface:"\u754C\u9762\u8BBE\u7F6E",import_export:"\u5BFC\u5165/\u5BFC\u51FA",import_export_title:"\u5BFC\u5165/\u5BFC\u51FA\u914D\u7F6E",syncToGoogleDrive:"\u7ACB\u5373\u4E0E Google Drive \u540C\u6B65","floatBallOptions.enable":"\u542F\u7528\u60AC\u6D6E\u7403","floatBallOptions.blockUrls":"\u7981\u7528\u7F51\u7AD9","floatBallOptions.add":"\u6DFB\u52A0","floatBallOptions.blockUrlDesc":"\u5F53\u9047\u4E0B\u5217\u7F51\u7AD9\u65F6\u4E0D\u663E\u793A\u60AC\u6D6E\u7403","floatBallOptions.clickType":"\u70B9\u51FB\u884C\u4E3A","floatBallOptions.clickTypeDesc":"\u60AC\u6D6E\u7403\u56FE\u6807\u70B9\u51FB\u65F6\u7684\u884C\u4E3A","floatBallOptions.clickPopup":"\u663E\u793A\u7FFB\u8BD1\u9762\u677F","floatBallOptions.clickTranslate":"\u7FFB\u8BD1/\u663E\u793A\u539F\u6587","floatBallOptions.fixedPosition":"\u56FA\u5B9A\u4F4D\u7F6E","floatBallOptions.fixedPositionDesc":"\u60AC\u6D6E\u7403\u5728\u7A97\u53E3\u5DE6\u4FA7\u8FD8\u662F\u53F3\u4FA7","floatBallOptions.fixedPositionLeft":"\u5DE6\u4FA7","floatBallOptions.fixedPositionRight":"\u53F3\u4FA7",previewAllThemes:"\u9884\u89C8\u5168\u90E8\u6837\u5F0F","translationTheme.none":"\u65E0","translationTheme.grey":"\u9ED1\u7070\u8272","translationTheme.dashed":"\u865A\u7EBF\u4E0B\u5212\u7EBF","translationTheme.dotted":"\u70B9\u72B6\u4E0B\u5212\u7EBF","translationTheme.dashedBorder":"\u865A\u7EBF\u8FB9\u6846","translationTheme.solidBorder":"\u5B9E\u7EBF\u8FB9\u6846","translationTheme.underline":"\u76F4\u7EBF\u4E0B\u5212\u7EBF","translationTheme.mask":"\u6A21\u7CCA\u6548\u679C\uFF08\u5B66\u4E60\u6A21\u5F0F\uFF09","translationTheme.opacity":"\u900F\u660E\u6548\u679C","translationTheme.paper":"\u767D\u7EB8\u9634\u5F71\u6548\u679C","translationTheme.dividingLine":"\u5206\u5272\u7EBF","translationTheme.highlight":"\u9AD8\u4EAE","translationTheme.marker":"\u9A6C\u514B\u7B14","translationTheme.marker2":"\u9A6C\u514B\u7B142","translationTheme.blockquote":"\u5F15\u7528\u6837\u5F0F","translationTheme.weakening":"\u5F31\u5316","translationTheme.italic":"\u659C\u4F53","translationTheme.bold":"\u52A0\u7C97","translationTheme.thinDashed":"\u7EC6\u865A\u7EBF\u4E0B\u5212\u7EBF","translationTheme.nativeDashed":"\u7CFB\u7EDF\u81EA\u5E26\u865A\u7EBF\u4E0B\u5212\u7EBF","translationTheme.nativeDotted":"\u7CFB\u7EDF\u81EA\u5E26\u70B9\u72B6\u4E0B\u5212\u7EBF","translationTheme.nativeUnderline":"\u7CFB\u7EDF\u81EA\u5E26\u76F4\u7EBF\u4E0B\u5212\u7EBF","translationTheme.wavy":"\u6CE2\u6D6A\u7EBF","translationServices.custom":"\u81EA\u5B9A\u4E49API","translationServices.tencent":"\u817E\u8BAF\u7FFB\u8BD1\u541B","translationServices.tenAlpha":"\u817E\u8BAF\u7FFB\u8BD1\u541B(Alpha)","translationServices.google":"\u8C37\u6B4C\u7FFB\u8BD1","translationServices.bai":"\u767E\u5EA6(Alpha)","translationServices.baidu":"\u767E\u5EA6\u7FFB\u8BD1","translationServices.aliyun":"\u963F\u91CC\u4E91\u7FFB\u8BD1","translationServices.volc":"\u706B\u5C71\u7FFB\u8BD1","translationServices.deeplx":"DeepLX(Beta)","translationServices.bing":"\u5FAE\u8F6F\u7FFB\u8BD1","translationServices.deepl":"DeepL","translationServices.wechat":"\u5FAE\u4FE1\u7FFB\u8BD1","translationServices.azure":"Azure \u7FFB\u8BD1","translationServices.ibm":"IBM Watson","translationServices.aws":"\u4E9A\u9A6C\u900A\u7FFB\u8BD1","translationServices.mock":"\u6A21\u62DF\u7FFB\u8BD1","translationServices.mock2":"\u6A21\u62DF\u7FFB\u8BD12","translationServices.caiyun":"\u5F69\u4E91\u5C0F\u8BD1","translationServices.cai":"\u5F69\u4E91\u5C0F\u8BD1 (Alpha)","translationServices.volcAlpha":"\u706B\u5C71 (Alpha)","translationServices.openl":"OpenL","translationServices.youdao":"\u6709\u9053\u7FFB\u8BD1","translationServices.you":"\u6709\u9053\u7FFB\u8BD1 (Alpha)","translationServices.transmart":"\u817E\u8BAF\u4EA4\u4E92\u7FFB\u8BD1","translationServices.niu":"\u5C0F\u725B\u7FFB\u8BD1","translationServices.papago":"Papago \u7FFB\u8BD1","translationServices.d":"D (Alpha)","translationServices.dpro":"D Pro (Canary)","translationServices.openai":"OpenAI","translationServices.yandex":"Yandex","translationServices.gemini":"Gemini","translationServices.claude":"Claude","translationServices.chatgpt":"ChatGPT Web(3.5 mobile)","translate title":"\u7FFB\u8BD1\u9875\u9762\u6807\u9898","always languages":"\u603B\u662F\u7FFB\u8BD1\u7684\u8BED\u8A00",neverTranslateLanguagesLabel:"\u6C38\u4E0D\u7FFB\u8BD1\u7684\u8BED\u8A00",neverTranslateTheFollowingLanguagesDescription:"\u5F53\u9875\u9762\u4E2D\u67D0\u4E00\u6BB5\u843D\u7684\u8BED\u8A00\u4E3A\u4E0B\u5217\u8BED\u8A00\u65F6\uFF0C\u5C06\u8DF3\u8FC7\u7FFB\u8BD1",enableUserscriptPagePopup:"\u5728\u9875\u9762\u4E0A\u663E\u793A\u60AC\u6D6E\u7403",enableUserscriptPagePopupDescription:"\u5173\u95ED\u60AC\u6D6E\u7403\u540E\uFF0C\u53EF\u4EE5\u7528\u5FEB\u6377\u952E/{touch}\u5524\u8D77\u3002\u4E3A\u9632\u6B62\u4E0D\u614E\u5173\u95ED\u8BE5\u9009\u9879\u540E\u627E\u4E0D\u5230\u60AC\u6D6E\u7403\uFF0C\u5F3A\u70C8\u5EFA\u8BAE\u6536\u85CF\u672C\u8BBE\u7F6E\u9875","always translate the following languages":"\u5F53\u9875\u9762\u8BED\u8A00\u4E3A\u4E0B\u5217\u8BED\u8A00\u65F6\uFF0C\u4F1A\u81EA\u52A8\u7FFB\u8BD1\u4E3A\u76EE\u6807\u8BED\u8A00","always sites":"\u603B\u662F\u7FFB\u8BD1\u7684\u7F51\u5740","always translate the following sites":"\u5F53\u7F51\u7AD9\u4E3A\u4E0B\u5217\u57DF\u540D\u65F6\uFF0C\u4F1A\u81EA\u52A8\u7FFB\u8BD1\u4E3A\u76EE\u6807\u8BED\u8A00","never sites":"\u6C38\u4E0D\u7FFB\u8BD1\u7684\u7F51\u5740","never translate the following sites":"\u5F53\u7F51\u7AD9\u4E3A\u4E0B\u5217\u57DF\u540D\u65F6\uFF0C\u5C06\u4E0D\u4F1A\u8FDB\u884C\u7FFB\u8BD1","please refer to":"\u9700\u8981\u586B\u5199\u5BC6\u94A5\u540E\u624D\u53EF\u7528\uFF0C\u8BE6\u60C5\u53C2\u8003",KeyAndConfigurationTutorial:"\u300A\u5BC6\u94A5\u7533\u8BF7\u548C\u914D\u7F6E\u6559\u7A0B\u300B",useAboveStyleForTheseSites:"\u5F53\u7F51\u7AD9\u4E3A\u4E0B\u5217\u57DF\u540D\u65F6\uFF0C\u603B\u662F\u4F7F\u7528 \u2308{theme}\u230B \u8BD1\u6587\u6837\u5F0F",currentUrl:"\u5F53\u524D\u7F51\u5740",confirm:"\u4FDD\u5B58",cancel:"\u53D6\u6D88",delete:"\u5220\u9664",syncToCloud:"\u540C\u6B65\u5230 Google Drive",syncToCloudDescription:"\u4E0A\u4F20\u5230\u4E91\u7AEF\uFF0C\u53EF\u4EE5\u5728\u4E0D\u540C\u7684\u6D4F\u89C8\u5668/\u6CB9\u7334\u811A\u672C\u4E4B\u95F4\u540C\u6B65\u914D\u7F6E\uFF0C\u4EE5\u6700\u540E\u4FEE\u6539\u65F6\u95F4\u4E3A\u51C6\u3002",syncToAccount:"\u540C\u6B65\u5230\u6C89\u6D78\u5F0F\u7FFB\u8BD1\u4E91\u7AEF",syncToAccountButton:"\u7ACB\u5373\u4E0E\u4E91\u7AEF\u540C\u6B65",syncToAccountDescription:"\u5728\u4E0D\u540C\u7684\u8BBE\u5907\u4E4B\u95F4\u81EA\u52A8\u540C\u6B65\u914D\u7F6E\uFF0C\u4EE5\u6700\u540E\u4FEE\u6539\u65F6\u95F4\u4E3A\u51C6\u3002",successSyncConfigInAccount:"\u6210\u529F\u4E0E\u4E91\u7AEF\u4FDD\u6301\u540C\u6B65",successSyncConfigToAccount:"\u6210\u529F\u540C\u6B65\u5230\u4E91\u7AEF",syncConfigNoUpdate:"\u5DF2\u7ECF\u662F\u6700\u65B0\u7684\u4E86",authFail:"\u6388\u6743\u5931\u8D25",syncTitle:"\u624B\u52A8\u5907\u4EFD\u7BA1\u7406",import_hint:"\u5BFC\u5165",upload:"\u4E0A\u4F20",revokeAuth:"\u64A4\u9500\u6388\u6743",uploadFail:"\u4E0A\u4F20\u5931\u8D25",download:"\u4E0B\u8F7D",importSuccess:"\u5BFC\u5165\u6210\u529F",importFail:"\u5BFC\u5165\u5931\u8D25",deleteFail:"\u5220\u9664\u5931\u8D25",backupToCloud:"\u624B\u52A8\u7BA1\u7406\u5907\u4EFD\u6587\u4EF6",create_new_backup:"\u65B0\u589E\u5907\u4EFD\u8282\u70B9",maxBackupFiles:"\u6700\u591A\u53EF\u4EE5\u5907\u4EFD{count}\u4E2A\u4E0D\u540C\u7684\u8282\u70B9, \u8BF7\u5220\u9664\u4E0D\u9700\u8981\u7684\u8282\u70B9",backupToCloudDescription:"\u624B\u52A8\u4E0A\u4F20\u6216\u6062\u590D\u5907\u4EFD\u6587\u4EF6\uFF0C\u6700\u591A\u5141\u8BB83\u4E2A\u4E0D\u540C\u7684\u5907\u4EFD",successSyncConfig:"\u6210\u529F\u4E0E\u4E91\u7AEF\u4FDD\u6301\u540C\u6B65",syncFail:"\u540C\u6B65\u5931\u8D25",updatedAt:"\u66F4\u65B0\u4E8E {date}",lastSyncedAt:"\u4E0A\u6B21\u68C0\u67E5\u4E8E {date}",downloadFail:"\u4E0B\u8F7D\u5931\u8D25",clickToDownload:"\u70B9\u51FB\u4E0B\u8F7D",aboutLabel:"\u5173\u4E8E - \u53CD\u9988","browser.openAboutPage":"\u5173\u4E8E/\u53CD\u9988",aboutLabelWithoutSponsor:"\u5173\u4E8E - \u53CD\u9988",aboutIntro:"\u5E0C\u671B\u6211\u4EEC\u90FD\u80FD\u66F4\u52A0\u5BB9\u6613\u4E14\u6109\u60A6\u5730\u83B7\u53D6\u4E92\u8054\u7F51\u4E0A\u5DE8\u5927\u7684\u5916\u8BED\u4FE1\u606F \u2764\uFE0F \u4F60\u53EF\u9009\u62E9\u5F00\u901A <6>Pro\u4F1A\u5458 \u6765\u4F7F\u7528\u5F00\u7BB1\u5373\u7528\u7684 DeepL \u548C OpenAI \u7FFB\u8BD1\u3002

\u4F60\u53EF\u4EE5\u5173\u6CE8\u6211\u4EEC\u7684<3>\u63A8\u7279\uFF0C<4>Telegram \u9891\u9053\uFF0C\u5FAE\u4FE1\u516C\u4F17\u53F7\uFF0C\u5FAE\u4FE1\u4EA4\u6D41\u7FA4\uFF0C\u6216\u8005\u4E0B\u65B9\u7684<5>\u90AE\u4EF6\u8BA2\u9605\u8FFD\u8E2A\u66F4\u65B0\u3002
<7>Pro \u4F1A\u5458 \u53EF\u4EE5\u901A\u8FC7\u5FEB\u901F\u5BA2\u670D\u90AE\u7BB1 <8>support@immersivetranslate.com \u548C\u6211\u4EEC\u53D6\u5F97\u8054\u7CFB\u3002",aboutIntroWithoutSponsor:"\u5E0C\u671B\u6211\u4EEC\u90FD\u80FD\u66F4\u52A0\u5BB9\u6613\u4E14\u6109\u60A6\u5730\u83B7\u53D6\u4E92\u8054\u7F51\u4E0A\u5DE8\u5927\u7684\u5916\u8BED\u4FE1\u606F \u2764\uFE0F

\u4F60\u53EF\u4EE5\u5173\u6CE8\u6211\u4EEC\u7684<3>\u63A8\u7279\uFF0C<4>Telegram \u9891\u9053\uFF0C\u5FAE\u4FE1\u516C\u4F17\u53F7\uFF0C\u5FAE\u4FE1\u4EA4\u6D41\u7FA4\uFF0C\u6216\u8005\u4E0B\u65B9\u7684<5>\u90AE\u4EF6\u8BA2\u9605\u8FFD\u8E2A\u66F4\u65B0\u3002",projectHomepage:"\u9879\u76EE\u4E3B\u9875",joinTelegramGroup:"\u52A0\u5165\u7528\u6237\u4EA4\u6D41\u7FA4\u53C2\u4E0E\u529F\u80FD\u8BA8\u8BBA",wechatPublicAccount:"\u5FAE\u4FE1\u516C\u4F17\u53F7",wechatCommunities:"\u5FAE\u4FE1\u4EA4\u6D41\u7FA4",qqCommunities:"QQ \u4EA4\u6D41\u9891\u9053",joinTelegramChannel:"\u5173\u6CE8 Telegram \u9891\u9053\u83B7\u53D6\u6700\u65B0\u66F4\u65B0",feedbackAndJoin:"\u95EE\u9898\u53CD\u9988/\u52A0\u7FA4",autoSync:"\u81EA\u52A8\u5B9A\u65F6\u540C\u6B65",loadingThemeTitle:"Loading \u6837\u5F0F",loadingThemeDescription:"\u8BBE\u7F6E\u7B49\u5F85\u8BD1\u6587\u52A0\u8F7D\u65F6\u7684\u6837\u5F0F","loadingTheme.spinner":"\u8F6C\u5708\u52A8\u753B","loadingTheme.text":"\u9759\u6001\u6587\u5B57 ... ","loadingTheme.none":"\u4E0D\u663E\u793A",developerDescription:"\u53EF\u4EE5\u70B9\u51FB<1>\u8FD9\u91CC\u67E5\u770B\u9AD8\u7EA7\u81EA\u5B9A\u4E49\u76F8\u5173\u7684\u6587\u6863","edit border color":"\u4FEE\u6539\u8FB9\u6846\u989C\u8272",successSyncButNoChange:"\u5F53\u524D\u914D\u7F6E\u4E0E\u4E91\u7AEF\u4E00\u81F4",customTheme:"\u81EA\u5B9A\u4E49\u989C\u8272\u548C\u5927\u5C0F","customThemeLabel.borderColor":"\u8FB9\u6846\u989C\u8272","customThemeLabel.borderRadius":"\u8FB9\u6846\u5706\u89D2","customThemeLabel.textColor":"\u6587\u5B57\u989C\u8272","customThemeLabel.backgroundColor":"\u80CC\u666F\u989C\u8272","customThemeLabel.zoom":"\u5B57\u4F53\u7F29\u653E\u6BD4\u4F8B (%)","customThemeLabel.opacity":"\u6587\u5B57\u4E0D\u900F\u660E\u5EA6 (%)",resetToDefaultColor:"\u6062\u590D\u4E3A\u9ED8\u8BA4\u989C\u8272",resetToDefaultSettings:"\u6062\u590D\u4E3A\u9ED8\u8BA4\u8BBE\u7F6E",isTranslateTitle:"\u5F00\u542F\u7FFB\u8BD1\u7F51\u9875\u6807\u9898",isTranslateTitleDescription:"\u5F00\u542F\u540E\uFF0C\u7F51\u9875\u6807\u9898\u4F1A\u88AB\u7FFB\u8BD1",enableSearchEnhancement:"\u542F\u7528\u53CC\u8BED\u4FE1\u606F\u589E\u5F3A",enableSearchEnhancementDescription:"\u5F00\u542F\u540E\uFF0C\u5728\u652F\u6301\u7684\u7F51\u7AD9\uFF08\u8C37\u6B4C\u65B0\u95FB\uFF0C\u8C37\u6B4C\u641C\u7D22\uFF08\u90E8\u5206\u5173\u952E\u8BCD\uFF09\uFF0C\u96EA\u7403\uFF0C\u4E1C\u65B9\u8D22\u5BCC\uFF0C\u5BCC\u9014\uFF0C\u8001\u864E\u793E\u533A\uFF09\u53F3\u8FB9\u680F\u81EA\u52A8\u663E\u793A\u5BF9\u5E94\u82F1\u6587\u5173\u952E\u8BCD\u7684\u201C\u8C37\u6B4C\u65B0\u95FB\u201D\u641C\u7D22\u7ED3\u679C\u3002",verifyService:"\u70B9\u6B64\u6D4B\u8BD5\u670D\u52A1",verified:"\u9A8C\u8BC1\u6210\u529F","field.langs":"\u652F\u6301\u7684\u8BED\u8A00\u4EE3\u7801","field.model":"\u6A21\u578B","field.translationEngine":"\u7FFB\u8BD1\u5F15\u64CE","field.limitPerMinute":"\u6BCF\u5206\u949F\u6700\u5927\u8BF7\u6C42\u6570","field.limitPerSecond":"\u6BCF\u79D2\u6700\u5927\u8BF7\u6C42\u6570","field.maxTextLengthPerRequest":"\u6BCF\u6B21\u8BF7\u6C42\u6700\u5927\u6587\u672C\u957F\u5EA6","field.maxTextGroupLengthPerRequest":"\u6BCF\u6B21\u8BF7\u6C42\u6700\u5927\u6BB5\u843D\u6570","field.apiUrl":"\u81EA\u5B9A\u4E49 API \u63A5\u53E3\u5730\u5740","field.placeholderDelimiters":"\u4FDD\u7559\u7684\u5360\u4F4D\u7B26","description.custom":"\u81EA\u5B9A\u4E49\u63A5\u53E3\u63A5\u5165 \u9700\u8981\u53C2\u8003\u6587\u6863","description.limitPerMinute":"\u8BF7\u6C42\u6570\u8D85\u8FC7\u8BE5\u9650\u5236\u65F6\u4F1A\u8FDB\u5165\u6392\u961F\u72B6\u6001\uFF0C\u76F4\u5230\u4E0B\u4E00\u5206\u949F\u5F00\u59CB\u3002\u7531\u4E8EOpenAI\u76EE\u524D\u670D\u52A1\u7684\u5404\u79CD\u9650\u5236\uFF0C\u8BF7\u70B9\u51FB<1>\u8FD9\u91CC\u67E5\u770B\u6700\u65B0\u5EFA\u8BAE\u7684\u6570\u503C","description.limitPerSecond":"\u8BF7\u6C42\u6570\u8D85\u8FC7\u8BE5\u9650\u5236\u65F6\u4F1A\u8FDB\u5165\u6392\u961F\u72B6\u6001\uFF0C\u76F4\u5230\u4E0B\u4E00\u79D2\u949F\u5F00\u59CB\u3002\u7531\u4E8EOpenAI\u76EE\u524D\u670D\u52A1\u7684\u5404\u79CD\u9650\u5236\uFF0C\u8BF7\u70B9\u51FB<1>\u8FD9\u91CC\u67E5\u770B\u6700\u65B0\u5EFA\u8BAE\u7684\u6570\u503C","description.generalLimitPerSecond":"\u8BF7\u6C42\u6570\u8D85\u8FC7\u8BE5\u9650\u5236\u65F6\u4F1A\u8FDB\u5165\u6392\u961F\u72B6\u6001\uFF0C\u76F4\u5230\u4E0B\u4E00\u79D2\u949F\u5F00\u59CB\u3002","description.maxTextLengthPerRequest":"\u6BCF\u6B21\u8BF7\u6C42\u6700\u5927\u5B57\u7B26\u6570\uFF0C\u592A\u5927\u4F1A\u5BFC\u81F4\u63A5\u53E3\u7684\u54CD\u5E94\u53D8\u6162\uFF0C\u56E0\u6B64\u53EF\u4EE5\u5C1D\u8BD5\u8C03\u6574\u8BE5\u9009\u9879\u6765\u4F18\u5316\u901F\u5EA6","description.systemPrompt":"\u4EE5\u7CFB\u7EDF\u8EAB\u4EFD\u53D1\u9001\u7ED9 {service} \u7684\u5BF9\u8BDD\uFF0C\u5176\u4E2D {{text}} \u8868\u793A\u6BB5\u843D\u7684\u6587\u672C\u5185\u5BB9\uFF0C{{from}} \u8868\u793A\u6BB5\u843D\u7684\u8BED\u8A00\uFF0C{{to}} \u8868\u793A\u76EE\u6807\u8BED\u8A00","field.domain":"\u9886\u57DF","description.domain":"\u9ED8\u8BA4\u4E3A\uFF1Ageneral\u3002\u4EC5\u5728\u6709\u9053API\u63A7\u5236\u53F0\u5F00\u901A\u9886\u57DF\u5316\u7FFB\u8BD1\u7684\u60C5\u51B5\u4E0B\u53EF\u8BBE\u7F6E\uFF0C\u652F\u6301\u9886\u57DF\u89C1<1>\u8FD9\u91CC","field.scene":"\u573A\u666F","description.scene":"\u9ED8\u8BA4\u4E3A\uFF1Ageneral\u3002\u4EC5\u5728\u963F\u91CC\u4E91API\u63A7\u5236\u53F0\u5F00\u901A\u673A\u5668\u7FFB\u8BD1\u4E13\u4E1A\u7248\u7684\u60C5\u51B5\u4E0B\u53EF\u8BBE\u7F6E\uFF0C\u652F\u6301\u573A\u666F\u89C1<1>\u8FD9\u91CC","field.vocabId":"\u7528\u6237\u8BCD\u5178 ID","description.vocabId":"\u6307\u5B9A\u7684\u8BCD\u5178 out_id\uFF0C\u76EE\u524D\u652F\u6301\u82F1\u8BD1\u4E2D","description.model":"OpenAI \u7684\u6A21\u578B\uFF0C\u53EF\u4EE5\u4E3A gpt-3.5-turbo, gpt-4 \u7B49","description.maxTextGroupLengthPerRequest":"\u6BCF\u6B21\u53D1\u9001\u7ED9\u7FFB\u8BD1\u670D\u52A1\u7684\u6BB5\u843D\u6570\u91CF\uFF0C\u5982\u679C\u6BB5\u843D\u6570\u91CF\u8FC7\u591A\uFF0C\u53EF\u80FD\u4F1A\u5BFC\u81F4\u63A5\u53E3\u7684\u54CD\u5E94\u53D8\u6162","description.apiUrl":"\u8BF7\u6DFB\u52A0\u5177\u4F53\u5E26\u6709\u8DEF\u5F84\u7684\u7F51\u5740\uFF0C<1>\u66F4\u591A\u8BF4\u660E",enabledExtension:"\u542F\u7528\u6269\u5C55",clickToDisableExtension:"\u70B9\u51FB\u7981\u7528\u6269\u5C55",clickToEnableExtension:"\u70B9\u51FB\u542F\u7528\u6269\u5C55",hasBeenDisabled:"\u5DF2\u7981\u7528","show password":"\u663E\u793A\u5BC6\u7801",customContent:"\u8F93\u5165\u81EA\u5B9A\u4E49\u6A21\u578B\u540D\u79F0",inputOptions:"\u8F93\u5165\u6846\u589E\u5F3A",mouseHoverOptions:"\u9F20\u6807\u60AC\u505C",modifyMouseHoverKey:"\u4FEE\u6539\u9F20\u6807\u60AC\u505C\u5FEB\u6377\u952E",enableInputTranslation:"\u662F\u5426\u542F\u7528\u8F93\u5165\u6846\u589E\u5F3A",enableInputTranslationDescription:"\u542F\u7528\u540E\uFF0C\u5728\u8F93\u5165\u6846\u76F4\u63A5\u8F93\u5165 {startingKey}{startingKey} \u4F60\u597D\uFF0C\u7136\u540E\u5FEB\u901F\u8FDE\u51FB{inputTrailingTriggerKeyRepeatTimes}\u6B21{trailingKey}\uFF0C\u5373\u53EF\u7FFB\u8BD1\u4E3A {inputTargetLanguage}",enableInputTranslationDescriptionForNoneKey:"\u542F\u7528\u540E\uFF0C\u5728\u8F93\u5165\u6846\u76F4\u63A5\u8F93\u5165\uFF1A\u4F60\u597D\u4E16\u754C\uFF0C\u7136\u540E\u5FEB\u901F\u8FDE\u51FB{inputTrailingTriggerKeyRepeatTimes}\u6B21{trailingKey}\uFF0C\u5373\u53EF\u7FFB\u8BD1\u4E3A\u9ED8\u8BA4\u76EE\u6807\u8BED\u8A00",inputTargetLanguage:"\u8BBE\u7F6E\u8F93\u5165\u6846\u7684\u9ED8\u8BA4\u76EE\u6807\u8BED\u8A00",inputTargetLanguageDescription:"\u8F93\u5165\u6846\u7FFB\u8BD1\u7684\u9ED8\u8BA4\u76EE\u6807\u8BED\u8A00\uFF0C\u4E5F\u5C31\u662F {startingKey}{startingKey} \u4F5C\u4E3A\u89E6\u53D1\u8BCD\u7684\u9ED8\u8BA4\u8BED\u8A00",inputTargetLanguageDescriptionForNoneKey:"\u8F93\u5165\u6846\u7FFB\u8BD1\u7684\u9ED8\u8BA4\u76EE\u6807\u8BED\u8A00",inputStartingTriggerKeyTitle:"\u8BBE\u7F6E\u8F93\u5165\u6846\u90E8\u5206\u7FFB\u8BD1\u7684\u5206\u5272\u5B57\u7B26",inputStartingTriggerKeyDescription:"\u5F53\u4F60\u4E0D\u9700\u8981\u7FFB\u8BD1\u6574\u4E2A\u8F93\u5165\u6846\u7684\u65F6\u5019\uFF0C\u5206\u5272\u7B26\u5141\u8BB8\u4F60\u53EA\u7FFB\u8BD1 {startingKey}{startingKey} \u5230\u8F93\u5165\u6846\u672B\u5C3E\u7684\u90E8\u5206\uFF0C\u4E5F\u53EF\u4EE5\u6307\u5B9A\u8BED\u8A00\u4EE3\u7801\uFF0C\u6BD4\u5982\uFF1A{startingKey}ja \u8868\u793A\u53EA\u7FFB\u8BD1 {startingKey}ja \u5230\u8F93\u5165\u6846\u672B\u5C3E\u7684\u90E8\u5206",inputStartingTriggerKeyDescriptionForNoneKey:"\u5F53\u524D\u8BBE\u7F6E\u4E3A\u65E0\u9700\u524D\u7F00\uFF0C\u6682\u65E0\u6CD5\u4F7F\u7528\u8F93\u5165\u6846\u7684\u90E8\u5206\u6587\u672C\u7FFB\u8BD1\u529F\u80FD",inputTrailingTriggerKeyTitle:"\u9009\u62E9\u4E00\u4E2A\u8F93\u5165\u7ED3\u675F\u7684\u89E6\u53D1\u5B57\u7B26",inputTrailingTriggerKeyDescription:"\u5FEB\u901F\u8FDE\u51FB 3 \u6B21{trailingKey} \u5C06\u4F1A\u5F00\u59CB\u7FFB\u8BD1",inputTrailingTriggerKeyTimeout:"\u8F93\u5165\u7ED3\u675F\u8FDE\u51FB\u89E6\u53D1\u7684\u95F4\u9694\u65F6\u95F4",inputTrailingTriggerKeyTimeoutDescription:"\u8BBE\u7F6E\u8F93\u5165\u7ED3\u675F\u8FDE\u51FB\u89E6\u53D1\u7684\u95F4\u9694\u65F6\u95F4\uFF08\u6BEB\u79D2\uFF09",spaceKey:"<\u7A7A\u683C\u952E>",noneKey:"\u65E0\u9700\u524D\u7F00\uFF0C\u76F4\u63A5\u7FFB\u8BD1\u6574\u4E2A\u6587\u672C\u6846",inputTranslationBlockUrlsTitle:"\u5207\u52FF\u5728\u4EE5\u4E0B\u7F51\u5740\u4E2D\u542F\u7528\u8F93\u5165\u6846\u589E\u5F3A",inputTranslationBlockUrlsDescription:"\u5728\u4EE5\u4E0B\u7F51\u5740\u4E2D\uFF0C\u8F93\u5165\u6846\u589E\u5F3A\u5C06\u4E0D\u4F1A\u751F\u6548",inputHelperInfo:"\u8BF4\u660E\uFF1A\u6211\u4EEC\u7279\u522B\u9488\u5BF9\u5728\u4E2D\u6587\u8F93\u5165\u6CD5\u4E0B\u90E8\u5206\u89E6\u53D1\u5B57\u7B26\u4F1A\u53D8\u6210\u4E2D\u6587\u6807\u70B9\u7B26\u53F7\u8FD9\u4EF6\u4E8B\u505A\u4E86\u4F18\u5316\uFF0C\u6BD4\u5982\u641C\u72D7\u8F93\u5165\u6CD5\u4E0B / \u4F1A\u53D8\u6210\u987F\u53F7 \u3001\uFF0C\u6C89\u6D78\u5F0F\u7FFB\u8BD1\u652F\u6301\u6240\u6709\u89E6\u53D1\u7B26\u5BF9\u5E94\u7684\u4E2D\u6587\u7B26\u53F7\uFF0C\u4E5F\u5C31\u662F\u8BF4 // \u3001\u3001 \u90FD\u4F1A\u88AB\u8BC6\u522B\u4E3A\u89E6\u53D1\u5B57\u7B26\u3002

\u540C\u65F6\u6211\u4EEC\u4E5F\u652F\u6301\u8BED\u8A00\u4EE3\u7801\u7684\u4E2D\u6587\u522B\u540D\u4F5C\u4E3A\u547D\u4EE4\uFF0C\u6BD4\u5982 /\u65E5\u6587 \u4F60\u597D\u4E16\u754C \u4F1A\u88AB\u7FFB\u8BD1\u4E3A\u65E5\u6587\uFF0C<1>\u70B9\u6B64\u67E5\u770B\u6240\u6709\u652F\u6301\u7684\u8BED\u8A00\u4EE3\u7801\u3002",reloadCurrentPage:"\u8BF7\u5148\u5237\u65B0\u5F53\u524D\u9875\u9762\uFF0C\u518D\u5F00\u59CB\u7FFB\u8BD1",noLocalFilePermissionForPDF:"\u6682\u65E0\u6743\u9650\u8BFB\u53D6\u672C\u5730\u6587\u4EF6\uFF0C\u8BF7\u70B9\u51FB\u4E0A\u65B9\u6309\u94AE\uFF0C\u7136\u540E\u5BFC\u5165\u672C\u5730\u6587\u4EF6",noPermissionForThisPage:"\u26A0\uFE0F \u6682\u65E0\u6743\u9650\u7FFB\u8BD1\u5F53\u524D\u9875\u9762","error.retry":"\u91CD\u8BD5","error.reason":"\u9519\u8BEF\u539F\u56E0",retryAllParagraphs:"\u91CD\u8BD5\u5168\u90E8\u9519\u8BEF\u6BB5\u843D",retryAllButton:"\u91CD\u8BD5\u5168\u90E8\u9519\u8BEF\u6BB5\u843D",errorTooltipTitle:"\u70B9\u51FB\u67E5\u770B\u9519\u8BEF\u539F\u56E0",errorModalTitle:"\u7FFB\u8BD1\u670D\u52A1\u6216\u7F51\u7EDC\u4F3C\u4E4E\u51FA\u4E86\u70B9\u95EE\u9898...",disableConfirm:"\u53CC\u8BED\u4FE1\u606F\u589E\u5F3A\u8BBE\u7F6E",disableOnce:"\u672C\u6B21\u7981\u7528",disableGlobal:"\u6C38\u4E45\u7981\u7528",disableTint:"* \u4F60\u53EF\u4EE5\u5728 {option} \u4E2D\u91CD\u65B0\u542F\u7528\u3002",searchEnhancementNotes:"\u6211\u4EEC\u53D1\u73B0\uFF0C\u4E2D\u6587\u5173\u952E\u8BCD\u548C\u82F1\u6587\u5173\u952E\u8BCD\u7684\u65B0\u95FB\u7ED3\u679C\u6709\u975E\u5E38\u5927\u7684\u4E0D\u540C\uFF0C\u5728\u542F\u7528\u6C89\u6D78\u5F0F\u7FFB\u8BD1\u53CC\u8BED\u4FE1\u606F\u589E\u5F3A\u529F\u80FD\u540E\uFF0C\u6211\u4EEC\u4F1A\u5728\u652F\u6301\u7684\u7F51\u7AD9\uFF08\u8C37\u6B4C\u65B0\u95FB\uFF0C\u8C37\u6B4C\u641C\u7D22\uFF08\u90E8\u5206\u5173\u952E\u8BCD\uFF09\uFF0C\u96EA\u7403\uFF0C\u4E1C\u65B9\u8D22\u5BCC\u7F51\uFF0C\u5BCC\u9014\uFF0C\u8001\u864E\uFF09\u81EA\u52A8\u7528\u82F1\u6587\u4E3A\u4F60\u641C\u7D22\u540C\u6837\u7684\u5173\u952E\u8BCD\u5E76\u5C55\u793A\u5728\u53F3\u4FA7\u3002\u5982\u679C\u4F60\u4E0D\u9700\u8981\u8BE5\u529F\u80FD\u7684\u8BDD\uFF0C\u53EF\u4EE5\u9009\u62E9\u7981\u7528\u5B83\u3002",option:"\u8BBE\u7F6E",saveSettings:"\u4FDD\u5B58\u8BBE\u7F6E",closeModal:"\u5173\u95ED\u7A97\u53E3",enableInputTranslationWithoutTriggerKeyTitle:"\u542F\u7528\u5FEB\u901F\u8FDE\u51FB 3 \u6B21{trailingKey}\uFF0C\u76F4\u63A5\u7FFB\u8BD1\u6574\u4E2A\u8F93\u5165\u6846\u4E3A{inputTargetLanguage}",enableInputTranslationWithoutTriggerKeyDescription:"\u5982\u9700\u6307\u5B9A\u76EE\u6807\u8BED\u8A00\uFF0C\u8BF7\u5728\u524D\u9762\u52A0\u4E0A\u8BED\u8A00\u4EE3\u7801\uFF0C\u5982\uFF1Aja \u4F60\u597D\u4E16\u754C",deepLProName:"\u6C89\u6D78\u5F0F\u7FFB\u8BD1 Pro \u4F1A\u5458 (\u63A8\u8350)",deepLProDescription:"\u5F53\u524D\u5957\u9910\u53EF\u4EE5\u76F4\u63A5\u4F7F\u7528",deeplProDescriptionForNormal:"\u65E0\u9700\u4EFB\u4F55\u8BBE\u7F6E\uFF0C\u4F1A\u5458\u767B\u5F55\u540E\u5373\u53EF\u4F7F\u7528\uFF0C<1>\u70B9\u6B64\u5347\u7EA7\u4E3A\u4F1A\u5458",deepLCustomDescription:"\u9700\u8981\u56FD\u5916\u4FE1\u7528\u5361\uFF0C\u5728 <1>DeepL \u5B98\u65B9\u5F00\u901A\uFF0C\u70B9\u51FB\u67E5\u770B<2>\u6587\u6863",deepLCustomName:"\u81EA\u5B9A\u4E49 Auth Key",chooseProviderLabel:"\u9009\u62E9\u4E00\u4E2A\u670D\u52A1\u63D0\u4F9B\u5546",openaiProName:"\u6C89\u6D78\u5F0F\u7FFB\u8BD1 Pro \u4F1A\u5458 (\u63A8\u8350)",openaiProDescription:"\u5F53\u524D\u5957\u9910\u53EF\u4EE5\u76F4\u63A5\u4F7F\u7528",openaiProDescriptionForNormal:"\u65E0\u9700\u4EFB\u4F55\u8BBE\u7F6E\uFF0C\u4F1A\u5458\u767B\u5F55\u540E\u5373\u53EF\u4F7F\u7528\uFF0C<1>\u70B9\u6B64\u5347\u7EA7\u4E3A\u4F1A\u5458",openaiCustomDescription:"\u53EF\u5728 OpenAI, Azure OpenAI, \u6216\u5176\u4ED6\u7B2C\u4E09\u65B9\u670D\u52A1\u83B7\u53D6\uFF0C<1>\u70B9\u6B64\u67E5\u770B\u6587\u6863",openaiCustomName:"\u81EA\u5B9A\u4E49 API Key",needLoginAction:"(\u5F00\u901A\u4F1A\u5458\u6216\u81EA\u5B9A\u4E49)",goLoginOrAction:"(\u5F00\u901A\u4F1A\u5458\u6216\u53BB\u8BBE\u7F6E)",yearly:"\u8FDE\u7EED\u5305\u5E74",quarterly:"\u8FDE\u7EED\u5305\u5B63",monthly:"\u8FDE\u7EED\u5305\u6708",yearlyForOnce:"\u4E00\u6B21\u6027\u5E74\u5EA6\u5957\u9910",monthlyForOnce:"\u4E00\u6B21\u6027\u6708\u5EA6\u5957\u9910",daily:"\u8FDE\u7EED\u5305\u65E5",year:"\u8FDE\u7EED\u5305\u5E74",quarter:"\u8FDE\u7EED\u5305\u5B63",month:"\u8FDE\u7EED\u5305\u6708",day:"\u8FDE\u7EED\u5305\u65E5",onetime_7day:"7 \u5929\u4F53\u9A8C\u5305",currentPlanDescriptionForFree:"\u5F53\u524D\u5957\u9910\uFF1A\u514D\u8D39",currentPlanDescriptionForContinuous:"\u5F53\u524D\u5957\u9910\uFF1A{plan}\uFF0C\u5C06\u4E8E {endAt} \u81EA\u52A8\u7EED\u8D39",currentPlanDescriptionForAutoRenewCaceling:"\u5F53\u524D\u5957\u9910\uFF1A{plan}\uFF0C\u5C06\u4E8E {endAt} \u5230\u671F\uFF0C\u5230\u671F\u540E\u5C06\u4E0D\u4F1A\u81EA\u52A8\u7EED\u671F",currentYearlyPlanDescriptionForAutoRenewCacelingWithRealPaiedUser:"\u5F53\u524D\u5957\u9910\uFF1A{plan}\uFF0C\u5C06\u4E8E {endAt} \u5230\u671F\uFF0C\u5230\u671F\u540E\u5C06\u4E0D\u4F1A\u81EA\u52A8\u7EED\u671F\u3002
<1>\u70B9\u6B64\u7BA1\u7406\u7EED\u8D39\u65B9\u6848",currentYearlyPlanDescriptionForAutoRenewCacelingWithAdmin:"\u5F53\u524D\u5957\u9910\uFF1A{plan}\uFF0C\u5C06\u4E8E {endAt} \u5230\u671F\uFF0C\u5230\u671F\u540E\u5C06\u4E0D\u4F1A\u81EA\u52A8\u7EED\u671F\u3002
<1>\u70B9\u6B64\u542F\u7528\u8FDE\u7EED\u5305\u5E74",currentPlanDescriptionForOneTime:"\u5F53\u524D\u5957\u9910\uFF1A{plan}\uFF0C\u5C06\u4E8E {endAt} \u5230\u671F\uFF0C<1>\u70B9\u6B64\u5347\u7EA7\u4E3A\u5E74\u8D39\u6216<2>\u6708\u8D39\u4F1A\u5458",upgradePlan:"\u70B9\u6B64\u5347\u7EA7\u4E3A Pro \u4F1A\u5458",upgradeToPro:"\u5347\u7EA7\u4E3A Pro \u4F1A\u5458","popup.openPro":"\u5347\u7EA7\u4E3A Pro \u4F1A\u5458\u540E\u53EF\u4EE5\u7545\u4EAB DeepL \u548C OpenAI \u7FFB\u8BD1\uFF0C\u70B9\u6B64\u5347\u7EA7","popup.openProForPro":"\u60A8\u662F Pro \u4F1A\u5458\uFF0C\u53EF\u76F4\u63A5\u4F7F\u7528 DeepL \u548C OpenAI \u7FFB\u8BD1",currentAccount:"\u5F53\u524D\u8D26\u6237",enableAutoSyncUserSettings:"\u542F\u7528\u591A\u8BBE\u5907\u81EA\u52A8\u4E91\u540C\u6B65",modalEnableInputTranslationTitle:"\u6C89\u6D78\u5F0F\u7FFB\u8BD1\u8F93\u5165\u6846\u7FFB\u8BD1\u63D0\u793A",modalEnableInputTranslationDesc:"\u60A8\u521A\u521A\u901A\u8FC7\u5FEB\u901F\u8FDE\u51FB 3 \u6B21\u7A7A\u683C\u952E\u89E6\u53D1\u4E86\u6C89\u6D78\u5F0F\u7FFB\u8BD1\u7684\u8F93\u5165\u6846\u7FFB\u8BD1\uFF0C\u8F93\u5165\u6846\u7684\u5185\u5BB9\u5C06\u88AB\u7FFB\u8BD1\u4E3A\u9ED8\u8BA4\u7684\u76EE\u6807\u8BED\u8A00\u3002\u901A\u8FC7 Ctrl+Z \u53EF\u4EE5\u64A4\u9500\u7FFB\u8BD1\u3002

\u5982\u679C\u8FD9\u662F\u4E00\u4E2A\u5931\u8BEF\uFF0C\u4E0D\u7528\u62C5\u5FC3\uFF0C\u60A8\u53EF\u4EE5\u9009\u62E9\u672C\u6B21\u7981\u7528\uFF0C\u6216\u8005\u6C38\u4E45\u7981\u7528\u8F93\u5165\u6846\u7FFB\u8BD1\u3002",saveAndNotShowAgain:"\u4FDD\u5B58\u4E14\u4E0D\u518D\u63D0\u793A",disableInputTranslationTips:"* \u4F60\u4E5F\u53EF\u4EE5\u5728 {option} \u4E2D\u8BBE\u7F6E\u5176\u4ED6\u5FEB\u6377\u952E\u6765\u89E6\u53D1\uFF0C{learnMore}\u3002",learnMore:"\u70B9\u6B64\u4E86\u89E3\u66F4\u591A",continueEnalbeInputTranslation:"\u7EE7\u7EED\u542F\u7528\u8F93\u5165\u6846\u7FFB\u8BD1",autoRenewTrialSuffix:'\uFF08\u8BD5\u7528\u4E2D\uFF0C\u7ACB\u523B\u5347\u7EA7\u4E3A\u6B63\u5F0F\u4F1A\u5458\uFF09',upgradeFromTrialTitle:"\u5347\u7EA7\u4E3A\u6B63\u5F0F\u4F1A\u5458",subtitle:"\u89C6\u9891\u5B57\u5E55",youtubeService:"\u6C89\u6D78\u5F0F\u7FFB\u8BD1\u89C6\u9891\u5B57\u5E55\u7FFB\u8BD1\u670D\u52A1","subtitle.disabledSubtitle":"\u6C38\u4E45\u7981\u7528\u89C6\u9891\u5B57\u5E55\u529F\u80FD","subtitle.disabledSubtitleDescription":"\u5982\u679C\u6C89\u6D78\u5F0F\u7FFB\u8BD1\u7684\u89C6\u9891\u5B57\u5E55\u548C\u5176\u4ED6\u6269\u5C55\u6709\u51B2\u7A81\uFF0C\u4F60\u53EF\u4EE5\u9009\u62E9\u6C38\u4E45\u7981\u7528\u6C89\u6D78\u5F0F\u7FFB\u8BD1\u7684\u89C6\u9891\u5B57\u5E55\u529F\u80FD\u6216\u8005\u5378\u8F7D\u5176\u4ED6\u51B2\u7A81\u7684\u6269\u5C55","subtitle.autoEnableSubtitleDescription":"\u542F\u7528\u540E\uFF0C\u5F53\u89C6\u9891\u64AD\u653E\u7684\u65F6\u5019\uFF0C\u4F1A\u81EA\u52A8\u663E\u793A\u53CC\u8BED\u5B57\u5E55\uFF0C\u5426\u5219\u9700\u8981\u70B9\u51FB\u7FFB\u8BD1\u6309\u94AE\u624D\u4F1A\u663E\u793A\u3002","subtitle.preTranslation":"\u4F7F\u7528\u6C89\u6D78\u5F0F\u7FFB\u8BD1\u6765\u7FFB\u8BD1\u5B57\u5E55","subtitle.preTranslationDescription":"\u542F\u7528\u540E\u4F1A\u4F18\u5148\u7528\u4E0B\u9762\u6307\u5B9A\u7684\u7FFB\u8BD1\u670D\u52A1\u63D0\u524D\u7FFB\u8BD1\u6574\u4E2A\u5B57\u5E55\uFF0C1 \u5C0F\u65F6\u7684\u89C6\u9891\u5927\u6982\u6D88\u8017 5\u4E07 Tokens \u6216 \u5B57\u7B26\uFF0C\u8BF7\u914C\u60C5\u4F7F\u7528\uFF1B\u5173\u95ED\u540E\u5219\u4F18\u5148\u4F7F\u7528\u539F\u89C6\u9891\u81EA\u5E26\u7684\u673A\u7FFB\u5B57\u5E55\uFF1B\u8BF7\u6CE8\u610F\uFF0C\u5F53\u539F\u89C6\u9891\u6CA1\u6709\u5BF9\u5E94\u7684\u8BD1\u6587\u5B57\u5E55\u65F6\uFF0C\u5219\u65E0\u8BBA\u662F\u5426\u542F\u7528\u8FD9\u4E2A\u9009\u9879\uFF0C\u90FD\u4F1A\u4F7F\u7528\u4E0B\u9762\u6307\u5B9A\u7684\u7FFB\u8BD1\u670D\u52A1\u6765\u7FFB\u8BD1\u5B57\u5E55\u3002","subtitle.humanSubtitlesPreferred":"\u4F18\u5148\u4F7F\u7528\u4EBA\u5DE5\u5B57\u5E55","subtitle.humanSubtitlesPreferredDescription":"\u5F53\u89C6\u9891\u6709\u76EE\u6807\u8BED\u8A00\u4EBA\u5DE5\u5B57\u5E55\u65F6\uFF0C\u4F18\u5148\u4F7F\u7528\u4EBA\u5DE5\u5B57\u5E55\uFF08\u63A8\u8350\uFF09","subtitle.bilingual":"\u53CC\u8BED\u5B57\u5E55","subtitle.autoDisableSubtitle":"\u4E0D\u81EA\u52A8\u542F\u7528\u53CC\u8BED\u5B57\u5E55","subtitle.hideQuickButton":"\u4E0D\u518D\u663E\u793A\u8BE5\u5FEB\u6377\u65B9\u5F0F","subtitle.showQuickButton":"\u5728\u64AD\u653E\u5668\u663E\u793A\u53CC\u8BED\u5B57\u5E55\u5FEB\u6377\u65B9\u5F0F",videoSubtitleTranslationDescription:"\u4E3A\u89C6\u9891\u5B57\u5E55\u5355\u72EC\u6307\u5B9A\u4E00\u4E2A\u7FFB\u8BD1\u670D\u52A1",subtitleTranslating:"\u6B63\u5728\u4F7F\u7528 {service} \u670D\u52A1\u7FFB\u8BD1\u5B57\u5E55\u4E2D\uFF0C\u8BF7\u7A0D\u7B49...\uFF08\u6C89\u6D78\u5F0F\u7FFB\u8BD1\uFF09",subtitleLoading:"\u6B63\u5728\u52A0\u8F7D\u5B57\u5E55...",bilingual:"\u53CC\u8BED","field.action":"\u662F\u5426\u542F\u7528\u767E\u5EA6\u672F\u8BED","description.action":"\u542F\u7528\u540E\u4F1A\u5728\u8BF7\u6C42\u4E2D\u52A0\u5165 action=1 \u7684\u53C2\u6570\uFF0C\u4EE5\u4FBF\u544A\u77E5\u767E\u5EA6\u542F\u7528\u672F\u8BED\uFF0C<1>\u66F4\u591A\u8BF4\u660E\u8BF7\u53C2\u8003\u5B98\u65B9\u6587\u6863",closeQuickTranslation:"\u5173\u95ED\u60AC\u6D6E\u7403","closeQuickTranslation.untilNext":"\u672C\u6B21\u5173\u95ED\u76F4\u5230\u4E0B\u6B21\u8BBF\u95EE","closeQuickTranslation.currentWebsite":"\u5F53\u524D\u7F51\u7AD9\u7981\u7528","closeQuickTranslation.alwaysClose":"\u6C38\u4E45\u7981\u7528","closeQuickTranslation.settingOpen":"\uFF08\u53EF\u5728<1>\u8BBE\u7F6E\u9875\u5F00\u542F\uFF09","closeQuickTranslation.cancel":"\u53D6\u6D88","closeQuickTranslation.confirm":"\u786E\u5B9A","floatBall.translate":"\u70B9\u51FB\u7FFB\u8BD1\u8BE5\u9875\u9762","floatBall.showOriginal":"\u70B9\u51FB\u5207\u6362\u56DE\u539F\u6587","floatBall.close":"\u5173\u95ED\u60AC\u6D6E\u7403","floatBallOptions.enableDescPc":"\u542F\u7528\u9875\u9762\u60AC\u6D6E\u7403\u540E\uFF0C\u4F1A\u5728\u9875\u9762\u53F3\u4FA7\u663E\u793A\u4E00\u4E2A\u5FEB\u6377\u7FFB\u8BD1\u6309\u94AE\uFF0C\u70B9\u51FB\u5373\u53EF\u7FFB\u8BD1","floatBallOptions.enableDesc":"\u5173\u95ED\u60AC\u6D6E\u7403\u540E\uFF0C\u53EF\u4EE5\u7528{touch}\u5524\u8D77\u3002\u4E3A\u9632\u6B62\u4E0D\u614E\u5173\u95ED\u8BE5\u9009\u9879\u540E\u627E\u4E0D\u5230\u60AC\u6D6E\u7403\uFF0C\u5F3A\u70C8\u5EFA\u8BAE\u6536\u85CF\u672C\u8BBE\u7F6E\u9875","description.azureApiUrl":"\u586B\u5199\u81EA\u5B9A\u4E49\u7684API\u63A5\u53E3\u5730\u5740","floatBall.guideClickToTranslate":`\u70B9\u51FB\u6C89\u6D78\u5F0F\u7FFB\u8BD1\u60AC\u6D6E\u7403 +Url: ${Ka(t)}`),!0)}function Dm(t,e){return!e||!e.length?!1:Cm(t).some(r=>e.some(a=>Ea(r,a)))}function km(t,e){if(!e||!e.length)return!1;let r=Ka(t);return r?e.some(a=>Ea(r,a)):!1}function Em(t,e){if(!e||!e.length)return!0;let r=Ka(t);return r?e.some(a=>Ea(r,a)):!0}function Cm(t){if(t.message)return[t.message];if(t.exception)try{let{type:e="",value:r=""}=t.exception.values&&t.exception.values[0]||{};return[`${r}`,`${e}: ${r}`]}catch{return!1&&N.error(`Cannot extract message for event ${At(t)}`),[]}return[]}function _m(t){try{return t.exception.values[0].type==="SentryError"}catch{}return!1}function Pm(t=[]){for(let e=t.length-1;e>=0;e--){let r=t[e];if(r&&r.filename!==""&&r.filename!=="[native code]")return r.filename||null}return null}function Ka(t){try{let e;try{e=t.exception.values[0].stacktrace.frames}catch{}return e?Pm(e):null}catch{return!1&&N.error(`Cannot extract url for event ${At(t)}`),null}}function gi(t,e){let r=hi(t,e),a={type:e&&e.name,value:Fm(e)};return r.length&&(a.stacktrace={frames:r}),a.type===void 0&&a.value===""&&(a.value="Unrecoverable error caught"),a}function Lm(t,e,r,a){let n={exception:{values:[{type:qr(e)?e.constructor.name:a?"UnhandledRejection":"Error",value:`Non-Error ${a?"promise rejection":"exception"} captured with keys: ${xs(e)}`}]},extra:{__serialized__:Jn(e)}};if(r){let i=hi(t,r);i.length&&(n.exception.values[0].stacktrace={frames:i})}return n}function pi(t,e){return{exception:{values:[gi(t,e)]}}}function hi(t,e){let r=e.stacktrace||e.stack||"",a=Im(e);try{return t(r,a)}catch{}return[]}var Bm=/Minified React error #\d+;/i;function Im(t){if(t){if(typeof t.framesToPop=="number")return t.framesToPop;if(Bm.test(t.message))return 1}return 0}function Fm(t){let e=t&&t.message;return e?e.error&&typeof e.error.message=="string"?e.error.message:e:"No error message"}function Js(t,e,r,a){let n=r&&r.syntheticException||void 0,i=Wa(t,e,n,a);return Ft(i),i.level="error",r&&r.event_id&&(i.event_id=r.event_id),Ge(i)}function el(t,e,r="info",a,n){let i=a&&a.syntheticException||void 0,o=mi(t,e,i,n);return o.level=r,a&&a.event_id&&(o.event_id=a.event_id),Ge(o)}function Wa(t,e,r,a,n){let i;if(Da(e)&&e.error)return pi(t,e.error);if(ps(e)){let o=e;if("stack"in e)i=pi(t,e);else{let l=o.name||"DOMException",s=o.message?`${l}: ${o.message}`:l;i=mi(t,s,r,a),Hr(i,s)}return"code"in o&&(i.tags={...i.tags,"DOMException.code":`${o.code}`}),i}return Aa(e)?pi(t,e):it(e)||qr(e)?(i=Lm(t,e,r,n),Ft(i,{synthetic:!0}),i):(i=mi(t,e,r,a),Hr(i,`${e}`,void 0),Ft(i,{synthetic:!0}),i)}function mi(t,e,r,a){let n={message:e};if(a&&r){let i=hi(t,r);i.length&&(n.exception={values:[{value:e,stacktrace:{frames:i}}]})}return n}var fi="Breadcrumbs",Ot=class t{static id=fi;name=t.id;options;constructor(e){this.options={console:!0,dom:!0,fetch:!0,history:!0,sentry:!0,xhr:!0,...e}}setupOnce(){this.options.console&<("console",Om),this.options.dom&<("dom",zm(this.options.dom)),this.options.xhr&<("xhr",Mm),this.options.fetch&<("fetch",Rm),this.options.history&<("history",Nm)}};function zm(t){function e(r){let a,n=typeof t=="object"?t.serializeAttribute:void 0;typeof n=="string"&&(n=[n]);try{a=r.event.target?Ur(r.event.target,n):Ur(r.event,n)}catch{a=""}a.length!==0&&Z().addBreadcrumb({category:`ui.${r.name}`,message:a},{event:r.event,name:r.name,global:r.global})}return e}function Om(t){let e={category:"console",data:{arguments:t.args,logger:"console"},level:Is(t.level),message:Kn(t.args," ")};if(t.level==="assert")if(t.args[0]===!1)e.message=`Assertion failed: ${Kn(t.args.slice(1)," ")||"console.assert"}`,e.data.arguments=t.args.slice(1);else return;Z().addBreadcrumb(e,{input:t.args,level:t.level})}function Mm(t){if(t.endTimestamp){if(t.xhr.__sentry_own_request__)return;let{method:e,url:r,status_code:a,body:n}=t.xhr.__sentry_xhr__||{};Z().addBreadcrumb({category:"xhr",data:{method:e,url:r,status_code:a},type:"http"},{xhr:t.xhr,input:n});return}}function Rm(t){t.endTimestamp&&(t.fetchData.url.match(/sentry_key/)&&t.fetchData.method==="POST"||(t.error?Z().addBreadcrumb({category:"fetch",data:t.fetchData,level:"error",type:"http"},{data:t.error,input:t.args}):Z().addBreadcrumb({category:"fetch",data:{...t.fetchData,status_code:t.response.status},type:"http"},{input:t.args,response:t.response})))}function Nm(t){let e=Te(),r=t.from,a=t.to,n=Ca(e.location.href),i=Ca(r),o=Ca(a);i.path||(i=n),n.protocol===o.protocol&&n.host===o.host&&(a=o.relative),n.protocol===i.protocol&&n.host===i.host&&(r=i.relative),Z().addBreadcrumb({category:"navigation",data:{from:r,to:a}})}var Ga=Te(),Ha;function bi(){if(Ha)return Ha;if(ks(fetch))return Ha=fetch.bind(Ga);let t=Ga.document,e=fetch;if(t&&typeof t.createElement=="function")try{let r=t.createElement("iframe");r.hidden=!0,t.head.appendChild(r);let a=r.contentWindow;a&&a.fetch&&(e=a.fetch),t.head.removeChild(r)}catch(r){!1&&N.warn("Could not create sandbox iframe for pure fetch check, bailing to window.fetch: ",r)}return Ha=e.bind(Ga)}function tl(t,e){Object.prototype.toString.call(Ga&&navigator)==="[object Navigator]"&&typeof navigator.sendBeacon=="function"?navigator.sendBeacon.bind(navigator)(t,e):Ds()&&bi()(t,{body:e,method:"POST",credentials:"omit",keepalive:!0}).then(null,i=>{!1&&N.error(i)})}var Ti=Te(),xr=class extends Qr{constructor(e){e._metadata=e._metadata||{},e._metadata.sdk=e._metadata.sdk||{name:"sentry.javascript.browser",packages:[{name:"npm:@sentry/browser",version:wr}],version:wr},super(e),e.sendClientReports&&Ti.document&&Ti.document.addEventListener("visibilitychange",()=>{Ti.document.visibilityState==="hidden"&&this._flushOutcomes()})}eventFromException(e,r){return Js(this._options.stackParser,e,r,this._options.attachStacktrace)}eventFromMessage(e,r="info",a){return el(this._options.stackParser,e,r,a,this._options.attachStacktrace)}sendEvent(e,r){let a=this.getIntegrationById(fi);a&&a.options&&a.options.sentry&&Z().addBreadcrumb({category:`sentry.${e.type==="transaction"?"transaction":"event"}`,event_id:e.event_id,level:e.level,message:At(e)},{event:e}),super.sendEvent(e,r)}_prepareEvent(e,r,a){return e.platform=e.platform||"javascript",super._prepareEvent(e,r,a)}_flushOutcomes(){let e=this._clearOutcomes();if(e.length===0){!1&&N.log("No outcomes to send");return}if(!this._dsn){!1&&N.log("No dsn provided, will not send outcomes");return}!1&&N.log("Sending outcomes:",e);let r=$r(this._dsn,this._options),a=Ms(e,this._options.tunnel&&Xt(this._dsn));try{tl(r,Pa(a))}catch(n){!1&&N.error(n)}}};function Xr(t,e=bi()){function r(a){let n={body:a.body,method:"POST",referrerPolicy:"origin",headers:t.headers,...t.fetchOptions};return e(t.url,n).then(i=>({statusCode:i.status,headers:{"x-sentry-rate-limits":i.headers.get("X-Sentry-Rate-Limits"),"retry-after":i.headers.get("Retry-After")}}))}return Yr(t,r)}var Ar="?",qm=10,Um=20,jm=30,Km=40,Wm=50;function Zr(t,e,r,a){let n={filename:t,function:e,in_app:!0};return r!==void 0&&(n.lineno=r),a!==void 0&&(n.colno=a),n}var Hm=/^\s*at (?:(.*?) ?\((?:address at )?)?((?:file|https?|blob|chrome-extension|address|native|eval|webpack||[-a-z]+:|.*bundle|\/).*?)(?::(\d+))?(?::(\d+))?\)?\s*$/i,Gm=/\((\S*)(?::(\d+))(?::(\d+))\)/,Vm=t=>{let e=Hm.exec(t);if(e){if(e[2]&&e[2].indexOf("eval")===0){let i=Gm.exec(e[2]);i&&(e[2]=i[1],e[3]=i[2],e[4]=i[3])}let[a,n]=nl(e[1]||Ar,e[2]);return Zr(n,a,e[3]?+e[3]:void 0,e[4]?+e[4]:void 0)}},vi=[jm,Vm],$m=/^\s*(.*?)(?:\((.*?)\))?(?:^|@)?((?:file|https?|blob|chrome|webpack|resource|moz-extension|capacitor).*?:\/.*?|\[native code\]|[^@]*(?:bundle|\d+\.js)|\/[\w\-. /=]+)(?::(\d+))?(?::(\d+))?\s*$/i,Qm=/(\S+) line (\d+)(?: > eval line \d+)* > eval/i,Ym=t=>{let e=$m.exec(t);if(e){if(e[3]&&e[3].indexOf(" > eval")>-1){let i=Qm.exec(e[3]);i&&(e[1]=e[1]||"eval",e[3]=i[1],e[4]=i[2],e[5]="")}let a=e[3],n=e[1]||Ar;return[n,a]=nl(n,a),Zr(a,n,e[4]?+e[4]:void 0,e[5]?+e[5]:void 0)}},yi=[Wm,Ym],Xm=/^\s*at (?:((?:\[object object\])?.+) )?\(?((?:file|ms-appx|https?|webpack|blob):.*?):(\d+)(?::(\d+))?\)?\s*$/i,Zm=t=>{let e=Xm.exec(t);return e?Zr(e[2],e[1]||Ar,+e[3],e[4]?+e[4]:void 0):void 0},Si=[Km,Zm],Jm=/ line (\d+).*script (?:in )?(\S+)(?:: in function (\S+))?$/i,eg=t=>{let e=Jm.exec(t);return e?Zr(e[2],e[3]||Ar,+e[1]):void 0},rl=[qm,eg],tg=/ line (\d+), column (\d+)\s*(?:in (?:]+)>|([^)]+))\(.*\))? in (.*):\s*$/i,rg=t=>{let e=tg.exec(t);return e?Zr(e[5],e[3]||e[4]||Ar,+e[1],+e[2]):void 0},al=[Um,rg],wi=[vi,yi,Si],Va=$n(...wi),nl=(t,e)=>{let r=t.indexOf("safari-extension")!==-1,a=t.indexOf("safari-web-extension")!==-1;return r||a?[t.indexOf("@")!==-1?t.split("@")[0]:Ar,r?`safari-extension:${e}`:`safari-web-extension:${e}`]:[t,e]};var xi=0;function Ai(){return xi>0}function ag(){xi+=1,setTimeout(()=>{xi-=1})}function Et(t,e={},r){if(typeof t!="function")return t;try{let n=t.__sentry_wrapped__;if(n)return n;if(br(t))return t}catch{return t}let a=function(){let n=Array.prototype.slice.call(arguments);try{r&&typeof r=="function"&&r.apply(this,arguments);let i=n.map(o=>Et(o,e));return t.apply(this,i)}catch(i){throw ag(),Sr(o=>{o.addEventProcessor(l=>(e.mechanism&&(Hr(l,void 0,void 0),Ft(l,e.mechanism)),l.extra={...l.extra,arguments:n},l)),yr(i)}),i}};try{for(let n in t)Object.prototype.hasOwnProperty.call(t,n)&&(a[n]=t[n])}catch{}Hn(a,t),Kr(t,"__sentry_wrapped__",a);try{Object.getOwnPropertyDescriptor(a,"name").configurable&&Object.defineProperty(a,"name",{get(){return t.name}})}catch{}return a}var Di={};ma(Di,{Breadcrumbs:()=>Ot,Dedupe:()=>qt,GlobalHandlers:()=>ht,HttpContext:()=>Nt,LinkedErrors:()=>Rt,TryCatch:()=>Mt});var ht=class t{static id="GlobalHandlers";name=t.id;_options;_installFunc={onerror:ng,onunhandledrejection:ig};constructor(e){this._options={onerror:!0,onunhandledrejection:!0,...e}}setupOnce(){let e=this._options;for(let r in e){let a=this._installFunc[r];a&&e[r]&&(lg(r),a(),this._installFunc[r]=void 0)}}};function ng(){lt("error",t=>{let[e,r,a]=sl();if(!e.getIntegration(ht))return;let{msg:n,url:i,line:o,column:l,error:s}=t;if(Ai()||s&&s.__sentry_own_request__)return;let u=s===void 0&&St(n)?sg(n,i,o,l):il(Wa(r,s||n,void 0,a,!1),i,o,l);u.level="error",ol(e,s,u,"onerror")})}function ig(){lt("unhandledrejection",t=>{let[e,r,a]=sl();if(!e.getIntegration(ht))return;let n=t;try{"reason"in t?n=t.reason:"detail"in t&&"reason"in t.detail&&(n=t.detail.reason)}catch{}if(Ai()||n&&n.__sentry_own_request__)return!0;let i=Nr(n)?og(n):Wa(r,n,void 0,a,!0);i.level="error",ol(e,n,i,"onunhandledrejection")})}function og(t){return{exception:{values:[{type:"UnhandledRejection",value:`Non-Error promise rejection captured with value: ${String(t)}`}]}}}function sg(t,e,r,a){let n=/^(?:[Uu]ncaught (?:exception: )?)?(?:((?:Eval|Internal|Range|Reference|Syntax|Type|URI|)Error): )?(.*)$/i,i=Da(t)?t.message:t,o="Error",l=i.match(n);return l&&(o=l[1],i=l[2]),il({exception:{values:[{type:o,value:i}]}},e,r,a)}function il(t,e,r,a){let n=t.exception=t.exception||{},i=n.values=n.values||[],o=i[0]=i[0]||{},l=o.stacktrace=o.stacktrace||{},s=l.frames=l.frames||[],u=isNaN(parseInt(a,10))?void 0:a,c=isNaN(parseInt(r,10))?void 0:r,d=St(e)&&e.length>0?e:bs();return s.length===0&&s.push({colno:u,filename:d,function:"?",in_app:!0,lineno:c}),t}function lg(t){!1&&N.log(`Global Handler attached: ${t}`)}function ol(t,e,r,a){Ft(r,{handled:!1,type:a}),t.captureEvent(r,{originalException:e})}function sl(){let t=Z(),e=t.getClient(),r=e&&e.getOptions()||{stackParser:()=>[],attachStacktrace:!1};return[t,r.stackParser,r.attachStacktrace]}var ug=["EventTarget","Window","Node","ApplicationCache","AudioTrackList","ChannelMergerNode","CryptoOperation","EventSource","FileReader","HTMLUnknownElement","IDBDatabase","IDBRequest","IDBTransaction","KeyOperation","MediaController","MessagePort","ModalWindow","Notification","SVGElementInstance","Screen","TextTrack","TextTrackCue","TextTrackList","WebSocket","WebSocketWorker","Worker","XMLHttpRequest","XMLHttpRequestEventTarget","XMLHttpRequestUpload"],Mt=class t{static id="TryCatch";name=t.id;_options;constructor(e){this._options={XMLHttpRequest:!0,eventTarget:!0,requestAnimationFrame:!0,setInterval:!0,setTimeout:!0,...e}}setupOnce(){let e=Te();this._options.setTimeout&&ot(e,"setTimeout",ll),this._options.setInterval&&ot(e,"setInterval",ll),this._options.requestAnimationFrame&&ot(e,"requestAnimationFrame",cg),this._options.XMLHttpRequest&&"XMLHttpRequest"in e&&ot(XMLHttpRequest.prototype,"send",dg);let r=this._options.eventTarget;r&&(Array.isArray(r)?r:ug).forEach(pg)}};function ll(t){return function(...e){let r=e[0];return e[0]=Et(r,{mechanism:{data:{function:st(t)},handled:!0,type:"instrument"}}),t.apply(this,e)}}function cg(t){return function(e){return t.apply(this,[Et(e,{mechanism:{data:{function:"requestAnimationFrame",handler:st(t)},handled:!0,type:"instrument"}})])}}function dg(t){return function(...e){let r=this;return["onload","onerror","onprogress","onreadystatechange"].forEach(n=>{n in r&&typeof r[n]=="function"&&ot(r,n,function(i){let o={mechanism:{data:{function:n,handler:st(i)},handled:!0,type:"instrument"}},l=br(i);return l&&(o.mechanism.data.handler=st(l)),Et(i,o)})}),t.apply(this,e)}}function pg(t){let e=Te(),r=e[t]&&e[t].prototype;!r||!r.hasOwnProperty||!r.hasOwnProperty("addEventListener")||(ot(r,"addEventListener",function(a){return function(n,i,o){try{typeof i.handleEvent=="function"&&(i.handleEvent=Et(i.handleEvent,{mechanism:{data:{function:"handleEvent",handler:st(i),target:t},handled:!0,type:"instrument"}}))}catch{}let l=Et(i,{mechanism:{data:{function:"addEventListener",handler:st(i),target:t},handled:!0,type:"instrument"}}),s=[n,l,o];return a.apply(this,s)}}),ot(r,"removeEventListener",function(a){return function(n,i,o){let l=i;try{let s=l&&l.__sentry_wrapped__;s&&a.call(this,n,s,o)}catch{}return a.call(this,n,l,o)}}))}var mg="cause",gg=5,Rt=class t{static id="LinkedErrors";name=t.id;_key;_limit;constructor(e={}){this._key=e.key||mg,this._limit=e.limit||gg}setupOnce(){let e=Z().getClient();e&>((r,a)=>{let n=Z().getIntegration(t);return n?hg(e.getOptions().stackParser,n._key,n._limit,r,a):r})}};function hg(t,e,r,a,n){if(!a.exception||!a.exception.values||!n||!dt(n.originalException,Error))return a;let i=ul(t,r,n.originalException,e);return a.exception.values=[...i,...a.exception.values],a}function ul(t,e,r,a,n=[]){if(!dt(r[a],Error)||n.length+1>=e)return n;let i=gi(t,r[a]);return ul(t,e,r[a],a,[i,...n])}var cl=Te(),Nt=class t{static id="HttpContext";name=t.id;setupOnce(){gt(e=>{if(Z().getIntegration(t)){if(!navigator&&!location&&!cl.document)return e;let r=e.request&&e.request.url||location&&location.href,{referrer:a}=cl.document||{},{userAgent:n}=navigator||{},i={...e.request&&e.request.headers,...a&&{Referer:a},...n&&{"User-Agent":n}},o={...r&&{url:r},headers:i};return{...e,request:o}}return e})}};var qt=class t{static id="Dedupe";name=t.id;_previousEvent;setupOnce(e,r){let a=n=>{let i=r().getIntegration(t);if(i){try{if(fg(n,i._previousEvent))return!1&&N.warn("Event dropped due to being a duplicate of previously captured event."),null}catch{return i._previousEvent=n}return i._previousEvent=n}return n};a.id=this.name,e(a)}};function fg(t,e){return e?!!(bg(t,e)||Tg(t,e)):!1}function bg(t,e){let r=t.message,a=e.message;return!(!r&&!a||r&&!a||!r&&a||r!==a||!gl(t,e)||!ml(t,e))}function Tg(t,e){let r=dl(e),a=dl(t);return!(!r||!a||r.type!==a.type||r.value!==a.value||!gl(t,e)||!ml(t,e))}function ml(t,e){let r=pl(t),a=pl(e);if(!r&&!a)return!0;if(r&&!a||!r&&a||(r=r,a=a,a.length!==r.length))return!1;for(let n=0;n"u"){!1&&N.warn("Session tracking in non-browser environment with @sentry/browser is not supported.");return}let r=Z();r.captureSession&&(hl(r),lt("history",({from:a,to:n})=>{a===void 0||a===n||hl(Z())}))}var Al={},Ei=Te();Ei.Sentry&&Ei.Sentry.Integrations&&(Al=Ei.Sentry.Integrations);var yg={...Al,...ar,...Di};var Fx=ba.alert;function pe(){return typeof process>"u"&&typeof Deno<"u"?Deno.env.toObject():m}var te=pe();function Ut(){return te.IMMERSIVE_TRANSLATE_USERSCRIPT==="1"}function ut(){return te.PROD==="1"}function jt(){return te.PROD_API==="1"}function Ct(){if(te.IMMERSIVE_TRANSLATE_SAFARI==="1")return!0;if(typeof globalThis.immersiveTranslateBrowserAPI<"u"&&globalThis.immersiveTranslateBrowserAPI.runtime&&globalThis.immersiveTranslateBrowserAPI.runtime.getManifest){let e=globalThis.immersiveTranslateBrowserAPI.runtime.getManifest();return!!(e&&e._isSafari)}else return!1}function Dl(){return typeof Deno<"u"}var Xx=pe().PROD==="1",Zx=pe().PROD!=="1";function kl(){return typeof globalThis.__IS_IMMERSIVE_TRANSLATE_WEB_OPTIONS_PAGE__<"u"}function Ci(){if(typeof globalThis.immersiveTranslateBrowserAPI<"u"&&globalThis.immersiveTranslateBrowserAPI.runtime&&globalThis.immersiveTranslateBrowserAPI.runtime.getManifest){let t=globalThis.immersiveTranslateBrowserAPI.runtime.getManifest();return!!(t&&(t._isUserscript||t._isSafari))}else return!1}var El={nologin:"\u672A\u767B\u5F55",loginForSafari:"\u767B\u5F55\u6216\u6CE8\u518C",login:"\u767B\u5F55\u540E\u53EF\u5F00\u901A\u4F1A\u5458",goLogin:"\u53BB\u767B\u5F55",manageAccount:"\u7BA1\u7406\u8D26\u6237",openPremium:"\u5F00\u901A\u4F1A\u5458",logout:"\u9000\u51FA",curentPlan:"\u5F53\u524D\u5957\u9910",endAt:"\u5230\u671F",endAuto:"\u81EA\u52A8\u7EED\u671F",lineBreakMaxTextCount:"\u6362\u884C\u540E\uFF0C\u6BCF\u53E5\u8BDD\u5141\u8BB8\u7684\u6700\u5927\u5B57\u7B26\u6570\u91CF","translate-pdf":"\u70B9\u51FB\u7FFB\u8BD1 PDF","noSupportTranslate-pdf":"\u811A\u672C\u4E0D\u652F\u6301\u8BF7\u4F7F\u7528\u63D2\u4EF6","translate-firefox-local-pdf":"\u70B9\u51FB\u53BB\u5BFC\u5165PDF",enableLineBreak:"\u5F00\u542F\u957F\u6BB5\u843D\u81EA\u52A8\u6362\u884C",sponsorLabel:"$1 \u8D77\u8D5E\u52A9\u5F00\u53D1\u8005",help:"\u5E2E\u52A9",enableLineBreakDescription:"\u5F00\u542F\u540E\uFF0C\u5C06\u4F1A\u5728\u957F\u6BB5\u843D\u4E2D\u6BCF\u53E5\u8BDD\u7ED3\u675F\u63D2\u5165\u6362\u884C\u7B26\uFF0C\u4EE5\u4FBF\u4E8E\u9605\u8BFB","browser.shortBrandName":"\u6C89\u6D78\u5F0F\u7FFB\u8BD1","browser.brandName":"\u6C89\u6D78\u5F0F\u7FFB\u8BD1 - \u7F51\u9875\u7FFB\u8BD1\u63D2\u4EF6 | PDF\u7FFB\u8BD1 | \u514D\u8D39","browser.brandDescription":"\u3010\u6C89\u6D78\u5F0F\u7FFB\u8BD1\u3011\u4E00\u6B3E\u514D\u8D39\u7684\uFF08\u539F\u6587/\u8BD1\u6587\uFF09\u53CC\u8BED\u5BF9\u7167\u7F51\u9875\u7FFB\u8BD1\u63D2\u4EF6\uFF0C\u540C\u65F6\u652F\u6301PDF\u7FFB\u8BD1\uFF08\u4FDD\u7559\u539F\u6587\u6863\u6392\u7248\uFF09\uFF0C\u89C6\u9891\u53CC\u8BED\u5B57\u5E55\u7FFB\u8BD1\uFF08Youtube, Netflix\u7B49\uFF09\uFF0CEPUB\u7535\u5B50\u4E66\u7FFB\u8BD1\u7B49\uFF1B\u652F\u6301\u8C03\u7528\u4EBA\u5DE5\u667A\u80FDAI\u7FFB\u8BD1\u5927\u6A21\u578B\uFF08OpenAI (ChatGPT)\u3001DeepL\u3001Gemini(Bard) \u7B49 \uFF09\u5BF9\u4EE5\u4E0A\u5185\u5BB9\u8FDB\u884C\u66F4\u51C6\u786E\u7684\u7FFB\u8BD1\uFF1B","browser.brandDescriptionForSafari":"\u3010\u6C89\u6D78\u5F0F\u7FFB\u8BD1\u3011\u4E00\u6B3E\u514D\u8D39\u7684\uFF08\u539F\u6587/\u8BD1\u6587\uFF09\u53CC\u8BED\u5BF9\u7167\u7F51\u9875\u7FFB\u8BD1\u63D2\u4EF6\uFF0C\u540C\u65F6\u652F\u6301PDF\u7FFB\u8BD1\u548CEPUB\u7535\u5B50\u4E66\u7FFB\u8BD1\u4E14\u4FDD\u7559\u539F\u6587\u6863\u6392\u7248\uFF0CYoutube/Netflix\u7B49\u5728\u7EBF\u89C6\u9891\u53CC\u8BED\u5B57\u5E55\u7FFB\u8BD1\uFF0C\u652F\u6301Deepl/Google\u7B49\u4E3B\u6D41\u7FFB\u8BD1\u670D\u52A1;","browser.toggleTranslatePage":"\u7FFB\u8BD1\u7F51\u9875/\u663E\u793A\u539F\u6587","browser.toggleTranslateTheWholePage":"\u7FFB\u8BD1\u9875\u9762\u5168\u90E8\u533A\u57DF/\u663E\u793A\u539F\u6587","browser.toggleTranslateToThePageEndImmediately":"\u7ACB\u5373\u7FFB\u8BD1\u5230\u9875\u9762\u5E95\u90E8/\u663E\u793A\u539F\u6587","browser.toggleTranslateTheMainPage":"\u7FFB\u8BD1\u9875\u9762\u4E3B\u8981\u533A\u57DF/\u663E\u793A\u539F\u6587","browser.shareToDraft":"\u751F\u6210\u7F51\u9875\u5FEB\u7167","browser.openOptionsPage":"\u6253\u5F00\u8BBE\u7F6E\u9875","browser.translateLocalPdfFile":"\u7FFB\u8BD1\u672C\u5730 PDF \u6587\u4EF6","browser.openEbookViewer":"\u9605\u8BFB\u672C\u5730\u7535\u5B50\u4E66","browser.openEbookBuilder":"\u5236\u4F5C\u53CC\u8BED EPUB \u7535\u5B50\u4E66","browser.translateLocalHtmlFile":"\u7FFB\u8BD1 HTML/txt \u6587\u4EF6","browser.donateContext":"\u4E86\u89E3\u8D5E\u52A9\u798F\u5229","browser.translateLocalSubtitleFile":"\u7FFB\u8BD1\u672C\u5730\u5B57\u5E55\u6587\u4EF6",confirmResetConfig:"\u4F60\u786E\u5B9A\u8981\u91CD\u7F6E\u8BBE\u7F6E\u5417\uFF1F",translationLineBreakSettingTitle:"\u8BD1\u6587\u6362\u884C\u8BBE\u7F6E",smartLineBreak:"\u667A\u80FD\u6362\u884C",alwaysLineBreak:"\u603B\u662F\u6362\u884C",isShowContextMenu:"\u5C06\u7FFB\u8BD1\u7F51\u9875\u52A0\u5165\u53F3\u952E\u83DC\u5355\u9879",toggleBeta:"\u5F00\u542F Beta \u6D4B\u8BD5\u7279\u6027",betaDescription:"\u542F\u7528\u4ECD\u5728\u5B9E\u9A8C\u6027\u7684\u529F\u80FD\uFF0C\u4EE5\u53CA\u6D4B\u8BD5\u4E2D\u7684\u7FFB\u8BD1\u670D\u52A1\u3002\u52A0\u5165 <1>Telegram \u7FA4\u7EC4\u4E86\u89E3\u66F4\u591A\u3002",translationLineBreakSettingDescription:"\u603B\u662F\u6362\u884C\u9002\u7528\u4E8E\u8F83\u5C11\u5185\u5BB9\u7684\u7248\u9762\uFF0C\u66F4\u6574\u9F50\u3002\uFF08\u5728\u5185\u5BB9\u8F83\u591A\u7684\u957F\u6BB5\u843D(\u8D85\u8FC7{count}\u4E2A\u5B57\u7B26) \u4F7F\u7528\u667A\u80FD\u6362\u884C\uFF0C\u66F4\u7701\u7A7A\u95F4\uFF09",tempTranslateDomainTitle:"\u4E34\u65F6\u5F00\u542F\u7F51\u7AD9\u7FFB\u8BD1\u7684\u65F6\u957F",tempTranslateDomainDescription:"\u5F53\u624B\u52A8\u7FFB\u8BD1\u67D0\u4E2A\u7F51\u9875\u7684\u65F6\u5019\uFF0C\u4E34\u65F6\u5F00\u542F\u8BE5\u7F51\u7AD9\u4E3A\u81EA\u52A8\u7FFB\u8BD1\uFF0C\u53EF\u8BBE\u7F6E\u4E34\u65F6\u65F6\u957F",xMinutes:"{count} \u5206\u949F",disabled:"\u7981\u7528",changelog:"\u66F4\u65B0\u65E5\u5FD7",toggleTranslatePageWhenThreeFingersOnTheScreen:"\u591A\u6307\u540C\u65F6\u89E6\u6478\u5C4F\u5E55\u5219\u7FFB\u8BD1\u7F51\u9875/\u663E\u793A\u539F\u6587",toggleTranslationMaskWhenThreeFingersOnTheScreen:"\u591A\u6307\u540C\u65F6\u89E6\u6478\u5219\u663E\u793A/\u9690\u85CF\u8BD1\u6587\u6A21\u7CCA\u6548\u679C",addUrlDescription:"\u53EF\u4EE5\u4E3A\u57DF\u540D\uFF0C\u540C\u65F6\u652F\u6301\u901A\u914D\u7B26\uFF0C\u5982\uFF1A*.google.com, google.com/mail/*, https://www.google.com/*",general:"\u57FA\u672C\u8BBE\u7F6E",clickToExpandConfig:"\u5C55\u5F00\u5F53\u524D\u914D\u7F6E",import:"\u4ECE\u6587\u4EF6\u5BFC\u5165",export:"\u5BFC\u51FA\u5230\u6587\u4EF6",toggleDebug:"\u5728\u63A7\u5236\u53F0\u6253\u5370\u8C03\u8BD5\u65E5\u5FD7",mouseHoldKey:"+ {key} \u7FFB\u8BD1/\u8FD8\u539F\u8BE5\u6BB5",mouseHoldKeyAuto:"\u76F4\u63A5\u7FFB\u8BD1\u8BE5\u6BB5",mouseHoldKeyOff:"\u4E0D\u505A\u4EFB\u4F55\u4E8B\u60C5",mouseHoldKeyOther:"\u81EA\u5B9A\u4E49\u5FEB\u6377\u952E(\u6253\u5F00\u8BBE\u7F6E)",mouseHoldKeyCustomKey:"{key} \u7FFB\u8BD1/\u8FD8\u539F\u8BE5\u6BB5","mouse-translate":"\u9F20\u6807\u60AC\u505C",document:"\u4F7F\u7528\u6559\u7A0B",resetSuccess:"\u91CD\u7F6E\u6240\u6709\u8BBE\u7F6E\u6210\u529F",resetThisSuccess:"\u91CD\u7F6E\u6210\u529F",saved:"\u4FDD\u5B58\u6210\u529F",successImportConfig:"\u6210\u529F\u5BFC\u5165\u914D\u7F6E",goAdvancedSettings:"\u53BB\u8FDB\u9636\u8BBE\u7F6E\u9875",goAdvancedInterfaceSettings:"\u53BB\u9AD8\u7EA7\u81EA\u5B9A\u4E49\u8BBE\u7F6E\u9875\u9762",advanced:"\u8FDB\u9636\u8BBE\u7F6E",advancedDescription:"\u4E00\u822C\u65E0\u9700\u8BBE\u7F6E\uFF0C\u4FDD\u6301\u9ED8\u8BA4\u5373\u53EF\u3002\u4EC5\u5BF9\u4E8E\u66F4\u4E13\u4E1A\u7684\u7528\u6237\uFF0C\u63D0\u4F9B\u66F4\u4E2A\u6027\u5316\u7684\u8BBE\u7F6E\u9879\u3002",developer:"\u5F00\u53D1\u8005\u8BBE\u7F6E",donateCafe:"\u4EF7\u683C","translate to the bottom of the page":"\u8FDB\u5165\u7F51\u9875\u540E\uFF0C\u662F\u5426\u7ACB\u5373\u7FFB\u8BD1\u5230\u9875\u9762\u5E95\u90E8\uFF1F",feedback:"\u95EE\u9898\u53CD\u9988",toggleTranslatePage:"\u7FFB\u8BD1\u7F51\u9875/\u663E\u793A\u539F\u6587",translateToThePageEndImmediatelyDescription:"\u5F00\u542F\u540E\uFF0C\u8FDB\u5165\u7F51\u9875\u5C06\u7ACB\u5373\u7FFB\u8BD1\u4ECE\u9876\u90E8\u5230\u5E95\u90E8\u7684\u5185\u5BB9\u3002\u5173\u95ED\u5219\u8FB9\u770B\u8FB9\u8BD1\u3002\uFF08\u4E0D\u63A8\u8350\u5F00\u542F\uFF09","translate all areas of the page":"\u662F\u5426\u7FFB\u8BD1\u7F51\u9875\u6240\u6709\u533A\u57DF",translationAreaDescription:"\u5F00\u542F\u540E\uFF0C\u6574\u4E2A\u7F51\u9875\u7684\u6240\u6709\u533A\u57DF\u90FD\u4F1A\u88AB\u7FFB\u8BD1\u3002\u5173\u95ED\u5219\u4F7F\u7528\u9ED8\u8BA4\u7684\u667A\u80FD\u8BC6\u522B\uFF0C\u4EC5\u7FFB\u8BD1\u4E3B\u8981\u533A\u57DF\u3002\uFF08\u4E0D\u63A8\u8350\u5F00\u542F\uFF09","the number of characters to be translated first":"\u76F4\u63A5\u7FFB\u8BD1\u9875\u9762\u524D\u591A\u5C11\u4E2A\u5B57\u7B26\uFF0C\u800C\u65E0\u9700\u7B49\u5F85\u6EDA\u52A8\u5230\u53EF\u89C6\u533A\u57DF","interface language":"\u754C\u9762\u8BED\u8A00","display both the original text and the translation":"\u540C\u65F6\u663E\u793A\u539F\u6587\u548C\u8BD1\u6587","keyboard shortcuts":"\u952E\u76D8\u5FEB\u6377\u952E",modify:"\u4FEE\u6539\u5FEB\u6377\u952E",reset:"\u91CD\u7F6E",close:"\u5173\u95ED",homepage:"\u4E3B\u9875",more:"\u66F4\u591A",moreOptions:"\u5C55\u5F00\u66F4\u591A\u81EA\u5B9A\u4E49\u9009\u9879",translateTheWholePage:"\u7FFB\u8BD1\u9875\u9762\u5168\u90E8\u533A\u57DF\uFF08\u533A\u522B\u4E8E\u667A\u80FD\u8BC6\u522B\u4E3B\u8981\u533A\u57DF\uFF09",changeToTranslateTheWholePage:"\u5207\u6362\u4E3A\u7FFB\u8BD1\u6240\u6709\u533A\u57DF",changeToTranslateTheMainPage:"\u5207\u6362\u4E3A\u7FFB\u8BD1\u4E3B\u8981\u533A\u57DF",translateToThePageEndImmediately:"\u7ACB\u5373\u7FFB\u8BD1\u5230\u9875\u9762\u5E95\u90E8",translateTheMainPage:"\u667A\u80FD\u7FFB\u8BD1\u4E3B\u8981\u533A\u57DF","The local rules are up to date":"\u672C\u5730\u9002\u914D\u89C4\u5219\u5DF2\u662F\u6700\u65B0:","Successfully synchronized with the latest official rules:":"\u6210\u529F\u540C\u6B65\u6700\u65B0\u5B98\u65B9\u9002\u914D\u89C4\u5219:","Checking for updates":"\u6B63\u5728\u68C0\u67E5\u66F4\u65B0","Rules are being synchronized":"\u6B63\u5728\u540C\u6B65\u9002\u914D\u89C4\u5219",localVersionIsTooOld:"\u672C\u5730\u6269\u5C55\u7248\u672C\u8FC7\u65E7\uFF0C\u8BF7\u5347\u7EA7\u6269\u5C55\u5230 {minVersion} \u6216\u66F4\u65B0\u7684\u7248\u672C\u518D\u5C1D\u8BD5\u540C\u6B65",badUserscriptBrowser:"\u5F53\u524D\u6D4F\u89C8\u5668\u6CA1\u6709\u6B63\u786E\u5B9E\u73B0\u6CB9\u7334\u6269\u5C55\u7684\u63A5\u53E3\uFF08\u6BD4\u5982\u83B7\u53D6\u6CB9\u7334\u811A\u672C\u81EA\u8EAB\u7684\u7248\u672C\u53F7\u4FE1\u606F\uFF09\uFF0C\u8BF7\u4F7F\u7528\u5176\u4ED6<1>\u652F\u6301\u6CB9\u7334\u6269\u5C55\u7684\u6D4F\u89C8\u5668\u5982 Firefox",foundNewVersion:"\u53D1\u73B0\u65B0\u7248\u672C",theLocalExtensionIsUpToUpdate:"\u5F53\u524D\u6269\u5C55\u5DF2\u662F\u6700\u65B0\u7248\u672C\u3002",failToSyncRules:"\u540C\u6B65\u6700\u65B0\u9002\u914D\u89C4\u5219\u5931\u8D25",retry:"\u70B9\u6B64\u91CD\u8BD5",failedReason:"\u5931\u8D25\u539F\u56E0",currentRuleVersion:"\u5F53\u524D\u89C4\u5219\u7248\u672C",calculating:"\u8BA1\u7B97\u4E2D",unknownError:'\u60A8\u5F53\u524D\u6240\u4F7F\u7528\u7684\u7FFB\u8BD1\u670D\u52A1\u56E0\u7F51\u7EDC\u8FDE\u63A5\u6216\u670D\u52A1\u63D0\u4F9B\u5546\u7684\u95EE\u9898\u6682\u65F6\u65E0\u6CD5\u8BBF\u95EE\u3002\u5EFA\u8BAE\u60A8\u5C1D\u8BD5\u5237\u65B0\u9875\u9762\u6216\u901A\u8FC7\u8BBE\u7F6E\u66F4\u6362\u5176\u4ED6\u7FFB\u8BD1\u670D\u52A1\u3002\u82E5\u60A8\u662FPro\u4F1A\u5458\uFF0C\u53EF\u4EE5\u9009\u62E9\u4F7F\u7528\u66F4\u4E3A\u7A33\u5B9A\u7684DeepL\u6216OpenAI\u7FFB\u8BD1\u670D\u52A1\u3002\u540C\u65F6\uFF0C\u60A8\u53EF\u80FD\u9700\u8981\u68C0\u67E5\u7F51\u7EDC\u6216\u4EE3\u7406\u8BBE\u7F6E\u540E\u91CD\u65B0\u5C1D\u8BD5\u3002',canNotFetchRemoteRule:"\u65E0\u6CD5\u83B7\u53D6\u8FDC\u7A0B\u89C4\u5219",enableAlphaSuccess:"\u5DF2\u5F00\u542FAlpha\u529F\u80FD",disableAlphaSuccess:"\u5DF2\u5173\u95EDAlpha\u529F\u80FD",cacheSize:"\u7F13\u5B58\u5927\u5C0F\uFF1A",cleaning:"\u6E05\u7406\u4E2D",cleanCache:"\u6E05\u9664\u7F13\u5B58",options:"\u8BBE\u7F6E",about:"\u5173\u4E8E",service:"\u7FFB\u8BD1\u670D\u52A1",needAction:"(\u53BB\u8BBE\u7F6E)",goSettings:"\u53BB\u8BBE\u7F6E",needActionForOptions:"(\u9700\u8BBE\u7F6E)",translationEngine:"\u5F15\u64CE\u9009\u9879",sourceLanguage:"\u539F\u6587\u8BED\u8A00",target:"\u76EE\u6807\u8BED\u8A00",popupSourceLanguage:"\u539F\u6587\u8BED\u8A00",popupTarget:"\u76EE\u6807\u8BED\u8A00",popupService:"\u7FFB\u8BD1\u670D\u52A1",forThisSite:"\u5F53\u524D\u7F51\u7AD9",autoEnableSubtitle:"\u81EA\u52A8\u5F00\u542F\u53CC\u8BED\u5B57\u5E55",alwaysTranslate:"\u603B\u662F\u7FFB\u8BD1",neverTranslate:"\u6C38\u4E0D\u7FFB\u8BD1",neverTranslateSomeLanguage:"\u6C38\u4E0D\u7FFB\u8BD1 {language}",alwaysTranslateSomeSite:"\u603B\u662F\u7FFB\u8BD1 {hostname}",neverTranslateSomeSite:"\u6C38\u4E0D\u7FFB\u8BD1 {hostname}",alwaysTranslateSomeSiteOrWildSite:"\u603B\u662F\u7FFB\u8BD1\u8BE5\u7F51\u7AD9",alwaysTranslateSomePage:"\u603B\u662F\u7FFB\u8BD1\u8BE5\u7F51\u9875",add:"\u6DFB\u52A0",default:"\u9ED8\u8BA4",forThisLanguage:"\u9488\u5BF9\u8BE5\u8BED\u8A00\uFF1A","add url":"\u8F93\u5165URL",edit:"\u7F16\u8F91",pickAll:"\u5168\u9009","translate other languages into specific language":"\u5C06\u5176\u4ED6\u8BED\u8A00\u7FFB\u8BD1\u4E3A\u4F60\u8BBE\u7F6E\u7684\u8BED\u8A00","select translation service":"\u9009\u62E9\u4E00\u9879\u7FFB\u8BD1\u670D\u52A1",language:"\u8BED\u8A00","show-original":"\u663E\u793A\u539F\u6587",translate:"\u7FFB\u8BD1",Translated:"\u5DF2\u7FFB\u8BD1",Translating:"\u7FFB\u8BD1\u4E2D",Error:"\u9519\u8BEF",allowCacheTranslations:"\u5F00\u542F\u672C\u5730\u7FFB\u8BD1\u7F13\u5B58\uFF08\u51CF\u5C11\u91CD\u590D\u6BB5\u843D\u7684\u7FFB\u8BD1\u8BF7\u6C42\uFF09","translation display":"\u8BD1\u6587\u663E\u793A\u6837\u5F0F","select diplay style":"\u533A\u5206\u8BD1\u6587\u7684\u6837\u5F0F\uFF0C\u5177\u4F53\u53EF\u53C2\u8003\u4E0B\u5217\u793A\u4F8B",interface:"\u754C\u9762\u8BBE\u7F6E",import_export:"\u5BFC\u5165/\u5BFC\u51FA",import_export_title:"\u5BFC\u5165/\u5BFC\u51FA\u914D\u7F6E",syncToGoogleDrive:"\u7ACB\u5373\u4E0E Google Drive \u540C\u6B65","floatBallOptions.enable":"\u542F\u7528\u60AC\u6D6E\u7403","floatBallOptions.blockUrls":"\u7981\u7528\u7F51\u7AD9","floatBallOptions.add":"\u6DFB\u52A0","floatBallOptions.blockUrlDesc":"\u5F53\u9047\u4E0B\u5217\u7F51\u7AD9\u65F6\u4E0D\u663E\u793A\u60AC\u6D6E\u7403","floatBallOptions.clickType":"\u70B9\u51FB\u884C\u4E3A","floatBallOptions.clickTypeDesc":"\u60AC\u6D6E\u7403\u56FE\u6807\u70B9\u51FB\u65F6\u7684\u884C\u4E3A","floatBallOptions.clickPopup":"\u663E\u793A\u7FFB\u8BD1\u9762\u677F","floatBallOptions.clickTranslate":"\u7FFB\u8BD1/\u663E\u793A\u539F\u6587","floatBallOptions.fixedPosition":"\u56FA\u5B9A\u4F4D\u7F6E","floatBallOptions.fixedPositionDesc":"\u60AC\u6D6E\u7403\u5728\u7A97\u53E3\u5DE6\u4FA7\u8FD8\u662F\u53F3\u4FA7","floatBallOptions.fixedPositionLeft":"\u5DE6\u4FA7","floatBallOptions.fixedPositionRight":"\u53F3\u4FA7",previewAllThemes:"\u9884\u89C8\u5168\u90E8\u6837\u5F0F","translationTheme.none":"\u65E0","translationTheme.grey":"\u9ED1\u7070\u8272","translationTheme.dashed":"\u865A\u7EBF\u4E0B\u5212\u7EBF","translationTheme.dotted":"\u70B9\u72B6\u4E0B\u5212\u7EBF","translationTheme.dashedBorder":"\u865A\u7EBF\u8FB9\u6846","translationTheme.solidBorder":"\u5B9E\u7EBF\u8FB9\u6846","translationTheme.underline":"\u76F4\u7EBF\u4E0B\u5212\u7EBF","translationTheme.mask":"\u6A21\u7CCA\u6548\u679C\uFF08\u5B66\u4E60\u6A21\u5F0F\uFF09","translationTheme.opacity":"\u900F\u660E\u6548\u679C","translationTheme.paper":"\u767D\u7EB8\u9634\u5F71\u6548\u679C","translationTheme.dividingLine":"\u5206\u5272\u7EBF","translationTheme.highlight":"\u9AD8\u4EAE","translationTheme.marker":"\u9A6C\u514B\u7B14","translationTheme.marker2":"\u9A6C\u514B\u7B142","translationTheme.blockquote":"\u5F15\u7528\u6837\u5F0F","translationTheme.weakening":"\u5F31\u5316","translationTheme.italic":"\u659C\u4F53","translationTheme.bold":"\u52A0\u7C97","translationTheme.thinDashed":"\u7EC6\u865A\u7EBF\u4E0B\u5212\u7EBF","translationTheme.nativeDashed":"\u7CFB\u7EDF\u81EA\u5E26\u865A\u7EBF\u4E0B\u5212\u7EBF","translationTheme.nativeDotted":"\u7CFB\u7EDF\u81EA\u5E26\u70B9\u72B6\u4E0B\u5212\u7EBF","translationTheme.nativeUnderline":"\u7CFB\u7EDF\u81EA\u5E26\u76F4\u7EBF\u4E0B\u5212\u7EBF","translationTheme.wavy":"\u6CE2\u6D6A\u7EBF","translationServices.custom":"\u81EA\u5B9A\u4E49API","translationServices.tencent":"\u817E\u8BAF\u7FFB\u8BD1\u541B","translationServices.tenAlpha":"\u817E\u8BAF\u7FFB\u8BD1\u541B(Alpha)","translationServices.google":"\u8C37\u6B4C\u7FFB\u8BD1","translationServices.bai":"\u767E\u5EA6(Alpha)","translationServices.baidu":"\u767E\u5EA6\u7FFB\u8BD1","translationServices.aliyun":"\u963F\u91CC\u4E91\u7FFB\u8BD1","translationServices.volc":"\u706B\u5C71\u7FFB\u8BD1","translationServices.deeplx":"DeepLX(Beta)","translationServices.bing":"\u5FAE\u8F6F\u7FFB\u8BD1","translationServices.deepl":"DeepL","translationServices.wechat":"\u5FAE\u4FE1\u7FFB\u8BD1","translationServices.azure":"Azure \u7FFB\u8BD1","translationServices.ibm":"IBM Watson","translationServices.aws":"\u4E9A\u9A6C\u900A\u7FFB\u8BD1","translationServices.mock":"\u6A21\u62DF\u7FFB\u8BD1","translationServices.mock2":"\u6A21\u62DF\u7FFB\u8BD12","translationServices.caiyun":"\u5F69\u4E91\u5C0F\u8BD1","translationServices.cai":"\u5F69\u4E91\u5C0F\u8BD1 (Alpha)","translationServices.volcAlpha":"\u706B\u5C71 (Alpha)","translationServices.openl":"OpenL","translationServices.youdao":"\u6709\u9053\u7FFB\u8BD1","translationServices.you":"\u6709\u9053\u7FFB\u8BD1 (Alpha)","translationServices.transmart":"\u817E\u8BAF\u4EA4\u4E92\u7FFB\u8BD1","translationServices.niu":"\u5C0F\u725B\u7FFB\u8BD1","translationServices.papago":"Papago \u7FFB\u8BD1","translationServices.d":"D (Alpha)","translationServices.dpro":"D Pro (Canary)","translationServices.openai":"OpenAI","translationServices.yandex":"Yandex","translationServices.gemini":"Gemini","translationServices.claude":"Claude","translationServices.chatgpt":"ChatGPT Web(3.5 mobile)","translate title":"\u7FFB\u8BD1\u9875\u9762\u6807\u9898","always languages":"\u603B\u662F\u7FFB\u8BD1\u7684\u8BED\u8A00",neverTranslateLanguagesLabel:"\u6C38\u4E0D\u7FFB\u8BD1\u7684\u8BED\u8A00",neverTranslateTheFollowingLanguagesDescription:"\u5F53\u9875\u9762\u4E2D\u67D0\u4E00\u6BB5\u843D\u7684\u8BED\u8A00\u4E3A\u4E0B\u5217\u8BED\u8A00\u65F6\uFF0C\u5C06\u8DF3\u8FC7\u7FFB\u8BD1",enableUserscriptPagePopup:"\u5728\u9875\u9762\u4E0A\u663E\u793A\u60AC\u6D6E\u7403",enableUserscriptPagePopupDescription:"\u5173\u95ED\u60AC\u6D6E\u7403\u540E\uFF0C\u53EF\u4EE5\u7528\u5FEB\u6377\u952E/{touch}\u5524\u8D77\u3002\u4E3A\u9632\u6B62\u4E0D\u614E\u5173\u95ED\u8BE5\u9009\u9879\u540E\u627E\u4E0D\u5230\u60AC\u6D6E\u7403\uFF0C\u5F3A\u70C8\u5EFA\u8BAE\u6536\u85CF\u672C\u8BBE\u7F6E\u9875","always translate the following languages":"\u5F53\u9875\u9762\u8BED\u8A00\u4E3A\u4E0B\u5217\u8BED\u8A00\u65F6\uFF0C\u4F1A\u81EA\u52A8\u7FFB\u8BD1\u4E3A\u76EE\u6807\u8BED\u8A00","always sites":"\u603B\u662F\u7FFB\u8BD1\u7684\u7F51\u5740","always translate the following sites":"\u5F53\u7F51\u7AD9\u4E3A\u4E0B\u5217\u57DF\u540D\u65F6\uFF0C\u4F1A\u81EA\u52A8\u7FFB\u8BD1\u4E3A\u76EE\u6807\u8BED\u8A00","never sites":"\u6C38\u4E0D\u7FFB\u8BD1\u7684\u7F51\u5740","never translate the following sites":"\u5F53\u7F51\u7AD9\u4E3A\u4E0B\u5217\u57DF\u540D\u65F6\uFF0C\u5C06\u4E0D\u4F1A\u8FDB\u884C\u7FFB\u8BD1","please refer to":"\u9700\u8981\u586B\u5199\u5BC6\u94A5\u540E\u624D\u53EF\u7528\uFF0C\u8BE6\u60C5\u53C2\u8003",KeyAndConfigurationTutorial:"\u300A\u5BC6\u94A5\u7533\u8BF7\u548C\u914D\u7F6E\u6559\u7A0B\u300B",useAboveStyleForTheseSites:"\u5F53\u7F51\u7AD9\u4E3A\u4E0B\u5217\u57DF\u540D\u65F6\uFF0C\u603B\u662F\u4F7F\u7528 \u2308{theme}\u230B \u8BD1\u6587\u6837\u5F0F",currentUrl:"\u5F53\u524D\u7F51\u5740",confirm:"\u4FDD\u5B58",cancel:"\u53D6\u6D88",delete:"\u5220\u9664",syncToCloud:"\u540C\u6B65\u5230 Google Drive",syncToCloudDescription:"\u4E0A\u4F20\u5230\u4E91\u7AEF\uFF0C\u53EF\u4EE5\u5728\u4E0D\u540C\u7684\u6D4F\u89C8\u5668/\u6CB9\u7334\u811A\u672C\u4E4B\u95F4\u540C\u6B65\u914D\u7F6E\uFF0C\u4EE5\u6700\u540E\u4FEE\u6539\u65F6\u95F4\u4E3A\u51C6\u3002",syncToAccount:"\u540C\u6B65\u5230\u6C89\u6D78\u5F0F\u7FFB\u8BD1\u4E91\u7AEF",syncToAccountButton:"\u7ACB\u5373\u4E0E\u4E91\u7AEF\u540C\u6B65",syncToAccountDescription:"\u5728\u4E0D\u540C\u7684\u8BBE\u5907\u4E4B\u95F4\u81EA\u52A8\u540C\u6B65\u914D\u7F6E\uFF0C\u4EE5\u6700\u540E\u4FEE\u6539\u65F6\u95F4\u4E3A\u51C6\u3002",successSyncConfigInAccount:"\u6210\u529F\u4E0E\u4E91\u7AEF\u4FDD\u6301\u540C\u6B65",successSyncConfigToAccount:"\u6210\u529F\u540C\u6B65\u5230\u4E91\u7AEF",syncConfigNoUpdate:"\u5DF2\u7ECF\u662F\u6700\u65B0\u7684\u4E86",authFail:"\u6388\u6743\u5931\u8D25",syncTitle:"\u624B\u52A8\u5907\u4EFD\u7BA1\u7406",import_hint:"\u5BFC\u5165",upload:"\u4E0A\u4F20",revokeAuth:"\u64A4\u9500\u6388\u6743",uploadFail:"\u4E0A\u4F20\u5931\u8D25",download:"\u4E0B\u8F7D",importSuccess:"\u5BFC\u5165\u6210\u529F",importFail:"\u5BFC\u5165\u5931\u8D25",deleteFail:"\u5220\u9664\u5931\u8D25",backupToCloud:"\u624B\u52A8\u7BA1\u7406\u5907\u4EFD\u6587\u4EF6",create_new_backup:"\u65B0\u589E\u5907\u4EFD\u8282\u70B9",maxBackupFiles:"\u6700\u591A\u53EF\u4EE5\u5907\u4EFD{count}\u4E2A\u4E0D\u540C\u7684\u8282\u70B9, \u8BF7\u5220\u9664\u4E0D\u9700\u8981\u7684\u8282\u70B9",backupToCloudDescription:"\u624B\u52A8\u4E0A\u4F20\u6216\u6062\u590D\u5907\u4EFD\u6587\u4EF6\uFF0C\u6700\u591A\u5141\u8BB83\u4E2A\u4E0D\u540C\u7684\u5907\u4EFD",successSyncConfig:"\u6210\u529F\u4E0E\u4E91\u7AEF\u4FDD\u6301\u540C\u6B65",syncFail:"\u540C\u6B65\u5931\u8D25",updatedAt:"\u66F4\u65B0\u4E8E {date}",lastSyncedAt:"\u4E0A\u6B21\u68C0\u67E5\u4E8E {date}",downloadFail:"\u4E0B\u8F7D\u5931\u8D25",clickToDownload:"\u70B9\u51FB\u4E0B\u8F7D",aboutLabel:"\u5173\u4E8E - \u53CD\u9988","browser.openAboutPage":"\u5173\u4E8E/\u53CD\u9988",aboutLabelWithoutSponsor:"\u5173\u4E8E - \u53CD\u9988",aboutIntro:"\u5E0C\u671B\u6211\u4EEC\u90FD\u80FD\u66F4\u52A0\u5BB9\u6613\u4E14\u6109\u60A6\u5730\u83B7\u53D6\u4E92\u8054\u7F51\u4E0A\u5DE8\u5927\u7684\u5916\u8BED\u4FE1\u606F \u2764\uFE0F \u4F60\u53EF\u9009\u62E9\u5F00\u901A <6>Pro\u4F1A\u5458 \u6765\u4F7F\u7528\u5F00\u7BB1\u5373\u7528\u7684 DeepL \u548C OpenAI \u7FFB\u8BD1\u3002

\u4F60\u53EF\u4EE5\u5173\u6CE8\u6211\u4EEC\u7684<3>\u63A8\u7279\uFF0C<4>Telegram \u9891\u9053\uFF0C\u5FAE\u4FE1\u516C\u4F17\u53F7\uFF0C\u5FAE\u4FE1\u4EA4\u6D41\u7FA4\uFF0C\u6216\u8005\u4E0B\u65B9\u7684<5>\u90AE\u4EF6\u8BA2\u9605\u8FFD\u8E2A\u66F4\u65B0\u3002
<7>Pro \u4F1A\u5458 \u53EF\u4EE5\u901A\u8FC7\u5FEB\u901F\u5BA2\u670D\u90AE\u7BB1 <8>support@immersivetranslate.com \u548C\u6211\u4EEC\u53D6\u5F97\u8054\u7CFB\u3002",aboutIntroWithoutSponsor:"\u5E0C\u671B\u6211\u4EEC\u90FD\u80FD\u66F4\u52A0\u5BB9\u6613\u4E14\u6109\u60A6\u5730\u83B7\u53D6\u4E92\u8054\u7F51\u4E0A\u5DE8\u5927\u7684\u5916\u8BED\u4FE1\u606F \u2764\uFE0F

\u4F60\u53EF\u4EE5\u5173\u6CE8\u6211\u4EEC\u7684<3>\u63A8\u7279\uFF0C<4>Telegram \u9891\u9053\uFF0C\u5FAE\u4FE1\u516C\u4F17\u53F7\uFF0C\u5FAE\u4FE1\u4EA4\u6D41\u7FA4\uFF0C\u6216\u8005\u4E0B\u65B9\u7684<5>\u90AE\u4EF6\u8BA2\u9605\u8FFD\u8E2A\u66F4\u65B0\u3002",projectHomepage:"\u9879\u76EE\u4E3B\u9875",joinTelegramGroup:"\u52A0\u5165\u7528\u6237\u4EA4\u6D41\u7FA4\u53C2\u4E0E\u529F\u80FD\u8BA8\u8BBA",wechatPublicAccount:"\u5FAE\u4FE1\u516C\u4F17\u53F7",wechatCommunities:"\u5FAE\u4FE1\u4EA4\u6D41\u7FA4",qqCommunities:"QQ \u4EA4\u6D41\u9891\u9053",joinTelegramChannel:"\u5173\u6CE8 Telegram \u9891\u9053\u83B7\u53D6\u6700\u65B0\u66F4\u65B0",feedbackAndJoin:"\u95EE\u9898\u53CD\u9988/\u52A0\u7FA4",autoSync:"\u81EA\u52A8\u5B9A\u65F6\u540C\u6B65",loadingThemeTitle:"Loading \u6837\u5F0F",loadingThemeDescription:"\u8BBE\u7F6E\u7B49\u5F85\u8BD1\u6587\u52A0\u8F7D\u65F6\u7684\u6837\u5F0F","loadingTheme.spinner":"\u8F6C\u5708\u52A8\u753B","loadingTheme.text":"\u9759\u6001\u6587\u5B57 ... ","loadingTheme.none":"\u4E0D\u663E\u793A",developerDescription:"\u53EF\u4EE5\u70B9\u51FB<1>\u8FD9\u91CC\u67E5\u770B\u9AD8\u7EA7\u81EA\u5B9A\u4E49\u76F8\u5173\u7684\u6587\u6863","edit border color":"\u4FEE\u6539\u8FB9\u6846\u989C\u8272",successSyncButNoChange:"\u5F53\u524D\u914D\u7F6E\u4E0E\u4E91\u7AEF\u4E00\u81F4",customTheme:"\u81EA\u5B9A\u4E49\u989C\u8272\u548C\u5927\u5C0F","customThemeLabel.borderColor":"\u8FB9\u6846\u989C\u8272","customThemeLabel.borderRadius":"\u8FB9\u6846\u5706\u89D2","customThemeLabel.textColor":"\u6587\u5B57\u989C\u8272","customThemeLabel.backgroundColor":"\u80CC\u666F\u989C\u8272","customThemeLabel.zoom":"\u5B57\u4F53\u7F29\u653E\u6BD4\u4F8B (%)","customThemeLabel.opacity":"\u6587\u5B57\u4E0D\u900F\u660E\u5EA6 (%)",resetToDefaultColor:"\u6062\u590D\u4E3A\u9ED8\u8BA4\u989C\u8272",resetToDefaultSettings:"\u6062\u590D\u4E3A\u9ED8\u8BA4\u8BBE\u7F6E",isTranslateTitle:"\u5F00\u542F\u7FFB\u8BD1\u7F51\u9875\u6807\u9898",isTranslateTitleDescription:"\u5F00\u542F\u540E\uFF0C\u7F51\u9875\u6807\u9898\u4F1A\u88AB\u7FFB\u8BD1",enableSearchEnhancement:"\u542F\u7528\u53CC\u8BED\u4FE1\u606F\u589E\u5F3A",enableSearchEnhancementDescription:"\u5F00\u542F\u540E\uFF0C\u5728\u652F\u6301\u7684\u7F51\u7AD9\uFF08\u8C37\u6B4C\u65B0\u95FB\uFF0C\u8C37\u6B4C\u641C\u7D22\uFF08\u90E8\u5206\u5173\u952E\u8BCD\uFF09\uFF0C\u96EA\u7403\uFF0C\u4E1C\u65B9\u8D22\u5BCC\uFF0C\u5BCC\u9014\uFF0C\u8001\u864E\u793E\u533A\uFF09\u53F3\u8FB9\u680F\u81EA\u52A8\u663E\u793A\u5BF9\u5E94\u82F1\u6587\u5173\u952E\u8BCD\u7684\u201C\u8C37\u6B4C\u65B0\u95FB\u201D\u641C\u7D22\u7ED3\u679C\u3002",verifyService:"\u70B9\u6B64\u6D4B\u8BD5\u670D\u52A1",verified:"\u9A8C\u8BC1\u6210\u529F","field.langs":"\u652F\u6301\u7684\u8BED\u8A00\u4EE3\u7801","field.model":"\u6A21\u578B","field.translationEngine":"\u7FFB\u8BD1\u5F15\u64CE","field.limitPerMinute":"\u6BCF\u5206\u949F\u6700\u5927\u8BF7\u6C42\u6570","field.limitPerSecond":"\u6BCF\u79D2\u6700\u5927\u8BF7\u6C42\u6570","field.maxTextLengthPerRequest":"\u6BCF\u6B21\u8BF7\u6C42\u6700\u5927\u6587\u672C\u957F\u5EA6","field.maxTextGroupLengthPerRequest":"\u6BCF\u6B21\u8BF7\u6C42\u6700\u5927\u6BB5\u843D\u6570","field.apiUrl":"\u81EA\u5B9A\u4E49 API \u63A5\u53E3\u5730\u5740","field.placeholderDelimiters":"\u4FDD\u7559\u7684\u5360\u4F4D\u7B26","description.custom":"\u81EA\u5B9A\u4E49\u63A5\u53E3\u63A5\u5165 \u9700\u8981\u53C2\u8003\u6587\u6863","description.limitPerMinute":"\u8BF7\u6C42\u6570\u8D85\u8FC7\u8BE5\u9650\u5236\u65F6\u4F1A\u8FDB\u5165\u6392\u961F\u72B6\u6001\uFF0C\u76F4\u5230\u4E0B\u4E00\u5206\u949F\u5F00\u59CB\u3002\u7531\u4E8EOpenAI\u76EE\u524D\u670D\u52A1\u7684\u5404\u79CD\u9650\u5236\uFF0C\u8BF7\u70B9\u51FB<1>\u8FD9\u91CC\u67E5\u770B\u6700\u65B0\u5EFA\u8BAE\u7684\u6570\u503C","description.limitPerSecond":"\u8BF7\u6C42\u6570\u8D85\u8FC7\u8BE5\u9650\u5236\u65F6\u4F1A\u8FDB\u5165\u6392\u961F\u72B6\u6001\uFF0C\u76F4\u5230\u4E0B\u4E00\u79D2\u949F\u5F00\u59CB\u3002\u7531\u4E8EOpenAI\u76EE\u524D\u670D\u52A1\u7684\u5404\u79CD\u9650\u5236\uFF0C\u8BF7\u70B9\u51FB<1>\u8FD9\u91CC\u67E5\u770B\u6700\u65B0\u5EFA\u8BAE\u7684\u6570\u503C","description.generalLimitPerSecond":"\u8BF7\u6C42\u6570\u8D85\u8FC7\u8BE5\u9650\u5236\u65F6\u4F1A\u8FDB\u5165\u6392\u961F\u72B6\u6001\uFF0C\u76F4\u5230\u4E0B\u4E00\u79D2\u949F\u5F00\u59CB\u3002","description.maxTextLengthPerRequest":"\u6BCF\u6B21\u8BF7\u6C42\u6700\u5927\u5B57\u7B26\u6570\uFF0C\u592A\u5927\u4F1A\u5BFC\u81F4\u63A5\u53E3\u7684\u54CD\u5E94\u53D8\u6162\uFF0C\u56E0\u6B64\u53EF\u4EE5\u5C1D\u8BD5\u8C03\u6574\u8BE5\u9009\u9879\u6765\u4F18\u5316\u901F\u5EA6","description.systemPrompt":"\u4EE5\u7CFB\u7EDF\u8EAB\u4EFD\u53D1\u9001\u7ED9 {service} \u7684\u5BF9\u8BDD\uFF0C\u5176\u4E2D {{text}} \u8868\u793A\u6BB5\u843D\u7684\u6587\u672C\u5185\u5BB9\uFF0C{{from}} \u8868\u793A\u6BB5\u843D\u7684\u8BED\u8A00\uFF0C{{to}} \u8868\u793A\u76EE\u6807\u8BED\u8A00","field.domain":"\u9886\u57DF","description.domain":"\u9ED8\u8BA4\u4E3A\uFF1Ageneral\u3002\u4EC5\u5728\u6709\u9053API\u63A7\u5236\u53F0\u5F00\u901A\u9886\u57DF\u5316\u7FFB\u8BD1\u7684\u60C5\u51B5\u4E0B\u53EF\u8BBE\u7F6E\uFF0C\u652F\u6301\u9886\u57DF\u89C1<1>\u8FD9\u91CC","field.scene":"\u573A\u666F","description.scene":"\u9ED8\u8BA4\u4E3A\uFF1Ageneral\u3002\u4EC5\u5728\u963F\u91CC\u4E91API\u63A7\u5236\u53F0\u5F00\u901A\u673A\u5668\u7FFB\u8BD1\u4E13\u4E1A\u7248\u7684\u60C5\u51B5\u4E0B\u53EF\u8BBE\u7F6E\uFF0C\u652F\u6301\u573A\u666F\u89C1<1>\u8FD9\u91CC","field.vocabId":"\u7528\u6237\u8BCD\u5178 ID","description.vocabId":"\u6307\u5B9A\u7684\u8BCD\u5178 out_id\uFF0C\u76EE\u524D\u652F\u6301\u82F1\u8BD1\u4E2D","description.model":"OpenAI \u7684\u6A21\u578B\uFF0C\u53EF\u4EE5\u4E3A gpt-3.5-turbo, gpt-4 \u7B49","description.maxTextGroupLengthPerRequest":"\u6BCF\u6B21\u53D1\u9001\u7ED9\u7FFB\u8BD1\u670D\u52A1\u7684\u6BB5\u843D\u6570\u91CF\uFF0C\u5982\u679C\u6BB5\u843D\u6570\u91CF\u8FC7\u591A\uFF0C\u53EF\u80FD\u4F1A\u5BFC\u81F4\u63A5\u53E3\u7684\u54CD\u5E94\u53D8\u6162","description.apiUrl":"\u8BF7\u6DFB\u52A0\u5177\u4F53\u5E26\u6709\u8DEF\u5F84\u7684\u7F51\u5740\uFF0C<1>\u66F4\u591A\u8BF4\u660E",enabledExtension:"\u542F\u7528\u6269\u5C55",clickToDisableExtension:"\u70B9\u51FB\u7981\u7528\u6269\u5C55",clickToEnableExtension:"\u70B9\u51FB\u542F\u7528\u6269\u5C55",hasBeenDisabled:"\u5DF2\u7981\u7528","show password":"\u663E\u793A\u5BC6\u7801",customContent:"\u8F93\u5165\u81EA\u5B9A\u4E49\u6A21\u578B\u540D\u79F0",inputOptions:"\u8F93\u5165\u6846\u589E\u5F3A",mouseHoverOptions:"\u9F20\u6807\u60AC\u505C",modifyMouseHoverKey:"\u4FEE\u6539\u9F20\u6807\u60AC\u505C\u5FEB\u6377\u952E",enableInputTranslation:"\u662F\u5426\u542F\u7528\u8F93\u5165\u6846\u589E\u5F3A",enableInputTranslationDescription:"\u542F\u7528\u540E\uFF0C\u5728\u8F93\u5165\u6846\u76F4\u63A5\u8F93\u5165 {startingKey}{startingKey} \u4F60\u597D\uFF0C\u7136\u540E\u5FEB\u901F\u8FDE\u51FB{inputTrailingTriggerKeyRepeatTimes}\u6B21{trailingKey}\uFF0C\u5373\u53EF\u7FFB\u8BD1\u4E3A {inputTargetLanguage}",enableInputTranslationDescriptionForNoneKey:"\u542F\u7528\u540E\uFF0C\u5728\u8F93\u5165\u6846\u76F4\u63A5\u8F93\u5165\uFF1A\u4F60\u597D\u4E16\u754C\uFF0C\u7136\u540E\u5FEB\u901F\u8FDE\u51FB{inputTrailingTriggerKeyRepeatTimes}\u6B21{trailingKey}\uFF0C\u5373\u53EF\u7FFB\u8BD1\u4E3A\u9ED8\u8BA4\u76EE\u6807\u8BED\u8A00",inputTargetLanguage:"\u8BBE\u7F6E\u8F93\u5165\u6846\u7684\u9ED8\u8BA4\u76EE\u6807\u8BED\u8A00",inputTargetLanguageDescription:"\u8F93\u5165\u6846\u7FFB\u8BD1\u7684\u9ED8\u8BA4\u76EE\u6807\u8BED\u8A00\uFF0C\u4E5F\u5C31\u662F {startingKey}{startingKey} \u4F5C\u4E3A\u89E6\u53D1\u8BCD\u7684\u9ED8\u8BA4\u8BED\u8A00",inputTargetLanguageDescriptionForNoneKey:"\u8F93\u5165\u6846\u7FFB\u8BD1\u7684\u9ED8\u8BA4\u76EE\u6807\u8BED\u8A00",inputStartingTriggerKeyTitle:"\u8BBE\u7F6E\u8F93\u5165\u6846\u90E8\u5206\u7FFB\u8BD1\u7684\u5206\u5272\u5B57\u7B26",inputStartingTriggerKeyDescription:"\u5F53\u4F60\u4E0D\u9700\u8981\u7FFB\u8BD1\u6574\u4E2A\u8F93\u5165\u6846\u7684\u65F6\u5019\uFF0C\u5206\u5272\u7B26\u5141\u8BB8\u4F60\u53EA\u7FFB\u8BD1 {startingKey}{startingKey} \u5230\u8F93\u5165\u6846\u672B\u5C3E\u7684\u90E8\u5206\uFF0C\u4E5F\u53EF\u4EE5\u6307\u5B9A\u8BED\u8A00\u4EE3\u7801\uFF0C\u6BD4\u5982\uFF1A{startingKey}ja \u8868\u793A\u53EA\u7FFB\u8BD1 {startingKey}ja \u5230\u8F93\u5165\u6846\u672B\u5C3E\u7684\u90E8\u5206",inputStartingTriggerKeyDescriptionForNoneKey:"\u5F53\u524D\u8BBE\u7F6E\u4E3A\u65E0\u9700\u524D\u7F00\uFF0C\u6682\u65E0\u6CD5\u4F7F\u7528\u8F93\u5165\u6846\u7684\u90E8\u5206\u6587\u672C\u7FFB\u8BD1\u529F\u80FD",inputTrailingTriggerKeyTitle:"\u9009\u62E9\u4E00\u4E2A\u8F93\u5165\u7ED3\u675F\u7684\u89E6\u53D1\u5B57\u7B26",inputTrailingTriggerKeyDescription:"\u5FEB\u901F\u8FDE\u51FB 3 \u6B21{trailingKey} \u5C06\u4F1A\u5F00\u59CB\u7FFB\u8BD1",inputTrailingTriggerKeyTimeout:"\u8F93\u5165\u7ED3\u675F\u8FDE\u51FB\u89E6\u53D1\u7684\u95F4\u9694\u65F6\u95F4",inputTrailingTriggerKeyTimeoutDescription:"\u8BBE\u7F6E\u8F93\u5165\u7ED3\u675F\u8FDE\u51FB\u89E6\u53D1\u7684\u95F4\u9694\u65F6\u95F4\uFF08\u6BEB\u79D2\uFF09",spaceKey:"<\u7A7A\u683C\u952E>",noneKey:"\u65E0\u9700\u524D\u7F00\uFF0C\u76F4\u63A5\u7FFB\u8BD1\u6574\u4E2A\u6587\u672C\u6846",inputTranslationBlockUrlsTitle:"\u5207\u52FF\u5728\u4EE5\u4E0B\u7F51\u5740\u4E2D\u542F\u7528\u8F93\u5165\u6846\u589E\u5F3A",inputTranslationBlockUrlsDescription:"\u5728\u4EE5\u4E0B\u7F51\u5740\u4E2D\uFF0C\u8F93\u5165\u6846\u589E\u5F3A\u5C06\u4E0D\u4F1A\u751F\u6548",inputHelperInfo:"\u8BF4\u660E\uFF1A\u6211\u4EEC\u7279\u522B\u9488\u5BF9\u5728\u4E2D\u6587\u8F93\u5165\u6CD5\u4E0B\u90E8\u5206\u89E6\u53D1\u5B57\u7B26\u4F1A\u53D8\u6210\u4E2D\u6587\u6807\u70B9\u7B26\u53F7\u8FD9\u4EF6\u4E8B\u505A\u4E86\u4F18\u5316\uFF0C\u6BD4\u5982\u641C\u72D7\u8F93\u5165\u6CD5\u4E0B / \u4F1A\u53D8\u6210\u987F\u53F7 \u3001\uFF0C\u6C89\u6D78\u5F0F\u7FFB\u8BD1\u652F\u6301\u6240\u6709\u89E6\u53D1\u7B26\u5BF9\u5E94\u7684\u4E2D\u6587\u7B26\u53F7\uFF0C\u4E5F\u5C31\u662F\u8BF4 // \u3001\u3001 \u90FD\u4F1A\u88AB\u8BC6\u522B\u4E3A\u89E6\u53D1\u5B57\u7B26\u3002

\u540C\u65F6\u6211\u4EEC\u4E5F\u652F\u6301\u8BED\u8A00\u4EE3\u7801\u7684\u4E2D\u6587\u522B\u540D\u4F5C\u4E3A\u547D\u4EE4\uFF0C\u6BD4\u5982 /\u65E5\u6587 \u4F60\u597D\u4E16\u754C \u4F1A\u88AB\u7FFB\u8BD1\u4E3A\u65E5\u6587\uFF0C<1>\u70B9\u6B64\u67E5\u770B\u6240\u6709\u652F\u6301\u7684\u8BED\u8A00\u4EE3\u7801\u3002",reloadCurrentPage:"\u8BF7\u5148\u5237\u65B0\u5F53\u524D\u9875\u9762\uFF0C\u518D\u5F00\u59CB\u7FFB\u8BD1",noLocalFilePermissionForPDF:"\u6682\u65E0\u6743\u9650\u8BFB\u53D6\u672C\u5730\u6587\u4EF6\uFF0C\u8BF7\u70B9\u51FB\u4E0A\u65B9\u6309\u94AE\uFF0C\u7136\u540E\u5BFC\u5165\u672C\u5730\u6587\u4EF6",noPermissionForThisPage:"\u26A0\uFE0F \u6682\u65E0\u6743\u9650\u7FFB\u8BD1\u5F53\u524D\u9875\u9762","error.retry":"\u91CD\u8BD5","error.reason":"\u9519\u8BEF\u539F\u56E0",retryAllParagraphs:"\u91CD\u8BD5\u5168\u90E8\u9519\u8BEF\u6BB5\u843D",retryAllButton:"\u91CD\u8BD5\u5168\u90E8\u9519\u8BEF\u6BB5\u843D",errorTooltipTitle:"\u70B9\u51FB\u67E5\u770B\u9519\u8BEF\u539F\u56E0",errorModalTitle:"\u7FFB\u8BD1\u670D\u52A1\u6216\u7F51\u7EDC\u4F3C\u4E4E\u51FA\u4E86\u70B9\u95EE\u9898...",disableConfirm:"\u53CC\u8BED\u4FE1\u606F\u589E\u5F3A\u8BBE\u7F6E",disableOnce:"\u672C\u6B21\u7981\u7528",disableGlobal:"\u6C38\u4E45\u7981\u7528",disableTint:"* \u4F60\u53EF\u4EE5\u5728 {option} \u4E2D\u91CD\u65B0\u542F\u7528\u3002",searchEnhancementNotes:"\u6211\u4EEC\u53D1\u73B0\uFF0C\u4E2D\u6587\u5173\u952E\u8BCD\u548C\u82F1\u6587\u5173\u952E\u8BCD\u7684\u65B0\u95FB\u7ED3\u679C\u6709\u975E\u5E38\u5927\u7684\u4E0D\u540C\uFF0C\u5728\u542F\u7528\u6C89\u6D78\u5F0F\u7FFB\u8BD1\u53CC\u8BED\u4FE1\u606F\u589E\u5F3A\u529F\u80FD\u540E\uFF0C\u6211\u4EEC\u4F1A\u5728\u652F\u6301\u7684\u7F51\u7AD9\uFF08\u8C37\u6B4C\u65B0\u95FB\uFF0C\u8C37\u6B4C\u641C\u7D22\uFF08\u90E8\u5206\u5173\u952E\u8BCD\uFF09\uFF0C\u96EA\u7403\uFF0C\u4E1C\u65B9\u8D22\u5BCC\u7F51\uFF0C\u5BCC\u9014\uFF0C\u8001\u864E\uFF09\u81EA\u52A8\u7528\u82F1\u6587\u4E3A\u4F60\u641C\u7D22\u540C\u6837\u7684\u5173\u952E\u8BCD\u5E76\u5C55\u793A\u5728\u53F3\u4FA7\u3002\u5982\u679C\u4F60\u4E0D\u9700\u8981\u8BE5\u529F\u80FD\u7684\u8BDD\uFF0C\u53EF\u4EE5\u9009\u62E9\u7981\u7528\u5B83\u3002",option:"\u8BBE\u7F6E",saveSettings:"\u4FDD\u5B58\u8BBE\u7F6E",closeModal:"\u5173\u95ED\u7A97\u53E3",enableInputTranslationWithoutTriggerKeyTitle:"\u542F\u7528\u5FEB\u901F\u8FDE\u51FB 3 \u6B21{trailingKey}\uFF0C\u76F4\u63A5\u7FFB\u8BD1\u6574\u4E2A\u8F93\u5165\u6846\u4E3A{inputTargetLanguage}",enableInputTranslationWithoutTriggerKeyDescription:"\u5982\u9700\u6307\u5B9A\u76EE\u6807\u8BED\u8A00\uFF0C\u8BF7\u5728\u524D\u9762\u52A0\u4E0A\u8BED\u8A00\u4EE3\u7801\uFF0C\u5982\uFF1Aja \u4F60\u597D\u4E16\u754C",deepLProName:"\u6C89\u6D78\u5F0F\u7FFB\u8BD1 Pro \u4F1A\u5458 (\u63A8\u8350)",deepLProDescription:"\u5F53\u524D\u5957\u9910\u53EF\u4EE5\u76F4\u63A5\u4F7F\u7528",deeplProDescriptionForNormal:"\u65E0\u9700\u4EFB\u4F55\u8BBE\u7F6E\uFF0C\u4F1A\u5458\u767B\u5F55\u540E\u5373\u53EF\u4F7F\u7528\uFF0C<1>\u70B9\u6B64\u5347\u7EA7\u4E3A\u4F1A\u5458",deepLCustomDescription:"\u9700\u8981\u56FD\u5916\u4FE1\u7528\u5361\uFF0C\u5728 <1>DeepL \u5B98\u65B9\u5F00\u901A\uFF0C\u70B9\u51FB\u67E5\u770B<2>\u6587\u6863",deepLCustomName:"\u81EA\u5B9A\u4E49 Auth Key",chooseProviderLabel:"\u9009\u62E9\u4E00\u4E2A\u670D\u52A1\u63D0\u4F9B\u5546",openaiProName:"\u6C89\u6D78\u5F0F\u7FFB\u8BD1 Pro \u4F1A\u5458 (\u63A8\u8350)",openaiProDescription:"\u5F53\u524D\u5957\u9910\u53EF\u4EE5\u76F4\u63A5\u4F7F\u7528",openaiProDescriptionForNormal:"\u65E0\u9700\u4EFB\u4F55\u8BBE\u7F6E\uFF0C\u4F1A\u5458\u767B\u5F55\u540E\u5373\u53EF\u4F7F\u7528\uFF0C<1>\u70B9\u6B64\u5347\u7EA7\u4E3A\u4F1A\u5458",openaiCustomDescription:"\u53EF\u5728 OpenAI, Azure OpenAI, \u6216\u5176\u4ED6\u7B2C\u4E09\u65B9\u670D\u52A1\u83B7\u53D6\uFF0C<1>\u70B9\u6B64\u67E5\u770B\u6587\u6863",openaiCustomName:"\u81EA\u5B9A\u4E49 API Key",needLoginAction:"(\u5F00\u901A\u4F1A\u5458\u6216\u81EA\u5B9A\u4E49)",goLoginOrAction:"(\u5F00\u901A\u4F1A\u5458\u6216\u53BB\u8BBE\u7F6E)",yearly:"\u8FDE\u7EED\u5305\u5E74",quarterly:"\u8FDE\u7EED\u5305\u5B63",monthly:"\u8FDE\u7EED\u5305\u6708",yearlyForOnce:"\u4E00\u6B21\u6027\u5E74\u5EA6\u5957\u9910",monthlyForOnce:"\u4E00\u6B21\u6027\u6708\u5EA6\u5957\u9910",daily:"\u8FDE\u7EED\u5305\u65E5",year:"\u8FDE\u7EED\u5305\u5E74",quarter:"\u8FDE\u7EED\u5305\u5B63",month:"\u8FDE\u7EED\u5305\u6708",day:"\u8FDE\u7EED\u5305\u65E5",onetime_7day:"7 \u5929\u4F53\u9A8C\u5305",currentPlanDescriptionForFree:"\u5F53\u524D\u5957\u9910\uFF1A\u514D\u8D39",currentPlanDescriptionForContinuous:"\u5F53\u524D\u5957\u9910\uFF1A{plan}\uFF0C\u5C06\u4E8E {endAt} \u81EA\u52A8\u7EED\u8D39",currentPlanDescriptionForAutoRenewCaceling:"\u5F53\u524D\u5957\u9910\uFF1A{plan}\uFF0C\u5C06\u4E8E {endAt} \u5230\u671F\uFF0C\u5230\u671F\u540E\u5C06\u4E0D\u4F1A\u81EA\u52A8\u7EED\u671F",currentYearlyPlanDescriptionForAutoRenewCacelingWithRealPaiedUser:"\u5F53\u524D\u5957\u9910\uFF1A{plan}\uFF0C\u5C06\u4E8E {endAt} \u5230\u671F\uFF0C\u5230\u671F\u540E\u5C06\u4E0D\u4F1A\u81EA\u52A8\u7EED\u671F\u3002
<1>\u70B9\u6B64\u7BA1\u7406\u7EED\u8D39\u65B9\u6848",currentYearlyPlanDescriptionForAutoRenewCacelingWithAdmin:"\u5F53\u524D\u5957\u9910\uFF1A{plan}\uFF0C\u5C06\u4E8E {endAt} \u5230\u671F\uFF0C\u5230\u671F\u540E\u5C06\u4E0D\u4F1A\u81EA\u52A8\u7EED\u671F\u3002
<1>\u70B9\u6B64\u542F\u7528\u8FDE\u7EED\u5305\u5E74",currentPlanDescriptionForOneTime:"\u5F53\u524D\u5957\u9910\uFF1A{plan}\uFF0C\u5C06\u4E8E {endAt} \u5230\u671F\uFF0C<1>\u70B9\u6B64\u5347\u7EA7\u4E3A\u5E74\u8D39\u6216<2>\u6708\u8D39\u4F1A\u5458",upgradePlan:"\u70B9\u6B64\u5347\u7EA7\u4E3A Pro \u4F1A\u5458",upgradeToPro:"\u5347\u7EA7\u4E3A Pro \u4F1A\u5458","popup.openPro":"\u5347\u7EA7\u4E3A Pro \u4F1A\u5458\u540E\u53EF\u4EE5\u7545\u4EAB DeepL \u548C OpenAI \u7FFB\u8BD1\uFF0C\u70B9\u6B64\u5347\u7EA7","popup.openProForPro":"\u60A8\u662F Pro \u4F1A\u5458\uFF0C\u53EF\u76F4\u63A5\u4F7F\u7528 DeepL \u548C OpenAI \u7FFB\u8BD1",currentAccount:"\u5F53\u524D\u8D26\u6237",enableAutoSyncUserSettings:"\u542F\u7528\u591A\u8BBE\u5907\u81EA\u52A8\u4E91\u540C\u6B65",modalEnableInputTranslationTitle:"\u6C89\u6D78\u5F0F\u7FFB\u8BD1\u8F93\u5165\u6846\u7FFB\u8BD1\u63D0\u793A",modalEnableInputTranslationDesc:"\u60A8\u521A\u521A\u901A\u8FC7\u5FEB\u901F\u8FDE\u51FB 3 \u6B21\u7A7A\u683C\u952E\u89E6\u53D1\u4E86\u6C89\u6D78\u5F0F\u7FFB\u8BD1\u7684\u8F93\u5165\u6846\u7FFB\u8BD1\uFF0C\u8F93\u5165\u6846\u7684\u5185\u5BB9\u5C06\u88AB\u7FFB\u8BD1\u4E3A\u9ED8\u8BA4\u7684\u76EE\u6807\u8BED\u8A00\u3002\u901A\u8FC7 Ctrl+Z \u53EF\u4EE5\u64A4\u9500\u7FFB\u8BD1\u3002

\u5982\u679C\u8FD9\u662F\u4E00\u4E2A\u5931\u8BEF\uFF0C\u4E0D\u7528\u62C5\u5FC3\uFF0C\u60A8\u53EF\u4EE5\u9009\u62E9\u672C\u6B21\u7981\u7528\uFF0C\u6216\u8005\u6C38\u4E45\u7981\u7528\u8F93\u5165\u6846\u7FFB\u8BD1\u3002",saveAndNotShowAgain:"\u4FDD\u5B58\u4E14\u4E0D\u518D\u63D0\u793A",disableInputTranslationTips:"* \u4F60\u4E5F\u53EF\u4EE5\u5728 {option} \u4E2D\u8BBE\u7F6E\u5176\u4ED6\u5FEB\u6377\u952E\u6765\u89E6\u53D1\uFF0C{learnMore}\u3002",learnMore:"\u70B9\u6B64\u4E86\u89E3\u66F4\u591A",continueEnalbeInputTranslation:"\u7EE7\u7EED\u542F\u7528\u8F93\u5165\u6846\u7FFB\u8BD1",autoRenewTrialSuffix:'\uFF08\u8BD5\u7528\u4E2D\uFF0C\u7ACB\u523B\u5347\u7EA7\u4E3A\u6B63\u5F0F\u4F1A\u5458\uFF09',upgradeFromTrialTitle:"\u5347\u7EA7\u4E3A\u6B63\u5F0F\u4F1A\u5458",subtitle:"\u89C6\u9891\u5B57\u5E55",youtubeService:"\u6C89\u6D78\u5F0F\u7FFB\u8BD1\u89C6\u9891\u5B57\u5E55\u7FFB\u8BD1\u670D\u52A1","subtitle.disabledSubtitle":"\u6C38\u4E45\u7981\u7528\u89C6\u9891\u5B57\u5E55\u529F\u80FD","subtitle.disabledSubtitleDescription":"\u5982\u679C\u6C89\u6D78\u5F0F\u7FFB\u8BD1\u7684\u89C6\u9891\u5B57\u5E55\u548C\u5176\u4ED6\u6269\u5C55\u6709\u51B2\u7A81\uFF0C\u4F60\u53EF\u4EE5\u9009\u62E9\u6C38\u4E45\u7981\u7528\u6C89\u6D78\u5F0F\u7FFB\u8BD1\u7684\u89C6\u9891\u5B57\u5E55\u529F\u80FD\u6216\u8005\u5378\u8F7D\u5176\u4ED6\u51B2\u7A81\u7684\u6269\u5C55","subtitle.autoEnableSubtitleDescription":"\u542F\u7528\u540E\uFF0C\u5F53\u89C6\u9891\u64AD\u653E\u7684\u65F6\u5019\uFF0C\u4F1A\u81EA\u52A8\u663E\u793A\u53CC\u8BED\u5B57\u5E55\uFF0C\u5426\u5219\u9700\u8981\u70B9\u51FB\u7FFB\u8BD1\u6309\u94AE\u624D\u4F1A\u663E\u793A\u3002","subtitle.preTranslation":"\u4F7F\u7528\u6C89\u6D78\u5F0F\u7FFB\u8BD1\u6765\u7FFB\u8BD1\u5B57\u5E55","subtitle.preTranslationDescription":"\u542F\u7528\u540E\u4F1A\u4F18\u5148\u7528\u4E0B\u9762\u6307\u5B9A\u7684\u7FFB\u8BD1\u670D\u52A1\u63D0\u524D\u7FFB\u8BD1\u6574\u4E2A\u5B57\u5E55\uFF0C1 \u5C0F\u65F6\u7684\u89C6\u9891\u5927\u6982\u6D88\u8017 5\u4E07 Tokens \u6216 \u5B57\u7B26\uFF0C\u8BF7\u914C\u60C5\u4F7F\u7528\uFF1B\u5173\u95ED\u540E\u5219\u4F18\u5148\u4F7F\u7528\u539F\u89C6\u9891\u81EA\u5E26\u7684\u673A\u7FFB\u5B57\u5E55\uFF1B\u8BF7\u6CE8\u610F\uFF0C\u5F53\u539F\u89C6\u9891\u6CA1\u6709\u5BF9\u5E94\u7684\u8BD1\u6587\u5B57\u5E55\u65F6\uFF0C\u5219\u65E0\u8BBA\u662F\u5426\u542F\u7528\u8FD9\u4E2A\u9009\u9879\uFF0C\u90FD\u4F1A\u4F7F\u7528\u4E0B\u9762\u6307\u5B9A\u7684\u7FFB\u8BD1\u670D\u52A1\u6765\u7FFB\u8BD1\u5B57\u5E55\u3002","subtitle.humanSubtitlesPreferred":"\u4F18\u5148\u4F7F\u7528\u4EBA\u5DE5\u5B57\u5E55","subtitle.humanSubtitlesPreferredDescription":"\u5F53\u89C6\u9891\u6709\u76EE\u6807\u8BED\u8A00\u4EBA\u5DE5\u5B57\u5E55\u65F6\uFF0C\u4F18\u5148\u4F7F\u7528\u4EBA\u5DE5\u5B57\u5E55\uFF08\u63A8\u8350\uFF09","subtitle.bilingual":"\u53CC\u8BED\u5B57\u5E55","subtitle.autoDisableSubtitle":"\u4E0D\u81EA\u52A8\u542F\u7528\u53CC\u8BED\u5B57\u5E55","subtitle.hideQuickButton":"\u4E0D\u518D\u663E\u793A\u8BE5\u5FEB\u6377\u65B9\u5F0F","subtitle.showQuickButton":"\u5728\u64AD\u653E\u5668\u663E\u793A\u53CC\u8BED\u5B57\u5E55\u5FEB\u6377\u65B9\u5F0F",videoSubtitleTranslationDescription:"\u4E3A\u89C6\u9891\u5B57\u5E55\u5355\u72EC\u6307\u5B9A\u4E00\u4E2A\u7FFB\u8BD1\u670D\u52A1",subtitleTranslating:"\u6B63\u5728\u4F7F\u7528 {service} \u670D\u52A1\u7FFB\u8BD1\u5B57\u5E55\u4E2D\uFF0C\u8BF7\u7A0D\u7B49...\uFF08\u6C89\u6D78\u5F0F\u7FFB\u8BD1\uFF09",subtitleLoading:"\u6B63\u5728\u52A0\u8F7D\u5B57\u5E55...",bilingual:"\u53CC\u8BED","field.action":"\u662F\u5426\u542F\u7528\u767E\u5EA6\u672F\u8BED","description.action":"\u542F\u7528\u540E\u4F1A\u5728\u8BF7\u6C42\u4E2D\u52A0\u5165 action=1 \u7684\u53C2\u6570\uFF0C\u4EE5\u4FBF\u544A\u77E5\u767E\u5EA6\u542F\u7528\u672F\u8BED\uFF0C<1>\u66F4\u591A\u8BF4\u660E\u8BF7\u53C2\u8003\u5B98\u65B9\u6587\u6863",closeQuickTranslation:"\u5173\u95ED\u60AC\u6D6E\u7403","closeQuickTranslation.untilNext":"\u672C\u6B21\u5173\u95ED\u76F4\u5230\u4E0B\u6B21\u8BBF\u95EE","closeQuickTranslation.currentWebsite":"\u5F53\u524D\u7F51\u7AD9\u7981\u7528","closeQuickTranslation.alwaysClose":"\u6C38\u4E45\u7981\u7528","closeQuickTranslation.settingOpen":"\uFF08\u53EF\u5728<1>\u8BBE\u7F6E\u9875\u5F00\u542F\uFF09","closeQuickTranslation.cancel":"\u53D6\u6D88","closeQuickTranslation.confirm":"\u786E\u5B9A","floatBall.translate":"\u70B9\u51FB\u7FFB\u8BD1\u8BE5\u9875\u9762","floatBall.showOriginal":"\u70B9\u51FB\u5207\u6362\u56DE\u539F\u6587","floatBall.close":"\u5173\u95ED\u60AC\u6D6E\u7403","floatBallOptions.enableDescPc":"\u542F\u7528\u9875\u9762\u60AC\u6D6E\u7403\u540E\uFF0C\u4F1A\u5728\u9875\u9762\u53F3\u4FA7\u663E\u793A\u4E00\u4E2A\u5FEB\u6377\u7FFB\u8BD1\u6309\u94AE\uFF0C\u70B9\u51FB\u5373\u53EF\u7FFB\u8BD1","floatBallOptions.enableDesc":"\u5173\u95ED\u60AC\u6D6E\u7403\u540E\uFF0C\u53EF\u4EE5\u7528{touch}\u5524\u8D77\u3002\u4E3A\u9632\u6B62\u4E0D\u614E\u5173\u95ED\u8BE5\u9009\u9879\u540E\u627E\u4E0D\u5230\u60AC\u6D6E\u7403\uFF0C\u5F3A\u70C8\u5EFA\u8BAE\u6536\u85CF\u672C\u8BBE\u7F6E\u9875","description.azureApiUrl":"\u586B\u5199\u81EA\u5B9A\u4E49\u7684API\u63A5\u53E3\u5730\u5740","floatBall.guideClickToTranslate":`\u70B9\u51FB\u6C89\u6D78\u5F0F\u7FFB\u8BD1\u60AC\u6D6E\u7403 \u5373\u53EF\u5FEB\u901F\u7FFB\u8BD1`,"floatBall.iKnow":"\u6211\u77E5\u9053\u4E86",confirmSupportMouse:"\u5F3A\u5236\u542F\u7528\u9F20\u6807\u652F\u6301",confirmSupportMouseDescription:"\u68C0\u6D4B\u5230\u5F53\u524D\u6D4F\u89C8\u5668\u4E0D\u652F\u6301\u9F20\u6807\u529F\u80FD\uFF0C\u662F\u5426\u5F3A\u5236\u542F\u7528\u9F20\u6807\u652F\u6301\uFF1F",sampleTargetText:"\u957F\u591C\u5C06\u81F3\uFF0C\u6211\u4ECE\u4ECA\u5F00\u59CB\u5B88\u671B\uFF0C\u81F3\u6B7B\u65B9\u4F11\u3002\u6211\u5C06\u4E0D\u5A36\u59BB\u3001\u4E0D\u5C01\u5730\u3001\u4E0D\u751F\u5B50\u3002\u6211\u5C06\u4E0D\u6234\u5B9D\u51A0\uFF0C\u4E0D\u4E89\u8363\u5BA0\u3002\u6211\u5C06\u5C3D\u5FE0\u804C\u5B88\uFF0C\u751F\u6B7B\u4E8E\u65AF\u3002",sampleSourceText:"Night gathers, and now my watch begins. It shall not end until my death. I shall take no wife, hold no lands, father no children. I shall wear no crowns and win no glory. I shall live and die at my post.","subtitle.supportedSites":"\u5DF2\u652F\u6301\u5728\u8FD9\u4E9B\u7F51\u7AD9\u4F7F\u7528\u53CC\u8BED\u5B57\u5E55\uFF08\u6CE8\u610F\uFF1A\u7531\u4E8E\u6280\u672F\u9650\u5236\uFF0C\u90E8\u5206\u7F51\u7AD9\u5728\u9996\u6B21\u5F00\u542F\u5B57\u5E55\u540E\u9700\u8981\u91CD\u65B0\u5237\u65B0\u9875\u9762\uFF0C\u6216\u8005\u9700\u7B49\u5F85\u7FFB\u8BD1\u5B8C\u6210\u4EE5\u663E\u793A\u53CC\u8BED\u5B57\u5E55\uFF09\uFF1A",viewWithImmersiveTranslate:"\u53CC\u8BED\u7248\u672C(\u6C89\u6D78\u5F0F\u7FFB\u8BD1)",errorReason:"\u9519\u8BEF\u539F\u56E0\uFF1A{message}","proQuotaExceededError.onetime7day":'\uFF0C\u60A8\u53EF\u4EE5\u9009\u62E9\u4EE5\u4E0B\u65B9\u5F0F\u89E3\u51B3\uFF1A

1. \u5207\u6362\u5230 {anotherService} \u6216\u5176\u4ED6\u7FFB\u8BD1\u670D\u52A1
2. \u5347\u7EA7\u4E3A\u6708\u5EA6/\u5E74\u5EA6\u4F1A\u5458',"proQuotaExceededError.trial":'\uFF0C\u60A8\u53EF\u4EE5\u9009\u62E9\u4EE5\u4E0B\u65B9\u5F0F\u89E3\u51B3\uFF1A

1. \u5207\u6362\u5230 {anotherService} \u6216\u5176\u4ED6\u7FFB\u8BD1\u670D\u52A1
2. \u7ACB\u523B\u5347\u7EA7\u4E3A\u6B63\u5F0F\u4F1A\u5458',"proQuotaExceededError.nonTrial":'\uFF0C\u60A8\u53EF\u4EE5\u9009\u62E9\u4EE5\u4E0B\u65B9\u5F0F\u89E3\u51B3\uFF1A

1. \u5207\u6362\u5230 {anotherService} \u6216\u5176\u4ED6\u7FFB\u8BD1\u670D\u52A1
2. \u8D2D\u4E70 {translationService} \u989D\u5916\u6D41\u91CF\u5305',"proQuotaExceededError.resetTime":"
3. \u989D\u5EA6\u91CD\u7F6E\u65F6\u95F4\uFF1A{resetTime}",paragraphMinTextCountField:"\u7FFB\u8BD1\u6BB5\u843D\u6240\u9700\u7684\u6700\u5C11\u5B57\u7B26\u6570",paragraphMinTextCountDesc:"\u6CE8\u610F\uFF0C\u8FD9\u91CC\u6307\u7684\u5B57\u7B26\u957F\u5EA6\uFF0C\u6BD4\u5982: hello \u662F 5 \u4E2A\u5B57\u7B26, \u8BBE\u7F6E\u4E3A\u66F4\u5927\u7684\u503C\u53EF\u4EE5\u51CF\u5C11\u4E0D\u5FC5\u8981\u7684\u5C0F\u6BB5\u843D\u7FFB\u8BD1",networkError:"\u7FFB\u8BD1\u670D\u52A1\u6216\u7F51\u7EDC\u51FA\u73B0\u95EE\u9898",notLogin:"\u672A\u767B\u5F55","browser.toggleMouseHoverTranslateDirectly":"\u5728\u9875\u9762\u4E0A\u4E34\u65F6\u542F\u7528\u6216\u5173\u95ED\u9F20\u6807\u60AC\u505C\u76F4\u63A5\u7FFB\u8BD1","browser.translateWithOpenAI":"\u4E34\u65F6\u4F7F\u7528 OpenAI \u7FFB\u8BD1\u5F53\u524D\u9875\u9762","browser.translateWithDeepL":"\u4E34\u65F6\u4F7F\u7528 DeepL \u7FFB\u8BD1\u5F53\u524D\u9875\u9762","browser.translateWithGoogle":"\u4E34\u65F6\u4F7F\u7528 Google \u7FFB\u8BD1\u5F53\u524D\u9875\u9762","browser.translateWithBing":"\u4E34\u65F6\u4F7F\u7528\u5FAE\u8F6F\u7FFB\u8BD1\u5F53\u524D\u9875\u9762","browser.translateWithGemini":"\u4E34\u65F6\u4F7F\u7528 Gemini \u7FFB\u8BD1\u5F53\u524D\u9875\u9762","browser.translateWithTransmart":"\u4E34\u65F6\u4F7F\u7528\u817E\u8BAF\u7FFB\u8BD1\u5F53\u524D\u9875\u9762","browser.translateInputBox":"\u7FFB\u8BD1\u5F53\u524D\u8F93\u5165\u6846\u5185\u5BB9",shortcutSettings:"\u5FEB\u6377\u952E",shortcutSettingsTitle:"\u5FEB\u6377\u952E\u8BBE\u7F6E",confirmResetToDefaultSettings:"\u786E\u8BA4\u8981\u6062\u590D\u8BE5\u7FFB\u8BD1\u670D\u52A1\u4E3A\u9ED8\u8BA4\u8BBE\u7F6E\u5417\uFF1F\uFF08\u4EC5\u91CD\u7F6E\u5F53\u524D\u7FFB\u8BD1\u670D\u52A1\u7684\u8BBE\u7F6E\uFF09","intro.hoverTitle":"\u9F20\u6807\u60AC\u505C\u7FFB\u8BD1\u5F53\u524D\u6BB5\u843D","intro.hoverDescription":"\u9F20\u6807\u60AC\u505C\u7FFB\u8BD1\u662F\u6C89\u6D78\u5F0F\u7FFB\u8BD1\u91CC\u975E\u5E38\u91CD\u8981\u7684\u529F\u80FD\uFF0C\u53EA\u9700\u5C06\u9F20\u6807\u653E\u5728\u6BB5\u843D\u4E0A\uFF0C\u540C\u65F6\u6309\u4E0B\u8BBE\u5B9A\u7684\u5FEB\u6377\u952E\uFF0C\u5373\u53EF\u81EA\u52A8\u7FFB\u8BD1\u5F53\u524D\u6BB5\u843D\uFF08\u6CE8\u610F\uFF1A\u9ED8\u8BA4\u6CA1\u6709\u542F\u7528\u54E6\uFF0C\u8BF7\u5728\u4E0B\u65B9\u8BBE\u7F6E\uFF09\uFF0C\u8BE5\u4EA4\u4E92\u7528\u4E8E\u66F4\u597D\u7684\u66FF\u4EE3\u5212\u8BCD\u7FFB\u8BD1\uFF0C\u53E6\u5916\uFF0C\u6B64\u529F\u80FD\u8FD8\u5E7F\u6CDB\u5E94\u7528\u4E8E\u90A3\u4E9B\u65E0\u6CD5\u88AB\u8BC6\u522B\u7684\u7FFB\u8BD1\u533A\u57DF\uFF0C\u4F60\u53EF\u4EE5\u5229\u7528\u8BE5\u529F\u80FD\uFF0C\u5F3A\u5236\u7FFB\u8BD1\u4EFB\u4F55\u6BB5\u843D\u3002","intro.floatBallTitle":"\u5FEB\u6377\u7FFB\u8BD1\u60AC\u6D6E\u7403","intro.floatBallDescription":"\u542F\u7528\u540E\uFF0C\u4F1A\u5728\u9875\u9762\u53F3\u4FA7\u663E\u793A\u4E00\u4E2A\u5FEB\u6377\u7FFB\u8BD1\u6309\u94AE\uFF0C\u70B9\u51FB\u5373\u53EF\u7FFB\u8BD1\uFF0C\u518D\u6B21\u70B9\u51FB\u5373\u53EF\u5207\u6362\u56DE\u539F\u6587\u3002\u5728\u79FB\u52A8\u7AEF\uFF0C\u957F\u6309\u60AC\u6D6E\u7403\uFF0C\u53EF\u4EE5\u6253\u5F00\u5FEB\u6377\u8BBE\u7F6E\u9762\u677F\u3002","intro.subtitleTitle":"\u5728\u7EBF\u89C6\u9891\u53CC\u8BED\u5B57\u5E55\u663E\u793A","intro.subtitleDescription":"\u5F00\u542F\u6B64\u529F\u80FD\u540E\uFF0C\u89C6\u9891\u64AD\u653E\u65F6\u5C06\u81EA\u52A8\u5C55\u793A\u53CC\u8BED\u5B57\u5E55\u3002\u5982\u679C\u672A\u542F\u7528\uFF0C\u60A8\u9700\u5728\u9875\u9762\u4E0A\u624B\u52A8\u70B9\u51FB\u7FFB\u8BD1\u6309\u94AE\u4EE5\u663E\u793A\u5B57\u5E55\u3002\u8BF7\u6CE8\u610F\uFF0C\u7531\u4E8E\u6280\u672F\u9650\u5236\uFF0C\u67D0\u4E9B\u7F51\u7AD9\u5728\u9996\u6B21\u6FC0\u6D3B\u5B57\u5E55\u65F6\u53EF\u80FD\u9700\u8981\u5237\u65B0\u9875\u9762\u6216\u7B49\u5F85\u7FFB\u8BD1\u5B8C\u6210\u540E\uFF0C\u624D\u80FD\u663E\u793A\u53CC\u8BED\u5B57\u5E55\u3002\uFF08\u6B64\u5916\uFF0C\u4F60\u8FD8\u53EF\u4EE5\u5728\u6253\u5F00\u89C6\u9891\u7F51\u7AD9\u540E\uFF0C\u53F3\u4E0A\u89D2\u6253\u5F00\u6C89\u6D78\u5F0F\u7FFB\u8BD1\u7684\u5FEB\u6377\u9762\u677F\u542F\u7528/\u5173\u95ED\uFF09

\u5F53\u524D\u5DF2\u652F\u6301\u5728\u8FD9\u4E9B\u7F51\u7AD9\u4F7F\u7528\u53CC\u8BED\u5B57\u5E55\uFF1A","desc.toggleMouseHoverTranslateDirectly":"\u6309\u4E0B\u8FD9\u4E2A\u5FEB\u6377\u952E\u540E\uFF0C\u5728\u9875\u9762\u4E0A\uFF0C\u53EA\u8981\u9F20\u6807\u6307\u5411\u4EFB\u4F55\u4E00\u6BB5\u6587\u5B57\uFF0C\u5C31\u4F1A\u81EA\u52A8\u7FFB\u8BD1\u8FD9\u6BB5\u6587\u5B57\u3002\u518D\u6309\u4E00\u6B21\u5FEB\u6377\u952E\uFF0C\u5C31\u53EF\u4EE5\u5173\u95ED\u8FD9\u4E2A\u81EA\u52A8\u7FFB\u8BD1\u529F\u80FD\u3002","shortcutGroup.main":"\u5E38\u7528\u529F\u80FD\u5FEB\u6377\u952E","shortcutGroup.others":"\u66F4\u591A\u81EA\u5B9A\u4E49\u529F\u80FD\u5FEB\u6377\u952E","shortcutGroup.shortcutsForTranslationServices":"\u7FFB\u8BD1\u670D\u52A1\u76F8\u5173\u5FEB\u6377\u952E",browserShortcutsSucks:"\u7531\u4E8E\u6D4F\u89C8\u5668\u5BF9\u8F93\u5165\u6846\u7684\u5FEB\u6377\u952E\u8BC6\u522B\u4E0D\u51C6\u786E\uFF0C\u6240\u4EE5\u8BF7\u624B\u52A8\u8F93\u5165\u5FEB\u6377\u952E\u7684\u540D\u5B57\uFF0C\u8F93\u5165\u540E\uFF0C\u70B9\u51FB\u7A7A\u767D\u5904\u5373\u53EF\u81EA\u52A8\u4FDD\u5B58\u3002\uFF08macOS \u91CC\u9762 Alt \u548C Option \u662F\u540C\u6837\u7684\u952E\uFF0C\u5EFA\u8BAE\u7EDF\u4E00\u8F93\u5165 Alt\uFF09\u3002\u6BD4\u5982\uFF1A","shortcutGroup.touch":"\u89E6\u5C4F\u4E13\u7528\u624B\u52BF","shortcutGroup.mouse":"\u9F20\u6807\u60AC\u505C\u5FEB\u6377\u952E\u914D\u7F6E","neverTranslateText.title":"\u4EE5\u4E0B\u5355\u8BCD\u4FDD\u6301\u539F\u6587\uFF0C\u4E0D\u8981\u7FFB\u8BD1","neverTranslateText.description":"\u7531\u4E8E\u67D0\u4E9B\u7FFB\u8BD1\u5F15\u64CE\u5BF9\u4E13\u6709\u540D\u8BCD\u8BC6\u522B\u4E0D\u7406\u60F3\uFF0C\u4F60\u53EF\u4EE5\u5728\u6B64\u5904\u6DFB\u52A0\u5355\u8BCD\uFF0C\u786E\u4FDD\u5B83\u4EEC\u5728\u7FFB\u8BD1\u8FC7\u7A0B\u4E2D\u4E0D\u88AB\u8F6C\u6362\u3002\u8BF7\u6CE8\u610F\uFF0C\u6B64\u529F\u80FD\u533A\u5206\u5927\u5C0F\u5199\uFF0C\u5E76\u4EC5\u652F\u6301\u4EE5\u7A7A\u683C\u5206\u9694\u7684\u5355\u8BCD\u8BED\u8A00\uFF08\u5982\u82F1\u8BED\u3001\u6CD5\u8BED\uFF09\uFF0C\u4E0D\u9002\u7528\u4E8E\u65E5\u8BED\u3001\u97E9\u8BED\u7B49\u8BED\u8A00","tagsInput.add":"+ \u6DFB\u52A0","desc.mouseHoverHoldKey":"\u5F53\u9F20\u6807\u60AC\u505C\u5728\u67D0\u4E2A\u6BB5\u843D\u4E0A\u65F6\uFF0C\u540C\u65F6\u6309\u4E0B\u53F3\u4FA7\u7684\u5FEB\u6377\u952E\uFF0C\u5373\u53EF\u76F4\u63A5\u7FFB\u8BD1\u8BE5\u6BB5\u843D",mouseHoverCustomKeyTitle:"\u81EA\u5B9A\u4E49\u9F20\u6807\u60AC\u505C\u5FEB\u6377\u952E",mouseHoverCustomKeyDescription:"\u4F60\u53EF\u4EE5\u81EA\u5B9A\u4E49\u4E00\u4E2A\u9F20\u6807\u60AC\u505C\u7684\u7EC4\u5408\u5FEB\u6377\u952E\uFF0C\u6BD4\u5982\uFF1A Alt+Z, Ctrl+E, Cmd+Alt+E \u6216\u8005\u76F4\u63A5 Cmd\uFF0C \u8BF7\u624B\u52A8\u8F93\u5165",mouseHoverShortcutPlaceholder:"\u8BF7\u624B\u52A8\u8F93\u5165",browserShortcutsNoteForFirefox:"Firefox \u6D4F\u89C8\u5668\u4FEE\u6539\u5FEB\u6377\u952E\u9700\u8981\u6253\u5F00\u6269\u5C55\u7BA1\u7406\u9875\u9762 `about:addons`\uFF0C\u7136\u540E\u70B9\u51FB\u300C\u8BBE\u7F6E\u300D-> \u300C\u7BA1\u7406\u5FEB\u6377\u952E\u300D",browserShortcutsNoteForChrome:"\u8BF7\u6CE8\u610F\uFF1A\u8981\u5728\u57FA\u4E8EChrome\u5185\u6838\u7684\u6D4F\u89C8\u5668\u4E2D\u4FEE\u6539\u5FEB\u6377\u952E\uFF0C\u8BF7\u8BBF\u95EE[\u6269\u5C55\u7BA1\u7406\u9875\u9762] -> [\u7BA1\u7406\u5FEB\u6377\u952E] ","desc.toggleTranslateTheMainPage":"\u4EC5\u7FFB\u8BD1\u9875\u9762\u4E3B\u8981\u533A\u57DF\uFF0C\u5F53\u4F60\u5728\u8FDB\u9636\u8BBE\u7F6E\u91CC\u542F\u7528\u4E86\u7FFB\u8BD1\u9875\u9762\u5168\u90E8\u533A\u57DF\u540E\uFF0C\u4F60\u53EF\u4EE5\u4F7F\u7528\u8FD9\u4E2A\u5FEB\u6377\u952E\u6765\u4E13\u95E8\u7FFB\u8BD1\u9875\u9762\u7684\u4E3B\u8981\u533A\u57DF","desc.toggleTranslateTheWholePage":"\u7FFB\u8BD1\u9875\u9762\u5168\u90E8\u533A\u57DF\uFF0C\u9ED8\u8BA4\u60C5\u51B5\u4E0B\uFF0C\u6211\u4EEC\u4F1A\u7FFB\u8BD1\u9875\u9762\u7684\u4E3B\u8981\u533A\u57DF\uFF0C\u4F60\u53EF\u4EE5\u4F7F\u7528\u8FD9\u4E2A\u5FEB\u6377\u952E\u6765\u4E13\u95E8\u7FFB\u8BD1\u9875\u9762\u7684\u5168\u90E8\u533A\u57DF","browser.toggleTranslationMask":"\u5207\u6362\u5F53\u524D\u9875\u9762\u8BD1\u6587\u4E3A\u6A21\u7CCA\u6548\u679C\uFF08\u5B66\u4E60\u6A21\u5F0F\uFF09","desc.interfaceLanguage":"\u754C\u9762\u8BED\u8A00\u8BBE\u7F6E\u5F71\u54CD\u63A7\u5236\u9762\u677F\u7684\u663E\u793A\u8BED\u8A00\uFF0C\u548C\u7FFB\u8BD1\u7684\u76EE\u6807\u8BED\u8A00\u65E0\u5173",mouseHoverHoldKey:"\u60AC\u505C\u7FFB\u8BD1\u89E6\u53D1\u952E",clickToSeeQuickDemo:"30 \u79D2\u5FEB\u901F\u6559\u5B66\u89C6\u9891",shortcutDisableTooltip:"\u8BF7\u5728\u6D4F\u89C8\u5668\u63D0\u4F9B\u7684\u6269\u5C55\u5FEB\u6377\u952E\u7BA1\u7406\u9875\u9762\u8FDB\u884C\u8BBE\u7F6E\uFF0C\u66F4\u591A\u6307\u5F15\u8BF7\u67E5\u770B\u672C\u9875\u9762\u6700\u4E0A\u65B9\u7684\u8BF4\u660E",floatBallOptions:"\u60AC\u6D6E\u7403","subtitle.autoEnableSubtitle":"\u81EA\u52A8\u5F00\u542F\u53CC\u8BED\u5B57\u5E55","floatBall.longPress":"\u957F\u6309\u53EF\u5FEB\u901F\u6253\u5F00\u8BBE\u7F6E\u9762\u677F\u54E6",notLoginPro:"\u60A8\u8FD8\u672A\u767B\u5F55\u60A8\u7684\u4F1A\u5458\u8D26\u6237",upgradeToProErrorTitle:"\u8BF7\u5347\u7EA7\u4E3A Pro \u4F1A\u5458\u518D\u4F7F\u7528\u8BE5\u7FFB\u8BD1\u670D\u52A1",loggedIn:"\u5DF2\u767B\u5F55",translationOnlyMode:"\u4EC5\u8BD1\u6587\u6A21\u5F0F",translationOnlyModeDescription:"\u4EC5\u8BD1\u6587\u6A21\u5F0F\u6307\u7684\u662F\u53EA\u663E\u793A\u8BD1\u6587\uFF0C\u800C\u4E0D\u662F\u9ED8\u8BA4\u7684\u53CC\u8BED\u6A21\u5F0F\u3002\u6CE8\u610F\uFF1A\u7531\u4E8E\u6280\u672F\u7684\u9650\u5236\u95EE\u9898\uFF0C\u5728\u4EC5\u8BD1\u6587\u6A21\u5F0F\u4E0B\uFF0C\u539F\u6587\u7684\u8D85\u94FE\u63A5\u5C06\u4F1A\u5931\u6548","description.baiduField":"\u652F\u6301\u7684\u9886\u57DF\u89C1<1>\u8FD9\u91CC\uFF0C\u4E3A\u7A7A\u5219\u8868\u793A\u4E0D\u6307\u5B9A\u9886\u57DF",temprarilyChangeTranslationTo_openai:"\u6B63\u5728\u4F7F\u7528 OpenAI \u7FFB\u8BD1\u5F53\u524D\u9875\u9762",temprarilyChangeTranslationTo_google:"\u6B63\u5728\u4F7F\u7528 Google \u7FFB\u8BD1\u5F53\u524D\u9875\u9762",temprarilyChangeTranslationTo_bing:"\u6B63\u5728\u4F7F\u7528\u5FAE\u8F6F\u7FFB\u8BD1\u5F53\u524D\u9875\u9762",temprarilyChangeTranslationTo_gemini:"\u6B63\u5728\u4F7F\u7528 Gemini \u7FFB\u8BD1\u5F53\u524D\u9875\u9762",temprarilyChangeTranslationTo_transmart:"\u6B63\u5728\u4F7F\u7528\u817E\u8BAF\u7FFB\u8BD1\u5F53\u524D\u9875\u9762",temprarilyChangeTranslationTo_deepl:"\u6B63\u5728\u4F7F\u7528 DeepL \u7FFB\u8BD1\u5F53\u524D\u9875\u9762","widget.translateFile":"PDF/ePub","widget.videoSubtitle":"\u89C6\u9891\u5B57\u5E55","widget.instruction":"\u4F7F\u7528\u8BF4\u660E",buildSnapshots:"\u751F\u6210\u7F51\u9875\u5FEB\u7167","widget.videoSubtitleTooltip":"\u652F\u6301 Youtube \u7B49 {count}+ \u89C6\u9891\u7F51\u7AD9","widget.instructionTooltip":"\u67E5\u770B\u4F7F\u7528\u8BF4\u660E",alwaysTranslateSomeLanguage:"\u603B\u662F\u7FFB\u8BD1{language}\u9875\u9762",alwaysTranslateThisSite:"\u603B\u662F\u7FFB\u8BD1\u8BE5\u7F51\u7AD9",neverTranslateThisSite:"\u6C38\u4E0D\u7FFB\u8BD1\u8BE5\u7F51\u7AD9",touchShortcutsToggleTranslatePage:"\u8BBE\u7F6E\u89E6\u5C4F\u624B\u52BF\u6765\u7FFB\u8BD1\u7F51\u9875/\u663E\u793A\u539F\u6587","desc.touchShortcutsToggleTranslatePage":"\u8BBE\u7F6E\u540E\uFF0C\u5728\u79FB\u52A8\u8BBE\u5907\u65F6\uFF0C\u53EF\u4EE5\u540C\u65F6\u7528 X \u4E2A\u624B\u6307\u89E6\u6478\u5C4F\u5E55\u3001\u5DE6\u53F3\u6ED1\u52A8\u6216\u8FDE\u7EED\u70B9\u51FB\uFF0C\u89E6\u53D1\u7FFB\u8BD1\u7F51\u9875/\u663E\u793A\u539F\u6587",touchShortcutsToggleTranslationMask:"\u8BBE\u7F6E\u89E6\u5C4F\u624B\u52BF\u663E\u793A\u7FFB\u8BD1\u906E\u7F69/\u663E\u793A\u539F\u6587","desc.touchShortcutsToggleTranslationMask":"\u7FFB\u8BD1\u906E\u7F69\u662F\u6307\u8BD1\u6587\u6837\u5F0F\u91CC\u7684\u6A21\u7CCA\u6548\u679C\uFF08\u5B66\u4E60\u6A21\u5F0F\uFF09\uFF0C\u5F00\u542F\u540E\u4E34\u65F6\u5BF9\u8BD1\u6587\u4F7F\u7528\u6A21\u7CCA\u6548\u679C\uFF0C\u65B9\u4FBF\u5B66\u4E60",touchShortcutsToggleTranslateTouchElement:"\u8BBE\u7F6E\u89E6\u5C4F\u624B\u52BF\u7FFB\u8BD1\u6307\u5B9A\u6BB5\u843D","desc.touchShortcutsToggleTranslateTouchElement":"\u81EA\u5B9A\u4E49\u4E00\u4E2A\u624B\u52BF\uFF0C\u5373\u53EF\u7FFB\u8BD1\u60A8\u6240\u5728\u7684\u4EFB\u4F55\u6BB5\u843D",touchShortcutsOff:"\u5173\u95ED","fingers.2":"\u53CC\u6307\u89E6\u6478","fingers.3":"\u4E09\u6307\u89E6\u6478","fingers.4":"\u56DB\u6307\u89E6\u6478","fingers.5":"\u4E94\u6307\u89E6\u6478","multipleClick.2":"\u53CC\u51FB","multipleClick.3":"\u4E09\u8FDE\u51FB","multipleClick.4":"\u56DB\u8FDE\u51FB","slide.left":"\u5411\u53F3\u6ED1\u52A8","slide.right":"\u5411\u5DE6\u6ED1\u52A8",contact:"\u8054\u7CFB\u6211\u4EEC","contact.description":"\u5982\u679C\u60A8\u6709\u4EFB\u4F55\u95EE\u9898\u6216\u5EFA\u8BAE\uFF0C\u6B22\u8FCE\u586B\u5199\u4E0B\u65B9\u8868\u5355\u8054\u7CFB\u6211\u4EEC\uFF0C\u6216\u8005\u53D1\u9001\u90AE\u4EF6\u81F3 {email}\uFF0C\u6211\u4EEC\u4F1A\u5C3D\u5FEB\u56DE\u590D\u60A8\u3002","font.none":"\u65E0","font.Microsoft YaHei":"\u5FAE\u8F6F\u96C5\u9ED1","font.SimSun":"\u5B8B\u4F53","font.NSimSun":"\u65B0\u5B8B\u4F53","font.Microsoft JhengHei":"\u5FAE\u8F6F\u6B63\u9ED1\u4F53","font.KaiTi":"\u6977\u4F53","font.FangSong":"\u4EFF\u5B8B","font.PingFang SC":"\u82F9\u65B9","font.STHeiti":"\u534E\u6587\u9ED1\u4F53","font.STKaiti":"\u534E\u6587\u6977\u4F53","font.STSong":"\u534E\u6587\u5B8B\u4F53","font.STFangsong":"\u534E\u6587\u4EFF\u5B8B","font.STZhongsong":"\u534E\u6587\u4E2D\u5B8B","font.STHupo":"\u534E\u6587\u7425\u73C0","font.STXinwei":"\u534E\u6587\u65B0\u9B4F","font.STLiti":"\u534E\u6587\u96B6\u4E66","font.STXingkai":"\u534E\u6587\u884C\u6977","font.Hiragino Sans GB":"\u51AC\u9752\u9ED1\u4F53","font.Lantinghei SC":"\u5170\u4EAD\u9ED1","font.Hanzipen SC":"\u6C49\u4EEA\u7FE9\u7FE9\u4F53","font.Hannotate SC":"\u6C49\u4EEA\u6CE8\u9ED1","font.Songti SC":"\u5B8B\u4F53","font.Wawati SC":"\u5A03\u5A03\u4F53","font.Weibei SC":"\u9B4F\u7891","font.Xingkai SC":"\u884C\u6977","font.Yapi SC":"\u96C5\u75DE","font.Yuanti SC":"\u5706\u4F53","browser.toggleVideoSubtitlePreTranslation":"\u5207\u6362\u53CC\u8BED\u5B57\u5E55\u4F18\u5148\u4F7F\u7528\u6C89\u6D78\u5F0F\u7FFB\u8BD1\u8BBE\u7F6E","desc.toggleVideoSubtitlePreTranslation":"\u6309\u4E0B\u540E\uFF0C\u89C6\u9891\u53CC\u8BED\u5B57\u5E55\u4F1A\u4F18\u5148\u4F7F\u7528\u6C89\u6D78\u5F0F\u7FFB\u8BD1\u7684\u8BBE\u7F6E\uFF0C\u518D\u6B21\u6309\u4E0B\u4F1A\u4F18\u5148\u4F7F\u7528\u539F\u89C6\u9891\u81EA\u5E26\u7684\u673A\u7FFB\u5B57\u5E55\uFF0C\u6CE8\u610F\uFF1A\u8BE5\u5FEB\u6377\u65B9\u5F0F\u4FEE\u6539\u7684\u662F\u5168\u5C40\u8BBE\u7F6E",videoSubtitlePreTranslationOn:"\u89C6\u9891\u5B57\u5E55\u5C06\u4F18\u5148\u4F7F\u7528\u6C89\u6D78\u5F0F\u7FFB\u8BD1",videoSubtitlePreTranslationOff:"\u89C6\u9891\u5B57\u5E55\u5C06\u4F18\u5148\u4F7F\u7528\u539F\u89C6\u9891\u81EA\u5E26\u7684\u673A\u7FFB\u5B57\u5E55",translationFont:"\u8BBE\u7F6E\u5B57\u4F53","translationFont.custom":"\u8F93\u5165\u81EA\u5B9A\u4E49\u5B57\u4F53","translationFont.customPlaceholder":"\u5B57\u4F53","translationFont.notSupportErrorMessage":"\u8BF7\u68C0\u67E5\u60A8\u8F93\u5165\u7684\u5B57\u4F53\u540D\u79F0\u662F\u5426\u6B63\u786E\uFF0C\u6216\u786E\u8BA4\u8BE5\u5B57\u4F53\u5DF2\u5728\u60A8\u7684\u8BBE\u5907\u4E0A\u5B89\u88C5\u3002","touch.mouse-translate":"\u7FFB\u8BD1\u6307\u5B9A\u6BB5\u843D","translationServices.inherit":"\u8DDF\u968F\u4E3B\u7FFB\u8BD1\u670D\u52A1","error.serveConfigError":"\u670D\u52A1\u914D\u7F6E\u9519\u8BEF","error.reloadPageOfSetting":"\u914D\u7F6E\u540E\uFF0C\u8BF7\u5237\u65B0\u9875\u9762\u518D\u6B21\u7FFB\u8BD1\u3002","error.googleLimitIp":"\u670D\u52A1\u8FD4\u56DE\u9519\u8BEF\uFF0C\u8C37\u6B4C\u670D\u52A1\u5DF2\u5BF9\u8BE5IP\u5730\u5740\u8FDB\u884C\u9650\u6D41\uFF0C\u5EFA\u8BAE\u60A8\u66F4\u6362\u7F51\u7EDC\u8282\u70B9\u3002","error.openAIFreeLimit":"\u670D\u52A1\u8FD4\u56DE\u9519\u8BEF\uFF0C\u5F53\u524D\u7684\u7FFB\u8BD1\u8BF7\u6C42\u9891\u7387\u5DF2\u8FBE\u5230\u6BCF\u5206\u949F\u6700\u591A 3 \u6B21\u7684\u4E0A\u9650\uFF0C\u8BF7\u7A0D\u540E\u518D\u8BD5\u3002\uFF08\u8FD9\u662F OpenAI \u5B98\u65B9\u5BF9\u514D\u8D39 API Key \u7684\u9650\u5236\uFF0C\u82E5\u8981\u89E3\u9664\u6B64\u9650\u5236\uFF0C\u8BF7\u5728 OpenAI \u540E\u53F0\u7ED1\u5B9A\u4FE1\u7528\u5361\u3002\uFF09","error.openAIExceededQuota":"\u670D\u52A1\u8FD4\u56DE\u9519\u8BEF\uFF1A\u4F60\u5F53\u524D\u7684 OpenAI \u8D26\u6237\u4F59\u989D\u4E0D\u8DB3\uFF0C\u8BF7\u5728 OpenAI \u5B98\u65B9\u540E\u53F0\u8FDB\u884C\u5145\u503C\u6216\u8005\u7ED1\u5B9A\u4FE1\u7528\u5361\u3002","error.429":"\u670D\u52A1\u8FD4\u56DE\u9519\u8BEF\uFF0C\u8BF4\u660E\u8BF7\u6C42\u8FC7\u4E8E\u9891\u7E41\u6216\u8D85\u51FA\u989D\u5EA6\u9650\u5236\uFF0C\u8BF7\u7A0D\u540E\u518D\u8BD5\u3002","error.403":"\u670D\u52A1\u8FD4\u56DE\u9519\u8BEF\uFF0C \u6682\u65F6\u6CA1\u6709\u6743\u9650\u8BBF\u95EE\u8BE5\u670D\u52A1\u3002 ","error.400":"\u670D\u52A1\u8FD4\u56DE\u9519\u8BEF\uFF0C \u8BF7\u6C42\u53C2\u6570\u9519\u8BEF\uFF0C\u8BF7\u68C0\u67E5\u76F8\u5E94\u914D\u7F6E\u3002","error.502":"\u670D\u52A1\u8FD4\u56DE\u9519\u8BEF\uFF0C \u670D\u52A1\u8D85\u65F6\uFF0C\u8BF7\u7A0D\u540E\u518D\u8BD5\u3002 ","error.proTokenInvalid":"\u82E5\u60A8\u662FPro\u7528\u6237\uFF0C\u8BF7\u767B\u9646\u540E\u518D\u4F7F\u7528Pro\u7FFB\u8BD1\u670D\u52A1 ","error.proUpgrade":"\u5347\u7EA7\u540E\uFF0C\u8BF7\u5237\u65B0\u9875\u9762\u518D\u6B21\u7FFB\u8BD1\u3002","error.configError":"\u914D\u7F6E\u6570\u636E\u5F02\u5E38","error.goReset":"\u53BB\u91CD\u7F6E",batchEdit:"\u6279\u91CF\u64CD\u4F5C","translationModeLang.translation.title":"\u4EC5\u8BD1\u6587\u6A21\u5F0F\u7684\u8BED\u8A00","translationModeLang.translation.description":"\u5F53\u9875\u9762\u8BED\u8A00\u4E3A\u4E0B\u5217\u8BED\u8A00\u65F6\uFF0C\u4F1A\u81EA\u52A8\u4F7F\u7528\u4EC5\u8BD1\u6587\u6A21\u5F0F","translationModeUrl.translation.title":"\u4EC5\u8BD1\u6587\u6A21\u5F0F\u7684\u7F51\u5740","translationModeUrl.translation.description":"\u5F53\u7F51\u7AD9\u4E3A\u4E0B\u5217\u57DF\u540D\u65F6\uFF0C\u4F1A\u81EA\u52A8\u4F7F\u7528\u4EC5\u8BD1\u6587\u6A21\u5F0F","browser.toggleOnlyTransation":"\u5207\u6362\u53CC\u8BED/\u4EC5\u8BD1\u6587\u6A21\u5F0F","desc.toggleOnlyTransation":"\u4EC5\u8BD1\u6587\u6A21\u5F0F\u6307\u7684\u662F\u53EA\u663E\u793A\u8BD1\u6587\uFF0C\u5982\u679C\u7F51\u9875\u8FD8\u6CA1\u6709\u7FFB\u8BD1\u7684\u8BDD\uFF0C\u5C06\u4F1A\u5207\u6362\u6A21\u5F0F\u5E76\u7FFB\u8BD1",touchShortcutsToggleTranslatePageOnlyTranslation:"\u8BBE\u7F6E\u89E6\u5C4F\u624B\u52BF\u5207\u6362\u53CC\u8BED/\u4EC5\u8BD1\u6587\u6A21\u5F0F","desc.touchShortcutsToggleTranslatePageOnlyTranslation":"\u4EC5\u8BD1\u6587\u6307\u7684\u662F\u53EA\u663E\u793A\u8BD1\u6587\uFF0C\u5982\u679C\u7F51\u9875\u8FD8\u6CA1\u6709\u7FFB\u8BD1\u7684\u8BDD\uFF0C\u5C06\u4F1A\u5207\u6362\u6A21\u5F0F\u5E76\u7FFB\u8BD1",download_started:"\u4E0B\u8F7D\u5DF2\u7ECF\u5F00\u59CB\uFF0C\u5982\u679C\u6CA1\u6709\u81EA\u52A8\u4E0B\u8F7D\uFF0C\u8BF7\u624B\u52A8\u70B9\u51FB",here:"\u8FD9\u91CC",detectServiceLoading:"\u6B63\u5728\u68C0\u6D4B\u53EF\u7528\u7684\u7FFB\u8BD1\u670D\u52A1...",toggleToService:"\u5207\u6362\u5230{service}\u5E76\u91CD\u8BD5","error.gemini.429":"\u5F53\u524D Gemini \u670D\u52A1\u5F53\u524D\u627F\u8F7D\u80FD\u529B\u5DF2\u8FBE\u4E0A\u9650\uFF0C\u8BF7\u60A8\u7A0D\u540E\u518D\u8BD5\uFF0C\u6216\u8005\u5207\u6362\u5230\u5176\u4ED6\u7FFB\u8BD1\u670D\u52A1\u3002",enableSentryReport:"\u5F53\u6269\u5C55\u53D1\u751F\u9519\u8BEF\u65F6\uFF0C\u4F7F\u7528 Sentry \u63D0\u4EA4\u53CD\u9988","error.subscriptionExpired":"\u60A8\u7684\u4F1A\u5458\u53EF\u80FD\u5DF2\u8FC7\u671F\uFF0C\u8BF7\u68C0\u67E5\u60A8\u7684\u4F1A\u5458\u72B6\u6001","error.subscriptionExpiredTitle":"\u4F1A\u5458\u5DF2\u8FC7\u671F","languages.auto":"\u81EA\u52A8\u68C0\u6D4B","error.serveUnavailable":"\u60A8\u5F53\u524D\u6240\u4F7F\u7528\u7684 [{serverName}] \u670D\u52A1\u56E0\u7F51\u7EDC\u8FDE\u63A5\u6216\u670D\u52A1\u63D0\u4F9B\u5546\u7684\u95EE\u9898\u6682\u65F6\u65E0\u6CD5\u8BBF\u95EE\u3002\u5EFA\u8BAE\u60A8\u5C1D\u8BD5\u5237\u65B0\u9875\u9762\u6216\u901A\u8FC7<1>\u8BBE\u7F6E\u66F4\u6362\u5176\u4ED6\u7FFB\u8BD1\u670D\u52A1\u3002\u82E5\u60A8\u662F<2>Pro\u4F1A\u5458\uFF0C\u53EF\u4EE5\u9009\u62E9\u4F7F\u7528\u66F4\u4E3A\u7A33\u5B9A\u7684 DeepL \u6216 OpenAI \u7FFB\u8BD1\u670D\u52A1\uFF08<3>\u70B9\u6B64\u514D\u8D39\u4F53\u9A8C\uFF09\u3002 \u53E6\u5916\uFF0C\u60A8\u4E5F\u53EF\u80FD\u9700\u8981\u68C0\u67E5\u60A8\u7684\u7F51\u7EDC\u6216\u4EE3\u7406\u8BBE\u7F6E\u3002","floatBall.setting":"\u8BBE\u7F6E","floatBall.translateToLanguage":"\u70B9\u51FB\u7FFB\u8BD1\u4E3A{language}",changeToOnlyTranslationMode:"\u5207\u6362\u9ED8\u8BA4\u8BD1\u6587\u6A21\u5F0F\u4E3A\u4EC5\u663E\u793A\u8BD1\u6587",changeToDualTranslationMode:"\u5207\u6362\u9ED8\u8BA4\u8BD1\u6587\u6A21\u5F0F\u4E3A\u53CC\u8BED\u5BF9\u7167",changeToOnlyTempTranslationMode:`\u5F53\u524D\u4E3A\u53CC\u8BED\u5BF9\u7167 \u70B9\u51FB\u5207\u6362\u4E3A\u4EC5\u8BD1\u6587`,changeToDualTempTranslationMode:`\u5F53\u524D\u4E3A\u4EC5\u8BD1\u6587 \u70B9\u51FB\u5207\u6362\u4E3A\u53CC\u8BED\u5BF9\u7167`,"subtitle.transitionMode":"\u89C6\u9891\u5B57\u5E55\u53CC\u8BED/\u4EC5\u8BD1\u6587\u8BBE\u7F6E","subtitle.transitionModeDescription":"\u8BBE\u7F6E\u89C6\u9891\u5B57\u5E55\u4E3A\u53CC\u8BED\u5BF9\u7167\u6216\u4EC5\u8BD1\u6587\u6A21\u5F0F","transitionMode.inherit":"\u548C\u7CFB\u7EDF\u7684\u9ED8\u8BA4\u8BD1\u6587\u663E\u793A\u6A21\u5F0F\u4FDD\u6301\u4E00\u81F4","transitionMode.translation":"\u4EC5\u8BD1\u6587","transitionMode.dual":"\u53CC\u8BED\u5BF9\u7167","options.navbar.translateFile":"\u7FFB\u8BD1\u6587\u6863","options.navbar.installApp":"\u5B89\u88C5\u624B\u673A APP","subtitle.showQuickButtonDescription":"\u5728\u89C6\u9891\u64AD\u653E\u5668\u53F3\u4E0B\u89D2\u63D0\u4F9B\u542F\u7528\u53CC\u8BED\u5B57\u5E55\u7684\u5FEB\u6377\u65B9\u5F0F",translateFileTooltip:`\u7FFB\u8BD1 PDF\u3001ePub\u3001srt\u3001 @@ -4967,7 +4967,7 @@ ass\u3001HTML\u3001TXT\u6587\u4EF6`,"subtitle.quickButton.setting":"\u8BBE\u7F6E {env.imt_sub_trans_field}: \u8BD1\u6587 - id: 2 {env.imt_sub_source_field}: Source - {env.imt_sub_trans_field}: \u8BD1\u6587`,"browser.PdfProFile":"AI \u9A71\u52A8\u7684 PDF Pro \u7FFB\u8BD1","browser.textTranslate":"\u6587\u672C\u7FFB\u8BD1"};var Cl={nologin:"\u672A\u767B\u9304",loginForSafari:"\u767B\u5165\u6216\u8A3B\u518A",login:"\u767B\u9304",goLogin:"\u53BB\u767B\u9304",manageAccount:"\u7BA1\u7406\u8CEC\u6236",openPremium:"\u958B\u901A\u6703\u54E1",logout:"\u9000\u51FA",curentPlan:"\u7576\u524D\u5957\u9910",endAt:"\u5230\u671F",endAuto:"\u81EA\u52D5\u7E8C\u671F",lineBreakMaxTextCount:"\u63DB\u884C\u5F8C\uFF0C\u6BCF\u53E5\u8A71\u5141\u8A31\u7684\u6700\u5927\u5B57\u5143\u6578\u91CF","translate-pdf":"\u9EDE\u9078\u7FFB\u8B6F PDF","noSupportTranslate-pdf":"\u8173\u672C\u4E0D\u652F\u63F4\uFF0C\u8ACB\u4F7F\u7528\u64F4\u5145\u5957\u4EF6","translate-firefox-local-pdf":"\u9EDE\u64CA\u53BB\u5C0E\u5165PDF",enableLineBreak:"\u958B\u555F\u9577\u6BB5\u843D\u81EA\u52D5\u63DB\u884C",sponsorLabel:"$1 \u8D77\u8D0A\u52A9\u958B\u767C\u8005 (\u6708\u4ED8\u6216\u50C5\u8D0A\u52A9\u4E00\u6B21\u5747\u53EF)",help:"\u8AAA\u660E",enableLineBreakDescription:"\u555F\u7528\u5F8C\uFF0C\u5C07\u6703\u5728\u9577\u6BB5\u843D\u4E2D\u6BCF\u53E5\u8A71\u7D50\u675F\u63D2\u5165\u63DB\u884C\u5B57\u5143\uFF0C\u4EE5\u4FBF\u65BC\u95B1\u8B80","browser.shortBrandName":"\u6C89\u6D78\u5F0F\u7FFB\u8B6F","browser.brandName":"\u6C88\u6D78\u5F0F\u7FFB\u8B6F - \u7DB2\u9801\u7FFB\u8B6F\u64F4\u5145 | PDF\u7FFB\u8B6F | \u514D\u8CBB","browser.brandDescription":"\u3010\u6C88\u6D78\u5F0F\u7FFB\u8B6F\u3011\u4E00\u6B3E\u514D\u8CBB\u7684\uFF08\u539F\u6587/\u8B6F\u6587\uFF09\u96D9\u8A9E\u5C0D\u7167\u7DB2\u9801\u7FFB\u8B6F\u64F4\u5145\uFF0C\u540C\u6642\u652F\u6301PDF\u7FFB\u8B6F\uFF08\u4FDD\u7559\u539F\u6587\u6A94\u6392\u7248\uFF09\uFF0C\u8996\u983B\u96D9\u8A9E\u5B57\u5E55\u7FFB\u8B6F\uFF08Youtube, Netflix\u7B49\uFF09\uFF0CEPUB\u96FB\u5B50\u66F8\u7FFB\u8B6F\u7B49\uFF1B\u652F\u6301\u8ABF\u7528\u4EBA\u5DE5\u667A\u80FDAI\u7FFB\u8B6F\u5927\u6A21\u578B\uFF08OpenAI (ChatGPT)\u3001DeepL\u3001Gemini(Bard) \u7B49 \uFF09\u5C0D\u4EE5\u4E0A\u5167\u5BB9\u9032\u884C\u66F4\u6E96\u78BA\u7684\u7FFB\u8B6F\uFF1B","browser.toggleTranslatePage":"\u7FFB\u8B6F\u7DB2\u9801/\u986F\u793A\u539F\u6587","browser.toggleTranslateTheWholePage":"\u7FFB\u8B6F\u9801\u9762\u5168\u90E8\u5340\u57DF/\u986F\u793A\u539F\u6587","browser.toggleTranslateToThePageEndImmediately":"\u7ACB\u5373\u7FFB\u8B6F\u5230\u9801\u9762\u5E95\u90E8/\u986F\u793A\u539F\u6587","browser.toggleTranslateTheMainPage":"\u7FFB\u8B6F\u9801\u9762\u4E3B\u8981\u5340\u57DF/\u986F\u793A\u539F\u6587","browser.shareToDraft":"\u751F\u6210\u7DB2\u9801\u5FEB\u7167","browser.openOptionsPage":"\u958B\u555F\u8A2D\u5B9A\u9801\u9762","browser.translateLocalPdfFile":"\u7FFB\u8B6F\u672C\u6A5F PDF \u6A94\u6848","browser.openEbookViewer":"\u95B1\u8B80\u672C\u6A5F\u96FB\u5B50\u66F8","browser.openEbookBuilder":"\u88FD\u4F5C\u96D9\u8A9E EPUB \u96FB\u5B50\u66F8","browser.translateLocalHtmlFile":"\u7FFB\u8B6F HTML/txt \u6A94\u6848","browser.donateContext":"\u4E86\u89E3\u8D0A\u52A9\u798F\u5229","browser.translateLocalSubtitleFile":"\u7FFB\u8B6F\u5B57\u5E55\u6A94\u6848",confirmResetConfig:"\u4F60\u78BA\u5B9A\u8981\u91CD\u8A2D\u8A2D\u5B9A\u55CE\uFF1F",translationLineBreakSettingTitle:"\u8B6F\u6587\u63DB\u884C\u8A2D\u5B9A",smartLineBreak:"\u667A\u6167\u63DB\u884C",alwaysLineBreak:"\u7E3D\u662F\u63DB\u884C",isShowContextMenu:"\u5C07\u7DB2\u9801\u7FFB\u8B6F\u529F\u80FD\u52A0\u5165\u53F3\u9375\u9078\u55AE",toggleBeta:"\u958B\u555F Beta \u6E2C\u8A66\u529F\u80FD",betaDescription:"\u555F\u7528\u4ECD\u5728\u5BE6\u9A57\u7684\u529F\u80FD\u4EE5\u53CA\u6E2C\u8A66\u4E2D\u7684\u7FFB\u8B6F\u670D\u52D9\u3002\u52A0\u5165 <1>Telegram \u7FA4\u7D44\u4E86\u89E3\u66F4\u591A\u3002",translationLineBreakSettingDescription:"\u7E3D\u662F\u63DB\u884C\u9069\u7528\u65BC\u8F03\u5C11\u5167\u5BB9\u7684\u7248\u9762\uFF0C\u66F4\u6574\u9F4A\u3002(\u5728\u5167\u5BB9\u8F03\u591A\u7684\u9577\u6BB5\u843D(\u8D85\u904E {count} \u500B\u5B57\u5143) \u4F7F\u7528\u667A\u6167\u63DB\u884C\u6703\u66F4\u7701\u7A7A\u9593)",tempTranslateDomainTitle:"\u81E8\u6642\u958B\u555F\u7DB2\u7AD9\u7FFB\u8B6F\u7684\u6642\u9577",tempTranslateDomainDescription:"\u7576\u624B\u52D5\u7FFB\u8B6F\u67D0\u500B\u7DB2\u9801\u7684\u6642\u5019\uFF0C\u81E8\u6642\u958B\u555F\u8A72\u7DB2\u7AD9\u70BA\u81EA\u52D5\u7FFB\u8B6F",xMinutes:"{count} \u5206\u9418",disabled:"\u505C\u7528",changelog:"\u66F4\u65B0\u8A18\u9304",toggleTranslatePageWhenThreeFingersOnTheScreen:"\u591A\u6307\u540C\u6642\u89F8\u6478\u87A2\u5E55\u5247\u7FFB\u8B6F\u7DB2\u9801/\u986F\u793A\u539F\u6587",toggleTranslationMaskWhenThreeFingersOnTheScreen:"\u591A\u6307\u540C\u6642\u89F8\u6478\u5247\u986F\u793A/\u96B1\u85CF\u8B6F\u6587\u6A21\u7CCA\u6548\u679C",addUrlDescription:"\u53EF\u4EE5\u70BA\u7DB2\u57DF\u540D\u7A31\uFF0C\u540C\u6642\u652F\u63F4\u842C\u7528\u5B57\u5143\uFF0C\u5982\uFF1A*.google.com, google.com/mail/*, https://www.google.com/*",general:"\u57FA\u672C\u8A2D\u5B9A",clickToExpandConfig:"\u5C55\u958B\u76EE\u524D\u8A2D\u5B9A",import:"\u5F9E\u6A94\u6848\u532F\u5165",export:"\u532F\u51FA\u70BA\u6A94\u6848",toggleDebug:"\u5728\u4E3B\u63A7\u53F0\u986F\u793A\u5075\u932F\u8A18\u9304","fingers.0":"\u95DC\u9589",mouseHoldKey:"+ {key} \u7FFB\u8B6F/\u9084\u539F\u8A72\u6BB5",mouseHoldKeyAuto:"\u76F4\u63A5\u7FFB\u8B6F\u8A72\u6BB5",mouseHoldKeyOff:"\u4E0D\u505A\u4EFB\u4F55\u4E8B\u60C5",mouseHoldKeyOther:"\u81EA\u5B9A\u7FA9\u5FEB\u6377\u9375(\u6253\u958B\u8A2D\u7F6E)",mouseHoldKeyCustomKey:"{key} \u7FFB\u8B6F/\u9084\u539F\u8A72\u6BB5","mouse-translate":"\u9F20\u6A19\u6ED1\u904E",document:"\u8AAA\u660E\u6587\u4EF6",resetSuccess:"\u91CD\u8A2D\u6240\u6709\u8A2D\u5B9A\u6210\u529F",resetThisSuccess:"\u91CD\u8A2D\u6210\u529F",saved:"\u5132\u5B58\u6210\u529F",successImportConfig:"\u6210\u529F\u532F\u5165\u8A2D\u5B9A",goAdvancedSettings:"\u524D\u5F80\u9032\u968E\u8A2D\u5B9A\u9801\u9762",goAdvancedInterfaceSettings:"\u524D\u5F80\u81EA\u8A02\u8A2D\u5B9A\u9801\u9762",advanced:"\u9032\u968E\u8A2D\u5B9A",advancedDescription:"\u6B63\u5E38\u60C5\u6CC1\u7121\u9700\u8A2D\u5B9A\uFF0C\u4FDD\u6301\u9810\u8A2D\u5373\u53EF\u3002\u50C5\u91DD\u5C0D\u66F4\u5C08\u696D\u7684\u4F7F\u7528\u8005\uFF0C\u63D0\u4F9B\u66F4\u500B\u4EBA\u5316\u7684\u8A2D\u5B9A\u9805\u76EE\u3002",developer:"\u958B\u767C\u8005\u8A2D\u5B9A",donateCafe:"\u50F9\u683C","translate to the bottom of the page":"\u9032\u5165\u7DB2\u9801\u5F8C\uFF0C\u662F\u5426\u7ACB\u5373\u7FFB\u8B6F\u5230\u9801\u9762\u5E95\u90E8\uFF1F",feedback:"\u554F\u984C\u56DE\u5831",toggleTranslatePage:"\u7FFB\u8B6F\u7DB2\u9801/\u986F\u793A\u539F\u6587",translateToThePageEndImmediatelyDescription:"\u555F\u7528\u5F8C\uFF0C\u9032\u5165\u7DB2\u9801\u5C07\u7ACB\u5373\u7FFB\u8B6F\u5F9E\u9802\u90E8\u5230\u5E95\u90E8\u7684\u5167\u5BB9\u3002\u95DC\u9589\u5247\u908A\u770B\u908A\u8B6F\u3002\uFF08\u4E0D\u63A8\u85A6\u958B\u555F\uFF09","translate all areas of the page":"\u662F\u5426\u7FFB\u8B6F\u7DB2\u9801\u6240\u6709\u5340\u57DF",translationAreaDescription:"\u555F\u7528\u5F8C\uFF0C\u7DB2\u9801\u7684\u6240\u6709\u5340\u57DF\u90FD\u6703\u88AB\u7FFB\u8B6F\u3002\u95DC\u9589\u5247\u4F7F\u7528\u9810\u8A2D\u7684\u667A\u6167\u8FA8\u8B58\uFF0C\u50C5\u7FFB\u8B6F\u4E3B\u8981\u5340\u57DF\u3002(\u4E0D\u63A8\u85A6\u958B\u555F)","the number of characters to be translated first":"\u76F4\u63A5\u7FFB\u8B6F\u9801\u9762\u524D\u591A\u5C11\u500B\u5B57\u5143\uFF0C\u800C\u7121\u9700\u7B49\u5F85\u6372\u52D5\u81F3\u53EF\u898B\u5340\u57DF","interface language":"\u4ECB\u9762\u8A9E\u8A00","display both the original text and the translation":"\u540C\u6642\u986F\u793A\u539F\u6587\u548C\u8B6F\u6587","keyboard shortcuts":"\u9375\u76E4\u5FEB\u901F\u9375",modify:"\u8B8A\u66F4\u5FEB\u901F\u9375",reset:"\u91CD\u8A2D",close:"\u95DC\u9589",homepage:"\u9996\u9801",more:"\u66F4\u591A",moreOptions:"\u5C55\u958B\u66F4\u591A\u81EA\u8A02\u9078\u9805",translateTheWholePage:"\u7FFB\u8B6F\u9801\u9762\u5168\u90E8\u5340\u57DF\uFF08\u5340\u5206\u65BC\u53EA\u7FFB\u8B6F\u4E3B\u8981\u5340\u57DF\uFF09",changeToTranslateTheWholePage:"\u5207\u63DB\u70BA\u7FFB\u8B6F\u6240\u6709\u5340\u57DF",changeToTranslateTheMainPage:"\u5207\u63DB\u70BA\u7FFB\u8B6F\u4E3B\u8981\u5340\u57DF",translateToThePageEndImmediately:"\u7ACB\u5373\u7FFB\u8B6F\u5230\u5E95\u90E8\uFF08\u5340\u5206\u65BC\u770B\u54EA\u8B6F\u54EA\uFF09",translateTheMainPage:"\u667A\u6167\u7FFB\u8B6F\u4E3B\u8981\u5340\u57DF","The local rules are up to date":"\u672C\u6A5F\u898F\u5247\u5DF2\u70BA\u6700\u65B0\uFF1A","Successfully synchronized with the latest official rules:":"\u6210\u529F\u540C\u6B65\u6700\u65B0\u5B98\u65B9\u898F\u5247\uFF1A","Checking for updates":"\u6B63\u5728\u6AA2\u67E5\u66F4\u65B0","Rules are being synchronized":"\u6B63\u5728\u540C\u6B65\u5B98\u65B9\u898F\u5247",localVersionIsTooOld:"\u672C\u6A5F\u5957\u4EF6\u7248\u672C\u904E\u820A\uFF0C\u8ACB\u5347\u7D1A\u5957\u4EF6\u81F3 {minVersion} \u6216\u66F4\u65B0\u7684\u7248\u672C\u518D\u5617\u8A66\u540C\u6B65",badUserscriptBrowser:"\u76EE\u524D\u700F\u89BD\u5668\u7121\u6CD5\u6B63\u78BA\u5BE6\u73FE\u6CB9\u7334\u5957\u4EF6\u7684\u4ECB\u9762\uFF0C\u8ACB\u4F7F\u7528\u5176\u4ED6<1>\u652F\u63F4\u6CB9\u7334\u5957\u4EF6\u7684\u700F\u89BD\u5668\u5982(Firefox Nightly \u7248\u672C)",foundNewVersion:"\u6709\u65B0\u7248\u672C\u53EF\u7528",theLocalExtensionIsUpToUpdate:"\u76EE\u524D\u5957\u4EF6\u5DF2\u662F\u6700\u65B0\u7248\u672C",failToSyncRules:"\u540C\u6B65\u6700\u65B0\u5B98\u65B9\u898F\u5247\u5931\u6557",retry:"\u9EDE\u6B64\u91CD\u8A66",failedReason:"\u5931\u6557\u539F\u56E0",currentRuleVersion:"\u76EE\u524D\u898F\u5247\u7248\u672C",calculating:"\u6B63\u5728\u8A08\u7B97",unknownError:"\u672A\u77E5\u7684\u932F\u8AA4",canNotFetchRemoteRule:"\u7121\u6CD5\u53D6\u5F97\u9060\u7AEF\u898F\u5247",enableAlphaSuccess:"\u5DF2\u555F\u7528 Alpha \u529F\u80FD",disableAlphaSuccess:"\u5DF2\u505C\u7528 Alpha \u529F\u80FD",cacheSize:"\u5FEB\u53D6\u5927\u5C0F\uFF1A",cleaning:"\u6B63\u5728\u6E05\u7406",cleanCache:"\u6E05\u9664\u5FEB\u53D6",options:"\u9078\u9805",about:"\u95DC\u65BC",service:"\u7FFB\u8B6F\u670D\u52D9",needAction:"(\u524D\u5F80\u8A2D\u5B9A)",goSettings:"\u524D\u5F80\u8A2D\u5B9A",needActionForOptions:"(\u9700\u8A2D\u5B9A)",translationEngine:"\u5F15\u64CE\u9078\u9805",sourceLanguage:"\u539F\u6587\u8A9E\u8A00",target:"\u76EE\u6A19\u8A9E\u8A00",popupSourceLanguage:"\u539F\u6587\u8A9E\u8A00",popupTarget:"\u76EE\u6A19\u8A9E\u8A00",popupService:"\u7FFB\u8B6F\u670D\u52D9",forThisSite:"\u7576\u524D\u7DB2\u7AD9",autoEnableSubtitle:"\u81EA\u52D5\u958B\u555F\u96D9\u8A9E\u5B57\u5E55",alwaysTranslate:"\u7E3D\u662F\u7FFB\u8B6F",neverTranslate:"\u6C38\u4E0D\u7FFB\u8B6F",neverTranslateSomeLanguage:"\u6C38\u4E0D\u7FFB\u8B6F {language}",alwaysTranslateSomeSite:"\u7E3D\u662F\u7FFB\u8B6F {hostname}",neverTranslateSomeSite:"\u6C38\u4E0D\u7FFB\u8B6F {hostname}",alwaysTranslateSomeSiteOrWildSite:"\u7E3D\u662F\u7FFB\u8B6F\u7DB2\u7AD9",alwaysTranslateSomePage:"\u7E3D\u662F\u7FFB\u8B6F\u8A72\u7DB2\u9801",add:"\u65B0\u589E",default:"\u9810\u8A2D",forThisLanguage:"\u91DD\u5C0D\u8A72\u8A9E\u8A00\uFF1A","add url":"\u8F38\u5165 URL",edit:"\u7DE8\u8F2F",pickAll:"\u5168\u9078","translate other languages into specific language":"\u5C07\u5176\u5B83\u8A9E\u8A00\u7FFB\u8B6F\u70BA\u4F60\u8A2D\u5B9A\u7684\u8A9E\u8A00","select translation service":"\u9078\u64C7\u4F60\u60F3\u7528\u7684\u7FFB\u8B6F\u670D\u52D9",language:"\u8A9E\u8A00","show-original":"\u986F\u793A\u539F\u6587",translate:"\u7FFB\u8B6F",Translated:"\u5DF2\u7FFB\u8B6F",Translating:"\u6B63\u5728\u7FFB\u8B6F",Error:"\u932F\u8AA4",allowCacheTranslations:"\u555F\u7528\u672C\u6A5F\u7FFB\u8B6F\u5FEB\u53D6\uFF08\u6E1B\u5C11\u91CD\u8907\u6BB5\u843D\u7684\u7FFB\u8B6F\u8981\u6C42\uFF09","translation display":"\u8B6F\u6587\u986F\u793A\u6A23\u5F0F","select diplay style":"\u5340\u5206\u8B6F\u6587\u7684\u6A23\u5F0F\uFF0C\u5177\u9AD4\u53EF\u53C3\u8003\u4E0B\u5217\u7BC4\u4F8B",interface:"\u4ECB\u9762\u8A2D\u5B9A",import_export:"\u532F\u5165/\u532F\u51FA",import_export_title:"\u532F\u5165/\u532F\u51FA\u8A2D\u5B9A",syncToGoogleDrive:"\u7ACB\u5373\u8207 Google Drive \u540C\u6B65","floatBallOptions.enable":"\u555F\u7528\u61F8\u6D6E\u7403","floatBallOptions.blockUrls":"\u7981\u7528\u7DB2\u7AD9","floatBallOptions.add":"\u6DFB\u52A0","floatBallOptions.blockUrlDesc":"\u7576\u9047\u5230\u4EE5\u4E0B\u7DB2\u7AD9\u6642\u4E0D\u986F\u793A\u61F8\u6D6E\u7403","floatBallOptions.clickType":"\u9EDE\u64CA\u884C\u70BA","floatBallOptions.clickTypeDesc":"\u61F8\u6D6E\u7403\u5716\u6A19\u9EDE\u64CA\u6642\u7684\u884C\u70BA","floatBallOptions.clickPopup":"\u986F\u793A\u7FFB\u8B6F\u9762\u677F","floatBallOptions.clickTranslate":"\u7FFB\u8B6F/\u986F\u793A\u539F\u6587","floatBallOptions.fixedPosition":"\u56FA\u5B9A\u4F4D\u7F6E","floatBallOptions.fixedPositionDesc":"\u61F8\u6D6E\u7403\u5728\u7A97\u53E3\u5DE6\u5074\u9084\u662F\u53F3\u5074","floatBallOptions.fixedPositionLeft":"\u5DE6\u5074","floatBallOptions.fixedPositionRight":"\u53F3\u5074",previewAllThemes:"\u9810\u89BD\u5168\u90E8\u6A23\u5F0F","translationTheme.none":"\u7121","translationTheme.grey":"\u9ED1\u7070\u8272","translationTheme.dashed":"\u7834\u6298\u865F\u5E95\u7DDA","translationTheme.dotted":"\u9EDE\u72C0\u5E95\u7DDA","translationTheme.dashedBorder":"\u865B\u7DDA\u6846\u7DDA","translationTheme.solidBorder":"\u5BE6\u7DDA\u6846\u7DDA","translationTheme.underline":"\u76F4\u7DDA\u5E95\u7DDA","translationTheme.mask":"\u6A21\u7CCA\u6548\u679C\uFF08\u5B78\u7FD2\u6A21\u5F0F\uFF09","translationTheme.opacity":"\u900F\u660E\u6548\u679C","translationTheme.paper":"\u767D\u7D19\u9670\u5F71\u6548\u679C","translationTheme.dividingLine":"\u5206\u9694\u7DDA","translationTheme.highlight":"\u9192\u76EE\u63D0\u793A","translationTheme.marker":"\u99AC\u514B\u7B46","translationTheme.marker2":"\u99AC\u514B\u7B462","translationTheme.blockquote":"\u5F15\u7528\u6A23\u5F0F","translationTheme.weakening":"\u5F31\u5316","translationTheme.italic":"\u659C\u9AD4","translationTheme.bold":"\u7C97\u9AD4","translationTheme.thinDashed":"\u7D30\u7834\u6298\u865F\u5E95\u7DDA","translationTheme.nativeDashed":"\u7CFB\u7D71\u5167\u5EFA\u7834\u6298\u865F\u5E95\u7DDA","translationTheme.nativeDotted":"\u7CFB\u7D71\u5167\u5EFA\u9EDE\u72C0\u5E95\u7DDA","translationTheme.nativeUnderline":"\u7CFB\u7D71\u5167\u5EFA\u76F4\u7DDA\u5E95\u7DDA","translationTheme.wavy":"\u6CE2\u5F62\u66F2\u7DDA","translationServices.custom":"\u81EA\u5B9A\u7FA9API","translationServices.tencent":"\u9A30\u8A0A\u7FFB\u8B6F\u541B","translationServices.tenAlpha":"\u9A30\u8A0A\u7FFB\u8B6F\u541B(Alpha)","translationServices.google":"Google \u7FFB\u8B6F","translationServices.bai":"\u767E\u5EA6(Alpha)","translationServices.baidu":"\u767E\u5EA6\u7FFB\u8B6F","translationServices.aliyun":"\u963F\u91CC\u96F2\u7FFB\u8B6F","translationServices.volc":"\u706B\u5C71\u7FFB\u8B6F","translationServices.deeplx":"DeepLX(Beta)","translationServices.bing":"\u5FAE\u8F6F\u7FFB\u8B6F","translationServices.deepl":"DeepL","translationServices.wechat":"\u5FAE\u4FE1\u7FFB\u8B6F","translationServices.azure":"Azure \u7FFB\u8B6F","translationServices.ibm":"IBM Watson","translationServices.aws":"\u4E9E\u99AC\u905C\u7FFB\u8B6F","translationServices.mock":"\u6A21\u64EC\u7FFB\u8B6F","translationServices.mock2":"\u6A21\u64EC\u7FFB\u8B6F2","translationServices.caiyun":"\u5F69\u96F2\u5C0F\u8B6F","translationServices.cai":"\u5F69\u96F2\u5C0F\u8B6F (Alpha)","translationServices.volcAlpha":"\u706B\u5C71\u7FFB\u8B6F(Alpha)","translationServices.openl":"OpenL","translationServices.youdao":"\u6709\u9053\u7FFB\u8B6F","translationServices.you":"\u6709\u9053\u7FFB\u8B6F (Alpha)","translationServices.transmart":"\u9A30\u8A0A\u4EA4\u4E92\u7FFB\u8B6F","translationServices.niu":"\u5C0F\u725B\u7FFB\u8B6F","translationServices.papago":"Papago \u7FFB\u8B6F","translationServices.d":"Deepl(Alpha)","translationServices.dpro":"D Pro (Canary)","translationServices.openai":"OpenAI","translationServices.yandex":"Yandex","translationServices.chatgpt":"ChatGPT Web(3.5 mobile)","translate title":"\u7FFB\u8B6F\u9801\u9762\u6A19\u984C","always languages":"\u7E3D\u662F\u7FFB\u8B6F\u7684\u8A9E\u8A00",neverTranslateLanguagesLabel:"\u6C38\u4E0D\u7FFB\u8B6F\u7684\u8A9E\u8A00",neverTranslateTheFollowingLanguagesDescription:"\u7576\u9801\u9762\u4E2D\u67D0\u4E00\u6BB5\u843D\u7684\u8A9E\u8A00\u70BA\u4E0B\u5217\u8A9E\u8A00\u6642\uFF0C\u5C07\u8DF3\u904E\u7FFB\u8B6F",enableUserscriptPagePopup:"\u5728\u9801\u9762\u4E0A\u986F\u793A\u61F8\u6D6E\u7403",enableUserscriptPagePopupDescription:"\u95DC\u9589\u61F8\u6D6E\u7403\u5F8C\uFF0C\u53EF\u4EE5\u7528\u5FEB\u901F\u9375/{touch}\u518D\u6B21\u986F\u793A\u3002\u70BA\u9632\u6B62\u4E0D\u614E\u95DC\u9589\u8A72\u9078\u9805\u5F8C\u627E\u4E0D\u5230\u61F8\u6D6E\u7403\uFF0C\u5EFA\u8B70\u5C07\u672C\u8A2D\u5B9A\u9801\u9762\u52A0\u5165\u81F3\u6211\u7684\u6700\u611B","always translate the following languages":"\u7576\u9801\u9762\u8A9E\u8A00\u70BA\u4E0B\u5217\u8A9E\u8A00\u6642\uFF0C\u6703\u81EA\u52D5\u7FFB\u8B6F\u70BA\u76EE\u6A19\u8A9E\u8A00","always sites":"\u7E3D\u662F\u7FFB\u8B6F\u7684\u7DB2\u5740","always translate the following sites":"\u7576\u7DB2\u7AD9\u70BA\u4E0B\u5217\u7DB2\u57DF\u540D\u7A31\u6642\uFF0C\u6703\u81EA\u52D5\u7FFB\u8B6F\u70BA\u76EE\u6A19\u8A9E\u8A00","never sites":"\u6C38\u4E0D\u7FFB\u8B6F\u7684\u7DB2\u5740","never translate the following sites":"\u7576\u7DB2\u7AD9\u70BA\u4E0B\u5217\u7DB2\u57DF\u540D\u7A31\u6642\uFF0C\u5C07\u4E0D\u6703\u9032\u884C\u7FFB\u8B6F","please refer to":"\u9700\u8981\u586B\u5BEB\u91D1\u9470\u5F8C\u624D\u53EF\u4F7F\u7528\uFF0C\u8A73\u7D30\u8CC7\u8A0A\u8ACB\u53C3\u8003",KeyAndConfigurationTutorial:"\u300A\u91D1\u9470\u7533\u8ACB\u548C\u8A2D\u5B9A\u6559\u5B78\u300B",useAboveStyleForTheseSites:"\u7576\u7DB2\u7AD9\u70BA\u4E0B\u5217\u7DB2\u57DF\u540D\u7A31\u6642\uFF0C\u7E3D\u662F\u4F7F\u7528 \u2308{theme}\u230B \u8B6F\u6587\u6A23\u5F0F",currentUrl:"\u76EE\u524D\u7DB2\u5740",confirm:"\u5132\u5B58",cancel:"\u53D6\u6D88",delete:"\u522A\u9664","languages.auto":"\u81EA\u52D5\u5075\u6E2C",syncToCloud:"\u540C\u6B65\u81F3\u96F2\u7AEF",syncToCloudDescription:"\u4E0A\u50B3\u81F3\u96F2\u7AEF\u5F8C\uFF0C\u53EF\u4EE5\u5728\u4E0D\u540C\u7684\u700F\u89BD\u5668/\u6CB9\u7334\u8173\u672C\u4E4B\u9593\u540C\u6B65\u8A2D\u5B9A\uFF0C\u4EE5\u6700\u5F8C\u8B8A\u66F4\u6642\u9593\u70BA\u6E96\u3002",syncToAccount:"\u540C\u6B65\u5230\u8CEC\u6236",syncToAccountButton:"\u7ACB\u5373\u8207\u96F2\u7AEF\u540C\u6B65",syncToAccountDescription:"\u4E0A\u50B3\u5230\u5DF2\u767B\u9304\u8CEC\u6236\uFF0C\u53EF\u4EE5\u5728\u4E0D\u540C\u7684\u8A2D\u5099\u4E4B\u9593\u540C\u6B65\u914D\u7F6E\uFF0C\u4EE5\u6700\u5F8C\u4FEE\u6539\u6642\u9593\u70BA\u6E96\u3002",successSyncConfigInAccount:"\u6210\u529F\u8207\u8CEC\u6236\u4FDD\u6301\u540C\u6B65",successSyncConfigToAccount:"\u6210\u529F\u540C\u6B65\u5230\u8CEC\u6236",syncConfigNoUpdate:"\u5DF2\u7D93\u662F\u6700\u65B0\u7684\u4E86",authFail:"\u6388\u6B0A\u5931\u6557",syncTitle:"\u624B\u52D5\u5099\u4EFD\u7BA1\u7406",import_hint:"\u532F\u5165",upload:"\u4E0A\u50B3",revokeAuth:"\u64A4\u92B7\u6388\u6B0A",uploadFail:"\u4E0A\u50B3\u5931\u6557",download:"\u4E0B\u8F09",importSuccess:"\u532F\u5165\u6210\u529F",importFail:"\u532F\u5165\u5931\u6557",deleteFail:"\u522A\u9664\u5931\u6557",backupToCloud:"\u624B\u52D5\u7BA1\u7406\u5099\u4EFD\u6A94\u6848",create_new_backup:"\u65B0\u589E\u5099\u4EFD\u7BC0\u9EDE",maxBackupFiles:"\u6700\u591A\u53EF\u4EE5\u5099\u4EFD{count}\u500B\u4E0D\u540C\u7684\u7BC0\u9EDE\uFF0C\u8ACB\u522A\u9664\u4E0D\u9700\u8981\u7684\u7BC0\u9EDE",backupToCloudDescription:"\u624B\u52D5\u4E0A\u50B3\u6216\u9084\u539F\u5099\u4EFD\u6A94\u6848\uFF0C\u6700\u591A\u5141\u8A31 3 \u500B\u4E0D\u540C\u7684\u5099\u4EFD",successSyncConfig:"\u6210\u529F\u8207\u96F2\u7AEF\u4FDD\u6301\u540C\u6B65",syncFail:"\u540C\u6B65\u5931\u6557",updatedAt:"\u66F4\u65B0\u65BC {date}",lastSyncedAt:"\u4E0A\u6B21\u6AA2\u67E5\u65BC {date}",downloadFail:"\u4E0B\u8F09\u5931\u6557",clickToDownload:"\u9EDE\u9078\u4E0B\u8F09",aboutLabel:"\u95DC\u65BC - \u554F\u984C\u56DE\u5831","browser.openAboutPage":"\u95DC\u65BC/\u554F\u984C\u56DE\u5831",aboutLabelWithoutSponsor:"\u95DC\u65BC - \u554F\u984C\u56DE\u5831",aboutIntro:"\u5E0C\u671B\u6211\u5011\u90FD\u80FD\u66F4\u52A0\u5BB9\u6613\u4E14\u6109\u6085\u5730\u7372\u53D6\u7DB2\u969B\u7DB2\u8DEF\u4E0A\u66F4\u591A\u7684\u5916\u8A9E\u8CC7\u8A0A \u2764\uFE0F \u4F60\u53EF\u4EE5\u9078\u64C7\u958B\u901A <6>Pro\u6703\u54E1 \u4F86\u4F7F\u7528\u958B\u7BB1\u5373\u7528\u7684 DeepL \u548C OpenAI \u7FFB\u8B6F\u3002

\u4F60\u53EF\u4EE5\u95DC\u6CE8\u6211\u4EEC\u7684<3>Twitter\uFF0C<4>Telegram \u983B\u9053\u4EE5\u53CA\u4E0B\u65B9\u7684<5>\u90F5\u4EF6\u8A02\u95B1\u8FFD\u8E64\u66F4\u65B0\u3002
<7>Pro \u6703\u54E1 \u53EF\u4EE5\u901A\u904E\u5FEB\u901F\u5BA2\u670D\u90F5\u7BB1 <8>support@immersivetranslate.com \u548C\u6211\u5011\u53D6\u5F97\u806F\u7E6B\u3002",aboutIntroWithoutSponsor:"\u5E0C\u671B\u6211\u5011\u90FD\u80FD\u66F4\u52A0\u5BB9\u6613\u4E14\u6109\u6085\u5730\u7372\u53D6\u7DB2\u969B\u7DB2\u8DEF\u4E0A\u66F4\u591A\u7684\u5916\u8A9E\u8CC7\u8A0A \u2764\uFE0F ",projectHomepage:"\u5C08\u6848\u9996\u9801",joinTelegramGroup:"\u52A0\u5165\u7528\u6237\u4EA4\u6D41\u7FA4\u7D44\u53C3\u8207\u529F\u80FD\u8A0E\u8AD6",wechatPublicAccount:"\u5FAE\u4FE1\u516C\u773E\u865F",wechatCommunities:"\u5FAE\u4FE1\u4EA4\u6D41\u7FA4",qqCommunities:"QQ \u4EA4\u6D41\u983B\u9053",joinTelegramChannel:"\u95DC\u6CE8 Telegram \u983B\u9053\u77AD\u89E3\u66F4\u65B0\u8CC7\u8A0A",feedbackAndJoin:"\u554F\u984C\u56DE\u5831/\u52A0\u5165\u7FA4\u7D44",autoSync:"\u81EA\u52D5\u5B9A\u6642\u540C\u6B65",loadingThemeTitle:"Loading \u6A23\u5F0F",loadingThemeDescription:"\u8A2D\u5B9A\u7B49\u5F85\u8B6F\u6587\u8F09\u5165\u6642\u7684\u6A23\u5F0F","loadingTheme.spinner":"\u8F49\u5708\u52D5\u756B","loadingTheme.text":"\u975C\u614B\u6587\u5B57 ... ","loadingTheme.none":"\u4E0D\u986F\u793A",developerDescription:"\u53EF\u4EE5\u9EDE\u9078<1>\u6B64\u8655\u6AA2\u8996\u9032\u968E\u81EA\u8A02\u529F\u80FD\u76F8\u95DC\u7684\u8AAA\u660E\u6587\u4EF6","edit border color":"\u8B8A\u66F4\u908A\u6846\u8272\u5F69",successSyncButNoChange:"\u76EE\u524D\u8A2D\u5B9A\u8207\u96F2\u7AEF\u4E00\u81F4",customTheme:"\u81EA\u8A02\u8272\u5F69\u548C\u5927\u5C0F","customThemeLabel.borderColor":"\u908A\u6846\u8272\u5F69","customThemeLabel.borderRadius":"\u908A\u6846\u5713\u89D2","customThemeLabel.textColor":"\u6587\u5B57\u8272\u5F69","customThemeLabel.backgroundColor":"\u80CC\u666F\u8272\u5F69","customThemeLabel.zoom":"\u5B57\u578B\u7E2E\u653E\u6BD4\u4F8B (%)","customThemeLabel.opacity":"\u6587\u5B57\u4E0D\u900F\u660E\u5EA6(%)",resetToDefaultColor:"\u9084\u539F\u70BA\u9810\u8A2D\u8272\u5F69",resetToDefaultSettings:"\u9084\u539F\u70BA\u9810\u8A2D\u8A2D\u5B9A",isTranslateTitle:"\u555F\u7528\u7DB2\u9801\u6A19\u984C\u7FFB\u8B6F",isTranslateTitleDescription:"\u555F\u7528\u5F8C\uFF0C\u7DB2\u9801\u7684\u6A19\u984C\u6703\u88AB\u7FFB\u8B6F",enableSearchEnhancement:"\u958B\u555F\u641C\u7D22\u589E\u5F37",enableSearchEnhancementDescription:"\u4E2D\u6587\u641C\u7D22\u8C37\u6B4C\u6703\u5728\u53F3\u908A\u51FA\u73FE\u82F1\u6587\u7248\u8C37\u6B4C\u65B0\u805E",verifyService:"\u9EDE\u6B64\u6E2C\u8A66\u670D\u52D9",verified:"\u9A57\u8B49\u6210\u529F","field.langs":"\u652F\u63F4\u7684\u8A9E\u8A00\u4EE3\u78BC","field.model":"\u6A21\u578B","field.translationEngine":"\u7FFB\u8B6F\u5F15\u64CE","field.limitPerMinute":"\u6BCF\u5206\u9418\u6700\u5927\u8981\u6C42\u6578","field.limitPerSecond":"\u6BCF\u79D2\u6700\u5927\u8981\u6C42\u6578","field.maxTextLengthPerRequest":"\u6BCF\u6B21\u8981\u6C42\u7684\u6700\u5927\u6587\u5B57\u9577\u5EA6","field.maxTextGroupLengthPerRequest":"\u6BCF\u6B21\u8981\u6C42\u6700\u5927\u6BB5\u843D\u6578","field.apiUrl":"\u81EA\u8A02 API \u4F4D\u5740","field.placeholderDelimiters":"\u4FDD\u7559\u7684\u4F54\u4F4D\u7B26","description.custom":"\u81EA\u5B9A\u7FA9\u63A5\u53E3\u63A5\u5165 \u9700\u8981\u53C3\u8003\u6587\u6A94","description.limitPerMinute":"\u8981\u6C42\u6578\u8D85\u904E\u8A72\u9650\u5236\u6642\u6703\u88AB\u66AB\u6642\u505C\u7528\uFF0C\u76F4\u81F3\u4E0B\u4E00\u5206\u9418\u958B\u59CB\u3002\u7531\u4E8EOpenAI\u76EE\u524D\u670D\u52A1\u7684\u5404\u79CD\u9650\u5236\uFF0C\u8BF7\u70B9\u51FB<1>\u8FD9\u91CC\u67E5\u770B\u6700\u65B0\u5EFA\u8BAE\u7684\u6570\u503C","description.limitPerSecond":"\u8981\u6C42\u6578\u8D85\u904E\u8A72\u9650\u5236\u6642\u6703\u88AB\u66AB\u6642\u505C\u7528\uFF0C\u76F4\u81F3\u4E0B\u4E00\u79D2\u9418\u958B\u59CB\u3002\u7531\u4E8EOpenAI\u76EE\u524D\u670D\u52A1\u7684\u5404\u79CD\u9650\u5236\uFF0C\u8BF7\u70B9\u51FB<1>\u8FD9\u91CC\u67E5\u770B\u6700\u65B0\u5EFA\u8BAE\u7684\u6570\u503C","description.generalLimitPerSecond":"\u8ACB\u6C42\u6578\u8D85\u904E\u8A72\u9650\u5236\u6642\u6703\u9032\u5165\u6392\u968A\u72C0\u614B\uFF0C\u76F4\u5230\u4E0B\u4E00\u79D2\u9418\u958B\u59CB\u3002","description.prompt":"\u4EE5\u7528\u6236\u8EAB\u4EFD\u767C\u9001\u7D66 {service} \u7684\u5C0D\u8A71\uFF0C\u5176\u4E2D {{text}} \u8868\u793A\u6BB5\u843D\u7684\u6587\u672C\u5167\u5BB9\uFF0C{{from}} \u8868\u793A\u6BB5\u843D\u7684\u8A9E\u8A00\uFF0C{{to}} \u8868\u793A\u76EE\u6A19\u8A9E\u8A00","description.maxTextLengthPerRequest":"\u9810\u8A2D\u6703\u5408\u4F75\u591A\u500B\u6BB5\u843D\uFF0C\u4EE5\u6E1B\u5C11\u8ACB\u8981\u6C42\u6578\uFF0C\u4F46\u662F\u5982\u679C\u6BB5\u843D\u7E3D\u9577\u5EA6\u904E\u9577\uFF0C\u4E5F\u53EF\u80FD\u6703\u5C0E\u81F4 API \u7684\u56DE\u61C9\u6642\u9593\u589E\u52A0\uFF0C\u56E0\u6B64\u53EF\u4EE5\u5617\u8A66\u8ABF\u6574\u8A72\u9078\u9805\u4F86\u63D0\u5347\u901F\u5EA6","description.systemPrompt":"\u4EE5\u7CFB\u7D71\u50B3\u9001\u767C\u9001\u7D66 OpenAI \u7684\u5C0D\u8A71\uFF0C\u5176\u4E2D {{text}} \u8868\u793A\u6BB5\u843D\u7684\u6587\u5B57\u5167\u5BB9\uFF0C{{from}} \u8868\u793A\u6BB5\u843D\u7684\u8A9E\u8A00\uFF0C{{to}} \u8868\u793A\u76EE\u6A19\u8A9E\u8A00","field.domain":"\u9818\u57DF","description.domain":"\u9ED8\u8A8D\u70BA\uFF1Ageneral\u3002\u50C5\u5728\u6709\u9053API\u63A7\u5236\u53F0\u958B\u901A\u9818\u57DF\u5316\u7FFB\u8B6F\u7684\u60C5\u6CC1\u4E0B\u53EF\u8A2D\u7F6E\uFF0C\u652F\u6301\u9818\u57DF\u898B<1>\u9019\u88E1","field.scene":"\u5834\u666F","description.scene":"\u9ED8\u8A8D\u70BA\uFF1Ageneral\u3002\u50C5\u5728\u963F\u91CC\u96F2API\u63A7\u5236\u53F0\u958B\u901A\u6A5F\u5668\u7FFB\u8B6F\u5C08\u696D\u7248\u7684\u60C5\u6CC1\u4E0B\u53EF\u8A2D\u7F6E\uFF0C\u652F\u6301\u5834\u666F\u898B<1>\u9019\u88E1","field.vocabId":"\u4F7F\u7528\u8005\u8A5E\u5178ID","description.vocabId":"\u6307\u5B9A\u7684\u5B57\u5178out_id\uFF0C\u76EE\u524D\u652F\u63F4\u82F1\u8B6F\u4E2D","description.model":"OpenAI \u7684\u6A21\u578B\uFF0C\u53EF\u4EE5\u70BA gpt-3.5-turbo, gpt-4 \u7B49","description.maxTextGroupLengthPerRequest":"\u6BCF\u6B21\u50B3\u9001\u7D66\u7FFB\u8B6F\u670D\u52D9\u7684\u6BB5\u843D\u6578\u91CF\uFF0C\u5982\u679C\u6BB5\u843D\u6578\u91CF\u904E\u591A\uFF0C\u53EF\u80FD\u6703\u5C0E\u81F4\u56DE\u61C9\u901F\u5EA6\u8B8A\u6162","description.apiUrl":"\u8ACB\u52A0\u5165\u5177\u9AD4\u5305\u542B\u8DEF\u5F91\u7684\u7DB2\u5740",enabledExtension:"\u555F\u7528\u5957\u4EF6",clickToDisableExtension:"\u9EDE\u9078\u505C\u7528\u5957\u4EF6",clickToEnableExtension:"\u9EDE\u9078\u555F\u7528\u5957\u4EF6",hasBeenDisabled:"\u5DF2\u505C\u7528","show password":"\u986F\u793A\u5BC6\u78BC",customContent:"\u8F38\u5165\u81EA\u5B9A\u7FA9\u6A21\u578B",inputOptions:"\u8F38\u5165\u6846\u589E\u5F37",mouseHoverOptions:"\u9F20\u6A19\u6ED1\u904E",modifyMouseHoverKey:"\u4FEE\u6539\u6ED1\u9F20\u61F8\u505C\u5FEB\u6377\u9375",enableInputTranslation:"\u662F\u5426\u555F\u7528\u8F38\u5165\u6846\u589E\u5F37",enableInputTranslationDescription:"\u555F\u7528\u5F8C\uFF0C\u8F38\u5165\u6846\u76F4\u63A5\u8F38\u5165 {startingKey}{startingKey} \u4F60\u597D\uFF0C\u7136\u5F8C\u5FEB\u901F\u9023\u64CA{inputTrailingTriggerKeyRepeatTimes}\u6B21{trailingKey}\uFF0C\u5373\u53EF\u7FFB\u8B6F\u70BA {inputTargetLanguage}",enableInputTranslationDescriptionForNoneKey:"\u555F\u7528\u5F8C\uFF0C\u8F38\u5165\u6846\u76F4\u63A5\u8F38\u5165\uFF1A\u4F60\u597D\u4E16\u754C\uFF0C\u7136\u5F8C\u5FEB\u901F\u9023\u64CA{inputTrailingTriggerKeyRepeatTimes}\u6B21{trailingKey}\uFF0C\u5373\u53EF\u7FFB\u8B6F\u70BA\u9810\u8A2D\u76EE\u6A19\u8A9E\u8A00",inputTargetLanguage:"\u8A2D\u5B9A\u8F38\u5165\u6846\u7684\u9810\u8A2D\u76EE\u6A19\u8A9E\u8A00",inputTargetLanguageDescription:"\u8F38\u5165\u6846\u7FFB\u8B6F\u7684\u9810\u8A2D\u76EE\u6A19\u8A9E\u8A00\uFF0C\u4E5F\u5C31\u662F {startingKey}{startingKey} \u4F5C\u70BA\u89F8\u767C\u8A5E\u7684\u9810\u8A2D\u8A9E\u8A00",inputTargetLanguageDescriptionForNoneKey:"\u8F38\u5165\u6846\u7FFB\u8B6F\u7684\u9810\u8A2D\u76EE\u6A19\u8A9E\u8A00",inputStartingTriggerKeyTitle:"\u8A2D\u5B9A\u8F38\u5165\u6846\u90E8\u5206\u7FFB\u8B6F\u7684\u5206\u5272\u5B57\u7B26",inputStartingTriggerKeyDescription:"\u7576\u4F60\u4E0D\u9700\u8981\u7FFB\u8B6F\u6574\u500B\u8F38\u5165\u6846\u7684\u6642\u5019\uFF0C\u5206\u5272\u7B26\u5141\u8A31\u4F60\u53EA\u7FFB\u8B6F {startingKey}{startingKey} \u5230\u8F38\u5165\u6846\u672B\u5C3E\u7684\u90E8\u5206\uFF0C\u4E5F\u53EF\u4EE5\u6307\u5B9A\u8A9E\u8A00\u4EE3\u78BC\uFF0C\u4F8B\u5982\uFF1A{startingKey}ja \u8868\u793A\u53EA\u7FFB\u8B6F {startingKey}ja \u5230\u8F38\u5165\u6846\u672B\u5C3E\u7684\u90E8\u5206",inputStartingTriggerKeyDescriptionForNoneKey:"\u76EE\u524D\u8A2D\u5B9A\u70BA\u7121\u9700\u524D\u7DB4\uFF0C\u66AB\u7121\u6CD5\u4F7F\u7528\u8F38\u5165\u6846\u7684\u90E8\u5206\u6587\u5B57\u7FFB\u8B6F\u529F\u80FD",inputTrailingTriggerKeyTitle:"\u9078\u64C7\u4E00\u500B\u8F38\u5165\u7D50\u675F\u7684\u89F8\u767C\u5B57\u7B26",inputTrailingTriggerKeyDescription:"\u5FEB\u901F\u9023\u64CA3 \u6B21{trailingKey} \u5C07\u6703\u958B\u59CB\u7FFB\u8B6F",inputTrailingTriggerKeyTimeout:"\u8F38\u5165\u7D50\u675F\u9023\u64CA\u89F8\u767C\u7684\u9593\u9694\u6642\u9593",inputTrailingTriggerKeyTimeoutDescription:"\u8A2D\u7F6E\u8F38\u5165\u7D50\u675F\u9023\u64CA\u89F8\u767C\u7684\u9593\u9694\u6642\u9593\uFF08\u6BEB\u79D2\uFF09",spaceKey:"<\u7A7A\u683C\u9375>",noneKey:"\u7121\u9700\u524D\u7DB4\uFF0C\u76F4\u63A5\u7FFB\u8B6F\u6574\u500B\u6587\u5B57\u6846",inputTranslationBlockUrlsTitle:"\u5207\u52FF\u5728\u4EE5\u4E0B\u7DB2\u5740\u4E2D\u555F\u7528\u8F38\u5165\u6846\u589E\u5F37",inputTranslationBlockUrlsDescription:"\u5728\u4EE5\u4E0B\u7DB2\u5740\u4E2D\uFF0C\u8F38\u5165\u6846\u589E\u5F37\u5C07\u4E0D\u6703\u751F\u6548",inputHelperInfo:"\u8AAA\u660E\uFF1A\u6211\u5011\u7279\u5225\u91DD\u5C0D\u5728\u4E2D\u6587\u8F38\u5165\u6CD5\u4E0B\u90E8\u5206\u89F8\u767C\u5B57\u7B26\u6703\u8B8A\u6210\u4E2D\u6587\u6A19\u9EDE\u7B26\u865F\u9019\u4EF6\u4E8B\u505A\u4E86\u512A\u5316\uFF0C\u6BD4\u5982\u641C\u72D7\u8F38\u5165\u6CD5\u4E0B / \u6703\u8B8A\u6210\u9813\u865F \u3001\uFF0C\u6C89\u6D78\u5F0F\u7FFB\u8B6F\u652F\u6301\u6240\u6709\u89F8\u767C\u7B26\u5C0D\u61C9\u7684\u4E2D\u6587\u7B26\u865F\uFF0C\u4E5F\u5C31\u662F\u8AAA // \u3001\u3001 \u90FD\u6703\u88AB\u8B58\u5225\u70BA\u89F8\u767C\u5B57\u7B26\u3002

\u540C\u6642\u6211\u5011\u4E5F\u652F\u6301\u8A9E\u8A00\u4EE3\u78BC\u7684\u4E2D\u6587\u5225\u540D\u4F5C\u70BA\u547D\u4EE4\uFF0C\u6BD4\u5982 /\u65E5\u6587 \u4F60\u597D\u4E16\u754C \u6703\u88AB\u7FFB\u8B6F\u70BA\u65E5\u6587\uFF0C<1>\u9EDE\u6B64\u67E5\u770B\u6240\u6709\u652F\u63F4\u7684\u8A9E\u8A00\u4EE3\u78BC\u3002",reloadCurrentPage:"\u8ACB\u5148\u5237\u65B0\u76EE\u524D\u9801\u9762\uFF0C\u518D\u958B\u59CB\u7FFB\u8B6F",noLocalFilePermissionForPDF:"\u66AB\u7121\u6B0A\u9650\u8B80\u53D6\u672C\u6A5F\u6587\u4EF6\uFF0C\u8ACB\u9EDE\u9078\u4E0A\u65B9\u6309\u9215\uFF0C\u7136\u5F8C\u532F\u5165\u672C\u6A5F\u6587\u4EF6",noPermissionForThisPage:"\u26A0\uFE0F \u66AB\u7121\u6B0A\u9650\u7FFB\u8B6F\u76EE\u524D\u9801\u9762","error.retry":"\u91CD\u8A66","error.reason":"\u932F\u8AA4\u539F\u56E0",retryAllParagraphs:"\u91CD\u8A66\u5168\u90E8\u932F\u8AA4\u6BB5\u843D",retryAllButton:"\u91CD\u8A66\u5168\u90E8\u932F\u8AA4\u6BB5\u843D",errorTooltipTitle:"\u9EDE\u64CA\u770B\u932F\u8AA4\u539F\u56E0",errorModalTitle:"\u7FFB\u8B6F\u670D\u52D9\u6216\u7DB2\u8DEF\u4F3C\u4E4E\u51FA\u4E86\u9EDE\u554F\u984C...",disableConfirm:"\u7981\u7528\u78BA\u8A8D",disableOnce:"\u7981\u7528\u4E00\u6B21",disableGlobal:"\u5168\u5C40\u7981\u7528",disableTint:"* \u60A8\u53EF\u4EE5\u5728 {option} \u4E2D\u91CD\u65B0\u555F\u7528\u3002",searchEnhancementNotes:"\u6211\u5011\u767C\u73FE\uFF0C\u4E2D\u6587\u95DC\u9375\u8A5E\u548C\u82F1\u6587\u95DC\u9375\u8A5E\u7684\u65B0\u805E\u7D50\u679C\u6709\u975E\u5E38\u5927\u7684\u4E0D\u540C\uFF0C\u5728\u555F\u7528\u6C89\u6D78\u5F0F\u7FFB\u8B6F\u96D9\u8A9E\u4FE1\u606F\u589E\u5F37\u529F\u80FD\u5F8C\uFF0C\u6211\u5011\u6703\u5728\u652F\u6301\u7684\u7DB2\u7AD9\uFF08\u8C37\u6B4C\u65B0\u805E\uFF0C\u8C37\u6B4C\u641C\u7D22\uFF08\u90E8\u5206\u95DC\u9375\u8A5E\uFF09\uFF0C\u96EA\u7403\uFF0C\u6771\u65B9\u8CA1\u5BCC\u7DB2\uFF0C\u5BCC\u9014\uFF0C\u8001\u864E\uFF09\u81EA\u52D5\u7528\u82F1\u6587\u70BA\u4F60\u641C\u7D22\u540C\u6A23\u7684\u95DC\u9375\u8A5E\u4E26\u5C55\u793A\u5728\u53F3\u5074\u3002\u5982\u679C\u4F60\u4E0D\u9700\u8981\u8A72\u529F\u80FD\u7684\u8A71\uFF0C\u53EF\u4EE5\u9078\u64C7\u7981\u7528\u5B83\u3002",option:"\u9078\u9805",saveSettings:"\u5132\u5B58\u8A2D\u5B9A",closeModal:"\u95DC\u9589\u8996\u7A97",enableInputTranslationWithoutTriggerKeyTitle:"\u555F\u7528\u5FEB\u901F\u9023\u64CA3 \u6B21{trailingKey}\uFF0C\u76F4\u63A5\u7FFB\u8B6F\u6574\u500B\u8F38\u5165\u6846\u70BA{inputTargetLanguage}",enableInputTranslationWithoutTriggerKeyDescription:"\u5982\u9700\u6307\u5B9A\u76EE\u6A19\u8A9E\u8A00\uFF0C\u8ACB\u5728\u524D\u9762\u52A0\u4E0A\u8A9E\u8A00\u7A0B\u5F0F\u78BC\uFF0C\u5982\uFF1Aja \u4F60\u597D\u4E16\u754C",deepLProName:"\u6C89\u6D78\u5F0F\u7FFB\u8B6FPro \u6703\u54E1(\u63A8\u85A6)",deepLProDescription:"\u76EE\u524D\u5957\u9910\u53EF\u4EE5\u76F4\u63A5\u4F7F\u7528",deeplProDescriptionForNormal:"\u7121\u9700\u4EFB\u4F55\u8A2D\u7F6E\uFF0C\u6703\u54E1\u767B\u5165\u5F8C\u5373\u53EF\u4F7F\u7528\uFF0C<1>\u9EDE\u6B64\u5347\u7D1A\u70BA\u6703\u54E1",deepLCustomDescription:"\u9700\u8981\u570B\u5916\u4FE1\u7528\u5361\uFF0C\u5728<1>DeepL\u5B98\u65B9\u958B\u901A\uFF0C\u9EDE\u9078\u67E5\u770B<2>\u6587\u6A94",deepLCustomName:"\u81EA\u8A02Auth Key",chooseProviderLabel:"\u9078\u64C7\u4E00\u500B\u670D\u52D9\u63D0\u4F9B\u8005",openaiProName:"\u6C89\u6D78\u5F0F\u7FFB\u8B6FPro \u6703\u54E1(\u63A8\u85A6)",openaiProDescription:"\u76EE\u524D\u5957\u9910\u53EF\u4EE5\u76F4\u63A5\u4F7F\u7528",openaiProDescriptionForNormal:"\u7121\u9700\u4EFB\u4F55\u8A2D\u7F6E\uFF0C\u6703\u54E1\u767B\u5165\u5F8C\u5373\u53EF\u4F7F\u7528\uFF0C<1>\u9EDE\u6B64\u5347\u7D1A\u70BA\u6703\u54E1",openaiCustomDescription:"\u53EF\u5728OpenAI, Azure OpenAI, \u6216\u5176\u4ED6\u7B2C\u4E09\u65B9\u670D\u52D9\u7372\u53D6\uFF0C<1>\u9EDE\u6B64\u67E5\u770B\u6587\u6A94",openaiCustomName:"\u81EA\u8A02API Key",needLoginAction:"(\u958B\u901A\u6703\u54E1\u6216\u81EA\u8A02)",goLoginOrAction:"(\u958B\u901A\u6703\u54E1\u6216\u53BB\u8A2D\u5B9A)",yearly:"\u5E74\u5EA6\u7E8C\u8A02",quarterly:"\u5B63\u5EA6\u7E8C\u8A02",monthly:"\u6BCF\u6708\u7E8C\u8A02",yearlyForOnce:"\u4E00\u6B21\u6027\u5E74\u5EA6\u5957\u9910",monthlyForOnce:"\u4E00\u6B21\u6027\u6708\u5EA6\u5957\u9910",daily:"\u6BCF\u65E5\u7E8C\u8A02",year:"\u5E74\u5EA6\u7E8C\u8A02",quarter:"\u5B63\u5EA6\u7E8C\u8A02",month:"\u6BCF\u6708\u7E8C\u8A02",day:"\u6BCF\u65E5\u7E8C\u8A02",onetime_7day:"7 \u5929\u9AD4\u9A57\u5305",currentPlanDescriptionForFree:"\u76EE\u524D\u5957\u9910\uFF1A\u514D\u8CBB",currentPlanDescriptionForContinuous:"\u76EE\u524D\u5957\u9910\uFF1A{plan}\uFF0C\u5C07\u65BC {endAt} \u81EA\u52D5\u7E8C\u8CBB",currentPlanDescriptionForAutoRenewCaceling:"\u76EE\u524D\u5957\u9910\uFF1A{plan}\uFF0C\u5C07\u65BC {endAt} \u5230\u671F\uFF0C\u5230\u671F\u5F8C\u5C07\u4E0D\u6703\u81EA\u52D5\u7E8C\u7D04",currentYearlyPlanDescriptionForAutoRenewCacelingWithRealPaiedUser:"\u76EE\u524D\u5957\u9910\uFF1A{plan}\uFF0C\u5C07\u65BC {endAt} \u5230\u671F\uFF0C\u5230\u671F\u5F8C\u5C07\u4E0D\u6703\u81EA\u52D5\u7E8C\u7D04\u3002
<1>\u9EDE\u6B64\u7BA1\u7406\u7E8C\u8CBB\u65B9\u6848",currentYearlyPlanDescriptionForAutoRenewCacelingWithAdmin:"\u76EE\u524D\u5957\u9910\uFF1A{plan}\uFF0C\u5C07\u65BC {endAt} \u5230\u671F\uFF0C\u5230\u671F\u5F8C\u5C07\u4E0D\u6703\u81EA\u52D5\u7E8C\u7D04\u3002
<1>\u9EDE\u6B64\u555F\u7528\u9023\u7E8C\u5305\u5E74",currentPlanDescriptionForOneTime:"\u76EE\u524D\u5957\u9910\uFF1A{plan}\uFF0C\u5C07\u65BC {endAt} \u5230\u671F\uFF0C<1>\u9EDE\u6B64\u5347\u7D1A\u70BA\u5E74\u8CBB\u6216<2>\u6708\u8CBB\u6703\u54E1",upgradePlan:"\u9EDE\u6B64\u5347\u7D1A\u70BAPro \u6703\u54E1",upgradeToPro:"\u5347\u7D1A\u70BA Pro \u6703\u54E1","popup.openPro":"\u5347\u7D1A\u70BA Pro \u6703\u54E1\u5F8C\u53EF\u4EE5\u66A2\u4EAB DeepL \u548C OpenAI \u7FFB\u8B6F\uFF0C\u9EDE\u6B64\u5347\u7D1A","popup.openProForPro":"\u60A8\u662F Pro \u6703\u54E1\uFF0C\u53EF\u76F4\u63A5\u4F7F\u7528 DeepL \u548C OpenAI \u7FFB\u8B6F",currentAccount:"\u7576\u524D\u8CEC\u6236",enableAutoSyncUserSettings:"\u555F\u7528\u591A\u8A2D\u5099\u81EA\u52D5\u96F2\u7AEF\u540C\u6B65",modalEnableInputTranslationTitle:"\u6C89\u6D78\u5F0F\u7FFB\u8B6F\u8F38\u5165\u6846\u7FFB\u8B6F\u63D0\u793A",modalEnableInputTranslationDesc:"\u60A8\u525B\u525B\u900F\u904E\u5FEB\u901F\u9023\u64CA3 \u6B21\u7A7A\u767D\u9375\u89F8\u767C\u4E86\u6C89\u6D78\u5F0F\u7FFB\u8B6F\u7684\u8F38\u5165\u6846\u7FFB\u8B6F\uFF0C\u8F38\u5165\u6846\u7684\u5167\u5BB9\u5C07\u7FFB\u8B6F\u70BA\u9810\u8A2D\u7684\u76EE\u6A19\u8A9E\u8A00\u3002\u900F\u904ECtrl+Z \u53EF\u4EE5\u64A4\u92B7\u7FFB\u8B6F\u3002

\u5982\u679C\u9019\u662F\u4E00\u500B\u5931\u8AA4\uFF0C\u4E0D\u7528\u64D4\u5FC3\uFF0C\u60A8\u53EF\u4EE5\u9078\u64C7\u672C\u6B21\u505C\u7528\uFF0C\u6216\u6C38\u4E45\u505C\u7528\u8F38\u5165\u6846\u7FFB\u8B6F\u3002",saveAndNotShowAgain:"\u5132\u5B58\u4E14\u4E0D\u518D\u63D0\u793A",disableInputTranslationTips:"* \u4F60\u4E5F\u53EF\u4EE5\u5728 {option} \u4E2D\u8A2D\u5B9A\u5176\u4ED6\u5FEB\u6377\u9375\u4F86\u89F8\u767C\uFF0C{learnMore}\u3002",learnMore:"\u9EDE\u6B64\u4E86\u89E3\u66F4\u591A",continueEnalbeInputTranslation:"\u7E7C\u7E8C\u555F\u7528\u8F38\u5165\u6846\u7FFB\u8B6F",autoRenewTrialSuffix:'\uFF08\u8A66\u7528\u4E2D\uFF0C\u7ACB\u523B\u5347\u7D1A\u70BA\u6B63\u5F0F\u6703\u54E1\uFF09',upgradeFromTrialTitle:"\u5347\u7D1A\u70BA\u6B63\u5F0F\u6703\u54E1",subtitle:"\u5F71\u7247\u5B57\u5E55",youtubeService:"\u6C89\u6D78\u5F0F\u7FFB\u8B6F\u5F71\u7247\u5B57\u5E55\u670D\u52D9","subtitle.disabledSubtitle":"\u6C38\u4E45\u7981\u7528\u8996\u983B\u5B57\u5E55\u529F\u80FD","subtitle.disabledSubtitleDescription":"\u5982\u679C\u6C89\u6D78\u5F0F\u7FFB\u8B6F\u7684\u8996\u983B\u5B57\u5E55\u548C\u5176\u4ED6\u64F4\u5C55\u6709\u885D\u7A81\uFF0C\u4F60\u53EF\u4EE5\u9078\u64C7\u6C38\u4E45\u7981\u7528\u6C89\u6D78\u5F0F\u7FFB\u8B6F\u7684\u8996\u983B\u5B57\u5E55\u529F\u80FD\u6216\u8005\u5378\u8F09\u5176\u4ED6\u885D\u7A81\u7684\u64F4\u5C55","subtitle.autoEnableSubtitleDescription":"\u555F\u7528\u5F8C\uFF0C\u7576\u5F71\u7247\u64AD\u653E\u7684\u6642\u5019\uFF0C\u6703\u81EA\u52D5\u986F\u793A\u96D9\u8A9E\u5B57\u5E55\uFF0C\u5426\u5247\u9700\u8981\u9EDE\u64CA\u7FFB\u8B6F\u6309\u9215\u624D\u6703\u986F\u793A\u3002","subtitle.preTranslation":"\u512A\u5148\u4F7F\u7528\u6C89\u6D78\u5F0F\u7FFB\u8B6F\u5B57\u5E55","subtitle.preTranslationDescription":"\u555F\u7528\u5F8C\u6703\u512A\u5148\u7528\u4E0B\u9762\u7684\u7FFB\u8B6F\u670D\u52D9\u63D0\u524D\u7FFB\u8B6F\u6574\u500B\u5B57\u5E55\uFF0C1 \u5C0F\u6642\u7684\u8996\u8A0A\u5927\u6982\u6D88\u8017 5\u842C Tokens \u6216 \u5B57\u7B26\uFF0C\u8ACB\u914C\u60C5\u4F7F\u7528\uFF1B\u95DC\u9589\u5F8C\u5247\u512A\u5148\u4F7F\u7528\u539F\u5F71\u7247\u81EA\u5E36\u7684\u6A5F\u7FFB\u5B57\u5E55","subtitle.humanSubtitlesPreferred":"\u512A\u5148\u4F7F\u7528\u4EBA\u5DE5\u5B57\u5E55","subtitle.humanSubtitlesPreferredDescription":"\u7576\u5F71\u7247\u6709\u76EE\u6A19\u8A9E\u8A00\u4EBA\u5DE5\u5B57\u5E55\u6642\uFF0C\u512A\u5148\u4F7F\u7528\u4EBA\u5DE5\u5B57\u5E55\uFF08\u63A8\u85A6\uFF09","subtitle.bilingual":"\u96D9\u8A9E\u5B57\u5E55","subtitle.autoDisableSubtitle":"\u4E0D\u81EA\u52D5\u555F\u7528\u96D9\u8A9E\u5B57\u5E55","subtitle.hideQuickButton":"\u4E0D\u518D\u986F\u793A\u8A72\u5FEB\u6377\u65B9\u5F0F","subtitle.showQuickButton":"\u986F\u793A\u96D9\u8A9E\u5B57\u5E55\u5FEB\u6377\u65B9\u5F0F","subtitle.showQuickButtonDescription":"\u5728\u8996\u983B\u64AD\u653E\u5668\u53F3\u4E0B\u89D2\u63D0\u4F9B\u555F\u7528\u96D9\u8A9E\u5B57\u5E55\u7684\u5FEB\u6377\u65B9\u5F0F",videoSubtitleTranslationDescription:"\u70BA\u5F71\u7247\u5B57\u5E55\u55AE\u7368\u6307\u5B9A\u4E00\u500B\u7FFB\u8B6F\u670D\u52D9",subtitleTranslating:"\u6B63\u5728\u4F7F\u7528 {service} \u670D\u52D9\u7FFB\u8B6F\u5B57\u5E55\u4E2D\uFF0C\u8ACB\u7A0D\u7B49...\uFF08\u6C89\u6D78\u5F0F\u7FFB\u8B6F\uFF09",subtitleLoading:"\u6B63\u5728\u8F09\u5165\u5B57\u5E55...",bilingual:"\u96D9\u8A9E","field.action":"\u662F\u5426\u555F\u7528\u767E\u5EA6\u8853\u8A9E","description.action":"\u555F\u7528\u5F8C\u6703\u5728\u8ACB\u6C42\u4E2D\u52A0\u5165 action=1 \u7684\u53C3\u6578\uFF0C\u4EE5\u4FBF\u544A\u77E5\u767E\u5EA6\u555F\u7528\u8853\u8A9E\uFF0C<1>\u66F4\u591A\u8AAA\u660E\u8ACB\u53C3\u8003\u5B98\u65B9\u6587\u6A94",closeQuickTranslation:"\u95DC\u9589\u61F8\u6D6E\u7403","closeQuickTranslation.untilNext":"\u672C\u6B21\u95DC\u9589\u76F4\u5230\u4E0B\u6B21\u8A2A\u554F","closeQuickTranslation.currentWebsite":"\u7576\u524D\u7DB2\u7AD9\u7981\u7528","closeQuickTranslation.alwaysClose":"\u6C38\u4E45\u7981\u7528","closeQuickTranslation.settingOpen":"\uFF08\u53EF\u5728<1>\u8A2D\u5B9A\u9801\u958B\u555F\uFF09","closeQuickTranslation.cancel":"\u53D6\u6D88","closeQuickTranslation.confirm":"\u78BA\u5B9A","floatBall.popup":"\u6253\u958B\u5FEB\u6377\u8A2D\u5B9A\u9762\u677F","floatBall.translate":"\u9EDE\u64CA\u7FFB\u8B6F\u8A72\u9801\u9762","floatBall.showOriginal":"\u9EDE\u64CA\u5207\u63DB\u5230\u539F\u6587","floatBall.close":"\u95DC\u9589\u61F8\u6D6E\u7403","floatBallOptions.enableDescPc":"\u555F\u7528\u9801\u9762\u61F8\u6D6E\u7403\u5F8C\uFF0C\u6703\u5728\u9801\u9762\u53F3\u5074\u986F\u793A\u4E00\u500B\u5FEB\u6377\u7FFB\u8B6F\u6309\u9215\uFF0C\u9EDE\u64CA\u5373\u53EF\u7FFB\u8B6F","floatBallOptions.enableDesc":"\u95DC\u9589\u61F8\u6D6E\u7403\u5F8C\uFF0C\u53EF\u4EE5\u7528{touch}\u559A\u8D77\u3002\u70BA\u9632\u6B62\u4E0D\u614E\u95DC\u9589\u8A72\u9078\u9805\u5F8C\u627E\u4E0D\u5230\u61F8\u6D6E\u7403\uFF0C\u5F37\u70C8\u5EFA\u8B70\u6536\u85CF\u672C\u8A2D\u5B9A\u9801","description.azureApiUrl":"\u586B\u5165\u81EA\u8A02\u7684API\u4F4D\u5740",shareBtnTitle:"\u9EDE\u64CA\u751F\u6210\u7DB2\u9801\u5FEB\u7167","floatBall.share":"\u751F\u6210\u7DB2\u9801\u5FEB\u7167","floatBall.guideClickToTranslate":`\u9EDE\u64CA\u6C89\u6D78\u5F0F\u7FFB\u8B6F\u61F8\u6D6E\u7403 + {env.imt_sub_trans_field}: \u8BD1\u6587`,"browser.PdfProFile":"AI \u9A71\u52A8\u7684 PDF Pro \u7FFB\u8BD1","browser.textTranslate":"\u6587\u672C\u7FFB\u8BD1"};var Cl={nologin:"\u672A\u767B\u9304",loginForSafari:"\u767B\u5165\u6216\u8A3B\u518A",login:"\u767B\u9304",goLogin:"\u53BB\u767B\u9304",manageAccount:"\u7BA1\u7406\u8CEC\u6236",openPremium:"\u958B\u901A\u6703\u54E1",logout:"\u9000\u51FA",curentPlan:"\u7576\u524D\u5957\u9910",endAt:"\u5230\u671F",endAuto:"\u81EA\u52D5\u7E8C\u671F",lineBreakMaxTextCount:"\u63DB\u884C\u5F8C\uFF0C\u6BCF\u53E5\u8A71\u5141\u8A31\u7684\u6700\u5927\u5B57\u5143\u6578\u91CF","translate-pdf":"\u9EDE\u9078\u7FFB\u8B6F PDF","noSupportTranslate-pdf":"\u8173\u672C\u4E0D\u652F\u63F4\uFF0C\u8ACB\u4F7F\u7528\u64F4\u5145\u5957\u4EF6","translate-firefox-local-pdf":"\u9EDE\u64CA\u53BB\u5C0E\u5165PDF",enableLineBreak:"\u958B\u555F\u9577\u6BB5\u843D\u81EA\u52D5\u63DB\u884C",sponsorLabel:"$1 \u8D77\u8D0A\u52A9\u958B\u767C\u8005 (\u6708\u4ED8\u6216\u50C5\u8D0A\u52A9\u4E00\u6B21\u5747\u53EF)",help:"\u8AAA\u660E",enableLineBreakDescription:"\u555F\u7528\u5F8C\uFF0C\u5C07\u6703\u5728\u9577\u6BB5\u843D\u4E2D\u6BCF\u53E5\u8A71\u7D50\u675F\u63D2\u5165\u63DB\u884C\u5B57\u5143\uFF0C\u4EE5\u4FBF\u65BC\u95B1\u8B80","browser.shortBrandName":"\u6C89\u6D78\u5F0F\u7FFB\u8B6F","browser.brandName":"\u6C88\u6D78\u5F0F\u7FFB\u8B6F - \u7DB2\u9801\u7FFB\u8B6F\u64F4\u5145 | PDF\u7FFB\u8B6F | \u514D\u8CBB","browser.brandDescription":"\u3010\u6C88\u6D78\u5F0F\u7FFB\u8B6F\u3011\u4E00\u6B3E\u514D\u8CBB\u7684\uFF08\u539F\u6587/\u8B6F\u6587\uFF09\u96D9\u8A9E\u5C0D\u7167\u7DB2\u9801\u7FFB\u8B6F\u64F4\u5145\uFF0C\u540C\u6642\u652F\u6301PDF\u7FFB\u8B6F\uFF08\u4FDD\u7559\u539F\u6587\u6A94\u6392\u7248\uFF09\uFF0C\u8996\u983B\u96D9\u8A9E\u5B57\u5E55\u7FFB\u8B6F\uFF08Youtube, Netflix\u7B49\uFF09\uFF0CEPUB\u96FB\u5B50\u66F8\u7FFB\u8B6F\u7B49\uFF1B\u652F\u6301\u8ABF\u7528\u4EBA\u5DE5\u667A\u80FDAI\u7FFB\u8B6F\u5927\u6A21\u578B\uFF08OpenAI (ChatGPT)\u3001DeepL\u3001Gemini(Bard) \u7B49 \uFF09\u5C0D\u4EE5\u4E0A\u5167\u5BB9\u9032\u884C\u66F4\u6E96\u78BA\u7684\u7FFB\u8B6F\uFF1B","browser.toggleTranslatePage":"\u7FFB\u8B6F\u7DB2\u9801/\u986F\u793A\u539F\u6587","browser.toggleTranslateTheWholePage":"\u7FFB\u8B6F\u9801\u9762\u5168\u90E8\u5340\u57DF/\u986F\u793A\u539F\u6587","browser.toggleTranslateToThePageEndImmediately":"\u7ACB\u5373\u7FFB\u8B6F\u5230\u9801\u9762\u5E95\u90E8/\u986F\u793A\u539F\u6587","browser.toggleTranslateTheMainPage":"\u7FFB\u8B6F\u9801\u9762\u4E3B\u8981\u5340\u57DF/\u986F\u793A\u539F\u6587","browser.shareToDraft":"\u751F\u6210\u7DB2\u9801\u5FEB\u7167","browser.openOptionsPage":"\u958B\u555F\u8A2D\u5B9A\u9801\u9762","browser.translateLocalPdfFile":"\u7FFB\u8B6F\u672C\u6A5F PDF \u6A94\u6848","browser.openEbookViewer":"\u95B1\u8B80\u672C\u6A5F\u96FB\u5B50\u66F8","browser.openEbookBuilder":"\u88FD\u4F5C\u96D9\u8A9E EPUB \u96FB\u5B50\u66F8","browser.translateLocalHtmlFile":"\u7FFB\u8B6F HTML/txt \u6A94\u6848","browser.donateContext":"\u4E86\u89E3\u8D0A\u52A9\u798F\u5229","browser.translateLocalSubtitleFile":"\u7FFB\u8B6F\u5B57\u5E55\u6A94\u6848",confirmResetConfig:"\u4F60\u78BA\u5B9A\u8981\u91CD\u8A2D\u8A2D\u5B9A\u55CE\uFF1F",translationLineBreakSettingTitle:"\u8B6F\u6587\u63DB\u884C\u8A2D\u5B9A",smartLineBreak:"\u667A\u6167\u63DB\u884C",alwaysLineBreak:"\u7E3D\u662F\u63DB\u884C",isShowContextMenu:"\u5C07\u7DB2\u9801\u7FFB\u8B6F\u529F\u80FD\u52A0\u5165\u53F3\u9375\u9078\u55AE",toggleBeta:"\u958B\u555F Beta \u6E2C\u8A66\u529F\u80FD",betaDescription:"\u555F\u7528\u4ECD\u5728\u5BE6\u9A57\u7684\u529F\u80FD\u4EE5\u53CA\u6E2C\u8A66\u4E2D\u7684\u7FFB\u8B6F\u670D\u52D9\u3002\u52A0\u5165 <1>Telegram \u7FA4\u7D44\u4E86\u89E3\u66F4\u591A\u3002",translationLineBreakSettingDescription:"\u7E3D\u662F\u63DB\u884C\u9069\u7528\u65BC\u8F03\u5C11\u5167\u5BB9\u7684\u7248\u9762\uFF0C\u66F4\u6574\u9F4A\u3002(\u5728\u5167\u5BB9\u8F03\u591A\u7684\u9577\u6BB5\u843D(\u8D85\u904E {count} \u500B\u5B57\u5143) \u4F7F\u7528\u667A\u6167\u63DB\u884C\u6703\u66F4\u7701\u7A7A\u9593)",tempTranslateDomainTitle:"\u81E8\u6642\u958B\u555F\u7DB2\u7AD9\u7FFB\u8B6F\u7684\u6642\u9577",tempTranslateDomainDescription:"\u7576\u624B\u52D5\u7FFB\u8B6F\u67D0\u500B\u7DB2\u9801\u7684\u6642\u5019\uFF0C\u81E8\u6642\u958B\u555F\u8A72\u7DB2\u7AD9\u70BA\u81EA\u52D5\u7FFB\u8B6F",xMinutes:"{count} \u5206\u9418",disabled:"\u505C\u7528",changelog:"\u66F4\u65B0\u8A18\u9304",toggleTranslatePageWhenThreeFingersOnTheScreen:"\u591A\u6307\u540C\u6642\u89F8\u6478\u87A2\u5E55\u5247\u7FFB\u8B6F\u7DB2\u9801/\u986F\u793A\u539F\u6587",toggleTranslationMaskWhenThreeFingersOnTheScreen:"\u591A\u6307\u540C\u6642\u89F8\u6478\u5247\u986F\u793A/\u96B1\u85CF\u8B6F\u6587\u6A21\u7CCA\u6548\u679C",addUrlDescription:"\u53EF\u4EE5\u70BA\u7DB2\u57DF\u540D\u7A31\uFF0C\u540C\u6642\u652F\u63F4\u842C\u7528\u5B57\u5143\uFF0C\u5982\uFF1A*.google.com, google.com/mail/*, https://www.google.com/*",general:"\u57FA\u672C\u8A2D\u5B9A",clickToExpandConfig:"\u5C55\u958B\u76EE\u524D\u8A2D\u5B9A",import:"\u5F9E\u6A94\u6848\u532F\u5165",export:"\u532F\u51FA\u70BA\u6A94\u6848",toggleDebug:"\u5728\u4E3B\u63A7\u53F0\u986F\u793A\u5075\u932F\u8A18\u9304","fingers.0":"\u95DC\u9589",mouseHoldKey:"+ {key} \u7FFB\u8B6F/\u9084\u539F\u8A72\u6BB5",mouseHoldKeyAuto:"\u76F4\u63A5\u7FFB\u8B6F\u8A72\u6BB5",mouseHoldKeyOff:"\u4E0D\u505A\u4EFB\u4F55\u4E8B\u60C5",mouseHoldKeyOther:"\u81EA\u5B9A\u7FA9\u5FEB\u6377\u9375(\u6253\u958B\u8A2D\u7F6E)",mouseHoldKeyCustomKey:"{key} \u7FFB\u8B6F/\u9084\u539F\u8A72\u6BB5","mouse-translate":"\u9F20\u6A19\u6ED1\u904E",document:"\u8AAA\u660E\u6587\u4EF6",resetSuccess:"\u91CD\u8A2D\u6240\u6709\u8A2D\u5B9A\u6210\u529F",resetThisSuccess:"\u91CD\u8A2D\u6210\u529F",saved:"\u5132\u5B58\u6210\u529F",successImportConfig:"\u6210\u529F\u532F\u5165\u8A2D\u5B9A",goAdvancedSettings:"\u524D\u5F80\u9032\u968E\u8A2D\u5B9A\u9801\u9762",goAdvancedInterfaceSettings:"\u524D\u5F80\u81EA\u8A02\u8A2D\u5B9A\u9801\u9762",advanced:"\u9032\u968E\u8A2D\u5B9A",advancedDescription:"\u6B63\u5E38\u60C5\u6CC1\u7121\u9700\u8A2D\u5B9A\uFF0C\u4FDD\u6301\u9810\u8A2D\u5373\u53EF\u3002\u50C5\u91DD\u5C0D\u66F4\u5C08\u696D\u7684\u4F7F\u7528\u8005\uFF0C\u63D0\u4F9B\u66F4\u500B\u4EBA\u5316\u7684\u8A2D\u5B9A\u9805\u76EE\u3002",developer:"\u958B\u767C\u8005\u8A2D\u5B9A",donateCafe:"\u50F9\u683C","translate to the bottom of the page":"\u9032\u5165\u7DB2\u9801\u5F8C\uFF0C\u662F\u5426\u7ACB\u5373\u7FFB\u8B6F\u5230\u9801\u9762\u5E95\u90E8\uFF1F",feedback:"\u554F\u984C\u56DE\u5831",toggleTranslatePage:"\u7FFB\u8B6F\u7DB2\u9801/\u986F\u793A\u539F\u6587",translateToThePageEndImmediatelyDescription:"\u555F\u7528\u5F8C\uFF0C\u9032\u5165\u7DB2\u9801\u5C07\u7ACB\u5373\u7FFB\u8B6F\u5F9E\u9802\u90E8\u5230\u5E95\u90E8\u7684\u5167\u5BB9\u3002\u95DC\u9589\u5247\u908A\u770B\u908A\u8B6F\u3002\uFF08\u4E0D\u63A8\u85A6\u958B\u555F\uFF09","translate all areas of the page":"\u662F\u5426\u7FFB\u8B6F\u7DB2\u9801\u6240\u6709\u5340\u57DF",translationAreaDescription:"\u555F\u7528\u5F8C\uFF0C\u7DB2\u9801\u7684\u6240\u6709\u5340\u57DF\u90FD\u6703\u88AB\u7FFB\u8B6F\u3002\u95DC\u9589\u5247\u4F7F\u7528\u9810\u8A2D\u7684\u667A\u6167\u8FA8\u8B58\uFF0C\u50C5\u7FFB\u8B6F\u4E3B\u8981\u5340\u57DF\u3002(\u4E0D\u63A8\u85A6\u958B\u555F)","the number of characters to be translated first":"\u76F4\u63A5\u7FFB\u8B6F\u9801\u9762\u524D\u591A\u5C11\u500B\u5B57\u5143\uFF0C\u800C\u7121\u9700\u7B49\u5F85\u6372\u52D5\u81F3\u53EF\u898B\u5340\u57DF","interface language":"\u4ECB\u9762\u8A9E\u8A00","display both the original text and the translation":"\u540C\u6642\u986F\u793A\u539F\u6587\u548C\u8B6F\u6587","keyboard shortcuts":"\u9375\u76E4\u5FEB\u901F\u9375",modify:"\u8B8A\u66F4\u5FEB\u901F\u9375",reset:"\u91CD\u8A2D",close:"\u95DC\u9589",homepage:"\u9996\u9801",more:"\u66F4\u591A",moreOptions:"\u5C55\u958B\u66F4\u591A\u81EA\u8A02\u9078\u9805",translateTheWholePage:"\u7FFB\u8B6F\u9801\u9762\u5168\u90E8\u5340\u57DF\uFF08\u5340\u5206\u65BC\u53EA\u7FFB\u8B6F\u4E3B\u8981\u5340\u57DF\uFF09",changeToTranslateTheWholePage:"\u5207\u63DB\u70BA\u7FFB\u8B6F\u6240\u6709\u5340\u57DF",changeToTranslateTheMainPage:"\u5207\u63DB\u70BA\u7FFB\u8B6F\u4E3B\u8981\u5340\u57DF",translateToThePageEndImmediately:"\u7ACB\u5373\u7FFB\u8B6F\u5230\u5E95\u90E8\uFF08\u5340\u5206\u65BC\u770B\u54EA\u8B6F\u54EA\uFF09",translateTheMainPage:"\u667A\u6167\u7FFB\u8B6F\u4E3B\u8981\u5340\u57DF","The local rules are up to date":"\u672C\u6A5F\u898F\u5247\u5DF2\u70BA\u6700\u65B0\uFF1A","Successfully synchronized with the latest official rules:":"\u6210\u529F\u540C\u6B65\u6700\u65B0\u5B98\u65B9\u898F\u5247\uFF1A","Checking for updates":"\u6B63\u5728\u6AA2\u67E5\u66F4\u65B0","Rules are being synchronized":"\u6B63\u5728\u540C\u6B65\u5B98\u65B9\u898F\u5247",localVersionIsTooOld:"\u672C\u6A5F\u5957\u4EF6\u7248\u672C\u904E\u820A\uFF0C\u8ACB\u5347\u7D1A\u5957\u4EF6\u81F3 {minVersion} \u6216\u66F4\u65B0\u7684\u7248\u672C\u518D\u5617\u8A66\u540C\u6B65",badUserscriptBrowser:"\u76EE\u524D\u700F\u89BD\u5668\u7121\u6CD5\u6B63\u78BA\u5BE6\u73FE\u6CB9\u7334\u5957\u4EF6\u7684\u4ECB\u9762\uFF0C\u8ACB\u4F7F\u7528\u5176\u4ED6<1>\u652F\u63F4\u6CB9\u7334\u5957\u4EF6\u7684\u700F\u89BD\u5668\u5982(Firefox Nightly \u7248\u672C)",foundNewVersion:"\u6709\u65B0\u7248\u672C\u53EF\u7528",theLocalExtensionIsUpToUpdate:"\u76EE\u524D\u5957\u4EF6\u5DF2\u662F\u6700\u65B0\u7248\u672C",failToSyncRules:"\u540C\u6B65\u6700\u65B0\u5B98\u65B9\u898F\u5247\u5931\u6557",retry:"\u9EDE\u6B64\u91CD\u8A66",failedReason:"\u5931\u6557\u539F\u56E0",currentRuleVersion:"\u76EE\u524D\u898F\u5247\u7248\u672C",calculating:"\u6B63\u5728\u8A08\u7B97",unknownError:"\u672A\u77E5\u7684\u932F\u8AA4",canNotFetchRemoteRule:"\u7121\u6CD5\u53D6\u5F97\u9060\u7AEF\u898F\u5247",enableAlphaSuccess:"\u5DF2\u555F\u7528 Alpha \u529F\u80FD",disableAlphaSuccess:"\u5DF2\u505C\u7528 Alpha \u529F\u80FD",cacheSize:"\u5FEB\u53D6\u5927\u5C0F\uFF1A",cleaning:"\u6B63\u5728\u6E05\u7406",cleanCache:"\u6E05\u9664\u5FEB\u53D6",options:"\u9078\u9805",about:"\u95DC\u65BC",service:"\u7FFB\u8B6F\u670D\u52D9",needAction:"(\u524D\u5F80\u8A2D\u5B9A)",goSettings:"\u524D\u5F80\u8A2D\u5B9A",needActionForOptions:"(\u9700\u8A2D\u5B9A)",translationEngine:"\u5F15\u64CE\u9078\u9805",sourceLanguage:"\u539F\u6587\u8A9E\u8A00",target:"\u76EE\u6A19\u8A9E\u8A00",popupSourceLanguage:"\u539F\u6587\u8A9E\u8A00",popupTarget:"\u76EE\u6A19\u8A9E\u8A00",popupService:"\u7FFB\u8B6F\u670D\u52D9",forThisSite:"\u7576\u524D\u7DB2\u7AD9",autoEnableSubtitle:"\u81EA\u52D5\u958B\u555F\u96D9\u8A9E\u5B57\u5E55",alwaysTranslate:"\u7E3D\u662F\u7FFB\u8B6F",neverTranslate:"\u6C38\u4E0D\u7FFB\u8B6F",neverTranslateSomeLanguage:"\u6C38\u4E0D\u7FFB\u8B6F {language}",alwaysTranslateSomeSite:"\u7E3D\u662F\u7FFB\u8B6F {hostname}",neverTranslateSomeSite:"\u6C38\u4E0D\u7FFB\u8B6F {hostname}",alwaysTranslateSomeSiteOrWildSite:"\u7E3D\u662F\u7FFB\u8B6F\u7DB2\u7AD9",alwaysTranslateSomePage:"\u7E3D\u662F\u7FFB\u8B6F\u8A72\u7DB2\u9801",add:"\u65B0\u589E",default:"\u9810\u8A2D",forThisLanguage:"\u91DD\u5C0D\u8A72\u8A9E\u8A00\uFF1A","add url":"\u8F38\u5165 URL",edit:"\u7DE8\u8F2F",pickAll:"\u5168\u9078","translate other languages into specific language":"\u5C07\u5176\u5B83\u8A9E\u8A00\u7FFB\u8B6F\u70BA\u4F60\u8A2D\u5B9A\u7684\u8A9E\u8A00","select translation service":"\u9078\u64C7\u4F60\u60F3\u7528\u7684\u7FFB\u8B6F\u670D\u52D9",language:"\u8A9E\u8A00","show-original":"\u986F\u793A\u539F\u6587",translate:"\u7FFB\u8B6F",Translated:"\u5DF2\u7FFB\u8B6F",Translating:"\u6B63\u5728\u7FFB\u8B6F",Error:"\u932F\u8AA4",allowCacheTranslations:"\u555F\u7528\u672C\u6A5F\u7FFB\u8B6F\u5FEB\u53D6\uFF08\u6E1B\u5C11\u91CD\u8907\u6BB5\u843D\u7684\u7FFB\u8B6F\u8981\u6C42\uFF09","translation display":"\u8B6F\u6587\u986F\u793A\u6A23\u5F0F","select diplay style":"\u5340\u5206\u8B6F\u6587\u7684\u6A23\u5F0F\uFF0C\u5177\u9AD4\u53EF\u53C3\u8003\u4E0B\u5217\u7BC4\u4F8B",interface:"\u4ECB\u9762\u8A2D\u5B9A",import_export:"\u532F\u5165/\u532F\u51FA",import_export_title:"\u532F\u5165/\u532F\u51FA\u8A2D\u5B9A",syncToGoogleDrive:"\u7ACB\u5373\u8207 Google Drive \u540C\u6B65","floatBallOptions.enable":"\u555F\u7528\u61F8\u6D6E\u7403","floatBallOptions.blockUrls":"\u7981\u7528\u7DB2\u7AD9","floatBallOptions.add":"\u6DFB\u52A0","floatBallOptions.blockUrlDesc":"\u7576\u9047\u5230\u4EE5\u4E0B\u7DB2\u7AD9\u6642\u4E0D\u986F\u793A\u61F8\u6D6E\u7403","floatBallOptions.clickType":"\u9EDE\u64CA\u884C\u70BA","floatBallOptions.clickTypeDesc":"\u61F8\u6D6E\u7403\u5716\u6A19\u9EDE\u64CA\u6642\u7684\u884C\u70BA","floatBallOptions.clickPopup":"\u986F\u793A\u7FFB\u8B6F\u9762\u677F","floatBallOptions.clickTranslate":"\u7FFB\u8B6F/\u986F\u793A\u539F\u6587","floatBallOptions.fixedPosition":"\u56FA\u5B9A\u4F4D\u7F6E","floatBallOptions.fixedPositionDesc":"\u61F8\u6D6E\u7403\u5728\u7A97\u53E3\u5DE6\u5074\u9084\u662F\u53F3\u5074","floatBallOptions.fixedPositionLeft":"\u5DE6\u5074","floatBallOptions.fixedPositionRight":"\u53F3\u5074",previewAllThemes:"\u9810\u89BD\u5168\u90E8\u6A23\u5F0F","translationTheme.none":"\u7121","translationTheme.grey":"\u9ED1\u7070\u8272","translationTheme.dashed":"\u7834\u6298\u865F\u5E95\u7DDA","translationTheme.dotted":"\u9EDE\u72C0\u5E95\u7DDA","translationTheme.dashedBorder":"\u865B\u7DDA\u6846\u7DDA","translationTheme.solidBorder":"\u5BE6\u7DDA\u6846\u7DDA","translationTheme.underline":"\u76F4\u7DDA\u5E95\u7DDA","translationTheme.mask":"\u6A21\u7CCA\u6548\u679C\uFF08\u5B78\u7FD2\u6A21\u5F0F\uFF09","translationTheme.opacity":"\u900F\u660E\u6548\u679C","translationTheme.paper":"\u767D\u7D19\u9670\u5F71\u6548\u679C","translationTheme.dividingLine":"\u5206\u9694\u7DDA","translationTheme.highlight":"\u9192\u76EE\u63D0\u793A","translationTheme.marker":"\u99AC\u514B\u7B46","translationTheme.marker2":"\u99AC\u514B\u7B462","translationTheme.blockquote":"\u5F15\u7528\u6A23\u5F0F","translationTheme.weakening":"\u5F31\u5316","translationTheme.italic":"\u659C\u9AD4","translationTheme.bold":"\u7C97\u9AD4","translationTheme.thinDashed":"\u7D30\u7834\u6298\u865F\u5E95\u7DDA","translationTheme.nativeDashed":"\u7CFB\u7D71\u5167\u5EFA\u7834\u6298\u865F\u5E95\u7DDA","translationTheme.nativeDotted":"\u7CFB\u7D71\u5167\u5EFA\u9EDE\u72C0\u5E95\u7DDA","translationTheme.nativeUnderline":"\u7CFB\u7D71\u5167\u5EFA\u76F4\u7DDA\u5E95\u7DDA","translationTheme.wavy":"\u6CE2\u5F62\u66F2\u7DDA","translationServices.custom":"\u81EA\u5B9A\u7FA9API","translationServices.tencent":"\u9A30\u8A0A\u7FFB\u8B6F\u541B","translationServices.tenAlpha":"\u9A30\u8A0A\u7FFB\u8B6F\u541B(Alpha)","translationServices.google":"Google \u7FFB\u8B6F","translationServices.bai":"\u767E\u5EA6(Alpha)","translationServices.baidu":"\u767E\u5EA6\u7FFB\u8B6F","translationServices.aliyun":"\u963F\u91CC\u96F2\u7FFB\u8B6F","translationServices.volc":"\u706B\u5C71\u7FFB\u8B6F","translationServices.deeplx":"DeepLX(Beta)","translationServices.bing":"\u5FAE\u8F6F\u7FFB\u8B6F","translationServices.deepl":"DeepL","translationServices.wechat":"\u5FAE\u4FE1\u7FFB\u8B6F","translationServices.azure":"Azure \u7FFB\u8B6F","translationServices.ibm":"IBM Watson","translationServices.aws":"\u4E9E\u99AC\u905C\u7FFB\u8B6F","translationServices.mock":"\u6A21\u64EC\u7FFB\u8B6F","translationServices.mock2":"\u6A21\u64EC\u7FFB\u8B6F2","translationServices.caiyun":"\u5F69\u96F2\u5C0F\u8B6F","translationServices.cai":"\u5F69\u96F2\u5C0F\u8B6F (Alpha)","translationServices.volcAlpha":"\u706B\u5C71\u7FFB\u8B6F(Alpha)","translationServices.openl":"OpenL","translationServices.youdao":"\u6709\u9053\u7FFB\u8B6F","translationServices.you":"\u6709\u9053\u7FFB\u8B6F (Alpha)","translationServices.transmart":"\u9A30\u8A0A\u4EA4\u4E92\u7FFB\u8B6F","translationServices.niu":"\u5C0F\u725B\u7FFB\u8B6F","translationServices.papago":"Papago \u7FFB\u8B6F","translationServices.d":"Deepl(Alpha)","translationServices.dpro":"D Pro (Canary)","translationServices.openai":"OpenAI","translationServices.yandex":"Yandex","translationServices.chatgpt":"ChatGPT Web(3.5 mobile)","translate title":"\u7FFB\u8B6F\u9801\u9762\u6A19\u984C","always languages":"\u7E3D\u662F\u7FFB\u8B6F\u7684\u8A9E\u8A00",neverTranslateLanguagesLabel:"\u6C38\u4E0D\u7FFB\u8B6F\u7684\u8A9E\u8A00",neverTranslateTheFollowingLanguagesDescription:"\u7576\u9801\u9762\u4E2D\u67D0\u4E00\u6BB5\u843D\u7684\u8A9E\u8A00\u70BA\u4E0B\u5217\u8A9E\u8A00\u6642\uFF0C\u5C07\u8DF3\u904E\u7FFB\u8B6F",enableUserscriptPagePopup:"\u5728\u9801\u9762\u4E0A\u986F\u793A\u61F8\u6D6E\u7403",enableUserscriptPagePopupDescription:"\u95DC\u9589\u61F8\u6D6E\u7403\u5F8C\uFF0C\u53EF\u4EE5\u7528\u5FEB\u901F\u9375/{touch}\u518D\u6B21\u986F\u793A\u3002\u70BA\u9632\u6B62\u4E0D\u614E\u95DC\u9589\u8A72\u9078\u9805\u5F8C\u627E\u4E0D\u5230\u61F8\u6D6E\u7403\uFF0C\u5EFA\u8B70\u5C07\u672C\u8A2D\u5B9A\u9801\u9762\u52A0\u5165\u81F3\u6211\u7684\u6700\u611B","always translate the following languages":"\u7576\u9801\u9762\u8A9E\u8A00\u70BA\u4E0B\u5217\u8A9E\u8A00\u6642\uFF0C\u6703\u81EA\u52D5\u7FFB\u8B6F\u70BA\u76EE\u6A19\u8A9E\u8A00","always sites":"\u7E3D\u662F\u7FFB\u8B6F\u7684\u7DB2\u5740","always translate the following sites":"\u7576\u7DB2\u7AD9\u70BA\u4E0B\u5217\u7DB2\u57DF\u540D\u7A31\u6642\uFF0C\u6703\u81EA\u52D5\u7FFB\u8B6F\u70BA\u76EE\u6A19\u8A9E\u8A00","never sites":"\u6C38\u4E0D\u7FFB\u8B6F\u7684\u7DB2\u5740","never translate the following sites":"\u7576\u7DB2\u7AD9\u70BA\u4E0B\u5217\u7DB2\u57DF\u540D\u7A31\u6642\uFF0C\u5C07\u4E0D\u6703\u9032\u884C\u7FFB\u8B6F","please refer to":"\u9700\u8981\u586B\u5BEB\u91D1\u9470\u5F8C\u624D\u53EF\u4F7F\u7528\uFF0C\u8A73\u7D30\u8CC7\u8A0A\u8ACB\u53C3\u8003",KeyAndConfigurationTutorial:"\u300A\u91D1\u9470\u7533\u8ACB\u548C\u8A2D\u5B9A\u6559\u5B78\u300B",useAboveStyleForTheseSites:"\u7576\u7DB2\u7AD9\u70BA\u4E0B\u5217\u7DB2\u57DF\u540D\u7A31\u6642\uFF0C\u7E3D\u662F\u4F7F\u7528 \u2308{theme}\u230B \u8B6F\u6587\u6A23\u5F0F",currentUrl:"\u76EE\u524D\u7DB2\u5740",confirm:"\u5132\u5B58",cancel:"\u53D6\u6D88",delete:"\u522A\u9664","languages.auto":"\u81EA\u52D5\u5075\u6E2C",syncToCloud:"\u540C\u6B65\u81F3\u96F2\u7AEF",syncToCloudDescription:"\u4E0A\u50B3\u81F3\u96F2\u7AEF\u5F8C\uFF0C\u53EF\u4EE5\u5728\u4E0D\u540C\u7684\u700F\u89BD\u5668/\u6CB9\u7334\u8173\u672C\u4E4B\u9593\u540C\u6B65\u8A2D\u5B9A\uFF0C\u4EE5\u6700\u5F8C\u8B8A\u66F4\u6642\u9593\u70BA\u6E96\u3002",syncToAccount:"\u540C\u6B65\u5230\u8CEC\u6236",syncToAccountButton:"\u7ACB\u5373\u8207\u96F2\u7AEF\u540C\u6B65",syncToAccountDescription:"\u4E0A\u50B3\u5230\u5DF2\u767B\u9304\u8CEC\u6236\uFF0C\u53EF\u4EE5\u5728\u4E0D\u540C\u7684\u8A2D\u5099\u4E4B\u9593\u540C\u6B65\u914D\u7F6E\uFF0C\u4EE5\u6700\u5F8C\u4FEE\u6539\u6642\u9593\u70BA\u6E96\u3002",successSyncConfigInAccount:"\u6210\u529F\u8207\u8CEC\u6236\u4FDD\u6301\u540C\u6B65",successSyncConfigToAccount:"\u6210\u529F\u540C\u6B65\u5230\u8CEC\u6236",syncConfigNoUpdate:"\u5DF2\u7D93\u662F\u6700\u65B0\u7684\u4E86",authFail:"\u6388\u6B0A\u5931\u6557",syncTitle:"\u624B\u52D5\u5099\u4EFD\u7BA1\u7406",import_hint:"\u532F\u5165",upload:"\u4E0A\u50B3",revokeAuth:"\u64A4\u92B7\u6388\u6B0A",uploadFail:"\u4E0A\u50B3\u5931\u6557",download:"\u4E0B\u8F09",importSuccess:"\u532F\u5165\u6210\u529F",importFail:"\u532F\u5165\u5931\u6557",deleteFail:"\u522A\u9664\u5931\u6557",backupToCloud:"\u624B\u52D5\u7BA1\u7406\u5099\u4EFD\u6A94\u6848",create_new_backup:"\u65B0\u589E\u5099\u4EFD\u7BC0\u9EDE",maxBackupFiles:"\u6700\u591A\u53EF\u4EE5\u5099\u4EFD{count}\u500B\u4E0D\u540C\u7684\u7BC0\u9EDE\uFF0C\u8ACB\u522A\u9664\u4E0D\u9700\u8981\u7684\u7BC0\u9EDE",backupToCloudDescription:"\u624B\u52D5\u4E0A\u50B3\u6216\u9084\u539F\u5099\u4EFD\u6A94\u6848\uFF0C\u6700\u591A\u5141\u8A31 3 \u500B\u4E0D\u540C\u7684\u5099\u4EFD",successSyncConfig:"\u6210\u529F\u8207\u96F2\u7AEF\u4FDD\u6301\u540C\u6B65",syncFail:"\u540C\u6B65\u5931\u6557",updatedAt:"\u66F4\u65B0\u65BC {date}",lastSyncedAt:"\u4E0A\u6B21\u6AA2\u67E5\u65BC {date}",downloadFail:"\u4E0B\u8F09\u5931\u6557",clickToDownload:"\u9EDE\u9078\u4E0B\u8F09",aboutLabel:"\u95DC\u65BC - \u554F\u984C\u56DE\u5831","browser.openAboutPage":"\u95DC\u65BC/\u554F\u984C\u56DE\u5831",aboutLabelWithoutSponsor:"\u95DC\u65BC - \u554F\u984C\u56DE\u5831",aboutIntro:"\u5E0C\u671B\u6211\u5011\u90FD\u80FD\u66F4\u52A0\u5BB9\u6613\u4E14\u6109\u6085\u5730\u7372\u53D6\u7DB2\u969B\u7DB2\u8DEF\u4E0A\u66F4\u591A\u7684\u5916\u8A9E\u8CC7\u8A0A \u2764\uFE0F \u4F60\u53EF\u4EE5\u9078\u64C7\u958B\u901A <6>Pro\u6703\u54E1 \u4F86\u4F7F\u7528\u958B\u7BB1\u5373\u7528\u7684 DeepL \u548C OpenAI \u7FFB\u8B6F\u3002

\u4F60\u53EF\u4EE5\u95DC\u6CE8\u6211\u4EEC\u7684<3>Twitter\uFF0C<4>Telegram \u983B\u9053\u4EE5\u53CA\u4E0B\u65B9\u7684<5>\u90F5\u4EF6\u8A02\u95B1\u8FFD\u8E64\u66F4\u65B0\u3002
<7>Pro \u6703\u54E1 \u53EF\u4EE5\u901A\u904E\u5FEB\u901F\u5BA2\u670D\u90F5\u7BB1 <8>support@immersivetranslate.com \u548C\u6211\u5011\u53D6\u5F97\u806F\u7E6B\u3002",aboutIntroWithoutSponsor:"\u5E0C\u671B\u6211\u5011\u90FD\u80FD\u66F4\u52A0\u5BB9\u6613\u4E14\u6109\u6085\u5730\u7372\u53D6\u7DB2\u969B\u7DB2\u8DEF\u4E0A\u66F4\u591A\u7684\u5916\u8A9E\u8CC7\u8A0A \u2764\uFE0F ",projectHomepage:"\u5C08\u6848\u9996\u9801",joinTelegramGroup:"\u52A0\u5165\u7528\u6237\u4EA4\u6D41\u7FA4\u7D44\u53C3\u8207\u529F\u80FD\u8A0E\u8AD6",wechatPublicAccount:"\u5FAE\u4FE1\u516C\u773E\u865F",wechatCommunities:"\u5FAE\u4FE1\u4EA4\u6D41\u7FA4",qqCommunities:"QQ \u4EA4\u6D41\u983B\u9053",joinTelegramChannel:"\u95DC\u6CE8 Telegram \u983B\u9053\u77AD\u89E3\u66F4\u65B0\u8CC7\u8A0A",feedbackAndJoin:"\u554F\u984C\u56DE\u5831/\u52A0\u5165\u7FA4\u7D44",autoSync:"\u81EA\u52D5\u5B9A\u6642\u540C\u6B65",loadingThemeTitle:"Loading \u6A23\u5F0F",loadingThemeDescription:"\u8A2D\u5B9A\u7B49\u5F85\u8B6F\u6587\u8F09\u5165\u6642\u7684\u6A23\u5F0F","loadingTheme.spinner":"\u8F49\u5708\u52D5\u756B","loadingTheme.text":"\u975C\u614B\u6587\u5B57 ... ","loadingTheme.none":"\u4E0D\u986F\u793A",developerDescription:"\u53EF\u4EE5\u9EDE\u9078<1>\u6B64\u8655\u6AA2\u8996\u9032\u968E\u81EA\u8A02\u529F\u80FD\u76F8\u95DC\u7684\u8AAA\u660E\u6587\u4EF6","edit border color":"\u8B8A\u66F4\u908A\u6846\u8272\u5F69",successSyncButNoChange:"\u76EE\u524D\u8A2D\u5B9A\u8207\u96F2\u7AEF\u4E00\u81F4",customTheme:"\u81EA\u8A02\u8272\u5F69\u548C\u5927\u5C0F","customThemeLabel.borderColor":"\u908A\u6846\u8272\u5F69","customThemeLabel.borderRadius":"\u908A\u6846\u5713\u89D2","customThemeLabel.textColor":"\u6587\u5B57\u8272\u5F69","customThemeLabel.backgroundColor":"\u80CC\u666F\u8272\u5F69","customThemeLabel.zoom":"\u5B57\u578B\u7E2E\u653E\u6BD4\u4F8B (%)","customThemeLabel.opacity":"\u6587\u5B57\u4E0D\u900F\u660E\u5EA6(%)",resetToDefaultColor:"\u9084\u539F\u70BA\u9810\u8A2D\u8272\u5F69",resetToDefaultSettings:"\u9084\u539F\u70BA\u9810\u8A2D\u8A2D\u5B9A",isTranslateTitle:"\u555F\u7528\u7DB2\u9801\u6A19\u984C\u7FFB\u8B6F",isTranslateTitleDescription:"\u555F\u7528\u5F8C\uFF0C\u7DB2\u9801\u7684\u6A19\u984C\u6703\u88AB\u7FFB\u8B6F",enableSearchEnhancement:"\u958B\u555F\u641C\u7D22\u589E\u5F37",enableSearchEnhancementDescription:"\u4E2D\u6587\u641C\u7D22\u8C37\u6B4C\u6703\u5728\u53F3\u908A\u51FA\u73FE\u82F1\u6587\u7248\u8C37\u6B4C\u65B0\u805E",verifyService:"\u9EDE\u6B64\u6E2C\u8A66\u670D\u52D9",verified:"\u9A57\u8B49\u6210\u529F","field.langs":"\u652F\u63F4\u7684\u8A9E\u8A00\u4EE3\u78BC","field.model":"\u6A21\u578B","field.translationEngine":"\u7FFB\u8B6F\u5F15\u64CE","field.limitPerMinute":"\u6BCF\u5206\u9418\u6700\u5927\u8981\u6C42\u6578","field.limitPerSecond":"\u6BCF\u79D2\u6700\u5927\u8981\u6C42\u6578","field.maxTextLengthPerRequest":"\u6BCF\u6B21\u8981\u6C42\u7684\u6700\u5927\u6587\u5B57\u9577\u5EA6","field.maxTextGroupLengthPerRequest":"\u6BCF\u6B21\u8981\u6C42\u6700\u5927\u6BB5\u843D\u6578","field.apiUrl":"\u81EA\u8A02 API \u4F4D\u5740","field.placeholderDelimiters":"\u4FDD\u7559\u7684\u4F54\u4F4D\u7B26","description.custom":"\u81EA\u5B9A\u7FA9\u63A5\u53E3\u63A5\u5165 \u9700\u8981\u53C3\u8003\u6587\u6A94","description.limitPerMinute":"\u8981\u6C42\u6578\u8D85\u904E\u8A72\u9650\u5236\u6642\u6703\u88AB\u66AB\u6642\u505C\u7528\uFF0C\u76F4\u81F3\u4E0B\u4E00\u5206\u9418\u958B\u59CB\u3002\u7531\u4E8EOpenAI\u76EE\u524D\u670D\u52A1\u7684\u5404\u79CD\u9650\u5236\uFF0C\u8BF7\u70B9\u51FB<1>\u8FD9\u91CC\u67E5\u770B\u6700\u65B0\u5EFA\u8BAE\u7684\u6570\u503C","description.limitPerSecond":"\u8981\u6C42\u6578\u8D85\u904E\u8A72\u9650\u5236\u6642\u6703\u88AB\u66AB\u6642\u505C\u7528\uFF0C\u76F4\u81F3\u4E0B\u4E00\u79D2\u9418\u958B\u59CB\u3002\u7531\u4E8EOpenAI\u76EE\u524D\u670D\u52A1\u7684\u5404\u79CD\u9650\u5236\uFF0C\u8BF7\u70B9\u51FB<1>\u8FD9\u91CC\u67E5\u770B\u6700\u65B0\u5EFA\u8BAE\u7684\u6570\u503C","description.generalLimitPerSecond":"\u8ACB\u6C42\u6578\u8D85\u904E\u8A72\u9650\u5236\u6642\u6703\u9032\u5165\u6392\u968A\u72C0\u614B\uFF0C\u76F4\u5230\u4E0B\u4E00\u79D2\u9418\u958B\u59CB\u3002","description.prompt":"\u4EE5\u7528\u6236\u8EAB\u4EFD\u767C\u9001\u7D66 {service} \u7684\u5C0D\u8A71\uFF0C\u5176\u4E2D {{text}} \u8868\u793A\u6BB5\u843D\u7684\u6587\u672C\u5167\u5BB9\uFF0C{{from}} \u8868\u793A\u6BB5\u843D\u7684\u8A9E\u8A00\uFF0C{{to}} \u8868\u793A\u76EE\u6A19\u8A9E\u8A00","description.maxTextLengthPerRequest":"\u9810\u8A2D\u6703\u5408\u4F75\u591A\u500B\u6BB5\u843D\uFF0C\u4EE5\u6E1B\u5C11\u8ACB\u8981\u6C42\u6578\uFF0C\u4F46\u662F\u5982\u679C\u6BB5\u843D\u7E3D\u9577\u5EA6\u904E\u9577\uFF0C\u4E5F\u53EF\u80FD\u6703\u5C0E\u81F4 API \u7684\u56DE\u61C9\u6642\u9593\u589E\u52A0\uFF0C\u56E0\u6B64\u53EF\u4EE5\u5617\u8A66\u8ABF\u6574\u8A72\u9078\u9805\u4F86\u63D0\u5347\u901F\u5EA6","description.systemPrompt":"\u4EE5\u7CFB\u7D71\u8EAB\u4EFD\u767C\u9001\u7D66 {service} \u7684\u5C0D\u8A71\uFF0C\u5176\u4E2D {{text}} \u8868\u793A\u6BB5\u843D\u7684\u6587\u672C\u5167\u5BB9\uFF0C{{from}} \u8868\u793A\u6BB5\u843D\u7684\u8A9E\u8A00\uFF0C{{to}} \u8868\u793A\u76EE\u6A19\u8A9E\u8A00","field.domain":"\u9818\u57DF","description.domain":"\u9ED8\u8A8D\u70BA\uFF1Ageneral\u3002\u50C5\u5728\u6709\u9053API\u63A7\u5236\u53F0\u958B\u901A\u9818\u57DF\u5316\u7FFB\u8B6F\u7684\u60C5\u6CC1\u4E0B\u53EF\u8A2D\u7F6E\uFF0C\u652F\u6301\u9818\u57DF\u898B<1>\u9019\u88E1","field.scene":"\u5834\u666F","description.scene":"\u9ED8\u8A8D\u70BA\uFF1Ageneral\u3002\u50C5\u5728\u963F\u91CC\u96F2API\u63A7\u5236\u53F0\u958B\u901A\u6A5F\u5668\u7FFB\u8B6F\u5C08\u696D\u7248\u7684\u60C5\u6CC1\u4E0B\u53EF\u8A2D\u7F6E\uFF0C\u652F\u6301\u5834\u666F\u898B<1>\u9019\u88E1","field.vocabId":"\u4F7F\u7528\u8005\u8A5E\u5178ID","description.vocabId":"\u6307\u5B9A\u7684\u5B57\u5178out_id\uFF0C\u76EE\u524D\u652F\u63F4\u82F1\u8B6F\u4E2D","description.model":"OpenAI \u7684\u6A21\u578B\uFF0C\u53EF\u4EE5\u70BA gpt-3.5-turbo, gpt-4 \u7B49","description.maxTextGroupLengthPerRequest":"\u6BCF\u6B21\u50B3\u9001\u7D66\u7FFB\u8B6F\u670D\u52D9\u7684\u6BB5\u843D\u6578\u91CF\uFF0C\u5982\u679C\u6BB5\u843D\u6578\u91CF\u904E\u591A\uFF0C\u53EF\u80FD\u6703\u5C0E\u81F4\u56DE\u61C9\u901F\u5EA6\u8B8A\u6162","description.apiUrl":"\u8ACB\u52A0\u5165\u5177\u9AD4\u5305\u542B\u8DEF\u5F91\u7684\u7DB2\u5740",enabledExtension:"\u555F\u7528\u5957\u4EF6",clickToDisableExtension:"\u9EDE\u9078\u505C\u7528\u5957\u4EF6",clickToEnableExtension:"\u9EDE\u9078\u555F\u7528\u5957\u4EF6",hasBeenDisabled:"\u5DF2\u505C\u7528","show password":"\u986F\u793A\u5BC6\u78BC",customContent:"\u8F38\u5165\u81EA\u5B9A\u7FA9\u6A21\u578B",inputOptions:"\u8F38\u5165\u6846\u589E\u5F37",mouseHoverOptions:"\u9F20\u6A19\u6ED1\u904E",modifyMouseHoverKey:"\u4FEE\u6539\u6ED1\u9F20\u61F8\u505C\u5FEB\u6377\u9375",enableInputTranslation:"\u662F\u5426\u555F\u7528\u8F38\u5165\u6846\u589E\u5F37",enableInputTranslationDescription:"\u555F\u7528\u5F8C\uFF0C\u8F38\u5165\u6846\u76F4\u63A5\u8F38\u5165 {startingKey}{startingKey} \u4F60\u597D\uFF0C\u7136\u5F8C\u5FEB\u901F\u9023\u64CA{inputTrailingTriggerKeyRepeatTimes}\u6B21{trailingKey}\uFF0C\u5373\u53EF\u7FFB\u8B6F\u70BA {inputTargetLanguage}",enableInputTranslationDescriptionForNoneKey:"\u555F\u7528\u5F8C\uFF0C\u8F38\u5165\u6846\u76F4\u63A5\u8F38\u5165\uFF1A\u4F60\u597D\u4E16\u754C\uFF0C\u7136\u5F8C\u5FEB\u901F\u9023\u64CA{inputTrailingTriggerKeyRepeatTimes}\u6B21{trailingKey}\uFF0C\u5373\u53EF\u7FFB\u8B6F\u70BA\u9810\u8A2D\u76EE\u6A19\u8A9E\u8A00",inputTargetLanguage:"\u8A2D\u5B9A\u8F38\u5165\u6846\u7684\u9810\u8A2D\u76EE\u6A19\u8A9E\u8A00",inputTargetLanguageDescription:"\u8F38\u5165\u6846\u7FFB\u8B6F\u7684\u9810\u8A2D\u76EE\u6A19\u8A9E\u8A00\uFF0C\u4E5F\u5C31\u662F {startingKey}{startingKey} \u4F5C\u70BA\u89F8\u767C\u8A5E\u7684\u9810\u8A2D\u8A9E\u8A00",inputTargetLanguageDescriptionForNoneKey:"\u8F38\u5165\u6846\u7FFB\u8B6F\u7684\u9810\u8A2D\u76EE\u6A19\u8A9E\u8A00",inputStartingTriggerKeyTitle:"\u8A2D\u5B9A\u8F38\u5165\u6846\u90E8\u5206\u7FFB\u8B6F\u7684\u5206\u5272\u5B57\u7B26",inputStartingTriggerKeyDescription:"\u7576\u4F60\u4E0D\u9700\u8981\u7FFB\u8B6F\u6574\u500B\u8F38\u5165\u6846\u7684\u6642\u5019\uFF0C\u5206\u5272\u7B26\u5141\u8A31\u4F60\u53EA\u7FFB\u8B6F {startingKey}{startingKey} \u5230\u8F38\u5165\u6846\u672B\u5C3E\u7684\u90E8\u5206\uFF0C\u4E5F\u53EF\u4EE5\u6307\u5B9A\u8A9E\u8A00\u4EE3\u78BC\uFF0C\u4F8B\u5982\uFF1A{startingKey}ja \u8868\u793A\u53EA\u7FFB\u8B6F {startingKey}ja \u5230\u8F38\u5165\u6846\u672B\u5C3E\u7684\u90E8\u5206",inputStartingTriggerKeyDescriptionForNoneKey:"\u76EE\u524D\u8A2D\u5B9A\u70BA\u7121\u9700\u524D\u7DB4\uFF0C\u66AB\u7121\u6CD5\u4F7F\u7528\u8F38\u5165\u6846\u7684\u90E8\u5206\u6587\u5B57\u7FFB\u8B6F\u529F\u80FD",inputTrailingTriggerKeyTitle:"\u9078\u64C7\u4E00\u500B\u8F38\u5165\u7D50\u675F\u7684\u89F8\u767C\u5B57\u7B26",inputTrailingTriggerKeyDescription:"\u5FEB\u901F\u9023\u64CA3 \u6B21{trailingKey} \u5C07\u6703\u958B\u59CB\u7FFB\u8B6F",inputTrailingTriggerKeyTimeout:"\u8F38\u5165\u7D50\u675F\u9023\u64CA\u89F8\u767C\u7684\u9593\u9694\u6642\u9593",inputTrailingTriggerKeyTimeoutDescription:"\u8A2D\u7F6E\u8F38\u5165\u7D50\u675F\u9023\u64CA\u89F8\u767C\u7684\u9593\u9694\u6642\u9593\uFF08\u6BEB\u79D2\uFF09",spaceKey:"<\u7A7A\u683C\u9375>",noneKey:"\u7121\u9700\u524D\u7DB4\uFF0C\u76F4\u63A5\u7FFB\u8B6F\u6574\u500B\u6587\u5B57\u6846",inputTranslationBlockUrlsTitle:"\u5207\u52FF\u5728\u4EE5\u4E0B\u7DB2\u5740\u4E2D\u555F\u7528\u8F38\u5165\u6846\u589E\u5F37",inputTranslationBlockUrlsDescription:"\u5728\u4EE5\u4E0B\u7DB2\u5740\u4E2D\uFF0C\u8F38\u5165\u6846\u589E\u5F37\u5C07\u4E0D\u6703\u751F\u6548",inputHelperInfo:"\u8AAA\u660E\uFF1A\u6211\u5011\u7279\u5225\u91DD\u5C0D\u5728\u4E2D\u6587\u8F38\u5165\u6CD5\u4E0B\u90E8\u5206\u89F8\u767C\u5B57\u7B26\u6703\u8B8A\u6210\u4E2D\u6587\u6A19\u9EDE\u7B26\u865F\u9019\u4EF6\u4E8B\u505A\u4E86\u512A\u5316\uFF0C\u6BD4\u5982\u641C\u72D7\u8F38\u5165\u6CD5\u4E0B / \u6703\u8B8A\u6210\u9813\u865F \u3001\uFF0C\u6C89\u6D78\u5F0F\u7FFB\u8B6F\u652F\u6301\u6240\u6709\u89F8\u767C\u7B26\u5C0D\u61C9\u7684\u4E2D\u6587\u7B26\u865F\uFF0C\u4E5F\u5C31\u662F\u8AAA // \u3001\u3001 \u90FD\u6703\u88AB\u8B58\u5225\u70BA\u89F8\u767C\u5B57\u7B26\u3002

\u540C\u6642\u6211\u5011\u4E5F\u652F\u6301\u8A9E\u8A00\u4EE3\u78BC\u7684\u4E2D\u6587\u5225\u540D\u4F5C\u70BA\u547D\u4EE4\uFF0C\u6BD4\u5982 /\u65E5\u6587 \u4F60\u597D\u4E16\u754C \u6703\u88AB\u7FFB\u8B6F\u70BA\u65E5\u6587\uFF0C<1>\u9EDE\u6B64\u67E5\u770B\u6240\u6709\u652F\u63F4\u7684\u8A9E\u8A00\u4EE3\u78BC\u3002",reloadCurrentPage:"\u8ACB\u5148\u5237\u65B0\u76EE\u524D\u9801\u9762\uFF0C\u518D\u958B\u59CB\u7FFB\u8B6F",noLocalFilePermissionForPDF:"\u66AB\u7121\u6B0A\u9650\u8B80\u53D6\u672C\u6A5F\u6587\u4EF6\uFF0C\u8ACB\u9EDE\u9078\u4E0A\u65B9\u6309\u9215\uFF0C\u7136\u5F8C\u532F\u5165\u672C\u6A5F\u6587\u4EF6",noPermissionForThisPage:"\u26A0\uFE0F \u66AB\u7121\u6B0A\u9650\u7FFB\u8B6F\u76EE\u524D\u9801\u9762","error.retry":"\u91CD\u8A66","error.reason":"\u932F\u8AA4\u539F\u56E0",retryAllParagraphs:"\u91CD\u8A66\u5168\u90E8\u932F\u8AA4\u6BB5\u843D",retryAllButton:"\u91CD\u8A66\u5168\u90E8\u932F\u8AA4\u6BB5\u843D",errorTooltipTitle:"\u9EDE\u64CA\u770B\u932F\u8AA4\u539F\u56E0",errorModalTitle:"\u7FFB\u8B6F\u670D\u52D9\u6216\u7DB2\u8DEF\u4F3C\u4E4E\u51FA\u4E86\u9EDE\u554F\u984C...",disableConfirm:"\u7981\u7528\u78BA\u8A8D",disableOnce:"\u7981\u7528\u4E00\u6B21",disableGlobal:"\u5168\u5C40\u7981\u7528",disableTint:"* \u60A8\u53EF\u4EE5\u5728 {option} \u4E2D\u91CD\u65B0\u555F\u7528\u3002",searchEnhancementNotes:"\u6211\u5011\u767C\u73FE\uFF0C\u4E2D\u6587\u95DC\u9375\u8A5E\u548C\u82F1\u6587\u95DC\u9375\u8A5E\u7684\u65B0\u805E\u7D50\u679C\u6709\u975E\u5E38\u5927\u7684\u4E0D\u540C\uFF0C\u5728\u555F\u7528\u6C89\u6D78\u5F0F\u7FFB\u8B6F\u96D9\u8A9E\u4FE1\u606F\u589E\u5F37\u529F\u80FD\u5F8C\uFF0C\u6211\u5011\u6703\u5728\u652F\u6301\u7684\u7DB2\u7AD9\uFF08\u8C37\u6B4C\u65B0\u805E\uFF0C\u8C37\u6B4C\u641C\u7D22\uFF08\u90E8\u5206\u95DC\u9375\u8A5E\uFF09\uFF0C\u96EA\u7403\uFF0C\u6771\u65B9\u8CA1\u5BCC\u7DB2\uFF0C\u5BCC\u9014\uFF0C\u8001\u864E\uFF09\u81EA\u52D5\u7528\u82F1\u6587\u70BA\u4F60\u641C\u7D22\u540C\u6A23\u7684\u95DC\u9375\u8A5E\u4E26\u5C55\u793A\u5728\u53F3\u5074\u3002\u5982\u679C\u4F60\u4E0D\u9700\u8981\u8A72\u529F\u80FD\u7684\u8A71\uFF0C\u53EF\u4EE5\u9078\u64C7\u7981\u7528\u5B83\u3002",option:"\u9078\u9805",saveSettings:"\u5132\u5B58\u8A2D\u5B9A",closeModal:"\u95DC\u9589\u8996\u7A97",enableInputTranslationWithoutTriggerKeyTitle:"\u555F\u7528\u5FEB\u901F\u9023\u64CA3 \u6B21{trailingKey}\uFF0C\u76F4\u63A5\u7FFB\u8B6F\u6574\u500B\u8F38\u5165\u6846\u70BA{inputTargetLanguage}",enableInputTranslationWithoutTriggerKeyDescription:"\u5982\u9700\u6307\u5B9A\u76EE\u6A19\u8A9E\u8A00\uFF0C\u8ACB\u5728\u524D\u9762\u52A0\u4E0A\u8A9E\u8A00\u7A0B\u5F0F\u78BC\uFF0C\u5982\uFF1Aja \u4F60\u597D\u4E16\u754C",deepLProName:"\u6C89\u6D78\u5F0F\u7FFB\u8B6FPro \u6703\u54E1(\u63A8\u85A6)",deepLProDescription:"\u76EE\u524D\u5957\u9910\u53EF\u4EE5\u76F4\u63A5\u4F7F\u7528",deeplProDescriptionForNormal:"\u7121\u9700\u4EFB\u4F55\u8A2D\u7F6E\uFF0C\u6703\u54E1\u767B\u5165\u5F8C\u5373\u53EF\u4F7F\u7528\uFF0C<1>\u9EDE\u6B64\u5347\u7D1A\u70BA\u6703\u54E1",deepLCustomDescription:"\u9700\u8981\u570B\u5916\u4FE1\u7528\u5361\uFF0C\u5728<1>DeepL\u5B98\u65B9\u958B\u901A\uFF0C\u9EDE\u9078\u67E5\u770B<2>\u6587\u6A94",deepLCustomName:"\u81EA\u8A02Auth Key",chooseProviderLabel:"\u9078\u64C7\u4E00\u500B\u670D\u52D9\u63D0\u4F9B\u8005",openaiProName:"\u6C89\u6D78\u5F0F\u7FFB\u8B6FPro \u6703\u54E1(\u63A8\u85A6)",openaiProDescription:"\u76EE\u524D\u5957\u9910\u53EF\u4EE5\u76F4\u63A5\u4F7F\u7528",openaiProDescriptionForNormal:"\u7121\u9700\u4EFB\u4F55\u8A2D\u7F6E\uFF0C\u6703\u54E1\u767B\u5165\u5F8C\u5373\u53EF\u4F7F\u7528\uFF0C<1>\u9EDE\u6B64\u5347\u7D1A\u70BA\u6703\u54E1",openaiCustomDescription:"\u53EF\u5728OpenAI, Azure OpenAI, \u6216\u5176\u4ED6\u7B2C\u4E09\u65B9\u670D\u52D9\u7372\u53D6\uFF0C<1>\u9EDE\u6B64\u67E5\u770B\u6587\u6A94",openaiCustomName:"\u81EA\u8A02API Key",needLoginAction:"(\u958B\u901A\u6703\u54E1\u6216\u81EA\u8A02)",goLoginOrAction:"(\u958B\u901A\u6703\u54E1\u6216\u53BB\u8A2D\u5B9A)",yearly:"\u5E74\u5EA6\u7E8C\u8A02",quarterly:"\u5B63\u5EA6\u7E8C\u8A02",monthly:"\u6BCF\u6708\u7E8C\u8A02",yearlyForOnce:"\u4E00\u6B21\u6027\u5E74\u5EA6\u5957\u9910",monthlyForOnce:"\u4E00\u6B21\u6027\u6708\u5EA6\u5957\u9910",daily:"\u6BCF\u65E5\u7E8C\u8A02",year:"\u5E74\u5EA6\u7E8C\u8A02",quarter:"\u5B63\u5EA6\u7E8C\u8A02",month:"\u6BCF\u6708\u7E8C\u8A02",day:"\u6BCF\u65E5\u7E8C\u8A02",onetime_7day:"7 \u5929\u9AD4\u9A57\u5305",currentPlanDescriptionForFree:"\u76EE\u524D\u5957\u9910\uFF1A\u514D\u8CBB",currentPlanDescriptionForContinuous:"\u76EE\u524D\u5957\u9910\uFF1A{plan}\uFF0C\u5C07\u65BC {endAt} \u81EA\u52D5\u7E8C\u8CBB",currentPlanDescriptionForAutoRenewCaceling:"\u76EE\u524D\u5957\u9910\uFF1A{plan}\uFF0C\u5C07\u65BC {endAt} \u5230\u671F\uFF0C\u5230\u671F\u5F8C\u5C07\u4E0D\u6703\u81EA\u52D5\u7E8C\u7D04",currentYearlyPlanDescriptionForAutoRenewCacelingWithRealPaiedUser:"\u76EE\u524D\u5957\u9910\uFF1A{plan}\uFF0C\u5C07\u65BC {endAt} \u5230\u671F\uFF0C\u5230\u671F\u5F8C\u5C07\u4E0D\u6703\u81EA\u52D5\u7E8C\u7D04\u3002
<1>\u9EDE\u6B64\u7BA1\u7406\u7E8C\u8CBB\u65B9\u6848",currentYearlyPlanDescriptionForAutoRenewCacelingWithAdmin:"\u76EE\u524D\u5957\u9910\uFF1A{plan}\uFF0C\u5C07\u65BC {endAt} \u5230\u671F\uFF0C\u5230\u671F\u5F8C\u5C07\u4E0D\u6703\u81EA\u52D5\u7E8C\u7D04\u3002
<1>\u9EDE\u6B64\u555F\u7528\u9023\u7E8C\u5305\u5E74",currentPlanDescriptionForOneTime:"\u76EE\u524D\u5957\u9910\uFF1A{plan}\uFF0C\u5C07\u65BC {endAt} \u5230\u671F\uFF0C<1>\u9EDE\u6B64\u5347\u7D1A\u70BA\u5E74\u8CBB\u6216<2>\u6708\u8CBB\u6703\u54E1",upgradePlan:"\u9EDE\u6B64\u5347\u7D1A\u70BAPro \u6703\u54E1",upgradeToPro:"\u5347\u7D1A\u70BA Pro \u6703\u54E1","popup.openPro":"\u5347\u7D1A\u70BA Pro \u6703\u54E1\u5F8C\u53EF\u4EE5\u66A2\u4EAB DeepL \u548C OpenAI \u7FFB\u8B6F\uFF0C\u9EDE\u6B64\u5347\u7D1A","popup.openProForPro":"\u60A8\u662F Pro \u6703\u54E1\uFF0C\u53EF\u76F4\u63A5\u4F7F\u7528 DeepL \u548C OpenAI \u7FFB\u8B6F",currentAccount:"\u7576\u524D\u8CEC\u6236",enableAutoSyncUserSettings:"\u555F\u7528\u591A\u8A2D\u5099\u81EA\u52D5\u96F2\u7AEF\u540C\u6B65",modalEnableInputTranslationTitle:"\u6C89\u6D78\u5F0F\u7FFB\u8B6F\u8F38\u5165\u6846\u7FFB\u8B6F\u63D0\u793A",modalEnableInputTranslationDesc:"\u60A8\u525B\u525B\u900F\u904E\u5FEB\u901F\u9023\u64CA3 \u6B21\u7A7A\u767D\u9375\u89F8\u767C\u4E86\u6C89\u6D78\u5F0F\u7FFB\u8B6F\u7684\u8F38\u5165\u6846\u7FFB\u8B6F\uFF0C\u8F38\u5165\u6846\u7684\u5167\u5BB9\u5C07\u7FFB\u8B6F\u70BA\u9810\u8A2D\u7684\u76EE\u6A19\u8A9E\u8A00\u3002\u900F\u904ECtrl+Z \u53EF\u4EE5\u64A4\u92B7\u7FFB\u8B6F\u3002

\u5982\u679C\u9019\u662F\u4E00\u500B\u5931\u8AA4\uFF0C\u4E0D\u7528\u64D4\u5FC3\uFF0C\u60A8\u53EF\u4EE5\u9078\u64C7\u672C\u6B21\u505C\u7528\uFF0C\u6216\u6C38\u4E45\u505C\u7528\u8F38\u5165\u6846\u7FFB\u8B6F\u3002",saveAndNotShowAgain:"\u5132\u5B58\u4E14\u4E0D\u518D\u63D0\u793A",disableInputTranslationTips:"* \u4F60\u4E5F\u53EF\u4EE5\u5728 {option} \u4E2D\u8A2D\u5B9A\u5176\u4ED6\u5FEB\u6377\u9375\u4F86\u89F8\u767C\uFF0C{learnMore}\u3002",learnMore:"\u9EDE\u6B64\u4E86\u89E3\u66F4\u591A",continueEnalbeInputTranslation:"\u7E7C\u7E8C\u555F\u7528\u8F38\u5165\u6846\u7FFB\u8B6F",autoRenewTrialSuffix:'\uFF08\u8A66\u7528\u4E2D\uFF0C\u7ACB\u523B\u5347\u7D1A\u70BA\u6B63\u5F0F\u6703\u54E1\uFF09',upgradeFromTrialTitle:"\u5347\u7D1A\u70BA\u6B63\u5F0F\u6703\u54E1",subtitle:"\u5F71\u7247\u5B57\u5E55",youtubeService:"\u6C89\u6D78\u5F0F\u7FFB\u8B6F\u5F71\u7247\u5B57\u5E55\u670D\u52D9","subtitle.disabledSubtitle":"\u6C38\u4E45\u7981\u7528\u8996\u983B\u5B57\u5E55\u529F\u80FD","subtitle.disabledSubtitleDescription":"\u5982\u679C\u6C89\u6D78\u5F0F\u7FFB\u8B6F\u7684\u8996\u983B\u5B57\u5E55\u548C\u5176\u4ED6\u64F4\u5C55\u6709\u885D\u7A81\uFF0C\u4F60\u53EF\u4EE5\u9078\u64C7\u6C38\u4E45\u7981\u7528\u6C89\u6D78\u5F0F\u7FFB\u8B6F\u7684\u8996\u983B\u5B57\u5E55\u529F\u80FD\u6216\u8005\u5378\u8F09\u5176\u4ED6\u885D\u7A81\u7684\u64F4\u5C55","subtitle.autoEnableSubtitleDescription":"\u555F\u7528\u5F8C\uFF0C\u7576\u5F71\u7247\u64AD\u653E\u7684\u6642\u5019\uFF0C\u6703\u81EA\u52D5\u986F\u793A\u96D9\u8A9E\u5B57\u5E55\uFF0C\u5426\u5247\u9700\u8981\u9EDE\u64CA\u7FFB\u8B6F\u6309\u9215\u624D\u6703\u986F\u793A\u3002","subtitle.preTranslation":"\u512A\u5148\u4F7F\u7528\u6C89\u6D78\u5F0F\u7FFB\u8B6F\u5B57\u5E55","subtitle.preTranslationDescription":"\u555F\u7528\u5F8C\u6703\u512A\u5148\u7528\u4E0B\u9762\u7684\u7FFB\u8B6F\u670D\u52D9\u63D0\u524D\u7FFB\u8B6F\u6574\u500B\u5B57\u5E55\uFF0C1 \u5C0F\u6642\u7684\u8996\u8A0A\u5927\u6982\u6D88\u8017 5\u842C Tokens \u6216 \u5B57\u7B26\uFF0C\u8ACB\u914C\u60C5\u4F7F\u7528\uFF1B\u95DC\u9589\u5F8C\u5247\u512A\u5148\u4F7F\u7528\u539F\u5F71\u7247\u81EA\u5E36\u7684\u6A5F\u7FFB\u5B57\u5E55","subtitle.humanSubtitlesPreferred":"\u512A\u5148\u4F7F\u7528\u4EBA\u5DE5\u5B57\u5E55","subtitle.humanSubtitlesPreferredDescription":"\u7576\u5F71\u7247\u6709\u76EE\u6A19\u8A9E\u8A00\u4EBA\u5DE5\u5B57\u5E55\u6642\uFF0C\u512A\u5148\u4F7F\u7528\u4EBA\u5DE5\u5B57\u5E55\uFF08\u63A8\u85A6\uFF09","subtitle.bilingual":"\u96D9\u8A9E\u5B57\u5E55","subtitle.autoDisableSubtitle":"\u4E0D\u81EA\u52D5\u555F\u7528\u96D9\u8A9E\u5B57\u5E55","subtitle.hideQuickButton":"\u4E0D\u518D\u986F\u793A\u8A72\u5FEB\u6377\u65B9\u5F0F","subtitle.showQuickButton":"\u986F\u793A\u96D9\u8A9E\u5B57\u5E55\u5FEB\u6377\u65B9\u5F0F","subtitle.showQuickButtonDescription":"\u5728\u8996\u983B\u64AD\u653E\u5668\u53F3\u4E0B\u89D2\u63D0\u4F9B\u555F\u7528\u96D9\u8A9E\u5B57\u5E55\u7684\u5FEB\u6377\u65B9\u5F0F",videoSubtitleTranslationDescription:"\u70BA\u5F71\u7247\u5B57\u5E55\u55AE\u7368\u6307\u5B9A\u4E00\u500B\u7FFB\u8B6F\u670D\u52D9",subtitleTranslating:"\u6B63\u5728\u4F7F\u7528 {service} \u670D\u52D9\u7FFB\u8B6F\u5B57\u5E55\u4E2D\uFF0C\u8ACB\u7A0D\u7B49...\uFF08\u6C89\u6D78\u5F0F\u7FFB\u8B6F\uFF09",subtitleLoading:"\u6B63\u5728\u8F09\u5165\u5B57\u5E55...",bilingual:"\u96D9\u8A9E","field.action":"\u662F\u5426\u555F\u7528\u767E\u5EA6\u8853\u8A9E","description.action":"\u555F\u7528\u5F8C\u6703\u5728\u8ACB\u6C42\u4E2D\u52A0\u5165 action=1 \u7684\u53C3\u6578\uFF0C\u4EE5\u4FBF\u544A\u77E5\u767E\u5EA6\u555F\u7528\u8853\u8A9E\uFF0C<1>\u66F4\u591A\u8AAA\u660E\u8ACB\u53C3\u8003\u5B98\u65B9\u6587\u6A94",closeQuickTranslation:"\u95DC\u9589\u61F8\u6D6E\u7403","closeQuickTranslation.untilNext":"\u672C\u6B21\u95DC\u9589\u76F4\u5230\u4E0B\u6B21\u8A2A\u554F","closeQuickTranslation.currentWebsite":"\u7576\u524D\u7DB2\u7AD9\u7981\u7528","closeQuickTranslation.alwaysClose":"\u6C38\u4E45\u7981\u7528","closeQuickTranslation.settingOpen":"\uFF08\u53EF\u5728<1>\u8A2D\u5B9A\u9801\u958B\u555F\uFF09","closeQuickTranslation.cancel":"\u53D6\u6D88","closeQuickTranslation.confirm":"\u78BA\u5B9A","floatBall.popup":"\u6253\u958B\u5FEB\u6377\u8A2D\u5B9A\u9762\u677F","floatBall.translate":"\u9EDE\u64CA\u7FFB\u8B6F\u8A72\u9801\u9762","floatBall.showOriginal":"\u9EDE\u64CA\u5207\u63DB\u5230\u539F\u6587","floatBall.close":"\u95DC\u9589\u61F8\u6D6E\u7403","floatBallOptions.enableDescPc":"\u555F\u7528\u9801\u9762\u61F8\u6D6E\u7403\u5F8C\uFF0C\u6703\u5728\u9801\u9762\u53F3\u5074\u986F\u793A\u4E00\u500B\u5FEB\u6377\u7FFB\u8B6F\u6309\u9215\uFF0C\u9EDE\u64CA\u5373\u53EF\u7FFB\u8B6F","floatBallOptions.enableDesc":"\u95DC\u9589\u61F8\u6D6E\u7403\u5F8C\uFF0C\u53EF\u4EE5\u7528{touch}\u559A\u8D77\u3002\u70BA\u9632\u6B62\u4E0D\u614E\u95DC\u9589\u8A72\u9078\u9805\u5F8C\u627E\u4E0D\u5230\u61F8\u6D6E\u7403\uFF0C\u5F37\u70C8\u5EFA\u8B70\u6536\u85CF\u672C\u8A2D\u5B9A\u9801","description.azureApiUrl":"\u586B\u5165\u81EA\u8A02\u7684API\u4F4D\u5740",shareBtnTitle:"\u9EDE\u64CA\u751F\u6210\u7DB2\u9801\u5FEB\u7167","floatBall.share":"\u751F\u6210\u7DB2\u9801\u5FEB\u7167","floatBall.guideClickToTranslate":`\u9EDE\u64CA\u6C89\u6D78\u5F0F\u7FFB\u8B6F\u61F8\u6D6E\u7403 \u5373\u53EF\u5FEB\u901F\u7FFB\u8B6F`,"floatBall.iKnow":"\u6211\u77E5\u9053\u4E86",confirmSupportMouse:"\u5F37\u5236\u555F\u7528\u6ED1\u9F20\u652F\u63F4",confirmSupportMouseDescription:"\u6AA2\u6E2C\u5230\u7576\u524D\u700F\u89BD\u5668\u4E0D\u652F\u63F4\u6ED1\u9F20\u529F\u80FD\uFF0C\u662F\u5426\u5F37\u5236\u555F\u7528\u6ED1\u9F20\u652F\u63F4\uFF1F",sampleTargetText:"\u9577\u591C\u5C07\u81F3\uFF0C\u6211\u5F9E\u4ECA\u958B\u59CB\u5B88\u671B\uFF0C\u81F3\u6B7B\u65B9\u4F11\u3002 \u6211\u5C07\u4E0D\u5A36\u59BB\u3001\u4E0D\u5C01\u5730\u3001\u4E0D\u751F\u5B50\u3002 \u6211\u5C07\u4E0D\u6234\u5BF6\u51A0\uFF0C\u4E0D\u722D\u69AE\u5BF5\u3002 \u6211\u5C07\u76E1\u5FE0\u8077\u5B88\uFF0C\u751F\u6B7B\u65BC\u65AF\u3002",sampleSourceText:"Night gathers, and now my watch begins. It shall not end until my death. I shall take no wife, hold no lands, father no children. I shall wear no crowns and win no glory. I shall live and die at my post.","subtitle.supportedSites":"\u5DF2\u652F\u63F4\u5728\u9019\u4E9B\u7DB2\u7AD9\u4F7F\u7528\u96D9\u8A9E\u5B57\u5E55\uFF08\u6CE8\u610F\uFF1A\u7531\u65BC\u6280\u8853\u9650\u5236\uFF0C\u90E8\u5206\u7DB2\u7AD9\u5728\u9996\u6B21\u958B\u555F\u5B57\u5E55\u5F8C\u9700\u8981\u91CD\u65B0\u5237\u65B0\u9801\u9762\uFF0C\u6216\u8005\u9700\u7B49\u5F85\u7FFB\u8B6F\u5B8C\u6210\u4EE5\u986F\u793A\u96D9\u8A9E\u5B57\u5E55\uFF09\uFF1A",viewWithImmersiveTranslate:"\u53CC\u8BED\u7248\u672C(\u6C89\u6D78\u5F0F\u7FFB\u8BD1)",errorReason:"\u932F\u8AA4\u539F\u56E0\uFF1A{message}","proQuotaExceededError.onetime7day":'\uFF0C\u60A8\u53EF\u4EE5\u9078\u64C7\u4EE5\u4E0B\u65B9\u5F0F\u89E3\u6C7A\uFF1A

1. \u5207\u63DB\u5230 {anotherService} \u6216\u5176\u4ED6\u7FFB\u8B6F\u670D\u52D9
2. \u5347\u7D1A\u70BA\u6708\u5EA6/\u5E74\u5EA6\u6703\u54E1',"proQuotaExceededError.trial":'\uFF0C\u60A8\u53EF\u4EE5\u9078\u64C7\u4EE5\u4E0B\u65B9\u5F0F\u89E3\u6C7A\uFF1A

1. \u5207\u63DB\u5230 {anotherService} \u6216\u5176\u4ED6\u7FFB\u8B6F\u670D\u52D9
2. \u7ACB\u5373\u5347\u7D1A\u70BA\u6B63\u5F0F\u6703\u54E1',"proQuotaExceededError.nonTrial":'\uFF0C\u60A8\u53EF\u4EE5\u9078\u64C7\u4EE5\u4E0B\u65B9\u5F0F\u89E3\u6C7A\uFF1A

1. \u5207\u63DB\u5230 {anotherService} \u6216\u5176\u4ED6\u7FFB\u8B6F\u670D\u52D9
2. \u8CFC\u8CB7 {translationService} \u984D\u5916\u6D41\u91CF\u5305',"proQuotaExceededError.resetTime":"
3. \u984D\u5EA6\u91CD\u7F6E\u6642\u9593\uFF1A{resetTime}",paragraphMinTextCountField:"\u7FFB\u8B6F\u6BB5\u843D\u6240\u9700\u7684\u6700\u5C11\u5B57\u7B26\u6578",paragraphMinTextCountDesc:"\u6CE8\u610F\uFF0C\u9019\u88E1\u6307\u7684\u5B57\u7B26\u9577\u5EA6\uFF0C\u6BD4\u5982\uFF1Ahello \u662F 5 \u500B\u5B57\u7B26\uFF0C\u8A2D\u5B9A\u70BA\u66F4\u5927\u7684\u503C\u53EF\u4EE5\u6E1B\u5C11\u4E0D\u5FC5\u8981\u7684\u5C0F\u6BB5\u843D\u7FFB\u8B6F",networkError:"\u7FFB\u8B6F\u670D\u52D9\u6216\u7DB2\u8DEF\u51FA\u73FE\u554F\u984C",notLogin:"\u672A\u767B\u9304","browser.toggleMouseHoverTranslateDirectly":"\u5728\u9801\u9762\u4E0A\u81E8\u6642\u555F\u7528\u6216\u95DC\u9589\u6ED1\u9F20\u61F8\u505C\u76F4\u63A5\u7FFB\u8B6F","browser.translateWithOpenAI":"\u81E8\u6642\u4F7F\u7528 OpenAI \u7FFB\u8B6F\u7576\u524D\u9801\u9762","browser.translateWithDeepL":"\u81E8\u6642\u4F7F\u7528 DeepL \u7FFB\u8B6F\u7576\u524D\u9801\u9762","browser.translateWithGoogle":"\u81E8\u6642\u4F7F\u7528 Google \u7FFB\u8B6F\u7576\u524D\u9801\u9762","browser.translateWithBing":"\u81E8\u6642\u4F7F\u7528\u5FAE\u8EDF\u7FFB\u8B6F\u7576\u524D\u9801\u9762","browser.translateWithGemini":"\u81E8\u6642\u4F7F\u7528 Gemini \u7FFB\u8B6F\u7576\u524D\u9801\u9762","browser.translateWithTransmart":"\u81E8\u6642\u4F7F\u7528\u9A30\u8A0A\u7FFB\u8B6F\u7576\u524D\u9801\u9762","browser.translateInputBox":"\u7FFB\u8B6F\u7576\u524D\u8F38\u5165\u6846\u5167\u5BB9",shortcutSettings:"\u5FEB\u6377\u9375",shortcutSettingsTitle:"\u5FEB\u6377\u9375\u8A2D\u7F6E",confirmResetToDefaultSettings:"\u78BA\u8A8D\u8981\u6062\u5FA9\u8A72\u7FFB\u8B6F\u670D\u52D9\u70BA\u9ED8\u8A8D\u8A2D\u7F6E\u55CE\uFF1F\uFF08\u50C5\u91CD\u7F6E\u7576\u524D\u7FFB\u8B6F\u670D\u52D9\u7684\u8A2D\u7F6E\uFF09","intro.hoverTitle":"\u6ED1\u9F20\u61F8\u505C\u7FFB\u8B6F\u7576\u524D\u6BB5\u843D","intro.hoverDescription":"\u6ED1\u9F20\u61F8\u505C\u7FFB\u8B6F\u662F\u6C89\u6D78\u5F0F\u7FFB\u8B6F\u88E1\u975E\u5E38\u91CD\u8981\u7684\u529F\u80FD\uFF0C\u53EA\u9700\u5C07\u6ED1\u9F20\u653E\u5728\u6BB5\u843D\u4E0A\uFF0C\u540C\u6642\u6309\u4E0B\u8A2D\u5B9A\u7684\u5FEB\u6377\u9375\uFF0C\u5373\u53EF\u81EA\u52D5\u7FFB\u8B6F\u7576\u524D\u6BB5\u843D\uFF08\u6CE8\u610F\uFF1A\u9810\u8A2D\u6C92\u6709\u555F\u7528\u54E6\uFF0C\u8ACB \u5728\u4E0B\u65B9\u8A2D\u5B9A\uFF09\uFF0C\u8A72\u4E92\u52D5\u7528\u65BC\u66F4\u597D\u7684\u66FF\u4EE3\u5283\u8A5E\u7FFB\u8B6F\uFF0C\u53E6\u5916\uFF0C\u6B64\u529F\u80FD\u4E5F\u5EE3\u6CDB\u61C9\u7528\u65BC\u90A3\u4E9B\u7121\u6CD5\u88AB\u8B58\u5225\u7684\u7FFB\u8B6F\u5340\u57DF\uFF0C\u4F60\u53EF\u4EE5\u5229\u7528\u8A72\u529F\u80FD\uFF0C\u5F37\u5236\u7FFB\u8B6F\u4EFB\u4F55\u6BB5\u843D\u3002","intro.floatBallTitle":"\u5FEB\u6377\u7FFB\u8B6F\u61F8\u6D6E\u7403","intro.floatBallDescription":"\u555F\u7528\u5F8C\uFF0C\u6703\u5728\u9801\u9762\u53F3\u5074\u986F\u793A\u4E00\u500B\u5FEB\u6377\u7FFB\u8B6F\u6309\u9215\uFF0C\u9EDE\u64CA\u5373\u53EF\u7FFB\u8B6F\uFF0C\u518D\u6B21\u9EDE\u64CA\u5373\u53EF\u5207\u63DB\u56DE\u539F\u6587\u3002\u5728\u79FB\u52D5\u7AEF\uFF0C\u9577\u6309\u61F8\u6D6E\u7403\uFF0C\u53EF\u4EE5\u6253\u958B\u5FEB\u6377\u8A2D\u7F6E\u9762\u677F\u3002","intro.subtitleTitle":"\u5728\u7DDA\u8996\u983B\u96D9\u8A9E\u5B57\u5E55\u986F\u793A","intro.subtitleDescription":"\u958B\u555F\u6B64\u529F\u80FD\u5F8C\uFF0C\u5F71\u7247\u64AD\u653E\u6642\u5C07\u81EA\u52D5\u5C55\u793A\u96D9\u8A9E\u5B57\u5E55\u3002 \u5982\u679C\u672A\u555F\u7528\uFF0C\u60A8\u9700\u5728\u9801\u9762\u4E0A\u624B\u52D5\u9EDE\u9078\u7FFB\u8B6F\u6309\u9215\u4EE5\u986F\u793A\u5B57\u5E55\u3002 \u8ACB\u6CE8\u610F\uFF0C\u7531\u65BC\u6280\u8853\u9650\u5236\uFF0C\u67D0\u4E9B\u7DB2\u7AD9\u5728\u9996\u6B21\u555F\u52D5\u5B57\u5E55\u6642\u53EF\u80FD\u9700\u8981\u91CD\u65B0\u6574\u7406\u9801\u9762\u6216\u7B49\u5F85\u7FFB\u8B6F\u5B8C\u6210\u5F8C\uFF0C\u624D\u80FD\u986F\u793A\u96D9\u8A9E\u5B57\u5E55\u3002 \uFF08\u6B64\u5916\uFF0C\u4F60\u9084\u53EF\u4EE5\u5728\u958B\u555F\u5F71\u7247\u7DB2\u7AD9\u5F8C\uFF0C\u53F3\u4E0A\u89D2\u958B\u555F\u6C89\u6D78\u5F0F\u7FFB\u8B6F\u7684\u5FEB\u6377\u9762\u677F\u555F\u7528/\u95DC\u9589\uFF09

\u76EE\u524D\u5DF2\u652F\u63F4\u5728\u9019\u4E9B\u7DB2\u7AD9\u4F7F\u7528\u96D9\u8A9E\u5B57\u5E55\uFF1A","desc.toggleMouseHoverTranslateDirectly":"\u6309\u4E0B\u9019\u500B\u5FEB\u6377\u9375\u5F8C\uFF0C\u5728\u9801\u9762\u4E0A\uFF0C\u53EA\u8981\u6ED1\u9F20\u6307\u5411\u4EFB\u4F55\u4E00\u6BB5\u6587\u5B57\uFF0C\u5C31\u6703\u81EA\u52D5\u7FFB\u8B6F\u9019\u6BB5\u6587\u5B57\u3002\u518D\u6309\u4E00\u6B21\u5FEB\u6377\u9375\uFF0C\u5C31\u53EF\u4EE5\u95DC\u9589\u9019\u500B\u81EA\u52D5\u7FFB\u8B6F\u529F\u80FD\u3002","shortcutGroup.main":"\u5E38\u7528\u529F\u80FD\u5FEB\u6377\u9375","shortcutGroup.others":"\u66F4\u591A\u81EA\u5B9A\u7FA9\u529F\u80FD\u5FEB\u6377\u9375","shortcutGroup.shortcutsForTranslationServices":"\u7FFB\u8B6F\u670D\u52D9\u76F8\u95DC\u5FEB\u6377\u9375",browserShortcutsSucks:"\u7531\u65BC\u700F\u89BD\u5668\u5C0D\u8F38\u5165\u6846\u7684\u5FEB\u6377\u9375\u8B58\u5225\u4E0D\u6E96\u78BA\uFF0C\u6240\u4EE5\u8ACB\u624B\u52D5\u8F38\u5165\u5FEB\u6377\u9375\u7684\u540D\u5B57\uFF0C\u8F38\u5165\u5F8C\uFF0C\u9EDE\u64CA\u7A7A\u767D\u8655\u5373\u53EF\u81EA\u52D5\u4FDD\u5B58\u3002\uFF08macOS \u88E1\u9762 Alt \u548C Option \u662F\u540C\u6A23\u7684\u9375\uFF0C\u5EFA\u8B70\u7D71\u4E00\u8F38\u5165 Alt\uFF09\u3002\u6BD4\u5982\uFF1A","shortcutGroup.touch":"\u89F8\u5C4F\u5C08\u7528\u624B\u52E2","shortcutGroup.mouse":"\u6ED1\u9F20\u61F8\u505C\u5FEB\u6377\u9375\u914D\u7F6E",fingerCountToToggleTranslagePageWhenTouching:"\u591A\u6307\u540C\u6642\u89F8\u6478\u5C4F\u5E55\u5247\u7FFB\u8B6F\u7DB2\u9801/\u986F\u793A\u539F\u6587","desc.fingerCountToToggleTranslagePageWhenTouching":"\u8A2D\u7F6E\u5F8C\uFF0C\u5728\u79FB\u52D5\u8A2D\u5099\u6642\uFF0C\u53EF\u4EE5\u540C\u6642\u7528 X \u500B\u624B\u6307\u89F8\u6478\u5C4F\u5E55\uFF0C\u5373\u53EF\u7FFB\u8B6F\u7DB2\u9801/\u986F\u793A\u539F\u6587",fingerCountToToggleTranslationMaskWhenTouching:"\u591A\u6307\u540C\u6642\u89F8\u6478\u5C4F\u5E55\u5247\u986F\u793A\u7FFB\u8B6F\u906E\u7F69/\u986F\u793A\u539F\u6587","desc.fingerCountToToggleTranslationMaskWhenTouching":"\u7FFB\u8B6F\u906E\u7F69\u662F\u6307\u8B6F\u6587\u6A23\u5F0F\u88E1\u7684\u6A21\u7CCA\u6548\u679C\uFF08\u5B78\u7FD2\u6A21\u5F0F\uFF09\uFF0C\u958B\u555F\u5F8C\u81E8\u6642\u5C0D\u8B6F\u6587\u4F7F\u7528\u6A21\u7CCA\u6548\u679C\uFF0C\u65B9\u4FBF\u5B78\u7FD2",fingerCountToToggleTranslagePageOnlyTranslationWhenTouching:"\u591A\u6307\u540C\u6642\u89F8\u5C4F\uFF0C\u4F7F\u7528\u50C5\u8B6F\u6587\u6A21\u5F0F\u9032\u884C\u7FFB\u8B6F/\u986F\u793A\u539F\u6587","desc.fingerCountToToggleTranslagePageOnlyTranslationWhenTouching":"\u50C5\u8B6F\u6587\u6307\u7684\u662F\u53EA\u986F\u793A\u8B6F\u6587\uFF0C\u800C\u4E0D\u662F\u9ED8\u8A8D\u7684\u96D9\u8A9E\u6A21\u5F0F","neverTranslateText.title":"\u4EE5\u4E0B\u55AE\u8A5E\u4FDD\u6301\u539F\u6587\uFF0C\u4E0D\u8981\u7FFB\u8B6F","neverTranslateText.description":"\u7531\u65BC\u67D0\u4E9B\u7FFB\u8B6F\u5F15\u64CE\u5C0D\u5C08\u6709\u540D\u8A5E\u8B58\u5225\u4E0D\u7406\u60F3\uFF0C\u4F60\u53EF\u4EE5\u5728\u6B64\u8655\u6DFB\u52A0\u55AE\u8A5E\uFF0C\u78BA\u4FDD\u5B83\u5011\u5728\u7FFB\u8B6F\u904E\u7A0B\u4E2D\u4E0D\u88AB\u8F49\u63DB\u3002\u8ACB\u6CE8\u610F\uFF0C\u6B64\u529F\u80FD\u5340\u5206\u5927\u5C0F\u5BEB\uFF0C\u4E26\u50C5\u652F\u6301\u4EE5\u7A7A\u683C\u5206\u9694\u7684\u55AE\u8A5E\u8A9E\u8A00\uFF08\u5982\u82F1\u8A9E\u3001\u6CD5\u8A9E\uFF09\uFF0C\u4E0D\u9069\u7528\u65BC\u65E5\u8A9E\u3001\u97D3\u8A9E\u7B49\u8A9E\u8A00","tagsInput.add":"+ \u6DFB\u52A0","desc.mouseHoverHoldKey":"\u7576\u6ED1\u9F20\u61F8\u505C\u5728\u67D0\u500B\u6BB5\u843D\u4E0A\u6642\uFF0C\u540C\u6642\u6309\u4E0B\u53F3\u5074\u7684\u5FEB\u6377\u9375\uFF0C\u5373\u53EF\u76F4\u63A5\u7FFB\u8B6F\u8A72\u6BB5\u843D",mouseHoverCustomKeyTitle:"\u81EA\u5B9A\u7FA9\u6ED1\u9F20\u61F8\u505C\u5FEB\u6377\u9375",mouseHoverCustomKeyDescription:"\u4F60\u53EF\u4EE5\u81EA\u5B9A\u7FA9\u4E00\u500B\u6ED1\u9F20\u61F8\u505C\u7684\u7D44\u5408\u5FEB\u6377\u9375\uFF0C\u6BD4\u5982\uFF1A Alt+Z, Ctrl+E, Cmd+Alt+E \u6216\u8005\u76F4\u63A5 Cmd\uFF0C \u8ACB\u624B\u52D5\u8F38\u5165",mouseHoverShortcutPlaceholder:"\u8ACB\u624B\u52D5\u8F38\u5165",browserShortcutsNoteForFirefox:"Firefox \u700F\u89BD\u5668\u4FEE\u6539\u5FEB\u6377\u9375\u9700\u8981\u6253\u958B\u64F4\u5C55\u7BA1\u7406\u9801\u9762 `about:addons`\uFF0C\u7136\u5F8C\u9EDE\u64CA\u300C\u8A2D\u7F6E\u300D-> \u300C\u7BA1\u7406\u5FEB\u6377\u9375\u300D",browserShortcutsNoteForChrome:"\u8ACB\u6CE8\u610F\uFF1A\u8981\u5728\u57FA\u65BCChrome\u5167\u6838\u7684\u700F\u89BD\u5668\u4E2D\u4FEE\u6539\u5FEB\u6377\u9375\uFF0C\u8ACB\u8A2A\u554F[\u64F4\u5C55\u7BA1\u7406\u9801\u9762] -> [\u7BA1\u7406\u5FEB\u6377\u9375]","desc.toggleTranslateTheMainPage":"\u50C5\u7FFB\u8B6F\u9801\u9762\u4E3B\u8981\u5340\u57DF\uFF0C\u7576\u4F60\u5728\u9032\u968E\u8A2D\u7F6E\u88E1\u555F\u7528\u4E86\u7FFB\u8B6F\u9801\u9762\u5168\u90E8\u5340\u57DF\u5F8C\uFF0C\u4F60\u53EF\u4EE5\u4F7F\u7528\u9019\u500B\u5FEB\u6377\u9375\u4F86\u5C08\u9580\u7FFB\u8B6F\u9801\u9762\u7684\u4E3B\u8981\u5340\u57DF","desc.toggleTranslateTheWholePage":"\u7FFB\u8B6F\u9801\u9762\u5168\u90E8\u5340\u57DF\uFF0C\u9810\u8A2D\u60C5\u6CC1\u4E0B\uFF0C\u6211\u5011\u6703\u7FFB\u8B6F\u9801\u9762\u7684\u4E3B\u8981\u5340\u57DF\uFF0C\u4F60\u53EF\u4EE5\u4F7F\u7528\u9019\u500B\u5FEB\u6377\u9375\u4F86\u5C08\u9580\u7FFB\u8B6F\u9801\u9762\u7684\u5168\u90E8\u5340\u57DF","browser.toggleOnlyTransation":"\u5207\u63DB\u96D9\u8A9E/\u50C5\u8B6F\u6587\u6A21\u5F0F","desc.toggleOnlyTransation":"\u50C5\u8B6F\u6587\u6A21\u5F0F\u6307\u7684\u662F\u53EA\u986F\u793A\u8B6F\u6587\uFF0C\u5982\u679C\u7DB2\u9801\u9084\u6C92\u6709\u7FFB\u8B6F\u7684\u8A71\uFF0C\u5C07\u6703\u5207\u63DB\u6A21\u5F0F\u4E26\u7FFB\u8B6F\u3002","browser.toggleTranslationMask":"\u5207\u63DB\u7576\u524D\u9801\u9762\u8B6F\u6587\u70BA\u6A21\u7CCA\u6548\u679C\uFF08\u5B78\u7FD2\u6A21\u5F0F\uFF09","desc.interfaceLanguage":"\u4ECB\u9762\u8A9E\u8A00\u8A2D\u7F6E\u5F71\u97FF\u63A7\u5236\u9762\u677F\u7684\u986F\u793A\u8A9E\u8A00\uFF0C\u548C\u7FFB\u8B6F\u7684\u76EE\u6A19\u8A9E\u8A00\u7121\u95DC",mouseHoverHoldKey:"\u61F8\u505C\u7FFB\u8B6F\u89F8\u767C\u9375",clickToSeeQuickDemo:"30 \u79D2\u5FEB\u901F\u6559\u5B78\u8996\u983B",shortcutDisableTooltip:"\u8ACB\u5728\u700F\u89BD\u5668\u63D0\u4F9B\u7684\u64F4\u5C55\u5FEB\u6377\u9375\u7BA1\u7406\u9801\u9762\u9032\u884C\u8A2D\u7F6E\uFF0C\u66F4\u591A\u6307\u5F15\u8ACB\u67E5\u770B\u672C\u9801\u9762\u6700\u4E0A\u65B9\u7684\u8AAA\u660E",floatBallOptions:"\u61F8\u6D6E\u7403","subtitle.autoEnableSubtitle":"\u81EA\u52D5\u958B\u555F\u96D9\u8A9E\u5B57\u5E55","floatBall.longPress":"\u9577\u6309\u53EF\u5FEB\u901F\u6253\u958B\u8A2D\u7F6E\u9762\u677F\u54E6",notLoginPro:"\u60A8\u9084\u672A\u767B\u9304\u60A8\u7684\u6703\u54E1\u8CEC\u6236",upgradeToProErrorTitle:"\u8ACB\u5347\u7D1A\u70BA Pro \u6703\u54E1\u518D\u4F7F\u7528\u8A72\u7FFB\u8B6F\u670D\u52D9",translationOnlyMode:"\u50C5\u8B6F\u6587\u6A21\u5F0F",translationOnlyModeDescription:"\u50C5\u8B6F\u6587\u6A21\u5F0F\u6307\u7684\u662F\u53EA\u986F\u793A\u8B6F\u6587\uFF0C\u800C\u4E0D\u662F\u9ED8\u8A8D\u7684\u96D9\u8A9E\u6A21\u5F0F\u3002\u6CE8\u610F\uFF1A\u7531\u65BC\u6280\u8853\u7684\u9650\u5236\u554F\u984C\uFF0C\u5728\u50C5\u8B6F\u6587\u6A21\u5F0F\u4E0B\uFF0C\u539F\u6587\u7684\u8D85\u9023\u7D50\u5C07\u6703\u5931\u6548","description.baiduField":"\u652F\u6301\u7684\u9818\u57DF\u898B<1>\u9019\u88E1\uFF0C\u70BA\u7A7A\u5247\u8868\u793A\u4E0D\u6307\u5B9A\u9818\u57DF",temprarilyChangeTranslationTo_openai:"\u6B63\u5728\u4F7F\u7528 OpenAI \u7FFB\u8B6F\u7576\u524D\u9801\u9762",temprarilyChangeTranslationTo_google:"\u6B63\u5728\u4F7F\u7528 Google \u7FFB\u8B6F\u7576\u524D\u9801\u9762",temprarilyChangeTranslationTo_bing:"\u6B63\u5728\u4F7F\u7528\u5FAE\u8EDF\u7FFB\u8B6F\u7576\u524D\u9801\u9762",temprarilyChangeTranslationTo_gemini:"\u6B63\u5728\u4F7F\u7528 Gemini \u7FFB\u8B6F\u7576\u524D\u9801\u9762",temprarilyChangeTranslationTo_transmart:"\u6B63\u5728\u4F7F\u7528\u9A30\u8A0A\u7FFB\u8B6F\u7576\u524D\u9801\u9762",temprarilyChangeTranslationTo_deepl:"\u6B63\u5728\u4F7F\u7528 DeepL \u7FFB\u8B6F\u7576\u524D\u9801\u9762","widget.videoSubtitle":"\u5F71\u7247\u5B57\u5E55","widget.instruction":"\u4F7F\u7528\u8AAA\u660E","widget.translateFile":"PDF/ePub",buildSnapshots:"\u751F\u6210\u7DB2\u9801\u5FEB\u7167","widget.translateFileTooltip":"\u7FFB\u8B6F PDF\u3001EPUB\u3001SRT\u3001ASS\u3001HTML \u548C TXT \u6587\u4EF6","widget.videoSubtitleTooltip":"\u652F\u63F4 Youtube \u7B49 {count}+ \u5F71\u7247\u7DB2\u7AD9","widget.instructionTooltip":"\u67E5\u770B\u4F7F\u7528\u8AAA\u660E",alwaysTranslateSomeLanguage:"\u7E3D\u662F\u7FFB\u8B6F{language}\u9801\u9762",alwaysTranslateThisSite:"\u7E3D\u662F\u7FFB\u8B6F\u8A72\u7DB2\u7AD9",neverTranslateThisSite:"\u6C38\u4E0D\u7FFB\u8B6F\u8A72\u7DB2\u7AD9",loggedIn:"\u5DF2\u767B\u5165",touchShortcutsToggleTranslatePage:"\u8A2D\u7F6E\u89F8\u5C4F\u624B\u52E2\u4F86\u7FFB\u8B6F\u7DB2\u9801/\u986F\u793A\u539F\u6587","desc.touchShortcutsToggleTranslatePage":"\u8A2D\u7F6E\u5F8C\uFF0C\u5728\u79FB\u52D5\u8A2D\u5099\u6642\uFF0C\u53EF\u4EE5\u540C\u6642\u7528 X \u500B\u624B\u6307\u89F8\u6478\u5C4F\u5E55\u3001\u5DE6\u53F3\u6ED1\u52D5\u6216\u9023\u7E8C\u9EDE\u64CA\uFF0C\u89F8\u767C\u7FFB\u8B6F\u7DB2\u9801/\u986F\u793A\u539F\u6587",touchShortcutsToggleTranslationMask:"\u8A2D\u7F6E\u89F8\u5C4F\u624B\u52E2\u986F\u793A\u7FFB\u8B6F\u906E\u7F69/\u986F\u793A\u539F\u6587","desc.touchShortcutsToggleTranslationMask":"\u7FFB\u8B6F\u906E\u7F69\u662F\u6307\u8B6F\u6587\u6A23\u5F0F\u88E1\u7684\u6A21\u7CCA\u6548\u679C\uFF08\u5B78\u7FD2\u6A21\u5F0F\uFF09\uFF0C\u958B\u555F\u5F8C\u81E8\u6642\u5C0D\u8B6F\u6587\u4F7F\u7528\u6A21\u7CCA\u6548\u679C\uFF0C\u65B9\u4FBF\u5B78\u7FD2",touchShortcutsToggleTranslatePageOnlyTranslation:"\u8A2D\u7F6E\u89F8\u5C4F\u624B\u52E2\u5207\u63DB\u96D9\u8A9E/\u50C5\u8B6F\u6587\u6A21\u5F0F","desc.touchShortcutsToggleTranslatePageOnlyTranslation":"\u53EA\u986F\u793A\u8B6F\u6587\u662F\u6307\u50C5\u986F\u793A\u8B6F\u6587\uFF0C\u5982\u679C\u7DB2\u9801\u9084\u6C92\u6709\u7FFB\u8B6F\u7684\u8A71\uFF0C\u5C07\u6703\u5207\u63DB\u6A21\u5F0F\u4E26\u7FFB\u8B6F\u3002",touchShortcutsToggleTranslateTouchElement:"\u8A2D\u7F6E\u89F8\u5C4F\u624B\u52E2\u7FFB\u8B6F\u6307\u5B9A\u6BB5\u843D","desc.touchShortcutsToggleTranslateTouchElement":"\u81EA\u5B9A\u7FA9\u4E00\u500B\u624B\u52E2\uFF0C\u5373\u53EF\u7FFB\u8B6F\u60A8\u6240\u5728\u7684\u4EFB\u4F55\u6BB5\u843D",touchShortcutsOff:"\u95DC\u9589","fingers.2":"\u96D9\u6307\u89F8\u6478","fingers.3":"\u4E09\u6307\u89F8\u6478","fingers.4":"\u56DB\u6307\u89F8\u6478","fingers.5":"\u4E94\u6307\u89F8\u6478","multipleClick.2":"\u96D9\u64CA","multipleClick.3":"\u4E09\u9023\u64CA","multipleClick.4":"\u56DB\u9023\u64CA","slide.left":"\u5411\u53F3\u6ED1\u52D5","slide.right":"\u5411\u5DE6\u6ED1\u52D5",contact:"\u806F\u7D61\u6211\u5011","contact.description":"\u5982\u679C\u60A8\u6709\u4EFB\u4F55\u554F\u984C\u6216\u5EFA\u8B70\uFF0C\u6B61\u8FCE\u586B\u5BEB\u4E0B\u65B9\u8868\u55AE\u806F\u7D61\u6211\u5011\uFF0C\u6216\u8005\u767C\u9001\u90F5\u4EF6\u81F3 {email}\uFF0C\u6211\u5011\u6703\u76E1\u5FEB\u56DE\u8986\u60A8\u3002","font.none":"\u7121","font.Microsoft YaHei":"\u5FAE\u8EDF\u96C5\u9ED1","font.SimSun":"\u5B8B\u9AD4","font.NSimSun":"\u65B0\u5B8B\u9AD4","font.Microsoft JhengHei":"\u5FAE\u8EDF\u6B63\u9ED1\u9AD4","font.KaiTi":"\u6977\u9AD4","font.FangSong":"\u4EFF\u5B8B","font.PingFang SC":"\u860B\u65B9","font.STHeiti":"\u83EF\u6587\u9ED1\u9AD4","font.STKaiti":"\u83EF\u6587\u6977\u9AD4","font.STSong":"\u83EF\u6587\u5B8B\u9AD4","font.STFangsong":"\u83EF\u6587\u4EFF\u5B8B","font.STZhongsong":"\u83EF\u6587\u4E2D\u5B8B","font.STHupo":"\u83EF\u6587\u7425\u73C0","font.STXinwei":"\u83EF\u6587\u65B0\u9B4F","font.STLiti":"\u83EF\u6587\u96B8\u66F8","font.STXingkai":"\u83EF\u6587\u884C\u6977","font.Hiragino Sans GB":"\u51AC\u9752\u9ED1\u9AD4","font.Lantinghei SC":"\u862D\u4EAD\u9ED1","font.Hanzipen SC":"\u6F22\u5100\u7FE9\u7FE9\u9AD4","font.Hannotate SC":"\u6F22\u5100\u6CE8\u9ED1","font.Songti SC":"\u5B8B\u9AD4","font.Wawati SC":"\u5A03\u5A03\u9AD4","font.Weibei SC":"\u9B4F\u7891","font.Xingkai SC":"\u884C\u6977","font.Yapi SC":"\u96C5\u75DE","font.Yuanti SC":"\u5713\u9AD4","browser.toggleVideoSubtitlePreTranslation":"\u5207\u63DB\u96D9\u8A9E\u5B57\u5E55\u512A\u5148\u4F7F\u7528\u6C89\u6D78\u5F0F\u7FFB\u8B6F\u8A2D\u7F6E","desc.toggleVideoSubtitlePreTranslation":"\u6309\u4E0B\u5F8C\uFF0C\u8996\u983B\u96D9\u8A9E\u5B57\u5E55\u6703\u512A\u5148\u4F7F\u7528\u6C89\u6D78\u5F0F\u7FFB\u8B6F\u7684\u8A2D\u7F6E\uFF0C\u518D\u6B21\u6309\u4E0B\u6703\u512A\u5148\u4F7F\u7528\u539F\u8996\u983B\u81EA\u5E36\u7684\u6A5F\u7FFB\u5B57\u5E55\uFF0C\u6CE8\u610F\uFF1A\u8A72\u5FEB\u6377\u65B9\u5F0F\u4FEE\u6539\u7684\u662F\u5168\u5C40\u8A2D\u7F6E",videoSubtitlePreTranslationOn:"\u8996\u983B\u5B57\u5E55\u5C07\u512A\u5148\u4F7F\u7528\u6C89\u6D78\u5F0F\u7FFB\u8B6F",videoSubtitlePreTranslationOff:"\u8996\u983B\u5B57\u5E55\u5C07\u512A\u5148\u4F7F\u7528\u539F\u8996\u983B\u81EA\u5E36\u7684\u6A5F\u7FFB\u5B57\u5E55",translationFont:"\u8A2D\u7F6E\u5B57\u9AD4","translationFont.custom":"\u8F38\u5165\u81EA\u5B9A\u7FA9\u5B57\u9AD4","translationFont.customPlaceholder":"\u5B57\u9AD4","translationFont.notSupportErrorMessage":"\u8ACB\u6AA2\u67E5\u60A8\u8F38\u5165\u7684\u5B57\u9AD4\u540D\u7A31\u662F\u5426\u6B63\u78BA\uFF0C\u6216\u78BA\u8A8D\u8A72\u5B57\u9AD4\u5DF2\u5728\u60A8\u7684\u8A2D\u5099\u4E0A\u5B89\u88DD\u3002","touch.mouse-translate":"\u7FFB\u8B6F\u6307\u5B9A\u6BB5\u843D","error.serveConfigError":"\u670D\u52D9\u914D\u7F6E\u932F\u8AA4","error.reloadPageOfSetting":"\u914D\u7F6E\u5F8C\uFF0C\u8ACB\u5237\u65B0\u9801\u9762\u518D\u6B21\u7FFB\u8B6F\u3002","error.googleLimitIp":"\u670D\u52D9\u8FD4\u56DE\u932F\u8AA4\uFF0C\u8C37\u6B4C\u670D\u52D9\u5DF2\u5C0D\u8A72IP\u5730\u5740\u9032\u884C\u9650\u6D41\uFF0C\u5EFA\u8B70\u60A8\u66F4\u63DB\u7DB2\u7D61\u7BC0\u9EDE\u3002","error.openAIFreeLimit":"\u670D\u52D9\u8FD4\u56DE\u932F\u8AA4\uFF0C\u7576\u524D\u7684\u7FFB\u8B6F\u8ACB\u6C42\u983B\u7387\u5DF2\u9054\u5230\u6BCF\u5206\u9418\u6700\u591A 3 \u6B21\u7684\u4E0A\u9650\uFF0C\u8ACB\u7A0D\u5F8C\u518D\u8A66\u3002\uFF08\u9019\u662F OpenAI \u5B98\u65B9\u5C0D\u514D\u8CBB API Key \u7684\u9650\u5236\uFF0C\u82E5\u8981\u89E3\u9664\u6B64\u9650\u5236\uFF0C\u8ACB\u5728 OpenAI \u5F8C\u53F0\u7D81\u5B9A\u4FE1\u7528\u5361\u3002\uFF09","error.openAIExceededQuota":"\u670D\u52D9\u8FD4\u56DE\u932F\u8AA4\uFF1A\u4F60\u7576\u524D\u7684 OpenAI \u8CEC\u6236\u9918\u984D\u4E0D\u8DB3\uFF0C\u8ACB\u5728 OpenAI \u5B98\u65B9\u5F8C\u53F0\u9032\u884C\u5145\u503C\u6216\u8005\u7D81\u5B9A\u4FE1\u7528\u5361\u3002","error.429":"\u670D\u52D9\u8FD4\u56DE\u932F\u8AA4\uFF0C\u8AAA\u660E\u8ACB\u6C42\u904E\u65BC\u983B\u7E41\u6216\u8D85\u51FA\u984D\u5EA6\u9650\u5236\uFF0C\u8ACB\u7A0D\u5F8C\u518D\u8A66\u3002","error.403":"\u670D\u52D9\u8FD4\u56DE\u932F\u8AA4\uFF0C \u66AB\u6642\u6C92\u6709\u6B0A\u9650\u8A2A\u554F\u8A72\u670D\u52D9\u3002","error.400":"\u670D\u52D9\u8FD4\u56DE\u932F\u8AA4\uFF0C \u8ACB\u6C42\u53C3\u6578\u932F\u8AA4\uFF0C\u8ACB\u6AA2\u67E5\u76F8\u61C9\u914D\u7F6E\u3002","error.502":"\u670D\u52D9\u8FD4\u56DE\u932F\u8AA4\uFF0C \u670D\u52D9\u8D85\u6642\uFF0C\u8ACB\u7A0D\u5F8C\u518D\u8A66\u3002","error.proTokenInvalid":"\u82E5\u60A8\u662FPro\u7528\u6236\uFF0C\u8ACB\u767B\u9678\u5F8C\u518D\u4F7F\u7528Pro\u7FFB\u8B6F\u670D\u52D9","error.proUpgrade":"\u5347\u7D1A\u5F8C\uFF0C\u8ACB\u5237\u65B0\u9801\u9762\u518D\u6B21\u7FFB\u8B6F\u3002","error.configError":"\u914D\u7F6E\u6578\u64DA\u7570\u5E38","error.goReset":"\u524D\u5F80\u91CD\u7F6E",batchEdit:"\u6279\u6B21\u64CD\u4F5C","translationServices.inherit":"\u8DDF\u96A8\u4E3B\u7FFB\u8B6F\u670D\u52D9","translationModeLang.translation.title":"\u50C5\u8B6F\u6587\u6A21\u5F0F\u7684\u8A9E\u8A00","translationModeLang.translation.description":"\u7576\u9801\u9762\u8A9E\u8A00\u70BA\u4E0B\u5217\u8A9E\u8A00\u6642\uFF0C\u6703\u81EA\u52D5\u4F7F\u7528\u50C5\u8B6F\u6587\u6A21\u5F0F","translationModeUrl.translation.title":"\u50C5\u8B6F\u6587\u6A21\u5F0F\u7684\u7DB2\u5740","translationModeUrl.translation.description":"\u7576\u7DB2\u7AD9\u70BA\u4E0B\u5217\u57DF\u540D\u6642\uFF0C\u6703\u81EA\u52D5\u4F7F\u7528\u50C5\u8B6F\u6587\u6A21\u5F0F",download_started:"\u4E0B\u8F09\u5DF2\u7D93\u958B\u59CB\uFF0C\u5982\u679C\u6C92\u6709\u81EA\u52D5\u4E0B\u8F09\uFF0C\u8ACB\u624B\u52D5\u9EDE\u64CA",here:"\u9019\u88E1","error.serveUnavailable":"\u60A8\u76EE\u524D\u6240\u4F7F\u7528\u7684 [{serverName}] \u670D\u52D9\u56E0\u7DB2\u8DEF\u9023\u7DDA\u6216\u670D\u52D9\u63D0\u4F9B\u5546\u7684\u554F\u984C\u66AB\u6642\u7121\u6CD5\u8A2A\u554F\u3002\u5EFA\u8B70\u60A8\u5617\u8A66\u5237\u65B0\u9801\u9762\u6216\u900F\u904E<1>\u8A2D\u5B9A\u66F4\u63DB\u5176\u4ED6\u7FFB\u8B6F\u670D\u52D9\u3002\u82E5\u60A8\u662F<2>Pro\u6703\u54E1\uFF0C\u53EF\u4EE5\u9078\u64C7\u4F7F\u7528\u66F4\u70BA\u7A69\u5B9A\u7684 DeepL \u6216 OpenAI \u7FFB\u8B6F\u670D\u52D9\uFF08<3>\u9EDE\u6B64\u514D\u8CBB\u9AD4\u9A57\uFF09\u3002 \u53E6\u5916\uFF0C\u60A8\u4E5F\u53EF\u80FD\u9700\u8981\u6AA2\u67E5\u60A8\u7684\u7DB2\u8DEF\u6216\u4EE3\u7406\u8A2D\u5B9A\u3002",detectServiceLoading:"\u6B63\u5728\u6AA2\u6E2C\u53EF\u7528\u7684\u7FFB\u8B6F\u670D\u52D9...",toggleToService:"\u5207\u63DB\u5230{service}\u4E26\u91CD\u8A66","error.gemini.429":"\u7576\u524D Gemini \u670D\u52D9\u7576\u524D\u627F\u8F09\u80FD\u529B\u5DF2\u9054\u4E0A\u9650\uFF0C\u8ACB\u60A8\u7A0D\u5F8C\u518D\u8A66\uFF0C\u6216\u8005\u5207\u63DB\u5230\u5176\u4ED6\u7FFB\u8B6F\u670D\u52D9",enableSentryReport:"\u7576\u64F4\u5C55\u767C\u751F\u932F\u8AA4\u6642\uFF0C\u4F7F\u7528 Sentry \u63D0\u4EA4\u53CD\u994B","translationServices.gemini":"\u96D9\u5B50\u5EA7","error.subscriptionExpiredTitle":"\u6703\u54E1\u5DF2\u904E\u671F","error.subscriptionExpired":"\u60A8\u7684\u6703\u54E1\u53EF\u80FD\u5DF2\u904E\u671F\uFF0C\u8ACB\u6AA2\u67E5\u60A8\u7684\u6703\u54E1\u72C0\u614B",geminiWarning:"\u6CE8\u610F\uFF1AGoogle \u63D0\u4F9B\u7684 Gemini \u7684\u514D\u8CBB\u670D\u52D9\u9650\u5236\u56B4\u683C\uFF0C\u53EF\u80FD\u6703\u88AB Google \u5224\u5B9A\u70BA\u7528\u6236\u5728\u4F7F\u7528\u591A\u500B Key \u4F86\u898F\u907F\u4ED6\u5011\u7684\u514D\u8CBB\u914D\u984D\u9650\u5236\uFF0C\u4E0D\u5EFA\u8B70\u4F7F\u7528\uFF0C\u5EFA\u8B70\u7B49\u5F85 Google \u672A\u4F86\u958B\u653E Gemini \u4ED8\u8CBB\u63A5\u53E3\u5F8C\u518D\u4F7F\u7528\u3002","floatBall.setting":"\u8A2D\u7F6E","floatBall.translateToLanguage":"\u9EDE\u64CA\u7FFB\u8B6F\u70BA{language}","floatBall.file":`\u7FFB\u8B6FPDF\u3001EPUB\u3001SRT\u3001 ASS\u3001HTML\u3001TXT\u6587\u4EF6`,changeToDualTranslationMode:"\u5207\u63DB\u9810\u8A2D\u8B6F\u6587\u6A21\u5F0F\u70BA\u96D9\u8A9E\u5C0D\u7167",changeToOnlyTempTranslationMode:`\u7576\u524D\u70BA\u96D9\u8A9E\u5C0D\u7167 \u9EDE\u64CA\u5207\u63DB\u70BA\u50C5\u8B6F\u6587`,changeToOnlyTranslationMode:"\u5207\u63DB\u9810\u8A2D\u7FFB\u8B6F\u6A21\u5F0F\u70BA\u50C5\u986F\u793A\u8B6F\u6587",changeToDualTempTranslationMode:`\u7576\u524D\u70BA\u50C5\u8B6F\u6587 @@ -4984,7 +4984,7 @@ ass\u3001HTML\u3001TXT\u6A94\u6848`,"description.multiplePrompt":`\u7576\u6BB5\u {env.imt_sub_trans_field}: \u8B6F\u6587 - id: 2 {env.imt_sub_source_field}: Source - {env.imt_sub_trans_field}: \u8B6F\u6587`,"subtitle.quickButton.translationPosition":"\u8B6F\u6587\u4F4D\u7F6E","subtitle.quickButton.cyan":"\u9752\u8272","subtitle.quickButton.translationPositionTop":"\u539F\u6587\u4E0A\u65B9","subtitle.quickButton.translationPositionBottom":"\u539F\u6587\u4E0B\u65B9","subtitle.quickButton.yellow":"\u9EC3\u8272","subtitle.quickButton.black":"\u9ED1\u8272","subtitle.quickButton.white":"\u767D\u8272","subtitle.quickButton.setting":"\u8A2D\u7F6E","subtitle.quickButton.blue":"\u85CD\u8272","subtitle.quickButton.backgroundColor":"\u80CC\u666F\u984F\u8272","subtitle.quickButton.sourceFontSize":"\u539F\u59CB\u5B57\u9AD4\u5927\u5C0F","subtitle.quickButton.translationFontSize":"\u7FFB\u8B6F\u6587\u5B57\u9AD4\u5927\u5C0F","translationServices.claude":"\u514B\u52DE\u5FB7","subtitle.quickButton.sourceTextColor":"\u539F\u59CB\u5B57\u9AD4\u984F\u8272","subtitle.quickButton.red":"\u7D05\u8272","subtitle.quickButton.translationTextColor":"\u7FFB\u8B6F\u6587\u5B57\u9AD4\u984F\u8272","subtitle.quickButton.magenta":"\u6D0B\u7D05\u8272","subtitle.quickButton.green":"\u7DA0\u8272","subtitle.quickButton.backgroundOpacity":"\u80CC\u666F\u4E0D\u900F\u660E\u5EA6",attachSubtitleTranslating:"\u6B63\u5728\u4F7F\u7528 {service} \u7FFB\u8B6F\u4E2D...","error.claude.403":"\u66AB\u7121\u6B0A\u9650\u8A2A\u554F\u670D\u52D9\uFF0C\u53EF\u80FD\u8207 Claude \u7684\u5730\u5340\u9650\u5236\u6709\u95DC\uFF0C\u60A8\u53EF\u4EE5\u5617\u8A66\u5207\u63DB\u60A8\u7684 IP \u5730\u5740\uFF0C\u6216\u8005\u4F7F\u7528\u5176\u4ED6\u7FFB\u8B6F\u670D\u52D9\u3002","browser.brandDescriptionForSafari":"\u3010\u6C89\u6D78\u5F0F\u7FFB\u8B6F\u3011\u4E00\u6B3E\u514D\u8CBB\u7684\uFF08\u539F\u6587/\u8B6F\u6587\uFF09\u96D9\u8A9E\u5C0D\u7167\u7DB2\u9801\u7FFB\u8B6F\u63D2\u4EF6\uFF0C\u540C\u6642\u652F\u6301PDF\u7FFB\u8B6F\u548CEPUB\u96FB\u5B50\u66F8\u7FFB\u8B6F\u4E14\u4FDD\u7559\u539F\u6587\u6A94\u6392\u7248\uFF0CYoutube/Netflix\u7B49\u5728\u7DDA\u8996\u983B\u96D9\u8A9E\u5B57\u5E55\u7FFB\u8B6F\uFF0C\u652F\u6301Deepl/Google\u7B49\u4E3B\u6D41\u7FFB\u8B6F\u670D\u52D9;","browser.PdfProFile":"AI \u9A45\u52D5\u7684 PDF Pro \u7FFB\u8B6F","browser.textTranslate":"\u6587\u672C\u7FFB\u8B6F\uFF08\u5C0D\u6BD4\u591A\u500B\u7FFB\u8B6F\u670D\u52D9\uFF09"};var _l={nologin:"Not logged in",loginForSafari:"Sign In or Sign Up",login:"Log In",goLogin:"Sign In",manageAccount:"Manage Account",openPremium:"Upgrade to Pro",logout:"Logout",curentPlan:"Current Plan",endAt:"Expires",endAuto:"Auto Renew",lineBreakMaxTextCount:"Maximum characters per sentence after line break","translate-pdf":"Translate PDF","noSupportTranslate-pdf":"This script is not supported. Please use a plugin.","translate-firefox-local-pdf":"Go to upload PDF",enableLineBreak:"Enable automatic line wrapping for long paragraphs",sponsorLabel:"Sponsor developers from $1 (monthly or one-time)",help:"Help",enableLineBreakDescription:"After activating, insert line breaks at the end of each sentence in lengthy paragraphs for improved readability.","browser.shortBrandName":"Immersive Translate","browser.brandName":"Immersive Translate - Translate Website & PDF","browser.brandDescription":"Free Translate Website, Translate PDF & Epub eBook, Translate Video Subtitles in Bilingual","browser.toggleTranslatePage":"Translate webpage/Display original text","browser.toggleTranslateTheWholePage":"Translate entire page/Display original text","browser.toggleTranslateToThePageEndImmediately":"Translate instantly to the bottom of the page/Display original text","browser.toggleTranslateTheMainPage":"Translate main page /Display original text","browser.shareToDraft":"Share Bilingual Page","browser.openOptionsPage":"Open Settings Page","browser.translateLocalPdfFile":"Translate local PDF File","browser.openEbookViewer":"Read local e-books","browser.openEbookBuilder":"Create Bilingual EPUB E-books","browser.translateLocalHtmlFile":"Translate HTML/txt File","browser.donateContext":"Explore Sponsorship Benefits","browser.translateLocalSubtitleFile":"Translate Local Subtitle File",confirmResetConfig:"Are you sure you want to reset settings?",translationLineBreakSettingTitle:"Line break setting",smartLineBreak:"Smart Wrap",alwaysLineBreak:"Always Wrap",isShowContextMenu:"Add Translation to Right-Click Menu",toggleBeta:"Enable Beta Testing Features",betaDescription:"Enable experimental features and test translation services. Join the <1>Telegram group for more information.",translationLineBreakSettingDescription:"Always Wrap is suitable for layouts with less content, providing a neater appearance. (For longer paragraphs with over {count} characters, use Smart Wrap for a more space-efficient display.)",tempTranslateDomainTitle:"Temporarily Activate Website Translation Time",tempTranslateDomainDescription:"When manually translating a webpage, temporarily enable automatic translation for the site. You can set a temporary duration.",xMinutes:"{count} minutes",disabled:"Disable",changelog:"Change Log",toggleTranslatePageWhenThreeFingersOnTheScreen:"Touch screen with multiple fingers to translate webpage/display original text",toggleTranslationMaskWhenThreeFingersOnTheScreen:"Touch screen with multiple fingers to show/hide the blurry effect of the translated text",addUrlDescription:"You can specify domain names, and also use wildcard characters, such as: *.google.com, google.com/mail/*, https://www.google.com/*",general:"General",clickToExpandConfig:"Expand current configuration",import:"Import from file",export:"Export to file",toggleDebug:"Print debug logs to console","fingers.0":"Close",mouseHoldKey:"+ {key} translate/restore this paragraph",mouseHoldKeyAuto:"immediately translate this paragraph",mouseHoldKeyOff:"Do nothing",mouseHoldKeyOther:"Custom shortcut key (open settings)",mouseHoldKeyCustomKey:"{key} translate/restore this paragraph","mouse-translate":"Hover",document:"Document",resetSuccess:"Reset all settings successful",resetThisSuccess:"Reset successful",saved:"Saved successfully",successImportConfig:"Configuration imported successfully",goAdvancedSettings:"Go to Advanced Settings Page",goAdvancedInterfaceSettings:"Go to Advanced Custom Settings Page",advanced:"Advanced Settings",advancedDescription:"Generally, there's no need to adjust; keep the default settings. These options are provided for more advanced users seeking a more personalized experience.",developer:"Developer settings",donateCafe:"Pricing","translate to the bottom of the page":"After opening a webpage, do you want to translate to the bottom of the page immediately?",feedback:"Feedback",toggleTranslatePage:"Translate webpage/Show original text",translateToThePageEndImmediatelyDescription:"Once enabled, upon entering a webpage, it will immediately translate the content from the top to the bottom. If disabled, it will translate as you read. (Not recommended to enable)","translate all areas of the page":"Should all areas of the webpage be translated?",translationAreaDescription:"Once enabled, all areas of the entire webpage will be translated. If disabled, the default smart recognition will be used to translate only the main areas. (Not recommended to enable)","the number of characters to be translated first":"Translate the first few characters of the page directly, without waiting to scroll to the visible area.","interface language":"Interface language","display both the original text and the translation":"Display both the original text and the translation","keyboard shortcuts":"Keyboard shortcuts",modify:"Edit",reset:"Reset",close:"Close",homepage:"Home Page",more:"More",moreOptions:"Expand for more custom settings",translateTheWholePage:"Translate entire page",changeToTranslateTheWholePage:"Translate the Whole Page",changeToTranslateTheMainPage:"Translate the Main Content",changeToOnlyTranslationMode:"Show Translation only",changeToDualTranslationMode:"Show Bilingual Translation",translateToThePageEndImmediately:"Immediately translate to the bottom ",translateTheMainPage:"smart translate the main areas","The local rules are up to date":"Local rules are up to date:","Successfully synchronized with the latest official rules:":"Successfully synced latest official rules:","Checking for updates":"Checking for update","Rules are being synchronized":"Syncing official rules",localVersionIsTooOld:"The local extension version is too old, please upgrade the extension to {minVersion} or a newer version and try to sync again.",badUserscriptBrowser:"The current browser does not correctly support the interface of the Tampermonkey extension (such as obtaining version information of Tampermonkey scripts). Please use another <1>browser that supports Tampermonkey extensions, such as Firefox.",foundNewVersion:"New version available",theLocalExtensionIsUpToUpdate:"The current extension version is up to date.",failToSyncRules:"Failed to sync latest adaptive rules",retry:"Retry",failedReason:"Failure reason",currentRuleVersion:"Current Rule Version",calculating:"Calculating",unknownError:"Unknown Error",canNotFetchRemoteRule:"Unable to fetch remote rule",enableAlphaSuccess:"Alpha feature enabled successfully",disableAlphaSuccess:"Alpha feature has been disabled",cacheSize:"Cache size:",cleaning:"Cleaning",cleanCache:"Clear cache",options:"Options",about:"About",service:"Translation Service",needAction:"(go to settings)",goSettings:"go to settings",needActionForOptions:"(requires setting)",translationEngine:"Engine Options",sourceLanguage:"Original language",target:"Target Language",popupSourceLanguage:"Source",popupTarget:"Target",popupService:"Service",forThisSite:"Site",autoEnableSubtitle:"Auto-enable bilingual captions",alwaysTranslate:"Always translate",neverTranslate:"Never translate",neverTranslateSomeLanguage:"Never translate {language}",alwaysTranslateSomeSite:"Always translate {hostname}",neverTranslateSomeSite:"Never translate {hostname}",alwaysTranslateSomeSiteOrWildSite:"Always translate this site",alwaysTranslateSomePage:"Always translate this page",add:"Add",default:"Default",forThisLanguage:"For This Language:","add url":"Add URL",edit:"Edit",pickAll:"Select All","translate other languages into specific language":"Translate other languages into the language you set","select translation service":"Select a translation service",language:"Language","show-original":"Show Original",translate:"Translate",Translated:"Translated",Translating:"Translating",Error:"Error",allowCacheTranslations:"Enable local translation caching (reduce translation requests for repeated paragraphs)","translation display":"Translation display style","select diplay style":"See below for examples of different translation styles",interface:"Interface Settings",import_export:"Import/Export",import_export_title:"Import/Export Configuration",syncToGoogleDrive:"Sync Now with Google Drive",floatBallOptions:"Floating Button","floatBallOptions.enable":"Enable Floating Ball","floatBallOptions.blockUrls":"Blocked Websites","floatBallOptions.add":"Add","floatBallOptions.blockUrlDesc":"Don\u2019t show the floating ball on these websites","floatBallOptions.clickType":"Click Behavior","floatBallOptions.clickTypeDesc":"What happens when you click the floating ball icon","floatBallOptions.clickPopup":"Display Translation Panel","floatBallOptions.clickTranslate":"Translate/Show Original Text","floatBallOptions.fixedPosition":"Fixed Position","floatBallOptions.fixedPositionDesc":"Whether the float ball is on the left or right of the window","floatBallOptions.fixedPositionLeft":"Left","floatBallOptions.fixedPositionRight":"Right",previewAllThemes:"Preview all themes","translationTheme.none":"None","translationTheme.grey":"Black Gray","translationTheme.dashed":"Dotted lines","translationTheme.dotted":"Dotted lines","translationTheme.dashedBorder":"Dotted Border","translationTheme.solidBorder":"Solid Border","translationTheme.underline":"Straight line","translationTheme.mask":"Blur effect (learning mode)","translationTheme.opacity":"Transparency effect","translationTheme.paper":"White paper shadow effect","translationTheme.dividingLine":"Dividing line","translationTheme.highlight":"Highlight","translationTheme.marker":"Marker","translationTheme.marker2":"Maker2","translationTheme.blockquote":"quote style","translationTheme.weakening":"Weaken","translationTheme.italic":"Italic","translationTheme.bold":"Bold","translationTheme.thinDashed":"Thin dotted lines","translationTheme.nativeDashed":"System built-in dotted lines","translationTheme.nativeDotted":"System built-in dotted lines","translationTheme.nativeUnderline":"System built-in straight lines","translationTheme.wavy":"wavy lines","translationServices.custom":"Custom API","translationServices.tencent":"Tencent Translator","translationServices.tenAlpha":"Tencent Translator (Alpha)","translationServices.google":"Google Translate","translationServices.bai":"Baidu (Alpha)","translationServices.baidu":"Baidu translation","translationServices.aliyun":"Aliyun Translator","translationServices.volc":"Volcano Translation","translationServices.deeplx":"DeepLX (Alpha)","translationServices.bing":"Microsoft Translator","translationServices.deepl":"DeepL","translationServices.wechat":"Wechat translation","translationServices.azure":"Azure Translator","translationServices.ibm":"IBM Watson","translationServices.aws":"Amazon Translate","translationServices.mock":"Mock translation","translationServices.mock2":"Mock Translation2","translationServices.caiyun":"Caiyun Translation","translationServices.cai":"Caiyun Translation (Alpha)","translationServices.volcAlpha":"Volcano Translation (Alpha)","translationServices.openl":"OpenL","translationServices.youdao":"Youdao Translation","translationServices.you":"Youdao Translation (Alpha)","translationServices.transmart":"Tencent Smart Translation","translationServices.niu":"Niu Translation","translationServices.papago":"Papago Translation","translationServices.d":"DeeplX (Alpha)","translationServices.dpro":"D Pro (Canary)","translationServices.openai":"OpenAI","translationServices.yandex":"Yandex","translationServices.gemini":"Gemini","translationServices.chatgpt":"ChatGPT Web(3.5 mobile)","translate title":"Translate page title","always languages":"Always translate the following languages",neverTranslateLanguagesLabel:"Never Translated Languages",neverTranslateTheFollowingLanguagesDescription:"When a paragraph on a page is in one of the following languages, the translation will be skipped",enableUserscriptPagePopup:"Always show Popup windows on the page",enableUserscriptPagePopupDescription:"After closing the floating ball, you can use the shortcut key /{touch} to summon it. To prevent accidentally losing the floating ball after turning off this option, it is strongly recommended to bookmark this settings page.","always translate the following languages":"The following languages will always be translated","always sites":"Always translate the following sites","always translate the following sites":"The following sites will always be translated","never sites":"Never translate the following sites","never translate the following sites":"The following sites will never be translated","please refer to":"It can only be used after filling in the key. For details, please refer to",KeyAndConfigurationTutorial:"Key Application and Configuration Tutorial",useAboveStyleForTheseSites:"Sites that always use the {theme} translation style",currentUrl:"Current URL",confirm:"Save",cancel:"Cancel",delete:"Delete",syncToCloud:"Sync to cloud",syncToCloudDescription:"Upload the configuration to the cloud server, and you can synchronize the configuration between different browsers or Tampermonkey scripts, based on the last modification time.",syncToAccount:"Sync to account",syncToAccountButton:"Sync to account now",syncToAccountDescription:"Uploaded to the logged-in account, the configuration can be synchronized between different devices, and the last modification time shall prevail.",successSyncConfigInAccount:"Successfully synced with account",successSyncConfigToAccount:"Successfully synchronized to account",syncConfigNoUpdate:"Already up to date",authFail:"Authorization Failed",syncTitle:"Manual Backup Management",import_hint:"Import",upload:"Upload",revokeAuth:"Revoke Authorization",uploadFail:"Upload Failed",download:"Download",importSuccess:"Upload Success",importFail:"Import Failed",deleteFail:"Delete Failed",backupToCloud:"Manage backup files manually",create_new_backup:"Add backup node",maxBackupFiles:"Up to{count}different nodes can be backed up. Please delete unneeded nodes",backupToCloudDescription:"Upload or restore backup files manually, up to 3 different backups",successSyncConfig:"Successfully synced with cloud",syncFail:"Synchronization failed",updatedAt:"Updated at {date}",lastSyncedAt:"Last checked at {date}",downloadFail:"Download failed",clickToDownload:"Click to download",aboutLabel:"About - Feedback ","browser.openAboutPage":"About / Feedback/Sponsor",aboutLabelWithoutSponsor:"About - Feedback",aboutIntro:"We hope that all users will easily and pleasantly access to the enormous amount of foreign language information available on the Internet \u2764\uFE0F. You can choose to subscribe to <6>Pro membership to use the out-of-the-box DeepL and OpenAI translation.

Follow us on<3>Twitter, <4>Telegram Channel, WeChat public account, WeChat community group, or subscribe to updates via <5>email below.
<7>Pro members can contact us through the quick customer service email <8>support@immersivetranslate.com.",aboutIntroWithoutSponsor:"The extension is completely free. We hope that everyone can easily and joyfully access the vast foreign language information on the Internet \u2764\uFE0F.

Follow us on <3>Twitter, <4>Telegram channel, WeChat public account, WeChat community group, or subscribe to updates via <5>email below.",projectHomepage:"Project Homepage",joinTelegramGroup:"Join our communities for feature discussion",wechatPublicAccount:"Wechat Official Account",wechatCommunities:"Wechat Group",qqCommunities:"QQ Channel",joinTelegramChannel:"Subscribe to our Telegram channel to get the latest updates",feedbackAndJoin:"Feedback",autoSync:"Auto-Time Sync",loadingThemeTitle:"Loading Style",loadingThemeDescription:"Set the style of waiting for the translation to load","loadingTheme.spinner":"Spinning icon","loadingTheme.text":"Static Text... ","loadingTheme.none":"Disabled",developerDescription:"You can click <1>here to see the documentation related to advanced customization","edit border color":"Edit border color",successSyncButNoChange:"The current configuration is consistent with that in the cloud server",customTheme:"Customize colors and sizes","customThemeLabel.borderColor":"Border color","customThemeLabel.borderRadius":"Border Round Corner","customThemeLabel.textColor":"Text color","customThemeLabel.backgroundColor":"Background color","customThemeLabel.zoom":"Font scale (%)","customThemeLabel.opacity":"Text opacity (%)",resetToDefaultColor:"Reset to default colors",resetToDefaultSettings:"Reset to default settings",isTranslateTitle:"Enable translate page title",isTranslateTitleDescription:"When enabled, the webpage title will be translated",enableSearchEnhancement:"Enable Search Enhancement",enableSearchEnhancementDescription:"After activation, the right sidebar will automatically display 'Google News' search results for the corresponding English keywords on supported websites (Google News, Google Search (for certain keywords), Xueqiu, East Money, Futu, Tiger Community).",verifyService:"Verify service",verified:"Successful","field.langs":"Supported Language Code","field.model":"Model","field.translationEngine":"Translation engine","field.limitPerMinute":"Max requests per minute","field.limitPerSecond":"Max requests per second","field.maxTextLengthPerRequest":"Maximum text length per request","field.maxTextGroupLengthPerRequest":"Maximum number of paragraphs per request","field.apiUrl":"Custom API interface address","field.placeholderDelimiters":"Reserved placeholders","description.custom":"Custom interface access requires reference documents","description.limitPerMinute":"When the number of requests exceeds this limit, it will be temporarily suspended until the beginning of the next minute. Due to various limitations of OpenAI's current services, please click <1>here to view the latest suggested values","description.limitPerSecond":"When the number of requests exceeds this limit, it will be temporarily suspended until the beginning of the next second. Due to various limitations of OpenAI's current services, please click <1>here to view the latest suggested values","description.generalLimitPerSecond":"When the number of requests exceeds the limit, it will enter a queue state until the beginning of the next second.","description.prompt":"The dialogue sent to {service} as a user, where {{text}} represents the text content of the paragraph, {{from}} represents the language of the paragraph, and {{to}} represents the target language.","description.maxTextLengthPerRequest":"By default multiple paragraphs will be merged to reduce the number of requests, but if the total length of the paragraphs is too long, it may also cause the interface to respond slowly, so you can try to adjust this option to optimize speed","description.systemPrompt":"Send the conversation to OpenAI as a system, where {{text}} represents the text content of the paragraph, {{from}} represents the original language of the paragraph, and {{to}} represents the target language.","field.domain":"Domain","description.domain":"The default is: general. It can only be set when domain translation is activated in the Youdao API console, and the supported domains can be seen <1>Here ","field.scene":"Scenarios","description.scene":"The default is: general. It can be set only if the Alibaba Cloud API console has the Machine Translation Professional Edition enabled. Supported scenes can be found <1>here.","field.vocabId":"User dictionary ID","description.vocabId":"Specified dictionary out_id, currently supported in English translation","description.model":"OpenAI's models, such as gpt-3.5-turbo, gpt-4, etc","description.maxTextGroupLengthPerRequest":"The number of paragraphs sent to translation service each time. Sending too many paragraphs to OpenAI at once can slow down the interface.","description.apiUrl":"Please add a specific URL with a path, <1>more instructions",enabledExtension:"Enable extensions",clickToDisableExtension:"Click to disable extension",clickToEnableExtension:"Click to enable the extension",hasBeenDisabled:"Disabled","show password":"Show password",customContent:"Enter the name of the custom model",inputOptions:"Enhanced input box",mouseHoverOptions:"Mouse Hover",modifyMouseHoverKey:"Modify mouse hover shortcuts",enableInputTranslation:"enhanced input box?",enableInputTranslationDescription:"When enabled, enter {startingKey}{startingKey} direct in the input box and hit{inputTrailingTriggerKeyRepeatTimes}times{trailingKey}, translated into {inputTargetLanguage}",enableInputTranslationDescriptionForNoneKey:'When enabled, simply enter "Hello World" in the input box, then quickly press {inputTrailingTriggerKeyRepeatTimes} times on {trailingKey}, and it will be translated into the default target language.',inputTargetLanguage:"Set the default target language for the input box",inputTargetLanguageDescription:"The default target language for the translation input box, which is {startingKey}{startingKey} as the default language for triggering words.",inputTargetLanguageDescriptionForNoneKey:"Default target language for translation input box",inputStartingTriggerKeyTitle:"Set the delimiter character for partial translation of the input box",inputStartingTriggerKeyDescription:"When you don\u2019t need to translate the entire input box, the delimiter allows you to only translate the part from {startingKey}{startingKey} to the end of the input box. You can also specify a language code, for example: {startingKey}ja means to only translate the part from {startingKey}ja to the end of the input box",inputStartingTriggerKeyDescriptionForNoneKey:"The current setting does not require a prefix, so the partial text translation function of the input box cannot be used temporarily",inputTrailingTriggerKeyTitle:"Select a trigger character to indicate the end of input.",inputTrailingTriggerKeyDescription:"Quickly hitting {trailingKey} 3 times will start the translation",inputTrailingTriggerKeyTimeout:"Enter the interval time to end the trailing trigger",inputTrailingTriggerKeyTimeoutDescription:"Set the interval time for the end of input combo trigger (milliseconds)",spaceKey:"",noneKey:"No prefix needed, translate the entire text box directly",inputTranslationBlockUrlsTitle:"Do not enable input box enhancement on the following URLs",inputTranslationBlockUrlsDescription:"The input box enhancement will not work in the following URL",inputHelperInfo:`Note: We have optimized the system to address an issue where certain characters in Chinese input methods were being converted into Chinese punctuation marks. For instance, when using Sogou Input Method, "/" would be changed to "\u3001". We now recognizes all corresponding Chinese symbols as triggering characters, including "//" and "\u3001\u3001". + {env.imt_sub_trans_field}: \u8B6F\u6587`,"subtitle.quickButton.translationPosition":"\u8B6F\u6587\u4F4D\u7F6E","subtitle.quickButton.cyan":"\u9752\u8272","subtitle.quickButton.translationPositionTop":"\u539F\u6587\u4E0A\u65B9","subtitle.quickButton.translationPositionBottom":"\u539F\u6587\u4E0B\u65B9","subtitle.quickButton.yellow":"\u9EC3\u8272","subtitle.quickButton.black":"\u9ED1\u8272","subtitle.quickButton.white":"\u767D\u8272","subtitle.quickButton.setting":"\u8A2D\u7F6E","subtitle.quickButton.blue":"\u85CD\u8272","subtitle.quickButton.backgroundColor":"\u80CC\u666F\u984F\u8272","subtitle.quickButton.sourceFontSize":"\u539F\u59CB\u5B57\u9AD4\u5927\u5C0F","subtitle.quickButton.translationFontSize":"\u7FFB\u8B6F\u6587\u5B57\u9AD4\u5927\u5C0F","translationServices.claude":"\u514B\u52DE\u5FB7","subtitle.quickButton.sourceTextColor":"\u539F\u59CB\u5B57\u9AD4\u984F\u8272","subtitle.quickButton.red":"\u7D05\u8272","subtitle.quickButton.translationTextColor":"\u7FFB\u8B6F\u6587\u5B57\u9AD4\u984F\u8272","subtitle.quickButton.magenta":"\u6D0B\u7D05\u8272","subtitle.quickButton.green":"\u7DA0\u8272","subtitle.quickButton.backgroundOpacity":"\u80CC\u666F\u4E0D\u900F\u660E\u5EA6",attachSubtitleTranslating:"\u6B63\u5728\u4F7F\u7528 {service} \u7FFB\u8B6F\u4E2D...","error.claude.403":"\u66AB\u7121\u6B0A\u9650\u8A2A\u554F\u670D\u52D9\uFF0C\u53EF\u80FD\u8207 Claude \u7684\u5730\u5340\u9650\u5236\u6709\u95DC\uFF0C\u60A8\u53EF\u4EE5\u5617\u8A66\u5207\u63DB\u60A8\u7684 IP \u5730\u5740\uFF0C\u6216\u8005\u4F7F\u7528\u5176\u4ED6\u7FFB\u8B6F\u670D\u52D9\u3002","browser.brandDescriptionForSafari":"\u3010\u6C89\u6D78\u5F0F\u7FFB\u8B6F\u3011\u4E00\u6B3E\u514D\u8CBB\u7684\uFF08\u539F\u6587/\u8B6F\u6587\uFF09\u96D9\u8A9E\u5C0D\u7167\u7DB2\u9801\u7FFB\u8B6F\u63D2\u4EF6\uFF0C\u540C\u6642\u652F\u6301PDF\u7FFB\u8B6F\u548CEPUB\u96FB\u5B50\u66F8\u7FFB\u8B6F\u4E14\u4FDD\u7559\u539F\u6587\u6A94\u6392\u7248\uFF0CYoutube/Netflix\u7B49\u5728\u7DDA\u8996\u983B\u96D9\u8A9E\u5B57\u5E55\u7FFB\u8B6F\uFF0C\u652F\u6301Deepl/Google\u7B49\u4E3B\u6D41\u7FFB\u8B6F\u670D\u52D9;","browser.PdfProFile":"AI \u9A45\u52D5\u7684 PDF Pro \u7FFB\u8B6F","browser.textTranslate":"\u6587\u672C\u7FFB\u8B6F\uFF08\u5C0D\u6BD4\u591A\u500B\u7FFB\u8B6F\u670D\u52D9\uFF09"};var _l={nologin:"Not logged in",loginForSafari:"Sign In or Sign Up",login:"Log In",goLogin:"Sign In",manageAccount:"Manage Account",openPremium:"Upgrade to Pro",logout:"Logout",curentPlan:"Current Plan",endAt:"Expires",endAuto:"Auto Renew",lineBreakMaxTextCount:"Maximum characters per sentence after line break","translate-pdf":"Translate PDF","noSupportTranslate-pdf":"This script is not supported. Please use a plugin.","translate-firefox-local-pdf":"Go to upload PDF",enableLineBreak:"Enable automatic line wrapping for long paragraphs",sponsorLabel:"Sponsor developers from $1 (monthly or one-time)",help:"Help",enableLineBreakDescription:"After activating, insert line breaks at the end of each sentence in lengthy paragraphs for improved readability.","browser.shortBrandName":"Immersive Translate","browser.brandName":"Immersive Translate - Translate Website & PDF","browser.brandDescription":"Free Translate Website, Translate PDF & Epub eBook, Translate Video Subtitles in Bilingual","browser.toggleTranslatePage":"Translate webpage/Display original text","browser.toggleTranslateTheWholePage":"Translate entire page/Display original text","browser.toggleTranslateToThePageEndImmediately":"Translate instantly to the bottom of the page/Display original text","browser.toggleTranslateTheMainPage":"Translate main page /Display original text","browser.shareToDraft":"Share Bilingual Page","browser.openOptionsPage":"Open Settings Page","browser.translateLocalPdfFile":"Translate local PDF File","browser.openEbookViewer":"Read local e-books","browser.openEbookBuilder":"Create Bilingual EPUB E-books","browser.translateLocalHtmlFile":"Translate HTML/txt File","browser.donateContext":"Explore Sponsorship Benefits","browser.translateLocalSubtitleFile":"Translate Local Subtitle File",confirmResetConfig:"Are you sure you want to reset settings?",translationLineBreakSettingTitle:"Line break setting",smartLineBreak:"Smart Wrap",alwaysLineBreak:"Always Wrap",isShowContextMenu:"Add Translation to Right-Click Menu",toggleBeta:"Enable Beta Testing Features",betaDescription:"Enable experimental features and test translation services. Join the <1>Telegram group for more information.",translationLineBreakSettingDescription:"Always Wrap is suitable for layouts with less content, providing a neater appearance. (For longer paragraphs with over {count} characters, use Smart Wrap for a more space-efficient display.)",tempTranslateDomainTitle:"Temporarily Activate Website Translation Time",tempTranslateDomainDescription:"When manually translating a webpage, temporarily enable automatic translation for the site. You can set a temporary duration.",xMinutes:"{count} minutes",disabled:"Disable",changelog:"Change Log",toggleTranslatePageWhenThreeFingersOnTheScreen:"Touch screen with multiple fingers to translate webpage/display original text",toggleTranslationMaskWhenThreeFingersOnTheScreen:"Touch screen with multiple fingers to show/hide the blurry effect of the translated text",addUrlDescription:"You can specify domain names, and also use wildcard characters, such as: *.google.com, google.com/mail/*, https://www.google.com/*",general:"General",clickToExpandConfig:"Expand current configuration",import:"Import from file",export:"Export to file",toggleDebug:"Print debug logs to console","fingers.0":"Close",mouseHoldKey:"+ {key} translate/restore this paragraph",mouseHoldKeyAuto:"immediately translate this paragraph",mouseHoldKeyOff:"Do nothing",mouseHoldKeyOther:"Custom shortcut key (open settings)",mouseHoldKeyCustomKey:"{key} translate/restore this paragraph","mouse-translate":"Hover",document:"Document",resetSuccess:"Reset all settings successful",resetThisSuccess:"Reset successful",saved:"Saved successfully",successImportConfig:"Configuration imported successfully",goAdvancedSettings:"Go to Advanced Settings Page",goAdvancedInterfaceSettings:"Go to Advanced Custom Settings Page",advanced:"Advanced Settings",advancedDescription:"Generally, there's no need to adjust; keep the default settings. These options are provided for more advanced users seeking a more personalized experience.",developer:"Developer settings",donateCafe:"Pricing","translate to the bottom of the page":"After opening a webpage, do you want to translate to the bottom of the page immediately?",feedback:"Feedback",toggleTranslatePage:"Translate webpage/Show original text",translateToThePageEndImmediatelyDescription:"Once enabled, upon entering a webpage, it will immediately translate the content from the top to the bottom. If disabled, it will translate as you read. (Not recommended to enable)","translate all areas of the page":"Should all areas of the webpage be translated?",translationAreaDescription:"Once enabled, all areas of the entire webpage will be translated. If disabled, the default smart recognition will be used to translate only the main areas. (Not recommended to enable)","the number of characters to be translated first":"Translate the first few characters of the page directly, without waiting to scroll to the visible area.","interface language":"Interface language","display both the original text and the translation":"Display both the original text and the translation","keyboard shortcuts":"Keyboard shortcuts",modify:"Edit",reset:"Reset",close:"Close",homepage:"Home Page",more:"More",moreOptions:"Expand for more custom settings",translateTheWholePage:"Translate entire page",changeToTranslateTheWholePage:"Translate the Whole Page",changeToTranslateTheMainPage:"Translate the Main Content",changeToOnlyTranslationMode:"Show Translation only",changeToDualTranslationMode:"Show Bilingual Translation",translateToThePageEndImmediately:"Immediately translate to the bottom ",translateTheMainPage:"smart translate the main areas","The local rules are up to date":"Local rules are up to date:","Successfully synchronized with the latest official rules:":"Successfully synced latest official rules:","Checking for updates":"Checking for update","Rules are being synchronized":"Syncing official rules",localVersionIsTooOld:"The local extension version is too old, please upgrade the extension to {minVersion} or a newer version and try to sync again.",badUserscriptBrowser:"The current browser does not correctly support the interface of the Tampermonkey extension (such as obtaining version information of Tampermonkey scripts). Please use another <1>browser that supports Tampermonkey extensions, such as Firefox.",foundNewVersion:"New version available",theLocalExtensionIsUpToUpdate:"The current extension version is up to date.",failToSyncRules:"Failed to sync latest adaptive rules",retry:"Retry",failedReason:"Failure reason",currentRuleVersion:"Current Rule Version",calculating:"Calculating",unknownError:"Unknown Error",canNotFetchRemoteRule:"Unable to fetch remote rule",enableAlphaSuccess:"Alpha feature enabled successfully",disableAlphaSuccess:"Alpha feature has been disabled",cacheSize:"Cache size:",cleaning:"Cleaning",cleanCache:"Clear cache",options:"Options",about:"About",service:"Translation Service",needAction:"(go to settings)",goSettings:"go to settings",needActionForOptions:"(requires setting)",translationEngine:"Engine Options",sourceLanguage:"Original language",target:"Target Language",popupSourceLanguage:"Source",popupTarget:"Target",popupService:"Service",forThisSite:"Site",autoEnableSubtitle:"Auto-enable bilingual captions",alwaysTranslate:"Always translate",neverTranslate:"Never translate",neverTranslateSomeLanguage:"Never translate {language}",alwaysTranslateSomeSite:"Always translate {hostname}",neverTranslateSomeSite:"Never translate {hostname}",alwaysTranslateSomeSiteOrWildSite:"Always translate this site",alwaysTranslateSomePage:"Always translate this page",add:"Add",default:"Default",forThisLanguage:"For This Language:","add url":"Add URL",edit:"Edit",pickAll:"Select All","translate other languages into specific language":"Translate other languages into the language you set","select translation service":"Select a translation service",language:"Language","show-original":"Show Original",translate:"Translate",Translated:"Translated",Translating:"Translating",Error:"Error",allowCacheTranslations:"Enable local translation caching (reduce translation requests for repeated paragraphs)","translation display":"Translation display style","select diplay style":"See below for examples of different translation styles",interface:"Interface Settings",import_export:"Import/Export",import_export_title:"Import/Export Configuration",syncToGoogleDrive:"Sync Now with Google Drive",floatBallOptions:"Floating Button","floatBallOptions.enable":"Enable Floating Ball","floatBallOptions.blockUrls":"Blocked Websites","floatBallOptions.add":"Add","floatBallOptions.blockUrlDesc":"Don\u2019t show the floating ball on these websites","floatBallOptions.clickType":"Click Behavior","floatBallOptions.clickTypeDesc":"What happens when you click the floating ball icon","floatBallOptions.clickPopup":"Display Translation Panel","floatBallOptions.clickTranslate":"Translate/Show Original Text","floatBallOptions.fixedPosition":"Fixed Position","floatBallOptions.fixedPositionDesc":"Whether the float ball is on the left or right of the window","floatBallOptions.fixedPositionLeft":"Left","floatBallOptions.fixedPositionRight":"Right",previewAllThemes:"Preview all themes","translationTheme.none":"None","translationTheme.grey":"Black Gray","translationTheme.dashed":"Dotted lines","translationTheme.dotted":"Dotted lines","translationTheme.dashedBorder":"Dotted Border","translationTheme.solidBorder":"Solid Border","translationTheme.underline":"Straight line","translationTheme.mask":"Blur effect (learning mode)","translationTheme.opacity":"Transparency effect","translationTheme.paper":"White paper shadow effect","translationTheme.dividingLine":"Dividing line","translationTheme.highlight":"Highlight","translationTheme.marker":"Marker","translationTheme.marker2":"Maker2","translationTheme.blockquote":"quote style","translationTheme.weakening":"Weaken","translationTheme.italic":"Italic","translationTheme.bold":"Bold","translationTheme.thinDashed":"Thin dotted lines","translationTheme.nativeDashed":"System built-in dotted lines","translationTheme.nativeDotted":"System built-in dotted lines","translationTheme.nativeUnderline":"System built-in straight lines","translationTheme.wavy":"wavy lines","translationServices.custom":"Custom API","translationServices.tencent":"Tencent Translator","translationServices.tenAlpha":"Tencent Translator (Alpha)","translationServices.google":"Google Translate","translationServices.bai":"Baidu (Alpha)","translationServices.baidu":"Baidu translation","translationServices.aliyun":"Aliyun Translator","translationServices.volc":"Volcano Translation","translationServices.deeplx":"DeepLX (Alpha)","translationServices.bing":"Microsoft Translator","translationServices.deepl":"DeepL","translationServices.wechat":"Wechat translation","translationServices.azure":"Azure Translator","translationServices.ibm":"IBM Watson","translationServices.aws":"Amazon Translate","translationServices.mock":"Mock translation","translationServices.mock2":"Mock Translation2","translationServices.caiyun":"Caiyun Translation","translationServices.cai":"Caiyun Translation (Alpha)","translationServices.volcAlpha":"Volcano Translation (Alpha)","translationServices.openl":"OpenL","translationServices.youdao":"Youdao Translation","translationServices.you":"Youdao Translation (Alpha)","translationServices.transmart":"Tencent Smart Translation","translationServices.niu":"Niu Translation","translationServices.papago":"Papago Translation","translationServices.d":"DeeplX (Alpha)","translationServices.dpro":"D Pro (Canary)","translationServices.openai":"OpenAI","translationServices.yandex":"Yandex","translationServices.gemini":"Gemini","translationServices.chatgpt":"ChatGPT Web(3.5 mobile)","translate title":"Translate page title","always languages":"Always translate the following languages",neverTranslateLanguagesLabel:"Never Translated Languages",neverTranslateTheFollowingLanguagesDescription:"When a paragraph on a page is in one of the following languages, the translation will be skipped",enableUserscriptPagePopup:"Always show Popup windows on the page",enableUserscriptPagePopupDescription:"After closing the floating ball, you can use the shortcut key /{touch} to summon it. To prevent accidentally losing the floating ball after turning off this option, it is strongly recommended to bookmark this settings page.","always translate the following languages":"The following languages will always be translated","always sites":"Always translate the following sites","always translate the following sites":"The following sites will always be translated","never sites":"Never translate the following sites","never translate the following sites":"The following sites will never be translated","please refer to":"It can only be used after filling in the key. For details, please refer to",KeyAndConfigurationTutorial:"Key Application and Configuration Tutorial",useAboveStyleForTheseSites:"Sites that always use the {theme} translation style",currentUrl:"Current URL",confirm:"Save",cancel:"Cancel",delete:"Delete",syncToCloud:"Sync to cloud",syncToCloudDescription:"Upload the configuration to the cloud server, and you can synchronize the configuration between different browsers or Tampermonkey scripts, based on the last modification time.",syncToAccount:"Sync to account",syncToAccountButton:"Sync to account now",syncToAccountDescription:"Uploaded to the logged-in account, the configuration can be synchronized between different devices, and the last modification time shall prevail.",successSyncConfigInAccount:"Successfully synced with account",successSyncConfigToAccount:"Successfully synchronized to account",syncConfigNoUpdate:"Already up to date",authFail:"Authorization Failed",syncTitle:"Manual Backup Management",import_hint:"Import",upload:"Upload",revokeAuth:"Revoke Authorization",uploadFail:"Upload Failed",download:"Download",importSuccess:"Upload Success",importFail:"Import Failed",deleteFail:"Delete Failed",backupToCloud:"Manage backup files manually",create_new_backup:"Add backup node",maxBackupFiles:"Up to{count}different nodes can be backed up. Please delete unneeded nodes",backupToCloudDescription:"Upload or restore backup files manually, up to 3 different backups",successSyncConfig:"Successfully synced with cloud",syncFail:"Synchronization failed",updatedAt:"Updated at {date}",lastSyncedAt:"Last checked at {date}",downloadFail:"Download failed",clickToDownload:"Click to download",aboutLabel:"About - Feedback ","browser.openAboutPage":"About / Feedback/Sponsor",aboutLabelWithoutSponsor:"About - Feedback",aboutIntro:"We hope that all users will easily and pleasantly access to the enormous amount of foreign language information available on the Internet \u2764\uFE0F. You can choose to subscribe to <6>Pro membership to use the out-of-the-box DeepL and OpenAI translation.

Follow us on<3>Twitter, <4>Telegram Channel, WeChat public account, WeChat community group, or subscribe to updates via <5>email below.
<7>Pro members can contact us through the quick customer service email <8>support@immersivetranslate.com.",aboutIntroWithoutSponsor:"The extension is completely free. We hope that everyone can easily and joyfully access the vast foreign language information on the Internet \u2764\uFE0F.

Follow us on <3>Twitter, <4>Telegram channel, WeChat public account, WeChat community group, or subscribe to updates via <5>email below.",projectHomepage:"Project Homepage",joinTelegramGroup:"Join our communities for feature discussion",wechatPublicAccount:"Wechat Official Account",wechatCommunities:"Wechat Group",qqCommunities:"QQ Channel",joinTelegramChannel:"Subscribe to our Telegram channel to get the latest updates",feedbackAndJoin:"Feedback",autoSync:"Auto-Time Sync",loadingThemeTitle:"Loading Style",loadingThemeDescription:"Set the style of waiting for the translation to load","loadingTheme.spinner":"Spinning icon","loadingTheme.text":"Static Text... ","loadingTheme.none":"Disabled",developerDescription:"You can click <1>here to see the documentation related to advanced customization","edit border color":"Edit border color",successSyncButNoChange:"The current configuration is consistent with that in the cloud server",customTheme:"Customize colors and sizes","customThemeLabel.borderColor":"Border color","customThemeLabel.borderRadius":"Border Round Corner","customThemeLabel.textColor":"Text color","customThemeLabel.backgroundColor":"Background color","customThemeLabel.zoom":"Font scale (%)","customThemeLabel.opacity":"Text opacity (%)",resetToDefaultColor:"Reset to default colors",resetToDefaultSettings:"Reset to default settings",isTranslateTitle:"Enable translate page title",isTranslateTitleDescription:"When enabled, the webpage title will be translated",enableSearchEnhancement:"Enable Search Enhancement",enableSearchEnhancementDescription:"After activation, the right sidebar will automatically display 'Google News' search results for the corresponding English keywords on supported websites (Google News, Google Search (for certain keywords), Xueqiu, East Money, Futu, Tiger Community).",verifyService:"Verify service",verified:"Successful","field.langs":"Supported Language Code","field.model":"Model","field.translationEngine":"Translation engine","field.limitPerMinute":"Max requests per minute","field.limitPerSecond":"Max requests per second","field.maxTextLengthPerRequest":"Maximum text length per request","field.maxTextGroupLengthPerRequest":"Maximum number of paragraphs per request","field.apiUrl":"Custom API interface address","field.placeholderDelimiters":"Reserved placeholders","description.custom":"Custom interface access requires reference documents","description.limitPerMinute":"When the number of requests exceeds this limit, it will be temporarily suspended until the beginning of the next minute. Due to various limitations of OpenAI's current services, please click <1>here to view the latest suggested values","description.limitPerSecond":"When the number of requests exceeds this limit, it will be temporarily suspended until the beginning of the next second. Due to various limitations of OpenAI's current services, please click <1>here to view the latest suggested values","description.generalLimitPerSecond":"When the number of requests exceeds the limit, it will enter a queue state until the beginning of the next second.","description.prompt":"The dialogue sent to {service} as a user, where {{text}} represents the text content of the paragraph, {{from}} represents the language of the paragraph, and {{to}} represents the target language.","description.maxTextLengthPerRequest":"By default multiple paragraphs will be merged to reduce the number of requests, but if the total length of the paragraphs is too long, it may also cause the interface to respond slowly, so you can try to adjust this option to optimize speed","description.systemPrompt":"The dialogue sent to {service} as a system, where {{text}} represents the text content of the paragraph, {{from}} represents the language of the paragraph, and {{to}} represents the target language.","field.domain":"Domain","description.domain":"The default is: general. It can only be set when domain translation is activated in the Youdao API console, and the supported domains can be seen <1>Here ","field.scene":"Scenarios","description.scene":"The default is: general. It can be set only if the Alibaba Cloud API console has the Machine Translation Professional Edition enabled. Supported scenes can be found <1>here.","field.vocabId":"User dictionary ID","description.vocabId":"Specified dictionary out_id, currently supported in English translation","description.model":"OpenAI's models, such as gpt-3.5-turbo, gpt-4, etc","description.maxTextGroupLengthPerRequest":"The number of paragraphs sent to translation service each time. Sending too many paragraphs to OpenAI at once can slow down the interface.","description.apiUrl":"Please add a specific URL with a path, <1>more instructions",enabledExtension:"Enable extensions",clickToDisableExtension:"Click to disable extension",clickToEnableExtension:"Click to enable the extension",hasBeenDisabled:"Disabled","show password":"Show password",customContent:"Enter the name of the custom model",inputOptions:"Enhanced input box",mouseHoverOptions:"Mouse Hover",modifyMouseHoverKey:"Modify mouse hover shortcuts",enableInputTranslation:"enhanced input box?",enableInputTranslationDescription:"When enabled, enter {startingKey}{startingKey} direct in the input box and hit{inputTrailingTriggerKeyRepeatTimes}times{trailingKey}, translated into {inputTargetLanguage}",enableInputTranslationDescriptionForNoneKey:'When enabled, simply enter "Hello World" in the input box, then quickly press {inputTrailingTriggerKeyRepeatTimes} times on {trailingKey}, and it will be translated into the default target language.',inputTargetLanguage:"Set the default target language for the input box",inputTargetLanguageDescription:"The default target language for the translation input box, which is {startingKey}{startingKey} as the default language for triggering words.",inputTargetLanguageDescriptionForNoneKey:"Default target language for translation input box",inputStartingTriggerKeyTitle:"Set the delimiter character for partial translation of the input box",inputStartingTriggerKeyDescription:"When you don\u2019t need to translate the entire input box, the delimiter allows you to only translate the part from {startingKey}{startingKey} to the end of the input box. You can also specify a language code, for example: {startingKey}ja means to only translate the part from {startingKey}ja to the end of the input box",inputStartingTriggerKeyDescriptionForNoneKey:"The current setting does not require a prefix, so the partial text translation function of the input box cannot be used temporarily",inputTrailingTriggerKeyTitle:"Select a trigger character to indicate the end of input.",inputTrailingTriggerKeyDescription:"Quickly hitting {trailingKey} 3 times will start the translation",inputTrailingTriggerKeyTimeout:"Enter the interval time to end the trailing trigger",inputTrailingTriggerKeyTimeoutDescription:"Set the interval time for the end of input combo trigger (milliseconds)",spaceKey:"",noneKey:"No prefix needed, translate the entire text box directly",inputTranslationBlockUrlsTitle:"Do not enable input box enhancement on the following URLs",inputTranslationBlockUrlsDescription:"The input box enhancement will not work in the following URL",inputHelperInfo:`Note: We have optimized the system to address an issue where certain characters in Chinese input methods were being converted into Chinese punctuation marks. For instance, when using Sogou Input Method, "/" would be changed to "\u3001". We now recognizes all corresponding Chinese symbols as triggering characters, including "//" and "\u3001\u3001". Additionally, we support using Chinese aliases of language codes as commands. For example, entering "/Japanense Hello World" will translate the text into Japanese. You can click here to see a list of all supported language codes.`,reloadCurrentPage:"Please refresh the current page before starting translation",noLocalFilePermissionForPDF:"No permission to read local files temporarily, please click the button above and then import local files",noPermissionForThisPage:"\u26A0\uFE0F No permission to translate the current page","error.retry":"Retry","error.reason":"Reason",retryAllParagraphs:"Retry all error paragraphs",retryAllButton:"Retry All",errorTooltipTitle:"Click to get the error details",errorModalTitle:"Oops, something went wrong",disableConfirm:"Bilingual information enhancement settings",disableOnce:"Disable Once",disableGlobal:"Disable Forever",disableTint:"* You can re-enable it in {option}.",searchEnhancementNotes:"We found that the news results of Chinese keywords and English keywords are very different. After enabling the immersive translate bilingual information enhancement function, we will automatically search for the same keywords in English on supported websites (Google News, Google Search (for certain keywords), Xueqiu, East Money, Futu, Tiger) and display them on the right side. If you don\u2019t need this feature, you can choose to disable it",option:"Settings",saveSettings:"Save",closeModal:"Close",enableInputTranslationWithoutTriggerKeyTitle:"\u201CEnable quick hit 3 times {trailingKey}, directly translate the entire input box into {inputTargetLanguage}",enableInputTranslationWithoutTriggerKeyDescription:"To specify the target language, please add a language code at the beginning, such as: ja Hello world",deepLProName:"Premium Membership (Recommended)",deepLProDescription:"You can directly use this service",deeplProDescriptionForNormal:"No setup required, available for premium members after login, <1>Upgrade",deepLCustomDescription:"Requires an international credit card, activate at <1>DeepL official site, click to see <2>documentation",deepLCustomName:"Custom Auth Key",chooseProviderLabel:"Choose a service provider",openaiProName:"Premium Membership (Recommended)",openaiProDescription:"The current plan can be used directly",openaiProDescriptionForNormal:"No setup required, available for premium members after login, <1>Upgrade",openaiCustomDescription:"Can be obtained from OpenAI, Azure OpenAI, or other third-party services, <1>Click here to view documentation",openaiCustomName:"Custom API Key",needLoginAction:"(Premium or custom)",goLoginOrAction:"(Premium or go to setting)",yearly:"Annual Renewal",quarterly:"Quarterly Renewal",monthly:"Monthly Renewal",yearlyForOnce:"One-time Annual",monthlyForOnce:"One-time Monthly",daily:"Daily Renewal",year:"Annual Renewal",quarter:"Quarterly Renewal",month:"Monthly Renewal",day:"Daily Renewal",onetime_7day:"7-day Trial Pack",currentPlanDescriptionForFree:"Current plan: Free",currentPlanDescriptionForContinuous:"Current plan: {plan}, will auto-renew on {endAt}",currentPlanDescriptionForAutoRenewCaceling:"Current plan: {plan}, will expire on {endAt}. After expiration, it will not be automatically renewed",currentYearlyPlanDescriptionForAutoRenewCacelingWithRealPaiedUser:"Current plan: {plan}, will expire on {endAt}, will not be auto-renewed after expiration
<1>Manage the renewal plan",currentYearlyPlanDescriptionForAutoRenewCacelingWithAdmin:"The current plan: {plan}, will expire on {endAt}. After expiration, it will not be automatically renewed.
<1>Click here to enable continuous annual renewal",currentPlanDescriptionForOneTime:"Current plan: {plan}, expiring on {endAt}. <1>Upgrade to annual or <2>monthly or pro membership",upgradePlan:"Click here to upgrade to Pro membership",upgradeToPro:"Upgrade to Pro","popup.openPro":"Enjoy unrestricted access to DeepL and OpenAI translations after upgrading to Pro Membership. Click here to upgrade","popup.openProForPro":"You are a Pro member, you can directly use DeepL and OpenAI translations",currentAccount:"Account",enableAutoSyncUserSettings:"Enable auto-sync user settings",modalEnableInputTranslationTitle:"Writing Settings",modalEnableInputTranslationDesc:"You just triggered the translation of the immersive translate input box by quickly tapping the space bar 3 times. The content of the input box will be translated into the default target language. You can undo the translation with Ctrl+Z.

If this was a mistake, don't worry, you can choose to disable it this time, or permanently disable input box translation.",saveAndNotShowAgain:"Save and don't show prompt again",disableInputTranslationTips:"* You can also set other shortcuts in {option}, {learnMore}.",learnMore:"Click here to learn more",continueEnalbeInputTranslation:"Continue to enable input translation",autoRenewTrialSuffix:'(In trial, Upgrade to paid Pro now)',upgradeFromTrialTitle:"Upgrade to Pro membership",subtitle:"Video Subtitles",youtubeService:"Video Subtitle Translation Service","subtitle.disabledSubtitle":"Disable Video Subtitle Feature Permanently ","subtitle.disabledSubtitleDescription":"If the video subtitles of immersive translate conflict with other extensions, you can choose to permanently disable the video subtitle function of immersive translation or uninstall other conflicting extensions","subtitle.autoEnableSubtitleDescription":"Once enabled, bilingual subtitles will automatically appear when the video is playing, otherwise, you need to click the translation button to display them.","subtitle.preTranslation":"Use immersive translate to translate subtitles","subtitle.preTranslationDescription":"After enabling, the specified translation service below will be used to translate the entire subtitle in advance. A 1-hour video will consume approximately 50,000 Tokens or characters. Please use it judiciously. If disabled, the machine-translated subtitles that come with the original video will be used preferentially","subtitle.humanSubtitlesPreferred":"Use manual subtitles first","subtitle.humanSubtitlesPreferredDescription":"When the video has manual subtitles in the target language, prioritize using manual subtitles (recommended)","subtitle.bilingual":"Bilingual","subtitle.autoDisableSubtitle":"Disable Auto Bilingual","subtitle.hideQuickButton":"Hide This Shortcut","subtitle.showQuickButton":"Display bilingual subtitles shortcut","subtitle.showQuickButtonDescription":"Provide a shortcut to enable bilingual subtitles in the lower right corner of the video player.",videoSubtitleTranslationDescription:"Specify a separate translation service for video subtitles.",subtitleTranslating:"Immersive Translate is using {service} to translate subtitles...",subtitleLoading:"Loading subtitles...",bilingual:"Bilingual","field.action":"Enable Baidu terminology?","description.action":"After enabling, an action=1 parameter will be added to the request to inform Baidu to enable terminology. <1>For more explanation, please refer to the [official documentation]",closeQuickTranslation:"Close Floating Button","closeQuickTranslation.untilNext":"Close this time until the next visit","closeQuickTranslation.currentWebsite":"Disable the current website","closeQuickTranslation.alwaysClose":"Permanently disable","closeQuickTranslation.settingOpen":"(Can be activated in <1>Settings Page)","closeQuickTranslation.cancel":"Cancel","closeQuickTranslation.confirm":"confirm","floatBall.popup":"Open quick settings panel","floatBall.translate":"Click to translate this page","floatBall.showOriginal":"Click to switch back to the original text","floatBall.close":"Close Floating Button","floatBallOptions.enableDescPc":"When you enable the floating button, a translation button appears on the right. Click it to translate","floatBallOptions.enableDesc":"After you turn off the floating button, you can bring it back with {touch}. To avoid losing the floating button by accidentally turning it off, it is highly recommended you bookmark this settings page.","description.azureApiUrl":"Enter the custom API interface address","floatBall.guideClickToTranslate":`Click the floating ball to translate quickly`,"floatBall.iKnow":"Got it",confirmSupportMouse:"Force Enable Mouse Support",confirmSupportMouseDescription:"The current browser does not support mouse functions, do you want to forcibly enable mouse support?",sampleTargetText:"Night is coming, I will start watching from now on until death. I will not marry, not seal the land, not have children. I will not wear a crown, not fight for glory. I will be loyal to my duty, life and death.",sampleSourceText:"\u957F\u591C\u5C06\u81F3\uFF0C\u6211\u4ECE\u4ECA\u5F00\u59CB\u5B88\u671B\uFF0C\u81F3\u6B7B\u65B9\u4F11\u3002\u6211\u5C06\u4E0D\u5A36\u59BB\u3001\u4E0D\u5C01\u5730\u3001\u4E0D\u751F\u5B50\u3002\u6211\u5C06\u4E0D\u6234\u5B9D\u51A0\uFF0C\u4E0D\u4E89\u8363\u5BA0\u3002\u6211\u5C06\u5C3D\u5FE0\u804C\u5B88\uFF0C\u751F\u6B7B\u4E8E\u65AF\u3002","subtitle.supportedSites":"Bilingual subtitles are now supported on these websites (Note: Due to technical limitations, some websites need to be refreshed after the subtitles are turned on for the first time, or wait for the translation to complete to display bilingual subtitles)",viewWithImmersiveTranslate:"Bilingual version (Immersive Translate)",errorReason:"Error reason: {message}","proQuotaExceededError.onetime7day":'You can resolve this issue by choosing one of the following options:

1. Switch to {anotherService} or another translation service
2. Upgrade to Monthly/Annual membership',"proQuotaExceededError.trial":'You can resolve this issue by choosing one of the following options:

1. Switch to {anotherService} or another translation service
2. Upgrade to paid Pro now',"proQuotaExceededError.nonTrial":'You can resolve this issue by choosing one of the following options:

1. Switch to {anotherService} or another translation service
2. Purchase Data Package for {translationService}',"proQuotaExceededError.resetTime":"
3. Quota reset time: {resetTime}",paragraphMinTextCountField:"Minimum character count for paragraph translation",paragraphMinTextCountDesc:"Note, this refers to the character length, for example: 'hello' is 5 characters, setting a higher value can reduce unnecessary translations of small paragraphs",networkError:"Translation service or network problem",notLogin:"Not Logged In","browser.toggleMouseHoverTranslateDirectly":"Temporarily enable or disable direct translation by mouse hover on the page","browser.translateWithOpenAI":"Temporarily translate the current page with OpenAI","browser.translateWithDeepL":"Temporarily translate the current page with DeepL","browser.translateWithGoogle":"Temporarily translate the current page with Google","browser.translateWithBing":"Temporarily translate the current page with Microsoft Translator","browser.translateWithGemini":"Temporarily translate the current page with Gemini","browser.translateWithTransmart":"Temporarily translate the current page with Tencent Translator","browser.translateInputBox":"Translate the content of the current input box",shortcutSettings:"Shortcuts",shortcutSettingsTitle:"Shortcut Settings",confirmResetToDefaultSettings:"Confirm to reset this translation service to default settings? (Only resets settings for the current translation service)","intro.hoverTitle":"Mouse Hover Translation of the Current Paragraph","intro.hoverDescription":"Mouse hover translation is an important and easy-to-use feature in immersive translation. Simply hover the mouse over a paragraph and press the set shortcut to automatically translate it (not enabled by default, please set below). This interaction is a better alternative to word-selection translation, as it's more intuitive and convenient. Additionally, this function is widely used in areas we can't recognize, allowing you to force-translate any paragraph.","intro.floatBallTitle":"Quick Translation Floating Button","intro.floatBallDescription":"Once enabled, a quick translation button appears on the right side of the page. Click to translate, and click again to switch back to the original text. On mobile, long-press the floating button to open the quick settings panel.","intro.subtitleTitle":"Bilingual Subtitles for Online Videos","intro.subtitleDescription":"When enabled, bilingual subtitles will automatically appear when a video starts playing. Otherwise, manually click the translate button on the page to display them. (Due to technical limitations, some sites may require a page refresh or wait for the translation to complete to display bilingual subtitles.)

Currently supported on these sites:","desc.toggleMouseHoverTranslateDirectly":"Press this shortcut to automatically translate any text under the mouse pointer on the page. Press again to turn off this auto-translation feature.","shortcutGroup.main":"Common Function Shortcuts","shortcutGroup.others":"More Custom Function Shortcuts","shortcutGroup.shortcutsForTranslationServices":"Shortcuts for Translation Services",browserShortcutsSucks:"Due to browsers' inaccurate recognition of shortcuts in input boxes, please manually enter the name of the shortcut. After entering, click on a blank space to auto-save. (In macOS, Alt and Option are the same key, so it's recommended to enter Alt). For example:","shortcutGroup.touch":"Touch Screen Specific Gestures","shortcutGroup.mouse":"Mouse Hover Shortcut Configuration",fingerCountToToggleTranslagePageWhenTouching:"Multiple fingers touching the screen to translate the page/show original text","desc.fingerCountToToggleTranslagePageWhenTouching":"Once set, you can touch the screen with X number of fingers on a mobile device to translate the page/show original text",fingerCountToToggleTranslationMaskWhenTouching:"Multiple fingers touching the screen to display translation mask/show original text","desc.fingerCountToToggleTranslationMaskWhenTouching":"Translation mask refers to the blur effect on the translated text (learning mode). When enabled, it temporarily applies a blur effect to the translation, facilitating learning",fingerCountToToggleTranslagePageOnlyTranslationWhenTouching:"Touch the screen with multiple fingers to translate in translation-only mode/show original text","desc.fingerCountToToggleTranslagePageOnlyTranslationWhenTouching":"Translation-only mode refers to displaying only the translated text, as opposed to the default bilingual mode","neverTranslateText.title":"Keep the following words untranslated","neverTranslateText.description":"Due to some translation engines' poor recognition of proper nouns, you can add words here to ensure they remain untranslated during the process. Please note, this feature is case-sensitive and only supports space-separated word languages (like English, French), not suitable for languages like Japanese, Korean, etc.","tagsInput.add":"+ Add","desc.mouseHoverHoldKey":"While hovering the mouse over a paragraph, press the shortcut key on the right to directly translate it",mouseHoverCustomKeyTitle:"Customize Mouse Hover Shortcut Key",mouseHoverCustomKeyDescription:"You can customize a combination shortcut key for mouse hover, like: Alt+Z, Ctrl+E, Cmd+Alt+E or just Cmd. Please enter manually",mouseHoverShortcutPlaceholder:"Please enter manually",browserShortcutsNoteForFirefox:"For Firefox, modify shortcuts by opening the extensions management page `about:addons`, then click 'Settings' -> 'Manage Shortcuts'",browserShortcutsNoteForChrome:"Note: To modify shortcuts in Chrome-based browsers, visit [Extensions Management Page] -> [Manage Shortcuts]","desc.toggleTranslateTheMainPage":"Translate only the main area of the page. If you have enabled translating all areas in advanced settings, use this shortcut to specifically translate the main area","desc.toggleTranslateTheWholePage":"Translate the entire page area. By default, we translate the main area of the page, use this shortcut to specifically translate the entire area","browser.toggleOnlyTransation":"Switch to bilingual/translation-only mode","desc.toggleOnlyTransation":'"Only translation mode" refers to only displaying the translation. If the webpage has not been translated yet, it will switch modes and translate.',"browser.toggleTranslationMask":"Toggle blur effect on translated text (learning mode) for the current page","desc.interfaceLanguage":"The interface language setting affects the language of the control panel display and is unrelated to the target language of the translation",mouseHoverHoldKey:"Mouse Hover Translation Trigger Key",clickToSeeQuickDemo:"30-second Quick Tutorial Video",shortcutDisableTooltip:"Please set in the browser's extension shortcut key management page, for more guidance, see the instructions at the top of this page","subtitle.autoEnableSubtitle":"Enable Bilingual","floatBall.longPress":"Long press to quickly open the settings panel",notLoginPro:"You have not logged in to your member account",upgradeToProErrorTitle:"Please upgrade to Pro member before using this translation service",translationOnlyMode:"Translation Only Mode",translationOnlyModeDescription:"Translation only mode refers to displaying only the translation, instead of the default bilingual mode. Note: Due to technical limitations, hyperlinks in the original text will be ineffective in translation only mode","description.baiduField":"See supported fields <1>here; if empty, it means no specific field is designated",temprarilyChangeTranslationTo_openai:"Currently using OpenAI to translate this page",temprarilyChangeTranslationTo_google:"Currently using Google to translate this page",temprarilyChangeTranslationTo_bing:"Currently using Microsoft Translate to translate this page",temprarilyChangeTranslationTo_gemini:"Currently using Gemini to translate this page",temprarilyChangeTranslationTo_transmart:"Currently using Tencent Translate to translate this page",temprarilyChangeTranslationTo_deepl:"Currently using DeepL to translate this page","widget.videoSubtitle":"Subtitle","widget.instruction":"Usage",buildSnapshots:"Snapshot","widget.translateFileTooltip":"Translate PDF, EPUB, SRT, ASS, HTML, and TXT documents","widget.videoSubtitleTooltip":"Youtube and {count}+ video websites","widget.instructionTooltip":"View instructions for use",alwaysTranslateSomeLanguage:"Always translate {language} pages",alwaysTranslateThisSite:"Always translate this site",neverTranslateThisSite:"Never translate this site",loggedIn:"Logged in","widget.translateFile":"PDF/ePub",touchShortcutsToggleTranslatePage:"Set touch gestures to translate web pages/show original text","desc.touchShortcutsToggleTranslatePage":"Once set, on mobile devices, you can touch the screen with X fingers, swipe left and right or tap continuously to trigger translation of web pages/show original text",touchShortcutsToggleTranslationMask:"Set touch gestures to display translation mask/show original text","desc.touchShortcutsToggleTranslationMask":"Translation mask refers to the blur effect in the translation style (learning mode). When activated, it temporarily applies a blur effect to the translated text, facilitating learning",touchShortcutsToggleTranslatePageOnlyTranslation:"Set touch screen gesture to switch between bilingual/translation-only mode.","desc.touchShortcutsToggleTranslatePageOnlyTranslation":'"Only translation" means that only the translated text will be displayed. If the webpage has not been translated yet, the mode will be switched and it will be translated.',touchShortcutsToggleTranslateTouchElement:"Set touch gestures to translate a specified paragraph","desc.touchShortcutsToggleTranslateTouchElement":"Customize a gesture to translate any paragraph you're on",touchShortcutsOff:"Off","fingers.2":"Two-finger touch","fingers.3":"Three-finger touch","fingers.4":"Four-finger touch","fingers.5":"Five-finger touch","font.none":"Unset","multipleClick.2":"Double click","multipleClick.3":"Triple click","multipleClick.4":"Quadruple click","slide.left":"Slide right","slide.right":"Slide left","browser.toggleVideoSubtitlePreTranslation":"Switch Video Subtitles with Immersive Translation Feature",contact:"Contact","contact.description":"If you have any questions or suggestions, please contact us via filling out the form below or sending an email to {email}","desc.toggleVideoSubtitlePreTranslation":"After pressing, video bilingual subtitles will prioritize immersive translation settings. Pressing again will prioritize the auto-translated subtitles originally provided with the video. Note: This shortcut modifies the global settings",videoSubtitlePreTranslationOn:"Video subtitles will prioritize immersive translation",videoSubtitlePreTranslationOff:"Video subtitles will prioritize the auto-translated subtitles originally provided with the video",translationFont:"Set Font","translationFont.custom":"Enter Custom Font","translationFont.customPlaceholder":"Font","translationFont.notSupportErrorMessage":"Please check if the font name you entered is correct, or confirm that the font is installed on your device.","touch.mouse-translate":"Translate Paragraph","error.serveConfigError":"Service configuration error","error.reloadPageOfSetting":"After configuring, please refresh the page to translate again.","error.googleLimitIp":"Service returned an error, Google services have limited the flow for this IP address, it is recommended to change the network node.","error.openAIFreeLimit":"Service returned an error, the current translation request frequency has reached the maximum of 3 times per minute, please try again later. (This is the limit imposed by OpenAI official on free API Keys, to remove this limit, please bind a credit card in the OpenAI backend.)","error.openAIExceededQuota":"Service returned an error: your current OpenAI account balance is insufficient, please recharge or bind a credit card in the OpenAI official backend.","error.429":"Service returned an error, indicating too frequent requests or exceeding the quota limit, please try again later.","error.403":"Service returned an error, temporarily no permission to access the service.","error.400":"Service returned an error, request parameter error, please check the corresponding configuration.","error.502":"Service returned an error, service timeout, please try again later.","error.proTokenInvalid":"If you are a Pro user, please log in before using the Pro translation service","error.proUpgrade":"After upgrading, please refresh the page to translate again.","error.configError":"Configuration data anomaly","error.goReset":"Go to Reset",batchEdit:"Batch Edit","translationServices.inherit":"Inherit","translationModeLang.translation.title":"Language for Translation-Only Mode","translationModeLang.translation.description":"Translation-only mode will be automatically used when the page language is one of the following","translationModeUrl.translation.title":"URLs for Translation-Only Mode","translationModeUrl.translation.description":"Translation-only mode will be automatically used for websites with the following domains",download_started:"The download has begun, if it does not start automatically, please click manually.",here:"Here","error.serveUnavailable":"The [{serverName}] service you are currently using is temporarily unavailable due to network connection or service provider issues. It is suggested that you try refreshing the page or switch to another translation service through <1>Settings. If you are a <2>Pro member, you can choose to use the more stable DeepL or OpenAI translation services (<3>click here for a free trial). Additionally, you may need to check your network or proxy settings.",detectServiceLoading:"Detecting available translation services...",toggleToService:"Change to {service}","error.gemini.429":"The current Gemini service has reached its capacity limit. Please try again later, or switch to another translation service.",enableSentryReport:"When an extension encounters an error, submit feedback using Sentry","error.subscriptionExpired":"Your membership may have expired, please check your membership status.","error.subscriptionExpiredTitle":"Membership has expired.","languages.auto":"Auto Detect",geminiWarning:"Note: The free service provided by Google for Gemini is strictly limited and may be judged by Google as users using multiple Keys to evade their free quota restrictions. It is not recommended to use it. It is suggested to wait for Google to open the paid interface of Gemini in the future before using it.","floatBall.setting":"Settings","floatBall.translateToLanguage":"Click to translate into {language}","floatBall.file":"Translate PDF, EPUB, SRT, ASS, HTML, TXT files.",changeToOnlyTempTranslationMode:"Show Translation only",changeToDualTempTranslationMode:"Show Bilingual Translation","transitionMode.translation":"Only the translation","options.navbar.installApp":"Install mobile APP","options.navbar.translateFile":"Translate Document","subtitle.transitionMode":"Bilingual Video Subtitles/Translation Only Settings","transitionMode.dual":"Bilingual Comparison","transitionMode.inherit":"Maintain consistency with the system's default translation display mode.","subtitle.transitionModeDescription":"Set the video subtitles to bilingual comparison or translation-only mode.",translateFileTooltip:`Translate PDF, ePub, srt, @@ -5000,7 +5000,7 @@ ass, HTML, TXT files.`,"description.multiplePrompt":`When the number of paragrap {env.imt_sub_trans_field}: Translation - id: 2 {env.imt_sub_source_field}: Source - {env.imt_sub_trans_field}: Translation`,"subtitle.quickButton.black":"Black","subtitle.quickButton.cyan":"Blue","translationServices.claude":"Claude","subtitle.quickButton.backgroundColor":"Background color","subtitle.quickButton.green":"Green","subtitle.quickButton.blue":"Blue","subtitle.quickButton.white":"White","subtitle.quickButton.setting":"Settings","subtitle.quickButton.translationPosition":"Translation location","subtitle.quickButton.backgroundOpacity":"Background Opacity","subtitle.quickButton.sourceFontSize":"Original font size","subtitle.quickButton.sourceTextColor":"Original font color","subtitle.quickButton.yellow":"Yellow","subtitle.quickButton.translationFontSize":"Translation font size","subtitle.quickButton.translationPositionBottom":"Below the original text","subtitle.quickButton.red":"Red","subtitle.quickButton.translationPositionTop":"Above the original text","subtitle.quickButton.translationTextColor":"Translation font color","subtitle.quickButton.magenta":"Magenta",attachSubtitleTranslating:"Translating using {service}...","error.claude.403":"Access to the service is temporarily unavailable, possibly due to regional restrictions related to Claude. You can try changing your IP address, or use other translation services.","browser.brandDescriptionForSafari":"Free Translate Website, Translate PDF & Epub eBook, Translate Video Subtitles in Bilingual","browser.PdfProFile":"AI-Driven PDF Pro Translation","browser.textTranslate":"Text Translation"};var Pl={nologin:"\u30ED\u30B0\u30A4\u30F3\u3057\u3066\u3044\u306A\u3044",loginForSafari:"\u30ED\u30B0\u30A4\u30F3\u307E\u305F\u306F\u767B\u9332",login:"\u30ED\u30B0\u30A4\u30F3\u3057\u3066\u4F1A\u54E1\u767B\u9332",manageAccount:"\u30DE\u30CD\u30FC\u30B8\u30C9\u30FB\u30A2\u30AB\u30A6\u30F3\u30C8",openPremium:"\u30AA\u30FC\u30D7\u30F3\u30FB\u30E1\u30F3\u30D0\u30FC",logout:"\u30A2\u30DC\u30FC\u30C8",curentPlan:"\u73FE\u5728\u306E\u30D1\u30C3\u30B1\u30FC\u30B8",endAt:"\u7D76\u606F",endAuto:"\u81EA\u52D5\u66F4\u65B0",lineBreakMaxTextCount:"\u6539\u884C\u5F8C\u306E1\u6587\u306B\u8A31\u3055\u308C\u308B\u6700\u5927\u6587\u5B57\u6570","translate-pdf":"\u30AF\u30EA\u30C3\u30AF\u3057\u3066PDF\u3092\u7FFB\u8A33\u3059\u308B","noSupportTranslate-pdf":"\u30B9\u30AF\u30EA\u30D7\u30C8\u306F\u30B5\u30DD\u30FC\u30C8\u3055\u308C\u3066\u3044\u307E\u305B\u3093\u3002","translate-firefox-local-pdf":"\u30AF\u30EA\u30C3\u30AF\u3057\u3066PDF\u3092\u30A4\u30F3\u30DD\u30FC\u30C8\u3059\u308B",enableLineBreak:"\u9577\u3044\u6BB5\u843D\u306E\u81EA\u52D5\u6539\u884C\u3092\u6709\u52B9\u306B\u3059\u308B",sponsorLabel:"\u30B9\u30DD\u30F3\u30B5\u30FC\u4ED8\u304D\u958B\u767A\u8005",help:"\u624B",browserShortcutsNoteForFirefox:"Firefox\u3067\u30B7\u30E7\u30FC\u30C8\u30AB\u30C3\u30C8\u3092\u5909\u66F4\u3059\u308B\u306B\u306F\u3001\u62E1\u5F35\u6A5F\u80FD\u306E\u7BA1\u7406\u30DA\u30FC\u30B8`about:addons`\u3092\u958B\u304D\u3001`Settings`\u3092\u30AF\u30EA\u30C3\u30AF\u3057\u3001`Manage Shortcuts`\u3092\u30AF\u30EA\u30C3\u30AF\u3057\u3066\u30B7\u30E7\u30FC\u30C8\u30AB\u30C3\u30C8\u3092\u8A2D\u5B9A\u3059\u308B\u5FC5\u8981\u304C\u3042\u308B\u3002",browserShortcutsNoteForChrome:"Chrome\u3067\u30B7\u30E7\u30FC\u30C8\u30AB\u30C3\u30C8\u3092\u5909\u66F4\u3059\u308B\u306B\u306F\u3001\u62E1\u5F35\u6A5F\u80FD\u306E\u7BA1\u7406\u30DA\u30FC\u30B8\u3092\u958B\u304D\u3001`\u30B7\u30E7\u30FC\u30C8\u30AB\u30C3\u30C8\u306E\u7BA1\u7406`\u30D1\u30CD\u30EB\uFF08`chrome://extensions/shortcuts`\uFF09\u3067\u30B7\u30E7\u30FC\u30C8\u30AB\u30C3\u30C8\u3092\u8A2D\u5B9A\u3057\u3001\u4E0B\u306E\u30DC\u30BF\u30F3\u3092\u30AF\u30EA\u30C3\u30AF\u3057\u3066\u30B7\u30E7\u30FC\u30C8\u30AB\u30C3\u30C8\u306E\u7BA1\u7406\u30DA\u30FC\u30B8\u306B\u30B8\u30E3\u30F3\u30D7\u3059\u308B\u5FC5\u8981\u304C\u3042\u308A\u307E\u3059\u3002",browserShortcutsSucks:"\u30AB\u30B9\u30BF\u30DE\u30A4\u30BA\u3055\u308C\u305F\u30B7\u30E7\u30FC\u30C8\u30AB\u30C3\u30C8\u306E\u66F8\u5F0F\u306F\u6B21\u306E\u3068\u304A\u308A\u3067\u3059\uFF08\u81EA\u52D5\u8A8D\u8B58\u306F\u884C\u308F\u308C\u307E\u305B\u3093\u306E\u3067\u3001\u76F4\u63A5\u5165\u529B\u3057\u3066\u304F\u3060\u3055\u3044\uFF09\uFF1A",enableLineBreakDescription:"\u30AA\u30F3\u306B\u3059\u308B\u3068\u3001\u9577\u3044\u6BB5\u843D\u306E\u6587\u672B\u306B\u6539\u884C\u304C\u5165\u308A\u3001\u8AAD\u307F\u3084\u3059\u304F\u306A\u308A\u307E\u3059\u3002","browser.shortBrandName":"\u30A4\u30DE\u30FC\u30B8\u30E7\u30F3\u7FFB\u8A33","browser.brandName":"\u30A4\u30DE\u30FC\u30B8\u30E7\u30F3\u7FFB\u8A33: \u4E8C\u30F6\u56FD\u8A9E\u30A6\u30A7\u30D6\u30DA\u30FC\u30B8\u7FFB\u8A33 & PDF\u6587\u66F8\u7FFB\u8A33","browser.brandDescription":"Deepl\u3001Google\u3001YouDao\u3001Tencent Translate\u306A\u3069\u3001\u8907\u6570\u306E\u7FFB\u8A33\u30B5\u30FC\u30D3\u30B9\u3092\u30B5\u30DD\u30FC\u30C8\u3057\u3066\u3044\u307E\u3059\u3002","browser.toggleTranslatePage":"\u30DA\u30FC\u30B8\u3092\u7FFB\u8A33\u3059\u308B\uFF0F\u539F\u6587\u3092\u8868\u793A\u3059\u308B","browser.toggleTranslateTheWholePage":"\u30DA\u30FC\u30B8\u306E\u5168\u9818\u57DF\u3092\u7FFB\u8A33\u3059\u308B\uFF0F\u539F\u6587\u3092\u8868\u793A\u3059\u308B","browser.toggleOnlyTransation":"\u30D0\u30A4\u30EA\u30F3\u30AC\u30EB/\u7FFB\u8A33\u30C6\u30AD\u30B9\u30C8\u306E\u307F\u30E2\u30FC\u30C9\u306B\u5207\u308A\u66FF\u3048\u3066\u304F\u3060\u3055\u3044","browser.toggleTranslateToThePageEndImmediately":"\u30DA\u30FC\u30B8\u4E0B\u90E8\u3078\u306E\u5373\u6642\u7FFB\u8A33\uFF0F\u539F\u6587\u306E\u8868\u793A","browser.toggleTranslateTheMainPage":"\u30DA\u30FC\u30B8\u306E\u30E1\u30A4\u30F3\u30A8\u30EA\u30A2\u3092\u7FFB\u8A33\u3059\u308B\uFF0F\u539F\u6587\u3092\u8868\u793A\u3059\u308B","browser.shareToDraft":"\u30D0\u30A4\u30EA\u30F3\u30AC\u30EB\u30DA\u30FC\u30B8\u3092\u5171\u6709\u3059\u308B","browser.openOptionsPage":"\u8A2D\u5B9A\u30DA\u30FC\u30B8\u3092\u958B\u304F","browser.toggleTranslationMask":"\u4E26\u9032\u30D6\u30E9\u30FC\u52B9\u679C\u306E\u8868\u793A\uFF0F\u975E\u8868\u793A","browser.translateLocalPdfFile":"\u30ED\u30FC\u30AB\u30EB\u306EPDF\u30D5\u30A1\u30A4\u30EB\u3092\u7FFB\u8A33\u3059\u308B","browser.openEbookViewer":"\u5730\u5143\u306E\u96FB\u5B50\u66F8\u7C4D\u3092\u8AAD\u3080","browser.openEbookBuilder":"\u30D0\u30A4\u30EA\u30F3\u30AC\u30EBEPUB\u96FB\u5B50\u66F8\u7C4D\u306E\u5236\u4F5C","browser.translateLocalHtmlFile":"HTML/\u30C6\u30AD\u30B9\u30C8\u30D5\u30A1\u30A4\u30EB\u3092\u7FFB\u8A33\u3059\u308B","browser.donateContext":"\u30B9\u30DD\u30F3\u30B5\u30FC\u7279\u5178\u306B\u3064\u3044\u3066","browser.translateLocalSubtitleFile":"\u30ED\u30FC\u30AB\u30EB\u5B57\u5E55\u30D5\u30A1\u30A4\u30EB\u3092\u7FFB\u8A33\u3059\u308B",confirmResetConfig:"\u672C\u5F53\u306B\u8A2D\u5B9A\u3092\u30EA\u30BB\u30C3\u30C8\u3057\u307E\u3059\u304B\uFF1F",translationLineBreakSettingTitle:"\u7FFB\u8A33\u306E\u6539\u884C\u8A2D\u5B9A",smartLineBreak:"\u30B9\u30DE\u30FC\u30C8\u30E9\u30A4\u30F3\u30D5\u30A3\u30FC\u30C9",alwaysLineBreak:"\u5E38\u306B\u6539\u884C",isShowContextMenu:"\u53F3\u30AF\u30EA\u30C3\u30AF\u30E1\u30CB\u30E5\u30FC\u306B\u7FFB\u8A33\u30DA\u30FC\u30B8\u3092\u8FFD\u52A0",toggleBeta:"\u30D9\u30FC\u30BF\u30C6\u30B9\u30C8\u6A5F\u80FD\u306E\u6709\u52B9\u5316",betaDescription:"\u307E\u3060\u5B9F\u9A13\u6BB5\u968E\u3067\u3042\u308B\u6A5F\u80FD\u3084\u3001\u30D9\u30FC\u30BF\u7248\u306E\u7FFB\u8A33\u30B5\u30FC\u30D3\u30B9\u3092\u6709\u52B9\u306B\u3059\u308B\u3002\u8A73\u3057\u304F\u306F <1>Telegram\u30B0\u30EB\u30FC\u30D7\u306B\u3054\u53C2\u52A0\u304F\u3060\u3055\u3044\u3002",translationLineBreakSettingDescription:"\u30B3\u30F3\u30C6\u30F3\u30C4\u304C\u5C11\u306A\u3044\u30DA\u30FC\u30B8\u3067\u306F\u3001\u5E38\u306B\u304D\u3061\u3093\u3068\u6539\u884C\u3059\u308B\u3002(\u5185\u5BB9\u306E\u591A\u3044\u9577\u3044\u6BB5\u843D({count}\u6587\u5B57\u4EE5\u4E0A)\u3067\u306F\u3001\u30B9\u30DA\u30FC\u30B9\u3092\u7BC0\u7D04\u3059\u308B\u305F\u3081\u306B\u6539\u884C\u3092\u30B9\u30DE\u30FC\u30C8\u306B\u4F7F\u3044\u307E\u3057\u3087\u3046)\u3002",tempTranslateDomainTitle:"\u30A6\u30A7\u30D6\u30B5\u30A4\u30C8\u7FFB\u8A33\u306E\u4E00\u6642\u7684\u306A\u5207\u308A\u66FF\u3048\u671F\u9593",tempTranslateDomainDescription:"\u624B\u52D5\u3067\u30A6\u30A7\u30D6\u30DA\u30FC\u30B8\u3092\u7FFB\u8A33\u3059\u308B\u5834\u5408\u306F\u3001\u4E00\u6642\u7684\u306B\u81EA\u52D5\u7FFB\u8A33\u7528\u306EWeb\u30B5\u30A4\u30C8\u3092\u30AA\u30F3\u306B\u3057\u3001\u4E00\u6642\u7684\u306A\u671F\u9593\u3092\u8A2D\u5B9A\u3059\u308B\u3053\u3068\u304C\u3067\u304D\u307E\u3059\u3002",xMinutes:"{count} \u8B70\u4E8B\u9332",disabled:"\u7269\u306E\u4F7F\u7528\u3092\u7981\u6B62\u3059\u308B\u3002",changelog:"\u66F4\u65B0\u30ED\u30B0",toggleTranslatePageWhenThreeFingersOnTheScreen:"\u8907\u6570\u306E\u6307\u304C\u540C\u6642\u306B\u753B\u9762\u306B\u89E6\u308C\u308B\u3068\u3001\u30A6\u30A7\u30D6\u30DA\u30FC\u30B8\u3092\u7FFB\u8A33\u3057\u305F\u308A\u3001\u539F\u6587\u3092\u8868\u793A\u3057\u305F\u308A\u3059\u308B\u3002",toggleTranslationMaskWhenThreeFingersOnTheScreen:"\u30DE\u30EB\u30C1\u30D5\u30A3\u30F3\u30AC\u30FC\u30BF\u30C3\u30C1\u3067\u307C\u304B\u3057\u52B9\u679C\u3092\u8868\u793A/\u975E\u8868\u793A\u3002",fingerCountToToggleTranslagePageOnlyTranslationWhenTouching:"\u8907\u6570\u306E\u6307\u304C\u540C\u6642\u306B\u753B\u9762\u306B\u89E6\u308C\u308B\u3053\u3068\u3067\u3001\u30A6\u30A7\u30D6\u30DA\u30FC\u30B8\u3092\u7FFB\u8A33\uFF08\u7FFB\u8A33\u306E\u307F\uFF09\uFF0F\u539F\u6587\u3092\u8868\u793A\u3002",addUrlDescription:"\u30C9\u30E1\u30A4\u30F3\u540D\u3092\u6307\u5B9A\u3067\u304D\u3001\u30EF\u30A4\u30EB\u30C9\u30AB\u30FC\u30C9\u3082\u30B5\u30DD\u30FC\u30C8\u3002\u4F8B\uFF1A\uFF1A*.google.com\u3001google.com/mail/*\u3001https://www.google.com/*\u3002",general:"\u57FA\u672C\u8A2D\u5B9A",clickToExpandConfig:"\u73FE\u5728\u306E\u30B3\u30F3\u30D5\u30A3\u30AE\u30E5\u30EC\u30FC\u30B7\u30E7\u30F3\u3092\u62E1\u5927\u3059\u308B",import:"\u30D5\u30A1\u30A4\u30EB\u304B\u3089\u306E\u30A4\u30F3\u30DD\u30FC\u30C8",export:"\u30D5\u30A1\u30A4\u30EB\u3078\u306E\u30A8\u30AF\u30B9\u30DD\u30FC\u30C8",toggleDebug:"\u30B3\u30F3\u30BD\u30FC\u30EB\u306B\u30C7\u30D0\u30C3\u30B0\u30ED\u30B0\u3092\u8868\u793A\u3059\u308B","fingers.0":"\u51DD\u56FA","fingers.2":"\u30C4\u30FC\u30D5\u30A3\u30F3\u30AC\u30FC\u30BF\u30C3\u30C1","fingers.3":"\u30B9\u30EA\u30FC\u30D5\u30A3\u30F3\u30AC\u30FC\u30BF\u30C3\u30C1","fingers.4":"\u30D5\u30A9\u30FC\u30D5\u30A3\u30F3\u30AC\u30FC\u30BF\u30C3\u30C1","fingers.5":"5\u672C\u6307\u30BF\u30C3\u30C1",mouseHoldKey:"+ {key} \u7FFB\u8A33/\u6BB5\u843D\u3092\u5143\u306B\u623B\u3059",mouseHoldKeyAuto:"\u30D1\u30E9\u30B0\u30E9\u30D5\u306E\u76F4\u8A33",mouseHoldKeyOff:"\u4F55\u3082\u3059\u308B\u306A\u3002",mouseHoldKeyOther:"\u30B7\u30E7\u30FC\u30C8\u30AB\u30C3\u30C8\u306E\u30AB\u30B9\u30BF\u30DE\u30A4\u30BA\uFF08\u8A2D\u5B9A\u3092\u958B\u304F\uFF09",mouseHoldKeyCustomKey:"{key} \u30D1\u30E9\u30B0\u30E9\u30D5\u306E\u7FFB\u8A33\uFF0F\u7E2E\u5C0F",mouseHoverHoldKey:"\u30B7\u30E7\u30FC\u30C8\u30AB\u30C3\u30C8\u30AD\u30FC\u3092\u62BC\u3057\u306A\u304C\u3089\u30DE\u30A6\u30B9\u3092\u52D5\u304B\u3059\u3068\u6BB5\u843D\u304C\u7FFB\u8A33\u3055\u308C\u308B","mouse-translate":"\u30DE\u30A6\u30B9\u30DB\u30D0\u30FC",document:"(\u3055\u3093\u3077",resetSuccess:"\u3059\u3079\u3066\u306E\u8A2D\u5B9A\u306E\u30EA\u30BB\u30C3\u30C8\u306B\u6210\u529F",resetThisSuccess:"\u30EA\u30BB\u30C3\u30C8\u6210\u529F",saved:"\u30BB\u30FC\u30D6\u30FB\u30B5\u30AF\u30BB\u30B9",successImportConfig:"\u8A2D\u5B9A\u306E\u30A4\u30F3\u30DD\u30FC\u30C8\u306B\u6210\u529F",goAdvancedSettings:"\u8A73\u7D30\u8A2D\u5B9A\u30DA\u30FC\u30B8\u306B\u79FB\u52D5\u3059\u308B",goAdvancedInterfaceSettings:"\u8A73\u7D30\u30AB\u30B9\u30BF\u30DE\u30A4\u30BA\u8A2D\u5B9A\u30DA\u30FC\u30B8\u306B\u79FB\u52D5\u3059\u308B",advanced:"\u8A73\u7D30\u8A2D\u5B9A",advancedDescription:"\u901A\u5E38\u3001\u8A2D\u5B9A\u306F\u5FC5\u8981\u306A\u304F\u3001\u30C7\u30D5\u30A9\u30EB\u30C8\u306E\u307E\u307E\u3067\u3088\u3044\u3002\u3088\u308A\u5C02\u9580\u7684\u306A\u30E6\u30FC\u30B6\u30FC\u306E\u307F\u3001\u3088\u308A\u30D1\u30FC\u30BD\u30CA\u30E9\u30A4\u30BA\u3055\u308C\u305F\u8A2D\u5B9A\u304C\u53EF\u80FD\u3067\u3059\u3002",developer:"\u30C7\u30D9\u30ED\u30C3\u30D1\u30FC\u8A2D\u5B9A",donateCafe:"\u7269\u4FA1","translate to the bottom of the page":"\u30DA\u30FC\u30B8\u4E0B\u90E8\u3078\u306E\u7FFB\u8A33\u306F\u3001\u30DA\u30FC\u30B8\u306B\u5165\u3063\u3066\u3059\u3050\u306B\u884C\u308F\u308C\u308B\u306E\u3067\u3059\u304B\uFF1F",feedback:"\u554F\u984C\u306B\u95A2\u3059\u308B\u30D5\u30A3\u30FC\u30C9\u30D0\u30C3\u30AF",toggleTranslatePage:"\u30DA\u30FC\u30B8\u3092\u7FFB\u8A33\u3059\u308B\uFF0F\u539F\u6587\u3092\u8868\u793A\u3059\u308B",translateToThePageEndImmediatelyDescription:"\u3053\u306E\u6A5F\u80FD\u3092\u30AA\u30F3\u306B\u3059\u308B\u3068\u3001\u30DA\u30FC\u30B8\u306E\u4E0A\u304B\u3089\u4E0B\u306B\u5165\u529B\u3057\u305F\u5185\u5BB9\u304C\u5373\u5EA7\u306B\u7FFB\u8A33\u3055\u308C\u307E\u3059\u3002\u30AA\u30D5\u306B\u3059\u308B\u3068\u3001\u8AAD\u307F\u306A\u304C\u3089\u7FFB\u8A33\u3055\u308C\u307E\u3059\u3002(\u304A\u52E7\u3081\u3057\u307E\u305B\u3093\uFF09","translate all areas of the page":"\u30DA\u30FC\u30B8\u306E\u5168\u9818\u57DF\u3092\u7FFB\u8A33\u3059\u308B\u304B\u3069\u3046\u304B",translationAreaDescription:"\u30AA\u30F3\u306B\u3059\u308B\u3068\u3001\u30A6\u30A7\u30D6\u30DA\u30FC\u30B8\u5168\u4F53\u306E\u3059\u3079\u3066\u306E\u9818\u57DF\u304C\u7FFB\u8A33\u3055\u308C\u307E\u3059\u3002\u30AA\u30D5\u306B\u3059\u308B\u3068\u3001\u30C7\u30D5\u30A9\u30EB\u30C8\u306E\u30B9\u30DE\u30FC\u30C8\u8A8D\u8B58\u304C\u4F7F\u7528\u3055\u308C\u3001\u4E3B\u8981\u306A\u9818\u57DF\u306E\u307F\u304C\u7FFB\u8A33\u3055\u308C\u307E\u3059\u3002(\u30AA\u30F3\u306B\u3059\u308B\u3053\u3068\u306F\u304A\u52E7\u3081\u3057\u307E\u305B\u3093)","the number of characters to be translated first":"\u8868\u793A\u9818\u57DF\u307E\u3067\u30B9\u30AF\u30ED\u30FC\u30EB\u3059\u308B\u3053\u3068\u306A\u304F\u3001\u30DA\u30FC\u30B8\u306E\u6700\u521D\u306E\u6570\u6587\u5B57\u3092\u76F4\u63A5\u7FFB\u8A33\u3059\u308B\u3002","interface language":"\u30A4\u30F3\u30BF\u30FC\u30D5\u30A7\u30FC\u30B9\u8A00\u8A9E","display both the original text and the translation":"\u539F\u6587\u3068\u8A33\u6587\u306E\u540C\u6642\u8868\u793A","keyboard shortcuts":"\u30AD\u30FC\u30DC\u30FC\u30C9\u30B7\u30E7\u30FC\u30C8\u30AB\u30C3\u30C8",modify:"\u30B7\u30E7\u30FC\u30C8\u30AB\u30C3\u30C8\u30AD\u30FC\u306E\u5909\u66F4",reset:"\u30EA\u30D3\u30B8\u30E7\u30F3",close:"\u51DD\u56FA",homepage:"\u30DB\u30FC\u30E0\u30DA\u30FC\u30B8",more:"\u3082\u3063\u3068\u898B\u308B",moreOptions:"\u30AB\u30B9\u30BF\u30DE\u30A4\u30BA\u30FB\u30AA\u30D7\u30B7\u30E7\u30F3\u306E\u62E1\u5927",translateTheWholePage:"\u30DA\u30FC\u30B8\u306E\u5168\u9818\u57DF\u3092\u7FFB\u8A33\u3059\u308B\uFF08\u4E3B\u8981\u306A\u9818\u57DF\u3092\u30A4\u30F3\u30C6\u30EA\u30B8\u30A7\u30F3\u30C8\u306B\u8A8D\u8B58\u3059\u308B\u306E\u3068\u306F\u5BFE\u7167\u7684\uFF09\u3002",changeToTranslateTheWholePage:"\u5168\u5730\u57DF\u306E\u7FFB\u8A33\u306B\u5207\u308A\u66FF\u3048\u308B",changeToTranslateTheMainPage:"\u30E1\u30A4\u30F3\u30A8\u30EA\u30A2\u306E\u7FFB\u8A33\u306B\u5207\u308A\u66FF\u3048\u308B",changeToOnlyTranslationMode:"\u7FFB\u8A33\u306E\u307F\u3092\u8868\u793A\u3059\u308B\u3088\u3046\u306B\u5207\u308A\u66FF\u3048\u308B",changeToDualTranslationMode:"\u5BFE\u8A33\u3078\u306E\u5207\u308A\u66FF\u3048",translateToThePageEndImmediately:"\u30DA\u30FC\u30B8\u4E0B\u90E8\u3078\u306E\u5373\u6642\u7FFB\u8A33",translateTheMainPage:"\u30A4\u30F3\u30C6\u30EA\u30B8\u30A7\u30F3\u30C8\u7FFB\u8A33 \u4E3B\u8981\u5730\u57DF","The local rules are up to date":"\u5730\u5143\u306E\u9069\u5FDC\u898F\u5B9A\u306F\u6700\u65B0\u306E\u3082\u306E\u3060\u3002","Successfully synchronized with the latest official rules:":"\u6700\u65B0\u306E\u516C\u5F0F\u7AF6\u6280\u898F\u5247\u3068\u306E\u540C\u671F\u306B\u6210\u529F\u3002","Checking for updates":"\u30A2\u30C3\u30D7\u30C7\u30FC\u30C8\u306E\u30C1\u30A7\u30C3\u30AF","Rules are being synchronized":"\u9069\u5FDC\u30EB\u30FC\u30EB\u306E\u540C\u671F\u5316",localVersionIsTooOld:"\u30ED\u30FC\u30AB\u30EB\u306E\u62E1\u5F35\u6A5F\u80FD\u306E\u30D0\u30FC\u30B8\u30E7\u30F3\u304C\u53E4\u3059\u304E\u307E\u3059\u3002\u540C\u671F\u3092\u8A66\u307F\u308B\u524D\u306B\u3001\u62E1\u5F35\u6A5F\u80FD\u3092 {minVersion} \u4EE5\u964D\u306B\u30A2\u30C3\u30D7\u30B0\u30EC\u30FC\u30C9\u3057\u3066\u304F\u3060\u3055\u3044\u3002",badUserscriptBrowser:"\u73FE\u5728\u306E\u30D6\u30E9\u30A6\u30B6\u306F\u30B0\u30EA\u30FC\u30B9\u30E2\u30F3\u30AD\u30FC\u62E1\u5F35\u30A4\u30F3\u30BF\u30FC\u30D5\u30A7\u30A4\u30B9\u3092\u6B63\u3057\u304F\u5B9F\u88C5\u3057\u3066\u3044\u307E\u305B\u3093\uFF08\u4F8B\u3048\u3070\u3001\u30B0\u30EA\u30FC\u30B9\u30E2\u30F3\u30AD\u30FC\u30FB\u30B9\u30AF\u30EA\u30D7\u30C8\u81EA\u4F53\u306E\u30D0\u30FC\u30B8\u30E7\u30F3\u756A\u53F7\u306B\u95A2\u3059\u308B\u60C5\u5831\u3092\u53D6\u5F97\u3059\u308B\u5834\u5408\u306A\u3069\uFF09\u306E\u3067\u3001Firefox\u306A\u3069<1>\u30B0\u30EA\u30FC\u30B9\u30E2\u30F3\u30AD\u30FC\u62E1\u5F35\u3092\u30B5\u30DD\u30FC\u30C8\u3059\u308B\u4ED6\u306E\u30D6\u30E9\u30A6\u30B6\u3092\u3054\u5229\u7528\u304F\u3060\u3055\u3044\u3002",foundNewVersion:"\u65B0\u30D0\u30FC\u30B8\u30E7\u30F3\u3092\u898B\u308B",theLocalExtensionIsUpToUpdate:"\u73FE\u5728\u306E\u30A8\u30AF\u30B9\u30C6\u30F3\u30B7\u30E7\u30F3\u306F\u6700\u65B0\u3060\u3002",failToSyncRules:"\u6700\u65B0\u306E\u9069\u5FDC\u30EB\u30FC\u30EB\u306E\u540C\u671F\u306B\u5931\u6557",retry:"\u30EA\u30C8\u30E9\u30A4\u3059\u308B\u306B\u306F\u3053\u3053\u3092\u30AF\u30EA\u30C3\u30AF",failedReason:"\u5931\u6557\u306E\u7406\u7531",currentRuleVersion:"\u73FE\u5728\u306E\u30EB\u30FC\u30EB\u30FB\u30D0\u30FC\u30B8\u30E7\u30F3",calculating:"\u8A08\u7B97",unknownError:"\u672A\u77E5\u306E\u30A8\u30E9\u30FC",canNotFetchRemoteRule:"\u30EA\u30E2\u30FC\u30C8\u30EB\u30FC\u30EB\u304C\u53D6\u5F97\u3067\u304D\u306A\u3044",enableAlphaSuccess:"\u30A2\u30EB\u30D5\u30A1\u5BFE\u5FDC",disableAlphaSuccess:"\u30A2\u30EB\u30D5\u30A1\u6A5F\u80FD\u306F\u30AA\u30D5",cacheSize:"\u30AD\u30E3\u30C3\u30B7\u30E5\u30FB\u30B5\u30A4\u30BA\uFF1A",cleaning:"\u6E05\u7B97\u4E2D",cleanCache:"\u30AD\u30E3\u30C3\u30B7\u30E5\u3092\u6D88\u53BB\u3059\u308B",options:"\u30BB\u30C3\u30C8\u30A2\u30C3\u30D7",about:"\u306B\u5BFE\u3057\u3066",service:"\u901A\u8A33\u30B5\u30FC\u30D3\u30B9",needAction:"(\u8A2D\u5B9A\u3078\uFF09",goSettings:"\u8A2D\u5B9A\u3059\u308B",needActionForOptions:"(\u8A2D\u5B9A\u4E88\u5B9A\uFF09",translationEngine:"\u30A8\u30F3\u30B8\u30F3\u30FB\u30AA\u30D7\u30B7\u30E7\u30F3",sourceLanguage:"\u539F\u8A9E",target:"\u76EE\u6A19\u8A00\u8A9E",popupSourceLanguage:"\u539F\u8A9E",popupTarget:"\u76EE\u6A19\u8A00\u8A9E",popupService:"\u901A\u8A33\u30B5\u30FC\u30D3\u30B9",forThisSite:"\u73FE\u5728\u306E\u30A6\u30A7\u30D6\u30B5\u30A4\u30C8",autoEnableSubtitle:"\u4E8C\u30AB\u56FD\u8A9E\u5B57\u5E55\u3092\u81EA\u52D5\u7684\u306B\u30AA\u30F3\u306B\u3059\u308B",alwaysTranslate:"\u5E38\u306B\u7FFB\u8A33\u3059\u308B",neverTranslate:"\u6C7A\u3057\u3066\u7FFB\u8A33\u3057\u306A\u3044",alwaysTranslateSomeLanguage:"\u5E38\u306B\u7FFB\u8A33\u3059\u308B {language}",neverTranslateSomeLanguage:"\u6C7A\u3057\u3066\u7FFB\u8A33\u3057\u306A\u3044 {language}",alwaysTranslateSomeSite:"\u5E38\u306B\u7FFB\u8A33\u3059\u308B {hostname}",neverTranslateSomeSite:"\u6C7A\u3057\u3066\u7FFB\u8A33\u3057\u306A\u3044 {hostname}",alwaysTranslateSomeSiteOrWildSite:"\u5E38\u306B\u30B5\u30A4\u30C8\u3092\u7FFB\u8A33\u3059\u308B",alwaysTranslateSomePage:"\u5E38\u306B\u30DA\u30FC\u30B8\u3092\u7FFB\u8A33\u3059\u308B",add:"\u5897\u52A0",default:"\u30C7\u30D5\u30A9\u30EB\u30C8",forThisLanguage:"\u3053\u306E\u8A00\u8A9E\u306E\u5834\u5408\uFF1A","add url":"URL\u3092\u5165\u529B",edit:"\u30B3\u30F3\u30D1\u30A4\u30E9","translate other languages into specific language":"\u4ED6\u306E\u8A00\u8A9E\u3092\u8A2D\u5B9A\u3057\u305F\u8A00\u8A9E\u306B\u7FFB\u8A33\u3059\u308B","select translation service":"\u7FFB\u8A33\u30B5\u30FC\u30D3\u30B9\u306E\u9078\u629E",language:"\u591A\u8A00\u8A9E\u4E3B\u7FA9","show-original":"\u539F\u6587\u3092\u8868\u793A",translate:"\u30EC\u30F3\u30C0\u30EA\u30F3\u30B0",Translated:"\u7FFB\u8A33",Translating:"\u7FFB\u8A33\u4E2D",Error:"\u4E0D\u6B63\u78BA",allowCacheTranslations:"\u30ED\u30FC\u30AB\u30EB\u7FFB\u8A33\u30AD\u30E3\u30C3\u30B7\u30E5\u3092\u6709\u52B9\u306B\u3059\u308B\uFF08\u91CD\u8907\u3057\u305F\u7B87\u6240\u306E\u7FFB\u8A33\u30EA\u30AF\u30A8\u30B9\u30C8\u3092\u6E1B\u3089\u3059\uFF09","translation display":"\u7FFB\u8A33\u8868\u793A\u30B9\u30BF\u30A4\u30EB","select diplay style":"\u4EE5\u4E0B\u306E\u4F8B\u3092\u5177\u4F53\u7684\u306B\u53C2\u7167\u3057\u306A\u304C\u3089\u3001\u7FFB\u8A33\u306E\u30B9\u30BF\u30A4\u30EB\u3092\u533A\u5225\u3059\u308B\u3002",interface:"\u30A4\u30F3\u30BF\u30FC\u30D5\u30A7\u30FC\u30B9\u8A2D\u5B9A",import_export:"\u30A4\u30F3\u30DD\u30FC\u30C8/\u30A8\u30AF\u30B9\u30DD\u30FC\u30C8",import_export_title:"\u30A4\u30F3\u30DD\u30FC\u30C8/\u30A8\u30AF\u30B9\u30DD\u30FC\u30C8\u8A2D\u5B9A",syncToGoogleDrive:"Google\u30C9\u30E9\u30A4\u30D6\u3068\u540C\u671F",floatBallOptions:"\u30DB\u30D0\u30FC\u30DC\u30FC\u30EB\u306E\u8A2D\u5B9A","floatBallOptions.enable":"\u30DB\u30D0\u30FC\u30DC\u30FC\u30EB\u3092\u4F7F\u7528\u53EF\u80FD\u306B\u3059\u308B","floatBallOptions.blockUrls":"\u30A6\u30A7\u30D6\u30B5\u30A4\u30C8\u3092\u7121\u52B9\u306B\u3059\u308B","floatBallOptions.add":"\u5897\u52A0","floatBallOptions.blockUrlDesc":"\u4EE5\u4E0B\u306E\u30B5\u30A4\u30C8\u3067\u306F\u30DB\u30D0\u30FC\u30DC\u30FC\u30EB\u304C\u8868\u793A\u3055\u308C\u307E\u305B\u3093\u3002","floatBallOptions.clickType":"\u30AF\u30EA\u30C3\u30AF\u884C\u52D5","floatBallOptions.clickTypeDesc":"\u30AF\u30EA\u30C3\u30AF\u3057\u305F\u3068\u304D\u306E\u30DB\u30D0\u30FC\u30DC\u30FC\u30EB\u30FB\u30A2\u30A4\u30B3\u30F3\u306E\u52D5\u4F5C","floatBallOptions.clickPopup":"\u7FFB\u8A33\u30D1\u30CD\u30EB\u306E\u8868\u793A","floatBallOptions.clickTranslate":"\u539F\u6587\u306E\u7FFB\u8A33\uFF0F\u8868\u793A","floatBallOptions.fixedPosition":"\u56FA\u5B9A\u4F4D\u7F6E","floatBallOptions.fixedPositionDesc":"\u60AC\u6D6E\u7403\u5728\u7A97\u53E3\u5DE6\u4FA7\u8FD8\u662F\u53F3\u4FA7","floatBallOptions.fixedPositionLeft":"\u5DE6\u4FA7","floatBallOptions.fixedPositionRight":"\u53F3\u4FA7",previewAllThemes:"\u3059\u3079\u3066\u306E\u30B9\u30BF\u30A4\u30EB\u3092\u30D7\u30EC\u30D3\u30E5\u30FC\u3059\u308B","translationTheme.none":"\u306A\u3044","translationTheme.grey":"\u30C0\u30FC\u30AF\u30B0\u30EC\u30FC","translationTheme.dashed":"\u70B9\u7DDA\u4E0B\u7DDA","translationTheme.dotted":"\u70B9\u7DDA\u30A2\u30F3\u30C0\u30FC\u30B9\u30B3\u30A2","translationTheme.dashedBorder":"\u70B9\u7DDA","translationTheme.solidBorder":"\u30BD\u30EA\u30C3\u30C9\u30DC\u30FC\u30C0\u30FC","translationTheme.underline":"\u76F4\u7DDA\u306B\u4E0B\u7DDA\u3092\u5F15\u304F","translationTheme.mask":"\u30D5\u30A1\u30B8\u30FC\u52B9\u679C\uFF08\u5B66\u7FD2\u30E2\u30FC\u30C9\uFF09","translationTheme.opacity":"\u900F\u660E\u52B9\u679C","translationTheme.paper":"\u767D\u3044\u7D19\u306E\u5F71\u306E\u52B9\u679C","translationTheme.dividingLine":"\u308F\u3051\u3081","translationTheme.highlight":"\u9AD8\u8F1D\u5EA6","translationTheme.marker":"\u30DE\u30FC\u30AB\u30FC","translationTheme.marker2":"\u30DE\u30FC\u30AB\u30FC2","translationTheme.blockquote":"\u53C2\u7167\u30B9\u30BF\u30A4\u30EB","translationTheme.weakening":"\u5F31\u4F53\u5316","translationTheme.italic":"\u659C\u4F53","translationTheme.bold":"\u6FC3\u5316","translationTheme.thinDashed":"\u7D30\u70B9\u7DDA\u30A2\u30F3\u30C0\u30FC\u30E9\u30A4\u30F3","translationTheme.nativeDashed":"\u30B7\u30B9\u30C6\u30E0\u306F\u70B9\u7DDA\u306E\u30A2\u30F3\u30C0\u30FC\u30E9\u30A4\u30F3\u4ED8\u304D","translationTheme.nativeDotted":"\u30B7\u30B9\u30C6\u30E0\u306F\u70B9\u7DDA\u306E\u30A2\u30F3\u30C0\u30FC\u30E9\u30A4\u30F3\u4ED8\u304D","translationTheme.nativeUnderline":"\u30B7\u30B9\u30C6\u30E0\u306B\u306F\u76F4\u7DDA\u306E\u30A2\u30F3\u30C0\u30FC\u30E9\u30A4\u30F3\u304C\u4ED8\u5C5E\u3057\u3066\u3044\u308B","translationTheme.wavy":"\u6CE2\u7DDA","translationServices.custom":"\u30AB\u30B9\u30BF\u30E0API","translationServices.tencent":"\u30C6\u30F3\u30BB\u30F3\u30C8\u7FFB\u8A33\u8005","translationServices.tenAlpha":"\u30C6\u30F3\u30BB\u30F3\u30C8\u30FB\u30C8\u30E9\u30F3\u30B9\u30EC\u30FC\u30BF\u30FC\uFF08\u30A2\u30EB\u30D5\u30A1\uFF09","translationServices.google":"\u30B0\u30FC\u30B0\u30EB\u7FFB\u8A33","translationServices.bai":"\u30D0\u30A4\u30C9\u30A5\uFF08\u30A2\u30EB\u30D5\u30A1\uFF09","translationServices.baidu":"\u767E\u5EA6\u306E\u7FFB\u8A33","translationServices.aliyun":"\u30A2\u30EA\u30AF\u30E9\u30A6\u30C9\u7FFB\u8A33","translationServices.volc":"\u706B\u5C71\u7FFB\u8A33","translationServices.deeplx":"DeepLX (\u30D9\u30FC\u30BF)","translationServices.bing":"\u30DE\u30A4\u30AF\u30ED\u30BD\u30D5\u30C8\u7FFB\u8A33","translationServices.deepl":"\u30C7\u30A3\u30FC\u30D7\u30A8\u30EB","translationServices.wechat":"WeChat\u7FFB\u8A33","translationServices.azure":"\u30A2\u30B8\u30E5\u30FC\u30EB\u7FFB\u8A33","translationServices.ibm":"IBM\u30EF\u30C8\u30BD\u30F3","translationServices.aws":"\u30A2\u30DE\u30BE\u30F3\u7FFB\u8A33","translationServices.mock":"\u6A21\u64EC\u7FFB\u8A33","translationServices.mock2":"\u6A21\u64EC\u7FFB\u8A332","translationServices.caiyun":"\u30AB\u30E9\u30D5\u30EB\u306A\u96F2\u3068\u5C0F\u3055\u306A\u7FFB\u8A33","translationServices.cai":"\u30AB\u30E9\u30D5\u30EB\u306A\u96F2\uFF08\u30A2\u30EB\u30D5\u30A1\uFF09","translationServices.volcAlpha":"\u30DC\u30EB\u30B1\u30FC\u30CE\uFF08\u30A2\u30EB\u30D5\u30A1\uFF09","translationServices.openl":"\u30AA\u30FC\u30D7\u30F3L","translationServices.youdao":"Youtube\u7FFB\u8A33","translationServices.you":"Youdao \u7FFB\u8A33\u8005\uFF08\u30A2\u30EB\u30D5\u30A1\uFF09","translationServices.transmart":"\u9A30\u8A0A\u30A4\u30F3\u30BF\u30E9\u30AF\u30C6\u30A3\u30D6\u7FFB\u8A33","translationServices.niu":"\u30DE\u30FC\u30D9\u30EA\u30C3\u30AF\u7FFB\u8A33\u8005","translationServices.papago":"\u30D1\u30D1\u30B4\u7FFB\u8A33","translationServices.d":"D\uFF08\u30A2\u30EB\u30D5\u30A1\uFF09","translationServices.dpro":"D\u30D7\u30ED\uFF08\u30AB\u30CA\u30EA\u30A2\uFF09","translationServices.openai":"\u30AA\u30FC\u30D7\u30F3AI","translationServices.chatgpt":"ChatGPT Web(3.5 mobile)","translate title":"\u30DA\u30FC\u30B8\u30BF\u30A4\u30C8\u30EB\u3092\u7FFB\u8A33\u3059\u308B","always languages":"\u5E38\u306B\u8A00\u8A9E\u3092\u7FFB\u8A33\u3059\u308B",neverTranslateLanguagesLabel:"\u7FFB\u8A33\u3055\u308C\u308B\u3053\u3068\u306E\u306A\u3044\u8A00\u8A9E",neverTranslateTheFollowingLanguagesDescription:"\u30DA\u30FC\u30B8\u4E0A\u306E\u6BB5\u843D\u304C\u4EE5\u4E0B\u306E\u8A00\u8A9E\u306E\u3044\u305A\u308C\u304B\u3067\u3042\u308B\u5834\u5408\u3001\u7FFB\u8A33\u306F\u30B9\u30AD\u30C3\u30D7\u3055\u308C\u307E\u3059\u3002",enableUserscriptPagePopup:"\u30DA\u30FC\u30B8\u306B\u30DB\u30D0\u30FC\u30DC\u30FC\u30EB\u3092\u8868\u793A",enableUserscriptPagePopupDescription:"\u30DB\u30D0\u30FC\u30DC\u30FC\u30EB\u3092\u30AA\u30D5\u306B\u3057\u305F\u5F8C\u306F\u3001\u30B7\u30E7\u30FC\u30C8\u30AB\u30C3\u30C8 /{touch}\u3067\u547C\u3073\u51FA\u3059\u3053\u3068\u304C\u3067\u304D\u307E\u3059\u3002\u3046\u3063\u304B\u308A\u3053\u306E\u30AA\u30D7\u30B7\u30E7\u30F3\u3092\u30AA\u30D5\u306B\u3057\u305F\u5F8C\u3001\u30DB\u30D0\u30FC\u30DC\u30FC\u30EB\u3092\u898B\u3064\u3051\u3089\u308C\u306A\u304F\u306A\u308B\u306E\u3092\u9632\u3050\u305F\u3081\u3001\u3053\u306E\u8A2D\u5B9A\u30DA\u30FC\u30B8\u3092\u30D6\u30C3\u30AF\u30DE\u30FC\u30AF\u3057\u3066\u304A\u304F\u3053\u3068\u3092\u5F37\u304F\u304A\u52E7\u3081\u3057\u307E\u3059\uFF01","always translate the following languages":"\u30DA\u30FC\u30B8\u304C\u6B21\u306E\u8A00\u8A9E\u306E1\u3064\u3067\u3042\u308B\u3068\u304D\u81EA\u52D5\u7684\u306B\u30BF\u30FC\u30B2\u30C3\u30C8\u8A00\u8A9E\u306B\u7FFB\u8A33\u3059\u308B","always sites":"\u5E38\u306B\u7FFB\u8A33\u3055\u308C\u305F\u30A6\u30A7\u30D6\u30B5\u30A4\u30C8","always translate the following sites":"\u306E\u30C9\u30E1\u30A4\u30F3\u540D\u3067\u3042\u308C\u3070\u3001\u30A6\u30A7\u30D6\u30B5\u30A4\u30C8\u306F\u81EA\u52D5\u7684\u306B\u30BF\u30FC\u30B2\u30C3\u30C8\u8A00\u8A9E\u306B\u7FFB\u8A33\u3055\u308C\u308B\u3002","never sites":"\u672A\u7FFB\u8A33\u30B5\u30A4\u30C8","never translate the following sites":"\u4EE5\u4E0B\u306E\u30C9\u30E1\u30A4\u30F3\u306E\u30B5\u30A4\u30C8\u3067\u306F\u3001\u7FFB\u8A33\u306F\u884C\u308F\u308C\u307E\u305B\u3093\u3002","please refer to":"\u4F7F\u7528\u3059\u308B\u524D\u306B\u30AD\u30FC\u3092\u5165\u529B\u3059\u308B\u5FC5\u8981\u304C\u3042\u308A\u307E\u3059\u3002",KeyAndConfigurationTutorial:"\u30AD\u30FC\u30FB\u30A2\u30D7\u30EA\u30B1\u30FC\u30B7\u30E7\u30F3\u3068\u30B3\u30F3\u30D5\u30A3\u30AE\u30E5\u30EC\u30FC\u30B7\u30E7\u30F3\u30FB\u30C1\u30E5\u30FC\u30C8\u30EA\u30A2\u30EB",useAboveStyleForTheseSites:"\u4EE5\u4E0B\u306E\u30C9\u30E1\u30A4\u30F3\u306E\u30B5\u30A4\u30C8\u3067\u306F\u3001\u5E38\u306B \u2308{theme}\u230B \u7FFB\u8A33\u30B9\u30BF\u30A4\u30EB\u3092\u4F7F\u7528\u3057\u307E\u3059\u3002",currentUrl:"\u73FE\u5728\u306EURL",confirm:"\u30BB\u30FC\u30D6",cancel:"\u30AD\u30E3\u30F3\u30BB\u30EB",delete:"\u9664\u53BB","languages.auto":"\u81EA\u52D5\u691C\u51FA",syncToCloud:"\u30B0\u30FC\u30B0\u30EB\u30C9\u30E9\u30A4\u30D6\u306B\u540C\u671F",syncToCloudDescription:"\u30AF\u30E9\u30A6\u30C9\u306B\u30A2\u30C3\u30D7\u30ED\u30FC\u30C9\u3055\u308C\u305F\u30B3\u30F3\u30D5\u30A3\u30AE\u30E5\u30EC\u30FC\u30B7\u30E7\u30F3\u306F\u3001\u7570\u306A\u308B\u30D6\u30E9\u30A6\u30B6\u30FC\uFF0F\u30B0\u30EA\u30FC\u30B9\u30E2\u30F3\u30AD\u30FC\u30FB\u30B9\u30AF\u30EA\u30D7\u30C8\u9593\u3067\u540C\u671F\u3055\u305B\u308B\u3053\u3068\u304C\u3067\u304D\u308B\u3002",syncToAccount:"\u30A4\u30DE\u30FC\u30B7\u30D6\u7FFB\u8A33\u30AF\u30E9\u30A6\u30C9\u3078\u306E\u540C\u671F",syncToAccountButton:"\u30AF\u30E9\u30A6\u30C9\u3068\u306E\u5373\u6642\u540C\u671F",syncToAccountDescription:"\u7570\u306A\u308B\u30C7\u30D0\u30A4\u30B9\u9593\u3067\u3001\u6700\u5F8C\u306B\u5909\u66F4\u3055\u308C\u305F\u65B9\u306E\u8A2D\u5B9A\u3092\u81EA\u52D5\u7684\u306B\u540C\u671F\u3057\u307E\u3059\u3002",successSyncConfigInAccount:"\u30AF\u30E9\u30A6\u30C9\u3068\u306E\u540C\u671F\u306B\u6210\u529F",successSyncConfigToAccount:"\u30AF\u30E9\u30A6\u30C9\u3078\u306E\u540C\u671F\u306B\u6210\u529F",syncConfigNoUpdate:"\u3082\u3046\u6700\u65B0\u306E\u3082\u306E\u3060\u3002",authFail:"\u8A8D\u8A3C\u5931\u6557",syncTitle:"\u624B\u52D5\u30D0\u30C3\u30AF\u30A2\u30C3\u30D7\u7BA1\u7406",import_hint:"\u30A4\u30F3\u30DD\u30FC\u30C8",upload:"\u30A2\u30C3\u30D7\u30ED\u30FC\u30C9",revokeAuth:"\u8A8D\u53EF\u306E\u53D6\u308A\u6D88\u3057",uploadFail:"\u30A2\u30C3\u30D7\u30ED\u30FC\u30C9\u5931\u6557",download:"\u30C0\u30A6\u30F3\u30ED\u30FC\u30C9",importSuccess:"\u8F38\u5165\u306B\u6210\u529F",importFail:"\u30A4\u30F3\u30DD\u30FC\u30C8\u5931\u6557",deleteFail:"\u524A\u9664\u306B\u5931\u6557\u3057\u307E\u3057\u305F",backupToCloud:"\u30D0\u30C3\u30AF\u30A2\u30C3\u30D7\u30D5\u30A1\u30A4\u30EB\u306E\u624B\u52D5\u7BA1\u7406",create_new_backup:"\u65B0\u3057\u3044\u30D0\u30C3\u30AF\u30A2\u30C3\u30D7\u30CE\u30FC\u30C9\u3092\u8FFD\u52A0\u3059\u308B",maxBackupFiles:"\u6700\u5927{count}\u7570\u306A\u308B\u30CE\u30FC\u30C9\u3092\u30D0\u30C3\u30AF\u30A2\u30C3\u30D7\u3067\u304D\u307E\u3059\u3002\u4E0D\u8981\u306A\u30CE\u30FC\u30C9\u306F\u524A\u9664\u3057\u3066\u304F\u3060\u3055\u3044\u3002",backupToCloudDescription:"\u30D0\u30C3\u30AF\u30A2\u30C3\u30D7\u30D5\u30A1\u30A4\u30EB\u3092\u624B\u52D5\u3067\u30A2\u30C3\u30D7\u30ED\u30FC\u30C9\u307E\u305F\u306F\u30EA\u30B9\u30C8\u30A2\u3002",successSyncConfig:"\u30AF\u30E9\u30A6\u30C9\u3068\u306E\u540C\u671F\u306B\u6210\u529F",syncFail:"\u540C\u671F\u5931\u6557",updatedAt:"{date}\u3088\u308A\u66F4\u65B0",lastSyncedAt:"\u6700\u7D42\u78BA\u8A8D\uFF1A {date}",downloadFail:"\u30C0\u30A6\u30F3\u30ED\u30FC\u30C9\u306B\u5931\u6557\u3057\u307E\u3057\u305F",clickToDownload:"\u30AF\u30EA\u30C3\u30AF\u3057\u3066\u30C0\u30A6\u30F3\u30ED\u30FC\u30C9",aboutLabel:"\u30D5\u30A3\u30FC\u30C9\u30D0\u30C3\u30AF","browser.openAboutPage":"\u3054\u610F\u898B\u30FB\u3054\u611F\u60F3",aboutLabelWithoutSponsor:"\u30D5\u30A3\u30FC\u30C9\u30D0\u30C3\u30AF",aboutIntro:"\u30A4\u30F3\u30BF\u30FC\u30CD\u30C3\u30C8\u4E0A\u306E\u81A8\u5927\u306A\u5916\u56FD\u8A9E\u60C5\u5831\u3078\u306E\u30A2\u30AF\u30BB\u30B9\u304C\u3088\u308A\u7C21\u5358\u3067\u697D\u3057\u3044\u3082\u306E\u306B\u306A\u308A\u307E\u3059\u3088\u3046\u306B \u2764\uFE0F <6>\u30D7\u30ED\u30E1\u30F3\u30D0\u30FC\u30B7\u30C3\u30D7\u3092 \u6709\u52B9\u306B\u3057\u3066\u3001\u3059\u3050\u306B\u4F7F\u3048\u308BDeepL\u3068OpenAI\u306E\u7FFB\u8A33\u3092\u3054\u5229\u7528\u304F\u3060\u3055\u3044\u3002

<3>Twitter\u3001<4>Telegram\u3001Weibo\u3001WeChat\u3067\u79C1\u305F\u3061\u3092\u30D5\u30A9\u30ED\u30FC\u3059\u308B\u304B\u3001\u4EE5\u4E0B\u306E<5>\u30E1\u30FC\u30EA\u30F3\u30B0\u30EA\u30B9\u30C8\u306B\u767B\u9332\u3057\u3066\u66F4\u65B0\u3092\u8FFD\u8DE1\u3059\u308B\u3053\u3068\u304C\u3067\u304D\u307E\u3059\u3002
<7>\u30D7\u30ED\u4F1A\u54E1\u306E \u65B9\u306F\u3001 <8>support@immersivetranslate.com \u307E\u3067\u3054\u9023\u7D61\u3044\u305F\u3060\u3051\u308C\u3070\u3001\u8FC5\u901F\u306A\u30AB\u30B9\u30BF\u30DE\u30FC\u30B5\u30FC\u30D3\u30B9\u3092\u3054\u63D0\u4F9B\u3044\u305F\u3057\u307E\u3059\u3002",aboutIntroWithoutSponsor:"\u2764\uFE0F

<3>\u30C4\u30A4\u30C3\u30BF\u30FC\u3001<4>\u30C6\u30EC\u30B0\u30E9\u30E0\u30FB\u30C1\u30E3\u30F3\u30CD\u30EB\u3001WeChat\u3001WeChat Exchange\u3067\u30D5\u30A9\u30ED\u30FC\u3057\u3066\u3044\u305F\u3060\u304F\u304B\u3001\u4EE5\u4E0B\u306E<5>E\u30E1\u30FC\u30EB\u3067\u66F4\u65B0\u60C5\u5831\u3092<5>\u8CFC\u8AAD\u3057\u3066\u304F\u3060\u3055\u3044\u3002",projectHomepage:"\u30D7\u30ED\u30B8\u30A7\u30AF\u30C8\u30FB\u30DB\u30FC\u30E0",joinTelegramGroup:"\u30E6\u30FC\u30B6\u30FC\u30B0\u30EB\u30FC\u30D7\u306B\u53C2\u52A0\u3057\u3066\u3001\u6A5F\u80FD\u306B\u95A2\u3059\u308B\u30C7\u30A3\u30B9\u30AB\u30C3\u30B7\u30E7\u30F3\u306B\u53C2\u52A0",wechatPublicAccount:"WeChat\u30D1\u30D6\u30EA\u30C3\u30AF",wechatCommunities:"WeChat\u4EA4\u6D41\u30B0\u30EB\u30FC\u30D7",qqCommunities:"QQ\u30B3\u30DF\u30E5\u30CB\u30B1\u30FC\u30B7\u30E7\u30F3\u30C1\u30E3\u30F3\u30CD\u30EB",joinTelegramChannel:"\u6700\u65B0\u60C5\u5831\u306FTelegram\u30C1\u30E3\u30F3\u30CD\u30EB\u3092\u30D5\u30A9\u30ED\u30FC",feedbackAndJoin:"\u8CEA\u554F \u30D5\u30A3\u30FC\u30C9\u30D0\u30C3\u30AF / \u30B0\u30EB\u30FC\u30D7\u8FFD\u52A0",autoSync:"\u81EA\u52D5\u6642\u523B\u540C\u671F",loadingThemeTitle:"\u30ED\u30FC\u30C7\u30A3\u30F3\u30B0\u30FB\u30B9\u30BF\u30A4\u30EB",loadingThemeDescription:"\u7FFB\u8A33\u30ED\u30FC\u30C9\u5F85\u3061\u6642\u9593\u306E\u30B9\u30BF\u30A4\u30EB\u8A2D\u5B9A","loadingTheme.spinner":"\u56DE\u8EE2\u30A2\u30CB\u30E1\u30FC\u30B7\u30E7\u30F3","loadingTheme.text":"\u9759\u7684\u30C6\u30AD\u30B9\u30C8 ","loadingTheme.none":"\u8868\u793A\u306A\u3057",developerDescription:"\u9AD8\u5EA6\u306A\u30AB\u30B9\u30BF\u30DE\u30A4\u30BA\u306B\u95A2\u3059\u308B\u30C9\u30AD\u30E5\u30E1\u30F3\u30C8\u306F<1>\u3053\u3061\u3089\u3092\u3054\u89A7\u304F\u3060\u3055\u3044\u3002","edit border color":"\u30DC\u30FC\u30C0\u30FC\u30AB\u30E9\u30FC\u306E\u5909\u66F4",successSyncButNoChange:"\u73FE\u5728\u306E\u30B3\u30F3\u30D5\u30A3\u30AE\u30E5\u30EC\u30FC\u30B7\u30E7\u30F3\u306F\u30AF\u30E9\u30A6\u30C9\u3068\u4E00\u81F4\u3057\u3066\u3044\u308B",customTheme:"\u30AB\u30B9\u30BF\u30E0\u30AB\u30E9\u30FC\u3068\u30B5\u30A4\u30BA","customThemeLabel.borderColor":"\u30DC\u30FC\u30C0\u30FC\u30AB\u30E9\u30FC","customThemeLabel.borderRadius":"\u4E38\u307F\u3092\u5E2F\u3073\u305F\u30A8\u30C3\u30B8","customThemeLabel.textColor":"\u30C6\u30AD\u30B9\u30C8\u30AB\u30E9\u30FC","customThemeLabel.backgroundColor":"\u80CC\u666F\u8272","customThemeLabel.zoom":"\u30D5\u30A9\u30F3\u30C8\u30FB\u30B9\u30B1\u30FC\u30EA\u30F3\u30B0 (%)","customThemeLabel.opacity":"\u30C6\u30AD\u30B9\u30C8\u306E\u4E0D\u900F\u660E\u5EA6 (%)",resetToDefaultColor:"\u30C7\u30D5\u30A9\u30EB\u30C8\u30AB\u30E9\u30FC\u306B\u623B\u3059",resetToDefaultSettings:"\u30C7\u30D5\u30A9\u30EB\u30C8\u8A2D\u5B9A\u306B\u623B\u3059",isTranslateTitle:"\u30DA\u30FC\u30B8\u30BF\u30A4\u30C8\u30EB\u306E\u7FFB\u8A33\u3092\u6709\u52B9\u306B\u3059\u308B",isTranslateTitleDescription:"\u30AA\u30F3\u306B\u3059\u308B\u3068\u3001\u30DA\u30FC\u30B8\u30BF\u30A4\u30C8\u30EB\u304C\u7FFB\u8A33\u3055\u308C\u307E\u3059",enableSearchEnhancement:"\u30D0\u30A4\u30EA\u30F3\u30AC\u30EB\u30E1\u30C3\u30BB\u30FC\u30B8\u3092\u6709\u52B9\u306B\u3059\u308B",enableSearchEnhancementDescription:"\u6709\u52B9\u306B\u3059\u308B\u3068\u3001\u5BFE\u5FDC\u30B5\u30A4\u30C8\uFF08Google News\u3001Google Search\uFF08\u4E00\u90E8\u30AD\u30FC\u30EF\u30FC\u30C9\uFF09\u3001Snowball\u3001Oriental Fortune\u3001Futura\u3001Tiger Community\uFF09\u306E\u53F3\u30AB\u30E9\u30E0\u306B\u3001\u8A72\u5F53\u3059\u308B\u82F1\u8A9E\u30AD\u30FC\u30EF\u30FC\u30C9\u3067\u300CGoogle News\u300D\u306E\u691C\u7D22\u7D50\u679C\u304C\u81EA\u52D5\u7684\u306B\u8868\u793A\u3055\u308C\u308B\u3088\u3046\u306B\u306A\u308A\u307E\u3059\u3002",verifyService:"\u30B5\u30FC\u30D3\u30B9\u306E\u30C6\u30B9\u30C8\u306F\u3053\u3061\u3089",verified:"\u6210\u529F\u306E\u78BA\u8A8D","field.langs":"\u5BFE\u5FDC\u8A00\u8A9E\u30B3\u30FC\u30C9","field.model":"\u30E2\u30C7\u30EA\u30F3\u30B0","field.translationEngine":"\u7FFB\u8A33\u30A8\u30F3\u30B8\u30F3","field.limitPerMinute":"1\u5206\u3042\u305F\u308A\u306E\u6700\u5927\u30EA\u30AF\u30A8\u30B9\u30C8\u6570","field.limitPerSecond":"1\u79D2\u3042\u305F\u308A\u306E\u6700\u5927\u30EA\u30AF\u30A8\u30B9\u30C8\u6570","field.maxTextLengthPerRequest":"\u30EA\u30AF\u30A8\u30B9\u30C8\u3054\u3068\u306E\u6700\u5927\u30C6\u30AD\u30B9\u30C8\u9577","field.maxTextGroupLengthPerRequest":"\u30EA\u30AF\u30A8\u30B9\u30C8\u3054\u3068\u306E\u6700\u5927\u6BB5\u843D\u6570","field.apiUrl":"\u30AB\u30B9\u30BF\u30E0API\u30A4\u30F3\u30BF\u30FC\u30D5\u30A7\u30FC\u30B9\u306E\u30A2\u30C9\u30EC\u30B9","field.placeholderDelimiters":"\u4E88\u7D04\u30D7\u30EC\u30FC\u30B9\u30DB\u30EB\u30C0","description.custom":"\u30AB\u30B9\u30BF\u30E0\u30A4\u30F3\u30BF\u30FC\u30D5\u30A7\u30FC\u30B9\u30A2\u30AF\u30BB\u30B9 \u8981\u30C9\u30AD\u30E5\u30E1\u30F3\u30C6\u30FC\u30B7\u30E7\u30F3","description.limitPerMinute":"\u3053\u306E\u5236\u9650\u3092\u8D85\u3048\u305F\u30EA\u30AF\u30A8\u30B9\u30C8\u306F\u3001\u6B21\u306E\u5206\u304C\u59CB\u307E\u308B\u307E\u3067\u30AD\u30E5\u30FC\u306B\u5165\u308A\u307E\u3059\u3002OpenAI\u306E\u73FE\u5728\u306E\u30B5\u30FC\u30D3\u30B9\u306B\u306F\u3055\u307E\u3056\u307E\u306A\u5236\u9650\u304C\u3042\u308B\u305F\u3081\u3001\u6700\u65B0\u306E\u63A8\u5968\u5024\u306F<1>\u3053\u3061\u3089\u3092\u3054\u89A7\u304F\u3060\u3055\u3044\u3002","description.limitPerSecond":"\u3053\u306E\u5236\u9650\u3092\u8D85\u3048\u305F\u30EA\u30AF\u30A8\u30B9\u30C8\u306F\u3001\u6B21\u306E\u79D2\u304C\u59CB\u307E\u308B\u307E\u3067\u30AD\u30E5\u30FC\u306B\u5165\u308A\u307E\u3059\u3002OpenAI\u306E\u73FE\u5728\u306E\u30B5\u30FC\u30D3\u30B9\u306B\u306F\u3055\u307E\u3056\u307E\u306A\u5236\u9650\u304C\u3042\u308B\u305F\u3081\u3001\u6700\u65B0\u306E\u63A8\u5968\u5024\u306F<1>\u3053\u3061\u3089\u3092\u3054\u89A7\u304F\u3060\u3055\u3044\u3002","description.generalLimitPerSecond":"\u3053\u306E\u5236\u9650\u3092\u8D85\u3048\u305F\u30EA\u30AF\u30A8\u30B9\u30C8\u306F\u3001\u6B21\u306E\u79D2\u304C\u59CB\u307E\u308B\u307E\u3067\u30AD\u30E5\u30FC\u306B\u5165\u308B\u3002","description.prompt":"\u30E6\u30FC\u30B6\u30FC\u3068\u3057\u3066 {service} \u306B\u9001\u4FE1\u3055\u308C\u308B\u5BFE\u8A71\u3067\u3001{{text}} \u306F\u6BB5\u843D\u306E\u30C6\u30AD\u30B9\u30C8\u5185\u5BB9\u3092\u793A\u3057\u3001{{from}} \u306F\u6BB5\u843D\u306E\u8A00\u8A9E\u3092\u793A\u3057\u3001{{to}} \u306F\u76EE\u6A19\u8A00\u8A9E\u3092\u793A\u3057\u307E\u3059\u3002","description.maxTextLengthPerRequest":"\u30EA\u30AF\u30A8\u30B9\u30C8\u3042\u305F\u308A\u306E\u6700\u5927\u6587\u5B57\u6570\u304C\u5927\u304D\u3059\u304E\u308B\u3068\u3001\u30A4\u30F3\u30BF\u30FC\u30D5\u30A7\u30FC\u30B9\u306E\u5FDC\u7B54\u304C\u9045\u304F\u306A\u308B\u306E\u3067\u3001\u3053\u306E\u30AA\u30D7\u30B7\u30E7\u30F3\u3092\u8ABF\u6574\u3057\u3066\u901F\u5EA6\u3092\u6700\u9069\u5316\u3057\u3066\u304F\u3060\u3055\u3044\u3002","description.systemPrompt":"\u30B7\u30B9\u30C6\u30E0\u3068\u3057\u3066OpenAI\u306B\u9001\u3089\u308C\u308B\u30C0\u30A4\u30A2\u30ED\u30B0\u3002 {{text}} \u306F\u6BB5\u843D\u306E\u30C6\u30AD\u30B9\u30C8\u5185\u5BB9\u3001{{from}} \u306F\u6BB5\u843D\u306E\u8A00\u8A9E\u3001{{to}} \u306F\u30BF\u30FC\u30B2\u30C3\u30C8\u8A00\u8A9E\u3092\u793A\u3059\u3002","field.domain":"\u30EC\u30A2\u30EB","description.domain":"\u30C7\u30D5\u30A9\u30EB\u30C8\u306F\uFF1Ageneral \u3067\u3059\u3002Arima API \u30B3\u30F3\u30BD\u30FC\u30EB\u3067\u30C9\u30E1\u30A4\u30F3\u5909\u63DB\u304C\u6709\u52B9\u306B\u306A\u3063\u3066\u3044\u308B\u5834\u5408\u306E\u307F\u8A2D\u5B9A\u3067\u304D\u307E\u3059\u3002","field.scene":"\u53D6\u308B","description.scene":"\u30C7\u30D5\u30A9\u30EB\u30C8\u306F\uFF1A\u4E00\u822C\u3067\u3059\u3002AliCloud API\u30B3\u30F3\u30BD\u30FC\u30EB\u3067Machine Translation Pro\u3092\u958B\u3044\u305F\u5834\u5408\u306E\u307F\u8A2D\u5B9A\u3067\u304D\u307E\u3059\u3002","field.vocabId":"\u30E6\u30FC\u30B6\u30FC\u8F9E\u66F8ID","description.vocabId":"\u6307\u5B9A\u3055\u308C\u305F\u8F9E\u66F8out_id\u306F\u3001\u73FE\u5728\u3001\u82F1\u8A9E\u304B\u3089\u4E2D\u56FD\u8A9E\u3078\u306E\u7FFB\u8A33\u3092\u30B5\u30DD\u30FC\u30C8\u3057\u3066\u3044\u308B\u3002","description.model":"OpenAI\u306E\u30E2\u30C7\u30EB\u306F\u3001gpt-3.5-turbo\u3001gpt-4\u306A\u3069\u3002","description.maxTextGroupLengthPerRequest":"\u4E00\u5EA6\u306B\u7FFB\u8A33\u30B5\u30FC\u30D3\u30B9\u306B\u9001\u4FE1\u3055\u308C\u308B\u6BB5\u843D\u6570\u3002\u6BB5\u843D\u6570\u304C\u591A\u3059\u304E\u308B\u3068\u3001\u30A4\u30F3\u30BF\u30FC\u30D5\u30A7\u30FC\u30B9\u306E\u5FDC\u7B54\u304C\u9045\u304F\u306A\u308B\u3053\u3068\u304C\u3042\u308A\u307E\u3059\u3002","description.apiUrl":"\u5177\u4F53\u7684\u306AURL\u3068\u30D1\u30B9\u3001<1>\u3088\u308A\u8A73\u3057\u3044\u8AAC\u660E\u3092\u8FFD\u52A0\u3057\u3066\u304F\u3060\u3055\u3044\u3002",enabledExtension:"\u30A8\u30AF\u30B9\u30C6\u30F3\u30B7\u30E7\u30F3\u306E\u6709\u52B9\u5316",clickToDisableExtension:"\u30AF\u30EA\u30C3\u30AF\u3057\u3066\u62E1\u5F35\u6A5F\u80FD\u3092\u7121\u52B9\u306B\u3059\u308B",clickToEnableExtension:"\u30AF\u30EA\u30C3\u30AF\u3057\u3066\u62E1\u5F35\u6A5F\u80FD\u3092\u6709\u52B9\u306B\u3059\u308B",hasBeenDisabled:"\u4F7F\u7528\u4E0D\u80FD","show password":"\u30D1\u30B9\u30EF\u30FC\u30C9\u3092\u8868\u793A\u3059\u308B",customContent:"\u30AB\u30B9\u30BF\u30E0\u30E2\u30C7\u30EB\u540D\u3092\u5165\u529B",inputOptions:"\u5165\u529B\u30DC\u30C3\u30AF\u30B9\u306E\u5F37\u5316",mouseHoverOptions:"\u30DE\u30A6\u30B9\u30DB\u30D0\u30FC",modifyMouseHoverKey:"\u30DE\u30A6\u30B9\u30DB\u30D0\u30FC\u30B7\u30E7\u30FC\u30C8\u30AB\u30C3\u30C8\u306E\u5909\u66F4",enableInputTranslation:"\u5165\u529B\u30DC\u30C3\u30AF\u30B9\u306E\u62E1\u5F35\u3092\u6709\u52B9\u306B\u3059\u308B\u304B\u3069\u3046\u304B",enableInputTranslationDescription:"\u6709\u52B9\u5316\u3057\u305F\u3089\u3001 {startingKey}{startingKey} hello \u3068\u5165\u529B\u30DC\u30C3\u30AF\u30B9\u306B\u76F4\u63A5\u5165\u529B\u3057\u3001{inputTrailingTriggerKeyRepeatTimes}times{trailingKey}\u3092\u7D20\u65E9\u304F\u62BC\u3057\u3066\u3001 {inputTargetLanguage}\u306B\u5909\u63DB\u3059\u308B\u3002",enableInputTranslationDescriptionForNoneKey:"\u6709\u52B9\u306B\u3057\u305F\u3089\u3001\uFF1AHello World\u3068\u5165\u529B\u30DC\u30C3\u30AF\u30B9\u306B\u76F4\u63A5\u5165\u529B\u3057\u3001{inputTrailingTriggerKeyRepeatTimes}{trailingKey}\u3092\u7D20\u65E9\u304F\u62BC\u3057\u3066\u3001\u30C7\u30D5\u30A9\u30EB\u30C8\u306E\u30BF\u30FC\u30B2\u30C3\u30C8\u8A00\u8A9E\u306B\u7FFB\u8A33\u3059\u308B\u3002",inputTargetLanguage:"\u5165\u529B\u30DC\u30C3\u30AF\u30B9\u306E\u30C7\u30D5\u30A9\u30EB\u30C8\u30BF\u30FC\u30B2\u30C3\u30C8\u8A00\u8A9E\u306E\u8A2D\u5B9A",inputTargetLanguageDescription:"\u5165\u529B\u30DC\u30C3\u30AF\u30B9\u7FFB\u8A33\u306E\u30C7\u30D5\u30A9\u30EB\u30C8\u30BF\u30FC\u30B2\u30C3\u30C8\u8A00\u8A9E\u3001\u3059\u306A\u308F\u3061\u3001\u30C8\u30EA\u30AC\u30FC\u30EF\u30FC\u30C9\u306E\u30C7\u30D5\u30A9\u30EB\u30C8\u8A00\u8A9E\u3068\u3057\u3066 {startingKey}{startingKey}",inputTargetLanguageDescriptionForNoneKey:"\u5165\u529B\u30DC\u30C3\u30AF\u30B9\u7FFB\u8A33\u306E\u30C7\u30D5\u30A9\u30EB\u30C8\u30BF\u30FC\u30B2\u30C3\u30C8\u8A00\u8A9E",inputStartingTriggerKeyTitle:"\u5165\u529B\u30DC\u30C3\u30AF\u30B9\u306E\u90E8\u5206\u7FFB\u8A33\u306E\u305F\u3081\u306E\u5206\u5272\u6587\u5B57\u306E\u8A2D\u5B9A",inputStartingTriggerKeyDescription:"\u5165\u529B\u30DC\u30C3\u30AF\u30B9\u5168\u4F53\u3092\u7FFB\u8A33\u3059\u308B\u5FC5\u8981\u304C\u306A\u3044\u5834\u5408\u3001\u30B9\u30D7\u30EA\u30C3\u30BF\u30FC\u306F {startingKey}{startingKey} \u304B\u3089\u5165\u529B\u30DC\u30C3\u30AF\u30B9\u306E\u6700\u5F8C\u307E\u3067\u306E\u90E8\u5206\u3060\u3051\u3092\u7FFB\u8A33\u3059\u308B\u3053\u3068\u304C\u3067\u304D\u307E\u3059\u3002\u307E\u305F\u3001\u8A00\u8A9E\u30B3\u30FC\u30C9\u3092\u6307\u5B9A\u3059\u308B\u3053\u3068\u3082\u3067\u304D\u307E\u3059\u3002\u4F8B\u3048\u3070\u3001\uFF1A{startingKey}ja \u306F {startingKey}ja \u304B\u3089\u5165\u529B\u30DC\u30C3\u30AF\u30B9\u306E\u6700\u5F8C\u307E\u3067\u306E\u90E8\u5206\u3060\u3051\u3092\u7FFB\u8A33\u3059\u308B\u3053\u3068\u3092\u610F\u5473\u3057\u307E\u3059\u3002",inputStartingTriggerKeyDescriptionForNoneKey:"\u73FE\u5728\u306E\u63A5\u982D\u8F9E\u306A\u3057\u306E\u8A2D\u5B9A\u306F\u4E0D\u8981\u3067\u3042\u308A\u3001\u5165\u529B\u30DC\u30C3\u30AF\u30B9\u306E\u4E00\u90E8\u306E\u30C6\u30AD\u30B9\u30C8\u306E\u7FFB\u8A33\u6A5F\u80FD\u306F\u73FE\u6642\u70B9\u3067\u306F\u5229\u7528\u3067\u304D\u306A\u3044\u3002",inputTrailingTriggerKeyTitle:"\u5165\u529B\u7D42\u4E86\u30C8\u30EA\u30AC\u30FC\u6587\u5B57\u3092\u9078\u629E\u3059\u308B",inputTrailingTriggerKeyDescription:"3 quick hits{trailingKey} \u7FFB\u8A33\u3092\u958B\u59CB\u3057\u307E\u3059\uFF01",inputTrailingTriggerKeyTimeout:"\u6226\u95D8\u7D42\u4E86\u30C8\u30EA\u30AC\u30FC\u307E\u3067\u306E\u6642\u9593\u3092\u5165\u529B\u3059\u308B\u3002",inputTrailingTriggerKeyTimeoutDescription:"\u5165\u529B\u7D42\u4E86\u30B3\u30F3\u30DC\u306E\u30C8\u30EA\u30AC\u30FC\u307E\u3067\u306E\u6642\u9593\uFF08\u30DF\u30EA\u79D2\uFF09\u3092\u8A2D\u5B9A\u3059\u308B\u3002",spaceKey:"<\u7A7A\u683C\u952E>",noneKey:"\u63A5\u982D\u8F9E\u306A\u3057\u306E\u30C6\u30AD\u30B9\u30C8\u30DC\u30C3\u30AF\u30B9\u5168\u4F53\u306E\u76F4\u63A5\u7FFB\u8A33",inputTranslationBlockUrlsTitle:"\u4EE5\u4E0B\u306EURL\u3067\u306F\u3001\u5165\u529B\u30DC\u30C3\u30AF\u30B9\u306E\u62E1\u5F35\u6A5F\u80FD\u3092\u6709\u52B9\u306B\u3057\u306A\u3044\u3067\u304F\u3060\u3055\u3044\u3002",inputTranslationBlockUrlsDescription:"\u5165\u529B\u30DC\u30C3\u30AF\u30B9\u306E\u6A5F\u80FD\u62E1\u5F35\u306F\u3001\u4EE5\u4E0B\u306EURL\u3067\u306F\u6A5F\u80FD\u3057\u307E\u305B\u3093\u3002",clickToSeeQuickDemo:"\u30AF\u30EA\u30C3\u30AF\u3057\u306630\u79D2\u306E\u30C1\u30E5\u30FC\u30C8\u30EA\u30A2\u30EB\u30D3\u30C7\u30AA\u3092\u62E1\u5927",inputHelperInfo:"\u8AAC\u660E\uFF1A\u4E2D\u56FD\u8A9E\u306E\u5165\u529B\u30E1\u30BD\u30C3\u30C9\u3067\u306F\u3001\u3044\u304F\u3064\u304B\u306E\u30C8\u30EA\u30AC\u30FC\u6587\u5B57\u304C\u4E2D\u56FD\u8A9E\u306E\u53E5\u8AAD\u70B9\u306B\u5909\u308F\u308B\u3068\u3044\u3046\u4E8B\u5B9F\u306B\u6700\u9069\u5316\u3057\u307E\u3057\u305F\u3002\u4F8B\u3048\u3070\u3001/ \u306F Sogou \u5165\u529B\u30E1\u30BD\u30C3\u30C9\u3067\u306F\u3001\u30C0\u30F3\u8A18\u53F7\u306B\u5909\u308F\u308A\u307E\u3059\u3002

\u307E\u305F\u3001\u8A00\u8A9E<1>\u30B3\u30FC\u30C9\u306E\u4E2D\u56FD\u8A9E\u30A8\u30A4\u30EA\u30A2\u30B9\u3082\u30B3\u30DE\u30F3\u30C9\u3068\u3057\u3066\u30B5\u30DD\u30FC\u30C8\u3057\u3066\u304A\u308A\u3001\u4F8B\u3048\u3070 /Japanese Hello World \u306F\u65E5\u672C\u8A9E\u306B\u7FFB\u8A33\u3055\u308C\u307E\u3059\u3002",reloadCurrentPage:"\u7FFB\u8A33\u3092\u958B\u59CB\u3059\u308B\u524D\u306B\u3001\u73FE\u5728\u306E\u30DA\u30FC\u30B8\u3092\u66F4\u65B0\u3057\u3066\u304F\u3060\u3055\u3044\u3002",noLocalFilePermissionForPDF:"\u30ED\u30FC\u30AB\u30EB\u30D5\u30A1\u30A4\u30EB\u3092\u8AAD\u307F\u8FBC\u3080\u6A29\u9650\u304C\u3042\u308A\u307E\u305B\u3093\u3002\u4E0A\u306E\u30DC\u30BF\u30F3\u3092\u30AF\u30EA\u30C3\u30AF\u3057\u3066\u3001\u30ED\u30FC\u30AB\u30EB\u30D5\u30A1\u30A4\u30EB\u3092\u30A4\u30F3\u30DD\u30FC\u30C8\u3057\u3066\u304F\u3060\u3055\u3044\u3002",noPermissionForThisPage:"\u26A0\uFE0F \u73FE\u5728\u306E\u30DA\u30FC\u30B8\u3092\u7FFB\u8A33\u3059\u308B\u6A29\u9650\u304C\u306A\u3044",retryAllParagraphs:"\u3059\u3079\u3066\u306E\u30A8\u30E9\u30FC\u30D1\u30C3\u30BB\u30FC\u30B8\u3092\u518D\u8A66\u884C\u3059\u308B",retryAllButton:"\u3059\u3079\u3066\u306E\u30A8\u30E9\u30FC\u30D1\u30C3\u30BB\u30FC\u30B8\u3092\u518D\u8A66\u884C\u3059\u308B",errorTooltipTitle:"\u30AF\u30EA\u30C3\u30AF\u3057\u3066\u30A8\u30E9\u30FC\u306E\u539F\u56E0\u3092\u898B\u308B",errorModalTitle:"\u7FFB\u8A33\u30B5\u30FC\u30D3\u30B9\u304B\u30CD\u30C3\u30C8\u30EF\u30FC\u30AF\u306B\u4F55\u304B\u554F\u984C\u304C\u3042\u308B\u3088\u3046\u3060...\u3002",disableConfirm:"\u30D0\u30A4\u30EA\u30F3\u30AC\u30EB\u60C5\u5831\u5F37\u5316\u8A2D\u5B9A",disableOnce:"\u3053\u306E\u969C\u5BB3",disableGlobal:"\u6C38\u4E45\u306B\u7121\u52B9\u306B\u3059\u308B",disableTint:"* {option}\u3002",searchEnhancementNotes:"\u4E2D\u56FD\u8A9E\u30AD\u30FC\u30EF\u30FC\u30C9\u3068\u82F1\u8A9E\u30AD\u30FC\u30EF\u30FC\u30C9\u3067\u306F\u3001\u30CB\u30E5\u30FC\u30B9\u306E\u691C\u7D22\u7D50\u679C\u304C\u5927\u304D\u304F\u7570\u306A\u308B\u3053\u3068\u304C\u308F\u304B\u308A\u307E\u3057\u305F\u3002 \u30A4\u30DE\u30FC\u30B7\u30D6\u7FFB\u8A33\u30D0\u30A4\u30EA\u30F3\u30AC\u30EB\u60C5\u5831\u5F37\u5316\u6A5F\u80FD\u3092\u6709\u52B9\u306B\u3059\u308B\u3068\u3001\u5BFE\u5FDC\u30B5\u30A4\u30C8\uFF08Google\u30CB\u30E5\u30FC\u30B9\u3001Google\u691C\u7D22\uFF08\u4E00\u90E8\u30AD\u30FC\u30EF\u30FC\u30C9\uFF09\u3001Snowball\u3001Oriental Wealth\u3001Futura\u3001Tiger\uFF09\u3067\u540C\u3058\u30AD\u30FC\u30EF\u30FC\u30C9\u3092\u82F1\u8A9E\u3067\u81EA\u52D5\u7684\u306B\u691C\u7D22\u3057\u3001\u53F3\u5074\u306B\u8868\u793A\u3057\u307E\u3059\u3002\u3053\u306E\u6A5F\u80FD\u304C\u4E0D\u8981\u306A\u5834\u5408\u306F\u3001\u7121\u52B9\u306B\u3059\u308B\u3053\u3068\u3082\u3067\u304D\u307E\u3059\u3002",option:"\u30BB\u30C3\u30C8\u30A2\u30C3\u30D7",saveSettings:"\u8A2D\u5B9A\u306E\u4FDD\u5B58",closeModal:"\u30A6\u30A3\u30F3\u30C9\u30A6\u3092\u9589\u3058\u308B",enableInputTranslationWithoutTriggerKeyTitle:"{trailingKey}\u3001\u5165\u529B\u30DC\u30C3\u30AF\u30B9\u5168\u4F53\u3092\u76F4\u63A5{inputTargetLanguage}\u3002",enableInputTranslationWithoutTriggerKeyDescription:"\u4F8B\u3048\u3070\u3001\uFF1Aja Hello World \u306E\u3088\u3046\u306B\u3002",mouseHoverShortcutPlaceholder:"\u4F8B\uFF1A\uFF1A\u30B7\u30D5\u30C8",deepLProName:"\u6CA1\u5165\u578B\u7FFB\u8A33\u30D7\u30ED\u30E1\u30F3\u30D0\u30FC\uFF08\u63A8\u5968\uFF09",deepLProDescription:"\u73FE\u5728\u306E\u30D1\u30C3\u30B1\u30FC\u30B8\u306F\u76F4\u63A5\u4F7F\u7528\u3067\u304D\u308B",deeplProDescriptionForNormal:"\u30BB\u30C3\u30C8\u30A2\u30C3\u30D7\u4E0D\u8981\u3001\u4F1A\u54E1\u306E\u65B9\u306F\u30ED\u30B0\u30A4\u30F3\u5F8C\u5229\u7528\u53EF\u80FD\u3001<1>\u4F1A\u54E1\u3078\u306E\u30A2\u30C3\u30D7\u30B0\u30EC\u30FC\u30C9\u306F\u3053\u3061\u3089",deepLCustomDescription:"\u6D77\u5916\u767A\u884C\u306E\u30AF\u30EC\u30B8\u30C3\u30C8\u30AB\u30FC\u30C9\u304C\u5FC5\u8981 <1>\u3002",deepLCustomName:"\u30AB\u30B9\u30BF\u30E0\u8A8D\u8A3C\u30AD\u30FC",chooseProviderLabel:"\u30B5\u30FC\u30D3\u30B9\u30FB\u30D7\u30ED\u30D0\u30A4\u30C0\u30FC\u306E\u9078\u629E",openaiProName:"\u6CA1\u5165\u578B\u7FFB\u8A33\u30D7\u30ED\u30E1\u30F3\u30D0\u30FC\uFF08\u63A8\u5968\uFF09",openaiProDescription:"\u73FE\u5728\u306E\u30D1\u30C3\u30B1\u30FC\u30B8\u306F\u76F4\u63A5\u4F7F\u7528\u3067\u304D\u308B",openaiProDescriptionForNormal:"\u30BB\u30C3\u30C8\u30A2\u30C3\u30D7\u4E0D\u8981\u3001\u4F1A\u54E1\u306E\u65B9\u306F\u30ED\u30B0\u30A4\u30F3\u5F8C\u5229\u7528\u53EF\u80FD\u3001<1>\u4F1A\u54E1\u3078\u306E\u30A2\u30C3\u30D7\u30B0\u30EC\u30FC\u30C9\u306F\u3053\u3061\u3089",openaiCustomDescription:"OpenAI\u3001Azure OpenAI\u3001\u307E\u305F\u306F\u305D\u306E\u4ED6\u306E\u30B5\u30FC\u30C9\u30D1\u30FC\u30C6\u30A3\u30B5\u30FC\u30D3\u30B9\u3067\u5229\u7528\u53EF\u80FD\u3067\u3059<1>\u3002",openaiCustomName:"\u30AB\u30B9\u30BF\u30E0API\u30AD\u30FC",needLoginAction:"(\u30AA\u30FC\u30D7\u30F3\u30FB\u30E1\u30F3\u30D0\u30FC\u307E\u305F\u306F\u30AB\u30B9\u30BF\u30DE\u30A4\u30BA\uFF09",goLoginOrAction:"(\u30E1\u30F3\u30D0\u30FC\u30B7\u30C3\u30D7\u3092\u958B\u304F\u304B\u3001\u8A2D\u5B9A\u306B\u9032\u3080)",yearly:"\u9023\u7D9A\u5E74\u6255\u3044\u3092\u3059\u308B",quarterly:"\u9806\u6B21\u5305\u88C5",monthly:"\u30DE\u30F3\u30B9\u30EA\u30FC\u30FB\u30B5\u30D6\u30B9\u30AF\u30EA\u30D7\u30B7\u30E7\u30F3",yearlyForOnce:"\u5E74\u9593\u30D1\u30C3\u30B1\u30FC\u30B8",monthlyForOnce:"\u67081\u56DE\u30D1\u30C3\u30B1\u30FC\u30B8",daily:"\u9023\u7D9A\u30D1\u30B1\u30C3\u30C8\u65E5",year:"\u9023\u7D9A\u5E74\u6255\u3044\u3092\u3059\u308B",quarter:"\u9806\u6B21\u5305\u88C5",month:"\u30DE\u30F3\u30B9\u30EA\u30FC\u30FB\u30B5\u30D6\u30B9\u30AF\u30EA\u30D7\u30B7\u30E7\u30F3",day:"\u9023\u7D9A\u30D1\u30B1\u30C3\u30C8\u65E5",onetime_7day:"7\u65E5\u9593\u4F53\u9A13\u30D1\u30C3\u30AF",currentPlanDescriptionForFree:"\u73FE\u5728\u306E\u30D1\u30C3\u30B1\u30FC\u30B8\uFF1A\u7121\u6599",currentPlanDescriptionForContinuous:"\u73FE\u5728\u306E\u30D1\u30C3\u30B1\u30FC\u30B8\uFF1A{plan}\u306F {endAt} \u306B\u81EA\u52D5\u66F4\u65B0\u3055\u308C\u307E\u3059\u3002",currentPlanDescriptionForAutoRenewCaceling:"\u73FE\u5728\u306E\u30D1\u30C3\u30B1\u30FC\u30B8\uFF1A{plan}\u306E\u6709\u52B9\u671F\u9650\u306F {endAt} \u3068\u306A\u308A\u3001\u6709\u52B9\u671F\u9650\u5207\u308C\u306B\u3088\u308B\u81EA\u52D5\u66F4\u65B0\u306F\u884C\u308F\u308C\u307E\u305B\u3093\u3002",currentYearlyPlanDescriptionForAutoRenewCacelingWithRealPaiedUser:"\u73FE\u5728\u306E\u30D1\u30C3\u30B1\u30FC\u30B8\u3001\uFF1A{plan}\u306F\u3001 {endAt} \u306B\u671F\u9650\u5207\u308C\u3068\u306A\u308A\u3001\u671F\u9650\u5207\u308C\u306B\u3088\u308B\u81EA\u52D5\u66F4\u65B0\u306F\u884C\u308F\u308C\u307E\u305B\u3093\u3002
<1>\u66F4\u65B0\u30D7\u30E9\u30F3\u306E\u7BA1\u7406\u306F\u3053\u3061\u3089",currentYearlyPlanDescriptionForAutoRenewCacelingWithAdmin:"\u73FE\u5728\u306E\u30D1\u30C3\u30B1\u30FC\u30B8\u3001\uFF1A{plan}\u306F\u3001 {endAt} \u306B\u671F\u9650\u5207\u308C\u3068\u306A\u308A\u3001\u671F\u9650\u5207\u308C\u306B\u3088\u308B\u81EA\u52D5\u66F4\u65B0\u306F\u884C\u308F\u308C\u307E\u305B\u3093\u3002
<1>\u7D99\u7D9A\u7684\u306A\u5E74\u9593\u8CFC\u8AAD\u3092\u6709\u52B9\u306B\u3059\u308B\u306B\u306F\u3001\u3053\u3053\u3092\u30AF\u30EA\u30C3\u30AF\u3057\u3066\u304F\u3060\u3055\u3044\u3002",currentPlanDescriptionForOneTime:"\u73FE\u5728\u306E\u8CFC\u8AAD\uFF1A{plan}\u306F {endAt} \u3067\u671F\u9650\u5207\u308C\u3068\u306A\u308A\u307E\u3059\u3002<1>\u5E74\u4F1A\u8CBB\u307E\u305F\u306F<2>\u6708\u4F1A\u8CBB<1>\u3078\u306E\u30A2\u30C3\u30D7\u30B0\u30EC\u30FC\u30C9\u306F\u3053\u3061\u3089\u3092\u30AF\u30EA\u30C3\u30AF\u3057\u3066\u304F\u3060\u3055\u3044\u3002",upgradePlan:"\u30D7\u30ED\u4F1A\u54E1\u3078\u306E\u30A2\u30C3\u30D7\u30B0\u30EC\u30FC\u30C9\u306F\u3053\u3061\u3089",upgradeToPro:"\u30D7\u30ED\u4F1A\u54E1\u3078\u306E\u30A2\u30C3\u30D7\u30B0\u30EC\u30FC\u30C9","popup.openPro":"DeepL\u3068OpenAI\u306E\u7FFB\u8A33\u3092\u304A\u697D\u3057\u307F\u3044\u305F\u3060\u304F\u306B\u306F\u3001Pro\u30E1\u30F3\u30D0\u30FC\u30B7\u30C3\u30D7\u306B\u30A2\u30C3\u30D7\u30B0\u30EC\u30FC\u30C9\u3057\u3066\u304F\u3060\u3055\u3044\uFF01","popup.openProForPro":"\u3042\u306A\u305F\u306F\u3001DeepL\u3068OpenAI\u306E\u7FFB\u8A33\u306B\u76F4\u63A5\u30A2\u30AF\u30BB\u30B9\u3067\u304D\u308B\u30D7\u30ED\u30E1\u30F3\u30D0\u30FC\u3067\u3059\uFF01",currentAccount:"\u5F53\u5EA7\u9810\u91D1",enableAutoSyncUserSettings:"\u8907\u6570\u306E\u30C7\u30D0\u30A4\u30B9\u9593\u3067\u81EA\u52D5\u30AF\u30E9\u30A6\u30C9\u540C\u671F\u304C\u53EF\u80FD",modalEnableInputTranslationTitle:"\u6CA1\u5165\u578B\u7FFB\u8A33\u5165\u529B\u30DC\u30C3\u30AF\u30B9 \u7FFB\u8A33\u30A2\u30E9\u30FC\u30C8",modalEnableInputTranslationDesc:"\u30B9\u30DA\u30FC\u30B9\u30D0\u30FC\u30923\u56DE\u9023\u6253\u3059\u308B\u3053\u3068\u3067\u3001Immersive Translation\u306E\u5165\u529B\u30DC\u30C3\u30AF\u30B9\u7FFB\u8A33\u304C\u958B\u59CB\u3055\u308C\u3001\u5165\u529B\u30DC\u30C3\u30AF\u30B9\u306E\u5185\u5BB9\u304C\u30C7\u30D5\u30A9\u30EB\u30C8\u306E\u30BF\u30FC\u30B2\u30C3\u30C8\u8A00\u8A9E\u306B\u7FFB\u8A33\u3055\u308C\u307E\u3059\u3002\u7FFB\u8A33\u306FCtrl+Z\u3067\u53D6\u308A\u6D88\u3059\u3053\u3068\u304C\u3067\u304D\u307E\u3059\u3002

\u3082\u3057\u3053\u308C\u304C\u9593\u9055\u3044\u3067\u3042\u3063\u305F\u3068\u3057\u3066\u3082\u3001\u4ECA\u56DE\u306F\u7121\u52B9\u306B\u3059\u308B\u304B\u3001\u6C38\u4E45\u306B\u5165\u529B\u30DC\u30C3\u30AF\u30B9\u306E\u7FFB\u8A33\u3092\u7121\u52B9\u306B\u3059\u308B\u304B\u3092\u9078\u629E\u3067\u304D\u307E\u3059\u306E\u3067\u3001\u3054\u5B89\u5FC3\u304F\u3060\u3055\u3044\u3002",saveAndNotShowAgain:"\u4FDD\u5B58\u3057\u3066\u30D7\u30ED\u30F3\u30D7\u30C8\u3092\u6B62\u3081\u308B",disableInputTranslationTips:"* {option} ,{learnMore}\u3067\u30C8\u30EA\u30AC\u30FC\u3059\u308B\u4ED6\u306E\u30B7\u30E7\u30FC\u30C8\u30AB\u30C3\u30C8\u3082\u8A2D\u5B9A\u3067\u304D\u308B\u3002",learnMore:"\u8A73\u7D30\u306F\u3053\u3061\u3089",continueEnalbeInputTranslation:"\u5F15\u304D\u7D9A\u304D\u5165\u529B\u30DC\u30C3\u30AF\u30B9\u306E\u7FFB\u8A33\u3092\u6709\u52B9\u306B\u3059\u308B",autoRenewTrialSuffix:'(\u30C8\u30E9\u30A4\u30A2\u30EB\u306E\u5834\u5408\u3001\u3059\u3050\u306B\u6B63\u4F1A\u54E1\u306B\u30A2\u30C3\u30D7\u30B0\u30EC\u30FC\u30C9)',upgradeFromTrialTitle:"\u6B63\u4F1A\u54E1\u3078\u306E\u30A2\u30C3\u30D7\u30B0\u30EC\u30FC\u30C9",subtitle:"\u30D3\u30C7\u30AA\u30AD\u30E3\u30D7\u30B7\u30E7\u30F3",youtubeService:"\u6620\u50CF\u5B57\u5E55\u7FFB\u8A33\u30B5\u30FC\u30D3\u30B9","subtitle.disabledSubtitle":"\u30D3\u30C7\u30AA\u5B57\u5E55\u6A5F\u80FD\u3092\u6C38\u4E45\u306B\u7121\u52B9\u306B\u3059\u308B","subtitle.disabledSubtitleDescription":"Immersive Translator\u306EVideo Subtitles\u304C\u4ED6\u306E\u62E1\u5F35\u6A5F\u80FD\u3068\u7AF6\u5408\u3059\u308B\u5834\u5408\u3001Immersive Translator\u306EVideo Subtitles\u306E\u6A5F\u80FD\u3092\u6C38\u4E45\u7684\u306B\u7121\u52B9\u306B\u3059\u308B\u304B\u3001\u7AF6\u5408\u3059\u308B\u4ED6\u306E\u62E1\u5F35\u6A5F\u80FD\u3092\u30A2\u30F3\u30A4\u30F3\u30B9\u30C8\u30FC\u30EB\u3059\u308B\u3053\u3068\u304C\u3067\u304D\u307E\u3059\u3002","subtitle.autoEnableSubtitle":"\u30D0\u30A4\u30EA\u30F3\u30AC\u30EB\u5B57\u5E55\u306E\u81EA\u52D5\u4F7F\u7528","subtitle.autoEnableSubtitleDescription":"\u6709\u52B9\u306B\u3057\u305F\u5F8C\u3001\u30D3\u30C7\u30AA\u304C\u518D\u751F\u3055\u308C\u308B\u3068\u304D\u306F\u3001\u81EA\u52D5\u7684\u306B\u4E8C\u304B\u56FD\u8A9E\u306E\u5B57\u5E55\u304C\u8868\u793A\u3055\u308C\u307E\u3059\u3002\u305D\u308C\u4EE5\u5916\u306E\u5834\u5408\u306F\u3001\u7FFB\u8A33\u30DC\u30BF\u30F3\u3092\u30AF\u30EA\u30C3\u30AF\u3059\u308B\u5FC5\u8981\u304C\u3042\u308A\u307E\u3059\u3002","subtitle.preTranslation":"\u6CA1\u5165\u578B\u7FFB\u8A33\u3067\u5B57\u5E55\u3092\u7FFB\u8A33","subtitle.preTranslationDescription":"\u6709\u52B9\u306E\u5834\u5408\u3001\u5B57\u5E55\u5168\u4F53\u304C\u4EE5\u4E0B\u306B\u6307\u5B9A\u3059\u308B\u7FFB\u8A33\u30B5\u30FC\u30D3\u30B9\u3092\u4F7F\u3063\u3066\u4E8B\u524D\u306B\u7FFB\u8A33\u3055\u308C\u30011\u6642\u9593\u306E\u52D5\u753B\u3067\u7D0450,000\u30C8\u30FC\u30AF\u30F3\uFF08\u6587\u5B57\u6570\uFF09\u3092\u6D88\u8CBB\u3057\u307E\u3059\u306E\u3067\u3001\u3054\u81EA\u8EAB\u306E\u5224\u65AD\u3067\u3054\u5229\u7528\u304F\u3060\u3055\u3044\u3002\u7121\u52B9\u306E\u5834\u5408\u3001\u30AA\u30EA\u30B8\u30CA\u30EB\u306E\u5B57\u5E55\u304C\u6700\u521D\u306B\u4F7F\u7528\u3055\u308C\u307E\u3059\u3002","subtitle.humanSubtitlesPreferred":"\u30D2\u30E5\u30FC\u30DE\u30F3\u30FB\u30AD\u30E3\u30D7\u30B7\u30E7\u30F3\u306E\u512A\u5148\u4F7F\u7528","subtitle.humanSubtitlesPreferredDescription":"\u30D3\u30C7\u30AA\u306B\u30BF\u30FC\u30B2\u30C3\u30C8\u8A00\u8A9E\u306E\u5B57\u5E55\u304C\u3042\u308B\u5834\u5408\u3001\u4EBA\u9593\u306E\u5B57\u5E55\u3092\u512A\u5148\u7684\u306B\u4F7F\u7528\u3059\u308B\uFF08\u63A8\u5968\uFF09",videoSubtitleTranslationDescription:"\u30D3\u30C7\u30AA\u5B57\u5E55\u7528\u306B\u5225\u306E\u7FFB\u8A33\u30B5\u30FC\u30D3\u30B9\u3092\u5272\u308A\u5F53\u3066\u308B",subtitleTranslating:"{service} \u3001\u5B57\u5E55\u3092\u7FFB\u8A33\u3057\u3066\u3044\u307E\u3059\u3002(\u30A4\u30DE\u30FC\u30B8\u30E7\u30F3\u7FFB\u8A33)",subtitleLoading:"\u5B57\u5E55\u3092\u8AAD\u307F\u8FBC\u3093\u3067\u3044\u307E\u3059...",bilingual:"\u30D0\u30A4\u30EA\u30F3\u30AC\u30EA\u30BA\u30E0","field.action":"\u767E\u5EA6\u7528\u8A9E\u3092\u6709\u52B9\u306B\u3059\u308B\u304B\u3069\u3046\u304B","description.action":"\u6709\u52B9\u5316\u3055\u308C\u308B\u3068\u3001\u30EA\u30AF\u30A8\u30B9\u30C8\u306Baction=1\u30D1\u30E9\u30E1\u30FC\u30BF\u304C\u8FFD\u52A0\u3055\u308C\u3001\u6709\u52B9\u5316\u3055\u308C\u305F\u7528\u8A9E\u3092Baidu\u306B\u901A\u77E5\u3059\u308B<1>\u3002",closeQuickTranslation:"\u30AF\u30ED\u30FC\u30BA\u30FB\u30DB\u30D0\u30FC\u30DC\u30FC\u30EB","closeQuickTranslation.untilNext":"\u4ECA\u56DE\u306F\u6B21\u56DE\u307E\u3067\u304A\u4F11\u307F","closeQuickTranslation.currentWebsite":"\u73FE\u5728\u306E\u30B5\u30A4\u30C8\u306F\u4F7F\u7528\u4E0D\u53EF","closeQuickTranslation.alwaysClose":"\u6C38\u4E45\u306B\u7121\u52B9\u306B\u3059\u308B","closeQuickTranslation.settingOpen":"<1>(\u8A2D\u5B9A\u30DA\u30FC\u30B8\u3067\u30AA\u30F3\u306B\u3067\u304D\u308B\uFF09","closeQuickTranslation.cancel":"\u30AD\u30E3\u30F3\u30BB\u30EB","closeQuickTranslation.confirm":"\u5B9A\u7FA9\u3059\u308B","floatBall.popup":"\u30AF\u30A4\u30C3\u30AF\u8A2D\u5B9A\u30D1\u30CD\u30EB\u3092\u958B\u304F","floatBall.translate":"\u30AF\u30EA\u30C3\u30AF\u3057\u3066\u30DA\u30FC\u30B8\u3092\u7FFB\u8A33\u3059\u308B","floatBall.showOriginal":"\u30AF\u30EA\u30C3\u30AF\u3057\u3066\u5143\u306E\u8A18\u4E8B\u306B\u623B\u308B","floatBall.close":"\u30AF\u30ED\u30FC\u30BA\u30FB\u30DB\u30D0\u30FC\u30DC\u30FC\u30EB","floatBallOptions.enableDescPc":"\u30DA\u30FC\u30B8\u306E\u30DB\u30D0\u30FC\u30DC\u30FC\u30EB\u3092\u6709\u52B9\u306B\u3059\u308B\u3068\u3001\u30DA\u30FC\u30B8\u306E\u53F3\u5074\u306B\u30AF\u30A4\u30C3\u30AF\u7FFB\u8A33\u30DC\u30BF\u30F3\u304C\u8868\u793A\u3055\u308C\u307E\u3059\uFF01","floatBallOptions.enableDesc":"\u30DB\u30D0\u30FC\u30DC\u30FC\u30EB\u3092\u30AA\u30D5\u306B\u3057\u305F\u5F8C\u3001{touch}\u3002\u3046\u3063\u304B\u308A\u3053\u306E\u30AA\u30D7\u30B7\u30E7\u30F3\u3092\u30AA\u30D5\u306B\u3057\u305F\u5F8C\u3001\u30DB\u30D0\u30FC\u30DC\u30FC\u30EB\u304C\u898B\u3064\u304B\u3089\u306A\u3044\u5834\u5408\u306B\u5099\u3048\u3066\u3001\u3053\u306E\u8A2D\u5B9A\u30DA\u30FC\u30B8\u3092\u30D6\u30C3\u30AF\u30DE\u30FC\u30AF\u3057\u3066\u304A\u304F\u3053\u3068\u3092\u5F37\u304F\u304A\u52E7\u3081\u3057\u307E\u3059\uFF01","description.azureApiUrl":"\u30AB\u30B9\u30BF\u30E0API\u30A4\u30F3\u30BF\u30FC\u30D5\u30A7\u30FC\u30B9\u306E\u30A2\u30C9\u30EC\u30B9\u3092\u8A18\u5165\u3059\u308B\u3002",confirmSupportMouse:"\u30DE\u30A6\u30B9\u30B5\u30DD\u30FC\u30C8\u3092\u5F37\u5236\u7684\u306B\u6709\u52B9\u306B\u3059\u308B",confirmSupportMouseDescription:"\u73FE\u5728\u306E\u30D6\u30E9\u30A6\u30B6\u304C\u30DE\u30A6\u30B9\u6A5F\u80FD\u3092\u30B5\u30DD\u30FC\u30C8\u3057\u3066\u3044\u306A\u3044\u3053\u3068\u3092\u691C\u51FA\u3057\u307E\u3057\u305F\u3002",sampleTargetText:"\u9577\u3044\u591C\u304C\u8A2A\u308C\u3001\u79C1\u306F\u3053\u306E\u65E5\u304B\u3089\u6B7B\u306C\u307E\u3067\u898B\u5F35\u308A\u7D9A\u3051\u308B\u3002\u79C1\u306F\u59BB\u3092\u5A36\u3089\u305A\u3001\u9818\u5730\u3092\u4F5C\u3089\u305A\u3001\u5B50\u3092\u3082\u3046\u3051\u306A\u3044\u3002\u79C1\u306F\u738B\u51A0\u3092\u304B\u3076\u3089\u305A\u3001\u540D\u8A89\u306E\u305F\u3081\u306B\u52AA\u529B\u3057\u306A\u3044\u3002\u79C1\u306F\u81EA\u5206\u306E\u7FA9\u52D9\u3092\u679C\u305F\u3057\u3001\u751F\u304D\u3066\u6B7B\u306C\u3002",sampleSourceText:"Night gathers, and now my watch begins. It shall not end until my death. I shall take no wife, hold no lands, father no children. I shall wear no crowns and win no glory. I shall live and die at my post.","subtitle.supportedSites":"\u5DF2\u652F\u6301\u5728\u8FD9\u4E9B\u7F51\u7AD9\u4F7F\u7528\u53CC\u8BED\u5B57\u5E55\uFF08\u6CE8\u610F\uFF1A\u7531\u4E8E\u6280\u672F\u9650\u5236\uFF0C\u90E8\u5206\u7F51\u7AD9\u5728\u9996\u6B21\u5F00\u542F\u5B57\u5E55\u540E\u9700\u8981\u91CD\u65B0\u5237\u65B0\u9875\u9762\uFF0C\u6216\u8005\u9700\u7B49\u5F85\u7FFB\u8BD1\u5B8C\u6210\u4EE5\u663E\u793A\u53CC\u8BED\u5B57\u5E55\uFF09\uFF1A",viewWithImmersiveTranslate:"\u53CC\u8BED\u7248\u672C(\u6C89\u6D78\u5F0F\u7FFB\u8BD1)",errorReason:"\u9519\u8BEF\u539F\u56E0\uFF1A{message}","proQuotaExceededError.onetime7day":'\uFF0C\u60A8\u53EF\u4EE5\u9009\u62E9\u4EE5\u4E0B\u65B9\u5F0F\u89E3\u51B3\uFF1A

1. \u5207\u6362\u5230 {anotherService} \u6216\u5176\u4ED6\u7FFB\u8BD1\u670D\u52A1
2. \u5347\u7EA7\u4E3A\u6708\u5EA6/\u5E74\u5EA6\u4F1A\u5458',"proQuotaExceededError.trial":'\uFF0C\u60A8\u53EF\u4EE5\u9009\u62E9\u4EE5\u4E0B\u65B9\u5F0F\u89E3\u51B3\uFF1A

1. \u5207\u6362\u5230 {anotherService} \u6216\u5176\u4ED6\u7FFB\u8BD1\u670D\u52A1
2. \u7ACB\u523B\u5347\u7EA7\u4E3A\u6B63\u5F0F\u4F1A\u5458',"proQuotaExceededError.nonTrial":'\uFF0C\u60A8\u53EF\u4EE5\u9009\u62E9\u4EE5\u4E0B\u65B9\u5F0F\u89E3\u51B3\uFF1A

1. \u5207\u6362\u5230 {anotherService} \u6216\u5176\u4ED6\u7FFB\u8BD1\u670D\u52A1
2. \u8D2D\u4E70 {translationService} \u989D\u5916\u6D41\u91CF\u5305',"proQuotaExceededError.resetTime":"
3. \u989D\u5EA6\u91CD\u7F6E\u65F6\u95F4\uFF1A{resetTime}","desc.touchShortcutsToggleTranslatePageOnlyTranslation":"\u300C\u8A33\u6587\u306E\u307F\u300D\u306F\u3001\u8A33\u6587\u306E\u307F\u3092\u8868\u793A\u3059\u308B\u3053\u3068\u3092\u610F\u5473\u3057\u3001\u30DA\u30FC\u30B8\u304C\u307E\u3060\u7FFB\u8A33\u3055\u308C\u3066\u3044\u306A\u3044\u5834\u5408\u306F\u3001\u30E2\u30FC\u30C9\u3092\u5207\u308A\u66FF\u3048\u3066\u7FFB\u8A33\u3057\u307E\u3059\u3002","desc.toggleOnlyTransation":"\u300C\u8A33\u6587\u306E\u307F\u30E2\u30FC\u30C9\u300D\u3068\u306F\u3001\u8A33\u6587\u306E\u307F\u3092\u8868\u793A\u3059\u308B\u3053\u3068\u3092\u6307\u3057\u3001\u30DA\u30FC\u30B8\u304C\u307E\u3060\u7FFB\u8A33\u3055\u308C\u3066\u3044\u306A\u3044\u5834\u5408\u306F\u3001\u30E2\u30FC\u30C9\u3092\u5207\u308A\u66FF\u3048\u3066\u7FFB\u8A33\u3057\u307E\u3059\u3002",touchShortcutsToggleTranslatePageOnlyTranslation:"\u30BF\u30C3\u30C1\u30B9\u30AF\u30EA\u30FC\u30F3\u30B8\u30A7\u30B9\u30C1\u30E3\u30FC\u3092\u8A2D\u5B9A\u3057\u3066\u3001\u30D0\u30A4\u30EA\u30F3\u30AC\u30EB/\u7FFB\u8A33\u30C6\u30AD\u30B9\u30C8\u306E\u307F\u306E\u30E2\u30FC\u30C9\u3092\u5207\u308A\u66FF\u3048\u307E\u3059",download_started:"\u30C0\u30A6\u30F3\u30ED\u30FC\u30C9\u304C\u958B\u59CB\u3055\u308C\u307E\u3057\u305F\u3002\u81EA\u52D5\u7684\u306B\u30C0\u30A6\u30F3\u30ED\u30FC\u30C9\u3055\u308C\u306A\u3044\u5834\u5408\u306F\u3001\u624B\u52D5\u3067\u30AF\u30EA\u30C3\u30AF\u3057\u3066\u304F\u3060\u3055\u3044\u3002",here:"\u3053\u3053","desc.toggleVideoSubtitlePreTranslation":"\u62BC\u3059\u3068\u3001\u30D3\u30C7\u30AA\u306E\u4E8C\u8A00\u8A9E\u5B57\u5E55\u306F\u3001\u307E\u305A\u6CA1\u5165\u578B\u7FFB\u8A33\u306E\u8A2D\u5B9A\u3092\u512A\u5148\u7684\u306B\u4F7F\u7528\u3057\u307E\u3059\u3002\u518D\u5EA6\u62BC\u3059\u3068\u3001\u5143\u306E\u30D3\u30C7\u30AA\u306B\u7D44\u307F\u8FBC\u307E\u308C\u305F\u6A5F\u68B0\u7FFB\u8A33\u5B57\u5E55\u3092\u512A\u5148\u7684\u306B\u4F7F\u7528\u3057\u307E\u3059\u3002\u6CE8\u610F\uFF1A\u3053\u306E\u30B7\u30E7\u30FC\u30C8\u30AB\u30C3\u30C8\u3067\u5909\u66F4\u3055\u308C\u308B\u306E\u306F\u5168\u4F53\u306E\u8A2D\u5B9A\u3067\u3059\u3002",videoSubtitlePreTranslationOn:"\u30D3\u30C7\u30AA\u306E\u5B57\u5E55\u306F\u3001\u512A\u5148\u7684\u306B\u6CA1\u5165\u578B\u306E\u7FFB\u8A33\u3092\u4F7F\u7528\u3057\u307E\u3059",videoSubtitlePreTranslationOff:"\u30D3\u30C7\u30AA\u306E\u5B57\u5E55\u306F\u3001\u5143\u306E\u30D3\u30C7\u30AA\u306B\u4ED8\u5C5E\u306E\u6A5F\u68B0\u7FFB\u8A33\u5B57\u5E55\u3092\u512A\u5148\u7684\u306B\u4F7F\u7528\u3057\u307E\u3059\u3002",translationFont:"\u30D5\u30A9\u30F3\u30C8\u3092\u8A2D\u5B9A\u3059\u308B","translationFont.custom":"\u30AB\u30B9\u30BF\u30E0\u30D5\u30A9\u30F3\u30C8\u3092\u5165\u529B\u3057\u3066\u304F\u3060\u3055\u3044","translationFont.customPlaceholder":"\u30D5\u30A9\u30F3\u30C8","translationFont.notSupportErrorMessage":"\u3042\u306A\u305F\u304C\u5165\u529B\u3057\u305F\u30D5\u30A9\u30F3\u30C8\u540D\u304C\u6B63\u3057\u3044\u304B\u78BA\u8A8D\u3059\u308B\u304B\u3001\u305D\u306E\u30D5\u30A9\u30F3\u30C8\u304C\u3042\u306A\u305F\u306E\u30C7\u30D0\u30A4\u30B9\u306B\u30A4\u30F3\u30B9\u30C8\u30FC\u30EB\u3055\u308C\u3066\u3044\u308B\u3053\u3068\u3092\u78BA\u8A8D\u3057\u3066\u304F\u3060\u3055\u3044\u3002","touch.mouse-translate":"\u6307\u5B9A\u3055\u308C\u305F\u6BB5\u843D\u3092\u7FFB\u8A33\u3057\u3066\u304F\u3060\u3055\u3044","translationServices.inherit":"\u4E3B\u306A\u7FFB\u8A33\u30B5\u30FC\u30D3\u30B9\u306B\u5F93\u3063\u3066\u304F\u3060\u3055\u3044\u3002","error.serveConfigError":"\u30B5\u30FC\u30D3\u30B9\u8A2D\u5B9A\u30A8\u30E9\u30FC","error.reloadPageOfSetting":"\u8A2D\u5B9A\u5F8C\u3001\u30DA\u30FC\u30B8\u3092\u30EA\u30D5\u30EC\u30C3\u30B7\u30E5\u3057\u3066\u518D\u5EA6\u7FFB\u8A33\u3057\u3066\u304F\u3060\u3055\u3044\u3002","error.googleLimitIp":"\u30B5\u30FC\u30D3\u30B9\u304C\u30A8\u30E9\u30FC\u3092\u8FD4\u3057\u307E\u3057\u305F\u3002Google\u30B5\u30FC\u30D3\u30B9\u306F\u3053\u306EIP\u30A2\u30C9\u30EC\u30B9\u306B\u5BFE\u3057\u3066\u6D41\u91CF\u5236\u9650\u3092\u884C\u3063\u3066\u3044\u307E\u3059\u3002\u30CD\u30C3\u30C8\u30EF\u30FC\u30AF\u30CE\u30FC\u30C9\u306E\u5909\u66F4\u3092\u304A\u52E7\u3081\u3057\u307E\u3059\u3002","error.openAIFreeLimit":"\u30B5\u30FC\u30D3\u30B9\u304C\u30A8\u30E9\u30FC\u3092\u8FD4\u3057\u307E\u3057\u305F\u3002\u73FE\u5728\u306E\u7FFB\u8A33\u30EA\u30AF\u30A8\u30B9\u30C8\u306E\u983B\u5EA6\u306F\u30011\u5206\u3042\u305F\u308A\u6700\u59273\u56DE\u306E\u4E0A\u9650\u306B\u9054\u3057\u3066\u3044\u307E\u3059\u3002\u5F8C\u307B\u3069\u518D\u5EA6\u304A\u8A66\u3057\u304F\u3060\u3055\u3044\u3002\uFF08\u3053\u308C\u306FOpenAI\u516C\u5F0F\u304C\u7121\u6599\u306EAPI Key\u306B\u5BFE\u3059\u308B\u5236\u9650\u3067\u3001\u3053\u306E\u5236\u9650\u3092\u89E3\u9664\u3059\u308B\u306B\u306F\u3001OpenAI\u306E\u30D0\u30C3\u30AF\u30A8\u30F3\u30C9\u3067\u30AF\u30EC\u30B8\u30C3\u30C8\u30AB\u30FC\u30C9\u3092\u767B\u9332\u3057\u3066\u304F\u3060\u3055\u3044\u3002\uFF09","error.openAIExceededQuota":"\u30B5\u30FC\u30D3\u30B9\u30A8\u30E9\u30FC\u304C\u8FD4\u3055\u308C\u307E\u3057\u305F\uFF1A\u73FE\u5728\u306EOpenAI\u30A2\u30AB\u30A6\u30F3\u30C8\u306E\u6B8B\u9AD8\u304C\u4E0D\u8DB3\u3057\u3066\u3044\u307E\u3059\u3002OpenAI\u306E\u516C\u5F0F\u30D0\u30C3\u30AF\u30A8\u30F3\u30C9\u3067\u30C1\u30E3\u30FC\u30B8\u3059\u308B\u304B\u3001\u30AF\u30EC\u30B8\u30C3\u30C8\u30AB\u30FC\u30C9\u3092\u767B\u9332\u3057\u3066\u304F\u3060\u3055\u3044\u3002","error.429":"\u30B5\u30FC\u30D3\u30B9\u304C\u30A8\u30E9\u30FC\u3092\u8FD4\u3057\u307E\u3057\u305F\u3002\u3053\u308C\u306F\u3001\u30EA\u30AF\u30A8\u30B9\u30C8\u304C\u983B\u7E41\u3059\u304E\u308B\u304B\u3001\u5236\u9650\u3092\u8D85\u3048\u3066\u3044\u308B\u3053\u3068\u3092\u793A\u3057\u3066\u3044\u307E\u3059\u3002\u5F8C\u3067\u3082\u3046\u4E00\u5EA6\u304A\u8A66\u3057\u304F\u3060\u3055\u3044\u3002","error.403":"\u30B5\u30FC\u30D3\u30B9\u304C\u30A8\u30E9\u30FC\u3092\u8FD4\u3057\u307E\u3057\u305F\u3001\u73FE\u5728\u305D\u306E\u30B5\u30FC\u30D3\u30B9\u306B\u30A2\u30AF\u30BB\u30B9\u3059\u308B\u6A29\u9650\u304C\u3042\u308A\u307E\u305B\u3093\u3002","error.400":"\u30B5\u30FC\u30D3\u30B9\u304C\u30A8\u30E9\u30FC\u3092\u8FD4\u3057\u307E\u3057\u305F\u3001\u30EA\u30AF\u30A8\u30B9\u30C8\u30D1\u30E9\u30E1\u30FC\u30BF\u304C\u9593\u9055\u3063\u3066\u3044\u307E\u3059\u3001\u5BFE\u5FDC\u3059\u308B\u8A2D\u5B9A\u3092\u78BA\u8A8D\u3057\u3066\u304F\u3060\u3055\u3044\u3002","error.502":"\u30B5\u30FC\u30D3\u30B9\u304C\u30A8\u30E9\u30FC\u3092\u8FD4\u3057\u307E\u3057\u305F\u3001\u30B5\u30FC\u30D3\u30B9\u304C\u30BF\u30A4\u30E0\u30A2\u30A6\u30C8\u3057\u307E\u3057\u305F\u3001\u5F8C\u3067\u3082\u3046\u4E00\u5EA6\u304A\u8A66\u3057\u304F\u3060\u3055\u3044\u3002","error.proTokenInvalid":"\u3082\u3057\u3042\u306A\u305F\u304CPro\u30E6\u30FC\u30B6\u30FC\u3067\u3042\u308C\u3070\u3001\u30ED\u30B0\u30A4\u30F3\u5F8C\u306BPro\u7FFB\u8A33\u30B5\u30FC\u30D3\u30B9\u3092\u3054\u5229\u7528\u304F\u3060\u3055\u3044\u3002","error.proUpgrade":"\u30A2\u30C3\u30D7\u30B0\u30EC\u30FC\u30C9\u5F8C\u3001\u30DA\u30FC\u30B8\u3092\u66F4\u65B0\u3057\u3066\u518D\u5EA6\u7FFB\u8A33\u3057\u3066\u304F\u3060\u3055\u3044\u3002","error.configError":"\u8A2D\u5B9A\u30C7\u30FC\u30BF\u304C\u7570\u5E38\u3067\u3059","error.goReset":"\u30EA\u30BB\u30C3\u30C8\u306B\u884C\u304F",batchEdit:"\u4E00\u62EC\u64CD\u4F5C","translationModeLang.translation.title":"\u7FFB\u8A33\u306E\u307F\u30E2\u30FC\u30C9\u306E\u8A00\u8A9E","translationModeLang.translation.description":"\u30DA\u30FC\u30B8\u306E\u8A00\u8A9E\u304C\u4EE5\u4E0B\u306E\u8A00\u8A9E\u306E\u5834\u5408\u3001\u81EA\u52D5\u7684\u306B\u7FFB\u8A33\u6587\u306E\u307F\u306E\u30E2\u30FC\u30C9\u3092\u4F7F\u7528\u3057\u307E\u3059\u3002","translationModeUrl.translation.title":"\u7FFB\u8A33\u306E\u307F\u30E2\u30FC\u30C9\u306E\u30A6\u30A7\u30D6\u30B5\u30A4\u30C8","translationModeUrl.translation.description":"\u4EE5\u4E0B\u306E\u30C9\u30E1\u30A4\u30F3\u306E\u30A6\u30A7\u30D6\u30B5\u30A4\u30C8\u3067\u306F\u3001\u81EA\u52D5\u7684\u306B\u7FFB\u8A33\u30C6\u30AD\u30B9\u30C8\u306E\u307F\u306E\u30E2\u30FC\u30C9\u304C\u4F7F\u7528\u3055\u308C\u307E\u3059\u3002","error.serveUnavailable":"\u3042\u306A\u305F\u304C\u73FE\u5728\u4F7F\u7528\u3057\u3066\u3044\u308B[{serverName}]\u30B5\u30FC\u30D3\u30B9\u306F\u3001\u30CD\u30C3\u30C8\u30EF\u30FC\u30AF\u63A5\u7D9A\u3084\u30B5\u30FC\u30D3\u30B9\u30D7\u30ED\u30D0\u30A4\u30C0\u306E\u554F\u984C\u306B\u3088\u308A\u4E00\u6642\u7684\u306B\u30A2\u30AF\u30BB\u30B9\u3067\u304D\u307E\u305B\u3093\u3002\u30DA\u30FC\u30B8\u3092\u30EA\u30D5\u30EC\u30C3\u30B7\u30E5\u3059\u308B\u304B\u3001<1>\u8A2D\u5B9A\u304B\u3089\u4ED6\u306E\u7FFB\u8A33\u30B5\u30FC\u30D3\u30B9\u306B\u5207\u308A\u66FF\u3048\u308B\u3053\u3068\u3092\u304A\u52E7\u3081\u3057\u307E\u3059\u3002\u3082\u3057<2>Pro\u4F1A\u54E1\u3067\u3042\u308C\u3070\u3001\u3088\u308A\u5B89\u5B9A\u3057\u305FDeepL\u307E\u305F\u306FOpenAI\u306E\u7FFB\u8A33\u30B5\u30FC\u30D3\u30B9\u3092\u9078\u629E\u3059\u308B\u3053\u3068\u304C\u3067\u304D\u307E\u3059\uFF08<3>\u3053\u3053\u3092\u30AF\u30EA\u30C3\u30AF\u3057\u3066\u7121\u6599\u4F53\u9A13\uFF09\u3002\u307E\u305F\u3001\u30CD\u30C3\u30C8\u30EF\u30FC\u30AF\u3084\u30D7\u30ED\u30AD\u30B7\u8A2D\u5B9A\u3092\u78BA\u8A8D\u3059\u308B\u5FC5\u8981\u304C\u3042\u308B\u304B\u3082\u3057\u308C\u307E\u305B\u3093\u3002",detectServiceLoading:"\u5229\u7528\u53EF\u80FD\u306A\u7FFB\u8A33\u30B5\u30FC\u30D3\u30B9\u3092\u691C\u51FA\u4E2D...",toggleToService:"{service}\u306B\u5207\u308A\u66FF\u3048\u3066\u518D\u8A66\u884C\u3057\u3066\u304F\u3060\u3055\u3044\u3002","error.gemini.429":"\u73FE\u5728\u306EGemini\u30B5\u30FC\u30D3\u30B9\u306E\u73FE\u5728\u306E\u8CA0\u8377\u80FD\u529B\u304C\u4E0A\u9650\u306B\u9054\u3057\u3066\u3044\u307E\u3059\u306E\u3067\u3001\u5F8C\u307B\u3069\u518D\u5EA6\u304A\u8A66\u3057\u3044\u305F\u3060\u304F\u304B\u3001\u4ED6\u306E\u7FFB\u8A33\u30B5\u30FC\u30D3\u30B9\u306B\u5207\u308A\u66FF\u3048\u3066\u304F\u3060\u3055\u3044\u3002",enableSentryReport:"\u62E1\u5F35\u304C\u30A8\u30E9\u30FC\u3092\u8D77\u3053\u3057\u305F\u3068\u304D\u3001Sentry\u3092\u4F7F\u7528\u3057\u3066\u30D5\u30A3\u30FC\u30C9\u30D0\u30C3\u30AF\u3092\u63D0\u51FA\u3057\u3066\u304F\u3060\u3055\u3044\u3002",goLogin:"\u30ED\u30B0\u30A4\u30F3\u3057\u3066\u304F\u3060\u3055\u3044","translationServices.gemini":"\u30B8\u30A7\u30DF\u30CB","error.reason":"\u30A8\u30E9\u30FC\u306E\u539F\u56E0","widget.translateFile":"PDF/ePub",touchShortcutsOff:"\u9589\u3058\u308B","error.retry":"\u518D\u8A66\u884C","multipleClick.4":"\u56DB\u9023\u6483",shortcutSettings:"\u30B7\u30E7\u30FC\u30C8\u30AB\u30C3\u30C8\u30AD\u30FC","multipleClick.3":"\u30C8\u30EA\u30D7\u30EB\u30B9\u30C8\u30E9\u30A4\u30AF",notLogin:"\u30ED\u30B0\u30A4\u30F3\u3057\u3066\u3044\u307E\u305B\u3093","slide.right":"\u5DE6\u306B\u30B9\u30EF\u30A4\u30D7\u3057\u3066\u304F\u3060\u3055\u3044",translationOnlyMode:"\u8A33\u6587\u306E\u307F\u30E2\u30FC\u30C9","widget.videoSubtitle":"\u30D3\u30C7\u30AA\u5B57\u5E55",paragraphMinTextCountField:"\u7FFB\u8A33\u6BB5\u843D\u306B\u5FC5\u8981\u306A\u6700\u5C0F\u6587\u5B57\u6570","subtitle.hideQuickButton":"\u3053\u306E\u30B7\u30E7\u30FC\u30C8\u30AB\u30C3\u30C8\u3092\u8868\u793A\u3057\u306A\u3044","floatBall.iKnow":"\u308F\u304B\u308A\u307E\u3057\u305F",contact:"\u79C1\u305F\u3061\u306B\u9023\u7D61\u3057\u3066\u304F\u3060\u3055\u3044","widget.instructionTooltip":"\u4F7F\u7528\u8AAC\u660E\u3092\u78BA\u8A8D\u3057\u3066\u304F\u3060\u3055\u3044","tagsInput.add":"+ \u8FFD\u52A0",loggedIn:"\u30ED\u30B0\u30A4\u30F3\u6E08\u307F","intro.floatBallTitle":"\u30AF\u30A4\u30C3\u30AF\u7FFB\u8A33\u30D5\u30ED\u30FC\u30C8\u30DC\u30FC\u30EB",pickAll:"\u3059\u3079\u3066\u9078\u629E","error.subscriptionExpiredTitle":"\u4F1A\u54E1\u304C\u671F\u9650\u5207\u308C\u306B\u306A\u308A\u307E\u3057\u305F","widget.instruction":"\u4F7F\u7528\u8AAC\u660E","shortcutGroup.main":"\u4E00\u822C\u7684\u306A\u6A5F\u80FD\u306E\u30B7\u30E7\u30FC\u30C8\u30AB\u30C3\u30C8\u30AD\u30FC","subtitle.bilingual":"\u30D0\u30A4\u30EA\u30F3\u30AC\u30EB\u5B57\u5E55",alwaysTranslateThisSite:"\u5E38\u306B\u3053\u306E\u30A6\u30A7\u30D6\u30B5\u30A4\u30C8\u3092\u7FFB\u8A33\u3057\u3066\u304F\u3060\u3055\u3044\u3002",mouseHoverCustomKeyTitle:"\u30AB\u30B9\u30BF\u30E0\u30DE\u30A6\u30B9\u30DB\u30D0\u30FC\u30B7\u30E7\u30FC\u30C8\u30AB\u30C3\u30C8","shortcutGroup.mouse":"\u30DE\u30A6\u30B9\u30DB\u30D0\u30FC\u30B7\u30E7\u30FC\u30C8\u30AB\u30C3\u30C8\u8A2D\u5B9A","browser.translateWithGemini":"\u73FE\u5728\u306E\u30DA\u30FC\u30B8\u3092\u4E00\u6642\u7684\u306BGemini\u3067\u7FFB\u8A33\u3057\u3066\u304F\u3060\u3055\u3044",shortcutSettingsTitle:"\u30B7\u30E7\u30FC\u30C8\u30AB\u30C3\u30C8\u30AD\u30FC\u306E\u8A2D\u5B9A","subtitle.showQuickButton":"\u30D7\u30EC\u30FC\u30E4\u30FC\u306B\u4E8C\u8A00\u8A9E\u5B57\u5E55\u306E\u30B7\u30E7\u30FC\u30C8\u30AB\u30C3\u30C8\u3092\u8868\u793A\u3059\u308B","browser.translateWithOpenAI":"\u4E00\u6642\u7684\u306BOpenAI\u3092\u4F7F\u3063\u3066\u73FE\u5728\u306E\u30DA\u30FC\u30B8\u3092\u7FFB\u8A33\u3057\u3066\u304F\u3060\u3055\u3044","browser.translateInputBox":"\u73FE\u5728\u306E\u5165\u529B\u30DC\u30C3\u30AF\u30B9\u306E\u5185\u5BB9\u3092\u7FFB\u8A33\u3057\u3066\u304F\u3060\u3055\u3044\u3002","browser.translateWithDeepL":"\u73FE\u5728\u306E\u30DA\u30FC\u30B8\u3092\u4E00\u6642\u7684\u306BDeepL\u3067\u7FFB\u8A33\u3057\u3066\u304F\u3060\u3055\u3044\u3002","browser.translateWithGoogle":"\u4E00\u6642\u7684\u306BGoogle\u7FFB\u8A33\u3067\u73FE\u5728\u306E\u30DA\u30FC\u30B8\u3092\u7FFB\u8A33\u3057\u3066\u304F\u3060\u3055\u3044\u3002",temprarilyChangeTranslationTo_openai:"\u73FE\u5728\u3001OpenAI\u3092\u4F7F\u7528\u3057\u3066\u73FE\u5728\u306E\u30DA\u30FC\u30B8\u3092\u7FFB\u8A33\u3057\u3066\u3044\u307E\u3059",temprarilyChangeTranslationTo_deepl:"\u73FE\u5728\u3001DeepL\u3092\u4F7F\u7528\u3057\u3066\u73FE\u5728\u306E\u30DA\u30FC\u30B8\u3092\u7FFB\u8A33\u3057\u3066\u3044\u307E\u3059","intro.subtitleTitle":"\u30AA\u30F3\u30E9\u30A4\u30F3\u30D3\u30C7\u30AA\u306E\u30D0\u30A4\u30EA\u30F3\u30AC\u30EB\u5B57\u5E55\u8868\u793A","shortcutGroup.touch":"\u30BF\u30C3\u30C1\u30B9\u30AF\u30EA\u30FC\u30F3\u5C02\u7528\u30B8\u30A7\u30B9\u30C1\u30E3\u30FC",temprarilyChangeTranslationTo_gemini:"\u73FE\u5728\u3001Gemini\u3092\u4F7F\u7528\u3057\u3066\u73FE\u5728\u306E\u30DA\u30FC\u30B8\u3092\u7FFB\u8A33\u3057\u3066\u3044\u307E\u3059",neverTranslateThisSite:"\u3053\u306E\u30A6\u30A7\u30D6\u30B5\u30A4\u30C8\u3092\u6C38\u9060\u306B\u7FFB\u8A33\u3057\u306A\u3044\u3067\u304F\u3060\u3055\u3044",temprarilyChangeTranslationTo_transmart:"\u73FE\u5728\u3001\u30C6\u30F3\u30BB\u30F3\u30C8\u7FFB\u8A33\u3092\u4F7F\u7528\u3057\u3066\u73FE\u5728\u306E\u30DA\u30FC\u30B8\u3092\u7FFB\u8A33\u3057\u3066\u3044\u307E\u3059","browser.translateWithTransmart":"\u4E00\u6642\u7684\u306B\u30C6\u30F3\u30BB\u30F3\u30C8\u7FFB\u8A33\u3067\u73FE\u5728\u306E\u30DA\u30FC\u30B8\u3092\u7FFB\u8A33\u3057\u3066\u304F\u3060\u3055\u3044",notLoginPro:"\u3042\u306A\u305F\u306E\u4F1A\u54E1\u30A2\u30AB\u30A6\u30F3\u30C8\u306B\u307E\u3060\u30ED\u30B0\u30A4\u30F3\u3057\u3066\u3044\u307E\u305B\u3093",networkError:"\u7FFB\u8A33\u30B5\u30FC\u30D3\u30B9\u307E\u305F\u306F\u30CD\u30C3\u30C8\u30EF\u30FC\u30AF\u306B\u554F\u984C\u304C\u767A\u751F\u3057\u3066\u3044\u307E\u3059","widget.videoSubtitleTooltip":"Youtube \u7B49 {count}+ \u306E\u30D3\u30C7\u30AA\u30B5\u30A4\u30C8\u3092\u30B5\u30DD\u30FC\u30C8\u3057\u3066\u3044\u307E\u3059","subtitle.autoDisableSubtitle":"\u81EA\u52D5\u7684\u306B\u4E8C\u304B\u56FD\u8A9E\u306E\u5B57\u5E55\u3092\u6709\u52B9\u306B\u3057\u306A\u3044","intro.hoverTitle":"\u30DE\u30A6\u30B9\u3092\u73FE\u5728\u306E\u6BB5\u843D\u306B\u30DB\u30D0\u30FC\u3057\u3066\u7FFB\u8A33\u3057\u3066\u304F\u3060\u3055\u3044","shortcutGroup.others":"\u3088\u308A\u591A\u304F\u306E\u30AB\u30B9\u30BF\u30E0\u6A5F\u80FD\u306E\u30B7\u30E7\u30FC\u30C8\u30AB\u30C3\u30C8",upgradeToProErrorTitle:"\u3053\u306E\u7FFB\u8A33\u30B5\u30FC\u30D3\u30B9\u3092\u4F7F\u7528\u3059\u308B\u306B\u306F\u3001Pro\u30E1\u30F3\u30D0\u30FC\u306B\u30A2\u30C3\u30D7\u30B0\u30EC\u30FC\u30C9\u3057\u3066\u304F\u3060\u3055\u3044\u3002",temprarilyChangeTranslationTo_google:"\u73FE\u5728\u3001Google\u7FFB\u8A33\u3092\u4F7F\u7528\u3057\u3066\u73FE\u5728\u306E\u30DA\u30FC\u30B8\u3092\u7FFB\u8A33\u3057\u3066\u3044\u307E\u3059",touchShortcutsToggleTranslationMask:"\u30BF\u30C3\u30C1\u30B9\u30AF\u30EA\u30FC\u30F3\u30B8\u30A7\u30B9\u30C1\u30E3\u30FC\u3092\u8A2D\u5B9A\u3057\u3066\u3001\u7FFB\u8A33\u30DE\u30B9\u30AF\u3092\u8868\u793A/\u539F\u6587\u3092\u8868\u793A","shortcutGroup.shortcutsForTranslationServices":"\u7FFB\u8A33\u30B5\u30FC\u30D3\u30B9\u95A2\u9023\u306E\u30B7\u30E7\u30FC\u30C8\u30AB\u30C3\u30C8\u30AD\u30FC","neverTranslateText.title":"\u4EE5\u4E0B\u306E\u5358\u8A9E\u306F\u539F\u6587\u306E\u307E\u307E\u306B\u3057\u3066\u304F\u3060\u3055\u3044\u3001\u7FFB\u8A33\u3057\u306A\u3044\u3067\u304F\u3060\u3055\u3044\u3002","widget.translateFileTooltip":"PDF\u3001EPUB\u3001SRT\u3001ASS\u3001HTML\u3001TXT \u30C9\u30AD\u30E5\u30E1\u30F3\u30C8\u3092\u7FFB\u8A33\u3057\u3066\u304F\u3060\u3055\u3044","floatBall.longPress":"\u9577\u62BC\u3057\u3059\u308B\u3068\u3001\u8A2D\u5B9A\u30D1\u30CD\u30EB\u3092\u7D20\u65E9\u304F\u958B\u304F\u3053\u3068\u304C\u3067\u304D\u307E\u3059\u3088","floatBall.guideClickToTranslate":`\u30AF\u30EA\u30C3\u30AF\u3057\u3066\u6CA1\u5165\u578B\u7FFB\u8A33\u30D5\u30ED\u30FC\u30C8\u30DC\u30FC\u30EB\u3092 + {env.imt_sub_trans_field}: Translation`,"subtitle.quickButton.black":"Black","subtitle.quickButton.cyan":"Blue","translationServices.claude":"Claude","subtitle.quickButton.backgroundColor":"Background color","subtitle.quickButton.green":"Green","subtitle.quickButton.blue":"Blue","subtitle.quickButton.white":"White","subtitle.quickButton.setting":"Settings","subtitle.quickButton.translationPosition":"Translation location","subtitle.quickButton.backgroundOpacity":"Background Opacity","subtitle.quickButton.sourceFontSize":"Original font size","subtitle.quickButton.sourceTextColor":"Original font color","subtitle.quickButton.yellow":"Yellow","subtitle.quickButton.translationFontSize":"Translation font size","subtitle.quickButton.translationPositionBottom":"Below the original text","subtitle.quickButton.red":"Red","subtitle.quickButton.translationPositionTop":"Above the original text","subtitle.quickButton.translationTextColor":"Translation font color","subtitle.quickButton.magenta":"Magenta",attachSubtitleTranslating:"Translating using {service}...","error.claude.403":"Access to the service is temporarily unavailable, possibly due to regional restrictions related to Claude. You can try changing your IP address, or use other translation services.","browser.brandDescriptionForSafari":"Free Translate Website, Translate PDF & Epub eBook, Translate Video Subtitles in Bilingual","browser.PdfProFile":"AI-Driven PDF Pro Translation","browser.textTranslate":"Text Translation"};var Pl={nologin:"\u30ED\u30B0\u30A4\u30F3\u3057\u3066\u3044\u306A\u3044",loginForSafari:"\u30ED\u30B0\u30A4\u30F3\u307E\u305F\u306F\u767B\u9332",login:"\u30ED\u30B0\u30A4\u30F3\u3057\u3066\u4F1A\u54E1\u767B\u9332",manageAccount:"\u30DE\u30CD\u30FC\u30B8\u30C9\u30FB\u30A2\u30AB\u30A6\u30F3\u30C8",openPremium:"\u30AA\u30FC\u30D7\u30F3\u30FB\u30E1\u30F3\u30D0\u30FC",logout:"\u30A2\u30DC\u30FC\u30C8",curentPlan:"\u73FE\u5728\u306E\u30D1\u30C3\u30B1\u30FC\u30B8",endAt:"\u7D76\u606F",endAuto:"\u81EA\u52D5\u66F4\u65B0",lineBreakMaxTextCount:"\u6539\u884C\u5F8C\u306E1\u6587\u306B\u8A31\u3055\u308C\u308B\u6700\u5927\u6587\u5B57\u6570","translate-pdf":"\u30AF\u30EA\u30C3\u30AF\u3057\u3066PDF\u3092\u7FFB\u8A33\u3059\u308B","noSupportTranslate-pdf":"\u30B9\u30AF\u30EA\u30D7\u30C8\u306F\u30B5\u30DD\u30FC\u30C8\u3055\u308C\u3066\u3044\u307E\u305B\u3093\u3002","translate-firefox-local-pdf":"\u30AF\u30EA\u30C3\u30AF\u3057\u3066PDF\u3092\u30A4\u30F3\u30DD\u30FC\u30C8\u3059\u308B",enableLineBreak:"\u9577\u3044\u6BB5\u843D\u306E\u81EA\u52D5\u6539\u884C\u3092\u6709\u52B9\u306B\u3059\u308B",sponsorLabel:"\u30B9\u30DD\u30F3\u30B5\u30FC\u4ED8\u304D\u958B\u767A\u8005",help:"\u624B",browserShortcutsNoteForFirefox:"Firefox\u3067\u30B7\u30E7\u30FC\u30C8\u30AB\u30C3\u30C8\u3092\u5909\u66F4\u3059\u308B\u306B\u306F\u3001\u62E1\u5F35\u6A5F\u80FD\u306E\u7BA1\u7406\u30DA\u30FC\u30B8`about:addons`\u3092\u958B\u304D\u3001`Settings`\u3092\u30AF\u30EA\u30C3\u30AF\u3057\u3001`Manage Shortcuts`\u3092\u30AF\u30EA\u30C3\u30AF\u3057\u3066\u30B7\u30E7\u30FC\u30C8\u30AB\u30C3\u30C8\u3092\u8A2D\u5B9A\u3059\u308B\u5FC5\u8981\u304C\u3042\u308B\u3002",browserShortcutsNoteForChrome:"Chrome\u3067\u30B7\u30E7\u30FC\u30C8\u30AB\u30C3\u30C8\u3092\u5909\u66F4\u3059\u308B\u306B\u306F\u3001\u62E1\u5F35\u6A5F\u80FD\u306E\u7BA1\u7406\u30DA\u30FC\u30B8\u3092\u958B\u304D\u3001`\u30B7\u30E7\u30FC\u30C8\u30AB\u30C3\u30C8\u306E\u7BA1\u7406`\u30D1\u30CD\u30EB\uFF08`chrome://extensions/shortcuts`\uFF09\u3067\u30B7\u30E7\u30FC\u30C8\u30AB\u30C3\u30C8\u3092\u8A2D\u5B9A\u3057\u3001\u4E0B\u306E\u30DC\u30BF\u30F3\u3092\u30AF\u30EA\u30C3\u30AF\u3057\u3066\u30B7\u30E7\u30FC\u30C8\u30AB\u30C3\u30C8\u306E\u7BA1\u7406\u30DA\u30FC\u30B8\u306B\u30B8\u30E3\u30F3\u30D7\u3059\u308B\u5FC5\u8981\u304C\u3042\u308A\u307E\u3059\u3002",browserShortcutsSucks:"\u30AB\u30B9\u30BF\u30DE\u30A4\u30BA\u3055\u308C\u305F\u30B7\u30E7\u30FC\u30C8\u30AB\u30C3\u30C8\u306E\u66F8\u5F0F\u306F\u6B21\u306E\u3068\u304A\u308A\u3067\u3059\uFF08\u81EA\u52D5\u8A8D\u8B58\u306F\u884C\u308F\u308C\u307E\u305B\u3093\u306E\u3067\u3001\u76F4\u63A5\u5165\u529B\u3057\u3066\u304F\u3060\u3055\u3044\uFF09\uFF1A",enableLineBreakDescription:"\u30AA\u30F3\u306B\u3059\u308B\u3068\u3001\u9577\u3044\u6BB5\u843D\u306E\u6587\u672B\u306B\u6539\u884C\u304C\u5165\u308A\u3001\u8AAD\u307F\u3084\u3059\u304F\u306A\u308A\u307E\u3059\u3002","browser.shortBrandName":"\u30A4\u30DE\u30FC\u30B8\u30E7\u30F3\u7FFB\u8A33","browser.brandName":"\u30A4\u30DE\u30FC\u30B8\u30E7\u30F3\u7FFB\u8A33: \u4E8C\u30F6\u56FD\u8A9E\u30A6\u30A7\u30D6\u30DA\u30FC\u30B8\u7FFB\u8A33 & PDF\u6587\u66F8\u7FFB\u8A33","browser.brandDescription":"Deepl\u3001Google\u3001YouDao\u3001Tencent Translate\u306A\u3069\u3001\u8907\u6570\u306E\u7FFB\u8A33\u30B5\u30FC\u30D3\u30B9\u3092\u30B5\u30DD\u30FC\u30C8\u3057\u3066\u3044\u307E\u3059\u3002","browser.toggleTranslatePage":"\u30DA\u30FC\u30B8\u3092\u7FFB\u8A33\u3059\u308B\uFF0F\u539F\u6587\u3092\u8868\u793A\u3059\u308B","browser.toggleTranslateTheWholePage":"\u30DA\u30FC\u30B8\u306E\u5168\u9818\u57DF\u3092\u7FFB\u8A33\u3059\u308B\uFF0F\u539F\u6587\u3092\u8868\u793A\u3059\u308B","browser.toggleOnlyTransation":"\u30D0\u30A4\u30EA\u30F3\u30AC\u30EB/\u7FFB\u8A33\u30C6\u30AD\u30B9\u30C8\u306E\u307F\u30E2\u30FC\u30C9\u306B\u5207\u308A\u66FF\u3048\u3066\u304F\u3060\u3055\u3044","browser.toggleTranslateToThePageEndImmediately":"\u30DA\u30FC\u30B8\u4E0B\u90E8\u3078\u306E\u5373\u6642\u7FFB\u8A33\uFF0F\u539F\u6587\u306E\u8868\u793A","browser.toggleTranslateTheMainPage":"\u30DA\u30FC\u30B8\u306E\u30E1\u30A4\u30F3\u30A8\u30EA\u30A2\u3092\u7FFB\u8A33\u3059\u308B\uFF0F\u539F\u6587\u3092\u8868\u793A\u3059\u308B","browser.shareToDraft":"\u30D0\u30A4\u30EA\u30F3\u30AC\u30EB\u30DA\u30FC\u30B8\u3092\u5171\u6709\u3059\u308B","browser.openOptionsPage":"\u8A2D\u5B9A\u30DA\u30FC\u30B8\u3092\u958B\u304F","browser.toggleTranslationMask":"\u4E26\u9032\u30D6\u30E9\u30FC\u52B9\u679C\u306E\u8868\u793A\uFF0F\u975E\u8868\u793A","browser.translateLocalPdfFile":"\u30ED\u30FC\u30AB\u30EB\u306EPDF\u30D5\u30A1\u30A4\u30EB\u3092\u7FFB\u8A33\u3059\u308B","browser.openEbookViewer":"\u5730\u5143\u306E\u96FB\u5B50\u66F8\u7C4D\u3092\u8AAD\u3080","browser.openEbookBuilder":"\u30D0\u30A4\u30EA\u30F3\u30AC\u30EBEPUB\u96FB\u5B50\u66F8\u7C4D\u306E\u5236\u4F5C","browser.translateLocalHtmlFile":"HTML/\u30C6\u30AD\u30B9\u30C8\u30D5\u30A1\u30A4\u30EB\u3092\u7FFB\u8A33\u3059\u308B","browser.donateContext":"\u30B9\u30DD\u30F3\u30B5\u30FC\u7279\u5178\u306B\u3064\u3044\u3066","browser.translateLocalSubtitleFile":"\u30ED\u30FC\u30AB\u30EB\u5B57\u5E55\u30D5\u30A1\u30A4\u30EB\u3092\u7FFB\u8A33\u3059\u308B",confirmResetConfig:"\u672C\u5F53\u306B\u8A2D\u5B9A\u3092\u30EA\u30BB\u30C3\u30C8\u3057\u307E\u3059\u304B\uFF1F",translationLineBreakSettingTitle:"\u7FFB\u8A33\u306E\u6539\u884C\u8A2D\u5B9A",smartLineBreak:"\u30B9\u30DE\u30FC\u30C8\u30E9\u30A4\u30F3\u30D5\u30A3\u30FC\u30C9",alwaysLineBreak:"\u5E38\u306B\u6539\u884C",isShowContextMenu:"\u53F3\u30AF\u30EA\u30C3\u30AF\u30E1\u30CB\u30E5\u30FC\u306B\u7FFB\u8A33\u30DA\u30FC\u30B8\u3092\u8FFD\u52A0",toggleBeta:"\u30D9\u30FC\u30BF\u30C6\u30B9\u30C8\u6A5F\u80FD\u306E\u6709\u52B9\u5316",betaDescription:"\u307E\u3060\u5B9F\u9A13\u6BB5\u968E\u3067\u3042\u308B\u6A5F\u80FD\u3084\u3001\u30D9\u30FC\u30BF\u7248\u306E\u7FFB\u8A33\u30B5\u30FC\u30D3\u30B9\u3092\u6709\u52B9\u306B\u3059\u308B\u3002\u8A73\u3057\u304F\u306F <1>Telegram\u30B0\u30EB\u30FC\u30D7\u306B\u3054\u53C2\u52A0\u304F\u3060\u3055\u3044\u3002",translationLineBreakSettingDescription:"\u30B3\u30F3\u30C6\u30F3\u30C4\u304C\u5C11\u306A\u3044\u30DA\u30FC\u30B8\u3067\u306F\u3001\u5E38\u306B\u304D\u3061\u3093\u3068\u6539\u884C\u3059\u308B\u3002(\u5185\u5BB9\u306E\u591A\u3044\u9577\u3044\u6BB5\u843D({count}\u6587\u5B57\u4EE5\u4E0A)\u3067\u306F\u3001\u30B9\u30DA\u30FC\u30B9\u3092\u7BC0\u7D04\u3059\u308B\u305F\u3081\u306B\u6539\u884C\u3092\u30B9\u30DE\u30FC\u30C8\u306B\u4F7F\u3044\u307E\u3057\u3087\u3046)\u3002",tempTranslateDomainTitle:"\u30A6\u30A7\u30D6\u30B5\u30A4\u30C8\u7FFB\u8A33\u306E\u4E00\u6642\u7684\u306A\u5207\u308A\u66FF\u3048\u671F\u9593",tempTranslateDomainDescription:"\u624B\u52D5\u3067\u30A6\u30A7\u30D6\u30DA\u30FC\u30B8\u3092\u7FFB\u8A33\u3059\u308B\u5834\u5408\u306F\u3001\u4E00\u6642\u7684\u306B\u81EA\u52D5\u7FFB\u8A33\u7528\u306EWeb\u30B5\u30A4\u30C8\u3092\u30AA\u30F3\u306B\u3057\u3001\u4E00\u6642\u7684\u306A\u671F\u9593\u3092\u8A2D\u5B9A\u3059\u308B\u3053\u3068\u304C\u3067\u304D\u307E\u3059\u3002",xMinutes:"{count} \u8B70\u4E8B\u9332",disabled:"\u7269\u306E\u4F7F\u7528\u3092\u7981\u6B62\u3059\u308B\u3002",changelog:"\u66F4\u65B0\u30ED\u30B0",toggleTranslatePageWhenThreeFingersOnTheScreen:"\u8907\u6570\u306E\u6307\u304C\u540C\u6642\u306B\u753B\u9762\u306B\u89E6\u308C\u308B\u3068\u3001\u30A6\u30A7\u30D6\u30DA\u30FC\u30B8\u3092\u7FFB\u8A33\u3057\u305F\u308A\u3001\u539F\u6587\u3092\u8868\u793A\u3057\u305F\u308A\u3059\u308B\u3002",toggleTranslationMaskWhenThreeFingersOnTheScreen:"\u30DE\u30EB\u30C1\u30D5\u30A3\u30F3\u30AC\u30FC\u30BF\u30C3\u30C1\u3067\u307C\u304B\u3057\u52B9\u679C\u3092\u8868\u793A/\u975E\u8868\u793A\u3002",fingerCountToToggleTranslagePageOnlyTranslationWhenTouching:"\u8907\u6570\u306E\u6307\u304C\u540C\u6642\u306B\u753B\u9762\u306B\u89E6\u308C\u308B\u3053\u3068\u3067\u3001\u30A6\u30A7\u30D6\u30DA\u30FC\u30B8\u3092\u7FFB\u8A33\uFF08\u7FFB\u8A33\u306E\u307F\uFF09\uFF0F\u539F\u6587\u3092\u8868\u793A\u3002",addUrlDescription:"\u30C9\u30E1\u30A4\u30F3\u540D\u3092\u6307\u5B9A\u3067\u304D\u3001\u30EF\u30A4\u30EB\u30C9\u30AB\u30FC\u30C9\u3082\u30B5\u30DD\u30FC\u30C8\u3002\u4F8B\uFF1A\uFF1A*.google.com\u3001google.com/mail/*\u3001https://www.google.com/*\u3002",general:"\u57FA\u672C\u8A2D\u5B9A",clickToExpandConfig:"\u73FE\u5728\u306E\u30B3\u30F3\u30D5\u30A3\u30AE\u30E5\u30EC\u30FC\u30B7\u30E7\u30F3\u3092\u62E1\u5927\u3059\u308B",import:"\u30D5\u30A1\u30A4\u30EB\u304B\u3089\u306E\u30A4\u30F3\u30DD\u30FC\u30C8",export:"\u30D5\u30A1\u30A4\u30EB\u3078\u306E\u30A8\u30AF\u30B9\u30DD\u30FC\u30C8",toggleDebug:"\u30B3\u30F3\u30BD\u30FC\u30EB\u306B\u30C7\u30D0\u30C3\u30B0\u30ED\u30B0\u3092\u8868\u793A\u3059\u308B","fingers.0":"\u51DD\u56FA","fingers.2":"\u30C4\u30FC\u30D5\u30A3\u30F3\u30AC\u30FC\u30BF\u30C3\u30C1","fingers.3":"\u30B9\u30EA\u30FC\u30D5\u30A3\u30F3\u30AC\u30FC\u30BF\u30C3\u30C1","fingers.4":"\u30D5\u30A9\u30FC\u30D5\u30A3\u30F3\u30AC\u30FC\u30BF\u30C3\u30C1","fingers.5":"5\u672C\u6307\u30BF\u30C3\u30C1",mouseHoldKey:"+ {key} \u7FFB\u8A33/\u6BB5\u843D\u3092\u5143\u306B\u623B\u3059",mouseHoldKeyAuto:"\u30D1\u30E9\u30B0\u30E9\u30D5\u306E\u76F4\u8A33",mouseHoldKeyOff:"\u4F55\u3082\u3059\u308B\u306A\u3002",mouseHoldKeyOther:"\u30B7\u30E7\u30FC\u30C8\u30AB\u30C3\u30C8\u306E\u30AB\u30B9\u30BF\u30DE\u30A4\u30BA\uFF08\u8A2D\u5B9A\u3092\u958B\u304F\uFF09",mouseHoldKeyCustomKey:"{key} \u30D1\u30E9\u30B0\u30E9\u30D5\u306E\u7FFB\u8A33\uFF0F\u7E2E\u5C0F",mouseHoverHoldKey:"\u30B7\u30E7\u30FC\u30C8\u30AB\u30C3\u30C8\u30AD\u30FC\u3092\u62BC\u3057\u306A\u304C\u3089\u30DE\u30A6\u30B9\u3092\u52D5\u304B\u3059\u3068\u6BB5\u843D\u304C\u7FFB\u8A33\u3055\u308C\u308B","mouse-translate":"\u30DE\u30A6\u30B9\u30DB\u30D0\u30FC",document:"(\u3055\u3093\u3077",resetSuccess:"\u3059\u3079\u3066\u306E\u8A2D\u5B9A\u306E\u30EA\u30BB\u30C3\u30C8\u306B\u6210\u529F",resetThisSuccess:"\u30EA\u30BB\u30C3\u30C8\u6210\u529F",saved:"\u30BB\u30FC\u30D6\u30FB\u30B5\u30AF\u30BB\u30B9",successImportConfig:"\u8A2D\u5B9A\u306E\u30A4\u30F3\u30DD\u30FC\u30C8\u306B\u6210\u529F",goAdvancedSettings:"\u8A73\u7D30\u8A2D\u5B9A\u30DA\u30FC\u30B8\u306B\u79FB\u52D5\u3059\u308B",goAdvancedInterfaceSettings:"\u8A73\u7D30\u30AB\u30B9\u30BF\u30DE\u30A4\u30BA\u8A2D\u5B9A\u30DA\u30FC\u30B8\u306B\u79FB\u52D5\u3059\u308B",advanced:"\u8A73\u7D30\u8A2D\u5B9A",advancedDescription:"\u901A\u5E38\u3001\u8A2D\u5B9A\u306F\u5FC5\u8981\u306A\u304F\u3001\u30C7\u30D5\u30A9\u30EB\u30C8\u306E\u307E\u307E\u3067\u3088\u3044\u3002\u3088\u308A\u5C02\u9580\u7684\u306A\u30E6\u30FC\u30B6\u30FC\u306E\u307F\u3001\u3088\u308A\u30D1\u30FC\u30BD\u30CA\u30E9\u30A4\u30BA\u3055\u308C\u305F\u8A2D\u5B9A\u304C\u53EF\u80FD\u3067\u3059\u3002",developer:"\u30C7\u30D9\u30ED\u30C3\u30D1\u30FC\u8A2D\u5B9A",donateCafe:"\u7269\u4FA1","translate to the bottom of the page":"\u30DA\u30FC\u30B8\u4E0B\u90E8\u3078\u306E\u7FFB\u8A33\u306F\u3001\u30DA\u30FC\u30B8\u306B\u5165\u3063\u3066\u3059\u3050\u306B\u884C\u308F\u308C\u308B\u306E\u3067\u3059\u304B\uFF1F",feedback:"\u554F\u984C\u306B\u95A2\u3059\u308B\u30D5\u30A3\u30FC\u30C9\u30D0\u30C3\u30AF",toggleTranslatePage:"\u30DA\u30FC\u30B8\u3092\u7FFB\u8A33\u3059\u308B\uFF0F\u539F\u6587\u3092\u8868\u793A\u3059\u308B",translateToThePageEndImmediatelyDescription:"\u3053\u306E\u6A5F\u80FD\u3092\u30AA\u30F3\u306B\u3059\u308B\u3068\u3001\u30DA\u30FC\u30B8\u306E\u4E0A\u304B\u3089\u4E0B\u306B\u5165\u529B\u3057\u305F\u5185\u5BB9\u304C\u5373\u5EA7\u306B\u7FFB\u8A33\u3055\u308C\u307E\u3059\u3002\u30AA\u30D5\u306B\u3059\u308B\u3068\u3001\u8AAD\u307F\u306A\u304C\u3089\u7FFB\u8A33\u3055\u308C\u307E\u3059\u3002(\u304A\u52E7\u3081\u3057\u307E\u305B\u3093\uFF09","translate all areas of the page":"\u30DA\u30FC\u30B8\u306E\u5168\u9818\u57DF\u3092\u7FFB\u8A33\u3059\u308B\u304B\u3069\u3046\u304B",translationAreaDescription:"\u30AA\u30F3\u306B\u3059\u308B\u3068\u3001\u30A6\u30A7\u30D6\u30DA\u30FC\u30B8\u5168\u4F53\u306E\u3059\u3079\u3066\u306E\u9818\u57DF\u304C\u7FFB\u8A33\u3055\u308C\u307E\u3059\u3002\u30AA\u30D5\u306B\u3059\u308B\u3068\u3001\u30C7\u30D5\u30A9\u30EB\u30C8\u306E\u30B9\u30DE\u30FC\u30C8\u8A8D\u8B58\u304C\u4F7F\u7528\u3055\u308C\u3001\u4E3B\u8981\u306A\u9818\u57DF\u306E\u307F\u304C\u7FFB\u8A33\u3055\u308C\u307E\u3059\u3002(\u30AA\u30F3\u306B\u3059\u308B\u3053\u3068\u306F\u304A\u52E7\u3081\u3057\u307E\u305B\u3093)","the number of characters to be translated first":"\u8868\u793A\u9818\u57DF\u307E\u3067\u30B9\u30AF\u30ED\u30FC\u30EB\u3059\u308B\u3053\u3068\u306A\u304F\u3001\u30DA\u30FC\u30B8\u306E\u6700\u521D\u306E\u6570\u6587\u5B57\u3092\u76F4\u63A5\u7FFB\u8A33\u3059\u308B\u3002","interface language":"\u30A4\u30F3\u30BF\u30FC\u30D5\u30A7\u30FC\u30B9\u8A00\u8A9E","display both the original text and the translation":"\u539F\u6587\u3068\u8A33\u6587\u306E\u540C\u6642\u8868\u793A","keyboard shortcuts":"\u30AD\u30FC\u30DC\u30FC\u30C9\u30B7\u30E7\u30FC\u30C8\u30AB\u30C3\u30C8",modify:"\u30B7\u30E7\u30FC\u30C8\u30AB\u30C3\u30C8\u30AD\u30FC\u306E\u5909\u66F4",reset:"\u30EA\u30D3\u30B8\u30E7\u30F3",close:"\u51DD\u56FA",homepage:"\u30DB\u30FC\u30E0\u30DA\u30FC\u30B8",more:"\u3082\u3063\u3068\u898B\u308B",moreOptions:"\u30AB\u30B9\u30BF\u30DE\u30A4\u30BA\u30FB\u30AA\u30D7\u30B7\u30E7\u30F3\u306E\u62E1\u5927",translateTheWholePage:"\u30DA\u30FC\u30B8\u306E\u5168\u9818\u57DF\u3092\u7FFB\u8A33\u3059\u308B\uFF08\u4E3B\u8981\u306A\u9818\u57DF\u3092\u30A4\u30F3\u30C6\u30EA\u30B8\u30A7\u30F3\u30C8\u306B\u8A8D\u8B58\u3059\u308B\u306E\u3068\u306F\u5BFE\u7167\u7684\uFF09\u3002",changeToTranslateTheWholePage:"\u5168\u5730\u57DF\u306E\u7FFB\u8A33\u306B\u5207\u308A\u66FF\u3048\u308B",changeToTranslateTheMainPage:"\u30E1\u30A4\u30F3\u30A8\u30EA\u30A2\u306E\u7FFB\u8A33\u306B\u5207\u308A\u66FF\u3048\u308B",changeToOnlyTranslationMode:"\u7FFB\u8A33\u306E\u307F\u3092\u8868\u793A\u3059\u308B\u3088\u3046\u306B\u5207\u308A\u66FF\u3048\u308B",changeToDualTranslationMode:"\u5BFE\u8A33\u3078\u306E\u5207\u308A\u66FF\u3048",translateToThePageEndImmediately:"\u30DA\u30FC\u30B8\u4E0B\u90E8\u3078\u306E\u5373\u6642\u7FFB\u8A33",translateTheMainPage:"\u30A4\u30F3\u30C6\u30EA\u30B8\u30A7\u30F3\u30C8\u7FFB\u8A33 \u4E3B\u8981\u5730\u57DF","The local rules are up to date":"\u5730\u5143\u306E\u9069\u5FDC\u898F\u5B9A\u306F\u6700\u65B0\u306E\u3082\u306E\u3060\u3002","Successfully synchronized with the latest official rules:":"\u6700\u65B0\u306E\u516C\u5F0F\u7AF6\u6280\u898F\u5247\u3068\u306E\u540C\u671F\u306B\u6210\u529F\u3002","Checking for updates":"\u30A2\u30C3\u30D7\u30C7\u30FC\u30C8\u306E\u30C1\u30A7\u30C3\u30AF","Rules are being synchronized":"\u9069\u5FDC\u30EB\u30FC\u30EB\u306E\u540C\u671F\u5316",localVersionIsTooOld:"\u30ED\u30FC\u30AB\u30EB\u306E\u62E1\u5F35\u6A5F\u80FD\u306E\u30D0\u30FC\u30B8\u30E7\u30F3\u304C\u53E4\u3059\u304E\u307E\u3059\u3002\u540C\u671F\u3092\u8A66\u307F\u308B\u524D\u306B\u3001\u62E1\u5F35\u6A5F\u80FD\u3092 {minVersion} \u4EE5\u964D\u306B\u30A2\u30C3\u30D7\u30B0\u30EC\u30FC\u30C9\u3057\u3066\u304F\u3060\u3055\u3044\u3002",badUserscriptBrowser:"\u73FE\u5728\u306E\u30D6\u30E9\u30A6\u30B6\u306F\u30B0\u30EA\u30FC\u30B9\u30E2\u30F3\u30AD\u30FC\u62E1\u5F35\u30A4\u30F3\u30BF\u30FC\u30D5\u30A7\u30A4\u30B9\u3092\u6B63\u3057\u304F\u5B9F\u88C5\u3057\u3066\u3044\u307E\u305B\u3093\uFF08\u4F8B\u3048\u3070\u3001\u30B0\u30EA\u30FC\u30B9\u30E2\u30F3\u30AD\u30FC\u30FB\u30B9\u30AF\u30EA\u30D7\u30C8\u81EA\u4F53\u306E\u30D0\u30FC\u30B8\u30E7\u30F3\u756A\u53F7\u306B\u95A2\u3059\u308B\u60C5\u5831\u3092\u53D6\u5F97\u3059\u308B\u5834\u5408\u306A\u3069\uFF09\u306E\u3067\u3001Firefox\u306A\u3069<1>\u30B0\u30EA\u30FC\u30B9\u30E2\u30F3\u30AD\u30FC\u62E1\u5F35\u3092\u30B5\u30DD\u30FC\u30C8\u3059\u308B\u4ED6\u306E\u30D6\u30E9\u30A6\u30B6\u3092\u3054\u5229\u7528\u304F\u3060\u3055\u3044\u3002",foundNewVersion:"\u65B0\u30D0\u30FC\u30B8\u30E7\u30F3\u3092\u898B\u308B",theLocalExtensionIsUpToUpdate:"\u73FE\u5728\u306E\u30A8\u30AF\u30B9\u30C6\u30F3\u30B7\u30E7\u30F3\u306F\u6700\u65B0\u3060\u3002",failToSyncRules:"\u6700\u65B0\u306E\u9069\u5FDC\u30EB\u30FC\u30EB\u306E\u540C\u671F\u306B\u5931\u6557",retry:"\u30EA\u30C8\u30E9\u30A4\u3059\u308B\u306B\u306F\u3053\u3053\u3092\u30AF\u30EA\u30C3\u30AF",failedReason:"\u5931\u6557\u306E\u7406\u7531",currentRuleVersion:"\u73FE\u5728\u306E\u30EB\u30FC\u30EB\u30FB\u30D0\u30FC\u30B8\u30E7\u30F3",calculating:"\u8A08\u7B97",unknownError:"\u672A\u77E5\u306E\u30A8\u30E9\u30FC",canNotFetchRemoteRule:"\u30EA\u30E2\u30FC\u30C8\u30EB\u30FC\u30EB\u304C\u53D6\u5F97\u3067\u304D\u306A\u3044",enableAlphaSuccess:"\u30A2\u30EB\u30D5\u30A1\u5BFE\u5FDC",disableAlphaSuccess:"\u30A2\u30EB\u30D5\u30A1\u6A5F\u80FD\u306F\u30AA\u30D5",cacheSize:"\u30AD\u30E3\u30C3\u30B7\u30E5\u30FB\u30B5\u30A4\u30BA\uFF1A",cleaning:"\u6E05\u7B97\u4E2D",cleanCache:"\u30AD\u30E3\u30C3\u30B7\u30E5\u3092\u6D88\u53BB\u3059\u308B",options:"\u30BB\u30C3\u30C8\u30A2\u30C3\u30D7",about:"\u306B\u5BFE\u3057\u3066",service:"\u901A\u8A33\u30B5\u30FC\u30D3\u30B9",needAction:"(\u8A2D\u5B9A\u3078\uFF09",goSettings:"\u8A2D\u5B9A\u3059\u308B",needActionForOptions:"(\u8A2D\u5B9A\u4E88\u5B9A\uFF09",translationEngine:"\u30A8\u30F3\u30B8\u30F3\u30FB\u30AA\u30D7\u30B7\u30E7\u30F3",sourceLanguage:"\u539F\u8A9E",target:"\u76EE\u6A19\u8A00\u8A9E",popupSourceLanguage:"\u539F\u8A9E",popupTarget:"\u76EE\u6A19\u8A00\u8A9E",popupService:"\u901A\u8A33\u30B5\u30FC\u30D3\u30B9",forThisSite:"\u73FE\u5728\u306E\u30A6\u30A7\u30D6\u30B5\u30A4\u30C8",autoEnableSubtitle:"\u4E8C\u30AB\u56FD\u8A9E\u5B57\u5E55\u3092\u81EA\u52D5\u7684\u306B\u30AA\u30F3\u306B\u3059\u308B",alwaysTranslate:"\u5E38\u306B\u7FFB\u8A33\u3059\u308B",neverTranslate:"\u6C7A\u3057\u3066\u7FFB\u8A33\u3057\u306A\u3044",alwaysTranslateSomeLanguage:"\u5E38\u306B\u7FFB\u8A33\u3059\u308B {language}",neverTranslateSomeLanguage:"\u6C7A\u3057\u3066\u7FFB\u8A33\u3057\u306A\u3044 {language}",alwaysTranslateSomeSite:"\u5E38\u306B\u7FFB\u8A33\u3059\u308B {hostname}",neverTranslateSomeSite:"\u6C7A\u3057\u3066\u7FFB\u8A33\u3057\u306A\u3044 {hostname}",alwaysTranslateSomeSiteOrWildSite:"\u5E38\u306B\u30B5\u30A4\u30C8\u3092\u7FFB\u8A33\u3059\u308B",alwaysTranslateSomePage:"\u5E38\u306B\u30DA\u30FC\u30B8\u3092\u7FFB\u8A33\u3059\u308B",add:"\u5897\u52A0",default:"\u30C7\u30D5\u30A9\u30EB\u30C8",forThisLanguage:"\u3053\u306E\u8A00\u8A9E\u306E\u5834\u5408\uFF1A","add url":"URL\u3092\u5165\u529B",edit:"\u30B3\u30F3\u30D1\u30A4\u30E9","translate other languages into specific language":"\u4ED6\u306E\u8A00\u8A9E\u3092\u8A2D\u5B9A\u3057\u305F\u8A00\u8A9E\u306B\u7FFB\u8A33\u3059\u308B","select translation service":"\u7FFB\u8A33\u30B5\u30FC\u30D3\u30B9\u306E\u9078\u629E",language:"\u591A\u8A00\u8A9E\u4E3B\u7FA9","show-original":"\u539F\u6587\u3092\u8868\u793A",translate:"\u30EC\u30F3\u30C0\u30EA\u30F3\u30B0",Translated:"\u7FFB\u8A33",Translating:"\u7FFB\u8A33\u4E2D",Error:"\u4E0D\u6B63\u78BA",allowCacheTranslations:"\u30ED\u30FC\u30AB\u30EB\u7FFB\u8A33\u30AD\u30E3\u30C3\u30B7\u30E5\u3092\u6709\u52B9\u306B\u3059\u308B\uFF08\u91CD\u8907\u3057\u305F\u7B87\u6240\u306E\u7FFB\u8A33\u30EA\u30AF\u30A8\u30B9\u30C8\u3092\u6E1B\u3089\u3059\uFF09","translation display":"\u7FFB\u8A33\u8868\u793A\u30B9\u30BF\u30A4\u30EB","select diplay style":"\u4EE5\u4E0B\u306E\u4F8B\u3092\u5177\u4F53\u7684\u306B\u53C2\u7167\u3057\u306A\u304C\u3089\u3001\u7FFB\u8A33\u306E\u30B9\u30BF\u30A4\u30EB\u3092\u533A\u5225\u3059\u308B\u3002",interface:"\u30A4\u30F3\u30BF\u30FC\u30D5\u30A7\u30FC\u30B9\u8A2D\u5B9A",import_export:"\u30A4\u30F3\u30DD\u30FC\u30C8/\u30A8\u30AF\u30B9\u30DD\u30FC\u30C8",import_export_title:"\u30A4\u30F3\u30DD\u30FC\u30C8/\u30A8\u30AF\u30B9\u30DD\u30FC\u30C8\u8A2D\u5B9A",syncToGoogleDrive:"Google\u30C9\u30E9\u30A4\u30D6\u3068\u540C\u671F",floatBallOptions:"\u30DB\u30D0\u30FC\u30DC\u30FC\u30EB\u306E\u8A2D\u5B9A","floatBallOptions.enable":"\u30DB\u30D0\u30FC\u30DC\u30FC\u30EB\u3092\u4F7F\u7528\u53EF\u80FD\u306B\u3059\u308B","floatBallOptions.blockUrls":"\u30A6\u30A7\u30D6\u30B5\u30A4\u30C8\u3092\u7121\u52B9\u306B\u3059\u308B","floatBallOptions.add":"\u5897\u52A0","floatBallOptions.blockUrlDesc":"\u4EE5\u4E0B\u306E\u30B5\u30A4\u30C8\u3067\u306F\u30DB\u30D0\u30FC\u30DC\u30FC\u30EB\u304C\u8868\u793A\u3055\u308C\u307E\u305B\u3093\u3002","floatBallOptions.clickType":"\u30AF\u30EA\u30C3\u30AF\u884C\u52D5","floatBallOptions.clickTypeDesc":"\u30AF\u30EA\u30C3\u30AF\u3057\u305F\u3068\u304D\u306E\u30DB\u30D0\u30FC\u30DC\u30FC\u30EB\u30FB\u30A2\u30A4\u30B3\u30F3\u306E\u52D5\u4F5C","floatBallOptions.clickPopup":"\u7FFB\u8A33\u30D1\u30CD\u30EB\u306E\u8868\u793A","floatBallOptions.clickTranslate":"\u539F\u6587\u306E\u7FFB\u8A33\uFF0F\u8868\u793A","floatBallOptions.fixedPosition":"\u56FA\u5B9A\u4F4D\u7F6E","floatBallOptions.fixedPositionDesc":"\u60AC\u6D6E\u7403\u5728\u7A97\u53E3\u5DE6\u4FA7\u8FD8\u662F\u53F3\u4FA7","floatBallOptions.fixedPositionLeft":"\u5DE6\u4FA7","floatBallOptions.fixedPositionRight":"\u53F3\u4FA7",previewAllThemes:"\u3059\u3079\u3066\u306E\u30B9\u30BF\u30A4\u30EB\u3092\u30D7\u30EC\u30D3\u30E5\u30FC\u3059\u308B","translationTheme.none":"\u306A\u3044","translationTheme.grey":"\u30C0\u30FC\u30AF\u30B0\u30EC\u30FC","translationTheme.dashed":"\u70B9\u7DDA\u4E0B\u7DDA","translationTheme.dotted":"\u70B9\u7DDA\u30A2\u30F3\u30C0\u30FC\u30B9\u30B3\u30A2","translationTheme.dashedBorder":"\u70B9\u7DDA","translationTheme.solidBorder":"\u30BD\u30EA\u30C3\u30C9\u30DC\u30FC\u30C0\u30FC","translationTheme.underline":"\u76F4\u7DDA\u306B\u4E0B\u7DDA\u3092\u5F15\u304F","translationTheme.mask":"\u30D5\u30A1\u30B8\u30FC\u52B9\u679C\uFF08\u5B66\u7FD2\u30E2\u30FC\u30C9\uFF09","translationTheme.opacity":"\u900F\u660E\u52B9\u679C","translationTheme.paper":"\u767D\u3044\u7D19\u306E\u5F71\u306E\u52B9\u679C","translationTheme.dividingLine":"\u308F\u3051\u3081","translationTheme.highlight":"\u9AD8\u8F1D\u5EA6","translationTheme.marker":"\u30DE\u30FC\u30AB\u30FC","translationTheme.marker2":"\u30DE\u30FC\u30AB\u30FC2","translationTheme.blockquote":"\u53C2\u7167\u30B9\u30BF\u30A4\u30EB","translationTheme.weakening":"\u5F31\u4F53\u5316","translationTheme.italic":"\u659C\u4F53","translationTheme.bold":"\u6FC3\u5316","translationTheme.thinDashed":"\u7D30\u70B9\u7DDA\u30A2\u30F3\u30C0\u30FC\u30E9\u30A4\u30F3","translationTheme.nativeDashed":"\u30B7\u30B9\u30C6\u30E0\u306F\u70B9\u7DDA\u306E\u30A2\u30F3\u30C0\u30FC\u30E9\u30A4\u30F3\u4ED8\u304D","translationTheme.nativeDotted":"\u30B7\u30B9\u30C6\u30E0\u306F\u70B9\u7DDA\u306E\u30A2\u30F3\u30C0\u30FC\u30E9\u30A4\u30F3\u4ED8\u304D","translationTheme.nativeUnderline":"\u30B7\u30B9\u30C6\u30E0\u306B\u306F\u76F4\u7DDA\u306E\u30A2\u30F3\u30C0\u30FC\u30E9\u30A4\u30F3\u304C\u4ED8\u5C5E\u3057\u3066\u3044\u308B","translationTheme.wavy":"\u6CE2\u7DDA","translationServices.custom":"\u30AB\u30B9\u30BF\u30E0API","translationServices.tencent":"\u30C6\u30F3\u30BB\u30F3\u30C8\u7FFB\u8A33\u8005","translationServices.tenAlpha":"\u30C6\u30F3\u30BB\u30F3\u30C8\u30FB\u30C8\u30E9\u30F3\u30B9\u30EC\u30FC\u30BF\u30FC\uFF08\u30A2\u30EB\u30D5\u30A1\uFF09","translationServices.google":"\u30B0\u30FC\u30B0\u30EB\u7FFB\u8A33","translationServices.bai":"\u30D0\u30A4\u30C9\u30A5\uFF08\u30A2\u30EB\u30D5\u30A1\uFF09","translationServices.baidu":"\u767E\u5EA6\u306E\u7FFB\u8A33","translationServices.aliyun":"\u30A2\u30EA\u30AF\u30E9\u30A6\u30C9\u7FFB\u8A33","translationServices.volc":"\u706B\u5C71\u7FFB\u8A33","translationServices.deeplx":"DeepLX (\u30D9\u30FC\u30BF)","translationServices.bing":"\u30DE\u30A4\u30AF\u30ED\u30BD\u30D5\u30C8\u7FFB\u8A33","translationServices.deepl":"\u30C7\u30A3\u30FC\u30D7\u30A8\u30EB","translationServices.wechat":"WeChat\u7FFB\u8A33","translationServices.azure":"\u30A2\u30B8\u30E5\u30FC\u30EB\u7FFB\u8A33","translationServices.ibm":"IBM\u30EF\u30C8\u30BD\u30F3","translationServices.aws":"\u30A2\u30DE\u30BE\u30F3\u7FFB\u8A33","translationServices.mock":"\u6A21\u64EC\u7FFB\u8A33","translationServices.mock2":"\u6A21\u64EC\u7FFB\u8A332","translationServices.caiyun":"\u30AB\u30E9\u30D5\u30EB\u306A\u96F2\u3068\u5C0F\u3055\u306A\u7FFB\u8A33","translationServices.cai":"\u30AB\u30E9\u30D5\u30EB\u306A\u96F2\uFF08\u30A2\u30EB\u30D5\u30A1\uFF09","translationServices.volcAlpha":"\u30DC\u30EB\u30B1\u30FC\u30CE\uFF08\u30A2\u30EB\u30D5\u30A1\uFF09","translationServices.openl":"\u30AA\u30FC\u30D7\u30F3L","translationServices.youdao":"Youtube\u7FFB\u8A33","translationServices.you":"Youdao \u7FFB\u8A33\u8005\uFF08\u30A2\u30EB\u30D5\u30A1\uFF09","translationServices.transmart":"\u9A30\u8A0A\u30A4\u30F3\u30BF\u30E9\u30AF\u30C6\u30A3\u30D6\u7FFB\u8A33","translationServices.niu":"\u30DE\u30FC\u30D9\u30EA\u30C3\u30AF\u7FFB\u8A33\u8005","translationServices.papago":"\u30D1\u30D1\u30B4\u7FFB\u8A33","translationServices.d":"D\uFF08\u30A2\u30EB\u30D5\u30A1\uFF09","translationServices.dpro":"D\u30D7\u30ED\uFF08\u30AB\u30CA\u30EA\u30A2\uFF09","translationServices.openai":"\u30AA\u30FC\u30D7\u30F3AI","translationServices.chatgpt":"ChatGPT Web(3.5 mobile)","translate title":"\u30DA\u30FC\u30B8\u30BF\u30A4\u30C8\u30EB\u3092\u7FFB\u8A33\u3059\u308B","always languages":"\u5E38\u306B\u8A00\u8A9E\u3092\u7FFB\u8A33\u3059\u308B",neverTranslateLanguagesLabel:"\u7FFB\u8A33\u3055\u308C\u308B\u3053\u3068\u306E\u306A\u3044\u8A00\u8A9E",neverTranslateTheFollowingLanguagesDescription:"\u30DA\u30FC\u30B8\u4E0A\u306E\u6BB5\u843D\u304C\u4EE5\u4E0B\u306E\u8A00\u8A9E\u306E\u3044\u305A\u308C\u304B\u3067\u3042\u308B\u5834\u5408\u3001\u7FFB\u8A33\u306F\u30B9\u30AD\u30C3\u30D7\u3055\u308C\u307E\u3059\u3002",enableUserscriptPagePopup:"\u30DA\u30FC\u30B8\u306B\u30DB\u30D0\u30FC\u30DC\u30FC\u30EB\u3092\u8868\u793A",enableUserscriptPagePopupDescription:"\u30DB\u30D0\u30FC\u30DC\u30FC\u30EB\u3092\u30AA\u30D5\u306B\u3057\u305F\u5F8C\u306F\u3001\u30B7\u30E7\u30FC\u30C8\u30AB\u30C3\u30C8 /{touch}\u3067\u547C\u3073\u51FA\u3059\u3053\u3068\u304C\u3067\u304D\u307E\u3059\u3002\u3046\u3063\u304B\u308A\u3053\u306E\u30AA\u30D7\u30B7\u30E7\u30F3\u3092\u30AA\u30D5\u306B\u3057\u305F\u5F8C\u3001\u30DB\u30D0\u30FC\u30DC\u30FC\u30EB\u3092\u898B\u3064\u3051\u3089\u308C\u306A\u304F\u306A\u308B\u306E\u3092\u9632\u3050\u305F\u3081\u3001\u3053\u306E\u8A2D\u5B9A\u30DA\u30FC\u30B8\u3092\u30D6\u30C3\u30AF\u30DE\u30FC\u30AF\u3057\u3066\u304A\u304F\u3053\u3068\u3092\u5F37\u304F\u304A\u52E7\u3081\u3057\u307E\u3059\uFF01","always translate the following languages":"\u30DA\u30FC\u30B8\u304C\u6B21\u306E\u8A00\u8A9E\u306E1\u3064\u3067\u3042\u308B\u3068\u304D\u81EA\u52D5\u7684\u306B\u30BF\u30FC\u30B2\u30C3\u30C8\u8A00\u8A9E\u306B\u7FFB\u8A33\u3059\u308B","always sites":"\u5E38\u306B\u7FFB\u8A33\u3055\u308C\u305F\u30A6\u30A7\u30D6\u30B5\u30A4\u30C8","always translate the following sites":"\u306E\u30C9\u30E1\u30A4\u30F3\u540D\u3067\u3042\u308C\u3070\u3001\u30A6\u30A7\u30D6\u30B5\u30A4\u30C8\u306F\u81EA\u52D5\u7684\u306B\u30BF\u30FC\u30B2\u30C3\u30C8\u8A00\u8A9E\u306B\u7FFB\u8A33\u3055\u308C\u308B\u3002","never sites":"\u672A\u7FFB\u8A33\u30B5\u30A4\u30C8","never translate the following sites":"\u4EE5\u4E0B\u306E\u30C9\u30E1\u30A4\u30F3\u306E\u30B5\u30A4\u30C8\u3067\u306F\u3001\u7FFB\u8A33\u306F\u884C\u308F\u308C\u307E\u305B\u3093\u3002","please refer to":"\u4F7F\u7528\u3059\u308B\u524D\u306B\u30AD\u30FC\u3092\u5165\u529B\u3059\u308B\u5FC5\u8981\u304C\u3042\u308A\u307E\u3059\u3002",KeyAndConfigurationTutorial:"\u30AD\u30FC\u30FB\u30A2\u30D7\u30EA\u30B1\u30FC\u30B7\u30E7\u30F3\u3068\u30B3\u30F3\u30D5\u30A3\u30AE\u30E5\u30EC\u30FC\u30B7\u30E7\u30F3\u30FB\u30C1\u30E5\u30FC\u30C8\u30EA\u30A2\u30EB",useAboveStyleForTheseSites:"\u4EE5\u4E0B\u306E\u30C9\u30E1\u30A4\u30F3\u306E\u30B5\u30A4\u30C8\u3067\u306F\u3001\u5E38\u306B \u2308{theme}\u230B \u7FFB\u8A33\u30B9\u30BF\u30A4\u30EB\u3092\u4F7F\u7528\u3057\u307E\u3059\u3002",currentUrl:"\u73FE\u5728\u306EURL",confirm:"\u30BB\u30FC\u30D6",cancel:"\u30AD\u30E3\u30F3\u30BB\u30EB",delete:"\u9664\u53BB","languages.auto":"\u81EA\u52D5\u691C\u51FA",syncToCloud:"\u30B0\u30FC\u30B0\u30EB\u30C9\u30E9\u30A4\u30D6\u306B\u540C\u671F",syncToCloudDescription:"\u30AF\u30E9\u30A6\u30C9\u306B\u30A2\u30C3\u30D7\u30ED\u30FC\u30C9\u3055\u308C\u305F\u30B3\u30F3\u30D5\u30A3\u30AE\u30E5\u30EC\u30FC\u30B7\u30E7\u30F3\u306F\u3001\u7570\u306A\u308B\u30D6\u30E9\u30A6\u30B6\u30FC\uFF0F\u30B0\u30EA\u30FC\u30B9\u30E2\u30F3\u30AD\u30FC\u30FB\u30B9\u30AF\u30EA\u30D7\u30C8\u9593\u3067\u540C\u671F\u3055\u305B\u308B\u3053\u3068\u304C\u3067\u304D\u308B\u3002",syncToAccount:"\u30A4\u30DE\u30FC\u30B7\u30D6\u7FFB\u8A33\u30AF\u30E9\u30A6\u30C9\u3078\u306E\u540C\u671F",syncToAccountButton:"\u30AF\u30E9\u30A6\u30C9\u3068\u306E\u5373\u6642\u540C\u671F",syncToAccountDescription:"\u7570\u306A\u308B\u30C7\u30D0\u30A4\u30B9\u9593\u3067\u3001\u6700\u5F8C\u306B\u5909\u66F4\u3055\u308C\u305F\u65B9\u306E\u8A2D\u5B9A\u3092\u81EA\u52D5\u7684\u306B\u540C\u671F\u3057\u307E\u3059\u3002",successSyncConfigInAccount:"\u30AF\u30E9\u30A6\u30C9\u3068\u306E\u540C\u671F\u306B\u6210\u529F",successSyncConfigToAccount:"\u30AF\u30E9\u30A6\u30C9\u3078\u306E\u540C\u671F\u306B\u6210\u529F",syncConfigNoUpdate:"\u3082\u3046\u6700\u65B0\u306E\u3082\u306E\u3060\u3002",authFail:"\u8A8D\u8A3C\u5931\u6557",syncTitle:"\u624B\u52D5\u30D0\u30C3\u30AF\u30A2\u30C3\u30D7\u7BA1\u7406",import_hint:"\u30A4\u30F3\u30DD\u30FC\u30C8",upload:"\u30A2\u30C3\u30D7\u30ED\u30FC\u30C9",revokeAuth:"\u8A8D\u53EF\u306E\u53D6\u308A\u6D88\u3057",uploadFail:"\u30A2\u30C3\u30D7\u30ED\u30FC\u30C9\u5931\u6557",download:"\u30C0\u30A6\u30F3\u30ED\u30FC\u30C9",importSuccess:"\u8F38\u5165\u306B\u6210\u529F",importFail:"\u30A4\u30F3\u30DD\u30FC\u30C8\u5931\u6557",deleteFail:"\u524A\u9664\u306B\u5931\u6557\u3057\u307E\u3057\u305F",backupToCloud:"\u30D0\u30C3\u30AF\u30A2\u30C3\u30D7\u30D5\u30A1\u30A4\u30EB\u306E\u624B\u52D5\u7BA1\u7406",create_new_backup:"\u65B0\u3057\u3044\u30D0\u30C3\u30AF\u30A2\u30C3\u30D7\u30CE\u30FC\u30C9\u3092\u8FFD\u52A0\u3059\u308B",maxBackupFiles:"\u6700\u5927{count}\u7570\u306A\u308B\u30CE\u30FC\u30C9\u3092\u30D0\u30C3\u30AF\u30A2\u30C3\u30D7\u3067\u304D\u307E\u3059\u3002\u4E0D\u8981\u306A\u30CE\u30FC\u30C9\u306F\u524A\u9664\u3057\u3066\u304F\u3060\u3055\u3044\u3002",backupToCloudDescription:"\u30D0\u30C3\u30AF\u30A2\u30C3\u30D7\u30D5\u30A1\u30A4\u30EB\u3092\u624B\u52D5\u3067\u30A2\u30C3\u30D7\u30ED\u30FC\u30C9\u307E\u305F\u306F\u30EA\u30B9\u30C8\u30A2\u3002",successSyncConfig:"\u30AF\u30E9\u30A6\u30C9\u3068\u306E\u540C\u671F\u306B\u6210\u529F",syncFail:"\u540C\u671F\u5931\u6557",updatedAt:"{date}\u3088\u308A\u66F4\u65B0",lastSyncedAt:"\u6700\u7D42\u78BA\u8A8D\uFF1A {date}",downloadFail:"\u30C0\u30A6\u30F3\u30ED\u30FC\u30C9\u306B\u5931\u6557\u3057\u307E\u3057\u305F",clickToDownload:"\u30AF\u30EA\u30C3\u30AF\u3057\u3066\u30C0\u30A6\u30F3\u30ED\u30FC\u30C9",aboutLabel:"\u30D5\u30A3\u30FC\u30C9\u30D0\u30C3\u30AF","browser.openAboutPage":"\u3054\u610F\u898B\u30FB\u3054\u611F\u60F3",aboutLabelWithoutSponsor:"\u30D5\u30A3\u30FC\u30C9\u30D0\u30C3\u30AF",aboutIntro:"\u30A4\u30F3\u30BF\u30FC\u30CD\u30C3\u30C8\u4E0A\u306E\u81A8\u5927\u306A\u5916\u56FD\u8A9E\u60C5\u5831\u3078\u306E\u30A2\u30AF\u30BB\u30B9\u304C\u3088\u308A\u7C21\u5358\u3067\u697D\u3057\u3044\u3082\u306E\u306B\u306A\u308A\u307E\u3059\u3088\u3046\u306B \u2764\uFE0F <6>\u30D7\u30ED\u30E1\u30F3\u30D0\u30FC\u30B7\u30C3\u30D7\u3092 \u6709\u52B9\u306B\u3057\u3066\u3001\u3059\u3050\u306B\u4F7F\u3048\u308BDeepL\u3068OpenAI\u306E\u7FFB\u8A33\u3092\u3054\u5229\u7528\u304F\u3060\u3055\u3044\u3002

<3>Twitter\u3001<4>Telegram\u3001Weibo\u3001WeChat\u3067\u79C1\u305F\u3061\u3092\u30D5\u30A9\u30ED\u30FC\u3059\u308B\u304B\u3001\u4EE5\u4E0B\u306E<5>\u30E1\u30FC\u30EA\u30F3\u30B0\u30EA\u30B9\u30C8\u306B\u767B\u9332\u3057\u3066\u66F4\u65B0\u3092\u8FFD\u8DE1\u3059\u308B\u3053\u3068\u304C\u3067\u304D\u307E\u3059\u3002
<7>\u30D7\u30ED\u4F1A\u54E1\u306E \u65B9\u306F\u3001 <8>support@immersivetranslate.com \u307E\u3067\u3054\u9023\u7D61\u3044\u305F\u3060\u3051\u308C\u3070\u3001\u8FC5\u901F\u306A\u30AB\u30B9\u30BF\u30DE\u30FC\u30B5\u30FC\u30D3\u30B9\u3092\u3054\u63D0\u4F9B\u3044\u305F\u3057\u307E\u3059\u3002",aboutIntroWithoutSponsor:"\u2764\uFE0F

<3>\u30C4\u30A4\u30C3\u30BF\u30FC\u3001<4>\u30C6\u30EC\u30B0\u30E9\u30E0\u30FB\u30C1\u30E3\u30F3\u30CD\u30EB\u3001WeChat\u3001WeChat Exchange\u3067\u30D5\u30A9\u30ED\u30FC\u3057\u3066\u3044\u305F\u3060\u304F\u304B\u3001\u4EE5\u4E0B\u306E<5>E\u30E1\u30FC\u30EB\u3067\u66F4\u65B0\u60C5\u5831\u3092<5>\u8CFC\u8AAD\u3057\u3066\u304F\u3060\u3055\u3044\u3002",projectHomepage:"\u30D7\u30ED\u30B8\u30A7\u30AF\u30C8\u30FB\u30DB\u30FC\u30E0",joinTelegramGroup:"\u30E6\u30FC\u30B6\u30FC\u30B0\u30EB\u30FC\u30D7\u306B\u53C2\u52A0\u3057\u3066\u3001\u6A5F\u80FD\u306B\u95A2\u3059\u308B\u30C7\u30A3\u30B9\u30AB\u30C3\u30B7\u30E7\u30F3\u306B\u53C2\u52A0",wechatPublicAccount:"WeChat\u30D1\u30D6\u30EA\u30C3\u30AF",wechatCommunities:"WeChat\u4EA4\u6D41\u30B0\u30EB\u30FC\u30D7",qqCommunities:"QQ\u30B3\u30DF\u30E5\u30CB\u30B1\u30FC\u30B7\u30E7\u30F3\u30C1\u30E3\u30F3\u30CD\u30EB",joinTelegramChannel:"\u6700\u65B0\u60C5\u5831\u306FTelegram\u30C1\u30E3\u30F3\u30CD\u30EB\u3092\u30D5\u30A9\u30ED\u30FC",feedbackAndJoin:"\u8CEA\u554F \u30D5\u30A3\u30FC\u30C9\u30D0\u30C3\u30AF / \u30B0\u30EB\u30FC\u30D7\u8FFD\u52A0",autoSync:"\u81EA\u52D5\u6642\u523B\u540C\u671F",loadingThemeTitle:"\u30ED\u30FC\u30C7\u30A3\u30F3\u30B0\u30FB\u30B9\u30BF\u30A4\u30EB",loadingThemeDescription:"\u7FFB\u8A33\u30ED\u30FC\u30C9\u5F85\u3061\u6642\u9593\u306E\u30B9\u30BF\u30A4\u30EB\u8A2D\u5B9A","loadingTheme.spinner":"\u56DE\u8EE2\u30A2\u30CB\u30E1\u30FC\u30B7\u30E7\u30F3","loadingTheme.text":"\u9759\u7684\u30C6\u30AD\u30B9\u30C8 ","loadingTheme.none":"\u8868\u793A\u306A\u3057",developerDescription:"\u9AD8\u5EA6\u306A\u30AB\u30B9\u30BF\u30DE\u30A4\u30BA\u306B\u95A2\u3059\u308B\u30C9\u30AD\u30E5\u30E1\u30F3\u30C8\u306F<1>\u3053\u3061\u3089\u3092\u3054\u89A7\u304F\u3060\u3055\u3044\u3002","edit border color":"\u30DC\u30FC\u30C0\u30FC\u30AB\u30E9\u30FC\u306E\u5909\u66F4",successSyncButNoChange:"\u73FE\u5728\u306E\u30B3\u30F3\u30D5\u30A3\u30AE\u30E5\u30EC\u30FC\u30B7\u30E7\u30F3\u306F\u30AF\u30E9\u30A6\u30C9\u3068\u4E00\u81F4\u3057\u3066\u3044\u308B",customTheme:"\u30AB\u30B9\u30BF\u30E0\u30AB\u30E9\u30FC\u3068\u30B5\u30A4\u30BA","customThemeLabel.borderColor":"\u30DC\u30FC\u30C0\u30FC\u30AB\u30E9\u30FC","customThemeLabel.borderRadius":"\u4E38\u307F\u3092\u5E2F\u3073\u305F\u30A8\u30C3\u30B8","customThemeLabel.textColor":"\u30C6\u30AD\u30B9\u30C8\u30AB\u30E9\u30FC","customThemeLabel.backgroundColor":"\u80CC\u666F\u8272","customThemeLabel.zoom":"\u30D5\u30A9\u30F3\u30C8\u30FB\u30B9\u30B1\u30FC\u30EA\u30F3\u30B0 (%)","customThemeLabel.opacity":"\u30C6\u30AD\u30B9\u30C8\u306E\u4E0D\u900F\u660E\u5EA6 (%)",resetToDefaultColor:"\u30C7\u30D5\u30A9\u30EB\u30C8\u30AB\u30E9\u30FC\u306B\u623B\u3059",resetToDefaultSettings:"\u30C7\u30D5\u30A9\u30EB\u30C8\u8A2D\u5B9A\u306B\u623B\u3059",isTranslateTitle:"\u30DA\u30FC\u30B8\u30BF\u30A4\u30C8\u30EB\u306E\u7FFB\u8A33\u3092\u6709\u52B9\u306B\u3059\u308B",isTranslateTitleDescription:"\u30AA\u30F3\u306B\u3059\u308B\u3068\u3001\u30DA\u30FC\u30B8\u30BF\u30A4\u30C8\u30EB\u304C\u7FFB\u8A33\u3055\u308C\u307E\u3059",enableSearchEnhancement:"\u30D0\u30A4\u30EA\u30F3\u30AC\u30EB\u30E1\u30C3\u30BB\u30FC\u30B8\u3092\u6709\u52B9\u306B\u3059\u308B",enableSearchEnhancementDescription:"\u6709\u52B9\u306B\u3059\u308B\u3068\u3001\u5BFE\u5FDC\u30B5\u30A4\u30C8\uFF08Google News\u3001Google Search\uFF08\u4E00\u90E8\u30AD\u30FC\u30EF\u30FC\u30C9\uFF09\u3001Snowball\u3001Oriental Fortune\u3001Futura\u3001Tiger Community\uFF09\u306E\u53F3\u30AB\u30E9\u30E0\u306B\u3001\u8A72\u5F53\u3059\u308B\u82F1\u8A9E\u30AD\u30FC\u30EF\u30FC\u30C9\u3067\u300CGoogle News\u300D\u306E\u691C\u7D22\u7D50\u679C\u304C\u81EA\u52D5\u7684\u306B\u8868\u793A\u3055\u308C\u308B\u3088\u3046\u306B\u306A\u308A\u307E\u3059\u3002",verifyService:"\u30B5\u30FC\u30D3\u30B9\u306E\u30C6\u30B9\u30C8\u306F\u3053\u3061\u3089",verified:"\u6210\u529F\u306E\u78BA\u8A8D","field.langs":"\u5BFE\u5FDC\u8A00\u8A9E\u30B3\u30FC\u30C9","field.model":"\u30E2\u30C7\u30EA\u30F3\u30B0","field.translationEngine":"\u7FFB\u8A33\u30A8\u30F3\u30B8\u30F3","field.limitPerMinute":"1\u5206\u3042\u305F\u308A\u306E\u6700\u5927\u30EA\u30AF\u30A8\u30B9\u30C8\u6570","field.limitPerSecond":"1\u79D2\u3042\u305F\u308A\u306E\u6700\u5927\u30EA\u30AF\u30A8\u30B9\u30C8\u6570","field.maxTextLengthPerRequest":"\u30EA\u30AF\u30A8\u30B9\u30C8\u3054\u3068\u306E\u6700\u5927\u30C6\u30AD\u30B9\u30C8\u9577","field.maxTextGroupLengthPerRequest":"\u30EA\u30AF\u30A8\u30B9\u30C8\u3054\u3068\u306E\u6700\u5927\u6BB5\u843D\u6570","field.apiUrl":"\u30AB\u30B9\u30BF\u30E0API\u30A4\u30F3\u30BF\u30FC\u30D5\u30A7\u30FC\u30B9\u306E\u30A2\u30C9\u30EC\u30B9","field.placeholderDelimiters":"\u4E88\u7D04\u30D7\u30EC\u30FC\u30B9\u30DB\u30EB\u30C0","description.custom":"\u30AB\u30B9\u30BF\u30E0\u30A4\u30F3\u30BF\u30FC\u30D5\u30A7\u30FC\u30B9\u30A2\u30AF\u30BB\u30B9 \u8981\u30C9\u30AD\u30E5\u30E1\u30F3\u30C6\u30FC\u30B7\u30E7\u30F3","description.limitPerMinute":"\u3053\u306E\u5236\u9650\u3092\u8D85\u3048\u305F\u30EA\u30AF\u30A8\u30B9\u30C8\u306F\u3001\u6B21\u306E\u5206\u304C\u59CB\u307E\u308B\u307E\u3067\u30AD\u30E5\u30FC\u306B\u5165\u308A\u307E\u3059\u3002OpenAI\u306E\u73FE\u5728\u306E\u30B5\u30FC\u30D3\u30B9\u306B\u306F\u3055\u307E\u3056\u307E\u306A\u5236\u9650\u304C\u3042\u308B\u305F\u3081\u3001\u6700\u65B0\u306E\u63A8\u5968\u5024\u306F<1>\u3053\u3061\u3089\u3092\u3054\u89A7\u304F\u3060\u3055\u3044\u3002","description.limitPerSecond":"\u3053\u306E\u5236\u9650\u3092\u8D85\u3048\u305F\u30EA\u30AF\u30A8\u30B9\u30C8\u306F\u3001\u6B21\u306E\u79D2\u304C\u59CB\u307E\u308B\u307E\u3067\u30AD\u30E5\u30FC\u306B\u5165\u308A\u307E\u3059\u3002OpenAI\u306E\u73FE\u5728\u306E\u30B5\u30FC\u30D3\u30B9\u306B\u306F\u3055\u307E\u3056\u307E\u306A\u5236\u9650\u304C\u3042\u308B\u305F\u3081\u3001\u6700\u65B0\u306E\u63A8\u5968\u5024\u306F<1>\u3053\u3061\u3089\u3092\u3054\u89A7\u304F\u3060\u3055\u3044\u3002","description.generalLimitPerSecond":"\u3053\u306E\u5236\u9650\u3092\u8D85\u3048\u305F\u30EA\u30AF\u30A8\u30B9\u30C8\u306F\u3001\u6B21\u306E\u79D2\u304C\u59CB\u307E\u308B\u307E\u3067\u30AD\u30E5\u30FC\u306B\u5165\u308B\u3002","description.prompt":"\u30E6\u30FC\u30B6\u30FC\u3068\u3057\u3066 {service} \u306B\u9001\u4FE1\u3055\u308C\u308B\u5BFE\u8A71\u3067\u3001{{text}} \u306F\u6BB5\u843D\u306E\u30C6\u30AD\u30B9\u30C8\u5185\u5BB9\u3092\u793A\u3057\u3001{{from}} \u306F\u6BB5\u843D\u306E\u8A00\u8A9E\u3092\u793A\u3057\u3001{{to}} \u306F\u76EE\u6A19\u8A00\u8A9E\u3092\u793A\u3057\u307E\u3059\u3002","description.maxTextLengthPerRequest":"\u30EA\u30AF\u30A8\u30B9\u30C8\u3042\u305F\u308A\u306E\u6700\u5927\u6587\u5B57\u6570\u304C\u5927\u304D\u3059\u304E\u308B\u3068\u3001\u30A4\u30F3\u30BF\u30FC\u30D5\u30A7\u30FC\u30B9\u306E\u5FDC\u7B54\u304C\u9045\u304F\u306A\u308B\u306E\u3067\u3001\u3053\u306E\u30AA\u30D7\u30B7\u30E7\u30F3\u3092\u8ABF\u6574\u3057\u3066\u901F\u5EA6\u3092\u6700\u9069\u5316\u3057\u3066\u304F\u3060\u3055\u3044\u3002","description.systemPrompt":"\u30B7\u30B9\u30C6\u30E0\u3068\u3057\u3066 {service} \u306B\u9001\u4FE1\u3055\u308C\u308B\u5BFE\u8A71\u3067\u3001{{text}} \u306F\u6BB5\u843D\u306E\u30C6\u30AD\u30B9\u30C8\u5185\u5BB9\u3092\u793A\u3057\u3001{{from}} \u306F\u6BB5\u843D\u306E\u8A00\u8A9E\u3092\u793A\u3057\u3001{{to}} \u306F\u76EE\u6A19\u8A00\u8A9E\u3092\u793A\u3057\u307E\u3059\u3002","field.domain":"\u30EC\u30A2\u30EB","description.domain":"\u30C7\u30D5\u30A9\u30EB\u30C8\u306F\uFF1Ageneral \u3067\u3059\u3002Arima API \u30B3\u30F3\u30BD\u30FC\u30EB\u3067\u30C9\u30E1\u30A4\u30F3\u5909\u63DB\u304C\u6709\u52B9\u306B\u306A\u3063\u3066\u3044\u308B\u5834\u5408\u306E\u307F\u8A2D\u5B9A\u3067\u304D\u307E\u3059\u3002","field.scene":"\u53D6\u308B","description.scene":"\u30C7\u30D5\u30A9\u30EB\u30C8\u306F\uFF1A\u4E00\u822C\u3067\u3059\u3002AliCloud API\u30B3\u30F3\u30BD\u30FC\u30EB\u3067Machine Translation Pro\u3092\u958B\u3044\u305F\u5834\u5408\u306E\u307F\u8A2D\u5B9A\u3067\u304D\u307E\u3059\u3002","field.vocabId":"\u30E6\u30FC\u30B6\u30FC\u8F9E\u66F8ID","description.vocabId":"\u6307\u5B9A\u3055\u308C\u305F\u8F9E\u66F8out_id\u306F\u3001\u73FE\u5728\u3001\u82F1\u8A9E\u304B\u3089\u4E2D\u56FD\u8A9E\u3078\u306E\u7FFB\u8A33\u3092\u30B5\u30DD\u30FC\u30C8\u3057\u3066\u3044\u308B\u3002","description.model":"OpenAI\u306E\u30E2\u30C7\u30EB\u306F\u3001gpt-3.5-turbo\u3001gpt-4\u306A\u3069\u3002","description.maxTextGroupLengthPerRequest":"\u4E00\u5EA6\u306B\u7FFB\u8A33\u30B5\u30FC\u30D3\u30B9\u306B\u9001\u4FE1\u3055\u308C\u308B\u6BB5\u843D\u6570\u3002\u6BB5\u843D\u6570\u304C\u591A\u3059\u304E\u308B\u3068\u3001\u30A4\u30F3\u30BF\u30FC\u30D5\u30A7\u30FC\u30B9\u306E\u5FDC\u7B54\u304C\u9045\u304F\u306A\u308B\u3053\u3068\u304C\u3042\u308A\u307E\u3059\u3002","description.apiUrl":"\u5177\u4F53\u7684\u306AURL\u3068\u30D1\u30B9\u3001<1>\u3088\u308A\u8A73\u3057\u3044\u8AAC\u660E\u3092\u8FFD\u52A0\u3057\u3066\u304F\u3060\u3055\u3044\u3002",enabledExtension:"\u30A8\u30AF\u30B9\u30C6\u30F3\u30B7\u30E7\u30F3\u306E\u6709\u52B9\u5316",clickToDisableExtension:"\u30AF\u30EA\u30C3\u30AF\u3057\u3066\u62E1\u5F35\u6A5F\u80FD\u3092\u7121\u52B9\u306B\u3059\u308B",clickToEnableExtension:"\u30AF\u30EA\u30C3\u30AF\u3057\u3066\u62E1\u5F35\u6A5F\u80FD\u3092\u6709\u52B9\u306B\u3059\u308B",hasBeenDisabled:"\u4F7F\u7528\u4E0D\u80FD","show password":"\u30D1\u30B9\u30EF\u30FC\u30C9\u3092\u8868\u793A\u3059\u308B",customContent:"\u30AB\u30B9\u30BF\u30E0\u30E2\u30C7\u30EB\u540D\u3092\u5165\u529B",inputOptions:"\u5165\u529B\u30DC\u30C3\u30AF\u30B9\u306E\u5F37\u5316",mouseHoverOptions:"\u30DE\u30A6\u30B9\u30DB\u30D0\u30FC",modifyMouseHoverKey:"\u30DE\u30A6\u30B9\u30DB\u30D0\u30FC\u30B7\u30E7\u30FC\u30C8\u30AB\u30C3\u30C8\u306E\u5909\u66F4",enableInputTranslation:"\u5165\u529B\u30DC\u30C3\u30AF\u30B9\u306E\u62E1\u5F35\u3092\u6709\u52B9\u306B\u3059\u308B\u304B\u3069\u3046\u304B",enableInputTranslationDescription:"\u6709\u52B9\u5316\u3057\u305F\u3089\u3001 {startingKey}{startingKey} hello \u3068\u5165\u529B\u30DC\u30C3\u30AF\u30B9\u306B\u76F4\u63A5\u5165\u529B\u3057\u3001{inputTrailingTriggerKeyRepeatTimes}times{trailingKey}\u3092\u7D20\u65E9\u304F\u62BC\u3057\u3066\u3001 {inputTargetLanguage}\u306B\u5909\u63DB\u3059\u308B\u3002",enableInputTranslationDescriptionForNoneKey:"\u6709\u52B9\u306B\u3057\u305F\u3089\u3001\uFF1AHello World\u3068\u5165\u529B\u30DC\u30C3\u30AF\u30B9\u306B\u76F4\u63A5\u5165\u529B\u3057\u3001{inputTrailingTriggerKeyRepeatTimes}{trailingKey}\u3092\u7D20\u65E9\u304F\u62BC\u3057\u3066\u3001\u30C7\u30D5\u30A9\u30EB\u30C8\u306E\u30BF\u30FC\u30B2\u30C3\u30C8\u8A00\u8A9E\u306B\u7FFB\u8A33\u3059\u308B\u3002",inputTargetLanguage:"\u5165\u529B\u30DC\u30C3\u30AF\u30B9\u306E\u30C7\u30D5\u30A9\u30EB\u30C8\u30BF\u30FC\u30B2\u30C3\u30C8\u8A00\u8A9E\u306E\u8A2D\u5B9A",inputTargetLanguageDescription:"\u5165\u529B\u30DC\u30C3\u30AF\u30B9\u7FFB\u8A33\u306E\u30C7\u30D5\u30A9\u30EB\u30C8\u30BF\u30FC\u30B2\u30C3\u30C8\u8A00\u8A9E\u3001\u3059\u306A\u308F\u3061\u3001\u30C8\u30EA\u30AC\u30FC\u30EF\u30FC\u30C9\u306E\u30C7\u30D5\u30A9\u30EB\u30C8\u8A00\u8A9E\u3068\u3057\u3066 {startingKey}{startingKey}",inputTargetLanguageDescriptionForNoneKey:"\u5165\u529B\u30DC\u30C3\u30AF\u30B9\u7FFB\u8A33\u306E\u30C7\u30D5\u30A9\u30EB\u30C8\u30BF\u30FC\u30B2\u30C3\u30C8\u8A00\u8A9E",inputStartingTriggerKeyTitle:"\u5165\u529B\u30DC\u30C3\u30AF\u30B9\u306E\u90E8\u5206\u7FFB\u8A33\u306E\u305F\u3081\u306E\u5206\u5272\u6587\u5B57\u306E\u8A2D\u5B9A",inputStartingTriggerKeyDescription:"\u5165\u529B\u30DC\u30C3\u30AF\u30B9\u5168\u4F53\u3092\u7FFB\u8A33\u3059\u308B\u5FC5\u8981\u304C\u306A\u3044\u5834\u5408\u3001\u30B9\u30D7\u30EA\u30C3\u30BF\u30FC\u306F {startingKey}{startingKey} \u304B\u3089\u5165\u529B\u30DC\u30C3\u30AF\u30B9\u306E\u6700\u5F8C\u307E\u3067\u306E\u90E8\u5206\u3060\u3051\u3092\u7FFB\u8A33\u3059\u308B\u3053\u3068\u304C\u3067\u304D\u307E\u3059\u3002\u307E\u305F\u3001\u8A00\u8A9E\u30B3\u30FC\u30C9\u3092\u6307\u5B9A\u3059\u308B\u3053\u3068\u3082\u3067\u304D\u307E\u3059\u3002\u4F8B\u3048\u3070\u3001\uFF1A{startingKey}ja \u306F {startingKey}ja \u304B\u3089\u5165\u529B\u30DC\u30C3\u30AF\u30B9\u306E\u6700\u5F8C\u307E\u3067\u306E\u90E8\u5206\u3060\u3051\u3092\u7FFB\u8A33\u3059\u308B\u3053\u3068\u3092\u610F\u5473\u3057\u307E\u3059\u3002",inputStartingTriggerKeyDescriptionForNoneKey:"\u73FE\u5728\u306E\u63A5\u982D\u8F9E\u306A\u3057\u306E\u8A2D\u5B9A\u306F\u4E0D\u8981\u3067\u3042\u308A\u3001\u5165\u529B\u30DC\u30C3\u30AF\u30B9\u306E\u4E00\u90E8\u306E\u30C6\u30AD\u30B9\u30C8\u306E\u7FFB\u8A33\u6A5F\u80FD\u306F\u73FE\u6642\u70B9\u3067\u306F\u5229\u7528\u3067\u304D\u306A\u3044\u3002",inputTrailingTriggerKeyTitle:"\u5165\u529B\u7D42\u4E86\u30C8\u30EA\u30AC\u30FC\u6587\u5B57\u3092\u9078\u629E\u3059\u308B",inputTrailingTriggerKeyDescription:"3 quick hits{trailingKey} \u7FFB\u8A33\u3092\u958B\u59CB\u3057\u307E\u3059\uFF01",inputTrailingTriggerKeyTimeout:"\u6226\u95D8\u7D42\u4E86\u30C8\u30EA\u30AC\u30FC\u307E\u3067\u306E\u6642\u9593\u3092\u5165\u529B\u3059\u308B\u3002",inputTrailingTriggerKeyTimeoutDescription:"\u5165\u529B\u7D42\u4E86\u30B3\u30F3\u30DC\u306E\u30C8\u30EA\u30AC\u30FC\u307E\u3067\u306E\u6642\u9593\uFF08\u30DF\u30EA\u79D2\uFF09\u3092\u8A2D\u5B9A\u3059\u308B\u3002",spaceKey:"<\u7A7A\u683C\u952E>",noneKey:"\u63A5\u982D\u8F9E\u306A\u3057\u306E\u30C6\u30AD\u30B9\u30C8\u30DC\u30C3\u30AF\u30B9\u5168\u4F53\u306E\u76F4\u63A5\u7FFB\u8A33",inputTranslationBlockUrlsTitle:"\u4EE5\u4E0B\u306EURL\u3067\u306F\u3001\u5165\u529B\u30DC\u30C3\u30AF\u30B9\u306E\u62E1\u5F35\u6A5F\u80FD\u3092\u6709\u52B9\u306B\u3057\u306A\u3044\u3067\u304F\u3060\u3055\u3044\u3002",inputTranslationBlockUrlsDescription:"\u5165\u529B\u30DC\u30C3\u30AF\u30B9\u306E\u6A5F\u80FD\u62E1\u5F35\u306F\u3001\u4EE5\u4E0B\u306EURL\u3067\u306F\u6A5F\u80FD\u3057\u307E\u305B\u3093\u3002",clickToSeeQuickDemo:"\u30AF\u30EA\u30C3\u30AF\u3057\u306630\u79D2\u306E\u30C1\u30E5\u30FC\u30C8\u30EA\u30A2\u30EB\u30D3\u30C7\u30AA\u3092\u62E1\u5927",inputHelperInfo:"\u8AAC\u660E\uFF1A\u4E2D\u56FD\u8A9E\u306E\u5165\u529B\u30E1\u30BD\u30C3\u30C9\u3067\u306F\u3001\u3044\u304F\u3064\u304B\u306E\u30C8\u30EA\u30AC\u30FC\u6587\u5B57\u304C\u4E2D\u56FD\u8A9E\u306E\u53E5\u8AAD\u70B9\u306B\u5909\u308F\u308B\u3068\u3044\u3046\u4E8B\u5B9F\u306B\u6700\u9069\u5316\u3057\u307E\u3057\u305F\u3002\u4F8B\u3048\u3070\u3001/ \u306F Sogou \u5165\u529B\u30E1\u30BD\u30C3\u30C9\u3067\u306F\u3001\u30C0\u30F3\u8A18\u53F7\u306B\u5909\u308F\u308A\u307E\u3059\u3002

\u307E\u305F\u3001\u8A00\u8A9E<1>\u30B3\u30FC\u30C9\u306E\u4E2D\u56FD\u8A9E\u30A8\u30A4\u30EA\u30A2\u30B9\u3082\u30B3\u30DE\u30F3\u30C9\u3068\u3057\u3066\u30B5\u30DD\u30FC\u30C8\u3057\u3066\u304A\u308A\u3001\u4F8B\u3048\u3070 /Japanese Hello World \u306F\u65E5\u672C\u8A9E\u306B\u7FFB\u8A33\u3055\u308C\u307E\u3059\u3002",reloadCurrentPage:"\u7FFB\u8A33\u3092\u958B\u59CB\u3059\u308B\u524D\u306B\u3001\u73FE\u5728\u306E\u30DA\u30FC\u30B8\u3092\u66F4\u65B0\u3057\u3066\u304F\u3060\u3055\u3044\u3002",noLocalFilePermissionForPDF:"\u30ED\u30FC\u30AB\u30EB\u30D5\u30A1\u30A4\u30EB\u3092\u8AAD\u307F\u8FBC\u3080\u6A29\u9650\u304C\u3042\u308A\u307E\u305B\u3093\u3002\u4E0A\u306E\u30DC\u30BF\u30F3\u3092\u30AF\u30EA\u30C3\u30AF\u3057\u3066\u3001\u30ED\u30FC\u30AB\u30EB\u30D5\u30A1\u30A4\u30EB\u3092\u30A4\u30F3\u30DD\u30FC\u30C8\u3057\u3066\u304F\u3060\u3055\u3044\u3002",noPermissionForThisPage:"\u26A0\uFE0F \u73FE\u5728\u306E\u30DA\u30FC\u30B8\u3092\u7FFB\u8A33\u3059\u308B\u6A29\u9650\u304C\u306A\u3044",retryAllParagraphs:"\u3059\u3079\u3066\u306E\u30A8\u30E9\u30FC\u30D1\u30C3\u30BB\u30FC\u30B8\u3092\u518D\u8A66\u884C\u3059\u308B",retryAllButton:"\u3059\u3079\u3066\u306E\u30A8\u30E9\u30FC\u30D1\u30C3\u30BB\u30FC\u30B8\u3092\u518D\u8A66\u884C\u3059\u308B",errorTooltipTitle:"\u30AF\u30EA\u30C3\u30AF\u3057\u3066\u30A8\u30E9\u30FC\u306E\u539F\u56E0\u3092\u898B\u308B",errorModalTitle:"\u7FFB\u8A33\u30B5\u30FC\u30D3\u30B9\u304B\u30CD\u30C3\u30C8\u30EF\u30FC\u30AF\u306B\u4F55\u304B\u554F\u984C\u304C\u3042\u308B\u3088\u3046\u3060...\u3002",disableConfirm:"\u30D0\u30A4\u30EA\u30F3\u30AC\u30EB\u60C5\u5831\u5F37\u5316\u8A2D\u5B9A",disableOnce:"\u3053\u306E\u969C\u5BB3",disableGlobal:"\u6C38\u4E45\u306B\u7121\u52B9\u306B\u3059\u308B",disableTint:"* {option}\u3002",searchEnhancementNotes:"\u4E2D\u56FD\u8A9E\u30AD\u30FC\u30EF\u30FC\u30C9\u3068\u82F1\u8A9E\u30AD\u30FC\u30EF\u30FC\u30C9\u3067\u306F\u3001\u30CB\u30E5\u30FC\u30B9\u306E\u691C\u7D22\u7D50\u679C\u304C\u5927\u304D\u304F\u7570\u306A\u308B\u3053\u3068\u304C\u308F\u304B\u308A\u307E\u3057\u305F\u3002 \u30A4\u30DE\u30FC\u30B7\u30D6\u7FFB\u8A33\u30D0\u30A4\u30EA\u30F3\u30AC\u30EB\u60C5\u5831\u5F37\u5316\u6A5F\u80FD\u3092\u6709\u52B9\u306B\u3059\u308B\u3068\u3001\u5BFE\u5FDC\u30B5\u30A4\u30C8\uFF08Google\u30CB\u30E5\u30FC\u30B9\u3001Google\u691C\u7D22\uFF08\u4E00\u90E8\u30AD\u30FC\u30EF\u30FC\u30C9\uFF09\u3001Snowball\u3001Oriental Wealth\u3001Futura\u3001Tiger\uFF09\u3067\u540C\u3058\u30AD\u30FC\u30EF\u30FC\u30C9\u3092\u82F1\u8A9E\u3067\u81EA\u52D5\u7684\u306B\u691C\u7D22\u3057\u3001\u53F3\u5074\u306B\u8868\u793A\u3057\u307E\u3059\u3002\u3053\u306E\u6A5F\u80FD\u304C\u4E0D\u8981\u306A\u5834\u5408\u306F\u3001\u7121\u52B9\u306B\u3059\u308B\u3053\u3068\u3082\u3067\u304D\u307E\u3059\u3002",option:"\u30BB\u30C3\u30C8\u30A2\u30C3\u30D7",saveSettings:"\u8A2D\u5B9A\u306E\u4FDD\u5B58",closeModal:"\u30A6\u30A3\u30F3\u30C9\u30A6\u3092\u9589\u3058\u308B",enableInputTranslationWithoutTriggerKeyTitle:"{trailingKey}\u3001\u5165\u529B\u30DC\u30C3\u30AF\u30B9\u5168\u4F53\u3092\u76F4\u63A5{inputTargetLanguage}\u3002",enableInputTranslationWithoutTriggerKeyDescription:"\u4F8B\u3048\u3070\u3001\uFF1Aja Hello World \u306E\u3088\u3046\u306B\u3002",mouseHoverShortcutPlaceholder:"\u4F8B\uFF1A\uFF1A\u30B7\u30D5\u30C8",deepLProName:"\u6CA1\u5165\u578B\u7FFB\u8A33\u30D7\u30ED\u30E1\u30F3\u30D0\u30FC\uFF08\u63A8\u5968\uFF09",deepLProDescription:"\u73FE\u5728\u306E\u30D1\u30C3\u30B1\u30FC\u30B8\u306F\u76F4\u63A5\u4F7F\u7528\u3067\u304D\u308B",deeplProDescriptionForNormal:"\u30BB\u30C3\u30C8\u30A2\u30C3\u30D7\u4E0D\u8981\u3001\u4F1A\u54E1\u306E\u65B9\u306F\u30ED\u30B0\u30A4\u30F3\u5F8C\u5229\u7528\u53EF\u80FD\u3001<1>\u4F1A\u54E1\u3078\u306E\u30A2\u30C3\u30D7\u30B0\u30EC\u30FC\u30C9\u306F\u3053\u3061\u3089",deepLCustomDescription:"\u6D77\u5916\u767A\u884C\u306E\u30AF\u30EC\u30B8\u30C3\u30C8\u30AB\u30FC\u30C9\u304C\u5FC5\u8981 <1>\u3002",deepLCustomName:"\u30AB\u30B9\u30BF\u30E0\u8A8D\u8A3C\u30AD\u30FC",chooseProviderLabel:"\u30B5\u30FC\u30D3\u30B9\u30FB\u30D7\u30ED\u30D0\u30A4\u30C0\u30FC\u306E\u9078\u629E",openaiProName:"\u6CA1\u5165\u578B\u7FFB\u8A33\u30D7\u30ED\u30E1\u30F3\u30D0\u30FC\uFF08\u63A8\u5968\uFF09",openaiProDescription:"\u73FE\u5728\u306E\u30D1\u30C3\u30B1\u30FC\u30B8\u306F\u76F4\u63A5\u4F7F\u7528\u3067\u304D\u308B",openaiProDescriptionForNormal:"\u30BB\u30C3\u30C8\u30A2\u30C3\u30D7\u4E0D\u8981\u3001\u4F1A\u54E1\u306E\u65B9\u306F\u30ED\u30B0\u30A4\u30F3\u5F8C\u5229\u7528\u53EF\u80FD\u3001<1>\u4F1A\u54E1\u3078\u306E\u30A2\u30C3\u30D7\u30B0\u30EC\u30FC\u30C9\u306F\u3053\u3061\u3089",openaiCustomDescription:"OpenAI\u3001Azure OpenAI\u3001\u307E\u305F\u306F\u305D\u306E\u4ED6\u306E\u30B5\u30FC\u30C9\u30D1\u30FC\u30C6\u30A3\u30B5\u30FC\u30D3\u30B9\u3067\u5229\u7528\u53EF\u80FD\u3067\u3059<1>\u3002",openaiCustomName:"\u30AB\u30B9\u30BF\u30E0API\u30AD\u30FC",needLoginAction:"(\u30AA\u30FC\u30D7\u30F3\u30FB\u30E1\u30F3\u30D0\u30FC\u307E\u305F\u306F\u30AB\u30B9\u30BF\u30DE\u30A4\u30BA\uFF09",goLoginOrAction:"(\u30E1\u30F3\u30D0\u30FC\u30B7\u30C3\u30D7\u3092\u958B\u304F\u304B\u3001\u8A2D\u5B9A\u306B\u9032\u3080)",yearly:"\u9023\u7D9A\u5E74\u6255\u3044\u3092\u3059\u308B",quarterly:"\u9806\u6B21\u5305\u88C5",monthly:"\u30DE\u30F3\u30B9\u30EA\u30FC\u30FB\u30B5\u30D6\u30B9\u30AF\u30EA\u30D7\u30B7\u30E7\u30F3",yearlyForOnce:"\u5E74\u9593\u30D1\u30C3\u30B1\u30FC\u30B8",monthlyForOnce:"\u67081\u56DE\u30D1\u30C3\u30B1\u30FC\u30B8",daily:"\u9023\u7D9A\u30D1\u30B1\u30C3\u30C8\u65E5",year:"\u9023\u7D9A\u5E74\u6255\u3044\u3092\u3059\u308B",quarter:"\u9806\u6B21\u5305\u88C5",month:"\u30DE\u30F3\u30B9\u30EA\u30FC\u30FB\u30B5\u30D6\u30B9\u30AF\u30EA\u30D7\u30B7\u30E7\u30F3",day:"\u9023\u7D9A\u30D1\u30B1\u30C3\u30C8\u65E5",onetime_7day:"7\u65E5\u9593\u4F53\u9A13\u30D1\u30C3\u30AF",currentPlanDescriptionForFree:"\u73FE\u5728\u306E\u30D1\u30C3\u30B1\u30FC\u30B8\uFF1A\u7121\u6599",currentPlanDescriptionForContinuous:"\u73FE\u5728\u306E\u30D1\u30C3\u30B1\u30FC\u30B8\uFF1A{plan}\u306F {endAt} \u306B\u81EA\u52D5\u66F4\u65B0\u3055\u308C\u307E\u3059\u3002",currentPlanDescriptionForAutoRenewCaceling:"\u73FE\u5728\u306E\u30D1\u30C3\u30B1\u30FC\u30B8\uFF1A{plan}\u306E\u6709\u52B9\u671F\u9650\u306F {endAt} \u3068\u306A\u308A\u3001\u6709\u52B9\u671F\u9650\u5207\u308C\u306B\u3088\u308B\u81EA\u52D5\u66F4\u65B0\u306F\u884C\u308F\u308C\u307E\u305B\u3093\u3002",currentYearlyPlanDescriptionForAutoRenewCacelingWithRealPaiedUser:"\u73FE\u5728\u306E\u30D1\u30C3\u30B1\u30FC\u30B8\u3001\uFF1A{plan}\u306F\u3001 {endAt} \u306B\u671F\u9650\u5207\u308C\u3068\u306A\u308A\u3001\u671F\u9650\u5207\u308C\u306B\u3088\u308B\u81EA\u52D5\u66F4\u65B0\u306F\u884C\u308F\u308C\u307E\u305B\u3093\u3002
<1>\u66F4\u65B0\u30D7\u30E9\u30F3\u306E\u7BA1\u7406\u306F\u3053\u3061\u3089",currentYearlyPlanDescriptionForAutoRenewCacelingWithAdmin:"\u73FE\u5728\u306E\u30D1\u30C3\u30B1\u30FC\u30B8\u3001\uFF1A{plan}\u306F\u3001 {endAt} \u306B\u671F\u9650\u5207\u308C\u3068\u306A\u308A\u3001\u671F\u9650\u5207\u308C\u306B\u3088\u308B\u81EA\u52D5\u66F4\u65B0\u306F\u884C\u308F\u308C\u307E\u305B\u3093\u3002
<1>\u7D99\u7D9A\u7684\u306A\u5E74\u9593\u8CFC\u8AAD\u3092\u6709\u52B9\u306B\u3059\u308B\u306B\u306F\u3001\u3053\u3053\u3092\u30AF\u30EA\u30C3\u30AF\u3057\u3066\u304F\u3060\u3055\u3044\u3002",currentPlanDescriptionForOneTime:"\u73FE\u5728\u306E\u8CFC\u8AAD\uFF1A{plan}\u306F {endAt} \u3067\u671F\u9650\u5207\u308C\u3068\u306A\u308A\u307E\u3059\u3002<1>\u5E74\u4F1A\u8CBB\u307E\u305F\u306F<2>\u6708\u4F1A\u8CBB<1>\u3078\u306E\u30A2\u30C3\u30D7\u30B0\u30EC\u30FC\u30C9\u306F\u3053\u3061\u3089\u3092\u30AF\u30EA\u30C3\u30AF\u3057\u3066\u304F\u3060\u3055\u3044\u3002",upgradePlan:"\u30D7\u30ED\u4F1A\u54E1\u3078\u306E\u30A2\u30C3\u30D7\u30B0\u30EC\u30FC\u30C9\u306F\u3053\u3061\u3089",upgradeToPro:"\u30D7\u30ED\u4F1A\u54E1\u3078\u306E\u30A2\u30C3\u30D7\u30B0\u30EC\u30FC\u30C9","popup.openPro":"DeepL\u3068OpenAI\u306E\u7FFB\u8A33\u3092\u304A\u697D\u3057\u307F\u3044\u305F\u3060\u304F\u306B\u306F\u3001Pro\u30E1\u30F3\u30D0\u30FC\u30B7\u30C3\u30D7\u306B\u30A2\u30C3\u30D7\u30B0\u30EC\u30FC\u30C9\u3057\u3066\u304F\u3060\u3055\u3044\uFF01","popup.openProForPro":"\u3042\u306A\u305F\u306F\u3001DeepL\u3068OpenAI\u306E\u7FFB\u8A33\u306B\u76F4\u63A5\u30A2\u30AF\u30BB\u30B9\u3067\u304D\u308B\u30D7\u30ED\u30E1\u30F3\u30D0\u30FC\u3067\u3059\uFF01",currentAccount:"\u5F53\u5EA7\u9810\u91D1",enableAutoSyncUserSettings:"\u8907\u6570\u306E\u30C7\u30D0\u30A4\u30B9\u9593\u3067\u81EA\u52D5\u30AF\u30E9\u30A6\u30C9\u540C\u671F\u304C\u53EF\u80FD",modalEnableInputTranslationTitle:"\u6CA1\u5165\u578B\u7FFB\u8A33\u5165\u529B\u30DC\u30C3\u30AF\u30B9 \u7FFB\u8A33\u30A2\u30E9\u30FC\u30C8",modalEnableInputTranslationDesc:"\u30B9\u30DA\u30FC\u30B9\u30D0\u30FC\u30923\u56DE\u9023\u6253\u3059\u308B\u3053\u3068\u3067\u3001Immersive Translation\u306E\u5165\u529B\u30DC\u30C3\u30AF\u30B9\u7FFB\u8A33\u304C\u958B\u59CB\u3055\u308C\u3001\u5165\u529B\u30DC\u30C3\u30AF\u30B9\u306E\u5185\u5BB9\u304C\u30C7\u30D5\u30A9\u30EB\u30C8\u306E\u30BF\u30FC\u30B2\u30C3\u30C8\u8A00\u8A9E\u306B\u7FFB\u8A33\u3055\u308C\u307E\u3059\u3002\u7FFB\u8A33\u306FCtrl+Z\u3067\u53D6\u308A\u6D88\u3059\u3053\u3068\u304C\u3067\u304D\u307E\u3059\u3002

\u3082\u3057\u3053\u308C\u304C\u9593\u9055\u3044\u3067\u3042\u3063\u305F\u3068\u3057\u3066\u3082\u3001\u4ECA\u56DE\u306F\u7121\u52B9\u306B\u3059\u308B\u304B\u3001\u6C38\u4E45\u306B\u5165\u529B\u30DC\u30C3\u30AF\u30B9\u306E\u7FFB\u8A33\u3092\u7121\u52B9\u306B\u3059\u308B\u304B\u3092\u9078\u629E\u3067\u304D\u307E\u3059\u306E\u3067\u3001\u3054\u5B89\u5FC3\u304F\u3060\u3055\u3044\u3002",saveAndNotShowAgain:"\u4FDD\u5B58\u3057\u3066\u30D7\u30ED\u30F3\u30D7\u30C8\u3092\u6B62\u3081\u308B",disableInputTranslationTips:"* {option} ,{learnMore}\u3067\u30C8\u30EA\u30AC\u30FC\u3059\u308B\u4ED6\u306E\u30B7\u30E7\u30FC\u30C8\u30AB\u30C3\u30C8\u3082\u8A2D\u5B9A\u3067\u304D\u308B\u3002",learnMore:"\u8A73\u7D30\u306F\u3053\u3061\u3089",continueEnalbeInputTranslation:"\u5F15\u304D\u7D9A\u304D\u5165\u529B\u30DC\u30C3\u30AF\u30B9\u306E\u7FFB\u8A33\u3092\u6709\u52B9\u306B\u3059\u308B",autoRenewTrialSuffix:'(\u30C8\u30E9\u30A4\u30A2\u30EB\u306E\u5834\u5408\u3001\u3059\u3050\u306B\u6B63\u4F1A\u54E1\u306B\u30A2\u30C3\u30D7\u30B0\u30EC\u30FC\u30C9)',upgradeFromTrialTitle:"\u6B63\u4F1A\u54E1\u3078\u306E\u30A2\u30C3\u30D7\u30B0\u30EC\u30FC\u30C9",subtitle:"\u30D3\u30C7\u30AA\u30AD\u30E3\u30D7\u30B7\u30E7\u30F3",youtubeService:"\u6620\u50CF\u5B57\u5E55\u7FFB\u8A33\u30B5\u30FC\u30D3\u30B9","subtitle.disabledSubtitle":"\u30D3\u30C7\u30AA\u5B57\u5E55\u6A5F\u80FD\u3092\u6C38\u4E45\u306B\u7121\u52B9\u306B\u3059\u308B","subtitle.disabledSubtitleDescription":"Immersive Translator\u306EVideo Subtitles\u304C\u4ED6\u306E\u62E1\u5F35\u6A5F\u80FD\u3068\u7AF6\u5408\u3059\u308B\u5834\u5408\u3001Immersive Translator\u306EVideo Subtitles\u306E\u6A5F\u80FD\u3092\u6C38\u4E45\u7684\u306B\u7121\u52B9\u306B\u3059\u308B\u304B\u3001\u7AF6\u5408\u3059\u308B\u4ED6\u306E\u62E1\u5F35\u6A5F\u80FD\u3092\u30A2\u30F3\u30A4\u30F3\u30B9\u30C8\u30FC\u30EB\u3059\u308B\u3053\u3068\u304C\u3067\u304D\u307E\u3059\u3002","subtitle.autoEnableSubtitle":"\u30D0\u30A4\u30EA\u30F3\u30AC\u30EB\u5B57\u5E55\u306E\u81EA\u52D5\u4F7F\u7528","subtitle.autoEnableSubtitleDescription":"\u6709\u52B9\u306B\u3057\u305F\u5F8C\u3001\u30D3\u30C7\u30AA\u304C\u518D\u751F\u3055\u308C\u308B\u3068\u304D\u306F\u3001\u81EA\u52D5\u7684\u306B\u4E8C\u304B\u56FD\u8A9E\u306E\u5B57\u5E55\u304C\u8868\u793A\u3055\u308C\u307E\u3059\u3002\u305D\u308C\u4EE5\u5916\u306E\u5834\u5408\u306F\u3001\u7FFB\u8A33\u30DC\u30BF\u30F3\u3092\u30AF\u30EA\u30C3\u30AF\u3059\u308B\u5FC5\u8981\u304C\u3042\u308A\u307E\u3059\u3002","subtitle.preTranslation":"\u6CA1\u5165\u578B\u7FFB\u8A33\u3067\u5B57\u5E55\u3092\u7FFB\u8A33","subtitle.preTranslationDescription":"\u6709\u52B9\u306E\u5834\u5408\u3001\u5B57\u5E55\u5168\u4F53\u304C\u4EE5\u4E0B\u306B\u6307\u5B9A\u3059\u308B\u7FFB\u8A33\u30B5\u30FC\u30D3\u30B9\u3092\u4F7F\u3063\u3066\u4E8B\u524D\u306B\u7FFB\u8A33\u3055\u308C\u30011\u6642\u9593\u306E\u52D5\u753B\u3067\u7D0450,000\u30C8\u30FC\u30AF\u30F3\uFF08\u6587\u5B57\u6570\uFF09\u3092\u6D88\u8CBB\u3057\u307E\u3059\u306E\u3067\u3001\u3054\u81EA\u8EAB\u306E\u5224\u65AD\u3067\u3054\u5229\u7528\u304F\u3060\u3055\u3044\u3002\u7121\u52B9\u306E\u5834\u5408\u3001\u30AA\u30EA\u30B8\u30CA\u30EB\u306E\u5B57\u5E55\u304C\u6700\u521D\u306B\u4F7F\u7528\u3055\u308C\u307E\u3059\u3002","subtitle.humanSubtitlesPreferred":"\u30D2\u30E5\u30FC\u30DE\u30F3\u30FB\u30AD\u30E3\u30D7\u30B7\u30E7\u30F3\u306E\u512A\u5148\u4F7F\u7528","subtitle.humanSubtitlesPreferredDescription":"\u30D3\u30C7\u30AA\u306B\u30BF\u30FC\u30B2\u30C3\u30C8\u8A00\u8A9E\u306E\u5B57\u5E55\u304C\u3042\u308B\u5834\u5408\u3001\u4EBA\u9593\u306E\u5B57\u5E55\u3092\u512A\u5148\u7684\u306B\u4F7F\u7528\u3059\u308B\uFF08\u63A8\u5968\uFF09",videoSubtitleTranslationDescription:"\u30D3\u30C7\u30AA\u5B57\u5E55\u7528\u306B\u5225\u306E\u7FFB\u8A33\u30B5\u30FC\u30D3\u30B9\u3092\u5272\u308A\u5F53\u3066\u308B",subtitleTranslating:"{service} \u3001\u5B57\u5E55\u3092\u7FFB\u8A33\u3057\u3066\u3044\u307E\u3059\u3002(\u30A4\u30DE\u30FC\u30B8\u30E7\u30F3\u7FFB\u8A33)",subtitleLoading:"\u5B57\u5E55\u3092\u8AAD\u307F\u8FBC\u3093\u3067\u3044\u307E\u3059...",bilingual:"\u30D0\u30A4\u30EA\u30F3\u30AC\u30EA\u30BA\u30E0","field.action":"\u767E\u5EA6\u7528\u8A9E\u3092\u6709\u52B9\u306B\u3059\u308B\u304B\u3069\u3046\u304B","description.action":"\u6709\u52B9\u5316\u3055\u308C\u308B\u3068\u3001\u30EA\u30AF\u30A8\u30B9\u30C8\u306Baction=1\u30D1\u30E9\u30E1\u30FC\u30BF\u304C\u8FFD\u52A0\u3055\u308C\u3001\u6709\u52B9\u5316\u3055\u308C\u305F\u7528\u8A9E\u3092Baidu\u306B\u901A\u77E5\u3059\u308B<1>\u3002",closeQuickTranslation:"\u30AF\u30ED\u30FC\u30BA\u30FB\u30DB\u30D0\u30FC\u30DC\u30FC\u30EB","closeQuickTranslation.untilNext":"\u4ECA\u56DE\u306F\u6B21\u56DE\u307E\u3067\u304A\u4F11\u307F","closeQuickTranslation.currentWebsite":"\u73FE\u5728\u306E\u30B5\u30A4\u30C8\u306F\u4F7F\u7528\u4E0D\u53EF","closeQuickTranslation.alwaysClose":"\u6C38\u4E45\u306B\u7121\u52B9\u306B\u3059\u308B","closeQuickTranslation.settingOpen":"<1>(\u8A2D\u5B9A\u30DA\u30FC\u30B8\u3067\u30AA\u30F3\u306B\u3067\u304D\u308B\uFF09","closeQuickTranslation.cancel":"\u30AD\u30E3\u30F3\u30BB\u30EB","closeQuickTranslation.confirm":"\u5B9A\u7FA9\u3059\u308B","floatBall.popup":"\u30AF\u30A4\u30C3\u30AF\u8A2D\u5B9A\u30D1\u30CD\u30EB\u3092\u958B\u304F","floatBall.translate":"\u30AF\u30EA\u30C3\u30AF\u3057\u3066\u30DA\u30FC\u30B8\u3092\u7FFB\u8A33\u3059\u308B","floatBall.showOriginal":"\u30AF\u30EA\u30C3\u30AF\u3057\u3066\u5143\u306E\u8A18\u4E8B\u306B\u623B\u308B","floatBall.close":"\u30AF\u30ED\u30FC\u30BA\u30FB\u30DB\u30D0\u30FC\u30DC\u30FC\u30EB","floatBallOptions.enableDescPc":"\u30DA\u30FC\u30B8\u306E\u30DB\u30D0\u30FC\u30DC\u30FC\u30EB\u3092\u6709\u52B9\u306B\u3059\u308B\u3068\u3001\u30DA\u30FC\u30B8\u306E\u53F3\u5074\u306B\u30AF\u30A4\u30C3\u30AF\u7FFB\u8A33\u30DC\u30BF\u30F3\u304C\u8868\u793A\u3055\u308C\u307E\u3059\uFF01","floatBallOptions.enableDesc":"\u30DB\u30D0\u30FC\u30DC\u30FC\u30EB\u3092\u30AA\u30D5\u306B\u3057\u305F\u5F8C\u3001{touch}\u3002\u3046\u3063\u304B\u308A\u3053\u306E\u30AA\u30D7\u30B7\u30E7\u30F3\u3092\u30AA\u30D5\u306B\u3057\u305F\u5F8C\u3001\u30DB\u30D0\u30FC\u30DC\u30FC\u30EB\u304C\u898B\u3064\u304B\u3089\u306A\u3044\u5834\u5408\u306B\u5099\u3048\u3066\u3001\u3053\u306E\u8A2D\u5B9A\u30DA\u30FC\u30B8\u3092\u30D6\u30C3\u30AF\u30DE\u30FC\u30AF\u3057\u3066\u304A\u304F\u3053\u3068\u3092\u5F37\u304F\u304A\u52E7\u3081\u3057\u307E\u3059\uFF01","description.azureApiUrl":"\u30AB\u30B9\u30BF\u30E0API\u30A4\u30F3\u30BF\u30FC\u30D5\u30A7\u30FC\u30B9\u306E\u30A2\u30C9\u30EC\u30B9\u3092\u8A18\u5165\u3059\u308B\u3002",confirmSupportMouse:"\u30DE\u30A6\u30B9\u30B5\u30DD\u30FC\u30C8\u3092\u5F37\u5236\u7684\u306B\u6709\u52B9\u306B\u3059\u308B",confirmSupportMouseDescription:"\u73FE\u5728\u306E\u30D6\u30E9\u30A6\u30B6\u304C\u30DE\u30A6\u30B9\u6A5F\u80FD\u3092\u30B5\u30DD\u30FC\u30C8\u3057\u3066\u3044\u306A\u3044\u3053\u3068\u3092\u691C\u51FA\u3057\u307E\u3057\u305F\u3002",sampleTargetText:"\u9577\u3044\u591C\u304C\u8A2A\u308C\u3001\u79C1\u306F\u3053\u306E\u65E5\u304B\u3089\u6B7B\u306C\u307E\u3067\u898B\u5F35\u308A\u7D9A\u3051\u308B\u3002\u79C1\u306F\u59BB\u3092\u5A36\u3089\u305A\u3001\u9818\u5730\u3092\u4F5C\u3089\u305A\u3001\u5B50\u3092\u3082\u3046\u3051\u306A\u3044\u3002\u79C1\u306F\u738B\u51A0\u3092\u304B\u3076\u3089\u305A\u3001\u540D\u8A89\u306E\u305F\u3081\u306B\u52AA\u529B\u3057\u306A\u3044\u3002\u79C1\u306F\u81EA\u5206\u306E\u7FA9\u52D9\u3092\u679C\u305F\u3057\u3001\u751F\u304D\u3066\u6B7B\u306C\u3002",sampleSourceText:"Night gathers, and now my watch begins. It shall not end until my death. I shall take no wife, hold no lands, father no children. I shall wear no crowns and win no glory. I shall live and die at my post.","subtitle.supportedSites":"\u5DF2\u652F\u6301\u5728\u8FD9\u4E9B\u7F51\u7AD9\u4F7F\u7528\u53CC\u8BED\u5B57\u5E55\uFF08\u6CE8\u610F\uFF1A\u7531\u4E8E\u6280\u672F\u9650\u5236\uFF0C\u90E8\u5206\u7F51\u7AD9\u5728\u9996\u6B21\u5F00\u542F\u5B57\u5E55\u540E\u9700\u8981\u91CD\u65B0\u5237\u65B0\u9875\u9762\uFF0C\u6216\u8005\u9700\u7B49\u5F85\u7FFB\u8BD1\u5B8C\u6210\u4EE5\u663E\u793A\u53CC\u8BED\u5B57\u5E55\uFF09\uFF1A",viewWithImmersiveTranslate:"\u53CC\u8BED\u7248\u672C(\u6C89\u6D78\u5F0F\u7FFB\u8BD1)",errorReason:"\u9519\u8BEF\u539F\u56E0\uFF1A{message}","proQuotaExceededError.onetime7day":'\uFF0C\u60A8\u53EF\u4EE5\u9009\u62E9\u4EE5\u4E0B\u65B9\u5F0F\u89E3\u51B3\uFF1A

1. \u5207\u6362\u5230 {anotherService} \u6216\u5176\u4ED6\u7FFB\u8BD1\u670D\u52A1
2. \u5347\u7EA7\u4E3A\u6708\u5EA6/\u5E74\u5EA6\u4F1A\u5458',"proQuotaExceededError.trial":'\uFF0C\u60A8\u53EF\u4EE5\u9009\u62E9\u4EE5\u4E0B\u65B9\u5F0F\u89E3\u51B3\uFF1A

1. \u5207\u6362\u5230 {anotherService} \u6216\u5176\u4ED6\u7FFB\u8BD1\u670D\u52A1
2. \u7ACB\u523B\u5347\u7EA7\u4E3A\u6B63\u5F0F\u4F1A\u5458',"proQuotaExceededError.nonTrial":'\uFF0C\u60A8\u53EF\u4EE5\u9009\u62E9\u4EE5\u4E0B\u65B9\u5F0F\u89E3\u51B3\uFF1A

1. \u5207\u6362\u5230 {anotherService} \u6216\u5176\u4ED6\u7FFB\u8BD1\u670D\u52A1
2. \u8D2D\u4E70 {translationService} \u989D\u5916\u6D41\u91CF\u5305',"proQuotaExceededError.resetTime":"
3. \u989D\u5EA6\u91CD\u7F6E\u65F6\u95F4\uFF1A{resetTime}","desc.touchShortcutsToggleTranslatePageOnlyTranslation":"\u300C\u8A33\u6587\u306E\u307F\u300D\u306F\u3001\u8A33\u6587\u306E\u307F\u3092\u8868\u793A\u3059\u308B\u3053\u3068\u3092\u610F\u5473\u3057\u3001\u30DA\u30FC\u30B8\u304C\u307E\u3060\u7FFB\u8A33\u3055\u308C\u3066\u3044\u306A\u3044\u5834\u5408\u306F\u3001\u30E2\u30FC\u30C9\u3092\u5207\u308A\u66FF\u3048\u3066\u7FFB\u8A33\u3057\u307E\u3059\u3002","desc.toggleOnlyTransation":"\u300C\u8A33\u6587\u306E\u307F\u30E2\u30FC\u30C9\u300D\u3068\u306F\u3001\u8A33\u6587\u306E\u307F\u3092\u8868\u793A\u3059\u308B\u3053\u3068\u3092\u6307\u3057\u3001\u30DA\u30FC\u30B8\u304C\u307E\u3060\u7FFB\u8A33\u3055\u308C\u3066\u3044\u306A\u3044\u5834\u5408\u306F\u3001\u30E2\u30FC\u30C9\u3092\u5207\u308A\u66FF\u3048\u3066\u7FFB\u8A33\u3057\u307E\u3059\u3002",touchShortcutsToggleTranslatePageOnlyTranslation:"\u30BF\u30C3\u30C1\u30B9\u30AF\u30EA\u30FC\u30F3\u30B8\u30A7\u30B9\u30C1\u30E3\u30FC\u3092\u8A2D\u5B9A\u3057\u3066\u3001\u30D0\u30A4\u30EA\u30F3\u30AC\u30EB/\u7FFB\u8A33\u30C6\u30AD\u30B9\u30C8\u306E\u307F\u306E\u30E2\u30FC\u30C9\u3092\u5207\u308A\u66FF\u3048\u307E\u3059",download_started:"\u30C0\u30A6\u30F3\u30ED\u30FC\u30C9\u304C\u958B\u59CB\u3055\u308C\u307E\u3057\u305F\u3002\u81EA\u52D5\u7684\u306B\u30C0\u30A6\u30F3\u30ED\u30FC\u30C9\u3055\u308C\u306A\u3044\u5834\u5408\u306F\u3001\u624B\u52D5\u3067\u30AF\u30EA\u30C3\u30AF\u3057\u3066\u304F\u3060\u3055\u3044\u3002",here:"\u3053\u3053","desc.toggleVideoSubtitlePreTranslation":"\u62BC\u3059\u3068\u3001\u30D3\u30C7\u30AA\u306E\u4E8C\u8A00\u8A9E\u5B57\u5E55\u306F\u3001\u307E\u305A\u6CA1\u5165\u578B\u7FFB\u8A33\u306E\u8A2D\u5B9A\u3092\u512A\u5148\u7684\u306B\u4F7F\u7528\u3057\u307E\u3059\u3002\u518D\u5EA6\u62BC\u3059\u3068\u3001\u5143\u306E\u30D3\u30C7\u30AA\u306B\u7D44\u307F\u8FBC\u307E\u308C\u305F\u6A5F\u68B0\u7FFB\u8A33\u5B57\u5E55\u3092\u512A\u5148\u7684\u306B\u4F7F\u7528\u3057\u307E\u3059\u3002\u6CE8\u610F\uFF1A\u3053\u306E\u30B7\u30E7\u30FC\u30C8\u30AB\u30C3\u30C8\u3067\u5909\u66F4\u3055\u308C\u308B\u306E\u306F\u5168\u4F53\u306E\u8A2D\u5B9A\u3067\u3059\u3002",videoSubtitlePreTranslationOn:"\u30D3\u30C7\u30AA\u306E\u5B57\u5E55\u306F\u3001\u512A\u5148\u7684\u306B\u6CA1\u5165\u578B\u306E\u7FFB\u8A33\u3092\u4F7F\u7528\u3057\u307E\u3059",videoSubtitlePreTranslationOff:"\u30D3\u30C7\u30AA\u306E\u5B57\u5E55\u306F\u3001\u5143\u306E\u30D3\u30C7\u30AA\u306B\u4ED8\u5C5E\u306E\u6A5F\u68B0\u7FFB\u8A33\u5B57\u5E55\u3092\u512A\u5148\u7684\u306B\u4F7F\u7528\u3057\u307E\u3059\u3002",translationFont:"\u30D5\u30A9\u30F3\u30C8\u3092\u8A2D\u5B9A\u3059\u308B","translationFont.custom":"\u30AB\u30B9\u30BF\u30E0\u30D5\u30A9\u30F3\u30C8\u3092\u5165\u529B\u3057\u3066\u304F\u3060\u3055\u3044","translationFont.customPlaceholder":"\u30D5\u30A9\u30F3\u30C8","translationFont.notSupportErrorMessage":"\u3042\u306A\u305F\u304C\u5165\u529B\u3057\u305F\u30D5\u30A9\u30F3\u30C8\u540D\u304C\u6B63\u3057\u3044\u304B\u78BA\u8A8D\u3059\u308B\u304B\u3001\u305D\u306E\u30D5\u30A9\u30F3\u30C8\u304C\u3042\u306A\u305F\u306E\u30C7\u30D0\u30A4\u30B9\u306B\u30A4\u30F3\u30B9\u30C8\u30FC\u30EB\u3055\u308C\u3066\u3044\u308B\u3053\u3068\u3092\u78BA\u8A8D\u3057\u3066\u304F\u3060\u3055\u3044\u3002","touch.mouse-translate":"\u6307\u5B9A\u3055\u308C\u305F\u6BB5\u843D\u3092\u7FFB\u8A33\u3057\u3066\u304F\u3060\u3055\u3044","translationServices.inherit":"\u4E3B\u306A\u7FFB\u8A33\u30B5\u30FC\u30D3\u30B9\u306B\u5F93\u3063\u3066\u304F\u3060\u3055\u3044\u3002","error.serveConfigError":"\u30B5\u30FC\u30D3\u30B9\u8A2D\u5B9A\u30A8\u30E9\u30FC","error.reloadPageOfSetting":"\u8A2D\u5B9A\u5F8C\u3001\u30DA\u30FC\u30B8\u3092\u30EA\u30D5\u30EC\u30C3\u30B7\u30E5\u3057\u3066\u518D\u5EA6\u7FFB\u8A33\u3057\u3066\u304F\u3060\u3055\u3044\u3002","error.googleLimitIp":"\u30B5\u30FC\u30D3\u30B9\u304C\u30A8\u30E9\u30FC\u3092\u8FD4\u3057\u307E\u3057\u305F\u3002Google\u30B5\u30FC\u30D3\u30B9\u306F\u3053\u306EIP\u30A2\u30C9\u30EC\u30B9\u306B\u5BFE\u3057\u3066\u6D41\u91CF\u5236\u9650\u3092\u884C\u3063\u3066\u3044\u307E\u3059\u3002\u30CD\u30C3\u30C8\u30EF\u30FC\u30AF\u30CE\u30FC\u30C9\u306E\u5909\u66F4\u3092\u304A\u52E7\u3081\u3057\u307E\u3059\u3002","error.openAIFreeLimit":"\u30B5\u30FC\u30D3\u30B9\u304C\u30A8\u30E9\u30FC\u3092\u8FD4\u3057\u307E\u3057\u305F\u3002\u73FE\u5728\u306E\u7FFB\u8A33\u30EA\u30AF\u30A8\u30B9\u30C8\u306E\u983B\u5EA6\u306F\u30011\u5206\u3042\u305F\u308A\u6700\u59273\u56DE\u306E\u4E0A\u9650\u306B\u9054\u3057\u3066\u3044\u307E\u3059\u3002\u5F8C\u307B\u3069\u518D\u5EA6\u304A\u8A66\u3057\u304F\u3060\u3055\u3044\u3002\uFF08\u3053\u308C\u306FOpenAI\u516C\u5F0F\u304C\u7121\u6599\u306EAPI Key\u306B\u5BFE\u3059\u308B\u5236\u9650\u3067\u3001\u3053\u306E\u5236\u9650\u3092\u89E3\u9664\u3059\u308B\u306B\u306F\u3001OpenAI\u306E\u30D0\u30C3\u30AF\u30A8\u30F3\u30C9\u3067\u30AF\u30EC\u30B8\u30C3\u30C8\u30AB\u30FC\u30C9\u3092\u767B\u9332\u3057\u3066\u304F\u3060\u3055\u3044\u3002\uFF09","error.openAIExceededQuota":"\u30B5\u30FC\u30D3\u30B9\u30A8\u30E9\u30FC\u304C\u8FD4\u3055\u308C\u307E\u3057\u305F\uFF1A\u73FE\u5728\u306EOpenAI\u30A2\u30AB\u30A6\u30F3\u30C8\u306E\u6B8B\u9AD8\u304C\u4E0D\u8DB3\u3057\u3066\u3044\u307E\u3059\u3002OpenAI\u306E\u516C\u5F0F\u30D0\u30C3\u30AF\u30A8\u30F3\u30C9\u3067\u30C1\u30E3\u30FC\u30B8\u3059\u308B\u304B\u3001\u30AF\u30EC\u30B8\u30C3\u30C8\u30AB\u30FC\u30C9\u3092\u767B\u9332\u3057\u3066\u304F\u3060\u3055\u3044\u3002","error.429":"\u30B5\u30FC\u30D3\u30B9\u304C\u30A8\u30E9\u30FC\u3092\u8FD4\u3057\u307E\u3057\u305F\u3002\u3053\u308C\u306F\u3001\u30EA\u30AF\u30A8\u30B9\u30C8\u304C\u983B\u7E41\u3059\u304E\u308B\u304B\u3001\u5236\u9650\u3092\u8D85\u3048\u3066\u3044\u308B\u3053\u3068\u3092\u793A\u3057\u3066\u3044\u307E\u3059\u3002\u5F8C\u3067\u3082\u3046\u4E00\u5EA6\u304A\u8A66\u3057\u304F\u3060\u3055\u3044\u3002","error.403":"\u30B5\u30FC\u30D3\u30B9\u304C\u30A8\u30E9\u30FC\u3092\u8FD4\u3057\u307E\u3057\u305F\u3001\u73FE\u5728\u305D\u306E\u30B5\u30FC\u30D3\u30B9\u306B\u30A2\u30AF\u30BB\u30B9\u3059\u308B\u6A29\u9650\u304C\u3042\u308A\u307E\u305B\u3093\u3002","error.400":"\u30B5\u30FC\u30D3\u30B9\u304C\u30A8\u30E9\u30FC\u3092\u8FD4\u3057\u307E\u3057\u305F\u3001\u30EA\u30AF\u30A8\u30B9\u30C8\u30D1\u30E9\u30E1\u30FC\u30BF\u304C\u9593\u9055\u3063\u3066\u3044\u307E\u3059\u3001\u5BFE\u5FDC\u3059\u308B\u8A2D\u5B9A\u3092\u78BA\u8A8D\u3057\u3066\u304F\u3060\u3055\u3044\u3002","error.502":"\u30B5\u30FC\u30D3\u30B9\u304C\u30A8\u30E9\u30FC\u3092\u8FD4\u3057\u307E\u3057\u305F\u3001\u30B5\u30FC\u30D3\u30B9\u304C\u30BF\u30A4\u30E0\u30A2\u30A6\u30C8\u3057\u307E\u3057\u305F\u3001\u5F8C\u3067\u3082\u3046\u4E00\u5EA6\u304A\u8A66\u3057\u304F\u3060\u3055\u3044\u3002","error.proTokenInvalid":"\u3082\u3057\u3042\u306A\u305F\u304CPro\u30E6\u30FC\u30B6\u30FC\u3067\u3042\u308C\u3070\u3001\u30ED\u30B0\u30A4\u30F3\u5F8C\u306BPro\u7FFB\u8A33\u30B5\u30FC\u30D3\u30B9\u3092\u3054\u5229\u7528\u304F\u3060\u3055\u3044\u3002","error.proUpgrade":"\u30A2\u30C3\u30D7\u30B0\u30EC\u30FC\u30C9\u5F8C\u3001\u30DA\u30FC\u30B8\u3092\u66F4\u65B0\u3057\u3066\u518D\u5EA6\u7FFB\u8A33\u3057\u3066\u304F\u3060\u3055\u3044\u3002","error.configError":"\u8A2D\u5B9A\u30C7\u30FC\u30BF\u304C\u7570\u5E38\u3067\u3059","error.goReset":"\u30EA\u30BB\u30C3\u30C8\u306B\u884C\u304F",batchEdit:"\u4E00\u62EC\u64CD\u4F5C","translationModeLang.translation.title":"\u7FFB\u8A33\u306E\u307F\u30E2\u30FC\u30C9\u306E\u8A00\u8A9E","translationModeLang.translation.description":"\u30DA\u30FC\u30B8\u306E\u8A00\u8A9E\u304C\u4EE5\u4E0B\u306E\u8A00\u8A9E\u306E\u5834\u5408\u3001\u81EA\u52D5\u7684\u306B\u7FFB\u8A33\u6587\u306E\u307F\u306E\u30E2\u30FC\u30C9\u3092\u4F7F\u7528\u3057\u307E\u3059\u3002","translationModeUrl.translation.title":"\u7FFB\u8A33\u306E\u307F\u30E2\u30FC\u30C9\u306E\u30A6\u30A7\u30D6\u30B5\u30A4\u30C8","translationModeUrl.translation.description":"\u4EE5\u4E0B\u306E\u30C9\u30E1\u30A4\u30F3\u306E\u30A6\u30A7\u30D6\u30B5\u30A4\u30C8\u3067\u306F\u3001\u81EA\u52D5\u7684\u306B\u7FFB\u8A33\u30C6\u30AD\u30B9\u30C8\u306E\u307F\u306E\u30E2\u30FC\u30C9\u304C\u4F7F\u7528\u3055\u308C\u307E\u3059\u3002","error.serveUnavailable":"\u3042\u306A\u305F\u304C\u73FE\u5728\u4F7F\u7528\u3057\u3066\u3044\u308B[{serverName}]\u30B5\u30FC\u30D3\u30B9\u306F\u3001\u30CD\u30C3\u30C8\u30EF\u30FC\u30AF\u63A5\u7D9A\u3084\u30B5\u30FC\u30D3\u30B9\u30D7\u30ED\u30D0\u30A4\u30C0\u306E\u554F\u984C\u306B\u3088\u308A\u4E00\u6642\u7684\u306B\u30A2\u30AF\u30BB\u30B9\u3067\u304D\u307E\u305B\u3093\u3002\u30DA\u30FC\u30B8\u3092\u30EA\u30D5\u30EC\u30C3\u30B7\u30E5\u3059\u308B\u304B\u3001<1>\u8A2D\u5B9A\u304B\u3089\u4ED6\u306E\u7FFB\u8A33\u30B5\u30FC\u30D3\u30B9\u306B\u5207\u308A\u66FF\u3048\u308B\u3053\u3068\u3092\u304A\u52E7\u3081\u3057\u307E\u3059\u3002\u3082\u3057<2>Pro\u4F1A\u54E1\u3067\u3042\u308C\u3070\u3001\u3088\u308A\u5B89\u5B9A\u3057\u305FDeepL\u307E\u305F\u306FOpenAI\u306E\u7FFB\u8A33\u30B5\u30FC\u30D3\u30B9\u3092\u9078\u629E\u3059\u308B\u3053\u3068\u304C\u3067\u304D\u307E\u3059\uFF08<3>\u3053\u3053\u3092\u30AF\u30EA\u30C3\u30AF\u3057\u3066\u7121\u6599\u4F53\u9A13\uFF09\u3002\u307E\u305F\u3001\u30CD\u30C3\u30C8\u30EF\u30FC\u30AF\u3084\u30D7\u30ED\u30AD\u30B7\u8A2D\u5B9A\u3092\u78BA\u8A8D\u3059\u308B\u5FC5\u8981\u304C\u3042\u308B\u304B\u3082\u3057\u308C\u307E\u305B\u3093\u3002",detectServiceLoading:"\u5229\u7528\u53EF\u80FD\u306A\u7FFB\u8A33\u30B5\u30FC\u30D3\u30B9\u3092\u691C\u51FA\u4E2D...",toggleToService:"{service}\u306B\u5207\u308A\u66FF\u3048\u3066\u518D\u8A66\u884C\u3057\u3066\u304F\u3060\u3055\u3044\u3002","error.gemini.429":"\u73FE\u5728\u306EGemini\u30B5\u30FC\u30D3\u30B9\u306E\u73FE\u5728\u306E\u8CA0\u8377\u80FD\u529B\u304C\u4E0A\u9650\u306B\u9054\u3057\u3066\u3044\u307E\u3059\u306E\u3067\u3001\u5F8C\u307B\u3069\u518D\u5EA6\u304A\u8A66\u3057\u3044\u305F\u3060\u304F\u304B\u3001\u4ED6\u306E\u7FFB\u8A33\u30B5\u30FC\u30D3\u30B9\u306B\u5207\u308A\u66FF\u3048\u3066\u304F\u3060\u3055\u3044\u3002",enableSentryReport:"\u62E1\u5F35\u304C\u30A8\u30E9\u30FC\u3092\u8D77\u3053\u3057\u305F\u3068\u304D\u3001Sentry\u3092\u4F7F\u7528\u3057\u3066\u30D5\u30A3\u30FC\u30C9\u30D0\u30C3\u30AF\u3092\u63D0\u51FA\u3057\u3066\u304F\u3060\u3055\u3044\u3002",goLogin:"\u30ED\u30B0\u30A4\u30F3\u3057\u3066\u304F\u3060\u3055\u3044","translationServices.gemini":"\u30B8\u30A7\u30DF\u30CB","error.reason":"\u30A8\u30E9\u30FC\u306E\u539F\u56E0","widget.translateFile":"PDF/ePub",touchShortcutsOff:"\u9589\u3058\u308B","error.retry":"\u518D\u8A66\u884C","multipleClick.4":"\u56DB\u9023\u6483",shortcutSettings:"\u30B7\u30E7\u30FC\u30C8\u30AB\u30C3\u30C8\u30AD\u30FC","multipleClick.3":"\u30C8\u30EA\u30D7\u30EB\u30B9\u30C8\u30E9\u30A4\u30AF",notLogin:"\u30ED\u30B0\u30A4\u30F3\u3057\u3066\u3044\u307E\u305B\u3093","slide.right":"\u5DE6\u306B\u30B9\u30EF\u30A4\u30D7\u3057\u3066\u304F\u3060\u3055\u3044",translationOnlyMode:"\u8A33\u6587\u306E\u307F\u30E2\u30FC\u30C9","widget.videoSubtitle":"\u30D3\u30C7\u30AA\u5B57\u5E55",paragraphMinTextCountField:"\u7FFB\u8A33\u6BB5\u843D\u306B\u5FC5\u8981\u306A\u6700\u5C0F\u6587\u5B57\u6570","subtitle.hideQuickButton":"\u3053\u306E\u30B7\u30E7\u30FC\u30C8\u30AB\u30C3\u30C8\u3092\u8868\u793A\u3057\u306A\u3044","floatBall.iKnow":"\u308F\u304B\u308A\u307E\u3057\u305F",contact:"\u79C1\u305F\u3061\u306B\u9023\u7D61\u3057\u3066\u304F\u3060\u3055\u3044","widget.instructionTooltip":"\u4F7F\u7528\u8AAC\u660E\u3092\u78BA\u8A8D\u3057\u3066\u304F\u3060\u3055\u3044","tagsInput.add":"+ \u8FFD\u52A0",loggedIn:"\u30ED\u30B0\u30A4\u30F3\u6E08\u307F","intro.floatBallTitle":"\u30AF\u30A4\u30C3\u30AF\u7FFB\u8A33\u30D5\u30ED\u30FC\u30C8\u30DC\u30FC\u30EB",pickAll:"\u3059\u3079\u3066\u9078\u629E","error.subscriptionExpiredTitle":"\u4F1A\u54E1\u304C\u671F\u9650\u5207\u308C\u306B\u306A\u308A\u307E\u3057\u305F","widget.instruction":"\u4F7F\u7528\u8AAC\u660E","shortcutGroup.main":"\u4E00\u822C\u7684\u306A\u6A5F\u80FD\u306E\u30B7\u30E7\u30FC\u30C8\u30AB\u30C3\u30C8\u30AD\u30FC","subtitle.bilingual":"\u30D0\u30A4\u30EA\u30F3\u30AC\u30EB\u5B57\u5E55",alwaysTranslateThisSite:"\u5E38\u306B\u3053\u306E\u30A6\u30A7\u30D6\u30B5\u30A4\u30C8\u3092\u7FFB\u8A33\u3057\u3066\u304F\u3060\u3055\u3044\u3002",mouseHoverCustomKeyTitle:"\u30AB\u30B9\u30BF\u30E0\u30DE\u30A6\u30B9\u30DB\u30D0\u30FC\u30B7\u30E7\u30FC\u30C8\u30AB\u30C3\u30C8","shortcutGroup.mouse":"\u30DE\u30A6\u30B9\u30DB\u30D0\u30FC\u30B7\u30E7\u30FC\u30C8\u30AB\u30C3\u30C8\u8A2D\u5B9A","browser.translateWithGemini":"\u73FE\u5728\u306E\u30DA\u30FC\u30B8\u3092\u4E00\u6642\u7684\u306BGemini\u3067\u7FFB\u8A33\u3057\u3066\u304F\u3060\u3055\u3044",shortcutSettingsTitle:"\u30B7\u30E7\u30FC\u30C8\u30AB\u30C3\u30C8\u30AD\u30FC\u306E\u8A2D\u5B9A","subtitle.showQuickButton":"\u30D7\u30EC\u30FC\u30E4\u30FC\u306B\u4E8C\u8A00\u8A9E\u5B57\u5E55\u306E\u30B7\u30E7\u30FC\u30C8\u30AB\u30C3\u30C8\u3092\u8868\u793A\u3059\u308B","browser.translateWithOpenAI":"\u4E00\u6642\u7684\u306BOpenAI\u3092\u4F7F\u3063\u3066\u73FE\u5728\u306E\u30DA\u30FC\u30B8\u3092\u7FFB\u8A33\u3057\u3066\u304F\u3060\u3055\u3044","browser.translateInputBox":"\u73FE\u5728\u306E\u5165\u529B\u30DC\u30C3\u30AF\u30B9\u306E\u5185\u5BB9\u3092\u7FFB\u8A33\u3057\u3066\u304F\u3060\u3055\u3044\u3002","browser.translateWithDeepL":"\u73FE\u5728\u306E\u30DA\u30FC\u30B8\u3092\u4E00\u6642\u7684\u306BDeepL\u3067\u7FFB\u8A33\u3057\u3066\u304F\u3060\u3055\u3044\u3002","browser.translateWithGoogle":"\u4E00\u6642\u7684\u306BGoogle\u7FFB\u8A33\u3067\u73FE\u5728\u306E\u30DA\u30FC\u30B8\u3092\u7FFB\u8A33\u3057\u3066\u304F\u3060\u3055\u3044\u3002",temprarilyChangeTranslationTo_openai:"\u73FE\u5728\u3001OpenAI\u3092\u4F7F\u7528\u3057\u3066\u73FE\u5728\u306E\u30DA\u30FC\u30B8\u3092\u7FFB\u8A33\u3057\u3066\u3044\u307E\u3059",temprarilyChangeTranslationTo_deepl:"\u73FE\u5728\u3001DeepL\u3092\u4F7F\u7528\u3057\u3066\u73FE\u5728\u306E\u30DA\u30FC\u30B8\u3092\u7FFB\u8A33\u3057\u3066\u3044\u307E\u3059","intro.subtitleTitle":"\u30AA\u30F3\u30E9\u30A4\u30F3\u30D3\u30C7\u30AA\u306E\u30D0\u30A4\u30EA\u30F3\u30AC\u30EB\u5B57\u5E55\u8868\u793A","shortcutGroup.touch":"\u30BF\u30C3\u30C1\u30B9\u30AF\u30EA\u30FC\u30F3\u5C02\u7528\u30B8\u30A7\u30B9\u30C1\u30E3\u30FC",temprarilyChangeTranslationTo_gemini:"\u73FE\u5728\u3001Gemini\u3092\u4F7F\u7528\u3057\u3066\u73FE\u5728\u306E\u30DA\u30FC\u30B8\u3092\u7FFB\u8A33\u3057\u3066\u3044\u307E\u3059",neverTranslateThisSite:"\u3053\u306E\u30A6\u30A7\u30D6\u30B5\u30A4\u30C8\u3092\u6C38\u9060\u306B\u7FFB\u8A33\u3057\u306A\u3044\u3067\u304F\u3060\u3055\u3044",temprarilyChangeTranslationTo_transmart:"\u73FE\u5728\u3001\u30C6\u30F3\u30BB\u30F3\u30C8\u7FFB\u8A33\u3092\u4F7F\u7528\u3057\u3066\u73FE\u5728\u306E\u30DA\u30FC\u30B8\u3092\u7FFB\u8A33\u3057\u3066\u3044\u307E\u3059","browser.translateWithTransmart":"\u4E00\u6642\u7684\u306B\u30C6\u30F3\u30BB\u30F3\u30C8\u7FFB\u8A33\u3067\u73FE\u5728\u306E\u30DA\u30FC\u30B8\u3092\u7FFB\u8A33\u3057\u3066\u304F\u3060\u3055\u3044",notLoginPro:"\u3042\u306A\u305F\u306E\u4F1A\u54E1\u30A2\u30AB\u30A6\u30F3\u30C8\u306B\u307E\u3060\u30ED\u30B0\u30A4\u30F3\u3057\u3066\u3044\u307E\u305B\u3093",networkError:"\u7FFB\u8A33\u30B5\u30FC\u30D3\u30B9\u307E\u305F\u306F\u30CD\u30C3\u30C8\u30EF\u30FC\u30AF\u306B\u554F\u984C\u304C\u767A\u751F\u3057\u3066\u3044\u307E\u3059","widget.videoSubtitleTooltip":"Youtube \u7B49 {count}+ \u306E\u30D3\u30C7\u30AA\u30B5\u30A4\u30C8\u3092\u30B5\u30DD\u30FC\u30C8\u3057\u3066\u3044\u307E\u3059","subtitle.autoDisableSubtitle":"\u81EA\u52D5\u7684\u306B\u4E8C\u304B\u56FD\u8A9E\u306E\u5B57\u5E55\u3092\u6709\u52B9\u306B\u3057\u306A\u3044","intro.hoverTitle":"\u30DE\u30A6\u30B9\u3092\u73FE\u5728\u306E\u6BB5\u843D\u306B\u30DB\u30D0\u30FC\u3057\u3066\u7FFB\u8A33\u3057\u3066\u304F\u3060\u3055\u3044","shortcutGroup.others":"\u3088\u308A\u591A\u304F\u306E\u30AB\u30B9\u30BF\u30E0\u6A5F\u80FD\u306E\u30B7\u30E7\u30FC\u30C8\u30AB\u30C3\u30C8",upgradeToProErrorTitle:"\u3053\u306E\u7FFB\u8A33\u30B5\u30FC\u30D3\u30B9\u3092\u4F7F\u7528\u3059\u308B\u306B\u306F\u3001Pro\u30E1\u30F3\u30D0\u30FC\u306B\u30A2\u30C3\u30D7\u30B0\u30EC\u30FC\u30C9\u3057\u3066\u304F\u3060\u3055\u3044\u3002",temprarilyChangeTranslationTo_google:"\u73FE\u5728\u3001Google\u7FFB\u8A33\u3092\u4F7F\u7528\u3057\u3066\u73FE\u5728\u306E\u30DA\u30FC\u30B8\u3092\u7FFB\u8A33\u3057\u3066\u3044\u307E\u3059",touchShortcutsToggleTranslationMask:"\u30BF\u30C3\u30C1\u30B9\u30AF\u30EA\u30FC\u30F3\u30B8\u30A7\u30B9\u30C1\u30E3\u30FC\u3092\u8A2D\u5B9A\u3057\u3066\u3001\u7FFB\u8A33\u30DE\u30B9\u30AF\u3092\u8868\u793A/\u539F\u6587\u3092\u8868\u793A","shortcutGroup.shortcutsForTranslationServices":"\u7FFB\u8A33\u30B5\u30FC\u30D3\u30B9\u95A2\u9023\u306E\u30B7\u30E7\u30FC\u30C8\u30AB\u30C3\u30C8\u30AD\u30FC","neverTranslateText.title":"\u4EE5\u4E0B\u306E\u5358\u8A9E\u306F\u539F\u6587\u306E\u307E\u307E\u306B\u3057\u3066\u304F\u3060\u3055\u3044\u3001\u7FFB\u8A33\u3057\u306A\u3044\u3067\u304F\u3060\u3055\u3044\u3002","widget.translateFileTooltip":"PDF\u3001EPUB\u3001SRT\u3001ASS\u3001HTML\u3001TXT \u30C9\u30AD\u30E5\u30E1\u30F3\u30C8\u3092\u7FFB\u8A33\u3057\u3066\u304F\u3060\u3055\u3044","floatBall.longPress":"\u9577\u62BC\u3057\u3059\u308B\u3068\u3001\u8A2D\u5B9A\u30D1\u30CD\u30EB\u3092\u7D20\u65E9\u304F\u958B\u304F\u3053\u3068\u304C\u3067\u304D\u307E\u3059\u3088","floatBall.guideClickToTranslate":`\u30AF\u30EA\u30C3\u30AF\u3057\u3066\u6CA1\u5165\u578B\u7FFB\u8A33\u30D5\u30ED\u30FC\u30C8\u30DC\u30FC\u30EB\u3092 \u3059\u3050\u306B\u7FFB\u8A33\u3067\u304D\u307E\u3059`,"browser.translateWithBing":"\u4E00\u6642\u7684\u306B\u30DE\u30A4\u30AF\u30ED\u30BD\u30D5\u30C8\u7FFB\u8A33\u3092\u4F7F\u7528\u3057\u3066\u73FE\u5728\u306E\u30DA\u30FC\u30B8\u3092\u7FFB\u8A33\u3057\u3066\u304F\u3060\u3055\u3044\u3002","browser.toggleMouseHoverTranslateDirectly":"\u30DA\u30FC\u30B8\u4E0A\u3067\u4E00\u6642\u7684\u306B\u30DE\u30A6\u30B9\u30DB\u30D0\u30FC\u306B\u3088\u308B\u76F4\u63A5\u7FFB\u8A33\u3092\u6709\u52B9\u306B\u3059\u308B\u304B\u7121\u52B9\u306B\u3059\u308B","browser.toggleVideoSubtitlePreTranslation":"\u30D0\u30A4\u30EA\u30F3\u30AC\u30EB\u5B57\u5E55\u3092\u5207\u308A\u66FF\u3048\u3066\u3001\u6CA1\u5165\u578B\u7FFB\u8A33\u8A2D\u5B9A\u3092\u512A\u5148\u7684\u306B\u4F7F\u7528\u3057\u3066\u304F\u3060\u3055\u3044\u3002",touchShortcutsToggleTranslateTouchElement:"\u6307\u5B9A\u306E\u6BB5\u843D\u3092\u7FFB\u8A33\u3059\u308B\u305F\u3081\u306E\u30BF\u30C3\u30C1\u30B9\u30AF\u30EA\u30FC\u30F3\u30B8\u30A7\u30B9\u30C1\u30E3\u30FC\u3092\u8A2D\u5B9A\u3057\u3066\u304F\u3060\u3055\u3044",touchShortcutsToggleTranslatePage:"\u30A6\u30A7\u30D6\u30DA\u30FC\u30B8\u3092\u7FFB\u8A33/\u539F\u6587\u3092\u8868\u793A\u3059\u308B\u305F\u3081\u306E\u30BF\u30C3\u30C1\u30B9\u30AF\u30EA\u30FC\u30F3\u30B8\u30A7\u30B9\u30C1\u30E3\u30FC\u3092\u8A2D\u5B9A\u3057\u3066\u304F\u3060\u3055\u3044\u3002","contact.description":"\u4F55\u304B\u3054\u8CEA\u554F\u3084\u63D0\u6848\u304C\u3054\u3056\u3044\u307E\u3057\u305F\u3089\u3001\u4E0B\u8A18\u306E\u30D5\u30A9\u30FC\u30E0\u306B\u8A18\u5165\u3057\u3066\u3054\u9023\u7D61\u3044\u305F\u3060\u304F\u304B\u3001{email}\u307E\u3067\u30E1\u30FC\u30EB\u3092\u304A\u9001\u308A\u304F\u3060\u3055\u3044\u3002\u65E9\u6025\u306B\u3054\u8FD4\u4FE1\u3044\u305F\u3057\u307E\u3059\u3002","desc.mouseHoverHoldKey":"\u30DE\u30A6\u30B9\u3092\u7279\u5B9A\u306E\u6BB5\u843D\u306B\u30DB\u30D0\u30FC\u3055\u305B\u3001\u540C\u6642\u306B\u53F3\u5074\u306E\u30B7\u30E7\u30FC\u30C8\u30AB\u30C3\u30C8\u30AD\u30FC\u3092\u62BC\u3059\u3068\u3001\u305D\u306E\u6BB5\u843D\u3092\u76F4\u63A5\u7FFB\u8A33\u3067\u304D\u307E\u3059\u3002","desc.touchShortcutsToggleTranslateTouchElement":"\u3042\u306A\u305F\u306E\u3044\u308B\u4EFB\u610F\u306E\u6BB5\u843D\u3092\u7FFB\u8A33\u3059\u308B\u305F\u3081\u306E\u30B8\u30A7\u30B9\u30C1\u30E3\u30FC\u3092\u30AB\u30B9\u30BF\u30DE\u30A4\u30BA\u3057\u3066\u304F\u3060\u3055\u3044\u3002",paragraphMinTextCountDesc:"\u6CE8\u610F\u3001\u3053\u3053\u3067\u6307\u3059\u306E\u306F\u6587\u5B57\u306E\u9577\u3055\u3067\u3001\u4F8B\u3048\u3070\uFF1Ahello\u306F5\u6587\u5B57\u3067\u3059\u3001\u3088\u308A\u5927\u304D\u306A\u5024\u3092\u8A2D\u5B9A\u3059\u308B\u3068\u4E0D\u5FC5\u8981\u306A\u5C0F\u3055\u306A\u6BB5\u843D\u306E\u7FFB\u8A33\u3092\u6E1B\u3089\u3059\u3053\u3068\u304C\u3067\u304D\u307E\u3059\u3002","description.baiduField":"\u30B5\u30DD\u30FC\u30C8\u3055\u308C\u3066\u3044\u308B\u30D5\u30A3\u30FC\u30EB\u30C9\u306F<1>\u3053\u3053\u3092\u53C2\u7167\u3057\u3066\u304F\u3060\u3055\u3044\u3002\u7A7A\u306E\u5834\u5408\u306F\u3001\u30D5\u30A3\u30FC\u30EB\u30C9\u304C\u6307\u5B9A\u3055\u308C\u3066\u3044\u306A\u3044\u3053\u3068\u3092\u610F\u5473\u3057\u307E\u3059\u3002","error.subscriptionExpired":"\u3042\u306A\u305F\u306E\u4F1A\u54E1\u8CC7\u683C\u306F\u3059\u3067\u306B\u671F\u9650\u5207\u308C\u304B\u3082\u3057\u308C\u307E\u305B\u3093\u3001\u3042\u306A\u305F\u306E\u4F1A\u54E1\u30B9\u30C6\u30FC\u30BF\u30B9\u3092\u78BA\u8A8D\u3057\u3066\u304F\u3060\u3055\u3044\u3002",temprarilyChangeTranslationTo_bing:"\u73FE\u5728\u3001\u30DE\u30A4\u30AF\u30ED\u30BD\u30D5\u30C8\u7FFB\u8A33\u3092\u4F7F\u7528\u3057\u3066\u73FE\u5728\u306E\u30DA\u30FC\u30B8\u3092\u7FFB\u8A33\u3057\u3066\u3044\u307E\u3059","desc.touchShortcutsToggleTranslatePage":"\u8A2D\u5B9A\u5F8C\u3001\u79FB\u52D5\u30C7\u30D0\u30A4\u30B9\u6642\u306B\u306F\u3001X\u672C\u306E\u6307\u3067\u753B\u9762\u3092\u540C\u6642\u306B\u30BF\u30C3\u30C1\u3057\u305F\u308A\u3001\u5DE6\u53F3\u306B\u30B9\u30EF\u30A4\u30D7\u3057\u305F\u308A\u3001\u9023\u7D9A\u3057\u3066\u30BF\u30C3\u30D7\u3057\u305F\u308A\u3057\u3066\u3001\u7FFB\u8A33\u30DA\u30FC\u30B8/\u539F\u6587\u3092\u8868\u793A\u3059\u308B\u3053\u3068\u304C\u3067\u304D\u307E\u3059\u3002",confirmResetToDefaultSettings:"\u3053\u306E\u7FFB\u8A33\u30B5\u30FC\u30D3\u30B9\u3092\u30C7\u30D5\u30A9\u30EB\u30C8\u8A2D\u5B9A\u306B\u623B\u3057\u307E\u3059\u304B\uFF1F\uFF08\u73FE\u5728\u306E\u7FFB\u8A33\u30B5\u30FC\u30D3\u30B9\u306E\u8A2D\u5B9A\u306E\u307F\u30EA\u30BB\u30C3\u30C8\uFF09","desc.toggleMouseHoverTranslateDirectly":"\u3053\u306E\u30B7\u30E7\u30FC\u30C8\u30AB\u30C3\u30C8\u30AD\u30FC\u3092\u62BC\u3059\u3068\u3001\u30DA\u30FC\u30B8\u4E0A\u3067\u30DE\u30A6\u30B9\u304C\u4EFB\u610F\u306E\u30C6\u30AD\u30B9\u30C8\u3092\u6307\u3059\u3068\u3001\u305D\u306E\u30C6\u30AD\u30B9\u30C8\u304C\u81EA\u52D5\u7684\u306B\u7FFB\u8A33\u3055\u308C\u307E\u3059\u3002\u30B7\u30E7\u30FC\u30C8\u30AB\u30C3\u30C8\u30AD\u30FC\u3092\u3082\u3046\u4E00\u5EA6\u62BC\u3059\u3068\u3001\u3053\u306E\u81EA\u52D5\u7FFB\u8A33\u6A5F\u80FD\u3092\u9589\u3058\u308B\u3053\u3068\u304C\u3067\u304D\u307E\u3059\u3002","slide.left":"\u53F3\u306B\u30B9\u30E9\u30A4\u30C9\u3057\u3066\u304F\u3060\u3055\u3044","subtitle.showQuickButtonDescription":"\u30D3\u30C7\u30AA\u30D7\u30EC\u30FC\u30E4\u30FC\u306E\u53F3\u4E0B\u9685\u306B\u4E8C\u8A00\u8A9E\u5B57\u5E55\u3092\u6709\u52B9\u306B\u3059\u308B\u30B7\u30E7\u30FC\u30C8\u30AB\u30C3\u30C8\u304C\u63D0\u4F9B\u3055\u308C\u3066\u3044\u307E\u3059",mouseHoverCustomKeyDescription:"\u3042\u306A\u305F\u306F\u30DE\u30A6\u30B9\u306E\u30DB\u30D0\u30FC\u306B\u30AB\u30B9\u30BF\u30E0\u30B7\u30E7\u30FC\u30C8\u30AB\u30C3\u30C8\u30AD\u30FC\u3092\u8A2D\u5B9A\u3059\u308B\u3053\u3068\u304C\u3067\u304D\u307E\u3059\u3002\u4F8B\u3048\u3070\uFF1AAlt+Z\u3001Ctrl+E\u3001Cmd+Alt+E\u3001\u307E\u305F\u306F\u76F4\u63A5Cmd\u3001\u624B\u52D5\u3067\u5165\u529B\u3057\u3066\u304F\u3060\u3055\u3044\u3002",buildSnapshots:"\u30A6\u30A7\u30D6\u30DA\u30FC\u30B8\u306E\u30B9\u30CA\u30C3\u30D7\u30B7\u30E7\u30C3\u30C8\u3092\u751F\u6210\u3059\u308B",shortcutDisableTooltip:"\u30D6\u30E9\u30A6\u30B6\u304C\u63D0\u4F9B\u3059\u308B\u62E1\u5F35\u30B7\u30E7\u30FC\u30C8\u30AB\u30C3\u30C8\u30AD\u30FC\u7BA1\u7406\u30DA\u30FC\u30B8\u3067\u8A2D\u5B9A\u3092\u884C\u3063\u3066\u304F\u3060\u3055\u3044\u3002\u8A73\u3057\u3044\u30AC\u30A4\u30C9\u306F\u3001\u3053\u306E\u30DA\u30FC\u30B8\u306E\u4E00\u756A\u4E0A\u306E\u8AAC\u660E\u3092\u3054\u89A7\u304F\u3060\u3055\u3044\u3002","desc.toggleTranslateTheMainPage":"\u30DA\u30FC\u30B8\u306E\u4E3B\u8981\u306A\u30A8\u30EA\u30A2\u306E\u307F\u3092\u7FFB\u8A33\u3057\u3066\u304F\u3060\u3055\u3044\u3002\u30DA\u30FC\u30B8\u5168\u4F53\u306E\u30A8\u30EA\u30A2\u3092\u7FFB\u8A33\u3059\u308B\u8A2D\u5B9A\u3092\u6709\u52B9\u306B\u3057\u305F\u5F8C\u3001\u3053\u306E\u30B7\u30E7\u30FC\u30C8\u30AB\u30C3\u30C8\u30AD\u30FC\u3092\u4F7F\u7528\u3057\u3066\u30DA\u30FC\u30B8\u306E\u4E3B\u8981\u306A\u30A8\u30EA\u30A2\u306E\u307F\u3092\u7279\u5225\u306B\u7FFB\u8A33\u3059\u308B\u3053\u3068\u304C\u3067\u304D\u307E\u3059\u3002","multipleClick.2":"\u30C0\u30D6\u30EB\u30AF\u30EA\u30C3\u30AF","desc.touchShortcutsToggleTranslationMask":"\u7FFB\u8A33\u30DE\u30B9\u30AF\u306F\u3001\u7FFB\u8A33\u30B9\u30BF\u30A4\u30EB\u306E\u307C\u304B\u3057\u52B9\u679C\uFF08\u5B66\u7FD2\u30E2\u30FC\u30C9\uFF09\u3092\u6307\u3057\u3001\u958B\u59CB\u3059\u308B\u3068\u4E00\u6642\u7684\u306B\u7FFB\u8A33\u6587\u306B\u307C\u304B\u3057\u52B9\u679C\u3092\u4F7F\u7528\u3057\u3001\u5B66\u7FD2\u306B\u4FBF\u5229\u3067\u3059\u3002","desc.toggleTranslateTheWholePage":"\u30DA\u30FC\u30B8\u5168\u4F53\u3092\u7FFB\u8A33\u3057\u307E\u3059\u3002\u30C7\u30D5\u30A9\u30EB\u30C8\u3067\u306F\u3001\u79C1\u305F\u3061\u306F\u30DA\u30FC\u30B8\u306E\u4E3B\u8981\u306A\u90E8\u5206\u3092\u7FFB\u8A33\u3057\u307E\u3059\u304C\u3001\u3053\u306E\u30B7\u30E7\u30FC\u30C8\u30AB\u30C3\u30C8\u30AD\u30FC\u3092\u4F7F\u7528\u3057\u3066\u30DA\u30FC\u30B8\u5168\u4F53\u3092\u7279\u5225\u306B\u7FFB\u8A33\u3059\u308B\u3053\u3068\u304C\u3067\u304D\u307E\u3059\u3002","desc.interfaceLanguage":"\u30A4\u30F3\u30BF\u30FC\u30D5\u30A7\u30FC\u30B9\u306E\u8A00\u8A9E\u8A2D\u5B9A\u306F\u30B3\u30F3\u30C8\u30ED\u30FC\u30EB\u30D1\u30CD\u30EB\u306E\u8868\u793A\u8A00\u8A9E\u306B\u5F71\u97FF\u3092\u4E0E\u3048\u3001\u7FFB\u8A33\u306E\u76EE\u6A19\u8A00\u8A9E\u3068\u306F\u95A2\u4FC2\u3042\u308A\u307E\u305B\u3093\u3002","intro.floatBallDescription":"\u6709\u52B9\u306B\u3059\u308B\u3068\u3001\u30DA\u30FC\u30B8\u306E\u53F3\u5074\u306B\u7FFB\u8A33\u30DC\u30BF\u30F3\u304C\u8868\u793A\u3055\u308C\u3001\u30AF\u30EA\u30C3\u30AF\u3059\u308B\u3068\u3059\u3050\u306B\u7FFB\u8A33\u3067\u304D\u3001\u518D\u5EA6\u30AF\u30EA\u30C3\u30AF\u3059\u308B\u3068\u5143\u306E\u30C6\u30AD\u30B9\u30C8\u306B\u5207\u308A\u66FF\u3048\u308B\u3053\u3068\u304C\u3067\u304D\u307E\u3059\u3002\u30E2\u30D0\u30A4\u30EB\u7AEF\u672B\u3067\u306F\u3001\u30D5\u30ED\u30FC\u30C6\u30A3\u30F3\u30B0\u30DC\u30FC\u30EB\u3092\u9577\u62BC\u3057\u3059\u308B\u3068\u3001\u30B7\u30E7\u30FC\u30C8\u30AB\u30C3\u30C8\u8A2D\u5B9A\u30D1\u30CD\u30EB\u3092\u958B\u304F\u3053\u3068\u304C\u3067\u304D\u307E\u3059\u3002","neverTranslateText.description":"\u4E00\u90E8\u306E\u7FFB\u8A33\u30A8\u30F3\u30B8\u30F3\u306F\u5C02\u6709\u540D\u8A5E\u306E\u8A8D\u8B58\u304C\u7406\u60F3\u7684\u3067\u306F\u306A\u3044\u305F\u3081\u3001\u3053\u3053\u306B\u5358\u8A9E\u3092\u8FFD\u52A0\u3057\u3066\u3001\u7FFB\u8A33\u30D7\u30ED\u30BB\u30B9\u4E2D\u306B\u305D\u308C\u3089\u304C\u5909\u63DB\u3055\u308C\u306A\u3044\u3088\u3046\u306B\u3059\u308B\u3053\u3068\u304C\u3067\u304D\u307E\u3059\u3002\u3053\u306E\u6A5F\u80FD\u306F\u5927\u6587\u5B57\u3068\u5C0F\u6587\u5B57\u3092\u533A\u5225\u3057\u3001\u30B9\u30DA\u30FC\u30B9\u3067\u533A\u5207\u3089\u308C\u305F\u5358\u8A9E\u8A00\u8A9E\uFF08\u82F1\u8A9E\u3001\u30D5\u30E9\u30F3\u30B9\u8A9E\u306A\u3069\uFF09\u306E\u307F\u3092\u30B5\u30DD\u30FC\u30C8\u3057\u3066\u304A\u308A\u3001\u65E5\u672C\u8A9E\u3084\u97D3\u56FD\u8A9E\u306A\u3069\u306E\u8A00\u8A9E\u306B\u306F\u9069\u7528\u3055\u308C\u307E\u305B\u3093\u3002","intro.subtitleDescription":"\u3053\u306E\u6A5F\u80FD\u3092\u6709\u52B9\u306B\u3059\u308B\u3068\u3001\u30D3\u30C7\u30AA\u306E\u518D\u751F\u6642\u306B\u81EA\u52D5\u7684\u306B\u4E8C\u8A00\u8A9E\u5B57\u5E55\u304C\u8868\u793A\u3055\u308C\u307E\u3059\u3002\u6709\u52B9\u306B\u3057\u3066\u3044\u306A\u3044\u5834\u5408\u306F\u3001\u30DA\u30FC\u30B8\u4E0A\u3067\u624B\u52D5\u3067\u7FFB\u8A33\u30DC\u30BF\u30F3\u3092\u30AF\u30EA\u30C3\u30AF\u3057\u3066\u5B57\u5E55\u3092\u8868\u793A\u3059\u308B\u5FC5\u8981\u304C\u3042\u308A\u307E\u3059\u3002\u6280\u8853\u7684\u306A\u5236\u9650\u306E\u305F\u3081\u3001\u4E00\u90E8\u306E\u30A6\u30A7\u30D6\u30B5\u30A4\u30C8\u3067\u306F\u3001\u5B57\u5E55\u3092\u521D\u3081\u3066\u6709\u52B9\u306B\u3059\u308B\u3068\u304D\u306B\u30DA\u30FC\u30B8\u3092\u66F4\u65B0\u3059\u308B\u304B\u3001\u7FFB\u8A33\u304C\u5B8C\u4E86\u3059\u308B\u306E\u3092\u5F85\u3064\u5FC5\u8981\u304C\u3042\u308B\u304B\u3082\u3057\u308C\u307E\u305B\u3093\u3002\u307E\u305F\u3001\u30D3\u30C7\u30AA\u30B5\u30A4\u30C8\u3092\u958B\u3044\u305F\u5F8C\u3001\u53F3\u4E0A\u306E\u89D2\u3067\u6CA1\u5165\u578B\u7FFB\u8A33\u306E\u30B7\u30E7\u30FC\u30C8\u30AB\u30C3\u30C8\u30D1\u30CD\u30EB\u3092\u958B\u304F/\u9589\u3058\u308B\u3053\u3068\u3082\u3067\u304D\u307E\u3059\u3002

\u73FE\u5728\u3001\u4EE5\u4E0B\u306E\u30A6\u30A7\u30D6\u30B5\u30A4\u30C8\u3067\u4E8C\u8A00\u8A9E\u5B57\u5E55\u3092\u4F7F\u7528\u3059\u308B\u3053\u3068\u304C\u3067\u304D\u307E\u3059\uFF1A","intro.hoverDescription":"\u30DE\u30A6\u30B9\u30DB\u30D0\u30FC\u7FFB\u8A33\u306F\u3001\u6CA1\u5165\u578B\u7FFB\u8A33\u306B\u304A\u3044\u3066\u975E\u5E38\u306B\u91CD\u8981\u306A\u6A5F\u80FD\u3067\u3001\u30D1\u30E9\u30B0\u30E9\u30D5\u306E\u4E0A\u306B\u30DE\u30A6\u30B9\u3092\u7F6E\u304D\u3001\u8A2D\u5B9A\u3057\u305F\u30B7\u30E7\u30FC\u30C8\u30AB\u30C3\u30C8\u30AD\u30FC\u3092\u540C\u6642\u306B\u62BC\u3059\u3060\u3051\u3067\u3001\u73FE\u5728\u306E\u30D1\u30E9\u30B0\u30E9\u30D5\u3092\u81EA\u52D5\u7684\u306B\u7FFB\u8A33\u3057\u307E\u3059\uFF08\u6CE8\u610F\uFF1A\u30C7\u30D5\u30A9\u30EB\u30C8\u3067\u306F\u6709\u52B9\u306B\u306A\u3063\u3066\u3044\u307E\u305B\u3093\u306E\u3067\u3001\u4E0B\u306E\u8A2D\u5B9A\u3067\u6709\u52B9\u306B\u3057\u3066\u304F\u3060\u3055\u3044\uFF09\u3002\u3053\u306E\u30A4\u30F3\u30BF\u30E9\u30AF\u30B7\u30E7\u30F3\u306F\u3001\u5358\u8A9E\u306E\u9078\u629E\u7FFB\u8A33\u3092\u3088\u308A\u826F\u304F\u4EE3\u66FF\u3059\u308B\u305F\u3081\u306B\u4F7F\u7528\u3055\u308C\u307E\u3059\u3002\u307E\u305F\u3001\u3053\u306E\u6A5F\u80FD\u306F\u3001\u8A8D\u8B58\u3067\u304D\u306A\u3044\u7FFB\u8A33\u30A8\u30EA\u30A2\u306B\u3082\u5E83\u304F\u9069\u7528\u3055\u308C\u3066\u3044\u307E\u3059\u3002\u3053\u306E\u6A5F\u80FD\u3092\u5229\u7528\u3057\u3066\u3001\u4EFB\u610F\u306E\u30D1\u30E9\u30B0\u30E9\u30D5\u3092\u5F37\u5236\u7684\u306B\u7FFB\u8A33\u3059\u308B\u3053\u3068\u304C\u3067\u304D\u307E\u3059\u3002",translationOnlyModeDescription:"\u300C\u8A33\u6587\u306E\u307F\u300D\u30E2\u30FC\u30C9\u3068\u306F\u3001\u30C7\u30D5\u30A9\u30EB\u30C8\u306E\u30D0\u30A4\u30EA\u30F3\u30AC\u30EB\u30E2\u30FC\u30C9\u3067\u306F\u306A\u304F\u3001\u8A33\u6587\u306E\u307F\u3092\u8868\u793A\u3059\u308B\u3053\u3068\u3092\u6307\u3057\u307E\u3059\u3002\u6CE8\u610F\uFF1A\u6280\u8853\u7684\u306A\u5236\u9650\u306E\u305F\u3081\u3001\u300C\u8A33\u6587\u306E\u307F\u300D\u30E2\u30FC\u30C9\u3067\u306F\u3001\u539F\u6587\u306E\u30CF\u30A4\u30D1\u30FC\u30EA\u30F3\u30AF\u304C\u7121\u52B9\u306B\u306A\u308A\u307E\u3059\u3002",geminiWarning:"\u6CE8\u610F\uFF1AGoogle\u304C\u63D0\u4F9B\u3059\u308BGemini\u306E\u7121\u6599\u30B5\u30FC\u30D3\u30B9\u306E\u5236\u9650\u306F\u53B3\u3057\u304F\u3001\u30E6\u30FC\u30B6\u30FC\u304C\u8907\u6570\u306EKey\u3092\u4F7F\u7528\u3057\u3066\u5F7C\u3089\u306E\u7121\u6599\u914D\u5F53\u5236\u9650\u3092\u56DE\u907F\u3057\u3066\u3044\u308B\u3068Google\u306B\u5224\u65AD\u3055\u308C\u308B\u53EF\u80FD\u6027\u304C\u3042\u308A\u307E\u3059\u3002\u4F7F\u7528\u3059\u308B\u3053\u3068\u306F\u304A\u52E7\u3081\u3057\u307E\u305B\u3093\u3001Google\u304C\u5C06\u6765Gemini\u306E\u6709\u6599\u30A4\u30F3\u30BF\u30FC\u30D5\u30A7\u30FC\u30B9\u3092\u958B\u653E\u3059\u308B\u306E\u3092\u5F85\u3064\u3053\u3068\u3092\u304A\u52E7\u3081\u3057\u307E\u3059\u3002","floatBall.setting":"\u8A2D\u5B9A","floatBall.translateToLanguage":"{language}\u306B\u7FFB\u8A33\u3059\u308B\u3092\u30AF\u30EA\u30C3\u30AF\u3057\u3066\u304F\u3060\u3055\u3044","floatBall.file":`PDF\u3001EPUB\u3001SRT\u3001 ASS\u3001HTML\u3001TXT\u30D5\u30A1\u30A4\u30EB\u3092\u7FFB\u8A33\u3057\u307E\u3059`,changeToOnlyTempTranslationMode:"\u7FFB\u8A33\u306E\u307F\u3092\u8868\u793A\u3059\u308B\u3088\u3046\u306B\u5207\u308A\u66FF\u3048\u308B",changeToDualTempTranslationMode:"\u5BFE\u8A33\u3078\u306E\u5207\u308A\u66FF\u3048","options.navbar.translateFile":"\u7FFB\u8A33\u6587\u66F8","translationServices.yandex":"\u30E4\u30F3\u30C7\u30C3\u30AF\u30B9","options.navbar.installApp":"\u643A\u5E2F\u96FB\u8A71\u306E\u30A2\u30D7\u30EA\u3092\u30A4\u30F3\u30B9\u30C8\u30FC\u30EB\u3059\u308B","transitionMode.translation":"\u305F\u3060\u8A33\u6587","subtitle.transitionMode":"\u30D3\u30C7\u30AA\u5B57\u5E55\u306E\u4E8C\u8A00\u8A9E/\u7FFB\u8A33\u30C6\u30AD\u30B9\u30C8\u306E\u307F\u306E\u8A2D\u5B9A","transitionMode.dual":"\u30D0\u30A4\u30EA\u30F3\u30AC\u30EB\u5BFE\u7167","subtitle.transitionModeDescription":"\u30D3\u30C7\u30AA\u5B57\u5E55\u3092\u4E8C\u8A00\u8A9E\u5BFE\u7167\u307E\u305F\u306F\u7FFB\u8A33\u6587\u306E\u307F\u306E\u30E2\u30FC\u30C9\u306B\u8A2D\u5B9A\u3057\u3066\u304F\u3060\u3055\u3044","transitionMode.inherit":"\u30B7\u30B9\u30C6\u30E0\u306E\u30C7\u30D5\u30A9\u30EB\u30C8\u306E\u7FFB\u8A33\u8868\u793A\u30E2\u30FC\u30C9\u3068\u4E00\u81F4\u3057\u3066\u304F\u3060\u3055\u3044\u3002",translateFileTooltip:`PDF\u3001ePub\u3001srt\u3001 ass\u3001HTML\u3001TXT\u30D5\u30A1\u30A4\u30EB\u3092\u7FFB\u8A33\u3057\u3066\u304F\u3060\u3055\u3044`,"description.subtitlePrompt":`\u5B57\u5E55\u30B7\u30FC\u30F3\u3067\u8907\u6570\u306E\u30D1\u30E9\u30B0\u30E9\u30D5\u3092\u9001\u4FE1\u3059\u308B\u5834\u5408\u3001\u30E6\u30FC\u30B6\u30FC\u3068\u3057\u3066{service}\u306B\u5BFE\u8A71\u3092\u9001\u4FE1\u3057\u307E\u3059\u3002\u3053\u3053\u3067\u3001{{from}}\u306F\u30D1\u30E9\u30B0\u30E9\u30D5\u306E\u8A00\u8A9E\u3092\u3001{{to}}\u306F\u76EE\u6A19\u8A00\u8A9E\u3092\u8868\u3057\u3001{{yaml}}\u306Fyaml\u5F62\u5F0F\u3067\u5305\u88C5\u3057\u305F\u30D1\u30E9\u30B0\u30E9\u30D5\u306E\u5185\u5BB9\u3067\u3059\u3002\u30AB\u30B9\u30BF\u30E0Prompt\u304C\u5FC5\u8981\u306A\u5834\u5408\u3001AI\u306E\u5FDC\u7B54\u3068\u3057\u3066\u306EYAML\u7D50\u679C\u306E\u5404\u9805\u76EE\u304C{env.imt_sub_trans_field}\u30D5\u30A3\u30FC\u30EB\u30C9\u3092\u542B\u3080\u3053\u3068\u3092\u78BA\u8A8D\u3059\u308B\u5FC5\u8981\u304C\u3042\u308A\u307E\u3059\u3002{{imt_sub_trans_field}}\u306F\u3001AI\u306E\u5FDC\u7B54\u3068\u3057\u3066\u671F\u5F85\u3059\u308B\u7FFB\u8A33\u30D5\u30A3\u30FC\u30EB\u30C9\u540D\u3067\u3001\u30C7\u30D5\u30A9\u30EB\u30C8\u306F{env.imt_sub_trans_field}\u3067\u3059\u3002{{imt_sub_source_field}}\u306F\u3001AI\u306B\u6E21\u3059\u539F\u6587\u30D5\u30A3\u30FC\u30EB\u30C9\u540D\u3067\u3001\u30C7\u30D5\u30A9\u30EB\u30C8\u306F{env.imt_sub_source_field}\u3067\u3059\u3002\u7D50\u679C\u306E\u4F8B\u306F\u4EE5\u4E0B\u306E\u901A\u308A\u3067\u3059\uFF1A @@ -5015,7 +5015,7 @@ ass\u3001HTML\u3001TXT\u30D5\u30A1\u30A4\u30EB\u3092\u7FFB\u8A33\u3057\u3066\u30 - id: 1 {env.imt_trans_field}: \u7FFB\u8A33\u6587 - id: 2 - {env.imt_trans_field}: \u7FFB\u8A33\u6587`,"subtitle.quickButton.white":"\u767D\u8272","subtitle.quickButton.black":"\u9ED2\u8272","subtitle.quickButton.setting":"\u8A2D\u5B9A","subtitle.quickButton.blue":"\u9752\u8272","subtitle.quickButton.backgroundOpacity":"\u80CC\u666F\u306E\u4E0D\u900F\u660E\u5EA6","subtitle.quickButton.cyan":"\u9752\u8272","subtitle.quickButton.translationPositionBottom":"\u539F\u6587\u306E\u4E0B\u65B9","subtitle.quickButton.sourceFontSize":"\u5143\u306E\u30D5\u30A9\u30F3\u30C8\u30B5\u30A4\u30BA","subtitle.quickButton.backgroundColor":"\u80CC\u666F\u8272","subtitle.quickButton.magenta":"\u30DE\u30BC\u30F3\u30BF\u8272","subtitle.quickButton.red":"\u8D64\u8272","subtitle.quickButton.green":"\u7DD1\u8272","subtitle.quickButton.translationPositionTop":"\u539F\u6587\u306E\u4E0A\u306B","translationServices.claude":"\u30AF\u30ED\u30FC\u30C9","subtitle.quickButton.sourceTextColor":"\u539F\u6587\u306E\u30D5\u30A9\u30F3\u30C8\u306E\u8272","subtitle.quickButton.yellow":"\u9EC4\u8272","subtitle.quickButton.translationFontSize":"\u7FFB\u8A33\u6587\u5B57\u306E\u30D5\u30A9\u30F3\u30C8\u30B5\u30A4\u30BA","subtitle.quickButton.translationTextColor":"\u7FFB\u8A33\u6587\u5B57\u306E\u8272","subtitle.quickButton.translationPosition":"\u7FFB\u8A33\u4F4D\u7F6E",attachSubtitleTranslating:"{service} \u3092\u4F7F\u7528\u3057\u3066\u7FFB\u8A33\u4E2D...","error.claude.403":"\u4E00\u6642\u7684\u306B\u30B5\u30FC\u30D3\u30B9\u3078\u306E\u30A2\u30AF\u30BB\u30B9\u6A29\u9650\u304C\u3042\u308A\u307E\u305B\u3093\u3002\u3053\u308C\u306FClaude\u306E\u5730\u57DF\u5236\u9650\u306B\u95A2\u9023\u3057\u3066\u3044\u308B\u53EF\u80FD\u6027\u304C\u3042\u308A\u307E\u3059\u3002IP\u30A2\u30C9\u30EC\u30B9\u3092\u5207\u308A\u66FF\u3048\u308B\u304B\u3001\u4ED6\u306E\u7FFB\u8A33\u30B5\u30FC\u30D3\u30B9\u3092\u4F7F\u7528\u3057\u3066\u307F\u3066\u304F\u3060\u3055\u3044\u3002","browser.brandDescriptionForSafari":"\u3010\u6CA1\u5165\u578B\u7FFB\u8A33\u3011\u7121\u6599\u306E\uFF08\u539F\u6587/\u8A33\u6587\uFF09\u30D0\u30A4\u30EA\u30F3\u30AC\u30EB\u5BFE\u7167\u30A6\u30A7\u30D6\u30DA\u30FC\u30B8\u7FFB\u8A33\u30D7\u30E9\u30B0\u30A4\u30F3\u3067\u3001PDF\u7FFB\u8A33\u3068EPUB\u96FB\u5B50\u66F8\u7C4D\u7FFB\u8A33\u3092\u540C\u6642\u306B\u30B5\u30DD\u30FC\u30C8\u3057\u3001\u539F\u6587\u306E\u30EC\u30A4\u30A2\u30A6\u30C8\u3092\u4FDD\u6301\u3057\u307E\u3059\u3002Youtube/Netflix\u306A\u3069\u306E\u30AA\u30F3\u30E9\u30A4\u30F3\u30D3\u30C7\u30AA\u306E\u30D0\u30A4\u30EA\u30F3\u30AC\u30EB\u5B57\u5E55\u7FFB\u8A33\u3082\u30B5\u30DD\u30FC\u30C8\u3057\u3001Deepl/Google\u306A\u3069\u306E\u4E3B\u6D41\u7FFB\u8A33\u30B5\u30FC\u30D3\u30B9\u306B\u5BFE\u5FDC\u3057\u3066\u3044\u307E\u3059\u3002","browser.PdfProFile":"AI \u99C6\u52D5\u306E PDF Pro \u7FFB\u8A33","browser.textTranslate":"\u30C6\u30AD\u30B9\u30C8\u7FFB\u8A33"};var Ll={nologin:"\u0644\u0645 \u062A\u0642\u0645 \u0628\u062A\u0633\u062C\u064A\u0644 \u0627\u0644\u062F\u062E\u0648\u0644",loginForSafari:"\u062A\u0633\u062C\u064A\u0644 \u0627\u0644\u062F\u062E\u0648\u0644 \u0623\u0648 \u0627\u0644\u062A\u0633\u062C\u064A\u0644",login:"\u064A\u0645\u0643\u0646\u0643 \u062A\u0641\u0639\u064A\u0644 \u0627\u0644\u0639\u0636\u0648\u064A\u0629 \u0628\u0639\u062F \u062A\u0633\u062C\u064A\u0644 \u0627\u0644\u062F\u062E\u0648\u0644",manageAccount:"\u0625\u062F\u0627\u0631\u0629 \u0627\u0644\u062D\u0633\u0627\u0628",openPremium:"\u0627\u0644\u0627\u0646\u0636\u0645\u0627\u0645 \u0625\u0644\u0649 \u0627\u0644\u0639\u0636\u0648\u064A\u0629",logout:"\u064A\u062A\u0631\u0643",curentPlan:"\u0627\u0644\u0631\u0632\u0645\u0629 \u0627\u0644\u062D\u0627\u0644\u064A\u0629",endAt:"\u0646\u0636\u062C",endAuto:"\u062A\u062C\u062F\u064A\u062F \u062A\u0644\u0642\u0627\u0626\u064A",lineBreakMaxTextCount:"\u0627\u0644\u062D\u062F \u0627\u0644\u0623\u0642\u0635\u0649 \u0644\u0639\u062F\u062F \u0627\u0644\u0623\u062D\u0631\u0641 \u0627\u0644\u0645\u0633\u0645\u0648\u062D \u0628\u0647 \u0644\u0643\u0644 \u062C\u0645\u0644\u0629 \u0628\u0639\u062F \u0641\u0648\u0627\u0635\u0644 \u0627\u0644\u0623\u0633\u0637\u0631","translate-pdf":"\u0627\u0646\u0642\u0631 \u0644\u062A\u0631\u062C\u0645\u0629 PDF","noSupportTranslate-pdf":"\u0627\u0644\u0628\u0631\u0646\u0627\u0645\u062C \u0627\u0644\u0646\u0635\u064A \u063A\u064A\u0631 \u0645\u062F\u0639\u0648\u0645\u060C \u064A\u0631\u062C\u0649 \u0627\u0633\u062A\u062E\u062F\u0627\u0645 \u0627\u0644\u0628\u0631\u0646\u0627\u0645\u062C \u0627\u0644\u0625\u0636\u0627\u0641\u064A","translate-firefox-local-pdf":"\u0627\u0646\u0642\u0631 \u0644\u0627\u0633\u062A\u064A\u0631\u0627\u062F PDF",enableLineBreak:"\u0642\u0645 \u0628\u062A\u0634\u063A\u064A\u0644 \u0627\u0644\u062A\u0641\u0627\u0641 \u0627\u0644\u0643\u0644\u0645\u0627\u062A \u0627\u0644\u062A\u0644\u0642\u0627\u0626\u064A \u0644\u0644\u0641\u0642\u0631\u0627\u062A \u0627\u0644\u0637\u0648\u064A\u0644\u0629",sponsorLabel:"\u0627\u062F\u0639\u0645 \u0645\u0637\u0648\u0631\u064B\u0627 \u0628\u062F\u0621\u064B\u0627 \u0645\u0646 1 \u062F\u0648\u0644\u0627\u0631",help:"\u064A\u0633\u0627\u0639\u062F",browserShortcutsNoteForFirefox:'\u0644\u062A\u0639\u062F\u064A\u0644 \u0645\u0641\u0627\u062A\u064A\u062D \u0627\u0644\u0627\u062E\u062A\u0635\u0627\u0631 \u0641\u064A \u0645\u062A\u0635\u0641\u062D Firefox\u060C \u062A\u062D\u062A\u0627\u062C \u0625\u0644\u0649 \u0641\u062A\u062D \u0635\u0641\u062D\u0629 \u0625\u062F\u0627\u0631\u0629 \u0627\u0644\u0627\u0645\u062A\u062F\u0627\u062F\u0627\u062A `about:addons`\u060C \u062B\u0645 \u0627\u0644\u0646\u0642\u0631 \u0641\u0648\u0642 "\u0627\u0644\u0625\u0639\u062F\u0627\u062F\u0627\u062A"\u060C \u062B\u0645 \u0627\u0644\u0646\u0642\u0631 \u0641\u0648\u0642 "\u0625\u062F\u0627\u0631\u0629 \u0645\u0641\u0627\u062A\u064A\u062D \u0627\u0644\u0627\u062E\u062A\u0635\u0627\u0631" \u0644\u062A\u0639\u064A\u064A\u0646\u0647\u0627.',browserShortcutsNoteForChrome:"\u0644\u062A\u0639\u062F\u064A\u0644 \u0645\u0641\u0627\u062A\u064A\u062D \u0627\u0644\u0627\u062E\u062A\u0635\u0627\u0631 \u0641\u064A \u0645\u062A\u0635\u0641\u062D \u064A\u0634\u0628\u0647 Chrome\u060C \u062A\u062D\u062A\u0627\u062C \u0625\u0644\u0649 \u0641\u062A\u062D \u0635\u0641\u062D\u0629 \u0625\u062F\u0627\u0631\u0629 \u0627\u0644\u0625\u0636\u0627\u0641\u0627\u062A\u060C \u0648\u062A\u0639\u064A\u064A\u0646\u0647\u0627 \u0641\u064A \u0644\u0648\u062D\u0629 `\u0625\u062F\u0627\u0631\u0629 \u0627\u0644\u0627\u062E\u062A\u0635\u0627\u0631\u0627\u062A` (`chrome://extensions/shortcuts`)\u060C \u062B\u0645 \u0627\u0644\u0646\u0642\u0631 \u0641\u0648\u0642 \u0627\u0644\u0632\u0631 \u0623\u062F\u0646\u0627\u0647 \u0644\u0644\u0627\u0646\u062A\u0642\u0627\u0644 \u0625\u0644\u0649 \u0635\u0641\u062D\u0629 \u0625\u062F\u0627\u0631\u0629 \u0645\u0641\u062A\u0627\u062D \u0627\u0644\u0627\u062E\u062A\u0635\u0627\u0631.",browserShortcutsSucks:"\u062A\u0646\u0633\u064A\u0642 \u0645\u0641\u062A\u0627\u062D \u0627\u0644\u0627\u062E\u062A\u0635\u0627\u0631 \u0627\u0644\u0645\u062E\u0635\u0635 \u0647\u0648 (\u0644\u0627 \u064A\u0648\u062C\u062F \u0627\u0644\u062A\u0639\u0631\u0641 \u0627\u0644\u062A\u0644\u0642\u0627\u0626\u064A\u060C \u064A\u0631\u062C\u0649 \u0627\u0644\u062F\u062E\u0648\u0644 \u0645\u0628\u0627\u0634\u0631\u0629)\uFF1A",enableLineBreakDescription:"\u0639\u0646\u062F \u062A\u0634\u063A\u064A\u0644\u0647\u060C \u0633\u064A\u062A\u0645 \u0625\u062F\u0631\u0627\u062C \u0641\u0648\u0627\u0635\u0644 \u0627\u0644\u0623\u0633\u0637\u0631 \u0641\u064A \u0646\u0647\u0627\u064A\u0629 \u0643\u0644 \u062C\u0645\u0644\u0629 \u0641\u064A \u0641\u0642\u0631\u0627\u062A \u0637\u0648\u064A\u0644\u0629 \u0644\u062A\u0633\u0647\u064A\u0644 \u0627\u0644\u0642\u0631\u0627\u0621\u0629.","browser.shortBrandName":"\u062A\u0631\u062C\u0645\u0629 \u063A\u0627\u0645\u0631\u0629","browser.brandName":"\u062A\u0631\u062C\u0645\u0629 \u063A\u0627\u0645\u0631\u0629: \u062A\u0631\u062C\u0645\u0629 \u0635\u0641\u062D\u0627\u062A \u0627\u0644\u0648\u064A\u0628 \u062B\u0646\u0627\u0626\u064A\u0629 \u0627\u0644\u0644\u063A\u0629 \u0648\u062A\u0631\u062C\u0645\u0629 \u0645\u0633\u062A\u0646\u062F\u0627\u062A PDF","browser.brandDescription":"Bilingual web page translation, also supports PDF translation, bilingual Epub eBook translation, free to use.","browser.toggleTranslatePage":"\u062A\u0631\u062C\u0645\u0629 \u0635\u0641\u062D\u0629 \u0627\u0644\u0648\u064A\u0628/\u0625\u0638\u0647\u0627\u0631 \u0627\u0644\u0646\u0635 \u0627\u0644\u0623\u0635\u0644\u064A","browser.toggleTranslateTheWholePage":"\u062A\u0631\u062C\u0645\u0629 \u062C\u0645\u064A\u0639 \u0645\u0646\u0627\u0637\u0642 \u0627\u0644\u0635\u0641\u062D\u0629/\u0639\u0631\u0636 \u0627\u0644\u0646\u0635 \u0627\u0644\u0623\u0635\u0644\u064A","browser.toggleOnlyTransation":"\u062A\u0628\u062F\u064A\u0644 \u0627\u0644\u0648\u0636\u0639 \u062B\u0646\u0627\u0626\u064A \u0627\u0644\u0644\u063A\u0629 / \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0641\u0642\u0637","browser.toggleTranslateToThePageEndImmediately":"\u062A\u0631\u062C\u0645\u0629 \u0641\u0648\u0631\u064A\u0629 \u0625\u0644\u0649 \u0623\u0633\u0641\u0644 \u0627\u0644\u0635\u0641\u062D\u0629/\u0625\u0638\u0647\u0627\u0631 \u0627\u0644\u0646\u0635 \u0627\u0644\u0623\u0635\u0644\u064A","browser.toggleTranslateTheMainPage":"\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0645\u0646\u0637\u0642\u0629 \u0627\u0644\u0631\u0626\u064A\u0633\u064A\u0629 \u0644\u0644\u0635\u0641\u062D\u0629/\u0639\u0631\u0636 \u0627\u0644\u0646\u0635 \u0627\u0644\u0623\u0635\u0644\u064A","browser.shareToDraft":"\u0645\u0634\u0627\u0631\u0643\u0629 \u0627\u0644\u0635\u0641\u062D\u0627\u062A \u062B\u0646\u0627\u0626\u064A\u0629 \u0627\u0644\u0644\u063A\u0629","browser.openOptionsPage":"\u0627\u0641\u062A\u062D \u0635\u0641\u062D\u0629 \u0627\u0644\u0625\u0639\u062F\u0627\u062F\u0627\u062A","browser.toggleTranslationMask":"\u0625\u0638\u0647\u0627\u0631/\u0625\u062E\u0641\u0627\u0621 \u062A\u0623\u062B\u064A\u0631 \u0637\u0645\u0633 \u0627\u0644\u062A\u0631\u062C\u0645\u0629","browser.translateLocalPdfFile":"\u062A\u0631\u062C\u0645\u0629 \u0645\u0644\u0641\u0627\u062A PDF \u0627\u0644\u0645\u062D\u0644\u064A\u0629","browser.openEbookViewer":"\u0642\u0631\u0627\u0621\u0629 \u0627\u0644\u0643\u062A\u0628 \u0627\u0644\u0625\u0644\u0643\u062A\u0631\u0648\u0646\u064A\u0629 \u0627\u0644\u0645\u062D\u0644\u064A\u0629","browser.openEbookBuilder":"\u0625\u0646\u0634\u0627\u0621 \u0643\u062A\u0628 \u0625\u0644\u0643\u062A\u0631\u0648\u0646\u064A\u0629 EPUB \u062B\u0646\u0627\u0626\u064A\u0629 \u0627\u0644\u0644\u063A\u0629","browser.translateLocalHtmlFile":"\u062A\u0631\u062C\u0645\u0629 \u0645\u0644\u0641\u0627\u062A HTML/txt","browser.donateContext":"\u062A\u0639\u0631\u0641 \u0639\u0644\u0649 \u0641\u0648\u0627\u0626\u062F \u0627\u0644\u0631\u0639\u0627\u064A\u0629","browser.translateLocalSubtitleFile":"\u062A\u0631\u062C\u0645\u0629 \u0645\u0644\u0641\u0627\u062A \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0645\u062D\u0644\u064A\u0629",confirmResetConfig:"\u0647\u0644 \u0623\u0646\u062A \u0645\u062A\u0623\u0643\u062F \u0623\u0646\u0643 \u062A\u0631\u064A\u062F \u0625\u0639\u0627\u062F\u0629 \u0636\u0628\u0637 \u0625\u0639\u062F\u0627\u062F\u0627\u062A\u0643\u061F",translationLineBreakSettingTitle:"\u0625\u0639\u062F\u0627\u062F\u0627\u062A \u0627\u0644\u062A\u0641\u0627\u0641 \u0633\u0637\u0631 \u0627\u0644\u062A\u0631\u062C\u0645\u0629",smartLineBreak:"\u062A\u063A\u0644\u064A\u0641 \u0627\u0644\u062E\u0637 \u0627\u0644\u0630\u0643\u064A",alwaysLineBreak:"\u0627\u0644\u062A\u0641\u0627\u0641 \u062F\u0627\u0626\u0645\u0627",isShowContextMenu:"\u0623\u0636\u0641 \u0635\u0641\u062D\u0629 \u0627\u0644\u0648\u064A\u0628 \u0627\u0644\u0645\u062A\u0631\u062C\u0645\u0629 \u0625\u0644\u0649 \u0639\u0646\u0635\u0631 \u0642\u0627\u0626\u0645\u0629 \u0627\u0644\u0646\u0642\u0631 \u0628\u0632\u0631 \u0627\u0644\u0645\u0627\u0648\u0633 \u0627\u0644\u0623\u064A\u0645\u0646",toggleBeta:"\u062A\u0641\u0639\u064A\u0644 \u0645\u064A\u0632\u0627\u062A \u0627\u0644\u0627\u062E\u062A\u0628\u0627\u0631 \u0627\u0644\u062A\u062C\u0631\u064A\u0628\u064A",betaDescription:"\u062A\u0645\u0643\u064A\u0646 \u0627\u0644\u0645\u064A\u0632\u0627\u062A \u0627\u0644\u062A\u064A \u0644\u0627 \u062A\u0632\u0627\u0644 \u062A\u062C\u0631\u064A\u0628\u064A\u0629\u060C \u0628\u0627\u0644\u0625\u0636\u0627\u0641\u0629 \u0625\u0644\u0649 \u062E\u062F\u0645\u0627\u062A \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0642\u064A\u062F \u0627\u0644\u0627\u062E\u062A\u0628\u0627\u0631. \u0627\u0646\u0636\u0645 \u0625\u0644\u0649<1>\u0645\u062C\u0645\u0648\u0639\u0629 \u0627\u0644\u062A\u0644\u064A\u062C\u0631\u0627\u0645 \u064A\u062A\u0639\u0644\u0645 \u0623\u0643\u062B\u0631.",translationLineBreakSettingDescription:"\u064A\u064F\u0639\u062F \u0627\u0644\u0627\u0644\u062A\u0641\u0627\u0641 \u062F\u0627\u0626\u0645\u064B\u0627 \u0645\u0646\u0627\u0633\u0628\u064B\u0627 \u0644\u0644\u062A\u062E\u0637\u064A\u0637\u0627\u062A \u0630\u0627\u062A \u0627\u0644\u0645\u062D\u062A\u0648\u0649 \u0627\u0644\u0623\u0642\u0644 \u0648\u0627\u0644\u0623\u0643\u062B\u0631 \u062A\u0631\u062A\u064A\u0628\u064B\u0627. (\u0627\u0633\u062A\u062E\u062F\u0645 \u0641\u0648\u0627\u0635\u0644 \u0627\u0644\u0623\u0633\u0637\u0631 \u0627\u0644\u0630\u0643\u064A\u0629 \u0641\u064A \u0627\u0644\u0641\u0642\u0631\u0627\u062A \u0627\u0644\u0637\u0648\u064A\u0644\u0629 \u0627\u0644\u062A\u064A \u062A\u062D\u062A\u0648\u064A \u0639\u0644\u0649 \u0627\u0644\u0643\u062B\u064A\u0631 \u0645\u0646 \u0627\u0644\u0645\u062D\u062A\u0648\u0649 (\u0623\u0643\u062B\u0631 \u0645\u0646{count}\u062D\u0631\u0641) \u0644\u062A\u0648\u0641\u064A\u0631 \u0627\u0644\u0645\u0633\u0627\u062D\u0629)",tempTranslateDomainTitle:"\u0643\u0645 \u0645\u0646 \u0627\u0644\u0648\u0642\u062A \u0644\u062A\u0645\u0643\u064A\u0646 \u062A\u0631\u062C\u0645\u0629 \u0645\u0648\u0642\u0639 \u0627\u0644\u0648\u064A\u0628 \u0645\u0624\u0642\u062A\u064B\u0627",tempTranslateDomainDescription:"\u0639\u0646\u062F \u062A\u0631\u062C\u0645\u0629 \u0635\u0641\u062D\u0629 \u0648\u064A\u0628 \u064A\u062F\u0648\u064A\u064B\u0627\u060C \u0642\u0645 \u0628\u062A\u0634\u063A\u064A\u0644 \u0645\u0648\u0642\u0639 \u0627\u0644\u0648\u064A\u0628 \u0645\u0624\u0642\u062A\u064B\u0627 \u0644\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u062A\u0644\u0642\u0627\u0626\u064A\u0629\u060C \u0648\u064A\u0645\u0643\u0646\u0643 \u0636\u0628\u0637 \u0627\u0644\u0645\u062F\u0629 \u0627\u0644\u0645\u0624\u0642\u062A\u0629.",xMinutes:"{count} \u062F\u0642\u064A\u0642\u0629",disabled:"\u0625\u0628\u0637\u0627\u0644",changelog:"\u062A\u063A\u064A\u064A\u0631 \u0627\u0644\u0633\u062C\u0644",toggleTranslatePageWhenThreeFingersOnTheScreen:"\u0627\u0644\u0645\u0633 \u0627\u0644\u0634\u0627\u0634\u0629 \u0628\u0623\u0635\u0627\u0628\u0639 \u0645\u062A\u0639\u062F\u062F\u0629 \u0641\u064A \u0646\u0641\u0633 \u0627\u0644\u0648\u0642\u062A \u0644\u062A\u0631\u062C\u0645\u0629 \u0635\u0641\u062D\u0629 \u0627\u0644\u0648\u064A\u0628/\u0639\u0631\u0636 \u0627\u0644\u0646\u0635 \u0627\u0644\u0623\u0635\u0644\u064A",toggleTranslationMaskWhenThreeFingersOnTheScreen:"\u0627\u0644\u0645\u0633 \u0639\u062F\u0629 \u0623\u0635\u0627\u0628\u0639 \u0641\u064A \u0646\u0641\u0633 \u0627\u0644\u0648\u0642\u062A \u0644\u0625\u0638\u0647\u0627\u0631/\u0625\u062E\u0641\u0627\u0621 \u062A\u0623\u062B\u064A\u0631 \u0637\u0645\u0633 \u0627\u0644\u062A\u0631\u062C\u0645\u0629",fingerCountToToggleTranslagePageOnlyTranslationWhenTouching:"\u0627\u0644\u0645\u0633 \u0627\u0644\u0634\u0627\u0634\u0629 \u0628\u0623\u0635\u0627\u0628\u0639 \u0645\u062A\u0639\u062F\u062F\u0629 \u0641\u064A \u0646\u0641\u0633 \u0627\u0644\u0648\u0642\u062A \u0644\u062A\u0631\u062C\u0645\u0629 \u0635\u0641\u062D\u0629 \u0627\u0644\u0648\u064A\u0628 (\u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0641\u0642\u0637)/\u0639\u0631\u0636 \u0627\u0644\u0646\u0635 \u0627\u0644\u0623\u0635\u0644\u064A",addUrlDescription:"\u064A\u0645\u0643\u0646 \u0623\u0646 \u064A\u0643\u0648\u0646 \u0627\u0633\u0645 \u0646\u0637\u0627\u0642 \u0648\u064A\u062F\u0639\u0645 \u0623\u062D\u0631\u0641 \u0627\u0644\u0628\u062F\u0644\u060C \u0645\u062B\u0644\uFF1A*.google.com\u060C google.com/mail/*\u060C https://www.google.com/*",general:"\u0627\u0644\u0625\u0639\u062F\u0627\u062F\u0627\u062A \u0627\u0644\u0623\u0633\u0627\u0633\u064A\u0629",clickToExpandConfig:"\u0642\u0645 \u0628\u062A\u0648\u0633\u064A\u0639 \u0627\u0644\u062A\u0643\u0648\u064A\u0646 \u0627\u0644\u062D\u0627\u0644\u064A",import:"\u0627\u0633\u062A\u064A\u0631\u0627\u062F \u0645\u0646 \u0645\u0644\u0641",export:"\u062A\u0635\u062F\u064A\u0631 \u0625\u0644\u0649 \u0645\u0644\u0641",toggleDebug:"\u0637\u0628\u0627\u0639\u0629 \u0633\u062C\u0644\u0627\u062A \u0627\u0644\u062A\u0635\u062D\u064A\u062D \u0639\u0644\u0649 \u0648\u062D\u062F\u0629 \u0627\u0644\u062A\u062D\u0643\u0645","fingers.0":"\u0625\u0646\u0647\u0627\u0621","fingers.2":"\u0644\u0645\u0633\u0629 \u0628\u0625\u0635\u0628\u0639\u064A\u0646","fingers.3":"\u0644\u0645\u0633\u0629 \u0628\u062B\u0644\u0627\u062B\u0629 \u0623\u0635\u0627\u0628\u0639","fingers.4":"\u0644\u0645\u0633\u0629 \u0628\u0623\u0631\u0628\u0639\u0629 \u0623\u0635\u0627\u0628\u0639","fingers.5":"\u0644\u0645\u0633\u0629 \u062E\u0645\u0633\u0629 \u0623\u0635\u0627\u0628\u0639",mouseHoldKey:"+ {key} \u062A\u0631\u062C\u0645\u0629/\u0627\u0633\u062A\u0639\u0627\u062F\u0629 \u0647\u0630\u0647 \u0627\u0644\u0641\u0642\u0631\u0629",mouseHoldKeyAuto:"\u062A\u0631\u062C\u0645\u0629 \u0647\u0630\u0647 \u0627\u0644\u0641\u0642\u0631\u0629 \u0645\u0628\u0627\u0634\u0631\u0629",mouseHoldKeyOff:"\u0644\u0627 \u062A\u0641\u0639\u0644 \u0623\u064A \u0634\u064A\u0621",mouseHoldKeyOther:"\u0645\u0641\u0627\u062A\u064A\u062D \u0627\u0644\u0627\u062E\u062A\u0635\u0627\u0631 \u0627\u0644\u0645\u062E\u0635\u0635\u0629 (\u0627\u0644\u0625\u0639\u062F\u0627\u062F\u0627\u062A \u0627\u0644\u0645\u0641\u062A\u0648\u062D\u0629)",mouseHoldKeyCustomKey:"{key} / \u0627\u0633\u062A\u0639\u0627\u062F\u0629 \u0647\u0630\u0647 \u0627\u0644\u0641\u0642\u0631\u0629",mouseHoverHoldKey:"\u062D\u0631\u0643 \u0627\u0644\u0645\u0627\u0648\u0633 \u0648\u0627\u0636\u063A\u0637 \u0639\u0644\u0649 \u0645\u0641\u062A\u0627\u062D \u0627\u0644\u0627\u062E\u062A\u0635\u0627\u0631 \u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0641\u0642\u0631\u0629","mouse-translate":"\u062A\u0645\u0631\u064A\u0631 \u0627\u0644\u0645\u0627\u0648\u0633",document:"\u0648\u062B\u064A\u0642\u0629",resetSuccess:"\u0625\u0639\u0627\u062F\u0629 \u0636\u0628\u0637 \u062C\u0645\u064A\u0639 \u0627\u0644\u0625\u0639\u062F\u0627\u062F\u0627\u062A \u0628\u0646\u062C\u0627\u062D",resetThisSuccess:"\u062A\u0645\u062A \u0625\u0639\u0627\u062F\u0629 \u0627\u0644\u0636\u0628\u0637 \u0628\u0646\u062C\u0627\u062D",saved:"\u062D\u0641\u0638 \u0628\u0646\u062C\u0627\u062D",successImportConfig:"\u062A\u0645 \u0627\u0633\u062A\u064A\u0631\u0627\u062F \u0627\u0644\u062A\u0643\u0648\u064A\u0646 \u0628\u0646\u062C\u0627\u062D",goAdvancedSettings:"\u0627\u0646\u062A\u0642\u0644 \u0625\u0644\u0649 \u0635\u0641\u062D\u0629 \u0627\u0644\u0625\u0639\u062F\u0627\u062F\u0627\u062A \u0627\u0644\u0645\u062A\u0642\u062F\u0645\u0629",goAdvancedInterfaceSettings:"\u0627\u0646\u062A\u0642\u0644 \u0625\u0644\u0649 \u0635\u0641\u062D\u0629 \u0625\u0639\u062F\u0627\u062F\u0627\u062A \u0627\u0644\u062A\u062E\u0635\u064A\u0635 \u0627\u0644\u0645\u062A\u0642\u062F\u0645\u0629",advanced:"\u0625\u0639\u062F\u0627\u062F\u0627\u062A \u0645\u062A\u0642\u062F\u0645\u0629",advancedDescription:"\u0628\u0634\u0643\u0644 \u0639\u0627\u0645\u060C \u0644\u0627 \u064A\u0644\u0632\u0645 \u0623\u064A \u0625\u0639\u062F\u0627\u062F\u060C \u0641\u0642\u0637 \u0627\u062D\u062A\u0641\u0638 \u0628\u0627\u0644\u0625\u0639\u062F\u0627\u062F \u0627\u0644\u0627\u0641\u062A\u0631\u0627\u0636\u064A. \u0641\u0642\u0637 \u0644\u0644\u0645\u0633\u062A\u062E\u062F\u0645\u064A\u0646 \u0627\u0644\u0623\u0643\u062B\u0631 \u0627\u062D\u062A\u0631\u0627\u0641\u064B\u0627\u060C \u064A\u062A\u0645 \u062A\u0648\u0641\u064A\u0631 \u0625\u0639\u062F\u0627\u062F\u0627\u062A \u0623\u0643\u062B\u0631 \u062A\u062E\u0635\u064A\u0635\u064B\u0627.",developer:"\u0625\u0639\u062F\u0627\u062F\u0627\u062A \u0627\u0644\u0645\u0637\u0648\u0631",donateCafe:"\u0633\u0639\u0631","translate to the bottom of the page":"\u0628\u0639\u062F \u0627\u0644\u062F\u062E\u0648\u0644 \u0625\u0644\u0649 \u0635\u0641\u062D\u0629 \u0627\u0644\u0648\u064A\u0628 \u0647\u0644 \u064A\u062A\u0645 \u062A\u0631\u062C\u0645\u062A\u0647\u0627 \u0645\u0628\u0627\u0634\u0631\u0629 \u0625\u0644\u0649 \u0623\u0633\u0641\u0644 \u0627\u0644\u0635\u0641\u062D\u0629\u061F",feedback:"\u062A\u0639\u0644\u064A\u0642",toggleTranslatePage:"\u062A\u0631\u062C\u0645\u0629 \u0635\u0641\u062D\u0629 \u0627\u0644\u0648\u064A\u0628/\u0625\u0638\u0647\u0627\u0631 \u0627\u0644\u0646\u0635 \u0627\u0644\u0623\u0635\u0644\u064A",translateToThePageEndImmediatelyDescription:"\u0639\u0646\u062F \u062A\u0634\u063A\u064A\u0644\u0647\u060C \u0633\u064A\u0624\u062F\u064A \u0627\u0644\u062F\u062E\u0648\u0644 \u0625\u0644\u0649 \u0635\u0641\u062D\u0629 \u0648\u064A\u0628 \u0625\u0644\u0649 \u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0645\u062D\u062A\u0648\u0649 \u0639\u0644\u0649 \u0627\u0644\u0641\u0648\u0631 \u0645\u0646 \u0623\u0639\u0644\u0649 \u0625\u0644\u0649 \u0623\u0633\u0641\u0644. \u0625\u0630\u0627 \u062A\u0645 \u0625\u064A\u0642\u0627\u0641\u0647\u060C \u064A\u0645\u0643\u0646\u0643 \u0627\u0644\u0642\u0631\u0627\u0621\u0629 \u0648\u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0641\u064A \u0646\u0641\u0633 \u0627\u0644\u0648\u0642\u062A. (\u0644\u0627 \u064A\u0646\u0635\u062D \u0628\u062A\u0634\u063A\u064A\u0644\u0647)","translate all areas of the page":"\u0645\u0627 \u0625\u0630\u0627 \u0643\u0627\u0646 \u0633\u064A\u062A\u0645 \u062A\u0631\u062C\u0645\u0629 \u062C\u0645\u064A\u0639 \u0645\u0646\u0627\u0637\u0642 \u0635\u0641\u062D\u0629 \u0627\u0644\u0648\u064A\u0628",translationAreaDescription:"\u0639\u0646\u062F \u062A\u0634\u063A\u064A\u0644\u0647\u060C \u0633\u062A\u062A\u0645 \u062A\u0631\u062C\u0645\u0629 \u062C\u0645\u064A\u0639 \u0645\u0646\u0627\u0637\u0642 \u0635\u0641\u062D\u0629 \u0627\u0644\u0648\u064A\u0628 \u0628\u0623\u0643\u0645\u0644\u0647\u0627. \u0625\u0630\u0627 \u062A\u0645 \u0625\u064A\u0642\u0627\u0641 \u062A\u0634\u063A\u064A\u0644\u0647\u060C \u0641\u0633\u064A\u062A\u0645 \u0627\u0633\u062A\u062E\u062F\u0627\u0645 \u0627\u0644\u062A\u0639\u0631\u0641 \u0627\u0644\u0630\u0643\u064A \u0627\u0644\u0627\u0641\u062A\u0631\u0627\u0636\u064A \u0648\u0633\u062A\u062A\u0645 \u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0645\u0646\u0637\u0642\u0629 \u0627\u0644\u0631\u0626\u064A\u0633\u064A\u0629 \u0641\u0642\u0637. (\u0644\u0627 \u064A\u0646\u0635\u062D \u0628\u062A\u0634\u063A\u064A\u0644\u0647)","the number of characters to be translated first":"\u0642\u0645 \u0628\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0623\u062D\u0631\u0641 \u0627\u0644\u0642\u0644\u064A\u0644\u0629 \u0627\u0644\u0623\u0648\u0644\u0649 \u0645\u0646 \u0627\u0644\u0635\u0641\u062D\u0629 \u0645\u0628\u0627\u0634\u0631\u0629 \u062F\u0648\u0646 \u0627\u0646\u062A\u0638\u0627\u0631 \u0627\u0644\u062A\u0645\u0631\u064A\u0631 \u0625\u0644\u0649 \u0627\u0644\u0645\u0646\u0637\u0642\u0629 \u0627\u0644\u0645\u0631\u0626\u064A\u0629","interface language":"\u0644\u063A\u0629 \u0627\u0644\u0648\u0627\u062C\u0647\u0629","display both the original text and the translation":"\u0639\u0631\u0636 \u0627\u0644\u0646\u0635 \u0627\u0644\u0623\u0635\u0644\u064A \u0648\u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0641\u064A \u0648\u0642\u062A \u0648\u0627\u062D\u062F","keyboard shortcuts":"\u0627\u062E\u062A\u0635\u0627\u0631\u0627\u062A \u0644\u0648\u062D\u0629 \u0627\u0644\u0645\u0641\u0627\u062A\u064A\u062D",modify:"\u062A\u0639\u062F\u064A\u0644 \u0645\u0641\u0627\u062A\u064A\u062D \u0627\u0644\u0627\u062E\u062A\u0635\u0627\u0631",reset:"\u0625\u0639\u0627\u062F\u0629 \u0636\u0628\u0637",close:"\u0625\u0646\u0647\u0627\u0621",homepage:"\u0627\u0644\u0635\u0641\u062D\u0629 \u0627\u0644\u0631\u0626\u064A\u0633\u064A\u0629",more:"\u0623\u0643\u062B\u0631",moreOptions:"\u0642\u0645 \u0628\u062A\u0648\u0633\u064A\u0639 \u0627\u0644\u0645\u0632\u064A\u062F \u0645\u0646 \u062E\u064A\u0627\u0631\u0627\u062A \u0627\u0644\u062A\u062E\u0635\u064A\u0635",translateTheWholePage:"\u062A\u0631\u062C\u0645\u0629 \u062C\u0645\u064A\u0639 \u0645\u0646\u0627\u0637\u0642 \u0627\u0644\u0635\u0641\u062D\u0629 (\u062A\u062E\u062A\u0644\u0641 \u0639\u0646 \u0627\u0644\u0645\u0646\u0627\u0637\u0642 \u0627\u0644\u0631\u0626\u064A\u0633\u064A\u0629 \u0644\u0644\u062A\u0639\u0631\u0641 \u0627\u0644\u0630\u0643\u064A)",changeToTranslateTheWholePage:"\u0627\u0644\u062A\u0628\u062F\u064A\u0644 \u0644\u062A\u0631\u062C\u0645\u0629 \u0643\u0627\u0641\u0629 \u0627\u0644\u0645\u062C\u0627\u0644\u0627\u062A",changeToTranslateTheMainPage:"\u0642\u0645 \u0628\u0627\u0644\u062A\u0628\u062F\u064A\u0644 \u0625\u0644\u0649 \u0645\u0646\u0637\u0642\u0629 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0631\u0626\u064A\u0633\u064A\u0629",changeToOnlyTranslationMode:"\u0642\u0645 \u0628\u0627\u0644\u062A\u0628\u062F\u064A\u0644 \u0625\u0644\u0649 \u0625\u0638\u0647\u0627\u0631 \u0627\u0644\u062A\u0631\u062C\u0645\u0627\u062A \u0641\u0642\u0637",changeToDualTranslationMode:"\u0627\u0644\u062A\u0628\u062F\u064A\u0644 \u0625\u0644\u0649 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u062B\u0646\u0627\u0626\u064A\u0629 \u0627\u0644\u0644\u063A\u0629",translateToThePageEndImmediately:"\u062A\u0631\u062C\u0645 \u0639\u0644\u0649 \u0627\u0644\u0641\u0648\u0631 \u0625\u0644\u0649 \u0623\u0633\u0641\u0644 \u0627\u0644\u0635\u0641\u062D\u0629",translateTheMainPage:"\u0627\u0644\u0645\u062C\u0627\u0644\u0627\u062A \u0627\u0644\u0631\u0626\u064A\u0633\u064A\u0629 \u0644\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0630\u0643\u064A\u0629","The local rules are up to date":"\u0642\u0648\u0627\u0639\u062F \u0627\u0644\u062A\u0643\u064A\u0641 \u0627\u0644\u0645\u062D\u0644\u064A\u0629 \u0645\u062D\u062F\u062B\u0629:","Successfully synchronized with the latest official rules:":"\u062A\u0645\u062A \u0645\u0632\u0627\u0645\u0646\u0629 \u0623\u062D\u062F\u062B \u0642\u0648\u0627\u0639\u062F \u0627\u0644\u062A\u0643\u064A\u0641 \u0627\u0644\u0631\u0633\u0645\u064A\u0629 \u0628\u0646\u062C\u0627\u062D:","Checking for updates":"\u0627\u0644\u0628\u062D\u062B \u0639\u0646 \u062A\u062D\u062F\u064A\u062B\u0627\u062A","Rules are being synchronized":"\u0645\u0632\u0627\u0645\u0646\u0629 \u0642\u0648\u0627\u0639\u062F \u0627\u0644\u062A\u0643\u064A\u0641",localVersionIsTooOld:"\u0625\u0635\u062F\u0627\u0631 \u0627\u0644\u0645\u0644\u062D\u0642 \u0627\u0644\u0645\u062D\u0644\u064A \u0642\u062F\u064A\u0645 \u062C\u062F\u064B\u0627. \u064A\u0631\u062C\u0649 \u0627\u0644\u062A\u0631\u0642\u064A\u0629 \u0625\u0644\u0649 \u0627\u0644\u0645\u0644\u062D\u0642 {minVersion} \u0623\u0648 \u0625\u0635\u062F\u0627\u0631 \u0623\u062D\u062F\u062B \u0648\u0645\u062D\u0627\u0648\u0644\u0629 \u0627\u0644\u0645\u0632\u0627\u0645\u0646\u0629 \u0645\u0631\u0629 \u0623\u062E\u0631\u0649.",badUserscriptBrowser:"\u0627\u0644\u0645\u062A\u0635\u0641\u062D \u0627\u0644\u062D\u0627\u0644\u064A \u0644\u0627 \u064A\u0637\u0628\u0642 \u0648\u0627\u062C\u0647\u0629 \u0645\u0644\u062D\u0642 Grease Monkey \u0628\u0634\u0643\u0644 \u0635\u062D\u064A\u062D (\u0645\u062B\u0644 \u0627\u0644\u062D\u0635\u0648\u0644 \u0639\u0644\u0649 \u0645\u0639\u0644\u0648\u0645\u0627\u062A \u0631\u0642\u0645 \u0627\u0644\u0625\u0635\u062F\u0627\u0631 \u0644\u0644\u0628\u0631\u0646\u0627\u0645\u062C \u0627\u0644\u0646\u0635\u064A Grease Monkey \u0646\u0641\u0633\u0647)\u060C \u064A\u0631\u062C\u0649 \u0627\u0633\u062A\u062E\u062F\u0627\u0645 \u0645\u0644\u062D\u0642\u0627\u062A \u062F\u0639\u0645 \u0623\u062E\u0631\u0649 <1> Grease Monkey \u0645\u062A\u0635\u0641\u062D\u0627\u062A \u0645\u062B\u0644 \u0641\u0627\u064A\u0631\u0641\u0648\u0643\u0633",foundNewVersion:"\u062A\u0645 \u0627\u0644\u0639\u062B\u0648\u0631 \u0639\u0644\u0649 \u0646\u0633\u062E\u0629 \u062C\u062F\u064A\u062F\u0629",theLocalExtensionIsUpToUpdate:"\u0627\u0644\u0627\u0645\u062A\u062F\u0627\u062F \u0627\u0644\u062D\u0627\u0644\u064A \u0647\u0648 \u0623\u062D\u062F\u062B \u0625\u0635\u062F\u0627\u0631.",failToSyncRules:"\u0641\u0634\u0644\u062A \u0645\u0632\u0627\u0645\u0646\u0629 \u0623\u062D\u062F\u062B \u0642\u0648\u0627\u0639\u062F \u0627\u0644\u062A\u0643\u064A\u0641",retry:"\u0627\u0636\u063A\u0637 \u0647\u0646\u0627 \u0644\u0644\u0645\u062D\u0627\u0648\u0644\u0629 \u0645\u0631\u0629 \u0623\u062E\u0631\u0649",failedReason:"\u0633\u0628\u0628 \u0627\u0644\u0641\u0634\u0644",currentRuleVersion:"\u0646\u0633\u062E\u0629 \u0627\u0644\u0642\u0627\u0639\u062F\u0629 \u0627\u0644\u062D\u0627\u0644\u064A\u0629",calculating:"\u062D\u0633\u0627\u0628",unknownError:"\u062E\u0637\u0623 \u063A\u064A\u0631 \u0645\u0639\u0631\u0648\u0641",canNotFetchRemoteRule:"\u063A\u064A\u0631 \u0642\u0627\u062F\u0631 \u0639\u0644\u0649 \u0627\u0644\u062D\u0635\u0648\u0644 \u0639\u0644\u0649 \u0627\u0644\u0642\u0648\u0627\u0639\u062F \u0627\u0644\u0628\u0639\u064A\u062F\u0629",enableAlphaSuccess:"\u062A\u0645 \u062A\u0634\u063A\u064A\u0644 \u0648\u0638\u064A\u0641\u0629 \u0623\u0644\u0641\u0627",disableAlphaSuccess:"\u062A\u0645 \u0625\u064A\u0642\u0627\u0641 \u0645\u064A\u0632\u0629 \u0623\u0644\u0641\u0627",cacheSize:"\u062D\u062C\u0645 \u0630\u0627\u0643\u0631\u0629 \u0627\u0644\u062A\u062E\u0632\u064A\u0646 \u0627\u0644\u0645\u0624\u0642\u062A\uFF1A",cleaning:"\u062A\u0646\u0638\u064A\u0641",cleanCache:"\u0645\u0633\u062D \u0630\u0627\u0643\u0631\u0629 \u0627\u0644\u062A\u062E\u0632\u064A\u0646 \u0627\u0644\u0645\u0624\u0642\u062A",options:"\u064A\u062B\u0628\u062A",about:"\u0639\u0646",service:"\u062E\u062F\u0645\u0629 \u0627\u0644\u062A\u0631\u062C\u0645\u0629",needAction:"(\u0627\u0630\u0647\u0628 \u0644\u0644\u0627\u0639\u062F\u0627\u062F\u0627\u062A)",goSettings:"\u0627\u0630\u0647\u0628 \u0644\u0644\u0627\u0639\u062F\u0627\u062F\u0627\u062A",needActionForOptions:"(\u062A\u062D\u062A\u0627\u062C \u0625\u0644\u0649 \u062A\u0639\u064A\u064A\u0646)",translationEngine:"\u062E\u064A\u0627\u0631\u0627\u062A \u0627\u0644\u0645\u062D\u0631\u0643",sourceLanguage:"\u0627\u0644\u0644\u063A\u0629 \u0627\u0644\u0623\u0635\u0644\u064A\u0629",target:"\u0627\u0644\u0644\u063A\u0629 \u0627\u0644\u0645\u0633\u062A\u0647\u062F\u0641\u0629",popupSourceLanguage:"\u0627\u0644\u0644\u063A\u0629 \u0627\u0644\u0623\u0635\u0644\u064A\u0629",popupTarget:"\u0627\u0644\u0644\u063A\u0629 \u0627\u0644\u0645\u0633\u062A\u0647\u062F\u0641\u0629",popupService:"\u062E\u062F\u0645\u0629 \u0627\u0644\u062A\u0631\u062C\u0645\u0629",forThisSite:"\u0627\u0644\u0645\u0648\u0642\u0639 \u0627\u0644\u062D\u0627\u0644\u064A",autoEnableSubtitle:"\u0642\u0645 \u0628\u062A\u0634\u063A\u064A\u0644 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u062B\u0646\u0627\u0626\u064A\u0629 \u0627\u0644\u0644\u063A\u0629 \u062A\u0644\u0642\u0627\u0626\u064A\u064B\u0627",alwaysTranslate:"\u062A\u0631\u062C\u0645 \u062F\u0627\u0626\u0645\u0627 ",neverTranslate:"\u0644\u0627 \u062A\u062A\u0631\u062C\u0645 \u0623\u0628\u062F\u064B\u0627 ",alwaysTranslateSomeLanguage:"\u062A\u0631\u062C\u0645 \u062F\u0627\u0626\u0645\u0627 {language}",neverTranslateSomeLanguage:"\u0644\u0627 \u062A\u062A\u0631\u062C\u0645 \u0623\u0628\u062F\u064B\u0627 {language}",alwaysTranslateSomeSite:"\u062A\u0631\u062C\u0645 \u062F\u0627\u0626\u0645\u0627 {hostname}",neverTranslateSomeSite:"\u0644\u0627 \u062A\u062A\u0631\u062C\u0645 \u0623\u0628\u062F\u064B\u0627 {hostname}",alwaysTranslateSomeSiteOrWildSite:"\u0642\u0645 \u0628\u062A\u0631\u062C\u0645\u0629 \u0647\u0630\u0627 \u0627\u0644\u0645\u0648\u0642\u0639 \u062F\u0627\u0626\u0645\u064B\u0627",alwaysTranslateSomePage:"\u0642\u0645 \u0628\u062A\u0631\u062C\u0645\u0629 \u0647\u0630\u0647 \u0627\u0644\u0635\u0641\u062D\u0629 \u062F\u0627\u0626\u0645\u064B\u0627",add:"\u0627\u0636\u0641 \u0625\u0644\u064A\u0647",default:"\u062A\u0642\u0635\u064A\u0631",forThisLanguage:"\u0644\u0647\u0630\u0647 \u0627\u0644\u0644\u063A\u0629\uFF1A","add url":"\u0625\u062F\u062E\u0627\u0644 \u0639\u0646\u0648\u0627\u0646 \u0627\u0644\u0645\u0648\u0642\u0639",edit:"\u064A\u062D\u0631\u0631","translate other languages into specific language":"\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0644\u063A\u0627\u062A \u0627\u0644\u0623\u062E\u0631\u0649 \u0625\u0644\u0649 \u0627\u0644\u0644\u063A\u0629 \u0627\u0644\u062A\u064A \u062A\u062D\u062F\u062F\u0647\u0627","select translation service":"\u0627\u062E\u062A\u0631 \u062E\u062F\u0645\u0629 \u0627\u0644\u062A\u0631\u062C\u0645\u0629",language:"\u0644\u063A\u0629","show-original":"\u0625\u0638\u0647\u0627\u0631 \u0627\u0644\u0646\u0635 \u0627\u0644\u0623\u0635\u0644\u064A",translate:"\u064A\u062A\u0631\u062C\u0645",Translated:"\u0645\u062A\u0631\u062C\u0645",Translating:"\u062C\u0627\u0631 \u0627\u0644\u062A\u0631\u062C\u0645\u0629",Error:"\u062E\u0637\u0623",allowCacheTranslations:"\u062A\u0645\u0643\u064A\u0646 \u0627\u0644\u062A\u062E\u0632\u064A\u0646 \u0627\u0644\u0645\u0624\u0642\u062A \u0644\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0645\u062D\u0644\u064A\u0629 (\u0644\u062A\u0642\u0644\u064A\u0644 \u0637\u0644\u0628\u0627\u062A \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0644\u0644\u0641\u0642\u0631\u0627\u062A \u0627\u0644\u0645\u0643\u0631\u0631\u0629)","translation display":"\u0623\u0633\u0644\u0648\u0628 \u0639\u0631\u0636 \u0627\u0644\u062A\u0631\u062C\u0645\u0629","select diplay style":"\u062A\u0645\u064A\u064A\u0632 \u0623\u0633\u0644\u0648\u0628 \u0627\u0644\u062A\u0631\u062C\u0645\u0629\u060C \u064A\u0631\u062C\u0649 \u0627\u0644\u0631\u062C\u0648\u0639 \u0625\u0644\u0649 \u0627\u0644\u0623\u0645\u062B\u0644\u0629 \u0627\u0644\u062A\u0627\u0644\u064A\u0629 \u0644\u0645\u0632\u064A\u062F \u0645\u0646 \u0627\u0644\u062A\u0641\u0627\u0635\u064A\u0644:",interface:"\u0625\u0639\u062F\u0627\u062F\u0627\u062A \u0627\u0644\u0648\u0627\u062C\u0647\u0629",import_export:"\u0627\u0633\u062A\u064A\u0631\u0627\u062F \u0648\u062A\u0635\u062F\u064A\u0631",import_export_title:"\u062A\u0643\u0648\u064A\u0646 \u0627\u0644\u0627\u0633\u062A\u064A\u0631\u0627\u062F/\u0627\u0644\u062A\u0635\u062F\u064A\u0631",syncToGoogleDrive:"\u0627\u0644\u0645\u0632\u0627\u0645\u0646\u0629 \u0645\u0639 Google Drive \u0627\u0644\u0622\u0646",floatBallOptions:"\u0625\u0639\u062F\u0627\u062F\u0627\u062A \u0627\u0644\u0643\u0631\u0629 \u0627\u0644\u0645\u0639\u0644\u0642\u0629","floatBallOptions.enable":"\u062A\u0645\u0643\u064A\u0646 \u0627\u0644\u0643\u0631\u0629 \u0627\u0644\u0639\u0627\u0626\u0645\u0629","floatBallOptions.blockUrls":"\u062A\u0639\u0637\u064A\u0644 \u0645\u0648\u0642\u0639 \u0627\u0644\u0648\u064A\u0628","floatBallOptions.add":"\u0627\u0636\u0641 \u0625\u0644\u064A\u0647","floatBallOptions.blockUrlDesc":"\u0644\u0646 \u064A\u062A\u0645 \u0639\u0631\u0636 \u0627\u0644\u0643\u0631\u0629 \u0627\u0644\u0639\u0627\u0626\u0645\u0629 \u0639\u0646\u062F \u0645\u0648\u0627\u062C\u0647\u0629 \u0627\u0644\u0645\u0648\u0627\u0642\u0639 \u0627\u0644\u062A\u0627\u0644\u064A\u0629","floatBallOptions.clickType":"\u0627\u0646\u0642\u0631 \u0641\u0648\u0642 \u0627\u0644\u0633\u0644\u0648\u0643","floatBallOptions.clickTypeDesc":"\u0633\u0644\u0648\u0643 \u0623\u064A\u0642\u0648\u0646\u0629 \u0627\u0644\u0643\u0631\u0629 \u0627\u0644\u0639\u0627\u0626\u0645\u0629 \u0639\u0646\u062F \u0627\u0644\u0646\u0642\u0631 \u0639\u0644\u064A\u0647\u0627","floatBallOptions.clickPopup":"\u0625\u0638\u0647\u0627\u0631 \u0644\u0648\u062D\u0629 \u0627\u0644\u062A\u0631\u062C\u0645\u0629","floatBallOptions.clickTranslate":"\u062A\u0631\u062C\u0645\u0629/\u0625\u0638\u0647\u0627\u0631 \u0627\u0644\u0646\u0635 \u0627\u0644\u0623\u0635\u0644\u064A","floatBallOptions.fixedPosition":"\u56FA\u5B9A\u4F4D\u7F6E","floatBallOptions.fixedPositionDesc":"\u60AC\u6D6E\u7403\u5728\u7A97\u53E3\u5DE6\u4FA7\u8FD8\u662F\u53F3\u4FA7","floatBallOptions.fixedPositionLeft":"\u5DE6\u4FA7","floatBallOptions.fixedPositionRight":"\u53F3\u4FA7",previewAllThemes:"\u0645\u0639\u0627\u064A\u0646\u0629 \u0643\u0627\u0641\u0629 \u0627\u0644\u0623\u0646\u0645\u0627\u0637","translationTheme.none":"\u0644\u0627 \u0623\u062D\u062F","translationTheme.grey":"\u0627\u0644\u0631\u0645\u0627\u062F\u064A \u0627\u0644\u062F\u0627\u0643\u0646","translationTheme.dashed":"\u062A\u0633\u0637\u064A\u0631 \u0645\u062A\u0642\u0637\u0639","translationTheme.dotted":"\u062A\u0633\u0637\u064A\u0631 \u0645\u0646\u0642\u0637","translationTheme.dashedBorder":"\u0627\u0644\u062D\u062F\u0648\u062F \u0627\u0644\u0645\u062A\u0642\u0637\u0639\u0629","translationTheme.solidBorder":"\u0627\u0644\u062D\u062F\u0648\u062F \u0627\u0644\u0635\u0644\u0628\u0629","translationTheme.underline":"\u062A\u0633\u0637\u064A\u0631 \u0645\u0633\u062A\u0642\u064A\u0645","translationTheme.mask":"\u062A\u0623\u062B\u064A\u0631 \u0637\u0645\u0633 (\u0648\u0636\u0639 \u0627\u0644\u062A\u0639\u0644\u0645)","translationTheme.opacity":"\u062A\u0623\u062B\u064A\u0631 \u0627\u0644\u0634\u0641\u0627\u0641\u064A\u0629","translationTheme.paper":"\u062A\u0623\u062B\u064A\u0631 \u0627\u0644\u0638\u0644 \u0648\u0631\u0642\u0629 \u0628\u064A\u0636\u0627\u0621","translationTheme.dividingLine":"\u062E\u0637 \u0627\u0644\u062A\u0642\u0633\u064A\u0645","translationTheme.highlight":"\u062A\u0633\u0644\u064A\u0637 \u0627\u0644\u0636\u0648\u0621","translationTheme.marker":"\u0639\u0644\u0627\u0645\u0629","translationTheme.marker2":"\u0639\u0644\u0627\u0645\u0629 2","translationTheme.blockquote":"\u0627\u0644\u0646\u0645\u0637 \u0627\u0644\u0645\u0631\u062C\u0639\u064A","translationTheme.weakening":"\u064A\u0636\u0639\u0641","translationTheme.italic":"\u0645\u0627\u0626\u0644","translationTheme.bold":"\u0639\u0631\u064A\u0636","translationTheme.thinDashed":"\u062A\u0633\u0637\u064A\u0631 \u0645\u062A\u0642\u0637\u0639 \u0631\u0641\u064A\u0639","translationTheme.nativeDashed":"\u064A\u0623\u062A\u064A \u0627\u0644\u0646\u0638\u0627\u0645 \u0645\u0639 \u062A\u0633\u0637\u064A\u0631 \u0645\u0646\u0642\u0637","translationTheme.nativeDotted":"\u064A\u0623\u062A\u064A \u0627\u0644\u0646\u0638\u0627\u0645 \u0645\u0639 \u062A\u0633\u0637\u064A\u0631 \u0645\u0646\u0642\u0637","translationTheme.nativeUnderline":"\u0627\u0644\u0646\u0638\u0627\u0645 \u064A\u0623\u062A\u064A \u0645\u0639 \u062A\u0633\u0637\u064A\u0631 \u0645\u0633\u062A\u0642\u064A\u0645","translationTheme.wavy":"\u062E\u0637\u0648\u0637 \u0645\u062A\u0645\u0648\u062C\u0629","translationServices.custom":"\u0648\u0627\u062C\u0647\u0629 \u0628\u0631\u0645\u062C\u0629 \u0627\u0644\u062A\u0637\u0628\u064A\u0642\u0627\u062A \u0627\u0644\u0645\u062E\u0635\u0635\u0629","translationServices.tencent":"\u0645\u062A\u0631\u062C\u0645 \u062A\u064A\u0646\u0633\u0646\u062A","translationServices.tenAlpha":"\u0645\u062A\u0631\u062C\u0645 \u062A\u064A\u0646\u0633\u0646\u062A (\u0623\u0644\u0641\u0627)","translationServices.google":"\u062C\u0648\u062C\u0644 \u0627\u0644\u0645\u062A\u0631\u062C\u0645","translationServices.bai":"\u0628\u0627\u064A\u062F\u0648 (\u0623\u0644\u0641\u0627)","translationServices.baidu":"\u0645\u062A\u0631\u062C\u0645 \u0628\u0627\u064A\u062F\u0648","translationServices.aliyun":"\u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0633\u062D\u0627\u0628\u064A\u0629 \u0639\u0644\u0649 \u0628\u0627\u0628\u0627","translationServices.volc":"\u062A\u0631\u062C\u0645\u0629 \u0628\u0631\u0643\u0627\u0646","translationServices.deeplx":"DeepLX (\u0628\u064A\u062A\u0627)","translationServices.bing":"\u0645\u062A\u0631\u062C\u0645 \u0645\u0627\u064A\u0643\u0631\u0648\u0633\u0648\u0641\u062A","translationServices.deepl":"\u062F\u064A\u0628 \u0625\u0644","translationServices.wechat":"\u062A\u0631\u062C\u0645\u0629 \u0648\u064A \u0634\u0627\u062A","translationServices.azure":"\u062A\u0631\u062C\u0645\u0629 \u0623\u0632\u0648\u0631","translationServices.ibm":"\u0622\u064A \u0628\u064A \u0625\u0645 \u0648\u0627\u062A\u0633\u0648\u0646","translationServices.aws":"\u062A\u0631\u062C\u0645\u0629 \u0623\u0645\u0627\u0632\u0648\u0646","translationServices.mock":"\u062A\u0631\u062C\u0645\u0629 \u0645\u062D\u0627\u0643\u0627\u0629","translationServices.mock2":"\u062A\u0631\u062C\u0645\u0629 \u0645\u062D\u0627\u0643\u0627\u0629 2","translationServices.caiyun":"\u0643\u0627\u064A\u0648\u0646 \u0634\u064A\u0627\u0648\u064A\u0649","translationServices.cai":"\u0643\u0627\u064A\u0648\u0646 \u0634\u064A\u0627\u0648\u064A\u0649 (\u0623\u0644\u0641\u0627)","translationServices.volcAlpha":"\u0628\u0631\u0643\u0627\u0646 (\u0623\u0644\u0641\u0627)","translationServices.openl":"\u0623\u0648\u0628\u0646 \u0625\u0644","translationServices.youdao":"\u062A\u0631\u062C\u0645\u0629 \u064A\u0648\u062F\u0627\u0648","translationServices.you":"\u062A\u0631\u062C\u0645\u0629 \u064A\u0648\u062F\u0627\u0648 (\u0623\u0644\u0641\u0627)","translationServices.transmart":"\u062A\u064A\u0646\u0633\u0646\u062A \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u062A\u0641\u0627\u0639\u0644\u064A\u0629","translationServices.niu":"\u062A\u0631\u062C\u0645\u0629 \u0645\u0627\u0641\u0631\u064A\u0643\u0633","translationServices.papago":"\u062A\u0631\u062C\u0645\u0629 \u0628\u0627\u0628\u0627\u062C\u0648","translationServices.d":"\u062F (\u0623\u0644\u0641\u0627)","translationServices.dpro":"\u062F\u064A \u0628\u0631\u0648 (\u0643\u0646\u0627\u0631\u064A)","translationServices.openai":"OpenAI","translationServices.yandex":"Yandex","translationServices.chatgpt":"ChatGPT Web (3.5 \u062C\u0648\u0627\u0644)","translate title":"\u062A\u0631\u062C\u0645\u0629 \u0639\u0646\u0648\u0627\u0646 \u0627\u0644\u0635\u0641\u062D\u0629","always languages":"\u0627\u0644\u0644\u063A\u0629 \u0627\u0644\u0645\u062A\u0631\u062C\u0645\u0629 \u062F\u0627\u0626\u0645\u0627",neverTranslateLanguagesLabel:"\u0627\u0644\u0644\u063A\u0627\u062A \u0627\u0644\u062A\u064A \u0644\u0627 \u062A\u062A\u0631\u062C\u0645 \u0623\u0628\u062F\u0627",neverTranslateTheFollowingLanguagesDescription:"\u0633\u064A\u062A\u0645 \u062A\u062E\u0637\u064A \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0639\u0646\u062F\u0645\u0627 \u062A\u0643\u0648\u0646 \u0641\u0642\u0631\u0629 \u0641\u064A \u0627\u0644\u0635\u0641\u062D\u0629 \u0628\u0627\u0644\u0644\u063A\u0627\u062A \u0627\u0644\u062A\u0627\u0644\u064A\u0629",enableUserscriptPagePopup:"\u0625\u0638\u0647\u0627\u0631 \u0627\u0644\u0643\u0631\u0629 \u0627\u0644\u0639\u0627\u0626\u0645\u0629 \u0639\u0644\u0649 \u0627\u0644\u0635\u0641\u062D\u0629",enableUserscriptPagePopupDescription:"\u0628\u0639\u062F \u0625\u063A\u0644\u0627\u0642 \u0627\u0644\u0643\u0631\u0629 \u0627\u0644\u0639\u0627\u0626\u0645\u0629\u060C \u064A\u0645\u0643\u0646\u0643 \u0627\u0633\u062A\u062E\u062F\u0627\u0645 \u0645\u0641\u062A\u0627\u062D \u0627\u0644\u0627\u062E\u062A\u0635\u0627\u0631 /{touch}\u0644\u0625\u064A\u0642\u0627\u0638\u0647\u0627. \u0644\u0645\u0646\u0639 \u0627\u0644\u0639\u062B\u0648\u0631 \u0639\u0644\u0649 \u0627\u0644\u0643\u0631\u0629 \u0627\u0644\u0639\u0627\u0626\u0645\u0629 \u0628\u0639\u062F \u0625\u064A\u0642\u0627\u0641 \u062A\u0634\u063A\u064A\u0644 \u0647\u0630\u0627 \u0627\u0644\u062E\u064A\u0627\u0631 \u0639\u0646 \u0637\u0631\u064A\u0642 \u0627\u0644\u062E\u0637\u0623\u060C \u064A\u0648\u0635\u0649 \u0628\u0634\u062F\u0629 \u0628\u0648\u0636\u0639 \u0625\u0634\u0627\u0631\u0629 \u0645\u0631\u062C\u0639\u064A\u0629 \u0639\u0644\u0649 \u0635\u0641\u062D\u0629 \u0627\u0644\u0625\u0639\u062F\u0627\u062F\u0627\u062A \u0647\u0630\u0647.","always translate the following languages":"\u0639\u0646\u062F\u0645\u0627 \u062A\u0643\u0648\u0646 \u0644\u063A\u0629 \u0627\u0644\u0635\u0641\u062D\u0629 \u0628\u0627\u0644\u0644\u063A\u0627\u062A \u0627\u0644\u062A\u0627\u0644\u064A\u0629\u060C \u0633\u062A\u062A\u0645 \u062A\u0631\u062C\u0645\u062A\u0647\u0627 \u062A\u0644\u0642\u0627\u0626\u064A\u064B\u0627 \u0625\u0644\u0649 \u0627\u0644\u0644\u063A\u0629 \u0627\u0644\u0645\u0633\u062A\u0647\u062F\u0641\u0629","always sites":"\u0639\u0646\u0627\u0648\u064A\u0646 URL \u0627\u0644\u0645\u062A\u0631\u062C\u0645\u0629 \u062F\u0627\u0626\u0645\u064B\u0627","always translate the following sites":"\u0639\u0646\u062F\u0645\u0627 \u064A\u0643\u0648\u0646 \u0645\u0648\u0642\u0639 \u0627\u0644\u0648\u064A\u0628 \u0628\u0627\u0633\u0645 \u0627\u0644\u0646\u0637\u0627\u0642 \u0627\u0644\u062A\u0627\u0644\u064A\u060C \u0633\u062A\u062A\u0645 \u062A\u0631\u062C\u0645\u062A\u0647 \u062A\u0644\u0642\u0627\u0626\u064A\u064B\u0627 \u0625\u0644\u0649 \u0627\u0644\u0644\u063A\u0629 \u0627\u0644\u0647\u062F\u0641","never sites":"\u0639\u0646\u0627\u0648\u064A\u0646 URL \u0627\u0644\u062A\u064A \u0644\u0646 \u062A\u062A\u0645 \u062A\u0631\u062C\u0645\u062A\u0647\u0627 \u0623\u0628\u062F\u064B\u0627","never translate the following sites":"\u0644\u0646 \u064A\u062A\u0645 \u062A\u0646\u0641\u064A\u0630 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0639\u0646\u062F\u0645\u0627 \u064A\u0643\u0648\u0646 \u0645\u0648\u0642\u0639 \u0627\u0644\u0648\u064A\u0628 \u064A\u062D\u0645\u0644 \u0627\u0633\u0645 \u0627\u0644\u0646\u0637\u0627\u0642 \u0627\u0644\u062A\u0627\u0644\u064A","please refer to":"\u064A\u062C\u0628 \u0639\u0644\u064A\u0643 \u062A\u0639\u0628\u0626\u0629 \u0627\u0644\u0645\u0641\u062A\u0627\u062D \u0642\u0628\u0644 \u0627\u0633\u062A\u062E\u062F\u0627\u0645\u0647\u060C \u0644\u0645\u0632\u064A\u062F \u0645\u0646 \u0627\u0644\u062A\u0641\u0627\u0635\u064A\u0644 \u064A\u0631\u062C\u0649 \u0627\u0644\u0631\u062C\u0648\u0639 \u0625\u0644\u0649",KeyAndConfigurationTutorial:'"\u0627\u0644\u0628\u0631\u0646\u0627\u0645\u062C \u0627\u0644\u062A\u0639\u0644\u064A\u0645\u064A \u0644\u0644\u062A\u0637\u0628\u064A\u0642 \u0648\u0627\u0644\u062A\u0643\u0648\u064A\u0646 \u0627\u0644\u0631\u0626\u064A\u0633\u064A"',useAboveStyleForTheseSites:"\u0639\u0646\u062F\u0645\u0627 \u064A\u0643\u0648\u0646 \u0645\u0648\u0642\u0639 \u0627\u0644\u0648\u064A\u0628 \u0647\u0648 \u0627\u0633\u0645 \u0627\u0644\u0646\u0637\u0627\u0642 \u0627\u0644\u062A\u0627\u0644\u064A\u060C \u0627\u0633\u062A\u062E\u062F\u0645 \u062F\u0627\u0626\u0645\u064B\u0627 \u0646\u0645\u0637 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u2308{theme}\u230B",currentUrl:"\u0639\u0646\u0648\u0627\u0646 URL \u0627\u0644\u062D\u0627\u0644\u064A",confirm:"\u064A\u062D\u0641\u0638",cancel:"\u064A\u0644\u063A\u064A",delete:"\u064A\u0645\u0633\u062D","languages.auto":"\u0627\u0644\u0643\u0634\u0641 \u0627\u0644\u062A\u0644\u0642\u0627\u0626\u064A",syncToCloud:"\u0627\u0644\u0645\u0632\u0627\u0645\u0646\u0629 \u0645\u0639 \u062C\u0648\u062C\u0644 \u062F\u0631\u0627\u064A\u0641",syncToCloudDescription:"\u0642\u0645 \u0628\u0627\u0644\u062A\u062D\u0645\u064A\u0644 \u0625\u0644\u0649 \u0627\u0644\u0633\u062D\u0627\u0628\u0629\u060C \u0648\u064A\u0645\u0643\u0646 \u0645\u0632\u0627\u0645\u0646\u0629 \u0627\u0644\u062A\u0643\u0648\u064A\u0646 \u0628\u064A\u0646 \u0627\u0644\u0645\u062A\u0635\u0641\u062D\u0627\u062A \u0627\u0644\u0645\u062E\u062A\u0644\u0641\u0629/\u0627\u0644\u0646\u0635\u0648\u0635 \u0627\u0644\u0628\u0631\u0645\u062C\u064A\u0629 \u0644\u0642\u0631\u062F \u0627\u0644\u0632\u064A\u062A\u060C \u0645\u0639 \u0645\u0631\u0627\u0639\u0627\u0629 \u0648\u0642\u062A \u0627\u0644\u062A\u0639\u062F\u064A\u0644 \u0627\u0644\u0623\u062E\u064A\u0631.",syncToAccount:"\u0627\u0644\u0645\u0632\u0627\u0645\u0646\u0629 \u0645\u0639 \u0633\u062D\u0627\u0628\u0629 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0634\u0627\u0645\u0644\u0629",syncToAccountButton:"\u0645\u0632\u0627\u0645\u0646\u0629 \u0645\u0639 \u0627\u0644\u0633\u062D\u0627\u0628\u0629 \u0639\u0644\u0649 \u0627\u0644\u0641\u0648\u0631",syncToAccountDescription:"\u0645\u0632\u0627\u0645\u0646\u0629 \u0627\u0644\u062A\u0643\u0648\u064A\u0646\u0627\u062A \u062A\u0644\u0642\u0627\u0626\u064A\u064B\u0627 \u0628\u064A\u0646 \u0627\u0644\u0623\u062C\u0647\u0632\u0629 \u0627\u0644\u0645\u062E\u062A\u0644\u0641\u0629\u060C \u0628\u0646\u0627\u0621\u064B \u0639\u0644\u0649 \u0648\u0642\u062A \u0627\u0644\u062A\u0639\u062F\u064A\u0644 \u0627\u0644\u0623\u062E\u064A\u0631.",successSyncConfigInAccount:"\u0627\u0644\u0628\u0642\u0627\u0621 \u0645\u062A\u0632\u0627\u0645\u0646\u064B\u0627 \u0645\u0639 \u0627\u0644\u0633\u062D\u0627\u0628\u0629 \u0628\u0646\u062C\u0627\u062D",successSyncConfigToAccount:"\u062A\u0645\u062A \u0627\u0644\u0645\u0632\u0627\u0645\u0646\u0629 \u0628\u0646\u062C\u0627\u062D \u0645\u0639 \u0627\u0644\u0633\u062D\u0627\u0628\u0629",syncConfigNoUpdate:"\u0628\u0627\u0644\u0641\u0639\u0644 \u0627\u0644\u0623\u062D\u062F\u062B",authFail:"\u0641\u0634\u0644 \u0627\u0644\u062A\u0641\u0648\u064A\u0636",syncTitle:"\u0625\u062F\u0627\u0631\u0629 \u0627\u0644\u0646\u0633\u062E \u0627\u0644\u0627\u062D\u062A\u064A\u0627\u0637\u064A \u0627\u0644\u064A\u062F\u0648\u064A",import_hint:"\u064A\u0633\u062A\u0648\u0631\u062F",upload:"\u0631\u0641\u0639",revokeAuth:"\u0625\u0644\u063A\u0627\u0621 \u0627\u0644\u062A\u0631\u062E\u064A\u0635",uploadFail:"\u0627\u0644\u062A\u062D\u0645\u064A\u0644 \u0641\u0634\u0644",download:"\u062A\u062D\u0645\u064A\u0644",importSuccess:"\u062A\u0645 \u0627\u0644\u0627\u0633\u062A\u064A\u0631\u0627\u062F \u0628\u0646\u062C\u0627\u062D",importFail:"\u0641\u0634\u0644 \u0627\u0644\u0627\u0633\u062A\u064A\u0631\u0627\u062F",deleteFail:"\u0641\u0634\u0644 \u0641\u064A \u0627\u0644\u062D\u0630\u0641",backupToCloud:"\u0625\u062F\u0627\u0631\u0629 \u0645\u0644\u0641\u0627\u062A \u0627\u0644\u0646\u0633\u062E \u0627\u0644\u0627\u062D\u062A\u064A\u0627\u0637\u064A \u064A\u062F\u0648\u064A\u0627",create_new_backup:"\u0625\u0636\u0627\u0641\u0629 \u0639\u0642\u062F\u0629 \u0627\u062D\u062A\u064A\u0627\u0637\u064A\u0629",maxBackupFiles:"\u064A\u0645\u0643\u0646 \u0639\u0645\u0644 \u0646\u0633\u062E\u0629 \u0627\u062D\u062A\u064A\u0627\u0637\u064A\u0629 \u0644\u0645\u0627 \u064A\u0635\u0644 \u0625\u0644\u0649{count}\u0639\u0642\u062F \u0645\u062E\u062A\u0644\u0641\u0629\u060C \u064A\u0631\u062C\u0649 \u062D\u0630\u0641 \u0627\u0644\u0639\u0642\u062F \u063A\u064A\u0631 \u0627\u0644\u0636\u0631\u0648\u0631\u064A\u0629",backupToCloudDescription:"\u062A\u062D\u0645\u064A\u0644 \u0645\u0644\u0641\u0627\u062A \u0627\u0644\u0646\u0633\u062E \u0627\u0644\u0627\u062D\u062A\u064A\u0627\u0637\u064A \u0623\u0648 \u0627\u0633\u062A\u0639\u0627\u062F\u062A\u0647\u0627 \u064A\u062F\u0648\u064A\u064B\u0627\u060C \u0645\u0645\u0627 \u064A\u0633\u0645\u062D \u0628\u0645\u0627 \u064A\u0635\u0644 \u0625\u0644\u0649 3 \u0646\u0633\u062E \u0627\u062D\u062A\u064A\u0627\u0637\u064A\u0629 \u0645\u062E\u062A\u0644\u0641\u0629",successSyncConfig:"\u0627\u0644\u0628\u0642\u0627\u0621 \u0645\u062A\u0632\u0627\u0645\u0646\u064B\u0627 \u0645\u0639 \u0627\u0644\u0633\u062D\u0627\u0628\u0629 \u0628\u0646\u062C\u0627\u062D",syncFail:"\u0641\u0634\u0644\u062A \u0627\u0644\u0645\u0632\u0627\u0645\u0646\u0629",updatedAt:"\u062A\u0645 \u0627\u0644\u062A\u062D\u062F\u064A\u062B \u0639\u0646\u062F {date}",lastSyncedAt:"\u0622\u062E\u0631 \u0641\u062D\u0635 \u0643\u0627\u0646 \u0639\u0646\u062F {date}",downloadFail:"\u0627\u0644\u062A\u062D\u0645\u064A\u0644 \u0641\u0634\u0644",clickToDownload:"\u0627\u0636\u063A\u0637 \u0644\u0644\u062A\u062D\u0645\u064A\u0644",aboutLabel:"\u062D\u0648\u0644 - \u0631\u062F\u0648\u062F \u0627\u0644\u0641\u0639\u0644","browser.openAboutPage":"\u062D\u0648\u0644/\u0631\u062F\u0648\u062F \u0627\u0644\u0641\u0639\u0644",aboutLabelWithoutSponsor:"\u062D\u0648\u0644 - \u0631\u062F\u0648\u062F \u0627\u0644\u0641\u0639\u0644",aboutIntro:"\u0623\u062A\u0645\u0646\u0649 \u0623\u0646 \u0646\u062A\u0645\u0643\u0646 \u062C\u0645\u064A\u0639\u064B\u0627 \u0645\u0646 \u0627\u0644\u0648\u0635\u0648\u0644 \u0625\u0644\u0649 \u0627\u0644\u0645\u0639\u0644\u0648\u0645\u0627\u062A \u0627\u0644\u0636\u062E\u0645\u0629 \u0627\u0644\u0645\u062A\u0639\u0644\u0642\u0629 \u0628\u0627\u0644\u0644\u063A\u0627\u062A \u0627\u0644\u0623\u062C\u0646\u0628\u064A\u0629 \u0639\u0644\u0649 \u0627\u0644\u0625\u0646\u062A\u0631\u0646\u062A \u0628\u0633\u0647\u0648\u0644\u0629 \u0648\u0633\u0639\u0627\u062F\u0629 \u0623\u0643\u0628\u0631. \u064A\u0645\u0643\u0646\u0643 \u0627\u062E\u062A\u064A\u0627\u0631 \u0641\u062A\u062D \u0639\u0636\u0648\u064A\u0629 <6> Pro \u0644\u0627\u0633\u062A\u062E\u062F\u0627\u0645 \u062A\u0631\u062C\u0645\u0627\u062A DeepL \u0648OpenAI \u062E\u0627\u0631\u062C \u0627\u0644\u0635\u0646\u062F\u0648\u0642.

\u064A\u0645\u0643\u0646\u0643\u0645 \u0645\u062A\u0627\u0628\u0639\u062A\u0646\u0627 \u0639\u0644\u0649 <3>\u062A\u0648\u064A\u062A\u0631 ,<4>\u0642\u0646\u0627\u0629 \u0627\u0644\u062A\u0644\u064A\u062C\u0631\u0627\u0645 \u0623\u0648 \u062D\u0633\u0627\u0628 WeChat \u0627\u0644\u0639\u0627\u0645 \u0623\u0648 \u0645\u062C\u0645\u0648\u0639\u0629 \u0627\u062A\u0635\u0627\u0644\u0627\u062A WeChat \u0623\u0648 <5> \u0627\u0634\u062A\u0631\u0627\u0643 \u0627\u0644\u0628\u0631\u064A\u062F \u0627\u0644\u0625\u0644\u0643\u062A\u0631\u0648\u0646\u064A \u0623\u062F\u0646\u0627\u0647 \u062A\u062A\u0628\u0639 \u0627\u0644\u062A\u062D\u062F\u064A\u062B\u0627\u062A.
<7>\u0639\u0636\u0648 \u0645\u062D\u062A\u0631\u0641 \u064A\u0645\u0643\u0646\u0643 \u0627\u0644\u0627\u062A\u0635\u0627\u0644 \u0628\u0627\u0644\u0628\u0631\u064A\u062F \u0627\u0644\u0625\u0644\u0643\u062A\u0631\u0648\u0646\u064A \u0627\u0644\u0633\u0631\u064A\u0639 \u0644\u062E\u062F\u0645\u0629 \u0627\u0644\u0639\u0645\u0644\u0627\u0621 <8> support@immersivetranslate.com \u0627\u0628\u0642 \u0639\u0644\u0649 \u062A\u0648\u0627\u0635\u0644 \u0645\u0639\u0646\u0627.",aboutIntroWithoutSponsor:"\u0623\u062A\u0645\u0646\u0649 \u0623\u0646 \u0646\u062A\u0645\u0643\u0646 \u062C\u0645\u064A\u0639\u064B\u0627 \u0645\u0646 \u0627\u0644\u0648\u0635\u0648\u0644 \u0628\u0634\u0643\u0644 \u0623\u0633\u0647\u0644 \u0648\u0623\u0643\u062B\u0631 \u0645\u062A\u0639\u0629 \u0625\u0644\u0649 \u0627\u0644\u0643\u0645 \u0627\u0644\u0647\u0627\u0626\u0644 \u0645\u0646 \u0627\u0644\u0645\u0639\u0644\u0648\u0645\u0627\u062A \u0628\u0627\u0644\u0644\u063A\u0629 \u0627\u0644\u0623\u062C\u0646\u0628\u064A\u0629 \u0639\u0644\u0649 \u0627\u0644\u0625\u0646\u062A\u0631\u0646\u062A \u2764\uFE0F

\u064A\u0645\u0643\u0646\u0643 \u0645\u062A\u0627\u0628\u0639\u062A\u0646\u0627 \u0639\u0644\u0649 Twitter <3> ,<4>\u0642\u0646\u0627\u0629 \u0627\u0644\u062A\u0644\u064A\u062C\u0631\u0627\u0645 \u0623\u0648 \u062D\u0633\u0627\u0628 WeChat \u0627\u0644\u0639\u0627\u0645 \u0623\u0648 \u0645\u062C\u0645\u0648\u0639\u0629 \u0627\u062A\u0635\u0627\u0644\u0627\u062A WeChat \u0623\u0648 <5> \u0627\u0634\u062A\u0631\u0627\u0643 \u0627\u0644\u0628\u0631\u064A\u062F \u0627\u0644\u0625\u0644\u0643\u062A\u0631\u0648\u0646\u064A \u0623\u062F\u0646\u0627\u0647 \u062A\u062A\u0628\u0639 \u0627\u0644\u062A\u062D\u062F\u064A\u062B\u0627\u062A.",projectHomepage:"\u0627\u0644\u0635\u0641\u062D\u0629 \u0627\u0644\u0631\u0626\u064A\u0633\u064A\u0629 \u0644\u0644\u0645\u0634\u0631\u0648\u0639",joinTelegramGroup:"\u0627\u0646\u0636\u0645 \u0625\u0644\u0649 \u0645\u062C\u0645\u0648\u0639\u0629 \u0627\u062A\u0635\u0627\u0644\u0627\u062A \u0627\u0644\u0645\u0633\u062A\u062E\u062F\u0645\u064A\u0646 \u0644\u0644\u0645\u0634\u0627\u0631\u0643\u0629 \u0641\u064A \u0627\u0644\u0645\u0646\u0627\u0642\u0634\u0627\u062A \u0627\u0644\u0648\u0638\u064A\u0641\u064A\u0629",wechatPublicAccount:"\u062D\u0633\u0627\u0628 \u0648\u064A \u0634\u0627\u062A \u0627\u0644\u0639\u0627\u0645",wechatCommunities:"\u0645\u062C\u0645\u0648\u0639\u0629 \u0627\u0644\u0627\u062A\u0635\u0627\u0644\u0627\u062A WeChat",qqCommunities:"\u0642\u0646\u0627\u0629 \u0627\u062A\u0635\u0627\u0644 QQ",joinTelegramChannel:"\u062A\u0627\u0628\u0639\u0648\u0627 \u0642\u0646\u0627\u0629 \u0627\u0644\u062A\u0644\u064A\u062C\u0631\u0627\u0645 \u0644\u0645\u0639\u0631\u0641\u0629 \u0622\u062E\u0631 \u0627\u0644\u062A\u062D\u062F\u064A\u062B\u0627\u062A",feedbackAndJoin:"\u0631\u062F\u0648\u062F \u0627\u0644\u0641\u0639\u0644 \u0627\u0644\u0645\u0634\u0643\u0644\u0629 / \u0627\u0644\u0627\u0646\u0636\u0645\u0627\u0645 \u0625\u0644\u0649 \u0627\u0644\u0645\u062C\u0645\u0648\u0639\u0629",autoSync:"\u0627\u0644\u0645\u0632\u0627\u0645\u0646\u0629 \u0627\u0644\u0645\u062C\u062F\u0648\u0644\u0629 \u0627\u0644\u062A\u0644\u0642\u0627\u0626\u064A\u0629",loadingThemeTitle:"\u0623\u0633\u0644\u0648\u0628 \u0627\u0644\u062A\u062D\u0645\u064A\u0644",loadingThemeDescription:"\u0627\u0636\u0628\u0637 \u0627\u0644\u0646\u0645\u0637 \u0623\u062B\u0646\u0627\u0621 \u0627\u0646\u062A\u0638\u0627\u0631 \u062A\u062D\u0645\u064A\u0644 \u0627\u0644\u062A\u0631\u062C\u0645\u0629","loadingTheme.spinner":"\u0627\u0644\u0631\u0633\u0648\u0645 \u0627\u0644\u0645\u062A\u062D\u0631\u0643\u0629 \u0627\u0644\u062F\u0627\u0626\u0631\u0629","loadingTheme.text":"\u0646\u0635 \u062B\u0627\u0628\u062A... ","loadingTheme.none":"\u0644\u0627 \u062A\u0638\u0647\u0631",developerDescription:"\u064A\u0645\u0643\u0646\u0643 \u0627\u0644\u0646\u0642\u0631 \u0641\u0648\u0642 <1> \u0647\u0646\u0627 \u0639\u0631\u0636 \u0627\u0644\u0648\u062B\u0627\u0626\u0642 \u0627\u0644\u0645\u062A\u0639\u0644\u0642\u0629 \u0628\u0627\u0644\u062A\u062E\u0635\u064A\u0635 \u0627\u0644\u0645\u062A\u0642\u062F\u0645","edit border color":"\u062A\u0639\u062F\u064A\u0644 \u0644\u0648\u0646 \u0627\u0644\u062D\u062F\u0648\u062F",successSyncButNoChange:"\u0627\u0644\u062A\u0643\u0648\u064A\u0646 \u0627\u0644\u062D\u0627\u0644\u064A \u0645\u062A\u0648\u0627\u0641\u0642 \u0645\u0639 \u0627\u0644\u0633\u062D\u0627\u0628\u0629",customTheme:"\u0627\u0644\u0623\u0644\u0648\u0627\u0646 \u0648\u0627\u0644\u0623\u062D\u062C\u0627\u0645 \u0627\u0644\u0645\u062E\u0635\u0635\u0629","customThemeLabel.borderColor":"\u0644\u0648\u0646 \u0627\u0644\u062D\u062F\u0648\u062F","customThemeLabel.borderRadius":"\u062D\u062F\u0648\u062F \u0645\u0633\u062A\u062F\u064A\u0631\u0629 \u0627\u0644\u0632\u0648\u0627\u064A\u0627","customThemeLabel.textColor":"\u0644\u0648\u0646 \u0627\u0644\u062E\u0637","customThemeLabel.backgroundColor":"\u0644\u0648\u0646 \u0627\u0644\u062E\u0644\u0641\u064A\u0629","customThemeLabel.zoom":"\u062A\u062D\u062C\u064A\u0645 \u0627\u0644\u062E\u0637 (%)","customThemeLabel.opacity":"\u0639\u062A\u0627\u0645\u0629 \u0627\u0644\u0646\u0635 (%)",resetToDefaultColor:"\u0627\u0644\u0639\u0648\u062F\u0629 \u0625\u0644\u0649 \u0627\u0644\u0644\u0648\u0646 \u0627\u0644\u0627\u0641\u062A\u0631\u0627\u0636\u064A",resetToDefaultSettings:"\u0627\u0644\u0639\u0648\u062F\u0629 \u0625\u0644\u0649 \u0627\u0644\u0625\u0639\u062F\u0627\u062F\u0627\u062A \u0627\u0644\u0627\u0641\u062A\u0631\u0627\u0636\u064A\u0629",isTranslateTitle:"\u0642\u0645 \u0628\u062A\u0634\u063A\u064A\u0644 \u0639\u0646\u0627\u0648\u064A\u0646 \u0635\u0641\u062D\u0627\u062A \u0627\u0644\u0648\u064A\u0628 \u0627\u0644\u0645\u062A\u0631\u062C\u0645\u0629",isTranslateTitleDescription:"\u0639\u0646\u062F \u062A\u0634\u063A\u064A\u0644\u0647\u060C \u0633\u064A\u062A\u0645 \u062A\u0631\u062C\u0645\u0629 \u0639\u0646\u0648\u0627\u0646 \u0635\u0641\u062D\u0629 \u0627\u0644\u0648\u064A\u0628",enableSearchEnhancement:"\u062A\u0645\u0643\u064A\u0646 \u062A\u0639\u0632\u064A\u0632 \u0627\u0644\u0645\u0639\u0644\u0648\u0645\u0627\u062A \u062B\u0646\u0627\u0626\u064A\u0629 \u0627\u0644\u0644\u063A\u0629",enableSearchEnhancementDescription:'\u0628\u0639\u062F \u062A\u0634\u063A\u064A\u0644\u0647\u0627\u060C \u0633\u064A\u062A\u0645 \u0639\u0631\u0636 \u0646\u062A\u0627\u0626\u062C \u0628\u062D\u062B "\u0623\u062E\u0628\u0627\u0631 Google" \u0627\u0644\u0645\u0642\u0627\u0628\u0644\u0629 \u0644\u0644\u0643\u0644\u0645\u0627\u062A \u0627\u0644\u0631\u0626\u064A\u0633\u064A\u0629 \u0628\u0627\u0644\u0644\u063A\u0629 \u0627\u0644\u0625\u0646\u062C\u0644\u064A\u0632\u064A\u0629 \u062A\u0644\u0642\u0627\u0626\u064A\u064B\u0627 \u0641\u064A \u0627\u0644\u0639\u0645\u0648\u062F \u0627\u0644\u0623\u064A\u0645\u0646 \u0644\u0645\u0648\u0627\u0642\u0639 \u0627\u0644\u0648\u064A\u0628 \u0627\u0644\u0645\u062F\u0639\u0648\u0645\u0629 (\u0623\u062E\u0628\u0627\u0631 Google\u060C \u0628\u062D\u062B Google (\u0628\u0639\u0636 \u0627\u0644\u0643\u0644\u0645\u0627\u062A \u0627\u0644\u0631\u0626\u064A\u0633\u064A\u0629)\u060C Snowball\u060C Oriental Fortune\u060C Futu\u060C Tiger Community).',verifyService:"\u0627\u0646\u0642\u0631 \u0647\u0646\u0627 \u0644\u0627\u062E\u062A\u0628\u0627\u0631 \u0627\u0644\u062E\u062F\u0645\u0629",verified:"\u062A\u0645 \u0627\u0644\u062A\u062D\u0642\u0642 \u0628\u0646\u062C\u0627\u062D","field.langs":"\u0631\u0645\u0648\u0632 \u0627\u0644\u0644\u063A\u0629 \u0627\u0644\u0645\u062F\u0639\u0648\u0645\u0629","field.model":"\u0646\u0645\u0648\u0630\u062C","field.translationEngine":"\u0645\u062D\u0631\u0643 \u0627\u0644\u062A\u0631\u062C\u0645\u0629","field.limitPerMinute":"\u0627\u0644\u062D\u062F \u0627\u0644\u0623\u0642\u0635\u0649 \u0644\u0639\u062F\u062F \u0627\u0644\u0637\u0644\u0628\u0627\u062A \u0641\u064A \u0627\u0644\u062F\u0642\u064A\u0642\u0629","field.limitPerSecond":"\u0627\u0644\u062D\u062F \u0627\u0644\u0623\u0642\u0635\u0649 \u0644\u0639\u062F\u062F \u0627\u0644\u0637\u0644\u0628\u0627\u062A \u0641\u064A \u0627\u0644\u062B\u0627\u0646\u064A\u0629","field.maxTextLengthPerRequest":"\u0627\u0644\u062D\u062F \u0627\u0644\u0623\u0642\u0635\u0649 \u0644\u0637\u0648\u0644 \u0627\u0644\u0646\u0635 \u0644\u0643\u0644 \u0637\u0644\u0628","field.maxTextGroupLengthPerRequest":"\u0627\u0644\u062D\u062F \u0627\u0644\u0623\u0642\u0635\u0649 \u0644\u0639\u062F\u062F \u0627\u0644\u0641\u0642\u0631\u0627\u062A \u0644\u0643\u0644 \u0637\u0644\u0628","field.apiUrl":"\u0639\u0646\u0648\u0627\u0646 \u0648\u0627\u062C\u0647\u0629 API \u0627\u0644\u0645\u062E\u0635\u0635\u0629","field.placeholderDelimiters":"\u0627\u0644\u0639\u0646\u0627\u0635\u0631 \u0627\u0644\u0646\u0627\u0626\u0628\u0629 \u0627\u0644\u0645\u062D\u062C\u0648\u0632\u0629","description.custom":"\u0627\u0644\u0648\u0635\u0648\u0644 \u0625\u0644\u0649 \u0627\u0644\u0648\u0627\u062C\u0647\u0629 \u0627\u0644\u0645\u062E\u0635\u0635\u0629 \u064A\u062A\u0637\u0644\u0628 \u0648\u062B\u0627\u0626\u0642 \u0645\u0631\u062C\u0639\u064A\u0629","description.limitPerMinute":"\u0648\u0639\u0646\u062F\u0645\u0627 \u064A\u062A\u062C\u0627\u0648\u0632 \u0639\u062F\u062F \u0627\u0644\u0637\u0644\u0628\u0627\u062A \u0647\u0630\u0627 \u0627\u0644\u062D\u062F\u060C \u0641\u0625\u0646\u0647 \u0633\u064A\u062F\u062E\u0644 \u0641\u064A \u062D\u0627\u0644\u0629 \u0627\u0644\u0627\u0646\u062A\u0638\u0627\u0631 \u062D\u062A\u0649 \u0628\u062F\u0627\u064A\u0629 \u0627\u0644\u062F\u0642\u064A\u0642\u0629 \u0627\u0644\u062A\u0627\u0644\u064A\u0629. \u0646\u0638\u0631\u064B\u0627 \u0644\u0644\u0642\u064A\u0648\u062F \u0627\u0644\u0645\u062E\u062A\u0644\u0641\u0629 \u0644\u062E\u062F\u0645\u0629 OpenAI \u0627\u0644\u062D\u0627\u0644\u064A\u0629\u060C \u064A\u0631\u062C\u0649 \u0627\u0644\u0646\u0642\u0631 \u0641\u0648\u0642 <1> \u0647\u0646\u0627 \u0639\u0631\u0636 \u0623\u062D\u062F\u062B \u0627\u0644\u0642\u064A\u0645 \u0627\u0644\u0645\u0648\u0635\u0649 \u0628\u0647\u0627","description.limitPerSecond":"\u0648\u0639\u0646\u062F\u0645\u0627 \u064A\u062A\u062C\u0627\u0648\u0632 \u0639\u062F\u062F \u0627\u0644\u0637\u0644\u0628\u0627\u062A \u0647\u0630\u0627 \u0627\u0644\u062D\u062F\u060C \u0641\u0625\u0646\u0647 \u0633\u064A\u062F\u062E\u0644 \u0641\u064A \u062D\u0627\u0644\u0629 \u0627\u0644\u0627\u0646\u062A\u0638\u0627\u0631 \u062D\u062A\u0649 \u0628\u062F\u0627\u064A\u0629 \u0627\u0644\u062B\u0627\u0646\u064A\u0629 \u0627\u0644\u062A\u0627\u0644\u064A\u0629. \u0646\u0638\u0631\u064B\u0627 \u0644\u0644\u0642\u064A\u0648\u062F \u0627\u0644\u0645\u062E\u062A\u0644\u0641\u0629 \u0644\u062E\u062F\u0645\u0629 OpenAI \u0627\u0644\u062D\u0627\u0644\u064A\u0629\u060C \u064A\u0631\u062C\u0649 \u0627\u0644\u0646\u0642\u0631 \u0641\u0648\u0642 <1> \u0647\u0646\u0627 \u0639\u0631\u0636 \u0623\u062D\u062F\u062B \u0627\u0644\u0642\u064A\u0645 \u0627\u0644\u0645\u0648\u0635\u0649 \u0628\u0647\u0627","description.generalLimitPerSecond":"\u0648\u0639\u0646\u062F\u0645\u0627 \u064A\u062A\u062C\u0627\u0648\u0632 \u0639\u062F\u062F \u0627\u0644\u0637\u0644\u0628\u0627\u062A \u0647\u0630\u0627 \u0627\u0644\u062D\u062F\u060C \u0641\u0625\u0646\u0647 \u0633\u064A\u062F\u062E\u0644 \u0641\u064A \u062D\u0627\u0644\u0629 \u0627\u0644\u0627\u0646\u062A\u0638\u0627\u0631 \u062D\u062A\u0649 \u0628\u062F\u0627\u064A\u0629 \u0627\u0644\u062B\u0627\u0646\u064A\u0629 \u0627\u0644\u062A\u0627\u0644\u064A\u0629.","description.prompt":"\u062A\u0631\u0633\u0644 \u0627\u0644\u0645\u062D\u0627\u062F\u062B\u0629 \u0625\u0644\u0649 {service} \u0628\u0635\u0641\u0629 \u0627\u0644\u0645\u0633\u062A\u062E\u062F\u0645\u060C \u062D\u064A\u062B \u064A\u0645\u062B\u0644 {{text}} \u0646\u0635 \u0627\u0644\u0641\u0642\u0631\u0629\u060C \u0648\u064A\u0645\u062B\u0644 {{from}} \u0644\u063A\u0629 \u0627\u0644\u0641\u0642\u0631\u0629\u060C \u0648\u064A\u0645\u062B\u0644 {{to}} \u0627\u0644\u0644\u063A\u0629 \u0627\u0644\u0645\u0633\u062A\u0647\u062F\u0641\u0629.","description.maxTextLengthPerRequest":"\u0627\u0644\u062D\u062F \u0627\u0644\u0623\u0642\u0635\u0649 \u0644\u0639\u062F\u062F \u0627\u0644\u0623\u062D\u0631\u0641 \u0644\u0643\u0644 \u0637\u0644\u0628. \u0625\u0630\u0627 \u0643\u0627\u0646 \u0643\u0628\u064A\u0631\u064B\u0627 \u062C\u062F\u064B\u0627\u060C \u0641\u0633\u062A\u062A\u0628\u0627\u0637\u0623 \u0627\u0633\u062A\u062C\u0627\u0628\u0629 \u0627\u0644\u0648\u0627\u062C\u0647\u0629\u060C \u0644\u0630\u0627 \u064A\u0645\u0643\u0646\u0643 \u0645\u062D\u0627\u0648\u0644\u0629 \u0636\u0628\u0637 \u0647\u0630\u0627 \u0627\u0644\u062E\u064A\u0627\u0631 \u0644\u062A\u062D\u0633\u064A\u0646 \u0627\u0644\u0633\u0631\u0639\u0629.","description.systemPrompt":"\u064A\u062A\u0645 \u0625\u0631\u0633\u0627\u0644 \u0627\u0644\u0645\u062D\u0627\u062F\u062B\u0629 \u0625\u0644\u0649 OpenAI \u0643\u0646\u0638\u0627\u0645\u060C \u062D\u064A\u062B \u064A\u0645\u062B\u0644 {{text}} \u0645\u062D\u062A\u0648\u0649 \u0646\u0635 \u0627\u0644\u0641\u0642\u0631\u0629\u060C \u0648\u064A\u0645\u062B\u0644{{from}} \u0644\u063A\u0629 \u0627\u0644\u0641\u0642\u0631\u0629\u060C \u0648\u064A\u0645\u062B\u0644{{to}} \u0627\u0644\u0644\u063A\u0629 \u0627\u0644\u0645\u0633\u062A\u0647\u062F\u0641\u0629","field.domain":"\u0645\u062C\u0627\u0644","description.domain":"\u0627\u0644\u0627\u0641\u062A\u0631\u0627\u0636\u064A \u0647\u0648\uFF1A\u0639\u0627\u0645. \u0644\u0627 \u064A\u0645\u0643\u0646 \u0636\u0628\u0637\u0647 \u0625\u0644\u0627 \u0639\u0646\u062F \u062A\u0645\u0643\u064A\u0646 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0645\u0633\u062A\u0646\u062F\u0629 \u0625\u0644\u0649 \u0627\u0644\u0645\u062C\u0627\u0644 \u0641\u064A \u0648\u062D\u062F\u0629 \u062A\u062D\u0643\u0645 Youdao API. \u0644\u0644\u062D\u0635\u0648\u0644 \u0639\u0644\u0649 \u0627\u0644\u062D\u0642\u0648\u0644 \u0627\u0644\u0645\u062F\u0639\u0648\u0645\u0629\u060C \u064A\u0631\u062C\u0649 \u0627\u0644\u0627\u0637\u0644\u0627\u0639 \u0639\u0644\u0649 <1> \u0647\u0646\u0627.","field.scene":"\u0645\u0634\u0627\u0647\u062F","description.scene":"\u0627\u0644\u0627\u0641\u062A\u0631\u0627\u0636\u064A \u0647\u0648\uFF1A\u0639\u0627\u0645. \u0644\u0627 \u064A\u0645\u0643\u0646 \u0636\u0628\u0637\u0647 \u0625\u0644\u0627 \u0639\u0646\u062F \u062A\u0646\u0634\u064A\u0637 \u0627\u0644\u0625\u0635\u062F\u0627\u0631 \u0627\u0644\u0627\u062D\u062A\u0631\u0627\u0641\u064A \u0644\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0622\u0644\u064A\u0629 \u0641\u064A \u0648\u062D\u062F\u0629 \u062A\u062D\u0643\u0645 Alibaba Cloud API. \u0631\u0627\u062C\u0639 <1> \u0647\u0646\u0627 \u0644\u0644\u062D\u0635\u0648\u0644 \u0639\u0644\u0649 \u0627\u0644\u0633\u064A\u0646\u0627\u0631\u064A\u0648\u0647\u0627\u062A \u0627\u0644\u0645\u062F\u0639\u0648\u0645\u0629.","field.vocabId":"\u0645\u0639\u0631\u0641 \u0642\u0627\u0645\u0648\u0633 \u0627\u0644\u0645\u0633\u062A\u062E\u062F\u0645","description.vocabId":"\u064A\u062F\u0639\u0645 \u0627\u0644\u0642\u0627\u0645\u0648\u0633 \u0627\u0644\u0645\u062D\u062F\u062F out_id \u062D\u0627\u0644\u064A\u064B\u0627 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0625\u0646\u062C\u0644\u064A\u0632\u064A\u0629 \u0627\u0644\u0635\u064A\u0646\u064A\u0629.","description.model":"\u064A\u0645\u0643\u0646 \u0623\u0646 \u064A\u0643\u0648\u0646 \u0646\u0645\u0648\u0630\u062C OpenAI \u0647\u0648 gpt-3.5-turbo \u0623\u0648 gpt-4 \u0648\u0645\u0627 \u0625\u0644\u0649 \u0630\u0644\u0643.","description.maxTextGroupLengthPerRequest":"\u0639\u062F\u062F \u0627\u0644\u0641\u0642\u0631\u0627\u062A \u0627\u0644\u0645\u0631\u0633\u0644\u0629 \u0625\u0644\u0649 \u062E\u062F\u0645\u0629 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0641\u064A \u0643\u0644 \u0645\u0631\u0629. \u0625\u0630\u0627 \u0643\u0627\u0646 \u0647\u0646\u0627\u0643 \u0639\u062F\u062F \u0643\u0628\u064A\u0631 \u062C\u062F\u064B\u0627 \u0645\u0646 \u0627\u0644\u0641\u0642\u0631\u0627\u062A\u060C \u0641\u0642\u062F \u062A\u062A\u0628\u0627\u0637\u0623 \u0627\u0633\u062A\u062C\u0627\u0628\u0629 \u0627\u0644\u0648\u0627\u062C\u0647\u0629.","description.apiUrl":"\u0627\u0644\u0631\u062C\u0627\u0621 \u0625\u0636\u0627\u0641\u0629 \u0639\u0646\u0648\u0627\u0646 URL \u0645\u062D\u062F\u062F \u0645\u0639 \u0627\u0644\u0645\u0633\u0627\u0631\u060C <1> \u0627\u0644\u0645\u0632\u064A\u062F \u0645\u0646 \u0627\u0644\u062A\u0639\u0644\u064A\u0645\u0627\u062A",enabledExtension:"\u062A\u0645\u0643\u064A\u0646 \u0627\u0644\u062A\u0645\u062F\u064A\u062F",clickToDisableExtension:"\u0627\u0646\u0642\u0631 \u0644\u062A\u0639\u0637\u064A\u0644 \u0627\u0644\u062A\u0645\u062F\u064A\u062F",clickToEnableExtension:"\u0627\u0646\u0642\u0631 \u0644\u062A\u0645\u0643\u064A\u0646 \u0627\u0644\u062A\u0645\u062F\u064A\u062F",hasBeenDisabled:"\u0639\u0627\u062C\u0632","show password":"\u0639\u0631\u0636 \u0643\u0644\u0645\u0629 \u0627\u0644\u0645\u0631\u0648\u0631",customContent:"\u0623\u062F\u062E\u0644 \u0627\u0633\u0645 \u0627\u0644\u0646\u0645\u0648\u0630\u062C \u0627\u0644\u0645\u062E\u0635\u0635",inputOptions:"\u062A\u062D\u0633\u064A\u0646 \u0635\u0646\u062F\u0648\u0642 \u0627\u0644\u0625\u062F\u062E\u0627\u0644",mouseHoverOptions:"\u062A\u0645\u0631\u064A\u0631 \u0627\u0644\u0645\u0627\u0648\u0633",modifyMouseHoverKey:"\u062A\u0639\u062F\u064A\u0644 \u0645\u0641\u0627\u062A\u064A\u062D \u0627\u0644\u0627\u062E\u062A\u0635\u0627\u0631 \u0627\u0644\u062E\u0627\u0635\u0629 \u0628\u0627\u0644\u0645\u0627\u0648\u0633",enableInputTranslation:"\u0645\u0627 \u0625\u0630\u0627 \u0643\u0627\u0646 \u0633\u064A\u062A\u0645 \u062A\u0645\u0643\u064A\u0646 \u062A\u062D\u0633\u064A\u0646 \u0645\u0631\u0628\u0639 \u0627\u0644\u0625\u062F\u062E\u0627\u0644",enableInputTranslationDescription:"\u0628\u0639\u062F{trailingKey}\u060C \u0623\u062F\u062E\u0644 \u0645\u0628\u0627\u0634\u0631\u0629 {startingKey}{startingKey} hello \u0641\u064A \u0645\u0631\u0628\u0639 \u0627\u0644\u0625\u062F\u062E\u0627\u0644\u060C \u062B\u0645 \u0627\u0646\u0642\u0631 \u0633\u0631\u064A\u0639\u064B\u0627 \u0641\u0648\u0642{inputTrailingTriggerKeyRepeatTimes}\u0645\u0631\u062A\u064A\u0646 \u0644\u062A\u0631\u062C\u0645\u062A\u0647 \u0625\u0644\u0649 {inputTargetLanguage}",enableInputTranslationDescriptionForNoneKey:"{trailingKey}\u062A\u0645\u0643\u064A\u0646\u0647\u060C \u0623\u062F\u062E\u0644 \u0645\u0628\u0627\u0634\u0631\u0629\uFF1Ahelloworld \u0641\u064A \u0645\u0631\u0628\u0639 \u0627\u0644\u0625\u062F\u062E\u0627\u0644\u060C \u062B\u0645 \u0627\u0646\u0642\u0631 \u0628\u0633\u0631\u0639\u0629{inputTrailingTriggerKeyRepeatTimes}\u0644\u0644\u062A\u0631\u062C\u0645\u0629 \u0625\u0644\u0649 \u0627\u0644\u0644\u063A\u0629 \u0627\u0644\u0645\u0633\u062A\u0647\u062F\u0641\u0629 \u0627\u0644\u0627\u0641\u062A\u0631\u0627\u0636\u064A\u0629.",inputTargetLanguage:"\u0642\u0645 \u0628\u062A\u0639\u064A\u064A\u0646 \u0627\u0644\u0644\u063A\u0629 \u0627\u0644\u0647\u062F\u0641 \u0627\u0644\u0627\u0641\u062A\u0631\u0627\u0636\u064A\u0629 \u0644\u0645\u0631\u0628\u0639 \u0627\u0644\u0625\u062F\u062E\u0627\u0644",inputTargetLanguageDescription:"\u0627\u0644\u0644\u063A\u0629 \u0627\u0644\u0647\u062F\u0641 \u0627\u0644\u0627\u0641\u062A\u0631\u0627\u0636\u064A\u0629 \u0644\u062A\u0631\u062C\u0645\u0629 \u0645\u0631\u0628\u0639 \u0627\u0644\u0625\u062F\u062E\u0627\u0644\u060C \u0648\u0647\u064A {startingKey}{startingKey} \u0643\u0644\u063A\u0629 \u0627\u0641\u062A\u0631\u0627\u0636\u064A\u0629 \u0644\u0643\u0644\u0645\u0627\u062A \u0627\u0644\u062A\u0634\u063A\u064A\u0644",inputTargetLanguageDescriptionForNoneKey:"\u0627\u0644\u0644\u063A\u0629 \u0627\u0644\u0647\u062F\u0641 \u0627\u0644\u0627\u0641\u062A\u0631\u0627\u0636\u064A\u0629 \u0644\u062A\u0631\u062C\u0645\u0627\u062A \u0645\u0631\u0628\u0639 \u0627\u0644\u0625\u062F\u062E\u0627\u0644",inputStartingTriggerKeyTitle:"\u0642\u0645 \u0628\u062A\u0639\u064A\u064A\u0646 \u0627\u0644\u0623\u062D\u0631\u0641 \u0627\u0644\u0645\u0642\u0633\u0645\u0629 \u0644\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u062C\u0632\u0626\u064A\u0629 \u0644\u0645\u0631\u0628\u0639 \u0627\u0644\u0625\u062F\u062E\u0627\u0644",inputStartingTriggerKeyDescription:"\u0639\u0646\u062F\u0645\u0627 \u0644\u0627 \u062A\u062D\u062A\u0627\u062C \u0625\u0644\u0649 \u062A\u0631\u062C\u0645\u0629 \u0645\u0631\u0628\u0639 \u0627\u0644\u0625\u062F\u062E\u0627\u0644 \u0628\u0623\u0643\u0645\u0644\u0647\u060C \u064A\u062A\u064A\u062D \u0644\u0643 \u0627\u0644\u0645\u062D\u062F\u062F \u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u062C\u0632\u0621 \u0641\u0642\u0637 {startingKey}{startingKey} \u0625\u0644\u0649 \u0646\u0647\u0627\u064A\u0629 \u0645\u0631\u0628\u0639 \u0627\u0644\u0625\u062F\u062E\u0627\u0644\u060C \u0623\u0648 \u064A\u0645\u0643\u0646\u0643 \u062A\u062D\u062F\u064A\u062F \u0631\u0645\u0632 \u0627\u0644\u0644\u063A\u0629\u060C \u0639\u0644\u0649 \u0633\u0628\u064A\u0644 \u0627\u0644\u0645\u062B\u0627\u0644\u060C\uFF1A{startingKey}ja \u062A\u0639\u0646\u064A \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0641\u0642\u0637 \u0627\u0644\u062C\u0632\u0621 \u0645\u0646 {startingKey}\u062C\u0627 \u0625\u0644\u0649 \u0646\u0647\u0627\u064A\u0629 \u0645\u0631\u0628\u0639 \u0627\u0644\u0625\u062F\u062E\u0627\u0644.",inputStartingTriggerKeyDescriptionForNoneKey:"\u062A\u0645 \u0636\u0628\u0637\u0647 \u062D\u0627\u0644\u064A\u064B\u0627 \u0628\u062D\u064A\u062B \u0644\u0627 \u064A\u062A\u0637\u0644\u0628 \u0623\u064A \u0628\u0627\u062F\u0626\u0629\u060C \u0648\u0628\u0639\u0636 \u0648\u0638\u0627\u0626\u0641 \u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0646\u0635 \u0641\u064A \u0645\u0631\u0628\u0639 \u0627\u0644\u0625\u062F\u062E\u0627\u0644 \u063A\u064A\u0631 \u0645\u062A\u0627\u062D\u0629 \u0645\u0624\u0642\u062A\u064B\u0627.",inputTrailingTriggerKeyTitle:"\u062D\u062F\u062F \u062D\u0631\u0641 \u0627\u0644\u0645\u0634\u063A\u0644 \u0627\u0644\u0630\u064A \u064A\u0646\u0647\u064A \u0627\u0644\u0625\u062F\u062E\u0627\u0644",inputTrailingTriggerKeyDescription:"\u0633\u064A\u0624\u062F\u064A \u0627\u0644\u0636\u063A\u0637 \u0639\u0644\u0649{trailingKey} 3 \u0645\u0631\u0627\u062A \u0641\u064A \u062A\u062A\u0627\u0628\u0639 \u0633\u0631\u064A\u0639 \u0625\u0644\u0649 \u0628\u062F\u0621 \u0627\u0644\u062A\u0631\u062C\u0645\u0629",inputTrailingTriggerKeyTimeout:"\u0623\u062F\u062E\u0644 \u0627\u0644\u0641\u0627\u0635\u0644 \u0627\u0644\u0632\u0645\u0646\u064A \u0628\u064A\u0646 \u0627\u0644\u0645\u0634\u063A\u0644\u0627\u062A \u0644\u0625\u0646\u0647\u0627\u0621 \u0627\u0644\u062A\u062D\u0631\u064A\u0631 \u0648\u0627\u0644\u0633\u0631\u062F.",inputTrailingTriggerKeyTimeoutDescription:"\u0642\u0645 \u0628\u062A\u0639\u064A\u064A\u0646 \u0627\u0644\u0641\u0627\u0635\u0644 \u0627\u0644\u0632\u0645\u0646\u064A (\u0645\u0644\u064A \u062B\u0627\u0646\u064A\u0629) \u0644\u0644\u0625\u062F\u062E\u0627\u0644 \u0644\u0625\u0646\u0647\u0627\u0621 \u0645\u0634\u063A\u0644 \u0627\u0644\u062A\u062D\u0631\u064A\u0631 \u0648\u0627\u0644\u0633\u0631\u062F",spaceKey:"<\u0645\u0633\u0627\u0641\u0629>",noneKey:"\u0644\u0627 \u062A\u0648\u062C\u062F \u062D\u0627\u062C\u0629 \u0625\u0644\u0649 \u0628\u0627\u062F\u0626\u0629\u060C \u0642\u0645 \u0628\u062A\u0631\u062C\u0645\u0629 \u0645\u0631\u0628\u0639 \u0627\u0644\u0646\u0635 \u0628\u0627\u0644\u0643\u0627\u0645\u0644 \u0645\u0628\u0627\u0634\u0631\u0629\u064B",inputTranslationBlockUrlsTitle:"\u0644\u0627 \u062A\u0642\u0645 \u0645\u0637\u0644\u0642\u064B\u0627 \u0628\u062A\u0645\u0643\u064A\u0646 \u062A\u062D\u0633\u064A\u0646\u0627\u062A \u062D\u0642\u0644 \u0627\u0644\u0625\u062F\u062E\u0627\u0644 \u0641\u064A \u0639\u0646\u0627\u0648\u064A\u0646 URL",inputTranslationBlockUrlsDescription:"\u0641\u064A \u0639\u0646\u0627\u0648\u064A\u0646 URL \u0627\u0644\u062A\u0627\u0644\u064A\u0629\u060C \u0644\u0646 \u064A\u0635\u0628\u062D \u062A\u062D\u0633\u064A\u0646 \u0645\u0631\u0628\u0639 \u0627\u0644\u0625\u062F\u062E\u0627\u0644 \u0633\u0627\u0631\u064A \u0627\u0644\u0645\u0641\u0639\u0648\u0644",clickToSeeQuickDemo:"\u0627\u0646\u0642\u0631 \u0644\u062A\u0648\u0633\u064A\u0639 \u0641\u064A\u062F\u064A\u0648 \u0627\u0644\u062A\u0639\u0644\u064A\u0645\u0627\u062A \u0627\u0644\u0633\u0631\u064A\u0639\u0629 \u0644\u0645\u062F\u0629 30 \u062B\u0627\u0646\u064A\u0629",inputHelperInfo:"\u0645\u0644\u0627\u062D\u0638\u0629\uFF1A: \u0644\u0642\u062F \u0642\u0645\u0646\u0627 \u0628\u062A\u062D\u0633\u064A\u0646 \u0627\u0644\u0645\u0634\u0643\u0644\u0629 \u0639\u0644\u0649 \u0648\u062C\u0647 \u0627\u0644\u062A\u062D\u062F\u064A\u062F \u062D\u064A\u062B \u062A\u062A\u062D\u0648\u0644 \u0628\u0639\u0636 \u0623\u062D\u0631\u0641 \u0627\u0644\u062A\u0634\u063A\u064A\u0644 \u0625\u0644\u0649 \u0639\u0644\u0627\u0645\u0627\u062A \u062A\u0631\u0642\u064A\u0645 \u0635\u064A\u0646\u064A\u0629 \u0636\u0645\u0646 \u0637\u0631\u064A\u0642\u0629 \u0627\u0644\u0625\u062F\u062E\u0627\u0644 \u0627\u0644\u0635\u064A\u0646\u064A\u0629. \u0639\u0644\u0649 \u0633\u0628\u064A\u0644 \u0627\u0644\u0645\u062B\u0627\u0644\u060C \u0636\u0645\u0646 \u0637\u0631\u064A\u0642\u0629 \u0627\u0644\u0625\u062F\u062E\u0627\u0644 Sogou\u060C / \u0633\u0648\u0641 \u062A\u062A\u062D\u0648\u0644 \u0625\u0644\u0649 \u062A\u0648\u0642\u0641 \u0645\u0624\u0642\u062A\u060C \u0648\u062A\u062F\u0639\u0645 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u063A\u0627\u0645\u0631\u0629 \u062C\u0645\u064A\u0639 \u0627\u0644\u0631\u0645\u0648\u0632 \u0627\u0644\u0635\u064A\u0646\u064A\u0629 \u0627\u0644\u0645\u0642\u0627\u0628\u0644\u0629 \u0644\u0640 \u0633\u064A\u062A\u0645 \u0627\u0644\u062A\u0639\u0631\u0641 \u0639\u0644\u0649 \u0623\u062D\u0631\u0641 \u0627\u0644\u062A\u0634\u063A\u064A\u0644\u060C \u0623\u064A //\u060C \u0639\u0644\u0649 \u0623\u0646\u0647\u0627 \u0623\u062D\u0631\u0641 \u062A\u0634\u063A\u064A\u0644.

\u0641\u064A \u0627\u0644\u0648\u0642\u062A \u0646\u0641\u0633\u0647\u060C \u0646\u062F\u0639\u0645 \u0623\u064A\u0636\u064B\u0627 \u0627\u0644\u0623\u0633\u0645\u0627\u0621 \u0627\u0644\u0635\u064A\u0646\u064A\u0629 \u0627\u0644\u0645\u0633\u062A\u0639\u0627\u0631\u0629 \u0644\u0631\u0645\u0648\u0632 \u0627\u0644\u0644\u063A\u0629 \u0643\u0623\u0648\u0627\u0645\u0631. \u0639\u0644\u0649 \u0633\u0628\u064A\u0644 \u0627\u0644\u0645\u062B\u0627\u0644\u060C \u0633\u062A\u062A\u0645 \u062A\u0631\u062C\u0645\u0629 /Japanese Hello World \u0625\u0644\u0649 \u0627\u0644\u064A\u0627\u0628\u0627\u0646\u064A\u0629. <1> \u0627\u0646\u0642\u0631 \u0647\u0646\u0627 \u0644\u0639\u0631\u0636 \u0643\u0627\u0641\u0629 \u0631\u0645\u0648\u0632 \u0627\u0644\u0644\u063A\u0627\u062A \u0627\u0644\u0645\u062F\u0639\u0648\u0645\u0629. .",reloadCurrentPage:"\u064A\u0631\u062C\u0649 \u062A\u062D\u062F\u064A\u062B \u0627\u0644\u0635\u0641\u062D\u0629 \u0627\u0644\u062D\u0627\u0644\u064A\u0629 \u0642\u0628\u0644 \u0628\u062F\u0621 \u0627\u0644\u062A\u0631\u062C\u0645\u0629",noLocalFilePermissionForPDF:"\u0644\u064A\u0633 \u0644\u062F\u064A\u0646\u0627 \u062D\u0627\u0644\u064A\u064B\u0627 \u0625\u0630\u0646 \u0628\u0642\u0631\u0627\u0621\u0629 \u0627\u0644\u0645\u0644\u0641\u0627\u062A \u0627\u0644\u0645\u062D\u0644\u064A\u0629. \u0627\u0644\u0631\u062C\u0627\u0621 \u0627\u0644\u0646\u0642\u0631 \u0641\u0648\u0642 \u0627\u0644\u0632\u0631 \u0623\u0639\u0644\u0627\u0647 \u0648\u0627\u0633\u062A\u064A\u0631\u0627\u062F \u0627\u0644\u0645\u0644\u0641\u0627\u062A \u0627\u0644\u0645\u062D\u0644\u064A\u0629.",noPermissionForThisPage:"\u26A0\uFE0F \u0644\u0627 \u064A\u0648\u062C\u062F \u0625\u0630\u0646 \u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0635\u0641\u062D\u0629 \u0627\u0644\u062D\u0627\u0644\u064A\u0629",retryAllParagraphs:"\u0623\u0639\u062F \u0645\u062D\u0627\u0648\u0644\u0629 \u0643\u0627\u0641\u0629 \u0641\u0642\u0631\u0627\u062A \u0627\u0644\u062E\u0637\u0623",retryAllButton:"\u0623\u0639\u062F \u0645\u062D\u0627\u0648\u0644\u0629 \u0643\u0627\u0641\u0629 \u0641\u0642\u0631\u0627\u062A \u0627\u0644\u062E\u0637\u0623",errorTooltipTitle:"\u0627\u0646\u0642\u0631 \u0644\u0639\u0631\u0636 \u0633\u0628\u0628 \u0627\u0644\u062E\u0637\u0623",errorModalTitle:"\u064A\u0628\u062F\u0648 \u0623\u0646 \u0647\u0646\u0627\u0643 \u062E\u0637\u0623 \u0645\u0627 \u0641\u064A \u062E\u062F\u0645\u0629 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0623\u0648 \u0627\u0644\u0634\u0628\u0643\u0629...",disableConfirm:"\u0625\u0639\u062F\u0627\u062F\u0627\u062A \u062A\u0639\u0632\u064A\u0632 \u0627\u0644\u0645\u0639\u0644\u0648\u0645\u0627\u062A \u062B\u0646\u0627\u0626\u064A\u0629 \u0627\u0644\u0644\u063A\u0629",disableOnce:"\u0645\u0639\u0637\u0644\u0629 \u0647\u0630\u0647 \u0627\u0644\u0645\u0631\u0629",disableGlobal:"\u062A\u0639\u0637\u064A\u0644 \u062F\u0627\u0626\u0645",disableTint:"* \u064A\u0645\u0643\u0646\u0643 \u0625\u0639\u0627\u062F\u0629 \u062A\u0645\u0643\u064A\u0646\u0647 \u0641\u064A {option}.",searchEnhancementNotes:"\u0644\u0642\u062F \u0648\u062C\u062F\u0646\u0627 \u0623\u0646 \u0646\u062A\u0627\u0626\u062C \u0627\u0644\u0623\u062E\u0628\u0627\u0631 \u0644\u0644\u0643\u0644\u0645\u0627\u062A \u0627\u0644\u0631\u0626\u064A\u0633\u064A\u0629 \u0627\u0644\u0635\u064A\u0646\u064A\u0629 \u0648\u0627\u0644\u0643\u0644\u0645\u0627\u062A \u0627\u0644\u0631\u0626\u064A\u0633\u064A\u0629 \u0627\u0644\u0625\u0646\u062C\u0644\u064A\u0632\u064A\u0629 \u0645\u062E\u062A\u0644\u0641\u0629 \u062A\u0645\u0627\u0645\u064B\u0627. \u0628\u0639\u062F \u062A\u0645\u0643\u064A\u0646 \u0648\u0638\u064A\u0641\u0629 \u062A\u062D\u0633\u064A\u0646 \u0627\u0644\u0645\u0639\u0644\u0648\u0645\u0627\u062A \u062B\u0646\u0627\u0626\u064A\u0629 \u0627\u0644\u0644\u063A\u0629 \u0644\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u063A\u0627\u0645\u0631\u0629\u060C \u0633\u0646\u0628\u062D\u062B \u0641\u064A \u0645\u0648\u0627\u0642\u0639 \u0627\u0644\u0648\u064A\u0628 \u0627\u0644\u0645\u062F\u0639\u0648\u0645\u0629 (\u0623\u062E\u0628\u0627\u0631 Google\u060C \u0628\u062D\u062B Google (\u0628\u0639\u0636 \u0627\u0644\u0643\u0644\u0645\u0627\u062A \u0627\u0644\u0631\u0626\u064A\u0633\u064A\u0629)\u060C Snowball\u060C Oriental Fortune Network\u060C Futu \u060C Tiger) \u064A\u0628\u062D\u062B \u062A\u0644\u0642\u0627\u0626\u064A\u064B\u0627 \u0639\u0646 \u0646\u0641\u0633 \u0627\u0644\u0643\u0644\u0645\u0627\u062A \u0627\u0644\u0631\u0626\u064A\u0633\u064A\u0629 \u0628\u0627\u0644\u0644\u063A\u0629 \u0627\u0644\u0625\u0646\u062C\u0644\u064A\u0632\u064A\u0629 \u0648\u064A\u0639\u0631\u0636\u0647\u0627 \u0639\u0644\u0649 \u0627\u0644\u064A\u0645\u064A\u0646. \u0625\u0630\u0627 \u0644\u0645 \u062A\u0643\u0646 \u0628\u062D\u0627\u062C\u0629 \u0625\u0644\u0649 \u0647\u0630\u0647 \u0627\u0644\u0645\u064A\u0632\u0629\u060C \u0641\u064A\u0645\u0643\u0646\u0643 \u0627\u062E\u062A\u064A\u0627\u0631 \u062A\u0639\u0637\u064A\u0644\u0647\u0627.",option:"\u064A\u062B\u0628\u062A",saveSettings:"\u0627\u062D\u0641\u0638 \u0627\u0644\u062A\u063A\u064A\u064A\u0631\u0627\u062A",closeModal:"\u0623\u063A\u0644\u0642 \u0627\u0644\u0646\u0627\u0641\u0630\u0629",enableInputTranslationWithoutTriggerKeyTitle:"\u062A\u0645\u0643\u064A\u0646 \u0627\u0644\u062A\u062D\u0631\u064A\u0631 \u0648\u0627\u0644\u0633\u0631\u062F \u0627\u0644\u0633\u0631\u064A\u0639 3 \u0645\u0631\u0627\u062A{trailingKey}\u060C \u0648\u062A\u0631\u062C\u0645\u0629 \u0645\u0631\u0628\u0639 \u0627\u0644\u0625\u062F\u062E\u0627\u0644 \u0628\u0623\u0643\u0645\u0644\u0647 \u0645\u0628\u0627\u0634\u0631\u0629 \u0625\u0644\u0649{inputTargetLanguage}",enableInputTranslationWithoutTriggerKeyDescription:"\u0625\u0630\u0627 \u0643\u0646\u062A \u0628\u062D\u0627\u062C\u0629 \u0625\u0644\u0649 \u062A\u062D\u062F\u064A\u062F \u0627\u0644\u0644\u063A\u0629 \u0627\u0644\u0645\u0633\u062A\u0647\u062F\u0641\u0629\u060C \u0641\u064A\u0631\u062C\u0649 \u0625\u0636\u0627\u0641\u0629 \u0631\u0645\u0632 \u0627\u0644\u0644\u063A\u0629 \u0641\u064A \u0627\u0644\u0645\u0642\u062F\u0645\u0629\u060C \u0645\u062B\u0644\uFF1Aja Hello World",mouseHoverShortcutPlaceholder:"\u0645\u062B\u0644\uFF1A\u0627\u0644\u062A\u062D\u0648\u0644",deepLProName:"\u0639\u0636\u0648 \u0645\u062D\u062A\u0631\u0641 \u0641\u064A \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0634\u0627\u0645\u0644\u0629 (\u0645\u0633\u062A\u062D\u0633\u0646)",deepLProDescription:"\u064A\u0645\u0643\u0646 \u0627\u0633\u062A\u062E\u062F\u0627\u0645 \u0627\u0644\u062D\u0632\u0645\u0629 \u0627\u0644\u062D\u0627\u0644\u064A\u0629 \u0645\u0628\u0627\u0634\u0631\u0629",deeplProDescriptionForNormal:"\u0644\u0627 \u062A\u0648\u062C\u062F \u0625\u0639\u062F\u0627\u062F\u0627\u062A \u0645\u0637\u0644\u0648\u0628\u0629. \u064A\u0645\u0643\u0646\u0643 \u0627\u0633\u062A\u062E\u062F\u0627\u0645\u0647\u0627 \u0628\u0639\u062F \u062A\u0633\u062C\u064A\u0644 \u0627\u0644\u062F\u062E\u0648\u0644 \u0643\u0639\u0636\u0648. <1> \u0627\u0646\u0642\u0631 \u0647\u0646\u0627 \u0644\u0644\u062A\u0631\u0642\u064A\u0629 \u0625\u0644\u0649 \u0639\u0636\u0648.",deepLCustomDescription:"\u0623\u0646\u062A \u0628\u062D\u0627\u062C\u0629 \u0625\u0644\u0649 \u0628\u0637\u0627\u0642\u0629 \u0627\u0626\u062A\u0645\u0627\u0646 \u0623\u062C\u0646\u0628\u064A\u0629\u060C \u0627\u0646\u062A\u0642\u0644 \u0625\u0644\u0649 <1>DeepL \u062A\u0645 \u0641\u062A\u062D\u0647 \u0631\u0633\u0645\u064A\u064B\u0627\u060C \u0627\u0646\u0642\u0631 \u0644\u0639\u0631\u0636 \u0627\u0644\u0645\u0633\u062A\u0646\u062F\u0627\u062A <2>",deepLCustomName:"\u0645\u0641\u062A\u0627\u062D \u0627\u0644\u0645\u0635\u0627\u062F\u0642\u0629 \u0627\u0644\u0645\u062E\u0635\u0635",chooseProviderLabel:"\u0627\u062E\u062A\u0631 \u0645\u0632\u0648\u062F \u0627\u0644\u062E\u062F\u0645\u0629",openaiProName:"\u0639\u0636\u0648 \u0645\u062D\u062A\u0631\u0641 \u0641\u064A \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0634\u0627\u0645\u0644\u0629 (\u0645\u0633\u062A\u062D\u0633\u0646)",openaiProDescription:"\u064A\u0645\u0643\u0646 \u0627\u0633\u062A\u062E\u062F\u0627\u0645 \u0627\u0644\u062D\u0632\u0645\u0629 \u0627\u0644\u062D\u0627\u0644\u064A\u0629 \u0645\u0628\u0627\u0634\u0631\u0629",openaiProDescriptionForNormal:"\u0644\u0627 \u062A\u0648\u062C\u062F \u0625\u0639\u062F\u0627\u062F\u0627\u062A \u0645\u0637\u0644\u0648\u0628\u0629. \u064A\u0645\u0643\u0646\u0643 \u0627\u0633\u062A\u062E\u062F\u0627\u0645\u0647\u0627 \u0628\u0639\u062F \u062A\u0633\u062C\u064A\u0644 \u0627\u0644\u062F\u062E\u0648\u0644 \u0643\u0639\u0636\u0648. <1> \u0627\u0646\u0642\u0631 \u0647\u0646\u0627 \u0644\u0644\u062A\u0631\u0642\u064A\u0629 \u0625\u0644\u0649 \u0639\u0636\u0648.",openaiCustomDescription:"\u064A\u0645\u0643\u0646 \u0627\u0644\u062D\u0635\u0648\u0644 \u0639\u0644\u064A\u0647 \u0645\u0646 OpenAI \u0623\u0648 Azure OpenAI \u0623\u0648 \u062E\u062F\u0645\u0627\u062A \u0623\u062E\u0631\u0649 \u062A\u0627\u0628\u0639\u0629 \u0644\u062C\u0647\u0627\u062A \u062E\u0627\u0631\u062C\u064A\u0629.<1> \u0627\u0646\u0642\u0631 \u0647\u0646\u0627 \u0644\u0639\u0631\u0636 \u0627\u0644\u0645\u0633\u062A\u0646\u062F.",openaiCustomName:"\u0645\u0641\u062A\u0627\u062D \u0648\u0627\u062C\u0647\u0629 \u0628\u0631\u0645\u062C\u0629 \u0627\u0644\u062A\u0637\u0628\u064A\u0642\u0627\u062A \u0627\u0644\u0645\u062E\u0635\u0635",needLoginAction:"(\u0623\u062F\u062E\u0644 \u0627\u0644\u0639\u0636\u0648\u064A\u0629 \u0623\u0648 \u0627\u0644\u062A\u062E\u0635\u064A\u0635)",goLoginOrAction:"(\u0623\u062F\u062E\u0644 \u0627\u0644\u0639\u0636\u0648\u064A\u0629 \u0623\u0648 \u0627\u0630\u0647\u0628 \u0625\u0644\u0649 \u0627\u0644\u0625\u0639\u062F\u0627\u062F\u0627\u062A)",yearly:"\u0627\u0644\u0627\u0634\u062A\u0631\u0627\u0643 \u0627\u0644\u0633\u0646\u0648\u064A \u0627\u0644\u0645\u0633\u062A\u0645\u0631",quarterly:"\u0645\u0648\u0627\u0633\u0645 \u0645\u062A\u062A\u0627\u0644\u064A\u0629",monthly:"\u0627\u0634\u062A\u0631\u0627\u0643 \u0634\u0647\u0631\u064A \u0645\u0633\u062A\u0645\u0631",yearlyForOnce:"\u0627\u0644\u0628\u0627\u0642\u0629 \u0627\u0644\u0633\u0646\u0648\u064A\u0629 \u0644\u0645\u0631\u0629 \u0648\u0627\u062D\u062F\u0629",monthlyForOnce:"\u0628\u0627\u0642\u0629 \u0634\u0647\u0631\u064A\u0629 \u0644\u0645\u0631\u0629 \u0648\u0627\u062D\u062F\u0629",daily:"\u0623\u064A\u0627\u0645 \u0645\u062A\u062A\u0627\u0644\u064A\u0629",year:"\u0627\u0644\u0627\u0634\u062A\u0631\u0627\u0643 \u0627\u0644\u0633\u0646\u0648\u064A \u0627\u0644\u0645\u0633\u062A\u0645\u0631",quarter:"\u0645\u0648\u0627\u0633\u0645 \u0645\u062A\u062A\u0627\u0644\u064A\u0629",month:"\u0627\u0634\u062A\u0631\u0627\u0643 \u0634\u0647\u0631\u064A \u0645\u0633\u062A\u0645\u0631",day:"\u0623\u064A\u0627\u0645 \u0645\u062A\u062A\u0627\u0644\u064A\u0629",onetime_7day:"\u062D\u0632\u0645\u0629 \u062A\u062C\u0631\u064A\u0628\u064A\u0629 \u0644\u0645\u062F\u0629 7 \u0623\u064A\u0627\u0645",currentPlanDescriptionForFree:"\u0627\u0644\u062D\u0632\u0645\u0629 \u0627\u0644\u062D\u0627\u0644\u064A\u0629\uFF1A\u0645\u062C\u0627\u0646\u064A\u0629",currentPlanDescriptionForContinuous:"\u0627\u0644\u0628\u0627\u0642\u0629 \u0627\u0644\u062D\u0627\u0644\u064A\u0629\uFF1A{plan}\u062A\u062C\u062F\u064A\u062F\u0647\u0627 \u062A\u0644\u0642\u0627\u0626\u064A\u0627 \u0641\u064A {endAt}",currentPlanDescriptionForAutoRenewCaceling:"\u0627\u0644\u0628\u0627\u0642\u0629 \u0627\u0644\u062D\u0627\u0644\u064A\u0629\uFF1A{plan}\u0648\u0633\u062A\u0646\u062A\u0647\u064A \u0641\u064A {endAt} \u0648\u0644\u0646 \u064A\u062A\u0645 \u062A\u062C\u062F\u064A\u062F\u0647\u0627 \u062A\u0644\u0642\u0627\u0626\u064A\u064B\u0627 \u0628\u0639\u062F \u0627\u0646\u062A\u0647\u0627\u0621 \u0627\u0644\u0635\u0644\u0627\u062D\u064A\u0629.",currentYearlyPlanDescriptionForAutoRenewCacelingWithRealPaiedUser:"\u0633\u062A\u0646\u062A\u0647\u064A \u0635\u0644\u0627\u062D\u064A\u0629 \u0627\u0644\u062D\u0632\u0645\u0629 \u0627\u0644\u062D\u0627\u0644\u064A\u0629\uFF1A{plan}\u0641\u064A {endAt} \u0648\u0644\u0646 \u064A\u062A\u0645 \u062A\u062C\u062F\u064A\u062F\u0647\u0627 \u062A\u0644\u0642\u0627\u0626\u064A\u064B\u0627 \u0628\u0639\u062F \u0627\u0646\u062A\u0647\u0627\u0621 \u0627\u0644\u0635\u0644\u0627\u062D\u064A\u0629.
<1>\u0627\u0646\u0642\u0631 \u0647\u0646\u0627 \u0644\u0625\u062F\u0627\u0631\u0629 \u062E\u0637\u0637 \u0627\u0644\u062A\u062C\u062F\u064A\u062F",currentYearlyPlanDescriptionForAutoRenewCacelingWithAdmin:"\u0633\u062A\u0646\u062A\u0647\u064A \u0635\u0644\u0627\u062D\u064A\u0629 \u0627\u0644\u062D\u0632\u0645\u0629 \u0627\u0644\u062D\u0627\u0644\u064A\u0629\uFF1A{plan}\u0641\u064A {endAt} \u0648\u0644\u0646 \u064A\u062A\u0645 \u062A\u062C\u062F\u064A\u062F\u0647\u0627 \u062A\u0644\u0642\u0627\u0626\u064A\u064B\u0627 \u0628\u0639\u062F \u0627\u0646\u062A\u0647\u0627\u0621 \u0627\u0644\u0635\u0644\u0627\u062D\u064A\u0629.
<1>\u0627\u0636\u063A\u0637 \u0647\u0646\u0627 \u0644\u062A\u0641\u0639\u064A\u0644 \u0627\u0644\u0627\u0634\u062A\u0631\u0627\u0643 \u0627\u0644\u0633\u0646\u0648\u064A \u0627\u0644\u0645\u0633\u062A\u0645\u0631",currentPlanDescriptionForOneTime:"\u0627\u0644\u062D\u0632\u0645\u0629 \u0627\u0644\u062D\u0627\u0644\u064A\u0629\uFF1A{plan}\u0648\u0633\u062A\u0646\u062A\u0647\u064A \u0641\u064A {endAt} <1> \u0627\u0646\u0642\u0631 \u0647\u0646\u0627 \u0644\u0644\u062A\u0631\u0642\u064A\u0629 \u0625\u0644\u0649 \u0627\u0644\u0631\u0633\u0648\u0645 \u0627\u0644\u0633\u0646\u0648\u064A\u0629 \u0623\u0648 <2> \u0631\u0633\u0648\u0645 \u0634\u0647\u0631\u064A\u0629 \u0639\u0636\u0648",upgradePlan:"\u0627\u0646\u0642\u0631 \u0647\u0646\u0627 \u0644\u0644\u062A\u0631\u0642\u064A\u0629 \u0625\u0644\u0649 \u0639\u0636\u0648\u064A\u0629 Pro",upgradeToPro:"\u0627\u0644\u062A\u0631\u0642\u064A\u0629 \u0625\u0644\u0649 \u0639\u0636\u0648\u064A\u0629 \u0628\u0631\u0648","popup.openPro":"\u0628\u0639\u062F \u0627\u0644\u062A\u0631\u0642\u064A\u0629 \u0625\u0644\u0649 \u0639\u0636\u0648\u064A\u0629 Pro\u060C \u064A\u0645\u0643\u0646\u0643 \u0627\u0644\u0627\u0633\u062A\u0645\u062A\u0627\u0639 \u0628\u062A\u0631\u062C\u0645\u0629 DeepL \u0648OpenAI\u060C \u0627\u0646\u0642\u0631 \u0647\u0646\u0627 \u0644\u0644\u062A\u0631\u0642\u064A\u0629","popup.openProForPro":"\u0623\u0646\u062A \u0639\u0636\u0648 \u0645\u062D\u062A\u0631\u0641 \u0648\u064A\u0645\u0643\u0646\u0643 \u0627\u0633\u062A\u062E\u062F\u0627\u0645 \u062A\u0631\u062C\u0645\u0629 DeepL \u0648OpenAI \u0645\u0628\u0627\u0634\u0631\u0629",currentAccount:"\u0627\u0644\u062D\u0633\u0627\u0628 \u0627\u0644\u062D\u0627\u0644\u064A",enableAutoSyncUserSettings:"\u062A\u0645\u0643\u064A\u0646 \u0627\u0644\u0645\u0632\u0627\u0645\u0646\u0629 \u0627\u0644\u0633\u062D\u0627\u0628\u064A\u0629 \u0627\u0644\u062A\u0644\u0642\u0627\u0626\u064A\u0629 \u0639\u0628\u0631 \u0623\u062C\u0647\u0632\u0629 \u0645\u062A\u0639\u062F\u062F\u0629",modalEnableInputTranslationTitle:"\u0646\u0635\u0627\u0626\u062D \u062A\u0631\u062C\u0645\u0629 \u0645\u0631\u0628\u0639 \u0625\u062F\u062E\u0627\u0644 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u063A\u0627\u0645\u0631\u0629",modalEnableInputTranslationDesc:"\u0644\u0642\u062F \u0642\u0645\u062A \u0644\u0644\u062A\u0648 \u0628\u062A\u0634\u063A\u064A\u0644 \u062A\u0631\u062C\u0645\u0629 \u0645\u0631\u0628\u0639 \u0627\u0644\u0625\u062F\u062E\u0627\u0644 \u0644\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0634\u0627\u0645\u0644\u0629 \u0639\u0646 \u0637\u0631\u064A\u0642 \u0627\u0644\u0636\u063A\u0637 \u0639\u0644\u0649 \u0634\u0631\u064A\u0637 \u0627\u0644\u0645\u0633\u0627\u0641\u0629 \u062B\u0644\u0627\u062B \u0645\u0631\u0627\u062A \u0641\u064A \u062A\u062A\u0627\u0628\u0639 \u0633\u0631\u064A\u0639\u060C \u0648\u0633\u064A\u062A\u0645 \u062A\u0631\u062C\u0645\u0629 \u0645\u062D\u062A\u0648\u0649 \u0645\u0631\u0628\u0639 \u0627\u0644\u0625\u062F\u062E\u0627\u0644 \u0625\u0644\u0649 \u0627\u0644\u0644\u063A\u0629 \u0627\u0644\u0647\u062F\u0641 \u0627\u0644\u0627\u0641\u062A\u0631\u0627\u0636\u064A\u0629. \u064A\u0645\u0643\u0646 \u0627\u0644\u062A\u0631\u0627\u062C\u0639 \u0639\u0646 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0639\u0628\u0631 Ctrl+Z.

\u0625\u0630\u0627 \u0643\u0627\u0646 \u0647\u0630\u0627 \u062E\u0637\u0623\u060C \u0641\u0644\u0627 \u062A\u0642\u0644\u0642\u060C \u064A\u0645\u0643\u0646\u0643 \u0627\u062E\u062A\u064A\u0627\u0631 \u062A\u0639\u0637\u064A\u0644\u0647 \u0647\u0630\u0647 \u0627\u0644\u0645\u0631\u0629\u060C \u0623\u0648 \u062A\u0639\u0637\u064A\u0644 \u062A\u0631\u062C\u0645\u0629 \u0645\u0631\u0628\u0639 \u0627\u0644\u0625\u062F\u062E\u0627\u0644 \u0628\u0634\u0643\u0644 \u062F\u0627\u0626\u0645.",saveAndNotShowAgain:"\u0627\u062D\u0641\u0638 \u0648\u0644\u0627 \u062A\u0637\u0627\u0644\u0628 \u0645\u0631\u0629 \u0623\u062E\u0631\u0649",disableInputTranslationTips:"* \u064A\u0645\u0643\u0646\u0643 \u0623\u064A\u0636\u064B\u0627 \u0636\u0628\u0637 \u0645\u0641\u0627\u062A\u064A\u062D \u0627\u0644\u0627\u062E\u062A\u0635\u0627\u0631 \u0627\u0644\u0623\u062E\u0631\u0649 \u0644\u062A\u0634\u063A\u064A\u0644\u0647\u0627 \u0641\u064A {option} \u060C{learnMore}.",learnMore:"\u0627\u0646\u0642\u0631 \u0647\u0646\u0627 \u0644\u0645\u0639\u0631\u0641\u0629 \u0627\u0644\u0645\u0632\u064A\u062F",continueEnalbeInputTranslation:"\u0627\u0633\u062A\u0645\u0631 \u0641\u064A \u062A\u0645\u0643\u064A\u0646 \u062A\u0631\u062C\u0645\u0629 \u0645\u0631\u0628\u0639 \u0627\u0644\u0625\u062F\u062E\u0627\u0644",autoRenewTrialSuffix:'(\u0623\u062B\u0646\u0627\u0621 \u0627\u0644\u0641\u062A\u0631\u0629 \u0627\u0644\u062A\u062C\u0631\u064A\u0628\u064A\u0629\u060C \u0633\u064A\u062A\u0645 \u062A\u0631\u0642\u064A\u0629\u0639\u0644\u0649 \u0627\u0644\u0641\u0648\u0631 \u0625\u0644\u0649\u0631\u0633\u0645\u064A1 )',upgradeFromTrialTitle:"\u0627\u0644\u062A\u0631\u0642\u064A\u0629 \u0625\u0644\u0649 \u0639\u0636\u0648 \u0631\u0633\u0645\u064A",subtitle:"\u062A\u0631\u062C\u0645\u0627\u062A \u0627\u0644\u0641\u064A\u062F\u064A\u0648",youtubeService:"\u062E\u062F\u0645\u0629 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u063A\u0627\u0645\u0631\u0629 \u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0641\u064A\u062F\u064A\u0648","subtitle.disabledSubtitle":"\u062A\u0639\u0637\u064A\u0644 \u062A\u0631\u062C\u0645\u0627\u062A \u0627\u0644\u0641\u064A\u062F\u064A\u0648 \u0628\u0634\u0643\u0644 \u062F\u0627\u0626\u0645","subtitle.disabledSubtitleDescription":"\u0625\u0630\u0627 \u0643\u0627\u0646\u062A \u062A\u0631\u062C\u0645\u0627\u062A \u0627\u0644\u0641\u064A\u062F\u064A\u0648 \u0627\u0644\u062E\u0627\u0635\u0629 \u0628\u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0634\u0627\u0645\u0644\u0629 \u062A\u062A\u0639\u0627\u0631\u0636 \u0645\u0639 \u0645\u0644\u062D\u0642\u0627\u062A \u0623\u062E\u0631\u0649\u060C \u0641\u064A\u0645\u0643\u0646\u0643 \u0627\u062E\u062A\u064A\u0627\u0631 \u062A\u0639\u0637\u064A\u0644 \u0648\u0638\u064A\u0641\u0629 \u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0641\u064A\u062F\u064A\u0648 \u0627\u0644\u062E\u0627\u0635\u0629 \u0628\u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0634\u0627\u0645\u0644\u0629 \u0628\u0634\u0643\u0644 \u062F\u0627\u0626\u0645 \u0623\u0648 \u0625\u0644\u063A\u0627\u0621 \u062A\u062B\u0628\u064A\u062A \u0627\u0644\u0645\u0644\u062D\u0642\u0627\u062A \u0627\u0644\u0645\u062A\u0639\u0627\u0631\u0636\u0629 \u0627\u0644\u0623\u062E\u0631\u0649.","subtitle.autoEnableSubtitle":"\u0627\u0633\u062A\u062E\u062F\u0645 \u0627\u0644\u062A\u0631\u062C\u0645\u0627\u062A \u062B\u0646\u0627\u0626\u064A\u0629 \u0627\u0644\u0644\u063A\u0629 \u062A\u0644\u0642\u0627\u0626\u064A\u064B\u0627","subtitle.autoEnableSubtitleDescription":"\u0628\u0639\u062F \u0627\u0644\u062A\u0641\u0639\u064A\u0644\u060C \u0639\u0646\u062F \u062A\u0634\u063A\u064A\u0644 \u0627\u0644\u0641\u064A\u062F\u064A\u0648\u060C \u0633\u064A\u062A\u0645 \u0639\u0631\u0636 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u062B\u0646\u0627\u0626\u064A\u0629 \u062A\u0644\u0642\u0627\u0626\u064A\u064B\u0627\u060C \u0648\u0625\u0644\u0627 \u0633\u064A\u062A\u0639\u064A\u0646 \u0627\u0644\u0646\u0642\u0631 \u0639\u0644\u0649 \u0632\u0631 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0644\u0644\u0639\u0631\u0636.","subtitle.preTranslation":"\u0627\u0633\u062A\u062E\u062F\u0645 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0634\u0627\u0645\u0644\u0629 \u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u062A\u0631\u062C\u0645\u0627\u062A","subtitle.preTranslationDescription":"\u0628\u0639\u062F \u062A\u0641\u0639\u064A\u0644\u0647\u0627\u060C \u0633\u062A\u0639\u0637\u0649 \u0627\u0644\u0623\u0648\u0644\u0648\u064A\u0629 \u0644\u0627\u0633\u062A\u062E\u062F\u0627\u0645 \u062E\u062F\u0645\u0629 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0645\u062D\u062F\u062F\u0629 \u0623\u062F\u0646\u0627\u0647 \u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0628\u0627\u0644\u0643\u0627\u0645\u0644 \u0645\u0642\u062F\u0645\u064B\u0627. \u064A\u0633\u062A\u0647\u0644\u0643 \u0645\u0642\u0637\u0639 \u0641\u064A\u062F\u064A\u0648 \u0645\u062F\u062A\u0647 \u0633\u0627\u0639\u0629 \u0648\u0627\u062D\u062F\u0629 \u0645\u0627 \u064A\u0642\u0631\u0628 \u0645\u0646 50000 \u0631\u0645\u0632\u064B\u0627 \u0623\u0648 \u062D\u0631\u0641\u064B\u0627\u060C \u0644\u0630\u0627 \u064A\u0631\u062C\u0649 \u0627\u0633\u062A\u062E\u062F\u0627\u0645\u0647\u0627 \u0628\u0627\u0644\u0634\u0643\u0644 \u0627\u0644\u0645\u0646\u0627\u0633\u0628\u061B \u0628\u0639\u062F \u0627\u0644\u062A\u0639\u0637\u064A\u0644\u060C \u0633\u062A\u0639\u0637\u0649 \u0627\u0644\u0623\u0648\u0644\u0648\u064A\u0629 \u0644\u0627\u0633\u062A\u062E\u062F\u0627\u0645 \u0627\u0644\u062A\u0631\u062C\u0645\u0627\u062A \u0627\u0644\u0645\u062A\u0631\u062C\u0645\u0629 \u0622\u0644\u064A\u064B\u0627 \u0648\u0627\u0644\u062A\u064A \u062A\u0623\u062A\u064A \u0645\u0639 \u0627\u0644\u0641\u064A\u062F\u064A\u0648 \u0627\u0644\u0623\u0635\u0644\u064A.","subtitle.humanSubtitlesPreferred":"\u0625\u0639\u0637\u0627\u0621 \u0627\u0644\u0623\u0648\u0644\u0648\u064A\u0629 \u0644\u0627\u0633\u062A\u062E\u062F\u0627\u0645 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0628\u0634\u0631\u064A\u0629","subtitle.humanSubtitlesPreferredDescription":"\u0639\u0646\u062F\u0645\u0627 \u064A\u062D\u062A\u0648\u064A \u0645\u0642\u0637\u0639 \u0641\u064A\u062F\u064A\u0648 \u0639\u0644\u0649 \u062A\u0631\u062C\u0645\u0627\u062A \u064A\u062F\u0648\u064A\u0629 \u0628\u0627\u0644\u0644\u063A\u0629 \u0627\u0644\u0647\u062F\u0641\u060C \u0627\u0633\u062A\u062E\u062F\u0645 \u0627\u0644\u062A\u0631\u062C\u0645\u0627\u062A \u0627\u0644\u064A\u062F\u0648\u064A\u0629 \u0623\u0648\u0644\u0627\u064B (\u0645\u0648\u0635\u0649 \u0628\u0647)",videoSubtitleTranslationDescription:"\u062A\u062E\u0635\u064A\u0635 \u062E\u062F\u0645\u0629 \u062A\u0631\u062C\u0645\u0629 \u0645\u0646\u0641\u0635\u0644\u0629 \u0644\u062A\u0631\u062C\u0645\u0627\u062A \u0627\u0644\u0641\u064A\u062F\u064A\u0648",subtitleTranslating:"\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u062A\u0631\u062C\u0645\u0627\u062A \u0628\u0627\u0633\u062A\u062E\u062F\u0627\u0645 {service} \u062E\u062F\u0645\u0629\u060C \u064A\u0631\u062C\u0649 \u0627\u0644\u0627\u0646\u062A\u0638\u0627\u0631... (\u062A\u0631\u062C\u0645\u0629 \u063A\u0627\u0645\u0631\u0629)",subtitleLoading:"\u062C\u0627\u0631\u064D \u062A\u062D\u0645\u064A\u0644 \u0627\u0644\u062A\u0631\u062C\u0645\u0629...",bilingual:"\u062B\u0646\u0627\u0626\u064A \u0627\u0644\u0644\u063A\u0629","field.action":"\u0645\u0627 \u0625\u0630\u0627 \u0643\u0627\u0646 \u0633\u064A\u062A\u0645 \u062A\u0645\u0643\u064A\u0646 \u0645\u0635\u0637\u0644\u062D\u0627\u062A \u0628\u0627\u064A\u062F\u0648","description.action":"\u0628\u0639\u062F \u0627\u0644\u062A\u0645\u0643\u064A\u0646\u060C \u0633\u062A\u062A\u0645 \u0625\u0636\u0627\u0641\u0629 \u0627\u0644\u0625\u062C\u0631\u0627\u0621 \u0627\u0644\u0645\u0639\u0644\u0645\u0629 = 1 \u0625\u0644\u0649 \u0637\u0644\u0628 \u0625\u0628\u0644\u0627\u063A Baidu \u0644\u062A\u0645\u0643\u064A\u0646 \u0627\u0644\u0645\u0635\u0637\u0644\u062D.<1> \u064A\u0631\u062C\u0649 \u0627\u0644\u0631\u062C\u0648\u0639 \u0625\u0644\u0649 \u0627\u0644\u0648\u062B\u0627\u0626\u0642 \u0627\u0644\u0631\u0633\u0645\u064A\u0629 \u0644\u0645\u0632\u064A\u062F \u0645\u0646 \u0627\u0644\u062A\u0639\u0644\u064A\u0645\u0627\u062A.",closeQuickTranslation:"\u0623\u063A\u0644\u0642 \u0627\u0644\u0643\u0631\u0629 \u0627\u0644\u0639\u0627\u0626\u0645\u0629","closeQuickTranslation.untilNext":"\u0645\u063A\u0644\u0642 \u062D\u062A\u0649 \u0627\u0644\u0632\u064A\u0627\u0631\u0629 \u0627\u0644\u0642\u0627\u062F\u0645\u0629","closeQuickTranslation.currentWebsite":"\u0627\u0644\u0645\u0648\u0642\u0639 \u0627\u0644\u062D\u0627\u0644\u064A \u0645\u0639\u0637\u0644","closeQuickTranslation.alwaysClose":"\u062A\u0639\u0637\u064A\u0644 \u062F\u0627\u0626\u0645","closeQuickTranslation.settingOpen":"(\u064A\u0645\u0643\u0646 \u0627\u0644\u0639\u062B\u0648\u0631 \u0639\u0644\u064A\u0647 \u0641\u064A \u0635\u0641\u062D\u0629 \u0627\u0644\u0625\u0639\u062F\u0627\u062F <1> \u0634\u063A\u0644\u0647)","closeQuickTranslation.cancel":"\u064A\u0644\u063A\u064A","closeQuickTranslation.confirm":"\u0628\u0627\u0644\u062A\u0623\u0643\u064A\u062F","floatBall.popup":"\u0627\u0641\u062A\u062D \u0644\u0648\u062D\u0629 \u0627\u0644\u0625\u0639\u062F\u0627\u062F\u0627\u062A \u0627\u0644\u0633\u0631\u064A\u0639\u0629","floatBall.translate":"\u0627\u0646\u0642\u0631 \u0644\u062A\u0631\u062C\u0645\u0629 \u0647\u0630\u0647 \u0627\u0644\u0635\u0641\u062D\u0629","floatBall.showOriginal":"\u0627\u0646\u0642\u0631 \u0644\u0644\u062A\u0628\u062F\u064A\u0644 \u0645\u0631\u0629 \u0623\u062E\u0631\u0649 \u0625\u0644\u0649 \u0627\u0644\u0646\u0635 \u0627\u0644\u0623\u0635\u0644\u064A","floatBall.close":"\u0623\u063A\u0644\u0642 \u0627\u0644\u0643\u0631\u0629 \u0627\u0644\u0639\u0627\u0626\u0645\u0629","floatBallOptions.enableDescPc":"\u0628\u0639\u062F \u062A\u0641\u0639\u064A\u0644 \u0627\u0644\u0643\u0631\u0629 \u0627\u0644\u0639\u0627\u0626\u0645\u0629 \u0644\u0644\u0635\u0641\u062D\u0629\u060C \u0633\u064A\u062A\u0645 \u0639\u0631\u0636 \u0632\u0631 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0633\u0631\u064A\u0639\u0629 \u0639\u0644\u0649 \u0627\u0644\u062C\u0627\u0646\u0628 \u0627\u0644\u0623\u064A\u0645\u0646 \u0645\u0646 \u0627\u0644\u0635\u0641\u062D\u0629\u060C \u0627\u0646\u0642\u0631 \u0644\u0644\u062A\u0631\u062C\u0645\u0629.","floatBallOptions.enableDesc":"\u0628\u0639\u062F \u0625\u063A\u0644\u0627\u0642 \u0627\u0644\u0643\u0631\u0629 \u0627\u0644\u0639\u0627\u0626\u0645\u0629\u060C \u064A\u0645\u0643\u0646 \u0625\u064A\u0642\u0627\u0638\u0647\u0627 \u0628\u0640{touch}. \u0644\u0645\u0646\u0639 \u0627\u0644\u0639\u062B\u0648\u0631 \u0639\u0644\u0649 \u0627\u0644\u0643\u0631\u0629 \u0627\u0644\u0639\u0627\u0626\u0645\u0629 \u0628\u0639\u062F \u0625\u064A\u0642\u0627\u0641 \u062A\u0634\u063A\u064A\u0644 \u0647\u0630\u0627 \u0627\u0644\u062E\u064A\u0627\u0631 \u0639\u0646 \u0637\u0631\u064A\u0642 \u0627\u0644\u062E\u0637\u0623\u060C \u064A\u0648\u0635\u0649 \u0628\u0634\u062F\u0629 \u0628\u0648\u0636\u0639 \u0625\u0634\u0627\u0631\u0629 \u0645\u0631\u062C\u0639\u064A\u0629 \u0639\u0644\u0649 \u0635\u0641\u062D\u0629 \u0627\u0644\u0625\u0639\u062F\u0627\u062F\u0627\u062A \u0647\u0630\u0647.","description.azureApiUrl":"\u0627\u0645\u0644\u0623 \u0639\u0646\u0648\u0627\u0646 \u0648\u0627\u062C\u0647\u0629 API \u0627\u0644\u0645\u062E\u0635\u0635\u0629",confirmSupportMouse:"\u0641\u0631\u0636 \u062F\u0639\u0645 \u0627\u0644\u0645\u0627\u0648\u0633 \u0644\u064A\u062A\u0645 \u062A\u0645\u0643\u064A\u0646\u0647",confirmSupportMouseDescription:"\u062A\u0645 \u0627\u0643\u062A\u0634\u0627\u0641 \u0623\u0646 \u0627\u0644\u0645\u062A\u0635\u0641\u062D \u0627\u0644\u062D\u0627\u0644\u064A \u0644\u0627 \u064A\u062F\u0639\u0645 \u0648\u0638\u064A\u0641\u0629 \u0627\u0644\u0645\u0627\u0648\u0633. \u0647\u0644 \u062A\u0631\u064A\u062F \u0641\u0631\u0636 \u062A\u0645\u0643\u064A\u0646 \u062F\u0639\u0645 \u0627\u0644\u0645\u0627\u0648\u0633\u061F",sampleTargetText:"\u0627\u0644\u0644\u064A\u0644 \u0627\u0644\u0637\u0648\u064A\u0644 \u0642\u0627\u062F\u0645\u060C \u0648\u0633\u0623\u0638\u0644 \u0633\u0627\u0647\u0631\u064B\u0627 \u0645\u0646 \u0627\u0644\u0622\u0646 \u0641\u0635\u0627\u0639\u062F\u064B\u0627 \u062D\u062A\u0649 \u0623\u0645\u0648\u062A. \u0644\u0646 \u0623\u062A\u062E\u0630 \u0632\u0648\u062C\u0629\u060C \u0648\u0644\u0627 \u0625\u0642\u0637\u0627\u0639\u064A\u0629\u060C \u0648\u0644\u0627 \u0623\u0637\u0641\u0627\u0644\u0627\u064B. \u0644\u0646 \u0623\u0631\u062A\u062F\u064A \u0627\u0644\u062A\u0627\u062C \u0623\u0648 \u0623\u062A\u0646\u0627\u0641\u0633 \u0639\u0644\u0649 \u0627\u0644\u0623\u0648\u0633\u0645\u0629. \u0633\u0623\u0642\u0648\u0645 \u0628\u0648\u0627\u062C\u0628\u064A \u0628\u0625\u062E\u0644\u0627\u0635\u060C \u0648\u0623\u0639\u064A\u0634 \u0648\u0623\u0645\u0648\u062A.",sampleSourceText:"Night gathers, and now my watch begins. It shall not end until my death. I shall take no wife, hold no lands, father no children. I shall wear no crowns and win no glory. I shall live and die at my post.","subtitle.supportedSites":"\u5DF2\u652F\u6301\u5728\u8FD9\u4E9B\u7F51\u7AD9\u4F7F\u7528\u53CC\u8BED\u5B57\u5E55\uFF08\u6CE8\u610F\uFF1A\u7531\u4E8E\u6280\u672F\u9650\u5236\uFF0C\u90E8\u5206\u7F51\u7AD9\u5728\u9996\u6B21\u5F00\u542F\u5B57\u5E55\u540E\u9700\u8981\u91CD\u65B0\u5237\u65B0\u9875\u9762\uFF0C\u6216\u8005\u9700\u7B49\u5F85\u7FFB\u8BD1\u5B8C\u6210\u4EE5\u663E\u793A\u53CC\u8BED\u5B57\u5E55\uFF09\uFF1A",viewWithImmersiveTranslate:"\u53CC\u8BED\u7248\u672C(\u6C89\u6D78\u5F0F\u7FFB\u8BD1)",errorReason:"\u9519\u8BEF\u539F\u56E0\uFF1A{message}","proQuotaExceededError.onetime7day":'\uFF0C\u60A8\u53EF\u4EE5\u9009\u62E9\u4EE5\u4E0B\u65B9\u5F0F\u89E3\u51B3\uFF1A

1. \u5207\u6362\u5230 {anotherService} \u6216\u5176\u4ED6\u7FFB\u8BD1\u670D\u52A1
2. \u5347\u7EA7\u4E3A\u6708\u5EA6/\u5E74\u5EA6\u4F1A\u5458',"proQuotaExceededError.trial":'\uFF0C\u60A8\u53EF\u4EE5\u9009\u62E9\u4EE5\u4E0B\u65B9\u5F0F\u89E3\u51B3\uFF1A

1. \u5207\u6362\u5230 {anotherService} \u6216\u5176\u4ED6\u7FFB\u8BD1\u670D\u52A1
2. \u7ACB\u523B\u5347\u7EA7\u4E3A\u6B63\u5F0F\u4F1A\u5458',"proQuotaExceededError.nonTrial":'\uFF0C\u60A8\u53EF\u4EE5\u9009\u62E9\u4EE5\u4E0B\u65B9\u5F0F\u89E3\u51B3\uFF1A

1. \u5207\u6362\u5230 {anotherService} \u6216\u5176\u4ED6\u7FFB\u8BD1\u670D\u52A1
2. \u8D2D\u4E70 {translationService} \u989D\u5916\u6D41\u91CF\u5305',"proQuotaExceededError.resetTime":"
3. \u989D\u5EA6\u91CD\u7F6E\u65F6\u95F4\uFF1A{resetTime}","desc.touchShortcutsToggleTranslatePageOnlyTranslation":'\u062A\u0634\u064A\u0631 "\u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0641\u0642\u0637" \u0625\u0644\u0649 \u0639\u0631\u0636 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0641\u0642\u0637\u060C \u0625\u0630\u0627 \u0644\u0645 \u064A\u062A\u0645 \u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0635\u0641\u062D\u0629 \u0627\u0644\u0625\u0644\u0643\u062A\u0631\u0648\u0646\u064A\u0629 \u0628\u0639\u062F\u060C \u0633\u064A\u062A\u0645 \u062A\u063A\u064A\u064A\u0631 \u0627\u0644\u0648\u0636\u0639 \u0648\u062A\u0631\u062C\u0645\u062A\u0647\u0627.',"desc.toggleOnlyTransation":"\u062A\u0634\u064A\u0631 \u0648\u0636\u0639\u064A\u0629 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0641\u0642\u0637 \u0625\u0644\u0649 \u0639\u0631\u0636 \u0627\u0644\u0646\u0635 \u0627\u0644\u0645\u062A\u0631\u062C\u0645 \u0641\u0642\u0637\u060C \u0625\u0630\u0627 \u0644\u0645 \u064A\u062A\u0645 \u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0635\u0641\u062D\u0629 \u0627\u0644\u0625\u0644\u0643\u062A\u0631\u0648\u0646\u064A\u0629 \u0628\u0639\u062F\u060C \u0633\u064A\u062A\u0645 \u062A\u063A\u064A\u064A\u0631 \u0627\u0644\u0648\u0636\u0639 \u0648\u062A\u0631\u062C\u0645\u062A\u0647\u0627.",touchShortcutsToggleTranslatePageOnlyTranslation:"\u062A\u0639\u064A\u064A\u0646 \u0627\u0644\u0625\u064A\u0645\u0627\u0621\u0627\u062A \u0639\u0644\u0649 \u0627\u0644\u0634\u0627\u0634\u0629 \u0644\u0644\u062A\u0628\u062F\u064A\u0644 \u0628\u064A\u0646 \u0627\u0644\u0648\u0636\u0639 \u0627\u0644\u0645\u0632\u062F\u0648\u062C / \u0627\u0644\u0648\u0636\u0639 \u0627\u0644\u0646\u0635\u064A \u0641\u0642\u0637",download_started:"\u0628\u062F\u0623 \u0627\u0644\u062A\u0646\u0632\u064A\u0644 \u0628\u0627\u0644\u0641\u0639\u0644\u060C \u0625\u0630\u0627 \u0644\u0645 \u064A\u062A\u0645 \u0627\u0644\u062A\u0646\u0632\u064A\u0644 \u062A\u0644\u0642\u0627\u0626\u064A\u064B\u0627\u060C \u064A\u0631\u062C\u0649 \u0627\u0644\u0646\u0642\u0631 \u064A\u062F\u0648\u064A\u064B\u0627",here:"\u0647\u0646\u0627","desc.toggleVideoSubtitlePreTranslation":"\u0628\u0639\u062F \u0627\u0644\u0636\u063A\u0637\u060C \u0633\u062A\u0633\u062A\u062E\u062F\u0645 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u063A\u0627\u0645\u0631\u0629 \u0644\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u062B\u0646\u0627\u0626\u064A\u0629 \u0644\u0644\u0641\u064A\u062F\u064A\u0648 \u0628\u0634\u0643\u0644 \u0623\u0648\u0644\u0648\u064A\u060C \u0648\u0628\u0627\u0644\u0636\u063A\u0637 \u0645\u0631\u0629 \u0623\u062E\u0631\u0649\u060C \u0633\u062A\u0633\u062A\u062E\u062F\u0645 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0622\u0644\u064A\u0629 \u0627\u0644\u0645\u0631\u0641\u0642\u0629 \u0628\u0627\u0644\u0641\u064A\u062F\u064A\u0648 \u0627\u0644\u0623\u0635\u0644\u064A \u0628\u0634\u0643\u0644 \u0623\u0648\u0644\u0648\u064A. \u064A\u0631\u062C\u0649 \u0645\u0644\u0627\u062D\u0638\u0629: \u0647\u0630\u0627 \u0627\u0644\u0627\u062E\u062A\u0635\u0627\u0631 \u064A\u0639\u062F\u0644 \u0627\u0644\u0625\u0639\u062F\u0627\u062F\u0627\u062A \u0627\u0644\u0639\u0627\u0645\u0629.",videoSubtitlePreTranslationOn:"\u0633\u064A\u062A\u0645 \u0627\u0633\u062A\u062E\u062F\u0627\u0645 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u063A\u0627\u0645\u0631\u0629 \u0628\u0634\u0643\u0644 \u0623\u0648\u0644\u0648\u064A \u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u062A\u0631\u062C\u0645\u0627\u062A \u0627\u0644\u0645\u0631\u0626\u064A\u0629",videoSubtitlePreTranslationOff:"\u0633\u064A\u062A\u0645 \u0627\u0633\u062A\u062E\u062F\u0627\u0645 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0622\u0644\u064A\u0629 \u0644\u0644\u062A\u0631\u062C\u0645\u0629 \u0641\u064A \u0627\u0644\u0641\u064A\u062F\u064A\u0648 \u0628\u0634\u0643\u0644 \u0623\u0648\u0644\u0648\u064A",translationFont:"\u062A\u0639\u064A\u064A\u0646 \u0627\u0644\u062E\u0637","translationFont.custom":"\u0623\u062F\u062E\u0644 \u0627\u0644\u062E\u0637 \u0627\u0644\u0645\u062E\u0635\u0635","translationFont.customPlaceholder":"\u062E\u0637 \u0627\u0644\u0643\u062A\u0627\u0628\u0629","translationFont.notSupportErrorMessage":"\u064A\u0631\u062C\u0649 \u0627\u0644\u062A\u062D\u0642\u0642 \u0645\u0646 \u0635\u062D\u0629 \u0627\u0633\u0645 \u0627\u0644\u062E\u0637 \u0627\u0644\u0630\u064A \u0623\u062F\u062E\u0644\u062A\u0647 \u060C \u0623\u0648 \u0627\u0644\u062A\u0623\u0643\u062F \u0645\u0646 \u0623\u0646 \u0627\u0644\u062E\u0637 \u0642\u062F \u062A\u0645 \u062A\u062B\u0628\u064A\u062A\u0647 \u0628\u0627\u0644\u0641\u0639\u0644 \u0639\u0644\u0649 \u062C\u0647\u0627\u0632\u0643.","touch.mouse-translate":"\u062A\u0631\u062C\u0645 \u0627\u0644\u0641\u0642\u0631\u0629 \u0627\u0644\u0645\u062D\u062F\u062F\u0629","translationServices.inherit":"\u0627\u062A\u0628\u0639 \u0627\u0644\u062E\u062F\u0645\u0629 \u0627\u0644\u0631\u0626\u064A\u0633\u064A\u0629 \u0644\u0644\u062A\u0631\u062C\u0645\u0629","error.serveConfigError":"\u062E\u0637\u0623 \u0641\u064A \u062A\u0643\u0648\u064A\u0646 \u0627\u0644\u062E\u062F\u0645\u0629","error.reloadPageOfSetting":"\u0628\u0639\u062F \u0627\u0644\u062A\u0643\u0648\u064A\u0646\u060C \u064A\u0631\u062C\u0649 \u062A\u062D\u062F\u064A\u062B \u0627\u0644\u0635\u0641\u062D\u0629 \u0648\u062A\u0631\u062C\u0645\u062A\u0647\u0627 \u0645\u0631\u0629 \u0623\u062E\u0631\u0649.","error.googleLimitIp":"\u062A\u0645 \u0625\u0631\u062C\u0627\u0639 \u062E\u0637\u0623 \u0645\u0646 \u0627\u0644\u062E\u062F\u0645\u0629 \u060C \u062E\u062F\u0645\u0629 Google \u0642\u062F \u0642\u0627\u0645\u062A \u0628\u062A\u0642\u064A\u064A\u062F \u0627\u0644\u0646\u0637\u0627\u0642 \u0627\u0644\u062E\u0627\u0635 \u0628\u0639\u0646\u0648\u0627\u0646 IP \u0647\u0630\u0627 \u060C \u0646\u0646\u0635\u062D\u0643 \u0628\u062A\u063A\u064A\u064A\u0631 \u0646\u0642\u0637\u0629 \u0627\u0644\u0634\u0628\u0643\u0629.","error.openAIFreeLimit":"\u062A\u0645 \u0625\u0631\u062C\u0627\u0639 \u062E\u0637\u0623 \u0645\u0646 \u0627\u0644\u062E\u062F\u0645\u0629\u060C \u0648\u0642\u062F \u0648\u0635\u0644\u062A \u062A\u0631\u062F\u062F \u0637\u0644\u0628\u0627\u062A \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u062D\u0627\u0644\u064A\u0629 \u0625\u0644\u0649 \u0627\u0644\u062D\u062F \u0627\u0644\u0623\u0642\u0635\u0649 \u0627\u0644\u0628\u0627\u0644\u063A 3 \u0645\u0631\u0627\u062A \u0641\u064A \u0627\u0644\u062F\u0642\u064A\u0642\u0629\u060C \u064A\u0631\u062C\u0649 \u0627\u0644\u0645\u062D\u0627\u0648\u0644\u0629 \u0645\u0631\u0629 \u0623\u062E\u0631\u0649 \u0644\u0627\u062D\u0642\u064B\u0627. (\u0647\u0630\u0627 \u0647\u0648 \u0627\u0644\u0642\u064A\u062F \u0627\u0644\u0631\u0633\u0645\u064A \u0645\u0646 OpenAI \u0644\u0645\u0641\u062A\u0627\u062D API \u0627\u0644\u0645\u062C\u0627\u0646\u064A\u060C \u0644\u0631\u0641\u0639 \u0647\u0630\u0627 \u0627\u0644\u0642\u064A\u062F\u060C \u064A\u0631\u062C\u0649 \u0631\u0628\u0637 \u0628\u0637\u0627\u0642\u0629 \u0627\u0644\u0627\u0626\u062A\u0645\u0627\u0646 \u0641\u064A \u0644\u0648\u062D\u0629 \u0627\u0644\u062A\u062D\u0643\u0645 \u0627\u0644\u062E\u0644\u0641\u064A\u0629 \u0644\u0640 OpenAI.)","error.openAIExceededQuota":"\u062A\u0645 \u0625\u0631\u062C\u0627\u0639 \u0627\u0644\u062E\u062F\u0645\u0629 \u0628\u062E\u0637\u0623: \u0631\u0635\u064A\u062F \u062D\u0633\u0627\u0628 OpenAI \u0627\u0644\u062D\u0627\u0644\u064A \u063A\u064A\u0631 \u0643\u0627\u0641\u064D \u060C \u064A\u0631\u062C\u0649 \u0625\u0639\u0627\u062F\u0629 \u0627\u0644\u0634\u062D\u0646 \u0623\u0648 \u0631\u0628\u0637 \u0628\u0637\u0627\u0642\u0629 \u0627\u0644\u0627\u0626\u062A\u0645\u0627\u0646 \u0641\u064A \u0627\u0644\u062E\u0644\u0641\u064A\u0629 \u0627\u0644\u0631\u0633\u0645\u064A\u0629 \u0644\u0640 OpenAI.","error.429":"\u062A\u0645 \u0625\u0631\u062C\u0627\u0639 \u0627\u0644\u062E\u062F\u0645\u0629 \u0628\u062E\u0637\u0623\u060C \u0645\u0645\u0627 \u064A\u0634\u064A\u0631 \u0625\u0644\u0649 \u0623\u0646 \u0627\u0644\u0637\u0644\u0628\u0627\u062A \u0643\u062B\u064A\u0631\u0629 \u062C\u062F\u064B\u0627 \u0623\u0648 \u062A\u062C\u0627\u0648\u0632\u062A \u0627\u0644\u062D\u062F \u0627\u0644\u0645\u062D\u062F\u062F\u060C \u064A\u0631\u062C\u0649 \u0627\u0644\u0645\u062D\u0627\u0648\u0644\u0629 \u0645\u0631\u0629 \u0623\u062E\u0631\u0649 \u0644\u0627\u062D\u0642\u064B\u0627.","error.403":"\u062A\u0645 \u0625\u0631\u062C\u0627\u0639 \u0627\u0644\u062E\u062F\u0645\u0629 \u0628\u062E\u0637\u0623\u060C \u0644\u064A\u0633 \u0644\u062F\u064A\u0643 \u0627\u0644\u0635\u0644\u0627\u062D\u064A\u0629 \u0627\u0644\u0645\u0624\u0642\u062A\u0629 \u0644\u0644\u0648\u0635\u0648\u0644 \u0625\u0644\u0649 \u0647\u0630\u0647 \u0627\u0644\u062E\u062F\u0645\u0629.","error.400":"\u062A\u0645 \u0625\u0631\u062C\u0627\u0639 \u062E\u0637\u0623 \u0641\u064A \u0627\u0644\u062E\u062F\u0645\u0629 \u060C \u062E\u0637\u0623 \u0641\u064A \u0645\u0639\u0644\u0645\u0627\u062A \u0627\u0644\u0637\u0644\u0628 \u060C \u064A\u0631\u062C\u0649 \u0627\u0644\u062A\u062D\u0642\u0642 \u0645\u0646 \u0627\u0644\u062A\u0643\u0648\u064A\u0646 \u0627\u0644\u0645\u0646\u0627\u0633\u0628.","error.502":"\u062A\u0645 \u0625\u0631\u062C\u0627\u0639 \u062E\u0637\u0623 \u0645\u0646 \u0627\u0644\u062E\u062F\u0645\u0629 \u060C \u062A\u062C\u0627\u0648\u0632 \u0627\u0644\u062E\u062F\u0645\u0629 \u0627\u0644\u0648\u0642\u062A \u0627\u0644\u0645\u062D\u062F\u062F \u060C \u064A\u0631\u062C\u0649 \u0627\u0644\u0645\u062D\u0627\u0648\u0644\u0629 \u0645\u0631\u0629 \u0623\u062E\u0631\u0649 \u0641\u064A \u0648\u0642\u062A \u0644\u0627\u062D\u0642.","error.proTokenInvalid":"\u0625\u0630\u0627 \u0643\u0646\u062A \u0645\u0633\u062A\u062E\u062F\u0645\u064B\u0627 \u0645\u062D\u062A\u0631\u0641\u064B\u0627 \u060C \u064A\u0631\u062C\u0649 \u062A\u0633\u062C\u064A\u0644 \u0627\u0644\u062F\u062E\u0648\u0644 \u0642\u0628\u0644 \u0627\u0633\u062A\u062E\u062F\u0627\u0645 \u062E\u062F\u0645\u0629 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0645\u062D\u062A\u0631\u0641\u0629","error.proUpgrade":"\u0628\u0639\u062F \u0627\u0644\u062A\u0631\u0642\u064A\u0629 \u060C \u064A\u0631\u062C\u0649 \u062A\u062D\u062F\u064A\u062B \u0627\u0644\u0635\u0641\u062D\u0629 \u0648\u062A\u0631\u062C\u0645\u062A\u0647\u0627 \u0645\u0631\u0629 \u0623\u062E\u0631\u0649.","error.configError":"\u062A\u0643\u0648\u064A\u0646 \u0627\u0644\u0628\u064A\u0627\u0646\u0627\u062A \u063A\u064A\u0631 \u0637\u0628\u064A\u0639\u064A","error.goReset":"\u0625\u0639\u0627\u062F\u0629 \u0627\u0644\u062A\u0639\u064A\u064A\u0646",batchEdit:"\u0627\u0644\u0639\u0645\u0644\u064A\u0627\u062A \u0627\u0644\u062C\u0645\u0627\u0639\u064A\u0629","translationModeLang.translation.title":"\u0646\u0645\u0637 \u0627\u0644\u0644\u063A\u0629 \u0627\u0644\u0646\u0635\u064A \u0641\u0642\u0637","translationModeLang.translation.description":"\u0639\u0646\u062F\u0645\u0627 \u064A\u0643\u0648\u0646 \u0644\u063A\u0629 \u0627\u0644\u0635\u0641\u062D\u0629 \u0628\u0627\u0644\u0644\u063A\u0627\u062A \u0627\u0644\u062A\u0627\u0644\u064A\u0629\u060C \u0633\u064A\u062A\u0645 \u0627\u0633\u062A\u062E\u062F\u0627\u0645 \u0648\u0636\u0639 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0641\u0642\u0637 \u062A\u0644\u0642\u0627\u0626\u064A\u064B\u0627.","translationModeUrl.translation.title":"\u0631\u0627\u0628\u0637 \u0627\u0644\u0648\u0636\u0639 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0641\u0642\u0637","translationModeUrl.translation.description":"\u0639\u0646\u062F\u0645\u0627 \u064A\u0643\u0648\u0646 \u0627\u0644\u0645\u0648\u0642\u0639 \u0627\u0644\u0625\u0644\u0643\u062A\u0631\u0648\u0646\u064A \u0644\u0644\u0646\u0637\u0627\u0642\u0627\u062A \u0627\u0644\u062A\u0627\u0644\u064A\u0629\u060C \u0633\u064A\u062A\u0645 \u0627\u0633\u062A\u062E\u062F\u0627\u0645 \u0648\u0636\u0639 \u0627\u0644\u0646\u0635 \u0627\u0644\u0645\u062A\u0631\u062C\u0645 \u0641\u0642\u0637 \u062A\u0644\u0642\u0627\u0626\u064A\u064B\u0627.","error.serveUnavailable":"\u0627\u0644\u062E\u062F\u0645\u0629 [{serverName}] \u0627\u0644\u062A\u064A \u062A\u0633\u062A\u062E\u062F\u0645\u0647\u0627 \u062D\u0627\u0644\u064A\u064B\u0627 \u063A\u064A\u0631 \u0642\u0627\u0628\u0644\u0629 \u0644\u0644\u0648\u0635\u0648\u0644 \u0645\u0624\u0642\u062A\u064B\u0627 \u0628\u0633\u0628\u0628 \u0645\u0634\u0643\u0644\u0629 \u0641\u064A \u0627\u0644\u0627\u062A\u0635\u0627\u0644 \u0628\u0627\u0644\u0634\u0628\u0643\u0629 \u0623\u0648 \u0645\u0632\u0648\u062F \u0627\u0644\u062E\u062F\u0645\u0629. \u0646\u0642\u062A\u0631\u062D \u0639\u0644\u064A\u0643 \u062A\u062D\u062F\u064A\u062B \u0627\u0644\u0635\u0641\u062D\u0629 \u0623\u0648 \u062A\u063A\u064A\u064A\u0631 \u062E\u062F\u0645\u0629 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0623\u062E\u0631\u0649 \u0645\u0646 \u062E\u0644\u0627\u0644 <1>\u0627\u0644\u0625\u0639\u062F\u0627\u062F\u0627\u062A. \u0625\u0630\u0627 \u0643\u0646\u062A \u0639\u0636\u0648\u064B\u0627 \u0641\u064A <2>Pro\u060C \u064A\u0645\u0643\u0646\u0643 \u0627\u062E\u062A\u064A\u0627\u0631 \u0627\u0633\u062A\u062E\u062F\u0627\u0645 \u062E\u062F\u0645\u0629 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 DeepL \u0623\u0648 OpenAI \u0627\u0644\u0623\u0643\u062B\u0631 \u0627\u0633\u062A\u0642\u0631\u0627\u0631\u064B\u0627 (<3>\u0627\u0646\u0642\u0631 \u0647\u0646\u0627 \u0644\u062A\u062C\u0631\u0628\u0629 \u0645\u062C\u0627\u0646\u064A\u0629). \u0628\u0627\u0644\u0625\u0636\u0627\u0641\u0629 \u0625\u0644\u0649 \u0630\u0644\u0643\u060C \u0642\u062F \u062A\u062D\u062A\u0627\u062C \u0623\u064A\u0636\u064B\u0627 \u0625\u0644\u0649 \u0627\u0644\u062A\u062D\u0642\u0642 \u0645\u0646 \u0625\u0639\u062F\u0627\u062F\u0627\u062A \u0627\u0644\u0634\u0628\u0643\u0629 \u0623\u0648 \u0627\u0644\u0648\u0643\u064A\u0644 \u0627\u0644\u062E\u0627\u0635\u0629 \u0628\u0643.",detectServiceLoading:"\u062C\u0627\u0631\u064D \u0627\u0644\u062A\u062D\u0642\u0642 \u0645\u0646 \u0627\u0644\u062E\u062F\u0645\u0627\u062A \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0645\u062A\u0627\u062D\u0629...",toggleToService:"\u0627\u0644\u062A\u0628\u062F\u064A\u0644 \u0625\u0644\u0649 {service} \u0648\u0625\u0639\u0627\u062F\u0629 \u0627\u0644\u0645\u062D\u0627\u0648\u0644\u0629","error.gemini.429":"\u0627\u0644\u062E\u062F\u0645\u0629 Gemini \u0627\u0644\u062D\u0627\u0644\u064A\u0629 \u0642\u062F \u0648\u0635\u0644\u062A \u0625\u0644\u0649 \u0627\u0644\u062D\u062F \u0627\u0644\u0623\u0642\u0635\u0649 \u0644\u0644\u0642\u062F\u0631\u0629 \u0639\u0644\u0649 \u0627\u0644\u062A\u062D\u0645\u0644\u060C \u064A\u0631\u062C\u0649 \u0627\u0644\u0645\u062D\u0627\u0648\u0644\u0629 \u0645\u0631\u0629 \u0623\u062E\u0631\u0649 \u0641\u064A \u0648\u0642\u062A \u0644\u0627\u062D\u0642\u060C \u0623\u0648 \u0627\u0644\u062A\u0628\u062F\u064A\u0644 \u0625\u0644\u0649 \u062E\u062F\u0645\u0629 \u062A\u0631\u062C\u0645\u0629 \u0623\u062E\u0631\u0649.",enableSentryReport:"\u0639\u0646\u062F \u062D\u062F\u0648\u062B \u062E\u0637\u0623 \u0641\u064A \u0627\u0644\u062A\u0648\u0633\u064A\u0639 \u060C \u0627\u0633\u062A\u062E\u062F\u0645 Sentry \u0644\u062A\u0642\u062F\u064A\u0645 \u0627\u0644\u0645\u0644\u0627\u062D\u0638\u0627\u062A","widget.translateFile":"PDF/ePub",pickAll:"\u062D\u062F\u062F \u0627\u0644\u0643\u0644",contact:"\u0627\u062A\u0635\u0644 \u0628\u0646\u0627","translationServices.gemini":"\u0627\u0644\u062C\u0645\u0646\u0627\u0632","tagsInput.add":"+ \u0625\u0636\u0627\u0641\u0629",touchShortcutsOff:"\u0625\u063A\u0644\u0627\u0642","error.retry":"\u0623\u0639\u062F \u0627\u0644\u0645\u062D\u0627\u0648\u0644\u0629","slide.left":"\u0627\u0646\u0632\u0644\u0642 \u0625\u0644\u0649 \u0627\u0644\u064A\u0645\u064A\u0646",translationOnlyMode:"\u0648\u0636\u0639 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0641\u0642\u0637",goLogin:"\u062A\u0633\u062C\u064A\u0644 \u0627\u0644\u062F\u062E\u0648\u0644","slide.right":"\u0627\u0646\u0632\u0644\u0642 \u0625\u0644\u0649 \u0627\u0644\u064A\u0633\u0627\u0631","multipleClick.4":"\u0631\u0628\u0627\u0639\u064A \u0645\u062A\u062A\u0627\u0644\u064A",shortcutSettingsTitle:"\u0625\u0639\u062F\u0627\u062F\u0627\u062A \u0627\u0644\u0627\u062E\u062A\u0635\u0627\u0631\u0627\u062A",loggedIn:"\u062A\u0645 \u062A\u0633\u062C\u064A\u0644 \u0627\u0644\u062F\u062E\u0648\u0644",shortcutSettings:"\u0627\u062E\u062A\u0635\u0627\u0631\u0627\u062A \u0627\u0644\u0645\u0641\u0627\u062A\u064A\u062D","multipleClick.2":"\u0627\u0646\u0642\u0631 \u0645\u0631\u062A\u064A\u0646","shortcutGroup.others":"\u0627\u0644\u0645\u0632\u064A\u062F \u0645\u0646 \u0627\u0644\u0627\u062E\u062A\u0635\u0627\u0631\u0627\u062A \u0627\u0644\u0645\u062E\u0635\u0635\u0629","widget.videoSubtitle":"\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0641\u064A\u062F\u064A\u0648","intro.floatBallTitle":"\u0643\u0631\u0629 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0633\u0631\u064A\u0639\u0629",notLogin:"\u0644\u0645 \u064A\u062A\u0645 \u062A\u0633\u062C\u064A\u0644 \u0627\u0644\u062F\u062E\u0648\u0644","widget.instruction":"\u062A\u0639\u0644\u064A\u0645\u0627\u062A \u0627\u0644\u0627\u0633\u062A\u062E\u062F\u0627\u0645",alwaysTranslateThisSite:"\u062F\u0627\u0626\u0645\u0627 \u062A\u0631\u062C\u0645 \u0647\u0630\u0627 \u0627\u0644\u0645\u0648\u0642\u0639","error.subscriptionExpiredTitle":"\u0627\u0646\u062A\u0647\u062A \u0635\u0644\u0627\u062D\u064A\u0629 \u0627\u0644\u0639\u0636\u0648\u064A\u0629","shortcutGroup.shortcutsForTranslationServices":"\u062E\u062F\u0645\u0627\u062A \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0645\u0641\u0627\u062A\u064A\u062D \u0627\u0644\u0633\u0631\u064A\u0639\u0629","widget.instructionTooltip":"\u0631\u0627\u062C\u0639 \u062A\u0639\u0644\u064A\u0645\u0627\u062A \u0627\u0644\u0627\u0633\u062A\u062E\u062F\u0627\u0645",temprarilyChangeTranslationTo_gemini:"\u064A\u062A\u0645 \u0627\u0633\u062A\u062E\u062F\u0627\u0645 Gemini \u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0635\u0641\u062D\u0629 \u0627\u0644\u062D\u0627\u0644\u064A\u0629","subtitle.hideQuickButton":"\u0644\u0627 \u062A\u0638\u0647\u0631 \u0647\u0630\u0627 \u0627\u0644\u0627\u062E\u062A\u0635\u0627\u0631 \u0645\u0631\u0629 \u0623\u062E\u0631\u0649",temprarilyChangeTranslationTo_google:"\u064A\u062A\u0645 \u0627\u0633\u062A\u062E\u062F\u0627\u0645 \u062A\u0631\u062C\u0645\u0629 Google \u0644\u0644\u0635\u0641\u062D\u0629 \u0627\u0644\u062D\u0627\u0644\u064A\u0629","subtitle.bilingual":"\u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u062B\u0646\u0627\u0626\u064A\u0629 \u0627\u0644\u0644\u063A\u0629",mouseHoverCustomKeyTitle:"\u062A\u0639\u0631\u064A\u0641 \u0627\u062E\u062A\u0635\u0627\u0631\u0627\u062A \u0627\u0644\u0645\u0627\u0648\u0633 \u0627\u0644\u0645\u0639\u0644\u0642\u0629","browser.translateInputBox":"\u062A\u0631\u062C\u0645 \u0645\u062D\u062A\u0648\u0649 \u0645\u0631\u0628\u0639 \u0627\u0644\u0625\u062F\u062E\u0627\u0644 \u0627\u0644\u062D\u0627\u0644\u064A","shortcutGroup.touch":"\u0627\u0644\u0625\u064A\u0645\u0627\u0621\u0627\u062A \u0627\u0644\u0645\u062E\u0635\u0635\u0629 \u0644\u0644\u0634\u0627\u0634\u0627\u062A \u0627\u0644\u0644\u0645\u0633\u064A\u0629",neverTranslateThisSite:"\u0644\u0627 \u062A\u062A\u0631\u062C\u0645 \u0647\u0630\u0627 \u0627\u0644\u0645\u0648\u0642\u0639 \u0623\u0628\u062F\u0627",temprarilyChangeTranslationTo_deepl:"\u064A\u062A\u0645 \u0627\u0633\u062A\u062E\u062F\u0627\u0645 DeepL \u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0635\u0641\u062D\u0629 \u0627\u0644\u062D\u0627\u0644\u064A\u0629","browser.translateWithDeepL":"\u0627\u0633\u062A\u062E\u062F\u0645 DeepL \u0645\u0624\u0642\u062A\u064B\u0627 \u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0635\u0641\u062D\u0629 \u0627\u0644\u062D\u0627\u0644\u064A\u0629","multipleClick.3":"\u062B\u0644\u0627\u062B\u0629 \u0636\u0631\u0628\u0627\u062A \u0645\u062A\u062A\u0627\u0644\u064A\u0629","widget.translateFileTooltip":"\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0645\u0633\u062A\u0646\u062F\u0627\u062A PDF\u060C EPUB\u060C SRT\u060C ASS\u060C HTML \u0648 TXT","neverTranslateText.title":"\u0627\u0644\u0643\u0644\u0645\u0627\u062A \u0627\u0644\u062A\u0627\u0644\u064A\u0629 \u062A\u0628\u0642\u0649 \u0643\u0645\u0627 \u0647\u064A\u060C \u0644\u0627 \u062A\u062A\u0631\u062C\u0645","subtitle.autoDisableSubtitle":"\u0644\u0627 \u062A\u0642\u0645 \u0628\u062A\u0634\u063A\u064A\u0644 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u062B\u0646\u0627\u0626\u064A\u0629 \u062A\u0644\u0642\u0627\u0626\u064A\u064B\u0627","browser.translateWithGoogle":"\u0627\u0633\u062A\u062E\u062F\u0645 Google Translate \u0645\u0624\u0642\u062A\u064B\u0627 \u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0635\u0641\u062D\u0629 \u0627\u0644\u062D\u0627\u0644\u064A\u0629","shortcutGroup.main":"\u0627\u062E\u062A\u0635\u0627\u0631\u0627\u062A \u0627\u0644\u0648\u0638\u0627\u0626\u0641 \u0627\u0644\u0634\u0627\u0626\u0639\u0629",paragraphMinTextCountField:"\u0627\u0644\u062D\u062F \u0627\u0644\u0623\u062F\u0646\u0649 \u0644\u0639\u062F\u062F \u0627\u0644\u0623\u062D\u0631\u0641 \u0627\u0644\u0645\u0637\u0644\u0648\u0628\u0629 \u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0641\u0642\u0631\u0629","widget.videoSubtitleTooltip":"\u062F\u0639\u0645 Youtube \u0648\u063A\u064A\u0631\u0647\u0627 \u0645\u0646 \u0645\u0648\u0627\u0642\u0639 \u0627\u0644\u0641\u064A\u062F\u064A\u0648 {count}+",upgradeToProErrorTitle:"\u064A\u0631\u062C\u0649 \u0627\u0644\u062A\u0631\u0642\u064A\u0629 \u0625\u0644\u0649 \u0639\u0636\u0648\u064A\u0629 Pro \u0642\u0628\u0644 \u0627\u0633\u062A\u062E\u062F\u0627\u0645 \u0647\u0630\u0647 \u0627\u0644\u062E\u062F\u0645\u0629 \u0627\u0644\u062A\u0631\u062C\u0645\u0629","subtitle.showQuickButton":"\u0641\u064A \u0639\u0631\u0636 \u0627\u0644\u0646\u0635\u0648\u0635 \u0627\u0644\u0645\u062A\u0631\u062C\u0645\u0629 \u0628\u0634\u0643\u0644 \u0645\u0632\u062F\u0648\u062C \u0641\u064A \u0627\u0644\u0645\u0634\u063A\u0644 \u0628\u0637\u0631\u064A\u0642\u0629 \u0633\u0631\u064A\u0639\u0629",temprarilyChangeTranslationTo_transmart:"\u064A\u062A\u0645 \u0627\u0633\u062A\u062E\u062F\u0627\u0645 \u062A\u0631\u062C\u0645\u0629 \u062A\u064A\u0646\u0633\u0646\u062A \u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0635\u0641\u062D\u0629 \u0627\u0644\u062D\u0627\u0644\u064A\u0629",notLoginPro:"\u0644\u0645 \u062A\u0642\u0645 \u0628\u062A\u0633\u062C\u064A\u0644 \u0627\u0644\u062F\u062E\u0648\u0644 \u0625\u0644\u0649 \u062D\u0633\u0627\u0628 \u0627\u0644\u0639\u0636\u0648\u064A\u0629 \u0627\u0644\u062E\u0627\u0635 \u0628\u0643 \u0628\u0639\u062F","floatBall.iKnow":"\u0623\u0646\u0627 \u0623\u0639\u0631\u0641","intro.hoverTitle":"\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0641\u0642\u0631\u0629 \u0627\u0644\u062D\u0627\u0644\u064A\u0629 \u0639\u0646\u062F \u062A\u062D\u0631\u064A\u0643 \u0627\u0644\u0645\u0627\u0648\u0633 \u0641\u0648\u0642\u0647\u0627",temprarilyChangeTranslationTo_bing:"\u064A\u062A\u0645 \u0627\u0633\u062A\u062E\u062F\u0627\u0645 \u0645\u062A\u0631\u062C\u0645 \u0645\u0627\u064A\u0643\u0631\u0648\u0633\u0648\u0641\u062A \u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0635\u0641\u062D\u0629 \u0627\u0644\u062D\u0627\u0644\u064A\u0629",temprarilyChangeTranslationTo_openai:"\u064A\u062A\u0645 \u0627\u0633\u062A\u062E\u062F\u0627\u0645 OpenAI \u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0635\u0641\u062D\u0629 \u0627\u0644\u062D\u0627\u0644\u064A\u0629","browser.translateWithOpenAI":"\u0627\u0633\u062A\u062E\u062F\u0645 OpenAI \u0645\u0624\u0642\u062A\u064B\u0627 \u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0635\u0641\u062D\u0629 \u0627\u0644\u062D\u0627\u0644\u064A\u0629",networkError:"\u062A\u0648\u0627\u062C\u0647 \u062E\u062F\u0645\u0629 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0623\u0648 \u0627\u0644\u0634\u0628\u0643\u0629 \u0645\u0634\u0643\u0644\u0629",buildSnapshots:"\u0625\u0646\u0634\u0627\u0621 \u0644\u0642\u0637\u0629 \u0633\u0631\u064A\u0639\u0629 \u0644\u0644\u0635\u0641\u062D\u0629 \u0627\u0644\u0625\u0644\u0643\u062A\u0631\u0648\u0646\u064A\u0629","shortcutGroup.mouse":"\u062A\u0643\u0648\u064A\u0646 \u0627\u062E\u062A\u0635\u0627\u0631\u0627\u062A \u0627\u0644\u0645\u0627\u0648\u0633 \u0627\u0644\u0645\u0639\u0644\u0642\u0629","intro.subtitleTitle":"\u0639\u0631\u0636 \u0627\u0644\u062A\u0631\u062C\u0645\u0627\u062A \u0627\u0644\u0645\u0632\u062F\u0648\u062C\u0629 \u0644\u0644\u0641\u064A\u062F\u064A\u0648 \u0639\u0628\u0631 \u0627\u0644\u0625\u0646\u062A\u0631\u0646\u062A","floatBall.longPress":"\u0627\u0636\u063A\u0637 \u0645\u0639 \u0627\u0644\u0627\u0633\u062A\u0645\u0631\u0627\u0631 \u0644\u0641\u062A\u062D \u0644\u0648\u062D\u0629 \u0627\u0644\u0625\u0639\u062F\u0627\u062F\u0627\u062A \u0628\u0633\u0631\u0639\u0629",touchShortcutsToggleTranslateTouchElement:"\u062A\u0639\u064A\u064A\u0646 \u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0641\u0642\u0631\u0629 \u0627\u0644\u0645\u062D\u062F\u062F\u0629 \u0628\u0648\u0627\u0633\u0637\u0629 \u0627\u0644\u0625\u064A\u0645\u0627\u0621\u0627\u062A \u0639\u0644\u0649 \u0627\u0644\u0634\u0627\u0634\u0629 \u0627\u0644\u062A\u064A \u062A\u0639\u0645\u0644 \u0628\u0627\u0644\u0644\u0645\u0633","browser.translateWithBing":"\u0627\u0633\u062A\u062E\u062F\u0645 \u062A\u0631\u062C\u0645\u0629 \u0645\u0627\u064A\u0643\u0631\u0648\u0633\u0648\u0641\u062A \u0645\u0624\u0642\u062A\u064B\u0627 \u0644\u0644\u0635\u0641\u062D\u0629 \u0627\u0644\u062D\u0627\u0644\u064A\u0629","error.subscriptionExpired":"\u0642\u062F \u064A\u0643\u0648\u0646 \u0639\u0636\u0648\u064A\u062A\u0643 \u0642\u062F \u0627\u0646\u062A\u0647\u062A \u060C \u064A\u0631\u062C\u0649 \u0627\u0644\u062A\u062D\u0642\u0642 \u0645\u0646 \u062D\u0627\u0644\u0629 \u0639\u0636\u0648\u064A\u062A\u0643","browser.translateWithGemini":"\u0627\u0633\u062A\u062E\u062F\u0645 Gemini \u0645\u0624\u0642\u062A\u064B\u0627 \u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0635\u0641\u062D\u0629 \u0627\u0644\u062D\u0627\u0644\u064A\u0629","desc.touchShortcutsToggleTranslateTouchElement":"\u0642\u0645 \u0628\u062A\u062E\u0635\u064A\u0635 \u0625\u0634\u0627\u0631\u0629 \u0628\u064A\u062F\u0643\u060C \u0648\u064A\u0645\u0643\u0646\u0643 \u062A\u0631\u062C\u0645\u0629 \u0623\u064A \u0641\u0642\u0631\u0629 \u062A\u0648\u0627\u062C\u062F \u0641\u064A\u0647\u0627.","browser.translateWithTransmart":"\u0627\u0633\u062A\u062E\u062F\u0645 \u062A\u0631\u062C\u0645\u0629 \u062A\u064A\u0646\u0633\u0646\u062A \u0645\u0624\u0642\u062A\u064B\u0627 \u0644\u0644\u0635\u0641\u062D\u0629 \u0627\u0644\u062D\u0627\u0644\u064A\u0629","desc.interfaceLanguage":"\u062A\u0624\u062B\u0631 \u0625\u0639\u062F\u0627\u062F\u0627\u062A \u0644\u063A\u0629 \u0627\u0644\u0648\u0627\u062C\u0647\u0629 \u0639\u0644\u0649 \u0644\u063A\u0629 \u0639\u0631\u0636 \u0644\u0648\u062D\u0629 \u0627\u0644\u062A\u062D\u0643\u0645\u060C \u0648\u0644\u0627 \u062A\u062A\u0639\u0644\u0642 \u0628\u0644\u063A\u0629 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0645\u0633\u062A\u0647\u062F\u0641\u0629.",touchShortcutsToggleTranslationMask:"\u062A\u0639\u064A\u064A\u0646 \u0625\u064A\u0645\u0627\u0621\u0627\u062A \u0627\u0644\u0634\u0627\u0634\u0629 \u0627\u0644\u062A\u064A \u062A\u0639\u0645\u0644 \u0628\u0627\u0644\u0644\u0645\u0633 \u0644\u0639\u0631\u0636 \u0642\u0646\u0627\u0639 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 / \u0639\u0631\u0636 \u0627\u0644\u0646\u0635 \u0627\u0644\u0623\u0635\u0644\u064A","browser.toggleMouseHoverTranslateDirectly":"\u062A\u0645\u0643\u064A\u0646 \u0623\u0648 \u062A\u0639\u0637\u064A\u0644 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0645\u0628\u0627\u0634\u0631\u0629 \u0639\u0646\u062F \u062A\u0645\u0631\u064A\u0631 \u0627\u0644\u0645\u0627\u0648\u0633 \u0645\u0624\u0642\u062A\u064B\u0627 \u0639\u0644\u0649 \u0627\u0644\u0635\u0641\u062D\u0629","floatBall.guideClickToTranslate":`\u0627\u0646\u0642\u0631 \u0639\u0644\u0649 \u0643\u0631\u0629 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0639\u0627\u0626\u0645\u0629 \u0627\u0644\u063A\u0627\u0645\u0631\u0629 + {env.imt_trans_field}: \u7FFB\u8A33\u6587`,"subtitle.quickButton.white":"\u767D\u8272","subtitle.quickButton.black":"\u9ED2\u8272","subtitle.quickButton.setting":"\u8A2D\u5B9A","subtitle.quickButton.blue":"\u9752\u8272","subtitle.quickButton.backgroundOpacity":"\u80CC\u666F\u306E\u4E0D\u900F\u660E\u5EA6","subtitle.quickButton.cyan":"\u9752\u8272","subtitle.quickButton.translationPositionBottom":"\u539F\u6587\u306E\u4E0B\u65B9","subtitle.quickButton.sourceFontSize":"\u5143\u306E\u30D5\u30A9\u30F3\u30C8\u30B5\u30A4\u30BA","subtitle.quickButton.backgroundColor":"\u80CC\u666F\u8272","subtitle.quickButton.magenta":"\u30DE\u30BC\u30F3\u30BF\u8272","subtitle.quickButton.red":"\u8D64\u8272","subtitle.quickButton.green":"\u7DD1\u8272","subtitle.quickButton.translationPositionTop":"\u539F\u6587\u306E\u4E0A\u306B","translationServices.claude":"\u30AF\u30ED\u30FC\u30C9","subtitle.quickButton.sourceTextColor":"\u539F\u6587\u306E\u30D5\u30A9\u30F3\u30C8\u306E\u8272","subtitle.quickButton.yellow":"\u9EC4\u8272","subtitle.quickButton.translationFontSize":"\u7FFB\u8A33\u6587\u5B57\u306E\u30D5\u30A9\u30F3\u30C8\u30B5\u30A4\u30BA","subtitle.quickButton.translationTextColor":"\u7FFB\u8A33\u6587\u5B57\u306E\u8272","subtitle.quickButton.translationPosition":"\u7FFB\u8A33\u4F4D\u7F6E",attachSubtitleTranslating:"{service} \u3092\u4F7F\u7528\u3057\u3066\u7FFB\u8A33\u4E2D...","error.claude.403":"\u4E00\u6642\u7684\u306B\u30B5\u30FC\u30D3\u30B9\u3078\u306E\u30A2\u30AF\u30BB\u30B9\u6A29\u9650\u304C\u3042\u308A\u307E\u305B\u3093\u3002\u3053\u308C\u306FClaude\u306E\u5730\u57DF\u5236\u9650\u306B\u95A2\u9023\u3057\u3066\u3044\u308B\u53EF\u80FD\u6027\u304C\u3042\u308A\u307E\u3059\u3002IP\u30A2\u30C9\u30EC\u30B9\u3092\u5207\u308A\u66FF\u3048\u308B\u304B\u3001\u4ED6\u306E\u7FFB\u8A33\u30B5\u30FC\u30D3\u30B9\u3092\u4F7F\u7528\u3057\u3066\u307F\u3066\u304F\u3060\u3055\u3044\u3002","browser.brandDescriptionForSafari":"\u3010\u6CA1\u5165\u578B\u7FFB\u8A33\u3011\u7121\u6599\u306E\uFF08\u539F\u6587/\u8A33\u6587\uFF09\u30D0\u30A4\u30EA\u30F3\u30AC\u30EB\u5BFE\u7167\u30A6\u30A7\u30D6\u30DA\u30FC\u30B8\u7FFB\u8A33\u30D7\u30E9\u30B0\u30A4\u30F3\u3067\u3001PDF\u7FFB\u8A33\u3068EPUB\u96FB\u5B50\u66F8\u7C4D\u7FFB\u8A33\u3092\u540C\u6642\u306B\u30B5\u30DD\u30FC\u30C8\u3057\u3001\u539F\u6587\u306E\u30EC\u30A4\u30A2\u30A6\u30C8\u3092\u4FDD\u6301\u3057\u307E\u3059\u3002Youtube/Netflix\u306A\u3069\u306E\u30AA\u30F3\u30E9\u30A4\u30F3\u30D3\u30C7\u30AA\u306E\u30D0\u30A4\u30EA\u30F3\u30AC\u30EB\u5B57\u5E55\u7FFB\u8A33\u3082\u30B5\u30DD\u30FC\u30C8\u3057\u3001Deepl/Google\u306A\u3069\u306E\u4E3B\u6D41\u7FFB\u8A33\u30B5\u30FC\u30D3\u30B9\u306B\u5BFE\u5FDC\u3057\u3066\u3044\u307E\u3059\u3002","browser.PdfProFile":"AI \u99C6\u52D5\u306E PDF Pro \u7FFB\u8A33","browser.textTranslate":"\u30C6\u30AD\u30B9\u30C8\u7FFB\u8A33"};var Ll={nologin:"\u0644\u0645 \u062A\u0642\u0645 \u0628\u062A\u0633\u062C\u064A\u0644 \u0627\u0644\u062F\u062E\u0648\u0644",loginForSafari:"\u062A\u0633\u062C\u064A\u0644 \u0627\u0644\u062F\u062E\u0648\u0644 \u0623\u0648 \u0627\u0644\u062A\u0633\u062C\u064A\u0644",login:"\u064A\u0645\u0643\u0646\u0643 \u062A\u0641\u0639\u064A\u0644 \u0627\u0644\u0639\u0636\u0648\u064A\u0629 \u0628\u0639\u062F \u062A\u0633\u062C\u064A\u0644 \u0627\u0644\u062F\u062E\u0648\u0644",manageAccount:"\u0625\u062F\u0627\u0631\u0629 \u0627\u0644\u062D\u0633\u0627\u0628",openPremium:"\u0627\u0644\u0627\u0646\u0636\u0645\u0627\u0645 \u0625\u0644\u0649 \u0627\u0644\u0639\u0636\u0648\u064A\u0629",logout:"\u064A\u062A\u0631\u0643",curentPlan:"\u0627\u0644\u0631\u0632\u0645\u0629 \u0627\u0644\u062D\u0627\u0644\u064A\u0629",endAt:"\u0646\u0636\u062C",endAuto:"\u062A\u062C\u062F\u064A\u062F \u062A\u0644\u0642\u0627\u0626\u064A",lineBreakMaxTextCount:"\u0627\u0644\u062D\u062F \u0627\u0644\u0623\u0642\u0635\u0649 \u0644\u0639\u062F\u062F \u0627\u0644\u0623\u062D\u0631\u0641 \u0627\u0644\u0645\u0633\u0645\u0648\u062D \u0628\u0647 \u0644\u0643\u0644 \u062C\u0645\u0644\u0629 \u0628\u0639\u062F \u0641\u0648\u0627\u0635\u0644 \u0627\u0644\u0623\u0633\u0637\u0631","translate-pdf":"\u0627\u0646\u0642\u0631 \u0644\u062A\u0631\u062C\u0645\u0629 PDF","noSupportTranslate-pdf":"\u0627\u0644\u0628\u0631\u0646\u0627\u0645\u062C \u0627\u0644\u0646\u0635\u064A \u063A\u064A\u0631 \u0645\u062F\u0639\u0648\u0645\u060C \u064A\u0631\u062C\u0649 \u0627\u0633\u062A\u062E\u062F\u0627\u0645 \u0627\u0644\u0628\u0631\u0646\u0627\u0645\u062C \u0627\u0644\u0625\u0636\u0627\u0641\u064A","translate-firefox-local-pdf":"\u0627\u0646\u0642\u0631 \u0644\u0627\u0633\u062A\u064A\u0631\u0627\u062F PDF",enableLineBreak:"\u0642\u0645 \u0628\u062A\u0634\u063A\u064A\u0644 \u0627\u0644\u062A\u0641\u0627\u0641 \u0627\u0644\u0643\u0644\u0645\u0627\u062A \u0627\u0644\u062A\u0644\u0642\u0627\u0626\u064A \u0644\u0644\u0641\u0642\u0631\u0627\u062A \u0627\u0644\u0637\u0648\u064A\u0644\u0629",sponsorLabel:"\u0627\u062F\u0639\u0645 \u0645\u0637\u0648\u0631\u064B\u0627 \u0628\u062F\u0621\u064B\u0627 \u0645\u0646 1 \u062F\u0648\u0644\u0627\u0631",help:"\u064A\u0633\u0627\u0639\u062F",browserShortcutsNoteForFirefox:'\u0644\u062A\u0639\u062F\u064A\u0644 \u0645\u0641\u0627\u062A\u064A\u062D \u0627\u0644\u0627\u062E\u062A\u0635\u0627\u0631 \u0641\u064A \u0645\u062A\u0635\u0641\u062D Firefox\u060C \u062A\u062D\u062A\u0627\u062C \u0625\u0644\u0649 \u0641\u062A\u062D \u0635\u0641\u062D\u0629 \u0625\u062F\u0627\u0631\u0629 \u0627\u0644\u0627\u0645\u062A\u062F\u0627\u062F\u0627\u062A `about:addons`\u060C \u062B\u0645 \u0627\u0644\u0646\u0642\u0631 \u0641\u0648\u0642 "\u0627\u0644\u0625\u0639\u062F\u0627\u062F\u0627\u062A"\u060C \u062B\u0645 \u0627\u0644\u0646\u0642\u0631 \u0641\u0648\u0642 "\u0625\u062F\u0627\u0631\u0629 \u0645\u0641\u0627\u062A\u064A\u062D \u0627\u0644\u0627\u062E\u062A\u0635\u0627\u0631" \u0644\u062A\u0639\u064A\u064A\u0646\u0647\u0627.',browserShortcutsNoteForChrome:"\u0644\u062A\u0639\u062F\u064A\u0644 \u0645\u0641\u0627\u062A\u064A\u062D \u0627\u0644\u0627\u062E\u062A\u0635\u0627\u0631 \u0641\u064A \u0645\u062A\u0635\u0641\u062D \u064A\u0634\u0628\u0647 Chrome\u060C \u062A\u062D\u062A\u0627\u062C \u0625\u0644\u0649 \u0641\u062A\u062D \u0635\u0641\u062D\u0629 \u0625\u062F\u0627\u0631\u0629 \u0627\u0644\u0625\u0636\u0627\u0641\u0627\u062A\u060C \u0648\u062A\u0639\u064A\u064A\u0646\u0647\u0627 \u0641\u064A \u0644\u0648\u062D\u0629 `\u0625\u062F\u0627\u0631\u0629 \u0627\u0644\u0627\u062E\u062A\u0635\u0627\u0631\u0627\u062A` (`chrome://extensions/shortcuts`)\u060C \u062B\u0645 \u0627\u0644\u0646\u0642\u0631 \u0641\u0648\u0642 \u0627\u0644\u0632\u0631 \u0623\u062F\u0646\u0627\u0647 \u0644\u0644\u0627\u0646\u062A\u0642\u0627\u0644 \u0625\u0644\u0649 \u0635\u0641\u062D\u0629 \u0625\u062F\u0627\u0631\u0629 \u0645\u0641\u062A\u0627\u062D \u0627\u0644\u0627\u062E\u062A\u0635\u0627\u0631.",browserShortcutsSucks:"\u062A\u0646\u0633\u064A\u0642 \u0645\u0641\u062A\u0627\u062D \u0627\u0644\u0627\u062E\u062A\u0635\u0627\u0631 \u0627\u0644\u0645\u062E\u0635\u0635 \u0647\u0648 (\u0644\u0627 \u064A\u0648\u062C\u062F \u0627\u0644\u062A\u0639\u0631\u0641 \u0627\u0644\u062A\u0644\u0642\u0627\u0626\u064A\u060C \u064A\u0631\u062C\u0649 \u0627\u0644\u062F\u062E\u0648\u0644 \u0645\u0628\u0627\u0634\u0631\u0629)\uFF1A",enableLineBreakDescription:"\u0639\u0646\u062F \u062A\u0634\u063A\u064A\u0644\u0647\u060C \u0633\u064A\u062A\u0645 \u0625\u062F\u0631\u0627\u062C \u0641\u0648\u0627\u0635\u0644 \u0627\u0644\u0623\u0633\u0637\u0631 \u0641\u064A \u0646\u0647\u0627\u064A\u0629 \u0643\u0644 \u062C\u0645\u0644\u0629 \u0641\u064A \u0641\u0642\u0631\u0627\u062A \u0637\u0648\u064A\u0644\u0629 \u0644\u062A\u0633\u0647\u064A\u0644 \u0627\u0644\u0642\u0631\u0627\u0621\u0629.","browser.shortBrandName":"\u062A\u0631\u062C\u0645\u0629 \u063A\u0627\u0645\u0631\u0629","browser.brandName":"\u062A\u0631\u062C\u0645\u0629 \u063A\u0627\u0645\u0631\u0629: \u062A\u0631\u062C\u0645\u0629 \u0635\u0641\u062D\u0627\u062A \u0627\u0644\u0648\u064A\u0628 \u062B\u0646\u0627\u0626\u064A\u0629 \u0627\u0644\u0644\u063A\u0629 \u0648\u062A\u0631\u062C\u0645\u0629 \u0645\u0633\u062A\u0646\u062F\u0627\u062A PDF","browser.brandDescription":"Bilingual web page translation, also supports PDF translation, bilingual Epub eBook translation, free to use.","browser.toggleTranslatePage":"\u062A\u0631\u062C\u0645\u0629 \u0635\u0641\u062D\u0629 \u0627\u0644\u0648\u064A\u0628/\u0625\u0638\u0647\u0627\u0631 \u0627\u0644\u0646\u0635 \u0627\u0644\u0623\u0635\u0644\u064A","browser.toggleTranslateTheWholePage":"\u062A\u0631\u062C\u0645\u0629 \u062C\u0645\u064A\u0639 \u0645\u0646\u0627\u0637\u0642 \u0627\u0644\u0635\u0641\u062D\u0629/\u0639\u0631\u0636 \u0627\u0644\u0646\u0635 \u0627\u0644\u0623\u0635\u0644\u064A","browser.toggleOnlyTransation":"\u062A\u0628\u062F\u064A\u0644 \u0627\u0644\u0648\u0636\u0639 \u062B\u0646\u0627\u0626\u064A \u0627\u0644\u0644\u063A\u0629 / \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0641\u0642\u0637","browser.toggleTranslateToThePageEndImmediately":"\u062A\u0631\u062C\u0645\u0629 \u0641\u0648\u0631\u064A\u0629 \u0625\u0644\u0649 \u0623\u0633\u0641\u0644 \u0627\u0644\u0635\u0641\u062D\u0629/\u0625\u0638\u0647\u0627\u0631 \u0627\u0644\u0646\u0635 \u0627\u0644\u0623\u0635\u0644\u064A","browser.toggleTranslateTheMainPage":"\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0645\u0646\u0637\u0642\u0629 \u0627\u0644\u0631\u0626\u064A\u0633\u064A\u0629 \u0644\u0644\u0635\u0641\u062D\u0629/\u0639\u0631\u0636 \u0627\u0644\u0646\u0635 \u0627\u0644\u0623\u0635\u0644\u064A","browser.shareToDraft":"\u0645\u0634\u0627\u0631\u0643\u0629 \u0627\u0644\u0635\u0641\u062D\u0627\u062A \u062B\u0646\u0627\u0626\u064A\u0629 \u0627\u0644\u0644\u063A\u0629","browser.openOptionsPage":"\u0627\u0641\u062A\u062D \u0635\u0641\u062D\u0629 \u0627\u0644\u0625\u0639\u062F\u0627\u062F\u0627\u062A","browser.toggleTranslationMask":"\u0625\u0638\u0647\u0627\u0631/\u0625\u062E\u0641\u0627\u0621 \u062A\u0623\u062B\u064A\u0631 \u0637\u0645\u0633 \u0627\u0644\u062A\u0631\u062C\u0645\u0629","browser.translateLocalPdfFile":"\u062A\u0631\u062C\u0645\u0629 \u0645\u0644\u0641\u0627\u062A PDF \u0627\u0644\u0645\u062D\u0644\u064A\u0629","browser.openEbookViewer":"\u0642\u0631\u0627\u0621\u0629 \u0627\u0644\u0643\u062A\u0628 \u0627\u0644\u0625\u0644\u0643\u062A\u0631\u0648\u0646\u064A\u0629 \u0627\u0644\u0645\u062D\u0644\u064A\u0629","browser.openEbookBuilder":"\u0625\u0646\u0634\u0627\u0621 \u0643\u062A\u0628 \u0625\u0644\u0643\u062A\u0631\u0648\u0646\u064A\u0629 EPUB \u062B\u0646\u0627\u0626\u064A\u0629 \u0627\u0644\u0644\u063A\u0629","browser.translateLocalHtmlFile":"\u062A\u0631\u062C\u0645\u0629 \u0645\u0644\u0641\u0627\u062A HTML/txt","browser.donateContext":"\u062A\u0639\u0631\u0641 \u0639\u0644\u0649 \u0641\u0648\u0627\u0626\u062F \u0627\u0644\u0631\u0639\u0627\u064A\u0629","browser.translateLocalSubtitleFile":"\u062A\u0631\u062C\u0645\u0629 \u0645\u0644\u0641\u0627\u062A \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0645\u062D\u0644\u064A\u0629",confirmResetConfig:"\u0647\u0644 \u0623\u0646\u062A \u0645\u062A\u0623\u0643\u062F \u0623\u0646\u0643 \u062A\u0631\u064A\u062F \u0625\u0639\u0627\u062F\u0629 \u0636\u0628\u0637 \u0625\u0639\u062F\u0627\u062F\u0627\u062A\u0643\u061F",translationLineBreakSettingTitle:"\u0625\u0639\u062F\u0627\u062F\u0627\u062A \u0627\u0644\u062A\u0641\u0627\u0641 \u0633\u0637\u0631 \u0627\u0644\u062A\u0631\u062C\u0645\u0629",smartLineBreak:"\u062A\u063A\u0644\u064A\u0641 \u0627\u0644\u062E\u0637 \u0627\u0644\u0630\u0643\u064A",alwaysLineBreak:"\u0627\u0644\u062A\u0641\u0627\u0641 \u062F\u0627\u0626\u0645\u0627",isShowContextMenu:"\u0623\u0636\u0641 \u0635\u0641\u062D\u0629 \u0627\u0644\u0648\u064A\u0628 \u0627\u0644\u0645\u062A\u0631\u062C\u0645\u0629 \u0625\u0644\u0649 \u0639\u0646\u0635\u0631 \u0642\u0627\u0626\u0645\u0629 \u0627\u0644\u0646\u0642\u0631 \u0628\u0632\u0631 \u0627\u0644\u0645\u0627\u0648\u0633 \u0627\u0644\u0623\u064A\u0645\u0646",toggleBeta:"\u062A\u0641\u0639\u064A\u0644 \u0645\u064A\u0632\u0627\u062A \u0627\u0644\u0627\u062E\u062A\u0628\u0627\u0631 \u0627\u0644\u062A\u062C\u0631\u064A\u0628\u064A",betaDescription:"\u062A\u0645\u0643\u064A\u0646 \u0627\u0644\u0645\u064A\u0632\u0627\u062A \u0627\u0644\u062A\u064A \u0644\u0627 \u062A\u0632\u0627\u0644 \u062A\u062C\u0631\u064A\u0628\u064A\u0629\u060C \u0628\u0627\u0644\u0625\u0636\u0627\u0641\u0629 \u0625\u0644\u0649 \u062E\u062F\u0645\u0627\u062A \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0642\u064A\u062F \u0627\u0644\u0627\u062E\u062A\u0628\u0627\u0631. \u0627\u0646\u0636\u0645 \u0625\u0644\u0649<1>\u0645\u062C\u0645\u0648\u0639\u0629 \u0627\u0644\u062A\u0644\u064A\u062C\u0631\u0627\u0645 \u064A\u062A\u0639\u0644\u0645 \u0623\u0643\u062B\u0631.",translationLineBreakSettingDescription:"\u064A\u064F\u0639\u062F \u0627\u0644\u0627\u0644\u062A\u0641\u0627\u0641 \u062F\u0627\u0626\u0645\u064B\u0627 \u0645\u0646\u0627\u0633\u0628\u064B\u0627 \u0644\u0644\u062A\u062E\u0637\u064A\u0637\u0627\u062A \u0630\u0627\u062A \u0627\u0644\u0645\u062D\u062A\u0648\u0649 \u0627\u0644\u0623\u0642\u0644 \u0648\u0627\u0644\u0623\u0643\u062B\u0631 \u062A\u0631\u062A\u064A\u0628\u064B\u0627. (\u0627\u0633\u062A\u062E\u062F\u0645 \u0641\u0648\u0627\u0635\u0644 \u0627\u0644\u0623\u0633\u0637\u0631 \u0627\u0644\u0630\u0643\u064A\u0629 \u0641\u064A \u0627\u0644\u0641\u0642\u0631\u0627\u062A \u0627\u0644\u0637\u0648\u064A\u0644\u0629 \u0627\u0644\u062A\u064A \u062A\u062D\u062A\u0648\u064A \u0639\u0644\u0649 \u0627\u0644\u0643\u062B\u064A\u0631 \u0645\u0646 \u0627\u0644\u0645\u062D\u062A\u0648\u0649 (\u0623\u0643\u062B\u0631 \u0645\u0646{count}\u062D\u0631\u0641) \u0644\u062A\u0648\u0641\u064A\u0631 \u0627\u0644\u0645\u0633\u0627\u062D\u0629)",tempTranslateDomainTitle:"\u0643\u0645 \u0645\u0646 \u0627\u0644\u0648\u0642\u062A \u0644\u062A\u0645\u0643\u064A\u0646 \u062A\u0631\u062C\u0645\u0629 \u0645\u0648\u0642\u0639 \u0627\u0644\u0648\u064A\u0628 \u0645\u0624\u0642\u062A\u064B\u0627",tempTranslateDomainDescription:"\u0639\u0646\u062F \u062A\u0631\u062C\u0645\u0629 \u0635\u0641\u062D\u0629 \u0648\u064A\u0628 \u064A\u062F\u0648\u064A\u064B\u0627\u060C \u0642\u0645 \u0628\u062A\u0634\u063A\u064A\u0644 \u0645\u0648\u0642\u0639 \u0627\u0644\u0648\u064A\u0628 \u0645\u0624\u0642\u062A\u064B\u0627 \u0644\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u062A\u0644\u0642\u0627\u0626\u064A\u0629\u060C \u0648\u064A\u0645\u0643\u0646\u0643 \u0636\u0628\u0637 \u0627\u0644\u0645\u062F\u0629 \u0627\u0644\u0645\u0624\u0642\u062A\u0629.",xMinutes:"{count} \u062F\u0642\u064A\u0642\u0629",disabled:"\u0625\u0628\u0637\u0627\u0644",changelog:"\u062A\u063A\u064A\u064A\u0631 \u0627\u0644\u0633\u062C\u0644",toggleTranslatePageWhenThreeFingersOnTheScreen:"\u0627\u0644\u0645\u0633 \u0627\u0644\u0634\u0627\u0634\u0629 \u0628\u0623\u0635\u0627\u0628\u0639 \u0645\u062A\u0639\u062F\u062F\u0629 \u0641\u064A \u0646\u0641\u0633 \u0627\u0644\u0648\u0642\u062A \u0644\u062A\u0631\u062C\u0645\u0629 \u0635\u0641\u062D\u0629 \u0627\u0644\u0648\u064A\u0628/\u0639\u0631\u0636 \u0627\u0644\u0646\u0635 \u0627\u0644\u0623\u0635\u0644\u064A",toggleTranslationMaskWhenThreeFingersOnTheScreen:"\u0627\u0644\u0645\u0633 \u0639\u062F\u0629 \u0623\u0635\u0627\u0628\u0639 \u0641\u064A \u0646\u0641\u0633 \u0627\u0644\u0648\u0642\u062A \u0644\u0625\u0638\u0647\u0627\u0631/\u0625\u062E\u0641\u0627\u0621 \u062A\u0623\u062B\u064A\u0631 \u0637\u0645\u0633 \u0627\u0644\u062A\u0631\u062C\u0645\u0629",fingerCountToToggleTranslagePageOnlyTranslationWhenTouching:"\u0627\u0644\u0645\u0633 \u0627\u0644\u0634\u0627\u0634\u0629 \u0628\u0623\u0635\u0627\u0628\u0639 \u0645\u062A\u0639\u062F\u062F\u0629 \u0641\u064A \u0646\u0641\u0633 \u0627\u0644\u0648\u0642\u062A \u0644\u062A\u0631\u062C\u0645\u0629 \u0635\u0641\u062D\u0629 \u0627\u0644\u0648\u064A\u0628 (\u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0641\u0642\u0637)/\u0639\u0631\u0636 \u0627\u0644\u0646\u0635 \u0627\u0644\u0623\u0635\u0644\u064A",addUrlDescription:"\u064A\u0645\u0643\u0646 \u0623\u0646 \u064A\u0643\u0648\u0646 \u0627\u0633\u0645 \u0646\u0637\u0627\u0642 \u0648\u064A\u062F\u0639\u0645 \u0623\u062D\u0631\u0641 \u0627\u0644\u0628\u062F\u0644\u060C \u0645\u062B\u0644\uFF1A*.google.com\u060C google.com/mail/*\u060C https://www.google.com/*",general:"\u0627\u0644\u0625\u0639\u062F\u0627\u062F\u0627\u062A \u0627\u0644\u0623\u0633\u0627\u0633\u064A\u0629",clickToExpandConfig:"\u0642\u0645 \u0628\u062A\u0648\u0633\u064A\u0639 \u0627\u0644\u062A\u0643\u0648\u064A\u0646 \u0627\u0644\u062D\u0627\u0644\u064A",import:"\u0627\u0633\u062A\u064A\u0631\u0627\u062F \u0645\u0646 \u0645\u0644\u0641",export:"\u062A\u0635\u062F\u064A\u0631 \u0625\u0644\u0649 \u0645\u0644\u0641",toggleDebug:"\u0637\u0628\u0627\u0639\u0629 \u0633\u062C\u0644\u0627\u062A \u0627\u0644\u062A\u0635\u062D\u064A\u062D \u0639\u0644\u0649 \u0648\u062D\u062F\u0629 \u0627\u0644\u062A\u062D\u0643\u0645","fingers.0":"\u0625\u0646\u0647\u0627\u0621","fingers.2":"\u0644\u0645\u0633\u0629 \u0628\u0625\u0635\u0628\u0639\u064A\u0646","fingers.3":"\u0644\u0645\u0633\u0629 \u0628\u062B\u0644\u0627\u062B\u0629 \u0623\u0635\u0627\u0628\u0639","fingers.4":"\u0644\u0645\u0633\u0629 \u0628\u0623\u0631\u0628\u0639\u0629 \u0623\u0635\u0627\u0628\u0639","fingers.5":"\u0644\u0645\u0633\u0629 \u062E\u0645\u0633\u0629 \u0623\u0635\u0627\u0628\u0639",mouseHoldKey:"+ {key} \u062A\u0631\u062C\u0645\u0629/\u0627\u0633\u062A\u0639\u0627\u062F\u0629 \u0647\u0630\u0647 \u0627\u0644\u0641\u0642\u0631\u0629",mouseHoldKeyAuto:"\u062A\u0631\u062C\u0645\u0629 \u0647\u0630\u0647 \u0627\u0644\u0641\u0642\u0631\u0629 \u0645\u0628\u0627\u0634\u0631\u0629",mouseHoldKeyOff:"\u0644\u0627 \u062A\u0641\u0639\u0644 \u0623\u064A \u0634\u064A\u0621",mouseHoldKeyOther:"\u0645\u0641\u0627\u062A\u064A\u062D \u0627\u0644\u0627\u062E\u062A\u0635\u0627\u0631 \u0627\u0644\u0645\u062E\u0635\u0635\u0629 (\u0627\u0644\u0625\u0639\u062F\u0627\u062F\u0627\u062A \u0627\u0644\u0645\u0641\u062A\u0648\u062D\u0629)",mouseHoldKeyCustomKey:"{key} / \u0627\u0633\u062A\u0639\u0627\u062F\u0629 \u0647\u0630\u0647 \u0627\u0644\u0641\u0642\u0631\u0629",mouseHoverHoldKey:"\u062D\u0631\u0643 \u0627\u0644\u0645\u0627\u0648\u0633 \u0648\u0627\u0636\u063A\u0637 \u0639\u0644\u0649 \u0645\u0641\u062A\u0627\u062D \u0627\u0644\u0627\u062E\u062A\u0635\u0627\u0631 \u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0641\u0642\u0631\u0629","mouse-translate":"\u062A\u0645\u0631\u064A\u0631 \u0627\u0644\u0645\u0627\u0648\u0633",document:"\u0648\u062B\u064A\u0642\u0629",resetSuccess:"\u0625\u0639\u0627\u062F\u0629 \u0636\u0628\u0637 \u062C\u0645\u064A\u0639 \u0627\u0644\u0625\u0639\u062F\u0627\u062F\u0627\u062A \u0628\u0646\u062C\u0627\u062D",resetThisSuccess:"\u062A\u0645\u062A \u0625\u0639\u0627\u062F\u0629 \u0627\u0644\u0636\u0628\u0637 \u0628\u0646\u062C\u0627\u062D",saved:"\u062D\u0641\u0638 \u0628\u0646\u062C\u0627\u062D",successImportConfig:"\u062A\u0645 \u0627\u0633\u062A\u064A\u0631\u0627\u062F \u0627\u0644\u062A\u0643\u0648\u064A\u0646 \u0628\u0646\u062C\u0627\u062D",goAdvancedSettings:"\u0627\u0646\u062A\u0642\u0644 \u0625\u0644\u0649 \u0635\u0641\u062D\u0629 \u0627\u0644\u0625\u0639\u062F\u0627\u062F\u0627\u062A \u0627\u0644\u0645\u062A\u0642\u062F\u0645\u0629",goAdvancedInterfaceSettings:"\u0627\u0646\u062A\u0642\u0644 \u0625\u0644\u0649 \u0635\u0641\u062D\u0629 \u0625\u0639\u062F\u0627\u062F\u0627\u062A \u0627\u0644\u062A\u062E\u0635\u064A\u0635 \u0627\u0644\u0645\u062A\u0642\u062F\u0645\u0629",advanced:"\u0625\u0639\u062F\u0627\u062F\u0627\u062A \u0645\u062A\u0642\u062F\u0645\u0629",advancedDescription:"\u0628\u0634\u0643\u0644 \u0639\u0627\u0645\u060C \u0644\u0627 \u064A\u0644\u0632\u0645 \u0623\u064A \u0625\u0639\u062F\u0627\u062F\u060C \u0641\u0642\u0637 \u0627\u062D\u062A\u0641\u0638 \u0628\u0627\u0644\u0625\u0639\u062F\u0627\u062F \u0627\u0644\u0627\u0641\u062A\u0631\u0627\u0636\u064A. \u0641\u0642\u0637 \u0644\u0644\u0645\u0633\u062A\u062E\u062F\u0645\u064A\u0646 \u0627\u0644\u0623\u0643\u062B\u0631 \u0627\u062D\u062A\u0631\u0627\u0641\u064B\u0627\u060C \u064A\u062A\u0645 \u062A\u0648\u0641\u064A\u0631 \u0625\u0639\u062F\u0627\u062F\u0627\u062A \u0623\u0643\u062B\u0631 \u062A\u062E\u0635\u064A\u0635\u064B\u0627.",developer:"\u0625\u0639\u062F\u0627\u062F\u0627\u062A \u0627\u0644\u0645\u0637\u0648\u0631",donateCafe:"\u0633\u0639\u0631","translate to the bottom of the page":"\u0628\u0639\u062F \u0627\u0644\u062F\u062E\u0648\u0644 \u0625\u0644\u0649 \u0635\u0641\u062D\u0629 \u0627\u0644\u0648\u064A\u0628 \u0647\u0644 \u064A\u062A\u0645 \u062A\u0631\u062C\u0645\u062A\u0647\u0627 \u0645\u0628\u0627\u0634\u0631\u0629 \u0625\u0644\u0649 \u0623\u0633\u0641\u0644 \u0627\u0644\u0635\u0641\u062D\u0629\u061F",feedback:"\u062A\u0639\u0644\u064A\u0642",toggleTranslatePage:"\u062A\u0631\u062C\u0645\u0629 \u0635\u0641\u062D\u0629 \u0627\u0644\u0648\u064A\u0628/\u0625\u0638\u0647\u0627\u0631 \u0627\u0644\u0646\u0635 \u0627\u0644\u0623\u0635\u0644\u064A",translateToThePageEndImmediatelyDescription:"\u0639\u0646\u062F \u062A\u0634\u063A\u064A\u0644\u0647\u060C \u0633\u064A\u0624\u062F\u064A \u0627\u0644\u062F\u062E\u0648\u0644 \u0625\u0644\u0649 \u0635\u0641\u062D\u0629 \u0648\u064A\u0628 \u0625\u0644\u0649 \u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0645\u062D\u062A\u0648\u0649 \u0639\u0644\u0649 \u0627\u0644\u0641\u0648\u0631 \u0645\u0646 \u0623\u0639\u0644\u0649 \u0625\u0644\u0649 \u0623\u0633\u0641\u0644. \u0625\u0630\u0627 \u062A\u0645 \u0625\u064A\u0642\u0627\u0641\u0647\u060C \u064A\u0645\u0643\u0646\u0643 \u0627\u0644\u0642\u0631\u0627\u0621\u0629 \u0648\u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0641\u064A \u0646\u0641\u0633 \u0627\u0644\u0648\u0642\u062A. (\u0644\u0627 \u064A\u0646\u0635\u062D \u0628\u062A\u0634\u063A\u064A\u0644\u0647)","translate all areas of the page":"\u0645\u0627 \u0625\u0630\u0627 \u0643\u0627\u0646 \u0633\u064A\u062A\u0645 \u062A\u0631\u062C\u0645\u0629 \u062C\u0645\u064A\u0639 \u0645\u0646\u0627\u0637\u0642 \u0635\u0641\u062D\u0629 \u0627\u0644\u0648\u064A\u0628",translationAreaDescription:"\u0639\u0646\u062F \u062A\u0634\u063A\u064A\u0644\u0647\u060C \u0633\u062A\u062A\u0645 \u062A\u0631\u062C\u0645\u0629 \u062C\u0645\u064A\u0639 \u0645\u0646\u0627\u0637\u0642 \u0635\u0641\u062D\u0629 \u0627\u0644\u0648\u064A\u0628 \u0628\u0623\u0643\u0645\u0644\u0647\u0627. \u0625\u0630\u0627 \u062A\u0645 \u0625\u064A\u0642\u0627\u0641 \u062A\u0634\u063A\u064A\u0644\u0647\u060C \u0641\u0633\u064A\u062A\u0645 \u0627\u0633\u062A\u062E\u062F\u0627\u0645 \u0627\u0644\u062A\u0639\u0631\u0641 \u0627\u0644\u0630\u0643\u064A \u0627\u0644\u0627\u0641\u062A\u0631\u0627\u0636\u064A \u0648\u0633\u062A\u062A\u0645 \u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0645\u0646\u0637\u0642\u0629 \u0627\u0644\u0631\u0626\u064A\u0633\u064A\u0629 \u0641\u0642\u0637. (\u0644\u0627 \u064A\u0646\u0635\u062D \u0628\u062A\u0634\u063A\u064A\u0644\u0647)","the number of characters to be translated first":"\u0642\u0645 \u0628\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0623\u062D\u0631\u0641 \u0627\u0644\u0642\u0644\u064A\u0644\u0629 \u0627\u0644\u0623\u0648\u0644\u0649 \u0645\u0646 \u0627\u0644\u0635\u0641\u062D\u0629 \u0645\u0628\u0627\u0634\u0631\u0629 \u062F\u0648\u0646 \u0627\u0646\u062A\u0638\u0627\u0631 \u0627\u0644\u062A\u0645\u0631\u064A\u0631 \u0625\u0644\u0649 \u0627\u0644\u0645\u0646\u0637\u0642\u0629 \u0627\u0644\u0645\u0631\u0626\u064A\u0629","interface language":"\u0644\u063A\u0629 \u0627\u0644\u0648\u0627\u062C\u0647\u0629","display both the original text and the translation":"\u0639\u0631\u0636 \u0627\u0644\u0646\u0635 \u0627\u0644\u0623\u0635\u0644\u064A \u0648\u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0641\u064A \u0648\u0642\u062A \u0648\u0627\u062D\u062F","keyboard shortcuts":"\u0627\u062E\u062A\u0635\u0627\u0631\u0627\u062A \u0644\u0648\u062D\u0629 \u0627\u0644\u0645\u0641\u0627\u062A\u064A\u062D",modify:"\u062A\u0639\u062F\u064A\u0644 \u0645\u0641\u0627\u062A\u064A\u062D \u0627\u0644\u0627\u062E\u062A\u0635\u0627\u0631",reset:"\u0625\u0639\u0627\u062F\u0629 \u0636\u0628\u0637",close:"\u0625\u0646\u0647\u0627\u0621",homepage:"\u0627\u0644\u0635\u0641\u062D\u0629 \u0627\u0644\u0631\u0626\u064A\u0633\u064A\u0629",more:"\u0623\u0643\u062B\u0631",moreOptions:"\u0642\u0645 \u0628\u062A\u0648\u0633\u064A\u0639 \u0627\u0644\u0645\u0632\u064A\u062F \u0645\u0646 \u062E\u064A\u0627\u0631\u0627\u062A \u0627\u0644\u062A\u062E\u0635\u064A\u0635",translateTheWholePage:"\u062A\u0631\u062C\u0645\u0629 \u062C\u0645\u064A\u0639 \u0645\u0646\u0627\u0637\u0642 \u0627\u0644\u0635\u0641\u062D\u0629 (\u062A\u062E\u062A\u0644\u0641 \u0639\u0646 \u0627\u0644\u0645\u0646\u0627\u0637\u0642 \u0627\u0644\u0631\u0626\u064A\u0633\u064A\u0629 \u0644\u0644\u062A\u0639\u0631\u0641 \u0627\u0644\u0630\u0643\u064A)",changeToTranslateTheWholePage:"\u0627\u0644\u062A\u0628\u062F\u064A\u0644 \u0644\u062A\u0631\u062C\u0645\u0629 \u0643\u0627\u0641\u0629 \u0627\u0644\u0645\u062C\u0627\u0644\u0627\u062A",changeToTranslateTheMainPage:"\u0642\u0645 \u0628\u0627\u0644\u062A\u0628\u062F\u064A\u0644 \u0625\u0644\u0649 \u0645\u0646\u0637\u0642\u0629 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0631\u0626\u064A\u0633\u064A\u0629",changeToOnlyTranslationMode:"\u0642\u0645 \u0628\u0627\u0644\u062A\u0628\u062F\u064A\u0644 \u0625\u0644\u0649 \u0625\u0638\u0647\u0627\u0631 \u0627\u0644\u062A\u0631\u062C\u0645\u0627\u062A \u0641\u0642\u0637",changeToDualTranslationMode:"\u0627\u0644\u062A\u0628\u062F\u064A\u0644 \u0625\u0644\u0649 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u062B\u0646\u0627\u0626\u064A\u0629 \u0627\u0644\u0644\u063A\u0629",translateToThePageEndImmediately:"\u062A\u0631\u062C\u0645 \u0639\u0644\u0649 \u0627\u0644\u0641\u0648\u0631 \u0625\u0644\u0649 \u0623\u0633\u0641\u0644 \u0627\u0644\u0635\u0641\u062D\u0629",translateTheMainPage:"\u0627\u0644\u0645\u062C\u0627\u0644\u0627\u062A \u0627\u0644\u0631\u0626\u064A\u0633\u064A\u0629 \u0644\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0630\u0643\u064A\u0629","The local rules are up to date":"\u0642\u0648\u0627\u0639\u062F \u0627\u0644\u062A\u0643\u064A\u0641 \u0627\u0644\u0645\u062D\u0644\u064A\u0629 \u0645\u062D\u062F\u062B\u0629:","Successfully synchronized with the latest official rules:":"\u062A\u0645\u062A \u0645\u0632\u0627\u0645\u0646\u0629 \u0623\u062D\u062F\u062B \u0642\u0648\u0627\u0639\u062F \u0627\u0644\u062A\u0643\u064A\u0641 \u0627\u0644\u0631\u0633\u0645\u064A\u0629 \u0628\u0646\u062C\u0627\u062D:","Checking for updates":"\u0627\u0644\u0628\u062D\u062B \u0639\u0646 \u062A\u062D\u062F\u064A\u062B\u0627\u062A","Rules are being synchronized":"\u0645\u0632\u0627\u0645\u0646\u0629 \u0642\u0648\u0627\u0639\u062F \u0627\u0644\u062A\u0643\u064A\u0641",localVersionIsTooOld:"\u0625\u0635\u062F\u0627\u0631 \u0627\u0644\u0645\u0644\u062D\u0642 \u0627\u0644\u0645\u062D\u0644\u064A \u0642\u062F\u064A\u0645 \u062C\u062F\u064B\u0627. \u064A\u0631\u062C\u0649 \u0627\u0644\u062A\u0631\u0642\u064A\u0629 \u0625\u0644\u0649 \u0627\u0644\u0645\u0644\u062D\u0642 {minVersion} \u0623\u0648 \u0625\u0635\u062F\u0627\u0631 \u0623\u062D\u062F\u062B \u0648\u0645\u062D\u0627\u0648\u0644\u0629 \u0627\u0644\u0645\u0632\u0627\u0645\u0646\u0629 \u0645\u0631\u0629 \u0623\u062E\u0631\u0649.",badUserscriptBrowser:"\u0627\u0644\u0645\u062A\u0635\u0641\u062D \u0627\u0644\u062D\u0627\u0644\u064A \u0644\u0627 \u064A\u0637\u0628\u0642 \u0648\u0627\u062C\u0647\u0629 \u0645\u0644\u062D\u0642 Grease Monkey \u0628\u0634\u0643\u0644 \u0635\u062D\u064A\u062D (\u0645\u062B\u0644 \u0627\u0644\u062D\u0635\u0648\u0644 \u0639\u0644\u0649 \u0645\u0639\u0644\u0648\u0645\u0627\u062A \u0631\u0642\u0645 \u0627\u0644\u0625\u0635\u062F\u0627\u0631 \u0644\u0644\u0628\u0631\u0646\u0627\u0645\u062C \u0627\u0644\u0646\u0635\u064A Grease Monkey \u0646\u0641\u0633\u0647)\u060C \u064A\u0631\u062C\u0649 \u0627\u0633\u062A\u062E\u062F\u0627\u0645 \u0645\u0644\u062D\u0642\u0627\u062A \u062F\u0639\u0645 \u0623\u062E\u0631\u0649 <1> Grease Monkey \u0645\u062A\u0635\u0641\u062D\u0627\u062A \u0645\u062B\u0644 \u0641\u0627\u064A\u0631\u0641\u0648\u0643\u0633",foundNewVersion:"\u062A\u0645 \u0627\u0644\u0639\u062B\u0648\u0631 \u0639\u0644\u0649 \u0646\u0633\u062E\u0629 \u062C\u062F\u064A\u062F\u0629",theLocalExtensionIsUpToUpdate:"\u0627\u0644\u0627\u0645\u062A\u062F\u0627\u062F \u0627\u0644\u062D\u0627\u0644\u064A \u0647\u0648 \u0623\u062D\u062F\u062B \u0625\u0635\u062F\u0627\u0631.",failToSyncRules:"\u0641\u0634\u0644\u062A \u0645\u0632\u0627\u0645\u0646\u0629 \u0623\u062D\u062F\u062B \u0642\u0648\u0627\u0639\u062F \u0627\u0644\u062A\u0643\u064A\u0641",retry:"\u0627\u0636\u063A\u0637 \u0647\u0646\u0627 \u0644\u0644\u0645\u062D\u0627\u0648\u0644\u0629 \u0645\u0631\u0629 \u0623\u062E\u0631\u0649",failedReason:"\u0633\u0628\u0628 \u0627\u0644\u0641\u0634\u0644",currentRuleVersion:"\u0646\u0633\u062E\u0629 \u0627\u0644\u0642\u0627\u0639\u062F\u0629 \u0627\u0644\u062D\u0627\u0644\u064A\u0629",calculating:"\u062D\u0633\u0627\u0628",unknownError:"\u062E\u0637\u0623 \u063A\u064A\u0631 \u0645\u0639\u0631\u0648\u0641",canNotFetchRemoteRule:"\u063A\u064A\u0631 \u0642\u0627\u062F\u0631 \u0639\u0644\u0649 \u0627\u0644\u062D\u0635\u0648\u0644 \u0639\u0644\u0649 \u0627\u0644\u0642\u0648\u0627\u0639\u062F \u0627\u0644\u0628\u0639\u064A\u062F\u0629",enableAlphaSuccess:"\u062A\u0645 \u062A\u0634\u063A\u064A\u0644 \u0648\u0638\u064A\u0641\u0629 \u0623\u0644\u0641\u0627",disableAlphaSuccess:"\u062A\u0645 \u0625\u064A\u0642\u0627\u0641 \u0645\u064A\u0632\u0629 \u0623\u0644\u0641\u0627",cacheSize:"\u062D\u062C\u0645 \u0630\u0627\u0643\u0631\u0629 \u0627\u0644\u062A\u062E\u0632\u064A\u0646 \u0627\u0644\u0645\u0624\u0642\u062A\uFF1A",cleaning:"\u062A\u0646\u0638\u064A\u0641",cleanCache:"\u0645\u0633\u062D \u0630\u0627\u0643\u0631\u0629 \u0627\u0644\u062A\u062E\u0632\u064A\u0646 \u0627\u0644\u0645\u0624\u0642\u062A",options:"\u064A\u062B\u0628\u062A",about:"\u0639\u0646",service:"\u062E\u062F\u0645\u0629 \u0627\u0644\u062A\u0631\u062C\u0645\u0629",needAction:"(\u0627\u0630\u0647\u0628 \u0644\u0644\u0627\u0639\u062F\u0627\u062F\u0627\u062A)",goSettings:"\u0627\u0630\u0647\u0628 \u0644\u0644\u0627\u0639\u062F\u0627\u062F\u0627\u062A",needActionForOptions:"(\u062A\u062D\u062A\u0627\u062C \u0625\u0644\u0649 \u062A\u0639\u064A\u064A\u0646)",translationEngine:"\u062E\u064A\u0627\u0631\u0627\u062A \u0627\u0644\u0645\u062D\u0631\u0643",sourceLanguage:"\u0627\u0644\u0644\u063A\u0629 \u0627\u0644\u0623\u0635\u0644\u064A\u0629",target:"\u0627\u0644\u0644\u063A\u0629 \u0627\u0644\u0645\u0633\u062A\u0647\u062F\u0641\u0629",popupSourceLanguage:"\u0627\u0644\u0644\u063A\u0629 \u0627\u0644\u0623\u0635\u0644\u064A\u0629",popupTarget:"\u0627\u0644\u0644\u063A\u0629 \u0627\u0644\u0645\u0633\u062A\u0647\u062F\u0641\u0629",popupService:"\u062E\u062F\u0645\u0629 \u0627\u0644\u062A\u0631\u062C\u0645\u0629",forThisSite:"\u0627\u0644\u0645\u0648\u0642\u0639 \u0627\u0644\u062D\u0627\u0644\u064A",autoEnableSubtitle:"\u0642\u0645 \u0628\u062A\u0634\u063A\u064A\u0644 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u062B\u0646\u0627\u0626\u064A\u0629 \u0627\u0644\u0644\u063A\u0629 \u062A\u0644\u0642\u0627\u0626\u064A\u064B\u0627",alwaysTranslate:"\u062A\u0631\u062C\u0645 \u062F\u0627\u0626\u0645\u0627 ",neverTranslate:"\u0644\u0627 \u062A\u062A\u0631\u062C\u0645 \u0623\u0628\u062F\u064B\u0627 ",alwaysTranslateSomeLanguage:"\u062A\u0631\u062C\u0645 \u062F\u0627\u0626\u0645\u0627 {language}",neverTranslateSomeLanguage:"\u0644\u0627 \u062A\u062A\u0631\u062C\u0645 \u0623\u0628\u062F\u064B\u0627 {language}",alwaysTranslateSomeSite:"\u062A\u0631\u062C\u0645 \u062F\u0627\u0626\u0645\u0627 {hostname}",neverTranslateSomeSite:"\u0644\u0627 \u062A\u062A\u0631\u062C\u0645 \u0623\u0628\u062F\u064B\u0627 {hostname}",alwaysTranslateSomeSiteOrWildSite:"\u0642\u0645 \u0628\u062A\u0631\u062C\u0645\u0629 \u0647\u0630\u0627 \u0627\u0644\u0645\u0648\u0642\u0639 \u062F\u0627\u0626\u0645\u064B\u0627",alwaysTranslateSomePage:"\u0642\u0645 \u0628\u062A\u0631\u062C\u0645\u0629 \u0647\u0630\u0647 \u0627\u0644\u0635\u0641\u062D\u0629 \u062F\u0627\u0626\u0645\u064B\u0627",add:"\u0627\u0636\u0641 \u0625\u0644\u064A\u0647",default:"\u062A\u0642\u0635\u064A\u0631",forThisLanguage:"\u0644\u0647\u0630\u0647 \u0627\u0644\u0644\u063A\u0629\uFF1A","add url":"\u0625\u062F\u062E\u0627\u0644 \u0639\u0646\u0648\u0627\u0646 \u0627\u0644\u0645\u0648\u0642\u0639",edit:"\u064A\u062D\u0631\u0631","translate other languages into specific language":"\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0644\u063A\u0627\u062A \u0627\u0644\u0623\u062E\u0631\u0649 \u0625\u0644\u0649 \u0627\u0644\u0644\u063A\u0629 \u0627\u0644\u062A\u064A \u062A\u062D\u062F\u062F\u0647\u0627","select translation service":"\u0627\u062E\u062A\u0631 \u062E\u062F\u0645\u0629 \u0627\u0644\u062A\u0631\u062C\u0645\u0629",language:"\u0644\u063A\u0629","show-original":"\u0625\u0638\u0647\u0627\u0631 \u0627\u0644\u0646\u0635 \u0627\u0644\u0623\u0635\u0644\u064A",translate:"\u064A\u062A\u0631\u062C\u0645",Translated:"\u0645\u062A\u0631\u062C\u0645",Translating:"\u062C\u0627\u0631 \u0627\u0644\u062A\u0631\u062C\u0645\u0629",Error:"\u062E\u0637\u0623",allowCacheTranslations:"\u062A\u0645\u0643\u064A\u0646 \u0627\u0644\u062A\u062E\u0632\u064A\u0646 \u0627\u0644\u0645\u0624\u0642\u062A \u0644\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0645\u062D\u0644\u064A\u0629 (\u0644\u062A\u0642\u0644\u064A\u0644 \u0637\u0644\u0628\u0627\u062A \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0644\u0644\u0641\u0642\u0631\u0627\u062A \u0627\u0644\u0645\u0643\u0631\u0631\u0629)","translation display":"\u0623\u0633\u0644\u0648\u0628 \u0639\u0631\u0636 \u0627\u0644\u062A\u0631\u062C\u0645\u0629","select diplay style":"\u062A\u0645\u064A\u064A\u0632 \u0623\u0633\u0644\u0648\u0628 \u0627\u0644\u062A\u0631\u062C\u0645\u0629\u060C \u064A\u0631\u062C\u0649 \u0627\u0644\u0631\u062C\u0648\u0639 \u0625\u0644\u0649 \u0627\u0644\u0623\u0645\u062B\u0644\u0629 \u0627\u0644\u062A\u0627\u0644\u064A\u0629 \u0644\u0645\u0632\u064A\u062F \u0645\u0646 \u0627\u0644\u062A\u0641\u0627\u0635\u064A\u0644:",interface:"\u0625\u0639\u062F\u0627\u062F\u0627\u062A \u0627\u0644\u0648\u0627\u062C\u0647\u0629",import_export:"\u0627\u0633\u062A\u064A\u0631\u0627\u062F \u0648\u062A\u0635\u062F\u064A\u0631",import_export_title:"\u062A\u0643\u0648\u064A\u0646 \u0627\u0644\u0627\u0633\u062A\u064A\u0631\u0627\u062F/\u0627\u0644\u062A\u0635\u062F\u064A\u0631",syncToGoogleDrive:"\u0627\u0644\u0645\u0632\u0627\u0645\u0646\u0629 \u0645\u0639 Google Drive \u0627\u0644\u0622\u0646",floatBallOptions:"\u0625\u0639\u062F\u0627\u062F\u0627\u062A \u0627\u0644\u0643\u0631\u0629 \u0627\u0644\u0645\u0639\u0644\u0642\u0629","floatBallOptions.enable":"\u062A\u0645\u0643\u064A\u0646 \u0627\u0644\u0643\u0631\u0629 \u0627\u0644\u0639\u0627\u0626\u0645\u0629","floatBallOptions.blockUrls":"\u062A\u0639\u0637\u064A\u0644 \u0645\u0648\u0642\u0639 \u0627\u0644\u0648\u064A\u0628","floatBallOptions.add":"\u0627\u0636\u0641 \u0625\u0644\u064A\u0647","floatBallOptions.blockUrlDesc":"\u0644\u0646 \u064A\u062A\u0645 \u0639\u0631\u0636 \u0627\u0644\u0643\u0631\u0629 \u0627\u0644\u0639\u0627\u0626\u0645\u0629 \u0639\u0646\u062F \u0645\u0648\u0627\u062C\u0647\u0629 \u0627\u0644\u0645\u0648\u0627\u0642\u0639 \u0627\u0644\u062A\u0627\u0644\u064A\u0629","floatBallOptions.clickType":"\u0627\u0646\u0642\u0631 \u0641\u0648\u0642 \u0627\u0644\u0633\u0644\u0648\u0643","floatBallOptions.clickTypeDesc":"\u0633\u0644\u0648\u0643 \u0623\u064A\u0642\u0648\u0646\u0629 \u0627\u0644\u0643\u0631\u0629 \u0627\u0644\u0639\u0627\u0626\u0645\u0629 \u0639\u0646\u062F \u0627\u0644\u0646\u0642\u0631 \u0639\u0644\u064A\u0647\u0627","floatBallOptions.clickPopup":"\u0625\u0638\u0647\u0627\u0631 \u0644\u0648\u062D\u0629 \u0627\u0644\u062A\u0631\u062C\u0645\u0629","floatBallOptions.clickTranslate":"\u062A\u0631\u062C\u0645\u0629/\u0625\u0638\u0647\u0627\u0631 \u0627\u0644\u0646\u0635 \u0627\u0644\u0623\u0635\u0644\u064A","floatBallOptions.fixedPosition":"\u56FA\u5B9A\u4F4D\u7F6E","floatBallOptions.fixedPositionDesc":"\u60AC\u6D6E\u7403\u5728\u7A97\u53E3\u5DE6\u4FA7\u8FD8\u662F\u53F3\u4FA7","floatBallOptions.fixedPositionLeft":"\u5DE6\u4FA7","floatBallOptions.fixedPositionRight":"\u53F3\u4FA7",previewAllThemes:"\u0645\u0639\u0627\u064A\u0646\u0629 \u0643\u0627\u0641\u0629 \u0627\u0644\u0623\u0646\u0645\u0627\u0637","translationTheme.none":"\u0644\u0627 \u0623\u062D\u062F","translationTheme.grey":"\u0627\u0644\u0631\u0645\u0627\u062F\u064A \u0627\u0644\u062F\u0627\u0643\u0646","translationTheme.dashed":"\u062A\u0633\u0637\u064A\u0631 \u0645\u062A\u0642\u0637\u0639","translationTheme.dotted":"\u062A\u0633\u0637\u064A\u0631 \u0645\u0646\u0642\u0637","translationTheme.dashedBorder":"\u0627\u0644\u062D\u062F\u0648\u062F \u0627\u0644\u0645\u062A\u0642\u0637\u0639\u0629","translationTheme.solidBorder":"\u0627\u0644\u062D\u062F\u0648\u062F \u0627\u0644\u0635\u0644\u0628\u0629","translationTheme.underline":"\u062A\u0633\u0637\u064A\u0631 \u0645\u0633\u062A\u0642\u064A\u0645","translationTheme.mask":"\u062A\u0623\u062B\u064A\u0631 \u0637\u0645\u0633 (\u0648\u0636\u0639 \u0627\u0644\u062A\u0639\u0644\u0645)","translationTheme.opacity":"\u062A\u0623\u062B\u064A\u0631 \u0627\u0644\u0634\u0641\u0627\u0641\u064A\u0629","translationTheme.paper":"\u062A\u0623\u062B\u064A\u0631 \u0627\u0644\u0638\u0644 \u0648\u0631\u0642\u0629 \u0628\u064A\u0636\u0627\u0621","translationTheme.dividingLine":"\u062E\u0637 \u0627\u0644\u062A\u0642\u0633\u064A\u0645","translationTheme.highlight":"\u062A\u0633\u0644\u064A\u0637 \u0627\u0644\u0636\u0648\u0621","translationTheme.marker":"\u0639\u0644\u0627\u0645\u0629","translationTheme.marker2":"\u0639\u0644\u0627\u0645\u0629 2","translationTheme.blockquote":"\u0627\u0644\u0646\u0645\u0637 \u0627\u0644\u0645\u0631\u062C\u0639\u064A","translationTheme.weakening":"\u064A\u0636\u0639\u0641","translationTheme.italic":"\u0645\u0627\u0626\u0644","translationTheme.bold":"\u0639\u0631\u064A\u0636","translationTheme.thinDashed":"\u062A\u0633\u0637\u064A\u0631 \u0645\u062A\u0642\u0637\u0639 \u0631\u0641\u064A\u0639","translationTheme.nativeDashed":"\u064A\u0623\u062A\u064A \u0627\u0644\u0646\u0638\u0627\u0645 \u0645\u0639 \u062A\u0633\u0637\u064A\u0631 \u0645\u0646\u0642\u0637","translationTheme.nativeDotted":"\u064A\u0623\u062A\u064A \u0627\u0644\u0646\u0638\u0627\u0645 \u0645\u0639 \u062A\u0633\u0637\u064A\u0631 \u0645\u0646\u0642\u0637","translationTheme.nativeUnderline":"\u0627\u0644\u0646\u0638\u0627\u0645 \u064A\u0623\u062A\u064A \u0645\u0639 \u062A\u0633\u0637\u064A\u0631 \u0645\u0633\u062A\u0642\u064A\u0645","translationTheme.wavy":"\u062E\u0637\u0648\u0637 \u0645\u062A\u0645\u0648\u062C\u0629","translationServices.custom":"\u0648\u0627\u062C\u0647\u0629 \u0628\u0631\u0645\u062C\u0629 \u0627\u0644\u062A\u0637\u0628\u064A\u0642\u0627\u062A \u0627\u0644\u0645\u062E\u0635\u0635\u0629","translationServices.tencent":"\u0645\u062A\u0631\u062C\u0645 \u062A\u064A\u0646\u0633\u0646\u062A","translationServices.tenAlpha":"\u0645\u062A\u0631\u062C\u0645 \u062A\u064A\u0646\u0633\u0646\u062A (\u0623\u0644\u0641\u0627)","translationServices.google":"\u062C\u0648\u062C\u0644 \u0627\u0644\u0645\u062A\u0631\u062C\u0645","translationServices.bai":"\u0628\u0627\u064A\u062F\u0648 (\u0623\u0644\u0641\u0627)","translationServices.baidu":"\u0645\u062A\u0631\u062C\u0645 \u0628\u0627\u064A\u062F\u0648","translationServices.aliyun":"\u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0633\u062D\u0627\u0628\u064A\u0629 \u0639\u0644\u0649 \u0628\u0627\u0628\u0627","translationServices.volc":"\u062A\u0631\u062C\u0645\u0629 \u0628\u0631\u0643\u0627\u0646","translationServices.deeplx":"DeepLX (\u0628\u064A\u062A\u0627)","translationServices.bing":"\u0645\u062A\u0631\u062C\u0645 \u0645\u0627\u064A\u0643\u0631\u0648\u0633\u0648\u0641\u062A","translationServices.deepl":"\u062F\u064A\u0628 \u0625\u0644","translationServices.wechat":"\u062A\u0631\u062C\u0645\u0629 \u0648\u064A \u0634\u0627\u062A","translationServices.azure":"\u062A\u0631\u062C\u0645\u0629 \u0623\u0632\u0648\u0631","translationServices.ibm":"\u0622\u064A \u0628\u064A \u0625\u0645 \u0648\u0627\u062A\u0633\u0648\u0646","translationServices.aws":"\u062A\u0631\u062C\u0645\u0629 \u0623\u0645\u0627\u0632\u0648\u0646","translationServices.mock":"\u062A\u0631\u062C\u0645\u0629 \u0645\u062D\u0627\u0643\u0627\u0629","translationServices.mock2":"\u062A\u0631\u062C\u0645\u0629 \u0645\u062D\u0627\u0643\u0627\u0629 2","translationServices.caiyun":"\u0643\u0627\u064A\u0648\u0646 \u0634\u064A\u0627\u0648\u064A\u0649","translationServices.cai":"\u0643\u0627\u064A\u0648\u0646 \u0634\u064A\u0627\u0648\u064A\u0649 (\u0623\u0644\u0641\u0627)","translationServices.volcAlpha":"\u0628\u0631\u0643\u0627\u0646 (\u0623\u0644\u0641\u0627)","translationServices.openl":"\u0623\u0648\u0628\u0646 \u0625\u0644","translationServices.youdao":"\u062A\u0631\u062C\u0645\u0629 \u064A\u0648\u062F\u0627\u0648","translationServices.you":"\u062A\u0631\u062C\u0645\u0629 \u064A\u0648\u062F\u0627\u0648 (\u0623\u0644\u0641\u0627)","translationServices.transmart":"\u062A\u064A\u0646\u0633\u0646\u062A \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u062A\u0641\u0627\u0639\u0644\u064A\u0629","translationServices.niu":"\u062A\u0631\u062C\u0645\u0629 \u0645\u0627\u0641\u0631\u064A\u0643\u0633","translationServices.papago":"\u062A\u0631\u062C\u0645\u0629 \u0628\u0627\u0628\u0627\u062C\u0648","translationServices.d":"\u062F (\u0623\u0644\u0641\u0627)","translationServices.dpro":"\u062F\u064A \u0628\u0631\u0648 (\u0643\u0646\u0627\u0631\u064A)","translationServices.openai":"OpenAI","translationServices.yandex":"Yandex","translationServices.chatgpt":"ChatGPT Web (3.5 \u062C\u0648\u0627\u0644)","translate title":"\u062A\u0631\u062C\u0645\u0629 \u0639\u0646\u0648\u0627\u0646 \u0627\u0644\u0635\u0641\u062D\u0629","always languages":"\u0627\u0644\u0644\u063A\u0629 \u0627\u0644\u0645\u062A\u0631\u062C\u0645\u0629 \u062F\u0627\u0626\u0645\u0627",neverTranslateLanguagesLabel:"\u0627\u0644\u0644\u063A\u0627\u062A \u0627\u0644\u062A\u064A \u0644\u0627 \u062A\u062A\u0631\u062C\u0645 \u0623\u0628\u062F\u0627",neverTranslateTheFollowingLanguagesDescription:"\u0633\u064A\u062A\u0645 \u062A\u062E\u0637\u064A \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0639\u0646\u062F\u0645\u0627 \u062A\u0643\u0648\u0646 \u0641\u0642\u0631\u0629 \u0641\u064A \u0627\u0644\u0635\u0641\u062D\u0629 \u0628\u0627\u0644\u0644\u063A\u0627\u062A \u0627\u0644\u062A\u0627\u0644\u064A\u0629",enableUserscriptPagePopup:"\u0625\u0638\u0647\u0627\u0631 \u0627\u0644\u0643\u0631\u0629 \u0627\u0644\u0639\u0627\u0626\u0645\u0629 \u0639\u0644\u0649 \u0627\u0644\u0635\u0641\u062D\u0629",enableUserscriptPagePopupDescription:"\u0628\u0639\u062F \u0625\u063A\u0644\u0627\u0642 \u0627\u0644\u0643\u0631\u0629 \u0627\u0644\u0639\u0627\u0626\u0645\u0629\u060C \u064A\u0645\u0643\u0646\u0643 \u0627\u0633\u062A\u062E\u062F\u0627\u0645 \u0645\u0641\u062A\u0627\u062D \u0627\u0644\u0627\u062E\u062A\u0635\u0627\u0631 /{touch}\u0644\u0625\u064A\u0642\u0627\u0638\u0647\u0627. \u0644\u0645\u0646\u0639 \u0627\u0644\u0639\u062B\u0648\u0631 \u0639\u0644\u0649 \u0627\u0644\u0643\u0631\u0629 \u0627\u0644\u0639\u0627\u0626\u0645\u0629 \u0628\u0639\u062F \u0625\u064A\u0642\u0627\u0641 \u062A\u0634\u063A\u064A\u0644 \u0647\u0630\u0627 \u0627\u0644\u062E\u064A\u0627\u0631 \u0639\u0646 \u0637\u0631\u064A\u0642 \u0627\u0644\u062E\u0637\u0623\u060C \u064A\u0648\u0635\u0649 \u0628\u0634\u062F\u0629 \u0628\u0648\u0636\u0639 \u0625\u0634\u0627\u0631\u0629 \u0645\u0631\u062C\u0639\u064A\u0629 \u0639\u0644\u0649 \u0635\u0641\u062D\u0629 \u0627\u0644\u0625\u0639\u062F\u0627\u062F\u0627\u062A \u0647\u0630\u0647.","always translate the following languages":"\u0639\u0646\u062F\u0645\u0627 \u062A\u0643\u0648\u0646 \u0644\u063A\u0629 \u0627\u0644\u0635\u0641\u062D\u0629 \u0628\u0627\u0644\u0644\u063A\u0627\u062A \u0627\u0644\u062A\u0627\u0644\u064A\u0629\u060C \u0633\u062A\u062A\u0645 \u062A\u0631\u062C\u0645\u062A\u0647\u0627 \u062A\u0644\u0642\u0627\u0626\u064A\u064B\u0627 \u0625\u0644\u0649 \u0627\u0644\u0644\u063A\u0629 \u0627\u0644\u0645\u0633\u062A\u0647\u062F\u0641\u0629","always sites":"\u0639\u0646\u0627\u0648\u064A\u0646 URL \u0627\u0644\u0645\u062A\u0631\u062C\u0645\u0629 \u062F\u0627\u0626\u0645\u064B\u0627","always translate the following sites":"\u0639\u0646\u062F\u0645\u0627 \u064A\u0643\u0648\u0646 \u0645\u0648\u0642\u0639 \u0627\u0644\u0648\u064A\u0628 \u0628\u0627\u0633\u0645 \u0627\u0644\u0646\u0637\u0627\u0642 \u0627\u0644\u062A\u0627\u0644\u064A\u060C \u0633\u062A\u062A\u0645 \u062A\u0631\u062C\u0645\u062A\u0647 \u062A\u0644\u0642\u0627\u0626\u064A\u064B\u0627 \u0625\u0644\u0649 \u0627\u0644\u0644\u063A\u0629 \u0627\u0644\u0647\u062F\u0641","never sites":"\u0639\u0646\u0627\u0648\u064A\u0646 URL \u0627\u0644\u062A\u064A \u0644\u0646 \u062A\u062A\u0645 \u062A\u0631\u062C\u0645\u062A\u0647\u0627 \u0623\u0628\u062F\u064B\u0627","never translate the following sites":"\u0644\u0646 \u064A\u062A\u0645 \u062A\u0646\u0641\u064A\u0630 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0639\u0646\u062F\u0645\u0627 \u064A\u0643\u0648\u0646 \u0645\u0648\u0642\u0639 \u0627\u0644\u0648\u064A\u0628 \u064A\u062D\u0645\u0644 \u0627\u0633\u0645 \u0627\u0644\u0646\u0637\u0627\u0642 \u0627\u0644\u062A\u0627\u0644\u064A","please refer to":"\u064A\u062C\u0628 \u0639\u0644\u064A\u0643 \u062A\u0639\u0628\u0626\u0629 \u0627\u0644\u0645\u0641\u062A\u0627\u062D \u0642\u0628\u0644 \u0627\u0633\u062A\u062E\u062F\u0627\u0645\u0647\u060C \u0644\u0645\u0632\u064A\u062F \u0645\u0646 \u0627\u0644\u062A\u0641\u0627\u0635\u064A\u0644 \u064A\u0631\u062C\u0649 \u0627\u0644\u0631\u062C\u0648\u0639 \u0625\u0644\u0649",KeyAndConfigurationTutorial:'"\u0627\u0644\u0628\u0631\u0646\u0627\u0645\u062C \u0627\u0644\u062A\u0639\u0644\u064A\u0645\u064A \u0644\u0644\u062A\u0637\u0628\u064A\u0642 \u0648\u0627\u0644\u062A\u0643\u0648\u064A\u0646 \u0627\u0644\u0631\u0626\u064A\u0633\u064A"',useAboveStyleForTheseSites:"\u0639\u0646\u062F\u0645\u0627 \u064A\u0643\u0648\u0646 \u0645\u0648\u0642\u0639 \u0627\u0644\u0648\u064A\u0628 \u0647\u0648 \u0627\u0633\u0645 \u0627\u0644\u0646\u0637\u0627\u0642 \u0627\u0644\u062A\u0627\u0644\u064A\u060C \u0627\u0633\u062A\u062E\u062F\u0645 \u062F\u0627\u0626\u0645\u064B\u0627 \u0646\u0645\u0637 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u2308{theme}\u230B",currentUrl:"\u0639\u0646\u0648\u0627\u0646 URL \u0627\u0644\u062D\u0627\u0644\u064A",confirm:"\u064A\u062D\u0641\u0638",cancel:"\u064A\u0644\u063A\u064A",delete:"\u064A\u0645\u0633\u062D","languages.auto":"\u0627\u0644\u0643\u0634\u0641 \u0627\u0644\u062A\u0644\u0642\u0627\u0626\u064A",syncToCloud:"\u0627\u0644\u0645\u0632\u0627\u0645\u0646\u0629 \u0645\u0639 \u062C\u0648\u062C\u0644 \u062F\u0631\u0627\u064A\u0641",syncToCloudDescription:"\u0642\u0645 \u0628\u0627\u0644\u062A\u062D\u0645\u064A\u0644 \u0625\u0644\u0649 \u0627\u0644\u0633\u062D\u0627\u0628\u0629\u060C \u0648\u064A\u0645\u0643\u0646 \u0645\u0632\u0627\u0645\u0646\u0629 \u0627\u0644\u062A\u0643\u0648\u064A\u0646 \u0628\u064A\u0646 \u0627\u0644\u0645\u062A\u0635\u0641\u062D\u0627\u062A \u0627\u0644\u0645\u062E\u062A\u0644\u0641\u0629/\u0627\u0644\u0646\u0635\u0648\u0635 \u0627\u0644\u0628\u0631\u0645\u062C\u064A\u0629 \u0644\u0642\u0631\u062F \u0627\u0644\u0632\u064A\u062A\u060C \u0645\u0639 \u0645\u0631\u0627\u0639\u0627\u0629 \u0648\u0642\u062A \u0627\u0644\u062A\u0639\u062F\u064A\u0644 \u0627\u0644\u0623\u062E\u064A\u0631.",syncToAccount:"\u0627\u0644\u0645\u0632\u0627\u0645\u0646\u0629 \u0645\u0639 \u0633\u062D\u0627\u0628\u0629 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0634\u0627\u0645\u0644\u0629",syncToAccountButton:"\u0645\u0632\u0627\u0645\u0646\u0629 \u0645\u0639 \u0627\u0644\u0633\u062D\u0627\u0628\u0629 \u0639\u0644\u0649 \u0627\u0644\u0641\u0648\u0631",syncToAccountDescription:"\u0645\u0632\u0627\u0645\u0646\u0629 \u0627\u0644\u062A\u0643\u0648\u064A\u0646\u0627\u062A \u062A\u0644\u0642\u0627\u0626\u064A\u064B\u0627 \u0628\u064A\u0646 \u0627\u0644\u0623\u062C\u0647\u0632\u0629 \u0627\u0644\u0645\u062E\u062A\u0644\u0641\u0629\u060C \u0628\u0646\u0627\u0621\u064B \u0639\u0644\u0649 \u0648\u0642\u062A \u0627\u0644\u062A\u0639\u062F\u064A\u0644 \u0627\u0644\u0623\u062E\u064A\u0631.",successSyncConfigInAccount:"\u0627\u0644\u0628\u0642\u0627\u0621 \u0645\u062A\u0632\u0627\u0645\u0646\u064B\u0627 \u0645\u0639 \u0627\u0644\u0633\u062D\u0627\u0628\u0629 \u0628\u0646\u062C\u0627\u062D",successSyncConfigToAccount:"\u062A\u0645\u062A \u0627\u0644\u0645\u0632\u0627\u0645\u0646\u0629 \u0628\u0646\u062C\u0627\u062D \u0645\u0639 \u0627\u0644\u0633\u062D\u0627\u0628\u0629",syncConfigNoUpdate:"\u0628\u0627\u0644\u0641\u0639\u0644 \u0627\u0644\u0623\u062D\u062F\u062B",authFail:"\u0641\u0634\u0644 \u0627\u0644\u062A\u0641\u0648\u064A\u0636",syncTitle:"\u0625\u062F\u0627\u0631\u0629 \u0627\u0644\u0646\u0633\u062E \u0627\u0644\u0627\u062D\u062A\u064A\u0627\u0637\u064A \u0627\u0644\u064A\u062F\u0648\u064A",import_hint:"\u064A\u0633\u062A\u0648\u0631\u062F",upload:"\u0631\u0641\u0639",revokeAuth:"\u0625\u0644\u063A\u0627\u0621 \u0627\u0644\u062A\u0631\u062E\u064A\u0635",uploadFail:"\u0627\u0644\u062A\u062D\u0645\u064A\u0644 \u0641\u0634\u0644",download:"\u062A\u062D\u0645\u064A\u0644",importSuccess:"\u062A\u0645 \u0627\u0644\u0627\u0633\u062A\u064A\u0631\u0627\u062F \u0628\u0646\u062C\u0627\u062D",importFail:"\u0641\u0634\u0644 \u0627\u0644\u0627\u0633\u062A\u064A\u0631\u0627\u062F",deleteFail:"\u0641\u0634\u0644 \u0641\u064A \u0627\u0644\u062D\u0630\u0641",backupToCloud:"\u0625\u062F\u0627\u0631\u0629 \u0645\u0644\u0641\u0627\u062A \u0627\u0644\u0646\u0633\u062E \u0627\u0644\u0627\u062D\u062A\u064A\u0627\u0637\u064A \u064A\u062F\u0648\u064A\u0627",create_new_backup:"\u0625\u0636\u0627\u0641\u0629 \u0639\u0642\u062F\u0629 \u0627\u062D\u062A\u064A\u0627\u0637\u064A\u0629",maxBackupFiles:"\u064A\u0645\u0643\u0646 \u0639\u0645\u0644 \u0646\u0633\u062E\u0629 \u0627\u062D\u062A\u064A\u0627\u0637\u064A\u0629 \u0644\u0645\u0627 \u064A\u0635\u0644 \u0625\u0644\u0649{count}\u0639\u0642\u062F \u0645\u062E\u062A\u0644\u0641\u0629\u060C \u064A\u0631\u062C\u0649 \u062D\u0630\u0641 \u0627\u0644\u0639\u0642\u062F \u063A\u064A\u0631 \u0627\u0644\u0636\u0631\u0648\u0631\u064A\u0629",backupToCloudDescription:"\u062A\u062D\u0645\u064A\u0644 \u0645\u0644\u0641\u0627\u062A \u0627\u0644\u0646\u0633\u062E \u0627\u0644\u0627\u062D\u062A\u064A\u0627\u0637\u064A \u0623\u0648 \u0627\u0633\u062A\u0639\u0627\u062F\u062A\u0647\u0627 \u064A\u062F\u0648\u064A\u064B\u0627\u060C \u0645\u0645\u0627 \u064A\u0633\u0645\u062D \u0628\u0645\u0627 \u064A\u0635\u0644 \u0625\u0644\u0649 3 \u0646\u0633\u062E \u0627\u062D\u062A\u064A\u0627\u0637\u064A\u0629 \u0645\u062E\u062A\u0644\u0641\u0629",successSyncConfig:"\u0627\u0644\u0628\u0642\u0627\u0621 \u0645\u062A\u0632\u0627\u0645\u0646\u064B\u0627 \u0645\u0639 \u0627\u0644\u0633\u062D\u0627\u0628\u0629 \u0628\u0646\u062C\u0627\u062D",syncFail:"\u0641\u0634\u0644\u062A \u0627\u0644\u0645\u0632\u0627\u0645\u0646\u0629",updatedAt:"\u062A\u0645 \u0627\u0644\u062A\u062D\u062F\u064A\u062B \u0639\u0646\u062F {date}",lastSyncedAt:"\u0622\u062E\u0631 \u0641\u062D\u0635 \u0643\u0627\u0646 \u0639\u0646\u062F {date}",downloadFail:"\u0627\u0644\u062A\u062D\u0645\u064A\u0644 \u0641\u0634\u0644",clickToDownload:"\u0627\u0636\u063A\u0637 \u0644\u0644\u062A\u062D\u0645\u064A\u0644",aboutLabel:"\u062D\u0648\u0644 - \u0631\u062F\u0648\u062F \u0627\u0644\u0641\u0639\u0644","browser.openAboutPage":"\u062D\u0648\u0644/\u0631\u062F\u0648\u062F \u0627\u0644\u0641\u0639\u0644",aboutLabelWithoutSponsor:"\u062D\u0648\u0644 - \u0631\u062F\u0648\u062F \u0627\u0644\u0641\u0639\u0644",aboutIntro:"\u0623\u062A\u0645\u0646\u0649 \u0623\u0646 \u0646\u062A\u0645\u0643\u0646 \u062C\u0645\u064A\u0639\u064B\u0627 \u0645\u0646 \u0627\u0644\u0648\u0635\u0648\u0644 \u0625\u0644\u0649 \u0627\u0644\u0645\u0639\u0644\u0648\u0645\u0627\u062A \u0627\u0644\u0636\u062E\u0645\u0629 \u0627\u0644\u0645\u062A\u0639\u0644\u0642\u0629 \u0628\u0627\u0644\u0644\u063A\u0627\u062A \u0627\u0644\u0623\u062C\u0646\u0628\u064A\u0629 \u0639\u0644\u0649 \u0627\u0644\u0625\u0646\u062A\u0631\u0646\u062A \u0628\u0633\u0647\u0648\u0644\u0629 \u0648\u0633\u0639\u0627\u062F\u0629 \u0623\u0643\u0628\u0631. \u064A\u0645\u0643\u0646\u0643 \u0627\u062E\u062A\u064A\u0627\u0631 \u0641\u062A\u062D \u0639\u0636\u0648\u064A\u0629 <6> Pro \u0644\u0627\u0633\u062A\u062E\u062F\u0627\u0645 \u062A\u0631\u062C\u0645\u0627\u062A DeepL \u0648OpenAI \u062E\u0627\u0631\u062C \u0627\u0644\u0635\u0646\u062F\u0648\u0642.

\u064A\u0645\u0643\u0646\u0643\u0645 \u0645\u062A\u0627\u0628\u0639\u062A\u0646\u0627 \u0639\u0644\u0649 <3>\u062A\u0648\u064A\u062A\u0631 ,<4>\u0642\u0646\u0627\u0629 \u0627\u0644\u062A\u0644\u064A\u062C\u0631\u0627\u0645 \u0623\u0648 \u062D\u0633\u0627\u0628 WeChat \u0627\u0644\u0639\u0627\u0645 \u0623\u0648 \u0645\u062C\u0645\u0648\u0639\u0629 \u0627\u062A\u0635\u0627\u0644\u0627\u062A WeChat \u0623\u0648 <5> \u0627\u0634\u062A\u0631\u0627\u0643 \u0627\u0644\u0628\u0631\u064A\u062F \u0627\u0644\u0625\u0644\u0643\u062A\u0631\u0648\u0646\u064A \u0623\u062F\u0646\u0627\u0647 \u062A\u062A\u0628\u0639 \u0627\u0644\u062A\u062D\u062F\u064A\u062B\u0627\u062A.
<7>\u0639\u0636\u0648 \u0645\u062D\u062A\u0631\u0641 \u064A\u0645\u0643\u0646\u0643 \u0627\u0644\u0627\u062A\u0635\u0627\u0644 \u0628\u0627\u0644\u0628\u0631\u064A\u062F \u0627\u0644\u0625\u0644\u0643\u062A\u0631\u0648\u0646\u064A \u0627\u0644\u0633\u0631\u064A\u0639 \u0644\u062E\u062F\u0645\u0629 \u0627\u0644\u0639\u0645\u0644\u0627\u0621 <8> support@immersivetranslate.com \u0627\u0628\u0642 \u0639\u0644\u0649 \u062A\u0648\u0627\u0635\u0644 \u0645\u0639\u0646\u0627.",aboutIntroWithoutSponsor:"\u0623\u062A\u0645\u0646\u0649 \u0623\u0646 \u0646\u062A\u0645\u0643\u0646 \u062C\u0645\u064A\u0639\u064B\u0627 \u0645\u0646 \u0627\u0644\u0648\u0635\u0648\u0644 \u0628\u0634\u0643\u0644 \u0623\u0633\u0647\u0644 \u0648\u0623\u0643\u062B\u0631 \u0645\u062A\u0639\u0629 \u0625\u0644\u0649 \u0627\u0644\u0643\u0645 \u0627\u0644\u0647\u0627\u0626\u0644 \u0645\u0646 \u0627\u0644\u0645\u0639\u0644\u0648\u0645\u0627\u062A \u0628\u0627\u0644\u0644\u063A\u0629 \u0627\u0644\u0623\u062C\u0646\u0628\u064A\u0629 \u0639\u0644\u0649 \u0627\u0644\u0625\u0646\u062A\u0631\u0646\u062A \u2764\uFE0F

\u064A\u0645\u0643\u0646\u0643 \u0645\u062A\u0627\u0628\u0639\u062A\u0646\u0627 \u0639\u0644\u0649 Twitter <3> ,<4>\u0642\u0646\u0627\u0629 \u0627\u0644\u062A\u0644\u064A\u062C\u0631\u0627\u0645 \u0623\u0648 \u062D\u0633\u0627\u0628 WeChat \u0627\u0644\u0639\u0627\u0645 \u0623\u0648 \u0645\u062C\u0645\u0648\u0639\u0629 \u0627\u062A\u0635\u0627\u0644\u0627\u062A WeChat \u0623\u0648 <5> \u0627\u0634\u062A\u0631\u0627\u0643 \u0627\u0644\u0628\u0631\u064A\u062F \u0627\u0644\u0625\u0644\u0643\u062A\u0631\u0648\u0646\u064A \u0623\u062F\u0646\u0627\u0647 \u062A\u062A\u0628\u0639 \u0627\u0644\u062A\u062D\u062F\u064A\u062B\u0627\u062A.",projectHomepage:"\u0627\u0644\u0635\u0641\u062D\u0629 \u0627\u0644\u0631\u0626\u064A\u0633\u064A\u0629 \u0644\u0644\u0645\u0634\u0631\u0648\u0639",joinTelegramGroup:"\u0627\u0646\u0636\u0645 \u0625\u0644\u0649 \u0645\u062C\u0645\u0648\u0639\u0629 \u0627\u062A\u0635\u0627\u0644\u0627\u062A \u0627\u0644\u0645\u0633\u062A\u062E\u062F\u0645\u064A\u0646 \u0644\u0644\u0645\u0634\u0627\u0631\u0643\u0629 \u0641\u064A \u0627\u0644\u0645\u0646\u0627\u0642\u0634\u0627\u062A \u0627\u0644\u0648\u0638\u064A\u0641\u064A\u0629",wechatPublicAccount:"\u062D\u0633\u0627\u0628 \u0648\u064A \u0634\u0627\u062A \u0627\u0644\u0639\u0627\u0645",wechatCommunities:"\u0645\u062C\u0645\u0648\u0639\u0629 \u0627\u0644\u0627\u062A\u0635\u0627\u0644\u0627\u062A WeChat",qqCommunities:"\u0642\u0646\u0627\u0629 \u0627\u062A\u0635\u0627\u0644 QQ",joinTelegramChannel:"\u062A\u0627\u0628\u0639\u0648\u0627 \u0642\u0646\u0627\u0629 \u0627\u0644\u062A\u0644\u064A\u062C\u0631\u0627\u0645 \u0644\u0645\u0639\u0631\u0641\u0629 \u0622\u062E\u0631 \u0627\u0644\u062A\u062D\u062F\u064A\u062B\u0627\u062A",feedbackAndJoin:"\u0631\u062F\u0648\u062F \u0627\u0644\u0641\u0639\u0644 \u0627\u0644\u0645\u0634\u0643\u0644\u0629 / \u0627\u0644\u0627\u0646\u0636\u0645\u0627\u0645 \u0625\u0644\u0649 \u0627\u0644\u0645\u062C\u0645\u0648\u0639\u0629",autoSync:"\u0627\u0644\u0645\u0632\u0627\u0645\u0646\u0629 \u0627\u0644\u0645\u062C\u062F\u0648\u0644\u0629 \u0627\u0644\u062A\u0644\u0642\u0627\u0626\u064A\u0629",loadingThemeTitle:"\u0623\u0633\u0644\u0648\u0628 \u0627\u0644\u062A\u062D\u0645\u064A\u0644",loadingThemeDescription:"\u0627\u0636\u0628\u0637 \u0627\u0644\u0646\u0645\u0637 \u0623\u062B\u0646\u0627\u0621 \u0627\u0646\u062A\u0638\u0627\u0631 \u062A\u062D\u0645\u064A\u0644 \u0627\u0644\u062A\u0631\u062C\u0645\u0629","loadingTheme.spinner":"\u0627\u0644\u0631\u0633\u0648\u0645 \u0627\u0644\u0645\u062A\u062D\u0631\u0643\u0629 \u0627\u0644\u062F\u0627\u0626\u0631\u0629","loadingTheme.text":"\u0646\u0635 \u062B\u0627\u0628\u062A... ","loadingTheme.none":"\u0644\u0627 \u062A\u0638\u0647\u0631",developerDescription:"\u064A\u0645\u0643\u0646\u0643 \u0627\u0644\u0646\u0642\u0631 \u0641\u0648\u0642 <1> \u0647\u0646\u0627 \u0639\u0631\u0636 \u0627\u0644\u0648\u062B\u0627\u0626\u0642 \u0627\u0644\u0645\u062A\u0639\u0644\u0642\u0629 \u0628\u0627\u0644\u062A\u062E\u0635\u064A\u0635 \u0627\u0644\u0645\u062A\u0642\u062F\u0645","edit border color":"\u062A\u0639\u062F\u064A\u0644 \u0644\u0648\u0646 \u0627\u0644\u062D\u062F\u0648\u062F",successSyncButNoChange:"\u0627\u0644\u062A\u0643\u0648\u064A\u0646 \u0627\u0644\u062D\u0627\u0644\u064A \u0645\u062A\u0648\u0627\u0641\u0642 \u0645\u0639 \u0627\u0644\u0633\u062D\u0627\u0628\u0629",customTheme:"\u0627\u0644\u0623\u0644\u0648\u0627\u0646 \u0648\u0627\u0644\u0623\u062D\u062C\u0627\u0645 \u0627\u0644\u0645\u062E\u0635\u0635\u0629","customThemeLabel.borderColor":"\u0644\u0648\u0646 \u0627\u0644\u062D\u062F\u0648\u062F","customThemeLabel.borderRadius":"\u062D\u062F\u0648\u062F \u0645\u0633\u062A\u062F\u064A\u0631\u0629 \u0627\u0644\u0632\u0648\u0627\u064A\u0627","customThemeLabel.textColor":"\u0644\u0648\u0646 \u0627\u0644\u062E\u0637","customThemeLabel.backgroundColor":"\u0644\u0648\u0646 \u0627\u0644\u062E\u0644\u0641\u064A\u0629","customThemeLabel.zoom":"\u062A\u062D\u062C\u064A\u0645 \u0627\u0644\u062E\u0637 (%)","customThemeLabel.opacity":"\u0639\u062A\u0627\u0645\u0629 \u0627\u0644\u0646\u0635 (%)",resetToDefaultColor:"\u0627\u0644\u0639\u0648\u062F\u0629 \u0625\u0644\u0649 \u0627\u0644\u0644\u0648\u0646 \u0627\u0644\u0627\u0641\u062A\u0631\u0627\u0636\u064A",resetToDefaultSettings:"\u0627\u0644\u0639\u0648\u062F\u0629 \u0625\u0644\u0649 \u0627\u0644\u0625\u0639\u062F\u0627\u062F\u0627\u062A \u0627\u0644\u0627\u0641\u062A\u0631\u0627\u0636\u064A\u0629",isTranslateTitle:"\u0642\u0645 \u0628\u062A\u0634\u063A\u064A\u0644 \u0639\u0646\u0627\u0648\u064A\u0646 \u0635\u0641\u062D\u0627\u062A \u0627\u0644\u0648\u064A\u0628 \u0627\u0644\u0645\u062A\u0631\u062C\u0645\u0629",isTranslateTitleDescription:"\u0639\u0646\u062F \u062A\u0634\u063A\u064A\u0644\u0647\u060C \u0633\u064A\u062A\u0645 \u062A\u0631\u062C\u0645\u0629 \u0639\u0646\u0648\u0627\u0646 \u0635\u0641\u062D\u0629 \u0627\u0644\u0648\u064A\u0628",enableSearchEnhancement:"\u062A\u0645\u0643\u064A\u0646 \u062A\u0639\u0632\u064A\u0632 \u0627\u0644\u0645\u0639\u0644\u0648\u0645\u0627\u062A \u062B\u0646\u0627\u0626\u064A\u0629 \u0627\u0644\u0644\u063A\u0629",enableSearchEnhancementDescription:'\u0628\u0639\u062F \u062A\u0634\u063A\u064A\u0644\u0647\u0627\u060C \u0633\u064A\u062A\u0645 \u0639\u0631\u0636 \u0646\u062A\u0627\u0626\u062C \u0628\u062D\u062B "\u0623\u062E\u0628\u0627\u0631 Google" \u0627\u0644\u0645\u0642\u0627\u0628\u0644\u0629 \u0644\u0644\u0643\u0644\u0645\u0627\u062A \u0627\u0644\u0631\u0626\u064A\u0633\u064A\u0629 \u0628\u0627\u0644\u0644\u063A\u0629 \u0627\u0644\u0625\u0646\u062C\u0644\u064A\u0632\u064A\u0629 \u062A\u0644\u0642\u0627\u0626\u064A\u064B\u0627 \u0641\u064A \u0627\u0644\u0639\u0645\u0648\u062F \u0627\u0644\u0623\u064A\u0645\u0646 \u0644\u0645\u0648\u0627\u0642\u0639 \u0627\u0644\u0648\u064A\u0628 \u0627\u0644\u0645\u062F\u0639\u0648\u0645\u0629 (\u0623\u062E\u0628\u0627\u0631 Google\u060C \u0628\u062D\u062B Google (\u0628\u0639\u0636 \u0627\u0644\u0643\u0644\u0645\u0627\u062A \u0627\u0644\u0631\u0626\u064A\u0633\u064A\u0629)\u060C Snowball\u060C Oriental Fortune\u060C Futu\u060C Tiger Community).',verifyService:"\u0627\u0646\u0642\u0631 \u0647\u0646\u0627 \u0644\u0627\u062E\u062A\u0628\u0627\u0631 \u0627\u0644\u062E\u062F\u0645\u0629",verified:"\u062A\u0645 \u0627\u0644\u062A\u062D\u0642\u0642 \u0628\u0646\u062C\u0627\u062D","field.langs":"\u0631\u0645\u0648\u0632 \u0627\u0644\u0644\u063A\u0629 \u0627\u0644\u0645\u062F\u0639\u0648\u0645\u0629","field.model":"\u0646\u0645\u0648\u0630\u062C","field.translationEngine":"\u0645\u062D\u0631\u0643 \u0627\u0644\u062A\u0631\u062C\u0645\u0629","field.limitPerMinute":"\u0627\u0644\u062D\u062F \u0627\u0644\u0623\u0642\u0635\u0649 \u0644\u0639\u062F\u062F \u0627\u0644\u0637\u0644\u0628\u0627\u062A \u0641\u064A \u0627\u0644\u062F\u0642\u064A\u0642\u0629","field.limitPerSecond":"\u0627\u0644\u062D\u062F \u0627\u0644\u0623\u0642\u0635\u0649 \u0644\u0639\u062F\u062F \u0627\u0644\u0637\u0644\u0628\u0627\u062A \u0641\u064A \u0627\u0644\u062B\u0627\u0646\u064A\u0629","field.maxTextLengthPerRequest":"\u0627\u0644\u062D\u062F \u0627\u0644\u0623\u0642\u0635\u0649 \u0644\u0637\u0648\u0644 \u0627\u0644\u0646\u0635 \u0644\u0643\u0644 \u0637\u0644\u0628","field.maxTextGroupLengthPerRequest":"\u0627\u0644\u062D\u062F \u0627\u0644\u0623\u0642\u0635\u0649 \u0644\u0639\u062F\u062F \u0627\u0644\u0641\u0642\u0631\u0627\u062A \u0644\u0643\u0644 \u0637\u0644\u0628","field.apiUrl":"\u0639\u0646\u0648\u0627\u0646 \u0648\u0627\u062C\u0647\u0629 API \u0627\u0644\u0645\u062E\u0635\u0635\u0629","field.placeholderDelimiters":"\u0627\u0644\u0639\u0646\u0627\u0635\u0631 \u0627\u0644\u0646\u0627\u0626\u0628\u0629 \u0627\u0644\u0645\u062D\u062C\u0648\u0632\u0629","description.custom":"\u0627\u0644\u0648\u0635\u0648\u0644 \u0625\u0644\u0649 \u0627\u0644\u0648\u0627\u062C\u0647\u0629 \u0627\u0644\u0645\u062E\u0635\u0635\u0629 \u064A\u062A\u0637\u0644\u0628 \u0648\u062B\u0627\u0626\u0642 \u0645\u0631\u062C\u0639\u064A\u0629","description.limitPerMinute":"\u0648\u0639\u0646\u062F\u0645\u0627 \u064A\u062A\u062C\u0627\u0648\u0632 \u0639\u062F\u062F \u0627\u0644\u0637\u0644\u0628\u0627\u062A \u0647\u0630\u0627 \u0627\u0644\u062D\u062F\u060C \u0641\u0625\u0646\u0647 \u0633\u064A\u062F\u062E\u0644 \u0641\u064A \u062D\u0627\u0644\u0629 \u0627\u0644\u0627\u0646\u062A\u0638\u0627\u0631 \u062D\u062A\u0649 \u0628\u062F\u0627\u064A\u0629 \u0627\u0644\u062F\u0642\u064A\u0642\u0629 \u0627\u0644\u062A\u0627\u0644\u064A\u0629. \u0646\u0638\u0631\u064B\u0627 \u0644\u0644\u0642\u064A\u0648\u062F \u0627\u0644\u0645\u062E\u062A\u0644\u0641\u0629 \u0644\u062E\u062F\u0645\u0629 OpenAI \u0627\u0644\u062D\u0627\u0644\u064A\u0629\u060C \u064A\u0631\u062C\u0649 \u0627\u0644\u0646\u0642\u0631 \u0641\u0648\u0642 <1> \u0647\u0646\u0627 \u0639\u0631\u0636 \u0623\u062D\u062F\u062B \u0627\u0644\u0642\u064A\u0645 \u0627\u0644\u0645\u0648\u0635\u0649 \u0628\u0647\u0627","description.limitPerSecond":"\u0648\u0639\u0646\u062F\u0645\u0627 \u064A\u062A\u062C\u0627\u0648\u0632 \u0639\u062F\u062F \u0627\u0644\u0637\u0644\u0628\u0627\u062A \u0647\u0630\u0627 \u0627\u0644\u062D\u062F\u060C \u0641\u0625\u0646\u0647 \u0633\u064A\u062F\u062E\u0644 \u0641\u064A \u062D\u0627\u0644\u0629 \u0627\u0644\u0627\u0646\u062A\u0638\u0627\u0631 \u062D\u062A\u0649 \u0628\u062F\u0627\u064A\u0629 \u0627\u0644\u062B\u0627\u0646\u064A\u0629 \u0627\u0644\u062A\u0627\u0644\u064A\u0629. \u0646\u0638\u0631\u064B\u0627 \u0644\u0644\u0642\u064A\u0648\u062F \u0627\u0644\u0645\u062E\u062A\u0644\u0641\u0629 \u0644\u062E\u062F\u0645\u0629 OpenAI \u0627\u0644\u062D\u0627\u0644\u064A\u0629\u060C \u064A\u0631\u062C\u0649 \u0627\u0644\u0646\u0642\u0631 \u0641\u0648\u0642 <1> \u0647\u0646\u0627 \u0639\u0631\u0636 \u0623\u062D\u062F\u062B \u0627\u0644\u0642\u064A\u0645 \u0627\u0644\u0645\u0648\u0635\u0649 \u0628\u0647\u0627","description.generalLimitPerSecond":"\u0648\u0639\u0646\u062F\u0645\u0627 \u064A\u062A\u062C\u0627\u0648\u0632 \u0639\u062F\u062F \u0627\u0644\u0637\u0644\u0628\u0627\u062A \u0647\u0630\u0627 \u0627\u0644\u062D\u062F\u060C \u0641\u0625\u0646\u0647 \u0633\u064A\u062F\u062E\u0644 \u0641\u064A \u062D\u0627\u0644\u0629 \u0627\u0644\u0627\u0646\u062A\u0638\u0627\u0631 \u062D\u062A\u0649 \u0628\u062F\u0627\u064A\u0629 \u0627\u0644\u062B\u0627\u0646\u064A\u0629 \u0627\u0644\u062A\u0627\u0644\u064A\u0629.","description.prompt":"\u062A\u0631\u0633\u0644 \u0627\u0644\u0645\u062D\u0627\u062F\u062B\u0629 \u0625\u0644\u0649 {service} \u0628\u0635\u0641\u0629 \u0627\u0644\u0645\u0633\u062A\u062E\u062F\u0645\u060C \u062D\u064A\u062B \u064A\u0645\u062B\u0644 {{text}} \u0646\u0635 \u0627\u0644\u0641\u0642\u0631\u0629\u060C \u0648\u064A\u0645\u062B\u0644 {{from}} \u0644\u063A\u0629 \u0627\u0644\u0641\u0642\u0631\u0629\u060C \u0648\u064A\u0645\u062B\u0644 {{to}} \u0627\u0644\u0644\u063A\u0629 \u0627\u0644\u0645\u0633\u062A\u0647\u062F\u0641\u0629.","description.maxTextLengthPerRequest":"\u0627\u0644\u062D\u062F \u0627\u0644\u0623\u0642\u0635\u0649 \u0644\u0639\u062F\u062F \u0627\u0644\u0623\u062D\u0631\u0641 \u0644\u0643\u0644 \u0637\u0644\u0628. \u0625\u0630\u0627 \u0643\u0627\u0646 \u0643\u0628\u064A\u0631\u064B\u0627 \u062C\u062F\u064B\u0627\u060C \u0641\u0633\u062A\u062A\u0628\u0627\u0637\u0623 \u0627\u0633\u062A\u062C\u0627\u0628\u0629 \u0627\u0644\u0648\u0627\u062C\u0647\u0629\u060C \u0644\u0630\u0627 \u064A\u0645\u0643\u0646\u0643 \u0645\u062D\u0627\u0648\u0644\u0629 \u0636\u0628\u0637 \u0647\u0630\u0627 \u0627\u0644\u062E\u064A\u0627\u0631 \u0644\u062A\u062D\u0633\u064A\u0646 \u0627\u0644\u0633\u0631\u0639\u0629.","description.systemPrompt":"\u062A\u0645 \u0625\u0631\u0633\u0627\u0644 \u0627\u0644\u062D\u0648\u0627\u0631 \u0625\u0644\u0649 {service} \u0628\u0627\u0633\u0645 \u0627\u0644\u0646\u0638\u0627\u0645\u060C \u062D\u064A\u062B \u064A\u0645\u062B\u0644 {{text}} \u0646\u0635 \u0627\u0644\u0641\u0642\u0631\u0629\u060C \u0648\u064A\u0645\u062B\u0644 {{from}} \u0644\u063A\u0629 \u0627\u0644\u0641\u0642\u0631\u0629\u060C \u0648\u064A\u0645\u062B\u0644 {{to}} \u0627\u0644\u0644\u063A\u0629 \u0627\u0644\u0645\u0633\u062A\u0647\u062F\u0641\u0629.","field.domain":"\u0645\u062C\u0627\u0644","description.domain":"\u0627\u0644\u0627\u0641\u062A\u0631\u0627\u0636\u064A \u0647\u0648\uFF1A\u0639\u0627\u0645. \u0644\u0627 \u064A\u0645\u0643\u0646 \u0636\u0628\u0637\u0647 \u0625\u0644\u0627 \u0639\u0646\u062F \u062A\u0645\u0643\u064A\u0646 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0645\u0633\u062A\u0646\u062F\u0629 \u0625\u0644\u0649 \u0627\u0644\u0645\u062C\u0627\u0644 \u0641\u064A \u0648\u062D\u062F\u0629 \u062A\u062D\u0643\u0645 Youdao API. \u0644\u0644\u062D\u0635\u0648\u0644 \u0639\u0644\u0649 \u0627\u0644\u062D\u0642\u0648\u0644 \u0627\u0644\u0645\u062F\u0639\u0648\u0645\u0629\u060C \u064A\u0631\u062C\u0649 \u0627\u0644\u0627\u0637\u0644\u0627\u0639 \u0639\u0644\u0649 <1> \u0647\u0646\u0627.","field.scene":"\u0645\u0634\u0627\u0647\u062F","description.scene":"\u0627\u0644\u0627\u0641\u062A\u0631\u0627\u0636\u064A \u0647\u0648\uFF1A\u0639\u0627\u0645. \u0644\u0627 \u064A\u0645\u0643\u0646 \u0636\u0628\u0637\u0647 \u0625\u0644\u0627 \u0639\u0646\u062F \u062A\u0646\u0634\u064A\u0637 \u0627\u0644\u0625\u0635\u062F\u0627\u0631 \u0627\u0644\u0627\u062D\u062A\u0631\u0627\u0641\u064A \u0644\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0622\u0644\u064A\u0629 \u0641\u064A \u0648\u062D\u062F\u0629 \u062A\u062D\u0643\u0645 Alibaba Cloud API. \u0631\u0627\u062C\u0639 <1> \u0647\u0646\u0627 \u0644\u0644\u062D\u0635\u0648\u0644 \u0639\u0644\u0649 \u0627\u0644\u0633\u064A\u0646\u0627\u0631\u064A\u0648\u0647\u0627\u062A \u0627\u0644\u0645\u062F\u0639\u0648\u0645\u0629.","field.vocabId":"\u0645\u0639\u0631\u0641 \u0642\u0627\u0645\u0648\u0633 \u0627\u0644\u0645\u0633\u062A\u062E\u062F\u0645","description.vocabId":"\u064A\u062F\u0639\u0645 \u0627\u0644\u0642\u0627\u0645\u0648\u0633 \u0627\u0644\u0645\u062D\u062F\u062F out_id \u062D\u0627\u0644\u064A\u064B\u0627 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0625\u0646\u062C\u0644\u064A\u0632\u064A\u0629 \u0627\u0644\u0635\u064A\u0646\u064A\u0629.","description.model":"\u064A\u0645\u0643\u0646 \u0623\u0646 \u064A\u0643\u0648\u0646 \u0646\u0645\u0648\u0630\u062C OpenAI \u0647\u0648 gpt-3.5-turbo \u0623\u0648 gpt-4 \u0648\u0645\u0627 \u0625\u0644\u0649 \u0630\u0644\u0643.","description.maxTextGroupLengthPerRequest":"\u0639\u062F\u062F \u0627\u0644\u0641\u0642\u0631\u0627\u062A \u0627\u0644\u0645\u0631\u0633\u0644\u0629 \u0625\u0644\u0649 \u062E\u062F\u0645\u0629 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0641\u064A \u0643\u0644 \u0645\u0631\u0629. \u0625\u0630\u0627 \u0643\u0627\u0646 \u0647\u0646\u0627\u0643 \u0639\u062F\u062F \u0643\u0628\u064A\u0631 \u062C\u062F\u064B\u0627 \u0645\u0646 \u0627\u0644\u0641\u0642\u0631\u0627\u062A\u060C \u0641\u0642\u062F \u062A\u062A\u0628\u0627\u0637\u0623 \u0627\u0633\u062A\u062C\u0627\u0628\u0629 \u0627\u0644\u0648\u0627\u062C\u0647\u0629.","description.apiUrl":"\u0627\u0644\u0631\u062C\u0627\u0621 \u0625\u0636\u0627\u0641\u0629 \u0639\u0646\u0648\u0627\u0646 URL \u0645\u062D\u062F\u062F \u0645\u0639 \u0627\u0644\u0645\u0633\u0627\u0631\u060C <1> \u0627\u0644\u0645\u0632\u064A\u062F \u0645\u0646 \u0627\u0644\u062A\u0639\u0644\u064A\u0645\u0627\u062A",enabledExtension:"\u062A\u0645\u0643\u064A\u0646 \u0627\u0644\u062A\u0645\u062F\u064A\u062F",clickToDisableExtension:"\u0627\u0646\u0642\u0631 \u0644\u062A\u0639\u0637\u064A\u0644 \u0627\u0644\u062A\u0645\u062F\u064A\u062F",clickToEnableExtension:"\u0627\u0646\u0642\u0631 \u0644\u062A\u0645\u0643\u064A\u0646 \u0627\u0644\u062A\u0645\u062F\u064A\u062F",hasBeenDisabled:"\u0639\u0627\u062C\u0632","show password":"\u0639\u0631\u0636 \u0643\u0644\u0645\u0629 \u0627\u0644\u0645\u0631\u0648\u0631",customContent:"\u0623\u062F\u062E\u0644 \u0627\u0633\u0645 \u0627\u0644\u0646\u0645\u0648\u0630\u062C \u0627\u0644\u0645\u062E\u0635\u0635",inputOptions:"\u062A\u062D\u0633\u064A\u0646 \u0635\u0646\u062F\u0648\u0642 \u0627\u0644\u0625\u062F\u062E\u0627\u0644",mouseHoverOptions:"\u062A\u0645\u0631\u064A\u0631 \u0627\u0644\u0645\u0627\u0648\u0633",modifyMouseHoverKey:"\u062A\u0639\u062F\u064A\u0644 \u0645\u0641\u0627\u062A\u064A\u062D \u0627\u0644\u0627\u062E\u062A\u0635\u0627\u0631 \u0627\u0644\u062E\u0627\u0635\u0629 \u0628\u0627\u0644\u0645\u0627\u0648\u0633",enableInputTranslation:"\u0645\u0627 \u0625\u0630\u0627 \u0643\u0627\u0646 \u0633\u064A\u062A\u0645 \u062A\u0645\u0643\u064A\u0646 \u062A\u062D\u0633\u064A\u0646 \u0645\u0631\u0628\u0639 \u0627\u0644\u0625\u062F\u062E\u0627\u0644",enableInputTranslationDescription:"\u0628\u0639\u062F{trailingKey}\u060C \u0623\u062F\u062E\u0644 \u0645\u0628\u0627\u0634\u0631\u0629 {startingKey}{startingKey} hello \u0641\u064A \u0645\u0631\u0628\u0639 \u0627\u0644\u0625\u062F\u062E\u0627\u0644\u060C \u062B\u0645 \u0627\u0646\u0642\u0631 \u0633\u0631\u064A\u0639\u064B\u0627 \u0641\u0648\u0642{inputTrailingTriggerKeyRepeatTimes}\u0645\u0631\u062A\u064A\u0646 \u0644\u062A\u0631\u062C\u0645\u062A\u0647 \u0625\u0644\u0649 {inputTargetLanguage}",enableInputTranslationDescriptionForNoneKey:"{trailingKey}\u062A\u0645\u0643\u064A\u0646\u0647\u060C \u0623\u062F\u062E\u0644 \u0645\u0628\u0627\u0634\u0631\u0629\uFF1Ahelloworld \u0641\u064A \u0645\u0631\u0628\u0639 \u0627\u0644\u0625\u062F\u062E\u0627\u0644\u060C \u062B\u0645 \u0627\u0646\u0642\u0631 \u0628\u0633\u0631\u0639\u0629{inputTrailingTriggerKeyRepeatTimes}\u0644\u0644\u062A\u0631\u062C\u0645\u0629 \u0625\u0644\u0649 \u0627\u0644\u0644\u063A\u0629 \u0627\u0644\u0645\u0633\u062A\u0647\u062F\u0641\u0629 \u0627\u0644\u0627\u0641\u062A\u0631\u0627\u0636\u064A\u0629.",inputTargetLanguage:"\u0642\u0645 \u0628\u062A\u0639\u064A\u064A\u0646 \u0627\u0644\u0644\u063A\u0629 \u0627\u0644\u0647\u062F\u0641 \u0627\u0644\u0627\u0641\u062A\u0631\u0627\u0636\u064A\u0629 \u0644\u0645\u0631\u0628\u0639 \u0627\u0644\u0625\u062F\u062E\u0627\u0644",inputTargetLanguageDescription:"\u0627\u0644\u0644\u063A\u0629 \u0627\u0644\u0647\u062F\u0641 \u0627\u0644\u0627\u0641\u062A\u0631\u0627\u0636\u064A\u0629 \u0644\u062A\u0631\u062C\u0645\u0629 \u0645\u0631\u0628\u0639 \u0627\u0644\u0625\u062F\u062E\u0627\u0644\u060C \u0648\u0647\u064A {startingKey}{startingKey} \u0643\u0644\u063A\u0629 \u0627\u0641\u062A\u0631\u0627\u0636\u064A\u0629 \u0644\u0643\u0644\u0645\u0627\u062A \u0627\u0644\u062A\u0634\u063A\u064A\u0644",inputTargetLanguageDescriptionForNoneKey:"\u0627\u0644\u0644\u063A\u0629 \u0627\u0644\u0647\u062F\u0641 \u0627\u0644\u0627\u0641\u062A\u0631\u0627\u0636\u064A\u0629 \u0644\u062A\u0631\u062C\u0645\u0627\u062A \u0645\u0631\u0628\u0639 \u0627\u0644\u0625\u062F\u062E\u0627\u0644",inputStartingTriggerKeyTitle:"\u0642\u0645 \u0628\u062A\u0639\u064A\u064A\u0646 \u0627\u0644\u0623\u062D\u0631\u0641 \u0627\u0644\u0645\u0642\u0633\u0645\u0629 \u0644\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u062C\u0632\u0626\u064A\u0629 \u0644\u0645\u0631\u0628\u0639 \u0627\u0644\u0625\u062F\u062E\u0627\u0644",inputStartingTriggerKeyDescription:"\u0639\u0646\u062F\u0645\u0627 \u0644\u0627 \u062A\u062D\u062A\u0627\u062C \u0625\u0644\u0649 \u062A\u0631\u062C\u0645\u0629 \u0645\u0631\u0628\u0639 \u0627\u0644\u0625\u062F\u062E\u0627\u0644 \u0628\u0623\u0643\u0645\u0644\u0647\u060C \u064A\u062A\u064A\u062D \u0644\u0643 \u0627\u0644\u0645\u062D\u062F\u062F \u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u062C\u0632\u0621 \u0641\u0642\u0637 {startingKey}{startingKey} \u0625\u0644\u0649 \u0646\u0647\u0627\u064A\u0629 \u0645\u0631\u0628\u0639 \u0627\u0644\u0625\u062F\u062E\u0627\u0644\u060C \u0623\u0648 \u064A\u0645\u0643\u0646\u0643 \u062A\u062D\u062F\u064A\u062F \u0631\u0645\u0632 \u0627\u0644\u0644\u063A\u0629\u060C \u0639\u0644\u0649 \u0633\u0628\u064A\u0644 \u0627\u0644\u0645\u062B\u0627\u0644\u060C\uFF1A{startingKey}ja \u062A\u0639\u0646\u064A \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0641\u0642\u0637 \u0627\u0644\u062C\u0632\u0621 \u0645\u0646 {startingKey}\u062C\u0627 \u0625\u0644\u0649 \u0646\u0647\u0627\u064A\u0629 \u0645\u0631\u0628\u0639 \u0627\u0644\u0625\u062F\u062E\u0627\u0644.",inputStartingTriggerKeyDescriptionForNoneKey:"\u062A\u0645 \u0636\u0628\u0637\u0647 \u062D\u0627\u0644\u064A\u064B\u0627 \u0628\u062D\u064A\u062B \u0644\u0627 \u064A\u062A\u0637\u0644\u0628 \u0623\u064A \u0628\u0627\u062F\u0626\u0629\u060C \u0648\u0628\u0639\u0636 \u0648\u0638\u0627\u0626\u0641 \u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0646\u0635 \u0641\u064A \u0645\u0631\u0628\u0639 \u0627\u0644\u0625\u062F\u062E\u0627\u0644 \u063A\u064A\u0631 \u0645\u062A\u0627\u062D\u0629 \u0645\u0624\u0642\u062A\u064B\u0627.",inputTrailingTriggerKeyTitle:"\u062D\u062F\u062F \u062D\u0631\u0641 \u0627\u0644\u0645\u0634\u063A\u0644 \u0627\u0644\u0630\u064A \u064A\u0646\u0647\u064A \u0627\u0644\u0625\u062F\u062E\u0627\u0644",inputTrailingTriggerKeyDescription:"\u0633\u064A\u0624\u062F\u064A \u0627\u0644\u0636\u063A\u0637 \u0639\u0644\u0649{trailingKey} 3 \u0645\u0631\u0627\u062A \u0641\u064A \u062A\u062A\u0627\u0628\u0639 \u0633\u0631\u064A\u0639 \u0625\u0644\u0649 \u0628\u062F\u0621 \u0627\u0644\u062A\u0631\u062C\u0645\u0629",inputTrailingTriggerKeyTimeout:"\u0623\u062F\u062E\u0644 \u0627\u0644\u0641\u0627\u0635\u0644 \u0627\u0644\u0632\u0645\u0646\u064A \u0628\u064A\u0646 \u0627\u0644\u0645\u0634\u063A\u0644\u0627\u062A \u0644\u0625\u0646\u0647\u0627\u0621 \u0627\u0644\u062A\u062D\u0631\u064A\u0631 \u0648\u0627\u0644\u0633\u0631\u062F.",inputTrailingTriggerKeyTimeoutDescription:"\u0642\u0645 \u0628\u062A\u0639\u064A\u064A\u0646 \u0627\u0644\u0641\u0627\u0635\u0644 \u0627\u0644\u0632\u0645\u0646\u064A (\u0645\u0644\u064A \u062B\u0627\u0646\u064A\u0629) \u0644\u0644\u0625\u062F\u062E\u0627\u0644 \u0644\u0625\u0646\u0647\u0627\u0621 \u0645\u0634\u063A\u0644 \u0627\u0644\u062A\u062D\u0631\u064A\u0631 \u0648\u0627\u0644\u0633\u0631\u062F",spaceKey:"<\u0645\u0633\u0627\u0641\u0629>",noneKey:"\u0644\u0627 \u062A\u0648\u062C\u062F \u062D\u0627\u062C\u0629 \u0625\u0644\u0649 \u0628\u0627\u062F\u0626\u0629\u060C \u0642\u0645 \u0628\u062A\u0631\u062C\u0645\u0629 \u0645\u0631\u0628\u0639 \u0627\u0644\u0646\u0635 \u0628\u0627\u0644\u0643\u0627\u0645\u0644 \u0645\u0628\u0627\u0634\u0631\u0629\u064B",inputTranslationBlockUrlsTitle:"\u0644\u0627 \u062A\u0642\u0645 \u0645\u0637\u0644\u0642\u064B\u0627 \u0628\u062A\u0645\u0643\u064A\u0646 \u062A\u062D\u0633\u064A\u0646\u0627\u062A \u062D\u0642\u0644 \u0627\u0644\u0625\u062F\u062E\u0627\u0644 \u0641\u064A \u0639\u0646\u0627\u0648\u064A\u0646 URL",inputTranslationBlockUrlsDescription:"\u0641\u064A \u0639\u0646\u0627\u0648\u064A\u0646 URL \u0627\u0644\u062A\u0627\u0644\u064A\u0629\u060C \u0644\u0646 \u064A\u0635\u0628\u062D \u062A\u062D\u0633\u064A\u0646 \u0645\u0631\u0628\u0639 \u0627\u0644\u0625\u062F\u062E\u0627\u0644 \u0633\u0627\u0631\u064A \u0627\u0644\u0645\u0641\u0639\u0648\u0644",clickToSeeQuickDemo:"\u0627\u0646\u0642\u0631 \u0644\u062A\u0648\u0633\u064A\u0639 \u0641\u064A\u062F\u064A\u0648 \u0627\u0644\u062A\u0639\u0644\u064A\u0645\u0627\u062A \u0627\u0644\u0633\u0631\u064A\u0639\u0629 \u0644\u0645\u062F\u0629 30 \u062B\u0627\u0646\u064A\u0629",inputHelperInfo:"\u0645\u0644\u0627\u062D\u0638\u0629\uFF1A: \u0644\u0642\u062F \u0642\u0645\u0646\u0627 \u0628\u062A\u062D\u0633\u064A\u0646 \u0627\u0644\u0645\u0634\u0643\u0644\u0629 \u0639\u0644\u0649 \u0648\u062C\u0647 \u0627\u0644\u062A\u062D\u062F\u064A\u062F \u062D\u064A\u062B \u062A\u062A\u062D\u0648\u0644 \u0628\u0639\u0636 \u0623\u062D\u0631\u0641 \u0627\u0644\u062A\u0634\u063A\u064A\u0644 \u0625\u0644\u0649 \u0639\u0644\u0627\u0645\u0627\u062A \u062A\u0631\u0642\u064A\u0645 \u0635\u064A\u0646\u064A\u0629 \u0636\u0645\u0646 \u0637\u0631\u064A\u0642\u0629 \u0627\u0644\u0625\u062F\u062E\u0627\u0644 \u0627\u0644\u0635\u064A\u0646\u064A\u0629. \u0639\u0644\u0649 \u0633\u0628\u064A\u0644 \u0627\u0644\u0645\u062B\u0627\u0644\u060C \u0636\u0645\u0646 \u0637\u0631\u064A\u0642\u0629 \u0627\u0644\u0625\u062F\u062E\u0627\u0644 Sogou\u060C / \u0633\u0648\u0641 \u062A\u062A\u062D\u0648\u0644 \u0625\u0644\u0649 \u062A\u0648\u0642\u0641 \u0645\u0624\u0642\u062A\u060C \u0648\u062A\u062F\u0639\u0645 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u063A\u0627\u0645\u0631\u0629 \u062C\u0645\u064A\u0639 \u0627\u0644\u0631\u0645\u0648\u0632 \u0627\u0644\u0635\u064A\u0646\u064A\u0629 \u0627\u0644\u0645\u0642\u0627\u0628\u0644\u0629 \u0644\u0640 \u0633\u064A\u062A\u0645 \u0627\u0644\u062A\u0639\u0631\u0641 \u0639\u0644\u0649 \u0623\u062D\u0631\u0641 \u0627\u0644\u062A\u0634\u063A\u064A\u0644\u060C \u0623\u064A //\u060C \u0639\u0644\u0649 \u0623\u0646\u0647\u0627 \u0623\u062D\u0631\u0641 \u062A\u0634\u063A\u064A\u0644.

\u0641\u064A \u0627\u0644\u0648\u0642\u062A \u0646\u0641\u0633\u0647\u060C \u0646\u062F\u0639\u0645 \u0623\u064A\u0636\u064B\u0627 \u0627\u0644\u0623\u0633\u0645\u0627\u0621 \u0627\u0644\u0635\u064A\u0646\u064A\u0629 \u0627\u0644\u0645\u0633\u062A\u0639\u0627\u0631\u0629 \u0644\u0631\u0645\u0648\u0632 \u0627\u0644\u0644\u063A\u0629 \u0643\u0623\u0648\u0627\u0645\u0631. \u0639\u0644\u0649 \u0633\u0628\u064A\u0644 \u0627\u0644\u0645\u062B\u0627\u0644\u060C \u0633\u062A\u062A\u0645 \u062A\u0631\u062C\u0645\u0629 /Japanese Hello World \u0625\u0644\u0649 \u0627\u0644\u064A\u0627\u0628\u0627\u0646\u064A\u0629. <1> \u0627\u0646\u0642\u0631 \u0647\u0646\u0627 \u0644\u0639\u0631\u0636 \u0643\u0627\u0641\u0629 \u0631\u0645\u0648\u0632 \u0627\u0644\u0644\u063A\u0627\u062A \u0627\u0644\u0645\u062F\u0639\u0648\u0645\u0629. .",reloadCurrentPage:"\u064A\u0631\u062C\u0649 \u062A\u062D\u062F\u064A\u062B \u0627\u0644\u0635\u0641\u062D\u0629 \u0627\u0644\u062D\u0627\u0644\u064A\u0629 \u0642\u0628\u0644 \u0628\u062F\u0621 \u0627\u0644\u062A\u0631\u062C\u0645\u0629",noLocalFilePermissionForPDF:"\u0644\u064A\u0633 \u0644\u062F\u064A\u0646\u0627 \u062D\u0627\u0644\u064A\u064B\u0627 \u0625\u0630\u0646 \u0628\u0642\u0631\u0627\u0621\u0629 \u0627\u0644\u0645\u0644\u0641\u0627\u062A \u0627\u0644\u0645\u062D\u0644\u064A\u0629. \u0627\u0644\u0631\u062C\u0627\u0621 \u0627\u0644\u0646\u0642\u0631 \u0641\u0648\u0642 \u0627\u0644\u0632\u0631 \u0623\u0639\u0644\u0627\u0647 \u0648\u0627\u0633\u062A\u064A\u0631\u0627\u062F \u0627\u0644\u0645\u0644\u0641\u0627\u062A \u0627\u0644\u0645\u062D\u0644\u064A\u0629.",noPermissionForThisPage:"\u26A0\uFE0F \u0644\u0627 \u064A\u0648\u062C\u062F \u0625\u0630\u0646 \u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0635\u0641\u062D\u0629 \u0627\u0644\u062D\u0627\u0644\u064A\u0629",retryAllParagraphs:"\u0623\u0639\u062F \u0645\u062D\u0627\u0648\u0644\u0629 \u0643\u0627\u0641\u0629 \u0641\u0642\u0631\u0627\u062A \u0627\u0644\u062E\u0637\u0623",retryAllButton:"\u0623\u0639\u062F \u0645\u062D\u0627\u0648\u0644\u0629 \u0643\u0627\u0641\u0629 \u0641\u0642\u0631\u0627\u062A \u0627\u0644\u062E\u0637\u0623",errorTooltipTitle:"\u0627\u0646\u0642\u0631 \u0644\u0639\u0631\u0636 \u0633\u0628\u0628 \u0627\u0644\u062E\u0637\u0623",errorModalTitle:"\u064A\u0628\u062F\u0648 \u0623\u0646 \u0647\u0646\u0627\u0643 \u062E\u0637\u0623 \u0645\u0627 \u0641\u064A \u062E\u062F\u0645\u0629 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0623\u0648 \u0627\u0644\u0634\u0628\u0643\u0629...",disableConfirm:"\u0625\u0639\u062F\u0627\u062F\u0627\u062A \u062A\u0639\u0632\u064A\u0632 \u0627\u0644\u0645\u0639\u0644\u0648\u0645\u0627\u062A \u062B\u0646\u0627\u0626\u064A\u0629 \u0627\u0644\u0644\u063A\u0629",disableOnce:"\u0645\u0639\u0637\u0644\u0629 \u0647\u0630\u0647 \u0627\u0644\u0645\u0631\u0629",disableGlobal:"\u062A\u0639\u0637\u064A\u0644 \u062F\u0627\u0626\u0645",disableTint:"* \u064A\u0645\u0643\u0646\u0643 \u0625\u0639\u0627\u062F\u0629 \u062A\u0645\u0643\u064A\u0646\u0647 \u0641\u064A {option}.",searchEnhancementNotes:"\u0644\u0642\u062F \u0648\u062C\u062F\u0646\u0627 \u0623\u0646 \u0646\u062A\u0627\u0626\u062C \u0627\u0644\u0623\u062E\u0628\u0627\u0631 \u0644\u0644\u0643\u0644\u0645\u0627\u062A \u0627\u0644\u0631\u0626\u064A\u0633\u064A\u0629 \u0627\u0644\u0635\u064A\u0646\u064A\u0629 \u0648\u0627\u0644\u0643\u0644\u0645\u0627\u062A \u0627\u0644\u0631\u0626\u064A\u0633\u064A\u0629 \u0627\u0644\u0625\u0646\u062C\u0644\u064A\u0632\u064A\u0629 \u0645\u062E\u062A\u0644\u0641\u0629 \u062A\u0645\u0627\u0645\u064B\u0627. \u0628\u0639\u062F \u062A\u0645\u0643\u064A\u0646 \u0648\u0638\u064A\u0641\u0629 \u062A\u062D\u0633\u064A\u0646 \u0627\u0644\u0645\u0639\u0644\u0648\u0645\u0627\u062A \u062B\u0646\u0627\u0626\u064A\u0629 \u0627\u0644\u0644\u063A\u0629 \u0644\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u063A\u0627\u0645\u0631\u0629\u060C \u0633\u0646\u0628\u062D\u062B \u0641\u064A \u0645\u0648\u0627\u0642\u0639 \u0627\u0644\u0648\u064A\u0628 \u0627\u0644\u0645\u062F\u0639\u0648\u0645\u0629 (\u0623\u062E\u0628\u0627\u0631 Google\u060C \u0628\u062D\u062B Google (\u0628\u0639\u0636 \u0627\u0644\u0643\u0644\u0645\u0627\u062A \u0627\u0644\u0631\u0626\u064A\u0633\u064A\u0629)\u060C Snowball\u060C Oriental Fortune Network\u060C Futu \u060C Tiger) \u064A\u0628\u062D\u062B \u062A\u0644\u0642\u0627\u0626\u064A\u064B\u0627 \u0639\u0646 \u0646\u0641\u0633 \u0627\u0644\u0643\u0644\u0645\u0627\u062A \u0627\u0644\u0631\u0626\u064A\u0633\u064A\u0629 \u0628\u0627\u0644\u0644\u063A\u0629 \u0627\u0644\u0625\u0646\u062C\u0644\u064A\u0632\u064A\u0629 \u0648\u064A\u0639\u0631\u0636\u0647\u0627 \u0639\u0644\u0649 \u0627\u0644\u064A\u0645\u064A\u0646. \u0625\u0630\u0627 \u0644\u0645 \u062A\u0643\u0646 \u0628\u062D\u0627\u062C\u0629 \u0625\u0644\u0649 \u0647\u0630\u0647 \u0627\u0644\u0645\u064A\u0632\u0629\u060C \u0641\u064A\u0645\u0643\u0646\u0643 \u0627\u062E\u062A\u064A\u0627\u0631 \u062A\u0639\u0637\u064A\u0644\u0647\u0627.",option:"\u064A\u062B\u0628\u062A",saveSettings:"\u0627\u062D\u0641\u0638 \u0627\u0644\u062A\u063A\u064A\u064A\u0631\u0627\u062A",closeModal:"\u0623\u063A\u0644\u0642 \u0627\u0644\u0646\u0627\u0641\u0630\u0629",enableInputTranslationWithoutTriggerKeyTitle:"\u062A\u0645\u0643\u064A\u0646 \u0627\u0644\u062A\u062D\u0631\u064A\u0631 \u0648\u0627\u0644\u0633\u0631\u062F \u0627\u0644\u0633\u0631\u064A\u0639 3 \u0645\u0631\u0627\u062A{trailingKey}\u060C \u0648\u062A\u0631\u062C\u0645\u0629 \u0645\u0631\u0628\u0639 \u0627\u0644\u0625\u062F\u062E\u0627\u0644 \u0628\u0623\u0643\u0645\u0644\u0647 \u0645\u0628\u0627\u0634\u0631\u0629 \u0625\u0644\u0649{inputTargetLanguage}",enableInputTranslationWithoutTriggerKeyDescription:"\u0625\u0630\u0627 \u0643\u0646\u062A \u0628\u062D\u0627\u062C\u0629 \u0625\u0644\u0649 \u062A\u062D\u062F\u064A\u062F \u0627\u0644\u0644\u063A\u0629 \u0627\u0644\u0645\u0633\u062A\u0647\u062F\u0641\u0629\u060C \u0641\u064A\u0631\u062C\u0649 \u0625\u0636\u0627\u0641\u0629 \u0631\u0645\u0632 \u0627\u0644\u0644\u063A\u0629 \u0641\u064A \u0627\u0644\u0645\u0642\u062F\u0645\u0629\u060C \u0645\u062B\u0644\uFF1Aja Hello World",mouseHoverShortcutPlaceholder:"\u0645\u062B\u0644\uFF1A\u0627\u0644\u062A\u062D\u0648\u0644",deepLProName:"\u0639\u0636\u0648 \u0645\u062D\u062A\u0631\u0641 \u0641\u064A \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0634\u0627\u0645\u0644\u0629 (\u0645\u0633\u062A\u062D\u0633\u0646)",deepLProDescription:"\u064A\u0645\u0643\u0646 \u0627\u0633\u062A\u062E\u062F\u0627\u0645 \u0627\u0644\u062D\u0632\u0645\u0629 \u0627\u0644\u062D\u0627\u0644\u064A\u0629 \u0645\u0628\u0627\u0634\u0631\u0629",deeplProDescriptionForNormal:"\u0644\u0627 \u062A\u0648\u062C\u062F \u0625\u0639\u062F\u0627\u062F\u0627\u062A \u0645\u0637\u0644\u0648\u0628\u0629. \u064A\u0645\u0643\u0646\u0643 \u0627\u0633\u062A\u062E\u062F\u0627\u0645\u0647\u0627 \u0628\u0639\u062F \u062A\u0633\u062C\u064A\u0644 \u0627\u0644\u062F\u062E\u0648\u0644 \u0643\u0639\u0636\u0648. <1> \u0627\u0646\u0642\u0631 \u0647\u0646\u0627 \u0644\u0644\u062A\u0631\u0642\u064A\u0629 \u0625\u0644\u0649 \u0639\u0636\u0648.",deepLCustomDescription:"\u0623\u0646\u062A \u0628\u062D\u0627\u062C\u0629 \u0625\u0644\u0649 \u0628\u0637\u0627\u0642\u0629 \u0627\u0626\u062A\u0645\u0627\u0646 \u0623\u062C\u0646\u0628\u064A\u0629\u060C \u0627\u0646\u062A\u0642\u0644 \u0625\u0644\u0649 <1>DeepL \u062A\u0645 \u0641\u062A\u062D\u0647 \u0631\u0633\u0645\u064A\u064B\u0627\u060C \u0627\u0646\u0642\u0631 \u0644\u0639\u0631\u0636 \u0627\u0644\u0645\u0633\u062A\u0646\u062F\u0627\u062A <2>",deepLCustomName:"\u0645\u0641\u062A\u0627\u062D \u0627\u0644\u0645\u0635\u0627\u062F\u0642\u0629 \u0627\u0644\u0645\u062E\u0635\u0635",chooseProviderLabel:"\u0627\u062E\u062A\u0631 \u0645\u0632\u0648\u062F \u0627\u0644\u062E\u062F\u0645\u0629",openaiProName:"\u0639\u0636\u0648 \u0645\u062D\u062A\u0631\u0641 \u0641\u064A \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0634\u0627\u0645\u0644\u0629 (\u0645\u0633\u062A\u062D\u0633\u0646)",openaiProDescription:"\u064A\u0645\u0643\u0646 \u0627\u0633\u062A\u062E\u062F\u0627\u0645 \u0627\u0644\u062D\u0632\u0645\u0629 \u0627\u0644\u062D\u0627\u0644\u064A\u0629 \u0645\u0628\u0627\u0634\u0631\u0629",openaiProDescriptionForNormal:"\u0644\u0627 \u062A\u0648\u062C\u062F \u0625\u0639\u062F\u0627\u062F\u0627\u062A \u0645\u0637\u0644\u0648\u0628\u0629. \u064A\u0645\u0643\u0646\u0643 \u0627\u0633\u062A\u062E\u062F\u0627\u0645\u0647\u0627 \u0628\u0639\u062F \u062A\u0633\u062C\u064A\u0644 \u0627\u0644\u062F\u062E\u0648\u0644 \u0643\u0639\u0636\u0648. <1> \u0627\u0646\u0642\u0631 \u0647\u0646\u0627 \u0644\u0644\u062A\u0631\u0642\u064A\u0629 \u0625\u0644\u0649 \u0639\u0636\u0648.",openaiCustomDescription:"\u064A\u0645\u0643\u0646 \u0627\u0644\u062D\u0635\u0648\u0644 \u0639\u0644\u064A\u0647 \u0645\u0646 OpenAI \u0623\u0648 Azure OpenAI \u0623\u0648 \u062E\u062F\u0645\u0627\u062A \u0623\u062E\u0631\u0649 \u062A\u0627\u0628\u0639\u0629 \u0644\u062C\u0647\u0627\u062A \u062E\u0627\u0631\u062C\u064A\u0629.<1> \u0627\u0646\u0642\u0631 \u0647\u0646\u0627 \u0644\u0639\u0631\u0636 \u0627\u0644\u0645\u0633\u062A\u0646\u062F.",openaiCustomName:"\u0645\u0641\u062A\u0627\u062D \u0648\u0627\u062C\u0647\u0629 \u0628\u0631\u0645\u062C\u0629 \u0627\u0644\u062A\u0637\u0628\u064A\u0642\u0627\u062A \u0627\u0644\u0645\u062E\u0635\u0635",needLoginAction:"(\u0623\u062F\u062E\u0644 \u0627\u0644\u0639\u0636\u0648\u064A\u0629 \u0623\u0648 \u0627\u0644\u062A\u062E\u0635\u064A\u0635)",goLoginOrAction:"(\u0623\u062F\u062E\u0644 \u0627\u0644\u0639\u0636\u0648\u064A\u0629 \u0623\u0648 \u0627\u0630\u0647\u0628 \u0625\u0644\u0649 \u0627\u0644\u0625\u0639\u062F\u0627\u062F\u0627\u062A)",yearly:"\u0627\u0644\u0627\u0634\u062A\u0631\u0627\u0643 \u0627\u0644\u0633\u0646\u0648\u064A \u0627\u0644\u0645\u0633\u062A\u0645\u0631",quarterly:"\u0645\u0648\u0627\u0633\u0645 \u0645\u062A\u062A\u0627\u0644\u064A\u0629",monthly:"\u0627\u0634\u062A\u0631\u0627\u0643 \u0634\u0647\u0631\u064A \u0645\u0633\u062A\u0645\u0631",yearlyForOnce:"\u0627\u0644\u0628\u0627\u0642\u0629 \u0627\u0644\u0633\u0646\u0648\u064A\u0629 \u0644\u0645\u0631\u0629 \u0648\u0627\u062D\u062F\u0629",monthlyForOnce:"\u0628\u0627\u0642\u0629 \u0634\u0647\u0631\u064A\u0629 \u0644\u0645\u0631\u0629 \u0648\u0627\u062D\u062F\u0629",daily:"\u0623\u064A\u0627\u0645 \u0645\u062A\u062A\u0627\u0644\u064A\u0629",year:"\u0627\u0644\u0627\u0634\u062A\u0631\u0627\u0643 \u0627\u0644\u0633\u0646\u0648\u064A \u0627\u0644\u0645\u0633\u062A\u0645\u0631",quarter:"\u0645\u0648\u0627\u0633\u0645 \u0645\u062A\u062A\u0627\u0644\u064A\u0629",month:"\u0627\u0634\u062A\u0631\u0627\u0643 \u0634\u0647\u0631\u064A \u0645\u0633\u062A\u0645\u0631",day:"\u0623\u064A\u0627\u0645 \u0645\u062A\u062A\u0627\u0644\u064A\u0629",onetime_7day:"\u062D\u0632\u0645\u0629 \u062A\u062C\u0631\u064A\u0628\u064A\u0629 \u0644\u0645\u062F\u0629 7 \u0623\u064A\u0627\u0645",currentPlanDescriptionForFree:"\u0627\u0644\u062D\u0632\u0645\u0629 \u0627\u0644\u062D\u0627\u0644\u064A\u0629\uFF1A\u0645\u062C\u0627\u0646\u064A\u0629",currentPlanDescriptionForContinuous:"\u0627\u0644\u0628\u0627\u0642\u0629 \u0627\u0644\u062D\u0627\u0644\u064A\u0629\uFF1A{plan}\u062A\u062C\u062F\u064A\u062F\u0647\u0627 \u062A\u0644\u0642\u0627\u0626\u064A\u0627 \u0641\u064A {endAt}",currentPlanDescriptionForAutoRenewCaceling:"\u0627\u0644\u0628\u0627\u0642\u0629 \u0627\u0644\u062D\u0627\u0644\u064A\u0629\uFF1A{plan}\u0648\u0633\u062A\u0646\u062A\u0647\u064A \u0641\u064A {endAt} \u0648\u0644\u0646 \u064A\u062A\u0645 \u062A\u062C\u062F\u064A\u062F\u0647\u0627 \u062A\u0644\u0642\u0627\u0626\u064A\u064B\u0627 \u0628\u0639\u062F \u0627\u0646\u062A\u0647\u0627\u0621 \u0627\u0644\u0635\u0644\u0627\u062D\u064A\u0629.",currentYearlyPlanDescriptionForAutoRenewCacelingWithRealPaiedUser:"\u0633\u062A\u0646\u062A\u0647\u064A \u0635\u0644\u0627\u062D\u064A\u0629 \u0627\u0644\u062D\u0632\u0645\u0629 \u0627\u0644\u062D\u0627\u0644\u064A\u0629\uFF1A{plan}\u0641\u064A {endAt} \u0648\u0644\u0646 \u064A\u062A\u0645 \u062A\u062C\u062F\u064A\u062F\u0647\u0627 \u062A\u0644\u0642\u0627\u0626\u064A\u064B\u0627 \u0628\u0639\u062F \u0627\u0646\u062A\u0647\u0627\u0621 \u0627\u0644\u0635\u0644\u0627\u062D\u064A\u0629.
<1>\u0627\u0646\u0642\u0631 \u0647\u0646\u0627 \u0644\u0625\u062F\u0627\u0631\u0629 \u062E\u0637\u0637 \u0627\u0644\u062A\u062C\u062F\u064A\u062F",currentYearlyPlanDescriptionForAutoRenewCacelingWithAdmin:"\u0633\u062A\u0646\u062A\u0647\u064A \u0635\u0644\u0627\u062D\u064A\u0629 \u0627\u0644\u062D\u0632\u0645\u0629 \u0627\u0644\u062D\u0627\u0644\u064A\u0629\uFF1A{plan}\u0641\u064A {endAt} \u0648\u0644\u0646 \u064A\u062A\u0645 \u062A\u062C\u062F\u064A\u062F\u0647\u0627 \u062A\u0644\u0642\u0627\u0626\u064A\u064B\u0627 \u0628\u0639\u062F \u0627\u0646\u062A\u0647\u0627\u0621 \u0627\u0644\u0635\u0644\u0627\u062D\u064A\u0629.
<1>\u0627\u0636\u063A\u0637 \u0647\u0646\u0627 \u0644\u062A\u0641\u0639\u064A\u0644 \u0627\u0644\u0627\u0634\u062A\u0631\u0627\u0643 \u0627\u0644\u0633\u0646\u0648\u064A \u0627\u0644\u0645\u0633\u062A\u0645\u0631",currentPlanDescriptionForOneTime:"\u0627\u0644\u062D\u0632\u0645\u0629 \u0627\u0644\u062D\u0627\u0644\u064A\u0629\uFF1A{plan}\u0648\u0633\u062A\u0646\u062A\u0647\u064A \u0641\u064A {endAt} <1> \u0627\u0646\u0642\u0631 \u0647\u0646\u0627 \u0644\u0644\u062A\u0631\u0642\u064A\u0629 \u0625\u0644\u0649 \u0627\u0644\u0631\u0633\u0648\u0645 \u0627\u0644\u0633\u0646\u0648\u064A\u0629 \u0623\u0648 <2> \u0631\u0633\u0648\u0645 \u0634\u0647\u0631\u064A\u0629 \u0639\u0636\u0648",upgradePlan:"\u0627\u0646\u0642\u0631 \u0647\u0646\u0627 \u0644\u0644\u062A\u0631\u0642\u064A\u0629 \u0625\u0644\u0649 \u0639\u0636\u0648\u064A\u0629 Pro",upgradeToPro:"\u0627\u0644\u062A\u0631\u0642\u064A\u0629 \u0625\u0644\u0649 \u0639\u0636\u0648\u064A\u0629 \u0628\u0631\u0648","popup.openPro":"\u0628\u0639\u062F \u0627\u0644\u062A\u0631\u0642\u064A\u0629 \u0625\u0644\u0649 \u0639\u0636\u0648\u064A\u0629 Pro\u060C \u064A\u0645\u0643\u0646\u0643 \u0627\u0644\u0627\u0633\u062A\u0645\u062A\u0627\u0639 \u0628\u062A\u0631\u062C\u0645\u0629 DeepL \u0648OpenAI\u060C \u0627\u0646\u0642\u0631 \u0647\u0646\u0627 \u0644\u0644\u062A\u0631\u0642\u064A\u0629","popup.openProForPro":"\u0623\u0646\u062A \u0639\u0636\u0648 \u0645\u062D\u062A\u0631\u0641 \u0648\u064A\u0645\u0643\u0646\u0643 \u0627\u0633\u062A\u062E\u062F\u0627\u0645 \u062A\u0631\u062C\u0645\u0629 DeepL \u0648OpenAI \u0645\u0628\u0627\u0634\u0631\u0629",currentAccount:"\u0627\u0644\u062D\u0633\u0627\u0628 \u0627\u0644\u062D\u0627\u0644\u064A",enableAutoSyncUserSettings:"\u062A\u0645\u0643\u064A\u0646 \u0627\u0644\u0645\u0632\u0627\u0645\u0646\u0629 \u0627\u0644\u0633\u062D\u0627\u0628\u064A\u0629 \u0627\u0644\u062A\u0644\u0642\u0627\u0626\u064A\u0629 \u0639\u0628\u0631 \u0623\u062C\u0647\u0632\u0629 \u0645\u062A\u0639\u062F\u062F\u0629",modalEnableInputTranslationTitle:"\u0646\u0635\u0627\u0626\u062D \u062A\u0631\u062C\u0645\u0629 \u0645\u0631\u0628\u0639 \u0625\u062F\u062E\u0627\u0644 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u063A\u0627\u0645\u0631\u0629",modalEnableInputTranslationDesc:"\u0644\u0642\u062F \u0642\u0645\u062A \u0644\u0644\u062A\u0648 \u0628\u062A\u0634\u063A\u064A\u0644 \u062A\u0631\u062C\u0645\u0629 \u0645\u0631\u0628\u0639 \u0627\u0644\u0625\u062F\u062E\u0627\u0644 \u0644\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0634\u0627\u0645\u0644\u0629 \u0639\u0646 \u0637\u0631\u064A\u0642 \u0627\u0644\u0636\u063A\u0637 \u0639\u0644\u0649 \u0634\u0631\u064A\u0637 \u0627\u0644\u0645\u0633\u0627\u0641\u0629 \u062B\u0644\u0627\u062B \u0645\u0631\u0627\u062A \u0641\u064A \u062A\u062A\u0627\u0628\u0639 \u0633\u0631\u064A\u0639\u060C \u0648\u0633\u064A\u062A\u0645 \u062A\u0631\u062C\u0645\u0629 \u0645\u062D\u062A\u0648\u0649 \u0645\u0631\u0628\u0639 \u0627\u0644\u0625\u062F\u062E\u0627\u0644 \u0625\u0644\u0649 \u0627\u0644\u0644\u063A\u0629 \u0627\u0644\u0647\u062F\u0641 \u0627\u0644\u0627\u0641\u062A\u0631\u0627\u0636\u064A\u0629. \u064A\u0645\u0643\u0646 \u0627\u0644\u062A\u0631\u0627\u062C\u0639 \u0639\u0646 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0639\u0628\u0631 Ctrl+Z.

\u0625\u0630\u0627 \u0643\u0627\u0646 \u0647\u0630\u0627 \u062E\u0637\u0623\u060C \u0641\u0644\u0627 \u062A\u0642\u0644\u0642\u060C \u064A\u0645\u0643\u0646\u0643 \u0627\u062E\u062A\u064A\u0627\u0631 \u062A\u0639\u0637\u064A\u0644\u0647 \u0647\u0630\u0647 \u0627\u0644\u0645\u0631\u0629\u060C \u0623\u0648 \u062A\u0639\u0637\u064A\u0644 \u062A\u0631\u062C\u0645\u0629 \u0645\u0631\u0628\u0639 \u0627\u0644\u0625\u062F\u062E\u0627\u0644 \u0628\u0634\u0643\u0644 \u062F\u0627\u0626\u0645.",saveAndNotShowAgain:"\u0627\u062D\u0641\u0638 \u0648\u0644\u0627 \u062A\u0637\u0627\u0644\u0628 \u0645\u0631\u0629 \u0623\u062E\u0631\u0649",disableInputTranslationTips:"* \u064A\u0645\u0643\u0646\u0643 \u0623\u064A\u0636\u064B\u0627 \u0636\u0628\u0637 \u0645\u0641\u0627\u062A\u064A\u062D \u0627\u0644\u0627\u062E\u062A\u0635\u0627\u0631 \u0627\u0644\u0623\u062E\u0631\u0649 \u0644\u062A\u0634\u063A\u064A\u0644\u0647\u0627 \u0641\u064A {option} \u060C{learnMore}.",learnMore:"\u0627\u0646\u0642\u0631 \u0647\u0646\u0627 \u0644\u0645\u0639\u0631\u0641\u0629 \u0627\u0644\u0645\u0632\u064A\u062F",continueEnalbeInputTranslation:"\u0627\u0633\u062A\u0645\u0631 \u0641\u064A \u062A\u0645\u0643\u064A\u0646 \u062A\u0631\u062C\u0645\u0629 \u0645\u0631\u0628\u0639 \u0627\u0644\u0625\u062F\u062E\u0627\u0644",autoRenewTrialSuffix:'(\u0623\u062B\u0646\u0627\u0621 \u0627\u0644\u0641\u062A\u0631\u0629 \u0627\u0644\u062A\u062C\u0631\u064A\u0628\u064A\u0629\u060C \u0633\u064A\u062A\u0645 \u062A\u0631\u0642\u064A\u0629\u0639\u0644\u0649 \u0627\u0644\u0641\u0648\u0631 \u0625\u0644\u0649\u0631\u0633\u0645\u064A1 )',upgradeFromTrialTitle:"\u0627\u0644\u062A\u0631\u0642\u064A\u0629 \u0625\u0644\u0649 \u0639\u0636\u0648 \u0631\u0633\u0645\u064A",subtitle:"\u062A\u0631\u062C\u0645\u0627\u062A \u0627\u0644\u0641\u064A\u062F\u064A\u0648",youtubeService:"\u062E\u062F\u0645\u0629 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u063A\u0627\u0645\u0631\u0629 \u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0641\u064A\u062F\u064A\u0648","subtitle.disabledSubtitle":"\u062A\u0639\u0637\u064A\u0644 \u062A\u0631\u062C\u0645\u0627\u062A \u0627\u0644\u0641\u064A\u062F\u064A\u0648 \u0628\u0634\u0643\u0644 \u062F\u0627\u0626\u0645","subtitle.disabledSubtitleDescription":"\u0625\u0630\u0627 \u0643\u0627\u0646\u062A \u062A\u0631\u062C\u0645\u0627\u062A \u0627\u0644\u0641\u064A\u062F\u064A\u0648 \u0627\u0644\u062E\u0627\u0635\u0629 \u0628\u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0634\u0627\u0645\u0644\u0629 \u062A\u062A\u0639\u0627\u0631\u0636 \u0645\u0639 \u0645\u0644\u062D\u0642\u0627\u062A \u0623\u062E\u0631\u0649\u060C \u0641\u064A\u0645\u0643\u0646\u0643 \u0627\u062E\u062A\u064A\u0627\u0631 \u062A\u0639\u0637\u064A\u0644 \u0648\u0638\u064A\u0641\u0629 \u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0641\u064A\u062F\u064A\u0648 \u0627\u0644\u062E\u0627\u0635\u0629 \u0628\u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0634\u0627\u0645\u0644\u0629 \u0628\u0634\u0643\u0644 \u062F\u0627\u0626\u0645 \u0623\u0648 \u0625\u0644\u063A\u0627\u0621 \u062A\u062B\u0628\u064A\u062A \u0627\u0644\u0645\u0644\u062D\u0642\u0627\u062A \u0627\u0644\u0645\u062A\u0639\u0627\u0631\u0636\u0629 \u0627\u0644\u0623\u062E\u0631\u0649.","subtitle.autoEnableSubtitle":"\u0627\u0633\u062A\u062E\u062F\u0645 \u0627\u0644\u062A\u0631\u062C\u0645\u0627\u062A \u062B\u0646\u0627\u0626\u064A\u0629 \u0627\u0644\u0644\u063A\u0629 \u062A\u0644\u0642\u0627\u0626\u064A\u064B\u0627","subtitle.autoEnableSubtitleDescription":"\u0628\u0639\u062F \u0627\u0644\u062A\u0641\u0639\u064A\u0644\u060C \u0639\u0646\u062F \u062A\u0634\u063A\u064A\u0644 \u0627\u0644\u0641\u064A\u062F\u064A\u0648\u060C \u0633\u064A\u062A\u0645 \u0639\u0631\u0636 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u062B\u0646\u0627\u0626\u064A\u0629 \u062A\u0644\u0642\u0627\u0626\u064A\u064B\u0627\u060C \u0648\u0625\u0644\u0627 \u0633\u064A\u062A\u0639\u064A\u0646 \u0627\u0644\u0646\u0642\u0631 \u0639\u0644\u0649 \u0632\u0631 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0644\u0644\u0639\u0631\u0636.","subtitle.preTranslation":"\u0627\u0633\u062A\u062E\u062F\u0645 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0634\u0627\u0645\u0644\u0629 \u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u062A\u0631\u062C\u0645\u0627\u062A","subtitle.preTranslationDescription":"\u0628\u0639\u062F \u062A\u0641\u0639\u064A\u0644\u0647\u0627\u060C \u0633\u062A\u0639\u0637\u0649 \u0627\u0644\u0623\u0648\u0644\u0648\u064A\u0629 \u0644\u0627\u0633\u062A\u062E\u062F\u0627\u0645 \u062E\u062F\u0645\u0629 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0645\u062D\u062F\u062F\u0629 \u0623\u062F\u0646\u0627\u0647 \u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0628\u0627\u0644\u0643\u0627\u0645\u0644 \u0645\u0642\u062F\u0645\u064B\u0627. \u064A\u0633\u062A\u0647\u0644\u0643 \u0645\u0642\u0637\u0639 \u0641\u064A\u062F\u064A\u0648 \u0645\u062F\u062A\u0647 \u0633\u0627\u0639\u0629 \u0648\u0627\u062D\u062F\u0629 \u0645\u0627 \u064A\u0642\u0631\u0628 \u0645\u0646 50000 \u0631\u0645\u0632\u064B\u0627 \u0623\u0648 \u062D\u0631\u0641\u064B\u0627\u060C \u0644\u0630\u0627 \u064A\u0631\u062C\u0649 \u0627\u0633\u062A\u062E\u062F\u0627\u0645\u0647\u0627 \u0628\u0627\u0644\u0634\u0643\u0644 \u0627\u0644\u0645\u0646\u0627\u0633\u0628\u061B \u0628\u0639\u062F \u0627\u0644\u062A\u0639\u0637\u064A\u0644\u060C \u0633\u062A\u0639\u0637\u0649 \u0627\u0644\u0623\u0648\u0644\u0648\u064A\u0629 \u0644\u0627\u0633\u062A\u062E\u062F\u0627\u0645 \u0627\u0644\u062A\u0631\u062C\u0645\u0627\u062A \u0627\u0644\u0645\u062A\u0631\u062C\u0645\u0629 \u0622\u0644\u064A\u064B\u0627 \u0648\u0627\u0644\u062A\u064A \u062A\u0623\u062A\u064A \u0645\u0639 \u0627\u0644\u0641\u064A\u062F\u064A\u0648 \u0627\u0644\u0623\u0635\u0644\u064A.","subtitle.humanSubtitlesPreferred":"\u0625\u0639\u0637\u0627\u0621 \u0627\u0644\u0623\u0648\u0644\u0648\u064A\u0629 \u0644\u0627\u0633\u062A\u062E\u062F\u0627\u0645 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0628\u0634\u0631\u064A\u0629","subtitle.humanSubtitlesPreferredDescription":"\u0639\u0646\u062F\u0645\u0627 \u064A\u062D\u062A\u0648\u064A \u0645\u0642\u0637\u0639 \u0641\u064A\u062F\u064A\u0648 \u0639\u0644\u0649 \u062A\u0631\u062C\u0645\u0627\u062A \u064A\u062F\u0648\u064A\u0629 \u0628\u0627\u0644\u0644\u063A\u0629 \u0627\u0644\u0647\u062F\u0641\u060C \u0627\u0633\u062A\u062E\u062F\u0645 \u0627\u0644\u062A\u0631\u062C\u0645\u0627\u062A \u0627\u0644\u064A\u062F\u0648\u064A\u0629 \u0623\u0648\u0644\u0627\u064B (\u0645\u0648\u0635\u0649 \u0628\u0647)",videoSubtitleTranslationDescription:"\u062A\u062E\u0635\u064A\u0635 \u062E\u062F\u0645\u0629 \u062A\u0631\u062C\u0645\u0629 \u0645\u0646\u0641\u0635\u0644\u0629 \u0644\u062A\u0631\u062C\u0645\u0627\u062A \u0627\u0644\u0641\u064A\u062F\u064A\u0648",subtitleTranslating:"\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u062A\u0631\u062C\u0645\u0627\u062A \u0628\u0627\u0633\u062A\u062E\u062F\u0627\u0645 {service} \u062E\u062F\u0645\u0629\u060C \u064A\u0631\u062C\u0649 \u0627\u0644\u0627\u0646\u062A\u0638\u0627\u0631... (\u062A\u0631\u062C\u0645\u0629 \u063A\u0627\u0645\u0631\u0629)",subtitleLoading:"\u062C\u0627\u0631\u064D \u062A\u062D\u0645\u064A\u0644 \u0627\u0644\u062A\u0631\u062C\u0645\u0629...",bilingual:"\u062B\u0646\u0627\u0626\u064A \u0627\u0644\u0644\u063A\u0629","field.action":"\u0645\u0627 \u0625\u0630\u0627 \u0643\u0627\u0646 \u0633\u064A\u062A\u0645 \u062A\u0645\u0643\u064A\u0646 \u0645\u0635\u0637\u0644\u062D\u0627\u062A \u0628\u0627\u064A\u062F\u0648","description.action":"\u0628\u0639\u062F \u0627\u0644\u062A\u0645\u0643\u064A\u0646\u060C \u0633\u062A\u062A\u0645 \u0625\u0636\u0627\u0641\u0629 \u0627\u0644\u0625\u062C\u0631\u0627\u0621 \u0627\u0644\u0645\u0639\u0644\u0645\u0629 = 1 \u0625\u0644\u0649 \u0637\u0644\u0628 \u0625\u0628\u0644\u0627\u063A Baidu \u0644\u062A\u0645\u0643\u064A\u0646 \u0627\u0644\u0645\u0635\u0637\u0644\u062D.<1> \u064A\u0631\u062C\u0649 \u0627\u0644\u0631\u062C\u0648\u0639 \u0625\u0644\u0649 \u0627\u0644\u0648\u062B\u0627\u0626\u0642 \u0627\u0644\u0631\u0633\u0645\u064A\u0629 \u0644\u0645\u0632\u064A\u062F \u0645\u0646 \u0627\u0644\u062A\u0639\u0644\u064A\u0645\u0627\u062A.",closeQuickTranslation:"\u0623\u063A\u0644\u0642 \u0627\u0644\u0643\u0631\u0629 \u0627\u0644\u0639\u0627\u0626\u0645\u0629","closeQuickTranslation.untilNext":"\u0645\u063A\u0644\u0642 \u062D\u062A\u0649 \u0627\u0644\u0632\u064A\u0627\u0631\u0629 \u0627\u0644\u0642\u0627\u062F\u0645\u0629","closeQuickTranslation.currentWebsite":"\u0627\u0644\u0645\u0648\u0642\u0639 \u0627\u0644\u062D\u0627\u0644\u064A \u0645\u0639\u0637\u0644","closeQuickTranslation.alwaysClose":"\u062A\u0639\u0637\u064A\u0644 \u062F\u0627\u0626\u0645","closeQuickTranslation.settingOpen":"(\u064A\u0645\u0643\u0646 \u0627\u0644\u0639\u062B\u0648\u0631 \u0639\u0644\u064A\u0647 \u0641\u064A \u0635\u0641\u062D\u0629 \u0627\u0644\u0625\u0639\u062F\u0627\u062F <1> \u0634\u063A\u0644\u0647)","closeQuickTranslation.cancel":"\u064A\u0644\u063A\u064A","closeQuickTranslation.confirm":"\u0628\u0627\u0644\u062A\u0623\u0643\u064A\u062F","floatBall.popup":"\u0627\u0641\u062A\u062D \u0644\u0648\u062D\u0629 \u0627\u0644\u0625\u0639\u062F\u0627\u062F\u0627\u062A \u0627\u0644\u0633\u0631\u064A\u0639\u0629","floatBall.translate":"\u0627\u0646\u0642\u0631 \u0644\u062A\u0631\u062C\u0645\u0629 \u0647\u0630\u0647 \u0627\u0644\u0635\u0641\u062D\u0629","floatBall.showOriginal":"\u0627\u0646\u0642\u0631 \u0644\u0644\u062A\u0628\u062F\u064A\u0644 \u0645\u0631\u0629 \u0623\u062E\u0631\u0649 \u0625\u0644\u0649 \u0627\u0644\u0646\u0635 \u0627\u0644\u0623\u0635\u0644\u064A","floatBall.close":"\u0623\u063A\u0644\u0642 \u0627\u0644\u0643\u0631\u0629 \u0627\u0644\u0639\u0627\u0626\u0645\u0629","floatBallOptions.enableDescPc":"\u0628\u0639\u062F \u062A\u0641\u0639\u064A\u0644 \u0627\u0644\u0643\u0631\u0629 \u0627\u0644\u0639\u0627\u0626\u0645\u0629 \u0644\u0644\u0635\u0641\u062D\u0629\u060C \u0633\u064A\u062A\u0645 \u0639\u0631\u0636 \u0632\u0631 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0633\u0631\u064A\u0639\u0629 \u0639\u0644\u0649 \u0627\u0644\u062C\u0627\u0646\u0628 \u0627\u0644\u0623\u064A\u0645\u0646 \u0645\u0646 \u0627\u0644\u0635\u0641\u062D\u0629\u060C \u0627\u0646\u0642\u0631 \u0644\u0644\u062A\u0631\u062C\u0645\u0629.","floatBallOptions.enableDesc":"\u0628\u0639\u062F \u0625\u063A\u0644\u0627\u0642 \u0627\u0644\u0643\u0631\u0629 \u0627\u0644\u0639\u0627\u0626\u0645\u0629\u060C \u064A\u0645\u0643\u0646 \u0625\u064A\u0642\u0627\u0638\u0647\u0627 \u0628\u0640{touch}. \u0644\u0645\u0646\u0639 \u0627\u0644\u0639\u062B\u0648\u0631 \u0639\u0644\u0649 \u0627\u0644\u0643\u0631\u0629 \u0627\u0644\u0639\u0627\u0626\u0645\u0629 \u0628\u0639\u062F \u0625\u064A\u0642\u0627\u0641 \u062A\u0634\u063A\u064A\u0644 \u0647\u0630\u0627 \u0627\u0644\u062E\u064A\u0627\u0631 \u0639\u0646 \u0637\u0631\u064A\u0642 \u0627\u0644\u062E\u0637\u0623\u060C \u064A\u0648\u0635\u0649 \u0628\u0634\u062F\u0629 \u0628\u0648\u0636\u0639 \u0625\u0634\u0627\u0631\u0629 \u0645\u0631\u062C\u0639\u064A\u0629 \u0639\u0644\u0649 \u0635\u0641\u062D\u0629 \u0627\u0644\u0625\u0639\u062F\u0627\u062F\u0627\u062A \u0647\u0630\u0647.","description.azureApiUrl":"\u0627\u0645\u0644\u0623 \u0639\u0646\u0648\u0627\u0646 \u0648\u0627\u062C\u0647\u0629 API \u0627\u0644\u0645\u062E\u0635\u0635\u0629",confirmSupportMouse:"\u0641\u0631\u0636 \u062F\u0639\u0645 \u0627\u0644\u0645\u0627\u0648\u0633 \u0644\u064A\u062A\u0645 \u062A\u0645\u0643\u064A\u0646\u0647",confirmSupportMouseDescription:"\u062A\u0645 \u0627\u0643\u062A\u0634\u0627\u0641 \u0623\u0646 \u0627\u0644\u0645\u062A\u0635\u0641\u062D \u0627\u0644\u062D\u0627\u0644\u064A \u0644\u0627 \u064A\u062F\u0639\u0645 \u0648\u0638\u064A\u0641\u0629 \u0627\u0644\u0645\u0627\u0648\u0633. \u0647\u0644 \u062A\u0631\u064A\u062F \u0641\u0631\u0636 \u062A\u0645\u0643\u064A\u0646 \u062F\u0639\u0645 \u0627\u0644\u0645\u0627\u0648\u0633\u061F",sampleTargetText:"\u0627\u0644\u0644\u064A\u0644 \u0627\u0644\u0637\u0648\u064A\u0644 \u0642\u0627\u062F\u0645\u060C \u0648\u0633\u0623\u0638\u0644 \u0633\u0627\u0647\u0631\u064B\u0627 \u0645\u0646 \u0627\u0644\u0622\u0646 \u0641\u0635\u0627\u0639\u062F\u064B\u0627 \u062D\u062A\u0649 \u0623\u0645\u0648\u062A. \u0644\u0646 \u0623\u062A\u062E\u0630 \u0632\u0648\u062C\u0629\u060C \u0648\u0644\u0627 \u0625\u0642\u0637\u0627\u0639\u064A\u0629\u060C \u0648\u0644\u0627 \u0623\u0637\u0641\u0627\u0644\u0627\u064B. \u0644\u0646 \u0623\u0631\u062A\u062F\u064A \u0627\u0644\u062A\u0627\u062C \u0623\u0648 \u0623\u062A\u0646\u0627\u0641\u0633 \u0639\u0644\u0649 \u0627\u0644\u0623\u0648\u0633\u0645\u0629. \u0633\u0623\u0642\u0648\u0645 \u0628\u0648\u0627\u062C\u0628\u064A \u0628\u0625\u062E\u0644\u0627\u0635\u060C \u0648\u0623\u0639\u064A\u0634 \u0648\u0623\u0645\u0648\u062A.",sampleSourceText:"Night gathers, and now my watch begins. It shall not end until my death. I shall take no wife, hold no lands, father no children. I shall wear no crowns and win no glory. I shall live and die at my post.","subtitle.supportedSites":"\u5DF2\u652F\u6301\u5728\u8FD9\u4E9B\u7F51\u7AD9\u4F7F\u7528\u53CC\u8BED\u5B57\u5E55\uFF08\u6CE8\u610F\uFF1A\u7531\u4E8E\u6280\u672F\u9650\u5236\uFF0C\u90E8\u5206\u7F51\u7AD9\u5728\u9996\u6B21\u5F00\u542F\u5B57\u5E55\u540E\u9700\u8981\u91CD\u65B0\u5237\u65B0\u9875\u9762\uFF0C\u6216\u8005\u9700\u7B49\u5F85\u7FFB\u8BD1\u5B8C\u6210\u4EE5\u663E\u793A\u53CC\u8BED\u5B57\u5E55\uFF09\uFF1A",viewWithImmersiveTranslate:"\u53CC\u8BED\u7248\u672C(\u6C89\u6D78\u5F0F\u7FFB\u8BD1)",errorReason:"\u9519\u8BEF\u539F\u56E0\uFF1A{message}","proQuotaExceededError.onetime7day":'\uFF0C\u60A8\u53EF\u4EE5\u9009\u62E9\u4EE5\u4E0B\u65B9\u5F0F\u89E3\u51B3\uFF1A

1. \u5207\u6362\u5230 {anotherService} \u6216\u5176\u4ED6\u7FFB\u8BD1\u670D\u52A1
2. \u5347\u7EA7\u4E3A\u6708\u5EA6/\u5E74\u5EA6\u4F1A\u5458',"proQuotaExceededError.trial":'\uFF0C\u60A8\u53EF\u4EE5\u9009\u62E9\u4EE5\u4E0B\u65B9\u5F0F\u89E3\u51B3\uFF1A

1. \u5207\u6362\u5230 {anotherService} \u6216\u5176\u4ED6\u7FFB\u8BD1\u670D\u52A1
2. \u7ACB\u523B\u5347\u7EA7\u4E3A\u6B63\u5F0F\u4F1A\u5458',"proQuotaExceededError.nonTrial":'\uFF0C\u60A8\u53EF\u4EE5\u9009\u62E9\u4EE5\u4E0B\u65B9\u5F0F\u89E3\u51B3\uFF1A

1. \u5207\u6362\u5230 {anotherService} \u6216\u5176\u4ED6\u7FFB\u8BD1\u670D\u52A1
2. \u8D2D\u4E70 {translationService} \u989D\u5916\u6D41\u91CF\u5305',"proQuotaExceededError.resetTime":"
3. \u989D\u5EA6\u91CD\u7F6E\u65F6\u95F4\uFF1A{resetTime}","desc.touchShortcutsToggleTranslatePageOnlyTranslation":'\u062A\u0634\u064A\u0631 "\u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0641\u0642\u0637" \u0625\u0644\u0649 \u0639\u0631\u0636 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0641\u0642\u0637\u060C \u0625\u0630\u0627 \u0644\u0645 \u064A\u062A\u0645 \u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0635\u0641\u062D\u0629 \u0627\u0644\u0625\u0644\u0643\u062A\u0631\u0648\u0646\u064A\u0629 \u0628\u0639\u062F\u060C \u0633\u064A\u062A\u0645 \u062A\u063A\u064A\u064A\u0631 \u0627\u0644\u0648\u0636\u0639 \u0648\u062A\u0631\u062C\u0645\u062A\u0647\u0627.',"desc.toggleOnlyTransation":"\u062A\u0634\u064A\u0631 \u0648\u0636\u0639\u064A\u0629 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0641\u0642\u0637 \u0625\u0644\u0649 \u0639\u0631\u0636 \u0627\u0644\u0646\u0635 \u0627\u0644\u0645\u062A\u0631\u062C\u0645 \u0641\u0642\u0637\u060C \u0625\u0630\u0627 \u0644\u0645 \u064A\u062A\u0645 \u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0635\u0641\u062D\u0629 \u0627\u0644\u0625\u0644\u0643\u062A\u0631\u0648\u0646\u064A\u0629 \u0628\u0639\u062F\u060C \u0633\u064A\u062A\u0645 \u062A\u063A\u064A\u064A\u0631 \u0627\u0644\u0648\u0636\u0639 \u0648\u062A\u0631\u062C\u0645\u062A\u0647\u0627.",touchShortcutsToggleTranslatePageOnlyTranslation:"\u062A\u0639\u064A\u064A\u0646 \u0627\u0644\u0625\u064A\u0645\u0627\u0621\u0627\u062A \u0639\u0644\u0649 \u0627\u0644\u0634\u0627\u0634\u0629 \u0644\u0644\u062A\u0628\u062F\u064A\u0644 \u0628\u064A\u0646 \u0627\u0644\u0648\u0636\u0639 \u0627\u0644\u0645\u0632\u062F\u0648\u062C / \u0627\u0644\u0648\u0636\u0639 \u0627\u0644\u0646\u0635\u064A \u0641\u0642\u0637",download_started:"\u0628\u062F\u0623 \u0627\u0644\u062A\u0646\u0632\u064A\u0644 \u0628\u0627\u0644\u0641\u0639\u0644\u060C \u0625\u0630\u0627 \u0644\u0645 \u064A\u062A\u0645 \u0627\u0644\u062A\u0646\u0632\u064A\u0644 \u062A\u0644\u0642\u0627\u0626\u064A\u064B\u0627\u060C \u064A\u0631\u062C\u0649 \u0627\u0644\u0646\u0642\u0631 \u064A\u062F\u0648\u064A\u064B\u0627",here:"\u0647\u0646\u0627","desc.toggleVideoSubtitlePreTranslation":"\u0628\u0639\u062F \u0627\u0644\u0636\u063A\u0637\u060C \u0633\u062A\u0633\u062A\u062E\u062F\u0645 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u063A\u0627\u0645\u0631\u0629 \u0644\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u062B\u0646\u0627\u0626\u064A\u0629 \u0644\u0644\u0641\u064A\u062F\u064A\u0648 \u0628\u0634\u0643\u0644 \u0623\u0648\u0644\u0648\u064A\u060C \u0648\u0628\u0627\u0644\u0636\u063A\u0637 \u0645\u0631\u0629 \u0623\u062E\u0631\u0649\u060C \u0633\u062A\u0633\u062A\u062E\u062F\u0645 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0622\u0644\u064A\u0629 \u0627\u0644\u0645\u0631\u0641\u0642\u0629 \u0628\u0627\u0644\u0641\u064A\u062F\u064A\u0648 \u0627\u0644\u0623\u0635\u0644\u064A \u0628\u0634\u0643\u0644 \u0623\u0648\u0644\u0648\u064A. \u064A\u0631\u062C\u0649 \u0645\u0644\u0627\u062D\u0638\u0629: \u0647\u0630\u0627 \u0627\u0644\u0627\u062E\u062A\u0635\u0627\u0631 \u064A\u0639\u062F\u0644 \u0627\u0644\u0625\u0639\u062F\u0627\u062F\u0627\u062A \u0627\u0644\u0639\u0627\u0645\u0629.",videoSubtitlePreTranslationOn:"\u0633\u064A\u062A\u0645 \u0627\u0633\u062A\u062E\u062F\u0627\u0645 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u063A\u0627\u0645\u0631\u0629 \u0628\u0634\u0643\u0644 \u0623\u0648\u0644\u0648\u064A \u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u062A\u0631\u062C\u0645\u0627\u062A \u0627\u0644\u0645\u0631\u0626\u064A\u0629",videoSubtitlePreTranslationOff:"\u0633\u064A\u062A\u0645 \u0627\u0633\u062A\u062E\u062F\u0627\u0645 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0622\u0644\u064A\u0629 \u0644\u0644\u062A\u0631\u062C\u0645\u0629 \u0641\u064A \u0627\u0644\u0641\u064A\u062F\u064A\u0648 \u0628\u0634\u0643\u0644 \u0623\u0648\u0644\u0648\u064A",translationFont:"\u062A\u0639\u064A\u064A\u0646 \u0627\u0644\u062E\u0637","translationFont.custom":"\u0623\u062F\u062E\u0644 \u0627\u0644\u062E\u0637 \u0627\u0644\u0645\u062E\u0635\u0635","translationFont.customPlaceholder":"\u062E\u0637 \u0627\u0644\u0643\u062A\u0627\u0628\u0629","translationFont.notSupportErrorMessage":"\u064A\u0631\u062C\u0649 \u0627\u0644\u062A\u062D\u0642\u0642 \u0645\u0646 \u0635\u062D\u0629 \u0627\u0633\u0645 \u0627\u0644\u062E\u0637 \u0627\u0644\u0630\u064A \u0623\u062F\u062E\u0644\u062A\u0647 \u060C \u0623\u0648 \u0627\u0644\u062A\u0623\u0643\u062F \u0645\u0646 \u0623\u0646 \u0627\u0644\u062E\u0637 \u0642\u062F \u062A\u0645 \u062A\u062B\u0628\u064A\u062A\u0647 \u0628\u0627\u0644\u0641\u0639\u0644 \u0639\u0644\u0649 \u062C\u0647\u0627\u0632\u0643.","touch.mouse-translate":"\u062A\u0631\u062C\u0645 \u0627\u0644\u0641\u0642\u0631\u0629 \u0627\u0644\u0645\u062D\u062F\u062F\u0629","translationServices.inherit":"\u0627\u062A\u0628\u0639 \u0627\u0644\u062E\u062F\u0645\u0629 \u0627\u0644\u0631\u0626\u064A\u0633\u064A\u0629 \u0644\u0644\u062A\u0631\u062C\u0645\u0629","error.serveConfigError":"\u062E\u0637\u0623 \u0641\u064A \u062A\u0643\u0648\u064A\u0646 \u0627\u0644\u062E\u062F\u0645\u0629","error.reloadPageOfSetting":"\u0628\u0639\u062F \u0627\u0644\u062A\u0643\u0648\u064A\u0646\u060C \u064A\u0631\u062C\u0649 \u062A\u062D\u062F\u064A\u062B \u0627\u0644\u0635\u0641\u062D\u0629 \u0648\u062A\u0631\u062C\u0645\u062A\u0647\u0627 \u0645\u0631\u0629 \u0623\u062E\u0631\u0649.","error.googleLimitIp":"\u062A\u0645 \u0625\u0631\u062C\u0627\u0639 \u062E\u0637\u0623 \u0645\u0646 \u0627\u0644\u062E\u062F\u0645\u0629 \u060C \u062E\u062F\u0645\u0629 Google \u0642\u062F \u0642\u0627\u0645\u062A \u0628\u062A\u0642\u064A\u064A\u062F \u0627\u0644\u0646\u0637\u0627\u0642 \u0627\u0644\u062E\u0627\u0635 \u0628\u0639\u0646\u0648\u0627\u0646 IP \u0647\u0630\u0627 \u060C \u0646\u0646\u0635\u062D\u0643 \u0628\u062A\u063A\u064A\u064A\u0631 \u0646\u0642\u0637\u0629 \u0627\u0644\u0634\u0628\u0643\u0629.","error.openAIFreeLimit":"\u062A\u0645 \u0625\u0631\u062C\u0627\u0639 \u062E\u0637\u0623 \u0645\u0646 \u0627\u0644\u062E\u062F\u0645\u0629\u060C \u0648\u0642\u062F \u0648\u0635\u0644\u062A \u062A\u0631\u062F\u062F \u0637\u0644\u0628\u0627\u062A \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u062D\u0627\u0644\u064A\u0629 \u0625\u0644\u0649 \u0627\u0644\u062D\u062F \u0627\u0644\u0623\u0642\u0635\u0649 \u0627\u0644\u0628\u0627\u0644\u063A 3 \u0645\u0631\u0627\u062A \u0641\u064A \u0627\u0644\u062F\u0642\u064A\u0642\u0629\u060C \u064A\u0631\u062C\u0649 \u0627\u0644\u0645\u062D\u0627\u0648\u0644\u0629 \u0645\u0631\u0629 \u0623\u062E\u0631\u0649 \u0644\u0627\u062D\u0642\u064B\u0627. (\u0647\u0630\u0627 \u0647\u0648 \u0627\u0644\u0642\u064A\u062F \u0627\u0644\u0631\u0633\u0645\u064A \u0645\u0646 OpenAI \u0644\u0645\u0641\u062A\u0627\u062D API \u0627\u0644\u0645\u062C\u0627\u0646\u064A\u060C \u0644\u0631\u0641\u0639 \u0647\u0630\u0627 \u0627\u0644\u0642\u064A\u062F\u060C \u064A\u0631\u062C\u0649 \u0631\u0628\u0637 \u0628\u0637\u0627\u0642\u0629 \u0627\u0644\u0627\u0626\u062A\u0645\u0627\u0646 \u0641\u064A \u0644\u0648\u062D\u0629 \u0627\u0644\u062A\u062D\u0643\u0645 \u0627\u0644\u062E\u0644\u0641\u064A\u0629 \u0644\u0640 OpenAI.)","error.openAIExceededQuota":"\u062A\u0645 \u0625\u0631\u062C\u0627\u0639 \u0627\u0644\u062E\u062F\u0645\u0629 \u0628\u062E\u0637\u0623: \u0631\u0635\u064A\u062F \u062D\u0633\u0627\u0628 OpenAI \u0627\u0644\u062D\u0627\u0644\u064A \u063A\u064A\u0631 \u0643\u0627\u0641\u064D \u060C \u064A\u0631\u062C\u0649 \u0625\u0639\u0627\u062F\u0629 \u0627\u0644\u0634\u062D\u0646 \u0623\u0648 \u0631\u0628\u0637 \u0628\u0637\u0627\u0642\u0629 \u0627\u0644\u0627\u0626\u062A\u0645\u0627\u0646 \u0641\u064A \u0627\u0644\u062E\u0644\u0641\u064A\u0629 \u0627\u0644\u0631\u0633\u0645\u064A\u0629 \u0644\u0640 OpenAI.","error.429":"\u062A\u0645 \u0625\u0631\u062C\u0627\u0639 \u0627\u0644\u062E\u062F\u0645\u0629 \u0628\u062E\u0637\u0623\u060C \u0645\u0645\u0627 \u064A\u0634\u064A\u0631 \u0625\u0644\u0649 \u0623\u0646 \u0627\u0644\u0637\u0644\u0628\u0627\u062A \u0643\u062B\u064A\u0631\u0629 \u062C\u062F\u064B\u0627 \u0623\u0648 \u062A\u062C\u0627\u0648\u0632\u062A \u0627\u0644\u062D\u062F \u0627\u0644\u0645\u062D\u062F\u062F\u060C \u064A\u0631\u062C\u0649 \u0627\u0644\u0645\u062D\u0627\u0648\u0644\u0629 \u0645\u0631\u0629 \u0623\u062E\u0631\u0649 \u0644\u0627\u062D\u0642\u064B\u0627.","error.403":"\u062A\u0645 \u0625\u0631\u062C\u0627\u0639 \u0627\u0644\u062E\u062F\u0645\u0629 \u0628\u062E\u0637\u0623\u060C \u0644\u064A\u0633 \u0644\u062F\u064A\u0643 \u0627\u0644\u0635\u0644\u0627\u062D\u064A\u0629 \u0627\u0644\u0645\u0624\u0642\u062A\u0629 \u0644\u0644\u0648\u0635\u0648\u0644 \u0625\u0644\u0649 \u0647\u0630\u0647 \u0627\u0644\u062E\u062F\u0645\u0629.","error.400":"\u062A\u0645 \u0625\u0631\u062C\u0627\u0639 \u062E\u0637\u0623 \u0641\u064A \u0627\u0644\u062E\u062F\u0645\u0629 \u060C \u062E\u0637\u0623 \u0641\u064A \u0645\u0639\u0644\u0645\u0627\u062A \u0627\u0644\u0637\u0644\u0628 \u060C \u064A\u0631\u062C\u0649 \u0627\u0644\u062A\u062D\u0642\u0642 \u0645\u0646 \u0627\u0644\u062A\u0643\u0648\u064A\u0646 \u0627\u0644\u0645\u0646\u0627\u0633\u0628.","error.502":"\u062A\u0645 \u0625\u0631\u062C\u0627\u0639 \u062E\u0637\u0623 \u0645\u0646 \u0627\u0644\u062E\u062F\u0645\u0629 \u060C \u062A\u062C\u0627\u0648\u0632 \u0627\u0644\u062E\u062F\u0645\u0629 \u0627\u0644\u0648\u0642\u062A \u0627\u0644\u0645\u062D\u062F\u062F \u060C \u064A\u0631\u062C\u0649 \u0627\u0644\u0645\u062D\u0627\u0648\u0644\u0629 \u0645\u0631\u0629 \u0623\u062E\u0631\u0649 \u0641\u064A \u0648\u0642\u062A \u0644\u0627\u062D\u0642.","error.proTokenInvalid":"\u0625\u0630\u0627 \u0643\u0646\u062A \u0645\u0633\u062A\u062E\u062F\u0645\u064B\u0627 \u0645\u062D\u062A\u0631\u0641\u064B\u0627 \u060C \u064A\u0631\u062C\u0649 \u062A\u0633\u062C\u064A\u0644 \u0627\u0644\u062F\u062E\u0648\u0644 \u0642\u0628\u0644 \u0627\u0633\u062A\u062E\u062F\u0627\u0645 \u062E\u062F\u0645\u0629 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0645\u062D\u062A\u0631\u0641\u0629","error.proUpgrade":"\u0628\u0639\u062F \u0627\u0644\u062A\u0631\u0642\u064A\u0629 \u060C \u064A\u0631\u062C\u0649 \u062A\u062D\u062F\u064A\u062B \u0627\u0644\u0635\u0641\u062D\u0629 \u0648\u062A\u0631\u062C\u0645\u062A\u0647\u0627 \u0645\u0631\u0629 \u0623\u062E\u0631\u0649.","error.configError":"\u062A\u0643\u0648\u064A\u0646 \u0627\u0644\u0628\u064A\u0627\u0646\u0627\u062A \u063A\u064A\u0631 \u0637\u0628\u064A\u0639\u064A","error.goReset":"\u0625\u0639\u0627\u062F\u0629 \u0627\u0644\u062A\u0639\u064A\u064A\u0646",batchEdit:"\u0627\u0644\u0639\u0645\u0644\u064A\u0627\u062A \u0627\u0644\u062C\u0645\u0627\u0639\u064A\u0629","translationModeLang.translation.title":"\u0646\u0645\u0637 \u0627\u0644\u0644\u063A\u0629 \u0627\u0644\u0646\u0635\u064A \u0641\u0642\u0637","translationModeLang.translation.description":"\u0639\u0646\u062F\u0645\u0627 \u064A\u0643\u0648\u0646 \u0644\u063A\u0629 \u0627\u0644\u0635\u0641\u062D\u0629 \u0628\u0627\u0644\u0644\u063A\u0627\u062A \u0627\u0644\u062A\u0627\u0644\u064A\u0629\u060C \u0633\u064A\u062A\u0645 \u0627\u0633\u062A\u062E\u062F\u0627\u0645 \u0648\u0636\u0639 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0641\u0642\u0637 \u062A\u0644\u0642\u0627\u0626\u064A\u064B\u0627.","translationModeUrl.translation.title":"\u0631\u0627\u0628\u0637 \u0627\u0644\u0648\u0636\u0639 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0641\u0642\u0637","translationModeUrl.translation.description":"\u0639\u0646\u062F\u0645\u0627 \u064A\u0643\u0648\u0646 \u0627\u0644\u0645\u0648\u0642\u0639 \u0627\u0644\u0625\u0644\u0643\u062A\u0631\u0648\u0646\u064A \u0644\u0644\u0646\u0637\u0627\u0642\u0627\u062A \u0627\u0644\u062A\u0627\u0644\u064A\u0629\u060C \u0633\u064A\u062A\u0645 \u0627\u0633\u062A\u062E\u062F\u0627\u0645 \u0648\u0636\u0639 \u0627\u0644\u0646\u0635 \u0627\u0644\u0645\u062A\u0631\u062C\u0645 \u0641\u0642\u0637 \u062A\u0644\u0642\u0627\u0626\u064A\u064B\u0627.","error.serveUnavailable":"\u0627\u0644\u062E\u062F\u0645\u0629 [{serverName}] \u0627\u0644\u062A\u064A \u062A\u0633\u062A\u062E\u062F\u0645\u0647\u0627 \u062D\u0627\u0644\u064A\u064B\u0627 \u063A\u064A\u0631 \u0642\u0627\u0628\u0644\u0629 \u0644\u0644\u0648\u0635\u0648\u0644 \u0645\u0624\u0642\u062A\u064B\u0627 \u0628\u0633\u0628\u0628 \u0645\u0634\u0643\u0644\u0629 \u0641\u064A \u0627\u0644\u0627\u062A\u0635\u0627\u0644 \u0628\u0627\u0644\u0634\u0628\u0643\u0629 \u0623\u0648 \u0645\u0632\u0648\u062F \u0627\u0644\u062E\u062F\u0645\u0629. \u0646\u0642\u062A\u0631\u062D \u0639\u0644\u064A\u0643 \u062A\u062D\u062F\u064A\u062B \u0627\u0644\u0635\u0641\u062D\u0629 \u0623\u0648 \u062A\u063A\u064A\u064A\u0631 \u062E\u062F\u0645\u0629 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0623\u062E\u0631\u0649 \u0645\u0646 \u062E\u0644\u0627\u0644 <1>\u0627\u0644\u0625\u0639\u062F\u0627\u062F\u0627\u062A. \u0625\u0630\u0627 \u0643\u0646\u062A \u0639\u0636\u0648\u064B\u0627 \u0641\u064A <2>Pro\u060C \u064A\u0645\u0643\u0646\u0643 \u0627\u062E\u062A\u064A\u0627\u0631 \u0627\u0633\u062A\u062E\u062F\u0627\u0645 \u062E\u062F\u0645\u0629 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 DeepL \u0623\u0648 OpenAI \u0627\u0644\u0623\u0643\u062B\u0631 \u0627\u0633\u062A\u0642\u0631\u0627\u0631\u064B\u0627 (<3>\u0627\u0646\u0642\u0631 \u0647\u0646\u0627 \u0644\u062A\u062C\u0631\u0628\u0629 \u0645\u062C\u0627\u0646\u064A\u0629). \u0628\u0627\u0644\u0625\u0636\u0627\u0641\u0629 \u0625\u0644\u0649 \u0630\u0644\u0643\u060C \u0642\u062F \u062A\u062D\u062A\u0627\u062C \u0623\u064A\u0636\u064B\u0627 \u0625\u0644\u0649 \u0627\u0644\u062A\u062D\u0642\u0642 \u0645\u0646 \u0625\u0639\u062F\u0627\u062F\u0627\u062A \u0627\u0644\u0634\u0628\u0643\u0629 \u0623\u0648 \u0627\u0644\u0648\u0643\u064A\u0644 \u0627\u0644\u062E\u0627\u0635\u0629 \u0628\u0643.",detectServiceLoading:"\u062C\u0627\u0631\u064D \u0627\u0644\u062A\u062D\u0642\u0642 \u0645\u0646 \u0627\u0644\u062E\u062F\u0645\u0627\u062A \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0645\u062A\u0627\u062D\u0629...",toggleToService:"\u0627\u0644\u062A\u0628\u062F\u064A\u0644 \u0625\u0644\u0649 {service} \u0648\u0625\u0639\u0627\u062F\u0629 \u0627\u0644\u0645\u062D\u0627\u0648\u0644\u0629","error.gemini.429":"\u0627\u0644\u062E\u062F\u0645\u0629 Gemini \u0627\u0644\u062D\u0627\u0644\u064A\u0629 \u0642\u062F \u0648\u0635\u0644\u062A \u0625\u0644\u0649 \u0627\u0644\u062D\u062F \u0627\u0644\u0623\u0642\u0635\u0649 \u0644\u0644\u0642\u062F\u0631\u0629 \u0639\u0644\u0649 \u0627\u0644\u062A\u062D\u0645\u0644\u060C \u064A\u0631\u062C\u0649 \u0627\u0644\u0645\u062D\u0627\u0648\u0644\u0629 \u0645\u0631\u0629 \u0623\u062E\u0631\u0649 \u0641\u064A \u0648\u0642\u062A \u0644\u0627\u062D\u0642\u060C \u0623\u0648 \u0627\u0644\u062A\u0628\u062F\u064A\u0644 \u0625\u0644\u0649 \u062E\u062F\u0645\u0629 \u062A\u0631\u062C\u0645\u0629 \u0623\u062E\u0631\u0649.",enableSentryReport:"\u0639\u0646\u062F \u062D\u062F\u0648\u062B \u062E\u0637\u0623 \u0641\u064A \u0627\u0644\u062A\u0648\u0633\u064A\u0639 \u060C \u0627\u0633\u062A\u062E\u062F\u0645 Sentry \u0644\u062A\u0642\u062F\u064A\u0645 \u0627\u0644\u0645\u0644\u0627\u062D\u0638\u0627\u062A","widget.translateFile":"PDF/ePub",pickAll:"\u062D\u062F\u062F \u0627\u0644\u0643\u0644",contact:"\u0627\u062A\u0635\u0644 \u0628\u0646\u0627","translationServices.gemini":"\u0627\u0644\u062C\u0645\u0646\u0627\u0632","tagsInput.add":"+ \u0625\u0636\u0627\u0641\u0629",touchShortcutsOff:"\u0625\u063A\u0644\u0627\u0642","error.retry":"\u0623\u0639\u062F \u0627\u0644\u0645\u062D\u0627\u0648\u0644\u0629","slide.left":"\u0627\u0646\u0632\u0644\u0642 \u0625\u0644\u0649 \u0627\u0644\u064A\u0645\u064A\u0646",translationOnlyMode:"\u0648\u0636\u0639 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0641\u0642\u0637",goLogin:"\u062A\u0633\u062C\u064A\u0644 \u0627\u0644\u062F\u062E\u0648\u0644","slide.right":"\u0627\u0646\u0632\u0644\u0642 \u0625\u0644\u0649 \u0627\u0644\u064A\u0633\u0627\u0631","multipleClick.4":"\u0631\u0628\u0627\u0639\u064A \u0645\u062A\u062A\u0627\u0644\u064A",shortcutSettingsTitle:"\u0625\u0639\u062F\u0627\u062F\u0627\u062A \u0627\u0644\u0627\u062E\u062A\u0635\u0627\u0631\u0627\u062A",loggedIn:"\u062A\u0645 \u062A\u0633\u062C\u064A\u0644 \u0627\u0644\u062F\u062E\u0648\u0644",shortcutSettings:"\u0627\u062E\u062A\u0635\u0627\u0631\u0627\u062A \u0627\u0644\u0645\u0641\u0627\u062A\u064A\u062D","multipleClick.2":"\u0627\u0646\u0642\u0631 \u0645\u0631\u062A\u064A\u0646","shortcutGroup.others":"\u0627\u0644\u0645\u0632\u064A\u062F \u0645\u0646 \u0627\u0644\u0627\u062E\u062A\u0635\u0627\u0631\u0627\u062A \u0627\u0644\u0645\u062E\u0635\u0635\u0629","widget.videoSubtitle":"\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0641\u064A\u062F\u064A\u0648","intro.floatBallTitle":"\u0643\u0631\u0629 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0633\u0631\u064A\u0639\u0629",notLogin:"\u0644\u0645 \u064A\u062A\u0645 \u062A\u0633\u062C\u064A\u0644 \u0627\u0644\u062F\u062E\u0648\u0644","widget.instruction":"\u062A\u0639\u0644\u064A\u0645\u0627\u062A \u0627\u0644\u0627\u0633\u062A\u062E\u062F\u0627\u0645",alwaysTranslateThisSite:"\u062F\u0627\u0626\u0645\u0627 \u062A\u0631\u062C\u0645 \u0647\u0630\u0627 \u0627\u0644\u0645\u0648\u0642\u0639","error.subscriptionExpiredTitle":"\u0627\u0646\u062A\u0647\u062A \u0635\u0644\u0627\u062D\u064A\u0629 \u0627\u0644\u0639\u0636\u0648\u064A\u0629","shortcutGroup.shortcutsForTranslationServices":"\u062E\u062F\u0645\u0627\u062A \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0645\u0641\u0627\u062A\u064A\u062D \u0627\u0644\u0633\u0631\u064A\u0639\u0629","widget.instructionTooltip":"\u0631\u0627\u062C\u0639 \u062A\u0639\u0644\u064A\u0645\u0627\u062A \u0627\u0644\u0627\u0633\u062A\u062E\u062F\u0627\u0645",temprarilyChangeTranslationTo_gemini:"\u064A\u062A\u0645 \u0627\u0633\u062A\u062E\u062F\u0627\u0645 Gemini \u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0635\u0641\u062D\u0629 \u0627\u0644\u062D\u0627\u0644\u064A\u0629","subtitle.hideQuickButton":"\u0644\u0627 \u062A\u0638\u0647\u0631 \u0647\u0630\u0627 \u0627\u0644\u0627\u062E\u062A\u0635\u0627\u0631 \u0645\u0631\u0629 \u0623\u062E\u0631\u0649",temprarilyChangeTranslationTo_google:"\u064A\u062A\u0645 \u0627\u0633\u062A\u062E\u062F\u0627\u0645 \u062A\u0631\u062C\u0645\u0629 Google \u0644\u0644\u0635\u0641\u062D\u0629 \u0627\u0644\u062D\u0627\u0644\u064A\u0629","subtitle.bilingual":"\u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u062B\u0646\u0627\u0626\u064A\u0629 \u0627\u0644\u0644\u063A\u0629",mouseHoverCustomKeyTitle:"\u062A\u0639\u0631\u064A\u0641 \u0627\u062E\u062A\u0635\u0627\u0631\u0627\u062A \u0627\u0644\u0645\u0627\u0648\u0633 \u0627\u0644\u0645\u0639\u0644\u0642\u0629","browser.translateInputBox":"\u062A\u0631\u062C\u0645 \u0645\u062D\u062A\u0648\u0649 \u0645\u0631\u0628\u0639 \u0627\u0644\u0625\u062F\u062E\u0627\u0644 \u0627\u0644\u062D\u0627\u0644\u064A","shortcutGroup.touch":"\u0627\u0644\u0625\u064A\u0645\u0627\u0621\u0627\u062A \u0627\u0644\u0645\u062E\u0635\u0635\u0629 \u0644\u0644\u0634\u0627\u0634\u0627\u062A \u0627\u0644\u0644\u0645\u0633\u064A\u0629",neverTranslateThisSite:"\u0644\u0627 \u062A\u062A\u0631\u062C\u0645 \u0647\u0630\u0627 \u0627\u0644\u0645\u0648\u0642\u0639 \u0623\u0628\u062F\u0627",temprarilyChangeTranslationTo_deepl:"\u064A\u062A\u0645 \u0627\u0633\u062A\u062E\u062F\u0627\u0645 DeepL \u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0635\u0641\u062D\u0629 \u0627\u0644\u062D\u0627\u0644\u064A\u0629","browser.translateWithDeepL":"\u0627\u0633\u062A\u062E\u062F\u0645 DeepL \u0645\u0624\u0642\u062A\u064B\u0627 \u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0635\u0641\u062D\u0629 \u0627\u0644\u062D\u0627\u0644\u064A\u0629","multipleClick.3":"\u062B\u0644\u0627\u062B\u0629 \u0636\u0631\u0628\u0627\u062A \u0645\u062A\u062A\u0627\u0644\u064A\u0629","widget.translateFileTooltip":"\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0645\u0633\u062A\u0646\u062F\u0627\u062A PDF\u060C EPUB\u060C SRT\u060C ASS\u060C HTML \u0648 TXT","neverTranslateText.title":"\u0627\u0644\u0643\u0644\u0645\u0627\u062A \u0627\u0644\u062A\u0627\u0644\u064A\u0629 \u062A\u0628\u0642\u0649 \u0643\u0645\u0627 \u0647\u064A\u060C \u0644\u0627 \u062A\u062A\u0631\u062C\u0645","subtitle.autoDisableSubtitle":"\u0644\u0627 \u062A\u0642\u0645 \u0628\u062A\u0634\u063A\u064A\u0644 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u062B\u0646\u0627\u0626\u064A\u0629 \u062A\u0644\u0642\u0627\u0626\u064A\u064B\u0627","browser.translateWithGoogle":"\u0627\u0633\u062A\u062E\u062F\u0645 Google Translate \u0645\u0624\u0642\u062A\u064B\u0627 \u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0635\u0641\u062D\u0629 \u0627\u0644\u062D\u0627\u0644\u064A\u0629","shortcutGroup.main":"\u0627\u062E\u062A\u0635\u0627\u0631\u0627\u062A \u0627\u0644\u0648\u0638\u0627\u0626\u0641 \u0627\u0644\u0634\u0627\u0626\u0639\u0629",paragraphMinTextCountField:"\u0627\u0644\u062D\u062F \u0627\u0644\u0623\u062F\u0646\u0649 \u0644\u0639\u062F\u062F \u0627\u0644\u0623\u062D\u0631\u0641 \u0627\u0644\u0645\u0637\u0644\u0648\u0628\u0629 \u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0641\u0642\u0631\u0629","widget.videoSubtitleTooltip":"\u062F\u0639\u0645 Youtube \u0648\u063A\u064A\u0631\u0647\u0627 \u0645\u0646 \u0645\u0648\u0627\u0642\u0639 \u0627\u0644\u0641\u064A\u062F\u064A\u0648 {count}+",upgradeToProErrorTitle:"\u064A\u0631\u062C\u0649 \u0627\u0644\u062A\u0631\u0642\u064A\u0629 \u0625\u0644\u0649 \u0639\u0636\u0648\u064A\u0629 Pro \u0642\u0628\u0644 \u0627\u0633\u062A\u062E\u062F\u0627\u0645 \u0647\u0630\u0647 \u0627\u0644\u062E\u062F\u0645\u0629 \u0627\u0644\u062A\u0631\u062C\u0645\u0629","subtitle.showQuickButton":"\u0641\u064A \u0639\u0631\u0636 \u0627\u0644\u0646\u0635\u0648\u0635 \u0627\u0644\u0645\u062A\u0631\u062C\u0645\u0629 \u0628\u0634\u0643\u0644 \u0645\u0632\u062F\u0648\u062C \u0641\u064A \u0627\u0644\u0645\u0634\u063A\u0644 \u0628\u0637\u0631\u064A\u0642\u0629 \u0633\u0631\u064A\u0639\u0629",temprarilyChangeTranslationTo_transmart:"\u064A\u062A\u0645 \u0627\u0633\u062A\u062E\u062F\u0627\u0645 \u062A\u0631\u062C\u0645\u0629 \u062A\u064A\u0646\u0633\u0646\u062A \u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0635\u0641\u062D\u0629 \u0627\u0644\u062D\u0627\u0644\u064A\u0629",notLoginPro:"\u0644\u0645 \u062A\u0642\u0645 \u0628\u062A\u0633\u062C\u064A\u0644 \u0627\u0644\u062F\u062E\u0648\u0644 \u0625\u0644\u0649 \u062D\u0633\u0627\u0628 \u0627\u0644\u0639\u0636\u0648\u064A\u0629 \u0627\u0644\u062E\u0627\u0635 \u0628\u0643 \u0628\u0639\u062F","floatBall.iKnow":"\u0623\u0646\u0627 \u0623\u0639\u0631\u0641","intro.hoverTitle":"\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0641\u0642\u0631\u0629 \u0627\u0644\u062D\u0627\u0644\u064A\u0629 \u0639\u0646\u062F \u062A\u062D\u0631\u064A\u0643 \u0627\u0644\u0645\u0627\u0648\u0633 \u0641\u0648\u0642\u0647\u0627",temprarilyChangeTranslationTo_bing:"\u064A\u062A\u0645 \u0627\u0633\u062A\u062E\u062F\u0627\u0645 \u0645\u062A\u0631\u062C\u0645 \u0645\u0627\u064A\u0643\u0631\u0648\u0633\u0648\u0641\u062A \u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0635\u0641\u062D\u0629 \u0627\u0644\u062D\u0627\u0644\u064A\u0629",temprarilyChangeTranslationTo_openai:"\u064A\u062A\u0645 \u0627\u0633\u062A\u062E\u062F\u0627\u0645 OpenAI \u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0635\u0641\u062D\u0629 \u0627\u0644\u062D\u0627\u0644\u064A\u0629","browser.translateWithOpenAI":"\u0627\u0633\u062A\u062E\u062F\u0645 OpenAI \u0645\u0624\u0642\u062A\u064B\u0627 \u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0635\u0641\u062D\u0629 \u0627\u0644\u062D\u0627\u0644\u064A\u0629",networkError:"\u062A\u0648\u0627\u062C\u0647 \u062E\u062F\u0645\u0629 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0623\u0648 \u0627\u0644\u0634\u0628\u0643\u0629 \u0645\u0634\u0643\u0644\u0629",buildSnapshots:"\u0625\u0646\u0634\u0627\u0621 \u0644\u0642\u0637\u0629 \u0633\u0631\u064A\u0639\u0629 \u0644\u0644\u0635\u0641\u062D\u0629 \u0627\u0644\u0625\u0644\u0643\u062A\u0631\u0648\u0646\u064A\u0629","shortcutGroup.mouse":"\u062A\u0643\u0648\u064A\u0646 \u0627\u062E\u062A\u0635\u0627\u0631\u0627\u062A \u0627\u0644\u0645\u0627\u0648\u0633 \u0627\u0644\u0645\u0639\u0644\u0642\u0629","intro.subtitleTitle":"\u0639\u0631\u0636 \u0627\u0644\u062A\u0631\u062C\u0645\u0627\u062A \u0627\u0644\u0645\u0632\u062F\u0648\u062C\u0629 \u0644\u0644\u0641\u064A\u062F\u064A\u0648 \u0639\u0628\u0631 \u0627\u0644\u0625\u0646\u062A\u0631\u0646\u062A","floatBall.longPress":"\u0627\u0636\u063A\u0637 \u0645\u0639 \u0627\u0644\u0627\u0633\u062A\u0645\u0631\u0627\u0631 \u0644\u0641\u062A\u062D \u0644\u0648\u062D\u0629 \u0627\u0644\u0625\u0639\u062F\u0627\u062F\u0627\u062A \u0628\u0633\u0631\u0639\u0629",touchShortcutsToggleTranslateTouchElement:"\u062A\u0639\u064A\u064A\u0646 \u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0641\u0642\u0631\u0629 \u0627\u0644\u0645\u062D\u062F\u062F\u0629 \u0628\u0648\u0627\u0633\u0637\u0629 \u0627\u0644\u0625\u064A\u0645\u0627\u0621\u0627\u062A \u0639\u0644\u0649 \u0627\u0644\u0634\u0627\u0634\u0629 \u0627\u0644\u062A\u064A \u062A\u0639\u0645\u0644 \u0628\u0627\u0644\u0644\u0645\u0633","browser.translateWithBing":"\u0627\u0633\u062A\u062E\u062F\u0645 \u062A\u0631\u062C\u0645\u0629 \u0645\u0627\u064A\u0643\u0631\u0648\u0633\u0648\u0641\u062A \u0645\u0624\u0642\u062A\u064B\u0627 \u0644\u0644\u0635\u0641\u062D\u0629 \u0627\u0644\u062D\u0627\u0644\u064A\u0629","error.subscriptionExpired":"\u0642\u062F \u064A\u0643\u0648\u0646 \u0639\u0636\u0648\u064A\u062A\u0643 \u0642\u062F \u0627\u0646\u062A\u0647\u062A \u060C \u064A\u0631\u062C\u0649 \u0627\u0644\u062A\u062D\u0642\u0642 \u0645\u0646 \u062D\u0627\u0644\u0629 \u0639\u0636\u0648\u064A\u062A\u0643","browser.translateWithGemini":"\u0627\u0633\u062A\u062E\u062F\u0645 Gemini \u0645\u0624\u0642\u062A\u064B\u0627 \u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0635\u0641\u062D\u0629 \u0627\u0644\u062D\u0627\u0644\u064A\u0629","desc.touchShortcutsToggleTranslateTouchElement":"\u0642\u0645 \u0628\u062A\u062E\u0635\u064A\u0635 \u0625\u0634\u0627\u0631\u0629 \u0628\u064A\u062F\u0643\u060C \u0648\u064A\u0645\u0643\u0646\u0643 \u062A\u0631\u062C\u0645\u0629 \u0623\u064A \u0641\u0642\u0631\u0629 \u062A\u0648\u0627\u062C\u062F \u0641\u064A\u0647\u0627.","browser.translateWithTransmart":"\u0627\u0633\u062A\u062E\u062F\u0645 \u062A\u0631\u062C\u0645\u0629 \u062A\u064A\u0646\u0633\u0646\u062A \u0645\u0624\u0642\u062A\u064B\u0627 \u0644\u0644\u0635\u0641\u062D\u0629 \u0627\u0644\u062D\u0627\u0644\u064A\u0629","desc.interfaceLanguage":"\u062A\u0624\u062B\u0631 \u0625\u0639\u062F\u0627\u062F\u0627\u062A \u0644\u063A\u0629 \u0627\u0644\u0648\u0627\u062C\u0647\u0629 \u0639\u0644\u0649 \u0644\u063A\u0629 \u0639\u0631\u0636 \u0644\u0648\u062D\u0629 \u0627\u0644\u062A\u062D\u0643\u0645\u060C \u0648\u0644\u0627 \u062A\u062A\u0639\u0644\u0642 \u0628\u0644\u063A\u0629 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0645\u0633\u062A\u0647\u062F\u0641\u0629.",touchShortcutsToggleTranslationMask:"\u062A\u0639\u064A\u064A\u0646 \u0625\u064A\u0645\u0627\u0621\u0627\u062A \u0627\u0644\u0634\u0627\u0634\u0629 \u0627\u0644\u062A\u064A \u062A\u0639\u0645\u0644 \u0628\u0627\u0644\u0644\u0645\u0633 \u0644\u0639\u0631\u0636 \u0642\u0646\u0627\u0639 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 / \u0639\u0631\u0636 \u0627\u0644\u0646\u0635 \u0627\u0644\u0623\u0635\u0644\u064A","browser.toggleMouseHoverTranslateDirectly":"\u062A\u0645\u0643\u064A\u0646 \u0623\u0648 \u062A\u0639\u0637\u064A\u0644 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0645\u0628\u0627\u0634\u0631\u0629 \u0639\u0646\u062F \u062A\u0645\u0631\u064A\u0631 \u0627\u0644\u0645\u0627\u0648\u0633 \u0645\u0624\u0642\u062A\u064B\u0627 \u0639\u0644\u0649 \u0627\u0644\u0635\u0641\u062D\u0629","floatBall.guideClickToTranslate":`\u0627\u0646\u0642\u0631 \u0639\u0644\u0649 \u0643\u0631\u0629 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0639\u0627\u0626\u0645\u0629 \u0627\u0644\u063A\u0627\u0645\u0631\u0629 \u0644\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0633\u0631\u064A\u0639\u0629`,"description.baiduField":"\u062A\u0631\u0649 \u0627\u0644\u0645\u062C\u0627\u0644\u0627\u062A \u0627\u0644\u0645\u062F\u0639\u0648\u0645\u0629 <1> \u0647\u0646\u0627 \u060C \u0625\u0630\u0627 \u0643\u0627\u0646\u062A \u0641\u0627\u0631\u063A\u0629 \u060C \u0641\u0647\u0630\u0627 \u064A\u0639\u0646\u064A \u0623\u0646 \u0627\u0644\u0645\u062C\u0627\u0644 \u063A\u064A\u0631 \u0645\u062D\u062F\u062F","error.reason":"\u0633\u0628\u0628 \u0627\u0644\u062E\u0637\u0623","browser.toggleVideoSubtitlePreTranslation":"\u062A\u0628\u062F\u064A\u0644 \u0625\u0644\u0649 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u063A\u0627\u0645\u0631\u0629 \u0627\u0644\u0645\u0641\u0636\u0644\u0629 \u0644\u0644\u062A\u0631\u062C\u0645\u0627\u062A \u0627\u0644\u062B\u0646\u0627\u0626\u064A\u0629 \u0627\u0644\u0644\u063A\u0629",touchShortcutsToggleTranslatePage:"\u0642\u0645 \u0628\u062A\u0639\u064A\u064A\u0646 \u0627\u0644\u0625\u064A\u0645\u0627\u0621\u0627\u062A \u0639\u0644\u0649 \u0627\u0644\u0634\u0627\u0634\u0629 \u0627\u0644\u062A\u064A \u062A\u0639\u0645\u0644 \u0628\u0627\u0644\u0644\u0645\u0633 \u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0635\u0641\u062D\u0627\u062A \u0627\u0644\u0625\u0644\u0643\u062A\u0631\u0648\u0646\u064A\u0629 / \u0639\u0631\u0636 \u0627\u0644\u0646\u0635 \u0627\u0644\u0623\u0635\u0644\u064A","subtitle.showQuickButtonDescription":"\u062A\u0648\u0641\u0631 \u0645\u0634\u063A\u0644 \u0627\u0644\u0641\u064A\u062F\u064A\u0648 \u0637\u0631\u064A\u0642\u0629 \u0645\u062E\u062A\u0635\u0631\u0629 \u0644\u062A\u0645\u0643\u064A\u0646 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u062B\u0646\u0627\u0626\u064A\u0629 \u0641\u064A \u0627\u0644\u0632\u0627\u0648\u064A\u0629 \u0627\u0644\u064A\u0645\u0646\u0649 \u0627\u0644\u0633\u0641\u0644\u0649",mouseHoverCustomKeyDescription:"\u064A\u0645\u0643\u0646\u0643 \u062A\u062E\u0635\u064A\u0635 \u0645\u062C\u0645\u0648\u0639\u0629 \u0645\u0641\u0627\u062A\u064A\u062D \u0627\u062E\u062A\u0635\u0627\u0631 \u0644\u062A\u0645\u0631\u064A\u0631 \u0627\u0644\u0645\u0627\u0648\u0633\u060C \u0645\u062B\u0644: Alt+Z\u060C Ctrl+E\u060C Cmd+Alt+E \u0623\u0648 \u0645\u0628\u0627\u0634\u0631\u0629 Cmd\u060C \u0627\u0644\u0631\u062C\u0627\u0621 \u0627\u0644\u0625\u062F\u062E\u0627\u0644 \u064A\u062F\u0648\u064A\u0627","desc.toggleTranslateTheMainPage":"\u062A\u0631\u062C\u0645 \u0641\u0642\u0637 \u0627\u0644\u0645\u0646\u0627\u0637\u0642 \u0627\u0644\u0631\u0626\u064A\u0633\u064A\u0629 \u0644\u0644\u0635\u0641\u062D\u0629 \u060C \u0639\u0646\u062F \u062A\u0645\u0643\u064A\u0646\u0643 \u0644\u062A\u0631\u062C\u0645\u0629 \u062C\u0645\u064A\u0639 \u0645\u0646\u0627\u0637\u0642 \u0627\u0644\u0635\u0641\u062D\u0629 \u0641\u064A \u0627\u0644\u0625\u0639\u062F\u0627\u062F\u0627\u062A \u0627\u0644\u0645\u062A\u0642\u062F\u0645\u0629 \u060C \u064A\u0645\u0643\u0646\u0643 \u0627\u0633\u062A\u062E\u062F\u0627\u0645 \u0647\u0630\u0627 \u0627\u0644\u0627\u062E\u062A\u0635\u0627\u0631 \u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0645\u0646\u0627\u0637\u0642 \u0627\u0644\u0631\u0626\u064A\u0633\u064A\u0629 \u0644\u0644\u0635\u0641\u062D\u0629 \u0641\u0642\u0637.","contact.description":"\u0625\u0630\u0627 \u0643\u0627\u0646 \u0644\u062F\u064A\u0643 \u0623\u064A \u0623\u0633\u0626\u0644\u0629 \u0623\u0648 \u0627\u0642\u062A\u0631\u0627\u062D\u0627\u062A\u060C \u0641\u0646\u062D\u0646 \u0646\u0631\u062D\u0628 \u0628\u0643 \u0644\u0645\u0644\u0621 \u0627\u0644\u0646\u0645\u0648\u0630\u062C \u0623\u062F\u0646\u0627\u0647 \u0644\u0644\u0627\u062A\u0635\u0627\u0644 \u0628\u0646\u0627\u060C \u0623\u0648 \u0625\u0631\u0633\u0627\u0644 \u0628\u0631\u064A\u062F \u0625\u0644\u0643\u062A\u0631\u0648\u0646\u064A \u0625\u0644\u0649 {email}\u060C \u0648\u0633\u0646\u0631\u062F \u0639\u0644\u064A\u0643 \u0641\u064A \u0623\u0642\u0631\u0628 \u0648\u0642\u062A \u0645\u0645\u0643\u0646.","desc.toggleTranslateTheWholePage":"\u062A\u0631\u062C\u0645\u0629 \u062C\u0645\u064A\u0639 \u0627\u0644\u0645\u0646\u0627\u0637\u0642 \u0641\u064A \u0627\u0644\u0635\u0641\u062D\u0629\u060C \u0628\u0634\u0643\u0644 \u0627\u0641\u062A\u0631\u0627\u0636\u064A\u060C \u0633\u0646\u062A\u0631\u062C\u0645 \u0627\u0644\u0645\u0646\u0627\u0637\u0642 \u0627\u0644\u0631\u0626\u064A\u0633\u064A\u0629 \u0641\u064A \u0627\u0644\u0635\u0641\u062D\u0629\u060C \u064A\u0645\u0643\u0646\u0643 \u0627\u0633\u062A\u062E\u062F\u0627\u0645 \u0647\u0630\u0627 \u0627\u0644\u0627\u062E\u062A\u0635\u0627\u0631 \u0644\u062A\u0631\u062C\u0645\u0629 \u062C\u0645\u064A\u0639 \u0627\u0644\u0645\u0646\u0627\u0637\u0642 \u0641\u064A \u0627\u0644\u0635\u0641\u062D\u0629 \u0628\u0634\u0643\u0644 \u062E\u0627\u0635.",confirmResetToDefaultSettings:"\u0647\u0644 \u062A\u0631\u064A\u062F \u0628\u0627\u0644\u062A\u0623\u0643\u064A\u062F \u0627\u0633\u062A\u0639\u0627\u062F\u0629 \u0647\u0630\u0647 \u0627\u0644\u062E\u062F\u0645\u0629 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0625\u0644\u0649 \u0627\u0644\u0625\u0639\u062F\u0627\u062F\u0627\u062A \u0627\u0644\u0627\u0641\u062A\u0631\u0627\u0636\u064A\u0629\u061F (\u0625\u0639\u0627\u062F\u0629 \u062A\u0639\u064A\u064A\u0646 \u0625\u0639\u062F\u0627\u062F\u0627\u062A \u062E\u062F\u0645\u0629 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u062D\u0627\u0644\u064A\u0629 \u0641\u0642\u0637)",shortcutDisableTooltip:"\u064A\u0631\u062C\u0649 \u0627\u0644\u0642\u064A\u0627\u0645 \u0628\u0627\u0644\u0625\u0639\u062F\u0627\u062F\u0627\u062A \u0641\u064A \u0635\u0641\u062D\u0629 \u0625\u062F\u0627\u0631\u0629 \u0627\u062E\u062A\u0635\u0627\u0631\u0627\u062A \u0627\u0644\u0645\u062A\u0635\u0641\u062D \u0627\u0644\u0645\u0642\u062F\u0645\u0629 \u060C \u0644\u0644\u0645\u0632\u064A\u062F \u0645\u0646 \u0627\u0644\u0625\u0631\u0634\u0627\u062F\u0627\u062A \u060C \u064A\u0631\u062C\u0649 \u0627\u0644\u0627\u0637\u0644\u0627\u0639 \u0639\u0644\u0649 \u0627\u0644\u062A\u0639\u0644\u064A\u0645\u0627\u062A \u0641\u064A \u0623\u0639\u0644\u0649 \u0647\u0630\u0647 \u0627\u0644\u0635\u0641\u062D\u0629.","desc.toggleMouseHoverTranslateDirectly":"\u0628\u0639\u062F \u0627\u0644\u0636\u063A\u0637 \u0639\u0644\u0649 \u0647\u0630\u0627 \u0627\u0644\u0645\u0641\u062A\u0627\u062D \u0627\u0644\u0633\u0631\u064A\u0639 \u060C \u0639\u0644\u0649 \u0627\u0644\u0635\u0641\u062D\u0629 \u060C \u0637\u0627\u0644\u0645\u0627 \u0623\u0634\u0627\u0631 \u0627\u0644\u0645\u0627\u0648\u0633 \u0625\u0644\u0649 \u0623\u064A \u0646\u0635 \u060C \u0633\u064A\u062A\u0645 \u062A\u0631\u062C\u0645\u0629 \u0647\u0630\u0627 \u0627\u0644\u0646\u0635 \u062A\u0644\u0642\u0627\u0626\u064A\u064B\u0627. \u0627\u0636\u063A\u0637 \u0639\u0644\u0649 \u0627\u0644\u0645\u0641\u062A\u0627\u062D \u0627\u0644\u0633\u0631\u064A\u0639 \u0645\u0631\u0629 \u0623\u062E\u0631\u0649 \u060C \u0648\u0633\u064A\u062A\u0645 \u0625\u063A\u0644\u0627\u0642 \u0647\u0630\u0647 \u0627\u0644\u0648\u0638\u064A\u0641\u0629 \u0627\u0644\u062A\u0644\u0642\u0627\u0626\u064A\u0629 \u0644\u0644\u062A\u0631\u062C\u0645\u0629.","desc.mouseHoverHoldKey":"\u0639\u0646\u062F \u062A\u0645\u0631\u064A\u0631 \u0627\u0644\u0645\u0627\u0648\u0633 \u0641\u0648\u0642 \u0641\u0642\u0631\u0629 \u0645\u0639\u064A\u0646\u0629 \u0648\u0627\u0644\u0636\u063A\u0637 \u0639\u0644\u0649 \u0627\u0644\u0645\u0641\u062A\u0627\u062D \u0627\u0644\u0633\u0631\u064A\u0639 \u0639\u0644\u0649 \u0627\u0644\u062C\u0627\u0646\u0628 \u0627\u0644\u0623\u064A\u0645\u0646 \u0641\u064A \u0627\u0644\u0648\u0642\u062A \u0646\u0641\u0633\u0647\u060C \u064A\u0645\u0643\u0646\u0643 \u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0641\u0642\u0631\u0629 \u0645\u0628\u0627\u0634\u0631\u0629.",paragraphMinTextCountDesc:"\u064A\u0631\u062C\u0649 \u0627\u0644\u0627\u0646\u062A\u0628\u0627\u0647 \u060C \u0647\u0646\u0627 \u064A\u062A\u0645 \u0627\u0644\u0625\u0634\u0627\u0631\u0629 \u0625\u0644\u0649 \u0637\u0648\u0644 \u0627\u0644\u062D\u0631\u0641 \u060C \u0639\u0644\u0649 \u0633\u0628\u064A\u0644 \u0627\u0644\u0645\u062B\u0627\u0644: hello \u0647\u0648 5 \u0623\u062D\u0631\u0641 \u060C \u0648\u062A\u0639\u064A\u064A\u0646 \u0642\u064A\u0645\u0629 \u0623\u0643\u0628\u0631 \u064A\u0645\u0643\u0646 \u0623\u0646 \u064A\u0642\u0644\u0644 \u0645\u0646 \u0627\u0644\u062A\u0631\u062C\u0645\u0627\u062A \u063A\u064A\u0631 \u0627\u0644\u0636\u0631\u0648\u0631\u064A\u0629 \u0644\u0644\u0641\u0642\u0631\u0627\u062A \u0627\u0644\u0635\u063A\u064A\u0631\u0629.","desc.touchShortcutsToggleTranslationMask":"\u062A\u0634\u064A\u0631 \u0642\u0646\u0627\u0639 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0625\u0644\u0649 \u062A\u0623\u062B\u064A\u0631 \u0627\u0644\u0636\u0628\u0627\u0628\u064A\u0629 \u0641\u064A \u0646\u0645\u0637 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 (\u0648\u0636\u0639 \u0627\u0644\u062A\u0639\u0644\u0645) \u060C \u0648\u0628\u0639\u062F \u0627\u0644\u062A\u0634\u063A\u064A\u0644 \u060C \u064A\u062A\u0645 \u0627\u0633\u062A\u062E\u062F\u0627\u0645 \u062A\u0623\u062B\u064A\u0631 \u0627\u0644\u0636\u0628\u0627\u0628\u064A\u0629 \u0645\u0624\u0642\u062A\u064B\u0627 \u0639\u0644\u0649 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u060C \u0645\u0645\u0627 \u064A\u0633\u0647\u0644 \u0627\u0644\u062A\u0639\u0644\u0645.","intro.floatBallDescription":"\u0628\u0639\u062F \u0627\u0644\u062A\u0641\u0639\u064A\u0644\u060C \u0633\u064A\u0638\u0647\u0631 \u0632\u0631 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0633\u0631\u064A\u0639\u0629 \u0639\u0644\u0649 \u0627\u0644\u062C\u0627\u0646\u0628 \u0627\u0644\u0623\u064A\u0645\u0646 \u0645\u0646 \u0627\u0644\u0635\u0641\u062D\u0629\u060C \u0627\u0646\u0642\u0631 \u0639\u0644\u064A\u0647 \u0644\u0644\u062A\u0631\u062C\u0645\u0629\u060C \u0648\u0627\u0646\u0642\u0631 \u0645\u0631\u0629 \u0623\u062E\u0631\u0649 \u0644\u0644\u0639\u0648\u062F\u0629 \u0625\u0644\u0649 \u0627\u0644\u0646\u0635 \u0627\u0644\u0623\u0635\u0644\u064A. \u0639\u0644\u0649 \u0627\u0644\u0623\u062C\u0647\u0632\u0629 \u0627\u0644\u0645\u062D\u0645\u0648\u0644\u0629\u060C \u0627\u0636\u063A\u0637 \u0645\u0639 \u0627\u0644\u0627\u0633\u062A\u0645\u0631\u0627\u0631 \u0639\u0644\u0649 \u0627\u0644\u0643\u0631\u0629 \u0627\u0644\u0645\u0639\u0644\u0642\u0629 \u0644\u0641\u062A\u062D \u0644\u0648\u062D\u0629 \u0627\u0644\u0625\u0639\u062F\u0627\u062F\u0627\u062A \u0627\u0644\u0633\u0631\u064A\u0639\u0629.","desc.touchShortcutsToggleTranslatePage":"\u0628\u0639\u062F \u0627\u0644\u0625\u0639\u062F\u0627\u062F \u060C \u0639\u0646\u062F \u0627\u0644\u062A\u0646\u0642\u0644 \u0628\u0627\u0644\u062C\u0647\u0627\u0632 \u0627\u0644\u0645\u062D\u0645\u0648\u0644 \u060C \u064A\u0645\u0643\u0646\u0643 \u0627\u0633\u062A\u062E\u062F\u0627\u0645 X \u0623\u0635\u0627\u0628\u0639 \u0644\u0644\u0645\u0633 \u0627\u0644\u0634\u0627\u0634\u0629 \u0641\u064A \u0646\u0641\u0633 \u0627\u0644\u0648\u0642\u062A \u060C \u0623\u0648 \u0627\u0644\u062A\u0645\u0631\u064A\u0631 \u0644\u0644\u064A\u0645\u064A\u0646 \u0648\u0627\u0644\u064A\u0633\u0627\u0631 \u060C \u0623\u0648 \u0627\u0644\u0646\u0642\u0631 \u0627\u0644\u0645\u062A\u0648\u0627\u0635\u0644 \u060C \u0644\u062A\u0641\u0639\u064A\u0644 \u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0635\u0641\u062D\u0629 / \u0639\u0631\u0636 \u0627\u0644\u0646\u0635 \u0627\u0644\u0623\u0635\u0644\u064A.",translationOnlyModeDescription:"\u062A\u0634\u064A\u0631 \u0648\u0636\u0639\u064A\u0629 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0641\u0642\u0637 \u0625\u0644\u0649 \u0639\u0631\u0636 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0641\u0642\u0637\u060C \u0648\u0644\u064A\u0633 \u0627\u0644\u0648\u0636\u0639 \u0627\u0644\u062B\u0646\u0627\u0626\u064A \u0627\u0644\u0644\u063A\u0629 \u0627\u0644\u0627\u0641\u062A\u0631\u0627\u0636\u064A. \u0627\u0644\u0631\u062C\u0627\u0621 \u0645\u0644\u0627\u062D\u0638\u0629: \u0628\u0633\u0628\u0628 \u0645\u0634\u0643\u0644\u0627\u062A \u0627\u0644\u062A\u0642\u0646\u064A\u0629\u060C \u0633\u062A\u0635\u0628\u062D \u0627\u0644\u0631\u0648\u0627\u0628\u0637 \u0627\u0644\u0641\u0627\u0626\u0642\u0629 \u0641\u064A \u0627\u0644\u0646\u0635 \u0627\u0644\u0623\u0635\u0644\u064A \u063A\u064A\u0631 \u0641\u0639\u0627\u0644\u0629 \u0641\u064A \u0648\u0636\u0639\u064A\u0629 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0641\u0642\u0637.","intro.hoverDescription":"\u062A\u0639\u062F \u0648\u0638\u064A\u0641\u0629 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0639\u0646\u062F \u062A\u0645\u0631\u064A\u0631 \u0627\u0644\u0645\u0624\u0634\u0631 \u0641\u0648\u0642 \u0627\u0644\u0646\u0635 \u062C\u0632\u0621\u064B\u0627 \u0645\u0647\u0645\u064B\u0627 \u062C\u062F\u064B\u0627 \u0645\u0646 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u063A\u0627\u0645\u0631\u0629\u060C \u0641\u0642\u0637 \u0636\u0639 \u0627\u0644\u0645\u0624\u0634\u0631 \u0639\u0644\u0649 \u0627\u0644\u0641\u0642\u0631\u0629 \u0648\u0627\u0636\u063A\u0637 \u0639\u0644\u0649 \u0627\u0644\u0645\u0641\u062A\u0627\u062D \u0627\u0644\u0633\u0631\u064A\u0639 \u0627\u0644\u0645\u062D\u062F\u062F \u0641\u064A \u0646\u0641\u0633 \u0627\u0644\u0648\u0642\u062A\u060C \u0648\u0633\u064A\u062A\u0645 \u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0641\u0642\u0631\u0629 \u0627\u0644\u062D\u0627\u0644\u064A\u0629 \u062A\u0644\u0642\u0627\u0626\u064A\u064B\u0627 (\u0645\u0644\u0627\u062D\u0638\u0629: \u0627\u0644\u0625\u0639\u062F\u0627\u062F \u0627\u0644\u0627\u0641\u062A\u0631\u0627\u0636\u064A \u0644\u064A\u0633 \u0645\u0641\u0639\u0644\u0627\u064B\u060C \u064A\u0631\u062C\u0649 \u0627\u0644\u0625\u0639\u062F\u0627\u062F \u0623\u062F\u0646\u0627\u0647)\u060C \u064A\u062A\u0645 \u0627\u0633\u062A\u062E\u062F\u0627\u0645 \u0647\u0630\u0627 \u0627\u0644\u062A\u0641\u0627\u0639\u0644 \u0644\u0627\u0633\u062A\u0628\u062F\u0627\u0644 \u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0643\u0644\u0645\u0627\u062A \u0627\u0644\u0645\u062D\u062F\u062F\u0629 \u0628\u0634\u0643\u0644 \u0623\u0641\u0636\u0644\u060C \u0628\u0627\u0644\u0625\u0636\u0627\u0641\u0629 \u0625\u0644\u0649 \u0630\u0644\u0643\u060C \u064A\u062A\u0645 \u0627\u0633\u062A\u062E\u062F\u0627\u0645 \u0647\u0630\u0647 \u0627\u0644\u0648\u0638\u064A\u0641\u0629 \u0639\u0644\u0649 \u0646\u0637\u0627\u0642 \u0648\u0627\u0633\u0639 \u0641\u064A \u062A\u0644\u0643 \u0627\u0644\u0645\u0646\u0627\u0637\u0642 \u0627\u0644\u062A\u064A \u0644\u0627 \u064A\u0645\u0643\u0646 \u0627\u0644\u062A\u0639\u0631\u0641 \u0639\u0644\u064A\u0647\u0627 \u0644\u0644\u062A\u0631\u062C\u0645\u0629\u060C \u064A\u0645\u0643\u0646\u0643 \u0627\u0633\u062A\u062E\u062F\u0627\u0645 \u0647\u0630\u0647 \u0627\u0644\u0648\u0638\u064A\u0641\u0629 \u0644\u062A\u0631\u062C\u0645\u0629 \u0623\u064A \u0641\u0642\u0631\u0629 \u0628\u0627\u0644\u0642\u0648\u0629.","neverTranslateText.description":"\u0628\u0633\u0628\u0628 \u0623\u0646 \u0628\u0639\u0636 \u0645\u062D\u0631\u0643\u0627\u062A \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0644\u0627 \u062A\u062A\u0639\u0631\u0641 \u0628\u0634\u0643\u0644 \u0645\u062B\u0627\u0644\u064A \u0639\u0644\u0649 \u0627\u0644\u0623\u0633\u0645\u0627\u0621 \u0627\u0644\u062E\u0627\u0635\u0629\u060C \u064A\u0645\u0643\u0646\u0643 \u0625\u0636\u0627\u0641\u0629 \u0643\u0644\u0645\u0627\u062A \u0647\u0646\u0627 \u0644\u0644\u062A\u0623\u0643\u062F \u0645\u0646 \u0623\u0646\u0647\u0627 \u0644\u0646 \u062A\u062A\u063A\u064A\u0631 \u0623\u062B\u0646\u0627\u0621 \u0639\u0645\u0644\u064A\u0629 \u0627\u0644\u062A\u0631\u062C\u0645\u0629. \u064A\u0631\u062C\u0649 \u0645\u0644\u0627\u062D\u0638\u0629 \u0623\u0646 \u0647\u0630\u0647 \u0627\u0644\u0648\u0638\u064A\u0641\u0629 \u062A\u0639\u062A\u0645\u062F \u0639\u0644\u0649 \u062D\u062C\u0645 \u0627\u0644\u062D\u0631\u0648\u0641\u060C \u0648\u062A\u062F\u0639\u0645 \u0641\u0642\u0637 \u0627\u0644\u0644\u063A\u0627\u062A \u0627\u0644\u062A\u064A \u062A\u0641\u0635\u0644 \u0627\u0644\u0643\u0644\u0645\u0627\u062A \u0628\u0645\u0633\u0627\u0641\u0627\u062A (\u0645\u062B\u0644 \u0627\u0644\u0625\u0646\u062C\u0644\u064A\u0632\u064A\u0629 \u0648\u0627\u0644\u0641\u0631\u0646\u0633\u064A\u0629)\u060C \u0648\u0644\u0627 \u062A\u0646\u0637\u0628\u0642 \u0639\u0644\u0649 \u0627\u0644\u0644\u063A\u0627\u062A \u0645\u062B\u0644 \u0627\u0644\u064A\u0627\u0628\u0627\u0646\u064A\u0629 \u0648\u0627\u0644\u0643\u0648\u0631\u064A\u0629.","intro.subtitleDescription":"\u0628\u0639\u062F \u062A\u0641\u0639\u064A\u0644 \u0647\u0630\u0647 \u0627\u0644\u0648\u0638\u064A\u0641\u0629\u060C \u0633\u064A\u062A\u0645 \u0639\u0631\u0636 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u062B\u0646\u0627\u0626\u064A\u0629 \u062A\u0644\u0642\u0627\u0626\u064A\u064B\u0627 \u0623\u062B\u0646\u0627\u0621 \u062A\u0634\u063A\u064A\u0644 \u0627\u0644\u0641\u064A\u062F\u064A\u0648. \u0625\u0630\u0627 \u0644\u0645 \u064A\u062A\u0645 \u0627\u0644\u062A\u0641\u0639\u064A\u0644\u060C \u0633\u062A\u062D\u062A\u0627\u062C \u0625\u0644\u0649 \u0627\u0644\u0646\u0642\u0631 \u064A\u062F\u0648\u064A\u064B\u0627 \u0639\u0644\u0649 \u0632\u0631 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0639\u0644\u0649 \u0627\u0644\u0635\u0641\u062D\u0629 \u0644\u0639\u0631\u0636 \u0627\u0644\u062A\u0631\u062C\u0645\u0629. \u064A\u0631\u062C\u0649 \u0645\u0644\u0627\u062D\u0638\u0629 \u0623\u0646 \u0628\u0639\u0636 \u0627\u0644\u0645\u0648\u0627\u0642\u0639 \u0642\u062F \u062A\u062D\u062A\u0627\u062C \u0625\u0644\u0649 \u062A\u062D\u062F\u064A\u062B \u0627\u0644\u0635\u0641\u062D\u0629 \u0623\u0648 \u0627\u0644\u0627\u0646\u062A\u0638\u0627\u0631 \u062D\u062A\u0649 \u064A\u062A\u0645 \u0627\u0644\u0627\u0646\u062A\u0647\u0627\u0621 \u0645\u0646 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0639\u0646\u062F \u062A\u0641\u0639\u064A\u0644 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0644\u0623\u0648\u0644 \u0645\u0631\u0629 \u0644\u0639\u0631\u0636 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u062B\u0646\u0627\u0626\u064A\u0629. (\u0628\u0627\u0644\u0625\u0636\u0627\u0641\u0629 \u0625\u0644\u0649 \u0630\u0644\u0643\u060C \u064A\u0645\u0643\u0646\u0643 \u0623\u064A\u0636\u064B\u0627 \u062A\u0641\u0639\u064A\u0644 / \u0625\u0644\u063A\u0627\u0621 \u062A\u0641\u0639\u064A\u0644 \u0644\u0648\u062D\u0629 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u063A\u0627\u0645\u0631\u0629 \u0645\u0646 \u0627\u0644\u0632\u0627\u0648\u064A\u0629 \u0627\u0644\u0639\u0644\u0648\u064A\u0629 \u0627\u0644\u064A\u0645\u0646\u0649 \u0628\u0639\u062F \u0641\u062A\u062D \u0645\u0648\u0642\u0639 \u0627\u0644\u0641\u064A\u062F\u064A\u0648)

\u064A\u062A\u0645 \u0627\u0644\u0622\u0646 \u062F\u0639\u0645 \u0627\u0633\u062A\u062E\u062F\u0627\u0645 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u062B\u0646\u0627\u0626\u064A\u0629 \u0639\u0644\u0649 \u0647\u0630\u0647 \u0627\u0644\u0645\u0648\u0627\u0642\u0639:",geminiWarning:"\u062A\u0646\u0628\u064A\u0647: \u0627\u0644\u062E\u062F\u0645\u0629 \u0627\u0644\u0645\u062C\u0627\u0646\u064A\u0629 \u0644\u0640 Gemini \u0627\u0644\u062A\u064A \u062A\u0642\u062F\u0645\u0647\u0627 Google \u0644\u0647\u0627 \u0642\u064A\u0648\u062F \u0635\u0627\u0631\u0645\u0629\u060C \u0642\u062F \u064A\u062D\u0643\u0645 Google \u0623\u0646 \u0627\u0644\u0645\u0633\u062A\u062E\u062F\u0645 \u064A\u0633\u062A\u062E\u062F\u0645 \u0645\u0641\u0627\u062A\u064A\u062D \u0645\u062A\u0639\u062F\u062F\u0629 \u0644\u062A\u062C\u0646\u0628 \u0642\u064A\u0648\u062F \u0627\u0644\u062D\u0635\u0629 \u0627\u0644\u0645\u062C\u0627\u0646\u064A\u0629 \u0627\u0644\u062E\u0627\u0635\u0629 \u0628\u0647\u0645\u060C \u0644\u0630\u0627 \u0644\u0627 \u064A\u064F\u0646\u0635\u062D \u0628\u0627\u0633\u062A\u062E\u062F\u0627\u0645\u0647\u0627\u060C \u064A\u064F\u0641\u0636\u0644 \u0627\u0644\u0627\u0646\u062A\u0638\u0627\u0631 \u062D\u062A\u0649 \u062A\u0641\u062A\u062D Google \u0648\u0627\u062C\u0647\u0629 \u0628\u0631\u0645\u062C\u0629 \u0627\u0644\u062A\u0637\u0628\u064A\u0642\u0627\u062A \u0627\u0644\u0645\u062F\u0641\u0648\u0639\u0629 \u0644\u0640 Gemini \u0641\u064A \u0627\u0644\u0645\u0633\u062A\u0642\u0628\u0644 \u0644\u0627\u0633\u062A\u062E\u062F\u0627\u0645\u0647\u0627.","floatBall.setting":"\u0625\u0639\u062F\u0627\u062F\u0627\u062A","floatBall.file":`\u062A\u0631\u062C\u0645\u0629 \u0645\u0644\u0641\u0627\u062A PDF\u060C EPUB\u060C SRT\u060C ASS\u060C HTML\u060C TXT`,"floatBall.translateToLanguage":"\u0627\u0646\u0642\u0631 \u0644\u0644\u062A\u0631\u062C\u0645\u0629 \u0625\u0644\u0649 {language}",changeToOnlyTempTranslationMode:"\u0642\u0645 \u0628\u0627\u0644\u062A\u0628\u062F\u064A\u0644 \u0625\u0644\u0649 \u0625\u0638\u0647\u0627\u0631 \u0627\u0644\u062A\u0631\u062C\u0645\u0627\u062A \u0641\u0642\u0637",changeToDualTempTranslationMode:"\u0627\u0644\u062A\u0628\u062F\u064A\u0644 \u0625\u0644\u0649 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u062B\u0646\u0627\u0626\u064A\u0629 \u0627\u0644\u0644\u063A\u0629","transitionMode.translation":"\u0641\u0642\u0637 \u0627\u0644\u0646\u0635 \u0627\u0644\u0645\u062A\u0631\u062C\u0645","options.navbar.translateFile":"\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0648\u062B\u0627\u0626\u0642","transitionMode.dual":"\u0645\u0642\u0627\u0628\u0644\u0629 \u062B\u0646\u0627\u0626\u064A\u0629 \u0627\u0644\u0644\u063A\u0629","options.navbar.installApp":"\u062A\u062B\u0628\u064A\u062A \u062A\u0637\u0628\u064A\u0642 \u0627\u0644\u0647\u0627\u062A\u0641 \u0627\u0644\u0645\u062D\u0645\u0648\u0644","transitionMode.inherit":"\u0645\u0639 \u0627\u0644\u062D\u0641\u0627\u0638 \u0639\u0644\u0649 \u0627\u0644\u062A\u0646\u0627\u0633\u0642 \u0645\u0639 \u0648\u0636\u0639 \u0639\u0631\u0636 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0627\u0641\u062A\u0631\u0627\u0636\u064A \u0644\u0644\u0646\u0638\u0627\u0645","subtitle.transitionMode":"\u0625\u0639\u062F\u0627\u062F\u0627\u062A \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0641\u0642\u0637 / \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u062B\u0646\u0627\u0626\u064A\u0629 \u0644\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0641\u064A\u062F\u064A\u0648","subtitle.transitionModeDescription":"\u0642\u0645 \u0628\u062A\u0639\u064A\u064A\u0646 \u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0641\u064A\u062F\u064A\u0648 \u0625\u0644\u0649 \u0627\u0644\u0646\u0635 \u0627\u0644\u0645\u062A\u0631\u062C\u0645 \u0641\u0642\u0637 \u0623\u0648 \u0645\u0642\u0627\u0631\u0646\u0629 \u0627\u0644\u0644\u063A\u062A\u064A\u0646",translateFileTooltip:`\u062A\u0631\u062C\u0645\u0629 \u0645\u0644\u0641\u0627\u062A PDF\u060C ePub\u060C srt\u060C ass\u060C HTML\u060C TXT`,"description.subtitlePrompt":`\u0641\u064A \u0633\u064A\u0627\u0642 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u062A\u062D\u062A \u0627\u0644\u0634\u0627\u0634\u0629 \u0639\u0646\u062F \u0625\u0631\u0633\u0627\u0644 \u0639\u062F\u0629 \u0641\u0642\u0631\u0627\u062A\u060C \u064A\u062A\u0645 \u0625\u0631\u0633\u0627\u0644 \u0627\u0644\u062D\u0648\u0627\u0631 \u0625\u0644\u0649 {service} \u0628\u0627\u0633\u0645 \u0627\u0644\u0645\u0633\u062A\u062E\u062F\u0645\u060C \u062D\u064A\u062B {{from}} \u064A\u0645\u062B\u0644 \u0644\u063A\u0629 \u0627\u0644\u0641\u0642\u0631\u0629\u060C \u0648{{to}} \u064A\u0645\u062B\u0644 \u0627\u0644\u0644\u063A\u0629 \u0627\u0644\u0645\u0633\u062A\u0647\u062F\u0641\u0629\u060C \u0648{{yaml}} \u0647\u0648 \u0645\u062D\u062A\u0648\u0649 \u0627\u0644\u0641\u0642\u0631\u0629 \u0627\u0644\u0630\u064A \u0646\u0642\u0648\u0645 \u0628\u062A\u063A\u0644\u064A\u0641\u0647 \u0628\u062A\u0646\u0633\u064A\u0642 yaml\u060C \u0625\u0630\u0627 \u0643\u0627\u0646 \u0644\u062F\u064A\u0643 \u062D\u0627\u062C\u0629 \u0644\u062A\u062E\u0635\u064A\u0635 Prompt\u060C \u064A\u062C\u0628 \u0623\u0646 \u062A\u0636\u0645\u0646 \u0623\u0646 \u0643\u0644 \u0639\u0646\u0635\u0631 \u0641\u064A \u0646\u062A\u0627\u0626\u062C YAML \u0627\u0644\u062A\u064A \u064A\u0631\u062F \u0639\u0644\u064A\u0647\u0627 \u0627\u0644\u0630\u0643\u0627\u0621 \u0627\u0644\u0627\u0635\u0637\u0646\u0627\u0639\u064A \u064A\u062D\u062A\u0648\u064A \u0639\u0644\u0649 \u062D\u0642\u0644 {env.imt_sub_trans_field}\u060C {{imt_sub_trans_field}} \u0647\u0648 \u0627\u0633\u0645 \u0627\u0644\u062D\u0642\u0644 \u0627\u0644\u0630\u064A \u0646\u0631\u063A\u0628 \u0641\u064A \u0623\u0646 \u064A\u0631\u062F \u0639\u0644\u064A\u0647 \u0627\u0644\u0630\u0643\u0627\u0621 \u0627\u0644\u0627\u0635\u0637\u0646\u0627\u0639\u064A \u0628\u0627\u0644\u062A\u0631\u062C\u0645\u0629\u060C \u0627\u0644\u0627\u0641\u062A\u0631\u0627\u0636\u064A \u0647\u0648: {env.imt_sub_trans_field}\u060C {{imt_sub_source_field}} \u0647\u0648 \u0627\u0633\u0645 \u0627\u0644\u062D\u0642\u0644 \u0627\u0644\u0623\u0635\u0644\u064A \u0627\u0644\u0630\u064A \u0646\u0642\u062F\u0645\u0647 \u0644\u0644\u0630\u0643\u0627\u0621 \u0627\u0644\u0627\u0635\u0637\u0646\u0627\u0639\u064A\u060C \u0627\u0644\u0627\u0641\u062A\u0631\u0627\u0636\u064A \u0647\u0648: {env.imt_sub_source_field}\u060C \u0646\u062A\u064A\u062C\u0629 \u0627\u0644\u0639\u064A\u0646\u0629: @@ -5030,7 +5030,7 @@ ass\u060C HTML\u060C TXT`,"description.subtitlePrompt":`\u0641\u064A \u0633\u064 - id: 1 {env.imt_trans_field}: \u0627\u0644\u062A\u0631\u062C\u0645\u0629 - id: 2 - {env.imt_trans_field}: \u0627\u0644\u062A\u0631\u062C\u0645\u0629`,"translationServices.claude":"\u0643\u0644\u0648\u062F","subtitle.quickButton.setting":"\u0625\u0639\u062F\u0627\u062F\u0627\u062A","subtitle.quickButton.white":"\u0623\u0628\u064A\u0636","subtitle.quickButton.black":"\u0627\u0644\u0644\u0648\u0646 \u0627\u0644\u0623\u0633\u0648\u062F","subtitle.quickButton.yellow":"\u0627\u0644\u0644\u0648\u0646 \u0627\u0644\u0623\u0635\u0641\u0631","subtitle.quickButton.backgroundOpacity":"\u0634\u0641\u0627\u0641\u064A\u0629 \u0627\u0644\u062E\u0644\u0641\u064A\u0629","subtitle.quickButton.translationPositionBottom":"\u0623\u0633\u0641\u0644 \u0627\u0644\u0646\u0635 \u0627\u0644\u0623\u0635\u0644\u064A","subtitle.quickButton.backgroundColor":"\u0644\u0648\u0646 \u0627\u0644\u062E\u0644\u0641\u064A\u0629","subtitle.quickButton.cyan":"\u0627\u0644\u0644\u0648\u0646 \u0627\u0644\u0623\u0632\u0631\u0642","subtitle.quickButton.translationPosition":"\u0645\u0648\u0642\u0639 \u0627\u0644\u062A\u0631\u062C\u0645\u0629","subtitle.quickButton.magenta":"\u0627\u0644\u0644\u0648\u0646 \u0627\u0644\u0642\u0631\u0645\u0632\u064A","subtitle.quickButton.translationTextColor":"\u0644\u0648\u0646 \u062E\u0637 \u0627\u0644\u0646\u0635","subtitle.quickButton.red":"\u0627\u0644\u0644\u0648\u0646 \u0627\u0644\u0623\u062D\u0645\u0631","subtitle.quickButton.translationPositionTop":"\u0641\u064A \u0627\u0644\u062C\u0632\u0621 \u0627\u0644\u0639\u0644\u0648\u064A \u0645\u0646 \u0627\u0644\u0646\u0635 \u0627\u0644\u0623\u0635\u0644\u064A","subtitle.quickButton.sourceTextColor":"\u0644\u0648\u0646 \u0627\u0644\u062E\u0637 \u0627\u0644\u0623\u0635\u0644\u064A","subtitle.quickButton.green":"\u0627\u0644\u0644\u0648\u0646 \u0627\u0644\u0623\u062E\u0636\u0631","subtitle.quickButton.sourceFontSize":"\u062D\u062C\u0645 \u0627\u0644\u062E\u0637 \u0627\u0644\u0623\u0635\u0644\u064A","subtitle.quickButton.blue":"\u0627\u0644\u0644\u0648\u0646 \u0627\u0644\u0623\u0632\u0631\u0642","subtitle.quickButton.translationFontSize":"\u062D\u062C\u0645 \u062E\u0637 \u0627\u0644\u0646\u0635 \u0627\u0644\u0645\u062A\u0631\u062C\u0645",attachSubtitleTranslating:"\u0627\u0633\u062A\u062E\u062F\u0645 {service} \u0644\u0644\u062A\u0631\u062C\u0645\u0629...","error.claude.403":"\u0644\u0627 \u062A\u0648\u062C\u062F \u0635\u0644\u0627\u062D\u064A\u0629 \u0645\u0624\u0642\u062A\u0629 \u0644\u0644\u0648\u0635\u0648\u0644 \u0625\u0644\u0649 \u0627\u0644\u062E\u062F\u0645\u0629\u060C \u0642\u062F \u064A\u0643\u0648\u0646 \u0630\u0644\u0643 \u0645\u0631\u062A\u0628\u0637\u064B\u0627 \u0628\u0627\u0644\u0642\u064A\u0648\u062F \u0627\u0644\u062C\u063A\u0631\u0627\u0641\u064A\u0629 \u0644\u0640 Claude \u060C \u064A\u0645\u0643\u0646\u0643 \u0645\u062D\u0627\u0648\u0644\u0629 \u062A\u063A\u064A\u064A\u0631 \u0639\u0646\u0648\u0627\u0646 IP \u0627\u0644\u062E\u0627\u0635 \u0628\u0643 \u060C \u0623\u0648 \u0627\u0633\u062A\u062E\u062F\u0627\u0645 \u062E\u062F\u0645\u0627\u062A \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0623\u062E\u0631\u0649.","browser.brandDescriptionForSafari":"\u3010\u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u063A\u0627\u0645\u0631\u0629\u3011 \u0625\u0636\u0627\u0641\u0629 \u0645\u062C\u0627\u0646\u064A\u0629 \u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0635\u0641\u062D\u0627\u062A \u0627\u0644\u062B\u0646\u0627\u0626\u064A\u0629 \u0627\u0644\u0644\u063A\u0629 (\u0627\u0644\u0646\u0635 \u0627\u0644\u0623\u0635\u0644\u064A / \u0627\u0644\u062A\u0631\u062C\u0645\u0629)\u060C \u062A\u062F\u0639\u0645 \u0641\u064A \u0627\u0644\u0648\u0642\u062A \u0646\u0641\u0633\u0647 \u062A\u0631\u062C\u0645\u0629 PDF \u0648\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0643\u062A\u0628 \u0627\u0644\u0625\u0644\u0643\u062A\u0631\u0648\u0646\u064A\u0629 EPUB \u0645\u0639 \u0627\u0644\u062D\u0641\u0627\u0638 \u0639\u0644\u0649 \u062A\u0646\u0633\u064A\u0642 \u0627\u0644\u0648\u062B\u064A\u0642\u0629 \u0627\u0644\u0623\u0635\u0644\u064A\u0629\u060C \u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u062A\u0631\u062C\u0645\u0627\u062A \u0627\u0644\u062B\u0646\u0627\u0626\u064A\u0629 \u0627\u0644\u0644\u063A\u0629 \u0644\u0644\u0641\u064A\u062F\u064A\u0648\u0647\u0627\u062A \u0639\u0644\u0649 \u0627\u0644\u0625\u0646\u062A\u0631\u0646\u062A \u0645\u062B\u0644 Youtube/Netflix\u060C \u062A\u062F\u0639\u0645 \u062E\u062F\u0645\u0627\u062A \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0631\u0626\u064A\u0633\u064A\u0629 \u0645\u062B\u0644 Deepl/Google\u061B","browser.PdfProFile":"\u062A\u0631\u062C\u0645\u0629 PDF Pro \u0628\u062F\u0639\u0645 \u0645\u0646 \u0627\u0644\u0630\u0643\u0627\u0621 \u0627\u0644\u0627\u0635\u0637\u0646\u0627\u0639\u064A","browser.textTranslate":"\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0646\u0635"};var Il={nologin:"nicht eingeloggt",loginForSafari:"Anmelden oder Registrieren",login:"Anmelden, um eine Mitgliedschaft zu er\xF6ffnen",manageAccount:"Verwaltete Konten",openPremium:"Offene Mitgliedschaft",logout:"Abbrechen",curentPlan:"Aktuelle Pakete",endAt:"Verfallsdatum",endAuto:"automatische Erneuerung",lineBreakMaxTextCount:"Maximal zul\xE4ssige Anzahl von Zeichen pro Satz nach Zeilenumbr\xFCchen","translate-pdf":"Zum \xDCbersetzen PDF anklicken","noSupportTranslate-pdf":"Script nicht unterst\xFCtzt, bitte Plugin verwenden","translate-firefox-local-pdf":"Klicken Sie, um zu PDF importieren zu gelangen",enableLineBreak:"Automatischen Zeilenvorschub f\xFCr lange Abs\xE4tze aktivieren",sponsorLabel:"$1 Gesponserte Entwickler",help:"Hand",browserShortcutsNoteForFirefox:'Um die Verkn\xFCpfungen in Firefox zu \xE4ndern, m\xFCssen Sie die Seite f\xFCr die Verwaltung der Erweiterungen "about:addons" \xF6ffnen, dann auf "Einstellungen" und dann auf "Verkn\xFCpfungen verwalten" klicken, um die Verkn\xFCpfungen festzulegen.',browserShortcutsNoteForChrome:'Um Verkn\xFCpfungen in Chrome zu \xE4ndern, m\xFCssen Sie die Seite f\xFCr die Verwaltung von Erweiterungen \xF6ffnen, sie im Bereich "Verkn\xFCpfungen verwalten" festlegen (chrome://extensions/shortcuts) und auf die Schaltfl\xE4che unten klicken, um zur Seite f\xFCr die Verwaltung von Verkn\xFCpfungen zu gelangen.',browserShortcutsSucks:"Benutzerdefinierte Tastenkombinationen werden wie folgt formatiert (es erfolgt keine automatische Erkennung, bitte direkt eingeben)\uFF1A",enableLineBreakDescription:"Wenn diese Funktion aktiviert ist, werden in langen Abs\xE4tzen am Ende jedes Satzes Zeilenumbr\xFCche eingef\xFCgt, um die Lesbarkeit zu verbessern.","browser.shortBrandName":"Immersions\xFCbersetzung","browser.brandName":"Immersion Translation: Bilinguale Webseiten & PDF \xDCbersetzung","browser.brandDescription":"Bilingual web page translation, also supports PDF translation, bilingual Epub eBook translation, free to use.","browser.toggleTranslatePage":"Seite \xFCbersetzen/ Originaltext anzeigen","browser.toggleTranslateTheWholePage":"Alle Bereiche der Seite \xFCbersetzen/den Originaltext anzeigen","browser.toggleOnlyTransation":"Wechseln Sie in den Zweisprachen-/Nur-\xDCbersetzungsmodus","browser.toggleTranslateToThePageEndImmediately":"Sofortige \xDCbersetzung am Ende der Seite/Anzeige des Originaltextes","browser.toggleTranslateTheMainPage":"Den Hauptbereich der Seite \xFCbersetzen/den Originaltext anzeigen","browser.shareToDraft":"Zweisprachige Seiten teilen","browser.openOptionsPage":"\xD6ffnen Sie die Einstellungsseite","browser.toggleTranslationMask":"Translationsunsch\xE4rfe-Effekt ein-/ausblenden","browser.translateLocalPdfFile":"Lokale PDF-Dateien \xFCbersetzen","browser.openEbookViewer":"Lokale eBooks lesen","browser.openEbookBuilder":"Zweisprachige EPUB eBooks erstellen","browser.translateLocalHtmlFile":"HTML/Txt-Dateien \xFCbersetzen","browser.donateContext":"Erfahren Sie mehr \xFCber die Vorteile eines Sponsors","browser.translateLocalSubtitleFile":"Lokale Untertiteldateien \xFCbersetzen",confirmResetConfig:"Sind Sie sicher, dass Sie die Einstellungen zur\xFCcksetzen wollen?",translationLineBreakSettingTitle:"\xDCbersetzung Zeilenvorschubeinstellung",smartLineBreak:"Smart Line Feed (Berechnung)",alwaysLineBreak:"Immer Zeilenvorschub",isShowContextMenu:"Hinzuf\xFCgen \xFCbersetzter Seiten zu Rechtsklick-Men\xFCpunkten",toggleBeta:"Aktivieren von Beta-Testfunktionen",betaDescription:"Aktivieren Sie Funktionen, die noch experimentell sind, sowie einen \xDCbersetzungsdienst in der Beta-Phase. Treten Sie der <1>Telegram-Gruppe bei, um mehr zu erfahren.",translationLineBreakSettingDescription:"Bei Seiten mit wenig Inhalt sind die Zeilenumbr\xFCche immer ordentlich und \xFCbersichtlich. (Verwenden Sie intelligente Zeilenumbr\xFCche in langen, inhaltsreichen Abs\xE4tzen (mehr als{count}Zeichen), um Platz zu sparen).",tempTranslateDomainTitle:"Dauer des vor\xFCbergehenden Einschaltens der Website-\xDCbersetzung",tempTranslateDomainDescription:"Wenn Sie eine Webseite manuell \xFCbersetzen, schalten Sie die Website vor\xFCbergehend f\xFCr die automatische \xDCbersetzung ein, und Sie k\xF6nnen die vor\xFCbergehende Dauer festlegen.",xMinutes:"{count} Minuten",disabled:"die Verwendung von etw. untersagen",changelog:"Protokoll aktualisieren",toggleTranslatePageWhenThreeFingersOnTheScreen:"Gleichzeitiges Ber\xFChren des Bildschirms mit mehreren Fingern \xFCbersetzt Webseiten/zeigt den Originaltext an",toggleTranslationMaskWhenThreeFingersOnTheScreen:"Durch Ber\xFChren mit mehreren Fingern wird der Unsch\xE4rfeeffekt ein- und ausgeblendet.",fingerCountToToggleTranslagePageOnlyTranslationWhenTouching:"Wenn Sie mit mehreren Fingern gleichzeitig den Bildschirm ber\xFChren, wird die Webseite \xFCbersetzt (nur \xDCbersetzung) bzw. der Originaltext angezeigt.",addUrlDescription:"Kann ein Dom\xE4nenname sein und unterst\xFCtzt auch Wildcards, z. B.\uFF1A*.google.com, google.com/mail/*, https://www.google.com/*",general:"Grundeinstellungen",clickToExpandConfig:"Aktuelle Konfiguration erweitern",import:"Aus Datei importieren",export:"In Datei exportieren",toggleDebug:"Das Debug-Protokoll auf der Konsole ausgeben","fingers.0":"Klageschrift","fingers.2":"Zwei-Finger-Ber\xFChrung","fingers.3":"Drei-Finger-Ber\xFChrung","fingers.4":"Vier-Finger-Ber\xFChrung","fingers.5":"F\xFCnf-Finger-Ber\xFChrung",mouseHoldKey:"+ {key} \xDCbersetzen/Wiederherstellen des Absatzes",mouseHoldKeyAuto:"Direkte \xDCbersetzung des Absatzes",mouseHoldKeyOff:"Tun Sie nichts.",mouseHoldKeyOther:"Benutzerdefinierte Tastenkombinationen (Einstellungen \xF6ffnen)",mouseHoldKeyCustomKey:"{key} \xDCbersetzung/K\xFCrzung des Absatzes",mouseHoverHoldKey:"\xDCbersetzen Sie Abs\xE4tze, indem Sie die Tastenkombination dr\xFCcken, w\xE4hrend Sie mit der Maus dar\xFCber fahren.","mouse-translate":"Mauszeiger",document:"(Computer-)Datei",resetSuccess:"Alle Einstellungen erfolgreich zur\xFCcksetzen",resetThisSuccess:"Zur\xFCcksetzen erfolgreich",saved:"Erfolgreich speichern",successImportConfig:"Erfolgreich importierte Konfiguration",goAdvancedSettings:"Gehen Sie zur Seite Erweiterte Einstellungen",goAdvancedInterfaceSettings:"Gehen Sie zur Seite Erweiterte Anpassungseinstellungen",advanced:"Erweiterte Einstellungen",advancedDescription:"In der Regel sind keine Einstellungen erforderlich, belassen Sie es bei der Standardeinstellung. Nur f\xFCr spezialisiertere Benutzer sind mehr personalisierte Einstellungen verf\xFCgbar.",developer:"Einstellungen f\xFCr Entwickler",donateCafe:"Preise","translate to the bottom of the page":"Wird sie unmittelbar nach dem Betreten der Seite an das Ende der Seite \xFCbersetzt?",feedback:"Frage Feedback",toggleTranslatePage:"Seite \xFCbersetzen/ Originaltext anzeigen",translateToThePageEndImmediatelyDescription:"Wenn Sie die Funktion einschalten, wird der Inhalt sofort bei der Eingabe vom oberen zum unteren Rand der Seite \xFCbersetzt. Wenn Sie die Funktion ausschalten, wird der Inhalt w\xE4hrend des Lesens \xFCbersetzt. (Nicht empfohlen)","translate all areas of the page":"Ob alle Bereiche der Seite \xFCbersetzt werden sollen",translationAreaDescription:"Ist die Option aktiviert, werden alle Bereiche der gesamten Webseite \xFCbersetzt. Wenn Sie die Option ausschalten, wird die standardm\xE4\xDFige intelligente Erkennung verwendet und nur die Hauptbereiche werden \xFCbersetzt. (Es wird nicht empfohlen, diese Funktion einzuschalten)","the number of characters to be translated first":"\xDCbersetzen Sie direkt die ersten Zeichen der Seite, ohne zu warten, bis der Anzeigebereich angezeigt wird.","interface language":"Interface-Sprache","display both the original text and the translation":"Gleichzeitige Anzeige von Original und \xDCbersetzung","keyboard shortcuts":"Tastaturkurzbefehle",modify:"Tastenkombinationen \xE4ndern",reset:"reprovision",close:"Klageschrift",homepage:"Homepage",more:"mehr",moreOptions:"Erweitern Sie Ihre Anpassungsoptionen",translateTheWholePage:"Alle Bereiche der Seite \xFCbersetzen (im Gegensatz zu einer intelligenten Erkennung der Hauptbereiche)",changeToTranslateTheWholePage:"Umschalten auf die \xDCbersetzung aller Regionen",changeToTranslateTheMainPage:"Zum Hauptbereich \xDCbersetzen wechseln",changeToOnlyTranslationMode:"Umschalten, um nur \xDCbersetzungen anzuzeigen",changeToDualTranslationMode:"Umschalten auf zweisprachige \xDCbersetzung",translateToThePageEndImmediately:"Sofortige \xDCbersetzung an das Ende der Seite",translateTheMainPage:"Intelligente \xDCbersetzung Schl\xFCsselregionen","The local rules are up to date":"Die \xF6rtlichen Anpassungsvorschriften sind auf dem neuesten Stand.","Successfully synchronized with the latest official rules:":"Erfolgreich synchronisiert mit den neuesten offiziellen Anpassungsregeln.","Checking for updates":"Pr\xFCfen auf Aktualisierungen","Rules are being synchronized":"Anpassungsregeln werden synchronisiert",localVersionIsTooOld:"Die Version der lokalen Erweiterung ist zu alt. Bitte aktualisieren Sie die Erweiterung auf {minVersion} oder eine neuere Version, bevor Sie versuchen zu synchronisieren.",badUserscriptBrowser:"Der aktuelle Browser implementiert die Schnittstelle der Grease Monkey-Erweiterung nicht korrekt (z. B. um Informationen \xFCber die Versionsnummer des Grease Monkey-Skripts selbst zu erhalten). Bitte verwenden Sie andere Browser, die die <1>Grease Monkey-Erweiterung unterst\xFCtzen, wie z. B. Firefox.",foundNewVersion:"Entdecken Sie die neue Version",theLocalExtensionIsUpToUpdate:"Die aktuelle Erweiterung ist auf dem neuesten Stand.",failToSyncRules:"Fehlende Synchronisierung der neuesten Anpassungsregeln",retry:"Klicken Sie hier, um es erneut zu versuchen",failedReason:"Gr\xFCnde f\xFCr das Scheitern",currentRuleVersion:"Aktuelle Regelversion",calculating:"Berechnungen",unknownError:"unbekannter Fehler",canNotFetchRemoteRule:"Remote-Regeln k\xF6nnen nicht abgerufen werden",enableAlphaSuccess:"Alpha aktiviert",disableAlphaSuccess:"Die Alpha-Funktion wurde ausgeschaltet.",cacheSize:"Cache-Gr\xF6\xDFe\uFF1A",cleaning:"in Liquidation befindlich",cleanCache:"den Cache l\xF6schen",options:"aufstellen",about:"in Bezug auf",service:"Dolmetscherdienst",needAction:"(Gehe zu Einstellungen)",goSettings:"loslegen und einrichten",needActionForOptions:"(noch einzurichten)",translationEngine:"Motor Optionen",sourceLanguage:"Originalsprache",target:"Zielsprache",popupSourceLanguage:"Originalsprache",popupTarget:"Zielsprache",popupService:"Dolmetscherdienst",forThisSite:"Aktuelle Website",autoEnableSubtitle:"Automatisches \xD6ffnen von zweisprachigen Untertiteln",alwaysTranslate:"\xDCbersetzen Sie immer",neverTranslate:"Niemals \xFCbersetzen",alwaysTranslateSomeLanguage:"\xDCbersetzen Sie immer {language}",neverTranslateSomeLanguage:"Niemals \xFCbersetzen {language}",alwaysTranslateSomeSite:"\xDCbersetzen Sie immer {hostname}",neverTranslateSomeSite:"Niemals \xFCbersetzen {hostname}",alwaysTranslateSomeSiteOrWildSite:"\xDCbersetzen Sie immer die Website",alwaysTranslateSomePage:"\xDCbersetzen Sie die Seite immer",add:"erh\xF6hen.",default:"Standard (Einstellung)",forThisLanguage:"F\xFCr diese Sprache\uFF1A","add url":"URL eingeben",edit:"Compiler","translate other languages into specific language":"\xDCbersetzen Sie andere Sprachen in Ihre eingestellte Sprache","select translation service":"W\xE4hlen Sie einen \xDCbersetzungsdienst",language:"Mehrsprachigkeit","show-original":"Originaltext anzeigen",translate:"Rendering",Translated:"\xFCbersetzt",Translating:"in \xDCbersetzung",Error:"falsch",allowCacheTranslations:"Aktivieren Sie das lokale \xDCbersetzungscaching (um \xDCbersetzungsanfragen f\xFCr doppelte Passagen zu reduzieren)","translation display":"Anzeigestil der \xDCbersetzung","select diplay style":"Unterscheiden Sie die verschiedenen \xDCbersetzungsstile anhand der folgenden Beispiele",interface:"Interface-Einstellungen",import_export:"Import/Export",import_export_title:"Konfiguration importieren/exportieren",syncToGoogleDrive:"Jetzt mit Google Drive synchronisieren",floatBallOptions:"Hoverball-Einstellungen","floatBallOptions.enable":"Hoverball freischalten","floatBallOptions.blockUrls":"Website deaktivieren","floatBallOptions.add":"erh\xF6hen.","floatBallOptions.blockUrlDesc":"Schwebeb\xE4lle werden nicht angezeigt, wenn die folgenden Websites aufgerufen werden","floatBallOptions.clickType":"Klickverhalten","floatBallOptions.clickTypeDesc":"Verhalten des Hoverball-Symbols beim Anklicken","floatBallOptions.clickPopup":"\xDCbersetzungspanel anzeigen","floatBallOptions.clickTranslate":"\xDCbersetzung/Anzeige des Originaltextes","floatBallOptions.fixedPosition":"\u56FA\u5B9A\u4F4D\u7F6E","floatBallOptions.fixedPositionDesc":"\u60AC\u6D6E\u7403\u5728\u7A97\u53E3\u5DE6\u4FA7\u8FD8\u662F\u53F3\u4FA7","floatBallOptions.fixedPositionLeft":"\u5DE6\u4FA7","floatBallOptions.fixedPositionRight":"\u53F3\u4FA7",previewAllThemes:"Vorschau aller Stile","translationTheme.none":"nicht haben","translationTheme.grey":"dunkelgrau","translationTheme.dashed":"gepunktete Unterstreichung","translationTheme.dotted":"gepunkteter Unterstrich","translationTheme.dashedBorder":"gepunkteter Rand","translationTheme.solidBorder":"feste Umrandung","translationTheme.underline":"Unterstreichen Sie gerade Linien","translationTheme.mask":"Fuzzy-Effekte (Lernmodi)","translationTheme.opacity":"Transparenz-Effekt","translationTheme.paper":"Wei\xDFes Papier Schatteneffekt","translationTheme.dividingLine":"Trennungslinie","translationTheme.highlight":"hohe Helligkeit","translationTheme.marker":"Markierung (Lehnwort)","translationTheme.marker2":"Markierung 2","translationTheme.blockquote":"Referenzierungsstile","translationTheme.weakening":"Schw\xE4chung","translationTheme.italic":"Schr\xE4gschrift","translationTheme.bold":"eindicken","translationTheme.thinDashed":"d\xFCnne gepunktete Linie, Unterstrich","translationTheme.nativeDashed":"Das System ist mit einem gepunkteten Unterstrich versehen","translationTheme.nativeDotted":"System kommt mit gepunktetem Unterstrich","translationTheme.nativeUnderline":"Das System wird mit einer geraden Linie unterstrichen","translationTheme.wavy":"gewellte Linie","translationServices.custom":"Benutzerdefinierte API","translationServices.tencent":"Tencent \xDCbersetzer","translationServices.tenAlpha":"Tencent \xDCbersetzer (Alpha)","translationServices.google":"Google \xDCbersetzen","translationServices.bai":"Baidu (Alpha)","translationServices.baidu":"Baidu's \xDCbersetzung","translationServices.aliyun":"AliCloud \xDCbersetzung","translationServices.volc":"Vulkan\xFCbersetzung","translationServices.deeplx":"DeepLX (Beta)","translationServices.bing":"Microsoft \xDCbersetzen","translationServices.deepl":"DeepL","translationServices.wechat":"WeChat \xDCbersetzung","translationServices.azure":"Azure-\xDCbersetzung","translationServices.ibm":"IBM Watson","translationServices.aws":"Amazonas-\xDCbersetzung","translationServices.mock":"Simulierte \xDCbersetzung","translationServices.mock2":"Simulierte \xDCbersetzung 2","translationServices.caiyun":"lit. bunte Wolken und kleine \xDCbersetzungen","translationServices.cai":"Bunte Wolken (Alpha)","translationServices.volcAlpha":"Vulkan (Alpha)","translationServices.openl":"OpenL","translationServices.youdao":"Youtube-\xDCbersetzung","translationServices.you":"Youdao \xDCbersetzer (Alpha)","translationServices.transmart":"Tencent Interactive \xDCbersetzung","translationServices.niu":"Maverick Translator","translationServices.papago":"Papago \xDCbersetzung","translationServices.d":"D (Alpha)","translationServices.dpro":"D Pro (Kanarienvogel)","translationServices.openai":"OpenAI","translationServices.yandex":"Yandex","translationServices.chatgpt":"ChatGPT Web(3.5 mobil)","translate title":"Seitentitel \xFCbersetzen","always languages":"\xDCbersetzen Sie immer die Sprache",neverTranslateLanguagesLabel:"Die Sprache, die nie \xFCbersetzt werden wird",neverTranslateTheFollowingLanguagesDescription:"\xDCbersetzungen werden \xFCbersprungen, wenn ein Absatz auf der Seite in einer der folgenden Sprachen vorliegt",enableUserscriptPagePopup:"Schwebeball auf der Seite anzeigen",enableUserscriptPagePopupDescription:"Nachdem Sie den Hoverball ausgeschaltet haben, k\xF6nnen Sie ihn mit dem Shortcut /{touch}wieder aufrufen. Es wird dringend empfohlen, diese Einstellungsseite als Lesezeichen zu speichern, um zu verhindern, dass der Hoverball nach dem versehentlichen Ausschalten dieser Option nicht mehr gefunden wird!","always translate the following languages":"\xDCbersetzt automatisch in die Zielsprache, wenn die Seite in einer der folgenden Sprachen vorliegt","always sites":"Immer \xFCbersetzte Websites","always translate the following sites":"Websites werden automatisch in die Zielsprache \xFCbersetzt, wenn es sich um die Domainnamen von","never sites":"Nie \xFCbersetzte Website","never translate the following sites":"\xDCbersetzungen werden nicht durchgef\xFChrt, wenn die Website f\xFCr die folgenden Domains bestimmt ist","please refer to":"Sie m\xFCssen den Schl\xFCssel ausf\xFCllen, bevor Sie ihn verwenden k\xF6nnen.",KeyAndConfigurationTutorial:"Tutorial zur Anwendung und Konfiguration von Schl\xFCsseln",useAboveStyleForTheseSites:"Verwenden Sie immer den \xDCbersetzungsstil \u2308{theme}\u230B, wenn die Website f\xFCr die folgenden Domains bestimmt ist",currentUrl:"Aktuelle URL",confirm:"Speichern (einer Datei usw.) (Informatik)",cancel:"Stornierungen",delete:"entfernen","languages.auto":"automatische Erkennung",syncToCloud:"Mit Google Drive synchronisieren",syncToCloudDescription:"Die in die Cloud hochgeladene Konfiguration kann zwischen verschiedenen Browsern bzw. Grease-Monkey-Skripten synchronisiert werden, je nachdem, was zuletzt ge\xE4ndert wurde.",syncToAccount:"Synchronisierung mit der Immersive Translation Cloud",syncToAccountButton:"Sofortige Synchronisierung mit der Cloud",syncToAccountDescription:"Automatische Synchronisierung von Konfigurationen zwischen verschiedenen Ger\xE4ten, je nachdem, was zuletzt ge\xE4ndert wurde.",successSyncConfigInAccount:"Erfolgreiche Synchronisierung mit der Cloud",successSyncConfigToAccount:"Erfolgreiche Synchronisierung mit der Cloud",syncConfigNoUpdate:"Sie ist bereits auf dem neuesten Stand.",authFail:"Autorisierungsfehler",syncTitle:"Manuelles Backup-Management",import_hint:"importieren (Daten)",upload:"hochladen",revokeAuth:"eine Zulassung widerrufen",uploadFail:"Upload fehlgeschlagen",download:"Herunterladen von",importSuccess:"Erfolgreich importiert",importFail:"Importfehler",deleteFail:"L\xF6schen fehlgeschlagen",backupToCloud:"Manuelle Verwaltung von Sicherungsdateien",create_new_backup:"Einen neuen Sicherungsknoten hinzuf\xFCgen",maxBackupFiles:"Es k\xF6nnen bis zu{count}verschiedene Nodes gesichert werden, bitte l\xF6schen Sie die Nodes, die Sie nicht ben\xF6tigen.",backupToCloudDescription:"Manuelles Hochladen oder Wiederherstellen von Sicherungsdateien, wobei bis zu 3 verschiedene Sicherungen m\xF6glich sind",successSyncConfig:"Erfolgreiche Synchronisierung mit der Cloud",syncFail:"Synchronisationsfehler",updatedAt:"Aktualisiert von {date}",lastSyncedAt:"Zuletzt gepr\xFCft unter {date}",downloadFail:"Download fehlgeschlagen",clickToDownload:"Klicken Sie zum Herunterladen",aboutLabel:"\xDCber - Feedback","browser.openAboutPage":"\xDCber/Feedback",aboutLabelWithoutSponsor:"\xDCber - Feedback",aboutIntro:"M\xF6gen wir alle einen einfacheren und angenehmeren Zugang zu der riesigen Menge fremdsprachiger Informationen im Internet haben \u2764\uFE0F Sie k\xF6nnen Ihre <6>Pro-Mitgliedschaft aktivieren, um die sofort einsetzbaren DeepL und OpenAI-\xDCbersetzungen zu nutzen.

Sie k\xF6nnen uns auf <3>Twitter, <4>Telegram, Weibo, WeChat folgen oder <5>sich in unsere Mailingliste eintragen, um Updates zu erhalten.
<7>Pro-Mitglieder k\xF6nnen uns unter <8>support@immersivetranslate.com kontaktieren, um schnellen Kundenservice zu erhalten.",aboutIntroWithoutSponsor:"M\xF6gen wir alle einen leichteren und angenehmeren Zugang zu der enormen Menge an fremdsprachlichen Informationen haben, die im Internet zur Verf\xFCgung stehen \u2764\uFE0F

Sie k\xF6nnen uns auf <3>Twitter, im <4>Telegram-Kanal, auf WeChat und WeChat Exchange folgen oder <5>sich unten per <5>E-Mail f\xFCr Updates <5>anmelden.",projectHomepage:"Projekt Heimat",joinTelegramGroup:"Treten Sie der Benutzergruppe bei, um an Diskussionen \xFCber Funktionen teilzunehmen.",wechatPublicAccount:"WeChat \xD6ffentlich",wechatCommunities:"WeChat Austauschgruppe",qqCommunities:"QQ Kommunikationskanal",joinTelegramChannel:"Folgen Sie dem Telegram-Kanal f\xFCr aktuelle Updates",feedbackAndJoin:"Frage Feedback / Gruppe hinzuf\xFCgen",autoSync:"automatische Zeitsynchronisation",loadingThemeTitle:"Stil laden",loadingThemeDescription:"Einstellen des Stils beim Warten auf das Laden der \xDCbersetzung","loadingTheme.spinner":"Animation zum Drehen","loadingTheme.text":"etw. in statischer Schrift ","loadingTheme.none":"nicht gezeigt",developerDescription:"Die Dokumentation zur erweiterten Anpassung finden Sie <1>hier","edit border color":"\xC4ndern Sie die Farbe des Rahmens",successSyncButNoChange:"Die aktuelle Konfiguration ist mit der Cloud konsistent",customTheme:"Individuelle Farben und Gr\xF6\xDFen","customThemeLabel.borderColor":"Farbe der Umrandung","customThemeLabel.borderRadius":"Abgerundete Kanten","customThemeLabel.textColor":"Textfarbe","customThemeLabel.backgroundColor":"Hintergrundfarbe","customThemeLabel.zoom":"Skalierung der Schrift (%)","customThemeLabel.opacity":"Text-Opazit\xE4t (%)",resetToDefaultColor:"Wiederherstellung der Standardfarben",resetToDefaultSettings:"Wiederherstellen der Standardeinstellungen",isTranslateTitle:"\xDCbersetzung der Seitentitel aktivieren",isTranslateTitleDescription:"Beim \xD6ffnen wird der Seitentitel \xFCbersetzt",enableSearchEnhancement:"Erm\xF6glichung der zweisprachigen Erweiterung von Nachrichten",enableSearchEnhancementDescription:'Sobald diese Funktion aktiviert ist, werden die Suchergebnisse von "Google News" automatisch in der rechten Spalte der unterst\xFCtzten Websites (Google News, Google Search (einige Suchbegriffe), Snowball, Oriental Fortune, Futura, Tiger Community) f\xFCr die entsprechenden englischen Suchbegriffe angezeigt.',verifyService:"Klicken Sie hier, um den Dienst zu testen",verified:"Erfolg \xFCberpr\xFCfen","field.langs":"Unterst\xFCtzte Sprachcodes","field.model":"Modellierung","field.translationEngine":"\xDCbersetzungsmotor","field.limitPerMinute":"Maximale Anfragen pro Minute","field.limitPerSecond":"Maximale Anzahl von Anfragen pro Sekunde","field.maxTextLengthPerRequest":"Maximale Textl\xE4nge pro Anfrage","field.maxTextGroupLengthPerRequest":"Maximale Anzahl von Abs\xE4tzen pro Anfrage","field.apiUrl":"Adresse der benutzerdefinierten API-Schnittstelle","field.placeholderDelimiters":"reservierter Platzhalter","description.custom":"Benutzerdefinierte Schnittstelle Zugriff Dokumentation erforderlich","description.limitPerMinute":"Anfragen, die diese Grenze \xFCberschreiten, werden bis zum Beginn der n\xE4chsten Minute in eine Warteschlange gestellt. Aufgrund der verschiedenen Einschr\xE4nkungen von OpenAIs aktuellem Service, klicken Sie bitte <1>hier f\xFCr die neuesten vorgeschlagenen Werte","description.limitPerSecond":"Anfragen, die diese Grenze \xFCberschreiten, werden bis zum Beginn der n\xE4chsten Sekunde in eine Warteschlange gestellt. Aufgrund der verschiedenen Einschr\xE4nkungen von OpenAIs aktuellem Service, klicken Sie bitte <1>hier f\xFCr die neuesten vorgeschlagenen Werte","description.generalLimitPerSecond":"Anfragen, die diese Grenze \xFCberschreiten, werden bis zum Beginn der n\xE4chsten Sekunde in eine Warteschlange gestellt.","description.prompt":"Gespr\xE4che, die im Namen des Benutzers an {service} gesendet werden, wobei {{text}} den Textinhalt des Absatzes darstellt, {{from}} die Sprache des Absatzes und {{to}} die Zielsprache.","description.maxTextLengthPerRequest":"Die maximale Anzahl von Zeichen pro Anfrage ist zu gro\xDF, so dass die Schnittstelle langsam reagiert. Versuchen Sie daher, diese Option anzupassen, um die Geschwindigkeit zu optimieren.","description.systemPrompt":"Ein Dialog, der an OpenAI als System gesendet wird, wobei {{text}} den Textinhalt des Absatzes,{{from}} die Sprache des Absatzes und{{to}} die Zielsprache angibt.","field.domain":"Bereich","description.domain":"Der Standardwert ist\uFF1Ageneral. Kann nur gesetzt werden, wenn die Dom\xE4nen\xFCbersetzung in der Arima API-Konsole aktiviert ist, siehe <1>hier f\xFCr unterst\xFCtzte Dom\xE4nen","field.scene":"Nehmen Sie","description.scene":"Der Standardwert ist\uFF1Ageneral. Kann nur eingestellt werden, wenn die AliCloud-API-Konsole Machine Translation Pro \xF6ffnet, siehe <1>hier f\xFCr unterst\xFCtzte Szenarien","field.vocabId":"Benutzerw\xF6rterbuch-ID","description.vocabId":"Das angegebene W\xF6rterbuch out_id unterst\xFCtzt derzeit die \xDCbersetzung Englisch-Chinesisch.","description.model":"OpenAI-Modelle, z.B. gpt-3.5-turbo, gpt-4, etc.","description.maxTextGroupLengthPerRequest":"Die Anzahl der Abs\xE4tze, die gleichzeitig an den \xDCbersetzungsdienst gesendet werden. Wenn es zu viele Abs\xE4tze sind, kann dies dazu f\xFChren, dass die Schnittstelle langsamer reagiert.","description.apiUrl":"Bitte f\xFCgen Sie spezifische URLs mit Pfaden, <1>mehr Beschreibung",enabledExtension:"Aktivieren von Erweiterungen",clickToDisableExtension:"Klicken Sie hier, um Erweiterungen zu deaktivieren",clickToEnableExtension:"Klicken Sie, um Erweiterungen zu aktivieren",hasBeenDisabled:"deaktiviert","show password":"Passwort anzeigen",customContent:"Eingabe eines benutzerdefinierten Modellnamens",inputOptions:"Erweiterung des Eingabefeldes",mouseHoverOptions:"Mauszeiger",modifyMouseHoverKey:"Mauszeiger-Kurzbefehl \xE4ndern",enableInputTranslation:"Ob die Erweiterung des Eingabefeldes aktiviert werden soll",enableInputTranslationDescription:"Nach der Aktivierung geben Sie {startingKey}{startingKey} hallo direkt in das Eingabefeld ein und dr\xFCcken dann schnell{inputTrailingTriggerKeyRepeatTimes}mal{trailingKey}, um in {inputTargetLanguage}zu \xFCbersetzen.",enableInputTranslationDescriptionForNoneKey:"Nach der Aktivierung geben Sie\uFF1AHello World direkt in das Eingabefeld ein und dr\xFCcken dann schnell{inputTrailingTriggerKeyRepeatTimes}{trailingKey}, um in die Standardzielsprache zu \xFCbersetzen.",inputTargetLanguage:"Einstellung der Standard-Zielsprache f\xFCr Eingabefelder",inputTargetLanguageDescription:"Standard-Zielsprache f\xFCr die \xDCbersetzung von Eingabefeldern, d.h. {startingKey}{startingKey} als Standardsprache f\xFCr Triggerw\xF6rter",inputTargetLanguageDescriptionForNoneKey:"Standard-Zielsprache f\xFCr die \xDCbersetzung des Eingabefeldes",inputStartingTriggerKeyTitle:"Einstellung des Trennzeichens f\xFCr die Teil\xFCbersetzung des Eingabefeldes",inputStartingTriggerKeyDescription:"Wenn Sie nicht das gesamte Eingabefeld \xFCbersetzen m\xFCssen, k\xF6nnen Sie mit dem Splitter nur den Teil von {startingKey}{startingKey} bis zum Ende des Eingabefelds \xFCbersetzen, oder Sie k\xF6nnen den Sprachcode angeben, z. B.\uFF1A{startingKey}ja bedeutet, dass nur der Teil von {startingKey}ja bis zum Ende des Eingabefelds \xFCbersetzt wird.",inputStartingTriggerKeyDescriptionForNoneKey:'Die derzeitige Einstellung "kein Pr\xE4fix" wird nicht ben\xF6tigt, und die \xDCbersetzungsfunktion f\xFCr einige Texte im Eingabefeld ist derzeit nicht verf\xFCgbar.',inputTrailingTriggerKeyTitle:"W\xE4hlen Sie ein Ausl\xF6sezeichen f\xFCr das Ende eines Eintrags",inputTrailingTriggerKeyDescription:"3 schnelle Treffer{trailingKey} wird mit der \xDCbersetzung beginnen!",inputTrailingTriggerKeyTimeout:"Geben Sie die Zeit zwischen den Ausl\xF6sern f\xFCr das Ende des Kampfes ein.",inputTrailingTriggerKeyTimeoutDescription:"Legt die Zeit (in Millisekunden) zwischen den Combo-Triggern f\xFCr das Eingangsende fest",spaceKey:"<\u7A7A\u683C\u952E>",noneKey:"Direkte \xDCbersetzung des gesamten Textfeldes ohne Pr\xE4fixe",inputTranslationBlockUrlsTitle:"Aktivieren Sie die Eingabefelderweiterung in den folgenden URLs nicht",inputTranslationBlockUrlsDescription:"Die Erweiterungen der Eingabefelder funktionieren nicht bei den folgenden URLs",clickToSeeQuickDemo:"Klicken Sie hier, um das 30-Sekunden-Kurzanleitung-Video zu erweitern",inputHelperInfo:"Beschreibung\uFF1AWir haben die Tatsache optimiert, dass einige ausl\xF6sende Zeichen bei chinesischen Eingabemethoden zu chinesischen Satzzeichen werden, z. B. wird / bei der Sogou-Eingabemethode zu einem Dun-Zeichen, und Immersive Translator unterst\xFCtzt alle chinesischen Symbole, die den ausl\xF6senden Zeichen entsprechen, d. h. //,,, wird als ausl\xF6sendes Zeichen erkannt.

Wir unterst\xFCtzen auch chinesische Aliase f\xFCr Sprachcodes als Befehle, z.B. /Japanese Hello World wird ins Japanische \xFCbersetzt, <1>klicken Sie hier, um alle unterst\xFCtzten Sprachcodes zu sehen.",reloadCurrentPage:"Bitte aktualisieren Sie die aktuelle Seite, bevor Sie die \xDCbersetzung starten.",noLocalFilePermissionForPDF:"Sie haben keine Berechtigung, lokale Dateien zu lesen. Bitte klicken Sie auf die Schaltfl\xE4che oben und importieren Sie dann lokale Dateien.",noPermissionForThisPage:"\u26A0\uFE0F Keine Berechtigung zur \xDCbersetzung der aktuellen Seite",retryAllParagraphs:"Alle Fehlerpassagen erneut versuchen",retryAllButton:"Alle Fehlerpassagen erneut versuchen",errorTooltipTitle:"Klicken Sie, um die Ursache des Fehlers zu sehen",errorModalTitle:"Irgendetwas scheint mit dem \xDCbersetzungsdienst oder dem Netzwerk nicht in Ordnung zu sein...",disableConfirm:"Zweisprachige Information Enhancement Setting",disableOnce:"Diese Invalidit\xE4t",disableGlobal:"dauerhaft deaktivieren",disableTint:"* Sie k\xF6nnen sie unter {option} wieder aktivieren.",searchEnhancementNotes:'Wir haben festgestellt, dass die Nachrichtenergebnisse f\xFCr chinesische und englische Schl\xFCsselw\xF6rter sehr unterschiedlich sind. Nach der Aktivierung der Funktion "Immersive Translation Bilingual Information Enhancement" suchen wir f\xFCr Sie automatisch auf den unterst\xFCtzten Websites (Google News, Google Search (einige Schl\xFCsselw\xF6rter), Snowball, Oriental Wealth, Futura, Tiger) nach denselben Schl\xFCsselw\xF6rtern auf Englisch und zeigen sie auf der rechten Seite an. Sie k\xF6nnen diese Funktion deaktivieren, wenn Sie sie nicht ben\xF6tigen.',option:"aufstellen",saveSettings:"Einstellungen speichern",closeModal:"Fenster schlie\xDFen",enableInputTranslationWithoutTriggerKeyTitle:"Aktivieren Sie 3 Schnellzugriffe auf{trailingKey}, um das gesamte Eingabefeld direkt in{inputTargetLanguage}zu \xFCbersetzen.",enableInputTranslationWithoutTriggerKeyDescription:"Um die Zielsprache anzugeben, stellen Sie ihr den Sprachcode voran, z. B.\uFF1Aja Hello World",mouseHoverShortcutPlaceholder:"z.B.\uFF1AVerschiebung",deepLProName:"Immersive Translation Pro Mitglied (empfohlen)",deepLProDescription:"Das aktuelle Paket kann direkt verwendet werden",deeplProDescriptionForNormal:"Keine Einrichtung erforderlich, Mitglieder k\xF6nnen es nach der Anmeldung nutzen, <1>klicken Sie hier, um Mitglied zu werden",deepLCustomDescription:"Ausl\xE4ndische Kreditkarte erforderlich, offiziell er\xF6ffnet unter <1>DeepL, klicken Sie f\xFCr die <2>Dokumentation",deepLCustomName:"Benutzerdefinierter Authentifizierungsschl\xFCssel",chooseProviderLabel:"W\xE4hlen Sie einen Dienstanbieter",openaiProName:"Immersive Translation Pro Mitglied (empfohlen)",openaiProDescription:"Das aktuelle Paket kann direkt verwendet werden",openaiProDescriptionForNormal:"Keine Einrichtung erforderlich, Mitglieder k\xF6nnen es nach der Anmeldung nutzen, <1>klicken Sie hier, um Mitglied zu werden",openaiCustomDescription:"Verf\xFCgbar auf OpenAI, Azure OpenAI oder anderen Diensten von Drittanbietern, <1>klicken Sie hier f\xFCr die Dokumentation",openaiCustomName:"Benutzerdefinierter API-Schl\xFCssel",needLoginAction:"(Offene Mitgliedschaft oder Anpassung)",goLoginOrAction:"(\xD6ffnen Sie eine Mitgliedschaft oder gehen Sie zu den Einstellungen)",yearly:"eine fortlaufende j\xE4hrliche Zahlung leisten",quarterly:"sequenzieller Umschlag",monthly:"Monatsabonnement",yearlyForOnce:"Einmaliges Jahrespaket",monthlyForOnce:"Einmaliges Monatspaket",daily:"aufeinanderfolgende Pakettage",year:"eine fortlaufende j\xE4hrliche Zahlung leisten",quarter:"sequenzieller Umschlag",month:"Monatsabonnement",day:"aufeinanderfolgende Pakettage",onetime_7day:"7-Tage-Erlebnispaket",currentPlanDescriptionForFree:"Aktuelle Pakete\uFF1AKostenlos",currentPlanDescriptionForContinuous:"Das aktuelle Paket\uFF1A{plan}wird automatisch auf {endAt} verl\xE4ngert.",currentPlanDescriptionForAutoRenewCaceling:"Das aktuelle Paket\uFF1A{plan}l\xE4uft auf {endAt} aus und wird nach Ablauf nicht automatisch verl\xE4ngert.",currentYearlyPlanDescriptionForAutoRenewCacelingWithRealPaiedUser:"Das aktuelle Paket,\uFF1A{plan}, l\xE4uft am {endAt} aus und wird nach Ablauf nicht automatisch verl\xE4ngert.
<1>Klicken Sie hier, um Ihren Verl\xE4ngerungsplan zu verwalten",currentYearlyPlanDescriptionForAutoRenewCacelingWithAdmin:"Das aktuelle Paket\uFF1A{plan}l\xE4uft auf {endAt} aus und wird nach Ablauf nicht automatisch verl\xE4ngert.
<1>Klicken Sie hier, um ein fortlaufendes Jahresabonnement zu aktivieren",currentPlanDescriptionForOneTime:"Das aktuelle Abonnement\uFF1A{plan}l\xE4uft auf {endAt} aus. <1>Klicken Sie hier, um eine j\xE4hrliche oder <2>monatliche Mitgliedschaft zu <1>erwerben.",upgradePlan:"Klicken Sie hier f\xFCr ein Upgrade auf die Pro-Mitgliedschaft",upgradeToPro:"Upgrade auf Pro-Mitgliedschaft","popup.openPro":"Upgraden Sie auf die Pro-Mitgliedschaft, um DeepL und OpenAI-\xDCbersetzung zu genie\xDFen. Klicken Sie hier, um upzugraden!","popup.openProForPro":"Sie sind ein Pro-Mitglied mit direktem Zugang zu DeepL und OpenAI \xDCbersetzungen!",currentAccount:"laufendes Konto",enableAutoSyncUserSettings:"Aktivieren Sie die automatische Cloud-Synchronisierung \xFCber mehrere Ger\xE4te hinweg",modalEnableInputTranslationTitle:"Immersive Translation Eingabefeld Translation Alerts",modalEnableInputTranslationDesc:"Sie haben soeben die \xDCbersetzung des Eingabefeldes von Immersive Translation ausgel\xF6st, indem Sie dreimal kurz hintereinander die Leertaste gedr\xFCckt haben, und der Inhalt des Eingabefeldes wird in die Standardzielsprache \xFCbersetzt. Die \xDCbersetzung kann mit Strg+Z r\xFCckg\xE4ngig gemacht werden.

Sollte dies ein Fehler gewesen sein, k\xF6nnen Sie die \xDCbersetzung des Eingabefeldes entweder deaktivieren oder dauerhaft abschalten.",saveAndNotShowAgain:"Speichern und Beenden der Eingabeaufforderung",disableInputTranslationTips:"* Sie k\xF6nnen auch andere Tastenkombinationen f\xFCr die Ausl\xF6sung in {option} ,{learnMore}festlegen.",learnMore:"Klicken Sie hier, um mehr zu erfahren",continueEnalbeInputTranslation:"Fortfahren, um die \xDCbersetzung von Eingabefeldern zu aktivieren",autoRenewTrialSuffix:'(Aufwird die Testversion sofort zur Vollmitgliedschaft aufgewertet)',upgradeFromTrialTitle:"Upgrade zum Vollmitglied",subtitle:"Video-Untertitelung",youtubeService:"Immersions\xFCbersetzung Videountertitelung \xDCbersetzungsdienste","subtitle.disabledSubtitle":"Dauerhaftes Deaktivieren der Video-Untertitelfunktion","subtitle.disabledSubtitleDescription":"Wenn Immersive Translator's Video Subtitles mit anderen Erweiterungen in Konflikt steht, k\xF6nnen Sie die Funktion von Immersive Translator's Video Subtitles dauerhaft deaktivieren oder andere in Konflikt stehende Erweiterungen deinstallieren","subtitle.autoEnableSubtitle":"Automatische Verwendung von zweisprachigen Untertiteln","subtitle.autoEnableSubtitleDescription":"Nach der Aktivierung werden beim Abspielen eines Videos automatisch zweisprachige Untertitel angezeigt, sonst m\xFCssen Sie auf die \xDCbersetzungsschaltfl\xE4che klicken, um sie anzuzeigen.","subtitle.preTranslation":"\xDCbersetzen von Untertiteln mit immersiver \xDCbersetzung","subtitle.preTranslationDescription":"Wenn diese Option aktiviert ist, wird der gesamte Untertitel mit Hilfe des unten angegebenen \xDCbersetzungsdienstes vor\xFCbersetzt. F\xFCr ein einst\xFCndiges Video werden etwa 50.000 Token oder Zeichen ben\xF6tigt, die Sie bitte nach eigenem Ermessen verwenden.","subtitle.humanSubtitlesPreferred":"Vorrangige Verwendung von Untertiteln f\xFCr Menschen","subtitle.humanSubtitlesPreferredDescription":"Bevorzugen Sie die Verwendung von menschlichen Untertiteln, wenn das Video menschliche Untertitel in der Zielsprache hat (empfohlen)",videoSubtitleTranslationDescription:"Beauftragen Sie einen separaten \xDCbersetzungsdienst f\xFCr Videountertitel",subtitleTranslating:"Bitte warten Sie, w\xE4hrend die Untertitel \xFCber den Dienst {service} \xFCbersetzt werden... (Immersions\xFCbersetzung)",subtitleLoading:"Laden von Untertiteln...",bilingual:"Zweisprachigkeit","field.action":"Ob Baidu-Terminologie aktiviert werden soll","description.action":"Wenn diese Funktion aktiviert ist, wird der Anfrage ein Parameter action=1 hinzugef\xFCgt, um Baidu \xFCber den aktivierten Begriff zu informieren. <1>Weitere Informationen finden Sie in der offiziellen Dokumentation.",closeQuickTranslation:"Hoverball schlie\xDFen","closeQuickTranslation.untilNext":"Diesmal geschlossen bis zum n\xE4chsten Besuch","closeQuickTranslation.currentWebsite":"Aktuelle Seite deaktiviert","closeQuickTranslation.alwaysClose":"dauerhaft deaktivieren","closeQuickTranslation.settingOpen":"(kann auf der <1>Einstellungsseite aktiviert werden)","closeQuickTranslation.cancel":"Stornierungen","closeQuickTranslation.confirm":"definieren.","floatBall.popup":"\xD6ffnen Sie das Panel Schnelleinstellungen","floatBall.translate":"Klicken Sie, um die Seite zu \xFCbersetzen","floatBall.showOriginal":"Klicken Sie, um zum Originalartikel zur\xFCckzukehren","floatBall.close":"Hoverball schlie\xDFen","floatBallOptions.enableDescPc":"Nach dem Aktivieren des Hoverballs wird auf der rechten Seite der Seite eine Schaltfl\xE4che f\xFCr die Schnell\xFCbersetzung angezeigt. Klicken Sie darauf, um zu \xFCbersetzen!","floatBallOptions.enableDesc":"Nachdem Sie den Hoverball ausgeschaltet haben, k\xF6nnen Sie ihn mit{touch}wieder aufrufen. Es wird dringend empfohlen, diese Einstellungsseite als Lesezeichen zu speichern, falls Sie den Hoverball nicht mehr finden k\xF6nnen, nachdem Sie diese Option versehentlich ausgeschaltet haben!","description.azureApiUrl":"Geben Sie die Adresse der benutzerdefinierten API-Schnittstelle ein",confirmSupportMouse:"Aktivierung der Mausunterst\xFCtzung erzwingen",confirmSupportMouseDescription:"Es wurde festgestellt, dass der aktuelle Browser die Mausfunktion nicht unterst\xFCtzt. Ist es notwendig, die Mausunterst\xFCtzung zu aktivieren?",sampleTargetText:"Die lange Nacht wird kommen, und ich werde von heute an bis zu meinem Tod Wache halten. Ich werde keine Frau nehmen, ich werde kein Lehen machen, ich werde keine Kinder haben. Ich werde keine Krone tragen, ich werde nicht nach Ehre streben. Ich werde meine Pflicht tun und leben und sterben.",sampleSourceText:"Night gathers, and now my watch begins. It shall not end until my death. I shall take no wife, hold no lands, father no children. I shall wear no crowns and win no glory. I shall live and die at my post.","subtitle.supportedSites":"\u5DF2\u652F\u6301\u5728\u8FD9\u4E9B\u7F51\u7AD9\u4F7F\u7528\u53CC\u8BED\u5B57\u5E55\uFF08\u6CE8\u610F\uFF1A\u7531\u4E8E\u6280\u672F\u9650\u5236\uFF0C\u90E8\u5206\u7F51\u7AD9\u5728\u9996\u6B21\u5F00\u542F\u5B57\u5E55\u540E\u9700\u8981\u91CD\u65B0\u5237\u65B0\u9875\u9762\uFF0C\u6216\u8005\u9700\u7B49\u5F85\u7FFB\u8BD1\u5B8C\u6210\u4EE5\u663E\u793A\u53CC\u8BED\u5B57\u5E55\uFF09\uFF1A",viewWithImmersiveTranslate:"\u53CC\u8BED\u7248\u672C(\u6C89\u6D78\u5F0F\u7FFB\u8BD1)",errorReason:"\u9519\u8BEF\u539F\u56E0\uFF1A{message}","proQuotaExceededError.onetime7day":'\uFF0C\u60A8\u53EF\u4EE5\u9009\u62E9\u4EE5\u4E0B\u65B9\u5F0F\u89E3\u51B3\uFF1A

1. \u5207\u6362\u5230 {anotherService} \u6216\u5176\u4ED6\u7FFB\u8BD1\u670D\u52A1
2. \u5347\u7EA7\u4E3A\u6708\u5EA6/\u5E74\u5EA6\u4F1A\u5458',"proQuotaExceededError.trial":'\uFF0C\u60A8\u53EF\u4EE5\u9009\u62E9\u4EE5\u4E0B\u65B9\u5F0F\u89E3\u51B3\uFF1A

1. \u5207\u6362\u5230 {anotherService} \u6216\u5176\u4ED6\u7FFB\u8BD1\u670D\u52A1
2. \u7ACB\u523B\u5347\u7EA7\u4E3A\u6B63\u5F0F\u4F1A\u5458',"proQuotaExceededError.nonTrial":'\uFF0C\u60A8\u53EF\u4EE5\u9009\u62E9\u4EE5\u4E0B\u65B9\u5F0F\u89E3\u51B3\uFF1A

1. \u5207\u6362\u5230 {anotherService} \u6216\u5176\u4ED6\u7FFB\u8BD1\u670D\u52A1
2. \u8D2D\u4E70 {translationService} \u989D\u5916\u6D41\u91CF\u5305',"proQuotaExceededError.resetTime":"
3. \u989D\u5EA6\u91CD\u7F6E\u65F6\u95F4\uFF1A{resetTime}","desc.touchShortcutsToggleTranslatePageOnlyTranslation":'"Nur \xDCbersetzung" bedeutet, dass nur die \xDCbersetzung angezeigt wird. Wenn eine Webseite noch nicht \xFCbersetzt wurde, wird der Modus gewechselt und \xFCbersetzt.',"desc.toggleOnlyTransation":'"Nur \xDCbersetzungsmodus" bedeutet, dass nur die \xDCbersetzung angezeigt wird. Wenn eine Webseite noch nicht \xFCbersetzt wurde, wird der Modus gewechselt und \xFCbersetzt.',touchShortcutsToggleTranslatePageOnlyTranslation:"Einstellen von Touchscreen-Gesten zum Wechseln zwischen Zweisprachig/Nur \xDCbersetzung Modus",download_started:"Der Download hat bereits begonnen, wenn er nicht automatisch heruntergeladen wird, klicken Sie bitte manuell.",here:"Hier","desc.toggleVideoSubtitlePreTranslation":"Nach dem Dr\xFCcken werden die zweisprachigen Untertitel des Videos vorrangig mit den Einstellungen der immersiven \xDCbersetzung verwendet. Wenn Sie erneut dr\xFCcken, werden vorrangig die maschinell \xFCbersetzten Untertitel des Originalvideos verwendet. Bitte beachten Sie: Diese Verkn\xFCpfung \xE4ndert die globalen Einstellungen.",videoSubtitlePreTranslationOn:"Videountertitel werden vorrangig mit immersiver \xDCbersetzung verwendet.",videoSubtitlePreTranslationOff:"Videounteritel werden vorrangig die maschinell \xFCbersetzten Untertitel des Originalvideos verwenden.",translationFont:"Schriftart einstellen","translationFont.custom":"Geben Sie benutzerdefinierte Schriftarten ein","translationFont.customPlaceholder":"Schriftart","translationFont.notSupportErrorMessage":"Bitte \xFCberpr\xFCfen Sie, ob der von Ihnen eingegebene Schriftartname korrekt ist, oder best\xE4tigen Sie, dass diese Schriftart bereits auf Ihrem Ger\xE4t installiert ist.","touch.mouse-translate":"\xDCbersetzen Sie den angegebenen Absatz.","translationServices.inherit":"Folgen Sie dem Haupt\xFCbersetzungsdienst","error.serveConfigError":"Dienstkonfigurationsfehler","error.reloadPageOfSetting":"Nach der Konfiguration, bitte aktualisieren Sie die Seite und \xFCbersetzen Sie erneut.","error.googleLimitIp":"Der Service gibt einen Fehler zur\xFCck, Google-Dienste haben die IP-Adresse gedrosselt, es wird empfohlen, den Netzwerkknoten zu wechseln.","error.openAIFreeLimit":"Der Service gibt einen Fehler zur\xFCck, die aktuelle \xDCbersetzungsanforderungsrate hat das Limit von maximal 3 Mal pro Minute erreicht, bitte versuchen Sie es sp\xE4ter erneut. (Dies ist eine Beschr\xE4nkung von OpenAI f\xFCr kostenlose API-Schl\xFCssel. Um diese Beschr\xE4nkung aufzuheben, binden Sie bitte eine Kreditkarte im OpenAI-Backend.)","error.openAIExceededQuota":"Dienst gibt Fehler zur\xFCck: Ihr aktuelles OpenAI-Konto hat nicht gen\xFCgend Guthaben. Bitte laden Sie Ihr Konto auf oder verkn\xFCpfen Sie eine Kreditkarte im offiziellen OpenAI-Backend.","error.429":"Der Service gibt einen Fehler zur\xFCck, was darauf hinweist, dass die Anfragen zu h\xE4ufig sind oder das Limit \xFCberschritten wurde. Bitte versuchen Sie es sp\xE4ter erneut.","error.403":"Der Service gibt einen Fehler zur\xFCck, vor\xFCbergehend besteht keine Berechtigung zum Zugriff auf diesen Service.","error.400":"Der Service gibt einen Fehler zur\xFCck, die Anforderungsparameter sind falsch, bitte \xFCberpr\xFCfen Sie die entsprechende Konfiguration.","error.502":"Der Service gibt einen Fehler zur\xFCck, der Service ist zeitlich \xFCberschritten, bitte versuchen Sie es sp\xE4ter erneut.","error.proTokenInvalid":"Wenn Sie ein Pro-Benutzer sind, melden Sie sich bitte an, bevor Sie den Pro-\xDCbersetzungsdienst nutzen.","error.proUpgrade":"Nach dem Upgrade, bitte aktualisieren Sie die Seite und \xFCbersetzen Sie erneut.","error.configError":"Konfigurationsdaten sind abnormal","error.goReset":"Zur\xFCcksetzen",batchEdit:"Massenoperation","translationModeLang.translation.title":"Nur \xDCbersetzungsmodus Sprache","translationModeLang.translation.description":"Wenn die Seitensprache eine der folgenden Sprachen ist, wird automatisch nur der \xDCbersetzungsmodus verwendet.","translationModeUrl.translation.title":"Nur \xDCbersetzungsmodus-Webadresse","translationModeUrl.translation.description":"Wenn die Website die folgenden Domains hat, wird automatisch nur der \xDCbersetzungsmodus verwendet.","error.serveUnavailable":"Der von Ihnen derzeit verwendete [{serverName}] Dienst ist aufgrund von Netzwerkverbindungsproblemen oder Problemen mit dem Dienstanbieter vor\xFCbergehend nicht erreichbar. Wir empfehlen Ihnen, die Seite zu aktualisieren oder \xFCber <1>Einstellungen einen anderen \xDCbersetzungsdienst auszuw\xE4hlen. Wenn Sie ein <2>Pro-Mitglied sind, k\xF6nnen Sie den stabileren DeepL oder OpenAI \xDCbersetzungsdienst nutzen (<3>klicken Sie hier, um es kostenlos auszuprobieren). Dar\xFCber hinaus sollten Sie m\xF6glicherweise Ihre Netzwerk- oder Proxy-Einstellungen \xFCberpr\xFCfen.",detectServiceLoading:"\xDCberpr\xFCfung der verf\xFCgbaren \xDCbersetzungsdienste...",toggleToService:"Wechseln Sie zu {service} und versuchen Sie es erneut.","error.gemini.429":"Der aktuelle Gemini-Dienst hat seine maximale Kapazit\xE4t erreicht. Bitte versuchen Sie es sp\xE4ter erneut oder wechseln Sie zu einem anderen \xDCbersetzungsdienst.",enableSentryReport:"Wenn ein Fehler bei der Erweiterung auftritt, senden Sie Feedback mit Sentry.","translationServices.gemini":"Zwillinge","widget.translateFile":"PDF/ePub","error.reason":"Fehlergrund","floatBall.iKnow":"Ich wei\xDF.",goLogin:"Anmelden gehen","error.retry":"Wiederholen",touchShortcutsOff:"schlie\xDFen",pickAll:"Alles ausw\xE4hlen",notLogin:"Nicht angemeldet","slide.left":"Nach rechts wischen",loggedIn:"Eingeloggt","slide.right":"Nach links wischen",shortcutSettingsTitle:"Tastenkombination Einstellungen","tagsInput.add":"+ Hinzuf\xFCgen","subtitle.bilingual":"Zweisprachige Untertitel","multipleClick.2":"Doppelklick","shortcutGroup.touch":"Gesten speziell f\xFCr Touchscreens",alwaysTranslateThisSite:"Immer diese Website \xFCbersetzen",buildSnapshots:"Erstellen Sie ein Webseiten-Snapshot",networkError:"\xDCbersetzungsdienst oder Netzwerk hat ein Problem",neverTranslateThisSite:"\xDCbersetzen Sie diese Website niemals",translationOnlyMode:"Nur \xDCbersetzungsmodus","subtitle.hideQuickButton":"Nicht mehr diese Verkn\xFCpfung anzeigen","subtitle.showQuickButton":"Im Player werden Untertitel in zwei Sprachen angezeigt.","multipleClick.3":"Dreifachschlag","intro.subtitleTitle":"Online-Video-Zweisprachige Untertitelanzeige","shortcutGroup.main":"H\xE4ufig verwendete Funktionstastenkombinationen",temprarilyChangeTranslationTo_openai:"Verwendet OpenAI zum \xDCbersetzen der aktuellen Seite",shortcutSettings:"Tastenkombination","shortcutGroup.others":"Mehr benutzerdefinierte Funktionstastenkombinationen","intro.floatBallTitle":"Schnelle \xDCbersetzung Schwebekugel","widget.videoSubtitle":"Videountertitel",contact:"Kontaktieren Sie uns",mouseHoverCustomKeyTitle:"Benutzerdefinierte Maus-Hover-Tastenkombination",temprarilyChangeTranslationTo_gemini:"Verwenden von Gemini, um die aktuelle Seite zu \xFCbersetzen","browser.translateInputBox":"\xDCbersetzen Sie den aktuellen Inhalt des Eingabefelds.","multipleClick.4":"Vierfachschlag","browser.translateWithDeepL":"Vor\xFCbergehende Verwendung von DeepL zur \xDCbersetzung der aktuellen Seite",notLoginPro:"Sie haben sich noch nicht in Ihr Mitgliedskonto eingeloggt.",touchShortcutsToggleTranslateTouchElement:"Einstellen von Touchscreen-Gesten zum \xDCbersetzen bestimmter Abs\xE4tze","widget.instructionTooltip":"Anleitung anzeigen","browser.translateWithTransmart":"Verwenden Sie vor\xFCbergehend Tencent, um die aktuelle Seite zu \xFCbersetzen.",temprarilyChangeTranslationTo_google:"Verwenden Sie Google \xDCbersetzer, um diese Seite zu \xFCbersetzen.","shortcutGroup.shortcutsForTranslationServices":"\xDCbersetzungsdienst verwandte Tastenkombinationen",temprarilyChangeTranslationTo_deepl:"Verwenden von DeepL, um die aktuelle Seite zu \xFCbersetzen.","widget.instruction":"Gebrauchsanweisung","browser.translateWithOpenAI":"Vor\xFCbergehende Verwendung von OpenAI zum \xDCbersetzen der aktuellen Seite","intro.hoverTitle":"\xDCbersetzen Sie den aktuellen Absatz, indem Sie die Maus dar\xFCber schweben lassen.","browser.toggleMouseHoverTranslateDirectly":"Auf der Seite das direkte \xDCbersetzen durch Mouseover tempor\xE4r aktivieren oder deaktivieren","floatBall.longPress":"Durch langes Dr\xFCcken k\xF6nnen Sie das Einstellungsmen\xFC schnell \xF6ffnen.",temprarilyChangeTranslationTo_transmart:"Verwendet gerade Tencent \xDCbersetzung f\xFCr die aktuelle Seite.","floatBall.guideClickToTranslate":`Klicken Sie auf die immersive \xDCbersetzungsschwebekugel + {env.imt_trans_field}: \u0627\u0644\u062A\u0631\u062C\u0645\u0629`,"translationServices.claude":"\u0643\u0644\u0648\u062F","subtitle.quickButton.setting":"\u0625\u0639\u062F\u0627\u062F\u0627\u062A","subtitle.quickButton.white":"\u0623\u0628\u064A\u0636","subtitle.quickButton.black":"\u0627\u0644\u0644\u0648\u0646 \u0627\u0644\u0623\u0633\u0648\u062F","subtitle.quickButton.yellow":"\u0627\u0644\u0644\u0648\u0646 \u0627\u0644\u0623\u0635\u0641\u0631","subtitle.quickButton.backgroundOpacity":"\u0634\u0641\u0627\u0641\u064A\u0629 \u0627\u0644\u062E\u0644\u0641\u064A\u0629","subtitle.quickButton.translationPositionBottom":"\u0623\u0633\u0641\u0644 \u0627\u0644\u0646\u0635 \u0627\u0644\u0623\u0635\u0644\u064A","subtitle.quickButton.backgroundColor":"\u0644\u0648\u0646 \u0627\u0644\u062E\u0644\u0641\u064A\u0629","subtitle.quickButton.cyan":"\u0627\u0644\u0644\u0648\u0646 \u0627\u0644\u0623\u0632\u0631\u0642","subtitle.quickButton.translationPosition":"\u0645\u0648\u0642\u0639 \u0627\u0644\u062A\u0631\u062C\u0645\u0629","subtitle.quickButton.magenta":"\u0627\u0644\u0644\u0648\u0646 \u0627\u0644\u0642\u0631\u0645\u0632\u064A","subtitle.quickButton.translationTextColor":"\u0644\u0648\u0646 \u062E\u0637 \u0627\u0644\u0646\u0635","subtitle.quickButton.red":"\u0627\u0644\u0644\u0648\u0646 \u0627\u0644\u0623\u062D\u0645\u0631","subtitle.quickButton.translationPositionTop":"\u0641\u064A \u0627\u0644\u062C\u0632\u0621 \u0627\u0644\u0639\u0644\u0648\u064A \u0645\u0646 \u0627\u0644\u0646\u0635 \u0627\u0644\u0623\u0635\u0644\u064A","subtitle.quickButton.sourceTextColor":"\u0644\u0648\u0646 \u0627\u0644\u062E\u0637 \u0627\u0644\u0623\u0635\u0644\u064A","subtitle.quickButton.green":"\u0627\u0644\u0644\u0648\u0646 \u0627\u0644\u0623\u062E\u0636\u0631","subtitle.quickButton.sourceFontSize":"\u062D\u062C\u0645 \u0627\u0644\u062E\u0637 \u0627\u0644\u0623\u0635\u0644\u064A","subtitle.quickButton.blue":"\u0627\u0644\u0644\u0648\u0646 \u0627\u0644\u0623\u0632\u0631\u0642","subtitle.quickButton.translationFontSize":"\u062D\u062C\u0645 \u062E\u0637 \u0627\u0644\u0646\u0635 \u0627\u0644\u0645\u062A\u0631\u062C\u0645",attachSubtitleTranslating:"\u0627\u0633\u062A\u062E\u062F\u0645 {service} \u0644\u0644\u062A\u0631\u062C\u0645\u0629...","error.claude.403":"\u0644\u0627 \u062A\u0648\u062C\u062F \u0635\u0644\u0627\u062D\u064A\u0629 \u0645\u0624\u0642\u062A\u0629 \u0644\u0644\u0648\u0635\u0648\u0644 \u0625\u0644\u0649 \u0627\u0644\u062E\u062F\u0645\u0629\u060C \u0642\u062F \u064A\u0643\u0648\u0646 \u0630\u0644\u0643 \u0645\u0631\u062A\u0628\u0637\u064B\u0627 \u0628\u0627\u0644\u0642\u064A\u0648\u062F \u0627\u0644\u062C\u063A\u0631\u0627\u0641\u064A\u0629 \u0644\u0640 Claude \u060C \u064A\u0645\u0643\u0646\u0643 \u0645\u062D\u0627\u0648\u0644\u0629 \u062A\u063A\u064A\u064A\u0631 \u0639\u0646\u0648\u0627\u0646 IP \u0627\u0644\u062E\u0627\u0635 \u0628\u0643 \u060C \u0623\u0648 \u0627\u0633\u062A\u062E\u062F\u0627\u0645 \u062E\u062F\u0645\u0627\u062A \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0623\u062E\u0631\u0649.","browser.brandDescriptionForSafari":"\u3010\u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u063A\u0627\u0645\u0631\u0629\u3011 \u0625\u0636\u0627\u0641\u0629 \u0645\u062C\u0627\u0646\u064A\u0629 \u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0635\u0641\u062D\u0627\u062A \u0627\u0644\u062B\u0646\u0627\u0626\u064A\u0629 \u0627\u0644\u0644\u063A\u0629 (\u0627\u0644\u0646\u0635 \u0627\u0644\u0623\u0635\u0644\u064A / \u0627\u0644\u062A\u0631\u062C\u0645\u0629)\u060C \u062A\u062F\u0639\u0645 \u0641\u064A \u0627\u0644\u0648\u0642\u062A \u0646\u0641\u0633\u0647 \u062A\u0631\u062C\u0645\u0629 PDF \u0648\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0643\u062A\u0628 \u0627\u0644\u0625\u0644\u0643\u062A\u0631\u0648\u0646\u064A\u0629 EPUB \u0645\u0639 \u0627\u0644\u062D\u0641\u0627\u0638 \u0639\u0644\u0649 \u062A\u0646\u0633\u064A\u0642 \u0627\u0644\u0648\u062B\u064A\u0642\u0629 \u0627\u0644\u0623\u0635\u0644\u064A\u0629\u060C \u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u062A\u0631\u062C\u0645\u0627\u062A \u0627\u0644\u062B\u0646\u0627\u0626\u064A\u0629 \u0627\u0644\u0644\u063A\u0629 \u0644\u0644\u0641\u064A\u062F\u064A\u0648\u0647\u0627\u062A \u0639\u0644\u0649 \u0627\u0644\u0625\u0646\u062A\u0631\u0646\u062A \u0645\u062B\u0644 Youtube/Netflix\u060C \u062A\u062F\u0639\u0645 \u062E\u062F\u0645\u0627\u062A \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0631\u0626\u064A\u0633\u064A\u0629 \u0645\u062B\u0644 Deepl/Google\u061B","browser.PdfProFile":"\u062A\u0631\u062C\u0645\u0629 PDF Pro \u0628\u062F\u0639\u0645 \u0645\u0646 \u0627\u0644\u0630\u0643\u0627\u0621 \u0627\u0644\u0627\u0635\u0637\u0646\u0627\u0639\u064A","browser.textTranslate":"\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0646\u0635"};var Bl={nologin:"nicht eingeloggt",loginForSafari:"Anmelden oder Registrieren",login:"Anmelden, um eine Mitgliedschaft zu er\xF6ffnen",manageAccount:"Verwaltete Konten",openPremium:"Offene Mitgliedschaft",logout:"Abbrechen",curentPlan:"Aktuelle Pakete",endAt:"Verfallsdatum",endAuto:"automatische Erneuerung",lineBreakMaxTextCount:"Maximal zul\xE4ssige Anzahl von Zeichen pro Satz nach Zeilenumbr\xFCchen","translate-pdf":"Zum \xDCbersetzen PDF anklicken","noSupportTranslate-pdf":"Script nicht unterst\xFCtzt, bitte Plugin verwenden","translate-firefox-local-pdf":"Klicken Sie, um zu PDF importieren zu gelangen",enableLineBreak:"Automatischen Zeilenvorschub f\xFCr lange Abs\xE4tze aktivieren",sponsorLabel:"$1 Gesponserte Entwickler",help:"Hand",browserShortcutsNoteForFirefox:'Um die Verkn\xFCpfungen in Firefox zu \xE4ndern, m\xFCssen Sie die Seite f\xFCr die Verwaltung der Erweiterungen "about:addons" \xF6ffnen, dann auf "Einstellungen" und dann auf "Verkn\xFCpfungen verwalten" klicken, um die Verkn\xFCpfungen festzulegen.',browserShortcutsNoteForChrome:'Um Verkn\xFCpfungen in Chrome zu \xE4ndern, m\xFCssen Sie die Seite f\xFCr die Verwaltung von Erweiterungen \xF6ffnen, sie im Bereich "Verkn\xFCpfungen verwalten" festlegen (chrome://extensions/shortcuts) und auf die Schaltfl\xE4che unten klicken, um zur Seite f\xFCr die Verwaltung von Verkn\xFCpfungen zu gelangen.',browserShortcutsSucks:"Benutzerdefinierte Tastenkombinationen werden wie folgt formatiert (es erfolgt keine automatische Erkennung, bitte direkt eingeben)\uFF1A",enableLineBreakDescription:"Wenn diese Funktion aktiviert ist, werden in langen Abs\xE4tzen am Ende jedes Satzes Zeilenumbr\xFCche eingef\xFCgt, um die Lesbarkeit zu verbessern.","browser.shortBrandName":"Immersions\xFCbersetzung","browser.brandName":"Immersion Translation: Bilinguale Webseiten & PDF \xDCbersetzung","browser.brandDescription":"Bilingual web page translation, also supports PDF translation, bilingual Epub eBook translation, free to use.","browser.toggleTranslatePage":"Seite \xFCbersetzen/ Originaltext anzeigen","browser.toggleTranslateTheWholePage":"Alle Bereiche der Seite \xFCbersetzen/den Originaltext anzeigen","browser.toggleOnlyTransation":"Wechseln Sie in den Zweisprachen-/Nur-\xDCbersetzungsmodus","browser.toggleTranslateToThePageEndImmediately":"Sofortige \xDCbersetzung am Ende der Seite/Anzeige des Originaltextes","browser.toggleTranslateTheMainPage":"Den Hauptbereich der Seite \xFCbersetzen/den Originaltext anzeigen","browser.shareToDraft":"Zweisprachige Seiten teilen","browser.openOptionsPage":"\xD6ffnen Sie die Einstellungsseite","browser.toggleTranslationMask":"Translationsunsch\xE4rfe-Effekt ein-/ausblenden","browser.translateLocalPdfFile":"Lokale PDF-Dateien \xFCbersetzen","browser.openEbookViewer":"Lokale eBooks lesen","browser.openEbookBuilder":"Zweisprachige EPUB eBooks erstellen","browser.translateLocalHtmlFile":"HTML/Txt-Dateien \xFCbersetzen","browser.donateContext":"Erfahren Sie mehr \xFCber die Vorteile eines Sponsors","browser.translateLocalSubtitleFile":"Lokale Untertiteldateien \xFCbersetzen",confirmResetConfig:"Sind Sie sicher, dass Sie die Einstellungen zur\xFCcksetzen wollen?",translationLineBreakSettingTitle:"\xDCbersetzung Zeilenvorschubeinstellung",smartLineBreak:"Smart Line Feed (Berechnung)",alwaysLineBreak:"Immer Zeilenvorschub",isShowContextMenu:"Hinzuf\xFCgen \xFCbersetzter Seiten zu Rechtsklick-Men\xFCpunkten",toggleBeta:"Aktivieren von Beta-Testfunktionen",betaDescription:"Aktivieren Sie Funktionen, die noch experimentell sind, sowie einen \xDCbersetzungsdienst in der Beta-Phase. Treten Sie der <1>Telegram-Gruppe bei, um mehr zu erfahren.",translationLineBreakSettingDescription:"Bei Seiten mit wenig Inhalt sind die Zeilenumbr\xFCche immer ordentlich und \xFCbersichtlich. (Verwenden Sie intelligente Zeilenumbr\xFCche in langen, inhaltsreichen Abs\xE4tzen (mehr als{count}Zeichen), um Platz zu sparen).",tempTranslateDomainTitle:"Dauer des vor\xFCbergehenden Einschaltens der Website-\xDCbersetzung",tempTranslateDomainDescription:"Wenn Sie eine Webseite manuell \xFCbersetzen, schalten Sie die Website vor\xFCbergehend f\xFCr die automatische \xDCbersetzung ein, und Sie k\xF6nnen die vor\xFCbergehende Dauer festlegen.",xMinutes:"{count} Minuten",disabled:"die Verwendung von etw. untersagen",changelog:"Protokoll aktualisieren",toggleTranslatePageWhenThreeFingersOnTheScreen:"Gleichzeitiges Ber\xFChren des Bildschirms mit mehreren Fingern \xFCbersetzt Webseiten/zeigt den Originaltext an",toggleTranslationMaskWhenThreeFingersOnTheScreen:"Durch Ber\xFChren mit mehreren Fingern wird der Unsch\xE4rfeeffekt ein- und ausgeblendet.",fingerCountToToggleTranslagePageOnlyTranslationWhenTouching:"Wenn Sie mit mehreren Fingern gleichzeitig den Bildschirm ber\xFChren, wird die Webseite \xFCbersetzt (nur \xDCbersetzung) bzw. der Originaltext angezeigt.",addUrlDescription:"Kann ein Dom\xE4nenname sein und unterst\xFCtzt auch Wildcards, z. B.\uFF1A*.google.com, google.com/mail/*, https://www.google.com/*",general:"Grundeinstellungen",clickToExpandConfig:"Aktuelle Konfiguration erweitern",import:"Aus Datei importieren",export:"In Datei exportieren",toggleDebug:"Das Debug-Protokoll auf der Konsole ausgeben","fingers.0":"Klageschrift","fingers.2":"Zwei-Finger-Ber\xFChrung","fingers.3":"Drei-Finger-Ber\xFChrung","fingers.4":"Vier-Finger-Ber\xFChrung","fingers.5":"F\xFCnf-Finger-Ber\xFChrung",mouseHoldKey:"+ {key} \xDCbersetzen/Wiederherstellen des Absatzes",mouseHoldKeyAuto:"Direkte \xDCbersetzung des Absatzes",mouseHoldKeyOff:"Tun Sie nichts.",mouseHoldKeyOther:"Benutzerdefinierte Tastenkombinationen (Einstellungen \xF6ffnen)",mouseHoldKeyCustomKey:"{key} \xDCbersetzung/K\xFCrzung des Absatzes",mouseHoverHoldKey:"\xDCbersetzen Sie Abs\xE4tze, indem Sie die Tastenkombination dr\xFCcken, w\xE4hrend Sie mit der Maus dar\xFCber fahren.","mouse-translate":"Mauszeiger",document:"(Computer-)Datei",resetSuccess:"Alle Einstellungen erfolgreich zur\xFCcksetzen",resetThisSuccess:"Zur\xFCcksetzen erfolgreich",saved:"Erfolgreich speichern",successImportConfig:"Erfolgreich importierte Konfiguration",goAdvancedSettings:"Gehen Sie zur Seite Erweiterte Einstellungen",goAdvancedInterfaceSettings:"Gehen Sie zur Seite Erweiterte Anpassungseinstellungen",advanced:"Erweiterte Einstellungen",advancedDescription:"In der Regel sind keine Einstellungen erforderlich, belassen Sie es bei der Standardeinstellung. Nur f\xFCr spezialisiertere Benutzer sind mehr personalisierte Einstellungen verf\xFCgbar.",developer:"Einstellungen f\xFCr Entwickler",donateCafe:"Preise","translate to the bottom of the page":"Wird sie unmittelbar nach dem Betreten der Seite an das Ende der Seite \xFCbersetzt?",feedback:"Frage Feedback",toggleTranslatePage:"Seite \xFCbersetzen/ Originaltext anzeigen",translateToThePageEndImmediatelyDescription:"Wenn Sie die Funktion einschalten, wird der Inhalt sofort bei der Eingabe vom oberen zum unteren Rand der Seite \xFCbersetzt. Wenn Sie die Funktion ausschalten, wird der Inhalt w\xE4hrend des Lesens \xFCbersetzt. (Nicht empfohlen)","translate all areas of the page":"Ob alle Bereiche der Seite \xFCbersetzt werden sollen",translationAreaDescription:"Ist die Option aktiviert, werden alle Bereiche der gesamten Webseite \xFCbersetzt. Wenn Sie die Option ausschalten, wird die standardm\xE4\xDFige intelligente Erkennung verwendet und nur die Hauptbereiche werden \xFCbersetzt. (Es wird nicht empfohlen, diese Funktion einzuschalten)","the number of characters to be translated first":"\xDCbersetzen Sie direkt die ersten Zeichen der Seite, ohne zu warten, bis der Anzeigebereich angezeigt wird.","interface language":"Interface-Sprache","display both the original text and the translation":"Gleichzeitige Anzeige von Original und \xDCbersetzung","keyboard shortcuts":"Tastaturkurzbefehle",modify:"Tastenkombinationen \xE4ndern",reset:"reprovision",close:"Klageschrift",homepage:"Homepage",more:"mehr",moreOptions:"Erweitern Sie Ihre Anpassungsoptionen",translateTheWholePage:"Alle Bereiche der Seite \xFCbersetzen (im Gegensatz zu einer intelligenten Erkennung der Hauptbereiche)",changeToTranslateTheWholePage:"Umschalten auf die \xDCbersetzung aller Regionen",changeToTranslateTheMainPage:"Zum Hauptbereich \xDCbersetzen wechseln",changeToOnlyTranslationMode:"Umschalten, um nur \xDCbersetzungen anzuzeigen",changeToDualTranslationMode:"Umschalten auf zweisprachige \xDCbersetzung",translateToThePageEndImmediately:"Sofortige \xDCbersetzung an das Ende der Seite",translateTheMainPage:"Intelligente \xDCbersetzung Schl\xFCsselregionen","The local rules are up to date":"Die \xF6rtlichen Anpassungsvorschriften sind auf dem neuesten Stand.","Successfully synchronized with the latest official rules:":"Erfolgreich synchronisiert mit den neuesten offiziellen Anpassungsregeln.","Checking for updates":"Pr\xFCfen auf Aktualisierungen","Rules are being synchronized":"Anpassungsregeln werden synchronisiert",localVersionIsTooOld:"Die Version der lokalen Erweiterung ist zu alt. Bitte aktualisieren Sie die Erweiterung auf {minVersion} oder eine neuere Version, bevor Sie versuchen zu synchronisieren.",badUserscriptBrowser:"Der aktuelle Browser implementiert die Schnittstelle der Grease Monkey-Erweiterung nicht korrekt (z. B. um Informationen \xFCber die Versionsnummer des Grease Monkey-Skripts selbst zu erhalten). Bitte verwenden Sie andere Browser, die die <1>Grease Monkey-Erweiterung unterst\xFCtzen, wie z. B. Firefox.",foundNewVersion:"Entdecken Sie die neue Version",theLocalExtensionIsUpToUpdate:"Die aktuelle Erweiterung ist auf dem neuesten Stand.",failToSyncRules:"Fehlende Synchronisierung der neuesten Anpassungsregeln",retry:"Klicken Sie hier, um es erneut zu versuchen",failedReason:"Gr\xFCnde f\xFCr das Scheitern",currentRuleVersion:"Aktuelle Regelversion",calculating:"Berechnungen",unknownError:"unbekannter Fehler",canNotFetchRemoteRule:"Remote-Regeln k\xF6nnen nicht abgerufen werden",enableAlphaSuccess:"Alpha aktiviert",disableAlphaSuccess:"Die Alpha-Funktion wurde ausgeschaltet.",cacheSize:"Cache-Gr\xF6\xDFe\uFF1A",cleaning:"in Liquidation befindlich",cleanCache:"den Cache l\xF6schen",options:"aufstellen",about:"in Bezug auf",service:"Dolmetscherdienst",needAction:"(Gehe zu Einstellungen)",goSettings:"loslegen und einrichten",needActionForOptions:"(noch einzurichten)",translationEngine:"Motor Optionen",sourceLanguage:"Originalsprache",target:"Zielsprache",popupSourceLanguage:"Originalsprache",popupTarget:"Zielsprache",popupService:"Dolmetscherdienst",forThisSite:"Aktuelle Website",autoEnableSubtitle:"Automatisches \xD6ffnen von zweisprachigen Untertiteln",alwaysTranslate:"\xDCbersetzen Sie immer",neverTranslate:"Niemals \xFCbersetzen",alwaysTranslateSomeLanguage:"\xDCbersetzen Sie immer {language}",neverTranslateSomeLanguage:"Niemals \xFCbersetzen {language}",alwaysTranslateSomeSite:"\xDCbersetzen Sie immer {hostname}",neverTranslateSomeSite:"Niemals \xFCbersetzen {hostname}",alwaysTranslateSomeSiteOrWildSite:"\xDCbersetzen Sie immer die Website",alwaysTranslateSomePage:"\xDCbersetzen Sie die Seite immer",add:"erh\xF6hen.",default:"Standard (Einstellung)",forThisLanguage:"F\xFCr diese Sprache\uFF1A","add url":"URL eingeben",edit:"Compiler","translate other languages into specific language":"\xDCbersetzen Sie andere Sprachen in Ihre eingestellte Sprache","select translation service":"W\xE4hlen Sie einen \xDCbersetzungsdienst",language:"Mehrsprachigkeit","show-original":"Originaltext anzeigen",translate:"Rendering",Translated:"\xFCbersetzt",Translating:"in \xDCbersetzung",Error:"falsch",allowCacheTranslations:"Aktivieren Sie das lokale \xDCbersetzungscaching (um \xDCbersetzungsanfragen f\xFCr doppelte Passagen zu reduzieren)","translation display":"Anzeigestil der \xDCbersetzung","select diplay style":"Unterscheiden Sie die verschiedenen \xDCbersetzungsstile anhand der folgenden Beispiele",interface:"Interface-Einstellungen",import_export:"Import/Export",import_export_title:"Konfiguration importieren/exportieren",syncToGoogleDrive:"Jetzt mit Google Drive synchronisieren",floatBallOptions:"Hoverball-Einstellungen","floatBallOptions.enable":"Hoverball freischalten","floatBallOptions.blockUrls":"Website deaktivieren","floatBallOptions.add":"erh\xF6hen.","floatBallOptions.blockUrlDesc":"Schwebeb\xE4lle werden nicht angezeigt, wenn die folgenden Websites aufgerufen werden","floatBallOptions.clickType":"Klickverhalten","floatBallOptions.clickTypeDesc":"Verhalten des Hoverball-Symbols beim Anklicken","floatBallOptions.clickPopup":"\xDCbersetzungspanel anzeigen","floatBallOptions.clickTranslate":"\xDCbersetzung/Anzeige des Originaltextes","floatBallOptions.fixedPosition":"\u56FA\u5B9A\u4F4D\u7F6E","floatBallOptions.fixedPositionDesc":"\u60AC\u6D6E\u7403\u5728\u7A97\u53E3\u5DE6\u4FA7\u8FD8\u662F\u53F3\u4FA7","floatBallOptions.fixedPositionLeft":"\u5DE6\u4FA7","floatBallOptions.fixedPositionRight":"\u53F3\u4FA7",previewAllThemes:"Vorschau aller Stile","translationTheme.none":"nicht haben","translationTheme.grey":"dunkelgrau","translationTheme.dashed":"gepunktete Unterstreichung","translationTheme.dotted":"gepunkteter Unterstrich","translationTheme.dashedBorder":"gepunkteter Rand","translationTheme.solidBorder":"feste Umrandung","translationTheme.underline":"Unterstreichen Sie gerade Linien","translationTheme.mask":"Fuzzy-Effekte (Lernmodi)","translationTheme.opacity":"Transparenz-Effekt","translationTheme.paper":"Wei\xDFes Papier Schatteneffekt","translationTheme.dividingLine":"Trennungslinie","translationTheme.highlight":"hohe Helligkeit","translationTheme.marker":"Markierung (Lehnwort)","translationTheme.marker2":"Markierung 2","translationTheme.blockquote":"Referenzierungsstile","translationTheme.weakening":"Schw\xE4chung","translationTheme.italic":"Schr\xE4gschrift","translationTheme.bold":"eindicken","translationTheme.thinDashed":"d\xFCnne gepunktete Linie, Unterstrich","translationTheme.nativeDashed":"Das System ist mit einem gepunkteten Unterstrich versehen","translationTheme.nativeDotted":"System kommt mit gepunktetem Unterstrich","translationTheme.nativeUnderline":"Das System wird mit einer geraden Linie unterstrichen","translationTheme.wavy":"gewellte Linie","translationServices.custom":"Benutzerdefinierte API","translationServices.tencent":"Tencent \xDCbersetzer","translationServices.tenAlpha":"Tencent \xDCbersetzer (Alpha)","translationServices.google":"Google \xDCbersetzen","translationServices.bai":"Baidu (Alpha)","translationServices.baidu":"Baidu's \xDCbersetzung","translationServices.aliyun":"AliCloud \xDCbersetzung","translationServices.volc":"Vulkan\xFCbersetzung","translationServices.deeplx":"DeepLX (Beta)","translationServices.bing":"Microsoft \xDCbersetzen","translationServices.deepl":"DeepL","translationServices.wechat":"WeChat \xDCbersetzung","translationServices.azure":"Azure-\xDCbersetzung","translationServices.ibm":"IBM Watson","translationServices.aws":"Amazonas-\xDCbersetzung","translationServices.mock":"Simulierte \xDCbersetzung","translationServices.mock2":"Simulierte \xDCbersetzung 2","translationServices.caiyun":"lit. bunte Wolken und kleine \xDCbersetzungen","translationServices.cai":"Bunte Wolken (Alpha)","translationServices.volcAlpha":"Vulkan (Alpha)","translationServices.openl":"OpenL","translationServices.youdao":"Youtube-\xDCbersetzung","translationServices.you":"Youdao \xDCbersetzer (Alpha)","translationServices.transmart":"Tencent Interactive \xDCbersetzung","translationServices.niu":"Maverick Translator","translationServices.papago":"Papago \xDCbersetzung","translationServices.d":"D (Alpha)","translationServices.dpro":"D Pro (Kanarienvogel)","translationServices.openai":"OpenAI","translationServices.yandex":"Yandex","translationServices.chatgpt":"ChatGPT Web(3.5 mobil)","translate title":"Seitentitel \xFCbersetzen","always languages":"\xDCbersetzen Sie immer die Sprache",neverTranslateLanguagesLabel:"Die Sprache, die nie \xFCbersetzt werden wird",neverTranslateTheFollowingLanguagesDescription:"\xDCbersetzungen werden \xFCbersprungen, wenn ein Absatz auf der Seite in einer der folgenden Sprachen vorliegt",enableUserscriptPagePopup:"Schwebeball auf der Seite anzeigen",enableUserscriptPagePopupDescription:"Nachdem Sie den Hoverball ausgeschaltet haben, k\xF6nnen Sie ihn mit dem Shortcut /{touch}wieder aufrufen. Es wird dringend empfohlen, diese Einstellungsseite als Lesezeichen zu speichern, um zu verhindern, dass der Hoverball nach dem versehentlichen Ausschalten dieser Option nicht mehr gefunden wird!","always translate the following languages":"\xDCbersetzt automatisch in die Zielsprache, wenn die Seite in einer der folgenden Sprachen vorliegt","always sites":"Immer \xFCbersetzte Websites","always translate the following sites":"Websites werden automatisch in die Zielsprache \xFCbersetzt, wenn es sich um die Domainnamen von","never sites":"Nie \xFCbersetzte Website","never translate the following sites":"\xDCbersetzungen werden nicht durchgef\xFChrt, wenn die Website f\xFCr die folgenden Domains bestimmt ist","please refer to":"Sie m\xFCssen den Schl\xFCssel ausf\xFCllen, bevor Sie ihn verwenden k\xF6nnen.",KeyAndConfigurationTutorial:"Tutorial zur Anwendung und Konfiguration von Schl\xFCsseln",useAboveStyleForTheseSites:"Verwenden Sie immer den \xDCbersetzungsstil \u2308{theme}\u230B, wenn die Website f\xFCr die folgenden Domains bestimmt ist",currentUrl:"Aktuelle URL",confirm:"Speichern (einer Datei usw.) (Informatik)",cancel:"Stornierungen",delete:"entfernen","languages.auto":"automatische Erkennung",syncToCloud:"Mit Google Drive synchronisieren",syncToCloudDescription:"Die in die Cloud hochgeladene Konfiguration kann zwischen verschiedenen Browsern bzw. Grease-Monkey-Skripten synchronisiert werden, je nachdem, was zuletzt ge\xE4ndert wurde.",syncToAccount:"Synchronisierung mit der Immersive Translation Cloud",syncToAccountButton:"Sofortige Synchronisierung mit der Cloud",syncToAccountDescription:"Automatische Synchronisierung von Konfigurationen zwischen verschiedenen Ger\xE4ten, je nachdem, was zuletzt ge\xE4ndert wurde.",successSyncConfigInAccount:"Erfolgreiche Synchronisierung mit der Cloud",successSyncConfigToAccount:"Erfolgreiche Synchronisierung mit der Cloud",syncConfigNoUpdate:"Sie ist bereits auf dem neuesten Stand.",authFail:"Autorisierungsfehler",syncTitle:"Manuelles Backup-Management",import_hint:"importieren (Daten)",upload:"hochladen",revokeAuth:"eine Zulassung widerrufen",uploadFail:"Upload fehlgeschlagen",download:"Herunterladen von",importSuccess:"Erfolgreich importiert",importFail:"Importfehler",deleteFail:"L\xF6schen fehlgeschlagen",backupToCloud:"Manuelle Verwaltung von Sicherungsdateien",create_new_backup:"Einen neuen Sicherungsknoten hinzuf\xFCgen",maxBackupFiles:"Es k\xF6nnen bis zu{count}verschiedene Nodes gesichert werden, bitte l\xF6schen Sie die Nodes, die Sie nicht ben\xF6tigen.",backupToCloudDescription:"Manuelles Hochladen oder Wiederherstellen von Sicherungsdateien, wobei bis zu 3 verschiedene Sicherungen m\xF6glich sind",successSyncConfig:"Erfolgreiche Synchronisierung mit der Cloud",syncFail:"Synchronisationsfehler",updatedAt:"Aktualisiert von {date}",lastSyncedAt:"Zuletzt gepr\xFCft unter {date}",downloadFail:"Download fehlgeschlagen",clickToDownload:"Klicken Sie zum Herunterladen",aboutLabel:"\xDCber - Feedback","browser.openAboutPage":"\xDCber/Feedback",aboutLabelWithoutSponsor:"\xDCber - Feedback",aboutIntro:"M\xF6gen wir alle einen einfacheren und angenehmeren Zugang zu der riesigen Menge fremdsprachiger Informationen im Internet haben \u2764\uFE0F Sie k\xF6nnen Ihre <6>Pro-Mitgliedschaft aktivieren, um die sofort einsetzbaren DeepL und OpenAI-\xDCbersetzungen zu nutzen.

Sie k\xF6nnen uns auf <3>Twitter, <4>Telegram, Weibo, WeChat folgen oder <5>sich in unsere Mailingliste eintragen, um Updates zu erhalten.
<7>Pro-Mitglieder k\xF6nnen uns unter <8>support@immersivetranslate.com kontaktieren, um schnellen Kundenservice zu erhalten.",aboutIntroWithoutSponsor:"M\xF6gen wir alle einen leichteren und angenehmeren Zugang zu der enormen Menge an fremdsprachlichen Informationen haben, die im Internet zur Verf\xFCgung stehen \u2764\uFE0F

Sie k\xF6nnen uns auf <3>Twitter, im <4>Telegram-Kanal, auf WeChat und WeChat Exchange folgen oder <5>sich unten per <5>E-Mail f\xFCr Updates <5>anmelden.",projectHomepage:"Projekt Heimat",joinTelegramGroup:"Treten Sie der Benutzergruppe bei, um an Diskussionen \xFCber Funktionen teilzunehmen.",wechatPublicAccount:"WeChat \xD6ffentlich",wechatCommunities:"WeChat Austauschgruppe",qqCommunities:"QQ Kommunikationskanal",joinTelegramChannel:"Folgen Sie dem Telegram-Kanal f\xFCr aktuelle Updates",feedbackAndJoin:"Frage Feedback / Gruppe hinzuf\xFCgen",autoSync:"automatische Zeitsynchronisation",loadingThemeTitle:"Stil laden",loadingThemeDescription:"Einstellen des Stils beim Warten auf das Laden der \xDCbersetzung","loadingTheme.spinner":"Animation zum Drehen","loadingTheme.text":"etw. in statischer Schrift ","loadingTheme.none":"nicht gezeigt",developerDescription:"Die Dokumentation zur erweiterten Anpassung finden Sie <1>hier","edit border color":"\xC4ndern Sie die Farbe des Rahmens",successSyncButNoChange:"Die aktuelle Konfiguration ist mit der Cloud konsistent",customTheme:"Individuelle Farben und Gr\xF6\xDFen","customThemeLabel.borderColor":"Farbe der Umrandung","customThemeLabel.borderRadius":"Abgerundete Kanten","customThemeLabel.textColor":"Textfarbe","customThemeLabel.backgroundColor":"Hintergrundfarbe","customThemeLabel.zoom":"Skalierung der Schrift (%)","customThemeLabel.opacity":"Text-Opazit\xE4t (%)",resetToDefaultColor:"Wiederherstellung der Standardfarben",resetToDefaultSettings:"Wiederherstellen der Standardeinstellungen",isTranslateTitle:"\xDCbersetzung der Seitentitel aktivieren",isTranslateTitleDescription:"Beim \xD6ffnen wird der Seitentitel \xFCbersetzt",enableSearchEnhancement:"Erm\xF6glichung der zweisprachigen Erweiterung von Nachrichten",enableSearchEnhancementDescription:'Sobald diese Funktion aktiviert ist, werden die Suchergebnisse von "Google News" automatisch in der rechten Spalte der unterst\xFCtzten Websites (Google News, Google Search (einige Suchbegriffe), Snowball, Oriental Fortune, Futura, Tiger Community) f\xFCr die entsprechenden englischen Suchbegriffe angezeigt.',verifyService:"Klicken Sie hier, um den Dienst zu testen",verified:"Erfolg \xFCberpr\xFCfen","field.langs":"Unterst\xFCtzte Sprachcodes","field.model":"Modellierung","field.translationEngine":"\xDCbersetzungsmotor","field.limitPerMinute":"Maximale Anfragen pro Minute","field.limitPerSecond":"Maximale Anzahl von Anfragen pro Sekunde","field.maxTextLengthPerRequest":"Maximale Textl\xE4nge pro Anfrage","field.maxTextGroupLengthPerRequest":"Maximale Anzahl von Abs\xE4tzen pro Anfrage","field.apiUrl":"Adresse der benutzerdefinierten API-Schnittstelle","field.placeholderDelimiters":"reservierter Platzhalter","description.custom":"Benutzerdefinierte Schnittstelle Zugriff Dokumentation erforderlich","description.limitPerMinute":"Anfragen, die diese Grenze \xFCberschreiten, werden bis zum Beginn der n\xE4chsten Minute in eine Warteschlange gestellt. Aufgrund der verschiedenen Einschr\xE4nkungen von OpenAIs aktuellem Service, klicken Sie bitte <1>hier f\xFCr die neuesten vorgeschlagenen Werte","description.limitPerSecond":"Anfragen, die diese Grenze \xFCberschreiten, werden bis zum Beginn der n\xE4chsten Sekunde in eine Warteschlange gestellt. Aufgrund der verschiedenen Einschr\xE4nkungen von OpenAIs aktuellem Service, klicken Sie bitte <1>hier f\xFCr die neuesten vorgeschlagenen Werte","description.generalLimitPerSecond":"Anfragen, die diese Grenze \xFCberschreiten, werden bis zum Beginn der n\xE4chsten Sekunde in eine Warteschlange gestellt.","description.prompt":"Gespr\xE4che, die im Namen des Benutzers an {service} gesendet werden, wobei {{text}} den Textinhalt des Absatzes darstellt, {{from}} die Sprache des Absatzes und {{to}} die Zielsprache.","description.maxTextLengthPerRequest":"Die maximale Anzahl von Zeichen pro Anfrage ist zu gro\xDF, so dass die Schnittstelle langsam reagiert. Versuchen Sie daher, diese Option anzupassen, um die Geschwindigkeit zu optimieren.","description.systemPrompt":"Gespr\xE4che, die im Namen des Systems an {service} gesendet werden, wobei {{text}} den Textinhalt des Absatzes darstellt, {{from}} die Sprache des Absatzes und {{to}} die Zielsprache.","field.domain":"Bereich","description.domain":"Der Standardwert ist\uFF1Ageneral. Kann nur gesetzt werden, wenn die Dom\xE4nen\xFCbersetzung in der Arima API-Konsole aktiviert ist, siehe <1>hier f\xFCr unterst\xFCtzte Dom\xE4nen","field.scene":"Nehmen Sie","description.scene":"Der Standardwert ist\uFF1Ageneral. Kann nur eingestellt werden, wenn die AliCloud-API-Konsole Machine Translation Pro \xF6ffnet, siehe <1>hier f\xFCr unterst\xFCtzte Szenarien","field.vocabId":"Benutzerw\xF6rterbuch-ID","description.vocabId":"Das angegebene W\xF6rterbuch out_id unterst\xFCtzt derzeit die \xDCbersetzung Englisch-Chinesisch.","description.model":"OpenAI-Modelle, z.B. gpt-3.5-turbo, gpt-4, etc.","description.maxTextGroupLengthPerRequest":"Die Anzahl der Abs\xE4tze, die gleichzeitig an den \xDCbersetzungsdienst gesendet werden. Wenn es zu viele Abs\xE4tze sind, kann dies dazu f\xFChren, dass die Schnittstelle langsamer reagiert.","description.apiUrl":"Bitte f\xFCgen Sie spezifische URLs mit Pfaden, <1>mehr Beschreibung",enabledExtension:"Aktivieren von Erweiterungen",clickToDisableExtension:"Klicken Sie hier, um Erweiterungen zu deaktivieren",clickToEnableExtension:"Klicken Sie, um Erweiterungen zu aktivieren",hasBeenDisabled:"deaktiviert","show password":"Passwort anzeigen",customContent:"Eingabe eines benutzerdefinierten Modellnamens",inputOptions:"Erweiterung des Eingabefeldes",mouseHoverOptions:"Mauszeiger",modifyMouseHoverKey:"Mauszeiger-Kurzbefehl \xE4ndern",enableInputTranslation:"Ob die Erweiterung des Eingabefeldes aktiviert werden soll",enableInputTranslationDescription:"Nach der Aktivierung geben Sie {startingKey}{startingKey} hallo direkt in das Eingabefeld ein und dr\xFCcken dann schnell{inputTrailingTriggerKeyRepeatTimes}mal{trailingKey}, um in {inputTargetLanguage}zu \xFCbersetzen.",enableInputTranslationDescriptionForNoneKey:"Nach der Aktivierung geben Sie\uFF1AHello World direkt in das Eingabefeld ein und dr\xFCcken dann schnell{inputTrailingTriggerKeyRepeatTimes}{trailingKey}, um in die Standardzielsprache zu \xFCbersetzen.",inputTargetLanguage:"Einstellung der Standard-Zielsprache f\xFCr Eingabefelder",inputTargetLanguageDescription:"Standard-Zielsprache f\xFCr die \xDCbersetzung von Eingabefeldern, d.h. {startingKey}{startingKey} als Standardsprache f\xFCr Triggerw\xF6rter",inputTargetLanguageDescriptionForNoneKey:"Standard-Zielsprache f\xFCr die \xDCbersetzung des Eingabefeldes",inputStartingTriggerKeyTitle:"Einstellung des Trennzeichens f\xFCr die Teil\xFCbersetzung des Eingabefeldes",inputStartingTriggerKeyDescription:"Wenn Sie nicht das gesamte Eingabefeld \xFCbersetzen m\xFCssen, k\xF6nnen Sie mit dem Splitter nur den Teil von {startingKey}{startingKey} bis zum Ende des Eingabefelds \xFCbersetzen, oder Sie k\xF6nnen den Sprachcode angeben, z. B.\uFF1A{startingKey}ja bedeutet, dass nur der Teil von {startingKey}ja bis zum Ende des Eingabefelds \xFCbersetzt wird.",inputStartingTriggerKeyDescriptionForNoneKey:'Die derzeitige Einstellung "kein Pr\xE4fix" wird nicht ben\xF6tigt, und die \xDCbersetzungsfunktion f\xFCr einige Texte im Eingabefeld ist derzeit nicht verf\xFCgbar.',inputTrailingTriggerKeyTitle:"W\xE4hlen Sie ein Ausl\xF6sezeichen f\xFCr das Ende eines Eintrags",inputTrailingTriggerKeyDescription:"3 schnelle Treffer{trailingKey} wird mit der \xDCbersetzung beginnen!",inputTrailingTriggerKeyTimeout:"Geben Sie die Zeit zwischen den Ausl\xF6sern f\xFCr das Ende des Kampfes ein.",inputTrailingTriggerKeyTimeoutDescription:"Legt die Zeit (in Millisekunden) zwischen den Combo-Triggern f\xFCr das Eingangsende fest",spaceKey:"<\u7A7A\u683C\u952E>",noneKey:"Direkte \xDCbersetzung des gesamten Textfeldes ohne Pr\xE4fixe",inputTranslationBlockUrlsTitle:"Aktivieren Sie die Eingabefelderweiterung in den folgenden URLs nicht",inputTranslationBlockUrlsDescription:"Die Erweiterungen der Eingabefelder funktionieren nicht bei den folgenden URLs",clickToSeeQuickDemo:"Klicken Sie hier, um das 30-Sekunden-Kurzanleitung-Video zu erweitern",inputHelperInfo:"Beschreibung\uFF1AWir haben die Tatsache optimiert, dass einige ausl\xF6sende Zeichen bei chinesischen Eingabemethoden zu chinesischen Satzzeichen werden, z. B. wird / bei der Sogou-Eingabemethode zu einem Dun-Zeichen, und Immersive Translator unterst\xFCtzt alle chinesischen Symbole, die den ausl\xF6senden Zeichen entsprechen, d. h. //,,, wird als ausl\xF6sendes Zeichen erkannt.

Wir unterst\xFCtzen auch chinesische Aliase f\xFCr Sprachcodes als Befehle, z.B. /Japanese Hello World wird ins Japanische \xFCbersetzt, <1>klicken Sie hier, um alle unterst\xFCtzten Sprachcodes zu sehen.",reloadCurrentPage:"Bitte aktualisieren Sie die aktuelle Seite, bevor Sie die \xDCbersetzung starten.",noLocalFilePermissionForPDF:"Sie haben keine Berechtigung, lokale Dateien zu lesen. Bitte klicken Sie auf die Schaltfl\xE4che oben und importieren Sie dann lokale Dateien.",noPermissionForThisPage:"\u26A0\uFE0F Keine Berechtigung zur \xDCbersetzung der aktuellen Seite",retryAllParagraphs:"Alle Fehlerpassagen erneut versuchen",retryAllButton:"Alle Fehlerpassagen erneut versuchen",errorTooltipTitle:"Klicken Sie, um die Ursache des Fehlers zu sehen",errorModalTitle:"Irgendetwas scheint mit dem \xDCbersetzungsdienst oder dem Netzwerk nicht in Ordnung zu sein...",disableConfirm:"Zweisprachige Information Enhancement Setting",disableOnce:"Diese Invalidit\xE4t",disableGlobal:"dauerhaft deaktivieren",disableTint:"* Sie k\xF6nnen sie unter {option} wieder aktivieren.",searchEnhancementNotes:'Wir haben festgestellt, dass die Nachrichtenergebnisse f\xFCr chinesische und englische Schl\xFCsselw\xF6rter sehr unterschiedlich sind. Nach der Aktivierung der Funktion "Immersive Translation Bilingual Information Enhancement" suchen wir f\xFCr Sie automatisch auf den unterst\xFCtzten Websites (Google News, Google Search (einige Schl\xFCsselw\xF6rter), Snowball, Oriental Wealth, Futura, Tiger) nach denselben Schl\xFCsselw\xF6rtern auf Englisch und zeigen sie auf der rechten Seite an. Sie k\xF6nnen diese Funktion deaktivieren, wenn Sie sie nicht ben\xF6tigen.',option:"aufstellen",saveSettings:"Einstellungen speichern",closeModal:"Fenster schlie\xDFen",enableInputTranslationWithoutTriggerKeyTitle:"Aktivieren Sie 3 Schnellzugriffe auf{trailingKey}, um das gesamte Eingabefeld direkt in{inputTargetLanguage}zu \xFCbersetzen.",enableInputTranslationWithoutTriggerKeyDescription:"Um die Zielsprache anzugeben, stellen Sie ihr den Sprachcode voran, z. B.\uFF1Aja Hello World",mouseHoverShortcutPlaceholder:"z.B.\uFF1AVerschiebung",deepLProName:"Immersive Translation Pro Mitglied (empfohlen)",deepLProDescription:"Das aktuelle Paket kann direkt verwendet werden",deeplProDescriptionForNormal:"Keine Einrichtung erforderlich, Mitglieder k\xF6nnen es nach der Anmeldung nutzen, <1>klicken Sie hier, um Mitglied zu werden",deepLCustomDescription:"Ausl\xE4ndische Kreditkarte erforderlich, offiziell er\xF6ffnet unter <1>DeepL, klicken Sie f\xFCr die <2>Dokumentation",deepLCustomName:"Benutzerdefinierter Authentifizierungsschl\xFCssel",chooseProviderLabel:"W\xE4hlen Sie einen Dienstanbieter",openaiProName:"Immersive Translation Pro Mitglied (empfohlen)",openaiProDescription:"Das aktuelle Paket kann direkt verwendet werden",openaiProDescriptionForNormal:"Keine Einrichtung erforderlich, Mitglieder k\xF6nnen es nach der Anmeldung nutzen, <1>klicken Sie hier, um Mitglied zu werden",openaiCustomDescription:"Verf\xFCgbar auf OpenAI, Azure OpenAI oder anderen Diensten von Drittanbietern, <1>klicken Sie hier f\xFCr die Dokumentation",openaiCustomName:"Benutzerdefinierter API-Schl\xFCssel",needLoginAction:"(Offene Mitgliedschaft oder Anpassung)",goLoginOrAction:"(\xD6ffnen Sie eine Mitgliedschaft oder gehen Sie zu den Einstellungen)",yearly:"eine fortlaufende j\xE4hrliche Zahlung leisten",quarterly:"sequenzieller Umschlag",monthly:"Monatsabonnement",yearlyForOnce:"Einmaliges Jahrespaket",monthlyForOnce:"Einmaliges Monatspaket",daily:"aufeinanderfolgende Pakettage",year:"eine fortlaufende j\xE4hrliche Zahlung leisten",quarter:"sequenzieller Umschlag",month:"Monatsabonnement",day:"aufeinanderfolgende Pakettage",onetime_7day:"7-Tage-Erlebnispaket",currentPlanDescriptionForFree:"Aktuelle Pakete\uFF1AKostenlos",currentPlanDescriptionForContinuous:"Das aktuelle Paket\uFF1A{plan}wird automatisch auf {endAt} verl\xE4ngert.",currentPlanDescriptionForAutoRenewCaceling:"Das aktuelle Paket\uFF1A{plan}l\xE4uft auf {endAt} aus und wird nach Ablauf nicht automatisch verl\xE4ngert.",currentYearlyPlanDescriptionForAutoRenewCacelingWithRealPaiedUser:"Das aktuelle Paket,\uFF1A{plan}, l\xE4uft am {endAt} aus und wird nach Ablauf nicht automatisch verl\xE4ngert.
<1>Klicken Sie hier, um Ihren Verl\xE4ngerungsplan zu verwalten",currentYearlyPlanDescriptionForAutoRenewCacelingWithAdmin:"Das aktuelle Paket\uFF1A{plan}l\xE4uft auf {endAt} aus und wird nach Ablauf nicht automatisch verl\xE4ngert.
<1>Klicken Sie hier, um ein fortlaufendes Jahresabonnement zu aktivieren",currentPlanDescriptionForOneTime:"Das aktuelle Abonnement\uFF1A{plan}l\xE4uft auf {endAt} aus. <1>Klicken Sie hier, um eine j\xE4hrliche oder <2>monatliche Mitgliedschaft zu <1>erwerben.",upgradePlan:"Klicken Sie hier f\xFCr ein Upgrade auf die Pro-Mitgliedschaft",upgradeToPro:"Upgrade auf Pro-Mitgliedschaft","popup.openPro":"Upgraden Sie auf die Pro-Mitgliedschaft, um DeepL und OpenAI-\xDCbersetzung zu genie\xDFen. Klicken Sie hier, um upzugraden!","popup.openProForPro":"Sie sind ein Pro-Mitglied mit direktem Zugang zu DeepL und OpenAI \xDCbersetzungen!",currentAccount:"laufendes Konto",enableAutoSyncUserSettings:"Aktivieren Sie die automatische Cloud-Synchronisierung \xFCber mehrere Ger\xE4te hinweg",modalEnableInputTranslationTitle:"Immersive Translation Eingabefeld Translation Alerts",modalEnableInputTranslationDesc:"Sie haben soeben die \xDCbersetzung des Eingabefeldes von Immersive Translation ausgel\xF6st, indem Sie dreimal kurz hintereinander die Leertaste gedr\xFCckt haben, und der Inhalt des Eingabefeldes wird in die Standardzielsprache \xFCbersetzt. Die \xDCbersetzung kann mit Strg+Z r\xFCckg\xE4ngig gemacht werden.

Sollte dies ein Fehler gewesen sein, k\xF6nnen Sie die \xDCbersetzung des Eingabefeldes entweder deaktivieren oder dauerhaft abschalten.",saveAndNotShowAgain:"Speichern und Beenden der Eingabeaufforderung",disableInputTranslationTips:"* Sie k\xF6nnen auch andere Tastenkombinationen f\xFCr die Ausl\xF6sung in {option} ,{learnMore}festlegen.",learnMore:"Klicken Sie hier, um mehr zu erfahren",continueEnalbeInputTranslation:"Fortfahren, um die \xDCbersetzung von Eingabefeldern zu aktivieren",autoRenewTrialSuffix:'(Aufwird die Testversion sofort zur Vollmitgliedschaft aufgewertet)',upgradeFromTrialTitle:"Upgrade zum Vollmitglied",subtitle:"Video-Untertitelung",youtubeService:"Immersions\xFCbersetzung Videountertitelung \xDCbersetzungsdienste","subtitle.disabledSubtitle":"Dauerhaftes Deaktivieren der Video-Untertitelfunktion","subtitle.disabledSubtitleDescription":"Wenn Immersive Translator's Video Subtitles mit anderen Erweiterungen in Konflikt steht, k\xF6nnen Sie die Funktion von Immersive Translator's Video Subtitles dauerhaft deaktivieren oder andere in Konflikt stehende Erweiterungen deinstallieren","subtitle.autoEnableSubtitle":"Automatische Verwendung von zweisprachigen Untertiteln","subtitle.autoEnableSubtitleDescription":"Nach der Aktivierung werden beim Abspielen eines Videos automatisch zweisprachige Untertitel angezeigt, sonst m\xFCssen Sie auf die \xDCbersetzungsschaltfl\xE4che klicken, um sie anzuzeigen.","subtitle.preTranslation":"\xDCbersetzen von Untertiteln mit immersiver \xDCbersetzung","subtitle.preTranslationDescription":"Wenn diese Option aktiviert ist, wird der gesamte Untertitel mit Hilfe des unten angegebenen \xDCbersetzungsdienstes vor\xFCbersetzt. F\xFCr ein einst\xFCndiges Video werden etwa 50.000 Token oder Zeichen ben\xF6tigt, die Sie bitte nach eigenem Ermessen verwenden.","subtitle.humanSubtitlesPreferred":"Vorrangige Verwendung von Untertiteln f\xFCr Menschen","subtitle.humanSubtitlesPreferredDescription":"Bevorzugen Sie die Verwendung von menschlichen Untertiteln, wenn das Video menschliche Untertitel in der Zielsprache hat (empfohlen)",videoSubtitleTranslationDescription:"Beauftragen Sie einen separaten \xDCbersetzungsdienst f\xFCr Videountertitel",subtitleTranslating:"Bitte warten Sie, w\xE4hrend die Untertitel \xFCber den Dienst {service} \xFCbersetzt werden... (Immersions\xFCbersetzung)",subtitleLoading:"Laden von Untertiteln...",bilingual:"Zweisprachigkeit","field.action":"Ob Baidu-Terminologie aktiviert werden soll","description.action":"Wenn diese Funktion aktiviert ist, wird der Anfrage ein Parameter action=1 hinzugef\xFCgt, um Baidu \xFCber den aktivierten Begriff zu informieren. <1>Weitere Informationen finden Sie in der offiziellen Dokumentation.",closeQuickTranslation:"Hoverball schlie\xDFen","closeQuickTranslation.untilNext":"Diesmal geschlossen bis zum n\xE4chsten Besuch","closeQuickTranslation.currentWebsite":"Aktuelle Seite deaktiviert","closeQuickTranslation.alwaysClose":"dauerhaft deaktivieren","closeQuickTranslation.settingOpen":"(kann auf der <1>Einstellungsseite aktiviert werden)","closeQuickTranslation.cancel":"Stornierungen","closeQuickTranslation.confirm":"definieren.","floatBall.popup":"\xD6ffnen Sie das Panel Schnelleinstellungen","floatBall.translate":"Klicken Sie, um die Seite zu \xFCbersetzen","floatBall.showOriginal":"Klicken Sie, um zum Originalartikel zur\xFCckzukehren","floatBall.close":"Hoverball schlie\xDFen","floatBallOptions.enableDescPc":"Nach dem Aktivieren des Hoverballs wird auf der rechten Seite der Seite eine Schaltfl\xE4che f\xFCr die Schnell\xFCbersetzung angezeigt. Klicken Sie darauf, um zu \xFCbersetzen!","floatBallOptions.enableDesc":"Nachdem Sie den Hoverball ausgeschaltet haben, k\xF6nnen Sie ihn mit{touch}wieder aufrufen. Es wird dringend empfohlen, diese Einstellungsseite als Lesezeichen zu speichern, falls Sie den Hoverball nicht mehr finden k\xF6nnen, nachdem Sie diese Option versehentlich ausgeschaltet haben!","description.azureApiUrl":"Geben Sie die Adresse der benutzerdefinierten API-Schnittstelle ein",confirmSupportMouse:"Aktivierung der Mausunterst\xFCtzung erzwingen",confirmSupportMouseDescription:"Es wurde festgestellt, dass der aktuelle Browser die Mausfunktion nicht unterst\xFCtzt. Ist es notwendig, die Mausunterst\xFCtzung zu aktivieren?",sampleTargetText:"Die lange Nacht wird kommen, und ich werde von heute an bis zu meinem Tod Wache halten. Ich werde keine Frau nehmen, ich werde kein Lehen machen, ich werde keine Kinder haben. Ich werde keine Krone tragen, ich werde nicht nach Ehre streben. Ich werde meine Pflicht tun und leben und sterben.",sampleSourceText:"Night gathers, and now my watch begins. It shall not end until my death. I shall take no wife, hold no lands, father no children. I shall wear no crowns and win no glory. I shall live and die at my post.","subtitle.supportedSites":"\u5DF2\u652F\u6301\u5728\u8FD9\u4E9B\u7F51\u7AD9\u4F7F\u7528\u53CC\u8BED\u5B57\u5E55\uFF08\u6CE8\u610F\uFF1A\u7531\u4E8E\u6280\u672F\u9650\u5236\uFF0C\u90E8\u5206\u7F51\u7AD9\u5728\u9996\u6B21\u5F00\u542F\u5B57\u5E55\u540E\u9700\u8981\u91CD\u65B0\u5237\u65B0\u9875\u9762\uFF0C\u6216\u8005\u9700\u7B49\u5F85\u7FFB\u8BD1\u5B8C\u6210\u4EE5\u663E\u793A\u53CC\u8BED\u5B57\u5E55\uFF09\uFF1A",viewWithImmersiveTranslate:"\u53CC\u8BED\u7248\u672C(\u6C89\u6D78\u5F0F\u7FFB\u8BD1)",errorReason:"\u9519\u8BEF\u539F\u56E0\uFF1A{message}","proQuotaExceededError.onetime7day":'\uFF0C\u60A8\u53EF\u4EE5\u9009\u62E9\u4EE5\u4E0B\u65B9\u5F0F\u89E3\u51B3\uFF1A

1. \u5207\u6362\u5230 {anotherService} \u6216\u5176\u4ED6\u7FFB\u8BD1\u670D\u52A1
2. \u5347\u7EA7\u4E3A\u6708\u5EA6/\u5E74\u5EA6\u4F1A\u5458',"proQuotaExceededError.trial":'\uFF0C\u60A8\u53EF\u4EE5\u9009\u62E9\u4EE5\u4E0B\u65B9\u5F0F\u89E3\u51B3\uFF1A

1. \u5207\u6362\u5230 {anotherService} \u6216\u5176\u4ED6\u7FFB\u8BD1\u670D\u52A1
2. \u7ACB\u523B\u5347\u7EA7\u4E3A\u6B63\u5F0F\u4F1A\u5458',"proQuotaExceededError.nonTrial":'\uFF0C\u60A8\u53EF\u4EE5\u9009\u62E9\u4EE5\u4E0B\u65B9\u5F0F\u89E3\u51B3\uFF1A

1. \u5207\u6362\u5230 {anotherService} \u6216\u5176\u4ED6\u7FFB\u8BD1\u670D\u52A1
2. \u8D2D\u4E70 {translationService} \u989D\u5916\u6D41\u91CF\u5305',"proQuotaExceededError.resetTime":"
3. \u989D\u5EA6\u91CD\u7F6E\u65F6\u95F4\uFF1A{resetTime}","desc.touchShortcutsToggleTranslatePageOnlyTranslation":'"Nur \xDCbersetzung" bedeutet, dass nur die \xDCbersetzung angezeigt wird. Wenn eine Webseite noch nicht \xFCbersetzt wurde, wird der Modus gewechselt und \xFCbersetzt.',"desc.toggleOnlyTransation":'"Nur \xDCbersetzungsmodus" bedeutet, dass nur die \xDCbersetzung angezeigt wird. Wenn eine Webseite noch nicht \xFCbersetzt wurde, wird der Modus gewechselt und \xFCbersetzt.',touchShortcutsToggleTranslatePageOnlyTranslation:"Einstellen von Touchscreen-Gesten zum Wechseln zwischen Zweisprachig/Nur \xDCbersetzung Modus",download_started:"Der Download hat bereits begonnen, wenn er nicht automatisch heruntergeladen wird, klicken Sie bitte manuell.",here:"Hier","desc.toggleVideoSubtitlePreTranslation":"Nach dem Dr\xFCcken werden die zweisprachigen Untertitel des Videos vorrangig mit den Einstellungen der immersiven \xDCbersetzung verwendet. Wenn Sie erneut dr\xFCcken, werden vorrangig die maschinell \xFCbersetzten Untertitel des Originalvideos verwendet. Bitte beachten Sie: Diese Verkn\xFCpfung \xE4ndert die globalen Einstellungen.",videoSubtitlePreTranslationOn:"Videountertitel werden vorrangig mit immersiver \xDCbersetzung verwendet.",videoSubtitlePreTranslationOff:"Videounteritel werden vorrangig die maschinell \xFCbersetzten Untertitel des Originalvideos verwenden.",translationFont:"Schriftart einstellen","translationFont.custom":"Geben Sie benutzerdefinierte Schriftarten ein","translationFont.customPlaceholder":"Schriftart","translationFont.notSupportErrorMessage":"Bitte \xFCberpr\xFCfen Sie, ob der von Ihnen eingegebene Schriftartname korrekt ist, oder best\xE4tigen Sie, dass diese Schriftart bereits auf Ihrem Ger\xE4t installiert ist.","touch.mouse-translate":"\xDCbersetzen Sie den angegebenen Absatz.","translationServices.inherit":"Folgen Sie dem Haupt\xFCbersetzungsdienst","error.serveConfigError":"Dienstkonfigurationsfehler","error.reloadPageOfSetting":"Nach der Konfiguration, bitte aktualisieren Sie die Seite und \xFCbersetzen Sie erneut.","error.googleLimitIp":"Der Service gibt einen Fehler zur\xFCck, Google-Dienste haben die IP-Adresse gedrosselt, es wird empfohlen, den Netzwerkknoten zu wechseln.","error.openAIFreeLimit":"Der Service gibt einen Fehler zur\xFCck, die aktuelle \xDCbersetzungsanforderungsrate hat das Limit von maximal 3 Mal pro Minute erreicht, bitte versuchen Sie es sp\xE4ter erneut. (Dies ist eine Beschr\xE4nkung von OpenAI f\xFCr kostenlose API-Schl\xFCssel. Um diese Beschr\xE4nkung aufzuheben, binden Sie bitte eine Kreditkarte im OpenAI-Backend.)","error.openAIExceededQuota":"Dienst gibt Fehler zur\xFCck: Ihr aktuelles OpenAI-Konto hat nicht gen\xFCgend Guthaben. Bitte laden Sie Ihr Konto auf oder verkn\xFCpfen Sie eine Kreditkarte im offiziellen OpenAI-Backend.","error.429":"Der Service gibt einen Fehler zur\xFCck, was darauf hinweist, dass die Anfragen zu h\xE4ufig sind oder das Limit \xFCberschritten wurde. Bitte versuchen Sie es sp\xE4ter erneut.","error.403":"Der Service gibt einen Fehler zur\xFCck, vor\xFCbergehend besteht keine Berechtigung zum Zugriff auf diesen Service.","error.400":"Der Service gibt einen Fehler zur\xFCck, die Anforderungsparameter sind falsch, bitte \xFCberpr\xFCfen Sie die entsprechende Konfiguration.","error.502":"Der Service gibt einen Fehler zur\xFCck, der Service ist zeitlich \xFCberschritten, bitte versuchen Sie es sp\xE4ter erneut.","error.proTokenInvalid":"Wenn Sie ein Pro-Benutzer sind, melden Sie sich bitte an, bevor Sie den Pro-\xDCbersetzungsdienst nutzen.","error.proUpgrade":"Nach dem Upgrade, bitte aktualisieren Sie die Seite und \xFCbersetzen Sie erneut.","error.configError":"Konfigurationsdaten sind abnormal","error.goReset":"Zur\xFCcksetzen",batchEdit:"Massenoperation","translationModeLang.translation.title":"Nur \xDCbersetzungsmodus Sprache","translationModeLang.translation.description":"Wenn die Seitensprache eine der folgenden Sprachen ist, wird automatisch nur der \xDCbersetzungsmodus verwendet.","translationModeUrl.translation.title":"Nur \xDCbersetzungsmodus-Webadresse","translationModeUrl.translation.description":"Wenn die Website die folgenden Domains hat, wird automatisch nur der \xDCbersetzungsmodus verwendet.","error.serveUnavailable":"Der von Ihnen derzeit verwendete [{serverName}] Dienst ist aufgrund von Netzwerkverbindungsproblemen oder Problemen mit dem Dienstanbieter vor\xFCbergehend nicht erreichbar. Wir empfehlen Ihnen, die Seite zu aktualisieren oder \xFCber <1>Einstellungen einen anderen \xDCbersetzungsdienst auszuw\xE4hlen. Wenn Sie ein <2>Pro-Mitglied sind, k\xF6nnen Sie den stabileren DeepL oder OpenAI \xDCbersetzungsdienst nutzen (<3>klicken Sie hier, um es kostenlos auszuprobieren). Dar\xFCber hinaus sollten Sie m\xF6glicherweise Ihre Netzwerk- oder Proxy-Einstellungen \xFCberpr\xFCfen.",detectServiceLoading:"\xDCberpr\xFCfung der verf\xFCgbaren \xDCbersetzungsdienste...",toggleToService:"Wechseln Sie zu {service} und versuchen Sie es erneut.","error.gemini.429":"Der aktuelle Gemini-Dienst hat seine maximale Kapazit\xE4t erreicht. Bitte versuchen Sie es sp\xE4ter erneut oder wechseln Sie zu einem anderen \xDCbersetzungsdienst.",enableSentryReport:"Wenn ein Fehler bei der Erweiterung auftritt, senden Sie Feedback mit Sentry.","translationServices.gemini":"Zwillinge","widget.translateFile":"PDF/ePub","error.reason":"Fehlergrund","floatBall.iKnow":"Ich wei\xDF.",goLogin:"Anmelden gehen","error.retry":"Wiederholen",touchShortcutsOff:"schlie\xDFen",pickAll:"Alles ausw\xE4hlen",notLogin:"Nicht angemeldet","slide.left":"Nach rechts wischen",loggedIn:"Eingeloggt","slide.right":"Nach links wischen",shortcutSettingsTitle:"Tastenkombination Einstellungen","tagsInput.add":"+ Hinzuf\xFCgen","subtitle.bilingual":"Zweisprachige Untertitel","multipleClick.2":"Doppelklick","shortcutGroup.touch":"Gesten speziell f\xFCr Touchscreens",alwaysTranslateThisSite:"Immer diese Website \xFCbersetzen",buildSnapshots:"Erstellen Sie ein Webseiten-Snapshot",networkError:"\xDCbersetzungsdienst oder Netzwerk hat ein Problem",neverTranslateThisSite:"\xDCbersetzen Sie diese Website niemals",translationOnlyMode:"Nur \xDCbersetzungsmodus","subtitle.hideQuickButton":"Nicht mehr diese Verkn\xFCpfung anzeigen","subtitle.showQuickButton":"Im Player werden Untertitel in zwei Sprachen angezeigt.","multipleClick.3":"Dreifachschlag","intro.subtitleTitle":"Online-Video-Zweisprachige Untertitelanzeige","shortcutGroup.main":"H\xE4ufig verwendete Funktionstastenkombinationen",temprarilyChangeTranslationTo_openai:"Verwendet OpenAI zum \xDCbersetzen der aktuellen Seite",shortcutSettings:"Tastenkombination","shortcutGroup.others":"Mehr benutzerdefinierte Funktionstastenkombinationen","intro.floatBallTitle":"Schnelle \xDCbersetzung Schwebekugel","widget.videoSubtitle":"Videountertitel",contact:"Kontaktieren Sie uns",mouseHoverCustomKeyTitle:"Benutzerdefinierte Maus-Hover-Tastenkombination",temprarilyChangeTranslationTo_gemini:"Verwenden von Gemini, um die aktuelle Seite zu \xFCbersetzen","browser.translateInputBox":"\xDCbersetzen Sie den aktuellen Inhalt des Eingabefelds.","multipleClick.4":"Vierfachschlag","browser.translateWithDeepL":"Vor\xFCbergehende Verwendung von DeepL zur \xDCbersetzung der aktuellen Seite",notLoginPro:"Sie haben sich noch nicht in Ihr Mitgliedskonto eingeloggt.",touchShortcutsToggleTranslateTouchElement:"Einstellen von Touchscreen-Gesten zum \xDCbersetzen bestimmter Abs\xE4tze","widget.instructionTooltip":"Anleitung anzeigen","browser.translateWithTransmart":"Verwenden Sie vor\xFCbergehend Tencent, um die aktuelle Seite zu \xFCbersetzen.",temprarilyChangeTranslationTo_google:"Verwenden Sie Google \xDCbersetzer, um diese Seite zu \xFCbersetzen.","shortcutGroup.shortcutsForTranslationServices":"\xDCbersetzungsdienst verwandte Tastenkombinationen",temprarilyChangeTranslationTo_deepl:"Verwenden von DeepL, um die aktuelle Seite zu \xFCbersetzen.","widget.instruction":"Gebrauchsanweisung","browser.translateWithOpenAI":"Vor\xFCbergehende Verwendung von OpenAI zum \xDCbersetzen der aktuellen Seite","intro.hoverTitle":"\xDCbersetzen Sie den aktuellen Absatz, indem Sie die Maus dar\xFCber schweben lassen.","browser.toggleMouseHoverTranslateDirectly":"Auf der Seite das direkte \xDCbersetzen durch Mouseover tempor\xE4r aktivieren oder deaktivieren","floatBall.longPress":"Durch langes Dr\xFCcken k\xF6nnen Sie das Einstellungsmen\xFC schnell \xF6ffnen.",temprarilyChangeTranslationTo_transmart:"Verwendet gerade Tencent \xDCbersetzung f\xFCr die aktuelle Seite.","floatBall.guideClickToTranslate":`Klicken Sie auf die immersive \xDCbersetzungsschwebekugel f\xFCr eine schnelle \xDCbersetzung`,"subtitle.autoDisableSubtitle":"Nicht automatische Aktivierung von zweisprachigen Untertiteln",touchShortcutsToggleTranslationMask:"Einstellen von Touchscreen-Gesten zum Anzeigen der \xDCbersetzungsabdeckung / Anzeigen des Originaltexts","widget.translateFileTooltip":"\xDCbersetzen Sie PDF, EPUB, SRT, ASS, HTML und TXT Dokumente",touchShortcutsToggleTranslatePage:"Stellen Sie Touchscreen-Gesten ein, um Webseiten zu \xFCbersetzen / den Originaltext anzuzeigen.","shortcutGroup.mouse":"Mauszeiger Hover Tastenkombination Konfiguration","browser.translateWithBing":"Verwenden Sie vor\xFCbergehend Microsoft Translate, um die aktuelle Seite zu \xFCbersetzen.","browser.translateWithGoogle":"Vor\xFCbergehende Verwendung von Google \xDCbersetzer f\xFCr die aktuelle Seite","widget.videoSubtitleTooltip":"Unterst\xFCtzt Youtube und {count}+ weitere Videowebsites",paragraphMinTextCountField:"Die Mindestanzahl an Zeichen, die f\xFCr die \xDCbersetzung eines Absatzes ben\xF6tigt wird","neverTranslateText.title":"Die folgenden W\xF6rter bleiben im Originaltext und werden nicht \xFCbersetzt.","browser.toggleVideoSubtitlePreTranslation":"Wechseln Sie zu zweisprachigen Untertiteln und verwenden Sie vorzugsweise immersive \xDCbersetzungseinstellungen.","error.subscriptionExpiredTitle":"Die Mitgliedschaft ist abgelaufen.",temprarilyChangeTranslationTo_bing:"Verwendet gerade Microsoft \xDCbersetzer, um die aktuelle Seite zu \xFCbersetzen.","description.baiduField":"Unterst\xFCtzte Bereiche siehe <1>hier, wenn leer bedeutet dies, dass kein Bereich angegeben ist.","error.subscriptionExpired":"Ihr Mitgliedschaft k\xF6nnte abgelaufen sein, bitte \xFCberpr\xFCfen Sie Ihren Mitgliedsstatus.","desc.mouseHoverHoldKey":"Wenn die Maus \xFCber einem Absatz schwebt und gleichzeitig die rechte Shortcut-Taste gedr\xFCckt wird, kann der Absatz direkt \xFCbersetzt werden.",upgradeToProErrorTitle:"Bitte aktualisieren Sie auf Pro-Mitgliedschaft, um diesen \xDCbersetzungsdienst zu nutzen.","browser.translateWithGemini":"Verwenden Sie vor\xFCbergehend Gemini, um die aktuelle Seite zu \xFCbersetzen.",confirmResetToDefaultSettings:"M\xF6chten Sie diesen \xDCbersetzungsdienst wirklich auf die Standardeinstellungen zur\xFCcksetzen? (Nur die Einstellungen des aktuellen \xDCbersetzungsdienstes werden zur\xFCckgesetzt)","desc.touchShortcutsToggleTranslateTouchElement":"Definieren Sie eine Geste und Sie k\xF6nnen jeden Abschnitt \xFCbersetzen, in dem Sie sich befinden.",shortcutDisableTooltip:"Bitte stellen Sie dies auf der Erweiterungs-Shortcut-Verwaltungsseite Ihres Browsers ein. Weitere Anleitungen finden Sie in den Anweisungen oben auf dieser Seite.",paragraphMinTextCountDesc:"Achtung, hier ist die Zeichenl\xE4nge gemeint, zum Beispiel: hello hat 5 Zeichen, das Einstellen eines gr\xF6\xDFeren Werts kann unn\xF6tige \xDCbersetzungen kleiner Abschnitte reduzieren.","desc.touchShortcutsToggleTranslationMask":"\xDCbersetzungsmaske bezieht sich auf den unscharfen Effekt im \xDCbersetzungsstil (Lernmodus). Nach der Aktivierung wird der unscharfe Effekt vor\xFCbergehend auf die \xDCbersetzung angewendet, was das Lernen erleichtert.","desc.interfaceLanguage":"Die Einstellung der Benutzeroberfl\xE4chensprache beeinflusst die Anzeigesprache des Bedienfelds und hat nichts mit der Zielsprache der \xDCbersetzung zu tun.","subtitle.showQuickButtonDescription":"Im unteren rechten Eck des Videoplayers wird eine Verkn\xFCpfung zum Aktivieren von zweisprachigen Untertiteln bereitgestellt.","desc.toggleTranslateTheWholePage":"\xDCbersetzen Sie den gesamten Bereich der Seite. Standardm\xE4\xDFig \xFCbersetzen wir den Hauptbereich der Seite. Sie k\xF6nnen diese Tastenkombination verwenden, um speziell den gesamten Bereich der Seite zu \xFCbersetzen.",mouseHoverCustomKeyDescription:"Sie k\xF6nnen eine benutzerdefinierte Kombination von Tastenk\xFCrzeln f\xFCr die Mauszeiger-Hover erstellen, wie zum Beispiel: Alt+Z, Ctrl+E, Cmd+Alt+E oder direkt Cmd, bitte geben Sie manuell ein.","contact.description":"Wenn Sie Fragen oder Vorschl\xE4ge haben, f\xFCllen Sie bitte das untenstehende Formular aus, um uns zu kontaktieren, oder senden Sie eine E-Mail an {email}. Wir werden Ihnen so schnell wie m\xF6glich antworten.","desc.toggleTranslateTheMainPage":"\xDCbersetzen Sie nur den Hauptbereich der Seite. Wenn Sie in den erweiterten Einstellungen die \xDCbersetzung des gesamten Seitenbereichs aktiviert haben, k\xF6nnen Sie diese Tastenkombination verwenden, um speziell den Hauptbereich der Seite zu \xFCbersetzen.","desc.toggleMouseHoverTranslateDirectly":"Nach dem Dr\xFCcken dieser Tastenkombination wird auf der Seite jeder Textabschnitt, auf den die Maus zeigt, automatisch \xFCbersetzt. Dr\xFCcken Sie die Tastenkombination erneut, um diese automatische \xDCbersetzungsfunktion zu deaktivieren.",translationOnlyModeDescription:'"\xDCbersetzungsmodus" bedeutet, dass nur die \xDCbersetzung angezeigt wird, nicht der Standard-Zweisprachenmodus. Bitte beachten Sie: Aufgrund technischer Einschr\xE4nkungen werden Hyperlinks im Originaltext im \xDCbersetzungsmodus deaktiviert.',"intro.floatBallDescription":"Nach der Aktivierung wird auf der rechten Seite der Seite eine Schnell\xFCbersetzungsschaltfl\xE4che angezeigt. Klicken Sie darauf, um zu \xFCbersetzen, und klicken Sie erneut, um zum Originaltext zur\xFCckzukehren. Auf dem Mobilger\xE4t k\xF6nnen Sie durch langes Dr\xFCcken auf den schwebenden Ball das Schnelleinstellungsfenster \xF6ffnen.","desc.touchShortcutsToggleTranslatePage":"Nach der Einstellung k\xF6nnen Sie beim Bewegen des Ger\xE4ts gleichzeitig mit X Fingern auf den Bildschirm tippen, nach links oder rechts wischen oder kontinuierlich tippen, um die \xDCbersetzung der Webseite / Anzeige des Originaltexts auszul\xF6sen.","intro.hoverDescription":"Die \xDCbersetzung beim \xDCberfahren mit der Maus ist eine sehr wichtige Funktion in der immersiven \xDCbersetzung. Sie m\xFCssen nur die Maus auf den Absatz legen und gleichzeitig die festgelegte Tastenkombination dr\xFCcken, um den aktuellen Absatz automatisch zu \xFCbersetzen (Hinweis: Standardm\xE4\xDFig ist dies nicht aktiviert, bitte stellen Sie es unten ein). Diese Interaktion dient als bessere Alternative zur Wortmarkierungs\xFCbersetzung. Dar\xFCber hinaus wird diese Funktion auch h\xE4ufig in Bereichen eingesetzt, die nicht erkannt werden k\xF6nnen. Sie k\xF6nnen diese Funktion nutzen, um jeden Absatz zu \xFCbersetzen.","neverTranslateText.description":"Aufgrund der unzureichenden Erkennung von Eigennamen durch einige \xDCbersetzungsmaschinen k\xF6nnen Sie hier W\xF6rter hinzuf\xFCgen, um sicherzustellen, dass sie w\xE4hrend des \xDCbersetzungsprozesses nicht konvertiert werden. Bitte beachten Sie, dass diese Funktion Gro\xDF- und Kleinschreibung unterscheidet und nur Sprachen mit durch Leerzeichen getrennten W\xF6rtern (wie Englisch, Franz\xF6sisch) unterst\xFCtzt, nicht jedoch f\xFCr Sprachen wie Japanisch, Koreanisch usw. geeignet ist.","intro.subtitleDescription":"Nach Aktivierung dieser Funktion werden beim Abspielen von Videos automatisch zweisprachige Untertitel angezeigt. Wenn diese Funktion nicht aktiviert ist, m\xFCssen Sie auf der Seite manuell auf die \xDCbersetzungsschaltfl\xE4che klicken, um Untertitel anzuzeigen. Bitte beachten Sie, dass aufgrund technischer Einschr\xE4nkungen einige Websites m\xF6glicherweise die Seite aktualisieren oder auf die Fertigstellung der \xDCbersetzung warten m\xFCssen, bevor zweisprachige Untertitel angezeigt werden k\xF6nnen. (Dar\xFCber hinaus k\xF6nnen Sie auch das Schnellzugriffsfeld f\xFCr immersive \xDCbersetzungen in der oberen rechten Ecke \xF6ffnen/schlie\xDFen, nachdem Sie die Videowebsite ge\xF6ffnet haben.)

Derzeit wird die Verwendung von zweisprachigen Untertiteln auf diesen Websites unterst\xFCtzt:",geminiWarning:"Achtung: Der kostenlose Service von Google Gemini ist streng begrenzt und Google k\xF6nnte feststellen, dass Benutzer mehrere Schl\xFCssel verwenden, um ihre kostenlose Kontingentbeschr\xE4nkung zu umgehen. Es wird nicht empfohlen, ihn zu verwenden. Es wird empfohlen, auf die zuk\xFCnftige \xD6ffnung der kostenpflichtigen Gemini-Schnittstelle von Google zu warten.","floatBall.setting":"Einstellung","floatBall.file":"\xDCbersetzen Sie PDF, EPUB, SRT, ASS, HTML, TXT-Dateien","floatBall.translateToLanguage":"Klicken Sie auf \xDCbersetzen in {language}",changeToOnlyTempTranslationMode:"Umschalten, um nur \xDCbersetzungen anzuzeigen",changeToDualTempTranslationMode:"Umschalten auf zweisprachige \xDCbersetzung","options.navbar.translateFile":"\xDCbersetzen Sie das Dokument","options.navbar.installApp":"Installieren Sie die Handy-App","transitionMode.dual":"Zweisprachiger Vergleich","transitionMode.inherit":"Bleiben Sie konsistent mit dem Standardanzeigemodus des Systems.","subtitle.transitionModeDescription":"Stellen Sie die Video-Untertitel auf zweisprachigen Vergleich oder nur \xDCbersetzungsmodus ein.","subtitle.transitionMode":"Videounteritel zweisprachig / Nur \xDCbersetzungseinstellungen","transitionMode.translation":"Nur \xDCbersetzung",translateFileTooltip:`\xDCbersetzen Sie PDF, ePub, srt, ass, HTML, TXT-Dateien`,"description.subtitlePrompt":`In Untertitelszenarien, wenn mehrere Abs\xE4tze gesendet werden, wird die Konversation im Namen des Benutzers an {service} gesendet, wobei {{from}} die Sprache des Absatzes darstellt, {{to}} die Zielsprache darstellt, {{yaml}} ist der Absatzinhalt, den wir im yaml-Format verpackt haben. Wenn Sie eine benutzerdefinierte Aufforderung ben\xF6tigen, m\xFCssen Sie sicherstellen, dass jeder Artikel in den YAML-Ergebnissen der AI-Antwort das Feld {env.imt_sub_trans_field} enth\xE4lt. {{imt_sub_trans_field}} ist der Name des \xDCbersetzungsfeldes, das wir von der AI-Antwort erwarten, der Standard ist: {env.imt_sub_trans_field}, {{imt_sub_source_field}} ist der Name des Originaltextfeldes, das wir an die AI \xFCbergeben, der Standard ist: {env.imt_sub_source_field}, Beispiel Ergebnis: @@ -5044,7 +5044,7 @@ ass, HTML, TXT-Dateien`,"description.subtitlePrompt":`In Untertitelszenarien, we - id: 1 {env.imt_trans_field}: \xDCbersetzung - id: 2 - {env.imt_trans_field}: \xDCbersetzung`,"subtitle.quickButton.red":"Rot","subtitle.quickButton.blue":"Blau","subtitle.quickButton.magenta":"Magenta","translationServices.claude":"Claude","subtitle.quickButton.white":"Wei\xDF","subtitle.quickButton.translationPositionBottom":"\u539Ftext unten","subtitle.quickButton.yellow":"Gelb","subtitle.quickButton.cyan":"Blau","subtitle.quickButton.green":"Gr\xFCn","subtitle.quickButton.backgroundOpacity":"Hintergrundunsch\xE4rfe","subtitle.quickButton.translationPosition":"\xDCbersetzungsposition","subtitle.quickButton.translationTextColor":"\xDCbersetzungsschriftfarbe","subtitle.quickButton.sourceFontSize":"Originalschriftgr\xF6\xDFe","subtitle.quickButton.translationFontSize":"\xDCbersetzungs-Schriftgr\xF6\xDFe","subtitle.quickButton.sourceTextColor":"Urspr\xFCngliche Schriftfarbe","subtitle.quickButton.black":"Schwarz","subtitle.quickButton.backgroundColor":"Hintergrundfarbe","subtitle.quickButton.setting":"Einstellung","subtitle.quickButton.translationPositionTop":"Oben im Originaltext",attachSubtitleTranslating:"Verwenden Sie {service} zur \xDCbersetzung...","error.claude.403":"Keine Berechtigung zum Zugriff auf den Dienst, m\xF6glicherweise im Zusammenhang mit den regionalen Einschr\xE4nkungen von Claude. Sie k\xF6nnen versuchen, Ihre IP-Adresse zu wechseln, oder andere \xDCbersetzungsdienste nutzen.","browser.brandDescriptionForSafari":"\u3010Immersive \xDCbersetzung\u3011Ein kostenloses zweisprachiges Webseiten-\xDCbersetzungs-Plugin (Originaltext/\xDCbersetzung), das gleichzeitig PDF-\xDCbersetzung und EPUB-E-Book-\xDCbersetzung unterst\xFCtzt und das Originaldokumentenlayout beibeh\xE4lt, Youtube/Netflix und andere Online-Video-Zweisprachen-Untertitel-\xDCbersetzung, Unterst\xFCtzung f\xFCr Deepl/Google und andere Mainstream-\xDCbersetzungsdienste;","browser.textTranslate":"Text\xFCbersetzung","browser.PdfProFile":"Von KI angetriebene PDF Pro \xDCbersetzung"};var Bl={nologin:"no conectado",loginForSafari:"Iniciar sesi\xF3n o registrarse",login:"Iniciar sesi\xF3n para abrir una cuenta",manageAccount:"Cuentas gestionadas",openPremium:"Afiliaci\xF3n abierta",logout:"abortar",curentPlan:"Paquetes actuales",endAt:"caducidad",endAuto:"renovaci\xF3n autom\xE1tica",lineBreakMaxTextCount:"N\xFAmero m\xE1ximo de caracteres permitidos por frase despu\xE9s de los saltos de l\xEDnea","translate-pdf":"Haga clic para traducir PDF","noSupportTranslate-pdf":"Script no soportado por favor use plugin","translate-firefox-local-pdf":"Haga clic para ir a Importar PDF",enableLineBreak:"Activar el salto de l\xEDnea autom\xE1tico para p\xE1rrafos largos",sponsorLabel:"1 $ Desarrolladores patrocinados",help:"mano",browserShortcutsNoteForFirefox:"Para cambiar los accesos directos en Firefox, tienes que abrir la p\xE1gina de gesti\xF3n de extensiones `about:addons`, luego hacer clic en `Settings`, y despu\xE9s en `Manage Shortcuts` para configurar los accesos directos.",browserShortcutsNoteForChrome:"Para modificar los accesos directos en Chrome, tienes que abrir la p\xE1gina de gesti\xF3n de extensiones, establecerlos en el panel `Manage Shortcuts` (`chrome://extensions/shortcuts`), y hacer clic en el bot\xF3n de abajo para saltar a la p\xE1gina de gesti\xF3n de accesos directos.",browserShortcutsSucks:"Los accesos directos personalizados tienen el siguiente formato (no se reconoce autom\xE1ticamente, introd\xFAzcalo directamente)\uFF1A",enableLineBreakDescription:"Si est\xE1 activada, se insertar\xE1n saltos de l\xEDnea al final de cada frase en los p\xE1rrafos largos para facilitar su lectura.","browser.shortBrandName":"Traducci\xF3n por inmersi\xF3n","browser.brandName":"Immersion Translation: Traducci\xF3n biling\xFCe de p\xE1ginas web y documentos PDF","browser.brandDescription":"Bilingual web page translation, also supports PDF translation, bilingual Epub eBook translation, free to use.","browser.toggleTranslatePage":"Traducir p\xE1gina/visualizar texto original","browser.toggleTranslateTheWholePage":"Traducir todas las \xE1reas de la p\xE1gina/visualizar el texto original","browser.toggleOnlyTransation":"Cambiar al modo biling\xFCe/solo texto traducido","browser.toggleTranslateToThePageEndImmediately":"Traducci\xF3n inmediata al final de la p\xE1gina/visualizaci\xF3n del texto original","browser.toggleTranslateTheMainPage":"Traducir el \xE1rea principal de la p\xE1gina/visualizar el texto original","browser.shareToDraft":"Compartir p\xE1ginas biling\xFCes","browser.openOptionsPage":"Abrir la p\xE1gina de configuraci\xF3n","browser.toggleTranslationMask":"Mostrar/ocultar el efecto de desenfoque de traslaci\xF3n","browser.translateLocalPdfFile":"Traducir archivos PDF locales","browser.openEbookViewer":"Leer libros electr\xF3nicos locales","browser.openEbookBuilder":"Creaci\xF3n de eBooks EPUB biling\xFCes","browser.translateLocalHtmlFile":"Traducir archivos HTML/txt","browser.donateContext":"M\xE1s informaci\xF3n sobre las ventajas del patrocinio","browser.translateLocalSubtitleFile":"Traducir archivos de subt\xEDtulos locales",confirmResetConfig:"\xBFEst\xE1s seguro de que quieres restablecer la configuraci\xF3n?",translationLineBreakSettingTitle:"Ajuste del salto de l\xEDnea de traducci\xF3n",smartLineBreak:"alimentaci\xF3n de l\xEDnea inteligente (inform\xE1tica)",alwaysLineBreak:"Siempre avance de l\xEDnea",isShowContextMenu:"A\xF1adir p\xE1ginas traducidas a los elementos del men\xFA contextual",toggleBeta:"Activaci\xF3n de las funciones de prueba beta",betaDescription:"Habilita funciones que a\xFAn son experimentales, as\xED como un servicio de traducci\xF3n en beta. \xDAnete al <1>grupo de Telegram para obtener m\xE1s informaci\xF3n.",translationLineBreakSettingDescription:"Los saltos de l\xEDnea siempre son ordenados para las p\xE1ginas con menos contenido. (Utilice saltos de l\xEDnea inteligentes en p\xE1rrafos largos con mucho contenido (m\xE1s de{count}caracteres) para ahorrar espacio).",tempTranslateDomainTitle:"Duraci\xF3n de la conexi\xF3n temporal de la traducci\xF3n del sitio web",tempTranslateDomainDescription:"Al traducir manualmente una p\xE1gina web, active temporalmente el sitio web para la traducci\xF3n autom\xE1tica, y puede establecer la duraci\xF3n temporal.",xMinutes:"{count} minutos",disabled:"prohibir el uso de algo",changelog:"Registro de actualizaci\xF3n",toggleTranslatePageWhenThreeFingersOnTheScreen:"Tocar la pantalla con varios dedos simult\xE1neamente traduce p\xE1ginas web/visualiza el texto original",toggleTranslationMaskWhenThreeFingersOnTheScreen:"El toque con varios dedos muestra/oculta el efecto de desenfoque.",fingerCountToToggleTranslagePageOnlyTranslationWhenTouching:"Varios dedos tocando la pantalla al mismo tiempo traducen la p\xE1gina web (s\xF3lo traducci\xF3n)/visualizan el texto original.",addUrlDescription:"Puede ser un nombre de dominio y tambi\xE9n admite comodines, por ejemplo\uFF1A*.google.com, google.com/mail/*, https://www.google.com/*",general:"Ajustes b\xE1sicos",clickToExpandConfig:"Ampliar la configuraci\xF3n actual",import:"Importar desde archivo",export:"Exportar a archivo",toggleDebug:"Imprime el registro de depuraci\xF3n en la consola","fingers.0":"coagulaci\xF3n","fingers.2":"toque con dos dedos","fingers.3":"toque con tres dedos","fingers.4":"toque con cuatro dedos","fingers.5":"toque con cinco dedos",mouseHoldKey:"+ {key} traducir/restaurar el p\xE1rrafo",mouseHoldKeyAuto:"Traducci\xF3n directa del p\xE1rrafo",mouseHoldKeyOff:"No hagas nada.",mouseHoldKeyOther:"Atajos personalizados (abrir ajustes)",mouseHoldKeyCustomKey:"{key} Traducci\xF3n/reducci\xF3n del p\xE1rrafo",mouseHoverHoldKey:"Traduce p\xE1rrafos pulsando la tecla de acceso directo mientras pasas el rat\xF3n por encima.","mouse-translate":"al pasar el rat\xF3n",document:"Archivo (inform\xE1tico)",resetSuccess:"Restablecer todos los ajustes correctamente",resetThisSuccess:"Restablecimiento correcto",saved:"Salvar con \xE9xito",successImportConfig:"Configuraci\xF3n importada correctamente",goAdvancedSettings:"Vaya a la p\xE1gina de configuraci\xF3n avanzada",goAdvancedInterfaceSettings:"Vaya a la p\xE1gina Configuraci\xF3n avanzada de personalizaci\xF3n",advanced:"Ajustes avanzados",advancedDescription:"Por lo general, no es necesario realizar ning\xFAn ajuste, basta con dejarlo por defecto. S\xF3lo para usuarios m\xE1s especializados, hay disponibles ajustes m\xE1s personalizados.",developer:"Ajustes de desarrollador",donateCafe:"precios","translate to the bottom of the page":"\xBFSe traslada al final de la p\xE1gina inmediatamente despu\xE9s de entrar en ella?",feedback:"Preguntas",toggleTranslatePage:"Traducir p\xE1gina/visualizar texto original",translateToThePageEndImmediatelyDescription:"Si la activas, el contenido se traducir\xE1 inmediatamente desde la parte superior a la inferior de la p\xE1gina a medida que entras en ella. Si lo desactiva, se traducir\xE1 a medida que lea. (No recomendado)","translate all areas of the page":"Traducir o no todas las \xE1reas de la p\xE1gina",translationAreaDescription:"Activado, se traducen todas las \xE1reas de toda la p\xE1gina web. Si se desactiva, se utiliza el reconocimiento inteligente predeterminado y s\xF3lo se traducen las \xE1reas principales. (No se recomienda activarlo)","the number of characters to be translated first":"Traduzca directamente los primeros caracteres de la p\xE1gina sin esperar a desplazarse hasta el \xE1rea de visualizaci\xF3n","interface language":"lenguaje de interfaz","display both the original text and the translation":"Visualizaci\xF3n simult\xE1nea del original y la traducci\xF3n","keyboard shortcuts":"Atajos de teclado",modify:"Modificar las teclas de acceso directo",reset:"revisi\xF3n",close:"coagulaci\xF3n",homepage:"p\xE1gina de inicio",more:"m\xE1s",moreOptions:"M\xE1s opciones de personalizaci\xF3n",translateTheWholePage:"Traducir todas las \xE1reas de la p\xE1gina (a diferencia de reconocer inteligentemente las \xE1reas principales)",changeToTranslateTheWholePage:"Cambiar para traducir todas las regiones",changeToTranslateTheMainPage:"Cambiar al \xE1rea principal de traducci\xF3n",changeToOnlyTranslationMode:"Mostrar s\xF3lo traducciones",changeToDualTranslationMode:"Cambiar a traducci\xF3n biling\xFCe",translateToThePageEndImmediately:"Traducci\xF3n inmediata al final de la p\xE1gina",translateTheMainPage:"Traducci\xF3n inteligente Regiones clave","The local rules are up to date":"Las normas locales de adaptaci\xF3n est\xE1n actualizadas.","Successfully synchronized with the latest official rules:":"Sincronizado con \xE9xito con las \xFAltimas normas oficiales de adaptaci\xF3n.","Checking for updates":"Comprobaci\xF3n de actualizaciones","Rules are being synchronized":"Sincronizaci\xF3n de las normas de adaptaci\xF3n",localVersionIsTooOld:"La versi\xF3n de la extensi\xF3n local es demasiado antigua, por favor actualice la extensi\xF3n a {minVersion} o m\xE1s reciente antes de intentar sincronizar.",badUserscriptBrowser:"El navegador actual no implementa correctamente la interfaz de la <1>extensi\xF3n Grease Mon key (por ejemplo, para obtener informaci\xF3n sobre el n\xFAmero de versi\xF3n del propio script Grease Monkey), por favor, utilice otros navegadores <1>compatibles con la extensi\xF3n Grease Monkey, como Firefox.",foundNewVersion:"Descubra la nueva versi\xF3n",theLocalExtensionIsUpToUpdate:"La extensi\xF3n actual est\xE1 al d\xEDa.",failToSyncRules:"No sincronizaci\xF3n de las \xFAltimas normas de adaptaci\xF3n",retry:"Pulse aqu\xED para volver a intentarlo",failedReason:"Razones del fracaso",currentRuleVersion:"Versi\xF3n actual de la norma",calculating:"c\xE1lculos",unknownError:"error desconocido",canNotFetchRemoteRule:"No se pueden obtener reglas remotas",enableAlphaSuccess:"Alfa activado",disableAlphaSuccess:"Se ha desactivado la funci\xF3n Alfa",cacheSize:"Tama\xF1o de la cach\xE9\uFF1A",cleaning:"en proceso de liquidaci\xF3n",cleanCache:"borrar la cach\xE9",options:"establecer",about:"con respecto a",service:"servicio de interpretaci\xF3n",needAction:"(Ir a Ajustes)",goSettings:"seguir adelante y configurar",needActionForOptions:"(por establecer)",translationEngine:"Opciones de motor",sourceLanguage:"Idioma original",target:"lengua de llegada",popupSourceLanguage:"Idioma original",popupTarget:"lengua de llegada",popupService:"servicio de interpretaci\xF3n",forThisSite:"P\xE1gina web actual",autoEnableSubtitle:"Activa autom\xE1ticamente los subt\xEDtulos biling\xFCes",alwaysTranslate:"Traduzca siempre",neverTranslate:"Nunca traduzca",alwaysTranslateSomeLanguage:"Traduzca siempre {language}",neverTranslateSomeLanguage:"Nunca traduzca {language}",alwaysTranslateSomeSite:"Traduzca siempre {hostname}",neverTranslateSomeSite:"Nunca traduzca {hostname}",alwaysTranslateSomeSiteOrWildSite:"Traduzca siempre el sitio",alwaysTranslateSomePage:"Traducir siempre la p\xE1gina",add:"aumentar",default:"por defecto (ajuste)",forThisLanguage:"Para este idioma\uFF1A","add url":"Introducir URL",edit:"compilador","translate other languages into specific language":"Traduce otros idiomas a tu idioma","select translation service":"Seleccione un servicio de traducci\xF3n",language:"multiling\xFCismo","show-original":"Mostrar texto original",translate:"renderizaci\xF3n",Translated:"traducido",Translating:"en traducci\xF3n",Error:"incorrecto",allowCacheTranslations:"Activar la cach\xE9 de traducci\xF3n local (para reducir las solicitudes de traducci\xF3n de pasajes duplicados)","translation display":"Estilo de visualizaci\xF3n de la traducci\xF3n","select diplay style":"Distinguir entre los estilos de traducci\xF3n, con referencia espec\xEDfica a los siguientes ejemplos",interface:"Ajustes de interfaz",import_export:"Importaci\xF3n y exportaci\xF3n",import_export_title:"Configuraci\xF3n de importaci\xF3n/exportaci\xF3n",syncToGoogleDrive:"Sincronizar con Google Drive ahora",floatBallOptions:"Ajustes de la Hoverball","floatBallOptions.enable":"Habilitar Hoverball","floatBallOptions.blockUrls":"Desactivar el sitio web","floatBallOptions.add":"aumentar","floatBallOptions.blockUrlDesc":"Las Hoverballs no se muestran cuando se encuentran los siguientes sitios web","floatBallOptions.clickType":"comportamiento al hacer clic","floatBallOptions.clickTypeDesc":"Comportamiento del icono Hoverball al hacer clic","floatBallOptions.clickPopup":"Mostrar panel de traducci\xF3n","floatBallOptions.clickTranslate":"Traducci\xF3n/visualizaci\xF3n del texto original","floatBallOptions.fixedPosition":"\u56FA\u5B9A\u4F4D\u7F6E","floatBallOptions.fixedPositionDesc":"\u60AC\u6D6E\u7403\u5728\u7A97\u53E3\u5DE6\u4FA7\u8FD8\u662F\u53F3\u4FA7","floatBallOptions.fixedPositionLeft":"\u5DE6\u4FA7","floatBallOptions.fixedPositionRight":"\u53F3\u4FA7",previewAllThemes:"Vista previa de todos los estilos","translationTheme.none":"no tener","translationTheme.grey":"gris oscuro","translationTheme.dashed":"subrayado punteado","translationTheme.dotted":"gui\xF3n bajo punteado","translationTheme.dashedBorder":"borde punteado","translationTheme.solidBorder":"borde s\xF3lido","translationTheme.underline":"Subrayar l\xEDneas rectas","translationTheme.mask":"Efectos difusos (modos de aprendizaje)","translationTheme.opacity":"efecto de transparencia","translationTheme.paper":"Efecto sombra de papel blanco","translationTheme.dividingLine":"l\xEDnea divisoria","translationTheme.highlight":"alto brillo","translationTheme.marker":"marcador (palabra de pr\xE9stamo)","translationTheme.marker2":"Marcador 2","translationTheme.blockquote":"Estilos de referencia","translationTheme.weakening":"debilitamiento","translationTheme.italic":"tipo de letra inclinado","translationTheme.bold":"espesar","translationTheme.thinDashed":"subrayado de l\xEDnea discontinua fina","translationTheme.nativeDashed":"El sistema viene con un subrayado de puntos","translationTheme.nativeDotted":"El sistema viene con subrayado de puntos","translationTheme.nativeUnderline":"El sistema viene con un subrayado recto","translationTheme.wavy":"l\xEDnea ondulada","translationServices.custom":"API personalizada","translationServices.tencent":"Tencent Traductor","translationServices.tenAlpha":"Tencent Translator (Alfa)","translationServices.google":"Google Translate","translationServices.bai":"Baidu (Alfa)","translationServices.baidu":"Traducci\xF3n de Baidu","translationServices.aliyun":"Traducci\xF3n AliCloud","translationServices.volc":"traducci\xF3n del volc\xE1n","translationServices.deeplx":"DeepLX (Beta)","translationServices.bing":"Microsoft Translate","translationServices.deepl":"DeepL","translationServices.wechat":"Traducci\xF3n de WeChat","translationServices.azure":"Traducci\xF3n Azure","translationServices.ibm":"IBM Watson","translationServices.aws":"Traducci\xF3n Amazon","translationServices.mock":"Traducci\xF3n simulada","translationServices.mock2":"Traducci\xF3n simulada 2","translationServices.caiyun":"lit. nubes de colores y peque\xF1as traducciones","translationServices.cai":"Nubes de colores (Alfa)","translationServices.volcAlpha":"Volc\xE1n (Alfa)","translationServices.openl":"OpenL","translationServices.youdao":"Traducci\xF3n Youtube","translationServices.you":"Youdao Traductor (Alfa)","translationServices.transmart":"Tencent Interactive Traducci\xF3n","translationServices.niu":"Traductor Maverick","translationServices.papago":"Traducci\xF3n de Papago","translationServices.d":"D (Alfa)","translationServices.dpro":"D Pro (Canarias)","translationServices.openai":"OpenAI","translationServices.yandex":"Yandex","translationServices.chatgpt":"ChatGPT Web(3.5 m\xF3vil)","translate title":"Traducir t\xEDtulos de p\xE1ginas","always languages":"Traduzca siempre el idioma",neverTranslateLanguagesLabel:"La lengua que nunca se traducir\xE1",neverTranslateTheFollowingLanguagesDescription:"Las traducciones se omiten cuando un p\xE1rrafo de la p\xE1gina est\xE1 en uno de los siguientes idiomas",enableUserscriptPagePopup:"Mostrar hoverball en la p\xE1gina",enableUserscriptPagePopupDescription:"Despu\xE9s de desactivar el hoverball, se puede recuperar con el acceso directo /{touch}. Se recomienda encarecidamente marcar esta p\xE1gina de configuraci\xF3n para evitar no poder encontrar el hoverball despu\xE9s de desactivar esta opci\xF3n por error.","always translate the following languages":"Traduce autom\xE1ticamente al idioma de destino cuando la p\xE1gina est\xE1 en uno de los siguientes idiomas","always sites":"Sitios web siempre traducidos","always translate the following sites":"Los sitios web se traducen autom\xE1ticamente a la lengua de destino cuando son los nombres de dominio de","never sites":"Sitio nunca traducido","never translate the following sites":"No se realizar\xE1n traducciones cuando el sitio web corresponda a los siguientes dominios","please refer to":"Tienes que rellenar la clave antes de poder utilizarla.",KeyAndConfigurationTutorial:"Tutorial de aplicaci\xF3n y configuraci\xF3n de llaves",useAboveStyleForTheseSites:"Utilice siempre el estilo de traducci\xF3n \u2308{theme}\u230B cuando el sitio sea para los siguientes dominios",currentUrl:"URL actual",confirm:"guardar (un archivo, etc.) (inform\xE1tica)",cancel:"anulaciones",delete:"eliminar","languages.auto":"detecci\xF3n autom\xE1tica",syncToCloud:"Sincronizaci\xF3n con Google Drive",syncToCloudDescription:"Subida a la nube, la configuraci\xF3n se puede sincronizar entre distintos navegadores/scripts de mono de grasa, sea cual sea la \xFAltima modificaci\xF3n.",syncToAccount:"Sincronizaci\xF3n con la nube de traducci\xF3n inmersiva",syncToAccountButton:"Sincronizaci\xF3n instant\xE1nea con la nube",syncToAccountDescription:"Sincroniza autom\xE1ticamente las configuraciones entre distintos dispositivos, sea cual sea el \xFAltimo en modificarse.",successSyncConfigInAccount:"Sincronizaci\xF3n satisfactoria con la nube",successSyncConfigToAccount:"Sincronizaci\xF3n satisfactoria con la nube",syncConfigNoUpdate:"Ya est\xE1 actualizado.",authFail:"Fallo de autorizaci\xF3n",syncTitle:"Gesti\xF3n manual de copias de seguridad",import_hint:"importar (datos)",upload:"cargar",revokeAuth:"revocar una autorizaci\xF3n",uploadFail:"Carga fallida",download:"descargando",importSuccess:"Importado con \xE9xito",importFail:"fallo de importaci\xF3n",deleteFail:"Error al borrar",backupToCloud:"Gesti\xF3n manual de los archivos de copia de seguridad",create_new_backup:"A\xF1adir un nuevo nodo de copia de seguridad",maxBackupFiles:"Se pueden hacer copias de seguridad de hasta{count}nodos diferentes, por favor, elimine los nodos que no necesite.",backupToCloudDescription:"Cargar o restaurar manualmente archivos de copia de seguridad, permitiendo hasta 3 copias de seguridad diferentes.",successSyncConfig:"Sincronizaci\xF3n satisfactoria con la nube",syncFail:"fallo de sincronizaci\xF3n",updatedAt:"Actualizado desde {date}",lastSyncedAt:"\xDAltima consulta en {date}",downloadFail:"Error de descarga",clickToDownload:"Haga clic para descargar",aboutLabel:"Acerca de - Comentarios","browser.openAboutPage":"Acerca de/Feedback",aboutLabelWithoutSponsor:"Acerca de - Comentarios",aboutIntro:"Que todos tengamos un acceso m\xE1s f\xE1cil y agradable a la enorme cantidad de informaci\xF3n en idiomas extranjeros que hay en Internet \u2764\uFE0F Puedes optar por activar tu <6>suscripci\xF3n Pro para utilizar las traducciones listas para usar de DeepL y OpenAI.

Puedes seguirnos en <3>Twitter, <4>Telegram, Weibo, WeChat, o <5>suscribirte a nuestra lista de correo para estar al tanto de las actualizaciones.
<7>Los miembros Pro pueden ponerse en contacto con nosotros en <8>support@immersivetranslate.com para un r\xE1pido servicio de atenci\xF3n al cliente.",aboutIntroWithoutSponsor:"Ojal\xE1 todos tengamos un acceso m\xE1s f\xE1cil y agradable a la enorme cantidad de informaci\xF3n en idiomas extranjeros disponible en Internet \u2764\uFE0F

Puedes seguirnos en <3>Twitter, el <4>canal de Telegram, WeChat, WeChat Exchange, o <5>suscribirte para seguir las actualizaciones por <5>correo electr\xF3nico a continuaci\xF3n.",projectHomepage:"Inicio del proyecto",joinTelegramGroup:"\xDAnase al grupo de usuarios para participar en los debates",wechatPublicAccount:"WeChat P\xFAblico",wechatCommunities:"Grupo de intercambio WeChat",qqCommunities:"Canal de comunicaci\xF3n QQ",joinTelegramChannel:"Siga el canal de Telegram para las \xFAltimas actualizaciones",feedbackAndJoin:"Pregunta Feedback / A\xF1adir Grupo",autoSync:"sincronizaci\xF3n horaria autom\xE1tica",loadingThemeTitle:"Estilo de carga",loadingThemeDescription:"Establecer el estilo mientras se espera a que se cargue la traducci\xF3n","loadingTheme.spinner":"Animaci\xF3n giratoria","loadingTheme.text":"texto est\xE1tico algo ","loadingTheme.none":"no se muestra",developerDescription:"La documentaci\xF3n sobre personalizaci\xF3n avanzada se encuentra <1>aqu\xED","edit border color":"Modificar el color del borde",successSyncButNoChange:"La configuraci\xF3n actual es coherente con la nube",customTheme:"Colores y tama\xF1os personalizados","customThemeLabel.borderColor":"Color del borde","customThemeLabel.borderRadius":"Bordes redondeados","customThemeLabel.textColor":"color del texto","customThemeLabel.backgroundColor":"color de fondo","customThemeLabel.zoom":"Escalado de fuentes (%)","customThemeLabel.opacity":"Opacidad del texto (%)",resetToDefaultColor:"Restablecer los colores por defecto",resetToDefaultSettings:"Restablecer la configuraci\xF3n predeterminada",isTranslateTitle:"Activar la traducci\xF3n de los t\xEDtulos de las p\xE1ginas",isTranslateTitleDescription:"Si est\xE1 activada, se traducen los t\xEDtulos de las p\xE1ginas",enableSearchEnhancement:"Activar la mejora de mensajes biling\xFCes",enableSearchEnhancementDescription:'Una vez activada, los resultados de b\xFAsqueda de "Google News" se mostrar\xE1n autom\xE1ticamente en la columna derecha de los sitios web compatibles (Google News, Google Search (algunas palabras clave), Snowball, Oriental Fortune, Futura, Tiger Community) para las correspondientes palabras clave en ingl\xE9s.',verifyService:"Haga clic aqu\xED para probar el servicio",verified:"Verificar el \xE9xito","field.langs":"C\xF3digos de idioma admitidos","field.model":"modelizaci\xF3n","field.translationEngine":"motor de traducci\xF3n","field.limitPerMinute":"Peticiones m\xE1ximas por minuto","field.limitPerSecond":"N\xFAmero m\xE1ximo de solicitudes por segundo","field.maxTextLengthPerRequest":"Longitud m\xE1xima del texto por solicitud","field.maxTextGroupLengthPerRequest":"N\xFAmero m\xE1ximo de apartados por solicitud","field.apiUrl":"Direcci\xF3n de interfaz API personalizada","field.placeholderDelimiters":"marcador de posici\xF3n reservado","description.custom":"Interfaz personalizada Acceso Documentaci\xF3n necesaria","description.limitPerMinute":"Las solicitudes que superan este l\xEDmite pasan a una cola hasta el inicio del siguiente minuto. Debido a las diversas limitaciones del servicio actual de OpenAI, haz clic <1>aqu\xED para consultar los \xFAltimos valores sugeridos.","description.limitPerSecond":"Las solicitudes que superan este l\xEDmite pasan a una cola hasta el inicio del siguiente segundo. Debido a las diversas limitaciones del servicio actual de OpenAI, haz clic <1>aqu\xED para consultar los \xFAltimos valores sugeridos.","description.generalLimitPerSecond":"Las solicitudes que superan este l\xEDmite pasan a una cola hasta el inicio del segundo siguiente.","description.prompt":"Enviar la conversaci\xF3n a {service} como usuario, donde {{text}} representa el contenido del texto del p\xE1rrafo, {{from}} representa el idioma del p\xE1rrafo y {{to}} representa el idioma objetivo.","description.maxTextLengthPerRequest":"El n\xFAmero m\xE1ximo de caracteres por petici\xF3n es demasiado grande para que la interfaz responda con lentitud, as\xED que pruebe a ajustar esta opci\xF3n para optimizar la velocidad","description.systemPrompt":"Un di\xE1logo enviado a OpenAI como sistema, donde {{text}} indica el contenido textual del p\xE1rrafo,{{from}} indica el idioma del p\xE1rrafo y{{to}} indica el idioma de destino.","field.domain":"reino","description.domain":"El valor predeterminado es\uFF1Ageneral. S\xF3lo puede establecerse si la traducci\xF3n de dominios est\xE1 activada en la consola de la API Arima; consulte <1>aqu\xED los dominios admitidos.","field.scene":"toma","description.scene":"Por defecto\uFF1Ageneral. S\xF3lo se puede establecer si la consola API AliCloud est\xE1 habilitado para Machine Translation Pro, ver <1>aqu\xED para los escenarios compatibles","field.vocabId":"ID del diccionario del usuario","description.vocabId":"El diccionario out_id especificado admite actualmente la traducci\xF3n del ingl\xE9s al chino.","description.model":"Modelos OpenAI, pueden ser gpt-3.5-turbo, gpt-4, etc.","description.maxTextGroupLengthPerRequest":"El n\xFAmero de p\xE1rrafos enviados al servicio de traducci\xF3n a la vez, si hay demasiados p\xE1rrafos, puede hacer que la interfaz responda m\xE1s lentamente.","description.apiUrl":"Por favor, a\xF1ada URLs espec\xEDficas con rutas, <1>m\xE1s descripci\xF3n",enabledExtension:"Habilitar extensiones",clickToDisableExtension:"Haga clic para desactivar las extensiones",clickToEnableExtension:"Haga clic para activar las extensiones",hasBeenDisabled:"desactivado","show password":"Mostrar contrase\xF1a",customContent:"Introduzca un nombre de modelo personalizado",inputOptions:"Mejora del cuadro de entrada",mouseHoverOptions:"al pasar el rat\xF3n",modifyMouseHoverKey:"Modificar el acceso directo del rat\xF3n",enableInputTranslation:"Activar o no la mejora del cuadro de entrada",enableInputTranslationDescription:"Una vez activado, escriba {startingKey}{startingKey} hola directamente en el cuadro de entrada, luego pulse r\xE1pidamente{inputTrailingTriggerKeyRepeatTimes}veces{trailingKey}para traducir a {inputTargetLanguage}",enableInputTranslationDescriptionForNoneKey:"Una vez activado, escriba\uFF1AHello World directamente en el cuadro de entrada y, a continuaci\xF3n, pulse r\xE1pidamente{inputTrailingTriggerKeyRepeatTimes}{trailingKey}veces para traducir al idioma de destino predeterminado.",inputTargetLanguage:"Establecer el idioma de destino por defecto para los cuadros de entrada",inputTargetLanguageDescription:"Idioma de destino por defecto para la traducci\xF3n del cuadro de entrada, es decir, {startingKey}{startingKey} como idioma por defecto para las palabras desencadenantes.",inputTargetLanguageDescriptionForNoneKey:"Idioma de destino predeterminado para la traducci\xF3n del cuadro de entrada",inputStartingTriggerKeyTitle:"Configuraci\xF3n del car\xE1cter de divisi\xF3n para la traducci\xF3n parcial del cuadro de entrada",inputStartingTriggerKeyDescription:"Cuando no necesite traducir todo el cuadro de entrada, el divisor le permite traducir s\xF3lo la parte desde {startingKey}{startingKey} hasta el final del cuadro de entrada, o puede especificar el c\xF3digo de idioma, por ejemplo\uFF1A{startingKey}ja significa traducir s\xF3lo la parte desde {startingKey}ja hasta el final del cuadro de entrada.",inputStartingTriggerKeyDescriptionForNoneKey:"La configuraci\xF3n actual de sin prefijo no es necesaria, y la funci\xF3n de traducci\xF3n de algunos textos en el cuadro de entrada no est\xE1 disponible por el momento.",inputTrailingTriggerKeyTitle:"Seleccione un car\xE1cter de activaci\xF3n de fin de entrada",inputTrailingTriggerKeyDescription:"\xA13 golpes r\xE1pidos{trailingKey} comenzar\xE1 a traducir!",inputTrailingTriggerKeyTimeout:"Introduce el tiempo entre disparos de fin de combate",inputTrailingTriggerKeyTimeoutDescription:"Establece el tiempo (en milisegundos) entre disparos de combo de fin de entrada.",spaceKey:"<\u7A7A\u683C\u952E>",noneKey:"Traducci\xF3n directa de todo el cuadro de texto sin prefijos",inputTranslationBlockUrlsTitle:"No active la mejora del cuadro de entrada en las siguientes URL",inputTranslationBlockUrlsDescription:"Las mejoras del cuadro de entrada no funcionar\xE1n en las siguientes URL",clickToSeeQuickDemo:"Haga clic para ampliar el v\xEDdeo tutorial r\xE1pido de 30 segundos",inputHelperInfo:"Descripci\xF3n\uFF1AHemos optimizado el hecho de que algunos caracteres desencadenantes se convertir\xE1n en signos de puntuaci\xF3n chinos bajo m\xE9todos de entrada chinos, por ejemplo, / se convertir\xE1 en un signo dun , bajo el m\xE9todo de entrada Sogou, e Immersive Translator soporta todos los s\xEDmbolos chinos correspondientes a los caracteres desencadenantes, es decir, //,,, ser\xE1n reconocidos como caracteres desencadenantes.

Tambi\xE9n soportamos alias Chinos para c\xF3digos de lenguaje como comandos, por ejemplo /Japanese Hello World ser\xE1 traducido al Japon\xE9s, <1>haga clic aqu\xED para ver todos los c\xF3digos de lenguaje soportados.",reloadCurrentPage:"Actualice la p\xE1gina actual antes de iniciar la traducci\xF3n.",noLocalFilePermissionForPDF:"Usted no tiene permiso para leer archivos locales, por favor haga clic en el bot\xF3n de arriba y luego importar archivos locales.",noPermissionForThisPage:"\u26A0\uFE0F No hay permiso para traducir la p\xE1gina actual",retryAllParagraphs:"Reintentar todos los pasajes de error",retryAllButton:"Reintentar todos los pasajes de error",errorTooltipTitle:"Haga clic para ver la causa del error",errorModalTitle:"Parece que algo va mal con el servicio de traducci\xF3n o la red...",disableConfirm:"Entorno biling\xFCe de mejora de la informaci\xF3n",disableOnce:"Esta inhabilitaci\xF3n",disableGlobal:"desactivar permanentemente",disableTint:"* Puede volver a activarlo en {option} .",searchEnhancementNotes:"Tras activar la funci\xF3n de mejora de la informaci\xF3n biling\xFCe con traducci\xF3n inmersiva, buscaremos autom\xE1ticamente las mismas palabras clave en ingl\xE9s en los sitios web compatibles (Google News, Google Search (algunas palabras clave), Snowball, Oriental Wealth, Futura, Tiger) y las mostraremos a la derecha. Si no necesitas esta funci\xF3n, puedes desactivarla.",option:"establecer",saveSettings:"Guardar configuraci\xF3n",closeModal:"Cerrar ventana",enableInputTranslationWithoutTriggerKeyTitle:"Habilite 3 pulsaciones r\xE1pidas en{trailingKey}para traducir directamente todo el cuadro de entrada a{inputTargetLanguage}",enableInputTranslationWithoutTriggerKeyDescription:"Para especificar el idioma de destino, antep\xF3ngale el c\xF3digo del idioma, por ejemplo:\uFF1Aja Hola Mundo",mouseHoverShortcutPlaceholder:"p. ej.\uFF1ATurno",deepLProName:"Miembro de Immersive Translation Pro (Recomendado)",deepLProDescription:"El paquete actual puede utilizarse directamente",deeplProDescriptionForNormal:"No requiere instalaci\xF3n, los miembros pueden utilizarlo despu\xE9s de iniciar sesi\xF3n, <1>haga clic aqu\xED para actualizar a miembro",deepLCustomDescription:"Se requiere tarjeta de cr\xE9dito extranjera, abierta oficialmente en <1>DeepL, haga clic para ver <2>la documentaci\xF3n",deepLCustomName:"Clave de autenticaci\xF3n personalizada",chooseProviderLabel:"Seleccione un proveedor de servicios",openaiProName:"Miembro de Immersive Translation Pro (Recomendado)",openaiProDescription:"El paquete actual puede utilizarse directamente",openaiProDescriptionForNormal:"No requiere instalaci\xF3n, los miembros pueden utilizarlo despu\xE9s de iniciar sesi\xF3n, <1>haga clic aqu\xED para actualizar a miembro",openaiCustomDescription:"Disponible en OpenAI, Azure OpenAI u otros servicios de terceros. <1>Haga clic aqu\xED para consultar la documentaci\xF3n.",openaiCustomName:"Clave API personalizada",needLoginAction:"(Afiliaci\xF3n abierta o personalizaci\xF3n)",goLoginOrAction:"(Abra una cuenta o vaya a la configuraci\xF3n)",yearly:"efectuar un pago anual consecutivo",quarterly:"embalaje secuencial",monthly:"suscripci\xF3n mensual",yearlyForOnce:"Paquete anual \xFAnico",monthlyForOnce:"Paquete mensual \xFAnico",daily:"d\xEDas consecutivos de paquetes",year:"efectuar un pago anual consecutivo",quarter:"embalaje secuencial",month:"suscripci\xF3n mensual",day:"d\xEDas consecutivos de paquetes",onetime_7day:"Pack Experiencia 7 d\xEDas",currentPlanDescriptionForFree:"Paquetes actuales\uFF1AGratis",currentPlanDescriptionForContinuous:"El paquete actual\uFF1A{plan}se renovar\xE1 autom\xE1ticamente en {endAt} .",currentPlanDescriptionForAutoRenewCaceling:"El paquete actual\uFF1A{plan}expirar\xE1 en {endAt} y no se renovar\xE1 autom\xE1ticamente a su vencimiento.",currentYearlyPlanDescriptionForAutoRenewCacelingWithRealPaiedUser:"El paquete actual,\uFF1A{plan}, caducar\xE1 en {endAt} y no se renovar\xE1 autom\xE1ticamente a su vencimiento.
<1>Haga clic aqu\xED para gestionar su plan de renovaci\xF3n",currentYearlyPlanDescriptionForAutoRenewCacelingWithAdmin:"El paquete actual,\uFF1A{plan}, caducar\xE1 en {endAt} y no se renovar\xE1 autom\xE1ticamente a su vencimiento.
<1>Haga clic aqu\xED para activar la suscripci\xF3n anual continua",currentPlanDescriptionForOneTime:"La suscripci\xF3n actual\uFF1A{plan}expirar\xE1 en {endAt} , <1>haga clic aqu\xED para cambiar a una suscripci\xF3n <1>anual o <2>mensual.",upgradePlan:"Haga clic aqu\xED para pasar a Pro",upgradeToPro:"Actualizar a miembro Pro","popup.openPro":"Actualice su suscripci\xF3n a Pro para disfrutar de DeepL y de la traducci\xF3n OpenAI, \xA1haga clic aqu\xED para actualizar!","popup.openProForPro":"Eres un miembro Pro con acceso directo a DeepL y a las traducciones de OpenAI.",currentAccount:"cuenta corriente",enableAutoSyncUserSettings:"Sincronizaci\xF3n autom\xE1tica en la nube de varios dispositivos",modalEnableInputTranslationTitle:"Traducci\xF3n inmersiva Cuadro de entrada Alertas de traducci\xF3n",modalEnableInputTranslationDesc:"Acaba de activar la traducci\xF3n del cuadro de entrada de Immersive Translation pulsando la barra espaciadora 3 veces en r\xE1pida sucesi\xF3n, y el contenido del cuadro de entrada se traducir\xE1 al idioma de destino predeterminado. La traducci\xF3n puede deshacerse con Ctrl+Z.

Si ha sido un error, no se preocupe, puede elegir desactivarla esta vez, o desactivar permanentemente la traducci\xF3n del cuadro de entrada.",saveAndNotShowAgain:"Guardar y dejar de preguntar",disableInputTranslationTips:"* Tambi\xE9n puedes configurar otros atajos para que se activen en {option} ,{learnMore}.",learnMore:"M\xE1s informaci\xF3n",continueEnalbeInputTranslation:"Seguir activando la traducci\xF3n del cuadro de entrada",autoRenewTrialSuffix:'(En la versi\xF3n de prueba,pas\xF3 inmediatamente a ser miembro de pleno derecho)',upgradeFromTrialTitle:"Pasar a Miembro de pleno derecho",subtitle:"subtitulado de v\xEDdeo",youtubeService:"Traducci\xF3n por inmersi\xF3n Servicios de traducci\xF3n de subt\xEDtulos de v\xEDdeo","subtitle.disabledSubtitle":"Desactivar permanentemente la funci\xF3n de subt\xEDtulos de v\xEDdeo","subtitle.disabledSubtitleDescription":"Si Immersive Translator's Video Subtitles entra en conflicto con otras extensiones, puedes optar por desactivar permanentemente la funcionalidad de Immersive Translator's Video Subtitles o desinstalar otras extensiones conflictivas.","subtitle.autoEnableSubtitle":"Uso autom\xE1tico de subt\xEDtulos biling\xFCes","subtitle.autoEnableSubtitleDescription":"Una vez activado, se mostrar\xE1n autom\xE1ticamente subt\xEDtulos biling\xFCes cuando se reproduzca el video, de lo contrario, necesitar\xE1 hacer clic en el bot\xF3n de traducci\xF3n para que se muestren.","subtitle.preTranslation":"Traducir subt\xEDtulos mediante traducci\xF3n inmersiva","subtitle.preTranslationDescription":"Cuando est\xE1 activada, se pretraducir\xE1 todo el subt\xEDtulo utilizando el servicio de traducci\xF3n especificado m\xE1s abajo, y un v\xEDdeo de 1 hora consumir\xE1 unos 50.000 tokens o caracteres, as\xED que util\xEDzalos seg\xFAn tu criterio; cuando est\xE1 desactivada, se utilizar\xE1n primero los subt\xEDtulos originales.","subtitle.humanSubtitlesPreferred":"Uso prioritario del subtitulado humano","subtitle.humanSubtitlesPreferredDescription":"Priorizar el uso de subt\xEDtulos humanos cuando el v\xEDdeo disponga de subt\xEDtulos humanos en la lengua de llegada (recomendado)",videoSubtitleTranslationDescription:"Asignar un servicio de traducci\xF3n independiente para los subt\xEDtulos de v\xEDdeo",subtitleTranslating:"Por favor, espere mientras se traducen los subt\xEDtulos mediante el servicio {service} ... (traducci\xF3n por inmersi\xF3n)",subtitleLoading:"Cargando subt\xEDtulos...",bilingual:"biling\xFCismo","field.action":"Activar o no la terminolog\xEDa Baidu","description.action":"Cuando est\xE9 activado, se a\xF1adir\xE1 un par\xE1metro action=1 a la solicitud para informar a Baidu del t\xE9rmino activado; <1>consulte la documentaci\xF3n oficial para obtener m\xE1s informaci\xF3n.",closeQuickTranslation:"Cerrar Hoverball","closeQuickTranslation.untilNext":"Esta vez cerrado hasta la pr\xF3xima visita","closeQuickTranslation.currentWebsite":"Sitio actual desactivado","closeQuickTranslation.alwaysClose":"desactivar permanentemente","closeQuickTranslation.settingOpen":"(puede activarse en la <1>p\xE1gina de configuraci\xF3n )","closeQuickTranslation.cancel":"anulaciones","closeQuickTranslation.confirm":"defina","floatBall.popup":"Abrir el panel de ajustes r\xE1pidos","floatBall.translate":"Haga clic para traducir la p\xE1gina","floatBall.showOriginal":"Haga clic para volver al art\xEDculo original","floatBall.close":"Cerrar Hoverball","floatBallOptions.enableDescPc":"Despu\xE9s de activar el hoverball de la p\xE1gina, aparecer\xE1 un bot\xF3n de traducci\xF3n r\xE1pida en la parte derecha de la p\xE1gina, \xA1haz clic en \xE9l para traducir!","floatBallOptions.enableDesc":"Despu\xE9s de apagar el hoverball, puedes recuperarlo con{touch}. Se recomienda encarecidamente marcar esta p\xE1gina de configuraci\xF3n para evitar no poder encontrar el hoverball despu\xE9s de desactivar esta opci\xF3n por error.","description.azureApiUrl":"Introduzca la direcci\xF3n de la interfaz API personalizada",confirmSupportMouse:"Forzar la activaci\xF3n del soporte de rat\xF3n",confirmSupportMouseDescription:"Detectado que el navegador actual no soporta la funci\xF3n de rat\xF3n, \xBFse fuerza a habilitar el soporte de rat\xF3n?",sampleTargetText:"Llegar\xE1 la larga noche, y velar\xE9 desde hoy hasta que muera. No tomar\xE9 esposa, no har\xE9 feudo, no tendr\xE9 hijos. No llevar\xE9 corona, no luchar\xE9 por el honor. Cumplir\xE9 con mi deber, vivir\xE9 y morir\xE9.",sampleSourceText:"Night gathers, and now my watch begins. It shall not end until my death. I shall take no wife, hold no lands, father no children. I shall wear no crowns and win no glory. I shall live and die at my post.","subtitle.supportedSites":"\u5DF2\u652F\u6301\u5728\u8FD9\u4E9B\u7F51\u7AD9\u4F7F\u7528\u53CC\u8BED\u5B57\u5E55\uFF08\u6CE8\u610F\uFF1A\u7531\u4E8E\u6280\u672F\u9650\u5236\uFF0C\u90E8\u5206\u7F51\u7AD9\u5728\u9996\u6B21\u5F00\u542F\u5B57\u5E55\u540E\u9700\u8981\u91CD\u65B0\u5237\u65B0\u9875\u9762\uFF0C\u6216\u8005\u9700\u7B49\u5F85\u7FFB\u8BD1\u5B8C\u6210\u4EE5\u663E\u793A\u53CC\u8BED\u5B57\u5E55\uFF09\uFF1A",viewWithImmersiveTranslate:"\u53CC\u8BED\u7248\u672C(\u6C89\u6D78\u5F0F\u7FFB\u8BD1)",errorReason:"\u9519\u8BEF\u539F\u56E0\uFF1A{message}","proQuotaExceededError.onetime7day":'\uFF0C\u60A8\u53EF\u4EE5\u9009\u62E9\u4EE5\u4E0B\u65B9\u5F0F\u89E3\u51B3\uFF1A

1. \u5207\u6362\u5230 {anotherService} \u6216\u5176\u4ED6\u7FFB\u8BD1\u670D\u52A1
2. \u5347\u7EA7\u4E3A\u6708\u5EA6/\u5E74\u5EA6\u4F1A\u5458',"proQuotaExceededError.trial":'\uFF0C\u60A8\u53EF\u4EE5\u9009\u62E9\u4EE5\u4E0B\u65B9\u5F0F\u89E3\u51B3\uFF1A

1. \u5207\u6362\u5230 {anotherService} \u6216\u5176\u4ED6\u7FFB\u8BD1\u670D\u52A1
2. \u7ACB\u523B\u5347\u7EA7\u4E3A\u6B63\u5F0F\u4F1A\u5458',"proQuotaExceededError.nonTrial":'\uFF0C\u60A8\u53EF\u4EE5\u9009\u62E9\u4EE5\u4E0B\u65B9\u5F0F\u89E3\u51B3\uFF1A

1. \u5207\u6362\u5230 {anotherService} \u6216\u5176\u4ED6\u7FFB\u8BD1\u670D\u52A1
2. \u8D2D\u4E70 {translationService} \u989D\u5916\u6D41\u91CF\u5305',"proQuotaExceededError.resetTime":"
3. \u989D\u5EA6\u91CD\u7F6E\u65F6\u95F4\uFF1A{resetTime}","desc.touchShortcutsToggleTranslatePageOnlyTranslation":"Solo se muestra la traducci\xF3n se refiere a que solo se mostrar\xE1 la traducci\xF3n, si la p\xE1gina web a\xFAn no se ha traducido, cambiar\xE1 el modo y traducir\xE1.","desc.toggleOnlyTransation":"El modo de solo traducci\xF3n se refiere a mostrar solo el texto traducido, si la p\xE1gina web a\xFAn no se ha traducido, cambiar\xE1 el modo y traducir\xE1.",touchShortcutsToggleTranslatePageOnlyTranslation:"Configurar gestos de pantalla t\xE1ctil para cambiar entre modo biling\xFCe/solo texto traducido",download_started:"La descarga ya ha comenzado, si no se descarga autom\xE1ticamente, haga clic manualmente.",here:"aqu\xED","desc.toggleVideoSubtitlePreTranslation":"Al presionar, los subt\xEDtulos biling\xFCes del video usar\xE1n preferentemente la configuraci\xF3n de traducci\xF3n inmersiva, al presionar nuevamente, se dar\xE1 prioridad a los subt\xEDtulos de traducci\xF3n autom\xE1tica incluidos en el video original. Nota: este atajo modifica la configuraci\xF3n global.",videoSubtitlePreTranslationOn:"Los subt\xEDtulos del video tendr\xE1n prioridad para usar la traducci\xF3n inmersiva.",videoSubtitlePreTranslationOff:"Los subt\xEDtulos del video dar\xE1n prioridad a los subt\xEDtulos de traducci\xF3n autom\xE1tica incluidos en el video original.",translationFont:"Establecer fuente","translationFont.custom":"Ingrese fuente personalizada","translationFont.customPlaceholder":"fuente","translationFont.notSupportErrorMessage":"Por favor, verifique si el nombre de la fuente que ingres\xF3 es correcto, o confirme si esta fuente ya est\xE1 instalada en su dispositivo.","touch.mouse-translate":"Traducir el p\xE1rrafo especificado.","translationServices.inherit":"Siga el servicio de traducci\xF3n principal","error.serveConfigError":"Error de configuraci\xF3n del servicio","error.reloadPageOfSetting":"Despu\xE9s de configurar, por favor refresca la p\xE1gina para traducir de nuevo.","error.googleLimitIp":"El servicio devuelve un error, el servicio de Google ha limitado la direcci\xF3n IP, se recomienda que cambie el nodo de red.","error.openAIFreeLimit":"El servicio devuelve un error, la frecuencia actual de solicitudes de traducci\xF3n ha alcanzado el l\xEDmite m\xE1ximo de 3 veces por minuto, por favor intente de nuevo m\xE1s tarde. (Esta es una restricci\xF3n de OpenAI oficial para la API Key gratuita, para eliminar esta restricci\xF3n, por favor vincule una tarjeta de cr\xE9dito en el backend de OpenAI.)","error.openAIExceededQuota":"El servicio devuelve un error: el saldo de tu cuenta de OpenAI es insuficiente, por favor recarga o vincula una tarjeta de cr\xE9dito en el panel de control oficial de OpenAI.","error.429":"El servicio devuelve un error, lo que indica que la solicitud es demasiado frecuente o excede el l\xEDmite de cuota, por favor intente de nuevo m\xE1s tarde.","error.403":"El servicio devuelve un error, no tiene permiso temporal para acceder a este servicio.","error.400":"El servicio devuelve un error, el par\xE1metro de solicitud es incorrecto, por favor verifica la configuraci\xF3n correspondiente.","error.502":"El servicio devuelve un error, el servicio se ha agotado, por favor intente de nuevo m\xE1s tarde.","error.proTokenInvalid":"Si usted es un usuario Pro, por favor inicie sesi\xF3n para usar el servicio de traducci\xF3n Pro.","error.proUpgrade":"Despu\xE9s de la actualizaci\xF3n, por favor refresca la p\xE1gina y traduce de nuevo.","error.configError":"Los datos de configuraci\xF3n son anormales.","error.goReset":"Ir a restablecer",batchEdit:"Operaci\xF3n en masa","translationModeLang.translation.title":"Solo modo de traducci\xF3n de idioma","translationModeLang.translation.description":"Cuando el idioma de la p\xE1gina es uno de los siguientes, se utilizar\xE1 autom\xE1ticamente solo el modo de traducci\xF3n.","translationModeUrl.translation.title":"Solo el modo de direcci\xF3n web de traducci\xF3n","translationModeUrl.translation.description":"Cuando el sitio web tiene los siguientes dominios, se utilizar\xE1 autom\xE1ticamente el modo de solo traducci\xF3n.","error.serveUnavailable":"El servicio [{serverName}] que est\xE1 utilizando actualmente no est\xE1 disponible temporalmente debido a problemas con la conexi\xF3n a la red o el proveedor del servicio. Le sugerimos que intente actualizar la p\xE1gina o cambiar a otro servicio de traducci\xF3n a trav\xE9s de <1>Configuraci\xF3n. Si usted es un miembro <2>Pro, puede optar por utilizar los servicios de traducci\xF3n m\xE1s estables de DeepL o OpenAI (<3>haga clic aqu\xED para probarlo gratis). Adem\xE1s, es posible que necesite revisar su configuraci\xF3n de red o proxy.",detectServiceLoading:"Detectando servicios de traducci\xF3n disponibles...",toggleToService:"Cambie a {service} e intente de nuevo.","error.gemini.429":"El servicio actual de Gemini ha alcanzado su capacidad m\xE1xima, por favor intente m\xE1s tarde o cambie a otro servicio de traducci\xF3n.",enableSentryReport:"Cuando ocurre un error de expansi\xF3n, usa Sentry para enviar comentarios.",notLogin:"No registrado",goLogin:"Iniciar sesi\xF3n",touchShortcutsOff:"Cerrar",shortcutSettings:"Atajo de teclado","tagsInput.add":"+ A\xF1adir",translationOnlyMode:"Solo modo de traducci\xF3n","multipleClick.2":"Haz doble clic",contact:"Cont\xE1ctanos","widget.translateFile":"PDF/ePub","subtitle.hideQuickButton":"Ya no mostrar este atajo","translationServices.gemini":"G\xE9minis","widget.instructionTooltip":"Consultar las instrucciones de uso","subtitle.bilingual":"Subt\xEDtulos biling\xFCes","error.retry":"Reintentar","multipleClick.4":"Cu\xE1druple golpe",buildSnapshots:"Generar captura de p\xE1gina web","error.subscriptionExpiredTitle":"La membres\xEDa ha expirado","slide.left":"Desliza a la derecha","widget.videoSubtitle":"subt\xEDtulos de video","browser.translateWithDeepL":"Uso temporal de DeepL para traducir la p\xE1gina actual","subtitle.autoDisableSubtitle":"No activar autom\xE1ticamente los subt\xEDtulos biling\xFCes","browser.translateWithBing":"Uso temporal de Microsoft para traducir la p\xE1gina actual","error.reason":"Raz\xF3n del error","browser.translateWithTransmart":"Uso temporal de Tencent para traducir la p\xE1gina actual",pickAll:"Seleccionar todo","browser.translateInputBox":"Traducir el contenido actual del cuadro de entrada.","floatBall.iKnow":"Ya lo s\xE9.",temprarilyChangeTranslationTo_deepl:"Estoy usando DeepL para traducir la p\xE1gina actual.","multipleClick.3":"Triple golpe","intro.hoverTitle":"Pase el mouse para traducir el p\xE1rrafo actual",temprarilyChangeTranslationTo_transmart:"Est\xE1 utilizando Tencent para traducir la p\xE1gina actual.","intro.floatBallTitle":"Bola flotante de traducci\xF3n r\xE1pida",paragraphMinTextCountField:"El n\xFAmero m\xEDnimo de caracteres necesarios para traducir un p\xE1rrafo","shortcutGroup.touch":"Gestos espec\xEDficos para pantallas t\xE1ctiles",temprarilyChangeTranslationTo_gemini:"Estoy usando Gemini para traducir la p\xE1gina actual.",temprarilyChangeTranslationTo_bing:"Est\xE1 utilizando Microsoft para traducir la p\xE1gina actual.","shortcutGroup.main":"Atajos de teclado de funciones comunes",mouseHoverCustomKeyTitle:"Personalizar el atajo de teclado para el rat\xF3n en suspensi\xF3n","shortcutGroup.shortcutsForTranslationServices":"Atajos de teclado relacionados con el servicio de traducci\xF3n",touchShortcutsToggleTranslateTouchElement:"Configurar gestos t\xE1ctiles para traducir p\xE1rrafos espec\xEDficos",notLoginPro:"Todav\xEDa no has iniciado sesi\xF3n en tu cuenta de miembro.","intro.subtitleTitle":"Visualizaci\xF3n de subt\xEDtulos biling\xFCes en videos en l\xEDnea","subtitle.showQuickButton":"En el reproductor se muestra el atajo de subt\xEDtulos biling\xFCes",temprarilyChangeTranslationTo_google:"Est\xE1 utilizando Google Traductor para traducir la p\xE1gina actual.",upgradeToProErrorTitle:"Por favor, actualice a miembro Pro para utilizar este servicio de traducci\xF3n.","widget.instruction":"Instrucciones de uso","slide.right":"Desliza a la izquierda","browser.translateWithOpenAI":"Uso temporal de OpenAI para traducir la p\xE1gina actual","shortcutGroup.others":"M\xE1s atajos de teclado personalizados","browser.toggleMouseHoverTranslateDirectly":"Habilitar o deshabilitar temporalmente la traducci\xF3n directa al pasar el mouse en la p\xE1gina",alwaysTranslateThisSite:"Siempre traduce este sitio web",neverTranslateThisSite:"Nunca traduzca este sitio web","shortcutGroup.mouse":"Configuraci\xF3n de atajos de teclado para el rat\xF3n en suspensi\xF3n","widget.translateFileTooltip":"Traducir documentos PDF, EPUB, SRT, ASS, HTML y TXT","browser.translateWithGemini":"Usa temporalmente Gemini para traducir la p\xE1gina actual","browser.toggleVideoSubtitlePreTranslation":"Cambie a subt\xEDtulos biling\xFCes y priorice la configuraci\xF3n de traducci\xF3n inmersiva.",networkError:"El servicio de traducci\xF3n o la red tienen problemas.",loggedIn:"Conectado","widget.videoSubtitleTooltip":"Apoya Youtube y otros {count}+ sitios web de videos",touchShortcutsToggleTranslationMask:"Configurar gestos t\xE1ctiles para mostrar la m\xE1scara de traducci\xF3n / mostrar el texto original","floatBall.guideClickToTranslate":"Haz clic en la bola flotante de traducci\xF3n inmersiva para traducir r\xE1pidamente","desc.touchShortcutsToggleTranslateTouchElement":"Personalice un gesto y podr\xE1 traducir cualquier p\xE1rrafo en el que se encuentre.","floatBall.longPress":"Mant\xE9n presionado para abrir r\xE1pidamente el panel de configuraci\xF3n.","error.subscriptionExpired":"Es posible que su membres\xEDa haya expirado, por favor verifique el estado de su membres\xEDa.",shortcutSettingsTitle:"Configuraci\xF3n de atajos de teclado",temprarilyChangeTranslationTo_openai:"Estoy usando OpenAI para traducir la p\xE1gina actual.","browser.translateWithGoogle":"Uso temporal de Google Traductor para traducir la p\xE1gina actual","desc.interfaceLanguage":"La configuraci\xF3n del idioma de la interfaz afecta el idioma de visualizaci\xF3n del panel de control y no tiene relaci\xF3n con el idioma objetivo de la traducci\xF3n.","description.baiduField":"Las \xE1reas de apoyo se ven <1>aqu\xED, si est\xE1 vac\xEDo significa que no se especifica el \xE1rea.","contact.description":"Si tiene alguna pregunta o sugerencia, no dude en completar el formulario a continuaci\xF3n para contactarnos, o env\xEDe un correo electr\xF3nico a {email}, le responderemos lo antes posible.","neverTranslateText.title":`Por favor, traduce directamente al espa\xF1ol (evita explicar el texto original): + {env.imt_trans_field}: \xDCbersetzung`,"subtitle.quickButton.red":"Rot","subtitle.quickButton.blue":"Blau","subtitle.quickButton.magenta":"Magenta","translationServices.claude":"Claude","subtitle.quickButton.white":"Wei\xDF","subtitle.quickButton.translationPositionBottom":"\u539Ftext unten","subtitle.quickButton.yellow":"Gelb","subtitle.quickButton.cyan":"Blau","subtitle.quickButton.green":"Gr\xFCn","subtitle.quickButton.backgroundOpacity":"Hintergrundunsch\xE4rfe","subtitle.quickButton.translationPosition":"\xDCbersetzungsposition","subtitle.quickButton.translationTextColor":"\xDCbersetzungsschriftfarbe","subtitle.quickButton.sourceFontSize":"Originalschriftgr\xF6\xDFe","subtitle.quickButton.translationFontSize":"\xDCbersetzungs-Schriftgr\xF6\xDFe","subtitle.quickButton.sourceTextColor":"Urspr\xFCngliche Schriftfarbe","subtitle.quickButton.black":"Schwarz","subtitle.quickButton.backgroundColor":"Hintergrundfarbe","subtitle.quickButton.setting":"Einstellung","subtitle.quickButton.translationPositionTop":"Oben im Originaltext",attachSubtitleTranslating:"Verwenden Sie {service} zur \xDCbersetzung...","error.claude.403":"Keine Berechtigung zum Zugriff auf den Dienst, m\xF6glicherweise im Zusammenhang mit den regionalen Einschr\xE4nkungen von Claude. Sie k\xF6nnen versuchen, Ihre IP-Adresse zu wechseln, oder andere \xDCbersetzungsdienste nutzen.","browser.brandDescriptionForSafari":"\u3010Immersive \xDCbersetzung\u3011Ein kostenloses zweisprachiges Webseiten-\xDCbersetzungs-Plugin (Originaltext/\xDCbersetzung), das gleichzeitig PDF-\xDCbersetzung und EPUB-E-Book-\xDCbersetzung unterst\xFCtzt und das Originaldokumentenlayout beibeh\xE4lt, Youtube/Netflix und andere Online-Video-Zweisprachen-Untertitel-\xDCbersetzung, Unterst\xFCtzung f\xFCr Deepl/Google und andere Mainstream-\xDCbersetzungsdienste;","browser.textTranslate":"Text\xFCbersetzung","browser.PdfProFile":"Von KI angetriebene PDF Pro \xDCbersetzung"};var Il={nologin:"no conectado",loginForSafari:"Iniciar sesi\xF3n o registrarse",login:"Iniciar sesi\xF3n para abrir una cuenta",manageAccount:"Cuentas gestionadas",openPremium:"Afiliaci\xF3n abierta",logout:"abortar",curentPlan:"Paquetes actuales",endAt:"caducidad",endAuto:"renovaci\xF3n autom\xE1tica",lineBreakMaxTextCount:"N\xFAmero m\xE1ximo de caracteres permitidos por frase despu\xE9s de los saltos de l\xEDnea","translate-pdf":"Haga clic para traducir PDF","noSupportTranslate-pdf":"Script no soportado por favor use plugin","translate-firefox-local-pdf":"Haga clic para ir a Importar PDF",enableLineBreak:"Activar el salto de l\xEDnea autom\xE1tico para p\xE1rrafos largos",sponsorLabel:"1 $ Desarrolladores patrocinados",help:"mano",browserShortcutsNoteForFirefox:"Para cambiar los accesos directos en Firefox, tienes que abrir la p\xE1gina de gesti\xF3n de extensiones `about:addons`, luego hacer clic en `Settings`, y despu\xE9s en `Manage Shortcuts` para configurar los accesos directos.",browserShortcutsNoteForChrome:"Para modificar los accesos directos en Chrome, tienes que abrir la p\xE1gina de gesti\xF3n de extensiones, establecerlos en el panel `Manage Shortcuts` (`chrome://extensions/shortcuts`), y hacer clic en el bot\xF3n de abajo para saltar a la p\xE1gina de gesti\xF3n de accesos directos.",browserShortcutsSucks:"Los accesos directos personalizados tienen el siguiente formato (no se reconoce autom\xE1ticamente, introd\xFAzcalo directamente)\uFF1A",enableLineBreakDescription:"Si est\xE1 activada, se insertar\xE1n saltos de l\xEDnea al final de cada frase en los p\xE1rrafos largos para facilitar su lectura.","browser.shortBrandName":"Traducci\xF3n por inmersi\xF3n","browser.brandName":"Immersion Translation: Traducci\xF3n biling\xFCe de p\xE1ginas web y documentos PDF","browser.brandDescription":"Bilingual web page translation, also supports PDF translation, bilingual Epub eBook translation, free to use.","browser.toggleTranslatePage":"Traducir p\xE1gina/visualizar texto original","browser.toggleTranslateTheWholePage":"Traducir todas las \xE1reas de la p\xE1gina/visualizar el texto original","browser.toggleOnlyTransation":"Cambiar al modo biling\xFCe/solo texto traducido","browser.toggleTranslateToThePageEndImmediately":"Traducci\xF3n inmediata al final de la p\xE1gina/visualizaci\xF3n del texto original","browser.toggleTranslateTheMainPage":"Traducir el \xE1rea principal de la p\xE1gina/visualizar el texto original","browser.shareToDraft":"Compartir p\xE1ginas biling\xFCes","browser.openOptionsPage":"Abrir la p\xE1gina de configuraci\xF3n","browser.toggleTranslationMask":"Mostrar/ocultar el efecto de desenfoque de traslaci\xF3n","browser.translateLocalPdfFile":"Traducir archivos PDF locales","browser.openEbookViewer":"Leer libros electr\xF3nicos locales","browser.openEbookBuilder":"Creaci\xF3n de eBooks EPUB biling\xFCes","browser.translateLocalHtmlFile":"Traducir archivos HTML/txt","browser.donateContext":"M\xE1s informaci\xF3n sobre las ventajas del patrocinio","browser.translateLocalSubtitleFile":"Traducir archivos de subt\xEDtulos locales",confirmResetConfig:"\xBFEst\xE1s seguro de que quieres restablecer la configuraci\xF3n?",translationLineBreakSettingTitle:"Ajuste del salto de l\xEDnea de traducci\xF3n",smartLineBreak:"alimentaci\xF3n de l\xEDnea inteligente (inform\xE1tica)",alwaysLineBreak:"Siempre avance de l\xEDnea",isShowContextMenu:"A\xF1adir p\xE1ginas traducidas a los elementos del men\xFA contextual",toggleBeta:"Activaci\xF3n de las funciones de prueba beta",betaDescription:"Habilita funciones que a\xFAn son experimentales, as\xED como un servicio de traducci\xF3n en beta. \xDAnete al <1>grupo de Telegram para obtener m\xE1s informaci\xF3n.",translationLineBreakSettingDescription:"Los saltos de l\xEDnea siempre son ordenados para las p\xE1ginas con menos contenido. (Utilice saltos de l\xEDnea inteligentes en p\xE1rrafos largos con mucho contenido (m\xE1s de{count}caracteres) para ahorrar espacio).",tempTranslateDomainTitle:"Duraci\xF3n de la conexi\xF3n temporal de la traducci\xF3n del sitio web",tempTranslateDomainDescription:"Al traducir manualmente una p\xE1gina web, active temporalmente el sitio web para la traducci\xF3n autom\xE1tica, y puede establecer la duraci\xF3n temporal.",xMinutes:"{count} minutos",disabled:"prohibir el uso de algo",changelog:"Registro de actualizaci\xF3n",toggleTranslatePageWhenThreeFingersOnTheScreen:"Tocar la pantalla con varios dedos simult\xE1neamente traduce p\xE1ginas web/visualiza el texto original",toggleTranslationMaskWhenThreeFingersOnTheScreen:"El toque con varios dedos muestra/oculta el efecto de desenfoque.",fingerCountToToggleTranslagePageOnlyTranslationWhenTouching:"Varios dedos tocando la pantalla al mismo tiempo traducen la p\xE1gina web (s\xF3lo traducci\xF3n)/visualizan el texto original.",addUrlDescription:"Puede ser un nombre de dominio y tambi\xE9n admite comodines, por ejemplo\uFF1A*.google.com, google.com/mail/*, https://www.google.com/*",general:"Ajustes b\xE1sicos",clickToExpandConfig:"Ampliar la configuraci\xF3n actual",import:"Importar desde archivo",export:"Exportar a archivo",toggleDebug:"Imprime el registro de depuraci\xF3n en la consola","fingers.0":"coagulaci\xF3n","fingers.2":"toque con dos dedos","fingers.3":"toque con tres dedos","fingers.4":"toque con cuatro dedos","fingers.5":"toque con cinco dedos",mouseHoldKey:"+ {key} traducir/restaurar el p\xE1rrafo",mouseHoldKeyAuto:"Traducci\xF3n directa del p\xE1rrafo",mouseHoldKeyOff:"No hagas nada.",mouseHoldKeyOther:"Atajos personalizados (abrir ajustes)",mouseHoldKeyCustomKey:"{key} Traducci\xF3n/reducci\xF3n del p\xE1rrafo",mouseHoverHoldKey:"Traduce p\xE1rrafos pulsando la tecla de acceso directo mientras pasas el rat\xF3n por encima.","mouse-translate":"al pasar el rat\xF3n",document:"Archivo (inform\xE1tico)",resetSuccess:"Restablecer todos los ajustes correctamente",resetThisSuccess:"Restablecimiento correcto",saved:"Salvar con \xE9xito",successImportConfig:"Configuraci\xF3n importada correctamente",goAdvancedSettings:"Vaya a la p\xE1gina de configuraci\xF3n avanzada",goAdvancedInterfaceSettings:"Vaya a la p\xE1gina Configuraci\xF3n avanzada de personalizaci\xF3n",advanced:"Ajustes avanzados",advancedDescription:"Por lo general, no es necesario realizar ning\xFAn ajuste, basta con dejarlo por defecto. S\xF3lo para usuarios m\xE1s especializados, hay disponibles ajustes m\xE1s personalizados.",developer:"Ajustes de desarrollador",donateCafe:"precios","translate to the bottom of the page":"\xBFSe traslada al final de la p\xE1gina inmediatamente despu\xE9s de entrar en ella?",feedback:"Preguntas",toggleTranslatePage:"Traducir p\xE1gina/visualizar texto original",translateToThePageEndImmediatelyDescription:"Si la activas, el contenido se traducir\xE1 inmediatamente desde la parte superior a la inferior de la p\xE1gina a medida que entras en ella. Si lo desactiva, se traducir\xE1 a medida que lea. (No recomendado)","translate all areas of the page":"Traducir o no todas las \xE1reas de la p\xE1gina",translationAreaDescription:"Activado, se traducen todas las \xE1reas de toda la p\xE1gina web. Si se desactiva, se utiliza el reconocimiento inteligente predeterminado y s\xF3lo se traducen las \xE1reas principales. (No se recomienda activarlo)","the number of characters to be translated first":"Traduzca directamente los primeros caracteres de la p\xE1gina sin esperar a desplazarse hasta el \xE1rea de visualizaci\xF3n","interface language":"lenguaje de interfaz","display both the original text and the translation":"Visualizaci\xF3n simult\xE1nea del original y la traducci\xF3n","keyboard shortcuts":"Atajos de teclado",modify:"Modificar las teclas de acceso directo",reset:"revisi\xF3n",close:"coagulaci\xF3n",homepage:"p\xE1gina de inicio",more:"m\xE1s",moreOptions:"M\xE1s opciones de personalizaci\xF3n",translateTheWholePage:"Traducir todas las \xE1reas de la p\xE1gina (a diferencia de reconocer inteligentemente las \xE1reas principales)",changeToTranslateTheWholePage:"Cambiar para traducir todas las regiones",changeToTranslateTheMainPage:"Cambiar al \xE1rea principal de traducci\xF3n",changeToOnlyTranslationMode:"Mostrar s\xF3lo traducciones",changeToDualTranslationMode:"Cambiar a traducci\xF3n biling\xFCe",translateToThePageEndImmediately:"Traducci\xF3n inmediata al final de la p\xE1gina",translateTheMainPage:"Traducci\xF3n inteligente Regiones clave","The local rules are up to date":"Las normas locales de adaptaci\xF3n est\xE1n actualizadas.","Successfully synchronized with the latest official rules:":"Sincronizado con \xE9xito con las \xFAltimas normas oficiales de adaptaci\xF3n.","Checking for updates":"Comprobaci\xF3n de actualizaciones","Rules are being synchronized":"Sincronizaci\xF3n de las normas de adaptaci\xF3n",localVersionIsTooOld:"La versi\xF3n de la extensi\xF3n local es demasiado antigua, por favor actualice la extensi\xF3n a {minVersion} o m\xE1s reciente antes de intentar sincronizar.",badUserscriptBrowser:"El navegador actual no implementa correctamente la interfaz de la <1>extensi\xF3n Grease Mon key (por ejemplo, para obtener informaci\xF3n sobre el n\xFAmero de versi\xF3n del propio script Grease Monkey), por favor, utilice otros navegadores <1>compatibles con la extensi\xF3n Grease Monkey, como Firefox.",foundNewVersion:"Descubra la nueva versi\xF3n",theLocalExtensionIsUpToUpdate:"La extensi\xF3n actual est\xE1 al d\xEDa.",failToSyncRules:"No sincronizaci\xF3n de las \xFAltimas normas de adaptaci\xF3n",retry:"Pulse aqu\xED para volver a intentarlo",failedReason:"Razones del fracaso",currentRuleVersion:"Versi\xF3n actual de la norma",calculating:"c\xE1lculos",unknownError:"error desconocido",canNotFetchRemoteRule:"No se pueden obtener reglas remotas",enableAlphaSuccess:"Alfa activado",disableAlphaSuccess:"Se ha desactivado la funci\xF3n Alfa",cacheSize:"Tama\xF1o de la cach\xE9\uFF1A",cleaning:"en proceso de liquidaci\xF3n",cleanCache:"borrar la cach\xE9",options:"establecer",about:"con respecto a",service:"servicio de interpretaci\xF3n",needAction:"(Ir a Ajustes)",goSettings:"seguir adelante y configurar",needActionForOptions:"(por establecer)",translationEngine:"Opciones de motor",sourceLanguage:"Idioma original",target:"lengua de llegada",popupSourceLanguage:"Idioma original",popupTarget:"lengua de llegada",popupService:"servicio de interpretaci\xF3n",forThisSite:"P\xE1gina web actual",autoEnableSubtitle:"Activa autom\xE1ticamente los subt\xEDtulos biling\xFCes",alwaysTranslate:"Traduzca siempre",neverTranslate:"Nunca traduzca",alwaysTranslateSomeLanguage:"Traduzca siempre {language}",neverTranslateSomeLanguage:"Nunca traduzca {language}",alwaysTranslateSomeSite:"Traduzca siempre {hostname}",neverTranslateSomeSite:"Nunca traduzca {hostname}",alwaysTranslateSomeSiteOrWildSite:"Traduzca siempre el sitio",alwaysTranslateSomePage:"Traducir siempre la p\xE1gina",add:"aumentar",default:"por defecto (ajuste)",forThisLanguage:"Para este idioma\uFF1A","add url":"Introducir URL",edit:"compilador","translate other languages into specific language":"Traduce otros idiomas a tu idioma","select translation service":"Seleccione un servicio de traducci\xF3n",language:"multiling\xFCismo","show-original":"Mostrar texto original",translate:"renderizaci\xF3n",Translated:"traducido",Translating:"en traducci\xF3n",Error:"incorrecto",allowCacheTranslations:"Activar la cach\xE9 de traducci\xF3n local (para reducir las solicitudes de traducci\xF3n de pasajes duplicados)","translation display":"Estilo de visualizaci\xF3n de la traducci\xF3n","select diplay style":"Distinguir entre los estilos de traducci\xF3n, con referencia espec\xEDfica a los siguientes ejemplos",interface:"Ajustes de interfaz",import_export:"Importaci\xF3n y exportaci\xF3n",import_export_title:"Configuraci\xF3n de importaci\xF3n/exportaci\xF3n",syncToGoogleDrive:"Sincronizar con Google Drive ahora",floatBallOptions:"Ajustes de la Hoverball","floatBallOptions.enable":"Habilitar Hoverball","floatBallOptions.blockUrls":"Desactivar el sitio web","floatBallOptions.add":"aumentar","floatBallOptions.blockUrlDesc":"Las Hoverballs no se muestran cuando se encuentran los siguientes sitios web","floatBallOptions.clickType":"comportamiento al hacer clic","floatBallOptions.clickTypeDesc":"Comportamiento del icono Hoverball al hacer clic","floatBallOptions.clickPopup":"Mostrar panel de traducci\xF3n","floatBallOptions.clickTranslate":"Traducci\xF3n/visualizaci\xF3n del texto original","floatBallOptions.fixedPosition":"\u56FA\u5B9A\u4F4D\u7F6E","floatBallOptions.fixedPositionDesc":"\u60AC\u6D6E\u7403\u5728\u7A97\u53E3\u5DE6\u4FA7\u8FD8\u662F\u53F3\u4FA7","floatBallOptions.fixedPositionLeft":"\u5DE6\u4FA7","floatBallOptions.fixedPositionRight":"\u53F3\u4FA7",previewAllThemes:"Vista previa de todos los estilos","translationTheme.none":"no tener","translationTheme.grey":"gris oscuro","translationTheme.dashed":"subrayado punteado","translationTheme.dotted":"gui\xF3n bajo punteado","translationTheme.dashedBorder":"borde punteado","translationTheme.solidBorder":"borde s\xF3lido","translationTheme.underline":"Subrayar l\xEDneas rectas","translationTheme.mask":"Efectos difusos (modos de aprendizaje)","translationTheme.opacity":"efecto de transparencia","translationTheme.paper":"Efecto sombra de papel blanco","translationTheme.dividingLine":"l\xEDnea divisoria","translationTheme.highlight":"alto brillo","translationTheme.marker":"marcador (palabra de pr\xE9stamo)","translationTheme.marker2":"Marcador 2","translationTheme.blockquote":"Estilos de referencia","translationTheme.weakening":"debilitamiento","translationTheme.italic":"tipo de letra inclinado","translationTheme.bold":"espesar","translationTheme.thinDashed":"subrayado de l\xEDnea discontinua fina","translationTheme.nativeDashed":"El sistema viene con un subrayado de puntos","translationTheme.nativeDotted":"El sistema viene con subrayado de puntos","translationTheme.nativeUnderline":"El sistema viene con un subrayado recto","translationTheme.wavy":"l\xEDnea ondulada","translationServices.custom":"API personalizada","translationServices.tencent":"Tencent Traductor","translationServices.tenAlpha":"Tencent Translator (Alfa)","translationServices.google":"Google Translate","translationServices.bai":"Baidu (Alfa)","translationServices.baidu":"Traducci\xF3n de Baidu","translationServices.aliyun":"Traducci\xF3n AliCloud","translationServices.volc":"traducci\xF3n del volc\xE1n","translationServices.deeplx":"DeepLX (Beta)","translationServices.bing":"Microsoft Translate","translationServices.deepl":"DeepL","translationServices.wechat":"Traducci\xF3n de WeChat","translationServices.azure":"Traducci\xF3n Azure","translationServices.ibm":"IBM Watson","translationServices.aws":"Traducci\xF3n Amazon","translationServices.mock":"Traducci\xF3n simulada","translationServices.mock2":"Traducci\xF3n simulada 2","translationServices.caiyun":"lit. nubes de colores y peque\xF1as traducciones","translationServices.cai":"Nubes de colores (Alfa)","translationServices.volcAlpha":"Volc\xE1n (Alfa)","translationServices.openl":"OpenL","translationServices.youdao":"Traducci\xF3n Youtube","translationServices.you":"Youdao Traductor (Alfa)","translationServices.transmart":"Tencent Interactive Traducci\xF3n","translationServices.niu":"Traductor Maverick","translationServices.papago":"Traducci\xF3n de Papago","translationServices.d":"D (Alfa)","translationServices.dpro":"D Pro (Canarias)","translationServices.openai":"OpenAI","translationServices.yandex":"Yandex","translationServices.chatgpt":"ChatGPT Web(3.5 m\xF3vil)","translate title":"Traducir t\xEDtulos de p\xE1ginas","always languages":"Traduzca siempre el idioma",neverTranslateLanguagesLabel:"La lengua que nunca se traducir\xE1",neverTranslateTheFollowingLanguagesDescription:"Las traducciones se omiten cuando un p\xE1rrafo de la p\xE1gina est\xE1 en uno de los siguientes idiomas",enableUserscriptPagePopup:"Mostrar hoverball en la p\xE1gina",enableUserscriptPagePopupDescription:"Despu\xE9s de desactivar el hoverball, se puede recuperar con el acceso directo /{touch}. Se recomienda encarecidamente marcar esta p\xE1gina de configuraci\xF3n para evitar no poder encontrar el hoverball despu\xE9s de desactivar esta opci\xF3n por error.","always translate the following languages":"Traduce autom\xE1ticamente al idioma de destino cuando la p\xE1gina est\xE1 en uno de los siguientes idiomas","always sites":"Sitios web siempre traducidos","always translate the following sites":"Los sitios web se traducen autom\xE1ticamente a la lengua de destino cuando son los nombres de dominio de","never sites":"Sitio nunca traducido","never translate the following sites":"No se realizar\xE1n traducciones cuando el sitio web corresponda a los siguientes dominios","please refer to":"Tienes que rellenar la clave antes de poder utilizarla.",KeyAndConfigurationTutorial:"Tutorial de aplicaci\xF3n y configuraci\xF3n de llaves",useAboveStyleForTheseSites:"Utilice siempre el estilo de traducci\xF3n \u2308{theme}\u230B cuando el sitio sea para los siguientes dominios",currentUrl:"URL actual",confirm:"guardar (un archivo, etc.) (inform\xE1tica)",cancel:"anulaciones",delete:"eliminar","languages.auto":"detecci\xF3n autom\xE1tica",syncToCloud:"Sincronizaci\xF3n con Google Drive",syncToCloudDescription:"Subida a la nube, la configuraci\xF3n se puede sincronizar entre distintos navegadores/scripts de mono de grasa, sea cual sea la \xFAltima modificaci\xF3n.",syncToAccount:"Sincronizaci\xF3n con la nube de traducci\xF3n inmersiva",syncToAccountButton:"Sincronizaci\xF3n instant\xE1nea con la nube",syncToAccountDescription:"Sincroniza autom\xE1ticamente las configuraciones entre distintos dispositivos, sea cual sea el \xFAltimo en modificarse.",successSyncConfigInAccount:"Sincronizaci\xF3n satisfactoria con la nube",successSyncConfigToAccount:"Sincronizaci\xF3n satisfactoria con la nube",syncConfigNoUpdate:"Ya est\xE1 actualizado.",authFail:"Fallo de autorizaci\xF3n",syncTitle:"Gesti\xF3n manual de copias de seguridad",import_hint:"importar (datos)",upload:"cargar",revokeAuth:"revocar una autorizaci\xF3n",uploadFail:"Carga fallida",download:"descargando",importSuccess:"Importado con \xE9xito",importFail:"fallo de importaci\xF3n",deleteFail:"Error al borrar",backupToCloud:"Gesti\xF3n manual de los archivos de copia de seguridad",create_new_backup:"A\xF1adir un nuevo nodo de copia de seguridad",maxBackupFiles:"Se pueden hacer copias de seguridad de hasta{count}nodos diferentes, por favor, elimine los nodos que no necesite.",backupToCloudDescription:"Cargar o restaurar manualmente archivos de copia de seguridad, permitiendo hasta 3 copias de seguridad diferentes.",successSyncConfig:"Sincronizaci\xF3n satisfactoria con la nube",syncFail:"fallo de sincronizaci\xF3n",updatedAt:"Actualizado desde {date}",lastSyncedAt:"\xDAltima consulta en {date}",downloadFail:"Error de descarga",clickToDownload:"Haga clic para descargar",aboutLabel:"Acerca de - Comentarios","browser.openAboutPage":"Acerca de/Feedback",aboutLabelWithoutSponsor:"Acerca de - Comentarios",aboutIntro:"Que todos tengamos un acceso m\xE1s f\xE1cil y agradable a la enorme cantidad de informaci\xF3n en idiomas extranjeros que hay en Internet \u2764\uFE0F Puedes optar por activar tu <6>suscripci\xF3n Pro para utilizar las traducciones listas para usar de DeepL y OpenAI.

Puedes seguirnos en <3>Twitter, <4>Telegram, Weibo, WeChat, o <5>suscribirte a nuestra lista de correo para estar al tanto de las actualizaciones.
<7>Los miembros Pro pueden ponerse en contacto con nosotros en <8>support@immersivetranslate.com para un r\xE1pido servicio de atenci\xF3n al cliente.",aboutIntroWithoutSponsor:"Ojal\xE1 todos tengamos un acceso m\xE1s f\xE1cil y agradable a la enorme cantidad de informaci\xF3n en idiomas extranjeros disponible en Internet \u2764\uFE0F

Puedes seguirnos en <3>Twitter, el <4>canal de Telegram, WeChat, WeChat Exchange, o <5>suscribirte para seguir las actualizaciones por <5>correo electr\xF3nico a continuaci\xF3n.",projectHomepage:"Inicio del proyecto",joinTelegramGroup:"\xDAnase al grupo de usuarios para participar en los debates",wechatPublicAccount:"WeChat P\xFAblico",wechatCommunities:"Grupo de intercambio WeChat",qqCommunities:"Canal de comunicaci\xF3n QQ",joinTelegramChannel:"Siga el canal de Telegram para las \xFAltimas actualizaciones",feedbackAndJoin:"Pregunta Feedback / A\xF1adir Grupo",autoSync:"sincronizaci\xF3n horaria autom\xE1tica",loadingThemeTitle:"Estilo de carga",loadingThemeDescription:"Establecer el estilo mientras se espera a que se cargue la traducci\xF3n","loadingTheme.spinner":"Animaci\xF3n giratoria","loadingTheme.text":"texto est\xE1tico algo ","loadingTheme.none":"no se muestra",developerDescription:"La documentaci\xF3n sobre personalizaci\xF3n avanzada se encuentra <1>aqu\xED","edit border color":"Modificar el color del borde",successSyncButNoChange:"La configuraci\xF3n actual es coherente con la nube",customTheme:"Colores y tama\xF1os personalizados","customThemeLabel.borderColor":"Color del borde","customThemeLabel.borderRadius":"Bordes redondeados","customThemeLabel.textColor":"color del texto","customThemeLabel.backgroundColor":"color de fondo","customThemeLabel.zoom":"Escalado de fuentes (%)","customThemeLabel.opacity":"Opacidad del texto (%)",resetToDefaultColor:"Restablecer los colores por defecto",resetToDefaultSettings:"Restablecer la configuraci\xF3n predeterminada",isTranslateTitle:"Activar la traducci\xF3n de los t\xEDtulos de las p\xE1ginas",isTranslateTitleDescription:"Si est\xE1 activada, se traducen los t\xEDtulos de las p\xE1ginas",enableSearchEnhancement:"Activar la mejora de mensajes biling\xFCes",enableSearchEnhancementDescription:'Una vez activada, los resultados de b\xFAsqueda de "Google News" se mostrar\xE1n autom\xE1ticamente en la columna derecha de los sitios web compatibles (Google News, Google Search (algunas palabras clave), Snowball, Oriental Fortune, Futura, Tiger Community) para las correspondientes palabras clave en ingl\xE9s.',verifyService:"Haga clic aqu\xED para probar el servicio",verified:"Verificar el \xE9xito","field.langs":"C\xF3digos de idioma admitidos","field.model":"modelizaci\xF3n","field.translationEngine":"motor de traducci\xF3n","field.limitPerMinute":"Peticiones m\xE1ximas por minuto","field.limitPerSecond":"N\xFAmero m\xE1ximo de solicitudes por segundo","field.maxTextLengthPerRequest":"Longitud m\xE1xima del texto por solicitud","field.maxTextGroupLengthPerRequest":"N\xFAmero m\xE1ximo de apartados por solicitud","field.apiUrl":"Direcci\xF3n de interfaz API personalizada","field.placeholderDelimiters":"marcador de posici\xF3n reservado","description.custom":"Interfaz personalizada Acceso Documentaci\xF3n necesaria","description.limitPerMinute":"Las solicitudes que superan este l\xEDmite pasan a una cola hasta el inicio del siguiente minuto. Debido a las diversas limitaciones del servicio actual de OpenAI, haz clic <1>aqu\xED para consultar los \xFAltimos valores sugeridos.","description.limitPerSecond":"Las solicitudes que superan este l\xEDmite pasan a una cola hasta el inicio del siguiente segundo. Debido a las diversas limitaciones del servicio actual de OpenAI, haz clic <1>aqu\xED para consultar los \xFAltimos valores sugeridos.","description.generalLimitPerSecond":"Las solicitudes que superan este l\xEDmite pasan a una cola hasta el inicio del segundo siguiente.","description.prompt":"Enviar la conversaci\xF3n a {service} como usuario, donde {{text}} representa el contenido del texto del p\xE1rrafo, {{from}} representa el idioma del p\xE1rrafo y {{to}} representa el idioma objetivo.","description.maxTextLengthPerRequest":"El n\xFAmero m\xE1ximo de caracteres por petici\xF3n es demasiado grande para que la interfaz responda con lentitud, as\xED que pruebe a ajustar esta opci\xF3n para optimizar la velocidad","description.systemPrompt":"Enviar di\xE1logo al {service} como sistema, donde {{text}} representa el contenido del texto del p\xE1rrafo, {{from}} representa el idioma del p\xE1rrafo, {{to}} representa el idioma objetivo.","field.domain":"reino","description.domain":"El valor predeterminado es\uFF1Ageneral. S\xF3lo puede establecerse si la traducci\xF3n de dominios est\xE1 activada en la consola de la API Arima; consulte <1>aqu\xED los dominios admitidos.","field.scene":"toma","description.scene":"Por defecto\uFF1Ageneral. S\xF3lo se puede establecer si la consola API AliCloud est\xE1 habilitado para Machine Translation Pro, ver <1>aqu\xED para los escenarios compatibles","field.vocabId":"ID del diccionario del usuario","description.vocabId":"El diccionario out_id especificado admite actualmente la traducci\xF3n del ingl\xE9s al chino.","description.model":"Modelos OpenAI, pueden ser gpt-3.5-turbo, gpt-4, etc.","description.maxTextGroupLengthPerRequest":"El n\xFAmero de p\xE1rrafos enviados al servicio de traducci\xF3n a la vez, si hay demasiados p\xE1rrafos, puede hacer que la interfaz responda m\xE1s lentamente.","description.apiUrl":"Por favor, a\xF1ada URLs espec\xEDficas con rutas, <1>m\xE1s descripci\xF3n",enabledExtension:"Habilitar extensiones",clickToDisableExtension:"Haga clic para desactivar las extensiones",clickToEnableExtension:"Haga clic para activar las extensiones",hasBeenDisabled:"desactivado","show password":"Mostrar contrase\xF1a",customContent:"Introduzca un nombre de modelo personalizado",inputOptions:"Mejora del cuadro de entrada",mouseHoverOptions:"al pasar el rat\xF3n",modifyMouseHoverKey:"Modificar el acceso directo del rat\xF3n",enableInputTranslation:"Activar o no la mejora del cuadro de entrada",enableInputTranslationDescription:"Una vez activado, escriba {startingKey}{startingKey} hola directamente en el cuadro de entrada, luego pulse r\xE1pidamente{inputTrailingTriggerKeyRepeatTimes}veces{trailingKey}para traducir a {inputTargetLanguage}",enableInputTranslationDescriptionForNoneKey:"Una vez activado, escriba\uFF1AHello World directamente en el cuadro de entrada y, a continuaci\xF3n, pulse r\xE1pidamente{inputTrailingTriggerKeyRepeatTimes}{trailingKey}veces para traducir al idioma de destino predeterminado.",inputTargetLanguage:"Establecer el idioma de destino por defecto para los cuadros de entrada",inputTargetLanguageDescription:"Idioma de destino por defecto para la traducci\xF3n del cuadro de entrada, es decir, {startingKey}{startingKey} como idioma por defecto para las palabras desencadenantes.",inputTargetLanguageDescriptionForNoneKey:"Idioma de destino predeterminado para la traducci\xF3n del cuadro de entrada",inputStartingTriggerKeyTitle:"Configuraci\xF3n del car\xE1cter de divisi\xF3n para la traducci\xF3n parcial del cuadro de entrada",inputStartingTriggerKeyDescription:"Cuando no necesite traducir todo el cuadro de entrada, el divisor le permite traducir s\xF3lo la parte desde {startingKey}{startingKey} hasta el final del cuadro de entrada, o puede especificar el c\xF3digo de idioma, por ejemplo\uFF1A{startingKey}ja significa traducir s\xF3lo la parte desde {startingKey}ja hasta el final del cuadro de entrada.",inputStartingTriggerKeyDescriptionForNoneKey:"La configuraci\xF3n actual de sin prefijo no es necesaria, y la funci\xF3n de traducci\xF3n de algunos textos en el cuadro de entrada no est\xE1 disponible por el momento.",inputTrailingTriggerKeyTitle:"Seleccione un car\xE1cter de activaci\xF3n de fin de entrada",inputTrailingTriggerKeyDescription:"\xA13 golpes r\xE1pidos{trailingKey} comenzar\xE1 a traducir!",inputTrailingTriggerKeyTimeout:"Introduce el tiempo entre disparos de fin de combate",inputTrailingTriggerKeyTimeoutDescription:"Establece el tiempo (en milisegundos) entre disparos de combo de fin de entrada.",spaceKey:"<\u7A7A\u683C\u952E>",noneKey:"Traducci\xF3n directa de todo el cuadro de texto sin prefijos",inputTranslationBlockUrlsTitle:"No active la mejora del cuadro de entrada en las siguientes URL",inputTranslationBlockUrlsDescription:"Las mejoras del cuadro de entrada no funcionar\xE1n en las siguientes URL",clickToSeeQuickDemo:"Haga clic para ampliar el v\xEDdeo tutorial r\xE1pido de 30 segundos",inputHelperInfo:"Descripci\xF3n\uFF1AHemos optimizado el hecho de que algunos caracteres desencadenantes se convertir\xE1n en signos de puntuaci\xF3n chinos bajo m\xE9todos de entrada chinos, por ejemplo, / se convertir\xE1 en un signo dun , bajo el m\xE9todo de entrada Sogou, e Immersive Translator soporta todos los s\xEDmbolos chinos correspondientes a los caracteres desencadenantes, es decir, //,,, ser\xE1n reconocidos como caracteres desencadenantes.

Tambi\xE9n soportamos alias Chinos para c\xF3digos de lenguaje como comandos, por ejemplo /Japanese Hello World ser\xE1 traducido al Japon\xE9s, <1>haga clic aqu\xED para ver todos los c\xF3digos de lenguaje soportados.",reloadCurrentPage:"Actualice la p\xE1gina actual antes de iniciar la traducci\xF3n.",noLocalFilePermissionForPDF:"Usted no tiene permiso para leer archivos locales, por favor haga clic en el bot\xF3n de arriba y luego importar archivos locales.",noPermissionForThisPage:"\u26A0\uFE0F No hay permiso para traducir la p\xE1gina actual",retryAllParagraphs:"Reintentar todos los pasajes de error",retryAllButton:"Reintentar todos los pasajes de error",errorTooltipTitle:"Haga clic para ver la causa del error",errorModalTitle:"Parece que algo va mal con el servicio de traducci\xF3n o la red...",disableConfirm:"Entorno biling\xFCe de mejora de la informaci\xF3n",disableOnce:"Esta inhabilitaci\xF3n",disableGlobal:"desactivar permanentemente",disableTint:"* Puede volver a activarlo en {option} .",searchEnhancementNotes:"Tras activar la funci\xF3n de mejora de la informaci\xF3n biling\xFCe con traducci\xF3n inmersiva, buscaremos autom\xE1ticamente las mismas palabras clave en ingl\xE9s en los sitios web compatibles (Google News, Google Search (algunas palabras clave), Snowball, Oriental Wealth, Futura, Tiger) y las mostraremos a la derecha. Si no necesitas esta funci\xF3n, puedes desactivarla.",option:"establecer",saveSettings:"Guardar configuraci\xF3n",closeModal:"Cerrar ventana",enableInputTranslationWithoutTriggerKeyTitle:"Habilite 3 pulsaciones r\xE1pidas en{trailingKey}para traducir directamente todo el cuadro de entrada a{inputTargetLanguage}",enableInputTranslationWithoutTriggerKeyDescription:"Para especificar el idioma de destino, antep\xF3ngale el c\xF3digo del idioma, por ejemplo:\uFF1Aja Hola Mundo",mouseHoverShortcutPlaceholder:"p. ej.\uFF1ATurno",deepLProName:"Miembro de Immersive Translation Pro (Recomendado)",deepLProDescription:"El paquete actual puede utilizarse directamente",deeplProDescriptionForNormal:"No requiere instalaci\xF3n, los miembros pueden utilizarlo despu\xE9s de iniciar sesi\xF3n, <1>haga clic aqu\xED para actualizar a miembro",deepLCustomDescription:"Se requiere tarjeta de cr\xE9dito extranjera, abierta oficialmente en <1>DeepL, haga clic para ver <2>la documentaci\xF3n",deepLCustomName:"Clave de autenticaci\xF3n personalizada",chooseProviderLabel:"Seleccione un proveedor de servicios",openaiProName:"Miembro de Immersive Translation Pro (Recomendado)",openaiProDescription:"El paquete actual puede utilizarse directamente",openaiProDescriptionForNormal:"No requiere instalaci\xF3n, los miembros pueden utilizarlo despu\xE9s de iniciar sesi\xF3n, <1>haga clic aqu\xED para actualizar a miembro",openaiCustomDescription:"Disponible en OpenAI, Azure OpenAI u otros servicios de terceros. <1>Haga clic aqu\xED para consultar la documentaci\xF3n.",openaiCustomName:"Clave API personalizada",needLoginAction:"(Afiliaci\xF3n abierta o personalizaci\xF3n)",goLoginOrAction:"(Abra una cuenta o vaya a la configuraci\xF3n)",yearly:"efectuar un pago anual consecutivo",quarterly:"embalaje secuencial",monthly:"suscripci\xF3n mensual",yearlyForOnce:"Paquete anual \xFAnico",monthlyForOnce:"Paquete mensual \xFAnico",daily:"d\xEDas consecutivos de paquetes",year:"efectuar un pago anual consecutivo",quarter:"embalaje secuencial",month:"suscripci\xF3n mensual",day:"d\xEDas consecutivos de paquetes",onetime_7day:"Pack Experiencia 7 d\xEDas",currentPlanDescriptionForFree:"Paquetes actuales\uFF1AGratis",currentPlanDescriptionForContinuous:"El paquete actual\uFF1A{plan}se renovar\xE1 autom\xE1ticamente en {endAt} .",currentPlanDescriptionForAutoRenewCaceling:"El paquete actual\uFF1A{plan}expirar\xE1 en {endAt} y no se renovar\xE1 autom\xE1ticamente a su vencimiento.",currentYearlyPlanDescriptionForAutoRenewCacelingWithRealPaiedUser:"El paquete actual,\uFF1A{plan}, caducar\xE1 en {endAt} y no se renovar\xE1 autom\xE1ticamente a su vencimiento.
<1>Haga clic aqu\xED para gestionar su plan de renovaci\xF3n",currentYearlyPlanDescriptionForAutoRenewCacelingWithAdmin:"El paquete actual,\uFF1A{plan}, caducar\xE1 en {endAt} y no se renovar\xE1 autom\xE1ticamente a su vencimiento.
<1>Haga clic aqu\xED para activar la suscripci\xF3n anual continua",currentPlanDescriptionForOneTime:"La suscripci\xF3n actual\uFF1A{plan}expirar\xE1 en {endAt} , <1>haga clic aqu\xED para cambiar a una suscripci\xF3n <1>anual o <2>mensual.",upgradePlan:"Haga clic aqu\xED para pasar a Pro",upgradeToPro:"Actualizar a miembro Pro","popup.openPro":"Actualice su suscripci\xF3n a Pro para disfrutar de DeepL y de la traducci\xF3n OpenAI, \xA1haga clic aqu\xED para actualizar!","popup.openProForPro":"Eres un miembro Pro con acceso directo a DeepL y a las traducciones de OpenAI.",currentAccount:"cuenta corriente",enableAutoSyncUserSettings:"Sincronizaci\xF3n autom\xE1tica en la nube de varios dispositivos",modalEnableInputTranslationTitle:"Traducci\xF3n inmersiva Cuadro de entrada Alertas de traducci\xF3n",modalEnableInputTranslationDesc:"Acaba de activar la traducci\xF3n del cuadro de entrada de Immersive Translation pulsando la barra espaciadora 3 veces en r\xE1pida sucesi\xF3n, y el contenido del cuadro de entrada se traducir\xE1 al idioma de destino predeterminado. La traducci\xF3n puede deshacerse con Ctrl+Z.

Si ha sido un error, no se preocupe, puede elegir desactivarla esta vez, o desactivar permanentemente la traducci\xF3n del cuadro de entrada.",saveAndNotShowAgain:"Guardar y dejar de preguntar",disableInputTranslationTips:"* Tambi\xE9n puedes configurar otros atajos para que se activen en {option} ,{learnMore}.",learnMore:"M\xE1s informaci\xF3n",continueEnalbeInputTranslation:"Seguir activando la traducci\xF3n del cuadro de entrada",autoRenewTrialSuffix:'(En la versi\xF3n de prueba,pas\xF3 inmediatamente a ser miembro de pleno derecho)',upgradeFromTrialTitle:"Pasar a Miembro de pleno derecho",subtitle:"subtitulado de v\xEDdeo",youtubeService:"Traducci\xF3n por inmersi\xF3n Servicios de traducci\xF3n de subt\xEDtulos de v\xEDdeo","subtitle.disabledSubtitle":"Desactivar permanentemente la funci\xF3n de subt\xEDtulos de v\xEDdeo","subtitle.disabledSubtitleDescription":"Si Immersive Translator's Video Subtitles entra en conflicto con otras extensiones, puedes optar por desactivar permanentemente la funcionalidad de Immersive Translator's Video Subtitles o desinstalar otras extensiones conflictivas.","subtitle.autoEnableSubtitle":"Uso autom\xE1tico de subt\xEDtulos biling\xFCes","subtitle.autoEnableSubtitleDescription":"Una vez activado, se mostrar\xE1n autom\xE1ticamente subt\xEDtulos biling\xFCes cuando se reproduzca el video, de lo contrario, necesitar\xE1 hacer clic en el bot\xF3n de traducci\xF3n para que se muestren.","subtitle.preTranslation":"Traducir subt\xEDtulos mediante traducci\xF3n inmersiva","subtitle.preTranslationDescription":"Cuando est\xE1 activada, se pretraducir\xE1 todo el subt\xEDtulo utilizando el servicio de traducci\xF3n especificado m\xE1s abajo, y un v\xEDdeo de 1 hora consumir\xE1 unos 50.000 tokens o caracteres, as\xED que util\xEDzalos seg\xFAn tu criterio; cuando est\xE1 desactivada, se utilizar\xE1n primero los subt\xEDtulos originales.","subtitle.humanSubtitlesPreferred":"Uso prioritario del subtitulado humano","subtitle.humanSubtitlesPreferredDescription":"Priorizar el uso de subt\xEDtulos humanos cuando el v\xEDdeo disponga de subt\xEDtulos humanos en la lengua de llegada (recomendado)",videoSubtitleTranslationDescription:"Asignar un servicio de traducci\xF3n independiente para los subt\xEDtulos de v\xEDdeo",subtitleTranslating:"Por favor, espere mientras se traducen los subt\xEDtulos mediante el servicio {service} ... (traducci\xF3n por inmersi\xF3n)",subtitleLoading:"Cargando subt\xEDtulos...",bilingual:"biling\xFCismo","field.action":"Activar o no la terminolog\xEDa Baidu","description.action":"Cuando est\xE9 activado, se a\xF1adir\xE1 un par\xE1metro action=1 a la solicitud para informar a Baidu del t\xE9rmino activado; <1>consulte la documentaci\xF3n oficial para obtener m\xE1s informaci\xF3n.",closeQuickTranslation:"Cerrar Hoverball","closeQuickTranslation.untilNext":"Esta vez cerrado hasta la pr\xF3xima visita","closeQuickTranslation.currentWebsite":"Sitio actual desactivado","closeQuickTranslation.alwaysClose":"desactivar permanentemente","closeQuickTranslation.settingOpen":"(puede activarse en la <1>p\xE1gina de configuraci\xF3n )","closeQuickTranslation.cancel":"anulaciones","closeQuickTranslation.confirm":"defina","floatBall.popup":"Abrir el panel de ajustes r\xE1pidos","floatBall.translate":"Haga clic para traducir la p\xE1gina","floatBall.showOriginal":"Haga clic para volver al art\xEDculo original","floatBall.close":"Cerrar Hoverball","floatBallOptions.enableDescPc":"Despu\xE9s de activar el hoverball de la p\xE1gina, aparecer\xE1 un bot\xF3n de traducci\xF3n r\xE1pida en la parte derecha de la p\xE1gina, \xA1haz clic en \xE9l para traducir!","floatBallOptions.enableDesc":"Despu\xE9s de apagar el hoverball, puedes recuperarlo con{touch}. Se recomienda encarecidamente marcar esta p\xE1gina de configuraci\xF3n para evitar no poder encontrar el hoverball despu\xE9s de desactivar esta opci\xF3n por error.","description.azureApiUrl":"Introduzca la direcci\xF3n de la interfaz API personalizada",confirmSupportMouse:"Forzar la activaci\xF3n del soporte de rat\xF3n",confirmSupportMouseDescription:"Detectado que el navegador actual no soporta la funci\xF3n de rat\xF3n, \xBFse fuerza a habilitar el soporte de rat\xF3n?",sampleTargetText:"Llegar\xE1 la larga noche, y velar\xE9 desde hoy hasta que muera. No tomar\xE9 esposa, no har\xE9 feudo, no tendr\xE9 hijos. No llevar\xE9 corona, no luchar\xE9 por el honor. Cumplir\xE9 con mi deber, vivir\xE9 y morir\xE9.",sampleSourceText:"Night gathers, and now my watch begins. It shall not end until my death. I shall take no wife, hold no lands, father no children. I shall wear no crowns and win no glory. I shall live and die at my post.","subtitle.supportedSites":"\u5DF2\u652F\u6301\u5728\u8FD9\u4E9B\u7F51\u7AD9\u4F7F\u7528\u53CC\u8BED\u5B57\u5E55\uFF08\u6CE8\u610F\uFF1A\u7531\u4E8E\u6280\u672F\u9650\u5236\uFF0C\u90E8\u5206\u7F51\u7AD9\u5728\u9996\u6B21\u5F00\u542F\u5B57\u5E55\u540E\u9700\u8981\u91CD\u65B0\u5237\u65B0\u9875\u9762\uFF0C\u6216\u8005\u9700\u7B49\u5F85\u7FFB\u8BD1\u5B8C\u6210\u4EE5\u663E\u793A\u53CC\u8BED\u5B57\u5E55\uFF09\uFF1A",viewWithImmersiveTranslate:"\u53CC\u8BED\u7248\u672C(\u6C89\u6D78\u5F0F\u7FFB\u8BD1)",errorReason:"\u9519\u8BEF\u539F\u56E0\uFF1A{message}","proQuotaExceededError.onetime7day":'\uFF0C\u60A8\u53EF\u4EE5\u9009\u62E9\u4EE5\u4E0B\u65B9\u5F0F\u89E3\u51B3\uFF1A

1. \u5207\u6362\u5230 {anotherService} \u6216\u5176\u4ED6\u7FFB\u8BD1\u670D\u52A1
2. \u5347\u7EA7\u4E3A\u6708\u5EA6/\u5E74\u5EA6\u4F1A\u5458',"proQuotaExceededError.trial":'\uFF0C\u60A8\u53EF\u4EE5\u9009\u62E9\u4EE5\u4E0B\u65B9\u5F0F\u89E3\u51B3\uFF1A

1. \u5207\u6362\u5230 {anotherService} \u6216\u5176\u4ED6\u7FFB\u8BD1\u670D\u52A1
2. \u7ACB\u523B\u5347\u7EA7\u4E3A\u6B63\u5F0F\u4F1A\u5458',"proQuotaExceededError.nonTrial":'\uFF0C\u60A8\u53EF\u4EE5\u9009\u62E9\u4EE5\u4E0B\u65B9\u5F0F\u89E3\u51B3\uFF1A

1. \u5207\u6362\u5230 {anotherService} \u6216\u5176\u4ED6\u7FFB\u8BD1\u670D\u52A1
2. \u8D2D\u4E70 {translationService} \u989D\u5916\u6D41\u91CF\u5305',"proQuotaExceededError.resetTime":"
3. \u989D\u5EA6\u91CD\u7F6E\u65F6\u95F4\uFF1A{resetTime}","desc.touchShortcutsToggleTranslatePageOnlyTranslation":"Solo se muestra la traducci\xF3n se refiere a que solo se mostrar\xE1 la traducci\xF3n, si la p\xE1gina web a\xFAn no se ha traducido, cambiar\xE1 el modo y traducir\xE1.","desc.toggleOnlyTransation":"El modo de solo traducci\xF3n se refiere a mostrar solo el texto traducido, si la p\xE1gina web a\xFAn no se ha traducido, cambiar\xE1 el modo y traducir\xE1.",touchShortcutsToggleTranslatePageOnlyTranslation:"Configurar gestos de pantalla t\xE1ctil para cambiar entre modo biling\xFCe/solo texto traducido",download_started:"La descarga ya ha comenzado, si no se descarga autom\xE1ticamente, haga clic manualmente.",here:"aqu\xED","desc.toggleVideoSubtitlePreTranslation":"Al presionar, los subt\xEDtulos biling\xFCes del video usar\xE1n preferentemente la configuraci\xF3n de traducci\xF3n inmersiva, al presionar nuevamente, se dar\xE1 prioridad a los subt\xEDtulos de traducci\xF3n autom\xE1tica incluidos en el video original. Nota: este atajo modifica la configuraci\xF3n global.",videoSubtitlePreTranslationOn:"Los subt\xEDtulos del video tendr\xE1n prioridad para usar la traducci\xF3n inmersiva.",videoSubtitlePreTranslationOff:"Los subt\xEDtulos del video dar\xE1n prioridad a los subt\xEDtulos de traducci\xF3n autom\xE1tica incluidos en el video original.",translationFont:"Establecer fuente","translationFont.custom":"Ingrese fuente personalizada","translationFont.customPlaceholder":"fuente","translationFont.notSupportErrorMessage":"Por favor, verifique si el nombre de la fuente que ingres\xF3 es correcto, o confirme si esta fuente ya est\xE1 instalada en su dispositivo.","touch.mouse-translate":"Traducir el p\xE1rrafo especificado.","translationServices.inherit":"Siga el servicio de traducci\xF3n principal","error.serveConfigError":"Error de configuraci\xF3n del servicio","error.reloadPageOfSetting":"Despu\xE9s de configurar, por favor refresca la p\xE1gina para traducir de nuevo.","error.googleLimitIp":"El servicio devuelve un error, el servicio de Google ha limitado la direcci\xF3n IP, se recomienda que cambie el nodo de red.","error.openAIFreeLimit":"El servicio devuelve un error, la frecuencia actual de solicitudes de traducci\xF3n ha alcanzado el l\xEDmite m\xE1ximo de 3 veces por minuto, por favor intente de nuevo m\xE1s tarde. (Esta es una restricci\xF3n de OpenAI oficial para la API Key gratuita, para eliminar esta restricci\xF3n, por favor vincule una tarjeta de cr\xE9dito en el backend de OpenAI.)","error.openAIExceededQuota":"El servicio devuelve un error: el saldo de tu cuenta de OpenAI es insuficiente, por favor recarga o vincula una tarjeta de cr\xE9dito en el panel de control oficial de OpenAI.","error.429":"El servicio devuelve un error, lo que indica que la solicitud es demasiado frecuente o excede el l\xEDmite de cuota, por favor intente de nuevo m\xE1s tarde.","error.403":"El servicio devuelve un error, no tiene permiso temporal para acceder a este servicio.","error.400":"El servicio devuelve un error, el par\xE1metro de solicitud es incorrecto, por favor verifica la configuraci\xF3n correspondiente.","error.502":"El servicio devuelve un error, el servicio se ha agotado, por favor intente de nuevo m\xE1s tarde.","error.proTokenInvalid":"Si usted es un usuario Pro, por favor inicie sesi\xF3n para usar el servicio de traducci\xF3n Pro.","error.proUpgrade":"Despu\xE9s de la actualizaci\xF3n, por favor refresca la p\xE1gina y traduce de nuevo.","error.configError":"Los datos de configuraci\xF3n son anormales.","error.goReset":"Ir a restablecer",batchEdit:"Operaci\xF3n en masa","translationModeLang.translation.title":"Solo modo de traducci\xF3n de idioma","translationModeLang.translation.description":"Cuando el idioma de la p\xE1gina es uno de los siguientes, se utilizar\xE1 autom\xE1ticamente solo el modo de traducci\xF3n.","translationModeUrl.translation.title":"Solo el modo de direcci\xF3n web de traducci\xF3n","translationModeUrl.translation.description":"Cuando el sitio web tiene los siguientes dominios, se utilizar\xE1 autom\xE1ticamente el modo de solo traducci\xF3n.","error.serveUnavailable":"El servicio [{serverName}] que est\xE1 utilizando actualmente no est\xE1 disponible temporalmente debido a problemas con la conexi\xF3n a la red o el proveedor del servicio. Le sugerimos que intente actualizar la p\xE1gina o cambiar a otro servicio de traducci\xF3n a trav\xE9s de <1>Configuraci\xF3n. Si usted es un miembro <2>Pro, puede optar por utilizar los servicios de traducci\xF3n m\xE1s estables de DeepL o OpenAI (<3>haga clic aqu\xED para probarlo gratis). Adem\xE1s, es posible que necesite revisar su configuraci\xF3n de red o proxy.",detectServiceLoading:"Detectando servicios de traducci\xF3n disponibles...",toggleToService:"Cambie a {service} e intente de nuevo.","error.gemini.429":"El servicio actual de Gemini ha alcanzado su capacidad m\xE1xima, por favor intente m\xE1s tarde o cambie a otro servicio de traducci\xF3n.",enableSentryReport:"Cuando ocurre un error de expansi\xF3n, usa Sentry para enviar comentarios.",notLogin:"No registrado",goLogin:"Iniciar sesi\xF3n",touchShortcutsOff:"Cerrar",shortcutSettings:"Atajo de teclado","tagsInput.add":"+ A\xF1adir",translationOnlyMode:"Solo modo de traducci\xF3n","multipleClick.2":"Haz doble clic",contact:"Cont\xE1ctanos","widget.translateFile":"PDF/ePub","subtitle.hideQuickButton":"Ya no mostrar este atajo","translationServices.gemini":"G\xE9minis","widget.instructionTooltip":"Consultar las instrucciones de uso","subtitle.bilingual":"Subt\xEDtulos biling\xFCes","error.retry":"Reintentar","multipleClick.4":"Cu\xE1druple golpe",buildSnapshots:"Generar captura de p\xE1gina web","error.subscriptionExpiredTitle":"La membres\xEDa ha expirado","slide.left":"Desliza a la derecha","widget.videoSubtitle":"subt\xEDtulos de video","browser.translateWithDeepL":"Uso temporal de DeepL para traducir la p\xE1gina actual","subtitle.autoDisableSubtitle":"No activar autom\xE1ticamente los subt\xEDtulos biling\xFCes","browser.translateWithBing":"Uso temporal de Microsoft para traducir la p\xE1gina actual","error.reason":"Raz\xF3n del error","browser.translateWithTransmart":"Uso temporal de Tencent para traducir la p\xE1gina actual",pickAll:"Seleccionar todo","browser.translateInputBox":"Traducir el contenido actual del cuadro de entrada.","floatBall.iKnow":"Ya lo s\xE9.",temprarilyChangeTranslationTo_deepl:"Estoy usando DeepL para traducir la p\xE1gina actual.","multipleClick.3":"Triple golpe","intro.hoverTitle":"Pase el mouse para traducir el p\xE1rrafo actual",temprarilyChangeTranslationTo_transmart:"Est\xE1 utilizando Tencent para traducir la p\xE1gina actual.","intro.floatBallTitle":"Bola flotante de traducci\xF3n r\xE1pida",paragraphMinTextCountField:"El n\xFAmero m\xEDnimo de caracteres necesarios para traducir un p\xE1rrafo","shortcutGroup.touch":"Gestos espec\xEDficos para pantallas t\xE1ctiles",temprarilyChangeTranslationTo_gemini:"Estoy usando Gemini para traducir la p\xE1gina actual.",temprarilyChangeTranslationTo_bing:"Est\xE1 utilizando Microsoft para traducir la p\xE1gina actual.","shortcutGroup.main":"Atajos de teclado de funciones comunes",mouseHoverCustomKeyTitle:"Personalizar el atajo de teclado para el rat\xF3n en suspensi\xF3n","shortcutGroup.shortcutsForTranslationServices":"Atajos de teclado relacionados con el servicio de traducci\xF3n",touchShortcutsToggleTranslateTouchElement:"Configurar gestos t\xE1ctiles para traducir p\xE1rrafos espec\xEDficos",notLoginPro:"Todav\xEDa no has iniciado sesi\xF3n en tu cuenta de miembro.","intro.subtitleTitle":"Visualizaci\xF3n de subt\xEDtulos biling\xFCes en videos en l\xEDnea","subtitle.showQuickButton":"En el reproductor se muestra el atajo de subt\xEDtulos biling\xFCes",temprarilyChangeTranslationTo_google:"Est\xE1 utilizando Google Traductor para traducir la p\xE1gina actual.",upgradeToProErrorTitle:"Por favor, actualice a miembro Pro para utilizar este servicio de traducci\xF3n.","widget.instruction":"Instrucciones de uso","slide.right":"Desliza a la izquierda","browser.translateWithOpenAI":"Uso temporal de OpenAI para traducir la p\xE1gina actual","shortcutGroup.others":"M\xE1s atajos de teclado personalizados","browser.toggleMouseHoverTranslateDirectly":"Habilitar o deshabilitar temporalmente la traducci\xF3n directa al pasar el mouse en la p\xE1gina",alwaysTranslateThisSite:"Siempre traduce este sitio web",neverTranslateThisSite:"Nunca traduzca este sitio web","shortcutGroup.mouse":"Configuraci\xF3n de atajos de teclado para el rat\xF3n en suspensi\xF3n","widget.translateFileTooltip":"Traducir documentos PDF, EPUB, SRT, ASS, HTML y TXT","browser.translateWithGemini":"Usa temporalmente Gemini para traducir la p\xE1gina actual","browser.toggleVideoSubtitlePreTranslation":"Cambie a subt\xEDtulos biling\xFCes y priorice la configuraci\xF3n de traducci\xF3n inmersiva.",networkError:"El servicio de traducci\xF3n o la red tienen problemas.",loggedIn:"Conectado","widget.videoSubtitleTooltip":"Apoya Youtube y otros {count}+ sitios web de videos",touchShortcutsToggleTranslationMask:"Configurar gestos t\xE1ctiles para mostrar la m\xE1scara de traducci\xF3n / mostrar el texto original","floatBall.guideClickToTranslate":"Haz clic en la bola flotante de traducci\xF3n inmersiva para traducir r\xE1pidamente","desc.touchShortcutsToggleTranslateTouchElement":"Personalice un gesto y podr\xE1 traducir cualquier p\xE1rrafo en el que se encuentre.","floatBall.longPress":"Mant\xE9n presionado para abrir r\xE1pidamente el panel de configuraci\xF3n.","error.subscriptionExpired":"Es posible que su membres\xEDa haya expirado, por favor verifique el estado de su membres\xEDa.",shortcutSettingsTitle:"Configuraci\xF3n de atajos de teclado",temprarilyChangeTranslationTo_openai:"Estoy usando OpenAI para traducir la p\xE1gina actual.","browser.translateWithGoogle":"Uso temporal de Google Traductor para traducir la p\xE1gina actual","desc.interfaceLanguage":"La configuraci\xF3n del idioma de la interfaz afecta el idioma de visualizaci\xF3n del panel de control y no tiene relaci\xF3n con el idioma objetivo de la traducci\xF3n.","description.baiduField":"Las \xE1reas de apoyo se ven <1>aqu\xED, si est\xE1 vac\xEDo significa que no se especifica el \xE1rea.","contact.description":"Si tiene alguna pregunta o sugerencia, no dude en completar el formulario a continuaci\xF3n para contactarnos, o env\xEDe un correo electr\xF3nico a {email}, le responderemos lo antes posible.","neverTranslateText.title":`Por favor, traduce directamente al espa\xF1ol (evita explicar el texto original): Mant\xE9n las siguientes palabras en su idioma original, no las traduzcas.`,confirmResetToDefaultSettings:"\xBFEst\xE1 seguro de que desea restaurar este servicio de traducci\xF3n a la configuraci\xF3n predeterminada? (Solo restablece la configuraci\xF3n del servicio de traducci\xF3n actual)","desc.toggleTranslateTheWholePage":"Traducir toda el \xE1rea de la p\xE1gina, por defecto, traduciremos el \xE1rea principal de la p\xE1gina, puedes usar este atajo para traducir espec\xEDficamente toda el \xE1rea de la p\xE1gina.",shortcutDisableTooltip:"Realice la configuraci\xF3n en la p\xE1gina de administraci\xF3n de atajos de extensi\xF3n proporcionada por el navegador, para m\xE1s orientaci\xF3n consulte las instrucciones en la parte superior de esta p\xE1gina.",touchShortcutsToggleTranslatePage:"Configura gestos t\xE1ctiles para traducir p\xE1ginas web/mostrar el texto original","desc.toggleTranslateTheMainPage":"Solo traduce el \xE1rea principal de la p\xE1gina, cuando has habilitado la traducci\xF3n de todo el \xE1rea de la p\xE1gina en la configuraci\xF3n avanzada, puedes usar este atajo para traducir espec\xEDficamente el \xE1rea principal de la p\xE1gina.","desc.touchShortcutsToggleTranslatePage":"Una vez configurado, al mover el dispositivo m\xF3vil, se puede tocar la pantalla con X dedos, deslizar hacia la izquierda o hacia la derecha o hacer clic continuamente para activar la traducci\xF3n de la p\xE1gina web/mostrar el texto original.",paragraphMinTextCountDesc:"Tenga en cuenta, aqu\xED se refiere a la longitud del car\xE1cter, por ejemplo: hola es 5 caracteres, establecer un valor m\xE1s grande puede reducir la traducci\xF3n de p\xE1rrafos peque\xF1os innecesarios.","desc.mouseHoverHoldKey":"Cuando el mouse se coloca sobre un p\xE1rrafo, al presionar la tecla de acceso r\xE1pido en el lado derecho, se puede traducir directamente ese p\xE1rrafo.",mouseHoverCustomKeyDescription:"Puedes personalizar una combinaci\xF3n de teclas de acceso r\xE1pido para cuando el mouse se posicione encima, como: Alt+Z, Ctrl+E, Cmd+Alt+E o directamente Cmd, por favor ingresa manualmente.","intro.floatBallDescription":"Una vez activado, se mostrar\xE1 un bot\xF3n de traducci\xF3n r\xE1pida en el lado derecho de la p\xE1gina, haga clic para traducir, haga clic nuevamente para volver al texto original. En dispositivos m\xF3viles, mantenga presionada la bola flotante para abrir el panel de configuraci\xF3n r\xE1pida.","desc.touchShortcutsToggleTranslationMask":"La m\xE1scara de traducci\xF3n se refiere al efecto borroso en el estilo de la traducci\xF3n (modo de aprendizaje), que se activa temporalmente para usar el efecto borroso en la traducci\xF3n, lo que facilita el aprendizaje.",translationOnlyModeDescription:"El modo de solo traducci\xF3n se refiere a mostrar solo el texto traducido, en lugar del modo biling\xFCe predeterminado. Nota: debido a limitaciones t\xE9cnicas, los hiperv\xEDnculos del texto original se desactivar\xE1n en el modo de solo traducci\xF3n.","neverTranslateText.description":"Debido a que algunos motores de traducci\xF3n no reconocen adecuadamente los nombres propios, puedes agregar palabras aqu\xED para asegurarte de que no se conviertan durante el proceso de traducci\xF3n. Ten en cuenta que esta funci\xF3n distingue entre may\xFAsculas y min\xFAsculas, y solo admite idiomas con palabras separadas por espacios (como ingl\xE9s, franc\xE9s), no es aplicable a idiomas como japon\xE9s, coreano, etc.","desc.toggleMouseHoverTranslateDirectly":"Despu\xE9s de presionar esta tecla de acceso r\xE1pido, en la p\xE1gina, siempre que el mouse apunte a cualquier texto, se traducir\xE1 autom\xE1ticamente ese texto. Presione la tecla de acceso r\xE1pido nuevamente para desactivar esta funci\xF3n de traducci\xF3n autom\xE1tica.","intro.subtitleDescription":"Despu\xE9s de activar esta funci\xF3n, los subt\xEDtulos biling\xFCes se mostrar\xE1n autom\xE1ticamente durante la reproducci\xF3n del video. Si no est\xE1 habilitado, deber\xE1 hacer clic manualmente en el bot\xF3n de traducci\xF3n en la p\xE1gina para mostrar los subt\xEDtulos. Tenga en cuenta que, debido a las limitaciones t\xE9cnicas, algunos sitios web pueden necesitar refrescar la p\xE1gina o esperar a que se complete la traducci\xF3n para mostrar los subt\xEDtulos biling\xFCes. (Adem\xE1s, tambi\xE9n puede habilitar/deshabilitar el panel de acceso r\xE1pido de traducci\xF3n inmersiva en la esquina superior derecha despu\xE9s de abrir el sitio web de video).

Actualmente se admite el uso de subt\xEDtulos biling\xFCes en estos sitios web:","intro.hoverDescription":"La traducci\xF3n al pasar el rat\xF3n es una funci\xF3n muy importante en la traducci\xF3n inmersiva, solo necesitas colocar el rat\xF3n sobre el p\xE1rrafo y presionar la tecla de acceso r\xE1pido establecida para traducir autom\xE1ticamente el p\xE1rrafo actual (nota: no est\xE1 habilitado por defecto, config\xFAralo a continuaci\xF3n). Esta interacci\xF3n se utiliza para reemplazar mejor la traducci\xF3n de palabras seleccionadas. Adem\xE1s, esta funci\xF3n se utiliza ampliamente en \xE1reas de traducci\xF3n que no se pueden reconocer, puedes utilizar esta funci\xF3n para forzar la traducci\xF3n de cualquier p\xE1rrafo.","subtitle.showQuickButtonDescription":"Proporciona un atajo para activar los subt\xEDtulos biling\xFCes en la esquina inferior derecha del reproductor de video.",geminiWarning:"Atenci\xF3n: El servicio gratuito de Gemini proporcionado por Google tiene restricciones estrictas, Google puede determinar que el usuario est\xE1 utilizando m\xFAltiples Keys para eludir sus l\xEDmites de cuota gratuita, no se recomienda su uso, se sugiere esperar hasta que Google abra la interfaz de pago de Gemini en el futuro para su uso.","floatBall.setting":"Configuraci\xF3n","floatBall.file":"Traducir PDF, EPUB, SRT, ASS, HTML, archivos TXT","floatBall.translateToLanguage":"Haga clic para traducir a {language}",changeToOnlyTempTranslationMode:"Mostrar s\xF3lo traducciones",changeToDualTempTranslationMode:"Cambiar a traducci\xF3n biling\xFCe","options.navbar.translateFile":"Traducir documento","transitionMode.translation":"Solo texto traducido.","options.navbar.installApp":"Instalar la aplicaci\xF3n m\xF3vil","transitionMode.dual":"Contraste biling\xFCe","subtitle.transitionModeDescription":"Establecer subt\xEDtulos de video en modo de comparaci\xF3n biling\xFCe o solo en modo de traducci\xF3n","subtitle.transitionMode":"Subt\xEDtulos de video biling\xFCes / Configuraci\xF3n solo de texto traducido","transitionMode.inherit":"Mant\xE9ngase consistente con el modo de visualizaci\xF3n de traducci\xF3n predeterminado del sistema.",translateFileTooltip:`Traducir PDF, ePub, srt, ass, HTML, archivos TXT`,"description.multiplePrompt":`Cuando el n\xFAmero de p\xE1rrafos es mayor a 1, se env\xEDa la conversaci\xF3n a {service} como usuario, donde {{from}} indica el idioma del p\xE1rrafo, {{to}} indica el idioma objetivo, {{yaml}} es el contenido del p\xE1rrafo que hemos envuelto en formato yaml, si tienes la necesidad de personalizar Prompt, necesitas asegurarte de que cada elemento en el resultado YAML de la respuesta de AI contenga el campo {env.imt_trans_field}, {{imt_trans_field}} es el nombre del campo de la traducci\xF3n que esperamos de la respuesta de AI, por defecto es {env.imt_trans_field}, {{imt_source_field}} es el nombre del campo del texto original que pasamos a AI, por defecto es {env.imt_source_field}, ejemplo de resultado: @@ -5059,7 +5059,7 @@ ass, HTML, archivos TXT`,"description.multiplePrompt":`Cuando el n\xFAmero de p\ {env.imt_sub_trans_field}: Traducci\xF3n - id: 2 {env.imt_sub_source_field}: Fuente - {env.imt_sub_trans_field}: Traducci\xF3n`,"subtitle.quickButton.cyan":"Azul","subtitle.quickButton.backgroundColor":"color de fondo","subtitle.quickButton.blue":"azul","subtitle.quickButton.translationTextColor":"Color de fuente de traducci\xF3n","subtitle.quickButton.translationPosition":"Posici\xF3n de traducci\xF3n","subtitle.quickButton.translationFontSize":"Tama\xF1o de fuente de traducci\xF3n","subtitle.quickButton.translationPositionBottom":"Debajo del texto original","subtitle.quickButton.sourceFontSize":"Tama\xF1o original de la fuente","subtitle.quickButton.green":"Verde","subtitle.quickButton.white":"blanco","subtitle.quickButton.red":"Rojo","subtitle.quickButton.magenta":"Magenta","translationServices.claude":"Claude","subtitle.quickButton.setting":"Configuraci\xF3n","subtitle.quickButton.yellow":"amarillo","subtitle.quickButton.backgroundOpacity":"Opacidad de fondo","subtitle.quickButton.black":"negro","subtitle.quickButton.sourceTextColor":"Color original de la fuente","subtitle.quickButton.translationPositionTop":"En la parte superior del texto original",attachSubtitleTranslating:"Usando {service} para traducir...","error.claude.403":"No tiene permiso para acceder al servicio, puede estar relacionado con las restricciones de \xE1rea de Claude, puede intentar cambiar su direcci\xF3n IP o usar otros servicios de traducci\xF3n.","browser.brandDescriptionForSafari":"\u3010Traducci\xF3n inmersiva\u3011Un complemento de traducci\xF3n de p\xE1ginas web biling\xFCe (original/traducci\xF3n) gratuito que tambi\xE9n soporta la traducci\xF3n de PDF y libros electr\xF3nicos EPUB manteniendo el formato original del documento, la traducci\xF3n de subt\xEDtulos biling\xFCes de videos en l\xEDnea como Youtube/Netflix, y soporta servicios de traducci\xF3n principales como Deepl/Google;","browser.PdfProFile":"AI impulsado por PDF Pro traducci\xF3n","browser.textTranslate":"Traducci\xF3n de texto"};var Fl={nologin:"\u0648\u0627\u0631\u062F \u0646\u0634\u062F\u0647 \u0627\u06CC\u062F",loginForSafari:"\u0648\u0627\u0631\u062F \u0634\u0648\u06CC\u062F \u06CC\u0627 \u062B\u0628\u062A \u0646\u0627\u0645 \u06A9\u0646\u06CC\u062F",login:"\u767B\u5F55",manageAccount:"\u0645\u062F\u06CC\u0631\u06CC\u062A \u062D\u0633\u0627\u0628",openPremium:"\u0639\u0636\u0648\u06CC\u062A",logout:"\u062A\u0631\u06A9 \u06A9\u0631\u062F\u0646",curentPlan:"\u0628\u0633\u062A\u0647 \u0641\u0639\u0644\u06CC",endAt:"\u0628\u0644\u0648\u063A",endAuto:"\u062A\u0645\u062F\u06CC\u062F \u062E\u0648\u062F\u06A9\u0627\u0631",lineBreakMaxTextCount:"\u062D\u062F\u0627\u06A9\u062B\u0631 \u062A\u0639\u062F\u0627\u062F \u06A9\u0627\u0631\u0627\u06A9\u062A\u0631\u0647\u0627\u06CC \u0645\u062C\u0627\u0632 \u062F\u0631 \u0647\u0631 \u062C\u0645\u0644\u0647 \u067E\u0633 \u0627\u0632 \u0634\u06A9\u0633\u062A \u062E\u0637","translate-pdf":"\u0628\u0631\u0627\u06CC \u062A\u0631\u062C\u0645\u0647 PDF \u06A9\u0644\u06CC\u06A9 \u06A9\u0646\u06CC\u062F","noSupportTranslate-pdf":"\u0627\u0633\u06A9\u0631\u06CC\u067E\u062A \u067E\u0634\u062A\u06CC\u0628\u0627\u0646\u06CC \u0646\u0645\u06CC \u0634\u0648\u062F\u060C \u0644\u0637\u0641\u0627 \u0627\u0632 \u0627\u0641\u0632\u0648\u0646\u0647 \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u06A9\u0646\u06CC\u062F","translate-firefox-local-pdf":"\u0628\u0631\u0627\u06CC \u0628\u0627\u0631\u06AF\u06CC\u0631\u06CC PDF \u06A9\u0644\u06CC\u06A9 \u06A9\u0646\u06CC\u062F",enableLineBreak:"\u0641\u0639\u0627\u0644 \u06A9\u0631\u062F\u0646 \u0634\u06A9\u0633\u062A \u062E\u0637 \u062E\u0648\u062F\u06A9\u0627\u0631 \u0628\u0646\u062F \u0628\u0644\u0646\u062F",sponsorLabel:"\u062D\u0627\u0645\u06CC\u0627\u0646 \u062A\u0648\u0633\u0639\u0647\u200C\u062F\u0647\u0646\u062F\u06AF\u0627\u0646 \u0628\u0627 \u0634\u0631\u0648\u0639 \u0627\u0632 1 \u062F\u0644\u0627\u0631",help:"\u06A9\u0645\u06A9",browserShortcutsNoteForFirefox:"\u0628\u0631\u0627\u06CC \u062A\u063A\u06CC\u06CC\u0631 \u06A9\u0644\u06CC\u062F\u0647\u0627\u06CC \u0645\u06CC\u0627\u0646\u0628\u0631 \u062F\u0631 \u0645\u0631\u0648\u0631\u06AF\u0631 \u0641\u0627\u06CC\u0631\u0641\u0627\u06A9\u0633\u060C \u0628\u0627\u06CC\u062F \u0628\u0631\u06AF\u0647 \u0645\u062F\u06CC\u0631\u06CC\u062A \u0627\u0641\u0632\u0648\u0646\u0647\u200C\u0647\u0627 (about:addons) \u0631\u0627 \u0628\u0627\u0632 \u06A9\u0646\u06CC\u062F\u060C \u0633\u067E\u0633 \u0631\u0648\u06CC \xAB\u062A\u0646\u0638\u06CC\u0645\u0627\u062A\xBB \u06A9\u0644\u06CC\u06A9 \u06A9\u0646\u06CC\u062F \u0648 \u0633\u067E\u0633 \u0628\u0631\u0627\u06CC \u062A\u0646\u0638\u06CC\u0645 \u0631\u0648\u06CC \xAB\u0645\u062F\u06CC\u0631\u06CC\u062A \u06A9\u0644\u06CC\u062F\u0647\u0627\u06CC \u0645\u06CC\u0627\u0646\u0628\u0631\xBB \u06A9\u0644\u06CC\u06A9 \u06A9\u0646\u06CC\u062F",browserShortcutsNoteForChrome:"\u0628\u0631\u0627\u06CC \u0645\u0631\u0648\u0631\u06AF\u0631\u0647\u0627\u06CC Chrome \u0645\u0627\u0646\u0646\u062F\u060C \u0628\u0627\u06CC\u062F \u0628\u0631\u06AF\u0647 \u0645\u062F\u06CC\u0631\u06CC\u062A \u0627\u0641\u0632\u0648\u0646\u0647\u200C\u0647\u0627 \u0631\u0627 \u0628\u0631\u0627\u06CC \u062A\u063A\u06CC\u06CC\u0631 \u06A9\u0644\u06CC\u062F\u0647\u0627\u06CC \u0645\u06CC\u0627\u0646\u0628\u0631 \u0628\u0627\u0632 \u06A9\u0646\u06CC\u062F\u060C \u0622\u0646 \u0631\u0627 \u062F\u0631 \u062F\u0631\u06AF\u0627\u0647 \xAB\u0645\u062F\u06CC\u0631\u06CC\u062A \u06A9\u0644\u06CC\u062F\u0647\u0627\u06CC \u0645\u06CC\u0627\u0646\u0628\u0631\xBB (chrome://extensions/shortcuts) \u062A\u0646\u0638\u06CC\u0645 \u06A9\u0646\u06CC\u062F. \u0631\u0648\u06CC \u062F\u06A9\u0645\u0647 \u0632\u06CC\u0631 \u06A9\u0644\u06CC\u06A9 \u06A9\u0646\u06CC\u062F \u062A\u0627 \u0628\u0647 \u0628\u0631\u06AF\u0647 \u0645\u062F\u06CC\u0631\u06CC\u062A \u06A9\u0644\u06CC\u062F \u0645\u06CC\u0627\u0646\u0628\u0631 \u0628\u0631\u0648\u06CC\u062F.",browserShortcutsSucks:"\u0641\u0631\u0645\u062A \u06A9\u0644\u06CC\u062F \u0645\u06CC\u0627\u0646\u0628\u0631 \u0633\u0641\u0627\u0631\u0634\u06CC (\u0628\u062F\u0648\u0646 \u062A\u0634\u062E\u06CC\u0635 \u062E\u0648\u062F\u06A9\u0627\u0631\u060C \u0644\u0637\u0641\u0627 \u0645\u0633\u062A\u0642\u06CC\u0645\u0627 \u0648\u0627\u0631\u062F \u06A9\u0646\u06CC\u062F)\uFF1A\u0627\u0633\u062A",enableLineBreakDescription:"\u0648\u0642\u062A\u06CC \u0641\u0639\u0627\u0644 \u0628\u0627\u0634\u062F\u060C \u06CC\u06A9 \u0634\u06A9\u0633\u062A \u062E\u0637 \u062F\u0631 \u067E\u0627\u06CC\u0627\u0646 \u0647\u0631 \u062C\u0645\u0644\u0647 \u062F\u0631 \u06CC\u06A9 \u0628\u0646\u062F \u0628\u0644\u0646\u062F \u0628\u0631\u0627\u06CC \u062A\u0633\u0647\u06CC\u0644 \u062E\u0648\u0627\u0646\u062F\u0646 \u0627\u0639\u0645\u0627\u0644 \u0645\u06CC \u0634\u0648\u062F","browser.shortBrandName":"\u062A\u0631\u062C\u0645\u0647 \u0647\u0645\u0647\u062C\u0627\u0646\u0628\u0647","browser.brandName":"\u062A\u0631\u062C\u0645\u0647 \u0647\u0645\u0647\u200C\u062C\u0627\u0646\u0628\u0647","browser.brandDescription":"Web bilingual translation, completely free to use, supports Deepl/Google/Bing/Tencent/Youdao, etc.","browser.toggleTranslatePage":"\u062A\u0631\u062C\u0645\u0647 \u062A\u0627\u0631\u0646\u0645\u0627/\u0646\u0645\u0627\u06CC\u0634 \u0645\u062A\u0646 \u0627\u0635\u0644\u06CC","browser.toggleTranslateTheWholePage":"\u062A\u0631\u062C\u0645\u0647 \u062A\u0645\u0627\u0645 \u0628\u0631\u06AF\u0647/\u0646\u0645\u0627\u06CC\u0634 \u0645\u062A\u0646 \u0627\u0635\u0644\u06CC","browser.toggleOnlyTransation":"\u062A\u063A\u06CC\u06CC\u0631 \u0628\u0647 \u062D\u0627\u0644\u062A \u062F\u0648\u0632\u0628\u0627\u0646\u0647 / \u0641\u0642\u0637 \u0645\u062A\u0646 \u062A\u0631\u062C\u0645\u0647 \u0634\u062F\u0647","browser.toggleTranslateToThePageEndImmediately":"\u0627\u0632 \u0627\u0646\u062A\u0647\u0627\u06CC \u0628\u0631\u06AF\u0647 \u062A\u0631\u062C\u0645\u0647 \u06A9\u0646\u06CC\u062F/\u0646\u0645\u0627\u06CC\u0634 \u0645\u062A\u0646 \u0627\u0635\u0644\u06CC","browser.toggleTranslateTheMainPage":"\u062A\u0631\u062C\u0645\u0647 \u0642\u0633\u0645\u062A\u200C\u0647\u0627\u06CC \u0627\u0635\u0644\u06CC \u0628\u0631\u06AF\u0647/\u0646\u0645\u0627\u06CC\u0634 \u0645\u062A\u0646 \u0627\u0635\u0644\u06CC","browser.shareToDraft":"\u0627\u0634\u062A\u0631\u0627\u06A9\u200C\u06AF\u0630\u0627\u0631\u06CC \u0635\u0641\u062D\u0647 \u062F\u0648\u0632\u0628\u0627\u0646\u0647","browser.openOptionsPage":"\u0628\u0631\u06AF\u0647 \u062A\u0646\u0638\u06CC\u0645\u0627\u062A \u0631\u0627 \u0628\u0627\u0632 \u06A9\u0646\u06CC\u062F","browser.toggleTranslationMask":"\u0646\u0645\u0627\u06CC\u0634/\u067E\u0646\u0647\u0627\u0646 \u06A9\u0631\u062F\u0646 \u062C\u0644\u0648\u0647 \u062A\u0627\u0631\u06CC \u062A\u0631\u062C\u0645\u0647","browser.translateLocalPdfFile":"\u062A\u0631\u062C\u0645\u0647 \u067E\u0631\u0648\u0646\u062F\u0647 PDF \u0645\u062D\u0644\u06CC","browser.openEbookViewer":"\u06A9\u062A\u0627\u0628 \u0647\u0627\u06CC \u0627\u0644\u06A9\u062A\u0631\u0648\u0646\u06CC\u06A9\u06CC \u0645\u062D\u0644\u06CC \u0631\u0627 \u0628\u062E\u0648\u0627\u0646\u06CC\u062F","browser.openEbookBuilder":"\u06A9\u062A\u0627\u0628 \u0647\u0627\u06CC \u0627\u0644\u06A9\u062A\u0631\u0648\u0646\u06CC\u06A9\u06CC \u062F\u0648 \u0632\u0628\u0627\u0646\u0647 EPUB \u0627\u06CC\u062C\u0627\u062F \u06A9\u0646\u06CC\u062F","browser.translateLocalHtmlFile":"\u7FFB\u8BD1\u672C\u5730 HTML \u6587\u4EF6","browser.donateContext":"\u0628\u0627 \u0645\u0632\u0627\u06CC\u0627\u06CC \u062D\u0645\u0627\u06CC\u062A \u0645\u0627\u0644\u06CC \u0622\u0634\u0646\u0627 \u0634\u0648\u06CC\u062F","browser.translateLocalSubtitleFile":"\u0641\u0627\u06CC\u0644 \u0647\u0627\u06CC \u0632\u06CC\u0631\u0646\u0648\u06CC\u0633 \u0645\u062D\u0644\u06CC \u0631\u0627 \u062A\u0631\u062C\u0645\u0647 \u06A9\u0646\u06CC\u062F",confirmResetConfig:"\u0622\u06CC\u0627 \u0645\u0637\u0645\u0626\u0646 \u0647\u0633\u062A\u06CC\u062F \u06A9\u0647 \u0645\u06CC\u200C\u062E\u0648\u0627\u0647\u06CC\u062F \u062A\u0646\u0638\u06CC\u0645\u0627\u062A \u0631\u0627 \u0628\u0627\u0632\u0646\u0634\u0627\u0646\u06CC \u06A9\u0646\u06CC\u062F\u061F",translationLineBreakSettingTitle:"\u062A\u0646\u0638\u06CC\u0645\u0627\u062A \u0628\u0633\u062A\u0647 \u0628\u0646\u062F\u06CC \u062E\u0637 \u062A\u0631\u062C\u0645\u0647",smartLineBreak:"\u0628\u0633\u062A\u0647 \u0628\u0646\u062F\u06CC \u062E\u0637 \u0647\u0648\u0634\u0645\u0646\u062F",alwaysLineBreak:"\u0647\u0645\u06CC\u0634\u0647 \u0628\u067E\u06CC\u0686\u06CC\u062F",isShowContextMenu:"\u521B\u5EFA\u53F3\u952E\u83DC\u5355",toggleBeta:"\u0648\u06CC\u0698\u06AF\u06CC \u0647\u0627\u06CC \u0622\u0632\u0645\u0627\u06CC\u0634 \u0628\u062A\u0627 \u0631\u0627 \u0641\u0639\u0627\u0644 \u06A9\u0646\u06CC\u062F",betaDescription:"\u0648\u06CC\u0698\u06AF\u06CC\u200C\u0647\u0627\u06CC\u06CC \u0631\u0627 \u06A9\u0647 \u0647\u0646\u0648\u0632 \u0622\u0632\u0645\u0627\u06CC\u0634\u06CC \u0647\u0633\u062A\u0646\u062F \u0648 \u0647\u0645\u0686\u0646\u06CC\u0646 \u062E\u062F\u0645\u0627\u062A \u062A\u0631\u062C\u0645\u0647 \u0631\u0627 \u062F\u0631 \u0622\u0632\u0645\u0627\u06CC\u0634 \u0641\u0639\u0627\u0644 \u06A9\u0646\u06CC\u062F. \u0639\u0636\u0648<1>\u06AF\u0631\u0648\u0647 \u062A\u0644\u06AF\u0631\u0627\u0645 \u0634\u0648\u06CC\u062F \u0628\u06CC\u0634\u062A\u0631 \u0628\u062F\u0627\u0646\u06CC\u062F.",translationLineBreakSettingDescription:"\u5BF9\u4E8E\u8BD1\u6587\u7684\u4F4D\u7F6E\uFF1A\u603B\u662F\u6362\u884C/\u667A\u80FD\u6362\u884C\uFF08\u5F53\u6BB5\u843D\u591A\u4E8E{count}\u4E2A\u5B57\u7B26\u624D\u6362\u884C\u663E\u793A\u8BD1\u6587\uFF09",tempTranslateDomainTitle:"\u0686\u0647 \u0645\u062F\u062A \u0628\u0631\u0627\u06CC \u0641\u0639\u0627\u0644 \u06A9\u0631\u062F\u0646 \u0645\u0648\u0642\u062A \u062A\u0631\u062C\u0645\u0647 \u0648\u0628 \u0633\u0627\u06CC\u062A",tempTranslateDomainDescription:"\u5F53\u624B\u52A8\u7FFB\u8BD1\u67D0\u4E2A\u7F51\u9875\u7684\u65F6\u5019\uFF0C\u4E34\u65F6\u5F00\u542F\u8BE5\u7F51\u7AD9\u4E3A\u81EA\u52A8\u7FFB\u8BD1",xMinutes:"{count} \u062F\u0642\u06CC\u0642\u0647",disabled:"\u063A\u06CC\u0631 \u0641\u0639\u0627\u0644 \u06A9\u0631\u062F\u0646",changelog:"\u062A\u063A\u06CC\u06CC\u0631 \u06AF\u0632\u0627\u0631\u0634",toggleTranslatePageWhenThreeFingersOnTheScreen:"\u0628\u0631\u0627\u06CC \u062A\u0631\u062C\u0645\u0647 \u0635\u0641\u062D\u0647 \u0648\u0628/\u0646\u0645\u0627\u06CC\u0634 \u0645\u062A\u0646 \u0627\u0635\u0644\u06CC\u060C \u0647\u0645\u0632\u0645\u0627\u0646 \u0628\u0627 \u0686\u0646\u062F\u06CC\u0646 \u0627\u0646\u06AF\u0634\u062A \u0635\u0641\u062D\u0647 \u0631\u0627 \u0644\u0645\u0633 \u06A9\u0646\u06CC\u062F",toggleTranslationMaskWhenThreeFingersOnTheScreen:"\u0686\u0646\u062F\u06CC\u0646 \u0627\u0646\u06AF\u0634\u062A \u0631\u0627 \u0628\u0647 \u0637\u0648\u0631 \u0647\u0645\u0632\u0645\u0627\u0646 \u0644\u0645\u0633 \u06A9\u0646\u06CC\u062F \u062A\u0627 \u062C\u0644\u0648\u0647 \u062A\u0627\u0631\u06CC \u062A\u0631\u062C\u0645\u0647 \u0646\u0634\u0627\u0646 \u062F\u0627\u062F\u0647 \u06CC\u0627 \u067E\u0646\u0647\u0627\u0646 \u0634\u0648\u062F",fingerCountToToggleTranslagePageOnlyTranslationWhenTouching:"\u0628\u0631\u0627\u06CC \u062A\u0631\u062C\u0645\u0647 \u0635\u0641\u062D\u0647 \u0648\u0628 (\u0641\u0642\u0637 \u062A\u0631\u062C\u0645\u0647)/\u0646\u0645\u0627\u06CC\u0634 \u0645\u062A\u0646 \u0627\u0635\u0644\u06CC \u0628\u0627 \u0686\u0646\u062F\u06CC\u0646 \u0627\u0646\u06AF\u0634\u062A \u0647\u0645\u0632\u0645\u0627\u0646 \u0635\u0641\u062D\u0647 \u0631\u0627 \u0644\u0645\u0633 \u06A9\u0646\u06CC\u062F",addUrlDescription:"\u0627\u06CC\u0646 \u0645\u06CC \u062A\u0648\u0627\u0646\u062F \u06CC\u06A9 \u0646\u0627\u0645 \u062F\u0627\u0645\u0646\u0647 \u0628\u0627\u0634\u062F \u0648 \u0627\u0632 \u062D\u0631\u0648\u0641 \u0639\u0627\u0645 \u067E\u0634\u062A\u06CC\u0628\u0627\u0646\u06CC \u0645\u06CC \u06A9\u0646\u062F\u060C \u0645\u0627\u0646\u0646\u062F\uFF1A*.google.com\u060C google.com/mail/*\u060C https://www.google.com/*",general:"\u062A\u0646\u0638\u06CC\u0645\u0627\u062A \u067E\u0627\u06CC\u0647",clickToExpandConfig:"\u06AF\u0633\u062A\u0631\u0634 \u067E\u06CC\u06A9\u0631\u0628\u0646\u062F\u06CC \u0641\u0639\u0644\u06CC",import:"\u4ECE\u6587\u4EF6\u5BFC\u5165\u914D\u7F6E",export:"\u0635\u0627\u062F\u0631\u0627\u062A \u0628\u0647 \u0641\u0627\u06CC\u0644",toggleDebug:"\u06AF\u0632\u0627\u0631\u0634 \u0647\u0627\u06CC \u0627\u0634\u06A9\u0627\u0644 \u0632\u062F\u0627\u06CC\u06CC \u0631\u0627 \u0631\u0648\u06CC \u06A9\u0646\u0633\u0648\u0644 \u0686\u0627\u067E \u06A9\u0646\u06CC\u062F","fingers.0":"\u0628\u0633\u062A\u0647","fingers.2":"\u0644\u0645\u0633 \u062F\u0648 \u0627\u0646\u06AF\u0634\u062A\u06CC","fingers.3":"\u0644\u0645\u0633 \u0633\u0647 \u0627\u0646\u06AF\u0634\u062A","fingers.4":"\u0644\u0645\u0633 \u0686\u0647\u0627\u0631 \u0627\u0646\u06AF\u0634\u062A","fingers.5":"\u0644\u0645\u0633 \u067E\u0646\u062C \u0627\u0646\u06AF\u0634\u062A",mouseHoldKey:"+ {key} \u0627\u06CC\u0646 \u067E\u0627\u0631\u0627\u06AF\u0631\u0627\u0641 \u0631\u0627 \u062A\u0631\u062C\u0645\u0647/\u0628\u0627\u0632\u06CC\u0627\u0628\u06CC \u06A9\u0646\u06CC\u062F",mouseHoldKeyAuto:"\u0627\u06CC\u0646 \u067E\u0627\u0631\u0627\u06AF\u0631\u0627\u0641 \u0631\u0627 \u0645\u0633\u062A\u0642\u06CC\u0645\u0627\u064B \u062A\u0631\u062C\u0645\u0647 \u06A9\u0646\u06CC\u062F",mouseHoldKeyOff:"\u0647\u06CC\u0686 \u06A9\u0627\u0631\u06CC \u0646\u06A9\u0646",mouseHoldKeyOther:"\u06A9\u0644\u06CC\u062F\u0647\u0627\u06CC \u0645\u06CC\u0627\u0646\u0628\u0631 \u0633\u0641\u0627\u0631\u0634\u06CC (\u062A\u0646\u0638\u06CC\u0645\u0627\u062A \u0628\u0627\u0632)",mouseHoldKeyCustomKey:"0 \u0627\u06CC\u0646 \u067E\u0627\u0631\u0627\u06AF\u0631\u0627\u0641 \u0631\u0627 {key} / \u0628\u0627\u0632\u06CC\u0627\u0628\u06CC \u06A9\u0646\u06CC\u062F",mouseHoverHoldKey:"\u0645\u0627\u0648\u0633 \u0631\u0627 \u0646\u06AF\u0647 \u062F\u0627\u0631\u06CC\u062F \u0648 \u06A9\u0644\u06CC\u062F \u0645\u06CC\u0627\u0646\u0628\u0631 \u0631\u0627 \u0641\u0634\u0627\u0631 \u062F\u0647\u06CC\u062F \u062A\u0627 \u067E\u0627\u0631\u0627\u06AF\u0631\u0627\u0641 \u062A\u0631\u062C\u0645\u0647 \u0634\u0648\u062F","mouse-translate":"MouseTranslateWhen",document:"\u0633\u0646\u062F",resetSuccess:"\u0647\u0645\u0647 \u062A\u0646\u0638\u06CC\u0645\u0627\u062A \u0628\u0627 \u0645\u0648\u0641\u0642\u06CC\u062A \u0628\u0627\u0632\u0646\u0634\u0627\u0646\u06CC \u0634\u062F",resetThisSuccess:"\u0628\u0627\u0632\u0646\u0634\u0627\u0646\u06CC \u0628\u0627 \u0645\u0648\u0641\u0642\u06CC\u062A \u0627\u0646\u062C\u0627\u0645 \u0634\u062F",saved:"\u0628\u0627 \u0645\u0648\u0641\u0642\u06CC\u062A \u0630\u062E\u06CC\u0631\u0647 \u0634\u062F",successImportConfig:"\u067E\u06CC\u06A9\u0631\u0628\u0646\u062F\u06CC \u0628\u0627 \u0645\u0648\u0641\u0642\u06CC\u062A \u0648\u0627\u0631\u062F \u0634\u062F",goAdvancedSettings:"\u0628\u0647 \u0635\u0641\u062D\u0647 \u062A\u0646\u0638\u06CC\u0645\u0627\u062A \u067E\u06CC\u0634\u0631\u0641\u062A\u0647 \u0628\u0631\u0648\u06CC\u062F",goAdvancedInterfaceSettings:"\u0628\u0647 \u0635\u0641\u062D\u0647 \u062A\u0646\u0638\u06CC\u0645\u0627\u062A \u0633\u0641\u0627\u0631\u0634\u06CC \u0633\u0627\u0632\u06CC \u067E\u06CC\u0634\u0631\u0641\u062A\u0647 \u0628\u0631\u0648\u06CC\u062F",advanced:"\u062A\u0646\u0638\u06CC\u0645\u0627\u062A \u067E\u06CC\u0634\u0631\u0641\u062A\u0647",advancedDescription:"\u0628\u0647 \u0637\u0648\u0631 \u06A9\u0644\u06CC\u060C \u0647\u06CC\u0686 \u062A\u0646\u0638\u06CC\u0645\u06CC \u0644\u0627\u0632\u0645 \u0646\u06CC\u0633\u062A\u060C \u0641\u0642\u0637 \u067E\u06CC\u0634 \u0641\u0631\u0636 \u0631\u0627 \u062D\u0641\u0638 \u06A9\u0646\u06CC\u062F. \u0641\u0642\u0637 \u0628\u0631\u0627\u06CC \u06A9\u0627\u0631\u0628\u0631\u0627\u0646 \u062D\u0631\u0641\u0647 \u0627\u06CC \u062A\u0631\u060C \u062A\u0646\u0638\u06CC\u0645\u0627\u062A \u0634\u062E\u0635\u06CC \u062A\u0631 \u0627\u0631\u0627\u0626\u0647 \u0634\u062F\u0647 \u0627\u0633\u062A.",developer:"\u062A\u0646\u0638\u06CC\u0645\u0627\u062A \u0628\u0631\u0646\u0627\u0645\u0647 \u0646\u0648\u06CC\u0633",donateCafe:"\u8BF7\u5F00\u53D1\u8005\u559D\u676F\u5496\u5561","translate to the bottom of the page":"\u6253\u5F00\u7F51\u9875\u540E\uFF0C\u662F\u5426\u7ACB\u5373\u7FFB\u8BD1\u5230\u9875\u9762\u5E95\u90E8\uFF1F",feedback:"\u0628\u0627\u0632\u062E\u0648\u0631\u062F",toggleTranslatePage:"\u062A\u0631\u062C\u0645\u0647 \u0635\u0641\u062D\u0647 \u0648\u0628/\u0646\u0645\u0627\u06CC\u0634 \u0645\u062A\u0646 \u0627\u0635\u0644\u06CC",translateToThePageEndImmediatelyDescription:"\u5F00\u542F\u540E\uFF0C\u5C06\u4F1A\u7ACB\u5373\u7FFB\u8BD1\u7F51\u9875\u4ECE\u9876\u90E8\u5230\u5E95\u90E8\u7684\u5185\u5BB9\uFF0C\u800C\u4E0D\u662F\u8FB9\u770B\u8FB9\u8BD1\u3002\uFF08\u4E0D\u63A8\u8350\u5F00\u542F\uFF09","translate all areas of the page":"\u0622\u06CC\u0627 \u0628\u0631\u0627\u06CC \u062A\u0631\u062C\u0645\u0647 \u0647\u0645\u0647 \u0642\u0633\u0645\u062A \u0647\u0627\u06CC \u0635\u0641\u062D\u0647 \u0648\u0628",translationAreaDescription:"\u5F00\u542F\u540E\uFF0C\u6574\u4E2A\u7F51\u9875\u7684\u533A\u57DF\u90FD\u4F1A\u88AB\u7FFB\u8BD1\uFF0C\u800C\u4E0D\u662F\u9ED8\u8BA4\u7684\u667A\u80FD\u8BC6\u522B\u4E3B\u8981\u533A\u57DF\u53BB\u7FFB\u8BD1\uFF08\u4E0D\u63A8\u8350\u5F00\u542F\uFF09","the number of characters to be translated first":"\u524D\u591A\u5C11\u4E2A\u5B57\u7B26\u65E0\u9700\u7B49\u5F85\u6EDA\u52A8\u5230\u53EF\u89C6\u533A\u57DF\uFF0C\u76F4\u63A5\u7FFB\u8BD1\uFF1F","interface language":"\u0632\u0628\u0627\u0646 \u0631\u0627\u0628\u0637","display both the original text and the translation":"\u0646\u0645\u0627\u06CC\u0634 \u0645\u062A\u0646 \u0627\u0635\u0644\u06CC \u0648 \u062A\u0631\u062C\u0645\u0647 \u0628\u0647 \u0637\u0648\u0631 \u0647\u0645\u0632\u0645\u0627\u0646","keyboard shortcuts":"\u0645\u06CC\u0627\u0646\u0628\u0631\u0647\u0627\u06CC \u0635\u0641\u062D\u0647 \u06A9\u0644\u06CC\u062F",modify:"\u06A9\u0644\u06CC\u062F\u0647\u0627\u06CC \u0645\u06CC\u0627\u0646\u0628\u0631 \u0631\u0627 \u062A\u063A\u06CC\u06CC\u0631 \u062F\u0647\u06CC\u062F",reset:"\u062A\u0646\u0638\u06CC\u0645 \u0645\u062C\u062F\u062F",close:"\u0628\u0633\u062A\u0647",homepage:"\u0635\u0641\u062D\u0647 \u0646\u062E\u0633\u062A",more:"\u0628\u06CC\u0634\u062A\u0631",moreOptions:"\u06AF\u0632\u06CC\u0646\u0647 \u0647\u0627\u06CC \u0633\u0641\u0627\u0631\u0634\u06CC \u0633\u0627\u0632\u06CC \u0628\u06CC\u0634\u062A\u0631\u06CC \u0631\u0627 \u06AF\u0633\u062A\u0631\u0634 \u062F\u0647\u06CC\u062F",translateTheWholePage:"\u062A\u0631\u062C\u0645\u0647 \u062A\u0645\u0627\u0645 \u0642\u0633\u0645\u062A\u200C\u0647\u0627\u06CC \u0635\u0641\u062D\u0647 (\u0645\u062A\u0641\u0627\u0648\u062A \u0627\u0632 \u0642\u0633\u0645\u062A\u200C\u0647\u0627\u06CC \u0627\u0635\u0644\u06CC \u062A\u0634\u062E\u06CC\u0635 \u0647\u0648\u0634\u0645\u0646\u062F)",changeToTranslateTheWholePage:"\u5207\u6362\u4E3A\u7FFB\u8BD1\u9875\u9762\u6240\u6709\u533A\u57DF",changeToTranslateTheMainPage:"\u5207\u6362\u4E3A\u667A\u80FD\u7FFB\u8BD1\u4E3B\u8981\u533A\u57DF",changeToOnlyTranslationMode:"\u0628\u0647 \u0646\u0645\u0627\u06CC\u0634 \u0641\u0642\u0637 \u062A\u0631\u062C\u0645\u0647 \u0647\u0627 \u0628\u0631\u0648\u06CC\u062F",changeToDualTranslationMode:"\u0628\u0647 \u062A\u0631\u062C\u0645\u0647 \u062F\u0648 \u0632\u0628\u0627\u0646\u0647 \u0628\u0631\u0648\u06CC\u062F",translateToThePageEndImmediately:"\u7ACB\u5373\u7FFB\u8BD1\u5230\u9875\u9762\u5E95\u90E8\uFF08\u533A\u522B\u4E8E\u6EDA\u52A8\u7FFB\u8BD1\uFF09",translateTheMainPage:"\u0632\u0645\u06CC\u0646\u0647 \u0647\u0627\u06CC \u0627\u0635\u0644\u06CC \u062A\u0631\u062C\u0645\u0647 \u0647\u0648\u0634\u0645\u0646\u062F","The local rules are up to date":"\u0642\u0648\u0627\u0646\u06CC\u0646 \u0633\u0627\u0632\u06AF\u0627\u0631\u06CC \u0645\u062D\u0644\u06CC \u0628\u0647 \u0631\u0648\u0632 \u0647\u0633\u062A\u0646\u062F:","Successfully synchronized with the latest official rules:":"\u0622\u062E\u0631\u06CC\u0646 \u0642\u0648\u0627\u0646\u06CC\u0646 \u0627\u0646\u0637\u0628\u0627\u0642 \u0631\u0633\u0645\u06CC \u0628\u0627 \u0645\u0648\u0641\u0642\u06CC\u062A \u0647\u0645\u06AF\u0627\u0645 \u0633\u0627\u0632\u06CC \u0634\u062F:","Checking for updates":"\u0628\u0631\u0631\u0633\u06CC \u0628\u0647 \u0631\u0648\u0632 \u0631\u0633\u0627\u0646\u06CC","Rules are being synchronized":"\u0647\u0645\u06AF\u0627\u0645 \u0633\u0627\u0632\u06CC \u0642\u0648\u0627\u0646\u06CC\u0646 \u0633\u0627\u0632\u06AF\u0627\u0631\u06CC",localVersionIsTooOld:"\u672C\u5730\u6269\u5C55\u7248\u672C\u8FC7\u65E7\uFF0C\u8BF7\u5347\u7EA7\u6269\u5C55\u5230 {minVersion} \u6216\u4E4B\u540E\u7684\u7248\u672C\u518D\u5C1D\u8BD5\u540C\u6B65",badUserscriptBrowser:"\u8BE5\u6D4F\u89C8\u5668\u672A\u6B63\u786E\u5B9E\u73B0\u6CB9\u7334\u7684\u63A5\u53E3\uFF0C\u8BF7\u4F7F\u7528\u5176\u4ED6<1>\u652F\u6301\u6CB9\u7334\u7684\u6D4F\u89C8\u5668\u5982(Firefox Nightly \u7248\u672C)",foundNewVersion:"\u0646\u0633\u062E\u0647 \u062C\u062F\u06CC\u062F \u067E\u06CC\u062F\u0627 \u0634\u062F",theLocalExtensionIsUpToUpdate:"\u0627\u0641\u0632\u0648\u0646\u0647 \u0641\u0639\u0644\u06CC \u0622\u062E\u0631\u06CC\u0646 \u0646\u0633\u062E\u0647 \u0627\u0633\u062A.",failToSyncRules:"\u0647\u0645\u06AF\u0627\u0645 \u0633\u0627\u0632\u06CC \u0622\u062E\u0631\u06CC\u0646 \u0642\u0648\u0627\u0646\u06CC\u0646 \u0627\u0646\u0637\u0628\u0627\u0642 \u0627\u0646\u062C\u0627\u0645 \u0646\u0634\u062F",retry:"\u062C\u0647\u062A \u062A\u0644\u0627\u0634 \u062F\u0648\u0628\u0627\u0631\u0647 \u0627\u06CC\u0646\u062C\u0627 \u06A9\u0644\u06CC\u06A9 \u06A9\u0646\u06CC\u062F",failedReason:"\u062F\u0644\u06CC\u0644 \u0634\u06A9\u0633\u062A",currentRuleVersion:"\u0646\u0633\u062E\u0647 \u0642\u0627\u0646\u0648\u0646 \u0641\u0639\u0644\u06CC",calculating:"\u062F\u0631 \u062D\u0627\u0644 \u0645\u062D\u0627\u0633\u0628\u0647",unknownError:"\u0627\u0634\u062A\u0628\u0627\u0647 \u0646\u0627\u0634\u0646\u0627\u062E\u062A\u0647",canNotFetchRemoteRule:"\u0646\u0645\u06CC \u062A\u0648\u0627\u0646 \u0642\u0648\u0627\u0646\u06CC\u0646 \u0631\u0627\u0647 \u062F\u0648\u0631 \u0631\u0627 \u062F\u0631\u06CC\u0627\u0641\u062A \u06A9\u0631\u062F",enableAlphaSuccess:"\u062A\u0627\u0628\u0639 \u0622\u0644\u0641\u0627 \u0631\u0648\u0634\u0646 \u0634\u062F",disableAlphaSuccess:"\u0648\u06CC\u0698\u06AF\u06CC \u0622\u0644\u0641\u0627 \u062E\u0627\u0645\u0648\u0634 \u0634\u062F",cacheSize:"\u0627\u0646\u062F\u0627\u0632\u0647 \u06A9\u0634\uFF1A",cleaning:"\u062A\u0645\u06CC\u0632 \u06A9\u0631\u062F\u0646",cleanCache:"\u067E\u0627\u06A9 \u06A9\u0631\u062F\u0646 \u062D\u0627\u0641\u0638\u0647 \u067E\u0646\u0647\u0627\u0646",options:"\u0628\u0631\u067E\u0627\u06CC\u06CC",about:"\u062F\u0631 \u0628\u0627\u0631\u0647",service:"\u062E\u062F\u0645\u0627\u062A \u062A\u0631\u062C\u0645\u0647",needAction:"(\u0628\u0647 \u062A\u0646\u0638\u06CC\u0645\u0627\u062A \u0628\u0631\u0648\u06CC\u062F)",goSettings:"\u0628\u0647 \u062A\u0646\u0638\u06CC\u0645\u0627\u062A \u0628\u0631\u0648\u06CC\u062F",needActionForOptions:"(\u0646\u06CC\u0627\u0632 \u0628\u0647 \u062A\u0646\u0638\u06CC\u0645)",translationEngine:"\u06AF\u0632\u06CC\u0646\u0647 \u0647\u0627\u06CC \u0645\u0648\u062A\u0648\u0631",sourceLanguage:"\u0632\u0628\u0627\u0646 \u0627\u0635\u0644\u06CC",target:"\u0632\u0628\u0627\u0646 \u0645\u0642\u0635\u062F",popupSourceLanguage:"\u0632\u0628\u0627\u0646 \u0627\u0635\u0644\u06CC",popupTarget:"\u0632\u0628\u0627\u0646 \u0645\u0642\u0635\u062F",popupService:"\u062E\u062F\u0645\u0627\u062A \u062A\u0631\u062C\u0645\u0647",forThisSite:"\u0648\u0628 \u0633\u0627\u06CC\u062A \u0641\u0639\u0644\u06CC",autoEnableSubtitle:"\u0632\u06CC\u0631\u0646\u0648\u06CC\u0633\u200C\u0647\u0627\u06CC \u062F\u0648\u0632\u0628\u0627\u0646\u0647 \u0631\u0627 \u0628\u0647\u200C\u0637\u0648\u0631 \u062E\u0648\u062F\u06A9\u0627\u0631 \u0631\u0648\u0634\u0646 \u06A9\u0646\u06CC\u062F",alwaysTranslateSomeLanguage:"\u603B\u662F\u7FFB\u8BD1{language}",neverTranslateSomeLanguage:"\u6C38\u4E0D\u7FFB\u8BD1{language}",alwaysTranslateSomeSite:"\u0647\u0645\u06CC\u0634\u0647 {hostname}\u0631\u0627 \u062A\u0631\u062C\u0645\u0647 \u06A9\u0646\u06CC\u062F",neverTranslateSomeSite:"\u0647\u0631\u06AF\u0632 {hostname}\u0631\u0627 \u062A\u0631\u062C\u0645\u0647 \u0646\u06A9\u0646\u06CC\u062F",alwaysTranslateSomeSiteOrWildSite:"\u0647\u0645\u06CC\u0634\u0647 \u0627\u06CC\u0646 \u0633\u0627\u06CC\u062A \u0631\u0627 \u062A\u0631\u062C\u0645\u0647 \u06A9\u0646\u06CC\u062F",alwaysTranslateSomePage:"\u0647\u0645\u06CC\u0634\u0647 \u0627\u06CC\u0646 \u0635\u0641\u062D\u0647 \u0631\u0627 \u062A\u0631\u062C\u0645\u0647 \u06A9\u0646\u06CC\u062F",add:"\u0627\u0636\u0627\u0641\u0647 \u06A9\u0631\u062F\u0646 \u0628\u0647",default:"\u067E\u06CC\u0634 \u0641\u0631\u0636",forThisLanguage:"\u0628\u0631\u0627\u06CC \u0627\u06CC\u0646 \u0632\u0628\u0627\u0646\uFF1A","add url":"\u0622\u062F\u0631\u0633 \u0627\u06CC\u0646\u062A\u0631\u0646\u062A\u06CC \u0631\u0627 \u0648\u0627\u0631\u062F \u06A9\u0646\u06CC\u062F",edit:"\u0648\u06CC\u0631\u0627\u06CC\u0634 \u06A9\u0646\u06CC\u062F","translate other languages into specific language":"\u0632\u0628\u0627\u0646 \u0647\u0627\u06CC \u062F\u06CC\u06AF\u0631 \u0631\u0627 \u0628\u0647 \u0632\u0628\u0627\u0646\u06CC \u06A9\u0647 \u062A\u0646\u0638\u06CC\u0645 \u06A9\u0631\u062F\u0647 \u0627\u06CC\u062F \u062A\u0631\u062C\u0645\u0647 \u06A9\u0646\u06CC\u062F","select translation service":"\u062E\u062F\u0645\u0627\u062A \u062A\u0631\u062C\u0645\u0647 \u0631\u0627 \u0627\u0646\u062A\u062E\u0627\u0628 \u06A9\u0646\u06CC\u062F",language:"\u0632\u0628\u0627\u0646","show-original":"\u0646\u0645\u0627\u06CC\u0634 \u0645\u062A\u0646 \u0627\u0635\u0644\u06CC",translate:"\u062A\u0631\u062C\u0645\u0647 \u06A9\u0631\u062F\u0646",Translated:"\u062A\u0631\u062C\u0645\u0647 \u0634\u062F\u0647",Translating:"\u062F\u0631 \u062D\u0627\u0644 \u062A\u0631\u062C\u0645\u0647",Error:"\u0627\u0634\u062A\u0628\u0627\u0647",allowCacheTranslations:"\u0641\u0639\u0627\u0644 \u06A9\u0631\u062F\u0646 \u062D\u0627\u0641\u0638\u0647 \u067E\u0646\u0647\u0627\u0646 \u062A\u0631\u062C\u0645\u0647 \u0645\u062D\u0644\u06CC (\u0628\u0631\u0627\u06CC \u06A9\u0627\u0647\u0634 \u062F\u0631\u062E\u0648\u0627\u0633\u062A \u0647\u0627\u06CC \u062A\u0631\u062C\u0645\u0647 \u0628\u0631\u0627\u06CC \u067E\u0627\u0631\u0627\u06AF\u0631\u0627\u0641 \u0647\u0627\u06CC \u062A\u06A9\u0631\u0627\u0631\u06CC)","translation display":"\u0633\u0628\u06A9 \u0646\u0645\u0627\u06CC\u0634 \u062A\u0631\u062C\u0645\u0647","select diplay style":"\u0633\u0628\u06A9 \u062A\u0631\u062C\u0645\u0647 \u0631\u0627 \u0645\u062A\u0645\u0627\u06CC\u0632 \u06A9\u0646\u06CC\u062F. \u0644\u0637\u0641\u0627\u064B \u0628\u0631\u0627\u06CC \u062C\u0632\u0626\u06CC\u0627\u062A \u0628\u06CC\u0634\u062A\u0631 \u0628\u0647 \u0645\u062B\u0627\u0644 \u0647\u0627\u06CC \u0632\u06CC\u0631 \u0645\u0631\u0627\u062C\u0639\u0647 \u06A9\u0646\u06CC\u062F:",interface:"\u062A\u0646\u0638\u06CC\u0645\u0627\u062A \u0631\u0627\u0628\u0637",import_export:"\u0648\u0627\u0631\u062F\u0627\u062A \u0648 \u0635\u0627\u062F\u0631\u0627\u062A",import_export_title:"\u067E\u06CC\u06A9\u0631\u0628\u0646\u062F\u06CC \u0648\u0627\u0631\u062F\u0627\u062A/\u0635\u0627\u062F\u0631\u0627\u062A",syncToGoogleDrive:"\u0627\u06A9\u0646\u0648\u0646 \u0628\u0627 Google Drive \u0647\u0645\u06AF\u0627\u0645 \u0633\u0627\u0632\u06CC \u06A9\u0646\u06CC\u062F",floatBallOptions:"\u062A\u0646\u0638\u06CC\u0645\u0627\u062A \u062A\u0648\u067E \u0645\u0639\u0644\u0642","floatBallOptions.enable":"\u062A\u0648\u067E \u0634\u0646\u0627\u0648\u0631 \u0631\u0627 \u0641\u0639\u0627\u0644 \u06A9\u0646\u06CC\u062F","floatBallOptions.blockUrls":"\u0648\u0628 \u0633\u0627\u06CC\u062A \u0631\u0627 \u063A\u06CC\u0631 \u0641\u0639\u0627\u0644 \u06A9\u0646\u06CC\u062F","floatBallOptions.add":"\u0627\u0636\u0627\u0641\u0647 \u06A9\u0631\u062F\u0646 \u0628\u0647","floatBallOptions.blockUrlDesc":"\u062A\u0648\u067E \u0634\u0646\u0627\u0648\u0631 \u0647\u0646\u06AF\u0627\u0645 \u0628\u0631\u062E\u0648\u0631\u062F \u0628\u0627 \u0648\u0628 \u0633\u0627\u06CC\u062A \u0647\u0627\u06CC \u0632\u06CC\u0631 \u0646\u0645\u0627\u06CC\u0634 \u062F\u0627\u062F\u0647 \u0646\u0645\u06CC \u0634\u0648\u062F","floatBallOptions.clickType":"\u0631\u0641\u062A\u0627\u0631 \u06A9\u0644\u06CC\u06A9\u06CC","floatBallOptions.clickTypeDesc":"\u0631\u0641\u062A\u0627\u0631 \u0646\u0645\u0627\u062F \u062A\u0648\u067E \u0634\u0646\u0627\u0648\u0631 \u0647\u0646\u06AF\u0627\u0645 \u06A9\u0644\u06CC\u06A9 \u06A9\u0631\u062F\u0646","floatBallOptions.clickPopup":"\u0646\u0645\u0627\u06CC\u0634 \u067E\u0627\u0646\u0644 \u062A\u0631\u062C\u0645\u0647","floatBallOptions.clickTranslate":"\u062A\u0631\u062C\u0645\u0647/\u0646\u0645\u0627\u06CC\u0634 \u0645\u062A\u0646 \u0627\u0635\u0644\u06CC","floatBallOptions.fixedPosition":"\u56FA\u5B9A\u4F4D\u7F6E","floatBallOptions.fixedPositionDesc":"\u60AC\u6D6E\u7403\u5728\u7A97\u53E3\u5DE6\u4FA7\u8FD8\u662F\u53F3\u4FA7","floatBallOptions.fixedPositionLeft":"\u5DE6\u4FA7","floatBallOptions.fixedPositionRight":"\u53F3\u4FA7",previewAllThemes:"\u067E\u06CC\u0634 \u0646\u0645\u0627\u06CC\u0634 \u0647\u0645\u0647 \u0633\u0628\u06A9 \u0647\u0627","translationTheme.none":"\u0647\u06CC\u0686 \u06CC\u06A9","translationTheme.grey":"\u062E\u0627\u06A9\u0633\u062A\u0631\u06CC \u062A\u06CC\u0631\u0647","translationTheme.dashed":"\u0632\u06CC\u0631 \u062E\u0637 \u0686\u06CC\u0646","translationTheme.dotted":"\u0632\u06CC\u0631 \u062E\u0637 \u0646\u0642\u0637\u0647 \u062F\u0627\u0631","translationTheme.dashedBorder":"\u0645\u0631\u0632 \u0634\u06A9\u0633\u062A\u0647","translationTheme.solidBorder":"\u0645\u0631\u0632 \u062C\u0627\u0645\u062F","translationTheme.underline":"\u0632\u06CC\u0631 \u062E\u0637 \u0645\u0633\u062A\u0642\u06CC\u0645","translationTheme.mask":"\u062C\u0644\u0648\u0647 \u062A\u0627\u0631\u06CC (\u062D\u0627\u0644\u062A \u06CC\u0627\u062F\u06AF\u06CC\u0631\u06CC)","translationTheme.opacity":"\u0627\u062B\u0631 \u0634\u0641\u0627\u0641\u06CC\u062A","translationTheme.paper":"\u0627\u0641\u06A9\u062A \u0633\u0627\u06CC\u0647 \u06A9\u0627\u063A\u0630 \u0633\u0641\u06CC\u062F","translationTheme.dividingLine":"\u062E\u0637 \u062A\u0642\u0633\u06CC\u0645","translationTheme.highlight":"\u0628\u0631\u062C\u0633\u062A\u0647","translationTheme.marker":"\u0646\u0634\u0627\u0646\u06AF\u0631","translationTheme.marker2":"\u0646\u0634\u0627\u0646\u06AF\u0631 2","translationTheme.blockquote":"\u0633\u0628\u06A9 \u0645\u0631\u062C\u0639","translationTheme.weakening":"\u062A\u0636\u0639\u06CC\u0641 \u0634\u0648\u062F","translationTheme.italic":"\u0645\u0648\u0631\u0628","translationTheme.bold":"\u067E\u0631\u0631\u0646\u06AF","translationTheme.thinDashed":"\u0632\u06CC\u0631 \u062E\u0637 \u0686\u06CC\u0646 \u0646\u0627\u0632\u06A9","translationTheme.nativeDashed":"\u0627\u06CC\u0646 \u0633\u06CC\u0633\u062A\u0645 \u062F\u0627\u0631\u0627\u06CC \u062E\u0637 \u0632\u06CC\u0631 \u0646\u0642\u0637\u0647\u200C\u062F\u0627\u0631 \u0627\u0633\u062A","translationTheme.nativeDotted":"\u0627\u06CC\u0646 \u0633\u06CC\u0633\u062A\u0645 \u062F\u0627\u0631\u0627\u06CC \u062E\u0637 \u0632\u06CC\u0631 \u0646\u0642\u0637\u0647\u200C\u062F\u0627\u0631 \u0627\u0633\u062A","translationTheme.nativeUnderline":"\u0627\u06CC\u0646 \u0633\u06CC\u0633\u062A\u0645 \u062F\u0627\u0631\u0627\u06CC \u062E\u0637 \u0645\u0633\u062A\u0642\u06CC\u0645 \u0627\u0633\u062A","translationTheme.wavy":"\u062E\u0637\u0648\u0637 \u0645\u0648\u0627\u062C","translationServices.custom":"API \u0633\u0641\u0627\u0631\u0634\u06CC","translationServices.tencent":"\u0645\u062A\u0631\u062C\u0645 \u062A\u0646\u0633\u0646\u062A","translationServices.tenAlpha":"\u0645\u062A\u0631\u062C\u0645 \u062A\u0646\u0633\u0646\u062A (\u0622\u0644\u0641\u0627)","translationServices.google":"\u0645\u062A\u0631\u062C\u0645 \u06AF\u0648\u06AF\u0644","translationServices.bai":"\u0628\u0627\u06CC\u062F\u0648 (\u0622\u0644\u0641\u0627)","translationServices.baidu":"\u0645\u062A\u0631\u062C\u0645 \u0628\u0627\u06CC\u062F\u0648","translationServices.aliyun":"\u062A\u0631\u062C\u0645\u0647 \u0627\u0628\u0631\u06CC \u0639\u0644\u06CC \u0628\u0627\u0628\u0627","translationServices.volc":"\u062A\u0631\u062C\u0645\u0647 \u0622\u062A\u0634\u0641\u0634\u0627\u0646","translationServices.deeplx":"DeepLX(Alpha)","translationServices.bing":"\u5FC5\u5E94\u7FFB\u8BD1","translationServices.deepl":"DeepL","translationServices.wechat":"\u062A\u0631\u062C\u0645\u0647 \u0648\u06CC \u0686\u062A","translationServices.azure":"\u5FAE\u8F6F\u7FFB\u8BD1","translationServices.ibm":"\u0622\u06CC \u0628\u06CC \u0627\u0645 \u0648\u0627\u062A\u0633\u0648\u0646","translationServices.aws":"\u062A\u0631\u062C\u0645\u0647 \u0622\u0645\u0627\u0632\u0648\u0646","translationServices.mock":"\u6A21\u62DF\u7FFB\u8BD11","translationServices.mock2":"\u062A\u0631\u062C\u0645\u0647 \u0634\u0628\u06CC\u0647 \u0633\u0627\u0632\u06CC \u0634\u062F\u0647 2","translationServices.caiyun":"\u06A9\u0627\u06CC\u0648\u0646 \u0634\u06CC\u0627\u0626\u0648\u06CC","translationServices.cai":"\u5F69\u4E91\u5C0F\u8BD1","translationServices.volcAlpha":"\u706B\u5C71\u7FFB\u8BD1(Alpha)","translationServices.openl":"OpenL","translationServices.youdao":"\u062A\u0631\u062C\u0645\u0647 \u06CC\u0648\u062F\u0627\u0626\u0648","translationServices.you":"\u062A\u0631\u062C\u0645\u0647 \u06CC\u0648\u062F\u0627\u0626\u0648 (\u0622\u0644\u0641\u0627)","translationServices.transmart":"\u062A\u0631\u062C\u0645\u0647 \u062A\u0639\u0627\u0645\u0644\u06CC Tencent","translationServices.niu":"\u062A\u0631\u062C\u0645\u0647 \u0645\u0627\u0648\u0631\u06CC\u06A9\u0633","translationServices.papago":"Papago\u7FFB\u8BD1","translationServices.d":"Deepl(Alpha)","translationServices.dpro":"\u062F\u06CC \u067E\u0631\u0648 (\u0642\u0646\u0627\u0631\u06CC)","translationServices.openai":"OpenAI","translationServices.yandex":"Yandex","translationServices.chatgpt":"ChatGPT Web (\u0645\u0648\u0628\u0627\u06CC\u0644 3.5)","translate title":"\u0639\u0646\u0648\u0627\u0646 \u0635\u0641\u062D\u0647 \u0631\u0627 \u062A\u0631\u062C\u0645\u0647 \u06A9\u0646\u06CC\u062F","always languages":"\u0647\u0645\u06CC\u0634\u0647 \u0632\u0628\u0627\u0646 \u062A\u0631\u062C\u0645\u0647 \u0634\u062F\u0647",neverTranslateLanguagesLabel:"\u0632\u0628\u0627\u0646 \u0647\u0627\u06CC\u06CC \u06A9\u0647 \u0647\u0631\u06AF\u0632 \u062A\u0631\u062C\u0645\u0647 \u0646\u0645\u06CC \u0634\u0648\u0646\u062F",neverTranslateTheFollowingLanguagesDescription:"\u5F53\u9875\u9762\u4E2D\u67D0\u4E00\u6BB5\u843D\u7684\u8BED\u8A00\u4E3A\u4E0B\u5217\u8BED\u8A00\u65F6\uFF0C\u4F1A\u81EA\u52A8\u8DF3\u8FC7\u7FFB\u8BD1\u8BE5\u6BB5\u843D",enableUserscriptPagePopup:"\u603B\u662F\u5728\u9875\u9762\u4E0A\u5C55\u793A Popup \u6D6E\u7A97",enableUserscriptPagePopupDescription:"\u5173\u95ED\u6D6E\u7A97\u540E\uFF0C\u53EF\u4EE5\u7528\u5FEB\u6377\u952E/{touch}\u5524\u8D77\u3002\u4E3A\u9632\u6B62\u4E0D\u614E\u5173\u95ED\u8BE5\u9009\u9879\u540E\u627E\u4E0D\u5230\u6D6E\u7A97\uFF0C\u5F3A\u70C8\u5EFA\u8BAE\u6536\u85CF\u672C\u8BBE\u7F6E\u9875","always translate the following languages":"\u0647\u0646\u06AF\u0627\u0645\u06CC \u06A9\u0647 \u0632\u0628\u0627\u0646 \u0635\u0641\u062D\u0647 \u0628\u0647 \u0632\u0628\u0627\u0646 \u0647\u0627\u06CC \u0632\u06CC\u0631 \u0628\u0627\u0634\u062F\u060C \u0628\u0647 \u0637\u0648\u0631 \u062E\u0648\u062F\u06A9\u0627\u0631 \u0628\u0647 \u0632\u0628\u0627\u0646 \u0645\u0642\u0635\u062F \u062A\u0631\u062C\u0645\u0647 \u0645\u06CC \u0634\u0648\u062F","always sites":"URL \u0647\u0627\u06CC \u0647\u0645\u06CC\u0634\u0647 \u062A\u0631\u062C\u0645\u0647 \u0634\u062F\u0647","always translate the following sites":"\u0647\u0646\u06AF\u0627\u0645\u06CC \u06A9\u0647 \u0648\u0628 \u0633\u0627\u06CC\u062A \u0628\u0627 \u0646\u0627\u0645 \u062F\u0627\u0645\u0646\u0647 \u0632\u06CC\u0631 \u0628\u0627\u0634\u062F\u060C \u0628\u0647 \u0637\u0648\u0631 \u062E\u0648\u062F\u06A9\u0627\u0631 \u0628\u0647 \u0632\u0628\u0627\u0646 \u0645\u0642\u0635\u062F \u062A\u0631\u062C\u0645\u0647 \u0645\u06CC \u0634\u0648\u062F","never sites":"URL \u0647\u0627\u06CC\u06CC \u06A9\u0647 \u0647\u0631\u06AF\u0632 \u062A\u0631\u062C\u0645\u0647 \u0646\u0645\u06CC \u0634\u0648\u0646\u062F","never translate the following sites":"\u0647\u0646\u06AF\u0627\u0645\u06CC \u06A9\u0647 \u0648\u0628 \u0633\u0627\u06CC\u062A \u062F\u0627\u0631\u0627\u06CC \u0646\u0627\u0645 \u062F\u0627\u0645\u0646\u0647 \u0632\u06CC\u0631 \u0628\u0627\u0634\u062F\u060C \u062A\u0631\u062C\u0645\u0647 \u0627\u0646\u062C\u0627\u0645 \u0646\u062E\u0648\u0627\u0647\u062F \u0634\u062F","please refer to":"\u0642\u0628\u0644 \u0627\u0632 \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u0628\u0627\u06CC\u062F \u06A9\u0644\u06CC\u062F \u0631\u0627 \u067E\u0631 \u06A9\u0646\u06CC\u062F. \u0628\u0631\u0627\u06CC \u062C\u0632\u0626\u06CC\u0627\u062A \u0644\u0637\u0641\u0627\u064B \u0628\u0647",KeyAndConfigurationTutorial:'"\u0622\u0645\u0648\u0632\u0634 \u0628\u0631\u0646\u0627\u0645\u0647 \u06A9\u0627\u0631\u0628\u0631\u062F\u06CC \u0648 \u067E\u06CC\u06A9\u0631\u0628\u0646\u062F\u06CC \u06A9\u0644\u06CC\u062F"',useAboveStyleForTheseSites:"\u603B\u662F\u4F7F\u7528 {theme} \u8BD1\u6587\u6837\u5F0F\u7684\u7F51\u7AD9",currentUrl:"URL \u0641\u0639\u0644\u06CC",confirm:"\u0635\u0631\u0641\u0647 \u062C\u0648\u06CC\u06CC",cancel:"\u0644\u063A\u0648 \u06A9\u0646\u06CC\u062F",delete:"\u062D\u0630\u0641","languages.auto":"\u062A\u0634\u062E\u06CC\u0635 \u062E\u0648\u062F\u06A9\u0627\u0631",syncToCloud:"\u540C\u6B65\u5230\u4E91\u7AEF",syncToCloudDescription:"\u5F00\u542F\u540E\u53EF\u4EE5\u5728\u4E0D\u540C\u7684\u6D4F\u89C8\u5668/\u6CB9\u7334\u811A\u672C\u4E4B\u95F4\u540C\u6B65\u914D\u7F6E,\u4EE5\u6700\u540E\u4FEE\u6539\u65F6\u95F4\u4E3A\u51C6\u3002",syncToAccount:"\u0647\u0645\u06AF\u0627\u0645 \u0633\u0627\u0632\u06CC \u0628\u0627 Immersive Translation Cloud",syncToAccountButton:"\u0641\u0648\u0631\u0627\u064B \u0628\u0627 \u0627\u0628\u0631 \u0647\u0645\u06AF\u0627\u0645 \u0633\u0627\u0632\u06CC \u06A9\u0646\u06CC\u062F",syncToAccountDescription:"\u0628\u0647 \u0637\u0648\u0631 \u062E\u0648\u062F\u06A9\u0627\u0631 \u067E\u06CC\u06A9\u0631\u0628\u0646\u062F\u06CC \u0647\u0627 \u0631\u0627 \u0628\u06CC\u0646 \u062F\u0633\u062A\u06AF\u0627\u0647 \u0647\u0627\u06CC \u0645\u062E\u062A\u0644\u0641 \u0628\u0631 \u0627\u0633\u0627\u0633 \u0622\u062E\u0631\u06CC\u0646 \u0632\u0645\u0627\u0646 \u062A\u063A\u06CC\u06CC\u0631 \u0647\u0645\u06AF\u0627\u0645 \u0633\u0627\u0632\u06CC \u06A9\u0646\u06CC\u062F.",successSyncConfigInAccount:"\u0628\u0627 \u0645\u0648\u0641\u0642\u06CC\u062A \u0628\u0627 \u0627\u0628\u0631 \u0647\u0645\u06AF\u0627\u0645 \u0628\u0645\u0627\u0646\u06CC\u062F",successSyncConfigToAccount:"\u0628\u0627 \u0645\u0648\u0641\u0642\u06CC\u062A \u0628\u0627 \u0627\u0628\u0631 \u0647\u0645\u06AF\u0627\u0645\u200C\u0633\u0627\u0632\u06CC \u0634\u062F",syncConfigNoUpdate:"\u062F\u0631 \u062D\u0627\u0644 \u062D\u0627\u0636\u0631 \u062C\u062F\u06CC\u062F\u062A\u0631\u06CC\u0646",authFail:"\u0645\u062C\u0648\u0632 \u0627\u0646\u062C\u0627\u0645 \u0646\u0634\u062F",syncTitle:"\u0645\u062F\u06CC\u0631\u06CC\u062A \u067E\u0634\u062A\u06CC\u0628\u0627\u0646 \u06AF\u06CC\u0631\u06CC \u062F\u0633\u062A\u06CC",import_hint:"\u0648\u0627\u0631\u062F \u0643\u0631\u062F\u0646",upload:"\u0628\u0627\u0631\u06AF\u0630\u0627\u0631\u06CC",revokeAuth:"\u0644\u063A\u0648 \u0645\u062C\u0648\u0632",uploadFail:"\u0622\u067E\u0644\u0648\u062F \u0627\u0646\u062C\u0627\u0645 \u0646\u0634\u062F",download:"\u062F\u0627\u0646\u0644\u0648\u062F",importSuccess:"\u0648\u0627\u0631\u062F\u0627\u062A \u0628\u0627 \u0645\u0648\u0641\u0642\u06CC\u062A \u0627\u0646\u062C\u0627\u0645 \u0634\u062F",importFail:"\u0648\u0627\u0631\u062F\u0627\u062A \u0627\u0646\u062C\u0627\u0645 \u0646\u0634\u062F",deleteFail:"\u062D\u0630\u0641 \u0646\u0634\u062F",backupToCloud:"\u0641\u0627\u06CC\u0644 \u0647\u0627\u06CC \u067E\u0634\u062A\u06CC\u0628\u0627\u0646 \u0631\u0627 \u0628\u0647 \u0635\u0648\u0631\u062A \u062F\u0633\u062A\u06CC \u0645\u062F\u06CC\u0631\u06CC\u062A \u06A9\u0646\u06CC\u062F",create_new_backup:"\u0627\u0636\u0627\u0641\u0647 \u06A9\u0631\u062F\u0646 \u06AF\u0631\u0647 \u067E\u0634\u062A\u06CC\u0628\u0627\u0646",maxBackupFiles:"\u062A\u0627{count}\u06AF\u0631\u0647 \u0645\u062E\u062A\u0644\u0641 \u0631\u0627 \u0645\u06CC \u062A\u0648\u0627\u0646 \u067E\u0634\u062A\u06CC\u0628\u0627\u0646 \u06AF\u06CC\u0631\u06CC \u06A9\u0631\u062F\u060C \u0644\u0637\u0641\u0627 \u06AF\u0631\u0647 \u0647\u0627\u06CC \u063A\u06CC\u0631 \u0636\u0631\u0648\u0631\u06CC \u0631\u0627 \u062D\u0630\u0641 \u06A9\u0646\u06CC\u062F",backupToCloudDescription:"\u0641\u0627\u06CC\u0644 \u0647\u0627\u06CC \u067E\u0634\u062A\u06CC\u0628\u0627\u0646 \u0631\u0627 \u0628\u0647 \u0635\u0648\u0631\u062A \u062F\u0633\u062A\u06CC \u0622\u067E\u0644\u0648\u062F \u06CC\u0627 \u0628\u0627\u0632\u06CC\u0627\u0628\u06CC \u06A9\u0646\u06CC\u062F\u060C \u062A\u0627 \u062D\u062F\u0627\u06A9\u062B\u0631 3 \u0646\u0633\u062E\u0647 \u067E\u0634\u062A\u06CC\u0628\u0627\u0646 \u062A\u0647\u06CC\u0647 \u06A9\u0646\u06CC\u062F",successSyncConfig:"\u0628\u0627 \u0645\u0648\u0641\u0642\u06CC\u062A \u0628\u0627 \u0627\u0628\u0631 \u0647\u0645\u06AF\u0627\u0645 \u0628\u0645\u0627\u0646\u06CC\u062F",syncFail:"\u0647\u0645\u06AF\u0627\u0645 \u0633\u0627\u0632\u06CC \u0627\u0646\u062C\u0627\u0645 \u0646\u0634\u062F",updatedAt:"\u0628\u0647 \u0631\u0648\u0632 \u0634\u062F\u0647 \u062F\u0631 {date}",lastSyncedAt:"\u0622\u062E\u0631\u06CC\u0646 \u0628\u0631\u0631\u0633\u06CC \u062F\u0631 {date}",downloadFail:"\u062F\u0627\u0646\u0644\u0648\u062F \u0646\u0634\u062F",clickToDownload:"\u0628\u0631\u0627\u06CC \u062F\u0627\u0646\u0644\u0648\u062F \u06A9\u0644\u06CC\u06A9 \u06A9\u0646\u06CC\u062F",aboutLabel:"\u062F\u0631\u0628\u0627\u0631\u0647 - \u0628\u0627\u0632\u062E\u0648\u0631\u062F","browser.openAboutPage":"\u5173\u4E8E/\u53CD\u9988/\u8D5E\u52A9",aboutLabelWithoutSponsor:"\u062F\u0631\u0628\u0627\u0631\u0647 - \u0628\u0627\u0632\u062E\u0648\u0631\u062F",aboutIntro:"\u8BE5\u6269\u5C55\u514D\u8D39\u4F7F\u7528\uFF0C\u5E0C\u671B\u6211\u4EEC\u90FD\u80FD\u66F4\u52A0\u5BB9\u6613\u4E14\u6109\u60A6\u5730\u83B7\u53D6\u4E92\u8054\u7F51\u4E0A\u5DE8\u5927\u7684\u5916\u8BED\u4FE1\u606F \u2764\uFE0F

\u611F\u8C22\u8FD9\u4E9B<1>\u8D5E\u52A9\u8005\u4EEC, \u7531\u4E8E\u4ED6/\u5979\u4EEC\u7684\u652F\u6301\uFF0C\u66F4\u591A\u7684\u4EBA\u53EF\u4EE5\u514D\u8D39\u5730\u4F7F\u7528\u8FD9\u4E2A\u5DE5\u5177\u3002\u5982\u679C\u6709\u4F59\u529B\uFF0C\u4F60\u53EF\u4EE5<2>\u70B9\u51FB\u8FD9\u91CC\u8D5E\u52A9\u6211\u7684\u5DE5\u4F5C\uFF0C\u4F60\u8FD8\u53EF\u4EE5\u5173\u6CE8\u6211\u7684<3>\u63A8\u7279\uFF0C<4>Telegram \u9891\u9053\u4EE5\u53CA\u4E0B\u65B9\u7684<5>\u90AE\u4EF6\u8BA2\u9605\u8FFD\u8E2A\u66F4\u65B0\u3002",aboutIntroWithoutSponsor:"\u8BE5\u6269\u5C55\u514D\u8D39\u4F7F\u7528\uFF0C\u5E0C\u671B\u6211\u4EEC\u90FD\u80FD\u66F4\u52A0\u5BB9\u6613\u4E14\u6109\u60A6\u5730\u83B7\u53D6\u4E92\u8054\u7F51\u4E0A\u5DE8\u5927\u7684\u5916\u8BED\u4FE1\u606F \u2764\uFE0F ",projectHomepage:"\u0635\u0641\u062D\u0647 \u0627\u0635\u0644\u06CC \u067E\u0631\u0648\u0698\u0647",joinTelegramGroup:"\u52A0\u5165 Telegram \u7FA4\u53C2\u4E0E\u529F\u80FD\u8BA8\u8BBA",wechatPublicAccount:"\u062D\u0633\u0627\u0628 \u0639\u0645\u0648\u0645\u06CC \u0648\u06CC \u0686\u062A",wechatCommunities:"\u06AF\u0631\u0648\u0647 \u0627\u0631\u062A\u0628\u0627\u0637\u06CC \u0648\u06CC \u0686\u062A",qqCommunities:"\u06A9\u0627\u0646\u0627\u0644 \u0627\u0631\u062A\u0628\u0627\u0637\u06CC QQ",joinTelegramChannel:"\u0628\u0631\u0627\u06CC \u0627\u0637\u0644\u0627\u0639 \u0627\u0632 \u0622\u062E\u0631\u06CC\u0646 \u0627\u062E\u0628\u0627\u0631 \u06A9\u0627\u0646\u0627\u0644 \u062A\u0644\u06AF\u0631\u0627\u0645 \u0631\u0627 \u062F\u0646\u0628\u0627\u0644 \u06A9\u0646\u06CC\u062F",feedbackAndJoin:"\u0628\u0627\u0632\u062E\u0648\u0631\u062F \u0645\u0634\u06A9\u0644/\u0628\u0647 \u06AF\u0631\u0648\u0647 \u0628\u067E\u06CC\u0648\u0646\u062F\u06CC\u062F",autoSync:"\u0647\u0645\u06AF\u0627\u0645 \u0633\u0627\u0632\u06CC \u0628\u0631\u0646\u0627\u0645\u0647 \u0631\u06CC\u0632\u06CC \u0634\u062F\u0647 \u062E\u0648\u062F\u06A9\u0627\u0631",loadingThemeTitle:"\u0633\u0628\u06A9 \u0628\u0627\u0631\u06AF\u06CC\u0631\u06CC",loadingThemeDescription:"\u0647\u0646\u06AF\u0627\u0645 \u0627\u0646\u062A\u0638\u0627\u0631 \u0628\u0631\u0627\u06CC \u0628\u0627\u0631\u06AF\u06CC\u0631\u06CC \u062A\u0631\u062C\u0645\u0647\u060C \u0633\u0628\u06A9 \u0631\u0627 \u062A\u0646\u0638\u06CC\u0645 \u06A9\u0646\u06CC\u062F","loadingTheme.spinner":"\u8F6C\u5708\u52A8\u753B Spinner","loadingTheme.text":"\u0645\u062A\u0646 \u0627\u06CC\u0633\u062A\u0627... ","loadingTheme.none":"\u0646\u0634\u0627\u0646 \u0646\u062F\u0647",developerDescription:"\u0627\u06CC\u0646\u062C\u0627 \u0645\u06CC \u062A\u0648\u0627\u0646\u06CC\u062F <1> \u0631\u0627 \u06A9\u0644\u06CC\u06A9 \u06A9\u0646\u06CC\u062F \u0645\u0634\u0627\u0647\u062F\u0647 \u0627\u0633\u0646\u0627\u062F \u0645\u0631\u0628\u0648\u0637 \u0628\u0647 \u0633\u0641\u0627\u0631\u0634\u06CC \u0633\u0627\u0632\u06CC \u067E\u06CC\u0634\u0631\u0641\u062A\u0647","edit border color":"\u0631\u0646\u06AF \u062D\u0627\u0634\u06CC\u0647 \u0631\u0627 \u062A\u063A\u06CC\u06CC\u0631 \u062F\u0647\u06CC\u062F",successSyncButNoChange:"\u067E\u06CC\u06A9\u0631\u0628\u0646\u062F\u06CC \u0641\u0639\u0644\u06CC \u0628\u0627 \u0627\u0628\u0631 \u0633\u0627\u0632\u06AF\u0627\u0631 \u0627\u0633\u062A",customTheme:"\u0631\u0646\u06AF \u0647\u0627 \u0648 \u0627\u0646\u062F\u0627\u0632\u0647 \u0647\u0627\u06CC \u0633\u0641\u0627\u0631\u0634\u06CC","customThemeLabel.borderColor":"\u0631\u0646\u06AF \u0644\u0628\u0647","customThemeLabel.borderRadius":"\u06AF\u0648\u0634\u0647 \u0647\u0627\u06CC \u06AF\u0631\u062F \u062D\u0627\u0634\u06CC\u0647","customThemeLabel.textColor":"\u0631\u0646\u06AF \u0645\u062A\u0646","customThemeLabel.backgroundColor":"\u0631\u0646\u06AF \u067E\u0633 \u0632\u0645\u06CC\u0646\u0647","customThemeLabel.zoom":"\u0645\u0642\u06CC\u0627\u0633 \u0628\u0646\u062F\u06CC \u0642\u0644\u0645 (%)","customThemeLabel.opacity":"\u06A9\u062F\u0648\u0631\u062A \u0645\u062A\u0646 (%)",resetToDefaultColor:"\u0628\u0647 \u0631\u0646\u06AF \u067E\u06CC\u0634 \u0641\u0631\u0636 \u0628\u0631\u06AF\u0631\u062F\u06CC\u062F",resetToDefaultSettings:"\u0628\u0647 \u062A\u0646\u0638\u06CC\u0645\u0627\u062A \u067E\u06CC\u0634 \u0641\u0631\u0636 \u0628\u0631\u06AF\u0631\u062F\u06CC\u062F",isTranslateTitle:"\u0639\u0646\u0627\u0648\u06CC\u0646 \u0635\u0641\u062D\u0627\u062A \u0648\u0628 \u062A\u0631\u062C\u0645\u0647 \u0634\u062F\u0647 \u0631\u0627 \u0631\u0648\u0634\u0646 \u06A9\u0646\u06CC\u062F",isTranslateTitleDescription:"\u0648\u0642\u062A\u06CC \u0631\u0648\u0634\u0646 \u0634\u062F\u060C \u0639\u0646\u0648\u0627\u0646 \u0635\u0641\u062D\u0647 \u0648\u0628 \u062A\u0631\u062C\u0645\u0647 \u062E\u0648\u0627\u0647\u062F \u0634\u062F",enableSearchEnhancement:"\u0628\u0647\u0628\u0648\u062F \u0627\u0637\u0644\u0627\u0639\u0627\u062A \u062F\u0648 \u0632\u0628\u0627\u0646\u0647 \u0631\u0627 \u0641\u0639\u0627\u0644 \u06A9\u0646\u06CC\u062F",enableSearchEnhancementDescription:"\u067E\u0633 \u0627\u0632 \u0631\u0648\u0634\u0646 \u0634\u062F\u0646\u060C \u0646\u062A\u0627\u06CC\u062C \u062C\u0633\u062A\u062C\u0648\u06CC \xABGoogle News\xBB \u0645\u0631\u0628\u0648\u0637 \u0628\u0647 \u06A9\u0644\u06CC\u062F\u0648\u0627\u0698\u0647\u200C\u0647\u0627\u06CC \u0627\u0646\u06AF\u0644\u06CC\u0633\u06CC \u0628\u0647\u200C\u0637\u0648\u0631 \u062E\u0648\u062F\u06A9\u0627\u0631 \u062F\u0631 \u0633\u062A\u0648\u0646 \u0633\u0645\u062A \u0631\u0627\u0633\u062A \u0648\u0628\u200C\u0633\u0627\u06CC\u062A\u200C\u0647\u0627\u06CC \u067E\u0634\u062A\u06CC\u0628\u0627\u0646\u06CC\u200C\u0634\u062F\u0647 (Google News\u060C Google Search (\u0628\u0631\u062E\u06CC \u06A9\u0644\u0645\u0627\u062A \u06A9\u0644\u06CC\u062F\u06CC)\u060C Snowball\u060C Oriental Fortune\u060C Futu\u060C \u0627\u0646\u062C\u0645\u0646 \u0628\u0628\u0631) \u0646\u0645\u0627\u06CC\u0634 \u062F\u0627\u062F\u0647 \u0645\u06CC\u200C\u0634\u0648\u0646\u062F.",verifyService:"\u0628\u0631\u0627\u06CC \u062A\u0633\u062A \u0633\u0631\u0648\u06CC\u0633 \u0627\u06CC\u0646\u062C\u0627 \u06A9\u0644\u06CC\u06A9 \u06A9\u0646\u06CC\u062F",verified:"\u062A\u0623\u06CC\u06CC\u062F \u0628\u0627 \u0645\u0648\u0641\u0642\u06CC\u062A \u0627\u0646\u062C\u0627\u0645 \u0634\u062F","field.langs":"\u06A9\u062F\u0647\u0627\u06CC \u0632\u0628\u0627\u0646 \u067E\u0634\u062A\u06CC\u0628\u0627\u0646\u06CC \u0634\u062F\u0647","field.model":"\u0645\u062F\u0644","field.translationEngine":"\u0645\u0648\u062A\u0648\u0631 \u062A\u0631\u062C\u0645\u0647","field.limitPerMinute":"\u062D\u062F\u0627\u06A9\u062B\u0631 \u062A\u0639\u062F\u0627\u062F \u062F\u0631\u062E\u0648\u0627\u0633\u062A \u062F\u0631 \u062F\u0642\u06CC\u0642\u0647","field.limitPerSecond":"\u062D\u062F\u0627\u06A9\u062B\u0631 \u062A\u0639\u062F\u0627\u062F \u062F\u0631\u062E\u0648\u0627\u0633\u062A \u062F\u0631 \u062B\u0627\u0646\u06CC\u0647","field.maxTextLengthPerRequest":"\u062D\u062F\u0627\u06A9\u062B\u0631 \u0637\u0648\u0644 \u0645\u062A\u0646 \u062F\u0631 \u0647\u0631 \u062F\u0631\u062E\u0648\u0627\u0633\u062A","field.maxTextGroupLengthPerRequest":"\u062D\u062F\u0627\u06A9\u062B\u0631 \u062A\u0639\u062F\u0627\u062F \u067E\u0627\u0631\u0627\u06AF\u0631\u0627\u0641 \u062F\u0631 \u0647\u0631 \u062F\u0631\u062E\u0648\u0627\u0633\u062A","field.apiUrl":"\u0622\u062F\u0631\u0633 \u0631\u0627\u0628\u0637 API \u0633\u0641\u0627\u0631\u0634\u06CC","field.placeholderDelimiters":"\u0645\u062A\u063A\u06CC\u0631\u0647\u0627\u06CC \u0631\u0632\u0631\u0648 \u0634\u062F\u0647","description.custom":"\u062F\u0633\u062A\u0631\u0633\u06CC \u0628\u0647 \u0631\u0627\u0628\u0637 \u0633\u0641\u0627\u0631\u0634\u06CC \u0628\u0647 \u0627\u0633\u0646\u0627\u062F \u0645\u0631\u062C\u0639 \u0646\u06CC\u0627\u0632 \u062F\u0627\u0631\u062F","description.limitPerMinute":"\u8BF7\u6C42\u6570\u8D85\u8FC7\u8BE5\u9650\u5236\u65F6\u4F1A\u88AB\u6682\u65F6\u7981\u7528\uFF0C\u76F4\u5230\u4E0B\u4E00\u5206\u949F\u5F00\u59CB\uFF0C\u9ED8\u8BA4\u8BBE\u7F6E\u4E3A OpenAI \u8BD5\u7528\u7248\u7684\u8BF7\u6C42\u9650\u5236","description.limitPerSecond":"\u0648\u0642\u062A\u06CC \u062A\u0639\u062F\u0627\u062F \u062F\u0631\u062E\u0648\u0627\u0633\u062A \u0647\u0627 \u0627\u0632 \u0627\u06CC\u0646 \u062D\u062F \u0628\u06CC\u0634\u062A\u0631 \u0634\u0648\u062F\u060C \u062A\u0627 \u0627\u0628\u062A\u062F\u0627\u06CC \u062B\u0627\u0646\u06CC\u0647 \u0628\u0639\u062F \u0648\u0627\u0631\u062F \u062D\u0627\u0644\u062A \u0635\u0641 \u0645\u06CC \u0634\u0648\u062F. \u0628\u0627 \u062A\u0648\u062C\u0647 \u0628\u0647 \u0645\u062D\u062F\u0648\u062F\u06CC\u062A\u200C\u0647\u0627\u06CC \u0645\u062E\u062A\u0644\u0641 \u0633\u0631\u0648\u06CC\u0633 \u0641\u0639\u0644\u06CC OpenAI\u060C \u0644\u0637\u0641\u0627\u064B <1> \u0631\u0627 \u0627\u06CC\u0646\u062C\u0627 \u06A9\u0644\u06CC\u06A9 \u06A9\u0646\u06CC\u062F \u0622\u062E\u0631\u06CC\u0646 \u0645\u0642\u0627\u062F\u06CC\u0631 \u062A\u0648\u0635\u06CC\u0647 \u0634\u062F\u0647 \u0631\u0627 \u0645\u0634\u0627\u0647\u062F\u0647 \u06A9\u0646\u06CC\u062F","description.generalLimitPerSecond":"\u0648\u0642\u062A\u06CC \u062A\u0639\u062F\u0627\u062F \u062F\u0631\u062E\u0648\u0627\u0633\u062A \u0647\u0627 \u0627\u0632 \u0627\u06CC\u0646 \u062D\u062F \u0628\u06CC\u0634\u062A\u0631 \u0634\u0648\u062F\u060C \u062A\u0627 \u0627\u0628\u062A\u062F\u0627\u06CC \u062B\u0627\u0646\u06CC\u0647 \u0628\u0639\u062F \u0648\u0627\u0631\u062F \u062D\u0627\u0644\u062A \u0635\u0641 \u0645\u06CC \u0634\u0648\u062F.","description.prompt":"\u0628\u0647 \u0639\u0646\u0648\u0627\u0646 \u06A9\u0627\u0631\u0628\u0631\u060C \u06AF\u0641\u062A\u06AF\u0648 \u0631\u0627 \u0628\u0647 {service} \u0627\u0631\u0633\u0627\u0644 \u06A9\u0646\u06CC\u062F\u060C \u06A9\u0647 \u062F\u0631 \u0622\u0646 {{text}} \u0645\u062D\u062A\u0648\u0627\u06CC \u0645\u062A\u0646 \u067E\u0627\u0631\u0627\u06AF\u0631\u0627\u0641\u060C {{from}} \u0632\u0628\u0627\u0646 \u067E\u0627\u0631\u0627\u06AF\u0631\u0627\u0641 \u0648 {{to}} \u0632\u0628\u0627\u0646 \u0645\u0642\u0635\u062F \u0631\u0627 \u0646\u0634\u0627\u0646 \u0645\u06CC \u062F\u0647\u062F.","description.maxTextLengthPerRequest":"\u9ED8\u8BA4\u4F1A\u5408\u5E76\u591A\u4E2A\u6BB5\u843D\uFF0C\u4EE5\u51CF\u5C11\u8BF7\u6C42\u6B21\u6570\uFF0C\u4F46\u662F\u5982\u679C\u6BB5\u843D\u603B\u957F\u5EA6\u8FC7\u957F\uFF0C\u4E5F\u53EF\u80FD\u4F1A\u5BFC\u81F4\u63A5\u53E3\u7684\u54CD\u5E94\u53D8\u6162\uFF0C\u56E0\u6B64\u53EF\u4EE5\u5C1D\u8BD5\u8C03\u6574\u8BE5\u9009\u9879\u6765\u4F18\u5316\u901F\u5EA6","description.systemPrompt":"\u0645\u06A9\u0627\u0644\u0645\u0647 \u0628\u0647 \u0639\u0646\u0648\u0627\u0646 \u0633\u06CC\u0633\u062A\u0645 \u0628\u0647 OpenAI \u0627\u0631\u0633\u0627\u0644 \u0645\u06CC \u0634\u0648\u062F\u060C \u06A9\u0647 \u062F\u0631 \u0622\u0646 {{text}} \u0646\u0634\u0627\u0646 \u062F\u0647\u0646\u062F\u0647 \u0645\u062D\u062A\u0648\u0627\u06CC \u0645\u062A\u0646 \u067E\u0627\u0631\u0627\u06AF\u0631\u0627\u0641\u060C{{from}} \u0646\u0634\u0627\u0646 \u062F\u0647\u0646\u062F\u0647 \u0632\u0628\u0627\u0646 \u067E\u0627\u0631\u0627\u06AF\u0631\u0627\u0641\u060C \u0648{{to}} \u0646\u0634\u0627\u0646 \u062F\u0647\u0646\u062F\u0647 \u0632\u0628\u0627\u0646 \u0645\u0642\u0635\u062F \u0627\u0633\u062A.","field.domain":"\u0631\u0634\u062A\u0647","description.domain":"\u067E\u06CC\u0634 \u0641\u0631\u0636\uFF1A\u0639\u0645\u0648\u0645\u06CC \u0627\u0633\u062A. \u0641\u0642\u0637 \u0632\u0645\u0627\u0646\u06CC \u0645\u06CC\u200C\u062A\u0648\u0627\u0646 \u0622\u0646 \u0631\u0627 \u062A\u0646\u0638\u06CC\u0645 \u06A9\u0631\u062F \u06A9\u0647 \u062A\u0631\u062C\u0645\u0647 \u0645\u0628\u062A\u0646\u06CC \u0628\u0631 \u062F\u0627\u0645\u0646\u0647 \u062F\u0631 \u06A9\u0646\u0633\u0648\u0644 Youdao API \u0641\u0639\u0627\u0644 \u0628\u0627\u0634\u062F. \u0628\u0631\u0627\u06CC \u0642\u0633\u0645\u062A\u200C\u0647\u0627\u06CC \u067E\u0634\u062A\u06CC\u0628\u0627\u0646\u06CC\u200C\u0634\u062F\u0647\u060C \u0644\u0637\u0641\u0627\u064B <1> \u0631\u0627 \u0627\u06CC\u0646\u062C\u0627 \u0628\u0628\u06CC\u0646\u06CC\u062F.","field.scene":"\u0635\u062D\u0646\u0647 \u0647\u0627\u06CC","description.scene":"\u067E\u06CC\u0634 \u0641\u0631\u0636\uFF1A\u0639\u0645\u0648\u0645\u06CC \u0627\u0633\u062A. \u062A\u0646\u0647\u0627 \u0632\u0645\u0627\u0646\u06CC \u0645\u06CC\u200C\u062A\u0648\u0627\u0646 \u0622\u0646 \u0631\u0627 \u062A\u0646\u0638\u06CC\u0645 \u06A9\u0631\u062F \u06A9\u0647 \u0646\u0633\u062E\u0647 \u062D\u0631\u0641\u0647\u200C\u0627\u06CC \u062A\u0631\u062C\u0645\u0647 \u0645\u0627\u0634\u06CC\u0646\u06CC \u062F\u0631 \u06A9\u0646\u0633\u0648\u0644 Alibaba Cloud API \u0641\u0639\u0627\u0644 \u0634\u0648\u062F. \u0628\u0631\u0627\u06CC \u0633\u0646\u0627\u0631\u06CC\u0648\u0647\u0627\u06CC \u067E\u0634\u062A\u06CC\u0628\u0627\u0646\u06CC \u0634\u062F\u0647 \u0628\u0647 <1> \u0627\u06CC\u0646\u062C\u0627 \u0645\u0631\u0627\u062C\u0639\u0647 \u06A9\u0646\u06CC\u062F.","field.vocabId":"\u0634\u0646\u0627\u0633\u0647 \u0641\u0631\u0647\u0646\u06AF \u0644\u063A\u062A \u06A9\u0627\u0631\u0628\u0631","description.vocabId":"\u0641\u0631\u0647\u0646\u06AF \u0644\u063A\u062A \u0645\u0634\u062E\u0635 \u0634\u062F\u0647 out_id \u062F\u0631 \u062D\u0627\u0644 \u062D\u0627\u0636\u0631 \u0627\u0632 \u062A\u0631\u062C\u0645\u0647 \u0627\u0646\u06AF\u0644\u06CC\u0633\u06CC \u0628\u0647 \u0686\u06CC\u0646\u06CC \u067E\u0634\u062A\u06CC\u0628\u0627\u0646\u06CC \u0645\u06CC \u06A9\u0646\u062F.","description.model":"\u0645\u062F\u0644 OpenAI \u0645\u06CC \u062A\u0648\u0627\u0646\u062F gpt-3.5-turbo\u060C gpt-4 \u0648 \u063A\u06CC\u0631\u0647 \u0628\u0627\u0634\u062F.","description.maxTextGroupLengthPerRequest":"\u062A\u0639\u062F\u0627\u062F \u067E\u0627\u0631\u0627\u06AF\u0631\u0627\u0641\u200C\u0647\u0627\u06CC\u06CC \u06A9\u0647 \u0647\u0631 \u0628\u0627\u0631 \u0628\u0647 \u0633\u0631\u0648\u06CC\u0633 \u062A\u0631\u062C\u0645\u0647 \u0627\u0631\u0633\u0627\u0644 \u0645\u06CC\u200C\u0634\u0648\u0646\u062F. \u0627\u06AF\u0631 \u062A\u0639\u062F\u0627\u062F \u067E\u0627\u0631\u0627\u06AF\u0631\u0627\u0641\u200C\u0647\u0627 \u0628\u06CC\u0634 \u0627\u0632 \u062D\u062F \u0628\u0627\u0634\u062F\u060C \u067E\u0627\u0633\u062E \u0631\u0627\u0628\u0637 \u0645\u0645\u06A9\u0646 \u0627\u0633\u062A \u06A9\u0646\u062F \u0634\u0648\u062F.","description.apiUrl":"\u8BF7\u6DFB\u52A0\u5177\u4F53\u5E26\u6709\u8DEF\u5F84\u7684\u7F51\u5740",enabledExtension:"\u0627\u0641\u0632\u0648\u0646\u0647 \u0631\u0627 \u0641\u0639\u0627\u0644 \u06A9\u0646\u06CC\u062F",clickToDisableExtension:"\u0628\u0631\u0627\u06CC \u063A\u06CC\u0631\u0641\u0639\u0627\u0644 \u06A9\u0631\u062F\u0646 \u0627\u0641\u0632\u0648\u0646\u0647 \u06A9\u0644\u06CC\u06A9 \u06A9\u0646\u06CC\u062F",clickToEnableExtension:"\u0628\u0631\u0627\u06CC \u0641\u0639\u0627\u0644 \u06A9\u0631\u062F\u0646 \u0628\u0631\u0646\u0627\u0645\u0647 \u0627\u0641\u0632\u0648\u062F\u0646\u06CC \u06A9\u0644\u06CC\u06A9 \u06A9\u0646\u06CC\u062F",hasBeenDisabled:"\u0645\u0639\u0644\u0648\u0644","show password":"\u0646\u0645\u0627\u06CC\u0634 \u0631\u0645\u0632 \u0639\u0628\u0648\u0631",customContent:"\u8F93\u5165\u81EA\u5B9A\u4E49\u5185\u5BB9",inputOptions:"\u0628\u0647\u0628\u0648\u062F \u062C\u0639\u0628\u0647 \u0648\u0631\u0648\u062F\u06CC",mouseHoverOptions:"\u0645\u0627\u0648\u0633 \u0628\u0631",modifyMouseHoverKey:"\u06A9\u0644\u06CC\u062F\u0647\u0627\u06CC \u0645\u06CC\u0627\u0646\u0628\u0631 \u0645\u0627\u0648\u0633 \u0631\u0627 \u062A\u063A\u06CC\u06CC\u0631 \u062F\u0647\u06CC\u062F",enableInputTranslation:"\u0641\u0639\u0627\u0644 \u06A9\u0631\u062F\u0646 \u0628\u0647\u0628\u0648\u062F \u062C\u0639\u0628\u0647 \u0648\u0631\u0648\u062F\u06CC",enableInputTranslationDescription:"\u067E\u0633 \u0627\u0632 \u0641\u0639\u0627\u0644 \u06A9\u0631\u062F\u0646{trailingKey}\u060C \u0645\u0633\u062A\u0642\u06CC\u0645\u0627\u064B {startingKey}{startingKey} hello \u0631\u0627 \u062F\u0631 \u06A9\u0627\u062F\u0631 \u0648\u0631\u0648\u062F\u06CC \u0648\u0627\u0631\u062F \u06A9\u0646\u06CC\u062F \u0648 \u0633\u067E\u0633 \u0628\u0647 \u0633\u0631\u0639\u062A \u0631\u0648\u06CC{inputTrailingTriggerKeyRepeatTimes}\u062F\u0648 \u0628\u0627\u0631 \u06A9\u0644\u06CC\u06A9 \u06A9\u0646\u06CC\u062F \u062A\u0627 \u0622\u0646 \u0631\u0627 \u0628\u0647 {inputTargetLanguage}\u062A\u0628\u062F\u06CC\u0644 \u06A9\u0646\u06CC\u062F.",enableInputTranslationDescriptionForNoneKey:"{trailingKey}\u0641\u0639\u0627\u0644 \u06A9\u0631\u062F\u0646 \u0622\u0646\u060C \u0645\u0633\u062A\u0642\u06CC\u0645\u0627\u064B\uFF1Ahello world \u0631\u0627 \u062F\u0631 \u06A9\u0627\u062F\u0631 \u0648\u0631\u0648\u062F\u06CC \u0648\u0627\u0631\u062F \u06A9\u0646\u06CC\u062F \u0648 \u0633\u067E\u0633 \u0628\u0647 \u0633\u0631\u0639\u062A{inputTrailingTriggerKeyRepeatTimes}\u0628\u0627\u0631 \u06A9\u0644\u06CC\u06A9 \u06A9\u0646\u06CC\u062F \u062A\u0627 \u0628\u0647 \u0632\u0628\u0627\u0646 \u0645\u0642\u0635\u062F \u067E\u06CC\u0634 \u0641\u0631\u0636 \u062A\u0631\u062C\u0645\u0647 \u0634\u0648\u062F.",inputTargetLanguage:"\u0632\u0628\u0627\u0646 \u0645\u0642\u0635\u062F \u067E\u06CC\u0634 \u0641\u0631\u0636 \u06A9\u0627\u062F\u0631 \u0648\u0631\u0648\u062F\u06CC \u0631\u0627 \u062A\u0646\u0638\u06CC\u0645 \u06A9\u0646\u06CC\u062F",inputTargetLanguageDescription:"\u0632\u0628\u0627\u0646 \u0645\u0642\u0635\u062F \u067E\u06CC\u0634\u200C\u0641\u0631\u0636 \u0628\u0631\u0627\u06CC \u062A\u0631\u062C\u0645\u0647 \u062C\u0639\u0628\u0647 \u0648\u0631\u0648\u062F\u06CC\u060C \u06A9\u0647 {startingKey}{startingKey} \u0628\u0647 \u0639\u0646\u0648\u0627\u0646 \u0632\u0628\u0627\u0646 \u067E\u06CC\u0634\u200C\u0641\u0631\u0636 \u0628\u0631\u0627\u06CC \u06A9\u0644\u0645\u0627\u062A \u0631\u0627\u0647\u200C\u0627\u0646\u062F\u0627\u0632 \u0627\u0633\u062A",inputTargetLanguageDescriptionForNoneKey:"\u0632\u0628\u0627\u0646 \u0645\u0642\u0635\u062F \u067E\u06CC\u0634\u200C\u0641\u0631\u0636 \u0628\u0631\u0627\u06CC \u062A\u0631\u062C\u0645\u0647\u200C\u0647\u0627\u06CC \u062C\u0639\u0628\u0647 \u0648\u0631\u0648\u062F\u06CC",inputStartingTriggerKeyTitle:"\u06A9\u0627\u0631\u0627\u06A9\u062A\u0631\u0647\u0627\u06CC \u062A\u0642\u0633\u06CC\u0645 \u0631\u0627 \u0628\u0631\u0627\u06CC \u062A\u0631\u062C\u0645\u0647 \u062C\u0632\u0626\u06CC \u06A9\u0627\u062F\u0631 \u0648\u0631\u0648\u062F\u06CC \u062A\u0646\u0638\u06CC\u0645 \u06A9\u0646\u06CC\u062F",inputStartingTriggerKeyDescription:"\u0647\u0646\u06AF\u0627\u0645\u06CC \u06A9\u0647 \u0646\u06CC\u0627\u0632\u06CC \u0628\u0647 \u062A\u0631\u062C\u0645\u0647 \u06A9\u0644 \u06A9\u0627\u062F\u0631 \u0648\u0631\u0648\u062F\u06CC \u0646\u062F\u0627\u0631\u06CC\u062F\u060C \u062C\u062F\u0627\u06A9\u0646\u0646\u062F\u0647 \u0628\u0647 \u0634\u0645\u0627 \u0627\u062C\u0627\u0632\u0647 \u0645\u06CC \u062F\u0647\u062F \u0641\u0642\u0637 \u0642\u0633\u0645\u062A \u0631\u0627 {startingKey}{startingKey} \u0628\u0647 \u0627\u0646\u062A\u0647\u0627\u06CC \u06A9\u0627\u062F\u0631 \u0648\u0631\u0648\u062F\u06CC \u062A\u0631\u062C\u0645\u0647 \u06A9\u0646\u06CC\u062F\u060C \u06CC\u0627 \u0645\u06CC \u062A\u0648\u0627\u0646\u06CC\u062F \u06A9\u062F \u0632\u0628\u0627\u0646 \u0631\u0627 \u0645\u0634\u062E\u0635 \u06A9\u0646\u06CC\u062F\u060C \u0628\u0647 \u0639\u0646\u0648\u0627\u0646 \u0645\u062B\u0627\u0644\u060C\uFF1A{startingKey}ja \u0628\u0647 \u0645\u0639\u0646\u0627\u06CC \u0641\u0642\u0637 \u062A\u0631\u062C\u0645\u0647 \u0627\u0633\u062A. \u0642\u0633\u0645\u062A \u0627\u0632 {startingKey}ja \u062A\u0627 \u0627\u0646\u062A\u0647\u0627\u06CC \u062C\u0639\u0628\u0647 \u0648\u0631\u0648\u062F\u06CC.",inputStartingTriggerKeyDescriptionForNoneKey:"\u062F\u0631 \u062D\u0627\u0644 \u062D\u0627\u0636\u0631 \u0628\u062F\u0648\u0646 \u0646\u06CC\u0627\u0632 \u0628\u0647 \u067E\u06CC\u0634\u0648\u0646\u062F \u062A\u0646\u0638\u06CC\u0645 \u0634\u062F\u0647 \u0627\u0633\u062A \u0648 \u0628\u0631\u062E\u06CC \u0627\u0632 \u0639\u0645\u0644\u06A9\u0631\u062F\u0647\u0627\u06CC \u062A\u0631\u062C\u0645\u0647 \u0645\u062A\u0646 \u062C\u0639\u0628\u0647 \u0648\u0631\u0648\u062F\u06CC \u0645\u0648\u0642\u062A\u0627\u064B \u062F\u0631 \u062F\u0633\u062A\u0631\u0633 \u0646\u06CC\u0633\u062A\u0646\u062F.",inputTrailingTriggerKeyTitle:"\u06CC\u06A9 \u06A9\u0627\u0631\u0627\u06A9\u062A\u0631 \u0645\u0627\u0634\u0647 \u0627\u06CC \u0631\u0627 \u0627\u0646\u062A\u062E\u0627\u0628 \u06A9\u0646\u06CC\u062F \u06A9\u0647 \u0628\u0647 \u0648\u0631\u0648\u062F\u06CC \u067E\u0627\u06CC\u0627\u0646 \u0645\u06CC \u062F\u0647\u062F",inputTrailingTriggerKeyDescription:"\u0628\u0627 \u0632\u062F\u0646{trailingKey} 3 \u0628\u0627\u0631 \u0645\u062A\u0648\u0627\u0644\u06CC\u060C \u062A\u0631\u062C\u0645\u0647 \u0634\u0631\u0648\u0639 \u0645\u06CC \u0634\u0648\u062F",inputTrailingTriggerKeyTimeout:"\u0641\u0627\u0635\u0644\u0647 \u0628\u06CC\u0646 \u0645\u0627\u0634\u0647 \u0647\u0627 \u0631\u0627 \u0628\u0631\u0627\u06CC \u067E\u0627\u06CC\u0627\u0646 \u062F\u0627\u062F\u0646 \u0628\u0647 \u062A\u0631\u06A9\u06CC\u0628 \u0648\u0627\u0631\u062F \u06A9\u0646\u06CC\u062F.",inputTrailingTriggerKeyTimeoutDescription:"\u0632\u0645\u0627\u0646 \u0641\u0627\u0635\u0644\u0647 (\u0645\u06CC\u0644\u06CC \u062B\u0627\u0646\u06CC\u0647) \u0631\u0627 \u0628\u0631\u0627\u06CC \u0648\u0631\u0648\u062F\u06CC \u0628\u0631\u0627\u06CC \u067E\u0627\u06CC\u0627\u0646 \u062F\u0627\u062F\u0646 \u0628\u0647 \u0645\u062D\u0631\u06A9 \u062A\u0631\u06A9\u06CC\u0628\u06CC \u062A\u0646\u0638\u06CC\u0645 \u06A9\u0646\u06CC\u062F",spaceKey:"",noneKey:"\u0628\u062F\u0648\u0646 \u0646\u06CC\u0627\u0632 \u0628\u0647 \u067E\u06CC\u0634\u0648\u0646\u062F\u060C \u0628\u0647 \u0637\u0648\u0631 \u0645\u0633\u062A\u0642\u06CC\u0645 \u06A9\u0644 \u062C\u0639\u0628\u0647 \u0645\u062A\u0646 \u0631\u0627 \u062A\u0631\u062C\u0645\u0647 \u06A9\u0646\u06CC\u062F",inputTranslationBlockUrlsTitle:"\u0647\u0631\u06AF\u0632 \u067E\u06CC\u0634\u0631\u0641\u062A \u0647\u0627\u06CC \u0641\u06CC\u0644\u062F \u0648\u0631\u0648\u062F\u06CC \u0631\u0627 \u062F\u0631 URL \u0647\u0627 \u0641\u0639\u0627\u0644 \u0646\u06A9\u0646\u06CC\u062F",inputTranslationBlockUrlsDescription:"\u062F\u0631 \u0622\u062F\u0631\u0633\u200C\u0647\u0627\u06CC \u0627\u06CC\u0646\u062A\u0631\u0646\u062A\u06CC \u0632\u06CC\u0631\u060C \u0628\u0647\u0628\u0648\u062F \u06A9\u0627\u062F\u0631 \u0648\u0631\u0648\u062F\u06CC \u0627\u062B\u0631\u06CC \u0646\u062E\u0648\u0627\u0647\u062F \u062F\u0627\u0634\u062A",clickToSeeQuickDemo:"\u0628\u0631\u0627\u06CC \u06AF\u0633\u062A\u0631\u0634 \u0648\u06CC\u062F\u06CC\u0648\u06CC \u0622\u0645\u0648\u0632\u0634 \u0633\u0631\u06CC\u0639 30 \u062B\u0627\u0646\u06CC\u0647 \u0627\u06CC \u06A9\u0644\u06CC\u06A9 \u06A9\u0646\u06CC\u062F",inputHelperInfo:"\u0646\u06A9\u062A\u0647\uFF1A: \u0645\u0627 \u0628\u0647 \u0637\u0648\u0631 \u062E\u0627\u0635 \u0627\u06CC\u0646 \u0645\u0648\u0636\u0648\u0639 \u0631\u0627 \u0628\u0647\u06CC\u0646\u0647 \u0633\u0627\u0632\u06CC \u06A9\u0631\u062F\u0647 \u0627\u06CC\u0645 \u06A9\u0647 \u062F\u0631 \u0622\u0646 \u0628\u0631\u062E\u06CC \u0627\u0632 \u06A9\u0627\u0631\u0627\u06A9\u062A\u0631\u0647\u0627\u06CC \u0645\u0627\u0634\u0647 \u0628\u0647 \u0639\u0644\u0627\u0626\u0645 \u0646\u06AF\u0627\u0631\u0634\u06CC \u0686\u06CC\u0646\u06CC \u062F\u0631 \u0631\u0648\u0634 \u0648\u0631\u0648\u062F\u06CC \u0686\u06CC\u0646\u06CC \u062A\u0628\u062F\u06CC\u0644 \u0645\u06CC \u0634\u0648\u0646\u062F. \u0628\u0647 \u0639\u0646\u0648\u0627\u0646 \u0645\u062B\u0627\u0644\u060C \u062F\u0631 \u0631\u0648\u0634 \u0648\u0631\u0648\u062F\u06CC Sogou\u060C / \u0628\u0647 \u0645\u06A9\u062B \u062A\u0628\u062F\u06CC\u0644 \u0645\u06CC \u0634\u0648\u062F\u060C \u0648 \u062A\u0631\u062C\u0645\u0647 \u0647\u0645\u0647 \u062C\u0627\u0646\u0628\u0647 \u0627\u0632 \u0647\u0645\u0647 \u0646\u0645\u0627\u062F\u0647\u0627\u06CC \u0686\u06CC\u0646\u06CC \u0645\u0631\u0628\u0648\u0637 \u0628\u0647 \u067E\u0634\u062A\u06CC\u0628\u0627\u0646\u06CC \u0645\u06CC \u06A9\u0646\u062F. \u06A9\u0627\u0631\u0627\u06A9\u062A\u0631\u0647\u0627\u06CC \u0645\u0627\u0634\u0647\u060C \u06CC\u0639\u0646\u06CC //\u060C\u060C \u0647\u0645\u0647 \u0628\u0647 \u0639\u0646\u0648\u0627\u0646 \u06A9\u0627\u0631\u0627\u06A9\u062A\u0631\u0647\u0627\u06CC \u0645\u0627\u0634\u0647 \u0634\u0646\u0627\u062E\u062A\u0647 \u0645\u06CC \u0634\u0648\u0646\u062F.

\u062F\u0631 \u0639\u06CC\u0646 \u062D\u0627\u0644\u060C \u0645\u0627 \u0647\u0645\u0686\u0646\u06CC\u0646 \u0627\u0632 \u0646\u0627\u0645 \u0645\u0633\u062A\u0639\u0627\u0631 \u0686\u06CC\u0646\u06CC \u06A9\u062F\u0647\u0627\u06CC \u0632\u0628\u0627\u0646 \u0628\u0647 \u0639\u0646\u0648\u0627\u0646 \u062F\u0633\u062A\u0648\u0631\u0627\u062A \u067E\u0634\u062A\u06CC\u0628\u0627\u0646\u06CC \u0645\u06CC \u06A9\u0646\u06CC\u0645. \u0628\u0647 \u0639\u0646\u0648\u0627\u0646 \u0645\u062B\u0627\u0644\u060C /Japanese Hello World \u0628\u0647 \u0698\u0627\u067E\u0646\u06CC \u062A\u0631\u062C\u0645\u0647 \u0645\u06CC \u0634\u0648\u062F. <1> \u0628\u0631\u0627\u06CC \u0645\u0634\u0627\u0647\u062F\u0647 \u0647\u0645\u0647 \u06A9\u062F\u0647\u0627\u06CC \u0632\u0628\u0627\u0646 \u067E\u0634\u062A\u06CC\u0628\u0627\u0646\u06CC \u0634\u062F\u0647 \u0627\u06CC\u0646\u062C\u0627 \u0631\u0627 \u06A9\u0644\u06CC\u06A9 \u06A9\u0646\u06CC\u062F. .",reloadCurrentPage:"\u0644\u0637\u0641\u0627\u064B \u0642\u0628\u0644 \u0627\u0632 \u0634\u0631\u0648\u0639 \u062A\u0631\u062C\u0645\u0647 \u0635\u0641\u062D\u0647 \u0641\u0639\u0644\u06CC \u0631\u0627 \u0628\u0627\u0632\u062E\u0648\u0627\u0646\u06CC \u06A9\u0646\u06CC\u062F",noLocalFilePermissionForPDF:"\u0645\u0627 \u062F\u0631 \u062D\u0627\u0644 \u062D\u0627\u0636\u0631 \u0645\u062C\u0648\u0632 \u062E\u0648\u0627\u0646\u062F\u0646 \u0641\u0627\u06CC\u0644 \u0647\u0627\u06CC \u0645\u062D\u0644\u06CC \u0631\u0627 \u0646\u062F\u0627\u0631\u06CC\u0645. \u0644\u0637\u0641\u0627 \u0631\u0648\u06CC \u062F\u06A9\u0645\u0647 \u0628\u0627\u0644\u0627 \u06A9\u0644\u06CC\u06A9 \u06A9\u0646\u06CC\u062F \u0648 \u0641\u0627\u06CC\u0644 \u0647\u0627\u06CC \u0645\u062D\u0644\u06CC \u0631\u0627 \u0648\u0627\u0631\u062F \u06A9\u0646\u06CC\u062F.",noPermissionForThisPage:"\u26A0\uFE0F \u0627\u062C\u0627\u0632\u0647 \u062A\u0631\u062C\u0645\u0647 \u0635\u0641\u062D\u0647 \u0641\u0639\u0644\u06CC \u0648\u062C\u0648\u062F \u0646\u062F\u0627\u0631\u062F",retryAllParagraphs:"\u0647\u0645\u0647 \u067E\u0627\u0631\u0627\u06AF\u0631\u0627\u0641 \u0647\u0627\u06CC \u062E\u0637\u0627 \u0631\u0627 \u062F\u0648\u0628\u0627\u0631\u0647 \u0627\u0645\u062A\u062D\u0627\u0646 \u06A9\u0646\u06CC\u062F",retryAllButton:"\u0647\u0645\u0647 \u067E\u0627\u0631\u0627\u06AF\u0631\u0627\u0641 \u0647\u0627\u06CC \u062E\u0637\u0627 \u0631\u0627 \u062F\u0648\u0628\u0627\u0631\u0647 \u0627\u0645\u062A\u062D\u0627\u0646 \u06A9\u0646\u06CC\u062F",errorTooltipTitle:"\u0628\u0631\u0627\u06CC \u0645\u0634\u0627\u0647\u062F\u0647 \u062F\u0644\u06CC\u0644 \u062E\u0637\u0627 \u06A9\u0644\u06CC\u06A9 \u06A9\u0646\u06CC\u062F",errorModalTitle:"\u0628\u0647 \u0646\u0638\u0631 \u0645\u06CC \u0631\u0633\u062F \u0645\u0634\u06A9\u0644\u06CC \u062F\u0631 \u062E\u062F\u0645\u0627\u062A \u062A\u0631\u062C\u0645\u0647 \u06CC\u0627 \u0634\u0628\u06A9\u0647 \u0648\u062C\u0648\u062F \u062F\u0627\u0631\u062F ...",disableConfirm:"\u062A\u0646\u0638\u06CC\u0645\u0627\u062A \u0627\u0641\u0632\u0627\u06CC\u0634 \u0627\u0637\u0644\u0627\u0639\u0627\u062A \u062F\u0648 \u0632\u0628\u0627\u0646\u0647",disableOnce:"\u0627\u06CC\u0646 \u0628\u0627\u0631 \u063A\u06CC\u0631 \u0641\u0639\u0627\u0644 \u0634\u062F\u0647",disableGlobal:"\u0628\u0631\u0627\u06CC \u0647\u0645\u06CC\u0634\u0647 \u0627\u0632 \u06A9\u0627\u0631 \u0627\u0641\u062A\u0627\u062F\u0647 \u0627\u0633\u062A",disableTint:"* \u0645\u06CC \u062A\u0648\u0627\u0646\u06CC\u062F \u0622\u0646 \u0631\u0627 \u0645\u062C\u062F\u062F\u0627\u064B \u062F\u0631 {option} \u0641\u0639\u0627\u0644 \u06A9\u0646\u06CC\u062F.",searchEnhancementNotes:"\u062F\u0631\u06CC\u0627\u0641\u062A\u06CC\u0645 \u06A9\u0647 \u0646\u062A\u0627\u06CC\u062C \u0627\u062E\u0628\u0627\u0631 \u0628\u0631\u0627\u06CC \u06A9\u0644\u0645\u0627\u062A \u06A9\u0644\u06CC\u062F\u06CC \u0686\u06CC\u0646\u06CC \u0648 \u06A9\u0644\u0645\u0627\u062A \u06A9\u0644\u06CC\u062F\u06CC \u0627\u0646\u06AF\u0644\u06CC\u0633\u06CC \u0628\u0633\u06CC\u0627\u0631 \u0645\u062A\u0641\u0627\u0648\u062A \u0627\u0633\u062A. \u067E\u0633 \u0627\u0632 \u0641\u0639\u0627\u0644 \u06A9\u0631\u062F\u0646 \u0639\u0645\u0644\u06A9\u0631\u062F \u0628\u0647\u0628\u0648\u062F \u0627\u0637\u0644\u0627\u0639\u0627\u062A \u062F\u0648\u0632\u0628\u0627\u0646\u0647 \u062A\u0631\u062C\u0645\u0647 \u0647\u0645\u0647\u062C\u0627\u0646\u0628\u0647\u060C \u062F\u0631 \u0648\u0628 \u0633\u0627\u06CC\u062A \u0647\u0627\u06CC \u067E\u0634\u062A\u06CC\u0628\u0627\u0646\u06CC \u0634\u062F\u0647 (Google News\u060C \u062C\u0633\u062A\u062C\u0648\u06CC Google (\u0628\u0631\u062E\u06CC \u0627\u0632 \u06A9\u0644\u0645\u0627\u062A \u06A9\u0644\u06CC\u062F\u06CC)\u060C Snowball\u060C Oriental Fortune Network\u060C Futu \u062C\u0633\u062A\u062C\u0648 \u062E\u0648\u0627\u0647\u06CC\u0645 \u06A9\u0631\u062F. , Tiger) \u0628\u0647 \u0637\u0648\u0631 \u062E\u0648\u062F\u06A9\u0627\u0631 \u0647\u0645\u0627\u0646 \u06A9\u0644\u0645\u0627\u062A \u06A9\u0644\u06CC\u062F\u06CC \u0631\u0627 \u0628\u0647 \u0632\u0628\u0627\u0646 \u0627\u0646\u06AF\u0644\u06CC\u0633\u06CC \u0628\u0631\u0627\u06CC \u0634\u0645\u0627 \u062C\u0633\u062A\u062C\u0648 \u0645\u06CC \u06A9\u0646\u062F \u0648 \u062F\u0631 \u0633\u0645\u062A \u0631\u0627\u0633\u062A \u0646\u0645\u0627\u06CC\u0634 \u0645\u06CC \u062F\u0647\u062F. \u0627\u06AF\u0631 \u0628\u0647 \u0627\u06CC\u0646 \u0648\u06CC\u0698\u06AF\u06CC \u0646\u06CC\u0627\u0632 \u0646\u062F\u0627\u0631\u06CC\u062F\u060C \u0645\u06CC \u062A\u0648\u0627\u0646\u06CC\u062F \u0622\u0646 \u0631\u0627 \u063A\u06CC\u0631\u0641\u0639\u0627\u0644 \u06A9\u0646\u06CC\u062F.",option:"\u0628\u0631\u067E\u0627\u06CC\u06CC",saveSettings:"\u062A\u0646\u0638\u06CC\u0645\u0627\u062A \u0631\u0627 \u0630\u062E\u06CC\u0631\u0647 \u06A9\u0646",closeModal:"\u067E\u0646\u062C\u0631\u0647 \u0631\u0627 \u0628\u0628\u0646\u062F",enableInputTranslationWithoutTriggerKeyTitle:"\u062A\u0631\u06A9\u06CC\u0628 \u0633\u0631\u06CC\u0639 \u0631\u0627 3 \u0628\u0627\u0631{trailingKey}\u0641\u0639\u0627\u0644 \u06A9\u0646\u06CC\u062F\u060C \u062A\u0645\u0627\u0645 \u06A9\u0627\u062F\u0631 \u0648\u0631\u0648\u062F\u06CC \u0631\u0627 \u0645\u0633\u062A\u0642\u06CC\u0645\u0627\u064B \u0628\u0647{inputTargetLanguage}\u062A\u0631\u062C\u0645\u0647 \u06A9\u0646\u06CC\u062F",enableInputTranslationWithoutTriggerKeyDescription:"\u0627\u06AF\u0631 \u0645\u06CC\u200C\u062E\u0648\u0627\u0647\u06CC\u062F \u0632\u0628\u0627\u0646 \u0645\u0642\u0635\u062F \u0631\u0627 \u0645\u0634\u062E\u0635 \u06A9\u0646\u06CC\u062F\u060C \u0644\u0637\u0641\u0627\u064B \u06A9\u062F \u0632\u0628\u0627\u0646 \u0645\u0642\u0627\u0628\u0644 \u0631\u0627 \u0627\u0636\u0627\u0641\u0647 \u06A9\u0646\u06CC\u062F\u060C \u0645\u0627\u0646\u0646\u062F\uFF1A\u06CC\u0627 Hello World",mouseHoverShortcutPlaceholder:"\u0645\u0627\u0646\u0646\u062F\uFF1AShift",deepLProName:"\u0639\u0636\u0648 \u062D\u0631\u0641\u0647 \u0627\u06CC \u062A\u0631\u062C\u0645\u0647 Immersive (\u062A\u0648\u0635\u06CC\u0647 \u0645\u06CC \u0634\u0648\u062F)",deepLProDescription:"\u0628\u0633\u062A\u0647 \u0641\u0639\u0644\u06CC \u0631\u0627 \u0645\u06CC \u062A\u0648\u0627\u0646 \u0628\u0647 \u0637\u0648\u0631 \u0645\u0633\u062A\u0642\u06CC\u0645 \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u06A9\u0631\u062F",deeplProDescriptionForNormal:"\u0647\u06CC\u0686 \u062A\u0646\u0638\u06CC\u0645\u0627\u062A\u06CC \u0644\u0627\u0632\u0645 \u0646\u06CC\u0633\u062A. \u0645\u06CC \u062A\u0648\u0627\u0646\u06CC\u062F \u067E\u0633 \u0627\u0632 \u0648\u0631\u0648\u062F \u0628\u0647 \u0639\u0646\u0648\u0627\u0646 \u0639\u0636\u0648 \u0627\u0632 \u0622\u0646 \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u06A9\u0646\u06CC\u062F. <1> \u0628\u0631\u0627\u06CC \u0627\u0631\u062A\u0642\u0627 \u0628\u0647 \u0639\u0636\u0648 \u0627\u06CC\u0646\u062C\u0627 \u0631\u0627 \u06A9\u0644\u06CC\u06A9 \u06A9\u0646\u06CC\u062F.",deepLCustomDescription:"\u0634\u0645\u0627 \u0628\u0647 \u06CC\u06A9 \u06A9\u0627\u0631\u062A \u0627\u0639\u062A\u0628\u0627\u0631\u06CC \u062E\u0627\u0631\u062C\u06CC \u0646\u06CC\u0627\u0632 \u062F\u0627\u0631\u06CC\u062F\u060C \u0628\u0647 <1>DeepL \u0628\u0631\u0648\u06CC\u062F \u0628\u0647 \u0637\u0648\u0631 \u0631\u0633\u0645\u06CC \u0628\u0627\u0632 \u0634\u062F\u060C \u0628\u0631\u0627\u06CC \u0645\u0634\u0627\u0647\u062F\u0647 \u0627\u0633\u0646\u0627\u062F <2> \u06A9\u0644\u06CC\u06A9 \u06A9\u0646\u06CC\u062F",deepLCustomName:"\u06A9\u0644\u06CC\u062F \u062A\u0623\u06CC\u06CC\u062F \u0633\u0641\u0627\u0631\u0634\u06CC",chooseProviderLabel:"\u0627\u0631\u0627\u0626\u0647 \u062F\u0647\u0646\u062F\u0647 \u062E\u062F\u0645\u0627\u062A \u0631\u0627 \u0627\u0646\u062A\u062E\u0627\u0628 \u06A9\u0646\u06CC\u062F",openaiProName:"\u0639\u0636\u0648 \u062D\u0631\u0641\u0647 \u0627\u06CC \u062A\u0631\u062C\u0645\u0647 Immersive (\u062A\u0648\u0635\u06CC\u0647 \u0645\u06CC \u0634\u0648\u062F)",openaiProDescription:"\u0628\u0633\u062A\u0647 \u0641\u0639\u0644\u06CC \u0631\u0627 \u0645\u06CC \u062A\u0648\u0627\u0646 \u0628\u0647 \u0637\u0648\u0631 \u0645\u0633\u062A\u0642\u06CC\u0645 \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u06A9\u0631\u062F",openaiProDescriptionForNormal:"\u0647\u06CC\u0686 \u062A\u0646\u0638\u06CC\u0645\u0627\u062A\u06CC \u0644\u0627\u0632\u0645 \u0646\u06CC\u0633\u062A. \u0645\u06CC \u062A\u0648\u0627\u0646\u06CC\u062F \u067E\u0633 \u0627\u0632 \u0648\u0631\u0648\u062F \u0628\u0647 \u0639\u0646\u0648\u0627\u0646 \u0639\u0636\u0648 \u0627\u0632 \u0622\u0646 \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u06A9\u0646\u06CC\u062F. <1> \u0628\u0631\u0627\u06CC \u0627\u0631\u062A\u0642\u0627 \u0628\u0647 \u0639\u0636\u0648 \u0627\u06CC\u0646\u062C\u0627 \u0631\u0627 \u06A9\u0644\u06CC\u06A9 \u06A9\u0646\u06CC\u062F.",openaiCustomDescription:"\u0645\u06CC \u062A\u0648\u0627\u0646 \u0622\u0646 \u0631\u0627 \u0627\u0632 OpenAI\u060C Azure OpenAI \u06CC\u0627 \u0633\u0627\u06CC\u0631 \u062E\u062F\u0645\u0627\u062A \u0634\u062E\u0635 \u062B\u0627\u0644\u062B \u062F\u0631\u06CC\u0627\u0641\u062A \u06A9\u0631\u062F. <1> \u0628\u0631\u0627\u06CC \u0645\u0634\u0627\u0647\u062F\u0647 \u0633\u0646\u062F \u0627\u06CC\u0646\u062C\u0627 \u0631\u0627 \u06A9\u0644\u06CC\u06A9 \u06A9\u0646\u06CC\u062F.",openaiCustomName:"\u06A9\u0644\u06CC\u062F API \u0633\u0641\u0627\u0631\u0634\u06CC",needLoginAction:"(\u0639\u0636\u0648\u06CC\u062A \u0631\u0627 \u0648\u0627\u0631\u062F \u06A9\u0646\u06CC\u062F \u06CC\u0627 \u0633\u0641\u0627\u0631\u0634\u06CC \u06A9\u0646\u06CC\u062F)",goLoginOrAction:"(\u0648\u0627\u0631\u062F \u0639\u0636\u0648\u06CC\u062A \u0634\u0648\u06CC\u062F \u06CC\u0627 \u0628\u0647 \u062A\u0646\u0638\u06CC\u0645\u0627\u062A \u0628\u0631\u0648\u06CC\u062F)",yearly:"\u0627\u0634\u062A\u0631\u0627\u06A9 \u0633\u0627\u0644\u0627\u0646\u0647 \u0645\u0633\u062A\u0645\u0631",quarterly:"\u0641\u0635\u0644 \u0647\u0627\u06CC \u0645\u062A\u0648\u0627\u0644\u06CC",monthly:"\u0627\u0634\u062A\u0631\u0627\u06A9 \u0645\u0627\u0647\u0627\u0646\u0647 \u0645\u0633\u062A\u0645\u0631",yearlyForOnce:"\u0628\u0633\u062A\u0647 \u0633\u0627\u0644\u0627\u0646\u0647 \u06CC\u06A9\u0628\u0627\u0631 \u0645\u0635\u0631\u0641",monthlyForOnce:"\u0628\u0633\u062A\u0647 \u06CC\u06A9\u0628\u0627\u0631\u0647 \u0645\u0627\u0647\u0627\u0646\u0647",daily:"\u0631\u0648\u0632\u0647\u0627\u06CC \u0645\u062A\u0648\u0627\u0644\u06CC",year:"\u0627\u0634\u062A\u0631\u0627\u06A9 \u0633\u0627\u0644\u0627\u0646\u0647 \u0645\u0633\u062A\u0645\u0631",quarter:"\u0641\u0635\u0644 \u0647\u0627\u06CC \u0645\u062A\u0648\u0627\u0644\u06CC",month:"\u0627\u0634\u062A\u0631\u0627\u06A9 \u0645\u0627\u0647\u0627\u0646\u0647 \u0645\u0633\u062A\u0645\u0631",day:"\u0631\u0648\u0632\u0647\u0627\u06CC \u0645\u062A\u0648\u0627\u0644\u06CC",onetime_7day:"\u0628\u0633\u062A\u0647 \u0622\u0632\u0645\u0627\u06CC\u0634\u06CC 7 \u0631\u0648\u0632\u0647",currentPlanDescriptionForFree:"\u0628\u0633\u062A\u0647 \u0641\u0639\u0644\u06CC\uFF1A\u0631\u0627\u06CC\u06AF\u0627\u0646 \u0627\u0633\u062A",currentPlanDescriptionForContinuous:"\u0628\u0633\u062A\u0647 \u0641\u0639\u0644\u06CC 0{plan}\uFF1A\u0648 \u0628\u0647 \u0637\u0648\u0631 \u062E\u0648\u062F\u06A9\u0627\u0631 \u062F\u0631 {endAt} \u062A\u0645\u062F\u06CC\u062F \u0645\u06CC \u0634\u0648\u062F",currentPlanDescriptionForAutoRenewCaceling:"\u0628\u0633\u062A\u0647 \u0641\u0639\u0644\u06CC\uFF1A{plan}\u0627\u0633\u062A \u0648 \u062F\u0631 {endAt} \u0645\u0646\u0642\u0636\u06CC \u0645\u06CC \u0634\u0648\u062F. \u067E\u0633 \u0627\u0632 \u0627\u0646\u0642\u0636\u0627 \u0628\u0647 \u0637\u0648\u0631 \u062E\u0648\u062F\u06A9\u0627\u0631 \u062A\u0645\u062F\u06CC\u062F \u0646\u0645\u06CC \u0634\u0648\u062F.",currentYearlyPlanDescriptionForAutoRenewCacelingWithRealPaiedUser:"\u0628\u0633\u062A\u0647 \u0641\u0639\u0644\u06CC\uFF1A{plan}\u062F\u0631 \u062A\u0627\u0631\u06CC\u062E {endAt} \u0645\u0646\u0642\u0636\u06CC \u0645\u06CC \u0634\u0648\u062F \u0648 \u067E\u0633 \u0627\u0632 \u0627\u0646\u0642\u0636\u0627 \u0628\u0647 \u0637\u0648\u0631 \u062E\u0648\u062F\u06A9\u0627\u0631 \u062A\u0645\u062F\u06CC\u062F \u0646\u0645\u06CC \u0634\u0648\u062F.
<1> \u0628\u0631\u0627\u06CC \u0645\u062F\u06CC\u0631\u06CC\u062A \u0628\u0631\u0646\u0627\u0645\u0647 \u0647\u0627\u06CC \u062A\u0645\u062F\u06CC\u062F \u0627\u06CC\u0646\u062C\u0627 \u0631\u0627 \u06A9\u0644\u06CC\u06A9 \u06A9\u0646\u06CC\u062F",currentYearlyPlanDescriptionForAutoRenewCacelingWithAdmin:"\u0628\u0633\u062A\u0647 \u0641\u0639\u0644\u06CC\uFF1A{plan}\u062F\u0631 \u062A\u0627\u0631\u06CC\u062E {endAt} \u0645\u0646\u0642\u0636\u06CC \u0645\u06CC \u0634\u0648\u062F \u0648 \u067E\u0633 \u0627\u0632 \u0627\u0646\u0642\u0636\u0627 \u0628\u0647 \u0637\u0648\u0631 \u062E\u0648\u062F\u06A9\u0627\u0631 \u062A\u0645\u062F\u06CC\u062F \u0646\u0645\u06CC \u0634\u0648\u062F.
<1>\u0628\u0631\u0627\u06CC \u0641\u0639\u0627\u0644 \u06A9\u0631\u062F\u0646 \u0627\u0634\u062A\u0631\u0627\u06A9 \u0633\u0627\u0644\u0627\u0646\u0647 \u0645\u0633\u062A\u0645\u0631 \u0627\u06CC\u0646\u062C\u0627 \u0631\u0627 \u06A9\u0644\u06CC\u06A9 \u06A9\u0646\u06CC\u062F",currentPlanDescriptionForOneTime:"\u0628\u0633\u062A\u0647 \u0641\u0639\u0644\u06CC\uFF1A{plan}\u0627\u0633\u062A \u0648 \u062F\u0631 {endAt} \u0645\u0646\u0642\u0636\u06CC \u0645\u06CC \u0634\u0648\u062F. <1> \u0628\u0631\u0627\u06CC \u0627\u0631\u062A\u0642\u0627\u0621 \u0628\u0647 \u0647\u0632\u06CC\u0646\u0647 \u0633\u0627\u0644\u0627\u0646\u0647 \u0627\u06CC\u0646\u062C\u0627 \u0631\u0627 \u06A9\u0644\u06CC\u06A9 \u06A9\u0646\u06CC\u062F \u06CC\u0627 <2> \u0647\u0632\u06CC\u0646\u0647 \u0645\u0627\u0647\u0627\u0646\u0647 \u0639\u0636\u0648",upgradePlan:"\u0628\u0631\u0627\u06CC \u0627\u0631\u062A\u0642\u0627\u0621 \u0628\u0647 \u0639\u0636\u0648\u06CC\u062A Pro \u0627\u06CC\u0646\u062C\u0627 \u0631\u0627 \u06A9\u0644\u06CC\u06A9 \u06A9\u0646\u06CC\u062F",upgradeToPro:"\u0628\u0647 \u0639\u0636\u0648\u06CC\u062A Pro \u0627\u0631\u062A\u0642\u0627 \u062F\u0647\u06CC\u062F","popup.openPro":"\u5F00\u901A\u4F1A\u5458\u540E\u53EF\u4EE5\u7545\u4EAB DeepL \u548C OpenAI \u7FFB\u8BD1","popup.openProForPro":"\u0634\u0645\u0627 \u06CC\u06A9 \u0639\u0636\u0648 \u062D\u0631\u0641\u0647 \u0627\u06CC \u0647\u0633\u062A\u06CC\u062F \u0648 \u0645\u06CC \u062A\u0648\u0627\u0646\u06CC\u062F \u0645\u0633\u062A\u0642\u06CC\u0645\u0627\u064B \u0627\u0632 \u062A\u0631\u062C\u0645\u0647 DeepL \u0648 OpenAI \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u06A9\u0646\u06CC\u062F",currentAccount:"\u062D\u0633\u0627\u0628 \u062C\u0627\u0631\u06CC",enableAutoSyncUserSettings:"\u0647\u0645\u06AF\u0627\u0645 \u0633\u0627\u0632\u06CC \u0627\u0628\u0631\u06CC \u062E\u0648\u062F\u06A9\u0627\u0631 \u0631\u0627 \u062F\u0631 \u0686\u0646\u062F\u06CC\u0646 \u062F\u0633\u062A\u06AF\u0627\u0647 \u0641\u0639\u0627\u0644 \u06A9\u0646\u06CC\u062F",modalEnableInputTranslationTitle:"\u0646\u06A9\u0627\u062A \u062A\u0631\u062C\u0645\u0647 \u0647\u0645\u0647\u062C\u0627\u0646\u0628\u0647 \u062C\u0639\u0628\u0647 \u0648\u0631\u0648\u062F\u06CC \u062A\u0631\u062C\u0645\u0647",modalEnableInputTranslationDesc:"\u0634\u0645\u0627 \u0628\u0647 \u062A\u0627\u0632\u06AF\u06CC \u062A\u0631\u062C\u0645\u0647 \u062C\u0639\u0628\u0647 \u0648\u0631\u0648\u062F\u06CC Immersive Translation \u0631\u0627 \u0628\u0627 \u0641\u0634\u0627\u0631 \u062F\u0627\u062F\u0646 \u06A9\u0644\u06CC\u062F \u0641\u0627\u0635\u0644\u0647 \u0633\u0647 \u0628\u0627\u0631 \u067E\u0634\u062A \u0633\u0631 \u0647\u0645 \u0641\u0639\u0627\u0644 \u06A9\u0631\u062F\u0647 \u0627\u06CC\u062F \u0648 \u0645\u062D\u062A\u0648\u0627\u06CC \u062C\u0639\u0628\u0647 \u0648\u0631\u0648\u062F\u06CC \u0628\u0647 \u0632\u0628\u0627\u0646 \u0645\u0642\u0635\u062F \u067E\u06CC\u0634 \u0641\u0631\u0636 \u062A\u0631\u062C\u0645\u0647 \u0645\u06CC \u0634\u0648\u062F. \u062A\u0631\u062C\u0645\u0647 \u0631\u0627 \u0645\u06CC \u062A\u0648\u0627\u0646 \u0628\u0627 Ctrl+Z \u0644\u063A\u0648 \u06A9\u0631\u062F.

\u0627\u06AF\u0631 \u0627\u06CC\u0646 \u06CC\u06A9 \u0627\u0634\u062A\u0628\u0627\u0647 \u0627\u0633\u062A\u060C \u0646\u06AF\u0631\u0627\u0646 \u0646\u0628\u0627\u0634\u06CC\u062F\u060C \u0645\u06CC\u200C\u062A\u0648\u0627\u0646\u06CC\u062F \u0627\u06CC\u0646 \u0628\u0627\u0631 \u0622\u0646 \u0631\u0627 \u063A\u06CC\u0631\u0641\u0639\u0627\u0644 \u06A9\u0646\u06CC\u062F \u06CC\u0627 \u062A\u0631\u062C\u0645\u0647 \u062C\u0639\u0628\u0647 \u0648\u0631\u0648\u062F\u06CC \u0631\u0627 \u0628\u0631\u0627\u06CC \u0647\u0645\u06CC\u0634\u0647 \u063A\u06CC\u0631\u0641\u0639\u0627\u0644 \u06A9\u0646\u06CC\u062F.",saveAndNotShowAgain:"\u0630\u062E\u06CC\u0631\u0647 \u06A9\u0646\u06CC\u062F \u0648 \u062F\u0648\u0628\u0627\u0631\u0647 \u062F\u0631\u062E\u0648\u0627\u0633\u062A \u0646\u06A9\u0646\u06CC\u062F",disableInputTranslationTips:"* \u0647\u0645\u0686\u0646\u06CC\u0646 \u0645\u06CC \u062A\u0648\u0627\u0646\u06CC\u062F \u0633\u0627\u06CC\u0631 \u06A9\u0644\u06CC\u062F\u0647\u0627\u06CC \u0645\u06CC\u0627\u0646\u0628\u0631 \u0631\u0627 \u0628\u0631\u0627\u06CC \u0641\u0639\u0627\u0644 \u06A9\u0631\u062F\u0646 {option} \u060C{learnMore}\u062A\u0646\u0638\u06CC\u0645 \u06A9\u0646\u06CC\u062F.",learnMore:"\u0628\u0631\u0627\u06CC \u0627\u0637\u0644\u0627\u0639\u0627\u062A \u0628\u06CC\u0634\u062A\u0631 \u0627\u06CC\u0646\u062C\u0627 \u06A9\u0644\u06CC\u06A9 \u06A9\u0646\u06CC\u062F",continueEnalbeInputTranslation:"\u0628\u0647 \u0641\u0639\u0627\u0644 \u06A9\u0631\u062F\u0646 \u062A\u0631\u062C\u0645\u0647 \u062C\u0639\u0628\u0647 \u0648\u0631\u0648\u062F\u06CC \u0627\u062F\u0627\u0645\u0647 \u062F\u0647\u06CC\u062F",autoRenewTrialSuffix:'(\u062F\u0631 \u0637\u0648\u0644 \u062F\u0648\u0631\u0647 \u0622\u0632\u0645\u0627\u06CC\u0634\u06CC\u060C\u0628\u0644\u0627\u0641\u0627\u0635\u0644\u0647 \u0628\u0647 \u06CC\u06A9\u0631\u0633\u0645\u06CC \u0627\u0631\u062A\u0642\u0627 \u062E\u0648\u0627\u0647\u062F \u06CC\u0627\u0641\u062A.',upgradeFromTrialTitle:"\u0627\u0631\u062A\u0642\u0627 \u0628\u0647 \u0639\u0636\u0648 \u0631\u0633\u0645\u06CC",subtitle:"\u0632\u06CC\u0631\u0646\u0648\u06CC\u0633 \u0648\u06CC\u062F\u06CC\u0648",youtubeService:"\u062E\u062F\u0645\u0627\u062A \u062A\u0631\u062C\u0645\u0647 \u0632\u06CC\u0631\u0646\u0648\u06CC\u0633 \u0648\u06CC\u062F\u06CC\u0648\u06CC\u06CC \u0647\u0645\u0647\u062C\u0627\u0646\u0628\u0647","subtitle.disabledSubtitle":"\u0632\u06CC\u0631\u0646\u0648\u06CC\u0633 \u0648\u06CC\u062F\u06CC\u0648 \u0631\u0627 \u0628\u0631\u0627\u06CC \u0647\u0645\u06CC\u0634\u0647 \u063A\u06CC\u0631\u0641\u0639\u0627\u0644 \u06A9\u0646\u06CC\u062F","subtitle.disabledSubtitleDescription":"\u0627\u06AF\u0631 \u0632\u06CC\u0631\u0646\u0648\u06CC\u0633\u200C\u0647\u0627\u06CC \u0648\u06CC\u062F\u06CC\u0648\u06CC \xAB\u062A\u0631\u062C\u0645\u0647 Immersive\xBB \u0628\u0627 \u0628\u0631\u0646\u0627\u0645\u0647\u200C\u0647\u0627\u06CC \u0627\u0641\u0632\u0648\u062F\u0646\u06CC \u062F\u06CC\u06AF\u0631 \u062A\u062F\u0627\u062E\u0644 \u062F\u0627\u0631\u0646\u062F\u060C \u0645\u06CC\u200C\u062A\u0648\u0627\u0646\u06CC\u062F \u0627\u0646\u062A\u062E\u0627\u0628 \u06A9\u0646\u06CC\u062F \u06A9\u0647 \u0639\u0645\u0644\u06A9\u0631\u062F \u0632\u06CC\u0631\u0646\u0648\u06CC\u0633\u200C\u0647\u0627\u06CC \u0648\u06CC\u062F\u06CC\u0648\u06CC\u06CC \u062A\u0631\u062C\u0645\u0647 Immersive \u0631\u0627 \u0628\u0631\u0627\u06CC \u0647\u0645\u06CC\u0634\u0647 \u063A\u06CC\u0631\u0641\u0639\u0627\u0644 \u06A9\u0646\u06CC\u062F \u06CC\u0627 \u0633\u0627\u06CC\u0631 \u0628\u0631\u0646\u0627\u0645\u0647\u200C\u0647\u0627\u06CC \u0627\u0641\u0632\u0648\u062F\u0646\u06CC \u0645\u062A\u0646\u0627\u0642\u0636 \u0631\u0627 \u062D\u0630\u0641 \u0646\u0635\u0628 \u06A9\u0646\u06CC\u062F.","subtitle.autoEnableSubtitle":"\u5F00\u542F\u5B57\u5E55\u7FFB\u8BD1","subtitle.autoEnableSubtitleDescription":"\u067E\u0633 \u0627\u0632 \u0641\u0639\u0627\u0644 \u0633\u0627\u0632\u06CC\u060C \u0647\u0646\u06AF\u0627\u0645 \u067E\u062E\u0634 \u0648\u06CC\u062F\u06CC\u0648\u060C \u0632\u06CC\u0631\u0646\u0648\u06CC\u0633 \u062F\u0648\u0632\u0628\u0627\u0646\u0647 \u0628\u0647 \u0635\u0648\u0631\u062A \u062E\u0648\u062F\u06A9\u0627\u0631 \u0646\u0645\u0627\u06CC\u0634 \u062F\u0627\u062F\u0647 \u0645\u06CC \u0634\u0648\u062F\u060C \u062F\u0631 \u063A\u06CC\u0631 \u0627\u06CC\u0646 \u0635\u0648\u0631\u062A \u0628\u0627\u06CC\u062F \u0631\u0648\u06CC \u062F\u06A9\u0645\u0647 \u062A\u0631\u062C\u0645\u0647 \u06A9\u0644\u06CC\u06A9 \u06A9\u0646\u06CC\u062F \u062A\u0627 \u0646\u0645\u0627\u06CC\u0634 \u062F\u0627\u062F\u0647 \u0634\u0648\u062F.","subtitle.preTranslation":"\u0628\u0631\u0627\u06CC \u062A\u0631\u062C\u0645\u0647 \u0632\u06CC\u0631\u0646\u0648\u06CC\u0633 \u0647\u0627 \u0627\u0632 \u062A\u0631\u062C\u0645\u0647 \u0647\u0645\u0647 \u062C\u0627\u0646\u0628\u0647 \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u06A9\u0646\u06CC\u062F","subtitle.preTranslationDescription":"\u067E\u0633 \u0627\u0632 \u0641\u0639\u0627\u0644 \u06A9\u0631\u062F\u0646 \u0622\u0646\u060C \u0627\u0648\u0644\u0648\u06CC\u062A \u0628\u0627 \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u0627\u0632 \u062E\u062F\u0645\u0627\u062A \u062A\u0631\u062C\u0645\u0647 \u0645\u0634\u062E\u0635 \u0634\u062F\u0647 \u062F\u0631 \u0632\u06CC\u0631 \u0628\u0631\u0627\u06CC \u062A\u0631\u062C\u0645\u0647 \u06A9\u0644 \u0632\u06CC\u0631\u0646\u0648\u06CC\u0633 \u0627\u0632 \u0642\u0628\u0644 \u062E\u0648\u0627\u0647\u062F \u0628\u0648\u062F. \u06CC\u06A9 \u0648\u06CC\u062F\u06CC\u0648\u06CC \u06CC\u06A9 \u0633\u0627\u0639\u062A\u0647 \u062A\u0642\u0631\u06CC\u0628\u0627\u064B 50000 \u062A\u0648\u06A9\u0646 \u06CC\u0627 \u06A9\u0627\u0631\u0627\u06A9\u062A\u0631 \u0645\u0635\u0631\u0641 \u0645\u06CC \u06A9\u0646\u062F\u060C \u0628\u0646\u0627\u0628\u0631\u0627\u06CC\u0646 \u0644\u0637\u0641\u0627\u064B \u0627\u0632 \u0622\u0646 \u062F\u0631 \u0635\u0648\u0631\u062A \u0644\u0632\u0648\u0645 \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u06A9\u0646\u06CC\u062F\u061B \u067E\u0633 \u0627\u0632 \u063A\u06CC\u0631\u0641\u0639\u0627\u0644 \u0634\u062F\u0646\u060C \u0627\u0648\u0644\u0648\u06CC\u062A \u062F\u0627\u062F\u0647 \u0645\u06CC \u0634\u0648\u062F. \u0628\u0631\u0627\u06CC \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u0627\u0632 \u0632\u06CC\u0631\u0646\u0648\u06CC\u0633\u200C\u0647\u0627\u06CC \u062A\u0631\u062C\u0645\u0647\u200C\u0634\u062F\u0647 \u0645\u0627\u0634\u06CC\u0646\u06CC \u0647\u0645\u0631\u0627\u0647 \u0628\u0627 \u0648\u06CC\u062F\u06CC\u0648\u06CC \u0627\u0635\u0644\u06CC.","subtitle.humanSubtitlesPreferred":"\u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u0627\u0632 \u0632\u06CC\u0631\u0646\u0648\u06CC\u0633 \u0647\u0627\u06CC \u0627\u0646\u0633\u0627\u0646\u06CC \u0631\u0627 \u062F\u0631 \u0627\u0648\u0644\u0648\u06CC\u062A \u0642\u0631\u0627\u0631 \u062F\u0647\u06CC\u062F","subtitle.humanSubtitlesPreferredDescription":"\u0648\u0642\u062A\u06CC \u0648\u06CC\u062F\u06CC\u0648\u06CC\u06CC \u062F\u0627\u0631\u0627\u06CC \u0632\u06CC\u0631\u0646\u0648\u06CC\u0633 \u062F\u0633\u062A\u06CC \u0628\u0647 \u0632\u0628\u0627\u0646 \u0645\u0642\u0635\u062F \u0627\u0633\u062A\u060C \u0627\u0628\u062A\u062F\u0627 \u0627\u0632 \u0632\u06CC\u0631\u0646\u0648\u06CC\u0633 \u062F\u0633\u062A\u06CC \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u06A9\u0646\u06CC\u062F (\u062A\u0648\u0635\u06CC\u0647 \u0645\u06CC\u200C\u0634\u0648\u062F)",videoSubtitleTranslationDescription:"\u06CC\u06A9 \u0633\u0631\u0648\u06CC\u0633 \u062A\u0631\u062C\u0645\u0647 \u062C\u062F\u0627\u06AF\u0627\u0646\u0647 \u0628\u0631\u0627\u06CC \u0632\u06CC\u0631\u0646\u0648\u06CC\u0633 \u0648\u06CC\u062F\u06CC\u0648\u0647\u0627 \u062A\u0639\u06CC\u06CC\u0646 \u06A9\u0646\u06CC\u062F",subtitleTranslating:"\u062A\u0631\u062C\u0645\u0647 \u0632\u06CC\u0631\u0646\u0648\u06CC\u0633 \u0628\u0627 \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u0627\u0632 \u0633\u0631\u0648\u06CC\u0633 {service} \u060C \u0644\u0637\u0641\u0627 \u0635\u0628\u0631 \u06A9\u0646\u06CC\u062F... (\u062A\u0631\u062C\u0645\u0647 \u0647\u0645\u0647 \u062C\u0627\u0646\u0628\u0647)",subtitleLoading:"\u062F\u0631 \u062D\u0627\u0644 \u0628\u0627\u0631\u06AF\u06CC\u0631\u06CC \u0632\u06CC\u0631\u0646\u0648\u06CC\u0633...",bilingual:"\u062F\u0648 \u0632\u0628\u0627\u0646\u0647","field.action":"\u0627\u06CC\u0646\u06A9\u0647 \u0622\u06CC\u0627 \u0627\u0635\u0637\u0644\u0627\u062D\u0627\u062A Baidu \u0631\u0627 \u0641\u0639\u0627\u0644 \u06A9\u0646\u06CC\u062F","description.action":"\u067E\u0633 \u0627\u0632 \u0641\u0639\u0627\u0644 \u06A9\u0631\u062F\u0646\u060C \u067E\u0627\u0631\u0627\u0645\u062A\u0631 action=1 \u0628\u0647 \u062F\u0631\u062E\u0648\u0627\u0633\u062A \u0627\u0636\u0627\u0641\u0647 \u0645\u06CC\u200C\u0634\u0648\u062F \u062A\u0627 \u0628\u0647 Baidu \u0627\u0637\u0644\u0627\u0639 \u062F\u0627\u062F\u0647 \u0634\u0648\u062F \u062A\u0627 \u0627\u0635\u0637\u0644\u0627\u062D \u0641\u0639\u0627\u0644 \u0634\u0648\u062F. <1> \u0644\u0637\u0641\u0627\u064B \u0628\u0631\u0627\u06CC \u062F\u0633\u062A\u0648\u0631\u0627\u0644\u0639\u0645\u0644\u200C\u0647\u0627\u06CC \u0628\u06CC\u0634\u062A\u0631 \u0628\u0647 \u0645\u0633\u062A\u0646\u062F\u0627\u062A \u0631\u0633\u0645\u06CC \u0645\u0631\u0627\u062C\u0639\u0647 \u06A9\u0646\u06CC\u062F.",closeQuickTranslation:"\u062A\u0648\u067E \u0634\u0646\u0627\u0648\u0631 \u0631\u0627 \u0628\u0628\u0646\u062F\u06CC\u062F","closeQuickTranslation.untilNext":"\u062A\u0627 \u0628\u0627\u0632\u062F\u06CC\u062F \u0628\u0639\u062F\u06CC \u062A\u0639\u0637\u06CC\u0644 \u0627\u0633\u062A","closeQuickTranslation.currentWebsite":"\u0648\u0628 \u0633\u0627\u06CC\u062A \u0641\u0639\u0644\u06CC \u063A\u06CC\u0631\u0641\u0639\u0627\u0644 \u0627\u0633\u062A","closeQuickTranslation.alwaysClose":"\u0628\u0631\u0627\u06CC \u0647\u0645\u06CC\u0634\u0647 \u0627\u0632 \u06A9\u0627\u0631 \u0627\u0641\u062A\u0627\u062F\u0647 \u0627\u0633\u062A","closeQuickTranslation.settingOpen":"(\u062F\u0631 \u0635\u0641\u062D\u0647 \u062A\u0646\u0638\u06CC\u0645\u0627\u062A <1> \u0642\u0627\u0628\u0644 \u0645\u0634\u0627\u0647\u062F\u0647 \u0627\u0633\u062A \u0631\u0648\u0634\u0646 \u06A9\u0646)","closeQuickTranslation.cancel":"\u0644\u063A\u0648 \u06A9\u0646\u06CC\u062F","closeQuickTranslation.confirm":"\u0645\u0637\u0645\u0626\u0646","floatBall.popup":"\u067E\u0627\u0646\u0644 \u062A\u0646\u0638\u06CC\u0645\u0627\u062A \u0633\u0631\u06CC\u0639 \u0631\u0627 \u0628\u0627\u0632 \u06A9\u0646\u06CC\u062F","floatBall.translate":"\u0628\u0631\u0627\u06CC \u062A\u0631\u062C\u0645\u0647 \u0627\u06CC\u0646 \u0635\u0641\u062D\u0647 \u06A9\u0644\u06CC\u06A9 \u06A9\u0646\u06CC\u062F","floatBall.showOriginal":"\u0628\u0631\u0627\u06CC \u0628\u0627\u0632\u06AF\u0634\u062A \u0628\u0647 \u0645\u062A\u0646 \u0627\u0635\u0644\u06CC \u06A9\u0644\u06CC\u06A9 \u06A9\u0646\u06CC\u062F","floatBall.close":"\u062A\u0648\u067E \u0634\u0646\u0627\u0648\u0631 \u0631\u0627 \u0628\u0628\u0646\u062F\u06CC\u062F","floatBallOptions.enableDescPc":"\u067E\u0633 \u0627\u0632 \u0641\u0639\u0627\u0644 \u0634\u062F\u0646 \u062A\u0648\u067E \u0634\u0646\u0627\u0648\u0631 \u0635\u0641\u062D\u0647\u060C \u062F\u06A9\u0645\u0647 \u062A\u0631\u062C\u0645\u0647 \u0633\u0631\u06CC\u0639 \u062F\u0631 \u0633\u0645\u062A \u0631\u0627\u0633\u062A \u0635\u0641\u062D\u0647 \u0646\u0645\u0627\u06CC\u0634 \u062F\u0627\u062F\u0647 \u0645\u06CC \u0634\u0648\u062F.\u0628\u0631\u0627\u06CC \u062A\u0631\u062C\u0645\u0647 \u06A9\u0644\u06CC\u06A9 \u06A9\u0646\u06CC\u062F.","floatBallOptions.enableDesc":"\u5173\u95ED\u60AC\u6D6E\u7403\u540E\uFF0C\u53EF\u4EE5\u7528\u5FEB\u6377\u952E/{touch}\u5524\u8D77\u3002\u4E3A\u9632\u6B62\u4E0D\u614E\u5173\u95ED\u8BE5\u9009\u9879\u540E\u627E\u4E0D\u5230\u60AC\u6D6E\u7403\uFF0C\u5F3A\u70C8\u5EFA\u8BAE\u6536\u85CF\u672C\u8BBE\u7F6E\u9875","description.azureApiUrl":"\u0622\u062F\u0631\u0633 \u0631\u0627\u0628\u0637 API \u0633\u0641\u0627\u0631\u0634\u06CC \u0631\u0627 \u067E\u0631 \u06A9\u0646\u06CC\u062F",confirmSupportMouse:"\u786E\u8BA4\u5F53\u524D\u6D4F\u89C8\u5668\u652F\u6301\u9F20\u6807",confirmSupportMouseDescription:"\u062A\u0634\u062E\u06CC\u0635 \u062F\u0627\u062F\u0647 \u0634\u062F\u0647 \u0627\u0633\u062A \u06A9\u0647 \u0645\u0631\u0648\u0631\u06AF\u0631 \u0641\u0639\u0644\u06CC \u0627\u0632 \u0639\u0645\u0644\u06A9\u0631\u062F \u0645\u0627\u0648\u0633 \u067E\u0634\u062A\u06CC\u0628\u0627\u0646\u06CC \u0646\u0645\u06CC \u06A9\u0646\u062F. \u0622\u06CC\u0627 \u0645\u06CC \u062E\u0648\u0627\u0647\u06CC\u062F \u067E\u0634\u062A\u06CC\u0628\u0627\u0646\u06CC \u0627\u0632 \u0645\u0627\u0648\u0633 \u0631\u0627 \u0628\u0647 \u0627\u062C\u0628\u0627\u0631 \u0641\u0639\u0627\u0644 \u06A9\u0646\u06CC\u062F\u061F",sampleTargetText:"\u0634\u0628 \u0637\u0648\u0644\u0627\u0646\u06CC \u062F\u0631 \u0631\u0627\u0647 \u0627\u0633\u062A \u0648 \u0645\u0646 \u0627\u0632 \u0627\u06CC\u0646 \u0628\u0647 \u0628\u0639\u062F \u062A\u0627 \u0632\u0645\u0627\u0646\u06CC \u06A9\u0647 \u0628\u0645\u06CC\u0631\u0645 \u0645\u0631\u0627\u0642\u0628 \u062E\u0648\u0627\u0647\u0645 \u0628\u0648\u062F. \u0645\u0646 \u0646\u0647 \u0632\u0646 \u0645\u06CC\u06AF\u06CC\u0631\u0645\u060C \u0646\u0647 \u0634\u0627\u0647\u06CC\u060C \u0646\u0647 \u0641\u0631\u0632\u0646\u062F\u06CC. \u062A\u0627\u062C \u0628\u0631 \u0633\u0631 \u0646\u062E\u0648\u0627\u0647\u0645 \u06AF\u0630\u0627\u0634\u062A \u0648 \u0628\u0631\u0627\u06CC \u0627\u0641\u062A\u062E\u0627\u0631\u0627\u062A \u0645\u0633\u0627\u0628\u0642\u0647 \u0646\u0645\u06CC \u062F\u0647\u0645. \u0645\u0646 \u0648\u0638\u06CC\u0641\u0647 \u0627\u0645 \u0631\u0627 \u0635\u0627\u062F\u0642\u0627\u0646\u0647 \u0627\u0646\u062C\u0627\u0645 \u062E\u0648\u0627\u0647\u0645 \u062F\u0627\u062F\u060C \u0632\u0646\u062F\u0647 \u0645\u06CC \u0634\u0648\u0645 \u0648 \u0645\u06CC \u0645\u06CC\u0631\u0645.",sampleSourceText:"Night gathers, and now my watch begins. It shall not end until my death. I shall take no wife, hold no lands, father no children. I shall wear no crowns and win no glory. I shall live and die at my post.","subtitle.supportedSites":"\u5DF2\u652F\u6301\u5728\u8FD9\u4E9B\u7F51\u7AD9\u4F7F\u7528\u53CC\u8BED\u5B57\u5E55\uFF08\u6CE8\u610F\uFF1A\u7531\u4E8E\u6280\u672F\u9650\u5236\uFF0C\u90E8\u5206\u7F51\u7AD9\u5728\u9996\u6B21\u5F00\u542F\u5B57\u5E55\u540E\u9700\u8981\u91CD\u65B0\u5237\u65B0\u9875\u9762\uFF0C\u6216\u8005\u9700\u7B49\u5F85\u7FFB\u8BD1\u5B8C\u6210\u4EE5\u663E\u793A\u53CC\u8BED\u5B57\u5E55\uFF09\uFF1A",viewWithImmersiveTranslate:"\u53CC\u8BED\u7248\u672C(\u6C89\u6D78\u5F0F\u7FFB\u8BD1)",errorReason:"\u9519\u8BEF\u539F\u56E0\uFF1A{message}","proQuotaExceededError.onetime7day":'\uFF0C\u60A8\u53EF\u4EE5\u9009\u62E9\u4EE5\u4E0B\u65B9\u5F0F\u89E3\u51B3\uFF1A

1. \u5207\u6362\u5230 {anotherService} \u6216\u5176\u4ED6\u7FFB\u8BD1\u670D\u52A1
2. \u5347\u7EA7\u4E3A\u6708\u5EA6/\u5E74\u5EA6\u4F1A\u5458',"proQuotaExceededError.trial":'\uFF0C\u60A8\u53EF\u4EE5\u9009\u62E9\u4EE5\u4E0B\u65B9\u5F0F\u89E3\u51B3\uFF1A

1. \u5207\u6362\u5230 {anotherService} \u6216\u5176\u4ED6\u7FFB\u8BD1\u670D\u52A1
2. \u7ACB\u523B\u5347\u7EA7\u4E3A\u6B63\u5F0F\u4F1A\u5458',"proQuotaExceededError.nonTrial":'\uFF0C\u60A8\u53EF\u4EE5\u9009\u62E9\u4EE5\u4E0B\u65B9\u5F0F\u89E3\u51B3\uFF1A

1. \u5207\u6362\u5230 {anotherService} \u6216\u5176\u4ED6\u7FFB\u8BD1\u670D\u52A1
2. \u8D2D\u4E70 {translationService} \u989D\u5916\u6D41\u91CF\u5305',"proQuotaExceededError.resetTime":"
3. \u989D\u5EA6\u91CD\u7F6E\u65F6\u95F4\uFF1A{resetTime}","desc.touchShortcutsToggleTranslatePageOnlyTranslation":"\u0641\u0642\u0637 \u0645\u062A\u0646 \u062A\u0631\u062C\u0645\u0647 \u0628\u0647 \u0645\u0639\u0646\u06CC \u0627\u0633\u062A \u06A9\u0647 \u0641\u0642\u0637 \u0645\u062A\u0646 \u062A\u0631\u062C\u0645\u0647 \u0646\u0645\u0627\u06CC\u0634 \u062F\u0627\u062F\u0647 \u0645\u06CC \u0634\u0648\u062F\u060C \u0627\u06AF\u0631 \u0635\u0641\u062D\u0647 \u0648\u0628 \u0647\u0646\u0648\u0632 \u062A\u0631\u062C\u0645\u0647 \u0646\u0634\u062F\u0647 \u0627\u0633\u062A\u060C \u062D\u0627\u0644\u062A \u062A\u063A\u06CC\u06CC\u0631 \u062E\u0648\u0627\u0647\u062F \u06A9\u0631\u062F \u0648 \u062A\u0631\u062C\u0645\u0647 \u062E\u0648\u0627\u0647\u062F \u0634\u062F.","desc.toggleOnlyTransation":"\u062D\u0627\u0644\u062A \u0641\u0642\u0637 \u062A\u0631\u062C\u0645\u0647 \u0628\u0647 \u0627\u06CC\u0646 \u0645\u0639\u0646\u06CC \u0627\u0633\u062A \u06A9\u0647 \u0641\u0642\u0637 \u0645\u062A\u0646 \u062A\u0631\u062C\u0645\u0647 \u0634\u062F\u0647 \u0646\u0645\u0627\u06CC\u0634 \u062F\u0627\u062F\u0647 \u0645\u06CC \u0634\u0648\u062F\u060C \u0627\u06AF\u0631 \u0635\u0641\u062D\u0647 \u0648\u0628 \u0647\u0646\u0648\u0632 \u062A\u0631\u062C\u0645\u0647 \u0646\u0634\u062F\u0647 \u0628\u0627\u0634\u062F\u060C \u062D\u0627\u0644\u062A \u062A\u063A\u06CC\u06CC\u0631 \u062E\u0648\u0627\u0647\u062F \u06A9\u0631\u062F \u0648 \u062A\u0631\u062C\u0645\u0647 \u062E\u0648\u0627\u0647\u062F \u0634\u062F.",touchShortcutsToggleTranslatePageOnlyTranslation:"\u062A\u0646\u0638\u06CC\u0645 \u062D\u0631\u06A9\u062A \u0644\u0645\u0633\u06CC \u0635\u0641\u062D\u0647 \u0646\u0645\u0627\u06CC\u0634 \u0628\u0631\u0627\u06CC \u062A\u063A\u06CC\u06CC\u0631 \u0628\u06CC\u0646 \u062D\u0627\u0644\u062A \u062F\u0648\u0632\u0628\u0627\u0646\u0647 / \u0641\u0642\u0637 \u0645\u062A\u0646 \u062A\u0631\u062C\u0645\u0647 \u0634\u062F\u0647",download_started:"\u062F\u0627\u0646\u0644\u0648\u062F \u0634\u0631\u0648\u0639 \u0634\u062F\u0647 \u0627\u0633\u062A \u060C \u0627\u06AF\u0631 \u0628\u0647 \u0637\u0648\u0631 \u062E\u0648\u062F\u06A9\u0627\u0631 \u062F\u0627\u0646\u0644\u0648\u062F \u0646\u0634\u062F \u060C \u0644\u0637\u0641\u0627\u064B \u0628\u0647 \u0635\u0648\u0631\u062A \u062F\u0633\u062A\u06CC \u062F\u0627\u0646\u0644\u0648\u062F \u06A9\u0646\u06CC\u062F.",here:"\u0627\u06CC\u0646\u062C\u0627","translationFont.customPlaceholder":"\u0641\u0648\u0646\u062A",translationFont:"\u062A\u0646\u0638\u06CC\u0645 \u0641\u0648\u0646\u062A",batchEdit:"\u0639\u0645\u0644\u06CC\u0627\u062A \u062F\u0633\u062A\u0647 \u062C\u0645\u0639\u06CC","translationModeLang.translation.title":"\u0641\u0642\u0637 \u062D\u0627\u0644\u062A \u062A\u0631\u062C\u0645\u0647 \u0632\u0628\u0627\u0646","error.goReset":"\u0628\u0627\u0632\u0646\u0634\u0627\u0646\u06CC \u06A9\u0646\u06CC\u062F","translationFont.custom":"\u0648\u0631\u0648\u062F \u0641\u0648\u0646\u062A \u0633\u0641\u0627\u0631\u0634\u06CC","error.serveConfigError":"\u062E\u0637\u0627\u06CC \u067E\u06CC\u06A9\u0631\u0628\u0646\u062F\u06CC \u0633\u0631\u0648\u06CC\u0633",detectServiceLoading:"\u062F\u0631 \u062D\u0627\u0644 \u0628\u0631\u0631\u0633\u06CC \u062E\u062F\u0645\u0627\u062A \u062A\u0631\u062C\u0645\u0647 \u0645\u0648\u062C\u0648\u062F...","touch.mouse-translate":"\u062A\u0631\u062C\u0645\u0647 \u067E\u0627\u0631\u0627\u06AF\u0631\u0627\u0641 \u0645\u0634\u062E\u0635","translationModeUrl.translation.title":"\u0622\u062F\u0631\u0633 \u0627\u06CC\u0646\u062A\u0631\u0646\u062A\u06CC \u062D\u0627\u0644\u062A \u0641\u0642\u0637 \u062A\u0631\u062C\u0645\u0647","translationServices.inherit":"\u0628\u0627 \u062E\u062F\u0645\u0627\u062A \u062A\u0631\u062C\u0645\u0647 \u0627\u0635\u0644\u06CC \u062F\u0646\u0628\u0627\u0644 \u06A9\u0646\u06CC\u062F","error.reloadPageOfSetting":"\u067E\u0633 \u0627\u0632 \u067E\u06CC\u06A9\u0631\u0628\u0646\u062F\u06CC\u060C \u0644\u0637\u0641\u0627 \u0635\u0641\u062D\u0647 \u0631\u0627 \u062F\u0648\u0628\u0627\u0631\u0647 \u062A\u0627\u0632\u0647 \u06A9\u0646\u06CC\u062F \u0648 \u062F\u0648\u0628\u0627\u0631\u0647 \u062A\u0631\u062C\u0645\u0647 \u06A9\u0646\u06CC\u062F.","error.configError":"\u0627\u0637\u0644\u0627\u0639\u0627\u062A \u067E\u06CC\u06A9\u0631\u0628\u0646\u062F\u06CC \u063A\u06CC\u0631 \u0645\u0639\u0645\u0648\u0644\u06CC \u0627\u0633\u062A","error.proTokenInvalid":"\u0627\u06AF\u0631 \u06A9\u0627\u0631\u0628\u0631 Pro \u0647\u0633\u062A\u06CC\u062F\u060C \u0644\u0637\u0641\u0627\u064B \u067E\u0633 \u0627\u0632 \u0648\u0631\u0648\u062F \u0627\u0632 \u062E\u062F\u0645\u0627\u062A \u062A\u0631\u062C\u0645\u0647 Pro \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u06A9\u0646\u06CC\u062F.",videoSubtitlePreTranslationOff:"\u0632\u06CC\u0631\u0646\u0648\u06CC\u0633 \u0648\u06CC\u062F\u06CC\u0648 \u0627\u0648\u0644\u0648\u06CC\u062A \u062E\u0648\u0627\u0647\u062F \u062F\u0627\u062F \u0628\u0647 \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u0627\u0632 \u0632\u06CC\u0631\u0646\u0648\u06CC\u0633 \u0645\u0627\u0634\u06CC\u0646\u06CC \u0645\u0648\u062C\u0648\u062F \u062F\u0631 \u0648\u06CC\u062F\u06CC\u0648 \u0627\u0635\u0644\u06CC",toggleToService:"\u0628\u0647 {service} \u062A\u063A\u06CC\u06CC\u0631 \u062F\u0647\u06CC\u062F \u0648 \u062F\u0648\u0628\u0627\u0631\u0647 \u0627\u0645\u062A\u062D\u0627\u0646 \u06A9\u0646\u06CC\u062F","error.proUpgrade":"\u067E\u0633 \u0627\u0632 \u0627\u0631\u062A\u0642\u0627\u060C \u0644\u0637\u0641\u0627 \u0635\u0641\u062D\u0647 \u0631\u0627 \u062F\u0648\u0628\u0627\u0631\u0647 \u062A\u0631\u062C\u0645\u0647 \u06A9\u0646\u06CC\u062F.",enableSentryReport:"\u0648\u0642\u062A\u06CC \u062E\u0637\u0627\u06CC \u06AF\u0633\u062A\u0631\u0634 \u0631\u062E \u0645\u06CC \u062F\u0647\u062F\u060C \u0628\u0627 \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u0627\u0632 Sentry \u0628\u0631\u0627\u06CC \u0627\u0631\u0633\u0627\u0644 \u0628\u0627\u0632\u062E\u0648\u0631\u062F \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u06A9\u0646\u06CC\u062F.","error.403":"\u062E\u062F\u0645\u062A \u062E\u0637\u0627\u06CC \u0628\u0631\u06AF\u0634\u062A \u062F\u0627\u062F\u0647 \u0627\u0633\u062A\u060C \u0645\u0648\u0642\u062A\u0627\u064B \u0627\u062C\u0627\u0632\u0647 \u062F\u0633\u062A\u0631\u0633\u06CC \u0628\u0647 \u0627\u06CC\u0646 \u062E\u062F\u0645\u062A \u0631\u0627 \u0646\u062F\u0627\u0631\u06CC\u062F.",videoSubtitlePreTranslationOn:"\u0632\u06CC\u0631\u0646\u0648\u06CC\u0633 \u0647\u0627\u06CC \u0648\u06CC\u062F\u06CC\u0648 \u0628\u0647 \u0637\u0648\u0631 \u0627\u0648\u0644\u0648\u06CC\u062A\u06CC \u0627\u0632 \u062A\u0631\u062C\u0645\u0647 \u0641\u0631\u0648 \u0631\u0641\u062A\u06AF\u06CC \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u062E\u0648\u0627\u0647\u062F \u06A9\u0631\u062F.","translationModeUrl.translation.description":"\u0648\u0642\u062A\u06CC \u0648\u0628 \u0633\u0627\u06CC\u062A \u0628\u0631\u0627\u06CC \u062F\u0627\u0645\u0646\u0647 \u0647\u0627\u06CC \u0632\u06CC\u0631 \u0627\u0633\u062A\u060C \u0628\u0647 \u0637\u0648\u0631 \u062E\u0648\u062F\u06A9\u0627\u0631 \u0627\u0632 \u062D\u0627\u0644\u062A \u0641\u0642\u0637 \u0645\u062A\u0646 \u062A\u0631\u062C\u0645\u0647 \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u0645\u06CC \u06A9\u0646\u062F.","error.502":"\u062E\u062F\u0645\u062A \u062E\u0637\u0627 \u062F\u0627\u062F\u0647 \u0627\u0633\u062A\u060C \u062E\u062F\u0645\u062A \u0628\u0647 \u062A\u0627\u062E\u06CC\u0631 \u0627\u0641\u062A\u0627\u062F\u0647 \u0627\u0633\u062A\u060C \u0644\u0637\u0641\u0627 \u0628\u0639\u062F\u0627 \u062F\u0648\u0628\u0627\u0631\u0647 \u0627\u0645\u062A\u062D\u0627\u0646 \u06A9\u0646\u06CC\u062F.","error.openAIExceededQuota":"\u062E\u0637\u0627\u06CC \u0628\u0627\u0632\u06AF\u0634\u062A \u0633\u0631\u0648\u06CC\u0633: \u0645\u0648\u062C\u0648\u062F\u06CC \u062D\u0633\u0627\u0628 OpenAI \u0634\u0645\u0627 \u06A9\u0627\u0641\u06CC \u0646\u06CC\u0633\u062A\u060C \u0644\u0637\u0641\u0627\u064B \u0627\u0632 \u0637\u0631\u06CC\u0642 \u067E\u0646\u0644 \u0645\u062F\u06CC\u0631\u06CC\u062A\u06CC \u0631\u0633\u0645\u06CC OpenAI \u0634\u0627\u0631\u0698 \u06A9\u0646\u06CC\u062F \u06CC\u0627 \u06A9\u0627\u0631\u062A \u0627\u0639\u062A\u0628\u0627\u0631\u06CC \u062E\u0648\u062F \u0631\u0627 \u0645\u062A\u0635\u0644 \u06A9\u0646\u06CC\u062F.","translationModeLang.translation.description":"\u0648\u0642\u062A\u06CC \u0632\u0628\u0627\u0646 \u0635\u0641\u062D\u0647 \u0628\u0647 \u0632\u0628\u0627\u0646\u0647\u0627\u06CC \u0632\u06CC\u0631 \u0627\u0633\u062A\u060C \u0628\u0647 \u0637\u0648\u0631 \u062E\u0648\u062F\u06A9\u0627\u0631 \u0627\u0632 \u062D\u0627\u0644\u062A \u062A\u0631\u062C\u0645\u0647 \u0641\u0642\u0637 \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u0645\u06CC \u0634\u0648\u062F","error.429":"\u062E\u062F\u0645\u062A \u062E\u0637\u0627 \u0631\u0627 \u0628\u0631\u0645\u06CC \u06AF\u0631\u062F\u0627\u0646\u062F\u060C \u06A9\u0647 \u0646\u0634\u0627\u0646 \u0645\u06CC \u062F\u0647\u062F \u062F\u0631\u062E\u0648\u0627\u0633\u062A \u0628\u06CC\u0634 \u0627\u0632 \u062D\u062F \u0645\u06A9\u0631\u0631 \u06CC\u0627 \u0628\u06CC\u0634 \u0627\u0632 \u062D\u062F \u0645\u062D\u062F\u0648\u062F\u06CC\u062A \u0627\u0633\u062A\u060C \u0644\u0637\u0641\u0627 \u0628\u0639\u062F\u0627 \u062F\u0648\u0628\u0627\u0631\u0647 \u0627\u0645\u062A\u062D\u0627\u0646 \u06A9\u0646\u06CC\u062F.","error.400":"\u062E\u0637\u0627\u06CC\u06CC \u062F\u0631 \u0628\u0627\u0632\u06AF\u0634\u062A \u062E\u062F\u0645\u0627\u062A \u0631\u062E \u062F\u0627\u062F\u0647 \u0627\u0633\u062A \u060C \u067E\u0627\u0631\u0627\u0645\u062A\u0631 \u062F\u0631\u062E\u0648\u0627\u0633\u062A \u0627\u0634\u062A\u0628\u0627\u0647 \u0627\u0633\u062A \u060C \u0644\u0637\u0641\u0627\u064B \u067E\u06CC\u06A9\u0631\u0628\u0646\u062F\u06CC \u0645\u0631\u0628\u0648\u0637\u0647 \u0631\u0627 \u0628\u0631\u0631\u0633\u06CC \u06A9\u0646\u06CC\u062F.","error.googleLimitIp":"\u062E\u062F\u0645\u062A \u062E\u0637\u0627 \u0631\u0627 \u0628\u0631\u0645\u06CC \u06AF\u0631\u062F\u0627\u0646\u062F \u060C \u062E\u062F\u0645\u0627\u062A \u06AF\u0648\u06AF\u0644 \u0628\u0631\u0627\u06CC \u0627\u06CC\u0646 \u0622\u062F\u0631\u0633 IP \u0645\u062D\u062F\u0648\u062F \u0634\u062F\u0647 \u0627\u0633\u062A \u060C \u067E\u06CC\u0634\u0646\u0647\u0627\u062F \u0645\u06CC \u06A9\u0646\u06CC\u0645 \u0634\u0645\u0627 \u0646\u0648\u062F \u0634\u0628\u06A9\u0647 \u0631\u0627 \u062A\u063A\u06CC\u06CC\u0631 \u062F\u0647\u06CC\u062F.","translationFont.notSupportErrorMessage":"\u0644\u0637\u0641\u0627\u064B \u0646\u0627\u0645 \u0641\u0648\u0646\u062A\u06CC \u06A9\u0647 \u0648\u0627\u0631\u062F \u06A9\u0631\u062F\u0647 \u0627\u06CC\u062F \u0631\u0627 \u0628\u0631\u0631\u0633\u06CC \u06A9\u0646\u06CC\u062F \u062A\u0627 \u0645\u0637\u0645\u0626\u0646 \u0634\u0648\u06CC\u062F \u06A9\u0647 \u062F\u0631\u0633\u062A \u0627\u0633\u062A\u060C \u06CC\u0627 \u062A\u0623\u06CC\u06CC\u062F \u06A9\u0646\u06CC\u062F \u06A9\u0647 \u0627\u06CC\u0646 \u0641\u0648\u0646\u062A \u0628\u0631 \u0631\u0648\u06CC \u062F\u0633\u062A\u06AF\u0627\u0647 \u0634\u0645\u0627 \u0646\u0635\u0628 \u0634\u062F\u0647 \u0627\u0633\u062A.","error.gemini.429":"\u062E\u062F\u0645\u062A Gemini \u062F\u0631 \u062D\u0627\u0644 \u062D\u0627\u0636\u0631 \u0628\u0647 \u0638\u0631\u0641\u06CC\u062A \u062D\u062F\u0627\u06A9\u062B\u0631\u06CC \u062E\u0648\u062F \u0631\u0633\u06CC\u062F\u0647 \u0627\u0633\u062A\u060C \u0644\u0637\u0641\u0627\u064B \u0628\u0639\u062F\u0627\u064B \u062F\u0648\u0628\u0627\u0631\u0647 \u0627\u0645\u062A\u062D\u0627\u0646 \u06A9\u0646\u06CC\u062F \u06CC\u0627 \u0628\u0647 \u0633\u0631\u0648\u06CC\u0633 \u062A\u0631\u062C\u0645\u0647 \u062F\u06CC\u06AF\u0631\u06CC \u062A\u063A\u06CC\u06CC\u0631 \u062F\u0647\u06CC\u062F.","desc.toggleVideoSubtitlePreTranslation":"\u0628\u0639\u062F \u0641\u0634\u0627\u0631\u060C \u0632\u06CC\u0631\u0646\u0648\u06CC\u0633 \u062F\u0648\u0632\u0628\u0627\u0646\u0647 \u0648\u06CC\u062F\u06CC\u0648 \u0627\u0648\u0644\u0648\u06CC\u062A \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u0627\u0632 \u062A\u0646\u0638\u06CC\u0645\u0627\u062A \u062A\u0631\u062C\u0645\u0647 \u063A\u0648\u0637\u0647 \u0648\u0631 \u062E\u0648\u0627\u0647\u062F \u062F\u0627\u0634\u062A\u060C \u0628\u0627 \u0641\u0634\u0627\u0631 \u062F\u0648\u0628\u0627\u0631\u0647\u060C \u0627\u0648\u0644\u0648\u06CC\u062A \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u0627\u0632 \u0632\u06CC\u0631\u0646\u0648\u06CC\u0633 \u0645\u0627\u0634\u06CC\u0646\u06CC \u0627\u0635\u0644\u06CC \u0648\u06CC\u062F\u06CC\u0648 \u062E\u0648\u0627\u0647\u062F \u0628\u0648\u062F\u060C \u062A\u0648\u062C\u0647 \u062F\u0627\u0634\u062A\u0647 \u0628\u0627\u0634\u06CC\u062F: \u0627\u06CC\u0646 \u0645\u06CC\u0627\u0646\u0628\u0631 \u062A\u0646\u0638\u06CC\u0645\u0627\u062A \u062C\u0647\u0627\u0646\u06CC \u0631\u0627 \u062A\u063A\u06CC\u06CC\u0631 \u0645\u06CC \u062F\u0647\u062F.","error.openAIFreeLimit":"\u062E\u062F\u0645\u062A \u062E\u0637\u0627 \u0631\u0627 \u0628\u0631\u0645\u06CC \u06AF\u0631\u062F\u0627\u0646\u062F\u060C \u0641\u0631\u06A9\u0627\u0646\u0633 \u062F\u0631\u062E\u0648\u0627\u0633\u062A \u062A\u0631\u062C\u0645\u0647 \u0641\u0639\u0644\u06CC \u0628\u0647 \u062D\u062F\u0627\u06A9\u062B\u0631 3 \u0628\u0627\u0631 \u062F\u0631 \u062F\u0642\u06CC\u0642\u0647 \u0631\u0633\u06CC\u062F\u0647 \u0627\u0633\u062A\u060C \u0644\u0637\u0641\u0627\u064B \u0628\u0639\u062F\u0627\u064B \u062F\u0648\u0628\u0627\u0631\u0647 \u0627\u0645\u062A\u062D\u0627\u0646 \u06A9\u0646\u06CC\u062F. (\u0627\u06CC\u0646 \u0645\u062D\u062F\u0648\u062F\u06CC\u062A \u0631\u0633\u0645\u06CC OpenAI \u0628\u0631\u0627\u06CC API Key \u0631\u0627\u06CC\u06AF\u0627\u0646 \u0627\u0633\u062A\u060C \u0628\u0631\u0627\u06CC \u0631\u0641\u0639 \u0627\u06CC\u0646 \u0645\u062D\u062F\u0648\u062F\u06CC\u062A\u060C \u0644\u0637\u0641\u0627\u064B \u06A9\u0627\u0631\u062A \u0627\u0639\u062A\u0628\u0627\u0631\u06CC \u062E\u0648\u062F \u0631\u0627 \u062F\u0631 \u067E\u0646\u0644 OpenAI \u0645\u062A\u0635\u0644 \u06A9\u0646\u06CC\u062F.)","error.serveUnavailable":"\u062E\u062F\u0645\u062A [{serverName}] \u06A9\u0647 \u062F\u0631 \u062D\u0627\u0644 \u062D\u0627\u0636\u0631 \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u0645\u06CC \u06A9\u0646\u06CC\u062F \u0628\u0647 \u062F\u0644\u06CC\u0644 \u0645\u0634\u06A9\u0644\u0627\u062A \u0627\u062A\u0635\u0627\u0644 \u0628\u0647 \u0634\u0628\u06A9\u0647 \u06CC\u0627 \u0645\u0634\u06A9\u0644\u0627\u062A \u0627\u0631\u0627\u0626\u0647 \u062F\u0647\u0646\u062F\u0647 \u062E\u062F\u0645\u0627\u062A \u0645\u0648\u0642\u062A\u0627\u064B \u0642\u0627\u0628\u0644 \u062F\u0633\u062A\u0631\u0633\u06CC \u0646\u06CC\u0633\u062A. \u067E\u06CC\u0634\u0646\u0647\u0627\u062F \u0645\u06CC \u06A9\u0646\u06CC\u0645 \u0635\u0641\u062D\u0647 \u0631\u0627 \u062A\u0627\u0632\u0647 \u06A9\u0646\u06CC\u062F \u06CC\u0627 \u0627\u0632 \u0637\u0631\u06CC\u0642 <1>\u062A\u0646\u0638\u06CC\u0645\u0627\u062A \u0628\u0647 \u062E\u062F\u0645\u0627\u062A \u062A\u0631\u062C\u0645\u0647 \u062F\u06CC\u06AF\u0631\u06CC \u062A\u063A\u06CC\u06CC\u0631 \u062F\u0647\u06CC\u062F. \u0627\u06AF\u0631 \u0634\u0645\u0627 \u0639\u0636\u0648 <2>Pro \u0647\u0633\u062A\u06CC\u062F\u060C \u0645\u06CC \u062A\u0648\u0627\u0646\u06CC\u062F \u0627\u0632 \u062E\u062F\u0645\u0627\u062A \u062A\u0631\u062C\u0645\u0647 \u067E\u0627\u06CC\u062F\u0627\u0631\u062A\u0631 DeepL \u06CC\u0627 OpenAI \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u06A9\u0646\u06CC\u062F (<3>\u0627\u06CC\u0646\u062C\u0627 \u0631\u0627 \u0628\u0631\u0627\u06CC \u062A\u062C\u0631\u0628\u0647 \u0631\u0627\u06CC\u06AF\u0627\u0646 \u06A9\u0644\u06CC\u06A9 \u06A9\u0646\u06CC\u062F). \u0639\u0644\u0627\u0648\u0647 \u0628\u0631 \u0627\u06CC\u0646\u060C \u0645\u0645\u06A9\u0646 \u0627\u0633\u062A \u0646\u06CC\u0627\u0632 \u0628\u0627\u0634\u062F \u062A\u0646\u0638\u06CC\u0645\u0627\u062A \u0634\u0628\u06A9\u0647 \u06CC\u0627 \u067E\u0631\u0648\u06A9\u0633\u06CC \u062E\u0648\u062F \u0631\u0627 \u0628\u0631\u0631\u0633\u06CC \u06A9\u0646\u06CC\u062F.","widget.translateFile":"PDF/ePub",goLogin:"\u0648\u0631\u0648\u062F \u06A9\u0646\u06CC\u062F",notLogin:"\u0648\u0631\u0648\u062F \u0646\u0634\u062F\u0647 \u0627\u0633\u062A","error.reason":"\u062F\u0644\u06CC\u0644 \u062E\u0637\u0627",shortcutSettings:"\u0645\u06CC\u0627\u0646\u0628\u0631",alwaysTranslate:"\u0647\u0645\u06CC\u0634\u0647 \u062A\u0631\u062C\u0645\u0647 \u06A9\u0646\u06CC\u062F","translationServices.gemini":"\u062C\u0645\u0646\u06CC","slide.left":"\u0628\u0647 \u0631\u0627\u0633\u062A \u0628\u06A9\u0634\u06CC\u062F",loggedIn:"\u0648\u0627\u0631\u062F \u0634\u062F\u0647 \u0627\u06CC\u062F","floatBall.iKnow":"\u0645\u0646 \u0645\u06CC \u062F\u0627\u0646\u0645","intro.floatBallTitle":"\u062A\u0631\u062C\u0645\u0647 \u0633\u0631\u06CC\u0639 \u0628\u0627\u0644 \u0634\u0646\u0627\u0648\u0631","shortcutGroup.touch":"\u0698\u0633\u062A \u0647\u0627\u06CC \u062E\u0627\u0635 \u0635\u0641\u062D\u0647 \u0644\u0645\u0633\u06CC","tagsInput.add":"+ \u0627\u0636\u0627\u0641\u0647 \u06A9\u0631\u062F\u0646",shortcutSettingsTitle:"\u062A\u0646\u0638\u06CC\u0645\u0627\u062A \u0645\u06CC\u0627\u0646\u0628\u0631","widget.instruction":"\u062F\u0633\u062A\u0648\u0631\u0627\u0644\u0639\u0645\u0644 \u0627\u0633\u062A\u0641\u0627\u062F\u0647",touchShortcutsOff:"\u0628\u0633\u062A\u0647 \u0634\u062F\u0646","shortcutGroup.others":"\u06A9\u0644\u06CC\u062F\u0647\u0627\u06CC \u0645\u06CC\u0627\u0646\u0628\u0631 \u0633\u0641\u0627\u0631\u0634\u06CC \u0628\u06CC\u0634\u062A\u0631","error.subscriptionExpiredTitle":"\u0639\u0636\u0648\u06CC\u062A \u0645\u0646\u0642\u0636\u06CC \u0634\u062F\u0647 \u0627\u0633\u062A","error.retry":"\u062A\u0644\u0627\u0634 \u0645\u062C\u062F\u062F",neverTranslate:"\u0647\u0631\u06AF\u0632 \u062A\u0631\u062C\u0645\u0647 \u0646\u0645\u06CC \u06A9\u0646\u0645",networkError:"\u062E\u062F\u0645\u0627\u062A \u062A\u0631\u062C\u0645\u0647 \u06CC\u0627 \u0634\u0628\u06A9\u0647 \u0645\u0634\u06A9\u0644 \u062F\u0627\u0631\u062F","widget.translateFileTooltip":"\u062A\u0631\u062C\u0645\u0647 \u0627\u0633\u0646\u0627\u062F PDF\u060C EPUB\u060C SRT\u060C ASS\u060C HTML \u0648 TXT","slide.right":"\u0628\u0647 \u0686\u067E \u0628\u06A9\u0634\u06CC\u062F","multipleClick.3":"\u0633\u0647 \u0636\u0631\u0628\u0647 \u0645\u062A\u0648\u0627\u0644\u06CC","multipleClick.4":"\u0686\u0647\u0627\u0631 \u0636\u0631\u0628\u0647 \u0645\u062A\u0648\u0627\u0644\u06CC",pickAll:"\u0627\u0646\u062A\u062E\u0627\u0628 \u0647\u0645\u0647",contact:"\u0628\u0627 \u0645\u0627 \u062A\u0645\u0627\u0633 \u0628\u06AF\u06CC\u0631\u06CC\u062F","subtitle.bilingual":"\u0632\u06CC\u0631\u0646\u0648\u06CC\u0633 \u062F\u0648\u0632\u0628\u0627\u0646\u0647","shortcutGroup.shortcutsForTranslationServices":"\u06A9\u0644\u06CC\u062F\u0647\u0627\u06CC \u0645\u06CC\u0627\u0646\u0628\u0631 \u0645\u0631\u0628\u0648\u0637 \u0628\u0647 \u062E\u062F\u0645\u0627\u062A \u062A\u0631\u062C\u0645\u0647",buildSnapshots:"\u0627\u06CC\u062C\u0627\u062F \u0639\u06A9\u0633 \u0641\u0648\u0631\u06CC \u0627\u0632 \u0635\u0641\u062D\u0647 \u0648\u0628","widget.instructionTooltip":"\u062F\u0633\u062A\u0648\u0631\u0627\u0644\u0639\u0645\u0644 \u0631\u0627 \u0628\u0631\u0631\u0633\u06CC \u06A9\u0646\u06CC\u062F","widget.videoSubtitle":"\u0632\u06CC\u0631\u0646\u0648\u06CC\u0633 \u0648\u06CC\u062F\u06CC\u0648","multipleClick.2":"\u062F\u0648\u0628\u0627\u0631 \u06A9\u0644\u06CC\u06A9 \u06A9\u0646\u06CC\u062F","subtitle.autoDisableSubtitle":"\u0632\u06CC\u0631\u0646\u0648\u06CC\u0633 \u062F\u0648\u0632\u0628\u0627\u0646\u0647 \u0628\u0647 \u0635\u0648\u0631\u062A \u062E\u0648\u062F\u06A9\u0627\u0631 \u0641\u0639\u0627\u0644 \u0646\u0645\u06CC \u0634\u0648\u062F",mouseHoverCustomKeyTitle:"\u0633\u0641\u0627\u0631\u0634\u06CC \u06A9\u0631\u062F\u0646 \u0645\u06CC\u0627\u0646\u0628\u0631 \u0645\u0648\u0633 \u062F\u0631 \u062D\u0627\u0644\u062A \u0634\u0646\u0627\u0648\u0631","browser.translateWithOpenAI":"\u0627\u0632 OpenAI \u0628\u0631\u0627\u06CC \u062A\u0631\u062C\u0645\u0647 \u0645\u0648\u0642\u062A\u06CC \u0635\u0641\u062D\u0647 \u0641\u0639\u0644\u06CC \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u06A9\u0646\u06CC\u062F",neverTranslateThisSite:"\u0647\u0631\u06AF\u0632 \u0627\u06CC\u0646 \u0648\u0628\u0633\u0627\u06CC\u062A \u0631\u0627 \u062A\u0631\u062C\u0645\u0647 \u0646\u06A9\u0646\u06CC\u062F","browser.translateInputBox":"\u062A\u0631\u062C\u0645\u0647 \u0645\u062D\u062A\u0648\u0627\u06CC \u062C\u0639\u0628\u0647 \u0648\u0631\u0648\u062F\u06CC \u0641\u0639\u0644\u06CC","subtitle.hideQuickButton":"\u062F\u06CC\u06AF\u0631 \u0627\u06CC\u0646 \u0645\u06CC\u0627\u0646\u0628\u0631 \u0631\u0627 \u0646\u0634\u0627\u0646 \u0646\u062F\u0647","subtitle.showQuickButton":"\u062F\u0631 \u067E\u062E\u0634 \u06A9\u0646\u0646\u062F\u0647\u060C \u0645\u06CC\u0627\u0646\u0628\u0631 \u0632\u06CC\u0631\u0646\u0648\u06CC\u0633 \u062F\u0648\u0632\u0628\u0627\u0646\u0647 \u0646\u0645\u0627\u06CC\u0634 \u062F\u0627\u062F\u0647 \u0634\u0648\u062F","browser.translateWithTransmart":"\u0627\u0632 \u062A\u0631\u062C\u0645\u0647 \u0645\u0648\u0642\u062A\u06CC \u062A\u0646\u0633\u0646\u062A \u0628\u0631\u0627\u06CC \u0635\u0641\u062D\u0647 \u0641\u0639\u0644\u06CC \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u06A9\u0646\u06CC\u062F","intro.hoverTitle":"\u0645\u0648\u0634\u0648\u0627\u0631\u0647 \u0631\u0627 \u0628\u0631 \u0631\u0648\u06CC \u067E\u0627\u0631\u0627\u06AF\u0631\u0627\u0641 \u0641\u0639\u0644\u06CC \u0628\u06AF\u0630\u0627\u0631\u06CC\u062F \u062A\u0627 \u062A\u0631\u062C\u0645\u0647 \u0634\u0648\u062F","shortcutGroup.mouse":"\u062A\u0646\u0638\u06CC\u0645\u0627\u062A \u0645\u06CC\u0627\u0646\u0628\u0631 \u0645\u0648\u0633 \u062F\u0631 \u062D\u0627\u0644\u062A \u0634\u0646\u0627\u0648\u0631",temprarilyChangeTranslationTo_openai:"\u062F\u0631 \u062D\u0627\u0644 \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u0627\u0632 OpenAI \u0628\u0631\u0627\u06CC \u062A\u0631\u062C\u0645\u0647 \u0635\u0641\u062D\u0647 \u0641\u0639\u0644\u06CC \u0647\u0633\u062A\u0645","browser.translateWithDeepL":"\u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u0645\u0648\u0642\u062A \u0627\u0632 DeepL \u0628\u0631\u0627\u06CC \u062A\u0631\u062C\u0645\u0647 \u0635\u0641\u062D\u0647 \u0641\u0639\u0644\u06CC",translationOnlyMode:"\u0641\u0642\u0637 \u062D\u0627\u0644\u062A \u062A\u0631\u062C\u0645\u0647","widget.videoSubtitleTooltip":"\u067E\u0634\u062A\u06CC\u0628\u0627\u0646\u06CC \u0627\u0632 Youtube \u0648 {count}+ \u0633\u0627\u06CC\u062A \u0648\u06CC\u062F\u06CC\u0648\u06CC\u06CC \u062F\u06CC\u06AF\u0631",paragraphMinTextCountField:"\u062A\u0639\u062F\u0627\u062F \u06A9\u0645\u062A\u0631\u06CC\u0646 \u06A9\u0627\u0631\u0627\u06A9\u062A\u0631\u0647\u0627\u06CC \u0645\u0648\u0631\u062F \u0646\u06CC\u0627\u0632 \u0628\u0631\u0627\u06CC \u062A\u0631\u062C\u0645\u0647 \u067E\u0627\u0631\u0627\u06AF\u0631\u0627\u0641",temprarilyChangeTranslationTo_gemini:"\u062F\u0631 \u062D\u0627\u0644 \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u0627\u0632 Gemini \u0628\u0631\u0627\u06CC \u062A\u0631\u062C\u0645\u0647 \u0635\u0641\u062D\u0647 \u0641\u0639\u0644\u06CC \u0647\u0633\u062A\u0645","shortcutGroup.main":"\u0645\u06CC\u0627\u0646\u0628\u0631\u0647\u0627\u06CC \u06A9\u0644\u06CC\u062F\u06CC \u0639\u0645\u0644\u06A9\u0631\u062F \u0631\u0627\u06CC\u062C",temprarilyChangeTranslationTo_deepl:"\u062F\u0631 \u062D\u0627\u0644 \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u0627\u0632 \u062A\u0631\u062C\u0645\u0647 DeepL \u0628\u0631\u0627\u06CC \u0635\u0641\u062D\u0647 \u0641\u0639\u0644\u06CC",temprarilyChangeTranslationTo_transmart:"\u062F\u0631 \u062D\u0627\u0644 \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u0627\u0632 \u062A\u0631\u062C\u0645\u0647 \u062A\u0646\u0633\u0646\u062A \u0628\u0631\u0627\u06CC \u0635\u0641\u062D\u0647 \u0641\u0639\u0644\u06CC",alwaysTranslateThisSite:"\u0647\u0645\u06CC\u0634\u0647 \u0627\u06CC\u0646 \u0648\u0628\u0633\u0627\u06CC\u062A \u0631\u0627 \u062A\u0631\u062C\u0645\u0647 \u06A9\u0646\u06CC\u062F","browser.translateWithBing":"\u0627\u0632 \u062A\u0631\u062C\u0645\u0647 \u0645\u0627\u06CC\u06A9\u0631\u0648\u0633\u0627\u0641\u062A \u0628\u0631\u0627\u06CC \u062A\u0631\u062C\u0645\u0647 \u0645\u0648\u0642\u062A\u06CC \u0635\u0641\u062D\u0647 \u0641\u0639\u0644\u06CC \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u06A9\u0646\u06CC\u062F",upgradeToProErrorTitle:"\u0644\u0637\u0641\u0627\u064B \u0628\u0647 \u0639\u0636\u0648\u06CC\u062A Pro \u0627\u0631\u062A\u0642\u0627 \u062F\u0647\u06CC\u062F \u0648 \u0633\u067E\u0633 \u0627\u0632 \u0627\u06CC\u0646 \u062E\u062F\u0645\u062A \u062A\u0631\u062C\u0645\u0647 \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u06A9\u0646\u06CC\u062F","intro.subtitleTitle":"\u0646\u0645\u0627\u06CC\u0634 \u0632\u06CC\u0631\u0646\u0648\u06CC\u0633 \u062F\u0648\u0632\u0628\u0627\u0646\u0647 \u0648\u06CC\u062F\u06CC\u0648\u06CC \u0622\u0646\u0644\u0627\u06CC\u0646",temprarilyChangeTranslationTo_bing:"\u062F\u0631 \u062D\u0627\u0644 \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u0627\u0632 \u062A\u0631\u062C\u0645\u0647 \u0645\u0627\u06CC\u06A9\u0631\u0648\u0633\u0627\u0641\u062A \u0628\u0631\u0627\u06CC \u0635\u0641\u062D\u0647 \u0641\u0639\u0644\u06CC \u0647\u0633\u062A\u0645",touchShortcutsToggleTranslationMask:"\u062A\u0646\u0638\u06CC\u0645 \u0646\u0645\u0627\u06CC\u0634 \u0698\u0633\u062A \u0644\u0645\u0633\u06CC \u0628\u0631\u0627\u06CC \u0646\u0645\u0627\u06CC\u0634 \u0645\u062A\u0646 \u062A\u0631\u062C\u0645\u0647 / \u0646\u0645\u0627\u06CC\u0634 \u0645\u062A\u0646 \u0627\u0635\u0644\u06CC","browser.translateWithGemini":"\u0628\u0647 \u0637\u0648\u0631 \u0645\u0648\u0642\u062A \u0627\u0632 Gemini \u0628\u0631\u0627\u06CC \u062A\u0631\u062C\u0645\u0647 \u0635\u0641\u062D\u0647 \u0641\u0639\u0644\u06CC \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u06A9\u0646\u06CC\u062F","browser.toggleVideoSubtitlePreTranslation":"\u062A\u063A\u06CC\u06CC\u0631 \u0632\u06CC\u0631\u0646\u0648\u06CC\u0633 \u062F\u0648\u0632\u0628\u0627\u0646\u0647 \u0628\u0627 \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u0627\u0632 \u062A\u0646\u0638\u06CC\u0645\u0627\u062A \u062A\u0631\u062C\u0645\u0647 \u0641\u0631\u0648 \u0631\u0641\u062A\u0647 \u0627\u0648\u0644\u0648\u06CC\u062A \u062F\u0627\u0631\u062F",notLoginPro:"\u0634\u0645\u0627 \u0647\u0646\u0648\u0632 \u0628\u0647 \u062D\u0633\u0627\u0628 \u06A9\u0627\u0631\u0628\u0631\u06CC \u062E\u0648\u062F \u0648\u0627\u0631\u062F \u0646\u0634\u062F\u0647 \u0627\u06CC\u062F",touchShortcutsToggleTranslatePage:"\u0628\u0631\u0627\u06CC \u062A\u0631\u062C\u0645\u0647 \u0635\u0641\u062D\u0627\u062A \u0648\u0628 / \u0646\u0645\u0627\u06CC\u0634 \u0645\u062A\u0646 \u0627\u0635\u0644\u06CC \u060C \u062D\u0631\u06A9\u062A \u0647\u0627\u06CC \u0644\u0645\u0633\u06CC \u0631\u0627 \u062A\u0646\u0638\u06CC\u0645 \u06A9\u0646\u06CC\u062F",temprarilyChangeTranslationTo_google:"\u062F\u0631 \u062D\u0627\u0644 \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u0627\u0632 \u062A\u0631\u062C\u0645\u0647 \u06AF\u0648\u06AF\u0644 \u0628\u0631\u0627\u06CC \u0635\u0641\u062D\u0647 \u0641\u0639\u0644\u06CC \u0647\u0633\u062A\u0645","neverTranslateText.title":"\u0644\u0637\u0641\u0627\u064B \u06A9\u0644\u0645\u0627\u062A \u0632\u06CC\u0631 \u0631\u0627 \u0628\u0647 \u0635\u0648\u0631\u062A \u0627\u0635\u0644\u06CC \u062D\u0641\u0638 \u06A9\u0646\u06CC\u062F\u060C \u062A\u0631\u062C\u0645\u0647 \u0646\u06A9\u0646\u06CC\u062F.",touchShortcutsToggleTranslateTouchElement:"\u062A\u0646\u0638\u06CC\u0645 \u062D\u0631\u06A9\u062A \u0644\u0645\u0633\u06CC \u0635\u0641\u062D\u0647 \u0646\u0645\u0627\u06CC\u0634 \u0628\u0631\u0627\u06CC \u062A\u0631\u062C\u0645\u0647 \u067E\u0627\u0631\u0627\u06AF\u0631\u0627\u0641 \u0645\u0634\u062E\u0635","description.baiduField":"\u062D\u0648\u0632\u0647 \u0647\u0627\u06CC \u067E\u0634\u062A\u06CC\u0628\u0627\u0646\u06CC \u0634\u062F\u0647 \u0631\u0627 \u062F\u0631 <1>\u0627\u06CC\u0646\u062C\u0627 \u0628\u0628\u06CC\u0646\u06CC\u062F \u060C \u0627\u06AF\u0631 \u062E\u0627\u0644\u06CC \u0628\u0627\u0634\u062F \u0628\u0647 \u0645\u0639\u0646\u06CC \u0627\u06CC\u0646 \u0627\u0633\u062A \u06A9\u0647 \u062D\u0648\u0632\u0647 \u0627\u06CC \u0645\u0634\u062E\u0635 \u0646\u0634\u062F\u0647 \u0627\u0633\u062A",mouseHoverCustomKeyDescription:"\u0634\u0645\u0627 \u0645\u06CC \u062A\u0648\u0627\u0646\u06CC\u062F \u06CC\u06A9 \u0645\u06CC\u0627\u0646\u0628\u0631 \u062A\u0631\u06A9\u06CC\u0628\u06CC \u0633\u0641\u0627\u0631\u0634\u06CC \u0628\u0631\u0627\u06CC \u0645\u0648\u0633 \u0631\u0627 \u062A\u0639\u0631\u06CC\u0641 \u06A9\u0646\u06CC\u062F\u060C \u0645\u0627\u0646\u0646\u062F: Alt+Z\u060C Ctrl+E\u060C Cmd+Alt+E \u06CC\u0627 \u0641\u0642\u0637 Cmd\u060C \u0644\u0637\u0641\u0627 \u0628\u0647 \u0635\u0648\u0631\u062A \u062F\u0633\u062A\u06CC \u062F\u0627\u062E\u0644 \u06A9\u0646\u06CC\u062F.","floatBall.guideClickToTranslate":`\u0628\u0627 \u06A9\u0644\u06CC\u06A9 \u06A9\u0631\u062F\u0646 \u0628\u0631 \u0631\u0648\u06CC \u062A\u0648\u067E \u0634\u0646\u0627\u0648\u0631 \u062A\u0631\u062C\u0645\u0647 \u0641\u0648\u0631\u06CC + {env.imt_sub_trans_field}: Traducci\xF3n`,"subtitle.quickButton.cyan":"Azul","subtitle.quickButton.backgroundColor":"color de fondo","subtitle.quickButton.blue":"azul","subtitle.quickButton.translationTextColor":"Color de fuente de traducci\xF3n","subtitle.quickButton.translationPosition":"Posici\xF3n de traducci\xF3n","subtitle.quickButton.translationFontSize":"Tama\xF1o de fuente de traducci\xF3n","subtitle.quickButton.translationPositionBottom":"Debajo del texto original","subtitle.quickButton.sourceFontSize":"Tama\xF1o original de la fuente","subtitle.quickButton.green":"Verde","subtitle.quickButton.white":"blanco","subtitle.quickButton.red":"Rojo","subtitle.quickButton.magenta":"Magenta","translationServices.claude":"Claude","subtitle.quickButton.setting":"Configuraci\xF3n","subtitle.quickButton.yellow":"amarillo","subtitle.quickButton.backgroundOpacity":"Opacidad de fondo","subtitle.quickButton.black":"negro","subtitle.quickButton.sourceTextColor":"Color original de la fuente","subtitle.quickButton.translationPositionTop":"En la parte superior del texto original",attachSubtitleTranslating:"Usando {service} para traducir...","error.claude.403":"No tiene permiso para acceder al servicio, puede estar relacionado con las restricciones de \xE1rea de Claude, puede intentar cambiar su direcci\xF3n IP o usar otros servicios de traducci\xF3n.","browser.brandDescriptionForSafari":"\u3010Traducci\xF3n inmersiva\u3011Un complemento de traducci\xF3n de p\xE1ginas web biling\xFCe (original/traducci\xF3n) gratuito que tambi\xE9n soporta la traducci\xF3n de PDF y libros electr\xF3nicos EPUB manteniendo el formato original del documento, la traducci\xF3n de subt\xEDtulos biling\xFCes de videos en l\xEDnea como Youtube/Netflix, y soporta servicios de traducci\xF3n principales como Deepl/Google;","browser.PdfProFile":"AI impulsado por PDF Pro traducci\xF3n","browser.textTranslate":"Traducci\xF3n de texto"};var Fl={nologin:"\u0648\u0627\u0631\u062F \u0646\u0634\u062F\u0647 \u0627\u06CC\u062F",loginForSafari:"\u0648\u0627\u0631\u062F \u0634\u0648\u06CC\u062F \u06CC\u0627 \u062B\u0628\u062A \u0646\u0627\u0645 \u06A9\u0646\u06CC\u062F",login:"\u767B\u5F55",manageAccount:"\u0645\u062F\u06CC\u0631\u06CC\u062A \u062D\u0633\u0627\u0628",openPremium:"\u0639\u0636\u0648\u06CC\u062A",logout:"\u062A\u0631\u06A9 \u06A9\u0631\u062F\u0646",curentPlan:"\u0628\u0633\u062A\u0647 \u0641\u0639\u0644\u06CC",endAt:"\u0628\u0644\u0648\u063A",endAuto:"\u062A\u0645\u062F\u06CC\u062F \u062E\u0648\u062F\u06A9\u0627\u0631",lineBreakMaxTextCount:"\u062D\u062F\u0627\u06A9\u062B\u0631 \u062A\u0639\u062F\u0627\u062F \u06A9\u0627\u0631\u0627\u06A9\u062A\u0631\u0647\u0627\u06CC \u0645\u062C\u0627\u0632 \u062F\u0631 \u0647\u0631 \u062C\u0645\u0644\u0647 \u067E\u0633 \u0627\u0632 \u0634\u06A9\u0633\u062A \u062E\u0637","translate-pdf":"\u0628\u0631\u0627\u06CC \u062A\u0631\u062C\u0645\u0647 PDF \u06A9\u0644\u06CC\u06A9 \u06A9\u0646\u06CC\u062F","noSupportTranslate-pdf":"\u0627\u0633\u06A9\u0631\u06CC\u067E\u062A \u067E\u0634\u062A\u06CC\u0628\u0627\u0646\u06CC \u0646\u0645\u06CC \u0634\u0648\u062F\u060C \u0644\u0637\u0641\u0627 \u0627\u0632 \u0627\u0641\u0632\u0648\u0646\u0647 \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u06A9\u0646\u06CC\u062F","translate-firefox-local-pdf":"\u0628\u0631\u0627\u06CC \u0628\u0627\u0631\u06AF\u06CC\u0631\u06CC PDF \u06A9\u0644\u06CC\u06A9 \u06A9\u0646\u06CC\u062F",enableLineBreak:"\u0641\u0639\u0627\u0644 \u06A9\u0631\u062F\u0646 \u0634\u06A9\u0633\u062A \u062E\u0637 \u062E\u0648\u062F\u06A9\u0627\u0631 \u0628\u0646\u062F \u0628\u0644\u0646\u062F",sponsorLabel:"\u062D\u0627\u0645\u06CC\u0627\u0646 \u062A\u0648\u0633\u0639\u0647\u200C\u062F\u0647\u0646\u062F\u06AF\u0627\u0646 \u0628\u0627 \u0634\u0631\u0648\u0639 \u0627\u0632 1 \u062F\u0644\u0627\u0631",help:"\u06A9\u0645\u06A9",browserShortcutsNoteForFirefox:"\u0628\u0631\u0627\u06CC \u062A\u063A\u06CC\u06CC\u0631 \u06A9\u0644\u06CC\u062F\u0647\u0627\u06CC \u0645\u06CC\u0627\u0646\u0628\u0631 \u062F\u0631 \u0645\u0631\u0648\u0631\u06AF\u0631 \u0641\u0627\u06CC\u0631\u0641\u0627\u06A9\u0633\u060C \u0628\u0627\u06CC\u062F \u0628\u0631\u06AF\u0647 \u0645\u062F\u06CC\u0631\u06CC\u062A \u0627\u0641\u0632\u0648\u0646\u0647\u200C\u0647\u0627 (about:addons) \u0631\u0627 \u0628\u0627\u0632 \u06A9\u0646\u06CC\u062F\u060C \u0633\u067E\u0633 \u0631\u0648\u06CC \xAB\u062A\u0646\u0638\u06CC\u0645\u0627\u062A\xBB \u06A9\u0644\u06CC\u06A9 \u06A9\u0646\u06CC\u062F \u0648 \u0633\u067E\u0633 \u0628\u0631\u0627\u06CC \u062A\u0646\u0638\u06CC\u0645 \u0631\u0648\u06CC \xAB\u0645\u062F\u06CC\u0631\u06CC\u062A \u06A9\u0644\u06CC\u062F\u0647\u0627\u06CC \u0645\u06CC\u0627\u0646\u0628\u0631\xBB \u06A9\u0644\u06CC\u06A9 \u06A9\u0646\u06CC\u062F",browserShortcutsNoteForChrome:"\u0628\u0631\u0627\u06CC \u0645\u0631\u0648\u0631\u06AF\u0631\u0647\u0627\u06CC Chrome \u0645\u0627\u0646\u0646\u062F\u060C \u0628\u0627\u06CC\u062F \u0628\u0631\u06AF\u0647 \u0645\u062F\u06CC\u0631\u06CC\u062A \u0627\u0641\u0632\u0648\u0646\u0647\u200C\u0647\u0627 \u0631\u0627 \u0628\u0631\u0627\u06CC \u062A\u063A\u06CC\u06CC\u0631 \u06A9\u0644\u06CC\u062F\u0647\u0627\u06CC \u0645\u06CC\u0627\u0646\u0628\u0631 \u0628\u0627\u0632 \u06A9\u0646\u06CC\u062F\u060C \u0622\u0646 \u0631\u0627 \u062F\u0631 \u062F\u0631\u06AF\u0627\u0647 \xAB\u0645\u062F\u06CC\u0631\u06CC\u062A \u06A9\u0644\u06CC\u062F\u0647\u0627\u06CC \u0645\u06CC\u0627\u0646\u0628\u0631\xBB (chrome://extensions/shortcuts) \u062A\u0646\u0638\u06CC\u0645 \u06A9\u0646\u06CC\u062F. \u0631\u0648\u06CC \u062F\u06A9\u0645\u0647 \u0632\u06CC\u0631 \u06A9\u0644\u06CC\u06A9 \u06A9\u0646\u06CC\u062F \u062A\u0627 \u0628\u0647 \u0628\u0631\u06AF\u0647 \u0645\u062F\u06CC\u0631\u06CC\u062A \u06A9\u0644\u06CC\u062F \u0645\u06CC\u0627\u0646\u0628\u0631 \u0628\u0631\u0648\u06CC\u062F.",browserShortcutsSucks:"\u0641\u0631\u0645\u062A \u06A9\u0644\u06CC\u062F \u0645\u06CC\u0627\u0646\u0628\u0631 \u0633\u0641\u0627\u0631\u0634\u06CC (\u0628\u062F\u0648\u0646 \u062A\u0634\u062E\u06CC\u0635 \u062E\u0648\u062F\u06A9\u0627\u0631\u060C \u0644\u0637\u0641\u0627 \u0645\u0633\u062A\u0642\u06CC\u0645\u0627 \u0648\u0627\u0631\u062F \u06A9\u0646\u06CC\u062F)\uFF1A\u0627\u0633\u062A",enableLineBreakDescription:"\u0648\u0642\u062A\u06CC \u0641\u0639\u0627\u0644 \u0628\u0627\u0634\u062F\u060C \u06CC\u06A9 \u0634\u06A9\u0633\u062A \u062E\u0637 \u062F\u0631 \u067E\u0627\u06CC\u0627\u0646 \u0647\u0631 \u062C\u0645\u0644\u0647 \u062F\u0631 \u06CC\u06A9 \u0628\u0646\u062F \u0628\u0644\u0646\u062F \u0628\u0631\u0627\u06CC \u062A\u0633\u0647\u06CC\u0644 \u062E\u0648\u0627\u0646\u062F\u0646 \u0627\u0639\u0645\u0627\u0644 \u0645\u06CC \u0634\u0648\u062F","browser.shortBrandName":"\u062A\u0631\u062C\u0645\u0647 \u0647\u0645\u0647\u062C\u0627\u0646\u0628\u0647","browser.brandName":"\u062A\u0631\u062C\u0645\u0647 \u0647\u0645\u0647\u200C\u062C\u0627\u0646\u0628\u0647","browser.brandDescription":"Web bilingual translation, completely free to use, supports Deepl/Google/Bing/Tencent/Youdao, etc.","browser.toggleTranslatePage":"\u062A\u0631\u062C\u0645\u0647 \u062A\u0627\u0631\u0646\u0645\u0627/\u0646\u0645\u0627\u06CC\u0634 \u0645\u062A\u0646 \u0627\u0635\u0644\u06CC","browser.toggleTranslateTheWholePage":"\u062A\u0631\u062C\u0645\u0647 \u062A\u0645\u0627\u0645 \u0628\u0631\u06AF\u0647/\u0646\u0645\u0627\u06CC\u0634 \u0645\u062A\u0646 \u0627\u0635\u0644\u06CC","browser.toggleOnlyTransation":"\u062A\u063A\u06CC\u06CC\u0631 \u0628\u0647 \u062D\u0627\u0644\u062A \u062F\u0648\u0632\u0628\u0627\u0646\u0647 / \u0641\u0642\u0637 \u0645\u062A\u0646 \u062A\u0631\u062C\u0645\u0647 \u0634\u062F\u0647","browser.toggleTranslateToThePageEndImmediately":"\u0627\u0632 \u0627\u0646\u062A\u0647\u0627\u06CC \u0628\u0631\u06AF\u0647 \u062A\u0631\u062C\u0645\u0647 \u06A9\u0646\u06CC\u062F/\u0646\u0645\u0627\u06CC\u0634 \u0645\u062A\u0646 \u0627\u0635\u0644\u06CC","browser.toggleTranslateTheMainPage":"\u062A\u0631\u062C\u0645\u0647 \u0642\u0633\u0645\u062A\u200C\u0647\u0627\u06CC \u0627\u0635\u0644\u06CC \u0628\u0631\u06AF\u0647/\u0646\u0645\u0627\u06CC\u0634 \u0645\u062A\u0646 \u0627\u0635\u0644\u06CC","browser.shareToDraft":"\u0627\u0634\u062A\u0631\u0627\u06A9\u200C\u06AF\u0630\u0627\u0631\u06CC \u0635\u0641\u062D\u0647 \u062F\u0648\u0632\u0628\u0627\u0646\u0647","browser.openOptionsPage":"\u0628\u0631\u06AF\u0647 \u062A\u0646\u0638\u06CC\u0645\u0627\u062A \u0631\u0627 \u0628\u0627\u0632 \u06A9\u0646\u06CC\u062F","browser.toggleTranslationMask":"\u0646\u0645\u0627\u06CC\u0634/\u067E\u0646\u0647\u0627\u0646 \u06A9\u0631\u062F\u0646 \u062C\u0644\u0648\u0647 \u062A\u0627\u0631\u06CC \u062A\u0631\u062C\u0645\u0647","browser.translateLocalPdfFile":"\u062A\u0631\u062C\u0645\u0647 \u067E\u0631\u0648\u0646\u062F\u0647 PDF \u0645\u062D\u0644\u06CC","browser.openEbookViewer":"\u06A9\u062A\u0627\u0628 \u0647\u0627\u06CC \u0627\u0644\u06A9\u062A\u0631\u0648\u0646\u06CC\u06A9\u06CC \u0645\u062D\u0644\u06CC \u0631\u0627 \u0628\u062E\u0648\u0627\u0646\u06CC\u062F","browser.openEbookBuilder":"\u06A9\u062A\u0627\u0628 \u0647\u0627\u06CC \u0627\u0644\u06A9\u062A\u0631\u0648\u0646\u06CC\u06A9\u06CC \u062F\u0648 \u0632\u0628\u0627\u0646\u0647 EPUB \u0627\u06CC\u062C\u0627\u062F \u06A9\u0646\u06CC\u062F","browser.translateLocalHtmlFile":"\u7FFB\u8BD1\u672C\u5730 HTML \u6587\u4EF6","browser.donateContext":"\u0628\u0627 \u0645\u0632\u0627\u06CC\u0627\u06CC \u062D\u0645\u0627\u06CC\u062A \u0645\u0627\u0644\u06CC \u0622\u0634\u0646\u0627 \u0634\u0648\u06CC\u062F","browser.translateLocalSubtitleFile":"\u0641\u0627\u06CC\u0644 \u0647\u0627\u06CC \u0632\u06CC\u0631\u0646\u0648\u06CC\u0633 \u0645\u062D\u0644\u06CC \u0631\u0627 \u062A\u0631\u062C\u0645\u0647 \u06A9\u0646\u06CC\u062F",confirmResetConfig:"\u0622\u06CC\u0627 \u0645\u0637\u0645\u0626\u0646 \u0647\u0633\u062A\u06CC\u062F \u06A9\u0647 \u0645\u06CC\u200C\u062E\u0648\u0627\u0647\u06CC\u062F \u062A\u0646\u0638\u06CC\u0645\u0627\u062A \u0631\u0627 \u0628\u0627\u0632\u0646\u0634\u0627\u0646\u06CC \u06A9\u0646\u06CC\u062F\u061F",translationLineBreakSettingTitle:"\u062A\u0646\u0638\u06CC\u0645\u0627\u062A \u0628\u0633\u062A\u0647 \u0628\u0646\u062F\u06CC \u062E\u0637 \u062A\u0631\u062C\u0645\u0647",smartLineBreak:"\u0628\u0633\u062A\u0647 \u0628\u0646\u062F\u06CC \u062E\u0637 \u0647\u0648\u0634\u0645\u0646\u062F",alwaysLineBreak:"\u0647\u0645\u06CC\u0634\u0647 \u0628\u067E\u06CC\u0686\u06CC\u062F",isShowContextMenu:"\u521B\u5EFA\u53F3\u952E\u83DC\u5355",toggleBeta:"\u0648\u06CC\u0698\u06AF\u06CC \u0647\u0627\u06CC \u0622\u0632\u0645\u0627\u06CC\u0634 \u0628\u062A\u0627 \u0631\u0627 \u0641\u0639\u0627\u0644 \u06A9\u0646\u06CC\u062F",betaDescription:"\u0648\u06CC\u0698\u06AF\u06CC\u200C\u0647\u0627\u06CC\u06CC \u0631\u0627 \u06A9\u0647 \u0647\u0646\u0648\u0632 \u0622\u0632\u0645\u0627\u06CC\u0634\u06CC \u0647\u0633\u062A\u0646\u062F \u0648 \u0647\u0645\u0686\u0646\u06CC\u0646 \u062E\u062F\u0645\u0627\u062A \u062A\u0631\u062C\u0645\u0647 \u0631\u0627 \u062F\u0631 \u0622\u0632\u0645\u0627\u06CC\u0634 \u0641\u0639\u0627\u0644 \u06A9\u0646\u06CC\u062F. \u0639\u0636\u0648<1>\u06AF\u0631\u0648\u0647 \u062A\u0644\u06AF\u0631\u0627\u0645 \u0634\u0648\u06CC\u062F \u0628\u06CC\u0634\u062A\u0631 \u0628\u062F\u0627\u0646\u06CC\u062F.",translationLineBreakSettingDescription:"\u5BF9\u4E8E\u8BD1\u6587\u7684\u4F4D\u7F6E\uFF1A\u603B\u662F\u6362\u884C/\u667A\u80FD\u6362\u884C\uFF08\u5F53\u6BB5\u843D\u591A\u4E8E{count}\u4E2A\u5B57\u7B26\u624D\u6362\u884C\u663E\u793A\u8BD1\u6587\uFF09",tempTranslateDomainTitle:"\u0686\u0647 \u0645\u062F\u062A \u0628\u0631\u0627\u06CC \u0641\u0639\u0627\u0644 \u06A9\u0631\u062F\u0646 \u0645\u0648\u0642\u062A \u062A\u0631\u062C\u0645\u0647 \u0648\u0628 \u0633\u0627\u06CC\u062A",tempTranslateDomainDescription:"\u5F53\u624B\u52A8\u7FFB\u8BD1\u67D0\u4E2A\u7F51\u9875\u7684\u65F6\u5019\uFF0C\u4E34\u65F6\u5F00\u542F\u8BE5\u7F51\u7AD9\u4E3A\u81EA\u52A8\u7FFB\u8BD1",xMinutes:"{count} \u062F\u0642\u06CC\u0642\u0647",disabled:"\u063A\u06CC\u0631 \u0641\u0639\u0627\u0644 \u06A9\u0631\u062F\u0646",changelog:"\u062A\u063A\u06CC\u06CC\u0631 \u06AF\u0632\u0627\u0631\u0634",toggleTranslatePageWhenThreeFingersOnTheScreen:"\u0628\u0631\u0627\u06CC \u062A\u0631\u062C\u0645\u0647 \u0635\u0641\u062D\u0647 \u0648\u0628/\u0646\u0645\u0627\u06CC\u0634 \u0645\u062A\u0646 \u0627\u0635\u0644\u06CC\u060C \u0647\u0645\u0632\u0645\u0627\u0646 \u0628\u0627 \u0686\u0646\u062F\u06CC\u0646 \u0627\u0646\u06AF\u0634\u062A \u0635\u0641\u062D\u0647 \u0631\u0627 \u0644\u0645\u0633 \u06A9\u0646\u06CC\u062F",toggleTranslationMaskWhenThreeFingersOnTheScreen:"\u0686\u0646\u062F\u06CC\u0646 \u0627\u0646\u06AF\u0634\u062A \u0631\u0627 \u0628\u0647 \u0637\u0648\u0631 \u0647\u0645\u0632\u0645\u0627\u0646 \u0644\u0645\u0633 \u06A9\u0646\u06CC\u062F \u062A\u0627 \u062C\u0644\u0648\u0647 \u062A\u0627\u0631\u06CC \u062A\u0631\u062C\u0645\u0647 \u0646\u0634\u0627\u0646 \u062F\u0627\u062F\u0647 \u06CC\u0627 \u067E\u0646\u0647\u0627\u0646 \u0634\u0648\u062F",fingerCountToToggleTranslagePageOnlyTranslationWhenTouching:"\u0628\u0631\u0627\u06CC \u062A\u0631\u062C\u0645\u0647 \u0635\u0641\u062D\u0647 \u0648\u0628 (\u0641\u0642\u0637 \u062A\u0631\u062C\u0645\u0647)/\u0646\u0645\u0627\u06CC\u0634 \u0645\u062A\u0646 \u0627\u0635\u0644\u06CC \u0628\u0627 \u0686\u0646\u062F\u06CC\u0646 \u0627\u0646\u06AF\u0634\u062A \u0647\u0645\u0632\u0645\u0627\u0646 \u0635\u0641\u062D\u0647 \u0631\u0627 \u0644\u0645\u0633 \u06A9\u0646\u06CC\u062F",addUrlDescription:"\u0627\u06CC\u0646 \u0645\u06CC \u062A\u0648\u0627\u0646\u062F \u06CC\u06A9 \u0646\u0627\u0645 \u062F\u0627\u0645\u0646\u0647 \u0628\u0627\u0634\u062F \u0648 \u0627\u0632 \u062D\u0631\u0648\u0641 \u0639\u0627\u0645 \u067E\u0634\u062A\u06CC\u0628\u0627\u0646\u06CC \u0645\u06CC \u06A9\u0646\u062F\u060C \u0645\u0627\u0646\u0646\u062F\uFF1A*.google.com\u060C google.com/mail/*\u060C https://www.google.com/*",general:"\u062A\u0646\u0638\u06CC\u0645\u0627\u062A \u067E\u0627\u06CC\u0647",clickToExpandConfig:"\u06AF\u0633\u062A\u0631\u0634 \u067E\u06CC\u06A9\u0631\u0628\u0646\u062F\u06CC \u0641\u0639\u0644\u06CC",import:"\u4ECE\u6587\u4EF6\u5BFC\u5165\u914D\u7F6E",export:"\u0635\u0627\u062F\u0631\u0627\u062A \u0628\u0647 \u0641\u0627\u06CC\u0644",toggleDebug:"\u06AF\u0632\u0627\u0631\u0634 \u0647\u0627\u06CC \u0627\u0634\u06A9\u0627\u0644 \u0632\u062F\u0627\u06CC\u06CC \u0631\u0627 \u0631\u0648\u06CC \u06A9\u0646\u0633\u0648\u0644 \u0686\u0627\u067E \u06A9\u0646\u06CC\u062F","fingers.0":"\u0628\u0633\u062A\u0647","fingers.2":"\u0644\u0645\u0633 \u062F\u0648 \u0627\u0646\u06AF\u0634\u062A\u06CC","fingers.3":"\u0644\u0645\u0633 \u0633\u0647 \u0627\u0646\u06AF\u0634\u062A","fingers.4":"\u0644\u0645\u0633 \u0686\u0647\u0627\u0631 \u0627\u0646\u06AF\u0634\u062A","fingers.5":"\u0644\u0645\u0633 \u067E\u0646\u062C \u0627\u0646\u06AF\u0634\u062A",mouseHoldKey:"+ {key} \u0627\u06CC\u0646 \u067E\u0627\u0631\u0627\u06AF\u0631\u0627\u0641 \u0631\u0627 \u062A\u0631\u062C\u0645\u0647/\u0628\u0627\u0632\u06CC\u0627\u0628\u06CC \u06A9\u0646\u06CC\u062F",mouseHoldKeyAuto:"\u0627\u06CC\u0646 \u067E\u0627\u0631\u0627\u06AF\u0631\u0627\u0641 \u0631\u0627 \u0645\u0633\u062A\u0642\u06CC\u0645\u0627\u064B \u062A\u0631\u062C\u0645\u0647 \u06A9\u0646\u06CC\u062F",mouseHoldKeyOff:"\u0647\u06CC\u0686 \u06A9\u0627\u0631\u06CC \u0646\u06A9\u0646",mouseHoldKeyOther:"\u06A9\u0644\u06CC\u062F\u0647\u0627\u06CC \u0645\u06CC\u0627\u0646\u0628\u0631 \u0633\u0641\u0627\u0631\u0634\u06CC (\u062A\u0646\u0638\u06CC\u0645\u0627\u062A \u0628\u0627\u0632)",mouseHoldKeyCustomKey:"0 \u0627\u06CC\u0646 \u067E\u0627\u0631\u0627\u06AF\u0631\u0627\u0641 \u0631\u0627 {key} / \u0628\u0627\u0632\u06CC\u0627\u0628\u06CC \u06A9\u0646\u06CC\u062F",mouseHoverHoldKey:"\u0645\u0627\u0648\u0633 \u0631\u0627 \u0646\u06AF\u0647 \u062F\u0627\u0631\u06CC\u062F \u0648 \u06A9\u0644\u06CC\u062F \u0645\u06CC\u0627\u0646\u0628\u0631 \u0631\u0627 \u0641\u0634\u0627\u0631 \u062F\u0647\u06CC\u062F \u062A\u0627 \u067E\u0627\u0631\u0627\u06AF\u0631\u0627\u0641 \u062A\u0631\u062C\u0645\u0647 \u0634\u0648\u062F","mouse-translate":"MouseTranslateWhen",document:"\u0633\u0646\u062F",resetSuccess:"\u0647\u0645\u0647 \u062A\u0646\u0638\u06CC\u0645\u0627\u062A \u0628\u0627 \u0645\u0648\u0641\u0642\u06CC\u062A \u0628\u0627\u0632\u0646\u0634\u0627\u0646\u06CC \u0634\u062F",resetThisSuccess:"\u0628\u0627\u0632\u0646\u0634\u0627\u0646\u06CC \u0628\u0627 \u0645\u0648\u0641\u0642\u06CC\u062A \u0627\u0646\u062C\u0627\u0645 \u0634\u062F",saved:"\u0628\u0627 \u0645\u0648\u0641\u0642\u06CC\u062A \u0630\u062E\u06CC\u0631\u0647 \u0634\u062F",successImportConfig:"\u067E\u06CC\u06A9\u0631\u0628\u0646\u062F\u06CC \u0628\u0627 \u0645\u0648\u0641\u0642\u06CC\u062A \u0648\u0627\u0631\u062F \u0634\u062F",goAdvancedSettings:"\u0628\u0647 \u0635\u0641\u062D\u0647 \u062A\u0646\u0638\u06CC\u0645\u0627\u062A \u067E\u06CC\u0634\u0631\u0641\u062A\u0647 \u0628\u0631\u0648\u06CC\u062F",goAdvancedInterfaceSettings:"\u0628\u0647 \u0635\u0641\u062D\u0647 \u062A\u0646\u0638\u06CC\u0645\u0627\u062A \u0633\u0641\u0627\u0631\u0634\u06CC \u0633\u0627\u0632\u06CC \u067E\u06CC\u0634\u0631\u0641\u062A\u0647 \u0628\u0631\u0648\u06CC\u062F",advanced:"\u062A\u0646\u0638\u06CC\u0645\u0627\u062A \u067E\u06CC\u0634\u0631\u0641\u062A\u0647",advancedDescription:"\u0628\u0647 \u0637\u0648\u0631 \u06A9\u0644\u06CC\u060C \u0647\u06CC\u0686 \u062A\u0646\u0638\u06CC\u0645\u06CC \u0644\u0627\u0632\u0645 \u0646\u06CC\u0633\u062A\u060C \u0641\u0642\u0637 \u067E\u06CC\u0634 \u0641\u0631\u0636 \u0631\u0627 \u062D\u0641\u0638 \u06A9\u0646\u06CC\u062F. \u0641\u0642\u0637 \u0628\u0631\u0627\u06CC \u06A9\u0627\u0631\u0628\u0631\u0627\u0646 \u062D\u0631\u0641\u0647 \u0627\u06CC \u062A\u0631\u060C \u062A\u0646\u0638\u06CC\u0645\u0627\u062A \u0634\u062E\u0635\u06CC \u062A\u0631 \u0627\u0631\u0627\u0626\u0647 \u0634\u062F\u0647 \u0627\u0633\u062A.",developer:"\u062A\u0646\u0638\u06CC\u0645\u0627\u062A \u0628\u0631\u0646\u0627\u0645\u0647 \u0646\u0648\u06CC\u0633",donateCafe:"\u8BF7\u5F00\u53D1\u8005\u559D\u676F\u5496\u5561","translate to the bottom of the page":"\u6253\u5F00\u7F51\u9875\u540E\uFF0C\u662F\u5426\u7ACB\u5373\u7FFB\u8BD1\u5230\u9875\u9762\u5E95\u90E8\uFF1F",feedback:"\u0628\u0627\u0632\u062E\u0648\u0631\u062F",toggleTranslatePage:"\u062A\u0631\u062C\u0645\u0647 \u0635\u0641\u062D\u0647 \u0648\u0628/\u0646\u0645\u0627\u06CC\u0634 \u0645\u062A\u0646 \u0627\u0635\u0644\u06CC",translateToThePageEndImmediatelyDescription:"\u5F00\u542F\u540E\uFF0C\u5C06\u4F1A\u7ACB\u5373\u7FFB\u8BD1\u7F51\u9875\u4ECE\u9876\u90E8\u5230\u5E95\u90E8\u7684\u5185\u5BB9\uFF0C\u800C\u4E0D\u662F\u8FB9\u770B\u8FB9\u8BD1\u3002\uFF08\u4E0D\u63A8\u8350\u5F00\u542F\uFF09","translate all areas of the page":"\u0622\u06CC\u0627 \u0628\u0631\u0627\u06CC \u062A\u0631\u062C\u0645\u0647 \u0647\u0645\u0647 \u0642\u0633\u0645\u062A \u0647\u0627\u06CC \u0635\u0641\u062D\u0647 \u0648\u0628",translationAreaDescription:"\u5F00\u542F\u540E\uFF0C\u6574\u4E2A\u7F51\u9875\u7684\u533A\u57DF\u90FD\u4F1A\u88AB\u7FFB\u8BD1\uFF0C\u800C\u4E0D\u662F\u9ED8\u8BA4\u7684\u667A\u80FD\u8BC6\u522B\u4E3B\u8981\u533A\u57DF\u53BB\u7FFB\u8BD1\uFF08\u4E0D\u63A8\u8350\u5F00\u542F\uFF09","the number of characters to be translated first":"\u524D\u591A\u5C11\u4E2A\u5B57\u7B26\u65E0\u9700\u7B49\u5F85\u6EDA\u52A8\u5230\u53EF\u89C6\u533A\u57DF\uFF0C\u76F4\u63A5\u7FFB\u8BD1\uFF1F","interface language":"\u0632\u0628\u0627\u0646 \u0631\u0627\u0628\u0637","display both the original text and the translation":"\u0646\u0645\u0627\u06CC\u0634 \u0645\u062A\u0646 \u0627\u0635\u0644\u06CC \u0648 \u062A\u0631\u062C\u0645\u0647 \u0628\u0647 \u0637\u0648\u0631 \u0647\u0645\u0632\u0645\u0627\u0646","keyboard shortcuts":"\u0645\u06CC\u0627\u0646\u0628\u0631\u0647\u0627\u06CC \u0635\u0641\u062D\u0647 \u06A9\u0644\u06CC\u062F",modify:"\u06A9\u0644\u06CC\u062F\u0647\u0627\u06CC \u0645\u06CC\u0627\u0646\u0628\u0631 \u0631\u0627 \u062A\u063A\u06CC\u06CC\u0631 \u062F\u0647\u06CC\u062F",reset:"\u062A\u0646\u0638\u06CC\u0645 \u0645\u062C\u062F\u062F",close:"\u0628\u0633\u062A\u0647",homepage:"\u0635\u0641\u062D\u0647 \u0646\u062E\u0633\u062A",more:"\u0628\u06CC\u0634\u062A\u0631",moreOptions:"\u06AF\u0632\u06CC\u0646\u0647 \u0647\u0627\u06CC \u0633\u0641\u0627\u0631\u0634\u06CC \u0633\u0627\u0632\u06CC \u0628\u06CC\u0634\u062A\u0631\u06CC \u0631\u0627 \u06AF\u0633\u062A\u0631\u0634 \u062F\u0647\u06CC\u062F",translateTheWholePage:"\u062A\u0631\u062C\u0645\u0647 \u062A\u0645\u0627\u0645 \u0642\u0633\u0645\u062A\u200C\u0647\u0627\u06CC \u0635\u0641\u062D\u0647 (\u0645\u062A\u0641\u0627\u0648\u062A \u0627\u0632 \u0642\u0633\u0645\u062A\u200C\u0647\u0627\u06CC \u0627\u0635\u0644\u06CC \u062A\u0634\u062E\u06CC\u0635 \u0647\u0648\u0634\u0645\u0646\u062F)",changeToTranslateTheWholePage:"\u5207\u6362\u4E3A\u7FFB\u8BD1\u9875\u9762\u6240\u6709\u533A\u57DF",changeToTranslateTheMainPage:"\u5207\u6362\u4E3A\u667A\u80FD\u7FFB\u8BD1\u4E3B\u8981\u533A\u57DF",changeToOnlyTranslationMode:"\u0628\u0647 \u0646\u0645\u0627\u06CC\u0634 \u0641\u0642\u0637 \u062A\u0631\u062C\u0645\u0647 \u0647\u0627 \u0628\u0631\u0648\u06CC\u062F",changeToDualTranslationMode:"\u0628\u0647 \u062A\u0631\u062C\u0645\u0647 \u062F\u0648 \u0632\u0628\u0627\u0646\u0647 \u0628\u0631\u0648\u06CC\u062F",translateToThePageEndImmediately:"\u7ACB\u5373\u7FFB\u8BD1\u5230\u9875\u9762\u5E95\u90E8\uFF08\u533A\u522B\u4E8E\u6EDA\u52A8\u7FFB\u8BD1\uFF09",translateTheMainPage:"\u0632\u0645\u06CC\u0646\u0647 \u0647\u0627\u06CC \u0627\u0635\u0644\u06CC \u062A\u0631\u062C\u0645\u0647 \u0647\u0648\u0634\u0645\u0646\u062F","The local rules are up to date":"\u0642\u0648\u0627\u0646\u06CC\u0646 \u0633\u0627\u0632\u06AF\u0627\u0631\u06CC \u0645\u062D\u0644\u06CC \u0628\u0647 \u0631\u0648\u0632 \u0647\u0633\u062A\u0646\u062F:","Successfully synchronized with the latest official rules:":"\u0622\u062E\u0631\u06CC\u0646 \u0642\u0648\u0627\u0646\u06CC\u0646 \u0627\u0646\u0637\u0628\u0627\u0642 \u0631\u0633\u0645\u06CC \u0628\u0627 \u0645\u0648\u0641\u0642\u06CC\u062A \u0647\u0645\u06AF\u0627\u0645 \u0633\u0627\u0632\u06CC \u0634\u062F:","Checking for updates":"\u0628\u0631\u0631\u0633\u06CC \u0628\u0647 \u0631\u0648\u0632 \u0631\u0633\u0627\u0646\u06CC","Rules are being synchronized":"\u0647\u0645\u06AF\u0627\u0645 \u0633\u0627\u0632\u06CC \u0642\u0648\u0627\u0646\u06CC\u0646 \u0633\u0627\u0632\u06AF\u0627\u0631\u06CC",localVersionIsTooOld:"\u672C\u5730\u6269\u5C55\u7248\u672C\u8FC7\u65E7\uFF0C\u8BF7\u5347\u7EA7\u6269\u5C55\u5230 {minVersion} \u6216\u4E4B\u540E\u7684\u7248\u672C\u518D\u5C1D\u8BD5\u540C\u6B65",badUserscriptBrowser:"\u8BE5\u6D4F\u89C8\u5668\u672A\u6B63\u786E\u5B9E\u73B0\u6CB9\u7334\u7684\u63A5\u53E3\uFF0C\u8BF7\u4F7F\u7528\u5176\u4ED6<1>\u652F\u6301\u6CB9\u7334\u7684\u6D4F\u89C8\u5668\u5982(Firefox Nightly \u7248\u672C)",foundNewVersion:"\u0646\u0633\u062E\u0647 \u062C\u062F\u06CC\u062F \u067E\u06CC\u062F\u0627 \u0634\u062F",theLocalExtensionIsUpToUpdate:"\u0627\u0641\u0632\u0648\u0646\u0647 \u0641\u0639\u0644\u06CC \u0622\u062E\u0631\u06CC\u0646 \u0646\u0633\u062E\u0647 \u0627\u0633\u062A.",failToSyncRules:"\u0647\u0645\u06AF\u0627\u0645 \u0633\u0627\u0632\u06CC \u0622\u062E\u0631\u06CC\u0646 \u0642\u0648\u0627\u0646\u06CC\u0646 \u0627\u0646\u0637\u0628\u0627\u0642 \u0627\u0646\u062C\u0627\u0645 \u0646\u0634\u062F",retry:"\u062C\u0647\u062A \u062A\u0644\u0627\u0634 \u062F\u0648\u0628\u0627\u0631\u0647 \u0627\u06CC\u0646\u062C\u0627 \u06A9\u0644\u06CC\u06A9 \u06A9\u0646\u06CC\u062F",failedReason:"\u062F\u0644\u06CC\u0644 \u0634\u06A9\u0633\u062A",currentRuleVersion:"\u0646\u0633\u062E\u0647 \u0642\u0627\u0646\u0648\u0646 \u0641\u0639\u0644\u06CC",calculating:"\u062F\u0631 \u062D\u0627\u0644 \u0645\u062D\u0627\u0633\u0628\u0647",unknownError:"\u0627\u0634\u062A\u0628\u0627\u0647 \u0646\u0627\u0634\u0646\u0627\u062E\u062A\u0647",canNotFetchRemoteRule:"\u0646\u0645\u06CC \u062A\u0648\u0627\u0646 \u0642\u0648\u0627\u0646\u06CC\u0646 \u0631\u0627\u0647 \u062F\u0648\u0631 \u0631\u0627 \u062F\u0631\u06CC\u0627\u0641\u062A \u06A9\u0631\u062F",enableAlphaSuccess:"\u062A\u0627\u0628\u0639 \u0622\u0644\u0641\u0627 \u0631\u0648\u0634\u0646 \u0634\u062F",disableAlphaSuccess:"\u0648\u06CC\u0698\u06AF\u06CC \u0622\u0644\u0641\u0627 \u062E\u0627\u0645\u0648\u0634 \u0634\u062F",cacheSize:"\u0627\u0646\u062F\u0627\u0632\u0647 \u06A9\u0634\uFF1A",cleaning:"\u062A\u0645\u06CC\u0632 \u06A9\u0631\u062F\u0646",cleanCache:"\u067E\u0627\u06A9 \u06A9\u0631\u062F\u0646 \u062D\u0627\u0641\u0638\u0647 \u067E\u0646\u0647\u0627\u0646",options:"\u0628\u0631\u067E\u0627\u06CC\u06CC",about:"\u062F\u0631 \u0628\u0627\u0631\u0647",service:"\u062E\u062F\u0645\u0627\u062A \u062A\u0631\u062C\u0645\u0647",needAction:"(\u0628\u0647 \u062A\u0646\u0638\u06CC\u0645\u0627\u062A \u0628\u0631\u0648\u06CC\u062F)",goSettings:"\u0628\u0647 \u062A\u0646\u0638\u06CC\u0645\u0627\u062A \u0628\u0631\u0648\u06CC\u062F",needActionForOptions:"(\u0646\u06CC\u0627\u0632 \u0628\u0647 \u062A\u0646\u0638\u06CC\u0645)",translationEngine:"\u06AF\u0632\u06CC\u0646\u0647 \u0647\u0627\u06CC \u0645\u0648\u062A\u0648\u0631",sourceLanguage:"\u0632\u0628\u0627\u0646 \u0627\u0635\u0644\u06CC",target:"\u0632\u0628\u0627\u0646 \u0645\u0642\u0635\u062F",popupSourceLanguage:"\u0632\u0628\u0627\u0646 \u0627\u0635\u0644\u06CC",popupTarget:"\u0632\u0628\u0627\u0646 \u0645\u0642\u0635\u062F",popupService:"\u062E\u062F\u0645\u0627\u062A \u062A\u0631\u062C\u0645\u0647",forThisSite:"\u0648\u0628 \u0633\u0627\u06CC\u062A \u0641\u0639\u0644\u06CC",autoEnableSubtitle:"\u0632\u06CC\u0631\u0646\u0648\u06CC\u0633\u200C\u0647\u0627\u06CC \u062F\u0648\u0632\u0628\u0627\u0646\u0647 \u0631\u0627 \u0628\u0647\u200C\u0637\u0648\u0631 \u062E\u0648\u062F\u06A9\u0627\u0631 \u0631\u0648\u0634\u0646 \u06A9\u0646\u06CC\u062F",alwaysTranslateSomeLanguage:"\u603B\u662F\u7FFB\u8BD1{language}",neverTranslateSomeLanguage:"\u6C38\u4E0D\u7FFB\u8BD1{language}",alwaysTranslateSomeSite:"\u0647\u0645\u06CC\u0634\u0647 {hostname}\u0631\u0627 \u062A\u0631\u062C\u0645\u0647 \u06A9\u0646\u06CC\u062F",neverTranslateSomeSite:"\u0647\u0631\u06AF\u0632 {hostname}\u0631\u0627 \u062A\u0631\u062C\u0645\u0647 \u0646\u06A9\u0646\u06CC\u062F",alwaysTranslateSomeSiteOrWildSite:"\u0647\u0645\u06CC\u0634\u0647 \u0627\u06CC\u0646 \u0633\u0627\u06CC\u062A \u0631\u0627 \u062A\u0631\u062C\u0645\u0647 \u06A9\u0646\u06CC\u062F",alwaysTranslateSomePage:"\u0647\u0645\u06CC\u0634\u0647 \u0627\u06CC\u0646 \u0635\u0641\u062D\u0647 \u0631\u0627 \u062A\u0631\u062C\u0645\u0647 \u06A9\u0646\u06CC\u062F",add:"\u0627\u0636\u0627\u0641\u0647 \u06A9\u0631\u062F\u0646 \u0628\u0647",default:"\u067E\u06CC\u0634 \u0641\u0631\u0636",forThisLanguage:"\u0628\u0631\u0627\u06CC \u0627\u06CC\u0646 \u0632\u0628\u0627\u0646\uFF1A","add url":"\u0622\u062F\u0631\u0633 \u0627\u06CC\u0646\u062A\u0631\u0646\u062A\u06CC \u0631\u0627 \u0648\u0627\u0631\u062F \u06A9\u0646\u06CC\u062F",edit:"\u0648\u06CC\u0631\u0627\u06CC\u0634 \u06A9\u0646\u06CC\u062F","translate other languages into specific language":"\u0632\u0628\u0627\u0646 \u0647\u0627\u06CC \u062F\u06CC\u06AF\u0631 \u0631\u0627 \u0628\u0647 \u0632\u0628\u0627\u0646\u06CC \u06A9\u0647 \u062A\u0646\u0638\u06CC\u0645 \u06A9\u0631\u062F\u0647 \u0627\u06CC\u062F \u062A\u0631\u062C\u0645\u0647 \u06A9\u0646\u06CC\u062F","select translation service":"\u062E\u062F\u0645\u0627\u062A \u062A\u0631\u062C\u0645\u0647 \u0631\u0627 \u0627\u0646\u062A\u062E\u0627\u0628 \u06A9\u0646\u06CC\u062F",language:"\u0632\u0628\u0627\u0646","show-original":"\u0646\u0645\u0627\u06CC\u0634 \u0645\u062A\u0646 \u0627\u0635\u0644\u06CC",translate:"\u062A\u0631\u062C\u0645\u0647 \u06A9\u0631\u062F\u0646",Translated:"\u062A\u0631\u062C\u0645\u0647 \u0634\u062F\u0647",Translating:"\u062F\u0631 \u062D\u0627\u0644 \u062A\u0631\u062C\u0645\u0647",Error:"\u0627\u0634\u062A\u0628\u0627\u0647",allowCacheTranslations:"\u0641\u0639\u0627\u0644 \u06A9\u0631\u062F\u0646 \u062D\u0627\u0641\u0638\u0647 \u067E\u0646\u0647\u0627\u0646 \u062A\u0631\u062C\u0645\u0647 \u0645\u062D\u0644\u06CC (\u0628\u0631\u0627\u06CC \u06A9\u0627\u0647\u0634 \u062F\u0631\u062E\u0648\u0627\u0633\u062A \u0647\u0627\u06CC \u062A\u0631\u062C\u0645\u0647 \u0628\u0631\u0627\u06CC \u067E\u0627\u0631\u0627\u06AF\u0631\u0627\u0641 \u0647\u0627\u06CC \u062A\u06A9\u0631\u0627\u0631\u06CC)","translation display":"\u0633\u0628\u06A9 \u0646\u0645\u0627\u06CC\u0634 \u062A\u0631\u062C\u0645\u0647","select diplay style":"\u0633\u0628\u06A9 \u062A\u0631\u062C\u0645\u0647 \u0631\u0627 \u0645\u062A\u0645\u0627\u06CC\u0632 \u06A9\u0646\u06CC\u062F. \u0644\u0637\u0641\u0627\u064B \u0628\u0631\u0627\u06CC \u062C\u0632\u0626\u06CC\u0627\u062A \u0628\u06CC\u0634\u062A\u0631 \u0628\u0647 \u0645\u062B\u0627\u0644 \u0647\u0627\u06CC \u0632\u06CC\u0631 \u0645\u0631\u0627\u062C\u0639\u0647 \u06A9\u0646\u06CC\u062F:",interface:"\u062A\u0646\u0638\u06CC\u0645\u0627\u062A \u0631\u0627\u0628\u0637",import_export:"\u0648\u0627\u0631\u062F\u0627\u062A \u0648 \u0635\u0627\u062F\u0631\u0627\u062A",import_export_title:"\u067E\u06CC\u06A9\u0631\u0628\u0646\u062F\u06CC \u0648\u0627\u0631\u062F\u0627\u062A/\u0635\u0627\u062F\u0631\u0627\u062A",syncToGoogleDrive:"\u0627\u06A9\u0646\u0648\u0646 \u0628\u0627 Google Drive \u0647\u0645\u06AF\u0627\u0645 \u0633\u0627\u0632\u06CC \u06A9\u0646\u06CC\u062F",floatBallOptions:"\u062A\u0646\u0638\u06CC\u0645\u0627\u062A \u062A\u0648\u067E \u0645\u0639\u0644\u0642","floatBallOptions.enable":"\u062A\u0648\u067E \u0634\u0646\u0627\u0648\u0631 \u0631\u0627 \u0641\u0639\u0627\u0644 \u06A9\u0646\u06CC\u062F","floatBallOptions.blockUrls":"\u0648\u0628 \u0633\u0627\u06CC\u062A \u0631\u0627 \u063A\u06CC\u0631 \u0641\u0639\u0627\u0644 \u06A9\u0646\u06CC\u062F","floatBallOptions.add":"\u0627\u0636\u0627\u0641\u0647 \u06A9\u0631\u062F\u0646 \u0628\u0647","floatBallOptions.blockUrlDesc":"\u062A\u0648\u067E \u0634\u0646\u0627\u0648\u0631 \u0647\u0646\u06AF\u0627\u0645 \u0628\u0631\u062E\u0648\u0631\u062F \u0628\u0627 \u0648\u0628 \u0633\u0627\u06CC\u062A \u0647\u0627\u06CC \u0632\u06CC\u0631 \u0646\u0645\u0627\u06CC\u0634 \u062F\u0627\u062F\u0647 \u0646\u0645\u06CC \u0634\u0648\u062F","floatBallOptions.clickType":"\u0631\u0641\u062A\u0627\u0631 \u06A9\u0644\u06CC\u06A9\u06CC","floatBallOptions.clickTypeDesc":"\u0631\u0641\u062A\u0627\u0631 \u0646\u0645\u0627\u062F \u062A\u0648\u067E \u0634\u0646\u0627\u0648\u0631 \u0647\u0646\u06AF\u0627\u0645 \u06A9\u0644\u06CC\u06A9 \u06A9\u0631\u062F\u0646","floatBallOptions.clickPopup":"\u0646\u0645\u0627\u06CC\u0634 \u067E\u0627\u0646\u0644 \u062A\u0631\u062C\u0645\u0647","floatBallOptions.clickTranslate":"\u062A\u0631\u062C\u0645\u0647/\u0646\u0645\u0627\u06CC\u0634 \u0645\u062A\u0646 \u0627\u0635\u0644\u06CC","floatBallOptions.fixedPosition":"\u56FA\u5B9A\u4F4D\u7F6E","floatBallOptions.fixedPositionDesc":"\u60AC\u6D6E\u7403\u5728\u7A97\u53E3\u5DE6\u4FA7\u8FD8\u662F\u53F3\u4FA7","floatBallOptions.fixedPositionLeft":"\u5DE6\u4FA7","floatBallOptions.fixedPositionRight":"\u53F3\u4FA7",previewAllThemes:"\u067E\u06CC\u0634 \u0646\u0645\u0627\u06CC\u0634 \u0647\u0645\u0647 \u0633\u0628\u06A9 \u0647\u0627","translationTheme.none":"\u0647\u06CC\u0686 \u06CC\u06A9","translationTheme.grey":"\u062E\u0627\u06A9\u0633\u062A\u0631\u06CC \u062A\u06CC\u0631\u0647","translationTheme.dashed":"\u0632\u06CC\u0631 \u062E\u0637 \u0686\u06CC\u0646","translationTheme.dotted":"\u0632\u06CC\u0631 \u062E\u0637 \u0646\u0642\u0637\u0647 \u062F\u0627\u0631","translationTheme.dashedBorder":"\u0645\u0631\u0632 \u0634\u06A9\u0633\u062A\u0647","translationTheme.solidBorder":"\u0645\u0631\u0632 \u062C\u0627\u0645\u062F","translationTheme.underline":"\u0632\u06CC\u0631 \u062E\u0637 \u0645\u0633\u062A\u0642\u06CC\u0645","translationTheme.mask":"\u062C\u0644\u0648\u0647 \u062A\u0627\u0631\u06CC (\u062D\u0627\u0644\u062A \u06CC\u0627\u062F\u06AF\u06CC\u0631\u06CC)","translationTheme.opacity":"\u0627\u062B\u0631 \u0634\u0641\u0627\u0641\u06CC\u062A","translationTheme.paper":"\u0627\u0641\u06A9\u062A \u0633\u0627\u06CC\u0647 \u06A9\u0627\u063A\u0630 \u0633\u0641\u06CC\u062F","translationTheme.dividingLine":"\u062E\u0637 \u062A\u0642\u0633\u06CC\u0645","translationTheme.highlight":"\u0628\u0631\u062C\u0633\u062A\u0647","translationTheme.marker":"\u0646\u0634\u0627\u0646\u06AF\u0631","translationTheme.marker2":"\u0646\u0634\u0627\u0646\u06AF\u0631 2","translationTheme.blockquote":"\u0633\u0628\u06A9 \u0645\u0631\u062C\u0639","translationTheme.weakening":"\u062A\u0636\u0639\u06CC\u0641 \u0634\u0648\u062F","translationTheme.italic":"\u0645\u0648\u0631\u0628","translationTheme.bold":"\u067E\u0631\u0631\u0646\u06AF","translationTheme.thinDashed":"\u0632\u06CC\u0631 \u062E\u0637 \u0686\u06CC\u0646 \u0646\u0627\u0632\u06A9","translationTheme.nativeDashed":"\u0627\u06CC\u0646 \u0633\u06CC\u0633\u062A\u0645 \u062F\u0627\u0631\u0627\u06CC \u062E\u0637 \u0632\u06CC\u0631 \u0646\u0642\u0637\u0647\u200C\u062F\u0627\u0631 \u0627\u0633\u062A","translationTheme.nativeDotted":"\u0627\u06CC\u0646 \u0633\u06CC\u0633\u062A\u0645 \u062F\u0627\u0631\u0627\u06CC \u062E\u0637 \u0632\u06CC\u0631 \u0646\u0642\u0637\u0647\u200C\u062F\u0627\u0631 \u0627\u0633\u062A","translationTheme.nativeUnderline":"\u0627\u06CC\u0646 \u0633\u06CC\u0633\u062A\u0645 \u062F\u0627\u0631\u0627\u06CC \u062E\u0637 \u0645\u0633\u062A\u0642\u06CC\u0645 \u0627\u0633\u062A","translationTheme.wavy":"\u062E\u0637\u0648\u0637 \u0645\u0648\u0627\u062C","translationServices.custom":"API \u0633\u0641\u0627\u0631\u0634\u06CC","translationServices.tencent":"\u0645\u062A\u0631\u062C\u0645 \u062A\u0646\u0633\u0646\u062A","translationServices.tenAlpha":"\u0645\u062A\u0631\u062C\u0645 \u062A\u0646\u0633\u0646\u062A (\u0622\u0644\u0641\u0627)","translationServices.google":"\u0645\u062A\u0631\u062C\u0645 \u06AF\u0648\u06AF\u0644","translationServices.bai":"\u0628\u0627\u06CC\u062F\u0648 (\u0622\u0644\u0641\u0627)","translationServices.baidu":"\u0645\u062A\u0631\u062C\u0645 \u0628\u0627\u06CC\u062F\u0648","translationServices.aliyun":"\u062A\u0631\u062C\u0645\u0647 \u0627\u0628\u0631\u06CC \u0639\u0644\u06CC \u0628\u0627\u0628\u0627","translationServices.volc":"\u062A\u0631\u062C\u0645\u0647 \u0622\u062A\u0634\u0641\u0634\u0627\u0646","translationServices.deeplx":"DeepLX(Alpha)","translationServices.bing":"\u5FC5\u5E94\u7FFB\u8BD1","translationServices.deepl":"DeepL","translationServices.wechat":"\u062A\u0631\u062C\u0645\u0647 \u0648\u06CC \u0686\u062A","translationServices.azure":"\u5FAE\u8F6F\u7FFB\u8BD1","translationServices.ibm":"\u0622\u06CC \u0628\u06CC \u0627\u0645 \u0648\u0627\u062A\u0633\u0648\u0646","translationServices.aws":"\u062A\u0631\u062C\u0645\u0647 \u0622\u0645\u0627\u0632\u0648\u0646","translationServices.mock":"\u6A21\u62DF\u7FFB\u8BD11","translationServices.mock2":"\u062A\u0631\u062C\u0645\u0647 \u0634\u0628\u06CC\u0647 \u0633\u0627\u0632\u06CC \u0634\u062F\u0647 2","translationServices.caiyun":"\u06A9\u0627\u06CC\u0648\u0646 \u0634\u06CC\u0627\u0626\u0648\u06CC","translationServices.cai":"\u5F69\u4E91\u5C0F\u8BD1","translationServices.volcAlpha":"\u706B\u5C71\u7FFB\u8BD1(Alpha)","translationServices.openl":"OpenL","translationServices.youdao":"\u062A\u0631\u062C\u0645\u0647 \u06CC\u0648\u062F\u0627\u0626\u0648","translationServices.you":"\u062A\u0631\u062C\u0645\u0647 \u06CC\u0648\u062F\u0627\u0626\u0648 (\u0622\u0644\u0641\u0627)","translationServices.transmart":"\u062A\u0631\u062C\u0645\u0647 \u062A\u0639\u0627\u0645\u0644\u06CC Tencent","translationServices.niu":"\u062A\u0631\u062C\u0645\u0647 \u0645\u0627\u0648\u0631\u06CC\u06A9\u0633","translationServices.papago":"Papago\u7FFB\u8BD1","translationServices.d":"Deepl(Alpha)","translationServices.dpro":"\u062F\u06CC \u067E\u0631\u0648 (\u0642\u0646\u0627\u0631\u06CC)","translationServices.openai":"OpenAI","translationServices.yandex":"Yandex","translationServices.chatgpt":"ChatGPT Web (\u0645\u0648\u0628\u0627\u06CC\u0644 3.5)","translate title":"\u0639\u0646\u0648\u0627\u0646 \u0635\u0641\u062D\u0647 \u0631\u0627 \u062A\u0631\u062C\u0645\u0647 \u06A9\u0646\u06CC\u062F","always languages":"\u0647\u0645\u06CC\u0634\u0647 \u0632\u0628\u0627\u0646 \u062A\u0631\u062C\u0645\u0647 \u0634\u062F\u0647",neverTranslateLanguagesLabel:"\u0632\u0628\u0627\u0646 \u0647\u0627\u06CC\u06CC \u06A9\u0647 \u0647\u0631\u06AF\u0632 \u062A\u0631\u062C\u0645\u0647 \u0646\u0645\u06CC \u0634\u0648\u0646\u062F",neverTranslateTheFollowingLanguagesDescription:"\u5F53\u9875\u9762\u4E2D\u67D0\u4E00\u6BB5\u843D\u7684\u8BED\u8A00\u4E3A\u4E0B\u5217\u8BED\u8A00\u65F6\uFF0C\u4F1A\u81EA\u52A8\u8DF3\u8FC7\u7FFB\u8BD1\u8BE5\u6BB5\u843D",enableUserscriptPagePopup:"\u603B\u662F\u5728\u9875\u9762\u4E0A\u5C55\u793A Popup \u6D6E\u7A97",enableUserscriptPagePopupDescription:"\u5173\u95ED\u6D6E\u7A97\u540E\uFF0C\u53EF\u4EE5\u7528\u5FEB\u6377\u952E/{touch}\u5524\u8D77\u3002\u4E3A\u9632\u6B62\u4E0D\u614E\u5173\u95ED\u8BE5\u9009\u9879\u540E\u627E\u4E0D\u5230\u6D6E\u7A97\uFF0C\u5F3A\u70C8\u5EFA\u8BAE\u6536\u85CF\u672C\u8BBE\u7F6E\u9875","always translate the following languages":"\u0647\u0646\u06AF\u0627\u0645\u06CC \u06A9\u0647 \u0632\u0628\u0627\u0646 \u0635\u0641\u062D\u0647 \u0628\u0647 \u0632\u0628\u0627\u0646 \u0647\u0627\u06CC \u0632\u06CC\u0631 \u0628\u0627\u0634\u062F\u060C \u0628\u0647 \u0637\u0648\u0631 \u062E\u0648\u062F\u06A9\u0627\u0631 \u0628\u0647 \u0632\u0628\u0627\u0646 \u0645\u0642\u0635\u062F \u062A\u0631\u062C\u0645\u0647 \u0645\u06CC \u0634\u0648\u062F","always sites":"URL \u0647\u0627\u06CC \u0647\u0645\u06CC\u0634\u0647 \u062A\u0631\u062C\u0645\u0647 \u0634\u062F\u0647","always translate the following sites":"\u0647\u0646\u06AF\u0627\u0645\u06CC \u06A9\u0647 \u0648\u0628 \u0633\u0627\u06CC\u062A \u0628\u0627 \u0646\u0627\u0645 \u062F\u0627\u0645\u0646\u0647 \u0632\u06CC\u0631 \u0628\u0627\u0634\u062F\u060C \u0628\u0647 \u0637\u0648\u0631 \u062E\u0648\u062F\u06A9\u0627\u0631 \u0628\u0647 \u0632\u0628\u0627\u0646 \u0645\u0642\u0635\u062F \u062A\u0631\u062C\u0645\u0647 \u0645\u06CC \u0634\u0648\u062F","never sites":"URL \u0647\u0627\u06CC\u06CC \u06A9\u0647 \u0647\u0631\u06AF\u0632 \u062A\u0631\u062C\u0645\u0647 \u0646\u0645\u06CC \u0634\u0648\u0646\u062F","never translate the following sites":"\u0647\u0646\u06AF\u0627\u0645\u06CC \u06A9\u0647 \u0648\u0628 \u0633\u0627\u06CC\u062A \u062F\u0627\u0631\u0627\u06CC \u0646\u0627\u0645 \u062F\u0627\u0645\u0646\u0647 \u0632\u06CC\u0631 \u0628\u0627\u0634\u062F\u060C \u062A\u0631\u062C\u0645\u0647 \u0627\u0646\u062C\u0627\u0645 \u0646\u062E\u0648\u0627\u0647\u062F \u0634\u062F","please refer to":"\u0642\u0628\u0644 \u0627\u0632 \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u0628\u0627\u06CC\u062F \u06A9\u0644\u06CC\u062F \u0631\u0627 \u067E\u0631 \u06A9\u0646\u06CC\u062F. \u0628\u0631\u0627\u06CC \u062C\u0632\u0626\u06CC\u0627\u062A \u0644\u0637\u0641\u0627\u064B \u0628\u0647",KeyAndConfigurationTutorial:'"\u0622\u0645\u0648\u0632\u0634 \u0628\u0631\u0646\u0627\u0645\u0647 \u06A9\u0627\u0631\u0628\u0631\u062F\u06CC \u0648 \u067E\u06CC\u06A9\u0631\u0628\u0646\u062F\u06CC \u06A9\u0644\u06CC\u062F"',useAboveStyleForTheseSites:"\u603B\u662F\u4F7F\u7528 {theme} \u8BD1\u6587\u6837\u5F0F\u7684\u7F51\u7AD9",currentUrl:"URL \u0641\u0639\u0644\u06CC",confirm:"\u0635\u0631\u0641\u0647 \u062C\u0648\u06CC\u06CC",cancel:"\u0644\u063A\u0648 \u06A9\u0646\u06CC\u062F",delete:"\u062D\u0630\u0641","languages.auto":"\u062A\u0634\u062E\u06CC\u0635 \u062E\u0648\u062F\u06A9\u0627\u0631",syncToCloud:"\u540C\u6B65\u5230\u4E91\u7AEF",syncToCloudDescription:"\u5F00\u542F\u540E\u53EF\u4EE5\u5728\u4E0D\u540C\u7684\u6D4F\u89C8\u5668/\u6CB9\u7334\u811A\u672C\u4E4B\u95F4\u540C\u6B65\u914D\u7F6E,\u4EE5\u6700\u540E\u4FEE\u6539\u65F6\u95F4\u4E3A\u51C6\u3002",syncToAccount:"\u0647\u0645\u06AF\u0627\u0645 \u0633\u0627\u0632\u06CC \u0628\u0627 Immersive Translation Cloud",syncToAccountButton:"\u0641\u0648\u0631\u0627\u064B \u0628\u0627 \u0627\u0628\u0631 \u0647\u0645\u06AF\u0627\u0645 \u0633\u0627\u0632\u06CC \u06A9\u0646\u06CC\u062F",syncToAccountDescription:"\u0628\u0647 \u0637\u0648\u0631 \u062E\u0648\u062F\u06A9\u0627\u0631 \u067E\u06CC\u06A9\u0631\u0628\u0646\u062F\u06CC \u0647\u0627 \u0631\u0627 \u0628\u06CC\u0646 \u062F\u0633\u062A\u06AF\u0627\u0647 \u0647\u0627\u06CC \u0645\u062E\u062A\u0644\u0641 \u0628\u0631 \u0627\u0633\u0627\u0633 \u0622\u062E\u0631\u06CC\u0646 \u0632\u0645\u0627\u0646 \u062A\u063A\u06CC\u06CC\u0631 \u0647\u0645\u06AF\u0627\u0645 \u0633\u0627\u0632\u06CC \u06A9\u0646\u06CC\u062F.",successSyncConfigInAccount:"\u0628\u0627 \u0645\u0648\u0641\u0642\u06CC\u062A \u0628\u0627 \u0627\u0628\u0631 \u0647\u0645\u06AF\u0627\u0645 \u0628\u0645\u0627\u0646\u06CC\u062F",successSyncConfigToAccount:"\u0628\u0627 \u0645\u0648\u0641\u0642\u06CC\u062A \u0628\u0627 \u0627\u0628\u0631 \u0647\u0645\u06AF\u0627\u0645\u200C\u0633\u0627\u0632\u06CC \u0634\u062F",syncConfigNoUpdate:"\u062F\u0631 \u062D\u0627\u0644 \u062D\u0627\u0636\u0631 \u062C\u062F\u06CC\u062F\u062A\u0631\u06CC\u0646",authFail:"\u0645\u062C\u0648\u0632 \u0627\u0646\u062C\u0627\u0645 \u0646\u0634\u062F",syncTitle:"\u0645\u062F\u06CC\u0631\u06CC\u062A \u067E\u0634\u062A\u06CC\u0628\u0627\u0646 \u06AF\u06CC\u0631\u06CC \u062F\u0633\u062A\u06CC",import_hint:"\u0648\u0627\u0631\u062F \u0643\u0631\u062F\u0646",upload:"\u0628\u0627\u0631\u06AF\u0630\u0627\u0631\u06CC",revokeAuth:"\u0644\u063A\u0648 \u0645\u062C\u0648\u0632",uploadFail:"\u0622\u067E\u0644\u0648\u062F \u0627\u0646\u062C\u0627\u0645 \u0646\u0634\u062F",download:"\u062F\u0627\u0646\u0644\u0648\u062F",importSuccess:"\u0648\u0627\u0631\u062F\u0627\u062A \u0628\u0627 \u0645\u0648\u0641\u0642\u06CC\u062A \u0627\u0646\u062C\u0627\u0645 \u0634\u062F",importFail:"\u0648\u0627\u0631\u062F\u0627\u062A \u0627\u0646\u062C\u0627\u0645 \u0646\u0634\u062F",deleteFail:"\u062D\u0630\u0641 \u0646\u0634\u062F",backupToCloud:"\u0641\u0627\u06CC\u0644 \u0647\u0627\u06CC \u067E\u0634\u062A\u06CC\u0628\u0627\u0646 \u0631\u0627 \u0628\u0647 \u0635\u0648\u0631\u062A \u062F\u0633\u062A\u06CC \u0645\u062F\u06CC\u0631\u06CC\u062A \u06A9\u0646\u06CC\u062F",create_new_backup:"\u0627\u0636\u0627\u0641\u0647 \u06A9\u0631\u062F\u0646 \u06AF\u0631\u0647 \u067E\u0634\u062A\u06CC\u0628\u0627\u0646",maxBackupFiles:"\u062A\u0627{count}\u06AF\u0631\u0647 \u0645\u062E\u062A\u0644\u0641 \u0631\u0627 \u0645\u06CC \u062A\u0648\u0627\u0646 \u067E\u0634\u062A\u06CC\u0628\u0627\u0646 \u06AF\u06CC\u0631\u06CC \u06A9\u0631\u062F\u060C \u0644\u0637\u0641\u0627 \u06AF\u0631\u0647 \u0647\u0627\u06CC \u063A\u06CC\u0631 \u0636\u0631\u0648\u0631\u06CC \u0631\u0627 \u062D\u0630\u0641 \u06A9\u0646\u06CC\u062F",backupToCloudDescription:"\u0641\u0627\u06CC\u0644 \u0647\u0627\u06CC \u067E\u0634\u062A\u06CC\u0628\u0627\u0646 \u0631\u0627 \u0628\u0647 \u0635\u0648\u0631\u062A \u062F\u0633\u062A\u06CC \u0622\u067E\u0644\u0648\u062F \u06CC\u0627 \u0628\u0627\u0632\u06CC\u0627\u0628\u06CC \u06A9\u0646\u06CC\u062F\u060C \u062A\u0627 \u062D\u062F\u0627\u06A9\u062B\u0631 3 \u0646\u0633\u062E\u0647 \u067E\u0634\u062A\u06CC\u0628\u0627\u0646 \u062A\u0647\u06CC\u0647 \u06A9\u0646\u06CC\u062F",successSyncConfig:"\u0628\u0627 \u0645\u0648\u0641\u0642\u06CC\u062A \u0628\u0627 \u0627\u0628\u0631 \u0647\u0645\u06AF\u0627\u0645 \u0628\u0645\u0627\u0646\u06CC\u062F",syncFail:"\u0647\u0645\u06AF\u0627\u0645 \u0633\u0627\u0632\u06CC \u0627\u0646\u062C\u0627\u0645 \u0646\u0634\u062F",updatedAt:"\u0628\u0647 \u0631\u0648\u0632 \u0634\u062F\u0647 \u062F\u0631 {date}",lastSyncedAt:"\u0622\u062E\u0631\u06CC\u0646 \u0628\u0631\u0631\u0633\u06CC \u062F\u0631 {date}",downloadFail:"\u062F\u0627\u0646\u0644\u0648\u062F \u0646\u0634\u062F",clickToDownload:"\u0628\u0631\u0627\u06CC \u062F\u0627\u0646\u0644\u0648\u062F \u06A9\u0644\u06CC\u06A9 \u06A9\u0646\u06CC\u062F",aboutLabel:"\u062F\u0631\u0628\u0627\u0631\u0647 - \u0628\u0627\u0632\u062E\u0648\u0631\u062F","browser.openAboutPage":"\u5173\u4E8E/\u53CD\u9988/\u8D5E\u52A9",aboutLabelWithoutSponsor:"\u062F\u0631\u0628\u0627\u0631\u0647 - \u0628\u0627\u0632\u062E\u0648\u0631\u062F",aboutIntro:"\u8BE5\u6269\u5C55\u514D\u8D39\u4F7F\u7528\uFF0C\u5E0C\u671B\u6211\u4EEC\u90FD\u80FD\u66F4\u52A0\u5BB9\u6613\u4E14\u6109\u60A6\u5730\u83B7\u53D6\u4E92\u8054\u7F51\u4E0A\u5DE8\u5927\u7684\u5916\u8BED\u4FE1\u606F \u2764\uFE0F

\u611F\u8C22\u8FD9\u4E9B<1>\u8D5E\u52A9\u8005\u4EEC, \u7531\u4E8E\u4ED6/\u5979\u4EEC\u7684\u652F\u6301\uFF0C\u66F4\u591A\u7684\u4EBA\u53EF\u4EE5\u514D\u8D39\u5730\u4F7F\u7528\u8FD9\u4E2A\u5DE5\u5177\u3002\u5982\u679C\u6709\u4F59\u529B\uFF0C\u4F60\u53EF\u4EE5<2>\u70B9\u51FB\u8FD9\u91CC\u8D5E\u52A9\u6211\u7684\u5DE5\u4F5C\uFF0C\u4F60\u8FD8\u53EF\u4EE5\u5173\u6CE8\u6211\u7684<3>\u63A8\u7279\uFF0C<4>Telegram \u9891\u9053\u4EE5\u53CA\u4E0B\u65B9\u7684<5>\u90AE\u4EF6\u8BA2\u9605\u8FFD\u8E2A\u66F4\u65B0\u3002",aboutIntroWithoutSponsor:"\u8BE5\u6269\u5C55\u514D\u8D39\u4F7F\u7528\uFF0C\u5E0C\u671B\u6211\u4EEC\u90FD\u80FD\u66F4\u52A0\u5BB9\u6613\u4E14\u6109\u60A6\u5730\u83B7\u53D6\u4E92\u8054\u7F51\u4E0A\u5DE8\u5927\u7684\u5916\u8BED\u4FE1\u606F \u2764\uFE0F ",projectHomepage:"\u0635\u0641\u062D\u0647 \u0627\u0635\u0644\u06CC \u067E\u0631\u0648\u0698\u0647",joinTelegramGroup:"\u52A0\u5165 Telegram \u7FA4\u53C2\u4E0E\u529F\u80FD\u8BA8\u8BBA",wechatPublicAccount:"\u062D\u0633\u0627\u0628 \u0639\u0645\u0648\u0645\u06CC \u0648\u06CC \u0686\u062A",wechatCommunities:"\u06AF\u0631\u0648\u0647 \u0627\u0631\u062A\u0628\u0627\u0637\u06CC \u0648\u06CC \u0686\u062A",qqCommunities:"\u06A9\u0627\u0646\u0627\u0644 \u0627\u0631\u062A\u0628\u0627\u0637\u06CC QQ",joinTelegramChannel:"\u0628\u0631\u0627\u06CC \u0627\u0637\u0644\u0627\u0639 \u0627\u0632 \u0622\u062E\u0631\u06CC\u0646 \u0627\u062E\u0628\u0627\u0631 \u06A9\u0627\u0646\u0627\u0644 \u062A\u0644\u06AF\u0631\u0627\u0645 \u0631\u0627 \u062F\u0646\u0628\u0627\u0644 \u06A9\u0646\u06CC\u062F",feedbackAndJoin:"\u0628\u0627\u0632\u062E\u0648\u0631\u062F \u0645\u0634\u06A9\u0644/\u0628\u0647 \u06AF\u0631\u0648\u0647 \u0628\u067E\u06CC\u0648\u0646\u062F\u06CC\u062F",autoSync:"\u0647\u0645\u06AF\u0627\u0645 \u0633\u0627\u0632\u06CC \u0628\u0631\u0646\u0627\u0645\u0647 \u0631\u06CC\u0632\u06CC \u0634\u062F\u0647 \u062E\u0648\u062F\u06A9\u0627\u0631",loadingThemeTitle:"\u0633\u0628\u06A9 \u0628\u0627\u0631\u06AF\u06CC\u0631\u06CC",loadingThemeDescription:"\u0647\u0646\u06AF\u0627\u0645 \u0627\u0646\u062A\u0638\u0627\u0631 \u0628\u0631\u0627\u06CC \u0628\u0627\u0631\u06AF\u06CC\u0631\u06CC \u062A\u0631\u062C\u0645\u0647\u060C \u0633\u0628\u06A9 \u0631\u0627 \u062A\u0646\u0638\u06CC\u0645 \u06A9\u0646\u06CC\u062F","loadingTheme.spinner":"\u8F6C\u5708\u52A8\u753B Spinner","loadingTheme.text":"\u0645\u062A\u0646 \u0627\u06CC\u0633\u062A\u0627... ","loadingTheme.none":"\u0646\u0634\u0627\u0646 \u0646\u062F\u0647",developerDescription:"\u0627\u06CC\u0646\u062C\u0627 \u0645\u06CC \u062A\u0648\u0627\u0646\u06CC\u062F <1> \u0631\u0627 \u06A9\u0644\u06CC\u06A9 \u06A9\u0646\u06CC\u062F \u0645\u0634\u0627\u0647\u062F\u0647 \u0627\u0633\u0646\u0627\u062F \u0645\u0631\u0628\u0648\u0637 \u0628\u0647 \u0633\u0641\u0627\u0631\u0634\u06CC \u0633\u0627\u0632\u06CC \u067E\u06CC\u0634\u0631\u0641\u062A\u0647","edit border color":"\u0631\u0646\u06AF \u062D\u0627\u0634\u06CC\u0647 \u0631\u0627 \u062A\u063A\u06CC\u06CC\u0631 \u062F\u0647\u06CC\u062F",successSyncButNoChange:"\u067E\u06CC\u06A9\u0631\u0628\u0646\u062F\u06CC \u0641\u0639\u0644\u06CC \u0628\u0627 \u0627\u0628\u0631 \u0633\u0627\u0632\u06AF\u0627\u0631 \u0627\u0633\u062A",customTheme:"\u0631\u0646\u06AF \u0647\u0627 \u0648 \u0627\u0646\u062F\u0627\u0632\u0647 \u0647\u0627\u06CC \u0633\u0641\u0627\u0631\u0634\u06CC","customThemeLabel.borderColor":"\u0631\u0646\u06AF \u0644\u0628\u0647","customThemeLabel.borderRadius":"\u06AF\u0648\u0634\u0647 \u0647\u0627\u06CC \u06AF\u0631\u062F \u062D\u0627\u0634\u06CC\u0647","customThemeLabel.textColor":"\u0631\u0646\u06AF \u0645\u062A\u0646","customThemeLabel.backgroundColor":"\u0631\u0646\u06AF \u067E\u0633 \u0632\u0645\u06CC\u0646\u0647","customThemeLabel.zoom":"\u0645\u0642\u06CC\u0627\u0633 \u0628\u0646\u062F\u06CC \u0642\u0644\u0645 (%)","customThemeLabel.opacity":"\u06A9\u062F\u0648\u0631\u062A \u0645\u062A\u0646 (%)",resetToDefaultColor:"\u0628\u0647 \u0631\u0646\u06AF \u067E\u06CC\u0634 \u0641\u0631\u0636 \u0628\u0631\u06AF\u0631\u062F\u06CC\u062F",resetToDefaultSettings:"\u0628\u0647 \u062A\u0646\u0638\u06CC\u0645\u0627\u062A \u067E\u06CC\u0634 \u0641\u0631\u0636 \u0628\u0631\u06AF\u0631\u062F\u06CC\u062F",isTranslateTitle:"\u0639\u0646\u0627\u0648\u06CC\u0646 \u0635\u0641\u062D\u0627\u062A \u0648\u0628 \u062A\u0631\u062C\u0645\u0647 \u0634\u062F\u0647 \u0631\u0627 \u0631\u0648\u0634\u0646 \u06A9\u0646\u06CC\u062F",isTranslateTitleDescription:"\u0648\u0642\u062A\u06CC \u0631\u0648\u0634\u0646 \u0634\u062F\u060C \u0639\u0646\u0648\u0627\u0646 \u0635\u0641\u062D\u0647 \u0648\u0628 \u062A\u0631\u062C\u0645\u0647 \u062E\u0648\u0627\u0647\u062F \u0634\u062F",enableSearchEnhancement:"\u0628\u0647\u0628\u0648\u062F \u0627\u0637\u0644\u0627\u0639\u0627\u062A \u062F\u0648 \u0632\u0628\u0627\u0646\u0647 \u0631\u0627 \u0641\u0639\u0627\u0644 \u06A9\u0646\u06CC\u062F",enableSearchEnhancementDescription:"\u067E\u0633 \u0627\u0632 \u0631\u0648\u0634\u0646 \u0634\u062F\u0646\u060C \u0646\u062A\u0627\u06CC\u062C \u062C\u0633\u062A\u062C\u0648\u06CC \xABGoogle News\xBB \u0645\u0631\u0628\u0648\u0637 \u0628\u0647 \u06A9\u0644\u06CC\u062F\u0648\u0627\u0698\u0647\u200C\u0647\u0627\u06CC \u0627\u0646\u06AF\u0644\u06CC\u0633\u06CC \u0628\u0647\u200C\u0637\u0648\u0631 \u062E\u0648\u062F\u06A9\u0627\u0631 \u062F\u0631 \u0633\u062A\u0648\u0646 \u0633\u0645\u062A \u0631\u0627\u0633\u062A \u0648\u0628\u200C\u0633\u0627\u06CC\u062A\u200C\u0647\u0627\u06CC \u067E\u0634\u062A\u06CC\u0628\u0627\u0646\u06CC\u200C\u0634\u062F\u0647 (Google News\u060C Google Search (\u0628\u0631\u062E\u06CC \u06A9\u0644\u0645\u0627\u062A \u06A9\u0644\u06CC\u062F\u06CC)\u060C Snowball\u060C Oriental Fortune\u060C Futu\u060C \u0627\u0646\u062C\u0645\u0646 \u0628\u0628\u0631) \u0646\u0645\u0627\u06CC\u0634 \u062F\u0627\u062F\u0647 \u0645\u06CC\u200C\u0634\u0648\u0646\u062F.",verifyService:"\u0628\u0631\u0627\u06CC \u062A\u0633\u062A \u0633\u0631\u0648\u06CC\u0633 \u0627\u06CC\u0646\u062C\u0627 \u06A9\u0644\u06CC\u06A9 \u06A9\u0646\u06CC\u062F",verified:"\u062A\u0623\u06CC\u06CC\u062F \u0628\u0627 \u0645\u0648\u0641\u0642\u06CC\u062A \u0627\u0646\u062C\u0627\u0645 \u0634\u062F","field.langs":"\u06A9\u062F\u0647\u0627\u06CC \u0632\u0628\u0627\u0646 \u067E\u0634\u062A\u06CC\u0628\u0627\u0646\u06CC \u0634\u062F\u0647","field.model":"\u0645\u062F\u0644","field.translationEngine":"\u0645\u0648\u062A\u0648\u0631 \u062A\u0631\u062C\u0645\u0647","field.limitPerMinute":"\u062D\u062F\u0627\u06A9\u062B\u0631 \u062A\u0639\u062F\u0627\u062F \u062F\u0631\u062E\u0648\u0627\u0633\u062A \u062F\u0631 \u062F\u0642\u06CC\u0642\u0647","field.limitPerSecond":"\u062D\u062F\u0627\u06A9\u062B\u0631 \u062A\u0639\u062F\u0627\u062F \u062F\u0631\u062E\u0648\u0627\u0633\u062A \u062F\u0631 \u062B\u0627\u0646\u06CC\u0647","field.maxTextLengthPerRequest":"\u062D\u062F\u0627\u06A9\u062B\u0631 \u0637\u0648\u0644 \u0645\u062A\u0646 \u062F\u0631 \u0647\u0631 \u062F\u0631\u062E\u0648\u0627\u0633\u062A","field.maxTextGroupLengthPerRequest":"\u062D\u062F\u0627\u06A9\u062B\u0631 \u062A\u0639\u062F\u0627\u062F \u067E\u0627\u0631\u0627\u06AF\u0631\u0627\u0641 \u062F\u0631 \u0647\u0631 \u062F\u0631\u062E\u0648\u0627\u0633\u062A","field.apiUrl":"\u0622\u062F\u0631\u0633 \u0631\u0627\u0628\u0637 API \u0633\u0641\u0627\u0631\u0634\u06CC","field.placeholderDelimiters":"\u0645\u062A\u063A\u06CC\u0631\u0647\u0627\u06CC \u0631\u0632\u0631\u0648 \u0634\u062F\u0647","description.custom":"\u062F\u0633\u062A\u0631\u0633\u06CC \u0628\u0647 \u0631\u0627\u0628\u0637 \u0633\u0641\u0627\u0631\u0634\u06CC \u0628\u0647 \u0627\u0633\u0646\u0627\u062F \u0645\u0631\u062C\u0639 \u0646\u06CC\u0627\u0632 \u062F\u0627\u0631\u062F","description.limitPerMinute":"\u8BF7\u6C42\u6570\u8D85\u8FC7\u8BE5\u9650\u5236\u65F6\u4F1A\u88AB\u6682\u65F6\u7981\u7528\uFF0C\u76F4\u5230\u4E0B\u4E00\u5206\u949F\u5F00\u59CB\uFF0C\u9ED8\u8BA4\u8BBE\u7F6E\u4E3A OpenAI \u8BD5\u7528\u7248\u7684\u8BF7\u6C42\u9650\u5236","description.limitPerSecond":"\u0648\u0642\u062A\u06CC \u062A\u0639\u062F\u0627\u062F \u062F\u0631\u062E\u0648\u0627\u0633\u062A \u0647\u0627 \u0627\u0632 \u0627\u06CC\u0646 \u062D\u062F \u0628\u06CC\u0634\u062A\u0631 \u0634\u0648\u062F\u060C \u062A\u0627 \u0627\u0628\u062A\u062F\u0627\u06CC \u062B\u0627\u0646\u06CC\u0647 \u0628\u0639\u062F \u0648\u0627\u0631\u062F \u062D\u0627\u0644\u062A \u0635\u0641 \u0645\u06CC \u0634\u0648\u062F. \u0628\u0627 \u062A\u0648\u062C\u0647 \u0628\u0647 \u0645\u062D\u062F\u0648\u062F\u06CC\u062A\u200C\u0647\u0627\u06CC \u0645\u062E\u062A\u0644\u0641 \u0633\u0631\u0648\u06CC\u0633 \u0641\u0639\u0644\u06CC OpenAI\u060C \u0644\u0637\u0641\u0627\u064B <1> \u0631\u0627 \u0627\u06CC\u0646\u062C\u0627 \u06A9\u0644\u06CC\u06A9 \u06A9\u0646\u06CC\u062F \u0622\u062E\u0631\u06CC\u0646 \u0645\u0642\u0627\u062F\u06CC\u0631 \u062A\u0648\u0635\u06CC\u0647 \u0634\u062F\u0647 \u0631\u0627 \u0645\u0634\u0627\u0647\u062F\u0647 \u06A9\u0646\u06CC\u062F","description.generalLimitPerSecond":"\u0648\u0642\u062A\u06CC \u062A\u0639\u062F\u0627\u062F \u062F\u0631\u062E\u0648\u0627\u0633\u062A \u0647\u0627 \u0627\u0632 \u0627\u06CC\u0646 \u062D\u062F \u0628\u06CC\u0634\u062A\u0631 \u0634\u0648\u062F\u060C \u062A\u0627 \u0627\u0628\u062A\u062F\u0627\u06CC \u062B\u0627\u0646\u06CC\u0647 \u0628\u0639\u062F \u0648\u0627\u0631\u062F \u062D\u0627\u0644\u062A \u0635\u0641 \u0645\u06CC \u0634\u0648\u062F.","description.prompt":"\u0628\u0647 \u0639\u0646\u0648\u0627\u0646 \u06A9\u0627\u0631\u0628\u0631\u060C \u06AF\u0641\u062A\u06AF\u0648 \u0631\u0627 \u0628\u0647 {service} \u0627\u0631\u0633\u0627\u0644 \u06A9\u0646\u06CC\u062F\u060C \u06A9\u0647 \u062F\u0631 \u0622\u0646 {{text}} \u0645\u062D\u062A\u0648\u0627\u06CC \u0645\u062A\u0646 \u067E\u0627\u0631\u0627\u06AF\u0631\u0627\u0641\u060C {{from}} \u0632\u0628\u0627\u0646 \u067E\u0627\u0631\u0627\u06AF\u0631\u0627\u0641 \u0648 {{to}} \u0632\u0628\u0627\u0646 \u0645\u0642\u0635\u062F \u0631\u0627 \u0646\u0634\u0627\u0646 \u0645\u06CC \u062F\u0647\u062F.","description.maxTextLengthPerRequest":"\u9ED8\u8BA4\u4F1A\u5408\u5E76\u591A\u4E2A\u6BB5\u843D\uFF0C\u4EE5\u51CF\u5C11\u8BF7\u6C42\u6B21\u6570\uFF0C\u4F46\u662F\u5982\u679C\u6BB5\u843D\u603B\u957F\u5EA6\u8FC7\u957F\uFF0C\u4E5F\u53EF\u80FD\u4F1A\u5BFC\u81F4\u63A5\u53E3\u7684\u54CD\u5E94\u53D8\u6162\uFF0C\u56E0\u6B64\u53EF\u4EE5\u5C1D\u8BD5\u8C03\u6574\u8BE5\u9009\u9879\u6765\u4F18\u5316\u901F\u5EA6","description.systemPrompt":"\u0628\u0647 \u0639\u0646\u0648\u0627\u0646 \u0633\u06CC\u0633\u062A\u0645\u060C \u06AF\u0641\u062A\u06AF\u0648\u06CC\u06CC \u0631\u0627 \u0628\u0647 {service} \u0627\u0631\u0633\u0627\u0644 \u06A9\u0646\u06CC\u062F\u060C \u06A9\u0647 \u062F\u0631 \u0622\u0646 {{text}} \u0645\u062D\u062A\u0648\u0627\u06CC \u0645\u062A\u0646 \u067E\u0627\u0631\u0627\u06AF\u0631\u0627\u0641\u060C {{from}} \u0632\u0628\u0627\u0646 \u067E\u0627\u0631\u0627\u06AF\u0631\u0627\u0641 \u0648 {{to}} \u0632\u0628\u0627\u0646 \u0647\u062F\u0641 \u0631\u0627 \u0646\u0634\u0627\u0646 \u0645\u06CC \u062F\u0647\u062F.","field.domain":"\u0631\u0634\u062A\u0647","description.domain":"\u067E\u06CC\u0634 \u0641\u0631\u0636\uFF1A\u0639\u0645\u0648\u0645\u06CC \u0627\u0633\u062A. \u0641\u0642\u0637 \u0632\u0645\u0627\u0646\u06CC \u0645\u06CC\u200C\u062A\u0648\u0627\u0646 \u0622\u0646 \u0631\u0627 \u062A\u0646\u0638\u06CC\u0645 \u06A9\u0631\u062F \u06A9\u0647 \u062A\u0631\u062C\u0645\u0647 \u0645\u0628\u062A\u0646\u06CC \u0628\u0631 \u062F\u0627\u0645\u0646\u0647 \u062F\u0631 \u06A9\u0646\u0633\u0648\u0644 Youdao API \u0641\u0639\u0627\u0644 \u0628\u0627\u0634\u062F. \u0628\u0631\u0627\u06CC \u0642\u0633\u0645\u062A\u200C\u0647\u0627\u06CC \u067E\u0634\u062A\u06CC\u0628\u0627\u0646\u06CC\u200C\u0634\u062F\u0647\u060C \u0644\u0637\u0641\u0627\u064B <1> \u0631\u0627 \u0627\u06CC\u0646\u062C\u0627 \u0628\u0628\u06CC\u0646\u06CC\u062F.","field.scene":"\u0635\u062D\u0646\u0647 \u0647\u0627\u06CC","description.scene":"\u067E\u06CC\u0634 \u0641\u0631\u0636\uFF1A\u0639\u0645\u0648\u0645\u06CC \u0627\u0633\u062A. \u062A\u0646\u0647\u0627 \u0632\u0645\u0627\u0646\u06CC \u0645\u06CC\u200C\u062A\u0648\u0627\u0646 \u0622\u0646 \u0631\u0627 \u062A\u0646\u0638\u06CC\u0645 \u06A9\u0631\u062F \u06A9\u0647 \u0646\u0633\u062E\u0647 \u062D\u0631\u0641\u0647\u200C\u0627\u06CC \u062A\u0631\u062C\u0645\u0647 \u0645\u0627\u0634\u06CC\u0646\u06CC \u062F\u0631 \u06A9\u0646\u0633\u0648\u0644 Alibaba Cloud API \u0641\u0639\u0627\u0644 \u0634\u0648\u062F. \u0628\u0631\u0627\u06CC \u0633\u0646\u0627\u0631\u06CC\u0648\u0647\u0627\u06CC \u067E\u0634\u062A\u06CC\u0628\u0627\u0646\u06CC \u0634\u062F\u0647 \u0628\u0647 <1> \u0627\u06CC\u0646\u062C\u0627 \u0645\u0631\u0627\u062C\u0639\u0647 \u06A9\u0646\u06CC\u062F.","field.vocabId":"\u0634\u0646\u0627\u0633\u0647 \u0641\u0631\u0647\u0646\u06AF \u0644\u063A\u062A \u06A9\u0627\u0631\u0628\u0631","description.vocabId":"\u0641\u0631\u0647\u0646\u06AF \u0644\u063A\u062A \u0645\u0634\u062E\u0635 \u0634\u062F\u0647 out_id \u062F\u0631 \u062D\u0627\u0644 \u062D\u0627\u0636\u0631 \u0627\u0632 \u062A\u0631\u062C\u0645\u0647 \u0627\u0646\u06AF\u0644\u06CC\u0633\u06CC \u0628\u0647 \u0686\u06CC\u0646\u06CC \u067E\u0634\u062A\u06CC\u0628\u0627\u0646\u06CC \u0645\u06CC \u06A9\u0646\u062F.","description.model":"\u0645\u062F\u0644 OpenAI \u0645\u06CC \u062A\u0648\u0627\u0646\u062F gpt-3.5-turbo\u060C gpt-4 \u0648 \u063A\u06CC\u0631\u0647 \u0628\u0627\u0634\u062F.","description.maxTextGroupLengthPerRequest":"\u062A\u0639\u062F\u0627\u062F \u067E\u0627\u0631\u0627\u06AF\u0631\u0627\u0641\u200C\u0647\u0627\u06CC\u06CC \u06A9\u0647 \u0647\u0631 \u0628\u0627\u0631 \u0628\u0647 \u0633\u0631\u0648\u06CC\u0633 \u062A\u0631\u062C\u0645\u0647 \u0627\u0631\u0633\u0627\u0644 \u0645\u06CC\u200C\u0634\u0648\u0646\u062F. \u0627\u06AF\u0631 \u062A\u0639\u062F\u0627\u062F \u067E\u0627\u0631\u0627\u06AF\u0631\u0627\u0641\u200C\u0647\u0627 \u0628\u06CC\u0634 \u0627\u0632 \u062D\u062F \u0628\u0627\u0634\u062F\u060C \u067E\u0627\u0633\u062E \u0631\u0627\u0628\u0637 \u0645\u0645\u06A9\u0646 \u0627\u0633\u062A \u06A9\u0646\u062F \u0634\u0648\u062F.","description.apiUrl":"\u8BF7\u6DFB\u52A0\u5177\u4F53\u5E26\u6709\u8DEF\u5F84\u7684\u7F51\u5740",enabledExtension:"\u0627\u0641\u0632\u0648\u0646\u0647 \u0631\u0627 \u0641\u0639\u0627\u0644 \u06A9\u0646\u06CC\u062F",clickToDisableExtension:"\u0628\u0631\u0627\u06CC \u063A\u06CC\u0631\u0641\u0639\u0627\u0644 \u06A9\u0631\u062F\u0646 \u0627\u0641\u0632\u0648\u0646\u0647 \u06A9\u0644\u06CC\u06A9 \u06A9\u0646\u06CC\u062F",clickToEnableExtension:"\u0628\u0631\u0627\u06CC \u0641\u0639\u0627\u0644 \u06A9\u0631\u062F\u0646 \u0628\u0631\u0646\u0627\u0645\u0647 \u0627\u0641\u0632\u0648\u062F\u0646\u06CC \u06A9\u0644\u06CC\u06A9 \u06A9\u0646\u06CC\u062F",hasBeenDisabled:"\u0645\u0639\u0644\u0648\u0644","show password":"\u0646\u0645\u0627\u06CC\u0634 \u0631\u0645\u0632 \u0639\u0628\u0648\u0631",customContent:"\u8F93\u5165\u81EA\u5B9A\u4E49\u5185\u5BB9",inputOptions:"\u0628\u0647\u0628\u0648\u062F \u062C\u0639\u0628\u0647 \u0648\u0631\u0648\u062F\u06CC",mouseHoverOptions:"\u0645\u0627\u0648\u0633 \u0628\u0631",modifyMouseHoverKey:"\u06A9\u0644\u06CC\u062F\u0647\u0627\u06CC \u0645\u06CC\u0627\u0646\u0628\u0631 \u0645\u0627\u0648\u0633 \u0631\u0627 \u062A\u063A\u06CC\u06CC\u0631 \u062F\u0647\u06CC\u062F",enableInputTranslation:"\u0641\u0639\u0627\u0644 \u06A9\u0631\u062F\u0646 \u0628\u0647\u0628\u0648\u062F \u062C\u0639\u0628\u0647 \u0648\u0631\u0648\u062F\u06CC",enableInputTranslationDescription:"\u067E\u0633 \u0627\u0632 \u0641\u0639\u0627\u0644 \u06A9\u0631\u062F\u0646{trailingKey}\u060C \u0645\u0633\u062A\u0642\u06CC\u0645\u0627\u064B {startingKey}{startingKey} hello \u0631\u0627 \u062F\u0631 \u06A9\u0627\u062F\u0631 \u0648\u0631\u0648\u062F\u06CC \u0648\u0627\u0631\u062F \u06A9\u0646\u06CC\u062F \u0648 \u0633\u067E\u0633 \u0628\u0647 \u0633\u0631\u0639\u062A \u0631\u0648\u06CC{inputTrailingTriggerKeyRepeatTimes}\u062F\u0648 \u0628\u0627\u0631 \u06A9\u0644\u06CC\u06A9 \u06A9\u0646\u06CC\u062F \u062A\u0627 \u0622\u0646 \u0631\u0627 \u0628\u0647 {inputTargetLanguage}\u062A\u0628\u062F\u06CC\u0644 \u06A9\u0646\u06CC\u062F.",enableInputTranslationDescriptionForNoneKey:"{trailingKey}\u0641\u0639\u0627\u0644 \u06A9\u0631\u062F\u0646 \u0622\u0646\u060C \u0645\u0633\u062A\u0642\u06CC\u0645\u0627\u064B\uFF1Ahello world \u0631\u0627 \u062F\u0631 \u06A9\u0627\u062F\u0631 \u0648\u0631\u0648\u062F\u06CC \u0648\u0627\u0631\u062F \u06A9\u0646\u06CC\u062F \u0648 \u0633\u067E\u0633 \u0628\u0647 \u0633\u0631\u0639\u062A{inputTrailingTriggerKeyRepeatTimes}\u0628\u0627\u0631 \u06A9\u0644\u06CC\u06A9 \u06A9\u0646\u06CC\u062F \u062A\u0627 \u0628\u0647 \u0632\u0628\u0627\u0646 \u0645\u0642\u0635\u062F \u067E\u06CC\u0634 \u0641\u0631\u0636 \u062A\u0631\u062C\u0645\u0647 \u0634\u0648\u062F.",inputTargetLanguage:"\u0632\u0628\u0627\u0646 \u0645\u0642\u0635\u062F \u067E\u06CC\u0634 \u0641\u0631\u0636 \u06A9\u0627\u062F\u0631 \u0648\u0631\u0648\u062F\u06CC \u0631\u0627 \u062A\u0646\u0638\u06CC\u0645 \u06A9\u0646\u06CC\u062F",inputTargetLanguageDescription:"\u0632\u0628\u0627\u0646 \u0645\u0642\u0635\u062F \u067E\u06CC\u0634\u200C\u0641\u0631\u0636 \u0628\u0631\u0627\u06CC \u062A\u0631\u062C\u0645\u0647 \u062C\u0639\u0628\u0647 \u0648\u0631\u0648\u062F\u06CC\u060C \u06A9\u0647 {startingKey}{startingKey} \u0628\u0647 \u0639\u0646\u0648\u0627\u0646 \u0632\u0628\u0627\u0646 \u067E\u06CC\u0634\u200C\u0641\u0631\u0636 \u0628\u0631\u0627\u06CC \u06A9\u0644\u0645\u0627\u062A \u0631\u0627\u0647\u200C\u0627\u0646\u062F\u0627\u0632 \u0627\u0633\u062A",inputTargetLanguageDescriptionForNoneKey:"\u0632\u0628\u0627\u0646 \u0645\u0642\u0635\u062F \u067E\u06CC\u0634\u200C\u0641\u0631\u0636 \u0628\u0631\u0627\u06CC \u062A\u0631\u062C\u0645\u0647\u200C\u0647\u0627\u06CC \u062C\u0639\u0628\u0647 \u0648\u0631\u0648\u062F\u06CC",inputStartingTriggerKeyTitle:"\u06A9\u0627\u0631\u0627\u06A9\u062A\u0631\u0647\u0627\u06CC \u062A\u0642\u0633\u06CC\u0645 \u0631\u0627 \u0628\u0631\u0627\u06CC \u062A\u0631\u062C\u0645\u0647 \u062C\u0632\u0626\u06CC \u06A9\u0627\u062F\u0631 \u0648\u0631\u0648\u062F\u06CC \u062A\u0646\u0638\u06CC\u0645 \u06A9\u0646\u06CC\u062F",inputStartingTriggerKeyDescription:"\u0647\u0646\u06AF\u0627\u0645\u06CC \u06A9\u0647 \u0646\u06CC\u0627\u0632\u06CC \u0628\u0647 \u062A\u0631\u062C\u0645\u0647 \u06A9\u0644 \u06A9\u0627\u062F\u0631 \u0648\u0631\u0648\u062F\u06CC \u0646\u062F\u0627\u0631\u06CC\u062F\u060C \u062C\u062F\u0627\u06A9\u0646\u0646\u062F\u0647 \u0628\u0647 \u0634\u0645\u0627 \u0627\u062C\u0627\u0632\u0647 \u0645\u06CC \u062F\u0647\u062F \u0641\u0642\u0637 \u0642\u0633\u0645\u062A \u0631\u0627 {startingKey}{startingKey} \u0628\u0647 \u0627\u0646\u062A\u0647\u0627\u06CC \u06A9\u0627\u062F\u0631 \u0648\u0631\u0648\u062F\u06CC \u062A\u0631\u062C\u0645\u0647 \u06A9\u0646\u06CC\u062F\u060C \u06CC\u0627 \u0645\u06CC \u062A\u0648\u0627\u0646\u06CC\u062F \u06A9\u062F \u0632\u0628\u0627\u0646 \u0631\u0627 \u0645\u0634\u062E\u0635 \u06A9\u0646\u06CC\u062F\u060C \u0628\u0647 \u0639\u0646\u0648\u0627\u0646 \u0645\u062B\u0627\u0644\u060C\uFF1A{startingKey}ja \u0628\u0647 \u0645\u0639\u0646\u0627\u06CC \u0641\u0642\u0637 \u062A\u0631\u062C\u0645\u0647 \u0627\u0633\u062A. \u0642\u0633\u0645\u062A \u0627\u0632 {startingKey}ja \u062A\u0627 \u0627\u0646\u062A\u0647\u0627\u06CC \u062C\u0639\u0628\u0647 \u0648\u0631\u0648\u062F\u06CC.",inputStartingTriggerKeyDescriptionForNoneKey:"\u062F\u0631 \u062D\u0627\u0644 \u062D\u0627\u0636\u0631 \u0628\u062F\u0648\u0646 \u0646\u06CC\u0627\u0632 \u0628\u0647 \u067E\u06CC\u0634\u0648\u0646\u062F \u062A\u0646\u0638\u06CC\u0645 \u0634\u062F\u0647 \u0627\u0633\u062A \u0648 \u0628\u0631\u062E\u06CC \u0627\u0632 \u0639\u0645\u0644\u06A9\u0631\u062F\u0647\u0627\u06CC \u062A\u0631\u062C\u0645\u0647 \u0645\u062A\u0646 \u062C\u0639\u0628\u0647 \u0648\u0631\u0648\u062F\u06CC \u0645\u0648\u0642\u062A\u0627\u064B \u062F\u0631 \u062F\u0633\u062A\u0631\u0633 \u0646\u06CC\u0633\u062A\u0646\u062F.",inputTrailingTriggerKeyTitle:"\u06CC\u06A9 \u06A9\u0627\u0631\u0627\u06A9\u062A\u0631 \u0645\u0627\u0634\u0647 \u0627\u06CC \u0631\u0627 \u0627\u0646\u062A\u062E\u0627\u0628 \u06A9\u0646\u06CC\u062F \u06A9\u0647 \u0628\u0647 \u0648\u0631\u0648\u062F\u06CC \u067E\u0627\u06CC\u0627\u0646 \u0645\u06CC \u062F\u0647\u062F",inputTrailingTriggerKeyDescription:"\u0628\u0627 \u0632\u062F\u0646{trailingKey} 3 \u0628\u0627\u0631 \u0645\u062A\u0648\u0627\u0644\u06CC\u060C \u062A\u0631\u062C\u0645\u0647 \u0634\u0631\u0648\u0639 \u0645\u06CC \u0634\u0648\u062F",inputTrailingTriggerKeyTimeout:"\u0641\u0627\u0635\u0644\u0647 \u0628\u06CC\u0646 \u0645\u0627\u0634\u0647 \u0647\u0627 \u0631\u0627 \u0628\u0631\u0627\u06CC \u067E\u0627\u06CC\u0627\u0646 \u062F\u0627\u062F\u0646 \u0628\u0647 \u062A\u0631\u06A9\u06CC\u0628 \u0648\u0627\u0631\u062F \u06A9\u0646\u06CC\u062F.",inputTrailingTriggerKeyTimeoutDescription:"\u0632\u0645\u0627\u0646 \u0641\u0627\u0635\u0644\u0647 (\u0645\u06CC\u0644\u06CC \u062B\u0627\u0646\u06CC\u0647) \u0631\u0627 \u0628\u0631\u0627\u06CC \u0648\u0631\u0648\u062F\u06CC \u0628\u0631\u0627\u06CC \u067E\u0627\u06CC\u0627\u0646 \u062F\u0627\u062F\u0646 \u0628\u0647 \u0645\u062D\u0631\u06A9 \u062A\u0631\u06A9\u06CC\u0628\u06CC \u062A\u0646\u0638\u06CC\u0645 \u06A9\u0646\u06CC\u062F",spaceKey:"",noneKey:"\u0628\u062F\u0648\u0646 \u0646\u06CC\u0627\u0632 \u0628\u0647 \u067E\u06CC\u0634\u0648\u0646\u062F\u060C \u0628\u0647 \u0637\u0648\u0631 \u0645\u0633\u062A\u0642\u06CC\u0645 \u06A9\u0644 \u062C\u0639\u0628\u0647 \u0645\u062A\u0646 \u0631\u0627 \u062A\u0631\u062C\u0645\u0647 \u06A9\u0646\u06CC\u062F",inputTranslationBlockUrlsTitle:"\u0647\u0631\u06AF\u0632 \u067E\u06CC\u0634\u0631\u0641\u062A \u0647\u0627\u06CC \u0641\u06CC\u0644\u062F \u0648\u0631\u0648\u062F\u06CC \u0631\u0627 \u062F\u0631 URL \u0647\u0627 \u0641\u0639\u0627\u0644 \u0646\u06A9\u0646\u06CC\u062F",inputTranslationBlockUrlsDescription:"\u062F\u0631 \u0622\u062F\u0631\u0633\u200C\u0647\u0627\u06CC \u0627\u06CC\u0646\u062A\u0631\u0646\u062A\u06CC \u0632\u06CC\u0631\u060C \u0628\u0647\u0628\u0648\u062F \u06A9\u0627\u062F\u0631 \u0648\u0631\u0648\u062F\u06CC \u0627\u062B\u0631\u06CC \u0646\u062E\u0648\u0627\u0647\u062F \u062F\u0627\u0634\u062A",clickToSeeQuickDemo:"\u0628\u0631\u0627\u06CC \u06AF\u0633\u062A\u0631\u0634 \u0648\u06CC\u062F\u06CC\u0648\u06CC \u0622\u0645\u0648\u0632\u0634 \u0633\u0631\u06CC\u0639 30 \u062B\u0627\u0646\u06CC\u0647 \u0627\u06CC \u06A9\u0644\u06CC\u06A9 \u06A9\u0646\u06CC\u062F",inputHelperInfo:"\u0646\u06A9\u062A\u0647\uFF1A: \u0645\u0627 \u0628\u0647 \u0637\u0648\u0631 \u062E\u0627\u0635 \u0627\u06CC\u0646 \u0645\u0648\u0636\u0648\u0639 \u0631\u0627 \u0628\u0647\u06CC\u0646\u0647 \u0633\u0627\u0632\u06CC \u06A9\u0631\u062F\u0647 \u0627\u06CC\u0645 \u06A9\u0647 \u062F\u0631 \u0622\u0646 \u0628\u0631\u062E\u06CC \u0627\u0632 \u06A9\u0627\u0631\u0627\u06A9\u062A\u0631\u0647\u0627\u06CC \u0645\u0627\u0634\u0647 \u0628\u0647 \u0639\u0644\u0627\u0626\u0645 \u0646\u06AF\u0627\u0631\u0634\u06CC \u0686\u06CC\u0646\u06CC \u062F\u0631 \u0631\u0648\u0634 \u0648\u0631\u0648\u062F\u06CC \u0686\u06CC\u0646\u06CC \u062A\u0628\u062F\u06CC\u0644 \u0645\u06CC \u0634\u0648\u0646\u062F. \u0628\u0647 \u0639\u0646\u0648\u0627\u0646 \u0645\u062B\u0627\u0644\u060C \u062F\u0631 \u0631\u0648\u0634 \u0648\u0631\u0648\u062F\u06CC Sogou\u060C / \u0628\u0647 \u0645\u06A9\u062B \u062A\u0628\u062F\u06CC\u0644 \u0645\u06CC \u0634\u0648\u062F\u060C \u0648 \u062A\u0631\u062C\u0645\u0647 \u0647\u0645\u0647 \u062C\u0627\u0646\u0628\u0647 \u0627\u0632 \u0647\u0645\u0647 \u0646\u0645\u0627\u062F\u0647\u0627\u06CC \u0686\u06CC\u0646\u06CC \u0645\u0631\u0628\u0648\u0637 \u0628\u0647 \u067E\u0634\u062A\u06CC\u0628\u0627\u0646\u06CC \u0645\u06CC \u06A9\u0646\u062F. \u06A9\u0627\u0631\u0627\u06A9\u062A\u0631\u0647\u0627\u06CC \u0645\u0627\u0634\u0647\u060C \u06CC\u0639\u0646\u06CC //\u060C\u060C \u0647\u0645\u0647 \u0628\u0647 \u0639\u0646\u0648\u0627\u0646 \u06A9\u0627\u0631\u0627\u06A9\u062A\u0631\u0647\u0627\u06CC \u0645\u0627\u0634\u0647 \u0634\u0646\u0627\u062E\u062A\u0647 \u0645\u06CC \u0634\u0648\u0646\u062F.

\u062F\u0631 \u0639\u06CC\u0646 \u062D\u0627\u0644\u060C \u0645\u0627 \u0647\u0645\u0686\u0646\u06CC\u0646 \u0627\u0632 \u0646\u0627\u0645 \u0645\u0633\u062A\u0639\u0627\u0631 \u0686\u06CC\u0646\u06CC \u06A9\u062F\u0647\u0627\u06CC \u0632\u0628\u0627\u0646 \u0628\u0647 \u0639\u0646\u0648\u0627\u0646 \u062F\u0633\u062A\u0648\u0631\u0627\u062A \u067E\u0634\u062A\u06CC\u0628\u0627\u0646\u06CC \u0645\u06CC \u06A9\u0646\u06CC\u0645. \u0628\u0647 \u0639\u0646\u0648\u0627\u0646 \u0645\u062B\u0627\u0644\u060C /Japanese Hello World \u0628\u0647 \u0698\u0627\u067E\u0646\u06CC \u062A\u0631\u062C\u0645\u0647 \u0645\u06CC \u0634\u0648\u062F. <1> \u0628\u0631\u0627\u06CC \u0645\u0634\u0627\u0647\u062F\u0647 \u0647\u0645\u0647 \u06A9\u062F\u0647\u0627\u06CC \u0632\u0628\u0627\u0646 \u067E\u0634\u062A\u06CC\u0628\u0627\u0646\u06CC \u0634\u062F\u0647 \u0627\u06CC\u0646\u062C\u0627 \u0631\u0627 \u06A9\u0644\u06CC\u06A9 \u06A9\u0646\u06CC\u062F. .",reloadCurrentPage:"\u0644\u0637\u0641\u0627\u064B \u0642\u0628\u0644 \u0627\u0632 \u0634\u0631\u0648\u0639 \u062A\u0631\u062C\u0645\u0647 \u0635\u0641\u062D\u0647 \u0641\u0639\u0644\u06CC \u0631\u0627 \u0628\u0627\u0632\u062E\u0648\u0627\u0646\u06CC \u06A9\u0646\u06CC\u062F",noLocalFilePermissionForPDF:"\u0645\u0627 \u062F\u0631 \u062D\u0627\u0644 \u062D\u0627\u0636\u0631 \u0645\u062C\u0648\u0632 \u062E\u0648\u0627\u0646\u062F\u0646 \u0641\u0627\u06CC\u0644 \u0647\u0627\u06CC \u0645\u062D\u0644\u06CC \u0631\u0627 \u0646\u062F\u0627\u0631\u06CC\u0645. \u0644\u0637\u0641\u0627 \u0631\u0648\u06CC \u062F\u06A9\u0645\u0647 \u0628\u0627\u0644\u0627 \u06A9\u0644\u06CC\u06A9 \u06A9\u0646\u06CC\u062F \u0648 \u0641\u0627\u06CC\u0644 \u0647\u0627\u06CC \u0645\u062D\u0644\u06CC \u0631\u0627 \u0648\u0627\u0631\u062F \u06A9\u0646\u06CC\u062F.",noPermissionForThisPage:"\u26A0\uFE0F \u0627\u062C\u0627\u0632\u0647 \u062A\u0631\u062C\u0645\u0647 \u0635\u0641\u062D\u0647 \u0641\u0639\u0644\u06CC \u0648\u062C\u0648\u062F \u0646\u062F\u0627\u0631\u062F",retryAllParagraphs:"\u0647\u0645\u0647 \u067E\u0627\u0631\u0627\u06AF\u0631\u0627\u0641 \u0647\u0627\u06CC \u062E\u0637\u0627 \u0631\u0627 \u062F\u0648\u0628\u0627\u0631\u0647 \u0627\u0645\u062A\u062D\u0627\u0646 \u06A9\u0646\u06CC\u062F",retryAllButton:"\u0647\u0645\u0647 \u067E\u0627\u0631\u0627\u06AF\u0631\u0627\u0641 \u0647\u0627\u06CC \u062E\u0637\u0627 \u0631\u0627 \u062F\u0648\u0628\u0627\u0631\u0647 \u0627\u0645\u062A\u062D\u0627\u0646 \u06A9\u0646\u06CC\u062F",errorTooltipTitle:"\u0628\u0631\u0627\u06CC \u0645\u0634\u0627\u0647\u062F\u0647 \u062F\u0644\u06CC\u0644 \u062E\u0637\u0627 \u06A9\u0644\u06CC\u06A9 \u06A9\u0646\u06CC\u062F",errorModalTitle:"\u0628\u0647 \u0646\u0638\u0631 \u0645\u06CC \u0631\u0633\u062F \u0645\u0634\u06A9\u0644\u06CC \u062F\u0631 \u062E\u062F\u0645\u0627\u062A \u062A\u0631\u062C\u0645\u0647 \u06CC\u0627 \u0634\u0628\u06A9\u0647 \u0648\u062C\u0648\u062F \u062F\u0627\u0631\u062F ...",disableConfirm:"\u062A\u0646\u0638\u06CC\u0645\u0627\u062A \u0627\u0641\u0632\u0627\u06CC\u0634 \u0627\u0637\u0644\u0627\u0639\u0627\u062A \u062F\u0648 \u0632\u0628\u0627\u0646\u0647",disableOnce:"\u0627\u06CC\u0646 \u0628\u0627\u0631 \u063A\u06CC\u0631 \u0641\u0639\u0627\u0644 \u0634\u062F\u0647",disableGlobal:"\u0628\u0631\u0627\u06CC \u0647\u0645\u06CC\u0634\u0647 \u0627\u0632 \u06A9\u0627\u0631 \u0627\u0641\u062A\u0627\u062F\u0647 \u0627\u0633\u062A",disableTint:"* \u0645\u06CC \u062A\u0648\u0627\u0646\u06CC\u062F \u0622\u0646 \u0631\u0627 \u0645\u062C\u062F\u062F\u0627\u064B \u062F\u0631 {option} \u0641\u0639\u0627\u0644 \u06A9\u0646\u06CC\u062F.",searchEnhancementNotes:"\u062F\u0631\u06CC\u0627\u0641\u062A\u06CC\u0645 \u06A9\u0647 \u0646\u062A\u0627\u06CC\u062C \u0627\u062E\u0628\u0627\u0631 \u0628\u0631\u0627\u06CC \u06A9\u0644\u0645\u0627\u062A \u06A9\u0644\u06CC\u062F\u06CC \u0686\u06CC\u0646\u06CC \u0648 \u06A9\u0644\u0645\u0627\u062A \u06A9\u0644\u06CC\u062F\u06CC \u0627\u0646\u06AF\u0644\u06CC\u0633\u06CC \u0628\u0633\u06CC\u0627\u0631 \u0645\u062A\u0641\u0627\u0648\u062A \u0627\u0633\u062A. \u067E\u0633 \u0627\u0632 \u0641\u0639\u0627\u0644 \u06A9\u0631\u062F\u0646 \u0639\u0645\u0644\u06A9\u0631\u062F \u0628\u0647\u0628\u0648\u062F \u0627\u0637\u0644\u0627\u0639\u0627\u062A \u062F\u0648\u0632\u0628\u0627\u0646\u0647 \u062A\u0631\u062C\u0645\u0647 \u0647\u0645\u0647\u062C\u0627\u0646\u0628\u0647\u060C \u062F\u0631 \u0648\u0628 \u0633\u0627\u06CC\u062A \u0647\u0627\u06CC \u067E\u0634\u062A\u06CC\u0628\u0627\u0646\u06CC \u0634\u062F\u0647 (Google News\u060C \u062C\u0633\u062A\u062C\u0648\u06CC Google (\u0628\u0631\u062E\u06CC \u0627\u0632 \u06A9\u0644\u0645\u0627\u062A \u06A9\u0644\u06CC\u062F\u06CC)\u060C Snowball\u060C Oriental Fortune Network\u060C Futu \u062C\u0633\u062A\u062C\u0648 \u062E\u0648\u0627\u0647\u06CC\u0645 \u06A9\u0631\u062F. , Tiger) \u0628\u0647 \u0637\u0648\u0631 \u062E\u0648\u062F\u06A9\u0627\u0631 \u0647\u0645\u0627\u0646 \u06A9\u0644\u0645\u0627\u062A \u06A9\u0644\u06CC\u062F\u06CC \u0631\u0627 \u0628\u0647 \u0632\u0628\u0627\u0646 \u0627\u0646\u06AF\u0644\u06CC\u0633\u06CC \u0628\u0631\u0627\u06CC \u0634\u0645\u0627 \u062C\u0633\u062A\u062C\u0648 \u0645\u06CC \u06A9\u0646\u062F \u0648 \u062F\u0631 \u0633\u0645\u062A \u0631\u0627\u0633\u062A \u0646\u0645\u0627\u06CC\u0634 \u0645\u06CC \u062F\u0647\u062F. \u0627\u06AF\u0631 \u0628\u0647 \u0627\u06CC\u0646 \u0648\u06CC\u0698\u06AF\u06CC \u0646\u06CC\u0627\u0632 \u0646\u062F\u0627\u0631\u06CC\u062F\u060C \u0645\u06CC \u062A\u0648\u0627\u0646\u06CC\u062F \u0622\u0646 \u0631\u0627 \u063A\u06CC\u0631\u0641\u0639\u0627\u0644 \u06A9\u0646\u06CC\u062F.",option:"\u0628\u0631\u067E\u0627\u06CC\u06CC",saveSettings:"\u062A\u0646\u0638\u06CC\u0645\u0627\u062A \u0631\u0627 \u0630\u062E\u06CC\u0631\u0647 \u06A9\u0646",closeModal:"\u067E\u0646\u062C\u0631\u0647 \u0631\u0627 \u0628\u0628\u0646\u062F",enableInputTranslationWithoutTriggerKeyTitle:"\u062A\u0631\u06A9\u06CC\u0628 \u0633\u0631\u06CC\u0639 \u0631\u0627 3 \u0628\u0627\u0631{trailingKey}\u0641\u0639\u0627\u0644 \u06A9\u0646\u06CC\u062F\u060C \u062A\u0645\u0627\u0645 \u06A9\u0627\u062F\u0631 \u0648\u0631\u0648\u062F\u06CC \u0631\u0627 \u0645\u0633\u062A\u0642\u06CC\u0645\u0627\u064B \u0628\u0647{inputTargetLanguage}\u062A\u0631\u062C\u0645\u0647 \u06A9\u0646\u06CC\u062F",enableInputTranslationWithoutTriggerKeyDescription:"\u0627\u06AF\u0631 \u0645\u06CC\u200C\u062E\u0648\u0627\u0647\u06CC\u062F \u0632\u0628\u0627\u0646 \u0645\u0642\u0635\u062F \u0631\u0627 \u0645\u0634\u062E\u0635 \u06A9\u0646\u06CC\u062F\u060C \u0644\u0637\u0641\u0627\u064B \u06A9\u062F \u0632\u0628\u0627\u0646 \u0645\u0642\u0627\u0628\u0644 \u0631\u0627 \u0627\u0636\u0627\u0641\u0647 \u06A9\u0646\u06CC\u062F\u060C \u0645\u0627\u0646\u0646\u062F\uFF1A\u06CC\u0627 Hello World",mouseHoverShortcutPlaceholder:"\u0645\u0627\u0646\u0646\u062F\uFF1AShift",deepLProName:"\u0639\u0636\u0648 \u062D\u0631\u0641\u0647 \u0627\u06CC \u062A\u0631\u062C\u0645\u0647 Immersive (\u062A\u0648\u0635\u06CC\u0647 \u0645\u06CC \u0634\u0648\u062F)",deepLProDescription:"\u0628\u0633\u062A\u0647 \u0641\u0639\u0644\u06CC \u0631\u0627 \u0645\u06CC \u062A\u0648\u0627\u0646 \u0628\u0647 \u0637\u0648\u0631 \u0645\u0633\u062A\u0642\u06CC\u0645 \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u06A9\u0631\u062F",deeplProDescriptionForNormal:"\u0647\u06CC\u0686 \u062A\u0646\u0638\u06CC\u0645\u0627\u062A\u06CC \u0644\u0627\u0632\u0645 \u0646\u06CC\u0633\u062A. \u0645\u06CC \u062A\u0648\u0627\u0646\u06CC\u062F \u067E\u0633 \u0627\u0632 \u0648\u0631\u0648\u062F \u0628\u0647 \u0639\u0646\u0648\u0627\u0646 \u0639\u0636\u0648 \u0627\u0632 \u0622\u0646 \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u06A9\u0646\u06CC\u062F. <1> \u0628\u0631\u0627\u06CC \u0627\u0631\u062A\u0642\u0627 \u0628\u0647 \u0639\u0636\u0648 \u0627\u06CC\u0646\u062C\u0627 \u0631\u0627 \u06A9\u0644\u06CC\u06A9 \u06A9\u0646\u06CC\u062F.",deepLCustomDescription:"\u0634\u0645\u0627 \u0628\u0647 \u06CC\u06A9 \u06A9\u0627\u0631\u062A \u0627\u0639\u062A\u0628\u0627\u0631\u06CC \u062E\u0627\u0631\u062C\u06CC \u0646\u06CC\u0627\u0632 \u062F\u0627\u0631\u06CC\u062F\u060C \u0628\u0647 <1>DeepL \u0628\u0631\u0648\u06CC\u062F \u0628\u0647 \u0637\u0648\u0631 \u0631\u0633\u0645\u06CC \u0628\u0627\u0632 \u0634\u062F\u060C \u0628\u0631\u0627\u06CC \u0645\u0634\u0627\u0647\u062F\u0647 \u0627\u0633\u0646\u0627\u062F <2> \u06A9\u0644\u06CC\u06A9 \u06A9\u0646\u06CC\u062F",deepLCustomName:"\u06A9\u0644\u06CC\u062F \u062A\u0623\u06CC\u06CC\u062F \u0633\u0641\u0627\u0631\u0634\u06CC",chooseProviderLabel:"\u0627\u0631\u0627\u0626\u0647 \u062F\u0647\u0646\u062F\u0647 \u062E\u062F\u0645\u0627\u062A \u0631\u0627 \u0627\u0646\u062A\u062E\u0627\u0628 \u06A9\u0646\u06CC\u062F",openaiProName:"\u0639\u0636\u0648 \u062D\u0631\u0641\u0647 \u0627\u06CC \u062A\u0631\u062C\u0645\u0647 Immersive (\u062A\u0648\u0635\u06CC\u0647 \u0645\u06CC \u0634\u0648\u062F)",openaiProDescription:"\u0628\u0633\u062A\u0647 \u0641\u0639\u0644\u06CC \u0631\u0627 \u0645\u06CC \u062A\u0648\u0627\u0646 \u0628\u0647 \u0637\u0648\u0631 \u0645\u0633\u062A\u0642\u06CC\u0645 \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u06A9\u0631\u062F",openaiProDescriptionForNormal:"\u0647\u06CC\u0686 \u062A\u0646\u0638\u06CC\u0645\u0627\u062A\u06CC \u0644\u0627\u0632\u0645 \u0646\u06CC\u0633\u062A. \u0645\u06CC \u062A\u0648\u0627\u0646\u06CC\u062F \u067E\u0633 \u0627\u0632 \u0648\u0631\u0648\u062F \u0628\u0647 \u0639\u0646\u0648\u0627\u0646 \u0639\u0636\u0648 \u0627\u0632 \u0622\u0646 \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u06A9\u0646\u06CC\u062F. <1> \u0628\u0631\u0627\u06CC \u0627\u0631\u062A\u0642\u0627 \u0628\u0647 \u0639\u0636\u0648 \u0627\u06CC\u0646\u062C\u0627 \u0631\u0627 \u06A9\u0644\u06CC\u06A9 \u06A9\u0646\u06CC\u062F.",openaiCustomDescription:"\u0645\u06CC \u062A\u0648\u0627\u0646 \u0622\u0646 \u0631\u0627 \u0627\u0632 OpenAI\u060C Azure OpenAI \u06CC\u0627 \u0633\u0627\u06CC\u0631 \u062E\u062F\u0645\u0627\u062A \u0634\u062E\u0635 \u062B\u0627\u0644\u062B \u062F\u0631\u06CC\u0627\u0641\u062A \u06A9\u0631\u062F. <1> \u0628\u0631\u0627\u06CC \u0645\u0634\u0627\u0647\u062F\u0647 \u0633\u0646\u062F \u0627\u06CC\u0646\u062C\u0627 \u0631\u0627 \u06A9\u0644\u06CC\u06A9 \u06A9\u0646\u06CC\u062F.",openaiCustomName:"\u06A9\u0644\u06CC\u062F API \u0633\u0641\u0627\u0631\u0634\u06CC",needLoginAction:"(\u0639\u0636\u0648\u06CC\u062A \u0631\u0627 \u0648\u0627\u0631\u062F \u06A9\u0646\u06CC\u062F \u06CC\u0627 \u0633\u0641\u0627\u0631\u0634\u06CC \u06A9\u0646\u06CC\u062F)",goLoginOrAction:"(\u0648\u0627\u0631\u062F \u0639\u0636\u0648\u06CC\u062A \u0634\u0648\u06CC\u062F \u06CC\u0627 \u0628\u0647 \u062A\u0646\u0638\u06CC\u0645\u0627\u062A \u0628\u0631\u0648\u06CC\u062F)",yearly:"\u0627\u0634\u062A\u0631\u0627\u06A9 \u0633\u0627\u0644\u0627\u0646\u0647 \u0645\u0633\u062A\u0645\u0631",quarterly:"\u0641\u0635\u0644 \u0647\u0627\u06CC \u0645\u062A\u0648\u0627\u0644\u06CC",monthly:"\u0627\u0634\u062A\u0631\u0627\u06A9 \u0645\u0627\u0647\u0627\u0646\u0647 \u0645\u0633\u062A\u0645\u0631",yearlyForOnce:"\u0628\u0633\u062A\u0647 \u0633\u0627\u0644\u0627\u0646\u0647 \u06CC\u06A9\u0628\u0627\u0631 \u0645\u0635\u0631\u0641",monthlyForOnce:"\u0628\u0633\u062A\u0647 \u06CC\u06A9\u0628\u0627\u0631\u0647 \u0645\u0627\u0647\u0627\u0646\u0647",daily:"\u0631\u0648\u0632\u0647\u0627\u06CC \u0645\u062A\u0648\u0627\u0644\u06CC",year:"\u0627\u0634\u062A\u0631\u0627\u06A9 \u0633\u0627\u0644\u0627\u0646\u0647 \u0645\u0633\u062A\u0645\u0631",quarter:"\u0641\u0635\u0644 \u0647\u0627\u06CC \u0645\u062A\u0648\u0627\u0644\u06CC",month:"\u0627\u0634\u062A\u0631\u0627\u06A9 \u0645\u0627\u0647\u0627\u0646\u0647 \u0645\u0633\u062A\u0645\u0631",day:"\u0631\u0648\u0632\u0647\u0627\u06CC \u0645\u062A\u0648\u0627\u0644\u06CC",onetime_7day:"\u0628\u0633\u062A\u0647 \u0622\u0632\u0645\u0627\u06CC\u0634\u06CC 7 \u0631\u0648\u0632\u0647",currentPlanDescriptionForFree:"\u0628\u0633\u062A\u0647 \u0641\u0639\u0644\u06CC\uFF1A\u0631\u0627\u06CC\u06AF\u0627\u0646 \u0627\u0633\u062A",currentPlanDescriptionForContinuous:"\u0628\u0633\u062A\u0647 \u0641\u0639\u0644\u06CC 0{plan}\uFF1A\u0648 \u0628\u0647 \u0637\u0648\u0631 \u062E\u0648\u062F\u06A9\u0627\u0631 \u062F\u0631 {endAt} \u062A\u0645\u062F\u06CC\u062F \u0645\u06CC \u0634\u0648\u062F",currentPlanDescriptionForAutoRenewCaceling:"\u0628\u0633\u062A\u0647 \u0641\u0639\u0644\u06CC\uFF1A{plan}\u0627\u0633\u062A \u0648 \u062F\u0631 {endAt} \u0645\u0646\u0642\u0636\u06CC \u0645\u06CC \u0634\u0648\u062F. \u067E\u0633 \u0627\u0632 \u0627\u0646\u0642\u0636\u0627 \u0628\u0647 \u0637\u0648\u0631 \u062E\u0648\u062F\u06A9\u0627\u0631 \u062A\u0645\u062F\u06CC\u062F \u0646\u0645\u06CC \u0634\u0648\u062F.",currentYearlyPlanDescriptionForAutoRenewCacelingWithRealPaiedUser:"\u0628\u0633\u062A\u0647 \u0641\u0639\u0644\u06CC\uFF1A{plan}\u062F\u0631 \u062A\u0627\u0631\u06CC\u062E {endAt} \u0645\u0646\u0642\u0636\u06CC \u0645\u06CC \u0634\u0648\u062F \u0648 \u067E\u0633 \u0627\u0632 \u0627\u0646\u0642\u0636\u0627 \u0628\u0647 \u0637\u0648\u0631 \u062E\u0648\u062F\u06A9\u0627\u0631 \u062A\u0645\u062F\u06CC\u062F \u0646\u0645\u06CC \u0634\u0648\u062F.
<1> \u0628\u0631\u0627\u06CC \u0645\u062F\u06CC\u0631\u06CC\u062A \u0628\u0631\u0646\u0627\u0645\u0647 \u0647\u0627\u06CC \u062A\u0645\u062F\u06CC\u062F \u0627\u06CC\u0646\u062C\u0627 \u0631\u0627 \u06A9\u0644\u06CC\u06A9 \u06A9\u0646\u06CC\u062F",currentYearlyPlanDescriptionForAutoRenewCacelingWithAdmin:"\u0628\u0633\u062A\u0647 \u0641\u0639\u0644\u06CC\uFF1A{plan}\u062F\u0631 \u062A\u0627\u0631\u06CC\u062E {endAt} \u0645\u0646\u0642\u0636\u06CC \u0645\u06CC \u0634\u0648\u062F \u0648 \u067E\u0633 \u0627\u0632 \u0627\u0646\u0642\u0636\u0627 \u0628\u0647 \u0637\u0648\u0631 \u062E\u0648\u062F\u06A9\u0627\u0631 \u062A\u0645\u062F\u06CC\u062F \u0646\u0645\u06CC \u0634\u0648\u062F.
<1>\u0628\u0631\u0627\u06CC \u0641\u0639\u0627\u0644 \u06A9\u0631\u062F\u0646 \u0627\u0634\u062A\u0631\u0627\u06A9 \u0633\u0627\u0644\u0627\u0646\u0647 \u0645\u0633\u062A\u0645\u0631 \u0627\u06CC\u0646\u062C\u0627 \u0631\u0627 \u06A9\u0644\u06CC\u06A9 \u06A9\u0646\u06CC\u062F",currentPlanDescriptionForOneTime:"\u0628\u0633\u062A\u0647 \u0641\u0639\u0644\u06CC\uFF1A{plan}\u0627\u0633\u062A \u0648 \u062F\u0631 {endAt} \u0645\u0646\u0642\u0636\u06CC \u0645\u06CC \u0634\u0648\u062F. <1> \u0628\u0631\u0627\u06CC \u0627\u0631\u062A\u0642\u0627\u0621 \u0628\u0647 \u0647\u0632\u06CC\u0646\u0647 \u0633\u0627\u0644\u0627\u0646\u0647 \u0627\u06CC\u0646\u062C\u0627 \u0631\u0627 \u06A9\u0644\u06CC\u06A9 \u06A9\u0646\u06CC\u062F \u06CC\u0627 <2> \u0647\u0632\u06CC\u0646\u0647 \u0645\u0627\u0647\u0627\u0646\u0647 \u0639\u0636\u0648",upgradePlan:"\u0628\u0631\u0627\u06CC \u0627\u0631\u062A\u0642\u0627\u0621 \u0628\u0647 \u0639\u0636\u0648\u06CC\u062A Pro \u0627\u06CC\u0646\u062C\u0627 \u0631\u0627 \u06A9\u0644\u06CC\u06A9 \u06A9\u0646\u06CC\u062F",upgradeToPro:"\u0628\u0647 \u0639\u0636\u0648\u06CC\u062A Pro \u0627\u0631\u062A\u0642\u0627 \u062F\u0647\u06CC\u062F","popup.openPro":"\u5F00\u901A\u4F1A\u5458\u540E\u53EF\u4EE5\u7545\u4EAB DeepL \u548C OpenAI \u7FFB\u8BD1","popup.openProForPro":"\u0634\u0645\u0627 \u06CC\u06A9 \u0639\u0636\u0648 \u062D\u0631\u0641\u0647 \u0627\u06CC \u0647\u0633\u062A\u06CC\u062F \u0648 \u0645\u06CC \u062A\u0648\u0627\u0646\u06CC\u062F \u0645\u0633\u062A\u0642\u06CC\u0645\u0627\u064B \u0627\u0632 \u062A\u0631\u062C\u0645\u0647 DeepL \u0648 OpenAI \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u06A9\u0646\u06CC\u062F",currentAccount:"\u062D\u0633\u0627\u0628 \u062C\u0627\u0631\u06CC",enableAutoSyncUserSettings:"\u0647\u0645\u06AF\u0627\u0645 \u0633\u0627\u0632\u06CC \u0627\u0628\u0631\u06CC \u062E\u0648\u062F\u06A9\u0627\u0631 \u0631\u0627 \u062F\u0631 \u0686\u0646\u062F\u06CC\u0646 \u062F\u0633\u062A\u06AF\u0627\u0647 \u0641\u0639\u0627\u0644 \u06A9\u0646\u06CC\u062F",modalEnableInputTranslationTitle:"\u0646\u06A9\u0627\u062A \u062A\u0631\u062C\u0645\u0647 \u0647\u0645\u0647\u062C\u0627\u0646\u0628\u0647 \u062C\u0639\u0628\u0647 \u0648\u0631\u0648\u062F\u06CC \u062A\u0631\u062C\u0645\u0647",modalEnableInputTranslationDesc:"\u0634\u0645\u0627 \u0628\u0647 \u062A\u0627\u0632\u06AF\u06CC \u062A\u0631\u062C\u0645\u0647 \u062C\u0639\u0628\u0647 \u0648\u0631\u0648\u062F\u06CC Immersive Translation \u0631\u0627 \u0628\u0627 \u0641\u0634\u0627\u0631 \u062F\u0627\u062F\u0646 \u06A9\u0644\u06CC\u062F \u0641\u0627\u0635\u0644\u0647 \u0633\u0647 \u0628\u0627\u0631 \u067E\u0634\u062A \u0633\u0631 \u0647\u0645 \u0641\u0639\u0627\u0644 \u06A9\u0631\u062F\u0647 \u0627\u06CC\u062F \u0648 \u0645\u062D\u062A\u0648\u0627\u06CC \u062C\u0639\u0628\u0647 \u0648\u0631\u0648\u062F\u06CC \u0628\u0647 \u0632\u0628\u0627\u0646 \u0645\u0642\u0635\u062F \u067E\u06CC\u0634 \u0641\u0631\u0636 \u062A\u0631\u062C\u0645\u0647 \u0645\u06CC \u0634\u0648\u062F. \u062A\u0631\u062C\u0645\u0647 \u0631\u0627 \u0645\u06CC \u062A\u0648\u0627\u0646 \u0628\u0627 Ctrl+Z \u0644\u063A\u0648 \u06A9\u0631\u062F.

\u0627\u06AF\u0631 \u0627\u06CC\u0646 \u06CC\u06A9 \u0627\u0634\u062A\u0628\u0627\u0647 \u0627\u0633\u062A\u060C \u0646\u06AF\u0631\u0627\u0646 \u0646\u0628\u0627\u0634\u06CC\u062F\u060C \u0645\u06CC\u200C\u062A\u0648\u0627\u0646\u06CC\u062F \u0627\u06CC\u0646 \u0628\u0627\u0631 \u0622\u0646 \u0631\u0627 \u063A\u06CC\u0631\u0641\u0639\u0627\u0644 \u06A9\u0646\u06CC\u062F \u06CC\u0627 \u062A\u0631\u062C\u0645\u0647 \u062C\u0639\u0628\u0647 \u0648\u0631\u0648\u062F\u06CC \u0631\u0627 \u0628\u0631\u0627\u06CC \u0647\u0645\u06CC\u0634\u0647 \u063A\u06CC\u0631\u0641\u0639\u0627\u0644 \u06A9\u0646\u06CC\u062F.",saveAndNotShowAgain:"\u0630\u062E\u06CC\u0631\u0647 \u06A9\u0646\u06CC\u062F \u0648 \u062F\u0648\u0628\u0627\u0631\u0647 \u062F\u0631\u062E\u0648\u0627\u0633\u062A \u0646\u06A9\u0646\u06CC\u062F",disableInputTranslationTips:"* \u0647\u0645\u0686\u0646\u06CC\u0646 \u0645\u06CC \u062A\u0648\u0627\u0646\u06CC\u062F \u0633\u0627\u06CC\u0631 \u06A9\u0644\u06CC\u062F\u0647\u0627\u06CC \u0645\u06CC\u0627\u0646\u0628\u0631 \u0631\u0627 \u0628\u0631\u0627\u06CC \u0641\u0639\u0627\u0644 \u06A9\u0631\u062F\u0646 {option} \u060C{learnMore}\u062A\u0646\u0638\u06CC\u0645 \u06A9\u0646\u06CC\u062F.",learnMore:"\u0628\u0631\u0627\u06CC \u0627\u0637\u0644\u0627\u0639\u0627\u062A \u0628\u06CC\u0634\u062A\u0631 \u0627\u06CC\u0646\u062C\u0627 \u06A9\u0644\u06CC\u06A9 \u06A9\u0646\u06CC\u062F",continueEnalbeInputTranslation:"\u0628\u0647 \u0641\u0639\u0627\u0644 \u06A9\u0631\u062F\u0646 \u062A\u0631\u062C\u0645\u0647 \u062C\u0639\u0628\u0647 \u0648\u0631\u0648\u062F\u06CC \u0627\u062F\u0627\u0645\u0647 \u062F\u0647\u06CC\u062F",autoRenewTrialSuffix:'(\u062F\u0631 \u0637\u0648\u0644 \u062F\u0648\u0631\u0647 \u0622\u0632\u0645\u0627\u06CC\u0634\u06CC\u060C\u0628\u0644\u0627\u0641\u0627\u0635\u0644\u0647 \u0628\u0647 \u06CC\u06A9\u0631\u0633\u0645\u06CC \u0627\u0631\u062A\u0642\u0627 \u062E\u0648\u0627\u0647\u062F \u06CC\u0627\u0641\u062A.',upgradeFromTrialTitle:"\u0627\u0631\u062A\u0642\u0627 \u0628\u0647 \u0639\u0636\u0648 \u0631\u0633\u0645\u06CC",subtitle:"\u0632\u06CC\u0631\u0646\u0648\u06CC\u0633 \u0648\u06CC\u062F\u06CC\u0648",youtubeService:"\u062E\u062F\u0645\u0627\u062A \u062A\u0631\u062C\u0645\u0647 \u0632\u06CC\u0631\u0646\u0648\u06CC\u0633 \u0648\u06CC\u062F\u06CC\u0648\u06CC\u06CC \u0647\u0645\u0647\u062C\u0627\u0646\u0628\u0647","subtitle.disabledSubtitle":"\u0632\u06CC\u0631\u0646\u0648\u06CC\u0633 \u0648\u06CC\u062F\u06CC\u0648 \u0631\u0627 \u0628\u0631\u0627\u06CC \u0647\u0645\u06CC\u0634\u0647 \u063A\u06CC\u0631\u0641\u0639\u0627\u0644 \u06A9\u0646\u06CC\u062F","subtitle.disabledSubtitleDescription":"\u0627\u06AF\u0631 \u0632\u06CC\u0631\u0646\u0648\u06CC\u0633\u200C\u0647\u0627\u06CC \u0648\u06CC\u062F\u06CC\u0648\u06CC \xAB\u062A\u0631\u062C\u0645\u0647 Immersive\xBB \u0628\u0627 \u0628\u0631\u0646\u0627\u0645\u0647\u200C\u0647\u0627\u06CC \u0627\u0641\u0632\u0648\u062F\u0646\u06CC \u062F\u06CC\u06AF\u0631 \u062A\u062F\u0627\u062E\u0644 \u062F\u0627\u0631\u0646\u062F\u060C \u0645\u06CC\u200C\u062A\u0648\u0627\u0646\u06CC\u062F \u0627\u0646\u062A\u062E\u0627\u0628 \u06A9\u0646\u06CC\u062F \u06A9\u0647 \u0639\u0645\u0644\u06A9\u0631\u062F \u0632\u06CC\u0631\u0646\u0648\u06CC\u0633\u200C\u0647\u0627\u06CC \u0648\u06CC\u062F\u06CC\u0648\u06CC\u06CC \u062A\u0631\u062C\u0645\u0647 Immersive \u0631\u0627 \u0628\u0631\u0627\u06CC \u0647\u0645\u06CC\u0634\u0647 \u063A\u06CC\u0631\u0641\u0639\u0627\u0644 \u06A9\u0646\u06CC\u062F \u06CC\u0627 \u0633\u0627\u06CC\u0631 \u0628\u0631\u0646\u0627\u0645\u0647\u200C\u0647\u0627\u06CC \u0627\u0641\u0632\u0648\u062F\u0646\u06CC \u0645\u062A\u0646\u0627\u0642\u0636 \u0631\u0627 \u062D\u0630\u0641 \u0646\u0635\u0628 \u06A9\u0646\u06CC\u062F.","subtitle.autoEnableSubtitle":"\u5F00\u542F\u5B57\u5E55\u7FFB\u8BD1","subtitle.autoEnableSubtitleDescription":"\u067E\u0633 \u0627\u0632 \u0641\u0639\u0627\u0644 \u0633\u0627\u0632\u06CC\u060C \u0647\u0646\u06AF\u0627\u0645 \u067E\u062E\u0634 \u0648\u06CC\u062F\u06CC\u0648\u060C \u0632\u06CC\u0631\u0646\u0648\u06CC\u0633 \u062F\u0648\u0632\u0628\u0627\u0646\u0647 \u0628\u0647 \u0635\u0648\u0631\u062A \u062E\u0648\u062F\u06A9\u0627\u0631 \u0646\u0645\u0627\u06CC\u0634 \u062F\u0627\u062F\u0647 \u0645\u06CC \u0634\u0648\u062F\u060C \u062F\u0631 \u063A\u06CC\u0631 \u0627\u06CC\u0646 \u0635\u0648\u0631\u062A \u0628\u0627\u06CC\u062F \u0631\u0648\u06CC \u062F\u06A9\u0645\u0647 \u062A\u0631\u062C\u0645\u0647 \u06A9\u0644\u06CC\u06A9 \u06A9\u0646\u06CC\u062F \u062A\u0627 \u0646\u0645\u0627\u06CC\u0634 \u062F\u0627\u062F\u0647 \u0634\u0648\u062F.","subtitle.preTranslation":"\u0628\u0631\u0627\u06CC \u062A\u0631\u062C\u0645\u0647 \u0632\u06CC\u0631\u0646\u0648\u06CC\u0633 \u0647\u0627 \u0627\u0632 \u062A\u0631\u062C\u0645\u0647 \u0647\u0645\u0647 \u062C\u0627\u0646\u0628\u0647 \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u06A9\u0646\u06CC\u062F","subtitle.preTranslationDescription":"\u067E\u0633 \u0627\u0632 \u0641\u0639\u0627\u0644 \u06A9\u0631\u062F\u0646 \u0622\u0646\u060C \u0627\u0648\u0644\u0648\u06CC\u062A \u0628\u0627 \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u0627\u0632 \u062E\u062F\u0645\u0627\u062A \u062A\u0631\u062C\u0645\u0647 \u0645\u0634\u062E\u0635 \u0634\u062F\u0647 \u062F\u0631 \u0632\u06CC\u0631 \u0628\u0631\u0627\u06CC \u062A\u0631\u062C\u0645\u0647 \u06A9\u0644 \u0632\u06CC\u0631\u0646\u0648\u06CC\u0633 \u0627\u0632 \u0642\u0628\u0644 \u062E\u0648\u0627\u0647\u062F \u0628\u0648\u062F. \u06CC\u06A9 \u0648\u06CC\u062F\u06CC\u0648\u06CC \u06CC\u06A9 \u0633\u0627\u0639\u062A\u0647 \u062A\u0642\u0631\u06CC\u0628\u0627\u064B 50000 \u062A\u0648\u06A9\u0646 \u06CC\u0627 \u06A9\u0627\u0631\u0627\u06A9\u062A\u0631 \u0645\u0635\u0631\u0641 \u0645\u06CC \u06A9\u0646\u062F\u060C \u0628\u0646\u0627\u0628\u0631\u0627\u06CC\u0646 \u0644\u0637\u0641\u0627\u064B \u0627\u0632 \u0622\u0646 \u062F\u0631 \u0635\u0648\u0631\u062A \u0644\u0632\u0648\u0645 \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u06A9\u0646\u06CC\u062F\u061B \u067E\u0633 \u0627\u0632 \u063A\u06CC\u0631\u0641\u0639\u0627\u0644 \u0634\u062F\u0646\u060C \u0627\u0648\u0644\u0648\u06CC\u062A \u062F\u0627\u062F\u0647 \u0645\u06CC \u0634\u0648\u062F. \u0628\u0631\u0627\u06CC \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u0627\u0632 \u0632\u06CC\u0631\u0646\u0648\u06CC\u0633\u200C\u0647\u0627\u06CC \u062A\u0631\u062C\u0645\u0647\u200C\u0634\u062F\u0647 \u0645\u0627\u0634\u06CC\u0646\u06CC \u0647\u0645\u0631\u0627\u0647 \u0628\u0627 \u0648\u06CC\u062F\u06CC\u0648\u06CC \u0627\u0635\u0644\u06CC.","subtitle.humanSubtitlesPreferred":"\u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u0627\u0632 \u0632\u06CC\u0631\u0646\u0648\u06CC\u0633 \u0647\u0627\u06CC \u0627\u0646\u0633\u0627\u0646\u06CC \u0631\u0627 \u062F\u0631 \u0627\u0648\u0644\u0648\u06CC\u062A \u0642\u0631\u0627\u0631 \u062F\u0647\u06CC\u062F","subtitle.humanSubtitlesPreferredDescription":"\u0648\u0642\u062A\u06CC \u0648\u06CC\u062F\u06CC\u0648\u06CC\u06CC \u062F\u0627\u0631\u0627\u06CC \u0632\u06CC\u0631\u0646\u0648\u06CC\u0633 \u062F\u0633\u062A\u06CC \u0628\u0647 \u0632\u0628\u0627\u0646 \u0645\u0642\u0635\u062F \u0627\u0633\u062A\u060C \u0627\u0628\u062A\u062F\u0627 \u0627\u0632 \u0632\u06CC\u0631\u0646\u0648\u06CC\u0633 \u062F\u0633\u062A\u06CC \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u06A9\u0646\u06CC\u062F (\u062A\u0648\u0635\u06CC\u0647 \u0645\u06CC\u200C\u0634\u0648\u062F)",videoSubtitleTranslationDescription:"\u06CC\u06A9 \u0633\u0631\u0648\u06CC\u0633 \u062A\u0631\u062C\u0645\u0647 \u062C\u062F\u0627\u06AF\u0627\u0646\u0647 \u0628\u0631\u0627\u06CC \u0632\u06CC\u0631\u0646\u0648\u06CC\u0633 \u0648\u06CC\u062F\u06CC\u0648\u0647\u0627 \u062A\u0639\u06CC\u06CC\u0646 \u06A9\u0646\u06CC\u062F",subtitleTranslating:"\u062A\u0631\u062C\u0645\u0647 \u0632\u06CC\u0631\u0646\u0648\u06CC\u0633 \u0628\u0627 \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u0627\u0632 \u0633\u0631\u0648\u06CC\u0633 {service} \u060C \u0644\u0637\u0641\u0627 \u0635\u0628\u0631 \u06A9\u0646\u06CC\u062F... (\u062A\u0631\u062C\u0645\u0647 \u0647\u0645\u0647 \u062C\u0627\u0646\u0628\u0647)",subtitleLoading:"\u062F\u0631 \u062D\u0627\u0644 \u0628\u0627\u0631\u06AF\u06CC\u0631\u06CC \u0632\u06CC\u0631\u0646\u0648\u06CC\u0633...",bilingual:"\u062F\u0648 \u0632\u0628\u0627\u0646\u0647","field.action":"\u0627\u06CC\u0646\u06A9\u0647 \u0622\u06CC\u0627 \u0627\u0635\u0637\u0644\u0627\u062D\u0627\u062A Baidu \u0631\u0627 \u0641\u0639\u0627\u0644 \u06A9\u0646\u06CC\u062F","description.action":"\u067E\u0633 \u0627\u0632 \u0641\u0639\u0627\u0644 \u06A9\u0631\u062F\u0646\u060C \u067E\u0627\u0631\u0627\u0645\u062A\u0631 action=1 \u0628\u0647 \u062F\u0631\u062E\u0648\u0627\u0633\u062A \u0627\u0636\u0627\u0641\u0647 \u0645\u06CC\u200C\u0634\u0648\u062F \u062A\u0627 \u0628\u0647 Baidu \u0627\u0637\u0644\u0627\u0639 \u062F\u0627\u062F\u0647 \u0634\u0648\u062F \u062A\u0627 \u0627\u0635\u0637\u0644\u0627\u062D \u0641\u0639\u0627\u0644 \u0634\u0648\u062F. <1> \u0644\u0637\u0641\u0627\u064B \u0628\u0631\u0627\u06CC \u062F\u0633\u062A\u0648\u0631\u0627\u0644\u0639\u0645\u0644\u200C\u0647\u0627\u06CC \u0628\u06CC\u0634\u062A\u0631 \u0628\u0647 \u0645\u0633\u062A\u0646\u062F\u0627\u062A \u0631\u0633\u0645\u06CC \u0645\u0631\u0627\u062C\u0639\u0647 \u06A9\u0646\u06CC\u062F.",closeQuickTranslation:"\u062A\u0648\u067E \u0634\u0646\u0627\u0648\u0631 \u0631\u0627 \u0628\u0628\u0646\u062F\u06CC\u062F","closeQuickTranslation.untilNext":"\u062A\u0627 \u0628\u0627\u0632\u062F\u06CC\u062F \u0628\u0639\u062F\u06CC \u062A\u0639\u0637\u06CC\u0644 \u0627\u0633\u062A","closeQuickTranslation.currentWebsite":"\u0648\u0628 \u0633\u0627\u06CC\u062A \u0641\u0639\u0644\u06CC \u063A\u06CC\u0631\u0641\u0639\u0627\u0644 \u0627\u0633\u062A","closeQuickTranslation.alwaysClose":"\u0628\u0631\u0627\u06CC \u0647\u0645\u06CC\u0634\u0647 \u0627\u0632 \u06A9\u0627\u0631 \u0627\u0641\u062A\u0627\u062F\u0647 \u0627\u0633\u062A","closeQuickTranslation.settingOpen":"(\u062F\u0631 \u0635\u0641\u062D\u0647 \u062A\u0646\u0638\u06CC\u0645\u0627\u062A <1> \u0642\u0627\u0628\u0644 \u0645\u0634\u0627\u0647\u062F\u0647 \u0627\u0633\u062A \u0631\u0648\u0634\u0646 \u06A9\u0646)","closeQuickTranslation.cancel":"\u0644\u063A\u0648 \u06A9\u0646\u06CC\u062F","closeQuickTranslation.confirm":"\u0645\u0637\u0645\u0626\u0646","floatBall.popup":"\u067E\u0627\u0646\u0644 \u062A\u0646\u0638\u06CC\u0645\u0627\u062A \u0633\u0631\u06CC\u0639 \u0631\u0627 \u0628\u0627\u0632 \u06A9\u0646\u06CC\u062F","floatBall.translate":"\u0628\u0631\u0627\u06CC \u062A\u0631\u062C\u0645\u0647 \u0627\u06CC\u0646 \u0635\u0641\u062D\u0647 \u06A9\u0644\u06CC\u06A9 \u06A9\u0646\u06CC\u062F","floatBall.showOriginal":"\u0628\u0631\u0627\u06CC \u0628\u0627\u0632\u06AF\u0634\u062A \u0628\u0647 \u0645\u062A\u0646 \u0627\u0635\u0644\u06CC \u06A9\u0644\u06CC\u06A9 \u06A9\u0646\u06CC\u062F","floatBall.close":"\u062A\u0648\u067E \u0634\u0646\u0627\u0648\u0631 \u0631\u0627 \u0628\u0628\u0646\u062F\u06CC\u062F","floatBallOptions.enableDescPc":"\u067E\u0633 \u0627\u0632 \u0641\u0639\u0627\u0644 \u0634\u062F\u0646 \u062A\u0648\u067E \u0634\u0646\u0627\u0648\u0631 \u0635\u0641\u062D\u0647\u060C \u062F\u06A9\u0645\u0647 \u062A\u0631\u062C\u0645\u0647 \u0633\u0631\u06CC\u0639 \u062F\u0631 \u0633\u0645\u062A \u0631\u0627\u0633\u062A \u0635\u0641\u062D\u0647 \u0646\u0645\u0627\u06CC\u0634 \u062F\u0627\u062F\u0647 \u0645\u06CC \u0634\u0648\u062F.\u0628\u0631\u0627\u06CC \u062A\u0631\u062C\u0645\u0647 \u06A9\u0644\u06CC\u06A9 \u06A9\u0646\u06CC\u062F.","floatBallOptions.enableDesc":"\u5173\u95ED\u60AC\u6D6E\u7403\u540E\uFF0C\u53EF\u4EE5\u7528\u5FEB\u6377\u952E/{touch}\u5524\u8D77\u3002\u4E3A\u9632\u6B62\u4E0D\u614E\u5173\u95ED\u8BE5\u9009\u9879\u540E\u627E\u4E0D\u5230\u60AC\u6D6E\u7403\uFF0C\u5F3A\u70C8\u5EFA\u8BAE\u6536\u85CF\u672C\u8BBE\u7F6E\u9875","description.azureApiUrl":"\u0622\u062F\u0631\u0633 \u0631\u0627\u0628\u0637 API \u0633\u0641\u0627\u0631\u0634\u06CC \u0631\u0627 \u067E\u0631 \u06A9\u0646\u06CC\u062F",confirmSupportMouse:"\u786E\u8BA4\u5F53\u524D\u6D4F\u89C8\u5668\u652F\u6301\u9F20\u6807",confirmSupportMouseDescription:"\u062A\u0634\u062E\u06CC\u0635 \u062F\u0627\u062F\u0647 \u0634\u062F\u0647 \u0627\u0633\u062A \u06A9\u0647 \u0645\u0631\u0648\u0631\u06AF\u0631 \u0641\u0639\u0644\u06CC \u0627\u0632 \u0639\u0645\u0644\u06A9\u0631\u062F \u0645\u0627\u0648\u0633 \u067E\u0634\u062A\u06CC\u0628\u0627\u0646\u06CC \u0646\u0645\u06CC \u06A9\u0646\u062F. \u0622\u06CC\u0627 \u0645\u06CC \u062E\u0648\u0627\u0647\u06CC\u062F \u067E\u0634\u062A\u06CC\u0628\u0627\u0646\u06CC \u0627\u0632 \u0645\u0627\u0648\u0633 \u0631\u0627 \u0628\u0647 \u0627\u062C\u0628\u0627\u0631 \u0641\u0639\u0627\u0644 \u06A9\u0646\u06CC\u062F\u061F",sampleTargetText:"\u0634\u0628 \u0637\u0648\u0644\u0627\u0646\u06CC \u062F\u0631 \u0631\u0627\u0647 \u0627\u0633\u062A \u0648 \u0645\u0646 \u0627\u0632 \u0627\u06CC\u0646 \u0628\u0647 \u0628\u0639\u062F \u062A\u0627 \u0632\u0645\u0627\u0646\u06CC \u06A9\u0647 \u0628\u0645\u06CC\u0631\u0645 \u0645\u0631\u0627\u0642\u0628 \u062E\u0648\u0627\u0647\u0645 \u0628\u0648\u062F. \u0645\u0646 \u0646\u0647 \u0632\u0646 \u0645\u06CC\u06AF\u06CC\u0631\u0645\u060C \u0646\u0647 \u0634\u0627\u0647\u06CC\u060C \u0646\u0647 \u0641\u0631\u0632\u0646\u062F\u06CC. \u062A\u0627\u062C \u0628\u0631 \u0633\u0631 \u0646\u062E\u0648\u0627\u0647\u0645 \u06AF\u0630\u0627\u0634\u062A \u0648 \u0628\u0631\u0627\u06CC \u0627\u0641\u062A\u062E\u0627\u0631\u0627\u062A \u0645\u0633\u0627\u0628\u0642\u0647 \u0646\u0645\u06CC \u062F\u0647\u0645. \u0645\u0646 \u0648\u0638\u06CC\u0641\u0647 \u0627\u0645 \u0631\u0627 \u0635\u0627\u062F\u0642\u0627\u0646\u0647 \u0627\u0646\u062C\u0627\u0645 \u062E\u0648\u0627\u0647\u0645 \u062F\u0627\u062F\u060C \u0632\u0646\u062F\u0647 \u0645\u06CC \u0634\u0648\u0645 \u0648 \u0645\u06CC \u0645\u06CC\u0631\u0645.",sampleSourceText:"Night gathers, and now my watch begins. It shall not end until my death. I shall take no wife, hold no lands, father no children. I shall wear no crowns and win no glory. I shall live and die at my post.","subtitle.supportedSites":"\u5DF2\u652F\u6301\u5728\u8FD9\u4E9B\u7F51\u7AD9\u4F7F\u7528\u53CC\u8BED\u5B57\u5E55\uFF08\u6CE8\u610F\uFF1A\u7531\u4E8E\u6280\u672F\u9650\u5236\uFF0C\u90E8\u5206\u7F51\u7AD9\u5728\u9996\u6B21\u5F00\u542F\u5B57\u5E55\u540E\u9700\u8981\u91CD\u65B0\u5237\u65B0\u9875\u9762\uFF0C\u6216\u8005\u9700\u7B49\u5F85\u7FFB\u8BD1\u5B8C\u6210\u4EE5\u663E\u793A\u53CC\u8BED\u5B57\u5E55\uFF09\uFF1A",viewWithImmersiveTranslate:"\u53CC\u8BED\u7248\u672C(\u6C89\u6D78\u5F0F\u7FFB\u8BD1)",errorReason:"\u9519\u8BEF\u539F\u56E0\uFF1A{message}","proQuotaExceededError.onetime7day":'\uFF0C\u60A8\u53EF\u4EE5\u9009\u62E9\u4EE5\u4E0B\u65B9\u5F0F\u89E3\u51B3\uFF1A

1. \u5207\u6362\u5230 {anotherService} \u6216\u5176\u4ED6\u7FFB\u8BD1\u670D\u52A1
2. \u5347\u7EA7\u4E3A\u6708\u5EA6/\u5E74\u5EA6\u4F1A\u5458',"proQuotaExceededError.trial":'\uFF0C\u60A8\u53EF\u4EE5\u9009\u62E9\u4EE5\u4E0B\u65B9\u5F0F\u89E3\u51B3\uFF1A

1. \u5207\u6362\u5230 {anotherService} \u6216\u5176\u4ED6\u7FFB\u8BD1\u670D\u52A1
2. \u7ACB\u523B\u5347\u7EA7\u4E3A\u6B63\u5F0F\u4F1A\u5458',"proQuotaExceededError.nonTrial":'\uFF0C\u60A8\u53EF\u4EE5\u9009\u62E9\u4EE5\u4E0B\u65B9\u5F0F\u89E3\u51B3\uFF1A

1. \u5207\u6362\u5230 {anotherService} \u6216\u5176\u4ED6\u7FFB\u8BD1\u670D\u52A1
2. \u8D2D\u4E70 {translationService} \u989D\u5916\u6D41\u91CF\u5305',"proQuotaExceededError.resetTime":"
3. \u989D\u5EA6\u91CD\u7F6E\u65F6\u95F4\uFF1A{resetTime}","desc.touchShortcutsToggleTranslatePageOnlyTranslation":"\u0641\u0642\u0637 \u0645\u062A\u0646 \u062A\u0631\u062C\u0645\u0647 \u0628\u0647 \u0645\u0639\u0646\u06CC \u0627\u0633\u062A \u06A9\u0647 \u0641\u0642\u0637 \u0645\u062A\u0646 \u062A\u0631\u062C\u0645\u0647 \u0646\u0645\u0627\u06CC\u0634 \u062F\u0627\u062F\u0647 \u0645\u06CC \u0634\u0648\u062F\u060C \u0627\u06AF\u0631 \u0635\u0641\u062D\u0647 \u0648\u0628 \u0647\u0646\u0648\u0632 \u062A\u0631\u062C\u0645\u0647 \u0646\u0634\u062F\u0647 \u0627\u0633\u062A\u060C \u062D\u0627\u0644\u062A \u062A\u063A\u06CC\u06CC\u0631 \u062E\u0648\u0627\u0647\u062F \u06A9\u0631\u062F \u0648 \u062A\u0631\u062C\u0645\u0647 \u062E\u0648\u0627\u0647\u062F \u0634\u062F.","desc.toggleOnlyTransation":"\u062D\u0627\u0644\u062A \u0641\u0642\u0637 \u062A\u0631\u062C\u0645\u0647 \u0628\u0647 \u0627\u06CC\u0646 \u0645\u0639\u0646\u06CC \u0627\u0633\u062A \u06A9\u0647 \u0641\u0642\u0637 \u0645\u062A\u0646 \u062A\u0631\u062C\u0645\u0647 \u0634\u062F\u0647 \u0646\u0645\u0627\u06CC\u0634 \u062F\u0627\u062F\u0647 \u0645\u06CC \u0634\u0648\u062F\u060C \u0627\u06AF\u0631 \u0635\u0641\u062D\u0647 \u0648\u0628 \u0647\u0646\u0648\u0632 \u062A\u0631\u062C\u0645\u0647 \u0646\u0634\u062F\u0647 \u0628\u0627\u0634\u062F\u060C \u062D\u0627\u0644\u062A \u062A\u063A\u06CC\u06CC\u0631 \u062E\u0648\u0627\u0647\u062F \u06A9\u0631\u062F \u0648 \u062A\u0631\u062C\u0645\u0647 \u062E\u0648\u0627\u0647\u062F \u0634\u062F.",touchShortcutsToggleTranslatePageOnlyTranslation:"\u062A\u0646\u0638\u06CC\u0645 \u062D\u0631\u06A9\u062A \u0644\u0645\u0633\u06CC \u0635\u0641\u062D\u0647 \u0646\u0645\u0627\u06CC\u0634 \u0628\u0631\u0627\u06CC \u062A\u063A\u06CC\u06CC\u0631 \u0628\u06CC\u0646 \u062D\u0627\u0644\u062A \u062F\u0648\u0632\u0628\u0627\u0646\u0647 / \u0641\u0642\u0637 \u0645\u062A\u0646 \u062A\u0631\u062C\u0645\u0647 \u0634\u062F\u0647",download_started:"\u062F\u0627\u0646\u0644\u0648\u062F \u0634\u0631\u0648\u0639 \u0634\u062F\u0647 \u0627\u0633\u062A \u060C \u0627\u06AF\u0631 \u0628\u0647 \u0637\u0648\u0631 \u062E\u0648\u062F\u06A9\u0627\u0631 \u062F\u0627\u0646\u0644\u0648\u062F \u0646\u0634\u062F \u060C \u0644\u0637\u0641\u0627\u064B \u0628\u0647 \u0635\u0648\u0631\u062A \u062F\u0633\u062A\u06CC \u062F\u0627\u0646\u0644\u0648\u062F \u06A9\u0646\u06CC\u062F.",here:"\u0627\u06CC\u0646\u062C\u0627","translationFont.customPlaceholder":"\u0641\u0648\u0646\u062A",translationFont:"\u062A\u0646\u0638\u06CC\u0645 \u0641\u0648\u0646\u062A",batchEdit:"\u0639\u0645\u0644\u06CC\u0627\u062A \u062F\u0633\u062A\u0647 \u062C\u0645\u0639\u06CC","translationModeLang.translation.title":"\u0641\u0642\u0637 \u062D\u0627\u0644\u062A \u062A\u0631\u062C\u0645\u0647 \u0632\u0628\u0627\u0646","error.goReset":"\u0628\u0627\u0632\u0646\u0634\u0627\u0646\u06CC \u06A9\u0646\u06CC\u062F","translationFont.custom":"\u0648\u0631\u0648\u062F \u0641\u0648\u0646\u062A \u0633\u0641\u0627\u0631\u0634\u06CC","error.serveConfigError":"\u062E\u0637\u0627\u06CC \u067E\u06CC\u06A9\u0631\u0628\u0646\u062F\u06CC \u0633\u0631\u0648\u06CC\u0633",detectServiceLoading:"\u062F\u0631 \u062D\u0627\u0644 \u0628\u0631\u0631\u0633\u06CC \u062E\u062F\u0645\u0627\u062A \u062A\u0631\u062C\u0645\u0647 \u0645\u0648\u062C\u0648\u062F...","touch.mouse-translate":"\u062A\u0631\u062C\u0645\u0647 \u067E\u0627\u0631\u0627\u06AF\u0631\u0627\u0641 \u0645\u0634\u062E\u0635","translationModeUrl.translation.title":"\u0622\u062F\u0631\u0633 \u0627\u06CC\u0646\u062A\u0631\u0646\u062A\u06CC \u062D\u0627\u0644\u062A \u0641\u0642\u0637 \u062A\u0631\u062C\u0645\u0647","translationServices.inherit":"\u0628\u0627 \u062E\u062F\u0645\u0627\u062A \u062A\u0631\u062C\u0645\u0647 \u0627\u0635\u0644\u06CC \u062F\u0646\u0628\u0627\u0644 \u06A9\u0646\u06CC\u062F","error.reloadPageOfSetting":"\u067E\u0633 \u0627\u0632 \u067E\u06CC\u06A9\u0631\u0628\u0646\u062F\u06CC\u060C \u0644\u0637\u0641\u0627 \u0635\u0641\u062D\u0647 \u0631\u0627 \u062F\u0648\u0628\u0627\u0631\u0647 \u062A\u0627\u0632\u0647 \u06A9\u0646\u06CC\u062F \u0648 \u062F\u0648\u0628\u0627\u0631\u0647 \u062A\u0631\u062C\u0645\u0647 \u06A9\u0646\u06CC\u062F.","error.configError":"\u0627\u0637\u0644\u0627\u0639\u0627\u062A \u067E\u06CC\u06A9\u0631\u0628\u0646\u062F\u06CC \u063A\u06CC\u0631 \u0645\u0639\u0645\u0648\u0644\u06CC \u0627\u0633\u062A","error.proTokenInvalid":"\u0627\u06AF\u0631 \u06A9\u0627\u0631\u0628\u0631 Pro \u0647\u0633\u062A\u06CC\u062F\u060C \u0644\u0637\u0641\u0627\u064B \u067E\u0633 \u0627\u0632 \u0648\u0631\u0648\u062F \u0627\u0632 \u062E\u062F\u0645\u0627\u062A \u062A\u0631\u062C\u0645\u0647 Pro \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u06A9\u0646\u06CC\u062F.",videoSubtitlePreTranslationOff:"\u0632\u06CC\u0631\u0646\u0648\u06CC\u0633 \u0648\u06CC\u062F\u06CC\u0648 \u0627\u0648\u0644\u0648\u06CC\u062A \u062E\u0648\u0627\u0647\u062F \u062F\u0627\u062F \u0628\u0647 \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u0627\u0632 \u0632\u06CC\u0631\u0646\u0648\u06CC\u0633 \u0645\u0627\u0634\u06CC\u0646\u06CC \u0645\u0648\u062C\u0648\u062F \u062F\u0631 \u0648\u06CC\u062F\u06CC\u0648 \u0627\u0635\u0644\u06CC",toggleToService:"\u0628\u0647 {service} \u062A\u063A\u06CC\u06CC\u0631 \u062F\u0647\u06CC\u062F \u0648 \u062F\u0648\u0628\u0627\u0631\u0647 \u0627\u0645\u062A\u062D\u0627\u0646 \u06A9\u0646\u06CC\u062F","error.proUpgrade":"\u067E\u0633 \u0627\u0632 \u0627\u0631\u062A\u0642\u0627\u060C \u0644\u0637\u0641\u0627 \u0635\u0641\u062D\u0647 \u0631\u0627 \u062F\u0648\u0628\u0627\u0631\u0647 \u062A\u0631\u062C\u0645\u0647 \u06A9\u0646\u06CC\u062F.",enableSentryReport:"\u0648\u0642\u062A\u06CC \u062E\u0637\u0627\u06CC \u06AF\u0633\u062A\u0631\u0634 \u0631\u062E \u0645\u06CC \u062F\u0647\u062F\u060C \u0628\u0627 \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u0627\u0632 Sentry \u0628\u0631\u0627\u06CC \u0627\u0631\u0633\u0627\u0644 \u0628\u0627\u0632\u062E\u0648\u0631\u062F \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u06A9\u0646\u06CC\u062F.","error.403":"\u062E\u062F\u0645\u062A \u062E\u0637\u0627\u06CC \u0628\u0631\u06AF\u0634\u062A \u062F\u0627\u062F\u0647 \u0627\u0633\u062A\u060C \u0645\u0648\u0642\u062A\u0627\u064B \u0627\u062C\u0627\u0632\u0647 \u062F\u0633\u062A\u0631\u0633\u06CC \u0628\u0647 \u0627\u06CC\u0646 \u062E\u062F\u0645\u062A \u0631\u0627 \u0646\u062F\u0627\u0631\u06CC\u062F.",videoSubtitlePreTranslationOn:"\u0632\u06CC\u0631\u0646\u0648\u06CC\u0633 \u0647\u0627\u06CC \u0648\u06CC\u062F\u06CC\u0648 \u0628\u0647 \u0637\u0648\u0631 \u0627\u0648\u0644\u0648\u06CC\u062A\u06CC \u0627\u0632 \u062A\u0631\u062C\u0645\u0647 \u0641\u0631\u0648 \u0631\u0641\u062A\u06AF\u06CC \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u062E\u0648\u0627\u0647\u062F \u06A9\u0631\u062F.","translationModeUrl.translation.description":"\u0648\u0642\u062A\u06CC \u0648\u0628 \u0633\u0627\u06CC\u062A \u0628\u0631\u0627\u06CC \u062F\u0627\u0645\u0646\u0647 \u0647\u0627\u06CC \u0632\u06CC\u0631 \u0627\u0633\u062A\u060C \u0628\u0647 \u0637\u0648\u0631 \u062E\u0648\u062F\u06A9\u0627\u0631 \u0627\u0632 \u062D\u0627\u0644\u062A \u0641\u0642\u0637 \u0645\u062A\u0646 \u062A\u0631\u062C\u0645\u0647 \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u0645\u06CC \u06A9\u0646\u062F.","error.502":"\u062E\u062F\u0645\u062A \u062E\u0637\u0627 \u062F\u0627\u062F\u0647 \u0627\u0633\u062A\u060C \u062E\u062F\u0645\u062A \u0628\u0647 \u062A\u0627\u062E\u06CC\u0631 \u0627\u0641\u062A\u0627\u062F\u0647 \u0627\u0633\u062A\u060C \u0644\u0637\u0641\u0627 \u0628\u0639\u062F\u0627 \u062F\u0648\u0628\u0627\u0631\u0647 \u0627\u0645\u062A\u062D\u0627\u0646 \u06A9\u0646\u06CC\u062F.","error.openAIExceededQuota":"\u062E\u0637\u0627\u06CC \u0628\u0627\u0632\u06AF\u0634\u062A \u0633\u0631\u0648\u06CC\u0633: \u0645\u0648\u062C\u0648\u062F\u06CC \u062D\u0633\u0627\u0628 OpenAI \u0634\u0645\u0627 \u06A9\u0627\u0641\u06CC \u0646\u06CC\u0633\u062A\u060C \u0644\u0637\u0641\u0627\u064B \u0627\u0632 \u0637\u0631\u06CC\u0642 \u067E\u0646\u0644 \u0645\u062F\u06CC\u0631\u06CC\u062A\u06CC \u0631\u0633\u0645\u06CC OpenAI \u0634\u0627\u0631\u0698 \u06A9\u0646\u06CC\u062F \u06CC\u0627 \u06A9\u0627\u0631\u062A \u0627\u0639\u062A\u0628\u0627\u0631\u06CC \u062E\u0648\u062F \u0631\u0627 \u0645\u062A\u0635\u0644 \u06A9\u0646\u06CC\u062F.","translationModeLang.translation.description":"\u0648\u0642\u062A\u06CC \u0632\u0628\u0627\u0646 \u0635\u0641\u062D\u0647 \u0628\u0647 \u0632\u0628\u0627\u0646\u0647\u0627\u06CC \u0632\u06CC\u0631 \u0627\u0633\u062A\u060C \u0628\u0647 \u0637\u0648\u0631 \u062E\u0648\u062F\u06A9\u0627\u0631 \u0627\u0632 \u062D\u0627\u0644\u062A \u062A\u0631\u062C\u0645\u0647 \u0641\u0642\u0637 \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u0645\u06CC \u0634\u0648\u062F","error.429":"\u062E\u062F\u0645\u062A \u062E\u0637\u0627 \u0631\u0627 \u0628\u0631\u0645\u06CC \u06AF\u0631\u062F\u0627\u0646\u062F\u060C \u06A9\u0647 \u0646\u0634\u0627\u0646 \u0645\u06CC \u062F\u0647\u062F \u062F\u0631\u062E\u0648\u0627\u0633\u062A \u0628\u06CC\u0634 \u0627\u0632 \u062D\u062F \u0645\u06A9\u0631\u0631 \u06CC\u0627 \u0628\u06CC\u0634 \u0627\u0632 \u062D\u062F \u0645\u062D\u062F\u0648\u062F\u06CC\u062A \u0627\u0633\u062A\u060C \u0644\u0637\u0641\u0627 \u0628\u0639\u062F\u0627 \u062F\u0648\u0628\u0627\u0631\u0647 \u0627\u0645\u062A\u062D\u0627\u0646 \u06A9\u0646\u06CC\u062F.","error.400":"\u062E\u0637\u0627\u06CC\u06CC \u062F\u0631 \u0628\u0627\u0632\u06AF\u0634\u062A \u062E\u062F\u0645\u0627\u062A \u0631\u062E \u062F\u0627\u062F\u0647 \u0627\u0633\u062A \u060C \u067E\u0627\u0631\u0627\u0645\u062A\u0631 \u062F\u0631\u062E\u0648\u0627\u0633\u062A \u0627\u0634\u062A\u0628\u0627\u0647 \u0627\u0633\u062A \u060C \u0644\u0637\u0641\u0627\u064B \u067E\u06CC\u06A9\u0631\u0628\u0646\u062F\u06CC \u0645\u0631\u0628\u0648\u0637\u0647 \u0631\u0627 \u0628\u0631\u0631\u0633\u06CC \u06A9\u0646\u06CC\u062F.","error.googleLimitIp":"\u062E\u062F\u0645\u062A \u062E\u0637\u0627 \u0631\u0627 \u0628\u0631\u0645\u06CC \u06AF\u0631\u062F\u0627\u0646\u062F \u060C \u062E\u062F\u0645\u0627\u062A \u06AF\u0648\u06AF\u0644 \u0628\u0631\u0627\u06CC \u0627\u06CC\u0646 \u0622\u062F\u0631\u0633 IP \u0645\u062D\u062F\u0648\u062F \u0634\u062F\u0647 \u0627\u0633\u062A \u060C \u067E\u06CC\u0634\u0646\u0647\u0627\u062F \u0645\u06CC \u06A9\u0646\u06CC\u0645 \u0634\u0645\u0627 \u0646\u0648\u062F \u0634\u0628\u06A9\u0647 \u0631\u0627 \u062A\u063A\u06CC\u06CC\u0631 \u062F\u0647\u06CC\u062F.","translationFont.notSupportErrorMessage":"\u0644\u0637\u0641\u0627\u064B \u0646\u0627\u0645 \u0641\u0648\u0646\u062A\u06CC \u06A9\u0647 \u0648\u0627\u0631\u062F \u06A9\u0631\u062F\u0647 \u0627\u06CC\u062F \u0631\u0627 \u0628\u0631\u0631\u0633\u06CC \u06A9\u0646\u06CC\u062F \u062A\u0627 \u0645\u0637\u0645\u0626\u0646 \u0634\u0648\u06CC\u062F \u06A9\u0647 \u062F\u0631\u0633\u062A \u0627\u0633\u062A\u060C \u06CC\u0627 \u062A\u0623\u06CC\u06CC\u062F \u06A9\u0646\u06CC\u062F \u06A9\u0647 \u0627\u06CC\u0646 \u0641\u0648\u0646\u062A \u0628\u0631 \u0631\u0648\u06CC \u062F\u0633\u062A\u06AF\u0627\u0647 \u0634\u0645\u0627 \u0646\u0635\u0628 \u0634\u062F\u0647 \u0627\u0633\u062A.","error.gemini.429":"\u062E\u062F\u0645\u062A Gemini \u062F\u0631 \u062D\u0627\u0644 \u062D\u0627\u0636\u0631 \u0628\u0647 \u0638\u0631\u0641\u06CC\u062A \u062D\u062F\u0627\u06A9\u062B\u0631\u06CC \u062E\u0648\u062F \u0631\u0633\u06CC\u062F\u0647 \u0627\u0633\u062A\u060C \u0644\u0637\u0641\u0627\u064B \u0628\u0639\u062F\u0627\u064B \u062F\u0648\u0628\u0627\u0631\u0647 \u0627\u0645\u062A\u062D\u0627\u0646 \u06A9\u0646\u06CC\u062F \u06CC\u0627 \u0628\u0647 \u0633\u0631\u0648\u06CC\u0633 \u062A\u0631\u062C\u0645\u0647 \u062F\u06CC\u06AF\u0631\u06CC \u062A\u063A\u06CC\u06CC\u0631 \u062F\u0647\u06CC\u062F.","desc.toggleVideoSubtitlePreTranslation":"\u0628\u0639\u062F \u0641\u0634\u0627\u0631\u060C \u0632\u06CC\u0631\u0646\u0648\u06CC\u0633 \u062F\u0648\u0632\u0628\u0627\u0646\u0647 \u0648\u06CC\u062F\u06CC\u0648 \u0627\u0648\u0644\u0648\u06CC\u062A \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u0627\u0632 \u062A\u0646\u0638\u06CC\u0645\u0627\u062A \u062A\u0631\u062C\u0645\u0647 \u063A\u0648\u0637\u0647 \u0648\u0631 \u062E\u0648\u0627\u0647\u062F \u062F\u0627\u0634\u062A\u060C \u0628\u0627 \u0641\u0634\u0627\u0631 \u062F\u0648\u0628\u0627\u0631\u0647\u060C \u0627\u0648\u0644\u0648\u06CC\u062A \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u0627\u0632 \u0632\u06CC\u0631\u0646\u0648\u06CC\u0633 \u0645\u0627\u0634\u06CC\u0646\u06CC \u0627\u0635\u0644\u06CC \u0648\u06CC\u062F\u06CC\u0648 \u062E\u0648\u0627\u0647\u062F \u0628\u0648\u062F\u060C \u062A\u0648\u062C\u0647 \u062F\u0627\u0634\u062A\u0647 \u0628\u0627\u0634\u06CC\u062F: \u0627\u06CC\u0646 \u0645\u06CC\u0627\u0646\u0628\u0631 \u062A\u0646\u0638\u06CC\u0645\u0627\u062A \u062C\u0647\u0627\u0646\u06CC \u0631\u0627 \u062A\u063A\u06CC\u06CC\u0631 \u0645\u06CC \u062F\u0647\u062F.","error.openAIFreeLimit":"\u062E\u062F\u0645\u062A \u062E\u0637\u0627 \u0631\u0627 \u0628\u0631\u0645\u06CC \u06AF\u0631\u062F\u0627\u0646\u062F\u060C \u0641\u0631\u06A9\u0627\u0646\u0633 \u062F\u0631\u062E\u0648\u0627\u0633\u062A \u062A\u0631\u062C\u0645\u0647 \u0641\u0639\u0644\u06CC \u0628\u0647 \u062D\u062F\u0627\u06A9\u062B\u0631 3 \u0628\u0627\u0631 \u062F\u0631 \u062F\u0642\u06CC\u0642\u0647 \u0631\u0633\u06CC\u062F\u0647 \u0627\u0633\u062A\u060C \u0644\u0637\u0641\u0627\u064B \u0628\u0639\u062F\u0627\u064B \u062F\u0648\u0628\u0627\u0631\u0647 \u0627\u0645\u062A\u062D\u0627\u0646 \u06A9\u0646\u06CC\u062F. (\u0627\u06CC\u0646 \u0645\u062D\u062F\u0648\u062F\u06CC\u062A \u0631\u0633\u0645\u06CC OpenAI \u0628\u0631\u0627\u06CC API Key \u0631\u0627\u06CC\u06AF\u0627\u0646 \u0627\u0633\u062A\u060C \u0628\u0631\u0627\u06CC \u0631\u0641\u0639 \u0627\u06CC\u0646 \u0645\u062D\u062F\u0648\u062F\u06CC\u062A\u060C \u0644\u0637\u0641\u0627\u064B \u06A9\u0627\u0631\u062A \u0627\u0639\u062A\u0628\u0627\u0631\u06CC \u062E\u0648\u062F \u0631\u0627 \u062F\u0631 \u067E\u0646\u0644 OpenAI \u0645\u062A\u0635\u0644 \u06A9\u0646\u06CC\u062F.)","error.serveUnavailable":"\u062E\u062F\u0645\u062A [{serverName}] \u06A9\u0647 \u062F\u0631 \u062D\u0627\u0644 \u062D\u0627\u0636\u0631 \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u0645\u06CC \u06A9\u0646\u06CC\u062F \u0628\u0647 \u062F\u0644\u06CC\u0644 \u0645\u0634\u06A9\u0644\u0627\u062A \u0627\u062A\u0635\u0627\u0644 \u0628\u0647 \u0634\u0628\u06A9\u0647 \u06CC\u0627 \u0645\u0634\u06A9\u0644\u0627\u062A \u0627\u0631\u0627\u0626\u0647 \u062F\u0647\u0646\u062F\u0647 \u062E\u062F\u0645\u0627\u062A \u0645\u0648\u0642\u062A\u0627\u064B \u0642\u0627\u0628\u0644 \u062F\u0633\u062A\u0631\u0633\u06CC \u0646\u06CC\u0633\u062A. \u067E\u06CC\u0634\u0646\u0647\u0627\u062F \u0645\u06CC \u06A9\u0646\u06CC\u0645 \u0635\u0641\u062D\u0647 \u0631\u0627 \u062A\u0627\u0632\u0647 \u06A9\u0646\u06CC\u062F \u06CC\u0627 \u0627\u0632 \u0637\u0631\u06CC\u0642 <1>\u062A\u0646\u0638\u06CC\u0645\u0627\u062A \u0628\u0647 \u062E\u062F\u0645\u0627\u062A \u062A\u0631\u062C\u0645\u0647 \u062F\u06CC\u06AF\u0631\u06CC \u062A\u063A\u06CC\u06CC\u0631 \u062F\u0647\u06CC\u062F. \u0627\u06AF\u0631 \u0634\u0645\u0627 \u0639\u0636\u0648 <2>Pro \u0647\u0633\u062A\u06CC\u062F\u060C \u0645\u06CC \u062A\u0648\u0627\u0646\u06CC\u062F \u0627\u0632 \u062E\u062F\u0645\u0627\u062A \u062A\u0631\u062C\u0645\u0647 \u067E\u0627\u06CC\u062F\u0627\u0631\u062A\u0631 DeepL \u06CC\u0627 OpenAI \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u06A9\u0646\u06CC\u062F (<3>\u0627\u06CC\u0646\u062C\u0627 \u0631\u0627 \u0628\u0631\u0627\u06CC \u062A\u062C\u0631\u0628\u0647 \u0631\u0627\u06CC\u06AF\u0627\u0646 \u06A9\u0644\u06CC\u06A9 \u06A9\u0646\u06CC\u062F). \u0639\u0644\u0627\u0648\u0647 \u0628\u0631 \u0627\u06CC\u0646\u060C \u0645\u0645\u06A9\u0646 \u0627\u0633\u062A \u0646\u06CC\u0627\u0632 \u0628\u0627\u0634\u062F \u062A\u0646\u0638\u06CC\u0645\u0627\u062A \u0634\u0628\u06A9\u0647 \u06CC\u0627 \u067E\u0631\u0648\u06A9\u0633\u06CC \u062E\u0648\u062F \u0631\u0627 \u0628\u0631\u0631\u0633\u06CC \u06A9\u0646\u06CC\u062F.","widget.translateFile":"PDF/ePub",goLogin:"\u0648\u0631\u0648\u062F \u06A9\u0646\u06CC\u062F",notLogin:"\u0648\u0631\u0648\u062F \u0646\u0634\u062F\u0647 \u0627\u0633\u062A","error.reason":"\u062F\u0644\u06CC\u0644 \u062E\u0637\u0627",shortcutSettings:"\u0645\u06CC\u0627\u0646\u0628\u0631",alwaysTranslate:"\u0647\u0645\u06CC\u0634\u0647 \u062A\u0631\u062C\u0645\u0647 \u06A9\u0646\u06CC\u062F","translationServices.gemini":"\u062C\u0645\u0646\u06CC","slide.left":"\u0628\u0647 \u0631\u0627\u0633\u062A \u0628\u06A9\u0634\u06CC\u062F",loggedIn:"\u0648\u0627\u0631\u062F \u0634\u062F\u0647 \u0627\u06CC\u062F","floatBall.iKnow":"\u0645\u0646 \u0645\u06CC \u062F\u0627\u0646\u0645","intro.floatBallTitle":"\u062A\u0631\u062C\u0645\u0647 \u0633\u0631\u06CC\u0639 \u0628\u0627\u0644 \u0634\u0646\u0627\u0648\u0631","shortcutGroup.touch":"\u0698\u0633\u062A \u0647\u0627\u06CC \u062E\u0627\u0635 \u0635\u0641\u062D\u0647 \u0644\u0645\u0633\u06CC","tagsInput.add":"+ \u0627\u0636\u0627\u0641\u0647 \u06A9\u0631\u062F\u0646",shortcutSettingsTitle:"\u062A\u0646\u0638\u06CC\u0645\u0627\u062A \u0645\u06CC\u0627\u0646\u0628\u0631","widget.instruction":"\u062F\u0633\u062A\u0648\u0631\u0627\u0644\u0639\u0645\u0644 \u0627\u0633\u062A\u0641\u0627\u062F\u0647",touchShortcutsOff:"\u0628\u0633\u062A\u0647 \u0634\u062F\u0646","shortcutGroup.others":"\u06A9\u0644\u06CC\u062F\u0647\u0627\u06CC \u0645\u06CC\u0627\u0646\u0628\u0631 \u0633\u0641\u0627\u0631\u0634\u06CC \u0628\u06CC\u0634\u062A\u0631","error.subscriptionExpiredTitle":"\u0639\u0636\u0648\u06CC\u062A \u0645\u0646\u0642\u0636\u06CC \u0634\u062F\u0647 \u0627\u0633\u062A","error.retry":"\u062A\u0644\u0627\u0634 \u0645\u062C\u062F\u062F",neverTranslate:"\u0647\u0631\u06AF\u0632 \u062A\u0631\u062C\u0645\u0647 \u0646\u0645\u06CC \u06A9\u0646\u0645",networkError:"\u062E\u062F\u0645\u0627\u062A \u062A\u0631\u062C\u0645\u0647 \u06CC\u0627 \u0634\u0628\u06A9\u0647 \u0645\u0634\u06A9\u0644 \u062F\u0627\u0631\u062F","widget.translateFileTooltip":"\u062A\u0631\u062C\u0645\u0647 \u0627\u0633\u0646\u0627\u062F PDF\u060C EPUB\u060C SRT\u060C ASS\u060C HTML \u0648 TXT","slide.right":"\u0628\u0647 \u0686\u067E \u0628\u06A9\u0634\u06CC\u062F","multipleClick.3":"\u0633\u0647 \u0636\u0631\u0628\u0647 \u0645\u062A\u0648\u0627\u0644\u06CC","multipleClick.4":"\u0686\u0647\u0627\u0631 \u0636\u0631\u0628\u0647 \u0645\u062A\u0648\u0627\u0644\u06CC",pickAll:"\u0627\u0646\u062A\u062E\u0627\u0628 \u0647\u0645\u0647",contact:"\u0628\u0627 \u0645\u0627 \u062A\u0645\u0627\u0633 \u0628\u06AF\u06CC\u0631\u06CC\u062F","subtitle.bilingual":"\u0632\u06CC\u0631\u0646\u0648\u06CC\u0633 \u062F\u0648\u0632\u0628\u0627\u0646\u0647","shortcutGroup.shortcutsForTranslationServices":"\u06A9\u0644\u06CC\u062F\u0647\u0627\u06CC \u0645\u06CC\u0627\u0646\u0628\u0631 \u0645\u0631\u0628\u0648\u0637 \u0628\u0647 \u062E\u062F\u0645\u0627\u062A \u062A\u0631\u062C\u0645\u0647",buildSnapshots:"\u0627\u06CC\u062C\u0627\u062F \u0639\u06A9\u0633 \u0641\u0648\u0631\u06CC \u0627\u0632 \u0635\u0641\u062D\u0647 \u0648\u0628","widget.instructionTooltip":"\u062F\u0633\u062A\u0648\u0631\u0627\u0644\u0639\u0645\u0644 \u0631\u0627 \u0628\u0631\u0631\u0633\u06CC \u06A9\u0646\u06CC\u062F","widget.videoSubtitle":"\u0632\u06CC\u0631\u0646\u0648\u06CC\u0633 \u0648\u06CC\u062F\u06CC\u0648","multipleClick.2":"\u062F\u0648\u0628\u0627\u0631 \u06A9\u0644\u06CC\u06A9 \u06A9\u0646\u06CC\u062F","subtitle.autoDisableSubtitle":"\u0632\u06CC\u0631\u0646\u0648\u06CC\u0633 \u062F\u0648\u0632\u0628\u0627\u0646\u0647 \u0628\u0647 \u0635\u0648\u0631\u062A \u062E\u0648\u062F\u06A9\u0627\u0631 \u0641\u0639\u0627\u0644 \u0646\u0645\u06CC \u0634\u0648\u062F",mouseHoverCustomKeyTitle:"\u0633\u0641\u0627\u0631\u0634\u06CC \u06A9\u0631\u062F\u0646 \u0645\u06CC\u0627\u0646\u0628\u0631 \u0645\u0648\u0633 \u062F\u0631 \u062D\u0627\u0644\u062A \u0634\u0646\u0627\u0648\u0631","browser.translateWithOpenAI":"\u0627\u0632 OpenAI \u0628\u0631\u0627\u06CC \u062A\u0631\u062C\u0645\u0647 \u0645\u0648\u0642\u062A\u06CC \u0635\u0641\u062D\u0647 \u0641\u0639\u0644\u06CC \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u06A9\u0646\u06CC\u062F",neverTranslateThisSite:"\u0647\u0631\u06AF\u0632 \u0627\u06CC\u0646 \u0648\u0628\u0633\u0627\u06CC\u062A \u0631\u0627 \u062A\u0631\u062C\u0645\u0647 \u0646\u06A9\u0646\u06CC\u062F","browser.translateInputBox":"\u062A\u0631\u062C\u0645\u0647 \u0645\u062D\u062A\u0648\u0627\u06CC \u062C\u0639\u0628\u0647 \u0648\u0631\u0648\u062F\u06CC \u0641\u0639\u0644\u06CC","subtitle.hideQuickButton":"\u062F\u06CC\u06AF\u0631 \u0627\u06CC\u0646 \u0645\u06CC\u0627\u0646\u0628\u0631 \u0631\u0627 \u0646\u0634\u0627\u0646 \u0646\u062F\u0647","subtitle.showQuickButton":"\u062F\u0631 \u067E\u062E\u0634 \u06A9\u0646\u0646\u062F\u0647\u060C \u0645\u06CC\u0627\u0646\u0628\u0631 \u0632\u06CC\u0631\u0646\u0648\u06CC\u0633 \u062F\u0648\u0632\u0628\u0627\u0646\u0647 \u0646\u0645\u0627\u06CC\u0634 \u062F\u0627\u062F\u0647 \u0634\u0648\u062F","browser.translateWithTransmart":"\u0627\u0632 \u062A\u0631\u062C\u0645\u0647 \u0645\u0648\u0642\u062A\u06CC \u062A\u0646\u0633\u0646\u062A \u0628\u0631\u0627\u06CC \u0635\u0641\u062D\u0647 \u0641\u0639\u0644\u06CC \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u06A9\u0646\u06CC\u062F","intro.hoverTitle":"\u0645\u0648\u0634\u0648\u0627\u0631\u0647 \u0631\u0627 \u0628\u0631 \u0631\u0648\u06CC \u067E\u0627\u0631\u0627\u06AF\u0631\u0627\u0641 \u0641\u0639\u0644\u06CC \u0628\u06AF\u0630\u0627\u0631\u06CC\u062F \u062A\u0627 \u062A\u0631\u062C\u0645\u0647 \u0634\u0648\u062F","shortcutGroup.mouse":"\u062A\u0646\u0638\u06CC\u0645\u0627\u062A \u0645\u06CC\u0627\u0646\u0628\u0631 \u0645\u0648\u0633 \u062F\u0631 \u062D\u0627\u0644\u062A \u0634\u0646\u0627\u0648\u0631",temprarilyChangeTranslationTo_openai:"\u062F\u0631 \u062D\u0627\u0644 \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u0627\u0632 OpenAI \u0628\u0631\u0627\u06CC \u062A\u0631\u062C\u0645\u0647 \u0635\u0641\u062D\u0647 \u0641\u0639\u0644\u06CC \u0647\u0633\u062A\u0645","browser.translateWithDeepL":"\u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u0645\u0648\u0642\u062A \u0627\u0632 DeepL \u0628\u0631\u0627\u06CC \u062A\u0631\u062C\u0645\u0647 \u0635\u0641\u062D\u0647 \u0641\u0639\u0644\u06CC",translationOnlyMode:"\u0641\u0642\u0637 \u062D\u0627\u0644\u062A \u062A\u0631\u062C\u0645\u0647","widget.videoSubtitleTooltip":"\u067E\u0634\u062A\u06CC\u0628\u0627\u0646\u06CC \u0627\u0632 Youtube \u0648 {count}+ \u0633\u0627\u06CC\u062A \u0648\u06CC\u062F\u06CC\u0648\u06CC\u06CC \u062F\u06CC\u06AF\u0631",paragraphMinTextCountField:"\u062A\u0639\u062F\u0627\u062F \u06A9\u0645\u062A\u0631\u06CC\u0646 \u06A9\u0627\u0631\u0627\u06A9\u062A\u0631\u0647\u0627\u06CC \u0645\u0648\u0631\u062F \u0646\u06CC\u0627\u0632 \u0628\u0631\u0627\u06CC \u062A\u0631\u062C\u0645\u0647 \u067E\u0627\u0631\u0627\u06AF\u0631\u0627\u0641",temprarilyChangeTranslationTo_gemini:"\u062F\u0631 \u062D\u0627\u0644 \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u0627\u0632 Gemini \u0628\u0631\u0627\u06CC \u062A\u0631\u062C\u0645\u0647 \u0635\u0641\u062D\u0647 \u0641\u0639\u0644\u06CC \u0647\u0633\u062A\u0645","shortcutGroup.main":"\u0645\u06CC\u0627\u0646\u0628\u0631\u0647\u0627\u06CC \u06A9\u0644\u06CC\u062F\u06CC \u0639\u0645\u0644\u06A9\u0631\u062F \u0631\u0627\u06CC\u062C",temprarilyChangeTranslationTo_deepl:"\u062F\u0631 \u062D\u0627\u0644 \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u0627\u0632 \u062A\u0631\u062C\u0645\u0647 DeepL \u0628\u0631\u0627\u06CC \u0635\u0641\u062D\u0647 \u0641\u0639\u0644\u06CC",temprarilyChangeTranslationTo_transmart:"\u062F\u0631 \u062D\u0627\u0644 \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u0627\u0632 \u062A\u0631\u062C\u0645\u0647 \u062A\u0646\u0633\u0646\u062A \u0628\u0631\u0627\u06CC \u0635\u0641\u062D\u0647 \u0641\u0639\u0644\u06CC",alwaysTranslateThisSite:"\u0647\u0645\u06CC\u0634\u0647 \u0627\u06CC\u0646 \u0648\u0628\u0633\u0627\u06CC\u062A \u0631\u0627 \u062A\u0631\u062C\u0645\u0647 \u06A9\u0646\u06CC\u062F","browser.translateWithBing":"\u0627\u0632 \u062A\u0631\u062C\u0645\u0647 \u0645\u0627\u06CC\u06A9\u0631\u0648\u0633\u0627\u0641\u062A \u0628\u0631\u0627\u06CC \u062A\u0631\u062C\u0645\u0647 \u0645\u0648\u0642\u062A\u06CC \u0635\u0641\u062D\u0647 \u0641\u0639\u0644\u06CC \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u06A9\u0646\u06CC\u062F",upgradeToProErrorTitle:"\u0644\u0637\u0641\u0627\u064B \u0628\u0647 \u0639\u0636\u0648\u06CC\u062A Pro \u0627\u0631\u062A\u0642\u0627 \u062F\u0647\u06CC\u062F \u0648 \u0633\u067E\u0633 \u0627\u0632 \u0627\u06CC\u0646 \u062E\u062F\u0645\u062A \u062A\u0631\u062C\u0645\u0647 \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u06A9\u0646\u06CC\u062F","intro.subtitleTitle":"\u0646\u0645\u0627\u06CC\u0634 \u0632\u06CC\u0631\u0646\u0648\u06CC\u0633 \u062F\u0648\u0632\u0628\u0627\u0646\u0647 \u0648\u06CC\u062F\u06CC\u0648\u06CC \u0622\u0646\u0644\u0627\u06CC\u0646",temprarilyChangeTranslationTo_bing:"\u062F\u0631 \u062D\u0627\u0644 \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u0627\u0632 \u062A\u0631\u062C\u0645\u0647 \u0645\u0627\u06CC\u06A9\u0631\u0648\u0633\u0627\u0641\u062A \u0628\u0631\u0627\u06CC \u0635\u0641\u062D\u0647 \u0641\u0639\u0644\u06CC \u0647\u0633\u062A\u0645",touchShortcutsToggleTranslationMask:"\u062A\u0646\u0638\u06CC\u0645 \u0646\u0645\u0627\u06CC\u0634 \u0698\u0633\u062A \u0644\u0645\u0633\u06CC \u0628\u0631\u0627\u06CC \u0646\u0645\u0627\u06CC\u0634 \u0645\u062A\u0646 \u062A\u0631\u062C\u0645\u0647 / \u0646\u0645\u0627\u06CC\u0634 \u0645\u062A\u0646 \u0627\u0635\u0644\u06CC","browser.translateWithGemini":"\u0628\u0647 \u0637\u0648\u0631 \u0645\u0648\u0642\u062A \u0627\u0632 Gemini \u0628\u0631\u0627\u06CC \u062A\u0631\u062C\u0645\u0647 \u0635\u0641\u062D\u0647 \u0641\u0639\u0644\u06CC \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u06A9\u0646\u06CC\u062F","browser.toggleVideoSubtitlePreTranslation":"\u062A\u063A\u06CC\u06CC\u0631 \u0632\u06CC\u0631\u0646\u0648\u06CC\u0633 \u062F\u0648\u0632\u0628\u0627\u0646\u0647 \u0628\u0627 \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u0627\u0632 \u062A\u0646\u0638\u06CC\u0645\u0627\u062A \u062A\u0631\u062C\u0645\u0647 \u0641\u0631\u0648 \u0631\u0641\u062A\u0647 \u0627\u0648\u0644\u0648\u06CC\u062A \u062F\u0627\u0631\u062F",notLoginPro:"\u0634\u0645\u0627 \u0647\u0646\u0648\u0632 \u0628\u0647 \u062D\u0633\u0627\u0628 \u06A9\u0627\u0631\u0628\u0631\u06CC \u062E\u0648\u062F \u0648\u0627\u0631\u062F \u0646\u0634\u062F\u0647 \u0627\u06CC\u062F",touchShortcutsToggleTranslatePage:"\u0628\u0631\u0627\u06CC \u062A\u0631\u062C\u0645\u0647 \u0635\u0641\u062D\u0627\u062A \u0648\u0628 / \u0646\u0645\u0627\u06CC\u0634 \u0645\u062A\u0646 \u0627\u0635\u0644\u06CC \u060C \u062D\u0631\u06A9\u062A \u0647\u0627\u06CC \u0644\u0645\u0633\u06CC \u0631\u0627 \u062A\u0646\u0638\u06CC\u0645 \u06A9\u0646\u06CC\u062F",temprarilyChangeTranslationTo_google:"\u062F\u0631 \u062D\u0627\u0644 \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u0627\u0632 \u062A\u0631\u062C\u0645\u0647 \u06AF\u0648\u06AF\u0644 \u0628\u0631\u0627\u06CC \u0635\u0641\u062D\u0647 \u0641\u0639\u0644\u06CC \u0647\u0633\u062A\u0645","neverTranslateText.title":"\u0644\u0637\u0641\u0627\u064B \u06A9\u0644\u0645\u0627\u062A \u0632\u06CC\u0631 \u0631\u0627 \u0628\u0647 \u0635\u0648\u0631\u062A \u0627\u0635\u0644\u06CC \u062D\u0641\u0638 \u06A9\u0646\u06CC\u062F\u060C \u062A\u0631\u062C\u0645\u0647 \u0646\u06A9\u0646\u06CC\u062F.",touchShortcutsToggleTranslateTouchElement:"\u062A\u0646\u0638\u06CC\u0645 \u062D\u0631\u06A9\u062A \u0644\u0645\u0633\u06CC \u0635\u0641\u062D\u0647 \u0646\u0645\u0627\u06CC\u0634 \u0628\u0631\u0627\u06CC \u062A\u0631\u062C\u0645\u0647 \u067E\u0627\u0631\u0627\u06AF\u0631\u0627\u0641 \u0645\u0634\u062E\u0635","description.baiduField":"\u062D\u0648\u0632\u0647 \u0647\u0627\u06CC \u067E\u0634\u062A\u06CC\u0628\u0627\u0646\u06CC \u0634\u062F\u0647 \u0631\u0627 \u062F\u0631 <1>\u0627\u06CC\u0646\u062C\u0627 \u0628\u0628\u06CC\u0646\u06CC\u062F \u060C \u0627\u06AF\u0631 \u062E\u0627\u0644\u06CC \u0628\u0627\u0634\u062F \u0628\u0647 \u0645\u0639\u0646\u06CC \u0627\u06CC\u0646 \u0627\u0633\u062A \u06A9\u0647 \u062D\u0648\u0632\u0647 \u0627\u06CC \u0645\u0634\u062E\u0635 \u0646\u0634\u062F\u0647 \u0627\u0633\u062A",mouseHoverCustomKeyDescription:"\u0634\u0645\u0627 \u0645\u06CC \u062A\u0648\u0627\u0646\u06CC\u062F \u06CC\u06A9 \u0645\u06CC\u0627\u0646\u0628\u0631 \u062A\u0631\u06A9\u06CC\u0628\u06CC \u0633\u0641\u0627\u0631\u0634\u06CC \u0628\u0631\u0627\u06CC \u0645\u0648\u0633 \u0631\u0627 \u062A\u0639\u0631\u06CC\u0641 \u06A9\u0646\u06CC\u062F\u060C \u0645\u0627\u0646\u0646\u062F: Alt+Z\u060C Ctrl+E\u060C Cmd+Alt+E \u06CC\u0627 \u0641\u0642\u0637 Cmd\u060C \u0644\u0637\u0641\u0627 \u0628\u0647 \u0635\u0648\u0631\u062A \u062F\u0633\u062A\u06CC \u062F\u0627\u062E\u0644 \u06A9\u0646\u06CC\u062F.","floatBall.guideClickToTranslate":`\u0628\u0627 \u06A9\u0644\u06CC\u06A9 \u06A9\u0631\u062F\u0646 \u0628\u0631 \u0631\u0648\u06CC \u062A\u0648\u067E \u0634\u0646\u0627\u0648\u0631 \u062A\u0631\u062C\u0645\u0647 \u0641\u0648\u0631\u06CC \u0645\u06CC \u062A\u0648\u0627\u0646\u06CC\u062F \u0633\u0631\u06CC\u0639\u0627 \u062A\u0631\u062C\u0645\u0647 \u06A9\u0646\u06CC\u062F`,"browser.toggleMouseHoverTranslateDirectly":"\u062F\u0631 \u0635\u0641\u062D\u0647\u060C \u0628\u0647 \u0637\u0648\u0631 \u0645\u0648\u0642\u062A \u0641\u0639\u0627\u0644 \u06CC\u0627 \u063A\u06CC\u0631\u0641\u0639\u0627\u0644 \u06A9\u0631\u062F\u0646 \u062A\u0631\u062C\u0645\u0647 \u0645\u0633\u062A\u0642\u06CC\u0645 \u0645\u0648\u0633 \u0647\u0646\u06AF\u0627\u0645 \u0627\u0634\u0627\u0631\u0647","desc.toggleTranslateTheWholePage":"\u062A\u0631\u062C\u0645\u0647 \u06A9\u0644 \u0635\u0641\u062D\u0647\u060C \u0628\u0647 \u0637\u0648\u0631 \u067E\u06CC\u0634 \u0641\u0631\u0636\u060C \u0645\u0627 \u0642\u0633\u0645\u062A \u0627\u0635\u0644\u06CC \u0635\u0641\u062D\u0647 \u0631\u0627 \u062A\u0631\u062C\u0645\u0647 \u0645\u06CC \u06A9\u0646\u06CC\u0645\u060C \u0634\u0645\u0627 \u0645\u06CC \u062A\u0648\u0627\u0646\u06CC\u062F \u0627\u0632 \u0627\u06CC\u0646 \u0645\u06CC\u0627\u0646\u0628\u0631 \u0628\u0631\u0627\u06CC \u062A\u0631\u062C\u0645\u0647 \u062E\u0627\u0635 \u06A9\u0644 \u0635\u0641\u062D\u0647 \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u06A9\u0646\u06CC\u062F","floatBall.longPress":"\u0628\u0627 \u0641\u0634\u0627\u0631 \u0637\u0648\u0644\u0627\u0646\u06CC \u0645\u06CC \u062A\u0648\u0627\u0646\u06CC\u062F \u0628\u0647 \u0633\u0631\u0639\u062A \u067E\u0646\u0644 \u062A\u0646\u0638\u06CC\u0645\u0627\u062A \u0631\u0627 \u0628\u0627\u0632 \u06A9\u0646\u06CC\u062F","desc.touchShortcutsToggleTranslateTouchElement":"\u06CC\u06A9 \u062D\u0631\u06A9\u062A \u062F\u0633\u062A \u0633\u0641\u0627\u0631\u0634\u06CC \u062A\u0639\u0631\u06CC\u0641 \u06A9\u0646\u06CC\u062F\u060C \u062A\u0627 \u0628\u062A\u0648\u0627\u0646\u06CC\u062F \u0647\u0631 \u067E\u0627\u0631\u0627\u06AF\u0631\u0627\u0641\u06CC \u0631\u0627 \u062F\u0631 \u0645\u062D\u0644 \u062E\u0648\u062F \u062A\u0631\u062C\u0645\u0647 \u06A9\u0646\u06CC\u062F","desc.interfaceLanguage":"\u062A\u0646\u0638\u06CC\u0645 \u0632\u0628\u0627\u0646 \u0631\u0627\u0628\u0637 \u062A\u0623\u062B\u06CC\u0631 \u0628\u0631 \u0632\u0628\u0627\u0646 \u0646\u0645\u0627\u06CC\u0634 \u067E\u0646\u0644 \u06A9\u0646\u062A\u0631\u0644 \u062F\u0627\u0631\u062F \u0648 \u0628\u0627 \u0632\u0628\u0627\u0646 \u0647\u062F\u0641 \u062A\u0631\u062C\u0645\u0647 \u0627\u0631\u062A\u0628\u0627\u0637\u06CC \u0646\u062F\u0627\u0631\u062F.","error.subscriptionExpired":"\u0639\u0636\u0648\u06CC\u062A \u0634\u0645\u0627 \u0645\u0645\u06A9\u0646 \u0627\u0633\u062A \u0645\u0646\u0642\u0636\u06CC \u0634\u062F\u0647 \u0628\u0627\u0634\u062F\u060C \u0644\u0637\u0641\u0627 \u0648\u0636\u0639\u06CC\u062A \u0639\u0636\u0648\u06CC\u062A \u062E\u0648\u062F \u0631\u0627 \u0628\u0631\u0631\u0633\u06CC \u06A9\u0646\u06CC\u062F.",shortcutDisableTooltip:"\u0644\u0637\u0641\u0627\u064B \u062F\u0631 \u0635\u0641\u062D\u0647 \u0645\u062F\u06CC\u0631\u06CC\u062A \u0645\u06CC\u0627\u0646\u0628\u0631\u0647\u0627\u06CC \u0627\u0641\u0632\u0648\u0646\u0647 \u0645\u0631\u0648\u0631\u06AF\u0631 \u062A\u0646\u0638\u06CC\u0645\u0627\u062A \u0631\u0627 \u0627\u0646\u062C\u0627\u0645 \u062F\u0647\u06CC\u062F\u060C \u0628\u0631\u0627\u06CC \u0631\u0627\u0647\u0646\u0645\u0627\u06CC\u06CC \u0628\u06CC\u0634\u062A\u0631 \u0628\u0647 \u062A\u0648\u0636\u06CC\u062D\u0627\u062A \u0628\u0627\u0644\u0627\u06CC \u0627\u06CC\u0646 \u0635\u0641\u062D\u0647 \u0645\u0631\u0627\u062C\u0639\u0647 \u06A9\u0646\u06CC\u062F.",paragraphMinTextCountDesc:"\u062A\u0648\u062C\u0647 \u062F\u0627\u0634\u062A\u0647 \u0628\u0627\u0634\u06CC\u062F\u060C \u0627\u06CC\u0646\u062C\u0627 \u0628\u0647 \u0637\u0648\u0644 \u06A9\u0627\u0631\u0627\u06A9\u062A\u0631 \u0627\u0634\u0627\u0631\u0647 \u0645\u06CC \u0634\u0648\u062F\u060C \u0628\u0631\u0627\u06CC \u0645\u062B\u0627\u0644: hello 5 \u06A9\u0627\u0631\u0627\u06A9\u062A\u0631 \u0627\u0633\u062A\u060C \u062A\u0646\u0638\u06CC\u0645 \u0628\u0631 \u0631\u0648\u06CC \u0645\u0642\u062F\u0627\u0631 \u0628\u0632\u0631\u06AF\u062A\u0631 \u0645\u06CC \u062A\u0648\u0627\u0646\u062F \u062A\u0631\u062C\u0645\u0647 \u067E\u0627\u0631\u0627\u06AF\u0631\u0627\u0641 \u0647\u0627\u06CC \u06A9\u0648\u0686\u06A9 \u063A\u06CC\u0631 \u0636\u0631\u0648\u0631\u06CC \u0631\u0627 \u06A9\u0627\u0647\u0634 \u062F\u0647\u062F.","desc.mouseHoverHoldKey":"\u0648\u0642\u062A\u06CC \u0645\u0648\u0634\u0648\u0627\u0631\u0647 \u0628\u0631 \u0631\u0648\u06CC \u06CC\u06A9 \u067E\u0627\u0631\u0627\u06AF\u0631\u0627\u0641 \u0642\u0631\u0627\u0631 \u0645\u06CC \u06AF\u06CC\u0631\u062F\u060C \u0628\u0627 \u0641\u0634\u0627\u0631 \u062F\u0627\u062F\u0646 \u062F\u06A9\u0645\u0647 \u0647\u0627\u06CC \u0645\u06CC\u0627\u0646\u0628\u0631 \u062F\u0631 \u0633\u0645\u062A \u0631\u0627\u0633\u062A\u060C \u0645\u06CC \u062A\u0648\u0627\u0646\u06CC\u062F \u0645\u0633\u062A\u0642\u06CC\u0645\u0627\u064B \u0622\u0646 \u067E\u0627\u0631\u0627\u06AF\u0631\u0627\u0641 \u0631\u0627 \u062A\u0631\u062C\u0645\u0647 \u06A9\u0646\u06CC\u062F.","desc.toggleMouseHoverTranslateDirectly":"\u0628\u0639\u062F \u0641\u0634\u0627\u0631\u062F\u0647\u0646 \u0627\u06CC\u0646 \u06A9\u0644\u06CC\u062F \u0645\u06CC\u0627\u0646\u0628\u0631\u060C \u062F\u0631 \u0635\u0641\u062D\u0647\u060C \u0641\u0642\u0637 \u06A9\u0627\u0641\u06CC \u0627\u0633\u062A \u0645\u0648\u0633 \u0631\u0627 \u0628\u0631 \u0631\u0648\u06CC \u0647\u0631 \u0628\u062E\u0634\u06CC \u0627\u0632 \u0645\u062A\u0646 \u0642\u0631\u0627\u0631 \u062F\u0647\u06CC\u062F\u060C \u0645\u062A\u0646 \u0628\u0647 \u0635\u0648\u0631\u062A \u062E\u0648\u062F\u06A9\u0627\u0631 \u062A\u0631\u062C\u0645\u0647 \u0645\u06CC \u0634\u0648\u062F. \u0628\u0627 \u0641\u0634\u0627\u0631 \u062F\u0627\u062F\u0646 \u062F\u0648\u0628\u0627\u0631\u0647 \u06A9\u0644\u06CC\u062F \u0645\u06CC\u0627\u0646\u0628\u0631\u060C \u0645\u06CC \u062A\u0648\u0627\u0646\u06CC\u062F \u0627\u06CC\u0646 \u0648\u06CC\u0698\u06AF\u06CC \u062A\u0631\u062C\u0645\u0647 \u062E\u0648\u062F\u06A9\u0627\u0631 \u0631\u0627 \u062E\u0627\u0645\u0648\u0634 \u06A9\u0646\u06CC\u062F.","desc.touchShortcutsToggleTranslatePage":"\u067E\u0633 \u0627\u0632 \u062A\u0646\u0638\u06CC\u0645\u060C \u0647\u0646\u06AF\u0627\u0645 \u062D\u0631\u06A9\u062A \u062F\u0633\u062A\u06AF\u0627\u0647\u060C \u0645\u06CC \u062A\u0648\u0627\u0646\u06CC\u062F \u0647\u0645\u0632\u0645\u0627\u0646 \u0628\u0627 X \u0627\u0646\u06AF\u0634\u062A \u0635\u0641\u062D\u0647 \u0646\u0645\u0627\u06CC\u0634 \u0631\u0627 \u0644\u0645\u0633 \u06A9\u0646\u06CC\u062F\u060C \u0628\u0647 \u0686\u067E \u0648 \u0631\u0627\u0633\u062A \u0628\u06A9\u0634\u06CC\u062F \u06CC\u0627 \u0628\u0647 \u0637\u0648\u0631 \u0645\u062F\u0627\u0648\u0645 \u06A9\u0644\u06CC\u06A9 \u06A9\u0646\u06CC\u062F\u060C \u0628\u0631\u0627\u06CC \u0641\u0639\u0627\u0644 \u06A9\u0631\u062F\u0646 \u062A\u0631\u062C\u0645\u0647 \u0635\u0641\u062D\u0647 \u0648\u0628 / \u0646\u0645\u0627\u06CC\u0634 \u0645\u062A\u0646 \u0627\u0635\u0644\u06CC.","desc.touchShortcutsToggleTranslationMask":"\u062A\u0631\u062C\u0645\u0647 \u0645\u0627\u0633\u06A9 \u0628\u0647 \u0627\u06CC\u0646 \u0645\u0639\u0646\u06CC \u0627\u0633\u062A \u06A9\u0647 \u062F\u0631 \u0633\u0628\u06A9 \u062A\u0631\u062C\u0645\u0647 \u0627\u062B\u0631 \u0645\u0628\u0647\u0645 \u0627\u0633\u062A (\u062D\u0627\u0644\u062A \u06CC\u0627\u062F\u06AF\u06CC\u0631\u06CC)\u060C \u067E\u0633 \u0627\u0632 \u0641\u0639\u0627\u0644 \u06A9\u0631\u062F\u0646\u060C \u0645\u0648\u0642\u062A\u0627\u064B \u0627\u0632 \u0627\u062B\u0631 \u0645\u0628\u0647\u0645 \u0628\u0631\u0627\u06CC \u062A\u0631\u062C\u0645\u0647 \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u0645\u06CC \u0634\u0648\u062F\u060C \u06A9\u0647 \u0628\u0631\u0627\u06CC \u06CC\u0627\u062F\u06AF\u06CC\u0631\u06CC \u0645\u0646\u0627\u0633\u0628 \u0627\u0633\u062A.","desc.toggleTranslateTheMainPage":"\u0641\u0642\u0637 \u0628\u062E\u0634 \u0627\u0635\u0644\u06CC \u0635\u0641\u062D\u0647 \u0631\u0627 \u062A\u0631\u062C\u0645\u0647 \u06A9\u0646\u06CC\u062F\u060C \u0632\u0645\u0627\u0646\u06CC \u06A9\u0647 \u062F\u0631 \u062A\u0646\u0638\u06CC\u0645\u0627\u062A \u067E\u06CC\u0634\u0631\u0641\u062A\u0647 \u062A\u0631\u062C\u0645\u0647 \u06A9\u0644 \u0635\u0641\u062D\u0647 \u0631\u0627 \u0641\u0639\u0627\u0644 \u06A9\u0631\u062F\u06CC\u062F\u060C \u0645\u06CC \u062A\u0648\u0627\u0646\u06CC\u062F \u0627\u0632 \u0627\u06CC\u0646 \u06A9\u0644\u06CC\u062F \u0645\u06CC\u0627\u0646\u0628\u0631 \u0628\u0631\u0627\u06CC \u062A\u0631\u062C\u0645\u0647 \u062E\u0627\u0635 \u0628\u062E\u0634 \u0627\u0635\u0644\u06CC \u0635\u0641\u062D\u0647 \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u06A9\u0646\u06CC\u062F.",confirmResetToDefaultSettings:"\u0622\u06CC\u0627 \u0645\u0637\u0645\u0626\u0646 \u0647\u0633\u062A\u06CC\u062F \u06A9\u0647 \u0645\u06CC \u062E\u0648\u0627\u0647\u06CC\u062F \u0627\u06CC\u0646 \u0633\u0631\u0648\u06CC\u0633 \u062A\u0631\u062C\u0645\u0647 \u0631\u0627 \u0628\u0647 \u062A\u0646\u0638\u06CC\u0645\u0627\u062A \u067E\u06CC\u0634 \u0641\u0631\u0636 \u0628\u0627\u0632\u06AF\u0631\u062F\u0627\u0646\u06CC\u062F\u061F (\u0641\u0642\u0637 \u062A\u0646\u0638\u06CC\u0645\u0627\u062A \u0633\u0631\u0648\u06CC\u0633 \u062A\u0631\u062C\u0645\u0647 \u0641\u0639\u0644\u06CC \u0631\u0627 \u0628\u0627\u0632\u0646\u0634\u0627\u0646\u06CC \u0645\u06CC \u06A9\u0646\u062F)","contact.description":"\u0627\u06AF\u0631 \u0633\u0648\u0627\u0644 \u06CC\u0627 \u067E\u06CC\u0634\u0646\u0647\u0627\u062F\u06CC \u062F\u0627\u0631\u06CC\u062F\u060C \u062E\u0648\u0634 \u0622\u0645\u062F\u06CC\u062F \u0641\u0631\u0645 \u0632\u06CC\u0631 \u0631\u0627 \u067E\u0631 \u06A9\u0646\u06CC\u062F \u062A\u0627 \u0628\u0627 \u0645\u0627 \u062A\u0645\u0627\u0633 \u0628\u06AF\u06CC\u0631\u06CC\u062F\u060C \u06CC\u0627 \u0627\u06CC\u0645\u06CC\u0644 \u0628\u0641\u0631\u0633\u062A\u06CC\u062F \u0628\u0647 {email}\u060C \u0645\u0627 \u0633\u0631\u06CC\u0639\u0627 \u0628\u0647 \u0634\u0645\u0627 \u067E\u0627\u0633\u062E \u062E\u0648\u0627\u0647\u06CC\u0645 \u062F\u0627\u062F.","subtitle.showQuickButtonDescription":"\u062F\u0631 \u06AF\u0648\u0634\u0647 \u067E\u0627\u06CC\u06CC\u0646 \u0633\u0645\u062A \u0631\u0627\u0633\u062A \u067E\u062E\u0634 \u06A9\u0646\u0646\u062F\u0647 \u0648\u06CC\u062F\u06CC\u0648\u060C \u0631\u0627\u0647\u06A9\u0627\u0631\u06CC \u0633\u0631\u06CC\u0639 \u0628\u0631\u0627\u06CC \u0641\u0639\u0627\u0644 \u06A9\u0631\u062F\u0646 \u0632\u06CC\u0631\u0646\u0648\u06CC\u0633 \u062F\u0648\u0632\u0628\u0627\u0646\u0647 \u0627\u0631\u0627\u0626\u0647 \u0645\u06CC \u062F\u0647\u062F.","browser.translateWithGoogle":"\u0627\u0632 \u062A\u0631\u062C\u0645\u0647 \u06AF\u0648\u06AF\u0644 \u0628\u0631\u0627\u06CC \u0635\u0641\u062D\u0647 \u0641\u0639\u0644\u06CC \u0628\u0647 \u0637\u0648\u0631 \u0645\u0648\u0642\u062A \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u06A9\u0646\u06CC\u062F",translationOnlyModeDescription:"\u062D\u0627\u0644\u062A \u062A\u0631\u062C\u0645\u0647 \u0641\u0642\u0637 \u0628\u0647 \u0627\u06CC\u0646 \u0645\u0639\u0646\u06CC \u0627\u0633\u062A \u06A9\u0647 \u0641\u0642\u0637 \u0645\u062A\u0646 \u062A\u0631\u062C\u0645\u0647 \u0634\u062F\u0647 \u0631\u0627 \u0646\u0634\u0627\u0646 \u0645\u06CC \u062F\u0647\u062F\u060C \u0646\u0647 \u062D\u0627\u0644\u062A \u062F\u0648\u0632\u0628\u0627\u0646\u0647 \u067E\u06CC\u0634 \u0641\u0631\u0636. \u062A\u0648\u062C\u0647: \u0628\u0647 \u062F\u0644\u06CC\u0644 \u0645\u062D\u062F\u0648\u062F\u06CC\u062A \u0647\u0627\u06CC \u0641\u0646\u0627\u0648\u0631\u06CC\u060C \u062F\u0631 \u062D\u0627\u0644\u062A \u062A\u0631\u062C\u0645\u0647 \u0641\u0642\u0637\u060C \u067E\u06CC\u0648\u0646\u062F\u0647\u0627\u06CC \u0641\u0648\u0642 \u0627\u0644\u0639\u0627\u062F\u0647 \u0645\u062A\u0646 \u0627\u0635\u0644\u06CC \u063A\u06CC\u0631\u0641\u0639\u0627\u0644 \u062E\u0648\u0627\u0647\u0646\u062F \u0634\u062F.","intro.floatBallDescription":"\u067E\u0633 \u0627\u0632 \u0641\u0639\u0627\u0644 \u0633\u0627\u0632\u06CC\u060C \u06CC\u06A9 \u062F\u06A9\u0645\u0647 \u062A\u0631\u062C\u0645\u0647 \u0633\u0631\u06CC\u0639 \u062F\u0631 \u0633\u0645\u062A \u0631\u0627\u0633\u062A \u0635\u0641\u062D\u0647 \u0646\u0645\u0627\u06CC\u0634 \u062F\u0627\u062F\u0647 \u0645\u06CC \u0634\u0648\u062F\u060C \u06A9\u0647 \u0628\u0627 \u06A9\u0644\u06CC\u06A9 \u06A9\u0631\u062F\u0646 \u0645\u06CC \u062A\u0648\u0627\u0646\u06CC\u062F \u062A\u0631\u062C\u0645\u0647 \u06A9\u0646\u06CC\u062F\u060C \u0648 \u0628\u0627 \u06A9\u0644\u06CC\u06A9 \u062F\u0648\u0628\u0627\u0631\u0647 \u0645\u06CC \u062A\u0648\u0627\u0646\u06CC\u062F \u0628\u0647 \u0645\u062A\u0646 \u0627\u0635\u0644\u06CC \u0628\u0631\u06AF\u0631\u062F\u06CC\u062F. \u062F\u0631 \u062F\u0633\u062A\u06AF\u0627\u0647 \u0647\u0627\u06CC \u062A\u0644\u0641\u0646 \u0647\u0645\u0631\u0627\u0647\u060C \u0628\u0627 \u0641\u0634\u0627\u0631 \u0637\u0648\u0644\u0627\u0646\u06CC \u0628\u0631 \u0631\u0648\u06CC \u062A\u0648\u067E \u0634\u0646\u0627\u0648\u0631\u060C \u0645\u06CC \u062A\u0648\u0627\u0646\u06CC\u062F \u067E\u0646\u0644 \u062A\u0646\u0638\u06CC\u0645\u0627\u062A \u0633\u0631\u06CC\u0639 \u0631\u0627 \u0628\u0627\u0632 \u06A9\u0646\u06CC\u062F.","intro.hoverDescription":"\u062A\u0631\u062C\u0645\u0647 \u0645\u0633\u062A\u0642\u06CC\u0645 \u0628\u0627 \u0627\u0634\u0627\u0631\u0647 \u0645\u0648\u0633 \u06CC\u06A9\u06CC \u0627\u0632 \u0648\u06CC\u0698\u06AF\u06CC \u0647\u0627\u06CC \u0628\u0633\u06CC\u0627\u0631 \u0645\u0647\u0645 \u062F\u0631 \u062A\u0631\u062C\u0645\u0647 \u0641\u0631\u0648 \u0631\u0641\u062A\u0647 \u0627\u0633\u062A\u060C \u06A9\u0627\u0641\u06CC \u0627\u0633\u062A \u0645\u0648\u0633 \u0631\u0627 \u0631\u0648\u06CC \u067E\u0627\u0631\u0627\u06AF\u0631\u0627\u0641 \u0642\u0631\u0627\u0631 \u062F\u0647\u06CC\u062F \u0648 \u062F\u0631 \u0639\u06CC\u0646 \u062D\u0627\u0644 \u06A9\u0644\u06CC\u062F \u0645\u06CC\u0627\u0646\u0628\u0631 \u062A\u0639\u06CC\u06CC\u0646 \u0634\u062F\u0647 \u0631\u0627 \u0641\u0634\u0627\u0631 \u062F\u0647\u06CC\u062F\u060C \u062A\u0627 \u067E\u0627\u0631\u0627\u06AF\u0631\u0627\u0641 \u0641\u0639\u0644\u06CC \u0628\u0647 \u0635\u0648\u0631\u062A \u062E\u0648\u062F\u06A9\u0627\u0631 \u062A\u0631\u062C\u0645\u0647 \u0634\u0648\u062F (\u062A\u0648\u062C\u0647: \u0628\u0647 \u0637\u0648\u0631 \u067E\u06CC\u0634 \u0641\u0631\u0636 \u0641\u0639\u0627\u0644 \u0646\u06CC\u0633\u062A\u060C \u0644\u0637\u0641\u0627 \u062F\u0631 \u0632\u06CC\u0631 \u062A\u0646\u0638\u06CC\u0645 \u06A9\u0646\u06CC\u062F)\u060C \u0627\u06CC\u0646 \u062A\u0639\u0627\u0645\u0644 \u0628\u0631\u0627\u06CC \u062C\u0627\u06CC\u06AF\u0632\u06CC\u0646\u06CC \u0628\u0647\u062A\u0631 \u062A\u0631\u062C\u0645\u0647 \u06A9\u0644\u0645\u0627\u062A \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u0645\u06CC \u0634\u0648\u062F\u060C \u0639\u0644\u0627\u0648\u0647 \u0628\u0631 \u0627\u06CC\u0646\u060C \u0627\u06CC\u0646 \u0648\u06CC\u0698\u06AF\u06CC \u0628\u0631\u0627\u06CC \u0622\u0646\u0647\u0627\u06CC\u06CC \u06A9\u0647 \u0646\u0645\u06CC \u062A\u0648\u0627\u0646\u0646\u062F \u0645\u0646\u0637\u0642\u0647 \u062A\u0631\u062C\u0645\u0647 \u0631\u0627 \u062A\u0634\u062E\u06CC\u0635 \u062F\u0647\u0646\u062F\u060C \u0628\u0633\u06CC\u0627\u0631 \u0645\u0641\u06CC\u062F \u0627\u0633\u062A\u060C \u0634\u0645\u0627 \u0645\u06CC \u062A\u0648\u0627\u0646\u06CC\u062F \u0627\u0632 \u0627\u06CC\u0646 \u0648\u06CC\u0698\u06AF\u06CC \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u06A9\u0646\u06CC\u062F \u0648 \u0647\u0631 \u067E\u0627\u0631\u0627\u06AF\u0631\u0627\u0641\u06CC \u0631\u0627 \u062A\u0631\u062C\u0645\u0647 \u06A9\u0646\u06CC\u062F.","neverTranslateText.description":"\u0628\u0647 \u062F\u0644\u06CC\u0644 \u0639\u062F\u0645 \u0634\u0646\u0627\u0633\u0627\u06CC\u06CC \u0645\u0646\u0627\u0633\u0628 \u0627\u0635\u0637\u0644\u0627\u062D\u0627\u062A \u062A\u062E\u0635\u0635\u06CC \u062A\u0648\u0633\u0637 \u0628\u0631\u062E\u06CC \u0627\u0632 \u0645\u0648\u062A\u0648\u0631\u0647\u0627\u06CC \u062A\u0631\u062C\u0645\u0647\u060C \u0634\u0645\u0627 \u0645\u06CC \u062A\u0648\u0627\u0646\u06CC\u062F \u062F\u0631 \u0627\u06CC\u0646\u062C\u0627 \u06A9\u0644\u0645\u0627\u062A \u0631\u0627 \u0627\u0636\u0627\u0641\u0647 \u06A9\u0646\u06CC\u062F \u062A\u0627 \u0627\u0637\u0645\u06CC\u0646\u0627\u0646 \u062D\u0627\u0635\u0644 \u06A9\u0646\u06CC\u062F \u06A9\u0647 \u0622\u0646\u0647\u0627 \u062F\u0631 \u0637\u06CC \u0641\u0631\u0622\u06CC\u0646\u062F \u062A\u0631\u062C\u0645\u0647 \u062A\u063A\u06CC\u06CC\u0631 \u0646\u0645\u06CC \u06A9\u0646\u0646\u062F. \u0644\u0637\u0641\u0627\u064B \u062A\u0648\u062C\u0647 \u062F\u0627\u0634\u062A\u0647 \u0628\u0627\u0634\u06CC\u062F \u06A9\u0647 \u0627\u06CC\u0646 \u0648\u06CC\u0698\u06AF\u06CC \u0628\u0647 \u062D\u0631\u0648\u0641 \u0628\u0632\u0631\u06AF \u0648 \u06A9\u0648\u0686\u06A9 \u062D\u0633\u0627\u0633 \u0627\u0633\u062A \u0648 \u0641\u0642\u0637 \u0632\u0628\u0627\u0646 \u0647\u0627\u06CC\u06CC \u0631\u0627 \u067E\u0634\u062A\u06CC\u0628\u0627\u0646\u06CC \u0645\u06CC \u06A9\u0646\u062F \u06A9\u0647 \u06A9\u0644\u0645\u0627\u062A \u0622\u0646\u0647\u0627 \u0628\u0627 \u0641\u0627\u0635\u0644\u0647 \u062C\u062F\u0627 \u0634\u062F\u0647 \u0627\u0646\u062F (\u0645\u0627\u0646\u0646\u062F \u0627\u0646\u06AF\u0644\u06CC\u0633\u06CC\u060C \u0641\u0631\u0627\u0646\u0633\u0648\u06CC) \u0648 \u0628\u0631\u0627\u06CC \u0632\u0628\u0627\u0646 \u0647\u0627\u06CC\u06CC \u0645\u0627\u0646\u0646\u062F \u0698\u0627\u067E\u0646\u06CC\u060C \u06A9\u0631\u0647 \u0627\u06CC \u0648 \u063A\u06CC\u0631\u0647 \u0645\u0646\u0627\u0633\u0628 \u0646\u06CC\u0633\u062A.","intro.subtitleDescription":"\u0628\u0627 \u0641\u0639\u0627\u0644 \u06A9\u0631\u062F\u0646 \u0627\u06CC\u0646 \u0648\u06CC\u0698\u06AF\u06CC\u060C \u0632\u06CC\u0631\u0646\u0648\u06CC\u0633 \u062F\u0648\u0632\u0628\u0627\u0646\u0647 \u0628\u0647 \u0635\u0648\u0631\u062A \u062E\u0648\u062F\u06A9\u0627\u0631 \u0647\u0646\u06AF\u0627\u0645 \u067E\u062E\u0634 \u0648\u06CC\u062F\u06CC\u0648 \u0646\u0645\u0627\u06CC\u0634 \u062F\u0627\u062F\u0647 \u0645\u06CC \u0634\u0648\u062F. \u0627\u06AF\u0631 \u0641\u0639\u0627\u0644 \u0646\u0634\u062F\u0647 \u0627\u0633\u062A\u060C \u0628\u0627\u06CC\u062F \u0628\u0631 \u0631\u0648\u06CC \u062F\u06A9\u0645\u0647 \u062A\u0631\u062C\u0645\u0647 \u062F\u0631 \u0635\u0641\u062D\u0647 \u06A9\u0644\u06CC\u06A9 \u06A9\u0646\u06CC\u062F \u062A\u0627 \u0632\u06CC\u0631\u0646\u0648\u06CC\u0633 \u0646\u0645\u0627\u06CC\u0634 \u062F\u0627\u062F\u0647 \u0634\u0648\u062F. \u0644\u0637\u0641\u0627\u064B \u062A\u0648\u062C\u0647 \u062F\u0627\u0634\u062A\u0647 \u0628\u0627\u0634\u06CC\u062F \u06A9\u0647 \u0628\u0647 \u062F\u0644\u06CC\u0644 \u0645\u062D\u062F\u0648\u062F\u06CC\u062A \u0647\u0627\u06CC \u0641\u0646\u06CC\u060C \u0628\u0631\u062E\u06CC \u0627\u0632 \u0648\u0628 \u0633\u0627\u06CC\u062A \u0647\u0627 \u0645\u0645\u06A9\u0646 \u0627\u0633\u062A \u0646\u06CC\u0627\u0632 \u0628\u0647 \u062A\u0627\u0632\u0647 \u06A9\u0631\u062F\u0646 \u0635\u0641\u062D\u0647 \u06CC\u0627 \u0627\u0646\u062A\u0638\u0627\u0631 \u0628\u0631\u0627\u06CC \u062A\u06A9\u0645\u06CC\u0644 \u062A\u0631\u062C\u0645\u0647 \u062F\u0631 \u0627\u0648\u0644\u06CC\u0646 \u0628\u0627\u0631 \u0641\u0639\u0627\u0644 \u06A9\u0631\u062F\u0646 \u0632\u06CC\u0631\u0646\u0648\u06CC\u0633 \u062F\u0627\u0634\u062A\u0647 \u0628\u0627\u0634\u0646\u062F \u062A\u0627 \u0628\u062A\u0648\u0627\u0646\u0646\u062F \u0632\u06CC\u0631\u0646\u0648\u06CC\u0633 \u062F\u0648\u0632\u0628\u0627\u0646\u0647 \u0631\u0627 \u0646\u0645\u0627\u06CC\u0634 \u062F\u0647\u0646\u062F. (\u0639\u0644\u0627\u0648\u0647 \u0628\u0631 \u0627\u06CC\u0646\u060C \u0634\u0645\u0627 \u0647\u0645\u0686\u0646\u06CC\u0646 \u0645\u06CC \u062A\u0648\u0627\u0646\u06CC\u062F \u067E\u0633 \u0627\u0632 \u0628\u0627\u0632 \u06A9\u0631\u062F\u0646 \u0648\u0628 \u0633\u0627\u06CC\u062A \u0648\u06CC\u062F\u06CC\u0648\u060C \u067E\u0646\u0644 \u0645\u06CC\u0627\u0646\u0628\u0631 \u062A\u0631\u062C\u0645\u0647 \u0641\u0631\u0648 \u0631\u0641\u062A\u0647 \u0631\u0627 \u0627\u0632 \u06AF\u0648\u0634\u0647 \u0628\u0627\u0644\u0627 \u0633\u0645\u062A \u0631\u0627\u0633\u062A \u0641\u0639\u0627\u0644 / \u063A\u06CC\u0631\u0641\u0639\u0627\u0644 \u06A9\u0646\u06CC\u062F)

\u062F\u0631 \u062D\u0627\u0644 \u062D\u0627\u0636\u0631 \u067E\u0634\u062A\u06CC\u0628\u0627\u0646\u06CC \u0627\u0632 \u0632\u06CC\u0631\u0646\u0648\u06CC\u0633 \u062F\u0648\u0632\u0628\u0627\u0646\u0647 \u062F\u0631 \u0627\u06CC\u0646 \u0648\u0628 \u0633\u0627\u06CC\u062A \u0647\u0627 \u0645\u0645\u06A9\u0646 \u0627\u0633\u062A:",geminiWarning:"\u062A\u0648\u062C\u0647: \u062E\u062F\u0645\u0627\u062A \u0631\u0627\u06CC\u06AF\u0627\u0646 Gemini \u06A9\u0647 \u062A\u0648\u0633\u0637 Google \u0627\u0631\u0627\u0626\u0647 \u0645\u06CC \u0634\u0648\u062F\u060C \u0645\u062D\u062F\u0648\u062F\u06CC\u062A \u0647\u0627\u06CC \u0633\u062E\u062A\u06AF\u06CC\u0631\u0627\u0646\u0647 \u0627\u06CC \u062F\u0627\u0631\u062F \u0648 \u0645\u0645\u06A9\u0646 \u0627\u0633\u062A Google \u062A\u0635\u0645\u06CC\u0645 \u0628\u06AF\u06CC\u0631\u062F \u06A9\u0647 \u06A9\u0627\u0631\u0628\u0631 \u0627\u0632 \u0686\u0646\u062F\u06CC\u0646 Key \u0628\u0631\u0627\u06CC \u062F\u0648\u0631 \u0632\u062F\u0646 \u0645\u062D\u062F\u0648\u062F\u06CC\u062A \u0647\u0627\u06CC \u0633\u0647\u0645\u06CC\u0647 \u0631\u0627\u06CC\u06AF\u0627\u0646 \u0622\u0646\u0647\u0627 \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u0645\u06CC \u06A9\u0646\u062F\u060C \u067E\u06CC\u0634\u0646\u0647\u0627\u062F \u0646\u0645\u06CC \u0634\u0648\u062F\u060C \u067E\u06CC\u0634\u0646\u0647\u0627\u062F \u0645\u06CC \u0634\u0648\u062F \u0645\u0646\u062A\u0638\u0631 \u0628\u0627\u0634\u06CC\u062F \u062A\u0627 Google \u062F\u0631 \u0622\u06CC\u0646\u062F\u0647 \u0631\u0627\u0628\u0637 \u067E\u0631\u062F\u0627\u062E\u062A Gemini \u0631\u0627 \u0628\u0627\u0632 \u06A9\u0646\u062F \u0648 \u0633\u067E\u0633 \u0627\u0632 \u0622\u0646 \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u06A9\u0646\u06CC\u062F.","floatBall.setting":"\u062A\u0646\u0638\u06CC\u0645\u0627\u062A","floatBall.translateToLanguage":"\u0628\u0631\u0627\u06CC \u062A\u0631\u062C\u0645\u0647 \u0628\u0647 {language} \u06A9\u0644\u06CC\u06A9 \u06A9\u0646\u06CC\u062F","floatBall.file":`\u062A\u0631\u062C\u0645\u0647 PDF\u060C EPUB\u060C SRT\u060C ASS\u060C HTML\u060C TXT \u0641\u0627\u06CC\u0644`,changeToOnlyTempTranslationMode:"\u0628\u0647 \u0646\u0645\u0627\u06CC\u0634 \u0641\u0642\u0637 \u062A\u0631\u062C\u0645\u0647 \u0647\u0627 \u0628\u0631\u0648\u06CC\u062F",changeToDualTempTranslationMode:"\u0628\u0647 \u062A\u0631\u062C\u0645\u0647 \u062F\u0648 \u0632\u0628\u0627\u0646\u0647 \u0628\u0631\u0648\u06CC\u062F","transitionMode.translation":"\u0641\u0642\u0637 \u0645\u062A\u0646 \u062A\u0631\u062C\u0645\u0647","options.navbar.translateFile":"\u062A\u0631\u062C\u0645\u0647 \u0627\u0633\u0646\u0627\u062F","transitionMode.dual":"\u062F\u0648\u0632\u0628\u0627\u0646\u0647 \u0645\u0642\u0627\u06CC\u0633\u0647","options.navbar.installApp":"\u0646\u0635\u0628 \u0628\u0631\u0646\u0627\u0645\u0647 \u062A\u0644\u0641\u0646 \u0647\u0645\u0631\u0627\u0647","transitionMode.inherit":"\u0628\u0627 \u062D\u0627\u0644\u062A \u0646\u0645\u0627\u06CC\u0634 \u067E\u06CC\u0634 \u0641\u0631\u0636 \u0633\u06CC\u0633\u062A\u0645 \u0647\u0645\u0627\u0647\u0646\u06AF \u0628\u0645\u0627\u0646\u06CC\u062F","subtitle.transitionMode":"\u062A\u0646\u0638\u06CC\u0645\u0627\u062A \u0632\u06CC\u0631\u0646\u0648\u06CC\u0633 \u0641\u06CC\u0644\u0645 \u062F\u0648\u0632\u0628\u0627\u0646\u0647 / \u0641\u0642\u0637 \u0645\u062A\u0646 \u062A\u0631\u062C\u0645\u0647","subtitle.transitionModeDescription":"\u062A\u0646\u0638\u06CC\u0645 \u0632\u06CC\u0631\u0646\u0648\u06CC\u0633 \u0648\u06CC\u062F\u06CC\u0648 \u0628\u0647 \u062D\u0627\u0644\u062A \u0645\u0642\u0627\u0628\u0644\u0647 \u062F\u0648\u0632\u0628\u0627\u0646\u0647 \u06CC\u0627 \u0641\u0642\u0637 \u062D\u0627\u0644\u062A \u062A\u0631\u062C\u0645\u0647",translateFileTooltip:`\u062A\u0631\u062C\u0645\u0647 PDF\u060C ePub\u060C srt\u060C ass\u060C HTML\u060C TXT \u0641\u0627\u06CC\u0644`,"description.multiplePrompt":`\u0648\u0642\u062A\u06CC \u062A\u0639\u062F\u0627\u062F \u067E\u0627\u0631\u0627\u06AF\u0631\u0627\u0641\u200C\u0647\u0627 \u0628\u06CC\u0634\u062A\u0631 \u0627\u0632 1 \u0627\u0633\u062A\u060C \u06AF\u0641\u062A\u06AF\u0648\u06CC\u06CC \u06A9\u0647 \u0628\u0627 \u0647\u0648\u06CC\u062A \u06A9\u0627\u0631\u0628\u0631 \u0628\u0647 {service} \u0627\u0631\u0633\u0627\u0644 \u0645\u06CC\u200C\u0634\u0648\u062F\u060C \u06A9\u0647 \u062F\u0631 \u0622\u0646 {{from}} \u0632\u0628\u0627\u0646 \u067E\u0627\u0631\u0627\u06AF\u0631\u0627\u0641 \u0631\u0627 \u0646\u0634\u0627\u0646 \u0645\u06CC\u200C\u062F\u0647\u062F\u060C {{to}} \u0632\u0628\u0627\u0646 \u0645\u0642\u0635\u062F \u0631\u0627 \u0646\u0634\u0627\u0646 \u0645\u06CC\u200C\u062F\u0647\u062F\u060C {{yaml}} \u0645\u062D\u062A\u0648\u0627\u06CC \u067E\u0627\u0631\u0627\u06AF\u0631\u0627\u0641\u06CC \u0627\u0633\u062A \u06A9\u0647 \u0628\u0627 \u0641\u0631\u0645\u062A yaml \u0628\u0633\u062A\u0647\u200C\u0628\u0646\u062F\u06CC \u0634\u062F\u0647 \u0627\u0633\u062A\u060C \u0627\u06AF\u0631 \u0646\u06CC\u0627\u0632 \u0628\u0647 \u0633\u0641\u0627\u0631\u0634\u06CC\u200C\u0633\u0627\u0632\u06CC Prompt \u062F\u0627\u0631\u06CC\u062F\u060C \u0628\u0627\u06CC\u062F \u0645\u0637\u0645\u0626\u0646 \u0634\u0648\u06CC\u062F \u06A9\u0647 \u0647\u0631 \u0645\u0648\u0631\u062F \u062F\u0631 \u0646\u062A\u06CC\u062C\u0647 YAML \u067E\u0627\u0633\u062E AI \u0634\u0627\u0645\u0644 \u0641\u06CC\u0644\u062F {env.imt_trans_field} \u0628\u0627\u0634\u062F\u060C {{imt_trans_field}} \u0646\u0627\u0645 \u0641\u06CC\u0644\u062F \u062A\u0631\u062C\u0645\u0647\u200C\u0627\u06CC \u0627\u0633\u062A \u06A9\u0647 \u0645\u0627 \u0627\u0645\u06CC\u062F\u0648\u0627\u0631\u06CC\u0645 AI \u0628\u0647 \u0639\u0646\u0648\u0627\u0646 \u067E\u0627\u0633\u062E \u0627\u0631\u0627\u0626\u0647 \u062F\u0647\u062F\u060C \u0628\u0647 \u0637\u0648\u0631 \u067E\u06CC\u0634 \u0641\u0631\u0636 {env.imt_trans_field} \u0627\u0633\u062A\u060C {{imt_source_field}} \u0646\u0627\u0645 \u0641\u06CC\u0644\u062F \u0645\u062A\u0646 \u0627\u0635\u0644\u06CC \u0627\u0633\u062A \u06A9\u0647 \u0645\u0627 \u0628\u0647 AI \u0627\u0631\u0627\u0626\u0647 \u0645\u06CC\u200C\u062F\u0647\u06CC\u0645\u060C \u0628\u0647 \u0637\u0648\u0631 \u067E\u06CC\u0634 \u0641\u0631\u0636 {env.imt_source_field} \u0627\u0633\u062A\u060C \u0646\u0645\u0648\u0646\u0647 \u0646\u062A\u06CC\u062C\u0647: @@ -5074,7 +5074,7 @@ ass\u060C HTML\u060C TXT \u0641\u0627\u06CC\u0644`,"description.multiplePrompt": {env.imt_sub_trans_field}: \u062A\u0631\u062C\u0645\u0647 - id: 2 {env.imt_sub_source_field}: \u0645\u0646\u0628\u0639 - {env.imt_sub_trans_field}: \u062A\u0631\u062C\u0645\u0647`,"subtitle.quickButton.red":"\u0633\u0631\u062E","subtitle.quickButton.cyan":"\u0622\u0628\u06CC","subtitle.quickButton.white":"\u0633\u0641\u06CC\u062F","subtitle.quickButton.yellow":"\u0632\u0631\u062F","subtitle.quickButton.setting":"\u062A\u0646\u0638\u06CC\u0645\u0627\u062A","translationServices.claude":"\u06A9\u0644\u0648\u062F","subtitle.quickButton.backgroundColor":"\u0631\u0646\u06AF \u067E\u0633 \u0632\u0645\u06CC\u0646\u0647","subtitle.quickButton.translationPositionTop":"\u0628\u0627\u0644\u0627\u06CC \u0645\u062A\u0646 \u0627\u0635\u0644\u06CC","subtitle.quickButton.black":"\u0633\u06CC\u0627\u0647","subtitle.quickButton.blue":"\u0622\u0628\u06CC","subtitle.quickButton.green":"\u0633\u0628\u0632","subtitle.quickButton.translationFontSize":"\u0627\u0646\u062F\u0627\u0632\u0647 \u0641\u0648\u0646\u062A \u0645\u062A\u0646 \u062A\u0631\u062C\u0645\u0647","subtitle.quickButton.sourceTextColor":"\u0631\u0646\u06AF \u0641\u0648\u0646\u062A \u0645\u062A\u0646 \u0627\u0635\u0644\u06CC","subtitle.quickButton.magenta":"\u0631\u0646\u06AF \u0628\u0646\u0641\u0634","subtitle.quickButton.translationTextColor":"\u0631\u0646\u06AF \u0641\u0648\u0646\u062A \u0645\u062A\u0646 \u062A\u0631\u062C\u0645\u0647 \u0634\u062F\u0647","subtitle.quickButton.backgroundOpacity":"\u067E\u0633 \u0632\u0645\u06CC\u0646\u0647 \u0646\u06CC\u0645\u0647 \u0634\u0641\u0627\u0641","subtitle.quickButton.sourceFontSize":"\u0627\u0646\u062F\u0627\u0632\u0647 \u0641\u0648\u0646\u062A \u0645\u062A\u0646 \u0627\u0635\u0644\u06CC","subtitle.quickButton.translationPositionBottom":"\u0645\u062A\u0646 \u0627\u0635\u0644\u06CC \u062F\u0631 \u0632\u06CC\u0631 \u0627\u0633\u062A","subtitle.quickButton.translationPosition":"\u0645\u06A9\u0627\u0646 \u062A\u0631\u062C\u0645\u0647",attachSubtitleTranslating:"\u062F\u0631 \u062D\u0627\u0644 \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u0627\u0632 {service} \u0628\u0631\u0627\u06CC \u062A\u0631\u062C\u0645\u0647...","error.claude.403":"\u062F\u0633\u062A\u0631\u0633\u06CC \u0645\u0648\u0642\u062A\u0627 \u0628\u0647 \u0633\u0631\u0648\u06CC\u0633 \u0645\u0645\u06A9\u0646 \u0627\u0633\u062A \u0645\u062D\u062F\u0648\u062F \u0634\u062F\u0647 \u0628\u0627\u0634\u062F\u060C \u0627\u06CC\u0646 \u0645\u0645\u06A9\u0646 \u0627\u0633\u062A \u0628\u0647 \u0645\u062D\u062F\u0648\u062F\u06CC\u062A \u0645\u0646\u0637\u0642\u0647 \u0627\u06CC Claude \u0645\u0631\u062A\u0628\u0637 \u0628\u0627\u0634\u062F\u060C \u0634\u0645\u0627 \u0645\u06CC \u062A\u0648\u0627\u0646\u06CC\u062F \u0633\u0639\u06CC \u06A9\u0646\u06CC\u062F \u0622\u062F\u0631\u0633 IP \u062E\u0648\u062F \u0631\u0627 \u062A\u063A\u06CC\u06CC\u0631 \u062F\u0647\u06CC\u062F\u060C \u06CC\u0627 \u0627\u0632 \u0633\u0631\u0648\u06CC\u0633 \u0647\u0627\u06CC \u062A\u0631\u062C\u0645\u0647 \u062F\u06CC\u06AF\u0631 \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u06A9\u0646\u06CC\u062F.","browser.brandDescriptionForSafari":"\u3010\u062A\u0631\u062C\u0645\u0647 \u0641\u0631\u0648 \u0631\u0641\u062A\u0647\u3011 \u06CC\u06A9 \u0627\u0641\u0632\u0648\u0646\u0647 \u062A\u0631\u062C\u0645\u0647 \u0635\u0641\u062D\u0647 \u0648\u0628 \u062F\u0648\u0632\u0628\u0627\u0646\u0647 \u0631\u0627\u06CC\u06AF\u0627\u0646 (\u0645\u062A\u0646 \u0627\u0635\u0644\u06CC / \u062A\u0631\u062C\u0645\u0647) \u060C \u062F\u0631 \u0639\u06CC\u0646 \u062D\u0627\u0644 \u067E\u0634\u062A\u06CC\u0628\u0627\u0646\u06CC \u0627\u0632 \u062A\u0631\u062C\u0645\u0647 PDF \u0648 \u062A\u0631\u062C\u0645\u0647 \u06A9\u062A\u0627\u0628 \u0627\u0644\u06A9\u062A\u0631\u0648\u0646\u06CC\u06A9\u06CC EPUB \u0628\u0627 \u062D\u0641\u0638 \u0637\u0631\u062D \u0628\u0646\u062F\u06CC \u0627\u0635\u0644\u06CC \u0633\u0646\u062F \u060C \u062A\u0631\u062C\u0645\u0647 \u0632\u06CC\u0631\u0646\u0648\u06CC\u0633 \u062F\u0648\u0632\u0628\u0627\u0646\u0647 \u0648\u06CC\u062F\u0626\u0648\u06CC \u0622\u0646\u0644\u0627\u06CC\u0646 Youtube / Netflix \u060C \u067E\u0634\u062A\u06CC\u0628\u0627\u0646\u06CC \u0627\u0632 \u062E\u062F\u0645\u0627\u062A \u062A\u0631\u062C\u0645\u0647 \u0627\u0635\u0644\u06CC Deepl / Google\u061B","browser.PdfProFile":"\u062A\u0631\u062C\u0645\u0647 PDF Pro \u0645\u062D\u0631\u06A9 \u0647\u0648\u0634 \u0645\u0635\u0646\u0648\u0639\u06CC","browser.textTranslate":"\u062A\u0631\u062C\u0645\u0647 \u0645\u062A\u0646"};var zl={nologin:"non connect\xE9",loginForSafari:"Se connecter ou s'inscrire",login:"Se connecter pour ouvrir une adh\xE9sion",manageAccount:"Comptes g\xE9r\xE9s",openPremium:"Adh\xE9sion ouverte",logout:"annuler",curentPlan:"Paquets actuels",endAt:"expiration",endAuto:"renouvellement automatique",lineBreakMaxTextCount:"Nombre maximal de caract\xE8res autoris\xE9s par phrase apr\xE8s les retours \xE0 la ligne","translate-pdf":"Cliquez pour traduire le PDF","noSupportTranslate-pdf":"Script non support\xE9, veuillez utiliser le plugin","translate-firefox-local-pdf":"Cliquez pour aller \xE0 Importer le PDF",enableLineBreak:"Activer le saut de ligne automatique pour les longs paragraphes",sponsorLabel:"1 $ D\xE9veloppeurs sponsoris\xE9s",help:"main",browserShortcutsNoteForFirefox:"Pour modifier les raccourcis dans Firefox, vous devez ouvrir la page de gestion des extensions `about:addons`, puis cliquer sur `Settings`, et enfin sur `Manage Shortcuts` pour d\xE9finir les raccourcis.",browserShortcutsNoteForChrome:'Pour modifier les raccourcis dans Chrome, vous devez ouvrir la page de gestion des extensions, les d\xE9finir dans le panneau "Gestion des raccourcis" (`chrome://extensions/shortcuts`), et cliquer sur le bouton ci-dessous pour acc\xE9der \xE0 la page de gestion des raccourcis.',browserShortcutsSucks:"Les raccourcis personnalis\xE9s sont format\xE9s comme suit (pas de reconnaissance automatique, veuillez entrer directement) :\uFF1A",enableLineBreakDescription:"Lorsque cette option est activ\xE9e, des sauts de ligne sont ins\xE9r\xE9s \xE0 la fin de chaque phrase dans les longs paragraphes afin d'en faciliter la lecture.","browser.shortBrandName":"Traduction en immersion","browser.brandName":"Traduction en immersion : pages Web et PDF bilingues","browser.brandDescription":"Bilingual web page translation, also supports PDF translation, bilingual Epub eBook translation, free to use.","browser.toggleTranslatePage":"Traduire la page/afficher le texte original","browser.toggleTranslateTheWholePage":"Traduire toutes les zones de la page/afficher le texte original","browser.toggleOnlyTransation":"Basculer en mode bilingue / mode traduction uniquement","browser.toggleTranslateToThePageEndImmediately":"Traduction imm\xE9diate en bas de page/affichage du texte original","browser.toggleTranslateTheMainPage":"Traduire la zone principale de la page/afficher le texte original","browser.shareToDraft":"Partager les pages bilingues","browser.openOptionsPage":"Ouvrir la page des param\xE8tres","browser.toggleTranslationMask":"Afficher/masquer l'effet de flou de translation","browser.translateLocalPdfFile":"Traduire des fichiers PDF locaux","browser.openEbookViewer":"Lire les livres \xE9lectroniques locaux","browser.openEbookBuilder":"Cr\xE9er des livres bilingues EPUB","browser.translateLocalHtmlFile":"Traduire des fichiers HTML/txt","browser.donateContext":"En savoir plus sur les avantages du parrainage","browser.translateLocalSubtitleFile":"Traduire les fichiers de sous-titres locaux",confirmResetConfig:"\xCAtes-vous s\xFBr de vouloir r\xE9initialiser les param\xE8tres ?",translationLineBreakSettingTitle:"R\xE9glage du saut de ligne de la traduction",smartLineBreak:"smart line feed (informatique)",alwaysLineBreak:"Toujours un saut de ligne",isShowContextMenu:"Ajouter des pages traduites aux \xE9l\xE9ments de menu \xE0 cliquer avec le bouton droit de la souris",toggleBeta:"Activation des fonctionnalit\xE9s de test b\xEAta",betaDescription:"Permet d'activer des fonctionnalit\xE9s encore exp\xE9rimentales, ainsi qu'un service de traduction en version b\xEAta. Rejoignez le <1>groupe Telegram pour en savoir plus.",translationLineBreakSettingDescription:"Les sauts de ligne sont toujours nets et ordonn\xE9s pour les pages \xE0 faible contenu. (Pour gagner de la place, utilisez des sauts de ligne intelligents dans les longs paragraphes \xE0 fort contenu (plus de{count}caract\xE8res)).",tempTranslateDomainTitle:"Dur\xE9e de l'activation temporaire de la traduction du site web",tempTranslateDomainDescription:"Lors de la traduction manuelle d'une page web, vous pouvez activer temporairement le site web pour la traduction automatique et vous pouvez d\xE9finir la dur\xE9e temporaire.",xMinutes:"{count} minutes",disabled:"interdire l'utilisation de qqch.",changelog:"Journal des mises \xE0 jour",toggleTranslatePageWhenThreeFingersOnTheScreen:"L'effleurement simultan\xE9 de l'\xE9cran par plusieurs doigts traduit les pages web/affiche le texte original",toggleTranslationMaskWhenThreeFingersOnTheScreen:"Le toucher \xE0 plusieurs doigts permet d'afficher/masquer l'effet de flou.",fingerCountToToggleTranslagePageOnlyTranslationWhenTouching:"Plusieurs doigts touchant l'\xE9cran en m\xEAme temps traduisent la page web (traduction uniquement)/affichent le texte original.",addUrlDescription:"Peut \xEAtre un nom de domaine et prend \xE9galement en charge les caract\xE8res g\xE9n\xE9riques, par exemple\uFF1A*.google.com, google.com/mail/*, https://www.google.com/*.",general:"Param\xE8tres de base",clickToExpandConfig:"\xC9tendre la configuration actuelle",import:"Importation d'un fichier",export:"Exporter vers un fichier",toggleDebug:"Imprimer le journal de d\xE9bogage sur la console","fingers.0":"coagulation","fingers.2":"touche \xE0 deux doigts","fingers.3":"touche \xE0 trois doigts","fingers.4":"touche \xE0 quatre doigts","fingers.5":"touche \xE0 cinq doigts",mouseHoldKey:"+ {key} traduire/restaurer le paragraphe",mouseHoldKeyAuto:"Traduction directe du paragraphe",mouseHoldKeyOff:"Ne faites rien.",mouseHoldKeyOther:"Raccourcis personnalis\xE9s (ouvrir les param\xE8tres)",mouseHoldKeyCustomKey:"{key} Traduction/r\xE9duction du paragraphe",mouseHoverHoldKey:"Traduire des paragraphes en appuyant sur la touche de raccourci tout en survolant la souris.","mouse-translate":"survol de la souris",document:"fichier (informatique)",resetSuccess:"R\xE9initialisation de tous les param\xE8tres r\xE9ussie",resetThisSuccess:"R\xE9initialisation r\xE9ussie",saved:"Sauvegarder le succ\xE8s",successImportConfig:"Importation r\xE9ussie de la configuration",goAdvancedSettings:"Acc\xE9der \xE0 la page des param\xE8tres avanc\xE9s",goAdvancedInterfaceSettings:"Acc\xE9der \xE0 la page Param\xE8tres de personnalisation avanc\xE9s",advanced:"Param\xE8tres avanc\xE9s",advancedDescription:"En g\xE9n\xE9ral, aucun r\xE9glage n'est n\xE9cessaire, il suffit de laisser la valeur par d\xE9faut. Pour les utilisateurs plus sp\xE9cialis\xE9s uniquement, des param\xE8tres plus personnalis\xE9s sont disponibles.",developer:"Param\xE8tres du d\xE9veloppeur",donateCafe:"prix","translate to the bottom of the page":"La traduction se fait-elle vers le bas de la page imm\xE9diatement apr\xE8s l'entr\xE9e dans la page ?",feedback:"Question Feedback",toggleTranslatePage:"Traduire la page/afficher le texte original",translateToThePageEndImmediatelyDescription:"Si vous l'activez, le contenu sera imm\xE9diatement traduit du haut vers le bas de la page au fur et \xE0 mesure que vous y acc\xE9dez. Si vous la d\xE9sactivez, la traduction se fait au fur et \xE0 mesure de la lecture. (Non recommand\xE9)","translate all areas of the page":"Traduire ou non toutes les zones de la page",translationAreaDescription:"Si cette option est activ\xE9e, toutes les zones de la page web sont traduites. Si l'option est d\xE9sactiv\xE9e, la reconnaissance intelligente par d\xE9faut est utilis\xE9e et seules les parties principales sont traduites. (Il n'est pas recommand\xE9 de l'activer)","the number of characters to be translated first":"Traduire directement les premiers caract\xE8res de la page sans attendre le d\xE9filement de la zone de visualisation","interface language":"langue de l'interface","display both the original text and the translation":"Affichage simultan\xE9 de l'original et de la traduction","keyboard shortcuts":"Raccourcis clavier",modify:"Modifier les touches de raccourci",reset:"reprovision",close:"coagulation",homepage:"page d'accueil",more:"plus",moreOptions:"\xC9largir les options de personnalisation",translateTheWholePage:"Traduire toutes les zones de la page (au lieu de reconna\xEEtre intelligemment les zones principales)",changeToTranslateTheWholePage:"Passer \xE0 la traduction de toutes les r\xE9gions",changeToTranslateTheMainPage:"Passer \xE0 la zone principale de traduction",changeToOnlyTranslationMode:"Afficher uniquement les traductions",changeToDualTranslationMode:"Passer \xE0 la traduction bilingue",translateToThePageEndImmediately:"Traduction imm\xE9diate en bas de page",translateTheMainPage:"R\xE9gions cl\xE9s de la traduction intelligente","The local rules are up to date":"Les r\xE8gles d'adaptation locales sont \xE0 jour.","Successfully synchronized with the latest official rules:":"Synchronisation r\xE9ussie avec les derni\xE8res r\xE8gles d'adaptation officielles.","Checking for updates":"V\xE9rification des mises \xE0 jour","Rules are being synchronized":"Synchronisation des r\xE8gles d'adaptation",localVersionIsTooOld:"La version de l'extension locale est trop ancienne, veuillez mettre \xE0 jour l'extension vers {minVersion} ou une version plus r\xE9cente avant d'essayer de synchroniser.",badUserscriptBrowser:"Le navigateur actuel n'impl\xE9mente pas correctement l'interface de l'extension Grease Monkey (par exemple, pour obtenir des informations sur le num\xE9ro de version du script Grease Monkey lui-m\xEAme), veuillez utiliser d'autres navigateurs qui <1>prennent en charge l'extension Grease Monkey, tels que Firefox.",foundNewVersion:"D\xE9couvrez la nouvelle version",theLocalExtensionIsUpToUpdate:"L'extension actuelle est \xE0 jour.",failToSyncRules:"Absence de synchronisation des derni\xE8res r\xE8gles d'adaptation",retry:"Cliquez ici pour r\xE9essayer",failedReason:"Raisons de l'\xE9chec",currentRuleVersion:"Version actuelle de la r\xE8gle",calculating:"Calculs",unknownError:"erreur inconnue",canNotFetchRemoteRule:"Impossible d'obtenir des r\xE8gles \xE0 distance",enableAlphaSuccess:"Alpha activ\xE9",disableAlphaSuccess:"La fonction Alpha a \xE9t\xE9 d\xE9sactiv\xE9e",cacheSize:"Taille du cache\uFF1A",cleaning:"en cours de liquidation",cleanCache:"effacer le cache",options:"mettre en place",about:"en ce qui concerne",service:"service d'interpr\xE9tation",needAction:"(Acc\xE9der aux param\xE8tres)",goSettings:"aller de l'avant et mettre en place",needActionForOptions:"(\xE0 mettre en place)",translationEngine:"Options du moteur",sourceLanguage:"Langue originale",target:"langue cible",popupSourceLanguage:"Langue originale",popupTarget:"langue cible",popupService:"service d'interpr\xE9tation",forThisSite:"Site web actuel",autoEnableSubtitle:"Ouverture automatique des sous-titres bilingues",alwaysTranslate:"Traduisez toujours",neverTranslate:"Ne jamais traduire",alwaysTranslateSomeLanguage:"Traduisez toujours {language}",neverTranslateSomeLanguage:"Ne jamais traduire {language}",alwaysTranslateSomeSite:"Traduisez toujours {hostname}",neverTranslateSomeSite:"Ne jamais traduire {hostname}",alwaysTranslateSomeSiteOrWildSite:"Toujours traduire le site",alwaysTranslateSomePage:"Toujours traduire la page",add:"augmenter",default:"par d\xE9faut (r\xE9glage)",forThisLanguage:"Pour cette langue\uFF1A","add url":"Saisir l'URL",edit:"compilateur","translate other languages into specific language":"Traduire d'autres langues dans la langue choisie","select translation service":"S\xE9lectionner un service de traduction",language:"multilinguisme","show-original":"Afficher le texte original",translate:"l'\xE9quarrissage",Translated:"traduit",Translating:"en traduction",Error:"incorrect",allowCacheTranslations:"Activer la mise en cache de la traduction locale (pour r\xE9duire les demandes de traduction pour les passages dupliqu\xE9s)","translation display":"Style d'affichage de la traduction","select diplay style":"Distinguer les styles de traduction, en se r\xE9f\xE9rant sp\xE9cifiquement aux exemples suivants",interface:"Param\xE8tres de l'interface",import_export:"Importation/Exportation",import_export_title:"Configuration de l'importation/exportation",syncToGoogleDrive:"Synchroniser avec Google Drive maintenant",floatBallOptions:"Param\xE8tres de l'hoverball","floatBallOptions.enable":"Activer le Hoverball","floatBallOptions.blockUrls":"D\xE9sactiver le site web","floatBallOptions.add":"augmenter","floatBallOptions.blockUrlDesc":"Les hoverballs ne sont pas affich\xE9s lorsque les sites web suivants sont rencontr\xE9s","floatBallOptions.clickType":"le comportement de clic","floatBallOptions.clickTypeDesc":"Comportement de l'ic\xF4ne Hoverball lorsqu'elle est cliqu\xE9e","floatBallOptions.clickPopup":"Afficher le panneau de traduction","floatBallOptions.clickTranslate":"Traduction/affichage du texte original","floatBallOptions.fixedPosition":"\u56FA\u5B9A\u4F4D\u7F6E","floatBallOptions.fixedPositionDesc":"\u60AC\u6D6E\u7403\u5728\u7A97\u53E3\u5DE6\u4FA7\u8FD8\u662F\u53F3\u4FA7","floatBallOptions.fixedPositionLeft":"\u5DE6\u4FA7","floatBallOptions.fixedPositionRight":"\u53F3\u4FA7",previewAllThemes:"Aper\xE7u de tous les styles","translationTheme.none":"ne pas avoir","translationTheme.grey":"gris fonc\xE9","translationTheme.dashed":"soulign\xE9 en pointill\xE9","translationTheme.dotted":"trait de soulignement en pointill\xE9","translationTheme.dashedBorder":"bordure en pointill\xE9s","translationTheme.solidBorder":"bordure solide","translationTheme.underline":"Souligner les lignes droites","translationTheme.mask":"Effets flous (modes d'apprentissage)","translationTheme.opacity":"effet de transparence","translationTheme.paper":"Effet d'ombre du papier blanc","translationTheme.dividingLine":"ligne de d\xE9marcation","translationTheme.highlight":"haute luminosit\xE9","translationTheme.marker":"marqueur (mot emprunt\xE9)","translationTheme.marker2":"Marqueur 2","translationTheme.blockquote":"Styles de r\xE9f\xE9rencement","translationTheme.weakening":"affaiblissement","translationTheme.italic":"caract\xE8re oblique","translationTheme.bold":"\xE9paissir","translationTheme.thinDashed":"ligne pointill\xE9e fine soulign\xE9e","translationTheme.nativeDashed":"Le syst\xE8me est soulign\xE9 en pointill\xE9","translationTheme.nativeDotted":"Le syst\xE8me est soulign\xE9 en pointill\xE9s","translationTheme.nativeUnderline":"Le syst\xE8me est assorti d'une ligne de d\xE9marcation droite","translationTheme.wavy":"ligne ondul\xE9e","translationServices.custom":"API personnalis\xE9e","translationServices.tencent":"Tencent Translator","translationServices.tenAlpha":"Tencent Translator (Alpha)","translationServices.google":"Google Translate","translationServices.bai":"Baidu (Alpha)","translationServices.baidu":"Traduction de Baidu","translationServices.aliyun":"AliCloud Traduction","translationServices.volc":"traduction du volcan","translationServices.deeplx":"DeepLX (Beta)","translationServices.bing":"Microsoft Translate","translationServices.deepl":"DeepL","translationServices.wechat":"Traduction WeChat","translationServices.azure":"Azure Translation","translationServices.ibm":"IBM Watson","translationServices.aws":"Traduction sur Amazon","translationServices.mock":"Traduction simul\xE9e","translationServices.mock2":"Traduction simul\xE9e 2","translationServices.caiyun":"lit. nuages color\xE9s et petites traductions","translationServices.cai":"Nuages color\xE9s (Alpha)","translationServices.volcAlpha":"Volcan (Alpha)","translationServices.openl":"OpenL","translationServices.youdao":"Traduction sur Youtube","translationServices.you":"Traducteur Youdao (Alpha)","translationServices.transmart":"Traduction interactive de Tencent","translationServices.niu":"Traducteur franc-tireur","translationServices.papago":"Traduction Papago","translationServices.d":"D (Alpha)","translationServices.dpro":"D Pro (Canari)","translationServices.openai":"OpenAI","translationServices.yandex":"Yandex","translationServices.chatgpt":"ChatGPT Web(3.5 mobile)","translate title":"Traduire les titres des pages","always languages":"Toujours traduire la langue",neverTranslateLanguagesLabel:"La langue qui ne sera jamais traduite",neverTranslateTheFollowingLanguagesDescription:"Les traductions sont ignor\xE9es lorsqu'un paragraphe de la page est r\xE9dig\xE9 dans l'une des langues suivantes",enableUserscriptPagePopup:"Afficher le hoverball sur la page",enableUserscriptPagePopupDescription:"Apr\xE8s avoir d\xE9sactiv\xE9 le hoverball, vous pouvez le rappeler \xE0 l'aide du raccourci /{touch}. Il est fortement recommand\xE9 de marquer cette page de param\xE8tres d'un signet afin d'\xE9viter de ne pas pouvoir retrouver le hoverball apr\xE8s avoir d\xE9sactiv\xE9 cette option par inadvertance !","always translate the following languages":"Traduit automatiquement dans la langue cible lorsque la page est dans l'une des langues suivantes","always sites":"Des sites web toujours traduits","always translate the following sites":"Les sites web sont automatiquement traduits dans la langue cible lorsqu'il s'agit de noms de domaine de","never sites":"Site web jamais traduit","never translate the following sites":"Les traductions ne seront pas effectu\xE9es si le site est destin\xE9 aux domaines suivants","please refer to":"Vous devez remplir la cl\xE9 avant de pouvoir l'utiliser.",KeyAndConfigurationTutorial:"Tutoriel d'application et de configuration des cl\xE9s",useAboveStyleForTheseSites:"Utilisez toujours le style de traduction \u2308{theme}\u230B lorsque le site est destin\xE9 aux domaines suivants",currentUrl:"URL actuel",confirm:"enregistrer (un fichier, etc.) (informatique)",cancel:"annulations",delete:"l'enl\xE8vement","languages.auto":"d\xE9tection automatique",syncToCloud:"Synchronisation avec Google Drive",syncToCloudDescription:"T\xE9l\xE9charg\xE9e dans le nuage, la configuration peut \xEAtre synchronis\xE9e entre diff\xE9rents navigateurs/scripts de singe de graisse, en fonction de la derni\xE8re modification.",syncToAccount:"Synchronisation avec l'Immersive Translation Cloud",syncToAccountButton:"Synchronisation instantan\xE9e avec le nuage",syncToAccountDescription:"Synchroniser automatiquement les configurations entre diff\xE9rents appareils, en fonction de la derni\xE8re modification.",successSyncConfigInAccount:"Synchronisation r\xE9ussie avec le nuage",successSyncConfigToAccount:"Synchronisation r\xE9ussie vers le nuage",syncConfigNoUpdate:"Il est d\xE9j\xE0 \xE0 jour.",authFail:"\xC9chec de l'autorisation",syncTitle:"Gestion manuelle des sauvegardes",import_hint:"importation (donn\xE9es)",upload:"t\xE9l\xE9charger",revokeAuth:"r\xE9voquer une autorisation",uploadFail:"\xC9chec du t\xE9l\xE9chargement",download:"t\xE9l\xE9chargement",importSuccess:"Importation r\xE9ussie",importFail:"\xE9chec de l'importation",deleteFail:"\xC9chec de la suppression",backupToCloud:"Gestion manuelle des fichiers de sauvegarde",create_new_backup:"Ajouter un nouveau n\u0153ud de sauvegarde",maxBackupFiles:"Jusqu'\xE0{count}n\u0153uds diff\xE9rents peuvent \xEAtre sauvegard\xE9s, veuillez supprimer les n\u0153uds dont vous n'avez pas besoin.",backupToCloudDescription:"T\xE9l\xE9charger ou restaurer manuellement les fichiers de sauvegarde, en autorisant jusqu'\xE0 trois sauvegardes diff\xE9rentes.",successSyncConfig:"Synchronisation r\xE9ussie avec le nuage",syncFail:"\xE9chec de la synchronisation",updatedAt:"Mise \xE0 jour de {date}",lastSyncedAt:"Derni\xE8re v\xE9rification \xE0 l'adresse {date}",downloadFail:"\xC9chec du t\xE9l\xE9chargement",clickToDownload:"Cliquer pour t\xE9l\xE9charger",aboutLabel:"\xC0 propos - Feedback","browser.openAboutPage":"\xC0 propos/commentaires",aboutLabelWithoutSponsor:"\xC0 propos - Feedback",aboutIntro:"Puissions-nous tous avoir un acc\xE8s plus facile et plus agr\xE9able \xE0 l'\xE9norme quantit\xE9 d'informations en langues \xE9trang\xE8res sur Internet \u2764\uFE0F Vous pouvez choisir d'activer votre <6>adh\xE9sion Pro pour utiliser les traductions pr\xEAtes \xE0 l'emploi de DeepL et OpenAI.

Vous pouvez nous suivre sur <3>Twitter, <4>Telegram, Weibo, WeChat, ou vous <5>inscrire \xE0 notre liste de <5>diffusion ci-dessous pour suivre les mises \xE0 jour.
Les <7>membres Pro peuvent nous contacter \xE0 l'adresse <8>support@immersivetranslate.com pour un service client\xE8le rapide.",aboutIntroWithoutSponsor:"Puissions-nous tous avoir un acc\xE8s plus facile et plus agr\xE9able \xE0 l'\xE9norme quantit\xE9 d'informations en langues \xE9trang\xE8res disponibles sur Internet \u2764\uFE0F

Vous pouvez nous suivre sur <3>Twitter, <4>Telegram channel, WeChat, WeChat Exchange, ou vous <5>abonner aux mises \xE0 jour par <5>courriel ci-dessous.",projectHomepage:"Accueil du projet",joinTelegramGroup:"Rejoignez le groupe d'utilisateurs pour participer aux discussions sur les fonctionnalit\xE9s",wechatPublicAccount:"WeChat Public",wechatCommunities:"Groupe d'\xE9change WeChat",qqCommunities:"Canal de communication QQ",joinTelegramChannel:"Suivez le canal Telegram pour les derni\xE8res mises \xE0 jour",feedbackAndJoin:"Question Feedback / Ajouter un groupe",autoSync:"synchronisation automatique de l'heure",loadingThemeTitle:"Style de chargement",loadingThemeDescription:"D\xE9finition du style lors de l'attente du chargement de la traduction","loadingTheme.spinner":"Animation de la rotation","loadingTheme.text":"texte statique qqch. ","loadingTheme.none":"non illustr\xE9",developerDescription:"La documentation sur la personnalisation avanc\xE9e est disponible <1>ici","edit border color":"Modifier la couleur de la bordure",successSyncButNoChange:"La configuration actuelle est compatible avec le nuage",customTheme:"Couleurs et tailles personnalis\xE9es","customThemeLabel.borderColor":"Couleur de la bordure","customThemeLabel.borderRadius":"Bords arrondis","customThemeLabel.textColor":"couleur du texte","customThemeLabel.backgroundColor":"couleur de fond","customThemeLabel.zoom":"Mise \xE0 l'\xE9chelle des polices (%)","customThemeLabel.opacity":"Opacit\xE9 du texte (%)",resetToDefaultColor:"R\xE9tablir les couleurs par d\xE9faut",resetToDefaultSettings:"R\xE9tablir les param\xE8tres par d\xE9faut",isTranslateTitle:"Permettre la traduction des titres de pages",isTranslateTitleDescription:"Lorsque cette option est activ\xE9e, le titre de la page est traduit.",enableSearchEnhancement:"Permettre l'enrichissement des messages bilingues",enableSearchEnhancementDescription:`Une fois l'option activ\xE9e, les r\xE9sultats de recherche de "Google News" seront automatiquement affich\xE9s dans la colonne de droite des sites web pris en charge (Google News, Google Search (certains mots-cl\xE9s), Snowball, Oriental Fortune, Futura, Tiger Community) pour les mots-cl\xE9s anglais correspondants.`,verifyService:"Cliquez ici pour tester le service",verified:"V\xE9rifier le succ\xE8s","field.langs":"Codes des langues prises en charge","field.model":"mod\xE9lisation","field.translationEngine":"moteur de traduction","field.limitPerMinute":"Nombre maximum de demandes par minute","field.limitPerSecond":"Demandes maximales par seconde","field.maxTextLengthPerRequest":"Longueur maximale du texte par demande","field.maxTextGroupLengthPerRequest":"Nombre maximum de paragraphes par demande","field.apiUrl":"Adresse de l'interface API personnalis\xE9e","field.placeholderDelimiters":"espace r\xE9serv\xE9","description.custom":"Acc\xE8s \xE0 l'interface personnalis\xE9e Documentation requise","description.limitPerMinute":"Les demandes d\xE9passant cette limite sont plac\xE9es dans une file d'attente jusqu'au d\xE9but de la minute suivante. En raison des diverses limitations du service actuel d'OpenAI, veuillez cliquer <1>ici pour obtenir les derni\xE8res valeurs sugg\xE9r\xE9es.","description.limitPerSecond":"Les demandes d\xE9passant cette limite sont plac\xE9es dans une file d'attente jusqu'au d\xE9but de la seconde suivante. En raison des diverses limitations du service actuel d'OpenAI, veuillez cliquer <1>ici pour obtenir les derni\xE8res valeurs sugg\xE9r\xE9es.","description.generalLimitPerSecond":"Les demandes d\xE9passant cette limite sont plac\xE9es dans une file d'attente jusqu'au d\xE9but de la seconde suivante.","description.prompt":"Envoyer la conversation \xE0 {service} en tant qu'utilisateur, o\xF9 {{text}} repr\xE9sente le contenu du texte du paragraphe, {{from}} repr\xE9sente la langue du paragraphe et {{to}} repr\xE9sente la langue cible.","description.maxTextLengthPerRequest":"Le nombre maximum de caract\xE8res par requ\xEAte est trop important pour que l'interface r\xE9ponde lentement, essayez donc d'ajuster cette option pour optimiser la vitesse.","description.systemPrompt":"Un dialogue envoy\xE9 \xE0 l'OpenAI en tant que syst\xE8me, o\xF9 {{text}} indique le contenu textuel du paragraphe,{{from}} indique la langue du paragraphe et{{to}} indique la langue cible.","field.domain":"royaume","description.domain":"La valeur par d\xE9faut est\uFF1Ageneral. Elle ne peut \xEAtre d\xE9finie que si la traduction par domaine est activ\xE9e dans la console Arima API, voir <1>ici pour les domaines pris en charge.","field.scene":"prendre","description.scene":"La valeur par d\xE9faut est\uFF1Ageneral. Elle ne peut \xEAtre d\xE9finie que si la console AliCloud API ouvre Machine Translation Pro, voir <1>ici pour les sc\xE9narios pris en charge.","field.vocabId":"ID du dictionnaire de l'utilisateur","description.vocabId":"Le dictionnaire out_id sp\xE9cifi\xE9 prend actuellement en charge la traduction de l'anglais vers le chinois.","description.model":"Mod\xE8les OpenAI, peuvent \xEAtre gpt-3.5-turbo, gpt-4, etc.","description.maxTextGroupLengthPerRequest":"Le nombre de paragraphes envoy\xE9s au service de traduction \xE0 la fois. S'il y a trop de paragraphes, l'interface peut r\xE9pondre plus lentement.","description.apiUrl":"Veuillez ajouter des URL sp\xE9cifiques avec des chemins d'acc\xE8s et une <1>description plus d\xE9taill\xE9e.",enabledExtension:"Activation des extensions",clickToDisableExtension:"Cliquez pour d\xE9sactiver les extensions",clickToEnableExtension:"Cliquez pour activer les extensions",hasBeenDisabled:"handicap\xE9","show password":"Afficher le mot de passe",customContent:"Saisir un nom de mod\xE8le personnalis\xE9",inputOptions:"Am\xE9lioration de la bo\xEEte de saisie",mouseHoverOptions:"survol de la souris",modifyMouseHoverKey:"Modifier le raccourci au survol de la souris",enableInputTranslation:"Activation ou non de l'am\xE9lioration des bo\xEEtes de saisie",enableInputTranslationDescription:"Une fois la fonction activ\xE9e, tapez {startingKey}{startingKey} hello directement dans le champ de saisie, puis tapez rapidement{inputTrailingTriggerKeyRepeatTimes}puis{trailingKey}pour traduire en {inputTargetLanguage}.",enableInputTranslationDescriptionForNoneKey:"Une fois la fonction activ\xE9e, tapez\uFF1AHello World directement dans le champ de saisie, puis appuyez rapidement sur{inputTrailingTriggerKeyRepeatTimes}{trailingKey}fois pour traduire dans la langue cible par d\xE9faut.",inputTargetLanguage:"D\xE9finition de la langue cible par d\xE9faut pour les bo\xEEtes de saisie",inputTargetLanguageDescription:"Langue cible par d\xE9faut pour la traduction de la bo\xEEte de saisie, c'est-\xE0-dire {startingKey}{startingKey} comme langue par d\xE9faut pour les mots d\xE9clencheurs.",inputTargetLanguageDescriptionForNoneKey:"Langue cible par d\xE9faut pour la traduction de la bo\xEEte de saisie",inputStartingTriggerKeyTitle:"D\xE9finition du caract\xE8re de s\xE9paration pour la traduction partielle de la zone de saisie",inputStartingTriggerKeyDescription:"Lorsque vous n'avez pas besoin de traduire l'int\xE9gralit\xE9 du champ de saisie, le s\xE9parateur vous permet de ne traduire que la partie allant de {startingKey}{startingKey} \xE0 la fin du champ de saisie, ou vous pouvez sp\xE9cifier le code de la langue, par exemple\uFF1A{startingKey}ja signifie ne traduire que la partie allant de {startingKey}ja \xE0 la fin du champ de saisie.",inputStartingTriggerKeyDescriptionForNoneKey:"Le param\xE8tre actuel d'absence de pr\xE9fixe n'est pas n\xE9cessaire et la fonction de traduction de certains textes dans la bo\xEEte de saisie n'est pas disponible pour le moment.",inputTrailingTriggerKeyTitle:"S\xE9lectionner un caract\xE8re d\xE9clencheur de fin d'entr\xE9e",inputTrailingTriggerKeyDescription:"3 coups rapides{trailingKey} commencera \xE0 traduire !",inputTrailingTriggerKeyTimeout:"Entrez le temps entre les d\xE9clenchements de fin de combat",inputTrailingTriggerKeyTimeoutDescription:"D\xE9finit le temps (en millisecondes) entre les d\xE9clenchements combo de fin d'entr\xE9e.",spaceKey:"<\u7A7A\u683C\u952E>",noneKey:"Traduction directe de l'ensemble de la zone de texte sans pr\xE9fixe",inputTranslationBlockUrlsTitle:"N'activez pas l'am\xE9lioration des bo\xEEtes de saisie dans les URL suivantes",inputTranslationBlockUrlsDescription:"Les am\xE9liorations apport\xE9es aux bo\xEEtes de saisie ne fonctionneront pas aux URL suivants",clickToSeeQuickDemo:"Cliquez pour agrandir la vid\xE9o du tutoriel de 30 secondes",inputHelperInfo:"Description\uFF1ANous avons optimis\xE9 le fait que certains caract\xE8res d\xE9clencheurs se transforment en signes de ponctuation chinois sous les m\xE9thodes d'entr\xE9e chinoises, par exemple, / se transforme en signe dun , sous la m\xE9thode d'entr\xE9e Sogou, et Immersive Translator prend en charge tous les symboles chinois correspondant aux caract\xE8res d\xE9clencheurs, c.-\xE0-d. //,,, seront reconnus comme des caract\xE8res d\xE9clencheurs.

Nous prenons \xE9galement en charge les alias chinois pour les codes de langue en tant que commandes, par exemple /Japanese Hello World sera traduit en japonais, <1>cliquez ici pour voir tous les codes de langue pris en charge.",reloadCurrentPage:"Veuillez rafra\xEEchir la page actuelle avant de commencer la traduction.",noLocalFilePermissionForPDF:"Vous n'avez pas l'autorisation de lire les fichiers locaux, veuillez cliquer sur le bouton ci-dessus et importer les fichiers locaux.",noPermissionForThisPage:"\u26A0\uFE0F Pas d'autorisation de traduire la page actuelle",retryAllParagraphs:"R\xE9essayer tous les passages d'erreur",retryAllButton:"R\xE9essayer tous les passages d'erreur",errorTooltipTitle:"Cliquez pour voir la cause de l'erreur",errorModalTitle:"Il semble qu'il y ait un probl\xE8me avec le service de traduction ou le r\xE9seau...",disableConfirm:"Cadre d'am\xE9lioration de l'information bilingue",disableOnce:"Cette invalidit\xE9",disableGlobal:"d\xE9sactiver de fa\xE7on permanente",disableTint:"* Vous pouvez le r\xE9activer \xE0 l'adresse {option} .",searchEnhancementNotes:"Apr\xE8s avoir activ\xE9 la fonction d'am\xE9lioration de l'information bilingue de la traduction immersive, nous rechercherons automatiquement pour vous les m\xEAmes mots-cl\xE9s en anglais sur les sites web pris en charge (Google News, Google Search (certains mots-cl\xE9s), Snowball, Oriental Wealth, Futura, Tiger) et les afficherons sur le c\xF4t\xE9 droit. Vous pouvez choisir de d\xE9sactiver cette fonction si vous n'en avez pas besoin.",option:"mettre en place",saveSettings:"Sauvegarder les param\xE8tres",closeModal:"Fermer la fen\xEAtre",enableInputTranslationWithoutTriggerKeyTitle:"Activer 3 quick hits sur{trailingKey}pour traduire directement l'ensemble de la bo\xEEte de saisie en{inputTargetLanguage}",enableInputTranslationWithoutTriggerKeyDescription:"Pour sp\xE9cifier la langue cible, pr\xE9fixez-la avec le code de la langue, par exemple\uFF1Aja Hello World",mouseHoverShortcutPlaceholder:"par exemple :\uFF1AShift",deepLProName:"Immersive Translation Membre Pro (Recommand\xE9)",deepLProDescription:"Le paquet actuel peut \xEAtre utilis\xE9 directement",deeplProDescriptionForNormal:"Aucune installation n'est requise, les membres peuvent l'utiliser apr\xE8s s'\xEAtre connect\xE9s, <1>cliquez ici pour passer au statut de membre",deepLCustomDescription:"Carte de cr\xE9dit \xE9trang\xE8re requise, ouverture officielle sur <1>DeepL, cliquez pour la <2>documentation",deepLCustomName:"Cl\xE9 d'authentification personnalis\xE9e",chooseProviderLabel:"S\xE9lectionner un prestataire de services",openaiProName:"Immersive Translation Membre Pro (Recommand\xE9)",openaiProDescription:"Le paquet actuel peut \xEAtre utilis\xE9 directement",openaiProDescriptionForNormal:"Aucune installation n'est requise, les membres peuvent l'utiliser apr\xE8s s'\xEAtre connect\xE9s, <1>cliquez ici pour passer au statut de membre",openaiCustomDescription:"Disponible sur OpenAI, Azure OpenAI, ou d'autres services tiers, <1>cliquez ici pour la documentation.",openaiCustomName:"Cl\xE9 API personnalis\xE9e",needLoginAction:"(Adh\xE9sion ouverte ou personnalisation)",goLoginOrAction:"(Ouvrir une adh\xE9sion ou aller dans les param\xE8tres)",yearly:"effectuer un paiement annuel cons\xE9cutif",quarterly:"l'emballage s\xE9quentiel",monthly:"abonnement mensuel",yearlyForOnce:"Forfait annuel unique",monthlyForOnce:"Forfait mensuel unique",daily:"jours cons\xE9cutifs de paquet",year:"effectuer un paiement annuel cons\xE9cutif",quarter:"l'emballage s\xE9quentiel",month:"abonnement mensuel",day:"jours cons\xE9cutifs de paquet",onetime_7day:"Pack exp\xE9rience 7 jours",currentPlanDescriptionForFree:"Paquets actuels\uFF1AGratuit",currentPlanDescriptionForContinuous:"L'offre actuelle\uFF1A{plan}sera automatiquement renouvel\xE9e sur {endAt}",currentPlanDescriptionForAutoRenewCaceling:"L'offre actuelle\uFF1A{plan}expirera \xE0 la date {endAt} et ne sera pas renouvel\xE9e automatiquement \xE0 cette date.",currentYearlyPlanDescriptionForAutoRenewCacelingWithRealPaiedUser:"L'offre actuelle,\uFF1A{plan}, expirera le {endAt} et ne sera pas renouvel\xE9e automatiquement \xE0 l'expiration.
<1>Cliquez ici pour g\xE9rer votre plan de renouvellement",currentYearlyPlanDescriptionForAutoRenewCacelingWithAdmin:"L'offre actuelle,\uFF1A{plan}, expirera \xE0 {endAt} et ne sera pas renouvel\xE9e automatiquement \xE0 l'\xE9ch\xE9ance.
<1>Cliquez ici pour activer l'abonnement annuel continu",currentPlanDescriptionForOneTime:"L'abonnement actuel\uFF1A{plan}expirera sur {endAt} , <1>cliquez ici pour passer \xE0 un abonnement <1>annuel ou <2>mensuel.",upgradePlan:"Cliquez ici pour passer \xE0 l'adh\xE9sion Pro",upgradeToPro:"Passer \xE0 l'adh\xE9sion Pro","popup.openPro":"Passez \xE0 l'adh\xE9sion Pro pour profiter de DeepL et de la traduction OpenAI, cliquez ici pour passer \xE0 l'adh\xE9sion Pro.","popup.openProForPro":"Vous \xEAtes un membre Pro avec un acc\xE8s direct \xE0 DeepL et aux traductions OpenAI !",currentAccount:"compte courant",enableAutoSyncUserSettings:"Permettre la synchronisation automatique du nuage sur plusieurs appareils",modalEnableInputTranslationTitle:"Traduction immersive Bo\xEEte de saisie Alertes de traduction",modalEnableInputTranslationDesc:"Vous venez de d\xE9clencher la traduction de la bo\xEEte de saisie d'Immersive Translation en appuyant sur la barre d'espacement 3 fois en succession rapide, et le contenu de la bo\xEEte de saisie sera traduit dans la langue cible par d\xE9faut. La traduction peut \xEAtre annul\xE9e avec Ctrl+Z.

Si c'est une erreur, ne vous inqui\xE9tez pas, vous pouvez choisir de la d\xE9sactiver cette fois-ci, ou de d\xE9sactiver d\xE9finitivement la traduction de la zone de saisie.",saveAndNotShowAgain:"Sauvegarder et arr\xEAter le message",disableInputTranslationTips:"* Vous pouvez \xE9galement d\xE9finir d'autres raccourcis pour qu'ils se d\xE9clenchent dans {option} ,{learnMore}.",learnMore:"Cliquez ici pour en savoir plus",continueEnalbeInputTranslation:"Continuer \xE0 activer la traduction des champs de saisie",autoRenewTrialSuffix:`(Dans la version d'essai,passe imm\xE9diatement \xE0 l'adh\xE9sion compl\xE8te)`,upgradeFromTrialTitle:"Passer au statut de membre \xE0 part enti\xE8re",subtitle:"sous-titrage vid\xE9o",youtubeService:"Traduction en immersion Sous-titrage vid\xE9o Services de traduction","subtitle.disabledSubtitle":"D\xE9sactiver d\xE9finitivement la fonction de sous-titres vid\xE9o","subtitle.disabledSubtitleDescription":"Si Immersive Translator's Video Subtitles entre en conflit avec d'autres extensions, vous pouvez choisir de d\xE9sactiver d\xE9finitivement la fonctionnalit\xE9 d'Immersive Translator's Video Subtitles ou de d\xE9sinstaller les autres extensions en conflit.","subtitle.autoEnableSubtitle":"Utilisation automatique de sous-titres bilingues","subtitle.autoEnableSubtitleDescription":"Une fois activ\xE9, des sous-titres bilingues s'afficheront automatiquement lorsque la vid\xE9o est en cours de lecture, sinon, il faut cliquer sur le bouton de traduction pour les afficher.","subtitle.preTranslation":"Traduire des sous-titres \xE0 l'aide de la traduction immersive","subtitle.preTranslationDescription":"Lorsque cette option est activ\xE9e, l'int\xE9gralit\xE9 des sous-titres sera pr\xE9-traduite \xE0 l'aide du service de traduction sp\xE9cifi\xE9 ci-dessous. Une vid\xE9o d'une heure consommera environ 50 000 tokens ou caract\xE8res, donc \xE0 utiliser \xE0 votre propre discr\xE9tion ; lorsqu'elle est d\xE9sactiv\xE9e, les sous-titres originaux seront utilis\xE9s en premier.","subtitle.humanSubtitlesPreferred":"Utilisation prioritaire du sous-titrage humain","subtitle.humanSubtitlesPreferredDescription":"Privil\xE9gier l'utilisation de sous-titres humains lorsque la vid\xE9o dispose de sous-titres humains dans la langue cible (recommand\xE9).",videoSubtitleTranslationDescription:"Confier les sous-titres vid\xE9o \xE0 un service de traduction distinct",subtitleTranslating:"Veuillez patienter pendant que les sous-titres sont traduits \xE0 l'aide du service {service} ... (traduction en immersion)",subtitleLoading:"Chargement des sous-titres...",bilingual:"bilinguisme","field.action":"Activation ou non de la terminologie Baidu","description.action":"Lorsqu'il est activ\xE9, un param\xE8tre action=1 est ajout\xE9 \xE0 la demande pour informer Baidu de l'activation du terme. <1>Veuillez vous r\xE9f\xE9rer \xE0 la documentation officielle pour plus d'informations.",closeQuickTranslation:"Fermer Hoverball","closeQuickTranslation.untilNext":"Cette fois-ci ferm\xE9 jusqu'\xE0 la prochaine visite","closeQuickTranslation.currentWebsite":"Site actuel d\xE9sactiv\xE9","closeQuickTranslation.alwaysClose":"d\xE9sactiver de fa\xE7on permanente","closeQuickTranslation.settingOpen":"(peut \xEAtre activ\xE9e dans la <1>page des param\xE8tres )","closeQuickTranslation.cancel":"annulations","closeQuickTranslation.confirm":"d\xE9finir","floatBall.popup":"Ouvrir le panneau des r\xE9glages rapides","floatBall.translate":"Cliquez pour traduire la page","floatBall.showOriginal":"Cliquez pour revenir \xE0 l'article original","floatBall.close":"Fermer Hoverball","floatBallOptions.enableDescPc":"Apr\xE8s avoir activ\xE9 le hoverball de la page, un bouton de traduction rapide sera affich\xE9 sur le c\xF4t\xE9 droit de la page, cliquez dessus pour traduire !","floatBallOptions.enableDesc":"Apr\xE8s avoir d\xE9sactiv\xE9 le hoverball, il peut \xEAtre rappel\xE9 \xE0 l'aide de{touch}. Il est fortement recommand\xE9 de marquer cette page de param\xE8tres d'un signet afin d'\xE9viter de ne pas pouvoir retrouver le hoverball apr\xE8s avoir d\xE9sactiv\xE9 cette option par inadvertance !","description.azureApiUrl":"Remplir l'adresse de l'interface API personnalis\xE9e",confirmSupportMouse:"Forcer l'activation de la prise en charge de la souris",confirmSupportMouseDescription:"Le navigateur actuel ne prend pas en charge la fonction de la souris. Est-il oblig\xE9 d'activer la prise en charge de la souris ?",sampleTargetText:"La longue nuit viendra, et je veillerai \xE0 partir de ce jour jusqu'\xE0 ma mort. Je ne prendrai pas de femme, je ne ferai pas de fief, je n'aurai pas d'enfant. Je ne porterai pas de couronne, je ne rechercherai pas les honneurs. Je ferai mon devoir, je vivrai et je mourrai.",sampleSourceText:"Night gathers, and now my watch begins. It shall not end until my death. I shall take no wife, hold no lands, father no children. I shall wear no crowns and win no glory. I shall live and die at my post.","subtitle.supportedSites":"\u5DF2\u652F\u6301\u5728\u8FD9\u4E9B\u7F51\u7AD9\u4F7F\u7528\u53CC\u8BED\u5B57\u5E55\uFF08\u6CE8\u610F\uFF1A\u7531\u4E8E\u6280\u672F\u9650\u5236\uFF0C\u90E8\u5206\u7F51\u7AD9\u5728\u9996\u6B21\u5F00\u542F\u5B57\u5E55\u540E\u9700\u8981\u91CD\u65B0\u5237\u65B0\u9875\u9762\uFF0C\u6216\u8005\u9700\u7B49\u5F85\u7FFB\u8BD1\u5B8C\u6210\u4EE5\u663E\u793A\u53CC\u8BED\u5B57\u5E55\uFF09\uFF1A",viewWithImmersiveTranslate:"\u53CC\u8BED\u7248\u672C(\u6C89\u6D78\u5F0F\u7FFB\u8BD1)",errorReason:"\u9519\u8BEF\u539F\u56E0\uFF1A{message}","proQuotaExceededError.onetime7day":'\uFF0C\u60A8\u53EF\u4EE5\u9009\u62E9\u4EE5\u4E0B\u65B9\u5F0F\u89E3\u51B3\uFF1A

1. \u5207\u6362\u5230 {anotherService} \u6216\u5176\u4ED6\u7FFB\u8BD1\u670D\u52A1
2. \u5347\u7EA7\u4E3A\u6708\u5EA6/\u5E74\u5EA6\u4F1A\u5458',"proQuotaExceededError.trial":'\uFF0C\u60A8\u53EF\u4EE5\u9009\u62E9\u4EE5\u4E0B\u65B9\u5F0F\u89E3\u51B3\uFF1A

1. \u5207\u6362\u5230 {anotherService} \u6216\u5176\u4ED6\u7FFB\u8BD1\u670D\u52A1
2. \u7ACB\u523B\u5347\u7EA7\u4E3A\u6B63\u5F0F\u4F1A\u5458',"proQuotaExceededError.nonTrial":'\uFF0C\u60A8\u53EF\u4EE5\u9009\u62E9\u4EE5\u4E0B\u65B9\u5F0F\u89E3\u51B3\uFF1A

1. \u5207\u6362\u5230 {anotherService} \u6216\u5176\u4ED6\u7FFB\u8BD1\u670D\u52A1
2. \u8D2D\u4E70 {translationService} \u989D\u5916\u6D41\u91CF\u5305',"proQuotaExceededError.resetTime":"
3. \u989D\u5EA6\u91CD\u7F6E\u65F6\u95F4\uFF1A{resetTime}","desc.touchShortcutsToggleTranslatePageOnlyTranslation":"Seulement la traduction signifie que seule la traduction est affich\xE9e, si la page n'a pas encore \xE9t\xE9 traduite, elle passera en mode et sera traduite.","desc.toggleOnlyTransation":"Le mode de traduction uniquement signifie que seules les traductions sont affich\xE9es, si la page Web n'a pas encore \xE9t\xE9 traduite, le mode sera chang\xE9 et traduit.",touchShortcutsToggleTranslatePageOnlyTranslation:"Configurer les gestes tactiles pour passer en mode bilingue / mode texte uniquement",download_started:"Le t\xE9l\xE9chargement a d\xE9j\xE0 commenc\xE9, si le t\xE9l\xE9chargement ne commence pas automatiquement, veuillez cliquer manuellement.",here:"ici","error.goReset":"R\xE9initialiser",translationFont:"D\xE9finir la police","error.serveConfigError":"Erreur de configuration du service",detectServiceLoading:"En train de v\xE9rifier les services de traduction disponibles...","translationModeUrl.translation.title":"L'adresse du site en mode traduction uniquement","translationServices.inherit":"Suivez le service de traduction principal","translationModeLang.translation.title":"Mode de langue uniquement en traduction","error.configError":"Les donn\xE9es de configuration sont anormales","translationFont.customPlaceholder":"police de caract\xE8res","touch.mouse-translate":"Traduire le paragraphe sp\xE9cifi\xE9",toggleToService:"Passez \xE0 {service} et r\xE9essayez","translationFont.custom":"Entrez une police personnalis\xE9e",batchEdit:"Op\xE9ration en masse","error.proUpgrade":"Apr\xE8s la mise \xE0 niveau, veuillez rafra\xEEchir la page et traduire \xE0 nouveau.","error.502":"Le service renvoie une erreur, le service est en retard, veuillez r\xE9essayer plus tard.","error.403":"Le service renvoie une erreur, vous n'avez pas temporairement le droit d'acc\xE9der \xE0 ce service.","error.googleLimitIp":"Le service renvoie une erreur, le service Google a limit\xE9 le d\xE9bit pour cette adresse IP, il est recommand\xE9 de changer de n\u0153ud r\xE9seau.",videoSubtitlePreTranslationOff:"Les sous-titres vid\xE9o utiliseront en priorit\xE9 les sous-titres automatiques fournis avec la vid\xE9o originale.","translationFont.notSupportErrorMessage":"Veuillez v\xE9rifier si le nom de la police que vous avez entr\xE9 est correct, ou confirmer que cette police est d\xE9j\xE0 install\xE9e sur votre appareil.","error.proTokenInvalid":"Si vous \xEAtes un utilisateur Pro, veuillez vous connecter avant d'utiliser le service de traduction Pro.",videoSubtitlePreTranslationOn:"Les sous-titres vid\xE9o utiliseront en priorit\xE9 la traduction immersive.","error.400":"Le service renvoie une erreur, la demande de param\xE8tre est incorrecte, veuillez v\xE9rifier la configuration correspondante.","error.429":"Le service renvoie une erreur, indiquant que la demande est trop fr\xE9quente ou d\xE9passe la limite de quota, veuillez r\xE9essayer plus tard.","translationModeUrl.translation.description":"Lorsque le site Web est pour les domaines suivants, il utilisera automatiquement le mode de traduction uniquement.",enableSentryReport:"Lorsqu'une erreur se produit lors de l'extension, utilisez Sentry pour soumettre des commentaires.","error.reloadPageOfSetting":"Apr\xE8s la configuration, veuillez rafra\xEEchir la page pour traduire \xE0 nouveau.","translationModeLang.translation.description":"Lorsque la langue de la page est l'une des langues suivantes, le mode de traduction uniquement sera automatiquement utilis\xE9.","error.gemini.429":"Le service Gemini actuel a atteint sa capacit\xE9 maximale, veuillez r\xE9essayer plus tard ou passer \xE0 un autre service de traduction.","desc.toggleVideoSubtitlePreTranslation":"Une fois appuy\xE9, les sous-titres bilingues de la vid\xE9o utiliseront en priorit\xE9 les param\xE8tres de traduction immersive, une nouvelle pression donnera la priorit\xE9 aux sous-titres de traduction automatique inclus dans la vid\xE9o originale. Attention : ce raccourci modifie les param\xE8tres globaux.","error.openAIExceededQuota":"Le service renvoie une erreur : le solde de votre compte OpenAI est insuffisant, veuillez recharger ou lier une carte de cr\xE9dit dans le back-office officiel d'OpenAI.","error.openAIFreeLimit":"Le service renvoie une erreur, la fr\xE9quence actuelle des demandes de traduction a atteint la limite maximale de 3 fois par minute, veuillez r\xE9essayer plus tard. (C'est une restriction officielle d'OpenAI sur la cl\xE9 API gratuite, pour lever cette restriction, veuillez lier une carte de cr\xE9dit dans le backend d'OpenAI.)","error.serveUnavailable":"Le service [{serverName}] que vous utilisez actuellement est temporairement inaccessible en raison de probl\xE8mes de connexion r\xE9seau ou de fournisseur de services. Nous vous sugg\xE9rons d'essayer de rafra\xEEchir la page ou de changer de service de traduction via <1>Param\xE8tres. Si vous \xEAtes un membre <2>Pro, vous pouvez choisir d'utiliser les services de traduction plus stables de DeepL ou OpenAI (<3>cliquez ici pour un essai gratuit). De plus, vous devrez peut-\xEAtre v\xE9rifier vos param\xE8tres de r\xE9seau ou de proxy.",loggedIn:"Connect\xE9","error.retry":"R\xE9essayer","floatBall.iKnow":"Je sais.",touchShortcutsOff:"Fermer","tagsInput.add":"+ Ajouter","translationServices.gemini":"G\xE9meaux",goLogin:"Allez vous connecter",shortcutSettings:"Raccourci",notLogin:"Non connect\xE9","multipleClick.4":"Quadruple frappe",alwaysTranslateThisSite:"Toujours traduire ce site","multipleClick.3":"Triple coup",neverTranslateThisSite:"Ne jamais traduire ce site","subtitle.bilingual":"Sous-titres bilingues","widget.instructionTooltip":"Consultez le mode d'emploi","shortcutGroup.shortcutsForTranslationServices":"Raccourcis li\xE9s au service de traduction",buildSnapshots:"G\xE9n\xE9rer un instantan\xE9 de la page web",shortcutSettingsTitle:"Param\xE9trage des raccourcis","subtitle.hideQuickButton":"Ne plus afficher ce raccourci",contact:"Contactez-nous","widget.videoSubtitleTooltip":"Prend en charge Youtube et autres sites vid\xE9o {count}+",notLoginPro:"Vous n'avez pas encore connect\xE9 \xE0 votre compte membre.","multipleClick.2":"Double-cliquez","widget.videoSubtitle":"sous-titres vid\xE9o",temprarilyChangeTranslationTo_gemini:"Utilisation de Gemini pour traduire la page actuelle.","error.subscriptionExpiredTitle":"L'adh\xE9sion a expir\xE9",pickAll:"Tout s\xE9lectionner","floatBall.guideClickToTranslate":"Cliquez sur la bulle de traduction immersive pour traduire rapidement",temprarilyChangeTranslationTo_google:"Utilisation en cours de Google Traduction pour cette page actuelle",temprarilyChangeTranslationTo_bing:"Utilisation en cours de Microsoft Traduction pour la page actuelle",mouseHoverCustomKeyTitle:"Personnaliser les raccourcis de survol de la souris","browser.translateWithDeepL":"Utilisation temporaire de DeepL pour traduire la page actuelle","widget.translateFile":"PDF/ePub",temprarilyChangeTranslationTo_openai:"Utilisation en cours d'OpenAI pour traduire la page actuelle","subtitle.autoDisableSubtitle":"Ne pas activer automatiquement les sous-titres bilingues","error.reason":"Raison de l'erreur",temprarilyChangeTranslationTo_deepl:"Utilisation de DeepL pour traduire la page actuelle.","widget.translateFileTooltip":"Traduire les documents PDF, EPUB, SRT, ASS, HTML et TXT",networkError:"Le service de traduction ou le r\xE9seau rencontre des probl\xE8mes.","floatBall.longPress":"Appuyez longuement pour ouvrir rapidement le panneau de configuration.",paragraphMinTextCountField:"Le nombre minimum de caract\xE8res requis pour traduire un paragraphe","browser.translateWithTransmart":"Utilisation temporaire de Tencent pour traduire la page actuelle","browser.translateWithOpenAI":"Utilisation temporaire d'OpenAI pour traduire la page actuelle",translationOnlyMode:"Mode de traduction uniquement","slide.right":"Glissez vers la gauche","shortcutGroup.main":"Raccourcis de fonctionnalit\xE9s couramment utilis\xE9s",temprarilyChangeTranslationTo_transmart:"Utilise actuellement la traduction de Tencent pour cette page.",touchShortcutsToggleTranslatePage:"D\xE9finir un geste tactile pour traduire la page web / afficher le texte original","slide.left":"Faites glisser vers la droite","shortcutGroup.touch":"Gestes sp\xE9cifiques pour \xE9cran tactile","intro.floatBallTitle":"Boule flottante de traduction rapide","neverTranslateText.title":"Ci-dessous, les mots restent en texte original, ne pas traduire.","browser.toggleMouseHoverTranslateDirectly":"Activer ou d\xE9sactiver temporairement la traduction directe au survol de la souris sur la page","browser.translateInputBox":"Traduire le contenu de la bo\xEEte de saisie actuelle","browser.translateWithGoogle":"Utilisation temporaire de Google Traduction pour la page actuelle","browser.translateWithBing":"Utilisation temporaire de Microsoft Traduction pour la page actuelle","widget.instruction":"Mode d'emploi","subtitle.showQuickButton":"Afficher les sous-titres bilingues dans le lecteur est un raccourci",touchShortcutsToggleTranslationMask:"Configurer l'affichage du geste tactile pour afficher le masque de traduction / afficher le texte original","error.subscriptionExpired":"Votre adh\xE9sion a peut-\xEAtre expir\xE9, veuillez v\xE9rifier votre statut de membre.","intro.hoverTitle":"Survolez avec la souris pour traduire le paragraphe actuel","browser.translateWithGemini":"Utilisez temporairement Gemini pour traduire la page actuelle",touchShortcutsToggleTranslateTouchElement:"Configurer la traduction de paragraphes sp\xE9cifiques par gestes tactiles","desc.touchShortcutsToggleTranslateTouchElement":"Personnalisez un geste et vous pourrez traduire n'importe quel paragraphe o\xF9 vous vous trouvez.","intro.subtitleTitle":"Affichage des sous-titres bilingues en vid\xE9o en ligne","desc.interfaceLanguage":"La configuration de la langue de l'interface affecte la langue d'affichage du panneau de contr\xF4le et n'a rien \xE0 voir avec la langue cible de la traduction.","browser.toggleVideoSubtitlePreTranslation":"Basculer vers les sous-titres bilingues en privil\xE9giant les param\xE8tres de traduction immersive","shortcutGroup.others":"Plus de raccourcis de fonctionnalit\xE9s personnalis\xE9es",confirmResetToDefaultSettings:"Confirmez-vous vouloir r\xE9tablir ce service de traduction comme param\xE8tre par d\xE9faut ? (Cela ne r\xE9initialise que les param\xE8tres de ce service de traduction)",shortcutDisableTooltip:"Veuillez configurer dans la page de gestion des raccourcis d'extension fournie par le navigateur, pour plus de directives, veuillez consulter les instructions en haut de cette page.","subtitle.showQuickButtonDescription":"Fournir un raccourci pour activer les sous-titres bilingues dans le coin inf\xE9rieur droit du lecteur vid\xE9o","shortcutGroup.mouse":"Configuration des raccourcis clavier pour le survol de la souris","desc.toggleTranslateTheMainPage":"Traduisez uniquement les zones principales de la page, une fois que vous avez activ\xE9 la traduction de toutes les zones de la page dans les param\xE8tres avanc\xE9s, vous pouvez utiliser ce raccourci pour traduire sp\xE9cifiquement les zones principales de la page.","description.baiduField":"Les domaines pris en charge sont vus <1>ici, si vide cela signifie qu'aucun domaine n'est sp\xE9cifi\xE9.",upgradeToProErrorTitle:"Veuillez passer \xE0 l'adh\xE9sion Pro pour utiliser ce service de traduction.",paragraphMinTextCountDesc:"Faites attention, ici on parle de la longueur des caract\xE8res, par exemple: hello compte 5 caract\xE8res, d\xE9finir une valeur plus grande peut r\xE9duire les traductions de petits paragraphes inutiles.",translationOnlyModeDescription:"Le mode de traduction uniquement signifie que seule la traduction est affich\xE9e, et non le mode bilingue par d\xE9faut. Notez que: en raison des limitations techniques, les hyperliens du texte original seront d\xE9sactiv\xE9s en mode de traduction uniquement.","desc.toggleTranslateTheWholePage":"Traduire toute la zone de la page, par d\xE9faut, nous traduirons la zone principale de la page, vous pouvez utiliser ce raccourci pour traduire sp\xE9cifiquement toute la zone de la page.","contact.description":"Si vous avez des questions ou des suggestions, n'h\xE9sitez pas \xE0 remplir le formulaire ci-dessous pour nous contacter, ou \xE0 envoyer un courriel \xE0 {email}, nous vous r\xE9pondrons d\xE8s que possible.",mouseHoverCustomKeyDescription:"Vous pouvez personnaliser un raccourci clavier pour le survol de la souris, par exemple : Alt+Z, Ctrl+E, Cmd+Alt+E ou directement Cmd, veuillez entrer manuellement.","desc.mouseHoverHoldKey":"Lorsque la souris survole un paragraphe et que vous appuyez simultan\xE9ment sur la touche de raccourci \xE0 droite, vous pouvez traduire directement ce paragraphe.","desc.touchShortcutsToggleTranslatePage":"Une fois configur\xE9, lors de l'utilisation d'un appareil mobile, vous pouvez toucher l'\xE9cran avec X doigts, glisser de gauche \xE0 droite ou cliquer continuellement pour d\xE9clencher la traduction de la page web / afficher le texte original.","desc.touchShortcutsToggleTranslationMask":"La traduction du masque fait r\xE9f\xE9rence \xE0 l'effet flou dans le style de la traduction (mode d'apprentissage), qui est activ\xE9 temporairement pour utiliser l'effet flou sur la traduction, facilitant l'apprentissage.","intro.floatBallDescription":"Une fois activ\xE9, un bouton de traduction rapide s'affichera sur le c\xF4t\xE9 droit de la page. Cliquez dessus pour traduire, cliquez \xE0 nouveau pour revenir au texte original. Sur mobile, maintenez le bouton flottant pour ouvrir le panneau de configuration rapide.","desc.toggleMouseHoverTranslateDirectly":"Apr\xE8s avoir appuy\xE9 sur ce raccourci, sur la page, d\xE8s que la souris pointe sur n'importe quel texte, ce texte sera automatiquement traduit. Appuyez \xE0 nouveau sur le raccourci pour d\xE9sactiver cette fonction de traduction automatique.","intro.hoverDescription":"La traduction au survol de la souris est une fonction tr\xE8s importante dans la traduction immersive. Il suffit de placer la souris sur le paragraphe et d'appuyer simultan\xE9ment sur la touche de raccourci d\xE9finie pour traduire automatiquement le paragraphe actuel (remarque : elle n'est pas activ\xE9e par d\xE9faut, veuillez la configurer ci-dessous). Cette interaction est utilis\xE9e pour mieux remplacer la traduction par s\xE9lection de mots. De plus, cette fonction est largement utilis\xE9e dans les zones de traduction qui ne peuvent pas \xEAtre reconnues. Vous pouvez utiliser cette fonction pour forcer la traduction de n'importe quel paragraphe.","neverTranslateText.description":"En raison de la reconnaissance insatisfaisante des noms propres par certains moteurs de traduction, vous pouvez ajouter des mots ici pour vous assurer qu'ils ne sont pas convertis pendant le processus de traduction. Veuillez noter que cette fonction distingue les majuscules et les minuscules et ne prend en charge que les langues \xE0 mots s\xE9par\xE9s par des espaces (comme l'anglais, le fran\xE7ais), elle n'est pas applicable aux langues comme le japonais, le cor\xE9en, etc.","intro.subtitleDescription":"Une fois cette fonction activ\xE9e, les sous-titres bilingues seront automatiquement affich\xE9s lors de la lecture de la vid\xE9o. Si elle n'est pas activ\xE9e, vous devrez cliquer manuellement sur le bouton de traduction sur la page pour afficher les sous-titres. Veuillez noter qu'en raison de limitations techniques, certains sites peuvent n\xE9cessiter un rafra\xEEchissement de la page ou attendre la fin de la traduction pour afficher les sous-titres bilingues. (De plus, vous pouvez \xE9galement activer/d\xE9sactiver le panneau de raccourcis de traduction immersive dans le coin sup\xE9rieur droit apr\xE8s avoir ouvert le site de la vid\xE9o).

La prise en charge des sous-titres bilingues est actuellement disponible sur ces sites :",geminiWarning:"Attention : Le service gratuit Gemini fourni par Google a des restrictions strictes, il est possible que Google juge que l'utilisateur utilise plusieurs cl\xE9s pour contourner leurs restrictions de quota gratuit, il n'est pas recommand\xE9 de l'utiliser, il est recommand\xE9 d'attendre que Google ouvre l'interface de paiement Gemini \xE0 l'avenir avant de l'utiliser.","floatBall.setting":"Param\xE9trage","floatBall.translateToLanguage":"Cliquez pour traduire en {language}","floatBall.file":"Traduire les fichiers PDF, EPUB, SRT, ASS, HTML, TXT",changeToOnlyTempTranslationMode:"Afficher uniquement les traductions",changeToDualTempTranslationMode:"Passer \xE0 la traduction bilingue","transitionMode.translation":"Seulement le texte traduit","options.navbar.installApp":"Installer l'application mobile","options.navbar.translateFile":"Traduire le document","subtitle.transitionMode":"Param\xE8tres de sous-titres vid\xE9o bilingues / traduction uniquement","subtitle.transitionModeDescription":"D\xE9finir les sous-titres vid\xE9o en mode bilingue ou en mode traduction uniquement","transitionMode.inherit":"Restez coh\xE9rent avec le mode d'affichage de traduction par d\xE9faut du syst\xE8me.","transitionMode.dual":"Contraste bilingue",translateFileTooltip:`Traduire PDF, ePub, srt, + {env.imt_sub_trans_field}: \u062A\u0631\u062C\u0645\u0647`,"subtitle.quickButton.red":"\u0633\u0631\u062E","subtitle.quickButton.cyan":"\u0622\u0628\u06CC","subtitle.quickButton.white":"\u0633\u0641\u06CC\u062F","subtitle.quickButton.yellow":"\u0632\u0631\u062F","subtitle.quickButton.setting":"\u062A\u0646\u0638\u06CC\u0645\u0627\u062A","translationServices.claude":"\u06A9\u0644\u0648\u062F","subtitle.quickButton.backgroundColor":"\u0631\u0646\u06AF \u067E\u0633 \u0632\u0645\u06CC\u0646\u0647","subtitle.quickButton.translationPositionTop":"\u0628\u0627\u0644\u0627\u06CC \u0645\u062A\u0646 \u0627\u0635\u0644\u06CC","subtitle.quickButton.black":"\u0633\u06CC\u0627\u0647","subtitle.quickButton.blue":"\u0622\u0628\u06CC","subtitle.quickButton.green":"\u0633\u0628\u0632","subtitle.quickButton.translationFontSize":"\u0627\u0646\u062F\u0627\u0632\u0647 \u0641\u0648\u0646\u062A \u0645\u062A\u0646 \u062A\u0631\u062C\u0645\u0647","subtitle.quickButton.sourceTextColor":"\u0631\u0646\u06AF \u0641\u0648\u0646\u062A \u0645\u062A\u0646 \u0627\u0635\u0644\u06CC","subtitle.quickButton.magenta":"\u0631\u0646\u06AF \u0628\u0646\u0641\u0634","subtitle.quickButton.translationTextColor":"\u0631\u0646\u06AF \u0641\u0648\u0646\u062A \u0645\u062A\u0646 \u062A\u0631\u062C\u0645\u0647 \u0634\u062F\u0647","subtitle.quickButton.backgroundOpacity":"\u067E\u0633 \u0632\u0645\u06CC\u0646\u0647 \u0646\u06CC\u0645\u0647 \u0634\u0641\u0627\u0641","subtitle.quickButton.sourceFontSize":"\u0627\u0646\u062F\u0627\u0632\u0647 \u0641\u0648\u0646\u062A \u0645\u062A\u0646 \u0627\u0635\u0644\u06CC","subtitle.quickButton.translationPositionBottom":"\u0645\u062A\u0646 \u0627\u0635\u0644\u06CC \u062F\u0631 \u0632\u06CC\u0631 \u0627\u0633\u062A","subtitle.quickButton.translationPosition":"\u0645\u06A9\u0627\u0646 \u062A\u0631\u062C\u0645\u0647",attachSubtitleTranslating:"\u062F\u0631 \u062D\u0627\u0644 \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u0627\u0632 {service} \u0628\u0631\u0627\u06CC \u062A\u0631\u062C\u0645\u0647...","error.claude.403":"\u062F\u0633\u062A\u0631\u0633\u06CC \u0645\u0648\u0642\u062A\u0627 \u0628\u0647 \u0633\u0631\u0648\u06CC\u0633 \u0645\u0645\u06A9\u0646 \u0627\u0633\u062A \u0645\u062D\u062F\u0648\u062F \u0634\u062F\u0647 \u0628\u0627\u0634\u062F\u060C \u0627\u06CC\u0646 \u0645\u0645\u06A9\u0646 \u0627\u0633\u062A \u0628\u0647 \u0645\u062D\u062F\u0648\u062F\u06CC\u062A \u0645\u0646\u0637\u0642\u0647 \u0627\u06CC Claude \u0645\u0631\u062A\u0628\u0637 \u0628\u0627\u0634\u062F\u060C \u0634\u0645\u0627 \u0645\u06CC \u062A\u0648\u0627\u0646\u06CC\u062F \u0633\u0639\u06CC \u06A9\u0646\u06CC\u062F \u0622\u062F\u0631\u0633 IP \u062E\u0648\u062F \u0631\u0627 \u062A\u063A\u06CC\u06CC\u0631 \u062F\u0647\u06CC\u062F\u060C \u06CC\u0627 \u0627\u0632 \u0633\u0631\u0648\u06CC\u0633 \u0647\u0627\u06CC \u062A\u0631\u062C\u0645\u0647 \u062F\u06CC\u06AF\u0631 \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u06A9\u0646\u06CC\u062F.","browser.brandDescriptionForSafari":"\u3010\u062A\u0631\u062C\u0645\u0647 \u0641\u0631\u0648 \u0631\u0641\u062A\u0647\u3011 \u06CC\u06A9 \u0627\u0641\u0632\u0648\u0646\u0647 \u062A\u0631\u062C\u0645\u0647 \u0635\u0641\u062D\u0647 \u0648\u0628 \u062F\u0648\u0632\u0628\u0627\u0646\u0647 \u0631\u0627\u06CC\u06AF\u0627\u0646 (\u0645\u062A\u0646 \u0627\u0635\u0644\u06CC / \u062A\u0631\u062C\u0645\u0647) \u060C \u062F\u0631 \u0639\u06CC\u0646 \u062D\u0627\u0644 \u067E\u0634\u062A\u06CC\u0628\u0627\u0646\u06CC \u0627\u0632 \u062A\u0631\u062C\u0645\u0647 PDF \u0648 \u062A\u0631\u062C\u0645\u0647 \u06A9\u062A\u0627\u0628 \u0627\u0644\u06A9\u062A\u0631\u0648\u0646\u06CC\u06A9\u06CC EPUB \u0628\u0627 \u062D\u0641\u0638 \u0637\u0631\u062D \u0628\u0646\u062F\u06CC \u0627\u0635\u0644\u06CC \u0633\u0646\u062F \u060C \u062A\u0631\u062C\u0645\u0647 \u0632\u06CC\u0631\u0646\u0648\u06CC\u0633 \u062F\u0648\u0632\u0628\u0627\u0646\u0647 \u0648\u06CC\u062F\u0626\u0648\u06CC \u0622\u0646\u0644\u0627\u06CC\u0646 Youtube / Netflix \u060C \u067E\u0634\u062A\u06CC\u0628\u0627\u0646\u06CC \u0627\u0632 \u062E\u062F\u0645\u0627\u062A \u062A\u0631\u062C\u0645\u0647 \u0627\u0635\u0644\u06CC Deepl / Google\u061B","browser.PdfProFile":"\u062A\u0631\u062C\u0645\u0647 PDF Pro \u0645\u062D\u0631\u06A9 \u0647\u0648\u0634 \u0645\u0635\u0646\u0648\u0639\u06CC","browser.textTranslate":"\u062A\u0631\u062C\u0645\u0647 \u0645\u062A\u0646"};var zl={nologin:"non connect\xE9",loginForSafari:"Se connecter ou s'inscrire",login:"Se connecter pour ouvrir une adh\xE9sion",manageAccount:"Comptes g\xE9r\xE9s",openPremium:"Adh\xE9sion ouverte",logout:"annuler",curentPlan:"Paquets actuels",endAt:"expiration",endAuto:"renouvellement automatique",lineBreakMaxTextCount:"Nombre maximal de caract\xE8res autoris\xE9s par phrase apr\xE8s les retours \xE0 la ligne","translate-pdf":"Cliquez pour traduire le PDF","noSupportTranslate-pdf":"Script non support\xE9, veuillez utiliser le plugin","translate-firefox-local-pdf":"Cliquez pour aller \xE0 Importer le PDF",enableLineBreak:"Activer le saut de ligne automatique pour les longs paragraphes",sponsorLabel:"1 $ D\xE9veloppeurs sponsoris\xE9s",help:"main",browserShortcutsNoteForFirefox:"Pour modifier les raccourcis dans Firefox, vous devez ouvrir la page de gestion des extensions `about:addons`, puis cliquer sur `Settings`, et enfin sur `Manage Shortcuts` pour d\xE9finir les raccourcis.",browserShortcutsNoteForChrome:'Pour modifier les raccourcis dans Chrome, vous devez ouvrir la page de gestion des extensions, les d\xE9finir dans le panneau "Gestion des raccourcis" (`chrome://extensions/shortcuts`), et cliquer sur le bouton ci-dessous pour acc\xE9der \xE0 la page de gestion des raccourcis.',browserShortcutsSucks:"Les raccourcis personnalis\xE9s sont format\xE9s comme suit (pas de reconnaissance automatique, veuillez entrer directement) :\uFF1A",enableLineBreakDescription:"Lorsque cette option est activ\xE9e, des sauts de ligne sont ins\xE9r\xE9s \xE0 la fin de chaque phrase dans les longs paragraphes afin d'en faciliter la lecture.","browser.shortBrandName":"Traduction en immersion","browser.brandName":"Traduction en immersion : pages Web et PDF bilingues","browser.brandDescription":"Bilingual web page translation, also supports PDF translation, bilingual Epub eBook translation, free to use.","browser.toggleTranslatePage":"Traduire la page/afficher le texte original","browser.toggleTranslateTheWholePage":"Traduire toutes les zones de la page/afficher le texte original","browser.toggleOnlyTransation":"Basculer en mode bilingue / mode traduction uniquement","browser.toggleTranslateToThePageEndImmediately":"Traduction imm\xE9diate en bas de page/affichage du texte original","browser.toggleTranslateTheMainPage":"Traduire la zone principale de la page/afficher le texte original","browser.shareToDraft":"Partager les pages bilingues","browser.openOptionsPage":"Ouvrir la page des param\xE8tres","browser.toggleTranslationMask":"Afficher/masquer l'effet de flou de translation","browser.translateLocalPdfFile":"Traduire des fichiers PDF locaux","browser.openEbookViewer":"Lire les livres \xE9lectroniques locaux","browser.openEbookBuilder":"Cr\xE9er des livres bilingues EPUB","browser.translateLocalHtmlFile":"Traduire des fichiers HTML/txt","browser.donateContext":"En savoir plus sur les avantages du parrainage","browser.translateLocalSubtitleFile":"Traduire les fichiers de sous-titres locaux",confirmResetConfig:"\xCAtes-vous s\xFBr de vouloir r\xE9initialiser les param\xE8tres ?",translationLineBreakSettingTitle:"R\xE9glage du saut de ligne de la traduction",smartLineBreak:"smart line feed (informatique)",alwaysLineBreak:"Toujours un saut de ligne",isShowContextMenu:"Ajouter des pages traduites aux \xE9l\xE9ments de menu \xE0 cliquer avec le bouton droit de la souris",toggleBeta:"Activation des fonctionnalit\xE9s de test b\xEAta",betaDescription:"Permet d'activer des fonctionnalit\xE9s encore exp\xE9rimentales, ainsi qu'un service de traduction en version b\xEAta. Rejoignez le <1>groupe Telegram pour en savoir plus.",translationLineBreakSettingDescription:"Les sauts de ligne sont toujours nets et ordonn\xE9s pour les pages \xE0 faible contenu. (Pour gagner de la place, utilisez des sauts de ligne intelligents dans les longs paragraphes \xE0 fort contenu (plus de{count}caract\xE8res)).",tempTranslateDomainTitle:"Dur\xE9e de l'activation temporaire de la traduction du site web",tempTranslateDomainDescription:"Lors de la traduction manuelle d'une page web, vous pouvez activer temporairement le site web pour la traduction automatique et vous pouvez d\xE9finir la dur\xE9e temporaire.",xMinutes:"{count} minutes",disabled:"interdire l'utilisation de qqch.",changelog:"Journal des mises \xE0 jour",toggleTranslatePageWhenThreeFingersOnTheScreen:"L'effleurement simultan\xE9 de l'\xE9cran par plusieurs doigts traduit les pages web/affiche le texte original",toggleTranslationMaskWhenThreeFingersOnTheScreen:"Le toucher \xE0 plusieurs doigts permet d'afficher/masquer l'effet de flou.",fingerCountToToggleTranslagePageOnlyTranslationWhenTouching:"Plusieurs doigts touchant l'\xE9cran en m\xEAme temps traduisent la page web (traduction uniquement)/affichent le texte original.",addUrlDescription:"Peut \xEAtre un nom de domaine et prend \xE9galement en charge les caract\xE8res g\xE9n\xE9riques, par exemple\uFF1A*.google.com, google.com/mail/*, https://www.google.com/*.",general:"Param\xE8tres de base",clickToExpandConfig:"\xC9tendre la configuration actuelle",import:"Importation d'un fichier",export:"Exporter vers un fichier",toggleDebug:"Imprimer le journal de d\xE9bogage sur la console","fingers.0":"coagulation","fingers.2":"touche \xE0 deux doigts","fingers.3":"touche \xE0 trois doigts","fingers.4":"touche \xE0 quatre doigts","fingers.5":"touche \xE0 cinq doigts",mouseHoldKey:"+ {key} traduire/restaurer le paragraphe",mouseHoldKeyAuto:"Traduction directe du paragraphe",mouseHoldKeyOff:"Ne faites rien.",mouseHoldKeyOther:"Raccourcis personnalis\xE9s (ouvrir les param\xE8tres)",mouseHoldKeyCustomKey:"{key} Traduction/r\xE9duction du paragraphe",mouseHoverHoldKey:"Traduire des paragraphes en appuyant sur la touche de raccourci tout en survolant la souris.","mouse-translate":"survol de la souris",document:"fichier (informatique)",resetSuccess:"R\xE9initialisation de tous les param\xE8tres r\xE9ussie",resetThisSuccess:"R\xE9initialisation r\xE9ussie",saved:"Sauvegarder le succ\xE8s",successImportConfig:"Importation r\xE9ussie de la configuration",goAdvancedSettings:"Acc\xE9der \xE0 la page des param\xE8tres avanc\xE9s",goAdvancedInterfaceSettings:"Acc\xE9der \xE0 la page Param\xE8tres de personnalisation avanc\xE9s",advanced:"Param\xE8tres avanc\xE9s",advancedDescription:"En g\xE9n\xE9ral, aucun r\xE9glage n'est n\xE9cessaire, il suffit de laisser la valeur par d\xE9faut. Pour les utilisateurs plus sp\xE9cialis\xE9s uniquement, des param\xE8tres plus personnalis\xE9s sont disponibles.",developer:"Param\xE8tres du d\xE9veloppeur",donateCafe:"prix","translate to the bottom of the page":"La traduction se fait-elle vers le bas de la page imm\xE9diatement apr\xE8s l'entr\xE9e dans la page ?",feedback:"Question Feedback",toggleTranslatePage:"Traduire la page/afficher le texte original",translateToThePageEndImmediatelyDescription:"Si vous l'activez, le contenu sera imm\xE9diatement traduit du haut vers le bas de la page au fur et \xE0 mesure que vous y acc\xE9dez. Si vous la d\xE9sactivez, la traduction se fait au fur et \xE0 mesure de la lecture. (Non recommand\xE9)","translate all areas of the page":"Traduire ou non toutes les zones de la page",translationAreaDescription:"Si cette option est activ\xE9e, toutes les zones de la page web sont traduites. Si l'option est d\xE9sactiv\xE9e, la reconnaissance intelligente par d\xE9faut est utilis\xE9e et seules les parties principales sont traduites. (Il n'est pas recommand\xE9 de l'activer)","the number of characters to be translated first":"Traduire directement les premiers caract\xE8res de la page sans attendre le d\xE9filement de la zone de visualisation","interface language":"langue de l'interface","display both the original text and the translation":"Affichage simultan\xE9 de l'original et de la traduction","keyboard shortcuts":"Raccourcis clavier",modify:"Modifier les touches de raccourci",reset:"reprovision",close:"coagulation",homepage:"page d'accueil",more:"plus",moreOptions:"\xC9largir les options de personnalisation",translateTheWholePage:"Traduire toutes les zones de la page (au lieu de reconna\xEEtre intelligemment les zones principales)",changeToTranslateTheWholePage:"Passer \xE0 la traduction de toutes les r\xE9gions",changeToTranslateTheMainPage:"Passer \xE0 la zone principale de traduction",changeToOnlyTranslationMode:"Afficher uniquement les traductions",changeToDualTranslationMode:"Passer \xE0 la traduction bilingue",translateToThePageEndImmediately:"Traduction imm\xE9diate en bas de page",translateTheMainPage:"R\xE9gions cl\xE9s de la traduction intelligente","The local rules are up to date":"Les r\xE8gles d'adaptation locales sont \xE0 jour.","Successfully synchronized with the latest official rules:":"Synchronisation r\xE9ussie avec les derni\xE8res r\xE8gles d'adaptation officielles.","Checking for updates":"V\xE9rification des mises \xE0 jour","Rules are being synchronized":"Synchronisation des r\xE8gles d'adaptation",localVersionIsTooOld:"La version de l'extension locale est trop ancienne, veuillez mettre \xE0 jour l'extension vers {minVersion} ou une version plus r\xE9cente avant d'essayer de synchroniser.",badUserscriptBrowser:"Le navigateur actuel n'impl\xE9mente pas correctement l'interface de l'extension Grease Monkey (par exemple, pour obtenir des informations sur le num\xE9ro de version du script Grease Monkey lui-m\xEAme), veuillez utiliser d'autres navigateurs qui <1>prennent en charge l'extension Grease Monkey, tels que Firefox.",foundNewVersion:"D\xE9couvrez la nouvelle version",theLocalExtensionIsUpToUpdate:"L'extension actuelle est \xE0 jour.",failToSyncRules:"Absence de synchronisation des derni\xE8res r\xE8gles d'adaptation",retry:"Cliquez ici pour r\xE9essayer",failedReason:"Raisons de l'\xE9chec",currentRuleVersion:"Version actuelle de la r\xE8gle",calculating:"Calculs",unknownError:"erreur inconnue",canNotFetchRemoteRule:"Impossible d'obtenir des r\xE8gles \xE0 distance",enableAlphaSuccess:"Alpha activ\xE9",disableAlphaSuccess:"La fonction Alpha a \xE9t\xE9 d\xE9sactiv\xE9e",cacheSize:"Taille du cache\uFF1A",cleaning:"en cours de liquidation",cleanCache:"effacer le cache",options:"mettre en place",about:"en ce qui concerne",service:"service d'interpr\xE9tation",needAction:"(Acc\xE9der aux param\xE8tres)",goSettings:"aller de l'avant et mettre en place",needActionForOptions:"(\xE0 mettre en place)",translationEngine:"Options du moteur",sourceLanguage:"Langue originale",target:"langue cible",popupSourceLanguage:"Langue originale",popupTarget:"langue cible",popupService:"service d'interpr\xE9tation",forThisSite:"Site web actuel",autoEnableSubtitle:"Ouverture automatique des sous-titres bilingues",alwaysTranslate:"Traduisez toujours",neverTranslate:"Ne jamais traduire",alwaysTranslateSomeLanguage:"Traduisez toujours {language}",neverTranslateSomeLanguage:"Ne jamais traduire {language}",alwaysTranslateSomeSite:"Traduisez toujours {hostname}",neverTranslateSomeSite:"Ne jamais traduire {hostname}",alwaysTranslateSomeSiteOrWildSite:"Toujours traduire le site",alwaysTranslateSomePage:"Toujours traduire la page",add:"augmenter",default:"par d\xE9faut (r\xE9glage)",forThisLanguage:"Pour cette langue\uFF1A","add url":"Saisir l'URL",edit:"compilateur","translate other languages into specific language":"Traduire d'autres langues dans la langue choisie","select translation service":"S\xE9lectionner un service de traduction",language:"multilinguisme","show-original":"Afficher le texte original",translate:"l'\xE9quarrissage",Translated:"traduit",Translating:"en traduction",Error:"incorrect",allowCacheTranslations:"Activer la mise en cache de la traduction locale (pour r\xE9duire les demandes de traduction pour les passages dupliqu\xE9s)","translation display":"Style d'affichage de la traduction","select diplay style":"Distinguer les styles de traduction, en se r\xE9f\xE9rant sp\xE9cifiquement aux exemples suivants",interface:"Param\xE8tres de l'interface",import_export:"Importation/Exportation",import_export_title:"Configuration de l'importation/exportation",syncToGoogleDrive:"Synchroniser avec Google Drive maintenant",floatBallOptions:"Param\xE8tres de l'hoverball","floatBallOptions.enable":"Activer le Hoverball","floatBallOptions.blockUrls":"D\xE9sactiver le site web","floatBallOptions.add":"augmenter","floatBallOptions.blockUrlDesc":"Les hoverballs ne sont pas affich\xE9s lorsque les sites web suivants sont rencontr\xE9s","floatBallOptions.clickType":"le comportement de clic","floatBallOptions.clickTypeDesc":"Comportement de l'ic\xF4ne Hoverball lorsqu'elle est cliqu\xE9e","floatBallOptions.clickPopup":"Afficher le panneau de traduction","floatBallOptions.clickTranslate":"Traduction/affichage du texte original","floatBallOptions.fixedPosition":"\u56FA\u5B9A\u4F4D\u7F6E","floatBallOptions.fixedPositionDesc":"\u60AC\u6D6E\u7403\u5728\u7A97\u53E3\u5DE6\u4FA7\u8FD8\u662F\u53F3\u4FA7","floatBallOptions.fixedPositionLeft":"\u5DE6\u4FA7","floatBallOptions.fixedPositionRight":"\u53F3\u4FA7",previewAllThemes:"Aper\xE7u de tous les styles","translationTheme.none":"ne pas avoir","translationTheme.grey":"gris fonc\xE9","translationTheme.dashed":"soulign\xE9 en pointill\xE9","translationTheme.dotted":"trait de soulignement en pointill\xE9","translationTheme.dashedBorder":"bordure en pointill\xE9s","translationTheme.solidBorder":"bordure solide","translationTheme.underline":"Souligner les lignes droites","translationTheme.mask":"Effets flous (modes d'apprentissage)","translationTheme.opacity":"effet de transparence","translationTheme.paper":"Effet d'ombre du papier blanc","translationTheme.dividingLine":"ligne de d\xE9marcation","translationTheme.highlight":"haute luminosit\xE9","translationTheme.marker":"marqueur (mot emprunt\xE9)","translationTheme.marker2":"Marqueur 2","translationTheme.blockquote":"Styles de r\xE9f\xE9rencement","translationTheme.weakening":"affaiblissement","translationTheme.italic":"caract\xE8re oblique","translationTheme.bold":"\xE9paissir","translationTheme.thinDashed":"ligne pointill\xE9e fine soulign\xE9e","translationTheme.nativeDashed":"Le syst\xE8me est soulign\xE9 en pointill\xE9","translationTheme.nativeDotted":"Le syst\xE8me est soulign\xE9 en pointill\xE9s","translationTheme.nativeUnderline":"Le syst\xE8me est assorti d'une ligne de d\xE9marcation droite","translationTheme.wavy":"ligne ondul\xE9e","translationServices.custom":"API personnalis\xE9e","translationServices.tencent":"Tencent Translator","translationServices.tenAlpha":"Tencent Translator (Alpha)","translationServices.google":"Google Translate","translationServices.bai":"Baidu (Alpha)","translationServices.baidu":"Traduction de Baidu","translationServices.aliyun":"AliCloud Traduction","translationServices.volc":"traduction du volcan","translationServices.deeplx":"DeepLX (Beta)","translationServices.bing":"Microsoft Translate","translationServices.deepl":"DeepL","translationServices.wechat":"Traduction WeChat","translationServices.azure":"Azure Translation","translationServices.ibm":"IBM Watson","translationServices.aws":"Traduction sur Amazon","translationServices.mock":"Traduction simul\xE9e","translationServices.mock2":"Traduction simul\xE9e 2","translationServices.caiyun":"lit. nuages color\xE9s et petites traductions","translationServices.cai":"Nuages color\xE9s (Alpha)","translationServices.volcAlpha":"Volcan (Alpha)","translationServices.openl":"OpenL","translationServices.youdao":"Traduction sur Youtube","translationServices.you":"Traducteur Youdao (Alpha)","translationServices.transmart":"Traduction interactive de Tencent","translationServices.niu":"Traducteur franc-tireur","translationServices.papago":"Traduction Papago","translationServices.d":"D (Alpha)","translationServices.dpro":"D Pro (Canari)","translationServices.openai":"OpenAI","translationServices.yandex":"Yandex","translationServices.chatgpt":"ChatGPT Web(3.5 mobile)","translate title":"Traduire les titres des pages","always languages":"Toujours traduire la langue",neverTranslateLanguagesLabel:"La langue qui ne sera jamais traduite",neverTranslateTheFollowingLanguagesDescription:"Les traductions sont ignor\xE9es lorsqu'un paragraphe de la page est r\xE9dig\xE9 dans l'une des langues suivantes",enableUserscriptPagePopup:"Afficher le hoverball sur la page",enableUserscriptPagePopupDescription:"Apr\xE8s avoir d\xE9sactiv\xE9 le hoverball, vous pouvez le rappeler \xE0 l'aide du raccourci /{touch}. Il est fortement recommand\xE9 de marquer cette page de param\xE8tres d'un signet afin d'\xE9viter de ne pas pouvoir retrouver le hoverball apr\xE8s avoir d\xE9sactiv\xE9 cette option par inadvertance !","always translate the following languages":"Traduit automatiquement dans la langue cible lorsque la page est dans l'une des langues suivantes","always sites":"Des sites web toujours traduits","always translate the following sites":"Les sites web sont automatiquement traduits dans la langue cible lorsqu'il s'agit de noms de domaine de","never sites":"Site web jamais traduit","never translate the following sites":"Les traductions ne seront pas effectu\xE9es si le site est destin\xE9 aux domaines suivants","please refer to":"Vous devez remplir la cl\xE9 avant de pouvoir l'utiliser.",KeyAndConfigurationTutorial:"Tutoriel d'application et de configuration des cl\xE9s",useAboveStyleForTheseSites:"Utilisez toujours le style de traduction \u2308{theme}\u230B lorsque le site est destin\xE9 aux domaines suivants",currentUrl:"URL actuel",confirm:"enregistrer (un fichier, etc.) (informatique)",cancel:"annulations",delete:"l'enl\xE8vement","languages.auto":"d\xE9tection automatique",syncToCloud:"Synchronisation avec Google Drive",syncToCloudDescription:"T\xE9l\xE9charg\xE9e dans le nuage, la configuration peut \xEAtre synchronis\xE9e entre diff\xE9rents navigateurs/scripts de singe de graisse, en fonction de la derni\xE8re modification.",syncToAccount:"Synchronisation avec l'Immersive Translation Cloud",syncToAccountButton:"Synchronisation instantan\xE9e avec le nuage",syncToAccountDescription:"Synchroniser automatiquement les configurations entre diff\xE9rents appareils, en fonction de la derni\xE8re modification.",successSyncConfigInAccount:"Synchronisation r\xE9ussie avec le nuage",successSyncConfigToAccount:"Synchronisation r\xE9ussie vers le nuage",syncConfigNoUpdate:"Il est d\xE9j\xE0 \xE0 jour.",authFail:"\xC9chec de l'autorisation",syncTitle:"Gestion manuelle des sauvegardes",import_hint:"importation (donn\xE9es)",upload:"t\xE9l\xE9charger",revokeAuth:"r\xE9voquer une autorisation",uploadFail:"\xC9chec du t\xE9l\xE9chargement",download:"t\xE9l\xE9chargement",importSuccess:"Importation r\xE9ussie",importFail:"\xE9chec de l'importation",deleteFail:"\xC9chec de la suppression",backupToCloud:"Gestion manuelle des fichiers de sauvegarde",create_new_backup:"Ajouter un nouveau n\u0153ud de sauvegarde",maxBackupFiles:"Jusqu'\xE0{count}n\u0153uds diff\xE9rents peuvent \xEAtre sauvegard\xE9s, veuillez supprimer les n\u0153uds dont vous n'avez pas besoin.",backupToCloudDescription:"T\xE9l\xE9charger ou restaurer manuellement les fichiers de sauvegarde, en autorisant jusqu'\xE0 trois sauvegardes diff\xE9rentes.",successSyncConfig:"Synchronisation r\xE9ussie avec le nuage",syncFail:"\xE9chec de la synchronisation",updatedAt:"Mise \xE0 jour de {date}",lastSyncedAt:"Derni\xE8re v\xE9rification \xE0 l'adresse {date}",downloadFail:"\xC9chec du t\xE9l\xE9chargement",clickToDownload:"Cliquer pour t\xE9l\xE9charger",aboutLabel:"\xC0 propos - Feedback","browser.openAboutPage":"\xC0 propos/commentaires",aboutLabelWithoutSponsor:"\xC0 propos - Feedback",aboutIntro:"Puissions-nous tous avoir un acc\xE8s plus facile et plus agr\xE9able \xE0 l'\xE9norme quantit\xE9 d'informations en langues \xE9trang\xE8res sur Internet \u2764\uFE0F Vous pouvez choisir d'activer votre <6>adh\xE9sion Pro pour utiliser les traductions pr\xEAtes \xE0 l'emploi de DeepL et OpenAI.

Vous pouvez nous suivre sur <3>Twitter, <4>Telegram, Weibo, WeChat, ou vous <5>inscrire \xE0 notre liste de <5>diffusion ci-dessous pour suivre les mises \xE0 jour.
Les <7>membres Pro peuvent nous contacter \xE0 l'adresse <8>support@immersivetranslate.com pour un service client\xE8le rapide.",aboutIntroWithoutSponsor:"Puissions-nous tous avoir un acc\xE8s plus facile et plus agr\xE9able \xE0 l'\xE9norme quantit\xE9 d'informations en langues \xE9trang\xE8res disponibles sur Internet \u2764\uFE0F

Vous pouvez nous suivre sur <3>Twitter, <4>Telegram channel, WeChat, WeChat Exchange, ou vous <5>abonner aux mises \xE0 jour par <5>courriel ci-dessous.",projectHomepage:"Accueil du projet",joinTelegramGroup:"Rejoignez le groupe d'utilisateurs pour participer aux discussions sur les fonctionnalit\xE9s",wechatPublicAccount:"WeChat Public",wechatCommunities:"Groupe d'\xE9change WeChat",qqCommunities:"Canal de communication QQ",joinTelegramChannel:"Suivez le canal Telegram pour les derni\xE8res mises \xE0 jour",feedbackAndJoin:"Question Feedback / Ajouter un groupe",autoSync:"synchronisation automatique de l'heure",loadingThemeTitle:"Style de chargement",loadingThemeDescription:"D\xE9finition du style lors de l'attente du chargement de la traduction","loadingTheme.spinner":"Animation de la rotation","loadingTheme.text":"texte statique qqch. ","loadingTheme.none":"non illustr\xE9",developerDescription:"La documentation sur la personnalisation avanc\xE9e est disponible <1>ici","edit border color":"Modifier la couleur de la bordure",successSyncButNoChange:"La configuration actuelle est compatible avec le nuage",customTheme:"Couleurs et tailles personnalis\xE9es","customThemeLabel.borderColor":"Couleur de la bordure","customThemeLabel.borderRadius":"Bords arrondis","customThemeLabel.textColor":"couleur du texte","customThemeLabel.backgroundColor":"couleur de fond","customThemeLabel.zoom":"Mise \xE0 l'\xE9chelle des polices (%)","customThemeLabel.opacity":"Opacit\xE9 du texte (%)",resetToDefaultColor:"R\xE9tablir les couleurs par d\xE9faut",resetToDefaultSettings:"R\xE9tablir les param\xE8tres par d\xE9faut",isTranslateTitle:"Permettre la traduction des titres de pages",isTranslateTitleDescription:"Lorsque cette option est activ\xE9e, le titre de la page est traduit.",enableSearchEnhancement:"Permettre l'enrichissement des messages bilingues",enableSearchEnhancementDescription:`Une fois l'option activ\xE9e, les r\xE9sultats de recherche de "Google News" seront automatiquement affich\xE9s dans la colonne de droite des sites web pris en charge (Google News, Google Search (certains mots-cl\xE9s), Snowball, Oriental Fortune, Futura, Tiger Community) pour les mots-cl\xE9s anglais correspondants.`,verifyService:"Cliquez ici pour tester le service",verified:"V\xE9rifier le succ\xE8s","field.langs":"Codes des langues prises en charge","field.model":"mod\xE9lisation","field.translationEngine":"moteur de traduction","field.limitPerMinute":"Nombre maximum de demandes par minute","field.limitPerSecond":"Demandes maximales par seconde","field.maxTextLengthPerRequest":"Longueur maximale du texte par demande","field.maxTextGroupLengthPerRequest":"Nombre maximum de paragraphes par demande","field.apiUrl":"Adresse de l'interface API personnalis\xE9e","field.placeholderDelimiters":"espace r\xE9serv\xE9","description.custom":"Acc\xE8s \xE0 l'interface personnalis\xE9e Documentation requise","description.limitPerMinute":"Les demandes d\xE9passant cette limite sont plac\xE9es dans une file d'attente jusqu'au d\xE9but de la minute suivante. En raison des diverses limitations du service actuel d'OpenAI, veuillez cliquer <1>ici pour obtenir les derni\xE8res valeurs sugg\xE9r\xE9es.","description.limitPerSecond":"Les demandes d\xE9passant cette limite sont plac\xE9es dans une file d'attente jusqu'au d\xE9but de la seconde suivante. En raison des diverses limitations du service actuel d'OpenAI, veuillez cliquer <1>ici pour obtenir les derni\xE8res valeurs sugg\xE9r\xE9es.","description.generalLimitPerSecond":"Les demandes d\xE9passant cette limite sont plac\xE9es dans une file d'attente jusqu'au d\xE9but de la seconde suivante.","description.prompt":"Envoyer la conversation \xE0 {service} en tant qu'utilisateur, o\xF9 {{text}} repr\xE9sente le contenu du texte du paragraphe, {{from}} repr\xE9sente la langue du paragraphe et {{to}} repr\xE9sente la langue cible.","description.maxTextLengthPerRequest":"Le nombre maximum de caract\xE8res par requ\xEAte est trop important pour que l'interface r\xE9ponde lentement, essayez donc d'ajuster cette option pour optimiser la vitesse.","description.systemPrompt":"Envoyer une conversation au {service} en tant que syst\xE8me, o\xF9 {{text}} repr\xE9sente le contenu du texte du paragraphe, {{from}} repr\xE9sente la langue du paragraphe et {{to}} repr\xE9sente la langue cible.","field.domain":"royaume","description.domain":"La valeur par d\xE9faut est\uFF1Ageneral. Elle ne peut \xEAtre d\xE9finie que si la traduction par domaine est activ\xE9e dans la console Arima API, voir <1>ici pour les domaines pris en charge.","field.scene":"prendre","description.scene":"La valeur par d\xE9faut est\uFF1Ageneral. Elle ne peut \xEAtre d\xE9finie que si la console AliCloud API ouvre Machine Translation Pro, voir <1>ici pour les sc\xE9narios pris en charge.","field.vocabId":"ID du dictionnaire de l'utilisateur","description.vocabId":"Le dictionnaire out_id sp\xE9cifi\xE9 prend actuellement en charge la traduction de l'anglais vers le chinois.","description.model":"Mod\xE8les OpenAI, peuvent \xEAtre gpt-3.5-turbo, gpt-4, etc.","description.maxTextGroupLengthPerRequest":"Le nombre de paragraphes envoy\xE9s au service de traduction \xE0 la fois. S'il y a trop de paragraphes, l'interface peut r\xE9pondre plus lentement.","description.apiUrl":"Veuillez ajouter des URL sp\xE9cifiques avec des chemins d'acc\xE8s et une <1>description plus d\xE9taill\xE9e.",enabledExtension:"Activation des extensions",clickToDisableExtension:"Cliquez pour d\xE9sactiver les extensions",clickToEnableExtension:"Cliquez pour activer les extensions",hasBeenDisabled:"handicap\xE9","show password":"Afficher le mot de passe",customContent:"Saisir un nom de mod\xE8le personnalis\xE9",inputOptions:"Am\xE9lioration de la bo\xEEte de saisie",mouseHoverOptions:"survol de la souris",modifyMouseHoverKey:"Modifier le raccourci au survol de la souris",enableInputTranslation:"Activation ou non de l'am\xE9lioration des bo\xEEtes de saisie",enableInputTranslationDescription:"Une fois la fonction activ\xE9e, tapez {startingKey}{startingKey} hello directement dans le champ de saisie, puis tapez rapidement{inputTrailingTriggerKeyRepeatTimes}puis{trailingKey}pour traduire en {inputTargetLanguage}.",enableInputTranslationDescriptionForNoneKey:"Une fois la fonction activ\xE9e, tapez\uFF1AHello World directement dans le champ de saisie, puis appuyez rapidement sur{inputTrailingTriggerKeyRepeatTimes}{trailingKey}fois pour traduire dans la langue cible par d\xE9faut.",inputTargetLanguage:"D\xE9finition de la langue cible par d\xE9faut pour les bo\xEEtes de saisie",inputTargetLanguageDescription:"Langue cible par d\xE9faut pour la traduction de la bo\xEEte de saisie, c'est-\xE0-dire {startingKey}{startingKey} comme langue par d\xE9faut pour les mots d\xE9clencheurs.",inputTargetLanguageDescriptionForNoneKey:"Langue cible par d\xE9faut pour la traduction de la bo\xEEte de saisie",inputStartingTriggerKeyTitle:"D\xE9finition du caract\xE8re de s\xE9paration pour la traduction partielle de la zone de saisie",inputStartingTriggerKeyDescription:"Lorsque vous n'avez pas besoin de traduire l'int\xE9gralit\xE9 du champ de saisie, le s\xE9parateur vous permet de ne traduire que la partie allant de {startingKey}{startingKey} \xE0 la fin du champ de saisie, ou vous pouvez sp\xE9cifier le code de la langue, par exemple\uFF1A{startingKey}ja signifie ne traduire que la partie allant de {startingKey}ja \xE0 la fin du champ de saisie.",inputStartingTriggerKeyDescriptionForNoneKey:"Le param\xE8tre actuel d'absence de pr\xE9fixe n'est pas n\xE9cessaire et la fonction de traduction de certains textes dans la bo\xEEte de saisie n'est pas disponible pour le moment.",inputTrailingTriggerKeyTitle:"S\xE9lectionner un caract\xE8re d\xE9clencheur de fin d'entr\xE9e",inputTrailingTriggerKeyDescription:"3 coups rapides{trailingKey} commencera \xE0 traduire !",inputTrailingTriggerKeyTimeout:"Entrez le temps entre les d\xE9clenchements de fin de combat",inputTrailingTriggerKeyTimeoutDescription:"D\xE9finit le temps (en millisecondes) entre les d\xE9clenchements combo de fin d'entr\xE9e.",spaceKey:"<\u7A7A\u683C\u952E>",noneKey:"Traduction directe de l'ensemble de la zone de texte sans pr\xE9fixe",inputTranslationBlockUrlsTitle:"N'activez pas l'am\xE9lioration des bo\xEEtes de saisie dans les URL suivantes",inputTranslationBlockUrlsDescription:"Les am\xE9liorations apport\xE9es aux bo\xEEtes de saisie ne fonctionneront pas aux URL suivants",clickToSeeQuickDemo:"Cliquez pour agrandir la vid\xE9o du tutoriel de 30 secondes",inputHelperInfo:"Description\uFF1ANous avons optimis\xE9 le fait que certains caract\xE8res d\xE9clencheurs se transforment en signes de ponctuation chinois sous les m\xE9thodes d'entr\xE9e chinoises, par exemple, / se transforme en signe dun , sous la m\xE9thode d'entr\xE9e Sogou, et Immersive Translator prend en charge tous les symboles chinois correspondant aux caract\xE8res d\xE9clencheurs, c.-\xE0-d. //,,, seront reconnus comme des caract\xE8res d\xE9clencheurs.

Nous prenons \xE9galement en charge les alias chinois pour les codes de langue en tant que commandes, par exemple /Japanese Hello World sera traduit en japonais, <1>cliquez ici pour voir tous les codes de langue pris en charge.",reloadCurrentPage:"Veuillez rafra\xEEchir la page actuelle avant de commencer la traduction.",noLocalFilePermissionForPDF:"Vous n'avez pas l'autorisation de lire les fichiers locaux, veuillez cliquer sur le bouton ci-dessus et importer les fichiers locaux.",noPermissionForThisPage:"\u26A0\uFE0F Pas d'autorisation de traduire la page actuelle",retryAllParagraphs:"R\xE9essayer tous les passages d'erreur",retryAllButton:"R\xE9essayer tous les passages d'erreur",errorTooltipTitle:"Cliquez pour voir la cause de l'erreur",errorModalTitle:"Il semble qu'il y ait un probl\xE8me avec le service de traduction ou le r\xE9seau...",disableConfirm:"Cadre d'am\xE9lioration de l'information bilingue",disableOnce:"Cette invalidit\xE9",disableGlobal:"d\xE9sactiver de fa\xE7on permanente",disableTint:"* Vous pouvez le r\xE9activer \xE0 l'adresse {option} .",searchEnhancementNotes:"Apr\xE8s avoir activ\xE9 la fonction d'am\xE9lioration de l'information bilingue de la traduction immersive, nous rechercherons automatiquement pour vous les m\xEAmes mots-cl\xE9s en anglais sur les sites web pris en charge (Google News, Google Search (certains mots-cl\xE9s), Snowball, Oriental Wealth, Futura, Tiger) et les afficherons sur le c\xF4t\xE9 droit. Vous pouvez choisir de d\xE9sactiver cette fonction si vous n'en avez pas besoin.",option:"mettre en place",saveSettings:"Sauvegarder les param\xE8tres",closeModal:"Fermer la fen\xEAtre",enableInputTranslationWithoutTriggerKeyTitle:"Activer 3 quick hits sur{trailingKey}pour traduire directement l'ensemble de la bo\xEEte de saisie en{inputTargetLanguage}",enableInputTranslationWithoutTriggerKeyDescription:"Pour sp\xE9cifier la langue cible, pr\xE9fixez-la avec le code de la langue, par exemple\uFF1Aja Hello World",mouseHoverShortcutPlaceholder:"par exemple :\uFF1AShift",deepLProName:"Immersive Translation Membre Pro (Recommand\xE9)",deepLProDescription:"Le paquet actuel peut \xEAtre utilis\xE9 directement",deeplProDescriptionForNormal:"Aucune installation n'est requise, les membres peuvent l'utiliser apr\xE8s s'\xEAtre connect\xE9s, <1>cliquez ici pour passer au statut de membre",deepLCustomDescription:"Carte de cr\xE9dit \xE9trang\xE8re requise, ouverture officielle sur <1>DeepL, cliquez pour la <2>documentation",deepLCustomName:"Cl\xE9 d'authentification personnalis\xE9e",chooseProviderLabel:"S\xE9lectionner un prestataire de services",openaiProName:"Immersive Translation Membre Pro (Recommand\xE9)",openaiProDescription:"Le paquet actuel peut \xEAtre utilis\xE9 directement",openaiProDescriptionForNormal:"Aucune installation n'est requise, les membres peuvent l'utiliser apr\xE8s s'\xEAtre connect\xE9s, <1>cliquez ici pour passer au statut de membre",openaiCustomDescription:"Disponible sur OpenAI, Azure OpenAI, ou d'autres services tiers, <1>cliquez ici pour la documentation.",openaiCustomName:"Cl\xE9 API personnalis\xE9e",needLoginAction:"(Adh\xE9sion ouverte ou personnalisation)",goLoginOrAction:"(Ouvrir une adh\xE9sion ou aller dans les param\xE8tres)",yearly:"effectuer un paiement annuel cons\xE9cutif",quarterly:"l'emballage s\xE9quentiel",monthly:"abonnement mensuel",yearlyForOnce:"Forfait annuel unique",monthlyForOnce:"Forfait mensuel unique",daily:"jours cons\xE9cutifs de paquet",year:"effectuer un paiement annuel cons\xE9cutif",quarter:"l'emballage s\xE9quentiel",month:"abonnement mensuel",day:"jours cons\xE9cutifs de paquet",onetime_7day:"Pack exp\xE9rience 7 jours",currentPlanDescriptionForFree:"Paquets actuels\uFF1AGratuit",currentPlanDescriptionForContinuous:"L'offre actuelle\uFF1A{plan}sera automatiquement renouvel\xE9e sur {endAt}",currentPlanDescriptionForAutoRenewCaceling:"L'offre actuelle\uFF1A{plan}expirera \xE0 la date {endAt} et ne sera pas renouvel\xE9e automatiquement \xE0 cette date.",currentYearlyPlanDescriptionForAutoRenewCacelingWithRealPaiedUser:"L'offre actuelle,\uFF1A{plan}, expirera le {endAt} et ne sera pas renouvel\xE9e automatiquement \xE0 l'expiration.
<1>Cliquez ici pour g\xE9rer votre plan de renouvellement",currentYearlyPlanDescriptionForAutoRenewCacelingWithAdmin:"L'offre actuelle,\uFF1A{plan}, expirera \xE0 {endAt} et ne sera pas renouvel\xE9e automatiquement \xE0 l'\xE9ch\xE9ance.
<1>Cliquez ici pour activer l'abonnement annuel continu",currentPlanDescriptionForOneTime:"L'abonnement actuel\uFF1A{plan}expirera sur {endAt} , <1>cliquez ici pour passer \xE0 un abonnement <1>annuel ou <2>mensuel.",upgradePlan:"Cliquez ici pour passer \xE0 l'adh\xE9sion Pro",upgradeToPro:"Passer \xE0 l'adh\xE9sion Pro","popup.openPro":"Passez \xE0 l'adh\xE9sion Pro pour profiter de DeepL et de la traduction OpenAI, cliquez ici pour passer \xE0 l'adh\xE9sion Pro.","popup.openProForPro":"Vous \xEAtes un membre Pro avec un acc\xE8s direct \xE0 DeepL et aux traductions OpenAI !",currentAccount:"compte courant",enableAutoSyncUserSettings:"Permettre la synchronisation automatique du nuage sur plusieurs appareils",modalEnableInputTranslationTitle:"Traduction immersive Bo\xEEte de saisie Alertes de traduction",modalEnableInputTranslationDesc:"Vous venez de d\xE9clencher la traduction de la bo\xEEte de saisie d'Immersive Translation en appuyant sur la barre d'espacement 3 fois en succession rapide, et le contenu de la bo\xEEte de saisie sera traduit dans la langue cible par d\xE9faut. La traduction peut \xEAtre annul\xE9e avec Ctrl+Z.

Si c'est une erreur, ne vous inqui\xE9tez pas, vous pouvez choisir de la d\xE9sactiver cette fois-ci, ou de d\xE9sactiver d\xE9finitivement la traduction de la zone de saisie.",saveAndNotShowAgain:"Sauvegarder et arr\xEAter le message",disableInputTranslationTips:"* Vous pouvez \xE9galement d\xE9finir d'autres raccourcis pour qu'ils se d\xE9clenchent dans {option} ,{learnMore}.",learnMore:"Cliquez ici pour en savoir plus",continueEnalbeInputTranslation:"Continuer \xE0 activer la traduction des champs de saisie",autoRenewTrialSuffix:`(Dans la version d'essai,passe imm\xE9diatement \xE0 l'adh\xE9sion compl\xE8te)`,upgradeFromTrialTitle:"Passer au statut de membre \xE0 part enti\xE8re",subtitle:"sous-titrage vid\xE9o",youtubeService:"Traduction en immersion Sous-titrage vid\xE9o Services de traduction","subtitle.disabledSubtitle":"D\xE9sactiver d\xE9finitivement la fonction de sous-titres vid\xE9o","subtitle.disabledSubtitleDescription":"Si Immersive Translator's Video Subtitles entre en conflit avec d'autres extensions, vous pouvez choisir de d\xE9sactiver d\xE9finitivement la fonctionnalit\xE9 d'Immersive Translator's Video Subtitles ou de d\xE9sinstaller les autres extensions en conflit.","subtitle.autoEnableSubtitle":"Utilisation automatique de sous-titres bilingues","subtitle.autoEnableSubtitleDescription":"Une fois activ\xE9, des sous-titres bilingues s'afficheront automatiquement lorsque la vid\xE9o est en cours de lecture, sinon, il faut cliquer sur le bouton de traduction pour les afficher.","subtitle.preTranslation":"Traduire des sous-titres \xE0 l'aide de la traduction immersive","subtitle.preTranslationDescription":"Lorsque cette option est activ\xE9e, l'int\xE9gralit\xE9 des sous-titres sera pr\xE9-traduite \xE0 l'aide du service de traduction sp\xE9cifi\xE9 ci-dessous. Une vid\xE9o d'une heure consommera environ 50 000 tokens ou caract\xE8res, donc \xE0 utiliser \xE0 votre propre discr\xE9tion ; lorsqu'elle est d\xE9sactiv\xE9e, les sous-titres originaux seront utilis\xE9s en premier.","subtitle.humanSubtitlesPreferred":"Utilisation prioritaire du sous-titrage humain","subtitle.humanSubtitlesPreferredDescription":"Privil\xE9gier l'utilisation de sous-titres humains lorsque la vid\xE9o dispose de sous-titres humains dans la langue cible (recommand\xE9).",videoSubtitleTranslationDescription:"Confier les sous-titres vid\xE9o \xE0 un service de traduction distinct",subtitleTranslating:"Veuillez patienter pendant que les sous-titres sont traduits \xE0 l'aide du service {service} ... (traduction en immersion)",subtitleLoading:"Chargement des sous-titres...",bilingual:"bilinguisme","field.action":"Activation ou non de la terminologie Baidu","description.action":"Lorsqu'il est activ\xE9, un param\xE8tre action=1 est ajout\xE9 \xE0 la demande pour informer Baidu de l'activation du terme. <1>Veuillez vous r\xE9f\xE9rer \xE0 la documentation officielle pour plus d'informations.",closeQuickTranslation:"Fermer Hoverball","closeQuickTranslation.untilNext":"Cette fois-ci ferm\xE9 jusqu'\xE0 la prochaine visite","closeQuickTranslation.currentWebsite":"Site actuel d\xE9sactiv\xE9","closeQuickTranslation.alwaysClose":"d\xE9sactiver de fa\xE7on permanente","closeQuickTranslation.settingOpen":"(peut \xEAtre activ\xE9e dans la <1>page des param\xE8tres )","closeQuickTranslation.cancel":"annulations","closeQuickTranslation.confirm":"d\xE9finir","floatBall.popup":"Ouvrir le panneau des r\xE9glages rapides","floatBall.translate":"Cliquez pour traduire la page","floatBall.showOriginal":"Cliquez pour revenir \xE0 l'article original","floatBall.close":"Fermer Hoverball","floatBallOptions.enableDescPc":"Apr\xE8s avoir activ\xE9 le hoverball de la page, un bouton de traduction rapide sera affich\xE9 sur le c\xF4t\xE9 droit de la page, cliquez dessus pour traduire !","floatBallOptions.enableDesc":"Apr\xE8s avoir d\xE9sactiv\xE9 le hoverball, il peut \xEAtre rappel\xE9 \xE0 l'aide de{touch}. Il est fortement recommand\xE9 de marquer cette page de param\xE8tres d'un signet afin d'\xE9viter de ne pas pouvoir retrouver le hoverball apr\xE8s avoir d\xE9sactiv\xE9 cette option par inadvertance !","description.azureApiUrl":"Remplir l'adresse de l'interface API personnalis\xE9e",confirmSupportMouse:"Forcer l'activation de la prise en charge de la souris",confirmSupportMouseDescription:"Le navigateur actuel ne prend pas en charge la fonction de la souris. Est-il oblig\xE9 d'activer la prise en charge de la souris ?",sampleTargetText:"La longue nuit viendra, et je veillerai \xE0 partir de ce jour jusqu'\xE0 ma mort. Je ne prendrai pas de femme, je ne ferai pas de fief, je n'aurai pas d'enfant. Je ne porterai pas de couronne, je ne rechercherai pas les honneurs. Je ferai mon devoir, je vivrai et je mourrai.",sampleSourceText:"Night gathers, and now my watch begins. It shall not end until my death. I shall take no wife, hold no lands, father no children. I shall wear no crowns and win no glory. I shall live and die at my post.","subtitle.supportedSites":"\u5DF2\u652F\u6301\u5728\u8FD9\u4E9B\u7F51\u7AD9\u4F7F\u7528\u53CC\u8BED\u5B57\u5E55\uFF08\u6CE8\u610F\uFF1A\u7531\u4E8E\u6280\u672F\u9650\u5236\uFF0C\u90E8\u5206\u7F51\u7AD9\u5728\u9996\u6B21\u5F00\u542F\u5B57\u5E55\u540E\u9700\u8981\u91CD\u65B0\u5237\u65B0\u9875\u9762\uFF0C\u6216\u8005\u9700\u7B49\u5F85\u7FFB\u8BD1\u5B8C\u6210\u4EE5\u663E\u793A\u53CC\u8BED\u5B57\u5E55\uFF09\uFF1A",viewWithImmersiveTranslate:"\u53CC\u8BED\u7248\u672C(\u6C89\u6D78\u5F0F\u7FFB\u8BD1)",errorReason:"\u9519\u8BEF\u539F\u56E0\uFF1A{message}","proQuotaExceededError.onetime7day":'\uFF0C\u60A8\u53EF\u4EE5\u9009\u62E9\u4EE5\u4E0B\u65B9\u5F0F\u89E3\u51B3\uFF1A

1. \u5207\u6362\u5230 {anotherService} \u6216\u5176\u4ED6\u7FFB\u8BD1\u670D\u52A1
2. \u5347\u7EA7\u4E3A\u6708\u5EA6/\u5E74\u5EA6\u4F1A\u5458',"proQuotaExceededError.trial":'\uFF0C\u60A8\u53EF\u4EE5\u9009\u62E9\u4EE5\u4E0B\u65B9\u5F0F\u89E3\u51B3\uFF1A

1. \u5207\u6362\u5230 {anotherService} \u6216\u5176\u4ED6\u7FFB\u8BD1\u670D\u52A1
2. \u7ACB\u523B\u5347\u7EA7\u4E3A\u6B63\u5F0F\u4F1A\u5458',"proQuotaExceededError.nonTrial":'\uFF0C\u60A8\u53EF\u4EE5\u9009\u62E9\u4EE5\u4E0B\u65B9\u5F0F\u89E3\u51B3\uFF1A

1. \u5207\u6362\u5230 {anotherService} \u6216\u5176\u4ED6\u7FFB\u8BD1\u670D\u52A1
2. \u8D2D\u4E70 {translationService} \u989D\u5916\u6D41\u91CF\u5305',"proQuotaExceededError.resetTime":"
3. \u989D\u5EA6\u91CD\u7F6E\u65F6\u95F4\uFF1A{resetTime}","desc.touchShortcutsToggleTranslatePageOnlyTranslation":"Seulement la traduction signifie que seule la traduction est affich\xE9e, si la page n'a pas encore \xE9t\xE9 traduite, elle passera en mode et sera traduite.","desc.toggleOnlyTransation":"Le mode de traduction uniquement signifie que seules les traductions sont affich\xE9es, si la page Web n'a pas encore \xE9t\xE9 traduite, le mode sera chang\xE9 et traduit.",touchShortcutsToggleTranslatePageOnlyTranslation:"Configurer les gestes tactiles pour passer en mode bilingue / mode texte uniquement",download_started:"Le t\xE9l\xE9chargement a d\xE9j\xE0 commenc\xE9, si le t\xE9l\xE9chargement ne commence pas automatiquement, veuillez cliquer manuellement.",here:"ici","error.goReset":"R\xE9initialiser",translationFont:"D\xE9finir la police","error.serveConfigError":"Erreur de configuration du service",detectServiceLoading:"En train de v\xE9rifier les services de traduction disponibles...","translationModeUrl.translation.title":"L'adresse du site en mode traduction uniquement","translationServices.inherit":"Suivez le service de traduction principal","translationModeLang.translation.title":"Mode de langue uniquement en traduction","error.configError":"Les donn\xE9es de configuration sont anormales","translationFont.customPlaceholder":"police de caract\xE8res","touch.mouse-translate":"Traduire le paragraphe sp\xE9cifi\xE9",toggleToService:"Passez \xE0 {service} et r\xE9essayez","translationFont.custom":"Entrez une police personnalis\xE9e",batchEdit:"Op\xE9ration en masse","error.proUpgrade":"Apr\xE8s la mise \xE0 niveau, veuillez rafra\xEEchir la page et traduire \xE0 nouveau.","error.502":"Le service renvoie une erreur, le service est en retard, veuillez r\xE9essayer plus tard.","error.403":"Le service renvoie une erreur, vous n'avez pas temporairement le droit d'acc\xE9der \xE0 ce service.","error.googleLimitIp":"Le service renvoie une erreur, le service Google a limit\xE9 le d\xE9bit pour cette adresse IP, il est recommand\xE9 de changer de n\u0153ud r\xE9seau.",videoSubtitlePreTranslationOff:"Les sous-titres vid\xE9o utiliseront en priorit\xE9 les sous-titres automatiques fournis avec la vid\xE9o originale.","translationFont.notSupportErrorMessage":"Veuillez v\xE9rifier si le nom de la police que vous avez entr\xE9 est correct, ou confirmer que cette police est d\xE9j\xE0 install\xE9e sur votre appareil.","error.proTokenInvalid":"Si vous \xEAtes un utilisateur Pro, veuillez vous connecter avant d'utiliser le service de traduction Pro.",videoSubtitlePreTranslationOn:"Les sous-titres vid\xE9o utiliseront en priorit\xE9 la traduction immersive.","error.400":"Le service renvoie une erreur, la demande de param\xE8tre est incorrecte, veuillez v\xE9rifier la configuration correspondante.","error.429":"Le service renvoie une erreur, indiquant que la demande est trop fr\xE9quente ou d\xE9passe la limite de quota, veuillez r\xE9essayer plus tard.","translationModeUrl.translation.description":"Lorsque le site Web est pour les domaines suivants, il utilisera automatiquement le mode de traduction uniquement.",enableSentryReport:"Lorsqu'une erreur se produit lors de l'extension, utilisez Sentry pour soumettre des commentaires.","error.reloadPageOfSetting":"Apr\xE8s la configuration, veuillez rafra\xEEchir la page pour traduire \xE0 nouveau.","translationModeLang.translation.description":"Lorsque la langue de la page est l'une des langues suivantes, le mode de traduction uniquement sera automatiquement utilis\xE9.","error.gemini.429":"Le service Gemini actuel a atteint sa capacit\xE9 maximale, veuillez r\xE9essayer plus tard ou passer \xE0 un autre service de traduction.","desc.toggleVideoSubtitlePreTranslation":"Une fois appuy\xE9, les sous-titres bilingues de la vid\xE9o utiliseront en priorit\xE9 les param\xE8tres de traduction immersive, une nouvelle pression donnera la priorit\xE9 aux sous-titres de traduction automatique inclus dans la vid\xE9o originale. Attention : ce raccourci modifie les param\xE8tres globaux.","error.openAIExceededQuota":"Le service renvoie une erreur : le solde de votre compte OpenAI est insuffisant, veuillez recharger ou lier une carte de cr\xE9dit dans le back-office officiel d'OpenAI.","error.openAIFreeLimit":"Le service renvoie une erreur, la fr\xE9quence actuelle des demandes de traduction a atteint la limite maximale de 3 fois par minute, veuillez r\xE9essayer plus tard. (C'est une restriction officielle d'OpenAI sur la cl\xE9 API gratuite, pour lever cette restriction, veuillez lier une carte de cr\xE9dit dans le backend d'OpenAI.)","error.serveUnavailable":"Le service [{serverName}] que vous utilisez actuellement est temporairement inaccessible en raison de probl\xE8mes de connexion r\xE9seau ou de fournisseur de services. Nous vous sugg\xE9rons d'essayer de rafra\xEEchir la page ou de changer de service de traduction via <1>Param\xE8tres. Si vous \xEAtes un membre <2>Pro, vous pouvez choisir d'utiliser les services de traduction plus stables de DeepL ou OpenAI (<3>cliquez ici pour un essai gratuit). De plus, vous devrez peut-\xEAtre v\xE9rifier vos param\xE8tres de r\xE9seau ou de proxy.",loggedIn:"Connect\xE9","error.retry":"R\xE9essayer","floatBall.iKnow":"Je sais.",touchShortcutsOff:"Fermer","tagsInput.add":"+ Ajouter","translationServices.gemini":"G\xE9meaux",goLogin:"Allez vous connecter",shortcutSettings:"Raccourci",notLogin:"Non connect\xE9","multipleClick.4":"Quadruple frappe",alwaysTranslateThisSite:"Toujours traduire ce site","multipleClick.3":"Triple coup",neverTranslateThisSite:"Ne jamais traduire ce site","subtitle.bilingual":"Sous-titres bilingues","widget.instructionTooltip":"Consultez le mode d'emploi","shortcutGroup.shortcutsForTranslationServices":"Raccourcis li\xE9s au service de traduction",buildSnapshots:"G\xE9n\xE9rer un instantan\xE9 de la page web",shortcutSettingsTitle:"Param\xE9trage des raccourcis","subtitle.hideQuickButton":"Ne plus afficher ce raccourci",contact:"Contactez-nous","widget.videoSubtitleTooltip":"Prend en charge Youtube et autres sites vid\xE9o {count}+",notLoginPro:"Vous n'avez pas encore connect\xE9 \xE0 votre compte membre.","multipleClick.2":"Double-cliquez","widget.videoSubtitle":"sous-titres vid\xE9o",temprarilyChangeTranslationTo_gemini:"Utilisation de Gemini pour traduire la page actuelle.","error.subscriptionExpiredTitle":"L'adh\xE9sion a expir\xE9",pickAll:"Tout s\xE9lectionner","floatBall.guideClickToTranslate":"Cliquez sur la bulle de traduction immersive pour traduire rapidement",temprarilyChangeTranslationTo_google:"Utilisation en cours de Google Traduction pour cette page actuelle",temprarilyChangeTranslationTo_bing:"Utilisation en cours de Microsoft Traduction pour la page actuelle",mouseHoverCustomKeyTitle:"Personnaliser les raccourcis de survol de la souris","browser.translateWithDeepL":"Utilisation temporaire de DeepL pour traduire la page actuelle","widget.translateFile":"PDF/ePub",temprarilyChangeTranslationTo_openai:"Utilisation en cours d'OpenAI pour traduire la page actuelle","subtitle.autoDisableSubtitle":"Ne pas activer automatiquement les sous-titres bilingues","error.reason":"Raison de l'erreur",temprarilyChangeTranslationTo_deepl:"Utilisation de DeepL pour traduire la page actuelle.","widget.translateFileTooltip":"Traduire les documents PDF, EPUB, SRT, ASS, HTML et TXT",networkError:"Le service de traduction ou le r\xE9seau rencontre des probl\xE8mes.","floatBall.longPress":"Appuyez longuement pour ouvrir rapidement le panneau de configuration.",paragraphMinTextCountField:"Le nombre minimum de caract\xE8res requis pour traduire un paragraphe","browser.translateWithTransmart":"Utilisation temporaire de Tencent pour traduire la page actuelle","browser.translateWithOpenAI":"Utilisation temporaire d'OpenAI pour traduire la page actuelle",translationOnlyMode:"Mode de traduction uniquement","slide.right":"Glissez vers la gauche","shortcutGroup.main":"Raccourcis de fonctionnalit\xE9s couramment utilis\xE9s",temprarilyChangeTranslationTo_transmart:"Utilise actuellement la traduction de Tencent pour cette page.",touchShortcutsToggleTranslatePage:"D\xE9finir un geste tactile pour traduire la page web / afficher le texte original","slide.left":"Faites glisser vers la droite","shortcutGroup.touch":"Gestes sp\xE9cifiques pour \xE9cran tactile","intro.floatBallTitle":"Boule flottante de traduction rapide","neverTranslateText.title":"Ci-dessous, les mots restent en texte original, ne pas traduire.","browser.toggleMouseHoverTranslateDirectly":"Activer ou d\xE9sactiver temporairement la traduction directe au survol de la souris sur la page","browser.translateInputBox":"Traduire le contenu de la bo\xEEte de saisie actuelle","browser.translateWithGoogle":"Utilisation temporaire de Google Traduction pour la page actuelle","browser.translateWithBing":"Utilisation temporaire de Microsoft Traduction pour la page actuelle","widget.instruction":"Mode d'emploi","subtitle.showQuickButton":"Afficher les sous-titres bilingues dans le lecteur est un raccourci",touchShortcutsToggleTranslationMask:"Configurer l'affichage du geste tactile pour afficher le masque de traduction / afficher le texte original","error.subscriptionExpired":"Votre adh\xE9sion a peut-\xEAtre expir\xE9, veuillez v\xE9rifier votre statut de membre.","intro.hoverTitle":"Survolez avec la souris pour traduire le paragraphe actuel","browser.translateWithGemini":"Utilisez temporairement Gemini pour traduire la page actuelle",touchShortcutsToggleTranslateTouchElement:"Configurer la traduction de paragraphes sp\xE9cifiques par gestes tactiles","desc.touchShortcutsToggleTranslateTouchElement":"Personnalisez un geste et vous pourrez traduire n'importe quel paragraphe o\xF9 vous vous trouvez.","intro.subtitleTitle":"Affichage des sous-titres bilingues en vid\xE9o en ligne","desc.interfaceLanguage":"La configuration de la langue de l'interface affecte la langue d'affichage du panneau de contr\xF4le et n'a rien \xE0 voir avec la langue cible de la traduction.","browser.toggleVideoSubtitlePreTranslation":"Basculer vers les sous-titres bilingues en privil\xE9giant les param\xE8tres de traduction immersive","shortcutGroup.others":"Plus de raccourcis de fonctionnalit\xE9s personnalis\xE9es",confirmResetToDefaultSettings:"Confirmez-vous vouloir r\xE9tablir ce service de traduction comme param\xE8tre par d\xE9faut ? (Cela ne r\xE9initialise que les param\xE8tres de ce service de traduction)",shortcutDisableTooltip:"Veuillez configurer dans la page de gestion des raccourcis d'extension fournie par le navigateur, pour plus de directives, veuillez consulter les instructions en haut de cette page.","subtitle.showQuickButtonDescription":"Fournir un raccourci pour activer les sous-titres bilingues dans le coin inf\xE9rieur droit du lecteur vid\xE9o","shortcutGroup.mouse":"Configuration des raccourcis clavier pour le survol de la souris","desc.toggleTranslateTheMainPage":"Traduisez uniquement les zones principales de la page, une fois que vous avez activ\xE9 la traduction de toutes les zones de la page dans les param\xE8tres avanc\xE9s, vous pouvez utiliser ce raccourci pour traduire sp\xE9cifiquement les zones principales de la page.","description.baiduField":"Les domaines pris en charge sont vus <1>ici, si vide cela signifie qu'aucun domaine n'est sp\xE9cifi\xE9.",upgradeToProErrorTitle:"Veuillez passer \xE0 l'adh\xE9sion Pro pour utiliser ce service de traduction.",paragraphMinTextCountDesc:"Faites attention, ici on parle de la longueur des caract\xE8res, par exemple: hello compte 5 caract\xE8res, d\xE9finir une valeur plus grande peut r\xE9duire les traductions de petits paragraphes inutiles.",translationOnlyModeDescription:"Le mode de traduction uniquement signifie que seule la traduction est affich\xE9e, et non le mode bilingue par d\xE9faut. Notez que: en raison des limitations techniques, les hyperliens du texte original seront d\xE9sactiv\xE9s en mode de traduction uniquement.","desc.toggleTranslateTheWholePage":"Traduire toute la zone de la page, par d\xE9faut, nous traduirons la zone principale de la page, vous pouvez utiliser ce raccourci pour traduire sp\xE9cifiquement toute la zone de la page.","contact.description":"Si vous avez des questions ou des suggestions, n'h\xE9sitez pas \xE0 remplir le formulaire ci-dessous pour nous contacter, ou \xE0 envoyer un courriel \xE0 {email}, nous vous r\xE9pondrons d\xE8s que possible.",mouseHoverCustomKeyDescription:"Vous pouvez personnaliser un raccourci clavier pour le survol de la souris, par exemple : Alt+Z, Ctrl+E, Cmd+Alt+E ou directement Cmd, veuillez entrer manuellement.","desc.mouseHoverHoldKey":"Lorsque la souris survole un paragraphe et que vous appuyez simultan\xE9ment sur la touche de raccourci \xE0 droite, vous pouvez traduire directement ce paragraphe.","desc.touchShortcutsToggleTranslatePage":"Une fois configur\xE9, lors de l'utilisation d'un appareil mobile, vous pouvez toucher l'\xE9cran avec X doigts, glisser de gauche \xE0 droite ou cliquer continuellement pour d\xE9clencher la traduction de la page web / afficher le texte original.","desc.touchShortcutsToggleTranslationMask":"La traduction du masque fait r\xE9f\xE9rence \xE0 l'effet flou dans le style de la traduction (mode d'apprentissage), qui est activ\xE9 temporairement pour utiliser l'effet flou sur la traduction, facilitant l'apprentissage.","intro.floatBallDescription":"Une fois activ\xE9, un bouton de traduction rapide s'affichera sur le c\xF4t\xE9 droit de la page. Cliquez dessus pour traduire, cliquez \xE0 nouveau pour revenir au texte original. Sur mobile, maintenez le bouton flottant pour ouvrir le panneau de configuration rapide.","desc.toggleMouseHoverTranslateDirectly":"Apr\xE8s avoir appuy\xE9 sur ce raccourci, sur la page, d\xE8s que la souris pointe sur n'importe quel texte, ce texte sera automatiquement traduit. Appuyez \xE0 nouveau sur le raccourci pour d\xE9sactiver cette fonction de traduction automatique.","intro.hoverDescription":"La traduction au survol de la souris est une fonction tr\xE8s importante dans la traduction immersive. Il suffit de placer la souris sur le paragraphe et d'appuyer simultan\xE9ment sur la touche de raccourci d\xE9finie pour traduire automatiquement le paragraphe actuel (remarque : elle n'est pas activ\xE9e par d\xE9faut, veuillez la configurer ci-dessous). Cette interaction est utilis\xE9e pour mieux remplacer la traduction par s\xE9lection de mots. De plus, cette fonction est largement utilis\xE9e dans les zones de traduction qui ne peuvent pas \xEAtre reconnues. Vous pouvez utiliser cette fonction pour forcer la traduction de n'importe quel paragraphe.","neverTranslateText.description":"En raison de la reconnaissance insatisfaisante des noms propres par certains moteurs de traduction, vous pouvez ajouter des mots ici pour vous assurer qu'ils ne sont pas convertis pendant le processus de traduction. Veuillez noter que cette fonction distingue les majuscules et les minuscules et ne prend en charge que les langues \xE0 mots s\xE9par\xE9s par des espaces (comme l'anglais, le fran\xE7ais), elle n'est pas applicable aux langues comme le japonais, le cor\xE9en, etc.","intro.subtitleDescription":"Une fois cette fonction activ\xE9e, les sous-titres bilingues seront automatiquement affich\xE9s lors de la lecture de la vid\xE9o. Si elle n'est pas activ\xE9e, vous devrez cliquer manuellement sur le bouton de traduction sur la page pour afficher les sous-titres. Veuillez noter qu'en raison de limitations techniques, certains sites peuvent n\xE9cessiter un rafra\xEEchissement de la page ou attendre la fin de la traduction pour afficher les sous-titres bilingues. (De plus, vous pouvez \xE9galement activer/d\xE9sactiver le panneau de raccourcis de traduction immersive dans le coin sup\xE9rieur droit apr\xE8s avoir ouvert le site de la vid\xE9o).

La prise en charge des sous-titres bilingues est actuellement disponible sur ces sites :",geminiWarning:"Attention : Le service gratuit Gemini fourni par Google a des restrictions strictes, il est possible que Google juge que l'utilisateur utilise plusieurs cl\xE9s pour contourner leurs restrictions de quota gratuit, il n'est pas recommand\xE9 de l'utiliser, il est recommand\xE9 d'attendre que Google ouvre l'interface de paiement Gemini \xE0 l'avenir avant de l'utiliser.","floatBall.setting":"Param\xE9trage","floatBall.translateToLanguage":"Cliquez pour traduire en {language}","floatBall.file":"Traduire les fichiers PDF, EPUB, SRT, ASS, HTML, TXT",changeToOnlyTempTranslationMode:"Afficher uniquement les traductions",changeToDualTempTranslationMode:"Passer \xE0 la traduction bilingue","transitionMode.translation":"Seulement le texte traduit","options.navbar.installApp":"Installer l'application mobile","options.navbar.translateFile":"Traduire le document","subtitle.transitionMode":"Param\xE8tres de sous-titres vid\xE9o bilingues / traduction uniquement","subtitle.transitionModeDescription":"D\xE9finir les sous-titres vid\xE9o en mode bilingue ou en mode traduction uniquement","transitionMode.inherit":"Restez coh\xE9rent avec le mode d'affichage de traduction par d\xE9faut du syst\xE8me.","transitionMode.dual":"Contraste bilingue",translateFileTooltip:`Traduire PDF, ePub, srt, ass, HTML, fichiers TXT`,"description.multiplePrompt":`Lorsque le nombre de paragraphes est sup\xE9rieur \xE0 1, les dialogues envoy\xE9s \xE0 {service} en tant qu'utilisateur, o\xF9 {{from}} repr\xE9sente la langue du paragraphe, {{to}} repr\xE9sente la langue cible, {{yaml}} est le contenu du paragraphe que nous avons emball\xE9 au format yaml, si vous avez besoin de personnaliser Prompt, vous devez vous assurer que chaque \xE9l\xE9ment dans le r\xE9sultat YAML de la r\xE9ponse AI contient le champ {env.imt_trans_field}, {{imt_trans_field}} est le nom du champ de traduction que nous esp\xE9rons que l'IA r\xE9pondra, par d\xE9faut c'est {env.imt_trans_field}, {{imt_source_field}} est le nom du champ d'origine que nous passons \xE0 l'IA, par d\xE9faut c'est {env.imt_source_field}, exemple de r\xE9sultat : - id: 1 @@ -5087,7 +5087,7 @@ ass, HTML, fichiers TXT`,"description.multiplePrompt":`Lorsque le nombre de para {env.imt_sub_trans_field}: Traduction - id: 2 {env.imt_sub_source_field}: Source - {env.imt_sub_trans_field}: Traduction`,"subtitle.quickButton.magenta":"Fuchsia","subtitle.quickButton.red":"Rouge","subtitle.quickButton.setting":"Param\xE9trage","subtitle.quickButton.black":"noir","subtitle.quickButton.translationPosition":"Position de traduction","subtitle.quickButton.green":"Vert","subtitle.quickButton.translationFontSize":"Taille de police de traduction","subtitle.quickButton.sourceTextColor":"Couleur de police d'origine","translationServices.claude":"Claude","subtitle.quickButton.blue":"Bleu","subtitle.quickButton.sourceFontSize":"La taille originale de la police","subtitle.quickButton.translationTextColor":"Couleur de la police de traduction","subtitle.quickButton.backgroundColor":"couleur d'arri\xE8re-plan","subtitle.quickButton.white":"Blanc","subtitle.quickButton.translationPositionTop":"En haut de l'original","subtitle.quickButton.yellow":"jaune","subtitle.quickButton.cyan":"Bleu","subtitle.quickButton.backgroundOpacity":"Opacit\xE9 de l'arri\xE8re-plan","subtitle.quickButton.translationPositionBottom":"\u5728\u539F\u6587\u4E0B\u65B9",attachSubtitleTranslating:"Utilisation de {service} pour la traduction en cours...","error.claude.403":"Acc\xE8s temporairement interdit au service, cela peut \xEAtre li\xE9 aux restrictions r\xE9gionales de Claude. Vous pouvez essayer de changer votre adresse IP ou utiliser un autre service de traduction.","browser.brandDescriptionForSafari":"\u3010Traduction immersive\u3011Un plugin de traduction de pages web bilingue gratuit (texte original / traduction), qui supporte \xE9galement la traduction de PDF et de livres \xE9lectroniques EPUB tout en conservant la mise en page originale, la traduction de sous-titres bilingues pour des vid\xE9os en ligne comme Youtube/Netflix, et qui supporte les services de traduction principaux tels que Deepl/Google;","browser.PdfProFile":"AI pilot\xE9 PDF Pro traduction","browser.textTranslate":"Traduction de texte"};var Ol={nologin:"\u0905\u0902\u0926\u0930 \u092A\u094D\u0930\u0935\u0947\u0936 \u0915\u0940 \u0905\u0928\u0941\u092E\u0924\u093F \u0928\u0939\u0940\u0902 \u0939\u0948",loginForSafari:"\u0932\u0949\u0917-\u0907\u0928 \u092F\u093E \u092A\u0902\u091C\u0940\u0915\u0943\u0924",login:"\u0932\u0949\u0917 \u0907\u0928 \u0915\u0930\u0928\u0947 \u0915\u0947 \u092C\u093E\u0926 \u0906\u092A \u0938\u0926\u0938\u094D\u092F\u0924\u093E \u0938\u0915\u094D\u0930\u093F\u092F \u0915\u0930 \u0938\u0915\u0924\u0947 \u0939\u0948\u0902",manageAccount:"\u0916\u093E\u0924\u0947 \u0915\u093E \u092A\u094D\u0930\u092C\u0902\u0927\u0928 \u0915\u0930\u0947\u0902",openPremium:"\u0938\u0926\u0938\u094D\u092F\u0924\u093E \u0917\u094D\u0930\u0939\u0923 \u0915\u0930\u0947\u0902",logout:"\u091B\u094B\u0921\u093C\u0928\u093E",curentPlan:"\u0935\u0930\u094D\u0924\u092E\u093E\u0928 \u092A\u0948\u0915\u0947\u091C",endAt:"\u092A\u0930\u093F\u092A\u0915\u094D\u0935\u0924\u093E",endAuto:"\u0938\u094D\u0935\u091A\u093E\u0932\u093F\u0924 \u0928\u0935\u0940\u0915\u0930\u0923",lineBreakMaxTextCount:"\u092A\u0902\u0915\u094D\u0924\u093F \u0935\u093F\u0930\u093E\u092E \u0915\u0947 \u092C\u093E\u0926 \u092A\u094D\u0930\u0924\u093F \u0935\u093E\u0915\u094D\u092F \u0905\u0928\u0941\u092E\u0924 \u0935\u0930\u094D\u0923\u094B\u0902 \u0915\u0940 \u0905\u0927\u093F\u0915\u0924\u092E \u0938\u0902\u0916\u094D\u092F\u093E","translate-pdf":"\u092A\u0940\u0921\u0940\u090F\u092B \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u0915\u094D\u0932\u093F\u0915 \u0915\u0930\u0947\u0902","noSupportTranslate-pdf":"\u0938\u094D\u0915\u094D\u0930\u093F\u092A\u094D\u091F \u0938\u092E\u0930\u094D\u0925\u093F\u0924 \u0928\u0939\u0940\u0902 \u0939\u0948, \u0915\u0943\u092A\u092F\u093E \u092A\u094D\u0932\u0917-\u0907\u0928 \u0915\u093E \u0909\u092A\u092F\u094B\u0917 \u0915\u0930\u0947\u0902","translate-firefox-local-pdf":"\u092A\u0940\u0921\u0940\u090F\u092B \u0906\u092F\u093E\u0924 \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u0915\u094D\u0932\u093F\u0915 \u0915\u0930\u0947\u0902",enableLineBreak:"\u0932\u0902\u092C\u0947 \u0905\u0928\u0941\u091A\u094D\u091B\u0947\u0926\u094B\u0902 \u0915\u0947 \u0932\u093F\u090F \u0938\u094D\u0935\u091A\u093E\u0932\u093F\u0924 \u0936\u092C\u094D\u0926 \u0930\u0948\u092A\u093F\u0902\u0917 \u091A\u093E\u0932\u0942 \u0915\u0930\u0947\u0902",sponsorLabel:"$1 \u0938\u0947 \u0936\u0941\u0930\u0942 \u0915\u0930\u0915\u0947 \u0915\u093F\u0938\u0940 \u0921\u0947\u0935\u0932\u092A\u0930 \u0915\u094B \u092A\u094D\u0930\u093E\u092F\u094B\u091C\u093F\u0924 \u0915\u0930\u0947\u0902",help:"\u092E\u0926\u0926",browserShortcutsNoteForFirefox:'\u092B\u093C\u093E\u092F\u0930\u092B\u093C\u0949\u0915\u094D\u0938 \u092C\u094D\u0930\u093E\u0909\u091C\u093C\u0930 \u092E\u0947\u0902 \u0936\u0949\u0930\u094D\u091F\u0915\u091F \u0915\u0941\u0902\u091C\u093F\u092F\u094B\u0902 \u0915\u094B \u0938\u0902\u0936\u094B\u0927\u093F\u0924 \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F, \u0906\u092A\u0915\u094B \u090F\u0915\u094D\u0938\u091F\u0947\u0902\u0936\u0928 \u092A\u094D\u0930\u092C\u0902\u0927\u0928 \u092A\u0943\u0937\u094D\u0920 `about:addons` \u0916\u094B\u0932\u0928\u093E \u0939\u094B\u0917\u093E, \u092B\u093F\u0930 "\u0938\u0947\u091F\u093F\u0902\u0917\u094D\u0938" \u092A\u0930 \u0915\u094D\u0932\u093F\u0915 \u0915\u0930\u0947\u0902, \u092B\u093F\u0930 \u0907\u0938\u0947 \u0938\u0947\u091F \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F "\u0936\u0949\u0930\u094D\u091F\u0915\u091F \u0915\u0941\u0902\u091C\u093F\u092F\u093E\u0901 \u092A\u094D\u0930\u092C\u0902\u0927\u093F\u0924 \u0915\u0930\u0947\u0902" \u092A\u0930 \u0915\u094D\u0932\u093F\u0915 \u0915\u0930\u0947\u0902\u0964',browserShortcutsNoteForChrome:"\u0915\u094D\u0930\u094B\u092E-\u091C\u0948\u0938\u0947 \u092C\u094D\u0930\u093E\u0909\u091C\u093C\u0930 \u092E\u0947\u0902 \u0936\u0949\u0930\u094D\u091F\u0915\u091F \u0915\u0941\u0902\u091C\u093F\u092F\u094B\u0902 \u0915\u094B \u0938\u0902\u0936\u094B\u0927\u093F\u0924 \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F, \u0906\u092A\u0915\u094B \u090F\u0915\u094D\u0938\u091F\u0947\u0902\u0936\u0928 \u092A\u094D\u0930\u092C\u0902\u0927\u0928 \u092A\u0943\u0937\u094D\u0920 \u0916\u094B\u0932\u0928\u093E \u0939\u094B\u0917\u093E, \u0907\u0938\u0947 `\u0936\u0949\u0930\u094D\u091F\u0915\u091F \u092A\u094D\u0930\u092C\u0902\u0927\u093F\u0924 \u0915\u0930\u0947\u0902` \u092A\u0948\u0928\u0932 (`\u0915\u094D\u0930\u094B\u092E://\u090F\u0915\u094D\u0938\u091F\u0947\u0902\u0936\u0928/\u0936\u0949\u0930\u094D\u091F\u0915\u091F`) \u092E\u0947\u0902 \u0938\u0947\u091F \u0915\u0930\u0928\u093E \u0939\u094B\u0917\u093E, \u0914\u0930 \u0938\u0940\u0927\u0947 \u091C\u093E\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u0928\u0940\u091A\u0947 \u0926\u093F\u090F \u0917\u090F \u092C\u091F\u0928 \u092A\u0930 \u0915\u094D\u0932\u093F\u0915 \u0915\u0930\u0928\u093E \u0939\u094B\u0917\u093E \u0936\u0949\u0930\u094D\u091F\u0915\u091F \u0915\u0941\u0902\u091C\u0940 \u092A\u094D\u0930\u092C\u0902\u0927\u0928 \u092A\u0943\u0937\u094D\u0920.",browserShortcutsSucks:"\u0915\u0938\u094D\u091F\u092E \u0936\u0949\u0930\u094D\u091F\u0915\u091F \u0915\u0941\u0902\u091C\u0940 \u092A\u094D\u0930\u093E\u0930\u0942\u092A \u0939\u0948 (\u0915\u094B\u0908 \u0938\u094D\u0935\u091A\u093E\u0932\u093F\u0924 \u092A\u0939\u091A\u093E\u0928 \u0928\u0939\u0940\u0902, \u0915\u0943\u092A\u092F\u093E \u0938\u0940\u0927\u0947 \u0926\u0930\u094D\u091C \u0915\u0930\u0947\u0902)\uFF1A",enableLineBreakDescription:"\u091A\u093E\u0932\u0942 \u0939\u094B\u0928\u0947 \u092A\u0930, \u092A\u0922\u093C\u0928\u0947 \u0915\u0940 \u0938\u0941\u0935\u093F\u0927\u093E \u0915\u0947 \u0932\u093F\u090F \u092A\u094D\u0930\u0924\u094D\u092F\u0947\u0915 \u0935\u093E\u0915\u094D\u092F \u0915\u0947 \u0905\u0902\u0924 \u092E\u0947\u0902 \u0932\u0902\u092C\u0947 \u092A\u0948\u0930\u093E\u0917\u094D\u0930\u093E\u092B \u092E\u0947\u0902 \u0932\u093E\u0907\u0928 \u092C\u094D\u0930\u0947\u0915 \u0921\u093E\u0932\u0947 \u091C\u093E\u090F\u0902\u0917\u0947\u0964","browser.shortBrandName":"\u0917\u0939\u0928 \u0905\u0928\u0941\u0935\u093E\u0926","browser.brandName":"\u0907\u092E\u0930\u094D\u0938\u093F\u0935 \u0905\u0928\u0941\u0935\u093E\u0926: \u0926\u094D\u0935\u093F\u092D\u093E\u0937\u0940 \u0935\u0947\u092C \u092A\u0947\u091C \u0905\u0928\u0941\u0935\u093E\u0926 \u0914\u0930 \u092A\u0940\u0921\u0940\u090F\u092B \u0926\u0938\u094D\u0924\u093E\u0935\u0947\u091C\u093C \u0905\u0928\u0941\u0935\u093E\u0926","browser.brandDescription":"Bilingual web page translation, also supports PDF translation, bilingual Epub eBook translation, free to use.","browser.toggleTranslatePage":"\u0935\u0947\u092C \u092A\u0947\u091C \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0947\u0902/\u092E\u0942\u0932 \u092A\u093E\u0920 \u0926\u093F\u0916\u093E\u090F\u0902","browser.toggleTranslateTheWholePage":"\u092A\u0943\u0937\u094D\u0920 \u0915\u0947 \u0938\u092D\u0940 \u0915\u094D\u0937\u0947\u0924\u094D\u0930\u094B\u0902 \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0947\u0902/\u092E\u0942\u0932 \u092A\u093E\u0920 \u092A\u094D\u0930\u0926\u0930\u094D\u0936\u093F\u0924 \u0915\u0930\u0947\u0902","browser.toggleOnlyTransation":"\u0926\u094D\u0935\u093F\u092D\u093E\u0937\u0940/\u0915\u0947\u0935\u0932 \u0905\u0928\u0941\u0935\u093E\u0926 \u092E\u094B\u0921 \u092A\u0930 \u0938\u094D\u0935\u093F\u091A \u0915\u0930\u0947\u0902","browser.toggleTranslateToThePageEndImmediately":"\u0924\u0941\u0930\u0902\u0924 \u092A\u0943\u0937\u094D\u0920 \u0915\u0947 \u0928\u0940\u091A\u0947 \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0947\u0902/\u092E\u0942\u0932 \u092A\u093E\u0920 \u0926\u093F\u0916\u093E\u090F\u0902","browser.toggleTranslateTheMainPage":"\u092A\u0943\u0937\u094D\u0920 \u0915\u0947 \u092E\u0941\u0916\u094D\u092F \u0915\u094D\u0937\u0947\u0924\u094D\u0930 \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0947\u0902/\u092E\u0942\u0932 \u092A\u093E\u0920 \u092A\u094D\u0930\u0926\u0930\u094D\u0936\u093F\u0924 \u0915\u0930\u0947\u0902","browser.shareToDraft":"\u0926\u094D\u0935\u093F\u092D\u093E\u0937\u0940 \u092A\u0943\u0937\u094D\u0920 \u0938\u093E\u091D\u093E \u0915\u0930\u0947\u0902","browser.openOptionsPage":"\u0938\u0947\u091F\u093F\u0902\u0917 \u092A\u0943\u0937\u094D\u0920 \u0916\u094B\u0932\u0947\u0902","browser.toggleTranslationMask":"\u0905\u0928\u0941\u0935\u093E\u0926 \u0927\u0941\u0902\u0927\u0932\u093E \u092A\u094D\u0930\u092D\u093E\u0935 \u0926\u093F\u0916\u093E\u090F\u0901/\u091B\u093F\u092A\u093E\u090F\u0901","browser.translateLocalPdfFile":"\u0938\u094D\u0925\u093E\u0928\u0940\u092F \u092A\u0940\u0921\u0940\u090F\u092B \u092B\u093E\u0907\u0932\u094B\u0902 \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0947\u0902","browser.openEbookViewer":"\u0938\u094D\u0925\u093E\u0928\u0940\u092F \u0908-\u092A\u0941\u0938\u094D\u0924\u0915\u0947\u0902 \u092A\u0922\u093C\u0947\u0902","browser.openEbookBuilder":"\u0926\u094D\u0935\u093F\u092D\u093E\u0937\u0940 EPUB \u0908-\u092A\u0941\u0938\u094D\u0924\u0915\u0947\u0902 \u092C\u0928\u093E\u090F\u0901","browser.translateLocalHtmlFile":"HTML/txt \u092B\u093C\u093E\u0907\u0932\u094B\u0902 \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0947\u0902","browser.donateContext":"\u092A\u094D\u0930\u093E\u092F\u094B\u091C\u0928 \u0932\u093E\u092D\u094B\u0902 \u0915\u0947 \u092C\u093E\u0930\u0947 \u092E\u0947\u0902 \u091C\u093E\u0928\u0947\u0902","browser.translateLocalSubtitleFile":"\u0938\u094D\u0925\u093E\u0928\u0940\u092F \u0909\u092A\u0936\u0940\u0930\u094D\u0937\u0915 \u092B\u093C\u093E\u0907\u0932\u094B\u0902 \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0947\u0902",confirmResetConfig:"\u0915\u094D\u092F\u093E \u0906\u092A \u0935\u093E\u0915\u0908 \u0905\u092A\u0928\u0940 \u0938\u0947\u091F\u093F\u0902\u0917\u094D\u0938 \u0930\u0940\u0938\u0947\u091F \u0915\u0930\u0928\u093E \u091A\u093E\u0939\u0924\u0947 \u0939\u0948\u0902?",translationLineBreakSettingTitle:"\u0905\u0928\u0941\u0935\u093E\u0926 \u092A\u0902\u0915\u094D\u0924\u093F \u0930\u0948\u092A\u093F\u0902\u0917 \u0938\u0947\u091F\u093F\u0902\u0917",smartLineBreak:"\u0938\u094D\u092E\u093E\u0930\u094D\u091F \u0932\u093E\u0907\u0928 \u0930\u0948\u092A\u093F\u0902\u0917",alwaysLineBreak:"\u0939\u092E\u0947\u0936\u093E \u0932\u092A\u0947\u091F\u094B",isShowContextMenu:"\u0905\u0928\u0941\u0935\u093E\u0926\u093F\u0924 \u0935\u0947\u092C \u092A\u0947\u091C \u0915\u094B \u0930\u093E\u0907\u091F-\u0915\u094D\u0932\u093F\u0915 \u092E\u0947\u0928\u0942 \u0906\u0907\u091F\u092E \u092E\u0947\u0902 \u091C\u094B\u0921\u093C\u0947\u0902",toggleBeta:"\u092C\u0940\u091F\u093E \u092A\u0930\u0940\u0915\u094D\u0937\u0923 \u0938\u0941\u0935\u093F\u0927\u093E\u090F\u0901 \u0938\u0915\u094D\u0937\u092E \u0915\u0930\u0947\u0902",betaDescription:"\u0909\u0928 \u0938\u0941\u0935\u093F\u0927\u093E\u0913\u0902 \u0915\u094B \u0938\u0915\u094D\u0937\u092E \u0915\u0930\u0947\u0902 \u091C\u094B \u0905\u092D\u0940 \u092D\u0940 \u092A\u094D\u0930\u092F\u094B\u0917\u093E\u0924\u094D\u092E\u0915 \u0939\u0948\u0902, \u0938\u093E\u0925 \u0939\u0940 \u092A\u0930\u0940\u0915\u094D\u0937\u0923 \u092E\u0947\u0902 \u0905\u0928\u0941\u0935\u093E\u0926 \u0938\u0947\u0935\u093E\u090F\u0902 \u092D\u0940 \u0938\u0915\u094D\u0937\u092E \u0915\u0930\u0947\u0902\u0964 <1>\u091F\u0947\u0932\u0940\u0917\u094D\u0930\u093E\u092E \u0938\u092E\u0942\u0939 \u0938\u0947 \u091C\u0941\u0921\u093C\u0947\u0902 \u0914\u0930 \u0905\u0927\u093F\u0915 \u091C\u093E\u0928\u0947\u0902\u0964",translationLineBreakSettingDescription:"\u0939\u092E\u0947\u0936\u093E \u0930\u0948\u092A \u0915\u092E \u0938\u093E\u092E\u0917\u094D\u0930\u0940 \u0935\u093E\u0932\u0947 \u0932\u0947\u0906\u0909\u091F \u0915\u0947 \u0932\u093F\u090F \u0909\u092A\u092F\u0941\u0915\u094D\u0924 \u0939\u094B\u0924\u093E \u0939\u0948 \u0914\u0930 \u0905\u0927\u093F\u0915 \u0938\u0941\u0935\u094D\u092F\u0935\u0938\u094D\u0925\u093F\u0924 \u0939\u094B\u0924\u093E \u0939\u0948\u0964 (\u0938\u094D\u0925\u093E\u0928 \u092C\u091A\u093E\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u092C\u0939\u0941\u0924 \u0938\u093E\u0930\u0940 \u0938\u093E\u092E\u0917\u094D\u0930\u0940 ({count}\u0938\u0947 \u0905\u0927\u093F\u0915 \u0905\u0915\u094D\u0937\u0930) \u0935\u093E\u0932\u0947 \u0932\u0902\u092C\u0947 \u092A\u0948\u0930\u093E\u0917\u094D\u0930\u093E\u092B \u092E\u0947\u0902 \u0938\u094D\u092E\u093E\u0930\u094D\u091F \u0932\u093E\u0907\u0928 \u092C\u094D\u0930\u0947\u0915 \u0915\u093E \u0909\u092A\u092F\u094B\u0917 \u0915\u0930\u0947\u0902)",tempTranslateDomainTitle:"\u0935\u0947\u092C\u0938\u093E\u0907\u091F \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u094B \u0905\u0938\u094D\u0925\u093E\u092F\u0940 \u0930\u0942\u092A \u0938\u0947 \u0915\u092C \u0924\u0915 \u0938\u0915\u094D\u0937\u092E \u0915\u0930\u0928\u093E \u0939\u0948",tempTranslateDomainDescription:"\u0915\u093F\u0938\u0940 \u0935\u0947\u092C \u092A\u0947\u091C \u0915\u093E \u092E\u0948\u0928\u094D\u092F\u0941\u0905\u0932 \u0930\u0942\u092A \u0938\u0947 \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0924\u0947 \u0938\u092E\u092F, \u0938\u094D\u0935\u091A\u093E\u0932\u093F\u0924 \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0947 \u0932\u093F\u090F \u0935\u0947\u092C\u0938\u093E\u0907\u091F \u0915\u094B \u0905\u0938\u094D\u0925\u093E\u092F\u0940 \u0930\u0942\u092A \u0938\u0947 \u091A\u093E\u0932\u0942 \u0915\u0930\u0947\u0902, \u0914\u0930 \u0906\u092A \u0905\u0938\u094D\u0925\u093E\u092F\u0940 \u0905\u0935\u0927\u093F \u0928\u093F\u0930\u094D\u0927\u093E\u0930\u093F\u0924 \u0915\u0930 \u0938\u0915\u0924\u0947 \u0939\u0948\u0902\u0964",xMinutes:"{count} \u092E\u093F\u0928\u091F",disabled:"\u0905\u0915\u094D\u0937\u092E \u0915\u0930\u0928\u093E",changelog:"\u0932\u0949\u0917 \u092C\u0926\u0932\u0947\u0902",toggleTranslatePageWhenThreeFingersOnTheScreen:"\u0935\u0947\u092C \u092A\u0947\u091C \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0928\u0947/\u092E\u0942\u0932 \u092A\u093E\u0920 \u092A\u094D\u0930\u0926\u0930\u094D\u0936\u093F\u0924 \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u090F\u0915 \u0939\u0940 \u0938\u092E\u092F \u092E\u0947\u0902 \u0915\u0908 \u0905\u0902\u0917\u0941\u0932\u093F\u092F\u094B\u0902 \u0938\u0947 \u0938\u094D\u0915\u094D\u0930\u0940\u0928 \u0915\u094B \u0938\u094D\u092A\u0930\u094D\u0936 \u0915\u0930\u0947\u0902",toggleTranslationMaskWhenThreeFingersOnTheScreen:"\u0905\u0928\u0941\u0935\u093E\u0926 \u0927\u0941\u0902\u0927\u0932\u093E \u092A\u094D\u0930\u092D\u093E\u0935 \u0926\u093F\u0916\u093E\u0928\u0947/\u091B\u093F\u092A\u093E\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u090F\u0915 \u0939\u0940 \u0938\u092E\u092F \u092E\u0947\u0902 \u0915\u0908 \u0905\u0902\u0917\u0941\u0932\u093F\u092F\u094B\u0902 \u0915\u094B \u0938\u094D\u092A\u0930\u094D\u0936 \u0915\u0930\u0947\u0902",fingerCountToToggleTranslagePageOnlyTranslationWhenTouching:"\u0935\u0947\u092C \u092A\u0947\u091C \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 (\u0915\u0947\u0935\u0932 \u0905\u0928\u0941\u0935\u093E\u0926)/\u092E\u0942\u0932 \u092A\u093E\u0920 \u092A\u094D\u0930\u0926\u0930\u094D\u0936\u093F\u0924 \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u090F\u0915 \u0939\u0940 \u0938\u092E\u092F \u092E\u0947\u0902 \u0915\u0908 \u0905\u0902\u0917\u0941\u0932\u093F\u092F\u094B\u0902 \u0938\u0947 \u0938\u094D\u0915\u094D\u0930\u0940\u0928 \u0915\u094B \u0938\u094D\u092A\u0930\u094D\u0936 \u0915\u0930\u0947\u0902",addUrlDescription:"\u092F\u0939 \u090F\u0915 \u0921\u094B\u092E\u0947\u0928 \u0928\u093E\u092E \u0939\u094B \u0938\u0915\u0924\u093E \u0939\u0948 \u0914\u0930 \u0935\u093E\u0907\u0932\u094D\u0921\u0915\u093E\u0930\u094D\u0921 \u0915\u093E \u0938\u092E\u0930\u094D\u0925\u0928 \u0915\u0930\u0924\u093E \u0939\u0948, \u091C\u0948\u0938\u0947\uFF1A*.google.com, google.com/mail/*, https://www.google.com/*",general:"\u092E\u0942\u0932 \u0938\u0947\u091F\u093F\u0902\u0917\u094D\u0938",clickToExpandConfig:"\u0935\u0930\u094D\u0924\u092E\u093E\u0928 \u0915\u0949\u0928\u094D\u092B\u093C\u093F\u0917\u0930\u0947\u0936\u0928 \u0915\u093E \u0935\u093F\u0938\u094D\u0924\u093E\u0930 \u0915\u0930\u0947\u0902",import:"\u092B\u093C\u093E\u0907\u0932 \u0938\u0947 \u0906\u092F\u093E\u0924 \u0915\u0930\u0947\u0902",export:"\u092B\u093C\u093E\u0907\u0932 \u092E\u0947\u0902 \u0928\u093F\u0930\u094D\u092F\u093E\u0924 \u0915\u0930\u0947\u0902",toggleDebug:"\u0915\u0902\u0938\u094B\u0932 \u092A\u0930 \u0921\u093F\u092C\u0917 \u0932\u0949\u0917 \u092A\u094D\u0930\u093F\u0902\u091F \u0915\u0930\u0947\u0902","fingers.0":"\u092C\u0902\u0926","fingers.2":"\u0926\u094B \u0909\u0902\u0917\u0932\u093F\u092F\u094B\u0902 \u0915\u093E \u0938\u094D\u092A\u0930\u094D\u0936","fingers.3":"\u0924\u0940\u0928 \u0909\u0902\u0917\u0932\u093F\u092F\u094B\u0902 \u0915\u093E \u0938\u094D\u092A\u0930\u094D\u0936","fingers.4":"\u091A\u093E\u0930 \u0905\u0902\u0917\u0941\u0932 \u0915\u093E \u0938\u094D\u092A\u0930\u094D\u0936","fingers.5":"\u092A\u093E\u0901\u091A \u0905\u0902\u0917\u0941\u0932 \u0915\u093E \u0938\u094D\u092A\u0930\u094D\u0936",mouseHoldKey:"+ {key} \u0907\u0938 \u0905\u0928\u0941\u091A\u094D\u091B\u0947\u0926 \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926/\u092A\u0941\u0928\u0930\u094D\u0938\u094D\u0925\u093E\u092A\u0928\u093E \u0915\u0930\u0947\u0902",mouseHoldKeyAuto:"\u0907\u0938 \u0905\u0928\u0941\u091A\u094D\u091B\u0947\u0926 \u0915\u093E \u0938\u0940\u0927\u0947 \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0947\u0902",mouseHoldKeyOff:"\u0915\u0941\u091B \u092E\u0924 \u0915\u0930\u094B",mouseHoldKeyOther:"\u0915\u0938\u094D\u091F\u092E \u0936\u0949\u0930\u094D\u091F\u0915\u091F \u0915\u0941\u0902\u091C\u093F\u092F\u093E\u0901 (\u0938\u0947\u091F\u093F\u0902\u0917\u094D\u0938 \u0916\u094B\u0932\u0947\u0902)",mouseHoldKeyCustomKey:"0\u0907\u0938 \u0905\u0928\u0941\u091A\u094D\u091B\u0947\u0926 \u0915\u093E {key} /\u092A\u0941\u0928\u0930\u094D\u0938\u094D\u0925\u093E\u092A\u0928\u093E \u0915\u0930\u0947\u0902",mouseHoverHoldKey:"\u092A\u0948\u0930\u093E\u0917\u094D\u0930\u093E\u092B \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u092E\u093E\u0909\u0938 \u0915\u094B \u0918\u0941\u092E\u093E\u090F\u0901 \u0914\u0930 \u0936\u0949\u0930\u094D\u091F\u0915\u091F \u0915\u0941\u0902\u091C\u0940 \u0926\u092C\u093E\u090F\u0901","mouse-translate":"\u092E\u093E\u0909\u0938 \u0915\u0947 \u090A\u092A\u0930",document:"\u0926\u0938\u094D\u0924\u093E\u0935\u0947\u091C\u093C",resetSuccess:"\u0938\u092D\u0940 \u0938\u0947\u091F\u093F\u0902\u0917\u094D\u0938 \u0938\u092B\u0932\u0924\u093E\u092A\u0942\u0930\u094D\u0935\u0915 \u0930\u0940\u0938\u0947\u091F \u0915\u0930\u0947\u0902",resetThisSuccess:"\u0930\u0940\u0938\u0947\u091F \u0938\u092B\u0932",saved:"\u0938\u092B\u0932\u0924\u093E\u092A\u0942\u0930\u094D\u0935\u0915 \u092C\u091A\u093E\u092F\u093E",successImportConfig:"\u0915\u0949\u0928\u094D\u092B\u093C\u093F\u0917\u0930\u0947\u0936\u0928 \u0938\u092B\u0932\u0924\u093E\u092A\u0942\u0930\u094D\u0935\u0915 \u0906\u092F\u093E\u0924 \u0915\u093F\u092F\u093E \u0917\u092F\u093E",goAdvancedSettings:"\u0909\u0928\u094D\u0928\u0924 \u0938\u0947\u091F\u093F\u0902\u0917 \u092A\u0943\u0937\u094D\u0920 \u092A\u0930 \u091C\u093E\u090F\u0901",goAdvancedInterfaceSettings:"\u0909\u0928\u094D\u0928\u0924 \u0905\u0928\u0941\u0915\u0942\u0932\u0928 \u0938\u0947\u091F\u093F\u0902\u0917 \u092A\u0943\u0937\u094D\u0920 \u092A\u0930 \u091C\u093E\u090F\u0901",advanced:"\u090F\u0921\u0935\u093E\u0902\u0938 \u0938\u0947\u091F\u093F\u0902\u0917",advancedDescription:"\u0906\u092E \u0924\u094C\u0930 \u092A\u0930, \u0915\u093F\u0938\u0940 \u0938\u0947\u091F\u093F\u0902\u0917 \u0915\u0940 \u0906\u0935\u0936\u094D\u092F\u0915\u0924\u093E \u0928\u0939\u0940\u0902 \u0939\u0948, \u092C\u0938 \u0921\u093F\u092B\u093C\u0949\u0932\u094D\u091F \u0930\u0916\u0947\u0902\u0964 \u0915\u0947\u0935\u0932 \u0905\u0927\u093F\u0915 \u092A\u0947\u0936\u0947\u0935\u0930 \u0909\u092A\u092F\u094B\u0917\u0915\u0930\u094D\u0924\u093E\u0913\u0902 \u0915\u0947 \u0932\u093F\u090F, \u0905\u0927\u093F\u0915 \u0935\u0948\u092F\u0915\u094D\u0924\u093F\u0915\u0943\u0924 \u0938\u0947\u091F\u093F\u0902\u0917\u094D\u0938 \u092A\u094D\u0930\u0926\u093E\u0928 \u0915\u0940 \u091C\u093E\u0924\u0940 \u0939\u0948\u0902\u0964",developer:"\u0921\u0947\u0935\u0932\u092A\u0930 \u0938\u0947\u091F\u093F\u0902\u0917\u094D\u0938",donateCafe:"\u0915\u0940\u092E\u0924","translate to the bottom of the page":"\u0935\u0947\u092C \u092A\u0947\u091C \u092E\u0947\u0902 \u092A\u094D\u0930\u0935\u0947\u0936 \u0915\u0930\u0928\u0947 \u0915\u0947 \u092C\u093E\u0926, \u0915\u094D\u092F\u093E \u0907\u0938\u0915\u093E \u0924\u0941\u0930\u0902\u0924 \u092A\u0943\u0937\u094D\u0920 \u0915\u0947 \u0928\u093F\u091A\u0932\u0947 \u092D\u093E\u0917 \u092E\u0947\u0902 \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u093F\u092F\u093E \u091C\u093E\u0924\u093E \u0939\u0948?",feedback:"\u092A\u094D\u0930\u0924\u093F\u0915\u094D\u0930\u093F\u092F\u093E",toggleTranslatePage:"\u0935\u0947\u092C \u092A\u0947\u091C \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0947\u0902/\u092E\u0942\u0932 \u092A\u093E\u0920 \u0926\u093F\u0916\u093E\u090F\u0902",translateToThePageEndImmediatelyDescription:"\u091A\u093E\u0932\u0942 \u0939\u094B\u0928\u0947 \u092A\u0930, \u0915\u093F\u0938\u0940 \u0935\u0947\u092C\u092A\u0947\u091C \u092E\u0947\u0902 \u092A\u094D\u0930\u0935\u0947\u0936 \u0915\u0930\u0928\u0947 \u092A\u0930 \u0938\u093E\u092E\u0917\u094D\u0930\u0940 \u0924\u0941\u0930\u0902\u0924 \u090A\u092A\u0930 \u0938\u0947 \u0928\u0940\u091A\u0947 \u0924\u0915 \u0905\u0928\u0941\u0935\u093E\u0926\u093F\u0924 \u0939\u094B \u091C\u093E\u090F\u0917\u0940\u0964 \u092F\u0926\u093F \u092C\u0902\u0926 \u0939\u0948, \u0924\u094B \u0906\u092A \u090F\u0915 \u0939\u0940 \u0938\u092E\u092F \u092E\u0947\u0902 \u092A\u0922\u093C \u0914\u0930 \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930 \u0938\u0915\u0924\u0947 \u0939\u0948\u0902\u0964 (\u091A\u093E\u0932\u0942 \u0915\u0930\u0928\u0947 \u0915\u0940 \u0905\u0928\u0941\u0936\u0902\u0938\u093E \u0928\u0939\u0940\u0902 \u0915\u0940 \u0917\u0908)","translate all areas of the page":"\u0935\u0947\u092C \u092A\u0947\u091C \u0915\u0947 \u0938\u092D\u0940 \u0915\u094D\u0937\u0947\u0924\u094D\u0930\u094B\u0902 \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0928\u093E \u0939\u0948 \u092F\u093E \u0928\u0939\u0940\u0902",translationAreaDescription:"\u091A\u093E\u0932\u0942 \u0939\u094B\u0928\u0947 \u092A\u0930, \u0938\u0902\u092A\u0942\u0930\u094D\u0923 \u0935\u0947\u092C \u092A\u0947\u091C \u0915\u0947 \u0938\u092D\u0940 \u0915\u094D\u0937\u0947\u0924\u094D\u0930\u094B\u0902 \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u093F\u092F\u093E \u091C\u093E\u090F\u0917\u093E\u0964 \u092F\u0926\u093F \u092C\u0902\u0926 \u0915\u093F\u092F\u093E \u091C\u093E\u0924\u093E \u0939\u0948, \u0924\u094B \u0921\u093F\u092B\u093C\u0949\u0932\u094D\u091F \u0938\u094D\u092E\u093E\u0930\u094D\u091F \u092A\u0939\u091A\u093E\u0928 \u0915\u093E \u0909\u092A\u092F\u094B\u0917 \u0915\u093F\u092F\u093E \u091C\u093E\u0924\u093E \u0939\u0948 \u0914\u0930 \u0915\u0947\u0935\u0932 \u092E\u0941\u0916\u094D\u092F \u0915\u094D\u0937\u0947\u0924\u094D\u0930 \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u093F\u092F\u093E \u091C\u093E\u0924\u093E \u0939\u0948\u0964 (\u091A\u093E\u0932\u0942 \u0915\u0930\u0928\u0947 \u0915\u0940 \u0905\u0928\u0941\u0936\u0902\u0938\u093E \u0928\u0939\u0940\u0902 \u0915\u0940 \u0917\u0908)","the number of characters to be translated first":"\u0926\u0943\u0936\u094D\u092F \u0915\u094D\u0937\u0947\u0924\u094D\u0930 \u0924\u0915 \u0938\u094D\u0915\u094D\u0930\u0949\u0932 \u0915\u0930\u0928\u0947 \u0915\u0940 \u092A\u094D\u0930\u0924\u0940\u0915\u094D\u0937\u093E \u0915\u093F\u090F \u092C\u093F\u0928\u093E \u092A\u0943\u0937\u094D\u0920 \u0915\u0947 \u092A\u0939\u0932\u0947 \u0915\u0941\u091B \u0935\u0930\u094D\u0923\u094B\u0902 \u0915\u093E \u0938\u0940\u0927\u0947 \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0947\u0902","interface language":"\u0907\u0902\u091F\u0930\u092B\u093C\u0947\u0938 \u092D\u093E\u0937\u093E","display both the original text and the translation":"\u092E\u0942\u0932 \u092A\u093E\u0920 \u0914\u0930 \u0905\u0928\u0941\u0935\u093E\u0926 \u090F\u0915 \u0938\u093E\u0925 \u092A\u094D\u0930\u0926\u0930\u094D\u0936\u093F\u0924 \u0915\u0930\u0947\u0902","keyboard shortcuts":"\u0915\u0941\u0902\u091C\u0940\u092A\u091F\u0932 \u0905\u0932\u094D\u092A \u092E\u093E\u0930\u094D\u0917",modify:"\u0936\u0949\u0930\u094D\u091F\u0915\u091F \u0915\u0941\u0902\u091C\u093F\u092F\u093E\u0901 \u0938\u0902\u0936\u094B\u0927\u093F\u0924 \u0915\u0930\u0947\u0902",reset:"\u0930\u0940\u0938\u0947\u091F",close:"\u092C\u0902\u0926",homepage:"\u0939\u094B\u092E \u092A\u0947\u091C",more:"\u0905\u0927\u093F\u0915",moreOptions:"\u0905\u0927\u093F\u0915 \u0905\u0928\u0941\u0915\u0942\u0932\u0928 \u0935\u093F\u0915\u0932\u094D\u092A\u094B\u0902 \u0915\u093E \u0935\u093F\u0938\u094D\u0924\u093E\u0930 \u0915\u0930\u0947\u0902",translateTheWholePage:"\u092A\u0943\u0937\u094D\u0920 \u0915\u0947 \u0938\u092D\u0940 \u0915\u094D\u0937\u0947\u0924\u094D\u0930\u094B\u0902 \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0947\u0902 (\u092C\u0941\u0926\u094D\u0927\u093F\u092E\u093E\u0928 \u092A\u0939\u091A\u093E\u0928 \u0915\u0947 \u092E\u0941\u0916\u094D\u092F \u0915\u094D\u0937\u0947\u0924\u094D\u0930\u094B\u0902 \u0938\u0947 \u092D\u093F\u0928\u094D\u0928)",changeToTranslateTheWholePage:"\u0938\u092D\u0940 \u0915\u094D\u0937\u0947\u0924\u094D\u0930\u094B\u0902 \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u0938\u094D\u0935\u093F\u091A \u0915\u0930\u0947\u0902",changeToTranslateTheMainPage:"\u0905\u0928\u0941\u0935\u093E\u0926 \u092E\u0941\u0916\u094D\u092F \u0915\u094D\u0937\u0947\u0924\u094D\u0930 \u092A\u0930 \u0938\u094D\u0935\u093F\u091A \u0915\u0930\u0947\u0902",changeToOnlyTranslationMode:"\u0915\u0947\u0935\u0932 \u0905\u0928\u0941\u0935\u093E\u0926 \u0926\u093F\u0916\u093E\u0928\u0947 \u092A\u0930 \u0938\u094D\u0935\u093F\u091A \u0915\u0930\u0947\u0902",changeToDualTranslationMode:"\u0926\u094D\u0935\u093F\u092D\u093E\u0937\u0940 \u0905\u0928\u0941\u0935\u093E\u0926 \u092A\u0930 \u0938\u094D\u0935\u093F\u091A \u0915\u0930\u0947\u0902",translateToThePageEndImmediately:"\u0924\u0941\u0930\u0902\u0924 \u092A\u0943\u0937\u094D\u0920 \u0915\u0947 \u0928\u0940\u091A\u0947 \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0947\u0902",translateTheMainPage:"\u092C\u0941\u0926\u094D\u0927\u093F\u092E\u093E\u0928 \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0947 \u092E\u0941\u0916\u094D\u092F \u0915\u094D\u0937\u0947\u0924\u094D\u0930","The local rules are up to date":"\u0938\u094D\u0925\u093E\u0928\u0940\u092F \u0905\u0928\u0941\u0915\u0942\u0932\u0928 \u0928\u093F\u092F\u092E \u0905\u0926\u094D\u092F\u0924\u093F\u0924 \u0939\u0948\u0902:","Successfully synchronized with the latest official rules:":"\u0928\u0935\u0940\u0928\u0924\u092E \u0906\u0927\u093F\u0915\u093E\u0930\u093F\u0915 \u0905\u0928\u0941\u0915\u0942\u0932\u0928 \u0928\u093F\u092F\u092E\u094B\u0902 \u0915\u094B \u0938\u092B\u0932\u0924\u093E\u092A\u0942\u0930\u094D\u0935\u0915 \u0938\u093F\u0902\u0915\u094D\u0930\u0928\u093E\u0907\u091C\u093C \u0915\u093F\u092F\u093E \u0917\u092F\u093E:","Checking for updates":"\u0905\u092A\u0921\u0947\u091F \u0915\u0947 \u0932\u093F\u090F \u091C\u093E\u0902\u091A \u0915\u0930 \u0930\u0939\u093E \u0939\u0948","Rules are being synchronized":"\u0905\u0928\u0941\u0915\u0942\u0932\u0928 \u0928\u093F\u092F\u092E\u094B\u0902 \u0915\u094B \u0938\u093F\u0902\u0915\u094D\u0930\u0928\u093E\u0907\u091C\u093C \u0915\u0930\u0928\u093E",localVersionIsTooOld:"\u0938\u094D\u0925\u093E\u0928\u0940\u092F \u090F\u0915\u094D\u0938\u091F\u0947\u0902\u0936\u0928 \u0938\u0902\u0938\u094D\u0915\u0930\u0923 \u092C\u0939\u0941\u0924 \u092A\u0941\u0930\u093E\u0928\u093E \u0939\u0948\u0964 \u0915\u0943\u092A\u092F\u093E \u090F\u0915\u094D\u0938\u091F\u0947\u0902\u0936\u0928 {minVersion} \u092F\u093E \u0928\u090F \u0938\u0902\u0938\u094D\u0915\u0930\u0923 \u092E\u0947\u0902 \u0905\u092A\u0917\u094D\u0930\u0947\u0921 \u0915\u0930\u0947\u0902 \u0914\u0930 \u092B\u093F\u0930 \u0938\u0947 \u0938\u093F\u0902\u0915\u094D\u0930\u0928\u093E\u0907\u091C\u093C\u0947\u0936\u0928 \u0915\u093E \u092A\u094D\u0930\u092F\u093E\u0938 \u0915\u0930\u0947\u0902\u0964",badUserscriptBrowser:"\u0935\u0930\u094D\u0924\u092E\u093E\u0928 \u092C\u094D\u0930\u093E\u0909\u091C\u093C\u0930 \u0917\u094D\u0930\u0940\u0938 \u092E\u0902\u0915\u0940 \u090F\u0915\u094D\u0938\u091F\u0947\u0902\u0936\u0928 \u0907\u0902\u091F\u0930\u092B\u093C\u0947\u0938 \u0915\u094B \u0938\u0939\u0940 \u0922\u0902\u0917 \u0938\u0947 \u0915\u093E\u0930\u094D\u092F\u093E\u0928\u094D\u0935\u093F\u0924 \u0928\u0939\u0940\u0902 \u0915\u0930\u0924\u093E \u0939\u0948 (\u091C\u0948\u0938\u0947 \u0915\u093F \u0917\u094D\u0930\u0940\u0938 \u092E\u0902\u0915\u0940 \u0938\u094D\u0915\u094D\u0930\u093F\u092A\u094D\u091F \u0915\u0940 \u0938\u0902\u0938\u094D\u0915\u0930\u0923 \u0938\u0902\u0916\u094D\u092F\u093E \u0915\u0940 \u091C\u093E\u0928\u0915\u093E\u0930\u0940 \u092A\u094D\u0930\u093E\u092A\u094D\u0924 \u0915\u0930\u0928\u093E), \u0915\u0943\u092A\u092F\u093E \u0905\u0928\u094D\u092F <1> \u0938\u092E\u0930\u094D\u0925\u0928 \u0917\u094D\u0930\u0940\u0938 \u092E\u0902\u0915\u0940 \u090F\u0915\u094D\u0938\u091F\u0947\u0902\u0936\u0928 \u0915\u093E \u0909\u092A\u092F\u094B\u0917 \u0915\u0930\u0947\u0902 \u092B\u093C\u093E\u092F\u0930\u092B\u093C\u0949\u0915\u094D\u0938 \u091C\u0948\u0938\u0947 \u092C\u094D\u0930\u093E\u0909\u091C\u093C\u0930",foundNewVersion:"\u0928\u092F\u093E \u0938\u0902\u0938\u094D\u0915\u0930\u0923 \u092E\u093F\u0932\u093E",theLocalExtensionIsUpToUpdate:"\u0935\u0930\u094D\u0924\u092E\u093E\u0928 \u090F\u0915\u094D\u0938\u091F\u0947\u0902\u0936\u0928 \u0928\u0935\u0940\u0928\u0924\u092E \u0938\u0902\u0938\u094D\u0915\u0930\u0923 \u0939\u0948.",failToSyncRules:"\u0928\u0935\u0940\u0928\u0924\u092E \u0905\u0928\u0941\u0915\u0942\u0932\u0928 \u0928\u093F\u092F\u092E\u094B\u0902 \u0915\u094B \u0938\u093F\u0902\u0915\u094D\u0930\u0928\u093E\u0907\u091C\u093C \u0915\u0930\u0928\u0947 \u092E\u0947\u0902 \u0935\u093F\u092B\u0932",retry:"\u092A\u0941\u0928\u0903 \u092A\u094D\u0930\u092F\u093E\u0938 \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u092F\u0939\u093E\u0902 \u092A\u0930 \u0915\u094D\u0932\u093F\u0915 \u0915\u0930\u0947\u0902",failedReason:"\u0905\u0938\u092B\u0932\u0924\u093E \u0915\u093E \u0915\u093E\u0930\u0923",currentRuleVersion:"\u0935\u0930\u094D\u0924\u092E\u093E\u0928 \u0928\u093F\u092F\u092E \u0938\u0902\u0938\u094D\u0915\u0930\u0923",calculating:"\u0917\u093F\u0928\u093E \u091C\u093E \u0930\u0939\u093E \u0939\u0948",unknownError:"\u0905\u091C\u094D\u091E\u093E\u0924 \u0917\u0932\u0924\u0940",canNotFetchRemoteRule:"\u0926\u0942\u0930\u0938\u094D\u0925 \u0928\u093F\u092F\u092E \u092A\u094D\u0930\u093E\u092A\u094D\u0924 \u0915\u0930\u0928\u0947 \u092E\u0947\u0902 \u0905\u0938\u092E\u0930\u094D\u0925",enableAlphaSuccess:"\u0905\u0932\u094D\u092B\u093C\u093E \u092B\u093C\u0902\u0915\u094D\u0936\u0928 \u091A\u093E\u0932\u0942 \u0939\u0941\u0906",disableAlphaSuccess:"\u0905\u0932\u094D\u092B\u093C\u093E \u0938\u0941\u0935\u093F\u0927\u093E \u092C\u0902\u0926 \u0915\u0930 \u0926\u0940 \u0917\u0908",cacheSize:"\u0915\u0948\u0936 \u0906\u0915\u093E\u0930\uFF1A",cleaning:"\u0938\u092B\u093E\u0908",cleanCache:"\u0915\u0948\u0936 \u0915\u094B \u0938\u093E\u092B\u093C \u0915\u0930\u0947\u0902",options:"\u0938\u094D\u0925\u093E\u092A\u093F\u0924 \u0915\u0930\u0928\u093E",about:"\u0915\u0947 \u092C\u093E\u0930\u0947 \u092E\u0947\u0902",service:"\u0905\u0928\u0941\u0935\u093E\u0926\u0928 \u0938\u0947\u0935\u093E",needAction:"(\u0938\u0947\u091F\u093F\u0902\u0917\u094D\u0938 \u092E\u0947\u0902 \u091C\u093E\u0913)",goSettings:"\u0938\u0947\u091F\u093F\u0902\u0917\u094D\u0938 \u092E\u0947\u0902 \u091C\u093E\u0913",needActionForOptions:"(\u0938\u0947\u091F \u0915\u0930\u0928\u0947 \u0915\u0940 \u0906\u0935\u0936\u094D\u092F\u0915\u0924\u093E \u0939\u0948)",translationEngine:"\u0907\u0902\u091C\u0928 \u0935\u093F\u0915\u0932\u094D\u092A",sourceLanguage:"\u0935\u093E\u0938\u094D\u0924\u0935\u093F\u0915 \u092D\u093E\u0937\u093E",target:"\u0932\u0915\u094D\u0937\u094D\u092F \u092D\u093E\u0937\u093E",popupSourceLanguage:"\u0935\u093E\u0938\u094D\u0924\u0935\u093F\u0915 \u092D\u093E\u0937\u093E",popupTarget:"\u0932\u0915\u094D\u0937\u094D\u092F \u092D\u093E\u0937\u093E",popupService:"\u0905\u0928\u0941\u0935\u093E\u0926\u0928 \u0938\u0947\u0935\u093E",forThisSite:"\u0935\u0930\u094D\u0924\u092E\u093E\u0928 \u0935\u0947\u092C\u0938\u093E\u0907\u091F",autoEnableSubtitle:"\u0926\u094D\u0935\u093F\u092D\u093E\u0937\u0940 \u0909\u092A\u0936\u0940\u0930\u094D\u0937\u0915 \u0938\u094D\u0935\u091A\u093E\u0932\u093F\u0924 \u0930\u0942\u092A \u0938\u0947 \u091A\u093E\u0932\u0942 \u0915\u0930\u0947\u0902",alwaysTranslate:"\u0939\u092E\u0947\u0936\u093E \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0947\u0902",neverTranslate:"\u0915\u092D\u0940 \u092D\u0940 \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0928 \u0915\u0930\u0947\u0902",alwaysTranslateSomeLanguage:"\u0939\u092E\u0947\u0936\u093E {language}\u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0947\u0902",neverTranslateSomeLanguage:"\u0915\u092D\u0940 \u092D\u0940 {language}\u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0928 \u0915\u0930\u0947\u0902",alwaysTranslateSomeSite:"\u0939\u092E\u0947\u0936\u093E {hostname}\u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0947\u0902",neverTranslateSomeSite:"\u0915\u092D\u0940 \u092D\u0940 {hostname}\u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0928 \u0915\u0930\u0947\u0902",alwaysTranslateSomeSiteOrWildSite:"\u0939\u092E\u0947\u0936\u093E \u0907\u0938 \u0938\u093E\u0907\u091F \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0947\u0902",alwaysTranslateSomePage:"\u0939\u092E\u0947\u0936\u093E \u0907\u0938 \u092A\u0943\u0937\u094D\u0920 \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0947\u0902",add:"\u0907\u0938\u092E\u0947\u0902 \u091C\u094B\u0921\u093C\u0947\u0902",default:"\u0917\u0932\u0924\u0940 \u0915\u0930\u0928\u093E",forThisLanguage:"\u0907\u0938 \u092D\u093E\u0937\u093E \u0915\u0947 \u0932\u093F\u090F\uFF1A","add url":"\u092F\u0942 \u0906\u0930 \u090F\u0932 \u0926\u0930\u094D\u091C \u0915\u0930\u094B",edit:"\u0938\u0902\u092A\u093E\u0926\u0928 \u0915\u0930\u0928\u093E","translate other languages into specific language":"\u0906\u092A\u0915\u0947 \u0926\u094D\u0935\u093E\u0930\u093E \u0928\u093F\u0930\u094D\u0927\u093E\u0930\u093F\u0924 \u092D\u093E\u0937\u093E \u092E\u0947\u0902 \u0905\u0928\u094D\u092F \u092D\u093E\u0937\u093E\u0913\u0902 \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0947\u0902","select translation service":"\u090F\u0915 \u0905\u0928\u0941\u0935\u093E\u0926 \u0938\u0947\u0935\u093E \u091A\u0941\u0928\u0947\u0902",language:"\u092D\u093E\u0937\u093E","show-original":"\u092E\u0942\u0932 \u092A\u093E\u0920 \u0926\u093F\u0916\u093E\u090F\u0901",translate:"\u0905\u0928\u0941\u0935\u093E\u0926",Translated:"\u0905\u0928\u0941\u0935\u093E\u0926",Translating:"\u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0928\u093E",Error:"\u0917\u0932\u0924\u0940",allowCacheTranslations:"\u0938\u094D\u0925\u093E\u0928\u0940\u092F \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0948\u0936\u093F\u0902\u0917 \u0938\u0915\u094D\u0937\u092E \u0915\u0930\u0947\u0902 (\u0921\u0941\u092A\u094D\u0932\u093F\u0915\u0947\u091F \u092A\u0948\u0930\u093E\u0917\u094D\u0930\u093E\u092B \u0915\u0947 \u0932\u093F\u090F \u0905\u0928\u0941\u0935\u093E\u0926 \u0905\u0928\u0941\u0930\u094B\u0927\u094B\u0902 \u0915\u094B \u0915\u092E \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F)","translation display":"\u0905\u0928\u0941\u0935\u093E\u0926 \u092A\u094D\u0930\u0926\u0930\u094D\u0936\u0928 \u0936\u0948\u0932\u0940","select diplay style":"\u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0940 \u0936\u0948\u0932\u0940 \u0915\u094B \u0905\u0932\u0917 \u0915\u0930\u0947\u0902\u0964 \u0935\u093F\u0935\u0930\u0923 \u0915\u0947 \u0932\u093F\u090F \u0915\u0943\u092A\u092F\u093E \u0928\u093F\u092E\u094D\u0928\u0932\u093F\u0916\u093F\u0924 \u0909\u0926\u093E\u0939\u0930\u0923 \u0926\u0947\u0916\u0947\u0902:",interface:"\u0907\u0902\u091F\u0930\u092B\u093C\u0947\u0938 \u0938\u0947\u091F\u093F\u0902\u0917\u094D\u0938",import_export:"\u0906\u092F\u093E\u0924 \u0914\u0930 \u0928\u093F\u0930\u094D\u092F\u093E\u0924",import_export_title:"\u0906\u092F\u093E\u0924/\u0928\u093F\u0930\u094D\u092F\u093E\u0924 \u0915\u0949\u0928\u094D\u092B\u093C\u093F\u0917\u0930\u0947\u0936\u0928",syncToGoogleDrive:"\u0905\u092D\u0940 Google Drive \u0915\u0947 \u0938\u093E\u0925 \u0938\u093F\u0902\u0915 \u0915\u0930\u0947\u0902",floatBallOptions:"\u0928\u093F\u0932\u0902\u092C\u093F\u0924 \u0917\u0947\u0902\u0926 \u0938\u0947\u091F\u093F\u0902\u0917\u094D\u0938","floatBallOptions.enable":"\u092B\u094D\u0932\u094B\u091F\u093F\u0902\u0917 \u092C\u0949\u0932 \u0938\u0915\u094D\u0937\u092E \u0915\u0930\u0947\u0902","floatBallOptions.blockUrls":"\u0935\u0947\u092C\u0938\u093E\u0907\u091F \u0905\u0915\u094D\u0937\u092E \u0915\u0930\u0947\u0902","floatBallOptions.add":"\u0907\u0938\u092E\u0947\u0902 \u091C\u094B\u0921\u093C\u0947\u0902","floatBallOptions.blockUrlDesc":"\u0928\u093F\u092E\u094D\u0928\u0932\u093F\u0916\u093F\u0924 \u0935\u0947\u092C\u0938\u093E\u0907\u091F\u094B\u0902 \u0915\u093E \u0938\u093E\u092E\u0928\u093E \u0915\u0930\u0928\u0947 \u092A\u0930 \u092B\u094D\u0932\u094B\u091F\u093F\u0902\u0917 \u092C\u0949\u0932 \u092A\u094D\u0930\u0926\u0930\u094D\u0936\u093F\u0924 \u0928\u0939\u0940\u0902 \u0939\u094B\u0917\u0940","floatBallOptions.clickType":"\u0935\u094D\u092F\u0935\u0939\u093E\u0930 \u092A\u0930 \u0915\u094D\u0932\u093F\u0915 \u0915\u0930\u0947\u0902","floatBallOptions.clickTypeDesc":"\u0915\u094D\u0932\u093F\u0915 \u0915\u0930\u0928\u0947 \u092A\u0930 \u092B\u094D\u0932\u094B\u091F\u093F\u0902\u0917 \u092C\u0949\u0932 \u0906\u0907\u0915\u0928 \u0915\u093E \u0935\u094D\u092F\u0935\u0939\u093E\u0930","floatBallOptions.clickPopup":"\u0905\u0928\u0941\u0935\u093E\u0926 \u092A\u0948\u0928\u0932 \u0926\u093F\u0916\u093E\u090F\u0901","floatBallOptions.clickTranslate":"\u092E\u0942\u0932 \u092A\u093E\u0920 \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0947\u0902/\u0926\u093F\u0916\u093E\u090F\u0901","floatBallOptions.fixedPosition":"\u56FA\u5B9A\u4F4D\u7F6E","floatBallOptions.fixedPositionDesc":"\u60AC\u6D6E\u7403\u5728\u7A97\u53E3\u5DE6\u4FA7\u8FD8\u662F\u53F3\u4FA7","floatBallOptions.fixedPositionLeft":"\u5DE6\u4FA7","floatBallOptions.fixedPositionRight":"\u53F3\u4FA7",previewAllThemes:"\u0938\u092D\u0940 \u0936\u0948\u0932\u093F\u092F\u094B\u0902 \u0915\u093E \u092A\u0942\u0930\u094D\u0935\u093E\u0935\u0932\u094B\u0915\u0928 \u0915\u0930\u0947\u0902","translationTheme.none":"\u0915\u094B\u0908 \u0928\u0939\u0940\u0902","translationTheme.grey":"\u0917\u0939\u0930\u093E \u092D\u0942\u0930\u093E","translationTheme.dashed":"\u0927\u0930\u093E\u0936\u093E\u092F\u0940 \u0930\u0947\u0916\u093E\u0902\u0915\u093F\u0924","translationTheme.dotted":"\u092C\u093F\u0902\u0926\u0940\u0926\u093E\u0930 \u0930\u0947\u0916\u093E\u0902\u0915\u0928","translationTheme.dashedBorder":"\u0927\u0930\u093E\u0936\u093E\u092F\u0940 \u0938\u0940\u092E\u093E","translationTheme.solidBorder":"\u0920\u094B\u0938 \u0938\u0940\u092E\u093E","translationTheme.underline":"\u0938\u0940\u0927\u0947 \u0930\u0947\u0916\u093E\u0902\u0915\u093F\u0924 \u0915\u0930\u0947\u0902","translationTheme.mask":"\u0927\u0941\u0902\u0927\u0932\u093E \u092A\u094D\u0930\u092D\u093E\u0935 (\u0938\u0940\u0916\u0928\u0947 \u0915\u093E \u0924\u0930\u0940\u0915\u093E)","translationTheme.opacity":"\u092A\u093E\u0930\u0926\u0930\u094D\u0936\u093F\u0924\u093E \u092A\u094D\u0930\u092D\u093E\u0935","translationTheme.paper":"\u0936\u094D\u0935\u0947\u0924 \u092A\u0924\u094D\u0930 \u091B\u093E\u092F\u093E \u092A\u094D\u0930\u092D\u093E\u0935","translationTheme.dividingLine":"\u0935\u093F\u092D\u093E\u091C\u0928 \u0930\u0947\u0916\u093E","translationTheme.highlight":"\u092A\u094D\u0930\u092E\u0941\u0916\u0924\u093E \u0938\u0947 \u0926\u093F\u0916\u093E\u0928\u093E","translationTheme.marker":"\u0928\u093F\u0936\u093E\u0928","translationTheme.marker2":"\u092E\u093E\u0930\u094D\u0915\u0930 2","translationTheme.blockquote":"\u0938\u0902\u0926\u0930\u094D\u092D \u0936\u0948\u0932\u0940","translationTheme.weakening":"\u0915\u092E\u091C\u094B\u0930","translationTheme.italic":"\u0924\u093F\u0930\u094D\u091B\u093E","translationTheme.bold":"\u092C\u094B\u0932\u094D\u0921","translationTheme.thinDashed":"\u092A\u0924\u0932\u0940 \u0927\u0930\u093E\u0936\u093E\u092F\u0940 \u0930\u0947\u0916\u093E\u0902\u0915\u0928","translationTheme.nativeDashed":"\u0938\u093F\u0938\u094D\u091F\u092E \u092C\u093F\u0902\u0926\u0940\u0926\u093E\u0930 \u0905\u0902\u0921\u0930\u0932\u093E\u0907\u0928 \u0915\u0947 \u0938\u093E\u0925 \u0906\u0924\u093E \u0939\u0948","translationTheme.nativeDotted":"\u0938\u093F\u0938\u094D\u091F\u092E \u092C\u093F\u0902\u0926\u0940\u0926\u093E\u0930 \u0905\u0902\u0921\u0930\u0932\u093E\u0907\u0928 \u0915\u0947 \u0938\u093E\u0925 \u0906\u0924\u093E \u0939\u0948","translationTheme.nativeUnderline":"\u0938\u093F\u0938\u094D\u091F\u092E \u0938\u0940\u0927\u0947 \u0905\u0902\u0921\u0930\u0932\u093E\u0907\u0928 \u0915\u0947 \u0938\u093E\u0925 \u0906\u0924\u093E \u0939\u0948","translationTheme.wavy":"\u0932\u0939\u0930\u0926\u093E\u0930 \u0930\u0947\u0916\u093E\u090F\u0901","translationServices.custom":"\u0915\u0938\u094D\u091F\u092E \u090F\u092A\u0940\u0906\u0908","translationServices.tencent":"\u091F\u0947\u0928\u0938\u0947\u0902\u091F \u0905\u0928\u0941\u0935\u093E\u0926\u0915","translationServices.tenAlpha":"Tencent \u0905\u0928\u0941\u0935\u093E\u0926\u0915 (\u0905\u0932\u094D\u092B\u093E)","translationServices.google":"\u0917\u0942\u0917\u0932 \u0905\u0928\u0941\u0935\u093E\u0926","translationServices.bai":"Baidu(\u0905\u0932\u094D\u092B\u093E)","translationServices.baidu":"Baidu \u0905\u0928\u0941\u0935\u093E\u0926\u0915","translationServices.aliyun":"\u0905\u0932\u0940\u092C\u093E\u092C\u093E \u0915\u094D\u0932\u093E\u0909\u0921 \u0905\u0928\u0941\u0935\u093E\u0926","translationServices.volc":"\u091C\u094D\u0935\u093E\u0932\u093E\u092E\u0941\u0916\u0940 \u0905\u0928\u0941\u0935\u093E\u0926","translationServices.deeplx":"\u0921\u0940\u092A\u090F\u0932\u090F\u0915\u094D\u0938(\u092C\u0940\u091F\u093E)","translationServices.bing":"\u092E\u093E\u0907\u0915\u094D\u0930\u094B\u0938\u0949\u092B\u094D\u091F \u0905\u0928\u0941\u0935\u093E\u0926\u0915","translationServices.deepl":"\u0921\u0940\u092A\u090F\u0932","translationServices.wechat":"\u0935\u0940\u091A\u0948\u091F \u0905\u0928\u0941\u0935\u093E\u0926","translationServices.azure":"\u0928\u0940\u0932\u093E \u0905\u0928\u0941\u0935\u093E\u0926","translationServices.ibm":"\u0906\u0908\u092C\u0940\u090F\u092E \u0935\u0949\u091F\u0938\u0928","translationServices.aws":"\u0905\u092E\u0947\u091C\u093C\u0928 \u0905\u0928\u0941\u0935\u093E\u0926","translationServices.mock":"\u0905\u0928\u0941\u0930\u0942\u092A\u093F\u0924 \u0905\u0928\u0941\u0935\u093E\u0926","translationServices.mock2":"\u0938\u093F\u092E\u094D\u092F\u0941\u0932\u0947\u091F\u0947\u0921 \u0905\u0928\u0941\u0935\u093E\u0926 2","translationServices.caiyun":"\u0915\u0948\u092F\u0941\u0928 \u0936\u093F\u092F\u093E\u0913\u092F\u0940","translationServices.cai":"\u0915\u0948\u092F\u0941\u0928 \u0936\u093F\u092F\u093E\u0913\u092F\u0940 (\u0905\u0932\u094D\u092B\u093E)","translationServices.volcAlpha":"\u091C\u094D\u0935\u093E\u0932\u093E\u092E\u0941\u0916\u0940 (\u0905\u0932\u094D\u092B\u093E)","translationServices.openl":"\u0913\u092A\u0928\u090F\u0932","translationServices.youdao":"Youdao \u0905\u0928\u0941\u0935\u093E\u0926","translationServices.you":"Youdao \u0905\u0928\u0941\u0935\u093E\u0926 (\u0905\u0932\u094D\u092B\u093E)","translationServices.transmart":"Tencent \u0907\u0902\u091F\u0930\u0948\u0915\u094D\u091F\u093F\u0935 \u0905\u0928\u0941\u0935\u093E\u0926","translationServices.niu":"\u092E\u093E\u0935\u0947\u0930\u093F\u0915\u094D\u0938 \u0905\u0928\u0941\u0935\u093E\u0926","translationServices.papago":"\u092A\u093E\u092A\u093E\u0917\u094B \u0905\u0928\u0941\u0935\u093E\u0926","translationServices.d":"\u0921\u0940(\u0905\u0932\u094D\u092B\u093E)","translationServices.dpro":"\u0921\u0940 \u092A\u094D\u0930\u094B (\u0915\u0948\u0928\u0930\u0940)","translationServices.openai":"\u0913\u092A\u0928\u090F\u0906\u0908","translationServices.chatgpt":"\u091A\u0948\u091F\u091C\u0940\u092A\u0940\u091F\u0940 \u0935\u0947\u092C(3.5 \u092E\u094B\u092C\u093E\u0907\u0932)","translate title":"\u092A\u0943\u0937\u094D\u0920 \u0936\u0940\u0930\u094D\u0937\u0915 \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0947\u0902","always languages":"\u0939\u092E\u0947\u0936\u093E \u0905\u0928\u0941\u0935\u093E\u0926\u093F\u0924 \u092D\u093E\u0937\u093E",neverTranslateLanguagesLabel:"\u0910\u0938\u0940 \u092D\u093E\u0937\u093E\u090F\u0901 \u091C\u093F\u0928\u0915\u093E \u0915\u092D\u0940 \u0905\u0928\u0941\u0935\u093E\u0926 \u0928\u0939\u0940\u0902 \u0939\u094B\u0924\u093E",neverTranslateTheFollowingLanguagesDescription:"\u091C\u092C \u092A\u0943\u0937\u094D\u0920 \u092E\u0947\u0902 \u0915\u094B\u0908 \u092A\u0948\u0930\u093E\u0917\u094D\u0930\u093E\u092B \u0928\u093F\u092E\u094D\u0928\u0932\u093F\u0916\u093F\u0924 \u092D\u093E\u0937\u093E\u0913\u0902 \u092E\u0947\u0902 \u0939\u094B\u0917\u093E \u0924\u094B \u0905\u0928\u0941\u0935\u093E\u0926 \u091B\u094B\u0921\u093C \u0926\u093F\u092F\u093E \u091C\u093E\u090F\u0917\u093E",enableUserscriptPagePopup:"\u092A\u0943\u0937\u094D\u0920 \u092A\u0930 \u0924\u0948\u0930\u0924\u0940 \u0939\u0941\u0908 \u0917\u0947\u0902\u0926 \u0926\u093F\u0916\u093E\u090F\u0901",enableUserscriptPagePopupDescription:"\u092B\u094D\u0932\u094B\u091F\u093F\u0902\u0917 \u092C\u0949\u0932 \u0915\u094B \u092C\u0902\u0926 \u0915\u0930\u0928\u0947 \u0915\u0947 \u092C\u093E\u0926 \u0906\u092A \u0909\u0938\u0947 \u091C\u0917\u093E\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u0936\u0949\u0930\u094D\u091F\u0915\u091F \u0915\u0941\u0902\u091C\u0940/{touch}\u0915\u093E \u0909\u092A\u092F\u094B\u0917 \u0915\u0930 \u0938\u0915\u0924\u0947 \u0939\u0948\u0902\u0964 \u0907\u0938 \u0935\u093F\u0915\u0932\u094D\u092A \u0915\u094B \u0917\u0932\u0924\u0940 \u0938\u0947 \u092C\u0902\u0926 \u0915\u0930\u0928\u0947 \u0915\u0947 \u092C\u093E\u0926 \u092B\u094D\u0932\u094B\u091F\u093F\u0902\u0917 \u092C\u0949\u0932 \u0915\u094B \u092E\u093F\u0932\u0928\u0947 \u0938\u0947 \u0930\u094B\u0915\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F, \u0907\u0938 \u0938\u0947\u091F\u093F\u0902\u0917 \u092A\u0947\u091C \u0915\u094B \u092C\u0941\u0915\u092E\u093E\u0930\u094D\u0915 \u0915\u0930\u0928\u0947 \u0915\u0940 \u092A\u0941\u0930\u091C\u094B\u0930 \u0905\u0928\u0941\u0936\u0902\u0938\u093E \u0915\u0940 \u091C\u093E\u0924\u0940 \u0939\u0948\u0964","always translate the following languages":"\u091C\u092C \u092A\u0943\u0937\u094D\u0920 \u0915\u0940 \u092D\u093E\u0937\u093E \u0928\u093F\u092E\u094D\u0928\u0932\u093F\u0916\u093F\u0924 \u092D\u093E\u0937\u093E\u0913\u0902 \u092E\u0947\u0902 \u0939\u094B\u0917\u0940, \u0924\u094B \u0907\u0938\u0947 \u0938\u094D\u0935\u091A\u093E\u0932\u093F\u0924 \u0930\u0942\u092A \u0938\u0947 \u0932\u0915\u094D\u0937\u094D\u092F \u092D\u093E\u0937\u093E \u092E\u0947\u0902 \u0905\u0928\u0941\u0935\u093E\u0926\u093F\u0924 \u0915\u093F\u092F\u093E \u091C\u093E\u090F\u0917\u093E","always sites":"\u0939\u092E\u0947\u0936\u093E \u0905\u0928\u0941\u0935\u093E\u0926\u093F\u0924 \u092F\u0942\u0906\u0930\u090F\u0932","always translate the following sites":"\u091C\u092C \u0935\u0947\u092C\u0938\u093E\u0907\u091F \u0928\u093F\u092E\u094D\u0928\u0932\u093F\u0916\u093F\u0924 \u0921\u094B\u092E\u0947\u0928 \u0928\u093E\u092E \u0915\u0940 \u0939\u094B\u0917\u0940, \u0924\u094B \u0907\u0938\u0947 \u0938\u094D\u0935\u091A\u093E\u0932\u093F\u0924 \u0930\u0942\u092A \u0938\u0947 \u0932\u0915\u094D\u0937\u094D\u092F \u092D\u093E\u0937\u093E \u092E\u0947\u0902 \u0905\u0928\u0941\u0935\u093E\u0926\u093F\u0924 \u0915\u093F\u092F\u093E \u091C\u093E\u090F\u0917\u093E","never sites":"\u0910\u0938\u0947 \u092F\u0942\u0906\u0930\u090F\u0932 \u091C\u093F\u0928\u0915\u093E \u0915\u092D\u0940 \u0905\u0928\u0941\u0935\u093E\u0926 \u0928\u0939\u0940\u0902 \u0915\u093F\u092F\u093E \u091C\u093E\u090F\u0917\u093E","never translate the following sites":"\u091C\u092C \u0935\u0947\u092C\u0938\u093E\u0907\u091F \u0928\u093F\u092E\u094D\u0928\u0932\u093F\u0916\u093F\u0924 \u0921\u094B\u092E\u0947\u0928 \u0928\u093E\u092E \u0915\u0940 \u0939\u094B \u0924\u094B \u0905\u0928\u0941\u0935\u093E\u0926 \u0928\u0939\u0940\u0902 \u0915\u093F\u092F\u093E \u091C\u093E\u090F\u0917\u093E","please refer to":"\u0909\u092A\u092F\u094B\u0917 \u0915\u0930\u0928\u0947 \u0938\u0947 \u092A\u0939\u0932\u0947 \u0906\u092A\u0915\u094B \u0915\u0941\u0902\u091C\u0940 \u092D\u0930\u0928\u0940 \u0939\u094B\u0917\u0940\u0964 \u0935\u093F\u0935\u0930\u0923 \u0915\u0947 \u0932\u093F\u090F, \u0915\u0943\u092A\u092F\u093E \u0926\u0947\u0916\u0947\u0902",KeyAndConfigurationTutorial:'"\u092E\u0941\u0916\u094D\u092F \u0905\u0928\u0941\u092A\u094D\u0930\u092F\u094B\u0917 \u0914\u0930 \u0915\u0949\u0928\u094D\u092B\u093C\u093F\u0917\u0930\u0947\u0936\u0928 \u091F\u094D\u092F\u0942\u091F\u094B\u0930\u093F\u092F\u0932"',useAboveStyleForTheseSites:"\u091C\u092C \u0935\u0947\u092C\u0938\u093E\u0907\u091F \u0928\u093F\u092E\u094D\u0928 \u0921\u094B\u092E\u0947\u0928 \u0928\u093E\u092E \u0939\u094B, \u0924\u094B \u0939\u092E\u0947\u0936\u093E \u2308{theme}\u230B \u0905\u0928\u0941\u0935\u093E\u0926 \u0936\u0948\u0932\u0940 \u0915\u093E \u0909\u092A\u092F\u094B\u0917 \u0915\u0930\u0947\u0902",currentUrl:"\u0935\u0930\u094D\u0924\u092E\u093E\u0928 \u092F\u0942\u0906\u0930\u090F\u0932",confirm:"\u092C\u091A\u093E\u0928\u093E",cancel:"\u0930\u0926\u094D\u0926 \u0915\u0930\u0928\u093E",delete:"\u092E\u093F\u091F\u093E\u0928\u093E","languages.auto":"\u0938\u094D\u0935\u091A\u093E\u0932\u093F\u0924 \u092A\u0939\u091A\u093E\u0928",syncToCloud:"Google Drive \u0938\u0947 \u0938\u093F\u0902\u0915 \u0915\u0930\u0947\u0902",syncToCloudDescription:"\u0915\u094D\u0932\u093E\u0909\u0921 \u092A\u0930 \u0905\u092A\u0932\u094B\u0921 \u0915\u0930\u0947\u0902, \u0914\u0930 \u0905\u0902\u0924\u093F\u092E \u0938\u0902\u0936\u094B\u0927\u0928 \u0938\u092E\u092F \u0915\u0947 \u0905\u0927\u0940\u0928, \u0915\u0949\u0928\u094D\u092B\u093C\u093F\u0917\u0930\u0947\u0936\u0928 \u0915\u094B \u0935\u093F\u092D\u093F\u0928\u094D\u0928 \u092C\u094D\u0930\u093E\u0909\u091C\u093C\u0930\u094B\u0902/\u0911\u092F\u0932 \u092E\u0902\u0915\u0940 \u0938\u094D\u0915\u094D\u0930\u093F\u092A\u094D\u091F \u0915\u0947 \u092C\u0940\u091A \u0938\u093F\u0902\u0915\u094D\u0930\u0928\u093E\u0907\u091C\u093C \u0915\u093F\u092F\u093E \u091C\u093E \u0938\u0915\u0924\u093E \u0939\u0948\u0964",syncToAccount:"\u0907\u092E\u0930\u094D\u0938\u093F\u0935 \u091F\u094D\u0930\u093E\u0902\u0938\u0932\u0947\u0936\u0928 \u0915\u094D\u0932\u093E\u0909\u0921 \u0938\u0947 \u0938\u093F\u0902\u0915 \u0915\u0930\u0947\u0902",syncToAccountButton:"\u0924\u0941\u0930\u0902\u0924 \u0915\u094D\u0932\u093E\u0909\u0921 \u0915\u0947 \u0938\u093E\u0925 \u0938\u093F\u0902\u0915 \u0915\u0930\u0947\u0902",syncToAccountDescription:"\u0905\u0902\u0924\u093F\u092E \u0938\u0902\u0936\u094B\u0927\u0928 \u0938\u092E\u092F \u0915\u0947 \u0906\u0927\u093E\u0930 \u092A\u0930, \u0935\u093F\u092D\u093F\u0928\u094D\u0928 \u0909\u092A\u0915\u0930\u0923\u094B\u0902 \u0915\u0947 \u092C\u0940\u091A \u0915\u0949\u0928\u094D\u092B\u093C\u093F\u0917\u0930\u0947\u0936\u0928 \u0915\u094B \u0938\u094D\u0935\u091A\u093E\u0932\u093F\u0924 \u0930\u0942\u092A \u0938\u0947 \u0938\u093F\u0902\u0915\u094D\u0930\u0928\u093E\u0907\u091C\u093C \u0915\u0930\u0947\u0902\u0964",successSyncConfigInAccount:"\u0915\u094D\u0932\u093E\u0909\u0921 \u0915\u0947 \u0938\u093E\u0925 \u0938\u092B\u0932\u0924\u093E\u092A\u0942\u0930\u094D\u0935\u0915 \u0938\u092E\u0928\u094D\u0935\u092F\u093F\u0924 \u0930\u0939\u0947\u0902",successSyncConfigToAccount:"\u0915\u094D\u0932\u093E\u0909\u0921 \u0915\u0947 \u0938\u093E\u0925 \u0938\u092B\u0932\u0924\u093E\u092A\u0942\u0930\u094D\u0935\u0915 \u0938\u092E\u0928\u094D\u0935\u092F\u093F\u0924 \u0915\u093F\u092F\u093E \u0917\u092F\u093E",syncConfigNoUpdate:"\u092A\u0939\u0932\u0947 \u0938\u0947 \u0939\u0940 \u0928\u0935\u0940\u0928\u0924\u092E",authFail:"\u092A\u094D\u0930\u092E\u093E\u0923\u0940\u0915\u0930\u0923 \u0935\u093F\u092B\u0932",syncTitle:"\u092E\u0948\u0928\u094D\u092F\u0941\u0905\u0932 \u092C\u0948\u0915\u0905\u092A \u092A\u094D\u0930\u092C\u0902\u0927\u0928",import_hint:"\u0906\u092F\u093E\u0924",upload:"\u0921\u093E\u0932\u0928\u093E",revokeAuth:"\u092A\u094D\u0930\u093E\u0927\u093F\u0915\u0930\u0923 \u0930\u0926\u094D\u0926 \u0915\u0930\u0947\u0902",uploadFail:"\u0905\u092A\u0932\u094B\u0921 \u0935\u093F\u092B\u0932",download:"\u0921\u093E\u0909\u0928\u0932\u094B\u0921 \u0915\u0930\u0928\u093E",importSuccess:"\u0906\u092F\u093E\u0924 \u0938\u092B\u0932",importFail:"\u0906\u092F\u093E\u0924 \u0935\u093F\u092B\u0932",deleteFail:"\u0939\u091F\u093E\u0928\u0947 \u092E\u0947\u0902 \u0935\u093F\u092B\u0932",backupToCloud:"\u092C\u0948\u0915\u0905\u092A \u092B\u093C\u093E\u0907\u0932\u094B\u0902 \u0915\u094B \u092E\u0948\u0928\u094D\u092F\u0941\u0905\u0932 \u0930\u0942\u092A \u0938\u0947 \u092A\u094D\u0930\u092C\u0902\u0927\u093F\u0924 \u0915\u0930\u0947\u0902",create_new_backup:"\u092C\u0948\u0915\u0905\u092A \u0928\u094B\u0921 \u091C\u094B\u0921\u093C\u0947\u0902",maxBackupFiles:"\u0905\u0927\u093F\u0915\u0924\u092E{count}\u0935\u093F\u092D\u093F\u0928\u094D\u0928 \u0928\u094B\u0921\u094D\u0938 \u0915\u093E \u092C\u0948\u0915\u0905\u092A \u0932\u093F\u092F\u093E \u091C\u093E \u0938\u0915\u0924\u093E \u0939\u0948, \u0915\u0943\u092A\u092F\u093E \u0905\u0928\u093E\u0935\u0936\u094D\u092F\u0915 \u0928\u094B\u0921\u094D\u0938 \u0939\u091F\u093E \u0926\u0947\u0902",backupToCloudDescription:"\u092C\u0948\u0915\u0905\u092A \u092B\u093C\u093E\u0907\u0932\u094B\u0902 \u0915\u094B \u092E\u0948\u0928\u094D\u092F\u0941\u0905\u0932 \u0930\u0942\u092A \u0938\u0947 \u0905\u092A\u0932\u094B\u0921 \u092F\u093E \u092A\u0941\u0928\u0930\u094D\u0938\u094D\u0925\u093E\u092A\u093F\u0924 \u0915\u0930\u0947\u0902, \u091C\u093F\u0938\u0938\u0947 3 \u0905\u0932\u0917-\u0905\u0932\u0917 \u092C\u0948\u0915\u0905\u092A \u0915\u0940 \u0905\u0928\u0941\u092E\u0924\u093F \u092E\u093F\u0932\u0924\u0940 \u0939\u0948",successSyncConfig:"\u0915\u094D\u0932\u093E\u0909\u0921 \u0915\u0947 \u0938\u093E\u0925 \u0938\u092B\u0932\u0924\u093E\u092A\u0942\u0930\u094D\u0935\u0915 \u0938\u092E\u0928\u094D\u0935\u092F\u093F\u0924 \u0930\u0939\u0947\u0902",syncFail:"\u0938\u092E\u0928\u094D\u0935\u092F\u0928 \u0935\u093F\u092B\u0932",updatedAt:"{date}\u092A\u0930 \u0905\u0926\u094D\u092F\u0924\u0928 \u0915\u093F\u092F\u093E \u0917\u092F\u093E",lastSyncedAt:"\u0905\u0902\u0924\u093F\u092E \u092C\u093E\u0930 {date}\u092A\u0930 \u091C\u093E\u0901\u091A \u0915\u0940 \u0917\u0908",downloadFail:"\u0921\u093E\u0909\u0928\u0932\u094B\u0921 \u0935\u093F\u092B\u0932",clickToDownload:"\u0921\u093E\u0909\u0928\u0932\u094B\u0921 \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u0915\u094D\u0932\u093F\u0915 \u0915\u0930\u0947\u0902",aboutLabel:"\u0915\u0947 \u092C\u093E\u0930\u0947 \u092E\u0947\u0902 - \u092A\u094D\u0930\u0924\u093F\u0915\u094D\u0930\u093F\u092F\u093E","browser.openAboutPage":"\u0915\u0947 \u092C\u093E\u0930\u0947 \u092E\u0947\u0902/\u092A\u094D\u0930\u0924\u093F\u0915\u094D\u0930\u093F\u092F\u093E",aboutLabelWithoutSponsor:"\u0915\u0947 \u092C\u093E\u0930\u0947 \u092E\u0947\u0902 - \u092A\u094D\u0930\u0924\u093F\u0915\u094D\u0930\u093F\u092F\u093E",aboutIntro:"\u092E\u0941\u091D\u0947 \u0906\u0936\u093E \u0939\u0948 \u0915\u093F \u0939\u092E \u0938\u092D\u0940 \u0907\u0902\u091F\u0930\u0928\u0947\u091F \u092A\u0930 \u0935\u093F\u0936\u093E\u0932 \u0935\u093F\u0926\u0947\u0936\u0940 \u092D\u093E\u0937\u093E \u0915\u0940 \u091C\u093E\u0928\u0915\u093E\u0930\u0940 \u0905\u0927\u093F\u0915 \u0906\u0938\u093E\u0928\u0940 \u0938\u0947 \u0914\u0930 \u0916\u0941\u0936\u0940 \u0938\u0947 \u092A\u094D\u0930\u093E\u092A\u094D\u0924 \u0915\u0930 \u0938\u0915\u0924\u0947 \u0939\u0948\u0902\u2764\uFE0F \u0906\u092A <6> \u092A\u094D\u0930\u094B \u0938\u0926\u0938\u094D\u092F\u0924\u093E \u0916\u094B\u0932\u0928\u093E \u091A\u0941\u0928 \u0938\u0915\u0924\u0947 \u0939\u0948\u0902 \u0921\u0940\u092A\u090F\u0932 \u0914\u0930 \u0913\u092A\u0928\u090F\u0906\u0908 \u0905\u0928\u0941\u0935\u093E\u0926\u094B\u0902 \u0915\u094B \u092C\u0949\u0915\u094D\u0938 \u0938\u0947 \u092C\u093E\u0939\u0930 \u0909\u092A\u092F\u094B\u0917 \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F\u0964

\u0939\u092E\u0947\u0902 <3>\u091F\u094D\u0935\u093F\u091F\u0930 \u092A\u0930 \u092B\u093C\u0949\u0932\u094B \u0915\u0930 \u0938\u0915\u0924\u0947 \u0939\u0948\u0902 ,<4>\u091F\u0947\u0932\u0940\u0917\u094D\u0930\u093E\u092E \u091A\u0948\u0928\u0932 , WeChat \u0938\u093E\u0930\u094D\u0935\u091C\u0928\u093F\u0915 \u0916\u093E\u0924\u093E, WeChat \u0938\u0902\u091A\u093E\u0930 \u0938\u092E\u0942\u0939, \u092F\u093E \u0928\u0940\u091A\u0947 <5> \u0908\u092E\u0947\u0932 \u0938\u0926\u0938\u094D\u092F\u0924\u093E \u0905\u092A\u0921\u0947\u091F \u091F\u094D\u0930\u0948\u0915 \u0915\u0930\u0947\u0902.
<7>\u092A\u094D\u0930\u094B \u0938\u0926\u0938\u094D\u092F \u0906\u092A \u090F\u0915\u094D\u0938\u092A\u094D\u0930\u0947\u0938 \u0917\u094D\u0930\u093E\u0939\u0915 \u0938\u0947\u0935\u093E \u0908\u092E\u0947\u0932 <8> support@immersivetranslate.com \u0938\u0947 \u0938\u0902\u092A\u0930\u094D\u0915 \u0915\u0930 \u0938\u0915\u0924\u0947 \u0939\u0948\u0902 \u0939\u092E\u093E\u0930\u0947 \u0938\u093E\u0925 \u091C\u0941\u0921\u093C\u0947\u0964",aboutIntroWithoutSponsor:"\u092E\u0941\u091D\u0947 \u0906\u0936\u093E \u0939\u0948 \u0915\u093F \u0939\u092E \u0938\u092D\u0940 \u0907\u0902\u091F\u0930\u0928\u0947\u091F \u092A\u0930 \u0935\u093F\u0936\u093E\u0932 \u092E\u093E\u0924\u094D\u0930\u093E \u092E\u0947\u0902 \u0935\u093F\u0926\u0947\u0936\u0940 \u092D\u093E\u0937\u093E \u0915\u0940 \u091C\u093E\u0928\u0915\u093E\u0930\u0940 \u0924\u0915 \u0906\u0938\u093E\u0928 \u0914\u0930 \u0905\u0927\u093F\u0915 \u0906\u0928\u0902\u0926\u0926\u093E\u092F\u0915 \u092A\u0939\u0941\u0902\u091A \u092A\u094D\u0930\u093E\u092A\u094D\u0924 \u0915\u0930 \u0938\u0915\u0924\u0947 \u0939\u0948\u0902 \u2764\uFE0F

\u0906\u092A \u0939\u092E\u0947\u0902 \u091F\u094D\u0935\u093F\u091F\u0930 \u092A\u0930 \u092B\u093C\u0949\u0932\u094B \u0915\u0930 \u0938\u0915\u0924\u0947 \u0939\u0948\u0902 <3> ,<4>\u091F\u0947\u0932\u0940\u0917\u094D\u0930\u093E\u092E \u091A\u0948\u0928\u0932 , WeChat \u0938\u093E\u0930\u094D\u0935\u091C\u0928\u093F\u0915 \u0916\u093E\u0924\u093E, WeChat \u0938\u0902\u091A\u093E\u0930 \u0938\u092E\u0942\u0939, \u092F\u093E \u0928\u0940\u091A\u0947 <5> \u0908\u092E\u0947\u0932 \u0938\u0926\u0938\u094D\u092F\u0924\u093E \u0905\u092A\u0921\u0947\u091F \u091F\u094D\u0930\u0948\u0915 \u0915\u0930\u0947\u0902.",projectHomepage:"\u092A\u094D\u0930\u094B\u091C\u0947\u0915\u094D\u091F \u0939\u094B\u092E \u092A\u0947\u091C",joinTelegramGroup:"\u092B\u093C\u0902\u0915\u094D\u0936\u0928 \u091A\u0930\u094D\u091A\u093E\u0913\u0902 \u092E\u0947\u0902 \u092D\u093E\u0917 \u0932\u0947\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u0909\u092A\u092F\u094B\u0917\u0915\u0930\u094D\u0924\u093E \u0938\u0902\u091A\u093E\u0930 \u0938\u092E\u0942\u0939 \u092E\u0947\u0902 \u0936\u093E\u092E\u093F\u0932 \u0939\u094B\u0902",wechatPublicAccount:"WeChat \u0938\u093E\u0930\u094D\u0935\u091C\u0928\u093F\u0915 \u0916\u093E\u0924\u093E",wechatCommunities:"WeChat \u0938\u0902\u091A\u093E\u0930 \u0938\u092E\u0942\u0939",qqCommunities:"QQ \u0938\u0902\u091A\u093E\u0930 \u091A\u0948\u0928\u0932",joinTelegramChannel:"\u0928\u0935\u0940\u0928\u0924\u092E \u0905\u092A\u0921\u0947\u091F \u0915\u0947 \u0932\u093F\u090F \u091F\u0947\u0932\u0940\u0917\u094D\u0930\u093E\u092E \u091A\u0948\u0928\u0932 \u0915\u094B \u092B\u0949\u0932\u094B \u0915\u0930\u0947\u0902",feedbackAndJoin:"\u0938\u092E\u0938\u094D\u092F\u093E \u092A\u094D\u0930\u0924\u093F\u0915\u094D\u0930\u093F\u092F\u093E/\u0938\u092E\u0942\u0939 \u092E\u0947\u0902 \u0936\u093E\u092E\u093F\u0932 \u0939\u094B\u0902",autoSync:"\u0938\u094D\u0935\u091A\u093E\u0932\u093F\u0924 \u0905\u0928\u0941\u0938\u0942\u091A\u093F\u0924 \u0924\u0941\u0932\u094D\u092F\u0915\u093E\u0932\u0928",loadingThemeTitle:"\u0932\u094B\u0921\u093F\u0902\u0917 \u0936\u0948\u0932\u0940",loadingThemeDescription:"\u0905\u0928\u0941\u0935\u093E\u0926 \u0932\u094B\u0921 \u0939\u094B\u0928\u0947 \u0915\u0940 \u092A\u094D\u0930\u0924\u0940\u0915\u094D\u0937\u093E \u0915\u0930\u0924\u0947 \u0938\u092E\u092F \u0936\u0948\u0932\u0940 \u0938\u0947\u091F \u0915\u0930\u0947\u0902","loadingTheme.spinner":"\u0935\u0943\u0924\u094D\u0924 \u090F\u0928\u0940\u092E\u0947\u0936\u0928","loadingTheme.text":"\u0938\u094D\u0925\u093F\u0930 \u092A\u093E\u0920... ","loadingTheme.none":"\u0928\u0939\u0940\u0902 \u0926\u093F\u0916\u093E\u0924\u0947",developerDescription:"\u0906\u092A \u092F\u0939\u093E\u0902 <1> \u092A\u0930 \u0915\u094D\u0932\u093F\u0915 \u0915\u0930 \u0938\u0915\u0924\u0947 \u0939\u0948\u0902 \u0909\u0928\u094D\u0928\u0924 \u0905\u0928\u0941\u0915\u0942\u0932\u0928 \u0938\u0947 \u0938\u0902\u092C\u0902\u0927\u093F\u0924 \u0926\u0938\u094D\u0924\u093E\u0935\u0947\u091C\u093C \u0926\u0947\u0916\u0947\u0902","edit border color":"\u092C\u0949\u0930\u094D\u0921\u0930 \u0915\u093E \u0930\u0902\u0917 \u0938\u0902\u0936\u094B\u0927\u093F\u0924 \u0915\u0930\u0947\u0902",successSyncButNoChange:"\u0935\u0930\u094D\u0924\u092E\u093E\u0928 \u0915\u0949\u0928\u094D\u092B\u093C\u093F\u0917\u0930\u0947\u0936\u0928 \u0915\u094D\u0932\u093E\u0909\u0921 \u0915\u0947 \u0905\u0928\u0941\u0930\u0942\u092A \u0939\u0948",customTheme:"\u0915\u0938\u094D\u091F\u092E \u0930\u0902\u0917 \u0914\u0930 \u0906\u0915\u093E\u0930","customThemeLabel.borderColor":"\u0938\u0940\u092E\u093E \u0930\u0902\u0917","customThemeLabel.borderRadius":"\u0938\u0940\u092E\u093E \u0917\u094B\u0932\u093E\u0915\u093E\u0930 \u0915\u094B\u0928\u0947","customThemeLabel.textColor":"\u092A\u093E\u0920 \u0915\u093E \u0930\u0902\u0917","customThemeLabel.backgroundColor":"\u092A\u0943\u0937\u094D\u0920\u092D\u0942\u092E\u093F \u0915\u093E \u0930\u0902\u0917","customThemeLabel.zoom":"\u092B\u093C\u0949\u0928\u094D\u091F \u0938\u094D\u0915\u0947\u0932\u093F\u0902\u0917 (%)","customThemeLabel.opacity":"\u092A\u093E\u0920 \u0905\u092A\u093E\u0930\u0926\u0930\u094D\u0936\u093F\u0924\u093E (%)",resetToDefaultColor:"\u0921\u093F\u092B\u093C\u0949\u0932\u094D\u091F \u0930\u0902\u0917 \u092A\u0930 \u0935\u093E\u092A\u0938 \u0932\u094C\u091F\u0947\u0902",resetToDefaultSettings:"\u0921\u093F\u092B\u093C\u0949\u0932\u094D\u091F \u0938\u0947\u091F\u093F\u0902\u0917\u094D\u0938 \u092A\u0930 \u0935\u093E\u092A\u0938 \u0932\u094C\u091F\u0947\u0902",isTranslateTitle:"\u0905\u0928\u0941\u0935\u093E\u0926\u093F\u0924 \u0935\u0947\u092C \u092A\u0947\u091C \u0936\u0940\u0930\u094D\u0937\u0915 \u091A\u093E\u0932\u0942 \u0915\u0930\u0947\u0902",isTranslateTitleDescription:"\u091A\u093E\u0932\u0942 \u0939\u094B\u0928\u0947 \u092A\u0930, \u0935\u0947\u092C \u092A\u0947\u091C \u0936\u0940\u0930\u094D\u0937\u0915 \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u093F\u092F\u093E \u091C\u093E\u090F\u0917\u093E",enableSearchEnhancement:"\u0926\u094D\u0935\u093F\u092D\u093E\u0937\u0940 \u0938\u0942\u091A\u0928\u093E \u0938\u0902\u0935\u0930\u094D\u0926\u094D\u0927\u0928 \u0938\u0915\u094D\u0937\u092E \u0915\u0930\u0947\u0902",enableSearchEnhancementDescription:'\u091A\u093E\u0932\u0942 \u0939\u094B\u0928\u0947 \u0915\u0947 \u092C\u093E\u0926, \u0905\u0902\u0917\u094D\u0930\u0947\u091C\u0940 \u0915\u0940\u0935\u0930\u094D\u0921 \u0938\u0947 \u0938\u0902\u092C\u0902\u0927\u093F\u0924 "Google \u0938\u092E\u093E\u091A\u093E\u0930" \u0916\u094B\u091C \u092A\u0930\u093F\u0923\u093E\u092E \u0938\u094D\u0935\u091A\u093E\u0932\u093F\u0924 \u0930\u0942\u092A \u0938\u0947 \u0938\u092E\u0930\u094D\u0925\u093F\u0924 \u0935\u0947\u092C\u0938\u093E\u0907\u091F\u094B\u0902 (Google \u0938\u092E\u093E\u091A\u093E\u0930, Google \u0916\u094B\u091C (\u0915\u0941\u091B \u0915\u0940\u0935\u0930\u094D\u0921), \u0938\u094D\u0928\u094B\u092C\u0949\u0932, \u0913\u0930\u093F\u090F\u0902\u091F\u0932 \u092B\u0949\u0930\u094D\u091A\u094D\u092F\u0942\u0928, \u092B\u093C\u0941\u091F\u0942, \u091F\u093E\u0907\u0917\u0930 \u0938\u092E\u0941\u0926\u093E\u092F) \u0915\u0947 \u0926\u093E\u0939\u093F\u0928\u0947 \u0915\u0949\u0932\u092E \u092E\u0947\u0902 \u092A\u094D\u0930\u0926\u0930\u094D\u0936\u093F\u0924 \u0939\u094B\u0902\u0917\u0947\u0964',verifyService:"\u0938\u0947\u0935\u093E \u0915\u093E \u092A\u0930\u0940\u0915\u094D\u0937\u0923 \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u092F\u0939\u093E\u0902 \u0915\u094D\u0932\u093F\u0915 \u0915\u0930\u0947\u0902",verified:"\u0938\u0924\u094D\u092F\u093E\u092A\u0928 \u0938\u092B\u0932","field.langs":"\u0938\u092E\u0930\u094D\u0925\u093F\u0924 \u092D\u093E\u0937\u093E \u0915\u094B\u0921","field.model":"\u0928\u092E\u0942\u0928\u093E","field.translationEngine":"\u0905\u0928\u0941\u0935\u093E\u0926 \u0907\u0902\u091C\u0928","field.limitPerMinute":"\u092A\u094D\u0930\u0924\u093F \u092E\u093F\u0928\u091F \u0905\u0928\u0941\u0930\u094B\u0927\u094B\u0902 \u0915\u0940 \u0905\u0927\u093F\u0915\u0924\u092E \u0938\u0902\u0916\u094D\u092F\u093E","field.limitPerSecond":"\u092A\u094D\u0930\u0924\u093F \u0938\u0947\u0915\u0902\u0921 \u0905\u0928\u0941\u0930\u094B\u0927\u094B\u0902 \u0915\u0940 \u0905\u0927\u093F\u0915\u0924\u092E \u0938\u0902\u0916\u094D\u092F\u093E","field.maxTextLengthPerRequest":"\u092A\u094D\u0930\u0924\u093F \u0905\u0928\u0941\u0930\u094B\u0927 \u0905\u0927\u093F\u0915\u0924\u092E \u092A\u093E\u0920 \u0932\u0902\u092C\u093E\u0908","field.maxTextGroupLengthPerRequest":"\u092A\u094D\u0930\u0924\u093F \u0905\u0928\u0941\u0930\u094B\u0927 \u092A\u0948\u0930\u093E\u0917\u094D\u0930\u093E\u092B \u0915\u0940 \u0905\u0927\u093F\u0915\u0924\u092E \u0938\u0902\u0916\u094D\u092F\u093E","field.apiUrl":"\u0915\u0938\u094D\u091F\u092E \u090F\u092A\u0940\u0906\u0908 \u0907\u0902\u091F\u0930\u092B\u093C\u0947\u0938 \u092A\u0924\u093E","field.placeholderDelimiters":"\u0906\u0930\u0915\u094D\u0937\u093F\u0924 \u092A\u094D\u0932\u0947\u0938\u0939\u094B\u0932\u094D\u0921\u0930","description.custom":"\u0915\u0938\u094D\u091F\u092E \u0907\u0902\u091F\u0930\u092B\u093C\u0947\u0938 \u090F\u0915\u094D\u0938\u0947\u0938 \u0915\u0947 \u0932\u093F\u090F \u0938\u0902\u0926\u0930\u094D\u092D \u0926\u0938\u094D\u0924\u093E\u0935\u0947\u091C\u093C\u094B\u0902 \u0915\u0940 \u0906\u0935\u0936\u094D\u092F\u0915\u0924\u093E \u0939\u0948","description.limitPerMinute":"\u091C\u092C \u0905\u0928\u0941\u0930\u094B\u0927\u094B\u0902 \u0915\u0940 \u0938\u0902\u0916\u094D\u092F\u093E \u0907\u0938 \u0938\u0940\u092E\u093E \u0938\u0947 \u0905\u0927\u093F\u0915 \u0939\u094B \u091C\u093E\u0924\u0940 \u0939\u0948, \u0924\u094B \u092F\u0939 \u0905\u0917\u0932\u0947 \u092E\u093F\u0928\u091F \u0915\u0940 \u0936\u0941\u0930\u0941\u0906\u0924 \u0924\u0915 \u0915\u0924\u093E\u0930 \u0938\u094D\u0925\u093F\u0924\u093F \u092E\u0947\u0902 \u092A\u094D\u0930\u0935\u0947\u0936 \u0915\u0930\u0947\u0917\u0940\u0964 OpenAI \u0915\u0940 \u0935\u0930\u094D\u0924\u092E\u093E\u0928 \u0938\u0947\u0935\u093E \u0915\u0940 \u0935\u093F\u092D\u093F\u0928\u094D\u0928 \u0938\u0940\u092E\u093E\u0913\u0902 \u0915\u0947 \u0915\u093E\u0930\u0923, \u0915\u0943\u092A\u092F\u093E \u092F\u0939\u093E\u0902 <1> \u0915\u094D\u0932\u093F\u0915 \u0915\u0930\u0947\u0902 \u0928\u0935\u0940\u0928\u0924\u092E \u0905\u0928\u0941\u0936\u0902\u0938\u093F\u0924 \u092E\u093E\u0928 \u0926\u0947\u0916\u0947\u0902","description.limitPerSecond":"\u091C\u092C \u0905\u0928\u0941\u0930\u094B\u0927\u094B\u0902 \u0915\u0940 \u0938\u0902\u0916\u094D\u092F\u093E \u0907\u0938 \u0938\u0940\u092E\u093E \u0938\u0947 \u0905\u0927\u093F\u0915 \u0939\u094B \u091C\u093E\u0924\u0940 \u0939\u0948, \u0924\u094B \u092F\u0939 \u0905\u0917\u0932\u0947 \u0938\u0947\u0915\u0902\u0921 \u0915\u0940 \u0936\u0941\u0930\u0941\u0906\u0924 \u0924\u0915 \u0915\u0924\u093E\u0930 \u0938\u094D\u0925\u093F\u0924\u093F \u092E\u0947\u0902 \u092A\u094D\u0930\u0935\u0947\u0936 \u0915\u0930\u0947\u0917\u0940\u0964 OpenAI \u0915\u0940 \u0935\u0930\u094D\u0924\u092E\u093E\u0928 \u0938\u0947\u0935\u093E \u0915\u0940 \u0935\u093F\u092D\u093F\u0928\u094D\u0928 \u0938\u0940\u092E\u093E\u0913\u0902 \u0915\u0947 \u0915\u093E\u0930\u0923, \u0915\u0943\u092A\u092F\u093E \u092F\u0939\u093E\u0902 <1> \u0915\u094D\u0932\u093F\u0915 \u0915\u0930\u0947\u0902 \u0928\u0935\u0940\u0928\u0924\u092E \u0905\u0928\u0941\u0936\u0902\u0938\u093F\u0924 \u092E\u093E\u0928 \u0926\u0947\u0916\u0947\u0902","description.generalLimitPerSecond":"\u091C\u092C \u0905\u0928\u0941\u0930\u094B\u0927\u094B\u0902 \u0915\u0940 \u0938\u0902\u0916\u094D\u092F\u093E \u0907\u0938 \u0938\u0940\u092E\u093E \u0938\u0947 \u0905\u0927\u093F\u0915 \u0939\u094B \u091C\u093E\u0924\u0940 \u0939\u0948, \u0924\u094B \u092F\u0939 \u0905\u0917\u0932\u0947 \u0938\u0947\u0915\u0902\u0921 \u0915\u0940 \u0936\u0941\u0930\u0941\u0906\u0924 \u0924\u0915 \u0915\u0924\u093E\u0930 \u0938\u094D\u0925\u093F\u0924\u093F \u092E\u0947\u0902 \u092A\u094D\u0930\u0935\u0947\u0936 \u0915\u0930\u0947\u0917\u0940\u0964","description.prompt":"\u0909\u092A\u092F\u094B\u0917\u0915\u0930\u094D\u0924\u093E \u0915\u0940 \u092A\u0939\u091A\u093E\u0928 \u092E\u0947\u0902 {service} \u0915\u094B \u092D\u0947\u091C\u0940 \u0917\u0908 \u0935\u093E\u0930\u094D\u0924\u093E\u0932\u093E\u092A, \u091C\u093F\u0938\u092E\u0947\u0902 {{text}} \u092A\u0948\u0930\u093E\u0917\u094D\u0930\u093E\u092B \u0915\u093E \u092A\u093E\u0920 \u0938\u093E\u092E\u0917\u094D\u0930\u0940 \u0915\u094B \u0926\u0930\u094D\u0936\u093E\u0924\u093E \u0939\u0948, {{from}} \u092A\u0948\u0930\u093E\u0917\u094D\u0930\u093E\u092B \u0915\u0940 \u092D\u093E\u0937\u093E \u0915\u094B \u0926\u0930\u094D\u0936\u093E\u0924\u093E \u0939\u0948, \u0914\u0930 {{to}} \u0932\u0915\u094D\u0937\u094D\u092F \u092D\u093E\u0937\u093E \u0915\u094B \u0926\u0930\u094D\u0936\u093E\u0924\u093E \u0939\u0948\u0964","description.maxTextLengthPerRequest":"\u092A\u094D\u0930\u0924\u093F \u0905\u0928\u0941\u0930\u094B\u0927 \u0935\u0930\u094D\u0923\u094B\u0902 \u0915\u0940 \u0905\u0927\u093F\u0915\u0924\u092E \u0938\u0902\u0916\u094D\u092F\u093E\u0964 \u092F\u0926\u093F \u092F\u0939 \u092C\u0939\u0941\u0924 \u092C\u0921\u093C\u093E \u0939\u0948, \u0924\u094B \u0907\u0902\u091F\u0930\u092B\u093C\u0947\u0938 \u0915\u0940 \u092A\u094D\u0930\u0924\u093F\u0915\u094D\u0930\u093F\u092F\u093E \u0927\u0940\u092E\u0940 \u0939\u094B \u091C\u093E\u090F\u0917\u0940, \u0907\u0938\u0932\u093F\u090F \u0906\u092A \u0917\u0924\u093F \u0915\u094B \u0905\u0928\u0941\u0915\u0942\u0932\u093F\u0924 \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u0907\u0938 \u0935\u093F\u0915\u0932\u094D\u092A \u0915\u094B \u0938\u092E\u093E\u092F\u094B\u091C\u093F\u0924 \u0915\u0930\u0928\u0947 \u0915\u093E \u092A\u094D\u0930\u092F\u093E\u0938 \u0915\u0930 \u0938\u0915\u0924\u0947 \u0939\u0948\u0902\u0964","description.systemPrompt":"\u0913\u092A\u0928\u090F\u0906\u0908 \u0915\u094B \u0938\u093F\u0938\u094D\u091F\u092E \u0915\u0947 \u0930\u0942\u092A \u092E\u0947\u0902 \u092C\u093E\u0924\u091A\u0940\u0924 \u092D\u0947\u091C\u0940 \u0917\u0908, \u091C\u0939\u093E\u0902 {{text}} \u092A\u0948\u0930\u093E\u0917\u094D\u0930\u093E\u092B \u0915\u0940 \u092A\u093E\u0920\u094D\u092F \u0938\u093E\u092E\u0917\u094D\u0930\u0940 \u0915\u093E \u092A\u094D\u0930\u0924\u093F\u0928\u093F\u0927\u093F\u0924\u094D\u0935 \u0915\u0930\u0924\u093E \u0939\u0948,{{from}} \u092A\u0948\u0930\u093E\u0917\u094D\u0930\u093E\u092B \u0915\u0940 \u092D\u093E\u0937\u093E \u0915\u093E \u092A\u094D\u0930\u0924\u093F\u0928\u093F\u0927\u093F\u0924\u094D\u0935 \u0915\u0930\u0924\u093E \u0939\u0948, \u0914\u0930{{to}} \u0932\u0915\u094D\u0937\u094D\u092F \u092D\u093E\u0937\u093E \u0915\u093E \u092A\u094D\u0930\u0924\u093F\u0928\u093F\u0927\u093F\u0924\u094D\u0935 \u0915\u0930\u0924\u093E \u0939\u0948","field.domain":"\u092E\u0948\u0926\u093E\u0928","description.domain":"\u0921\u093F\u092B\u093C\u0949\u0932\u094D\u091F\uFF1A\u0938\u093E\u092E\u093E\u0928\u094D\u092F \u0939\u0948. \u0907\u0938\u0947 \u0915\u0947\u0935\u0932 \u0924\u092D\u0940 \u0938\u0947\u091F \u0915\u093F\u092F\u093E \u091C\u093E \u0938\u0915\u0924\u093E \u0939\u0948 \u091C\u092C Youdao API \u0915\u0902\u0938\u094B\u0932 \u092E\u0947\u0902 \u0921\u094B\u092E\u0947\u0928-\u0906\u0927\u093E\u0930\u093F\u0924 \u0905\u0928\u0941\u0935\u093E\u0926 \u0938\u0915\u094D\u0937\u092E \u0939\u094B\u0964 \u0938\u092E\u0930\u094D\u0925\u093F\u0924 \u092B\u093C\u0940\u0932\u094D\u0921 \u0915\u0947 \u0932\u093F\u090F, \u0915\u0943\u092A\u092F\u093E \u092F\u0939\u093E\u0902 <1> \u0926\u0947\u0916\u0947\u0902\u0964","field.scene":"\u092A\u0930\u094D\u0926\u0947","description.scene":"\u0921\u093F\u092B\u093C\u0949\u0932\u094D\u091F\uFF1A\u0938\u093E\u092E\u093E\u0928\u094D\u092F \u0939\u0948. \u0907\u0938\u0947 \u0915\u0947\u0935\u0932 \u0924\u092D\u0940 \u0938\u0947\u091F \u0915\u093F\u092F\u093E \u091C\u093E \u0938\u0915\u0924\u093E \u0939\u0948 \u091C\u092C \u0905\u0932\u0940\u092C\u093E\u092C\u093E \u0915\u094D\u0932\u093E\u0909\u0921 \u090F\u092A\u0940\u0906\u0908 \u0915\u0902\u0938\u094B\u0932 \u092E\u0947\u0902 \u092E\u0936\u0940\u0928\u0940 \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u093E \u092A\u0947\u0936\u0947\u0935\u0930 \u0938\u0902\u0938\u094D\u0915\u0930\u0923 \u0938\u0915\u094D\u0930\u093F\u092F \u0939\u094B\u0964 \u0938\u092E\u0930\u094D\u0925\u093F\u0924 \u092A\u0930\u093F\u0926\u0943\u0936\u094D\u092F\u094B\u0902 \u0915\u0947 \u0932\u093F\u090F \u092F\u0939\u093E\u0902 <1> \u0926\u0947\u0916\u0947\u0902\u0964","field.vocabId":"\u0909\u092A\u092F\u094B\u0917\u0915\u0930\u094D\u0924\u093E \u0936\u092C\u094D\u0926\u0915\u094B\u0936 \u0906\u0908\u0921\u0940","description.vocabId":"\u0928\u093F\u0930\u094D\u0926\u093F\u0937\u094D\u091F \u0936\u092C\u094D\u0926\u0915\u094B\u0936 \u0906\u0909\u091F_\u0906\u0908\u0921\u0940 \u0935\u0930\u094D\u0924\u092E\u093E\u0928 \u092E\u0947\u0902 \u0905\u0902\u0917\u094D\u0930\u0947\u091C\u0940-\u091A\u0940\u0928\u0940 \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u093E \u0938\u092E\u0930\u094D\u0925\u0928 \u0915\u0930\u0924\u093E \u0939\u0948\u0964","description.model":"OpenAI \u0915\u093E \u092E\u0949\u0921\u0932 gpt-3.5-\u091F\u0930\u094D\u092C\u094B, gpt-4 \u0906\u0926\u093F \u0939\u094B \u0938\u0915\u0924\u093E \u0939\u0948\u0964","description.maxTextGroupLengthPerRequest":"\u0939\u0930 \u092C\u093E\u0930 \u0905\u0928\u0941\u0935\u093E\u0926 \u0938\u0947\u0935\u093E \u0915\u094B \u092D\u0947\u091C\u0947 \u0917\u090F \u092A\u0948\u0930\u093E\u0917\u094D\u0930\u093E\u092B\u094B\u0902 \u0915\u0940 \u0938\u0902\u0916\u094D\u092F\u093E\u0964 \u092F\u0926\u093F \u092C\u0939\u0941\u0924 \u0938\u093E\u0930\u0947 \u092A\u0948\u0930\u093E\u0917\u094D\u0930\u093E\u092B \u0939\u0948\u0902, \u0924\u094B \u0907\u0902\u091F\u0930\u092B\u093C\u0947\u0938 \u0915\u0940 \u092A\u094D\u0930\u0924\u093F\u0915\u094D\u0930\u093F\u092F\u093E \u0927\u0940\u092E\u0940 \u0939\u094B \u0938\u0915\u0924\u0940 \u0939\u0948\u0964","description.apiUrl":"\u0915\u0943\u092A\u092F\u093E \u092A\u0925 \u0915\u0947 \u0938\u093E\u0925 \u090F\u0915 \u0935\u093F\u0936\u093F\u0937\u094D\u091F \u092F\u0942\u0906\u0930\u090F\u0932 \u091C\u094B\u0921\u093C\u0947\u0902, <1> \u0905\u0927\u093F\u0915 \u0928\u093F\u0930\u094D\u0926\u0947\u0936",enabledExtension:"\u090F\u0915\u094D\u0938\u091F\u0947\u0902\u0936\u0928 \u0938\u0915\u094D\u0937\u092E",clickToDisableExtension:"\u090F\u0915\u094D\u0938\u091F\u0947\u0902\u0936\u0928 \u0905\u0915\u094D\u0937\u092E \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u0915\u094D\u0932\u093F\u0915 \u0915\u0930\u0947\u0902",clickToEnableExtension:"\u090F\u0915\u094D\u0938\u091F\u0947\u0902\u0936\u0928 \u0938\u0915\u094D\u0937\u092E \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u0915\u094D\u0932\u093F\u0915 \u0915\u0930\u0947\u0902",hasBeenDisabled:"\u0905\u0915\u094D\u0937\u092E","show password":"\u092A\u093E\u0938\u0935\u0930\u094D\u0921 \u0926\u093F\u0916\u093E\u090F",customContent:"\u0915\u0938\u094D\u091F\u092E \u092E\u0949\u0921\u0932 \u0928\u093E\u092E \u0926\u0930\u094D\u091C \u0915\u0930\u0947\u0902",inputOptions:"\u0907\u0928\u092A\u0941\u091F \u092C\u0949\u0915\u094D\u0938 \u0938\u0902\u0935\u0930\u094D\u0926\u094D\u0927\u0928",mouseHoverOptions:"\u092E\u093E\u0909\u0938 \u0915\u0947 \u090A\u092A\u0930",modifyMouseHoverKey:"\u092E\u093E\u0909\u0938\u0913\u0935\u0930 \u0936\u0949\u0930\u094D\u091F\u0915\u091F \u0915\u0941\u0902\u091C\u093F\u092F\u094B\u0902 \u0915\u094B \u0938\u0902\u0936\u094B\u0927\u093F\u0924 \u0915\u0930\u0947\u0902",enableInputTranslation:"\u0907\u0928\u092A\u0941\u091F \u092C\u0949\u0915\u094D\u0938 \u090F\u0928\u094D\u0939\u093E\u0902\u0938\u092E\u0947\u0902\u091F \u0938\u0915\u094D\u0937\u092E \u0915\u0930\u0928\u093E \u0939\u0948 \u092F\u093E \u0928\u0939\u0940\u0902",enableInputTranslationDescription:"{trailingKey}\u0938\u0915\u094D\u0937\u092E \u0915\u0930\u0928\u0947 \u0915\u0947 \u092C\u093E\u0926, \u0938\u0940\u0927\u0947 \u0907\u0928\u092A\u0941\u091F \u092C\u0949\u0915\u094D\u0938 \u092E\u0947\u0902 {startingKey}{startingKey} \u0939\u0948\u0932\u094B \u0926\u0930\u094D\u091C \u0915\u0930\u0947\u0902, \u0914\u0930 \u092B\u093F\u0930 \u0907\u0938\u0947 {inputTargetLanguage}\u092E\u0947\u0902 \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u091C\u0932\u094D\u0926\u0940 \u0938\u0947{inputTrailingTriggerKeyRepeatTimes}\u092A\u0930 \u0926\u094B \u092C\u093E\u0930 \u0915\u094D\u0932\u093F\u0915 \u0915\u0930\u0947\u0902\u0964",enableInputTranslationDescriptionForNoneKey:"\u0907\u0938\u0947 \u0938\u0915\u094D\u0937\u092E \u0915\u0930\u0928\u0947{trailingKey}, \u0938\u0940\u0927\u0947 \u0907\u0928\u092A\u0941\u091F \u092C\u0949\u0915\u094D\u0938 \u092E\u0947\u0902\uFF1A\u0939\u0948\u0932\u094B \u0935\u0930\u094D\u0932\u094D\u0921 \u0926\u0930\u094D\u091C \u0915\u0930\u0947\u0902, \u0914\u0930 \u092B\u093F\u0930 \u0921\u093F\u092B\u093C\u0949\u0932\u094D\u091F \u0932\u0915\u094D\u0937\u094D\u092F \u092D\u093E\u0937\u093E \u092E\u0947\u0902 \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u091C\u0932\u094D\u0926\u0940 \u0938\u0947{inputTrailingTriggerKeyRepeatTimes}\u092C\u093E\u0930 \u0915\u094D\u0932\u093F\u0915 \u0915\u0930\u0947\u0902\u0964",inputTargetLanguage:"\u0907\u0928\u092A\u0941\u091F \u092C\u0949\u0915\u094D\u0938 \u0915\u0940 \u0921\u093F\u092B\u093C\u0949\u0932\u094D\u091F \u0932\u0915\u094D\u0937\u094D\u092F \u092D\u093E\u0937\u093E \u0938\u0947\u091F \u0915\u0930\u0947\u0902",inputTargetLanguageDescription:"\u0907\u0928\u092A\u0941\u091F \u092C\u0949\u0915\u094D\u0938 \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0947 \u0932\u093F\u090F \u0921\u093F\u092B\u093C\u0949\u0932\u094D\u091F \u0932\u0915\u094D\u0937\u094D\u092F \u092D\u093E\u0937\u093E, \u091C\u094B \u091F\u094D\u0930\u093F\u0917\u0930 \u0936\u092C\u094D\u0926\u094B\u0902 \u0915\u0947 \u0932\u093F\u090F \u0921\u093F\u092B\u093C\u0949\u0932\u094D\u091F \u092D\u093E\u0937\u093E \u0915\u0947 \u0930\u0942\u092A \u092E\u0947\u0902 {startingKey}{startingKey} \u0939\u0948",inputTargetLanguageDescriptionForNoneKey:"\u0907\u0928\u092A\u0941\u091F \u092C\u0949\u0915\u094D\u0938 \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0947 \u0932\u093F\u090F \u0921\u093F\u092B\u093C\u0949\u0932\u094D\u091F \u0932\u0915\u094D\u0937\u094D\u092F \u092D\u093E\u0937\u093E",inputStartingTriggerKeyTitle:"\u0907\u0928\u092A\u0941\u091F \u092C\u0949\u0915\u094D\u0938 \u0915\u0947 \u0906\u0902\u0936\u093F\u0915 \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0947 \u0932\u093F\u090F \u0935\u093F\u092D\u093E\u091C\u0928 \u0935\u0930\u094D\u0923 \u0938\u0947\u091F \u0915\u0930\u0947\u0902",inputStartingTriggerKeyDescription:"\u091C\u092C \u0906\u092A\u0915\u094B \u092A\u0942\u0930\u0947 \u0907\u0928\u092A\u0941\u091F \u092C\u0949\u0915\u094D\u0938 \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0928\u0947 \u0915\u0940 \u0906\u0935\u0936\u094D\u092F\u0915\u0924\u093E \u0928\u0939\u0940\u0902 \u0939\u094B\u0924\u0940 \u0939\u0948, \u0924\u094B \u0921\u093F\u0932\u0940\u092E\u0940\u091F\u0930 \u0906\u092A\u0915\u094B \u0915\u0947\u0935\u0932 {startingKey}{startingKey} \u0938\u0947 \u0907\u0928\u092A\u0941\u091F \u092C\u0949\u0915\u094D\u0938 \u0915\u0947 \u0905\u0902\u0924 \u0924\u0915 \u0915\u0947 \u092D\u093E\u0917 \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0928\u0947 \u0915\u0940 \u0905\u0928\u0941\u092E\u0924\u093F \u0926\u0947\u0924\u093E \u0939\u0948, \u092F\u093E \u0906\u092A \u092D\u093E\u0937\u093E \u0915\u094B\u0921 \u0928\u093F\u0930\u094D\u0926\u093F\u0937\u094D\u091F \u0915\u0930 \u0938\u0915\u0924\u0947 \u0939\u0948\u0902, \u0909\u0926\u093E\u0939\u0930\u0923 \u0915\u0947 \u0932\u093F\u090F,\uFF1A{startingKey}ja \u0915\u093E \u0905\u0930\u094D\u0925 \u0915\u0947\u0935\u0932 \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0928\u093E \u0939\u0948 {startingKey}ja \u0938\u0947 \u0907\u0928\u092A\u0941\u091F \u092C\u0949\u0915\u094D\u0938 \u0915\u0947 \u0905\u0902\u0924 \u0924\u0915 \u0915\u093E \u092D\u093E\u0917\u0964",inputStartingTriggerKeyDescriptionForNoneKey:"\u0935\u0930\u094D\u0924\u092E\u093E\u0928 \u092E\u0947\u0902 \u0907\u0938\u0947 \u0915\u093F\u0938\u0940 \u0909\u092A\u0938\u0930\u094D\u0917 \u0915\u0940 \u0906\u0935\u0936\u094D\u092F\u0915\u0924\u093E \u0928\u0939\u0940\u0902 \u0939\u0948, \u0914\u0930 \u0907\u0928\u092A\u0941\u091F \u092C\u0949\u0915\u094D\u0938 \u0915\u0947 \u0915\u0941\u091B \u092A\u093E\u0920 \u0905\u0928\u0941\u0935\u093E\u0926 \u092B\u093C\u0902\u0915\u094D\u0936\u0928 \u0905\u0938\u094D\u0925\u093E\u092F\u0940 \u0930\u0942\u092A \u0938\u0947 \u0905\u0928\u0941\u092A\u0932\u092C\u094D\u0927 \u0939\u0948\u0902\u0964",inputTrailingTriggerKeyTitle:"\u090F\u0915 \u091F\u094D\u0930\u093F\u0917\u0930 \u0935\u0930\u094D\u0923 \u091A\u0941\u0928\u0947\u0902 \u091C\u094B \u0907\u0928\u092A\u0941\u091F \u0915\u094B \u0938\u092E\u093E\u092A\u094D\u0924 \u0915\u0930\u0924\u093E \u0939\u0948",inputTrailingTriggerKeyDescription:"\u0924\u094D\u0935\u0930\u093F\u0924 \u0909\u0924\u094D\u0924\u0930\u093E\u0927\u093F\u0915\u093E\u0930 \u092E\u0947\u0902{trailingKey} 3 \u092C\u093E\u0930 \u0939\u093F\u091F \u0915\u0930\u0928\u0947 \u0938\u0947 \u0905\u0928\u0941\u0935\u093E\u0926 \u0936\u0941\u0930\u0942 \u0939\u094B \u091C\u093E\u090F\u0917\u093E",inputTrailingTriggerKeyTimeout:"\u0915\u0949\u092E\u094D\u092C\u094B \u0915\u094B \u0938\u092E\u093E\u092A\u094D\u0924 \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u091F\u094D\u0930\u093F\u0917\u0930\u094D\u0938 \u0915\u0947 \u092C\u0940\u091A \u0905\u0902\u0924\u0930\u093E\u0932 \u0926\u0930\u094D\u091C \u0915\u0930\u0947\u0902\u0964",inputTrailingTriggerKeyTimeoutDescription:"\u0915\u0949\u092E\u094D\u092C\u094B \u091F\u094D\u0930\u093F\u0917\u0930 \u0915\u094B \u0938\u092E\u093E\u092A\u094D\u0924 \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u0907\u0928\u092A\u0941\u091F \u0915\u0947 \u0932\u093F\u090F \u0905\u0902\u0924\u0930\u093E\u0932 \u0938\u092E\u092F (\u092E\u093F\u0932\u0940\u0938\u0947\u0915\u0902\u0921) \u0928\u093F\u0930\u094D\u0927\u093E\u0930\u093F\u0924 \u0915\u0930\u0947\u0902",spaceKey:"<\u0938\u094D\u092A\u0947\u0938\u092C\u093E\u0930>",noneKey:"\u0915\u093F\u0938\u0940 \u0909\u092A\u0938\u0930\u094D\u0917 \u0915\u0940 \u0906\u0935\u0936\u094D\u092F\u0915\u0924\u093E \u0928\u0939\u0940\u0902 \u0939\u0948, \u0938\u0940\u0927\u0947 \u0938\u0902\u092A\u0942\u0930\u094D\u0923 \u091F\u0947\u0915\u094D\u0938\u094D\u091F \u092C\u0949\u0915\u094D\u0938 \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0947\u0902",inputTranslationBlockUrlsTitle:"\u092F\u0942\u0906\u0930\u090F\u0932 \u092E\u0947\u0902 \u0907\u0928\u092A\u0941\u091F \u092B\u093C\u0940\u0932\u094D\u0921 \u090F\u0928\u094D\u0939\u093E\u0902\u0938\u092E\u0947\u0902\u091F \u0915\u094B \u0915\u092D\u0940 \u092D\u0940 \u0938\u0915\u094D\u0937\u092E \u0928 \u0915\u0930\u0947\u0902",inputTranslationBlockUrlsDescription:"\u0928\u093F\u092E\u094D\u0928\u0932\u093F\u0916\u093F\u0924 \u092F\u0942\u0906\u0930\u090F\u0932 \u092E\u0947\u0902, \u0907\u0928\u092A\u0941\u091F \u092C\u0949\u0915\u094D\u0938 \u090F\u0928\u094D\u0939\u093E\u0902\u0938\u092E\u0947\u0902\u091F \u092A\u094D\u0930\u092D\u093E\u0935\u0940 \u0928\u0939\u0940\u0902 \u0939\u094B\u0917\u093E",clickToSeeQuickDemo:"30 \u0938\u0947\u0915\u0902\u0921 \u0915\u0947 \u0924\u094D\u0935\u0930\u093F\u0924 \u0928\u093F\u0930\u094D\u0926\u0947\u0936 \u0935\u0940\u0921\u093F\u092F\u094B \u0915\u093E \u0935\u093F\u0938\u094D\u0924\u093E\u0930 \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u0915\u094D\u0932\u093F\u0915 \u0915\u0930\u0947\u0902",inputHelperInfo:"\u0928\u094B\u091F\uFF1A: \u0939\u092E\u0928\u0947 \u0935\u093F\u0936\u0947\u0937 \u0930\u0942\u092A \u0938\u0947 \u0909\u0938 \u092E\u0941\u0926\u094D\u0926\u0947 \u0915\u094B \u0905\u0928\u0941\u0915\u0942\u0932\u093F\u0924 \u0915\u093F\u092F\u093E \u0939\u0948 \u091C\u0939\u093E\u0902 \u0915\u0941\u091B \u091F\u094D\u0930\u093F\u0917\u0930 \u0935\u0930\u094D\u0923 \u091A\u0940\u0928\u0940 \u0907\u0928\u092A\u0941\u091F \u092A\u0926\u094D\u0927\u0924\u093F \u0915\u0947 \u0924\u0939\u0924 \u091A\u0940\u0928\u0940 \u0935\u093F\u0930\u093E\u092E \u091A\u093F\u0939\u094D\u0928\u094B\u0902 \u092E\u0947\u0902 \u092C\u0926\u0932 \u091C\u093E\u090F\u0902\u0917\u0947\u0964 \u0909\u0926\u093E\u0939\u0930\u0923 \u0915\u0947 \u0932\u093F\u090F, \u0938\u094B\u0917\u094C \u0907\u0928\u092A\u0941\u091F \u092A\u0926\u094D\u0927\u0924\u093F \u0915\u0947 \u0924\u0939\u0924, / \u090F\u0915 \u0935\u093F\u0930\u093E\u092E \u092E\u0947\u0902 \u092C\u0926\u0932 \u091C\u093E\u090F\u0917\u093E, \u0914\u0930 \u0907\u092E\u0930\u094D\u0938\u093F\u0935 \u0905\u0928\u0941\u0935\u093E\u0926 \u0938\u0902\u092C\u0902\u0927\u093F\u0924 \u0938\u092D\u0940 \u091A\u0940\u0928\u0940 \u092A\u094D\u0930\u0924\u0940\u0915\u094B\u0902 \u0915\u093E \u0938\u092E\u0930\u094D\u0925\u0928 \u0915\u0930\u0924\u093E \u0939\u0948 \u091F\u094D\u0930\u093F\u0917\u0930 \u0935\u0930\u094D\u0923\u0964 , \u092F\u093E\u0928\u0940, //,, \u0914\u0930 \u0938\u092D\u0940 \u0915\u094B \u091F\u094D\u0930\u093F\u0917\u0930 \u0935\u0930\u094D\u0923 \u0915\u0947 \u0930\u0942\u092A \u092E\u0947\u0902 \u092A\u0939\u091A\u093E\u0928\u093E \u091C\u093E\u090F\u0917\u093E\u0964

\u0938\u093E\u0925 \u0939\u0940, \u0939\u092E \u0915\u092E\u093E\u0902\u0921 \u0915\u0947 \u0930\u0942\u092A \u092E\u0947\u0902 \u092D\u093E\u0937\u093E \u0915\u094B\u0921 \u0915\u0947 \u091A\u0940\u0928\u0940 \u0909\u092A\u0928\u093E\u092E\u094B\u0902 \u0915\u093E \u092D\u0940 \u0938\u092E\u0930\u094D\u0925\u0928 \u0915\u0930\u0924\u0947 \u0939\u0948\u0902\u0964 \u0909\u0926\u093E\u0939\u0930\u0923 \u0915\u0947 \u0932\u093F\u090F, /\u091C\u093E\u092A\u093E\u0928\u0940 \u0939\u0948\u0932\u094B \u0935\u0930\u094D\u0932\u094D\u0921 \u0915\u093E \u091C\u093E\u092A\u093E\u0928\u0940 \u092E\u0947\u0902 \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u093F\u092F\u093E \u091C\u093E\u090F\u0917\u093E\u0964 <1> \u0938\u092D\u0940 \u0938\u092E\u0930\u094D\u0925\u093F\u0924 \u092D\u093E\u0937\u093E \u0915\u094B\u0921 \u0926\u0947\u0916\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u092F\u0939\u093E\u0902 \u0915\u094D\u0932\u093F\u0915 \u0915\u0930\u0947\u0902\u0964 .",reloadCurrentPage:"\u0915\u0943\u092A\u092F\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0936\u0941\u0930\u0942 \u0915\u0930\u0928\u0947 \u0938\u0947 \u092A\u0939\u0932\u0947 \u0935\u0930\u094D\u0924\u092E\u093E\u0928 \u092A\u0943\u0937\u094D\u0920 \u0915\u094B \u0924\u093E\u091C\u093C\u093E \u0915\u0930\u0947\u0902",noLocalFilePermissionForPDF:"\u0935\u0930\u094D\u0924\u092E\u093E\u0928 \u092E\u0947\u0902 \u0939\u092E\u093E\u0930\u0947 \u092A\u093E\u0938 \u0938\u094D\u0925\u093E\u0928\u0940\u092F \u092B\u093C\u093E\u0907\u0932\u0947\u0902 \u092A\u0922\u093C\u0928\u0947 \u0915\u0940 \u0905\u0928\u0941\u092E\u0924\u093F \u0928\u0939\u0940\u0902 \u0939\u0948\u0964 \u0915\u0943\u092A\u092F\u093E \u090A\u092A\u0930 \u0926\u093F\u090F \u0917\u090F \u092C\u091F\u0928 \u092A\u0930 \u0915\u094D\u0932\u093F\u0915 \u0915\u0930\u0947\u0902 \u0914\u0930 \u0938\u094D\u0925\u093E\u0928\u0940\u092F \u092B\u093C\u093E\u0907\u0932\u0947\u0902 \u0906\u092F\u093E\u0924 \u0915\u0930\u0947\u0902\u0964",noPermissionForThisPage:"\u26A0\uFE0F \u0935\u0930\u094D\u0924\u092E\u093E\u0928 \u092A\u0943\u0937\u094D\u0920 \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0928\u0947 \u0915\u0940 \u0905\u0928\u0941\u092E\u0924\u093F \u0928\u0939\u0940\u0902",retryAllParagraphs:"\u0938\u092D\u0940 \u0924\u094D\u0930\u0941\u091F\u093F \u092A\u0948\u0930\u093E\u0917\u094D\u0930\u093E\u092B \u092A\u0941\u0928\u0903 \u092A\u094D\u0930\u092F\u093E\u0938 \u0915\u0930\u0947\u0902",retryAllButton:"\u0938\u092D\u0940 \u0924\u094D\u0930\u0941\u091F\u093F \u092A\u0948\u0930\u093E\u0917\u094D\u0930\u093E\u092B \u092A\u0941\u0928\u0903 \u092A\u094D\u0930\u092F\u093E\u0938 \u0915\u0930\u0947\u0902",errorTooltipTitle:"\u0924\u094D\u0930\u0941\u091F\u093F \u0915\u093E \u0915\u093E\u0930\u0923 \u0926\u0947\u0916\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u0915\u094D\u0932\u093F\u0915 \u0915\u0930\u0947\u0902",errorModalTitle:"\u0910\u0938\u093E \u0932\u0917\u0924\u093E \u0939\u0948 \u0915\u093F \u0905\u0928\u0941\u0935\u093E\u0926 \u0938\u0947\u0935\u093E \u092F\u093E \u0928\u0947\u091F\u0935\u0930\u094D\u0915 \u092E\u0947\u0902 \u0915\u0941\u091B \u0917\u0921\u093C\u092C\u0921\u093C \u0939\u0948...",disableConfirm:"\u0926\u094D\u0935\u093F\u092D\u093E\u0937\u0940 \u0938\u0942\u091A\u0928\u093E \u0938\u0902\u0935\u0930\u094D\u0926\u094D\u0927\u0928 \u0938\u0947\u091F\u093F\u0902\u0917\u094D\u0938",disableOnce:"\u0907\u0938 \u092C\u093E\u0930 \u0905\u0915\u094D\u0937\u092E",disableGlobal:"\u0938\u094D\u0925\u093E\u092F\u0940 \u0930\u0942\u092A \u0938\u0947 \u0905\u0915\u094D\u0937\u092E",disableTint:"* \u0906\u092A \u0907\u0938\u0947 {option} \u092E\u0947\u0902 \u092A\u0941\u0928\u0903 \u0938\u0915\u094D\u0937\u092E \u0915\u0930 \u0938\u0915\u0924\u0947 \u0939\u0948\u0902\u0964",searchEnhancementNotes:"\u0939\u092E\u0928\u0947 \u092A\u093E\u092F\u093E \u0915\u093F \u091A\u0940\u0928\u0940 \u0915\u0940\u0935\u0930\u094D\u0921 \u0914\u0930 \u0905\u0902\u0917\u094D\u0930\u0947\u091C\u0940 \u0915\u0940\u0935\u0930\u094D\u0921 \u0915\u0947 \u0932\u093F\u090F \u0938\u092E\u093E\u091A\u093E\u0930 \u092A\u0930\u093F\u0923\u093E\u092E \u092C\u0939\u0941\u0924 \u0905\u0932\u0917 \u0939\u0948\u0902\u0964 \u0907\u092E\u0930\u094D\u0938\u093F\u0935 \u091F\u094D\u0930\u093E\u0902\u0938\u0932\u0947\u0936\u0928 \u0926\u094D\u0935\u093F\u092D\u093E\u0937\u0940 \u0938\u0942\u091A\u0928\u093E \u0938\u0902\u0935\u0930\u094D\u0926\u094D\u0927\u0928 \u092B\u093C\u0902\u0915\u094D\u0936\u0928 \u0915\u094B \u0938\u0915\u094D\u0937\u092E \u0915\u0930\u0928\u0947 \u0915\u0947 \u092C\u093E\u0926, \u0939\u092E \u0938\u092E\u0930\u094D\u0925\u093F\u0924 \u0935\u0947\u092C\u0938\u093E\u0907\u091F\u094B\u0902 (Google \u0938\u092E\u093E\u091A\u093E\u0930, Google \u0916\u094B\u091C (\u0915\u0941\u091B \u0915\u0940\u0935\u0930\u094D\u0921), \u0938\u094D\u0928\u094B\u092C\u0949\u0932, \u0913\u0930\u093F\u090F\u0902\u091F\u0932 \u092B\u0949\u0930\u094D\u091A\u094D\u092F\u0942\u0928 \u0928\u0947\u091F\u0935\u0930\u094D\u0915, \u092B\u093C\u0941\u091F\u0942) \u092A\u0930 \u0916\u094B\u091C \u0915\u0930\u0947\u0902\u0917\u0947 , \u091F\u093E\u0907\u0917\u0930) \u0938\u094D\u0935\u091A\u093E\u0932\u093F\u0924 \u0930\u0942\u092A \u0938\u0947 \u0906\u092A\u0915\u0947 \u0932\u093F\u090F \u0905\u0902\u0917\u094D\u0930\u0947\u091C\u0940 \u092E\u0947\u0902 \u0938\u092E\u093E\u0928 \u0915\u0940\u0935\u0930\u094D\u0921 \u0916\u094B\u091C\u0924\u093E \u0939\u0948 \u0914\u0930 \u0909\u0928\u094D\u0939\u0947\u0902 \u0926\u093E\u0908\u0902 \u0913\u0930 \u092A\u094D\u0930\u0926\u0930\u094D\u0936\u093F\u0924 \u0915\u0930\u0924\u093E \u0939\u0948\u0964 \u092F\u0926\u093F \u0906\u092A\u0915\u094B \u0907\u0938 \u0938\u0941\u0935\u093F\u0927\u093E \u0915\u0940 \u0906\u0935\u0936\u094D\u092F\u0915\u0924\u093E \u0928\u0939\u0940\u0902 \u0939\u0948, \u0924\u094B \u0906\u092A \u0907\u0938\u0947 \u0905\u0915\u094D\u0937\u092E \u0915\u0930\u0928\u093E \u091A\u0941\u0928 \u0938\u0915\u0924\u0947 \u0939\u0948\u0902\u0964",option:"\u0938\u094D\u0925\u093E\u092A\u093F\u0924 \u0915\u0930\u0928\u093E",saveSettings:"\u0938\u0947\u091F\u093F\u0902\u0917\u094D\u0938 \u0938\u0947\u0935 \u0915\u0930\u0947\u0902",closeModal:"\u0916\u093F\u0921\u093C\u0915\u0940 \u092C\u0902\u0926 \u0915\u0930\u094B",enableInputTranslationWithoutTriggerKeyTitle:"\u0924\u094D\u0935\u0930\u093F\u0924 \u0915\u0949\u092E\u094D\u092C\u094B \u0915\u094B 3 \u0917\u0941\u0928\u093E{trailingKey}\u0938\u0915\u094D\u0937\u092E \u0915\u0930\u0947\u0902, \u0938\u0902\u092A\u0942\u0930\u094D\u0923 \u0907\u0928\u092A\u0941\u091F \u092C\u0949\u0915\u094D\u0938 \u0915\u094B \u0938\u0940\u0927\u0947{inputTargetLanguage}\u092E\u0947\u0902 \u0905\u0928\u0941\u0935\u093E\u0926\u093F\u0924 \u0915\u0930\u0947\u0902",enableInputTranslationWithoutTriggerKeyDescription:"\u092F\u0926\u093F \u0906\u092A\u0915\u094B \u0932\u0915\u094D\u0937\u094D\u092F \u092D\u093E\u0937\u093E \u0928\u093F\u0930\u094D\u0926\u093F\u0937\u094D\u091F \u0915\u0930\u0928\u0947 \u0915\u0940 \u0906\u0935\u0936\u094D\u092F\u0915\u0924\u093E \u0939\u0948, \u0924\u094B \u0915\u0943\u092A\u092F\u093E \u0938\u093E\u092E\u0928\u0947 \u092D\u093E\u0937\u093E \u0915\u094B\u0921 \u091C\u094B\u0921\u093C\u0947\u0902, \u091C\u0948\u0938\u0947\uFF1Aja \u0939\u0947\u0932\u094B \u0935\u0930\u094D\u0932\u094D\u0921",mouseHoverShortcutPlaceholder:"\u091C\u0948\u0938\u0947\uFF1A\u0936\u093F\u092B\u094D\u091F",deepLProName:"\u0907\u092E\u0930\u094D\u0938\u093F\u0935 \u091F\u094D\u0930\u093E\u0902\u0938\u0932\u0947\u0936\u0928 \u092A\u094D\u0930\u094B \u0938\u0926\u0938\u094D\u092F (\u0905\u0928\u0941\u0936\u0902\u0938\u093F\u0924)",deepLProDescription:"\u0935\u0930\u094D\u0924\u092E\u093E\u0928 \u092A\u0948\u0915\u0947\u091C \u0915\u093E \u0938\u0940\u0927\u0947 \u0909\u092A\u092F\u094B\u0917 \u0915\u093F\u092F\u093E \u091C\u093E \u0938\u0915\u0924\u093E \u0939\u0948",deeplProDescriptionForNormal:"\u0915\u093F\u0938\u0940 \u0938\u0947\u091F\u093F\u0902\u0917 \u0915\u0940 \u0906\u0935\u0936\u094D\u092F\u0915\u0924\u093E \u0928\u0939\u0940\u0902 \u0939\u0948\u0964 \u0906\u092A \u0938\u0926\u0938\u094D\u092F \u0915\u0947 \u0930\u0942\u092A \u092E\u0947\u0902 \u0932\u0949\u0917 \u0907\u0928 \u0915\u0930\u0928\u0947 \u0915\u0947 \u092C\u093E\u0926 \u0907\u0938\u0915\u093E \u0909\u092A\u092F\u094B\u0917 \u0915\u0930 \u0938\u0915\u0924\u0947 \u0939\u0948\u0902\u0964 <1> \u0938\u0926\u0938\u094D\u092F \u092E\u0947\u0902 \u0905\u092A\u0917\u094D\u0930\u0947\u0921 \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u092F\u0939\u093E\u0902 \u0915\u094D\u0932\u093F\u0915 \u0915\u0930\u0947\u0902\u0964",deepLCustomDescription:"\u0906\u092A\u0915\u094B \u090F\u0915 \u0935\u093F\u0926\u0947\u0936\u0940 \u0915\u094D\u0930\u0947\u0921\u093F\u091F \u0915\u093E\u0930\u094D\u0921 \u0915\u0940 \u0906\u0935\u0936\u094D\u092F\u0915\u0924\u093E \u0939\u0948, <1>\u0921\u0940\u092A\u090F\u0932 \u092A\u0930 \u091C\u093E\u090F\u0902 \u0906\u0927\u093F\u0915\u093E\u0930\u093F\u0915 \u0924\u094C\u0930 \u092A\u0930 \u0916\u094B\u0932\u093E \u0917\u092F\u093E, <2> \u0926\u0938\u094D\u0924\u093E\u0935\u0947\u091C\u093C \u0926\u0947\u0916\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u0915\u094D\u0932\u093F\u0915 \u0915\u0930\u0947\u0902",deepLCustomName:"\u0915\u0938\u094D\u091F\u092E \u092A\u094D\u0930\u093E\u092E\u093E\u0923\u093F\u0915 \u0915\u0941\u0902\u091C\u0940",chooseProviderLabel:"\u090F\u0915 \u0938\u0947\u0935\u093E \u092A\u094D\u0930\u0926\u093E\u0924\u093E \u091A\u0941\u0928\u0947\u0902",openaiProName:"\u0907\u092E\u0930\u094D\u0938\u093F\u0935 \u091F\u094D\u0930\u093E\u0902\u0938\u0932\u0947\u0936\u0928 \u092A\u094D\u0930\u094B \u0938\u0926\u0938\u094D\u092F (\u0905\u0928\u0941\u0936\u0902\u0938\u093F\u0924)",openaiProDescription:"\u0935\u0930\u094D\u0924\u092E\u093E\u0928 \u092A\u0948\u0915\u0947\u091C \u0915\u093E \u0938\u0940\u0927\u0947 \u0909\u092A\u092F\u094B\u0917 \u0915\u093F\u092F\u093E \u091C\u093E \u0938\u0915\u0924\u093E \u0939\u0948",openaiProDescriptionForNormal:"\u0915\u093F\u0938\u0940 \u0938\u0947\u091F\u093F\u0902\u0917 \u0915\u0940 \u0906\u0935\u0936\u094D\u092F\u0915\u0924\u093E \u0928\u0939\u0940\u0902 \u0939\u0948\u0964 \u0906\u092A \u0938\u0926\u0938\u094D\u092F \u0915\u0947 \u0930\u0942\u092A \u092E\u0947\u0902 \u0932\u0949\u0917 \u0907\u0928 \u0915\u0930\u0928\u0947 \u0915\u0947 \u092C\u093E\u0926 \u0907\u0938\u0915\u093E \u0909\u092A\u092F\u094B\u0917 \u0915\u0930 \u0938\u0915\u0924\u0947 \u0939\u0948\u0902\u0964 <1> \u0938\u0926\u0938\u094D\u092F \u092E\u0947\u0902 \u0905\u092A\u0917\u094D\u0930\u0947\u0921 \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u092F\u0939\u093E\u0902 \u0915\u094D\u0932\u093F\u0915 \u0915\u0930\u0947\u0902\u0964",openaiCustomDescription:"\u0907\u0938\u0947 OpenAI, Azure OpenAI, \u092F\u093E \u0905\u0928\u094D\u092F \u0924\u0943\u0924\u0940\u092F-\u092A\u0915\u094D\u0937 \u0938\u0947\u0935\u093E\u0913\u0902 \u0938\u0947 \u092A\u094D\u0930\u093E\u092A\u094D\u0924 \u0915\u093F\u092F\u093E \u091C\u093E \u0938\u0915\u0924\u093E \u0939\u0948\u0964 <1> \u0926\u0938\u094D\u0924\u093E\u0935\u0947\u091C\u093C \u0926\u0947\u0916\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u092F\u0939\u093E\u0902 \u0915\u094D\u0932\u093F\u0915 \u0915\u0930\u0947\u0902\u0964",openaiCustomName:"\u0915\u0938\u094D\u091F\u092E \u090F\u092A\u0940\u0906\u0908 \u0915\u0941\u0902\u091C\u0940",needLoginAction:"(\u0938\u0926\u0938\u094D\u092F\u0924\u093E \u0926\u0930\u094D\u091C \u0915\u0930\u0947\u0902 \u092F\u093E \u0905\u0928\u0941\u0915\u0942\u0932\u093F\u0924 \u0915\u0930\u0947\u0902)",goLoginOrAction:"(\u0938\u0926\u0938\u094D\u092F\u0924\u093E \u0926\u0930\u094D\u091C \u0915\u0930\u0947\u0902 \u092F\u093E \u0938\u0947\u091F\u093F\u0902\u0917\u094D\u0938 \u092A\u0930 \u091C\u093E\u090F\u0902)",yearly:"\u0938\u0924\u0924 \u0935\u093E\u0930\u094D\u0937\u093F\u0915 \u0938\u0926\u0938\u094D\u092F\u0924\u093E",quarterly:"\u0932\u0917\u093E\u0924\u093E\u0930 \u090B\u0924\u0941\u090F\u0901",monthly:"\u0928\u093F\u0930\u0902\u0924\u0930 \u092E\u093E\u0938\u093F\u0915 \u0938\u0926\u0938\u094D\u092F\u0924\u093E",yearlyForOnce:"\u090F\u0915\u092E\u0941\u0936\u094D\u0924 \u0935\u093E\u0930\u094D\u0937\u093F\u0915 \u092A\u0948\u0915\u0947\u091C",monthlyForOnce:"\u090F\u0915\u092E\u0941\u0936\u094D\u0924 \u092E\u093E\u0938\u093F\u0915 \u092A\u0948\u0915\u0947\u091C",daily:"\u0932\u0917\u093E\u0924\u093E\u0930 \u0926\u094B \u0926\u093F\u0928",year:"\u0938\u0924\u0924 \u0935\u093E\u0930\u094D\u0937\u093F\u0915 \u0938\u0926\u0938\u094D\u092F\u0924\u093E",quarter:"\u0932\u0917\u093E\u0924\u093E\u0930 \u090B\u0924\u0941\u090F\u0901",month:"\u0928\u093F\u0930\u0902\u0924\u0930 \u092E\u093E\u0938\u093F\u0915 \u0938\u0926\u0938\u094D\u092F\u0924\u093E",day:"\u0932\u0917\u093E\u0924\u093E\u0930 \u0926\u094B \u0926\u093F\u0928",onetime_7day:"7 \u0926\u093F\u0928 \u0915\u093E \u091F\u094D\u0930\u093E\u092F\u0932 \u092A\u0948\u0915\u0947\u091C",currentPlanDescriptionForFree:"\u0935\u0930\u094D\u0924\u092E\u093E\u0928 \u092A\u0948\u0915\u0947\u091C\uFF1A\u0928\u093F\u0903\u0936\u0941\u0932\u094D\u0915 \u0939\u0948",currentPlanDescriptionForContinuous:"\u0935\u0930\u094D\u0924\u092E\u093E\u0928 \u092A\u0948\u0915\u0947\u091C\uFF1A{plan}\u0939\u0948 \u0914\u0930 {endAt} \u0915\u094B \u0938\u094D\u0935\u091A\u093E\u0932\u093F\u0924 \u0930\u0942\u092A \u0938\u0947 \u0928\u0935\u0940\u0928\u0940\u0915\u0943\u0924 \u0939\u094B \u091C\u093E\u090F\u0917\u093E",currentPlanDescriptionForAutoRenewCaceling:"\u0935\u0930\u094D\u0924\u092E\u093E\u0928 \u092A\u0948\u0915\u0947\u091C\uFF1A{plan}\u0939\u0948 \u0914\u0930 {endAt} \u0915\u094B \u0938\u092E\u093E\u092A\u094D\u0924 \u0939\u094B \u091C\u093E\u090F\u0917\u093E\u0964 \u0938\u092E\u093E\u092A\u094D\u0924\u093F \u0915\u0947 \u092C\u093E\u0926 \u0907\u0938\u0947 \u0938\u094D\u0935\u091A\u093E\u0932\u093F\u0924 \u0930\u0942\u092A \u0938\u0947 \u0928\u0935\u0940\u0928\u0940\u0915\u0943\u0924 \u0928\u0939\u0940\u0902 \u0915\u093F\u092F\u093E \u091C\u093E\u090F\u0917\u093E\u0964",currentYearlyPlanDescriptionForAutoRenewCacelingWithRealPaiedUser:"\u0935\u0930\u094D\u0924\u092E\u093E\u0928 \u092A\u0948\u0915\u0947\u091C\uFF1A{plan} {endAt} \u0915\u094B \u0938\u092E\u093E\u092A\u094D\u0924 \u0939\u094B \u091C\u093E\u090F\u0917\u093E \u0914\u0930 \u0938\u092E\u093E\u092A\u094D\u0924\u093F \u0915\u0947 \u092C\u093E\u0926 \u0938\u094D\u0935\u091A\u093E\u0932\u093F\u0924 \u0930\u0942\u092A \u0938\u0947 \u0928\u0935\u0940\u0928\u0940\u0915\u0943\u0924 \u0928\u0939\u0940\u0902 \u0915\u093F\u092F\u093E \u091C\u093E\u090F\u0917\u093E\u0964
<1>\u0928\u0935\u0940\u0915\u0930\u0923 \u092F\u094B\u091C\u0928\u093E\u0913\u0902 \u0915\u094B \u092A\u094D\u0930\u092C\u0902\u0927\u093F\u0924 \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u092F\u0939\u093E\u0902 \u0915\u094D\u0932\u093F\u0915 \u0915\u0930\u0947\u0902",currentYearlyPlanDescriptionForAutoRenewCacelingWithAdmin:"\u0935\u0930\u094D\u0924\u092E\u093E\u0928 \u092A\u0948\u0915\u0947\u091C\uFF1A{plan} {endAt} \u0915\u094B \u0938\u092E\u093E\u092A\u094D\u0924 \u0939\u094B \u091C\u093E\u090F\u0917\u093E \u0914\u0930 \u0938\u092E\u093E\u092A\u094D\u0924\u093F \u0915\u0947 \u092C\u093E\u0926 \u0938\u094D\u0935\u091A\u093E\u0932\u093F\u0924 \u0930\u0942\u092A \u0938\u0947 \u0928\u0935\u0940\u0928\u0940\u0915\u0943\u0924 \u0928\u0939\u0940\u0902 \u0915\u093F\u092F\u093E \u091C\u093E\u090F\u0917\u093E\u0964
<1>\u0928\u093F\u0930\u0902\u0924\u0930 \u0935\u093E\u0930\u094D\u0937\u093F\u0915 \u0938\u0926\u0938\u094D\u092F\u0924\u093E \u0938\u0915\u094D\u0930\u093F\u092F \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u092F\u0939\u093E\u0902 \u0915\u094D\u0932\u093F\u0915 \u0915\u0930\u0947\u0902",currentPlanDescriptionForOneTime:"\u0935\u0930\u094D\u0924\u092E\u093E\u0928 \u092A\u0948\u0915\u0947\u091C\uFF1A{plan}\u0939\u0948 \u0914\u0930 {endAt} \u0915\u094B \u0938\u092E\u093E\u092A\u094D\u0924 \u0939\u094B \u091C\u093E\u090F\u0917\u093E\u0964 <1> \u0935\u093E\u0930\u094D\u0937\u093F\u0915 \u0936\u0941\u0932\u094D\u0915 \u092E\u0947\u0902 \u0905\u092A\u0917\u094D\u0930\u0947\u0921 \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u092F\u0939\u093E\u0902 \u0915\u094D\u0932\u093F\u0915 \u0915\u0930\u0947\u0902 \u092F\u093E <2> \u092E\u093E\u0938\u093F\u0915 \u0936\u0941\u0932\u094D\u0915 \u0938\u0926\u0938\u094D\u092F",upgradePlan:"\u092A\u094D\u0930\u094B \u0938\u0926\u0938\u094D\u092F\u0924\u093E \u092E\u0947\u0902 \u0905\u092A\u0917\u094D\u0930\u0947\u0921 \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u092F\u0939\u093E\u0902 \u0915\u094D\u0932\u093F\u0915 \u0915\u0930\u0947\u0902",upgradeToPro:"\u092A\u094D\u0930\u094B \u0938\u0926\u0938\u094D\u092F\u0924\u093E \u092E\u0947\u0902 \u0905\u092A\u0917\u094D\u0930\u0947\u0921 \u0915\u0930\u0947\u0902","popup.openPro":"\u092A\u094D\u0930\u094B \u0938\u0926\u0938\u094D\u092F\u0924\u093E \u092E\u0947\u0902 \u0905\u092A\u0917\u094D\u0930\u0947\u0921 \u0915\u0930\u0928\u0947 \u0915\u0947 \u092C\u093E\u0926, \u0906\u092A \u0921\u0940\u092A\u090F\u0932 \u0914\u0930 \u0913\u092A\u0928\u090F\u0906\u0908 \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u093E \u0906\u0928\u0902\u0926 \u0932\u0947 \u0938\u0915\u0924\u0947 \u0939\u0948\u0902, \u0905\u092A\u0917\u094D\u0930\u0947\u0921 \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u092F\u0939\u093E\u0902 \u0915\u094D\u0932\u093F\u0915 \u0915\u0930\u0947\u0902","popup.openProForPro":"\u0906\u092A \u090F\u0915 \u092A\u094D\u0930\u094B \u0938\u0926\u0938\u094D\u092F \u0939\u0948\u0902 \u0914\u0930 \u0938\u0940\u0927\u0947 \u0921\u0940\u092A\u090F\u0932 \u0914\u0930 \u0913\u092A\u0928\u090F\u0906\u0908 \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u093E \u0909\u092A\u092F\u094B\u0917 \u0915\u0930 \u0938\u0915\u0924\u0947 \u0939\u0948\u0902",currentAccount:"\u091A\u093E\u0932\u0942 \u0916\u093E\u0924\u093E",enableAutoSyncUserSettings:"\u090F\u0915\u093E\u0927\u093F\u0915 \u0921\u093F\u0935\u093E\u0907\u0938\u094B\u0902 \u092A\u0930 \u0938\u094D\u0935\u091A\u093E\u0932\u093F\u0924 \u0915\u094D\u0932\u093E\u0909\u0921 \u0938\u093F\u0902\u0915 \u0938\u0915\u094D\u0937\u092E \u0915\u0930\u0947\u0902",modalEnableInputTranslationTitle:"\u0907\u092E\u0930\u094D\u0938\u093F\u0935 \u091F\u094D\u0930\u093E\u0902\u0938\u0932\u0947\u0936\u0928 \u0907\u0928\u092A\u0941\u091F \u092C\u0949\u0915\u094D\u0938 \u091F\u094D\u0930\u093E\u0902\u0938\u0932\u0947\u0936\u0928 \u092F\u0941\u0915\u094D\u0924\u093F\u092F\u093E\u0901",modalEnableInputTranslationDesc:"\u0906\u092A\u0928\u0947 \u0938\u094D\u092A\u0947\u0938 \u092C\u093E\u0930 \u0915\u094B \u0932\u0917\u093E\u0924\u093E\u0930 \u0924\u0940\u0928 \u092C\u093E\u0930 \u0926\u092C\u093E\u0915\u0930 \u0907\u092E\u0930\u094D\u0938\u093F\u0935 \u091F\u094D\u0930\u093E\u0902\u0938\u0932\u0947\u0936\u0928 \u0915\u0947 \u0907\u0928\u092A\u0941\u091F \u092C\u0949\u0915\u094D\u0938 \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u094B \u091F\u094D\u0930\u093F\u0917\u0930 \u0915\u093F\u092F\u093E \u0939\u0948, \u0914\u0930 \u0907\u0928\u092A\u0941\u091F \u092C\u0949\u0915\u094D\u0938 \u0915\u0940 \u0938\u093E\u092E\u0917\u094D\u0930\u0940 \u0915\u094B \u0921\u093F\u092B\u093C\u0949\u0932\u094D\u091F \u0932\u0915\u094D\u0937\u094D\u092F \u092D\u093E\u0937\u093E \u092E\u0947\u0902 \u0905\u0928\u0941\u0935\u093E\u0926\u093F\u0924 \u0915\u093F\u092F\u093E \u091C\u093E\u090F\u0917\u093E\u0964 \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u094B Ctrl+Z \u0915\u0947 \u092E\u093E\u0927\u094D\u092F\u092E \u0938\u0947 \u092A\u0942\u0930\u094D\u0935\u0935\u0924 \u0915\u093F\u092F\u093E \u091C\u093E \u0938\u0915\u0924\u093E \u0939\u0948\u0964

\u092F\u0926\u093F \u092F\u0939 \u090F\u0915 \u0917\u0932\u0924\u0940 \u0939\u0948, \u0924\u094B \u091A\u093F\u0902\u0924\u093E \u0928 \u0915\u0930\u0947\u0902, \u0906\u092A \u0907\u0938 \u092C\u093E\u0930 \u0907\u0938\u0947 \u0905\u0915\u094D\u0937\u092E \u0915\u0930\u0928\u093E \u091A\u0941\u0928 \u0938\u0915\u0924\u0947 \u0939\u0948\u0902, \u092F\u093E \u0907\u0928\u092A\u0941\u091F \u092C\u0949\u0915\u094D\u0938 \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u094B \u0938\u094D\u0925\u093E\u092F\u0940 \u0930\u0942\u092A \u0938\u0947 \u0905\u0915\u094D\u0937\u092E \u0915\u0930 \u0938\u0915\u0924\u0947 \u0939\u0948\u0902\u0964",saveAndNotShowAgain:"\u0938\u0939\u0947\u091C\u0947\u0902 \u0914\u0930 \u0926\u094B\u092C\u093E\u0930\u093E \u0938\u0902\u0915\u0947\u0924 \u0928 \u0926\u0947\u0902",disableInputTranslationTips:"* \u0906\u092A {option} ,{learnMore}\u092E\u0947\u0902 \u091F\u094D\u0930\u093F\u0917\u0930 \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u0905\u0928\u094D\u092F \u0936\u0949\u0930\u094D\u091F\u0915\u091F \u0915\u0941\u0902\u091C\u093F\u092F\u093E\u0901 \u092D\u0940 \u0938\u0947\u091F \u0915\u0930 \u0938\u0915\u0924\u0947 \u0939\u0948\u0902\u0964",learnMore:"\u0914\u0930 \u091C\u093E\u0928\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u092F\u0939\u093E\u0902 \u0915\u094D\u0932\u093F\u0915 \u0915\u0930\u0947\u0902",continueEnalbeInputTranslation:"\u0907\u0928\u092A\u0941\u091F \u092C\u0949\u0915\u094D\u0938 \u0905\u0928\u0941\u0935\u093E\u0926 \u0938\u0915\u094D\u0937\u092E \u0915\u0930\u0928\u093E \u091C\u093E\u0930\u0940 \u0930\u0916\u0947\u0902",autoRenewTrialSuffix:'(\u092A\u0930\u0940\u0915\u094D\u0937\u0923 \u0915\u0947 \u0926\u094C\u0930\u093E\u0928,\u0924\u0941\u0930\u0902\u0924 \u0914\u092A\u091A\u093E\u0930\u093F\u0915\u092E\u0947\u0902 \u0905\u092A\u0917\u094D\u0930\u0947\u0921 \u0915\u0930 \u0926\u093F\u092F\u093E \u091C\u093E\u090F\u0917\u093E)',upgradeFromTrialTitle:"\u0906\u0927\u093F\u0915\u093E\u0930\u093F\u0915 \u0938\u0926\u0938\u094D\u092F \u0915\u0947 \u0930\u0942\u092A \u092E\u0947\u0902 \u0905\u092A\u0917\u094D\u0930\u0947\u0921 \u0915\u0930\u0947\u0902",subtitle:"\u0935\u0940\u0921\u093F\u092F\u094B \u0909\u092A\u0936\u0940\u0930\u094D\u0937\u0915",youtubeService:"\u0907\u092E\u0930\u094D\u0938\u093F\u0935 \u0905\u0928\u0941\u0935\u093E\u0926 \u0935\u0940\u0921\u093F\u092F\u094B \u0909\u092A\u0936\u0940\u0930\u094D\u0937\u0915 \u0905\u0928\u0941\u0935\u093E\u0926 \u0938\u0947\u0935\u093E","subtitle.disabledSubtitle":"\u0935\u0940\u0921\u093F\u092F\u094B \u0909\u092A\u0936\u0940\u0930\u094D\u0937\u0915 \u0915\u094B \u0938\u094D\u0925\u093E\u092F\u0940 \u0930\u0942\u092A \u0938\u0947 \u0905\u0915\u094D\u0937\u092E \u0915\u0930\u0947\u0902","subtitle.disabledSubtitleDescription":"\u092F\u0926\u093F \u0907\u092E\u0930\u094D\u0938\u093F\u0935 \u091F\u094D\u0930\u093E\u0902\u0938\u0932\u0947\u0936\u0928 \u0915\u0947 \u0935\u0940\u0921\u093F\u092F\u094B \u0909\u092A\u0936\u0940\u0930\u094D\u0937\u0915 \u0905\u0928\u094D\u092F \u090F\u0915\u094D\u0938\u091F\u0947\u0902\u0936\u0928 \u0915\u0947 \u0938\u093E\u0925 \u0938\u0902\u0918\u0930\u094D\u0937 \u0915\u0930\u0924\u0947 \u0939\u0948\u0902, \u0924\u094B \u0906\u092A \u0907\u092E\u0930\u094D\u0938\u093F\u0935 \u091F\u094D\u0930\u093E\u0902\u0938\u0932\u0947\u0936\u0928 \u0915\u0947 \u0935\u0940\u0921\u093F\u092F\u094B \u0909\u092A\u0936\u0940\u0930\u094D\u0937\u0915 \u092B\u093C\u0902\u0915\u094D\u0936\u0928 \u0915\u094B \u0938\u094D\u0925\u093E\u092F\u0940 \u0930\u0942\u092A \u0938\u0947 \u0905\u0915\u094D\u0937\u092E \u0915\u0930\u0928\u093E \u092F\u093E \u0905\u0928\u094D\u092F \u0935\u093F\u0930\u094B\u0927\u093E\u092D\u093E\u0938\u0940 \u090F\u0915\u094D\u0938\u091F\u0947\u0902\u0936\u0928 \u0915\u094B \u0905\u0928\u0907\u0902\u0938\u094D\u091F\u0949\u0932 \u0915\u0930\u0928\u093E \u091A\u0941\u0928 \u0938\u0915\u0924\u0947 \u0939\u0948\u0902\u0964","subtitle.autoEnableSubtitle":"\u0938\u094D\u0935\u091A\u093E\u0932\u093F\u0924 \u0930\u0942\u092A \u0938\u0947 \u0926\u094D\u0935\u093F\u092D\u093E\u0937\u0940 \u0909\u092A\u0936\u0940\u0930\u094D\u0937\u0915 \u0915\u093E \u0909\u092A\u092F\u094B\u0917 \u0915\u0930\u0947\u0902","subtitle.autoEnableSubtitleDescription":"\u0938\u0915\u094D\u0930\u093F\u092F \u0915\u0930\u0928\u0947 \u0915\u0947 \u092C\u093E\u0926, \u091C\u092C \u0935\u0940\u0921\u093F\u092F\u094B \u091A\u0932 \u0930\u0939\u093E \u0939\u094B\u0924\u093E \u0939\u0948, \u0924\u094B \u0938\u094D\u0935\u091A\u093E\u0932\u093F\u0924 \u0930\u0942\u092A \u0938\u0947 \u0926\u094D\u0935\u093F\u092D\u093E\u0937\u0940\u092F \u0909\u092A\u0936\u0940\u0930\u094D\u0937\u0915 \u0926\u093F\u0916\u093E\u0908 \u0926\u0947\u0902\u0917\u0947, \u0905\u0928\u094D\u092F\u0925\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u092C\u091F\u0928 \u092A\u0930 \u0915\u094D\u0932\u093F\u0915 \u0915\u0930\u0928\u0947 \u0915\u0940 \u0906\u0935\u0936\u094D\u092F\u0915\u0924\u093E \u0939\u094B\u0917\u0940\u0964","subtitle.preTranslation":"\u0909\u092A\u0936\u0940\u0930\u094D\u0937\u0915 \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u0907\u092E\u0930\u094D\u0938\u093F\u0935 \u091F\u094D\u0930\u093E\u0902\u0938\u0932\u0947\u0936\u0928 \u0915\u093E \u0909\u092A\u092F\u094B\u0917 \u0915\u0930\u0947\u0902","subtitle.preTranslationDescription":"\u0907\u0938\u0947 \u0938\u0915\u094D\u0937\u092E \u0915\u0930\u0928\u0947 \u0915\u0947 \u092C\u093E\u0926, \u0928\u0940\u091A\u0947 \u0926\u0940 \u0917\u0908 \u0928\u093F\u0930\u094D\u0926\u093F\u0937\u094D\u091F \u0905\u0928\u0941\u0935\u093E\u0926 \u0938\u0947\u0935\u093E \u0915\u093E \u0909\u092A\u092F\u094B\u0917 \u0938\u0902\u092A\u0942\u0930\u094D\u0923 \u0909\u092A\u0936\u0940\u0930\u094D\u0937\u0915 \u0915\u093E \u0905\u0917\u094D\u0930\u093F\u092E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u0915\u093F\u092F\u093E \u091C\u093E\u090F\u0917\u093E\u0964 \u090F\u0915 \u0918\u0902\u091F\u0947 \u0915\u093E \u0935\u0940\u0921\u093F\u092F\u094B \u0932\u0917\u092D\u0917 50,000 \u091F\u094B\u0915\u0928 \u092F\u093E \u0935\u0930\u094D\u0923\u094B\u0902 \u0915\u093E \u0909\u092A\u092D\u094B\u0917 \u0915\u0930\u0924\u093E \u0939\u0948, \u0907\u0938\u0932\u093F\u090F \u0915\u0943\u092A\u092F\u093E \u0907\u0938\u0947 \u0909\u092A\u092F\u0941\u0915\u094D\u0924 \u0915\u0947 \u0930\u0942\u092A \u092E\u0947\u0902 \u0909\u092A\u092F\u094B\u0917 \u0915\u0930\u0947\u0902; \u0907\u0938\u0947 \u092C\u0902\u0926 \u0915\u0930\u0928\u0947 \u0915\u0947 \u092C\u093E\u0926, \u092E\u0936\u0940\u0928 \u0938\u0947 \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u093F\u092F\u093E \u091C\u093E\u090F\u0917\u093E \u092E\u0942\u0932 \u0935\u0940\u0921\u093F\u092F\u094B \u0915\u0947 \u0938\u093E\u0925 \u0906\u0928\u0947 \u0935\u093E\u0932\u0947 \u0909\u092A\u0936\u0940\u0930\u094D\u0937\u0915 \u0915\u093E \u092A\u0939\u0932\u0947 \u0909\u092A\u092F\u094B\u0917 \u0915\u093F\u092F\u093E \u091C\u093E\u090F\u0917\u093E\u0964","subtitle.humanSubtitlesPreferred":"\u092E\u093E\u0928\u0935 \u0909\u092A\u0936\u0940\u0930\u094D\u0937\u0915 \u0915\u0947 \u0909\u092A\u092F\u094B\u0917 \u0915\u094B \u092A\u094D\u0930\u093E\u0925\u092E\u093F\u0915\u0924\u093E \u0926\u0947\u0902","subtitle.humanSubtitlesPreferredDescription":"\u091C\u092C \u0915\u093F\u0938\u0940 \u0935\u0940\u0921\u093F\u092F\u094B \u092E\u0947\u0902 \u0932\u0915\u094D\u0937\u093F\u0924 \u092D\u093E\u0937\u093E \u092E\u0947\u0902 \u092E\u0948\u0928\u094D\u092F\u0941\u0905\u0932 \u0909\u092A\u0936\u0940\u0930\u094D\u0937\u0915 \u0939\u094B\u0902, \u0924\u094B \u092A\u0939\u0932\u0947 \u092E\u0948\u0928\u094D\u092F\u0941\u0905\u0932 \u0909\u092A\u0936\u0940\u0930\u094D\u0937\u0915 \u0915\u093E \u0909\u092A\u092F\u094B\u0917 \u0915\u0930\u0947\u0902 (\u0905\u0928\u0941\u0936\u0902\u0938\u093F\u0924)",videoSubtitleTranslationDescription:"\u0935\u0940\u0921\u093F\u092F\u094B \u0909\u092A\u0936\u0940\u0930\u094D\u0937\u0915 \u0915\u0947 \u0932\u093F\u090F \u090F\u0915 \u0905\u0932\u0917 \u0905\u0928\u0941\u0935\u093E\u0926 \u0938\u0947\u0935\u093E \u0928\u093E\u092E\u093F\u0924 \u0915\u0930\u0947\u0902",subtitleTranslating:"{service} \u0938\u0947\u0935\u093E \u0915\u093E \u0909\u092A\u092F\u094B\u0917 \u0915\u0930\u0915\u0947 \u0909\u092A\u0936\u0940\u0930\u094D\u0937\u0915 \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930 \u0930\u0939\u0947 \u0939\u0948\u0902, \u0915\u0943\u092A\u092F\u093E \u092A\u094D\u0930\u0924\u0940\u0915\u094D\u0937\u093E \u0915\u0930\u0947\u0902... (\u0907\u092E\u0930\u094D\u0938\u093F\u0935 \u0905\u0928\u0941\u0935\u093E\u0926)",subtitleLoading:"\u0909\u092A\u0936\u0940\u0930\u094D\u0937\u0915 \u0932\u094B\u0921 \u0939\u094B \u0930\u0939\u093E \u0939\u0948...",bilingual:"\u0926\u094D\u0935\u093F\u092D\u093E\u0937\u093F\u0915","field.action":"Baidu \u0936\u092C\u094D\u0926\u093E\u0935\u0932\u0940 \u0915\u094B \u0938\u0915\u094D\u0937\u092E \u0915\u0930\u0928\u093E \u0939\u0948 \u092F\u093E \u0928\u0939\u0940\u0902","description.action":"\u0938\u0915\u094D\u0937\u092E \u0915\u0930\u0928\u0947 \u0915\u0947 \u092C\u093E\u0926, \u0936\u092C\u094D\u0926 \u0915\u094B \u0938\u0915\u094D\u0937\u092E \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F Baidu \u0915\u094B \u0938\u0942\u091A\u093F\u0924 \u0915\u0930\u0928\u0947 \u0915\u0947 \u0905\u0928\u0941\u0930\u094B\u0927 \u092E\u0947\u0902 \u092A\u0948\u0930\u093E\u092E\u0940\u091F\u0930 \u090F\u0915\u094D\u0936\u0928 = 1 \u091C\u094B\u0921\u093C\u093E \u091C\u093E\u090F\u0917\u093E\u0964 <1> \u0915\u0943\u092A\u092F\u093E \u0905\u0927\u093F\u0915 \u0928\u093F\u0930\u094D\u0926\u0947\u0936\u094B\u0902 \u0915\u0947 \u0932\u093F\u090F \u0906\u0927\u093F\u0915\u093E\u0930\u093F\u0915 \u0926\u0938\u094D\u0924\u093E\u0935\u0947\u091C\u093C \u0926\u0947\u0916\u0947\u0902\u0964",closeQuickTranslation:"\u0924\u0948\u0930\u0924\u0940 \u0939\u0941\u0908 \u0917\u0947\u0902\u0926 \u0915\u094B \u092C\u0902\u0926 \u0915\u0930\u0947\u0902","closeQuickTranslation.untilNext":"\u0905\u0917\u0932\u0940 \u092F\u093E\u0924\u094D\u0930\u093E \u0924\u0915 \u092C\u0902\u0926","closeQuickTranslation.currentWebsite":"\u0935\u0930\u094D\u0924\u092E\u093E\u0928 \u0935\u0947\u092C\u0938\u093E\u0907\u091F \u0905\u0915\u094D\u0937\u092E \u0939\u0948","closeQuickTranslation.alwaysClose":"\u0938\u094D\u0925\u093E\u092F\u0940 \u0930\u0942\u092A \u0938\u0947 \u0905\u0915\u094D\u0937\u092E","closeQuickTranslation.settingOpen":"(<1> \u0938\u0947\u091F\u093F\u0902\u0917 \u092A\u0947\u091C \u092A\u0930 \u092A\u093E\u092F\u093E \u091C\u093E \u0938\u0915\u0924\u093E \u0939\u0948 \u091A\u093E\u0932\u0942 \u0915\u0930\u094B)","closeQuickTranslation.cancel":"\u0930\u0926\u094D\u0926 \u0915\u0930\u0928\u093E","closeQuickTranslation.confirm":"\u091C\u093C\u0930\u0942\u0930","floatBall.popup":"\u0924\u094D\u0935\u0930\u093F\u0924 \u0938\u0947\u091F\u093F\u0902\u0917 \u092A\u0948\u0928\u0932 \u0916\u094B\u0932\u0947\u0902","floatBall.translate":"\u0907\u0938 \u092A\u0943\u0937\u094D\u0920 \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u0915\u094D\u0932\u093F\u0915 \u0915\u0930\u0947\u0902","floatBall.showOriginal":"\u092E\u0942\u0932 \u092A\u093E\u0920 \u092A\u0930 \u0935\u093E\u092A\u0938 \u091C\u093E\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u0915\u094D\u0932\u093F\u0915 \u0915\u0930\u0947\u0902","floatBall.close":"\u0924\u0948\u0930\u0924\u0940 \u0939\u0941\u0908 \u0917\u0947\u0902\u0926 \u0915\u094B \u092C\u0902\u0926 \u0915\u0930\u0947\u0902","floatBallOptions.enableDescPc":"\u092A\u0947\u091C \u092B\u093C\u094D\u0932\u094B\u091F\u093F\u0902\u0917 \u092C\u0949\u0932 \u0938\u0915\u094D\u0937\u092E \u0939\u094B\u0928\u0947 \u0915\u0947 \u092C\u093E\u0926, \u092A\u0943\u0937\u094D\u0920 \u0915\u0947 \u0926\u093E\u0908\u0902 \u0913\u0930 \u090F\u0915 \u0924\u094D\u0935\u0930\u093F\u0924 \u0905\u0928\u0941\u0935\u093E\u0926 \u092C\u091F\u0928 \u092A\u094D\u0930\u0926\u0930\u094D\u0936\u093F\u0924 \u0939\u094B\u0917\u093E\u0964 \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u0915\u094D\u0932\u093F\u0915 \u0915\u0930\u0947\u0902\u0964","floatBallOptions.enableDesc":"\u092B\u094D\u0932\u094B\u091F\u093F\u0902\u0917 \u092C\u0949\u0932 \u0915\u094B \u092C\u0902\u0926 \u0915\u0930\u0928\u0947 \u0915\u0947 \u092C\u093E\u0926 \u0907\u0938\u0947{touch}\u0938\u0947 \u091C\u0917\u093E\u092F\u093E \u091C\u093E \u0938\u0915\u0924\u093E \u0939\u0948\u0964 \u0907\u0938 \u0935\u093F\u0915\u0932\u094D\u092A \u0915\u094B \u0917\u0932\u0924\u0940 \u0938\u0947 \u092C\u0902\u0926 \u0915\u0930\u0928\u0947 \u0915\u0947 \u092C\u093E\u0926 \u092B\u094D\u0932\u094B\u091F\u093F\u0902\u0917 \u092C\u0949\u0932 \u0915\u094B \u092E\u093F\u0932\u0928\u0947 \u0938\u0947 \u0930\u094B\u0915\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F, \u0907\u0938 \u0938\u0947\u091F\u093F\u0902\u0917 \u092A\u0947\u091C \u0915\u094B \u092C\u0941\u0915\u092E\u093E\u0930\u094D\u0915 \u0915\u0930\u0928\u0947 \u0915\u0940 \u092A\u0941\u0930\u091C\u094B\u0930 \u0905\u0928\u0941\u0936\u0902\u0938\u093E \u0915\u0940 \u091C\u093E\u0924\u0940 \u0939\u0948\u0964","description.azureApiUrl":"\u0915\u0938\u094D\u091F\u092E \u090F\u092A\u0940\u0906\u0908 \u0907\u0902\u091F\u0930\u092B\u093C\u0947\u0938 \u092A\u0924\u093E \u092D\u0930\u0947\u0902",confirmSupportMouse:"\u092E\u093E\u0909\u0938 \u0938\u092E\u0930\u094D\u0925\u0928 \u0915\u094B \u0938\u0915\u094D\u0937\u092E \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u092C\u093E\u0927\u094D\u092F \u0915\u0930\u0947\u0902",confirmSupportMouseDescription:"\u092F\u0939 \u092A\u093E\u092F\u093E \u0917\u092F\u093E \u0939\u0948 \u0915\u093F \u0935\u0930\u094D\u0924\u092E\u093E\u0928 \u092C\u094D\u0930\u093E\u0909\u091C\u093C\u0930 \u092E\u093E\u0909\u0938 \u092B\u093C\u0902\u0915\u094D\u0936\u0928 \u0915\u093E \u0938\u092E\u0930\u094D\u0925\u0928 \u0928\u0939\u0940\u0902 \u0915\u0930\u0924\u093E \u0939\u0948\u0964 \u0915\u094D\u092F\u093E \u0906\u092A \u092E\u093E\u0909\u0938 \u0938\u092E\u0930\u094D\u0925\u0928 \u0915\u094B \u092C\u0932\u092A\u0942\u0930\u094D\u0935\u0915 \u0938\u0915\u094D\u0937\u092E \u0915\u0930\u0928\u093E \u091A\u093E\u0939\u0924\u0947 \u0939\u0948\u0902?",sampleTargetText:"\u0932\u092E\u094D\u092C\u0940 \u0930\u093E\u0924 \u0906\u0928\u0947 \u0935\u093E\u0932\u0940 \u0939\u0948, \u0914\u0930 \u0905\u092C \u0938\u0947 \u092E\u0948\u0902 \u092E\u0930\u0928\u0947 \u0924\u0915 \u091C\u093E\u0917\u0924\u093E \u0930\u0939\u0942\u0901\u0917\u093E\u0964 \u092E\u0948\u0902 \u0928 \u092A\u0924\u094D\u0928\u0940 \u0932\u0942\u0901\u0917\u093E, \u0928 \u091C\u093E\u0917\u0940\u0930, \u0928 \u092C\u091A\u094D\u091A\u0947\u0964 \u092E\u0948\u0902 \u0915\u094B\u0908 \u0924\u093E\u091C \u0928\u0939\u0940\u0902 \u092A\u0939\u0928\u0942\u0902\u0917\u093E \u092F\u093E \u0938\u092E\u094D\u092E\u093E\u0928 \u0915\u0947 \u0932\u093F\u090F \u092A\u094D\u0930\u0924\u093F\u0938\u094D\u092A\u0930\u094D\u0927\u093E \u0928\u0939\u0940\u0902 \u0915\u0930\u0942\u0902\u0917\u093E\u0964 \u092E\u0948\u0902 \u0905\u092A\u0928\u093E \u0915\u0930\u094D\u0924\u0935\u094D\u092F \u0928\u093F\u0937\u094D\u0920\u093E\u092A\u0942\u0930\u094D\u0935\u0915 \u0928\u093F\u092D\u093E\u090A\u0902\u0917\u093E, \u091C\u093F\u090A\u0902\u0917\u093E \u0914\u0930 \u092E\u0930\u0942\u0902\u0917\u093E\u0964",sampleSourceText:"Night gathers, and now my watch begins. It shall not end until my death. I shall take no wife, hold no lands, father no children. I shall wear no crowns and win no glory. I shall live and die at my post.","subtitle.supportedSites":"\u5DF2\u652F\u6301\u5728\u8FD9\u4E9B\u7F51\u7AD9\u4F7F\u7528\u53CC\u8BED\u5B57\u5E55\uFF08\u6CE8\u610F\uFF1A\u7531\u4E8E\u6280\u672F\u9650\u5236\uFF0C\u90E8\u5206\u7F51\u7AD9\u5728\u9996\u6B21\u5F00\u542F\u5B57\u5E55\u540E\u9700\u8981\u91CD\u65B0\u5237\u65B0\u9875\u9762\uFF0C\u6216\u8005\u9700\u7B49\u5F85\u7FFB\u8BD1\u5B8C\u6210\u4EE5\u663E\u793A\u53CC\u8BED\u5B57\u5E55\uFF09\uFF1A",viewWithImmersiveTranslate:"\u53CC\u8BED\u7248\u672C(\u6C89\u6D78\u5F0F\u7FFB\u8BD1)",errorReason:"\u9519\u8BEF\u539F\u56E0\uFF1A{message}","proQuotaExceededError.onetime7day":'\uFF0C\u60A8\u53EF\u4EE5\u9009\u62E9\u4EE5\u4E0B\u65B9\u5F0F\u89E3\u51B3\uFF1A

1. \u5207\u6362\u5230 {anotherService} \u6216\u5176\u4ED6\u7FFB\u8BD1\u670D\u52A1
2. \u5347\u7EA7\u4E3A\u6708\u5EA6/\u5E74\u5EA6\u4F1A\u5458',"proQuotaExceededError.trial":'\uFF0C\u60A8\u53EF\u4EE5\u9009\u62E9\u4EE5\u4E0B\u65B9\u5F0F\u89E3\u51B3\uFF1A

1. \u5207\u6362\u5230 {anotherService} \u6216\u5176\u4ED6\u7FFB\u8BD1\u670D\u52A1
2. \u7ACB\u523B\u5347\u7EA7\u4E3A\u6B63\u5F0F\u4F1A\u5458',"proQuotaExceededError.nonTrial":'\uFF0C\u60A8\u53EF\u4EE5\u9009\u62E9\u4EE5\u4E0B\u65B9\u5F0F\u89E3\u51B3\uFF1A

1. \u5207\u6362\u5230 {anotherService} \u6216\u5176\u4ED6\u7FFB\u8BD1\u670D\u52A1
2. \u8D2D\u4E70 {translationService} \u989D\u5916\u6D41\u91CF\u5305',"proQuotaExceededError.resetTime":"
3. \u989D\u5EA6\u91CD\u7F6E\u65F6\u95F4\uFF1A{resetTime}","desc.touchShortcutsToggleTranslatePageOnlyTranslation":"\u0915\u0947\u0935\u0932 \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u093E \u0924\u093E\u0924\u094D\u092A\u0930\u094D\u092F \u0939\u0948 \u0915\u093F \u0915\u0947\u0935\u0932 \u0905\u0928\u0941\u0935\u093E\u0926 \u092A\u094D\u0930\u0926\u0930\u094D\u0936\u093F\u0924 \u0939\u094B\u0917\u093E, \u092F\u0926\u093F \u0935\u0947\u092C\u092A\u0947\u091C \u0905\u092D\u0940 \u0924\u0915 \u0905\u0928\u0941\u0935\u093E\u0926\u093F\u0924 \u0928\u0939\u0940\u0902 \u0939\u0941\u0906 \u0939\u0948, \u0924\u094B \u092E\u094B\u0921 \u092C\u0926\u0932\u0947\u0917\u093E \u0914\u0930 \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0947\u0917\u093E\u0964","desc.toggleOnlyTransation":"\u0915\u0947\u0935\u0932 \u0905\u0928\u0941\u0935\u093E\u0926 \u092E\u094B\u0921 \u0915\u093E \u0924\u093E\u0924\u094D\u092A\u0930\u094D\u092F \u0939\u0948 \u0915\u093F \u0915\u0947\u0935\u0932 \u0905\u0928\u0941\u0935\u093E\u0926 \u092A\u094D\u0930\u0926\u0930\u094D\u0936\u093F\u0924 \u0939\u094B\u0917\u093E, \u092F\u0926\u093F \u0935\u0947\u092C\u092A\u0947\u091C \u0905\u092D\u0940 \u0924\u0915 \u0905\u0928\u0941\u0935\u093E\u0926\u093F\u0924 \u0928\u0939\u0940\u0902 \u0939\u0941\u0906 \u0939\u0948, \u0924\u094B \u092E\u094B\u0921 \u092C\u0926\u0932 \u091C\u093E\u090F\u0917\u093E \u0914\u0930 \u0905\u0928\u0941\u0935\u093E\u0926 \u0939\u094B\u0917\u093E\u0964",touchShortcutsToggleTranslatePageOnlyTranslation:"\u0938\u094D\u0915\u094D\u0930\u0940\u0928 \u091F\u091A \u091C\u0947\u0938\u094D\u091A\u0930 \u0938\u0947\u091F \u0915\u0930\u0947\u0902 \u0926\u094D\u0935\u093F\u092D\u093E\u0937\u0940 / \u0915\u0947\u0935\u0932 \u0905\u0928\u0941\u0935\u093E\u0926 \u092E\u094B\u0921 \u0915\u094B \u0938\u094D\u0935\u093F\u091A \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F",download_started:"\u0921\u093E\u0909\u0928\u0932\u094B\u0921 \u0936\u0941\u0930\u0942 \u0939\u094B \u091A\u0941\u0915\u093E \u0939\u0948, \u092F\u0926\u093F \u0938\u094D\u0935\u091A\u093E\u0932\u093F\u0924 \u0930\u0942\u092A \u0938\u0947 \u0921\u093E\u0909\u0928\u0932\u094B\u0921 \u0928\u0939\u0940\u0902 \u0939\u094B \u0930\u0939\u093E \u0939\u0948, \u0924\u094B \u0915\u0943\u092A\u092F\u093E \u092E\u0948\u0928\u094D\u092F\u0941\u0905\u0932 \u0930\u0942\u092A \u0938\u0947 \u0915\u094D\u0932\u093F\u0915 \u0915\u0930\u0947\u0902\u0964",here:"\u092F\u0939\u093E\u0901",batchEdit:"\u0925\u094B\u0915 \u0938\u0902\u091A\u093E\u0932\u0928","error.goReset":"\u0930\u0940\u0938\u0947\u091F \u0915\u0930\u0947\u0902",translationFont:"\u092B\u093C\u0949\u0928\u094D\u091F \u0938\u0947\u091F \u0915\u0930\u0947\u0902","translationFont.custom":"\u0905\u092A\u0928\u0940 \u0915\u0938\u094D\u091F\u092E \u092B\u093C\u0949\u0928\u094D\u091F \u0926\u0930\u094D\u091C \u0915\u0930\u0947\u0902","translationModeLang.translation.title":"\u0915\u0947\u0935\u0932 \u0905\u0928\u0941\u0935\u093E\u0926 \u092E\u094B\u0921 \u0915\u0940 \u092D\u093E\u0937\u093E","translationFont.customPlaceholder":"\u092B\u093C\u0949\u0928\u094D\u091F","translationServices.inherit":"\u092E\u0941\u0916\u094D\u092F \u0905\u0928\u0941\u0935\u093E\u0926 \u0938\u0947\u0935\u093E \u0915\u093E \u092A\u093E\u0932\u0928 \u0915\u0930\u0947\u0902","error.serveConfigError":"\u0938\u0947\u0935\u093E \u0938\u092E\u093E\u0915\u0943\u0924\u093F \u0924\u094D\u0930\u0941\u091F\u093F","error.configError":"\u0935\u093F\u0928\u094D\u092F\u093E\u0938 \u0921\u0947\u091F\u093E \u0905\u0938\u093E\u092E\u093E\u0928\u094D\u092F","translationModeUrl.translation.title":"\u0915\u0947\u0935\u0932 \u0905\u0928\u0941\u0935\u093E\u0926 \u092E\u094B\u0921 \u0915\u093E URL",toggleToService:"{\u0938\u0947\u0935\u093E} \u092A\u0930 \u0938\u094D\u0935\u093F\u091A \u0915\u0930\u0947\u0902 \u0914\u0930 \u092A\u0941\u0928\u0903 \u092A\u094D\u0930\u092F\u093E\u0938 \u0915\u0930\u0947\u0902",videoSubtitlePreTranslationOn:"\u0935\u0940\u0921\u093F\u092F\u094B \u0938\u092C\u091F\u093E\u092F\u091F\u0932\u094D\u0938 \u0915\u093E \u092A\u094D\u0930\u093E\u0925\u092E\u093F\u0915\u0924\u093E \u0938\u094D\u0935\u0930\u0942\u092A \u092E\u0947\u0902 \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u093E \u0909\u092A\u092F\u094B\u0917 \u0915\u0930\u0947\u0902\u0917\u0947\u0964","touch.mouse-translate":"\u0915\u0943\u092A\u092F\u093E \u0928\u093F\u0930\u094D\u0926\u093F\u0937\u094D\u091F \u092A\u0948\u0930\u093E\u0917\u094D\u0930\u093E\u092B \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0947\u0902",detectServiceLoading:"\u0909\u092A\u0932\u092C\u094D\u0927 \u0905\u0928\u0941\u0935\u093E\u0926 \u0938\u0947\u0935\u093E\u0913\u0902 \u0915\u0940 \u091C\u093E\u0902\u091A \u0915\u0930 \u0930\u0939\u093E \u0939\u0948...","error.proTokenInvalid":"\u092F\u0926\u093F \u0906\u092A \u092A\u094D\u0930\u094B \u0909\u092A\u092F\u094B\u0917\u0915\u0930\u094D\u0924\u093E \u0939\u0948\u0902, \u0924\u094B \u0915\u0943\u092A\u092F\u093E \u092A\u094D\u0930\u094B \u0905\u0928\u0941\u0935\u093E\u0926 \u0938\u0947\u0935\u093E \u0915\u093E \u0909\u092A\u092F\u094B\u0917 \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u0932\u0949\u0917 \u0907\u0928 \u0915\u0930\u0947\u0902\u0964","error.400":"\u0938\u0947\u0935\u093E \u0924\u094D\u0930\u0941\u091F\u093F \u0935\u093E\u092A\u0938 \u0915\u0930\u0924\u0940 \u0939\u0948, \u0905\u0928\u0941\u0930\u094B\u0927 \u092A\u0948\u0930\u093E\u092E\u0940\u091F\u0930 \u0917\u0932\u0924 \u0939\u0948, \u0915\u0943\u092A\u092F\u093E \u0938\u0902\u092C\u0902\u0927\u093F\u0924 \u0915\u0949\u0928\u094D\u092B\u093C\u093F\u0917\u0930\u0947\u0936\u0928 \u0915\u0940 \u091C\u093E\u0902\u091A \u0915\u0930\u0947\u0902\u0964","error.502":"\u0938\u0947\u0935\u093E \u0924\u094D\u0930\u0941\u091F\u093F \u0932\u094C\u091F\u0924\u0940 \u0939\u0948, \u0938\u0947\u0935\u093E \u0938\u092E\u092F \u0938\u092E\u093E\u092A\u094D\u0924, \u0915\u0943\u092A\u092F\u093E \u092C\u093E\u0926 \u092E\u0947\u0902 \u092A\u0941\u0928\u0903 \u092A\u094D\u0930\u092F\u093E\u0938 \u0915\u0930\u0947\u0902\u0964","error.reloadPageOfSetting":"\u0915\u0949\u0928\u094D\u092B\u093C\u093F\u0917\u0930 \u0915\u0930\u0928\u0947 \u0915\u0947 \u092C\u093E\u0926, \u0915\u0943\u092A\u092F\u093E \u092A\u0943\u0937\u094D\u0920 \u0915\u094B \u0924\u093E\u091C\u093C\u093E \u0915\u0930\u0947\u0902 \u0914\u0930 \u092B\u093F\u0930 \u0938\u0947 \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0947\u0902\u0964","translationModeUrl.translation.description":"\u091C\u092C \u0935\u0947\u092C\u0938\u093E\u0907\u091F \u0928\u093F\u092E\u094D\u0928\u0932\u093F\u0916\u093F\u0924 \u0921\u094B\u092E\u0947\u0928 \u0915\u0947 \u0932\u093F\u090F \u0939\u094B\u0924\u0940 \u0939\u0948, \u0924\u094B \u092F\u0939 \u0938\u094D\u0935\u091A\u093E\u0932\u093F\u0924 \u0930\u0942\u092A \u0938\u0947 \u0915\u0947\u0935\u0932 \u0905\u0928\u0941\u0935\u093E\u0926 \u092E\u094B\u0921 \u0915\u093E \u0909\u092A\u092F\u094B\u0917 \u0915\u0930\u0947\u0917\u0940\u0964","error.googleLimitIp":"\u0938\u0947\u0935\u093E \u0924\u094D\u0930\u0941\u091F\u093F \u0932\u094C\u091F\u093E\u0924\u0940 \u0939\u0948, \u0917\u0942\u0917\u0932 \u0938\u0947\u0935\u093E\u090F\u0902 \u0907\u0938 IP \u092A\u0924\u0947 \u092A\u0930 \u092A\u094D\u0930\u0935\u093E\u0939 \u0938\u0940\u092E\u093F\u0924 \u0915\u0930 \u091A\u0941\u0915\u0940 \u0939\u0948\u0902, \u0906\u092A\u0915\u093E \u0938\u0941\u091D\u093E\u0935 \u0939\u0948 \u0915\u093F \u0906\u092A \u0928\u0947\u091F\u0935\u0930\u094D\u0915 \u0928\u094B\u0921 \u092C\u0926\u0932\u0947\u0902\u0964","error.proUpgrade":"\u0905\u092A\u0917\u094D\u0930\u0947\u0921 \u0915\u0930\u0928\u0947 \u0915\u0947 \u092C\u093E\u0926, \u0915\u0943\u092A\u092F\u093E \u092A\u0943\u0937\u094D\u0920 \u0915\u094B \u0924\u093E\u091C\u093C\u093E \u0915\u0930\u0947\u0902 \u0914\u0930 \u092B\u093F\u0930 \u0938\u0947 \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0947\u0902\u0964","error.gemini.429":"\u0935\u0930\u094D\u0924\u092E\u093E\u0928 \u092E\u0947\u0902 \u091C\u0947\u092E\u093F\u0928\u0940 \u0938\u0947\u0935\u093E \u0915\u0940 \u0935\u0930\u094D\u0924\u092E\u093E\u0928 \u092D\u0930\u0923 \u0915\u094D\u0937\u092E\u0924\u093E \u0938\u0940\u092E\u093E \u0915\u094B \u092A\u0939\u0941\u0902\u091A \u091A\u0941\u0915\u0940 \u0939\u0948, \u0915\u0943\u092A\u092F\u093E \u092C\u093E\u0926 \u092E\u0947\u0902 \u092A\u094D\u0930\u092F\u093E\u0938 \u0915\u0930\u0947\u0902, \u092F\u093E \u0905\u0928\u094D\u092F \u0905\u0928\u0941\u0935\u093E\u0926 \u0938\u0947\u0935\u093E\u0913\u0902 \u092A\u0930 \u0938\u094D\u0935\u093F\u091A \u0915\u0930\u0947\u0902\u0964",enableSentryReport:"\u091C\u092C \u090F\u0915\u094D\u0938\u091F\u0947\u0902\u0936\u0928 \u092E\u0947\u0902 \u0924\u094D\u0930\u0941\u091F\u093F \u0939\u094B\u0924\u0940 \u0939\u0948, \u0924\u094B Sentry \u0915\u093E \u0909\u092A\u092F\u094B\u0917 \u092A\u094D\u0930\u0924\u093F\u0915\u094D\u0930\u093F\u092F\u093E \u0938\u092C\u092E\u093F\u091F \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u0915\u0930\u0947\u0902\u0964","error.403":"\u0938\u0947\u0935\u093E \u0924\u094D\u0930\u0941\u091F\u093F \u0932\u094C\u091F\u093E\u0924\u0940 \u0939\u0948, \u0905\u0938\u094D\u0925\u093E\u092F\u0940 \u0930\u0942\u092A \u0938\u0947 \u0907\u0938 \u0938\u0947\u0935\u093E \u0915\u093E \u0909\u092A\u092F\u094B\u0917 \u0915\u0930\u0928\u0947 \u0915\u0940 \u0905\u0928\u0941\u092E\u0924\u093F \u0928\u0939\u0940\u0902 \u0939\u0948\u0964","translationModeLang.translation.description":"\u091C\u092C \u092A\u0943\u0937\u094D\u0920 \u0915\u0940 \u092D\u093E\u0937\u093E \u0928\u093F\u092E\u094D\u0928\u0932\u093F\u0916\u093F\u0924 \u092D\u093E\u0937\u093E\u0913\u0902 \u092E\u0947\u0902 \u0939\u094B\u0924\u0940 \u0939\u0948, \u0924\u094B \u0915\u0947\u0935\u0932 \u0905\u0928\u0941\u0935\u093E\u0926 \u092E\u094B\u0921 \u0915\u093E \u0938\u094D\u0935\u091A\u093E\u0932\u093F\u0924 \u0930\u0942\u092A \u0938\u0947 \u0909\u092A\u092F\u094B\u0917 \u0915\u093F\u092F\u093E \u091C\u093E\u090F\u0917\u093E",videoSubtitlePreTranslationOff:"\u0935\u0940\u0921\u093F\u092F\u094B \u0938\u092C\u091F\u093E\u092F\u091F\u0932 \u092E\u0942\u0932 \u0935\u0940\u0921\u093F\u092F\u094B \u0926\u094D\u0935\u093E\u0930\u093E \u0938\u094D\u0935\u091A\u093E\u0932\u093F\u0924 \u0930\u0942\u092A \u0938\u0947 \u0905\u0928\u0941\u0935\u093E\u0926\u093F\u0924 \u0938\u092C\u091F\u093E\u092F\u091F\u0932 \u0915\u093E \u092A\u094D\u0930\u093E\u0925\u092E\u093F\u0915\u0924\u093E \u092A\u094D\u0930\u0926\u093E\u0928 \u0915\u0930\u0947\u0917\u093E\u0964","error.429":"\u0938\u0947\u0935\u093E \u0924\u094D\u0930\u0941\u091F\u093F \u0932\u094C\u091F\u093E\u0924\u0940 \u0939\u0948, \u091C\u093F\u0938\u0915\u093E \u0905\u0930\u094D\u0925 \u0939\u0948 \u0915\u093F \u0905\u0928\u0941\u0930\u094B\u0927 \u092C\u0939\u0941\u0924 \u0905\u0915\u094D\u0938\u0930 \u0939\u094B \u0930\u0939\u0947 \u0939\u0948\u0902 \u092F\u093E \u0938\u0940\u092E\u093E \u0938\u0940\u092E\u093E \u0938\u0947 \u0905\u0927\u093F\u0915 \u0939\u0948\u0902, \u0915\u0943\u092A\u092F\u093E \u092C\u093E\u0926 \u092E\u0947\u0902 \u092A\u0941\u0928\u0903 \u092A\u094D\u0930\u092F\u093E\u0938 \u0915\u0930\u0947\u0902\u0964","error.openAIExceededQuota":"\u0938\u0947\u0935\u093E \u0924\u094D\u0930\u0941\u091F\u093F \u0935\u093E\u092A\u0938 \u0915\u0930\u0924\u0940 \u0939\u0948: \u0906\u092A\u0915\u093E \u0935\u0930\u094D\u0924\u092E\u093E\u0928 OpenAI \u0916\u093E\u0924\u093E \u092C\u0948\u0932\u0947\u0902\u0938 \u092A\u0930\u094D\u092F\u093E\u092A\u094D\u0924 \u0928\u0939\u0940\u0902 \u0939\u0948, \u0915\u0943\u092A\u092F\u093E OpenAI \u0906\u0927\u093F\u0915\u093E\u0930\u093F\u0915 \u092C\u0948\u0915\u090F\u0902\u0921 \u092E\u0947\u0902 \u0930\u093F\u091A\u093E\u0930\u094D\u091C \u0915\u0930\u0947\u0902 \u092F\u093E \u0915\u094D\u0930\u0947\u0921\u093F\u091F \u0915\u093E\u0930\u094D\u0921 \u092C\u093E\u0902\u0927\u0947\u0902\u0964","translationFont.notSupportErrorMessage":"\u0915\u0943\u092A\u092F\u093E \u091C\u093E\u0902\u091A\u0947\u0902 \u0915\u093F \u0906\u092A\u0915\u0947 \u0926\u094D\u0935\u093E\u0930\u093E \u0926\u0930\u094D\u091C \u0915\u093F\u092F\u093E \u0917\u092F\u093E \u092B\u093C\u0949\u0928\u094D\u091F \u0928\u093E\u092E \u0938\u0939\u0940 \u0939\u0948 \u092F\u093E \u0928\u0939\u0940\u0902, \u092F\u093E \u092F\u0939 \u0938\u0941\u0928\u093F\u0936\u094D\u091A\u093F\u0924 \u0915\u0930\u0947\u0902 \u0915\u093F \u092F\u0939 \u092B\u093C\u0949\u0928\u094D\u091F \u0906\u092A\u0915\u0947 \u0909\u092A\u0915\u0930\u0923 \u092A\u0930 \u0938\u094D\u0925\u093E\u092A\u093F\u0924 \u0939\u0948\u0964","error.openAIFreeLimit":"\u0938\u0947\u0935\u093E \u0924\u094D\u0930\u0941\u091F\u093F \u0932\u094C\u091F\u093E\u0924\u0940 \u0939\u0948, \u0935\u0930\u094D\u0924\u092E\u093E\u0928 \u0905\u0928\u0941\u0935\u093E\u0926 \u0905\u0928\u0941\u0930\u094B\u0927 \u0915\u0940 \u0906\u0935\u0943\u0924\u094D\u0924\u093F \u092A\u094D\u0930\u0924\u093F \u092E\u093F\u0928\u091F 3 \u092C\u093E\u0930 \u0915\u0940 \u0905\u0927\u093F\u0915\u0924\u092E \u0938\u0940\u092E\u093E \u0924\u0915 \u092A\u0939\u0941\u0902\u091A \u091A\u0941\u0915\u0940 \u0939\u0948, \u0915\u0943\u092A\u092F\u093E \u092C\u093E\u0926 \u092E\u0947\u0902 \u092A\u094D\u0930\u092F\u093E\u0938 \u0915\u0930\u0947\u0902\u0964 (\u092F\u0939 OpenAI \u0915\u0940 \u0906\u0927\u093F\u0915\u093E\u0930\u093F\u0915 \u0938\u0940\u092E\u093E \u0939\u0948 \u0928\u093F:\u0936\u0941\u0932\u094D\u0915 API Key \u0915\u0947 \u0932\u093F\u090F, \u0907\u0938 \u0938\u0940\u092E\u093E \u0915\u094B \u0939\u091F\u093E\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F, \u0915\u0943\u092A\u092F\u093E OpenAI \u092C\u0948\u0915\u090F\u0902\u0921 \u092E\u0947\u0902 \u0915\u094D\u0930\u0947\u0921\u093F\u091F \u0915\u093E\u0930\u094D\u0921 \u092C\u093E\u0902\u0927\u0947\u0902\u0964)","desc.toggleVideoSubtitlePreTranslation":"\u091C\u092C \u0906\u092A \u0907\u0938\u0947 \u0926\u092C\u093E\u0924\u0947 \u0939\u0948\u0902, \u0924\u094B \u0935\u0940\u0921\u093F\u092F\u094B \u0926\u094D\u0935\u093F\u092D\u093E\u0937\u0940 \u0909\u092A\u0936\u0940\u0930\u094D\u0937\u0915 \u092A\u094D\u0930\u093E\u0925\u092E\u093F\u0915\u0924\u093E \u0938\u0947 \u0921\u0941\u092C\u0915\u0940 \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0940 \u0938\u0947\u091F\u093F\u0902\u0917 \u0915\u093E \u0909\u092A\u092F\u094B\u0917 \u0915\u0930\u0947\u0917\u093E, \u092B\u093F\u0930 \u0938\u0947 \u0926\u092C\u093E\u0928\u0947 \u092A\u0930 \u092F\u0939 \u092E\u0942\u0932 \u0935\u0940\u0921\u093F\u092F\u094B \u0915\u0947 \u0938\u094D\u0935\u091A\u093E\u0932\u093F\u0924 \u0905\u0928\u0941\u0935\u093E\u0926\u093F\u0924 \u0909\u092A\u0936\u0940\u0930\u094D\u0937\u0915 \u0915\u093E \u0909\u092A\u092F\u094B\u0917 \u0915\u0930\u0947\u0917\u093E, \u0927\u094D\u092F\u093E\u0928 \u0926\u0947\u0902: \u0907\u0938 \u0936\u0949\u0930\u094D\u091F\u0915\u091F \u0926\u094D\u0935\u093E\u0930\u093E \u0938\u0902\u0936\u094B\u0927\u093F\u0924 \u0938\u0947\u091F\u093F\u0902\u0917 \u0935\u0948\u0936\u094D\u0935\u093F\u0915 \u0939\u094B\u0924\u0940 \u0939\u0948\u0964","error.serveUnavailable":"\u0906\u092A\u0915\u0947 \u0926\u094D\u0935\u093E\u0930\u093E \u0935\u0930\u094D\u0924\u092E\u093E\u0928 \u092E\u0947\u0902 \u0909\u092A\u092F\u094B\u0917 \u0915\u093F\u090F \u091C\u093E \u0930\u0939\u0947 [{serverName}] \u0938\u0947\u0935\u093E \u0915\u094B \u0928\u0947\u091F\u0935\u0930\u094D\u0915 \u0915\u0928\u0947\u0915\u094D\u0936\u0928 \u092F\u093E \u0938\u0947\u0935\u093E \u092A\u094D\u0930\u0926\u093E\u0924\u093E \u0915\u0940 \u0938\u092E\u0938\u094D\u092F\u093E \u0915\u0947 \u0915\u093E\u0930\u0923 \u0905\u0938\u094D\u0925\u093E\u092F\u0940 \u0930\u0942\u092A \u0938\u0947 \u0909\u092A\u092F\u094B\u0917 \u0915\u0930\u0928\u0947 \u092E\u0947\u0902 \u0905\u0938\u092E\u0930\u094D\u0925 \u0939\u0948\u0964 \u0939\u092E\u093E\u0930\u093E \u0938\u0941\u091D\u093E\u0935 \u0939\u0948 \u0915\u093F \u0906\u092A \u092A\u0943\u0937\u094D\u0920 \u0915\u094B \u0924\u093E\u091C\u093E \u0915\u0930\u0928\u0947 \u0915\u093E \u092A\u094D\u0930\u092F\u093E\u0938 \u0915\u0930\u0947\u0902 \u092F\u093E <1>\u0938\u0947\u091F\u093F\u0902\u0917\u094D\u0938 \u0915\u0947 \u092E\u093E\u0927\u094D\u092F\u092E \u0938\u0947 \u0905\u0928\u094D\u092F \u0905\u0928\u0941\u0935\u093E\u0926 \u0938\u0947\u0935\u093E\u0913\u0902 \u0915\u094B \u092C\u0926\u0932\u0928\u0947 \u0915\u093E \u092A\u094D\u0930\u092F\u093E\u0938 \u0915\u0930\u0947\u0902\u0964 \u092F\u0926\u093F \u0906\u092A <2>Pro \u0938\u0926\u0938\u094D\u092F \u0939\u0948\u0902, \u0924\u094B \u0906\u092A DeepL \u092F\u093E OpenAI \u0905\u0928\u0941\u0935\u093E\u0926 \u0938\u0947\u0935\u093E \u0915\u093E \u0909\u092A\u092F\u094B\u0917 \u0915\u0930\u0928\u0947 \u0915\u093E \u091A\u092F\u0928 \u0915\u0930 \u0938\u0915\u0924\u0947 \u0939\u0948\u0902 \u091C\u094B \u0905\u0927\u093F\u0915 \u0938\u094D\u0925\u093F\u0930 \u0939\u0948 (<3>\u092F\u0939\u093E\u0902 \u092E\u0941\u092B\u094D\u0924 \u0905\u0928\u0941\u092D\u0935 \u0915\u0930\u0947\u0902)\u0964 \u0907\u0938\u0915\u0947 \u0905\u0932\u093E\u0935\u093E, \u0906\u092A\u0915\u094B \u0936\u093E\u092F\u0926 \u0905\u092A\u0928\u0940 \u0928\u0947\u091F\u0935\u0930\u094D\u0915 \u092F\u093E \u092A\u094D\u0930\u0949\u0915\u094D\u0938\u0940 \u0938\u0947\u091F\u093F\u0902\u0917\u094D\u0938 \u0915\u0940 \u091C\u093E\u0902\u091A \u0915\u0930\u0928\u0947 \u0915\u0940 \u0906\u0935\u0936\u094D\u092F\u0915\u0924\u093E \u0939\u094B \u0938\u0915\u0924\u0940 \u0939\u0948\u0964","translationServices.gemini":"\u092E\u093F\u0925\u0941\u0928","widget.translateFile":"PDF/ePub",goLogin:"\u0932\u0949\u0917 \u0907\u0928 \u0915\u0930\u0947\u0902","error.reason":"\u0924\u094D\u0930\u0941\u091F\u093F \u0915\u093E \u0915\u093E\u0930\u0923",contact:"\u0939\u092E\u0938\u0947 \u0938\u0902\u092A\u0930\u094D\u0915 \u0915\u0930\u0947\u0902",pickAll:"\u0938\u092D\u0940 \u0915\u093E \u091A\u092F\u0928 \u0915\u0930\u0947\u0902","multipleClick.3":"\u0924\u094D\u0930\u093F\u092A\u0932 \u0939\u093F\u091F","floatBall.iKnow":"\u092E\u0948\u0902\u0928\u0947 \u0938\u092E\u091D \u0932\u093F\u092F\u093E",shortcutSettings:"\u0936\u0949\u0930\u094D\u091F\u0915\u091F \u0915\u0941\u0902\u091C\u0940","error.retry":"\u092A\u0941\u0928\u0903 \u092A\u094D\u0930\u092F\u093E\u0938 \u0915\u0930\u0947\u0902",touchShortcutsOff:"\u092C\u0902\u0926 \u0915\u0930\u0947\u0902","subtitle.bilingual":"\u0926\u094D\u0935\u093F\u092D\u093E\u0937\u0940\u092F \u0909\u092A\u0936\u0940\u0930\u094D\u0937\u0915","tagsInput.add":"+ \u091C\u094B\u0921\u093C\u0947\u0902","slide.right":"\u092C\u093E\u090F\u0902 \u0938\u094D\u0932\u093E\u0907\u0921 \u0915\u0930\u0947\u0902","multipleClick.2":"\u0921\u092C\u0932 \u0915\u094D\u0932\u093F\u0915","widget.instruction":"\u0909\u092A\u092F\u094B\u0917 \u0915\u0940 \u0928\u093F\u0930\u094D\u0926\u0947\u0936\u093F\u0915\u093E",loggedIn:"\u0932\u0949\u0917 \u0907\u0928 \u0915\u093F\u092F\u093E \u0939\u0941\u0906 \u0939\u0948","shortcutGroup.main":"\u0938\u093E\u092E\u093E\u0928\u094D\u092F \u0909\u092A\u092F\u094B\u0917 \u0915\u0940 \u0936\u0949\u0930\u094D\u091F\u0915\u091F \u0915\u0941\u0902\u091C\u0940","slide.left":"\u0926\u093E\u090F\u0902 \u0938\u094D\u0932\u093E\u0907\u0921 \u0915\u0930\u0947\u0902",shortcutSettingsTitle:"\u0936\u0949\u0930\u094D\u091F\u0915\u091F \u0915\u0940 \u0938\u0947\u091F\u093F\u0902\u0917","multipleClick.4":"\u091A\u093E\u0930\u0939\u093F\u091F \u0938\u0902\u092F\u094B\u091C\u0928","error.subscriptionExpiredTitle":"\u0938\u0926\u0938\u094D\u092F\u0924\u093E \u0938\u092E\u093E\u092A\u094D\u0924 \u0939\u094B \u0917\u0908 \u0939\u0948",notLogin:"\u0932\u0949\u0917 \u0907\u0928 \u0928\u0939\u0940\u0902 \u0915\u093F\u092F\u093E \u0939\u0948","shortcutGroup.others":"\u0905\u0927\u093F\u0915 \u0915\u0938\u094D\u091F\u092E \u092B\u093C\u0902\u0915\u094D\u0936\u0928 \u0936\u0949\u0930\u094D\u091F\u0915\u091F","subtitle.hideQuickButton":"\u0907\u0938 \u0936\u0949\u0930\u094D\u091F\u0915\u091F \u0915\u094B \u092B\u093F\u0930 \u0938\u0947 \u0928\u093E \u0926\u093F\u0916\u093E\u090F\u0902","widget.videoSubtitleTooltip":"Youtube \u0906\u0926\u093F {count}+ \u0935\u0940\u0921\u093F\u092F\u094B \u0935\u0947\u092C\u0938\u093E\u0907\u091F\u094B\u0902 \u0915\u093E \u0938\u092E\u0930\u094D\u0925\u0928 \u0915\u0930\u0947\u0902","browser.translateInputBox":"\u0935\u0930\u094D\u0924\u092E\u093E\u0928 \u0907\u0928\u092A\u0941\u091F \u092C\u0949\u0915\u094D\u0938 \u0915\u0940 \u0938\u093E\u092E\u0917\u094D\u0930\u0940 \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0947\u0902",temprarilyChangeTranslationTo_openai:"\u0939\u092E \u0935\u0930\u094D\u0924\u092E\u093E\u0928 \u092A\u0943\u0937\u094D\u0920 \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 OpenAI \u0915\u093E \u0909\u092A\u092F\u094B\u0917 \u0915\u0930 \u0930\u0939\u0947 \u0939\u0948\u0902",alwaysTranslateThisSite:"\u0939\u092E\u0947\u0936\u093E \u0907\u0938 \u0935\u0947\u092C\u0938\u093E\u0907\u091F \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0947\u0902","shortcutGroup.mouse":"\u092E\u093E\u0909\u0938 \u0939\u094B\u0935\u0930 \u0936\u0949\u0930\u094D\u091F\u0915\u091F \u0915\u0949\u0928\u094D\u092B\u093C\u093F\u0917\u0930\u0947\u0936\u0928",translationOnlyMode:`\u0915\u0947\u0935\u0932 \u0905\u0928\u0941\u0935\u093E\u0926 \u092E\u094B\u0921 + {env.imt_sub_trans_field}: Traduction`,"subtitle.quickButton.magenta":"Fuchsia","subtitle.quickButton.red":"Rouge","subtitle.quickButton.setting":"Param\xE9trage","subtitle.quickButton.black":"noir","subtitle.quickButton.translationPosition":"Position de traduction","subtitle.quickButton.green":"Vert","subtitle.quickButton.translationFontSize":"Taille de police de traduction","subtitle.quickButton.sourceTextColor":"Couleur de police d'origine","translationServices.claude":"Claude","subtitle.quickButton.blue":"Bleu","subtitle.quickButton.sourceFontSize":"La taille originale de la police","subtitle.quickButton.translationTextColor":"Couleur de la police de traduction","subtitle.quickButton.backgroundColor":"couleur d'arri\xE8re-plan","subtitle.quickButton.white":"Blanc","subtitle.quickButton.translationPositionTop":"En haut de l'original","subtitle.quickButton.yellow":"jaune","subtitle.quickButton.cyan":"Bleu","subtitle.quickButton.backgroundOpacity":"Opacit\xE9 de l'arri\xE8re-plan","subtitle.quickButton.translationPositionBottom":"\u5728\u539F\u6587\u4E0B\u65B9",attachSubtitleTranslating:"Utilisation de {service} pour la traduction en cours...","error.claude.403":"Acc\xE8s temporairement interdit au service, cela peut \xEAtre li\xE9 aux restrictions r\xE9gionales de Claude. Vous pouvez essayer de changer votre adresse IP ou utiliser un autre service de traduction.","browser.brandDescriptionForSafari":"\u3010Traduction immersive\u3011Un plugin de traduction de pages web bilingue gratuit (texte original / traduction), qui supporte \xE9galement la traduction de PDF et de livres \xE9lectroniques EPUB tout en conservant la mise en page originale, la traduction de sous-titres bilingues pour des vid\xE9os en ligne comme Youtube/Netflix, et qui supporte les services de traduction principaux tels que Deepl/Google;","browser.PdfProFile":"AI pilot\xE9 PDF Pro traduction","browser.textTranslate":"Traduction de texte"};var Ol={nologin:"\u0905\u0902\u0926\u0930 \u092A\u094D\u0930\u0935\u0947\u0936 \u0915\u0940 \u0905\u0928\u0941\u092E\u0924\u093F \u0928\u0939\u0940\u0902 \u0939\u0948",loginForSafari:"\u0932\u0949\u0917-\u0907\u0928 \u092F\u093E \u092A\u0902\u091C\u0940\u0915\u0943\u0924",login:"\u0932\u0949\u0917 \u0907\u0928 \u0915\u0930\u0928\u0947 \u0915\u0947 \u092C\u093E\u0926 \u0906\u092A \u0938\u0926\u0938\u094D\u092F\u0924\u093E \u0938\u0915\u094D\u0930\u093F\u092F \u0915\u0930 \u0938\u0915\u0924\u0947 \u0939\u0948\u0902",manageAccount:"\u0916\u093E\u0924\u0947 \u0915\u093E \u092A\u094D\u0930\u092C\u0902\u0927\u0928 \u0915\u0930\u0947\u0902",openPremium:"\u0938\u0926\u0938\u094D\u092F\u0924\u093E \u0917\u094D\u0930\u0939\u0923 \u0915\u0930\u0947\u0902",logout:"\u091B\u094B\u0921\u093C\u0928\u093E",curentPlan:"\u0935\u0930\u094D\u0924\u092E\u093E\u0928 \u092A\u0948\u0915\u0947\u091C",endAt:"\u092A\u0930\u093F\u092A\u0915\u094D\u0935\u0924\u093E",endAuto:"\u0938\u094D\u0935\u091A\u093E\u0932\u093F\u0924 \u0928\u0935\u0940\u0915\u0930\u0923",lineBreakMaxTextCount:"\u092A\u0902\u0915\u094D\u0924\u093F \u0935\u093F\u0930\u093E\u092E \u0915\u0947 \u092C\u093E\u0926 \u092A\u094D\u0930\u0924\u093F \u0935\u093E\u0915\u094D\u092F \u0905\u0928\u0941\u092E\u0924 \u0935\u0930\u094D\u0923\u094B\u0902 \u0915\u0940 \u0905\u0927\u093F\u0915\u0924\u092E \u0938\u0902\u0916\u094D\u092F\u093E","translate-pdf":"\u092A\u0940\u0921\u0940\u090F\u092B \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u0915\u094D\u0932\u093F\u0915 \u0915\u0930\u0947\u0902","noSupportTranslate-pdf":"\u0938\u094D\u0915\u094D\u0930\u093F\u092A\u094D\u091F \u0938\u092E\u0930\u094D\u0925\u093F\u0924 \u0928\u0939\u0940\u0902 \u0939\u0948, \u0915\u0943\u092A\u092F\u093E \u092A\u094D\u0932\u0917-\u0907\u0928 \u0915\u093E \u0909\u092A\u092F\u094B\u0917 \u0915\u0930\u0947\u0902","translate-firefox-local-pdf":"\u092A\u0940\u0921\u0940\u090F\u092B \u0906\u092F\u093E\u0924 \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u0915\u094D\u0932\u093F\u0915 \u0915\u0930\u0947\u0902",enableLineBreak:"\u0932\u0902\u092C\u0947 \u0905\u0928\u0941\u091A\u094D\u091B\u0947\u0926\u094B\u0902 \u0915\u0947 \u0932\u093F\u090F \u0938\u094D\u0935\u091A\u093E\u0932\u093F\u0924 \u0936\u092C\u094D\u0926 \u0930\u0948\u092A\u093F\u0902\u0917 \u091A\u093E\u0932\u0942 \u0915\u0930\u0947\u0902",sponsorLabel:"$1 \u0938\u0947 \u0936\u0941\u0930\u0942 \u0915\u0930\u0915\u0947 \u0915\u093F\u0938\u0940 \u0921\u0947\u0935\u0932\u092A\u0930 \u0915\u094B \u092A\u094D\u0930\u093E\u092F\u094B\u091C\u093F\u0924 \u0915\u0930\u0947\u0902",help:"\u092E\u0926\u0926",browserShortcutsNoteForFirefox:'\u092B\u093C\u093E\u092F\u0930\u092B\u093C\u0949\u0915\u094D\u0938 \u092C\u094D\u0930\u093E\u0909\u091C\u093C\u0930 \u092E\u0947\u0902 \u0936\u0949\u0930\u094D\u091F\u0915\u091F \u0915\u0941\u0902\u091C\u093F\u092F\u094B\u0902 \u0915\u094B \u0938\u0902\u0936\u094B\u0927\u093F\u0924 \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F, \u0906\u092A\u0915\u094B \u090F\u0915\u094D\u0938\u091F\u0947\u0902\u0936\u0928 \u092A\u094D\u0930\u092C\u0902\u0927\u0928 \u092A\u0943\u0937\u094D\u0920 `about:addons` \u0916\u094B\u0932\u0928\u093E \u0939\u094B\u0917\u093E, \u092B\u093F\u0930 "\u0938\u0947\u091F\u093F\u0902\u0917\u094D\u0938" \u092A\u0930 \u0915\u094D\u0932\u093F\u0915 \u0915\u0930\u0947\u0902, \u092B\u093F\u0930 \u0907\u0938\u0947 \u0938\u0947\u091F \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F "\u0936\u0949\u0930\u094D\u091F\u0915\u091F \u0915\u0941\u0902\u091C\u093F\u092F\u093E\u0901 \u092A\u094D\u0930\u092C\u0902\u0927\u093F\u0924 \u0915\u0930\u0947\u0902" \u092A\u0930 \u0915\u094D\u0932\u093F\u0915 \u0915\u0930\u0947\u0902\u0964',browserShortcutsNoteForChrome:"\u0915\u094D\u0930\u094B\u092E-\u091C\u0948\u0938\u0947 \u092C\u094D\u0930\u093E\u0909\u091C\u093C\u0930 \u092E\u0947\u0902 \u0936\u0949\u0930\u094D\u091F\u0915\u091F \u0915\u0941\u0902\u091C\u093F\u092F\u094B\u0902 \u0915\u094B \u0938\u0902\u0936\u094B\u0927\u093F\u0924 \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F, \u0906\u092A\u0915\u094B \u090F\u0915\u094D\u0938\u091F\u0947\u0902\u0936\u0928 \u092A\u094D\u0930\u092C\u0902\u0927\u0928 \u092A\u0943\u0937\u094D\u0920 \u0916\u094B\u0932\u0928\u093E \u0939\u094B\u0917\u093E, \u0907\u0938\u0947 `\u0936\u0949\u0930\u094D\u091F\u0915\u091F \u092A\u094D\u0930\u092C\u0902\u0927\u093F\u0924 \u0915\u0930\u0947\u0902` \u092A\u0948\u0928\u0932 (`\u0915\u094D\u0930\u094B\u092E://\u090F\u0915\u094D\u0938\u091F\u0947\u0902\u0936\u0928/\u0936\u0949\u0930\u094D\u091F\u0915\u091F`) \u092E\u0947\u0902 \u0938\u0947\u091F \u0915\u0930\u0928\u093E \u0939\u094B\u0917\u093E, \u0914\u0930 \u0938\u0940\u0927\u0947 \u091C\u093E\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u0928\u0940\u091A\u0947 \u0926\u093F\u090F \u0917\u090F \u092C\u091F\u0928 \u092A\u0930 \u0915\u094D\u0932\u093F\u0915 \u0915\u0930\u0928\u093E \u0939\u094B\u0917\u093E \u0936\u0949\u0930\u094D\u091F\u0915\u091F \u0915\u0941\u0902\u091C\u0940 \u092A\u094D\u0930\u092C\u0902\u0927\u0928 \u092A\u0943\u0937\u094D\u0920.",browserShortcutsSucks:"\u0915\u0938\u094D\u091F\u092E \u0936\u0949\u0930\u094D\u091F\u0915\u091F \u0915\u0941\u0902\u091C\u0940 \u092A\u094D\u0930\u093E\u0930\u0942\u092A \u0939\u0948 (\u0915\u094B\u0908 \u0938\u094D\u0935\u091A\u093E\u0932\u093F\u0924 \u092A\u0939\u091A\u093E\u0928 \u0928\u0939\u0940\u0902, \u0915\u0943\u092A\u092F\u093E \u0938\u0940\u0927\u0947 \u0926\u0930\u094D\u091C \u0915\u0930\u0947\u0902)\uFF1A",enableLineBreakDescription:"\u091A\u093E\u0932\u0942 \u0939\u094B\u0928\u0947 \u092A\u0930, \u092A\u0922\u093C\u0928\u0947 \u0915\u0940 \u0938\u0941\u0935\u093F\u0927\u093E \u0915\u0947 \u0932\u093F\u090F \u092A\u094D\u0930\u0924\u094D\u092F\u0947\u0915 \u0935\u093E\u0915\u094D\u092F \u0915\u0947 \u0905\u0902\u0924 \u092E\u0947\u0902 \u0932\u0902\u092C\u0947 \u092A\u0948\u0930\u093E\u0917\u094D\u0930\u093E\u092B \u092E\u0947\u0902 \u0932\u093E\u0907\u0928 \u092C\u094D\u0930\u0947\u0915 \u0921\u093E\u0932\u0947 \u091C\u093E\u090F\u0902\u0917\u0947\u0964","browser.shortBrandName":"\u0917\u0939\u0928 \u0905\u0928\u0941\u0935\u093E\u0926","browser.brandName":"\u0907\u092E\u0930\u094D\u0938\u093F\u0935 \u0905\u0928\u0941\u0935\u093E\u0926: \u0926\u094D\u0935\u093F\u092D\u093E\u0937\u0940 \u0935\u0947\u092C \u092A\u0947\u091C \u0905\u0928\u0941\u0935\u093E\u0926 \u0914\u0930 \u092A\u0940\u0921\u0940\u090F\u092B \u0926\u0938\u094D\u0924\u093E\u0935\u0947\u091C\u093C \u0905\u0928\u0941\u0935\u093E\u0926","browser.brandDescription":"Bilingual web page translation, also supports PDF translation, bilingual Epub eBook translation, free to use.","browser.toggleTranslatePage":"\u0935\u0947\u092C \u092A\u0947\u091C \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0947\u0902/\u092E\u0942\u0932 \u092A\u093E\u0920 \u0926\u093F\u0916\u093E\u090F\u0902","browser.toggleTranslateTheWholePage":"\u092A\u0943\u0937\u094D\u0920 \u0915\u0947 \u0938\u092D\u0940 \u0915\u094D\u0937\u0947\u0924\u094D\u0930\u094B\u0902 \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0947\u0902/\u092E\u0942\u0932 \u092A\u093E\u0920 \u092A\u094D\u0930\u0926\u0930\u094D\u0936\u093F\u0924 \u0915\u0930\u0947\u0902","browser.toggleOnlyTransation":"\u0926\u094D\u0935\u093F\u092D\u093E\u0937\u0940/\u0915\u0947\u0935\u0932 \u0905\u0928\u0941\u0935\u093E\u0926 \u092E\u094B\u0921 \u092A\u0930 \u0938\u094D\u0935\u093F\u091A \u0915\u0930\u0947\u0902","browser.toggleTranslateToThePageEndImmediately":"\u0924\u0941\u0930\u0902\u0924 \u092A\u0943\u0937\u094D\u0920 \u0915\u0947 \u0928\u0940\u091A\u0947 \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0947\u0902/\u092E\u0942\u0932 \u092A\u093E\u0920 \u0926\u093F\u0916\u093E\u090F\u0902","browser.toggleTranslateTheMainPage":"\u092A\u0943\u0937\u094D\u0920 \u0915\u0947 \u092E\u0941\u0916\u094D\u092F \u0915\u094D\u0937\u0947\u0924\u094D\u0930 \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0947\u0902/\u092E\u0942\u0932 \u092A\u093E\u0920 \u092A\u094D\u0930\u0926\u0930\u094D\u0936\u093F\u0924 \u0915\u0930\u0947\u0902","browser.shareToDraft":"\u0926\u094D\u0935\u093F\u092D\u093E\u0937\u0940 \u092A\u0943\u0937\u094D\u0920 \u0938\u093E\u091D\u093E \u0915\u0930\u0947\u0902","browser.openOptionsPage":"\u0938\u0947\u091F\u093F\u0902\u0917 \u092A\u0943\u0937\u094D\u0920 \u0916\u094B\u0932\u0947\u0902","browser.toggleTranslationMask":"\u0905\u0928\u0941\u0935\u093E\u0926 \u0927\u0941\u0902\u0927\u0932\u093E \u092A\u094D\u0930\u092D\u093E\u0935 \u0926\u093F\u0916\u093E\u090F\u0901/\u091B\u093F\u092A\u093E\u090F\u0901","browser.translateLocalPdfFile":"\u0938\u094D\u0925\u093E\u0928\u0940\u092F \u092A\u0940\u0921\u0940\u090F\u092B \u092B\u093E\u0907\u0932\u094B\u0902 \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0947\u0902","browser.openEbookViewer":"\u0938\u094D\u0925\u093E\u0928\u0940\u092F \u0908-\u092A\u0941\u0938\u094D\u0924\u0915\u0947\u0902 \u092A\u0922\u093C\u0947\u0902","browser.openEbookBuilder":"\u0926\u094D\u0935\u093F\u092D\u093E\u0937\u0940 EPUB \u0908-\u092A\u0941\u0938\u094D\u0924\u0915\u0947\u0902 \u092C\u0928\u093E\u090F\u0901","browser.translateLocalHtmlFile":"HTML/txt \u092B\u093C\u093E\u0907\u0932\u094B\u0902 \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0947\u0902","browser.donateContext":"\u092A\u094D\u0930\u093E\u092F\u094B\u091C\u0928 \u0932\u093E\u092D\u094B\u0902 \u0915\u0947 \u092C\u093E\u0930\u0947 \u092E\u0947\u0902 \u091C\u093E\u0928\u0947\u0902","browser.translateLocalSubtitleFile":"\u0938\u094D\u0925\u093E\u0928\u0940\u092F \u0909\u092A\u0936\u0940\u0930\u094D\u0937\u0915 \u092B\u093C\u093E\u0907\u0932\u094B\u0902 \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0947\u0902",confirmResetConfig:"\u0915\u094D\u092F\u093E \u0906\u092A \u0935\u093E\u0915\u0908 \u0905\u092A\u0928\u0940 \u0938\u0947\u091F\u093F\u0902\u0917\u094D\u0938 \u0930\u0940\u0938\u0947\u091F \u0915\u0930\u0928\u093E \u091A\u093E\u0939\u0924\u0947 \u0939\u0948\u0902?",translationLineBreakSettingTitle:"\u0905\u0928\u0941\u0935\u093E\u0926 \u092A\u0902\u0915\u094D\u0924\u093F \u0930\u0948\u092A\u093F\u0902\u0917 \u0938\u0947\u091F\u093F\u0902\u0917",smartLineBreak:"\u0938\u094D\u092E\u093E\u0930\u094D\u091F \u0932\u093E\u0907\u0928 \u0930\u0948\u092A\u093F\u0902\u0917",alwaysLineBreak:"\u0939\u092E\u0947\u0936\u093E \u0932\u092A\u0947\u091F\u094B",isShowContextMenu:"\u0905\u0928\u0941\u0935\u093E\u0926\u093F\u0924 \u0935\u0947\u092C \u092A\u0947\u091C \u0915\u094B \u0930\u093E\u0907\u091F-\u0915\u094D\u0932\u093F\u0915 \u092E\u0947\u0928\u0942 \u0906\u0907\u091F\u092E \u092E\u0947\u0902 \u091C\u094B\u0921\u093C\u0947\u0902",toggleBeta:"\u092C\u0940\u091F\u093E \u092A\u0930\u0940\u0915\u094D\u0937\u0923 \u0938\u0941\u0935\u093F\u0927\u093E\u090F\u0901 \u0938\u0915\u094D\u0937\u092E \u0915\u0930\u0947\u0902",betaDescription:"\u0909\u0928 \u0938\u0941\u0935\u093F\u0927\u093E\u0913\u0902 \u0915\u094B \u0938\u0915\u094D\u0937\u092E \u0915\u0930\u0947\u0902 \u091C\u094B \u0905\u092D\u0940 \u092D\u0940 \u092A\u094D\u0930\u092F\u094B\u0917\u093E\u0924\u094D\u092E\u0915 \u0939\u0948\u0902, \u0938\u093E\u0925 \u0939\u0940 \u092A\u0930\u0940\u0915\u094D\u0937\u0923 \u092E\u0947\u0902 \u0905\u0928\u0941\u0935\u093E\u0926 \u0938\u0947\u0935\u093E\u090F\u0902 \u092D\u0940 \u0938\u0915\u094D\u0937\u092E \u0915\u0930\u0947\u0902\u0964 <1>\u091F\u0947\u0932\u0940\u0917\u094D\u0930\u093E\u092E \u0938\u092E\u0942\u0939 \u0938\u0947 \u091C\u0941\u0921\u093C\u0947\u0902 \u0914\u0930 \u0905\u0927\u093F\u0915 \u091C\u093E\u0928\u0947\u0902\u0964",translationLineBreakSettingDescription:"\u0939\u092E\u0947\u0936\u093E \u0930\u0948\u092A \u0915\u092E \u0938\u093E\u092E\u0917\u094D\u0930\u0940 \u0935\u093E\u0932\u0947 \u0932\u0947\u0906\u0909\u091F \u0915\u0947 \u0932\u093F\u090F \u0909\u092A\u092F\u0941\u0915\u094D\u0924 \u0939\u094B\u0924\u093E \u0939\u0948 \u0914\u0930 \u0905\u0927\u093F\u0915 \u0938\u0941\u0935\u094D\u092F\u0935\u0938\u094D\u0925\u093F\u0924 \u0939\u094B\u0924\u093E \u0939\u0948\u0964 (\u0938\u094D\u0925\u093E\u0928 \u092C\u091A\u093E\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u092C\u0939\u0941\u0924 \u0938\u093E\u0930\u0940 \u0938\u093E\u092E\u0917\u094D\u0930\u0940 ({count}\u0938\u0947 \u0905\u0927\u093F\u0915 \u0905\u0915\u094D\u0937\u0930) \u0935\u093E\u0932\u0947 \u0932\u0902\u092C\u0947 \u092A\u0948\u0930\u093E\u0917\u094D\u0930\u093E\u092B \u092E\u0947\u0902 \u0938\u094D\u092E\u093E\u0930\u094D\u091F \u0932\u093E\u0907\u0928 \u092C\u094D\u0930\u0947\u0915 \u0915\u093E \u0909\u092A\u092F\u094B\u0917 \u0915\u0930\u0947\u0902)",tempTranslateDomainTitle:"\u0935\u0947\u092C\u0938\u093E\u0907\u091F \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u094B \u0905\u0938\u094D\u0925\u093E\u092F\u0940 \u0930\u0942\u092A \u0938\u0947 \u0915\u092C \u0924\u0915 \u0938\u0915\u094D\u0937\u092E \u0915\u0930\u0928\u093E \u0939\u0948",tempTranslateDomainDescription:"\u0915\u093F\u0938\u0940 \u0935\u0947\u092C \u092A\u0947\u091C \u0915\u093E \u092E\u0948\u0928\u094D\u092F\u0941\u0905\u0932 \u0930\u0942\u092A \u0938\u0947 \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0924\u0947 \u0938\u092E\u092F, \u0938\u094D\u0935\u091A\u093E\u0932\u093F\u0924 \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0947 \u0932\u093F\u090F \u0935\u0947\u092C\u0938\u093E\u0907\u091F \u0915\u094B \u0905\u0938\u094D\u0925\u093E\u092F\u0940 \u0930\u0942\u092A \u0938\u0947 \u091A\u093E\u0932\u0942 \u0915\u0930\u0947\u0902, \u0914\u0930 \u0906\u092A \u0905\u0938\u094D\u0925\u093E\u092F\u0940 \u0905\u0935\u0927\u093F \u0928\u093F\u0930\u094D\u0927\u093E\u0930\u093F\u0924 \u0915\u0930 \u0938\u0915\u0924\u0947 \u0939\u0948\u0902\u0964",xMinutes:"{count} \u092E\u093F\u0928\u091F",disabled:"\u0905\u0915\u094D\u0937\u092E \u0915\u0930\u0928\u093E",changelog:"\u0932\u0949\u0917 \u092C\u0926\u0932\u0947\u0902",toggleTranslatePageWhenThreeFingersOnTheScreen:"\u0935\u0947\u092C \u092A\u0947\u091C \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0928\u0947/\u092E\u0942\u0932 \u092A\u093E\u0920 \u092A\u094D\u0930\u0926\u0930\u094D\u0936\u093F\u0924 \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u090F\u0915 \u0939\u0940 \u0938\u092E\u092F \u092E\u0947\u0902 \u0915\u0908 \u0905\u0902\u0917\u0941\u0932\u093F\u092F\u094B\u0902 \u0938\u0947 \u0938\u094D\u0915\u094D\u0930\u0940\u0928 \u0915\u094B \u0938\u094D\u092A\u0930\u094D\u0936 \u0915\u0930\u0947\u0902",toggleTranslationMaskWhenThreeFingersOnTheScreen:"\u0905\u0928\u0941\u0935\u093E\u0926 \u0927\u0941\u0902\u0927\u0932\u093E \u092A\u094D\u0930\u092D\u093E\u0935 \u0926\u093F\u0916\u093E\u0928\u0947/\u091B\u093F\u092A\u093E\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u090F\u0915 \u0939\u0940 \u0938\u092E\u092F \u092E\u0947\u0902 \u0915\u0908 \u0905\u0902\u0917\u0941\u0932\u093F\u092F\u094B\u0902 \u0915\u094B \u0938\u094D\u092A\u0930\u094D\u0936 \u0915\u0930\u0947\u0902",fingerCountToToggleTranslagePageOnlyTranslationWhenTouching:"\u0935\u0947\u092C \u092A\u0947\u091C \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 (\u0915\u0947\u0935\u0932 \u0905\u0928\u0941\u0935\u093E\u0926)/\u092E\u0942\u0932 \u092A\u093E\u0920 \u092A\u094D\u0930\u0926\u0930\u094D\u0936\u093F\u0924 \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u090F\u0915 \u0939\u0940 \u0938\u092E\u092F \u092E\u0947\u0902 \u0915\u0908 \u0905\u0902\u0917\u0941\u0932\u093F\u092F\u094B\u0902 \u0938\u0947 \u0938\u094D\u0915\u094D\u0930\u0940\u0928 \u0915\u094B \u0938\u094D\u092A\u0930\u094D\u0936 \u0915\u0930\u0947\u0902",addUrlDescription:"\u092F\u0939 \u090F\u0915 \u0921\u094B\u092E\u0947\u0928 \u0928\u093E\u092E \u0939\u094B \u0938\u0915\u0924\u093E \u0939\u0948 \u0914\u0930 \u0935\u093E\u0907\u0932\u094D\u0921\u0915\u093E\u0930\u094D\u0921 \u0915\u093E \u0938\u092E\u0930\u094D\u0925\u0928 \u0915\u0930\u0924\u093E \u0939\u0948, \u091C\u0948\u0938\u0947\uFF1A*.google.com, google.com/mail/*, https://www.google.com/*",general:"\u092E\u0942\u0932 \u0938\u0947\u091F\u093F\u0902\u0917\u094D\u0938",clickToExpandConfig:"\u0935\u0930\u094D\u0924\u092E\u093E\u0928 \u0915\u0949\u0928\u094D\u092B\u093C\u093F\u0917\u0930\u0947\u0936\u0928 \u0915\u093E \u0935\u093F\u0938\u094D\u0924\u093E\u0930 \u0915\u0930\u0947\u0902",import:"\u092B\u093C\u093E\u0907\u0932 \u0938\u0947 \u0906\u092F\u093E\u0924 \u0915\u0930\u0947\u0902",export:"\u092B\u093C\u093E\u0907\u0932 \u092E\u0947\u0902 \u0928\u093F\u0930\u094D\u092F\u093E\u0924 \u0915\u0930\u0947\u0902",toggleDebug:"\u0915\u0902\u0938\u094B\u0932 \u092A\u0930 \u0921\u093F\u092C\u0917 \u0932\u0949\u0917 \u092A\u094D\u0930\u093F\u0902\u091F \u0915\u0930\u0947\u0902","fingers.0":"\u092C\u0902\u0926","fingers.2":"\u0926\u094B \u0909\u0902\u0917\u0932\u093F\u092F\u094B\u0902 \u0915\u093E \u0938\u094D\u092A\u0930\u094D\u0936","fingers.3":"\u0924\u0940\u0928 \u0909\u0902\u0917\u0932\u093F\u092F\u094B\u0902 \u0915\u093E \u0938\u094D\u092A\u0930\u094D\u0936","fingers.4":"\u091A\u093E\u0930 \u0905\u0902\u0917\u0941\u0932 \u0915\u093E \u0938\u094D\u092A\u0930\u094D\u0936","fingers.5":"\u092A\u093E\u0901\u091A \u0905\u0902\u0917\u0941\u0932 \u0915\u093E \u0938\u094D\u092A\u0930\u094D\u0936",mouseHoldKey:"+ {key} \u0907\u0938 \u0905\u0928\u0941\u091A\u094D\u091B\u0947\u0926 \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926/\u092A\u0941\u0928\u0930\u094D\u0938\u094D\u0925\u093E\u092A\u0928\u093E \u0915\u0930\u0947\u0902",mouseHoldKeyAuto:"\u0907\u0938 \u0905\u0928\u0941\u091A\u094D\u091B\u0947\u0926 \u0915\u093E \u0938\u0940\u0927\u0947 \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0947\u0902",mouseHoldKeyOff:"\u0915\u0941\u091B \u092E\u0924 \u0915\u0930\u094B",mouseHoldKeyOther:"\u0915\u0938\u094D\u091F\u092E \u0936\u0949\u0930\u094D\u091F\u0915\u091F \u0915\u0941\u0902\u091C\u093F\u092F\u093E\u0901 (\u0938\u0947\u091F\u093F\u0902\u0917\u094D\u0938 \u0916\u094B\u0932\u0947\u0902)",mouseHoldKeyCustomKey:"0\u0907\u0938 \u0905\u0928\u0941\u091A\u094D\u091B\u0947\u0926 \u0915\u093E {key} /\u092A\u0941\u0928\u0930\u094D\u0938\u094D\u0925\u093E\u092A\u0928\u093E \u0915\u0930\u0947\u0902",mouseHoverHoldKey:"\u092A\u0948\u0930\u093E\u0917\u094D\u0930\u093E\u092B \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u092E\u093E\u0909\u0938 \u0915\u094B \u0918\u0941\u092E\u093E\u090F\u0901 \u0914\u0930 \u0936\u0949\u0930\u094D\u091F\u0915\u091F \u0915\u0941\u0902\u091C\u0940 \u0926\u092C\u093E\u090F\u0901","mouse-translate":"\u092E\u093E\u0909\u0938 \u0915\u0947 \u090A\u092A\u0930",document:"\u0926\u0938\u094D\u0924\u093E\u0935\u0947\u091C\u093C",resetSuccess:"\u0938\u092D\u0940 \u0938\u0947\u091F\u093F\u0902\u0917\u094D\u0938 \u0938\u092B\u0932\u0924\u093E\u092A\u0942\u0930\u094D\u0935\u0915 \u0930\u0940\u0938\u0947\u091F \u0915\u0930\u0947\u0902",resetThisSuccess:"\u0930\u0940\u0938\u0947\u091F \u0938\u092B\u0932",saved:"\u0938\u092B\u0932\u0924\u093E\u092A\u0942\u0930\u094D\u0935\u0915 \u092C\u091A\u093E\u092F\u093E",successImportConfig:"\u0915\u0949\u0928\u094D\u092B\u093C\u093F\u0917\u0930\u0947\u0936\u0928 \u0938\u092B\u0932\u0924\u093E\u092A\u0942\u0930\u094D\u0935\u0915 \u0906\u092F\u093E\u0924 \u0915\u093F\u092F\u093E \u0917\u092F\u093E",goAdvancedSettings:"\u0909\u0928\u094D\u0928\u0924 \u0938\u0947\u091F\u093F\u0902\u0917 \u092A\u0943\u0937\u094D\u0920 \u092A\u0930 \u091C\u093E\u090F\u0901",goAdvancedInterfaceSettings:"\u0909\u0928\u094D\u0928\u0924 \u0905\u0928\u0941\u0915\u0942\u0932\u0928 \u0938\u0947\u091F\u093F\u0902\u0917 \u092A\u0943\u0937\u094D\u0920 \u092A\u0930 \u091C\u093E\u090F\u0901",advanced:"\u090F\u0921\u0935\u093E\u0902\u0938 \u0938\u0947\u091F\u093F\u0902\u0917",advancedDescription:"\u0906\u092E \u0924\u094C\u0930 \u092A\u0930, \u0915\u093F\u0938\u0940 \u0938\u0947\u091F\u093F\u0902\u0917 \u0915\u0940 \u0906\u0935\u0936\u094D\u092F\u0915\u0924\u093E \u0928\u0939\u0940\u0902 \u0939\u0948, \u092C\u0938 \u0921\u093F\u092B\u093C\u0949\u0932\u094D\u091F \u0930\u0916\u0947\u0902\u0964 \u0915\u0947\u0935\u0932 \u0905\u0927\u093F\u0915 \u092A\u0947\u0936\u0947\u0935\u0930 \u0909\u092A\u092F\u094B\u0917\u0915\u0930\u094D\u0924\u093E\u0913\u0902 \u0915\u0947 \u0932\u093F\u090F, \u0905\u0927\u093F\u0915 \u0935\u0948\u092F\u0915\u094D\u0924\u093F\u0915\u0943\u0924 \u0938\u0947\u091F\u093F\u0902\u0917\u094D\u0938 \u092A\u094D\u0930\u0926\u093E\u0928 \u0915\u0940 \u091C\u093E\u0924\u0940 \u0939\u0948\u0902\u0964",developer:"\u0921\u0947\u0935\u0932\u092A\u0930 \u0938\u0947\u091F\u093F\u0902\u0917\u094D\u0938",donateCafe:"\u0915\u0940\u092E\u0924","translate to the bottom of the page":"\u0935\u0947\u092C \u092A\u0947\u091C \u092E\u0947\u0902 \u092A\u094D\u0930\u0935\u0947\u0936 \u0915\u0930\u0928\u0947 \u0915\u0947 \u092C\u093E\u0926, \u0915\u094D\u092F\u093E \u0907\u0938\u0915\u093E \u0924\u0941\u0930\u0902\u0924 \u092A\u0943\u0937\u094D\u0920 \u0915\u0947 \u0928\u093F\u091A\u0932\u0947 \u092D\u093E\u0917 \u092E\u0947\u0902 \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u093F\u092F\u093E \u091C\u093E\u0924\u093E \u0939\u0948?",feedback:"\u092A\u094D\u0930\u0924\u093F\u0915\u094D\u0930\u093F\u092F\u093E",toggleTranslatePage:"\u0935\u0947\u092C \u092A\u0947\u091C \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0947\u0902/\u092E\u0942\u0932 \u092A\u093E\u0920 \u0926\u093F\u0916\u093E\u090F\u0902",translateToThePageEndImmediatelyDescription:"\u091A\u093E\u0932\u0942 \u0939\u094B\u0928\u0947 \u092A\u0930, \u0915\u093F\u0938\u0940 \u0935\u0947\u092C\u092A\u0947\u091C \u092E\u0947\u0902 \u092A\u094D\u0930\u0935\u0947\u0936 \u0915\u0930\u0928\u0947 \u092A\u0930 \u0938\u093E\u092E\u0917\u094D\u0930\u0940 \u0924\u0941\u0930\u0902\u0924 \u090A\u092A\u0930 \u0938\u0947 \u0928\u0940\u091A\u0947 \u0924\u0915 \u0905\u0928\u0941\u0935\u093E\u0926\u093F\u0924 \u0939\u094B \u091C\u093E\u090F\u0917\u0940\u0964 \u092F\u0926\u093F \u092C\u0902\u0926 \u0939\u0948, \u0924\u094B \u0906\u092A \u090F\u0915 \u0939\u0940 \u0938\u092E\u092F \u092E\u0947\u0902 \u092A\u0922\u093C \u0914\u0930 \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930 \u0938\u0915\u0924\u0947 \u0939\u0948\u0902\u0964 (\u091A\u093E\u0932\u0942 \u0915\u0930\u0928\u0947 \u0915\u0940 \u0905\u0928\u0941\u0936\u0902\u0938\u093E \u0928\u0939\u0940\u0902 \u0915\u0940 \u0917\u0908)","translate all areas of the page":"\u0935\u0947\u092C \u092A\u0947\u091C \u0915\u0947 \u0938\u092D\u0940 \u0915\u094D\u0937\u0947\u0924\u094D\u0930\u094B\u0902 \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0928\u093E \u0939\u0948 \u092F\u093E \u0928\u0939\u0940\u0902",translationAreaDescription:"\u091A\u093E\u0932\u0942 \u0939\u094B\u0928\u0947 \u092A\u0930, \u0938\u0902\u092A\u0942\u0930\u094D\u0923 \u0935\u0947\u092C \u092A\u0947\u091C \u0915\u0947 \u0938\u092D\u0940 \u0915\u094D\u0937\u0947\u0924\u094D\u0930\u094B\u0902 \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u093F\u092F\u093E \u091C\u093E\u090F\u0917\u093E\u0964 \u092F\u0926\u093F \u092C\u0902\u0926 \u0915\u093F\u092F\u093E \u091C\u093E\u0924\u093E \u0939\u0948, \u0924\u094B \u0921\u093F\u092B\u093C\u0949\u0932\u094D\u091F \u0938\u094D\u092E\u093E\u0930\u094D\u091F \u092A\u0939\u091A\u093E\u0928 \u0915\u093E \u0909\u092A\u092F\u094B\u0917 \u0915\u093F\u092F\u093E \u091C\u093E\u0924\u093E \u0939\u0948 \u0914\u0930 \u0915\u0947\u0935\u0932 \u092E\u0941\u0916\u094D\u092F \u0915\u094D\u0937\u0947\u0924\u094D\u0930 \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u093F\u092F\u093E \u091C\u093E\u0924\u093E \u0939\u0948\u0964 (\u091A\u093E\u0932\u0942 \u0915\u0930\u0928\u0947 \u0915\u0940 \u0905\u0928\u0941\u0936\u0902\u0938\u093E \u0928\u0939\u0940\u0902 \u0915\u0940 \u0917\u0908)","the number of characters to be translated first":"\u0926\u0943\u0936\u094D\u092F \u0915\u094D\u0937\u0947\u0924\u094D\u0930 \u0924\u0915 \u0938\u094D\u0915\u094D\u0930\u0949\u0932 \u0915\u0930\u0928\u0947 \u0915\u0940 \u092A\u094D\u0930\u0924\u0940\u0915\u094D\u0937\u093E \u0915\u093F\u090F \u092C\u093F\u0928\u093E \u092A\u0943\u0937\u094D\u0920 \u0915\u0947 \u092A\u0939\u0932\u0947 \u0915\u0941\u091B \u0935\u0930\u094D\u0923\u094B\u0902 \u0915\u093E \u0938\u0940\u0927\u0947 \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0947\u0902","interface language":"\u0907\u0902\u091F\u0930\u092B\u093C\u0947\u0938 \u092D\u093E\u0937\u093E","display both the original text and the translation":"\u092E\u0942\u0932 \u092A\u093E\u0920 \u0914\u0930 \u0905\u0928\u0941\u0935\u093E\u0926 \u090F\u0915 \u0938\u093E\u0925 \u092A\u094D\u0930\u0926\u0930\u094D\u0936\u093F\u0924 \u0915\u0930\u0947\u0902","keyboard shortcuts":"\u0915\u0941\u0902\u091C\u0940\u092A\u091F\u0932 \u0905\u0932\u094D\u092A \u092E\u093E\u0930\u094D\u0917",modify:"\u0936\u0949\u0930\u094D\u091F\u0915\u091F \u0915\u0941\u0902\u091C\u093F\u092F\u093E\u0901 \u0938\u0902\u0936\u094B\u0927\u093F\u0924 \u0915\u0930\u0947\u0902",reset:"\u0930\u0940\u0938\u0947\u091F",close:"\u092C\u0902\u0926",homepage:"\u0939\u094B\u092E \u092A\u0947\u091C",more:"\u0905\u0927\u093F\u0915",moreOptions:"\u0905\u0927\u093F\u0915 \u0905\u0928\u0941\u0915\u0942\u0932\u0928 \u0935\u093F\u0915\u0932\u094D\u092A\u094B\u0902 \u0915\u093E \u0935\u093F\u0938\u094D\u0924\u093E\u0930 \u0915\u0930\u0947\u0902",translateTheWholePage:"\u092A\u0943\u0937\u094D\u0920 \u0915\u0947 \u0938\u092D\u0940 \u0915\u094D\u0937\u0947\u0924\u094D\u0930\u094B\u0902 \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0947\u0902 (\u092C\u0941\u0926\u094D\u0927\u093F\u092E\u093E\u0928 \u092A\u0939\u091A\u093E\u0928 \u0915\u0947 \u092E\u0941\u0916\u094D\u092F \u0915\u094D\u0937\u0947\u0924\u094D\u0930\u094B\u0902 \u0938\u0947 \u092D\u093F\u0928\u094D\u0928)",changeToTranslateTheWholePage:"\u0938\u092D\u0940 \u0915\u094D\u0937\u0947\u0924\u094D\u0930\u094B\u0902 \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u0938\u094D\u0935\u093F\u091A \u0915\u0930\u0947\u0902",changeToTranslateTheMainPage:"\u0905\u0928\u0941\u0935\u093E\u0926 \u092E\u0941\u0916\u094D\u092F \u0915\u094D\u0937\u0947\u0924\u094D\u0930 \u092A\u0930 \u0938\u094D\u0935\u093F\u091A \u0915\u0930\u0947\u0902",changeToOnlyTranslationMode:"\u0915\u0947\u0935\u0932 \u0905\u0928\u0941\u0935\u093E\u0926 \u0926\u093F\u0916\u093E\u0928\u0947 \u092A\u0930 \u0938\u094D\u0935\u093F\u091A \u0915\u0930\u0947\u0902",changeToDualTranslationMode:"\u0926\u094D\u0935\u093F\u092D\u093E\u0937\u0940 \u0905\u0928\u0941\u0935\u093E\u0926 \u092A\u0930 \u0938\u094D\u0935\u093F\u091A \u0915\u0930\u0947\u0902",translateToThePageEndImmediately:"\u0924\u0941\u0930\u0902\u0924 \u092A\u0943\u0937\u094D\u0920 \u0915\u0947 \u0928\u0940\u091A\u0947 \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0947\u0902",translateTheMainPage:"\u092C\u0941\u0926\u094D\u0927\u093F\u092E\u093E\u0928 \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0947 \u092E\u0941\u0916\u094D\u092F \u0915\u094D\u0937\u0947\u0924\u094D\u0930","The local rules are up to date":"\u0938\u094D\u0925\u093E\u0928\u0940\u092F \u0905\u0928\u0941\u0915\u0942\u0932\u0928 \u0928\u093F\u092F\u092E \u0905\u0926\u094D\u092F\u0924\u093F\u0924 \u0939\u0948\u0902:","Successfully synchronized with the latest official rules:":"\u0928\u0935\u0940\u0928\u0924\u092E \u0906\u0927\u093F\u0915\u093E\u0930\u093F\u0915 \u0905\u0928\u0941\u0915\u0942\u0932\u0928 \u0928\u093F\u092F\u092E\u094B\u0902 \u0915\u094B \u0938\u092B\u0932\u0924\u093E\u092A\u0942\u0930\u094D\u0935\u0915 \u0938\u093F\u0902\u0915\u094D\u0930\u0928\u093E\u0907\u091C\u093C \u0915\u093F\u092F\u093E \u0917\u092F\u093E:","Checking for updates":"\u0905\u092A\u0921\u0947\u091F \u0915\u0947 \u0932\u093F\u090F \u091C\u093E\u0902\u091A \u0915\u0930 \u0930\u0939\u093E \u0939\u0948","Rules are being synchronized":"\u0905\u0928\u0941\u0915\u0942\u0932\u0928 \u0928\u093F\u092F\u092E\u094B\u0902 \u0915\u094B \u0938\u093F\u0902\u0915\u094D\u0930\u0928\u093E\u0907\u091C\u093C \u0915\u0930\u0928\u093E",localVersionIsTooOld:"\u0938\u094D\u0925\u093E\u0928\u0940\u092F \u090F\u0915\u094D\u0938\u091F\u0947\u0902\u0936\u0928 \u0938\u0902\u0938\u094D\u0915\u0930\u0923 \u092C\u0939\u0941\u0924 \u092A\u0941\u0930\u093E\u0928\u093E \u0939\u0948\u0964 \u0915\u0943\u092A\u092F\u093E \u090F\u0915\u094D\u0938\u091F\u0947\u0902\u0936\u0928 {minVersion} \u092F\u093E \u0928\u090F \u0938\u0902\u0938\u094D\u0915\u0930\u0923 \u092E\u0947\u0902 \u0905\u092A\u0917\u094D\u0930\u0947\u0921 \u0915\u0930\u0947\u0902 \u0914\u0930 \u092B\u093F\u0930 \u0938\u0947 \u0938\u093F\u0902\u0915\u094D\u0930\u0928\u093E\u0907\u091C\u093C\u0947\u0936\u0928 \u0915\u093E \u092A\u094D\u0930\u092F\u093E\u0938 \u0915\u0930\u0947\u0902\u0964",badUserscriptBrowser:"\u0935\u0930\u094D\u0924\u092E\u093E\u0928 \u092C\u094D\u0930\u093E\u0909\u091C\u093C\u0930 \u0917\u094D\u0930\u0940\u0938 \u092E\u0902\u0915\u0940 \u090F\u0915\u094D\u0938\u091F\u0947\u0902\u0936\u0928 \u0907\u0902\u091F\u0930\u092B\u093C\u0947\u0938 \u0915\u094B \u0938\u0939\u0940 \u0922\u0902\u0917 \u0938\u0947 \u0915\u093E\u0930\u094D\u092F\u093E\u0928\u094D\u0935\u093F\u0924 \u0928\u0939\u0940\u0902 \u0915\u0930\u0924\u093E \u0939\u0948 (\u091C\u0948\u0938\u0947 \u0915\u093F \u0917\u094D\u0930\u0940\u0938 \u092E\u0902\u0915\u0940 \u0938\u094D\u0915\u094D\u0930\u093F\u092A\u094D\u091F \u0915\u0940 \u0938\u0902\u0938\u094D\u0915\u0930\u0923 \u0938\u0902\u0916\u094D\u092F\u093E \u0915\u0940 \u091C\u093E\u0928\u0915\u093E\u0930\u0940 \u092A\u094D\u0930\u093E\u092A\u094D\u0924 \u0915\u0930\u0928\u093E), \u0915\u0943\u092A\u092F\u093E \u0905\u0928\u094D\u092F <1> \u0938\u092E\u0930\u094D\u0925\u0928 \u0917\u094D\u0930\u0940\u0938 \u092E\u0902\u0915\u0940 \u090F\u0915\u094D\u0938\u091F\u0947\u0902\u0936\u0928 \u0915\u093E \u0909\u092A\u092F\u094B\u0917 \u0915\u0930\u0947\u0902 \u092B\u093C\u093E\u092F\u0930\u092B\u093C\u0949\u0915\u094D\u0938 \u091C\u0948\u0938\u0947 \u092C\u094D\u0930\u093E\u0909\u091C\u093C\u0930",foundNewVersion:"\u0928\u092F\u093E \u0938\u0902\u0938\u094D\u0915\u0930\u0923 \u092E\u093F\u0932\u093E",theLocalExtensionIsUpToUpdate:"\u0935\u0930\u094D\u0924\u092E\u093E\u0928 \u090F\u0915\u094D\u0938\u091F\u0947\u0902\u0936\u0928 \u0928\u0935\u0940\u0928\u0924\u092E \u0938\u0902\u0938\u094D\u0915\u0930\u0923 \u0939\u0948.",failToSyncRules:"\u0928\u0935\u0940\u0928\u0924\u092E \u0905\u0928\u0941\u0915\u0942\u0932\u0928 \u0928\u093F\u092F\u092E\u094B\u0902 \u0915\u094B \u0938\u093F\u0902\u0915\u094D\u0930\u0928\u093E\u0907\u091C\u093C \u0915\u0930\u0928\u0947 \u092E\u0947\u0902 \u0935\u093F\u092B\u0932",retry:"\u092A\u0941\u0928\u0903 \u092A\u094D\u0930\u092F\u093E\u0938 \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u092F\u0939\u093E\u0902 \u092A\u0930 \u0915\u094D\u0932\u093F\u0915 \u0915\u0930\u0947\u0902",failedReason:"\u0905\u0938\u092B\u0932\u0924\u093E \u0915\u093E \u0915\u093E\u0930\u0923",currentRuleVersion:"\u0935\u0930\u094D\u0924\u092E\u093E\u0928 \u0928\u093F\u092F\u092E \u0938\u0902\u0938\u094D\u0915\u0930\u0923",calculating:"\u0917\u093F\u0928\u093E \u091C\u093E \u0930\u0939\u093E \u0939\u0948",unknownError:"\u0905\u091C\u094D\u091E\u093E\u0924 \u0917\u0932\u0924\u0940",canNotFetchRemoteRule:"\u0926\u0942\u0930\u0938\u094D\u0925 \u0928\u093F\u092F\u092E \u092A\u094D\u0930\u093E\u092A\u094D\u0924 \u0915\u0930\u0928\u0947 \u092E\u0947\u0902 \u0905\u0938\u092E\u0930\u094D\u0925",enableAlphaSuccess:"\u0905\u0932\u094D\u092B\u093C\u093E \u092B\u093C\u0902\u0915\u094D\u0936\u0928 \u091A\u093E\u0932\u0942 \u0939\u0941\u0906",disableAlphaSuccess:"\u0905\u0932\u094D\u092B\u093C\u093E \u0938\u0941\u0935\u093F\u0927\u093E \u092C\u0902\u0926 \u0915\u0930 \u0926\u0940 \u0917\u0908",cacheSize:"\u0915\u0948\u0936 \u0906\u0915\u093E\u0930\uFF1A",cleaning:"\u0938\u092B\u093E\u0908",cleanCache:"\u0915\u0948\u0936 \u0915\u094B \u0938\u093E\u092B\u093C \u0915\u0930\u0947\u0902",options:"\u0938\u094D\u0925\u093E\u092A\u093F\u0924 \u0915\u0930\u0928\u093E",about:"\u0915\u0947 \u092C\u093E\u0930\u0947 \u092E\u0947\u0902",service:"\u0905\u0928\u0941\u0935\u093E\u0926\u0928 \u0938\u0947\u0935\u093E",needAction:"(\u0938\u0947\u091F\u093F\u0902\u0917\u094D\u0938 \u092E\u0947\u0902 \u091C\u093E\u0913)",goSettings:"\u0938\u0947\u091F\u093F\u0902\u0917\u094D\u0938 \u092E\u0947\u0902 \u091C\u093E\u0913",needActionForOptions:"(\u0938\u0947\u091F \u0915\u0930\u0928\u0947 \u0915\u0940 \u0906\u0935\u0936\u094D\u092F\u0915\u0924\u093E \u0939\u0948)",translationEngine:"\u0907\u0902\u091C\u0928 \u0935\u093F\u0915\u0932\u094D\u092A",sourceLanguage:"\u0935\u093E\u0938\u094D\u0924\u0935\u093F\u0915 \u092D\u093E\u0937\u093E",target:"\u0932\u0915\u094D\u0937\u094D\u092F \u092D\u093E\u0937\u093E",popupSourceLanguage:"\u0935\u093E\u0938\u094D\u0924\u0935\u093F\u0915 \u092D\u093E\u0937\u093E",popupTarget:"\u0932\u0915\u094D\u0937\u094D\u092F \u092D\u093E\u0937\u093E",popupService:"\u0905\u0928\u0941\u0935\u093E\u0926\u0928 \u0938\u0947\u0935\u093E",forThisSite:"\u0935\u0930\u094D\u0924\u092E\u093E\u0928 \u0935\u0947\u092C\u0938\u093E\u0907\u091F",autoEnableSubtitle:"\u0926\u094D\u0935\u093F\u092D\u093E\u0937\u0940 \u0909\u092A\u0936\u0940\u0930\u094D\u0937\u0915 \u0938\u094D\u0935\u091A\u093E\u0932\u093F\u0924 \u0930\u0942\u092A \u0938\u0947 \u091A\u093E\u0932\u0942 \u0915\u0930\u0947\u0902",alwaysTranslate:"\u0939\u092E\u0947\u0936\u093E \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0947\u0902",neverTranslate:"\u0915\u092D\u0940 \u092D\u0940 \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0928 \u0915\u0930\u0947\u0902",alwaysTranslateSomeLanguage:"\u0939\u092E\u0947\u0936\u093E {language}\u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0947\u0902",neverTranslateSomeLanguage:"\u0915\u092D\u0940 \u092D\u0940 {language}\u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0928 \u0915\u0930\u0947\u0902",alwaysTranslateSomeSite:"\u0939\u092E\u0947\u0936\u093E {hostname}\u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0947\u0902",neverTranslateSomeSite:"\u0915\u092D\u0940 \u092D\u0940 {hostname}\u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0928 \u0915\u0930\u0947\u0902",alwaysTranslateSomeSiteOrWildSite:"\u0939\u092E\u0947\u0936\u093E \u0907\u0938 \u0938\u093E\u0907\u091F \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0947\u0902",alwaysTranslateSomePage:"\u0939\u092E\u0947\u0936\u093E \u0907\u0938 \u092A\u0943\u0937\u094D\u0920 \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0947\u0902",add:"\u0907\u0938\u092E\u0947\u0902 \u091C\u094B\u0921\u093C\u0947\u0902",default:"\u0917\u0932\u0924\u0940 \u0915\u0930\u0928\u093E",forThisLanguage:"\u0907\u0938 \u092D\u093E\u0937\u093E \u0915\u0947 \u0932\u093F\u090F\uFF1A","add url":"\u092F\u0942 \u0906\u0930 \u090F\u0932 \u0926\u0930\u094D\u091C \u0915\u0930\u094B",edit:"\u0938\u0902\u092A\u093E\u0926\u0928 \u0915\u0930\u0928\u093E","translate other languages into specific language":"\u0906\u092A\u0915\u0947 \u0926\u094D\u0935\u093E\u0930\u093E \u0928\u093F\u0930\u094D\u0927\u093E\u0930\u093F\u0924 \u092D\u093E\u0937\u093E \u092E\u0947\u0902 \u0905\u0928\u094D\u092F \u092D\u093E\u0937\u093E\u0913\u0902 \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0947\u0902","select translation service":"\u090F\u0915 \u0905\u0928\u0941\u0935\u093E\u0926 \u0938\u0947\u0935\u093E \u091A\u0941\u0928\u0947\u0902",language:"\u092D\u093E\u0937\u093E","show-original":"\u092E\u0942\u0932 \u092A\u093E\u0920 \u0926\u093F\u0916\u093E\u090F\u0901",translate:"\u0905\u0928\u0941\u0935\u093E\u0926",Translated:"\u0905\u0928\u0941\u0935\u093E\u0926",Translating:"\u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0928\u093E",Error:"\u0917\u0932\u0924\u0940",allowCacheTranslations:"\u0938\u094D\u0925\u093E\u0928\u0940\u092F \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0948\u0936\u093F\u0902\u0917 \u0938\u0915\u094D\u0937\u092E \u0915\u0930\u0947\u0902 (\u0921\u0941\u092A\u094D\u0932\u093F\u0915\u0947\u091F \u092A\u0948\u0930\u093E\u0917\u094D\u0930\u093E\u092B \u0915\u0947 \u0932\u093F\u090F \u0905\u0928\u0941\u0935\u093E\u0926 \u0905\u0928\u0941\u0930\u094B\u0927\u094B\u0902 \u0915\u094B \u0915\u092E \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F)","translation display":"\u0905\u0928\u0941\u0935\u093E\u0926 \u092A\u094D\u0930\u0926\u0930\u094D\u0936\u0928 \u0936\u0948\u0932\u0940","select diplay style":"\u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0940 \u0936\u0948\u0932\u0940 \u0915\u094B \u0905\u0932\u0917 \u0915\u0930\u0947\u0902\u0964 \u0935\u093F\u0935\u0930\u0923 \u0915\u0947 \u0932\u093F\u090F \u0915\u0943\u092A\u092F\u093E \u0928\u093F\u092E\u094D\u0928\u0932\u093F\u0916\u093F\u0924 \u0909\u0926\u093E\u0939\u0930\u0923 \u0926\u0947\u0916\u0947\u0902:",interface:"\u0907\u0902\u091F\u0930\u092B\u093C\u0947\u0938 \u0938\u0947\u091F\u093F\u0902\u0917\u094D\u0938",import_export:"\u0906\u092F\u093E\u0924 \u0914\u0930 \u0928\u093F\u0930\u094D\u092F\u093E\u0924",import_export_title:"\u0906\u092F\u093E\u0924/\u0928\u093F\u0930\u094D\u092F\u093E\u0924 \u0915\u0949\u0928\u094D\u092B\u093C\u093F\u0917\u0930\u0947\u0936\u0928",syncToGoogleDrive:"\u0905\u092D\u0940 Google Drive \u0915\u0947 \u0938\u093E\u0925 \u0938\u093F\u0902\u0915 \u0915\u0930\u0947\u0902",floatBallOptions:"\u0928\u093F\u0932\u0902\u092C\u093F\u0924 \u0917\u0947\u0902\u0926 \u0938\u0947\u091F\u093F\u0902\u0917\u094D\u0938","floatBallOptions.enable":"\u092B\u094D\u0932\u094B\u091F\u093F\u0902\u0917 \u092C\u0949\u0932 \u0938\u0915\u094D\u0937\u092E \u0915\u0930\u0947\u0902","floatBallOptions.blockUrls":"\u0935\u0947\u092C\u0938\u093E\u0907\u091F \u0905\u0915\u094D\u0937\u092E \u0915\u0930\u0947\u0902","floatBallOptions.add":"\u0907\u0938\u092E\u0947\u0902 \u091C\u094B\u0921\u093C\u0947\u0902","floatBallOptions.blockUrlDesc":"\u0928\u093F\u092E\u094D\u0928\u0932\u093F\u0916\u093F\u0924 \u0935\u0947\u092C\u0938\u093E\u0907\u091F\u094B\u0902 \u0915\u093E \u0938\u093E\u092E\u0928\u093E \u0915\u0930\u0928\u0947 \u092A\u0930 \u092B\u094D\u0932\u094B\u091F\u093F\u0902\u0917 \u092C\u0949\u0932 \u092A\u094D\u0930\u0926\u0930\u094D\u0936\u093F\u0924 \u0928\u0939\u0940\u0902 \u0939\u094B\u0917\u0940","floatBallOptions.clickType":"\u0935\u094D\u092F\u0935\u0939\u093E\u0930 \u092A\u0930 \u0915\u094D\u0932\u093F\u0915 \u0915\u0930\u0947\u0902","floatBallOptions.clickTypeDesc":"\u0915\u094D\u0932\u093F\u0915 \u0915\u0930\u0928\u0947 \u092A\u0930 \u092B\u094D\u0932\u094B\u091F\u093F\u0902\u0917 \u092C\u0949\u0932 \u0906\u0907\u0915\u0928 \u0915\u093E \u0935\u094D\u092F\u0935\u0939\u093E\u0930","floatBallOptions.clickPopup":"\u0905\u0928\u0941\u0935\u093E\u0926 \u092A\u0948\u0928\u0932 \u0926\u093F\u0916\u093E\u090F\u0901","floatBallOptions.clickTranslate":"\u092E\u0942\u0932 \u092A\u093E\u0920 \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0947\u0902/\u0926\u093F\u0916\u093E\u090F\u0901","floatBallOptions.fixedPosition":"\u56FA\u5B9A\u4F4D\u7F6E","floatBallOptions.fixedPositionDesc":"\u60AC\u6D6E\u7403\u5728\u7A97\u53E3\u5DE6\u4FA7\u8FD8\u662F\u53F3\u4FA7","floatBallOptions.fixedPositionLeft":"\u5DE6\u4FA7","floatBallOptions.fixedPositionRight":"\u53F3\u4FA7",previewAllThemes:"\u0938\u092D\u0940 \u0936\u0948\u0932\u093F\u092F\u094B\u0902 \u0915\u093E \u092A\u0942\u0930\u094D\u0935\u093E\u0935\u0932\u094B\u0915\u0928 \u0915\u0930\u0947\u0902","translationTheme.none":"\u0915\u094B\u0908 \u0928\u0939\u0940\u0902","translationTheme.grey":"\u0917\u0939\u0930\u093E \u092D\u0942\u0930\u093E","translationTheme.dashed":"\u0927\u0930\u093E\u0936\u093E\u092F\u0940 \u0930\u0947\u0916\u093E\u0902\u0915\u093F\u0924","translationTheme.dotted":"\u092C\u093F\u0902\u0926\u0940\u0926\u093E\u0930 \u0930\u0947\u0916\u093E\u0902\u0915\u0928","translationTheme.dashedBorder":"\u0927\u0930\u093E\u0936\u093E\u092F\u0940 \u0938\u0940\u092E\u093E","translationTheme.solidBorder":"\u0920\u094B\u0938 \u0938\u0940\u092E\u093E","translationTheme.underline":"\u0938\u0940\u0927\u0947 \u0930\u0947\u0916\u093E\u0902\u0915\u093F\u0924 \u0915\u0930\u0947\u0902","translationTheme.mask":"\u0927\u0941\u0902\u0927\u0932\u093E \u092A\u094D\u0930\u092D\u093E\u0935 (\u0938\u0940\u0916\u0928\u0947 \u0915\u093E \u0924\u0930\u0940\u0915\u093E)","translationTheme.opacity":"\u092A\u093E\u0930\u0926\u0930\u094D\u0936\u093F\u0924\u093E \u092A\u094D\u0930\u092D\u093E\u0935","translationTheme.paper":"\u0936\u094D\u0935\u0947\u0924 \u092A\u0924\u094D\u0930 \u091B\u093E\u092F\u093E \u092A\u094D\u0930\u092D\u093E\u0935","translationTheme.dividingLine":"\u0935\u093F\u092D\u093E\u091C\u0928 \u0930\u0947\u0916\u093E","translationTheme.highlight":"\u092A\u094D\u0930\u092E\u0941\u0916\u0924\u093E \u0938\u0947 \u0926\u093F\u0916\u093E\u0928\u093E","translationTheme.marker":"\u0928\u093F\u0936\u093E\u0928","translationTheme.marker2":"\u092E\u093E\u0930\u094D\u0915\u0930 2","translationTheme.blockquote":"\u0938\u0902\u0926\u0930\u094D\u092D \u0936\u0948\u0932\u0940","translationTheme.weakening":"\u0915\u092E\u091C\u094B\u0930","translationTheme.italic":"\u0924\u093F\u0930\u094D\u091B\u093E","translationTheme.bold":"\u092C\u094B\u0932\u094D\u0921","translationTheme.thinDashed":"\u092A\u0924\u0932\u0940 \u0927\u0930\u093E\u0936\u093E\u092F\u0940 \u0930\u0947\u0916\u093E\u0902\u0915\u0928","translationTheme.nativeDashed":"\u0938\u093F\u0938\u094D\u091F\u092E \u092C\u093F\u0902\u0926\u0940\u0926\u093E\u0930 \u0905\u0902\u0921\u0930\u0932\u093E\u0907\u0928 \u0915\u0947 \u0938\u093E\u0925 \u0906\u0924\u093E \u0939\u0948","translationTheme.nativeDotted":"\u0938\u093F\u0938\u094D\u091F\u092E \u092C\u093F\u0902\u0926\u0940\u0926\u093E\u0930 \u0905\u0902\u0921\u0930\u0932\u093E\u0907\u0928 \u0915\u0947 \u0938\u093E\u0925 \u0906\u0924\u093E \u0939\u0948","translationTheme.nativeUnderline":"\u0938\u093F\u0938\u094D\u091F\u092E \u0938\u0940\u0927\u0947 \u0905\u0902\u0921\u0930\u0932\u093E\u0907\u0928 \u0915\u0947 \u0938\u093E\u0925 \u0906\u0924\u093E \u0939\u0948","translationTheme.wavy":"\u0932\u0939\u0930\u0926\u093E\u0930 \u0930\u0947\u0916\u093E\u090F\u0901","translationServices.custom":"\u0915\u0938\u094D\u091F\u092E \u090F\u092A\u0940\u0906\u0908","translationServices.tencent":"\u091F\u0947\u0928\u0938\u0947\u0902\u091F \u0905\u0928\u0941\u0935\u093E\u0926\u0915","translationServices.tenAlpha":"Tencent \u0905\u0928\u0941\u0935\u093E\u0926\u0915 (\u0905\u0932\u094D\u092B\u093E)","translationServices.google":"\u0917\u0942\u0917\u0932 \u0905\u0928\u0941\u0935\u093E\u0926","translationServices.bai":"Baidu(\u0905\u0932\u094D\u092B\u093E)","translationServices.baidu":"Baidu \u0905\u0928\u0941\u0935\u093E\u0926\u0915","translationServices.aliyun":"\u0905\u0932\u0940\u092C\u093E\u092C\u093E \u0915\u094D\u0932\u093E\u0909\u0921 \u0905\u0928\u0941\u0935\u093E\u0926","translationServices.volc":"\u091C\u094D\u0935\u093E\u0932\u093E\u092E\u0941\u0916\u0940 \u0905\u0928\u0941\u0935\u093E\u0926","translationServices.deeplx":"\u0921\u0940\u092A\u090F\u0932\u090F\u0915\u094D\u0938(\u092C\u0940\u091F\u093E)","translationServices.bing":"\u092E\u093E\u0907\u0915\u094D\u0930\u094B\u0938\u0949\u092B\u094D\u091F \u0905\u0928\u0941\u0935\u093E\u0926\u0915","translationServices.deepl":"\u0921\u0940\u092A\u090F\u0932","translationServices.wechat":"\u0935\u0940\u091A\u0948\u091F \u0905\u0928\u0941\u0935\u093E\u0926","translationServices.azure":"\u0928\u0940\u0932\u093E \u0905\u0928\u0941\u0935\u093E\u0926","translationServices.ibm":"\u0906\u0908\u092C\u0940\u090F\u092E \u0935\u0949\u091F\u0938\u0928","translationServices.aws":"\u0905\u092E\u0947\u091C\u093C\u0928 \u0905\u0928\u0941\u0935\u093E\u0926","translationServices.mock":"\u0905\u0928\u0941\u0930\u0942\u092A\u093F\u0924 \u0905\u0928\u0941\u0935\u093E\u0926","translationServices.mock2":"\u0938\u093F\u092E\u094D\u092F\u0941\u0932\u0947\u091F\u0947\u0921 \u0905\u0928\u0941\u0935\u093E\u0926 2","translationServices.caiyun":"\u0915\u0948\u092F\u0941\u0928 \u0936\u093F\u092F\u093E\u0913\u092F\u0940","translationServices.cai":"\u0915\u0948\u092F\u0941\u0928 \u0936\u093F\u092F\u093E\u0913\u092F\u0940 (\u0905\u0932\u094D\u092B\u093E)","translationServices.volcAlpha":"\u091C\u094D\u0935\u093E\u0932\u093E\u092E\u0941\u0916\u0940 (\u0905\u0932\u094D\u092B\u093E)","translationServices.openl":"\u0913\u092A\u0928\u090F\u0932","translationServices.youdao":"Youdao \u0905\u0928\u0941\u0935\u093E\u0926","translationServices.you":"Youdao \u0905\u0928\u0941\u0935\u093E\u0926 (\u0905\u0932\u094D\u092B\u093E)","translationServices.transmart":"Tencent \u0907\u0902\u091F\u0930\u0948\u0915\u094D\u091F\u093F\u0935 \u0905\u0928\u0941\u0935\u093E\u0926","translationServices.niu":"\u092E\u093E\u0935\u0947\u0930\u093F\u0915\u094D\u0938 \u0905\u0928\u0941\u0935\u093E\u0926","translationServices.papago":"\u092A\u093E\u092A\u093E\u0917\u094B \u0905\u0928\u0941\u0935\u093E\u0926","translationServices.d":"\u0921\u0940(\u0905\u0932\u094D\u092B\u093E)","translationServices.dpro":"\u0921\u0940 \u092A\u094D\u0930\u094B (\u0915\u0948\u0928\u0930\u0940)","translationServices.openai":"\u0913\u092A\u0928\u090F\u0906\u0908","translationServices.chatgpt":"\u091A\u0948\u091F\u091C\u0940\u092A\u0940\u091F\u0940 \u0935\u0947\u092C(3.5 \u092E\u094B\u092C\u093E\u0907\u0932)","translate title":"\u092A\u0943\u0937\u094D\u0920 \u0936\u0940\u0930\u094D\u0937\u0915 \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0947\u0902","always languages":"\u0939\u092E\u0947\u0936\u093E \u0905\u0928\u0941\u0935\u093E\u0926\u093F\u0924 \u092D\u093E\u0937\u093E",neverTranslateLanguagesLabel:"\u0910\u0938\u0940 \u092D\u093E\u0937\u093E\u090F\u0901 \u091C\u093F\u0928\u0915\u093E \u0915\u092D\u0940 \u0905\u0928\u0941\u0935\u093E\u0926 \u0928\u0939\u0940\u0902 \u0939\u094B\u0924\u093E",neverTranslateTheFollowingLanguagesDescription:"\u091C\u092C \u092A\u0943\u0937\u094D\u0920 \u092E\u0947\u0902 \u0915\u094B\u0908 \u092A\u0948\u0930\u093E\u0917\u094D\u0930\u093E\u092B \u0928\u093F\u092E\u094D\u0928\u0932\u093F\u0916\u093F\u0924 \u092D\u093E\u0937\u093E\u0913\u0902 \u092E\u0947\u0902 \u0939\u094B\u0917\u093E \u0924\u094B \u0905\u0928\u0941\u0935\u093E\u0926 \u091B\u094B\u0921\u093C \u0926\u093F\u092F\u093E \u091C\u093E\u090F\u0917\u093E",enableUserscriptPagePopup:"\u092A\u0943\u0937\u094D\u0920 \u092A\u0930 \u0924\u0948\u0930\u0924\u0940 \u0939\u0941\u0908 \u0917\u0947\u0902\u0926 \u0926\u093F\u0916\u093E\u090F\u0901",enableUserscriptPagePopupDescription:"\u092B\u094D\u0932\u094B\u091F\u093F\u0902\u0917 \u092C\u0949\u0932 \u0915\u094B \u092C\u0902\u0926 \u0915\u0930\u0928\u0947 \u0915\u0947 \u092C\u093E\u0926 \u0906\u092A \u0909\u0938\u0947 \u091C\u0917\u093E\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u0936\u0949\u0930\u094D\u091F\u0915\u091F \u0915\u0941\u0902\u091C\u0940/{touch}\u0915\u093E \u0909\u092A\u092F\u094B\u0917 \u0915\u0930 \u0938\u0915\u0924\u0947 \u0939\u0948\u0902\u0964 \u0907\u0938 \u0935\u093F\u0915\u0932\u094D\u092A \u0915\u094B \u0917\u0932\u0924\u0940 \u0938\u0947 \u092C\u0902\u0926 \u0915\u0930\u0928\u0947 \u0915\u0947 \u092C\u093E\u0926 \u092B\u094D\u0932\u094B\u091F\u093F\u0902\u0917 \u092C\u0949\u0932 \u0915\u094B \u092E\u093F\u0932\u0928\u0947 \u0938\u0947 \u0930\u094B\u0915\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F, \u0907\u0938 \u0938\u0947\u091F\u093F\u0902\u0917 \u092A\u0947\u091C \u0915\u094B \u092C\u0941\u0915\u092E\u093E\u0930\u094D\u0915 \u0915\u0930\u0928\u0947 \u0915\u0940 \u092A\u0941\u0930\u091C\u094B\u0930 \u0905\u0928\u0941\u0936\u0902\u0938\u093E \u0915\u0940 \u091C\u093E\u0924\u0940 \u0939\u0948\u0964","always translate the following languages":"\u091C\u092C \u092A\u0943\u0937\u094D\u0920 \u0915\u0940 \u092D\u093E\u0937\u093E \u0928\u093F\u092E\u094D\u0928\u0932\u093F\u0916\u093F\u0924 \u092D\u093E\u0937\u093E\u0913\u0902 \u092E\u0947\u0902 \u0939\u094B\u0917\u0940, \u0924\u094B \u0907\u0938\u0947 \u0938\u094D\u0935\u091A\u093E\u0932\u093F\u0924 \u0930\u0942\u092A \u0938\u0947 \u0932\u0915\u094D\u0937\u094D\u092F \u092D\u093E\u0937\u093E \u092E\u0947\u0902 \u0905\u0928\u0941\u0935\u093E\u0926\u093F\u0924 \u0915\u093F\u092F\u093E \u091C\u093E\u090F\u0917\u093E","always sites":"\u0939\u092E\u0947\u0936\u093E \u0905\u0928\u0941\u0935\u093E\u0926\u093F\u0924 \u092F\u0942\u0906\u0930\u090F\u0932","always translate the following sites":"\u091C\u092C \u0935\u0947\u092C\u0938\u093E\u0907\u091F \u0928\u093F\u092E\u094D\u0928\u0932\u093F\u0916\u093F\u0924 \u0921\u094B\u092E\u0947\u0928 \u0928\u093E\u092E \u0915\u0940 \u0939\u094B\u0917\u0940, \u0924\u094B \u0907\u0938\u0947 \u0938\u094D\u0935\u091A\u093E\u0932\u093F\u0924 \u0930\u0942\u092A \u0938\u0947 \u0932\u0915\u094D\u0937\u094D\u092F \u092D\u093E\u0937\u093E \u092E\u0947\u0902 \u0905\u0928\u0941\u0935\u093E\u0926\u093F\u0924 \u0915\u093F\u092F\u093E \u091C\u093E\u090F\u0917\u093E","never sites":"\u0910\u0938\u0947 \u092F\u0942\u0906\u0930\u090F\u0932 \u091C\u093F\u0928\u0915\u093E \u0915\u092D\u0940 \u0905\u0928\u0941\u0935\u093E\u0926 \u0928\u0939\u0940\u0902 \u0915\u093F\u092F\u093E \u091C\u093E\u090F\u0917\u093E","never translate the following sites":"\u091C\u092C \u0935\u0947\u092C\u0938\u093E\u0907\u091F \u0928\u093F\u092E\u094D\u0928\u0932\u093F\u0916\u093F\u0924 \u0921\u094B\u092E\u0947\u0928 \u0928\u093E\u092E \u0915\u0940 \u0939\u094B \u0924\u094B \u0905\u0928\u0941\u0935\u093E\u0926 \u0928\u0939\u0940\u0902 \u0915\u093F\u092F\u093E \u091C\u093E\u090F\u0917\u093E","please refer to":"\u0909\u092A\u092F\u094B\u0917 \u0915\u0930\u0928\u0947 \u0938\u0947 \u092A\u0939\u0932\u0947 \u0906\u092A\u0915\u094B \u0915\u0941\u0902\u091C\u0940 \u092D\u0930\u0928\u0940 \u0939\u094B\u0917\u0940\u0964 \u0935\u093F\u0935\u0930\u0923 \u0915\u0947 \u0932\u093F\u090F, \u0915\u0943\u092A\u092F\u093E \u0926\u0947\u0916\u0947\u0902",KeyAndConfigurationTutorial:'"\u092E\u0941\u0916\u094D\u092F \u0905\u0928\u0941\u092A\u094D\u0930\u092F\u094B\u0917 \u0914\u0930 \u0915\u0949\u0928\u094D\u092B\u093C\u093F\u0917\u0930\u0947\u0936\u0928 \u091F\u094D\u092F\u0942\u091F\u094B\u0930\u093F\u092F\u0932"',useAboveStyleForTheseSites:"\u091C\u092C \u0935\u0947\u092C\u0938\u093E\u0907\u091F \u0928\u093F\u092E\u094D\u0928 \u0921\u094B\u092E\u0947\u0928 \u0928\u093E\u092E \u0939\u094B, \u0924\u094B \u0939\u092E\u0947\u0936\u093E \u2308{theme}\u230B \u0905\u0928\u0941\u0935\u093E\u0926 \u0936\u0948\u0932\u0940 \u0915\u093E \u0909\u092A\u092F\u094B\u0917 \u0915\u0930\u0947\u0902",currentUrl:"\u0935\u0930\u094D\u0924\u092E\u093E\u0928 \u092F\u0942\u0906\u0930\u090F\u0932",confirm:"\u092C\u091A\u093E\u0928\u093E",cancel:"\u0930\u0926\u094D\u0926 \u0915\u0930\u0928\u093E",delete:"\u092E\u093F\u091F\u093E\u0928\u093E","languages.auto":"\u0938\u094D\u0935\u091A\u093E\u0932\u093F\u0924 \u092A\u0939\u091A\u093E\u0928",syncToCloud:"Google Drive \u0938\u0947 \u0938\u093F\u0902\u0915 \u0915\u0930\u0947\u0902",syncToCloudDescription:"\u0915\u094D\u0932\u093E\u0909\u0921 \u092A\u0930 \u0905\u092A\u0932\u094B\u0921 \u0915\u0930\u0947\u0902, \u0914\u0930 \u0905\u0902\u0924\u093F\u092E \u0938\u0902\u0936\u094B\u0927\u0928 \u0938\u092E\u092F \u0915\u0947 \u0905\u0927\u0940\u0928, \u0915\u0949\u0928\u094D\u092B\u093C\u093F\u0917\u0930\u0947\u0936\u0928 \u0915\u094B \u0935\u093F\u092D\u093F\u0928\u094D\u0928 \u092C\u094D\u0930\u093E\u0909\u091C\u093C\u0930\u094B\u0902/\u0911\u092F\u0932 \u092E\u0902\u0915\u0940 \u0938\u094D\u0915\u094D\u0930\u093F\u092A\u094D\u091F \u0915\u0947 \u092C\u0940\u091A \u0938\u093F\u0902\u0915\u094D\u0930\u0928\u093E\u0907\u091C\u093C \u0915\u093F\u092F\u093E \u091C\u093E \u0938\u0915\u0924\u093E \u0939\u0948\u0964",syncToAccount:"\u0907\u092E\u0930\u094D\u0938\u093F\u0935 \u091F\u094D\u0930\u093E\u0902\u0938\u0932\u0947\u0936\u0928 \u0915\u094D\u0932\u093E\u0909\u0921 \u0938\u0947 \u0938\u093F\u0902\u0915 \u0915\u0930\u0947\u0902",syncToAccountButton:"\u0924\u0941\u0930\u0902\u0924 \u0915\u094D\u0932\u093E\u0909\u0921 \u0915\u0947 \u0938\u093E\u0925 \u0938\u093F\u0902\u0915 \u0915\u0930\u0947\u0902",syncToAccountDescription:"\u0905\u0902\u0924\u093F\u092E \u0938\u0902\u0936\u094B\u0927\u0928 \u0938\u092E\u092F \u0915\u0947 \u0906\u0927\u093E\u0930 \u092A\u0930, \u0935\u093F\u092D\u093F\u0928\u094D\u0928 \u0909\u092A\u0915\u0930\u0923\u094B\u0902 \u0915\u0947 \u092C\u0940\u091A \u0915\u0949\u0928\u094D\u092B\u093C\u093F\u0917\u0930\u0947\u0936\u0928 \u0915\u094B \u0938\u094D\u0935\u091A\u093E\u0932\u093F\u0924 \u0930\u0942\u092A \u0938\u0947 \u0938\u093F\u0902\u0915\u094D\u0930\u0928\u093E\u0907\u091C\u093C \u0915\u0930\u0947\u0902\u0964",successSyncConfigInAccount:"\u0915\u094D\u0932\u093E\u0909\u0921 \u0915\u0947 \u0938\u093E\u0925 \u0938\u092B\u0932\u0924\u093E\u092A\u0942\u0930\u094D\u0935\u0915 \u0938\u092E\u0928\u094D\u0935\u092F\u093F\u0924 \u0930\u0939\u0947\u0902",successSyncConfigToAccount:"\u0915\u094D\u0932\u093E\u0909\u0921 \u0915\u0947 \u0938\u093E\u0925 \u0938\u092B\u0932\u0924\u093E\u092A\u0942\u0930\u094D\u0935\u0915 \u0938\u092E\u0928\u094D\u0935\u092F\u093F\u0924 \u0915\u093F\u092F\u093E \u0917\u092F\u093E",syncConfigNoUpdate:"\u092A\u0939\u0932\u0947 \u0938\u0947 \u0939\u0940 \u0928\u0935\u0940\u0928\u0924\u092E",authFail:"\u092A\u094D\u0930\u092E\u093E\u0923\u0940\u0915\u0930\u0923 \u0935\u093F\u092B\u0932",syncTitle:"\u092E\u0948\u0928\u094D\u092F\u0941\u0905\u0932 \u092C\u0948\u0915\u0905\u092A \u092A\u094D\u0930\u092C\u0902\u0927\u0928",import_hint:"\u0906\u092F\u093E\u0924",upload:"\u0921\u093E\u0932\u0928\u093E",revokeAuth:"\u092A\u094D\u0930\u093E\u0927\u093F\u0915\u0930\u0923 \u0930\u0926\u094D\u0926 \u0915\u0930\u0947\u0902",uploadFail:"\u0905\u092A\u0932\u094B\u0921 \u0935\u093F\u092B\u0932",download:"\u0921\u093E\u0909\u0928\u0932\u094B\u0921 \u0915\u0930\u0928\u093E",importSuccess:"\u0906\u092F\u093E\u0924 \u0938\u092B\u0932",importFail:"\u0906\u092F\u093E\u0924 \u0935\u093F\u092B\u0932",deleteFail:"\u0939\u091F\u093E\u0928\u0947 \u092E\u0947\u0902 \u0935\u093F\u092B\u0932",backupToCloud:"\u092C\u0948\u0915\u0905\u092A \u092B\u093C\u093E\u0907\u0932\u094B\u0902 \u0915\u094B \u092E\u0948\u0928\u094D\u092F\u0941\u0905\u0932 \u0930\u0942\u092A \u0938\u0947 \u092A\u094D\u0930\u092C\u0902\u0927\u093F\u0924 \u0915\u0930\u0947\u0902",create_new_backup:"\u092C\u0948\u0915\u0905\u092A \u0928\u094B\u0921 \u091C\u094B\u0921\u093C\u0947\u0902",maxBackupFiles:"\u0905\u0927\u093F\u0915\u0924\u092E{count}\u0935\u093F\u092D\u093F\u0928\u094D\u0928 \u0928\u094B\u0921\u094D\u0938 \u0915\u093E \u092C\u0948\u0915\u0905\u092A \u0932\u093F\u092F\u093E \u091C\u093E \u0938\u0915\u0924\u093E \u0939\u0948, \u0915\u0943\u092A\u092F\u093E \u0905\u0928\u093E\u0935\u0936\u094D\u092F\u0915 \u0928\u094B\u0921\u094D\u0938 \u0939\u091F\u093E \u0926\u0947\u0902",backupToCloudDescription:"\u092C\u0948\u0915\u0905\u092A \u092B\u093C\u093E\u0907\u0932\u094B\u0902 \u0915\u094B \u092E\u0948\u0928\u094D\u092F\u0941\u0905\u0932 \u0930\u0942\u092A \u0938\u0947 \u0905\u092A\u0932\u094B\u0921 \u092F\u093E \u092A\u0941\u0928\u0930\u094D\u0938\u094D\u0925\u093E\u092A\u093F\u0924 \u0915\u0930\u0947\u0902, \u091C\u093F\u0938\u0938\u0947 3 \u0905\u0932\u0917-\u0905\u0932\u0917 \u092C\u0948\u0915\u0905\u092A \u0915\u0940 \u0905\u0928\u0941\u092E\u0924\u093F \u092E\u093F\u0932\u0924\u0940 \u0939\u0948",successSyncConfig:"\u0915\u094D\u0932\u093E\u0909\u0921 \u0915\u0947 \u0938\u093E\u0925 \u0938\u092B\u0932\u0924\u093E\u092A\u0942\u0930\u094D\u0935\u0915 \u0938\u092E\u0928\u094D\u0935\u092F\u093F\u0924 \u0930\u0939\u0947\u0902",syncFail:"\u0938\u092E\u0928\u094D\u0935\u092F\u0928 \u0935\u093F\u092B\u0932",updatedAt:"{date}\u092A\u0930 \u0905\u0926\u094D\u092F\u0924\u0928 \u0915\u093F\u092F\u093E \u0917\u092F\u093E",lastSyncedAt:"\u0905\u0902\u0924\u093F\u092E \u092C\u093E\u0930 {date}\u092A\u0930 \u091C\u093E\u0901\u091A \u0915\u0940 \u0917\u0908",downloadFail:"\u0921\u093E\u0909\u0928\u0932\u094B\u0921 \u0935\u093F\u092B\u0932",clickToDownload:"\u0921\u093E\u0909\u0928\u0932\u094B\u0921 \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u0915\u094D\u0932\u093F\u0915 \u0915\u0930\u0947\u0902",aboutLabel:"\u0915\u0947 \u092C\u093E\u0930\u0947 \u092E\u0947\u0902 - \u092A\u094D\u0930\u0924\u093F\u0915\u094D\u0930\u093F\u092F\u093E","browser.openAboutPage":"\u0915\u0947 \u092C\u093E\u0930\u0947 \u092E\u0947\u0902/\u092A\u094D\u0930\u0924\u093F\u0915\u094D\u0930\u093F\u092F\u093E",aboutLabelWithoutSponsor:"\u0915\u0947 \u092C\u093E\u0930\u0947 \u092E\u0947\u0902 - \u092A\u094D\u0930\u0924\u093F\u0915\u094D\u0930\u093F\u092F\u093E",aboutIntro:"\u092E\u0941\u091D\u0947 \u0906\u0936\u093E \u0939\u0948 \u0915\u093F \u0939\u092E \u0938\u092D\u0940 \u0907\u0902\u091F\u0930\u0928\u0947\u091F \u092A\u0930 \u0935\u093F\u0936\u093E\u0932 \u0935\u093F\u0926\u0947\u0936\u0940 \u092D\u093E\u0937\u093E \u0915\u0940 \u091C\u093E\u0928\u0915\u093E\u0930\u0940 \u0905\u0927\u093F\u0915 \u0906\u0938\u093E\u0928\u0940 \u0938\u0947 \u0914\u0930 \u0916\u0941\u0936\u0940 \u0938\u0947 \u092A\u094D\u0930\u093E\u092A\u094D\u0924 \u0915\u0930 \u0938\u0915\u0924\u0947 \u0939\u0948\u0902\u2764\uFE0F \u0906\u092A <6> \u092A\u094D\u0930\u094B \u0938\u0926\u0938\u094D\u092F\u0924\u093E \u0916\u094B\u0932\u0928\u093E \u091A\u0941\u0928 \u0938\u0915\u0924\u0947 \u0939\u0948\u0902 \u0921\u0940\u092A\u090F\u0932 \u0914\u0930 \u0913\u092A\u0928\u090F\u0906\u0908 \u0905\u0928\u0941\u0935\u093E\u0926\u094B\u0902 \u0915\u094B \u092C\u0949\u0915\u094D\u0938 \u0938\u0947 \u092C\u093E\u0939\u0930 \u0909\u092A\u092F\u094B\u0917 \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F\u0964

\u0939\u092E\u0947\u0902 <3>\u091F\u094D\u0935\u093F\u091F\u0930 \u092A\u0930 \u092B\u093C\u0949\u0932\u094B \u0915\u0930 \u0938\u0915\u0924\u0947 \u0939\u0948\u0902 ,<4>\u091F\u0947\u0932\u0940\u0917\u094D\u0930\u093E\u092E \u091A\u0948\u0928\u0932 , WeChat \u0938\u093E\u0930\u094D\u0935\u091C\u0928\u093F\u0915 \u0916\u093E\u0924\u093E, WeChat \u0938\u0902\u091A\u093E\u0930 \u0938\u092E\u0942\u0939, \u092F\u093E \u0928\u0940\u091A\u0947 <5> \u0908\u092E\u0947\u0932 \u0938\u0926\u0938\u094D\u092F\u0924\u093E \u0905\u092A\u0921\u0947\u091F \u091F\u094D\u0930\u0948\u0915 \u0915\u0930\u0947\u0902.
<7>\u092A\u094D\u0930\u094B \u0938\u0926\u0938\u094D\u092F \u0906\u092A \u090F\u0915\u094D\u0938\u092A\u094D\u0930\u0947\u0938 \u0917\u094D\u0930\u093E\u0939\u0915 \u0938\u0947\u0935\u093E \u0908\u092E\u0947\u0932 <8> support@immersivetranslate.com \u0938\u0947 \u0938\u0902\u092A\u0930\u094D\u0915 \u0915\u0930 \u0938\u0915\u0924\u0947 \u0939\u0948\u0902 \u0939\u092E\u093E\u0930\u0947 \u0938\u093E\u0925 \u091C\u0941\u0921\u093C\u0947\u0964",aboutIntroWithoutSponsor:"\u092E\u0941\u091D\u0947 \u0906\u0936\u093E \u0939\u0948 \u0915\u093F \u0939\u092E \u0938\u092D\u0940 \u0907\u0902\u091F\u0930\u0928\u0947\u091F \u092A\u0930 \u0935\u093F\u0936\u093E\u0932 \u092E\u093E\u0924\u094D\u0930\u093E \u092E\u0947\u0902 \u0935\u093F\u0926\u0947\u0936\u0940 \u092D\u093E\u0937\u093E \u0915\u0940 \u091C\u093E\u0928\u0915\u093E\u0930\u0940 \u0924\u0915 \u0906\u0938\u093E\u0928 \u0914\u0930 \u0905\u0927\u093F\u0915 \u0906\u0928\u0902\u0926\u0926\u093E\u092F\u0915 \u092A\u0939\u0941\u0902\u091A \u092A\u094D\u0930\u093E\u092A\u094D\u0924 \u0915\u0930 \u0938\u0915\u0924\u0947 \u0939\u0948\u0902 \u2764\uFE0F

\u0906\u092A \u0939\u092E\u0947\u0902 \u091F\u094D\u0935\u093F\u091F\u0930 \u092A\u0930 \u092B\u093C\u0949\u0932\u094B \u0915\u0930 \u0938\u0915\u0924\u0947 \u0939\u0948\u0902 <3> ,<4>\u091F\u0947\u0932\u0940\u0917\u094D\u0930\u093E\u092E \u091A\u0948\u0928\u0932 , WeChat \u0938\u093E\u0930\u094D\u0935\u091C\u0928\u093F\u0915 \u0916\u093E\u0924\u093E, WeChat \u0938\u0902\u091A\u093E\u0930 \u0938\u092E\u0942\u0939, \u092F\u093E \u0928\u0940\u091A\u0947 <5> \u0908\u092E\u0947\u0932 \u0938\u0926\u0938\u094D\u092F\u0924\u093E \u0905\u092A\u0921\u0947\u091F \u091F\u094D\u0930\u0948\u0915 \u0915\u0930\u0947\u0902.",projectHomepage:"\u092A\u094D\u0930\u094B\u091C\u0947\u0915\u094D\u091F \u0939\u094B\u092E \u092A\u0947\u091C",joinTelegramGroup:"\u092B\u093C\u0902\u0915\u094D\u0936\u0928 \u091A\u0930\u094D\u091A\u093E\u0913\u0902 \u092E\u0947\u0902 \u092D\u093E\u0917 \u0932\u0947\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u0909\u092A\u092F\u094B\u0917\u0915\u0930\u094D\u0924\u093E \u0938\u0902\u091A\u093E\u0930 \u0938\u092E\u0942\u0939 \u092E\u0947\u0902 \u0936\u093E\u092E\u093F\u0932 \u0939\u094B\u0902",wechatPublicAccount:"WeChat \u0938\u093E\u0930\u094D\u0935\u091C\u0928\u093F\u0915 \u0916\u093E\u0924\u093E",wechatCommunities:"WeChat \u0938\u0902\u091A\u093E\u0930 \u0938\u092E\u0942\u0939",qqCommunities:"QQ \u0938\u0902\u091A\u093E\u0930 \u091A\u0948\u0928\u0932",joinTelegramChannel:"\u0928\u0935\u0940\u0928\u0924\u092E \u0905\u092A\u0921\u0947\u091F \u0915\u0947 \u0932\u093F\u090F \u091F\u0947\u0932\u0940\u0917\u094D\u0930\u093E\u092E \u091A\u0948\u0928\u0932 \u0915\u094B \u092B\u0949\u0932\u094B \u0915\u0930\u0947\u0902",feedbackAndJoin:"\u0938\u092E\u0938\u094D\u092F\u093E \u092A\u094D\u0930\u0924\u093F\u0915\u094D\u0930\u093F\u092F\u093E/\u0938\u092E\u0942\u0939 \u092E\u0947\u0902 \u0936\u093E\u092E\u093F\u0932 \u0939\u094B\u0902",autoSync:"\u0938\u094D\u0935\u091A\u093E\u0932\u093F\u0924 \u0905\u0928\u0941\u0938\u0942\u091A\u093F\u0924 \u0924\u0941\u0932\u094D\u092F\u0915\u093E\u0932\u0928",loadingThemeTitle:"\u0932\u094B\u0921\u093F\u0902\u0917 \u0936\u0948\u0932\u0940",loadingThemeDescription:"\u0905\u0928\u0941\u0935\u093E\u0926 \u0932\u094B\u0921 \u0939\u094B\u0928\u0947 \u0915\u0940 \u092A\u094D\u0930\u0924\u0940\u0915\u094D\u0937\u093E \u0915\u0930\u0924\u0947 \u0938\u092E\u092F \u0936\u0948\u0932\u0940 \u0938\u0947\u091F \u0915\u0930\u0947\u0902","loadingTheme.spinner":"\u0935\u0943\u0924\u094D\u0924 \u090F\u0928\u0940\u092E\u0947\u0936\u0928","loadingTheme.text":"\u0938\u094D\u0925\u093F\u0930 \u092A\u093E\u0920... ","loadingTheme.none":"\u0928\u0939\u0940\u0902 \u0926\u093F\u0916\u093E\u0924\u0947",developerDescription:"\u0906\u092A \u092F\u0939\u093E\u0902 <1> \u092A\u0930 \u0915\u094D\u0932\u093F\u0915 \u0915\u0930 \u0938\u0915\u0924\u0947 \u0939\u0948\u0902 \u0909\u0928\u094D\u0928\u0924 \u0905\u0928\u0941\u0915\u0942\u0932\u0928 \u0938\u0947 \u0938\u0902\u092C\u0902\u0927\u093F\u0924 \u0926\u0938\u094D\u0924\u093E\u0935\u0947\u091C\u093C \u0926\u0947\u0916\u0947\u0902","edit border color":"\u092C\u0949\u0930\u094D\u0921\u0930 \u0915\u093E \u0930\u0902\u0917 \u0938\u0902\u0936\u094B\u0927\u093F\u0924 \u0915\u0930\u0947\u0902",successSyncButNoChange:"\u0935\u0930\u094D\u0924\u092E\u093E\u0928 \u0915\u0949\u0928\u094D\u092B\u093C\u093F\u0917\u0930\u0947\u0936\u0928 \u0915\u094D\u0932\u093E\u0909\u0921 \u0915\u0947 \u0905\u0928\u0941\u0930\u0942\u092A \u0939\u0948",customTheme:"\u0915\u0938\u094D\u091F\u092E \u0930\u0902\u0917 \u0914\u0930 \u0906\u0915\u093E\u0930","customThemeLabel.borderColor":"\u0938\u0940\u092E\u093E \u0930\u0902\u0917","customThemeLabel.borderRadius":"\u0938\u0940\u092E\u093E \u0917\u094B\u0932\u093E\u0915\u093E\u0930 \u0915\u094B\u0928\u0947","customThemeLabel.textColor":"\u092A\u093E\u0920 \u0915\u093E \u0930\u0902\u0917","customThemeLabel.backgroundColor":"\u092A\u0943\u0937\u094D\u0920\u092D\u0942\u092E\u093F \u0915\u093E \u0930\u0902\u0917","customThemeLabel.zoom":"\u092B\u093C\u0949\u0928\u094D\u091F \u0938\u094D\u0915\u0947\u0932\u093F\u0902\u0917 (%)","customThemeLabel.opacity":"\u092A\u093E\u0920 \u0905\u092A\u093E\u0930\u0926\u0930\u094D\u0936\u093F\u0924\u093E (%)",resetToDefaultColor:"\u0921\u093F\u092B\u093C\u0949\u0932\u094D\u091F \u0930\u0902\u0917 \u092A\u0930 \u0935\u093E\u092A\u0938 \u0932\u094C\u091F\u0947\u0902",resetToDefaultSettings:"\u0921\u093F\u092B\u093C\u0949\u0932\u094D\u091F \u0938\u0947\u091F\u093F\u0902\u0917\u094D\u0938 \u092A\u0930 \u0935\u093E\u092A\u0938 \u0932\u094C\u091F\u0947\u0902",isTranslateTitle:"\u0905\u0928\u0941\u0935\u093E\u0926\u093F\u0924 \u0935\u0947\u092C \u092A\u0947\u091C \u0936\u0940\u0930\u094D\u0937\u0915 \u091A\u093E\u0932\u0942 \u0915\u0930\u0947\u0902",isTranslateTitleDescription:"\u091A\u093E\u0932\u0942 \u0939\u094B\u0928\u0947 \u092A\u0930, \u0935\u0947\u092C \u092A\u0947\u091C \u0936\u0940\u0930\u094D\u0937\u0915 \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u093F\u092F\u093E \u091C\u093E\u090F\u0917\u093E",enableSearchEnhancement:"\u0926\u094D\u0935\u093F\u092D\u093E\u0937\u0940 \u0938\u0942\u091A\u0928\u093E \u0938\u0902\u0935\u0930\u094D\u0926\u094D\u0927\u0928 \u0938\u0915\u094D\u0937\u092E \u0915\u0930\u0947\u0902",enableSearchEnhancementDescription:'\u091A\u093E\u0932\u0942 \u0939\u094B\u0928\u0947 \u0915\u0947 \u092C\u093E\u0926, \u0905\u0902\u0917\u094D\u0930\u0947\u091C\u0940 \u0915\u0940\u0935\u0930\u094D\u0921 \u0938\u0947 \u0938\u0902\u092C\u0902\u0927\u093F\u0924 "Google \u0938\u092E\u093E\u091A\u093E\u0930" \u0916\u094B\u091C \u092A\u0930\u093F\u0923\u093E\u092E \u0938\u094D\u0935\u091A\u093E\u0932\u093F\u0924 \u0930\u0942\u092A \u0938\u0947 \u0938\u092E\u0930\u094D\u0925\u093F\u0924 \u0935\u0947\u092C\u0938\u093E\u0907\u091F\u094B\u0902 (Google \u0938\u092E\u093E\u091A\u093E\u0930, Google \u0916\u094B\u091C (\u0915\u0941\u091B \u0915\u0940\u0935\u0930\u094D\u0921), \u0938\u094D\u0928\u094B\u092C\u0949\u0932, \u0913\u0930\u093F\u090F\u0902\u091F\u0932 \u092B\u0949\u0930\u094D\u091A\u094D\u092F\u0942\u0928, \u092B\u093C\u0941\u091F\u0942, \u091F\u093E\u0907\u0917\u0930 \u0938\u092E\u0941\u0926\u093E\u092F) \u0915\u0947 \u0926\u093E\u0939\u093F\u0928\u0947 \u0915\u0949\u0932\u092E \u092E\u0947\u0902 \u092A\u094D\u0930\u0926\u0930\u094D\u0936\u093F\u0924 \u0939\u094B\u0902\u0917\u0947\u0964',verifyService:"\u0938\u0947\u0935\u093E \u0915\u093E \u092A\u0930\u0940\u0915\u094D\u0937\u0923 \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u092F\u0939\u093E\u0902 \u0915\u094D\u0932\u093F\u0915 \u0915\u0930\u0947\u0902",verified:"\u0938\u0924\u094D\u092F\u093E\u092A\u0928 \u0938\u092B\u0932","field.langs":"\u0938\u092E\u0930\u094D\u0925\u093F\u0924 \u092D\u093E\u0937\u093E \u0915\u094B\u0921","field.model":"\u0928\u092E\u0942\u0928\u093E","field.translationEngine":"\u0905\u0928\u0941\u0935\u093E\u0926 \u0907\u0902\u091C\u0928","field.limitPerMinute":"\u092A\u094D\u0930\u0924\u093F \u092E\u093F\u0928\u091F \u0905\u0928\u0941\u0930\u094B\u0927\u094B\u0902 \u0915\u0940 \u0905\u0927\u093F\u0915\u0924\u092E \u0938\u0902\u0916\u094D\u092F\u093E","field.limitPerSecond":"\u092A\u094D\u0930\u0924\u093F \u0938\u0947\u0915\u0902\u0921 \u0905\u0928\u0941\u0930\u094B\u0927\u094B\u0902 \u0915\u0940 \u0905\u0927\u093F\u0915\u0924\u092E \u0938\u0902\u0916\u094D\u092F\u093E","field.maxTextLengthPerRequest":"\u092A\u094D\u0930\u0924\u093F \u0905\u0928\u0941\u0930\u094B\u0927 \u0905\u0927\u093F\u0915\u0924\u092E \u092A\u093E\u0920 \u0932\u0902\u092C\u093E\u0908","field.maxTextGroupLengthPerRequest":"\u092A\u094D\u0930\u0924\u093F \u0905\u0928\u0941\u0930\u094B\u0927 \u092A\u0948\u0930\u093E\u0917\u094D\u0930\u093E\u092B \u0915\u0940 \u0905\u0927\u093F\u0915\u0924\u092E \u0938\u0902\u0916\u094D\u092F\u093E","field.apiUrl":"\u0915\u0938\u094D\u091F\u092E \u090F\u092A\u0940\u0906\u0908 \u0907\u0902\u091F\u0930\u092B\u093C\u0947\u0938 \u092A\u0924\u093E","field.placeholderDelimiters":"\u0906\u0930\u0915\u094D\u0937\u093F\u0924 \u092A\u094D\u0932\u0947\u0938\u0939\u094B\u0932\u094D\u0921\u0930","description.custom":"\u0915\u0938\u094D\u091F\u092E \u0907\u0902\u091F\u0930\u092B\u093C\u0947\u0938 \u090F\u0915\u094D\u0938\u0947\u0938 \u0915\u0947 \u0932\u093F\u090F \u0938\u0902\u0926\u0930\u094D\u092D \u0926\u0938\u094D\u0924\u093E\u0935\u0947\u091C\u093C\u094B\u0902 \u0915\u0940 \u0906\u0935\u0936\u094D\u092F\u0915\u0924\u093E \u0939\u0948","description.limitPerMinute":"\u091C\u092C \u0905\u0928\u0941\u0930\u094B\u0927\u094B\u0902 \u0915\u0940 \u0938\u0902\u0916\u094D\u092F\u093E \u0907\u0938 \u0938\u0940\u092E\u093E \u0938\u0947 \u0905\u0927\u093F\u0915 \u0939\u094B \u091C\u093E\u0924\u0940 \u0939\u0948, \u0924\u094B \u092F\u0939 \u0905\u0917\u0932\u0947 \u092E\u093F\u0928\u091F \u0915\u0940 \u0936\u0941\u0930\u0941\u0906\u0924 \u0924\u0915 \u0915\u0924\u093E\u0930 \u0938\u094D\u0925\u093F\u0924\u093F \u092E\u0947\u0902 \u092A\u094D\u0930\u0935\u0947\u0936 \u0915\u0930\u0947\u0917\u0940\u0964 OpenAI \u0915\u0940 \u0935\u0930\u094D\u0924\u092E\u093E\u0928 \u0938\u0947\u0935\u093E \u0915\u0940 \u0935\u093F\u092D\u093F\u0928\u094D\u0928 \u0938\u0940\u092E\u093E\u0913\u0902 \u0915\u0947 \u0915\u093E\u0930\u0923, \u0915\u0943\u092A\u092F\u093E \u092F\u0939\u093E\u0902 <1> \u0915\u094D\u0932\u093F\u0915 \u0915\u0930\u0947\u0902 \u0928\u0935\u0940\u0928\u0924\u092E \u0905\u0928\u0941\u0936\u0902\u0938\u093F\u0924 \u092E\u093E\u0928 \u0926\u0947\u0916\u0947\u0902","description.limitPerSecond":"\u091C\u092C \u0905\u0928\u0941\u0930\u094B\u0927\u094B\u0902 \u0915\u0940 \u0938\u0902\u0916\u094D\u092F\u093E \u0907\u0938 \u0938\u0940\u092E\u093E \u0938\u0947 \u0905\u0927\u093F\u0915 \u0939\u094B \u091C\u093E\u0924\u0940 \u0939\u0948, \u0924\u094B \u092F\u0939 \u0905\u0917\u0932\u0947 \u0938\u0947\u0915\u0902\u0921 \u0915\u0940 \u0936\u0941\u0930\u0941\u0906\u0924 \u0924\u0915 \u0915\u0924\u093E\u0930 \u0938\u094D\u0925\u093F\u0924\u093F \u092E\u0947\u0902 \u092A\u094D\u0930\u0935\u0947\u0936 \u0915\u0930\u0947\u0917\u0940\u0964 OpenAI \u0915\u0940 \u0935\u0930\u094D\u0924\u092E\u093E\u0928 \u0938\u0947\u0935\u093E \u0915\u0940 \u0935\u093F\u092D\u093F\u0928\u094D\u0928 \u0938\u0940\u092E\u093E\u0913\u0902 \u0915\u0947 \u0915\u093E\u0930\u0923, \u0915\u0943\u092A\u092F\u093E \u092F\u0939\u093E\u0902 <1> \u0915\u094D\u0932\u093F\u0915 \u0915\u0930\u0947\u0902 \u0928\u0935\u0940\u0928\u0924\u092E \u0905\u0928\u0941\u0936\u0902\u0938\u093F\u0924 \u092E\u093E\u0928 \u0926\u0947\u0916\u0947\u0902","description.generalLimitPerSecond":"\u091C\u092C \u0905\u0928\u0941\u0930\u094B\u0927\u094B\u0902 \u0915\u0940 \u0938\u0902\u0916\u094D\u092F\u093E \u0907\u0938 \u0938\u0940\u092E\u093E \u0938\u0947 \u0905\u0927\u093F\u0915 \u0939\u094B \u091C\u093E\u0924\u0940 \u0939\u0948, \u0924\u094B \u092F\u0939 \u0905\u0917\u0932\u0947 \u0938\u0947\u0915\u0902\u0921 \u0915\u0940 \u0936\u0941\u0930\u0941\u0906\u0924 \u0924\u0915 \u0915\u0924\u093E\u0930 \u0938\u094D\u0925\u093F\u0924\u093F \u092E\u0947\u0902 \u092A\u094D\u0930\u0935\u0947\u0936 \u0915\u0930\u0947\u0917\u0940\u0964","description.prompt":"\u0909\u092A\u092F\u094B\u0917\u0915\u0930\u094D\u0924\u093E \u0915\u0940 \u092A\u0939\u091A\u093E\u0928 \u092E\u0947\u0902 {service} \u0915\u094B \u092D\u0947\u091C\u0940 \u0917\u0908 \u0935\u093E\u0930\u094D\u0924\u093E\u0932\u093E\u092A, \u091C\u093F\u0938\u092E\u0947\u0902 {{text}} \u092A\u0948\u0930\u093E\u0917\u094D\u0930\u093E\u092B \u0915\u093E \u092A\u093E\u0920 \u0938\u093E\u092E\u0917\u094D\u0930\u0940 \u0915\u094B \u0926\u0930\u094D\u0936\u093E\u0924\u093E \u0939\u0948, {{from}} \u092A\u0948\u0930\u093E\u0917\u094D\u0930\u093E\u092B \u0915\u0940 \u092D\u093E\u0937\u093E \u0915\u094B \u0926\u0930\u094D\u0936\u093E\u0924\u093E \u0939\u0948, \u0914\u0930 {{to}} \u0932\u0915\u094D\u0937\u094D\u092F \u092D\u093E\u0937\u093E \u0915\u094B \u0926\u0930\u094D\u0936\u093E\u0924\u093E \u0939\u0948\u0964","description.maxTextLengthPerRequest":"\u092A\u094D\u0930\u0924\u093F \u0905\u0928\u0941\u0930\u094B\u0927 \u0935\u0930\u094D\u0923\u094B\u0902 \u0915\u0940 \u0905\u0927\u093F\u0915\u0924\u092E \u0938\u0902\u0916\u094D\u092F\u093E\u0964 \u092F\u0926\u093F \u092F\u0939 \u092C\u0939\u0941\u0924 \u092C\u0921\u093C\u093E \u0939\u0948, \u0924\u094B \u0907\u0902\u091F\u0930\u092B\u093C\u0947\u0938 \u0915\u0940 \u092A\u094D\u0930\u0924\u093F\u0915\u094D\u0930\u093F\u092F\u093E \u0927\u0940\u092E\u0940 \u0939\u094B \u091C\u093E\u090F\u0917\u0940, \u0907\u0938\u0932\u093F\u090F \u0906\u092A \u0917\u0924\u093F \u0915\u094B \u0905\u0928\u0941\u0915\u0942\u0932\u093F\u0924 \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u0907\u0938 \u0935\u093F\u0915\u0932\u094D\u092A \u0915\u094B \u0938\u092E\u093E\u092F\u094B\u091C\u093F\u0924 \u0915\u0930\u0928\u0947 \u0915\u093E \u092A\u094D\u0930\u092F\u093E\u0938 \u0915\u0930 \u0938\u0915\u0924\u0947 \u0939\u0948\u0902\u0964","description.systemPrompt":"\u0938\u093F\u0938\u094D\u091F\u092E \u0915\u0940 \u092A\u0939\u091A\u093E\u0928 \u0938\u0947 {service} \u0915\u094B \u092D\u0947\u091C\u0940 \u0917\u0908 \u0935\u093E\u0930\u094D\u0924\u093E\u0932\u093E\u092A, \u091C\u093F\u0938\u092E\u0947\u0902 {{text}} \u092A\u0948\u0930\u093E\u0917\u094D\u0930\u093E\u092B \u0915\u0947 \u092A\u093E\u0920 \u0915\u0940 \u0938\u093E\u092E\u0917\u094D\u0930\u0940 \u0915\u094B \u0926\u0930\u094D\u0936\u093E\u0924\u093E \u0939\u0948, {{from}} \u092A\u0948\u0930\u093E\u0917\u094D\u0930\u093E\u092B \u0915\u0940 \u092D\u093E\u0937\u093E \u0915\u094B \u0926\u0930\u094D\u0936\u093E\u0924\u093E \u0939\u0948, {{to}} \u0932\u0915\u094D\u0937\u094D\u092F \u092D\u093E\u0937\u093E \u0915\u094B \u0926\u0930\u094D\u0936\u093E\u0924\u093E \u0939\u0948","field.domain":"\u092E\u0948\u0926\u093E\u0928","description.domain":"\u0921\u093F\u092B\u093C\u0949\u0932\u094D\u091F\uFF1A\u0938\u093E\u092E\u093E\u0928\u094D\u092F \u0939\u0948. \u0907\u0938\u0947 \u0915\u0947\u0935\u0932 \u0924\u092D\u0940 \u0938\u0947\u091F \u0915\u093F\u092F\u093E \u091C\u093E \u0938\u0915\u0924\u093E \u0939\u0948 \u091C\u092C Youdao API \u0915\u0902\u0938\u094B\u0932 \u092E\u0947\u0902 \u0921\u094B\u092E\u0947\u0928-\u0906\u0927\u093E\u0930\u093F\u0924 \u0905\u0928\u0941\u0935\u093E\u0926 \u0938\u0915\u094D\u0937\u092E \u0939\u094B\u0964 \u0938\u092E\u0930\u094D\u0925\u093F\u0924 \u092B\u093C\u0940\u0932\u094D\u0921 \u0915\u0947 \u0932\u093F\u090F, \u0915\u0943\u092A\u092F\u093E \u092F\u0939\u093E\u0902 <1> \u0926\u0947\u0916\u0947\u0902\u0964","field.scene":"\u092A\u0930\u094D\u0926\u0947","description.scene":"\u0921\u093F\u092B\u093C\u0949\u0932\u094D\u091F\uFF1A\u0938\u093E\u092E\u093E\u0928\u094D\u092F \u0939\u0948. \u0907\u0938\u0947 \u0915\u0947\u0935\u0932 \u0924\u092D\u0940 \u0938\u0947\u091F \u0915\u093F\u092F\u093E \u091C\u093E \u0938\u0915\u0924\u093E \u0939\u0948 \u091C\u092C \u0905\u0932\u0940\u092C\u093E\u092C\u093E \u0915\u094D\u0932\u093E\u0909\u0921 \u090F\u092A\u0940\u0906\u0908 \u0915\u0902\u0938\u094B\u0932 \u092E\u0947\u0902 \u092E\u0936\u0940\u0928\u0940 \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u093E \u092A\u0947\u0936\u0947\u0935\u0930 \u0938\u0902\u0938\u094D\u0915\u0930\u0923 \u0938\u0915\u094D\u0930\u093F\u092F \u0939\u094B\u0964 \u0938\u092E\u0930\u094D\u0925\u093F\u0924 \u092A\u0930\u093F\u0926\u0943\u0936\u094D\u092F\u094B\u0902 \u0915\u0947 \u0932\u093F\u090F \u092F\u0939\u093E\u0902 <1> \u0926\u0947\u0916\u0947\u0902\u0964","field.vocabId":"\u0909\u092A\u092F\u094B\u0917\u0915\u0930\u094D\u0924\u093E \u0936\u092C\u094D\u0926\u0915\u094B\u0936 \u0906\u0908\u0921\u0940","description.vocabId":"\u0928\u093F\u0930\u094D\u0926\u093F\u0937\u094D\u091F \u0936\u092C\u094D\u0926\u0915\u094B\u0936 \u0906\u0909\u091F_\u0906\u0908\u0921\u0940 \u0935\u0930\u094D\u0924\u092E\u093E\u0928 \u092E\u0947\u0902 \u0905\u0902\u0917\u094D\u0930\u0947\u091C\u0940-\u091A\u0940\u0928\u0940 \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u093E \u0938\u092E\u0930\u094D\u0925\u0928 \u0915\u0930\u0924\u093E \u0939\u0948\u0964","description.model":"OpenAI \u0915\u093E \u092E\u0949\u0921\u0932 gpt-3.5-\u091F\u0930\u094D\u092C\u094B, gpt-4 \u0906\u0926\u093F \u0939\u094B \u0938\u0915\u0924\u093E \u0939\u0948\u0964","description.maxTextGroupLengthPerRequest":"\u0939\u0930 \u092C\u093E\u0930 \u0905\u0928\u0941\u0935\u093E\u0926 \u0938\u0947\u0935\u093E \u0915\u094B \u092D\u0947\u091C\u0947 \u0917\u090F \u092A\u0948\u0930\u093E\u0917\u094D\u0930\u093E\u092B\u094B\u0902 \u0915\u0940 \u0938\u0902\u0916\u094D\u092F\u093E\u0964 \u092F\u0926\u093F \u092C\u0939\u0941\u0924 \u0938\u093E\u0930\u0947 \u092A\u0948\u0930\u093E\u0917\u094D\u0930\u093E\u092B \u0939\u0948\u0902, \u0924\u094B \u0907\u0902\u091F\u0930\u092B\u093C\u0947\u0938 \u0915\u0940 \u092A\u094D\u0930\u0924\u093F\u0915\u094D\u0930\u093F\u092F\u093E \u0927\u0940\u092E\u0940 \u0939\u094B \u0938\u0915\u0924\u0940 \u0939\u0948\u0964","description.apiUrl":"\u0915\u0943\u092A\u092F\u093E \u092A\u0925 \u0915\u0947 \u0938\u093E\u0925 \u090F\u0915 \u0935\u093F\u0936\u093F\u0937\u094D\u091F \u092F\u0942\u0906\u0930\u090F\u0932 \u091C\u094B\u0921\u093C\u0947\u0902, <1> \u0905\u0927\u093F\u0915 \u0928\u093F\u0930\u094D\u0926\u0947\u0936",enabledExtension:"\u090F\u0915\u094D\u0938\u091F\u0947\u0902\u0936\u0928 \u0938\u0915\u094D\u0937\u092E",clickToDisableExtension:"\u090F\u0915\u094D\u0938\u091F\u0947\u0902\u0936\u0928 \u0905\u0915\u094D\u0937\u092E \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u0915\u094D\u0932\u093F\u0915 \u0915\u0930\u0947\u0902",clickToEnableExtension:"\u090F\u0915\u094D\u0938\u091F\u0947\u0902\u0936\u0928 \u0938\u0915\u094D\u0937\u092E \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u0915\u094D\u0932\u093F\u0915 \u0915\u0930\u0947\u0902",hasBeenDisabled:"\u0905\u0915\u094D\u0937\u092E","show password":"\u092A\u093E\u0938\u0935\u0930\u094D\u0921 \u0926\u093F\u0916\u093E\u090F",customContent:"\u0915\u0938\u094D\u091F\u092E \u092E\u0949\u0921\u0932 \u0928\u093E\u092E \u0926\u0930\u094D\u091C \u0915\u0930\u0947\u0902",inputOptions:"\u0907\u0928\u092A\u0941\u091F \u092C\u0949\u0915\u094D\u0938 \u0938\u0902\u0935\u0930\u094D\u0926\u094D\u0927\u0928",mouseHoverOptions:"\u092E\u093E\u0909\u0938 \u0915\u0947 \u090A\u092A\u0930",modifyMouseHoverKey:"\u092E\u093E\u0909\u0938\u0913\u0935\u0930 \u0936\u0949\u0930\u094D\u091F\u0915\u091F \u0915\u0941\u0902\u091C\u093F\u092F\u094B\u0902 \u0915\u094B \u0938\u0902\u0936\u094B\u0927\u093F\u0924 \u0915\u0930\u0947\u0902",enableInputTranslation:"\u0907\u0928\u092A\u0941\u091F \u092C\u0949\u0915\u094D\u0938 \u090F\u0928\u094D\u0939\u093E\u0902\u0938\u092E\u0947\u0902\u091F \u0938\u0915\u094D\u0937\u092E \u0915\u0930\u0928\u093E \u0939\u0948 \u092F\u093E \u0928\u0939\u0940\u0902",enableInputTranslationDescription:"{trailingKey}\u0938\u0915\u094D\u0937\u092E \u0915\u0930\u0928\u0947 \u0915\u0947 \u092C\u093E\u0926, \u0938\u0940\u0927\u0947 \u0907\u0928\u092A\u0941\u091F \u092C\u0949\u0915\u094D\u0938 \u092E\u0947\u0902 {startingKey}{startingKey} \u0939\u0948\u0932\u094B \u0926\u0930\u094D\u091C \u0915\u0930\u0947\u0902, \u0914\u0930 \u092B\u093F\u0930 \u0907\u0938\u0947 {inputTargetLanguage}\u092E\u0947\u0902 \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u091C\u0932\u094D\u0926\u0940 \u0938\u0947{inputTrailingTriggerKeyRepeatTimes}\u092A\u0930 \u0926\u094B \u092C\u093E\u0930 \u0915\u094D\u0932\u093F\u0915 \u0915\u0930\u0947\u0902\u0964",enableInputTranslationDescriptionForNoneKey:"\u0907\u0938\u0947 \u0938\u0915\u094D\u0937\u092E \u0915\u0930\u0928\u0947{trailingKey}, \u0938\u0940\u0927\u0947 \u0907\u0928\u092A\u0941\u091F \u092C\u0949\u0915\u094D\u0938 \u092E\u0947\u0902\uFF1A\u0939\u0948\u0932\u094B \u0935\u0930\u094D\u0932\u094D\u0921 \u0926\u0930\u094D\u091C \u0915\u0930\u0947\u0902, \u0914\u0930 \u092B\u093F\u0930 \u0921\u093F\u092B\u093C\u0949\u0932\u094D\u091F \u0932\u0915\u094D\u0937\u094D\u092F \u092D\u093E\u0937\u093E \u092E\u0947\u0902 \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u091C\u0932\u094D\u0926\u0940 \u0938\u0947{inputTrailingTriggerKeyRepeatTimes}\u092C\u093E\u0930 \u0915\u094D\u0932\u093F\u0915 \u0915\u0930\u0947\u0902\u0964",inputTargetLanguage:"\u0907\u0928\u092A\u0941\u091F \u092C\u0949\u0915\u094D\u0938 \u0915\u0940 \u0921\u093F\u092B\u093C\u0949\u0932\u094D\u091F \u0932\u0915\u094D\u0937\u094D\u092F \u092D\u093E\u0937\u093E \u0938\u0947\u091F \u0915\u0930\u0947\u0902",inputTargetLanguageDescription:"\u0907\u0928\u092A\u0941\u091F \u092C\u0949\u0915\u094D\u0938 \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0947 \u0932\u093F\u090F \u0921\u093F\u092B\u093C\u0949\u0932\u094D\u091F \u0932\u0915\u094D\u0937\u094D\u092F \u092D\u093E\u0937\u093E, \u091C\u094B \u091F\u094D\u0930\u093F\u0917\u0930 \u0936\u092C\u094D\u0926\u094B\u0902 \u0915\u0947 \u0932\u093F\u090F \u0921\u093F\u092B\u093C\u0949\u0932\u094D\u091F \u092D\u093E\u0937\u093E \u0915\u0947 \u0930\u0942\u092A \u092E\u0947\u0902 {startingKey}{startingKey} \u0939\u0948",inputTargetLanguageDescriptionForNoneKey:"\u0907\u0928\u092A\u0941\u091F \u092C\u0949\u0915\u094D\u0938 \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0947 \u0932\u093F\u090F \u0921\u093F\u092B\u093C\u0949\u0932\u094D\u091F \u0932\u0915\u094D\u0937\u094D\u092F \u092D\u093E\u0937\u093E",inputStartingTriggerKeyTitle:"\u0907\u0928\u092A\u0941\u091F \u092C\u0949\u0915\u094D\u0938 \u0915\u0947 \u0906\u0902\u0936\u093F\u0915 \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0947 \u0932\u093F\u090F \u0935\u093F\u092D\u093E\u091C\u0928 \u0935\u0930\u094D\u0923 \u0938\u0947\u091F \u0915\u0930\u0947\u0902",inputStartingTriggerKeyDescription:"\u091C\u092C \u0906\u092A\u0915\u094B \u092A\u0942\u0930\u0947 \u0907\u0928\u092A\u0941\u091F \u092C\u0949\u0915\u094D\u0938 \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0928\u0947 \u0915\u0940 \u0906\u0935\u0936\u094D\u092F\u0915\u0924\u093E \u0928\u0939\u0940\u0902 \u0939\u094B\u0924\u0940 \u0939\u0948, \u0924\u094B \u0921\u093F\u0932\u0940\u092E\u0940\u091F\u0930 \u0906\u092A\u0915\u094B \u0915\u0947\u0935\u0932 {startingKey}{startingKey} \u0938\u0947 \u0907\u0928\u092A\u0941\u091F \u092C\u0949\u0915\u094D\u0938 \u0915\u0947 \u0905\u0902\u0924 \u0924\u0915 \u0915\u0947 \u092D\u093E\u0917 \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0928\u0947 \u0915\u0940 \u0905\u0928\u0941\u092E\u0924\u093F \u0926\u0947\u0924\u093E \u0939\u0948, \u092F\u093E \u0906\u092A \u092D\u093E\u0937\u093E \u0915\u094B\u0921 \u0928\u093F\u0930\u094D\u0926\u093F\u0937\u094D\u091F \u0915\u0930 \u0938\u0915\u0924\u0947 \u0939\u0948\u0902, \u0909\u0926\u093E\u0939\u0930\u0923 \u0915\u0947 \u0932\u093F\u090F,\uFF1A{startingKey}ja \u0915\u093E \u0905\u0930\u094D\u0925 \u0915\u0947\u0935\u0932 \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0928\u093E \u0939\u0948 {startingKey}ja \u0938\u0947 \u0907\u0928\u092A\u0941\u091F \u092C\u0949\u0915\u094D\u0938 \u0915\u0947 \u0905\u0902\u0924 \u0924\u0915 \u0915\u093E \u092D\u093E\u0917\u0964",inputStartingTriggerKeyDescriptionForNoneKey:"\u0935\u0930\u094D\u0924\u092E\u093E\u0928 \u092E\u0947\u0902 \u0907\u0938\u0947 \u0915\u093F\u0938\u0940 \u0909\u092A\u0938\u0930\u094D\u0917 \u0915\u0940 \u0906\u0935\u0936\u094D\u092F\u0915\u0924\u093E \u0928\u0939\u0940\u0902 \u0939\u0948, \u0914\u0930 \u0907\u0928\u092A\u0941\u091F \u092C\u0949\u0915\u094D\u0938 \u0915\u0947 \u0915\u0941\u091B \u092A\u093E\u0920 \u0905\u0928\u0941\u0935\u093E\u0926 \u092B\u093C\u0902\u0915\u094D\u0936\u0928 \u0905\u0938\u094D\u0925\u093E\u092F\u0940 \u0930\u0942\u092A \u0938\u0947 \u0905\u0928\u0941\u092A\u0932\u092C\u094D\u0927 \u0939\u0948\u0902\u0964",inputTrailingTriggerKeyTitle:"\u090F\u0915 \u091F\u094D\u0930\u093F\u0917\u0930 \u0935\u0930\u094D\u0923 \u091A\u0941\u0928\u0947\u0902 \u091C\u094B \u0907\u0928\u092A\u0941\u091F \u0915\u094B \u0938\u092E\u093E\u092A\u094D\u0924 \u0915\u0930\u0924\u093E \u0939\u0948",inputTrailingTriggerKeyDescription:"\u0924\u094D\u0935\u0930\u093F\u0924 \u0909\u0924\u094D\u0924\u0930\u093E\u0927\u093F\u0915\u093E\u0930 \u092E\u0947\u0902{trailingKey} 3 \u092C\u093E\u0930 \u0939\u093F\u091F \u0915\u0930\u0928\u0947 \u0938\u0947 \u0905\u0928\u0941\u0935\u093E\u0926 \u0936\u0941\u0930\u0942 \u0939\u094B \u091C\u093E\u090F\u0917\u093E",inputTrailingTriggerKeyTimeout:"\u0915\u0949\u092E\u094D\u092C\u094B \u0915\u094B \u0938\u092E\u093E\u092A\u094D\u0924 \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u091F\u094D\u0930\u093F\u0917\u0930\u094D\u0938 \u0915\u0947 \u092C\u0940\u091A \u0905\u0902\u0924\u0930\u093E\u0932 \u0926\u0930\u094D\u091C \u0915\u0930\u0947\u0902\u0964",inputTrailingTriggerKeyTimeoutDescription:"\u0915\u0949\u092E\u094D\u092C\u094B \u091F\u094D\u0930\u093F\u0917\u0930 \u0915\u094B \u0938\u092E\u093E\u092A\u094D\u0924 \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u0907\u0928\u092A\u0941\u091F \u0915\u0947 \u0932\u093F\u090F \u0905\u0902\u0924\u0930\u093E\u0932 \u0938\u092E\u092F (\u092E\u093F\u0932\u0940\u0938\u0947\u0915\u0902\u0921) \u0928\u093F\u0930\u094D\u0927\u093E\u0930\u093F\u0924 \u0915\u0930\u0947\u0902",spaceKey:"<\u0938\u094D\u092A\u0947\u0938\u092C\u093E\u0930>",noneKey:"\u0915\u093F\u0938\u0940 \u0909\u092A\u0938\u0930\u094D\u0917 \u0915\u0940 \u0906\u0935\u0936\u094D\u092F\u0915\u0924\u093E \u0928\u0939\u0940\u0902 \u0939\u0948, \u0938\u0940\u0927\u0947 \u0938\u0902\u092A\u0942\u0930\u094D\u0923 \u091F\u0947\u0915\u094D\u0938\u094D\u091F \u092C\u0949\u0915\u094D\u0938 \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0947\u0902",inputTranslationBlockUrlsTitle:"\u092F\u0942\u0906\u0930\u090F\u0932 \u092E\u0947\u0902 \u0907\u0928\u092A\u0941\u091F \u092B\u093C\u0940\u0932\u094D\u0921 \u090F\u0928\u094D\u0939\u093E\u0902\u0938\u092E\u0947\u0902\u091F \u0915\u094B \u0915\u092D\u0940 \u092D\u0940 \u0938\u0915\u094D\u0937\u092E \u0928 \u0915\u0930\u0947\u0902",inputTranslationBlockUrlsDescription:"\u0928\u093F\u092E\u094D\u0928\u0932\u093F\u0916\u093F\u0924 \u092F\u0942\u0906\u0930\u090F\u0932 \u092E\u0947\u0902, \u0907\u0928\u092A\u0941\u091F \u092C\u0949\u0915\u094D\u0938 \u090F\u0928\u094D\u0939\u093E\u0902\u0938\u092E\u0947\u0902\u091F \u092A\u094D\u0930\u092D\u093E\u0935\u0940 \u0928\u0939\u0940\u0902 \u0939\u094B\u0917\u093E",clickToSeeQuickDemo:"30 \u0938\u0947\u0915\u0902\u0921 \u0915\u0947 \u0924\u094D\u0935\u0930\u093F\u0924 \u0928\u093F\u0930\u094D\u0926\u0947\u0936 \u0935\u0940\u0921\u093F\u092F\u094B \u0915\u093E \u0935\u093F\u0938\u094D\u0924\u093E\u0930 \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u0915\u094D\u0932\u093F\u0915 \u0915\u0930\u0947\u0902",inputHelperInfo:"\u0928\u094B\u091F\uFF1A: \u0939\u092E\u0928\u0947 \u0935\u093F\u0936\u0947\u0937 \u0930\u0942\u092A \u0938\u0947 \u0909\u0938 \u092E\u0941\u0926\u094D\u0926\u0947 \u0915\u094B \u0905\u0928\u0941\u0915\u0942\u0932\u093F\u0924 \u0915\u093F\u092F\u093E \u0939\u0948 \u091C\u0939\u093E\u0902 \u0915\u0941\u091B \u091F\u094D\u0930\u093F\u0917\u0930 \u0935\u0930\u094D\u0923 \u091A\u0940\u0928\u0940 \u0907\u0928\u092A\u0941\u091F \u092A\u0926\u094D\u0927\u0924\u093F \u0915\u0947 \u0924\u0939\u0924 \u091A\u0940\u0928\u0940 \u0935\u093F\u0930\u093E\u092E \u091A\u093F\u0939\u094D\u0928\u094B\u0902 \u092E\u0947\u0902 \u092C\u0926\u0932 \u091C\u093E\u090F\u0902\u0917\u0947\u0964 \u0909\u0926\u093E\u0939\u0930\u0923 \u0915\u0947 \u0932\u093F\u090F, \u0938\u094B\u0917\u094C \u0907\u0928\u092A\u0941\u091F \u092A\u0926\u094D\u0927\u0924\u093F \u0915\u0947 \u0924\u0939\u0924, / \u090F\u0915 \u0935\u093F\u0930\u093E\u092E \u092E\u0947\u0902 \u092C\u0926\u0932 \u091C\u093E\u090F\u0917\u093E, \u0914\u0930 \u0907\u092E\u0930\u094D\u0938\u093F\u0935 \u0905\u0928\u0941\u0935\u093E\u0926 \u0938\u0902\u092C\u0902\u0927\u093F\u0924 \u0938\u092D\u0940 \u091A\u0940\u0928\u0940 \u092A\u094D\u0930\u0924\u0940\u0915\u094B\u0902 \u0915\u093E \u0938\u092E\u0930\u094D\u0925\u0928 \u0915\u0930\u0924\u093E \u0939\u0948 \u091F\u094D\u0930\u093F\u0917\u0930 \u0935\u0930\u094D\u0923\u0964 , \u092F\u093E\u0928\u0940, //,, \u0914\u0930 \u0938\u092D\u0940 \u0915\u094B \u091F\u094D\u0930\u093F\u0917\u0930 \u0935\u0930\u094D\u0923 \u0915\u0947 \u0930\u0942\u092A \u092E\u0947\u0902 \u092A\u0939\u091A\u093E\u0928\u093E \u091C\u093E\u090F\u0917\u093E\u0964

\u0938\u093E\u0925 \u0939\u0940, \u0939\u092E \u0915\u092E\u093E\u0902\u0921 \u0915\u0947 \u0930\u0942\u092A \u092E\u0947\u0902 \u092D\u093E\u0937\u093E \u0915\u094B\u0921 \u0915\u0947 \u091A\u0940\u0928\u0940 \u0909\u092A\u0928\u093E\u092E\u094B\u0902 \u0915\u093E \u092D\u0940 \u0938\u092E\u0930\u094D\u0925\u0928 \u0915\u0930\u0924\u0947 \u0939\u0948\u0902\u0964 \u0909\u0926\u093E\u0939\u0930\u0923 \u0915\u0947 \u0932\u093F\u090F, /\u091C\u093E\u092A\u093E\u0928\u0940 \u0939\u0948\u0932\u094B \u0935\u0930\u094D\u0932\u094D\u0921 \u0915\u093E \u091C\u093E\u092A\u093E\u0928\u0940 \u092E\u0947\u0902 \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u093F\u092F\u093E \u091C\u093E\u090F\u0917\u093E\u0964 <1> \u0938\u092D\u0940 \u0938\u092E\u0930\u094D\u0925\u093F\u0924 \u092D\u093E\u0937\u093E \u0915\u094B\u0921 \u0926\u0947\u0916\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u092F\u0939\u093E\u0902 \u0915\u094D\u0932\u093F\u0915 \u0915\u0930\u0947\u0902\u0964 .",reloadCurrentPage:"\u0915\u0943\u092A\u092F\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0936\u0941\u0930\u0942 \u0915\u0930\u0928\u0947 \u0938\u0947 \u092A\u0939\u0932\u0947 \u0935\u0930\u094D\u0924\u092E\u093E\u0928 \u092A\u0943\u0937\u094D\u0920 \u0915\u094B \u0924\u093E\u091C\u093C\u093E \u0915\u0930\u0947\u0902",noLocalFilePermissionForPDF:"\u0935\u0930\u094D\u0924\u092E\u093E\u0928 \u092E\u0947\u0902 \u0939\u092E\u093E\u0930\u0947 \u092A\u093E\u0938 \u0938\u094D\u0925\u093E\u0928\u0940\u092F \u092B\u093C\u093E\u0907\u0932\u0947\u0902 \u092A\u0922\u093C\u0928\u0947 \u0915\u0940 \u0905\u0928\u0941\u092E\u0924\u093F \u0928\u0939\u0940\u0902 \u0939\u0948\u0964 \u0915\u0943\u092A\u092F\u093E \u090A\u092A\u0930 \u0926\u093F\u090F \u0917\u090F \u092C\u091F\u0928 \u092A\u0930 \u0915\u094D\u0932\u093F\u0915 \u0915\u0930\u0947\u0902 \u0914\u0930 \u0938\u094D\u0925\u093E\u0928\u0940\u092F \u092B\u093C\u093E\u0907\u0932\u0947\u0902 \u0906\u092F\u093E\u0924 \u0915\u0930\u0947\u0902\u0964",noPermissionForThisPage:"\u26A0\uFE0F \u0935\u0930\u094D\u0924\u092E\u093E\u0928 \u092A\u0943\u0937\u094D\u0920 \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0928\u0947 \u0915\u0940 \u0905\u0928\u0941\u092E\u0924\u093F \u0928\u0939\u0940\u0902",retryAllParagraphs:"\u0938\u092D\u0940 \u0924\u094D\u0930\u0941\u091F\u093F \u092A\u0948\u0930\u093E\u0917\u094D\u0930\u093E\u092B \u092A\u0941\u0928\u0903 \u092A\u094D\u0930\u092F\u093E\u0938 \u0915\u0930\u0947\u0902",retryAllButton:"\u0938\u092D\u0940 \u0924\u094D\u0930\u0941\u091F\u093F \u092A\u0948\u0930\u093E\u0917\u094D\u0930\u093E\u092B \u092A\u0941\u0928\u0903 \u092A\u094D\u0930\u092F\u093E\u0938 \u0915\u0930\u0947\u0902",errorTooltipTitle:"\u0924\u094D\u0930\u0941\u091F\u093F \u0915\u093E \u0915\u093E\u0930\u0923 \u0926\u0947\u0916\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u0915\u094D\u0932\u093F\u0915 \u0915\u0930\u0947\u0902",errorModalTitle:"\u0910\u0938\u093E \u0932\u0917\u0924\u093E \u0939\u0948 \u0915\u093F \u0905\u0928\u0941\u0935\u093E\u0926 \u0938\u0947\u0935\u093E \u092F\u093E \u0928\u0947\u091F\u0935\u0930\u094D\u0915 \u092E\u0947\u0902 \u0915\u0941\u091B \u0917\u0921\u093C\u092C\u0921\u093C \u0939\u0948...",disableConfirm:"\u0926\u094D\u0935\u093F\u092D\u093E\u0937\u0940 \u0938\u0942\u091A\u0928\u093E \u0938\u0902\u0935\u0930\u094D\u0926\u094D\u0927\u0928 \u0938\u0947\u091F\u093F\u0902\u0917\u094D\u0938",disableOnce:"\u0907\u0938 \u092C\u093E\u0930 \u0905\u0915\u094D\u0937\u092E",disableGlobal:"\u0938\u094D\u0925\u093E\u092F\u0940 \u0930\u0942\u092A \u0938\u0947 \u0905\u0915\u094D\u0937\u092E",disableTint:"* \u0906\u092A \u0907\u0938\u0947 {option} \u092E\u0947\u0902 \u092A\u0941\u0928\u0903 \u0938\u0915\u094D\u0937\u092E \u0915\u0930 \u0938\u0915\u0924\u0947 \u0939\u0948\u0902\u0964",searchEnhancementNotes:"\u0939\u092E\u0928\u0947 \u092A\u093E\u092F\u093E \u0915\u093F \u091A\u0940\u0928\u0940 \u0915\u0940\u0935\u0930\u094D\u0921 \u0914\u0930 \u0905\u0902\u0917\u094D\u0930\u0947\u091C\u0940 \u0915\u0940\u0935\u0930\u094D\u0921 \u0915\u0947 \u0932\u093F\u090F \u0938\u092E\u093E\u091A\u093E\u0930 \u092A\u0930\u093F\u0923\u093E\u092E \u092C\u0939\u0941\u0924 \u0905\u0932\u0917 \u0939\u0948\u0902\u0964 \u0907\u092E\u0930\u094D\u0938\u093F\u0935 \u091F\u094D\u0930\u093E\u0902\u0938\u0932\u0947\u0936\u0928 \u0926\u094D\u0935\u093F\u092D\u093E\u0937\u0940 \u0938\u0942\u091A\u0928\u093E \u0938\u0902\u0935\u0930\u094D\u0926\u094D\u0927\u0928 \u092B\u093C\u0902\u0915\u094D\u0936\u0928 \u0915\u094B \u0938\u0915\u094D\u0937\u092E \u0915\u0930\u0928\u0947 \u0915\u0947 \u092C\u093E\u0926, \u0939\u092E \u0938\u092E\u0930\u094D\u0925\u093F\u0924 \u0935\u0947\u092C\u0938\u093E\u0907\u091F\u094B\u0902 (Google \u0938\u092E\u093E\u091A\u093E\u0930, Google \u0916\u094B\u091C (\u0915\u0941\u091B \u0915\u0940\u0935\u0930\u094D\u0921), \u0938\u094D\u0928\u094B\u092C\u0949\u0932, \u0913\u0930\u093F\u090F\u0902\u091F\u0932 \u092B\u0949\u0930\u094D\u091A\u094D\u092F\u0942\u0928 \u0928\u0947\u091F\u0935\u0930\u094D\u0915, \u092B\u093C\u0941\u091F\u0942) \u092A\u0930 \u0916\u094B\u091C \u0915\u0930\u0947\u0902\u0917\u0947 , \u091F\u093E\u0907\u0917\u0930) \u0938\u094D\u0935\u091A\u093E\u0932\u093F\u0924 \u0930\u0942\u092A \u0938\u0947 \u0906\u092A\u0915\u0947 \u0932\u093F\u090F \u0905\u0902\u0917\u094D\u0930\u0947\u091C\u0940 \u092E\u0947\u0902 \u0938\u092E\u093E\u0928 \u0915\u0940\u0935\u0930\u094D\u0921 \u0916\u094B\u091C\u0924\u093E \u0939\u0948 \u0914\u0930 \u0909\u0928\u094D\u0939\u0947\u0902 \u0926\u093E\u0908\u0902 \u0913\u0930 \u092A\u094D\u0930\u0926\u0930\u094D\u0936\u093F\u0924 \u0915\u0930\u0924\u093E \u0939\u0948\u0964 \u092F\u0926\u093F \u0906\u092A\u0915\u094B \u0907\u0938 \u0938\u0941\u0935\u093F\u0927\u093E \u0915\u0940 \u0906\u0935\u0936\u094D\u092F\u0915\u0924\u093E \u0928\u0939\u0940\u0902 \u0939\u0948, \u0924\u094B \u0906\u092A \u0907\u0938\u0947 \u0905\u0915\u094D\u0937\u092E \u0915\u0930\u0928\u093E \u091A\u0941\u0928 \u0938\u0915\u0924\u0947 \u0939\u0948\u0902\u0964",option:"\u0938\u094D\u0925\u093E\u092A\u093F\u0924 \u0915\u0930\u0928\u093E",saveSettings:"\u0938\u0947\u091F\u093F\u0902\u0917\u094D\u0938 \u0938\u0947\u0935 \u0915\u0930\u0947\u0902",closeModal:"\u0916\u093F\u0921\u093C\u0915\u0940 \u092C\u0902\u0926 \u0915\u0930\u094B",enableInputTranslationWithoutTriggerKeyTitle:"\u0924\u094D\u0935\u0930\u093F\u0924 \u0915\u0949\u092E\u094D\u092C\u094B \u0915\u094B 3 \u0917\u0941\u0928\u093E{trailingKey}\u0938\u0915\u094D\u0937\u092E \u0915\u0930\u0947\u0902, \u0938\u0902\u092A\u0942\u0930\u094D\u0923 \u0907\u0928\u092A\u0941\u091F \u092C\u0949\u0915\u094D\u0938 \u0915\u094B \u0938\u0940\u0927\u0947{inputTargetLanguage}\u092E\u0947\u0902 \u0905\u0928\u0941\u0935\u093E\u0926\u093F\u0924 \u0915\u0930\u0947\u0902",enableInputTranslationWithoutTriggerKeyDescription:"\u092F\u0926\u093F \u0906\u092A\u0915\u094B \u0932\u0915\u094D\u0937\u094D\u092F \u092D\u093E\u0937\u093E \u0928\u093F\u0930\u094D\u0926\u093F\u0937\u094D\u091F \u0915\u0930\u0928\u0947 \u0915\u0940 \u0906\u0935\u0936\u094D\u092F\u0915\u0924\u093E \u0939\u0948, \u0924\u094B \u0915\u0943\u092A\u092F\u093E \u0938\u093E\u092E\u0928\u0947 \u092D\u093E\u0937\u093E \u0915\u094B\u0921 \u091C\u094B\u0921\u093C\u0947\u0902, \u091C\u0948\u0938\u0947\uFF1Aja \u0939\u0947\u0932\u094B \u0935\u0930\u094D\u0932\u094D\u0921",mouseHoverShortcutPlaceholder:"\u091C\u0948\u0938\u0947\uFF1A\u0936\u093F\u092B\u094D\u091F",deepLProName:"\u0907\u092E\u0930\u094D\u0938\u093F\u0935 \u091F\u094D\u0930\u093E\u0902\u0938\u0932\u0947\u0936\u0928 \u092A\u094D\u0930\u094B \u0938\u0926\u0938\u094D\u092F (\u0905\u0928\u0941\u0936\u0902\u0938\u093F\u0924)",deepLProDescription:"\u0935\u0930\u094D\u0924\u092E\u093E\u0928 \u092A\u0948\u0915\u0947\u091C \u0915\u093E \u0938\u0940\u0927\u0947 \u0909\u092A\u092F\u094B\u0917 \u0915\u093F\u092F\u093E \u091C\u093E \u0938\u0915\u0924\u093E \u0939\u0948",deeplProDescriptionForNormal:"\u0915\u093F\u0938\u0940 \u0938\u0947\u091F\u093F\u0902\u0917 \u0915\u0940 \u0906\u0935\u0936\u094D\u092F\u0915\u0924\u093E \u0928\u0939\u0940\u0902 \u0939\u0948\u0964 \u0906\u092A \u0938\u0926\u0938\u094D\u092F \u0915\u0947 \u0930\u0942\u092A \u092E\u0947\u0902 \u0932\u0949\u0917 \u0907\u0928 \u0915\u0930\u0928\u0947 \u0915\u0947 \u092C\u093E\u0926 \u0907\u0938\u0915\u093E \u0909\u092A\u092F\u094B\u0917 \u0915\u0930 \u0938\u0915\u0924\u0947 \u0939\u0948\u0902\u0964 <1> \u0938\u0926\u0938\u094D\u092F \u092E\u0947\u0902 \u0905\u092A\u0917\u094D\u0930\u0947\u0921 \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u092F\u0939\u093E\u0902 \u0915\u094D\u0932\u093F\u0915 \u0915\u0930\u0947\u0902\u0964",deepLCustomDescription:"\u0906\u092A\u0915\u094B \u090F\u0915 \u0935\u093F\u0926\u0947\u0936\u0940 \u0915\u094D\u0930\u0947\u0921\u093F\u091F \u0915\u093E\u0930\u094D\u0921 \u0915\u0940 \u0906\u0935\u0936\u094D\u092F\u0915\u0924\u093E \u0939\u0948, <1>\u0921\u0940\u092A\u090F\u0932 \u092A\u0930 \u091C\u093E\u090F\u0902 \u0906\u0927\u093F\u0915\u093E\u0930\u093F\u0915 \u0924\u094C\u0930 \u092A\u0930 \u0916\u094B\u0932\u093E \u0917\u092F\u093E, <2> \u0926\u0938\u094D\u0924\u093E\u0935\u0947\u091C\u093C \u0926\u0947\u0916\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u0915\u094D\u0932\u093F\u0915 \u0915\u0930\u0947\u0902",deepLCustomName:"\u0915\u0938\u094D\u091F\u092E \u092A\u094D\u0930\u093E\u092E\u093E\u0923\u093F\u0915 \u0915\u0941\u0902\u091C\u0940",chooseProviderLabel:"\u090F\u0915 \u0938\u0947\u0935\u093E \u092A\u094D\u0930\u0926\u093E\u0924\u093E \u091A\u0941\u0928\u0947\u0902",openaiProName:"\u0907\u092E\u0930\u094D\u0938\u093F\u0935 \u091F\u094D\u0930\u093E\u0902\u0938\u0932\u0947\u0936\u0928 \u092A\u094D\u0930\u094B \u0938\u0926\u0938\u094D\u092F (\u0905\u0928\u0941\u0936\u0902\u0938\u093F\u0924)",openaiProDescription:"\u0935\u0930\u094D\u0924\u092E\u093E\u0928 \u092A\u0948\u0915\u0947\u091C \u0915\u093E \u0938\u0940\u0927\u0947 \u0909\u092A\u092F\u094B\u0917 \u0915\u093F\u092F\u093E \u091C\u093E \u0938\u0915\u0924\u093E \u0939\u0948",openaiProDescriptionForNormal:"\u0915\u093F\u0938\u0940 \u0938\u0947\u091F\u093F\u0902\u0917 \u0915\u0940 \u0906\u0935\u0936\u094D\u092F\u0915\u0924\u093E \u0928\u0939\u0940\u0902 \u0939\u0948\u0964 \u0906\u092A \u0938\u0926\u0938\u094D\u092F \u0915\u0947 \u0930\u0942\u092A \u092E\u0947\u0902 \u0932\u0949\u0917 \u0907\u0928 \u0915\u0930\u0928\u0947 \u0915\u0947 \u092C\u093E\u0926 \u0907\u0938\u0915\u093E \u0909\u092A\u092F\u094B\u0917 \u0915\u0930 \u0938\u0915\u0924\u0947 \u0939\u0948\u0902\u0964 <1> \u0938\u0926\u0938\u094D\u092F \u092E\u0947\u0902 \u0905\u092A\u0917\u094D\u0930\u0947\u0921 \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u092F\u0939\u093E\u0902 \u0915\u094D\u0932\u093F\u0915 \u0915\u0930\u0947\u0902\u0964",openaiCustomDescription:"\u0907\u0938\u0947 OpenAI, Azure OpenAI, \u092F\u093E \u0905\u0928\u094D\u092F \u0924\u0943\u0924\u0940\u092F-\u092A\u0915\u094D\u0937 \u0938\u0947\u0935\u093E\u0913\u0902 \u0938\u0947 \u092A\u094D\u0930\u093E\u092A\u094D\u0924 \u0915\u093F\u092F\u093E \u091C\u093E \u0938\u0915\u0924\u093E \u0939\u0948\u0964 <1> \u0926\u0938\u094D\u0924\u093E\u0935\u0947\u091C\u093C \u0926\u0947\u0916\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u092F\u0939\u093E\u0902 \u0915\u094D\u0932\u093F\u0915 \u0915\u0930\u0947\u0902\u0964",openaiCustomName:"\u0915\u0938\u094D\u091F\u092E \u090F\u092A\u0940\u0906\u0908 \u0915\u0941\u0902\u091C\u0940",needLoginAction:"(\u0938\u0926\u0938\u094D\u092F\u0924\u093E \u0926\u0930\u094D\u091C \u0915\u0930\u0947\u0902 \u092F\u093E \u0905\u0928\u0941\u0915\u0942\u0932\u093F\u0924 \u0915\u0930\u0947\u0902)",goLoginOrAction:"(\u0938\u0926\u0938\u094D\u092F\u0924\u093E \u0926\u0930\u094D\u091C \u0915\u0930\u0947\u0902 \u092F\u093E \u0938\u0947\u091F\u093F\u0902\u0917\u094D\u0938 \u092A\u0930 \u091C\u093E\u090F\u0902)",yearly:"\u0938\u0924\u0924 \u0935\u093E\u0930\u094D\u0937\u093F\u0915 \u0938\u0926\u0938\u094D\u092F\u0924\u093E",quarterly:"\u0932\u0917\u093E\u0924\u093E\u0930 \u090B\u0924\u0941\u090F\u0901",monthly:"\u0928\u093F\u0930\u0902\u0924\u0930 \u092E\u093E\u0938\u093F\u0915 \u0938\u0926\u0938\u094D\u092F\u0924\u093E",yearlyForOnce:"\u090F\u0915\u092E\u0941\u0936\u094D\u0924 \u0935\u093E\u0930\u094D\u0937\u093F\u0915 \u092A\u0948\u0915\u0947\u091C",monthlyForOnce:"\u090F\u0915\u092E\u0941\u0936\u094D\u0924 \u092E\u093E\u0938\u093F\u0915 \u092A\u0948\u0915\u0947\u091C",daily:"\u0932\u0917\u093E\u0924\u093E\u0930 \u0926\u094B \u0926\u093F\u0928",year:"\u0938\u0924\u0924 \u0935\u093E\u0930\u094D\u0937\u093F\u0915 \u0938\u0926\u0938\u094D\u092F\u0924\u093E",quarter:"\u0932\u0917\u093E\u0924\u093E\u0930 \u090B\u0924\u0941\u090F\u0901",month:"\u0928\u093F\u0930\u0902\u0924\u0930 \u092E\u093E\u0938\u093F\u0915 \u0938\u0926\u0938\u094D\u092F\u0924\u093E",day:"\u0932\u0917\u093E\u0924\u093E\u0930 \u0926\u094B \u0926\u093F\u0928",onetime_7day:"7 \u0926\u093F\u0928 \u0915\u093E \u091F\u094D\u0930\u093E\u092F\u0932 \u092A\u0948\u0915\u0947\u091C",currentPlanDescriptionForFree:"\u0935\u0930\u094D\u0924\u092E\u093E\u0928 \u092A\u0948\u0915\u0947\u091C\uFF1A\u0928\u093F\u0903\u0936\u0941\u0932\u094D\u0915 \u0939\u0948",currentPlanDescriptionForContinuous:"\u0935\u0930\u094D\u0924\u092E\u093E\u0928 \u092A\u0948\u0915\u0947\u091C\uFF1A{plan}\u0939\u0948 \u0914\u0930 {endAt} \u0915\u094B \u0938\u094D\u0935\u091A\u093E\u0932\u093F\u0924 \u0930\u0942\u092A \u0938\u0947 \u0928\u0935\u0940\u0928\u0940\u0915\u0943\u0924 \u0939\u094B \u091C\u093E\u090F\u0917\u093E",currentPlanDescriptionForAutoRenewCaceling:"\u0935\u0930\u094D\u0924\u092E\u093E\u0928 \u092A\u0948\u0915\u0947\u091C\uFF1A{plan}\u0939\u0948 \u0914\u0930 {endAt} \u0915\u094B \u0938\u092E\u093E\u092A\u094D\u0924 \u0939\u094B \u091C\u093E\u090F\u0917\u093E\u0964 \u0938\u092E\u093E\u092A\u094D\u0924\u093F \u0915\u0947 \u092C\u093E\u0926 \u0907\u0938\u0947 \u0938\u094D\u0935\u091A\u093E\u0932\u093F\u0924 \u0930\u0942\u092A \u0938\u0947 \u0928\u0935\u0940\u0928\u0940\u0915\u0943\u0924 \u0928\u0939\u0940\u0902 \u0915\u093F\u092F\u093E \u091C\u093E\u090F\u0917\u093E\u0964",currentYearlyPlanDescriptionForAutoRenewCacelingWithRealPaiedUser:"\u0935\u0930\u094D\u0924\u092E\u093E\u0928 \u092A\u0948\u0915\u0947\u091C\uFF1A{plan} {endAt} \u0915\u094B \u0938\u092E\u093E\u092A\u094D\u0924 \u0939\u094B \u091C\u093E\u090F\u0917\u093E \u0914\u0930 \u0938\u092E\u093E\u092A\u094D\u0924\u093F \u0915\u0947 \u092C\u093E\u0926 \u0938\u094D\u0935\u091A\u093E\u0932\u093F\u0924 \u0930\u0942\u092A \u0938\u0947 \u0928\u0935\u0940\u0928\u0940\u0915\u0943\u0924 \u0928\u0939\u0940\u0902 \u0915\u093F\u092F\u093E \u091C\u093E\u090F\u0917\u093E\u0964
<1>\u0928\u0935\u0940\u0915\u0930\u0923 \u092F\u094B\u091C\u0928\u093E\u0913\u0902 \u0915\u094B \u092A\u094D\u0930\u092C\u0902\u0927\u093F\u0924 \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u092F\u0939\u093E\u0902 \u0915\u094D\u0932\u093F\u0915 \u0915\u0930\u0947\u0902",currentYearlyPlanDescriptionForAutoRenewCacelingWithAdmin:"\u0935\u0930\u094D\u0924\u092E\u093E\u0928 \u092A\u0948\u0915\u0947\u091C\uFF1A{plan} {endAt} \u0915\u094B \u0938\u092E\u093E\u092A\u094D\u0924 \u0939\u094B \u091C\u093E\u090F\u0917\u093E \u0914\u0930 \u0938\u092E\u093E\u092A\u094D\u0924\u093F \u0915\u0947 \u092C\u093E\u0926 \u0938\u094D\u0935\u091A\u093E\u0932\u093F\u0924 \u0930\u0942\u092A \u0938\u0947 \u0928\u0935\u0940\u0928\u0940\u0915\u0943\u0924 \u0928\u0939\u0940\u0902 \u0915\u093F\u092F\u093E \u091C\u093E\u090F\u0917\u093E\u0964
<1>\u0928\u093F\u0930\u0902\u0924\u0930 \u0935\u093E\u0930\u094D\u0937\u093F\u0915 \u0938\u0926\u0938\u094D\u092F\u0924\u093E \u0938\u0915\u094D\u0930\u093F\u092F \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u092F\u0939\u093E\u0902 \u0915\u094D\u0932\u093F\u0915 \u0915\u0930\u0947\u0902",currentPlanDescriptionForOneTime:"\u0935\u0930\u094D\u0924\u092E\u093E\u0928 \u092A\u0948\u0915\u0947\u091C\uFF1A{plan}\u0939\u0948 \u0914\u0930 {endAt} \u0915\u094B \u0938\u092E\u093E\u092A\u094D\u0924 \u0939\u094B \u091C\u093E\u090F\u0917\u093E\u0964 <1> \u0935\u093E\u0930\u094D\u0937\u093F\u0915 \u0936\u0941\u0932\u094D\u0915 \u092E\u0947\u0902 \u0905\u092A\u0917\u094D\u0930\u0947\u0921 \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u092F\u0939\u093E\u0902 \u0915\u094D\u0932\u093F\u0915 \u0915\u0930\u0947\u0902 \u092F\u093E <2> \u092E\u093E\u0938\u093F\u0915 \u0936\u0941\u0932\u094D\u0915 \u0938\u0926\u0938\u094D\u092F",upgradePlan:"\u092A\u094D\u0930\u094B \u0938\u0926\u0938\u094D\u092F\u0924\u093E \u092E\u0947\u0902 \u0905\u092A\u0917\u094D\u0930\u0947\u0921 \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u092F\u0939\u093E\u0902 \u0915\u094D\u0932\u093F\u0915 \u0915\u0930\u0947\u0902",upgradeToPro:"\u092A\u094D\u0930\u094B \u0938\u0926\u0938\u094D\u092F\u0924\u093E \u092E\u0947\u0902 \u0905\u092A\u0917\u094D\u0930\u0947\u0921 \u0915\u0930\u0947\u0902","popup.openPro":"\u092A\u094D\u0930\u094B \u0938\u0926\u0938\u094D\u092F\u0924\u093E \u092E\u0947\u0902 \u0905\u092A\u0917\u094D\u0930\u0947\u0921 \u0915\u0930\u0928\u0947 \u0915\u0947 \u092C\u093E\u0926, \u0906\u092A \u0921\u0940\u092A\u090F\u0932 \u0914\u0930 \u0913\u092A\u0928\u090F\u0906\u0908 \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u093E \u0906\u0928\u0902\u0926 \u0932\u0947 \u0938\u0915\u0924\u0947 \u0939\u0948\u0902, \u0905\u092A\u0917\u094D\u0930\u0947\u0921 \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u092F\u0939\u093E\u0902 \u0915\u094D\u0932\u093F\u0915 \u0915\u0930\u0947\u0902","popup.openProForPro":"\u0906\u092A \u090F\u0915 \u092A\u094D\u0930\u094B \u0938\u0926\u0938\u094D\u092F \u0939\u0948\u0902 \u0914\u0930 \u0938\u0940\u0927\u0947 \u0921\u0940\u092A\u090F\u0932 \u0914\u0930 \u0913\u092A\u0928\u090F\u0906\u0908 \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u093E \u0909\u092A\u092F\u094B\u0917 \u0915\u0930 \u0938\u0915\u0924\u0947 \u0939\u0948\u0902",currentAccount:"\u091A\u093E\u0932\u0942 \u0916\u093E\u0924\u093E",enableAutoSyncUserSettings:"\u090F\u0915\u093E\u0927\u093F\u0915 \u0921\u093F\u0935\u093E\u0907\u0938\u094B\u0902 \u092A\u0930 \u0938\u094D\u0935\u091A\u093E\u0932\u093F\u0924 \u0915\u094D\u0932\u093E\u0909\u0921 \u0938\u093F\u0902\u0915 \u0938\u0915\u094D\u0937\u092E \u0915\u0930\u0947\u0902",modalEnableInputTranslationTitle:"\u0907\u092E\u0930\u094D\u0938\u093F\u0935 \u091F\u094D\u0930\u093E\u0902\u0938\u0932\u0947\u0936\u0928 \u0907\u0928\u092A\u0941\u091F \u092C\u0949\u0915\u094D\u0938 \u091F\u094D\u0930\u093E\u0902\u0938\u0932\u0947\u0936\u0928 \u092F\u0941\u0915\u094D\u0924\u093F\u092F\u093E\u0901",modalEnableInputTranslationDesc:"\u0906\u092A\u0928\u0947 \u0938\u094D\u092A\u0947\u0938 \u092C\u093E\u0930 \u0915\u094B \u0932\u0917\u093E\u0924\u093E\u0930 \u0924\u0940\u0928 \u092C\u093E\u0930 \u0926\u092C\u093E\u0915\u0930 \u0907\u092E\u0930\u094D\u0938\u093F\u0935 \u091F\u094D\u0930\u093E\u0902\u0938\u0932\u0947\u0936\u0928 \u0915\u0947 \u0907\u0928\u092A\u0941\u091F \u092C\u0949\u0915\u094D\u0938 \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u094B \u091F\u094D\u0930\u093F\u0917\u0930 \u0915\u093F\u092F\u093E \u0939\u0948, \u0914\u0930 \u0907\u0928\u092A\u0941\u091F \u092C\u0949\u0915\u094D\u0938 \u0915\u0940 \u0938\u093E\u092E\u0917\u094D\u0930\u0940 \u0915\u094B \u0921\u093F\u092B\u093C\u0949\u0932\u094D\u091F \u0932\u0915\u094D\u0937\u094D\u092F \u092D\u093E\u0937\u093E \u092E\u0947\u0902 \u0905\u0928\u0941\u0935\u093E\u0926\u093F\u0924 \u0915\u093F\u092F\u093E \u091C\u093E\u090F\u0917\u093E\u0964 \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u094B Ctrl+Z \u0915\u0947 \u092E\u093E\u0927\u094D\u092F\u092E \u0938\u0947 \u092A\u0942\u0930\u094D\u0935\u0935\u0924 \u0915\u093F\u092F\u093E \u091C\u093E \u0938\u0915\u0924\u093E \u0939\u0948\u0964

\u092F\u0926\u093F \u092F\u0939 \u090F\u0915 \u0917\u0932\u0924\u0940 \u0939\u0948, \u0924\u094B \u091A\u093F\u0902\u0924\u093E \u0928 \u0915\u0930\u0947\u0902, \u0906\u092A \u0907\u0938 \u092C\u093E\u0930 \u0907\u0938\u0947 \u0905\u0915\u094D\u0937\u092E \u0915\u0930\u0928\u093E \u091A\u0941\u0928 \u0938\u0915\u0924\u0947 \u0939\u0948\u0902, \u092F\u093E \u0907\u0928\u092A\u0941\u091F \u092C\u0949\u0915\u094D\u0938 \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u094B \u0938\u094D\u0925\u093E\u092F\u0940 \u0930\u0942\u092A \u0938\u0947 \u0905\u0915\u094D\u0937\u092E \u0915\u0930 \u0938\u0915\u0924\u0947 \u0939\u0948\u0902\u0964",saveAndNotShowAgain:"\u0938\u0939\u0947\u091C\u0947\u0902 \u0914\u0930 \u0926\u094B\u092C\u093E\u0930\u093E \u0938\u0902\u0915\u0947\u0924 \u0928 \u0926\u0947\u0902",disableInputTranslationTips:"* \u0906\u092A {option} ,{learnMore}\u092E\u0947\u0902 \u091F\u094D\u0930\u093F\u0917\u0930 \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u0905\u0928\u094D\u092F \u0936\u0949\u0930\u094D\u091F\u0915\u091F \u0915\u0941\u0902\u091C\u093F\u092F\u093E\u0901 \u092D\u0940 \u0938\u0947\u091F \u0915\u0930 \u0938\u0915\u0924\u0947 \u0939\u0948\u0902\u0964",learnMore:"\u0914\u0930 \u091C\u093E\u0928\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u092F\u0939\u093E\u0902 \u0915\u094D\u0932\u093F\u0915 \u0915\u0930\u0947\u0902",continueEnalbeInputTranslation:"\u0907\u0928\u092A\u0941\u091F \u092C\u0949\u0915\u094D\u0938 \u0905\u0928\u0941\u0935\u093E\u0926 \u0938\u0915\u094D\u0937\u092E \u0915\u0930\u0928\u093E \u091C\u093E\u0930\u0940 \u0930\u0916\u0947\u0902",autoRenewTrialSuffix:'(\u092A\u0930\u0940\u0915\u094D\u0937\u0923 \u0915\u0947 \u0926\u094C\u0930\u093E\u0928,\u0924\u0941\u0930\u0902\u0924 \u0914\u092A\u091A\u093E\u0930\u093F\u0915\u092E\u0947\u0902 \u0905\u092A\u0917\u094D\u0930\u0947\u0921 \u0915\u0930 \u0926\u093F\u092F\u093E \u091C\u093E\u090F\u0917\u093E)',upgradeFromTrialTitle:"\u0906\u0927\u093F\u0915\u093E\u0930\u093F\u0915 \u0938\u0926\u0938\u094D\u092F \u0915\u0947 \u0930\u0942\u092A \u092E\u0947\u0902 \u0905\u092A\u0917\u094D\u0930\u0947\u0921 \u0915\u0930\u0947\u0902",subtitle:"\u0935\u0940\u0921\u093F\u092F\u094B \u0909\u092A\u0936\u0940\u0930\u094D\u0937\u0915",youtubeService:"\u0907\u092E\u0930\u094D\u0938\u093F\u0935 \u0905\u0928\u0941\u0935\u093E\u0926 \u0935\u0940\u0921\u093F\u092F\u094B \u0909\u092A\u0936\u0940\u0930\u094D\u0937\u0915 \u0905\u0928\u0941\u0935\u093E\u0926 \u0938\u0947\u0935\u093E","subtitle.disabledSubtitle":"\u0935\u0940\u0921\u093F\u092F\u094B \u0909\u092A\u0936\u0940\u0930\u094D\u0937\u0915 \u0915\u094B \u0938\u094D\u0925\u093E\u092F\u0940 \u0930\u0942\u092A \u0938\u0947 \u0905\u0915\u094D\u0937\u092E \u0915\u0930\u0947\u0902","subtitle.disabledSubtitleDescription":"\u092F\u0926\u093F \u0907\u092E\u0930\u094D\u0938\u093F\u0935 \u091F\u094D\u0930\u093E\u0902\u0938\u0932\u0947\u0936\u0928 \u0915\u0947 \u0935\u0940\u0921\u093F\u092F\u094B \u0909\u092A\u0936\u0940\u0930\u094D\u0937\u0915 \u0905\u0928\u094D\u092F \u090F\u0915\u094D\u0938\u091F\u0947\u0902\u0936\u0928 \u0915\u0947 \u0938\u093E\u0925 \u0938\u0902\u0918\u0930\u094D\u0937 \u0915\u0930\u0924\u0947 \u0939\u0948\u0902, \u0924\u094B \u0906\u092A \u0907\u092E\u0930\u094D\u0938\u093F\u0935 \u091F\u094D\u0930\u093E\u0902\u0938\u0932\u0947\u0936\u0928 \u0915\u0947 \u0935\u0940\u0921\u093F\u092F\u094B \u0909\u092A\u0936\u0940\u0930\u094D\u0937\u0915 \u092B\u093C\u0902\u0915\u094D\u0936\u0928 \u0915\u094B \u0938\u094D\u0925\u093E\u092F\u0940 \u0930\u0942\u092A \u0938\u0947 \u0905\u0915\u094D\u0937\u092E \u0915\u0930\u0928\u093E \u092F\u093E \u0905\u0928\u094D\u092F \u0935\u093F\u0930\u094B\u0927\u093E\u092D\u093E\u0938\u0940 \u090F\u0915\u094D\u0938\u091F\u0947\u0902\u0936\u0928 \u0915\u094B \u0905\u0928\u0907\u0902\u0938\u094D\u091F\u0949\u0932 \u0915\u0930\u0928\u093E \u091A\u0941\u0928 \u0938\u0915\u0924\u0947 \u0939\u0948\u0902\u0964","subtitle.autoEnableSubtitle":"\u0938\u094D\u0935\u091A\u093E\u0932\u093F\u0924 \u0930\u0942\u092A \u0938\u0947 \u0926\u094D\u0935\u093F\u092D\u093E\u0937\u0940 \u0909\u092A\u0936\u0940\u0930\u094D\u0937\u0915 \u0915\u093E \u0909\u092A\u092F\u094B\u0917 \u0915\u0930\u0947\u0902","subtitle.autoEnableSubtitleDescription":"\u0938\u0915\u094D\u0930\u093F\u092F \u0915\u0930\u0928\u0947 \u0915\u0947 \u092C\u093E\u0926, \u091C\u092C \u0935\u0940\u0921\u093F\u092F\u094B \u091A\u0932 \u0930\u0939\u093E \u0939\u094B\u0924\u093E \u0939\u0948, \u0924\u094B \u0938\u094D\u0935\u091A\u093E\u0932\u093F\u0924 \u0930\u0942\u092A \u0938\u0947 \u0926\u094D\u0935\u093F\u092D\u093E\u0937\u0940\u092F \u0909\u092A\u0936\u0940\u0930\u094D\u0937\u0915 \u0926\u093F\u0916\u093E\u0908 \u0926\u0947\u0902\u0917\u0947, \u0905\u0928\u094D\u092F\u0925\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u092C\u091F\u0928 \u092A\u0930 \u0915\u094D\u0932\u093F\u0915 \u0915\u0930\u0928\u0947 \u0915\u0940 \u0906\u0935\u0936\u094D\u092F\u0915\u0924\u093E \u0939\u094B\u0917\u0940\u0964","subtitle.preTranslation":"\u0909\u092A\u0936\u0940\u0930\u094D\u0937\u0915 \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u0907\u092E\u0930\u094D\u0938\u093F\u0935 \u091F\u094D\u0930\u093E\u0902\u0938\u0932\u0947\u0936\u0928 \u0915\u093E \u0909\u092A\u092F\u094B\u0917 \u0915\u0930\u0947\u0902","subtitle.preTranslationDescription":"\u0907\u0938\u0947 \u0938\u0915\u094D\u0937\u092E \u0915\u0930\u0928\u0947 \u0915\u0947 \u092C\u093E\u0926, \u0928\u0940\u091A\u0947 \u0926\u0940 \u0917\u0908 \u0928\u093F\u0930\u094D\u0926\u093F\u0937\u094D\u091F \u0905\u0928\u0941\u0935\u093E\u0926 \u0938\u0947\u0935\u093E \u0915\u093E \u0909\u092A\u092F\u094B\u0917 \u0938\u0902\u092A\u0942\u0930\u094D\u0923 \u0909\u092A\u0936\u0940\u0930\u094D\u0937\u0915 \u0915\u093E \u0905\u0917\u094D\u0930\u093F\u092E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u0915\u093F\u092F\u093E \u091C\u093E\u090F\u0917\u093E\u0964 \u090F\u0915 \u0918\u0902\u091F\u0947 \u0915\u093E \u0935\u0940\u0921\u093F\u092F\u094B \u0932\u0917\u092D\u0917 50,000 \u091F\u094B\u0915\u0928 \u092F\u093E \u0935\u0930\u094D\u0923\u094B\u0902 \u0915\u093E \u0909\u092A\u092D\u094B\u0917 \u0915\u0930\u0924\u093E \u0939\u0948, \u0907\u0938\u0932\u093F\u090F \u0915\u0943\u092A\u092F\u093E \u0907\u0938\u0947 \u0909\u092A\u092F\u0941\u0915\u094D\u0924 \u0915\u0947 \u0930\u0942\u092A \u092E\u0947\u0902 \u0909\u092A\u092F\u094B\u0917 \u0915\u0930\u0947\u0902; \u0907\u0938\u0947 \u092C\u0902\u0926 \u0915\u0930\u0928\u0947 \u0915\u0947 \u092C\u093E\u0926, \u092E\u0936\u0940\u0928 \u0938\u0947 \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u093F\u092F\u093E \u091C\u093E\u090F\u0917\u093E \u092E\u0942\u0932 \u0935\u0940\u0921\u093F\u092F\u094B \u0915\u0947 \u0938\u093E\u0925 \u0906\u0928\u0947 \u0935\u093E\u0932\u0947 \u0909\u092A\u0936\u0940\u0930\u094D\u0937\u0915 \u0915\u093E \u092A\u0939\u0932\u0947 \u0909\u092A\u092F\u094B\u0917 \u0915\u093F\u092F\u093E \u091C\u093E\u090F\u0917\u093E\u0964","subtitle.humanSubtitlesPreferred":"\u092E\u093E\u0928\u0935 \u0909\u092A\u0936\u0940\u0930\u094D\u0937\u0915 \u0915\u0947 \u0909\u092A\u092F\u094B\u0917 \u0915\u094B \u092A\u094D\u0930\u093E\u0925\u092E\u093F\u0915\u0924\u093E \u0926\u0947\u0902","subtitle.humanSubtitlesPreferredDescription":"\u091C\u092C \u0915\u093F\u0938\u0940 \u0935\u0940\u0921\u093F\u092F\u094B \u092E\u0947\u0902 \u0932\u0915\u094D\u0937\u093F\u0924 \u092D\u093E\u0937\u093E \u092E\u0947\u0902 \u092E\u0948\u0928\u094D\u092F\u0941\u0905\u0932 \u0909\u092A\u0936\u0940\u0930\u094D\u0937\u0915 \u0939\u094B\u0902, \u0924\u094B \u092A\u0939\u0932\u0947 \u092E\u0948\u0928\u094D\u092F\u0941\u0905\u0932 \u0909\u092A\u0936\u0940\u0930\u094D\u0937\u0915 \u0915\u093E \u0909\u092A\u092F\u094B\u0917 \u0915\u0930\u0947\u0902 (\u0905\u0928\u0941\u0936\u0902\u0938\u093F\u0924)",videoSubtitleTranslationDescription:"\u0935\u0940\u0921\u093F\u092F\u094B \u0909\u092A\u0936\u0940\u0930\u094D\u0937\u0915 \u0915\u0947 \u0932\u093F\u090F \u090F\u0915 \u0905\u0932\u0917 \u0905\u0928\u0941\u0935\u093E\u0926 \u0938\u0947\u0935\u093E \u0928\u093E\u092E\u093F\u0924 \u0915\u0930\u0947\u0902",subtitleTranslating:"{service} \u0938\u0947\u0935\u093E \u0915\u093E \u0909\u092A\u092F\u094B\u0917 \u0915\u0930\u0915\u0947 \u0909\u092A\u0936\u0940\u0930\u094D\u0937\u0915 \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930 \u0930\u0939\u0947 \u0939\u0948\u0902, \u0915\u0943\u092A\u092F\u093E \u092A\u094D\u0930\u0924\u0940\u0915\u094D\u0937\u093E \u0915\u0930\u0947\u0902... (\u0907\u092E\u0930\u094D\u0938\u093F\u0935 \u0905\u0928\u0941\u0935\u093E\u0926)",subtitleLoading:"\u0909\u092A\u0936\u0940\u0930\u094D\u0937\u0915 \u0932\u094B\u0921 \u0939\u094B \u0930\u0939\u093E \u0939\u0948...",bilingual:"\u0926\u094D\u0935\u093F\u092D\u093E\u0937\u093F\u0915","field.action":"Baidu \u0936\u092C\u094D\u0926\u093E\u0935\u0932\u0940 \u0915\u094B \u0938\u0915\u094D\u0937\u092E \u0915\u0930\u0928\u093E \u0939\u0948 \u092F\u093E \u0928\u0939\u0940\u0902","description.action":"\u0938\u0915\u094D\u0937\u092E \u0915\u0930\u0928\u0947 \u0915\u0947 \u092C\u093E\u0926, \u0936\u092C\u094D\u0926 \u0915\u094B \u0938\u0915\u094D\u0937\u092E \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F Baidu \u0915\u094B \u0938\u0942\u091A\u093F\u0924 \u0915\u0930\u0928\u0947 \u0915\u0947 \u0905\u0928\u0941\u0930\u094B\u0927 \u092E\u0947\u0902 \u092A\u0948\u0930\u093E\u092E\u0940\u091F\u0930 \u090F\u0915\u094D\u0936\u0928 = 1 \u091C\u094B\u0921\u093C\u093E \u091C\u093E\u090F\u0917\u093E\u0964 <1> \u0915\u0943\u092A\u092F\u093E \u0905\u0927\u093F\u0915 \u0928\u093F\u0930\u094D\u0926\u0947\u0936\u094B\u0902 \u0915\u0947 \u0932\u093F\u090F \u0906\u0927\u093F\u0915\u093E\u0930\u093F\u0915 \u0926\u0938\u094D\u0924\u093E\u0935\u0947\u091C\u093C \u0926\u0947\u0916\u0947\u0902\u0964",closeQuickTranslation:"\u0924\u0948\u0930\u0924\u0940 \u0939\u0941\u0908 \u0917\u0947\u0902\u0926 \u0915\u094B \u092C\u0902\u0926 \u0915\u0930\u0947\u0902","closeQuickTranslation.untilNext":"\u0905\u0917\u0932\u0940 \u092F\u093E\u0924\u094D\u0930\u093E \u0924\u0915 \u092C\u0902\u0926","closeQuickTranslation.currentWebsite":"\u0935\u0930\u094D\u0924\u092E\u093E\u0928 \u0935\u0947\u092C\u0938\u093E\u0907\u091F \u0905\u0915\u094D\u0937\u092E \u0939\u0948","closeQuickTranslation.alwaysClose":"\u0938\u094D\u0925\u093E\u092F\u0940 \u0930\u0942\u092A \u0938\u0947 \u0905\u0915\u094D\u0937\u092E","closeQuickTranslation.settingOpen":"(<1> \u0938\u0947\u091F\u093F\u0902\u0917 \u092A\u0947\u091C \u092A\u0930 \u092A\u093E\u092F\u093E \u091C\u093E \u0938\u0915\u0924\u093E \u0939\u0948 \u091A\u093E\u0932\u0942 \u0915\u0930\u094B)","closeQuickTranslation.cancel":"\u0930\u0926\u094D\u0926 \u0915\u0930\u0928\u093E","closeQuickTranslation.confirm":"\u091C\u093C\u0930\u0942\u0930","floatBall.popup":"\u0924\u094D\u0935\u0930\u093F\u0924 \u0938\u0947\u091F\u093F\u0902\u0917 \u092A\u0948\u0928\u0932 \u0916\u094B\u0932\u0947\u0902","floatBall.translate":"\u0907\u0938 \u092A\u0943\u0937\u094D\u0920 \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u0915\u094D\u0932\u093F\u0915 \u0915\u0930\u0947\u0902","floatBall.showOriginal":"\u092E\u0942\u0932 \u092A\u093E\u0920 \u092A\u0930 \u0935\u093E\u092A\u0938 \u091C\u093E\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u0915\u094D\u0932\u093F\u0915 \u0915\u0930\u0947\u0902","floatBall.close":"\u0924\u0948\u0930\u0924\u0940 \u0939\u0941\u0908 \u0917\u0947\u0902\u0926 \u0915\u094B \u092C\u0902\u0926 \u0915\u0930\u0947\u0902","floatBallOptions.enableDescPc":"\u092A\u0947\u091C \u092B\u093C\u094D\u0932\u094B\u091F\u093F\u0902\u0917 \u092C\u0949\u0932 \u0938\u0915\u094D\u0937\u092E \u0939\u094B\u0928\u0947 \u0915\u0947 \u092C\u093E\u0926, \u092A\u0943\u0937\u094D\u0920 \u0915\u0947 \u0926\u093E\u0908\u0902 \u0913\u0930 \u090F\u0915 \u0924\u094D\u0935\u0930\u093F\u0924 \u0905\u0928\u0941\u0935\u093E\u0926 \u092C\u091F\u0928 \u092A\u094D\u0930\u0926\u0930\u094D\u0936\u093F\u0924 \u0939\u094B\u0917\u093E\u0964 \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u0915\u094D\u0932\u093F\u0915 \u0915\u0930\u0947\u0902\u0964","floatBallOptions.enableDesc":"\u092B\u094D\u0932\u094B\u091F\u093F\u0902\u0917 \u092C\u0949\u0932 \u0915\u094B \u092C\u0902\u0926 \u0915\u0930\u0928\u0947 \u0915\u0947 \u092C\u093E\u0926 \u0907\u0938\u0947{touch}\u0938\u0947 \u091C\u0917\u093E\u092F\u093E \u091C\u093E \u0938\u0915\u0924\u093E \u0939\u0948\u0964 \u0907\u0938 \u0935\u093F\u0915\u0932\u094D\u092A \u0915\u094B \u0917\u0932\u0924\u0940 \u0938\u0947 \u092C\u0902\u0926 \u0915\u0930\u0928\u0947 \u0915\u0947 \u092C\u093E\u0926 \u092B\u094D\u0932\u094B\u091F\u093F\u0902\u0917 \u092C\u0949\u0932 \u0915\u094B \u092E\u093F\u0932\u0928\u0947 \u0938\u0947 \u0930\u094B\u0915\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F, \u0907\u0938 \u0938\u0947\u091F\u093F\u0902\u0917 \u092A\u0947\u091C \u0915\u094B \u092C\u0941\u0915\u092E\u093E\u0930\u094D\u0915 \u0915\u0930\u0928\u0947 \u0915\u0940 \u092A\u0941\u0930\u091C\u094B\u0930 \u0905\u0928\u0941\u0936\u0902\u0938\u093E \u0915\u0940 \u091C\u093E\u0924\u0940 \u0939\u0948\u0964","description.azureApiUrl":"\u0915\u0938\u094D\u091F\u092E \u090F\u092A\u0940\u0906\u0908 \u0907\u0902\u091F\u0930\u092B\u093C\u0947\u0938 \u092A\u0924\u093E \u092D\u0930\u0947\u0902",confirmSupportMouse:"\u092E\u093E\u0909\u0938 \u0938\u092E\u0930\u094D\u0925\u0928 \u0915\u094B \u0938\u0915\u094D\u0937\u092E \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u092C\u093E\u0927\u094D\u092F \u0915\u0930\u0947\u0902",confirmSupportMouseDescription:"\u092F\u0939 \u092A\u093E\u092F\u093E \u0917\u092F\u093E \u0939\u0948 \u0915\u093F \u0935\u0930\u094D\u0924\u092E\u093E\u0928 \u092C\u094D\u0930\u093E\u0909\u091C\u093C\u0930 \u092E\u093E\u0909\u0938 \u092B\u093C\u0902\u0915\u094D\u0936\u0928 \u0915\u093E \u0938\u092E\u0930\u094D\u0925\u0928 \u0928\u0939\u0940\u0902 \u0915\u0930\u0924\u093E \u0939\u0948\u0964 \u0915\u094D\u092F\u093E \u0906\u092A \u092E\u093E\u0909\u0938 \u0938\u092E\u0930\u094D\u0925\u0928 \u0915\u094B \u092C\u0932\u092A\u0942\u0930\u094D\u0935\u0915 \u0938\u0915\u094D\u0937\u092E \u0915\u0930\u0928\u093E \u091A\u093E\u0939\u0924\u0947 \u0939\u0948\u0902?",sampleTargetText:"\u0932\u092E\u094D\u092C\u0940 \u0930\u093E\u0924 \u0906\u0928\u0947 \u0935\u093E\u0932\u0940 \u0939\u0948, \u0914\u0930 \u0905\u092C \u0938\u0947 \u092E\u0948\u0902 \u092E\u0930\u0928\u0947 \u0924\u0915 \u091C\u093E\u0917\u0924\u093E \u0930\u0939\u0942\u0901\u0917\u093E\u0964 \u092E\u0948\u0902 \u0928 \u092A\u0924\u094D\u0928\u0940 \u0932\u0942\u0901\u0917\u093E, \u0928 \u091C\u093E\u0917\u0940\u0930, \u0928 \u092C\u091A\u094D\u091A\u0947\u0964 \u092E\u0948\u0902 \u0915\u094B\u0908 \u0924\u093E\u091C \u0928\u0939\u0940\u0902 \u092A\u0939\u0928\u0942\u0902\u0917\u093E \u092F\u093E \u0938\u092E\u094D\u092E\u093E\u0928 \u0915\u0947 \u0932\u093F\u090F \u092A\u094D\u0930\u0924\u093F\u0938\u094D\u092A\u0930\u094D\u0927\u093E \u0928\u0939\u0940\u0902 \u0915\u0930\u0942\u0902\u0917\u093E\u0964 \u092E\u0948\u0902 \u0905\u092A\u0928\u093E \u0915\u0930\u094D\u0924\u0935\u094D\u092F \u0928\u093F\u0937\u094D\u0920\u093E\u092A\u0942\u0930\u094D\u0935\u0915 \u0928\u093F\u092D\u093E\u090A\u0902\u0917\u093E, \u091C\u093F\u090A\u0902\u0917\u093E \u0914\u0930 \u092E\u0930\u0942\u0902\u0917\u093E\u0964",sampleSourceText:"Night gathers, and now my watch begins. It shall not end until my death. I shall take no wife, hold no lands, father no children. I shall wear no crowns and win no glory. I shall live and die at my post.","subtitle.supportedSites":"\u5DF2\u652F\u6301\u5728\u8FD9\u4E9B\u7F51\u7AD9\u4F7F\u7528\u53CC\u8BED\u5B57\u5E55\uFF08\u6CE8\u610F\uFF1A\u7531\u4E8E\u6280\u672F\u9650\u5236\uFF0C\u90E8\u5206\u7F51\u7AD9\u5728\u9996\u6B21\u5F00\u542F\u5B57\u5E55\u540E\u9700\u8981\u91CD\u65B0\u5237\u65B0\u9875\u9762\uFF0C\u6216\u8005\u9700\u7B49\u5F85\u7FFB\u8BD1\u5B8C\u6210\u4EE5\u663E\u793A\u53CC\u8BED\u5B57\u5E55\uFF09\uFF1A",viewWithImmersiveTranslate:"\u53CC\u8BED\u7248\u672C(\u6C89\u6D78\u5F0F\u7FFB\u8BD1)",errorReason:"\u9519\u8BEF\u539F\u56E0\uFF1A{message}","proQuotaExceededError.onetime7day":'\uFF0C\u60A8\u53EF\u4EE5\u9009\u62E9\u4EE5\u4E0B\u65B9\u5F0F\u89E3\u51B3\uFF1A

1. \u5207\u6362\u5230 {anotherService} \u6216\u5176\u4ED6\u7FFB\u8BD1\u670D\u52A1
2. \u5347\u7EA7\u4E3A\u6708\u5EA6/\u5E74\u5EA6\u4F1A\u5458',"proQuotaExceededError.trial":'\uFF0C\u60A8\u53EF\u4EE5\u9009\u62E9\u4EE5\u4E0B\u65B9\u5F0F\u89E3\u51B3\uFF1A

1. \u5207\u6362\u5230 {anotherService} \u6216\u5176\u4ED6\u7FFB\u8BD1\u670D\u52A1
2. \u7ACB\u523B\u5347\u7EA7\u4E3A\u6B63\u5F0F\u4F1A\u5458',"proQuotaExceededError.nonTrial":'\uFF0C\u60A8\u53EF\u4EE5\u9009\u62E9\u4EE5\u4E0B\u65B9\u5F0F\u89E3\u51B3\uFF1A

1. \u5207\u6362\u5230 {anotherService} \u6216\u5176\u4ED6\u7FFB\u8BD1\u670D\u52A1
2. \u8D2D\u4E70 {translationService} \u989D\u5916\u6D41\u91CF\u5305',"proQuotaExceededError.resetTime":"
3. \u989D\u5EA6\u91CD\u7F6E\u65F6\u95F4\uFF1A{resetTime}","desc.touchShortcutsToggleTranslatePageOnlyTranslation":"\u0915\u0947\u0935\u0932 \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u093E \u0924\u093E\u0924\u094D\u092A\u0930\u094D\u092F \u0939\u0948 \u0915\u093F \u0915\u0947\u0935\u0932 \u0905\u0928\u0941\u0935\u093E\u0926 \u092A\u094D\u0930\u0926\u0930\u094D\u0936\u093F\u0924 \u0939\u094B\u0917\u093E, \u092F\u0926\u093F \u0935\u0947\u092C\u092A\u0947\u091C \u0905\u092D\u0940 \u0924\u0915 \u0905\u0928\u0941\u0935\u093E\u0926\u093F\u0924 \u0928\u0939\u0940\u0902 \u0939\u0941\u0906 \u0939\u0948, \u0924\u094B \u092E\u094B\u0921 \u092C\u0926\u0932\u0947\u0917\u093E \u0914\u0930 \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0947\u0917\u093E\u0964","desc.toggleOnlyTransation":"\u0915\u0947\u0935\u0932 \u0905\u0928\u0941\u0935\u093E\u0926 \u092E\u094B\u0921 \u0915\u093E \u0924\u093E\u0924\u094D\u092A\u0930\u094D\u092F \u0939\u0948 \u0915\u093F \u0915\u0947\u0935\u0932 \u0905\u0928\u0941\u0935\u093E\u0926 \u092A\u094D\u0930\u0926\u0930\u094D\u0936\u093F\u0924 \u0939\u094B\u0917\u093E, \u092F\u0926\u093F \u0935\u0947\u092C\u092A\u0947\u091C \u0905\u092D\u0940 \u0924\u0915 \u0905\u0928\u0941\u0935\u093E\u0926\u093F\u0924 \u0928\u0939\u0940\u0902 \u0939\u0941\u0906 \u0939\u0948, \u0924\u094B \u092E\u094B\u0921 \u092C\u0926\u0932 \u091C\u093E\u090F\u0917\u093E \u0914\u0930 \u0905\u0928\u0941\u0935\u093E\u0926 \u0939\u094B\u0917\u093E\u0964",touchShortcutsToggleTranslatePageOnlyTranslation:"\u0938\u094D\u0915\u094D\u0930\u0940\u0928 \u091F\u091A \u091C\u0947\u0938\u094D\u091A\u0930 \u0938\u0947\u091F \u0915\u0930\u0947\u0902 \u0926\u094D\u0935\u093F\u092D\u093E\u0937\u0940 / \u0915\u0947\u0935\u0932 \u0905\u0928\u0941\u0935\u093E\u0926 \u092E\u094B\u0921 \u0915\u094B \u0938\u094D\u0935\u093F\u091A \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F",download_started:"\u0921\u093E\u0909\u0928\u0932\u094B\u0921 \u0936\u0941\u0930\u0942 \u0939\u094B \u091A\u0941\u0915\u093E \u0939\u0948, \u092F\u0926\u093F \u0938\u094D\u0935\u091A\u093E\u0932\u093F\u0924 \u0930\u0942\u092A \u0938\u0947 \u0921\u093E\u0909\u0928\u0932\u094B\u0921 \u0928\u0939\u0940\u0902 \u0939\u094B \u0930\u0939\u093E \u0939\u0948, \u0924\u094B \u0915\u0943\u092A\u092F\u093E \u092E\u0948\u0928\u094D\u092F\u0941\u0905\u0932 \u0930\u0942\u092A \u0938\u0947 \u0915\u094D\u0932\u093F\u0915 \u0915\u0930\u0947\u0902\u0964",here:"\u092F\u0939\u093E\u0901",batchEdit:"\u0925\u094B\u0915 \u0938\u0902\u091A\u093E\u0932\u0928","error.goReset":"\u0930\u0940\u0938\u0947\u091F \u0915\u0930\u0947\u0902",translationFont:"\u092B\u093C\u0949\u0928\u094D\u091F \u0938\u0947\u091F \u0915\u0930\u0947\u0902","translationFont.custom":"\u0905\u092A\u0928\u0940 \u0915\u0938\u094D\u091F\u092E \u092B\u093C\u0949\u0928\u094D\u091F \u0926\u0930\u094D\u091C \u0915\u0930\u0947\u0902","translationModeLang.translation.title":"\u0915\u0947\u0935\u0932 \u0905\u0928\u0941\u0935\u093E\u0926 \u092E\u094B\u0921 \u0915\u0940 \u092D\u093E\u0937\u093E","translationFont.customPlaceholder":"\u092B\u093C\u0949\u0928\u094D\u091F","translationServices.inherit":"\u092E\u0941\u0916\u094D\u092F \u0905\u0928\u0941\u0935\u093E\u0926 \u0938\u0947\u0935\u093E \u0915\u093E \u092A\u093E\u0932\u0928 \u0915\u0930\u0947\u0902","error.serveConfigError":"\u0938\u0947\u0935\u093E \u0938\u092E\u093E\u0915\u0943\u0924\u093F \u0924\u094D\u0930\u0941\u091F\u093F","error.configError":"\u0935\u093F\u0928\u094D\u092F\u093E\u0938 \u0921\u0947\u091F\u093E \u0905\u0938\u093E\u092E\u093E\u0928\u094D\u092F","translationModeUrl.translation.title":"\u0915\u0947\u0935\u0932 \u0905\u0928\u0941\u0935\u093E\u0926 \u092E\u094B\u0921 \u0915\u093E URL",toggleToService:"{\u0938\u0947\u0935\u093E} \u092A\u0930 \u0938\u094D\u0935\u093F\u091A \u0915\u0930\u0947\u0902 \u0914\u0930 \u092A\u0941\u0928\u0903 \u092A\u094D\u0930\u092F\u093E\u0938 \u0915\u0930\u0947\u0902",videoSubtitlePreTranslationOn:"\u0935\u0940\u0921\u093F\u092F\u094B \u0938\u092C\u091F\u093E\u092F\u091F\u0932\u094D\u0938 \u0915\u093E \u092A\u094D\u0930\u093E\u0925\u092E\u093F\u0915\u0924\u093E \u0938\u094D\u0935\u0930\u0942\u092A \u092E\u0947\u0902 \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u093E \u0909\u092A\u092F\u094B\u0917 \u0915\u0930\u0947\u0902\u0917\u0947\u0964","touch.mouse-translate":"\u0915\u0943\u092A\u092F\u093E \u0928\u093F\u0930\u094D\u0926\u093F\u0937\u094D\u091F \u092A\u0948\u0930\u093E\u0917\u094D\u0930\u093E\u092B \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0947\u0902",detectServiceLoading:"\u0909\u092A\u0932\u092C\u094D\u0927 \u0905\u0928\u0941\u0935\u093E\u0926 \u0938\u0947\u0935\u093E\u0913\u0902 \u0915\u0940 \u091C\u093E\u0902\u091A \u0915\u0930 \u0930\u0939\u093E \u0939\u0948...","error.proTokenInvalid":"\u092F\u0926\u093F \u0906\u092A \u092A\u094D\u0930\u094B \u0909\u092A\u092F\u094B\u0917\u0915\u0930\u094D\u0924\u093E \u0939\u0948\u0902, \u0924\u094B \u0915\u0943\u092A\u092F\u093E \u092A\u094D\u0930\u094B \u0905\u0928\u0941\u0935\u093E\u0926 \u0938\u0947\u0935\u093E \u0915\u093E \u0909\u092A\u092F\u094B\u0917 \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u0932\u0949\u0917 \u0907\u0928 \u0915\u0930\u0947\u0902\u0964","error.400":"\u0938\u0947\u0935\u093E \u0924\u094D\u0930\u0941\u091F\u093F \u0935\u093E\u092A\u0938 \u0915\u0930\u0924\u0940 \u0939\u0948, \u0905\u0928\u0941\u0930\u094B\u0927 \u092A\u0948\u0930\u093E\u092E\u0940\u091F\u0930 \u0917\u0932\u0924 \u0939\u0948, \u0915\u0943\u092A\u092F\u093E \u0938\u0902\u092C\u0902\u0927\u093F\u0924 \u0915\u0949\u0928\u094D\u092B\u093C\u093F\u0917\u0930\u0947\u0936\u0928 \u0915\u0940 \u091C\u093E\u0902\u091A \u0915\u0930\u0947\u0902\u0964","error.502":"\u0938\u0947\u0935\u093E \u0924\u094D\u0930\u0941\u091F\u093F \u0932\u094C\u091F\u0924\u0940 \u0939\u0948, \u0938\u0947\u0935\u093E \u0938\u092E\u092F \u0938\u092E\u093E\u092A\u094D\u0924, \u0915\u0943\u092A\u092F\u093E \u092C\u093E\u0926 \u092E\u0947\u0902 \u092A\u0941\u0928\u0903 \u092A\u094D\u0930\u092F\u093E\u0938 \u0915\u0930\u0947\u0902\u0964","error.reloadPageOfSetting":"\u0915\u0949\u0928\u094D\u092B\u093C\u093F\u0917\u0930 \u0915\u0930\u0928\u0947 \u0915\u0947 \u092C\u093E\u0926, \u0915\u0943\u092A\u092F\u093E \u092A\u0943\u0937\u094D\u0920 \u0915\u094B \u0924\u093E\u091C\u093C\u093E \u0915\u0930\u0947\u0902 \u0914\u0930 \u092B\u093F\u0930 \u0938\u0947 \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0947\u0902\u0964","translationModeUrl.translation.description":"\u091C\u092C \u0935\u0947\u092C\u0938\u093E\u0907\u091F \u0928\u093F\u092E\u094D\u0928\u0932\u093F\u0916\u093F\u0924 \u0921\u094B\u092E\u0947\u0928 \u0915\u0947 \u0932\u093F\u090F \u0939\u094B\u0924\u0940 \u0939\u0948, \u0924\u094B \u092F\u0939 \u0938\u094D\u0935\u091A\u093E\u0932\u093F\u0924 \u0930\u0942\u092A \u0938\u0947 \u0915\u0947\u0935\u0932 \u0905\u0928\u0941\u0935\u093E\u0926 \u092E\u094B\u0921 \u0915\u093E \u0909\u092A\u092F\u094B\u0917 \u0915\u0930\u0947\u0917\u0940\u0964","error.googleLimitIp":"\u0938\u0947\u0935\u093E \u0924\u094D\u0930\u0941\u091F\u093F \u0932\u094C\u091F\u093E\u0924\u0940 \u0939\u0948, \u0917\u0942\u0917\u0932 \u0938\u0947\u0935\u093E\u090F\u0902 \u0907\u0938 IP \u092A\u0924\u0947 \u092A\u0930 \u092A\u094D\u0930\u0935\u093E\u0939 \u0938\u0940\u092E\u093F\u0924 \u0915\u0930 \u091A\u0941\u0915\u0940 \u0939\u0948\u0902, \u0906\u092A\u0915\u093E \u0938\u0941\u091D\u093E\u0935 \u0939\u0948 \u0915\u093F \u0906\u092A \u0928\u0947\u091F\u0935\u0930\u094D\u0915 \u0928\u094B\u0921 \u092C\u0926\u0932\u0947\u0902\u0964","error.proUpgrade":"\u0905\u092A\u0917\u094D\u0930\u0947\u0921 \u0915\u0930\u0928\u0947 \u0915\u0947 \u092C\u093E\u0926, \u0915\u0943\u092A\u092F\u093E \u092A\u0943\u0937\u094D\u0920 \u0915\u094B \u0924\u093E\u091C\u093C\u093E \u0915\u0930\u0947\u0902 \u0914\u0930 \u092B\u093F\u0930 \u0938\u0947 \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0947\u0902\u0964","error.gemini.429":"\u0935\u0930\u094D\u0924\u092E\u093E\u0928 \u092E\u0947\u0902 \u091C\u0947\u092E\u093F\u0928\u0940 \u0938\u0947\u0935\u093E \u0915\u0940 \u0935\u0930\u094D\u0924\u092E\u093E\u0928 \u092D\u0930\u0923 \u0915\u094D\u0937\u092E\u0924\u093E \u0938\u0940\u092E\u093E \u0915\u094B \u092A\u0939\u0941\u0902\u091A \u091A\u0941\u0915\u0940 \u0939\u0948, \u0915\u0943\u092A\u092F\u093E \u092C\u093E\u0926 \u092E\u0947\u0902 \u092A\u094D\u0930\u092F\u093E\u0938 \u0915\u0930\u0947\u0902, \u092F\u093E \u0905\u0928\u094D\u092F \u0905\u0928\u0941\u0935\u093E\u0926 \u0938\u0947\u0935\u093E\u0913\u0902 \u092A\u0930 \u0938\u094D\u0935\u093F\u091A \u0915\u0930\u0947\u0902\u0964",enableSentryReport:"\u091C\u092C \u090F\u0915\u094D\u0938\u091F\u0947\u0902\u0936\u0928 \u092E\u0947\u0902 \u0924\u094D\u0930\u0941\u091F\u093F \u0939\u094B\u0924\u0940 \u0939\u0948, \u0924\u094B Sentry \u0915\u093E \u0909\u092A\u092F\u094B\u0917 \u092A\u094D\u0930\u0924\u093F\u0915\u094D\u0930\u093F\u092F\u093E \u0938\u092C\u092E\u093F\u091F \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u0915\u0930\u0947\u0902\u0964","error.403":"\u0938\u0947\u0935\u093E \u0924\u094D\u0930\u0941\u091F\u093F \u0932\u094C\u091F\u093E\u0924\u0940 \u0939\u0948, \u0905\u0938\u094D\u0925\u093E\u092F\u0940 \u0930\u0942\u092A \u0938\u0947 \u0907\u0938 \u0938\u0947\u0935\u093E \u0915\u093E \u0909\u092A\u092F\u094B\u0917 \u0915\u0930\u0928\u0947 \u0915\u0940 \u0905\u0928\u0941\u092E\u0924\u093F \u0928\u0939\u0940\u0902 \u0939\u0948\u0964","translationModeLang.translation.description":"\u091C\u092C \u092A\u0943\u0937\u094D\u0920 \u0915\u0940 \u092D\u093E\u0937\u093E \u0928\u093F\u092E\u094D\u0928\u0932\u093F\u0916\u093F\u0924 \u092D\u093E\u0937\u093E\u0913\u0902 \u092E\u0947\u0902 \u0939\u094B\u0924\u0940 \u0939\u0948, \u0924\u094B \u0915\u0947\u0935\u0932 \u0905\u0928\u0941\u0935\u093E\u0926 \u092E\u094B\u0921 \u0915\u093E \u0938\u094D\u0935\u091A\u093E\u0932\u093F\u0924 \u0930\u0942\u092A \u0938\u0947 \u0909\u092A\u092F\u094B\u0917 \u0915\u093F\u092F\u093E \u091C\u093E\u090F\u0917\u093E",videoSubtitlePreTranslationOff:"\u0935\u0940\u0921\u093F\u092F\u094B \u0938\u092C\u091F\u093E\u092F\u091F\u0932 \u092E\u0942\u0932 \u0935\u0940\u0921\u093F\u092F\u094B \u0926\u094D\u0935\u093E\u0930\u093E \u0938\u094D\u0935\u091A\u093E\u0932\u093F\u0924 \u0930\u0942\u092A \u0938\u0947 \u0905\u0928\u0941\u0935\u093E\u0926\u093F\u0924 \u0938\u092C\u091F\u093E\u092F\u091F\u0932 \u0915\u093E \u092A\u094D\u0930\u093E\u0925\u092E\u093F\u0915\u0924\u093E \u092A\u094D\u0930\u0926\u093E\u0928 \u0915\u0930\u0947\u0917\u093E\u0964","error.429":"\u0938\u0947\u0935\u093E \u0924\u094D\u0930\u0941\u091F\u093F \u0932\u094C\u091F\u093E\u0924\u0940 \u0939\u0948, \u091C\u093F\u0938\u0915\u093E \u0905\u0930\u094D\u0925 \u0939\u0948 \u0915\u093F \u0905\u0928\u0941\u0930\u094B\u0927 \u092C\u0939\u0941\u0924 \u0905\u0915\u094D\u0938\u0930 \u0939\u094B \u0930\u0939\u0947 \u0939\u0948\u0902 \u092F\u093E \u0938\u0940\u092E\u093E \u0938\u0940\u092E\u093E \u0938\u0947 \u0905\u0927\u093F\u0915 \u0939\u0948\u0902, \u0915\u0943\u092A\u092F\u093E \u092C\u093E\u0926 \u092E\u0947\u0902 \u092A\u0941\u0928\u0903 \u092A\u094D\u0930\u092F\u093E\u0938 \u0915\u0930\u0947\u0902\u0964","error.openAIExceededQuota":"\u0938\u0947\u0935\u093E \u0924\u094D\u0930\u0941\u091F\u093F \u0935\u093E\u092A\u0938 \u0915\u0930\u0924\u0940 \u0939\u0948: \u0906\u092A\u0915\u093E \u0935\u0930\u094D\u0924\u092E\u093E\u0928 OpenAI \u0916\u093E\u0924\u093E \u092C\u0948\u0932\u0947\u0902\u0938 \u092A\u0930\u094D\u092F\u093E\u092A\u094D\u0924 \u0928\u0939\u0940\u0902 \u0939\u0948, \u0915\u0943\u092A\u092F\u093E OpenAI \u0906\u0927\u093F\u0915\u093E\u0930\u093F\u0915 \u092C\u0948\u0915\u090F\u0902\u0921 \u092E\u0947\u0902 \u0930\u093F\u091A\u093E\u0930\u094D\u091C \u0915\u0930\u0947\u0902 \u092F\u093E \u0915\u094D\u0930\u0947\u0921\u093F\u091F \u0915\u093E\u0930\u094D\u0921 \u092C\u093E\u0902\u0927\u0947\u0902\u0964","translationFont.notSupportErrorMessage":"\u0915\u0943\u092A\u092F\u093E \u091C\u093E\u0902\u091A\u0947\u0902 \u0915\u093F \u0906\u092A\u0915\u0947 \u0926\u094D\u0935\u093E\u0930\u093E \u0926\u0930\u094D\u091C \u0915\u093F\u092F\u093E \u0917\u092F\u093E \u092B\u093C\u0949\u0928\u094D\u091F \u0928\u093E\u092E \u0938\u0939\u0940 \u0939\u0948 \u092F\u093E \u0928\u0939\u0940\u0902, \u092F\u093E \u092F\u0939 \u0938\u0941\u0928\u093F\u0936\u094D\u091A\u093F\u0924 \u0915\u0930\u0947\u0902 \u0915\u093F \u092F\u0939 \u092B\u093C\u0949\u0928\u094D\u091F \u0906\u092A\u0915\u0947 \u0909\u092A\u0915\u0930\u0923 \u092A\u0930 \u0938\u094D\u0925\u093E\u092A\u093F\u0924 \u0939\u0948\u0964","error.openAIFreeLimit":"\u0938\u0947\u0935\u093E \u0924\u094D\u0930\u0941\u091F\u093F \u0932\u094C\u091F\u093E\u0924\u0940 \u0939\u0948, \u0935\u0930\u094D\u0924\u092E\u093E\u0928 \u0905\u0928\u0941\u0935\u093E\u0926 \u0905\u0928\u0941\u0930\u094B\u0927 \u0915\u0940 \u0906\u0935\u0943\u0924\u094D\u0924\u093F \u092A\u094D\u0930\u0924\u093F \u092E\u093F\u0928\u091F 3 \u092C\u093E\u0930 \u0915\u0940 \u0905\u0927\u093F\u0915\u0924\u092E \u0938\u0940\u092E\u093E \u0924\u0915 \u092A\u0939\u0941\u0902\u091A \u091A\u0941\u0915\u0940 \u0939\u0948, \u0915\u0943\u092A\u092F\u093E \u092C\u093E\u0926 \u092E\u0947\u0902 \u092A\u094D\u0930\u092F\u093E\u0938 \u0915\u0930\u0947\u0902\u0964 (\u092F\u0939 OpenAI \u0915\u0940 \u0906\u0927\u093F\u0915\u093E\u0930\u093F\u0915 \u0938\u0940\u092E\u093E \u0939\u0948 \u0928\u093F:\u0936\u0941\u0932\u094D\u0915 API Key \u0915\u0947 \u0932\u093F\u090F, \u0907\u0938 \u0938\u0940\u092E\u093E \u0915\u094B \u0939\u091F\u093E\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F, \u0915\u0943\u092A\u092F\u093E OpenAI \u092C\u0948\u0915\u090F\u0902\u0921 \u092E\u0947\u0902 \u0915\u094D\u0930\u0947\u0921\u093F\u091F \u0915\u093E\u0930\u094D\u0921 \u092C\u093E\u0902\u0927\u0947\u0902\u0964)","desc.toggleVideoSubtitlePreTranslation":"\u091C\u092C \u0906\u092A \u0907\u0938\u0947 \u0926\u092C\u093E\u0924\u0947 \u0939\u0948\u0902, \u0924\u094B \u0935\u0940\u0921\u093F\u092F\u094B \u0926\u094D\u0935\u093F\u092D\u093E\u0937\u0940 \u0909\u092A\u0936\u0940\u0930\u094D\u0937\u0915 \u092A\u094D\u0930\u093E\u0925\u092E\u093F\u0915\u0924\u093E \u0938\u0947 \u0921\u0941\u092C\u0915\u0940 \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0940 \u0938\u0947\u091F\u093F\u0902\u0917 \u0915\u093E \u0909\u092A\u092F\u094B\u0917 \u0915\u0930\u0947\u0917\u093E, \u092B\u093F\u0930 \u0938\u0947 \u0926\u092C\u093E\u0928\u0947 \u092A\u0930 \u092F\u0939 \u092E\u0942\u0932 \u0935\u0940\u0921\u093F\u092F\u094B \u0915\u0947 \u0938\u094D\u0935\u091A\u093E\u0932\u093F\u0924 \u0905\u0928\u0941\u0935\u093E\u0926\u093F\u0924 \u0909\u092A\u0936\u0940\u0930\u094D\u0937\u0915 \u0915\u093E \u0909\u092A\u092F\u094B\u0917 \u0915\u0930\u0947\u0917\u093E, \u0927\u094D\u092F\u093E\u0928 \u0926\u0947\u0902: \u0907\u0938 \u0936\u0949\u0930\u094D\u091F\u0915\u091F \u0926\u094D\u0935\u093E\u0930\u093E \u0938\u0902\u0936\u094B\u0927\u093F\u0924 \u0938\u0947\u091F\u093F\u0902\u0917 \u0935\u0948\u0936\u094D\u0935\u093F\u0915 \u0939\u094B\u0924\u0940 \u0939\u0948\u0964","error.serveUnavailable":"\u0906\u092A\u0915\u0947 \u0926\u094D\u0935\u093E\u0930\u093E \u0935\u0930\u094D\u0924\u092E\u093E\u0928 \u092E\u0947\u0902 \u0909\u092A\u092F\u094B\u0917 \u0915\u093F\u090F \u091C\u093E \u0930\u0939\u0947 [{serverName}] \u0938\u0947\u0935\u093E \u0915\u094B \u0928\u0947\u091F\u0935\u0930\u094D\u0915 \u0915\u0928\u0947\u0915\u094D\u0936\u0928 \u092F\u093E \u0938\u0947\u0935\u093E \u092A\u094D\u0930\u0926\u093E\u0924\u093E \u0915\u0940 \u0938\u092E\u0938\u094D\u092F\u093E \u0915\u0947 \u0915\u093E\u0930\u0923 \u0905\u0938\u094D\u0925\u093E\u092F\u0940 \u0930\u0942\u092A \u0938\u0947 \u0909\u092A\u092F\u094B\u0917 \u0915\u0930\u0928\u0947 \u092E\u0947\u0902 \u0905\u0938\u092E\u0930\u094D\u0925 \u0939\u0948\u0964 \u0939\u092E\u093E\u0930\u093E \u0938\u0941\u091D\u093E\u0935 \u0939\u0948 \u0915\u093F \u0906\u092A \u092A\u0943\u0937\u094D\u0920 \u0915\u094B \u0924\u093E\u091C\u093E \u0915\u0930\u0928\u0947 \u0915\u093E \u092A\u094D\u0930\u092F\u093E\u0938 \u0915\u0930\u0947\u0902 \u092F\u093E <1>\u0938\u0947\u091F\u093F\u0902\u0917\u094D\u0938 \u0915\u0947 \u092E\u093E\u0927\u094D\u092F\u092E \u0938\u0947 \u0905\u0928\u094D\u092F \u0905\u0928\u0941\u0935\u093E\u0926 \u0938\u0947\u0935\u093E\u0913\u0902 \u0915\u094B \u092C\u0926\u0932\u0928\u0947 \u0915\u093E \u092A\u094D\u0930\u092F\u093E\u0938 \u0915\u0930\u0947\u0902\u0964 \u092F\u0926\u093F \u0906\u092A <2>Pro \u0938\u0926\u0938\u094D\u092F \u0939\u0948\u0902, \u0924\u094B \u0906\u092A DeepL \u092F\u093E OpenAI \u0905\u0928\u0941\u0935\u093E\u0926 \u0938\u0947\u0935\u093E \u0915\u093E \u0909\u092A\u092F\u094B\u0917 \u0915\u0930\u0928\u0947 \u0915\u093E \u091A\u092F\u0928 \u0915\u0930 \u0938\u0915\u0924\u0947 \u0939\u0948\u0902 \u091C\u094B \u0905\u0927\u093F\u0915 \u0938\u094D\u0925\u093F\u0930 \u0939\u0948 (<3>\u092F\u0939\u093E\u0902 \u092E\u0941\u092B\u094D\u0924 \u0905\u0928\u0941\u092D\u0935 \u0915\u0930\u0947\u0902)\u0964 \u0907\u0938\u0915\u0947 \u0905\u0932\u093E\u0935\u093E, \u0906\u092A\u0915\u094B \u0936\u093E\u092F\u0926 \u0905\u092A\u0928\u0940 \u0928\u0947\u091F\u0935\u0930\u094D\u0915 \u092F\u093E \u092A\u094D\u0930\u0949\u0915\u094D\u0938\u0940 \u0938\u0947\u091F\u093F\u0902\u0917\u094D\u0938 \u0915\u0940 \u091C\u093E\u0902\u091A \u0915\u0930\u0928\u0947 \u0915\u0940 \u0906\u0935\u0936\u094D\u092F\u0915\u0924\u093E \u0939\u094B \u0938\u0915\u0924\u0940 \u0939\u0948\u0964","translationServices.gemini":"\u092E\u093F\u0925\u0941\u0928","widget.translateFile":"PDF/ePub",goLogin:"\u0932\u0949\u0917 \u0907\u0928 \u0915\u0930\u0947\u0902","error.reason":"\u0924\u094D\u0930\u0941\u091F\u093F \u0915\u093E \u0915\u093E\u0930\u0923",contact:"\u0939\u092E\u0938\u0947 \u0938\u0902\u092A\u0930\u094D\u0915 \u0915\u0930\u0947\u0902",pickAll:"\u0938\u092D\u0940 \u0915\u093E \u091A\u092F\u0928 \u0915\u0930\u0947\u0902","multipleClick.3":"\u0924\u094D\u0930\u093F\u092A\u0932 \u0939\u093F\u091F","floatBall.iKnow":"\u092E\u0948\u0902\u0928\u0947 \u0938\u092E\u091D \u0932\u093F\u092F\u093E",shortcutSettings:"\u0936\u0949\u0930\u094D\u091F\u0915\u091F \u0915\u0941\u0902\u091C\u0940","error.retry":"\u092A\u0941\u0928\u0903 \u092A\u094D\u0930\u092F\u093E\u0938 \u0915\u0930\u0947\u0902",touchShortcutsOff:"\u092C\u0902\u0926 \u0915\u0930\u0947\u0902","subtitle.bilingual":"\u0926\u094D\u0935\u093F\u092D\u093E\u0937\u0940\u092F \u0909\u092A\u0936\u0940\u0930\u094D\u0937\u0915","tagsInput.add":"+ \u091C\u094B\u0921\u093C\u0947\u0902","slide.right":"\u092C\u093E\u090F\u0902 \u0938\u094D\u0932\u093E\u0907\u0921 \u0915\u0930\u0947\u0902","multipleClick.2":"\u0921\u092C\u0932 \u0915\u094D\u0932\u093F\u0915","widget.instruction":"\u0909\u092A\u092F\u094B\u0917 \u0915\u0940 \u0928\u093F\u0930\u094D\u0926\u0947\u0936\u093F\u0915\u093E",loggedIn:"\u0932\u0949\u0917 \u0907\u0928 \u0915\u093F\u092F\u093E \u0939\u0941\u0906 \u0939\u0948","shortcutGroup.main":"\u0938\u093E\u092E\u093E\u0928\u094D\u092F \u0909\u092A\u092F\u094B\u0917 \u0915\u0940 \u0936\u0949\u0930\u094D\u091F\u0915\u091F \u0915\u0941\u0902\u091C\u0940","slide.left":"\u0926\u093E\u090F\u0902 \u0938\u094D\u0932\u093E\u0907\u0921 \u0915\u0930\u0947\u0902",shortcutSettingsTitle:"\u0936\u0949\u0930\u094D\u091F\u0915\u091F \u0915\u0940 \u0938\u0947\u091F\u093F\u0902\u0917","multipleClick.4":"\u091A\u093E\u0930\u0939\u093F\u091F \u0938\u0902\u092F\u094B\u091C\u0928","error.subscriptionExpiredTitle":"\u0938\u0926\u0938\u094D\u092F\u0924\u093E \u0938\u092E\u093E\u092A\u094D\u0924 \u0939\u094B \u0917\u0908 \u0939\u0948",notLogin:"\u0932\u0949\u0917 \u0907\u0928 \u0928\u0939\u0940\u0902 \u0915\u093F\u092F\u093E \u0939\u0948","shortcutGroup.others":"\u0905\u0927\u093F\u0915 \u0915\u0938\u094D\u091F\u092E \u092B\u093C\u0902\u0915\u094D\u0936\u0928 \u0936\u0949\u0930\u094D\u091F\u0915\u091F","subtitle.hideQuickButton":"\u0907\u0938 \u0936\u0949\u0930\u094D\u091F\u0915\u091F \u0915\u094B \u092B\u093F\u0930 \u0938\u0947 \u0928\u093E \u0926\u093F\u0916\u093E\u090F\u0902","widget.videoSubtitleTooltip":"Youtube \u0906\u0926\u093F {count}+ \u0935\u0940\u0921\u093F\u092F\u094B \u0935\u0947\u092C\u0938\u093E\u0907\u091F\u094B\u0902 \u0915\u093E \u0938\u092E\u0930\u094D\u0925\u0928 \u0915\u0930\u0947\u0902","browser.translateInputBox":"\u0935\u0930\u094D\u0924\u092E\u093E\u0928 \u0907\u0928\u092A\u0941\u091F \u092C\u0949\u0915\u094D\u0938 \u0915\u0940 \u0938\u093E\u092E\u0917\u094D\u0930\u0940 \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0947\u0902",temprarilyChangeTranslationTo_openai:"\u0939\u092E \u0935\u0930\u094D\u0924\u092E\u093E\u0928 \u092A\u0943\u0937\u094D\u0920 \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 OpenAI \u0915\u093E \u0909\u092A\u092F\u094B\u0917 \u0915\u0930 \u0930\u0939\u0947 \u0939\u0948\u0902",alwaysTranslateThisSite:"\u0939\u092E\u0947\u0936\u093E \u0907\u0938 \u0935\u0947\u092C\u0938\u093E\u0907\u091F \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0947\u0902","shortcutGroup.mouse":"\u092E\u093E\u0909\u0938 \u0939\u094B\u0935\u0930 \u0936\u0949\u0930\u094D\u091F\u0915\u091F \u0915\u0949\u0928\u094D\u092B\u093C\u093F\u0917\u0930\u0947\u0936\u0928",translationOnlyMode:`\u0915\u0947\u0935\u0932 \u0905\u0928\u0941\u0935\u093E\u0926 \u092E\u094B\u0921 `,"shortcutGroup.touch":"\u0938\u094D\u0915\u094D\u0930\u0940\u0928 \u091F\u091A \u0915\u0947 \u0932\u093F\u090F \u0935\u093F\u0936\u0947\u0937 \u091C\u0947\u0938\u094D\u091A\u0930",networkError:"\u0905\u0928\u0941\u0935\u093E\u0926 \u0938\u0947\u0935\u093E\u090F\u0902 \u092F\u093E \u0928\u0947\u091F\u0935\u0930\u094D\u0915 \u092E\u0947\u0902 \u0938\u092E\u0938\u094D\u092F\u093E \u0939\u0948","intro.floatBallTitle":"\u0924\u094D\u0935\u0930\u093F\u0924 \u0905\u0928\u0941\u0935\u093E\u0926 \u092B\u094D\u0932\u094B\u091F\u093F\u0902\u0917 \u092C\u0949\u0932","widget.instructionTooltip":"\u0909\u092A\u092F\u094B\u0917 \u0915\u0940 \u0928\u093F\u0930\u094D\u0926\u0947\u0936\u093F\u0915\u093E \u0926\u0947\u0916\u0947\u0902",mouseHoverCustomKeyTitle:"\u0905\u0928\u0941\u0915\u0942\u0932\u093F\u0924 \u092E\u093E\u0909\u0938 \u0939\u094B\u0935\u0930 \u0936\u0949\u0930\u094D\u091F\u0915\u091F","widget.videoSubtitle":"\u0935\u0940\u0921\u093F\u092F\u094B \u0909\u092A\u0936\u0940\u0930\u094D\u0937\u0915",paragraphMinTextCountField:"\u0905\u0928\u0941\u0935\u093E\u0926 \u092A\u0948\u0930\u093E\u0917\u094D\u0930\u093E\u092B \u0915\u0947 \u0932\u093F\u090F \u0928\u094D\u092F\u0942\u0928\u0924\u092E \u0935\u0930\u094D\u0923 \u0938\u0902\u0916\u094D\u092F\u093E",neverTranslateThisSite:"\u0907\u0938 \u0935\u0947\u092C\u0938\u093E\u0907\u091F \u0915\u093E \u0915\u092D\u0940 \u0905\u0928\u0941\u0935\u093E\u0926 \u0928 \u0915\u0930\u0947\u0902","subtitle.showQuickButton":"\u0926\u094D\u0935\u093F\u092D\u093E\u0937\u0940\u092F \u0909\u092A\u0936\u0940\u0930\u094D\u0937\u0915\u094B\u0902 \u0915\u094B \u092A\u094D\u0932\u0947\u092F\u0930 \u092E\u0947\u0902 \u092A\u094D\u0930\u0926\u0930\u094D\u0936\u093F\u0924 \u0915\u0930\u0928\u0947 \u0915\u093E \u0936\u0949\u0930\u094D\u091F\u0915\u091F","widget.translateFileTooltip":"PDF, EPUB, SRT, ASS, HTML \u0914\u0930 TXT \u0926\u0938\u094D\u0924\u093E\u0935\u0947\u091C\u093C\u094B\u0902 \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0947\u0902","shortcutGroup.shortcutsForTranslationServices":"\u0905\u0928\u0941\u0935\u093E\u0926 \u0938\u0947\u0935\u093E\u0913\u0902 \u0938\u0947 \u0938\u0902\u092C\u0902\u0927\u093F\u0924 \u0936\u0949\u0930\u094D\u091F\u0915\u091F \u0915\u0941\u0902\u091C\u0940","intro.hoverTitle":"\u092E\u093E\u0909\u0938 \u0939\u094B\u0935\u0930 \u092A\u0930 \u0935\u0930\u094D\u0924\u092E\u093E\u0928 \u0905\u0928\u0941\u091A\u094D\u091B\u0947\u0926 \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0947\u0902",buildSnapshots:"\u0935\u0947\u092C\u092A\u0947\u091C \u0938\u094D\u0928\u0948\u092A\u0936\u0949\u091F \u0909\u0924\u094D\u092A\u0928\u094D\u0928 \u0915\u0930\u0947\u0902",notLoginPro:"\u0906\u092A\u0928\u0947 \u0905\u092D\u0940 \u0924\u0915 \u0905\u092A\u0928\u093E \u0938\u0926\u0938\u094D\u092F \u0916\u093E\u0924\u093E \u0932\u0949\u0917 \u0907\u0928 \u0928\u0939\u0940\u0902 \u0915\u093F\u092F\u093E \u0939\u0948\u0964","browser.translateWithTransmart":"\u0905\u0938\u094D\u0925\u093E\u092F\u0940 \u0930\u0942\u092A \u0938\u0947 \u091F\u0947\u0902\u0938\u0947\u0902\u091F \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u093E \u0909\u092A\u092F\u094B\u0917 \u0915\u0930\u0915\u0947 \u0935\u0930\u094D\u0924\u092E\u093E\u0928 \u092A\u0943\u0937\u094D\u0920 \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0947\u0902",temprarilyChangeTranslationTo_gemini:"\u0939\u092E \u0935\u0930\u094D\u0924\u092E\u093E\u0928 \u092A\u0943\u0937\u094D\u0920 \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 Gemini \u0915\u093E \u0909\u092A\u092F\u094B\u0917 \u0915\u0930 \u0930\u0939\u0947 \u0939\u0948\u0902\u0964",temprarilyChangeTranslationTo_deepl:"DeepL \u0915\u093E \u0909\u092A\u092F\u094B\u0917 \u0915\u0930\u0915\u0947 \u0935\u0930\u094D\u0924\u092E\u093E\u0928 \u092A\u0943\u0937\u094D\u0920 \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930 \u0930\u0939\u0947 \u0939\u0948\u0902",touchShortcutsToggleTranslationMask:"\u0938\u094D\u0915\u094D\u0930\u0940\u0928 \u091C\u0947\u0938\u094D\u091A\u0930 \u0938\u0947\u091F \u0915\u0930\u0947\u0902 \u0905\u0928\u0941\u0935\u093E\u0926 \u091B\u093F\u092A\u093E\u0928\u0947 / \u092E\u0942\u0932 \u092A\u093E\u0920 \u0926\u093F\u0916\u093E\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F","desc.touchShortcutsToggleTranslateTouchElement":"\u090F\u0915 \u0939\u0938\u094D\u0924\u0915\u094D\u0937\u0947\u092A \u0915\u094B \u0905\u0928\u0941\u0915\u0942\u0932\u093F\u0924 \u0915\u0930\u0947\u0902, \u0914\u0930 \u0906\u092A \u091C\u093F\u0938 \u0905\u0928\u0941\u091A\u094D\u091B\u0947\u0926 \u092E\u0947\u0902 \u0939\u0948\u0902, \u0909\u0938\u0947 \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930 \u0938\u0915\u0924\u0947 \u0939\u0948\u0902\u0964","browser.translateWithOpenAI":"\u0905\u0938\u094D\u0925\u093E\u092F\u0940 \u0930\u0942\u092A \u0938\u0947 OpenAI \u0915\u093E \u0909\u092A\u092F\u094B\u0917 \u0915\u0930\u0915\u0947 \u0935\u0930\u094D\u0924\u092E\u093E\u0928 \u092A\u0943\u0937\u094D\u0920 \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0947\u0902","browser.toggleMouseHoverTranslateDirectly":"\u092A\u0947\u091C \u092A\u0930 \u0905\u0938\u094D\u0925\u093E\u092F\u0940 \u0930\u0942\u092A \u0938\u0947 \u092E\u093E\u0909\u0938 \u0939\u094B\u0935\u0930 \u0938\u0940\u0927\u0947 \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u094B \u0938\u0915\u094D\u0937\u092E \u092F\u093E \u092C\u0902\u0926 \u0915\u0930\u0947\u0902","description.baiduField":"\u0938\u092E\u0930\u094D\u0925\u093F\u0924 \u0915\u094D\u0937\u0947\u0924\u094D\u0930\u094B\u0902 \u0915\u094B <1>\u092F\u0939\u093E\u0902 \u0926\u0947\u0916\u0947\u0902, \u0916\u093E\u0932\u0940 \u0939\u094B\u0928\u0947 \u0915\u093E \u0905\u0930\u094D\u0925 \u0939\u0948 \u0915\u094D\u0937\u0947\u0924\u094D\u0930 \u0928\u093F\u0930\u094D\u0926\u093F\u0937\u094D\u091F \u0928\u0939\u0940\u0902 \u0939\u0948","browser.toggleVideoSubtitlePreTranslation":"\u0926\u094D\u0935\u093F\u092D\u093E\u0937\u0940\u092F \u0938\u092C\u091F\u093E\u092F\u091F\u0932 \u0938\u094D\u0935\u093F\u091A \u0915\u0930\u0947\u0902, \u0921\u0941\u092C\u0915\u0940 \u0905\u0928\u0941\u0935\u093E\u0926 \u0938\u0947\u091F\u093F\u0902\u0917\u094D\u0938 \u0915\u093E \u092A\u094D\u0930\u093E\u0925\u092E\u093F\u0915\u0924\u093E \u0938\u0947 \u0909\u092A\u092F\u094B\u0917 \u0915\u0930\u0947\u0902","subtitle.autoDisableSubtitle":"\u0938\u094D\u0935\u091A\u093E\u0932\u093F\u0924 \u0930\u0942\u092A \u0938\u0947 \u0926\u094D\u0935\u093F\u092D\u093E\u0937\u0940 \u0909\u092A\u0936\u0940\u0930\u094D\u0937\u0915 \u0938\u0915\u094D\u0937\u092E \u0928\u0939\u0940\u0902 \u0915\u0930\u0947\u0902","browser.translateWithGemini":"\u0905\u0938\u094D\u0925\u093E\u092F\u0940 \u0930\u0942\u092A \u0938\u0947 Gemini \u0915\u093E \u0909\u092A\u092F\u094B\u0917 \u0915\u0930\u0915\u0947 \u0935\u0930\u094D\u0924\u092E\u093E\u0928 \u092A\u0943\u0937\u094D\u0920 \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0947\u0902","floatBall.guideClickToTranslate":`\u0905\u0928\u0941\u0935\u093E\u0926 \u092B\u094D\u0932\u094B\u091F\u093F\u0902\u0917 \u092C\u0949\u0932 \u092A\u0930 \u0915\u094D\u0932\u093F\u0915 \u0915\u0930\u0915\u0947 \u0924\u0941\u0930\u0902\u0924 \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930 \u0938\u0915\u0924\u0947 \u0939\u0948\u0902`,"neverTranslateText.title":"\u0928\u093F\u092E\u094D\u0928\u0932\u093F\u0916\u093F\u0924 \u0936\u092C\u094D\u0926 \u092E\u0942\u0932 \u0930\u0942\u092A \u092E\u0947\u0902 \u0930\u0916\u0947\u0902, \u0905\u0928\u0941\u0935\u093E\u0926 \u0928 \u0915\u0930\u0947\u0902",temprarilyChangeTranslationTo_google:"\u0935\u0930\u094D\u0924\u092E\u093E\u0928 \u092A\u0943\u0937\u094D\u0920 \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 Google \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u093E \u0909\u092A\u092F\u094B\u0917 \u0915\u0930 \u0930\u0939\u093E \u0939\u0948\u0964",touchShortcutsToggleTranslateTouchElement:"\u0938\u094D\u092A\u0930\u094D\u0936 \u0938\u094D\u0915\u094D\u0930\u0940\u0928 \u091C\u0947\u0938\u094D\u091A\u0930 \u0938\u0947\u091F \u0915\u0930\u0947\u0902 \u0928\u093F\u0930\u094D\u0926\u093F\u0937\u094D\u091F \u092A\u0948\u0930\u093E\u0917\u094D\u0930\u093E\u092B \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F",temprarilyChangeTranslationTo_transmart:"\u0939\u092E \u0935\u0930\u094D\u0924\u092E\u093E\u0928 \u092A\u0943\u0937\u094D\u0920 \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930 \u0930\u0939\u0947 \u0939\u0948\u0902 \u091F\u0947\u0902\u0938\u0947\u0902\u091F \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u093E \u0909\u092A\u092F\u094B\u0917 \u0915\u0930\u0915\u0947","browser.translateWithDeepL":"\u0905\u0938\u094D\u0925\u093E\u092F\u0940 \u0930\u0942\u092A \u0938\u0947 DeepL \u0915\u093E \u0909\u092A\u092F\u094B\u0917 \u0915\u0930\u0915\u0947 \u0935\u0930\u094D\u0924\u092E\u093E\u0928 \u092A\u0943\u0937\u094D\u0920 \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0947\u0902",upgradeToProErrorTitle:"\u0915\u0943\u092A\u092F\u093E \u0907\u0938 \u0905\u0928\u0941\u0935\u093E\u0926 \u0938\u0947\u0935\u093E \u0915\u093E \u0909\u092A\u092F\u094B\u0917 \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u092A\u094D\u0930\u094B \u0938\u0926\u0938\u094D\u092F\u0924\u093E \u0905\u092A\u0917\u094D\u0930\u0947\u0921 \u0915\u0930\u0947\u0902","floatBall.longPress":"\u0932\u0902\u092C\u0947 \u0938\u092E\u092F \u0924\u0915 \u0926\u092C\u093E\u090F \u0930\u0916\u0928\u0947 \u0938\u0947 \u0906\u092A \u0924\u094D\u0935\u0930\u093F\u0924 \u0930\u0942\u092A \u0938\u0947 \u0938\u0947\u091F\u093F\u0902\u0917\u094D\u0938 \u092A\u0948\u0928\u0932 \u0915\u094B \u0916\u094B\u0932 \u0938\u0915\u0924\u0947 \u0939\u0948\u0902\u0964",temprarilyChangeTranslationTo_bing:"\u092E\u093E\u0907\u0915\u094D\u0930\u094B\u0938\u0949\u092B\u094D\u091F \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u093E \u0909\u092A\u092F\u094B\u0917 \u0915\u0930\u0915\u0947 \u0935\u0930\u094D\u0924\u092E\u093E\u0928 \u092A\u0943\u0937\u094D\u0920 \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930 \u0930\u0939\u093E \u0939\u0948\u0902","browser.translateWithGoogle":"\u0905\u0938\u094D\u0925\u093E\u092F\u0940 \u0930\u0942\u092A \u0938\u0947 Google \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u093E \u0909\u092A\u092F\u094B\u0917 \u0915\u0930\u0915\u0947 \u0935\u0930\u094D\u0924\u092E\u093E\u0928 \u092A\u0943\u0937\u094D\u0920 \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0947\u0902","browser.translateWithBing":"\u092E\u093E\u0907\u0915\u094D\u0930\u094B\u0938\u0949\u092B\u094D\u091F \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u093E \u0905\u0938\u094D\u0925\u093E\u092F\u0940 \u0930\u0942\u092A \u0938\u0947 \u0935\u0930\u094D\u0924\u092E\u093E\u0928 \u092A\u0943\u0937\u094D\u0920 \u0915\u093E \u0909\u092A\u092F\u094B\u0917 \u0915\u0930\u0947\u0902",touchShortcutsToggleTranslatePage:"\u0935\u0947\u092C\u092A\u0947\u091C \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0928\u0947/\u092E\u0942\u0932 \u092A\u093E\u0920 \u0926\u093F\u0916\u093E\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u091F\u091A\u0938\u094D\u0915\u094D\u0930\u0940\u0928 \u091C\u0947\u0938\u094D\u091A\u0930 \u0938\u0947\u091F \u0915\u0930\u0947\u0902\u0964","error.subscriptionExpired":"\u0906\u092A\u0915\u0940 \u0938\u0926\u0938\u094D\u092F\u0924\u093E \u0938\u092E\u093E\u092A\u094D\u0924 \u0939\u094B \u0938\u0915\u0924\u0940 \u0939\u0948, \u0915\u0943\u092A\u092F\u093E \u0905\u092A\u0928\u0940 \u0938\u0926\u0938\u094D\u092F\u0924\u093E \u0915\u0940 \u0938\u094D\u0925\u093F\u0924\u093F \u0915\u0940 \u091C\u093E\u0902\u091A \u0915\u0930\u0947\u0902\u0964",paragraphMinTextCountDesc:"\u0927\u094D\u092F\u093E\u0928 \u0926\u0947\u0902, \u092F\u0939\u093E\u0902 \u0935\u0930\u094D\u0923\u094B\u0902 \u0915\u0940 \u0932\u0902\u092C\u093E\u0908 \u0915\u093E \u0924\u093E\u0924\u094D\u092A\u0930\u094D\u092F \u0939\u0948, \u0909\u0926\u093E\u0939\u0930\u0923 \u0915\u0947 \u0932\u093F\u090F: \u0939\u0947\u0932\u094B 5 \u0935\u0930\u094D\u0923 \u0939\u0948\u0902, \u0907\u0938\u0947 \u0905\u0927\u093F\u0915 \u092E\u093E\u0928 \u092A\u0930 \u0938\u0947\u091F \u0915\u0930\u0928\u0947 \u0938\u0947 \u0905\u0928\u093E\u0935\u0936\u094D\u092F\u0915 \u091B\u094B\u091F\u0947 \u0905\u0928\u0941\u091A\u094D\u091B\u0947\u0926\u094B\u0902 \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u092E \u0915\u093F\u092F\u093E \u091C\u093E \u0938\u0915\u0924\u093E \u0939\u0948\u0964","desc.interfaceLanguage":"\u0907\u0902\u091F\u0930\u092B\u093C\u0947\u0938 \u092D\u093E\u0937\u093E \u0938\u0947\u091F\u093F\u0902\u0917\u094D\u0938 \u0915\u0902\u091F\u094D\u0930\u094B\u0932 \u092A\u0948\u0928\u0932 \u0915\u0940 \u092A\u094D\u0930\u0926\u0930\u094D\u0936\u0928 \u092D\u093E\u0937\u093E \u0915\u094B \u092A\u094D\u0930\u092D\u093E\u0935\u093F\u0924 \u0915\u0930\u0924\u0940 \u0939\u0948\u0902, \u0914\u0930 \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0940 \u0932\u0915\u094D\u0937\u094D\u092F \u092D\u093E\u0937\u093E \u0938\u0947 \u0907\u0938\u0915\u093E \u0915\u094B\u0908 \u0938\u0902\u092C\u0902\u0927 \u0928\u0939\u0940\u0902 \u0939\u0948\u0964",mouseHoverCustomKeyDescription:"\u0906\u092A \u090F\u0915 \u0915\u0938\u094D\u091F\u092E \u092E\u093E\u0909\u0938 \u0939\u094B\u0935\u0930 \u0936\u0949\u0930\u094D\u091F\u0915\u091F \u0915\u0940 \u0924\u0930\u0939 \u092C\u0928\u093E \u0938\u0915\u0924\u0947 \u0939\u0948\u0902, \u091C\u0948\u0938\u0947 \u0915\u093F: Alt+Z, Ctrl+E, Cmd+Alt+E \u092F\u093E \u0938\u0940\u0927\u0947 Cmd, \u0915\u0943\u092A\u092F\u093E \u092E\u0948\u0928\u094D\u092F\u0941\u0905\u0932 \u0930\u0942\u092A \u0938\u0947 \u0907\u0928\u092A\u0941\u091F \u0915\u0930\u0947\u0902","desc.mouseHoverHoldKey":"\u091C\u092C \u092E\u093E\u0909\u0938 \u0915\u093F\u0938\u0940 \u092A\u0948\u0930\u093E\u0917\u094D\u0930\u093E\u092B \u092A\u0930 \u0939\u094B\u0935\u0930 \u0915\u0930\u0924\u093E \u0939\u0948, \u0924\u094B \u0938\u093E\u0925 \u0939\u0940 \u0926\u093E\u0908\u0902 \u0913\u0930 \u0915\u0940 \u0936\u0949\u0930\u094D\u091F\u0915\u091F \u0915\u0941\u0902\u091C\u0940 \u0926\u092C\u093E\u090F\u0902, \u0924\u094B \u0909\u0938 \u092A\u0948\u0930\u093E\u0917\u094D\u0930\u093E\u092B \u0915\u093E \u0938\u0940\u0927\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u093F\u092F\u093E \u091C\u093E \u0938\u0915\u0924\u093E \u0939\u0948\u0964","subtitle.showQuickButtonDescription":"\u0935\u0940\u0921\u093F\u092F\u094B \u092A\u094D\u0932\u0947\u092F\u0930 \u0915\u0947 \u0926\u093E\u090F\u0902 \u0928\u093F\u091A\u0932\u0947 \u0915\u094B\u0928\u0947 \u092E\u0947\u0902 \u0926\u094D\u0935\u093F\u092D\u093E\u0937\u0940\u092F \u0909\u092A\u0936\u0940\u0930\u094D\u0937\u0915 \u0938\u0915\u094D\u0937\u092E \u0915\u0930\u0928\u0947 \u0915\u093E \u0936\u0949\u0930\u094D\u091F\u0915\u091F \u092A\u094D\u0930\u0926\u093E\u0928 \u0915\u093F\u092F\u093E \u0917\u092F\u093E \u0939\u0948\u0964",confirmResetToDefaultSettings:"\u0915\u094D\u092F\u093E \u0906\u092A \u0935\u093E\u0915\u0908 \u0907\u0938 \u0905\u0928\u0941\u0935\u093E\u0926 \u0938\u0947\u0935\u093E \u0915\u094B \u0921\u093F\u092B\u093C\u0949\u0932\u094D\u091F \u0938\u0947\u091F\u093F\u0902\u0917\u094D\u0938 \u092A\u0930 \u092A\u0941\u0928\u0930\u094D\u0938\u094D\u0925\u093E\u092A\u093F\u0924 \u0915\u0930\u0928\u093E \u091A\u093E\u0939\u0924\u0947 \u0939\u0948\u0902? (\u0915\u0947\u0935\u0932 \u0935\u0930\u094D\u0924\u092E\u093E\u0928 \u0905\u0928\u0941\u0935\u093E\u0926 \u0938\u0947\u0935\u093E \u0915\u0940 \u0938\u0947\u091F\u093F\u0902\u0917\u094D\u0938 \u0930\u0940\u0938\u0947\u091F \u0915\u0930\u0947\u0902)","contact.description":"\u092F\u0926\u093F \u0906\u092A\u0915\u0947 \u092A\u093E\u0938 \u0915\u094B\u0908 \u092A\u094D\u0930\u0936\u094D\u0928 \u092F\u093E \u0938\u0941\u091D\u093E\u0935 \u0939\u0948\u0902, \u0924\u094B \u0915\u0943\u092A\u092F\u093E \u0928\u0940\u091A\u0947 \u0926\u093F\u090F \u0917\u090F \u092B\u0949\u0930\u094D\u092E \u0915\u094B \u092D\u0930\u0915\u0930 \u0939\u092E\u0938\u0947 \u0938\u0902\u092A\u0930\u094D\u0915 \u0915\u0930\u0947\u0902, \u092F\u093E {email} \u092A\u0930 \u0908\u092E\u0947\u0932 \u092D\u0947\u091C\u0947\u0902, \u0939\u092E \u091C\u0932\u094D\u0926 \u0938\u0947 \u091C\u0932\u094D\u0926 \u0906\u092A\u0915\u093E \u0909\u0924\u094D\u0924\u0930 \u0926\u0947\u0902\u0917\u0947\u0964","desc.touchShortcutsToggleTranslatePage":"\u0938\u0947\u091F \u0915\u0930\u0928\u0947 \u0915\u0947 \u092C\u093E\u0926, \u092E\u094B\u092C\u093E\u0907\u0932 \u0921\u093F\u0935\u093E\u0907\u0938 \u0915\u094B \u0939\u093F\u0932\u093E\u0924\u0947 \u0938\u092E\u092F, \u0906\u092A X \u0909\u0902\u0917\u0932\u093F\u092F\u094B\u0902 \u0915\u093E \u0909\u092A\u092F\u094B\u0917 \u0915\u0930\u0915\u0947 \u0938\u094D\u0915\u094D\u0930\u0940\u0928 \u0915\u094B \u091B\u0942\u0928\u093E, \u092C\u093E\u090F\u0902-\u0926\u093E\u090F\u0902 \u0938\u094D\u0935\u093E\u0907\u092A \u0915\u0930\u0928\u093E \u092F\u093E \u0932\u0917\u093E\u0924\u093E\u0930 \u0915\u094D\u0932\u093F\u0915 \u0915\u0930\u0928\u093E, \u0935\u0947\u092C\u092A\u0947\u091C \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0928\u0947 / \u092E\u0942\u0932 \u091F\u0947\u0915\u094D\u0938\u094D\u091F \u0926\u093F\u0916\u093E\u0928\u0947 \u0915\u094B \u091F\u094D\u0930\u093F\u0917\u0930 \u0915\u0930 \u0938\u0915\u0924\u0947 \u0939\u0948\u0902\u0964",shortcutDisableTooltip:"\u0915\u0943\u092A\u092F\u093E \u092C\u094D\u0930\u093E\u0909\u091C\u093C\u0930 \u0926\u094D\u0935\u093E\u0930\u093E \u092A\u094D\u0930\u0926\u093E\u0928 \u0915\u0940 \u0917\u0908 \u090F\u0915\u094D\u0938\u091F\u0947\u0902\u0936\u0928 \u0936\u0949\u0930\u094D\u091F\u0915\u091F \u0915\u0940 \u092A\u094D\u0930\u092C\u0902\u0927\u0928 \u092A\u0943\u0937\u094D\u0920 \u092A\u0930 \u0938\u0947\u091F\u093F\u0902\u0917 \u0915\u0930\u0947\u0902, \u0905\u0927\u093F\u0915 \u0926\u093F\u0936\u093E\u0928\u093F\u0930\u094D\u0926\u0947\u0936 \u0915\u0947 \u0932\u093F\u090F \u0915\u0943\u092A\u092F\u093E \u0907\u0938 \u092A\u0943\u0937\u094D\u0920 \u0915\u0947 \u0938\u092C\u0938\u0947 \u090A\u092A\u0930\u0940 \u0939\u093F\u0938\u094D\u0938\u0947 \u0915\u0940 \u091C\u093E\u0928\u0915\u093E\u0930\u0940 \u0926\u0947\u0916\u0947\u0902\u0964","desc.toggleTranslateTheWholePage":"\u092A\u0943\u0937\u094D\u0920 \u0915\u093E \u0938\u092E\u094D\u092A\u0942\u0930\u094D\u0923 \u0915\u094D\u0937\u0947\u0924\u094D\u0930 \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0947\u0902, \u0921\u093F\u092B\u093C\u0949\u0932\u094D\u091F \u0930\u0942\u092A \u0938\u0947, \u0939\u092E \u092A\u0943\u0937\u094D\u0920 \u0915\u0947 \u092A\u094D\u0930\u092E\u0941\u0916 \u0915\u094D\u0937\u0947\u0924\u094D\u0930 \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0947\u0902\u0917\u0947, \u0906\u092A \u0907\u0938 \u0936\u0949\u0930\u094D\u091F\u0915\u091F \u0915\u093E \u0909\u092A\u092F\u094B\u0917 \u0915\u0930\u0915\u0947 \u092A\u0943\u0937\u094D\u0920 \u0915\u0947 \u0938\u092E\u094D\u092A\u0942\u0930\u094D\u0923 \u0915\u094D\u0937\u0947\u0924\u094D\u0930 \u0915\u093E \u0935\u093F\u0936\u0947\u0937 \u0930\u0942\u092A \u0938\u0947 \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930 \u0938\u0915\u0924\u0947 \u0939\u0948\u0902\u0964","desc.touchShortcutsToggleTranslationMask":"\u0905\u0928\u0941\u0935\u093E\u0926 \u091B\u093F\u092A\u093E\u0928\u0947 \u0915\u093E \u0924\u093E\u0924\u094D\u092A\u0930\u094D\u092F \u0939\u0948 \u0905\u0928\u0941\u0935\u093E\u0926 \u0936\u0948\u0932\u0940 \u092E\u0947\u0902 \u0927\u0941\u0902\u0927\u0932\u093E \u092A\u094D\u0930\u092D\u093E\u0935 (\u0905\u0927\u094D\u092F\u092F\u0928 \u092E\u094B\u0921), \u091C\u093F\u0938\u0947 \u091A\u093E\u0932\u0942 \u0915\u0930\u0928\u0947 \u0915\u0947 \u092C\u093E\u0926 \u0905\u0928\u0941\u0935\u093E\u0926 \u092A\u0930 \u0905\u0938\u094D\u0925\u093E\u092F\u0940 \u0930\u0942\u092A \u0938\u0947 \u0927\u0941\u0902\u0927\u0932\u093E \u092A\u094D\u0930\u092D\u093E\u0935 \u0932\u093E\u0917\u0942 \u0915\u093F\u092F\u093E \u091C\u093E\u0924\u093E \u0939\u0948, \u091C\u094B \u0905\u0927\u094D\u092F\u092F\u0928 \u0915\u0947 \u0932\u093F\u090F \u0938\u0941\u0935\u093F\u0927\u093E\u091C\u0928\u0915 \u0939\u094B\u0924\u093E \u0939\u0948\u0964","desc.toggleTranslateTheMainPage":"\u0915\u0947\u0935\u0932 \u092A\u0943\u0937\u094D\u0920 \u0915\u0947 \u092E\u0941\u0916\u094D\u092F \u0915\u094D\u0937\u0947\u0924\u094D\u0930 \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0947\u0902, \u091C\u092C \u0906\u092A \u0909\u0928\u094D\u0928\u0924 \u0938\u0947\u091F\u093F\u0902\u0917\u094D\u0938 \u092E\u0947\u0902 \u092A\u0943\u0937\u094D\u0920 \u0915\u0947 \u0938\u092D\u0940 \u0915\u094D\u0937\u0947\u0924\u094D\u0930\u094B\u0902 \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0938\u0915\u094D\u0937\u092E \u0915\u0930\u0924\u0947 \u0939\u0948\u0902, \u0924\u094B \u0906\u092A \u0907\u0938 \u0936\u0949\u0930\u094D\u091F\u0915\u091F \u0915\u093E \u0909\u092A\u092F\u094B\u0917 \u092A\u0943\u0937\u094D\u0920 \u0915\u0947 \u092E\u0941\u0916\u094D\u092F \u0915\u094D\u0937\u0947\u0924\u094D\u0930 \u0915\u093E \u0935\u093F\u0936\u0947\u0937 \u0930\u0942\u092A \u0938\u0947 \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u0915\u0930 \u0938\u0915\u0924\u0947 \u0939\u0948\u0902\u0964",translationOnlyModeDescription:"\u0915\u0947\u0935\u0932 \u0905\u0928\u0941\u0935\u093E\u0926 \u092E\u094B\u0921 \u0915\u093E \u0924\u093E\u0924\u094D\u092A\u0930\u094D\u092F \u0939\u0948 \u0915\u093F \u0915\u0947\u0935\u0932 \u0905\u0928\u0941\u0935\u093E\u0926 \u092A\u094D\u0930\u0926\u0930\u094D\u0936\u093F\u0924 \u0915\u093F\u092F\u093E \u091C\u093E\u090F\u0917\u093E, \u0928 \u0915\u093F \u0921\u093F\u092B\u093C\u0949\u0932\u094D\u091F \u0926\u094D\u0935\u093F\u092D\u093E\u0937\u0940 \u092E\u094B\u0921\u0964 \u0927\u094D\u092F\u093E\u0928 \u0926\u0947\u0902: \u0924\u0915\u0928\u0940\u0915\u0940 \u0938\u0940\u092E\u093E\u0913\u0902 \u0915\u0947 \u0915\u093E\u0930\u0923, \u0915\u0947\u0935\u0932 \u0905\u0928\u0941\u0935\u093E\u0926 \u092E\u094B\u0921 \u092E\u0947\u0902, \u092E\u0942\u0932 \u092A\u093E\u0920 \u0915\u0947 \u0939\u093E\u0907\u092A\u0930\u0932\u093F\u0902\u0915 \u0905\u0915\u094D\u0937\u092E \u0939\u094B \u091C\u093E\u090F\u0902\u0917\u0947\u0964","intro.floatBallDescription":"\u0938\u0915\u094D\u0930\u093F\u092F \u0939\u094B\u0928\u0947 \u0915\u0947 \u092C\u093E\u0926, \u092A\u0943\u0937\u094D\u0920 \u0915\u0947 \u0926\u093E\u090F\u0902 \u0913\u0930 \u090F\u0915 \u0936\u0949\u0930\u094D\u091F\u0915\u091F \u0905\u0928\u0941\u0935\u093E\u0926 \u092C\u091F\u0928 \u0926\u093F\u0916\u093E\u0908 \u0926\u0947\u0917\u093E, \u091C\u093F\u0938\u0947 \u0915\u094D\u0932\u093F\u0915 \u0915\u0930\u0915\u0947 \u0906\u092A \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930 \u0938\u0915\u0924\u0947 \u0939\u0948\u0902, \u092B\u093F\u0930 \u0938\u0947 \u0915\u094D\u0932\u093F\u0915 \u0915\u0930\u0928\u0947 \u092A\u0930 \u092E\u0942\u0932 \u0932\u0947\u0916 \u092E\u0947\u0902 \u0935\u093E\u092A\u0938 \u091C\u093E \u0938\u0915\u0924\u0947 \u0939\u0948\u0902\u0964 \u092E\u094B\u092C\u093E\u0907\u0932 \u092A\u0930, \u0932\u0902\u092C\u0947 \u0938\u092E\u092F \u0924\u0915 \u092B\u094D\u0932\u094B\u091F\u093F\u0902\u0917 \u092C\u0949\u0932 \u0915\u094B \u0926\u092C\u093E\u090F\u0902, \u0906\u092A \u0936\u0949\u0930\u094D\u091F\u0915\u091F \u0938\u0947\u091F\u093F\u0902\u0917\u094D\u0938 \u092A\u0948\u0928\u0932 \u0915\u094B \u0916\u094B\u0932 \u0938\u0915\u0924\u0947 \u0939\u0948\u0902\u0964","desc.toggleMouseHoverTranslateDirectly":"\u0907\u0938 \u0936\u0949\u0930\u094D\u091F\u0915\u091F \u0915\u0941\u0902\u091C\u0940 \u0915\u094B \u0926\u092C\u093E\u0928\u0947 \u0915\u0947 \u092C\u093E\u0926, \u092A\u0943\u0937\u094D\u0920 \u092A\u0930, \u091C\u092C \u092D\u0940 \u092E\u093E\u0909\u0938 \u0915\u093F\u0938\u0940 \u092D\u0940 \u092A\u093E\u0920 \u0915\u0940 \u0913\u0930 \u0907\u0936\u093E\u0930\u093E \u0915\u0930\u0924\u093E \u0939\u0948, \u0924\u094B \u092F\u0939 \u092A\u093E\u0920 \u0938\u094D\u0935\u091A\u093E\u0932\u093F\u0924 \u0930\u0942\u092A \u0938\u0947 \u0905\u0928\u0941\u0935\u093E\u0926\u093F\u0924 \u0939\u094B \u091C\u093E\u0924\u093E \u0939\u0948\u0964 \u0936\u0949\u0930\u094D\u091F\u0915\u091F \u0915\u0941\u0902\u091C\u0940 \u0915\u094B \u090F\u0915 \u092C\u093E\u0930 \u092B\u093F\u0930 \u0926\u092C\u093E\u0928\u0947 \u0938\u0947, \u0906\u092A \u0907\u0938 \u0938\u094D\u0935\u091A\u093E\u0932\u093F\u0924 \u0905\u0928\u0941\u0935\u093E\u0926 \u0938\u0941\u0935\u093F\u0927\u093E \u0915\u094B \u092C\u0902\u0926 \u0915\u0930 \u0938\u0915\u0924\u0947 \u0939\u0948\u0902\u0964","intro.subtitleTitle":"\u0911\u0928\u0932\u093E\u0907\u0928 \u0935\u0940\u0921\u093F\u092F\u094B \u0926\u094D\u0935\u093F\u092D\u093E\u0937\u0940 \u0909\u092A\u0936\u0940\u0930\u094D\u0937\u0915 \u092A\u094D\u0930\u0926\u0930\u094D\u0936\u093F\u0924 \u0915\u0930\u0924\u0947 \u0939\u0948\u0902","neverTranslateText.description":"\u0915\u0941\u091B \u0905\u0928\u0941\u0935\u093E\u0926 \u0907\u0902\u091C\u0928 \u0935\u093F\u0936\u0947\u0937 \u0928\u093E\u092E\u094B\u0902 \u0915\u0940 \u092A\u0939\u091A\u093E\u0928 \u092E\u0947\u0902 \u0905\u0926\u0930\u0915 \u0928\u0939\u0940\u0902 \u0939\u0948\u0902, \u0906\u092A \u092F\u0939\u093E\u0902 \u0936\u092C\u094D\u0926 \u091C\u094B\u0921\u093C \u0938\u0915\u0924\u0947 \u0939\u0948\u0902, \u092F\u0939 \u0938\u0941\u0928\u093F\u0936\u094D\u091A\u093F\u0924 \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u0915\u093F \u0935\u0947 \u0905\u0928\u0941\u0935\u093E\u0926 \u092A\u094D\u0930\u0915\u094D\u0930\u093F\u092F\u093E \u092E\u0947\u0902 \u092A\u0930\u093F\u0935\u0930\u094D\u0924\u093F\u0924 \u0928\u0939\u0940\u0902 \u0939\u094B\u0924\u0947 \u0939\u0948\u0902\u0964 \u0915\u0943\u092A\u092F\u093E \u0927\u094D\u092F\u093E\u0928 \u0926\u0947\u0902, \u092F\u0939 \u0938\u0941\u0935\u093F\u0927\u093E \u092E\u093E\u092E\u0932\u0947 \u0915\u0940 \u092A\u0939\u091A\u093E\u0928 \u0915\u0930\u0924\u0940 \u0939\u0948, \u0914\u0930 \u0915\u0947\u0935\u0932 \u0916\u093E\u0932\u0940 \u091C\u0917\u0939 \u0938\u0947 \u0905\u0932\u0917 \u0936\u092C\u094D\u0926 \u092D\u093E\u0937\u093E\u0913\u0902 (\u091C\u0948\u0938\u0947 \u0905\u0902\u0917\u094D\u0930\u0947\u091C\u0940, \u092B\u094D\u0930\u0947\u0902\u091A) \u0915\u093E \u0938\u092E\u0930\u094D\u0925\u0928 \u0915\u0930\u0924\u0940 \u0939\u0948, \u091C\u093E\u092A\u093E\u0928\u0940, \u0915\u094B\u0930\u093F\u092F\u093E\u0908 \u0906\u0926\u093F \u092D\u093E\u0937\u093E\u0913\u0902 \u0915\u0947 \u0932\u093F\u090F \u092F\u0939 \u0909\u092A\u092F\u0941\u0915\u094D\u0924 \u0928\u0939\u0940\u0902 \u0939\u0948\u0964","intro.hoverDescription":"\u092E\u093E\u0909\u0938 \u0939\u094B\u0935\u0930 \u0905\u0928\u0941\u0935\u093E\u0926 \u0921\u0941\u092C\u0915\u0940 \u0905\u0928\u0941\u0935\u093E\u0926 \u092E\u0947\u0902 \u092C\u0939\u0941\u0924 \u092E\u0939\u0924\u094D\u0935\u092A\u0942\u0930\u094D\u0923 \u0938\u0941\u0935\u093F\u0927\u093E \u0939\u0948, \u092C\u0938 \u092A\u0948\u0930\u093E\u0917\u094D\u0930\u093E\u092B \u092A\u0930 \u092E\u093E\u0909\u0938 \u0930\u0916\u0947\u0902, \u0938\u093E\u0925 \u0939\u0940 \u0938\u0947\u091F \u0915\u0940 \u0917\u0908 \u0936\u0949\u0930\u094D\u091F\u0915\u091F \u0915\u0941\u0902\u091C\u0940 \u0926\u092C\u093E\u090F\u0902, \u0924\u094B \u0935\u0930\u094D\u0924\u092E\u093E\u0928 \u092A\u0948\u0930\u093E\u0917\u094D\u0930\u093E\u092B \u0915\u093E \u0938\u094D\u0935\u091A\u093E\u0932\u093F\u0924 \u0930\u0942\u092A \u0938\u0947 \u0905\u0928\u0941\u0935\u093E\u0926 \u0939\u094B \u091C\u093E\u090F\u0917\u093E (\u0927\u094D\u092F\u093E\u0928 \u0926\u0947\u0902: \u0921\u093F\u092B\u093C\u0949\u0932\u094D\u091F \u0930\u0942\u092A \u0938\u0947 \u092F\u0939 \u0938\u0915\u094D\u0937\u092E \u0928\u0939\u0940\u0902 \u0939\u0948, \u0915\u0943\u092A\u092F\u093E \u0928\u0940\u091A\u0947 \u0938\u0947\u091F \u0915\u0930\u0947\u0902), \u092F\u0939 \u0907\u0902\u091F\u0930\u090F\u0915\u094D\u0936\u0928 \u0936\u092C\u094D\u0926 \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u094B \u092C\u0947\u0939\u0924\u0930 \u0930\u0942\u092A \u0938\u0947 \u092A\u094D\u0930\u0924\u093F\u0938\u094D\u0925\u093E\u092A\u093F\u0924 \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u0909\u092A\u092F\u094B\u0917 \u0915\u093F\u092F\u093E \u091C\u093E\u0924\u093E \u0939\u0948, \u0907\u0938\u0915\u0947 \u0905\u0932\u093E\u0935\u093E, \u092F\u0939 \u0938\u0941\u0935\u093F\u0927\u093E \u0909\u0928 \u0915\u094D\u0937\u0947\u0924\u094D\u0930\u094B\u0902 \u092E\u0947\u0902 \u092D\u0940 \u0935\u094D\u092F\u093E\u092A\u0915 \u0930\u0942\u092A \u0938\u0947 \u0909\u092A\u092F\u094B\u0917 \u0915\u0940 \u091C\u093E\u0924\u0940 \u0939\u0948 \u091C\u093F\u0928\u094D\u0939\u0947\u0902 \u092A\u0939\u091A\u093E\u0928\u093E \u0928\u0939\u0940\u0902 \u091C\u093E \u0938\u0915\u0924\u093E \u0939\u0948, \u0906\u092A \u0907\u0938 \u0938\u0941\u0935\u093F\u0927\u093E \u0915\u093E \u0909\u092A\u092F\u094B\u0917 \u0915\u0930\u0915\u0947, \u0915\u093F\u0938\u0940 \u092D\u0940 \u092A\u0948\u0930\u093E\u0917\u094D\u0930\u093E\u092B \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u092E\u091C\u092C\u0942\u0930 \u0915\u0930 \u0938\u0915\u0924\u0947 \u0939\u0948\u0902\u0964","intro.subtitleDescription":"\u0907\u0938 \u0938\u0941\u0935\u093F\u0927\u093E \u0915\u094B \u091A\u093E\u0932\u0942 \u0915\u0930\u0928\u0947 \u0915\u0947 \u092C\u093E\u0926, \u0935\u0940\u0921\u093F\u092F\u094B \u092A\u094D\u0932\u0947 \u0939\u094B\u0928\u0947 \u092A\u0930 \u0938\u094D\u0935\u091A\u093E\u0932\u093F\u0924 \u0930\u0942\u092A \u0938\u0947 \u0926\u094D\u0935\u093F\u092D\u093E\u0937\u0940\u092F \u0909\u092A\u0936\u0940\u0930\u094D\u0937\u0915 \u092A\u094D\u0930\u0926\u0930\u094D\u0936\u093F\u0924 \u0939\u094B\u0902\u0917\u0947\u0964 \u092F\u0926\u093F \u092F\u0939 \u0938\u0915\u094D\u0937\u092E \u0928\u0939\u0940\u0902 \u0939\u0948, \u0924\u094B \u0906\u092A\u0915\u094B \u092A\u0943\u0937\u094D\u0920 \u092A\u0930 \u092E\u0948\u0928\u094D\u092F\u0941\u0905\u0932 \u0930\u0942\u092A \u0938\u0947 \u0905\u0928\u0941\u0935\u093E\u0926 \u092C\u091F\u0928 \u092A\u0930 \u0915\u094D\u0932\u093F\u0915 \u0915\u0930\u0928\u0947 \u0915\u0940 \u0906\u0935\u0936\u094D\u092F\u0915\u0924\u093E \u0939\u094B\u0917\u0940 \u0924\u093E\u0915\u093F \u0909\u092A\u0936\u0940\u0930\u094D\u0937\u0915 \u0926\u093F\u0916\u093E\u0908 \u0926\u0947\u0964 \u0915\u0943\u092A\u092F\u093E \u0927\u094D\u092F\u093E\u0928 \u0926\u0947\u0902, \u0924\u0915\u0928\u0940\u0915\u0940 \u0938\u0940\u092E\u093E\u0913\u0902 \u0915\u0947 \u0915\u093E\u0930\u0923, \u0915\u0941\u091B \u0935\u0947\u092C\u0938\u093E\u0907\u091F\u094B\u0902 \u092A\u0930 \u092A\u0939\u0932\u0940 \u092C\u093E\u0930 \u0909\u092A\u0936\u0940\u0930\u094D\u0937\u0915 \u0938\u0915\u094D\u0930\u093F\u092F \u0915\u0930\u0928\u0947 \u0915\u0947 \u0938\u092E\u092F \u092A\u0943\u0937\u094D\u0920 \u0915\u094B \u0924\u093E\u091C\u093E \u0915\u0930\u0928\u0947 \u0915\u0940 \u092F\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u092A\u0942\u0930\u093E \u0939\u094B\u0928\u0947 \u0915\u0947 \u092C\u093E\u0926 \u0907\u0902\u0924\u091C\u093E\u0930 \u0915\u0930\u0928\u0947 \u0915\u0940 \u0906\u0935\u0936\u094D\u092F\u0915\u0924\u093E \u0939\u094B \u0938\u0915\u0924\u0940 \u0939\u0948, \u0924\u092D\u0940 \u0926\u094D\u0935\u093F\u092D\u093E\u0937\u0940\u092F \u0909\u092A\u0936\u0940\u0930\u094D\u0937\u0915 \u092A\u094D\u0930\u0926\u0930\u094D\u0936\u093F\u0924 \u0939\u094B\u0902\u0917\u0947\u0964 (\u0907\u0938\u0915\u0947 \u0905\u0932\u093E\u0935\u093E, \u0906\u092A \u0935\u0940\u0921\u093F\u092F\u094B \u0935\u0947\u092C\u0938\u093E\u0907\u091F \u0916\u094B\u0932\u0928\u0947 \u0915\u0947 \u092C\u093E\u0926, \u090A\u092A\u0930\u0940 \u0926\u093E\u090F\u0902 \u0915\u094B\u0928\u0947 \u092E\u0947\u0902 \u0921\u0942\u092C\u0928\u0947 \u0935\u093E\u0932\u0947 \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0947 \u0924\u094D\u0935\u0930\u093F\u0924 \u092A\u0948\u0928\u0932 \u0915\u094B \u0938\u0915\u094D\u0937\u092E / \u0905\u0915\u094D\u0937\u092E \u0915\u0930 \u0938\u0915\u0924\u0947 \u0939\u0948\u0902)

\u0935\u0930\u094D\u0924\u092E\u093E\u0928 \u092E\u0947\u0902 \u0907\u0928 \u0935\u0947\u092C\u0938\u093E\u0907\u091F\u094B\u0902 \u092A\u0930 \u0926\u094D\u0935\u093F\u092D\u093E\u0937\u0940\u092F \u0909\u092A\u0936\u0940\u0930\u094D\u0937\u0915 \u0915\u093E \u0909\u092A\u092F\u094B\u0917 \u0915\u0930\u0928\u0947 \u0915\u093E \u0938\u092E\u0930\u094D\u0925\u0928 \u0915\u093F\u092F\u093E \u0917\u092F\u093E \u0939\u0948:",geminiWarning:"\u0927\u094D\u092F\u093E\u0928 \u0926\u0947\u0902: \u0917\u0942\u0917\u0932 \u0926\u094D\u0935\u093E\u0930\u093E \u092A\u094D\u0930\u0926\u093E\u0928 \u0915\u0940 \u0917\u0908 \u091C\u0947\u092E\u093F\u0928\u0940 \u0915\u0940 \u092E\u0941\u092B\u094D\u0924 \u0938\u0947\u0935\u093E \u0915\u0940 \u0938\u0940\u092E\u093E\u090F\u0902 \u0915\u0921\u093C\u0940 \u0939\u0948\u0902, \u092F\u0939 \u0938\u0902\u092D\u0935 \u0939\u0948 \u0915\u093F \u0917\u0942\u0917\u0932 \u0907\u0938\u0947 \u0909\u092A\u092F\u094B\u0917\u0915\u0930\u094D\u0924\u093E \u0915\u0947 \u0926\u094D\u0935\u093E\u0930\u093E \u0909\u0928\u0915\u0940 \u092E\u0941\u092B\u094D\u0924 \u0915\u094B\u091F\u093E \u0938\u0940\u092E\u093E \u0915\u094B \u0926\u0942\u0930 \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u0915\u0908 \u0915\u0941\u0902\u091C\u0940 \u0915\u093E \u0909\u092A\u092F\u094B\u0917 \u0915\u0930\u0928\u0947 \u0915\u0947 \u0930\u0942\u092A \u092E\u0947\u0902 \u0928\u093F\u0930\u094D\u0927\u093E\u0930\u093F\u0924 \u0915\u0930\u0947, \u0907\u0938\u0915\u093E \u0909\u092A\u092F\u094B\u0917 \u0915\u0930\u0928\u0947 \u0915\u0940 \u0938\u0932\u093E\u0939 \u0928\u0939\u0940\u0902 \u0926\u0940 \u091C\u093E\u0924\u0940 \u0939\u0948, \u0905\u0928\u0941\u0936\u0902\u0938\u093E \u0915\u0940 \u091C\u093E\u0924\u0940 \u0939\u0948 \u0915\u093F \u0917\u0942\u0917\u0932 \u091C\u0947\u092E\u093F\u0928\u0940 \u0915\u0947 \u092A\u0947\u0921\u093C \u0907\u0902\u091F\u0930\u092B\u093C\u0947\u0938 \u0915\u094B \u092D\u0935\u093F\u0937\u094D\u092F \u092E\u0947\u0902 \u0916\u094B\u0932\u0928\u0947 \u0915\u093E \u0907\u0902\u0924\u091C\u093E\u0930 \u0915\u0930\u0947\u0902\u0964","floatBall.setting":"\u0938\u0947\u091F\u093F\u0902\u0917\u094D\u0938","floatBall.translateToLanguage":"\u0915\u094D\u0932\u093F\u0915 \u0915\u0930\u0947\u0902 \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F {language}","floatBall.file":"PDF, EPUB, SRT, ASS, HTML, TXT \u092B\u093C\u093E\u0907\u0932\u094B\u0902 \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0947\u0902",changeToOnlyTempTranslationMode:"\u0915\u0947\u0935\u0932 \u0905\u0928\u0941\u0935\u093E\u0926 \u0926\u093F\u0916\u093E\u0928\u0947 \u092A\u0930 \u0938\u094D\u0935\u093F\u091A \u0915\u0930\u0947\u0902",changeToDualTempTranslationMode:"\u0926\u094D\u0935\u093F\u092D\u093E\u0937\u0940 \u0905\u0928\u0941\u0935\u093E\u0926 \u092A\u0930 \u0938\u094D\u0935\u093F\u091A \u0915\u0930\u0947\u0902","translationServices.yandex":"\u092F\u093E\u0902\u0921\u0947\u0915\u094D\u0938","options.navbar.installApp":"\u092E\u094B\u092C\u093E\u0907\u0932 \u0910\u092A \u0938\u094D\u0925\u093E\u092A\u093F\u0924 \u0915\u0930\u0947\u0902","options.navbar.translateFile":"\u0905\u0928\u0941\u0935\u093E\u0926 \u0926\u0938\u094D\u0924\u093E\u0935\u0947\u091C\u093C","transitionMode.dual":"\u0926\u094D\u0935\u093F\u092D\u093E\u0937\u0940\u092F \u0938\u092E\u093E\u0928\u093E\u0902\u0924\u0930","transitionMode.translation":"\u0915\u0947\u0935\u0932 \u0905\u0928\u0941\u0935\u093E\u0926","subtitle.transitionMode":"\u0935\u0940\u0921\u093F\u092F\u094B \u0938\u092C\u091F\u093E\u092F\u091F\u0932 \u0926\u094D\u0935\u093F\u092D\u093E\u0937\u0940 / \u0915\u0947\u0935\u0932 \u0905\u0928\u0941\u0935\u093E\u0926 \u0938\u0947\u091F\u093F\u0902\u0917","subtitle.transitionModeDescription":"\u0935\u0940\u0921\u093F\u092F\u094B \u0938\u092C\u091F\u093E\u092F\u091F\u0932 \u0915\u094B \u0926\u094D\u0935\u093F\u092D\u093E\u0937\u0940 \u0924\u0941\u0932\u0928\u093E\u0924\u094D\u092E\u0915 \u092F\u093E \u0915\u0947\u0935\u0932 \u0905\u0928\u0941\u0935\u093E\u0926 \u092E\u094B\u0921 \u092E\u0947\u0902 \u0938\u0947\u091F \u0915\u0930\u0947\u0902","transitionMode.inherit":"\u0938\u093F\u0938\u094D\u091F\u092E \u0915\u0947 \u0921\u093F\u092B\u093C\u0949\u0932\u094D\u091F \u0905\u0928\u0941\u0935\u093E\u0926 \u092A\u094D\u0930\u0926\u0930\u094D\u0936\u0928 \u092E\u094B\u0921 \u0915\u0947 \u0938\u093E\u0925 \u0938\u0902\u0930\u0947\u0916\u093F\u0924 \u0930\u0939\u0947\u0902",translateFileTooltip:`PDF, ePub, srt, ass, HTML, TXT \u092B\u093C\u093E\u0907\u0932\u094B\u0902 \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0947\u0902`,"description.multiplePrompt":`\u091C\u092C \u092A\u0948\u0930\u093E\u0917\u094D\u0930\u093E\u092B \u0915\u0940 \u0938\u0902\u0916\u094D\u092F\u093E 1 \u0938\u0947 \u0905\u0927\u093F\u0915 \u0939\u094B\u0924\u0940 \u0939\u0948, \u0924\u094B \u0909\u092A\u092F\u094B\u0917\u0915\u0930\u094D\u0924\u093E \u0915\u0940 \u092A\u0939\u091A\u093E\u0928 \u0938\u0947 {service} \u0915\u094B \u0926\u093F\u090F \u0917\u090F \u0938\u0902\u0935\u093E\u0926, \u091C\u093F\u0938\u092E\u0947\u0902 {{from}} \u092A\u0948\u0930\u093E\u0917\u094D\u0930\u093E\u092B \u0915\u0940 \u092D\u093E\u0937\u093E \u0915\u094B \u0926\u0930\u094D\u0936\u093E\u0924\u093E \u0939\u0948, {{to}} \u0932\u0915\u094D\u0937\u094D\u092F \u092D\u093E\u0937\u093E \u0915\u094B \u0926\u0930\u094D\u0936\u093E\u0924\u093E \u0939\u0948, {{yaml}} \u0939\u092E\u093E\u0930\u093E yaml \u092A\u094D\u0930\u093E\u0930\u0942\u092A \u092E\u0947\u0902 \u092A\u0948\u0915 \u0915\u093F\u092F\u093E \u0939\u0941\u0906 \u092A\u0948\u0930\u093E\u0917\u094D\u0930\u093E\u092B \u0938\u093E\u092E\u0917\u094D\u0930\u0940 \u0939\u0948, \u092F\u0926\u093F \u0906\u092A\u0915\u0947 \u092A\u093E\u0938 \u0905\u0928\u0941\u0915\u0942\u0932\u093F\u0924 Prompt \u0915\u0940 \u0906\u0935\u0936\u094D\u092F\u0915\u0924\u093E \u0939\u0948, \u0924\u094B \u0906\u092A\u0915\u094B \u0938\u0941\u0928\u093F\u0936\u094D\u091A\u093F\u0924 \u0915\u0930\u0928\u093E \u0939\u094B\u0917\u093E \u0915\u093F AI \u0915\u0947 \u092A\u094D\u0930\u0924\u093F\u0915\u094D\u0930\u093F\u092F\u093E \u0915\u0947 YAML \u092A\u0930\u093F\u0923\u093E\u092E \u092E\u0947\u0902 \u092A\u094D\u0930\u0924\u094D\u092F\u0947\u0915 \u0906\u0907\u091F\u092E {env.imt_trans_field} \u092B\u093C\u0940\u0932\u094D\u0921 \u0915\u094B \u0936\u093E\u092E\u093F\u0932 \u0915\u0930\u0924\u093E \u0939\u0948, {{imt_trans_field}} \u0939\u092E\u093E\u0930\u0940 \u0906\u0936\u093E \u0939\u0948 \u0915\u093F AI \u0915\u0947 \u092A\u094D\u0930\u0924\u093F\u0915\u094D\u0930\u093F\u092F\u093E \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u092B\u093C\u0940\u0932\u094D\u0921 \u0928\u093E\u092E \u0939\u0948, \u0921\u093F\u092B\u093C\u0949\u0932\u094D\u091F \u0930\u0942\u092A \u0938\u0947 {env.imt_trans_field} \u0939\u0948, {{imt_source_field}} \u0939\u092E\u093E\u0930\u093E AI \u0915\u0947 \u0932\u093F\u090F \u092A\u093E\u0930\u093F\u0924 \u092E\u0942\u0932 \u092B\u093C\u0940\u0932\u094D\u0921 \u0928\u093E\u092E \u0939\u0948, \u0921\u093F\u092B\u093C\u0949\u0932\u094D\u091F \u0930\u0942\u092A \u0938\u0947 {env.imt_source_field} \u0939\u0948, \u0909\u0926\u093E\u0939\u0930\u0923 \u092A\u0930\u093F\u0923\u093E\u092E: @@ -5102,7 +5102,7 @@ HTML, TXT \u092B\u093C\u093E\u0907\u0932\u094B\u0902 \u0915\u093E \u0905\u0928\u {env.imt_sub_trans_field}: \u0905\u0928\u0941\u0935\u093E\u0926 - id: 2 {env.imt_sub_source_field}: \u0938\u094D\u0930\u094B\u0924 - {env.imt_sub_trans_field}: \u0905\u0928\u0941\u0935\u093E\u0926`,"subtitle.quickButton.cyan":"\u0928\u0940\u0932\u093E","subtitle.quickButton.green":"\u0939\u0930\u093E","subtitle.quickButton.black":"\u0915\u093E\u0932\u093E","subtitle.quickButton.white":"\u0938\u092B\u0947\u0926","subtitle.quickButton.yellow":"\u092A\u0940\u0932\u093E","subtitle.quickButton.red":"\u0932\u093E\u0932","subtitle.quickButton.setting":"\u0938\u0947\u091F \u0915\u0930\u0947\u0902","subtitle.quickButton.blue":"\u0928\u0940\u0932\u093E","subtitle.quickButton.magenta":"\u0917\u0941\u0932\u093E\u092C\u0940 \u0930\u0902\u0917","subtitle.quickButton.translationPositionBottom":"\u092E\u0942\u0932 \u092A\u093E\u0920 \u0915\u0947 \u0928\u0940\u091A\u0947","translationServices.claude":"\u0915\u094D\u0932\u0949\u0921","subtitle.quickButton.sourceFontSize":"\u092E\u0942\u0932 \u092B\u093C\u0949\u0928\u094D\u091F \u0906\u0915\u093E\u0930","subtitle.quickButton.sourceTextColor":"\u092E\u0942\u0932 \u092B\u093C\u0949\u0928\u094D\u091F \u0915\u093E \u0930\u0902\u0917","subtitle.quickButton.translationPosition":"\u0905\u0928\u0941\u0935\u093E\u0926 \u0938\u094D\u0925\u093F\u0924\u093F","subtitle.quickButton.translationPositionTop":"\u092E\u0942\u0932 \u092A\u093E\u0920 \u0915\u0947 \u090A\u092A\u0930","subtitle.quickButton.backgroundColor":"\u092A\u0943\u0937\u094D\u0920\u092D\u0942\u092E\u093F \u0930\u0902\u0917","subtitle.quickButton.backgroundOpacity":"\u092A\u0943\u0937\u094D\u0920\u092D\u0942\u092E\u093F \u0905\u092A\u093E\u0930\u0926\u0930\u094D\u0936\u093F\u0924\u093E","subtitle.quickButton.translationFontSize":"\u0905\u0928\u0941\u0935\u093E\u0926 \u092B\u093C\u0949\u0928\u094D\u091F \u0915\u093E \u0906\u0915\u093E\u0930","subtitle.quickButton.translationTextColor":"\u0905\u0928\u0941\u0935\u093E\u0926 \u092B\u093C\u0949\u0928\u094D\u091F \u0915\u093E \u0930\u0902\u0917",attachSubtitleTranslating:"{service} \u0915\u093E \u0909\u092A\u092F\u094B\u0917 \u0915\u0930\u0915\u0947 \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930 \u0930\u0939\u093E \u0939\u0948...","error.claude.403":"\u0938\u0947\u0935\u093E \u0924\u0915 \u092A\u0939\u0941\u0902\u091A \u0915\u093E \u0915\u094B\u0908 \u0905\u0927\u093F\u0915\u093E\u0930 \u0928\u0939\u0940\u0902 \u0939\u0948, \u092F\u0939 Claude \u0915\u0940 \u0915\u094D\u0937\u0947\u0924\u094D\u0930\u0940\u092F \u0938\u0940\u092E\u093E\u0913\u0902 \u0938\u0947 \u0938\u0902\u092C\u0902\u0927\u093F\u0924 \u0939\u094B \u0938\u0915\u0924\u093E \u0939\u0948, \u0906\u092A \u0905\u092A\u0928\u093E IP \u092A\u0924\u093E \u092C\u0926\u0932\u0928\u0947 \u0915\u093E \u092A\u094D\u0930\u092F\u093E\u0938 \u0915\u0930 \u0938\u0915\u0924\u0947 \u0939\u0948\u0902, \u092F\u093E \u0905\u0928\u094D\u092F \u0905\u0928\u0941\u0935\u093E\u0926 \u0938\u0947\u0935\u093E\u0913\u0902 \u0915\u093E \u0909\u092A\u092F\u094B\u0917 \u0915\u0930 \u0938\u0915\u0924\u0947 \u0939\u0948\u0902\u0964","browser.brandDescriptionForSafari":"\u3010\u0907\u092E\u0930\u094D\u0938\u093F\u0935 \u0905\u0928\u0941\u0935\u093E\u0926\u3011 \u090F\u0915 \u092E\u0941\u092B\u094D\u0924 (\u092E\u0942\u0932 / \u0905\u0928\u0941\u0935\u093E\u0926) \u0926\u094D\u0935\u093F\u092D\u093E\u0937\u0940 \u0935\u0947\u092C\u092A\u0947\u091C \u0905\u0928\u0941\u0935\u093E\u0926 \u092A\u094D\u0932\u0917\u0907\u0928, \u091C\u094B \u0938\u092E\u092F-\u0938\u092E\u092F \u092A\u0930 PDF \u0905\u0928\u0941\u0935\u093E\u0926 \u0914\u0930 EPUB \u0908-\u092C\u0941\u0915 \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u093E \u0938\u092E\u0930\u094D\u0925\u0928 \u0915\u0930\u0924\u093E \u0939\u0948 \u0914\u0930 \u092E\u0942\u0932 \u0926\u0938\u094D\u0924\u093E\u0935\u0947\u091C\u093C \u0915\u0940 \u0935\u093F\u0928\u094D\u092F\u093E\u0938 \u0915\u094B \u092C\u0928\u093E\u090F \u0930\u0916\u0924\u093E \u0939\u0948, Youtube/Netflix \u0906\u0926\u093F \u0911\u0928\u0932\u093E\u0907\u0928 \u0935\u0940\u0921\u093F\u092F\u094B \u0926\u094D\u0935\u093F\u092D\u093E\u0937\u0940 \u0909\u092A\u0936\u0940\u0930\u094D\u0937\u0915 \u0905\u0928\u0941\u0935\u093E\u0926, Deepl/Google \u0906\u0926\u093F \u092A\u094D\u0930\u092E\u0941\u0916 \u0905\u0928\u0941\u0935\u093E\u0926 \u0938\u0947\u0935\u093E\u0913\u0902 \u0915\u093E \u0938\u092E\u0930\u094D\u0925\u0928 \u0915\u0930\u0924\u093E \u0939\u0948;","browser.PdfProFile":"AI \u0938\u0902\u091A\u093E\u0932\u093F\u0924 PDF Pro \u0905\u0928\u0941\u0935\u093E\u0926","browser.textTranslate":"\u0932\u093F\u0916\u093F\u0924 \u0905\u0928\u0941\u0935\u093E\u0926"};var Ml={nologin:"non \xE8 stato effettuato l'accesso",loginForSafari:"Accedi o registrati",login:"Accedi per aprire un'iscrizione",manageAccount:"Conti gestiti",openPremium:"Soci aperti",logout:"interrompere",curentPlan:"Pacchetti attuali",endAt:"scadenza",endAuto:"rinnovo automatico",lineBreakMaxTextCount:"Numero massimo di caratteri consentiti per frase dopo le interruzioni di riga","translate-pdf":"Clicca per tradurre il PDF","noSupportTranslate-pdf":"Script non supportato, utilizzare il plugin","translate-firefox-local-pdf":"Fare clic per andare a Importazione PDF",enableLineBreak:"Abilita l'avanzamento automatico delle righe per i paragrafi lunghi",sponsorLabel:"1$ Sviluppatori sponsorizzati",help:"mano",browserShortcutsNoteForFirefox:"Per modificare le scorciatoie in Firefox, \xE8 necessario aprire la pagina di gestione delle estensioni `about:addons`, quindi fare clic su `Impostazioni` e poi su `Gestione scorciatoie` per impostare le scorciatoie.",browserShortcutsNoteForChrome:"Per modificare le scorciatoie in Chrome, \xE8 necessario aprire la pagina di gestione delle estensioni, impostarle nel pannello `Gestione scorciatoie` (`chrome://extensions/shortcuts`) e fare clic sul pulsante sottostante per passare alla pagina di gestione delle scorciatoie.",browserShortcutsSucks:"Le scorciatoie personalizzate sono formattate come (non viene effettuato il riconoscimento automatico, inserire direttamente)\uFF1A",enableLineBreakDescription:"Quando \xE8 attivata, le interruzioni di riga vengono inserite alla fine di ogni frase nei paragrafi lunghi per facilitarne la lettura.","browser.shortBrandName":"Traduzione in immersione","browser.brandName":"Immersion Translation: traduzione bilingue di pagine web e documenti PDF","browser.brandDescription":"Bilingual web page translation, also supports PDF translation, bilingual Epub eBook translation, free to use.","browser.toggleTranslatePage":"Tradurre la pagina/visualizzare il testo originale","browser.toggleTranslateTheWholePage":"Tradurre tutte le aree della pagina/visualizzare il testo originale","browser.toggleOnlyTransation":"Cambia modalit\xE0 bilingue/solo traduzione","browser.toggleTranslateToThePageEndImmediately":"Traduzione immediata a fondo pagina/visualizzazione del testo originale","browser.toggleTranslateTheMainPage":"Tradurre l'area principale della pagina/visualizzare il testo originale","browser.shareToDraft":"Condividi le pagine bilingue","browser.openOptionsPage":"Aprire la pagina delle impostazioni","browser.toggleTranslationMask":"Mostra/nascondi l'effetto di sfocatura della traslazione","browser.translateLocalPdfFile":"Tradurre i file PDF locali","browser.openEbookViewer":"Leggere gli eBook locali","browser.openEbookBuilder":"Creare eBook EPUB bilingue","browser.translateLocalHtmlFile":"Tradurre file HTML/testo","browser.donateContext":"Scopri i vantaggi della sponsorizzazione","browser.translateLocalSubtitleFile":"Tradurre i file dei sottotitoli locali",confirmResetConfig:"\xC8 sicuro di voler ripristinare le impostazioni?",translationLineBreakSettingTitle:"Impostazione dell'avanzamento riga di traduzione",smartLineBreak:"alimentazione di linea intelligente (calcolo)",alwaysLineBreak:"Sempre avanzamento di riga",isShowContextMenu:"Aggiungere pagine tradotte alle voci di menu del tasto destro del mouse",toggleBeta:"Abilitazione delle funzioni di beta testing",betaDescription:"Attiva funzioni ancora sperimentali e un servizio di traduzione in beta. Unitevi al <1>gruppo Telegram per saperne di pi\xF9.",translationLineBreakSettingDescription:"Le interruzioni di riga sono sempre ordinate per le pagine con meno contenuti. (Usare interruzioni di riga intelligenti nei paragrafi lunghi e ricchi di contenuti (pi\xF9 di{count}caratteri) per risparmiare spazio).",tempTranslateDomainTitle:"Durata dell'attivazione temporanea della traduzione del sito web",tempTranslateDomainDescription:"Quando si traduce manualmente una pagina web, \xE8 possibile attivare temporaneamente la traduzione automatica del sito web e impostare la durata temporanea.",xMinutes:"{count} minuti",disabled:"vietare l'uso di qcs.",changelog:"Registro degli aggiornamenti",toggleTranslatePageWhenThreeFingersOnTheScreen:"Il tocco simultaneo di pi\xF9 dita sullo schermo traduce le pagine web/visualizza il testo originale",toggleTranslationMaskWhenThreeFingersOnTheScreen:"Il tocco con pi\xF9 dita mostra/nasconde l'effetto di sfocatura.",fingerCountToToggleTranslagePageOnlyTranslationWhenTouching:"Pi\xF9 dita che toccano lo schermo contemporaneamente traducono la pagina web (solo traduzione)/visualizzano il testo originale.",addUrlDescription:"Pu\xF2 essere un nome di dominio e supporta anche i caratteri jolly, ad esempio\uFF1A*.google.com, google.com/mail/*, https://www.google.com/*",general:"Impostazioni di base",clickToExpandConfig:"Espandere la configurazione attuale",import:"Importazione da file",export:"Esportazione su file",toggleDebug:"Stampa il log di debug sulla console","fingers.0":"coagulo","fingers.2":"tocco con due dita","fingers.3":"tocco con tre dita","fingers.4":"tocco a quattro dita","fingers.5":"tocco a cinque dita",mouseHoldKey:"+ {key} tradurre/ripristinare il paragrafo",mouseHoldKeyAuto:"Traduzione diretta del paragrafo",mouseHoldKeyOff:"Non fare nulla.",mouseHoldKeyOther:"Collegamenti personalizzati (impostazioni di apertura)",mouseHoldKeyCustomKey:"{key} Traduzione/riduzione del paragrafo",mouseHoverHoldKey:"Passaggio del mouse mentre si premono i tasti di scelta rapida per tradurre i paragrafi","mouse-translate":"passaggio del mouse",document:"(computer) file",resetSuccess:"Reimpostare tutte le impostazioni con successo",resetThisSuccess:"Ripristino riuscito",saved:"Salva il successo",successImportConfig:"Configurazione importata con successo",goAdvancedSettings:"Andare alla pagina Impostazioni avanzate",goAdvancedInterfaceSettings:"Andare alla pagina Impostazioni di personalizzazione avanzate",advanced:"Impostazioni avanzate",advancedDescription:"In genere non \xE8 necessaria alcuna impostazione, basta lasciarla come predefinita. Solo per gli utenti pi\xF9 specializzati sono disponibili impostazioni pi\xF9 personalizzate.",developer:"Impostazioni dello sviluppatore",donateCafe:"prezzi","translate to the bottom of the page":"Si traduce in fondo alla pagina subito dopo l'ingresso nella pagina?",feedback:"Domanda Feedback",toggleTranslatePage:"Tradurre la pagina/visualizzare il testo originale",translateToThePageEndImmediatelyDescription:"Se si attiva, il contenuto viene tradotto immediatamente dall'inizio alla fine della pagina, non appena viene inserito. Se lo si disattiva, il contenuto viene tradotto man mano che si legge. (Non consigliato)","translate all areas of the page":"Se tradurre tutte le aree della pagina",translationAreaDescription:"Attivato, vengono tradotte tutte le aree dell'intera pagina web. Se si disattiva, viene utilizzato il riconoscimento intelligente predefinito e vengono tradotte solo le aree principali. (Non si consiglia di attivarlo)","the number of characters to be translated first":"Tradurre direttamente i primi caratteri della pagina senza attendere lo scorrimento dell'area di visualizzazione","interface language":"linguaggio dell'interfaccia","display both the original text and the translation":"Visualizzazione simultanea di originale e traduzione","keyboard shortcuts":"Scorciatoie da tastiera",modify:"Modifica dei tasti di scelta rapida",reset:"riproposizione",close:"coagulo",homepage:"homepage",more:"di pi\xF9",moreOptions:"Ampliare le opzioni di personalizzazione",translateTheWholePage:"Tradurre tutte le aree della pagina (invece di riconoscere intelligentemente le aree principali)",changeToTranslateTheWholePage:"Passare alla traduzione di tutte le regioni",changeToTranslateTheMainPage:"Passare all'area principale di traduzione",changeToOnlyTranslationMode:"Alterna per visualizzare solo le traduzioni",changeToDualTranslationMode:"Passare alla traduzione bilingue",translateToThePageEndImmediately:"Traduzione immediata a fondo pagina",translateTheMainPage:"Regioni chiave della traduzione intelligente","The local rules are up to date":"Le norme di adattamento locali sono aggiornate.","Successfully synchronized with the latest official rules:":"Sincronizzato con successo con le ultime regole ufficiali di adattamento.","Checking for updates":"Controllo degli aggiornamenti","Rules are being synchronized":"Regole di adattamento sincronizzate",localVersionIsTooOld:"La versione dell'estensione locale \xE8 troppo vecchia; aggiornare l'estensione a {minVersion} o a una versione pi\xF9 recente prima di tentare la sincronizzazione.",badUserscriptBrowser:"Il browser attuale non implementa correttamente l'interfaccia dell'estensione Grease Monkey (ad esempio, per ottenere informazioni sul numero di versione dello script Grease Monkey stesso); si prega di utilizzare altri browser che <1>supportano l'estensione Grease Monkey, come Firefox.",foundNewVersion:"Scoprite la nuova versione",theLocalExtensionIsUpToUpdate:"L'estensione attuale \xE8 aggiornata.",failToSyncRules:"Mancata sincronizzazione delle ultime regole di adattamento",retry:"Fare clic qui per riprovare",failedReason:"Motivi del fallimento",currentRuleVersion:"Versione attuale della regola",calculating:"calcoli",unknownError:"errore sconosciuto",canNotFetchRemoteRule:"Impossibile ottenere le regole remote",enableAlphaSuccess:"Alfa abilitato",disableAlphaSuccess:"La funzione Alpha \xE8 stata disattivata",cacheSize:"Dimensione della cache\uFF1A",cleaning:"in fase di liquidazione",cleanCache:"cancellare la cache",options:"allestimento",about:"rispetto a",service:"servizio di interpretariato",needAction:"(Vai alle impostazioni)",goSettings:"procedere con l'impostazione",needActionForOptions:"(da impostare)",translationEngine:"Opzioni del motore",sourceLanguage:"Lingua originale",target:"lingua di destinazione",popupSourceLanguage:"Lingua originale",popupTarget:"lingua di destinazione",popupService:"servizio di interpretariato",forThisSite:"Sito web attuale",autoEnableSubtitle:"Attiva automaticamente i sottotitoli bilingue",alwaysTranslate:"Tradurre sempre",neverTranslate:"Mai tradurre",alwaysTranslateSomeLanguage:"Tradurre sempre {language}",neverTranslateSomeLanguage:"Mai tradurre {language}",alwaysTranslateSomeSite:"Tradurre sempre {hostname}",neverTranslateSomeSite:"Mai tradurre {hostname}",alwaysTranslateSomeSiteOrWildSite:"Tradurre sempre il sito",alwaysTranslateSomePage:"Tradurre sempre la pagina",add:"aumento",default:"predefinito (impostazione)",forThisLanguage:"Per questa lingua\uFF1A","add url":"Inserire l'URL",edit:"compilatore","translate other languages into specific language":"Tradurre altre lingue nella lingua impostata","select translation service":"Selezionare un servizio di traduzione",language:"multilinguismo","show-original":"Mostra il testo originale",translate:"rendering",Translated:"tradotto",Translating:"in traduzione",Error:"non corretto",allowCacheTranslations:"Abilitare la cache delle traduzioni locali (per ridurre le richieste di traduzione per i passaggi duplicati)","translation display":"Stile di visualizzazione della traduzione","select diplay style":"Distinguere gli stili di traduzione, con specifico riferimento ai seguenti esempi",interface:"Impostazioni dell'interfaccia",import_export:"Importazione/Esportazione",import_export_title:"Configurazione di importazione/esportazione",syncToGoogleDrive:"Sincronizzazione con Google Drive ora",floatBallOptions:"Impostazioni Hoverball","floatBallOptions.enable":"Abilitare l'Hoverball","floatBallOptions.blockUrls":"Disattivare il sito web","floatBallOptions.add":"aumento","floatBallOptions.blockUrlDesc":"Gli Hoverball non vengono visualizzati quando si incontrano i seguenti siti web","floatBallOptions.clickType":"comportamento di clic","floatBallOptions.clickTypeDesc":"Comportamento dell'icona Hoverball quando viene cliccata","floatBallOptions.clickPopup":"Mostra pannello di traduzione","floatBallOptions.clickTranslate":"Traduzione/visualizzazione del testo originale",previewAllThemes:"Anteprima di tutti gli stili","translationTheme.none":"non hanno","translationTheme.grey":"grigio scuro","translationTheme.dashed":"sottolineatura tratteggiata","translationTheme.dotted":"trattino basso tratteggiato","translationTheme.dashedBorder":"bordo tratteggiato","translationTheme.solidBorder":"bordo solido","translationTheme.underline":"Sottolineare le linee rette","translationTheme.mask":"Effetti fuzzy (modalit\xE0 di apprendimento)","translationTheme.opacity":"effetto trasparenza","translationTheme.paper":"Effetto ombra su carta bianca","translationTheme.dividingLine":"linea di demarcazione","translationTheme.highlight":"alta luminosit\xE0","translationTheme.marker":"marcatore (parola d'ordine)","translationTheme.marker2":"Marcatore 2","translationTheme.blockquote":"Stili di riferimento","translationTheme.weakening":"indebolimento","translationTheme.italic":"carattere obliquo","translationTheme.bold":"addensare","translationTheme.thinDashed":"sottile linea tratteggiata di sottolineatura","translationTheme.nativeDashed":"Il sistema \xE8 dotato di una sottolineatura tratteggiata","translationTheme.nativeDotted":"Il sistema viene fornito con una sottolineatura tratteggiata","translationTheme.nativeUnderline":"Il sistema viene fornito con una linea retta di sottolineatura","translationTheme.wavy":"linea ondulata","translationServices.custom":"API personalizzata","translationServices.tencent":"Traduttore Tencent","translationServices.tenAlpha":"Traduttore Tencent (Alpha)","translationServices.google":"Google Translate","translationServices.bai":"Baidu (Alfa)","translationServices.baidu":"Traduzione di Baidu","translationServices.aliyun":"Traduzione di AliCloud","translationServices.volc":"traduzione vulcanica","translationServices.deeplx":"DeepLX (Beta)","translationServices.bing":"Microsoft Translate","translationServices.deepl":"DeepL","translationServices.wechat":"Traduzione di WeChat","translationServices.azure":"Traduzione di Azure","translationServices.ibm":"IBM Watson","translationServices.aws":"Traduzione Amazon","translationServices.mock":"Traduzione simulata","translationServices.mock2":"Traduzione simulata 2","translationServices.caiyun":"illuminato. nuvole colorate e piccole traduzioni","translationServices.cai":"Nuvole colorate (Alpha)","translationServices.volcAlpha":"Vulcano (Alfa)","translationServices.openl":"AprireL","translationServices.youdao":"Traduzione su Youtube","translationServices.you":"Traduttore Youdao (Alpha)","translationServices.transmart":"Traduzione interattiva di Tencent","translationServices.niu":"Traduttore anticonformista","translationServices.papago":"Traduzione di Papago","translationServices.d":"D (Alfa)","translationServices.dpro":"D Pro (Canarino)","translationServices.openai":"OpenAI","translationServices.yandex":"Yandex","translationServices.chatgpt":"ChatGPT Web(3.5 mobile)","translate title":"Tradurre i titoli delle pagine","always languages":"Tradurre sempre la lingua",neverTranslateLanguagesLabel:"La lingua che non sar\xE0 mai tradotta",neverTranslateTheFollowingLanguagesDescription:"Le traduzioni vengono saltate quando un paragrafo della pagina \xE8 in una delle seguenti lingue",enableUserscriptPagePopup:"Mostra l'hoverball nella pagina",enableUserscriptPagePopupDescription:"Dopo aver disattivato l'hoverball, pu\xF2 essere richiamato con la scorciatoia /{touch}. Si consiglia vivamente di inserire tra i preferiti questa pagina di impostazioni per evitare di non riuscire a trovare l'hoverball dopo aver inavvertitamente disattivato questa opzione!","always translate the following languages":"Traduce automaticamente nella lingua di destinazione quando la pagina \xE8 in una delle seguenti lingue","always sites":"Siti web sempre tradotti","always translate the following sites":"I siti web vengono tradotti automaticamente nella lingua di destinazione quando sono i nomi di dominio di","never sites":"Sito web mai tradotto","never translate the following sites":"Le traduzioni non verranno effettuate quando il sito web \xE8 destinato ai seguenti domini","please refer to":"\xC8 necessario compilare la chiave prima di poterla utilizzare.",KeyAndConfigurationTutorial:"Esercitazione sull'applicazione e la configurazione delle chiavi",useAboveStyleForTheseSites:"Usare sempre lo stile di traduzione \u2308{theme}\u230B quando il sito \xE8 destinato ai seguenti domini",currentUrl:"URL corrente",confirm:"salvare (un file, ecc.) (informatica)",cancel:"cancellazioni",delete:"rimozione","languages.auto":"rilevamento automatico",syncToCloud:"Sincronizzazione con Google Drive",syncToCloudDescription:"Caricata nel cloud, la configurazione pu\xF2 essere sincronizzata tra diversi browser/ script di scimmia grassa, a seconda dell'ultima modifica.",syncToAccount:"Sincronizzazione con il Cloud di traduzione immersiva",syncToAccountButton:"Sincronizzazione istantanea con il cloud",syncToAccountDescription:"Sincronizzare automaticamente le configurazioni tra i diversi dispositivi, a seconda dell'ultima modifica.",successSyncConfigInAccount:"Sincronizzazione riuscita con il cloud",successSyncConfigToAccount:"Sincronizzazione riuscita con il cloud",syncConfigNoUpdate:"\xC8 gi\xE0 aggiornato.",authFail:"Mancata autorizzazione",syncTitle:"Gestione manuale del backup",import_hint:"importazione (dati)",upload:"caricare",revokeAuth:"revocare un'autorizzazione",uploadFail:"Caricamento fallito",download:"scaricare",importSuccess:"Importato con successo",importFail:"errore di importazione",deleteFail:"Cancellazione non riuscita",backupToCloud:"Gestione manuale dei file di backup",create_new_backup:"Aggiungere un nuovo nodo di backup",maxBackupFiles:"\xC8 possibile eseguire il backup di un massimo di{count}nodi diversi; eliminare i nodi non necessari.",backupToCloudDescription:"Caricare o ripristinare manualmente i file di backup, consentendo fino a 3 backup diversi.",successSyncConfig:"Sincronizzazione di successo con il cloud",syncFail:"errore di sincronizzazione",updatedAt:"Aggiornato da {date}",lastSyncedAt:"Ultimo controllo: {date}",downloadFail:"Impossibile scaricare",clickToDownload:"Fare clic per scaricare",aboutLabel:"Informazioni - Feedback","browser.openAboutPage":"Informazioni/Risposte",aboutLabelWithoutSponsor:"Informazioni - Feedback",aboutIntro:"Che tutti noi possiamo avere un accesso pi\xF9 facile e piacevole alla grande quantit\xE0 di informazioni in lingua straniera su Internet \u2764\uFE0F Potete scegliere di attivare la vostra <6>iscrizione Pro per utilizzare le traduzioni di DeepL e OpenAI.

Potete seguirci su <3>Twitter, <4>Telegram, Weibo, WeChat o <5>iscrivervi alla nostra mailing list per seguire gli aggiornamenti.
I <7>membri Pro possono contattarci all'indirizzo <8>support@immersivetranslate.com per un rapido servizio clienti.",aboutIntroWithoutSponsor:"Che tutti noi possiamo avere un accesso pi\xF9 facile e piacevole all'enorme quantit\xE0 di informazioni in lingua straniera disponibili su Internet \u2764\uFE0F

Potete seguirci su <3>Twitter, <4>canale Telegram, WeChat, WeChat Exchange, o <5>iscrivervi per seguire gli aggiornamenti via <5>e-mail qui sotto.",projectHomepage:"Progetto Home",joinTelegramGroup:"Unitevi al gruppo di utenti per partecipare alle discussioni sulle funzionalit\xE0",wechatPublicAccount:"WeChat Pubblico",wechatCommunities:"Gruppo di scambio WeChat",qqCommunities:"Canale di comunicazione QQ",joinTelegramChannel:"Seguite il canale Telegram per gli ultimi aggiornamenti",feedbackAndJoin:"Domanda Feedback / Aggiungi gruppo",autoSync:"sincronizzazione automatica dell'ora",loadingThemeTitle:"Stile di caricamento",loadingThemeDescription:"Impostazione dello stile in attesa del caricamento della traduzione","loadingTheme.spinner":"Animazione di rotazione","loadingTheme.text":"testo statico qcs. ","loadingTheme.none":"non mostrato",developerDescription:"La documentazione sulla personalizzazione avanzata \xE8 disponibile <1>qui","edit border color":"Modificare il colore del bordo",successSyncButNoChange:"La configurazione attuale \xE8 coerente con il cloud",customTheme:"Colori e dimensioni personalizzate","customThemeLabel.borderColor":"Colore del bordo","customThemeLabel.borderRadius":"Bordi arrotondati","customThemeLabel.textColor":"colore del testo","customThemeLabel.backgroundColor":"colore di sfondo","customThemeLabel.zoom":"Scalatura dei caratteri (%)","customThemeLabel.opacity":"Opacit\xE0 del testo (%)",resetToDefaultColor:"Ripristino dei colori predefiniti",resetToDefaultSettings:"Ripristino delle impostazioni predefinite",isTranslateTitle:"Abilita la traduzione dei titoli delle pagine",isTranslateTitleDescription:"All'apertura, il titolo della pagina viene tradotto",enableSearchEnhancement:"Abilitazione del miglioramento dei messaggi bilingue",enableSearchEnhancementDescription:'Una volta abilitato, i risultati della ricerca di "Google News" verranno automaticamente visualizzati nella colonna destra dei siti web supportati (Google News, Google Search (alcune parole chiave), Snowball, Oriental Fortune, Futura, Tiger Community) per le parole chiave inglesi corrispondenti.',verifyService:"Clicca qui per testare il servizio",verified:"Verifica del successo","field.langs":"Codici lingua supportati","field.model":"modellazione","field.translationEngine":"motore di traduzione","field.limitPerMinute":"Richieste massime al minuto","field.limitPerSecond":"Numero massimo di richieste al secondo","field.maxTextLengthPerRequest":"Lunghezza massima del testo per richiesta","field.maxTextGroupLengthPerRequest":"Numero massimo di paragrafi per richiesta","field.apiUrl":"Indirizzo dell'interfaccia API personalizzata","field.placeholderDelimiters":"segnaposto riservato","description.custom":"Interfaccia personalizzata Accesso Documentazione necessaria","description.limitPerMinute":"Le richieste che superano questo limite vengono messe in coda fino all'inizio del minuto successivo. A causa delle varie limitazioni dell'attuale servizio di OpenAI, fare clic <1>qui per gli ultimi valori suggeriti.","description.limitPerSecond":"Le richieste che superano questo limite vengono messe in coda fino all'inizio del secondo successivo. A causa delle varie limitazioni dell'attuale servizio di OpenAI, fare clic <1>qui per gli ultimi valori suggeriti.","description.generalLimitPerSecond":"Le richieste che superano questo limite vengono messe in coda fino all'inizio del secondo successivo.","description.prompt":"Invia una conversazione a {service} come utente, dove {{text}} rappresenta il contenuto del testo del paragrafo, {{from}} rappresenta la lingua del paragrafo, {{to}} rappresenta la lingua di destinazione.","description.maxTextLengthPerRequest":"Il numero massimo di caratteri per richiesta \xE8 troppo elevato e causa una risposta lenta dell'interfaccia; provare a regolare questa opzione per ottimizzare la velocit\xE0.","description.systemPrompt":"Un dialogo inviato a OpenAI come sistema, dove {{text}} indica il contenuto testuale del paragrafo,{{from}} indica la lingua del paragrafo e{{to}} indica la lingua di destinazione.","field.domain":"regno","description.domain":"L'impostazione predefinita \xE8\uFF1Ageneral. Pu\xF2 essere impostata solo se la traduzione con dominio \xE8 abilitata nella console Arima API, vedere <1>qui per i domini supportati.","field.scene":"prendere","description.scene":"Valore predefinito:\uFF1Ageneral. Pu\xF2 essere impostato solo se la console API di AliCloud apre Machine Translation Pro, vedere <1>qui per gli scenari supportati.","field.vocabId":"ID del dizionario utente","description.vocabId":"Il dizionario out_id specificato, attualmente supporta la traduzione dall'inglese al cinese.","description.model":"Modelli OpenAI, possono essere gpt-3.5-turbo, gpt-4, ecc.","description.maxTextGroupLengthPerRequest":"Il numero di paragrafi inviati al servizio di traduzione alla volta; se ci sono troppi paragrafi, l'interfaccia potrebbe rispondere pi\xF9 lentamente.","description.apiUrl":"Si prega di aggiungere URL specifici con percorsi, <1>ulteriori descrizioni",enabledExtension:"Abilitazione delle estensioni",clickToDisableExtension:"Fare clic per disattivare le estensioni",clickToEnableExtension:"Fare clic per abilitare le estensioni",hasBeenDisabled:"disabilitato","show password":"Mostra password",customContent:"Inserire un nome di modello personalizzato",inputOptions:"Miglioramento della casella di input",mouseHoverOptions:"passaggio del mouse",modifyMouseHoverKey:"Modifica della scorciatoia per il passaggio del mouse",enableInputTranslation:"Abilitare o meno il miglioramento della casella di input",enableInputTranslationDescription:"Una volta abilitato, digitare {startingKey}{startingKey} hello direttamente nella casella di input, poi premere rapidamente{inputTrailingTriggerKeyRepeatTimes}volte{trailingKey}per tradurre in {inputTargetLanguage}.",enableInputTranslationDescriptionForNoneKey:"Una volta abilitato, digitate\uFF1AHello World direttamente nella casella di input, quindi premete rapidamente{inputTrailingTriggerKeyRepeatTimes}{trailingKey}volte per tradurre nella lingua di destinazione predefinita.",inputTargetLanguage:"Impostazione della lingua di destinazione predefinita per le caselle di input",inputTargetLanguageDescription:"Lingua di destinazione predefinita per la traduzione della casella di input, ovvero {startingKey}{startingKey} come lingua predefinita per le parole di attivazione.",inputTargetLanguageDescriptionForNoneKey:"Lingua di destinazione predefinita per la traduzione della casella di input",inputStartingTriggerKeyTitle:"Impostazione del carattere di divisione per la traduzione parziale della casella di input",inputStartingTriggerKeyDescription:"Quando non \xE8 necessario tradurre l'intera casella di input, lo splitter consente di tradurre solo la parte da {startingKey}{startingKey} alla fine della casella di input, oppure \xE8 possibile specificare il codice della lingua, ad esempio\uFF1A{startingKey}ja significa tradurre solo la parte da {startingKey}ja alla fine della casella di input.",inputStartingTriggerKeyDescriptionForNoneKey:"L'impostazione attuale di nessun prefisso non \xE8 necessaria e la funzione di traduzione di alcuni testi nella casella di immissione non \xE8 al momento disponibile.",inputTrailingTriggerKeyTitle:"Selezionare un carattere di attivazione di fine inserimento",inputTrailingTriggerKeyDescription:"3 colpi veloci{trailingKey} inizier\xE0 a tradurre!",inputTrailingTriggerKeyTimeout:"Immettere l'intervallo di tempo tra gli inneschi di fine combattimento",inputTrailingTriggerKeyTimeoutDescription:"Imposta l'intervallo di tempo (in millisecondi) tra le attivazioni della combo di fine input",spaceKey:"<\u7A7A\u683C\u952E>",noneKey:"Traduzione diretta dell'intera casella di testo senza prefissi",inputTranslationBlockUrlsTitle:"Non abilitare il miglioramento della casella di input nei seguenti URL",inputTranslationBlockUrlsDescription:"I miglioramenti della casella di input non funzionano con i seguenti URL",clickToSeeQuickDemo:"Fare clic per espandere il video di esercitazione rapida di 30 secondi",inputHelperInfo:"Descrizione\uFF1AAbbiamo ottimizzato il fatto che alcuni caratteri di attivazione si trasformano in segni di punteggiatura cinesi con i metodi di input cinesi, ad esempio, / si trasforma in un segno di dun, con il metodo di input Sogou, e Immersive Translator supporta tutti i simboli cinesi corrispondenti ai caratteri di attivazione, ad esempio //,,, saranno riconosciuti come caratteri di attivazione.

Supportiamo anche gli alias cinesi per i codici di lingua come comandi, ad esempio /Japanese Hello World verr\xE0 tradotto in giapponese; <1>fare clic qui per vedere tutti i codici di lingua supportati.",reloadCurrentPage:"Aggiornare la pagina corrente prima di iniziare la traduzione.",noLocalFilePermissionForPDF:"Non si ha l'autorizzazione a leggere i file locali, fare clic sul pulsante sopra e importare i file locali.",noPermissionForThisPage:"\u26A0\uFE0F Nessun permesso per tradurre la pagina corrente",retryAllParagraphs:"Riprova tutti i passaggi di errore",retryAllButton:"Riprova tutti i passaggi di errore",errorTooltipTitle:"Fare clic per visualizzare la causa dell'errore",errorModalTitle:"Sembra che ci sia qualcosa che non va nel servizio di traduzione o nella rete...",disableConfirm:"Impostazione bilingue per il miglioramento delle informazioni",disableOnce:"Questa disabilitazione",disableGlobal:"disabilitare in modo permanente",disableTint:"* \xC8 possibile riabilitarlo all'indirizzo {option} .",searchEnhancementNotes:"Dopo aver attivato la funzione Immersive Translation Bilingual Information Enhancement, cercheremo automaticamente le stesse parole chiave in inglese sui siti web supportati (Google News, Google Search (alcune parole chiave), Snowball, Oriental Wealth, Futura, Tiger) e le visualizzeremo sul lato destro. Potete scegliere di disabilitare questa funzione se non ne avete bisogno.",option:"allestimento",saveSettings:"Salva le impostazioni",closeModal:"Chiudere la finestra",enableInputTranslationWithoutTriggerKeyTitle:"Abilitare 3 colpi rapidi su{trailingKey}per tradurre direttamente l'intera casella di input in{inputTargetLanguage}",enableInputTranslationWithoutTriggerKeyDescription:"Per specificare la lingua di destinazione, usare il prefisso della lingua, per esempio\uFF1Aja Hello World",mouseHoverShortcutPlaceholder:"Ad esempio,\uFF1AShift",deepLProName:"Immersive Translation Pro Membro (consigliato)",deepLProDescription:"Il pacchetto corrente pu\xF2 essere utilizzato direttamente",deeplProDescriptionForNormal:"Non \xE8 richiesta alcuna configurazione, i membri possono utilizzarlo dopo il login, <1>clicca qui per passare a membro",deepLCustomDescription:"\xC8 richiesta una carta di credito estera, aperta ufficialmente su <1>DeepL, clicca per la <2>documentazione",deepLCustomName:"Chiave di autorizzazione personalizzata",chooseProviderLabel:"Selezionare un fornitore di servizi",openaiProName:"Immersive Translation Pro Membro (consigliato)",openaiProDescription:"Il pacchetto corrente pu\xF2 essere utilizzato direttamente",openaiProDescriptionForNormal:"Non \xE8 richiesta alcuna configurazione, i membri possono utilizzarlo dopo il login, <1>clicca qui per passare a membro",openaiCustomDescription:"Disponibile su OpenAI, Azure OpenAI o altri servizi di terze parti, <1>fare clic qui per la documentazione.",openaiCustomName:"Chiave API personalizzata",needLoginAction:"(Iscrizione aperta o personalizzazione)",goLoginOrAction:"(Aprire un'iscrizione o andare alle impostazioni)",yearly:"effettuare un pagamento annuale consecutivo",quarterly:"avvolgimento sequenziale",monthly:"abbonamento mensile",yearlyForOnce:"Pacchetto annuale una tantum",monthlyForOnce:"Pacchetto mensile una tantum",daily:"giorni consecutivi di pacchetti",year:"effettuare un pagamento annuale consecutivo",quarter:"avvolgimento sequenziale",month:"abbonamento mensile",day:"giorni consecutivi di pacchetti",onetime_7day:"Pacchetto esperienza di 7 giorni",currentPlanDescriptionForFree:"Pacchetti attuali\uFF1AGratis",currentPlanDescriptionForContinuous:"L'attuale pacchetto\uFF1A{plan}sar\xE0 rinnovato automaticamente su {endAt} .",currentPlanDescriptionForAutoRenewCaceling:"L'attuale pacchetto\uFF1A{plan}scadr\xE0 il giorno {endAt} e non sar\xE0 rinnovato automaticamente alla scadenza.",currentYearlyPlanDescriptionForAutoRenewCacelingWithRealPaiedUser:"Il pacchetto attuale,\uFF1A{plan}, scadr\xE0 il {endAt} e non sar\xE0 rinnovato automaticamente alla scadenza.
<1>Clicca qui per gestire il tuo piano di rinnovo",currentYearlyPlanDescriptionForAutoRenewCacelingWithAdmin:"Il pacchetto attuale,\uFF1A{plan}, scadr\xE0 il {endAt} e non sar\xE0 rinnovato automaticamente alla scadenza.
<1>Fare clic qui per attivare l'abbonamento annuale continuo",currentPlanDescriptionForOneTime:"L'attuale abbonamento\uFF1A{plan}scadr\xE0 il {endAt} , <1>clicca qui per passare all' abbonamento <1>annuale o <2>mensile.",upgradePlan:"Clicca qui per passare all'iscrizione Pro",upgradeToPro:"Aggiornamento all'iscrizione Pro","popup.openPro":"Passa all'iscrizione Pro per usufruire di DeepL e della traduzione OpenAI, clicca qui per effettuare l'aggiornamento!","popup.openProForPro":"Sei un membro Pro con accesso diretto alle traduzioni di DeepL e OpenAI!",currentAccount:"conto corrente",enableAutoSyncUserSettings:"Abilita la sincronizzazione automatica con il cloud su pi\xF9 dispositivi",modalEnableInputTranslationTitle:"Casella di input per la traduzione immersiva Avvisi di traduzione",modalEnableInputTranslationDesc:"\xC8 stata appena attivata la traduzione della casella di input di Immersive Translation premendo la barra spaziatrice 3 volte in rapida successione e il contenuto della casella di input verr\xE0 tradotto nella lingua di destinazione predefinita. La traduzione pu\xF2 essere annullata con Ctrl+Z.

Se si tratta di un errore, non preoccupatevi: potete scegliere di disattivarla questa volta o di disabilitare definitivamente la traduzione delle caselle di input.",saveAndNotShowAgain:"Salvare e interrompere la richiesta",disableInputTranslationTips:"* \xC8 inoltre possibile impostare altre scorciatoie da attivare in {option} ,{learnMore}.",learnMore:"Clicca qui per saperne di pi\xF9",continueEnalbeInputTranslation:"Continuare ad abilitare la traduzione della casella di input",autoRenewTrialSuffix:`(In prova,\xE8 passato immediatamente all'iscrizione completa)`,upgradeFromTrialTitle:"Aggiornamento a Socio Effettivo",subtitle:"sottotitoli video",youtubeService:"Traduzione in immersione Servizi di traduzione con sottotitoli video","subtitle.disabledSubtitle":"Disattivare in modo permanente la funzione dei sottotitoli video","subtitle.disabledSubtitleDescription":"Se Immersive Translator's Video Subtitles entra in conflitto con altre estensioni, \xE8 possibile scegliere di disabilitare definitivamente la funzionalit\xE0 di Immersive Translator's Video Subtitles o disinstallare le altre estensioni in conflitto.","subtitle.autoEnableSubtitle":"Uso automatico dei sottotitoli bilingue","subtitle.autoEnableSubtitleDescription":"Una volta attivato, i sottotitoli bilingue verranno visualizzati automaticamente durante la riproduzione del video, altrimenti sar\xE0 necessario fare clic sul pulsante di traduzione per visualizzarli.","subtitle.preTranslation":"Tradurre i sottotitoli con la traduzione immersiva","subtitle.preTranslationDescription":"Quando \xE8 abilitato, l'intero sottotitolo sar\xE0 pre-tradotto utilizzando il servizio di traduzione specificato di seguito; un video di un'ora consumer\xE0 circa 50.000 gettoni o caratteri, quindi si prega di utilizzarlo a propria discrezione; quando \xE8 disabilitato, i sottotitoli originali saranno utilizzati per primi.","subtitle.humanSubtitlesPreferred":"Uso prioritario del sottotitolaggio umano","subtitle.humanSubtitlesPreferredDescription":"Privilegiare l'uso di sottotitoli umani quando il video ha sottotitoli umani nella lingua di destinazione (consigliato)",videoSubtitleTranslationDescription:"Assegnare un servizio di traduzione separato per i sottotitoli video",subtitleTranslating:"Attendere mentre i sottotitoli vengono tradotti con il servizio {service} ... (traduzione ad immersione)",subtitleLoading:"Caricamento dei sottotitoli...",bilingual:"bilinguismo","field.action":"Se abilitare la terminologia Baidu","description.action":"Quando \xE8 abilitato, un parametro action=1 sar\xE0 aggiunto alla richiesta per informare Baidu del termine abilitato; <1>per ulteriori informazioni, consultare la documentazione ufficiale.",closeQuickTranslation:"Chiudere Hoverball","closeQuickTranslation.untilNext":"Questa volta chiuso fino alla prossima visita","closeQuickTranslation.currentWebsite":"Sito attuale disabilitato","closeQuickTranslation.alwaysClose":"disabilitare in modo permanente","closeQuickTranslation.settingOpen":"(pu\xF2 essere attivata nella <1>pagina delle impostazioni )","closeQuickTranslation.cancel":"cancellazioni","closeQuickTranslation.confirm":"definire","floatBall.popup":"Aprire il pannello Impostazioni rapide","floatBall.translate":"Fare clic per tradurre la pagina","floatBall.showOriginal":"Fare clic per tornare all'articolo originale","floatBall.close":"Chiudere Hoverball","floatBallOptions.enableDescPc":"Dopo aver abilitato l'hoverball della pagina, verr\xE0 visualizzato un pulsante di traduzione rapida sul lato destro della pagina: cliccatelo per tradurre!","floatBallOptions.enableDesc":"Dopo aver disattivato l'hoverball, \xE8 possibile richiamarlo con{touch}. Si consiglia vivamente di inserire tra i preferiti questa pagina di impostazioni nel caso in cui non si riesca a trovare l'hoverball dopo aver inavvertitamente disattivato questa opzione!","description.azureApiUrl":"Inserire l'indirizzo dell'interfaccia API personalizzata",confirmSupportMouse:"Forzare l'abilitazione del supporto del mouse",confirmSupportMouseDescription:"Rilevato che il browser corrente non supporta la funzione del mouse, \xE8 necessario abilitare il supporto del mouse?",sampleTargetText:"Verr\xE0 la lunga notte e io veglier\xF2 da oggi fino alla morte. Non prender\xF2 moglie, non far\xF2 feudi, non avr\xF2 figli. Non porter\xF2 una corona, non lotter\xF2 per l'onore. Far\xF2 il mio dovere, vivr\xF2 e morir\xF2.",sampleSourceText:"Night gathers, and now my watch begins. It shall not end until my death. I shall take no wife, hold no lands, father no children. I shall wear no crowns and win no glory. I shall live and die at my post.","desc.touchShortcutsToggleTranslatePageOnlyTranslation":"Solo traduzione significa che verr\xE0 visualizzata solo la traduzione, se la pagina web non \xE8 ancora stata tradotta, passer\xE0 alla modalit\xE0 e tradurr\xE0.","desc.toggleOnlyTransation":"La modalit\xE0 solo traduzione significa che verr\xE0 visualizzato solo il testo tradotto, se la pagina web non \xE8 ancora stata tradotta, cambier\xE0 modalit\xE0 e tradurr\xE0.",touchShortcutsToggleTranslatePageOnlyTranslation:"Imposta il gesto del touchscreen per passare alla modalit\xE0 bilingue/solo testo tradotto",download_started:"Il download \xE8 gi\xE0 iniziato, se non si avvia automaticamente, fai clic manualmente.",here:"Qui","translationFont.customPlaceholder":"carattere","error.goReset":"Vai a resettare","translationFont.custom":"Inserisci il carattere personalizzato",batchEdit:"Operazione in blocco","translationModeUrl.translation.title":"Solo modalit\xE0 di traduzione del sito web","error.configError":"Anomalia dei dati di configurazione","error.serveConfigError":"Errore nella configurazione del servizio","touch.mouse-translate":"Tradurre il paragrafo specificato","error.proTokenInvalid":"Se sei un utente Pro, per favore accedi prima di utilizzare il servizio di traduzione Pro.","translationModeLang.translation.title":"Solo modalit\xE0 di traduzione della lingua","translationServices.inherit":"Segui il servizio di traduzione principale",enableSentryReport:"Quando si verifica un errore di estensione, invia un feedback utilizzando Sentry",videoSubtitlePreTranslationOn:"I sottotitoli video utilizzeranno la traduzione immersiva come priorit\xE0.",translationFont:"Imposta il carattere","error.reloadPageOfSetting":"Dopo la configurazione, si prega di aggiornare la pagina e tradurre di nuovo.",detectServiceLoading:"Sto controllando i servizi di traduzione disponibili...",toggleToService:"Passa a {service} e riprova","translationModeLang.translation.description":"Quando la lingua della pagina \xE8 una delle seguenti, verr\xE0 utilizzata automaticamente solo la modalit\xE0 di traduzione.","translationModeUrl.translation.description":"Quando il sito web ha i seguenti nomi di dominio, verr\xE0 utilizzata automaticamente solo la modalit\xE0 di traduzione.","error.403":"Il servizio restituisce un errore, non si ha temporaneamente l'autorizzazione per accedere a questo servizio.","error.400":"Il servizio restituisce un errore, errore nei parametri della richiesta, si prega di controllare la configurazione corrispondente.",videoSubtitlePreTranslationOff:"I sottotitoli del video daranno la priorit\xE0 ai sottotitoli automatici inclusi nel video originale.","error.proUpgrade":"Dopo l'aggiornamento, si prega di aggiornare la pagina e tradurre di nuovo.","translationFont.notSupportErrorMessage":"Si prega di controllare se il nome del carattere inserito \xE8 corretto, o confermare che il carattere \xE8 gi\xE0 installato sul tuo dispositivo.","error.429":"Il servizio restituisce un errore, indicando che la richiesta \xE8 troppo frequente o supera il limite di quota, si prega di riprovare pi\xF9 tardi.","error.502":"Il servizio ha restituito un errore, il servizio \xE8 in timeout, si prega di riprovare pi\xF9 tardi.","error.googleLimitIp":"Il servizio restituisce un errore, il servizio Google ha limitato questo indirizzo IP, si consiglia di cambiare il nodo di rete.","error.openAIExceededQuota":"Il servizio restituisce un errore: il saldo del tuo account OpenAI non \xE8 sufficiente, si prega di ricaricare o collegare una carta di credito nel pannello di controllo ufficiale di OpenAI.","error.gemini.429":"Il servizio Gemini attuale ha raggiunto la sua capacit\xE0 massima, si prega di riprovare pi\xF9 tardi o passare ad un altro servizio di traduzione.","desc.toggleVideoSubtitlePreTranslation":"Dopo aver premuto, i sottotitoli bilingui del video utilizzeranno in primo luogo le impostazioni di traduzione immersive, premendo di nuovo avranno la priorit\xE0 i sottotitoli automatici inclusi nel video originale. Nota: questa scorciatoia modifica le impostazioni globali.","error.serveUnavailable":"Il servizio [{serverName}] che stai utilizzando attualmente non \xE8 accessibile a causa di problemi di connessione o del fornitore di servizi. Ti consigliamo di provare a ricaricare la pagina o di cambiare il servizio di traduzione attraverso le <1>impostazioni. Se sei un membro <2>Pro, puoi scegliere di utilizzare i servizi di traduzione pi\xF9 stabili di DeepL o OpenAI (<3>clicca qui per una prova gratuita). Inoltre, potrebbe essere necessario controllare la tua rete o le impostazioni del proxy.","error.openAIFreeLimit":"Il servizio restituisce un errore, la frequenza attuale delle richieste di traduzione ha raggiunto il limite massimo di 3 volte al minuto, si prega di riprovare pi\xF9 tardi. (Questo \xE8 il limite ufficiale di OpenAI per l'API Key gratuita, per rimuovere questo limite, si prega di collegare una carta di credito nel backend di OpenAI.)","floatBall.iKnow":"Lo so.","floatBallOptions.fixedPosition":"Posizione fissa",notLogin:"Non connesso","translationServices.gemini":"Gemelli","error.retry":"Riprova",pickAll:"Seleziona tutto","slide.right":"Scorri a sinistra","multipleClick.2":"Doppio clic",loggedIn:"Accesso effettuato","error.reason":"Motivo dell'errore","multipleClick.4":"Quadruplo colpo","multipleClick.3":"Triplo colpo","widget.translateFile":"PDF/ePub",shortcutSettings:"Scorciatoia","tagsInput.add":"+ Aggiungi","shortcutGroup.others":"Pi\xF9 scorciatoie personalizzate","slide.left":"Scorri a destra","subtitle.hideQuickButton":"Non mostrare pi\xF9 questa scorciatoia","widget.videoSubtitle":"sottotitoli video","error.subscriptionExpiredTitle":"La membership \xE8 scaduta",alwaysTranslateThisSite:"Sempre tradurre questo sito","floatBallOptions.fixedPositionLeft":"Sinistra",touchShortcutsOff:"Chiudi",neverTranslateThisSite:"Non tradurre mai questo sito web",translationOnlyMode:"Solo modalit\xE0 di traduzione",viewWithImmersiveTranslate:"Versione bilingue (traduzione immersiva)",contact:"Contattaci","browser.translateWithBing":"Utilizzo temporaneo di Microsoft per tradurre la pagina corrente",buildSnapshots:"Genera un'istantanea della pagina web","intro.floatBallTitle":"Traduzione rapida della sfera galleggiante","browser.translateWithOpenAI":"Utilizzo temporaneo di OpenAI per tradurre la pagina corrente","widget.videoSubtitleTooltip":"Supporta Youtube e altri {count}+ siti di video","browser.translateWithDeepL":"Utilizzo temporaneamente DeepL per tradurre la pagina corrente",errorReason:"Motivo dell'errore: {message}","browser.translateWithTransmart":"Utilizzo temporaneo di Tencent per tradurre la pagina corrente","shortcutGroup.shortcutsForTranslationServices":"Scorciatoie relative ai servizi di traduzione","browser.translateWithGoogle":"Utilizzo temporaneo di Google per tradurre la pagina corrente",temprarilyChangeTranslationTo_gemini:"Sto utilizzando Gemini per tradurre la pagina corrente.","browser.translateWithGemini":"Utilizza temporaneamente Gemini per tradurre la pagina corrente","widget.instructionTooltip":"Visualizza le istruzioni per l'uso",goLogin:"Vai a fare il login",temprarilyChangeTranslationTo_openai:"Sto utilizzando OpenAI per tradurre la pagina corrente.",temprarilyChangeTranslationTo_transmart:"Sto utilizzando Tencent per tradurre la pagina corrente.","floatBallOptions.fixedPositionRight":"lato destro",paragraphMinTextCountField:"Il numero minimo di caratteri necessari per tradurre un paragrafo",mouseHoverCustomKeyTitle:"Personalizza la scorciatoia del mouse al passaggio del mouse",temprarilyChangeTranslationTo_deepl:"Sto utilizzando DeepL per tradurre la pagina corrente.","subtitle.bilingual":"Sottotitoli bilingui",temprarilyChangeTranslationTo_bing:"Sto utilizzando Microsoft Translate per tradurre la pagina corrente.","intro.hoverTitle":"Posiziona il mouse per tradurre il paragrafo corrente","shortcutGroup.main":"Scorciatoie da tastiera di funzioni comuni",temprarilyChangeTranslationTo_google:"Sto utilizzando Google Traduttore per tradurre la pagina corrente.","subtitle.autoDisableSubtitle":"Non attivare automaticamente i sottotitoli bilingue",upgradeToProErrorTitle:"Si prega di aggiornare a membro Pro prima di utilizzare questo servizio di traduzione",touchShortcutsToggleTranslatePage:"Imposta gesti touch per tradurre pagine web / visualizzare il testo originale","widget.translateFileTooltip":"Traduci documenti PDF, EPUB, SRT, ASS, HTML e TXT","widget.instruction":"Istruzioni per l'uso","proQuotaExceededError.resetTime":"3. Tempo di reimpostazione del limite: {resetTime}","shortcutGroup.touch":"Gesti specifici per touch screen","floatBall.guideClickToTranslate":"Clicca sulla sfera galleggiante di traduzione immersiva per tradurre rapidamente","subtitle.showQuickButton":"Nel lettore visualizza la scorciatoia per i sottotitoli bilingue","floatBall.longPress":"Tenendo premuto a lungo \xE8 possibile aprire rapidamente il pannello delle impostazioni.","neverTranslateText.title":"Le parole seguenti rimangono in lingua originale, non tradurre.","browser.translateInputBox":"Traduci il contenuto attuale del campo di input.","browser.toggleVideoSubtitlePreTranslation":"Passa ai sottotitoli bilingui utilizzando preferibilmente le impostazioni di traduzione immersive.","error.subscriptionExpired":"La tua iscrizione potrebbe essere scaduta, controlla lo stato della tua iscrizione.","shortcutGroup.mouse":"Configurazione scorciatoia per il passaggio del mouse","browser.toggleMouseHoverTranslateDirectly":"Abilita o disabilita temporaneamente la traduzione diretta al passaggio del mouse sulla pagina","intro.subtitleTitle":"Visualizzazione dei sottotitoli bilingui nei video online",networkError:"Il servizio di traduzione o la rete ha problemi",notLoginPro:"Non hai ancora effettuato l'accesso al tuo account membro.",touchShortcutsToggleTranslationMask:"Imposta il gesto del touchscreen per mostrare la traduzione della maschera / mostrare il testo originale","floatBallOptions.fixedPositionDesc":"La palla galleggiante \xE8 a sinistra o a destra della finestra?","desc.touchShortcutsToggleTranslateTouchElement":"Personalizza un gesto e puoi tradurre qualsiasi paragrafo in cui ti trovi.",confirmResetToDefaultSettings:"Confermi di voler ripristinare questo servizio di traduzione alle impostazioni predefinite? (Ripristina solo le impostazioni di questo servizio di traduzione)","description.baiduField":"I campi supportati sono visti <1>qui, se vuoto significa che non \xE8 specificato alcun campo.",touchShortcutsToggleTranslateTouchElement:"Imposta il gesto del touchscreen per tradurre il paragrafo specificato","desc.toggleTranslateTheWholePage":"Traduci l'intera area della pagina, di default, tradurremo l'area principale della pagina, puoi utilizzare questa scorciatoia per tradurre specificamente l'intera area della pagina.",mouseHoverCustomKeyDescription:"Puoi personalizzare una combinazione di tasti di scelta rapida per il passaggio del mouse, ad esempio: Alt+Z, Ctrl+E, Cmd+Alt+E o direttamente Cmd, si prega di inserire manualmente.",paragraphMinTextCountDesc:"Attenzione, qui si intende la lunghezza del carattere, ad esempio: ciao \xE8 composto da 5 caratteri, impostare un valore maggiore pu\xF2 ridurre la traduzione di paragrafi non necessari.","desc.toggleTranslateTheMainPage":"Traduci solo l'area principale della pagina, quando hai abilitato la traduzione di tutta l'area della pagina nelle impostazioni avanzate, puoi utilizzare questa scorciatoia per tradurre specificamente l'area principale della pagina.","subtitle.showQuickButtonDescription":"Nell'angolo in basso a destra del lettore video \xE8 disponibile una scorciatoia per attivare i sottotitoli bilingue.","desc.mouseHoverHoldKey":"Quando il mouse \xE8 in hover su un paragrafo, premendo contemporaneamente il tasto di scelta rapida a destra, \xE8 possibile tradurre direttamente quel paragrafo.","desc.interfaceLanguage":"Le impostazioni della lingua dell'interfaccia influenzano la lingua di visualizzazione del pannello di controllo e non hanno nulla a che fare con la lingua target della traduzione.",translationOnlyModeDescription:"La modalit\xE0 solo traduzione si riferisce alla visualizzazione solo del testo tradotto, non della modalit\xE0 bilingue predefinita. Nota: a causa di limitazioni tecniche, i collegamenti ipertestuali del testo originale non funzioneranno in modalit\xE0 solo traduzione.","desc.touchShortcutsToggleTranslatePage":"Dopo aver impostato, quando si utilizza un dispositivo mobile, \xE8 possibile toccare lo schermo con X dita contemporaneamente, scorrere a sinistra e a destra o fare clic continuamente per attivare la traduzione della pagina web / visualizzare il testo originale.","desc.touchShortcutsToggleTranslationMask":"La maschera di traduzione si riferisce all'effetto sfocato nello stile del testo tradotto (modalit\xE0 di apprendimento), che, una volta attivato, applica temporaneamente un effetto sfocato al testo tradotto, facilitando l'apprendimento.",shortcutSettingsTitle:"Impostazioni scorciatoie","proQuotaExceededError.onetime7day":'\uFF0Cpuoi scegliere uno dei seguenti metodi per risolvere:

1. Passa a {anotherService} o ad altri servizi di traduzione
2. Aggiorna a un membro mensile/annuale ',"contact.description":"Se avete domande o suggerimenti, siete invitati a compilare il modulo sottostante per contattarci, o inviare una mail a {email}, vi risponderemo il pi\xF9 presto possibile.","proQuotaExceededError.nonTrial":'\uFF0Cpuoi scegliere uno dei seguenti metodi per risolvere:

1. Passa a {anotherService} o ad altri servizi di traduzione
2. Acquista un pacchetto di traffico extra {translationService}',"proQuotaExceededError.trial":'\uFF0Cpuoi scegliere uno dei seguenti metodi per risolvere:

1. Passa a {anotherService} o ad altri servizi di traduzione
2. Aggiorna subito a membro ufficiale',"intro.floatBallDescription":"Una volta attivato, verr\xE0 visualizzato un pulsante di traduzione rapida sul lato destro della pagina, cliccandolo si pu\xF2 tradurre, cliccandolo di nuovo si pu\xF2 tornare al testo originale. Su dispositivi mobili, tenendo premuto il pallone galleggiante, \xE8 possibile aprire il pannello delle impostazioni rapide.","desc.toggleMouseHoverTranslateDirectly":"Dopo aver premuto questo tasto di scelta rapida, sulla pagina, basta che il mouse punti a qualsiasi testo per tradurlo automaticamente. Premendo di nuovo il tasto di scelta rapida, \xE8 possibile disattivare questa funzione di traduzione automatica.",shortcutDisableTooltip:"Si prega di impostare nella pagina di gestione delle scorciatoie da tastiera dell'estensione del browser, per ulteriori indicazioni si prega di consultare le istruzioni nella parte superiore di questa pagina.","subtitle.supportedSites":"\xC8 supportato l'uso di sottotitoli bilingui su questi siti web (Nota: a causa di limitazioni tecniche, alcuni siti web potrebbero aver bisogno di essere aggiornati dopo aver attivato i sottotitoli per la prima volta, o potrebbe essere necessario attendere che la traduzione sia completata per visualizzare i sottotitoli bilingui):","neverTranslateText.description":"A causa di alcune carenze di riconoscimento dei nomi propri da parte di alcuni motori di traduzione, puoi aggiungere parole qui per assicurarti che non vengano convertite durante il processo di traduzione. Si prega di notare che questa funzione distingue tra maiuscole e minuscole e supporta solo le lingue separate da spazi (come l'inglese, il francese), non \xE8 adatta per lingue come il giapponese, il coreano, ecc.","intro.subtitleDescription":"Dopo aver attivato questa funzione, i sottotitoli bilingui verranno visualizzati automaticamente durante la riproduzione del video. Se non \xE8 abilitato, \xE8 necessario fare clic manualmente sul pulsante di traduzione sulla pagina per visualizzare i sottotitoli. Si prega di notare che, a causa di limitazioni tecniche, alcuni siti web potrebbero richiedere l'aggiornamento della pagina o l'attesa del completamento della traduzione prima di poter visualizzare i sottotitoli bilingui. (Inoltre, \xE8 possibile attivare/disattivare il pannello di traduzione immersiva nell'angolo in alto a destra dopo aver aperto il sito web del video).

Attualmente \xE8 possibile utilizzare i sottotitoli bilingui su questi siti web:","intro.hoverDescription":"La traduzione al passaggio del mouse \xE8 una funzione molto importante nella traduzione immersiva, basta posizionare il mouse sul paragrafo e premere contemporaneamente la scorciatoia impostata per tradurre automaticamente il paragrafo corrente (nota: non \xE8 abilitato di default, si prega di impostarlo qui sotto), questa interazione \xE8 utilizzata per sostituire meglio la traduzione del testo selezionato, inoltre, questa funzione \xE8 ampiamente utilizzata in quelle aree di traduzione che non possono essere riconosciute, puoi utilizzare questa funzione per forzare la traduzione di qualsiasi paragrafo.",geminiWarning:"Attenzione: il servizio gratuito Gemini fornito da Google ha restrizioni severe, potrebbe essere considerato da Google come un tentativo dell'utente di eludere i loro limiti di quota gratuita utilizzando pi\xF9 chiavi. Non \xE8 consigliato usarlo, si consiglia di aspettare che Google apra l'interfaccia a pagamento di Gemini in futuro per usarlo.","floatBall.setting":"Impostazione","floatBall.translateToLanguage":"Fare clic per tradurre in {language}","floatBall.file":"Traduci PDF, EPUB, SRT, ASS, HTML, file TXT",changeToOnlyTempTranslationMode:"Alterna per visualizzare solo le traduzioni",changeToDualTempTranslationMode:"Passare alla traduzione bilingue","transitionMode.dual":"Contrasto bilingue","options.navbar.installApp":"Installa l'app per smartphone","options.navbar.translateFile":"Tradurre il documento","transitionMode.translation":"Solo il testo tradotto.","subtitle.transitionModeDescription":"Imposta i sottotitoli del video per il confronto bilingue o solo modalit\xE0 di traduzione","transitionMode.inherit":"Mantenere coerente con la modalit\xE0 di visualizzazione della traduzione predefinita del sistema","subtitle.transitionMode":"Impostazioni dei sottotitoli video bilingue / solo traduzione",translateFileTooltip:`Traduci PDF, ePub, srt, + {env.imt_sub_trans_field}: \u0905\u0928\u0941\u0935\u093E\u0926`,"subtitle.quickButton.cyan":"\u0928\u0940\u0932\u093E","subtitle.quickButton.green":"\u0939\u0930\u093E","subtitle.quickButton.black":"\u0915\u093E\u0932\u093E","subtitle.quickButton.white":"\u0938\u092B\u0947\u0926","subtitle.quickButton.yellow":"\u092A\u0940\u0932\u093E","subtitle.quickButton.red":"\u0932\u093E\u0932","subtitle.quickButton.setting":"\u0938\u0947\u091F \u0915\u0930\u0947\u0902","subtitle.quickButton.blue":"\u0928\u0940\u0932\u093E","subtitle.quickButton.magenta":"\u0917\u0941\u0932\u093E\u092C\u0940 \u0930\u0902\u0917","subtitle.quickButton.translationPositionBottom":"\u092E\u0942\u0932 \u092A\u093E\u0920 \u0915\u0947 \u0928\u0940\u091A\u0947","translationServices.claude":"\u0915\u094D\u0932\u0949\u0921","subtitle.quickButton.sourceFontSize":"\u092E\u0942\u0932 \u092B\u093C\u0949\u0928\u094D\u091F \u0906\u0915\u093E\u0930","subtitle.quickButton.sourceTextColor":"\u092E\u0942\u0932 \u092B\u093C\u0949\u0928\u094D\u091F \u0915\u093E \u0930\u0902\u0917","subtitle.quickButton.translationPosition":"\u0905\u0928\u0941\u0935\u093E\u0926 \u0938\u094D\u0925\u093F\u0924\u093F","subtitle.quickButton.translationPositionTop":"\u092E\u0942\u0932 \u092A\u093E\u0920 \u0915\u0947 \u090A\u092A\u0930","subtitle.quickButton.backgroundColor":"\u092A\u0943\u0937\u094D\u0920\u092D\u0942\u092E\u093F \u0930\u0902\u0917","subtitle.quickButton.backgroundOpacity":"\u092A\u0943\u0937\u094D\u0920\u092D\u0942\u092E\u093F \u0905\u092A\u093E\u0930\u0926\u0930\u094D\u0936\u093F\u0924\u093E","subtitle.quickButton.translationFontSize":"\u0905\u0928\u0941\u0935\u093E\u0926 \u092B\u093C\u0949\u0928\u094D\u091F \u0915\u093E \u0906\u0915\u093E\u0930","subtitle.quickButton.translationTextColor":"\u0905\u0928\u0941\u0935\u093E\u0926 \u092B\u093C\u0949\u0928\u094D\u091F \u0915\u093E \u0930\u0902\u0917",attachSubtitleTranslating:"{service} \u0915\u093E \u0909\u092A\u092F\u094B\u0917 \u0915\u0930\u0915\u0947 \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930 \u0930\u0939\u093E \u0939\u0948...","error.claude.403":"\u0938\u0947\u0935\u093E \u0924\u0915 \u092A\u0939\u0941\u0902\u091A \u0915\u093E \u0915\u094B\u0908 \u0905\u0927\u093F\u0915\u093E\u0930 \u0928\u0939\u0940\u0902 \u0939\u0948, \u092F\u0939 Claude \u0915\u0940 \u0915\u094D\u0937\u0947\u0924\u094D\u0930\u0940\u092F \u0938\u0940\u092E\u093E\u0913\u0902 \u0938\u0947 \u0938\u0902\u092C\u0902\u0927\u093F\u0924 \u0939\u094B \u0938\u0915\u0924\u093E \u0939\u0948, \u0906\u092A \u0905\u092A\u0928\u093E IP \u092A\u0924\u093E \u092C\u0926\u0932\u0928\u0947 \u0915\u093E \u092A\u094D\u0930\u092F\u093E\u0938 \u0915\u0930 \u0938\u0915\u0924\u0947 \u0939\u0948\u0902, \u092F\u093E \u0905\u0928\u094D\u092F \u0905\u0928\u0941\u0935\u093E\u0926 \u0938\u0947\u0935\u093E\u0913\u0902 \u0915\u093E \u0909\u092A\u092F\u094B\u0917 \u0915\u0930 \u0938\u0915\u0924\u0947 \u0939\u0948\u0902\u0964","browser.brandDescriptionForSafari":"\u3010\u0907\u092E\u0930\u094D\u0938\u093F\u0935 \u0905\u0928\u0941\u0935\u093E\u0926\u3011 \u090F\u0915 \u092E\u0941\u092B\u094D\u0924 (\u092E\u0942\u0932 / \u0905\u0928\u0941\u0935\u093E\u0926) \u0926\u094D\u0935\u093F\u092D\u093E\u0937\u0940 \u0935\u0947\u092C\u092A\u0947\u091C \u0905\u0928\u0941\u0935\u093E\u0926 \u092A\u094D\u0932\u0917\u0907\u0928, \u091C\u094B \u0938\u092E\u092F-\u0938\u092E\u092F \u092A\u0930 PDF \u0905\u0928\u0941\u0935\u093E\u0926 \u0914\u0930 EPUB \u0908-\u092C\u0941\u0915 \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u093E \u0938\u092E\u0930\u094D\u0925\u0928 \u0915\u0930\u0924\u093E \u0939\u0948 \u0914\u0930 \u092E\u0942\u0932 \u0926\u0938\u094D\u0924\u093E\u0935\u0947\u091C\u093C \u0915\u0940 \u0935\u093F\u0928\u094D\u092F\u093E\u0938 \u0915\u094B \u092C\u0928\u093E\u090F \u0930\u0916\u0924\u093E \u0939\u0948, Youtube/Netflix \u0906\u0926\u093F \u0911\u0928\u0932\u093E\u0907\u0928 \u0935\u0940\u0921\u093F\u092F\u094B \u0926\u094D\u0935\u093F\u092D\u093E\u0937\u0940 \u0909\u092A\u0936\u0940\u0930\u094D\u0937\u0915 \u0905\u0928\u0941\u0935\u093E\u0926, Deepl/Google \u0906\u0926\u093F \u092A\u094D\u0930\u092E\u0941\u0916 \u0905\u0928\u0941\u0935\u093E\u0926 \u0938\u0947\u0935\u093E\u0913\u0902 \u0915\u093E \u0938\u092E\u0930\u094D\u0925\u0928 \u0915\u0930\u0924\u093E \u0939\u0948;","browser.PdfProFile":"AI \u0938\u0902\u091A\u093E\u0932\u093F\u0924 PDF Pro \u0905\u0928\u0941\u0935\u093E\u0926","browser.textTranslate":"\u0932\u093F\u0916\u093F\u0924 \u0905\u0928\u0941\u0935\u093E\u0926"};var Ml={nologin:"non \xE8 stato effettuato l'accesso",loginForSafari:"Accedi o registrati",login:"Accedi per aprire un'iscrizione",manageAccount:"Conti gestiti",openPremium:"Soci aperti",logout:"interrompere",curentPlan:"Pacchetti attuali",endAt:"scadenza",endAuto:"rinnovo automatico",lineBreakMaxTextCount:"Numero massimo di caratteri consentiti per frase dopo le interruzioni di riga","translate-pdf":"Clicca per tradurre il PDF","noSupportTranslate-pdf":"Script non supportato, utilizzare il plugin","translate-firefox-local-pdf":"Fare clic per andare a Importazione PDF",enableLineBreak:"Abilita l'avanzamento automatico delle righe per i paragrafi lunghi",sponsorLabel:"1$ Sviluppatori sponsorizzati",help:"mano",browserShortcutsNoteForFirefox:"Per modificare le scorciatoie in Firefox, \xE8 necessario aprire la pagina di gestione delle estensioni `about:addons`, quindi fare clic su `Impostazioni` e poi su `Gestione scorciatoie` per impostare le scorciatoie.",browserShortcutsNoteForChrome:"Per modificare le scorciatoie in Chrome, \xE8 necessario aprire la pagina di gestione delle estensioni, impostarle nel pannello `Gestione scorciatoie` (`chrome://extensions/shortcuts`) e fare clic sul pulsante sottostante per passare alla pagina di gestione delle scorciatoie.",browserShortcutsSucks:"Le scorciatoie personalizzate sono formattate come (non viene effettuato il riconoscimento automatico, inserire direttamente)\uFF1A",enableLineBreakDescription:"Quando \xE8 attivata, le interruzioni di riga vengono inserite alla fine di ogni frase nei paragrafi lunghi per facilitarne la lettura.","browser.shortBrandName":"Traduzione in immersione","browser.brandName":"Immersion Translation: traduzione bilingue di pagine web e documenti PDF","browser.brandDescription":"Bilingual web page translation, also supports PDF translation, bilingual Epub eBook translation, free to use.","browser.toggleTranslatePage":"Tradurre la pagina/visualizzare il testo originale","browser.toggleTranslateTheWholePage":"Tradurre tutte le aree della pagina/visualizzare il testo originale","browser.toggleOnlyTransation":"Cambia modalit\xE0 bilingue/solo traduzione","browser.toggleTranslateToThePageEndImmediately":"Traduzione immediata a fondo pagina/visualizzazione del testo originale","browser.toggleTranslateTheMainPage":"Tradurre l'area principale della pagina/visualizzare il testo originale","browser.shareToDraft":"Condividi le pagine bilingue","browser.openOptionsPage":"Aprire la pagina delle impostazioni","browser.toggleTranslationMask":"Mostra/nascondi l'effetto di sfocatura della traslazione","browser.translateLocalPdfFile":"Tradurre i file PDF locali","browser.openEbookViewer":"Leggere gli eBook locali","browser.openEbookBuilder":"Creare eBook EPUB bilingue","browser.translateLocalHtmlFile":"Tradurre file HTML/testo","browser.donateContext":"Scopri i vantaggi della sponsorizzazione","browser.translateLocalSubtitleFile":"Tradurre i file dei sottotitoli locali",confirmResetConfig:"\xC8 sicuro di voler ripristinare le impostazioni?",translationLineBreakSettingTitle:"Impostazione dell'avanzamento riga di traduzione",smartLineBreak:"alimentazione di linea intelligente (calcolo)",alwaysLineBreak:"Sempre avanzamento di riga",isShowContextMenu:"Aggiungere pagine tradotte alle voci di menu del tasto destro del mouse",toggleBeta:"Abilitazione delle funzioni di beta testing",betaDescription:"Attiva funzioni ancora sperimentali e un servizio di traduzione in beta. Unitevi al <1>gruppo Telegram per saperne di pi\xF9.",translationLineBreakSettingDescription:"Le interruzioni di riga sono sempre ordinate per le pagine con meno contenuti. (Usare interruzioni di riga intelligenti nei paragrafi lunghi e ricchi di contenuti (pi\xF9 di{count}caratteri) per risparmiare spazio).",tempTranslateDomainTitle:"Durata dell'attivazione temporanea della traduzione del sito web",tempTranslateDomainDescription:"Quando si traduce manualmente una pagina web, \xE8 possibile attivare temporaneamente la traduzione automatica del sito web e impostare la durata temporanea.",xMinutes:"{count} minuti",disabled:"vietare l'uso di qcs.",changelog:"Registro degli aggiornamenti",toggleTranslatePageWhenThreeFingersOnTheScreen:"Il tocco simultaneo di pi\xF9 dita sullo schermo traduce le pagine web/visualizza il testo originale",toggleTranslationMaskWhenThreeFingersOnTheScreen:"Il tocco con pi\xF9 dita mostra/nasconde l'effetto di sfocatura.",fingerCountToToggleTranslagePageOnlyTranslationWhenTouching:"Pi\xF9 dita che toccano lo schermo contemporaneamente traducono la pagina web (solo traduzione)/visualizzano il testo originale.",addUrlDescription:"Pu\xF2 essere un nome di dominio e supporta anche i caratteri jolly, ad esempio\uFF1A*.google.com, google.com/mail/*, https://www.google.com/*",general:"Impostazioni di base",clickToExpandConfig:"Espandere la configurazione attuale",import:"Importazione da file",export:"Esportazione su file",toggleDebug:"Stampa il log di debug sulla console","fingers.0":"coagulo","fingers.2":"tocco con due dita","fingers.3":"tocco con tre dita","fingers.4":"tocco a quattro dita","fingers.5":"tocco a cinque dita",mouseHoldKey:"+ {key} tradurre/ripristinare il paragrafo",mouseHoldKeyAuto:"Traduzione diretta del paragrafo",mouseHoldKeyOff:"Non fare nulla.",mouseHoldKeyOther:"Collegamenti personalizzati (impostazioni di apertura)",mouseHoldKeyCustomKey:"{key} Traduzione/riduzione del paragrafo",mouseHoverHoldKey:"Passaggio del mouse mentre si premono i tasti di scelta rapida per tradurre i paragrafi","mouse-translate":"passaggio del mouse",document:"(computer) file",resetSuccess:"Reimpostare tutte le impostazioni con successo",resetThisSuccess:"Ripristino riuscito",saved:"Salva il successo",successImportConfig:"Configurazione importata con successo",goAdvancedSettings:"Andare alla pagina Impostazioni avanzate",goAdvancedInterfaceSettings:"Andare alla pagina Impostazioni di personalizzazione avanzate",advanced:"Impostazioni avanzate",advancedDescription:"In genere non \xE8 necessaria alcuna impostazione, basta lasciarla come predefinita. Solo per gli utenti pi\xF9 specializzati sono disponibili impostazioni pi\xF9 personalizzate.",developer:"Impostazioni dello sviluppatore",donateCafe:"prezzi","translate to the bottom of the page":"Si traduce in fondo alla pagina subito dopo l'ingresso nella pagina?",feedback:"Domanda Feedback",toggleTranslatePage:"Tradurre la pagina/visualizzare il testo originale",translateToThePageEndImmediatelyDescription:"Se si attiva, il contenuto viene tradotto immediatamente dall'inizio alla fine della pagina, non appena viene inserito. Se lo si disattiva, il contenuto viene tradotto man mano che si legge. (Non consigliato)","translate all areas of the page":"Se tradurre tutte le aree della pagina",translationAreaDescription:"Attivato, vengono tradotte tutte le aree dell'intera pagina web. Se si disattiva, viene utilizzato il riconoscimento intelligente predefinito e vengono tradotte solo le aree principali. (Non si consiglia di attivarlo)","the number of characters to be translated first":"Tradurre direttamente i primi caratteri della pagina senza attendere lo scorrimento dell'area di visualizzazione","interface language":"linguaggio dell'interfaccia","display both the original text and the translation":"Visualizzazione simultanea di originale e traduzione","keyboard shortcuts":"Scorciatoie da tastiera",modify:"Modifica dei tasti di scelta rapida",reset:"riproposizione",close:"coagulo",homepage:"homepage",more:"di pi\xF9",moreOptions:"Ampliare le opzioni di personalizzazione",translateTheWholePage:"Tradurre tutte le aree della pagina (invece di riconoscere intelligentemente le aree principali)",changeToTranslateTheWholePage:"Passare alla traduzione di tutte le regioni",changeToTranslateTheMainPage:"Passare all'area principale di traduzione",changeToOnlyTranslationMode:"Alterna per visualizzare solo le traduzioni",changeToDualTranslationMode:"Passare alla traduzione bilingue",translateToThePageEndImmediately:"Traduzione immediata a fondo pagina",translateTheMainPage:"Regioni chiave della traduzione intelligente","The local rules are up to date":"Le norme di adattamento locali sono aggiornate.","Successfully synchronized with the latest official rules:":"Sincronizzato con successo con le ultime regole ufficiali di adattamento.","Checking for updates":"Controllo degli aggiornamenti","Rules are being synchronized":"Regole di adattamento sincronizzate",localVersionIsTooOld:"La versione dell'estensione locale \xE8 troppo vecchia; aggiornare l'estensione a {minVersion} o a una versione pi\xF9 recente prima di tentare la sincronizzazione.",badUserscriptBrowser:"Il browser attuale non implementa correttamente l'interfaccia dell'estensione Grease Monkey (ad esempio, per ottenere informazioni sul numero di versione dello script Grease Monkey stesso); si prega di utilizzare altri browser che <1>supportano l'estensione Grease Monkey, come Firefox.",foundNewVersion:"Scoprite la nuova versione",theLocalExtensionIsUpToUpdate:"L'estensione attuale \xE8 aggiornata.",failToSyncRules:"Mancata sincronizzazione delle ultime regole di adattamento",retry:"Fare clic qui per riprovare",failedReason:"Motivi del fallimento",currentRuleVersion:"Versione attuale della regola",calculating:"calcoli",unknownError:"errore sconosciuto",canNotFetchRemoteRule:"Impossibile ottenere le regole remote",enableAlphaSuccess:"Alfa abilitato",disableAlphaSuccess:"La funzione Alpha \xE8 stata disattivata",cacheSize:"Dimensione della cache\uFF1A",cleaning:"in fase di liquidazione",cleanCache:"cancellare la cache",options:"allestimento",about:"rispetto a",service:"servizio di interpretariato",needAction:"(Vai alle impostazioni)",goSettings:"procedere con l'impostazione",needActionForOptions:"(da impostare)",translationEngine:"Opzioni del motore",sourceLanguage:"Lingua originale",target:"lingua di destinazione",popupSourceLanguage:"Lingua originale",popupTarget:"lingua di destinazione",popupService:"servizio di interpretariato",forThisSite:"Sito web attuale",autoEnableSubtitle:"Attiva automaticamente i sottotitoli bilingue",alwaysTranslate:"Tradurre sempre",neverTranslate:"Mai tradurre",alwaysTranslateSomeLanguage:"Tradurre sempre {language}",neverTranslateSomeLanguage:"Mai tradurre {language}",alwaysTranslateSomeSite:"Tradurre sempre {hostname}",neverTranslateSomeSite:"Mai tradurre {hostname}",alwaysTranslateSomeSiteOrWildSite:"Tradurre sempre il sito",alwaysTranslateSomePage:"Tradurre sempre la pagina",add:"aumento",default:"predefinito (impostazione)",forThisLanguage:"Per questa lingua\uFF1A","add url":"Inserire l'URL",edit:"compilatore","translate other languages into specific language":"Tradurre altre lingue nella lingua impostata","select translation service":"Selezionare un servizio di traduzione",language:"multilinguismo","show-original":"Mostra il testo originale",translate:"rendering",Translated:"tradotto",Translating:"in traduzione",Error:"non corretto",allowCacheTranslations:"Abilitare la cache delle traduzioni locali (per ridurre le richieste di traduzione per i passaggi duplicati)","translation display":"Stile di visualizzazione della traduzione","select diplay style":"Distinguere gli stili di traduzione, con specifico riferimento ai seguenti esempi",interface:"Impostazioni dell'interfaccia",import_export:"Importazione/Esportazione",import_export_title:"Configurazione di importazione/esportazione",syncToGoogleDrive:"Sincronizzazione con Google Drive ora",floatBallOptions:"Impostazioni Hoverball","floatBallOptions.enable":"Abilitare l'Hoverball","floatBallOptions.blockUrls":"Disattivare il sito web","floatBallOptions.add":"aumento","floatBallOptions.blockUrlDesc":"Gli Hoverball non vengono visualizzati quando si incontrano i seguenti siti web","floatBallOptions.clickType":"comportamento di clic","floatBallOptions.clickTypeDesc":"Comportamento dell'icona Hoverball quando viene cliccata","floatBallOptions.clickPopup":"Mostra pannello di traduzione","floatBallOptions.clickTranslate":"Traduzione/visualizzazione del testo originale",previewAllThemes:"Anteprima di tutti gli stili","translationTheme.none":"non hanno","translationTheme.grey":"grigio scuro","translationTheme.dashed":"sottolineatura tratteggiata","translationTheme.dotted":"trattino basso tratteggiato","translationTheme.dashedBorder":"bordo tratteggiato","translationTheme.solidBorder":"bordo solido","translationTheme.underline":"Sottolineare le linee rette","translationTheme.mask":"Effetti fuzzy (modalit\xE0 di apprendimento)","translationTheme.opacity":"effetto trasparenza","translationTheme.paper":"Effetto ombra su carta bianca","translationTheme.dividingLine":"linea di demarcazione","translationTheme.highlight":"alta luminosit\xE0","translationTheme.marker":"marcatore (parola d'ordine)","translationTheme.marker2":"Marcatore 2","translationTheme.blockquote":"Stili di riferimento","translationTheme.weakening":"indebolimento","translationTheme.italic":"carattere obliquo","translationTheme.bold":"addensare","translationTheme.thinDashed":"sottile linea tratteggiata di sottolineatura","translationTheme.nativeDashed":"Il sistema \xE8 dotato di una sottolineatura tratteggiata","translationTheme.nativeDotted":"Il sistema viene fornito con una sottolineatura tratteggiata","translationTheme.nativeUnderline":"Il sistema viene fornito con una linea retta di sottolineatura","translationTheme.wavy":"linea ondulata","translationServices.custom":"API personalizzata","translationServices.tencent":"Traduttore Tencent","translationServices.tenAlpha":"Traduttore Tencent (Alpha)","translationServices.google":"Google Translate","translationServices.bai":"Baidu (Alfa)","translationServices.baidu":"Traduzione di Baidu","translationServices.aliyun":"Traduzione di AliCloud","translationServices.volc":"traduzione vulcanica","translationServices.deeplx":"DeepLX (Beta)","translationServices.bing":"Microsoft Translate","translationServices.deepl":"DeepL","translationServices.wechat":"Traduzione di WeChat","translationServices.azure":"Traduzione di Azure","translationServices.ibm":"IBM Watson","translationServices.aws":"Traduzione Amazon","translationServices.mock":"Traduzione simulata","translationServices.mock2":"Traduzione simulata 2","translationServices.caiyun":"illuminato. nuvole colorate e piccole traduzioni","translationServices.cai":"Nuvole colorate (Alpha)","translationServices.volcAlpha":"Vulcano (Alfa)","translationServices.openl":"AprireL","translationServices.youdao":"Traduzione su Youtube","translationServices.you":"Traduttore Youdao (Alpha)","translationServices.transmart":"Traduzione interattiva di Tencent","translationServices.niu":"Traduttore anticonformista","translationServices.papago":"Traduzione di Papago","translationServices.d":"D (Alfa)","translationServices.dpro":"D Pro (Canarino)","translationServices.openai":"OpenAI","translationServices.yandex":"Yandex","translationServices.chatgpt":"ChatGPT Web(3.5 mobile)","translate title":"Tradurre i titoli delle pagine","always languages":"Tradurre sempre la lingua",neverTranslateLanguagesLabel:"La lingua che non sar\xE0 mai tradotta",neverTranslateTheFollowingLanguagesDescription:"Le traduzioni vengono saltate quando un paragrafo della pagina \xE8 in una delle seguenti lingue",enableUserscriptPagePopup:"Mostra l'hoverball nella pagina",enableUserscriptPagePopupDescription:"Dopo aver disattivato l'hoverball, pu\xF2 essere richiamato con la scorciatoia /{touch}. Si consiglia vivamente di inserire tra i preferiti questa pagina di impostazioni per evitare di non riuscire a trovare l'hoverball dopo aver inavvertitamente disattivato questa opzione!","always translate the following languages":"Traduce automaticamente nella lingua di destinazione quando la pagina \xE8 in una delle seguenti lingue","always sites":"Siti web sempre tradotti","always translate the following sites":"I siti web vengono tradotti automaticamente nella lingua di destinazione quando sono i nomi di dominio di","never sites":"Sito web mai tradotto","never translate the following sites":"Le traduzioni non verranno effettuate quando il sito web \xE8 destinato ai seguenti domini","please refer to":"\xC8 necessario compilare la chiave prima di poterla utilizzare.",KeyAndConfigurationTutorial:"Esercitazione sull'applicazione e la configurazione delle chiavi",useAboveStyleForTheseSites:"Usare sempre lo stile di traduzione \u2308{theme}\u230B quando il sito \xE8 destinato ai seguenti domini",currentUrl:"URL corrente",confirm:"salvare (un file, ecc.) (informatica)",cancel:"cancellazioni",delete:"rimozione","languages.auto":"rilevamento automatico",syncToCloud:"Sincronizzazione con Google Drive",syncToCloudDescription:"Caricata nel cloud, la configurazione pu\xF2 essere sincronizzata tra diversi browser/ script di scimmia grassa, a seconda dell'ultima modifica.",syncToAccount:"Sincronizzazione con il Cloud di traduzione immersiva",syncToAccountButton:"Sincronizzazione istantanea con il cloud",syncToAccountDescription:"Sincronizzare automaticamente le configurazioni tra i diversi dispositivi, a seconda dell'ultima modifica.",successSyncConfigInAccount:"Sincronizzazione riuscita con il cloud",successSyncConfigToAccount:"Sincronizzazione riuscita con il cloud",syncConfigNoUpdate:"\xC8 gi\xE0 aggiornato.",authFail:"Mancata autorizzazione",syncTitle:"Gestione manuale del backup",import_hint:"importazione (dati)",upload:"caricare",revokeAuth:"revocare un'autorizzazione",uploadFail:"Caricamento fallito",download:"scaricare",importSuccess:"Importato con successo",importFail:"errore di importazione",deleteFail:"Cancellazione non riuscita",backupToCloud:"Gestione manuale dei file di backup",create_new_backup:"Aggiungere un nuovo nodo di backup",maxBackupFiles:"\xC8 possibile eseguire il backup di un massimo di{count}nodi diversi; eliminare i nodi non necessari.",backupToCloudDescription:"Caricare o ripristinare manualmente i file di backup, consentendo fino a 3 backup diversi.",successSyncConfig:"Sincronizzazione di successo con il cloud",syncFail:"errore di sincronizzazione",updatedAt:"Aggiornato da {date}",lastSyncedAt:"Ultimo controllo: {date}",downloadFail:"Impossibile scaricare",clickToDownload:"Fare clic per scaricare",aboutLabel:"Informazioni - Feedback","browser.openAboutPage":"Informazioni/Risposte",aboutLabelWithoutSponsor:"Informazioni - Feedback",aboutIntro:"Che tutti noi possiamo avere un accesso pi\xF9 facile e piacevole alla grande quantit\xE0 di informazioni in lingua straniera su Internet \u2764\uFE0F Potete scegliere di attivare la vostra <6>iscrizione Pro per utilizzare le traduzioni di DeepL e OpenAI.

Potete seguirci su <3>Twitter, <4>Telegram, Weibo, WeChat o <5>iscrivervi alla nostra mailing list per seguire gli aggiornamenti.
I <7>membri Pro possono contattarci all'indirizzo <8>support@immersivetranslate.com per un rapido servizio clienti.",aboutIntroWithoutSponsor:"Che tutti noi possiamo avere un accesso pi\xF9 facile e piacevole all'enorme quantit\xE0 di informazioni in lingua straniera disponibili su Internet \u2764\uFE0F

Potete seguirci su <3>Twitter, <4>canale Telegram, WeChat, WeChat Exchange, o <5>iscrivervi per seguire gli aggiornamenti via <5>e-mail qui sotto.",projectHomepage:"Progetto Home",joinTelegramGroup:"Unitevi al gruppo di utenti per partecipare alle discussioni sulle funzionalit\xE0",wechatPublicAccount:"WeChat Pubblico",wechatCommunities:"Gruppo di scambio WeChat",qqCommunities:"Canale di comunicazione QQ",joinTelegramChannel:"Seguite il canale Telegram per gli ultimi aggiornamenti",feedbackAndJoin:"Domanda Feedback / Aggiungi gruppo",autoSync:"sincronizzazione automatica dell'ora",loadingThemeTitle:"Stile di caricamento",loadingThemeDescription:"Impostazione dello stile in attesa del caricamento della traduzione","loadingTheme.spinner":"Animazione di rotazione","loadingTheme.text":"testo statico qcs. ","loadingTheme.none":"non mostrato",developerDescription:"La documentazione sulla personalizzazione avanzata \xE8 disponibile <1>qui","edit border color":"Modificare il colore del bordo",successSyncButNoChange:"La configurazione attuale \xE8 coerente con il cloud",customTheme:"Colori e dimensioni personalizzate","customThemeLabel.borderColor":"Colore del bordo","customThemeLabel.borderRadius":"Bordi arrotondati","customThemeLabel.textColor":"colore del testo","customThemeLabel.backgroundColor":"colore di sfondo","customThemeLabel.zoom":"Scalatura dei caratteri (%)","customThemeLabel.opacity":"Opacit\xE0 del testo (%)",resetToDefaultColor:"Ripristino dei colori predefiniti",resetToDefaultSettings:"Ripristino delle impostazioni predefinite",isTranslateTitle:"Abilita la traduzione dei titoli delle pagine",isTranslateTitleDescription:"All'apertura, il titolo della pagina viene tradotto",enableSearchEnhancement:"Abilitazione del miglioramento dei messaggi bilingue",enableSearchEnhancementDescription:'Una volta abilitato, i risultati della ricerca di "Google News" verranno automaticamente visualizzati nella colonna destra dei siti web supportati (Google News, Google Search (alcune parole chiave), Snowball, Oriental Fortune, Futura, Tiger Community) per le parole chiave inglesi corrispondenti.',verifyService:"Clicca qui per testare il servizio",verified:"Verifica del successo","field.langs":"Codici lingua supportati","field.model":"modellazione","field.translationEngine":"motore di traduzione","field.limitPerMinute":"Richieste massime al minuto","field.limitPerSecond":"Numero massimo di richieste al secondo","field.maxTextLengthPerRequest":"Lunghezza massima del testo per richiesta","field.maxTextGroupLengthPerRequest":"Numero massimo di paragrafi per richiesta","field.apiUrl":"Indirizzo dell'interfaccia API personalizzata","field.placeholderDelimiters":"segnaposto riservato","description.custom":"Interfaccia personalizzata Accesso Documentazione necessaria","description.limitPerMinute":"Le richieste che superano questo limite vengono messe in coda fino all'inizio del minuto successivo. A causa delle varie limitazioni dell'attuale servizio di OpenAI, fare clic <1>qui per gli ultimi valori suggeriti.","description.limitPerSecond":"Le richieste che superano questo limite vengono messe in coda fino all'inizio del secondo successivo. A causa delle varie limitazioni dell'attuale servizio di OpenAI, fare clic <1>qui per gli ultimi valori suggeriti.","description.generalLimitPerSecond":"Le richieste che superano questo limite vengono messe in coda fino all'inizio del secondo successivo.","description.prompt":"Invia una conversazione a {service} come utente, dove {{text}} rappresenta il contenuto del testo del paragrafo, {{from}} rappresenta la lingua del paragrafo, {{to}} rappresenta la lingua di destinazione.","description.maxTextLengthPerRequest":"Il numero massimo di caratteri per richiesta \xE8 troppo elevato e causa una risposta lenta dell'interfaccia; provare a regolare questa opzione per ottimizzare la velocit\xE0.","description.systemPrompt":"Invia una conversazione a {service} come sistema, dove {{text}} rappresenta il contenuto del testo del paragrafo, {{from}} rappresenta la lingua del paragrafo, {{to}} rappresenta la lingua di destinazione.","field.domain":"regno","description.domain":"L'impostazione predefinita \xE8\uFF1Ageneral. Pu\xF2 essere impostata solo se la traduzione con dominio \xE8 abilitata nella console Arima API, vedere <1>qui per i domini supportati.","field.scene":"prendere","description.scene":"Valore predefinito:\uFF1Ageneral. Pu\xF2 essere impostato solo se la console API di AliCloud apre Machine Translation Pro, vedere <1>qui per gli scenari supportati.","field.vocabId":"ID del dizionario utente","description.vocabId":"Il dizionario out_id specificato, attualmente supporta la traduzione dall'inglese al cinese.","description.model":"Modelli OpenAI, possono essere gpt-3.5-turbo, gpt-4, ecc.","description.maxTextGroupLengthPerRequest":"Il numero di paragrafi inviati al servizio di traduzione alla volta; se ci sono troppi paragrafi, l'interfaccia potrebbe rispondere pi\xF9 lentamente.","description.apiUrl":"Si prega di aggiungere URL specifici con percorsi, <1>ulteriori descrizioni",enabledExtension:"Abilitazione delle estensioni",clickToDisableExtension:"Fare clic per disattivare le estensioni",clickToEnableExtension:"Fare clic per abilitare le estensioni",hasBeenDisabled:"disabilitato","show password":"Mostra password",customContent:"Inserire un nome di modello personalizzato",inputOptions:"Miglioramento della casella di input",mouseHoverOptions:"passaggio del mouse",modifyMouseHoverKey:"Modifica della scorciatoia per il passaggio del mouse",enableInputTranslation:"Abilitare o meno il miglioramento della casella di input",enableInputTranslationDescription:"Una volta abilitato, digitare {startingKey}{startingKey} hello direttamente nella casella di input, poi premere rapidamente{inputTrailingTriggerKeyRepeatTimes}volte{trailingKey}per tradurre in {inputTargetLanguage}.",enableInputTranslationDescriptionForNoneKey:"Una volta abilitato, digitate\uFF1AHello World direttamente nella casella di input, quindi premete rapidamente{inputTrailingTriggerKeyRepeatTimes}{trailingKey}volte per tradurre nella lingua di destinazione predefinita.",inputTargetLanguage:"Impostazione della lingua di destinazione predefinita per le caselle di input",inputTargetLanguageDescription:"Lingua di destinazione predefinita per la traduzione della casella di input, ovvero {startingKey}{startingKey} come lingua predefinita per le parole di attivazione.",inputTargetLanguageDescriptionForNoneKey:"Lingua di destinazione predefinita per la traduzione della casella di input",inputStartingTriggerKeyTitle:"Impostazione del carattere di divisione per la traduzione parziale della casella di input",inputStartingTriggerKeyDescription:"Quando non \xE8 necessario tradurre l'intera casella di input, lo splitter consente di tradurre solo la parte da {startingKey}{startingKey} alla fine della casella di input, oppure \xE8 possibile specificare il codice della lingua, ad esempio\uFF1A{startingKey}ja significa tradurre solo la parte da {startingKey}ja alla fine della casella di input.",inputStartingTriggerKeyDescriptionForNoneKey:"L'impostazione attuale di nessun prefisso non \xE8 necessaria e la funzione di traduzione di alcuni testi nella casella di immissione non \xE8 al momento disponibile.",inputTrailingTriggerKeyTitle:"Selezionare un carattere di attivazione di fine inserimento",inputTrailingTriggerKeyDescription:"3 colpi veloci{trailingKey} inizier\xE0 a tradurre!",inputTrailingTriggerKeyTimeout:"Immettere l'intervallo di tempo tra gli inneschi di fine combattimento",inputTrailingTriggerKeyTimeoutDescription:"Imposta l'intervallo di tempo (in millisecondi) tra le attivazioni della combo di fine input",spaceKey:"<\u7A7A\u683C\u952E>",noneKey:"Traduzione diretta dell'intera casella di testo senza prefissi",inputTranslationBlockUrlsTitle:"Non abilitare il miglioramento della casella di input nei seguenti URL",inputTranslationBlockUrlsDescription:"I miglioramenti della casella di input non funzionano con i seguenti URL",clickToSeeQuickDemo:"Fare clic per espandere il video di esercitazione rapida di 30 secondi",inputHelperInfo:"Descrizione\uFF1AAbbiamo ottimizzato il fatto che alcuni caratteri di attivazione si trasformano in segni di punteggiatura cinesi con i metodi di input cinesi, ad esempio, / si trasforma in un segno di dun, con il metodo di input Sogou, e Immersive Translator supporta tutti i simboli cinesi corrispondenti ai caratteri di attivazione, ad esempio //,,, saranno riconosciuti come caratteri di attivazione.

Supportiamo anche gli alias cinesi per i codici di lingua come comandi, ad esempio /Japanese Hello World verr\xE0 tradotto in giapponese; <1>fare clic qui per vedere tutti i codici di lingua supportati.",reloadCurrentPage:"Aggiornare la pagina corrente prima di iniziare la traduzione.",noLocalFilePermissionForPDF:"Non si ha l'autorizzazione a leggere i file locali, fare clic sul pulsante sopra e importare i file locali.",noPermissionForThisPage:"\u26A0\uFE0F Nessun permesso per tradurre la pagina corrente",retryAllParagraphs:"Riprova tutti i passaggi di errore",retryAllButton:"Riprova tutti i passaggi di errore",errorTooltipTitle:"Fare clic per visualizzare la causa dell'errore",errorModalTitle:"Sembra che ci sia qualcosa che non va nel servizio di traduzione o nella rete...",disableConfirm:"Impostazione bilingue per il miglioramento delle informazioni",disableOnce:"Questa disabilitazione",disableGlobal:"disabilitare in modo permanente",disableTint:"* \xC8 possibile riabilitarlo all'indirizzo {option} .",searchEnhancementNotes:"Dopo aver attivato la funzione Immersive Translation Bilingual Information Enhancement, cercheremo automaticamente le stesse parole chiave in inglese sui siti web supportati (Google News, Google Search (alcune parole chiave), Snowball, Oriental Wealth, Futura, Tiger) e le visualizzeremo sul lato destro. Potete scegliere di disabilitare questa funzione se non ne avete bisogno.",option:"allestimento",saveSettings:"Salva le impostazioni",closeModal:"Chiudere la finestra",enableInputTranslationWithoutTriggerKeyTitle:"Abilitare 3 colpi rapidi su{trailingKey}per tradurre direttamente l'intera casella di input in{inputTargetLanguage}",enableInputTranslationWithoutTriggerKeyDescription:"Per specificare la lingua di destinazione, usare il prefisso della lingua, per esempio\uFF1Aja Hello World",mouseHoverShortcutPlaceholder:"Ad esempio,\uFF1AShift",deepLProName:"Immersive Translation Pro Membro (consigliato)",deepLProDescription:"Il pacchetto corrente pu\xF2 essere utilizzato direttamente",deeplProDescriptionForNormal:"Non \xE8 richiesta alcuna configurazione, i membri possono utilizzarlo dopo il login, <1>clicca qui per passare a membro",deepLCustomDescription:"\xC8 richiesta una carta di credito estera, aperta ufficialmente su <1>DeepL, clicca per la <2>documentazione",deepLCustomName:"Chiave di autorizzazione personalizzata",chooseProviderLabel:"Selezionare un fornitore di servizi",openaiProName:"Immersive Translation Pro Membro (consigliato)",openaiProDescription:"Il pacchetto corrente pu\xF2 essere utilizzato direttamente",openaiProDescriptionForNormal:"Non \xE8 richiesta alcuna configurazione, i membri possono utilizzarlo dopo il login, <1>clicca qui per passare a membro",openaiCustomDescription:"Disponibile su OpenAI, Azure OpenAI o altri servizi di terze parti, <1>fare clic qui per la documentazione.",openaiCustomName:"Chiave API personalizzata",needLoginAction:"(Iscrizione aperta o personalizzazione)",goLoginOrAction:"(Aprire un'iscrizione o andare alle impostazioni)",yearly:"effettuare un pagamento annuale consecutivo",quarterly:"avvolgimento sequenziale",monthly:"abbonamento mensile",yearlyForOnce:"Pacchetto annuale una tantum",monthlyForOnce:"Pacchetto mensile una tantum",daily:"giorni consecutivi di pacchetti",year:"effettuare un pagamento annuale consecutivo",quarter:"avvolgimento sequenziale",month:"abbonamento mensile",day:"giorni consecutivi di pacchetti",onetime_7day:"Pacchetto esperienza di 7 giorni",currentPlanDescriptionForFree:"Pacchetti attuali\uFF1AGratis",currentPlanDescriptionForContinuous:"L'attuale pacchetto\uFF1A{plan}sar\xE0 rinnovato automaticamente su {endAt} .",currentPlanDescriptionForAutoRenewCaceling:"L'attuale pacchetto\uFF1A{plan}scadr\xE0 il giorno {endAt} e non sar\xE0 rinnovato automaticamente alla scadenza.",currentYearlyPlanDescriptionForAutoRenewCacelingWithRealPaiedUser:"Il pacchetto attuale,\uFF1A{plan}, scadr\xE0 il {endAt} e non sar\xE0 rinnovato automaticamente alla scadenza.
<1>Clicca qui per gestire il tuo piano di rinnovo",currentYearlyPlanDescriptionForAutoRenewCacelingWithAdmin:"Il pacchetto attuale,\uFF1A{plan}, scadr\xE0 il {endAt} e non sar\xE0 rinnovato automaticamente alla scadenza.
<1>Fare clic qui per attivare l'abbonamento annuale continuo",currentPlanDescriptionForOneTime:"L'attuale abbonamento\uFF1A{plan}scadr\xE0 il {endAt} , <1>clicca qui per passare all' abbonamento <1>annuale o <2>mensile.",upgradePlan:"Clicca qui per passare all'iscrizione Pro",upgradeToPro:"Aggiornamento all'iscrizione Pro","popup.openPro":"Passa all'iscrizione Pro per usufruire di DeepL e della traduzione OpenAI, clicca qui per effettuare l'aggiornamento!","popup.openProForPro":"Sei un membro Pro con accesso diretto alle traduzioni di DeepL e OpenAI!",currentAccount:"conto corrente",enableAutoSyncUserSettings:"Abilita la sincronizzazione automatica con il cloud su pi\xF9 dispositivi",modalEnableInputTranslationTitle:"Casella di input per la traduzione immersiva Avvisi di traduzione",modalEnableInputTranslationDesc:"\xC8 stata appena attivata la traduzione della casella di input di Immersive Translation premendo la barra spaziatrice 3 volte in rapida successione e il contenuto della casella di input verr\xE0 tradotto nella lingua di destinazione predefinita. La traduzione pu\xF2 essere annullata con Ctrl+Z.

Se si tratta di un errore, non preoccupatevi: potete scegliere di disattivarla questa volta o di disabilitare definitivamente la traduzione delle caselle di input.",saveAndNotShowAgain:"Salvare e interrompere la richiesta",disableInputTranslationTips:"* \xC8 inoltre possibile impostare altre scorciatoie da attivare in {option} ,{learnMore}.",learnMore:"Clicca qui per saperne di pi\xF9",continueEnalbeInputTranslation:"Continuare ad abilitare la traduzione della casella di input",autoRenewTrialSuffix:`(In prova,\xE8 passato immediatamente all'iscrizione completa)`,upgradeFromTrialTitle:"Aggiornamento a Socio Effettivo",subtitle:"sottotitoli video",youtubeService:"Traduzione in immersione Servizi di traduzione con sottotitoli video","subtitle.disabledSubtitle":"Disattivare in modo permanente la funzione dei sottotitoli video","subtitle.disabledSubtitleDescription":"Se Immersive Translator's Video Subtitles entra in conflitto con altre estensioni, \xE8 possibile scegliere di disabilitare definitivamente la funzionalit\xE0 di Immersive Translator's Video Subtitles o disinstallare le altre estensioni in conflitto.","subtitle.autoEnableSubtitle":"Uso automatico dei sottotitoli bilingue","subtitle.autoEnableSubtitleDescription":"Una volta attivato, i sottotitoli bilingue verranno visualizzati automaticamente durante la riproduzione del video, altrimenti sar\xE0 necessario fare clic sul pulsante di traduzione per visualizzarli.","subtitle.preTranslation":"Tradurre i sottotitoli con la traduzione immersiva","subtitle.preTranslationDescription":"Quando \xE8 abilitato, l'intero sottotitolo sar\xE0 pre-tradotto utilizzando il servizio di traduzione specificato di seguito; un video di un'ora consumer\xE0 circa 50.000 gettoni o caratteri, quindi si prega di utilizzarlo a propria discrezione; quando \xE8 disabilitato, i sottotitoli originali saranno utilizzati per primi.","subtitle.humanSubtitlesPreferred":"Uso prioritario del sottotitolaggio umano","subtitle.humanSubtitlesPreferredDescription":"Privilegiare l'uso di sottotitoli umani quando il video ha sottotitoli umani nella lingua di destinazione (consigliato)",videoSubtitleTranslationDescription:"Assegnare un servizio di traduzione separato per i sottotitoli video",subtitleTranslating:"Attendere mentre i sottotitoli vengono tradotti con il servizio {service} ... (traduzione ad immersione)",subtitleLoading:"Caricamento dei sottotitoli...",bilingual:"bilinguismo","field.action":"Se abilitare la terminologia Baidu","description.action":"Quando \xE8 abilitato, un parametro action=1 sar\xE0 aggiunto alla richiesta per informare Baidu del termine abilitato; <1>per ulteriori informazioni, consultare la documentazione ufficiale.",closeQuickTranslation:"Chiudere Hoverball","closeQuickTranslation.untilNext":"Questa volta chiuso fino alla prossima visita","closeQuickTranslation.currentWebsite":"Sito attuale disabilitato","closeQuickTranslation.alwaysClose":"disabilitare in modo permanente","closeQuickTranslation.settingOpen":"(pu\xF2 essere attivata nella <1>pagina delle impostazioni )","closeQuickTranslation.cancel":"cancellazioni","closeQuickTranslation.confirm":"definire","floatBall.popup":"Aprire il pannello Impostazioni rapide","floatBall.translate":"Fare clic per tradurre la pagina","floatBall.showOriginal":"Fare clic per tornare all'articolo originale","floatBall.close":"Chiudere Hoverball","floatBallOptions.enableDescPc":"Dopo aver abilitato l'hoverball della pagina, verr\xE0 visualizzato un pulsante di traduzione rapida sul lato destro della pagina: cliccatelo per tradurre!","floatBallOptions.enableDesc":"Dopo aver disattivato l'hoverball, \xE8 possibile richiamarlo con{touch}. Si consiglia vivamente di inserire tra i preferiti questa pagina di impostazioni nel caso in cui non si riesca a trovare l'hoverball dopo aver inavvertitamente disattivato questa opzione!","description.azureApiUrl":"Inserire l'indirizzo dell'interfaccia API personalizzata",confirmSupportMouse:"Forzare l'abilitazione del supporto del mouse",confirmSupportMouseDescription:"Rilevato che il browser corrente non supporta la funzione del mouse, \xE8 necessario abilitare il supporto del mouse?",sampleTargetText:"Verr\xE0 la lunga notte e io veglier\xF2 da oggi fino alla morte. Non prender\xF2 moglie, non far\xF2 feudi, non avr\xF2 figli. Non porter\xF2 una corona, non lotter\xF2 per l'onore. Far\xF2 il mio dovere, vivr\xF2 e morir\xF2.",sampleSourceText:"Night gathers, and now my watch begins. It shall not end until my death. I shall take no wife, hold no lands, father no children. I shall wear no crowns and win no glory. I shall live and die at my post.","desc.touchShortcutsToggleTranslatePageOnlyTranslation":"Solo traduzione significa che verr\xE0 visualizzata solo la traduzione, se la pagina web non \xE8 ancora stata tradotta, passer\xE0 alla modalit\xE0 e tradurr\xE0.","desc.toggleOnlyTransation":"La modalit\xE0 solo traduzione significa che verr\xE0 visualizzato solo il testo tradotto, se la pagina web non \xE8 ancora stata tradotta, cambier\xE0 modalit\xE0 e tradurr\xE0.",touchShortcutsToggleTranslatePageOnlyTranslation:"Imposta il gesto del touchscreen per passare alla modalit\xE0 bilingue/solo testo tradotto",download_started:"Il download \xE8 gi\xE0 iniziato, se non si avvia automaticamente, fai clic manualmente.",here:"Qui","translationFont.customPlaceholder":"carattere","error.goReset":"Vai a resettare","translationFont.custom":"Inserisci il carattere personalizzato",batchEdit:"Operazione in blocco","translationModeUrl.translation.title":"Solo modalit\xE0 di traduzione del sito web","error.configError":"Anomalia dei dati di configurazione","error.serveConfigError":"Errore nella configurazione del servizio","touch.mouse-translate":"Tradurre il paragrafo specificato","error.proTokenInvalid":"Se sei un utente Pro, per favore accedi prima di utilizzare il servizio di traduzione Pro.","translationModeLang.translation.title":"Solo modalit\xE0 di traduzione della lingua","translationServices.inherit":"Segui il servizio di traduzione principale",enableSentryReport:"Quando si verifica un errore di estensione, invia un feedback utilizzando Sentry",videoSubtitlePreTranslationOn:"I sottotitoli video utilizzeranno la traduzione immersiva come priorit\xE0.",translationFont:"Imposta il carattere","error.reloadPageOfSetting":"Dopo la configurazione, si prega di aggiornare la pagina e tradurre di nuovo.",detectServiceLoading:"Sto controllando i servizi di traduzione disponibili...",toggleToService:"Passa a {service} e riprova","translationModeLang.translation.description":"Quando la lingua della pagina \xE8 una delle seguenti, verr\xE0 utilizzata automaticamente solo la modalit\xE0 di traduzione.","translationModeUrl.translation.description":"Quando il sito web ha i seguenti nomi di dominio, verr\xE0 utilizzata automaticamente solo la modalit\xE0 di traduzione.","error.403":"Il servizio restituisce un errore, non si ha temporaneamente l'autorizzazione per accedere a questo servizio.","error.400":"Il servizio restituisce un errore, errore nei parametri della richiesta, si prega di controllare la configurazione corrispondente.",videoSubtitlePreTranslationOff:"I sottotitoli del video daranno la priorit\xE0 ai sottotitoli automatici inclusi nel video originale.","error.proUpgrade":"Dopo l'aggiornamento, si prega di aggiornare la pagina e tradurre di nuovo.","translationFont.notSupportErrorMessage":"Si prega di controllare se il nome del carattere inserito \xE8 corretto, o confermare che il carattere \xE8 gi\xE0 installato sul tuo dispositivo.","error.429":"Il servizio restituisce un errore, indicando che la richiesta \xE8 troppo frequente o supera il limite di quota, si prega di riprovare pi\xF9 tardi.","error.502":"Il servizio ha restituito un errore, il servizio \xE8 in timeout, si prega di riprovare pi\xF9 tardi.","error.googleLimitIp":"Il servizio restituisce un errore, il servizio Google ha limitato questo indirizzo IP, si consiglia di cambiare il nodo di rete.","error.openAIExceededQuota":"Il servizio restituisce un errore: il saldo del tuo account OpenAI non \xE8 sufficiente, si prega di ricaricare o collegare una carta di credito nel pannello di controllo ufficiale di OpenAI.","error.gemini.429":"Il servizio Gemini attuale ha raggiunto la sua capacit\xE0 massima, si prega di riprovare pi\xF9 tardi o passare ad un altro servizio di traduzione.","desc.toggleVideoSubtitlePreTranslation":"Dopo aver premuto, i sottotitoli bilingui del video utilizzeranno in primo luogo le impostazioni di traduzione immersive, premendo di nuovo avranno la priorit\xE0 i sottotitoli automatici inclusi nel video originale. Nota: questa scorciatoia modifica le impostazioni globali.","error.serveUnavailable":"Il servizio [{serverName}] che stai utilizzando attualmente non \xE8 accessibile a causa di problemi di connessione o del fornitore di servizi. Ti consigliamo di provare a ricaricare la pagina o di cambiare il servizio di traduzione attraverso le <1>impostazioni. Se sei un membro <2>Pro, puoi scegliere di utilizzare i servizi di traduzione pi\xF9 stabili di DeepL o OpenAI (<3>clicca qui per una prova gratuita). Inoltre, potrebbe essere necessario controllare la tua rete o le impostazioni del proxy.","error.openAIFreeLimit":"Il servizio restituisce un errore, la frequenza attuale delle richieste di traduzione ha raggiunto il limite massimo di 3 volte al minuto, si prega di riprovare pi\xF9 tardi. (Questo \xE8 il limite ufficiale di OpenAI per l'API Key gratuita, per rimuovere questo limite, si prega di collegare una carta di credito nel backend di OpenAI.)","floatBall.iKnow":"Lo so.","floatBallOptions.fixedPosition":"Posizione fissa",notLogin:"Non connesso","translationServices.gemini":"Gemelli","error.retry":"Riprova",pickAll:"Seleziona tutto","slide.right":"Scorri a sinistra","multipleClick.2":"Doppio clic",loggedIn:"Accesso effettuato","error.reason":"Motivo dell'errore","multipleClick.4":"Quadruplo colpo","multipleClick.3":"Triplo colpo","widget.translateFile":"PDF/ePub",shortcutSettings:"Scorciatoia","tagsInput.add":"+ Aggiungi","shortcutGroup.others":"Pi\xF9 scorciatoie personalizzate","slide.left":"Scorri a destra","subtitle.hideQuickButton":"Non mostrare pi\xF9 questa scorciatoia","widget.videoSubtitle":"sottotitoli video","error.subscriptionExpiredTitle":"La membership \xE8 scaduta",alwaysTranslateThisSite:"Sempre tradurre questo sito","floatBallOptions.fixedPositionLeft":"Sinistra",touchShortcutsOff:"Chiudi",neverTranslateThisSite:"Non tradurre mai questo sito web",translationOnlyMode:"Solo modalit\xE0 di traduzione",viewWithImmersiveTranslate:"Versione bilingue (traduzione immersiva)",contact:"Contattaci","browser.translateWithBing":"Utilizzo temporaneo di Microsoft per tradurre la pagina corrente",buildSnapshots:"Genera un'istantanea della pagina web","intro.floatBallTitle":"Traduzione rapida della sfera galleggiante","browser.translateWithOpenAI":"Utilizzo temporaneo di OpenAI per tradurre la pagina corrente","widget.videoSubtitleTooltip":"Supporta Youtube e altri {count}+ siti di video","browser.translateWithDeepL":"Utilizzo temporaneamente DeepL per tradurre la pagina corrente",errorReason:"Motivo dell'errore: {message}","browser.translateWithTransmart":"Utilizzo temporaneo di Tencent per tradurre la pagina corrente","shortcutGroup.shortcutsForTranslationServices":"Scorciatoie relative ai servizi di traduzione","browser.translateWithGoogle":"Utilizzo temporaneo di Google per tradurre la pagina corrente",temprarilyChangeTranslationTo_gemini:"Sto utilizzando Gemini per tradurre la pagina corrente.","browser.translateWithGemini":"Utilizza temporaneamente Gemini per tradurre la pagina corrente","widget.instructionTooltip":"Visualizza le istruzioni per l'uso",goLogin:"Vai a fare il login",temprarilyChangeTranslationTo_openai:"Sto utilizzando OpenAI per tradurre la pagina corrente.",temprarilyChangeTranslationTo_transmart:"Sto utilizzando Tencent per tradurre la pagina corrente.","floatBallOptions.fixedPositionRight":"lato destro",paragraphMinTextCountField:"Il numero minimo di caratteri necessari per tradurre un paragrafo",mouseHoverCustomKeyTitle:"Personalizza la scorciatoia del mouse al passaggio del mouse",temprarilyChangeTranslationTo_deepl:"Sto utilizzando DeepL per tradurre la pagina corrente.","subtitle.bilingual":"Sottotitoli bilingui",temprarilyChangeTranslationTo_bing:"Sto utilizzando Microsoft Translate per tradurre la pagina corrente.","intro.hoverTitle":"Posiziona il mouse per tradurre il paragrafo corrente","shortcutGroup.main":"Scorciatoie da tastiera di funzioni comuni",temprarilyChangeTranslationTo_google:"Sto utilizzando Google Traduttore per tradurre la pagina corrente.","subtitle.autoDisableSubtitle":"Non attivare automaticamente i sottotitoli bilingue",upgradeToProErrorTitle:"Si prega di aggiornare a membro Pro prima di utilizzare questo servizio di traduzione",touchShortcutsToggleTranslatePage:"Imposta gesti touch per tradurre pagine web / visualizzare il testo originale","widget.translateFileTooltip":"Traduci documenti PDF, EPUB, SRT, ASS, HTML e TXT","widget.instruction":"Istruzioni per l'uso","proQuotaExceededError.resetTime":"3. Tempo di reimpostazione del limite: {resetTime}","shortcutGroup.touch":"Gesti specifici per touch screen","floatBall.guideClickToTranslate":"Clicca sulla sfera galleggiante di traduzione immersiva per tradurre rapidamente","subtitle.showQuickButton":"Nel lettore visualizza la scorciatoia per i sottotitoli bilingue","floatBall.longPress":"Tenendo premuto a lungo \xE8 possibile aprire rapidamente il pannello delle impostazioni.","neverTranslateText.title":"Le parole seguenti rimangono in lingua originale, non tradurre.","browser.translateInputBox":"Traduci il contenuto attuale del campo di input.","browser.toggleVideoSubtitlePreTranslation":"Passa ai sottotitoli bilingui utilizzando preferibilmente le impostazioni di traduzione immersive.","error.subscriptionExpired":"La tua iscrizione potrebbe essere scaduta, controlla lo stato della tua iscrizione.","shortcutGroup.mouse":"Configurazione scorciatoia per il passaggio del mouse","browser.toggleMouseHoverTranslateDirectly":"Abilita o disabilita temporaneamente la traduzione diretta al passaggio del mouse sulla pagina","intro.subtitleTitle":"Visualizzazione dei sottotitoli bilingui nei video online",networkError:"Il servizio di traduzione o la rete ha problemi",notLoginPro:"Non hai ancora effettuato l'accesso al tuo account membro.",touchShortcutsToggleTranslationMask:"Imposta il gesto del touchscreen per mostrare la traduzione della maschera / mostrare il testo originale","floatBallOptions.fixedPositionDesc":"La palla galleggiante \xE8 a sinistra o a destra della finestra?","desc.touchShortcutsToggleTranslateTouchElement":"Personalizza un gesto e puoi tradurre qualsiasi paragrafo in cui ti trovi.",confirmResetToDefaultSettings:"Confermi di voler ripristinare questo servizio di traduzione alle impostazioni predefinite? (Ripristina solo le impostazioni di questo servizio di traduzione)","description.baiduField":"I campi supportati sono visti <1>qui, se vuoto significa che non \xE8 specificato alcun campo.",touchShortcutsToggleTranslateTouchElement:"Imposta il gesto del touchscreen per tradurre il paragrafo specificato","desc.toggleTranslateTheWholePage":"Traduci l'intera area della pagina, di default, tradurremo l'area principale della pagina, puoi utilizzare questa scorciatoia per tradurre specificamente l'intera area della pagina.",mouseHoverCustomKeyDescription:"Puoi personalizzare una combinazione di tasti di scelta rapida per il passaggio del mouse, ad esempio: Alt+Z, Ctrl+E, Cmd+Alt+E o direttamente Cmd, si prega di inserire manualmente.",paragraphMinTextCountDesc:"Attenzione, qui si intende la lunghezza del carattere, ad esempio: ciao \xE8 composto da 5 caratteri, impostare un valore maggiore pu\xF2 ridurre la traduzione di paragrafi non necessari.","desc.toggleTranslateTheMainPage":"Traduci solo l'area principale della pagina, quando hai abilitato la traduzione di tutta l'area della pagina nelle impostazioni avanzate, puoi utilizzare questa scorciatoia per tradurre specificamente l'area principale della pagina.","subtitle.showQuickButtonDescription":"Nell'angolo in basso a destra del lettore video \xE8 disponibile una scorciatoia per attivare i sottotitoli bilingue.","desc.mouseHoverHoldKey":"Quando il mouse \xE8 in hover su un paragrafo, premendo contemporaneamente il tasto di scelta rapida a destra, \xE8 possibile tradurre direttamente quel paragrafo.","desc.interfaceLanguage":"Le impostazioni della lingua dell'interfaccia influenzano la lingua di visualizzazione del pannello di controllo e non hanno nulla a che fare con la lingua target della traduzione.",translationOnlyModeDescription:"La modalit\xE0 solo traduzione si riferisce alla visualizzazione solo del testo tradotto, non della modalit\xE0 bilingue predefinita. Nota: a causa di limitazioni tecniche, i collegamenti ipertestuali del testo originale non funzioneranno in modalit\xE0 solo traduzione.","desc.touchShortcutsToggleTranslatePage":"Dopo aver impostato, quando si utilizza un dispositivo mobile, \xE8 possibile toccare lo schermo con X dita contemporaneamente, scorrere a sinistra e a destra o fare clic continuamente per attivare la traduzione della pagina web / visualizzare il testo originale.","desc.touchShortcutsToggleTranslationMask":"La maschera di traduzione si riferisce all'effetto sfocato nello stile del testo tradotto (modalit\xE0 di apprendimento), che, una volta attivato, applica temporaneamente un effetto sfocato al testo tradotto, facilitando l'apprendimento.",shortcutSettingsTitle:"Impostazioni scorciatoie","proQuotaExceededError.onetime7day":'\uFF0Cpuoi scegliere uno dei seguenti metodi per risolvere:

1. Passa a {anotherService} o ad altri servizi di traduzione
2. Aggiorna a un membro mensile/annuale ',"contact.description":"Se avete domande o suggerimenti, siete invitati a compilare il modulo sottostante per contattarci, o inviare una mail a {email}, vi risponderemo il pi\xF9 presto possibile.","proQuotaExceededError.nonTrial":'\uFF0Cpuoi scegliere uno dei seguenti metodi per risolvere:

1. Passa a {anotherService} o ad altri servizi di traduzione
2. Acquista un pacchetto di traffico extra {translationService}',"proQuotaExceededError.trial":'\uFF0Cpuoi scegliere uno dei seguenti metodi per risolvere:

1. Passa a {anotherService} o ad altri servizi di traduzione
2. Aggiorna subito a membro ufficiale',"intro.floatBallDescription":"Una volta attivato, verr\xE0 visualizzato un pulsante di traduzione rapida sul lato destro della pagina, cliccandolo si pu\xF2 tradurre, cliccandolo di nuovo si pu\xF2 tornare al testo originale. Su dispositivi mobili, tenendo premuto il pallone galleggiante, \xE8 possibile aprire il pannello delle impostazioni rapide.","desc.toggleMouseHoverTranslateDirectly":"Dopo aver premuto questo tasto di scelta rapida, sulla pagina, basta che il mouse punti a qualsiasi testo per tradurlo automaticamente. Premendo di nuovo il tasto di scelta rapida, \xE8 possibile disattivare questa funzione di traduzione automatica.",shortcutDisableTooltip:"Si prega di impostare nella pagina di gestione delle scorciatoie da tastiera dell'estensione del browser, per ulteriori indicazioni si prega di consultare le istruzioni nella parte superiore di questa pagina.","subtitle.supportedSites":"\xC8 supportato l'uso di sottotitoli bilingui su questi siti web (Nota: a causa di limitazioni tecniche, alcuni siti web potrebbero aver bisogno di essere aggiornati dopo aver attivato i sottotitoli per la prima volta, o potrebbe essere necessario attendere che la traduzione sia completata per visualizzare i sottotitoli bilingui):","neverTranslateText.description":"A causa di alcune carenze di riconoscimento dei nomi propri da parte di alcuni motori di traduzione, puoi aggiungere parole qui per assicurarti che non vengano convertite durante il processo di traduzione. Si prega di notare che questa funzione distingue tra maiuscole e minuscole e supporta solo le lingue separate da spazi (come l'inglese, il francese), non \xE8 adatta per lingue come il giapponese, il coreano, ecc.","intro.subtitleDescription":"Dopo aver attivato questa funzione, i sottotitoli bilingui verranno visualizzati automaticamente durante la riproduzione del video. Se non \xE8 abilitato, \xE8 necessario fare clic manualmente sul pulsante di traduzione sulla pagina per visualizzare i sottotitoli. Si prega di notare che, a causa di limitazioni tecniche, alcuni siti web potrebbero richiedere l'aggiornamento della pagina o l'attesa del completamento della traduzione prima di poter visualizzare i sottotitoli bilingui. (Inoltre, \xE8 possibile attivare/disattivare il pannello di traduzione immersiva nell'angolo in alto a destra dopo aver aperto il sito web del video).

Attualmente \xE8 possibile utilizzare i sottotitoli bilingui su questi siti web:","intro.hoverDescription":"La traduzione al passaggio del mouse \xE8 una funzione molto importante nella traduzione immersiva, basta posizionare il mouse sul paragrafo e premere contemporaneamente la scorciatoia impostata per tradurre automaticamente il paragrafo corrente (nota: non \xE8 abilitato di default, si prega di impostarlo qui sotto), questa interazione \xE8 utilizzata per sostituire meglio la traduzione del testo selezionato, inoltre, questa funzione \xE8 ampiamente utilizzata in quelle aree di traduzione che non possono essere riconosciute, puoi utilizzare questa funzione per forzare la traduzione di qualsiasi paragrafo.",geminiWarning:"Attenzione: il servizio gratuito Gemini fornito da Google ha restrizioni severe, potrebbe essere considerato da Google come un tentativo dell'utente di eludere i loro limiti di quota gratuita utilizzando pi\xF9 chiavi. Non \xE8 consigliato usarlo, si consiglia di aspettare che Google apra l'interfaccia a pagamento di Gemini in futuro per usarlo.","floatBall.setting":"Impostazione","floatBall.translateToLanguage":"Fare clic per tradurre in {language}","floatBall.file":"Traduci PDF, EPUB, SRT, ASS, HTML, file TXT",changeToOnlyTempTranslationMode:"Alterna per visualizzare solo le traduzioni",changeToDualTempTranslationMode:"Passare alla traduzione bilingue","transitionMode.dual":"Contrasto bilingue","options.navbar.installApp":"Installa l'app per smartphone","options.navbar.translateFile":"Tradurre il documento","transitionMode.translation":"Solo il testo tradotto.","subtitle.transitionModeDescription":"Imposta i sottotitoli del video per il confronto bilingue o solo modalit\xE0 di traduzione","transitionMode.inherit":"Mantenere coerente con la modalit\xE0 di visualizzazione della traduzione predefinita del sistema","subtitle.transitionMode":"Impostazioni dei sottotitoli video bilingue / solo traduzione",translateFileTooltip:`Traduci PDF, ePub, srt, ass, HTML, file TXT`,"description.multiplePrompt":`Quando il numero di paragrafi \xE8 superiore a 1, la conversazione inviata a {service} come utente, dove {{from}} indica la lingua del paragrafo, {{to}} indica la lingua di destinazione, {{yaml}} \xE8 il contenuto del paragrafo che abbiamo confezionato in formato yaml, se hai bisogno di personalizzare Prompt, devi assicurarti che ogni elemento nel risultato YAML della risposta AI includa il campo {env.imt_trans_field}, {{imt_trans_field}} \xE8 il nome del campo di traduzione che speriamo la AI risponda, il default \xE8 {env.imt_trans_field}, {{imt_source_field}} \xE8 il nome del campo del testo originale che passiamo alla AI, il default \xE8 {env.imt_source_field}, esempio di risultato: - id: 1 @@ -5115,7 +5115,7 @@ ass, HTML, file TXT`,"description.multiplePrompt":`Quando il numero di paragrafi {env.imt_sub_trans_field}: Traduzione - id: 2 {env.imt_sub_source_field}: Source - {env.imt_sub_trans_field}: Traduzione`,"translationServices.claude":"Claude","subtitle.quickButton.black":"nero","subtitle.quickButton.blue":"blu","subtitle.quickButton.white":"bianco","subtitle.quickButton.green":"Verde","subtitle.quickButton.magenta":"Fucsia","subtitle.quickButton.sourceTextColor":"Colore del carattere originale","subtitle.quickButton.yellow":"giallo","subtitle.quickButton.sourceFontSize":"Dimensione originale del carattere","subtitle.quickButton.backgroundOpacity":"Opacit\xE0 di sfondo","subtitle.quickButton.translationPositionTop":"Sopra il testo originale","subtitle.quickButton.backgroundColor":"colore di sfondo","subtitle.quickButton.translationPosition":"Posizione del testo tradotto","subtitle.quickButton.translationPositionBottom":"Sotto il testo originale","subtitle.quickButton.red":"Rosso","subtitle.quickButton.cyan":"Blu","subtitle.quickButton.setting":"Impostazione","subtitle.quickButton.translationTextColor":"Colore del carattere del testo","subtitle.quickButton.translationFontSize":"Dimensione del carattere del testo tradotto",attachSubtitleTranslating:"Utilizzando {service} per la traduzione...","error.claude.403":"Non hai l'autorizzazione per accedere al servizio, potrebbe essere correlato alle restrizioni regionali di Claude, puoi provare a cambiare il tuo indirizzo IP o utilizzare altri servizi di traduzione.","browser.brandDescriptionForSafari":"\u3010Traduzione Immersiva\u3011Un plugin gratuito per la traduzione di pagine web bilingue (originale/tradotto), che supporta anche la traduzione di PDF e libri elettronici EPUB mantenendo la formattazione originale del documento, la traduzione di sottotitoli bilingui per video online come Youtube/Netflix, e supporta servizi di traduzione mainstream come Deepl/Google;","browser.PdfProFile":"Traduzione Pro di PDF guidata da AI","browser.textTranslate":"Traduzione del testo"};var Rl={nologin:"\u043D\u0435 \u0432\u043E\u0448\u0451\u043B \u0432 \u0441\u0438\u0441\u0442\u0435\u043C\u0443",loginForSafari:"\u0412\u043E\u0439\u0442\u0438 \u0438\u043B\u0438 \u0437\u0430\u0440\u0435\u0433\u0438\u0441\u0442\u0440\u0438\u0440\u043E\u0432\u0430\u0442\u044C\u0441\u044F",login:"\u0412\u0445\u043E\u0434 \u0432 \u0441\u0438\u0441\u0442\u0435\u043C\u0443 \u0434\u043B\u044F \u043E\u0442\u043A\u0440\u044B\u0442\u0438\u044F \u0447\u043B\u0435\u043D\u0441\u0442\u0432\u0430",manageAccount:"\u0423\u043F\u0440\u0430\u0432\u043B\u044F\u0435\u043C\u044B\u0435 \u0441\u0447\u0435\u0442\u0430",openPremium:"\u041E\u0442\u043A\u0440\u044B\u0442\u043E\u0435 \u0447\u043B\u0435\u043D\u0441\u0442\u0432\u043E",logout:"\u043F\u0440\u0435\u0440\u0432\u0430\u0442\u044C",curentPlan:"\u0422\u0435\u043A\u0443\u0449\u0438\u0435 \u043F\u0430\u043A\u0435\u0442\u044B",endAt:"\u0441\u0440\u043E\u043A \u0434\u0435\u0439\u0441\u0442\u0432\u0438\u044F",endAuto:"\u0430\u0432\u0442\u043E\u043F\u0440\u043E\u0434\u043B\u0435\u043D\u0438\u0435",lineBreakMaxTextCount:"\u041C\u0430\u043A\u0441\u0438\u043C\u0430\u043B\u044C\u043D\u043E\u0435 \u043A\u043E\u043B\u0438\u0447\u0435\u0441\u0442\u0432\u043E \u0441\u0438\u043C\u0432\u043E\u043B\u043E\u0432, \u0434\u043E\u043F\u0443\u0441\u0442\u0438\u043C\u043E\u0435 \u0432 \u043E\u0434\u043D\u043E\u043C \u043F\u0440\u0435\u0434\u043B\u043E\u0436\u0435\u043D\u0438\u0438 \u043F\u043E\u0441\u043B\u0435 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430 \u0441\u0442\u0440\u043E\u043A\u0438","translate-pdf":"\u041D\u0430\u0436\u043C\u0438\u0442\u0435, \u0447\u0442\u043E\u0431\u044B \u043F\u0435\u0440\u0435\u0432\u0435\u0441\u0442\u0438 PDF","noSupportTranslate-pdf":"\u0421\u043A\u0440\u0438\u043F\u0442 \u043D\u0435 \u043F\u043E\u0434\u0434\u0435\u0440\u0436\u0438\u0432\u0430\u0435\u0442\u0441\u044F, \u043F\u043E\u0436\u0430\u043B\u0443\u0439\u0441\u0442\u0430, \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u0443\u0439\u0442\u0435 \u043F\u043B\u0430\u0433\u0438\u043D","translate-firefox-local-pdf":"\u041D\u0430\u0436\u043C\u0438\u0442\u0435 \u0434\u043B\u044F \u043F\u0435\u0440\u0435\u0445\u043E\u0434\u0430 \u043A \u0440\u0430\u0437\u0434\u0435\u043B\u0443 \u0418\u043C\u043F\u043E\u0440\u0442 PDF",enableLineBreak:"\u0412\u043A\u043B\u044E\u0447\u0438\u0442\u044C \u0430\u0432\u0442\u043E\u043C\u0430\u0442\u0438\u0447\u0435\u0441\u043A\u0443\u044E \u043F\u043E\u0434\u0430\u0447\u0443 \u0441\u0442\u0440\u043E\u043A\u0438 \u0434\u043B\u044F \u0434\u043B\u0438\u043D\u043D\u044B\u0445 \u0430\u0431\u0437\u0430\u0446\u0435\u0432",sponsorLabel:"$1 \u0421\u043F\u043E\u043D\u0441\u0438\u0440\u0443\u0435\u043C\u044B\u0435 \u0440\u0430\u0437\u0440\u0430\u0431\u043E\u0442\u0447\u0438\u043A\u0438",help:"\u0440\u0443\u043A\u0430",browserShortcutsNoteForFirefox:"\u0427\u0442\u043E\u0431\u044B \u0438\u0437\u043C\u0435\u043D\u0438\u0442\u044C \u044F\u0440\u043B\u044B\u043A\u0438 \u0432 Firefox, \u043D\u0435\u043E\u0431\u0445\u043E\u0434\u0438\u043C\u043E \u043E\u0442\u043A\u0440\u044B\u0442\u044C \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u0443 \u0443\u043F\u0440\u0430\u0432\u043B\u0435\u043D\u0438\u044F \u0440\u0430\u0441\u0448\u0438\u0440\u0435\u043D\u0438\u044F\u043C\u0438 `about:addons`, \u0437\u0430\u0442\u0435\u043C \u043D\u0430\u0436\u0430\u0442\u044C `Settings`, \u0430 \u0434\u043B\u044F \u043D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0438 \u044F\u0440\u043B\u044B\u043A\u043E\u0432 - `Manage Shortcuts`.",browserShortcutsNoteForChrome:"\u0414\u043B\u044F \u0438\u0437\u043C\u0435\u043D\u0435\u043D\u0438\u044F \u044F\u0440\u043B\u044B\u043A\u043E\u0432 \u0432 Chrome \u043D\u0435\u043E\u0431\u0445\u043E\u0434\u0438\u043C\u043E \u043E\u0442\u043A\u0440\u044B\u0442\u044C \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u0443 \u0443\u043F\u0440\u0430\u0432\u043B\u0435\u043D\u0438\u044F \u0440\u0430\u0441\u0448\u0438\u0440\u0435\u043D\u0438\u044F\u043C\u0438, \u0437\u0430\u0434\u0430\u0442\u044C \u0438\u0445 \u043D\u0430 \u043F\u0430\u043D\u0435\u043B\u0438 `Manage Shortcuts` (`chrome://extensions/shortcuts`) \u0438 \u043D\u0430\u0436\u0430\u0442\u044C \u043A\u043D\u043E\u043F\u043A\u0443 \u043D\u0438\u0436\u0435 \u0434\u043B\u044F \u043F\u0435\u0440\u0435\u0445\u043E\u0434\u0430 \u043D\u0430 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u0443 \u0443\u043F\u0440\u0430\u0432\u043B\u0435\u043D\u0438\u044F \u044F\u0440\u043B\u044B\u043A\u0430\u043C\u0438.",browserShortcutsSucks:"\u041D\u0430\u0441\u0442\u0440\u043E\u0435\u043D\u043D\u044B\u0435 \u044F\u0440\u043B\u044B\u043A\u0438 \u0438\u043C\u0435\u044E\u0442 \u0432\u0438\u0434 (\u0430\u0432\u0442\u043E\u0440\u0430\u0441\u043F\u043E\u0437\u043D\u0430\u0432\u0430\u043D\u0438\u0435 \u043D\u0435 \u043F\u0440\u043E\u0438\u0437\u0432\u043E\u0434\u0438\u0442\u0441\u044F, \u0432\u0432\u043E\u0434\u0438\u0442\u0435 \u043D\u0435\u043F\u043E\u0441\u0440\u0435\u0434\u0441\u0442\u0432\u0435\u043D\u043D\u043E)\uFF1A",enableLineBreakDescription:"\u041F\u0440\u0438 \u0432\u043A\u043B\u044E\u0447\u0435\u043D\u0438\u0438 \u044D\u0442\u043E\u0439 \u0444\u0443\u043D\u043A\u0446\u0438\u0438 \u0432 \u0434\u043B\u0438\u043D\u043D\u044B\u0445 \u0430\u0431\u0437\u0430\u0446\u0430\u0445 \u0432 \u043A\u043E\u043D\u0446\u0435 \u043A\u0430\u0436\u0434\u043E\u0433\u043E \u043F\u0440\u0435\u0434\u043B\u043E\u0436\u0435\u043D\u0438\u044F \u0431\u0443\u0434\u0443\u0442 \u0432\u0441\u0442\u0430\u0432\u043B\u0435\u043D\u044B \u043F\u0435\u0440\u0435\u043D\u043E\u0441\u044B \u0441\u0442\u0440\u043E\u043A, \u0447\u0442\u043E \u043E\u0431\u043B\u0435\u0433\u0447\u0438\u0442 \u0438\u0445 \u0447\u0442\u0435\u043D\u0438\u0435","browser.shortBrandName":"\u041F\u043E\u0433\u0440\u0443\u0436\u043D\u043E\u0439 \u043F\u0435\u0440\u0435\u0432\u043E\u0434","browser.brandName":"\u0418\u043C\u043C\u0435\u0440\u0441\u0438\u043E\u043D\u043D\u044B\u0439 \u043F\u0435\u0440\u0435\u0432\u043E\u0434: \u0434\u0432\u0443\u044F\u0437\u044B\u0447\u043D\u044B\u0439 \u043F\u0435\u0440\u0435\u0432\u043E\u0434 \u0432\u0435\u0431-\u0441\u0442\u0440\u0430\u043D\u0438\u0446 \u0438 PDF-\u0434\u043E\u043A\u0443\u043C\u0435\u043D\u0442\u043E\u0432","browser.brandDescription":"Bilingual web page translation, also supports PDF translation, bilingual Epub eBook translation, free to use.","browser.toggleTranslatePage":"\u041F\u0435\u0440\u0435\u0432\u0435\u0441\u0442\u0438 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u0443/\u043E\u0442\u043E\u0431\u0440\u0430\u0437\u0438\u0442\u044C \u043E\u0440\u0438\u0433\u0438\u043D\u0430\u043B\u044C\u043D\u044B\u0439 \u0442\u0435\u043A\u0441\u0442","browser.toggleTranslateTheWholePage":"\u041F\u0435\u0440\u0435\u0432\u0435\u0441\u0442\u0438 \u0432\u0441\u0435 \u043E\u0431\u043B\u0430\u0441\u0442\u0438 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u044B/\u043E\u0442\u043E\u0431\u0440\u0430\u0437\u0438\u0442\u044C \u043E\u0440\u0438\u0433\u0438\u043D\u0430\u043B\u044C\u043D\u044B\u0439 \u0442\u0435\u043A\u0441\u0442","browser.toggleOnlyTransation":"\u041F\u0435\u0440\u0435\u043A\u043B\u044E\u0447\u0438\u0442\u044C \u043D\u0430 \u0434\u0432\u0443\u044F\u0437\u044B\u0447\u043D\u044B\u0439 / \u0442\u043E\u043B\u044C\u043A\u043E \u043F\u0435\u0440\u0435\u0432\u043E\u0434 \u0440\u0435\u0436\u0438\u043C","browser.toggleTranslateToThePageEndImmediately":"\u041D\u0435\u043C\u0435\u0434\u043B\u0435\u043D\u043D\u044B\u0439 \u043F\u0435\u0440\u0435\u0432\u043E\u0434 \u0432 \u043D\u0438\u0436\u043D\u044E\u044E \u0447\u0430\u0441\u0442\u044C \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u044B/\u043E\u0442\u043E\u0431\u0440\u0430\u0436\u0435\u043D\u0438\u0435 \u043E\u0440\u0438\u0433\u0438\u043D\u0430\u043B\u044C\u043D\u043E\u0433\u043E \u0442\u0435\u043A\u0441\u0442\u0430","browser.toggleTranslateTheMainPage":"\u041F\u0435\u0440\u0435\u0432\u0435\u0441\u0442\u0438 \u043E\u0441\u043D\u043E\u0432\u043D\u0443\u044E \u043E\u0431\u043B\u0430\u0441\u0442\u044C \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u044B/\u043E\u0442\u043E\u0431\u0440\u0430\u0437\u0438\u0442\u044C \u043E\u0440\u0438\u0433\u0438\u043D\u0430\u043B\u044C\u043D\u044B\u0439 \u0442\u0435\u043A\u0441\u0442","browser.shareToDraft":"\u041F\u043E\u0434\u0435\u043B\u0438\u0442\u044C\u0441\u044F \u0414\u0432\u0443\u044F\u0437\u044B\u0447\u043D\u044B\u0435 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u044B","browser.openOptionsPage":"\u041E\u0442\u043A\u0440\u043E\u0439\u0442\u0435 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u0443 \u043D\u0430\u0441\u0442\u0440\u043E\u0435\u043A","browser.toggleTranslationMask":"\u041F\u043E\u043A\u0430\u0437\u0430\u0442\u044C/\u0441\u043A\u0440\u044B\u0442\u044C \u044D\u0444\u0444\u0435\u043A\u0442 \u0440\u0430\u0437\u043C\u044B\u0442\u0438\u044F \u043F\u0440\u0438 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0435","browser.translateLocalPdfFile":"\u041F\u0435\u0440\u0435\u0432\u043E\u0434 \u043B\u043E\u043A\u0430\u043B\u044C\u043D\u044B\u0445 PDF-\u0444\u0430\u0439\u043B\u043E\u0432","browser.openEbookViewer":"\u0427\u0438\u0442\u0430\u0442\u044C \u043C\u0435\u0441\u0442\u043D\u044B\u0435 \u044D\u043B\u0435\u043A\u0442\u0440\u043E\u043D\u043D\u044B\u0435 \u043A\u043D\u0438\u0433\u0438","browser.openEbookBuilder":"\u0421\u043E\u0437\u0434\u0430\u043D\u0438\u0435 \u0434\u0432\u0443\u044F\u0437\u044B\u0447\u043D\u044B\u0445 \u044D\u043B\u0435\u043A\u0442\u0440\u043E\u043D\u043D\u044B\u0445 \u043A\u043D\u0438\u0433 EPUB","browser.translateLocalHtmlFile":"\u041F\u0435\u0440\u0435\u0432\u043E\u0434 HTML/\u0442\u0435\u043A\u0441\u0442\u043E\u0432\u044B\u0445 \u0444\u0430\u0439\u043B\u043E\u0432","browser.donateContext":"\u0423\u0437\u043D\u0430\u0439\u0442\u0435 \u043E \u043F\u0440\u0435\u0438\u043C\u0443\u0449\u0435\u0441\u0442\u0432\u0430\u0445 \u0441\u043F\u043E\u043D\u0441\u043E\u0440\u0441\u0442\u0432\u0430","browser.translateLocalSubtitleFile":"\u041F\u0435\u0440\u0435\u0432\u043E\u0434 \u0444\u0430\u0439\u043B\u043E\u0432 \u043B\u043E\u043A\u0430\u043B\u044C\u043D\u044B\u0445 \u0441\u0443\u0431\u0442\u0438\u0442\u0440\u043E\u0432",confirmResetConfig:"\u0412\u044B \u0443\u0432\u0435\u0440\u0435\u043D\u044B, \u0447\u0442\u043E \u0445\u043E\u0442\u0438\u0442\u0435 \u0441\u0431\u0440\u043E\u0441\u0438\u0442\u044C \u043D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0438?",translationLineBreakSettingTitle:"\u041D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0430 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430 \u0441\u0442\u0440\u043E\u043A\u0438",smartLineBreak:"\u0438\u043D\u0442\u0435\u043B\u043B\u0435\u043A\u0442\u0443\u0430\u043B\u044C\u043D\u043E\u0435 \u043B\u0438\u043D\u0435\u0439\u043D\u043E\u0435 \u043F\u0438\u0442\u0430\u043D\u0438\u0435 (\u0432\u044B\u0447\u0438\u0441\u043B\u0438\u0442\u0435\u043B\u044C\u043D\u0430\u044F \u0442\u0435\u0445\u043D\u0438\u043A\u0430)",alwaysLineBreak:"\u0412\u0441\u0435\u0433\u0434\u0430 \u043F\u043E\u0434\u0430\u0447\u0430 \u0441\u0442\u0440\u043E\u043A\u0438",isShowContextMenu:"\u0414\u043E\u0431\u0430\u0432\u043B\u0435\u043D\u0438\u0435 \u043F\u0435\u0440\u0435\u0432\u0435\u0434\u0435\u043D\u043D\u044B\u0445 \u0441\u0442\u0440\u0430\u043D\u0438\u0446 \u0432 \u043F\u0443\u043D\u043A\u0442\u044B \u043C\u0435\u043D\u044E, \u0432\u044B\u0437\u044B\u0432\u0430\u0435\u043C\u044B\u0435 \u043F\u0440\u0430\u0432\u043E\u0439 \u043A\u043D\u043E\u043F\u043A\u043E\u0439 \u043C\u044B\u0448\u0438",toggleBeta:"\u0412\u043A\u043B\u044E\u0447\u0435\u043D\u0438\u0435 \u0444\u0443\u043D\u043A\u0446\u0438\u0439 \u0431\u0435\u0442\u0430-\u0442\u0435\u0441\u0442\u0438\u0440\u043E\u0432\u0430\u043D\u0438\u044F",betaDescription:"\u0412\u043A\u043B\u044E\u0447\u0438\u0442\u0435 \u0444\u0443\u043D\u043A\u0446\u0438\u0438, \u043A\u043E\u0442\u043E\u0440\u044B\u0435 \u043F\u043E\u043A\u0430 \u043D\u0430\u0445\u043E\u0434\u044F\u0442\u0441\u044F \u0432 \u0441\u0442\u0430\u0434\u0438\u0438 \u044D\u043A\u0441\u043F\u0435\u0440\u0438\u043C\u0435\u043D\u0442\u0430, \u0430 \u0442\u0430\u043A\u0436\u0435 \u0441\u043B\u0443\u0436\u0431\u0443 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430 \u0432 \u0431\u0435\u0442\u0430-\u0432\u0435\u0440\u0441\u0438\u0438. \u041F\u0440\u0438\u0441\u043E\u0435\u0434\u0438\u043D\u044F\u0439\u0442\u0435\u0441\u044C \u043A <1>\u0433\u0440\u0443\u043F\u043F\u0435 Telegram, \u0447\u0442\u043E\u0431\u044B \u0443\u0437\u043D\u0430\u0442\u044C \u0431\u043E\u043B\u044C\u0448\u0435.",translationLineBreakSettingDescription:"\u0414\u043B\u044F \u0441\u0442\u0440\u0430\u043D\u0438\u0446 \u0441 \u043D\u0435\u0431\u043E\u043B\u044C\u0448\u0438\u043C \u0441\u043E\u0434\u0435\u0440\u0436\u0430\u043D\u0438\u0435\u043C \u0432\u0441\u0435\u0433\u0434\u0430 \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u0443\u0439\u0442\u0435 \u0430\u043A\u043A\u0443\u0440\u0430\u0442\u043D\u044B\u0435 \u043F\u0435\u0440\u0435\u043D\u043E\u0441\u044B \u0441\u0442\u0440\u043E\u043A. (\u0414\u043B\u044F \u044D\u043A\u043E\u043D\u043E\u043C\u0438\u0438 \u043C\u0435\u0441\u0442\u0430 \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u0443\u0439\u0442\u0435 \u0433\u0440\u0430\u043C\u043E\u0442\u043D\u044B\u0435 \u043F\u0435\u0440\u0435\u043D\u043E\u0441\u044B \u0441\u0442\u0440\u043E\u043A \u0432 \u0434\u043B\u0438\u043D\u043D\u044B\u0445 \u0430\u0431\u0437\u0430\u0446\u0430\u0445 \u0441 \u0431\u043E\u043B\u044C\u0448\u0438\u043C \u0441\u043E\u0434\u0435\u0440\u0436\u0430\u043D\u0438\u0435\u043C (\u0431\u043E\u043B\u0435\u0435{count}\u0441\u0438\u043C\u0432\u043E\u043B\u043E\u0432)).",tempTranslateDomainTitle:"\u041F\u0440\u043E\u0434\u043E\u043B\u0436\u0438\u0442\u0435\u043B\u044C\u043D\u043E\u0441\u0442\u044C \u0432\u0440\u0435\u043C\u0435\u043D\u043D\u043E\u0433\u043E \u0432\u043A\u043B\u044E\u0447\u0435\u043D\u0438\u044F \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430 \u0441\u0430\u0439\u0442\u0430",tempTranslateDomainDescription:"\u041F\u0440\u0438 \u0440\u0443\u0447\u043D\u043E\u043C \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0435 \u0432\u0435\u0431-\u0441\u0442\u0440\u0430\u043D\u0438\u0446\u044B \u0432\u0440\u0435\u043C\u0435\u043D\u043D\u043E \u0432\u043A\u043B\u044E\u0447\u0438\u0442\u044C \u0430\u0432\u0442\u043E\u043C\u0430\u0442\u0438\u0447\u0435\u0441\u043A\u0438\u0439 \u043F\u0435\u0440\u0435\u0432\u043E\u0434, \u043F\u0440\u0438 \u044D\u0442\u043E\u043C \u043C\u043E\u0436\u043D\u043E \u0437\u0430\u0434\u0430\u0442\u044C \u0432\u0440\u0435\u043C\u0435\u043D\u043D\u0443\u044E \u043F\u0440\u043E\u0434\u043E\u043B\u0436\u0438\u0442\u0435\u043B\u044C\u043D\u043E\u0441\u0442\u044C.",xMinutes:"{count} \u043C\u0438\u043D\u0443\u0442",disabled:"\u0437\u0430\u043F\u0440\u0435\u0449\u0430\u0442\u044C \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u043D\u0438\u0435 \u0447\u0435\u0433\u043E-\u043B.",changelog:"\u0416\u0443\u0440\u043D\u0430\u043B \u043E\u0431\u043D\u043E\u0432\u043B\u0435\u043D\u0438\u0439",toggleTranslatePageWhenThreeFingersOnTheScreen:"\u041E\u0434\u043D\u043E\u0432\u0440\u0435\u043C\u0435\u043D\u043D\u043E\u0435 \u043A\u0430\u0441\u0430\u043D\u0438\u0435 \u044D\u043A\u0440\u0430\u043D\u0430 \u043D\u0435\u0441\u043A\u043E\u043B\u044C\u043A\u0438\u043C\u0438 \u043F\u0430\u043B\u044C\u0446\u0430\u043C\u0438 \u043E\u0431\u0435\u0441\u043F\u0435\u0447\u0438\u0432\u0430\u0435\u0442 \u043F\u0435\u0440\u0435\u0432\u043E\u0434 \u0432\u0435\u0431-\u0441\u0442\u0440\u0430\u043D\u0438\u0446/\u043E\u0442\u043E\u0431\u0440\u0430\u0436\u0435\u043D\u0438\u0435 \u043E\u0440\u0438\u0433\u0438\u043D\u0430\u043B\u044C\u043D\u043E\u0433\u043E \u0442\u0435\u043A\u0441\u0442\u0430",toggleTranslationMaskWhenThreeFingersOnTheScreen:"\u041F\u0440\u0438\u043A\u043E\u0441\u043D\u043E\u0432\u0435\u043D\u0438\u0435 \u043D\u0435\u0441\u043A\u043E\u043B\u044C\u043A\u0438\u043C\u0438 \u043F\u0430\u043B\u044C\u0446\u0430\u043C\u0438 \u043F\u043E\u043A\u0430\u0437\u044B\u0432\u0430\u0435\u0442/\u0441\u043A\u0440\u044B\u0432\u0430\u0435\u0442 \u044D\u0444\u0444\u0435\u043A\u0442 \u0440\u0430\u0437\u043C\u044B\u0442\u0438\u044F.",fingerCountToToggleTranslagePageOnlyTranslationWhenTouching:"\u041F\u0440\u0438 \u043E\u0434\u043D\u043E\u0432\u0440\u0435\u043C\u0435\u043D\u043D\u043E\u043C \u043A\u0430\u0441\u0430\u043D\u0438\u0438 \u044D\u043A\u0440\u0430\u043D\u0430 \u043D\u0435\u0441\u043A\u043E\u043B\u044C\u043A\u0438\u043C\u0438 \u043F\u0430\u043B\u044C\u0446\u0430\u043C\u0438 \u043E\u0441\u0443\u0449\u0435\u0441\u0442\u0432\u043B\u044F\u0435\u0442\u0441\u044F \u043F\u0435\u0440\u0435\u0432\u043E\u0434 \u0432\u0435\u0431-\u0441\u0442\u0440\u0430\u043D\u0438\u0446\u044B (\u0442\u043E\u043B\u044C\u043A\u043E \u043F\u0435\u0440\u0435\u0432\u043E\u0434)/\u043E\u0442\u043E\u0431\u0440\u0430\u0436\u0435\u043D\u0438\u0435 \u043E\u0440\u0438\u0433\u0438\u043D\u0430\u043B\u044C\u043D\u043E\u0433\u043E \u0442\u0435\u043A\u0441\u0442\u0430.",addUrlDescription:"\u041C\u043E\u0436\u0435\u0442 \u0431\u044B\u0442\u044C \u0434\u043E\u043C\u0435\u043D\u043D\u044B\u043C \u0438\u043C\u0435\u043D\u0435\u043C, \u0430 \u0442\u0430\u043A\u0436\u0435 \u043F\u043E\u0434\u0434\u0435\u0440\u0436\u0438\u0432\u0430\u0435\u0442 \u043F\u043E\u0434\u0441\u0442\u0430\u043D\u043E\u0432\u043E\u0447\u043D\u044B\u0435 \u0437\u043D\u0430\u043A\u0438, \u043D\u0430\u043F\u0440\u0438\u043C\u0435\u0440,\uFF1A*.google.com, google.com/mail/*, https://www.google.com/*.",general:"\u041E\u0441\u043D\u043E\u0432\u043D\u044B\u0435 \u043D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0438",clickToExpandConfig:"\u0420\u0430\u0441\u0448\u0438\u0440\u0438\u0442\u044C \u0442\u0435\u043A\u0443\u0449\u0443\u044E \u043A\u043E\u043D\u0444\u0438\u0433\u0443\u0440\u0430\u0446\u0438\u044E",import:"\u0418\u043C\u043F\u043E\u0440\u0442 \u0438\u0437 \u0444\u0430\u0439\u043B\u0430",export:"\u042D\u043A\u0441\u043F\u043E\u0440\u0442 \u0432 \u0444\u0430\u0439\u043B",toggleDebug:"\u0412\u044B\u0432\u0435\u0441\u0442\u0438 \u0436\u0443\u0440\u043D\u0430\u043B \u043E\u0442\u043B\u0430\u0434\u043A\u0438 \u043D\u0430 \u043A\u043E\u043D\u0441\u043E\u043B\u044C","fingers.0":"\u043A\u043B\u043E\u0442\u0443\u0440\u0430","fingers.2":"\u043A\u0430\u0441\u0430\u043D\u0438\u0435 \u0434\u0432\u0443\u043C\u044F \u043F\u0430\u043B\u044C\u0446\u0430\u043C\u0438","fingers.3":"\u043A\u0430\u0441\u0430\u043D\u0438\u0435 \u0442\u0440\u0435\u043C\u044F \u043F\u0430\u043B\u044C\u0446\u0430\u043C\u0438","fingers.4":"\u043A\u0430\u0441\u0430\u043D\u0438\u0435 \u0447\u0435\u0442\u044B\u0440\u044C\u043C\u044F \u043F\u0430\u043B\u044C\u0446\u0430\u043C\u0438","fingers.5":"\u043F\u044F\u0442\u0438\u043F\u0430\u043B\u044C\u0446\u0435\u0432\u043E\u0435 \u043A\u0430\u0441\u0430\u043D\u0438\u0435",mouseHoldKey:"+ {key} \u043F\u0435\u0440\u0435\u0432\u0435\u0441\u0442\u0438/\u0432\u043E\u0441\u0441\u0442\u0430\u043D\u043E\u0432\u0438\u0442\u044C \u0430\u0431\u0437\u0430\u0446",mouseHoldKeyAuto:"\u041F\u0440\u044F\u043C\u043E\u0439 \u043F\u0435\u0440\u0435\u0432\u043E\u0434 \u0430\u0431\u0437\u0430\u0446\u0430",mouseHoldKeyOff:"\u041D\u0435 \u0434\u0435\u043B\u0430\u0439\u0442\u0435 \u043D\u0438\u0447\u0435\u0433\u043E.",mouseHoldKeyOther:"\u041D\u0430\u0441\u0442\u0440\u0430\u0438\u0432\u0430\u0435\u043C\u044B\u0435 \u044F\u0440\u043B\u044B\u043A\u0438 (\u043E\u0442\u043A\u0440\u044B\u0442\u044C \u043D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0438)",mouseHoldKeyCustomKey:"{key} \u041F\u0435\u0440\u0435\u0432\u043E\u0434/\u0441\u043E\u043A\u0440\u0430\u0449\u0435\u043D\u0438\u0435 \u0430\u0431\u0437\u0430\u0446\u0430",mouseHoverHoldKey:"\u041F\u0435\u0440\u0435\u0432\u043E\u0434 \u0430\u0431\u0437\u0430\u0446\u0435\u0432 \u043E\u0441\u0443\u0449\u0435\u0441\u0442\u0432\u043B\u044F\u0435\u0442\u0441\u044F \u043D\u0430\u0436\u0430\u0442\u0438\u0435\u043C \u043A\u043B\u0430\u0432\u0438\u0448\u0438 \u0431\u044B\u0441\u0442\u0440\u043E\u0433\u043E \u0434\u043E\u0441\u0442\u0443\u043F\u0430 \u043F\u0440\u0438 \u043D\u0430\u0432\u0435\u0434\u0435\u043D\u0438\u0438 \u043A\u0443\u0440\u0441\u043E\u0440\u0430 \u043C\u044B\u0448\u0438.","mouse-translate":"\u043D\u0430\u0432\u0435\u0434\u0435\u043D\u0438\u0435 \u043C\u044B\u0448\u0438",document:"(\u043A\u043E\u043C\u043F\u044C\u044E\u0442\u0435\u0440\u043D\u044B\u0439) \u0444\u0430\u0439\u043B",resetSuccess:"\u0423\u0441\u043F\u0435\u0448\u043D\u044B\u0439 \u0441\u0431\u0440\u043E\u0441 \u0432\u0441\u0435\u0445 \u043D\u0430\u0441\u0442\u0440\u043E\u0435\u043A",resetThisSuccess:"\u0421\u0431\u0440\u043E\u0441 \u0443\u0441\u043F\u0435\u0448\u0435\u043D",saved:"\u0421\u043E\u0445\u0440\u0430\u043D\u0438\u0442\u044C \u0443\u0441\u043F\u0435\u0448\u043D\u044B\u0439",successImportConfig:"\u0423\u0441\u043F\u0435\u0448\u043D\u044B\u0439 \u0438\u043C\u043F\u043E\u0440\u0442 \u043A\u043E\u043D\u0444\u0438\u0433\u0443\u0440\u0430\u0446\u0438\u0438",goAdvancedSettings:"\u041F\u0435\u0440\u0435\u0439\u0434\u0438\u0442\u0435 \u043D\u0430 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u0443 \u0414\u043E\u043F\u043E\u043B\u043D\u0438\u0442\u0435\u043B\u044C\u043D\u044B\u0435 \u043D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0438",goAdvancedInterfaceSettings:"\u041F\u0435\u0440\u0435\u0439\u0434\u0438\u0442\u0435 \u043D\u0430 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u0443 \u0414\u043E\u043F\u043E\u043B\u043D\u0438\u0442\u0435\u043B\u044C\u043D\u044B\u0435 \u043F\u0430\u0440\u0430\u043C\u0435\u0442\u0440\u044B \u043D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0438",advanced:"\u0414\u043E\u043F\u043E\u043B\u043D\u0438\u0442\u0435\u043B\u044C\u043D\u044B\u0435 \u043D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0438",advancedDescription:"\u041A\u0430\u043A \u043F\u0440\u0430\u0432\u0438\u043B\u043E, \u043D\u0438\u043A\u0430\u043A\u0438\u0445 \u043D\u0430\u0441\u0442\u0440\u043E\u0435\u043A \u043D\u0435 \u0442\u0440\u0435\u0431\u0443\u0435\u0442\u0441\u044F, \u043F\u0440\u043E\u0441\u0442\u043E \u043E\u0441\u0442\u0430\u0432\u044C\u0442\u0435 \u0432\u0441\u0435 \u043F\u043E \u0443\u043C\u043E\u043B\u0447\u0430\u043D\u0438\u044E. \u0422\u043E\u043B\u044C\u043A\u043E \u0434\u043B\u044F \u0431\u043E\u043B\u0435\u0435 \u0441\u043F\u0435\u0446\u0438\u0430\u043B\u0438\u0437\u0438\u0440\u043E\u0432\u0430\u043D\u043D\u044B\u0445 \u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u0435\u043B\u0435\u0439 \u0434\u043E\u0441\u0442\u0443\u043F\u043D\u044B \u0431\u043E\u043B\u0435\u0435 \u043F\u0435\u0440\u0441\u043E\u043D\u0430\u043B\u0438\u0437\u0438\u0440\u043E\u0432\u0430\u043D\u043D\u044B\u0435 \u043D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0438.",developer:"\u041D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0438 \u0440\u0430\u0437\u0440\u0430\u0431\u043E\u0442\u0447\u0438\u043A\u0430",donateCafe:"\u0446\u0435\u043D\u044B","translate to the bottom of the page":"\u041F\u0435\u0440\u0435\u0432\u043E\u0434\u0438\u0442\u0441\u044F \u043B\u0438 \u043E\u043D \u0432 \u043D\u0438\u0436\u043D\u044E\u044E \u0447\u0430\u0441\u0442\u044C \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u044B \u0441\u0440\u0430\u0437\u0443 \u043F\u043E\u0441\u043B\u0435 \u0432\u0445\u043E\u0434\u0430 \u043D\u0430 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u0443?",feedback:"\u0412\u043E\u043F\u0440\u043E\u0441-\u043E\u0442\u0432\u0435\u0442",toggleTranslatePage:"\u041F\u0435\u0440\u0435\u0432\u0435\u0441\u0442\u0438 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u0443/\u043E\u0442\u043E\u0431\u0440\u0430\u0437\u0438\u0442\u044C \u043E\u0440\u0438\u0433\u0438\u043D\u0430\u043B\u044C\u043D\u044B\u0439 \u0442\u0435\u043A\u0441\u0442",translateToThePageEndImmediatelyDescription:"\u041F\u0440\u0438 \u0432\u043A\u043B\u044E\u0447\u0435\u043D\u0438\u0438 \u044D\u0442\u043E\u0439 \u0444\u0443\u043D\u043A\u0446\u0438\u0438 \u0441\u043E\u0434\u0435\u0440\u0436\u0438\u043C\u043E\u0435 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u044B \u0431\u0443\u0434\u0435\u0442 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0438\u0442\u044C\u0441\u044F \u0441\u0432\u0435\u0440\u0445\u0443 \u0432\u043D\u0438\u0437 \u043F\u043E \u043C\u0435\u0440\u0435 \u0432\u0432\u043E\u0434\u0430. \u041F\u0440\u0438 \u0432\u044B\u043A\u043B\u044E\u0447\u0435\u043D\u0438\u0438 \u044D\u0442\u043E\u0439 \u0444\u0443\u043D\u043A\u0446\u0438\u0438 \u043F\u0435\u0440\u0435\u0432\u043E\u0434 \u0431\u0443\u0434\u0435\u0442 \u0432\u044B\u043F\u043E\u043B\u043D\u044F\u0442\u044C\u0441\u044F \u043F\u043E \u043C\u0435\u0440\u0435 \u0447\u0442\u0435\u043D\u0438\u044F. (\u041D\u0435 \u0440\u0435\u043A\u043E\u043C\u0435\u043D\u0434\u0443\u0435\u0442\u0441\u044F)","translate all areas of the page":"\u041F\u0435\u0440\u0435\u0432\u043E\u0434\u0438\u0442\u044C \u043B\u0438 \u0432\u0441\u0435 \u043E\u0431\u043B\u0430\u0441\u0442\u0438 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u044B",translationAreaDescription:"\u041F\u0440\u0438 \u0432\u043A\u043B\u044E\u0447\u0435\u043D\u0438\u0438 \u044D\u0442\u043E\u0439 \u043E\u043F\u0446\u0438\u0438 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u044F\u0442\u0441\u044F \u0432\u0441\u0435 \u043E\u0431\u043B\u0430\u0441\u0442\u0438 \u0432\u0441\u0435\u0439 \u0432\u0435\u0431-\u0441\u0442\u0440\u0430\u043D\u0438\u0446\u044B. \u041F\u0440\u0438 \u0432\u044B\u043A\u043B\u044E\u0447\u0435\u043D\u0438\u0438 \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u0443\u0435\u0442\u0441\u044F \u0438\u043D\u0442\u0435\u043B\u043B\u0435\u043A\u0442\u0443\u0430\u043B\u044C\u043D\u043E\u0435 \u0440\u0430\u0441\u043F\u043E\u0437\u043D\u0430\u0432\u0430\u043D\u0438\u0435 \u043F\u043E \u0443\u043C\u043E\u043B\u0447\u0430\u043D\u0438\u044E \u0438 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u044F\u0442\u0441\u044F \u0442\u043E\u043B\u044C\u043A\u043E \u043E\u0441\u043D\u043E\u0432\u043D\u044B\u0435 \u043E\u0431\u043B\u0430\u0441\u0442\u0438. (\u041D\u0435 \u0440\u0435\u043A\u043E\u043C\u0435\u043D\u0434\u0443\u0435\u0442\u0441\u044F \u0432\u043A\u043B\u044E\u0447\u0430\u0442\u044C)","the number of characters to be translated first":"\u041F\u0440\u044F\u043C\u043E\u0439 \u043F\u0435\u0440\u0435\u0432\u043E\u0434 \u043F\u0435\u0440\u0432\u044B\u0445 \u043D\u0435\u0441\u043A\u043E\u043B\u044C\u043A\u0438\u0445 \u0441\u0438\u043C\u0432\u043E\u043B\u043E\u0432 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u044B \u0431\u0435\u0437 \u043E\u0436\u0438\u0434\u0430\u043D\u0438\u044F \u043F\u0440\u043E\u043A\u0440\u0443\u0442\u043A\u0438 \u0432 \u043E\u0431\u043B\u0430\u0441\u0442\u044C \u043F\u0440\u043E\u0441\u043C\u043E\u0442\u0440\u0430","interface language":"\u044F\u0437\u044B\u043A \u0438\u043D\u0442\u0435\u0440\u0444\u0435\u0439\u0441\u0430","display both the original text and the translation":"\u041E\u0434\u043D\u043E\u0432\u0440\u0435\u043C\u0435\u043D\u043D\u043E\u0435 \u043E\u0442\u043E\u0431\u0440\u0430\u0436\u0435\u043D\u0438\u0435 \u043E\u0440\u0438\u0433\u0438\u043D\u0430\u043B\u0430 \u0438 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430","keyboard shortcuts":"\u041A\u043B\u0430\u0432\u0438\u0430\u0442\u0443\u0440\u043D\u044B\u0435 \u0441\u043E\u043A\u0440\u0430\u0449\u0435\u043D\u0438\u044F",modify:"\u041C\u043E\u0434\u0438\u0444\u0438\u043A\u0430\u0446\u0438\u044F \u043A\u043B\u0430\u0432\u0438\u0448 \u0431\u044B\u0441\u0442\u0440\u043E\u0433\u043E \u0434\u043E\u0441\u0442\u0443\u043F\u0430",reset:"\u043F\u0435\u0440\u0435\u043F\u0440\u043E\u0444\u0438\u043B\u0438\u0440\u043E\u0432\u0430\u043D\u0438\u0435",close:"\u043A\u043B\u043E\u0442\u0443\u0440\u0430",homepage:"\u0434\u043E\u043C\u0430\u0448\u043D\u044F\u044F \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u0430",more:"\u043F\u043E\u0434\u0440\u043E\u0431\u043D\u0435\u0435",moreOptions:"\u0420\u0430\u0441\u0448\u0438\u0440\u0435\u043D\u0438\u0435 \u0432\u043E\u0437\u043C\u043E\u0436\u043D\u043E\u0441\u0442\u0435\u0439 \u043D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0438",translateTheWholePage:"\u041F\u0435\u0440\u0435\u0432\u043E\u0434\u0438\u0442\u044C \u0432\u0441\u0435 \u043E\u0431\u043B\u0430\u0441\u0442\u0438 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u044B (\u0432 \u043E\u0442\u043B\u0438\u0447\u0438\u0435 \u043E\u0442 \u0438\u043D\u0442\u0435\u043B\u043B\u0435\u043A\u0442\u0443\u0430\u043B\u044C\u043D\u043E\u0433\u043E \u0440\u0430\u0441\u043F\u043E\u0437\u043D\u0430\u0432\u0430\u043D\u0438\u044F \u043E\u0441\u043D\u043E\u0432\u043D\u044B\u0445 \u043E\u0431\u043B\u0430\u0441\u0442\u0435\u0439)",changeToTranslateTheWholePage:"\u041F\u0435\u0440\u0435\u043A\u043B\u044E\u0447\u0435\u043D\u0438\u0435 \u043D\u0430 \u043F\u0435\u0440\u0435\u0432\u043E\u0434 \u0432\u0441\u0435\u0445 \u0440\u0435\u0433\u0438\u043E\u043D\u043E\u0432",changeToTranslateTheMainPage:'\u041F\u0435\u0440\u0435\u0445\u043E\u0434 \u0432 \u043E\u0441\u043D\u043E\u0432\u043D\u0443\u044E \u043E\u0431\u043B\u0430\u0441\u0442\u044C "\u041F\u0435\u0440\u0435\u0432\u043E\u0434',changeToOnlyTranslationMode:"\u041F\u0435\u0440\u0435\u043A\u043B\u044E\u0447\u0435\u043D\u0438\u0435 \u043D\u0430 \u043E\u0442\u043E\u0431\u0440\u0430\u0436\u0435\u043D\u0438\u0435 \u0442\u043E\u043B\u044C\u043A\u043E \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u043E\u0432",changeToDualTranslationMode:"\u041F\u0435\u0440\u0435\u0445\u043E\u0434 \u043D\u0430 \u0434\u0432\u0443\u044F\u0437\u044B\u0447\u043D\u044B\u0439 \u043F\u0435\u0440\u0435\u0432\u043E\u0434",translateToThePageEndImmediately:"\u041D\u0435\u043C\u0435\u0434\u043B\u0435\u043D\u043D\u044B\u0439 \u043F\u0435\u0440\u0435\u0432\u043E\u0434 \u0432 \u043D\u0438\u0436\u043D\u044E\u044E \u0447\u0430\u0441\u0442\u044C \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u044B",translateTheMainPage:"\u041A\u043B\u044E\u0447\u0435\u0432\u044B\u0435 \u0440\u0435\u0433\u0438\u043E\u043D\u044B \u0438\u043D\u0442\u0435\u043B\u043B\u0435\u043A\u0442\u0443\u0430\u043B\u044C\u043D\u043E\u0433\u043E \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430","The local rules are up to date":"\u041C\u0435\u0441\u0442\u043D\u044B\u0435 \u043F\u0440\u0430\u0432\u0438\u043B\u0430 \u0430\u0434\u0430\u043F\u0442\u0430\u0446\u0438\u0438 \u0441\u043E\u043E\u0442\u0432\u0435\u0442\u0441\u0442\u0432\u0443\u044E\u0442 \u0441\u043E\u0432\u0440\u0435\u043C\u0435\u043D\u043D\u044B\u043C \u0442\u0440\u0435\u0431\u043E\u0432\u0430\u043D\u0438\u044F\u043C.","Successfully synchronized with the latest official rules:":"\u0423\u0441\u043F\u0435\u0448\u043D\u0430\u044F \u0441\u0438\u043D\u0445\u0440\u043E\u043D\u0438\u0437\u0430\u0446\u0438\u044F \u0441 \u043F\u043E\u0441\u043B\u0435\u0434\u043D\u0438\u043C\u0438 \u043E\u0444\u0438\u0446\u0438\u0430\u043B\u044C\u043D\u044B\u043C\u0438 \u043F\u0440\u0430\u0432\u0438\u043B\u0430\u043C\u0438 \u0430\u0434\u0430\u043F\u0442\u0430\u0446\u0438\u0438.","Checking for updates":"\u041F\u0440\u043E\u0432\u0435\u0440\u043A\u0430 \u043D\u0430\u043B\u0438\u0447\u0438\u044F \u043E\u0431\u043D\u043E\u0432\u043B\u0435\u043D\u0438\u0439","Rules are being synchronized":"\u0421\u0438\u043D\u0445\u0440\u043E\u043D\u0438\u0437\u0430\u0446\u0438\u044F \u043F\u0440\u0430\u0432\u0438\u043B \u0430\u0434\u0430\u043F\u0442\u0430\u0446\u0438\u0438",localVersionIsTooOld:"\u0412\u0435\u0440\u0441\u0438\u044F \u043B\u043E\u043A\u0430\u043B\u044C\u043D\u043E\u0433\u043E \u0440\u0430\u0441\u0448\u0438\u0440\u0435\u043D\u0438\u044F \u0441\u043B\u0438\u0448\u043A\u043E\u043C \u0443\u0441\u0442\u0430\u0440\u0435\u043B\u0430, \u043F\u043E\u0436\u0430\u043B\u0443\u0439\u0441\u0442\u0430, \u043E\u0431\u043D\u043E\u0432\u0438\u0442\u0435 \u0440\u0430\u0441\u0448\u0438\u0440\u0435\u043D\u0438\u0435 \u0434\u043E {minVersion} \u0438\u043B\u0438 \u0431\u043E\u043B\u0435\u0435 \u043D\u043E\u0432\u043E\u0439 \u0432\u0435\u0440\u0441\u0438\u0438 \u043F\u0435\u0440\u0435\u0434 \u043F\u043E\u043F\u044B\u0442\u043A\u043E\u0439 \u0441\u0438\u043D\u0445\u0440\u043E\u043D\u0438\u0437\u0430\u0446\u0438\u0438.",badUserscriptBrowser:"\u0422\u0435\u043A\u0443\u0449\u0438\u0439 \u0431\u0440\u0430\u0443\u0437\u0435\u0440 \u043D\u0435\u043A\u043E\u0440\u0440\u0435\u043A\u0442\u043D\u043E \u0440\u0435\u0430\u043B\u0438\u0437\u0443\u0435\u0442 \u0438\u043D\u0442\u0435\u0440\u0444\u0435\u0439\u0441 \u0440\u0430\u0441\u0448\u0438\u0440\u0435\u043D\u0438\u044F Grease Monkey (\u043D\u0430\u043F\u0440\u0438\u043C\u0435\u0440, \u0434\u043B\u044F \u043F\u043E\u043B\u0443\u0447\u0435\u043D\u0438\u044F \u0438\u043D\u0444\u043E\u0440\u043C\u0430\u0446\u0438\u0438 \u043E \u043D\u043E\u043C\u0435\u0440\u0435 \u0432\u0435\u0440\u0441\u0438\u0438 \u0441\u0430\u043C\u043E\u0433\u043E \u0441\u043A\u0440\u0438\u043F\u0442\u0430 Grease Monkey), \u043F\u043E\u0436\u0430\u043B\u0443\u0439\u0441\u0442\u0430, \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u0443\u0439\u0442\u0435 \u0434\u0440\u0443\u0433\u0438\u0435 \u0431\u0440\u0430\u0443\u0437\u0435\u0440\u044B, <1>\u043F\u043E\u0434\u0434\u0435\u0440\u0436\u0438\u0432\u0430\u044E\u0449\u0438\u0435 \u0440\u0430\u0441\u0448\u0438\u0440\u0435\u043D\u0438\u0435 Grease Monkey, \u043D\u0430\u043F\u0440\u0438\u043C\u0435\u0440 Firefox.",foundNewVersion:"\u0417\u043D\u0430\u043A\u043E\u043C\u0441\u0442\u0432\u043E \u0441 \u043D\u043E\u0432\u043E\u0439 \u0432\u0435\u0440\u0441\u0438\u0435\u0439",theLocalExtensionIsUpToUpdate:"\u0422\u0435\u043A\u0443\u0449\u0435\u0435 \u0440\u0430\u0441\u0448\u0438\u0440\u0435\u043D\u0438\u0435 \u044F\u0432\u043B\u044F\u0435\u0442\u0441\u044F \u0430\u043A\u0442\u0443\u0430\u043B\u044C\u043D\u044B\u043C.",failToSyncRules:"\u041D\u0435\u0432\u043E\u0437\u043C\u043E\u0436\u043D\u043E\u0441\u0442\u044C \u0441\u0438\u043D\u0445\u0440\u043E\u043D\u0438\u0437\u0430\u0446\u0438\u0438 \u043F\u043E\u0441\u043B\u0435\u0434\u043D\u0438\u0445 \u043F\u0440\u0430\u0432\u0438\u043B \u0430\u0434\u0430\u043F\u0442\u0430\u0446\u0438\u0438",retry:"\u041D\u0430\u0436\u043C\u0438\u0442\u0435 \u0437\u0434\u0435\u0441\u044C, \u0447\u0442\u043E\u0431\u044B \u043F\u043E\u0432\u0442\u043E\u0440\u0438\u0442\u044C \u043F\u043E\u043F\u044B\u0442\u043A\u0443",failedReason:"\u041F\u0440\u0438\u0447\u0438\u043D\u044B \u043D\u0435\u0443\u0434\u0430\u0447",currentRuleVersion:"\u0414\u0435\u0439\u0441\u0442\u0432\u0443\u044E\u0449\u0430\u044F \u0440\u0435\u0434\u0430\u043A\u0446\u0438\u044F \u043F\u0440\u0430\u0432\u0438\u043B",calculating:"\u0440\u0430\u0441\u0447\u0435\u0442\u044B",unknownError:"\u043D\u0435\u0438\u0437\u0432\u0435\u0441\u0442\u043D\u0430\u044F \u043E\u0448\u0438\u0431\u043A\u0430",canNotFetchRemoteRule:"\u041D\u0435\u0432\u043E\u0437\u043C\u043E\u0436\u043D\u043E \u043F\u043E\u043B\u0443\u0447\u0438\u0442\u044C \u0443\u0434\u0430\u043B\u0435\u043D\u043D\u044B\u0435 \u043F\u0440\u0430\u0432\u0438\u043B\u0430",enableAlphaSuccess:"\u0410\u043B\u044C\u0444\u0430 \u0432\u043A\u043B\u044E\u0447\u0435\u043D\u0430",disableAlphaSuccess:"\u0424\u0443\u043D\u043A\u0446\u0438\u044F \u0430\u043B\u044C\u0444\u0430 \u043E\u0442\u043A\u043B\u044E\u0447\u0435\u043D\u0430",cacheSize:"\u0420\u0430\u0437\u043C\u0435\u0440 \u043A\u044D\u0448\u0430\uFF1A",cleaning:"\u0432 \u043F\u0440\u043E\u0446\u0435\u0441\u0441\u0435 \u043B\u0438\u043A\u0432\u0438\u0434\u0430\u0446\u0438\u0438",cleanCache:"\u043E\u0447\u0438\u0441\u0442\u0438\u0442\u044C \u043A\u044D\u0448",options:"\u043D\u0430\u0441\u0442\u0440\u0430\u0438\u0432\u0430\u0442\u044C",about:"\u043F\u043E \u043E\u0442\u043D\u043E\u0448\u0435\u043D\u0438\u044E \u043A",service:"\u0443\u0441\u043B\u0443\u0433\u0430 \u0443\u0441\u0442\u043D\u043E\u0433\u043E \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430",needAction:"(\u041F\u0435\u0440\u0435\u0439\u0442\u0438 \u043A \u043D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0430\u043C)",goSettings:"\u043F\u0435\u0440\u0435\u0439\u0434\u0438\u0442\u0435 \u043A \u043D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0435",needActionForOptions:"(\u0443\u0441\u0442\u0430\u043D\u0430\u0432\u043B\u0438\u0432\u0430\u0435\u0442\u0441\u044F)",translationEngine:"\u041E\u043F\u0446\u0438\u0438 \u0434\u0432\u0438\u0433\u0430\u0442\u0435\u043B\u044F",sourceLanguage:"\u042F\u0437\u044B\u043A \u043E\u0440\u0438\u0433\u0438\u043D\u0430\u043B\u0430",target:"\u044F\u0437\u044B\u043A \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430",popupSourceLanguage:"\u042F\u0437\u044B\u043A \u043E\u0440\u0438\u0433\u0438\u043D\u0430\u043B\u0430",popupTarget:"\u044F\u0437\u044B\u043A \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430",popupService:"\u0443\u0441\u043B\u0443\u0433\u0430 \u0443\u0441\u0442\u043D\u043E\u0433\u043E \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430",forThisSite:"\u0422\u0435\u043A\u0443\u0449\u0438\u0439 \u0441\u0430\u0439\u0442",autoEnableSubtitle:"\u0410\u0432\u0442\u043E\u043C\u0430\u0442\u0438\u0447\u0435\u0441\u043A\u043E\u0435 \u043E\u0442\u043A\u0440\u044B\u0442\u0438\u0435 \u0434\u0432\u0443\u044F\u0437\u044B\u0447\u043D\u044B\u0445 \u0441\u0443\u0431\u0442\u0438\u0442\u0440\u043E\u0432",alwaysTranslate:"\u0412\u0441\u0435\u0433\u0434\u0430 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0438\u0442\u0435",neverTranslate:"\u041D\u0438\u043A\u043E\u0433\u0434\u0430 \u043D\u0435 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0438\u0442\u0435",alwaysTranslateSomeLanguage:"\u0412\u0441\u0435\u0433\u0434\u0430 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0438\u0442\u0435 {language}",neverTranslateSomeLanguage:"\u041D\u0438\u043A\u043E\u0433\u0434\u0430 \u043D\u0435 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0438\u0442\u0435 {language}",alwaysTranslateSomeSite:"\u0412\u0441\u0435\u0433\u0434\u0430 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0438\u0442\u0435 {hostname}",neverTranslateSomeSite:"\u041D\u0438\u043A\u043E\u0433\u0434\u0430 \u043D\u0435 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0438\u0442\u0435 {hostname}",alwaysTranslateSomeSiteOrWildSite:"\u0412\u0441\u0435\u0433\u0434\u0430 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0438\u0442\u0435 \u0441\u0430\u0439\u0442",alwaysTranslateSomePage:"\u0412\u0441\u0435\u0433\u0434\u0430 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0438\u0442\u0435 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u0443",add:"\u0443\u0432\u0435\u043B\u0438\u0447\u0438\u0442\u044C",default:"\u043F\u043E \u0443\u043C\u043E\u043B\u0447\u0430\u043D\u0438\u044E (\u043D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0430)",forThisLanguage:"\u0414\u043B\u044F \u044D\u0442\u043E\u0433\u043E \u044F\u0437\u044B\u043A\u0430\uFF1A","add url":"\u0412\u0432\u0435\u0434\u0438\u0442\u0435 URL",edit:"\u043A\u043E\u043C\u043F\u0438\u043B\u044F\u0442\u043E\u0440","translate other languages into specific language":"\u041F\u0435\u0440\u0435\u0432\u043E\u0434 \u0434\u0440\u0443\u0433\u0438\u0445 \u044F\u0437\u044B\u043A\u043E\u0432 \u043D\u0430 \u0443\u0441\u0442\u0430\u043D\u043E\u0432\u043B\u0435\u043D\u043D\u044B\u0439 \u0432\u0430\u043C\u0438 \u044F\u0437\u044B\u043A","select translation service":"\u0412\u044B\u0431\u0435\u0440\u0438\u0442\u0435 \u0441\u043B\u0443\u0436\u0431\u0443 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430",language:"\u043C\u043D\u043E\u0433\u043E\u044F\u0437\u044B\u0447\u0438\u0435","show-original":"\u041F\u043E\u043A\u0430\u0437\u0430\u0442\u044C \u043E\u0440\u0438\u0433\u0438\u043D\u0430\u043B\u044C\u043D\u044B\u0439 \u0442\u0435\u043A\u0441\u0442",translate:"\u0440\u0435\u043D\u0434\u0435\u0440\u0438\u043D\u0433",Translated:"\u043F\u0435\u0440\u0435\u0432\u0435\u0434\u0435\u043D\u043E",Translating:"\u0432 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0435",Error:"\u043D\u0435\u0432\u0435\u0440\u043D\u044B\u0439",allowCacheTranslations:"\u0412\u043A\u043B\u044E\u0447\u0438\u0442\u044C \u043B\u043E\u043A\u0430\u043B\u044C\u043D\u043E\u0435 \u043A\u044D\u0448\u0438\u0440\u043E\u0432\u0430\u043D\u0438\u0435 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u043E\u0432 (\u0434\u043B\u044F \u0443\u043C\u0435\u043D\u044C\u0448\u0435\u043D\u0438\u044F \u043A\u043E\u043B\u0438\u0447\u0435\u0441\u0442\u0432\u0430 \u0437\u0430\u043F\u0440\u043E\u0441\u043E\u0432 \u043D\u0430 \u043F\u0435\u0440\u0435\u0432\u043E\u0434 \u0434\u0443\u0431\u043B\u0438\u0440\u0443\u044E\u0449\u0438\u0445\u0441\u044F \u043E\u0442\u0440\u044B\u0432\u043A\u043E\u0432)","translation display":"\u0421\u0442\u0438\u043B\u044C \u043E\u0442\u043E\u0431\u0440\u0430\u0436\u0435\u043D\u0438\u044F \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430","select diplay style":"\u0420\u0430\u0437\u043B\u0438\u0447\u0430\u0442\u044C \u0441\u0442\u0438\u043B\u0438 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430, \u043E\u043F\u0438\u0440\u0430\u044F\u0441\u044C \u043D\u0430 \u0441\u043B\u0435\u0434\u0443\u044E\u0449\u0438\u0435 \u043F\u0440\u0438\u043C\u0435\u0440\u044B",interface:"\u041D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0438 \u0438\u043D\u0442\u0435\u0440\u0444\u0435\u0439\u0441\u0430",import_export:"\u0418\u043C\u043F\u043E\u0440\u0442/\u044D\u043A\u0441\u043F\u043E\u0440\u0442",import_export_title:"\u041A\u043E\u043D\u0444\u0438\u0433\u0443\u0440\u0430\u0446\u0438\u044F \u0438\u043C\u043F\u043E\u0440\u0442\u0430/\u044D\u043A\u0441\u043F\u043E\u0440\u0442\u0430",syncToGoogleDrive:"\u0422\u0435\u043F\u0435\u0440\u044C \u0441\u0438\u043D\u0445\u0440\u043E\u043D\u0438\u0437\u0430\u0446\u0438\u044F \u0441 Google Drive",floatBallOptions:"\u041D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0438 \u0445\u043E\u0432\u0435\u0440\u0431\u043E\u043B\u0430","floatBallOptions.enable":"\u0412\u043A\u043B\u044E\u0447\u0438\u0442\u044C \u0445\u043E\u0432\u0435\u0440\u0431\u043E\u043B","floatBallOptions.blockUrls":"\u041E\u0442\u043A\u043B\u044E\u0447\u0438\u0442\u044C \u0441\u0430\u0439\u0442","floatBallOptions.add":"\u0443\u0432\u0435\u043B\u0438\u0447\u0438\u0442\u044C","floatBallOptions.blockUrlDesc":"\u041F\u0430\u0440\u044F\u0449\u0438\u0435 \u0448\u0430\u0440\u044B \u043D\u0435 \u043E\u0442\u043E\u0431\u0440\u0430\u0436\u0430\u044E\u0442\u0441\u044F, \u043A\u043E\u0433\u0434\u0430 \u0432\u0441\u0442\u0440\u0435\u0447\u0430\u044E\u0442\u0441\u044F \u0441\u043B\u0435\u0434\u0443\u044E\u0449\u0438\u0435 \u0441\u0430\u0439\u0442\u044B","floatBallOptions.clickType":"\u043F\u043E\u0432\u0435\u0434\u0435\u043D\u0438\u0435 \u043F\u0440\u0438 \u043D\u0430\u0436\u0430\u0442\u0438\u0438","floatBallOptions.clickTypeDesc":"\u041F\u043E\u0432\u0435\u0434\u0435\u043D\u0438\u0435 \u0438\u043A\u043E\u043D\u043A\u0438 \u0445\u043E\u0432\u0435\u0440\u0431\u043E\u043B\u0430 \u043F\u0440\u0438 \u043D\u0430\u0436\u0430\u0442\u0438\u0438","floatBallOptions.clickPopup":"\u041F\u043E\u043A\u0430\u0437\u0430\u0442\u044C \u043F\u0430\u043D\u0435\u043B\u044C \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430","floatBallOptions.clickTranslate":"\u041F\u0435\u0440\u0435\u0432\u043E\u0434/\u043E\u0442\u043E\u0431\u0440\u0430\u0436\u0435\u043D\u0438\u0435 \u043E\u0440\u0438\u0433\u0438\u043D\u0430\u043B\u044C\u043D\u043E\u0433\u043E \u0442\u0435\u043A\u0441\u0442\u0430","floatBallOptions.fixedPosition":"\u56FA\u5B9A\u4F4D\u7F6E","floatBallOptions.fixedPositionDesc":"\u60AC\u6D6E\u7403\u5728\u7A97\u53E3\u5DE6\u4FA7\u8FD8\u662F\u53F3\u4FA7","floatBallOptions.fixedPositionLeft":"\u5DE6\u4FA7","floatBallOptions.fixedPositionRight":"\u53F3\u4FA7",previewAllThemes:"\u041F\u0440\u0435\u0434\u0432\u0430\u0440\u0438\u0442\u0435\u043B\u044C\u043D\u044B\u0439 \u043F\u0440\u043E\u0441\u043C\u043E\u0442\u0440 \u0432\u0441\u0435\u0445 \u0441\u0442\u0438\u043B\u0435\u0439","translationTheme.none":"\u043D\u0435 \u0438\u043C\u0435\u0442\u044C","translationTheme.grey":"\u0442\u0451\u043C\u043D\u043E-\u0441\u0435\u0440\u044B\u0439","translationTheme.dashed":"\u043F\u0443\u043D\u043A\u0442\u0438\u0440\u043D\u043E\u0435 \u043F\u043E\u0434\u0447\u0451\u0440\u043A\u0438\u0432\u0430\u043D\u0438\u0435","translationTheme.dotted":"\u0442\u043E\u0447\u0435\u0447\u043D\u043E\u0435 \u043F\u043E\u0434\u0447\u0435\u0440\u043A\u0438\u0432\u0430\u043D\u0438\u0435","translationTheme.dashedBorder":"\u043F\u0443\u043D\u043A\u0442\u0438\u0440\u043D\u0430\u044F \u0433\u0440\u0430\u043D\u0438\u0446\u0430","translationTheme.solidBorder":"\u0441\u043F\u043B\u043E\u0448\u043D\u0430\u044F \u0433\u0440\u0430\u043D\u0438\u0446\u0430","translationTheme.underline":"\u041F\u043E\u0434\u0447\u0435\u0440\u043A\u0438\u0432\u0430\u043D\u0438\u0435 \u043F\u0440\u044F\u043C\u044B\u0445 \u043B\u0438\u043D\u0438\u0439","translationTheme.mask":"\u041D\u0435\u0447\u0435\u0442\u043A\u0438\u0435 \u044D\u0444\u0444\u0435\u043A\u0442\u044B (\u0440\u0435\u0436\u0438\u043C\u044B \u043E\u0431\u0443\u0447\u0435\u043D\u0438\u044F)","translationTheme.opacity":"\u044D\u0444\u0444\u0435\u043A\u0442 \u043F\u0440\u043E\u0437\u0440\u0430\u0447\u043D\u043E\u0441\u0442\u0438","translationTheme.paper":"\u042D\u0444\u0444\u0435\u043A\u0442 \u0442\u0435\u043D\u0438 \u043E\u0442 \u0431\u0435\u043B\u043E\u0439 \u0431\u0443\u043C\u0430\u0433\u0438","translationTheme.dividingLine":"\u0440\u0430\u0437\u0434\u0435\u043B\u0438\u0442\u0435\u043B\u044C\u043D\u0430\u044F \u043B\u0438\u043D\u0438\u044F","translationTheme.highlight":"\u0432\u044B\u0441\u043E\u043A\u0430\u044F \u044F\u0440\u043A\u043E\u0441\u0442\u044C","translationTheme.marker":"\u043C\u0430\u0440\u043A\u0435\u0440 (\u0437\u0430\u0438\u043C\u0441\u0442\u0432\u043E\u0432\u0430\u043D\u043D\u043E\u0435 \u0441\u043B\u043E\u0432\u043E)","translationTheme.marker2":"\u041C\u0430\u0440\u043A\u0435\u0440 2","translationTheme.blockquote":"\u0421\u0442\u0438\u043B\u0438 \u0441\u0441\u044B\u043B\u043E\u043A","translationTheme.weakening":"\u043E\u0441\u043B\u0430\u0431\u043B\u0435\u043D\u0438\u0435","translationTheme.italic":"\u043D\u0430\u043A\u043B\u043E\u043D\u043D\u044B\u0439 \u0448\u0440\u0438\u0444\u0442","translationTheme.bold":"\u0441\u0433\u0443\u0441\u0442\u0438\u0442\u044C","translationTheme.thinDashed":"\u0442\u043E\u043D\u043A\u0430\u044F \u043F\u0443\u043D\u043A\u0442\u0438\u0440\u043D\u0430\u044F \u043B\u0438\u043D\u0438\u044F \u043F\u043E\u0434\u0447\u0435\u0440\u043A\u0438\u0432\u0430\u043D\u0438\u0435","translationTheme.nativeDashed":"\u0421\u0438\u0441\u0442\u0435\u043C\u0430 \u043F\u043E\u0441\u0442\u0430\u0432\u043B\u044F\u0435\u0442\u0441\u044F \u0441 \u043F\u0443\u043D\u043A\u0442\u0438\u0440\u043D\u044B\u043C \u043F\u043E\u0434\u0447\u0435\u0440\u043A\u0438\u0432\u0430\u043D\u0438\u0435\u043C","translationTheme.nativeDotted":"\u0421\u0438\u0441\u0442\u0435\u043C\u0430 \u043F\u043E\u0441\u0442\u0430\u0432\u043B\u044F\u0435\u0442\u0441\u044F \u0441 \u043F\u0443\u043D\u043A\u0442\u0438\u0440\u043D\u044B\u043C \u043F\u043E\u0434\u0447\u0435\u0440\u043A\u0438\u0432\u0430\u043D\u0438\u0435\u043C","translationTheme.nativeUnderline":"\u0421\u0438\u0441\u0442\u0435\u043C\u0430 \u043F\u043E\u0441\u0442\u0430\u0432\u043B\u044F\u0435\u0442\u0441\u044F \u0441 \u043F\u0440\u044F\u043C\u044B\u043C \u043F\u043E\u0434\u0441\u0442\u0440\u043E\u0447\u043D\u0438\u043A\u043E\u043C","translationTheme.wavy":"\u0432\u043E\u043B\u043D\u0438\u0441\u0442\u0430\u044F \u043B\u0438\u043D\u0438\u044F","translationServices.custom":"\u041F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u0435\u043B\u044C\u0441\u043A\u0438\u0439 API","translationServices.tencent":"\u041F\u0435\u0440\u0435\u0432\u043E\u0434\u0447\u0438\u043A Tencent","translationServices.tenAlpha":"Tencent Translator (Alpha)","translationServices.google":"Google Translate","translationServices.bai":"Baidu (Alpha)","translationServices.baidu":"\u041F\u0435\u0440\u0435\u0432\u043E\u0434 Baidu","translationServices.aliyun":"\u041F\u0435\u0440\u0435\u0432\u043E\u0434 AliCloud","translationServices.volc":"\u043F\u0435\u0440\u0435\u0432\u043E\u0434 \u0432\u0443\u043B\u043A\u0430\u043D\u0430","translationServices.deeplx":"DeepLX (Beta)","translationServices.bing":"Microsoft Translate","translationServices.deepl":"DeepL","translationServices.wechat":"\u041F\u0435\u0440\u0435\u0432\u043E\u0434 WeChat","translationServices.azure":"\u041B\u0430\u0437\u0443\u0440\u043D\u044B\u0439 \u043F\u0435\u0440\u0435\u0432\u043E\u0434","translationServices.ibm":"IBM Watson","translationServices.aws":"\u041F\u0435\u0440\u0435\u0432\u043E\u0434 Amazon","translationServices.mock":"\u0418\u043C\u0438\u0442\u0430\u0446\u0438\u044F \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430","translationServices.mock2":"\u0418\u043C\u0438\u0442\u0430\u0446\u0438\u044F \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430 2","translationServices.caiyun":"\u043B\u0438\u0442. \u0440\u0430\u0437\u043D\u043E\u0446\u0432\u0435\u0442\u043D\u044B\u0435 \u043E\u0431\u043B\u0430\u043A\u0430 \u0438 \u043D\u0435\u0431\u043E\u043B\u044C\u0448\u0438\u0435 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u044B","translationServices.cai":"\u0420\u0430\u0437\u043D\u043E\u0446\u0432\u0435\u0442\u043D\u044B\u0435 \u043E\u0431\u043B\u0430\u043A\u0430 (\u0410\u043B\u044C\u0444\u0430)","translationServices.volcAlpha":"\u0412\u0443\u043B\u043A\u0430\u043D (\u0410\u043B\u044C\u0444\u0430)","translationServices.openl":"OpenL","translationServices.youdao":"\u041F\u0435\u0440\u0435\u0432\u043E\u0434 \u043D\u0430 Youtube","translationServices.you":"\u041F\u0435\u0440\u0435\u0432\u043E\u0434\u0447\u0438\u043A Youdao (\u0410\u043B\u044C\u0444\u0430)","translationServices.transmart":"\u041F\u0435\u0440\u0435\u0432\u043E\u0434 Tencent Interactive","translationServices.niu":"Maverick Translator","translationServices.papago":"\u041F\u0435\u0440\u0435\u0432\u043E\u0434 Papago","translationServices.d":"D (Alpha)","translationServices.dpro":"D Pro (Canary)","translationServices.openai":"OpenAI","translationServices.yandex":"Yandex","translationServices.chatgpt":"ChatGPT Web(3.5 mobile)","translate title":"\u041F\u0435\u0440\u0435\u0432\u043E\u0434 \u0437\u0430\u0433\u043E\u043B\u043E\u0432\u043A\u043E\u0432 \u0441\u0442\u0440\u0430\u043D\u0438\u0446","always languages":"\u0412\u0441\u0435\u0433\u0434\u0430 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0438\u0442\u0435 \u044F\u0437\u044B\u043A",neverTranslateLanguagesLabel:"\u042F\u0437\u044B\u043A, \u043A\u043E\u0442\u043E\u0440\u044B\u0439 \u043D\u0438\u043A\u043E\u0433\u0434\u0430 \u043D\u0435 \u0431\u0443\u0434\u0435\u0442 \u043F\u0435\u0440\u0435\u0432\u0435\u0434\u0435\u043D",neverTranslateTheFollowingLanguagesDescription:"\u041F\u0435\u0440\u0435\u0432\u043E\u0434\u044B \u043F\u0440\u043E\u043F\u0443\u0441\u043A\u0430\u044E\u0442\u0441\u044F, \u0435\u0441\u043B\u0438 \u0430\u0431\u0437\u0430\u0446 \u043D\u0430 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u0435 \u043D\u0430\u043F\u0438\u0441\u0430\u043D \u043D\u0430 \u043E\u0434\u043D\u043E\u043C \u0438\u0437 \u0441\u043B\u0435\u0434\u0443\u044E\u0449\u0438\u0445 \u044F\u0437\u044B\u043A\u043E\u0432",enableUserscriptPagePopup:"\u041F\u043E\u043A\u0430\u0437\u044B\u0432\u0430\u0442\u044C \u043D\u0430\u0432\u0435\u0434\u0435\u043D\u043D\u044B\u0439 \u0448\u0430\u0440 \u043D\u0430 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u0435",enableUserscriptPagePopupDescription:"\u041F\u043E\u0441\u043B\u0435 \u0432\u044B\u043A\u043B\u044E\u0447\u0435\u043D\u0438\u044F \u0445\u043E\u0432\u0435\u0440\u0431\u043E\u043B\u0430 \u0435\u0433\u043E \u043C\u043E\u0436\u043D\u043E \u0432\u044B\u0437\u0432\u0430\u0442\u044C \u0441 \u043F\u043E\u043C\u043E\u0449\u044C\u044E \u044F\u0440\u043B\u044B\u043A\u0430 /{touch}. \u041D\u0430\u0441\u0442\u043E\u044F\u0442\u0435\u043B\u044C\u043D\u043E \u0440\u0435\u043A\u043E\u043C\u0435\u043D\u0434\u0443\u0435\u0442\u0441\u044F \u0434\u043E\u0431\u0430\u0432\u0438\u0442\u044C \u044D\u0442\u0443 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u0443 \u043D\u0430\u0441\u0442\u0440\u043E\u0435\u043A \u0432 \u0437\u0430\u043A\u043B\u0430\u0434\u043A\u0438, \u0447\u0442\u043E\u0431\u044B \u043D\u0435 \u043D\u0430\u0439\u0442\u0438 \u0445\u043E\u0432\u0435\u0440\u0431\u043E\u043B \u043F\u043E\u0441\u043B\u0435 \u0441\u043B\u0443\u0447\u0430\u0439\u043D\u043E\u0433\u043E \u043E\u0442\u043A\u043B\u044E\u0447\u0435\u043D\u0438\u044F \u044D\u0442\u043E\u0439 \u043E\u043F\u0446\u0438\u0438!","always translate the following languages":"\u0410\u0432\u0442\u043E\u043C\u0430\u0442\u0438\u0447\u0435\u0441\u043A\u0438\u0439 \u043F\u0435\u0440\u0435\u0432\u043E\u0434 \u043D\u0430 \u0446\u0435\u043B\u0435\u0432\u043E\u0439 \u044F\u0437\u044B\u043A, \u0435\u0441\u043B\u0438 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u0430 \u043D\u0430\u043F\u0438\u0441\u0430\u043D\u0430 \u043D\u0430 \u043E\u0434\u043D\u043E\u043C \u0438\u0437 \u0441\u043B\u0435\u0434\u0443\u044E\u0449\u0438\u0445 \u044F\u0437\u044B\u043A\u043E\u0432","always sites":"\u0412\u0441\u0435\u0433\u0434\u0430 \u043F\u0435\u0440\u0435\u0432\u0435\u0434\u0435\u043D\u043D\u044B\u0435 \u0432\u0435\u0431-\u0441\u0430\u0439\u0442\u044B","always translate the following sites":"\u0412\u0435\u0431-\u0441\u0430\u0439\u0442\u044B \u0430\u0432\u0442\u043E\u043C\u0430\u0442\u0438\u0447\u0435\u0441\u043A\u0438 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u044F\u0442\u0441\u044F \u043D\u0430 \u044F\u0437\u044B\u043A \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430, \u0435\u0441\u043B\u0438 \u043E\u043D\u0438 \u044F\u0432\u043B\u044F\u044E\u0442\u0441\u044F \u0434\u043E\u043C\u0435\u043D\u043D\u044B\u043C\u0438 \u0438\u043C\u0435\u043D\u0430\u043C\u0438","never sites":"\u041D\u0435\u043F\u0435\u0440\u0435\u0432\u0435\u0434\u0435\u043D\u043D\u044B\u0439 \u0441\u0430\u0439\u0442","never translate the following sites":"\u041F\u0435\u0440\u0435\u0432\u043E\u0434 \u043D\u0435 \u0431\u0443\u0434\u0435\u0442 \u0432\u044B\u043F\u043E\u043B\u043D\u044F\u0442\u044C\u0441\u044F, \u0435\u0441\u043B\u0438 \u0441\u0430\u0439\u0442 \u043F\u0440\u0435\u0434\u043D\u0430\u0437\u043D\u0430\u0447\u0435\u043D \u0434\u043B\u044F \u0441\u043B\u0435\u0434\u0443\u044E\u0449\u0438\u0445 \u0434\u043E\u043C\u0435\u043D\u043E\u0432","please refer to":"\u041F\u0435\u0440\u0435\u0434 \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u043D\u0438\u0435\u043C \u043D\u0435\u043E\u0431\u0445\u043E\u0434\u0438\u043C\u043E \u0437\u0430\u043F\u043E\u043B\u043D\u0438\u0442\u044C \u043A\u043B\u044E\u0447.",KeyAndConfigurationTutorial:"\u0423\u0447\u0435\u0431\u043D\u0438\u043A \u043F\u043E \u043F\u0440\u0438\u043C\u0435\u043D\u0435\u043D\u0438\u044E \u0438 \u043D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0435 \u043A\u043B\u044E\u0447\u0435\u0439",useAboveStyleForTheseSites:"\u0412\u0441\u0435\u0433\u0434\u0430 \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u0443\u0439\u0442\u0435 \u0441\u0442\u0438\u043B\u044C \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430 \u2308{theme}\u230B, \u0435\u0441\u043B\u0438 \u0441\u0430\u0439\u0442 \u043F\u0440\u0435\u0434\u043D\u0430\u0437\u043D\u0430\u0447\u0435\u043D \u0434\u043B\u044F \u0441\u043B\u0435\u0434\u0443\u044E\u0449\u0438\u0445 \u0434\u043E\u043C\u0435\u043D\u043E\u0432",currentUrl:"\u0422\u0435\u043A\u0443\u0449\u0438\u0439 URL",confirm:"\u0441\u043E\u0445\u0440\u0430\u043D\u044F\u0442\u044C (\u0444\u0430\u0439\u043B \u0438 \u0442.\u0434.) (\u0432\u044B\u0447\u0438\u0441\u043B\u0438\u0442\u0435\u043B\u044C\u043D\u0430\u044F \u0442\u0435\u0445\u043D\u0438\u043A\u0430)",cancel:"\u043E\u0442\u043C\u0435\u043D\u044B",delete:"\u0443\u0434\u0430\u043B\u0435\u043D\u0438\u0435","languages.auto":"\u0430\u0432\u0442\u043E\u043C\u0430\u0442\u0438\u0447\u0435\u0441\u043A\u043E\u0435 \u043E\u0431\u043D\u0430\u0440\u0443\u0436\u0435\u043D\u0438\u0435",syncToCloud:"\u0421\u0438\u043D\u0445\u0440\u043E\u043D\u0438\u0437\u0430\u0446\u0438\u044F \u0441 Google Drive",syncToCloudDescription:"\u0417\u0430\u0433\u0440\u0443\u0436\u0435\u043D\u043D\u0430\u044F \u0432 \u043E\u0431\u043B\u0430\u043A\u043E, \u043A\u043E\u043D\u0444\u0438\u0433\u0443\u0440\u0430\u0446\u0438\u044F \u043C\u043E\u0436\u0435\u0442 \u0431\u044B\u0442\u044C \u0441\u0438\u043D\u0445\u0440\u043E\u043D\u0438\u0437\u0438\u0440\u043E\u0432\u0430\u043D\u0430 \u043C\u0435\u0436\u0434\u0443 \u0440\u0430\u0437\u043B\u0438\u0447\u043D\u044B\u043C\u0438 \u0431\u0440\u0430\u0443\u0437\u0435\u0440\u0430\u043C\u0438/\u0441\u043A\u0440\u0438\u043F\u0442\u0430\u043C\u0438 grease monkey, \u0432 \u0437\u0430\u0432\u0438\u0441\u0438\u043C\u043E\u0441\u0442\u0438 \u043E\u0442 \u0442\u043E\u0433\u043E, \u0447\u0442\u043E \u0431\u044B\u043B\u043E \u0438\u0437\u043C\u0435\u043D\u0435\u043D\u043E \u043F\u043E\u0441\u043B\u0435\u0434\u043D\u0438\u043C.",syncToAccount:"\u0421\u0438\u043D\u0445\u0440\u043E\u043D\u0438\u0437\u0430\u0446\u0438\u044F \u0441 \u043E\u0431\u043B\u0430\u043A\u043E\u043C \u0438\u043C\u043C\u0435\u0440\u0441\u0438\u0432\u043D\u043E\u0433\u043E \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430",syncToAccountButton:"\u041C\u0433\u043D\u043E\u0432\u0435\u043D\u043D\u0430\u044F \u0441\u0438\u043D\u0445\u0440\u043E\u043D\u0438\u0437\u0430\u0446\u0438\u044F \u0441 \u043E\u0431\u043B\u0430\u043A\u043E\u043C",syncToAccountDescription:"\u0410\u0432\u0442\u043E\u043C\u0430\u0442\u0438\u0447\u0435\u0441\u043A\u0430\u044F \u0441\u0438\u043D\u0445\u0440\u043E\u043D\u0438\u0437\u0430\u0446\u0438\u044F \u043A\u043E\u043D\u0444\u0438\u0433\u0443\u0440\u0430\u0446\u0438\u0439 \u043C\u0435\u0436\u0434\u0443 \u0440\u0430\u0437\u043B\u0438\u0447\u043D\u044B\u043C\u0438 \u0443\u0441\u0442\u0440\u043E\u0439\u0441\u0442\u0432\u0430\u043C\u0438 \u0432 \u0437\u0430\u0432\u0438\u0441\u0438\u043C\u043E\u0441\u0442\u0438 \u043E\u0442 \u0442\u043E\u0433\u043E, \u043A\u0430\u043A\u0430\u044F \u0438\u0437 \u043D\u0438\u0445 \u0431\u044B\u043B\u0430 \u0438\u0437\u043C\u0435\u043D\u0435\u043D\u0430 \u043F\u043E\u0441\u043B\u0435\u0434\u043D\u0435\u0439.",successSyncConfigInAccount:"\u0423\u0441\u043F\u0435\u0448\u043D\u0430\u044F \u0441\u0438\u043D\u0445\u0440\u043E\u043D\u0438\u0437\u0430\u0446\u0438\u044F \u0441 \u043E\u0431\u043B\u0430\u043A\u043E\u043C",successSyncConfigToAccount:"\u0423\u0441\u043F\u0435\u0448\u043D\u0430\u044F \u0441\u0438\u043D\u0445\u0440\u043E\u043D\u0438\u0437\u0430\u0446\u0438\u044F \u0441 \u043E\u0431\u043B\u0430\u043A\u043E\u043C",syncConfigNoUpdate:"\u041E\u043D\u0430 \u0443\u0436\u0435 \u0441\u043E\u043E\u0442\u0432\u0435\u0442\u0441\u0442\u0432\u0443\u0435\u0442 \u0441\u043E\u0432\u0440\u0435\u043C\u0435\u043D\u043D\u044B\u043C \u0442\u0440\u0435\u0431\u043E\u0432\u0430\u043D\u0438\u044F\u043C.",authFail:"\u0421\u0431\u043E\u0439 \u0430\u0432\u0442\u043E\u0440\u0438\u0437\u0430\u0446\u0438\u0438",syncTitle:"\u0420\u0443\u0447\u043D\u043E\u0435 \u0443\u043F\u0440\u0430\u0432\u043B\u0435\u043D\u0438\u0435 \u0440\u0435\u0437\u0435\u0440\u0432\u043D\u044B\u043C \u043A\u043E\u043F\u0438\u0440\u043E\u0432\u0430\u043D\u0438\u0435\u043C",import_hint:"\u0438\u043C\u043F\u043E\u0440\u0442 (\u0434\u0430\u043D\u043D\u044B\u0435)",upload:"\u0437\u0430\u0433\u0440\u0443\u0437\u0438\u0442\u044C",revokeAuth:"\u043E\u0442\u043E\u0437\u0432\u0430\u0442\u044C \u0440\u0430\u0437\u0440\u0435\u0448\u0435\u043D\u0438\u0435",uploadFail:"\u0417\u0430\u0433\u0440\u0443\u0437\u043A\u0430 \u043D\u0435 \u0443\u0434\u0430\u043B\u0430\u0441\u044C",download:"\u0437\u0430\u0433\u0440\u0443\u0437\u043A\u0430",importSuccess:"\u0423\u0441\u043F\u0435\u0448\u043D\u043E \u0438\u043C\u043F\u043E\u0440\u0442\u0438\u0440\u0443\u0435\u0442\u0441\u044F",importFail:"\u0441\u0431\u043E\u0439 \u0438\u043C\u043F\u043E\u0440\u0442\u0430",deleteFail:"\u041D\u0435 \u0443\u0434\u0430\u043B\u043E\u0441\u044C \u0443\u0434\u0430\u043B\u0438\u0442\u044C",backupToCloud:"\u0420\u0443\u0447\u043D\u043E\u0435 \u0443\u043F\u0440\u0430\u0432\u043B\u0435\u043D\u0438\u0435 \u0444\u0430\u0439\u043B\u0430\u043C\u0438 \u0440\u0435\u0437\u0435\u0440\u0432\u043D\u043E\u0433\u043E \u043A\u043E\u043F\u0438\u0440\u043E\u0432\u0430\u043D\u0438\u044F",create_new_backup:"\u0414\u043E\u0431\u0430\u0432\u043B\u0435\u043D\u0438\u0435 \u043D\u043E\u0432\u043E\u0433\u043E \u0443\u0437\u043B\u0430 \u0440\u0435\u0437\u0435\u0440\u0432\u043D\u043E\u0433\u043E \u043A\u043E\u043F\u0438\u0440\u043E\u0432\u0430\u043D\u0438\u044F",maxBackupFiles:"\u0420\u0435\u0437\u0435\u0440\u0432\u043D\u043E\u0435 \u043A\u043E\u043F\u0438\u0440\u043E\u0432\u0430\u043D\u0438\u0435 \u043C\u043E\u0436\u0435\u0442 \u0431\u044B\u0442\u044C \u0432\u044B\u043F\u043E\u043B\u043D\u0435\u043D\u043E \u0434\u043E{count}\u0440\u0430\u0437\u043B\u0438\u0447\u043D\u044B\u0445 \u0443\u0437\u043B\u043E\u0432, \u0443\u0434\u0430\u043B\u0438\u0442\u0435 \u043D\u0435\u043D\u0443\u0436\u043D\u044B\u0435 \u0443\u0437\u043B\u044B.",backupToCloudDescription:"\u0420\u0443\u0447\u043D\u0430\u044F \u0437\u0430\u0433\u0440\u0443\u0437\u043A\u0430 \u0438\u043B\u0438 \u0432\u043E\u0441\u0441\u0442\u0430\u043D\u043E\u0432\u043B\u0435\u043D\u0438\u0435 \u0444\u0430\u0439\u043B\u043E\u0432 \u0440\u0435\u0437\u0435\u0440\u0432\u043D\u044B\u0445 \u043A\u043E\u043F\u0438\u0439, \u043F\u043E\u0437\u0432\u043E\u043B\u044F\u044E\u0449\u0430\u044F \u0441\u043E\u0437\u0434\u0430\u0432\u0430\u0442\u044C \u0434\u043E 3 \u0440\u0430\u0437\u043B\u0438\u0447\u043D\u044B\u0445 \u0440\u0435\u0437\u0435\u0440\u0432\u043D\u044B\u0445 \u043A\u043E\u043F\u0438\u0439",successSyncConfig:"\u0423\u0441\u043F\u0435\u0448\u043D\u0430\u044F \u0441\u0438\u043D\u0445\u0440\u043E\u043D\u0438\u0437\u0430\u0446\u0438\u044F \u0441 \u043E\u0431\u043B\u0430\u043A\u043E\u043C",syncFail:"\u0441\u0431\u043E\u0439 \u0441\u0438\u043D\u0445\u0440\u043E\u043D\u0438\u0437\u0430\u0446\u0438\u0438",updatedAt:"\u041E\u0431\u043D\u043E\u0432\u043B\u0435\u043D\u043E \u0441 \u0441\u0430\u0439\u0442\u0430 {date}",lastSyncedAt:"\u041F\u043E\u0441\u043B\u0435\u0434\u043D\u044F\u044F \u043F\u0440\u043E\u0432\u0435\u0440\u043A\u0430 \u043D\u0430 \u0441\u0430\u0439\u0442\u0435 {date}",downloadFail:"\u041D\u0435 \u0443\u0434\u0430\u043B\u043E\u0441\u044C \u0437\u0430\u0433\u0440\u0443\u0437\u0438\u0442\u044C",clickToDownload:"\u041D\u0430\u0436\u043C\u0438\u0442\u0435 \u0434\u043B\u044F \u0437\u0430\u0433\u0440\u0443\u0437\u043A\u0438",aboutLabel:"\u041E \u043A\u043E\u043C\u043F\u0430\u043D\u0438\u0438 - \u041E\u0431\u0440\u0430\u0442\u043D\u0430\u044F \u0441\u0432\u044F\u0437\u044C","browser.openAboutPage":"\u0418\u043D\u0444\u043E\u0440\u043C\u0430\u0446\u0438\u044F/\u041E\u0442\u0437\u044B\u0432\u044B",aboutLabelWithoutSponsor:"\u041E \u043A\u043E\u043C\u043F\u0430\u043D\u0438\u0438 - \u041E\u0431\u0440\u0430\u0442\u043D\u0430\u044F \u0441\u0432\u044F\u0437\u044C",aboutIntro:"\u041F\u0443\u0441\u0442\u044C \u043D\u0430\u043C \u0432\u0441\u0435\u043C \u0431\u0443\u0434\u0435\u0442 \u043B\u0435\u0433\u0447\u0435 \u0438 \u043F\u0440\u0438\u044F\u0442\u043D\u0435\u0435 \u043F\u043E\u043B\u0443\u0447\u0430\u0442\u044C \u0434\u043E\u0441\u0442\u0443\u043F \u043A \u043E\u0433\u0440\u043E\u043C\u043D\u043E\u043C\u0443 \u043A\u043E\u043B\u0438\u0447\u0435\u0441\u0442\u0432\u0443 \u0438\u043D\u0444\u043E\u0440\u043C\u0430\u0446\u0438\u0438 \u043D\u0430 \u0438\u043D\u043E\u0441\u0442\u0440\u0430\u043D\u043D\u044B\u0445 \u044F\u0437\u044B\u043A\u0430\u0445 \u0432 \u0418\u043D\u0442\u0435\u0440\u043D\u0435\u0442\u0435 \u2764\uFE0F \u0412\u044B \u043C\u043E\u0436\u0435\u0442\u0435 \u0430\u043A\u0442\u0438\u0432\u0438\u0440\u043E\u0432\u0430\u0442\u044C <6>\u0447\u043B\u0435\u043D\u0441\u0442\u0432\u043E \u0432 \u043F\u0440\u043E\u0433\u0440\u0430\u043C\u043C\u0435 Pro, \u0447\u0442\u043E\u0431\u044B \u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u044C\u0441\u044F \u0433\u043E\u0442\u043E\u0432\u044B\u043C\u0438 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430\u043C\u0438 DeepL \u0438 OpenAI.

\u0412\u044B \u043C\u043E\u0436\u0435\u0442\u0435 \u0441\u043B\u0435\u0434\u0438\u0442\u044C \u0437\u0430 \u043D\u0430\u043C\u0438 \u0432 <3>Twitter, <4>Telegram, Weibo, WeChat \u0438\u043B\u0438 <5>\u043F\u043E\u0434\u043F\u0438\u0441\u0430\u0442\u044C\u0441\u044F \u043D\u0430 \u043D\u0430\u0448\u0443 \u0440\u0430\u0441\u0441\u044B\u043B\u043A\u0443 \u043D\u0438\u0436\u0435, \u0447\u0442\u043E\u0431\u044B \u043E\u0442\u0441\u043B\u0435\u0436\u0438\u0432\u0430\u0442\u044C \u043E\u0431\u043D\u043E\u0432\u043B\u0435\u043D\u0438\u044F.
<7>\u0423\u0447\u0430\u0441\u0442\u043D\u0438\u043A\u0438 \u043F\u0440\u043E\u0433\u0440\u0430\u043C\u043C\u044B Pro \u043C\u043E\u0433\u0443\u0442 \u0441\u0432\u044F\u0437\u0430\u0442\u044C\u0441\u044F \u0441 \u043D\u0430\u043C\u0438 \u043F\u043E \u0430\u0434\u0440\u0435\u0441\u0443 <8>support@immersivetranslate.com \u0434\u043B\u044F \u0431\u044B\u0441\u0442\u0440\u043E\u0433\u043E \u043E\u0431\u0441\u043B\u0443\u0436\u0438\u0432\u0430\u043D\u0438\u044F \u043A\u043B\u0438\u0435\u043D\u0442\u043E\u0432.",aboutIntroWithoutSponsor:"\u041F\u0443\u0441\u0442\u044C \u0432\u0441\u0435\u043C \u043D\u0430\u043C \u0431\u0443\u0434\u0435\u0442 \u043B\u0435\u0433\u0447\u0435 \u0438 \u043F\u0440\u0438\u044F\u0442\u043D\u0435\u0435 \u043F\u043E\u043B\u0443\u0447\u0430\u0442\u044C \u0434\u043E\u0441\u0442\u0443\u043F \u043A \u043E\u0433\u0440\u043E\u043C\u043D\u043E\u043C\u0443 \u043A\u043E\u043B\u0438\u0447\u0435\u0441\u0442\u0432\u0443 \u0438\u043D\u0444\u043E\u0440\u043C\u0430\u0446\u0438\u0438 \u043D\u0430 \u0438\u043D\u043E\u0441\u0442\u0440\u0430\u043D\u043D\u044B\u0445 \u044F\u0437\u044B\u043A\u0430\u0445, \u0434\u043E\u0441\u0442\u0443\u043F\u043D\u043E\u0439 \u0432 \u0418\u043D\u0442\u0435\u0440\u043D\u0435\u0442\u0435 \u2764\uFE0F

\u0412\u044B \u043C\u043E\u0436\u0435\u0442\u0435 \u0441\u043B\u0435\u0434\u0438\u0442\u044C \u0437\u0430 \u043D\u0430\u043C\u0438 \u0432 <3>Twitter, <4>Telegram-\u043A\u0430\u043D\u0430\u043B\u0435, WeChat, WeChat Exchange \u0438\u043B\u0438 <5>\u043F\u043E\u0434\u043F\u0438\u0441\u0430\u0442\u044C\u0441\u044F \u043D\u0430 \u043E\u0442\u0441\u043B\u0435\u0436\u0438\u0432\u0430\u043D\u0438\u0435 \u043E\u0431\u043D\u043E\u0432\u043B\u0435\u043D\u0438\u0439 \u043F\u043E <5>\u044D\u043B\u0435\u043A\u0442\u0440\u043E\u043D\u043D\u043E\u0439 \u043F\u043E\u0447\u0442\u0435 \u043D\u0438\u0436\u0435.",projectHomepage:'\u041F\u0440\u043E\u0435\u043A\u0442 "\u0414\u043E\u043C',joinTelegramGroup:"\u041F\u0440\u0438\u0441\u043E\u0435\u0434\u0438\u043D\u044F\u0439\u0442\u0435\u0441\u044C \u043A \u0433\u0440\u0443\u043F\u043F\u0435 \u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u0435\u043B\u0435\u0439 \u0434\u043B\u044F \u0443\u0447\u0430\u0441\u0442\u0438\u044F \u0432 \u043E\u0431\u0441\u0443\u0436\u0434\u0435\u043D\u0438\u0438 \u0444\u0443\u043D\u043A\u0446\u0438\u0439",wechatPublicAccount:"WeChat Public",wechatCommunities:"\u0413\u0440\u0443\u043F\u043F\u0430 \u043E\u0431\u043C\u0435\u043D\u0430 WeChat",qqCommunities:"\u041A\u0430\u043D\u0430\u043B \u0441\u0432\u044F\u0437\u0438 QQ",joinTelegramChannel:"\u0421\u043B\u0435\u0434\u0438\u0442\u0435 \u0437\u0430 \u043E\u0431\u043D\u043E\u0432\u043B\u0435\u043D\u0438\u044F\u043C\u0438 \u0432 Telegram-\u043A\u0430\u043D\u0430\u043B\u0435",feedbackAndJoin:"\u0412\u043E\u043F\u0440\u043E\u0441 \u041E\u0431\u0440\u0430\u0442\u043D\u0430\u044F \u0441\u0432\u044F\u0437\u044C / \u0414\u043E\u0431\u0430\u0432\u0438\u0442\u044C \u0433\u0440\u0443\u043F\u043F\u0443",autoSync:"\u0430\u0432\u0442\u043E\u043C\u0430\u0442\u0438\u0447\u0435\u0441\u043A\u0430\u044F \u0441\u0438\u043D\u0445\u0440\u043E\u043D\u0438\u0437\u0430\u0446\u0438\u044F \u0432\u0440\u0435\u043C\u0435\u043D\u0438",loadingThemeTitle:"\u0421\u0442\u0438\u043B\u044C \u0437\u0430\u0433\u0440\u0443\u0437\u043A\u0438",loadingThemeDescription:"\u0423\u0441\u0442\u0430\u043D\u043E\u0432\u043A\u0430 \u0441\u0442\u0438\u043B\u044F \u043F\u0440\u0438 \u043E\u0436\u0438\u0434\u0430\u043D\u0438\u0438 \u0437\u0430\u0433\u0440\u0443\u0437\u043A\u0438 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430","loadingTheme.spinner":"\u0412\u0440\u0430\u0449\u0430\u044E\u0449\u0430\u044F\u0441\u044F \u0430\u043D\u0438\u043C\u0430\u0446\u0438\u044F","loadingTheme.text":"\u0441\u0442\u0430\u0442\u0438\u0447\u0435\u0441\u043A\u0438\u0439 \u0442\u0435\u043A\u0441\u0442 \u0447\u0435\u0433\u043E-\u043B. ","loadingTheme.none":"\u043D\u0435 \u043F\u043E\u043A\u0430\u0437\u0430\u043D\u043E",developerDescription:"\u0414\u043E\u043A\u0443\u043C\u0435\u043D\u0442\u0430\u0446\u0438\u044E \u043F\u043E \u0440\u0430\u0441\u0448\u0438\u0440\u0435\u043D\u043D\u043E\u0439 \u043D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0435 \u043C\u043E\u0436\u043D\u043E \u043D\u0430\u0439\u0442\u0438 <1>\u0437\u0434\u0435\u0441\u044C","edit border color":"\u0418\u0437\u043C\u0435\u043D\u0435\u043D\u0438\u0435 \u0446\u0432\u0435\u0442\u0430 \u0433\u0440\u0430\u043D\u0438\u0446\u044B",successSyncButNoChange:"\u0422\u0435\u043A\u0443\u0449\u0430\u044F \u043A\u043E\u043D\u0444\u0438\u0433\u0443\u0440\u0430\u0446\u0438\u044F \u0441\u043E\u043E\u0442\u0432\u0435\u0442\u0441\u0442\u0432\u0443\u0435\u0442 \u043E\u0431\u043B\u0430\u043A\u0443",customTheme:"\u041D\u0435\u0441\u0442\u0430\u043D\u0434\u0430\u0440\u0442\u043D\u044B\u0435 \u0446\u0432\u0435\u0442\u0430 \u0438 \u0440\u0430\u0437\u043C\u0435\u0440\u044B","customThemeLabel.borderColor":"\u0426\u0432\u0435\u0442 \u0433\u0440\u0430\u043D\u0438\u0446\u044B","customThemeLabel.borderRadius":"\u0421\u043A\u0440\u0443\u0433\u043B\u0435\u043D\u043D\u044B\u0435 \u043A\u0440\u0430\u044F","customThemeLabel.textColor":"\u0446\u0432\u0435\u0442 \u0442\u0435\u043A\u0441\u0442\u0430","customThemeLabel.backgroundColor":"\u0446\u0432\u0435\u0442 \u0444\u043E\u043D\u0430","customThemeLabel.zoom":"\u041C\u0430\u0441\u0448\u0442\u0430\u0431\u0438\u0440\u043E\u0432\u0430\u043D\u0438\u0435 \u0448\u0440\u0438\u0444\u0442\u0430 (%)","customThemeLabel.opacity":"\u041D\u0435\u043F\u0440\u043E\u0437\u0440\u0430\u0447\u043D\u043E\u0441\u0442\u044C \u0442\u0435\u043A\u0441\u0442\u0430 (%)",resetToDefaultColor:"\u0412\u043E\u0441\u0441\u0442\u0430\u043D\u043E\u0432\u043B\u0435\u043D\u0438\u0435 \u0446\u0432\u0435\u0442\u043E\u0432 \u043F\u043E \u0443\u043C\u043E\u043B\u0447\u0430\u043D\u0438\u044E",resetToDefaultSettings:"\u0412\u043E\u0441\u0441\u0442\u0430\u043D\u043E\u0432\u043B\u0435\u043D\u0438\u0435 \u043D\u0430\u0441\u0442\u0440\u043E\u0435\u043A \u043F\u043E \u0443\u043C\u043E\u043B\u0447\u0430\u043D\u0438\u044E",isTranslateTitle:"\u0412\u043A\u043B\u044E\u0447\u0438\u0442\u044C \u043F\u0435\u0440\u0435\u0432\u043E\u0434 \u0437\u0430\u0433\u043E\u043B\u043E\u0432\u043A\u043E\u0432 \u0441\u0442\u0440\u0430\u043D\u0438\u0446",isTranslateTitleDescription:"\u041F\u0440\u0438 \u043E\u0442\u043A\u0440\u044B\u0442\u0438\u0438 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u044B \u0435\u0435 \u0437\u0430\u0433\u043E\u043B\u043E\u0432\u043E\u043A \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0438\u0442\u0441\u044F",enableSearchEnhancement:"\u0412\u043A\u043B\u044E\u0447\u0435\u043D\u0438\u0435 \u0444\u0443\u043D\u043A\u0446\u0438\u0438 \u0440\u0430\u0441\u0448\u0438\u0440\u0435\u043D\u0438\u044F \u0434\u0432\u0443\u044F\u0437\u044B\u0447\u043D\u044B\u0445 \u0441\u043E\u043E\u0431\u0449\u0435\u043D\u0438\u0439",enableSearchEnhancementDescription:'\u041F\u043E\u0441\u043B\u0435 \u0432\u043A\u043B\u044E\u0447\u0435\u043D\u0438\u044F \u044D\u0442\u043E\u0439 \u0444\u0443\u043D\u043A\u0446\u0438\u0438 \u0440\u0435\u0437\u0443\u043B\u044C\u0442\u0430\u0442\u044B \u043F\u043E\u0438\u0441\u043A\u0430 "Google \u041D\u043E\u0432\u043E\u0441\u0442\u0438" \u0431\u0443\u0434\u0443\u0442 \u0430\u0432\u0442\u043E\u043C\u0430\u0442\u0438\u0447\u0435\u0441\u043A\u0438 \u043E\u0442\u043E\u0431\u0440\u0430\u0436\u0430\u0442\u044C\u0441\u044F \u0432 \u043F\u0440\u0430\u0432\u043E\u0439 \u043A\u043E\u043B\u043E\u043D\u043A\u0435 \u043F\u043E\u0434\u0434\u0435\u0440\u0436\u0438\u0432\u0430\u0435\u043C\u044B\u0445 \u0441\u0430\u0439\u0442\u043E\u0432 (Google \u041D\u043E\u0432\u043E\u0441\u0442\u0438, Google \u041F\u043E\u0438\u0441\u043A (\u043D\u0435\u043A\u043E\u0442\u043E\u0440\u044B\u0435 \u043A\u043B\u044E\u0447\u0435\u0432\u044B\u0435 \u0441\u043B\u043E\u0432\u0430), Snowball, Oriental Fortune, Futura, Tiger Community) \u0434\u043B\u044F \u0441\u043E\u043E\u0442\u0432\u0435\u0442\u0441\u0442\u0432\u0443\u044E\u0449\u0438\u0445 \u0430\u043D\u0433\u043B\u0438\u0439\u0441\u043A\u0438\u0445 \u043A\u043B\u044E\u0447\u0435\u0432\u044B\u0445 \u0441\u043B\u043E\u0432.',verifyService:"\u041D\u0430\u0436\u043C\u0438\u0442\u0435 \u0437\u0434\u0435\u0441\u044C, \u0447\u0442\u043E\u0431\u044B \u043F\u0440\u043E\u0442\u0435\u0441\u0442\u0438\u0440\u043E\u0432\u0430\u0442\u044C \u0443\u0441\u043B\u0443\u0433\u0443",verified:"\u041F\u0440\u043E\u0432\u0435\u0440\u043A\u0430 \u0443\u0441\u043F\u0435\u0448\u043D\u043E\u0441\u0442\u0438","field.langs":"\u041F\u043E\u0434\u0434\u0435\u0440\u0436\u0438\u0432\u0430\u0435\u043C\u044B\u0435 \u043A\u043E\u0434\u044B \u044F\u0437\u044B\u043A\u043E\u0432","field.model":"\u043C\u043E\u0434\u0435\u043B\u0438\u0440\u043E\u0432\u0430\u043D\u0438\u0435","field.translationEngine":"\u043C\u0435\u0445\u0430\u043D\u0438\u0437\u043C \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430","field.limitPerMinute":"\u041C\u0430\u043A\u0441\u0438\u043C\u0430\u043B\u044C\u043D\u043E\u0435 \u043A\u043E\u043B\u0438\u0447\u0435\u0441\u0442\u0432\u043E \u0437\u0430\u043F\u0440\u043E\u0441\u043E\u0432 \u0432 \u043C\u0438\u043D\u0443\u0442\u0443","field.limitPerSecond":"\u041C\u0430\u043A\u0441\u0438\u043C\u0430\u043B\u044C\u043D\u043E\u0435 \u043A\u043E\u043B\u0438\u0447\u0435\u0441\u0442\u0432\u043E \u0437\u0430\u043F\u0440\u043E\u0441\u043E\u0432 \u0432 \u0441\u0435\u043A\u0443\u043D\u0434\u0443","field.maxTextLengthPerRequest":"\u041C\u0430\u043A\u0441\u0438\u043C\u0430\u043B\u044C\u043D\u0430\u044F \u0434\u043B\u0438\u043D\u0430 \u0442\u0435\u043A\u0441\u0442\u0430 \u0432 \u043E\u0434\u043D\u043E\u043C \u0437\u0430\u043F\u0440\u043E\u0441\u0435","field.maxTextGroupLengthPerRequest":"\u041C\u0430\u043A\u0441\u0438\u043C\u0430\u043B\u044C\u043D\u043E\u0435 \u043A\u043E\u043B\u0438\u0447\u0435\u0441\u0442\u0432\u043E \u043F\u0430\u0440\u0430\u0433\u0440\u0430\u0444\u043E\u0432 \u0432 \u043E\u0434\u043D\u043E\u043C \u0437\u0430\u043F\u0440\u043E\u0441\u0435","field.apiUrl":"\u0410\u0434\u0440\u0435\u0441 \u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u0435\u043B\u044C\u0441\u043A\u043E\u0433\u043E \u0438\u043D\u0442\u0435\u0440\u0444\u0435\u0439\u0441\u0430 API","field.placeholderDelimiters":"\u0437\u0430\u0440\u0435\u0437\u0435\u0440\u0432\u0438\u0440\u043E\u0432\u0430\u043D\u043D\u043E\u0435 \u043C\u0435\u0441\u0442\u043E","description.custom":"\u0414\u043E\u0441\u0442\u0443\u043F \u043A \u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u0435\u043B\u044C\u0441\u043A\u043E\u043C\u0443 \u0438\u043D\u0442\u0435\u0440\u0444\u0435\u0439\u0441\u0443 \u0422\u0440\u0435\u0431\u0443\u0435\u0442\u0441\u044F \u0434\u043E\u043A\u0443\u043C\u0435\u043D\u0442\u0430\u0446\u0438\u044F","description.limitPerMinute":"\u0417\u0430\u043F\u0440\u043E\u0441\u044B, \u043F\u0440\u0435\u0432\u044B\u0448\u0430\u044E\u0449\u0438\u0435 \u044D\u0442\u043E\u0442 \u043B\u0438\u043C\u0438\u0442, \u043F\u043E\u043F\u0430\u0434\u0430\u044E\u0442 \u0432 \u043E\u0447\u0435\u0440\u0435\u0434\u044C \u0434\u043E \u043D\u0430\u0447\u0430\u043B\u0430 \u0441\u043B\u0435\u0434\u0443\u044E\u0449\u0435\u0439 \u043C\u0438\u043D\u0443\u0442\u044B. \u0412 \u0441\u0432\u044F\u0437\u0438 \u0441 \u0440\u0430\u0437\u043B\u0438\u0447\u043D\u044B\u043C\u0438 \u043E\u0433\u0440\u0430\u043D\u0438\u0447\u0435\u043D\u0438\u044F\u043C\u0438 \u0442\u0435\u043A\u0443\u0449\u0435\u0433\u043E \u0441\u0435\u0440\u0432\u0438\u0441\u0430 OpenAI, \u043F\u043E\u0441\u043B\u0435\u0434\u043D\u0438\u0435 \u043F\u0440\u0435\u0434\u043B\u0430\u0433\u0430\u0435\u043C\u044B\u0435 \u0437\u043D\u0430\u0447\u0435\u043D\u0438\u044F \u043C\u043E\u0436\u043D\u043E \u043F\u043E\u0441\u043C\u043E\u0442\u0440\u0435\u0442\u044C <1>\u0437\u0434\u0435\u0441\u044C","description.limitPerSecond":"\u0417\u0430\u043F\u0440\u043E\u0441\u044B, \u043F\u0440\u0435\u0432\u044B\u0448\u0430\u044E\u0449\u0438\u0435 \u044D\u0442\u043E\u0442 \u043B\u0438\u043C\u0438\u0442, \u043F\u043E\u043F\u0430\u0434\u0430\u044E\u0442 \u0432 \u043E\u0447\u0435\u0440\u0435\u0434\u044C \u0434\u043E \u043D\u0430\u0447\u0430\u043B\u0430 \u0441\u043B\u0435\u0434\u0443\u044E\u0449\u0435\u0439 \u0441\u0435\u043A\u0443\u043D\u0434\u044B. \u0412 \u0441\u0432\u044F\u0437\u0438 \u0441 \u0440\u0430\u0437\u043B\u0438\u0447\u043D\u044B\u043C\u0438 \u043E\u0433\u0440\u0430\u043D\u0438\u0447\u0435\u043D\u0438\u044F\u043C\u0438 \u0442\u0435\u043A\u0443\u0449\u0435\u0433\u043E \u0441\u0435\u0440\u0432\u0438\u0441\u0430 OpenAI, \u043F\u043E\u0441\u043B\u0435\u0434\u043D\u0438\u0435 \u043F\u0440\u0435\u0434\u043B\u0430\u0433\u0430\u0435\u043C\u044B\u0435 \u0437\u043D\u0430\u0447\u0435\u043D\u0438\u044F \u043C\u043E\u0436\u043D\u043E \u043F\u043E\u0441\u043C\u043E\u0442\u0440\u0435\u0442\u044C <1>\u0437\u0434\u0435\u0441\u044C","description.generalLimitPerSecond":"\u0417\u0430\u043F\u0440\u043E\u0441\u044B, \u043F\u0440\u0435\u0432\u044B\u0448\u0430\u044E\u0449\u0438\u0435 \u044D\u0442\u043E\u0442 \u043B\u0438\u043C\u0438\u0442, \u043F\u043E\u043F\u0430\u0434\u0430\u044E\u0442 \u0432 \u043E\u0447\u0435\u0440\u0435\u0434\u044C \u0434\u043E \u043D\u0430\u0447\u0430\u043B\u0430 \u0441\u043B\u0435\u0434\u0443\u044E\u0449\u0435\u0439 \u0441\u0435\u043A\u0443\u043D\u0434\u044B.","description.prompt":"\u041E\u0442\u043F\u0440\u0430\u0432\u0438\u0442\u044C \u0434\u0438\u0430\u043B\u043E\u0433 {service} \u043E\u0442 \u0438\u043C\u0435\u043D\u0438 \u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u0435\u043B\u044F, \u0433\u0434\u0435 {{text}} \u043E\u0431\u043E\u0437\u043D\u0430\u0447\u0430\u0435\u0442 \u0442\u0435\u043A\u0441\u0442 \u043F\u0430\u0440\u0430\u0433\u0440\u0430\u0444\u0430, {{from}} \u043E\u0431\u043E\u0437\u043D\u0430\u0447\u0430\u0435\u0442 \u044F\u0437\u044B\u043A \u043F\u0430\u0440\u0430\u0433\u0440\u0430\u0444\u0430, \u0430 {{to}} \u043E\u0431\u043E\u0437\u043D\u0430\u0447\u0430\u0435\u0442 \u0446\u0435\u043B\u0435\u0432\u043E\u0439 \u044F\u0437\u044B\u043A.","description.maxTextLengthPerRequest":"\u041C\u0430\u043A\u0441\u0438\u043C\u0430\u043B\u044C\u043D\u043E\u0435 \u043A\u043E\u043B\u0438\u0447\u0435\u0441\u0442\u0432\u043E \u0441\u0438\u043C\u0432\u043E\u043B\u043E\u0432 \u0432 \u043E\u0434\u043D\u043E\u043C \u0437\u0430\u043F\u0440\u043E\u0441\u0435 \u0441\u043B\u0438\u0448\u043A\u043E\u043C \u0432\u0435\u043B\u0438\u043A\u043E, \u0447\u0442\u043E \u043F\u0440\u0438\u0432\u043E\u0434\u0438\u0442 \u043A \u043C\u0435\u0434\u043B\u0435\u043D\u043D\u043E\u043C\u0443 \u043E\u0442\u043A\u043B\u0438\u043A\u0443 \u0438\u043D\u0442\u0435\u0440\u0444\u0435\u0439\u0441\u0430, \u043F\u043E\u044D\u0442\u043E\u043C\u0443 \u043F\u043E\u043F\u0440\u043E\u0431\u0443\u0439\u0442\u0435 \u043E\u0442\u0440\u0435\u0433\u0443\u043B\u0438\u0440\u043E\u0432\u0430\u0442\u044C \u044D\u0442\u043E\u0442 \u043F\u0430\u0440\u0430\u043C\u0435\u0442\u0440 \u0434\u043B\u044F \u043E\u043F\u0442\u0438\u043C\u0438\u0437\u0430\u0446\u0438\u0438 \u0441\u043A\u043E\u0440\u043E\u0441\u0442\u0438 \u0440\u0430\u0431\u043E\u0442\u044B","description.systemPrompt":"\u0414\u0438\u0430\u043B\u043E\u0433, \u043F\u0435\u0440\u0435\u0434\u0430\u043D\u043D\u044B\u0439 \u0432 OpenAI \u043A\u0430\u043A \u0432 \u0441\u0438\u0441\u0442\u0435\u043C\u0443, \u0433\u0434\u0435 {{text}} \u0443\u043A\u0430\u0437\u044B\u0432\u0430\u0435\u0442 \u043D\u0430 \u0442\u0435\u043A\u0441\u0442\u043E\u0432\u043E\u0435 \u0441\u043E\u0434\u0435\u0440\u0436\u0430\u043D\u0438\u0435 \u0430\u0431\u0437\u0430\u0446\u0430,{{from}} - \u043D\u0430 \u044F\u0437\u044B\u043A \u0430\u0431\u0437\u0430\u0446\u0430, \u0430{{to}} - \u043D\u0430 \u0446\u0435\u043B\u0435\u0432\u043E\u0439 \u044F\u0437\u044B\u043A.","field.domain":"\u0446\u0430\u0440\u0441\u0442\u0432\u043E","description.domain":"\u041F\u043E \u0443\u043C\u043E\u043B\u0447\u0430\u043D\u0438\u044E \u0443\u0441\u0442\u0430\u043D\u043E\u0432\u043B\u0435\u043D\u043E \u0437\u043D\u0430\u0447\u0435\u043D\u0438\u0435\uFF1Ageneral. \u041C\u043E\u0436\u0435\u0442 \u0431\u044B\u0442\u044C \u0443\u0441\u0442\u0430\u043D\u043E\u0432\u043B\u0435\u043D\u043E \u0442\u043E\u043B\u044C\u043A\u043E \u0432 \u0442\u043E\u043C \u0441\u043B\u0443\u0447\u0430\u0435, \u0435\u0441\u043B\u0438 \u0432 \u043A\u043E\u043D\u0441\u043E\u043B\u0438 Arima API \u0432\u043A\u043B\u044E\u0447\u0435\u043D \u0434\u043E\u043C\u0435\u043D\u043D\u044B\u0439 \u043F\u0435\u0440\u0435\u0432\u043E\u0434, \u043F\u043E\u0434\u0434\u0435\u0440\u0436\u0438\u0432\u0430\u0435\u043C\u044B\u0435 \u0434\u043E\u043C\u0435\u043D\u044B \u0441\u043C. <1>\u0437\u0434\u0435\u0441\u044C","field.scene":"\u0432\u0437\u044F\u0442\u044C","description.scene":"\u041F\u043E \u0443\u043C\u043E\u043B\u0447\u0430\u043D\u0438\u044E \u0443\u0441\u0442\u0430\u043D\u043E\u0432\u043B\u0435\u043D\u043E \u0437\u043D\u0430\u0447\u0435\u043D\u0438\u0435\uFF1Ageneral. \u041C\u043E\u0436\u0435\u0442 \u0431\u044B\u0442\u044C \u0443\u0441\u0442\u0430\u043D\u043E\u0432\u043B\u0435\u043D\u043E \u0442\u043E\u043B\u044C\u043A\u043E \u0432 \u0442\u043E\u043C \u0441\u043B\u0443\u0447\u0430\u0435, \u0435\u0441\u043B\u0438 \u0432 \u043A\u043E\u043D\u0441\u043E\u043B\u0438 AliCloud API \u043E\u0442\u043A\u0440\u044B\u0442 Machine Translation Pro, \u043E \u043F\u043E\u0434\u0434\u0435\u0440\u0436\u0438\u0432\u0430\u0435\u043C\u044B\u0445 \u0441\u0446\u0435\u043D\u0430\u0440\u0438\u044F\u0445 \u0441\u043C. <1>\u0437\u0434\u0435\u0441\u044C","field.vocabId":"\u0418\u0434\u0435\u043D\u0442\u0438\u0444\u0438\u043A\u0430\u0442\u043E\u0440 \u0441\u043B\u043E\u0432\u0430\u0440\u044F \u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u0435\u043B\u044F","description.vocabId":"\u0423\u043A\u0430\u0437\u0430\u043D\u043D\u044B\u0439 \u0441\u043B\u043E\u0432\u0430\u0440\u044C out_id, \u0432 \u043D\u0430\u0441\u0442\u043E\u044F\u0449\u0435\u0435 \u0432\u0440\u0435\u043C\u044F \u043F\u043E\u0434\u0434\u0435\u0440\u0436\u0438\u0432\u0430\u0435\u0442 \u043F\u0435\u0440\u0435\u0432\u043E\u0434 \u0441 \u0430\u043D\u0433\u043B\u0438\u0439\u0441\u043A\u043E\u0433\u043E \u043D\u0430 \u043A\u0438\u0442\u0430\u0439\u0441\u043A\u0438\u0439.","description.model":"\u041C\u043E\u0434\u0435\u043B\u0438 OpenAI, \u043C\u043E\u0433\u0443\u0442 \u0431\u044B\u0442\u044C gpt-3.5-turbo, gpt-4 \u0438 \u0442.\u0434.","description.maxTextGroupLengthPerRequest":"\u041A\u043E\u043B\u0438\u0447\u0435\u0441\u0442\u0432\u043E \u0430\u0431\u0437\u0430\u0446\u0435\u0432, \u043F\u0435\u0440\u0435\u0434\u0430\u0432\u0430\u0435\u043C\u044B\u0445 \u0441\u043B\u0443\u0436\u0431\u0435 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430 \u0437\u0430 \u043E\u0434\u0438\u043D \u0440\u0430\u0437, \u0435\u0441\u043B\u0438 \u0438\u0445 \u0441\u043B\u0438\u0448\u043A\u043E\u043C \u043C\u043D\u043E\u0433\u043E, \u044D\u0442\u043E \u043C\u043E\u0436\u0435\u0442 \u043F\u0440\u0438\u0432\u0435\u0441\u0442\u0438 \u043A \u0437\u0430\u043C\u0435\u0434\u043B\u0435\u043D\u0438\u044E \u0440\u0435\u0430\u043A\u0446\u0438\u0438 \u0438\u043D\u0442\u0435\u0440\u0444\u0435\u0439\u0441\u0430","description.apiUrl":"\u041F\u043E\u0436\u0430\u043B\u0443\u0439\u0441\u0442\u0430, \u0434\u043E\u0431\u0430\u0432\u044C\u0442\u0435 \u043A\u043E\u043D\u043A\u0440\u0435\u0442\u043D\u044B\u0435 URL \u0441 \u043F\u0443\u0442\u044F\u043C\u0438, <1>\u0431\u043E\u043B\u0435\u0435 \u043F\u043E\u0434\u0440\u043E\u0431\u043D\u043E\u0435 \u043E\u043F\u0438\u0441\u0430\u043D\u0438\u0435",enabledExtension:"\u0412\u043A\u043B\u044E\u0447\u0435\u043D\u0438\u0435 \u0440\u0430\u0441\u0448\u0438\u0440\u0435\u043D\u0438\u0439",clickToDisableExtension:"\u041D\u0430\u0436\u043C\u0438\u0442\u0435 \u0434\u043B\u044F \u043E\u0442\u043A\u043B\u044E\u0447\u0435\u043D\u0438\u044F \u0440\u0430\u0441\u0448\u0438\u0440\u0435\u043D\u0438\u0439",clickToEnableExtension:"\u041D\u0430\u0436\u043C\u0438\u0442\u0435 \u0434\u043B\u044F \u0432\u043A\u043B\u044E\u0447\u0435\u043D\u0438\u044F \u0440\u0430\u0441\u0448\u0438\u0440\u0435\u043D\u0438\u0439",hasBeenDisabled:"\u043E\u0442\u043A\u043B\u044E\u0447\u0435\u043D\u043E","show password":"\u041F\u043E\u043A\u0430\u0437\u0430\u0442\u044C \u043F\u0430\u0440\u043E\u043B\u044C",customContent:"\u0412\u0432\u0435\u0434\u0438\u0442\u0435 \u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u0435\u043B\u044C\u0441\u043A\u043E\u0435 \u0438\u043C\u044F \u043C\u043E\u0434\u0435\u043B\u0438",inputOptions:"\u0423\u0441\u043E\u0432\u0435\u0440\u0448\u0435\u043D\u0441\u0442\u0432\u043E\u0432\u0430\u043D\u0438\u0435 \u0431\u043B\u043E\u043A\u0430 \u0432\u0432\u043E\u0434\u0430",mouseHoverOptions:"\u043D\u0430\u0432\u0435\u0434\u0435\u043D\u0438\u0435 \u043C\u044B\u0448\u0438",modifyMouseHoverKey:"\u0418\u0437\u043C\u0435\u043D\u0435\u043D\u0438\u0435 \u044F\u0440\u043B\u044B\u043A\u0430 \u043D\u0430\u0432\u0435\u0434\u0435\u043D\u0438\u044F \u043C\u044B\u0448\u0438",enableInputTranslation:"\u0412\u043A\u043B\u044E\u0447\u0430\u0442\u044C \u043B\u0438 \u0440\u0430\u0441\u0448\u0438\u0440\u0435\u043D\u0438\u0435 \u043F\u043E\u043B\u044F \u0432\u0432\u043E\u0434\u0430",enableInputTranslationDescription:"\u041F\u043E\u0441\u043B\u0435 \u0432\u043A\u043B\u044E\u0447\u0435\u043D\u0438\u044F \u0432\u0432\u0435\u0434\u0438\u0442\u0435 {startingKey}{startingKey} hello \u043F\u0440\u044F\u043C\u043E \u0432 \u043F\u043E\u043B\u0435 \u0432\u0432\u043E\u0434\u0430, \u0437\u0430\u0442\u0435\u043C \u0431\u044B\u0441\u0442\u0440\u043E \u043D\u0430\u0431\u0435\u0440\u0438\u0442\u0435{inputTrailingTriggerKeyRepeatTimes}\u0440\u0430\u0437{trailingKey}, \u0447\u0442\u043E\u0431\u044B \u043F\u0435\u0440\u0435\u0432\u0435\u0441\u0442\u0438 \u043D\u0430 {inputTargetLanguage}.",enableInputTranslationDescriptionForNoneKey:"\u041F\u043E\u0441\u043B\u0435 \u0432\u043A\u043B\u044E\u0447\u0435\u043D\u0438\u044F \u044D\u0442\u043E\u0439 \u0444\u0443\u043D\u043A\u0446\u0438\u0438 \u0432\u0432\u0435\u0434\u0438\u0442\u0435\uFF1AHello World \u043D\u0435\u043F\u043E\u0441\u0440\u0435\u0434\u0441\u0442\u0432\u0435\u043D\u043D\u043E \u0432 \u043F\u043E\u043B\u0435 \u0432\u0432\u043E\u0434\u0430, \u0430 \u0437\u0430\u0442\u0435\u043C \u0431\u044B\u0441\u0442\u0440\u043E \u043D\u0430\u0436\u043C\u0438\u0442\u0435{inputTrailingTriggerKeyRepeatTimes}{trailingKey}\u0440\u0430\u0437 \u0434\u043B\u044F \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430 \u043D\u0430 \u0446\u0435\u043B\u0435\u0432\u043E\u0439 \u044F\u0437\u044B\u043A \u043F\u043E \u0443\u043C\u043E\u043B\u0447\u0430\u043D\u0438\u044E.",inputTargetLanguage:"\u0423\u0441\u0442\u0430\u043D\u043E\u0432\u043A\u0430 \u0446\u0435\u043B\u0435\u0432\u043E\u0433\u043E \u044F\u0437\u044B\u043A\u0430 \u043F\u043E \u0443\u043C\u043E\u043B\u0447\u0430\u043D\u0438\u044E \u0434\u043B\u044F \u043E\u043A\u043E\u043D \u0432\u0432\u043E\u0434\u0430",inputTargetLanguageDescription:"\u0426\u0435\u043B\u0435\u0432\u043E\u0439 \u044F\u0437\u044B\u043A \u043F\u043E \u0443\u043C\u043E\u043B\u0447\u0430\u043D\u0438\u044E \u0434\u043B\u044F \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430 \u043E\u043A\u043D\u0430 \u0432\u0432\u043E\u0434\u0430, \u0442.\u0435. {startingKey}{startingKey} \u043A\u0430\u043A \u044F\u0437\u044B\u043A \u043F\u043E \u0443\u043C\u043E\u043B\u0447\u0430\u043D\u0438\u044E \u0434\u043B\u044F \u0442\u0440\u0438\u0433\u0433\u0435\u0440\u043D\u044B\u0445 \u0441\u043B\u043E\u0432",inputTargetLanguageDescriptionForNoneKey:"\u0426\u0435\u043B\u0435\u0432\u043E\u0439 \u044F\u0437\u044B\u043A \u043F\u043E \u0443\u043C\u043E\u043B\u0447\u0430\u043D\u0438\u044E \u0434\u043B\u044F \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430 \u043F\u043E\u043B\u044F \u0432\u0432\u043E\u0434\u0430",inputStartingTriggerKeyTitle:"\u0423\u0441\u0442\u0430\u043D\u043E\u0432\u043A\u0430 \u0441\u0438\u043C\u0432\u043E\u043B\u0430 \u0440\u0430\u0437\u0434\u0435\u043B\u0435\u043D\u0438\u044F \u0434\u043B\u044F \u0447\u0430\u0441\u0442\u0438\u0447\u043D\u043E\u0433\u043E \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430 \u043F\u043E\u043B\u044F \u0432\u0432\u043E\u0434\u0430",inputStartingTriggerKeyDescription:"\u0415\u0441\u043B\u0438 \u043D\u0435\u0442 \u043D\u0435\u043E\u0431\u0445\u043E\u0434\u0438\u043C\u043E\u0441\u0442\u0438 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0438\u0442\u044C \u0432\u0441\u0435 \u043F\u043E\u043B\u0435 \u0432\u0432\u043E\u0434\u0430, \u0441\u043F\u043B\u0438\u0442\u0442\u0435\u0440 \u043F\u043E\u0437\u0432\u043E\u043B\u044F\u0435\u0442 \u043F\u0435\u0440\u0435\u0432\u0435\u0441\u0442\u0438 \u0442\u043E\u043B\u044C\u043A\u043E \u0447\u0430\u0441\u0442\u044C \u043E\u0442 {startingKey}{startingKey} \u0434\u043E \u043A\u043E\u043D\u0446\u0430 \u043F\u043E\u043B\u044F \u0432\u0432\u043E\u0434\u0430, \u0438\u043B\u0438 \u043C\u043E\u0436\u043D\u043E \u0443\u043A\u0430\u0437\u0430\u0442\u044C \u043A\u043E\u0434 \u044F\u0437\u044B\u043A\u0430, \u043D\u0430\u043F\u0440\u0438\u043C\u0435\u0440,\uFF1A{startingKey}ja \u043E\u0437\u043D\u0430\u0447\u0430\u0435\u0442 \u043F\u0435\u0440\u0435\u0432\u043E\u0434 \u0442\u043E\u043B\u044C\u043A\u043E \u0447\u0430\u0441\u0442\u0438 \u043E\u0442 {startingKey}ja \u0434\u043E \u043A\u043E\u043D\u0446\u0430 \u043F\u043E\u043B\u044F \u0432\u0432\u043E\u0434\u0430.",inputStartingTriggerKeyDescriptionForNoneKey:"\u0422\u0435\u043A\u0443\u0449\u0430\u044F \u043D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0430 \u043E\u0442\u0441\u0443\u0442\u0441\u0442\u0432\u0438\u044F \u043F\u0440\u0435\u0444\u0438\u043A\u0441\u0430 \u043D\u0435 \u043D\u0443\u0436\u043D\u0430, \u0438 \u0444\u0443\u043D\u043A\u0446\u0438\u044F \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430 \u043D\u0435\u043A\u043E\u0442\u043E\u0440\u044B\u0445 \u0442\u0435\u043A\u0441\u0442\u043E\u0432 \u0432 \u043E\u043A\u043D\u0435 \u0432\u0432\u043E\u0434\u0430 \u043F\u043E\u043A\u0430 \u043D\u0435 \u043C\u043E\u0436\u0435\u0442 \u0431\u044B\u0442\u044C \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u043D\u0430.",inputTrailingTriggerKeyTitle:"\u0412\u044B\u0431\u0435\u0440\u0438\u0442\u0435 \u0441\u0438\u043C\u0432\u043E\u043B \u043E\u043A\u043E\u043D\u0447\u0430\u043D\u0438\u044F \u0432\u0432\u043E\u0434\u0430",inputTrailingTriggerKeyDescription:"3 \u0431\u044B\u0441\u0442\u0440\u044B\u0445 \u0443\u0434\u0430\u0440\u0430{trailingKey} \u043D\u0430\u0447\u043D\u0435\u0442 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0438\u0442\u044C!",inputTrailingTriggerKeyTimeout:"\u0412\u0432\u0435\u0434\u0438\u0442\u0435 \u0432\u0440\u0435\u043C\u044F \u043C\u0435\u0436\u0434\u0443 \u0441\u0440\u0430\u0431\u0430\u0442\u044B\u0432\u0430\u043D\u0438\u044F\u043C\u0438 \u0432 \u043A\u043E\u043D\u0446\u0435 \u0431\u043E\u044F",inputTrailingTriggerKeyTimeoutDescription:"\u0423\u0441\u0442\u0430\u043D\u0430\u0432\u043B\u0438\u0432\u0430\u0435\u0442 \u0432\u0440\u0435\u043C\u044F (\u0432 \u043C\u0438\u043B\u043B\u0438\u0441\u0435\u043A\u0443\u043D\u0434\u0430\u0445) \u043C\u0435\u0436\u0434\u0443 \u0441\u0440\u0430\u0431\u0430\u0442\u044B\u0432\u0430\u043D\u0438\u044F\u043C\u0438 \u043A\u043E\u043C\u0431\u0438\u043D\u0438\u0440\u043E\u0432\u0430\u043D\u043D\u044B\u0445 \u0443\u0441\u0442\u0440\u043E\u0439\u0441\u0442\u0432 \u043E\u043A\u043E\u043D\u0447\u0430\u043D\u0438\u044F \u0432\u0432\u043E\u0434\u0430",spaceKey:"<\u7A7A\u683C\u952E>",noneKey:"\u041F\u0440\u044F\u043C\u043E\u0439 \u043F\u0435\u0440\u0435\u0432\u043E\u0434 \u0432\u0441\u0435\u0433\u043E \u0442\u0435\u043A\u0441\u0442\u043E\u0432\u043E\u0433\u043E \u043F\u043E\u043B\u044F \u0431\u0435\u0437 \u043F\u0440\u0435\u0444\u0438\u043A\u0441\u043E\u0432",inputTranslationBlockUrlsTitle:"\u041D\u0435 \u0432\u043A\u043B\u044E\u0447\u0430\u0439\u0442\u0435 \u0440\u0430\u0441\u0448\u0438\u0440\u0435\u043D\u0438\u0435 \u043F\u043E\u043B\u044F \u0432\u0432\u043E\u0434\u0430 \u0432 \u0441\u043B\u0435\u0434\u0443\u044E\u0449\u0438\u0445 URL-\u0430\u0434\u0440\u0435\u0441\u0430\u0445",inputTranslationBlockUrlsDescription:"\u0423\u0441\u043E\u0432\u0435\u0440\u0448\u0435\u043D\u0441\u0442\u0432\u043E\u0432\u0430\u043D\u0438\u044F \u043F\u043E\u043B\u044F \u0432\u0432\u043E\u0434\u0430 \u043D\u0435 \u0431\u0443\u0434\u0443\u0442 \u0440\u0430\u0431\u043E\u0442\u0430\u0442\u044C \u043D\u0430 \u0441\u043B\u0435\u0434\u0443\u044E\u0449\u0438\u0445 URL-\u0430\u0434\u0440\u0435\u0441\u0430\u0445",clickToSeeQuickDemo:"\u041D\u0430\u0436\u043C\u0438\u0442\u0435, \u0447\u0442\u043E\u0431\u044B \u0440\u0430\u0437\u0432\u0435\u0440\u043D\u0443\u0442\u044C 30-\u0441\u0435\u043A\u0443\u043D\u0434\u043D\u044B\u0439 \u043E\u0431\u0443\u0447\u0430\u044E\u0449\u0438\u0439 \u0432\u0438\u0434\u0435\u043E\u0440\u043E\u043B\u0438\u043A",inputHelperInfo:"\u041E\u043F\u0438\u0441\u0430\u043D\u0438\u0435\uFF1A\u041C\u044B \u043E\u043F\u0442\u0438\u043C\u0438\u0437\u0438\u0440\u043E\u0432\u0430\u043B\u0438 \u0440\u0430\u0431\u043E\u0442\u0443 \u0441 \u0442\u0435\u043C, \u0447\u0442\u043E \u043D\u0435\u043A\u043E\u0442\u043E\u0440\u044B\u0435 \u0442\u0440\u0438\u0433\u0433\u0435\u0440\u043D\u044B\u0435 \u0441\u0438\u043C\u0432\u043E\u043B\u044B \u043F\u0440\u0435\u0432\u0440\u0430\u0449\u0430\u044E\u0442\u0441\u044F \u0432 \u043A\u0438\u0442\u0430\u0439\u0441\u043A\u0438\u0435 \u0437\u043D\u0430\u043A\u0438 \u043F\u0440\u0435\u043F\u0438\u043D\u0430\u043D\u0438\u044F \u043F\u0440\u0438 \u043A\u0438\u0442\u0430\u0439\u0441\u043A\u0438\u0445 \u043C\u0435\u0442\u043E\u0434\u0430\u0445 \u0432\u0432\u043E\u0434\u0430, \u043D\u0430\u043F\u0440\u0438\u043C\u0435\u0440, / \u043F\u0440\u0435\u0432\u0440\u0430\u0449\u0430\u0435\u0442\u0441\u044F \u0432 \u0437\u043D\u0430\u043A dun , \u043F\u0440\u0438 \u043C\u0435\u0442\u043E\u0434\u0435 \u0432\u0432\u043E\u0434\u0430 Sogou, \u0438 Immersive Translator \u043F\u043E\u0434\u0434\u0435\u0440\u0436\u0438\u0432\u0430\u0435\u0442 \u0432\u0441\u0435 \u043A\u0438\u0442\u0430\u0439\u0441\u043A\u0438\u0435 \u0441\u0438\u043C\u0432\u043E\u043B\u044B, \u0441\u043E\u043E\u0442\u0432\u0435\u0442\u0441\u0442\u0432\u0443\u044E\u0449\u0438\u0435 \u0442\u0440\u0438\u0433\u0433\u0435\u0440\u043D\u044B\u043C \u0441\u0438\u043C\u0432\u043E\u043B\u0430\u043C, \u0442.\u0435. //,,, \u0431\u0443\u0434\u0443\u0442 \u0440\u0430\u0441\u043F\u043E\u0437\u043D\u0430\u0432\u0430\u0442\u044C\u0441\u044F \u043A\u0430\u043A \u0442\u0440\u0438\u0433\u0433\u0435\u0440\u043D\u044B\u0435 \u0441\u0438\u043C\u0432\u043E\u043B\u044B.

\u041C\u044B \u0442\u0430\u043A\u0436\u0435 \u043F\u043E\u0434\u0434\u0435\u0440\u0436\u0438\u0432\u0430\u0435\u043C \u043A\u0438\u0442\u0430\u0439\u0441\u043A\u0438\u0435 \u043F\u0441\u0435\u0432\u0434\u043E\u043D\u0438\u043C\u044B \u0434\u043B\u044F \u044F\u0437\u044B\u043A\u043E\u0432\u044B\u0445 \u043A\u043E\u0434\u043E\u0432 \u0432 \u043A\u0430\u0447\u0435\u0441\u0442\u0432\u0435 \u043A\u043E\u043C\u0430\u043D\u0434, \u043D\u0430\u043F\u0440\u0438\u043C\u0435\u0440, /Japanese Hello World \u0431\u0443\u0434\u0435\u0442 \u043F\u0435\u0440\u0435\u0432\u0435\u0434\u0435\u043D \u043D\u0430 \u044F\u043F\u043E\u043D\u0441\u043A\u0438\u0439 \u044F\u0437\u044B\u043A, <1>\u043D\u0430\u0436\u043C\u0438\u0442\u0435 \u0437\u0434\u0435\u0441\u044C, \u0447\u0442\u043E\u0431\u044B \u043F\u043E\u0441\u043C\u043E\u0442\u0440\u0435\u0442\u044C \u0432\u0441\u0435 \u043F\u043E\u0434\u0434\u0435\u0440\u0436\u0438\u0432\u0430\u0435\u043C\u044B\u0435 \u044F\u0437\u044B\u043A\u043E\u0432\u044B\u0435 \u043A\u043E\u0434\u044B.",reloadCurrentPage:"\u041F\u0435\u0440\u0435\u0434 \u043D\u0430\u0447\u0430\u043B\u043E\u043C \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430 \u043E\u0431\u043D\u043E\u0432\u0438\u0442\u0435 \u0442\u0435\u043A\u0443\u0449\u0443\u044E \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u0443.",noLocalFilePermissionForPDF:"\u0423 \u0432\u0430\u0441 \u043D\u0435\u0442 \u043F\u0440\u0430\u0432 \u043D\u0430 \u0447\u0442\u0435\u043D\u0438\u0435 \u043B\u043E\u043A\u0430\u043B\u044C\u043D\u044B\u0445 \u0444\u0430\u0439\u043B\u043E\u0432, \u043F\u043E\u0436\u0430\u043B\u0443\u0439\u0441\u0442\u0430, \u043D\u0430\u0436\u043C\u0438\u0442\u0435 \u043A\u043D\u043E\u043F\u043A\u0443 \u0432\u044B\u0448\u0435, \u0430 \u0437\u0430\u0442\u0435\u043C \u0438\u043C\u043F\u043E\u0440\u0442\u0438\u0440\u0443\u0439\u0442\u0435 \u043B\u043E\u043A\u0430\u043B\u044C\u043D\u044B\u0435 \u0444\u0430\u0439\u043B\u044B.",noPermissionForThisPage:"\u26A0\uFE0F \u041D\u0435\u0442 \u0440\u0430\u0437\u0440\u0435\u0448\u0435\u043D\u0438\u044F \u043D\u0430 \u043F\u0435\u0440\u0435\u0432\u043E\u0434 \u0442\u0435\u043A\u0443\u0449\u0435\u0439 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u044B",retryAllParagraphs:"\u041F\u043E\u0432\u0442\u043E\u0440\u043D\u043E\u0435 \u0432\u044B\u043F\u043E\u043B\u043D\u0435\u043D\u0438\u0435 \u0432\u0441\u0435\u0445 \u043E\u0448\u0438\u0431\u043E\u0447\u043D\u044B\u0445 \u043F\u0435\u0440\u0435\u0445\u043E\u0434\u043E\u0432",retryAllButton:"\u041F\u043E\u0432\u0442\u043E\u0440\u043D\u043E\u0435 \u0432\u044B\u043F\u043E\u043B\u043D\u0435\u043D\u0438\u0435 \u0432\u0441\u0435\u0445 \u043E\u0448\u0438\u0431\u043E\u0447\u043D\u044B\u0445 \u043F\u0435\u0440\u0435\u0445\u043E\u0434\u043E\u0432",errorTooltipTitle:"\u0429\u0435\u043B\u043A\u043D\u0438\u0442\u0435, \u0447\u0442\u043E\u0431\u044B \u0443\u0432\u0438\u0434\u0435\u0442\u044C \u043F\u0440\u0438\u0447\u0438\u043D\u0443 \u043E\u0448\u0438\u0431\u043A\u0438",errorModalTitle:"\u041F\u043E\u0445\u043E\u0436\u0435, \u0447\u0442\u043E-\u0442\u043E \u043D\u0435 \u0442\u0430\u043A \u0441\u043E \u0441\u043B\u0443\u0436\u0431\u043E\u0439 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430 \u0438\u043B\u0438 \u0441\u0435\u0442\u044C\u044E...",disableConfirm:"\u0414\u0432\u0443\u044F\u0437\u044B\u0447\u043D\u0430\u044F \u0443\u0441\u0442\u0430\u043D\u043E\u0432\u043A\u0430 \u0434\u043B\u044F \u0440\u0430\u0441\u0448\u0438\u0440\u0435\u043D\u0438\u044F \u0438\u043D\u0444\u043E\u0440\u043C\u0430\u0446\u0438\u0438",disableOnce:"\u042D\u0442\u0430 \u0438\u043D\u0432\u0430\u043B\u0438\u0434\u043D\u043E\u0441\u0442\u044C",disableGlobal:"\u043E\u0442\u043A\u043B\u044E\u0447\u0438\u0442\u044C \u043D\u0430\u0432\u0441\u0435\u0433\u0434\u0430",disableTint:"* \u0412\u044B \u043C\u043E\u0436\u0435\u0442\u0435 \u043F\u043E\u0432\u0442\u043E\u0440\u043D\u043E \u0432\u043A\u043B\u044E\u0447\u0438\u0442\u044C \u0435\u0433\u043E \u043D\u0430 \u0441\u0430\u0439\u0442\u0435 {option} .",searchEnhancementNotes:"\u041C\u044B \u043E\u0431\u043D\u0430\u0440\u0443\u0436\u0438\u043B\u0438, \u0447\u0442\u043E \u0440\u0435\u0437\u0443\u043B\u044C\u0442\u0430\u0442\u044B \u043F\u043E\u0438\u0441\u043A\u0430 \u043D\u043E\u0432\u043E\u0441\u0442\u0435\u0439 \u043F\u043E \u043A\u043B\u044E\u0447\u0435\u0432\u044B\u043C \u0441\u043B\u043E\u0432\u0430\u043C \u043D\u0430 \u043A\u0438\u0442\u0430\u0439\u0441\u043A\u043E\u043C \u0438 \u0430\u043D\u0433\u043B\u0438\u0439\u0441\u043A\u043E\u043C \u044F\u0437\u044B\u043A\u0430\u0445 \u0441\u0438\u043B\u044C\u043D\u043E \u043E\u0442\u043B\u0438\u0447\u0430\u044E\u0442\u0441\u044F. \u041F\u043E\u0441\u043B\u0435 \u0432\u043A\u043B\u044E\u0447\u0435\u043D\u0438\u044F \u0444\u0443\u043D\u043A\u0446\u0438\u0438 Immersive Translation Bilingual Information Enhancement \u043C\u044B \u0431\u0443\u0434\u0435\u043C \u0430\u0432\u0442\u043E\u043C\u0430\u0442\u0438\u0447\u0435\u0441\u043A\u0438 \u0438\u0441\u043A\u0430\u0442\u044C \u0434\u043B\u044F \u0432\u0430\u0441 \u0442\u0435 \u0436\u0435 \u0441\u0430\u043C\u044B\u0435 \u043A\u043B\u044E\u0447\u0435\u0432\u044B\u0435 \u0441\u043B\u043E\u0432\u0430 \u043D\u0430 \u0430\u043D\u0433\u043B\u0438\u0439\u0441\u043A\u043E\u043C \u044F\u0437\u044B\u043A\u0435 \u043D\u0430 \u043F\u043E\u0434\u0434\u0435\u0440\u0436\u0438\u0432\u0430\u0435\u043C\u044B\u0445 \u0441\u0430\u0439\u0442\u0430\u0445 (Google News, Google Search (\u043D\u0435\u043A\u043E\u0442\u043E\u0440\u044B\u0435 \u043A\u043B\u044E\u0447\u0435\u0432\u044B\u0435 \u0441\u043B\u043E\u0432\u0430), Snowball, Oriental Wealth, Futura, Tiger) \u0438 \u043E\u0442\u043E\u0431\u0440\u0430\u0436\u0430\u0442\u044C \u0438\u0445 \u0432 \u043F\u0440\u0430\u0432\u043E\u0439 \u0447\u0430\u0441\u0442\u0438. \u0412\u044B \u043C\u043E\u0436\u0435\u0442\u0435 \u043E\u0442\u043A\u043B\u044E\u0447\u0438\u0442\u044C \u044D\u0442\u0443 \u0444\u0443\u043D\u043A\u0446\u0438\u044E, \u0435\u0441\u043B\u0438 \u043E\u043D\u0430 \u0432\u0430\u043C \u043D\u0435 \u043D\u0443\u0436\u043D\u0430.",option:"\u043D\u0430\u0441\u0442\u0440\u0430\u0438\u0432\u0430\u0442\u044C",saveSettings:"\u0421\u043E\u0445\u0440\u0430\u043D\u0438\u0442\u044C \u043D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0438",closeModal:"\u0417\u0430\u043A\u0440\u044B\u0442\u044C \u043E\u043A\u043D\u043E",enableInputTranslationWithoutTriggerKeyTitle:"\u0412\u043A\u043B\u044E\u0447\u0438\u0442\u0435 3 \u0431\u044B\u0441\u0442\u0440\u044B\u0445 \u043D\u0430\u0436\u0430\u0442\u0438\u044F \u043D\u0430{trailingKey}, \u0447\u0442\u043E\u0431\u044B \u043D\u0430\u043F\u0440\u044F\u043C\u0443\u044E \u043F\u0435\u0440\u0435\u0432\u0435\u0441\u0442\u0438 \u0432\u0441\u0435 \u043F\u043E\u043B\u0435 \u0432\u0432\u043E\u0434\u0430 \u043D\u0430{inputTargetLanguage}.",enableInputTranslationWithoutTriggerKeyDescription:"\u0427\u0442\u043E\u0431\u044B \u0443\u043A\u0430\u0437\u0430\u0442\u044C \u0446\u0435\u043B\u0435\u0432\u043E\u0439 \u044F\u0437\u044B\u043A, \u0434\u043E\u0431\u0430\u0432\u044C\u0442\u0435 \u043A \u043D\u0435\u043C\u0443 \u043A\u043E\u0434 \u044F\u0437\u044B\u043A\u0430, \u043D\u0430\u043F\u0440\u0438\u043C\u0435\u0440,\uFF1Aja Hello World",mouseHoverShortcutPlaceholder:"\u043D\u0430\u043F\u0440\u0438\u043C\u0435\u0440,\uFF1AShift",deepLProName:"Immersive Translation Pro Member (Recommended)",deepLProDescription:"\u0422\u0435\u043A\u0443\u0449\u0438\u0439 \u043F\u0430\u043A\u0435\u0442 \u043C\u043E\u0436\u0435\u0442 \u0431\u044B\u0442\u044C \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u043D \u043D\u0430\u043F\u0440\u044F\u043C\u0443\u044E",deeplProDescriptionForNormal:"\u041D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0430 \u043D\u0435 \u0442\u0440\u0435\u0431\u0443\u0435\u0442\u0441\u044F, \u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u0435\u043B\u0438 \u043C\u043E\u0433\u0443\u0442 \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u044C \u0435\u0433\u043E \u043F\u043E\u0441\u043B\u0435 \u0432\u0445\u043E\u0434\u0430 \u0432 \u0441\u0438\u0441\u0442\u0435\u043C\u0443, <1>\u043D\u0430\u0436\u043C\u0438\u0442\u0435 \u0437\u0434\u0435\u0441\u044C, \u0447\u0442\u043E\u0431\u044B \u043F\u0435\u0440\u0435\u0439\u0442\u0438 \u0432 \u043A\u0430\u0442\u0435\u0433\u043E\u0440\u0438\u044E \u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u0435\u043B\u0435\u0439",deepLCustomDescription:"\u0422\u0440\u0435\u0431\u0443\u0435\u0442\u0441\u044F \u0438\u043D\u043E\u0441\u0442\u0440\u0430\u043D\u043D\u0430\u044F \u043A\u0440\u0435\u0434\u0438\u0442\u043D\u0430\u044F \u043A\u0430\u0440\u0442\u0430, \u043E\u0444\u0438\u0446\u0438\u0430\u043B\u044C\u043D\u043E \u043E\u0442\u043A\u0440\u044B\u0442\u0430 \u043D\u0430 \u0441\u0430\u0439\u0442\u0435 <1>DeepL, \u043D\u0430\u0436\u043C\u0438\u0442\u0435 \u0434\u043B\u044F \u043F\u043E\u043B\u0443\u0447\u0435\u043D\u0438\u044F <2>\u0434\u043E\u043A\u0443\u043C\u0435\u043D\u0442\u0430\u0446\u0438\u0438",deepLCustomName:"\u041F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u0435\u043B\u044C\u0441\u043A\u0438\u0439 \u043A\u043B\u044E\u0447 \u0430\u0432\u0442\u043E\u0440\u0438\u0437\u0430\u0446\u0438\u0438",chooseProviderLabel:"\u0412\u044B\u0431\u043E\u0440 \u043F\u043E\u0441\u0442\u0430\u0432\u0449\u0438\u043A\u0430 \u0443\u0441\u043B\u0443\u0433",openaiProName:"Immersive Translation Pro Member (Recommended)",openaiProDescription:"\u0422\u0435\u043A\u0443\u0449\u0438\u0439 \u043F\u0430\u043A\u0435\u0442 \u043C\u043E\u0436\u0435\u0442 \u0431\u044B\u0442\u044C \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u043D \u043D\u0430\u043F\u0440\u044F\u043C\u0443\u044E",openaiProDescriptionForNormal:"\u041D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0430 \u043D\u0435 \u0442\u0440\u0435\u0431\u0443\u0435\u0442\u0441\u044F, \u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u0435\u043B\u0438 \u043C\u043E\u0433\u0443\u0442 \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u044C \u0435\u0433\u043E \u043F\u043E\u0441\u043B\u0435 \u0432\u0445\u043E\u0434\u0430 \u0432 \u0441\u0438\u0441\u0442\u0435\u043C\u0443, <1>\u043D\u0430\u0436\u043C\u0438\u0442\u0435 \u0437\u0434\u0435\u0441\u044C, \u0447\u0442\u043E\u0431\u044B \u043F\u0435\u0440\u0435\u0439\u0442\u0438 \u0432 \u043A\u0430\u0442\u0435\u0433\u043E\u0440\u0438\u044E \u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u0435\u043B\u0435\u0439",openaiCustomDescription:"\u0414\u043E\u0441\u0442\u0443\u043F\u043D\u044B OpenAI, Azure OpenAI \u0438\u043B\u0438 \u0434\u0440\u0443\u0433\u0438\u0435 \u0441\u0442\u043E\u0440\u043E\u043D\u043D\u0438\u0435 \u0441\u0435\u0440\u0432\u0438\u0441\u044B, <1>\u0434\u043E\u043A\u0443\u043C\u0435\u043D\u0442\u0430\u0446\u0438\u044E \u043C\u043E\u0436\u043D\u043E \u043D\u0430\u0439\u0442\u0438 \u0437\u0434\u0435\u0441\u044C",openaiCustomName:"\u041F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u0435\u043B\u044C\u0441\u043A\u0438\u0439 \u043A\u043B\u044E\u0447 API",needLoginAction:"(\u041E\u0442\u043A\u0440\u044B\u0442\u043E\u0435 \u0447\u043B\u0435\u043D\u0441\u0442\u0432\u043E \u0438\u043B\u0438 \u043D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0430)",goLoginOrAction:"(\u041E\u0442\u043A\u0440\u043E\u0439\u0442\u0435 \u0447\u043B\u0435\u043D\u0441\u0442\u0432\u043E \u0438\u043B\u0438 \u043F\u0435\u0440\u0435\u0439\u0434\u0438\u0442\u0435 \u043A \u043D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0430\u043C)",yearly:"\u043E\u0441\u0443\u0449\u0435\u0441\u0442\u0432\u043B\u044F\u0442\u044C \u043F\u043E\u0441\u043B\u0435\u0434\u043E\u0432\u0430\u0442\u0435\u043B\u044C\u043D\u044B\u0439 \u0435\u0436\u0435\u0433\u043E\u0434\u043D\u044B\u0439 \u043F\u043B\u0430\u0442\u0435\u0436",quarterly:"\u043F\u043E\u0441\u043B\u0435\u0434\u043E\u0432\u0430\u0442\u0435\u043B\u044C\u043D\u0430\u044F \u0443\u043F\u0430\u043A\u043E\u0432\u043A\u0430",monthly:"\u0435\u0436\u0435\u043C\u0435\u0441\u044F\u0447\u043D\u0430\u044F \u043F\u043E\u0434\u043F\u0438\u0441\u043A\u0430",yearlyForOnce:"\u0415\u0434\u0438\u043D\u043E\u0432\u0440\u0435\u043C\u0435\u043D\u043D\u044B\u0439 \u0433\u043E\u0434\u043E\u0432\u043E\u0439 \u043F\u0430\u043A\u0435\u0442",monthlyForOnce:"\u0415\u0434\u0438\u043D\u043E\u0432\u0440\u0435\u043C\u0435\u043D\u043D\u044B\u0439 \u043C\u0435\u0441\u044F\u0447\u043D\u044B\u0439 \u043F\u0430\u043A\u0435\u0442",daily:"\u043F\u043E\u0441\u043B\u0435\u0434\u043E\u0432\u0430\u0442\u0435\u043B\u044C\u043D\u044B\u0445 \u043F\u0430\u043A\u0435\u0442\u043D\u044B\u0445 \u0434\u043D\u0435\u0439",year:"\u043E\u0441\u0443\u0449\u0435\u0441\u0442\u0432\u043B\u044F\u0442\u044C \u043F\u043E\u0441\u043B\u0435\u0434\u043E\u0432\u0430\u0442\u0435\u043B\u044C\u043D\u044B\u0439 \u0435\u0436\u0435\u0433\u043E\u0434\u043D\u044B\u0439 \u043F\u043B\u0430\u0442\u0435\u0436",quarter:"\u043F\u043E\u0441\u043B\u0435\u0434\u043E\u0432\u0430\u0442\u0435\u043B\u044C\u043D\u0430\u044F \u0443\u043F\u0430\u043A\u043E\u0432\u043A\u0430",month:"\u0435\u0436\u0435\u043C\u0435\u0441\u044F\u0447\u043D\u0430\u044F \u043F\u043E\u0434\u043F\u0438\u0441\u043A\u0430",day:"\u043F\u043E\u0441\u043B\u0435\u0434\u043E\u0432\u0430\u0442\u0435\u043B\u044C\u043D\u044B\u0445 \u043F\u0430\u043A\u0435\u0442\u043D\u044B\u0445 \u0434\u043D\u0435\u0439",onetime_7day:"7-\u0434\u043D\u0435\u0432\u043D\u044B\u0439 \u043F\u0430\u043A\u0435\u0442 \u0432\u043F\u0435\u0447\u0430\u0442\u043B\u0435\u043D\u0438\u0439",currentPlanDescriptionForFree:"\u0422\u0435\u043A\u0443\u0449\u0438\u0435 \u043F\u0430\u043A\u0435\u0442\u044B\uFF1A\u0411\u0435\u0441\u043F\u043B\u0430\u0442\u043D\u043E",currentPlanDescriptionForContinuous:"\u0414\u0435\u0439\u0441\u0442\u0432\u0443\u044E\u0449\u0438\u0439 \u043F\u0430\u043A\u0435\u0442\uFF1A{plan}\u0431\u0443\u0434\u0435\u0442 \u0430\u0432\u0442\u043E\u043C\u0430\u0442\u0438\u0447\u0435\u0441\u043A\u0438 \u043F\u0440\u043E\u0434\u043B\u0435\u043D \u043D\u0430 {endAt}",currentPlanDescriptionForAutoRenewCaceling:"\u0421\u0440\u043E\u043A \u0434\u0435\u0439\u0441\u0442\u0432\u0438\u044F \u0442\u0435\u043A\u0443\u0449\u0435\u0433\u043E \u043F\u0430\u043A\u0435\u0442\u0430\uFF1A{plan}\u0438\u0441\u0442\u0435\u043A\u0430\u0435\u0442 \u043D\u0430 \u0441\u0430\u0439\u0442\u0435 {endAt} \u0438 \u043D\u0435 \u0431\u0443\u0434\u0435\u0442 \u0430\u0432\u0442\u043E\u043C\u0430\u0442\u0438\u0447\u0435\u0441\u043A\u0438 \u043F\u0440\u043E\u0434\u043B\u0435\u0432\u0430\u0442\u044C\u0441\u044F \u043F\u043E \u0435\u0433\u043E \u0438\u0441\u0442\u0435\u0447\u0435\u043D\u0438\u0438.",currentYearlyPlanDescriptionForAutoRenewCacelingWithRealPaiedUser:"\u0421\u0440\u043E\u043A \u0434\u0435\u0439\u0441\u0442\u0432\u0438\u044F \u0442\u0435\u043A\u0443\u0449\u0435\u0433\u043E \u043F\u0430\u043A\u0435\u0442\u0430\uFF1A{plan}\u0438\u0441\u0442\u0435\u043A\u0430\u0435\u0442 \u043D\u0430 \u0441\u0430\u0439\u0442\u0435 {endAt} \u0438 \u043D\u0435 \u0431\u0443\u0434\u0435\u0442 \u0430\u0432\u0442\u043E\u043C\u0430\u0442\u0438\u0447\u0435\u0441\u043A\u0438 \u043F\u0440\u043E\u0434\u043B\u0435\u0432\u0430\u0442\u044C\u0441\u044F \u043F\u043E \u0435\u0433\u043E \u0438\u0441\u0442\u0435\u0447\u0435\u043D\u0438\u0438.
<1>\u041D\u0430\u0436\u043C\u0438\u0442\u0435 \u0437\u0434\u0435\u0441\u044C, \u0447\u0442\u043E\u0431\u044B \u0443\u043F\u0440\u0430\u0432\u043B\u044F\u0442\u044C \u043F\u043B\u0430\u043D\u043E\u043C \u043F\u0440\u043E\u0434\u043B\u0435\u043D\u0438\u044F",currentYearlyPlanDescriptionForAutoRenewCacelingWithAdmin:"\u0421\u0440\u043E\u043A \u0434\u0435\u0439\u0441\u0442\u0432\u0438\u044F \u0442\u0435\u043A\u0443\u0449\u0435\u0433\u043E \u043F\u0430\u043A\u0435\u0442\u0430\uFF1A{plan}\u0438\u0441\u0442\u0435\u043A\u0430\u0435\u0442 \u043D\u0430 \u0441\u0430\u0439\u0442\u0435 {endAt} \u0438 \u043D\u0435 \u0431\u0443\u0434\u0435\u0442 \u0430\u0432\u0442\u043E\u043C\u0430\u0442\u0438\u0447\u0435\u0441\u043A\u0438 \u043F\u0440\u043E\u0434\u043B\u0435\u0432\u0430\u0442\u044C\u0441\u044F \u043F\u043E \u0435\u0433\u043E \u0438\u0441\u0442\u0435\u0447\u0435\u043D\u0438\u0438.
<1>\u041D\u0430\u0436\u043C\u0438\u0442\u0435 \u0437\u0434\u0435\u0441\u044C, \u0447\u0442\u043E\u0431\u044B \u0430\u043A\u0442\u0438\u0432\u0438\u0440\u043E\u0432\u0430\u0442\u044C \u043D\u0435\u043F\u0440\u0435\u0440\u044B\u0432\u043D\u0443\u044E \u0433\u043E\u0434\u043E\u0432\u0443\u044E \u043F\u043E\u0434\u043F\u0438\u0441\u043A\u0443",currentPlanDescriptionForOneTime:"\u0421\u0440\u043E\u043A \u0434\u0435\u0439\u0441\u0442\u0432\u0438\u044F \u0442\u0435\u043A\u0443\u0449\u0435\u0439 \u043F\u043E\u0434\u043F\u0438\u0441\u043A\u0438\uFF1A{plan}\u0438\u0441\u0442\u0435\u043A\u0430\u0435\u0442 \u043D\u0430 \u0441\u0430\u0439\u0442\u0435 {endAt} , <1>\u043D\u0430\u0436\u043C\u0438\u0442\u0435 \u0437\u0434\u0435\u0441\u044C, \u0447\u0442\u043E\u0431\u044B \u043F\u0435\u0440\u0435\u0439\u0442\u0438 \u043D\u0430 \u0433\u043E\u0434\u043E\u0432\u043E\u0435 \u0438\u043B\u0438 <2>\u0435\u0436\u0435\u043C\u0435\u0441\u044F\u0447\u043D\u043E\u0435 \u0447\u043B\u0435\u043D\u0441\u0442\u0432\u043E.",upgradePlan:"\u041D\u0430\u0436\u043C\u0438\u0442\u0435 \u0437\u0434\u0435\u0441\u044C, \u0447\u0442\u043E\u0431\u044B \u043F\u0435\u0440\u0435\u0439\u0442\u0438 \u043D\u0430 \u0447\u043B\u0435\u043D\u0441\u0442\u0432\u043E Pro",upgradeToPro:"\u041F\u0435\u0440\u0435\u0439\u0442\u0438 \u043D\u0430 \u0447\u043B\u0435\u043D\u0441\u0442\u0432\u043E Pro","popup.openPro":"\u0427\u0442\u043E\u0431\u044B \u043F\u043E\u043B\u0443\u0447\u0438\u0442\u044C \u0432\u043E\u0437\u043C\u043E\u0436\u043D\u043E\u0441\u0442\u044C \u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u044C\u0441\u044F DeepL \u0438 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u043E\u043C OpenAI, \u043F\u0435\u0440\u0435\u0439\u0434\u0438\u0442\u0435 \u043F\u043E \u0441\u0441\u044B\u043B\u043A\u0435.","popup.openProForPro":"\u0412\u044B \u044F\u0432\u043B\u044F\u0435\u0442\u0435\u0441\u044C \u0443\u0447\u0430\u0441\u0442\u043D\u0438\u043A\u043E\u043C \u043F\u0440\u043E\u0433\u0440\u0430\u043C\u043C\u044B Pro \u0441 \u043F\u0440\u044F\u043C\u044B\u043C \u0434\u043E\u0441\u0442\u0443\u043F\u043E\u043C \u043A DeepL \u0438 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430\u043C OpenAI!",currentAccount:"\u0442\u0435\u043A\u0443\u0449\u0438\u0439 \u0441\u0447\u0451\u0442",enableAutoSyncUserSettings:"\u041E\u0431\u0435\u0441\u043F\u0435\u0447\u0435\u043D\u0438\u0435 \u0430\u0432\u0442\u043E\u043C\u0430\u0442\u0438\u0447\u0435\u0441\u043A\u043E\u0439 \u043E\u0431\u043B\u0430\u0447\u043D\u043E\u0439 \u0441\u0438\u043D\u0445\u0440\u043E\u043D\u0438\u0437\u0430\u0446\u0438\u0438 \u043D\u0430 \u043D\u0435\u0441\u043A\u043E\u043B\u044C\u043A\u0438\u0445 \u0443\u0441\u0442\u0440\u043E\u0439\u0441\u0442\u0432\u0430\u0445",modalEnableInputTranslationTitle:"\u0411\u043B\u043E\u043A \u0432\u0432\u043E\u0434\u0430 \u0438\u043C\u043C\u0435\u0440\u0441\u0438\u0432\u043D\u043E\u0433\u043E \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430 \u041F\u0435\u0440\u0435\u0432\u043E\u0434\u0447\u0435\u0441\u043A\u0438\u0435 \u043E\u043F\u043E\u0432\u0435\u0449\u0435\u043D\u0438\u044F",modalEnableInputTranslationDesc:"\u0412\u044B \u0442\u043E\u043B\u044C\u043A\u043E \u0447\u0442\u043E \u0437\u0430\u043F\u0443\u0441\u0442\u0438\u043B\u0438 \u0444\u0443\u043D\u043A\u0446\u0438\u044E \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430 \u043F\u043E\u043B\u044F \u0432\u0432\u043E\u0434\u0430 Immersive Translation, \u043D\u0430\u0436\u0430\u0432 3 \u0440\u0430\u0437\u0430 \u043F\u043E\u0434\u0440\u044F\u0434 \u043A\u043B\u0430\u0432\u0438\u0448\u0443 \u043F\u0440\u043E\u0431\u0435\u043B\u0430, \u0438 \u0441\u043E\u0434\u0435\u0440\u0436\u0438\u043C\u043E\u0435 \u043F\u043E\u043B\u044F \u0432\u0432\u043E\u0434\u0430 \u0431\u0443\u0434\u0435\u0442 \u043F\u0435\u0440\u0435\u0432\u0435\u0434\u0435\u043D\u043E \u043D\u0430 \u0446\u0435\u043B\u0435\u0432\u043E\u0439 \u044F\u0437\u044B\u043A \u043F\u043E \u0443\u043C\u043E\u043B\u0447\u0430\u043D\u0438\u044E. \u041F\u0435\u0440\u0435\u0432\u043E\u0434 \u043C\u043E\u0436\u043D\u043E \u043E\u0442\u043C\u0435\u043D\u0438\u0442\u044C \u0441 \u043F\u043E\u043C\u043E\u0449\u044C\u044E \u043A\u043B\u0430\u0432\u0438\u0448 Ctrl+Z.

\u0415\u0441\u043B\u0438 \u044D\u0442\u043E \u0431\u044B\u043B\u0430 \u043E\u0448\u0438\u0431\u043A\u0430, \u043D\u0435 \u0432\u043E\u043B\u043D\u0443\u0439\u0442\u0435\u0441\u044C, \u0432\u044B \u043C\u043E\u0436\u0435\u0442\u0435 \u043E\u0442\u043A\u043B\u044E\u0447\u0438\u0442\u044C \u0435\u0435 \u043D\u0430 \u044D\u0442\u043E\u0442 \u0440\u0430\u0437 \u0438\u043B\u0438 \u043D\u0430\u0432\u0441\u0435\u0433\u0434\u0430 \u043E\u0442\u043A\u043B\u044E\u0447\u0438\u0442\u044C \u043F\u0435\u0440\u0435\u0432\u043E\u0434 \u043F\u043E\u043B\u044F \u0432\u0432\u043E\u0434\u0430.",saveAndNotShowAgain:"\u0421\u043E\u0445\u0440\u0430\u043D\u0438\u0442\u044C \u0438 \u043E\u0441\u0442\u0430\u043D\u043E\u0432\u0438\u0442\u044C \u0437\u0430\u043F\u0440\u043E\u0441",disableInputTranslationTips:"* \u0412\u044B \u0442\u0430\u043A\u0436\u0435 \u043C\u043E\u0436\u0435\u0442\u0435 \u0443\u0441\u0442\u0430\u043D\u043E\u0432\u0438\u0442\u044C \u0434\u0440\u0443\u0433\u0438\u0435 \u0441\u043E\u0447\u0435\u0442\u0430\u043D\u0438\u044F \u043A\u043B\u0430\u0432\u0438\u0448 \u0434\u043B\u044F \u0441\u0440\u0430\u0431\u0430\u0442\u044B\u0432\u0430\u043D\u0438\u044F \u0432 {option} ,{learnMore}.",learnMore:"\u041D\u0430\u0436\u043C\u0438\u0442\u0435 \u0437\u0434\u0435\u0441\u044C, \u0447\u0442\u043E\u0431\u044B \u0443\u0437\u043D\u0430\u0442\u044C \u0431\u043E\u043B\u044C\u0448\u0435",continueEnalbeInputTranslation:"\u041F\u0440\u043E\u0434\u043E\u043B\u0436\u0435\u043D\u0438\u0435 \u0432\u043A\u043B\u044E\u0447\u0435\u043D\u0438\u044F \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430 \u043F\u043E\u043B\u044F \u0432\u0432\u043E\u0434\u0430",autoRenewTrialSuffix:'(\u0412 \u043F\u0440\u043E\u0431\u043D\u043E\u043C \u0432\u0430\u0440\u0438\u0430\u043D\u0442\u0435\u0441\u0440\u0430\u0437\u0443 \u0436\u0435 \u043F\u0435\u0440\u0435\u0448\u0435\u043B \u043D\u0430 \u043F\u043E\u043B\u043D\u043E\u0435 \u0447\u043B\u0435\u043D\u0441\u0442\u0432\u043E)',upgradeFromTrialTitle:"\u041F\u043E\u0432\u044B\u0448\u0435\u043D\u0438\u0435 \u0441\u0442\u0430\u0442\u0443\u0441\u0430 \u0434\u043E \u043F\u043E\u043B\u043D\u043E\u0433\u043E \u0447\u043B\u0435\u043D\u0430",subtitle:"\u0441\u0443\u0431\u0442\u0438\u0442\u0440\u044B \u043A \u0432\u0438\u0434\u0435\u043E\u0444\u0438\u043B\u044C\u043C\u0430\u043C",youtubeService:"\u0418\u043C\u043C\u0435\u0440\u0441\u0438\u043E\u043D\u043D\u044B\u0439 \u043F\u0435\u0440\u0435\u0432\u043E\u0434 \u0412\u0438\u0434\u0435\u043E\u0441\u0443\u0431\u0442\u0438\u0442\u0440\u0438\u0440\u043E\u0432\u0430\u043D\u0438\u0435 \u041F\u0435\u0440\u0435\u0432\u043E\u0434\u0447\u0435\u0441\u043A\u0438\u0435 \u0443\u0441\u043B\u0443\u0433\u0438","subtitle.disabledSubtitle":"\u041F\u043E\u0441\u0442\u043E\u044F\u043D\u043D\u043E\u0435 \u043E\u0442\u043A\u043B\u044E\u0447\u0435\u043D\u0438\u0435 \u0444\u0443\u043D\u043A\u0446\u0438\u0438 \u0432\u0438\u0434\u0435\u043E\u0441\u0443\u0431\u0442\u0438\u0442\u0440\u043E\u0432","subtitle.disabledSubtitleDescription":"\u0415\u0441\u043B\u0438 Immersive Translator's Video Subtitles \u043A\u043E\u043D\u0444\u043B\u0438\u043A\u0442\u0443\u0435\u0442 \u0441 \u0434\u0440\u0443\u0433\u0438\u043C\u0438 \u0440\u0430\u0441\u0448\u0438\u0440\u0435\u043D\u0438\u044F\u043C\u0438, \u0432\u044B \u043C\u043E\u0436\u0435\u0442\u0435 \u0432\u044B\u0431\u0440\u0430\u0442\u044C \u043F\u043E\u0441\u0442\u043E\u044F\u043D\u043D\u043E\u0435 \u043E\u0442\u043A\u043B\u044E\u0447\u0435\u043D\u0438\u0435 Immersive Translator's Video Subtitles \u0438\u043B\u0438 \u0434\u0435\u0438\u043D\u0441\u0442\u0430\u043B\u043B\u0438\u0440\u043E\u0432\u0430\u0442\u044C \u0434\u0440\u0443\u0433\u0438\u0435 \u043A\u043E\u043D\u0444\u043B\u0438\u043A\u0442\u0443\u044E\u0449\u0438\u0435 \u0440\u0430\u0441\u0448\u0438\u0440\u0435\u043D\u0438\u044F","subtitle.autoEnableSubtitle":"\u0410\u0432\u0442\u043E\u043C\u0430\u0442\u0438\u0447\u0435\u0441\u043A\u043E\u0435 \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u043D\u0438\u0435 \u0434\u0432\u0443\u044F\u0437\u044B\u0447\u043D\u044B\u0445 \u0441\u0443\u0431\u0442\u0438\u0442\u0440\u043E\u0432","subtitle.autoEnableSubtitleDescription":"\u041F\u043E\u0441\u043B\u0435 \u0430\u043A\u0442\u0438\u0432\u0430\u0446\u0438\u0438, \u043F\u0440\u0438 \u0432\u043E\u0441\u043F\u0440\u043E\u0438\u0437\u0432\u0435\u0434\u0435\u043D\u0438\u0438 \u0432\u0438\u0434\u0435\u043E, \u0431\u0443\u0434\u0443\u0442 \u0430\u0432\u0442\u043E\u043C\u0430\u0442\u0438\u0447\u0435\u0441\u043A\u0438 \u043E\u0442\u043E\u0431\u0440\u0430\u0436\u0430\u0442\u044C\u0441\u044F \u0434\u0432\u0443\u044F\u0437\u044B\u0447\u043D\u044B\u0435 \u0441\u0443\u0431\u0442\u0438\u0442\u0440\u044B, \u0432 \u043F\u0440\u043E\u0442\u0438\u0432\u043D\u043E\u043C \u0441\u043B\u0443\u0447\u0430\u0435 \u043D\u0435\u043E\u0431\u0445\u043E\u0434\u0438\u043C\u043E \u043D\u0430\u0436\u0430\u0442\u044C \u043A\u043D\u043E\u043F\u043A\u0443 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430 \u0434\u043B\u044F \u043E\u0442\u043E\u0431\u0440\u0430\u0436\u0435\u043D\u0438\u044F.","subtitle.preTranslation":"\u041F\u0435\u0440\u0435\u0432\u043E\u0434 \u0441\u0443\u0431\u0442\u0438\u0442\u0440\u043E\u0432 \u0441 \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u043D\u0438\u0435\u043C \u0438\u043C\u043C\u0435\u0440\u0441\u0438\u0432\u043D\u043E\u0433\u043E \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430","subtitle.preTranslationDescription":"\u041F\u0440\u0438 \u0432\u043A\u043B\u044E\u0447\u0435\u043D\u0438\u0438 \u044D\u0442\u043E\u0439 \u0444\u0443\u043D\u043A\u0446\u0438\u0438 \u0432\u0441\u0435 \u0441\u0443\u0431\u0442\u0438\u0442\u0440\u044B \u0431\u0443\u0434\u0443\u0442 \u043F\u0440\u0435\u0434\u0432\u0430\u0440\u0438\u0442\u0435\u043B\u044C\u043D\u043E \u043F\u0435\u0440\u0435\u0432\u0435\u0434\u0435\u043D\u044B \u0441 \u043F\u043E\u043C\u043E\u0449\u044C\u044E \u0443\u043A\u0430\u0437\u0430\u043D\u043D\u043E\u0433\u043E \u043D\u0438\u0436\u0435 \u0441\u0435\u0440\u0432\u0438\u0441\u0430 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430, \u043F\u0440\u0438 \u044D\u0442\u043E\u043C \u043D\u0430 1-\u0447\u0430\u0441\u043E\u0432\u043E\u0435 \u0432\u0438\u0434\u0435\u043E \u0431\u0443\u0434\u0435\u0442 \u0437\u0430\u0442\u0440\u0430\u0447\u0435\u043D\u043E \u043E\u043A\u043E\u043B\u043E 50 000 \u0442\u043E\u043A\u0435\u043D\u043E\u0432 \u0438\u043B\u0438 \u0441\u0438\u043C\u0432\u043E\u043B\u043E\u0432, \u043F\u043E\u044D\u0442\u043E\u043C\u0443 \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u0443\u0439\u0442\u0435 \u0438\u0445 \u043F\u043E \u0441\u0432\u043E\u0435\u043C\u0443 \u0443\u0441\u043C\u043E\u0442\u0440\u0435\u043D\u0438\u044E; \u043F\u0440\u0438 \u043E\u0442\u043A\u043B\u044E\u0447\u0435\u043D\u0438\u0438 \u044D\u0442\u043E\u0439 \u0444\u0443\u043D\u043A\u0446\u0438\u0438 \u0441\u043D\u0430\u0447\u0430\u043B\u0430 \u0431\u0443\u0434\u0443\u0442 \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u044C\u0441\u044F \u043E\u0440\u0438\u0433\u0438\u043D\u0430\u043B\u044C\u043D\u044B\u0435 \u0441\u0443\u0431\u0442\u0438\u0442\u0440\u044B.","subtitle.humanSubtitlesPreferred":"\u041F\u0440\u0438\u043E\u0440\u0438\u0442\u0435\u0442\u043D\u043E\u0435 \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u043D\u0438\u0435 \u0447\u0435\u043B\u043E\u0432\u0435\u0447\u0435\u0441\u043A\u0438\u0445 \u0441\u0443\u0431\u0442\u0438\u0442\u0440\u043E\u0432","subtitle.humanSubtitlesPreferredDescription":"\u041F\u0440\u0438\u043E\u0440\u0438\u0442\u0435\u0442 \u043E\u0442\u0434\u0430\u0435\u0442\u0441\u044F \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u043D\u0438\u044E \u0447\u0435\u043B\u043E\u0432\u0435\u0447\u0435\u0441\u043A\u0438\u0445 \u0441\u0443\u0431\u0442\u0438\u0442\u0440\u043E\u0432, \u0435\u0441\u043B\u0438 \u0432\u0438\u0434\u0435\u043E\u0440\u043E\u043B\u0438\u043A \u0438\u043C\u0435\u0435\u0442 \u0447\u0435\u043B\u043E\u0432\u0435\u0447\u0435\u0441\u043A\u0438\u0435 \u0441\u0443\u0431\u0442\u0438\u0442\u0440\u044B \u043D\u0430 \u0446\u0435\u043B\u0435\u0432\u043E\u043C \u044F\u0437\u044B\u043A\u0435 (\u0440\u0435\u043A\u043E\u043C\u0435\u043D\u0434\u0443\u0435\u0442\u0441\u044F)",videoSubtitleTranslationDescription:"\u041D\u0430\u0437\u043D\u0430\u0447\u0438\u0442\u044C \u043E\u0442\u0434\u0435\u043B\u044C\u043D\u0443\u044E \u0441\u043B\u0443\u0436\u0431\u0443 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430 \u0434\u043B\u044F \u0432\u0438\u0434\u0435\u043E\u0441\u0443\u0431\u0442\u0438\u0442\u0440\u043E\u0432",subtitleTranslating:"\u041F\u043E\u0436\u0430\u043B\u0443\u0439\u0441\u0442\u0430, \u043F\u043E\u0434\u043E\u0436\u0434\u0438\u0442\u0435, \u043F\u043E\u043A\u0430 \u0441\u0443\u0431\u0442\u0438\u0442\u0440\u044B \u0431\u0443\u0434\u0443\u0442 \u043F\u0435\u0440\u0435\u0432\u0435\u0434\u0435\u043D\u044B \u0441 \u043F\u043E\u043C\u043E\u0449\u044C\u044E \u0441\u0435\u0440\u0432\u0438\u0441\u0430 {service} ... (\u0438\u043C\u043C\u0435\u0440\u0441\u0438\u043E\u043D\u043D\u044B\u0439 \u043F\u0435\u0440\u0435\u0432\u043E\u0434)",subtitleLoading:"\u0417\u0430\u0433\u0440\u0443\u0437\u043A\u0430 \u0441\u0443\u0431\u0442\u0438\u0442\u0440\u043E\u0432...",bilingual:"\u0431\u0438\u043B\u0438\u043D\u0433\u0432\u0438\u0437\u043C","field.action":"\u0412\u043A\u043B\u044E\u0447\u0430\u0442\u044C \u043B\u0438 \u0442\u0435\u0440\u043C\u0438\u043D\u043E\u043B\u043E\u0433\u0438\u044E Baidu","description.action":"\u041F\u0440\u0438 \u0432\u043A\u043B\u044E\u0447\u0435\u043D\u0438\u0438 \u0432 \u0437\u0430\u043F\u0440\u043E\u0441 \u0431\u0443\u0434\u0435\u0442 \u0434\u043E\u0431\u0430\u0432\u043B\u0435\u043D \u043F\u0430\u0440\u0430\u043C\u0435\u0442\u0440 action=1, \u0438\u043D\u0444\u043E\u0440\u043C\u0438\u0440\u0443\u044E\u0449\u0438\u0439 Baidu \u043E \u0432\u043A\u043B\u044E\u0447\u0435\u043D\u043D\u043E\u043C \u0442\u0435\u0440\u043C\u0438\u043D\u0435; <1>\u0431\u043E\u043B\u0435\u0435 \u043F\u043E\u0434\u0440\u043E\u0431\u043D\u0430\u044F \u0438\u043D\u0444\u043E\u0440\u043C\u0430\u0446\u0438\u044F \u043F\u0440\u0438\u0432\u0435\u0434\u0435\u043D\u0430 \u0432 \u043E\u0444\u0438\u0446\u0438\u0430\u043B\u044C\u043D\u043E\u0439 \u0434\u043E\u043A\u0443\u043C\u0435\u043D\u0442\u0430\u0446\u0438\u0438.",closeQuickTranslation:"\u0417\u0430\u043A\u0440\u044B\u0442\u044C \u0445\u043E\u0432\u0435\u0440\u0431\u043E\u043B","closeQuickTranslation.untilNext":"\u041D\u0430 \u044D\u0442\u043E\u0442 \u0440\u0430\u0437 \u0437\u0430\u043A\u0440\u044B\u0442\u043E \u0434\u043E \u0441\u043B\u0435\u0434\u0443\u044E\u0449\u0435\u0433\u043E \u043F\u043E\u0441\u0435\u0449\u0435\u043D\u0438\u044F","closeQuickTranslation.currentWebsite":"\u0422\u0435\u043A\u0443\u0449\u0438\u0439 \u0441\u0430\u0439\u0442 \u043E\u0442\u043A\u043B\u044E\u0447\u0435\u043D","closeQuickTranslation.alwaysClose":"\u043E\u0442\u043A\u043B\u044E\u0447\u0438\u0442\u044C \u043D\u0430\u0432\u0441\u0435\u0433\u0434\u0430","closeQuickTranslation.settingOpen":"(\u043C\u043E\u0436\u0435\u0442 \u0431\u044B\u0442\u044C \u0432\u043A\u043B\u044E\u0447\u0435\u043D\u0430 \u043D\u0430 <1>\u0441\u0442\u0440\u0430\u043D\u0438\u0446\u0435 \u043D\u0430\u0441\u0442\u0440\u043E\u0435\u043A )","closeQuickTranslation.cancel":"\u043E\u0442\u043C\u0435\u043D\u044B","closeQuickTranslation.confirm":"\u043E\u043F\u0440\u0435\u0434\u0435\u043B\u0438\u0442\u044C","floatBall.popup":"\u041E\u0442\u043A\u0440\u043E\u0439\u0442\u0435 \u043F\u0430\u043D\u0435\u043B\u044C \u0431\u044B\u0441\u0442\u0440\u044B\u0445 \u043D\u0430\u0441\u0442\u0440\u043E\u0435\u043A","floatBall.translate":"\u041D\u0430\u0436\u043C\u0438\u0442\u0435, \u0447\u0442\u043E\u0431\u044B \u043F\u0435\u0440\u0435\u0432\u0435\u0441\u0442\u0438 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u0443","floatBall.showOriginal":"\u041D\u0430\u0436\u043C\u0438\u0442\u0435, \u0447\u0442\u043E\u0431\u044B \u0432\u0435\u0440\u043D\u0443\u0442\u044C\u0441\u044F \u043A \u043E\u0440\u0438\u0433\u0438\u043D\u0430\u043B\u044C\u043D\u043E\u0439 \u0441\u0442\u0430\u0442\u044C\u0435","floatBall.close":"\u0417\u0430\u043A\u0440\u044B\u0442\u044C \u0445\u043E\u0432\u0435\u0440\u0431\u043E\u043B","floatBallOptions.enableDescPc":"\u041F\u043E\u0441\u043B\u0435 \u0432\u043A\u043B\u044E\u0447\u0435\u043D\u0438\u044F \u0445\u043E\u0432\u0435\u0440\u0431\u043E\u043B\u0430 \u0432 \u043F\u0440\u0430\u0432\u043E\u0439 \u0447\u0430\u0441\u0442\u0438 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u044B \u043F\u043E\u044F\u0432\u0438\u0442\u0441\u044F \u043A\u043D\u043E\u043F\u043A\u0430 \u0431\u044B\u0441\u0442\u0440\u043E\u0433\u043E \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430, \u043D\u0430\u0436\u043C\u0438\u0442\u0435 \u0435\u0435, \u0447\u0442\u043E\u0431\u044B \u043F\u0435\u0440\u0435\u0432\u0435\u0441\u0442\u0438!","floatBallOptions.enableDesc":"\u041F\u043E\u0441\u043B\u0435 \u0432\u044B\u043A\u043B\u044E\u0447\u0435\u043D\u0438\u044F \u0445\u043E\u0432\u0435\u0440\u0431\u043E\u043B\u0430 \u0435\u0433\u043E \u043C\u043E\u0436\u043D\u043E \u0432\u044B\u0437\u0432\u0430\u0442\u044C \u0441 \u043F\u043E\u043C\u043E\u0449\u044C\u044E{touch}. \u041D\u0430\u0441\u0442\u043E\u044F\u0442\u0435\u043B\u044C\u043D\u043E \u0440\u0435\u043A\u043E\u043C\u0435\u043D\u0434\u0443\u0435\u0442\u0441\u044F \u0441\u043E\u0445\u0440\u0430\u043D\u0438\u0442\u044C \u044D\u0442\u0443 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u0443 \u043D\u0430\u0441\u0442\u0440\u043E\u0435\u043A \u0432 \u0437\u0430\u043A\u043B\u0430\u0434\u043A\u0430\u0445, \u0447\u0442\u043E\u0431\u044B \u043D\u0435 \u043F\u043E\u0442\u0435\u0440\u044F\u0442\u044C \u0432\u043E\u0437\u043C\u043E\u0436\u043D\u043E\u0441\u0442\u044C \u043D\u0430\u0439\u0442\u0438 \u0445\u043E\u0432\u0435\u0440\u0431\u043E\u043B \u043F\u043E\u0441\u043B\u0435 \u0441\u043B\u0443\u0447\u0430\u0439\u043D\u043E\u0433\u043E \u043E\u0442\u043A\u043B\u044E\u0447\u0435\u043D\u0438\u044F \u044D\u0442\u043E\u0439 \u043E\u043F\u0446\u0438\u0438!","description.azureApiUrl":"\u0417\u0430\u043F\u043E\u043B\u043D\u0438\u0442\u0435 \u0430\u0434\u0440\u0435\u0441 \u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u0435\u043B\u044C\u0441\u043A\u043E\u0433\u043E \u0438\u043D\u0442\u0435\u0440\u0444\u0435\u0439\u0441\u0430 API",confirmSupportMouse:"\u041F\u0440\u0438\u043D\u0443\u0434\u0438\u0442\u0435\u043B\u044C\u043D\u043E\u0435 \u0432\u043A\u043B\u044E\u0447\u0435\u043D\u0438\u0435 \u043F\u043E\u0434\u0434\u0435\u0440\u0436\u043A\u0438 \u043C\u044B\u0448\u0438",confirmSupportMouseDescription:"\u041E\u0431\u043D\u0430\u0440\u0443\u0436\u0435\u043D\u043E, \u0447\u0442\u043E \u0442\u0435\u043A\u0443\u0449\u0438\u0439 \u0431\u0440\u0430\u0443\u0437\u0435\u0440 \u043D\u0435 \u043F\u043E\u0434\u0434\u0435\u0440\u0436\u0438\u0432\u0430\u0435\u0442 \u0444\u0443\u043D\u043A\u0446\u0438\u044E \u043C\u044B\u0448\u0438, \u043F\u0440\u0438\u043D\u0443\u0434\u0438\u0442\u0435\u043B\u044C\u043D\u043E \u043B\u0438 \u0432\u043A\u043B\u044E\u0447\u0438\u0442\u044C \u043F\u043E\u0434\u0434\u0435\u0440\u0436\u043A\u0443 \u043C\u044B\u0448\u0438?",sampleTargetText:"\u041D\u0430\u0441\u0442\u0443\u043F\u0438\u0442 \u0434\u043E\u043B\u0433\u0430\u044F \u043D\u043E\u0447\u044C, \u0438 \u044F \u0431\u0443\u0434\u0443 \u0441\u0442\u043E\u044F\u0442\u044C \u043D\u0430 \u0441\u0442\u0440\u0430\u0436\u0435 \u0441 \u044D\u0442\u043E\u0433\u043E \u0434\u043D\u044F \u0438 \u0434\u043E \u0441\u0430\u043C\u043E\u0439 \u0441\u043C\u0435\u0440\u0442\u0438. \u042F \u043D\u0435 \u0432\u043E\u0437\u044C\u043C\u0443 \u0436\u0435\u043D\u0443, \u043D\u0435 \u0441\u043E\u0437\u0434\u0430\u043C \u0432\u043E\u0442\u0447\u0438\u043D\u0443, \u043D\u0435 \u0437\u0430\u0432\u0435\u0434\u0443 \u0434\u0435\u0442\u0435\u0439. \u042F \u043D\u0435 \u0431\u0443\u0434\u0443 \u043D\u043E\u0441\u0438\u0442\u044C \u043A\u043E\u0440\u043E\u043D\u0443, \u043D\u0435 \u0431\u0443\u0434\u0443 \u0441\u0442\u0440\u0435\u043C\u0438\u0442\u044C\u0441\u044F \u043A \u043F\u043E\u0447\u0435\u0441\u0442\u044F\u043C. \u042F \u0431\u0443\u0434\u0443 \u0438\u0441\u043F\u043E\u043B\u043D\u044F\u0442\u044C \u0441\u0432\u043E\u0439 \u0434\u043E\u043B\u0433, \u0436\u0438\u0442\u044C \u0438 \u0443\u043C\u0438\u0440\u0430\u0442\u044C.",sampleSourceText:"Night gathers, and now my watch begins. It shall not end until my death. I shall take no wife, hold no lands, father no children. I shall wear no crowns and win no glory. I shall live and die at my post.","subtitle.supportedSites":"\u5DF2\u652F\u6301\u5728\u8FD9\u4E9B\u7F51\u7AD9\u4F7F\u7528\u53CC\u8BED\u5B57\u5E55\uFF08\u6CE8\u610F\uFF1A\u7531\u4E8E\u6280\u672F\u9650\u5236\uFF0C\u90E8\u5206\u7F51\u7AD9\u5728\u9996\u6B21\u5F00\u542F\u5B57\u5E55\u540E\u9700\u8981\u91CD\u65B0\u5237\u65B0\u9875\u9762\uFF0C\u6216\u8005\u9700\u7B49\u5F85\u7FFB\u8BD1\u5B8C\u6210\u4EE5\u663E\u793A\u53CC\u8BED\u5B57\u5E55\uFF09\uFF1A",viewWithImmersiveTranslate:"\u53CC\u8BED\u7248\u672C(\u6C89\u6D78\u5F0F\u7FFB\u8BD1)",errorReason:"\u9519\u8BEF\u539F\u56E0\uFF1A{message}","proQuotaExceededError.onetime7day":'\uFF0C\u60A8\u53EF\u4EE5\u9009\u62E9\u4EE5\u4E0B\u65B9\u5F0F\u89E3\u51B3\uFF1A

1. \u5207\u6362\u5230 {anotherService} \u6216\u5176\u4ED6\u7FFB\u8BD1\u670D\u52A1
2. \u5347\u7EA7\u4E3A\u6708\u5EA6/\u5E74\u5EA6\u4F1A\u5458',"proQuotaExceededError.trial":'\uFF0C\u60A8\u53EF\u4EE5\u9009\u62E9\u4EE5\u4E0B\u65B9\u5F0F\u89E3\u51B3\uFF1A

1. \u5207\u6362\u5230 {anotherService} \u6216\u5176\u4ED6\u7FFB\u8BD1\u670D\u52A1
2. \u7ACB\u523B\u5347\u7EA7\u4E3A\u6B63\u5F0F\u4F1A\u5458',"proQuotaExceededError.nonTrial":'\uFF0C\u60A8\u53EF\u4EE5\u9009\u62E9\u4EE5\u4E0B\u65B9\u5F0F\u89E3\u51B3\uFF1A

1. \u5207\u6362\u5230 {anotherService} \u6216\u5176\u4ED6\u7FFB\u8BD1\u670D\u52A1
2. \u8D2D\u4E70 {translationService} \u989D\u5916\u6D41\u91CF\u5305',"proQuotaExceededError.resetTime":"
3. \u989D\u5EA6\u91CD\u7F6E\u65F6\u95F4\uFF1A{resetTime}","desc.touchShortcutsToggleTranslatePageOnlyTranslation":"\u0422\u043E\u043B\u044C\u043A\u043E \u043F\u0435\u0440\u0435\u0432\u043E\u0434 \u043E\u0437\u043D\u0430\u0447\u0430\u0435\u0442, \u0447\u0442\u043E \u043E\u0442\u043E\u0431\u0440\u0430\u0436\u0430\u0435\u0442\u0441\u044F \u0442\u043E\u043B\u044C\u043A\u043E \u043F\u0435\u0440\u0435\u0432\u043E\u0434. \u0415\u0441\u043B\u0438 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u0430 \u0435\u0449\u0435 \u043D\u0435 \u043F\u0435\u0440\u0435\u0432\u0435\u0434\u0435\u043D\u0430, \u043E\u043D\u0430 \u043F\u0435\u0440\u0435\u043A\u043B\u044E\u0447\u0438\u0442\u0441\u044F \u0432 \u0440\u0435\u0436\u0438\u043C \u0438 \u0431\u0443\u0434\u0435\u0442 \u043F\u0435\u0440\u0435\u0432\u0435\u0434\u0435\u043D\u0430.","desc.toggleOnlyTransation":'\u0420\u0435\u0436\u0438\u043C "\u0422\u043E\u043B\u044C\u043A\u043E \u043F\u0435\u0440\u0435\u0432\u043E\u0434" \u043E\u0437\u043D\u0430\u0447\u0430\u0435\u0442, \u0447\u0442\u043E \u043E\u0442\u043E\u0431\u0440\u0430\u0436\u0430\u0435\u0442\u0441\u044F \u0442\u043E\u043B\u044C\u043A\u043E \u043F\u0435\u0440\u0435\u0432\u043E\u0434. \u0415\u0441\u043B\u0438 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u0430 \u0435\u0449\u0435 \u043D\u0435 \u043F\u0435\u0440\u0435\u0432\u0435\u0434\u0435\u043D\u0430, \u0440\u0435\u0436\u0438\u043C \u0431\u0443\u0434\u0435\u0442 \u043F\u0435\u0440\u0435\u043A\u043B\u044E\u0447\u0435\u043D \u0438 \u0432\u044B\u043F\u043E\u043B\u043D\u0435\u043D \u043F\u0435\u0440\u0435\u0432\u043E\u0434.',touchShortcutsToggleTranslatePageOnlyTranslation:"\u041D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0430 \u0436\u0435\u0441\u0442\u043E\u0432 \u0441\u0435\u043D\u0441\u043E\u0440\u043D\u043E\u0433\u043E \u044D\u043A\u0440\u0430\u043D\u0430 \u0434\u043B\u044F \u043F\u0435\u0440\u0435\u043A\u043B\u044E\u0447\u0435\u043D\u0438\u044F \u043C\u0435\u0436\u0434\u0443 \u0434\u0432\u0443\u044F\u0437\u044B\u0447\u043D\u044B\u043C / \u0442\u043E\u043B\u044C\u043A\u043E \u0442\u0435\u043A\u0441\u0442\u043E\u043C \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430",download_started:"\u0417\u0430\u0433\u0440\u0443\u0437\u043A\u0430 \u0443\u0436\u0435 \u043D\u0430\u0447\u0430\u043B\u0430\u0441\u044C, \u0435\u0441\u043B\u0438 \u043E\u043D\u0430 \u043D\u0435 \u043D\u0430\u0447\u0430\u043B\u0430\u0441\u044C \u0430\u0432\u0442\u043E\u043C\u0430\u0442\u0438\u0447\u0435\u0441\u043A\u0438, \u043F\u043E\u0436\u0430\u043B\u0443\u0439\u0441\u0442\u0430, \u043D\u0430\u0436\u043C\u0438\u0442\u0435 \u0432\u0440\u0443\u0447\u043D\u0443\u044E.",here:"\u0437\u0434\u0435\u0441\u044C","error.goReset":"\u0441\u0431\u0440\u043E\u0441\u0438\u0442\u044C",batchEdit:"\u041C\u0430\u0441\u0441\u043E\u0432\u0430\u044F \u043E\u043F\u0435\u0440\u0430\u0446\u0438\u044F","error.configError":"\u041D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0430 \u0434\u0430\u043D\u043D\u044B\u0445 \u0430\u043D\u043E\u043C\u0430\u043B\u044C\u043D\u0430","translationFont.custom":"\u0412\u0432\u0435\u0434\u0438\u0442\u0435 \u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u0435\u043B\u044C\u0441\u043A\u0438\u0439 \u0448\u0440\u0438\u0444\u0442",translationFont:"\u0443\u0441\u0442\u0430\u043D\u043E\u0432\u0438\u0442\u044C \u0448\u0440\u0438\u0444\u0442",detectServiceLoading:"\u041F\u0440\u043E\u0432\u0435\u0440\u043A\u0430 \u0434\u043E\u0441\u0442\u0443\u043F\u043D\u044B\u0445 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0447\u0435\u0441\u043A\u0438\u0445 \u0443\u0441\u043B\u0443\u0433...","translationFont.customPlaceholder":"\u0448\u0440\u0438\u0444\u0442","touch.mouse-translate":"\u041F\u0435\u0440\u0435\u0432\u0435\u0441\u0442\u0438 \u0443\u043A\u0430\u0437\u0430\u043D\u043D\u044B\u0439 \u0430\u0431\u0437\u0430\u0446","translationModeLang.translation.title":"\u0422\u043E\u043B\u044C\u043A\u043E \u0440\u0435\u0436\u0438\u043C \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430 \u044F\u0437\u044B\u043A\u0430","error.serveConfigError":"\u041E\u0448\u0438\u0431\u043A\u0430 \u043A\u043E\u043D\u0444\u0438\u0433\u0443\u0440\u0430\u0446\u0438\u0438 \u0441\u0435\u0440\u0432\u0438\u0441\u0430","error.403":"\u0421\u043B\u0443\u0436\u0431\u0430 \u0432\u043E\u0437\u0432\u0440\u0430\u0449\u0430\u0435\u0442 \u043E\u0448\u0438\u0431\u043A\u0443, \u0432\u0440\u0435\u043C\u0435\u043D\u043D\u043E \u043D\u0435\u0442 \u0434\u043E\u0441\u0442\u0443\u043F\u0430 \u043A \u044D\u0442\u043E\u0439 \u0441\u043B\u0443\u0436\u0431\u0435.","error.proUpgrade":"\u041F\u043E\u0441\u043B\u0435 \u043E\u0431\u043D\u043E\u0432\u043B\u0435\u043D\u0438\u044F, \u043F\u043E\u0436\u0430\u043B\u0443\u0439\u0441\u0442\u0430, \u043E\u0431\u043D\u043E\u0432\u0438\u0442\u0435 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u0443 \u0438 \u043F\u0435\u0440\u0435\u0432\u0435\u0434\u0438\u0442\u0435 \u0441\u043D\u043E\u0432\u0430.","translationModeUrl.translation.title":"\u0412\u0435\u0431-\u0430\u0434\u0440\u0435\u0441 \u0442\u043E\u043B\u044C\u043A\u043E \u0434\u043B\u044F \u0440\u0435\u0436\u0438\u043C\u0430 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430",enableSentryReport:"\u041A\u043E\u0433\u0434\u0430 \u043F\u0440\u043E\u0438\u0441\u0445\u043E\u0434\u0438\u0442 \u043E\u0448\u0438\u0431\u043A\u0430 \u0440\u0430\u0441\u0448\u0438\u0440\u0435\u043D\u0438\u044F, \u043E\u0442\u043F\u0440\u0430\u0432\u043B\u044F\u0439\u0442\u0435 \u043E\u0442\u0437\u044B\u0432\u044B \u0447\u0435\u0440\u0435\u0437 Sentry.","error.reloadPageOfSetting":"\u041F\u043E\u0441\u043B\u0435 \u043D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0438, \u043F\u043E\u0436\u0430\u043B\u0443\u0439\u0441\u0442\u0430, \u043E\u0431\u043D\u043E\u0432\u0438\u0442\u0435 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u0443 \u0438 \u043F\u0435\u0440\u0435\u0432\u0435\u0434\u0438\u0442\u0435 \u0441\u043D\u043E\u0432\u0430.","error.502":"\u0421\u0435\u0440\u0432\u0438\u0441 \u0432\u043E\u0437\u0432\u0440\u0430\u0449\u0430\u0435\u0442 \u043E\u0448\u0438\u0431\u043A\u0443, \u0432\u0440\u0435\u043C\u044F \u043E\u0436\u0438\u0434\u0430\u043D\u0438\u044F \u0441\u0435\u0440\u0432\u0438\u0441\u0430 \u0438\u0441\u0442\u0435\u043A\u043B\u043E, \u043F\u043E\u0436\u0430\u043B\u0443\u0439\u0441\u0442\u0430, \u043F\u043E\u043F\u0440\u043E\u0431\u0443\u0439\u0442\u0435 \u043F\u043E\u0437\u0436\u0435.","translationModeUrl.translation.description":"\u041A\u043E\u0433\u0434\u0430 \u0432\u0435\u0431-\u0441\u0430\u0439\u0442 \u0438\u043C\u0435\u0435\u0442 \u0441\u043B\u0435\u0434\u0443\u044E\u0449\u0438\u0435 \u0434\u043E\u043C\u0435\u043D\u043D\u044B\u0435 \u0438\u043C\u0435\u043D\u0430, \u043E\u043D \u0430\u0432\u0442\u043E\u043C\u0430\u0442\u0438\u0447\u0435\u0441\u043A\u0438 \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u0443\u0435\u0442 \u0440\u0435\u0436\u0438\u043C \u0442\u043E\u043B\u044C\u043A\u043E \u0441 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u043E\u043C.",videoSubtitlePreTranslationOn:"\u0412\u0438\u0434\u0435\u043E \u0441\u0443\u0431\u0442\u0438\u0442\u0440\u044B \u0431\u0443\u0434\u0443\u0442 \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u044C \u043F\u043E\u0433\u0440\u0443\u0436\u0435\u043D\u0438\u0435 \u0432 \u043F\u0435\u0440\u0435\u0432\u043E\u0434 \u0432 \u043F\u0435\u0440\u0432\u0443\u044E \u043E\u0447\u0435\u0440\u0435\u0434\u044C.","translationServices.inherit":"\u0421\u043B\u0435\u0434\u0443\u0439\u0442\u0435 \u0437\u0430 \u043E\u0441\u043D\u043E\u0432\u043D\u044B\u043C \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0447\u0435\u0441\u043A\u0438\u043C \u0441\u0435\u0440\u0432\u0438\u0441\u043E\u043C","error.proTokenInvalid":"\u0415\u0441\u043B\u0438 \u0432\u044B \u044F\u0432\u043B\u044F\u0435\u0442\u0435\u0441\u044C \u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u0435\u043B\u0435\u043C Pro, \u043F\u043E\u0436\u0430\u043B\u0443\u0439\u0441\u0442\u0430, \u0432\u043E\u0439\u0434\u0438\u0442\u0435 \u0432 \u0441\u0438\u0441\u0442\u0435\u043C\u0443, \u043F\u0440\u0435\u0436\u0434\u0435 \u0447\u0435\u043C \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u044C \u0441\u0435\u0440\u0432\u0438\u0441 Pro \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430.",toggleToService:"\u041F\u0435\u0440\u0435\u043A\u043B\u044E\u0447\u0438\u0442\u0435\u0441\u044C \u043D\u0430 {service} \u0438 \u043F\u043E\u043F\u0440\u043E\u0431\u0443\u0439\u0442\u0435 \u0441\u043D\u043E\u0432\u0430",videoSubtitlePreTranslationOff:"\u041F\u0440\u0438\u043E\u0440\u0438\u0442\u0435\u0442 \u0431\u0443\u0434\u0435\u0442 \u043E\u0442\u0434\u0430\u043D \u043C\u0430\u0448\u0438\u043D\u043D\u043E\u043C\u0443 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0443 \u0441\u0443\u0431\u0442\u0438\u0442\u0440\u043E\u0432, \u0432\u0441\u0442\u0440\u043E\u0435\u043D\u043D\u044B\u0445 \u0432 \u043E\u0440\u0438\u0433\u0438\u043D\u0430\u043B\u044C\u043D\u043E\u0435 \u0432\u0438\u0434\u0435\u043E.","error.gemini.429":"\u0422\u0435\u043A\u0443\u0449\u0430\u044F \u0441\u043B\u0443\u0436\u0431\u0430 Gemini \u0443\u0436\u0435 \u0434\u043E\u0441\u0442\u0438\u0433\u043B\u0430 \u0441\u0432\u043E\u0435\u0433\u043E \u043F\u0440\u0435\u0434\u0435\u043B\u0430, \u043F\u043E\u0436\u0430\u043B\u0443\u0439\u0441\u0442\u0430, \u043F\u043E\u043F\u0440\u043E\u0431\u0443\u0439\u0442\u0435 \u043F\u043E\u0437\u0436\u0435 \u0438\u043B\u0438 \u043F\u0435\u0440\u0435\u043A\u043B\u044E\u0447\u0438\u0442\u0435\u0441\u044C \u043D\u0430 \u0434\u0440\u0443\u0433\u0443\u044E \u0441\u043B\u0443\u0436\u0431\u0443 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430.","translationModeLang.translation.description":'\u041A\u043E\u0433\u0434\u0430 \u044F\u0437\u044B\u043A \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u044B \u044F\u0432\u043B\u044F\u0435\u0442\u0441\u044F \u043E\u0434\u043D\u0438\u043C \u0438\u0437 \u0441\u043B\u0435\u0434\u0443\u044E\u0449\u0438\u0445, \u0430\u0432\u0442\u043E\u043C\u0430\u0442\u0438\u0447\u0435\u0441\u043A\u0438 \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u0443\u0435\u0442\u0441\u044F \u0440\u0435\u0436\u0438\u043C "\u0442\u043E\u043B\u044C\u043A\u043E \u043F\u0435\u0440\u0435\u0432\u043E\u0434".',"translationFont.notSupportErrorMessage":"\u041F\u043E\u0436\u0430\u043B\u0443\u0439\u0441\u0442\u0430, \u043F\u0440\u043E\u0432\u0435\u0440\u044C\u0442\u0435 \u043F\u0440\u0430\u0432\u0438\u043B\u044C\u043D\u043E\u0441\u0442\u044C \u0432\u0432\u0435\u0434\u0435\u043D\u043D\u043E\u0433\u043E \u0432\u0430\u043C\u0438 \u043D\u0430\u0437\u0432\u0430\u043D\u0438\u044F \u0448\u0440\u0438\u0444\u0442\u0430 \u0438\u043B\u0438 \u0443\u0431\u0435\u0434\u0438\u0442\u0435\u0441\u044C, \u0447\u0442\u043E \u044D\u0442\u043E\u0442 \u0448\u0440\u0438\u0444\u0442 \u0443\u0436\u0435 \u0443\u0441\u0442\u0430\u043D\u043E\u0432\u043B\u0435\u043D \u043D\u0430 \u0432\u0430\u0448\u0435\u043C \u0443\u0441\u0442\u0440\u043E\u0439\u0441\u0442\u0432\u0435.","error.429":"\u0421\u0435\u0440\u0432\u0438\u0441 \u0432\u043E\u0437\u0432\u0440\u0430\u0449\u0430\u0435\u0442 \u043E\u0448\u0438\u0431\u043A\u0443, \u0447\u0442\u043E \u0443\u043A\u0430\u0437\u044B\u0432\u0430\u0435\u0442 \u043D\u0430 \u0441\u043B\u0438\u0448\u043A\u043E\u043C \u0447\u0430\u0441\u0442\u044B\u0435 \u0437\u0430\u043F\u0440\u043E\u0441\u044B \u0438\u043B\u0438 \u043F\u0440\u0435\u0432\u044B\u0448\u0435\u043D\u0438\u0435 \u043B\u0438\u043C\u0438\u0442\u0430. \u041F\u043E\u0436\u0430\u043B\u0443\u0439\u0441\u0442\u0430, \u043F\u043E\u043F\u0440\u043E\u0431\u0443\u0439\u0442\u0435 \u043F\u043E\u0437\u0436\u0435.","error.400":"\u0421\u043B\u0443\u0436\u0431\u0430 \u0432\u043E\u0437\u0432\u0440\u0430\u0449\u0430\u0435\u0442 \u043E\u0448\u0438\u0431\u043A\u0443, \u043D\u0435\u0432\u0435\u0440\u043D\u044B\u0439 \u0437\u0430\u043F\u0440\u043E\u0441 \u043F\u0430\u0440\u0430\u043C\u0435\u0442\u0440\u0430, \u043F\u0440\u043E\u0432\u0435\u0440\u044C\u0442\u0435 \u0441\u043E\u043E\u0442\u0432\u0435\u0442\u0441\u0442\u0432\u0443\u044E\u0449\u0443\u044E \u043A\u043E\u043D\u0444\u0438\u0433\u0443\u0440\u0430\u0446\u0438\u044E.","error.openAIExceededQuota":"\u0421\u0435\u0440\u0432\u0438\u0441 \u0432\u043E\u0437\u0432\u0440\u0430\u0449\u0430\u0435\u0442 \u043E\u0448\u0438\u0431\u043A\u0443: \u043D\u0430 \u0432\u0430\u0448\u0435\u043C \u0442\u0435\u043A\u0443\u0449\u0435\u043C \u0441\u0447\u0435\u0442\u0443 OpenAI \u043D\u0435\u0434\u043E\u0441\u0442\u0430\u0442\u043E\u0447\u043D\u043E \u0441\u0440\u0435\u0434\u0441\u0442\u0432, \u043F\u043E\u0436\u0430\u043B\u0443\u0439\u0441\u0442\u0430, \u043F\u043E\u043F\u043E\u043B\u043D\u0438\u0442\u0435 \u0441\u0447\u0435\u0442 \u0438\u043B\u0438 \u043F\u0440\u0438\u0432\u044F\u0436\u0438\u0442\u0435 \u043A\u0440\u0435\u0434\u0438\u0442\u043D\u0443\u044E \u043A\u0430\u0440\u0442\u0443 \u0432 \u043E\u0444\u0438\u0446\u0438\u0430\u043B\u044C\u043D\u043E\u0439 \u0430\u0434\u043C\u0438\u043D\u0438\u0441\u0442\u0440\u0430\u0442\u0438\u0432\u043D\u043E\u0439 \u043F\u0430\u043D\u0435\u043B\u0438 OpenAI.","error.googleLimitIp":"\u0421\u043B\u0443\u0436\u0431\u0430 \u0432\u043E\u0437\u0432\u0440\u0430\u0449\u0430\u0435\u0442 \u043E\u0448\u0438\u0431\u043A\u0443, Google \u043E\u0433\u0440\u0430\u043D\u0438\u0447\u0438\u0432\u0430\u0435\u0442 \u0434\u043E\u0441\u0442\u0443\u043F \u0434\u043B\u044F \u044D\u0442\u043E\u0433\u043E IP-\u0430\u0434\u0440\u0435\u0441\u0430, \u0440\u0435\u043A\u043E\u043C\u0435\u043D\u0434\u0443\u0435\u0442\u0441\u044F \u0438\u0437\u043C\u0435\u043D\u0438\u0442\u044C \u0441\u0435\u0442\u0435\u0432\u043E\u0439 \u0443\u0437\u0435\u043B.","desc.toggleVideoSubtitlePreTranslation":"\u041F\u043E\u0441\u043B\u0435 \u043D\u0430\u0436\u0430\u0442\u0438\u044F, \u0434\u0432\u0443\u044F\u0437\u044B\u0447\u043D\u044B\u0435 \u0441\u0443\u0431\u0442\u0438\u0442\u0440\u044B \u0432\u0438\u0434\u0435\u043E \u0431\u0443\u0434\u0443\u0442 \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u044C \u043D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0438 \u043F\u043E\u0433\u0440\u0443\u0436\u0435\u043D\u0438\u044F \u0432 \u043F\u0435\u0440\u0435\u0432\u043E\u0434 \u0432 \u043F\u0435\u0440\u0432\u0443\u044E \u043E\u0447\u0435\u0440\u0435\u0434\u044C, \u043F\u0440\u0438 \u043F\u043E\u0432\u0442\u043E\u0440\u043D\u043E\u043C \u043D\u0430\u0436\u0430\u0442\u0438\u0438 \u0431\u0443\u0434\u0435\u0442 \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u044C\u0441\u044F \u043C\u0430\u0448\u0438\u043D\u043D\u044B\u0439 \u043F\u0435\u0440\u0435\u0432\u043E\u0434 \u0441\u0443\u0431\u0442\u0438\u0442\u0440\u043E\u0432 \u0438\u0437\u043D\u0430\u0447\u0430\u043B\u044C\u043D\u043E\u0433\u043E \u0432\u0438\u0434\u0435\u043E. \u041E\u0431\u0440\u0430\u0442\u0438\u0442\u0435 \u0432\u043D\u0438\u043C\u0430\u043D\u0438\u0435: \u044D\u0442\u043E\u0442 \u044F\u0440\u043B\u044B\u043A \u0438\u0437\u043C\u0435\u043D\u044F\u0435\u0442 \u0433\u043B\u043E\u0431\u0430\u043B\u044C\u043D\u044B\u0435 \u043D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0438.","error.openAIFreeLimit":"\u0421\u0435\u0440\u0432\u0438\u0441 \u0432\u043E\u0437\u0432\u0440\u0430\u0449\u0430\u0435\u0442 \u043E\u0448\u0438\u0431\u043A\u0443, \u0442\u0435\u043A\u0443\u0449\u0430\u044F \u0447\u0430\u0441\u0442\u043E\u0442\u0430 \u0437\u0430\u043F\u0440\u043E\u0441\u043E\u0432 \u043D\u0430 \u043F\u0435\u0440\u0435\u0432\u043E\u0434 \u0434\u043E\u0441\u0442\u0438\u0433\u043B\u0430 \u043F\u0440\u0435\u0434\u0435\u043B\u0430 \u0432 3 \u0440\u0430\u0437\u0430 \u0432 \u043C\u0438\u043D\u0443\u0442\u0443, \u043F\u043E\u0436\u0430\u043B\u0443\u0439\u0441\u0442\u0430, \u043F\u043E\u043F\u0440\u043E\u0431\u0443\u0439\u0442\u0435 \u043F\u043E\u0437\u0436\u0435. (\u042D\u0442\u043E \u043E\u0433\u0440\u0430\u043D\u0438\u0447\u0435\u043D\u0438\u0435 OpenAI \u0434\u043B\u044F \u0431\u0435\u0441\u043F\u043B\u0430\u0442\u043D\u043E\u0433\u043E API Key, \u0447\u0442\u043E\u0431\u044B \u0441\u043D\u044F\u0442\u044C \u044D\u0442\u043E \u043E\u0433\u0440\u0430\u043D\u0438\u0447\u0435\u043D\u0438\u0435, \u043F\u043E\u0436\u0430\u043B\u0443\u0439\u0441\u0442\u0430, \u043F\u0440\u0438\u0432\u044F\u0436\u0438\u0442\u0435 \u043A\u0440\u0435\u0434\u0438\u0442\u043D\u0443\u044E \u043A\u0430\u0440\u0442\u0443 \u0432 \u0431\u044D\u043A\u0435\u043D\u0434\u0435 OpenAI.)","error.serveUnavailable":"\u0412 \u043D\u0430\u0441\u0442\u043E\u044F\u0449\u0435\u0435 \u0432\u0440\u0435\u043C\u044F \u0443\u0441\u043B\u0443\u0433\u0430 [{serverName}], \u043A\u043E\u0442\u043E\u0440\u0443\u044E \u0432\u044B \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u0443\u0435\u0442\u0435, \u0432\u0440\u0435\u043C\u0435\u043D\u043D\u043E \u043D\u0435\u0434\u043E\u0441\u0442\u0443\u043F\u043D\u0430 \u0438\u0437-\u0437\u0430 \u043F\u0440\u043E\u0431\u043B\u0435\u043C \u0441 \u043F\u043E\u0434\u043A\u043B\u044E\u0447\u0435\u043D\u0438\u0435\u043C \u043A \u0441\u0435\u0442\u0438 \u0438\u043B\u0438 \u043F\u043E\u0441\u0442\u0430\u0432\u0449\u0438\u043A\u043E\u043C \u0443\u0441\u043B\u0443\u0433. \u0420\u0435\u043A\u043E\u043C\u0435\u043D\u0434\u0443\u0435\u043C \u0432\u0430\u043C \u043F\u043E\u043F\u0440\u043E\u0431\u043E\u0432\u0430\u0442\u044C \u043E\u0431\u043D\u043E\u0432\u0438\u0442\u044C \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u0443 \u0438\u043B\u0438 \u0438\u0437\u043C\u0435\u043D\u0438\u0442\u044C \u0434\u0440\u0443\u0433\u043E\u0439 \u0441\u0435\u0440\u0432\u0438\u0441 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430 \u0447\u0435\u0440\u0435\u0437 <1>\u043D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0438. \u0415\u0441\u043B\u0438 \u0432\u044B <2>Pro-\u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u0435\u043B\u044C, \u0432\u044B \u043C\u043E\u0436\u0435\u0442\u0435 \u0432\u044B\u0431\u0440\u0430\u0442\u044C \u0431\u043E\u043B\u0435\u0435 \u0441\u0442\u0430\u0431\u0438\u043B\u044C\u043D\u044B\u0435 \u0441\u0435\u0440\u0432\u0438\u0441\u044B \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430 DeepL \u0438\u043B\u0438 OpenAI (<3>\u043D\u0430\u0436\u043C\u0438\u0442\u0435 \u0437\u0434\u0435\u0441\u044C, \u0447\u0442\u043E\u0431\u044B \u043F\u043E\u043F\u0440\u043E\u0431\u043E\u0432\u0430\u0442\u044C \u0431\u0435\u0441\u043F\u043B\u0430\u0442\u043D\u043E). \u041A\u0440\u043E\u043C\u0435 \u0442\u043E\u0433\u043E, \u0432\u0430\u043C, \u0432\u043E\u0437\u043C\u043E\u0436\u043D\u043E, \u043F\u0440\u0438\u0434\u0435\u0442\u0441\u044F \u043F\u0440\u043E\u0432\u0435\u0440\u0438\u0442\u044C \u043D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0438 \u0432\u0430\u0448\u0435\u0439 \u0441\u0435\u0442\u0438 \u0438\u043B\u0438 \u043F\u0440\u043E\u043A\u0441\u0438.",pickAll:"\u0412\u044B\u0431\u0440\u0430\u0442\u044C \u0432\u0441\u0435","tagsInput.add":"+ \u0414\u043E\u0431\u0430\u0432\u0438\u0442\u044C",loggedIn:"\u0412\u0445\u043E\u0434 \u0432\u044B\u043F\u043E\u043B\u043D\u0435\u043D","widget.translateFile":"PDF/ePub","translationServices.gemini":"\u0411\u043B\u0438\u0437\u043D\u0435\u0446\u044B",notLogin:"\u041D\u0435 \u0432\u043E\u0448\u0435\u043B \u0432 \u0441\u0438\u0441\u0442\u0435\u043C\u0443","multipleClick.2":"\u0434\u0432\u043E\u0439\u043D\u043E\u0439 \u043A\u043B\u0438\u043A",goLogin:"\u0432\u043E\u0439\u0442\u0438 \u0432 \u0441\u0438\u0441\u0442\u0435\u043C\u0443","multipleClick.3":"\u0442\u0440\u043E\u0439\u043D\u043E\u0439 \u0443\u0434\u0430\u0440","error.subscriptionExpiredTitle":"\u0427\u043B\u0435\u043D\u0441\u0442\u0432\u043E \u0438\u0441\u0442\u0435\u043A\u043B\u043E",shortcutSettings:"\u0413\u043E\u0440\u044F\u0447\u0438\u0435 \u043A\u043B\u0430\u0432\u0438\u0448\u0438","widget.instruction":"\u0418\u043D\u0441\u0442\u0440\u0443\u043A\u0446\u0438\u044F \u043F\u043E \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u043D\u0438\u044E",contact:"\u0421\u0432\u044F\u0436\u0438\u0442\u0435\u0441\u044C \u0441 \u043D\u0430\u043C\u0438","widget.videoSubtitle":"\u0432\u0438\u0434\u0435\u043E \u0441\u0443\u0431\u0442\u0438\u0442\u0440\u044B","error.retry":"\u041F\u043E\u0432\u0442\u043E\u0440\u0438\u0442\u044C \u043F\u043E\u043F\u044B\u0442\u043A\u0443","widget.instructionTooltip":"\u041F\u0440\u043E\u0441\u043C\u043E\u0442\u0440 \u0438\u043D\u0441\u0442\u0440\u0443\u043A\u0446\u0438\u0439 \u043F\u043E \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u043D\u0438\u044E","subtitle.bilingual":"\u0434\u0432\u0443\u044F\u0437\u044B\u0447\u043D\u044B\u0435 \u0441\u0443\u0431\u0442\u0438\u0442\u0440\u044B","error.reason":"\u043F\u0440\u0438\u0447\u0438\u043D\u0430 \u043E\u0448\u0438\u0431\u043A\u0438",alwaysTranslateThisSite:"\u0412\u0441\u0435\u0433\u0434\u0430 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0438\u0442\u0435 \u044D\u0442\u043E\u0442 \u0441\u0430\u0439\u0442",touchShortcutsOff:"\u0437\u0430\u043A\u0440\u044B\u0442\u044C",neverTranslateThisSite:"\u041D\u0438\u043A\u043E\u0433\u0434\u0430 \u043D\u0435 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0438\u0442\u0435 \u044D\u0442\u043E\u0442 \u0441\u0430\u0439\u0442",buildSnapshots:"\u0421\u043E\u0437\u0434\u0430\u043D\u0438\u0435 \u0441\u043D\u0438\u043C\u043A\u0430 \u0432\u0435\u0431-\u0441\u0442\u0440\u0430\u043D\u0438\u0446\u044B","slide.left":"\u041F\u0440\u043E\u0432\u0435\u0434\u0438\u0442\u0435 \u0432\u043F\u0440\u0430\u0432\u043E","shortcutGroup.others":"\u0411\u043E\u043B\u044C\u0448\u0435 \u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u0435\u043B\u044C\u0441\u043A\u0438\u0445 \u0444\u0443\u043D\u043A\u0446\u0438\u0439 \u0433\u043E\u0440\u044F\u0447\u0438\u0445 \u043A\u043B\u0430\u0432\u0438\u0448",temprarilyChangeTranslationTo_openai:"\u0418\u0441\u043F\u043E\u043B\u044C\u0437\u0443\u0435\u0442\u0441\u044F OpenAI \u0434\u043B\u044F \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430 \u0442\u0435\u043A\u0443\u0449\u0435\u0439 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u044B","intro.hoverTitle":"\u041D\u0430\u0432\u0435\u0434\u0438\u0442\u0435 \u043A\u0443\u0440\u0441\u043E\u0440, \u0447\u0442\u043E\u0431\u044B \u043F\u0435\u0440\u0435\u0432\u0435\u0441\u0442\u0438 \u0442\u0435\u043A\u0443\u0449\u0438\u0439 \u0430\u0431\u0437\u0430\u0446","browser.translateWithDeepL":"\u0412\u0440\u0435\u043C\u0435\u043D\u043D\u043E \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u0443\u0439\u0442\u0435 DeepL \u0434\u043B\u044F \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430 \u0442\u0435\u043A\u0443\u0449\u0435\u0439 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u044B","slide.right":"\u0421\u0432\u0430\u0439\u043F \u0432\u043B\u0435\u0432\u043E",translationOnlyMode:"\u0422\u043E\u043B\u044C\u043A\u043E \u0440\u0435\u0436\u0438\u043C \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430",notLoginPro:"\u0412\u044B \u0435\u0449\u0435 \u043D\u0435 \u0432\u043E\u0448\u043B\u0438 \u0432 \u0441\u0432\u043E\u0439 \u0430\u043A\u043A\u0430\u0443\u043D\u0442",mouseHoverCustomKeyTitle:"\u041D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0430 \u0433\u043E\u0440\u044F\u0447\u0438\u0445 \u043A\u043B\u0430\u0432\u0438\u0448 \u043F\u0440\u0438 \u043D\u0430\u0432\u0435\u0434\u0435\u043D\u0438\u0438 \u043C\u044B\u0448\u0438","shortcutGroup.mouse":"\u041D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0430 \u0433\u043E\u0440\u044F\u0447\u0438\u0445 \u043A\u043B\u0430\u0432\u0438\u0448 \u043F\u0440\u0438 \u043D\u0430\u0432\u0435\u0434\u0435\u043D\u0438\u0438 \u043C\u044B\u0448\u0438",temprarilyChangeTranslationTo_deepl:"\u0418\u0441\u043F\u043E\u043B\u044C\u0437\u0443\u0435\u0442\u0441\u044F \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0447\u0438\u043A DeepL \u0434\u043B\u044F \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430 \u0442\u0435\u043A\u0443\u0449\u0435\u0439 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u044B.","browser.translateWithGoogle":"\u0412\u0440\u0435\u043C\u0435\u043D\u043D\u043E\u0435 \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u043D\u0438\u0435 Google Translate \u0434\u043B\u044F \u0442\u0435\u043A\u0443\u0449\u0435\u0439 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u044B","shortcutGroup.touch":"\u0421\u043F\u0435\u0446\u0438\u0430\u043B\u044C\u043D\u044B\u0435 \u0436\u0435\u0441\u0442\u044B \u0434\u043B\u044F \u0441\u0435\u043D\u0441\u043E\u0440\u043D\u043E\u0433\u043E \u044D\u043A\u0440\u0430\u043D\u0430","browser.translateInputBox":"\u041F\u0435\u0440\u0435\u0432\u0435\u0441\u0442\u0438 \u0442\u0435\u043A\u0443\u0449\u0435\u0435 \u0441\u043E\u0434\u0435\u0440\u0436\u0438\u043C\u043E\u0435 \u0432\u0432\u043E\u0434\u0430","widget.videoSubtitleTooltip":"\u041F\u043E\u0434\u0434\u0435\u0440\u0436\u043A\u0430 Youtube \u0438 \u0434\u0440\u0443\u0433\u0438\u0445 {count}+ \u0432\u0438\u0434\u0435\u043E-\u0441\u0430\u0439\u0442\u043E\u0432","browser.translateWithGemini":"\u0412\u0440\u0435\u043C\u0435\u043D\u043D\u043E \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u0443\u0439\u0442\u0435 Gemini \u0434\u043B\u044F \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430 \u0442\u0435\u043A\u0443\u0449\u0435\u0439 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u044B","subtitle.hideQuickButton":"\u0411\u043E\u043B\u044C\u0448\u0435 \u043D\u0435 \u043F\u043E\u043A\u0430\u0437\u044B\u0432\u0430\u0442\u044C \u044D\u0442\u043E\u0442 \u044F\u0440\u043B\u044B\u043A","browser.translateWithBing":"\u0412\u0440\u0435\u043C\u0435\u043D\u043D\u043E \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u0443\u0439\u0442\u0435 Microsoft \u0434\u043B\u044F \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430 \u0442\u0435\u043A\u0443\u0449\u0435\u0439 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u044B","browser.translateWithTransmart":"\u0412\u0440\u0435\u043C\u0435\u043D\u043D\u043E \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u0443\u0439\u0442\u0435 Tencent \u0434\u043B\u044F \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430 \u0442\u0435\u043A\u0443\u0449\u0435\u0439 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u044B","multipleClick.4":"\u0447\u0435\u0442\u044B\u0440\u0435\u0445\u043A\u0440\u0430\u0442\u043D\u044B\u0439 \u0443\u0434\u0430\u0440",temprarilyChangeTranslationTo_gemini:"\u0418\u0441\u043F\u043E\u043B\u044C\u0437\u0443\u0435\u0442\u0441\u044F \u043F\u0435\u0440\u0435\u0432\u043E\u0434 \u0442\u0435\u043A\u0443\u0449\u0435\u0439 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u044B \u0441 \u043F\u043E\u043C\u043E\u0449\u044C\u044E Gemini","floatBall.longPress":"\u0423\u0434\u0435\u0440\u0436\u0438\u0432\u0430\u0439\u0442\u0435 \u043A\u043D\u043E\u043F\u043A\u0443, \u0447\u0442\u043E\u0431\u044B \u0431\u044B\u0441\u0442\u0440\u043E \u043E\u0442\u043A\u0440\u044B\u0442\u044C \u043F\u0430\u043D\u0435\u043B\u044C \u043D\u0430\u0441\u0442\u0440\u043E\u0435\u043A.",shortcutSettingsTitle:"\u041D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0430 \u0433\u043E\u0440\u044F\u0447\u0438\u0445 \u043A\u043B\u0430\u0432\u0438\u0448",networkError:"\u041F\u0440\u043E\u0431\u043B\u0435\u043C\u044B \u0441 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0447\u0435\u0441\u043A\u0438\u043C \u0441\u0435\u0440\u0432\u0438\u0441\u043E\u043C \u0438\u043B\u0438 \u0441\u0435\u0442\u044C\u044E","intro.floatBallTitle":"\u0411\u044B\u0441\u0442\u0440\u044B\u0439 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0447\u0438\u043A \u0432\u0441\u043F\u043B\u044B\u0432\u0430\u044E\u0449\u0435\u0433\u043E \u0448\u0430\u0440\u0430",temprarilyChangeTranslationTo_transmart:"\u0418\u0441\u043F\u043E\u043B\u044C\u0437\u0443\u0435\u0442\u0441\u044F \u043F\u0435\u0440\u0435\u0432\u043E\u0434 \u0442\u0435\u043A\u0443\u0449\u0435\u0439 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u044B \u0447\u0435\u0440\u0435\u0437 Tencent.","subtitle.autoDisableSubtitle":"\u041D\u0435 \u0430\u0432\u0442\u043E\u043C\u0430\u0442\u0438\u0447\u0435\u0441\u043A\u0438 \u0432\u043A\u043B\u044E\u0447\u0430\u0442\u044C \u0434\u0432\u0443\u044F\u0437\u044B\u0447\u043D\u044B\u0435 \u0441\u0443\u0431\u0442\u0438\u0442\u0440\u044B","browser.translateWithOpenAI":"\u0412\u0440\u0435\u043C\u0435\u043D\u043D\u043E \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u0443\u0439\u0442\u0435 OpenAI \u0434\u043B\u044F \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430 \u0442\u0435\u043A\u0443\u0449\u0435\u0439 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u044B","shortcutGroup.shortcutsForTranslationServices":"\u0421\u043E\u0447\u0435\u0442\u0430\u043D\u0438\u044F \u043A\u043B\u0430\u0432\u0438\u0448, \u0441\u0432\u044F\u0437\u0430\u043D\u043D\u044B\u0435 \u0441 \u0443\u0441\u043B\u0443\u0433\u0430\u043C\u0438 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430",temprarilyChangeTranslationTo_google:"\u0418\u0441\u043F\u043E\u043B\u044C\u0437\u0443\u0435\u0442\u0441\u044F Google Translate \u0434\u043B\u044F \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430 \u0442\u0435\u043A\u0443\u0449\u0435\u0439 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u044B.",paragraphMinTextCountField:"\u041C\u0438\u043D\u0438\u043C\u0430\u043B\u044C\u043D\u043E\u0435 \u043A\u043E\u043B\u0438\u0447\u0435\u0441\u0442\u0432\u043E \u0441\u0438\u043C\u0432\u043E\u043B\u043E\u0432, \u043D\u0435\u043E\u0431\u0445\u043E\u0434\u0438\u043C\u044B\u0445 \u0434\u043B\u044F \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430 \u0430\u0431\u0437\u0430\u0446\u0430",temprarilyChangeTranslationTo_bing:"\u0418\u0441\u043F\u043E\u043B\u044C\u0437\u0443\u0435\u0442\u0441\u044F Microsoft \u0434\u043B\u044F \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430 \u0442\u0435\u043A\u0443\u0449\u0435\u0439 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u044B",upgradeToProErrorTitle:"\u041F\u043E\u0436\u0430\u043B\u0443\u0439\u0441\u0442\u0430, \u043E\u0431\u043D\u043E\u0432\u0438\u0442\u0435 \u0434\u043E Pro-\u0447\u043B\u0435\u043D\u0441\u0442\u0432\u0430, \u0447\u0442\u043E\u0431\u044B \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u044C \u044D\u0442\u0443 \u0443\u0441\u043B\u0443\u0433\u0443 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430.","floatBall.guideClickToTranslate":`\u041D\u0430\u0436\u043C\u0438\u0442\u0435 \u043D\u0430 \u043F\u043B\u0430\u0432\u0430\u044E\u0449\u0438\u0439 \u0448\u0430\u0440 \u0434\u043B\u044F \u043F\u043E\u0433\u0440\u0443\u0436\u0435\u043D\u0438\u044F \u0432 \u043F\u0435\u0440\u0435\u0432\u043E\u0434, + {env.imt_sub_trans_field}: Traduzione`,"translationServices.claude":"Claude","subtitle.quickButton.black":"nero","subtitle.quickButton.blue":"blu","subtitle.quickButton.white":"bianco","subtitle.quickButton.green":"Verde","subtitle.quickButton.magenta":"Fucsia","subtitle.quickButton.sourceTextColor":"Colore del carattere originale","subtitle.quickButton.yellow":"giallo","subtitle.quickButton.sourceFontSize":"Dimensione originale del carattere","subtitle.quickButton.backgroundOpacity":"Opacit\xE0 di sfondo","subtitle.quickButton.translationPositionTop":"Sopra il testo originale","subtitle.quickButton.backgroundColor":"colore di sfondo","subtitle.quickButton.translationPosition":"Posizione del testo tradotto","subtitle.quickButton.translationPositionBottom":"Sotto il testo originale","subtitle.quickButton.red":"Rosso","subtitle.quickButton.cyan":"Blu","subtitle.quickButton.setting":"Impostazione","subtitle.quickButton.translationTextColor":"Colore del carattere del testo","subtitle.quickButton.translationFontSize":"Dimensione del carattere del testo tradotto",attachSubtitleTranslating:"Utilizzando {service} per la traduzione...","error.claude.403":"Non hai l'autorizzazione per accedere al servizio, potrebbe essere correlato alle restrizioni regionali di Claude, puoi provare a cambiare il tuo indirizzo IP o utilizzare altri servizi di traduzione.","browser.brandDescriptionForSafari":"\u3010Traduzione Immersiva\u3011Un plugin gratuito per la traduzione di pagine web bilingue (originale/tradotto), che supporta anche la traduzione di PDF e libri elettronici EPUB mantenendo la formattazione originale del documento, la traduzione di sottotitoli bilingui per video online come Youtube/Netflix, e supporta servizi di traduzione mainstream come Deepl/Google;","browser.PdfProFile":"Traduzione Pro di PDF guidata da AI","browser.textTranslate":"Traduzione del testo"};var Rl={nologin:"\u043D\u0435 \u0432\u043E\u0448\u0451\u043B \u0432 \u0441\u0438\u0441\u0442\u0435\u043C\u0443",loginForSafari:"\u0412\u043E\u0439\u0442\u0438 \u0438\u043B\u0438 \u0437\u0430\u0440\u0435\u0433\u0438\u0441\u0442\u0440\u0438\u0440\u043E\u0432\u0430\u0442\u044C\u0441\u044F",login:"\u0412\u0445\u043E\u0434 \u0432 \u0441\u0438\u0441\u0442\u0435\u043C\u0443 \u0434\u043B\u044F \u043E\u0442\u043A\u0440\u044B\u0442\u0438\u044F \u0447\u043B\u0435\u043D\u0441\u0442\u0432\u0430",manageAccount:"\u0423\u043F\u0440\u0430\u0432\u043B\u044F\u0435\u043C\u044B\u0435 \u0441\u0447\u0435\u0442\u0430",openPremium:"\u041E\u0442\u043A\u0440\u044B\u0442\u043E\u0435 \u0447\u043B\u0435\u043D\u0441\u0442\u0432\u043E",logout:"\u043F\u0440\u0435\u0440\u0432\u0430\u0442\u044C",curentPlan:"\u0422\u0435\u043A\u0443\u0449\u0438\u0435 \u043F\u0430\u043A\u0435\u0442\u044B",endAt:"\u0441\u0440\u043E\u043A \u0434\u0435\u0439\u0441\u0442\u0432\u0438\u044F",endAuto:"\u0430\u0432\u0442\u043E\u043F\u0440\u043E\u0434\u043B\u0435\u043D\u0438\u0435",lineBreakMaxTextCount:"\u041C\u0430\u043A\u0441\u0438\u043C\u0430\u043B\u044C\u043D\u043E\u0435 \u043A\u043E\u043B\u0438\u0447\u0435\u0441\u0442\u0432\u043E \u0441\u0438\u043C\u0432\u043E\u043B\u043E\u0432, \u0434\u043E\u043F\u0443\u0441\u0442\u0438\u043C\u043E\u0435 \u0432 \u043E\u0434\u043D\u043E\u043C \u043F\u0440\u0435\u0434\u043B\u043E\u0436\u0435\u043D\u0438\u0438 \u043F\u043E\u0441\u043B\u0435 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430 \u0441\u0442\u0440\u043E\u043A\u0438","translate-pdf":"\u041D\u0430\u0436\u043C\u0438\u0442\u0435, \u0447\u0442\u043E\u0431\u044B \u043F\u0435\u0440\u0435\u0432\u0435\u0441\u0442\u0438 PDF","noSupportTranslate-pdf":"\u0421\u043A\u0440\u0438\u043F\u0442 \u043D\u0435 \u043F\u043E\u0434\u0434\u0435\u0440\u0436\u0438\u0432\u0430\u0435\u0442\u0441\u044F, \u043F\u043E\u0436\u0430\u043B\u0443\u0439\u0441\u0442\u0430, \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u0443\u0439\u0442\u0435 \u043F\u043B\u0430\u0433\u0438\u043D","translate-firefox-local-pdf":"\u041D\u0430\u0436\u043C\u0438\u0442\u0435 \u0434\u043B\u044F \u043F\u0435\u0440\u0435\u0445\u043E\u0434\u0430 \u043A \u0440\u0430\u0437\u0434\u0435\u043B\u0443 \u0418\u043C\u043F\u043E\u0440\u0442 PDF",enableLineBreak:"\u0412\u043A\u043B\u044E\u0447\u0438\u0442\u044C \u0430\u0432\u0442\u043E\u043C\u0430\u0442\u0438\u0447\u0435\u0441\u043A\u0443\u044E \u043F\u043E\u0434\u0430\u0447\u0443 \u0441\u0442\u0440\u043E\u043A\u0438 \u0434\u043B\u044F \u0434\u043B\u0438\u043D\u043D\u044B\u0445 \u0430\u0431\u0437\u0430\u0446\u0435\u0432",sponsorLabel:"$1 \u0421\u043F\u043E\u043D\u0441\u0438\u0440\u0443\u0435\u043C\u044B\u0435 \u0440\u0430\u0437\u0440\u0430\u0431\u043E\u0442\u0447\u0438\u043A\u0438",help:"\u0440\u0443\u043A\u0430",browserShortcutsNoteForFirefox:"\u0427\u0442\u043E\u0431\u044B \u0438\u0437\u043C\u0435\u043D\u0438\u0442\u044C \u044F\u0440\u043B\u044B\u043A\u0438 \u0432 Firefox, \u043D\u0435\u043E\u0431\u0445\u043E\u0434\u0438\u043C\u043E \u043E\u0442\u043A\u0440\u044B\u0442\u044C \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u0443 \u0443\u043F\u0440\u0430\u0432\u043B\u0435\u043D\u0438\u044F \u0440\u0430\u0441\u0448\u0438\u0440\u0435\u043D\u0438\u044F\u043C\u0438 `about:addons`, \u0437\u0430\u0442\u0435\u043C \u043D\u0430\u0436\u0430\u0442\u044C `Settings`, \u0430 \u0434\u043B\u044F \u043D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0438 \u044F\u0440\u043B\u044B\u043A\u043E\u0432 - `Manage Shortcuts`.",browserShortcutsNoteForChrome:"\u0414\u043B\u044F \u0438\u0437\u043C\u0435\u043D\u0435\u043D\u0438\u044F \u044F\u0440\u043B\u044B\u043A\u043E\u0432 \u0432 Chrome \u043D\u0435\u043E\u0431\u0445\u043E\u0434\u0438\u043C\u043E \u043E\u0442\u043A\u0440\u044B\u0442\u044C \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u0443 \u0443\u043F\u0440\u0430\u0432\u043B\u0435\u043D\u0438\u044F \u0440\u0430\u0441\u0448\u0438\u0440\u0435\u043D\u0438\u044F\u043C\u0438, \u0437\u0430\u0434\u0430\u0442\u044C \u0438\u0445 \u043D\u0430 \u043F\u0430\u043D\u0435\u043B\u0438 `Manage Shortcuts` (`chrome://extensions/shortcuts`) \u0438 \u043D\u0430\u0436\u0430\u0442\u044C \u043A\u043D\u043E\u043F\u043A\u0443 \u043D\u0438\u0436\u0435 \u0434\u043B\u044F \u043F\u0435\u0440\u0435\u0445\u043E\u0434\u0430 \u043D\u0430 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u0443 \u0443\u043F\u0440\u0430\u0432\u043B\u0435\u043D\u0438\u044F \u044F\u0440\u043B\u044B\u043A\u0430\u043C\u0438.",browserShortcutsSucks:"\u041D\u0430\u0441\u0442\u0440\u043E\u0435\u043D\u043D\u044B\u0435 \u044F\u0440\u043B\u044B\u043A\u0438 \u0438\u043C\u0435\u044E\u0442 \u0432\u0438\u0434 (\u0430\u0432\u0442\u043E\u0440\u0430\u0441\u043F\u043E\u0437\u043D\u0430\u0432\u0430\u043D\u0438\u0435 \u043D\u0435 \u043F\u0440\u043E\u0438\u0437\u0432\u043E\u0434\u0438\u0442\u0441\u044F, \u0432\u0432\u043E\u0434\u0438\u0442\u0435 \u043D\u0435\u043F\u043E\u0441\u0440\u0435\u0434\u0441\u0442\u0432\u0435\u043D\u043D\u043E)\uFF1A",enableLineBreakDescription:"\u041F\u0440\u0438 \u0432\u043A\u043B\u044E\u0447\u0435\u043D\u0438\u0438 \u044D\u0442\u043E\u0439 \u0444\u0443\u043D\u043A\u0446\u0438\u0438 \u0432 \u0434\u043B\u0438\u043D\u043D\u044B\u0445 \u0430\u0431\u0437\u0430\u0446\u0430\u0445 \u0432 \u043A\u043E\u043D\u0446\u0435 \u043A\u0430\u0436\u0434\u043E\u0433\u043E \u043F\u0440\u0435\u0434\u043B\u043E\u0436\u0435\u043D\u0438\u044F \u0431\u0443\u0434\u0443\u0442 \u0432\u0441\u0442\u0430\u0432\u043B\u0435\u043D\u044B \u043F\u0435\u0440\u0435\u043D\u043E\u0441\u044B \u0441\u0442\u0440\u043E\u043A, \u0447\u0442\u043E \u043E\u0431\u043B\u0435\u0433\u0447\u0438\u0442 \u0438\u0445 \u0447\u0442\u0435\u043D\u0438\u0435","browser.shortBrandName":"\u041F\u043E\u0433\u0440\u0443\u0436\u043D\u043E\u0439 \u043F\u0435\u0440\u0435\u0432\u043E\u0434","browser.brandName":"\u0418\u043C\u043C\u0435\u0440\u0441\u0438\u043E\u043D\u043D\u044B\u0439 \u043F\u0435\u0440\u0435\u0432\u043E\u0434: \u0434\u0432\u0443\u044F\u0437\u044B\u0447\u043D\u044B\u0439 \u043F\u0435\u0440\u0435\u0432\u043E\u0434 \u0432\u0435\u0431-\u0441\u0442\u0440\u0430\u043D\u0438\u0446 \u0438 PDF-\u0434\u043E\u043A\u0443\u043C\u0435\u043D\u0442\u043E\u0432","browser.brandDescription":"Bilingual web page translation, also supports PDF translation, bilingual Epub eBook translation, free to use.","browser.toggleTranslatePage":"\u041F\u0435\u0440\u0435\u0432\u0435\u0441\u0442\u0438 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u0443/\u043E\u0442\u043E\u0431\u0440\u0430\u0437\u0438\u0442\u044C \u043E\u0440\u0438\u0433\u0438\u043D\u0430\u043B\u044C\u043D\u044B\u0439 \u0442\u0435\u043A\u0441\u0442","browser.toggleTranslateTheWholePage":"\u041F\u0435\u0440\u0435\u0432\u0435\u0441\u0442\u0438 \u0432\u0441\u0435 \u043E\u0431\u043B\u0430\u0441\u0442\u0438 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u044B/\u043E\u0442\u043E\u0431\u0440\u0430\u0437\u0438\u0442\u044C \u043E\u0440\u0438\u0433\u0438\u043D\u0430\u043B\u044C\u043D\u044B\u0439 \u0442\u0435\u043A\u0441\u0442","browser.toggleOnlyTransation":"\u041F\u0435\u0440\u0435\u043A\u043B\u044E\u0447\u0438\u0442\u044C \u043D\u0430 \u0434\u0432\u0443\u044F\u0437\u044B\u0447\u043D\u044B\u0439 / \u0442\u043E\u043B\u044C\u043A\u043E \u043F\u0435\u0440\u0435\u0432\u043E\u0434 \u0440\u0435\u0436\u0438\u043C","browser.toggleTranslateToThePageEndImmediately":"\u041D\u0435\u043C\u0435\u0434\u043B\u0435\u043D\u043D\u044B\u0439 \u043F\u0435\u0440\u0435\u0432\u043E\u0434 \u0432 \u043D\u0438\u0436\u043D\u044E\u044E \u0447\u0430\u0441\u0442\u044C \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u044B/\u043E\u0442\u043E\u0431\u0440\u0430\u0436\u0435\u043D\u0438\u0435 \u043E\u0440\u0438\u0433\u0438\u043D\u0430\u043B\u044C\u043D\u043E\u0433\u043E \u0442\u0435\u043A\u0441\u0442\u0430","browser.toggleTranslateTheMainPage":"\u041F\u0435\u0440\u0435\u0432\u0435\u0441\u0442\u0438 \u043E\u0441\u043D\u043E\u0432\u043D\u0443\u044E \u043E\u0431\u043B\u0430\u0441\u0442\u044C \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u044B/\u043E\u0442\u043E\u0431\u0440\u0430\u0437\u0438\u0442\u044C \u043E\u0440\u0438\u0433\u0438\u043D\u0430\u043B\u044C\u043D\u044B\u0439 \u0442\u0435\u043A\u0441\u0442","browser.shareToDraft":"\u041F\u043E\u0434\u0435\u043B\u0438\u0442\u044C\u0441\u044F \u0414\u0432\u0443\u044F\u0437\u044B\u0447\u043D\u044B\u0435 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u044B","browser.openOptionsPage":"\u041E\u0442\u043A\u0440\u043E\u0439\u0442\u0435 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u0443 \u043D\u0430\u0441\u0442\u0440\u043E\u0435\u043A","browser.toggleTranslationMask":"\u041F\u043E\u043A\u0430\u0437\u0430\u0442\u044C/\u0441\u043A\u0440\u044B\u0442\u044C \u044D\u0444\u0444\u0435\u043A\u0442 \u0440\u0430\u0437\u043C\u044B\u0442\u0438\u044F \u043F\u0440\u0438 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0435","browser.translateLocalPdfFile":"\u041F\u0435\u0440\u0435\u0432\u043E\u0434 \u043B\u043E\u043A\u0430\u043B\u044C\u043D\u044B\u0445 PDF-\u0444\u0430\u0439\u043B\u043E\u0432","browser.openEbookViewer":"\u0427\u0438\u0442\u0430\u0442\u044C \u043C\u0435\u0441\u0442\u043D\u044B\u0435 \u044D\u043B\u0435\u043A\u0442\u0440\u043E\u043D\u043D\u044B\u0435 \u043A\u043D\u0438\u0433\u0438","browser.openEbookBuilder":"\u0421\u043E\u0437\u0434\u0430\u043D\u0438\u0435 \u0434\u0432\u0443\u044F\u0437\u044B\u0447\u043D\u044B\u0445 \u044D\u043B\u0435\u043A\u0442\u0440\u043E\u043D\u043D\u044B\u0445 \u043A\u043D\u0438\u0433 EPUB","browser.translateLocalHtmlFile":"\u041F\u0435\u0440\u0435\u0432\u043E\u0434 HTML/\u0442\u0435\u043A\u0441\u0442\u043E\u0432\u044B\u0445 \u0444\u0430\u0439\u043B\u043E\u0432","browser.donateContext":"\u0423\u0437\u043D\u0430\u0439\u0442\u0435 \u043E \u043F\u0440\u0435\u0438\u043C\u0443\u0449\u0435\u0441\u0442\u0432\u0430\u0445 \u0441\u043F\u043E\u043D\u0441\u043E\u0440\u0441\u0442\u0432\u0430","browser.translateLocalSubtitleFile":"\u041F\u0435\u0440\u0435\u0432\u043E\u0434 \u0444\u0430\u0439\u043B\u043E\u0432 \u043B\u043E\u043A\u0430\u043B\u044C\u043D\u044B\u0445 \u0441\u0443\u0431\u0442\u0438\u0442\u0440\u043E\u0432",confirmResetConfig:"\u0412\u044B \u0443\u0432\u0435\u0440\u0435\u043D\u044B, \u0447\u0442\u043E \u0445\u043E\u0442\u0438\u0442\u0435 \u0441\u0431\u0440\u043E\u0441\u0438\u0442\u044C \u043D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0438?",translationLineBreakSettingTitle:"\u041D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0430 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430 \u0441\u0442\u0440\u043E\u043A\u0438",smartLineBreak:"\u0438\u043D\u0442\u0435\u043B\u043B\u0435\u043A\u0442\u0443\u0430\u043B\u044C\u043D\u043E\u0435 \u043B\u0438\u043D\u0435\u0439\u043D\u043E\u0435 \u043F\u0438\u0442\u0430\u043D\u0438\u0435 (\u0432\u044B\u0447\u0438\u0441\u043B\u0438\u0442\u0435\u043B\u044C\u043D\u0430\u044F \u0442\u0435\u0445\u043D\u0438\u043A\u0430)",alwaysLineBreak:"\u0412\u0441\u0435\u0433\u0434\u0430 \u043F\u043E\u0434\u0430\u0447\u0430 \u0441\u0442\u0440\u043E\u043A\u0438",isShowContextMenu:"\u0414\u043E\u0431\u0430\u0432\u043B\u0435\u043D\u0438\u0435 \u043F\u0435\u0440\u0435\u0432\u0435\u0434\u0435\u043D\u043D\u044B\u0445 \u0441\u0442\u0440\u0430\u043D\u0438\u0446 \u0432 \u043F\u0443\u043D\u043A\u0442\u044B \u043C\u0435\u043D\u044E, \u0432\u044B\u0437\u044B\u0432\u0430\u0435\u043C\u044B\u0435 \u043F\u0440\u0430\u0432\u043E\u0439 \u043A\u043D\u043E\u043F\u043A\u043E\u0439 \u043C\u044B\u0448\u0438",toggleBeta:"\u0412\u043A\u043B\u044E\u0447\u0435\u043D\u0438\u0435 \u0444\u0443\u043D\u043A\u0446\u0438\u0439 \u0431\u0435\u0442\u0430-\u0442\u0435\u0441\u0442\u0438\u0440\u043E\u0432\u0430\u043D\u0438\u044F",betaDescription:"\u0412\u043A\u043B\u044E\u0447\u0438\u0442\u0435 \u0444\u0443\u043D\u043A\u0446\u0438\u0438, \u043A\u043E\u0442\u043E\u0440\u044B\u0435 \u043F\u043E\u043A\u0430 \u043D\u0430\u0445\u043E\u0434\u044F\u0442\u0441\u044F \u0432 \u0441\u0442\u0430\u0434\u0438\u0438 \u044D\u043A\u0441\u043F\u0435\u0440\u0438\u043C\u0435\u043D\u0442\u0430, \u0430 \u0442\u0430\u043A\u0436\u0435 \u0441\u043B\u0443\u0436\u0431\u0443 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430 \u0432 \u0431\u0435\u0442\u0430-\u0432\u0435\u0440\u0441\u0438\u0438. \u041F\u0440\u0438\u0441\u043E\u0435\u0434\u0438\u043D\u044F\u0439\u0442\u0435\u0441\u044C \u043A <1>\u0433\u0440\u0443\u043F\u043F\u0435 Telegram, \u0447\u0442\u043E\u0431\u044B \u0443\u0437\u043D\u0430\u0442\u044C \u0431\u043E\u043B\u044C\u0448\u0435.",translationLineBreakSettingDescription:"\u0414\u043B\u044F \u0441\u0442\u0440\u0430\u043D\u0438\u0446 \u0441 \u043D\u0435\u0431\u043E\u043B\u044C\u0448\u0438\u043C \u0441\u043E\u0434\u0435\u0440\u0436\u0430\u043D\u0438\u0435\u043C \u0432\u0441\u0435\u0433\u0434\u0430 \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u0443\u0439\u0442\u0435 \u0430\u043A\u043A\u0443\u0440\u0430\u0442\u043D\u044B\u0435 \u043F\u0435\u0440\u0435\u043D\u043E\u0441\u044B \u0441\u0442\u0440\u043E\u043A. (\u0414\u043B\u044F \u044D\u043A\u043E\u043D\u043E\u043C\u0438\u0438 \u043C\u0435\u0441\u0442\u0430 \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u0443\u0439\u0442\u0435 \u0433\u0440\u0430\u043C\u043E\u0442\u043D\u044B\u0435 \u043F\u0435\u0440\u0435\u043D\u043E\u0441\u044B \u0441\u0442\u0440\u043E\u043A \u0432 \u0434\u043B\u0438\u043D\u043D\u044B\u0445 \u0430\u0431\u0437\u0430\u0446\u0430\u0445 \u0441 \u0431\u043E\u043B\u044C\u0448\u0438\u043C \u0441\u043E\u0434\u0435\u0440\u0436\u0430\u043D\u0438\u0435\u043C (\u0431\u043E\u043B\u0435\u0435{count}\u0441\u0438\u043C\u0432\u043E\u043B\u043E\u0432)).",tempTranslateDomainTitle:"\u041F\u0440\u043E\u0434\u043E\u043B\u0436\u0438\u0442\u0435\u043B\u044C\u043D\u043E\u0441\u0442\u044C \u0432\u0440\u0435\u043C\u0435\u043D\u043D\u043E\u0433\u043E \u0432\u043A\u043B\u044E\u0447\u0435\u043D\u0438\u044F \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430 \u0441\u0430\u0439\u0442\u0430",tempTranslateDomainDescription:"\u041F\u0440\u0438 \u0440\u0443\u0447\u043D\u043E\u043C \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0435 \u0432\u0435\u0431-\u0441\u0442\u0440\u0430\u043D\u0438\u0446\u044B \u0432\u0440\u0435\u043C\u0435\u043D\u043D\u043E \u0432\u043A\u043B\u044E\u0447\u0438\u0442\u044C \u0430\u0432\u0442\u043E\u043C\u0430\u0442\u0438\u0447\u0435\u0441\u043A\u0438\u0439 \u043F\u0435\u0440\u0435\u0432\u043E\u0434, \u043F\u0440\u0438 \u044D\u0442\u043E\u043C \u043C\u043E\u0436\u043D\u043E \u0437\u0430\u0434\u0430\u0442\u044C \u0432\u0440\u0435\u043C\u0435\u043D\u043D\u0443\u044E \u043F\u0440\u043E\u0434\u043E\u043B\u0436\u0438\u0442\u0435\u043B\u044C\u043D\u043E\u0441\u0442\u044C.",xMinutes:"{count} \u043C\u0438\u043D\u0443\u0442",disabled:"\u0437\u0430\u043F\u0440\u0435\u0449\u0430\u0442\u044C \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u043D\u0438\u0435 \u0447\u0435\u0433\u043E-\u043B.",changelog:"\u0416\u0443\u0440\u043D\u0430\u043B \u043E\u0431\u043D\u043E\u0432\u043B\u0435\u043D\u0438\u0439",toggleTranslatePageWhenThreeFingersOnTheScreen:"\u041E\u0434\u043D\u043E\u0432\u0440\u0435\u043C\u0435\u043D\u043D\u043E\u0435 \u043A\u0430\u0441\u0430\u043D\u0438\u0435 \u044D\u043A\u0440\u0430\u043D\u0430 \u043D\u0435\u0441\u043A\u043E\u043B\u044C\u043A\u0438\u043C\u0438 \u043F\u0430\u043B\u044C\u0446\u0430\u043C\u0438 \u043E\u0431\u0435\u0441\u043F\u0435\u0447\u0438\u0432\u0430\u0435\u0442 \u043F\u0435\u0440\u0435\u0432\u043E\u0434 \u0432\u0435\u0431-\u0441\u0442\u0440\u0430\u043D\u0438\u0446/\u043E\u0442\u043E\u0431\u0440\u0430\u0436\u0435\u043D\u0438\u0435 \u043E\u0440\u0438\u0433\u0438\u043D\u0430\u043B\u044C\u043D\u043E\u0433\u043E \u0442\u0435\u043A\u0441\u0442\u0430",toggleTranslationMaskWhenThreeFingersOnTheScreen:"\u041F\u0440\u0438\u043A\u043E\u0441\u043D\u043E\u0432\u0435\u043D\u0438\u0435 \u043D\u0435\u0441\u043A\u043E\u043B\u044C\u043A\u0438\u043C\u0438 \u043F\u0430\u043B\u044C\u0446\u0430\u043C\u0438 \u043F\u043E\u043A\u0430\u0437\u044B\u0432\u0430\u0435\u0442/\u0441\u043A\u0440\u044B\u0432\u0430\u0435\u0442 \u044D\u0444\u0444\u0435\u043A\u0442 \u0440\u0430\u0437\u043C\u044B\u0442\u0438\u044F.",fingerCountToToggleTranslagePageOnlyTranslationWhenTouching:"\u041F\u0440\u0438 \u043E\u0434\u043D\u043E\u0432\u0440\u0435\u043C\u0435\u043D\u043D\u043E\u043C \u043A\u0430\u0441\u0430\u043D\u0438\u0438 \u044D\u043A\u0440\u0430\u043D\u0430 \u043D\u0435\u0441\u043A\u043E\u043B\u044C\u043A\u0438\u043C\u0438 \u043F\u0430\u043B\u044C\u0446\u0430\u043C\u0438 \u043E\u0441\u0443\u0449\u0435\u0441\u0442\u0432\u043B\u044F\u0435\u0442\u0441\u044F \u043F\u0435\u0440\u0435\u0432\u043E\u0434 \u0432\u0435\u0431-\u0441\u0442\u0440\u0430\u043D\u0438\u0446\u044B (\u0442\u043E\u043B\u044C\u043A\u043E \u043F\u0435\u0440\u0435\u0432\u043E\u0434)/\u043E\u0442\u043E\u0431\u0440\u0430\u0436\u0435\u043D\u0438\u0435 \u043E\u0440\u0438\u0433\u0438\u043D\u0430\u043B\u044C\u043D\u043E\u0433\u043E \u0442\u0435\u043A\u0441\u0442\u0430.",addUrlDescription:"\u041C\u043E\u0436\u0435\u0442 \u0431\u044B\u0442\u044C \u0434\u043E\u043C\u0435\u043D\u043D\u044B\u043C \u0438\u043C\u0435\u043D\u0435\u043C, \u0430 \u0442\u0430\u043A\u0436\u0435 \u043F\u043E\u0434\u0434\u0435\u0440\u0436\u0438\u0432\u0430\u0435\u0442 \u043F\u043E\u0434\u0441\u0442\u0430\u043D\u043E\u0432\u043E\u0447\u043D\u044B\u0435 \u0437\u043D\u0430\u043A\u0438, \u043D\u0430\u043F\u0440\u0438\u043C\u0435\u0440,\uFF1A*.google.com, google.com/mail/*, https://www.google.com/*.",general:"\u041E\u0441\u043D\u043E\u0432\u043D\u044B\u0435 \u043D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0438",clickToExpandConfig:"\u0420\u0430\u0441\u0448\u0438\u0440\u0438\u0442\u044C \u0442\u0435\u043A\u0443\u0449\u0443\u044E \u043A\u043E\u043D\u0444\u0438\u0433\u0443\u0440\u0430\u0446\u0438\u044E",import:"\u0418\u043C\u043F\u043E\u0440\u0442 \u0438\u0437 \u0444\u0430\u0439\u043B\u0430",export:"\u042D\u043A\u0441\u043F\u043E\u0440\u0442 \u0432 \u0444\u0430\u0439\u043B",toggleDebug:"\u0412\u044B\u0432\u0435\u0441\u0442\u0438 \u0436\u0443\u0440\u043D\u0430\u043B \u043E\u0442\u043B\u0430\u0434\u043A\u0438 \u043D\u0430 \u043A\u043E\u043D\u0441\u043E\u043B\u044C","fingers.0":"\u043A\u043B\u043E\u0442\u0443\u0440\u0430","fingers.2":"\u043A\u0430\u0441\u0430\u043D\u0438\u0435 \u0434\u0432\u0443\u043C\u044F \u043F\u0430\u043B\u044C\u0446\u0430\u043C\u0438","fingers.3":"\u043A\u0430\u0441\u0430\u043D\u0438\u0435 \u0442\u0440\u0435\u043C\u044F \u043F\u0430\u043B\u044C\u0446\u0430\u043C\u0438","fingers.4":"\u043A\u0430\u0441\u0430\u043D\u0438\u0435 \u0447\u0435\u0442\u044B\u0440\u044C\u043C\u044F \u043F\u0430\u043B\u044C\u0446\u0430\u043C\u0438","fingers.5":"\u043F\u044F\u0442\u0438\u043F\u0430\u043B\u044C\u0446\u0435\u0432\u043E\u0435 \u043A\u0430\u0441\u0430\u043D\u0438\u0435",mouseHoldKey:"+ {key} \u043F\u0435\u0440\u0435\u0432\u0435\u0441\u0442\u0438/\u0432\u043E\u0441\u0441\u0442\u0430\u043D\u043E\u0432\u0438\u0442\u044C \u0430\u0431\u0437\u0430\u0446",mouseHoldKeyAuto:"\u041F\u0440\u044F\u043C\u043E\u0439 \u043F\u0435\u0440\u0435\u0432\u043E\u0434 \u0430\u0431\u0437\u0430\u0446\u0430",mouseHoldKeyOff:"\u041D\u0435 \u0434\u0435\u043B\u0430\u0439\u0442\u0435 \u043D\u0438\u0447\u0435\u0433\u043E.",mouseHoldKeyOther:"\u041D\u0430\u0441\u0442\u0440\u0430\u0438\u0432\u0430\u0435\u043C\u044B\u0435 \u044F\u0440\u043B\u044B\u043A\u0438 (\u043E\u0442\u043A\u0440\u044B\u0442\u044C \u043D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0438)",mouseHoldKeyCustomKey:"{key} \u041F\u0435\u0440\u0435\u0432\u043E\u0434/\u0441\u043E\u043A\u0440\u0430\u0449\u0435\u043D\u0438\u0435 \u0430\u0431\u0437\u0430\u0446\u0430",mouseHoverHoldKey:"\u041F\u0435\u0440\u0435\u0432\u043E\u0434 \u0430\u0431\u0437\u0430\u0446\u0435\u0432 \u043E\u0441\u0443\u0449\u0435\u0441\u0442\u0432\u043B\u044F\u0435\u0442\u0441\u044F \u043D\u0430\u0436\u0430\u0442\u0438\u0435\u043C \u043A\u043B\u0430\u0432\u0438\u0448\u0438 \u0431\u044B\u0441\u0442\u0440\u043E\u0433\u043E \u0434\u043E\u0441\u0442\u0443\u043F\u0430 \u043F\u0440\u0438 \u043D\u0430\u0432\u0435\u0434\u0435\u043D\u0438\u0438 \u043A\u0443\u0440\u0441\u043E\u0440\u0430 \u043C\u044B\u0448\u0438.","mouse-translate":"\u043D\u0430\u0432\u0435\u0434\u0435\u043D\u0438\u0435 \u043C\u044B\u0448\u0438",document:"(\u043A\u043E\u043C\u043F\u044C\u044E\u0442\u0435\u0440\u043D\u044B\u0439) \u0444\u0430\u0439\u043B",resetSuccess:"\u0423\u0441\u043F\u0435\u0448\u043D\u044B\u0439 \u0441\u0431\u0440\u043E\u0441 \u0432\u0441\u0435\u0445 \u043D\u0430\u0441\u0442\u0440\u043E\u0435\u043A",resetThisSuccess:"\u0421\u0431\u0440\u043E\u0441 \u0443\u0441\u043F\u0435\u0448\u0435\u043D",saved:"\u0421\u043E\u0445\u0440\u0430\u043D\u0438\u0442\u044C \u0443\u0441\u043F\u0435\u0448\u043D\u044B\u0439",successImportConfig:"\u0423\u0441\u043F\u0435\u0448\u043D\u044B\u0439 \u0438\u043C\u043F\u043E\u0440\u0442 \u043A\u043E\u043D\u0444\u0438\u0433\u0443\u0440\u0430\u0446\u0438\u0438",goAdvancedSettings:"\u041F\u0435\u0440\u0435\u0439\u0434\u0438\u0442\u0435 \u043D\u0430 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u0443 \u0414\u043E\u043F\u043E\u043B\u043D\u0438\u0442\u0435\u043B\u044C\u043D\u044B\u0435 \u043D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0438",goAdvancedInterfaceSettings:"\u041F\u0435\u0440\u0435\u0439\u0434\u0438\u0442\u0435 \u043D\u0430 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u0443 \u0414\u043E\u043F\u043E\u043B\u043D\u0438\u0442\u0435\u043B\u044C\u043D\u044B\u0435 \u043F\u0430\u0440\u0430\u043C\u0435\u0442\u0440\u044B \u043D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0438",advanced:"\u0414\u043E\u043F\u043E\u043B\u043D\u0438\u0442\u0435\u043B\u044C\u043D\u044B\u0435 \u043D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0438",advancedDescription:"\u041A\u0430\u043A \u043F\u0440\u0430\u0432\u0438\u043B\u043E, \u043D\u0438\u043A\u0430\u043A\u0438\u0445 \u043D\u0430\u0441\u0442\u0440\u043E\u0435\u043A \u043D\u0435 \u0442\u0440\u0435\u0431\u0443\u0435\u0442\u0441\u044F, \u043F\u0440\u043E\u0441\u0442\u043E \u043E\u0441\u0442\u0430\u0432\u044C\u0442\u0435 \u0432\u0441\u0435 \u043F\u043E \u0443\u043C\u043E\u043B\u0447\u0430\u043D\u0438\u044E. \u0422\u043E\u043B\u044C\u043A\u043E \u0434\u043B\u044F \u0431\u043E\u043B\u0435\u0435 \u0441\u043F\u0435\u0446\u0438\u0430\u043B\u0438\u0437\u0438\u0440\u043E\u0432\u0430\u043D\u043D\u044B\u0445 \u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u0435\u043B\u0435\u0439 \u0434\u043E\u0441\u0442\u0443\u043F\u043D\u044B \u0431\u043E\u043B\u0435\u0435 \u043F\u0435\u0440\u0441\u043E\u043D\u0430\u043B\u0438\u0437\u0438\u0440\u043E\u0432\u0430\u043D\u043D\u044B\u0435 \u043D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0438.",developer:"\u041D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0438 \u0440\u0430\u0437\u0440\u0430\u0431\u043E\u0442\u0447\u0438\u043A\u0430",donateCafe:"\u0446\u0435\u043D\u044B","translate to the bottom of the page":"\u041F\u0435\u0440\u0435\u0432\u043E\u0434\u0438\u0442\u0441\u044F \u043B\u0438 \u043E\u043D \u0432 \u043D\u0438\u0436\u043D\u044E\u044E \u0447\u0430\u0441\u0442\u044C \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u044B \u0441\u0440\u0430\u0437\u0443 \u043F\u043E\u0441\u043B\u0435 \u0432\u0445\u043E\u0434\u0430 \u043D\u0430 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u0443?",feedback:"\u0412\u043E\u043F\u0440\u043E\u0441-\u043E\u0442\u0432\u0435\u0442",toggleTranslatePage:"\u041F\u0435\u0440\u0435\u0432\u0435\u0441\u0442\u0438 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u0443/\u043E\u0442\u043E\u0431\u0440\u0430\u0437\u0438\u0442\u044C \u043E\u0440\u0438\u0433\u0438\u043D\u0430\u043B\u044C\u043D\u044B\u0439 \u0442\u0435\u043A\u0441\u0442",translateToThePageEndImmediatelyDescription:"\u041F\u0440\u0438 \u0432\u043A\u043B\u044E\u0447\u0435\u043D\u0438\u0438 \u044D\u0442\u043E\u0439 \u0444\u0443\u043D\u043A\u0446\u0438\u0438 \u0441\u043E\u0434\u0435\u0440\u0436\u0438\u043C\u043E\u0435 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u044B \u0431\u0443\u0434\u0435\u0442 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0438\u0442\u044C\u0441\u044F \u0441\u0432\u0435\u0440\u0445\u0443 \u0432\u043D\u0438\u0437 \u043F\u043E \u043C\u0435\u0440\u0435 \u0432\u0432\u043E\u0434\u0430. \u041F\u0440\u0438 \u0432\u044B\u043A\u043B\u044E\u0447\u0435\u043D\u0438\u0438 \u044D\u0442\u043E\u0439 \u0444\u0443\u043D\u043A\u0446\u0438\u0438 \u043F\u0435\u0440\u0435\u0432\u043E\u0434 \u0431\u0443\u0434\u0435\u0442 \u0432\u044B\u043F\u043E\u043B\u043D\u044F\u0442\u044C\u0441\u044F \u043F\u043E \u043C\u0435\u0440\u0435 \u0447\u0442\u0435\u043D\u0438\u044F. (\u041D\u0435 \u0440\u0435\u043A\u043E\u043C\u0435\u043D\u0434\u0443\u0435\u0442\u0441\u044F)","translate all areas of the page":"\u041F\u0435\u0440\u0435\u0432\u043E\u0434\u0438\u0442\u044C \u043B\u0438 \u0432\u0441\u0435 \u043E\u0431\u043B\u0430\u0441\u0442\u0438 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u044B",translationAreaDescription:"\u041F\u0440\u0438 \u0432\u043A\u043B\u044E\u0447\u0435\u043D\u0438\u0438 \u044D\u0442\u043E\u0439 \u043E\u043F\u0446\u0438\u0438 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u044F\u0442\u0441\u044F \u0432\u0441\u0435 \u043E\u0431\u043B\u0430\u0441\u0442\u0438 \u0432\u0441\u0435\u0439 \u0432\u0435\u0431-\u0441\u0442\u0440\u0430\u043D\u0438\u0446\u044B. \u041F\u0440\u0438 \u0432\u044B\u043A\u043B\u044E\u0447\u0435\u043D\u0438\u0438 \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u0443\u0435\u0442\u0441\u044F \u0438\u043D\u0442\u0435\u043B\u043B\u0435\u043A\u0442\u0443\u0430\u043B\u044C\u043D\u043E\u0435 \u0440\u0430\u0441\u043F\u043E\u0437\u043D\u0430\u0432\u0430\u043D\u0438\u0435 \u043F\u043E \u0443\u043C\u043E\u043B\u0447\u0430\u043D\u0438\u044E \u0438 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u044F\u0442\u0441\u044F \u0442\u043E\u043B\u044C\u043A\u043E \u043E\u0441\u043D\u043E\u0432\u043D\u044B\u0435 \u043E\u0431\u043B\u0430\u0441\u0442\u0438. (\u041D\u0435 \u0440\u0435\u043A\u043E\u043C\u0435\u043D\u0434\u0443\u0435\u0442\u0441\u044F \u0432\u043A\u043B\u044E\u0447\u0430\u0442\u044C)","the number of characters to be translated first":"\u041F\u0440\u044F\u043C\u043E\u0439 \u043F\u0435\u0440\u0435\u0432\u043E\u0434 \u043F\u0435\u0440\u0432\u044B\u0445 \u043D\u0435\u0441\u043A\u043E\u043B\u044C\u043A\u0438\u0445 \u0441\u0438\u043C\u0432\u043E\u043B\u043E\u0432 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u044B \u0431\u0435\u0437 \u043E\u0436\u0438\u0434\u0430\u043D\u0438\u044F \u043F\u0440\u043E\u043A\u0440\u0443\u0442\u043A\u0438 \u0432 \u043E\u0431\u043B\u0430\u0441\u0442\u044C \u043F\u0440\u043E\u0441\u043C\u043E\u0442\u0440\u0430","interface language":"\u044F\u0437\u044B\u043A \u0438\u043D\u0442\u0435\u0440\u0444\u0435\u0439\u0441\u0430","display both the original text and the translation":"\u041E\u0434\u043D\u043E\u0432\u0440\u0435\u043C\u0435\u043D\u043D\u043E\u0435 \u043E\u0442\u043E\u0431\u0440\u0430\u0436\u0435\u043D\u0438\u0435 \u043E\u0440\u0438\u0433\u0438\u043D\u0430\u043B\u0430 \u0438 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430","keyboard shortcuts":"\u041A\u043B\u0430\u0432\u0438\u0430\u0442\u0443\u0440\u043D\u044B\u0435 \u0441\u043E\u043A\u0440\u0430\u0449\u0435\u043D\u0438\u044F",modify:"\u041C\u043E\u0434\u0438\u0444\u0438\u043A\u0430\u0446\u0438\u044F \u043A\u043B\u0430\u0432\u0438\u0448 \u0431\u044B\u0441\u0442\u0440\u043E\u0433\u043E \u0434\u043E\u0441\u0442\u0443\u043F\u0430",reset:"\u043F\u0435\u0440\u0435\u043F\u0440\u043E\u0444\u0438\u043B\u0438\u0440\u043E\u0432\u0430\u043D\u0438\u0435",close:"\u043A\u043B\u043E\u0442\u0443\u0440\u0430",homepage:"\u0434\u043E\u043C\u0430\u0448\u043D\u044F\u044F \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u0430",more:"\u043F\u043E\u0434\u0440\u043E\u0431\u043D\u0435\u0435",moreOptions:"\u0420\u0430\u0441\u0448\u0438\u0440\u0435\u043D\u0438\u0435 \u0432\u043E\u0437\u043C\u043E\u0436\u043D\u043E\u0441\u0442\u0435\u0439 \u043D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0438",translateTheWholePage:"\u041F\u0435\u0440\u0435\u0432\u043E\u0434\u0438\u0442\u044C \u0432\u0441\u0435 \u043E\u0431\u043B\u0430\u0441\u0442\u0438 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u044B (\u0432 \u043E\u0442\u043B\u0438\u0447\u0438\u0435 \u043E\u0442 \u0438\u043D\u0442\u0435\u043B\u043B\u0435\u043A\u0442\u0443\u0430\u043B\u044C\u043D\u043E\u0433\u043E \u0440\u0430\u0441\u043F\u043E\u0437\u043D\u0430\u0432\u0430\u043D\u0438\u044F \u043E\u0441\u043D\u043E\u0432\u043D\u044B\u0445 \u043E\u0431\u043B\u0430\u0441\u0442\u0435\u0439)",changeToTranslateTheWholePage:"\u041F\u0435\u0440\u0435\u043A\u043B\u044E\u0447\u0435\u043D\u0438\u0435 \u043D\u0430 \u043F\u0435\u0440\u0435\u0432\u043E\u0434 \u0432\u0441\u0435\u0445 \u0440\u0435\u0433\u0438\u043E\u043D\u043E\u0432",changeToTranslateTheMainPage:'\u041F\u0435\u0440\u0435\u0445\u043E\u0434 \u0432 \u043E\u0441\u043D\u043E\u0432\u043D\u0443\u044E \u043E\u0431\u043B\u0430\u0441\u0442\u044C "\u041F\u0435\u0440\u0435\u0432\u043E\u0434',changeToOnlyTranslationMode:"\u041F\u0435\u0440\u0435\u043A\u043B\u044E\u0447\u0435\u043D\u0438\u0435 \u043D\u0430 \u043E\u0442\u043E\u0431\u0440\u0430\u0436\u0435\u043D\u0438\u0435 \u0442\u043E\u043B\u044C\u043A\u043E \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u043E\u0432",changeToDualTranslationMode:"\u041F\u0435\u0440\u0435\u0445\u043E\u0434 \u043D\u0430 \u0434\u0432\u0443\u044F\u0437\u044B\u0447\u043D\u044B\u0439 \u043F\u0435\u0440\u0435\u0432\u043E\u0434",translateToThePageEndImmediately:"\u041D\u0435\u043C\u0435\u0434\u043B\u0435\u043D\u043D\u044B\u0439 \u043F\u0435\u0440\u0435\u0432\u043E\u0434 \u0432 \u043D\u0438\u0436\u043D\u044E\u044E \u0447\u0430\u0441\u0442\u044C \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u044B",translateTheMainPage:"\u041A\u043B\u044E\u0447\u0435\u0432\u044B\u0435 \u0440\u0435\u0433\u0438\u043E\u043D\u044B \u0438\u043D\u0442\u0435\u043B\u043B\u0435\u043A\u0442\u0443\u0430\u043B\u044C\u043D\u043E\u0433\u043E \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430","The local rules are up to date":"\u041C\u0435\u0441\u0442\u043D\u044B\u0435 \u043F\u0440\u0430\u0432\u0438\u043B\u0430 \u0430\u0434\u0430\u043F\u0442\u0430\u0446\u0438\u0438 \u0441\u043E\u043E\u0442\u0432\u0435\u0442\u0441\u0442\u0432\u0443\u044E\u0442 \u0441\u043E\u0432\u0440\u0435\u043C\u0435\u043D\u043D\u044B\u043C \u0442\u0440\u0435\u0431\u043E\u0432\u0430\u043D\u0438\u044F\u043C.","Successfully synchronized with the latest official rules:":"\u0423\u0441\u043F\u0435\u0448\u043D\u0430\u044F \u0441\u0438\u043D\u0445\u0440\u043E\u043D\u0438\u0437\u0430\u0446\u0438\u044F \u0441 \u043F\u043E\u0441\u043B\u0435\u0434\u043D\u0438\u043C\u0438 \u043E\u0444\u0438\u0446\u0438\u0430\u043B\u044C\u043D\u044B\u043C\u0438 \u043F\u0440\u0430\u0432\u0438\u043B\u0430\u043C\u0438 \u0430\u0434\u0430\u043F\u0442\u0430\u0446\u0438\u0438.","Checking for updates":"\u041F\u0440\u043E\u0432\u0435\u0440\u043A\u0430 \u043D\u0430\u043B\u0438\u0447\u0438\u044F \u043E\u0431\u043D\u043E\u0432\u043B\u0435\u043D\u0438\u0439","Rules are being synchronized":"\u0421\u0438\u043D\u0445\u0440\u043E\u043D\u0438\u0437\u0430\u0446\u0438\u044F \u043F\u0440\u0430\u0432\u0438\u043B \u0430\u0434\u0430\u043F\u0442\u0430\u0446\u0438\u0438",localVersionIsTooOld:"\u0412\u0435\u0440\u0441\u0438\u044F \u043B\u043E\u043A\u0430\u043B\u044C\u043D\u043E\u0433\u043E \u0440\u0430\u0441\u0448\u0438\u0440\u0435\u043D\u0438\u044F \u0441\u043B\u0438\u0448\u043A\u043E\u043C \u0443\u0441\u0442\u0430\u0440\u0435\u043B\u0430, \u043F\u043E\u0436\u0430\u043B\u0443\u0439\u0441\u0442\u0430, \u043E\u0431\u043D\u043E\u0432\u0438\u0442\u0435 \u0440\u0430\u0441\u0448\u0438\u0440\u0435\u043D\u0438\u0435 \u0434\u043E {minVersion} \u0438\u043B\u0438 \u0431\u043E\u043B\u0435\u0435 \u043D\u043E\u0432\u043E\u0439 \u0432\u0435\u0440\u0441\u0438\u0438 \u043F\u0435\u0440\u0435\u0434 \u043F\u043E\u043F\u044B\u0442\u043A\u043E\u0439 \u0441\u0438\u043D\u0445\u0440\u043E\u043D\u0438\u0437\u0430\u0446\u0438\u0438.",badUserscriptBrowser:"\u0422\u0435\u043A\u0443\u0449\u0438\u0439 \u0431\u0440\u0430\u0443\u0437\u0435\u0440 \u043D\u0435\u043A\u043E\u0440\u0440\u0435\u043A\u0442\u043D\u043E \u0440\u0435\u0430\u043B\u0438\u0437\u0443\u0435\u0442 \u0438\u043D\u0442\u0435\u0440\u0444\u0435\u0439\u0441 \u0440\u0430\u0441\u0448\u0438\u0440\u0435\u043D\u0438\u044F Grease Monkey (\u043D\u0430\u043F\u0440\u0438\u043C\u0435\u0440, \u0434\u043B\u044F \u043F\u043E\u043B\u0443\u0447\u0435\u043D\u0438\u044F \u0438\u043D\u0444\u043E\u0440\u043C\u0430\u0446\u0438\u0438 \u043E \u043D\u043E\u043C\u0435\u0440\u0435 \u0432\u0435\u0440\u0441\u0438\u0438 \u0441\u0430\u043C\u043E\u0433\u043E \u0441\u043A\u0440\u0438\u043F\u0442\u0430 Grease Monkey), \u043F\u043E\u0436\u0430\u043B\u0443\u0439\u0441\u0442\u0430, \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u0443\u0439\u0442\u0435 \u0434\u0440\u0443\u0433\u0438\u0435 \u0431\u0440\u0430\u0443\u0437\u0435\u0440\u044B, <1>\u043F\u043E\u0434\u0434\u0435\u0440\u0436\u0438\u0432\u0430\u044E\u0449\u0438\u0435 \u0440\u0430\u0441\u0448\u0438\u0440\u0435\u043D\u0438\u0435 Grease Monkey, \u043D\u0430\u043F\u0440\u0438\u043C\u0435\u0440 Firefox.",foundNewVersion:"\u0417\u043D\u0430\u043A\u043E\u043C\u0441\u0442\u0432\u043E \u0441 \u043D\u043E\u0432\u043E\u0439 \u0432\u0435\u0440\u0441\u0438\u0435\u0439",theLocalExtensionIsUpToUpdate:"\u0422\u0435\u043A\u0443\u0449\u0435\u0435 \u0440\u0430\u0441\u0448\u0438\u0440\u0435\u043D\u0438\u0435 \u044F\u0432\u043B\u044F\u0435\u0442\u0441\u044F \u0430\u043A\u0442\u0443\u0430\u043B\u044C\u043D\u044B\u043C.",failToSyncRules:"\u041D\u0435\u0432\u043E\u0437\u043C\u043E\u0436\u043D\u043E\u0441\u0442\u044C \u0441\u0438\u043D\u0445\u0440\u043E\u043D\u0438\u0437\u0430\u0446\u0438\u0438 \u043F\u043E\u0441\u043B\u0435\u0434\u043D\u0438\u0445 \u043F\u0440\u0430\u0432\u0438\u043B \u0430\u0434\u0430\u043F\u0442\u0430\u0446\u0438\u0438",retry:"\u041D\u0430\u0436\u043C\u0438\u0442\u0435 \u0437\u0434\u0435\u0441\u044C, \u0447\u0442\u043E\u0431\u044B \u043F\u043E\u0432\u0442\u043E\u0440\u0438\u0442\u044C \u043F\u043E\u043F\u044B\u0442\u043A\u0443",failedReason:"\u041F\u0440\u0438\u0447\u0438\u043D\u044B \u043D\u0435\u0443\u0434\u0430\u0447",currentRuleVersion:"\u0414\u0435\u0439\u0441\u0442\u0432\u0443\u044E\u0449\u0430\u044F \u0440\u0435\u0434\u0430\u043A\u0446\u0438\u044F \u043F\u0440\u0430\u0432\u0438\u043B",calculating:"\u0440\u0430\u0441\u0447\u0435\u0442\u044B",unknownError:"\u043D\u0435\u0438\u0437\u0432\u0435\u0441\u0442\u043D\u0430\u044F \u043E\u0448\u0438\u0431\u043A\u0430",canNotFetchRemoteRule:"\u041D\u0435\u0432\u043E\u0437\u043C\u043E\u0436\u043D\u043E \u043F\u043E\u043B\u0443\u0447\u0438\u0442\u044C \u0443\u0434\u0430\u043B\u0435\u043D\u043D\u044B\u0435 \u043F\u0440\u0430\u0432\u0438\u043B\u0430",enableAlphaSuccess:"\u0410\u043B\u044C\u0444\u0430 \u0432\u043A\u043B\u044E\u0447\u0435\u043D\u0430",disableAlphaSuccess:"\u0424\u0443\u043D\u043A\u0446\u0438\u044F \u0430\u043B\u044C\u0444\u0430 \u043E\u0442\u043A\u043B\u044E\u0447\u0435\u043D\u0430",cacheSize:"\u0420\u0430\u0437\u043C\u0435\u0440 \u043A\u044D\u0448\u0430\uFF1A",cleaning:"\u0432 \u043F\u0440\u043E\u0446\u0435\u0441\u0441\u0435 \u043B\u0438\u043A\u0432\u0438\u0434\u0430\u0446\u0438\u0438",cleanCache:"\u043E\u0447\u0438\u0441\u0442\u0438\u0442\u044C \u043A\u044D\u0448",options:"\u043D\u0430\u0441\u0442\u0440\u0430\u0438\u0432\u0430\u0442\u044C",about:"\u043F\u043E \u043E\u0442\u043D\u043E\u0448\u0435\u043D\u0438\u044E \u043A",service:"\u0443\u0441\u043B\u0443\u0433\u0430 \u0443\u0441\u0442\u043D\u043E\u0433\u043E \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430",needAction:"(\u041F\u0435\u0440\u0435\u0439\u0442\u0438 \u043A \u043D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0430\u043C)",goSettings:"\u043F\u0435\u0440\u0435\u0439\u0434\u0438\u0442\u0435 \u043A \u043D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0435",needActionForOptions:"(\u0443\u0441\u0442\u0430\u043D\u0430\u0432\u043B\u0438\u0432\u0430\u0435\u0442\u0441\u044F)",translationEngine:"\u041E\u043F\u0446\u0438\u0438 \u0434\u0432\u0438\u0433\u0430\u0442\u0435\u043B\u044F",sourceLanguage:"\u042F\u0437\u044B\u043A \u043E\u0440\u0438\u0433\u0438\u043D\u0430\u043B\u0430",target:"\u044F\u0437\u044B\u043A \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430",popupSourceLanguage:"\u042F\u0437\u044B\u043A \u043E\u0440\u0438\u0433\u0438\u043D\u0430\u043B\u0430",popupTarget:"\u044F\u0437\u044B\u043A \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430",popupService:"\u0443\u0441\u043B\u0443\u0433\u0430 \u0443\u0441\u0442\u043D\u043E\u0433\u043E \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430",forThisSite:"\u0422\u0435\u043A\u0443\u0449\u0438\u0439 \u0441\u0430\u0439\u0442",autoEnableSubtitle:"\u0410\u0432\u0442\u043E\u043C\u0430\u0442\u0438\u0447\u0435\u0441\u043A\u043E\u0435 \u043E\u0442\u043A\u0440\u044B\u0442\u0438\u0435 \u0434\u0432\u0443\u044F\u0437\u044B\u0447\u043D\u044B\u0445 \u0441\u0443\u0431\u0442\u0438\u0442\u0440\u043E\u0432",alwaysTranslate:"\u0412\u0441\u0435\u0433\u0434\u0430 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0438\u0442\u0435",neverTranslate:"\u041D\u0438\u043A\u043E\u0433\u0434\u0430 \u043D\u0435 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0438\u0442\u0435",alwaysTranslateSomeLanguage:"\u0412\u0441\u0435\u0433\u0434\u0430 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0438\u0442\u0435 {language}",neverTranslateSomeLanguage:"\u041D\u0438\u043A\u043E\u0433\u0434\u0430 \u043D\u0435 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0438\u0442\u0435 {language}",alwaysTranslateSomeSite:"\u0412\u0441\u0435\u0433\u0434\u0430 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0438\u0442\u0435 {hostname}",neverTranslateSomeSite:"\u041D\u0438\u043A\u043E\u0433\u0434\u0430 \u043D\u0435 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0438\u0442\u0435 {hostname}",alwaysTranslateSomeSiteOrWildSite:"\u0412\u0441\u0435\u0433\u0434\u0430 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0438\u0442\u0435 \u0441\u0430\u0439\u0442",alwaysTranslateSomePage:"\u0412\u0441\u0435\u0433\u0434\u0430 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0438\u0442\u0435 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u0443",add:"\u0443\u0432\u0435\u043B\u0438\u0447\u0438\u0442\u044C",default:"\u043F\u043E \u0443\u043C\u043E\u043B\u0447\u0430\u043D\u0438\u044E (\u043D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0430)",forThisLanguage:"\u0414\u043B\u044F \u044D\u0442\u043E\u0433\u043E \u044F\u0437\u044B\u043A\u0430\uFF1A","add url":"\u0412\u0432\u0435\u0434\u0438\u0442\u0435 URL",edit:"\u043A\u043E\u043C\u043F\u0438\u043B\u044F\u0442\u043E\u0440","translate other languages into specific language":"\u041F\u0435\u0440\u0435\u0432\u043E\u0434 \u0434\u0440\u0443\u0433\u0438\u0445 \u044F\u0437\u044B\u043A\u043E\u0432 \u043D\u0430 \u0443\u0441\u0442\u0430\u043D\u043E\u0432\u043B\u0435\u043D\u043D\u044B\u0439 \u0432\u0430\u043C\u0438 \u044F\u0437\u044B\u043A","select translation service":"\u0412\u044B\u0431\u0435\u0440\u0438\u0442\u0435 \u0441\u043B\u0443\u0436\u0431\u0443 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430",language:"\u043C\u043D\u043E\u0433\u043E\u044F\u0437\u044B\u0447\u0438\u0435","show-original":"\u041F\u043E\u043A\u0430\u0437\u0430\u0442\u044C \u043E\u0440\u0438\u0433\u0438\u043D\u0430\u043B\u044C\u043D\u044B\u0439 \u0442\u0435\u043A\u0441\u0442",translate:"\u0440\u0435\u043D\u0434\u0435\u0440\u0438\u043D\u0433",Translated:"\u043F\u0435\u0440\u0435\u0432\u0435\u0434\u0435\u043D\u043E",Translating:"\u0432 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0435",Error:"\u043D\u0435\u0432\u0435\u0440\u043D\u044B\u0439",allowCacheTranslations:"\u0412\u043A\u043B\u044E\u0447\u0438\u0442\u044C \u043B\u043E\u043A\u0430\u043B\u044C\u043D\u043E\u0435 \u043A\u044D\u0448\u0438\u0440\u043E\u0432\u0430\u043D\u0438\u0435 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u043E\u0432 (\u0434\u043B\u044F \u0443\u043C\u0435\u043D\u044C\u0448\u0435\u043D\u0438\u044F \u043A\u043E\u043B\u0438\u0447\u0435\u0441\u0442\u0432\u0430 \u0437\u0430\u043F\u0440\u043E\u0441\u043E\u0432 \u043D\u0430 \u043F\u0435\u0440\u0435\u0432\u043E\u0434 \u0434\u0443\u0431\u043B\u0438\u0440\u0443\u044E\u0449\u0438\u0445\u0441\u044F \u043E\u0442\u0440\u044B\u0432\u043A\u043E\u0432)","translation display":"\u0421\u0442\u0438\u043B\u044C \u043E\u0442\u043E\u0431\u0440\u0430\u0436\u0435\u043D\u0438\u044F \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430","select diplay style":"\u0420\u0430\u0437\u043B\u0438\u0447\u0430\u0442\u044C \u0441\u0442\u0438\u043B\u0438 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430, \u043E\u043F\u0438\u0440\u0430\u044F\u0441\u044C \u043D\u0430 \u0441\u043B\u0435\u0434\u0443\u044E\u0449\u0438\u0435 \u043F\u0440\u0438\u043C\u0435\u0440\u044B",interface:"\u041D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0438 \u0438\u043D\u0442\u0435\u0440\u0444\u0435\u0439\u0441\u0430",import_export:"\u0418\u043C\u043F\u043E\u0440\u0442/\u044D\u043A\u0441\u043F\u043E\u0440\u0442",import_export_title:"\u041A\u043E\u043D\u0444\u0438\u0433\u0443\u0440\u0430\u0446\u0438\u044F \u0438\u043C\u043F\u043E\u0440\u0442\u0430/\u044D\u043A\u0441\u043F\u043E\u0440\u0442\u0430",syncToGoogleDrive:"\u0422\u0435\u043F\u0435\u0440\u044C \u0441\u0438\u043D\u0445\u0440\u043E\u043D\u0438\u0437\u0430\u0446\u0438\u044F \u0441 Google Drive",floatBallOptions:"\u041D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0438 \u0445\u043E\u0432\u0435\u0440\u0431\u043E\u043B\u0430","floatBallOptions.enable":"\u0412\u043A\u043B\u044E\u0447\u0438\u0442\u044C \u0445\u043E\u0432\u0435\u0440\u0431\u043E\u043B","floatBallOptions.blockUrls":"\u041E\u0442\u043A\u043B\u044E\u0447\u0438\u0442\u044C \u0441\u0430\u0439\u0442","floatBallOptions.add":"\u0443\u0432\u0435\u043B\u0438\u0447\u0438\u0442\u044C","floatBallOptions.blockUrlDesc":"\u041F\u0430\u0440\u044F\u0449\u0438\u0435 \u0448\u0430\u0440\u044B \u043D\u0435 \u043E\u0442\u043E\u0431\u0440\u0430\u0436\u0430\u044E\u0442\u0441\u044F, \u043A\u043E\u0433\u0434\u0430 \u0432\u0441\u0442\u0440\u0435\u0447\u0430\u044E\u0442\u0441\u044F \u0441\u043B\u0435\u0434\u0443\u044E\u0449\u0438\u0435 \u0441\u0430\u0439\u0442\u044B","floatBallOptions.clickType":"\u043F\u043E\u0432\u0435\u0434\u0435\u043D\u0438\u0435 \u043F\u0440\u0438 \u043D\u0430\u0436\u0430\u0442\u0438\u0438","floatBallOptions.clickTypeDesc":"\u041F\u043E\u0432\u0435\u0434\u0435\u043D\u0438\u0435 \u0438\u043A\u043E\u043D\u043A\u0438 \u0445\u043E\u0432\u0435\u0440\u0431\u043E\u043B\u0430 \u043F\u0440\u0438 \u043D\u0430\u0436\u0430\u0442\u0438\u0438","floatBallOptions.clickPopup":"\u041F\u043E\u043A\u0430\u0437\u0430\u0442\u044C \u043F\u0430\u043D\u0435\u043B\u044C \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430","floatBallOptions.clickTranslate":"\u041F\u0435\u0440\u0435\u0432\u043E\u0434/\u043E\u0442\u043E\u0431\u0440\u0430\u0436\u0435\u043D\u0438\u0435 \u043E\u0440\u0438\u0433\u0438\u043D\u0430\u043B\u044C\u043D\u043E\u0433\u043E \u0442\u0435\u043A\u0441\u0442\u0430","floatBallOptions.fixedPosition":"\u56FA\u5B9A\u4F4D\u7F6E","floatBallOptions.fixedPositionDesc":"\u60AC\u6D6E\u7403\u5728\u7A97\u53E3\u5DE6\u4FA7\u8FD8\u662F\u53F3\u4FA7","floatBallOptions.fixedPositionLeft":"\u5DE6\u4FA7","floatBallOptions.fixedPositionRight":"\u53F3\u4FA7",previewAllThemes:"\u041F\u0440\u0435\u0434\u0432\u0430\u0440\u0438\u0442\u0435\u043B\u044C\u043D\u044B\u0439 \u043F\u0440\u043E\u0441\u043C\u043E\u0442\u0440 \u0432\u0441\u0435\u0445 \u0441\u0442\u0438\u043B\u0435\u0439","translationTheme.none":"\u043D\u0435 \u0438\u043C\u0435\u0442\u044C","translationTheme.grey":"\u0442\u0451\u043C\u043D\u043E-\u0441\u0435\u0440\u044B\u0439","translationTheme.dashed":"\u043F\u0443\u043D\u043A\u0442\u0438\u0440\u043D\u043E\u0435 \u043F\u043E\u0434\u0447\u0451\u0440\u043A\u0438\u0432\u0430\u043D\u0438\u0435","translationTheme.dotted":"\u0442\u043E\u0447\u0435\u0447\u043D\u043E\u0435 \u043F\u043E\u0434\u0447\u0435\u0440\u043A\u0438\u0432\u0430\u043D\u0438\u0435","translationTheme.dashedBorder":"\u043F\u0443\u043D\u043A\u0442\u0438\u0440\u043D\u0430\u044F \u0433\u0440\u0430\u043D\u0438\u0446\u0430","translationTheme.solidBorder":"\u0441\u043F\u043B\u043E\u0448\u043D\u0430\u044F \u0433\u0440\u0430\u043D\u0438\u0446\u0430","translationTheme.underline":"\u041F\u043E\u0434\u0447\u0435\u0440\u043A\u0438\u0432\u0430\u043D\u0438\u0435 \u043F\u0440\u044F\u043C\u044B\u0445 \u043B\u0438\u043D\u0438\u0439","translationTheme.mask":"\u041D\u0435\u0447\u0435\u0442\u043A\u0438\u0435 \u044D\u0444\u0444\u0435\u043A\u0442\u044B (\u0440\u0435\u0436\u0438\u043C\u044B \u043E\u0431\u0443\u0447\u0435\u043D\u0438\u044F)","translationTheme.opacity":"\u044D\u0444\u0444\u0435\u043A\u0442 \u043F\u0440\u043E\u0437\u0440\u0430\u0447\u043D\u043E\u0441\u0442\u0438","translationTheme.paper":"\u042D\u0444\u0444\u0435\u043A\u0442 \u0442\u0435\u043D\u0438 \u043E\u0442 \u0431\u0435\u043B\u043E\u0439 \u0431\u0443\u043C\u0430\u0433\u0438","translationTheme.dividingLine":"\u0440\u0430\u0437\u0434\u0435\u043B\u0438\u0442\u0435\u043B\u044C\u043D\u0430\u044F \u043B\u0438\u043D\u0438\u044F","translationTheme.highlight":"\u0432\u044B\u0441\u043E\u043A\u0430\u044F \u044F\u0440\u043A\u043E\u0441\u0442\u044C","translationTheme.marker":"\u043C\u0430\u0440\u043A\u0435\u0440 (\u0437\u0430\u0438\u043C\u0441\u0442\u0432\u043E\u0432\u0430\u043D\u043D\u043E\u0435 \u0441\u043B\u043E\u0432\u043E)","translationTheme.marker2":"\u041C\u0430\u0440\u043A\u0435\u0440 2","translationTheme.blockquote":"\u0421\u0442\u0438\u043B\u0438 \u0441\u0441\u044B\u043B\u043E\u043A","translationTheme.weakening":"\u043E\u0441\u043B\u0430\u0431\u043B\u0435\u043D\u0438\u0435","translationTheme.italic":"\u043D\u0430\u043A\u043B\u043E\u043D\u043D\u044B\u0439 \u0448\u0440\u0438\u0444\u0442","translationTheme.bold":"\u0441\u0433\u0443\u0441\u0442\u0438\u0442\u044C","translationTheme.thinDashed":"\u0442\u043E\u043D\u043A\u0430\u044F \u043F\u0443\u043D\u043A\u0442\u0438\u0440\u043D\u0430\u044F \u043B\u0438\u043D\u0438\u044F \u043F\u043E\u0434\u0447\u0435\u0440\u043A\u0438\u0432\u0430\u043D\u0438\u0435","translationTheme.nativeDashed":"\u0421\u0438\u0441\u0442\u0435\u043C\u0430 \u043F\u043E\u0441\u0442\u0430\u0432\u043B\u044F\u0435\u0442\u0441\u044F \u0441 \u043F\u0443\u043D\u043A\u0442\u0438\u0440\u043D\u044B\u043C \u043F\u043E\u0434\u0447\u0435\u0440\u043A\u0438\u0432\u0430\u043D\u0438\u0435\u043C","translationTheme.nativeDotted":"\u0421\u0438\u0441\u0442\u0435\u043C\u0430 \u043F\u043E\u0441\u0442\u0430\u0432\u043B\u044F\u0435\u0442\u0441\u044F \u0441 \u043F\u0443\u043D\u043A\u0442\u0438\u0440\u043D\u044B\u043C \u043F\u043E\u0434\u0447\u0435\u0440\u043A\u0438\u0432\u0430\u043D\u0438\u0435\u043C","translationTheme.nativeUnderline":"\u0421\u0438\u0441\u0442\u0435\u043C\u0430 \u043F\u043E\u0441\u0442\u0430\u0432\u043B\u044F\u0435\u0442\u0441\u044F \u0441 \u043F\u0440\u044F\u043C\u044B\u043C \u043F\u043E\u0434\u0441\u0442\u0440\u043E\u0447\u043D\u0438\u043A\u043E\u043C","translationTheme.wavy":"\u0432\u043E\u043B\u043D\u0438\u0441\u0442\u0430\u044F \u043B\u0438\u043D\u0438\u044F","translationServices.custom":"\u041F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u0435\u043B\u044C\u0441\u043A\u0438\u0439 API","translationServices.tencent":"\u041F\u0435\u0440\u0435\u0432\u043E\u0434\u0447\u0438\u043A Tencent","translationServices.tenAlpha":"Tencent Translator (Alpha)","translationServices.google":"Google Translate","translationServices.bai":"Baidu (Alpha)","translationServices.baidu":"\u041F\u0435\u0440\u0435\u0432\u043E\u0434 Baidu","translationServices.aliyun":"\u041F\u0435\u0440\u0435\u0432\u043E\u0434 AliCloud","translationServices.volc":"\u043F\u0435\u0440\u0435\u0432\u043E\u0434 \u0432\u0443\u043B\u043A\u0430\u043D\u0430","translationServices.deeplx":"DeepLX (Beta)","translationServices.bing":"Microsoft Translate","translationServices.deepl":"DeepL","translationServices.wechat":"\u041F\u0435\u0440\u0435\u0432\u043E\u0434 WeChat","translationServices.azure":"\u041B\u0430\u0437\u0443\u0440\u043D\u044B\u0439 \u043F\u0435\u0440\u0435\u0432\u043E\u0434","translationServices.ibm":"IBM Watson","translationServices.aws":"\u041F\u0435\u0440\u0435\u0432\u043E\u0434 Amazon","translationServices.mock":"\u0418\u043C\u0438\u0442\u0430\u0446\u0438\u044F \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430","translationServices.mock2":"\u0418\u043C\u0438\u0442\u0430\u0446\u0438\u044F \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430 2","translationServices.caiyun":"\u043B\u0438\u0442. \u0440\u0430\u0437\u043D\u043E\u0446\u0432\u0435\u0442\u043D\u044B\u0435 \u043E\u0431\u043B\u0430\u043A\u0430 \u0438 \u043D\u0435\u0431\u043E\u043B\u044C\u0448\u0438\u0435 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u044B","translationServices.cai":"\u0420\u0430\u0437\u043D\u043E\u0446\u0432\u0435\u0442\u043D\u044B\u0435 \u043E\u0431\u043B\u0430\u043A\u0430 (\u0410\u043B\u044C\u0444\u0430)","translationServices.volcAlpha":"\u0412\u0443\u043B\u043A\u0430\u043D (\u0410\u043B\u044C\u0444\u0430)","translationServices.openl":"OpenL","translationServices.youdao":"\u041F\u0435\u0440\u0435\u0432\u043E\u0434 \u043D\u0430 Youtube","translationServices.you":"\u041F\u0435\u0440\u0435\u0432\u043E\u0434\u0447\u0438\u043A Youdao (\u0410\u043B\u044C\u0444\u0430)","translationServices.transmart":"\u041F\u0435\u0440\u0435\u0432\u043E\u0434 Tencent Interactive","translationServices.niu":"Maverick Translator","translationServices.papago":"\u041F\u0435\u0440\u0435\u0432\u043E\u0434 Papago","translationServices.d":"D (Alpha)","translationServices.dpro":"D Pro (Canary)","translationServices.openai":"OpenAI","translationServices.yandex":"Yandex","translationServices.chatgpt":"ChatGPT Web(3.5 mobile)","translate title":"\u041F\u0435\u0440\u0435\u0432\u043E\u0434 \u0437\u0430\u0433\u043E\u043B\u043E\u0432\u043A\u043E\u0432 \u0441\u0442\u0440\u0430\u043D\u0438\u0446","always languages":"\u0412\u0441\u0435\u0433\u0434\u0430 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0438\u0442\u0435 \u044F\u0437\u044B\u043A",neverTranslateLanguagesLabel:"\u042F\u0437\u044B\u043A, \u043A\u043E\u0442\u043E\u0440\u044B\u0439 \u043D\u0438\u043A\u043E\u0433\u0434\u0430 \u043D\u0435 \u0431\u0443\u0434\u0435\u0442 \u043F\u0435\u0440\u0435\u0432\u0435\u0434\u0435\u043D",neverTranslateTheFollowingLanguagesDescription:"\u041F\u0435\u0440\u0435\u0432\u043E\u0434\u044B \u043F\u0440\u043E\u043F\u0443\u0441\u043A\u0430\u044E\u0442\u0441\u044F, \u0435\u0441\u043B\u0438 \u0430\u0431\u0437\u0430\u0446 \u043D\u0430 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u0435 \u043D\u0430\u043F\u0438\u0441\u0430\u043D \u043D\u0430 \u043E\u0434\u043D\u043E\u043C \u0438\u0437 \u0441\u043B\u0435\u0434\u0443\u044E\u0449\u0438\u0445 \u044F\u0437\u044B\u043A\u043E\u0432",enableUserscriptPagePopup:"\u041F\u043E\u043A\u0430\u0437\u044B\u0432\u0430\u0442\u044C \u043D\u0430\u0432\u0435\u0434\u0435\u043D\u043D\u044B\u0439 \u0448\u0430\u0440 \u043D\u0430 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u0435",enableUserscriptPagePopupDescription:"\u041F\u043E\u0441\u043B\u0435 \u0432\u044B\u043A\u043B\u044E\u0447\u0435\u043D\u0438\u044F \u0445\u043E\u0432\u0435\u0440\u0431\u043E\u043B\u0430 \u0435\u0433\u043E \u043C\u043E\u0436\u043D\u043E \u0432\u044B\u0437\u0432\u0430\u0442\u044C \u0441 \u043F\u043E\u043C\u043E\u0449\u044C\u044E \u044F\u0440\u043B\u044B\u043A\u0430 /{touch}. \u041D\u0430\u0441\u0442\u043E\u044F\u0442\u0435\u043B\u044C\u043D\u043E \u0440\u0435\u043A\u043E\u043C\u0435\u043D\u0434\u0443\u0435\u0442\u0441\u044F \u0434\u043E\u0431\u0430\u0432\u0438\u0442\u044C \u044D\u0442\u0443 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u0443 \u043D\u0430\u0441\u0442\u0440\u043E\u0435\u043A \u0432 \u0437\u0430\u043A\u043B\u0430\u0434\u043A\u0438, \u0447\u0442\u043E\u0431\u044B \u043D\u0435 \u043D\u0430\u0439\u0442\u0438 \u0445\u043E\u0432\u0435\u0440\u0431\u043E\u043B \u043F\u043E\u0441\u043B\u0435 \u0441\u043B\u0443\u0447\u0430\u0439\u043D\u043E\u0433\u043E \u043E\u0442\u043A\u043B\u044E\u0447\u0435\u043D\u0438\u044F \u044D\u0442\u043E\u0439 \u043E\u043F\u0446\u0438\u0438!","always translate the following languages":"\u0410\u0432\u0442\u043E\u043C\u0430\u0442\u0438\u0447\u0435\u0441\u043A\u0438\u0439 \u043F\u0435\u0440\u0435\u0432\u043E\u0434 \u043D\u0430 \u0446\u0435\u043B\u0435\u0432\u043E\u0439 \u044F\u0437\u044B\u043A, \u0435\u0441\u043B\u0438 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u0430 \u043D\u0430\u043F\u0438\u0441\u0430\u043D\u0430 \u043D\u0430 \u043E\u0434\u043D\u043E\u043C \u0438\u0437 \u0441\u043B\u0435\u0434\u0443\u044E\u0449\u0438\u0445 \u044F\u0437\u044B\u043A\u043E\u0432","always sites":"\u0412\u0441\u0435\u0433\u0434\u0430 \u043F\u0435\u0440\u0435\u0432\u0435\u0434\u0435\u043D\u043D\u044B\u0435 \u0432\u0435\u0431-\u0441\u0430\u0439\u0442\u044B","always translate the following sites":"\u0412\u0435\u0431-\u0441\u0430\u0439\u0442\u044B \u0430\u0432\u0442\u043E\u043C\u0430\u0442\u0438\u0447\u0435\u0441\u043A\u0438 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u044F\u0442\u0441\u044F \u043D\u0430 \u044F\u0437\u044B\u043A \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430, \u0435\u0441\u043B\u0438 \u043E\u043D\u0438 \u044F\u0432\u043B\u044F\u044E\u0442\u0441\u044F \u0434\u043E\u043C\u0435\u043D\u043D\u044B\u043C\u0438 \u0438\u043C\u0435\u043D\u0430\u043C\u0438","never sites":"\u041D\u0435\u043F\u0435\u0440\u0435\u0432\u0435\u0434\u0435\u043D\u043D\u044B\u0439 \u0441\u0430\u0439\u0442","never translate the following sites":"\u041F\u0435\u0440\u0435\u0432\u043E\u0434 \u043D\u0435 \u0431\u0443\u0434\u0435\u0442 \u0432\u044B\u043F\u043E\u043B\u043D\u044F\u0442\u044C\u0441\u044F, \u0435\u0441\u043B\u0438 \u0441\u0430\u0439\u0442 \u043F\u0440\u0435\u0434\u043D\u0430\u0437\u043D\u0430\u0447\u0435\u043D \u0434\u043B\u044F \u0441\u043B\u0435\u0434\u0443\u044E\u0449\u0438\u0445 \u0434\u043E\u043C\u0435\u043D\u043E\u0432","please refer to":"\u041F\u0435\u0440\u0435\u0434 \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u043D\u0438\u0435\u043C \u043D\u0435\u043E\u0431\u0445\u043E\u0434\u0438\u043C\u043E \u0437\u0430\u043F\u043E\u043B\u043D\u0438\u0442\u044C \u043A\u043B\u044E\u0447.",KeyAndConfigurationTutorial:"\u0423\u0447\u0435\u0431\u043D\u0438\u043A \u043F\u043E \u043F\u0440\u0438\u043C\u0435\u043D\u0435\u043D\u0438\u044E \u0438 \u043D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0435 \u043A\u043B\u044E\u0447\u0435\u0439",useAboveStyleForTheseSites:"\u0412\u0441\u0435\u0433\u0434\u0430 \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u0443\u0439\u0442\u0435 \u0441\u0442\u0438\u043B\u044C \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430 \u2308{theme}\u230B, \u0435\u0441\u043B\u0438 \u0441\u0430\u0439\u0442 \u043F\u0440\u0435\u0434\u043D\u0430\u0437\u043D\u0430\u0447\u0435\u043D \u0434\u043B\u044F \u0441\u043B\u0435\u0434\u0443\u044E\u0449\u0438\u0445 \u0434\u043E\u043C\u0435\u043D\u043E\u0432",currentUrl:"\u0422\u0435\u043A\u0443\u0449\u0438\u0439 URL",confirm:"\u0441\u043E\u0445\u0440\u0430\u043D\u044F\u0442\u044C (\u0444\u0430\u0439\u043B \u0438 \u0442.\u0434.) (\u0432\u044B\u0447\u0438\u0441\u043B\u0438\u0442\u0435\u043B\u044C\u043D\u0430\u044F \u0442\u0435\u0445\u043D\u0438\u043A\u0430)",cancel:"\u043E\u0442\u043C\u0435\u043D\u044B",delete:"\u0443\u0434\u0430\u043B\u0435\u043D\u0438\u0435","languages.auto":"\u0430\u0432\u0442\u043E\u043C\u0430\u0442\u0438\u0447\u0435\u0441\u043A\u043E\u0435 \u043E\u0431\u043D\u0430\u0440\u0443\u0436\u0435\u043D\u0438\u0435",syncToCloud:"\u0421\u0438\u043D\u0445\u0440\u043E\u043D\u0438\u0437\u0430\u0446\u0438\u044F \u0441 Google Drive",syncToCloudDescription:"\u0417\u0430\u0433\u0440\u0443\u0436\u0435\u043D\u043D\u0430\u044F \u0432 \u043E\u0431\u043B\u0430\u043A\u043E, \u043A\u043E\u043D\u0444\u0438\u0433\u0443\u0440\u0430\u0446\u0438\u044F \u043C\u043E\u0436\u0435\u0442 \u0431\u044B\u0442\u044C \u0441\u0438\u043D\u0445\u0440\u043E\u043D\u0438\u0437\u0438\u0440\u043E\u0432\u0430\u043D\u0430 \u043C\u0435\u0436\u0434\u0443 \u0440\u0430\u0437\u043B\u0438\u0447\u043D\u044B\u043C\u0438 \u0431\u0440\u0430\u0443\u0437\u0435\u0440\u0430\u043C\u0438/\u0441\u043A\u0440\u0438\u043F\u0442\u0430\u043C\u0438 grease monkey, \u0432 \u0437\u0430\u0432\u0438\u0441\u0438\u043C\u043E\u0441\u0442\u0438 \u043E\u0442 \u0442\u043E\u0433\u043E, \u0447\u0442\u043E \u0431\u044B\u043B\u043E \u0438\u0437\u043C\u0435\u043D\u0435\u043D\u043E \u043F\u043E\u0441\u043B\u0435\u0434\u043D\u0438\u043C.",syncToAccount:"\u0421\u0438\u043D\u0445\u0440\u043E\u043D\u0438\u0437\u0430\u0446\u0438\u044F \u0441 \u043E\u0431\u043B\u0430\u043A\u043E\u043C \u0438\u043C\u043C\u0435\u0440\u0441\u0438\u0432\u043D\u043E\u0433\u043E \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430",syncToAccountButton:"\u041C\u0433\u043D\u043E\u0432\u0435\u043D\u043D\u0430\u044F \u0441\u0438\u043D\u0445\u0440\u043E\u043D\u0438\u0437\u0430\u0446\u0438\u044F \u0441 \u043E\u0431\u043B\u0430\u043A\u043E\u043C",syncToAccountDescription:"\u0410\u0432\u0442\u043E\u043C\u0430\u0442\u0438\u0447\u0435\u0441\u043A\u0430\u044F \u0441\u0438\u043D\u0445\u0440\u043E\u043D\u0438\u0437\u0430\u0446\u0438\u044F \u043A\u043E\u043D\u0444\u0438\u0433\u0443\u0440\u0430\u0446\u0438\u0439 \u043C\u0435\u0436\u0434\u0443 \u0440\u0430\u0437\u043B\u0438\u0447\u043D\u044B\u043C\u0438 \u0443\u0441\u0442\u0440\u043E\u0439\u0441\u0442\u0432\u0430\u043C\u0438 \u0432 \u0437\u0430\u0432\u0438\u0441\u0438\u043C\u043E\u0441\u0442\u0438 \u043E\u0442 \u0442\u043E\u0433\u043E, \u043A\u0430\u043A\u0430\u044F \u0438\u0437 \u043D\u0438\u0445 \u0431\u044B\u043B\u0430 \u0438\u0437\u043C\u0435\u043D\u0435\u043D\u0430 \u043F\u043E\u0441\u043B\u0435\u0434\u043D\u0435\u0439.",successSyncConfigInAccount:"\u0423\u0441\u043F\u0435\u0448\u043D\u0430\u044F \u0441\u0438\u043D\u0445\u0440\u043E\u043D\u0438\u0437\u0430\u0446\u0438\u044F \u0441 \u043E\u0431\u043B\u0430\u043A\u043E\u043C",successSyncConfigToAccount:"\u0423\u0441\u043F\u0435\u0448\u043D\u0430\u044F \u0441\u0438\u043D\u0445\u0440\u043E\u043D\u0438\u0437\u0430\u0446\u0438\u044F \u0441 \u043E\u0431\u043B\u0430\u043A\u043E\u043C",syncConfigNoUpdate:"\u041E\u043D\u0430 \u0443\u0436\u0435 \u0441\u043E\u043E\u0442\u0432\u0435\u0442\u0441\u0442\u0432\u0443\u0435\u0442 \u0441\u043E\u0432\u0440\u0435\u043C\u0435\u043D\u043D\u044B\u043C \u0442\u0440\u0435\u0431\u043E\u0432\u0430\u043D\u0438\u044F\u043C.",authFail:"\u0421\u0431\u043E\u0439 \u0430\u0432\u0442\u043E\u0440\u0438\u0437\u0430\u0446\u0438\u0438",syncTitle:"\u0420\u0443\u0447\u043D\u043E\u0435 \u0443\u043F\u0440\u0430\u0432\u043B\u0435\u043D\u0438\u0435 \u0440\u0435\u0437\u0435\u0440\u0432\u043D\u044B\u043C \u043A\u043E\u043F\u0438\u0440\u043E\u0432\u0430\u043D\u0438\u0435\u043C",import_hint:"\u0438\u043C\u043F\u043E\u0440\u0442 (\u0434\u0430\u043D\u043D\u044B\u0435)",upload:"\u0437\u0430\u0433\u0440\u0443\u0437\u0438\u0442\u044C",revokeAuth:"\u043E\u0442\u043E\u0437\u0432\u0430\u0442\u044C \u0440\u0430\u0437\u0440\u0435\u0448\u0435\u043D\u0438\u0435",uploadFail:"\u0417\u0430\u0433\u0440\u0443\u0437\u043A\u0430 \u043D\u0435 \u0443\u0434\u0430\u043B\u0430\u0441\u044C",download:"\u0437\u0430\u0433\u0440\u0443\u0437\u043A\u0430",importSuccess:"\u0423\u0441\u043F\u0435\u0448\u043D\u043E \u0438\u043C\u043F\u043E\u0440\u0442\u0438\u0440\u0443\u0435\u0442\u0441\u044F",importFail:"\u0441\u0431\u043E\u0439 \u0438\u043C\u043F\u043E\u0440\u0442\u0430",deleteFail:"\u041D\u0435 \u0443\u0434\u0430\u043B\u043E\u0441\u044C \u0443\u0434\u0430\u043B\u0438\u0442\u044C",backupToCloud:"\u0420\u0443\u0447\u043D\u043E\u0435 \u0443\u043F\u0440\u0430\u0432\u043B\u0435\u043D\u0438\u0435 \u0444\u0430\u0439\u043B\u0430\u043C\u0438 \u0440\u0435\u0437\u0435\u0440\u0432\u043D\u043E\u0433\u043E \u043A\u043E\u043F\u0438\u0440\u043E\u0432\u0430\u043D\u0438\u044F",create_new_backup:"\u0414\u043E\u0431\u0430\u0432\u043B\u0435\u043D\u0438\u0435 \u043D\u043E\u0432\u043E\u0433\u043E \u0443\u0437\u043B\u0430 \u0440\u0435\u0437\u0435\u0440\u0432\u043D\u043E\u0433\u043E \u043A\u043E\u043F\u0438\u0440\u043E\u0432\u0430\u043D\u0438\u044F",maxBackupFiles:"\u0420\u0435\u0437\u0435\u0440\u0432\u043D\u043E\u0435 \u043A\u043E\u043F\u0438\u0440\u043E\u0432\u0430\u043D\u0438\u0435 \u043C\u043E\u0436\u0435\u0442 \u0431\u044B\u0442\u044C \u0432\u044B\u043F\u043E\u043B\u043D\u0435\u043D\u043E \u0434\u043E{count}\u0440\u0430\u0437\u043B\u0438\u0447\u043D\u044B\u0445 \u0443\u0437\u043B\u043E\u0432, \u0443\u0434\u0430\u043B\u0438\u0442\u0435 \u043D\u0435\u043D\u0443\u0436\u043D\u044B\u0435 \u0443\u0437\u043B\u044B.",backupToCloudDescription:"\u0420\u0443\u0447\u043D\u0430\u044F \u0437\u0430\u0433\u0440\u0443\u0437\u043A\u0430 \u0438\u043B\u0438 \u0432\u043E\u0441\u0441\u0442\u0430\u043D\u043E\u0432\u043B\u0435\u043D\u0438\u0435 \u0444\u0430\u0439\u043B\u043E\u0432 \u0440\u0435\u0437\u0435\u0440\u0432\u043D\u044B\u0445 \u043A\u043E\u043F\u0438\u0439, \u043F\u043E\u0437\u0432\u043E\u043B\u044F\u044E\u0449\u0430\u044F \u0441\u043E\u0437\u0434\u0430\u0432\u0430\u0442\u044C \u0434\u043E 3 \u0440\u0430\u0437\u043B\u0438\u0447\u043D\u044B\u0445 \u0440\u0435\u0437\u0435\u0440\u0432\u043D\u044B\u0445 \u043A\u043E\u043F\u0438\u0439",successSyncConfig:"\u0423\u0441\u043F\u0435\u0448\u043D\u0430\u044F \u0441\u0438\u043D\u0445\u0440\u043E\u043D\u0438\u0437\u0430\u0446\u0438\u044F \u0441 \u043E\u0431\u043B\u0430\u043A\u043E\u043C",syncFail:"\u0441\u0431\u043E\u0439 \u0441\u0438\u043D\u0445\u0440\u043E\u043D\u0438\u0437\u0430\u0446\u0438\u0438",updatedAt:"\u041E\u0431\u043D\u043E\u0432\u043B\u0435\u043D\u043E \u0441 \u0441\u0430\u0439\u0442\u0430 {date}",lastSyncedAt:"\u041F\u043E\u0441\u043B\u0435\u0434\u043D\u044F\u044F \u043F\u0440\u043E\u0432\u0435\u0440\u043A\u0430 \u043D\u0430 \u0441\u0430\u0439\u0442\u0435 {date}",downloadFail:"\u041D\u0435 \u0443\u0434\u0430\u043B\u043E\u0441\u044C \u0437\u0430\u0433\u0440\u0443\u0437\u0438\u0442\u044C",clickToDownload:"\u041D\u0430\u0436\u043C\u0438\u0442\u0435 \u0434\u043B\u044F \u0437\u0430\u0433\u0440\u0443\u0437\u043A\u0438",aboutLabel:"\u041E \u043A\u043E\u043C\u043F\u0430\u043D\u0438\u0438 - \u041E\u0431\u0440\u0430\u0442\u043D\u0430\u044F \u0441\u0432\u044F\u0437\u044C","browser.openAboutPage":"\u0418\u043D\u0444\u043E\u0440\u043C\u0430\u0446\u0438\u044F/\u041E\u0442\u0437\u044B\u0432\u044B",aboutLabelWithoutSponsor:"\u041E \u043A\u043E\u043C\u043F\u0430\u043D\u0438\u0438 - \u041E\u0431\u0440\u0430\u0442\u043D\u0430\u044F \u0441\u0432\u044F\u0437\u044C",aboutIntro:"\u041F\u0443\u0441\u0442\u044C \u043D\u0430\u043C \u0432\u0441\u0435\u043C \u0431\u0443\u0434\u0435\u0442 \u043B\u0435\u0433\u0447\u0435 \u0438 \u043F\u0440\u0438\u044F\u0442\u043D\u0435\u0435 \u043F\u043E\u043B\u0443\u0447\u0430\u0442\u044C \u0434\u043E\u0441\u0442\u0443\u043F \u043A \u043E\u0433\u0440\u043E\u043C\u043D\u043E\u043C\u0443 \u043A\u043E\u043B\u0438\u0447\u0435\u0441\u0442\u0432\u0443 \u0438\u043D\u0444\u043E\u0440\u043C\u0430\u0446\u0438\u0438 \u043D\u0430 \u0438\u043D\u043E\u0441\u0442\u0440\u0430\u043D\u043D\u044B\u0445 \u044F\u0437\u044B\u043A\u0430\u0445 \u0432 \u0418\u043D\u0442\u0435\u0440\u043D\u0435\u0442\u0435 \u2764\uFE0F \u0412\u044B \u043C\u043E\u0436\u0435\u0442\u0435 \u0430\u043A\u0442\u0438\u0432\u0438\u0440\u043E\u0432\u0430\u0442\u044C <6>\u0447\u043B\u0435\u043D\u0441\u0442\u0432\u043E \u0432 \u043F\u0440\u043E\u0433\u0440\u0430\u043C\u043C\u0435 Pro, \u0447\u0442\u043E\u0431\u044B \u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u044C\u0441\u044F \u0433\u043E\u0442\u043E\u0432\u044B\u043C\u0438 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430\u043C\u0438 DeepL \u0438 OpenAI.

\u0412\u044B \u043C\u043E\u0436\u0435\u0442\u0435 \u0441\u043B\u0435\u0434\u0438\u0442\u044C \u0437\u0430 \u043D\u0430\u043C\u0438 \u0432 <3>Twitter, <4>Telegram, Weibo, WeChat \u0438\u043B\u0438 <5>\u043F\u043E\u0434\u043F\u0438\u0441\u0430\u0442\u044C\u0441\u044F \u043D\u0430 \u043D\u0430\u0448\u0443 \u0440\u0430\u0441\u0441\u044B\u043B\u043A\u0443 \u043D\u0438\u0436\u0435, \u0447\u0442\u043E\u0431\u044B \u043E\u0442\u0441\u043B\u0435\u0436\u0438\u0432\u0430\u0442\u044C \u043E\u0431\u043D\u043E\u0432\u043B\u0435\u043D\u0438\u044F.
<7>\u0423\u0447\u0430\u0441\u0442\u043D\u0438\u043A\u0438 \u043F\u0440\u043E\u0433\u0440\u0430\u043C\u043C\u044B Pro \u043C\u043E\u0433\u0443\u0442 \u0441\u0432\u044F\u0437\u0430\u0442\u044C\u0441\u044F \u0441 \u043D\u0430\u043C\u0438 \u043F\u043E \u0430\u0434\u0440\u0435\u0441\u0443 <8>support@immersivetranslate.com \u0434\u043B\u044F \u0431\u044B\u0441\u0442\u0440\u043E\u0433\u043E \u043E\u0431\u0441\u043B\u0443\u0436\u0438\u0432\u0430\u043D\u0438\u044F \u043A\u043B\u0438\u0435\u043D\u0442\u043E\u0432.",aboutIntroWithoutSponsor:"\u041F\u0443\u0441\u0442\u044C \u0432\u0441\u0435\u043C \u043D\u0430\u043C \u0431\u0443\u0434\u0435\u0442 \u043B\u0435\u0433\u0447\u0435 \u0438 \u043F\u0440\u0438\u044F\u0442\u043D\u0435\u0435 \u043F\u043E\u043B\u0443\u0447\u0430\u0442\u044C \u0434\u043E\u0441\u0442\u0443\u043F \u043A \u043E\u0433\u0440\u043E\u043C\u043D\u043E\u043C\u0443 \u043A\u043E\u043B\u0438\u0447\u0435\u0441\u0442\u0432\u0443 \u0438\u043D\u0444\u043E\u0440\u043C\u0430\u0446\u0438\u0438 \u043D\u0430 \u0438\u043D\u043E\u0441\u0442\u0440\u0430\u043D\u043D\u044B\u0445 \u044F\u0437\u044B\u043A\u0430\u0445, \u0434\u043E\u0441\u0442\u0443\u043F\u043D\u043E\u0439 \u0432 \u0418\u043D\u0442\u0435\u0440\u043D\u0435\u0442\u0435 \u2764\uFE0F

\u0412\u044B \u043C\u043E\u0436\u0435\u0442\u0435 \u0441\u043B\u0435\u0434\u0438\u0442\u044C \u0437\u0430 \u043D\u0430\u043C\u0438 \u0432 <3>Twitter, <4>Telegram-\u043A\u0430\u043D\u0430\u043B\u0435, WeChat, WeChat Exchange \u0438\u043B\u0438 <5>\u043F\u043E\u0434\u043F\u0438\u0441\u0430\u0442\u044C\u0441\u044F \u043D\u0430 \u043E\u0442\u0441\u043B\u0435\u0436\u0438\u0432\u0430\u043D\u0438\u0435 \u043E\u0431\u043D\u043E\u0432\u043B\u0435\u043D\u0438\u0439 \u043F\u043E <5>\u044D\u043B\u0435\u043A\u0442\u0440\u043E\u043D\u043D\u043E\u0439 \u043F\u043E\u0447\u0442\u0435 \u043D\u0438\u0436\u0435.",projectHomepage:'\u041F\u0440\u043E\u0435\u043A\u0442 "\u0414\u043E\u043C',joinTelegramGroup:"\u041F\u0440\u0438\u0441\u043E\u0435\u0434\u0438\u043D\u044F\u0439\u0442\u0435\u0441\u044C \u043A \u0433\u0440\u0443\u043F\u043F\u0435 \u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u0435\u043B\u0435\u0439 \u0434\u043B\u044F \u0443\u0447\u0430\u0441\u0442\u0438\u044F \u0432 \u043E\u0431\u0441\u0443\u0436\u0434\u0435\u043D\u0438\u0438 \u0444\u0443\u043D\u043A\u0446\u0438\u0439",wechatPublicAccount:"WeChat Public",wechatCommunities:"\u0413\u0440\u0443\u043F\u043F\u0430 \u043E\u0431\u043C\u0435\u043D\u0430 WeChat",qqCommunities:"\u041A\u0430\u043D\u0430\u043B \u0441\u0432\u044F\u0437\u0438 QQ",joinTelegramChannel:"\u0421\u043B\u0435\u0434\u0438\u0442\u0435 \u0437\u0430 \u043E\u0431\u043D\u043E\u0432\u043B\u0435\u043D\u0438\u044F\u043C\u0438 \u0432 Telegram-\u043A\u0430\u043D\u0430\u043B\u0435",feedbackAndJoin:"\u0412\u043E\u043F\u0440\u043E\u0441 \u041E\u0431\u0440\u0430\u0442\u043D\u0430\u044F \u0441\u0432\u044F\u0437\u044C / \u0414\u043E\u0431\u0430\u0432\u0438\u0442\u044C \u0433\u0440\u0443\u043F\u043F\u0443",autoSync:"\u0430\u0432\u0442\u043E\u043C\u0430\u0442\u0438\u0447\u0435\u0441\u043A\u0430\u044F \u0441\u0438\u043D\u0445\u0440\u043E\u043D\u0438\u0437\u0430\u0446\u0438\u044F \u0432\u0440\u0435\u043C\u0435\u043D\u0438",loadingThemeTitle:"\u0421\u0442\u0438\u043B\u044C \u0437\u0430\u0433\u0440\u0443\u0437\u043A\u0438",loadingThemeDescription:"\u0423\u0441\u0442\u0430\u043D\u043E\u0432\u043A\u0430 \u0441\u0442\u0438\u043B\u044F \u043F\u0440\u0438 \u043E\u0436\u0438\u0434\u0430\u043D\u0438\u0438 \u0437\u0430\u0433\u0440\u0443\u0437\u043A\u0438 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430","loadingTheme.spinner":"\u0412\u0440\u0430\u0449\u0430\u044E\u0449\u0430\u044F\u0441\u044F \u0430\u043D\u0438\u043C\u0430\u0446\u0438\u044F","loadingTheme.text":"\u0441\u0442\u0430\u0442\u0438\u0447\u0435\u0441\u043A\u0438\u0439 \u0442\u0435\u043A\u0441\u0442 \u0447\u0435\u0433\u043E-\u043B. ","loadingTheme.none":"\u043D\u0435 \u043F\u043E\u043A\u0430\u0437\u0430\u043D\u043E",developerDescription:"\u0414\u043E\u043A\u0443\u043C\u0435\u043D\u0442\u0430\u0446\u0438\u044E \u043F\u043E \u0440\u0430\u0441\u0448\u0438\u0440\u0435\u043D\u043D\u043E\u0439 \u043D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0435 \u043C\u043E\u0436\u043D\u043E \u043D\u0430\u0439\u0442\u0438 <1>\u0437\u0434\u0435\u0441\u044C","edit border color":"\u0418\u0437\u043C\u0435\u043D\u0435\u043D\u0438\u0435 \u0446\u0432\u0435\u0442\u0430 \u0433\u0440\u0430\u043D\u0438\u0446\u044B",successSyncButNoChange:"\u0422\u0435\u043A\u0443\u0449\u0430\u044F \u043A\u043E\u043D\u0444\u0438\u0433\u0443\u0440\u0430\u0446\u0438\u044F \u0441\u043E\u043E\u0442\u0432\u0435\u0442\u0441\u0442\u0432\u0443\u0435\u0442 \u043E\u0431\u043B\u0430\u043A\u0443",customTheme:"\u041D\u0435\u0441\u0442\u0430\u043D\u0434\u0430\u0440\u0442\u043D\u044B\u0435 \u0446\u0432\u0435\u0442\u0430 \u0438 \u0440\u0430\u0437\u043C\u0435\u0440\u044B","customThemeLabel.borderColor":"\u0426\u0432\u0435\u0442 \u0433\u0440\u0430\u043D\u0438\u0446\u044B","customThemeLabel.borderRadius":"\u0421\u043A\u0440\u0443\u0433\u043B\u0435\u043D\u043D\u044B\u0435 \u043A\u0440\u0430\u044F","customThemeLabel.textColor":"\u0446\u0432\u0435\u0442 \u0442\u0435\u043A\u0441\u0442\u0430","customThemeLabel.backgroundColor":"\u0446\u0432\u0435\u0442 \u0444\u043E\u043D\u0430","customThemeLabel.zoom":"\u041C\u0430\u0441\u0448\u0442\u0430\u0431\u0438\u0440\u043E\u0432\u0430\u043D\u0438\u0435 \u0448\u0440\u0438\u0444\u0442\u0430 (%)","customThemeLabel.opacity":"\u041D\u0435\u043F\u0440\u043E\u0437\u0440\u0430\u0447\u043D\u043E\u0441\u0442\u044C \u0442\u0435\u043A\u0441\u0442\u0430 (%)",resetToDefaultColor:"\u0412\u043E\u0441\u0441\u0442\u0430\u043D\u043E\u0432\u043B\u0435\u043D\u0438\u0435 \u0446\u0432\u0435\u0442\u043E\u0432 \u043F\u043E \u0443\u043C\u043E\u043B\u0447\u0430\u043D\u0438\u044E",resetToDefaultSettings:"\u0412\u043E\u0441\u0441\u0442\u0430\u043D\u043E\u0432\u043B\u0435\u043D\u0438\u0435 \u043D\u0430\u0441\u0442\u0440\u043E\u0435\u043A \u043F\u043E \u0443\u043C\u043E\u043B\u0447\u0430\u043D\u0438\u044E",isTranslateTitle:"\u0412\u043A\u043B\u044E\u0447\u0438\u0442\u044C \u043F\u0435\u0440\u0435\u0432\u043E\u0434 \u0437\u0430\u0433\u043E\u043B\u043E\u0432\u043A\u043E\u0432 \u0441\u0442\u0440\u0430\u043D\u0438\u0446",isTranslateTitleDescription:"\u041F\u0440\u0438 \u043E\u0442\u043A\u0440\u044B\u0442\u0438\u0438 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u044B \u0435\u0435 \u0437\u0430\u0433\u043E\u043B\u043E\u0432\u043E\u043A \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0438\u0442\u0441\u044F",enableSearchEnhancement:"\u0412\u043A\u043B\u044E\u0447\u0435\u043D\u0438\u0435 \u0444\u0443\u043D\u043A\u0446\u0438\u0438 \u0440\u0430\u0441\u0448\u0438\u0440\u0435\u043D\u0438\u044F \u0434\u0432\u0443\u044F\u0437\u044B\u0447\u043D\u044B\u0445 \u0441\u043E\u043E\u0431\u0449\u0435\u043D\u0438\u0439",enableSearchEnhancementDescription:'\u041F\u043E\u0441\u043B\u0435 \u0432\u043A\u043B\u044E\u0447\u0435\u043D\u0438\u044F \u044D\u0442\u043E\u0439 \u0444\u0443\u043D\u043A\u0446\u0438\u0438 \u0440\u0435\u0437\u0443\u043B\u044C\u0442\u0430\u0442\u044B \u043F\u043E\u0438\u0441\u043A\u0430 "Google \u041D\u043E\u0432\u043E\u0441\u0442\u0438" \u0431\u0443\u0434\u0443\u0442 \u0430\u0432\u0442\u043E\u043C\u0430\u0442\u0438\u0447\u0435\u0441\u043A\u0438 \u043E\u0442\u043E\u0431\u0440\u0430\u0436\u0430\u0442\u044C\u0441\u044F \u0432 \u043F\u0440\u0430\u0432\u043E\u0439 \u043A\u043E\u043B\u043E\u043D\u043A\u0435 \u043F\u043E\u0434\u0434\u0435\u0440\u0436\u0438\u0432\u0430\u0435\u043C\u044B\u0445 \u0441\u0430\u0439\u0442\u043E\u0432 (Google \u041D\u043E\u0432\u043E\u0441\u0442\u0438, Google \u041F\u043E\u0438\u0441\u043A (\u043D\u0435\u043A\u043E\u0442\u043E\u0440\u044B\u0435 \u043A\u043B\u044E\u0447\u0435\u0432\u044B\u0435 \u0441\u043B\u043E\u0432\u0430), Snowball, Oriental Fortune, Futura, Tiger Community) \u0434\u043B\u044F \u0441\u043E\u043E\u0442\u0432\u0435\u0442\u0441\u0442\u0432\u0443\u044E\u0449\u0438\u0445 \u0430\u043D\u0433\u043B\u0438\u0439\u0441\u043A\u0438\u0445 \u043A\u043B\u044E\u0447\u0435\u0432\u044B\u0445 \u0441\u043B\u043E\u0432.',verifyService:"\u041D\u0430\u0436\u043C\u0438\u0442\u0435 \u0437\u0434\u0435\u0441\u044C, \u0447\u0442\u043E\u0431\u044B \u043F\u0440\u043E\u0442\u0435\u0441\u0442\u0438\u0440\u043E\u0432\u0430\u0442\u044C \u0443\u0441\u043B\u0443\u0433\u0443",verified:"\u041F\u0440\u043E\u0432\u0435\u0440\u043A\u0430 \u0443\u0441\u043F\u0435\u0448\u043D\u043E\u0441\u0442\u0438","field.langs":"\u041F\u043E\u0434\u0434\u0435\u0440\u0436\u0438\u0432\u0430\u0435\u043C\u044B\u0435 \u043A\u043E\u0434\u044B \u044F\u0437\u044B\u043A\u043E\u0432","field.model":"\u043C\u043E\u0434\u0435\u043B\u0438\u0440\u043E\u0432\u0430\u043D\u0438\u0435","field.translationEngine":"\u043C\u0435\u0445\u0430\u043D\u0438\u0437\u043C \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430","field.limitPerMinute":"\u041C\u0430\u043A\u0441\u0438\u043C\u0430\u043B\u044C\u043D\u043E\u0435 \u043A\u043E\u043B\u0438\u0447\u0435\u0441\u0442\u0432\u043E \u0437\u0430\u043F\u0440\u043E\u0441\u043E\u0432 \u0432 \u043C\u0438\u043D\u0443\u0442\u0443","field.limitPerSecond":"\u041C\u0430\u043A\u0441\u0438\u043C\u0430\u043B\u044C\u043D\u043E\u0435 \u043A\u043E\u043B\u0438\u0447\u0435\u0441\u0442\u0432\u043E \u0437\u0430\u043F\u0440\u043E\u0441\u043E\u0432 \u0432 \u0441\u0435\u043A\u0443\u043D\u0434\u0443","field.maxTextLengthPerRequest":"\u041C\u0430\u043A\u0441\u0438\u043C\u0430\u043B\u044C\u043D\u0430\u044F \u0434\u043B\u0438\u043D\u0430 \u0442\u0435\u043A\u0441\u0442\u0430 \u0432 \u043E\u0434\u043D\u043E\u043C \u0437\u0430\u043F\u0440\u043E\u0441\u0435","field.maxTextGroupLengthPerRequest":"\u041C\u0430\u043A\u0441\u0438\u043C\u0430\u043B\u044C\u043D\u043E\u0435 \u043A\u043E\u043B\u0438\u0447\u0435\u0441\u0442\u0432\u043E \u043F\u0430\u0440\u0430\u0433\u0440\u0430\u0444\u043E\u0432 \u0432 \u043E\u0434\u043D\u043E\u043C \u0437\u0430\u043F\u0440\u043E\u0441\u0435","field.apiUrl":"\u0410\u0434\u0440\u0435\u0441 \u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u0435\u043B\u044C\u0441\u043A\u043E\u0433\u043E \u0438\u043D\u0442\u0435\u0440\u0444\u0435\u0439\u0441\u0430 API","field.placeholderDelimiters":"\u0437\u0430\u0440\u0435\u0437\u0435\u0440\u0432\u0438\u0440\u043E\u0432\u0430\u043D\u043D\u043E\u0435 \u043C\u0435\u0441\u0442\u043E","description.custom":"\u0414\u043E\u0441\u0442\u0443\u043F \u043A \u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u0435\u043B\u044C\u0441\u043A\u043E\u043C\u0443 \u0438\u043D\u0442\u0435\u0440\u0444\u0435\u0439\u0441\u0443 \u0422\u0440\u0435\u0431\u0443\u0435\u0442\u0441\u044F \u0434\u043E\u043A\u0443\u043C\u0435\u043D\u0442\u0430\u0446\u0438\u044F","description.limitPerMinute":"\u0417\u0430\u043F\u0440\u043E\u0441\u044B, \u043F\u0440\u0435\u0432\u044B\u0448\u0430\u044E\u0449\u0438\u0435 \u044D\u0442\u043E\u0442 \u043B\u0438\u043C\u0438\u0442, \u043F\u043E\u043F\u0430\u0434\u0430\u044E\u0442 \u0432 \u043E\u0447\u0435\u0440\u0435\u0434\u044C \u0434\u043E \u043D\u0430\u0447\u0430\u043B\u0430 \u0441\u043B\u0435\u0434\u0443\u044E\u0449\u0435\u0439 \u043C\u0438\u043D\u0443\u0442\u044B. \u0412 \u0441\u0432\u044F\u0437\u0438 \u0441 \u0440\u0430\u0437\u043B\u0438\u0447\u043D\u044B\u043C\u0438 \u043E\u0433\u0440\u0430\u043D\u0438\u0447\u0435\u043D\u0438\u044F\u043C\u0438 \u0442\u0435\u043A\u0443\u0449\u0435\u0433\u043E \u0441\u0435\u0440\u0432\u0438\u0441\u0430 OpenAI, \u043F\u043E\u0441\u043B\u0435\u0434\u043D\u0438\u0435 \u043F\u0440\u0435\u0434\u043B\u0430\u0433\u0430\u0435\u043C\u044B\u0435 \u0437\u043D\u0430\u0447\u0435\u043D\u0438\u044F \u043C\u043E\u0436\u043D\u043E \u043F\u043E\u0441\u043C\u043E\u0442\u0440\u0435\u0442\u044C <1>\u0437\u0434\u0435\u0441\u044C","description.limitPerSecond":"\u0417\u0430\u043F\u0440\u043E\u0441\u044B, \u043F\u0440\u0435\u0432\u044B\u0448\u0430\u044E\u0449\u0438\u0435 \u044D\u0442\u043E\u0442 \u043B\u0438\u043C\u0438\u0442, \u043F\u043E\u043F\u0430\u0434\u0430\u044E\u0442 \u0432 \u043E\u0447\u0435\u0440\u0435\u0434\u044C \u0434\u043E \u043D\u0430\u0447\u0430\u043B\u0430 \u0441\u043B\u0435\u0434\u0443\u044E\u0449\u0435\u0439 \u0441\u0435\u043A\u0443\u043D\u0434\u044B. \u0412 \u0441\u0432\u044F\u0437\u0438 \u0441 \u0440\u0430\u0437\u043B\u0438\u0447\u043D\u044B\u043C\u0438 \u043E\u0433\u0440\u0430\u043D\u0438\u0447\u0435\u043D\u0438\u044F\u043C\u0438 \u0442\u0435\u043A\u0443\u0449\u0435\u0433\u043E \u0441\u0435\u0440\u0432\u0438\u0441\u0430 OpenAI, \u043F\u043E\u0441\u043B\u0435\u0434\u043D\u0438\u0435 \u043F\u0440\u0435\u0434\u043B\u0430\u0433\u0430\u0435\u043C\u044B\u0435 \u0437\u043D\u0430\u0447\u0435\u043D\u0438\u044F \u043C\u043E\u0436\u043D\u043E \u043F\u043E\u0441\u043C\u043E\u0442\u0440\u0435\u0442\u044C <1>\u0437\u0434\u0435\u0441\u044C","description.generalLimitPerSecond":"\u0417\u0430\u043F\u0440\u043E\u0441\u044B, \u043F\u0440\u0435\u0432\u044B\u0448\u0430\u044E\u0449\u0438\u0435 \u044D\u0442\u043E\u0442 \u043B\u0438\u043C\u0438\u0442, \u043F\u043E\u043F\u0430\u0434\u0430\u044E\u0442 \u0432 \u043E\u0447\u0435\u0440\u0435\u0434\u044C \u0434\u043E \u043D\u0430\u0447\u0430\u043B\u0430 \u0441\u043B\u0435\u0434\u0443\u044E\u0449\u0435\u0439 \u0441\u0435\u043A\u0443\u043D\u0434\u044B.","description.prompt":"\u041E\u0442\u043F\u0440\u0430\u0432\u0438\u0442\u044C \u0434\u0438\u0430\u043B\u043E\u0433 {service} \u043E\u0442 \u0438\u043C\u0435\u043D\u0438 \u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u0435\u043B\u044F, \u0433\u0434\u0435 {{text}} \u043E\u0431\u043E\u0437\u043D\u0430\u0447\u0430\u0435\u0442 \u0442\u0435\u043A\u0441\u0442 \u043F\u0430\u0440\u0430\u0433\u0440\u0430\u0444\u0430, {{from}} \u043E\u0431\u043E\u0437\u043D\u0430\u0447\u0430\u0435\u0442 \u044F\u0437\u044B\u043A \u043F\u0430\u0440\u0430\u0433\u0440\u0430\u0444\u0430, \u0430 {{to}} \u043E\u0431\u043E\u0437\u043D\u0430\u0447\u0430\u0435\u0442 \u0446\u0435\u043B\u0435\u0432\u043E\u0439 \u044F\u0437\u044B\u043A.","description.maxTextLengthPerRequest":"\u041C\u0430\u043A\u0441\u0438\u043C\u0430\u043B\u044C\u043D\u043E\u0435 \u043A\u043E\u043B\u0438\u0447\u0435\u0441\u0442\u0432\u043E \u0441\u0438\u043C\u0432\u043E\u043B\u043E\u0432 \u0432 \u043E\u0434\u043D\u043E\u043C \u0437\u0430\u043F\u0440\u043E\u0441\u0435 \u0441\u043B\u0438\u0448\u043A\u043E\u043C \u0432\u0435\u043B\u0438\u043A\u043E, \u0447\u0442\u043E \u043F\u0440\u0438\u0432\u043E\u0434\u0438\u0442 \u043A \u043C\u0435\u0434\u043B\u0435\u043D\u043D\u043E\u043C\u0443 \u043E\u0442\u043A\u043B\u0438\u043A\u0443 \u0438\u043D\u0442\u0435\u0440\u0444\u0435\u0439\u0441\u0430, \u043F\u043E\u044D\u0442\u043E\u043C\u0443 \u043F\u043E\u043F\u0440\u043E\u0431\u0443\u0439\u0442\u0435 \u043E\u0442\u0440\u0435\u0433\u0443\u043B\u0438\u0440\u043E\u0432\u0430\u0442\u044C \u044D\u0442\u043E\u0442 \u043F\u0430\u0440\u0430\u043C\u0435\u0442\u0440 \u0434\u043B\u044F \u043E\u043F\u0442\u0438\u043C\u0438\u0437\u0430\u0446\u0438\u0438 \u0441\u043A\u043E\u0440\u043E\u0441\u0442\u0438 \u0440\u0430\u0431\u043E\u0442\u044B","description.systemPrompt":"\u0414\u0438\u0430\u043B\u043E\u0433, \u043E\u0442\u043F\u0440\u0430\u0432\u043B\u0435\u043D\u043D\u044B\u0439 \u0441\u0438\u0441\u0442\u0435\u043C\u043E\u0439 \u0432 {service}, \u0433\u0434\u0435 {{text}} \u043E\u0431\u043E\u0437\u043D\u0430\u0447\u0430\u0435\u0442 \u0442\u0435\u043A\u0441\u0442 \u043F\u0430\u0440\u0430\u0433\u0440\u0430\u0444\u0430, {{from}} \u043E\u0431\u043E\u0437\u043D\u0430\u0447\u0430\u0435\u0442 \u044F\u0437\u044B\u043A \u043F\u0430\u0440\u0430\u0433\u0440\u0430\u0444\u0430, {{to}} \u043E\u0431\u043E\u0437\u043D\u0430\u0447\u0430\u0435\u0442 \u0446\u0435\u043B\u0435\u0432\u043E\u0439 \u044F\u0437\u044B\u043A.","field.domain":"\u0446\u0430\u0440\u0441\u0442\u0432\u043E","description.domain":"\u041F\u043E \u0443\u043C\u043E\u043B\u0447\u0430\u043D\u0438\u044E \u0443\u0441\u0442\u0430\u043D\u043E\u0432\u043B\u0435\u043D\u043E \u0437\u043D\u0430\u0447\u0435\u043D\u0438\u0435\uFF1Ageneral. \u041C\u043E\u0436\u0435\u0442 \u0431\u044B\u0442\u044C \u0443\u0441\u0442\u0430\u043D\u043E\u0432\u043B\u0435\u043D\u043E \u0442\u043E\u043B\u044C\u043A\u043E \u0432 \u0442\u043E\u043C \u0441\u043B\u0443\u0447\u0430\u0435, \u0435\u0441\u043B\u0438 \u0432 \u043A\u043E\u043D\u0441\u043E\u043B\u0438 Arima API \u0432\u043A\u043B\u044E\u0447\u0435\u043D \u0434\u043E\u043C\u0435\u043D\u043D\u044B\u0439 \u043F\u0435\u0440\u0435\u0432\u043E\u0434, \u043F\u043E\u0434\u0434\u0435\u0440\u0436\u0438\u0432\u0430\u0435\u043C\u044B\u0435 \u0434\u043E\u043C\u0435\u043D\u044B \u0441\u043C. <1>\u0437\u0434\u0435\u0441\u044C","field.scene":"\u0432\u0437\u044F\u0442\u044C","description.scene":"\u041F\u043E \u0443\u043C\u043E\u043B\u0447\u0430\u043D\u0438\u044E \u0443\u0441\u0442\u0430\u043D\u043E\u0432\u043B\u0435\u043D\u043E \u0437\u043D\u0430\u0447\u0435\u043D\u0438\u0435\uFF1Ageneral. \u041C\u043E\u0436\u0435\u0442 \u0431\u044B\u0442\u044C \u0443\u0441\u0442\u0430\u043D\u043E\u0432\u043B\u0435\u043D\u043E \u0442\u043E\u043B\u044C\u043A\u043E \u0432 \u0442\u043E\u043C \u0441\u043B\u0443\u0447\u0430\u0435, \u0435\u0441\u043B\u0438 \u0432 \u043A\u043E\u043D\u0441\u043E\u043B\u0438 AliCloud API \u043E\u0442\u043A\u0440\u044B\u0442 Machine Translation Pro, \u043E \u043F\u043E\u0434\u0434\u0435\u0440\u0436\u0438\u0432\u0430\u0435\u043C\u044B\u0445 \u0441\u0446\u0435\u043D\u0430\u0440\u0438\u044F\u0445 \u0441\u043C. <1>\u0437\u0434\u0435\u0441\u044C","field.vocabId":"\u0418\u0434\u0435\u043D\u0442\u0438\u0444\u0438\u043A\u0430\u0442\u043E\u0440 \u0441\u043B\u043E\u0432\u0430\u0440\u044F \u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u0435\u043B\u044F","description.vocabId":"\u0423\u043A\u0430\u0437\u0430\u043D\u043D\u044B\u0439 \u0441\u043B\u043E\u0432\u0430\u0440\u044C out_id, \u0432 \u043D\u0430\u0441\u0442\u043E\u044F\u0449\u0435\u0435 \u0432\u0440\u0435\u043C\u044F \u043F\u043E\u0434\u0434\u0435\u0440\u0436\u0438\u0432\u0430\u0435\u0442 \u043F\u0435\u0440\u0435\u0432\u043E\u0434 \u0441 \u0430\u043D\u0433\u043B\u0438\u0439\u0441\u043A\u043E\u0433\u043E \u043D\u0430 \u043A\u0438\u0442\u0430\u0439\u0441\u043A\u0438\u0439.","description.model":"\u041C\u043E\u0434\u0435\u043B\u0438 OpenAI, \u043C\u043E\u0433\u0443\u0442 \u0431\u044B\u0442\u044C gpt-3.5-turbo, gpt-4 \u0438 \u0442.\u0434.","description.maxTextGroupLengthPerRequest":"\u041A\u043E\u043B\u0438\u0447\u0435\u0441\u0442\u0432\u043E \u0430\u0431\u0437\u0430\u0446\u0435\u0432, \u043F\u0435\u0440\u0435\u0434\u0430\u0432\u0430\u0435\u043C\u044B\u0445 \u0441\u043B\u0443\u0436\u0431\u0435 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430 \u0437\u0430 \u043E\u0434\u0438\u043D \u0440\u0430\u0437, \u0435\u0441\u043B\u0438 \u0438\u0445 \u0441\u043B\u0438\u0448\u043A\u043E\u043C \u043C\u043D\u043E\u0433\u043E, \u044D\u0442\u043E \u043C\u043E\u0436\u0435\u0442 \u043F\u0440\u0438\u0432\u0435\u0441\u0442\u0438 \u043A \u0437\u0430\u043C\u0435\u0434\u043B\u0435\u043D\u0438\u044E \u0440\u0435\u0430\u043A\u0446\u0438\u0438 \u0438\u043D\u0442\u0435\u0440\u0444\u0435\u0439\u0441\u0430","description.apiUrl":"\u041F\u043E\u0436\u0430\u043B\u0443\u0439\u0441\u0442\u0430, \u0434\u043E\u0431\u0430\u0432\u044C\u0442\u0435 \u043A\u043E\u043D\u043A\u0440\u0435\u0442\u043D\u044B\u0435 URL \u0441 \u043F\u0443\u0442\u044F\u043C\u0438, <1>\u0431\u043E\u043B\u0435\u0435 \u043F\u043E\u0434\u0440\u043E\u0431\u043D\u043E\u0435 \u043E\u043F\u0438\u0441\u0430\u043D\u0438\u0435",enabledExtension:"\u0412\u043A\u043B\u044E\u0447\u0435\u043D\u0438\u0435 \u0440\u0430\u0441\u0448\u0438\u0440\u0435\u043D\u0438\u0439",clickToDisableExtension:"\u041D\u0430\u0436\u043C\u0438\u0442\u0435 \u0434\u043B\u044F \u043E\u0442\u043A\u043B\u044E\u0447\u0435\u043D\u0438\u044F \u0440\u0430\u0441\u0448\u0438\u0440\u0435\u043D\u0438\u0439",clickToEnableExtension:"\u041D\u0430\u0436\u043C\u0438\u0442\u0435 \u0434\u043B\u044F \u0432\u043A\u043B\u044E\u0447\u0435\u043D\u0438\u044F \u0440\u0430\u0441\u0448\u0438\u0440\u0435\u043D\u0438\u0439",hasBeenDisabled:"\u043E\u0442\u043A\u043B\u044E\u0447\u0435\u043D\u043E","show password":"\u041F\u043E\u043A\u0430\u0437\u0430\u0442\u044C \u043F\u0430\u0440\u043E\u043B\u044C",customContent:"\u0412\u0432\u0435\u0434\u0438\u0442\u0435 \u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u0435\u043B\u044C\u0441\u043A\u043E\u0435 \u0438\u043C\u044F \u043C\u043E\u0434\u0435\u043B\u0438",inputOptions:"\u0423\u0441\u043E\u0432\u0435\u0440\u0448\u0435\u043D\u0441\u0442\u0432\u043E\u0432\u0430\u043D\u0438\u0435 \u0431\u043B\u043E\u043A\u0430 \u0432\u0432\u043E\u0434\u0430",mouseHoverOptions:"\u043D\u0430\u0432\u0435\u0434\u0435\u043D\u0438\u0435 \u043C\u044B\u0448\u0438",modifyMouseHoverKey:"\u0418\u0437\u043C\u0435\u043D\u0435\u043D\u0438\u0435 \u044F\u0440\u043B\u044B\u043A\u0430 \u043D\u0430\u0432\u0435\u0434\u0435\u043D\u0438\u044F \u043C\u044B\u0448\u0438",enableInputTranslation:"\u0412\u043A\u043B\u044E\u0447\u0430\u0442\u044C \u043B\u0438 \u0440\u0430\u0441\u0448\u0438\u0440\u0435\u043D\u0438\u0435 \u043F\u043E\u043B\u044F \u0432\u0432\u043E\u0434\u0430",enableInputTranslationDescription:"\u041F\u043E\u0441\u043B\u0435 \u0432\u043A\u043B\u044E\u0447\u0435\u043D\u0438\u044F \u0432\u0432\u0435\u0434\u0438\u0442\u0435 {startingKey}{startingKey} hello \u043F\u0440\u044F\u043C\u043E \u0432 \u043F\u043E\u043B\u0435 \u0432\u0432\u043E\u0434\u0430, \u0437\u0430\u0442\u0435\u043C \u0431\u044B\u0441\u0442\u0440\u043E \u043D\u0430\u0431\u0435\u0440\u0438\u0442\u0435{inputTrailingTriggerKeyRepeatTimes}\u0440\u0430\u0437{trailingKey}, \u0447\u0442\u043E\u0431\u044B \u043F\u0435\u0440\u0435\u0432\u0435\u0441\u0442\u0438 \u043D\u0430 {inputTargetLanguage}.",enableInputTranslationDescriptionForNoneKey:"\u041F\u043E\u0441\u043B\u0435 \u0432\u043A\u043B\u044E\u0447\u0435\u043D\u0438\u044F \u044D\u0442\u043E\u0439 \u0444\u0443\u043D\u043A\u0446\u0438\u0438 \u0432\u0432\u0435\u0434\u0438\u0442\u0435\uFF1AHello World \u043D\u0435\u043F\u043E\u0441\u0440\u0435\u0434\u0441\u0442\u0432\u0435\u043D\u043D\u043E \u0432 \u043F\u043E\u043B\u0435 \u0432\u0432\u043E\u0434\u0430, \u0430 \u0437\u0430\u0442\u0435\u043C \u0431\u044B\u0441\u0442\u0440\u043E \u043D\u0430\u0436\u043C\u0438\u0442\u0435{inputTrailingTriggerKeyRepeatTimes}{trailingKey}\u0440\u0430\u0437 \u0434\u043B\u044F \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430 \u043D\u0430 \u0446\u0435\u043B\u0435\u0432\u043E\u0439 \u044F\u0437\u044B\u043A \u043F\u043E \u0443\u043C\u043E\u043B\u0447\u0430\u043D\u0438\u044E.",inputTargetLanguage:"\u0423\u0441\u0442\u0430\u043D\u043E\u0432\u043A\u0430 \u0446\u0435\u043B\u0435\u0432\u043E\u0433\u043E \u044F\u0437\u044B\u043A\u0430 \u043F\u043E \u0443\u043C\u043E\u043B\u0447\u0430\u043D\u0438\u044E \u0434\u043B\u044F \u043E\u043A\u043E\u043D \u0432\u0432\u043E\u0434\u0430",inputTargetLanguageDescription:"\u0426\u0435\u043B\u0435\u0432\u043E\u0439 \u044F\u0437\u044B\u043A \u043F\u043E \u0443\u043C\u043E\u043B\u0447\u0430\u043D\u0438\u044E \u0434\u043B\u044F \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430 \u043E\u043A\u043D\u0430 \u0432\u0432\u043E\u0434\u0430, \u0442.\u0435. {startingKey}{startingKey} \u043A\u0430\u043A \u044F\u0437\u044B\u043A \u043F\u043E \u0443\u043C\u043E\u043B\u0447\u0430\u043D\u0438\u044E \u0434\u043B\u044F \u0442\u0440\u0438\u0433\u0433\u0435\u0440\u043D\u044B\u0445 \u0441\u043B\u043E\u0432",inputTargetLanguageDescriptionForNoneKey:"\u0426\u0435\u043B\u0435\u0432\u043E\u0439 \u044F\u0437\u044B\u043A \u043F\u043E \u0443\u043C\u043E\u043B\u0447\u0430\u043D\u0438\u044E \u0434\u043B\u044F \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430 \u043F\u043E\u043B\u044F \u0432\u0432\u043E\u0434\u0430",inputStartingTriggerKeyTitle:"\u0423\u0441\u0442\u0430\u043D\u043E\u0432\u043A\u0430 \u0441\u0438\u043C\u0432\u043E\u043B\u0430 \u0440\u0430\u0437\u0434\u0435\u043B\u0435\u043D\u0438\u044F \u0434\u043B\u044F \u0447\u0430\u0441\u0442\u0438\u0447\u043D\u043E\u0433\u043E \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430 \u043F\u043E\u043B\u044F \u0432\u0432\u043E\u0434\u0430",inputStartingTriggerKeyDescription:"\u0415\u0441\u043B\u0438 \u043D\u0435\u0442 \u043D\u0435\u043E\u0431\u0445\u043E\u0434\u0438\u043C\u043E\u0441\u0442\u0438 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0438\u0442\u044C \u0432\u0441\u0435 \u043F\u043E\u043B\u0435 \u0432\u0432\u043E\u0434\u0430, \u0441\u043F\u043B\u0438\u0442\u0442\u0435\u0440 \u043F\u043E\u0437\u0432\u043E\u043B\u044F\u0435\u0442 \u043F\u0435\u0440\u0435\u0432\u0435\u0441\u0442\u0438 \u0442\u043E\u043B\u044C\u043A\u043E \u0447\u0430\u0441\u0442\u044C \u043E\u0442 {startingKey}{startingKey} \u0434\u043E \u043A\u043E\u043D\u0446\u0430 \u043F\u043E\u043B\u044F \u0432\u0432\u043E\u0434\u0430, \u0438\u043B\u0438 \u043C\u043E\u0436\u043D\u043E \u0443\u043A\u0430\u0437\u0430\u0442\u044C \u043A\u043E\u0434 \u044F\u0437\u044B\u043A\u0430, \u043D\u0430\u043F\u0440\u0438\u043C\u0435\u0440,\uFF1A{startingKey}ja \u043E\u0437\u043D\u0430\u0447\u0430\u0435\u0442 \u043F\u0435\u0440\u0435\u0432\u043E\u0434 \u0442\u043E\u043B\u044C\u043A\u043E \u0447\u0430\u0441\u0442\u0438 \u043E\u0442 {startingKey}ja \u0434\u043E \u043A\u043E\u043D\u0446\u0430 \u043F\u043E\u043B\u044F \u0432\u0432\u043E\u0434\u0430.",inputStartingTriggerKeyDescriptionForNoneKey:"\u0422\u0435\u043A\u0443\u0449\u0430\u044F \u043D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0430 \u043E\u0442\u0441\u0443\u0442\u0441\u0442\u0432\u0438\u044F \u043F\u0440\u0435\u0444\u0438\u043A\u0441\u0430 \u043D\u0435 \u043D\u0443\u0436\u043D\u0430, \u0438 \u0444\u0443\u043D\u043A\u0446\u0438\u044F \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430 \u043D\u0435\u043A\u043E\u0442\u043E\u0440\u044B\u0445 \u0442\u0435\u043A\u0441\u0442\u043E\u0432 \u0432 \u043E\u043A\u043D\u0435 \u0432\u0432\u043E\u0434\u0430 \u043F\u043E\u043A\u0430 \u043D\u0435 \u043C\u043E\u0436\u0435\u0442 \u0431\u044B\u0442\u044C \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u043D\u0430.",inputTrailingTriggerKeyTitle:"\u0412\u044B\u0431\u0435\u0440\u0438\u0442\u0435 \u0441\u0438\u043C\u0432\u043E\u043B \u043E\u043A\u043E\u043D\u0447\u0430\u043D\u0438\u044F \u0432\u0432\u043E\u0434\u0430",inputTrailingTriggerKeyDescription:"3 \u0431\u044B\u0441\u0442\u0440\u044B\u0445 \u0443\u0434\u0430\u0440\u0430{trailingKey} \u043D\u0430\u0447\u043D\u0435\u0442 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0438\u0442\u044C!",inputTrailingTriggerKeyTimeout:"\u0412\u0432\u0435\u0434\u0438\u0442\u0435 \u0432\u0440\u0435\u043C\u044F \u043C\u0435\u0436\u0434\u0443 \u0441\u0440\u0430\u0431\u0430\u0442\u044B\u0432\u0430\u043D\u0438\u044F\u043C\u0438 \u0432 \u043A\u043E\u043D\u0446\u0435 \u0431\u043E\u044F",inputTrailingTriggerKeyTimeoutDescription:"\u0423\u0441\u0442\u0430\u043D\u0430\u0432\u043B\u0438\u0432\u0430\u0435\u0442 \u0432\u0440\u0435\u043C\u044F (\u0432 \u043C\u0438\u043B\u043B\u0438\u0441\u0435\u043A\u0443\u043D\u0434\u0430\u0445) \u043C\u0435\u0436\u0434\u0443 \u0441\u0440\u0430\u0431\u0430\u0442\u044B\u0432\u0430\u043D\u0438\u044F\u043C\u0438 \u043A\u043E\u043C\u0431\u0438\u043D\u0438\u0440\u043E\u0432\u0430\u043D\u043D\u044B\u0445 \u0443\u0441\u0442\u0440\u043E\u0439\u0441\u0442\u0432 \u043E\u043A\u043E\u043D\u0447\u0430\u043D\u0438\u044F \u0432\u0432\u043E\u0434\u0430",spaceKey:"<\u7A7A\u683C\u952E>",noneKey:"\u041F\u0440\u044F\u043C\u043E\u0439 \u043F\u0435\u0440\u0435\u0432\u043E\u0434 \u0432\u0441\u0435\u0433\u043E \u0442\u0435\u043A\u0441\u0442\u043E\u0432\u043E\u0433\u043E \u043F\u043E\u043B\u044F \u0431\u0435\u0437 \u043F\u0440\u0435\u0444\u0438\u043A\u0441\u043E\u0432",inputTranslationBlockUrlsTitle:"\u041D\u0435 \u0432\u043A\u043B\u044E\u0447\u0430\u0439\u0442\u0435 \u0440\u0430\u0441\u0448\u0438\u0440\u0435\u043D\u0438\u0435 \u043F\u043E\u043B\u044F \u0432\u0432\u043E\u0434\u0430 \u0432 \u0441\u043B\u0435\u0434\u0443\u044E\u0449\u0438\u0445 URL-\u0430\u0434\u0440\u0435\u0441\u0430\u0445",inputTranslationBlockUrlsDescription:"\u0423\u0441\u043E\u0432\u0435\u0440\u0448\u0435\u043D\u0441\u0442\u0432\u043E\u0432\u0430\u043D\u0438\u044F \u043F\u043E\u043B\u044F \u0432\u0432\u043E\u0434\u0430 \u043D\u0435 \u0431\u0443\u0434\u0443\u0442 \u0440\u0430\u0431\u043E\u0442\u0430\u0442\u044C \u043D\u0430 \u0441\u043B\u0435\u0434\u0443\u044E\u0449\u0438\u0445 URL-\u0430\u0434\u0440\u0435\u0441\u0430\u0445",clickToSeeQuickDemo:"\u041D\u0430\u0436\u043C\u0438\u0442\u0435, \u0447\u0442\u043E\u0431\u044B \u0440\u0430\u0437\u0432\u0435\u0440\u043D\u0443\u0442\u044C 30-\u0441\u0435\u043A\u0443\u043D\u0434\u043D\u044B\u0439 \u043E\u0431\u0443\u0447\u0430\u044E\u0449\u0438\u0439 \u0432\u0438\u0434\u0435\u043E\u0440\u043E\u043B\u0438\u043A",inputHelperInfo:"\u041E\u043F\u0438\u0441\u0430\u043D\u0438\u0435\uFF1A\u041C\u044B \u043E\u043F\u0442\u0438\u043C\u0438\u0437\u0438\u0440\u043E\u0432\u0430\u043B\u0438 \u0440\u0430\u0431\u043E\u0442\u0443 \u0441 \u0442\u0435\u043C, \u0447\u0442\u043E \u043D\u0435\u043A\u043E\u0442\u043E\u0440\u044B\u0435 \u0442\u0440\u0438\u0433\u0433\u0435\u0440\u043D\u044B\u0435 \u0441\u0438\u043C\u0432\u043E\u043B\u044B \u043F\u0440\u0435\u0432\u0440\u0430\u0449\u0430\u044E\u0442\u0441\u044F \u0432 \u043A\u0438\u0442\u0430\u0439\u0441\u043A\u0438\u0435 \u0437\u043D\u0430\u043A\u0438 \u043F\u0440\u0435\u043F\u0438\u043D\u0430\u043D\u0438\u044F \u043F\u0440\u0438 \u043A\u0438\u0442\u0430\u0439\u0441\u043A\u0438\u0445 \u043C\u0435\u0442\u043E\u0434\u0430\u0445 \u0432\u0432\u043E\u0434\u0430, \u043D\u0430\u043F\u0440\u0438\u043C\u0435\u0440, / \u043F\u0440\u0435\u0432\u0440\u0430\u0449\u0430\u0435\u0442\u0441\u044F \u0432 \u0437\u043D\u0430\u043A dun , \u043F\u0440\u0438 \u043C\u0435\u0442\u043E\u0434\u0435 \u0432\u0432\u043E\u0434\u0430 Sogou, \u0438 Immersive Translator \u043F\u043E\u0434\u0434\u0435\u0440\u0436\u0438\u0432\u0430\u0435\u0442 \u0432\u0441\u0435 \u043A\u0438\u0442\u0430\u0439\u0441\u043A\u0438\u0435 \u0441\u0438\u043C\u0432\u043E\u043B\u044B, \u0441\u043E\u043E\u0442\u0432\u0435\u0442\u0441\u0442\u0432\u0443\u044E\u0449\u0438\u0435 \u0442\u0440\u0438\u0433\u0433\u0435\u0440\u043D\u044B\u043C \u0441\u0438\u043C\u0432\u043E\u043B\u0430\u043C, \u0442.\u0435. //,,, \u0431\u0443\u0434\u0443\u0442 \u0440\u0430\u0441\u043F\u043E\u0437\u043D\u0430\u0432\u0430\u0442\u044C\u0441\u044F \u043A\u0430\u043A \u0442\u0440\u0438\u0433\u0433\u0435\u0440\u043D\u044B\u0435 \u0441\u0438\u043C\u0432\u043E\u043B\u044B.

\u041C\u044B \u0442\u0430\u043A\u0436\u0435 \u043F\u043E\u0434\u0434\u0435\u0440\u0436\u0438\u0432\u0430\u0435\u043C \u043A\u0438\u0442\u0430\u0439\u0441\u043A\u0438\u0435 \u043F\u0441\u0435\u0432\u0434\u043E\u043D\u0438\u043C\u044B \u0434\u043B\u044F \u044F\u0437\u044B\u043A\u043E\u0432\u044B\u0445 \u043A\u043E\u0434\u043E\u0432 \u0432 \u043A\u0430\u0447\u0435\u0441\u0442\u0432\u0435 \u043A\u043E\u043C\u0430\u043D\u0434, \u043D\u0430\u043F\u0440\u0438\u043C\u0435\u0440, /Japanese Hello World \u0431\u0443\u0434\u0435\u0442 \u043F\u0435\u0440\u0435\u0432\u0435\u0434\u0435\u043D \u043D\u0430 \u044F\u043F\u043E\u043D\u0441\u043A\u0438\u0439 \u044F\u0437\u044B\u043A, <1>\u043D\u0430\u0436\u043C\u0438\u0442\u0435 \u0437\u0434\u0435\u0441\u044C, \u0447\u0442\u043E\u0431\u044B \u043F\u043E\u0441\u043C\u043E\u0442\u0440\u0435\u0442\u044C \u0432\u0441\u0435 \u043F\u043E\u0434\u0434\u0435\u0440\u0436\u0438\u0432\u0430\u0435\u043C\u044B\u0435 \u044F\u0437\u044B\u043A\u043E\u0432\u044B\u0435 \u043A\u043E\u0434\u044B.",reloadCurrentPage:"\u041F\u0435\u0440\u0435\u0434 \u043D\u0430\u0447\u0430\u043B\u043E\u043C \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430 \u043E\u0431\u043D\u043E\u0432\u0438\u0442\u0435 \u0442\u0435\u043A\u0443\u0449\u0443\u044E \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u0443.",noLocalFilePermissionForPDF:"\u0423 \u0432\u0430\u0441 \u043D\u0435\u0442 \u043F\u0440\u0430\u0432 \u043D\u0430 \u0447\u0442\u0435\u043D\u0438\u0435 \u043B\u043E\u043A\u0430\u043B\u044C\u043D\u044B\u0445 \u0444\u0430\u0439\u043B\u043E\u0432, \u043F\u043E\u0436\u0430\u043B\u0443\u0439\u0441\u0442\u0430, \u043D\u0430\u0436\u043C\u0438\u0442\u0435 \u043A\u043D\u043E\u043F\u043A\u0443 \u0432\u044B\u0448\u0435, \u0430 \u0437\u0430\u0442\u0435\u043C \u0438\u043C\u043F\u043E\u0440\u0442\u0438\u0440\u0443\u0439\u0442\u0435 \u043B\u043E\u043A\u0430\u043B\u044C\u043D\u044B\u0435 \u0444\u0430\u0439\u043B\u044B.",noPermissionForThisPage:"\u26A0\uFE0F \u041D\u0435\u0442 \u0440\u0430\u0437\u0440\u0435\u0448\u0435\u043D\u0438\u044F \u043D\u0430 \u043F\u0435\u0440\u0435\u0432\u043E\u0434 \u0442\u0435\u043A\u0443\u0449\u0435\u0439 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u044B",retryAllParagraphs:"\u041F\u043E\u0432\u0442\u043E\u0440\u043D\u043E\u0435 \u0432\u044B\u043F\u043E\u043B\u043D\u0435\u043D\u0438\u0435 \u0432\u0441\u0435\u0445 \u043E\u0448\u0438\u0431\u043E\u0447\u043D\u044B\u0445 \u043F\u0435\u0440\u0435\u0445\u043E\u0434\u043E\u0432",retryAllButton:"\u041F\u043E\u0432\u0442\u043E\u0440\u043D\u043E\u0435 \u0432\u044B\u043F\u043E\u043B\u043D\u0435\u043D\u0438\u0435 \u0432\u0441\u0435\u0445 \u043E\u0448\u0438\u0431\u043E\u0447\u043D\u044B\u0445 \u043F\u0435\u0440\u0435\u0445\u043E\u0434\u043E\u0432",errorTooltipTitle:"\u0429\u0435\u043B\u043A\u043D\u0438\u0442\u0435, \u0447\u0442\u043E\u0431\u044B \u0443\u0432\u0438\u0434\u0435\u0442\u044C \u043F\u0440\u0438\u0447\u0438\u043D\u0443 \u043E\u0448\u0438\u0431\u043A\u0438",errorModalTitle:"\u041F\u043E\u0445\u043E\u0436\u0435, \u0447\u0442\u043E-\u0442\u043E \u043D\u0435 \u0442\u0430\u043A \u0441\u043E \u0441\u043B\u0443\u0436\u0431\u043E\u0439 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430 \u0438\u043B\u0438 \u0441\u0435\u0442\u044C\u044E...",disableConfirm:"\u0414\u0432\u0443\u044F\u0437\u044B\u0447\u043D\u0430\u044F \u0443\u0441\u0442\u0430\u043D\u043E\u0432\u043A\u0430 \u0434\u043B\u044F \u0440\u0430\u0441\u0448\u0438\u0440\u0435\u043D\u0438\u044F \u0438\u043D\u0444\u043E\u0440\u043C\u0430\u0446\u0438\u0438",disableOnce:"\u042D\u0442\u0430 \u0438\u043D\u0432\u0430\u043B\u0438\u0434\u043D\u043E\u0441\u0442\u044C",disableGlobal:"\u043E\u0442\u043A\u043B\u044E\u0447\u0438\u0442\u044C \u043D\u0430\u0432\u0441\u0435\u0433\u0434\u0430",disableTint:"* \u0412\u044B \u043C\u043E\u0436\u0435\u0442\u0435 \u043F\u043E\u0432\u0442\u043E\u0440\u043D\u043E \u0432\u043A\u043B\u044E\u0447\u0438\u0442\u044C \u0435\u0433\u043E \u043D\u0430 \u0441\u0430\u0439\u0442\u0435 {option} .",searchEnhancementNotes:"\u041C\u044B \u043E\u0431\u043D\u0430\u0440\u0443\u0436\u0438\u043B\u0438, \u0447\u0442\u043E \u0440\u0435\u0437\u0443\u043B\u044C\u0442\u0430\u0442\u044B \u043F\u043E\u0438\u0441\u043A\u0430 \u043D\u043E\u0432\u043E\u0441\u0442\u0435\u0439 \u043F\u043E \u043A\u043B\u044E\u0447\u0435\u0432\u044B\u043C \u0441\u043B\u043E\u0432\u0430\u043C \u043D\u0430 \u043A\u0438\u0442\u0430\u0439\u0441\u043A\u043E\u043C \u0438 \u0430\u043D\u0433\u043B\u0438\u0439\u0441\u043A\u043E\u043C \u044F\u0437\u044B\u043A\u0430\u0445 \u0441\u0438\u043B\u044C\u043D\u043E \u043E\u0442\u043B\u0438\u0447\u0430\u044E\u0442\u0441\u044F. \u041F\u043E\u0441\u043B\u0435 \u0432\u043A\u043B\u044E\u0447\u0435\u043D\u0438\u044F \u0444\u0443\u043D\u043A\u0446\u0438\u0438 Immersive Translation Bilingual Information Enhancement \u043C\u044B \u0431\u0443\u0434\u0435\u043C \u0430\u0432\u0442\u043E\u043C\u0430\u0442\u0438\u0447\u0435\u0441\u043A\u0438 \u0438\u0441\u043A\u0430\u0442\u044C \u0434\u043B\u044F \u0432\u0430\u0441 \u0442\u0435 \u0436\u0435 \u0441\u0430\u043C\u044B\u0435 \u043A\u043B\u044E\u0447\u0435\u0432\u044B\u0435 \u0441\u043B\u043E\u0432\u0430 \u043D\u0430 \u0430\u043D\u0433\u043B\u0438\u0439\u0441\u043A\u043E\u043C \u044F\u0437\u044B\u043A\u0435 \u043D\u0430 \u043F\u043E\u0434\u0434\u0435\u0440\u0436\u0438\u0432\u0430\u0435\u043C\u044B\u0445 \u0441\u0430\u0439\u0442\u0430\u0445 (Google News, Google Search (\u043D\u0435\u043A\u043E\u0442\u043E\u0440\u044B\u0435 \u043A\u043B\u044E\u0447\u0435\u0432\u044B\u0435 \u0441\u043B\u043E\u0432\u0430), Snowball, Oriental Wealth, Futura, Tiger) \u0438 \u043E\u0442\u043E\u0431\u0440\u0430\u0436\u0430\u0442\u044C \u0438\u0445 \u0432 \u043F\u0440\u0430\u0432\u043E\u0439 \u0447\u0430\u0441\u0442\u0438. \u0412\u044B \u043C\u043E\u0436\u0435\u0442\u0435 \u043E\u0442\u043A\u043B\u044E\u0447\u0438\u0442\u044C \u044D\u0442\u0443 \u0444\u0443\u043D\u043A\u0446\u0438\u044E, \u0435\u0441\u043B\u0438 \u043E\u043D\u0430 \u0432\u0430\u043C \u043D\u0435 \u043D\u0443\u0436\u043D\u0430.",option:"\u043D\u0430\u0441\u0442\u0440\u0430\u0438\u0432\u0430\u0442\u044C",saveSettings:"\u0421\u043E\u0445\u0440\u0430\u043D\u0438\u0442\u044C \u043D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0438",closeModal:"\u0417\u0430\u043A\u0440\u044B\u0442\u044C \u043E\u043A\u043D\u043E",enableInputTranslationWithoutTriggerKeyTitle:"\u0412\u043A\u043B\u044E\u0447\u0438\u0442\u0435 3 \u0431\u044B\u0441\u0442\u0440\u044B\u0445 \u043D\u0430\u0436\u0430\u0442\u0438\u044F \u043D\u0430{trailingKey}, \u0447\u0442\u043E\u0431\u044B \u043D\u0430\u043F\u0440\u044F\u043C\u0443\u044E \u043F\u0435\u0440\u0435\u0432\u0435\u0441\u0442\u0438 \u0432\u0441\u0435 \u043F\u043E\u043B\u0435 \u0432\u0432\u043E\u0434\u0430 \u043D\u0430{inputTargetLanguage}.",enableInputTranslationWithoutTriggerKeyDescription:"\u0427\u0442\u043E\u0431\u044B \u0443\u043A\u0430\u0437\u0430\u0442\u044C \u0446\u0435\u043B\u0435\u0432\u043E\u0439 \u044F\u0437\u044B\u043A, \u0434\u043E\u0431\u0430\u0432\u044C\u0442\u0435 \u043A \u043D\u0435\u043C\u0443 \u043A\u043E\u0434 \u044F\u0437\u044B\u043A\u0430, \u043D\u0430\u043F\u0440\u0438\u043C\u0435\u0440,\uFF1Aja Hello World",mouseHoverShortcutPlaceholder:"\u043D\u0430\u043F\u0440\u0438\u043C\u0435\u0440,\uFF1AShift",deepLProName:"Immersive Translation Pro Member (Recommended)",deepLProDescription:"\u0422\u0435\u043A\u0443\u0449\u0438\u0439 \u043F\u0430\u043A\u0435\u0442 \u043C\u043E\u0436\u0435\u0442 \u0431\u044B\u0442\u044C \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u043D \u043D\u0430\u043F\u0440\u044F\u043C\u0443\u044E",deeplProDescriptionForNormal:"\u041D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0430 \u043D\u0435 \u0442\u0440\u0435\u0431\u0443\u0435\u0442\u0441\u044F, \u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u0435\u043B\u0438 \u043C\u043E\u0433\u0443\u0442 \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u044C \u0435\u0433\u043E \u043F\u043E\u0441\u043B\u0435 \u0432\u0445\u043E\u0434\u0430 \u0432 \u0441\u0438\u0441\u0442\u0435\u043C\u0443, <1>\u043D\u0430\u0436\u043C\u0438\u0442\u0435 \u0437\u0434\u0435\u0441\u044C, \u0447\u0442\u043E\u0431\u044B \u043F\u0435\u0440\u0435\u0439\u0442\u0438 \u0432 \u043A\u0430\u0442\u0435\u0433\u043E\u0440\u0438\u044E \u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u0435\u043B\u0435\u0439",deepLCustomDescription:"\u0422\u0440\u0435\u0431\u0443\u0435\u0442\u0441\u044F \u0438\u043D\u043E\u0441\u0442\u0440\u0430\u043D\u043D\u0430\u044F \u043A\u0440\u0435\u0434\u0438\u0442\u043D\u0430\u044F \u043A\u0430\u0440\u0442\u0430, \u043E\u0444\u0438\u0446\u0438\u0430\u043B\u044C\u043D\u043E \u043E\u0442\u043A\u0440\u044B\u0442\u0430 \u043D\u0430 \u0441\u0430\u0439\u0442\u0435 <1>DeepL, \u043D\u0430\u0436\u043C\u0438\u0442\u0435 \u0434\u043B\u044F \u043F\u043E\u043B\u0443\u0447\u0435\u043D\u0438\u044F <2>\u0434\u043E\u043A\u0443\u043C\u0435\u043D\u0442\u0430\u0446\u0438\u0438",deepLCustomName:"\u041F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u0435\u043B\u044C\u0441\u043A\u0438\u0439 \u043A\u043B\u044E\u0447 \u0430\u0432\u0442\u043E\u0440\u0438\u0437\u0430\u0446\u0438\u0438",chooseProviderLabel:"\u0412\u044B\u0431\u043E\u0440 \u043F\u043E\u0441\u0442\u0430\u0432\u0449\u0438\u043A\u0430 \u0443\u0441\u043B\u0443\u0433",openaiProName:"Immersive Translation Pro Member (Recommended)",openaiProDescription:"\u0422\u0435\u043A\u0443\u0449\u0438\u0439 \u043F\u0430\u043A\u0435\u0442 \u043C\u043E\u0436\u0435\u0442 \u0431\u044B\u0442\u044C \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u043D \u043D\u0430\u043F\u0440\u044F\u043C\u0443\u044E",openaiProDescriptionForNormal:"\u041D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0430 \u043D\u0435 \u0442\u0440\u0435\u0431\u0443\u0435\u0442\u0441\u044F, \u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u0435\u043B\u0438 \u043C\u043E\u0433\u0443\u0442 \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u044C \u0435\u0433\u043E \u043F\u043E\u0441\u043B\u0435 \u0432\u0445\u043E\u0434\u0430 \u0432 \u0441\u0438\u0441\u0442\u0435\u043C\u0443, <1>\u043D\u0430\u0436\u043C\u0438\u0442\u0435 \u0437\u0434\u0435\u0441\u044C, \u0447\u0442\u043E\u0431\u044B \u043F\u0435\u0440\u0435\u0439\u0442\u0438 \u0432 \u043A\u0430\u0442\u0435\u0433\u043E\u0440\u0438\u044E \u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u0435\u043B\u0435\u0439",openaiCustomDescription:"\u0414\u043E\u0441\u0442\u0443\u043F\u043D\u044B OpenAI, Azure OpenAI \u0438\u043B\u0438 \u0434\u0440\u0443\u0433\u0438\u0435 \u0441\u0442\u043E\u0440\u043E\u043D\u043D\u0438\u0435 \u0441\u0435\u0440\u0432\u0438\u0441\u044B, <1>\u0434\u043E\u043A\u0443\u043C\u0435\u043D\u0442\u0430\u0446\u0438\u044E \u043C\u043E\u0436\u043D\u043E \u043D\u0430\u0439\u0442\u0438 \u0437\u0434\u0435\u0441\u044C",openaiCustomName:"\u041F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u0435\u043B\u044C\u0441\u043A\u0438\u0439 \u043A\u043B\u044E\u0447 API",needLoginAction:"(\u041E\u0442\u043A\u0440\u044B\u0442\u043E\u0435 \u0447\u043B\u0435\u043D\u0441\u0442\u0432\u043E \u0438\u043B\u0438 \u043D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0430)",goLoginOrAction:"(\u041E\u0442\u043A\u0440\u043E\u0439\u0442\u0435 \u0447\u043B\u0435\u043D\u0441\u0442\u0432\u043E \u0438\u043B\u0438 \u043F\u0435\u0440\u0435\u0439\u0434\u0438\u0442\u0435 \u043A \u043D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0430\u043C)",yearly:"\u043E\u0441\u0443\u0449\u0435\u0441\u0442\u0432\u043B\u044F\u0442\u044C \u043F\u043E\u0441\u043B\u0435\u0434\u043E\u0432\u0430\u0442\u0435\u043B\u044C\u043D\u044B\u0439 \u0435\u0436\u0435\u0433\u043E\u0434\u043D\u044B\u0439 \u043F\u043B\u0430\u0442\u0435\u0436",quarterly:"\u043F\u043E\u0441\u043B\u0435\u0434\u043E\u0432\u0430\u0442\u0435\u043B\u044C\u043D\u0430\u044F \u0443\u043F\u0430\u043A\u043E\u0432\u043A\u0430",monthly:"\u0435\u0436\u0435\u043C\u0435\u0441\u044F\u0447\u043D\u0430\u044F \u043F\u043E\u0434\u043F\u0438\u0441\u043A\u0430",yearlyForOnce:"\u0415\u0434\u0438\u043D\u043E\u0432\u0440\u0435\u043C\u0435\u043D\u043D\u044B\u0439 \u0433\u043E\u0434\u043E\u0432\u043E\u0439 \u043F\u0430\u043A\u0435\u0442",monthlyForOnce:"\u0415\u0434\u0438\u043D\u043E\u0432\u0440\u0435\u043C\u0435\u043D\u043D\u044B\u0439 \u043C\u0435\u0441\u044F\u0447\u043D\u044B\u0439 \u043F\u0430\u043A\u0435\u0442",daily:"\u043F\u043E\u0441\u043B\u0435\u0434\u043E\u0432\u0430\u0442\u0435\u043B\u044C\u043D\u044B\u0445 \u043F\u0430\u043A\u0435\u0442\u043D\u044B\u0445 \u0434\u043D\u0435\u0439",year:"\u043E\u0441\u0443\u0449\u0435\u0441\u0442\u0432\u043B\u044F\u0442\u044C \u043F\u043E\u0441\u043B\u0435\u0434\u043E\u0432\u0430\u0442\u0435\u043B\u044C\u043D\u044B\u0439 \u0435\u0436\u0435\u0433\u043E\u0434\u043D\u044B\u0439 \u043F\u043B\u0430\u0442\u0435\u0436",quarter:"\u043F\u043E\u0441\u043B\u0435\u0434\u043E\u0432\u0430\u0442\u0435\u043B\u044C\u043D\u0430\u044F \u0443\u043F\u0430\u043A\u043E\u0432\u043A\u0430",month:"\u0435\u0436\u0435\u043C\u0435\u0441\u044F\u0447\u043D\u0430\u044F \u043F\u043E\u0434\u043F\u0438\u0441\u043A\u0430",day:"\u043F\u043E\u0441\u043B\u0435\u0434\u043E\u0432\u0430\u0442\u0435\u043B\u044C\u043D\u044B\u0445 \u043F\u0430\u043A\u0435\u0442\u043D\u044B\u0445 \u0434\u043D\u0435\u0439",onetime_7day:"7-\u0434\u043D\u0435\u0432\u043D\u044B\u0439 \u043F\u0430\u043A\u0435\u0442 \u0432\u043F\u0435\u0447\u0430\u0442\u043B\u0435\u043D\u0438\u0439",currentPlanDescriptionForFree:"\u0422\u0435\u043A\u0443\u0449\u0438\u0435 \u043F\u0430\u043A\u0435\u0442\u044B\uFF1A\u0411\u0435\u0441\u043F\u043B\u0430\u0442\u043D\u043E",currentPlanDescriptionForContinuous:"\u0414\u0435\u0439\u0441\u0442\u0432\u0443\u044E\u0449\u0438\u0439 \u043F\u0430\u043A\u0435\u0442\uFF1A{plan}\u0431\u0443\u0434\u0435\u0442 \u0430\u0432\u0442\u043E\u043C\u0430\u0442\u0438\u0447\u0435\u0441\u043A\u0438 \u043F\u0440\u043E\u0434\u043B\u0435\u043D \u043D\u0430 {endAt}",currentPlanDescriptionForAutoRenewCaceling:"\u0421\u0440\u043E\u043A \u0434\u0435\u0439\u0441\u0442\u0432\u0438\u044F \u0442\u0435\u043A\u0443\u0449\u0435\u0433\u043E \u043F\u0430\u043A\u0435\u0442\u0430\uFF1A{plan}\u0438\u0441\u0442\u0435\u043A\u0430\u0435\u0442 \u043D\u0430 \u0441\u0430\u0439\u0442\u0435 {endAt} \u0438 \u043D\u0435 \u0431\u0443\u0434\u0435\u0442 \u0430\u0432\u0442\u043E\u043C\u0430\u0442\u0438\u0447\u0435\u0441\u043A\u0438 \u043F\u0440\u043E\u0434\u043B\u0435\u0432\u0430\u0442\u044C\u0441\u044F \u043F\u043E \u0435\u0433\u043E \u0438\u0441\u0442\u0435\u0447\u0435\u043D\u0438\u0438.",currentYearlyPlanDescriptionForAutoRenewCacelingWithRealPaiedUser:"\u0421\u0440\u043E\u043A \u0434\u0435\u0439\u0441\u0442\u0432\u0438\u044F \u0442\u0435\u043A\u0443\u0449\u0435\u0433\u043E \u043F\u0430\u043A\u0435\u0442\u0430\uFF1A{plan}\u0438\u0441\u0442\u0435\u043A\u0430\u0435\u0442 \u043D\u0430 \u0441\u0430\u0439\u0442\u0435 {endAt} \u0438 \u043D\u0435 \u0431\u0443\u0434\u0435\u0442 \u0430\u0432\u0442\u043E\u043C\u0430\u0442\u0438\u0447\u0435\u0441\u043A\u0438 \u043F\u0440\u043E\u0434\u043B\u0435\u0432\u0430\u0442\u044C\u0441\u044F \u043F\u043E \u0435\u0433\u043E \u0438\u0441\u0442\u0435\u0447\u0435\u043D\u0438\u0438.
<1>\u041D\u0430\u0436\u043C\u0438\u0442\u0435 \u0437\u0434\u0435\u0441\u044C, \u0447\u0442\u043E\u0431\u044B \u0443\u043F\u0440\u0430\u0432\u043B\u044F\u0442\u044C \u043F\u043B\u0430\u043D\u043E\u043C \u043F\u0440\u043E\u0434\u043B\u0435\u043D\u0438\u044F",currentYearlyPlanDescriptionForAutoRenewCacelingWithAdmin:"\u0421\u0440\u043E\u043A \u0434\u0435\u0439\u0441\u0442\u0432\u0438\u044F \u0442\u0435\u043A\u0443\u0449\u0435\u0433\u043E \u043F\u0430\u043A\u0435\u0442\u0430\uFF1A{plan}\u0438\u0441\u0442\u0435\u043A\u0430\u0435\u0442 \u043D\u0430 \u0441\u0430\u0439\u0442\u0435 {endAt} \u0438 \u043D\u0435 \u0431\u0443\u0434\u0435\u0442 \u0430\u0432\u0442\u043E\u043C\u0430\u0442\u0438\u0447\u0435\u0441\u043A\u0438 \u043F\u0440\u043E\u0434\u043B\u0435\u0432\u0430\u0442\u044C\u0441\u044F \u043F\u043E \u0435\u0433\u043E \u0438\u0441\u0442\u0435\u0447\u0435\u043D\u0438\u0438.
<1>\u041D\u0430\u0436\u043C\u0438\u0442\u0435 \u0437\u0434\u0435\u0441\u044C, \u0447\u0442\u043E\u0431\u044B \u0430\u043A\u0442\u0438\u0432\u0438\u0440\u043E\u0432\u0430\u0442\u044C \u043D\u0435\u043F\u0440\u0435\u0440\u044B\u0432\u043D\u0443\u044E \u0433\u043E\u0434\u043E\u0432\u0443\u044E \u043F\u043E\u0434\u043F\u0438\u0441\u043A\u0443",currentPlanDescriptionForOneTime:"\u0421\u0440\u043E\u043A \u0434\u0435\u0439\u0441\u0442\u0432\u0438\u044F \u0442\u0435\u043A\u0443\u0449\u0435\u0439 \u043F\u043E\u0434\u043F\u0438\u0441\u043A\u0438\uFF1A{plan}\u0438\u0441\u0442\u0435\u043A\u0430\u0435\u0442 \u043D\u0430 \u0441\u0430\u0439\u0442\u0435 {endAt} , <1>\u043D\u0430\u0436\u043C\u0438\u0442\u0435 \u0437\u0434\u0435\u0441\u044C, \u0447\u0442\u043E\u0431\u044B \u043F\u0435\u0440\u0435\u0439\u0442\u0438 \u043D\u0430 \u0433\u043E\u0434\u043E\u0432\u043E\u0435 \u0438\u043B\u0438 <2>\u0435\u0436\u0435\u043C\u0435\u0441\u044F\u0447\u043D\u043E\u0435 \u0447\u043B\u0435\u043D\u0441\u0442\u0432\u043E.",upgradePlan:"\u041D\u0430\u0436\u043C\u0438\u0442\u0435 \u0437\u0434\u0435\u0441\u044C, \u0447\u0442\u043E\u0431\u044B \u043F\u0435\u0440\u0435\u0439\u0442\u0438 \u043D\u0430 \u0447\u043B\u0435\u043D\u0441\u0442\u0432\u043E Pro",upgradeToPro:"\u041F\u0435\u0440\u0435\u0439\u0442\u0438 \u043D\u0430 \u0447\u043B\u0435\u043D\u0441\u0442\u0432\u043E Pro","popup.openPro":"\u0427\u0442\u043E\u0431\u044B \u043F\u043E\u043B\u0443\u0447\u0438\u0442\u044C \u0432\u043E\u0437\u043C\u043E\u0436\u043D\u043E\u0441\u0442\u044C \u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u044C\u0441\u044F DeepL \u0438 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u043E\u043C OpenAI, \u043F\u0435\u0440\u0435\u0439\u0434\u0438\u0442\u0435 \u043F\u043E \u0441\u0441\u044B\u043B\u043A\u0435.","popup.openProForPro":"\u0412\u044B \u044F\u0432\u043B\u044F\u0435\u0442\u0435\u0441\u044C \u0443\u0447\u0430\u0441\u0442\u043D\u0438\u043A\u043E\u043C \u043F\u0440\u043E\u0433\u0440\u0430\u043C\u043C\u044B Pro \u0441 \u043F\u0440\u044F\u043C\u044B\u043C \u0434\u043E\u0441\u0442\u0443\u043F\u043E\u043C \u043A DeepL \u0438 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430\u043C OpenAI!",currentAccount:"\u0442\u0435\u043A\u0443\u0449\u0438\u0439 \u0441\u0447\u0451\u0442",enableAutoSyncUserSettings:"\u041E\u0431\u0435\u0441\u043F\u0435\u0447\u0435\u043D\u0438\u0435 \u0430\u0432\u0442\u043E\u043C\u0430\u0442\u0438\u0447\u0435\u0441\u043A\u043E\u0439 \u043E\u0431\u043B\u0430\u0447\u043D\u043E\u0439 \u0441\u0438\u043D\u0445\u0440\u043E\u043D\u0438\u0437\u0430\u0446\u0438\u0438 \u043D\u0430 \u043D\u0435\u0441\u043A\u043E\u043B\u044C\u043A\u0438\u0445 \u0443\u0441\u0442\u0440\u043E\u0439\u0441\u0442\u0432\u0430\u0445",modalEnableInputTranslationTitle:"\u0411\u043B\u043E\u043A \u0432\u0432\u043E\u0434\u0430 \u0438\u043C\u043C\u0435\u0440\u0441\u0438\u0432\u043D\u043E\u0433\u043E \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430 \u041F\u0435\u0440\u0435\u0432\u043E\u0434\u0447\u0435\u0441\u043A\u0438\u0435 \u043E\u043F\u043E\u0432\u0435\u0449\u0435\u043D\u0438\u044F",modalEnableInputTranslationDesc:"\u0412\u044B \u0442\u043E\u043B\u044C\u043A\u043E \u0447\u0442\u043E \u0437\u0430\u043F\u0443\u0441\u0442\u0438\u043B\u0438 \u0444\u0443\u043D\u043A\u0446\u0438\u044E \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430 \u043F\u043E\u043B\u044F \u0432\u0432\u043E\u0434\u0430 Immersive Translation, \u043D\u0430\u0436\u0430\u0432 3 \u0440\u0430\u0437\u0430 \u043F\u043E\u0434\u0440\u044F\u0434 \u043A\u043B\u0430\u0432\u0438\u0448\u0443 \u043F\u0440\u043E\u0431\u0435\u043B\u0430, \u0438 \u0441\u043E\u0434\u0435\u0440\u0436\u0438\u043C\u043E\u0435 \u043F\u043E\u043B\u044F \u0432\u0432\u043E\u0434\u0430 \u0431\u0443\u0434\u0435\u0442 \u043F\u0435\u0440\u0435\u0432\u0435\u0434\u0435\u043D\u043E \u043D\u0430 \u0446\u0435\u043B\u0435\u0432\u043E\u0439 \u044F\u0437\u044B\u043A \u043F\u043E \u0443\u043C\u043E\u043B\u0447\u0430\u043D\u0438\u044E. \u041F\u0435\u0440\u0435\u0432\u043E\u0434 \u043C\u043E\u0436\u043D\u043E \u043E\u0442\u043C\u0435\u043D\u0438\u0442\u044C \u0441 \u043F\u043E\u043C\u043E\u0449\u044C\u044E \u043A\u043B\u0430\u0432\u0438\u0448 Ctrl+Z.

\u0415\u0441\u043B\u0438 \u044D\u0442\u043E \u0431\u044B\u043B\u0430 \u043E\u0448\u0438\u0431\u043A\u0430, \u043D\u0435 \u0432\u043E\u043B\u043D\u0443\u0439\u0442\u0435\u0441\u044C, \u0432\u044B \u043C\u043E\u0436\u0435\u0442\u0435 \u043E\u0442\u043A\u043B\u044E\u0447\u0438\u0442\u044C \u0435\u0435 \u043D\u0430 \u044D\u0442\u043E\u0442 \u0440\u0430\u0437 \u0438\u043B\u0438 \u043D\u0430\u0432\u0441\u0435\u0433\u0434\u0430 \u043E\u0442\u043A\u043B\u044E\u0447\u0438\u0442\u044C \u043F\u0435\u0440\u0435\u0432\u043E\u0434 \u043F\u043E\u043B\u044F \u0432\u0432\u043E\u0434\u0430.",saveAndNotShowAgain:"\u0421\u043E\u0445\u0440\u0430\u043D\u0438\u0442\u044C \u0438 \u043E\u0441\u0442\u0430\u043D\u043E\u0432\u0438\u0442\u044C \u0437\u0430\u043F\u0440\u043E\u0441",disableInputTranslationTips:"* \u0412\u044B \u0442\u0430\u043A\u0436\u0435 \u043C\u043E\u0436\u0435\u0442\u0435 \u0443\u0441\u0442\u0430\u043D\u043E\u0432\u0438\u0442\u044C \u0434\u0440\u0443\u0433\u0438\u0435 \u0441\u043E\u0447\u0435\u0442\u0430\u043D\u0438\u044F \u043A\u043B\u0430\u0432\u0438\u0448 \u0434\u043B\u044F \u0441\u0440\u0430\u0431\u0430\u0442\u044B\u0432\u0430\u043D\u0438\u044F \u0432 {option} ,{learnMore}.",learnMore:"\u041D\u0430\u0436\u043C\u0438\u0442\u0435 \u0437\u0434\u0435\u0441\u044C, \u0447\u0442\u043E\u0431\u044B \u0443\u0437\u043D\u0430\u0442\u044C \u0431\u043E\u043B\u044C\u0448\u0435",continueEnalbeInputTranslation:"\u041F\u0440\u043E\u0434\u043E\u043B\u0436\u0435\u043D\u0438\u0435 \u0432\u043A\u043B\u044E\u0447\u0435\u043D\u0438\u044F \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430 \u043F\u043E\u043B\u044F \u0432\u0432\u043E\u0434\u0430",autoRenewTrialSuffix:'(\u0412 \u043F\u0440\u043E\u0431\u043D\u043E\u043C \u0432\u0430\u0440\u0438\u0430\u043D\u0442\u0435\u0441\u0440\u0430\u0437\u0443 \u0436\u0435 \u043F\u0435\u0440\u0435\u0448\u0435\u043B \u043D\u0430 \u043F\u043E\u043B\u043D\u043E\u0435 \u0447\u043B\u0435\u043D\u0441\u0442\u0432\u043E)',upgradeFromTrialTitle:"\u041F\u043E\u0432\u044B\u0448\u0435\u043D\u0438\u0435 \u0441\u0442\u0430\u0442\u0443\u0441\u0430 \u0434\u043E \u043F\u043E\u043B\u043D\u043E\u0433\u043E \u0447\u043B\u0435\u043D\u0430",subtitle:"\u0441\u0443\u0431\u0442\u0438\u0442\u0440\u044B \u043A \u0432\u0438\u0434\u0435\u043E\u0444\u0438\u043B\u044C\u043C\u0430\u043C",youtubeService:"\u0418\u043C\u043C\u0435\u0440\u0441\u0438\u043E\u043D\u043D\u044B\u0439 \u043F\u0435\u0440\u0435\u0432\u043E\u0434 \u0412\u0438\u0434\u0435\u043E\u0441\u0443\u0431\u0442\u0438\u0442\u0440\u0438\u0440\u043E\u0432\u0430\u043D\u0438\u0435 \u041F\u0435\u0440\u0435\u0432\u043E\u0434\u0447\u0435\u0441\u043A\u0438\u0435 \u0443\u0441\u043B\u0443\u0433\u0438","subtitle.disabledSubtitle":"\u041F\u043E\u0441\u0442\u043E\u044F\u043D\u043D\u043E\u0435 \u043E\u0442\u043A\u043B\u044E\u0447\u0435\u043D\u0438\u0435 \u0444\u0443\u043D\u043A\u0446\u0438\u0438 \u0432\u0438\u0434\u0435\u043E\u0441\u0443\u0431\u0442\u0438\u0442\u0440\u043E\u0432","subtitle.disabledSubtitleDescription":"\u0415\u0441\u043B\u0438 Immersive Translator's Video Subtitles \u043A\u043E\u043D\u0444\u043B\u0438\u043A\u0442\u0443\u0435\u0442 \u0441 \u0434\u0440\u0443\u0433\u0438\u043C\u0438 \u0440\u0430\u0441\u0448\u0438\u0440\u0435\u043D\u0438\u044F\u043C\u0438, \u0432\u044B \u043C\u043E\u0436\u0435\u0442\u0435 \u0432\u044B\u0431\u0440\u0430\u0442\u044C \u043F\u043E\u0441\u0442\u043E\u044F\u043D\u043D\u043E\u0435 \u043E\u0442\u043A\u043B\u044E\u0447\u0435\u043D\u0438\u0435 Immersive Translator's Video Subtitles \u0438\u043B\u0438 \u0434\u0435\u0438\u043D\u0441\u0442\u0430\u043B\u043B\u0438\u0440\u043E\u0432\u0430\u0442\u044C \u0434\u0440\u0443\u0433\u0438\u0435 \u043A\u043E\u043D\u0444\u043B\u0438\u043A\u0442\u0443\u044E\u0449\u0438\u0435 \u0440\u0430\u0441\u0448\u0438\u0440\u0435\u043D\u0438\u044F","subtitle.autoEnableSubtitle":"\u0410\u0432\u0442\u043E\u043C\u0430\u0442\u0438\u0447\u0435\u0441\u043A\u043E\u0435 \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u043D\u0438\u0435 \u0434\u0432\u0443\u044F\u0437\u044B\u0447\u043D\u044B\u0445 \u0441\u0443\u0431\u0442\u0438\u0442\u0440\u043E\u0432","subtitle.autoEnableSubtitleDescription":"\u041F\u043E\u0441\u043B\u0435 \u0430\u043A\u0442\u0438\u0432\u0430\u0446\u0438\u0438, \u043F\u0440\u0438 \u0432\u043E\u0441\u043F\u0440\u043E\u0438\u0437\u0432\u0435\u0434\u0435\u043D\u0438\u0438 \u0432\u0438\u0434\u0435\u043E, \u0431\u0443\u0434\u0443\u0442 \u0430\u0432\u0442\u043E\u043C\u0430\u0442\u0438\u0447\u0435\u0441\u043A\u0438 \u043E\u0442\u043E\u0431\u0440\u0430\u0436\u0430\u0442\u044C\u0441\u044F \u0434\u0432\u0443\u044F\u0437\u044B\u0447\u043D\u044B\u0435 \u0441\u0443\u0431\u0442\u0438\u0442\u0440\u044B, \u0432 \u043F\u0440\u043E\u0442\u0438\u0432\u043D\u043E\u043C \u0441\u043B\u0443\u0447\u0430\u0435 \u043D\u0435\u043E\u0431\u0445\u043E\u0434\u0438\u043C\u043E \u043D\u0430\u0436\u0430\u0442\u044C \u043A\u043D\u043E\u043F\u043A\u0443 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430 \u0434\u043B\u044F \u043E\u0442\u043E\u0431\u0440\u0430\u0436\u0435\u043D\u0438\u044F.","subtitle.preTranslation":"\u041F\u0435\u0440\u0435\u0432\u043E\u0434 \u0441\u0443\u0431\u0442\u0438\u0442\u0440\u043E\u0432 \u0441 \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u043D\u0438\u0435\u043C \u0438\u043C\u043C\u0435\u0440\u0441\u0438\u0432\u043D\u043E\u0433\u043E \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430","subtitle.preTranslationDescription":"\u041F\u0440\u0438 \u0432\u043A\u043B\u044E\u0447\u0435\u043D\u0438\u0438 \u044D\u0442\u043E\u0439 \u0444\u0443\u043D\u043A\u0446\u0438\u0438 \u0432\u0441\u0435 \u0441\u0443\u0431\u0442\u0438\u0442\u0440\u044B \u0431\u0443\u0434\u0443\u0442 \u043F\u0440\u0435\u0434\u0432\u0430\u0440\u0438\u0442\u0435\u043B\u044C\u043D\u043E \u043F\u0435\u0440\u0435\u0432\u0435\u0434\u0435\u043D\u044B \u0441 \u043F\u043E\u043C\u043E\u0449\u044C\u044E \u0443\u043A\u0430\u0437\u0430\u043D\u043D\u043E\u0433\u043E \u043D\u0438\u0436\u0435 \u0441\u0435\u0440\u0432\u0438\u0441\u0430 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430, \u043F\u0440\u0438 \u044D\u0442\u043E\u043C \u043D\u0430 1-\u0447\u0430\u0441\u043E\u0432\u043E\u0435 \u0432\u0438\u0434\u0435\u043E \u0431\u0443\u0434\u0435\u0442 \u0437\u0430\u0442\u0440\u0430\u0447\u0435\u043D\u043E \u043E\u043A\u043E\u043B\u043E 50 000 \u0442\u043E\u043A\u0435\u043D\u043E\u0432 \u0438\u043B\u0438 \u0441\u0438\u043C\u0432\u043E\u043B\u043E\u0432, \u043F\u043E\u044D\u0442\u043E\u043C\u0443 \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u0443\u0439\u0442\u0435 \u0438\u0445 \u043F\u043E \u0441\u0432\u043E\u0435\u043C\u0443 \u0443\u0441\u043C\u043E\u0442\u0440\u0435\u043D\u0438\u044E; \u043F\u0440\u0438 \u043E\u0442\u043A\u043B\u044E\u0447\u0435\u043D\u0438\u0438 \u044D\u0442\u043E\u0439 \u0444\u0443\u043D\u043A\u0446\u0438\u0438 \u0441\u043D\u0430\u0447\u0430\u043B\u0430 \u0431\u0443\u0434\u0443\u0442 \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u044C\u0441\u044F \u043E\u0440\u0438\u0433\u0438\u043D\u0430\u043B\u044C\u043D\u044B\u0435 \u0441\u0443\u0431\u0442\u0438\u0442\u0440\u044B.","subtitle.humanSubtitlesPreferred":"\u041F\u0440\u0438\u043E\u0440\u0438\u0442\u0435\u0442\u043D\u043E\u0435 \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u043D\u0438\u0435 \u0447\u0435\u043B\u043E\u0432\u0435\u0447\u0435\u0441\u043A\u0438\u0445 \u0441\u0443\u0431\u0442\u0438\u0442\u0440\u043E\u0432","subtitle.humanSubtitlesPreferredDescription":"\u041F\u0440\u0438\u043E\u0440\u0438\u0442\u0435\u0442 \u043E\u0442\u0434\u0430\u0435\u0442\u0441\u044F \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u043D\u0438\u044E \u0447\u0435\u043B\u043E\u0432\u0435\u0447\u0435\u0441\u043A\u0438\u0445 \u0441\u0443\u0431\u0442\u0438\u0442\u0440\u043E\u0432, \u0435\u0441\u043B\u0438 \u0432\u0438\u0434\u0435\u043E\u0440\u043E\u043B\u0438\u043A \u0438\u043C\u0435\u0435\u0442 \u0447\u0435\u043B\u043E\u0432\u0435\u0447\u0435\u0441\u043A\u0438\u0435 \u0441\u0443\u0431\u0442\u0438\u0442\u0440\u044B \u043D\u0430 \u0446\u0435\u043B\u0435\u0432\u043E\u043C \u044F\u0437\u044B\u043A\u0435 (\u0440\u0435\u043A\u043E\u043C\u0435\u043D\u0434\u0443\u0435\u0442\u0441\u044F)",videoSubtitleTranslationDescription:"\u041D\u0430\u0437\u043D\u0430\u0447\u0438\u0442\u044C \u043E\u0442\u0434\u0435\u043B\u044C\u043D\u0443\u044E \u0441\u043B\u0443\u0436\u0431\u0443 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430 \u0434\u043B\u044F \u0432\u0438\u0434\u0435\u043E\u0441\u0443\u0431\u0442\u0438\u0442\u0440\u043E\u0432",subtitleTranslating:"\u041F\u043E\u0436\u0430\u043B\u0443\u0439\u0441\u0442\u0430, \u043F\u043E\u0434\u043E\u0436\u0434\u0438\u0442\u0435, \u043F\u043E\u043A\u0430 \u0441\u0443\u0431\u0442\u0438\u0442\u0440\u044B \u0431\u0443\u0434\u0443\u0442 \u043F\u0435\u0440\u0435\u0432\u0435\u0434\u0435\u043D\u044B \u0441 \u043F\u043E\u043C\u043E\u0449\u044C\u044E \u0441\u0435\u0440\u0432\u0438\u0441\u0430 {service} ... (\u0438\u043C\u043C\u0435\u0440\u0441\u0438\u043E\u043D\u043D\u044B\u0439 \u043F\u0435\u0440\u0435\u0432\u043E\u0434)",subtitleLoading:"\u0417\u0430\u0433\u0440\u0443\u0437\u043A\u0430 \u0441\u0443\u0431\u0442\u0438\u0442\u0440\u043E\u0432...",bilingual:"\u0431\u0438\u043B\u0438\u043D\u0433\u0432\u0438\u0437\u043C","field.action":"\u0412\u043A\u043B\u044E\u0447\u0430\u0442\u044C \u043B\u0438 \u0442\u0435\u0440\u043C\u0438\u043D\u043E\u043B\u043E\u0433\u0438\u044E Baidu","description.action":"\u041F\u0440\u0438 \u0432\u043A\u043B\u044E\u0447\u0435\u043D\u0438\u0438 \u0432 \u0437\u0430\u043F\u0440\u043E\u0441 \u0431\u0443\u0434\u0435\u0442 \u0434\u043E\u0431\u0430\u0432\u043B\u0435\u043D \u043F\u0430\u0440\u0430\u043C\u0435\u0442\u0440 action=1, \u0438\u043D\u0444\u043E\u0440\u043C\u0438\u0440\u0443\u044E\u0449\u0438\u0439 Baidu \u043E \u0432\u043A\u043B\u044E\u0447\u0435\u043D\u043D\u043E\u043C \u0442\u0435\u0440\u043C\u0438\u043D\u0435; <1>\u0431\u043E\u043B\u0435\u0435 \u043F\u043E\u0434\u0440\u043E\u0431\u043D\u0430\u044F \u0438\u043D\u0444\u043E\u0440\u043C\u0430\u0446\u0438\u044F \u043F\u0440\u0438\u0432\u0435\u0434\u0435\u043D\u0430 \u0432 \u043E\u0444\u0438\u0446\u0438\u0430\u043B\u044C\u043D\u043E\u0439 \u0434\u043E\u043A\u0443\u043C\u0435\u043D\u0442\u0430\u0446\u0438\u0438.",closeQuickTranslation:"\u0417\u0430\u043A\u0440\u044B\u0442\u044C \u0445\u043E\u0432\u0435\u0440\u0431\u043E\u043B","closeQuickTranslation.untilNext":"\u041D\u0430 \u044D\u0442\u043E\u0442 \u0440\u0430\u0437 \u0437\u0430\u043A\u0440\u044B\u0442\u043E \u0434\u043E \u0441\u043B\u0435\u0434\u0443\u044E\u0449\u0435\u0433\u043E \u043F\u043E\u0441\u0435\u0449\u0435\u043D\u0438\u044F","closeQuickTranslation.currentWebsite":"\u0422\u0435\u043A\u0443\u0449\u0438\u0439 \u0441\u0430\u0439\u0442 \u043E\u0442\u043A\u043B\u044E\u0447\u0435\u043D","closeQuickTranslation.alwaysClose":"\u043E\u0442\u043A\u043B\u044E\u0447\u0438\u0442\u044C \u043D\u0430\u0432\u0441\u0435\u0433\u0434\u0430","closeQuickTranslation.settingOpen":"(\u043C\u043E\u0436\u0435\u0442 \u0431\u044B\u0442\u044C \u0432\u043A\u043B\u044E\u0447\u0435\u043D\u0430 \u043D\u0430 <1>\u0441\u0442\u0440\u0430\u043D\u0438\u0446\u0435 \u043D\u0430\u0441\u0442\u0440\u043E\u0435\u043A )","closeQuickTranslation.cancel":"\u043E\u0442\u043C\u0435\u043D\u044B","closeQuickTranslation.confirm":"\u043E\u043F\u0440\u0435\u0434\u0435\u043B\u0438\u0442\u044C","floatBall.popup":"\u041E\u0442\u043A\u0440\u043E\u0439\u0442\u0435 \u043F\u0430\u043D\u0435\u043B\u044C \u0431\u044B\u0441\u0442\u0440\u044B\u0445 \u043D\u0430\u0441\u0442\u0440\u043E\u0435\u043A","floatBall.translate":"\u041D\u0430\u0436\u043C\u0438\u0442\u0435, \u0447\u0442\u043E\u0431\u044B \u043F\u0435\u0440\u0435\u0432\u0435\u0441\u0442\u0438 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u0443","floatBall.showOriginal":"\u041D\u0430\u0436\u043C\u0438\u0442\u0435, \u0447\u0442\u043E\u0431\u044B \u0432\u0435\u0440\u043D\u0443\u0442\u044C\u0441\u044F \u043A \u043E\u0440\u0438\u0433\u0438\u043D\u0430\u043B\u044C\u043D\u043E\u0439 \u0441\u0442\u0430\u0442\u044C\u0435","floatBall.close":"\u0417\u0430\u043A\u0440\u044B\u0442\u044C \u0445\u043E\u0432\u0435\u0440\u0431\u043E\u043B","floatBallOptions.enableDescPc":"\u041F\u043E\u0441\u043B\u0435 \u0432\u043A\u043B\u044E\u0447\u0435\u043D\u0438\u044F \u0445\u043E\u0432\u0435\u0440\u0431\u043E\u043B\u0430 \u0432 \u043F\u0440\u0430\u0432\u043E\u0439 \u0447\u0430\u0441\u0442\u0438 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u044B \u043F\u043E\u044F\u0432\u0438\u0442\u0441\u044F \u043A\u043D\u043E\u043F\u043A\u0430 \u0431\u044B\u0441\u0442\u0440\u043E\u0433\u043E \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430, \u043D\u0430\u0436\u043C\u0438\u0442\u0435 \u0435\u0435, \u0447\u0442\u043E\u0431\u044B \u043F\u0435\u0440\u0435\u0432\u0435\u0441\u0442\u0438!","floatBallOptions.enableDesc":"\u041F\u043E\u0441\u043B\u0435 \u0432\u044B\u043A\u043B\u044E\u0447\u0435\u043D\u0438\u044F \u0445\u043E\u0432\u0435\u0440\u0431\u043E\u043B\u0430 \u0435\u0433\u043E \u043C\u043E\u0436\u043D\u043E \u0432\u044B\u0437\u0432\u0430\u0442\u044C \u0441 \u043F\u043E\u043C\u043E\u0449\u044C\u044E{touch}. \u041D\u0430\u0441\u0442\u043E\u044F\u0442\u0435\u043B\u044C\u043D\u043E \u0440\u0435\u043A\u043E\u043C\u0435\u043D\u0434\u0443\u0435\u0442\u0441\u044F \u0441\u043E\u0445\u0440\u0430\u043D\u0438\u0442\u044C \u044D\u0442\u0443 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u0443 \u043D\u0430\u0441\u0442\u0440\u043E\u0435\u043A \u0432 \u0437\u0430\u043A\u043B\u0430\u0434\u043A\u0430\u0445, \u0447\u0442\u043E\u0431\u044B \u043D\u0435 \u043F\u043E\u0442\u0435\u0440\u044F\u0442\u044C \u0432\u043E\u0437\u043C\u043E\u0436\u043D\u043E\u0441\u0442\u044C \u043D\u0430\u0439\u0442\u0438 \u0445\u043E\u0432\u0435\u0440\u0431\u043E\u043B \u043F\u043E\u0441\u043B\u0435 \u0441\u043B\u0443\u0447\u0430\u0439\u043D\u043E\u0433\u043E \u043E\u0442\u043A\u043B\u044E\u0447\u0435\u043D\u0438\u044F \u044D\u0442\u043E\u0439 \u043E\u043F\u0446\u0438\u0438!","description.azureApiUrl":"\u0417\u0430\u043F\u043E\u043B\u043D\u0438\u0442\u0435 \u0430\u0434\u0440\u0435\u0441 \u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u0435\u043B\u044C\u0441\u043A\u043E\u0433\u043E \u0438\u043D\u0442\u0435\u0440\u0444\u0435\u0439\u0441\u0430 API",confirmSupportMouse:"\u041F\u0440\u0438\u043D\u0443\u0434\u0438\u0442\u0435\u043B\u044C\u043D\u043E\u0435 \u0432\u043A\u043B\u044E\u0447\u0435\u043D\u0438\u0435 \u043F\u043E\u0434\u0434\u0435\u0440\u0436\u043A\u0438 \u043C\u044B\u0448\u0438",confirmSupportMouseDescription:"\u041E\u0431\u043D\u0430\u0440\u0443\u0436\u0435\u043D\u043E, \u0447\u0442\u043E \u0442\u0435\u043A\u0443\u0449\u0438\u0439 \u0431\u0440\u0430\u0443\u0437\u0435\u0440 \u043D\u0435 \u043F\u043E\u0434\u0434\u0435\u0440\u0436\u0438\u0432\u0430\u0435\u0442 \u0444\u0443\u043D\u043A\u0446\u0438\u044E \u043C\u044B\u0448\u0438, \u043F\u0440\u0438\u043D\u0443\u0434\u0438\u0442\u0435\u043B\u044C\u043D\u043E \u043B\u0438 \u0432\u043A\u043B\u044E\u0447\u0438\u0442\u044C \u043F\u043E\u0434\u0434\u0435\u0440\u0436\u043A\u0443 \u043C\u044B\u0448\u0438?",sampleTargetText:"\u041D\u0430\u0441\u0442\u0443\u043F\u0438\u0442 \u0434\u043E\u043B\u0433\u0430\u044F \u043D\u043E\u0447\u044C, \u0438 \u044F \u0431\u0443\u0434\u0443 \u0441\u0442\u043E\u044F\u0442\u044C \u043D\u0430 \u0441\u0442\u0440\u0430\u0436\u0435 \u0441 \u044D\u0442\u043E\u0433\u043E \u0434\u043D\u044F \u0438 \u0434\u043E \u0441\u0430\u043C\u043E\u0439 \u0441\u043C\u0435\u0440\u0442\u0438. \u042F \u043D\u0435 \u0432\u043E\u0437\u044C\u043C\u0443 \u0436\u0435\u043D\u0443, \u043D\u0435 \u0441\u043E\u0437\u0434\u0430\u043C \u0432\u043E\u0442\u0447\u0438\u043D\u0443, \u043D\u0435 \u0437\u0430\u0432\u0435\u0434\u0443 \u0434\u0435\u0442\u0435\u0439. \u042F \u043D\u0435 \u0431\u0443\u0434\u0443 \u043D\u043E\u0441\u0438\u0442\u044C \u043A\u043E\u0440\u043E\u043D\u0443, \u043D\u0435 \u0431\u0443\u0434\u0443 \u0441\u0442\u0440\u0435\u043C\u0438\u0442\u044C\u0441\u044F \u043A \u043F\u043E\u0447\u0435\u0441\u0442\u044F\u043C. \u042F \u0431\u0443\u0434\u0443 \u0438\u0441\u043F\u043E\u043B\u043D\u044F\u0442\u044C \u0441\u0432\u043E\u0439 \u0434\u043E\u043B\u0433, \u0436\u0438\u0442\u044C \u0438 \u0443\u043C\u0438\u0440\u0430\u0442\u044C.",sampleSourceText:"Night gathers, and now my watch begins. It shall not end until my death. I shall take no wife, hold no lands, father no children. I shall wear no crowns and win no glory. I shall live and die at my post.","subtitle.supportedSites":"\u5DF2\u652F\u6301\u5728\u8FD9\u4E9B\u7F51\u7AD9\u4F7F\u7528\u53CC\u8BED\u5B57\u5E55\uFF08\u6CE8\u610F\uFF1A\u7531\u4E8E\u6280\u672F\u9650\u5236\uFF0C\u90E8\u5206\u7F51\u7AD9\u5728\u9996\u6B21\u5F00\u542F\u5B57\u5E55\u540E\u9700\u8981\u91CD\u65B0\u5237\u65B0\u9875\u9762\uFF0C\u6216\u8005\u9700\u7B49\u5F85\u7FFB\u8BD1\u5B8C\u6210\u4EE5\u663E\u793A\u53CC\u8BED\u5B57\u5E55\uFF09\uFF1A",viewWithImmersiveTranslate:"\u53CC\u8BED\u7248\u672C(\u6C89\u6D78\u5F0F\u7FFB\u8BD1)",errorReason:"\u9519\u8BEF\u539F\u56E0\uFF1A{message}","proQuotaExceededError.onetime7day":'\uFF0C\u60A8\u53EF\u4EE5\u9009\u62E9\u4EE5\u4E0B\u65B9\u5F0F\u89E3\u51B3\uFF1A

1. \u5207\u6362\u5230 {anotherService} \u6216\u5176\u4ED6\u7FFB\u8BD1\u670D\u52A1
2. \u5347\u7EA7\u4E3A\u6708\u5EA6/\u5E74\u5EA6\u4F1A\u5458',"proQuotaExceededError.trial":'\uFF0C\u60A8\u53EF\u4EE5\u9009\u62E9\u4EE5\u4E0B\u65B9\u5F0F\u89E3\u51B3\uFF1A

1. \u5207\u6362\u5230 {anotherService} \u6216\u5176\u4ED6\u7FFB\u8BD1\u670D\u52A1
2. \u7ACB\u523B\u5347\u7EA7\u4E3A\u6B63\u5F0F\u4F1A\u5458',"proQuotaExceededError.nonTrial":'\uFF0C\u60A8\u53EF\u4EE5\u9009\u62E9\u4EE5\u4E0B\u65B9\u5F0F\u89E3\u51B3\uFF1A

1. \u5207\u6362\u5230 {anotherService} \u6216\u5176\u4ED6\u7FFB\u8BD1\u670D\u52A1
2. \u8D2D\u4E70 {translationService} \u989D\u5916\u6D41\u91CF\u5305',"proQuotaExceededError.resetTime":"
3. \u989D\u5EA6\u91CD\u7F6E\u65F6\u95F4\uFF1A{resetTime}","desc.touchShortcutsToggleTranslatePageOnlyTranslation":"\u0422\u043E\u043B\u044C\u043A\u043E \u043F\u0435\u0440\u0435\u0432\u043E\u0434 \u043E\u0437\u043D\u0430\u0447\u0430\u0435\u0442, \u0447\u0442\u043E \u043E\u0442\u043E\u0431\u0440\u0430\u0436\u0430\u0435\u0442\u0441\u044F \u0442\u043E\u043B\u044C\u043A\u043E \u043F\u0435\u0440\u0435\u0432\u043E\u0434. \u0415\u0441\u043B\u0438 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u0430 \u0435\u0449\u0435 \u043D\u0435 \u043F\u0435\u0440\u0435\u0432\u0435\u0434\u0435\u043D\u0430, \u043E\u043D\u0430 \u043F\u0435\u0440\u0435\u043A\u043B\u044E\u0447\u0438\u0442\u0441\u044F \u0432 \u0440\u0435\u0436\u0438\u043C \u0438 \u0431\u0443\u0434\u0435\u0442 \u043F\u0435\u0440\u0435\u0432\u0435\u0434\u0435\u043D\u0430.","desc.toggleOnlyTransation":'\u0420\u0435\u0436\u0438\u043C "\u0422\u043E\u043B\u044C\u043A\u043E \u043F\u0435\u0440\u0435\u0432\u043E\u0434" \u043E\u0437\u043D\u0430\u0447\u0430\u0435\u0442, \u0447\u0442\u043E \u043E\u0442\u043E\u0431\u0440\u0430\u0436\u0430\u0435\u0442\u0441\u044F \u0442\u043E\u043B\u044C\u043A\u043E \u043F\u0435\u0440\u0435\u0432\u043E\u0434. \u0415\u0441\u043B\u0438 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u0430 \u0435\u0449\u0435 \u043D\u0435 \u043F\u0435\u0440\u0435\u0432\u0435\u0434\u0435\u043D\u0430, \u0440\u0435\u0436\u0438\u043C \u0431\u0443\u0434\u0435\u0442 \u043F\u0435\u0440\u0435\u043A\u043B\u044E\u0447\u0435\u043D \u0438 \u0432\u044B\u043F\u043E\u043B\u043D\u0435\u043D \u043F\u0435\u0440\u0435\u0432\u043E\u0434.',touchShortcutsToggleTranslatePageOnlyTranslation:"\u041D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0430 \u0436\u0435\u0441\u0442\u043E\u0432 \u0441\u0435\u043D\u0441\u043E\u0440\u043D\u043E\u0433\u043E \u044D\u043A\u0440\u0430\u043D\u0430 \u0434\u043B\u044F \u043F\u0435\u0440\u0435\u043A\u043B\u044E\u0447\u0435\u043D\u0438\u044F \u043C\u0435\u0436\u0434\u0443 \u0434\u0432\u0443\u044F\u0437\u044B\u0447\u043D\u044B\u043C / \u0442\u043E\u043B\u044C\u043A\u043E \u0442\u0435\u043A\u0441\u0442\u043E\u043C \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430",download_started:"\u0417\u0430\u0433\u0440\u0443\u0437\u043A\u0430 \u0443\u0436\u0435 \u043D\u0430\u0447\u0430\u043B\u0430\u0441\u044C, \u0435\u0441\u043B\u0438 \u043E\u043D\u0430 \u043D\u0435 \u043D\u0430\u0447\u0430\u043B\u0430\u0441\u044C \u0430\u0432\u0442\u043E\u043C\u0430\u0442\u0438\u0447\u0435\u0441\u043A\u0438, \u043F\u043E\u0436\u0430\u043B\u0443\u0439\u0441\u0442\u0430, \u043D\u0430\u0436\u043C\u0438\u0442\u0435 \u0432\u0440\u0443\u0447\u043D\u0443\u044E.",here:"\u0437\u0434\u0435\u0441\u044C","error.goReset":"\u0441\u0431\u0440\u043E\u0441\u0438\u0442\u044C",batchEdit:"\u041C\u0430\u0441\u0441\u043E\u0432\u0430\u044F \u043E\u043F\u0435\u0440\u0430\u0446\u0438\u044F","error.configError":"\u041D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0430 \u0434\u0430\u043D\u043D\u044B\u0445 \u0430\u043D\u043E\u043C\u0430\u043B\u044C\u043D\u0430","translationFont.custom":"\u0412\u0432\u0435\u0434\u0438\u0442\u0435 \u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u0435\u043B\u044C\u0441\u043A\u0438\u0439 \u0448\u0440\u0438\u0444\u0442",translationFont:"\u0443\u0441\u0442\u0430\u043D\u043E\u0432\u0438\u0442\u044C \u0448\u0440\u0438\u0444\u0442",detectServiceLoading:"\u041F\u0440\u043E\u0432\u0435\u0440\u043A\u0430 \u0434\u043E\u0441\u0442\u0443\u043F\u043D\u044B\u0445 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0447\u0435\u0441\u043A\u0438\u0445 \u0443\u0441\u043B\u0443\u0433...","translationFont.customPlaceholder":"\u0448\u0440\u0438\u0444\u0442","touch.mouse-translate":"\u041F\u0435\u0440\u0435\u0432\u0435\u0441\u0442\u0438 \u0443\u043A\u0430\u0437\u0430\u043D\u043D\u044B\u0439 \u0430\u0431\u0437\u0430\u0446","translationModeLang.translation.title":"\u0422\u043E\u043B\u044C\u043A\u043E \u0440\u0435\u0436\u0438\u043C \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430 \u044F\u0437\u044B\u043A\u0430","error.serveConfigError":"\u041E\u0448\u0438\u0431\u043A\u0430 \u043A\u043E\u043D\u0444\u0438\u0433\u0443\u0440\u0430\u0446\u0438\u0438 \u0441\u0435\u0440\u0432\u0438\u0441\u0430","error.403":"\u0421\u043B\u0443\u0436\u0431\u0430 \u0432\u043E\u0437\u0432\u0440\u0430\u0449\u0430\u0435\u0442 \u043E\u0448\u0438\u0431\u043A\u0443, \u0432\u0440\u0435\u043C\u0435\u043D\u043D\u043E \u043D\u0435\u0442 \u0434\u043E\u0441\u0442\u0443\u043F\u0430 \u043A \u044D\u0442\u043E\u0439 \u0441\u043B\u0443\u0436\u0431\u0435.","error.proUpgrade":"\u041F\u043E\u0441\u043B\u0435 \u043E\u0431\u043D\u043E\u0432\u043B\u0435\u043D\u0438\u044F, \u043F\u043E\u0436\u0430\u043B\u0443\u0439\u0441\u0442\u0430, \u043E\u0431\u043D\u043E\u0432\u0438\u0442\u0435 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u0443 \u0438 \u043F\u0435\u0440\u0435\u0432\u0435\u0434\u0438\u0442\u0435 \u0441\u043D\u043E\u0432\u0430.","translationModeUrl.translation.title":"\u0412\u0435\u0431-\u0430\u0434\u0440\u0435\u0441 \u0442\u043E\u043B\u044C\u043A\u043E \u0434\u043B\u044F \u0440\u0435\u0436\u0438\u043C\u0430 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430",enableSentryReport:"\u041A\u043E\u0433\u0434\u0430 \u043F\u0440\u043E\u0438\u0441\u0445\u043E\u0434\u0438\u0442 \u043E\u0448\u0438\u0431\u043A\u0430 \u0440\u0430\u0441\u0448\u0438\u0440\u0435\u043D\u0438\u044F, \u043E\u0442\u043F\u0440\u0430\u0432\u043B\u044F\u0439\u0442\u0435 \u043E\u0442\u0437\u044B\u0432\u044B \u0447\u0435\u0440\u0435\u0437 Sentry.","error.reloadPageOfSetting":"\u041F\u043E\u0441\u043B\u0435 \u043D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0438, \u043F\u043E\u0436\u0430\u043B\u0443\u0439\u0441\u0442\u0430, \u043E\u0431\u043D\u043E\u0432\u0438\u0442\u0435 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u0443 \u0438 \u043F\u0435\u0440\u0435\u0432\u0435\u0434\u0438\u0442\u0435 \u0441\u043D\u043E\u0432\u0430.","error.502":"\u0421\u0435\u0440\u0432\u0438\u0441 \u0432\u043E\u0437\u0432\u0440\u0430\u0449\u0430\u0435\u0442 \u043E\u0448\u0438\u0431\u043A\u0443, \u0432\u0440\u0435\u043C\u044F \u043E\u0436\u0438\u0434\u0430\u043D\u0438\u044F \u0441\u0435\u0440\u0432\u0438\u0441\u0430 \u0438\u0441\u0442\u0435\u043A\u043B\u043E, \u043F\u043E\u0436\u0430\u043B\u0443\u0439\u0441\u0442\u0430, \u043F\u043E\u043F\u0440\u043E\u0431\u0443\u0439\u0442\u0435 \u043F\u043E\u0437\u0436\u0435.","translationModeUrl.translation.description":"\u041A\u043E\u0433\u0434\u0430 \u0432\u0435\u0431-\u0441\u0430\u0439\u0442 \u0438\u043C\u0435\u0435\u0442 \u0441\u043B\u0435\u0434\u0443\u044E\u0449\u0438\u0435 \u0434\u043E\u043C\u0435\u043D\u043D\u044B\u0435 \u0438\u043C\u0435\u043D\u0430, \u043E\u043D \u0430\u0432\u0442\u043E\u043C\u0430\u0442\u0438\u0447\u0435\u0441\u043A\u0438 \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u0443\u0435\u0442 \u0440\u0435\u0436\u0438\u043C \u0442\u043E\u043B\u044C\u043A\u043E \u0441 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u043E\u043C.",videoSubtitlePreTranslationOn:"\u0412\u0438\u0434\u0435\u043E \u0441\u0443\u0431\u0442\u0438\u0442\u0440\u044B \u0431\u0443\u0434\u0443\u0442 \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u044C \u043F\u043E\u0433\u0440\u0443\u0436\u0435\u043D\u0438\u0435 \u0432 \u043F\u0435\u0440\u0435\u0432\u043E\u0434 \u0432 \u043F\u0435\u0440\u0432\u0443\u044E \u043E\u0447\u0435\u0440\u0435\u0434\u044C.","translationServices.inherit":"\u0421\u043B\u0435\u0434\u0443\u0439\u0442\u0435 \u0437\u0430 \u043E\u0441\u043D\u043E\u0432\u043D\u044B\u043C \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0447\u0435\u0441\u043A\u0438\u043C \u0441\u0435\u0440\u0432\u0438\u0441\u043E\u043C","error.proTokenInvalid":"\u0415\u0441\u043B\u0438 \u0432\u044B \u044F\u0432\u043B\u044F\u0435\u0442\u0435\u0441\u044C \u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u0435\u043B\u0435\u043C Pro, \u043F\u043E\u0436\u0430\u043B\u0443\u0439\u0441\u0442\u0430, \u0432\u043E\u0439\u0434\u0438\u0442\u0435 \u0432 \u0441\u0438\u0441\u0442\u0435\u043C\u0443, \u043F\u0440\u0435\u0436\u0434\u0435 \u0447\u0435\u043C \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u044C \u0441\u0435\u0440\u0432\u0438\u0441 Pro \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430.",toggleToService:"\u041F\u0435\u0440\u0435\u043A\u043B\u044E\u0447\u0438\u0442\u0435\u0441\u044C \u043D\u0430 {service} \u0438 \u043F\u043E\u043F\u0440\u043E\u0431\u0443\u0439\u0442\u0435 \u0441\u043D\u043E\u0432\u0430",videoSubtitlePreTranslationOff:"\u041F\u0440\u0438\u043E\u0440\u0438\u0442\u0435\u0442 \u0431\u0443\u0434\u0435\u0442 \u043E\u0442\u0434\u0430\u043D \u043C\u0430\u0448\u0438\u043D\u043D\u043E\u043C\u0443 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0443 \u0441\u0443\u0431\u0442\u0438\u0442\u0440\u043E\u0432, \u0432\u0441\u0442\u0440\u043E\u0435\u043D\u043D\u044B\u0445 \u0432 \u043E\u0440\u0438\u0433\u0438\u043D\u0430\u043B\u044C\u043D\u043E\u0435 \u0432\u0438\u0434\u0435\u043E.","error.gemini.429":"\u0422\u0435\u043A\u0443\u0449\u0430\u044F \u0441\u043B\u0443\u0436\u0431\u0430 Gemini \u0443\u0436\u0435 \u0434\u043E\u0441\u0442\u0438\u0433\u043B\u0430 \u0441\u0432\u043E\u0435\u0433\u043E \u043F\u0440\u0435\u0434\u0435\u043B\u0430, \u043F\u043E\u0436\u0430\u043B\u0443\u0439\u0441\u0442\u0430, \u043F\u043E\u043F\u0440\u043E\u0431\u0443\u0439\u0442\u0435 \u043F\u043E\u0437\u0436\u0435 \u0438\u043B\u0438 \u043F\u0435\u0440\u0435\u043A\u043B\u044E\u0447\u0438\u0442\u0435\u0441\u044C \u043D\u0430 \u0434\u0440\u0443\u0433\u0443\u044E \u0441\u043B\u0443\u0436\u0431\u0443 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430.","translationModeLang.translation.description":'\u041A\u043E\u0433\u0434\u0430 \u044F\u0437\u044B\u043A \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u044B \u044F\u0432\u043B\u044F\u0435\u0442\u0441\u044F \u043E\u0434\u043D\u0438\u043C \u0438\u0437 \u0441\u043B\u0435\u0434\u0443\u044E\u0449\u0438\u0445, \u0430\u0432\u0442\u043E\u043C\u0430\u0442\u0438\u0447\u0435\u0441\u043A\u0438 \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u0443\u0435\u0442\u0441\u044F \u0440\u0435\u0436\u0438\u043C "\u0442\u043E\u043B\u044C\u043A\u043E \u043F\u0435\u0440\u0435\u0432\u043E\u0434".',"translationFont.notSupportErrorMessage":"\u041F\u043E\u0436\u0430\u043B\u0443\u0439\u0441\u0442\u0430, \u043F\u0440\u043E\u0432\u0435\u0440\u044C\u0442\u0435 \u043F\u0440\u0430\u0432\u0438\u043B\u044C\u043D\u043E\u0441\u0442\u044C \u0432\u0432\u0435\u0434\u0435\u043D\u043D\u043E\u0433\u043E \u0432\u0430\u043C\u0438 \u043D\u0430\u0437\u0432\u0430\u043D\u0438\u044F \u0448\u0440\u0438\u0444\u0442\u0430 \u0438\u043B\u0438 \u0443\u0431\u0435\u0434\u0438\u0442\u0435\u0441\u044C, \u0447\u0442\u043E \u044D\u0442\u043E\u0442 \u0448\u0440\u0438\u0444\u0442 \u0443\u0436\u0435 \u0443\u0441\u0442\u0430\u043D\u043E\u0432\u043B\u0435\u043D \u043D\u0430 \u0432\u0430\u0448\u0435\u043C \u0443\u0441\u0442\u0440\u043E\u0439\u0441\u0442\u0432\u0435.","error.429":"\u0421\u0435\u0440\u0432\u0438\u0441 \u0432\u043E\u0437\u0432\u0440\u0430\u0449\u0430\u0435\u0442 \u043E\u0448\u0438\u0431\u043A\u0443, \u0447\u0442\u043E \u0443\u043A\u0430\u0437\u044B\u0432\u0430\u0435\u0442 \u043D\u0430 \u0441\u043B\u0438\u0448\u043A\u043E\u043C \u0447\u0430\u0441\u0442\u044B\u0435 \u0437\u0430\u043F\u0440\u043E\u0441\u044B \u0438\u043B\u0438 \u043F\u0440\u0435\u0432\u044B\u0448\u0435\u043D\u0438\u0435 \u043B\u0438\u043C\u0438\u0442\u0430. \u041F\u043E\u0436\u0430\u043B\u0443\u0439\u0441\u0442\u0430, \u043F\u043E\u043F\u0440\u043E\u0431\u0443\u0439\u0442\u0435 \u043F\u043E\u0437\u0436\u0435.","error.400":"\u0421\u043B\u0443\u0436\u0431\u0430 \u0432\u043E\u0437\u0432\u0440\u0430\u0449\u0430\u0435\u0442 \u043E\u0448\u0438\u0431\u043A\u0443, \u043D\u0435\u0432\u0435\u0440\u043D\u044B\u0439 \u0437\u0430\u043F\u0440\u043E\u0441 \u043F\u0430\u0440\u0430\u043C\u0435\u0442\u0440\u0430, \u043F\u0440\u043E\u0432\u0435\u0440\u044C\u0442\u0435 \u0441\u043E\u043E\u0442\u0432\u0435\u0442\u0441\u0442\u0432\u0443\u044E\u0449\u0443\u044E \u043A\u043E\u043D\u0444\u0438\u0433\u0443\u0440\u0430\u0446\u0438\u044E.","error.openAIExceededQuota":"\u0421\u0435\u0440\u0432\u0438\u0441 \u0432\u043E\u0437\u0432\u0440\u0430\u0449\u0430\u0435\u0442 \u043E\u0448\u0438\u0431\u043A\u0443: \u043D\u0430 \u0432\u0430\u0448\u0435\u043C \u0442\u0435\u043A\u0443\u0449\u0435\u043C \u0441\u0447\u0435\u0442\u0443 OpenAI \u043D\u0435\u0434\u043E\u0441\u0442\u0430\u0442\u043E\u0447\u043D\u043E \u0441\u0440\u0435\u0434\u0441\u0442\u0432, \u043F\u043E\u0436\u0430\u043B\u0443\u0439\u0441\u0442\u0430, \u043F\u043E\u043F\u043E\u043B\u043D\u0438\u0442\u0435 \u0441\u0447\u0435\u0442 \u0438\u043B\u0438 \u043F\u0440\u0438\u0432\u044F\u0436\u0438\u0442\u0435 \u043A\u0440\u0435\u0434\u0438\u0442\u043D\u0443\u044E \u043A\u0430\u0440\u0442\u0443 \u0432 \u043E\u0444\u0438\u0446\u0438\u0430\u043B\u044C\u043D\u043E\u0439 \u0430\u0434\u043C\u0438\u043D\u0438\u0441\u0442\u0440\u0430\u0442\u0438\u0432\u043D\u043E\u0439 \u043F\u0430\u043D\u0435\u043B\u0438 OpenAI.","error.googleLimitIp":"\u0421\u043B\u0443\u0436\u0431\u0430 \u0432\u043E\u0437\u0432\u0440\u0430\u0449\u0430\u0435\u0442 \u043E\u0448\u0438\u0431\u043A\u0443, Google \u043E\u0433\u0440\u0430\u043D\u0438\u0447\u0438\u0432\u0430\u0435\u0442 \u0434\u043E\u0441\u0442\u0443\u043F \u0434\u043B\u044F \u044D\u0442\u043E\u0433\u043E IP-\u0430\u0434\u0440\u0435\u0441\u0430, \u0440\u0435\u043A\u043E\u043C\u0435\u043D\u0434\u0443\u0435\u0442\u0441\u044F \u0438\u0437\u043C\u0435\u043D\u0438\u0442\u044C \u0441\u0435\u0442\u0435\u0432\u043E\u0439 \u0443\u0437\u0435\u043B.","desc.toggleVideoSubtitlePreTranslation":"\u041F\u043E\u0441\u043B\u0435 \u043D\u0430\u0436\u0430\u0442\u0438\u044F, \u0434\u0432\u0443\u044F\u0437\u044B\u0447\u043D\u044B\u0435 \u0441\u0443\u0431\u0442\u0438\u0442\u0440\u044B \u0432\u0438\u0434\u0435\u043E \u0431\u0443\u0434\u0443\u0442 \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u044C \u043D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0438 \u043F\u043E\u0433\u0440\u0443\u0436\u0435\u043D\u0438\u044F \u0432 \u043F\u0435\u0440\u0435\u0432\u043E\u0434 \u0432 \u043F\u0435\u0440\u0432\u0443\u044E \u043E\u0447\u0435\u0440\u0435\u0434\u044C, \u043F\u0440\u0438 \u043F\u043E\u0432\u0442\u043E\u0440\u043D\u043E\u043C \u043D\u0430\u0436\u0430\u0442\u0438\u0438 \u0431\u0443\u0434\u0435\u0442 \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u044C\u0441\u044F \u043C\u0430\u0448\u0438\u043D\u043D\u044B\u0439 \u043F\u0435\u0440\u0435\u0432\u043E\u0434 \u0441\u0443\u0431\u0442\u0438\u0442\u0440\u043E\u0432 \u0438\u0437\u043D\u0430\u0447\u0430\u043B\u044C\u043D\u043E\u0433\u043E \u0432\u0438\u0434\u0435\u043E. \u041E\u0431\u0440\u0430\u0442\u0438\u0442\u0435 \u0432\u043D\u0438\u043C\u0430\u043D\u0438\u0435: \u044D\u0442\u043E\u0442 \u044F\u0440\u043B\u044B\u043A \u0438\u0437\u043C\u0435\u043D\u044F\u0435\u0442 \u0433\u043B\u043E\u0431\u0430\u043B\u044C\u043D\u044B\u0435 \u043D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0438.","error.openAIFreeLimit":"\u0421\u0435\u0440\u0432\u0438\u0441 \u0432\u043E\u0437\u0432\u0440\u0430\u0449\u0430\u0435\u0442 \u043E\u0448\u0438\u0431\u043A\u0443, \u0442\u0435\u043A\u0443\u0449\u0430\u044F \u0447\u0430\u0441\u0442\u043E\u0442\u0430 \u0437\u0430\u043F\u0440\u043E\u0441\u043E\u0432 \u043D\u0430 \u043F\u0435\u0440\u0435\u0432\u043E\u0434 \u0434\u043E\u0441\u0442\u0438\u0433\u043B\u0430 \u043F\u0440\u0435\u0434\u0435\u043B\u0430 \u0432 3 \u0440\u0430\u0437\u0430 \u0432 \u043C\u0438\u043D\u0443\u0442\u0443, \u043F\u043E\u0436\u0430\u043B\u0443\u0439\u0441\u0442\u0430, \u043F\u043E\u043F\u0440\u043E\u0431\u0443\u0439\u0442\u0435 \u043F\u043E\u0437\u0436\u0435. (\u042D\u0442\u043E \u043E\u0433\u0440\u0430\u043D\u0438\u0447\u0435\u043D\u0438\u0435 OpenAI \u0434\u043B\u044F \u0431\u0435\u0441\u043F\u043B\u0430\u0442\u043D\u043E\u0433\u043E API Key, \u0447\u0442\u043E\u0431\u044B \u0441\u043D\u044F\u0442\u044C \u044D\u0442\u043E \u043E\u0433\u0440\u0430\u043D\u0438\u0447\u0435\u043D\u0438\u0435, \u043F\u043E\u0436\u0430\u043B\u0443\u0439\u0441\u0442\u0430, \u043F\u0440\u0438\u0432\u044F\u0436\u0438\u0442\u0435 \u043A\u0440\u0435\u0434\u0438\u0442\u043D\u0443\u044E \u043A\u0430\u0440\u0442\u0443 \u0432 \u0431\u044D\u043A\u0435\u043D\u0434\u0435 OpenAI.)","error.serveUnavailable":"\u0412 \u043D\u0430\u0441\u0442\u043E\u044F\u0449\u0435\u0435 \u0432\u0440\u0435\u043C\u044F \u0443\u0441\u043B\u0443\u0433\u0430 [{serverName}], \u043A\u043E\u0442\u043E\u0440\u0443\u044E \u0432\u044B \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u0443\u0435\u0442\u0435, \u0432\u0440\u0435\u043C\u0435\u043D\u043D\u043E \u043D\u0435\u0434\u043E\u0441\u0442\u0443\u043F\u043D\u0430 \u0438\u0437-\u0437\u0430 \u043F\u0440\u043E\u0431\u043B\u0435\u043C \u0441 \u043F\u043E\u0434\u043A\u043B\u044E\u0447\u0435\u043D\u0438\u0435\u043C \u043A \u0441\u0435\u0442\u0438 \u0438\u043B\u0438 \u043F\u043E\u0441\u0442\u0430\u0432\u0449\u0438\u043A\u043E\u043C \u0443\u0441\u043B\u0443\u0433. \u0420\u0435\u043A\u043E\u043C\u0435\u043D\u0434\u0443\u0435\u043C \u0432\u0430\u043C \u043F\u043E\u043F\u0440\u043E\u0431\u043E\u0432\u0430\u0442\u044C \u043E\u0431\u043D\u043E\u0432\u0438\u0442\u044C \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u0443 \u0438\u043B\u0438 \u0438\u0437\u043C\u0435\u043D\u0438\u0442\u044C \u0434\u0440\u0443\u0433\u043E\u0439 \u0441\u0435\u0440\u0432\u0438\u0441 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430 \u0447\u0435\u0440\u0435\u0437 <1>\u043D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0438. \u0415\u0441\u043B\u0438 \u0432\u044B <2>Pro-\u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u0435\u043B\u044C, \u0432\u044B \u043C\u043E\u0436\u0435\u0442\u0435 \u0432\u044B\u0431\u0440\u0430\u0442\u044C \u0431\u043E\u043B\u0435\u0435 \u0441\u0442\u0430\u0431\u0438\u043B\u044C\u043D\u044B\u0435 \u0441\u0435\u0440\u0432\u0438\u0441\u044B \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430 DeepL \u0438\u043B\u0438 OpenAI (<3>\u043D\u0430\u0436\u043C\u0438\u0442\u0435 \u0437\u0434\u0435\u0441\u044C, \u0447\u0442\u043E\u0431\u044B \u043F\u043E\u043F\u0440\u043E\u0431\u043E\u0432\u0430\u0442\u044C \u0431\u0435\u0441\u043F\u043B\u0430\u0442\u043D\u043E). \u041A\u0440\u043E\u043C\u0435 \u0442\u043E\u0433\u043E, \u0432\u0430\u043C, \u0432\u043E\u0437\u043C\u043E\u0436\u043D\u043E, \u043F\u0440\u0438\u0434\u0435\u0442\u0441\u044F \u043F\u0440\u043E\u0432\u0435\u0440\u0438\u0442\u044C \u043D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0438 \u0432\u0430\u0448\u0435\u0439 \u0441\u0435\u0442\u0438 \u0438\u043B\u0438 \u043F\u0440\u043E\u043A\u0441\u0438.",pickAll:"\u0412\u044B\u0431\u0440\u0430\u0442\u044C \u0432\u0441\u0435","tagsInput.add":"+ \u0414\u043E\u0431\u0430\u0432\u0438\u0442\u044C",loggedIn:"\u0412\u0445\u043E\u0434 \u0432\u044B\u043F\u043E\u043B\u043D\u0435\u043D","widget.translateFile":"PDF/ePub","translationServices.gemini":"\u0411\u043B\u0438\u0437\u043D\u0435\u0446\u044B",notLogin:"\u041D\u0435 \u0432\u043E\u0448\u0435\u043B \u0432 \u0441\u0438\u0441\u0442\u0435\u043C\u0443","multipleClick.2":"\u0434\u0432\u043E\u0439\u043D\u043E\u0439 \u043A\u043B\u0438\u043A",goLogin:"\u0432\u043E\u0439\u0442\u0438 \u0432 \u0441\u0438\u0441\u0442\u0435\u043C\u0443","multipleClick.3":"\u0442\u0440\u043E\u0439\u043D\u043E\u0439 \u0443\u0434\u0430\u0440","error.subscriptionExpiredTitle":"\u0427\u043B\u0435\u043D\u0441\u0442\u0432\u043E \u0438\u0441\u0442\u0435\u043A\u043B\u043E",shortcutSettings:"\u0413\u043E\u0440\u044F\u0447\u0438\u0435 \u043A\u043B\u0430\u0432\u0438\u0448\u0438","widget.instruction":"\u0418\u043D\u0441\u0442\u0440\u0443\u043A\u0446\u0438\u044F \u043F\u043E \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u043D\u0438\u044E",contact:"\u0421\u0432\u044F\u0436\u0438\u0442\u0435\u0441\u044C \u0441 \u043D\u0430\u043C\u0438","widget.videoSubtitle":"\u0432\u0438\u0434\u0435\u043E \u0441\u0443\u0431\u0442\u0438\u0442\u0440\u044B","error.retry":"\u041F\u043E\u0432\u0442\u043E\u0440\u0438\u0442\u044C \u043F\u043E\u043F\u044B\u0442\u043A\u0443","widget.instructionTooltip":"\u041F\u0440\u043E\u0441\u043C\u043E\u0442\u0440 \u0438\u043D\u0441\u0442\u0440\u0443\u043A\u0446\u0438\u0439 \u043F\u043E \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u043D\u0438\u044E","subtitle.bilingual":"\u0434\u0432\u0443\u044F\u0437\u044B\u0447\u043D\u044B\u0435 \u0441\u0443\u0431\u0442\u0438\u0442\u0440\u044B","error.reason":"\u043F\u0440\u0438\u0447\u0438\u043D\u0430 \u043E\u0448\u0438\u0431\u043A\u0438",alwaysTranslateThisSite:"\u0412\u0441\u0435\u0433\u0434\u0430 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0438\u0442\u0435 \u044D\u0442\u043E\u0442 \u0441\u0430\u0439\u0442",touchShortcutsOff:"\u0437\u0430\u043A\u0440\u044B\u0442\u044C",neverTranslateThisSite:"\u041D\u0438\u043A\u043E\u0433\u0434\u0430 \u043D\u0435 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0438\u0442\u0435 \u044D\u0442\u043E\u0442 \u0441\u0430\u0439\u0442",buildSnapshots:"\u0421\u043E\u0437\u0434\u0430\u043D\u0438\u0435 \u0441\u043D\u0438\u043C\u043A\u0430 \u0432\u0435\u0431-\u0441\u0442\u0440\u0430\u043D\u0438\u0446\u044B","slide.left":"\u041F\u0440\u043E\u0432\u0435\u0434\u0438\u0442\u0435 \u0432\u043F\u0440\u0430\u0432\u043E","shortcutGroup.others":"\u0411\u043E\u043B\u044C\u0448\u0435 \u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u0435\u043B\u044C\u0441\u043A\u0438\u0445 \u0444\u0443\u043D\u043A\u0446\u0438\u0439 \u0433\u043E\u0440\u044F\u0447\u0438\u0445 \u043A\u043B\u0430\u0432\u0438\u0448",temprarilyChangeTranslationTo_openai:"\u0418\u0441\u043F\u043E\u043B\u044C\u0437\u0443\u0435\u0442\u0441\u044F OpenAI \u0434\u043B\u044F \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430 \u0442\u0435\u043A\u0443\u0449\u0435\u0439 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u044B","intro.hoverTitle":"\u041D\u0430\u0432\u0435\u0434\u0438\u0442\u0435 \u043A\u0443\u0440\u0441\u043E\u0440, \u0447\u0442\u043E\u0431\u044B \u043F\u0435\u0440\u0435\u0432\u0435\u0441\u0442\u0438 \u0442\u0435\u043A\u0443\u0449\u0438\u0439 \u0430\u0431\u0437\u0430\u0446","browser.translateWithDeepL":"\u0412\u0440\u0435\u043C\u0435\u043D\u043D\u043E \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u0443\u0439\u0442\u0435 DeepL \u0434\u043B\u044F \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430 \u0442\u0435\u043A\u0443\u0449\u0435\u0439 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u044B","slide.right":"\u0421\u0432\u0430\u0439\u043F \u0432\u043B\u0435\u0432\u043E",translationOnlyMode:"\u0422\u043E\u043B\u044C\u043A\u043E \u0440\u0435\u0436\u0438\u043C \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430",notLoginPro:"\u0412\u044B \u0435\u0449\u0435 \u043D\u0435 \u0432\u043E\u0448\u043B\u0438 \u0432 \u0441\u0432\u043E\u0439 \u0430\u043A\u043A\u0430\u0443\u043D\u0442",mouseHoverCustomKeyTitle:"\u041D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0430 \u0433\u043E\u0440\u044F\u0447\u0438\u0445 \u043A\u043B\u0430\u0432\u0438\u0448 \u043F\u0440\u0438 \u043D\u0430\u0432\u0435\u0434\u0435\u043D\u0438\u0438 \u043C\u044B\u0448\u0438","shortcutGroup.mouse":"\u041D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0430 \u0433\u043E\u0440\u044F\u0447\u0438\u0445 \u043A\u043B\u0430\u0432\u0438\u0448 \u043F\u0440\u0438 \u043D\u0430\u0432\u0435\u0434\u0435\u043D\u0438\u0438 \u043C\u044B\u0448\u0438",temprarilyChangeTranslationTo_deepl:"\u0418\u0441\u043F\u043E\u043B\u044C\u0437\u0443\u0435\u0442\u0441\u044F \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0447\u0438\u043A DeepL \u0434\u043B\u044F \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430 \u0442\u0435\u043A\u0443\u0449\u0435\u0439 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u044B.","browser.translateWithGoogle":"\u0412\u0440\u0435\u043C\u0435\u043D\u043D\u043E\u0435 \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u043D\u0438\u0435 Google Translate \u0434\u043B\u044F \u0442\u0435\u043A\u0443\u0449\u0435\u0439 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u044B","shortcutGroup.touch":"\u0421\u043F\u0435\u0446\u0438\u0430\u043B\u044C\u043D\u044B\u0435 \u0436\u0435\u0441\u0442\u044B \u0434\u043B\u044F \u0441\u0435\u043D\u0441\u043E\u0440\u043D\u043E\u0433\u043E \u044D\u043A\u0440\u0430\u043D\u0430","browser.translateInputBox":"\u041F\u0435\u0440\u0435\u0432\u0435\u0441\u0442\u0438 \u0442\u0435\u043A\u0443\u0449\u0435\u0435 \u0441\u043E\u0434\u0435\u0440\u0436\u0438\u043C\u043E\u0435 \u0432\u0432\u043E\u0434\u0430","widget.videoSubtitleTooltip":"\u041F\u043E\u0434\u0434\u0435\u0440\u0436\u043A\u0430 Youtube \u0438 \u0434\u0440\u0443\u0433\u0438\u0445 {count}+ \u0432\u0438\u0434\u0435\u043E-\u0441\u0430\u0439\u0442\u043E\u0432","browser.translateWithGemini":"\u0412\u0440\u0435\u043C\u0435\u043D\u043D\u043E \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u0443\u0439\u0442\u0435 Gemini \u0434\u043B\u044F \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430 \u0442\u0435\u043A\u0443\u0449\u0435\u0439 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u044B","subtitle.hideQuickButton":"\u0411\u043E\u043B\u044C\u0448\u0435 \u043D\u0435 \u043F\u043E\u043A\u0430\u0437\u044B\u0432\u0430\u0442\u044C \u044D\u0442\u043E\u0442 \u044F\u0440\u043B\u044B\u043A","browser.translateWithBing":"\u0412\u0440\u0435\u043C\u0435\u043D\u043D\u043E \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u0443\u0439\u0442\u0435 Microsoft \u0434\u043B\u044F \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430 \u0442\u0435\u043A\u0443\u0449\u0435\u0439 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u044B","browser.translateWithTransmart":"\u0412\u0440\u0435\u043C\u0435\u043D\u043D\u043E \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u0443\u0439\u0442\u0435 Tencent \u0434\u043B\u044F \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430 \u0442\u0435\u043A\u0443\u0449\u0435\u0439 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u044B","multipleClick.4":"\u0447\u0435\u0442\u044B\u0440\u0435\u0445\u043A\u0440\u0430\u0442\u043D\u044B\u0439 \u0443\u0434\u0430\u0440",temprarilyChangeTranslationTo_gemini:"\u0418\u0441\u043F\u043E\u043B\u044C\u0437\u0443\u0435\u0442\u0441\u044F \u043F\u0435\u0440\u0435\u0432\u043E\u0434 \u0442\u0435\u043A\u0443\u0449\u0435\u0439 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u044B \u0441 \u043F\u043E\u043C\u043E\u0449\u044C\u044E Gemini","floatBall.longPress":"\u0423\u0434\u0435\u0440\u0436\u0438\u0432\u0430\u0439\u0442\u0435 \u043A\u043D\u043E\u043F\u043A\u0443, \u0447\u0442\u043E\u0431\u044B \u0431\u044B\u0441\u0442\u0440\u043E \u043E\u0442\u043A\u0440\u044B\u0442\u044C \u043F\u0430\u043D\u0435\u043B\u044C \u043D\u0430\u0441\u0442\u0440\u043E\u0435\u043A.",shortcutSettingsTitle:"\u041D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0430 \u0433\u043E\u0440\u044F\u0447\u0438\u0445 \u043A\u043B\u0430\u0432\u0438\u0448",networkError:"\u041F\u0440\u043E\u0431\u043B\u0435\u043C\u044B \u0441 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0447\u0435\u0441\u043A\u0438\u043C \u0441\u0435\u0440\u0432\u0438\u0441\u043E\u043C \u0438\u043B\u0438 \u0441\u0435\u0442\u044C\u044E","intro.floatBallTitle":"\u0411\u044B\u0441\u0442\u0440\u044B\u0439 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0447\u0438\u043A \u0432\u0441\u043F\u043B\u044B\u0432\u0430\u044E\u0449\u0435\u0433\u043E \u0448\u0430\u0440\u0430",temprarilyChangeTranslationTo_transmart:"\u0418\u0441\u043F\u043E\u043B\u044C\u0437\u0443\u0435\u0442\u0441\u044F \u043F\u0435\u0440\u0435\u0432\u043E\u0434 \u0442\u0435\u043A\u0443\u0449\u0435\u0439 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u044B \u0447\u0435\u0440\u0435\u0437 Tencent.","subtitle.autoDisableSubtitle":"\u041D\u0435 \u0430\u0432\u0442\u043E\u043C\u0430\u0442\u0438\u0447\u0435\u0441\u043A\u0438 \u0432\u043A\u043B\u044E\u0447\u0430\u0442\u044C \u0434\u0432\u0443\u044F\u0437\u044B\u0447\u043D\u044B\u0435 \u0441\u0443\u0431\u0442\u0438\u0442\u0440\u044B","browser.translateWithOpenAI":"\u0412\u0440\u0435\u043C\u0435\u043D\u043D\u043E \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u0443\u0439\u0442\u0435 OpenAI \u0434\u043B\u044F \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430 \u0442\u0435\u043A\u0443\u0449\u0435\u0439 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u044B","shortcutGroup.shortcutsForTranslationServices":"\u0421\u043E\u0447\u0435\u0442\u0430\u043D\u0438\u044F \u043A\u043B\u0430\u0432\u0438\u0448, \u0441\u0432\u044F\u0437\u0430\u043D\u043D\u044B\u0435 \u0441 \u0443\u0441\u043B\u0443\u0433\u0430\u043C\u0438 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430",temprarilyChangeTranslationTo_google:"\u0418\u0441\u043F\u043E\u043B\u044C\u0437\u0443\u0435\u0442\u0441\u044F Google Translate \u0434\u043B\u044F \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430 \u0442\u0435\u043A\u0443\u0449\u0435\u0439 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u044B.",paragraphMinTextCountField:"\u041C\u0438\u043D\u0438\u043C\u0430\u043B\u044C\u043D\u043E\u0435 \u043A\u043E\u043B\u0438\u0447\u0435\u0441\u0442\u0432\u043E \u0441\u0438\u043C\u0432\u043E\u043B\u043E\u0432, \u043D\u0435\u043E\u0431\u0445\u043E\u0434\u0438\u043C\u044B\u0445 \u0434\u043B\u044F \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430 \u0430\u0431\u0437\u0430\u0446\u0430",temprarilyChangeTranslationTo_bing:"\u0418\u0441\u043F\u043E\u043B\u044C\u0437\u0443\u0435\u0442\u0441\u044F Microsoft \u0434\u043B\u044F \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430 \u0442\u0435\u043A\u0443\u0449\u0435\u0439 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u044B",upgradeToProErrorTitle:"\u041F\u043E\u0436\u0430\u043B\u0443\u0439\u0441\u0442\u0430, \u043E\u0431\u043D\u043E\u0432\u0438\u0442\u0435 \u0434\u043E Pro-\u0447\u043B\u0435\u043D\u0441\u0442\u0432\u0430, \u0447\u0442\u043E\u0431\u044B \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u044C \u044D\u0442\u0443 \u0443\u0441\u043B\u0443\u0433\u0443 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430.","floatBall.guideClickToTranslate":`\u041D\u0430\u0436\u043C\u0438\u0442\u0435 \u043D\u0430 \u043F\u043B\u0430\u0432\u0430\u044E\u0449\u0438\u0439 \u0448\u0430\u0440 \u0434\u043B\u044F \u043F\u043E\u0433\u0440\u0443\u0436\u0435\u043D\u0438\u044F \u0432 \u043F\u0435\u0440\u0435\u0432\u043E\u0434, \u0447\u0442\u043E\u0431\u044B \u0431\u044B\u0441\u0442\u0440\u043E \u043F\u0435\u0440\u0435\u0432\u0435\u0441\u0442\u0438`,"floatBall.iKnow":"\u042F \u0437\u043D\u0430\u044E.","shortcutGroup.main":"\u041E\u0431\u044B\u0447\u043D\u044B\u0435 \u0433\u043E\u0440\u044F\u0447\u0438\u0435 \u043A\u043B\u0430\u0432\u0438\u0448\u0438 \u0444\u0443\u043D\u043A\u0446\u0438\u0439","widget.translateFileTooltip":"\u041F\u0435\u0440\u0435\u0432\u043E\u0434\u0438\u0442\u0435 \u0434\u043E\u043A\u0443\u043C\u0435\u043D\u0442\u044B PDF, EPUB, SRT, ASS, HTML \u0438 TXT","neverTranslateText.title":"\u041F\u043E\u0436\u0430\u043B\u0443\u0439\u0441\u0442\u0430, \u043F\u0435\u0440\u0435\u0432\u0435\u0434\u0438\u0442\u0435 \u0441\u043B\u0435\u0434\u0443\u044E\u0449\u0438\u0435 \u0441\u043B\u043E\u0432\u0430 \u043D\u0430 \u0440\u0443\u0441\u0441\u043A\u0438\u0439 \u044F\u0437\u044B\u043A, \u043D\u0435 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u044F \u0438\u0445.","subtitle.showQuickButton":"\u041D\u0430 \u043F\u043B\u0435\u0435\u0440\u0435 \u043E\u0442\u043E\u0431\u0440\u0430\u0436\u0430\u0435\u0442\u0441\u044F \u044F\u0440\u043B\u044B\u043A \u0434\u043B\u044F \u0434\u0432\u0443\u044F\u0437\u044B\u0447\u043D\u044B\u0445 \u0441\u0443\u0431\u0442\u0438\u0442\u0440\u043E\u0432","description.baiduField":"\u041F\u043E\u0434\u0434\u0435\u0440\u0436\u0438\u0432\u0430\u0435\u043C\u044B\u0435 \u043E\u0431\u043B\u0430\u0441\u0442\u0438 \u0441\u043C\u043E\u0442\u0440\u0438\u0442\u0435 <1>\u0437\u0434\u0435\u0441\u044C, \u0435\u0441\u043B\u0438 \u043F\u0443\u0441\u0442\u043E, \u0437\u043D\u0430\u0447\u0438\u0442 \u043E\u0431\u043B\u0430\u0441\u0442\u044C \u043D\u0435 \u0443\u043A\u0430\u0437\u0430\u043D\u0430.","desc.interfaceLanguage":"\u041D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0430 \u044F\u0437\u044B\u043A\u0430 \u0438\u043D\u0442\u0435\u0440\u0444\u0435\u0439\u0441\u0430 \u0432\u043B\u0438\u044F\u0435\u0442 \u043D\u0430 \u044F\u0437\u044B\u043A \u043E\u0442\u043E\u0431\u0440\u0430\u0436\u0435\u043D\u0438\u044F \u043F\u0430\u043D\u0435\u043B\u0438 \u0443\u043F\u0440\u0430\u0432\u043B\u0435\u043D\u0438\u044F \u0438 \u043D\u0435 \u0441\u0432\u044F\u0437\u0430\u043D\u0430 \u0441 \u0446\u0435\u043B\u0435\u0432\u044B\u043C \u044F\u0437\u044B\u043A\u043E\u043C \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430.",touchShortcutsToggleTranslatePage:"\u041D\u0430\u0441\u0442\u0440\u043E\u0439\u0442\u0435 \u0436\u0435\u0441\u0442\u044B \u0441\u0435\u043D\u0441\u043E\u0440\u043D\u043E\u0433\u043E \u044D\u043A\u0440\u0430\u043D\u0430 \u0434\u043B\u044F \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430 \u0432\u0435\u0431-\u0441\u0442\u0440\u0430\u043D\u0438\u0446/\u043E\u0442\u043E\u0431\u0440\u0430\u0436\u0435\u043D\u0438\u044F \u0438\u0441\u0445\u043E\u0434\u043D\u043E\u0433\u043E \u0442\u0435\u043A\u0441\u0442\u0430","browser.toggleVideoSubtitlePreTranslation":"\u041F\u0435\u0440\u0435\u043A\u043B\u044E\u0447\u0438\u0442\u0435 \u0434\u0432\u0443\u044F\u0437\u044B\u0447\u043D\u044B\u0435 \u0441\u0443\u0431\u0442\u0438\u0442\u0440\u044B \u0434\u043B\u044F \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u043D\u0438\u044F \u043D\u0430\u0441\u0442\u0440\u043E\u0435\u043A \u043F\u043E\u0433\u0440\u0443\u0436\u0435\u043D\u0438\u044F \u0432 \u043F\u0435\u0440\u0435\u0432\u043E\u0434.",touchShortcutsToggleTranslateTouchElement:"\u041D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0430 \u0436\u0435\u0441\u0442\u043E\u0432 \u0441\u0435\u043D\u0441\u043E\u0440\u043D\u043E\u0433\u043E \u044D\u043A\u0440\u0430\u043D\u0430 \u0434\u043B\u044F \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430 \u0443\u043A\u0430\u0437\u0430\u043D\u043D\u043E\u0433\u043E \u0430\u0431\u0437\u0430\u0446\u0430","intro.subtitleTitle":"\u041E\u0442\u043E\u0431\u0440\u0430\u0436\u0435\u043D\u0438\u0435 \u0434\u0432\u0443\u044F\u0437\u044B\u0447\u043D\u044B\u0445 \u0441\u0443\u0431\u0442\u0438\u0442\u0440\u043E\u0432 \u0432 \u043E\u043D\u043B\u0430\u0439\u043D-\u0432\u0438\u0434\u0435\u043E","desc.touchShortcutsToggleTranslateTouchElement":"\u041D\u0430\u0441\u0442\u0440\u043E\u0439\u0442\u0435 \u0436\u0435\u0441\u0442, \u0438 \u0432\u044B \u0441\u043C\u043E\u0436\u0435\u0442\u0435 \u043F\u0435\u0440\u0435\u0432\u0435\u0441\u0442\u0438 \u043B\u044E\u0431\u043E\u0439 \u0430\u0431\u0437\u0430\u0446, \u0433\u0434\u0435 \u0431\u044B \u0432\u044B \u043D\u0438 \u043D\u0430\u0445\u043E\u0434\u0438\u043B\u0438\u0441\u044C.","browser.toggleMouseHoverTranslateDirectly":"\u041D\u0430 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u0435 \u0432\u0440\u0435\u043C\u0435\u043D\u043D\u043E \u0432\u043A\u043B\u044E\u0447\u0438\u0442\u0435 \u0438\u043B\u0438 \u043E\u0442\u043A\u043B\u044E\u0447\u0438\u0442\u0435 \u043F\u0440\u044F\u043C\u043E\u0439 \u043F\u0435\u0440\u0435\u0432\u043E\u0434 \u043F\u0440\u0438 \u043D\u0430\u0432\u0435\u0434\u0435\u043D\u0438\u0438 \u043C\u044B\u0448\u0438",paragraphMinTextCountDesc:"\u041E\u0431\u0440\u0430\u0442\u0438\u0442\u0435 \u0432\u043D\u0438\u043C\u0430\u043D\u0438\u0435, \u0437\u0434\u0435\u0441\u044C \u0440\u0435\u0447\u044C \u0438\u0434\u0435\u0442 \u043E \u0434\u043B\u0438\u043D\u0435 \u0441\u0438\u043C\u0432\u043E\u043B\u043E\u0432, \u043D\u0430\u043F\u0440\u0438\u043C\u0435\u0440: hello \u0441\u043E\u0441\u0442\u043E\u0438\u0442 \u0438\u0437 5 \u0441\u0438\u043C\u0432\u043E\u043B\u043E\u0432, \u0443\u0441\u0442\u0430\u043D\u043E\u0432\u043A\u0430 \u0431\u043E\u043B\u044C\u0448\u0435\u0433\u043E \u0437\u043D\u0430\u0447\u0435\u043D\u0438\u044F \u043C\u043E\u0436\u0435\u0442 \u0443\u043C\u0435\u043D\u044C\u0448\u0438\u0442\u044C \u043D\u0435\u043D\u0443\u0436\u043D\u044B\u0439 \u043F\u0435\u0440\u0435\u0432\u043E\u0434 \u043C\u0430\u043B\u0435\u043D\u044C\u043A\u0438\u0445 \u0430\u0431\u0437\u0430\u0446\u0435\u0432.",confirmResetToDefaultSettings:"\u0412\u044B \u0443\u0432\u0435\u0440\u0435\u043D\u044B, \u0447\u0442\u043E \u0445\u043E\u0442\u0438\u0442\u0435 \u0432\u043E\u0441\u0441\u0442\u0430\u043D\u043E\u0432\u0438\u0442\u044C \u044D\u0442\u043E\u0442 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0447\u0435\u0441\u043A\u0438\u0439 \u0441\u0435\u0440\u0432\u0438\u0441 \u0434\u043E \u043D\u0430\u0441\u0442\u0440\u043E\u0435\u043A \u043F\u043E \u0443\u043C\u043E\u043B\u0447\u0430\u043D\u0438\u044E? (\u0421\u0431\u0440\u043E\u0441 \u043D\u0430\u0441\u0442\u0440\u043E\u0435\u043A \u0442\u043E\u043B\u044C\u043A\u043E \u0434\u043B\u044F \u0442\u0435\u043A\u0443\u0449\u0435\u0433\u043E \u0441\u0435\u0440\u0432\u0438\u0441\u0430 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430)",touchShortcutsToggleTranslationMask:"\u041D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0430 \u043E\u0442\u043E\u0431\u0440\u0430\u0436\u0435\u043D\u0438\u044F \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430/\u043E\u0440\u0438\u0433\u0438\u043D\u0430\u043B\u044C\u043D\u043E\u0433\u043E \u0442\u0435\u043A\u0441\u0442\u0430 \u0441 \u043F\u043E\u043C\u043E\u0449\u044C\u044E \u0436\u0435\u0441\u0442\u043E\u0432 \u043D\u0430 \u0441\u0435\u043D\u0441\u043E\u0440\u043D\u043E\u043C \u044D\u043A\u0440\u0430\u043D\u0435",shortcutDisableTooltip:"\u041F\u043E\u0436\u0430\u043B\u0443\u0439\u0441\u0442\u0430, \u043D\u0430\u0441\u0442\u0440\u043E\u0439\u0442\u0435 \u043D\u0430 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u0435 \u0443\u043F\u0440\u0430\u0432\u043B\u0435\u043D\u0438\u044F \u0431\u044B\u0441\u0442\u0440\u044B\u043C\u0438 \u043A\u043B\u0430\u0432\u0438\u0448\u0430\u043C\u0438 \u0440\u0430\u0441\u0448\u0438\u0440\u0435\u043D\u0438\u044F \u0431\u0440\u0430\u0443\u0437\u0435\u0440\u0430, \u0434\u043B\u044F \u043F\u043E\u043B\u0443\u0447\u0435\u043D\u0438\u044F \u0434\u043E\u043F\u043E\u043B\u043D\u0438\u0442\u0435\u043B\u044C\u043D\u044B\u0445 \u0440\u0443\u043A\u043E\u0432\u043E\u0434\u0441\u0442\u0432 \u0441\u043C\u043E\u0442\u0440\u0438\u0442\u0435 \u0438\u043D\u0441\u0442\u0440\u0443\u043A\u0446\u0438\u0438 \u0432 \u0432\u0435\u0440\u0445\u043D\u0435\u0439 \u0447\u0430\u0441\u0442\u0438 \u044D\u0442\u043E\u0439 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u044B.",mouseHoverCustomKeyDescription:"\u0412\u044B \u043C\u043E\u0436\u0435\u0442\u0435 \u043D\u0430\u0441\u0442\u0440\u043E\u0438\u0442\u044C \u0441\u043E\u0447\u0435\u0442\u0430\u043D\u0438\u0435 \u043A\u043B\u0430\u0432\u0438\u0448 \u0434\u043B\u044F \u043D\u0430\u0432\u0435\u0434\u0435\u043D\u0438\u044F \u043C\u044B\u0448\u0438, \u043D\u0430\u043F\u0440\u0438\u043C\u0435\u0440: Alt+Z, Ctrl+E, Cmd+Alt+E \u0438\u043B\u0438 \u043F\u0440\u043E\u0441\u0442\u043E Cmd, \u043F\u043E\u0436\u0430\u043B\u0443\u0439\u0441\u0442\u0430, \u0432\u0432\u0435\u0434\u0438\u0442\u0435 \u0432\u0440\u0443\u0447\u043D\u0443\u044E.","desc.mouseHoverHoldKey":"\u041F\u0440\u0438 \u043D\u0430\u0432\u0435\u0434\u0435\u043D\u0438\u0438 \u043C\u044B\u0448\u0438 \u043D\u0430 \u0430\u0431\u0437\u0430\u0446, \u043E\u0434\u043D\u043E\u0432\u0440\u0435\u043C\u0435\u043D\u043D\u043E \u043D\u0430\u0436\u043C\u0438\u0442\u0435 \u043F\u0440\u0430\u0432\u0443\u044E \u0433\u043E\u0440\u044F\u0447\u0443\u044E \u043A\u043B\u0430\u0432\u0438\u0448\u0443, \u0447\u0442\u043E\u0431\u044B \u043D\u0435\u043F\u043E\u0441\u0440\u0435\u0434\u0441\u0442\u0432\u0435\u043D\u043D\u043E \u043F\u0435\u0440\u0435\u0432\u0435\u0441\u0442\u0438 \u044D\u0442\u043E\u0442 \u0430\u0431\u0437\u0430\u0446.","error.subscriptionExpired":"\u0412\u0430\u0448\u0430 \u043F\u043E\u0434\u043F\u0438\u0441\u043A\u0430, \u0432\u043E\u0437\u043C\u043E\u0436\u043D\u043E, \u0438\u0441\u0442\u0435\u043A\u043B\u0430, \u043F\u043E\u0436\u0430\u043B\u0443\u0439\u0441\u0442\u0430, \u043F\u0440\u043E\u0432\u0435\u0440\u044C\u0442\u0435 \u0441\u0442\u0430\u0442\u0443\u0441 \u0432\u0430\u0448\u0435\u0439 \u043F\u043E\u0434\u043F\u0438\u0441\u043A\u0438.","desc.touchShortcutsToggleTranslatePage":"\u041F\u043E\u0441\u043B\u0435 \u043D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0438, \u043F\u0440\u0438 \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u043D\u0438\u0438 \u043C\u043E\u0431\u0438\u043B\u044C\u043D\u043E\u0433\u043E \u0443\u0441\u0442\u0440\u043E\u0439\u0441\u0442\u0432\u0430, \u043C\u043E\u0436\u043D\u043E \u043E\u0434\u043D\u043E\u0432\u0440\u0435\u043C\u0435\u043D\u043D\u043E \u043A\u0430\u0441\u0430\u0442\u044C\u0441\u044F \u044D\u043A\u0440\u0430\u043D\u0430 X \u043F\u0430\u043B\u044C\u0446\u0430\u043C\u0438, \u043F\u0440\u043E\u0432\u043E\u0434\u0438\u0442\u044C \u043F\u043E \u043D\u0435\u043C\u0443 \u0432\u043B\u0435\u0432\u043E \u0438 \u0432\u043F\u0440\u0430\u0432\u043E \u0438\u043B\u0438 \u043D\u0435\u043F\u0440\u0435\u0440\u044B\u0432\u043D\u043E \u043D\u0430\u0436\u0438\u043C\u0430\u0442\u044C, \u0447\u0442\u043E\u0431\u044B \u0430\u043A\u0442\u0438\u0432\u0438\u0440\u043E\u0432\u0430\u0442\u044C \u043F\u0435\u0440\u0435\u0432\u043E\u0434 \u0432\u0435\u0431-\u0441\u0442\u0440\u0430\u043D\u0438\u0446\u044B/\u043F\u043E\u043A\u0430\u0437\u0430\u0442\u044C \u0438\u0441\u0445\u043E\u0434\u043D\u044B\u0439 \u0442\u0435\u043A\u0441\u0442.","contact.description":"\u0415\u0441\u043B\u0438 \u0443 \u0432\u0430\u0441 \u0435\u0441\u0442\u044C \u043A\u0430\u043A\u0438\u0435-\u043B\u0438\u0431\u043E \u0432\u043E\u043F\u0440\u043E\u0441\u044B \u0438\u043B\u0438 \u043F\u0440\u0435\u0434\u043B\u043E\u0436\u0435\u043D\u0438\u044F, \u043F\u043E\u0436\u0430\u043B\u0443\u0439\u0441\u0442\u0430, \u0437\u0430\u043F\u043E\u043B\u043D\u0438\u0442\u0435 \u0444\u043E\u0440\u043C\u0443 \u043D\u0438\u0436\u0435, \u0447\u0442\u043E\u0431\u044B \u0441\u0432\u044F\u0437\u0430\u0442\u044C\u0441\u044F \u0441 \u043D\u0430\u043C\u0438, \u0438\u043B\u0438 \u043E\u0442\u043F\u0440\u0430\u0432\u044C\u0442\u0435 \u044D\u043B\u0435\u043A\u0442\u0440\u043E\u043D\u043D\u043E\u0435 \u043F\u0438\u0441\u044C\u043C\u043E \u043D\u0430 {email}, \u0438 \u043C\u044B \u043E\u0442\u0432\u0435\u0442\u0438\u043C \u0432\u0430\u043C \u043A\u0430\u043A \u043C\u043E\u0436\u043D\u043E \u0441\u043A\u043E\u0440\u0435\u0435.","desc.toggleTranslateTheWholePage":"\u041F\u0435\u0440\u0435\u0432\u043E\u0434\u0438\u0442\u0435 \u0432\u0441\u0435 \u043E\u0431\u043B\u0430\u0441\u0442\u0438 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u044B, \u043F\u043E \u0443\u043C\u043E\u043B\u0447\u0430\u043D\u0438\u044E \u043C\u044B \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0438\u043C \u043E\u0441\u043D\u043E\u0432\u043D\u044B\u0435 \u043E\u0431\u043B\u0430\u0441\u0442\u0438 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u044B, \u0432\u044B \u043C\u043E\u0436\u0435\u0442\u0435 \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u044C \u044D\u0442\u043E\u0442 \u0433\u043E\u0440\u044F\u0447\u0438\u0439 \u043A\u043B\u0430\u0432\u0438\u0448 \u0434\u043B\u044F \u0441\u043F\u0435\u0446\u0438\u0430\u043B\u044C\u043D\u043E\u0433\u043E \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430 \u0432\u0441\u0435\u0445 \u043E\u0431\u043B\u0430\u0441\u0442\u0435\u0439 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u044B.",translationOnlyModeDescription:'\u0420\u0435\u0436\u0438\u043C "\u0422\u043E\u043B\u044C\u043A\u043E \u043F\u0435\u0440\u0435\u0432\u043E\u0434" \u043E\u0437\u043D\u0430\u0447\u0430\u0435\u0442, \u0447\u0442\u043E \u043E\u0442\u043E\u0431\u0440\u0430\u0436\u0430\u0435\u0442\u0441\u044F \u0442\u043E\u043B\u044C\u043A\u043E \u043F\u0435\u0440\u0435\u0432\u043E\u0434, \u0430 \u043D\u0435 \u0441\u0442\u0430\u043D\u0434\u0430\u0440\u0442\u043D\u044B\u0439 \u0434\u0432\u0443\u044F\u0437\u044B\u0447\u043D\u044B\u0439 \u0440\u0435\u0436\u0438\u043C. \u041E\u0431\u0440\u0430\u0442\u0438\u0442\u0435 \u0432\u043D\u0438\u043C\u0430\u043D\u0438\u0435: \u0438\u0437-\u0437\u0430 \u0442\u0435\u0445\u043D\u0438\u0447\u0435\u0441\u043A\u0438\u0445 \u043E\u0433\u0440\u0430\u043D\u0438\u0447\u0435\u043D\u0438\u0439, \u0433\u0438\u043F\u0435\u0440\u0441\u0441\u044B\u043B\u043A\u0438 \u0438\u0441\u0445\u043E\u0434\u043D\u043E\u0433\u043E \u0442\u0435\u043A\u0441\u0442\u0430 \u0431\u0443\u0434\u0443\u0442 \u043D\u0435\u0430\u043A\u0442\u0438\u0432\u043D\u044B \u0432 \u0440\u0435\u0436\u0438\u043C\u0435 "\u0422\u043E\u043B\u044C\u043A\u043E \u043F\u0435\u0440\u0435\u0432\u043E\u0434".',"desc.toggleTranslateTheMainPage":"\u0422\u043E\u043B\u044C\u043A\u043E \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0438\u0442\u0435 \u043E\u0441\u043D\u043E\u0432\u043D\u044B\u0435 \u043E\u0431\u043B\u0430\u0441\u0442\u0438 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u044B, \u043A\u043E\u0433\u0434\u0430 \u0432\u044B \u0432\u043A\u043B\u044E\u0447\u0438\u043B\u0438 \u043F\u0435\u0440\u0435\u0432\u043E\u0434 \u0432\u0441\u0435\u0445 \u043E\u0431\u043B\u0430\u0441\u0442\u0435\u0439 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u044B \u0432 \u0440\u0430\u0441\u0448\u0438\u0440\u0435\u043D\u043D\u044B\u0445 \u043D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0430\u0445, \u0432\u044B \u043C\u043E\u0436\u0435\u0442\u0435 \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u044C \u044D\u0442\u043E\u0442 \u0433\u043E\u0440\u044F\u0447\u0438\u0439 \u043A\u043B\u0430\u0432\u0438\u0448 \u0434\u043B\u044F \u0441\u043F\u0435\u0446\u0438\u0430\u043B\u044C\u043D\u043E\u0433\u043E \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430 \u043E\u0441\u043D\u043E\u0432\u043D\u044B\u0445 \u043E\u0431\u043B\u0430\u0441\u0442\u0435\u0439 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u044B.","intro.floatBallDescription":"\u041F\u043E\u0441\u043B\u0435 \u0430\u043A\u0442\u0438\u0432\u0430\u0446\u0438\u0438 \u043D\u0430 \u043F\u0440\u0430\u0432\u043E\u0439 \u0441\u0442\u043E\u0440\u043E\u043D\u0435 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u044B \u043F\u043E\u044F\u0432\u0438\u0442\u0441\u044F \u043A\u043D\u043E\u043F\u043A\u0430 \u0431\u044B\u0441\u0442\u0440\u043E\u0433\u043E \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430, \u043D\u0430\u0436\u043C\u0438\u0442\u0435 \u043D\u0430 \u043D\u0435\u0435, \u0447\u0442\u043E\u0431\u044B \u043F\u0435\u0440\u0435\u0432\u0435\u0441\u0442\u0438, \u043D\u0430\u0436\u043C\u0438\u0442\u0435 \u0435\u0449\u0435 \u0440\u0430\u0437, \u0447\u0442\u043E\u0431\u044B \u0432\u0435\u0440\u043D\u0443\u0442\u044C\u0441\u044F \u043A \u0438\u0441\u0445\u043E\u0434\u043D\u043E\u043C\u0443 \u0442\u0435\u043A\u0441\u0442\u0443. \u041D\u0430 \u043C\u043E\u0431\u0438\u043B\u044C\u043D\u043E\u043C \u0443\u0441\u0442\u0440\u043E\u0439\u0441\u0442\u0432\u0435, \u0435\u0441\u043B\u0438 \u0432\u044B \u0434\u043E\u043B\u0433\u043E \u043D\u0430\u0436\u0438\u043C\u0430\u0435\u0442\u0435 \u043D\u0430 \u043F\u043B\u0430\u0432\u0430\u044E\u0449\u0438\u0439 \u0448\u0430\u0440, \u0432\u044B \u043C\u043E\u0436\u0435\u0442\u0435 \u043E\u0442\u043A\u0440\u044B\u0442\u044C \u043F\u0430\u043D\u0435\u043B\u044C \u0431\u044B\u0441\u0442\u0440\u044B\u0445 \u043D\u0430\u0441\u0442\u0440\u043E\u0435\u043A.","desc.toggleMouseHoverTranslateDirectly":"\u041F\u043E\u0441\u043B\u0435 \u043D\u0430\u0436\u0430\u0442\u0438\u044F \u044D\u0442\u043E\u0439 \u0433\u043E\u0440\u044F\u0447\u0435\u0439 \u043A\u043B\u0430\u0432\u0438\u0448\u0438, \u043D\u0430 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u0435, \u043A\u0430\u043A \u0442\u043E\u043B\u044C\u043A\u043E \u043C\u044B\u0448\u044C \u0443\u043A\u0430\u0437\u044B\u0432\u0430\u0435\u0442 \u043D\u0430 \u043B\u044E\u0431\u043E\u0439 \u0442\u0435\u043A\u0441\u0442, \u044D\u0442\u043E\u0442 \u0442\u0435\u043A\u0441\u0442 \u0430\u0432\u0442\u043E\u043C\u0430\u0442\u0438\u0447\u0435\u0441\u043A\u0438 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0438\u0442\u0441\u044F. \u041D\u0430\u0436\u043C\u0438\u0442\u0435 \u0433\u043E\u0440\u044F\u0447\u0443\u044E \u043A\u043B\u0430\u0432\u0438\u0448\u0443 \u0435\u0449\u0435 \u0440\u0430\u0437, \u0447\u0442\u043E\u0431\u044B \u043E\u0442\u043A\u043B\u044E\u0447\u0438\u0442\u044C \u044D\u0442\u0443 \u0444\u0443\u043D\u043A\u0446\u0438\u044E \u0430\u0432\u0442\u043E\u043C\u0430\u0442\u0438\u0447\u0435\u0441\u043A\u043E\u0433\u043E \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430.","subtitle.showQuickButtonDescription":"\u0412 \u043F\u0440\u0430\u0432\u043E\u043C \u043D\u0438\u0436\u043D\u0435\u043C \u0443\u0433\u043B\u0443 \u0432\u0438\u0434\u0435\u043E\u043F\u043B\u0435\u0435\u0440\u0430 \u043F\u0440\u0435\u0434\u043E\u0441\u0442\u0430\u0432\u043B\u044F\u0435\u0442\u0441\u044F \u0431\u044B\u0441\u0442\u0440\u044B\u0439 \u0434\u043E\u0441\u0442\u0443\u043F \u043A \u0432\u043A\u043B\u044E\u0447\u0435\u043D\u0438\u044E \u0434\u0432\u0443\u044F\u0437\u044B\u0447\u043D\u044B\u0445 \u0441\u0443\u0431\u0442\u0438\u0442\u0440\u043E\u0432.","neverTranslateText.description":"\u0418\u0437-\u0437\u0430 \u0442\u043E\u0433\u043E, \u0447\u0442\u043E \u043D\u0435\u043A\u043E\u0442\u043E\u0440\u044B\u0435 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0447\u0435\u0441\u043A\u0438\u0435 \u0434\u0432\u0438\u0436\u043A\u0438 \u043D\u0435 \u0438\u0434\u0435\u0430\u043B\u044C\u043D\u043E \u0440\u0430\u0441\u043F\u043E\u0437\u043D\u0430\u044E\u0442 \u0441\u043F\u0435\u0446\u0438\u0430\u043B\u044C\u043D\u044B\u0435 \u0442\u0435\u0440\u043C\u0438\u043D\u044B, \u0432\u044B \u043C\u043E\u0436\u0435\u0442\u0435 \u0434\u043E\u0431\u0430\u0432\u0438\u0442\u044C \u0441\u043B\u043E\u0432\u0430 \u0437\u0434\u0435\u0441\u044C, \u0447\u0442\u043E\u0431\u044B \u0443\u0431\u0435\u0434\u0438\u0442\u044C\u0441\u044F, \u0447\u0442\u043E \u043E\u043D\u0438 \u043D\u0435 \u0431\u0443\u0434\u0443\u0442 \u043F\u0440\u0435\u043E\u0431\u0440\u0430\u0437\u043E\u0432\u0430\u043D\u044B \u0432 \u043F\u0440\u043E\u0446\u0435\u0441\u0441\u0435 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430. \u041E\u0431\u0440\u0430\u0442\u0438\u0442\u0435 \u0432\u043D\u0438\u043C\u0430\u043D\u0438\u0435, \u0447\u0442\u043E \u044D\u0442\u0430 \u0444\u0443\u043D\u043A\u0446\u0438\u044F \u0440\u0430\u0437\u043B\u0438\u0447\u0430\u0435\u0442 \u0440\u0435\u0433\u0438\u0441\u0442\u0440 \u0438 \u043F\u043E\u0434\u0434\u0435\u0440\u0436\u0438\u0432\u0430\u0435\u0442 \u0442\u043E\u043B\u044C\u043A\u043E \u044F\u0437\u044B\u043A\u0438 \u0441\u043E \u0441\u043B\u043E\u0432\u0430\u043C\u0438, \u0440\u0430\u0437\u0434\u0435\u043B\u0435\u043D\u043D\u044B\u043C\u0438 \u043F\u0440\u043E\u0431\u0435\u043B\u0430\u043C\u0438 (\u043D\u0430\u043F\u0440\u0438\u043C\u0435\u0440, \u0430\u043D\u0433\u043B\u0438\u0439\u0441\u043A\u0438\u0439, \u0444\u0440\u0430\u043D\u0446\u0443\u0437\u0441\u043A\u0438\u0439), \u0438 \u043D\u0435 \u043F\u043E\u0434\u0445\u043E\u0434\u0438\u0442 \u0434\u043B\u044F \u044F\u0437\u044B\u043A\u043E\u0432, \u0442\u0430\u043A\u0438\u0445 \u043A\u0430\u043A \u044F\u043F\u043E\u043D\u0441\u043A\u0438\u0439, \u043A\u043E\u0440\u0435\u0439\u0441\u043A\u0438\u0439 \u0438 \u0442.\u0434.","intro.subtitleDescription":"\u041F\u043E\u0441\u043B\u0435 \u0432\u043A\u043B\u044E\u0447\u0435\u043D\u0438\u044F \u044D\u0442\u043E\u0439 \u0444\u0443\u043D\u043A\u0446\u0438\u0438, \u043F\u0440\u0438 \u043F\u0440\u043E\u0441\u043C\u043E\u0442\u0440\u0435 \u0432\u0438\u0434\u0435\u043E \u0431\u0443\u0434\u0443\u0442 \u0430\u0432\u0442\u043E\u043C\u0430\u0442\u0438\u0447\u0435\u0441\u043A\u0438 \u043E\u0442\u043E\u0431\u0440\u0430\u0436\u0430\u0442\u044C\u0441\u044F \u0441\u0443\u0431\u0442\u0438\u0442\u0440\u044B \u043D\u0430 \u0434\u0432\u0443\u0445 \u044F\u0437\u044B\u043A\u0430\u0445. \u0415\u0441\u043B\u0438 \u0444\u0443\u043D\u043A\u0446\u0438\u044F \u043D\u0435 \u0432\u043A\u043B\u044E\u0447\u0435\u043D\u0430, \u0432\u0430\u043C \u043D\u0443\u0436\u043D\u043E \u0431\u0443\u0434\u0435\u0442 \u0432\u0440\u0443\u0447\u043D\u0443\u044E \u043D\u0430\u0436\u0430\u0442\u044C \u043A\u043D\u043E\u043F\u043A\u0443 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430 \u043D\u0430 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u0435, \u0447\u0442\u043E\u0431\u044B \u043E\u0442\u043E\u0431\u0440\u0430\u0437\u0438\u0442\u044C \u0441\u0443\u0431\u0442\u0438\u0442\u0440\u044B. \u041E\u0431\u0440\u0430\u0442\u0438\u0442\u0435 \u0432\u043D\u0438\u043C\u0430\u043D\u0438\u0435, \u0447\u0442\u043E \u0438\u0437-\u0437\u0430 \u0442\u0435\u0445\u043D\u0438\u0447\u0435\u0441\u043A\u0438\u0445 \u043E\u0433\u0440\u0430\u043D\u0438\u0447\u0435\u043D\u0438\u0439 \u043D\u0430 \u043D\u0435\u043A\u043E\u0442\u043E\u0440\u044B\u0445 \u0441\u0430\u0439\u0442\u0430\u0445 \u043F\u0440\u0438 \u043F\u0435\u0440\u0432\u043E\u0439 \u0430\u043A\u0442\u0438\u0432\u0430\u0446\u0438\u0438 \u0441\u0443\u0431\u0442\u0438\u0442\u0440\u043E\u0432 \u043C\u043E\u0436\u0435\u0442 \u043F\u043E\u0442\u0440\u0435\u0431\u043E\u0432\u0430\u0442\u044C\u0441\u044F \u043E\u0431\u043D\u043E\u0432\u0438\u0442\u044C \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u0443 \u0438\u043B\u0438 \u0434\u043E\u0436\u0434\u0430\u0442\u044C\u0441\u044F \u043E\u043A\u043E\u043D\u0447\u0430\u043D\u0438\u044F \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430, \u0447\u0442\u043E\u0431\u044B \u043E\u0442\u043E\u0431\u0440\u0430\u0437\u0438\u0442\u044C \u0441\u0443\u0431\u0442\u0438\u0442\u0440\u044B \u043D\u0430 \u0434\u0432\u0443\u0445 \u044F\u0437\u044B\u043A\u0430\u0445. (\u041A\u0440\u043E\u043C\u0435 \u0442\u043E\u0433\u043E, \u0432\u044B \u0442\u0430\u043A\u0436\u0435 \u043C\u043E\u0436\u0435\u0442\u0435 \u0432\u043A\u043B\u044E\u0447\u0438\u0442\u044C / \u043E\u0442\u043A\u043B\u044E\u0447\u0438\u0442\u044C \u043F\u0430\u043D\u0435\u043B\u044C \u0431\u044B\u0441\u0442\u0440\u044B\u0445 \u043A\u043E\u043C\u0430\u043D\u0434 \u0434\u043B\u044F \u043F\u043E\u0433\u0440\u0443\u0436\u0435\u043D\u0438\u044F \u0432 \u043F\u0435\u0440\u0435\u0432\u043E\u0434 \u0432 \u0432\u0435\u0440\u0445\u043D\u0435\u043C \u043F\u0440\u0430\u0432\u043E\u043C \u0443\u0433\u043B\u0443 \u043F\u043E\u0441\u043B\u0435 \u043E\u0442\u043A\u0440\u044B\u0442\u0438\u044F \u0432\u0438\u0434\u0435\u043E \u0441\u0430\u0439\u0442\u0430)

\u0412 \u043D\u0430\u0441\u0442\u043E\u044F\u0449\u0435\u0435 \u0432\u0440\u0435\u043C\u044F \u043F\u043E\u0434\u0434\u0435\u0440\u0436\u0438\u0432\u0430\u0435\u0442\u0441\u044F \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u043D\u0438\u0435 \u0441\u0443\u0431\u0442\u0438\u0442\u0440\u043E\u0432 \u043D\u0430 \u0434\u0432\u0443\u0445 \u044F\u0437\u044B\u043A\u0430\u0445 \u043D\u0430 \u044D\u0442\u0438\u0445 \u0441\u0430\u0439\u0442\u0430\u0445:","desc.touchShortcutsToggleTranslationMask":"\u041F\u0435\u0440\u0435\u0432\u043E\u0434\u0447\u0435\u0441\u043A\u0430\u044F \u043C\u0430\u0441\u043A\u0430 - \u044D\u0442\u043E \u044D\u0444\u0444\u0435\u043A\u0442 \u0440\u0430\u0437\u043C\u044B\u0442\u0438\u044F \u0432 \u0441\u0442\u0438\u043B\u0435 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430 (\u0440\u0435\u0436\u0438\u043C \u043E\u0431\u0443\u0447\u0435\u043D\u0438\u044F). \u041F\u043E\u0441\u043B\u0435 \u0432\u043A\u043B\u044E\u0447\u0435\u043D\u0438\u044F \u0432\u0440\u0435\u043C\u0435\u043D\u043D\u043E \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u0443\u0435\u0442\u0441\u044F \u044D\u0444\u0444\u0435\u043A\u0442 \u0440\u0430\u0437\u043C\u044B\u0442\u0438\u044F \u0434\u043B\u044F \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430, \u0447\u0442\u043E \u0443\u0434\u043E\u0431\u043D\u043E \u0434\u043B\u044F \u043E\u0431\u0443\u0447\u0435\u043D\u0438\u044F.","intro.hoverDescription":"\u041F\u0435\u0440\u0435\u0432\u043E\u0434 \u043F\u0440\u0438 \u043D\u0430\u0432\u0435\u0434\u0435\u043D\u0438\u0438 \u043C\u044B\u0448\u0438 - \u044D\u0442\u043E \u043E\u0447\u0435\u043D\u044C \u0432\u0430\u0436\u043D\u0430\u044F \u0444\u0443\u043D\u043A\u0446\u0438\u044F \u0432 \u043A\u043E\u043D\u0442\u0435\u043A\u0441\u0442\u043D\u043E\u043C \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0435, \u0434\u043E\u0441\u0442\u0430\u0442\u043E\u0447\u043D\u043E \u043F\u0440\u043E\u0441\u0442\u043E \u043F\u043E\u043C\u0435\u0441\u0442\u0438\u0442\u044C \u043A\u0443\u0440\u0441\u043E\u0440 \u043D\u0430 \u0430\u0431\u0437\u0430\u0446 \u0438 \u043E\u0434\u043D\u043E\u0432\u0440\u0435\u043C\u0435\u043D\u043D\u043E \u043D\u0430\u0436\u0430\u0442\u044C \u0437\u0430\u0434\u0430\u043D\u043D\u0443\u044E \u0433\u043E\u0440\u044F\u0447\u0443\u044E \u043A\u043B\u0430\u0432\u0438\u0448\u0443, \u0447\u0442\u043E\u0431\u044B \u0430\u0432\u0442\u043E\u043C\u0430\u0442\u0438\u0447\u0435\u0441\u043A\u0438 \u043F\u0435\u0440\u0435\u0432\u0435\u0441\u0442\u0438 \u0442\u0435\u043A\u0443\u0449\u0438\u0439 \u0430\u0431\u0437\u0430\u0446 (\u043E\u0431\u0440\u0430\u0442\u0438\u0442\u0435 \u0432\u043D\u0438\u043C\u0430\u043D\u0438\u0435: \u043F\u043E \u0443\u043C\u043E\u043B\u0447\u0430\u043D\u0438\u044E \u043E\u043D \u043D\u0435 \u0432\u043A\u043B\u044E\u0447\u0435\u043D, \u043F\u043E\u0436\u0430\u043B\u0443\u0439\u0441\u0442\u0430, \u043D\u0430\u0441\u0442\u0440\u043E\u0439\u0442\u0435 \u0435\u0433\u043E \u043D\u0438\u0436\u0435). \u042D\u0442\u043E\u0442 \u0432\u0437\u0430\u0438\u043C\u043E\u0434\u0435\u0439\u0441\u0442\u0432\u0438\u0435 \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u0443\u0435\u0442\u0441\u044F \u0434\u043B\u044F \u043B\u0443\u0447\u0448\u0435\u0439 \u0437\u0430\u043C\u0435\u043D\u044B \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430 \u0432\u044B\u0434\u0435\u043B\u0435\u043D\u043D\u043E\u0433\u043E \u0442\u0435\u043A\u0441\u0442\u0430, \u043A\u0440\u043E\u043C\u0435 \u0442\u043E\u0433\u043E, \u044D\u0442\u0430 \u0444\u0443\u043D\u043A\u0446\u0438\u044F \u0448\u0438\u0440\u043E\u043A\u043E \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u0443\u0435\u0442\u0441\u044F \u0432 \u043E\u0431\u043B\u0430\u0441\u0442\u044F\u0445, \u043A\u043E\u0442\u043E\u0440\u044B\u0435 \u043D\u0435 \u043C\u043E\u0433\u0443\u0442 \u0431\u044B\u0442\u044C \u0440\u0430\u0441\u043F\u043E\u0437\u043D\u0430\u043D\u044B \u0434\u043B\u044F \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430, \u0432\u044B \u043C\u043E\u0436\u0435\u0442\u0435 \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u044C \u044D\u0442\u0443 \u0444\u0443\u043D\u043A\u0446\u0438\u044E \u0434\u043B\u044F \u043F\u0440\u0438\u043D\u0443\u0434\u0438\u0442\u0435\u043B\u044C\u043D\u043E\u0433\u043E \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430 \u043B\u044E\u0431\u043E\u0433\u043E \u0430\u0431\u0437\u0430\u0446\u0430.",geminiWarning:"\u0412\u043D\u0438\u043C\u0430\u043D\u0438\u0435: \u0431\u0435\u0441\u043F\u043B\u0430\u0442\u043D\u044B\u0439 \u0441\u0435\u0440\u0432\u0438\u0441 Gemini \u043E\u0442 Google \u0438\u043C\u0435\u0435\u0442 \u0441\u0442\u0440\u043E\u0433\u0438\u0435 \u043E\u0433\u0440\u0430\u043D\u0438\u0447\u0435\u043D\u0438\u044F, Google \u043C\u043E\u0436\u0435\u0442 \u0441\u0447\u0438\u0442\u0430\u0442\u044C, \u0447\u0442\u043E \u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u0435\u043B\u044C \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u0443\u0435\u0442 \u043D\u0435\u0441\u043A\u043E\u043B\u044C\u043A\u043E \u043A\u043B\u044E\u0447\u0435\u0439 \u0434\u043B\u044F \u043E\u0431\u0445\u043E\u0434\u0430 \u0438\u0445 \u0431\u0435\u0441\u043F\u043B\u0430\u0442\u043D\u044B\u0445 \u043A\u0432\u043E\u0442. \u041D\u0435 \u0440\u0435\u043A\u043E\u043C\u0435\u043D\u0434\u0443\u0435\u0442\u0441\u044F \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u044C, \u0440\u0435\u043A\u043E\u043C\u0435\u043D\u0434\u0443\u0435\u0442\u0441\u044F \u0436\u0434\u0430\u0442\u044C, \u043F\u043E\u043A\u0430 Google \u043D\u0435 \u043E\u0442\u043A\u0440\u043E\u0435\u0442 \u043F\u043B\u0430\u0442\u043D\u044B\u0439 \u0438\u043D\u0442\u0435\u0440\u0444\u0435\u0439\u0441 Gemini \u0434\u043B\u044F \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u043D\u0438\u044F \u0432 \u0431\u0443\u0434\u0443\u0449\u0435\u043C.","floatBall.setting":"\u043D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0430","floatBall.file":"\u041F\u0435\u0440\u0435\u0432\u043E\u0434 PDF, EPUB, SRT, ASS, HTML, TXT \u0444\u0430\u0439\u043B\u043E\u0432","floatBall.translateToLanguage":"\u041D\u0430\u0436\u043C\u0438\u0442\u0435, \u0447\u0442\u043E\u0431\u044B \u043F\u0435\u0440\u0435\u0432\u0435\u0441\u0442\u0438 \u043D\u0430 {language}",changeToOnlyTempTranslationMode:"\u041F\u0435\u0440\u0435\u043A\u043B\u044E\u0447\u0435\u043D\u0438\u0435 \u043D\u0430 \u043E\u0442\u043E\u0431\u0440\u0430\u0436\u0435\u043D\u0438\u0435 \u0442\u043E\u043B\u044C\u043A\u043E \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u043E\u0432",changeToDualTempTranslationMode:"\u041F\u0435\u0440\u0435\u0445\u043E\u0434 \u043D\u0430 \u0434\u0432\u0443\u044F\u0437\u044B\u0447\u043D\u044B\u0439 \u043F\u0435\u0440\u0435\u0432\u043E\u0434","transitionMode.dual":"\u0434\u0432\u0443\u044F\u0437\u044B\u0447\u043D\u043E\u0435 \u0441\u043E\u043F\u043E\u0441\u0442\u0430\u0432\u043B\u0435\u043D\u0438\u0435","transitionMode.translation":"\u0422\u043E\u043B\u044C\u043A\u043E \u043F\u0435\u0440\u0435\u0432\u043E\u0434","options.navbar.installApp":"\u0423\u0441\u0442\u0430\u043D\u043E\u0432\u0438\u0442\u0435 \u043C\u043E\u0431\u0438\u043B\u044C\u043D\u043E\u0435 \u043F\u0440\u0438\u043B\u043E\u0436\u0435\u043D\u0438\u0435","options.navbar.translateFile":"\u041F\u0435\u0440\u0435\u0432\u0435\u0441\u0442\u0438 \u0434\u043E\u043A\u0443\u043C\u0435\u043D\u0442","subtitle.transitionMode":"\u0412\u0438\u0434\u0435\u043E \u0441 \u0434\u0432\u0443\u044F\u0437\u044B\u0447\u043D\u044B\u043C\u0438 \u0441\u0443\u0431\u0442\u0438\u0442\u0440\u0430\u043C\u0438 / \u043D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0430 \u0442\u043E\u043B\u044C\u043A\u043E \u0434\u043B\u044F \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430","subtitle.transitionModeDescription":"\u0423\u0441\u0442\u0430\u043D\u043E\u0432\u0438\u0442\u0435 \u0441\u0443\u0431\u0442\u0438\u0442\u0440\u044B \u0432\u0438\u0434\u0435\u043E \u043D\u0430 \u0434\u0432\u0443\u044F\u0437\u044B\u0447\u043D\u043E\u0435 \u0441\u043E\u043F\u043E\u0441\u0442\u0430\u0432\u043B\u0435\u043D\u0438\u0435 \u0438\u043B\u0438 \u0442\u043E\u043B\u044C\u043A\u043E \u0440\u0435\u0436\u0438\u043C \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430","transitionMode.inherit":"\u0421\u043E\u0445\u0440\u0430\u043D\u044F\u0439\u0442\u0435 \u0441\u043E\u043E\u0442\u0432\u0435\u0442\u0441\u0442\u0432\u0438\u0435 \u0441 \u0440\u0435\u0436\u0438\u043C\u043E\u043C \u043E\u0442\u043E\u0431\u0440\u0430\u0436\u0435\u043D\u0438\u044F \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430 \u043F\u043E \u0443\u043C\u043E\u043B\u0447\u0430\u043D\u0438\u044E \u0441\u0438\u0441\u0442\u0435\u043C\u044B.",translateFileTooltip:`\u041F\u0435\u0440\u0435\u0432\u043E\u0434 PDF, ePub, srt, ass, HTML, TXT \u0444\u0430\u0439\u043B\u043E\u0432`,"description.multiplePrompt":`\u041A\u043E\u0433\u0434\u0430 \u043A\u043E\u043B\u0438\u0447\u0435\u0441\u0442\u0432\u043E \u0430\u0431\u0437\u0430\u0446\u0435\u0432 \u0431\u043E\u043B\u044C\u0448\u0435 1, \u0434\u0438\u0430\u043B\u043E\u0433\u0438, \u043E\u0442\u043F\u0440\u0430\u0432\u043B\u0435\u043D\u043D\u044B\u0435 {service} \u043E\u0442 \u0438\u043C\u0435\u043D\u0438 \u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u0435\u043B\u044F, \u0433\u0434\u0435 {{from}} \u043E\u0431\u043E\u0437\u043D\u0430\u0447\u0430\u0435\u0442 \u044F\u0437\u044B\u043A \u0430\u0431\u0437\u0430\u0446\u0430, {{to}} \u043E\u0431\u043E\u0437\u043D\u0430\u0447\u0430\u0435\u0442 \u0446\u0435\u043B\u0435\u0432\u043E\u0439 \u044F\u0437\u044B\u043A, {{yaml}} - \u044D\u0442\u043E \u043D\u0430\u0448 \u043A\u043E\u043D\u0442\u0435\u043D\u0442 \u0430\u0431\u0437\u0430\u0446\u0430, \u0443\u043F\u0430\u043A\u043E\u0432\u0430\u043D\u043D\u044B\u0439 \u0432 \u0444\u043E\u0440\u043C\u0430\u0442\u0435 yaml. \u0415\u0441\u043B\u0438 \u0443 \u0432\u0430\u0441 \u0435\u0441\u0442\u044C \u043F\u043E\u0442\u0440\u0435\u0431\u043D\u043E\u0441\u0442\u044C \u0432 \u043D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0435 Prompt, \u0432\u0430\u043C \u043D\u0443\u0436\u043D\u043E \u0443\u0431\u0435\u0434\u0438\u0442\u044C\u0441\u044F, \u0447\u0442\u043E \u043A\u0430\u0436\u0434\u044B\u0439 \u044D\u043B\u0435\u043C\u0435\u043D\u0442 \u0432 \u0440\u0435\u0437\u0443\u043B\u044C\u0442\u0430\u0442\u0435 YAML \u043E\u0442 AI \u0441\u043E\u0434\u0435\u0440\u0436\u0438\u0442 \u043F\u043E\u043B\u0435 {env.imt_trans_field}, {{imt_trans_field}} - \u044D\u0442\u043E \u043D\u0430\u0437\u0432\u0430\u043D\u0438\u0435 \u043F\u043E\u043B\u044F \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430, \u043A\u043E\u0442\u043E\u0440\u043E\u0435 \u043C\u044B \u0445\u043E\u0442\u0438\u043C \u043F\u043E\u043B\u0443\u0447\u0438\u0442\u044C \u043E\u0442 AI, \u043F\u043E \u0443\u043C\u043E\u043B\u0447\u0430\u043D\u0438\u044E \u044D\u0442\u043E {env.imt_trans_field}, {{imt_source_field}} - \u044D\u0442\u043E \u043D\u0430\u0437\u0432\u0430\u043D\u0438\u0435 \u043F\u043E\u043B\u044F \u0438\u0441\u0445\u043E\u0434\u043D\u043E\u0433\u043E \u0442\u0435\u043A\u0441\u0442\u0430, \u043A\u043E\u0442\u043E\u0440\u043E\u0435 \u043C\u044B \u043F\u0435\u0440\u0435\u0434\u0430\u0435\u043C AI, \u043F\u043E \u0443\u043C\u043E\u043B\u0447\u0430\u043D\u0438\u044E \u044D\u0442\u043E {env.imt_source_field}. \u041F\u0440\u0438\u043C\u0435\u0440 \u0440\u0435\u0437\u0443\u043B\u044C\u0442\u0430\u0442\u0430: @@ -5129,7 +5129,7 @@ ass, HTML, TXT \u0444\u0430\u0439\u043B\u043E\u0432`,"description.multiplePrompt {env.imt_sub_trans_field}: \u041F\u0435\u0440\u0435\u0432\u043E\u0434 - id: 2 {env.imt_sub_source_field}: \u0418\u0441\u0442\u043E\u0447\u043D\u0438\u043A - {env.imt_sub_trans_field}: \u041F\u0435\u0440\u0435\u0432\u043E\u0434`,"subtitle.quickButton.cyan":"\u0421\u0438\u043D\u0438\u0439","subtitle.quickButton.magenta":"\u041F\u0443\u0440\u043F\u0443\u0440\u043D\u044B\u0439","subtitle.quickButton.white":"\u0431\u0435\u043B\u044B\u0439","subtitle.quickButton.blue":"\u0441\u0438\u043D\u0438\u0439","subtitle.quickButton.red":"\u043A\u0440\u0430\u0441\u043D\u044B\u0439","subtitle.quickButton.translationPositionTop":"\u0432 \u0432\u0435\u0440\u0445\u043D\u0435\u0439 \u0447\u0430\u0441\u0442\u0438 \u0442\u0435\u043A\u0441\u0442\u0430","subtitle.quickButton.translationPosition":"\u043C\u0435\u0441\u0442\u043E\u043F\u043E\u043B\u043E\u0436\u0435\u043D\u0438\u0435 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430","subtitle.quickButton.green":"\u0437\u0435\u043B\u0435\u043D\u044B\u0439","subtitle.quickButton.translationPositionBottom":"\u043E\u0440\u0438\u0433\u0438\u043D\u0430\u043B \u043D\u0438\u0436\u0435","subtitle.quickButton.yellow":"\u0436\u0435\u043B\u0442\u044B\u0439","subtitle.quickButton.backgroundColor":"\u0444\u043E\u043D\u043E\u0432\u044B\u0439 \u0446\u0432\u0435\u0442","subtitle.quickButton.sourceFontSize":"\u0418\u0441\u0445\u043E\u0434\u043D\u044B\u0439 \u0440\u0430\u0437\u043C\u0435\u0440 \u0448\u0440\u0438\u0444\u0442\u0430","translationServices.claude":"\u041A\u043B\u043E\u0434","subtitle.quickButton.setting":"\u043D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0430","subtitle.quickButton.translationFontSize":"\u0440\u0430\u0437\u043C\u0435\u0440 \u0448\u0440\u0438\u0444\u0442\u0430 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430","subtitle.quickButton.translationTextColor":"\u0426\u0432\u0435\u0442 \u0448\u0440\u0438\u0444\u0442\u0430 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430","subtitle.quickButton.black":"\u0447\u0435\u0440\u043D\u044B\u0439","subtitle.quickButton.sourceTextColor":"\u0418\u0441\u0445\u043E\u0434\u043D\u044B\u0439 \u0446\u0432\u0435\u0442 \u0448\u0440\u0438\u0444\u0442\u0430","subtitle.quickButton.backgroundOpacity":"\u0424\u043E\u043D\u043E\u0432\u0430\u044F \u043D\u0435\u043F\u0440\u043E\u0437\u0440\u0430\u0447\u043D\u043E\u0441\u0442\u044C",attachSubtitleTranslating:"\u0418\u0441\u043F\u043E\u043B\u044C\u0437\u0443\u044F {service} \u0434\u043B\u044F \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430...","error.claude.403":"\u0412\u0440\u0435\u043C\u0435\u043D\u043D\u043E \u043D\u0435\u0442 \u0434\u043E\u0441\u0442\u0443\u043F\u0430 \u043A \u0441\u0435\u0440\u0432\u0438\u0441\u0443, \u0432\u043E\u0437\u043C\u043E\u0436\u043D\u043E, \u044D\u0442\u043E \u0441\u0432\u044F\u0437\u0430\u043D\u043E \u0441 \u0440\u0435\u0433\u0438\u043E\u043D\u0430\u043B\u044C\u043D\u044B\u043C\u0438 \u043E\u0433\u0440\u0430\u043D\u0438\u0447\u0435\u043D\u0438\u044F\u043C\u0438 \u041A\u043B\u043E\u0434\u0430. \u0412\u044B \u043C\u043E\u0436\u0435\u0442\u0435 \u043F\u043E\u043F\u0440\u043E\u0431\u043E\u0432\u0430\u0442\u044C \u0438\u0437\u043C\u0435\u043D\u0438\u0442\u044C \u0441\u0432\u043E\u0439 IP-\u0430\u0434\u0440\u0435\u0441 \u0438\u043B\u0438 \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u044C \u0434\u0440\u0443\u0433\u0438\u0435 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0447\u0435\u0441\u043A\u0438\u0435 \u0443\u0441\u043B\u0443\u0433\u0438.","browser.brandDescriptionForSafari":"\u3010\u041F\u043E\u0433\u0440\u0443\u0436\u0435\u043D\u0438\u0435 \u0432 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u3011\u0411\u0435\u0441\u043F\u043B\u0430\u0442\u043D\u044B\u0439 \u043F\u043B\u0430\u0433\u0438\u043D \u0434\u043B\u044F \u0434\u0432\u0443\u044F\u0437\u044B\u0447\u043D\u043E\u0433\u043E \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430 \u0432\u0435\u0431-\u0441\u0442\u0440\u0430\u043D\u0438\u0446 (\u043E\u0440\u0438\u0433\u0438\u043D\u0430\u043B/\u043F\u0435\u0440\u0435\u0432\u043E\u0434), \u043F\u043E\u0434\u0434\u0435\u0440\u0436\u0438\u0432\u0430\u044E\u0449\u0438\u0439 \u043F\u0435\u0440\u0435\u0432\u043E\u0434 PDF \u0438 \u043F\u0435\u0440\u0435\u0432\u043E\u0434 \u044D\u043B\u0435\u043A\u0442\u0440\u043E\u043D\u043D\u044B\u0445 \u043A\u043D\u0438\u0433 EPUB \u0441 \u0441\u043E\u0445\u0440\u0430\u043D\u0435\u043D\u0438\u0435\u043C \u043E\u0440\u0438\u0433\u0438\u043D\u0430\u043B\u044C\u043D\u043E\u0433\u043E \u0444\u043E\u0440\u043C\u0430\u0442\u0438\u0440\u043E\u0432\u0430\u043D\u0438\u044F \u0434\u043E\u043A\u0443\u043C\u0435\u043D\u0442\u0430, \u043F\u0435\u0440\u0435\u0432\u043E\u0434 \u0434\u0432\u0443\u044F\u0437\u044B\u0447\u043D\u044B\u0445 \u0441\u0443\u0431\u0442\u0438\u0442\u0440\u043E\u0432 \u0434\u043B\u044F \u043E\u043D\u043B\u0430\u0439\u043D-\u0432\u0438\u0434\u0435\u043E \u043D\u0430 Youtube/Netflix, \u043F\u043E\u0434\u0434\u0435\u0440\u0436\u0438\u0432\u0430\u044E\u0449\u0438\u0439 \u043E\u0441\u043D\u043E\u0432\u043D\u044B\u0435 \u0441\u0435\u0440\u0432\u0438\u0441\u044B \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430, \u0442\u0430\u043A\u0438\u0435 \u043A\u0430\u043A Deepl/Google \u0438 \u0442.\u0434.","browser.PdfProFile":"\u041F\u0435\u0440\u0435\u0432\u043E\u0434 PDF Pro, \u0443\u043F\u0440\u0430\u0432\u043B\u044F\u0435\u043C\u044B\u0439 AI","browser.textTranslate":"\u0422\u0435\u043A\u0441\u0442\u043E\u0432\u044B\u0439 \u043F\u0435\u0440\u0435\u0432\u043E\u0434"};var Nl={nologin:"\uB85C\uADF8\uC778\uD558\uC9C0 \uC54A\uC74C",loginForSafari:"\uB85C\uADF8\uC778 \uB610\uB294 \uB4F1\uB85D",login:"\uB85C\uADF8\uC778\uD558\uC5EC \uBA64\uBC84\uC2ED \uAC1C\uC124",manageAccount:"\uAD00\uB9AC \uACC4\uC815",openPremium:"\uBA64\uBC84\uC2ED \uC5F4\uAE30",logout:"\uC911\uB2E8",curentPlan:"\uD604\uC7AC \uD328\uD0A4\uC9C0",endAt:"\uB9CC\uB8CC",endAuto:"\uC790\uB3D9 \uAC31\uC2E0",lineBreakMaxTextCount:"\uC904 \uBC14\uAFC8 \uC774\uD6C4 \uBB38\uC7A5\uB2F9 \uD5C8\uC6A9\uB418\uB294 \uCD5C\uB300 \uAE00\uC790 \uC218","translate-pdf":"PDF\uB97C \uBC88\uC5ED\uD558\uB824\uBA74 \uD074\uB9AD\uD558\uC138\uC694.","noSupportTranslate-pdf":"\uC2A4\uD06C\uB9BD\uD2B8\uAC00 \uC9C0\uC6D0\uB418\uC9C0 \uC54A\uC73C\uB2C8 \uD50C\uB7EC\uADF8\uC778\uC744 \uC0AC\uC6A9\uD558\uC138\uC694.","translate-firefox-local-pdf":"PDF \uAC00\uC838\uC624\uAE30\uB85C \uC774\uB3D9\uD558\uB824\uBA74 \uD074\uB9AD\uD558\uC138\uC694.",enableLineBreak:"\uAE34 \uB2E8\uB77D\uC5D0 \uC790\uB3D9 \uC904 \uBC14\uAFC8 \uD65C\uC131\uD654",sponsorLabel:"1 \uD6C4\uC6D0 \uAC1C\uBC1C\uC790",help:"hand",browserShortcutsNoteForFirefox:"Firefox\uC5D0\uC11C \uBC14\uB85C\uAC00\uAE30\uB97C \uBCC0\uACBD\uD558\uB824\uBA74 \uD655\uC7A5 \uD504\uB85C\uADF8\uB7A8 \uAD00\uB9AC \uD398\uC774\uC9C0 `\uC815\uBCF4:\uC560\uB4DC\uC628`\uC744 \uC5F4\uACE0 `\uC124\uC815`\uC744 \uD074\uB9AD\uD55C \uB2E4\uC74C `\uBC14\uB85C \uAC00\uAE30 \uAD00\uB9AC`\uB97C \uD074\uB9AD\uD558\uC5EC \uBC14\uB85C\uAC00\uAE30\uB97C \uC124\uC815\uD574\uC57C \uD569\uB2C8\uB2E4.",browserShortcutsNoteForChrome:"Chrome\uC5D0\uC11C \uBC14\uB85C\uAC00\uAE30\uB97C \uC218\uC815\uD558\uB824\uBA74 \uD655\uC7A5 \uD504\uB85C\uADF8\uB7A8 \uAD00\uB9AC \uD398\uC774\uC9C0\uB97C \uC5F4\uACE0 '\uBC14\uB85C \uAC00\uAE30 \uAD00\uB9AC' \uD328\uB110(`chrome://extensions/shortcuts`)\uC5D0\uC11C \uC124\uC815\uD55C \uD6C4 \uC544\uB798 \uBC84\uD2BC\uC744 \uD074\uB9AD\uD558\uC5EC \uBC14\uB85C \uAC00\uAE30 \uAD00\uB9AC \uD398\uC774\uC9C0\uB85C \uC774\uB3D9\uD574\uC57C \uD569\uB2C8\uB2E4.",browserShortcutsSucks:"\uC0AC\uC6A9\uC790 \uC9C0\uC815 \uBC14\uB85C\uAC00\uAE30\uC758 \uD615\uC2DD\uC740\uFF1A\uC785\uB2C8\uB2E4(\uC790\uB3D9 \uC778\uC2DD\uB418\uC9C0 \uC54A\uC73C\uBBC0\uB85C \uC9C1\uC811 \uC785\uB825\uD558\uC138\uC694).",enableLineBreakDescription:"\uC774 \uAE30\uB2A5\uC744 \uCF1C\uBA74 \uAE34 \uB2E8\uB77D\uC758 \uAC01 \uBB38\uC7A5 \uB05D\uC5D0 \uC904 \uBC14\uAFC8\uC774 \uC0BD\uC785\uB418\uC5B4 \uBB38\uC7A5\uC744 \uB354 \uC27D\uAC8C \uC77D\uC744 \uC218 \uC788\uC2B5\uB2C8\uB2E4.","browser.shortBrandName":"\uBAB0\uC785 \uBC88\uC5ED","browser.brandName":"\uBAB0\uC785 \uBC88\uC5ED: \uC774\uC911 \uC5B8\uC5B4 \uC6F9 \uD398\uC774\uC9C0 \uBC88\uC5ED \uBC0F PDF \uBB38\uC11C \uBC88\uC5ED","browser.brandDescription":"Bilingual web page translation, also supports PDF translation, bilingual Epub eBook translation, free to use.","browser.toggleTranslatePage":"\uD398\uC774\uC9C0 \uBC88\uC5ED/\uC6D0\uBB38 \uD45C\uC2DC","browser.toggleTranslateTheWholePage":"\uD398\uC774\uC9C0\uC758 \uBAA8\uB4E0 \uC601\uC5ED \uBC88\uC5ED/\uC6D0\uBB38 \uD14D\uC2A4\uD2B8 \uD45C\uC2DC","browser.toggleOnlyTransation":"\uC591\uC5B8\uC5B4/\uBC88\uC5ED\uBB38\uB9CC \uBAA8\uB4DC\uB85C \uC804\uD658","browser.toggleTranslateToThePageEndImmediately":"\uD398\uC774\uC9C0 \uD558\uB2E8\uC73C\uB85C \uC989\uC2DC \uBC88\uC5ED/\uC6D0\uBB38 \uD45C\uC2DC","browser.toggleTranslateTheMainPage":"\uD398\uC774\uC9C0\uC758 \uC8FC\uC694 \uC601\uC5ED \uBC88\uC5ED/\uC6D0\uBB38 \uD14D\uC2A4\uD2B8 \uD45C\uC2DC","browser.shareToDraft":"\uC774\uC911 \uC5B8\uC5B4 \uD398\uC774\uC9C0 \uACF5\uC720","browser.openOptionsPage":"\uC124\uC815 \uD398\uC774\uC9C0 \uC5F4\uAE30","browser.toggleTranslationMask":"\uBC88\uC5ED \uD750\uB9BC \uD6A8\uACFC \uD45C\uC2DC/\uC228\uAE30\uAE30","browser.translateLocalPdfFile":"\uB85C\uCEEC PDF \uD30C\uC77C \uBC88\uC5ED","browser.openEbookViewer":"\uD604\uC9C0 \uC804\uC790\uCC45 \uC77D\uAE30","browser.openEbookBuilder":"\uC774\uC911 \uC5B8\uC5B4 EPUB \uC804\uC790\uCC45 \uB9CC\uB4E4\uAE30","browser.translateLocalHtmlFile":"HTML/\uD14D\uC2A4\uD2B8 \uD30C\uC77C \uBC88\uC5ED","browser.donateContext":"\uC2A4\uD3F0\uC11C\uC2ED \uD61C\uD0DD\uC5D0 \uB300\uD574 \uC54C\uC544\uBCF4\uAE30","browser.translateLocalSubtitleFile":"\uB85C\uCEEC \uC790\uB9C9 \uD30C\uC77C \uBC88\uC5ED",confirmResetConfig:"\uC124\uC815\uC744 \uC7AC\uC124\uC815\uD558\uC2DC\uACA0\uC2B5\uB2C8\uAE4C?",translationLineBreakSettingTitle:"\uBC88\uC5ED \uC904 \uBC14\uAFC8 \uC124\uC815",smartLineBreak:"\uC2A4\uB9C8\uD2B8 \uB77C\uC778 \uD53C\uB4DC(\uCEF4\uD4E8\uD305)",alwaysLineBreak:"\uD56D\uC0C1 \uB77C\uC778 \uD53C\uB4DC",isShowContextMenu:"\uBA54\uB274 \uD56D\uBAA9\uC744 \uB9C8\uC6B0\uC2A4 \uC624\uB978\uCABD \uBC84\uD2BC\uC73C\uB85C \uD074\uB9AD\uD558\uC5EC \uBC88\uC5ED\uB41C \uD398\uC774\uC9C0 \uCD94\uAC00\uD558\uAE30",toggleBeta:"\uBCA0\uD0C0 \uD14C\uC2A4\uD2B8 \uAE30\uB2A5 \uD65C\uC131\uD654",betaDescription:"\uC544\uC9C1 \uC2E4\uD5D8\uB2E8\uACC4\uC778 \uAE30\uB2A5\uB4E4\uACFC \uBCA0\uD0C0\uBC84\uC804\uC778 \uBC88\uC5ED \uC11C\uBE44\uC2A4\uB97C \uC0AC\uC6A9\uD574\uBCF4\uC138\uC694. <1>\uD154\uB808\uADF8\uB7A8 \uADF8\uB8F9\uC5D0 \uAC00\uC785\uD558\uC5EC \uC790\uC138\uD788 \uC54C\uC544\uBCF4\uC138\uC694.",translationLineBreakSettingDescription:"\uCF58\uD150\uCE20\uAC00 \uC801\uC740 \uD398\uC774\uC9C0\uC758 \uACBD\uC6B0 \uD56D\uC0C1 \uC904 \uBC14\uAFC8\uC774 \uAE54\uB054\uD558\uAC8C \uC720\uC9C0\uB429\uB2C8\uB2E4. (\uCF58\uD150\uCE20\uAC00 \uB9CE\uC740 \uAE34 \uB2E8\uB77D({count}\uC790 \uC774\uC0C1)\uC5D0\uB294 \uC2A4\uB9C8\uD2B8 \uC904 \uBC14\uAFC8\uC744 \uC0AC\uC6A9\uD558\uC5EC \uACF5\uAC04\uC744 \uC808\uC57D\uD558\uC138\uC694.)",tempTranslateDomainTitle:"\uC6F9\uC0AC\uC774\uD2B8 \uBC88\uC5ED\uC774 \uC77C\uC2DC\uC801\uC73C\uB85C \uCF1C\uC9C0\uB294 \uAE30\uAC04",tempTranslateDomainDescription:"\uC6F9 \uD398\uC774\uC9C0\uB97C \uC218\uB3D9\uC73C\uB85C \uBC88\uC5ED\uD560 \uB54C \uC790\uB3D9 \uBC88\uC5ED\uC744 \uC704\uD574 \uC6F9 \uC0AC\uC774\uD2B8\uB97C \uC77C\uC2DC\uC801\uC73C\uB85C \uCF1C\uACE0 \uC77C\uC2DC\uC801\uC778 \uAE30\uAC04\uC744 \uC124\uC815\uD560 \uC218 \uC788\uC2B5\uB2C8\uB2E4.",xMinutes:"{count} \uBD84",disabled:"STH \uC0AC\uC6A9\uC744 \uAE08\uC9C0\uD569\uB2C8\uB2E4.",changelog:"\uC5C5\uB370\uC774\uD2B8 \uB85C\uADF8",toggleTranslatePageWhenThreeFingersOnTheScreen:"\uC5EC\uB7EC \uC190\uAC00\uB77D\uC774 \uB3D9\uC2DC\uC5D0 \uD654\uBA74\uC744 \uD130\uCE58\uD560 \uB54C \uC6F9 \uD398\uC774\uC9C0 \uBC88\uC5ED/\uC6D0\uBB38 \uD14D\uC2A4\uD2B8 \uD45C\uC2DC",toggleTranslationMaskWhenThreeFingersOnTheScreen:"\uC5EC\uB7EC \uC190\uAC00\uB77D\uC73C\uB85C \uD130\uCE58\uD558\uBA74 \uD750\uB9BC \uD6A8\uACFC\uB97C \uD45C\uC2DC\uD558\uAC70\uB098 \uC228\uAE38 \uC218 \uC788\uC2B5\uB2C8\uB2E4.",fingerCountToToggleTranslagePageOnlyTranslationWhenTouching:"\uC5EC\uB7EC \uC190\uAC00\uB77D\uC73C\uB85C \uB3D9\uC2DC\uC5D0 \uD654\uBA74\uC744 \uD130\uCE58\uD558\uBA74 \uC6F9 \uD398\uC774\uC9C0\uAC00 \uBC88\uC5ED(\uBC88\uC5ED \uC804\uC6A9)/\uC6D0\uBB38\uC744 \uD45C\uC2DC\uD569\uB2C8\uB2E4.",addUrlDescription:"\uB3C4\uBA54\uC778 \uC774\uB984\uC77C \uC218 \uC788\uC73C\uBA70 \uC640\uC77C\uB4DC\uCE74\uB4DC(\uC608:\uFF1A*.google.com, google.com/mail/*, https://www.google.com/*)\uB3C4 \uC9C0\uC6D0\uD569\uB2C8\uB2E4.",general:"\uAE30\uBCF8 \uC124\uC815",clickToExpandConfig:"\uD604\uC7AC \uAD6C\uC131 \uD655\uC7A5",import:"\uD30C\uC77C\uC5D0\uC11C \uAC00\uC838\uC624\uAE30",export:"\uD30C\uC77C\uB85C \uB0B4\uBCF4\uB0B4\uAE30",toggleDebug:"\uCF58\uC194\uC5D0\uC11C \uB514\uBC84\uADF8 \uB85C\uADF8 \uC778\uC1C4","fingers.0":"\uC751\uACE0","fingers.2":"\uB450 \uC190\uAC00\uB77D \uD130\uCE58","fingers.3":"\uC138 \uC190\uAC00\uB77D \uD130\uCE58","fingers.4":"\uB124 \uC190\uAC00\uB77D \uD130\uCE58","fingers.5":"\uB2E4\uC12F \uC190\uAC00\uB77D \uD130\uCE58",mouseHoldKey:"+ {key} \uB2E8\uB77D \uBC88\uC5ED/\uBCF5\uC6D0\uD558\uAE30",mouseHoldKeyAuto:"\uB2E8\uB77D\uC758 \uC9C1\uC811 \uBC88\uC5ED",mouseHoldKeyOff:"\uC544\uBB34\uAC83\uB3C4 \uD558\uC9C0 \uB9C8\uC138\uC694.",mouseHoldKeyOther:"\uC0AC\uC6A9\uC790 \uC9C0\uC815 \uBC14\uB85C \uAC00\uAE30(\uC124\uC815 \uC5F4\uAE30)",mouseHoldKeyCustomKey:"{key} \uB2E8\uB77D\uC758 \uBC88\uC5ED/\uCD95\uC18C",mouseHoverHoldKey:"\uBC14\uB85C \uAC00\uAE30 \uD0A4\uB97C \uB204\uB978 \uC0C1\uD0DC\uC5D0\uC11C \uB9C8\uC6B0\uC2A4\uB97C \uAC00\uB9AC\uD0A4\uBA74 \uB2E8\uB77D\uC774 \uBC88\uC5ED\uB429\uB2C8\uB2E4.","mouse-translate":"\uB9C8\uC6B0\uC2A4 \uD638\uBC84",document:"(\uCEF4\uD4E8\uD130) \uD30C\uC77C",resetSuccess:"\uBAA8\uB4E0 \uC124\uC815 \uC7AC\uC124\uC815\uC5D0 \uC131\uACF5",resetThisSuccess:"\uC7AC\uC124\uC815 \uC131\uACF5",saved:"\uC800\uC7A5 \uC131\uACF5",successImportConfig:"\uC131\uACF5\uC801\uC73C\uB85C \uAC00\uC838\uC628 \uAD6C\uC131",goAdvancedSettings:"\uACE0\uAE09 \uC124\uC815 \uD398\uC774\uC9C0\uB85C \uC774\uB3D9\uD569\uB2C8\uB2E4.",goAdvancedInterfaceSettings:"\uACE0\uAE09 \uC0AC\uC6A9\uC790 \uC9C0\uC815 \uC124\uC815 \uD398\uC774\uC9C0\uB85C \uC774\uB3D9\uD569\uB2C8\uB2E4.",advanced:"\uACE0\uAE09 \uC124\uC815",advancedDescription:"\uC77C\uBC18\uC801\uC73C\uB85C \uC124\uC815\uC774 \uD544\uC694\uD558\uC9C0 \uC54A\uC73C\uBA70 \uAE30\uBCF8\uAC12\uC744 \uADF8\uB300\uB85C \uB450\uBA74 \uB429\uB2C8\uB2E4. \uBCF4\uB2E4 \uC804\uBB38\uC801\uC778 \uC0AC\uC6A9\uC790\uB9CC \uAC1C\uC778\uD654\uB41C \uC124\uC815\uC744 \uC0AC\uC6A9\uD560 \uC218 \uC788\uC2B5\uB2C8\uB2E4.",developer:"\uAC1C\uBC1C\uC790 \uC124\uC815",donateCafe:"\uAC00\uACA9","translate to the bottom of the page":"\uD398\uC774\uC9C0\uC5D0 \uB4E4\uC5B4\uAC00\uBA74 \uBC14\uB85C \uD398\uC774\uC9C0 \uD558\uB2E8\uC73C\uB85C \uBC88\uC5ED\uB418\uB098\uC694?",feedback:"\uC9C8\uBB38 \uD53C\uB4DC\uBC31",toggleTranslatePage:"\uD398\uC774\uC9C0 \uBC88\uC5ED/\uC6D0\uBB38 \uD45C\uC2DC",translateToThePageEndImmediatelyDescription:"\uC774 \uAE30\uB2A5\uC744 \uCF1C\uBA74 \uC785\uB825\uD558\uB294 \uC989\uC2DC \uD398\uC774\uC9C0\uC758 \uC704\uCABD\uC5D0\uC11C \uC544\uB798\uCABD\uC73C\uB85C \uCF58\uD150\uCE20\uAC00 \uBC88\uC5ED\uB429\uB2C8\uB2E4. \uB044\uBA74 \uC77D\uB294 \uB300\uB85C \uBC88\uC5ED\uB429\uB2C8\uB2E4. (\uAD8C\uC7A5\uD558\uC9C0 \uC54A\uC74C)","translate all areas of the page":"\uD398\uC774\uC9C0\uC758 \uBAA8\uB4E0 \uC601\uC5ED\uC744 \uBC88\uC5ED\uD560\uC9C0 \uC5EC\uBD80",translationAreaDescription:"\uCF1C\uBA74 \uC804\uCCB4 \uC6F9 \uD398\uC774\uC9C0\uC758 \uBAA8\uB4E0 \uC601\uC5ED\uC774 \uBC88\uC5ED\uB429\uB2C8\uB2E4. \uB044\uBA74 \uAE30\uBCF8 \uC2A4\uB9C8\uD2B8 \uC778\uC2DD\uC774 \uC0AC\uC6A9\uB418\uBA70 \uC8FC\uC694 \uC601\uC5ED\uB9CC \uBC88\uC5ED\uB429\uB2C8\uB2E4. (\uCF1C\uC9C0 \uC54A\uB294 \uAC83\uC774 \uC88B\uC2B5\uB2C8\uB2E4.)","the number of characters to be translated first":"\uBCF4\uAE30 \uC601\uC5ED\uC73C\uB85C \uC2A4\uD06C\uB864\uD560 \uB54C\uAE4C\uC9C0 \uAE30\uB2E4\uB9AC\uC9C0 \uC54A\uACE0 \uD398\uC774\uC9C0\uC758 \uCC98\uC74C \uBA87 \uBB38\uC790\uB97C \uBC14\uB85C \uBC88\uC5ED\uD569\uB2C8\uB2E4.","interface language":"\uC778\uD130\uD398\uC774\uC2A4 \uC5B8\uC5B4","display both the original text and the translation":"\uC6D0\uBCF8\uACFC \uBC88\uC5ED\uBCF8 \uB3D9\uC2DC \uD45C\uC2DC","keyboard shortcuts":"\uD0A4\uBCF4\uB4DC \uB2E8\uCD95\uD0A4",modify:"\uBC14\uB85C \uAC00\uAE30 \uD0A4 \uC218\uC815",reset:"\uC7AC\uD504\uB85C\uBE44\uC800\uB2DD",close:"\uC751\uACE0",homepage:"\uD648\uD398\uC774\uC9C0",more:"\uB354 \uBCF4\uAE30",moreOptions:"\uB354 \uB9CE\uC740 \uC0AC\uC6A9\uC790 \uC9C0\uC815 \uC635\uC158 \uD655\uC7A5",translateTheWholePage:"\uD398\uC774\uC9C0\uC758 \uBAA8\uB4E0 \uC601\uC5ED \uBC88\uC5ED(\uC8FC\uC694 \uC601\uC5ED\uB9CC \uC9C0\uB2A5\uC801\uC73C\uB85C \uC778\uC2DD\uD558\uB294 \uAC83\uC774 \uC544\uB2C8\uB77C)",changeToTranslateTheWholePage:"\uBAA8\uB4E0 \uC9C0\uC5ED \uBC88\uC5ED\uC73C\uB85C \uC804\uD658",changeToTranslateTheMainPage:"\uAE30\uBCF8 \uC601\uC5ED \uBC88\uC5ED\uC73C\uB85C \uC804\uD658",changeToOnlyTranslationMode:"\uBC88\uC5ED\uB9CC \uD45C\uC2DC\uD558\uB3C4\uB85D \uD1A0\uAE00",changeToDualTranslationMode:"\uC774\uC911 \uC5B8\uC5B4 \uBC88\uC5ED\uC73C\uB85C \uC804\uD658",translateToThePageEndImmediately:"\uD398\uC774\uC9C0 \uD558\uB2E8\uC73C\uB85C \uC989\uC2DC \uBC88\uC5ED\uD558\uAE30",translateTheMainPage:"\uC9C0\uB2A5\uD615 \uBC88\uC5ED \uC8FC\uC694 \uC9C0\uC5ED","The local rules are up to date":"\uB85C\uCEEC \uC801\uC751 \uADDC\uCE59\uC740 \uCD5C\uC2E0 \uC0C1\uD0DC\uC785\uB2C8\uB2E4.","Successfully synchronized with the latest official rules:":"\uCD5C\uC2E0 \uACF5\uC2DD \uC801\uC751 \uADDC\uCE59\uACFC \uC131\uACF5\uC801\uC73C\uB85C \uB3D9\uAE30\uD654\uB418\uC5C8\uC2B5\uB2C8\uB2E4.","Checking for updates":"\uC5C5\uB370\uC774\uD2B8 \uD655\uC778","Rules are being synchronized":"\uC801\uC751 \uADDC\uCE59 \uB3D9\uAE30\uD654 \uC911",localVersionIsTooOld:"\uB85C\uCEEC \uD655\uC7A5 \uD504\uB85C\uADF8\uB7A8 \uBC84\uC804\uC774 \uB108\uBB34 \uC624\uB798\uB418\uC5C8\uC73C\uBBC0\uB85C \uB3D9\uAE30\uD654\uB97C \uC2DC\uB3C4\uD558\uAE30 \uC804\uC5D0 \uD655\uC7A5 \uD504\uB85C\uADF8\uB7A8\uC744 {minVersion} \uC774\uC0C1\uC73C\uB85C \uC5C5\uADF8\uB808\uC774\uB4DC\uD558\uC138\uC694.",badUserscriptBrowser:"\uD604\uC7AC \uBE0C\uB77C\uC6B0\uC800\uB294 \uADF8\uB9AC\uC2A4\uBABD\uD0A4 \uD655\uC7A5 \uC778\uD130\uD398\uC774\uC2A4\uB97C \uC62C\uBC14\uB974\uAC8C \uAD6C\uD604\uD558\uC9C0 \uC54A\uC73C\uBBC0\uB85C(\uC608: \uADF8\uB9AC\uC2A4\uBABD\uD0A4 \uC2A4\uD06C\uB9BD\uD2B8 \uC790\uCCB4\uC758 \uBC84\uC804 \uBC88\uD638\uC5D0 \uB300\uD55C \uC815\uBCF4\uB97C \uC5BB\uC73C\uB824\uBA74), \uD30C\uC774\uC5B4\uD3ED\uC2A4 \uB4F1 <1>\uADF8\uB9AC\uC2A4\uBABD\uD0A4 \uD655\uC7A5 \uAE30\uB2A5\uC744 \uC9C0\uC6D0\uD558\uB294 \uB2E4\uB978 \uBE0C\uB77C\uC6B0\uC800\uB97C \uC0AC\uC6A9\uD558\uC2DC\uAE30 \uBC14\uB78D\uB2C8\uB2E4.",foundNewVersion:"\uC0C8 \uBC84\uC804 \uC54C\uC544\uBCF4\uAE30",theLocalExtensionIsUpToUpdate:"\uD604\uC7AC \uD655\uC7A5 \uD504\uB85C\uADF8\uB7A8\uC774 \uCD5C\uC2E0 \uBC84\uC804\uC785\uB2C8\uB2E4.",failToSyncRules:"\uCD5C\uC2E0 \uC801\uC751 \uADDC\uCE59\uC744 \uB3D9\uAE30\uD654\uD558\uC9C0 \uBABB\uD568",retry:"\uB2E4\uC2DC \uC2DC\uB3C4\uD558\uB824\uBA74 \uC5EC\uAE30\uB97C \uD074\uB9AD\uD558\uC138\uC694.",failedReason:"\uC2E4\uD328 \uC774\uC720",currentRuleVersion:"\uD604\uC7AC \uADDC\uCE59 \uBC84\uC804",calculating:"\uACC4\uC0B0",unknownError:"\uC54C \uC218 \uC5C6\uB294 \uC624\uB958",canNotFetchRemoteRule:"\uC6D0\uACA9 \uADDC\uCE59\uC744 \uAC00\uC838\uC62C \uC218 \uC5C6\uC74C",enableAlphaSuccess:"\uC54C\uD30C \uC0AC\uC6A9",disableAlphaSuccess:"\uC54C\uD30C \uAE30\uB2A5\uC774 \uAEBC\uC838 \uC788\uC2B5\uB2C8\uB2E4.",cacheSize:"\uCE90\uC2DC \uD06C\uAE30\uFF1A",cleaning:"\uCCAD\uC0B0 \uACFC\uC815\uC5D0\uC11C",cleanCache:"\uCE90\uC2DC \uC9C0\uC6B0\uAE30",options:"\uC124\uC815",about:"\uB2E4\uC74C\uACFC \uAD00\uB828\uD558\uC5EC",service:"\uD1B5\uC5ED \uC11C\uBE44\uC2A4",needAction:"(\uC124\uC815\uC73C\uB85C \uC774\uB3D9)",goSettings:"\uACC4\uC18D\uD574\uC11C \uC124\uC815\uD558\uC138\uC694.",needActionForOptions:"(\uC124\uC815 \uC608\uC815)",translationEngine:"\uC5D4\uC9C4 \uC635\uC158",sourceLanguage:"\uC6D0\uBCF8 \uC5B8\uC5B4",target:"\uB300\uC0C1 \uC5B8\uC5B4",popupSourceLanguage:"\uC6D0\uBCF8 \uC5B8\uC5B4",popupTarget:"\uB300\uC0C1 \uC5B8\uC5B4",popupService:"\uD1B5\uC5ED \uC11C\uBE44\uC2A4",forThisSite:"\uD604\uC7AC \uC6F9\uC0AC\uC774\uD2B8",autoEnableSubtitle:"\uC774\uC911 \uC5B8\uC5B4 \uC790\uB9C9 \uC790\uB3D9 \uC5F4\uAE30",alwaysTranslate:"\uD56D\uC0C1 \uBC88\uC5ED",neverTranslate:"\uBC88\uC5ED \uAE08\uC9C0",alwaysTranslateSomeLanguage:"\uD56D\uC0C1 \uBC88\uC5ED {language}",neverTranslateSomeLanguage:"\uBC88\uC5ED \uAE08\uC9C0 {language}",alwaysTranslateSomeSite:"\uD56D\uC0C1 \uBC88\uC5ED {hostname}",neverTranslateSomeSite:"\uBC88\uC5ED \uAE08\uC9C0 {hostname}",alwaysTranslateSomeSiteOrWildSite:"\uD56D\uC0C1 \uC0AC\uC774\uD2B8 \uBC88\uC5ED",alwaysTranslateSomePage:"\uD56D\uC0C1 \uD398\uC774\uC9C0 \uBC88\uC5ED",add:"\uC99D\uAC00",default:"\uAE30\uBCF8\uAC12(\uC124\uC815)",forThisLanguage:"\uC774 \uC5B8\uC5B4\uC758 \uACBD\uC6B0\uFF1A","add url":"URL \uC785\uB825",edit:"\uCEF4\uD30C\uC77C\uB7EC","translate other languages into specific language":"\uB2E4\uB978 \uC5B8\uC5B4\uB97C \uC124\uC815\uD55C \uC5B8\uC5B4\uB85C \uBC88\uC5ED","select translation service":"\uBC88\uC5ED \uC11C\uBE44\uC2A4 \uC120\uD0DD",language:"\uB2E4\uAD6D\uC5B4 \uC9C0\uC6D0","show-original":"\uC6D0\uBCF8 \uD14D\uC2A4\uD2B8 \uD45C\uC2DC",translate:"\uB80C\uB354\uB9C1",Translated:"\uBC88\uC5ED\uB428",Translating:"\uBC88\uC5ED \uC911",Error:"\uC798\uBABB\uB41C",allowCacheTranslations:"\uB85C\uCEEC \uBC88\uC5ED \uCE90\uC2F1 \uC0AC\uC6A9(\uC911\uBCF5 \uAD6C\uC808\uC5D0 \uB300\uD55C \uBC88\uC5ED \uC694\uCCAD\uC744 \uC904\uC774\uAE30 \uC704\uD574)","translation display":"\uBC88\uC5ED \uD45C\uC2DC \uC2A4\uD0C0\uC77C","select diplay style":"\uB2E4\uC74C \uC608\uC2DC\uB97C \uAD6C\uCCB4\uC801\uC73C\uB85C \uCC38\uC870\uD558\uC5EC \uBC88\uC5ED \uC2A4\uD0C0\uC77C\uC744 \uAD6C\uBD84\uD558\uC138\uC694.",interface:"\uC778\uD130\uD398\uC774\uC2A4 \uC124\uC815",import_export:"\uAC00\uC838\uC624\uAE30/\uB0B4\uBCF4\uB0B4\uAE30",import_export_title:"\uAD6C\uC131 \uAC00\uC838\uC624\uAE30/\uB0B4\uBCF4\uB0B4\uAE30",syncToGoogleDrive:"\uC9C0\uAE08 Google \uB4DC\uB77C\uC774\uBE0C\uC640 \uB3D9\uAE30\uD654",floatBallOptions:"\uD638\uBC84\uBCFC \uC124\uC815","floatBallOptions.enable":"\uD638\uBC84\uBCFC \uD65C\uC131\uD654","floatBallOptions.blockUrls":"\uC6F9\uC0AC\uC774\uD2B8 \uBE44\uD65C\uC131\uD654","floatBallOptions.add":"\uC99D\uAC00","floatBallOptions.blockUrlDesc":"\uB2E4\uC74C \uC6F9\uC0AC\uC774\uD2B8\uC5D0\uC11C\uB294 \uD638\uBC84\uBCFC\uC774 \uD45C\uC2DC\uB418\uC9C0 \uC54A\uC2B5\uB2C8\uB2E4.","floatBallOptions.clickType":"\uD074\uB9AD \uB3D9\uC791","floatBallOptions.clickTypeDesc":"\uD074\uB9AD \uC2DC \uD638\uBC84\uBCFC \uC544\uC774\uCF58 \uB3D9\uC791","floatBallOptions.clickPopup":"\uBC88\uC5ED \uD328\uB110 \uD45C\uC2DC","floatBallOptions.clickTranslate":"\uC6D0\uBCF8 \uD14D\uC2A4\uD2B8 \uBC88\uC5ED/\uD45C\uC2DC","floatBallOptions.fixedPosition":"\u56FA\u5B9A\u4F4D\u7F6E","floatBallOptions.fixedPositionDesc":"\u60AC\u6D6E\u7403\u5728\u7A97\u53E3\u5DE6\u4FA7\u8FD8\u662F\u53F3\u4FA7","floatBallOptions.fixedPositionLeft":"\u5DE6\u4FA7","floatBallOptions.fixedPositionRight":"\u53F3\u4FA7",previewAllThemes:"\uBAA8\uB4E0 \uC2A4\uD0C0\uC77C \uBBF8\uB9AC\uBCF4\uAE30","translationTheme.none":"\uAC00\uC9C0\uACE0 \uC788\uC9C0 \uC54A\uB2E4","translationTheme.grey":"\uC9D9\uC740 \uD68C\uC0C9","translationTheme.dashed":"\uC810\uC120 \uBC11\uC904","translationTheme.dotted":"\uC810\uC120 \uBC11\uC904","translationTheme.dashedBorder":"\uC810\uC120 \uD14C\uB450\uB9AC","translationTheme.solidBorder":"\uC2E4\uC120 \uD14C\uB450\uB9AC","translationTheme.underline":"\uC9C1\uC120\uC5D0 \uBC11\uC904","translationTheme.mask":"\uD37C\uC9C0 \uD6A8\uACFC(\uD559\uC2B5 \uBAA8\uB4DC)","translationTheme.opacity":"\uD22C\uBA85\uC131 \uD6A8\uACFC","translationTheme.paper":"\uD770 \uC885\uC774 \uADF8\uB9BC\uC790 \uD6A8\uACFC","translationTheme.dividingLine":"\uAD6C\uBD84\uC120","translationTheme.highlight":"\uB192\uC740 \uBC1D\uAE30","translationTheme.marker":"\uB9C8\uCEE4(\uC678\uB798\uC5B4)","translationTheme.marker2":"\uB9C8\uCEE4 2","translationTheme.blockquote":"\uCC38\uC870 \uC2A4\uD0C0\uC77C","translationTheme.weakening":"\uC57D\uD654","translationTheme.italic":"\uAE30\uC6B8\uC5B4\uC9C0\uB294 \uC11C\uCCB4","translationTheme.bold":"\uB450\uAECD\uAC8C","translationTheme.thinDashed":"\uAC00\uB294 \uC810\uC120 \uBC11\uC904","translationTheme.nativeDashed":"\uC2DC\uC2A4\uD15C\uC5D0\uB294 \uC810\uC120\uC73C\uB85C \uD45C\uC2DC\uB41C \uBC11\uC904\uC774 \uC788\uC2B5\uB2C8\uB2E4.","translationTheme.nativeDotted":"\uC2DC\uC2A4\uD15C\uC5D0\uB294 \uC810\uC120\uC73C\uB85C \uBC11\uC904\uC774 \uADF8\uC5B4\uC838 \uC788\uC2B5\uB2C8\uB2E4.","translationTheme.nativeUnderline":"\uC2DC\uC2A4\uD15C\uC5D0\uB294 \uC9C1\uC120 \uBC11\uC904\uC774 \uC788\uC2B5\uB2C8\uB2E4.","translationTheme.wavy":"\uBB3C\uACB0 \uBAA8\uC591 \uB77C\uC778","translationServices.custom":"\uC0AC\uC6A9\uC790 \uC9C0\uC815 API","translationServices.tencent":"\uD150\uC13C\uD2B8 \uBC88\uC5ED\uAE30","translationServices.tenAlpha":"\uD150\uC13C\uD2B8 \uBC88\uC5ED\uAE30(\uC54C\uD30C)","translationServices.google":"Google \uBC88\uC5ED","translationServices.bai":"\uBC14\uC774\uB450(\uC54C\uD30C)","translationServices.baidu":"\uBC14\uC774\uB450 \uBC88\uC5ED","translationServices.aliyun":"\uC54C\uB9AC\uD074\uB77C\uC6B0\uB4DC \uBC88\uC5ED","translationServices.volc":"\uD654\uC0B0 \uBC88\uC5ED","translationServices.deeplx":"DeepLX(\uBCA0\uD0C0)","translationServices.bing":"Microsoft \uBC88\uC5ED","translationServices.deepl":"DeepL","translationServices.wechat":"\uC704\uCC57 \uBC88\uC5ED","translationServices.azure":"Azure \uBC88\uC5ED","translationServices.ibm":"IBM \uC653\uC2A8","translationServices.aws":"\uC544\uB9C8\uC874 \uBC88\uC5ED","translationServices.mock":"\uC2DC\uBBAC\uB808\uC774\uC158 \uBC88\uC5ED","translationServices.mock2":"\uC2DC\uBBAC\uB808\uC774\uC158 \uBC88\uC5ED 2","translationServices.caiyun":"\uC870\uBA85. \uB2E4\uCC44\uB85C\uC6B4 \uAD6C\uB984\uACFC \uC791\uC740 \uBC88\uC5ED","translationServices.cai":"\uB2E4\uCC44\uB85C\uC6B4 \uAD6C\uB984(\uC54C\uD30C)","translationServices.volcAlpha":"\uD654\uC0B0 (\uC54C\uD30C)","translationServices.openl":"OpenL","translationServices.youdao":"\uC720\uD29C\uBE0C \uBC88\uC5ED","translationServices.you":"\uC720\uB2E4\uC624 \uBC88\uC5ED\uAE30(\uC54C\uD30C)","translationServices.transmart":"\uD150\uC13C\uD2B8 \uC778\uD130\uB799\uD2F0\uBE0C \uBC88\uC5ED","translationServices.niu":"\uB9E4\uBC84\uB9AD \uBC88\uC5ED\uAE30","translationServices.papago":"\uD30C\uD30C\uACE0 \uBC88\uC5ED","translationServices.d":"D(\uC54C\uD30C)","translationServices.dpro":"D \uD504\uB85C(\uCE74\uB098\uB9AC\uC544)","translationServices.openai":"OpenAI","translationServices.yandex":"Yandex","translationServices.chatgpt":"ChatGPT \uC6F9(3.5 \uBAA8\uBC14\uC77C)","translate title":"\uD398\uC774\uC9C0 \uC81C\uBAA9 \uBC88\uC5ED","always languages":"\uD56D\uC0C1 \uC5B8\uC5B4 \uBC88\uC5ED",neverTranslateLanguagesLabel:"\uBC88\uC5ED\uB418\uC9C0 \uC54A\uB294 \uC5B8\uC5B4",neverTranslateTheFollowingLanguagesDescription:"\uD398\uC774\uC9C0\uC758 \uB2E8\uB77D\uC774 \uB2E4\uC74C \uC5B8\uC5B4 \uC911 \uD558\uB098\uC778 \uACBD\uC6B0 \uBC88\uC5ED\uC774 \uAC74\uB108\uB6F0\uC5B4\uC9D1\uB2C8\uB2E4.",enableUserscriptPagePopup:"\uD398\uC774\uC9C0\uC5D0 \uD638\uBC84\uBCFC \uD45C\uC2DC",enableUserscriptPagePopupDescription:"\uD638\uBC84\uBCFC\uC744 \uB044\uACE0 \uB098\uBA74 \uBC14\uB85C \uAC00\uAE30 /{touch}\uB85C \uBD88\uB7EC\uC62C \uC218 \uC788\uC2B5\uB2C8\uB2E4. \uC2E4\uC218\uB85C \uC774 \uC635\uC158\uC744 \uB048 \uD6C4 \uD638\uBC84\uBCFC\uC744 \uCC3E\uC9C0 \uBABB\uD558\uB294 \uACBD\uC6B0\uB97C \uBC29\uC9C0\uD558\uAE30 \uC704\uD574 \uC774 \uC124\uC815 \uD398\uC774\uC9C0\uB97C \uBD81\uB9C8\uD06C\uC5D0 \uCD94\uAC00\uD558\uB294 \uAC83\uC774 \uC88B\uC2B5\uB2C8\uB2E4!","always translate the following languages":"\uD398\uC774\uC9C0\uAC00 \uB2E4\uC74C \uC5B8\uC5B4 \uC911 \uD558\uB098\uC778 \uACBD\uC6B0 \uB300\uC0C1 \uC5B8\uC5B4\uB85C \uC790\uB3D9 \uBC88\uC5ED\uB429\uB2C8\uB2E4.","always sites":"\uD56D\uC0C1 \uBC88\uC5ED\uB41C \uC6F9 \uC0AC\uC774\uD2B8","always translate the following sites":"\uC6F9 \uC0AC\uC774\uD2B8\uAC00 \uB2E4\uC74C \uB3C4\uBA54\uC778 \uC774\uB984\uC778 \uACBD\uC6B0 \uB300\uC0C1 \uC5B8\uC5B4\uB85C \uC790\uB3D9 \uBC88\uC5ED\uB429\uB2C8\uB2E4.","never sites":"\uBC88\uC5ED\uB418\uC9C0 \uC54A\uC740 \uC6F9 \uC0AC\uC774\uD2B8","never translate the following sites":"\uC6F9\uC0AC\uC774\uD2B8\uAC00 \uB2E4\uC74C \uB3C4\uBA54\uC778\uC6A9\uC778 \uACBD\uC6B0 \uBC88\uC5ED\uC774 \uC218\uD589\uB418\uC9C0 \uC54A\uC2B5\uB2C8\uB2E4.","please refer to":"\uD0A4\uB97C \uC0AC\uC6A9\uD558\uB824\uBA74 \uD0A4\uB97C \uC785\uB825\uD574\uC57C \uD558\uBA70, \uC790\uC138\uD55C \uB0B4\uC6A9\uC740 \uB2E4\uC74C\uC744 \uCC38\uC870\uD558\uC138\uC694.",KeyAndConfigurationTutorial:"\uC8FC\uC694 \uC560\uD50C\uB9AC\uCF00\uC774\uC158 \uBC0F \uAD6C\uC131 \uD29C\uD1A0\uB9AC\uC5BC",useAboveStyleForTheseSites:"\uB2E4\uC74C \uB3C4\uBA54\uC778\uC744 \uC704\uD55C \uC0AC\uC774\uD2B8\uC778 \uACBD\uC6B0 \uD56D\uC0C1 \u2308{theme}\u230B \uBC88\uC5ED \uC2A4\uD0C0\uC77C\uC744 \uC0AC\uC6A9\uD558\uC138\uC694.",currentUrl:"\uD604\uC7AC URL",confirm:"\uC800\uC7A5(\uD30C\uC77C \uB4F1)(\uCEF4\uD4E8\uD305)",cancel:"\uCDE8\uC18C",delete:"\uC81C\uAC70","languages.auto":"\uC790\uB3D9 \uAC10\uC9C0",syncToCloud:"Google \uB4DC\uB77C\uC774\uBE0C\uC5D0 \uB3D9\uAE30\uD654",syncToCloudDescription:"\uD074\uB77C\uC6B0\uB4DC\uC5D0 \uC5C5\uB85C\uB4DC\uB41C \uAD6C\uC131\uC740 \uB9C8\uC9C0\uB9C9\uC73C\uB85C \uC218\uC815\uB41C \uBE0C\uB77C\uC6B0\uC800/\uADF8\uB9AC\uC2A4\uBABD\uD0A4 \uC2A4\uD06C\uB9BD\uD2B8 \uAC04\uC5D0 \uB3D9\uAE30\uD654\uD560 \uC218 \uC788\uC2B5\uB2C8\uB2E4.",syncToAccount:"\uBAB0\uC785\uD615 \uBC88\uC5ED \uD074\uB77C\uC6B0\uB4DC\uC5D0 \uB3D9\uAE30\uD654",syncToAccountButton:"\uD074\uB77C\uC6B0\uB4DC\uC640 \uC989\uC2DC \uB3D9\uAE30\uD654",syncToAccountDescription:"\uB9C8\uC9C0\uB9C9\uC73C\uB85C \uC218\uC815\uD55C \uC2DC\uAC04\uC744 \uAE30\uC900\uC73C\uB85C \uC11C\uB85C \uB2E4\uB978 \uC7A5\uCE58 \uAC04\uC5D0 \uAD6C\uC131\uC744 \uC790\uB3D9\uC73C\uB85C \uB3D9\uAE30\uD654\uD569\uB2C8\uB2E4.",successSyncConfigInAccount:"\uD074\uB77C\uC6B0\uB4DC\uC640\uC758 \uC131\uACF5\uC801\uC778 \uB3D9\uAE30\uD654",successSyncConfigToAccount:"\uD074\uB77C\uC6B0\uB4DC\uC5D0 \uC131\uACF5\uC801\uC73C\uB85C \uB3D9\uAE30\uD654",syncConfigNoUpdate:"\uC774\uBBF8 \uCD5C\uC2E0 \uBC84\uC804\uC785\uB2C8\uB2E4.",authFail:"\uC778\uC99D \uC2E4\uD328",syncTitle:"\uC218\uB3D9 \uBC31\uC5C5 \uAD00\uB9AC",import_hint:"\uAC00\uC838\uC624\uAE30(\uB370\uC774\uD130)",upload:"\uC5C5\uB85C\uB4DC",revokeAuth:"\uC2B9\uC778 \uCDE8\uC18C",uploadFail:"\uC5C5\uB85C\uB4DC \uC2E4\uD328",download:"\uB2E4\uC6B4\uB85C\uB4DC",importSuccess:"\uAC00\uC838\uC624\uAE30 \uC131\uACF5",importFail:"\uAC00\uC838\uC624\uAE30 \uC2E4\uD328",deleteFail:"\uC0AD\uC81C\uD558\uC9C0 \uBABB\uD568",backupToCloud:"\uBC31\uC5C5 \uD30C\uC77C \uC218\uB3D9 \uAD00\uB9AC",create_new_backup:"\uC0C8 \uBC31\uC5C5 \uB178\uB4DC \uCD94\uAC00",maxBackupFiles:"\uCD5C\uB300{count}\uAC1C\uC758 \uC11C\uB85C \uB2E4\uB978 \uB178\uB4DC\uB97C \uBC31\uC5C5\uD560 \uC218 \uC788\uC73C\uBA70, \uD544\uC694\uD558\uC9C0 \uC54A\uC740 \uB178\uB4DC\uB294 \uC0AD\uC81C\uD558\uC138\uC694.",backupToCloudDescription:"\uBC31\uC5C5 \uD30C\uC77C\uC744 \uC218\uB3D9\uC73C\uB85C \uC5C5\uB85C\uB4DC\uD558\uAC70\uB098 \uBCF5\uC6D0\uD558\uC5EC \uCD5C\uB300 3\uAC1C\uC758 \uC11C\uB85C \uB2E4\uB978 \uBC31\uC5C5 \uD5C8\uC6A9",successSyncConfig:"\uD074\uB77C\uC6B0\uB4DC\uC640\uC758 \uC131\uACF5\uC801\uC778 \uB3D9\uAE30\uD654",syncFail:"\uB3D9\uAE30\uD654 \uC2E4\uD328",updatedAt:"{date}\uC5D0\uC11C \uC5C5\uB370\uC774\uD2B8\uB428",lastSyncedAt:"\uCD5C\uC885 \uD655\uC778: {date}",downloadFail:"\uB2E4\uC6B4\uB85C\uB4DC\uC5D0 \uC2E4\uD328\uD588\uC2B5\uB2C8\uB2E4.",clickToDownload:"\uB2E4\uC6B4\uB85C\uB4DC\uD558\uB824\uBA74 \uD074\uB9AD",aboutLabel:"\uC815\uBCF4 - \uD53C\uB4DC\uBC31","browser.openAboutPage":"\uC815\uBCF4/\uD53C\uB4DC\uBC31",aboutLabelWithoutSponsor:"\uC815\uBCF4 - \uD53C\uB4DC\uBC31",aboutIntro:"\uC6B0\uB9AC \uBAA8\uB450\uAC00 \uC778\uD130\uB137\uC758 \uBC29\uB300\uD55C \uC678\uAD6D\uC5B4 \uC815\uBCF4\uC5D0 \uB354 \uC27D\uACE0 \uC990\uAC81\uAC8C \uC561\uC138\uC2A4\uD560 \uC218 \uC788\uAE30\uB97C \uBC14\uB78D\uB2C8\uB2E4 \u2764\uFE0F <6>Pro \uBA64\uBC84\uC2ED\uC744 \uD65C\uC131\uD654\uD558\uC5EC \uBC14\uB85C \uC0AC\uC6A9\uD560 \uC218 \uC788\uB294 DeepL \uBC0F OpenAI \uBC88\uC5ED\uC744 \uC0AC\uC6A9\uD560 \uC218 \uC788\uC2B5\uB2C8\uB2E4.

<3>\uD2B8\uC704\uD130, <4>\uD154\uB808\uADF8\uB7A8, \uC6E8\uC774\uBCF4, \uC704\uCC57\uC5D0\uC11C \uD314\uB85C\uC6B0\uD558\uAC70\uB098 \uC544\uB798 <5>\uBA54\uC77C\uB9C1 \uB9AC\uC2A4\uD2B8\uC5D0 <5>\uAC00\uC785\uD558\uC5EC \uC5C5\uB370\uC774\uD2B8\uB97C \uD655\uC778\uD560 \uC218 \uC788\uC2B5\uB2C8\uB2E4.
<7>\uD504\uB85C \uD68C\uC6D0\uC740 <8>support@immersivetranslate.com \uC73C\uB85C \uBB38\uC758\uD558\uC2DC\uBA74 \uBE60\uB978 \uACE0\uAC1D \uC11C\uBE44\uC2A4\uB97C \uBC1B\uC73C\uC2E4 \uC218 \uC788\uC2B5\uB2C8\uB2E4.",aboutIntroWithoutSponsor:"\uC6B0\uB9AC \uBAA8\uB450\uAC00 \uC778\uD130\uB137\uC5D0\uC11C \uC81C\uACF5\uB418\uB294 \uBC29\uB300\uD55C \uC591\uC758 \uC678\uAD6D\uC5B4 \uC815\uBCF4\uC5D0 \uB354 \uC27D\uACE0 \uC990\uAC81\uAC8C \uC811\uADFC\uD560 \uC218 \uC788\uAE30\uB97C \uBC14\uB78D\uB2C8\uB2E4 \u2764\uFE0F

<3>\uD2B8\uC704\uD130, <4>\uD154\uB808\uADF8\uB7A8 \uCC44\uB110, \uC704\uCC57, \uC704\uCC57 \uC775\uC2A4\uCCB4\uC778\uC9C0\uC5D0\uC11C \uD314\uB85C\uC6B0\uD558\uAC70\uB098 \uC544\uB798 <5>\uC774\uBA54\uC77C\uB85C \uC5C5\uB370\uC774\uD2B8\uB97C <5>\uAD6C\uB3C5\uD560 \uC218 \uC788\uC2B5\uB2C8\uB2E4.",projectHomepage:"\uD504\uB85C\uC81D\uD2B8 \uD648",joinTelegramGroup:"\uC0AC\uC6A9\uC790 \uADF8\uB8F9\uC5D0 \uAC00\uC785\uD558\uC5EC \uAE30\uB2A5 \uD1A0\uB860\uC5D0 \uCC38\uC5EC\uD558\uC138\uC694.",wechatPublicAccount:"\uC704\uCC57 \uACF5\uAC1C",wechatCommunities:"\uC704\uCC57 \uAD50\uD658 \uADF8\uB8F9",qqCommunities:"QQ \uCEE4\uBBA4\uB2C8\uCF00\uC774\uC158 \uCC44\uB110",joinTelegramChannel:"\uD154\uB808\uADF8\uB7A8 \uCC44\uB110 \uD314\uB85C\uC6B0\uD558\uC5EC \uCD5C\uC2E0 \uC5C5\uB370\uC774\uD2B8 \uD655\uC778",feedbackAndJoin:"\uC9C8\uBB38 \uD53C\uB4DC\uBC31 / \uADF8\uB8F9 \uCD94\uAC00",autoSync:"\uC790\uB3D9 \uC2DC\uAC04 \uB3D9\uAE30\uD654",loadingThemeTitle:"\uB85C\uB529 \uC2A4\uD0C0\uC77C",loadingThemeDescription:"\uBC88\uC5ED \uB85C\uB4DC\uB97C \uAE30\uB2E4\uB9B4 \uB54C \uC2A4\uD0C0\uC77C \uC124\uC815\uD558\uAE30","loadingTheme.spinner":"\uD68C\uC804 \uC560\uB2C8\uBA54\uC774\uC158","loadingTheme.text":"\uC815\uC801 \uD14D\uC2A4\uD2B8 sth. ","loadingTheme.none":"\uD45C\uC2DC\uB418\uC9C0 \uC54A\uC74C",developerDescription:"\uACE0\uAE09 \uC0AC\uC6A9\uC790 \uC9C0\uC815\uC5D0 \uB300\uD55C \uBB38\uC11C\uB294 <1>\uC5EC\uAE30\uC5D0\uC11C \uD655\uC778\uD560 \uC218 \uC788\uC2B5\uB2C8\uB2E4.","edit border color":"\uD14C\uB450\uB9AC \uC0C9\uC0C1 \uC218\uC815",successSyncButNoChange:"\uD604\uC7AC \uAD6C\uC131\uC774 \uD074\uB77C\uC6B0\uB4DC\uC640 \uC77C\uCE58\uD569\uB2C8\uB2E4.",customTheme:"\uB9DE\uCDA4\uD615 \uC0C9\uC0C1 \uBC0F \uD06C\uAE30","customThemeLabel.borderColor":"\uD14C\uB450\uB9AC \uC0C9\uC0C1","customThemeLabel.borderRadius":"\uB465\uADFC \uBAA8\uC11C\uB9AC","customThemeLabel.textColor":"\uD14D\uC2A4\uD2B8 \uC0C9\uC0C1","customThemeLabel.backgroundColor":"\uBC30\uACBD\uC0C9","customThemeLabel.zoom":"\uAE00\uAF34 \uD06C\uAE30 \uC870\uC815(%)","customThemeLabel.opacity":"\uD14D\uC2A4\uD2B8 \uBD88\uD22C\uBA85\uB3C4(%)",resetToDefaultColor:"\uAE30\uBCF8 \uC0C9\uC0C1\uC73C\uB85C \uBCF5\uC6D0",resetToDefaultSettings:"\uAE30\uBCF8 \uC124\uC815\uC73C\uB85C \uBCF5\uC6D0",isTranslateTitle:"\uD398\uC774\uC9C0 \uC81C\uBAA9 \uBC88\uC5ED \uC0AC\uC6A9",isTranslateTitleDescription:"\uC804\uC6D0\uC744 \uCF1C\uBA74 \uD398\uC774\uC9C0 \uC81C\uBAA9\uC774 \uBC88\uC5ED\uB429\uB2C8\uB2E4.",enableSearchEnhancement:"\uC774\uC911 \uC5B8\uC5B4 \uBA54\uC2DC\uC9C0 \uD5A5\uC0C1 \uC0AC\uC6A9",enableSearchEnhancementDescription:"\uC774 \uAE30\uB2A5\uC744 \uD65C\uC131\uD654\uD558\uBA74 \uC9C0\uC6D0\uB418\uB294 \uC6F9\uC0AC\uC774\uD2B8(Google \uB274\uC2A4, Google \uAC80\uC0C9(\uC77C\uBD80 \uD0A4\uC6CC\uB4DC), \uC2A4\uB178\uC6B0\uBCFC, \uC624\uB9AC\uC5D4\uD0C8 \uD3EC\uCD98, \uD4E8\uD22C\uB77C, \uD0C0\uC774\uAC70 \uCEE4\uBBA4\uB2C8\uD2F0)\uC758 \uC624\uB978\uCABD \uC5F4\uC5D0 \uD574\uB2F9 \uC601\uC5B4 \uD0A4\uC6CC\uB4DC\uC5D0 \uB300\uD55C 'Google \uB274\uC2A4'\uC758 \uAC80\uC0C9 \uACB0\uACFC\uAC00 \uC790\uB3D9\uC73C\uB85C \uD45C\uC2DC\uB429\uB2C8\uB2E4.",verifyService:"\uC11C\uBE44\uC2A4\uB97C \uD14C\uC2A4\uD2B8\uD558\uB824\uBA74 \uC5EC\uAE30\uB97C \uD074\uB9AD\uD558\uC138\uC694.",verified:"\uC131\uACF5 \uD655\uC778","field.langs":"\uC9C0\uC6D0\uB418\uB294 \uC5B8\uC5B4 \uCF54\uB4DC","field.model":"\uBAA8\uB378\uB9C1","field.translationEngine":"\uBC88\uC5ED \uC5D4\uC9C4","field.limitPerMinute":"\uBD84\uB2F9 \uCD5C\uB300 \uC694\uCCAD \uC218","field.limitPerSecond":"\uCD08\uB2F9 \uCD5C\uB300 \uC694\uCCAD \uC218","field.maxTextLengthPerRequest":"\uC694\uCCAD\uB2F9 \uCD5C\uB300 \uD14D\uC2A4\uD2B8 \uAE38\uC774","field.maxTextGroupLengthPerRequest":"\uC694\uCCAD\uB2F9 \uCD5C\uB300 \uB2E8\uB77D \uC218","field.apiUrl":"\uC0AC\uC6A9\uC790 \uC9C0\uC815 API \uC778\uD130\uD398\uC774\uC2A4 \uC8FC\uC18C","field.placeholderDelimiters":"\uC608\uC57D\uB41C \uC790\uB9AC \uD45C\uC2DC\uC790","description.custom":"\uC0AC\uC6A9\uC790 \uC9C0\uC815 \uC778\uD130\uD398\uC774\uC2A4 \uC561\uC138\uC2A4 \uBB38\uC11C \uD544\uC694","description.limitPerMinute":"\uC774 \uD55C\uB3C4\uB97C \uCD08\uACFC\uD558\uB294 \uC694\uCCAD\uC740 \uB2E4\uC74C \uBD84\uC774 \uC2DC\uC791\uB420 \uB54C\uAE4C\uC9C0 \uB300\uAE30\uC5F4\uC5D0 \uB4E4\uC5B4\uAC11\uB2C8\uB2E4. \uD604\uC7AC OpenAI \uC11C\uBE44\uC2A4\uC758 \uC5EC\uB7EC \uAC00\uC9C0 \uC81C\uD55C \uC0AC\uD56D\uC73C\uB85C \uC778\uD574 <1>\uC5EC\uAE30\uB97C \uD074\uB9AD\uD558\uC5EC \uCD5C\uC2E0 \uC81C\uC548 \uAC12\uC744 \uD655\uC778\uD558\uC138\uC694.","description.limitPerSecond":"\uC774 \uC81C\uD55C\uC744 \uCD08\uACFC\uD558\uB294 \uC694\uCCAD\uC740 \uB2E4\uC74C \uCD08\uAC00 \uC2DC\uC791\uB420 \uB54C\uAE4C\uC9C0 \uB300\uAE30\uC5F4\uC5D0 \uB4E4\uC5B4\uAC11\uB2C8\uB2E4. \uD604\uC7AC OpenAI \uC11C\uBE44\uC2A4\uC758 \uC5EC\uB7EC \uAC00\uC9C0 \uC81C\uD55C \uC0AC\uD56D\uC73C\uB85C \uC778\uD574 <1>\uC5EC\uAE30\uB97C \uD074\uB9AD\uD558\uC5EC \uCD5C\uC2E0 \uC81C\uC548 \uAC12\uC744 \uD655\uC778\uD558\uC138\uC694.","description.generalLimitPerSecond":"\uC774 \uC81C\uD55C\uC744 \uCD08\uACFC\uD558\uB294 \uC694\uCCAD\uC740 \uB2E4\uC74C \uCD08\uAC00 \uC2DC\uC791\uB420 \uB54C\uAE4C\uC9C0 \uB300\uAE30\uC5F4\uC5D0 \uB4E4\uC5B4\uAC11\uB2C8\uB2E4.","description.prompt":"\uC0AC\uC6A9\uC790 \uC2E0\uBD84\uC73C\uB85C {service}\uC5D0 \uBCF4\uB0B8 \uB300\uD654\uC5D0\uC11C {{text}}\uB294 \uB2E8\uB77D\uC758 \uD14D\uC2A4\uD2B8 \uB0B4\uC6A9\uC744 \uB098\uD0C0\uB0B4\uACE0, {{from}}\uC740 \uB2E8\uB77D\uC758 \uC5B8\uC5B4\uB97C \uB098\uD0C0\uB0B4\uBA70, {{to}}\uB294 \uBAA9\uD45C \uC5B8\uC5B4\uB97C \uB098\uD0C0\uB0C5\uB2C8\uB2E4.","description.maxTextLengthPerRequest":"\uC694\uCCAD\uB2F9 \uCD5C\uB300 \uAE00\uC790 \uC218\uAC00 \uB108\uBB34 \uB9CE\uC73C\uBA74 \uC778\uD130\uD398\uC774\uC2A4\uAC00 \uB290\uB9AC\uAC8C \uC751\uB2F5\uD558\uBBC0\uB85C \uC774 \uC635\uC158\uC744 \uC870\uC815\uD558\uC5EC \uC18D\uB3C4\uB97C \uCD5C\uC801\uD654\uD558\uC138\uC694.","description.systemPrompt":"\uC2DC\uC2A4\uD15C\uC73C\uB85C\uC11C OpenAI\uC5D0 \uC804\uC1A1\uB418\uB294 \uB300\uD654\uB85C, {{text}} \uC740 \uB2E8\uB77D\uC758 \uD14D\uC2A4\uD2B8 \uB0B4\uC6A9\uC744 \uB098\uD0C0\uB0B4\uACE0{{from}} \uC740 \uB2E8\uB77D\uC758 \uC5B8\uC5B4\uB97C \uB098\uD0C0\uB0B4\uBA70{{to}} \uC740 \uB300\uC0C1 \uC5B8\uC5B4\uB97C \uB098\uD0C0\uB0C5\uB2C8\uB2E4.","field.domain":"\uC601\uC5ED","description.domain":"\uAE30\uBCF8\uAC12\uC740\uFF1Ageneral\uC785\uB2C8\uB2E4. \uC544\uB9AC\uB9C8 API \uCF58\uC194\uC5D0\uC11C \uB3C4\uBA54\uC778 \uBC88\uC5ED\uC774 \uD65C\uC131\uD654\uB41C \uACBD\uC6B0\uC5D0\uB9CC \uC124\uC815\uD560 \uC218 \uC788\uC73C\uBA70, \uC9C0\uC6D0\uB418\uB294 \uB3C4\uBA54\uC778\uC740 <1>\uC5EC\uAE30\uB97C \uCC38\uC870\uD558\uC138\uC694.","field.scene":"take","description.scene":"\uAE30\uBCF8\uAC12\uC740\uFF1Ageneral\uC785\uB2C8\uB2E4. AliCloud API \uCF58\uC194\uC774 Machine Translation Pro\uB97C \uC5EC\uB294 \uACBD\uC6B0\uC5D0\uB9CC \uC124\uC815\uD560 \uC218 \uC788\uC73C\uBA70, \uC9C0\uC6D0\uB418\uB294 \uC2DC\uB098\uB9AC\uC624\uB294 <1>\uC5EC\uAE30\uB97C \uCC38\uC870\uD558\uC138\uC694.","field.vocabId":"\uC0AC\uC6A9\uC790 \uC0AC\uC804 ID","description.vocabId":"\uC9C0\uC815\uB41C \uC0AC\uC804 out_id\uB294 \uD604\uC7AC \uC601\uC5B4\uC5D0\uC11C \uC911\uAD6D\uC5B4 \uBC88\uC5ED\uC744 \uC9C0\uC6D0\uD569\uB2C8\uB2E4.","description.model":"OpenAI \uBAA8\uB378, gpt-3.5-turbo, gpt-4 \uB4F1 \uAC00\uB2A5","description.maxTextGroupLengthPerRequest":"\uD55C \uBC88\uC5D0 \uBC88\uC5ED \uC11C\uBE44\uC2A4\uB85C \uC804\uC1A1\uB418\uB294 \uB2E8\uB77D \uC218, \uB2E8\uB77D\uC774 \uB108\uBB34 \uB9CE\uC73C\uBA74 \uC778\uD130\uD398\uC774\uC2A4\uAC00 \uB290\uB9AC\uAC8C \uC751\uB2F5\uD560 \uC218 \uC788\uC2B5\uB2C8\uB2E4.","description.apiUrl":"\uACBD\uB85C, <1>\uC790\uC138\uD55C \uC124\uBA85\uC774 \uD3EC\uD568\uB41C \uD2B9\uC815 URL\uC744 \uCD94\uAC00\uD558\uC138\uC694.",enabledExtension:"\uD655\uC7A5 \uAE30\uB2A5 \uC0AC\uC6A9",clickToDisableExtension:"\uD655\uC7A5 \uAE30\uB2A5\uC744 \uBE44\uD65C\uC131\uD654\uD558\uB824\uBA74 \uD074\uB9AD\uD558\uC138\uC694.",clickToEnableExtension:"\uD655\uC7A5 \uAE30\uB2A5\uC744 \uC0AC\uC6A9\uD558\uB824\uBA74 \uD074\uB9AD\uD558\uC138\uC694.",hasBeenDisabled:"disabled","show password":"\uBE44\uBC00\uBC88\uD638 \uD45C\uC2DC",customContent:"\uC0AC\uC6A9\uC790 \uC9C0\uC815 \uBAA8\uB378 \uC774\uB984 \uC785\uB825",inputOptions:"\uC785\uB825 \uC0C1\uC790 \uAC1C\uC120",mouseHoverOptions:"\uB9C8\uC6B0\uC2A4 \uD638\uBC84",modifyMouseHoverKey:"\uB9C8\uC6B0\uC2A4 \uCEE4\uC11C \uBC14\uB85C \uAC00\uAE30 \uC218\uC815",enableInputTranslation:"\uC785\uB825 \uC0C1\uC790 \uD5A5\uC0C1 \uD65C\uC131\uD654 \uC5EC\uBD80",enableInputTranslationDescription:"\uD65C\uC131\uD654\uB418\uBA74 \uC785\uB825 \uC0C1\uC790\uC5D0 {startingKey}{startingKey} hello\uB97C \uC9C1\uC811 \uC785\uB825\uD55C \uB2E4\uC74C{inputTrailingTriggerKeyRepeatTimes}\uBC88{trailingKey}\uC744 \uBE60\uB974\uAC8C \uB20C\uB7EC {inputTargetLanguage}\uC73C\uB85C \uBC88\uC5ED\uD569\uB2C8\uB2E4.",enableInputTranslationDescriptionForNoneKey:"\uD65C\uC131\uD654\uB418\uBA74 \uC785\uB825 \uC0C1\uC790\uC5D0\uFF1AHello World\uB97C \uC9C1\uC811 \uC785\uB825\uD55C \uB2E4\uC74C{inputTrailingTriggerKeyRepeatTimes}{trailingKey}\uC744 \uBE60\uB974\uAC8C \uC5EC\uB7EC \uBC88 \uB20C\uB7EC \uAE30\uBCF8 \uB300\uC0C1 \uC5B8\uC5B4\uB85C \uBC88\uC5ED\uD569\uB2C8\uB2E4.",inputTargetLanguage:"\uC785\uB825 \uC0C1\uC790\uC758 \uAE30\uBCF8 \uB300\uC0C1 \uC5B8\uC5B4 \uC124\uC815",inputTargetLanguageDescription:"\uC785\uB825 \uC0C1\uC790 \uBC88\uC5ED\uC758 \uAE30\uBCF8 \uB300\uC0C1 \uC5B8\uC5B4(\uC608: \uD2B8\uB9AC\uAC70 \uB2E8\uC5B4\uC758 \uAE30\uBCF8 \uC5B8\uC5B4 {startingKey}{startingKey})",inputTargetLanguageDescriptionForNoneKey:"\uC785\uB825 \uC0C1\uC790 \uBC88\uC5ED\uC758 \uAE30\uBCF8 \uB300\uC0C1 \uC5B8\uC5B4",inputStartingTriggerKeyTitle:"\uC785\uB825 \uC0C1\uC790\uC758 \uBD80\uBD84 \uBC88\uC5ED\uC744 \uC704\uD574 \uBD84\uD560 \uBB38\uC790 \uC124\uC815\uD558\uAE30",inputStartingTriggerKeyDescription:"\uC785\uB825 \uC0C1\uC790 \uC804\uCCB4\uB97C \uBC88\uC5ED\uD560 \uD544\uC694\uAC00 \uC5C6\uB294 \uACBD\uC6B0 \uC2A4\uD50C\uB9AC\uD130\uB97C \uC0AC\uC6A9\uD558\uBA74 {startingKey}{startingKey} \uC5D0\uC11C \uC785\uB825 \uC0C1\uC790 \uB05D\uAE4C\uC9C0 \uBD80\uBD84\uB9CC \uBC88\uC5ED\uD558\uAC70\uB098 \uC5B8\uC5B4 \uCF54\uB4DC\uB97C \uC9C0\uC815\uD560 \uC218 \uC788\uC2B5\uB2C8\uB2E4(\uC608:\uFF1A{startingKey}ja \uB294 {startingKey}ja \uC5D0\uC11C \uC785\uB825 \uC0C1\uC790 \uB05D\uAE4C\uC9C0 \uBD80\uBD84\uB9CC \uBC88\uC5ED\uD55C\uB2E4\uB294 \uC758\uBBF8).",inputStartingTriggerKeyDescriptionForNoneKey:"\uD604\uC7AC \uC811\uB450\uC0AC \uC5C6\uC74C \uC124\uC815\uC740 \uD544\uC694\uD558\uC9C0 \uC54A\uC73C\uBA70, \uC785\uB825 \uC0C1\uC790\uC5D0 \uC788\uB294 \uC77C\uBD80 \uD14D\uC2A4\uD2B8\uC758 \uBC88\uC5ED \uAE30\uB2A5\uC740 \uB2F9\uBD84\uAC04 \uC0AC\uC6A9\uD560 \uC218 \uC5C6\uC2B5\uB2C8\uB2E4.",inputTrailingTriggerKeyTitle:"\uC785\uB825 \uC885\uB8CC \uD2B8\uB9AC\uAC70 \uBB38\uC790 \uC120\uD0DD",inputTrailingTriggerKeyDescription:"3\uBC88\uB9CC \uB204\uB974\uBA74{trailingKey} \uBC88\uC5ED\uC774 \uC2DC\uC791\uB429\uB2C8\uB2E4!",inputTrailingTriggerKeyTimeout:"\uC804\uD22C \uC885\uB8CC \uD2B8\uB9AC\uAC70 \uC0AC\uC774\uC758 \uC2DC\uAC04\uC744 \uC785\uB825\uD569\uB2C8\uB2E4.",inputTrailingTriggerKeyTimeoutDescription:"\uC785\uB825 \uC885\uB8CC \uCF64\uBCF4 \uD2B8\uB9AC\uAC70 \uC0AC\uC774\uC758 \uC2DC\uAC04(\uBC00\uB9AC\uCD08)\uC744 \uC124\uC815\uD569\uB2C8\uB2E4.",spaceKey:"<\u7A7A\u683C\u952E>",noneKey:"\uC811\uB450\uC0AC \uC5C6\uC774 \uC804\uCCB4 \uD14D\uC2A4\uD2B8 \uC0C1\uC790\uC758 \uC9C1\uC811 \uBC88\uC5ED",inputTranslationBlockUrlsTitle:"\uB2E4\uC74C URL\uC5D0\uC11C\uB294 \uC785\uB825 \uC0C1\uC790 \uAC1C\uC120 \uAE30\uB2A5\uC744 \uD65C\uC131\uD654\uD558\uC9C0 \uB9C8\uC138\uC694.",inputTranslationBlockUrlsDescription:"\uB2E4\uC74C URL\uC5D0\uC11C\uB294 \uC785\uB825 \uC0C1\uC790 \uAC1C\uC120 \uC0AC\uD56D\uC774 \uC791\uB3D9\uD558\uC9C0 \uC54A\uC2B5\uB2C8\uB2E4.",clickToSeeQuickDemo:"\uD074\uB9AD\uD558\uC5EC 30\uCD08 \uD035 \uD29C\uD1A0\uB9AC\uC5BC \uBE44\uB514\uC624 \uD655\uC7A5\uD558\uAE30",inputHelperInfo:"\uC124\uBA85\uFF1A\uC911\uAD6D\uC5B4 \uC785\uB825 \uBC29\uC2DD\uC5D0 \uB530\uB77C \uC77C\uBD80 \uD2B8\uB9AC\uAC70 \uBB38\uC790\uAC00 \uC911\uAD6D\uC5B4 \uBB38\uC7A5 \uBD80\uD638\uB85C \uBC14\uB00C\uB294 \uAC83\uC744 \uCD5C\uC801\uD654\uD588\uC2B5\uB2C8\uB2E4(\uC608: /\uB294 \uC18C\uAD6C \uC785\uB825 \uBC29\uC2DD\uC5D0 \uB530\uB77C \uB454 \uBD80\uD638\uB85C \uBC14\uB01C). \uBAB0\uC785\uD615 \uBC88\uC5ED\uAE30\uB294 \uD2B8\uB9AC\uAC70 \uBB38\uC790\uC5D0 \uD574\uB2F9\uD558\uB294 \uBAA8\uB4E0 \uC911\uAD6D\uC5B4 \uAE30\uD638, \uC989 //,,, \uB97C \uD2B8\uB9AC\uAC70 \uBB38\uC790\uB85C \uC778\uC2DD\uD560 \uC218 \uC788\uB3C4\uB85D \uC9C0\uC6D0\uD569\uB2C8\uB2E4.

\uB610\uD55C \uC5B8\uC5B4 \uCF54\uB4DC\uC5D0 \uC911\uAD6D\uC5B4 \uBCC4\uCE6D\uC744 \uBA85\uB839\uC5B4\uB85C \uC0AC\uC6A9\uD560 \uC218 \uC788\uC2B5\uB2C8\uB2E4(\uC608: /Japanese Hello World\uB294 \uC77C\uBCF8\uC5B4\uB85C \uBC88\uC5ED\uB428). <1>\uC9C0\uC6D0\uB418\uB294 \uBAA8\uB4E0 \uC5B8\uC5B4 \uCF54\uB4DC\uB97C \uBCF4\uB824\uBA74 \uC5EC\uAE30\uB97C \uD074\uB9AD\uD558\uC138\uC694.",reloadCurrentPage:"\uBC88\uC5ED\uC744 \uC2DC\uC791\uD558\uAE30 \uC804\uC5D0 \uD604\uC7AC \uD398\uC774\uC9C0\uB97C \uC0C8\uB85C\uACE0\uCE68\uD558\uC138\uC694.",noLocalFilePermissionForPDF:"\uB85C\uCEEC \uD30C\uC77C\uC744 \uC77D\uC744 \uC218 \uC788\uB294 \uAD8C\uD55C\uC774 \uC5C6\uB294 \uACBD\uC6B0 \uC704\uC758 \uBC84\uD2BC\uC744 \uD074\uB9AD\uD55C \uB2E4\uC74C \uB85C\uCEEC \uD30C\uC77C\uC744 \uAC00\uC838\uC624\uC138\uC694.",noPermissionForThisPage:"\u26A0\uFE0F \uD604\uC7AC \uD398\uC774\uC9C0 \uBC88\uC5ED \uAD8C\uD55C\uC774 \uC5C6\uC2B5\uB2C8\uB2E4.",retryAllParagraphs:"\uBAA8\uB4E0 \uC624\uB958 \uAD6C\uC808 \uB2E4\uC2DC \uC2DC\uB3C4",retryAllButton:"\uBAA8\uB4E0 \uC624\uB958 \uAD6C\uC808 \uB2E4\uC2DC \uC2DC\uB3C4",errorTooltipTitle:"\uC624\uB958\uC758 \uC6D0\uC778\uC744 \uBCF4\uB824\uBA74 \uD074\uB9AD\uD558\uC138\uC694.",errorModalTitle:"\uBC88\uC5ED \uC11C\uBE44\uC2A4 \uB610\uB294 \uB124\uD2B8\uC6CC\uD06C\uC5D0 \uBB38\uC81C\uAC00 \uC788\uB294 \uAC83 \uAC19\uC2B5\uB2C8\uB2E4...",disableConfirm:"\uC774\uC911 \uC5B8\uC5B4 \uC815\uBCF4 \uD5A5\uC0C1 \uC124\uC815",disableOnce:"\uC774 \uBE44\uD65C\uC131\uD654",disableGlobal:"\uC601\uAD6C\uC801\uC73C\uB85C \uBE44\uD65C\uC131\uD654",disableTint:"* {option} \uC5D0\uC11C \uB2E4\uC2DC \uD65C\uC131\uD654\uD560 \uC218 \uC788\uC2B5\uB2C8\uB2E4.",searchEnhancementNotes:"\uC911\uAD6D\uC5B4 \uD0A4\uC6CC\uB4DC\uC640 \uC601\uC5B4 \uD0A4\uC6CC\uB4DC\uC5D0 \uB300\uD55C \uB274\uC2A4 \uACB0\uACFC\uAC00 \uB9E4\uC6B0 \uB2E4\uB978 \uAC83\uC744 \uBC1C\uACAC\uD588\uC2B5\uB2C8\uB2E4. \uBAB0\uC785\uD615 \uBC88\uC5ED \uC774\uC911 \uC5B8\uC5B4 \uC815\uBCF4 \uD5A5\uC0C1 \uAE30\uB2A5\uC744 \uD65C\uC131\uD654\uD558\uBA74 \uC9C0\uC6D0\uB418\uB294 \uC6F9\uC0AC\uC774\uD2B8(Google \uB274\uC2A4, Google \uAC80\uC0C9(\uC77C\uBD80 \uD0A4\uC6CC\uB4DC), \uC2A4\uB178\uC6B0\uBCFC, \uB3D9\uC591\uC758 \uBD80, \uD4E8\uD22C\uB77C, \uD0C0\uC774\uAC70)\uC5D0\uC11C \uB3D9\uC77C\uD55C \uD0A4\uC6CC\uB4DC\uB97C \uC601\uC5B4\uB85C \uC790\uB3D9 \uAC80\uC0C9\uD558\uC5EC \uC624\uB978\uCABD\uC5D0 \uD45C\uC2DC\uD574 \uC90D\uB2C8\uB2E4. \uC774 \uAE30\uB2A5\uC774 \uD544\uC694\uD558\uC9C0 \uC54A\uC740 \uACBD\uC6B0 \uBE44\uD65C\uC131\uD654\uD560 \uC218 \uC788\uC2B5\uB2C8\uB2E4.",option:"\uC124\uC815",saveSettings:"\uC124\uC815 \uC800\uC7A5",closeModal:"\uCC3D \uB2EB\uAE30",enableInputTranslationWithoutTriggerKeyTitle:"{trailingKey}\uB97C 3\uBC88 \uBE60\uB974\uAC8C \uB204\uB974\uBA74 \uC804\uCCB4 \uC785\uB825 \uC0C1\uC790\uB97C{inputTargetLanguage}\uB85C \uBC14\uB85C \uBC88\uC5ED\uD560 \uC218 \uC788\uC2B5\uB2C8\uB2E4.",enableInputTranslationWithoutTriggerKeyDescription:"\uB300\uC0C1 \uC5B8\uC5B4\uB97C \uC9C0\uC815\uD558\uB824\uBA74 \uC55E\uC5D0 \uC5B8\uC5B4 \uCF54\uB4DC\uB97C \uBD99\uC785\uB2C8\uB2E4(\uC608:\uFF1Aja Hello World).",mouseHoverShortcutPlaceholder:"\uC608:\uFF1A\uC2DC\uD504\uD2B8",deepLProName:"\uBAB0\uC785\uD615 \uBC88\uC5ED \uD504\uB85C \uD68C\uC6D0(\uAD8C\uC7A5)",deepLProDescription:"\uD604\uC7AC \uD328\uD0A4\uC9C0\uB97C \uC9C1\uC811 \uC0AC\uC6A9\uD560 \uC218 \uC788\uC2B5\uB2C8\uB2E4.",deeplProDescriptionForNormal:"\uC124\uC815 \uD544\uC694 \uC5C6\uC74C, \uD68C\uC6D0\uC740 \uB85C\uADF8\uC778 \uD6C4 \uC0AC\uC6A9 \uAC00\uB2A5, <1>\uD68C\uC6D0\uC73C\uB85C \uC5C5\uADF8\uB808\uC774\uB4DC\uD558\uB824\uBA74 \uC5EC\uAE30\uB97C \uD074\uB9AD\uD558\uC138\uC694.",deepLCustomDescription:"\uC678\uAD6D \uC2E0\uC6A9 \uCE74\uB4DC \uD544\uC694, \uACF5\uC2DD\uC801\uC73C\uB85C \uAC1C\uC124\uB41C <1>DeepL,<2>\uBB38\uC11C\uB97C \uBCF4\uB824\uBA74 \uD074\uB9AD\uD558\uC138\uC694.",deepLCustomName:"\uC0AC\uC6A9\uC790 \uC9C0\uC815 \uC778\uC99D \uD0A4",chooseProviderLabel:"\uC11C\uBE44\uC2A4 \uC81C\uACF5\uC5C5\uCCB4 \uC120\uD0DD",openaiProName:"\uBAB0\uC785\uD615 \uBC88\uC5ED \uD504\uB85C \uD68C\uC6D0(\uAD8C\uC7A5)",openaiProDescription:"\uD604\uC7AC \uD328\uD0A4\uC9C0\uB97C \uC9C1\uC811 \uC0AC\uC6A9\uD560 \uC218 \uC788\uC2B5\uB2C8\uB2E4.",openaiProDescriptionForNormal:"\uC124\uC815\uC774 \uD544\uC694\uD558\uC9C0 \uC54A\uC73C\uBA70, \uD68C\uC6D0\uC740 \uB85C\uADF8\uC778 \uD6C4 \uC0AC\uC6A9\uD560 \uC218 \uC788\uC2B5\uB2C8\uB2E4. <1>\uD68C\uC6D0\uC73C\uB85C \uC5C5\uADF8\uB808\uC774\uB4DC\uD558\uB824\uBA74 \uC5EC\uAE30\uB97C \uD074\uB9AD\uD558\uC138\uC694.",openaiCustomDescription:"OpenAI, Azure OpenAI \uB610\uB294 \uAE30\uD0C0 \uD0C0\uC0AC \uC11C\uBE44\uC2A4\uC5D0\uC11C \uC0AC\uC6A9 \uAC00\uB2A5, <1>\uC124\uBA85\uC11C\uB97C \uBCF4\uB824\uBA74 \uC5EC\uAE30\uB97C \uD074\uB9AD\uD558\uC138\uC694.",openaiCustomName:"\uC0AC\uC6A9\uC790 \uC9C0\uC815 API \uD0A4",needLoginAction:"(\uACF5\uAC1C \uBA64\uBC84\uC2ED \uB610\uB294 \uC0AC\uC6A9\uC790 \uC9C0\uC815)",goLoginOrAction:"(\uBA64\uBC84\uC2ED\uC744 \uC5F4\uAC70\uB098 \uC124\uC815\uC73C\uB85C \uC774\uB3D9)",yearly:"\uC5F0\uAC04 \uC5F0\uC18D \uACB0\uC81C",quarterly:"\uC21C\uCC28\uC801 \uB798\uD551",monthly:"\uC6D4\uAC04 \uAD6C\uB3C5",yearlyForOnce:"\uC5F0\uAC04 1\uD68C \uD328\uD0A4\uC9C0",monthlyForOnce:"\uC6D4 1\uD68C \uD328\uD0A4\uC9C0",daily:"\uC5F0\uC18D \uD328\uD0B7 \uC77C\uC218",year:"\uC5F0\uAC04 \uC5F0\uC18D \uACB0\uC81C",quarter:"\uC21C\uCC28\uC801 \uB798\uD551",month:"\uC6D4\uAC04 \uAD6C\uB3C5",day:"\uC5F0\uC18D \uD328\uD0B7 \uC77C\uC218",onetime_7day:"7\uC77C \uCCB4\uD5D8 \uD329",currentPlanDescriptionForFree:"\uD604\uC7AC \uD328\uD0A4\uC9C0\uFF1A\uBB34\uB8CC",currentPlanDescriptionForContinuous:"\uD604\uC7AC \uD328\uD0A4\uC9C0\uFF1A{plan}\uB294 {endAt} \uC5D0\uC11C \uC790\uB3D9\uC73C\uB85C \uAC31\uC2E0\uB429\uB2C8\uB2E4.",currentPlanDescriptionForAutoRenewCaceling:"\uD604\uC7AC \uD328\uD0A4\uC9C0(\uFF1A{plan})\uB294 {endAt} \uC5D0\uC11C \uB9CC\uB8CC\uB418\uBA70 \uB9CC\uB8CC \uC2DC \uC790\uB3D9\uC73C\uB85C \uAC31\uC2E0\uB418\uC9C0 \uC54A\uC2B5\uB2C8\uB2E4.",currentYearlyPlanDescriptionForAutoRenewCacelingWithRealPaiedUser:"\uD604\uC7AC \uD328\uD0A4\uC9C0(\uFF1A{plan})\uB294 {endAt} \uC5D0\uC11C \uB9CC\uB8CC\uB418\uBA70 \uB9CC\uB8CC \uC2DC \uC790\uB3D9\uC73C\uB85C \uAC31\uC2E0\uB418\uC9C0 \uC54A\uC2B5\uB2C8\uB2E4.
<1>\uAC31\uC2E0 \uD50C\uB79C\uC744 \uAD00\uB9AC\uD558\uB824\uBA74 \uC5EC\uAE30\uB97C \uD074\uB9AD\uD558\uC138\uC694.",currentYearlyPlanDescriptionForAutoRenewCacelingWithAdmin:"\uD604\uC7AC \uD328\uD0A4\uC9C0(\uFF1A{plan})\uB294 {endAt} \uC5D0\uC11C \uB9CC\uB8CC\uB418\uBA70 \uB9CC\uB8CC \uC2DC \uC790\uB3D9\uC73C\uB85C \uAC31\uC2E0\uB418\uC9C0 \uC54A\uC2B5\uB2C8\uB2E4.
<1>\uC5F0\uAC04 \uC5F0\uC18D \uAD6C\uB3C5\uC744 \uD65C\uC131\uD654\uD558\uB824\uBA74 \uC5EC\uAE30\uB97C \uD074\uB9AD\uD558\uC138\uC694.",currentPlanDescriptionForOneTime:"\uD604\uC7AC \uAD6C\uB3C5\uFF1A{plan}\uC740 {endAt} \uC5D0\uC11C \uB9CC\uB8CC\uB418\uBA70, <1>\uC5F0\uAC04 \uB610\uB294 <2>\uC6D4\uAC04<1>\uBA64\uBC84\uC2ED\uC73C\uB85C \uC5C5\uADF8\uB808\uC774\uB4DC\uD558\uB824\uBA74 \uC5EC\uAE30\uB97C \uD074\uB9AD\uD558\uC138\uC694.",upgradePlan:"\uD504\uB85C \uBA64\uBC84\uC2ED\uC73C\uB85C \uC5C5\uADF8\uB808\uC774\uB4DC\uD558\uB824\uBA74 \uC5EC\uAE30\uB97C \uD074\uB9AD\uD558\uC138\uC694.",upgradeToPro:"\uD504\uB85C \uBA64\uBC84\uC2ED\uC73C\uB85C \uC5C5\uADF8\uB808\uC774\uB4DC","popup.openPro":"DeepL \uBC0F OpenAI \uBC88\uC5ED\uC744 \uC990\uAE30\uB824\uBA74 \uD504\uB85C \uBA64\uBC84\uC2ED\uC73C\uB85C \uC5C5\uADF8\uB808\uC774\uB4DC\uD558\uACE0 \uC5EC\uAE30\uB97C \uD074\uB9AD\uD558\uC5EC \uC5C5\uADF8\uB808\uC774\uB4DC\uD558\uC138\uC694!","popup.openProForPro":"\uADC0\uD558\uB294 DeepL \uBC0F OpenAI \uBC88\uC5ED\uC5D0 \uC9C1\uC811 \uC561\uC138\uC2A4\uD560 \uC218 \uC788\uB294 \uD504\uB85C \uD68C\uC6D0\uC785\uB2C8\uB2E4!",currentAccount:"\uACBD\uC0C1 \uACC4\uC815",enableAutoSyncUserSettings:"\uC5EC\uB7EC \uB514\uBC14\uC774\uC2A4\uC5D0\uC11C \uD074\uB77C\uC6B0\uB4DC \uC790\uB3D9 \uB3D9\uAE30\uD654 \uC0AC\uC6A9",modalEnableInputTranslationTitle:"\uBAB0\uC785\uD615 \uBC88\uC5ED \uC785\uB825 \uC0C1\uC790 \uBC88\uC5ED \uC54C\uB9BC",modalEnableInputTranslationDesc:"\uC2A4\uD398\uC774\uC2A4\uBC14\uB97C \uC5F0\uC18D\uD574\uC11C \uC138 \uBC88 \uBE60\uB974\uAC8C \uB20C\uB7EC \uBAB0\uC785\uD615 \uBC88\uC5ED\uC758 \uC785\uB825 \uC0C1\uC790 \uBC88\uC5ED\uC744 \uD2B8\uB9AC\uAC70\uD588\uC73C\uBA70, \uC785\uB825 \uC0C1\uC790\uC758 \uB0B4\uC6A9\uC774 \uAE30\uBCF8 \uB300\uC0C1 \uC5B8\uC5B4\uB85C \uBC88\uC5ED\uB429\uB2C8\uB2E4. \uBC88\uC5ED\uC740 Ctrl+Z\uB85C \uCDE8\uC18C\uD560 \uC218 \uC788\uC2B5\uB2C8\uB2E4.

\uBC88\uC5ED\uC774 \uC2E4\uC218\uC600\uB2E4\uBA74 \uC9C0\uAE08 \uBC14\uB85C \uBE44\uD65C\uC131\uD654\uD558\uAC70\uB098 \uC785\uB825 \uC0C1\uC790 \uBC88\uC5ED\uC744 \uC601\uAD6C\uC801\uC73C\uB85C \uBE44\uD65C\uC131\uD654\uD560 \uC218 \uC788\uC73C\uB2C8 \uAC71\uC815\uD558\uC9C0 \uB9C8\uC138\uC694.",saveAndNotShowAgain:"\uC800\uC7A5 \uBC0F \uD504\uB86C\uD504\uD2B8 \uC911\uC9C0",disableInputTranslationTips:"* {option} ,{learnMore}\uC5D0\uC11C \uB2E4\uB978 \uBC14\uB85C\uAC00\uAE30\uB97C \uD2B8\uB9AC\uAC70\uD558\uB3C4\uB85D \uC124\uC815\uD560 \uC218\uB3C4 \uC788\uC2B5\uB2C8\uB2E4.",learnMore:"\uC790\uC138\uD788 \uC54C\uC544\uBCF4\uB824\uBA74 \uC5EC\uAE30\uB97C \uD074\uB9AD\uD558\uC138\uC694.",continueEnalbeInputTranslation:"\uC785\uB825 \uC0C1\uC790 \uBC88\uC5ED \uACC4\uC18D \uD65C\uC131\uD654",autoRenewTrialSuffix:'(\uD3C9\uAC00\uD310 \uC0AC\uC6A9 \uC2DC\uC989\uC2DC \uC815\uC2DD \uBA64\uBC84\uC2ED\uC73C\uB85C \uC5C5\uADF8\uB808\uC774\uB4DC)',upgradeFromTrialTitle:"\uC815\uD68C\uC6D0\uC73C\uB85C \uC5C5\uADF8\uB808\uC774\uB4DC",subtitle:"\uBE44\uB514\uC624 \uCEA1\uC158",youtubeService:"\uBAB0\uC785 \uBC88\uC5ED \uBE44\uB514\uC624 \uC790\uB9C9 \uBC88\uC5ED \uC11C\uBE44\uC2A4","subtitle.disabledSubtitle":"\uB3D9\uC601\uC0C1 \uC790\uB9C9 \uAE30\uB2A5 \uC601\uAD6C \uBE44\uD65C\uC131\uD654\uD558\uAE30","subtitle.disabledSubtitleDescription":"\uBAB0\uC785\uD615 \uBC88\uC5ED\uAE30\uC758 \uBE44\uB514\uC624 \uC790\uB9C9\uC774 \uB2E4\uB978 \uD655\uC7A5 \uD504\uB85C\uADF8\uB7A8\uACFC \uCDA9\uB3CC\uD558\uB294 \uACBD\uC6B0, \uBAB0\uC785\uD615 \uBC88\uC5ED\uAE30\uC758 \uBE44\uB514\uC624 \uC790\uB9C9 \uAE30\uB2A5\uC744 \uC601\uAD6C\uC801\uC73C\uB85C \uBE44\uD65C\uC131\uD654\uD558\uAC70\uB098 \uCDA9\uB3CC\uD558\uB294 \uB2E4\uB978 \uD655\uC7A5 \uD504\uB85C\uADF8\uB7A8\uC744 \uC81C\uAC70\uD558\uB3C4\uB85D \uC120\uD0DD\uD560 \uC218 \uC788\uC2B5\uB2C8\uB2E4.","subtitle.autoEnableSubtitle":"\uC774\uC911 \uC5B8\uC5B4 \uC790\uB9C9 \uC790\uB3D9 \uC0AC\uC6A9","subtitle.autoEnableSubtitleDescription":"\uC0AC\uC6A9\uD558\uBA74 \uBE44\uB514\uC624\uAC00 \uC7AC\uC0DD\uB420 \uB54C \uC790\uB3D9\uC73C\uB85C \uC774\uC911 \uC5B8\uC5B4 \uC790\uB9C9\uC774 \uD45C\uC2DC\uB418\uBA70, \uADF8\uB807\uC9C0 \uC54A\uC73C\uBA74 \uBC88\uC5ED \uBC84\uD2BC\uC744 \uD074\uB9AD\uD574\uC57C \uD45C\uC2DC\uB429\uB2C8\uB2E4.","subtitle.preTranslation":"\uBAB0\uC785\uD615 \uBC88\uC5ED\uC744 \uC0AC\uC6A9\uD558\uC5EC \uC790\uB9C9 \uBC88\uC5ED\uD558\uAE30","subtitle.preTranslationDescription":"\uD65C\uC131\uD654\uD558\uBA74 \uC544\uB798\uC5D0 \uBA85\uC2DC\uB41C \uBC88\uC5ED \uC11C\uBE44\uC2A4\uB97C \uC0AC\uC6A9\uD558\uC5EC \uC804\uCCB4 \uC790\uB9C9\uC774 \uC0AC\uC804 \uBC88\uC5ED\uB418\uBA70, 1\uC2DC\uAC04 \uBD84\uB7C9\uC758 \uB3D9\uC601\uC0C1\uC740 \uC57D 50,000 \uD1A0\uD070 \uB610\uB294 \uBB38\uC790\uB97C \uC18C\uBAA8\uD558\uBBC0\uB85C \uC2E0\uC911\uD558\uAC8C \uC0AC\uC6A9\uD558\uC2DC\uAE30 \uBC14\uB77C\uBA70, \uBE44\uD65C\uC131\uD654\uD558\uBA74 \uC6D0\uBCF8 \uC790\uB9C9\uC774 \uBA3C\uC800 \uC0AC\uC6A9\uB429\uB2C8\uB2E4.","subtitle.humanSubtitlesPreferred":"\uD734\uBA3C \uCEA1\uC158 \uC6B0\uC120 \uC0AC\uC6A9","subtitle.humanSubtitlesPreferredDescription":"\uB3D9\uC601\uC0C1\uC5D0 \uB300\uC0C1 \uC5B8\uC5B4\uB85C \uB41C \uC0AC\uB78C \uC790\uB9C9\uC774 \uC788\uB294 \uACBD\uC6B0 \uC0AC\uB78C \uC790\uB9C9\uC744 \uC6B0\uC120\uC801\uC73C\uB85C \uC0AC\uC6A9\uD569\uB2C8\uB2E4(\uAD8C\uC7A5).",videoSubtitleTranslationDescription:"\uB3D9\uC601\uC0C1 \uC790\uB9C9\uC744 \uC704\uD55C \uBCC4\uB3C4\uC758 \uBC88\uC5ED \uC11C\uBE44\uC2A4 \uC9C0\uC815",subtitleTranslating:"{service} \uC11C\uBE44\uC2A4\uB97C \uC0AC\uC6A9\uD558\uC5EC \uC790\uB9C9\uC744 \uBC88\uC5ED\uD558\uB294 \uB3D9\uC548 \uC7A0\uC2DC \uAE30\uB2E4\uB824\uC8FC\uC138\uC694... (\uBAB0\uC785 \uBC88\uC5ED)",subtitleLoading:"\uC790\uB9C9 \uB85C\uB4DC \uC911...",bilingual:"\uC774\uC911 \uC5B8\uC5B4 \uC0AC\uC6A9","field.action":"\uBC14\uC774\uB450 \uC6A9\uC5B4 \uC0AC\uC6A9 \uC5EC\uBD80","description.action":"\uD65C\uC131\uD654\uD558\uBA74 \uC694\uCCAD\uC5D0 action=1 \uB9E4\uAC1C\uBCC0\uC218\uAC00 \uCD94\uAC00\uB418\uC5B4 \uBC14\uC774\uB450\uC5D0 \uD65C\uC131\uD654\uB41C \uC6A9\uC5B4\uB97C \uC54C\uB9B4 \uC218 \uC788\uC73C\uBA70, <1>\uC790\uC138\uD55C \uB0B4\uC6A9\uC740 \uACF5\uC2DD \uBB38\uC11C\uB97C \uCC38\uC870\uD558\uC138\uC694.",closeQuickTranslation:"\uD638\uBC84\uBCFC \uB2EB\uAE30","closeQuickTranslation.untilNext":"\uB2E4\uC74C \uBC29\uBB38 \uC2DC\uAE4C\uC9C0 \uD734\uBB34\uC785\uB2C8\uB2E4.","closeQuickTranslation.currentWebsite":"\uD604\uC7AC \uC0AC\uC774\uD2B8 \uBE44\uD65C\uC131\uD654","closeQuickTranslation.alwaysClose":"\uC601\uAD6C\uC801\uC73C\uB85C \uBE44\uD65C\uC131\uD654","closeQuickTranslation.settingOpen":"( <1>\uC124\uC815 \uD398\uC774\uC9C0\uC5D0\uC11C \uCF1C\uAE30 \uAC00\uB2A5)","closeQuickTranslation.cancel":"\uCDE8\uC18C","closeQuickTranslation.confirm":"\uC815\uC758","floatBall.popup":"\uBE60\uB978 \uC124\uC815 \uD328\uB110 \uC5F4\uAE30","floatBall.translate":"\uD074\uB9AD\uD558\uC5EC \uD398\uC774\uC9C0 \uBC88\uC5ED\uD558\uAE30","floatBall.showOriginal":"\uC6D0\uBCF8 \uBB38\uC11C\uB85C \uB3CC\uC544\uAC00\uB824\uBA74 \uD074\uB9AD\uD558\uC138\uC694.","floatBall.close":"\uD638\uBC84\uBCFC \uB2EB\uAE30","floatBallOptions.enableDescPc":"\uD398\uC774\uC9C0 \uD638\uBC84\uBCFC\uC744 \uD65C\uC131\uD654\uD558\uBA74 \uD398\uC774\uC9C0 \uC624\uB978\uCABD\uC5D0 \uBE60\uB978 \uBC88\uC5ED \uBC84\uD2BC\uC774 \uD45C\uC2DC\uB418\uBA70, \uC774\uB97C \uD074\uB9AD\uD558\uBA74 \uBC88\uC5ED\uD560 \uC218 \uC788\uC2B5\uB2C8\uB2E4!","floatBallOptions.enableDesc":"\uD638\uBC84\uBCFC\uC744 \uB044\uACE0 \uB098\uBA74{touch}\uC73C\uB85C \uBD88\uB7EC\uC62C \uC218 \uC788\uC2B5\uB2C8\uB2E4. \uC2E4\uC218\uB85C \uC774 \uC635\uC158\uC744 \uB048 \uD6C4 \uD638\uBC84\uBCFC\uC744 \uCC3E\uC744 \uC218 \uC5C6\uB294 \uACBD\uC6B0\uB97C \uB300\uBE44\uD574 \uC774 \uC124\uC815 \uD398\uC774\uC9C0\uB97C \uBD81\uB9C8\uD06C\uC5D0 \uCD94\uAC00\uD574 \uB450\uB294 \uAC83\uC774 \uC88B\uC2B5\uB2C8\uB2E4!","description.azureApiUrl":"\uC0AC\uC6A9\uC790 \uC9C0\uC815 API \uC778\uD130\uD398\uC774\uC2A4\uC758 \uC8FC\uC18C\uB97C \uC785\uB825\uD569\uB2C8\uB2E4.",confirmSupportMouse:"\uB9C8\uC6B0\uC2A4 \uC9C0\uC6D0 \uAC15\uC81C \uD65C\uC131\uD654",confirmSupportMouseDescription:"\uD604\uC7AC \uBE0C\uB77C\uC6B0\uC800\uAC00 \uB9C8\uC6B0\uC2A4 \uAE30\uB2A5\uC744 \uC9C0\uC6D0\uD558\uC9C0 \uC54A\uB294 \uAC83\uC73C\uB85C \uAC10\uC9C0\uB418\uBA74 \uB9C8\uC6B0\uC2A4 \uC9C0\uC6D0\uC744 \uAC15\uC81C\uB85C \uD65C\uC131\uD654\uD574\uC57C \uD558\uB098\uC694?",sampleTargetText:"\uAE34 \uBC24\uC774 \uC62C \uAC83\uC774\uB2C8, \uB098\uB294 \uC624\uB298\uBD80\uD130 \uC8FD\uC744 \uB54C\uAE4C\uC9C0 \uBCF4\uCD08\uB97C \uC124 \uAC83\uC774\uB2E4. \uB098\uB294 \uC544\uB0B4\uB97C \uCDE8\uD558\uC9C0 \uC54A\uC744 \uAC83\uC774\uBA70, \uB3D9\uB9F9\uC744 \uB9FA\uC9C0 \uC54A\uC744 \uAC83\uC774\uBA70, \uC790\uC2DD\uC744 \uB0B3\uC9C0 \uC54A\uC744 \uAC83\uC774\uB2E4. \uB098\uB294 \uC655\uAD00\uC744 \uC4F0\uC9C0 \uC54A\uC744 \uAC83\uC774\uBA70 \uBA85\uC608\uB97C \uC704\uD574 \uB178\uB825\uD558\uC9C0 \uC54A\uC744 \uAC83\uC774\uB2E4. \uB098\uB294 \uB0B4 \uC758\uBB34\uB97C \uB2E4\uD558\uACE0 \uC0B4\uB2E4\uAC00 \uC8FD\uC744 \uAC83\uC785\uB2C8\uB2E4.",sampleSourceText:"Night gathers, and now my watch begins. It shall not end until my death. I shall take no wife, hold no lands, father no children. I shall wear no crowns and win no glory. I shall live and die at my post.","subtitle.supportedSites":"\u5DF2\u652F\u6301\u5728\u8FD9\u4E9B\u7F51\u7AD9\u4F7F\u7528\u53CC\u8BED\u5B57\u5E55\uFF08\u6CE8\u610F\uFF1A\u7531\u4E8E\u6280\u672F\u9650\u5236\uFF0C\u90E8\u5206\u7F51\u7AD9\u5728\u9996\u6B21\u5F00\u542F\u5B57\u5E55\u540E\u9700\u8981\u91CD\u65B0\u5237\u65B0\u9875\u9762\uFF0C\u6216\u8005\u9700\u7B49\u5F85\u7FFB\u8BD1\u5B8C\u6210\u4EE5\u663E\u793A\u53CC\u8BED\u5B57\u5E55\uFF09\uFF1A",viewWithImmersiveTranslate:"\u53CC\u8BED\u7248\u672C(\u6C89\u6D78\u5F0F\u7FFB\u8BD1)",errorReason:"\u9519\u8BEF\u539F\u56E0\uFF1A{message}","proQuotaExceededError.onetime7day":'\uFF0C\u60A8\u53EF\u4EE5\u9009\u62E9\u4EE5\u4E0B\u65B9\u5F0F\u89E3\u51B3\uFF1A

1. \u5207\u6362\u5230 {anotherService} \u6216\u5176\u4ED6\u7FFB\u8BD1\u670D\u52A1
2. \u5347\u7EA7\u4E3A\u6708\u5EA6/\u5E74\u5EA6\u4F1A\u5458',"proQuotaExceededError.trial":'\uFF0C\u60A8\u53EF\u4EE5\u9009\u62E9\u4EE5\u4E0B\u65B9\u5F0F\u89E3\u51B3\uFF1A

1. \u5207\u6362\u5230 {anotherService} \u6216\u5176\u4ED6\u7FFB\u8BD1\u670D\u52A1
2. \u7ACB\u523B\u5347\u7EA7\u4E3A\u6B63\u5F0F\u4F1A\u5458',"proQuotaExceededError.nonTrial":'\uFF0C\u60A8\u53EF\u4EE5\u9009\u62E9\u4EE5\u4E0B\u65B9\u5F0F\u89E3\u51B3\uFF1A

1. \u5207\u6362\u5230 {anotherService} \u6216\u5176\u4ED6\u7FFB\u8BD1\u670D\u52A1
2. \u8D2D\u4E70 {translationService} \u989D\u5916\u6D41\u91CF\u5305',"proQuotaExceededError.resetTime":"
3. \u989D\u5EA6\u91CD\u7F6E\u65F6\u95F4\uFF1A{resetTime}","desc.touchShortcutsToggleTranslatePageOnlyTranslation":"\uBC88\uC5ED\uBB38\uB9CC\uC774\uB77C\uB294 \uAC83\uC740 \uBC88\uC5ED\uBB38\uB9CC \uD45C\uC2DC\uD558\uBA70, \uC6F9\uD398\uC774\uC9C0\uAC00 \uC544\uC9C1 \uBC88\uC5ED\uB418\uC9C0 \uC54A\uC558\uB2E4\uBA74 \uBAA8\uB4DC\uB97C \uC804\uD658\uD558\uACE0 \uBC88\uC5ED\uD560 \uAC83\uC785\uB2C8\uB2E4.","desc.toggleOnlyTransation":"\uC624\uC9C1 \uBC88\uC5ED \uBAA8\uB4DC\uB294 \uBC88\uC5ED\uBB38\uB9CC \uD45C\uC2DC\uD558\uB294 \uAC83\uC744 \uC758\uBBF8\uD558\uBA70, \uC6F9\uD398\uC774\uC9C0\uAC00 \uC544\uC9C1 \uBC88\uC5ED\uB418\uC9C0 \uC54A\uC558\uB2E4\uBA74 \uBAA8\uB4DC\uB97C \uC804\uD658\uD558\uACE0 \uBC88\uC5ED\uD560 \uAC83\uC785\uB2C8\uB2E4.",touchShortcutsToggleTranslatePageOnlyTranslation:"\uD130\uCE58 \uC2A4\uD06C\uB9B0 \uC81C\uC2A4\uCC98\uB97C \uC124\uC815\uD558\uC5EC \uC774\uC911 \uC5B8\uC5B4/\uBC88\uC5ED \uD14D\uC2A4\uD2B8 \uC804\uC6A9 \uBAA8\uB4DC\uB97C \uC804\uD658\uD558\uC138\uC694.",download_started:"\uB2E4\uC6B4\uB85C\uB4DC\uAC00 \uC774\uBBF8 \uC2DC\uC791\uB418\uC5C8\uC2B5\uB2C8\uB2E4. \uC790\uB3D9\uC73C\uB85C \uB2E4\uC6B4\uB85C\uB4DC\uB418\uC9C0 \uC54A\uB294 \uACBD\uC6B0, \uC218\uB3D9\uC73C\uB85C \uD074\uB9AD\uD558\uC2ED\uC2DC\uC624.",here:"\uC5EC\uAE30","error.serveConfigError":"\uC11C\uBE44\uC2A4 \uAD6C\uC131 \uC624\uB958","translationFont.customPlaceholder":"\uAE00\uAF34","error.configError":"\uAD6C\uC131 \uB370\uC774\uD130 \uC774\uC0C1","error.goReset":"\uC7AC\uC124\uC815\uD558\uB2E4","touch.mouse-translate":"\uC9C0\uC815\uB41C \uB2E8\uB77D \uBC88\uC5ED",batchEdit:"\uB300\uB7C9 \uC791\uC5C5","translationModeUrl.translation.title":"\uBC88\uC5ED\uB9CC \uBAA8\uB4DC\uC758 \uC6F9\uC0AC\uC774\uD2B8","translationFont.custom":"\uC0AC\uC6A9\uC790 \uC815\uC758 \uAE00\uAF34 \uC785\uB825",translationFont:"\uAE00\uAF34 \uC124\uC815","translationServices.inherit":"\uC8FC \uBC88\uC5ED \uC11C\uBE44\uC2A4\uB97C \uB530\uB974\uC2ED\uC2DC\uC624",detectServiceLoading:"\uC0AC\uC6A9 \uAC00\uB2A5\uD55C \uBC88\uC5ED \uC11C\uBE44\uC2A4\uB97C \uD655\uC778 \uC911\uC785\uB2C8\uB2E4...",toggleToService:"{service}\uB85C \uC804\uD658\uD558\uACE0 \uB2E4\uC2DC \uC2DC\uB3C4\uD558\uC2ED\uC2DC\uC624.","translationModeLang.translation.title":"\uB2E8\uC21C \uBC88\uC5ED \uBAA8\uB4DC\uC758 \uC5B8\uC5B4","error.502":"\uC11C\uBE44\uC2A4\uAC00 \uC624\uB958\uB97C \uBC18\uD658\uD588\uC2B5\uB2C8\uB2E4, \uC11C\uBE44\uC2A4\uAC00 \uC2DC\uAC04 \uCD08\uACFC\uB418\uC5C8\uC2B5\uB2C8\uB2E4. \uC7A0\uC2DC \uD6C4 \uB2E4\uC2DC \uC2DC\uB3C4\uD574 \uC8FC\uC138\uC694.","error.proUpgrade":"\uC5C5\uADF8\uB808\uC774\uB4DC \uD6C4\uC5D0\uB294 \uD398\uC774\uC9C0\uB97C \uC0C8\uB85C \uACE0\uCE68\uD558\uC5EC \uB2E4\uC2DC \uBC88\uC5ED\uD558\uC2ED\uC2DC\uC624.","error.reloadPageOfSetting":"\uAD6C\uC131 \uD6C4\uC5D0\uB294 \uD398\uC774\uC9C0\uB97C \uC0C8\uB85C \uACE0\uCE68\uD558\uC5EC \uB2E4\uC2DC \uBC88\uC5ED\uD558\uC2ED\uC2DC\uC624.","translationModeLang.translation.description":"\uD398\uC774\uC9C0 \uC5B8\uC5B4\uAC00 \uB2E4\uC74C \uC5B8\uC5B4\uC77C \uB54C, \uC790\uB3D9\uC73C\uB85C \uBC88\uC5ED\uBB38\uB9CC \uBAA8\uB4DC\uB97C \uC0AC\uC6A9\uD569\uB2C8\uB2E4.","error.proTokenInvalid":"Pro \uC0AC\uC6A9\uC790\uC774\uC2DC\uB77C\uBA74, \uB85C\uADF8\uC778 \uD6C4 Pro \uBC88\uC5ED \uC11C\uBE44\uC2A4\uB97C \uC774\uC6A9\uD574 \uC8FC\uC138\uC694.","error.403":"\uC11C\uBE44\uC2A4\uAC00 \uC624\uB958\uB97C \uBC18\uD658\uD558\uC600\uC2B5\uB2C8\uB2E4, \uC7A0\uC2DC \uD574\uB2F9 \uC11C\uBE44\uC2A4\uC5D0 \uC811\uADFC\uD560 \uAD8C\uD55C\uC774 \uC5C6\uC2B5\uB2C8\uB2E4.","error.googleLimitIp":"\uC11C\uBE44\uC2A4\uAC00 \uC624\uB958\uB97C \uBC18\uD658\uD588\uC73C\uBA70, Google \uC11C\uBE44\uC2A4\uB294 \uD574\uB2F9 IP \uC8FC\uC18C\uC5D0 \uB300\uD574 \uC81C\uD55C\uC744 \uB450\uC5C8\uC2B5\uB2C8\uB2E4. \uB124\uD2B8\uC6CC\uD06C \uB178\uB4DC\uB97C \uBCC0\uACBD\uD558\uB294 \uAC83\uC774 \uC88B\uC2B5\uB2C8\uB2E4.",videoSubtitlePreTranslationOff:"\uBE44\uB514\uC624 \uC790\uB9C9\uC740 \uC6D0\uB798 \uBE44\uB514\uC624\uC5D0 \uD3EC\uD568\uB41C \uAE30\uACC4 \uBC88\uC5ED \uC790\uB9C9\uC744 \uC6B0\uC120\uC801\uC73C\uB85C \uC0AC\uC6A9\uD560 \uAC83\uC785\uB2C8\uB2E4.",videoSubtitlePreTranslationOn:"\uBE44\uB514\uC624 \uC790\uB9C9\uC740 \uC6B0\uC120\uC801\uC73C\uB85C \uBAB0\uC785\uD615 \uBC88\uC5ED\uC744 \uC0AC\uC6A9\uD560 \uAC83\uC785\uB2C8\uB2E4.",enableSentryReport:"\uD655\uC7A5\uC774 \uC624\uB958\uB97C \uC77C\uC73C\uD0AC \uB54C Sentry\uB97C \uC0AC\uC6A9\uD558\uC5EC \uD53C\uB4DC\uBC31\uC744 \uC81C\uCD9C\uD558\uC2ED\uC2DC\uC624.","translationModeUrl.translation.description":"\uB2E4\uC74C \uB3C4\uBA54\uC778\uC5D0 \uB300\uD55C \uC6F9\uC0AC\uC774\uD2B8\uC77C \uACBD\uC6B0, \uC790\uB3D9\uC73C\uB85C \uBC88\uC5ED\uBB38\uB9CC \uBAA8\uB4DC\uB97C \uC0AC\uC6A9\uD569\uB2C8\uB2E4.","error.openAIExceededQuota":"\uC11C\uBE44\uC2A4 \uC624\uB958 \uBC18\uD658: \uD604\uC7AC OpenAI \uACC4\uC815 \uC794\uC561\uC774 \uBD80\uC871\uD569\uB2C8\uB2E4. OpenAI \uACF5\uC2DD \uAD00\uB9AC \uD398\uC774\uC9C0\uC5D0\uC11C \uCDA9\uC804\uD558\uAC70\uB098 \uC2E0\uC6A9\uCE74\uB4DC\uB97C \uC5F0\uACB0\uD574\uC8FC\uC138\uC694.","error.400":"\uC11C\uBE44\uC2A4\uAC00 \uC624\uB958\uB97C \uBC18\uD658\uD588\uC2B5\uB2C8\uB2E4. \uC694\uCCAD \uB9E4\uAC1C\uBCC0\uC218\uAC00 \uC798\uBABB\uB418\uC5C8\uC2B5\uB2C8\uB2E4. \uD574\uB2F9 \uC124\uC815\uC744 \uD655\uC778\uD558\uC2ED\uC2DC\uC624.","error.gemini.429":"\uD604\uC7AC Gemini \uC11C\uBE44\uC2A4\uC758 \uD604\uC7AC \uBD80\uD558 \uC6A9\uB7C9\uC774 \uCD5C\uB300\uC5D0 \uB3C4\uB2EC\uD588\uC2B5\uB2C8\uB2E4. \uC7A0\uC2DC \uD6C4\uC5D0 \uB2E4\uC2DC \uC2DC\uB3C4\uD558\uAC70\uB098 \uB2E4\uB978 \uBC88\uC5ED \uC11C\uBE44\uC2A4\uB85C \uC804\uD658\uD574 \uC8FC\uC138\uC694.","translationFont.notSupportErrorMessage":"\uC785\uB825\uD558\uC2E0 \uAE00\uAF34 \uC774\uB984\uC774 \uC815\uD655\uD55C\uC9C0 \uD655\uC778\uD558\uC2DC\uAC70\uB098, \uD574\uB2F9 \uAE00\uAF34\uC774 \uADC0\uD558\uC758 \uC7A5\uCE58\uC5D0 \uC124\uCE58\uB418\uC5B4 \uC788\uB294\uC9C0 \uD655\uC778\uD574 \uC8FC\uC138\uC694.","error.openAIFreeLimit":"\uC11C\uBE44\uC2A4\uAC00 \uC624\uB958\uB97C \uBC18\uD658\uD588\uC2B5\uB2C8\uB2E4. \uD604\uC7AC \uBC88\uC5ED \uC694\uCCAD \uBE48\uB3C4\uAC00 \uBD84\uB2F9 \uCD5C\uB300 3\uD68C\uB85C \uC81C\uD55C\uB418\uC5C8\uC2B5\uB2C8\uB2E4. \uC7A0\uC2DC \uD6C4 \uB2E4\uC2DC \uC2DC\uB3C4\uD558\uC2ED\uC2DC\uC624. (\uC774\uAC83\uC740 OpenAI \uACF5\uC2DD\uC774 \uBB34\uB8CC API Key\uC5D0 \uB300\uD55C \uC81C\uD55C\uC774\uBA70, \uC774 \uC81C\uD55C\uC744 \uD574\uC81C\uD558\uB824\uBA74 OpenAI \uAD00\uB9AC \uBC31\uC5D4\uB4DC\uC5D0\uC11C \uC2E0\uC6A9\uCE74\uB4DC\uB97C \uC5F0\uACB0\uD558\uC2ED\uC2DC\uC624.)","desc.toggleVideoSubtitlePreTranslation":"\uB204\uB974\uBA74 \uBE44\uB514\uC624\uC758 \uC774\uC911 \uC5B8\uC5B4 \uC790\uB9C9\uC740 \uC6B0\uC120\uC801\uC73C\uB85C \uBAB0\uC785\uD615 \uBC88\uC5ED \uC124\uC815\uC744 \uC0AC\uC6A9\uD558\uACE0, \uB2E4\uC2DC \uB204\uB974\uBA74 \uC6D0\uB798 \uBE44\uB514\uC624\uC5D0 \uB0B4\uC7A5\uB41C \uAE30\uACC4 \uBC88\uC5ED \uC790\uB9C9\uC744 \uC6B0\uC120\uC801\uC73C\uB85C \uC0AC\uC6A9\uD569\uB2C8\uB2E4. \uC8FC\uC758: \uC774 \uB2E8\uCD95\uD0A4\uB294 \uC804\uC5ED \uC124\uC815\uC744 \uC218\uC815\uD569\uB2C8\uB2E4.","error.429":"\uC11C\uBE44\uC2A4\uAC00 \uC624\uB958\uB97C \uBC18\uD658\uD588\uC2B5\uB2C8\uB2E4. \uC774\uB294 \uC694\uCCAD\uC774 \uB108\uBB34 \uC790\uC8FC \uBC1C\uC0DD\uD558\uAC70\uB098 \uD560\uB2F9\uB7C9 \uC81C\uD55C\uC744 \uCD08\uACFC\uD588\uC74C\uC744 \uB098\uD0C0\uB0C5\uB2C8\uB2E4. \uC7A0\uC2DC \uD6C4\uC5D0 \uB2E4\uC2DC \uC2DC\uB3C4\uD558\uC2ED\uC2DC\uC624.","error.serveUnavailable":"\uD604\uC7AC \uC0AC\uC6A9 \uC911\uC778 [{serverName}] \uC11C\uBE44\uC2A4\uB294 \uB124\uD2B8\uC6CC\uD06C \uC5F0\uACB0 \uB610\uB294 \uC11C\uBE44\uC2A4 \uC81C\uACF5\uC790\uC758 \uBB38\uC81C\uB85C \uC778\uD574 \uC77C\uC2DC\uC801\uC73C\uB85C \uC811\uC18D\uD560 \uC218 \uC5C6\uC2B5\uB2C8\uB2E4. \uD398\uC774\uC9C0\uB97C \uC0C8\uB85C \uACE0\uCE68\uD558\uAC70\uB098 <1>\uC124\uC815\uC744 \uD1B5\uD574 \uB2E4\uB978 \uBC88\uC5ED \uC11C\uBE44\uC2A4\uB85C \uBCC0\uACBD\uD574 \uBCF4\uC2DC\uB294 \uAC83\uC744 \uAD8C\uC7A5\uD569\uB2C8\uB2E4. <2>Pro \uD68C\uC6D0\uC774\uC2DC\uB77C\uBA74, \uB354 \uC548\uC815\uC801\uC778 DeepL \uB610\uB294 OpenAI \uBC88\uC5ED \uC11C\uBE44\uC2A4\uB97C \uC0AC\uC6A9\uD560 \uC218 \uC788\uC2B5\uB2C8\uB2E4(<3>\uC5EC\uAE30\uB97C \uD074\uB9AD\uD558\uC2DC\uBA74 \uBB34\uB8CC\uB85C \uCCB4\uD5D8\uD558\uC2E4 \uC218 \uC788\uC2B5\uB2C8\uB2E4). \uB610\uD55C, \uB124\uD2B8\uC6CC\uD06C \uB610\uB294 \uD504\uB85D\uC2DC \uC124\uC815\uC744 \uD655\uC778\uD574\uC57C \uD560 \uC218\uB3C4 \uC788\uC2B5\uB2C8\uB2E4.",pickAll:"\uC804\uCCB4 \uC120\uD0DD","error.reason":"\uC624\uB958 \uC6D0\uC778","error.retry":"\uB2E4\uC2DC \uC2DC\uB3C4\uD558\uB2E4","widget.instruction":"\uC0AC\uC6A9 \uC124\uBA85\uC11C",notLogin:"\uB85C\uADF8\uC778\uD558\uC9C0 \uC54A\uC74C",loggedIn:"\uB85C\uADF8\uC778 \uB418\uC5C8\uC2B5\uB2C8\uB2E4",touchShortcutsOff:"\uB2EB\uAE30",goLogin:"\uB85C\uADF8\uC778\uD558\uC2ED\uC2DC\uC624","widget.videoSubtitle":"\uBE44\uB514\uC624 \uC790\uB9C9","multipleClick.2":"\uB354\uBE14 \uD074\uB9AD","widget.translateFile":"PDF/ePub",shortcutSettings:"\uB2E8\uCD95\uD0A4","tagsInput.add":"+ \uCD94\uAC00",translationOnlyMode:"\uC624\uC9C1 \uBC88\uC5ED \uBAA8\uB4DC\uB9CC",shortcutSettingsTitle:"\uB2E8\uCD95\uD0A4 \uC124\uC815","translationServices.gemini":"\uC30D\uB465\uC774\uC790\uB9AC","multipleClick.4":"\uB124 \uBC88 \uC5F0\uC18D \uD0C0\uACA9","floatBall.iKnow":"\uB098\uB294 \uC54C\uC558\uC5B4","widget.instructionTooltip":"\uC0AC\uC6A9 \uC124\uBA85\uC11C\uB97C \uD655\uC778\uD558\uC2ED\uC2DC\uC624","multipleClick.3":"\uD2B8\uB9AC\uD50C \uD788\uD2B8",paragraphMinTextCountField:"\uBC88\uC5ED \uB2E8\uB77D\uC5D0 \uD544\uC694\uD55C \uCD5C\uC18C \uBB38\uC790 \uC218","shortcutGroup.shortcutsForTranslationServices":"\uBC88\uC5ED \uC11C\uBE44\uC2A4 \uAD00\uB828 \uB2E8\uCD95\uD0A4",temprarilyChangeTranslationTo_openai:"\uD604\uC7AC \uD398\uC774\uC9C0\uB97C OpenAI\uB85C \uBC88\uC5ED\uD558\uACE0 \uC788\uC2B5\uB2C8\uB2E4.","browser.translateWithGoogle":"\uD604\uC7AC \uD398\uC774\uC9C0\uB97C \uC784\uC2DC\uB85C Google \uBC88\uC5ED \uC0AC\uC6A9\uD558\uAE30",mouseHoverCustomKeyTitle:"\uC0AC\uC6A9\uC790 \uC815\uC758 \uB9C8\uC6B0\uC2A4 \uD638\uBC84 \uB2E8\uCD95\uD0A4","slide.left":"\uC624\uB978\uCABD\uC73C\uB85C \uC2AC\uB77C\uC774\uB4DC\uD558\uC138\uC694","browser.translateInputBox":"\uD604\uC7AC \uC785\uB825 \uC0C1\uC790 \uB0B4\uC6A9 \uBC88\uC5ED","intro.floatBallTitle":"\uBE60\uB978 \uBC88\uC5ED \uD50C\uB85C\uD305 \uBCFC","shortcutGroup.touch":"\uD130\uCE58 \uC2A4\uD06C\uB9B0 \uC804\uC6A9 \uC81C\uC2A4\uCC98","widget.videoSubtitleTooltip":"Youtube \uB4F1 {count}+ \uBE44\uB514\uC624 \uC6F9\uC0AC\uC774\uD2B8\uB97C \uC9C0\uC6D0\uD569\uB2C8\uB2E4","intro.subtitleTitle":"\uC628\uB77C\uC778 \uBE44\uB514\uC624 \uC774\uC911 \uC5B8\uC5B4 \uC790\uB9C9 \uD45C\uC2DC","subtitle.autoDisableSubtitle":"\uC790\uB3D9\uC73C\uB85C \uC774\uC911 \uC5B8\uC5B4 \uC790\uB9C9\uC744 \uD65C\uC131\uD654\uD558\uC9C0 \uC54A\uC2B5\uB2C8\uB2E4",temprarilyChangeTranslationTo_bing:"\uD604\uC7AC \uD398\uC774\uC9C0\uB97C Microsoft \uBC88\uC5ED\uC744 \uC0AC\uC6A9\uD558\uC5EC \uBC88\uC5ED\uD558\uACE0 \uC788\uC2B5\uB2C8\uB2E4.","slide.right":"\uC67C\uCABD\uC73C\uB85C \uC2AC\uB77C\uC774\uB4DC\uD558\uC138\uC694","widget.translateFileTooltip":"PDF, EPUB, SRT, ASS, HTML \uBC0F TXT \uBB38\uC11C \uBC88\uC5ED","intro.hoverTitle":"\uB9C8\uC6B0\uC2A4\uB97C \uB193\uC73C\uBA74 \uD604\uC7AC \uB2E8\uB77D\uC774 \uBC88\uC5ED\uB429\uB2C8\uB2E4.",temprarilyChangeTranslationTo_gemini:"\uD604\uC7AC \uD398\uC774\uC9C0\uB97C Gemini\uB85C \uBC88\uC5ED\uD558\uACE0 \uC788\uC2B5\uB2C8\uB2E4.","shortcutGroup.mouse":"\uB9C8\uC6B0\uC2A4 \uD638\uBC84 \uB2E8\uCD95\uD0A4 \uC124\uC815",temprarilyChangeTranslationTo_google:"\uD604\uC7AC \uD398\uC774\uC9C0\uB97C Google \uBC88\uC5ED\uC744 \uC0AC\uC6A9\uD558\uC5EC \uBC88\uC5ED\uD558\uACE0 \uC788\uC2B5\uB2C8\uB2E4.",neverTranslateThisSite:"\uC774 \uC6F9\uC0AC\uC774\uD2B8\uB97C \uC808\uB300 \uBC88\uC5ED\uD558\uC9C0 \uB9C8\uC2ED\uC2DC\uC624.","subtitle.bilingual":"\uC774\uC911 \uC5B8\uC5B4 \uC790\uB9C9",alwaysTranslateThisSite:"\uD56D\uC0C1 \uC774 \uC6F9\uC0AC\uC774\uD2B8\uB97C \uBC88\uC5ED\uD569\uB2C8\uB2E4",buildSnapshots:"\uC6F9\uD398\uC774\uC9C0 \uC2A4\uB0C5\uC0F7 \uC0DD\uC131","error.subscriptionExpiredTitle":"\uD68C\uC6D0\uC774 \uB9CC\uB8CC\uB418\uC5C8\uC2B5\uB2C8\uB2E4",notLoginPro:"\uB2F9\uC2E0\uC740 \uC544\uC9C1 \uD68C\uC6D0 \uACC4\uC815\uC5D0 \uB85C\uADF8\uC778\uD558\uC9C0 \uC54A\uC558\uC2B5\uB2C8\uB2E4.","browser.translateWithGemini":"\uD604\uC7AC \uD398\uC774\uC9C0\uB97C \uC784\uC2DC\uB85C Gemini\uB85C \uBC88\uC5ED\uD558\uC2ED\uC2DC\uC624.","shortcutGroup.others":"\uB354 \uB9CE\uC740 \uC0AC\uC6A9\uC790 \uC815\uC758 \uAE30\uB2A5 \uB2E8\uCD95\uD0A4","subtitle.showQuickButton":"\uD50C\uB808\uC774\uC5B4\uC5D0\uC11C \uC774\uC911 \uC5B8\uC5B4 \uC790\uB9C9 \uB2E8\uCD95\uD0A4\uB97C \uD45C\uC2DC\uD569\uB2C8\uB2E4","browser.translateWithBing":"\uC784\uC2DC\uB85C \uB9C8\uC774\uD06C\uB85C\uC18C\uD504\uD2B8 \uBC88\uC5ED\uC744 \uC0AC\uC6A9\uD558\uC5EC \uD604\uC7AC \uD398\uC774\uC9C0\uB97C \uBC88\uC5ED\uD558\uC2ED\uC2DC\uC624.",contact:"\uC6B0\uB9AC\uC5D0\uAC8C \uC5F0\uB77D\uD558\uC2ED\uC2DC\uC624","desc.touchShortcutsToggleTranslateTouchElement":"\uC0AC\uC6A9\uC790 \uC815\uC758 \uC81C\uC2A4\uCC98\uB97C \uC0AC\uC6A9\uD558\uBA74 \uC5B4\uB5A4 \uB2E8\uB77D\uC774\uB4E0 \uBC88\uC5ED\uD560 \uC218 \uC788\uC2B5\uB2C8\uB2E4.",temprarilyChangeTranslationTo_deepl:"\uD604\uC7AC \uD398\uC774\uC9C0\uB97C DeepL\uB85C \uBC88\uC5ED\uD558\uACE0 \uC788\uC2B5\uB2C8\uB2E4.",networkError:"\uBC88\uC5ED \uC11C\uBE44\uC2A4 \uB610\uB294 \uB124\uD2B8\uC6CC\uD06C\uC5D0 \uBB38\uC81C\uAC00 \uBC1C\uC0DD\uD588\uC2B5\uB2C8\uB2E4.","browser.translateWithTransmart":"\uC784\uC2DC\uB85C \uD150\uC13C\uD2B8 \uBC88\uC5ED\uC744 \uC0AC\uC6A9\uD558\uC5EC \uD604\uC7AC \uD398\uC774\uC9C0\uB97C \uBC88\uC5ED\uD558\uC2ED\uC2DC\uC624.",upgradeToProErrorTitle:"\uC774 \uBC88\uC5ED \uC11C\uBE44\uC2A4\uB97C \uC0AC\uC6A9\uD558\uB824\uBA74 Pro \uD68C\uC6D0\uC73C\uB85C \uC5C5\uADF8\uB808\uC774\uB4DC\uD558\uC2ED\uC2DC\uC624.",temprarilyChangeTranslationTo_transmart:"\uD604\uC7AC \uD398\uC774\uC9C0\uB97C \uD150\uC13C\uD2B8 \uBC88\uC5ED\uC744 \uC0AC\uC6A9\uD558\uC5EC \uBC88\uC5ED\uD558\uACE0 \uC788\uC2B5\uB2C8\uB2E4.",touchShortcutsToggleTranslationMask:"\uD130\uCE58 \uC2A4\uD06C\uB9B0 \uC81C\uC2A4\uCC98 \uC124\uC815\uD558\uC5EC \uBC88\uC5ED \uB9C8\uC2A4\uD06C \uD45C\uC2DC / \uC6D0\uBB38 \uD45C\uC2DC","neverTranslateText.title":"\uB2E4\uC74C \uB2E8\uC5B4\uB294 \uC6D0\uBB38\uC744 \uC720\uC9C0\uD558\uACE0 \uBC88\uC5ED\uD558\uC9C0 \uB9C8\uC2ED\uC2DC\uC624.","browser.translateWithOpenAI":"\uC784\uC2DC\uB85C OpenAI\uB97C \uC0AC\uC6A9\uD558\uC5EC \uD604\uC7AC \uD398\uC774\uC9C0\uB97C \uBC88\uC5ED\uD558\uC2ED\uC2DC\uC624.","floatBall.guideClickToTranslate":`\uD074\uB9AD\uD558\uC5EC \uBAB0\uC785\uD615 \uBC88\uC5ED \uD50C\uB85C\uD305 \uBCFC\uC744 + {env.imt_sub_trans_field}: \u041F\u0435\u0440\u0435\u0432\u043E\u0434`,"subtitle.quickButton.cyan":"\u0421\u0438\u043D\u0438\u0439","subtitle.quickButton.magenta":"\u041F\u0443\u0440\u043F\u0443\u0440\u043D\u044B\u0439","subtitle.quickButton.white":"\u0431\u0435\u043B\u044B\u0439","subtitle.quickButton.blue":"\u0441\u0438\u043D\u0438\u0439","subtitle.quickButton.red":"\u043A\u0440\u0430\u0441\u043D\u044B\u0439","subtitle.quickButton.translationPositionTop":"\u0432 \u0432\u0435\u0440\u0445\u043D\u0435\u0439 \u0447\u0430\u0441\u0442\u0438 \u0442\u0435\u043A\u0441\u0442\u0430","subtitle.quickButton.translationPosition":"\u043C\u0435\u0441\u0442\u043E\u043F\u043E\u043B\u043E\u0436\u0435\u043D\u0438\u0435 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430","subtitle.quickButton.green":"\u0437\u0435\u043B\u0435\u043D\u044B\u0439","subtitle.quickButton.translationPositionBottom":"\u043E\u0440\u0438\u0433\u0438\u043D\u0430\u043B \u043D\u0438\u0436\u0435","subtitle.quickButton.yellow":"\u0436\u0435\u043B\u0442\u044B\u0439","subtitle.quickButton.backgroundColor":"\u0444\u043E\u043D\u043E\u0432\u044B\u0439 \u0446\u0432\u0435\u0442","subtitle.quickButton.sourceFontSize":"\u0418\u0441\u0445\u043E\u0434\u043D\u044B\u0439 \u0440\u0430\u0437\u043C\u0435\u0440 \u0448\u0440\u0438\u0444\u0442\u0430","translationServices.claude":"\u041A\u043B\u043E\u0434","subtitle.quickButton.setting":"\u043D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0430","subtitle.quickButton.translationFontSize":"\u0440\u0430\u0437\u043C\u0435\u0440 \u0448\u0440\u0438\u0444\u0442\u0430 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430","subtitle.quickButton.translationTextColor":"\u0426\u0432\u0435\u0442 \u0448\u0440\u0438\u0444\u0442\u0430 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430","subtitle.quickButton.black":"\u0447\u0435\u0440\u043D\u044B\u0439","subtitle.quickButton.sourceTextColor":"\u0418\u0441\u0445\u043E\u0434\u043D\u044B\u0439 \u0446\u0432\u0435\u0442 \u0448\u0440\u0438\u0444\u0442\u0430","subtitle.quickButton.backgroundOpacity":"\u0424\u043E\u043D\u043E\u0432\u0430\u044F \u043D\u0435\u043F\u0440\u043E\u0437\u0440\u0430\u0447\u043D\u043E\u0441\u0442\u044C",attachSubtitleTranslating:"\u0418\u0441\u043F\u043E\u043B\u044C\u0437\u0443\u044F {service} \u0434\u043B\u044F \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430...","error.claude.403":"\u0412\u0440\u0435\u043C\u0435\u043D\u043D\u043E \u043D\u0435\u0442 \u0434\u043E\u0441\u0442\u0443\u043F\u0430 \u043A \u0441\u0435\u0440\u0432\u0438\u0441\u0443, \u0432\u043E\u0437\u043C\u043E\u0436\u043D\u043E, \u044D\u0442\u043E \u0441\u0432\u044F\u0437\u0430\u043D\u043E \u0441 \u0440\u0435\u0433\u0438\u043E\u043D\u0430\u043B\u044C\u043D\u044B\u043C\u0438 \u043E\u0433\u0440\u0430\u043D\u0438\u0447\u0435\u043D\u0438\u044F\u043C\u0438 \u041A\u043B\u043E\u0434\u0430. \u0412\u044B \u043C\u043E\u0436\u0435\u0442\u0435 \u043F\u043E\u043F\u0440\u043E\u0431\u043E\u0432\u0430\u0442\u044C \u0438\u0437\u043C\u0435\u043D\u0438\u0442\u044C \u0441\u0432\u043E\u0439 IP-\u0430\u0434\u0440\u0435\u0441 \u0438\u043B\u0438 \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u044C \u0434\u0440\u0443\u0433\u0438\u0435 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0447\u0435\u0441\u043A\u0438\u0435 \u0443\u0441\u043B\u0443\u0433\u0438.","browser.brandDescriptionForSafari":"\u3010\u041F\u043E\u0433\u0440\u0443\u0436\u0435\u043D\u0438\u0435 \u0432 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u3011\u0411\u0435\u0441\u043F\u043B\u0430\u0442\u043D\u044B\u0439 \u043F\u043B\u0430\u0433\u0438\u043D \u0434\u043B\u044F \u0434\u0432\u0443\u044F\u0437\u044B\u0447\u043D\u043E\u0433\u043E \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430 \u0432\u0435\u0431-\u0441\u0442\u0440\u0430\u043D\u0438\u0446 (\u043E\u0440\u0438\u0433\u0438\u043D\u0430\u043B/\u043F\u0435\u0440\u0435\u0432\u043E\u0434), \u043F\u043E\u0434\u0434\u0435\u0440\u0436\u0438\u0432\u0430\u044E\u0449\u0438\u0439 \u043F\u0435\u0440\u0435\u0432\u043E\u0434 PDF \u0438 \u043F\u0435\u0440\u0435\u0432\u043E\u0434 \u044D\u043B\u0435\u043A\u0442\u0440\u043E\u043D\u043D\u044B\u0445 \u043A\u043D\u0438\u0433 EPUB \u0441 \u0441\u043E\u0445\u0440\u0430\u043D\u0435\u043D\u0438\u0435\u043C \u043E\u0440\u0438\u0433\u0438\u043D\u0430\u043B\u044C\u043D\u043E\u0433\u043E \u0444\u043E\u0440\u043C\u0430\u0442\u0438\u0440\u043E\u0432\u0430\u043D\u0438\u044F \u0434\u043E\u043A\u0443\u043C\u0435\u043D\u0442\u0430, \u043F\u0435\u0440\u0435\u0432\u043E\u0434 \u0434\u0432\u0443\u044F\u0437\u044B\u0447\u043D\u044B\u0445 \u0441\u0443\u0431\u0442\u0438\u0442\u0440\u043E\u0432 \u0434\u043B\u044F \u043E\u043D\u043B\u0430\u0439\u043D-\u0432\u0438\u0434\u0435\u043E \u043D\u0430 Youtube/Netflix, \u043F\u043E\u0434\u0434\u0435\u0440\u0436\u0438\u0432\u0430\u044E\u0449\u0438\u0439 \u043E\u0441\u043D\u043E\u0432\u043D\u044B\u0435 \u0441\u0435\u0440\u0432\u0438\u0441\u044B \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430, \u0442\u0430\u043A\u0438\u0435 \u043A\u0430\u043A Deepl/Google \u0438 \u0442.\u0434.","browser.PdfProFile":"\u041F\u0435\u0440\u0435\u0432\u043E\u0434 PDF Pro, \u0443\u043F\u0440\u0430\u0432\u043B\u044F\u0435\u043C\u044B\u0439 AI","browser.textTranslate":"\u0422\u0435\u043A\u0441\u0442\u043E\u0432\u044B\u0439 \u043F\u0435\u0440\u0435\u0432\u043E\u0434"};var Nl={nologin:"\uB85C\uADF8\uC778\uD558\uC9C0 \uC54A\uC74C",loginForSafari:"\uB85C\uADF8\uC778 \uB610\uB294 \uB4F1\uB85D",login:"\uB85C\uADF8\uC778\uD558\uC5EC \uBA64\uBC84\uC2ED \uAC1C\uC124",manageAccount:"\uAD00\uB9AC \uACC4\uC815",openPremium:"\uBA64\uBC84\uC2ED \uC5F4\uAE30",logout:"\uC911\uB2E8",curentPlan:"\uD604\uC7AC \uD328\uD0A4\uC9C0",endAt:"\uB9CC\uB8CC",endAuto:"\uC790\uB3D9 \uAC31\uC2E0",lineBreakMaxTextCount:"\uC904 \uBC14\uAFC8 \uC774\uD6C4 \uBB38\uC7A5\uB2F9 \uD5C8\uC6A9\uB418\uB294 \uCD5C\uB300 \uAE00\uC790 \uC218","translate-pdf":"PDF\uB97C \uBC88\uC5ED\uD558\uB824\uBA74 \uD074\uB9AD\uD558\uC138\uC694.","noSupportTranslate-pdf":"\uC2A4\uD06C\uB9BD\uD2B8\uAC00 \uC9C0\uC6D0\uB418\uC9C0 \uC54A\uC73C\uB2C8 \uD50C\uB7EC\uADF8\uC778\uC744 \uC0AC\uC6A9\uD558\uC138\uC694.","translate-firefox-local-pdf":"PDF \uAC00\uC838\uC624\uAE30\uB85C \uC774\uB3D9\uD558\uB824\uBA74 \uD074\uB9AD\uD558\uC138\uC694.",enableLineBreak:"\uAE34 \uB2E8\uB77D\uC5D0 \uC790\uB3D9 \uC904 \uBC14\uAFC8 \uD65C\uC131\uD654",sponsorLabel:"1 \uD6C4\uC6D0 \uAC1C\uBC1C\uC790",help:"hand",browserShortcutsNoteForFirefox:"Firefox\uC5D0\uC11C \uBC14\uB85C\uAC00\uAE30\uB97C \uBCC0\uACBD\uD558\uB824\uBA74 \uD655\uC7A5 \uD504\uB85C\uADF8\uB7A8 \uAD00\uB9AC \uD398\uC774\uC9C0 `\uC815\uBCF4:\uC560\uB4DC\uC628`\uC744 \uC5F4\uACE0 `\uC124\uC815`\uC744 \uD074\uB9AD\uD55C \uB2E4\uC74C `\uBC14\uB85C \uAC00\uAE30 \uAD00\uB9AC`\uB97C \uD074\uB9AD\uD558\uC5EC \uBC14\uB85C\uAC00\uAE30\uB97C \uC124\uC815\uD574\uC57C \uD569\uB2C8\uB2E4.",browserShortcutsNoteForChrome:"Chrome\uC5D0\uC11C \uBC14\uB85C\uAC00\uAE30\uB97C \uC218\uC815\uD558\uB824\uBA74 \uD655\uC7A5 \uD504\uB85C\uADF8\uB7A8 \uAD00\uB9AC \uD398\uC774\uC9C0\uB97C \uC5F4\uACE0 '\uBC14\uB85C \uAC00\uAE30 \uAD00\uB9AC' \uD328\uB110(`chrome://extensions/shortcuts`)\uC5D0\uC11C \uC124\uC815\uD55C \uD6C4 \uC544\uB798 \uBC84\uD2BC\uC744 \uD074\uB9AD\uD558\uC5EC \uBC14\uB85C \uAC00\uAE30 \uAD00\uB9AC \uD398\uC774\uC9C0\uB85C \uC774\uB3D9\uD574\uC57C \uD569\uB2C8\uB2E4.",browserShortcutsSucks:"\uC0AC\uC6A9\uC790 \uC9C0\uC815 \uBC14\uB85C\uAC00\uAE30\uC758 \uD615\uC2DD\uC740\uFF1A\uC785\uB2C8\uB2E4(\uC790\uB3D9 \uC778\uC2DD\uB418\uC9C0 \uC54A\uC73C\uBBC0\uB85C \uC9C1\uC811 \uC785\uB825\uD558\uC138\uC694).",enableLineBreakDescription:"\uC774 \uAE30\uB2A5\uC744 \uCF1C\uBA74 \uAE34 \uB2E8\uB77D\uC758 \uAC01 \uBB38\uC7A5 \uB05D\uC5D0 \uC904 \uBC14\uAFC8\uC774 \uC0BD\uC785\uB418\uC5B4 \uBB38\uC7A5\uC744 \uB354 \uC27D\uAC8C \uC77D\uC744 \uC218 \uC788\uC2B5\uB2C8\uB2E4.","browser.shortBrandName":"\uBAB0\uC785 \uBC88\uC5ED","browser.brandName":"\uBAB0\uC785 \uBC88\uC5ED: \uC774\uC911 \uC5B8\uC5B4 \uC6F9 \uD398\uC774\uC9C0 \uBC88\uC5ED \uBC0F PDF \uBB38\uC11C \uBC88\uC5ED","browser.brandDescription":"Bilingual web page translation, also supports PDF translation, bilingual Epub eBook translation, free to use.","browser.toggleTranslatePage":"\uD398\uC774\uC9C0 \uBC88\uC5ED/\uC6D0\uBB38 \uD45C\uC2DC","browser.toggleTranslateTheWholePage":"\uD398\uC774\uC9C0\uC758 \uBAA8\uB4E0 \uC601\uC5ED \uBC88\uC5ED/\uC6D0\uBB38 \uD14D\uC2A4\uD2B8 \uD45C\uC2DC","browser.toggleOnlyTransation":"\uC591\uC5B8\uC5B4/\uBC88\uC5ED\uBB38\uB9CC \uBAA8\uB4DC\uB85C \uC804\uD658","browser.toggleTranslateToThePageEndImmediately":"\uD398\uC774\uC9C0 \uD558\uB2E8\uC73C\uB85C \uC989\uC2DC \uBC88\uC5ED/\uC6D0\uBB38 \uD45C\uC2DC","browser.toggleTranslateTheMainPage":"\uD398\uC774\uC9C0\uC758 \uC8FC\uC694 \uC601\uC5ED \uBC88\uC5ED/\uC6D0\uBB38 \uD14D\uC2A4\uD2B8 \uD45C\uC2DC","browser.shareToDraft":"\uC774\uC911 \uC5B8\uC5B4 \uD398\uC774\uC9C0 \uACF5\uC720","browser.openOptionsPage":"\uC124\uC815 \uD398\uC774\uC9C0 \uC5F4\uAE30","browser.toggleTranslationMask":"\uBC88\uC5ED \uD750\uB9BC \uD6A8\uACFC \uD45C\uC2DC/\uC228\uAE30\uAE30","browser.translateLocalPdfFile":"\uB85C\uCEEC PDF \uD30C\uC77C \uBC88\uC5ED","browser.openEbookViewer":"\uD604\uC9C0 \uC804\uC790\uCC45 \uC77D\uAE30","browser.openEbookBuilder":"\uC774\uC911 \uC5B8\uC5B4 EPUB \uC804\uC790\uCC45 \uB9CC\uB4E4\uAE30","browser.translateLocalHtmlFile":"HTML/\uD14D\uC2A4\uD2B8 \uD30C\uC77C \uBC88\uC5ED","browser.donateContext":"\uC2A4\uD3F0\uC11C\uC2ED \uD61C\uD0DD\uC5D0 \uB300\uD574 \uC54C\uC544\uBCF4\uAE30","browser.translateLocalSubtitleFile":"\uB85C\uCEEC \uC790\uB9C9 \uD30C\uC77C \uBC88\uC5ED",confirmResetConfig:"\uC124\uC815\uC744 \uC7AC\uC124\uC815\uD558\uC2DC\uACA0\uC2B5\uB2C8\uAE4C?",translationLineBreakSettingTitle:"\uBC88\uC5ED \uC904 \uBC14\uAFC8 \uC124\uC815",smartLineBreak:"\uC2A4\uB9C8\uD2B8 \uB77C\uC778 \uD53C\uB4DC(\uCEF4\uD4E8\uD305)",alwaysLineBreak:"\uD56D\uC0C1 \uB77C\uC778 \uD53C\uB4DC",isShowContextMenu:"\uBA54\uB274 \uD56D\uBAA9\uC744 \uB9C8\uC6B0\uC2A4 \uC624\uB978\uCABD \uBC84\uD2BC\uC73C\uB85C \uD074\uB9AD\uD558\uC5EC \uBC88\uC5ED\uB41C \uD398\uC774\uC9C0 \uCD94\uAC00\uD558\uAE30",toggleBeta:"\uBCA0\uD0C0 \uD14C\uC2A4\uD2B8 \uAE30\uB2A5 \uD65C\uC131\uD654",betaDescription:"\uC544\uC9C1 \uC2E4\uD5D8\uB2E8\uACC4\uC778 \uAE30\uB2A5\uB4E4\uACFC \uBCA0\uD0C0\uBC84\uC804\uC778 \uBC88\uC5ED \uC11C\uBE44\uC2A4\uB97C \uC0AC\uC6A9\uD574\uBCF4\uC138\uC694. <1>\uD154\uB808\uADF8\uB7A8 \uADF8\uB8F9\uC5D0 \uAC00\uC785\uD558\uC5EC \uC790\uC138\uD788 \uC54C\uC544\uBCF4\uC138\uC694.",translationLineBreakSettingDescription:"\uCF58\uD150\uCE20\uAC00 \uC801\uC740 \uD398\uC774\uC9C0\uC758 \uACBD\uC6B0 \uD56D\uC0C1 \uC904 \uBC14\uAFC8\uC774 \uAE54\uB054\uD558\uAC8C \uC720\uC9C0\uB429\uB2C8\uB2E4. (\uCF58\uD150\uCE20\uAC00 \uB9CE\uC740 \uAE34 \uB2E8\uB77D({count}\uC790 \uC774\uC0C1)\uC5D0\uB294 \uC2A4\uB9C8\uD2B8 \uC904 \uBC14\uAFC8\uC744 \uC0AC\uC6A9\uD558\uC5EC \uACF5\uAC04\uC744 \uC808\uC57D\uD558\uC138\uC694.)",tempTranslateDomainTitle:"\uC6F9\uC0AC\uC774\uD2B8 \uBC88\uC5ED\uC774 \uC77C\uC2DC\uC801\uC73C\uB85C \uCF1C\uC9C0\uB294 \uAE30\uAC04",tempTranslateDomainDescription:"\uC6F9 \uD398\uC774\uC9C0\uB97C \uC218\uB3D9\uC73C\uB85C \uBC88\uC5ED\uD560 \uB54C \uC790\uB3D9 \uBC88\uC5ED\uC744 \uC704\uD574 \uC6F9 \uC0AC\uC774\uD2B8\uB97C \uC77C\uC2DC\uC801\uC73C\uB85C \uCF1C\uACE0 \uC77C\uC2DC\uC801\uC778 \uAE30\uAC04\uC744 \uC124\uC815\uD560 \uC218 \uC788\uC2B5\uB2C8\uB2E4.",xMinutes:"{count} \uBD84",disabled:"STH \uC0AC\uC6A9\uC744 \uAE08\uC9C0\uD569\uB2C8\uB2E4.",changelog:"\uC5C5\uB370\uC774\uD2B8 \uB85C\uADF8",toggleTranslatePageWhenThreeFingersOnTheScreen:"\uC5EC\uB7EC \uC190\uAC00\uB77D\uC774 \uB3D9\uC2DC\uC5D0 \uD654\uBA74\uC744 \uD130\uCE58\uD560 \uB54C \uC6F9 \uD398\uC774\uC9C0 \uBC88\uC5ED/\uC6D0\uBB38 \uD14D\uC2A4\uD2B8 \uD45C\uC2DC",toggleTranslationMaskWhenThreeFingersOnTheScreen:"\uC5EC\uB7EC \uC190\uAC00\uB77D\uC73C\uB85C \uD130\uCE58\uD558\uBA74 \uD750\uB9BC \uD6A8\uACFC\uB97C \uD45C\uC2DC\uD558\uAC70\uB098 \uC228\uAE38 \uC218 \uC788\uC2B5\uB2C8\uB2E4.",fingerCountToToggleTranslagePageOnlyTranslationWhenTouching:"\uC5EC\uB7EC \uC190\uAC00\uB77D\uC73C\uB85C \uB3D9\uC2DC\uC5D0 \uD654\uBA74\uC744 \uD130\uCE58\uD558\uBA74 \uC6F9 \uD398\uC774\uC9C0\uAC00 \uBC88\uC5ED(\uBC88\uC5ED \uC804\uC6A9)/\uC6D0\uBB38\uC744 \uD45C\uC2DC\uD569\uB2C8\uB2E4.",addUrlDescription:"\uB3C4\uBA54\uC778 \uC774\uB984\uC77C \uC218 \uC788\uC73C\uBA70 \uC640\uC77C\uB4DC\uCE74\uB4DC(\uC608:\uFF1A*.google.com, google.com/mail/*, https://www.google.com/*)\uB3C4 \uC9C0\uC6D0\uD569\uB2C8\uB2E4.",general:"\uAE30\uBCF8 \uC124\uC815",clickToExpandConfig:"\uD604\uC7AC \uAD6C\uC131 \uD655\uC7A5",import:"\uD30C\uC77C\uC5D0\uC11C \uAC00\uC838\uC624\uAE30",export:"\uD30C\uC77C\uB85C \uB0B4\uBCF4\uB0B4\uAE30",toggleDebug:"\uCF58\uC194\uC5D0\uC11C \uB514\uBC84\uADF8 \uB85C\uADF8 \uC778\uC1C4","fingers.0":"\uC751\uACE0","fingers.2":"\uB450 \uC190\uAC00\uB77D \uD130\uCE58","fingers.3":"\uC138 \uC190\uAC00\uB77D \uD130\uCE58","fingers.4":"\uB124 \uC190\uAC00\uB77D \uD130\uCE58","fingers.5":"\uB2E4\uC12F \uC190\uAC00\uB77D \uD130\uCE58",mouseHoldKey:"+ {key} \uB2E8\uB77D \uBC88\uC5ED/\uBCF5\uC6D0\uD558\uAE30",mouseHoldKeyAuto:"\uB2E8\uB77D\uC758 \uC9C1\uC811 \uBC88\uC5ED",mouseHoldKeyOff:"\uC544\uBB34\uAC83\uB3C4 \uD558\uC9C0 \uB9C8\uC138\uC694.",mouseHoldKeyOther:"\uC0AC\uC6A9\uC790 \uC9C0\uC815 \uBC14\uB85C \uAC00\uAE30(\uC124\uC815 \uC5F4\uAE30)",mouseHoldKeyCustomKey:"{key} \uB2E8\uB77D\uC758 \uBC88\uC5ED/\uCD95\uC18C",mouseHoverHoldKey:"\uBC14\uB85C \uAC00\uAE30 \uD0A4\uB97C \uB204\uB978 \uC0C1\uD0DC\uC5D0\uC11C \uB9C8\uC6B0\uC2A4\uB97C \uAC00\uB9AC\uD0A4\uBA74 \uB2E8\uB77D\uC774 \uBC88\uC5ED\uB429\uB2C8\uB2E4.","mouse-translate":"\uB9C8\uC6B0\uC2A4 \uD638\uBC84",document:"(\uCEF4\uD4E8\uD130) \uD30C\uC77C",resetSuccess:"\uBAA8\uB4E0 \uC124\uC815 \uC7AC\uC124\uC815\uC5D0 \uC131\uACF5",resetThisSuccess:"\uC7AC\uC124\uC815 \uC131\uACF5",saved:"\uC800\uC7A5 \uC131\uACF5",successImportConfig:"\uC131\uACF5\uC801\uC73C\uB85C \uAC00\uC838\uC628 \uAD6C\uC131",goAdvancedSettings:"\uACE0\uAE09 \uC124\uC815 \uD398\uC774\uC9C0\uB85C \uC774\uB3D9\uD569\uB2C8\uB2E4.",goAdvancedInterfaceSettings:"\uACE0\uAE09 \uC0AC\uC6A9\uC790 \uC9C0\uC815 \uC124\uC815 \uD398\uC774\uC9C0\uB85C \uC774\uB3D9\uD569\uB2C8\uB2E4.",advanced:"\uACE0\uAE09 \uC124\uC815",advancedDescription:"\uC77C\uBC18\uC801\uC73C\uB85C \uC124\uC815\uC774 \uD544\uC694\uD558\uC9C0 \uC54A\uC73C\uBA70 \uAE30\uBCF8\uAC12\uC744 \uADF8\uB300\uB85C \uB450\uBA74 \uB429\uB2C8\uB2E4. \uBCF4\uB2E4 \uC804\uBB38\uC801\uC778 \uC0AC\uC6A9\uC790\uB9CC \uAC1C\uC778\uD654\uB41C \uC124\uC815\uC744 \uC0AC\uC6A9\uD560 \uC218 \uC788\uC2B5\uB2C8\uB2E4.",developer:"\uAC1C\uBC1C\uC790 \uC124\uC815",donateCafe:"\uAC00\uACA9","translate to the bottom of the page":"\uD398\uC774\uC9C0\uC5D0 \uB4E4\uC5B4\uAC00\uBA74 \uBC14\uB85C \uD398\uC774\uC9C0 \uD558\uB2E8\uC73C\uB85C \uBC88\uC5ED\uB418\uB098\uC694?",feedback:"\uC9C8\uBB38 \uD53C\uB4DC\uBC31",toggleTranslatePage:"\uD398\uC774\uC9C0 \uBC88\uC5ED/\uC6D0\uBB38 \uD45C\uC2DC",translateToThePageEndImmediatelyDescription:"\uC774 \uAE30\uB2A5\uC744 \uCF1C\uBA74 \uC785\uB825\uD558\uB294 \uC989\uC2DC \uD398\uC774\uC9C0\uC758 \uC704\uCABD\uC5D0\uC11C \uC544\uB798\uCABD\uC73C\uB85C \uCF58\uD150\uCE20\uAC00 \uBC88\uC5ED\uB429\uB2C8\uB2E4. \uB044\uBA74 \uC77D\uB294 \uB300\uB85C \uBC88\uC5ED\uB429\uB2C8\uB2E4. (\uAD8C\uC7A5\uD558\uC9C0 \uC54A\uC74C)","translate all areas of the page":"\uD398\uC774\uC9C0\uC758 \uBAA8\uB4E0 \uC601\uC5ED\uC744 \uBC88\uC5ED\uD560\uC9C0 \uC5EC\uBD80",translationAreaDescription:"\uCF1C\uBA74 \uC804\uCCB4 \uC6F9 \uD398\uC774\uC9C0\uC758 \uBAA8\uB4E0 \uC601\uC5ED\uC774 \uBC88\uC5ED\uB429\uB2C8\uB2E4. \uB044\uBA74 \uAE30\uBCF8 \uC2A4\uB9C8\uD2B8 \uC778\uC2DD\uC774 \uC0AC\uC6A9\uB418\uBA70 \uC8FC\uC694 \uC601\uC5ED\uB9CC \uBC88\uC5ED\uB429\uB2C8\uB2E4. (\uCF1C\uC9C0 \uC54A\uB294 \uAC83\uC774 \uC88B\uC2B5\uB2C8\uB2E4.)","the number of characters to be translated first":"\uBCF4\uAE30 \uC601\uC5ED\uC73C\uB85C \uC2A4\uD06C\uB864\uD560 \uB54C\uAE4C\uC9C0 \uAE30\uB2E4\uB9AC\uC9C0 \uC54A\uACE0 \uD398\uC774\uC9C0\uC758 \uCC98\uC74C \uBA87 \uBB38\uC790\uB97C \uBC14\uB85C \uBC88\uC5ED\uD569\uB2C8\uB2E4.","interface language":"\uC778\uD130\uD398\uC774\uC2A4 \uC5B8\uC5B4","display both the original text and the translation":"\uC6D0\uBCF8\uACFC \uBC88\uC5ED\uBCF8 \uB3D9\uC2DC \uD45C\uC2DC","keyboard shortcuts":"\uD0A4\uBCF4\uB4DC \uB2E8\uCD95\uD0A4",modify:"\uBC14\uB85C \uAC00\uAE30 \uD0A4 \uC218\uC815",reset:"\uC7AC\uD504\uB85C\uBE44\uC800\uB2DD",close:"\uC751\uACE0",homepage:"\uD648\uD398\uC774\uC9C0",more:"\uB354 \uBCF4\uAE30",moreOptions:"\uB354 \uB9CE\uC740 \uC0AC\uC6A9\uC790 \uC9C0\uC815 \uC635\uC158 \uD655\uC7A5",translateTheWholePage:"\uD398\uC774\uC9C0\uC758 \uBAA8\uB4E0 \uC601\uC5ED \uBC88\uC5ED(\uC8FC\uC694 \uC601\uC5ED\uB9CC \uC9C0\uB2A5\uC801\uC73C\uB85C \uC778\uC2DD\uD558\uB294 \uAC83\uC774 \uC544\uB2C8\uB77C)",changeToTranslateTheWholePage:"\uBAA8\uB4E0 \uC9C0\uC5ED \uBC88\uC5ED\uC73C\uB85C \uC804\uD658",changeToTranslateTheMainPage:"\uAE30\uBCF8 \uC601\uC5ED \uBC88\uC5ED\uC73C\uB85C \uC804\uD658",changeToOnlyTranslationMode:"\uBC88\uC5ED\uB9CC \uD45C\uC2DC\uD558\uB3C4\uB85D \uD1A0\uAE00",changeToDualTranslationMode:"\uC774\uC911 \uC5B8\uC5B4 \uBC88\uC5ED\uC73C\uB85C \uC804\uD658",translateToThePageEndImmediately:"\uD398\uC774\uC9C0 \uD558\uB2E8\uC73C\uB85C \uC989\uC2DC \uBC88\uC5ED\uD558\uAE30",translateTheMainPage:"\uC9C0\uB2A5\uD615 \uBC88\uC5ED \uC8FC\uC694 \uC9C0\uC5ED","The local rules are up to date":"\uB85C\uCEEC \uC801\uC751 \uADDC\uCE59\uC740 \uCD5C\uC2E0 \uC0C1\uD0DC\uC785\uB2C8\uB2E4.","Successfully synchronized with the latest official rules:":"\uCD5C\uC2E0 \uACF5\uC2DD \uC801\uC751 \uADDC\uCE59\uACFC \uC131\uACF5\uC801\uC73C\uB85C \uB3D9\uAE30\uD654\uB418\uC5C8\uC2B5\uB2C8\uB2E4.","Checking for updates":"\uC5C5\uB370\uC774\uD2B8 \uD655\uC778","Rules are being synchronized":"\uC801\uC751 \uADDC\uCE59 \uB3D9\uAE30\uD654 \uC911",localVersionIsTooOld:"\uB85C\uCEEC \uD655\uC7A5 \uD504\uB85C\uADF8\uB7A8 \uBC84\uC804\uC774 \uB108\uBB34 \uC624\uB798\uB418\uC5C8\uC73C\uBBC0\uB85C \uB3D9\uAE30\uD654\uB97C \uC2DC\uB3C4\uD558\uAE30 \uC804\uC5D0 \uD655\uC7A5 \uD504\uB85C\uADF8\uB7A8\uC744 {minVersion} \uC774\uC0C1\uC73C\uB85C \uC5C5\uADF8\uB808\uC774\uB4DC\uD558\uC138\uC694.",badUserscriptBrowser:"\uD604\uC7AC \uBE0C\uB77C\uC6B0\uC800\uB294 \uADF8\uB9AC\uC2A4\uBABD\uD0A4 \uD655\uC7A5 \uC778\uD130\uD398\uC774\uC2A4\uB97C \uC62C\uBC14\uB974\uAC8C \uAD6C\uD604\uD558\uC9C0 \uC54A\uC73C\uBBC0\uB85C(\uC608: \uADF8\uB9AC\uC2A4\uBABD\uD0A4 \uC2A4\uD06C\uB9BD\uD2B8 \uC790\uCCB4\uC758 \uBC84\uC804 \uBC88\uD638\uC5D0 \uB300\uD55C \uC815\uBCF4\uB97C \uC5BB\uC73C\uB824\uBA74), \uD30C\uC774\uC5B4\uD3ED\uC2A4 \uB4F1 <1>\uADF8\uB9AC\uC2A4\uBABD\uD0A4 \uD655\uC7A5 \uAE30\uB2A5\uC744 \uC9C0\uC6D0\uD558\uB294 \uB2E4\uB978 \uBE0C\uB77C\uC6B0\uC800\uB97C \uC0AC\uC6A9\uD558\uC2DC\uAE30 \uBC14\uB78D\uB2C8\uB2E4.",foundNewVersion:"\uC0C8 \uBC84\uC804 \uC54C\uC544\uBCF4\uAE30",theLocalExtensionIsUpToUpdate:"\uD604\uC7AC \uD655\uC7A5 \uD504\uB85C\uADF8\uB7A8\uC774 \uCD5C\uC2E0 \uBC84\uC804\uC785\uB2C8\uB2E4.",failToSyncRules:"\uCD5C\uC2E0 \uC801\uC751 \uADDC\uCE59\uC744 \uB3D9\uAE30\uD654\uD558\uC9C0 \uBABB\uD568",retry:"\uB2E4\uC2DC \uC2DC\uB3C4\uD558\uB824\uBA74 \uC5EC\uAE30\uB97C \uD074\uB9AD\uD558\uC138\uC694.",failedReason:"\uC2E4\uD328 \uC774\uC720",currentRuleVersion:"\uD604\uC7AC \uADDC\uCE59 \uBC84\uC804",calculating:"\uACC4\uC0B0",unknownError:"\uC54C \uC218 \uC5C6\uB294 \uC624\uB958",canNotFetchRemoteRule:"\uC6D0\uACA9 \uADDC\uCE59\uC744 \uAC00\uC838\uC62C \uC218 \uC5C6\uC74C",enableAlphaSuccess:"\uC54C\uD30C \uC0AC\uC6A9",disableAlphaSuccess:"\uC54C\uD30C \uAE30\uB2A5\uC774 \uAEBC\uC838 \uC788\uC2B5\uB2C8\uB2E4.",cacheSize:"\uCE90\uC2DC \uD06C\uAE30\uFF1A",cleaning:"\uCCAD\uC0B0 \uACFC\uC815\uC5D0\uC11C",cleanCache:"\uCE90\uC2DC \uC9C0\uC6B0\uAE30",options:"\uC124\uC815",about:"\uB2E4\uC74C\uACFC \uAD00\uB828\uD558\uC5EC",service:"\uD1B5\uC5ED \uC11C\uBE44\uC2A4",needAction:"(\uC124\uC815\uC73C\uB85C \uC774\uB3D9)",goSettings:"\uACC4\uC18D\uD574\uC11C \uC124\uC815\uD558\uC138\uC694.",needActionForOptions:"(\uC124\uC815 \uC608\uC815)",translationEngine:"\uC5D4\uC9C4 \uC635\uC158",sourceLanguage:"\uC6D0\uBCF8 \uC5B8\uC5B4",target:"\uB300\uC0C1 \uC5B8\uC5B4",popupSourceLanguage:"\uC6D0\uBCF8 \uC5B8\uC5B4",popupTarget:"\uB300\uC0C1 \uC5B8\uC5B4",popupService:"\uD1B5\uC5ED \uC11C\uBE44\uC2A4",forThisSite:"\uD604\uC7AC \uC6F9\uC0AC\uC774\uD2B8",autoEnableSubtitle:"\uC774\uC911 \uC5B8\uC5B4 \uC790\uB9C9 \uC790\uB3D9 \uC5F4\uAE30",alwaysTranslate:"\uD56D\uC0C1 \uBC88\uC5ED",neverTranslate:"\uBC88\uC5ED \uAE08\uC9C0",alwaysTranslateSomeLanguage:"\uD56D\uC0C1 \uBC88\uC5ED {language}",neverTranslateSomeLanguage:"\uBC88\uC5ED \uAE08\uC9C0 {language}",alwaysTranslateSomeSite:"\uD56D\uC0C1 \uBC88\uC5ED {hostname}",neverTranslateSomeSite:"\uBC88\uC5ED \uAE08\uC9C0 {hostname}",alwaysTranslateSomeSiteOrWildSite:"\uD56D\uC0C1 \uC0AC\uC774\uD2B8 \uBC88\uC5ED",alwaysTranslateSomePage:"\uD56D\uC0C1 \uD398\uC774\uC9C0 \uBC88\uC5ED",add:"\uC99D\uAC00",default:"\uAE30\uBCF8\uAC12(\uC124\uC815)",forThisLanguage:"\uC774 \uC5B8\uC5B4\uC758 \uACBD\uC6B0\uFF1A","add url":"URL \uC785\uB825",edit:"\uCEF4\uD30C\uC77C\uB7EC","translate other languages into specific language":"\uB2E4\uB978 \uC5B8\uC5B4\uB97C \uC124\uC815\uD55C \uC5B8\uC5B4\uB85C \uBC88\uC5ED","select translation service":"\uBC88\uC5ED \uC11C\uBE44\uC2A4 \uC120\uD0DD",language:"\uB2E4\uAD6D\uC5B4 \uC9C0\uC6D0","show-original":"\uC6D0\uBCF8 \uD14D\uC2A4\uD2B8 \uD45C\uC2DC",translate:"\uB80C\uB354\uB9C1",Translated:"\uBC88\uC5ED\uB428",Translating:"\uBC88\uC5ED \uC911",Error:"\uC798\uBABB\uB41C",allowCacheTranslations:"\uB85C\uCEEC \uBC88\uC5ED \uCE90\uC2F1 \uC0AC\uC6A9(\uC911\uBCF5 \uAD6C\uC808\uC5D0 \uB300\uD55C \uBC88\uC5ED \uC694\uCCAD\uC744 \uC904\uC774\uAE30 \uC704\uD574)","translation display":"\uBC88\uC5ED \uD45C\uC2DC \uC2A4\uD0C0\uC77C","select diplay style":"\uB2E4\uC74C \uC608\uC2DC\uB97C \uAD6C\uCCB4\uC801\uC73C\uB85C \uCC38\uC870\uD558\uC5EC \uBC88\uC5ED \uC2A4\uD0C0\uC77C\uC744 \uAD6C\uBD84\uD558\uC138\uC694.",interface:"\uC778\uD130\uD398\uC774\uC2A4 \uC124\uC815",import_export:"\uAC00\uC838\uC624\uAE30/\uB0B4\uBCF4\uB0B4\uAE30",import_export_title:"\uAD6C\uC131 \uAC00\uC838\uC624\uAE30/\uB0B4\uBCF4\uB0B4\uAE30",syncToGoogleDrive:"\uC9C0\uAE08 Google \uB4DC\uB77C\uC774\uBE0C\uC640 \uB3D9\uAE30\uD654",floatBallOptions:"\uD638\uBC84\uBCFC \uC124\uC815","floatBallOptions.enable":"\uD638\uBC84\uBCFC \uD65C\uC131\uD654","floatBallOptions.blockUrls":"\uC6F9\uC0AC\uC774\uD2B8 \uBE44\uD65C\uC131\uD654","floatBallOptions.add":"\uC99D\uAC00","floatBallOptions.blockUrlDesc":"\uB2E4\uC74C \uC6F9\uC0AC\uC774\uD2B8\uC5D0\uC11C\uB294 \uD638\uBC84\uBCFC\uC774 \uD45C\uC2DC\uB418\uC9C0 \uC54A\uC2B5\uB2C8\uB2E4.","floatBallOptions.clickType":"\uD074\uB9AD \uB3D9\uC791","floatBallOptions.clickTypeDesc":"\uD074\uB9AD \uC2DC \uD638\uBC84\uBCFC \uC544\uC774\uCF58 \uB3D9\uC791","floatBallOptions.clickPopup":"\uBC88\uC5ED \uD328\uB110 \uD45C\uC2DC","floatBallOptions.clickTranslate":"\uC6D0\uBCF8 \uD14D\uC2A4\uD2B8 \uBC88\uC5ED/\uD45C\uC2DC","floatBallOptions.fixedPosition":"\u56FA\u5B9A\u4F4D\u7F6E","floatBallOptions.fixedPositionDesc":"\u60AC\u6D6E\u7403\u5728\u7A97\u53E3\u5DE6\u4FA7\u8FD8\u662F\u53F3\u4FA7","floatBallOptions.fixedPositionLeft":"\u5DE6\u4FA7","floatBallOptions.fixedPositionRight":"\u53F3\u4FA7",previewAllThemes:"\uBAA8\uB4E0 \uC2A4\uD0C0\uC77C \uBBF8\uB9AC\uBCF4\uAE30","translationTheme.none":"\uAC00\uC9C0\uACE0 \uC788\uC9C0 \uC54A\uB2E4","translationTheme.grey":"\uC9D9\uC740 \uD68C\uC0C9","translationTheme.dashed":"\uC810\uC120 \uBC11\uC904","translationTheme.dotted":"\uC810\uC120 \uBC11\uC904","translationTheme.dashedBorder":"\uC810\uC120 \uD14C\uB450\uB9AC","translationTheme.solidBorder":"\uC2E4\uC120 \uD14C\uB450\uB9AC","translationTheme.underline":"\uC9C1\uC120\uC5D0 \uBC11\uC904","translationTheme.mask":"\uD37C\uC9C0 \uD6A8\uACFC(\uD559\uC2B5 \uBAA8\uB4DC)","translationTheme.opacity":"\uD22C\uBA85\uC131 \uD6A8\uACFC","translationTheme.paper":"\uD770 \uC885\uC774 \uADF8\uB9BC\uC790 \uD6A8\uACFC","translationTheme.dividingLine":"\uAD6C\uBD84\uC120","translationTheme.highlight":"\uB192\uC740 \uBC1D\uAE30","translationTheme.marker":"\uB9C8\uCEE4(\uC678\uB798\uC5B4)","translationTheme.marker2":"\uB9C8\uCEE4 2","translationTheme.blockquote":"\uCC38\uC870 \uC2A4\uD0C0\uC77C","translationTheme.weakening":"\uC57D\uD654","translationTheme.italic":"\uAE30\uC6B8\uC5B4\uC9C0\uB294 \uC11C\uCCB4","translationTheme.bold":"\uB450\uAECD\uAC8C","translationTheme.thinDashed":"\uAC00\uB294 \uC810\uC120 \uBC11\uC904","translationTheme.nativeDashed":"\uC2DC\uC2A4\uD15C\uC5D0\uB294 \uC810\uC120\uC73C\uB85C \uD45C\uC2DC\uB41C \uBC11\uC904\uC774 \uC788\uC2B5\uB2C8\uB2E4.","translationTheme.nativeDotted":"\uC2DC\uC2A4\uD15C\uC5D0\uB294 \uC810\uC120\uC73C\uB85C \uBC11\uC904\uC774 \uADF8\uC5B4\uC838 \uC788\uC2B5\uB2C8\uB2E4.","translationTheme.nativeUnderline":"\uC2DC\uC2A4\uD15C\uC5D0\uB294 \uC9C1\uC120 \uBC11\uC904\uC774 \uC788\uC2B5\uB2C8\uB2E4.","translationTheme.wavy":"\uBB3C\uACB0 \uBAA8\uC591 \uB77C\uC778","translationServices.custom":"\uC0AC\uC6A9\uC790 \uC9C0\uC815 API","translationServices.tencent":"\uD150\uC13C\uD2B8 \uBC88\uC5ED\uAE30","translationServices.tenAlpha":"\uD150\uC13C\uD2B8 \uBC88\uC5ED\uAE30(\uC54C\uD30C)","translationServices.google":"Google \uBC88\uC5ED","translationServices.bai":"\uBC14\uC774\uB450(\uC54C\uD30C)","translationServices.baidu":"\uBC14\uC774\uB450 \uBC88\uC5ED","translationServices.aliyun":"\uC54C\uB9AC\uD074\uB77C\uC6B0\uB4DC \uBC88\uC5ED","translationServices.volc":"\uD654\uC0B0 \uBC88\uC5ED","translationServices.deeplx":"DeepLX(\uBCA0\uD0C0)","translationServices.bing":"Microsoft \uBC88\uC5ED","translationServices.deepl":"DeepL","translationServices.wechat":"\uC704\uCC57 \uBC88\uC5ED","translationServices.azure":"Azure \uBC88\uC5ED","translationServices.ibm":"IBM \uC653\uC2A8","translationServices.aws":"\uC544\uB9C8\uC874 \uBC88\uC5ED","translationServices.mock":"\uC2DC\uBBAC\uB808\uC774\uC158 \uBC88\uC5ED","translationServices.mock2":"\uC2DC\uBBAC\uB808\uC774\uC158 \uBC88\uC5ED 2","translationServices.caiyun":"\uC870\uBA85. \uB2E4\uCC44\uB85C\uC6B4 \uAD6C\uB984\uACFC \uC791\uC740 \uBC88\uC5ED","translationServices.cai":"\uB2E4\uCC44\uB85C\uC6B4 \uAD6C\uB984(\uC54C\uD30C)","translationServices.volcAlpha":"\uD654\uC0B0 (\uC54C\uD30C)","translationServices.openl":"OpenL","translationServices.youdao":"\uC720\uD29C\uBE0C \uBC88\uC5ED","translationServices.you":"\uC720\uB2E4\uC624 \uBC88\uC5ED\uAE30(\uC54C\uD30C)","translationServices.transmart":"\uD150\uC13C\uD2B8 \uC778\uD130\uB799\uD2F0\uBE0C \uBC88\uC5ED","translationServices.niu":"\uB9E4\uBC84\uB9AD \uBC88\uC5ED\uAE30","translationServices.papago":"\uD30C\uD30C\uACE0 \uBC88\uC5ED","translationServices.d":"D(\uC54C\uD30C)","translationServices.dpro":"D \uD504\uB85C(\uCE74\uB098\uB9AC\uC544)","translationServices.openai":"OpenAI","translationServices.yandex":"Yandex","translationServices.chatgpt":"ChatGPT \uC6F9(3.5 \uBAA8\uBC14\uC77C)","translate title":"\uD398\uC774\uC9C0 \uC81C\uBAA9 \uBC88\uC5ED","always languages":"\uD56D\uC0C1 \uC5B8\uC5B4 \uBC88\uC5ED",neverTranslateLanguagesLabel:"\uBC88\uC5ED\uB418\uC9C0 \uC54A\uB294 \uC5B8\uC5B4",neverTranslateTheFollowingLanguagesDescription:"\uD398\uC774\uC9C0\uC758 \uB2E8\uB77D\uC774 \uB2E4\uC74C \uC5B8\uC5B4 \uC911 \uD558\uB098\uC778 \uACBD\uC6B0 \uBC88\uC5ED\uC774 \uAC74\uB108\uB6F0\uC5B4\uC9D1\uB2C8\uB2E4.",enableUserscriptPagePopup:"\uD398\uC774\uC9C0\uC5D0 \uD638\uBC84\uBCFC \uD45C\uC2DC",enableUserscriptPagePopupDescription:"\uD638\uBC84\uBCFC\uC744 \uB044\uACE0 \uB098\uBA74 \uBC14\uB85C \uAC00\uAE30 /{touch}\uB85C \uBD88\uB7EC\uC62C \uC218 \uC788\uC2B5\uB2C8\uB2E4. \uC2E4\uC218\uB85C \uC774 \uC635\uC158\uC744 \uB048 \uD6C4 \uD638\uBC84\uBCFC\uC744 \uCC3E\uC9C0 \uBABB\uD558\uB294 \uACBD\uC6B0\uB97C \uBC29\uC9C0\uD558\uAE30 \uC704\uD574 \uC774 \uC124\uC815 \uD398\uC774\uC9C0\uB97C \uBD81\uB9C8\uD06C\uC5D0 \uCD94\uAC00\uD558\uB294 \uAC83\uC774 \uC88B\uC2B5\uB2C8\uB2E4!","always translate the following languages":"\uD398\uC774\uC9C0\uAC00 \uB2E4\uC74C \uC5B8\uC5B4 \uC911 \uD558\uB098\uC778 \uACBD\uC6B0 \uB300\uC0C1 \uC5B8\uC5B4\uB85C \uC790\uB3D9 \uBC88\uC5ED\uB429\uB2C8\uB2E4.","always sites":"\uD56D\uC0C1 \uBC88\uC5ED\uB41C \uC6F9 \uC0AC\uC774\uD2B8","always translate the following sites":"\uC6F9 \uC0AC\uC774\uD2B8\uAC00 \uB2E4\uC74C \uB3C4\uBA54\uC778 \uC774\uB984\uC778 \uACBD\uC6B0 \uB300\uC0C1 \uC5B8\uC5B4\uB85C \uC790\uB3D9 \uBC88\uC5ED\uB429\uB2C8\uB2E4.","never sites":"\uBC88\uC5ED\uB418\uC9C0 \uC54A\uC740 \uC6F9 \uC0AC\uC774\uD2B8","never translate the following sites":"\uC6F9\uC0AC\uC774\uD2B8\uAC00 \uB2E4\uC74C \uB3C4\uBA54\uC778\uC6A9\uC778 \uACBD\uC6B0 \uBC88\uC5ED\uC774 \uC218\uD589\uB418\uC9C0 \uC54A\uC2B5\uB2C8\uB2E4.","please refer to":"\uD0A4\uB97C \uC0AC\uC6A9\uD558\uB824\uBA74 \uD0A4\uB97C \uC785\uB825\uD574\uC57C \uD558\uBA70, \uC790\uC138\uD55C \uB0B4\uC6A9\uC740 \uB2E4\uC74C\uC744 \uCC38\uC870\uD558\uC138\uC694.",KeyAndConfigurationTutorial:"\uC8FC\uC694 \uC560\uD50C\uB9AC\uCF00\uC774\uC158 \uBC0F \uAD6C\uC131 \uD29C\uD1A0\uB9AC\uC5BC",useAboveStyleForTheseSites:"\uB2E4\uC74C \uB3C4\uBA54\uC778\uC744 \uC704\uD55C \uC0AC\uC774\uD2B8\uC778 \uACBD\uC6B0 \uD56D\uC0C1 \u2308{theme}\u230B \uBC88\uC5ED \uC2A4\uD0C0\uC77C\uC744 \uC0AC\uC6A9\uD558\uC138\uC694.",currentUrl:"\uD604\uC7AC URL",confirm:"\uC800\uC7A5(\uD30C\uC77C \uB4F1)(\uCEF4\uD4E8\uD305)",cancel:"\uCDE8\uC18C",delete:"\uC81C\uAC70","languages.auto":"\uC790\uB3D9 \uAC10\uC9C0",syncToCloud:"Google \uB4DC\uB77C\uC774\uBE0C\uC5D0 \uB3D9\uAE30\uD654",syncToCloudDescription:"\uD074\uB77C\uC6B0\uB4DC\uC5D0 \uC5C5\uB85C\uB4DC\uB41C \uAD6C\uC131\uC740 \uB9C8\uC9C0\uB9C9\uC73C\uB85C \uC218\uC815\uB41C \uBE0C\uB77C\uC6B0\uC800/\uADF8\uB9AC\uC2A4\uBABD\uD0A4 \uC2A4\uD06C\uB9BD\uD2B8 \uAC04\uC5D0 \uB3D9\uAE30\uD654\uD560 \uC218 \uC788\uC2B5\uB2C8\uB2E4.",syncToAccount:"\uBAB0\uC785\uD615 \uBC88\uC5ED \uD074\uB77C\uC6B0\uB4DC\uC5D0 \uB3D9\uAE30\uD654",syncToAccountButton:"\uD074\uB77C\uC6B0\uB4DC\uC640 \uC989\uC2DC \uB3D9\uAE30\uD654",syncToAccountDescription:"\uB9C8\uC9C0\uB9C9\uC73C\uB85C \uC218\uC815\uD55C \uC2DC\uAC04\uC744 \uAE30\uC900\uC73C\uB85C \uC11C\uB85C \uB2E4\uB978 \uC7A5\uCE58 \uAC04\uC5D0 \uAD6C\uC131\uC744 \uC790\uB3D9\uC73C\uB85C \uB3D9\uAE30\uD654\uD569\uB2C8\uB2E4.",successSyncConfigInAccount:"\uD074\uB77C\uC6B0\uB4DC\uC640\uC758 \uC131\uACF5\uC801\uC778 \uB3D9\uAE30\uD654",successSyncConfigToAccount:"\uD074\uB77C\uC6B0\uB4DC\uC5D0 \uC131\uACF5\uC801\uC73C\uB85C \uB3D9\uAE30\uD654",syncConfigNoUpdate:"\uC774\uBBF8 \uCD5C\uC2E0 \uBC84\uC804\uC785\uB2C8\uB2E4.",authFail:"\uC778\uC99D \uC2E4\uD328",syncTitle:"\uC218\uB3D9 \uBC31\uC5C5 \uAD00\uB9AC",import_hint:"\uAC00\uC838\uC624\uAE30(\uB370\uC774\uD130)",upload:"\uC5C5\uB85C\uB4DC",revokeAuth:"\uC2B9\uC778 \uCDE8\uC18C",uploadFail:"\uC5C5\uB85C\uB4DC \uC2E4\uD328",download:"\uB2E4\uC6B4\uB85C\uB4DC",importSuccess:"\uAC00\uC838\uC624\uAE30 \uC131\uACF5",importFail:"\uAC00\uC838\uC624\uAE30 \uC2E4\uD328",deleteFail:"\uC0AD\uC81C\uD558\uC9C0 \uBABB\uD568",backupToCloud:"\uBC31\uC5C5 \uD30C\uC77C \uC218\uB3D9 \uAD00\uB9AC",create_new_backup:"\uC0C8 \uBC31\uC5C5 \uB178\uB4DC \uCD94\uAC00",maxBackupFiles:"\uCD5C\uB300{count}\uAC1C\uC758 \uC11C\uB85C \uB2E4\uB978 \uB178\uB4DC\uB97C \uBC31\uC5C5\uD560 \uC218 \uC788\uC73C\uBA70, \uD544\uC694\uD558\uC9C0 \uC54A\uC740 \uB178\uB4DC\uB294 \uC0AD\uC81C\uD558\uC138\uC694.",backupToCloudDescription:"\uBC31\uC5C5 \uD30C\uC77C\uC744 \uC218\uB3D9\uC73C\uB85C \uC5C5\uB85C\uB4DC\uD558\uAC70\uB098 \uBCF5\uC6D0\uD558\uC5EC \uCD5C\uB300 3\uAC1C\uC758 \uC11C\uB85C \uB2E4\uB978 \uBC31\uC5C5 \uD5C8\uC6A9",successSyncConfig:"\uD074\uB77C\uC6B0\uB4DC\uC640\uC758 \uC131\uACF5\uC801\uC778 \uB3D9\uAE30\uD654",syncFail:"\uB3D9\uAE30\uD654 \uC2E4\uD328",updatedAt:"{date}\uC5D0\uC11C \uC5C5\uB370\uC774\uD2B8\uB428",lastSyncedAt:"\uCD5C\uC885 \uD655\uC778: {date}",downloadFail:"\uB2E4\uC6B4\uB85C\uB4DC\uC5D0 \uC2E4\uD328\uD588\uC2B5\uB2C8\uB2E4.",clickToDownload:"\uB2E4\uC6B4\uB85C\uB4DC\uD558\uB824\uBA74 \uD074\uB9AD",aboutLabel:"\uC815\uBCF4 - \uD53C\uB4DC\uBC31","browser.openAboutPage":"\uC815\uBCF4/\uD53C\uB4DC\uBC31",aboutLabelWithoutSponsor:"\uC815\uBCF4 - \uD53C\uB4DC\uBC31",aboutIntro:"\uC6B0\uB9AC \uBAA8\uB450\uAC00 \uC778\uD130\uB137\uC758 \uBC29\uB300\uD55C \uC678\uAD6D\uC5B4 \uC815\uBCF4\uC5D0 \uB354 \uC27D\uACE0 \uC990\uAC81\uAC8C \uC561\uC138\uC2A4\uD560 \uC218 \uC788\uAE30\uB97C \uBC14\uB78D\uB2C8\uB2E4 \u2764\uFE0F <6>Pro \uBA64\uBC84\uC2ED\uC744 \uD65C\uC131\uD654\uD558\uC5EC \uBC14\uB85C \uC0AC\uC6A9\uD560 \uC218 \uC788\uB294 DeepL \uBC0F OpenAI \uBC88\uC5ED\uC744 \uC0AC\uC6A9\uD560 \uC218 \uC788\uC2B5\uB2C8\uB2E4.

<3>\uD2B8\uC704\uD130, <4>\uD154\uB808\uADF8\uB7A8, \uC6E8\uC774\uBCF4, \uC704\uCC57\uC5D0\uC11C \uD314\uB85C\uC6B0\uD558\uAC70\uB098 \uC544\uB798 <5>\uBA54\uC77C\uB9C1 \uB9AC\uC2A4\uD2B8\uC5D0 <5>\uAC00\uC785\uD558\uC5EC \uC5C5\uB370\uC774\uD2B8\uB97C \uD655\uC778\uD560 \uC218 \uC788\uC2B5\uB2C8\uB2E4.
<7>\uD504\uB85C \uD68C\uC6D0\uC740 <8>support@immersivetranslate.com \uC73C\uB85C \uBB38\uC758\uD558\uC2DC\uBA74 \uBE60\uB978 \uACE0\uAC1D \uC11C\uBE44\uC2A4\uB97C \uBC1B\uC73C\uC2E4 \uC218 \uC788\uC2B5\uB2C8\uB2E4.",aboutIntroWithoutSponsor:"\uC6B0\uB9AC \uBAA8\uB450\uAC00 \uC778\uD130\uB137\uC5D0\uC11C \uC81C\uACF5\uB418\uB294 \uBC29\uB300\uD55C \uC591\uC758 \uC678\uAD6D\uC5B4 \uC815\uBCF4\uC5D0 \uB354 \uC27D\uACE0 \uC990\uAC81\uAC8C \uC811\uADFC\uD560 \uC218 \uC788\uAE30\uB97C \uBC14\uB78D\uB2C8\uB2E4 \u2764\uFE0F

<3>\uD2B8\uC704\uD130, <4>\uD154\uB808\uADF8\uB7A8 \uCC44\uB110, \uC704\uCC57, \uC704\uCC57 \uC775\uC2A4\uCCB4\uC778\uC9C0\uC5D0\uC11C \uD314\uB85C\uC6B0\uD558\uAC70\uB098 \uC544\uB798 <5>\uC774\uBA54\uC77C\uB85C \uC5C5\uB370\uC774\uD2B8\uB97C <5>\uAD6C\uB3C5\uD560 \uC218 \uC788\uC2B5\uB2C8\uB2E4.",projectHomepage:"\uD504\uB85C\uC81D\uD2B8 \uD648",joinTelegramGroup:"\uC0AC\uC6A9\uC790 \uADF8\uB8F9\uC5D0 \uAC00\uC785\uD558\uC5EC \uAE30\uB2A5 \uD1A0\uB860\uC5D0 \uCC38\uC5EC\uD558\uC138\uC694.",wechatPublicAccount:"\uC704\uCC57 \uACF5\uAC1C",wechatCommunities:"\uC704\uCC57 \uAD50\uD658 \uADF8\uB8F9",qqCommunities:"QQ \uCEE4\uBBA4\uB2C8\uCF00\uC774\uC158 \uCC44\uB110",joinTelegramChannel:"\uD154\uB808\uADF8\uB7A8 \uCC44\uB110 \uD314\uB85C\uC6B0\uD558\uC5EC \uCD5C\uC2E0 \uC5C5\uB370\uC774\uD2B8 \uD655\uC778",feedbackAndJoin:"\uC9C8\uBB38 \uD53C\uB4DC\uBC31 / \uADF8\uB8F9 \uCD94\uAC00",autoSync:"\uC790\uB3D9 \uC2DC\uAC04 \uB3D9\uAE30\uD654",loadingThemeTitle:"\uB85C\uB529 \uC2A4\uD0C0\uC77C",loadingThemeDescription:"\uBC88\uC5ED \uB85C\uB4DC\uB97C \uAE30\uB2E4\uB9B4 \uB54C \uC2A4\uD0C0\uC77C \uC124\uC815\uD558\uAE30","loadingTheme.spinner":"\uD68C\uC804 \uC560\uB2C8\uBA54\uC774\uC158","loadingTheme.text":"\uC815\uC801 \uD14D\uC2A4\uD2B8 sth. ","loadingTheme.none":"\uD45C\uC2DC\uB418\uC9C0 \uC54A\uC74C",developerDescription:"\uACE0\uAE09 \uC0AC\uC6A9\uC790 \uC9C0\uC815\uC5D0 \uB300\uD55C \uBB38\uC11C\uB294 <1>\uC5EC\uAE30\uC5D0\uC11C \uD655\uC778\uD560 \uC218 \uC788\uC2B5\uB2C8\uB2E4.","edit border color":"\uD14C\uB450\uB9AC \uC0C9\uC0C1 \uC218\uC815",successSyncButNoChange:"\uD604\uC7AC \uAD6C\uC131\uC774 \uD074\uB77C\uC6B0\uB4DC\uC640 \uC77C\uCE58\uD569\uB2C8\uB2E4.",customTheme:"\uB9DE\uCDA4\uD615 \uC0C9\uC0C1 \uBC0F \uD06C\uAE30","customThemeLabel.borderColor":"\uD14C\uB450\uB9AC \uC0C9\uC0C1","customThemeLabel.borderRadius":"\uB465\uADFC \uBAA8\uC11C\uB9AC","customThemeLabel.textColor":"\uD14D\uC2A4\uD2B8 \uC0C9\uC0C1","customThemeLabel.backgroundColor":"\uBC30\uACBD\uC0C9","customThemeLabel.zoom":"\uAE00\uAF34 \uD06C\uAE30 \uC870\uC815(%)","customThemeLabel.opacity":"\uD14D\uC2A4\uD2B8 \uBD88\uD22C\uBA85\uB3C4(%)",resetToDefaultColor:"\uAE30\uBCF8 \uC0C9\uC0C1\uC73C\uB85C \uBCF5\uC6D0",resetToDefaultSettings:"\uAE30\uBCF8 \uC124\uC815\uC73C\uB85C \uBCF5\uC6D0",isTranslateTitle:"\uD398\uC774\uC9C0 \uC81C\uBAA9 \uBC88\uC5ED \uC0AC\uC6A9",isTranslateTitleDescription:"\uC804\uC6D0\uC744 \uCF1C\uBA74 \uD398\uC774\uC9C0 \uC81C\uBAA9\uC774 \uBC88\uC5ED\uB429\uB2C8\uB2E4.",enableSearchEnhancement:"\uC774\uC911 \uC5B8\uC5B4 \uBA54\uC2DC\uC9C0 \uD5A5\uC0C1 \uC0AC\uC6A9",enableSearchEnhancementDescription:"\uC774 \uAE30\uB2A5\uC744 \uD65C\uC131\uD654\uD558\uBA74 \uC9C0\uC6D0\uB418\uB294 \uC6F9\uC0AC\uC774\uD2B8(Google \uB274\uC2A4, Google \uAC80\uC0C9(\uC77C\uBD80 \uD0A4\uC6CC\uB4DC), \uC2A4\uB178\uC6B0\uBCFC, \uC624\uB9AC\uC5D4\uD0C8 \uD3EC\uCD98, \uD4E8\uD22C\uB77C, \uD0C0\uC774\uAC70 \uCEE4\uBBA4\uB2C8\uD2F0)\uC758 \uC624\uB978\uCABD \uC5F4\uC5D0 \uD574\uB2F9 \uC601\uC5B4 \uD0A4\uC6CC\uB4DC\uC5D0 \uB300\uD55C 'Google \uB274\uC2A4'\uC758 \uAC80\uC0C9 \uACB0\uACFC\uAC00 \uC790\uB3D9\uC73C\uB85C \uD45C\uC2DC\uB429\uB2C8\uB2E4.",verifyService:"\uC11C\uBE44\uC2A4\uB97C \uD14C\uC2A4\uD2B8\uD558\uB824\uBA74 \uC5EC\uAE30\uB97C \uD074\uB9AD\uD558\uC138\uC694.",verified:"\uC131\uACF5 \uD655\uC778","field.langs":"\uC9C0\uC6D0\uB418\uB294 \uC5B8\uC5B4 \uCF54\uB4DC","field.model":"\uBAA8\uB378\uB9C1","field.translationEngine":"\uBC88\uC5ED \uC5D4\uC9C4","field.limitPerMinute":"\uBD84\uB2F9 \uCD5C\uB300 \uC694\uCCAD \uC218","field.limitPerSecond":"\uCD08\uB2F9 \uCD5C\uB300 \uC694\uCCAD \uC218","field.maxTextLengthPerRequest":"\uC694\uCCAD\uB2F9 \uCD5C\uB300 \uD14D\uC2A4\uD2B8 \uAE38\uC774","field.maxTextGroupLengthPerRequest":"\uC694\uCCAD\uB2F9 \uCD5C\uB300 \uB2E8\uB77D \uC218","field.apiUrl":"\uC0AC\uC6A9\uC790 \uC9C0\uC815 API \uC778\uD130\uD398\uC774\uC2A4 \uC8FC\uC18C","field.placeholderDelimiters":"\uC608\uC57D\uB41C \uC790\uB9AC \uD45C\uC2DC\uC790","description.custom":"\uC0AC\uC6A9\uC790 \uC9C0\uC815 \uC778\uD130\uD398\uC774\uC2A4 \uC561\uC138\uC2A4 \uBB38\uC11C \uD544\uC694","description.limitPerMinute":"\uC774 \uD55C\uB3C4\uB97C \uCD08\uACFC\uD558\uB294 \uC694\uCCAD\uC740 \uB2E4\uC74C \uBD84\uC774 \uC2DC\uC791\uB420 \uB54C\uAE4C\uC9C0 \uB300\uAE30\uC5F4\uC5D0 \uB4E4\uC5B4\uAC11\uB2C8\uB2E4. \uD604\uC7AC OpenAI \uC11C\uBE44\uC2A4\uC758 \uC5EC\uB7EC \uAC00\uC9C0 \uC81C\uD55C \uC0AC\uD56D\uC73C\uB85C \uC778\uD574 <1>\uC5EC\uAE30\uB97C \uD074\uB9AD\uD558\uC5EC \uCD5C\uC2E0 \uC81C\uC548 \uAC12\uC744 \uD655\uC778\uD558\uC138\uC694.","description.limitPerSecond":"\uC774 \uC81C\uD55C\uC744 \uCD08\uACFC\uD558\uB294 \uC694\uCCAD\uC740 \uB2E4\uC74C \uCD08\uAC00 \uC2DC\uC791\uB420 \uB54C\uAE4C\uC9C0 \uB300\uAE30\uC5F4\uC5D0 \uB4E4\uC5B4\uAC11\uB2C8\uB2E4. \uD604\uC7AC OpenAI \uC11C\uBE44\uC2A4\uC758 \uC5EC\uB7EC \uAC00\uC9C0 \uC81C\uD55C \uC0AC\uD56D\uC73C\uB85C \uC778\uD574 <1>\uC5EC\uAE30\uB97C \uD074\uB9AD\uD558\uC5EC \uCD5C\uC2E0 \uC81C\uC548 \uAC12\uC744 \uD655\uC778\uD558\uC138\uC694.","description.generalLimitPerSecond":"\uC774 \uC81C\uD55C\uC744 \uCD08\uACFC\uD558\uB294 \uC694\uCCAD\uC740 \uB2E4\uC74C \uCD08\uAC00 \uC2DC\uC791\uB420 \uB54C\uAE4C\uC9C0 \uB300\uAE30\uC5F4\uC5D0 \uB4E4\uC5B4\uAC11\uB2C8\uB2E4.","description.prompt":"\uC0AC\uC6A9\uC790 \uC2E0\uBD84\uC73C\uB85C {service}\uC5D0 \uBCF4\uB0B8 \uB300\uD654\uC5D0\uC11C {{text}}\uB294 \uB2E8\uB77D\uC758 \uD14D\uC2A4\uD2B8 \uB0B4\uC6A9\uC744 \uB098\uD0C0\uB0B4\uACE0, {{from}}\uC740 \uB2E8\uB77D\uC758 \uC5B8\uC5B4\uB97C \uB098\uD0C0\uB0B4\uBA70, {{to}}\uB294 \uBAA9\uD45C \uC5B8\uC5B4\uB97C \uB098\uD0C0\uB0C5\uB2C8\uB2E4.","description.maxTextLengthPerRequest":"\uC694\uCCAD\uB2F9 \uCD5C\uB300 \uAE00\uC790 \uC218\uAC00 \uB108\uBB34 \uB9CE\uC73C\uBA74 \uC778\uD130\uD398\uC774\uC2A4\uAC00 \uB290\uB9AC\uAC8C \uC751\uB2F5\uD558\uBBC0\uB85C \uC774 \uC635\uC158\uC744 \uC870\uC815\uD558\uC5EC \uC18D\uB3C4\uB97C \uCD5C\uC801\uD654\uD558\uC138\uC694.","description.systemPrompt":"\uC2DC\uC2A4\uD15C \uC2E0\uBD84\uC73C\uB85C {service}\uC5D0\uAC8C \uBCF4\uB0B8 \uB300\uD654\uC5D0\uC11C {{text}}\uB294 \uB2E8\uB77D\uC758 \uD14D\uC2A4\uD2B8 \uB0B4\uC6A9\uC744 \uB098\uD0C0\uB0B4\uACE0, {{from}}\uC740 \uB2E8\uB77D\uC758 \uC5B8\uC5B4\uB97C \uB098\uD0C0\uB0B4\uBA70, {{to}}\uB294 \uBAA9\uD45C \uC5B8\uC5B4\uB97C \uB098\uD0C0\uB0C5\uB2C8\uB2E4.","field.domain":"\uC601\uC5ED","description.domain":"\uAE30\uBCF8\uAC12\uC740\uFF1Ageneral\uC785\uB2C8\uB2E4. \uC544\uB9AC\uB9C8 API \uCF58\uC194\uC5D0\uC11C \uB3C4\uBA54\uC778 \uBC88\uC5ED\uC774 \uD65C\uC131\uD654\uB41C \uACBD\uC6B0\uC5D0\uB9CC \uC124\uC815\uD560 \uC218 \uC788\uC73C\uBA70, \uC9C0\uC6D0\uB418\uB294 \uB3C4\uBA54\uC778\uC740 <1>\uC5EC\uAE30\uB97C \uCC38\uC870\uD558\uC138\uC694.","field.scene":"take","description.scene":"\uAE30\uBCF8\uAC12\uC740\uFF1Ageneral\uC785\uB2C8\uB2E4. AliCloud API \uCF58\uC194\uC774 Machine Translation Pro\uB97C \uC5EC\uB294 \uACBD\uC6B0\uC5D0\uB9CC \uC124\uC815\uD560 \uC218 \uC788\uC73C\uBA70, \uC9C0\uC6D0\uB418\uB294 \uC2DC\uB098\uB9AC\uC624\uB294 <1>\uC5EC\uAE30\uB97C \uCC38\uC870\uD558\uC138\uC694.","field.vocabId":"\uC0AC\uC6A9\uC790 \uC0AC\uC804 ID","description.vocabId":"\uC9C0\uC815\uB41C \uC0AC\uC804 out_id\uB294 \uD604\uC7AC \uC601\uC5B4\uC5D0\uC11C \uC911\uAD6D\uC5B4 \uBC88\uC5ED\uC744 \uC9C0\uC6D0\uD569\uB2C8\uB2E4.","description.model":"OpenAI \uBAA8\uB378, gpt-3.5-turbo, gpt-4 \uB4F1 \uAC00\uB2A5","description.maxTextGroupLengthPerRequest":"\uD55C \uBC88\uC5D0 \uBC88\uC5ED \uC11C\uBE44\uC2A4\uB85C \uC804\uC1A1\uB418\uB294 \uB2E8\uB77D \uC218, \uB2E8\uB77D\uC774 \uB108\uBB34 \uB9CE\uC73C\uBA74 \uC778\uD130\uD398\uC774\uC2A4\uAC00 \uB290\uB9AC\uAC8C \uC751\uB2F5\uD560 \uC218 \uC788\uC2B5\uB2C8\uB2E4.","description.apiUrl":"\uACBD\uB85C, <1>\uC790\uC138\uD55C \uC124\uBA85\uC774 \uD3EC\uD568\uB41C \uD2B9\uC815 URL\uC744 \uCD94\uAC00\uD558\uC138\uC694.",enabledExtension:"\uD655\uC7A5 \uAE30\uB2A5 \uC0AC\uC6A9",clickToDisableExtension:"\uD655\uC7A5 \uAE30\uB2A5\uC744 \uBE44\uD65C\uC131\uD654\uD558\uB824\uBA74 \uD074\uB9AD\uD558\uC138\uC694.",clickToEnableExtension:"\uD655\uC7A5 \uAE30\uB2A5\uC744 \uC0AC\uC6A9\uD558\uB824\uBA74 \uD074\uB9AD\uD558\uC138\uC694.",hasBeenDisabled:"disabled","show password":"\uBE44\uBC00\uBC88\uD638 \uD45C\uC2DC",customContent:"\uC0AC\uC6A9\uC790 \uC9C0\uC815 \uBAA8\uB378 \uC774\uB984 \uC785\uB825",inputOptions:"\uC785\uB825 \uC0C1\uC790 \uAC1C\uC120",mouseHoverOptions:"\uB9C8\uC6B0\uC2A4 \uD638\uBC84",modifyMouseHoverKey:"\uB9C8\uC6B0\uC2A4 \uCEE4\uC11C \uBC14\uB85C \uAC00\uAE30 \uC218\uC815",enableInputTranslation:"\uC785\uB825 \uC0C1\uC790 \uD5A5\uC0C1 \uD65C\uC131\uD654 \uC5EC\uBD80",enableInputTranslationDescription:"\uD65C\uC131\uD654\uB418\uBA74 \uC785\uB825 \uC0C1\uC790\uC5D0 {startingKey}{startingKey} hello\uB97C \uC9C1\uC811 \uC785\uB825\uD55C \uB2E4\uC74C{inputTrailingTriggerKeyRepeatTimes}\uBC88{trailingKey}\uC744 \uBE60\uB974\uAC8C \uB20C\uB7EC {inputTargetLanguage}\uC73C\uB85C \uBC88\uC5ED\uD569\uB2C8\uB2E4.",enableInputTranslationDescriptionForNoneKey:"\uD65C\uC131\uD654\uB418\uBA74 \uC785\uB825 \uC0C1\uC790\uC5D0\uFF1AHello World\uB97C \uC9C1\uC811 \uC785\uB825\uD55C \uB2E4\uC74C{inputTrailingTriggerKeyRepeatTimes}{trailingKey}\uC744 \uBE60\uB974\uAC8C \uC5EC\uB7EC \uBC88 \uB20C\uB7EC \uAE30\uBCF8 \uB300\uC0C1 \uC5B8\uC5B4\uB85C \uBC88\uC5ED\uD569\uB2C8\uB2E4.",inputTargetLanguage:"\uC785\uB825 \uC0C1\uC790\uC758 \uAE30\uBCF8 \uB300\uC0C1 \uC5B8\uC5B4 \uC124\uC815",inputTargetLanguageDescription:"\uC785\uB825 \uC0C1\uC790 \uBC88\uC5ED\uC758 \uAE30\uBCF8 \uB300\uC0C1 \uC5B8\uC5B4(\uC608: \uD2B8\uB9AC\uAC70 \uB2E8\uC5B4\uC758 \uAE30\uBCF8 \uC5B8\uC5B4 {startingKey}{startingKey})",inputTargetLanguageDescriptionForNoneKey:"\uC785\uB825 \uC0C1\uC790 \uBC88\uC5ED\uC758 \uAE30\uBCF8 \uB300\uC0C1 \uC5B8\uC5B4",inputStartingTriggerKeyTitle:"\uC785\uB825 \uC0C1\uC790\uC758 \uBD80\uBD84 \uBC88\uC5ED\uC744 \uC704\uD574 \uBD84\uD560 \uBB38\uC790 \uC124\uC815\uD558\uAE30",inputStartingTriggerKeyDescription:"\uC785\uB825 \uC0C1\uC790 \uC804\uCCB4\uB97C \uBC88\uC5ED\uD560 \uD544\uC694\uAC00 \uC5C6\uB294 \uACBD\uC6B0 \uC2A4\uD50C\uB9AC\uD130\uB97C \uC0AC\uC6A9\uD558\uBA74 {startingKey}{startingKey} \uC5D0\uC11C \uC785\uB825 \uC0C1\uC790 \uB05D\uAE4C\uC9C0 \uBD80\uBD84\uB9CC \uBC88\uC5ED\uD558\uAC70\uB098 \uC5B8\uC5B4 \uCF54\uB4DC\uB97C \uC9C0\uC815\uD560 \uC218 \uC788\uC2B5\uB2C8\uB2E4(\uC608:\uFF1A{startingKey}ja \uB294 {startingKey}ja \uC5D0\uC11C \uC785\uB825 \uC0C1\uC790 \uB05D\uAE4C\uC9C0 \uBD80\uBD84\uB9CC \uBC88\uC5ED\uD55C\uB2E4\uB294 \uC758\uBBF8).",inputStartingTriggerKeyDescriptionForNoneKey:"\uD604\uC7AC \uC811\uB450\uC0AC \uC5C6\uC74C \uC124\uC815\uC740 \uD544\uC694\uD558\uC9C0 \uC54A\uC73C\uBA70, \uC785\uB825 \uC0C1\uC790\uC5D0 \uC788\uB294 \uC77C\uBD80 \uD14D\uC2A4\uD2B8\uC758 \uBC88\uC5ED \uAE30\uB2A5\uC740 \uB2F9\uBD84\uAC04 \uC0AC\uC6A9\uD560 \uC218 \uC5C6\uC2B5\uB2C8\uB2E4.",inputTrailingTriggerKeyTitle:"\uC785\uB825 \uC885\uB8CC \uD2B8\uB9AC\uAC70 \uBB38\uC790 \uC120\uD0DD",inputTrailingTriggerKeyDescription:"3\uBC88\uB9CC \uB204\uB974\uBA74{trailingKey} \uBC88\uC5ED\uC774 \uC2DC\uC791\uB429\uB2C8\uB2E4!",inputTrailingTriggerKeyTimeout:"\uC804\uD22C \uC885\uB8CC \uD2B8\uB9AC\uAC70 \uC0AC\uC774\uC758 \uC2DC\uAC04\uC744 \uC785\uB825\uD569\uB2C8\uB2E4.",inputTrailingTriggerKeyTimeoutDescription:"\uC785\uB825 \uC885\uB8CC \uCF64\uBCF4 \uD2B8\uB9AC\uAC70 \uC0AC\uC774\uC758 \uC2DC\uAC04(\uBC00\uB9AC\uCD08)\uC744 \uC124\uC815\uD569\uB2C8\uB2E4.",spaceKey:"<\u7A7A\u683C\u952E>",noneKey:"\uC811\uB450\uC0AC \uC5C6\uC774 \uC804\uCCB4 \uD14D\uC2A4\uD2B8 \uC0C1\uC790\uC758 \uC9C1\uC811 \uBC88\uC5ED",inputTranslationBlockUrlsTitle:"\uB2E4\uC74C URL\uC5D0\uC11C\uB294 \uC785\uB825 \uC0C1\uC790 \uAC1C\uC120 \uAE30\uB2A5\uC744 \uD65C\uC131\uD654\uD558\uC9C0 \uB9C8\uC138\uC694.",inputTranslationBlockUrlsDescription:"\uB2E4\uC74C URL\uC5D0\uC11C\uB294 \uC785\uB825 \uC0C1\uC790 \uAC1C\uC120 \uC0AC\uD56D\uC774 \uC791\uB3D9\uD558\uC9C0 \uC54A\uC2B5\uB2C8\uB2E4.",clickToSeeQuickDemo:"\uD074\uB9AD\uD558\uC5EC 30\uCD08 \uD035 \uD29C\uD1A0\uB9AC\uC5BC \uBE44\uB514\uC624 \uD655\uC7A5\uD558\uAE30",inputHelperInfo:"\uC124\uBA85\uFF1A\uC911\uAD6D\uC5B4 \uC785\uB825 \uBC29\uC2DD\uC5D0 \uB530\uB77C \uC77C\uBD80 \uD2B8\uB9AC\uAC70 \uBB38\uC790\uAC00 \uC911\uAD6D\uC5B4 \uBB38\uC7A5 \uBD80\uD638\uB85C \uBC14\uB00C\uB294 \uAC83\uC744 \uCD5C\uC801\uD654\uD588\uC2B5\uB2C8\uB2E4(\uC608: /\uB294 \uC18C\uAD6C \uC785\uB825 \uBC29\uC2DD\uC5D0 \uB530\uB77C \uB454 \uBD80\uD638\uB85C \uBC14\uB01C). \uBAB0\uC785\uD615 \uBC88\uC5ED\uAE30\uB294 \uD2B8\uB9AC\uAC70 \uBB38\uC790\uC5D0 \uD574\uB2F9\uD558\uB294 \uBAA8\uB4E0 \uC911\uAD6D\uC5B4 \uAE30\uD638, \uC989 //,,, \uB97C \uD2B8\uB9AC\uAC70 \uBB38\uC790\uB85C \uC778\uC2DD\uD560 \uC218 \uC788\uB3C4\uB85D \uC9C0\uC6D0\uD569\uB2C8\uB2E4.

\uB610\uD55C \uC5B8\uC5B4 \uCF54\uB4DC\uC5D0 \uC911\uAD6D\uC5B4 \uBCC4\uCE6D\uC744 \uBA85\uB839\uC5B4\uB85C \uC0AC\uC6A9\uD560 \uC218 \uC788\uC2B5\uB2C8\uB2E4(\uC608: /Japanese Hello World\uB294 \uC77C\uBCF8\uC5B4\uB85C \uBC88\uC5ED\uB428). <1>\uC9C0\uC6D0\uB418\uB294 \uBAA8\uB4E0 \uC5B8\uC5B4 \uCF54\uB4DC\uB97C \uBCF4\uB824\uBA74 \uC5EC\uAE30\uB97C \uD074\uB9AD\uD558\uC138\uC694.",reloadCurrentPage:"\uBC88\uC5ED\uC744 \uC2DC\uC791\uD558\uAE30 \uC804\uC5D0 \uD604\uC7AC \uD398\uC774\uC9C0\uB97C \uC0C8\uB85C\uACE0\uCE68\uD558\uC138\uC694.",noLocalFilePermissionForPDF:"\uB85C\uCEEC \uD30C\uC77C\uC744 \uC77D\uC744 \uC218 \uC788\uB294 \uAD8C\uD55C\uC774 \uC5C6\uB294 \uACBD\uC6B0 \uC704\uC758 \uBC84\uD2BC\uC744 \uD074\uB9AD\uD55C \uB2E4\uC74C \uB85C\uCEEC \uD30C\uC77C\uC744 \uAC00\uC838\uC624\uC138\uC694.",noPermissionForThisPage:"\u26A0\uFE0F \uD604\uC7AC \uD398\uC774\uC9C0 \uBC88\uC5ED \uAD8C\uD55C\uC774 \uC5C6\uC2B5\uB2C8\uB2E4.",retryAllParagraphs:"\uBAA8\uB4E0 \uC624\uB958 \uAD6C\uC808 \uB2E4\uC2DC \uC2DC\uB3C4",retryAllButton:"\uBAA8\uB4E0 \uC624\uB958 \uAD6C\uC808 \uB2E4\uC2DC \uC2DC\uB3C4",errorTooltipTitle:"\uC624\uB958\uC758 \uC6D0\uC778\uC744 \uBCF4\uB824\uBA74 \uD074\uB9AD\uD558\uC138\uC694.",errorModalTitle:"\uBC88\uC5ED \uC11C\uBE44\uC2A4 \uB610\uB294 \uB124\uD2B8\uC6CC\uD06C\uC5D0 \uBB38\uC81C\uAC00 \uC788\uB294 \uAC83 \uAC19\uC2B5\uB2C8\uB2E4...",disableConfirm:"\uC774\uC911 \uC5B8\uC5B4 \uC815\uBCF4 \uD5A5\uC0C1 \uC124\uC815",disableOnce:"\uC774 \uBE44\uD65C\uC131\uD654",disableGlobal:"\uC601\uAD6C\uC801\uC73C\uB85C \uBE44\uD65C\uC131\uD654",disableTint:"* {option} \uC5D0\uC11C \uB2E4\uC2DC \uD65C\uC131\uD654\uD560 \uC218 \uC788\uC2B5\uB2C8\uB2E4.",searchEnhancementNotes:"\uC911\uAD6D\uC5B4 \uD0A4\uC6CC\uB4DC\uC640 \uC601\uC5B4 \uD0A4\uC6CC\uB4DC\uC5D0 \uB300\uD55C \uB274\uC2A4 \uACB0\uACFC\uAC00 \uB9E4\uC6B0 \uB2E4\uB978 \uAC83\uC744 \uBC1C\uACAC\uD588\uC2B5\uB2C8\uB2E4. \uBAB0\uC785\uD615 \uBC88\uC5ED \uC774\uC911 \uC5B8\uC5B4 \uC815\uBCF4 \uD5A5\uC0C1 \uAE30\uB2A5\uC744 \uD65C\uC131\uD654\uD558\uBA74 \uC9C0\uC6D0\uB418\uB294 \uC6F9\uC0AC\uC774\uD2B8(Google \uB274\uC2A4, Google \uAC80\uC0C9(\uC77C\uBD80 \uD0A4\uC6CC\uB4DC), \uC2A4\uB178\uC6B0\uBCFC, \uB3D9\uC591\uC758 \uBD80, \uD4E8\uD22C\uB77C, \uD0C0\uC774\uAC70)\uC5D0\uC11C \uB3D9\uC77C\uD55C \uD0A4\uC6CC\uB4DC\uB97C \uC601\uC5B4\uB85C \uC790\uB3D9 \uAC80\uC0C9\uD558\uC5EC \uC624\uB978\uCABD\uC5D0 \uD45C\uC2DC\uD574 \uC90D\uB2C8\uB2E4. \uC774 \uAE30\uB2A5\uC774 \uD544\uC694\uD558\uC9C0 \uC54A\uC740 \uACBD\uC6B0 \uBE44\uD65C\uC131\uD654\uD560 \uC218 \uC788\uC2B5\uB2C8\uB2E4.",option:"\uC124\uC815",saveSettings:"\uC124\uC815 \uC800\uC7A5",closeModal:"\uCC3D \uB2EB\uAE30",enableInputTranslationWithoutTriggerKeyTitle:"{trailingKey}\uB97C 3\uBC88 \uBE60\uB974\uAC8C \uB204\uB974\uBA74 \uC804\uCCB4 \uC785\uB825 \uC0C1\uC790\uB97C{inputTargetLanguage}\uB85C \uBC14\uB85C \uBC88\uC5ED\uD560 \uC218 \uC788\uC2B5\uB2C8\uB2E4.",enableInputTranslationWithoutTriggerKeyDescription:"\uB300\uC0C1 \uC5B8\uC5B4\uB97C \uC9C0\uC815\uD558\uB824\uBA74 \uC55E\uC5D0 \uC5B8\uC5B4 \uCF54\uB4DC\uB97C \uBD99\uC785\uB2C8\uB2E4(\uC608:\uFF1Aja Hello World).",mouseHoverShortcutPlaceholder:"\uC608:\uFF1A\uC2DC\uD504\uD2B8",deepLProName:"\uBAB0\uC785\uD615 \uBC88\uC5ED \uD504\uB85C \uD68C\uC6D0(\uAD8C\uC7A5)",deepLProDescription:"\uD604\uC7AC \uD328\uD0A4\uC9C0\uB97C \uC9C1\uC811 \uC0AC\uC6A9\uD560 \uC218 \uC788\uC2B5\uB2C8\uB2E4.",deeplProDescriptionForNormal:"\uC124\uC815 \uD544\uC694 \uC5C6\uC74C, \uD68C\uC6D0\uC740 \uB85C\uADF8\uC778 \uD6C4 \uC0AC\uC6A9 \uAC00\uB2A5, <1>\uD68C\uC6D0\uC73C\uB85C \uC5C5\uADF8\uB808\uC774\uB4DC\uD558\uB824\uBA74 \uC5EC\uAE30\uB97C \uD074\uB9AD\uD558\uC138\uC694.",deepLCustomDescription:"\uC678\uAD6D \uC2E0\uC6A9 \uCE74\uB4DC \uD544\uC694, \uACF5\uC2DD\uC801\uC73C\uB85C \uAC1C\uC124\uB41C <1>DeepL,<2>\uBB38\uC11C\uB97C \uBCF4\uB824\uBA74 \uD074\uB9AD\uD558\uC138\uC694.",deepLCustomName:"\uC0AC\uC6A9\uC790 \uC9C0\uC815 \uC778\uC99D \uD0A4",chooseProviderLabel:"\uC11C\uBE44\uC2A4 \uC81C\uACF5\uC5C5\uCCB4 \uC120\uD0DD",openaiProName:"\uBAB0\uC785\uD615 \uBC88\uC5ED \uD504\uB85C \uD68C\uC6D0(\uAD8C\uC7A5)",openaiProDescription:"\uD604\uC7AC \uD328\uD0A4\uC9C0\uB97C \uC9C1\uC811 \uC0AC\uC6A9\uD560 \uC218 \uC788\uC2B5\uB2C8\uB2E4.",openaiProDescriptionForNormal:"\uC124\uC815\uC774 \uD544\uC694\uD558\uC9C0 \uC54A\uC73C\uBA70, \uD68C\uC6D0\uC740 \uB85C\uADF8\uC778 \uD6C4 \uC0AC\uC6A9\uD560 \uC218 \uC788\uC2B5\uB2C8\uB2E4. <1>\uD68C\uC6D0\uC73C\uB85C \uC5C5\uADF8\uB808\uC774\uB4DC\uD558\uB824\uBA74 \uC5EC\uAE30\uB97C \uD074\uB9AD\uD558\uC138\uC694.",openaiCustomDescription:"OpenAI, Azure OpenAI \uB610\uB294 \uAE30\uD0C0 \uD0C0\uC0AC \uC11C\uBE44\uC2A4\uC5D0\uC11C \uC0AC\uC6A9 \uAC00\uB2A5, <1>\uC124\uBA85\uC11C\uB97C \uBCF4\uB824\uBA74 \uC5EC\uAE30\uB97C \uD074\uB9AD\uD558\uC138\uC694.",openaiCustomName:"\uC0AC\uC6A9\uC790 \uC9C0\uC815 API \uD0A4",needLoginAction:"(\uACF5\uAC1C \uBA64\uBC84\uC2ED \uB610\uB294 \uC0AC\uC6A9\uC790 \uC9C0\uC815)",goLoginOrAction:"(\uBA64\uBC84\uC2ED\uC744 \uC5F4\uAC70\uB098 \uC124\uC815\uC73C\uB85C \uC774\uB3D9)",yearly:"\uC5F0\uAC04 \uC5F0\uC18D \uACB0\uC81C",quarterly:"\uC21C\uCC28\uC801 \uB798\uD551",monthly:"\uC6D4\uAC04 \uAD6C\uB3C5",yearlyForOnce:"\uC5F0\uAC04 1\uD68C \uD328\uD0A4\uC9C0",monthlyForOnce:"\uC6D4 1\uD68C \uD328\uD0A4\uC9C0",daily:"\uC5F0\uC18D \uD328\uD0B7 \uC77C\uC218",year:"\uC5F0\uAC04 \uC5F0\uC18D \uACB0\uC81C",quarter:"\uC21C\uCC28\uC801 \uB798\uD551",month:"\uC6D4\uAC04 \uAD6C\uB3C5",day:"\uC5F0\uC18D \uD328\uD0B7 \uC77C\uC218",onetime_7day:"7\uC77C \uCCB4\uD5D8 \uD329",currentPlanDescriptionForFree:"\uD604\uC7AC \uD328\uD0A4\uC9C0\uFF1A\uBB34\uB8CC",currentPlanDescriptionForContinuous:"\uD604\uC7AC \uD328\uD0A4\uC9C0\uFF1A{plan}\uB294 {endAt} \uC5D0\uC11C \uC790\uB3D9\uC73C\uB85C \uAC31\uC2E0\uB429\uB2C8\uB2E4.",currentPlanDescriptionForAutoRenewCaceling:"\uD604\uC7AC \uD328\uD0A4\uC9C0(\uFF1A{plan})\uB294 {endAt} \uC5D0\uC11C \uB9CC\uB8CC\uB418\uBA70 \uB9CC\uB8CC \uC2DC \uC790\uB3D9\uC73C\uB85C \uAC31\uC2E0\uB418\uC9C0 \uC54A\uC2B5\uB2C8\uB2E4.",currentYearlyPlanDescriptionForAutoRenewCacelingWithRealPaiedUser:"\uD604\uC7AC \uD328\uD0A4\uC9C0(\uFF1A{plan})\uB294 {endAt} \uC5D0\uC11C \uB9CC\uB8CC\uB418\uBA70 \uB9CC\uB8CC \uC2DC \uC790\uB3D9\uC73C\uB85C \uAC31\uC2E0\uB418\uC9C0 \uC54A\uC2B5\uB2C8\uB2E4.
<1>\uAC31\uC2E0 \uD50C\uB79C\uC744 \uAD00\uB9AC\uD558\uB824\uBA74 \uC5EC\uAE30\uB97C \uD074\uB9AD\uD558\uC138\uC694.",currentYearlyPlanDescriptionForAutoRenewCacelingWithAdmin:"\uD604\uC7AC \uD328\uD0A4\uC9C0(\uFF1A{plan})\uB294 {endAt} \uC5D0\uC11C \uB9CC\uB8CC\uB418\uBA70 \uB9CC\uB8CC \uC2DC \uC790\uB3D9\uC73C\uB85C \uAC31\uC2E0\uB418\uC9C0 \uC54A\uC2B5\uB2C8\uB2E4.
<1>\uC5F0\uAC04 \uC5F0\uC18D \uAD6C\uB3C5\uC744 \uD65C\uC131\uD654\uD558\uB824\uBA74 \uC5EC\uAE30\uB97C \uD074\uB9AD\uD558\uC138\uC694.",currentPlanDescriptionForOneTime:"\uD604\uC7AC \uAD6C\uB3C5\uFF1A{plan}\uC740 {endAt} \uC5D0\uC11C \uB9CC\uB8CC\uB418\uBA70, <1>\uC5F0\uAC04 \uB610\uB294 <2>\uC6D4\uAC04<1>\uBA64\uBC84\uC2ED\uC73C\uB85C \uC5C5\uADF8\uB808\uC774\uB4DC\uD558\uB824\uBA74 \uC5EC\uAE30\uB97C \uD074\uB9AD\uD558\uC138\uC694.",upgradePlan:"\uD504\uB85C \uBA64\uBC84\uC2ED\uC73C\uB85C \uC5C5\uADF8\uB808\uC774\uB4DC\uD558\uB824\uBA74 \uC5EC\uAE30\uB97C \uD074\uB9AD\uD558\uC138\uC694.",upgradeToPro:"\uD504\uB85C \uBA64\uBC84\uC2ED\uC73C\uB85C \uC5C5\uADF8\uB808\uC774\uB4DC","popup.openPro":"DeepL \uBC0F OpenAI \uBC88\uC5ED\uC744 \uC990\uAE30\uB824\uBA74 \uD504\uB85C \uBA64\uBC84\uC2ED\uC73C\uB85C \uC5C5\uADF8\uB808\uC774\uB4DC\uD558\uACE0 \uC5EC\uAE30\uB97C \uD074\uB9AD\uD558\uC5EC \uC5C5\uADF8\uB808\uC774\uB4DC\uD558\uC138\uC694!","popup.openProForPro":"\uADC0\uD558\uB294 DeepL \uBC0F OpenAI \uBC88\uC5ED\uC5D0 \uC9C1\uC811 \uC561\uC138\uC2A4\uD560 \uC218 \uC788\uB294 \uD504\uB85C \uD68C\uC6D0\uC785\uB2C8\uB2E4!",currentAccount:"\uACBD\uC0C1 \uACC4\uC815",enableAutoSyncUserSettings:"\uC5EC\uB7EC \uB514\uBC14\uC774\uC2A4\uC5D0\uC11C \uD074\uB77C\uC6B0\uB4DC \uC790\uB3D9 \uB3D9\uAE30\uD654 \uC0AC\uC6A9",modalEnableInputTranslationTitle:"\uBAB0\uC785\uD615 \uBC88\uC5ED \uC785\uB825 \uC0C1\uC790 \uBC88\uC5ED \uC54C\uB9BC",modalEnableInputTranslationDesc:"\uC2A4\uD398\uC774\uC2A4\uBC14\uB97C \uC5F0\uC18D\uD574\uC11C \uC138 \uBC88 \uBE60\uB974\uAC8C \uB20C\uB7EC \uBAB0\uC785\uD615 \uBC88\uC5ED\uC758 \uC785\uB825 \uC0C1\uC790 \uBC88\uC5ED\uC744 \uD2B8\uB9AC\uAC70\uD588\uC73C\uBA70, \uC785\uB825 \uC0C1\uC790\uC758 \uB0B4\uC6A9\uC774 \uAE30\uBCF8 \uB300\uC0C1 \uC5B8\uC5B4\uB85C \uBC88\uC5ED\uB429\uB2C8\uB2E4. \uBC88\uC5ED\uC740 Ctrl+Z\uB85C \uCDE8\uC18C\uD560 \uC218 \uC788\uC2B5\uB2C8\uB2E4.

\uBC88\uC5ED\uC774 \uC2E4\uC218\uC600\uB2E4\uBA74 \uC9C0\uAE08 \uBC14\uB85C \uBE44\uD65C\uC131\uD654\uD558\uAC70\uB098 \uC785\uB825 \uC0C1\uC790 \uBC88\uC5ED\uC744 \uC601\uAD6C\uC801\uC73C\uB85C \uBE44\uD65C\uC131\uD654\uD560 \uC218 \uC788\uC73C\uB2C8 \uAC71\uC815\uD558\uC9C0 \uB9C8\uC138\uC694.",saveAndNotShowAgain:"\uC800\uC7A5 \uBC0F \uD504\uB86C\uD504\uD2B8 \uC911\uC9C0",disableInputTranslationTips:"* {option} ,{learnMore}\uC5D0\uC11C \uB2E4\uB978 \uBC14\uB85C\uAC00\uAE30\uB97C \uD2B8\uB9AC\uAC70\uD558\uB3C4\uB85D \uC124\uC815\uD560 \uC218\uB3C4 \uC788\uC2B5\uB2C8\uB2E4.",learnMore:"\uC790\uC138\uD788 \uC54C\uC544\uBCF4\uB824\uBA74 \uC5EC\uAE30\uB97C \uD074\uB9AD\uD558\uC138\uC694.",continueEnalbeInputTranslation:"\uC785\uB825 \uC0C1\uC790 \uBC88\uC5ED \uACC4\uC18D \uD65C\uC131\uD654",autoRenewTrialSuffix:'(\uD3C9\uAC00\uD310 \uC0AC\uC6A9 \uC2DC\uC989\uC2DC \uC815\uC2DD \uBA64\uBC84\uC2ED\uC73C\uB85C \uC5C5\uADF8\uB808\uC774\uB4DC)',upgradeFromTrialTitle:"\uC815\uD68C\uC6D0\uC73C\uB85C \uC5C5\uADF8\uB808\uC774\uB4DC",subtitle:"\uBE44\uB514\uC624 \uCEA1\uC158",youtubeService:"\uBAB0\uC785 \uBC88\uC5ED \uBE44\uB514\uC624 \uC790\uB9C9 \uBC88\uC5ED \uC11C\uBE44\uC2A4","subtitle.disabledSubtitle":"\uB3D9\uC601\uC0C1 \uC790\uB9C9 \uAE30\uB2A5 \uC601\uAD6C \uBE44\uD65C\uC131\uD654\uD558\uAE30","subtitle.disabledSubtitleDescription":"\uBAB0\uC785\uD615 \uBC88\uC5ED\uAE30\uC758 \uBE44\uB514\uC624 \uC790\uB9C9\uC774 \uB2E4\uB978 \uD655\uC7A5 \uD504\uB85C\uADF8\uB7A8\uACFC \uCDA9\uB3CC\uD558\uB294 \uACBD\uC6B0, \uBAB0\uC785\uD615 \uBC88\uC5ED\uAE30\uC758 \uBE44\uB514\uC624 \uC790\uB9C9 \uAE30\uB2A5\uC744 \uC601\uAD6C\uC801\uC73C\uB85C \uBE44\uD65C\uC131\uD654\uD558\uAC70\uB098 \uCDA9\uB3CC\uD558\uB294 \uB2E4\uB978 \uD655\uC7A5 \uD504\uB85C\uADF8\uB7A8\uC744 \uC81C\uAC70\uD558\uB3C4\uB85D \uC120\uD0DD\uD560 \uC218 \uC788\uC2B5\uB2C8\uB2E4.","subtitle.autoEnableSubtitle":"\uC774\uC911 \uC5B8\uC5B4 \uC790\uB9C9 \uC790\uB3D9 \uC0AC\uC6A9","subtitle.autoEnableSubtitleDescription":"\uC0AC\uC6A9\uD558\uBA74 \uBE44\uB514\uC624\uAC00 \uC7AC\uC0DD\uB420 \uB54C \uC790\uB3D9\uC73C\uB85C \uC774\uC911 \uC5B8\uC5B4 \uC790\uB9C9\uC774 \uD45C\uC2DC\uB418\uBA70, \uADF8\uB807\uC9C0 \uC54A\uC73C\uBA74 \uBC88\uC5ED \uBC84\uD2BC\uC744 \uD074\uB9AD\uD574\uC57C \uD45C\uC2DC\uB429\uB2C8\uB2E4.","subtitle.preTranslation":"\uBAB0\uC785\uD615 \uBC88\uC5ED\uC744 \uC0AC\uC6A9\uD558\uC5EC \uC790\uB9C9 \uBC88\uC5ED\uD558\uAE30","subtitle.preTranslationDescription":"\uD65C\uC131\uD654\uD558\uBA74 \uC544\uB798\uC5D0 \uBA85\uC2DC\uB41C \uBC88\uC5ED \uC11C\uBE44\uC2A4\uB97C \uC0AC\uC6A9\uD558\uC5EC \uC804\uCCB4 \uC790\uB9C9\uC774 \uC0AC\uC804 \uBC88\uC5ED\uB418\uBA70, 1\uC2DC\uAC04 \uBD84\uB7C9\uC758 \uB3D9\uC601\uC0C1\uC740 \uC57D 50,000 \uD1A0\uD070 \uB610\uB294 \uBB38\uC790\uB97C \uC18C\uBAA8\uD558\uBBC0\uB85C \uC2E0\uC911\uD558\uAC8C \uC0AC\uC6A9\uD558\uC2DC\uAE30 \uBC14\uB77C\uBA70, \uBE44\uD65C\uC131\uD654\uD558\uBA74 \uC6D0\uBCF8 \uC790\uB9C9\uC774 \uBA3C\uC800 \uC0AC\uC6A9\uB429\uB2C8\uB2E4.","subtitle.humanSubtitlesPreferred":"\uD734\uBA3C \uCEA1\uC158 \uC6B0\uC120 \uC0AC\uC6A9","subtitle.humanSubtitlesPreferredDescription":"\uB3D9\uC601\uC0C1\uC5D0 \uB300\uC0C1 \uC5B8\uC5B4\uB85C \uB41C \uC0AC\uB78C \uC790\uB9C9\uC774 \uC788\uB294 \uACBD\uC6B0 \uC0AC\uB78C \uC790\uB9C9\uC744 \uC6B0\uC120\uC801\uC73C\uB85C \uC0AC\uC6A9\uD569\uB2C8\uB2E4(\uAD8C\uC7A5).",videoSubtitleTranslationDescription:"\uB3D9\uC601\uC0C1 \uC790\uB9C9\uC744 \uC704\uD55C \uBCC4\uB3C4\uC758 \uBC88\uC5ED \uC11C\uBE44\uC2A4 \uC9C0\uC815",subtitleTranslating:"{service} \uC11C\uBE44\uC2A4\uB97C \uC0AC\uC6A9\uD558\uC5EC \uC790\uB9C9\uC744 \uBC88\uC5ED\uD558\uB294 \uB3D9\uC548 \uC7A0\uC2DC \uAE30\uB2E4\uB824\uC8FC\uC138\uC694... (\uBAB0\uC785 \uBC88\uC5ED)",subtitleLoading:"\uC790\uB9C9 \uB85C\uB4DC \uC911...",bilingual:"\uC774\uC911 \uC5B8\uC5B4 \uC0AC\uC6A9","field.action":"\uBC14\uC774\uB450 \uC6A9\uC5B4 \uC0AC\uC6A9 \uC5EC\uBD80","description.action":"\uD65C\uC131\uD654\uD558\uBA74 \uC694\uCCAD\uC5D0 action=1 \uB9E4\uAC1C\uBCC0\uC218\uAC00 \uCD94\uAC00\uB418\uC5B4 \uBC14\uC774\uB450\uC5D0 \uD65C\uC131\uD654\uB41C \uC6A9\uC5B4\uB97C \uC54C\uB9B4 \uC218 \uC788\uC73C\uBA70, <1>\uC790\uC138\uD55C \uB0B4\uC6A9\uC740 \uACF5\uC2DD \uBB38\uC11C\uB97C \uCC38\uC870\uD558\uC138\uC694.",closeQuickTranslation:"\uD638\uBC84\uBCFC \uB2EB\uAE30","closeQuickTranslation.untilNext":"\uB2E4\uC74C \uBC29\uBB38 \uC2DC\uAE4C\uC9C0 \uD734\uBB34\uC785\uB2C8\uB2E4.","closeQuickTranslation.currentWebsite":"\uD604\uC7AC \uC0AC\uC774\uD2B8 \uBE44\uD65C\uC131\uD654","closeQuickTranslation.alwaysClose":"\uC601\uAD6C\uC801\uC73C\uB85C \uBE44\uD65C\uC131\uD654","closeQuickTranslation.settingOpen":"( <1>\uC124\uC815 \uD398\uC774\uC9C0\uC5D0\uC11C \uCF1C\uAE30 \uAC00\uB2A5)","closeQuickTranslation.cancel":"\uCDE8\uC18C","closeQuickTranslation.confirm":"\uC815\uC758","floatBall.popup":"\uBE60\uB978 \uC124\uC815 \uD328\uB110 \uC5F4\uAE30","floatBall.translate":"\uD074\uB9AD\uD558\uC5EC \uD398\uC774\uC9C0 \uBC88\uC5ED\uD558\uAE30","floatBall.showOriginal":"\uC6D0\uBCF8 \uBB38\uC11C\uB85C \uB3CC\uC544\uAC00\uB824\uBA74 \uD074\uB9AD\uD558\uC138\uC694.","floatBall.close":"\uD638\uBC84\uBCFC \uB2EB\uAE30","floatBallOptions.enableDescPc":"\uD398\uC774\uC9C0 \uD638\uBC84\uBCFC\uC744 \uD65C\uC131\uD654\uD558\uBA74 \uD398\uC774\uC9C0 \uC624\uB978\uCABD\uC5D0 \uBE60\uB978 \uBC88\uC5ED \uBC84\uD2BC\uC774 \uD45C\uC2DC\uB418\uBA70, \uC774\uB97C \uD074\uB9AD\uD558\uBA74 \uBC88\uC5ED\uD560 \uC218 \uC788\uC2B5\uB2C8\uB2E4!","floatBallOptions.enableDesc":"\uD638\uBC84\uBCFC\uC744 \uB044\uACE0 \uB098\uBA74{touch}\uC73C\uB85C \uBD88\uB7EC\uC62C \uC218 \uC788\uC2B5\uB2C8\uB2E4. \uC2E4\uC218\uB85C \uC774 \uC635\uC158\uC744 \uB048 \uD6C4 \uD638\uBC84\uBCFC\uC744 \uCC3E\uC744 \uC218 \uC5C6\uB294 \uACBD\uC6B0\uB97C \uB300\uBE44\uD574 \uC774 \uC124\uC815 \uD398\uC774\uC9C0\uB97C \uBD81\uB9C8\uD06C\uC5D0 \uCD94\uAC00\uD574 \uB450\uB294 \uAC83\uC774 \uC88B\uC2B5\uB2C8\uB2E4!","description.azureApiUrl":"\uC0AC\uC6A9\uC790 \uC9C0\uC815 API \uC778\uD130\uD398\uC774\uC2A4\uC758 \uC8FC\uC18C\uB97C \uC785\uB825\uD569\uB2C8\uB2E4.",confirmSupportMouse:"\uB9C8\uC6B0\uC2A4 \uC9C0\uC6D0 \uAC15\uC81C \uD65C\uC131\uD654",confirmSupportMouseDescription:"\uD604\uC7AC \uBE0C\uB77C\uC6B0\uC800\uAC00 \uB9C8\uC6B0\uC2A4 \uAE30\uB2A5\uC744 \uC9C0\uC6D0\uD558\uC9C0 \uC54A\uB294 \uAC83\uC73C\uB85C \uAC10\uC9C0\uB418\uBA74 \uB9C8\uC6B0\uC2A4 \uC9C0\uC6D0\uC744 \uAC15\uC81C\uB85C \uD65C\uC131\uD654\uD574\uC57C \uD558\uB098\uC694?",sampleTargetText:"\uAE34 \uBC24\uC774 \uC62C \uAC83\uC774\uB2C8, \uB098\uB294 \uC624\uB298\uBD80\uD130 \uC8FD\uC744 \uB54C\uAE4C\uC9C0 \uBCF4\uCD08\uB97C \uC124 \uAC83\uC774\uB2E4. \uB098\uB294 \uC544\uB0B4\uB97C \uCDE8\uD558\uC9C0 \uC54A\uC744 \uAC83\uC774\uBA70, \uB3D9\uB9F9\uC744 \uB9FA\uC9C0 \uC54A\uC744 \uAC83\uC774\uBA70, \uC790\uC2DD\uC744 \uB0B3\uC9C0 \uC54A\uC744 \uAC83\uC774\uB2E4. \uB098\uB294 \uC655\uAD00\uC744 \uC4F0\uC9C0 \uC54A\uC744 \uAC83\uC774\uBA70 \uBA85\uC608\uB97C \uC704\uD574 \uB178\uB825\uD558\uC9C0 \uC54A\uC744 \uAC83\uC774\uB2E4. \uB098\uB294 \uB0B4 \uC758\uBB34\uB97C \uB2E4\uD558\uACE0 \uC0B4\uB2E4\uAC00 \uC8FD\uC744 \uAC83\uC785\uB2C8\uB2E4.",sampleSourceText:"Night gathers, and now my watch begins. It shall not end until my death. I shall take no wife, hold no lands, father no children. I shall wear no crowns and win no glory. I shall live and die at my post.","subtitle.supportedSites":"\u5DF2\u652F\u6301\u5728\u8FD9\u4E9B\u7F51\u7AD9\u4F7F\u7528\u53CC\u8BED\u5B57\u5E55\uFF08\u6CE8\u610F\uFF1A\u7531\u4E8E\u6280\u672F\u9650\u5236\uFF0C\u90E8\u5206\u7F51\u7AD9\u5728\u9996\u6B21\u5F00\u542F\u5B57\u5E55\u540E\u9700\u8981\u91CD\u65B0\u5237\u65B0\u9875\u9762\uFF0C\u6216\u8005\u9700\u7B49\u5F85\u7FFB\u8BD1\u5B8C\u6210\u4EE5\u663E\u793A\u53CC\u8BED\u5B57\u5E55\uFF09\uFF1A",viewWithImmersiveTranslate:"\u53CC\u8BED\u7248\u672C(\u6C89\u6D78\u5F0F\u7FFB\u8BD1)",errorReason:"\u9519\u8BEF\u539F\u56E0\uFF1A{message}","proQuotaExceededError.onetime7day":'\uFF0C\u60A8\u53EF\u4EE5\u9009\u62E9\u4EE5\u4E0B\u65B9\u5F0F\u89E3\u51B3\uFF1A

1. \u5207\u6362\u5230 {anotherService} \u6216\u5176\u4ED6\u7FFB\u8BD1\u670D\u52A1
2. \u5347\u7EA7\u4E3A\u6708\u5EA6/\u5E74\u5EA6\u4F1A\u5458',"proQuotaExceededError.trial":'\uFF0C\u60A8\u53EF\u4EE5\u9009\u62E9\u4EE5\u4E0B\u65B9\u5F0F\u89E3\u51B3\uFF1A

1. \u5207\u6362\u5230 {anotherService} \u6216\u5176\u4ED6\u7FFB\u8BD1\u670D\u52A1
2. \u7ACB\u523B\u5347\u7EA7\u4E3A\u6B63\u5F0F\u4F1A\u5458',"proQuotaExceededError.nonTrial":'\uFF0C\u60A8\u53EF\u4EE5\u9009\u62E9\u4EE5\u4E0B\u65B9\u5F0F\u89E3\u51B3\uFF1A

1. \u5207\u6362\u5230 {anotherService} \u6216\u5176\u4ED6\u7FFB\u8BD1\u670D\u52A1
2. \u8D2D\u4E70 {translationService} \u989D\u5916\u6D41\u91CF\u5305',"proQuotaExceededError.resetTime":"
3. \u989D\u5EA6\u91CD\u7F6E\u65F6\u95F4\uFF1A{resetTime}","desc.touchShortcutsToggleTranslatePageOnlyTranslation":"\uBC88\uC5ED\uBB38\uB9CC\uC774\uB77C\uB294 \uAC83\uC740 \uBC88\uC5ED\uBB38\uB9CC \uD45C\uC2DC\uD558\uBA70, \uC6F9\uD398\uC774\uC9C0\uAC00 \uC544\uC9C1 \uBC88\uC5ED\uB418\uC9C0 \uC54A\uC558\uB2E4\uBA74 \uBAA8\uB4DC\uB97C \uC804\uD658\uD558\uACE0 \uBC88\uC5ED\uD560 \uAC83\uC785\uB2C8\uB2E4.","desc.toggleOnlyTransation":"\uC624\uC9C1 \uBC88\uC5ED \uBAA8\uB4DC\uB294 \uBC88\uC5ED\uBB38\uB9CC \uD45C\uC2DC\uD558\uB294 \uAC83\uC744 \uC758\uBBF8\uD558\uBA70, \uC6F9\uD398\uC774\uC9C0\uAC00 \uC544\uC9C1 \uBC88\uC5ED\uB418\uC9C0 \uC54A\uC558\uB2E4\uBA74 \uBAA8\uB4DC\uB97C \uC804\uD658\uD558\uACE0 \uBC88\uC5ED\uD560 \uAC83\uC785\uB2C8\uB2E4.",touchShortcutsToggleTranslatePageOnlyTranslation:"\uD130\uCE58 \uC2A4\uD06C\uB9B0 \uC81C\uC2A4\uCC98\uB97C \uC124\uC815\uD558\uC5EC \uC774\uC911 \uC5B8\uC5B4/\uBC88\uC5ED \uD14D\uC2A4\uD2B8 \uC804\uC6A9 \uBAA8\uB4DC\uB97C \uC804\uD658\uD558\uC138\uC694.",download_started:"\uB2E4\uC6B4\uB85C\uB4DC\uAC00 \uC774\uBBF8 \uC2DC\uC791\uB418\uC5C8\uC2B5\uB2C8\uB2E4. \uC790\uB3D9\uC73C\uB85C \uB2E4\uC6B4\uB85C\uB4DC\uB418\uC9C0 \uC54A\uB294 \uACBD\uC6B0, \uC218\uB3D9\uC73C\uB85C \uD074\uB9AD\uD558\uC2ED\uC2DC\uC624.",here:"\uC5EC\uAE30","error.serveConfigError":"\uC11C\uBE44\uC2A4 \uAD6C\uC131 \uC624\uB958","translationFont.customPlaceholder":"\uAE00\uAF34","error.configError":"\uAD6C\uC131 \uB370\uC774\uD130 \uC774\uC0C1","error.goReset":"\uC7AC\uC124\uC815\uD558\uB2E4","touch.mouse-translate":"\uC9C0\uC815\uB41C \uB2E8\uB77D \uBC88\uC5ED",batchEdit:"\uB300\uB7C9 \uC791\uC5C5","translationModeUrl.translation.title":"\uBC88\uC5ED\uB9CC \uBAA8\uB4DC\uC758 \uC6F9\uC0AC\uC774\uD2B8","translationFont.custom":"\uC0AC\uC6A9\uC790 \uC815\uC758 \uAE00\uAF34 \uC785\uB825",translationFont:"\uAE00\uAF34 \uC124\uC815","translationServices.inherit":"\uC8FC \uBC88\uC5ED \uC11C\uBE44\uC2A4\uB97C \uB530\uB974\uC2ED\uC2DC\uC624",detectServiceLoading:"\uC0AC\uC6A9 \uAC00\uB2A5\uD55C \uBC88\uC5ED \uC11C\uBE44\uC2A4\uB97C \uD655\uC778 \uC911\uC785\uB2C8\uB2E4...",toggleToService:"{service}\uB85C \uC804\uD658\uD558\uACE0 \uB2E4\uC2DC \uC2DC\uB3C4\uD558\uC2ED\uC2DC\uC624.","translationModeLang.translation.title":"\uB2E8\uC21C \uBC88\uC5ED \uBAA8\uB4DC\uC758 \uC5B8\uC5B4","error.502":"\uC11C\uBE44\uC2A4\uAC00 \uC624\uB958\uB97C \uBC18\uD658\uD588\uC2B5\uB2C8\uB2E4, \uC11C\uBE44\uC2A4\uAC00 \uC2DC\uAC04 \uCD08\uACFC\uB418\uC5C8\uC2B5\uB2C8\uB2E4. \uC7A0\uC2DC \uD6C4 \uB2E4\uC2DC \uC2DC\uB3C4\uD574 \uC8FC\uC138\uC694.","error.proUpgrade":"\uC5C5\uADF8\uB808\uC774\uB4DC \uD6C4\uC5D0\uB294 \uD398\uC774\uC9C0\uB97C \uC0C8\uB85C \uACE0\uCE68\uD558\uC5EC \uB2E4\uC2DC \uBC88\uC5ED\uD558\uC2ED\uC2DC\uC624.","error.reloadPageOfSetting":"\uAD6C\uC131 \uD6C4\uC5D0\uB294 \uD398\uC774\uC9C0\uB97C \uC0C8\uB85C \uACE0\uCE68\uD558\uC5EC \uB2E4\uC2DC \uBC88\uC5ED\uD558\uC2ED\uC2DC\uC624.","translationModeLang.translation.description":"\uD398\uC774\uC9C0 \uC5B8\uC5B4\uAC00 \uB2E4\uC74C \uC5B8\uC5B4\uC77C \uB54C, \uC790\uB3D9\uC73C\uB85C \uBC88\uC5ED\uBB38\uB9CC \uBAA8\uB4DC\uB97C \uC0AC\uC6A9\uD569\uB2C8\uB2E4.","error.proTokenInvalid":"Pro \uC0AC\uC6A9\uC790\uC774\uC2DC\uB77C\uBA74, \uB85C\uADF8\uC778 \uD6C4 Pro \uBC88\uC5ED \uC11C\uBE44\uC2A4\uB97C \uC774\uC6A9\uD574 \uC8FC\uC138\uC694.","error.403":"\uC11C\uBE44\uC2A4\uAC00 \uC624\uB958\uB97C \uBC18\uD658\uD558\uC600\uC2B5\uB2C8\uB2E4, \uC7A0\uC2DC \uD574\uB2F9 \uC11C\uBE44\uC2A4\uC5D0 \uC811\uADFC\uD560 \uAD8C\uD55C\uC774 \uC5C6\uC2B5\uB2C8\uB2E4.","error.googleLimitIp":"\uC11C\uBE44\uC2A4\uAC00 \uC624\uB958\uB97C \uBC18\uD658\uD588\uC73C\uBA70, Google \uC11C\uBE44\uC2A4\uB294 \uD574\uB2F9 IP \uC8FC\uC18C\uC5D0 \uB300\uD574 \uC81C\uD55C\uC744 \uB450\uC5C8\uC2B5\uB2C8\uB2E4. \uB124\uD2B8\uC6CC\uD06C \uB178\uB4DC\uB97C \uBCC0\uACBD\uD558\uB294 \uAC83\uC774 \uC88B\uC2B5\uB2C8\uB2E4.",videoSubtitlePreTranslationOff:"\uBE44\uB514\uC624 \uC790\uB9C9\uC740 \uC6D0\uB798 \uBE44\uB514\uC624\uC5D0 \uD3EC\uD568\uB41C \uAE30\uACC4 \uBC88\uC5ED \uC790\uB9C9\uC744 \uC6B0\uC120\uC801\uC73C\uB85C \uC0AC\uC6A9\uD560 \uAC83\uC785\uB2C8\uB2E4.",videoSubtitlePreTranslationOn:"\uBE44\uB514\uC624 \uC790\uB9C9\uC740 \uC6B0\uC120\uC801\uC73C\uB85C \uBAB0\uC785\uD615 \uBC88\uC5ED\uC744 \uC0AC\uC6A9\uD560 \uAC83\uC785\uB2C8\uB2E4.",enableSentryReport:"\uD655\uC7A5\uC774 \uC624\uB958\uB97C \uC77C\uC73C\uD0AC \uB54C Sentry\uB97C \uC0AC\uC6A9\uD558\uC5EC \uD53C\uB4DC\uBC31\uC744 \uC81C\uCD9C\uD558\uC2ED\uC2DC\uC624.","translationModeUrl.translation.description":"\uB2E4\uC74C \uB3C4\uBA54\uC778\uC5D0 \uB300\uD55C \uC6F9\uC0AC\uC774\uD2B8\uC77C \uACBD\uC6B0, \uC790\uB3D9\uC73C\uB85C \uBC88\uC5ED\uBB38\uB9CC \uBAA8\uB4DC\uB97C \uC0AC\uC6A9\uD569\uB2C8\uB2E4.","error.openAIExceededQuota":"\uC11C\uBE44\uC2A4 \uC624\uB958 \uBC18\uD658: \uD604\uC7AC OpenAI \uACC4\uC815 \uC794\uC561\uC774 \uBD80\uC871\uD569\uB2C8\uB2E4. OpenAI \uACF5\uC2DD \uAD00\uB9AC \uD398\uC774\uC9C0\uC5D0\uC11C \uCDA9\uC804\uD558\uAC70\uB098 \uC2E0\uC6A9\uCE74\uB4DC\uB97C \uC5F0\uACB0\uD574\uC8FC\uC138\uC694.","error.400":"\uC11C\uBE44\uC2A4\uAC00 \uC624\uB958\uB97C \uBC18\uD658\uD588\uC2B5\uB2C8\uB2E4. \uC694\uCCAD \uB9E4\uAC1C\uBCC0\uC218\uAC00 \uC798\uBABB\uB418\uC5C8\uC2B5\uB2C8\uB2E4. \uD574\uB2F9 \uC124\uC815\uC744 \uD655\uC778\uD558\uC2ED\uC2DC\uC624.","error.gemini.429":"\uD604\uC7AC Gemini \uC11C\uBE44\uC2A4\uC758 \uD604\uC7AC \uBD80\uD558 \uC6A9\uB7C9\uC774 \uCD5C\uB300\uC5D0 \uB3C4\uB2EC\uD588\uC2B5\uB2C8\uB2E4. \uC7A0\uC2DC \uD6C4\uC5D0 \uB2E4\uC2DC \uC2DC\uB3C4\uD558\uAC70\uB098 \uB2E4\uB978 \uBC88\uC5ED \uC11C\uBE44\uC2A4\uB85C \uC804\uD658\uD574 \uC8FC\uC138\uC694.","translationFont.notSupportErrorMessage":"\uC785\uB825\uD558\uC2E0 \uAE00\uAF34 \uC774\uB984\uC774 \uC815\uD655\uD55C\uC9C0 \uD655\uC778\uD558\uC2DC\uAC70\uB098, \uD574\uB2F9 \uAE00\uAF34\uC774 \uADC0\uD558\uC758 \uC7A5\uCE58\uC5D0 \uC124\uCE58\uB418\uC5B4 \uC788\uB294\uC9C0 \uD655\uC778\uD574 \uC8FC\uC138\uC694.","error.openAIFreeLimit":"\uC11C\uBE44\uC2A4\uAC00 \uC624\uB958\uB97C \uBC18\uD658\uD588\uC2B5\uB2C8\uB2E4. \uD604\uC7AC \uBC88\uC5ED \uC694\uCCAD \uBE48\uB3C4\uAC00 \uBD84\uB2F9 \uCD5C\uB300 3\uD68C\uB85C \uC81C\uD55C\uB418\uC5C8\uC2B5\uB2C8\uB2E4. \uC7A0\uC2DC \uD6C4 \uB2E4\uC2DC \uC2DC\uB3C4\uD558\uC2ED\uC2DC\uC624. (\uC774\uAC83\uC740 OpenAI \uACF5\uC2DD\uC774 \uBB34\uB8CC API Key\uC5D0 \uB300\uD55C \uC81C\uD55C\uC774\uBA70, \uC774 \uC81C\uD55C\uC744 \uD574\uC81C\uD558\uB824\uBA74 OpenAI \uAD00\uB9AC \uBC31\uC5D4\uB4DC\uC5D0\uC11C \uC2E0\uC6A9\uCE74\uB4DC\uB97C \uC5F0\uACB0\uD558\uC2ED\uC2DC\uC624.)","desc.toggleVideoSubtitlePreTranslation":"\uB204\uB974\uBA74 \uBE44\uB514\uC624\uC758 \uC774\uC911 \uC5B8\uC5B4 \uC790\uB9C9\uC740 \uC6B0\uC120\uC801\uC73C\uB85C \uBAB0\uC785\uD615 \uBC88\uC5ED \uC124\uC815\uC744 \uC0AC\uC6A9\uD558\uACE0, \uB2E4\uC2DC \uB204\uB974\uBA74 \uC6D0\uB798 \uBE44\uB514\uC624\uC5D0 \uB0B4\uC7A5\uB41C \uAE30\uACC4 \uBC88\uC5ED \uC790\uB9C9\uC744 \uC6B0\uC120\uC801\uC73C\uB85C \uC0AC\uC6A9\uD569\uB2C8\uB2E4. \uC8FC\uC758: \uC774 \uB2E8\uCD95\uD0A4\uB294 \uC804\uC5ED \uC124\uC815\uC744 \uC218\uC815\uD569\uB2C8\uB2E4.","error.429":"\uC11C\uBE44\uC2A4\uAC00 \uC624\uB958\uB97C \uBC18\uD658\uD588\uC2B5\uB2C8\uB2E4. \uC774\uB294 \uC694\uCCAD\uC774 \uB108\uBB34 \uC790\uC8FC \uBC1C\uC0DD\uD558\uAC70\uB098 \uD560\uB2F9\uB7C9 \uC81C\uD55C\uC744 \uCD08\uACFC\uD588\uC74C\uC744 \uB098\uD0C0\uB0C5\uB2C8\uB2E4. \uC7A0\uC2DC \uD6C4\uC5D0 \uB2E4\uC2DC \uC2DC\uB3C4\uD558\uC2ED\uC2DC\uC624.","error.serveUnavailable":"\uD604\uC7AC \uC0AC\uC6A9 \uC911\uC778 [{serverName}] \uC11C\uBE44\uC2A4\uB294 \uB124\uD2B8\uC6CC\uD06C \uC5F0\uACB0 \uB610\uB294 \uC11C\uBE44\uC2A4 \uC81C\uACF5\uC790\uC758 \uBB38\uC81C\uB85C \uC778\uD574 \uC77C\uC2DC\uC801\uC73C\uB85C \uC811\uC18D\uD560 \uC218 \uC5C6\uC2B5\uB2C8\uB2E4. \uD398\uC774\uC9C0\uB97C \uC0C8\uB85C \uACE0\uCE68\uD558\uAC70\uB098 <1>\uC124\uC815\uC744 \uD1B5\uD574 \uB2E4\uB978 \uBC88\uC5ED \uC11C\uBE44\uC2A4\uB85C \uBCC0\uACBD\uD574 \uBCF4\uC2DC\uB294 \uAC83\uC744 \uAD8C\uC7A5\uD569\uB2C8\uB2E4. <2>Pro \uD68C\uC6D0\uC774\uC2DC\uB77C\uBA74, \uB354 \uC548\uC815\uC801\uC778 DeepL \uB610\uB294 OpenAI \uBC88\uC5ED \uC11C\uBE44\uC2A4\uB97C \uC0AC\uC6A9\uD560 \uC218 \uC788\uC2B5\uB2C8\uB2E4(<3>\uC5EC\uAE30\uB97C \uD074\uB9AD\uD558\uC2DC\uBA74 \uBB34\uB8CC\uB85C \uCCB4\uD5D8\uD558\uC2E4 \uC218 \uC788\uC2B5\uB2C8\uB2E4). \uB610\uD55C, \uB124\uD2B8\uC6CC\uD06C \uB610\uB294 \uD504\uB85D\uC2DC \uC124\uC815\uC744 \uD655\uC778\uD574\uC57C \uD560 \uC218\uB3C4 \uC788\uC2B5\uB2C8\uB2E4.",pickAll:"\uC804\uCCB4 \uC120\uD0DD","error.reason":"\uC624\uB958 \uC6D0\uC778","error.retry":"\uB2E4\uC2DC \uC2DC\uB3C4\uD558\uB2E4","widget.instruction":"\uC0AC\uC6A9 \uC124\uBA85\uC11C",notLogin:"\uB85C\uADF8\uC778\uD558\uC9C0 \uC54A\uC74C",loggedIn:"\uB85C\uADF8\uC778 \uB418\uC5C8\uC2B5\uB2C8\uB2E4",touchShortcutsOff:"\uB2EB\uAE30",goLogin:"\uB85C\uADF8\uC778\uD558\uC2ED\uC2DC\uC624","widget.videoSubtitle":"\uBE44\uB514\uC624 \uC790\uB9C9","multipleClick.2":"\uB354\uBE14 \uD074\uB9AD","widget.translateFile":"PDF/ePub",shortcutSettings:"\uB2E8\uCD95\uD0A4","tagsInput.add":"+ \uCD94\uAC00",translationOnlyMode:"\uC624\uC9C1 \uBC88\uC5ED \uBAA8\uB4DC\uB9CC",shortcutSettingsTitle:"\uB2E8\uCD95\uD0A4 \uC124\uC815","translationServices.gemini":"\uC30D\uB465\uC774\uC790\uB9AC","multipleClick.4":"\uB124 \uBC88 \uC5F0\uC18D \uD0C0\uACA9","floatBall.iKnow":"\uB098\uB294 \uC54C\uC558\uC5B4","widget.instructionTooltip":"\uC0AC\uC6A9 \uC124\uBA85\uC11C\uB97C \uD655\uC778\uD558\uC2ED\uC2DC\uC624","multipleClick.3":"\uD2B8\uB9AC\uD50C \uD788\uD2B8",paragraphMinTextCountField:"\uBC88\uC5ED \uB2E8\uB77D\uC5D0 \uD544\uC694\uD55C \uCD5C\uC18C \uBB38\uC790 \uC218","shortcutGroup.shortcutsForTranslationServices":"\uBC88\uC5ED \uC11C\uBE44\uC2A4 \uAD00\uB828 \uB2E8\uCD95\uD0A4",temprarilyChangeTranslationTo_openai:"\uD604\uC7AC \uD398\uC774\uC9C0\uB97C OpenAI\uB85C \uBC88\uC5ED\uD558\uACE0 \uC788\uC2B5\uB2C8\uB2E4.","browser.translateWithGoogle":"\uD604\uC7AC \uD398\uC774\uC9C0\uB97C \uC784\uC2DC\uB85C Google \uBC88\uC5ED \uC0AC\uC6A9\uD558\uAE30",mouseHoverCustomKeyTitle:"\uC0AC\uC6A9\uC790 \uC815\uC758 \uB9C8\uC6B0\uC2A4 \uD638\uBC84 \uB2E8\uCD95\uD0A4","slide.left":"\uC624\uB978\uCABD\uC73C\uB85C \uC2AC\uB77C\uC774\uB4DC\uD558\uC138\uC694","browser.translateInputBox":"\uD604\uC7AC \uC785\uB825 \uC0C1\uC790 \uB0B4\uC6A9 \uBC88\uC5ED","intro.floatBallTitle":"\uBE60\uB978 \uBC88\uC5ED \uD50C\uB85C\uD305 \uBCFC","shortcutGroup.touch":"\uD130\uCE58 \uC2A4\uD06C\uB9B0 \uC804\uC6A9 \uC81C\uC2A4\uCC98","widget.videoSubtitleTooltip":"Youtube \uB4F1 {count}+ \uBE44\uB514\uC624 \uC6F9\uC0AC\uC774\uD2B8\uB97C \uC9C0\uC6D0\uD569\uB2C8\uB2E4","intro.subtitleTitle":"\uC628\uB77C\uC778 \uBE44\uB514\uC624 \uC774\uC911 \uC5B8\uC5B4 \uC790\uB9C9 \uD45C\uC2DC","subtitle.autoDisableSubtitle":"\uC790\uB3D9\uC73C\uB85C \uC774\uC911 \uC5B8\uC5B4 \uC790\uB9C9\uC744 \uD65C\uC131\uD654\uD558\uC9C0 \uC54A\uC2B5\uB2C8\uB2E4",temprarilyChangeTranslationTo_bing:"\uD604\uC7AC \uD398\uC774\uC9C0\uB97C Microsoft \uBC88\uC5ED\uC744 \uC0AC\uC6A9\uD558\uC5EC \uBC88\uC5ED\uD558\uACE0 \uC788\uC2B5\uB2C8\uB2E4.","slide.right":"\uC67C\uCABD\uC73C\uB85C \uC2AC\uB77C\uC774\uB4DC\uD558\uC138\uC694","widget.translateFileTooltip":"PDF, EPUB, SRT, ASS, HTML \uBC0F TXT \uBB38\uC11C \uBC88\uC5ED","intro.hoverTitle":"\uB9C8\uC6B0\uC2A4\uB97C \uB193\uC73C\uBA74 \uD604\uC7AC \uB2E8\uB77D\uC774 \uBC88\uC5ED\uB429\uB2C8\uB2E4.",temprarilyChangeTranslationTo_gemini:"\uD604\uC7AC \uD398\uC774\uC9C0\uB97C Gemini\uB85C \uBC88\uC5ED\uD558\uACE0 \uC788\uC2B5\uB2C8\uB2E4.","shortcutGroup.mouse":"\uB9C8\uC6B0\uC2A4 \uD638\uBC84 \uB2E8\uCD95\uD0A4 \uC124\uC815",temprarilyChangeTranslationTo_google:"\uD604\uC7AC \uD398\uC774\uC9C0\uB97C Google \uBC88\uC5ED\uC744 \uC0AC\uC6A9\uD558\uC5EC \uBC88\uC5ED\uD558\uACE0 \uC788\uC2B5\uB2C8\uB2E4.",neverTranslateThisSite:"\uC774 \uC6F9\uC0AC\uC774\uD2B8\uB97C \uC808\uB300 \uBC88\uC5ED\uD558\uC9C0 \uB9C8\uC2ED\uC2DC\uC624.","subtitle.bilingual":"\uC774\uC911 \uC5B8\uC5B4 \uC790\uB9C9",alwaysTranslateThisSite:"\uD56D\uC0C1 \uC774 \uC6F9\uC0AC\uC774\uD2B8\uB97C \uBC88\uC5ED\uD569\uB2C8\uB2E4",buildSnapshots:"\uC6F9\uD398\uC774\uC9C0 \uC2A4\uB0C5\uC0F7 \uC0DD\uC131","error.subscriptionExpiredTitle":"\uD68C\uC6D0\uC774 \uB9CC\uB8CC\uB418\uC5C8\uC2B5\uB2C8\uB2E4",notLoginPro:"\uB2F9\uC2E0\uC740 \uC544\uC9C1 \uD68C\uC6D0 \uACC4\uC815\uC5D0 \uB85C\uADF8\uC778\uD558\uC9C0 \uC54A\uC558\uC2B5\uB2C8\uB2E4.","browser.translateWithGemini":"\uD604\uC7AC \uD398\uC774\uC9C0\uB97C \uC784\uC2DC\uB85C Gemini\uB85C \uBC88\uC5ED\uD558\uC2ED\uC2DC\uC624.","shortcutGroup.others":"\uB354 \uB9CE\uC740 \uC0AC\uC6A9\uC790 \uC815\uC758 \uAE30\uB2A5 \uB2E8\uCD95\uD0A4","subtitle.showQuickButton":"\uD50C\uB808\uC774\uC5B4\uC5D0\uC11C \uC774\uC911 \uC5B8\uC5B4 \uC790\uB9C9 \uB2E8\uCD95\uD0A4\uB97C \uD45C\uC2DC\uD569\uB2C8\uB2E4","browser.translateWithBing":"\uC784\uC2DC\uB85C \uB9C8\uC774\uD06C\uB85C\uC18C\uD504\uD2B8 \uBC88\uC5ED\uC744 \uC0AC\uC6A9\uD558\uC5EC \uD604\uC7AC \uD398\uC774\uC9C0\uB97C \uBC88\uC5ED\uD558\uC2ED\uC2DC\uC624.",contact:"\uC6B0\uB9AC\uC5D0\uAC8C \uC5F0\uB77D\uD558\uC2ED\uC2DC\uC624","desc.touchShortcutsToggleTranslateTouchElement":"\uC0AC\uC6A9\uC790 \uC815\uC758 \uC81C\uC2A4\uCC98\uB97C \uC0AC\uC6A9\uD558\uBA74 \uC5B4\uB5A4 \uB2E8\uB77D\uC774\uB4E0 \uBC88\uC5ED\uD560 \uC218 \uC788\uC2B5\uB2C8\uB2E4.",temprarilyChangeTranslationTo_deepl:"\uD604\uC7AC \uD398\uC774\uC9C0\uB97C DeepL\uB85C \uBC88\uC5ED\uD558\uACE0 \uC788\uC2B5\uB2C8\uB2E4.",networkError:"\uBC88\uC5ED \uC11C\uBE44\uC2A4 \uB610\uB294 \uB124\uD2B8\uC6CC\uD06C\uC5D0 \uBB38\uC81C\uAC00 \uBC1C\uC0DD\uD588\uC2B5\uB2C8\uB2E4.","browser.translateWithTransmart":"\uC784\uC2DC\uB85C \uD150\uC13C\uD2B8 \uBC88\uC5ED\uC744 \uC0AC\uC6A9\uD558\uC5EC \uD604\uC7AC \uD398\uC774\uC9C0\uB97C \uBC88\uC5ED\uD558\uC2ED\uC2DC\uC624.",upgradeToProErrorTitle:"\uC774 \uBC88\uC5ED \uC11C\uBE44\uC2A4\uB97C \uC0AC\uC6A9\uD558\uB824\uBA74 Pro \uD68C\uC6D0\uC73C\uB85C \uC5C5\uADF8\uB808\uC774\uB4DC\uD558\uC2ED\uC2DC\uC624.",temprarilyChangeTranslationTo_transmart:"\uD604\uC7AC \uD398\uC774\uC9C0\uB97C \uD150\uC13C\uD2B8 \uBC88\uC5ED\uC744 \uC0AC\uC6A9\uD558\uC5EC \uBC88\uC5ED\uD558\uACE0 \uC788\uC2B5\uB2C8\uB2E4.",touchShortcutsToggleTranslationMask:"\uD130\uCE58 \uC2A4\uD06C\uB9B0 \uC81C\uC2A4\uCC98 \uC124\uC815\uD558\uC5EC \uBC88\uC5ED \uB9C8\uC2A4\uD06C \uD45C\uC2DC / \uC6D0\uBB38 \uD45C\uC2DC","neverTranslateText.title":"\uB2E4\uC74C \uB2E8\uC5B4\uB294 \uC6D0\uBB38\uC744 \uC720\uC9C0\uD558\uACE0 \uBC88\uC5ED\uD558\uC9C0 \uB9C8\uC2ED\uC2DC\uC624.","browser.translateWithOpenAI":"\uC784\uC2DC\uB85C OpenAI\uB97C \uC0AC\uC6A9\uD558\uC5EC \uD604\uC7AC \uD398\uC774\uC9C0\uB97C \uBC88\uC5ED\uD558\uC2ED\uC2DC\uC624.","floatBall.guideClickToTranslate":`\uD074\uB9AD\uD558\uC5EC \uBAB0\uC785\uD615 \uBC88\uC5ED \uD50C\uB85C\uD305 \uBCFC\uC744 \uBE60\uB974\uAC8C \uBC88\uC5ED\uD560 \uC218 \uC788\uC2B5\uB2C8\uB2E4`,"floatBall.longPress":"\uAE38\uAC8C \uB204\uB974\uBA74 \uC124\uC815 \uD328\uB110\uC744 \uBE60\uB974\uAC8C \uC5F4 \uC218 \uC788\uC5B4\uC694.","browser.translateWithDeepL":"\uD604\uC7AC \uD398\uC774\uC9C0\uB97C \uC784\uC2DC\uB85C DeepL\uB85C \uBC88\uC5ED\uD558\uC2ED\uC2DC\uC624.","shortcutGroup.main":"\uC77C\uBC18\uC801\uC73C\uB85C \uC0AC\uC6A9\uD558\uB294 \uAE30\uB2A5\uC758 \uB2E8\uCD95\uD0A4","subtitle.hideQuickButton":"\uB354 \uC774\uC0C1 \uC774 \uB2E8\uCD95\uD0A4\uB97C \uD45C\uC2DC\uD558\uC9C0 \uC54A\uC2B5\uB2C8\uB2E4",touchShortcutsToggleTranslatePage:"\uC6F9\uD398\uC774\uC9C0 \uBC88\uC5ED/\uC6D0\uBB38 \uD45C\uC2DC\uB97C \uC704\uD574 \uD130\uCE58 \uC2A4\uD06C\uB9B0 \uC81C\uC2A4\uCC98 \uC124\uC815",touchShortcutsToggleTranslateTouchElement:"\uD2B9\uC815 \uB2E8\uB77D \uBC88\uC5ED\uC744 \uC704\uD55C \uD130\uCE58 \uC2A4\uD06C\uB9B0 \uC81C\uC2A4\uCC98 \uC124\uC815",confirmResetToDefaultSettings:"\uC774 \uBC88\uC5ED \uC11C\uBE44\uC2A4\uB97C \uAE30\uBCF8 \uC124\uC815\uC73C\uB85C \uBCF5\uC6D0\uD558\uC2DC\uACA0\uC2B5\uB2C8\uAE4C? (\uD604\uC7AC \uBC88\uC5ED \uC11C\uBE44\uC2A4 \uC124\uC815\uB9CC \uC7AC\uC124\uC815\uB429\uB2C8\uB2E4)","description.baiduField":"\uC9C0\uC6D0\uB418\uB294 \uBD84\uC57C\uB294 <1>\uC5EC\uAE30\uB97C \uCC38\uC870\uD558\uC2ED\uC2DC\uC624. \uBE44\uC5B4 \uC788\uC73C\uBA74 \uBD84\uC57C\uB97C \uC9C0\uC815\uD558\uC9C0 \uC54A\uB294 \uAC83\uC744 \uC758\uBBF8\uD569\uB2C8\uB2E4.","error.subscriptionExpired":"\uD68C\uC6D0\uB2D8\uC758 \uD68C\uC6D0\uAD8C\uC774 \uB9CC\uB8CC\uB418\uC5C8\uC744 \uC218 \uC788\uC2B5\uB2C8\uB2E4. \uD68C\uC6D0 \uC0C1\uD0DC\uB97C \uD655\uC778\uD574 \uC8FC\uC138\uC694.","desc.interfaceLanguage":"\uC778\uD130\uD398\uC774\uC2A4 \uC5B8\uC5B4 \uC124\uC815\uC740 \uC81C\uC5B4\uD310\uC758 \uD45C\uC2DC \uC5B8\uC5B4\uC5D0 \uC601\uD5A5\uC744 \uBBF8\uCE58\uBA70, \uBC88\uC5ED\uC758 \uB300\uC0C1 \uC5B8\uC5B4\uC640\uB294 \uBB34\uAD00\uD569\uB2C8\uB2E4.","browser.toggleMouseHoverTranslateDirectly":"\uD398\uC774\uC9C0\uC5D0\uC11C \uC784\uC2DC\uB85C \uB9C8\uC6B0\uC2A4 \uD638\uBC84\uB97C \uC0AC\uC6A9\uD558\uC5EC \uC9C1\uC811 \uBC88\uC5ED\uC744 \uD65C\uC131\uD654\uD558\uAC70\uB098 \uBE44\uD65C\uC131\uD654\uD558\uC2ED\uC2DC\uC624.","desc.toggleTranslateTheMainPage":"\uD398\uC774\uC9C0\uC758 \uC8FC\uC694 \uC601\uC5ED\uB9CC \uBC88\uC5ED\uD558\uC2ED\uC2DC\uC624. \uACE0\uAE09 \uC124\uC815\uC5D0\uC11C \uD398\uC774\uC9C0 \uC804\uCCB4 \uC601\uC5ED \uBC88\uC5ED\uC744 \uD65C\uC131\uD654 \uD55C \uD6C4, \uC774 \uB2E8\uCD95\uD0A4\uB97C \uC0AC\uC6A9\uD558\uC5EC \uD398\uC774\uC9C0\uC758 \uC8FC\uC694 \uC601\uC5ED\uB9CC \uBC88\uC5ED\uD560 \uC218 \uC788\uC2B5\uB2C8\uB2E4.","desc.mouseHoverHoldKey":"\uB9C8\uC6B0\uC2A4\uB97C \uD2B9\uC815 \uB2E8\uB77D \uC704\uC5D0 \uB193\uACE0 \uC624\uB978\uCABD \uB2E8\uCD95\uD0A4\uB97C \uB3D9\uC2DC\uC5D0 \uB204\uB974\uBA74 \uD574\uB2F9 \uB2E8\uB77D\uC744 \uBC14\uB85C \uBC88\uC5ED\uD560 \uC218 \uC788\uC2B5\uB2C8\uB2E4.",mouseHoverCustomKeyDescription:"\uB9C8\uC6B0\uC2A4\uB97C \uD638\uBC84\uD558\uB294 \uC870\uD569 \uB2E8\uCD95\uD0A4\uB97C \uC0AC\uC6A9\uC790 \uC815\uC758 \uD560 \uC218 \uC788\uC2B5\uB2C8\uB2E4. \uC608\uB97C \uB4E4\uC5B4 : Alt+Z, Ctrl+E, Cmd+Alt+E \uB610\uB294 \uBC14\uB85C Cmd, \uC218\uB3D9\uC73C\uB85C \uC785\uB825\uD574 \uC8FC\uC138\uC694.","subtitle.showQuickButtonDescription":"\uBE44\uB514\uC624 \uD50C\uB808\uC774\uC5B4\uC758 \uC624\uB978\uCABD \uD558\uB2E8\uC5D0\uC11C \uC774\uC911 \uC5B8\uC5B4 \uC790\uB9C9\uC744 \uD65C\uC131\uD654\uD558\uB294 \uB2E8\uCD95\uD0A4\uB97C \uC81C\uACF5\uD569\uB2C8\uB2E4.","desc.toggleTranslateTheWholePage":"\uD398\uC774\uC9C0 \uC804\uCCB4 \uBC88\uC5ED, \uAE30\uBCF8\uC801\uC73C\uB85C \uC6B0\uB9AC\uB294 \uD398\uC774\uC9C0\uC758 \uC8FC\uC694 \uC601\uC5ED\uC744 \uBC88\uC5ED\uD569\uB2C8\uB2E4. \uC774 \uB2E8\uCD95\uD0A4\uB97C \uC0AC\uC6A9\uD558\uC5EC \uD398\uC774\uC9C0 \uC804\uCCB4\uB97C \uC804\uC6A9 \uBC88\uC5ED\uD560 \uC218 \uC788\uC2B5\uB2C8\uB2E4.",shortcutDisableTooltip:"\uBE0C\uB77C\uC6B0\uC800\uC5D0\uC11C \uC81C\uACF5\uD558\uB294 \uD655\uC7A5 \uD504\uB85C\uADF8\uB7A8 \uB2E8\uCD95\uD0A4 \uAD00\uB9AC \uD398\uC774\uC9C0\uC5D0\uC11C \uC124\uC815\uC744 \uD574 \uC8FC\uC138\uC694. \uB354 \uB9CE\uC740 \uC9C0\uCE68\uC740 \uC774 \uD398\uC774\uC9C0 \uC0C1\uB2E8\uC758 \uC124\uBA85\uC744 \uCC38\uC870\uD558\uC2ED\uC2DC\uC624.","browser.toggleVideoSubtitlePreTranslation":"\uC774\uC911 \uC5B8\uC5B4 \uC790\uB9C9\uC744 \uC804\uD658\uD558\uACE0, \uBAB0\uC785\uD615 \uBC88\uC5ED \uC124\uC815\uC744 \uC6B0\uC120\uC801\uC73C\uB85C \uC0AC\uC6A9\uD558\uC2ED\uC2DC\uC624.","desc.touchShortcutsToggleTranslatePage":"\uC124\uC815 \uD6C4\uC5D0\uB294 \uC774\uB3D9 \uC7A5\uCE58\uB97C \uC0AC\uC6A9\uD560 \uB54C X \uAC1C\uC758 \uC190\uAC00\uB77D\uC73C\uB85C \uB3D9\uC2DC\uC5D0 \uD654\uBA74\uC744 \uD130\uCE58\uD558\uAC70\uB098 \uC88C\uC6B0\uB85C \uC2AC\uB77C\uC774\uB4DC\uD558\uAC70\uB098 \uC5F0\uC18D\uC801\uC73C\uB85C \uD0ED\uD558\uC5EC \uC6F9 \uD398\uC774\uC9C0\uB97C \uBC88\uC5ED\uD558\uAC70\uB098 \uC6D0\uBB38\uC744 \uD45C\uC2DC\uD560 \uC218 \uC788\uC2B5\uB2C8\uB2E4.","desc.toggleMouseHoverTranslateDirectly":"\uC774 \uB2E8\uCD95\uD0A4\uB97C \uB204\uB978 \uD6C4 \uD398\uC774\uC9C0\uC5D0\uC11C \uB9C8\uC6B0\uC2A4\uB97C \uD14D\uC2A4\uD2B8\uC758 \uC5B4\uB5A4 \uBD80\uBD84\uC5D0\uB4E0\uC9C0 \uAC00\uB9AC\uD0A4\uBA74 \uD574\uB2F9 \uD14D\uC2A4\uD2B8\uAC00 \uC790\uB3D9\uC73C\uB85C \uBC88\uC5ED\uB429\uB2C8\uB2E4. \uB2E8\uCD95\uD0A4\uB97C \uB2E4\uC2DC \uD55C \uBC88 \uB204\uB974\uBA74 \uC774 \uC790\uB3D9 \uBC88\uC5ED \uAE30\uB2A5\uC744 \uB2EB\uC744 \uC218 \uC788\uC2B5\uB2C8\uB2E4.",paragraphMinTextCountDesc:"\uC8FC\uC758, \uC5EC\uAE30\uC11C\uB294 \uBB38\uC790 \uAE38\uC774\uB97C \uC758\uBBF8\uD569\uB2C8\uB2E4. \uC608\uB97C \uB4E4\uC5B4, hello\uB294 5\uAC1C\uC758 \uBB38\uC790\uC785\uB2C8\uB2E4. \uB354 \uD070 \uAC12\uC744 \uC124\uC815\uD558\uBA74 \uBD88\uD544\uC694\uD55C \uC791\uC740 \uB2E8\uB77D \uBC88\uC5ED\uC744 \uC904\uC77C \uC218 \uC788\uC2B5\uB2C8\uB2E4.",translationOnlyModeDescription:"\uBC88\uC5ED\uBB38\uB9CC \uBAA8\uB4DC\uB294 \uAE30\uBCF8\uC801\uC778 \uC774\uC911 \uC5B8\uC5B4 \uBAA8\uB4DC\uAC00 \uC544\uB2CC \uC624\uC9C1 \uBC88\uC5ED\uBB38\uB9CC\uC744 \uD45C\uC2DC\uD558\uB294 \uAC83\uC744 \uC758\uBBF8\uD569\uB2C8\uB2E4. \uC8FC\uC758: \uAE30\uC220\uC801 \uC81C\uD55C\uC73C\uB85C \uC778\uD574 \uBC88\uC5ED\uBB38\uB9CC \uBAA8\uB4DC\uC5D0\uC11C\uB294 \uC6D0\uBB38\uC758 \uD558\uC774\uD37C\uB9C1\uD06C\uAC00 \uC791\uB3D9\uD558\uC9C0 \uC54A\uC744 \uAC83\uC785\uB2C8\uB2E4.","desc.touchShortcutsToggleTranslationMask":"\uBC88\uC5ED \uB9C8\uC2A4\uD06C\uB294 \uBC88\uC5ED \uC2A4\uD0C0\uC77C\uC758 \uD750\uB9BF\uD55C \uD6A8\uACFC\uB97C \uAC00\uB9AC\uD0A4\uBA70(\uD559\uC2B5 \uBAA8\uB4DC), \uD65C\uC131\uD654\uD558\uBA74 \uC784\uC2DC\uB85C \uBC88\uC5ED\uC5D0 \uD750\uB9BF\uD55C \uD6A8\uACFC\uB97C \uC0AC\uC6A9\uD558\uC5EC \uD559\uC2B5\uC744 \uC6A9\uC774\uD558\uAC8C \uD569\uB2C8\uB2E4.","intro.floatBallDescription":"\uC0AC\uC6A9\uD558\uBA74 \uD398\uC774\uC9C0 \uC624\uB978\uCABD\uC5D0 \uBE60\uB978 \uBC88\uC5ED \uBC84\uD2BC\uC774 \uD45C\uC2DC\uB418\uBA70, \uD074\uB9AD\uD558\uBA74 \uBC88\uC5ED\uD560 \uC218 \uC788\uACE0 \uB2E4\uC2DC \uD074\uB9AD\uD558\uBA74 \uC6D0\uBB38\uC73C\uB85C \uC804\uD658\uD560 \uC218 \uC788\uC2B5\uB2C8\uB2E4. \uBAA8\uBC14\uC77C\uC5D0\uC11C\uB294 \uD50C\uB85C\uD305 \uBCFC\uC744 \uAE38\uAC8C \uB204\uB974\uBA74 \uBE60\uB978 \uC124\uC815 \uD328\uB110\uC744 \uC5F4 \uC218 \uC788\uC2B5\uB2C8\uB2E4.","contact.description":"\uB2F9\uC2E0\uC774 \uC9C8\uBB38\uC774\uB098 \uC81C\uC548\uC0AC\uD56D\uC774 \uC788\uC73C\uC2DC\uB2E4\uBA74, \uC544\uB798\uC758 \uC591\uC2DD\uC744 \uC791\uC131\uD558\uC5EC \uC800\uD76C\uC5D0\uAC8C \uC5F0\uB77D\uD558\uC2DC\uAC70\uB098 {email}\uB85C \uC774\uBA54\uC77C\uC744 \uBCF4\uB0B4\uC8FC\uC2DC\uAE30 \uBC14\uB78D\uB2C8\uB2E4. \uC800\uD76C\uB294 \uBE60\uB978 \uC2DC\uC77C \uB0B4\uC5D0 \uB2F5\uBCC0\uB4DC\uB9AC\uACA0\uC2B5\uB2C8\uB2E4.","neverTranslateText.description":"\uC77C\uBD80 \uBC88\uC5ED \uC5D4\uC9C4\uC774 \uACE0\uC720 \uBA85\uC0AC\uB97C \uC81C\uB300\uB85C \uC778\uC2DD\uD558\uC9C0 \uBABB\uD558\uAE30 \uB54C\uBB38\uC5D0, \uC5EC\uAE30\uC5D0 \uB2E8\uC5B4\uB97C \uCD94\uAC00\uD558\uC5EC \uBC88\uC5ED \uACFC\uC815\uC5D0\uC11C \uBCC0\uD658\uB418\uC9C0 \uC54A\uB3C4\uB85D \uD560 \uC218 \uC788\uC2B5\uB2C8\uB2E4. \uC774 \uAE30\uB2A5\uC740 \uB300\uC18C\uBB38\uC790\uB97C \uAD6C\uBD84\uD558\uBA70 \uACF5\uBC31\uC73C\uB85C \uAD6C\uBD84\uB41C \uB2E8\uC5B4 \uC5B8\uC5B4(\uC601\uC5B4, \uD504\uB791\uC2A4\uC5B4 \uB4F1)\uB9CC \uC9C0\uC6D0\uD558\uBA70 \uC77C\uBCF8\uC5B4, \uD55C\uAD6D\uC5B4 \uB4F1\uC758 \uC5B8\uC5B4\uC5D0\uB294 \uC801\uC6A9\uB418\uC9C0 \uC54A\uC2B5\uB2C8\uB2E4.","intro.hoverDescription":"\uB9C8\uC6B0\uC2A4 \uD638\uBC84 \uBC88\uC5ED\uC740 \uBAB0\uC785\uD615 \uBC88\uC5ED\uC5D0\uC11C \uB9E4\uC6B0 \uC911\uC694\uD55C \uAE30\uB2A5\uC785\uB2C8\uB2E4. \uB2E8\uC9C0 \uBB38\uB2E8 \uC704\uC5D0 \uB9C8\uC6B0\uC2A4\uB97C \uB193\uACE0 \uB3D9\uC2DC\uC5D0 \uC124\uC815\uB41C \uB2E8\uCD95\uD0A4\uB97C \uB204\uB974\uBA74 \uD604\uC7AC \uBB38\uB2E8\uC774 \uC790\uB3D9\uC73C\uB85C \uBC88\uC5ED\uB429\uB2C8\uB2E4(\uC8FC\uC758: \uAE30\uBCF8\uC801\uC73C\uB85C \uD65C\uC131\uD654\uB418\uC5B4 \uC788\uC9C0 \uC54A\uC2B5\uB2C8\uB2E4. \uC544\uB798\uC5D0\uC11C \uC124\uC815\uD558\uC2ED\uC2DC\uC624). \uC774 \uC0C1\uD638\uC791\uC6A9\uC740 \uB2E8\uC5B4 \uC120\uD0DD \uBC88\uC5ED\uC744 \uB354 \uC798 \uB300\uCCB4\uD558\uAE30 \uC704\uD574 \uC0AC\uC6A9\uB418\uBA70, \uB610\uD55C \uC774 \uAE30\uB2A5\uC740 \uC778\uC2DD\uD560 \uC218 \uC5C6\uB294 \uBC88\uC5ED \uC601\uC5ED\uC5D0 \uB110\uB9AC \uC801\uC6A9\uB429\uB2C8\uB2E4. \uC774 \uAE30\uB2A5\uC744 \uC774\uC6A9\uD558\uC5EC \uC5B4\uB5A4 \uBB38\uB2E8\uC774\uB4E0 \uAC15\uC81C\uB85C \uBC88\uC5ED\uD560 \uC218 \uC788\uC2B5\uB2C8\uB2E4.","intro.subtitleDescription":"\uC774 \uAE30\uB2A5\uC744 \uD65C\uC131\uD654\uD558\uBA74 \uBE44\uB514\uC624 \uC7AC\uC0DD \uC2DC \uC790\uB3D9\uC73C\uB85C \uC774\uC911 \uC5B8\uC5B4 \uC790\uB9C9\uC774 \uD45C\uC2DC\uB429\uB2C8\uB2E4. \uD65C\uC131\uD654\uD558\uC9C0 \uC54A\uC740 \uACBD\uC6B0, \uD398\uC774\uC9C0\uC5D0\uC11C \uC218\uB3D9\uC73C\uB85C \uBC88\uC5ED \uBC84\uD2BC\uC744 \uD074\uB9AD\uD558\uC5EC \uC790\uB9C9\uC744 \uD45C\uC2DC\uD574\uC57C \uD569\uB2C8\uB2E4. \uAE30\uC220\uC801 \uC81C\uD55C\uC73C\uB85C \uC778\uD574 \uC77C\uBD80 \uC6F9\uC0AC\uC774\uD2B8\uC5D0\uC11C\uB294 \uC790\uB9C9\uC744 \uCC98\uC74C \uD65C\uC131\uD654\uD560 \uB54C \uD398\uC774\uC9C0\uB97C \uC0C8\uB85C \uACE0\uCE68\uD558\uAC70\uB098 \uBC88\uC5ED\uC774 \uC644\uB8CC\uB41C \uD6C4\uC5D0\uC57C \uC774\uC911 \uC5B8\uC5B4 \uC790\uB9C9\uC744 \uD45C\uC2DC\uD560 \uC218 \uC788\uC2B5\uB2C8\uB2E4. (\uB610\uD55C, \uBE44\uB514\uC624 \uC6F9\uC0AC\uC774\uD2B8\uB97C \uC5F4\uACE0 \uB098\uC11C \uC624\uB978\uCABD \uC0C1\uB2E8\uC5D0\uC11C \uBAB0\uC785\uD615 \uBC88\uC5ED\uC758 \uBC14\uB85C\uAC00\uAE30 \uD328\uB110\uC744 \uD65C\uC131\uD654/\uBE44\uD65C\uC131\uD654 \uD560 \uC218\uB3C4 \uC788\uC2B5\uB2C8\uB2E4.)

\uD604\uC7AC \uC774\uB7EC\uD55C \uC6F9\uC0AC\uC774\uD2B8\uC5D0\uC11C \uC774\uC911 \uC5B8\uC5B4 \uC790\uB9C9\uC744 \uC0AC\uC6A9\uD560 \uC218 \uC788\uC2B5\uB2C8\uB2E4:",geminiWarning:"\uC8FC\uC758: Google\uC774 \uC81C\uACF5\uD558\uB294 Gemini\uC758 \uBB34\uB8CC \uC11C\uBE44\uC2A4 \uC81C\uD55C\uC774 \uC5C4\uACA9\uD558\uBBC0\uB85C, \uC0AC\uC6A9\uC790\uAC00 \uC5EC\uB7EC Key\uB97C \uC0AC\uC6A9\uD558\uC5EC \uADF8\uB4E4\uC758 \uBB34\uB8CC \uD560\uB2F9\uB7C9 \uC81C\uD55C\uC744 \uD68C\uD53C\uD558\uACE0 \uC788\uB2E4\uACE0 Google\uC5D0 \uD310\uB2E8\uB420 \uC218 \uC788\uC2B5\uB2C8\uB2E4. \uC0AC\uC6A9\uD558\uC9C0 \uC54A\uB294 \uAC83\uC774 \uC88B\uC73C\uBA70, Google\uC774 Gemini \uC720\uB8CC \uC778\uD130\uD398\uC774\uC2A4\uB97C \uAC1C\uBC29\uD560 \uB54C\uAE4C\uC9C0 \uAE30\uB2E4\uB9AC\uB294 \uAC83\uC774 \uC88B\uC2B5\uB2C8\uB2E4.","floatBall.setting":"\uC124\uC815","floatBall.translateToLanguage":"{language}\uB85C \uBC88\uC5ED\uC744 \uD074\uB9AD\uD558\uC2ED\uC2DC\uC624.","floatBall.file":`PDF, EPUB, SRT, ASS, HTML, TXT \uD30C\uC77C \uBC88\uC5ED`,changeToOnlyTempTranslationMode:"\uBC88\uC5ED\uB9CC \uD45C\uC2DC\uD558\uB3C4\uB85D \uD1A0\uAE00",changeToDualTempTranslationMode:"\uC774\uC911 \uC5B8\uC5B4 \uBC88\uC5ED\uC73C\uB85C \uC804\uD658","options.navbar.translateFile":"\uBB38\uC11C \uBC88\uC5ED","transitionMode.dual":"\uC774\uC911 \uC5B8\uC5B4 \uB300\uC870","transitionMode.translation":"\uC624\uC9C1 \uBC88\uC5ED\uBB38","options.navbar.installApp":"\uD734\uB300\uD3F0 \uC571 \uC124\uCE58","subtitle.transitionMode":"\uBE44\uB514\uC624 \uC790\uB9C9 \uC774\uC911 \uC5B8\uC5B4 / \uBC88\uC5ED\uBB38\uB9CC \uC124\uC815","transitionMode.inherit":"\uC2DC\uC2A4\uD15C\uC758 \uAE30\uBCF8 \uBC88\uC5ED \uD45C\uC2DC \uBAA8\uB4DC\uC640 \uC77C\uCE58\uD558\uC2ED\uC2DC\uC624","subtitle.transitionModeDescription":"\uBE44\uB514\uC624 \uC790\uB9C9\uC744 \uC774\uC911 \uC5B8\uC5B4 \uB300\uC870 \uB610\uB294 \uBC88\uC5ED\uBB38\uB9CC \uBAA8\uB4DC\uB85C \uC124\uC815\uD558\uC2ED\uC2DC\uC624.",translateFileTooltip:`PDF, ePub, srt, ass, HTML, TXT \uD30C\uC77C \uBC88\uC5ED`,"description.subtitlePrompt":`\uC790\uB9C9 \uC2DC\uB098\uB9AC\uC624\uC5D0\uC11C \uC5EC\uB7EC \uB2E8\uB77D\uC744 \uBCF4\uB0BC \uB54C, \uC0AC\uC6A9\uC790\uC758 \uC2E0\uBD84\uC73C\uB85C {service}\uC5D0 \uB300\uD654\uB97C \uBCF4\uB0B4\uB294\uB370, \uC5EC\uAE30\uC11C {{from}}\uC740 \uB2E8\uB77D\uC758 \uC5B8\uC5B4\uB97C \uB098\uD0C0\uB0B4\uACE0, {{to}}\uB294 \uBAA9\uD45C \uC5B8\uC5B4\uB97C \uB098\uD0C0\uB0C5\uB2C8\uB2E4. {{yaml}}\uC740 \uC6B0\uB9AC\uAC00 yaml \uD615\uC2DD\uC73C\uB85C \uD3EC\uC7A5\uD55C \uB2E8\uB77D \uB0B4\uC6A9\uC774\uBA70, \uC0AC\uC6A9\uC790 \uC815\uC758 Prompt\uAC00 \uD544\uC694\uD55C \uACBD\uC6B0, AI \uC751\uB2F5\uC758 YAML \uACB0\uACFC\uC758 \uAC01 \uD56D\uBAA9\uC774 {env.imt_sub_trans_field} \uD544\uB4DC\uB97C \uD3EC\uD568\uD574\uC57C \uD569\uB2C8\uB2E4. {{imt_sub_trans_field}}\uB294 \uC6B0\uB9AC\uAC00 AI \uC751\uB2F5\uC744 \uC6D0\uD558\uB294 \uBC88\uC5ED \uD544\uB4DC \uC774\uB984\uC774\uBA70, \uAE30\uBCF8\uAC12\uC740: {env.imt_sub_trans_field}, {{imt_sub_source_field}}\uB294 \uC6B0\uB9AC\uAC00 AI\uC5D0\uAC8C \uC804\uB2EC\uD558\uB294 \uC6D0\uBB38 \uD544\uB4DC \uC774\uB984\uC774\uBA70, \uAE30\uBCF8\uAC12\uC740: {env.imt_sub_source_field}\uC785\uB2C8\uB2E4. \uC608\uC2DC \uACB0\uACFC\uB294 \uB2E4\uC74C\uACFC \uAC19\uC2B5\uB2C8\uB2E4: @@ -5144,7 +5144,7 @@ HTML, TXT \uD30C\uC77C \uBC88\uC5ED`,"description.subtitlePrompt":`\uC790\uB9C9 - id: 1 {env.imt_trans_field}: \uBC88\uC5ED\uBB38 - id: 2 - {env.imt_trans_field}: \uBC88\uC5ED\uBB38`,"subtitle.quickButton.setting":"\uC124\uC815","subtitle.quickButton.translationPosition":"\uBC88\uC5ED \uC704\uCE58","subtitle.quickButton.black":"\uAC80\uC740\uC0C9","translationServices.claude":"\uD074\uB85C\uB4DC","subtitle.quickButton.translationPositionTop":"\uC6D0\uBB38 \uC704\uC5D0","subtitle.quickButton.backgroundColor":"\uBC30\uACBD\uC0C9","subtitle.quickButton.translationPositionBottom":"\uC6D0\uBB38 \uC544\uB798\uC5D0","subtitle.quickButton.yellow":"\uB178\uB780\uC0C9","subtitle.quickButton.white":"\uD558\uC580\uC0C9","subtitle.quickButton.translationTextColor":"\uBC88\uC5ED \uAE00\uAF34 \uC0C9\uC0C1","subtitle.quickButton.red":"\uBE68\uAC04\uC0C9","subtitle.quickButton.sourceTextColor":"\uC6D0\uB798 \uAE00\uAF34 \uC0C9\uC0C1","subtitle.quickButton.green":"\uB179\uC0C9","subtitle.quickButton.cyan":"\uCCAD\uC0C9","subtitle.quickButton.magenta":"\uB9C8\uC820\uD0C0\uC0C9","subtitle.quickButton.backgroundOpacity":"\uBC30\uACBD \uBD88\uD22C\uBA85\uB3C4","subtitle.quickButton.translationFontSize":"\uBC88\uC5ED \uAE00\uC790 \uD06C\uAE30","subtitle.quickButton.sourceFontSize":"\uC6D0\uB798 \uAE00\uAF34 \uD06C\uAE30","subtitle.quickButton.blue":"\uD30C\uB780\uC0C9",attachSubtitleTranslating:"{service}\uB97C \uC0AC\uC6A9\uD558\uC5EC \uBC88\uC5ED \uC911...","error.claude.403":"\uC11C\uBE44\uC2A4\uC5D0 \uC561\uC138\uC2A4 \uD560 \uAD8C\uD55C\uC774 \uC5C6\uC2B5\uB2C8\uB2E4. \uC774\uB294 Claude\uC758 \uC9C0\uC5ED \uC81C\uD55C\uACFC \uAD00\uB828\uC774 \uC788\uC744 \uC218 \uC788\uC2B5\uB2C8\uB2E4. IP \uC8FC\uC18C\uB97C \uBCC0\uACBD\uD558\uAC70\uB098 \uB2E4\uB978 \uBC88\uC5ED \uC11C\uBE44\uC2A4\uB97C \uC0AC\uC6A9\uD574 \uBCF4\uC2ED\uC2DC\uC624.","browser.brandDescriptionForSafari":"\u3010\uBAB0\uC785\uD615 \uBC88\uC5ED\u3011\uBB34\uB8CC\uC758 (\uC6D0\uBB38/\uBC88\uC5ED\uBB38) \uC774\uC911 \uC5B8\uC5B4 \uB300\uC870 \uC6F9 \uD398\uC774\uC9C0 \uBC88\uC5ED \uD50C\uB7EC\uADF8\uC778\uC73C\uB85C, PDF \uBC88\uC5ED \uBC0F EPUB \uC804\uC790\uCC45 \uBC88\uC5ED\uC744 \uC9C0\uC6D0\uD558\uBA70 \uC6D0\uBB38\uC758 \uBB38\uC11C \uBC30\uCE58\uB97C \uC720\uC9C0\uD569\uB2C8\uB2E4. Youtube/Netflix \uB4F1\uC758 \uC628\uB77C\uC778 \uBE44\uB514\uC624 \uC774\uC911 \uC5B8\uC5B4 \uC790\uB9C9 \uBC88\uC5ED\uC744 \uC9C0\uC6D0\uD558\uBA70, Deepl/Google \uB4F1 \uC8FC\uC694 \uBC88\uC5ED \uC11C\uBE44\uC2A4\uB97C \uC9C0\uC6D0\uD569\uB2C8\uB2E4.","browser.PdfProFile":"AI\uAC00 \uAD6C\uB3D9\uD558\uB294 PDF Pro \uBC88\uC5ED","browser.textTranslate":"\uBB38\uC11C \uBC88\uC5ED"};var ql={nologin:"n\xE3o conectado",loginForSafari:"Iniciar sess\xE3o ou registar-se",login:"Iniciar sess\xE3o para abrir uma inscri\xE7\xE3o",manageAccount:"Contas geridas",openPremium:"Associa\xE7\xE3o aberta",logout:"abortar",curentPlan:"Pacotes actuais",endAt:"expira\xE7\xE3o",endAuto:"renova\xE7\xE3o autom\xE1tica",lineBreakMaxTextCount:"N\xFAmero m\xE1ximo de caracteres permitidos por frase ap\xF3s as mudan\xE7as de linha","translate-pdf":"Clique para traduzir o PDF","noSupportTranslate-pdf":"Script n\xE3o suportado, utilize o plugin","translate-firefox-local-pdf":"Clique para ir para Importar PDF",enableLineBreak:"Ativar o avan\xE7o autom\xE1tico de linha para par\xE1grafos longos",sponsorLabel:"$1 Desenvolvedores patrocinados",help:"m\xE3o",browserShortcutsNoteForFirefox:"Para alterar os atalhos no Firefox, \xE9 necess\xE1rio abrir a p\xE1gina de gest\xE3o de extens\xF5es `about:addons`, clicar em `Settings` e, em seguida, clicar em `Manage Shortcuts` para definir os atalhos.",browserShortcutsNoteForChrome:"Para modificar os atalhos no Chrome, tem de abrir a p\xE1gina de gest\xE3o de extens\xF5es, defini-los no painel `Gerir atalhos` (`chrome://extensions/shortcuts`) e clicar no bot\xE3o abaixo para saltar para a p\xE1gina de gest\xE3o de atalhos.",browserShortcutsSucks:"Os atalhos personalizados s\xE3o formatados como (sem reconhecimento autom\xE1tico, introduza diretamente)\uFF1A",enableLineBreakDescription:"Quando activada, as quebras de linha ser\xE3o inseridas no final de cada frase em par\xE1grafos longos para facilitar a leitura","browser.shortBrandName":"Tradu\xE7\xE3o por imers\xE3o","browser.brandName":"Tradu\xE7\xE3o por imers\xE3o: Tradu\xE7\xE3o bilingue de p\xE1ginas Web e de documentos PDF","browser.brandDescription":"Bilingual web page translation, also supports PDF translation, bilingual Epub eBook translation, free to use.","browser.toggleTranslatePage":"Traduzir a p\xE1gina/apresentar o texto original","browser.toggleTranslateTheWholePage":"Traduzir todas as \xE1reas da p\xE1gina/apresentar o texto original","browser.toggleOnlyTransation":"Alternar entre o modo bil\xEDngue / apenas tradu\xE7\xE3o","browser.toggleTranslateToThePageEndImmediately":"Tradu\xE7\xE3o imediata para o fim da p\xE1gina/visualiza\xE7\xE3o do texto original","browser.toggleTranslateTheMainPage":"Traduzir a \xE1rea principal da p\xE1gina/apresentar o texto original","browser.shareToDraft":"Partilhar p\xE1ginas bilingues","browser.openOptionsPage":"Abrir a p\xE1gina de defini\xE7\xF5es","browser.toggleTranslationMask":"Mostrar/ocultar o efeito de desfocagem da tradu\xE7\xE3o","browser.translateLocalPdfFile":"Traduzir ficheiros PDF locais","browser.openEbookViewer":"Ler livros electr\xF3nicos locais","browser.openEbookBuilder":"Criar livros electr\xF3nicos EPUB bilingues","browser.translateLocalHtmlFile":"Traduzir ficheiros HTML/txt","browser.donateContext":"Saiba mais sobre as vantagens do patroc\xEDnio","browser.translateLocalSubtitleFile":"Traduzir ficheiros de legendas locais",confirmResetConfig:"Tem a certeza de que pretende repor as defini\xE7\xF5es?",translationLineBreakSettingTitle:"Defini\xE7\xE3o do avan\xE7o de linha de tradu\xE7\xE3o",smartLineBreak:"alimenta\xE7\xE3o de linha inteligente (computa\xE7\xE3o)",alwaysLineBreak:"Sempre alimenta\xE7\xE3o de linha",isShowContextMenu:"Adicionar p\xE1ginas traduzidas aos itens de menu do bot\xE3o direito do rato",toggleBeta:"Ativa\xE7\xE3o de funcionalidades de teste beta",betaDescription:"Ativar funcionalidades que ainda s\xE3o experimentais, bem como um servi\xE7o de tradu\xE7\xE3o em vers\xE3o beta. Junte-se ao <1>grupo do Telegram para saber mais.",translationLineBreakSettingDescription:"Os feeds de linha s\xE3o sempre limpos e organizados para p\xE1ginas com menos conte\xFAdo. (Utilize quebras de linha inteligentes em par\xE1grafos longos e com muito conte\xFAdo (mais de{count}caracteres) para poupar espa\xE7o).",tempTranslateDomainTitle:"Dura\xE7\xE3o da ativa\xE7\xE3o tempor\xE1ria da tradu\xE7\xE3o do s\xEDtio Web",tempTranslateDomainDescription:"Quando traduzir manualmente uma p\xE1gina Web, active temporariamente o s\xEDtio Web para tradu\xE7\xE3o autom\xE1tica e pode definir a dura\xE7\xE3o tempor\xE1ria.",xMinutes:"{count} minutos",disabled:"proibir a utiliza\xE7\xE3o de algo",changelog:"Registo de atualiza\xE7\xE3o",toggleTranslatePageWhenThreeFingersOnTheScreen:"O toque simult\xE2neo de v\xE1rios dedos no ecr\xE3 traduz p\xE1ginas Web/apresenta o texto original",toggleTranslationMaskWhenThreeFingersOnTheScreen:"O toque de v\xE1rios dedos mostra/oculta o efeito de desfocagem.",fingerCountToToggleTranslagePageOnlyTranslationWhenTouching:"O toque simult\xE2neo de v\xE1rios dedos no ecr\xE3 traduz a p\xE1gina Web (apenas tradu\xE7\xE3o)/apresenta o texto original.",addUrlDescription:"Pode ser um nome de dom\xEDnio e tamb\xE9m suporta wildcards, por exemplo,\uFF1A*.google.com, google.com/mail/*, https://www.google.com/*",general:"Defini\xE7\xF5es b\xE1sicas",clickToExpandConfig:"Expandir a configura\xE7\xE3o atual",import:"Importar de um ficheiro",export:"Exportar para ficheiro",toggleDebug:"Imprimir o registo de depura\xE7\xE3o na consola","fingers.0":"coagula\xE7\xE3o","fingers.2":"toque com dois dedos","fingers.3":"toque com tr\xEAs dedos","fingers.4":"toque com quatro dedos","fingers.5":"toque com cinco dedos",mouseHoldKey:"+ {key} traduzir/restaurar o par\xE1grafo",mouseHoldKeyAuto:"Tradu\xE7\xE3o direta do par\xE1grafo",mouseHoldKeyOff:"N\xE3o fa\xE7as nada.",mouseHoldKeyOther:"Atalhos personalizados (abrir defini\xE7\xF5es)",mouseHoldKeyCustomKey:"{key} Tradu\xE7\xE3o/redu\xE7\xE3o do par\xE1grafo",mouseHoverHoldKey:"Passar o rato enquanto se premem as teclas de atalho para traduzir par\xE1grafos","mouse-translate":"passar o rato",document:"ficheiro (inform\xE1tico)",resetSuccess:"Repor todas as defini\xE7\xF5es com \xEAxito",resetThisSuccess:"Reinicializa\xE7\xE3o bem-sucedida",saved:"Guardar com sucesso",successImportConfig:"Configura\xE7\xE3o importada com sucesso",goAdvancedSettings:"Aceder \xE0 p\xE1gina Defini\xE7\xF5es avan\xE7adas",goAdvancedInterfaceSettings:"Aceder \xE0 p\xE1gina Defini\xE7\xF5es de personaliza\xE7\xE3o avan\xE7adas",advanced:"Defini\xE7\xF5es avan\xE7adas",advancedDescription:"Geralmente n\xE3o s\xE3o necess\xE1rias defini\xE7\xF5es, basta deix\xE1-la como predefinida. Apenas para utilizadores mais especializados, est\xE3o dispon\xEDveis defini\xE7\xF5es mais personalizadas.",developer:"Defini\xE7\xF5es do programador",donateCafe:"pre\xE7os","translate to the bottom of the page":"\xC9 traduzido para o fundo da p\xE1gina imediatamente ap\xF3s entrar na p\xE1gina?",feedback:"Feedback sobre os problemas",toggleTranslatePage:"Traduzir a p\xE1gina/apresentar o texto original",translateToThePageEndImmediatelyDescription:"Se a ativar, o conte\xFAdo ser\xE1 imediatamente traduzido da parte superior para a parte inferior da p\xE1gina \xE0 medida que a introduz. Se a desativar, a tradu\xE7\xE3o \xE9 feita \xE0 medida que l\xEA. (N\xE3o recomendado)","translate all areas of the page":"Se pretende traduzir todas as \xE1reas da p\xE1gina",translationAreaDescription:"Ligado, todas as \xE1reas de toda a p\xE1gina Web s\xE3o traduzidas. Se estiver desativado, utiliza o reconhecimento inteligente predefinido e traduz apenas as \xE1reas principais. (N\xE3o se recomenda que seja ativado)","the number of characters to be translated first":"Traduzir diretamente os primeiros caracteres da p\xE1gina sem ter de se deslocar para a \xE1rea de visualiza\xE7\xE3o","interface language":"linguagem de interface","display both the original text and the translation":"Visualiza\xE7\xE3o simult\xE2nea do original e da tradu\xE7\xE3o","keyboard shortcuts":"Atalhos de teclado",modify:"Modificar teclas de atalho",reset:"reprovis\xE3o",close:"coagula\xE7\xE3o",homepage:"p\xE1gina inicial",more:"mais",moreOptions:"Expandir mais op\xE7\xF5es de personaliza\xE7\xE3o",translateTheWholePage:"Traduzir todas as \xE1reas da p\xE1gina (em vez de reconhecer inteligentemente as \xE1reas principais)",changeToTranslateTheWholePage:"Mudar para traduzir todas as regi\xF5es",changeToTranslateTheMainPage:"Mudar para Traduzir \xC1rea Principal",changeToOnlyTranslationMode:"Alternar para apresentar apenas tradu\xE7\xF5es",changeToDualTranslationMode:"Mudar para tradu\xE7\xE3o bilingue",translateToThePageEndImmediately:"Tradu\xE7\xE3o imediata para o fim da p\xE1gina",translateTheMainPage:"Regi\xF5es-chave da tradu\xE7\xE3o inteligente","The local rules are up to date":"As regras de adapta\xE7\xE3o local est\xE3o actualizadas.","Successfully synchronized with the latest official rules:":"Sincroniza\xE7\xE3o bem sucedida com as \xFAltimas regras oficiais de adapta\xE7\xE3o.","Checking for updates":"Verifica\xE7\xE3o de actualiza\xE7\xF5es","Rules are being synchronized":"Regras de adapta\xE7\xE3o sincronizadas",localVersionIsTooOld:"A vers\xE3o da extens\xE3o local \xE9 demasiado antiga. Actualize a extens\xE3o para {minVersion} ou mais recente antes de tentar sincronizar.",badUserscriptBrowser:"O navegador atual n\xE3o implementa corretamente a interface da extens\xE3o Grease Monkey (por exemplo, para obter informa\xE7\xF5es sobre o n\xFAmero da vers\xE3o do pr\xF3prio script Grease Monkey), utilize outros navegadores que <1>suportem a extens\xE3o Grease Monkey, como o Firefox.",foundNewVersion:"Descubra a nova vers\xE3o",theLocalExtensionIsUpToUpdate:"A extens\xE3o atual est\xE1 actualizada.",failToSyncRules:"N\xE3o sincroniza\xE7\xE3o das regras de adapta\xE7\xE3o mais recentes",retry:"Clique aqui para tentar novamente",failedReason:"Raz\xF5es do insucesso",currentRuleVersion:"Vers\xE3o atual da regra",calculating:"c\xE1lculos",unknownError:"erro desconhecido",canNotFetchRemoteRule:"N\xE3o \xE9 poss\xEDvel obter regras remotas",enableAlphaSuccess:"Alfa ativado",disableAlphaSuccess:"A fun\xE7\xE3o alfa foi desactivada",cacheSize:"Tamanho da cache\uFF1A",cleaning:"em processo de liquida\xE7\xE3o",cleanCache:"limpar a cache",options:"preparar",about:"em rela\xE7\xE3o a",service:"servi\xE7o de interpreta\xE7\xE3o",needAction:"(Ir para Defini\xE7\xF5es)",goSettings:"v\xE1 em frente e configure",needActionForOptions:"(a definir)",translationEngine:"Op\xE7\xF5es de motor",sourceLanguage:"L\xEDngua original",target:"l\xEDngua-alvo",popupSourceLanguage:"L\xEDngua original",popupTarget:"l\xEDngua-alvo",popupService:"servi\xE7o de interpreta\xE7\xE3o",forThisSite:"S\xEDtio Web atual",autoEnableSubtitle:"Abertura autom\xE1tica de legendas bilingues",alwaysTranslate:"Traduzir sempre",neverTranslate:"Nunca traduzir",alwaysTranslateSomeLanguage:"Traduzir sempre {language}",neverTranslateSomeLanguage:"Nunca traduzir {language}",alwaysTranslateSomeSite:"Traduzir sempre {hostname}",neverTranslateSomeSite:"Nunca traduzir {hostname}",alwaysTranslateSomeSiteOrWildSite:"Traduzir sempre o s\xEDtio",alwaysTranslateSomePage:"Traduzir sempre a p\xE1gina",add:"aumentar",default:"predefini\xE7\xE3o (defini\xE7\xE3o)",forThisLanguage:"Para esta l\xEDngua\uFF1A","add url":"Introduzir URL",edit:"compilador","translate other languages into specific language":"Traduzir outras l\xEDnguas para a sua l\xEDngua definida","select translation service":"Selecionar um servi\xE7o de tradu\xE7\xE3o",language:"multilinguismo","show-original":"Mostrar texto original",translate:"renderiza\xE7\xE3o",Translated:"traduzido",Translating:"na tradu\xE7\xE3o",Error:"incorreto",allowCacheTranslations:"Ativar o caching de tradu\xE7\xE3o local (para reduzir os pedidos de tradu\xE7\xE3o de passagens duplicadas)","translation display":"Estilo de apresenta\xE7\xE3o da tradu\xE7\xE3o","select diplay style":"Distinguir os estilos de tradu\xE7\xE3o, com refer\xEAncia espec\xEDfica aos seguintes exemplos",interface:"Defini\xE7\xF5es de interface",import_export:"Importa\xE7\xE3o/Exporta\xE7\xE3o",import_export_title:"Configura\xE7\xE3o de importa\xE7\xE3o/exporta\xE7\xE3o",syncToGoogleDrive:"Sincronizar com o Google Drive agora",floatBallOptions:"Defini\xE7\xF5es do Hoverball","floatBallOptions.enable":"Ativar Hoverball","floatBallOptions.blockUrls":"Desativar o s\xEDtio Web","floatBallOptions.add":"aumentar","floatBallOptions.blockUrlDesc":"As Hoverballs n\xE3o s\xE3o apresentadas quando s\xE3o encontrados os seguintes s\xEDtios Web","floatBallOptions.clickType":"comportamento de clique","floatBallOptions.clickTypeDesc":"Comportamento do \xEDcone da bola flutuante quando clicado","floatBallOptions.clickPopup":"Mostrar painel de tradu\xE7\xE3o","floatBallOptions.clickTranslate":"Tradu\xE7\xE3o/apresenta\xE7\xE3o do texto original",previewAllThemes:"Pr\xE9-visualizar todos os estilos","translationTheme.none":"n\xE3o ter","translationTheme.grey":"cinzento escuro","translationTheme.dashed":"sublinhado pontilhado","translationTheme.dotted":"sublinhado pontilhado","translationTheme.dashedBorder":"borda pontilhada","translationTheme.solidBorder":"fronteira s\xF3lida","translationTheme.underline":"Sublinhar linhas rectas","translationTheme.mask":"Efeitos difusos (modos de aprendizagem)","translationTheme.opacity":"efeito de transpar\xEAncia","translationTheme.paper":"Efeito de sombra de papel branco","translationTheme.dividingLine":"linha divis\xF3ria","translationTheme.highlight":"alta luminosidade","translationTheme.marker":"marcador (palavra emprestada)","translationTheme.marker2":"Marcador 2","translationTheme.blockquote":"Estilos de refer\xEAncia","translationTheme.weakening":"enfraquecimento","translationTheme.italic":"tipo de letra inclinado","translationTheme.bold":"engrossar","translationTheme.thinDashed":"linha fina pontilhada sublinhada","translationTheme.nativeDashed":"O sistema vem com um sublinhado a tracejado","translationTheme.nativeDotted":"O sistema vem com um sublinhado pontilhado","translationTheme.nativeUnderline":"O sistema \xE9 fornecido com um sublinhado de linha reta","translationTheme.wavy":"linha ondulada","translationServices.custom":"API personalizada","translationServices.tencent":"Tencent Translator","translationServices.tenAlpha":"Tencent Translator (Alfa)","translationServices.google":"Google Tradutor","translationServices.bai":"Baidu (Alfa)","translationServices.baidu":"Tradu\xE7\xE3o do Baidu","translationServices.aliyun":"Tradu\xE7\xE3o AliCloud","translationServices.volc":"tradu\xE7\xE3o vulc\xE2nica","translationServices.deeplx":"DeepLX (Beta)","translationServices.bing":"Microsoft Translate","translationServices.deepl":"DeepL","translationServices.wechat":"Tradu\xE7\xE3o do WeChat","translationServices.azure":"Tradu\xE7\xE3o do Azure","translationServices.ibm":"IBM Watson","translationServices.aws":"Tradu\xE7\xE3o da Amazon","translationServices.mock":"Tradu\xE7\xE3o simulada","translationServices.mock2":"Tradu\xE7\xE3o Simulada 2","translationServices.caiyun":"lit. nuvens coloridas e pequenas tradu\xE7\xF5es","translationServices.cai":"Nuvens coloridas (Alfa)","translationServices.volcAlpha":"Vulc\xE3o (Alfa)","translationServices.openl":"OpenL","translationServices.youdao":"Tradu\xE7\xE3o do Youtube","translationServices.you":"Tradutor Youdao (Alfa)","translationServices.transmart":"Tradu\xE7\xE3o da Tencent Interactive","translationServices.niu":"Tradutor Maverick","translationServices.papago":"Tradu\xE7\xE3o de Papago","translationServices.d":"D (Alfa)","translationServices.dpro":"D Pro (Can\xE1rio)","translationServices.openai":"OpenAI","translationServices.yandex":"Yandex","translationServices.chatgpt":"ChatGPT Web(3.5 m\xF3vel)","translate title":"Traduzir t\xEDtulos de p\xE1ginas","always languages":"Traduzir sempre a l\xEDngua",neverTranslateLanguagesLabel:"A l\xEDngua que nunca ser\xE1 traduzida",neverTranslateTheFollowingLanguagesDescription:"As tradu\xE7\xF5es s\xE3o ignoradas quando um par\xE1grafo da p\xE1gina est\xE1 numa das seguintes l\xEDnguas",enableUserscriptPagePopup:"Mostrar hoverball na p\xE1gina",enableUserscriptPagePopupDescription:"Depois de desligar a hoverball, esta pode ser recuperada com o atalho /{touch}. Recomenda-se vivamente que marque esta p\xE1gina de defini\xE7\xF5es para evitar n\xE3o conseguir encontrar a hoverball depois de ter desligado inadvertidamente esta op\xE7\xE3o!","always translate the following languages":"Traduz automaticamente para a l\xEDngua de destino quando a p\xE1gina est\xE1 numa das seguintes l\xEDnguas","always sites":"S\xEDtios Web sempre traduzidos","always translate the following sites":"Os s\xEDtios Web s\xE3o automaticamente traduzidos para a l\xEDngua de chegada quando s\xE3o os nomes de dom\xEDnio de","never sites":"S\xEDtio nunca traduzido","never translate the following sites":"As tradu\xE7\xF5es n\xE3o ser\xE3o efectuadas quando o s\xEDtio Web se destinar aos seguintes dom\xEDnios","please refer to":"\xC9 necess\xE1rio preencher a chave antes de a poder utilizar. Para mais informa\xE7\xF5es, consulte",KeyAndConfigurationTutorial:"Tutorial de configura\xE7\xE3o e aplica\xE7\xE3o de chaves",useAboveStyleForTheseSites:"Utilize sempre o estilo de tradu\xE7\xE3o \u2308{theme}\u230B quando o s\xEDtio se destina aos seguintes dom\xEDnios",currentUrl:"URL atual",confirm:"guardar (um ficheiro, etc.) (inform\xE1tica)",cancel:"cancelamentos",delete:"remo\xE7\xE3o","languages.auto":"dete\xE7\xE3o autom\xE1tica",syncToCloud:"Sincronizar com o Google Drive",syncToCloudDescription:"Transferida para a nuvem, a configura\xE7\xE3o pode ser sincronizada entre diferentes navegadores/scripts do grease monkey, consoante a \xFAltima modifica\xE7\xE3o.",syncToAccount:"Sincroniza\xE7\xE3o com a Nuvem de Tradu\xE7\xE3o Imersiva",syncToAccountButton:"Sincroniza\xE7\xE3o instant\xE2nea com a nuvem",syncToAccountDescription:"Sincronizar automaticamente as configura\xE7\xF5es entre dispositivos diferentes, consoante a \xFAltima modifica\xE7\xE3o efectuada.",successSyncConfigInAccount:"Sincroniza\xE7\xE3o bem sucedida com a nuvem",successSyncConfigToAccount:"Sincroniza\xE7\xE3o bem sucedida com a nuvem",syncConfigNoUpdate:"J\xE1 est\xE1 atualizado.",authFail:"Falha de autoriza\xE7\xE3o",syncTitle:"Gest\xE3o manual de c\xF3pias de seguran\xE7a",import_hint:"importa\xE7\xE3o (dados)",upload:"carregar",revokeAuth:"revogar uma autoriza\xE7\xE3o",uploadFail:"Falha na transfer\xEAncia",download:"descarregamento",importSuccess:"Importado com sucesso",importFail:"falha na importa\xE7\xE3o",deleteFail:"Falha ao eliminar",backupToCloud:"Gerir manualmente os ficheiros de c\xF3pia de seguran\xE7a",create_new_backup:"Adicionar um novo n\xF3 de backup",maxBackupFiles:"\xC9 poss\xEDvel efetuar a c\xF3pia de seguran\xE7a de at\xE9{count}n\xF3s diferentes. Elimine os n\xF3s de que n\xE3o necessita.",backupToCloudDescription:"Carregar ou restaurar manualmente ficheiros de c\xF3pia de seguran\xE7a, permitindo at\xE9 3 c\xF3pias de seguran\xE7a diferentes",successSyncConfig:"Sincroniza\xE7\xE3o bem sucedida com a nuvem",syncFail:"falha de sincroniza\xE7\xE3o",updatedAt:"Atualizado a partir de {date}",lastSyncedAt:"\xDAltima verifica\xE7\xE3o em {date}",downloadFail:"Falha na transfer\xEAncia",clickToDownload:"Clique para descarregar",aboutLabel:"Acerca de - Feedback","browser.openAboutPage":"Sobre/Feedback",aboutLabelWithoutSponsor:"Acerca de - Feedback",aboutIntro:"Que todos possamos ter um acesso mais f\xE1cil e mais agrad\xE1vel \xE0 vasta quantidade de informa\xE7\xF5es em l\xEDnguas estrangeiras na Internet \u2764\uFE0F Pode optar por ativar a sua <6>subscri\xE7\xE3o Pro para utilizar as tradu\xE7\xF5es DeepL e OpenAI prontas a utilizar.

Pode seguir-nos no <3>Twitter, <4>Telegram, Weibo, WeChat ou <5>subscrever a nossa lista de <5>correio abaixo para acompanhar as actualiza\xE7\xF5es.
<7>Os membros Pro podem contactar-nos em <8>support@immersivetranslate.com para um servi\xE7o de apoio ao cliente r\xE1pido.",aboutIntroWithoutSponsor:"Que todos possamos ter um acesso mais f\xE1cil e mais agrad\xE1vel \xE0 enorme quantidade de informa\xE7\xE3o em l\xEDngua estrangeira dispon\xEDvel na Internet \u2764\uFE0F

Pode seguir-nos no <3>Twitter, no <4>canal Telegram, no WeChat, no WeChat Exchange ou <5>subscrever as actualiza\xE7\xF5es por correio <5>eletr\xF3nico abaixo.",projectHomepage:"In\xEDcio do projeto",joinTelegramGroup:"Junte-se ao grupo de utilizadores para participar em debates sobre funcionalidades",wechatPublicAccount:"WeChat P\xFAblico",wechatCommunities:"Grupo de interc\xE2mbio WeChat",qqCommunities:"Canal de comunica\xE7\xE3o QQ",joinTelegramChannel:"Siga o canal Telegram para obter as \xFAltimas actualiza\xE7\xF5es",feedbackAndJoin:"Feedback da pergunta / Adicionar grupo",autoSync:"sincroniza\xE7\xE3o autom\xE1tica da hora",loadingThemeTitle:"Estilo de carregamento",loadingThemeDescription:"Definir o estilo quando se est\xE1 \xE0 espera que a tradu\xE7\xE3o seja carregada","loadingTheme.spinner":"Anima\xE7\xE3o girat\xF3ria","loadingTheme.text":"texto est\xE1tico algo ","loadingTheme.none":"n\xE3o indicado",developerDescription:"A documenta\xE7\xE3o sobre personaliza\xE7\xE3o avan\xE7ada pode ser encontrada <1>aqui","edit border color":"Modificar a cor do rebordo",successSyncButNoChange:"A configura\xE7\xE3o atual \xE9 coerente com a nuvem",customTheme:"Cores e tamanhos personalizados","customThemeLabel.borderColor":"Cor da margem","customThemeLabel.borderRadius":"Arestas arredondadas","customThemeLabel.textColor":"cor do texto","customThemeLabel.backgroundColor":"cor de fundo","customThemeLabel.zoom":"Escala do tipo de letra (%)","customThemeLabel.opacity":"Opacidade do texto (%)",resetToDefaultColor:"Repor as cores predefinidas",resetToDefaultSettings:"Repor as predefini\xE7\xF5es",isTranslateTitle:"Ativar a tradu\xE7\xE3o dos t\xEDtulos das p\xE1ginas",isTranslateTitleDescription:"Quando aberto, o t\xEDtulo da p\xE1gina \xE9 traduzido",enableSearchEnhancement:"Permitir o melhoramento de mensagens bilingues",enableSearchEnhancementDescription:'Uma vez activada, os resultados da pesquisa do "Google News" ser\xE3o automaticamente apresentados na coluna direita dos s\xEDtios Web suportados (Google News, Pesquisa Google (algumas palavras-chave), Snowball, Oriental Fortune, Futura, Tiger Community) para as palavras-chave inglesas correspondentes.',verifyService:"Clique aqui para testar o servi\xE7o",verified:"Verificar o sucesso","field.langs":"C\xF3digos de idioma suportados","field.model":"modela\xE7\xE3o","field.translationEngine":"motor de tradu\xE7\xE3o","field.limitPerMinute":"M\xE1ximo de pedidos por minuto","field.limitPerSecond":"N\xFAmero m\xE1ximo de pedidos por segundo","field.maxTextLengthPerRequest":"Comprimento m\xE1ximo do texto por pedido","field.maxTextGroupLengthPerRequest":"N\xFAmero m\xE1ximo de par\xE1grafos por pedido","field.apiUrl":"Endere\xE7o da interface API personalizada","field.placeholderDelimiters":"marcador de posi\xE7\xE3o reservado","description.custom":"Acesso \xE0 interface personalizada Documenta\xE7\xE3o necess\xE1ria","description.limitPerMinute":"Os pedidos que excedem este limite entram numa fila de espera at\xE9 ao in\xEDcio do minuto seguinte. Devido \xE0s v\xE1rias limita\xE7\xF5es do servi\xE7o atual da OpenAI, clique <1>aqui para obter os valores sugeridos mais recentes","description.limitPerSecond":"Os pedidos que excedem este limite entram numa fila de espera at\xE9 ao in\xEDcio do segundo seguinte. Devido \xE0s v\xE1rias limita\xE7\xF5es do servi\xE7o atual da OpenAI, clique <1>aqui para obter os valores sugeridos mais recentes","description.generalLimitPerSecond":"Os pedidos que excedem este limite entram numa fila de espera at\xE9 ao in\xEDcio do segundo seguinte.","description.prompt":"Enviar a conversa para {service} como usu\xE1rio, onde {{text}} representa o conte\xFAdo do texto do par\xE1grafo, {{from}} representa a l\xEDngua do par\xE1grafo e {{to}} representa a l\xEDngua alvo.","description.maxTextLengthPerRequest":"O n\xFAmero m\xE1ximo de caracteres por pedido \xE9 demasiado grande para provocar uma resposta lenta da interface, pelo que deve tentar ajustar esta op\xE7\xE3o para otimizar a velocidade","description.systemPrompt":"Um di\xE1logo enviado ao OpenAI como um sistema, em que {{text}} indica o conte\xFAdo do texto do par\xE1grafo,{{from}} indica a l\xEDngua do par\xE1grafo e{{to}} indica a l\xEDngua de destino.","field.domain":"dom\xEDnio","description.domain":"A predefini\xE7\xE3o \xE9\uFF1Ageneral. S\xF3 pode ser definido se a tradu\xE7\xE3o de dom\xEDnios estiver activada na consola da API Arima, ver <1>aqui os dom\xEDnios suportados","field.scene":"tomar","description.scene":"A predefini\xE7\xE3o \xE9\uFF1Ageneral. S\xF3 pode ser definido se a consola da API AliCloud abrir o Machine Translation Pro, consulte <1>aqui os cen\xE1rios suportados","field.vocabId":"ID do dicion\xE1rio do utilizador","description.vocabId":"O dicion\xE1rio especificado out_id, atualmente suporta a tradu\xE7\xE3o de ingl\xEAs para chin\xEAs.","description.model":"Modelos OpenAI, podem ser gpt-3.5-turbo, gpt-4, etc.","description.maxTextGroupLengthPerRequest":"O n\xFAmero de par\xE1grafos enviados ao servi\xE7o de tradu\xE7\xE3o de cada vez; se houver demasiados par\xE1grafos, a interface poder\xE1 responder mais lentamente","description.apiUrl":"Por favor, adicione URLs espec\xEDficos com caminhos, <1>mais descri\xE7\xE3o",enabledExtension:"Ativa\xE7\xE3o de extens\xF5es",clickToDisableExtension:"Clique para desativar as extens\xF5es",clickToEnableExtension:"Clique para ativar as extens\xF5es",hasBeenDisabled:"desativado","show password":"Mostrar palavra-passe",customContent:"Introduzir um nome de modelo personalizado",inputOptions:"Melhoria da caixa de entrada",mouseHoverOptions:"passar o rato",modifyMouseHoverKey:"Modificar o atalho para passar o rato",enableInputTranslation:"Ativar ou n\xE3o o melhoramento da caixa de entrada",enableInputTranslationDescription:"Uma vez ativado, escreva {startingKey}{startingKey} hello diretamente na caixa de entrada e, em seguida, prima rapidamente{inputTrailingTriggerKeyRepeatTimes}vezes{trailingKey}para traduzir para {inputTargetLanguage}",enableInputTranslationDescriptionForNoneKey:"Uma vez ativado, escreva\uFF1AHello World diretamente na caixa de entrada e, em seguida, prima rapidamente{inputTrailingTriggerKeyRepeatTimes}{trailingKey}vezes para traduzir para o idioma de destino predefinido.",inputTargetLanguage:"Definir o idioma de destino predefinido para as caixas de entrada",inputTargetLanguageDescription:"L\xEDngua de destino predefinida para a tradu\xE7\xE3o da caixa de entrada, ou seja, {startingKey}{startingKey} como l\xEDngua predefinida para as palavras de acionamento",inputTargetLanguageDescriptionForNoneKey:"L\xEDngua de destino predefinida para a tradu\xE7\xE3o da caixa de entrada",inputStartingTriggerKeyTitle:"Definir o car\xE1cter de divis\xE3o para a tradu\xE7\xE3o parcial da caixa de entrada",inputStartingTriggerKeyDescription:"Quando n\xE3o \xE9 necess\xE1rio traduzir toda a caixa de entrada, o separador permite-lhe traduzir apenas a parte de {startingKey}{startingKey} at\xE9 ao fim da caixa de entrada, ou pode especificar o c\xF3digo da l\xEDngua, por exemplo,\uFF1A{startingKey}ja significa traduzir apenas a parte de {startingKey}ja at\xE9 ao fim da caixa de entrada.",inputStartingTriggerKeyDescriptionForNoneKey:"A defini\xE7\xE3o atual de sem prefixo n\xE3o \xE9 necess\xE1ria, e a fun\xE7\xE3o de tradu\xE7\xE3o de alguns textos na caixa de entrada n\xE3o pode ser utilizada por enquanto.",inputTrailingTriggerKeyTitle:"Selecionar um car\xE1cter de acionamento de fim de registo",inputTrailingTriggerKeyDescription:"3 hits r\xE1pidos{trailingKey} come\xE7ar\xE1 a traduzir!",inputTrailingTriggerKeyTimeout:"Introduzir o tempo entre os accionamentos de fim de combate",inputTrailingTriggerKeyTimeoutDescription:"Define o tempo (em milissegundos) entre os accionamentos da combina\xE7\xE3o de fim de entrada",spaceKey:"<\u7A7A\u683C\u952E>",noneKey:"Tradu\xE7\xE3o direta de toda a caixa de texto sem prefixos",inputTranslationBlockUrlsTitle:"N\xE3o ativar o melhoramento da caixa de entrada nos seguintes URLs",inputTranslationBlockUrlsDescription:"As melhorias na caixa de entrada n\xE3o funcionar\xE3o nos seguintes URLs",clickToSeeQuickDemo:"Clique para expandir o v\xEDdeo tutorial r\xE1pido de 30 segundos",inputHelperInfo:"Descri\xE7\xE3o\uFF1AOptimiz\xE1mos o facto de alguns caracteres desencadeadores se transformarem em sinais de pontua\xE7\xE3o chineses nos m\xE9todos de introdu\xE7\xE3o chineses, por exemplo, / transforma-se num sinal de dun , no m\xE9todo de introdu\xE7\xE3o Sogou, e o Immersive Translator suporta todos os s\xEDmbolos chineses correspondentes aos caracteres desencadeadores, ou seja, //,,,, ser\xE3o reconhecidos como caracteres desencadeadores.

Tamb\xE9m suportamos pseud\xF3nimos chineses para c\xF3digos de idioma como comandos, por exemplo, /Japanese Hello World ser\xE1 traduzido para japon\xEAs, <1>clique aqui para ver todos os c\xF3digos de idioma suportados.",reloadCurrentPage:"Por favor, actualize a p\xE1gina atual antes de iniciar a tradu\xE7\xE3o.",noLocalFilePermissionForPDF:"N\xE3o tem permiss\xE3o para ler ficheiros locais, por favor clique no bot\xE3o acima e depois importe os ficheiros locais.",noPermissionForThisPage:"\u26A0\uFE0F Sem permiss\xE3o para traduzir a p\xE1gina atual",retryAllParagraphs:"Repetir todas as passagens de erro",retryAllButton:"Repetir todas as passagens de erro",errorTooltipTitle:"Clique para ver a causa do erro",errorModalTitle:"Algo parece estar errado com o servi\xE7o de tradu\xE7\xE3o ou com a rede...",disableConfirm:"Defini\xE7\xE3o de melhoria da informa\xE7\xE3o bilingue",disableOnce:"Esta incapacidade",disableGlobal:"desativar permanentemente",disableTint:"* Pode voltar a activ\xE1-lo em {option} .",searchEnhancementNotes:"Depois de ativar a funcionalidade de Melhoria da informa\xE7\xE3o bilingue da tradu\xE7\xE3o imersiva, pesquisamos automaticamente as mesmas palavras-chave em ingl\xEAs nos s\xEDtios Web suportados (Google News, Pesquisa Google (algumas palavras-chave), Snowball, Oriental Wealth, Futura, Tiger) e apresentamo-las no lado direito. Pode optar por desactiv\xE1-la se n\xE3o necessitar desta funcionalidade.",option:"preparar",saveSettings:"Guardar defini\xE7\xF5es",closeModal:"Fechar a janela",enableInputTranslationWithoutTriggerKeyTitle:"Permitir 3 acessos r\xE1pidos em{trailingKey}para traduzir diretamente toda a caixa de entrada para{inputTargetLanguage}",enableInputTranslationWithoutTriggerKeyDescription:"Para especificar o idioma de destino, prefixe-o com o c\xF3digo do idioma, por exemplo,\uFF1Aja Hello World",mouseHoverShortcutPlaceholder:"Por exemplo,\uFF1AShift",deepLProName:"Membro Pro da Immersive Translation (Recomendado)",deepLProDescription:"O pacote atual pode ser utilizado diretamente",deeplProDescriptionForNormal:"N\xE3o \xE9 necess\xE1ria qualquer configura\xE7\xE3o, os membros podem utiliz\xE1-lo depois de iniciarem sess\xE3o, <1>clique aqui para atualizar para membro",deepLCustomDescription:"Necess\xE1rio cart\xE3o de cr\xE9dito estrangeiro, oficialmente aberto em <1>DeepL, clique para <2>documenta\xE7\xE3o",deepLCustomName:"Chave de autentica\xE7\xE3o personalizada",chooseProviderLabel:"Selecionar um fornecedor de servi\xE7os",openaiProName:"Membro Pro da Immersive Translation (Recomendado)",openaiProDescription:"O pacote atual pode ser utilizado diretamente",openaiProDescriptionForNormal:"N\xE3o \xE9 necess\xE1ria qualquer configura\xE7\xE3o, os membros podem utiliz\xE1-lo depois de iniciarem sess\xE3o, <1>clique aqui para atualizar para membro",openaiCustomDescription:"Dispon\xEDvel no OpenAI, Azure OpenAI ou noutros servi\xE7os de terceiros, <1>clique aqui para ver a documenta\xE7\xE3o",openaiCustomName:"Chave API personalizada",needLoginAction:"(ades\xE3o aberta ou personaliza\xE7\xE3o)",goLoginOrAction:"(Abrir uma inscri\xE7\xE3o ou ir \xE0s defini\xE7\xF5es)",yearly:"efetuar um pagamento anual consecutivo",quarterly:"embalagem sequencial",monthly:"assinatura mensal",yearlyForOnce:"Pacote anual \xFAnico",monthlyForOnce:"Pacote mensal \xFAnico",daily:"dias consecutivos de embalagem",year:"efetuar um pagamento anual consecutivo",quarter:"embalagem sequencial",month:"assinatura mensal",day:"dias consecutivos de embalagem",onetime_7day:"Pacote de experi\xEAncia de 7 dias",currentPlanDescriptionForFree:"Pacotes actuais\uFF1AFree",currentPlanDescriptionForContinuous:"O pacote atual\uFF1A{plan}ser\xE1 automaticamente renovado em {endAt}",currentPlanDescriptionForAutoRenewCaceling:"O pacote atual\uFF1A{plan}expira em {endAt} e n\xE3o ser\xE1 renovado automaticamente ap\xF3s a expira\xE7\xE3o.",currentYearlyPlanDescriptionForAutoRenewCacelingWithRealPaiedUser:"O pacote atual,\uFF1A{plan}, expira em {endAt} e n\xE3o ser\xE1 renovado automaticamente ap\xF3s a expira\xE7\xE3o.
<1>Clique aqui para gerir o seu plano de renova\xE7\xE3o",currentYearlyPlanDescriptionForAutoRenewCacelingWithAdmin:"O pacote atual,\uFF1A{plan}, expira em {endAt} e n\xE3o ser\xE1 renovado automaticamente ap\xF3s a expira\xE7\xE3o.
<1>Clique aqui para ativar a subscri\xE7\xE3o anual cont\xEDnua",currentPlanDescriptionForOneTime:"A subscri\xE7\xE3o atual\uFF1A{plan}expira em {endAt} . <1>Clique aqui para atualizar para uma subscri\xE7\xE3o <1>anual ou <2>mensal.",upgradePlan:"Clique aqui para atualizar para a subscri\xE7\xE3o Pro",upgradeToPro:"Atualizar para a subscri\xE7\xE3o Pro","popup.openPro":"Actualize para a subscri\xE7\xE3o Pro para desfrutar de DeepL e da tradu\xE7\xE3o OpenAI, clique aqui para atualizar!","popup.openProForPro":"\xC9 um membro Pro com acesso direto \xE0s tradu\xE7\xF5es de DeepL e OpenAI!",currentAccount:"conta corrente",enableAutoSyncUserSettings:"Permitir a sincroniza\xE7\xE3o autom\xE1tica na nuvem em v\xE1rios dispositivos",modalEnableInputTranslationTitle:"Tradu\xE7\xE3o imersiva Caixa de entrada Alertas de tradu\xE7\xE3o",modalEnableInputTranslationDesc:"Acaba de ativar a tradu\xE7\xE3o da caixa de entrada da Tradu\xE7\xE3o Imersiva, carregando na barra de espa\xE7os 3 vezes em sucess\xE3o r\xE1pida, e o conte\xFAdo da caixa de entrada ser\xE1 traduzido para a l\xEDngua de destino predefinida. A tradu\xE7\xE3o pode ser anulada com Ctrl+Z.

Se isto foi um erro, n\xE3o se preocupe, pode optar por desactiv\xE1-la desta vez ou desativar permanentemente a tradu\xE7\xE3o da caixa de entrada.",saveAndNotShowAgain:"Guardar e parar a solicita\xE7\xE3o",disableInputTranslationTips:"* Tamb\xE9m pode definir outros atalhos para serem accionados em {option} ,{learnMore}.",learnMore:"Clique aqui para saber mais",continueEnalbeInputTranslation:"Continuar a ativar a tradu\xE7\xE3o da caixa de entrada",autoRenewTrialSuffix:'(Durante o per\xEDodo experimental,passa imediatamente a membro efetivo)',upgradeFromTrialTitle:"Atualiza\xE7\xE3o para membro de pleno direito",subtitle:"legendagem de v\xEDdeo",youtubeService:"Tradu\xE7\xE3o por imers\xE3o Servi\xE7os de tradu\xE7\xE3o de legendagem de v\xEDdeo","subtitle.disabledSubtitle":"Desativar permanentemente a funcionalidade de legendas de v\xEDdeo","subtitle.disabledSubtitleDescription":"Se Immersive Translator's Video Subtitles entrar em conflito com outras extens\xF5es, pode optar por desativar permanentemente a funcionalidade Immersive Translator's Video Subtitles ou desinstalar outras extens\xF5es que entrem em conflito","subtitle.autoEnableSubtitle":"Utiliza\xE7\xE3o autom\xE1tica de legendas bilingues","subtitle.autoEnableSubtitleDescription":"Depois de ativado, quando o v\xEDdeo \xE9 reproduzido, as legendas bilingues s\xE3o exibidas automaticamente, caso contr\xE1rio, \xE9 necess\xE1rio clicar no bot\xE3o de tradu\xE7\xE3o para exibir.","subtitle.preTranslation":"Traduzir legendas utilizando a tradu\xE7\xE3o imersiva","subtitle.preTranslationDescription":"Quando activada, toda a legenda ser\xE1 pr\xE9-traduzida utilizando o servi\xE7o de tradu\xE7\xE3o especificado abaixo, e um v\xEDdeo de 1 hora consumir\xE1 cerca de 50.000 Tokens ou caracteres, pelo que deve ser utilizada \xE0 sua discri\xE7\xE3o; quando desactivada, ser\xE3o utilizadas primeiro as legendas originais.","subtitle.humanSubtitlesPreferred":"Utiliza\xE7\xE3o priorit\xE1ria de legendagem humana","subtitle.humanSubtitlesPreferredDescription":"Dar prioridade \xE0 utiliza\xE7\xE3o de legendas humanas quando o v\xEDdeo tiver legendas humanas na l\xEDngua de chegada (recomendado)",videoSubtitleTranslationDescription:"Atribuir um servi\xE7o de tradu\xE7\xE3o separado para as legendas de v\xEDdeo",subtitleTranslating:"Aguarde enquanto as legendas est\xE3o a ser traduzidas utilizando o servi\xE7o {service} ... (tradu\xE7\xE3o por imers\xE3o)",subtitleLoading:"A carregar as legendas...",bilingual:"bilinguismo","field.action":"Se deve ativar a terminologia Baidu","description.action":"Quando ativado, ser\xE1 adicionado um par\xE2metro action=1 ao pedido para informar o Baidu do termo ativado. <1>Consulte a documenta\xE7\xE3o oficial para obter mais informa\xE7\xF5es.",closeQuickTranslation:"Fechar Hoverball","closeQuickTranslation.untilNext":"Desta vez fechado at\xE9 \xE0 pr\xF3xima visita","closeQuickTranslation.currentWebsite":"S\xEDtio atual desativado","closeQuickTranslation.alwaysClose":"desativar permanentemente","closeQuickTranslation.settingOpen":"(pode ser ativado na <1>p\xE1gina de defini\xE7\xF5es )","closeQuickTranslation.cancel":"cancelamentos","closeQuickTranslation.confirm":"definir","floatBall.popup":"Abrir o painel Defini\xE7\xF5es r\xE1pidas","floatBall.translate":"Clique para traduzir a p\xE1gina","floatBall.showOriginal":"Clique para voltar ao artigo original","floatBall.close":"Fechar Hoverball","floatBallOptions.enableDescPc":"Depois de ativar o hoverball da p\xE1gina, ser\xE1 apresentado um bot\xE3o de tradu\xE7\xE3o r\xE1pida no lado direito da p\xE1gina, clique nele para traduzir!","floatBallOptions.enableDesc":"Depois de desligar a hoverball, esta pode ser recuperada com{touch}. Recomenda-se vivamente que marques esta p\xE1gina de defini\xE7\xF5es para o caso de n\xE3o conseguires encontrar a hoverball depois de teres desligado inadvertidamente esta op\xE7\xE3o!","description.azureApiUrl":"Preencher o endere\xE7o da interface API personalizada",confirmSupportMouse:"For\xE7ar a ativa\xE7\xE3o do suporte do rato",confirmSupportMouseDescription:"Detectado que o browser atual n\xE3o suporta a fun\xE7\xE3o de rato, \xE9 for\xE7ado a ativar o suporte de rato?",sampleTargetText:"A longa noite chegar\xE1, e eu vigiarei de hoje at\xE9 \xE0 minha morte. N\xE3o tomarei nenhuma esposa, n\xE3o farei nenhum feudo, n\xE3o terei filhos. N\xE3o usarei uma coroa, n\xE3o lutarei por honra. Cumprirei o meu dever, viverei e morrerei.",sampleSourceText:"Night gathers, and now my watch begins. It shall not end until my death. I shall take no wife, hold no lands, father no children. I shall wear no crowns and win no glory. I shall live and die at my post.","desc.touchShortcutsToggleTranslatePageOnlyTranslation":"Apenas a tradu\xE7\xE3o significa que apenas o texto traduzido ser\xE1 exibido, se a p\xE1gina ainda n\xE3o foi traduzida, o modo ser\xE1 alterado e traduzido.","desc.toggleOnlyTransation":"O modo de tradu\xE7\xE3o apenas se refere a mostrar apenas a tradu\xE7\xE3o, se a p\xE1gina ainda n\xE3o foi traduzida, o modo ser\xE1 alterado e traduzido.",touchShortcutsToggleTranslatePageOnlyTranslation:"Configurar gestos de toque na tela para alternar entre o modo bil\xEDngue / apenas tradu\xE7\xE3o",download_started:"O download j\xE1 come\xE7ou, se n\xE3o come\xE7ou automaticamente, por favor clique manualmente.",here:"aqui","translationFont.customPlaceholder":"tipo de letra",batchEdit:"Opera\xE7\xE3o em massa","error.goReset":"ir redefinir","error.configError":"Dados de configura\xE7\xE3o anormais","translationServices.inherit":"Siga o servi\xE7o de tradu\xE7\xE3o principal",detectServiceLoading:"Detectando servi\xE7os de tradu\xE7\xE3o dispon\xEDveis...","translationModeLang.translation.title":"Apenas o modo de tradu\xE7\xE3o de idioma","translationFont.custom":"Insira a fonte personalizada","error.serveConfigError":"Erro de configura\xE7\xE3o do servi\xE7o",toggleToService:"Mude para {service} e tente novamente","touch.mouse-translate":"Traduzir o par\xE1grafo especificado","translationModeUrl.translation.title":"Modo de apenas tradu\xE7\xE3o do URL","error.proTokenInvalid":"Se voc\xEA \xE9 um usu\xE1rio Pro, fa\xE7a login antes de usar o servi\xE7o de tradu\xE7\xE3o Pro.",enableSentryReport:"Quando ocorre um erro de extens\xE3o, use o Sentry para enviar feedback.",translationFont:"Definir fonte",videoSubtitlePreTranslationOn:"As legendas de v\xEDdeo usar\xE3o tradu\xE7\xE3o imersiva como prioridade.","error.reloadPageOfSetting":"Ap\xF3s a configura\xE7\xE3o, atualize a p\xE1gina para traduzir novamente.","translationModeLang.translation.description":"Quando a l\xEDngua da p\xE1gina \xE9 uma das seguintes, o modo de tradu\xE7\xE3o apenas ser\xE1 usado automaticamente.","error.502":"O servi\xE7o retornou um erro, o servi\xE7o est\xE1 fora do tempo, por favor tente novamente mais tarde.","error.googleLimitIp":"O servi\xE7o retorna um erro, o servi\xE7o Google j\xE1 limitou este endere\xE7o IP, \xE9 recomendado que voc\xEA mude o n\xF3 da rede.","error.403":"O servi\xE7o retorna um erro, temporariamente sem permiss\xE3o para acessar esse servi\xE7o.","error.400":"O servi\xE7o retorna um erro, o par\xE2metro de solicita\xE7\xE3o est\xE1 errado, por favor, verifique a configura\xE7\xE3o correspondente.","error.proUpgrade":"Ap\xF3s a atualiza\xE7\xE3o, atualize a p\xE1gina e traduza novamente.",videoSubtitlePreTranslationOff:"As legendas do v\xEDdeo dar\xE3o prioridade \xE0s legendas traduzidas automaticamente inclu\xEDdas no v\xEDdeo original.","error.429":"O servi\xE7o retornou um erro, indicando que a solicita\xE7\xE3o \xE9 muito frequente ou excede o limite, tente novamente mais tarde.","error.gemini.429":"O servi\xE7o Gemini atual atingiu sua capacidade m\xE1xima, por favor, tente novamente mais tarde ou mude para outro servi\xE7o de tradu\xE7\xE3o.","error.openAIExceededQuota":"O servi\xE7o retorna um erro: o saldo da sua conta OpenAI atual \xE9 insuficiente, por favor recarregue ou vincule um cart\xE3o de cr\xE9dito no back-end oficial da OpenAI.","translationFont.notSupportErrorMessage":"Por favor, verifique se o nome da fonte que voc\xEA inseriu est\xE1 correto, ou confirme se essa fonte j\xE1 est\xE1 instalada em seu dispositivo.","translationModeUrl.translation.description":"Quando o site \xE9 para os seguintes dom\xEDnios, o modo de apenas tradu\xE7\xE3o \xE9 usado automaticamente.","desc.toggleVideoSubtitlePreTranslation":"Ao pressionar, as legendas em dois idiomas do v\xEDdeo usar\xE3o preferencialmente as configura\xE7\xF5es de tradu\xE7\xE3o imersiva, ao pressionar novamente, as legendas autom\xE1ticas do v\xEDdeo original ser\xE3o priorizadas. Aten\xE7\xE3o: este atalho modifica as configura\xE7\xF5es globais.","error.openAIFreeLimit":"O servi\xE7o retorna um erro, a frequ\xEAncia atual de solicita\xE7\xF5es de tradu\xE7\xE3o atingiu o limite m\xE1ximo de 3 vezes por minuto, tente novamente mais tarde. (Esta \xE9 a restri\xE7\xE3o oficial da OpenAI para a chave API gratuita, para remover essa restri\xE7\xE3o, vincule um cart\xE3o de cr\xE9dito no backend da OpenAI.)","error.serveUnavailable":"O servi\xE7o [{serverName}] que voc\xEA est\xE1 usando atualmente n\xE3o pode ser acessado temporariamente devido a problemas de conex\xE3o de rede ou do provedor de servi\xE7os. Sugerimos que voc\xEA tente atualizar a p\xE1gina ou alterar para outro servi\xE7o de tradu\xE7\xE3o atrav\xE9s das <1>configura\xE7\xF5es. Se voc\xEA \xE9 um membro <2>Pro, pode optar por usar os servi\xE7os de tradu\xE7\xE3o mais est\xE1veis da DeepL ou OpenAI (<3>clique aqui para experimentar gratuitamente). Al\xE9m disso, voc\xEA pode precisar verificar suas configura\xE7\xF5es de rede ou proxy.","tagsInput.add":"+ Adicionar","floatBall.iKnow":"Eu sei.",pickAll:"Selecionar tudo",goLogin:"V\xE1 fazer login",notLogin:"N\xE3o conectado","error.retry":"Tentar novamente",shortcutSettingsTitle:"Configura\xE7\xF5es de atalho","error.reason":"Raz\xE3o do erro","subtitle.hideQuickButton":"N\xE3o mostrar mais este atalho",errorReason:"Raz\xE3o do erro: {message}","widget.instruction":"Instru\xE7\xF5es de uso","multipleClick.2":"Clique duplo","multipleClick.3":"Tr\xEDplice golpe","widget.translateFile":"PDF/ePub","floatBallOptions.fixedPositionLeft":"lado esquerdo","floatBallOptions.fixedPosition":"Posi\xE7\xE3o fixa",buildSnapshots:"Gerar instant\xE2neo da p\xE1gina da web","intro.floatBallTitle":"Bola flutuante de tradu\xE7\xE3o r\xE1pida",neverTranslateThisSite:"Nunca traduza este site",mouseHoverCustomKeyTitle:"Personalizar atalhos de mouse hover","subtitle.autoDisableSubtitle":"N\xE3o ative automaticamente as legendas bilingues","browser.translateWithGoogle":"Usar o Google Tradutor temporariamente para a p\xE1gina atual","error.subscriptionExpiredTitle":"A associa\xE7\xE3o expirou","floatBallOptions.fixedPositionRight":"lado direito",loggedIn:"Conectado","subtitle.bilingual":"Legendas bil\xEDngues","slide.right":"Deslize para a esquerda",networkError:"O servi\xE7o de tradu\xE7\xE3o ou a rede est\xE1 com problemas",contact:"Entre em contato conosco","intro.subtitleTitle":"Exibi\xE7\xE3o de legendas bilingues em v\xEDdeos online","browser.translateWithTransmart":"Usar temporariamente o Tencent para traduzir a p\xE1gina atual",alwaysTranslateThisSite:"Sempre traduza este site",temprarilyChangeTranslationTo_gemini:"Est\xE1 a usar o Gemini para traduzir a p\xE1gina atual","multipleClick.4":"Qu\xE1druplo golpe","intro.hoverTitle":"Passe o mouse para traduzir o par\xE1grafo atual",temprarilyChangeTranslationTo_google:"Est\xE1 a usar o Google Tradutor para traduzir a p\xE1gina atual","shortcutGroup.touch":"Gestos espec\xEDficos para tela sens\xEDvel ao toque",notLoginPro:"Ainda n\xE3o iniciou sess\xE3o na sua conta de membro.",paragraphMinTextCountField:"N\xFAmero m\xEDnimo de caracteres necess\xE1rios para traduzir um par\xE1grafo",temprarilyChangeTranslationTo_openai:"Est\xE1 a usar o OpenAI para traduzir a p\xE1gina atual",translationOnlyMode:"Apenas modo de tradu\xE7\xE3o",viewWithImmersiveTranslate:"Vers\xE3o bil\xEDngue (tradu\xE7\xE3o imersiva)","translationServices.gemini":"G\xEAmeos","browser.toggleMouseHoverTranslateDirectly":"Ativar ou desativar temporariamente a tradu\xE7\xE3o direta do mouse hover na p\xE1gina",shortcutSettings:"Atalho","browser.translateWithOpenAI":"Usar temporariamente o OpenAI para traduzir a p\xE1gina atual",touchShortcutsToggleTranslateTouchElement:"Configurar gestos de toque na tela para traduzir par\xE1grafos espec\xEDficos","widget.instructionTooltip":"Consulte as instru\xE7\xF5es de uso","shortcutGroup.mouse":"Configura\xE7\xE3o de atalhos de teclado para hover do mouse",temprarilyChangeTranslationTo_deepl:"Est\xE1 a usar o DeepL para traduzir a p\xE1gina atual.","floatBall.longPress":"Pressione e segure para abrir rapidamente o painel de configura\xE7\xF5es.","widget.videoSubtitle":"legendas de v\xEDdeo",upgradeToProErrorTitle:"Por favor, atualize para o membro Pro antes de usar este servi\xE7o de tradu\xE7\xE3o.","floatBallOptions.fixedPositionDesc":"A bola flutuante est\xE1 \xE0 esquerda ou \xE0 direita da janela?","shortcutGroup.shortcutsForTranslationServices":"Servi\xE7os de tradu\xE7\xE3o atalhos relacionados",temprarilyChangeTranslationTo_transmart:"Est\xE1 a usar o Tencent para traduzir a p\xE1gina atual.",touchShortcutsOff:"fechar","browser.translateWithBing":"Usar temporariamente o Microsoft Translate para traduzir a p\xE1gina atual","browser.toggleVideoSubtitlePreTranslation":"Alternar legendas bil\xEDngues prefere usar configura\xE7\xF5es de tradu\xE7\xE3o imersiva","proQuotaExceededError.resetTime":"3. Tempo de redefini\xE7\xE3o do limite: {resetTime}","widget.videoSubtitleTooltip":"Suporta Youtube e outros {count}+ sites de v\xEDdeo","desc.touchShortcutsToggleTranslateTouchElement":"Personalize um gesto e voc\xEA poder\xE1 traduzir qualquer par\xE1grafo em que estiver.","subtitle.showQuickButton":"No leitor, exibir legendas em dois idiomas \xE9 um atalho","shortcutGroup.others":"Mais atalhos de fun\xE7\xF5es personalizadas",touchShortcutsToggleTranslationMask:"Configurar gestos de toque na tela para mostrar a m\xE1scara de tradu\xE7\xE3o / mostrar o texto original",temprarilyChangeTranslationTo_bing:"Est\xE1 a usar o Microsoft Translator para traduzir a p\xE1gina atual.","browser.translateWithGemini":"Use temporariamente o Gemini para traduzir a p\xE1gina atual","error.subscriptionExpired":"A sua associa\xE7\xE3o pode ter expirado, por favor verifique o estado da sua associa\xE7\xE3o.","browser.translateInputBox":"Traduzir o conte\xFAdo da caixa de entrada atual",touchShortcutsToggleTranslatePage:"Defina gestos de toque na tela para traduzir p\xE1ginas da web / mostrar o texto original","widget.translateFileTooltip":"Traduzir documentos PDF, EPUB, SRT, ASS, HTML e TXT","description.baiduField":"Os campos suportados s\xE3o vistos <1>aqui, se estiver vazio, significa que nenhum campo \xE9 especificado.","browser.translateWithDeepL":"Use temporariamente o DeepL para traduzir a p\xE1gina atual","desc.interfaceLanguage":"A configura\xE7\xE3o do idioma da interface afeta o idioma de exibi\xE7\xE3o do painel de controle e n\xE3o est\xE1 relacionada ao idioma de destino da tradu\xE7\xE3o.","neverTranslateText.title":`Por favor, traduza diretamente para o portugu\xEAs (evite explicar o texto original): + {env.imt_trans_field}: \uBC88\uC5ED\uBB38`,"subtitle.quickButton.setting":"\uC124\uC815","subtitle.quickButton.translationPosition":"\uBC88\uC5ED \uC704\uCE58","subtitle.quickButton.black":"\uAC80\uC740\uC0C9","translationServices.claude":"\uD074\uB85C\uB4DC","subtitle.quickButton.translationPositionTop":"\uC6D0\uBB38 \uC704\uC5D0","subtitle.quickButton.backgroundColor":"\uBC30\uACBD\uC0C9","subtitle.quickButton.translationPositionBottom":"\uC6D0\uBB38 \uC544\uB798\uC5D0","subtitle.quickButton.yellow":"\uB178\uB780\uC0C9","subtitle.quickButton.white":"\uD558\uC580\uC0C9","subtitle.quickButton.translationTextColor":"\uBC88\uC5ED \uAE00\uAF34 \uC0C9\uC0C1","subtitle.quickButton.red":"\uBE68\uAC04\uC0C9","subtitle.quickButton.sourceTextColor":"\uC6D0\uB798 \uAE00\uAF34 \uC0C9\uC0C1","subtitle.quickButton.green":"\uB179\uC0C9","subtitle.quickButton.cyan":"\uCCAD\uC0C9","subtitle.quickButton.magenta":"\uB9C8\uC820\uD0C0\uC0C9","subtitle.quickButton.backgroundOpacity":"\uBC30\uACBD \uBD88\uD22C\uBA85\uB3C4","subtitle.quickButton.translationFontSize":"\uBC88\uC5ED \uAE00\uC790 \uD06C\uAE30","subtitle.quickButton.sourceFontSize":"\uC6D0\uB798 \uAE00\uAF34 \uD06C\uAE30","subtitle.quickButton.blue":"\uD30C\uB780\uC0C9",attachSubtitleTranslating:"{service}\uB97C \uC0AC\uC6A9\uD558\uC5EC \uBC88\uC5ED \uC911...","error.claude.403":"\uC11C\uBE44\uC2A4\uC5D0 \uC561\uC138\uC2A4 \uD560 \uAD8C\uD55C\uC774 \uC5C6\uC2B5\uB2C8\uB2E4. \uC774\uB294 Claude\uC758 \uC9C0\uC5ED \uC81C\uD55C\uACFC \uAD00\uB828\uC774 \uC788\uC744 \uC218 \uC788\uC2B5\uB2C8\uB2E4. IP \uC8FC\uC18C\uB97C \uBCC0\uACBD\uD558\uAC70\uB098 \uB2E4\uB978 \uBC88\uC5ED \uC11C\uBE44\uC2A4\uB97C \uC0AC\uC6A9\uD574 \uBCF4\uC2ED\uC2DC\uC624.","browser.brandDescriptionForSafari":"\u3010\uBAB0\uC785\uD615 \uBC88\uC5ED\u3011\uBB34\uB8CC\uC758 (\uC6D0\uBB38/\uBC88\uC5ED\uBB38) \uC774\uC911 \uC5B8\uC5B4 \uB300\uC870 \uC6F9 \uD398\uC774\uC9C0 \uBC88\uC5ED \uD50C\uB7EC\uADF8\uC778\uC73C\uB85C, PDF \uBC88\uC5ED \uBC0F EPUB \uC804\uC790\uCC45 \uBC88\uC5ED\uC744 \uC9C0\uC6D0\uD558\uBA70 \uC6D0\uBB38\uC758 \uBB38\uC11C \uBC30\uCE58\uB97C \uC720\uC9C0\uD569\uB2C8\uB2E4. Youtube/Netflix \uB4F1\uC758 \uC628\uB77C\uC778 \uBE44\uB514\uC624 \uC774\uC911 \uC5B8\uC5B4 \uC790\uB9C9 \uBC88\uC5ED\uC744 \uC9C0\uC6D0\uD558\uBA70, Deepl/Google \uB4F1 \uC8FC\uC694 \uBC88\uC5ED \uC11C\uBE44\uC2A4\uB97C \uC9C0\uC6D0\uD569\uB2C8\uB2E4.","browser.PdfProFile":"AI\uAC00 \uAD6C\uB3D9\uD558\uB294 PDF Pro \uBC88\uC5ED","browser.textTranslate":"\uBB38\uC11C \uBC88\uC5ED"};var ql={nologin:"n\xE3o conectado",loginForSafari:"Iniciar sess\xE3o ou registar-se",login:"Iniciar sess\xE3o para abrir uma inscri\xE7\xE3o",manageAccount:"Contas geridas",openPremium:"Associa\xE7\xE3o aberta",logout:"abortar",curentPlan:"Pacotes actuais",endAt:"expira\xE7\xE3o",endAuto:"renova\xE7\xE3o autom\xE1tica",lineBreakMaxTextCount:"N\xFAmero m\xE1ximo de caracteres permitidos por frase ap\xF3s as mudan\xE7as de linha","translate-pdf":"Clique para traduzir o PDF","noSupportTranslate-pdf":"Script n\xE3o suportado, utilize o plugin","translate-firefox-local-pdf":"Clique para ir para Importar PDF",enableLineBreak:"Ativar o avan\xE7o autom\xE1tico de linha para par\xE1grafos longos",sponsorLabel:"$1 Desenvolvedores patrocinados",help:"m\xE3o",browserShortcutsNoteForFirefox:"Para alterar os atalhos no Firefox, \xE9 necess\xE1rio abrir a p\xE1gina de gest\xE3o de extens\xF5es `about:addons`, clicar em `Settings` e, em seguida, clicar em `Manage Shortcuts` para definir os atalhos.",browserShortcutsNoteForChrome:"Para modificar os atalhos no Chrome, tem de abrir a p\xE1gina de gest\xE3o de extens\xF5es, defini-los no painel `Gerir atalhos` (`chrome://extensions/shortcuts`) e clicar no bot\xE3o abaixo para saltar para a p\xE1gina de gest\xE3o de atalhos.",browserShortcutsSucks:"Os atalhos personalizados s\xE3o formatados como (sem reconhecimento autom\xE1tico, introduza diretamente)\uFF1A",enableLineBreakDescription:"Quando activada, as quebras de linha ser\xE3o inseridas no final de cada frase em par\xE1grafos longos para facilitar a leitura","browser.shortBrandName":"Tradu\xE7\xE3o por imers\xE3o","browser.brandName":"Tradu\xE7\xE3o por imers\xE3o: Tradu\xE7\xE3o bilingue de p\xE1ginas Web e de documentos PDF","browser.brandDescription":"Bilingual web page translation, also supports PDF translation, bilingual Epub eBook translation, free to use.","browser.toggleTranslatePage":"Traduzir a p\xE1gina/apresentar o texto original","browser.toggleTranslateTheWholePage":"Traduzir todas as \xE1reas da p\xE1gina/apresentar o texto original","browser.toggleOnlyTransation":"Alternar entre o modo bil\xEDngue / apenas tradu\xE7\xE3o","browser.toggleTranslateToThePageEndImmediately":"Tradu\xE7\xE3o imediata para o fim da p\xE1gina/visualiza\xE7\xE3o do texto original","browser.toggleTranslateTheMainPage":"Traduzir a \xE1rea principal da p\xE1gina/apresentar o texto original","browser.shareToDraft":"Partilhar p\xE1ginas bilingues","browser.openOptionsPage":"Abrir a p\xE1gina de defini\xE7\xF5es","browser.toggleTranslationMask":"Mostrar/ocultar o efeito de desfocagem da tradu\xE7\xE3o","browser.translateLocalPdfFile":"Traduzir ficheiros PDF locais","browser.openEbookViewer":"Ler livros electr\xF3nicos locais","browser.openEbookBuilder":"Criar livros electr\xF3nicos EPUB bilingues","browser.translateLocalHtmlFile":"Traduzir ficheiros HTML/txt","browser.donateContext":"Saiba mais sobre as vantagens do patroc\xEDnio","browser.translateLocalSubtitleFile":"Traduzir ficheiros de legendas locais",confirmResetConfig:"Tem a certeza de que pretende repor as defini\xE7\xF5es?",translationLineBreakSettingTitle:"Defini\xE7\xE3o do avan\xE7o de linha de tradu\xE7\xE3o",smartLineBreak:"alimenta\xE7\xE3o de linha inteligente (computa\xE7\xE3o)",alwaysLineBreak:"Sempre alimenta\xE7\xE3o de linha",isShowContextMenu:"Adicionar p\xE1ginas traduzidas aos itens de menu do bot\xE3o direito do rato",toggleBeta:"Ativa\xE7\xE3o de funcionalidades de teste beta",betaDescription:"Ativar funcionalidades que ainda s\xE3o experimentais, bem como um servi\xE7o de tradu\xE7\xE3o em vers\xE3o beta. Junte-se ao <1>grupo do Telegram para saber mais.",translationLineBreakSettingDescription:"Os feeds de linha s\xE3o sempre limpos e organizados para p\xE1ginas com menos conte\xFAdo. (Utilize quebras de linha inteligentes em par\xE1grafos longos e com muito conte\xFAdo (mais de{count}caracteres) para poupar espa\xE7o).",tempTranslateDomainTitle:"Dura\xE7\xE3o da ativa\xE7\xE3o tempor\xE1ria da tradu\xE7\xE3o do s\xEDtio Web",tempTranslateDomainDescription:"Quando traduzir manualmente uma p\xE1gina Web, active temporariamente o s\xEDtio Web para tradu\xE7\xE3o autom\xE1tica e pode definir a dura\xE7\xE3o tempor\xE1ria.",xMinutes:"{count} minutos",disabled:"proibir a utiliza\xE7\xE3o de algo",changelog:"Registo de atualiza\xE7\xE3o",toggleTranslatePageWhenThreeFingersOnTheScreen:"O toque simult\xE2neo de v\xE1rios dedos no ecr\xE3 traduz p\xE1ginas Web/apresenta o texto original",toggleTranslationMaskWhenThreeFingersOnTheScreen:"O toque de v\xE1rios dedos mostra/oculta o efeito de desfocagem.",fingerCountToToggleTranslagePageOnlyTranslationWhenTouching:"O toque simult\xE2neo de v\xE1rios dedos no ecr\xE3 traduz a p\xE1gina Web (apenas tradu\xE7\xE3o)/apresenta o texto original.",addUrlDescription:"Pode ser um nome de dom\xEDnio e tamb\xE9m suporta wildcards, por exemplo,\uFF1A*.google.com, google.com/mail/*, https://www.google.com/*",general:"Defini\xE7\xF5es b\xE1sicas",clickToExpandConfig:"Expandir a configura\xE7\xE3o atual",import:"Importar de um ficheiro",export:"Exportar para ficheiro",toggleDebug:"Imprimir o registo de depura\xE7\xE3o na consola","fingers.0":"coagula\xE7\xE3o","fingers.2":"toque com dois dedos","fingers.3":"toque com tr\xEAs dedos","fingers.4":"toque com quatro dedos","fingers.5":"toque com cinco dedos",mouseHoldKey:"+ {key} traduzir/restaurar o par\xE1grafo",mouseHoldKeyAuto:"Tradu\xE7\xE3o direta do par\xE1grafo",mouseHoldKeyOff:"N\xE3o fa\xE7as nada.",mouseHoldKeyOther:"Atalhos personalizados (abrir defini\xE7\xF5es)",mouseHoldKeyCustomKey:"{key} Tradu\xE7\xE3o/redu\xE7\xE3o do par\xE1grafo",mouseHoverHoldKey:"Passar o rato enquanto se premem as teclas de atalho para traduzir par\xE1grafos","mouse-translate":"passar o rato",document:"ficheiro (inform\xE1tico)",resetSuccess:"Repor todas as defini\xE7\xF5es com \xEAxito",resetThisSuccess:"Reinicializa\xE7\xE3o bem-sucedida",saved:"Guardar com sucesso",successImportConfig:"Configura\xE7\xE3o importada com sucesso",goAdvancedSettings:"Aceder \xE0 p\xE1gina Defini\xE7\xF5es avan\xE7adas",goAdvancedInterfaceSettings:"Aceder \xE0 p\xE1gina Defini\xE7\xF5es de personaliza\xE7\xE3o avan\xE7adas",advanced:"Defini\xE7\xF5es avan\xE7adas",advancedDescription:"Geralmente n\xE3o s\xE3o necess\xE1rias defini\xE7\xF5es, basta deix\xE1-la como predefinida. Apenas para utilizadores mais especializados, est\xE3o dispon\xEDveis defini\xE7\xF5es mais personalizadas.",developer:"Defini\xE7\xF5es do programador",donateCafe:"pre\xE7os","translate to the bottom of the page":"\xC9 traduzido para o fundo da p\xE1gina imediatamente ap\xF3s entrar na p\xE1gina?",feedback:"Feedback sobre os problemas",toggleTranslatePage:"Traduzir a p\xE1gina/apresentar o texto original",translateToThePageEndImmediatelyDescription:"Se a ativar, o conte\xFAdo ser\xE1 imediatamente traduzido da parte superior para a parte inferior da p\xE1gina \xE0 medida que a introduz. Se a desativar, a tradu\xE7\xE3o \xE9 feita \xE0 medida que l\xEA. (N\xE3o recomendado)","translate all areas of the page":"Se pretende traduzir todas as \xE1reas da p\xE1gina",translationAreaDescription:"Ligado, todas as \xE1reas de toda a p\xE1gina Web s\xE3o traduzidas. Se estiver desativado, utiliza o reconhecimento inteligente predefinido e traduz apenas as \xE1reas principais. (N\xE3o se recomenda que seja ativado)","the number of characters to be translated first":"Traduzir diretamente os primeiros caracteres da p\xE1gina sem ter de se deslocar para a \xE1rea de visualiza\xE7\xE3o","interface language":"linguagem de interface","display both the original text and the translation":"Visualiza\xE7\xE3o simult\xE2nea do original e da tradu\xE7\xE3o","keyboard shortcuts":"Atalhos de teclado",modify:"Modificar teclas de atalho",reset:"reprovis\xE3o",close:"coagula\xE7\xE3o",homepage:"p\xE1gina inicial",more:"mais",moreOptions:"Expandir mais op\xE7\xF5es de personaliza\xE7\xE3o",translateTheWholePage:"Traduzir todas as \xE1reas da p\xE1gina (em vez de reconhecer inteligentemente as \xE1reas principais)",changeToTranslateTheWholePage:"Mudar para traduzir todas as regi\xF5es",changeToTranslateTheMainPage:"Mudar para Traduzir \xC1rea Principal",changeToOnlyTranslationMode:"Alternar para apresentar apenas tradu\xE7\xF5es",changeToDualTranslationMode:"Mudar para tradu\xE7\xE3o bilingue",translateToThePageEndImmediately:"Tradu\xE7\xE3o imediata para o fim da p\xE1gina",translateTheMainPage:"Regi\xF5es-chave da tradu\xE7\xE3o inteligente","The local rules are up to date":"As regras de adapta\xE7\xE3o local est\xE3o actualizadas.","Successfully synchronized with the latest official rules:":"Sincroniza\xE7\xE3o bem sucedida com as \xFAltimas regras oficiais de adapta\xE7\xE3o.","Checking for updates":"Verifica\xE7\xE3o de actualiza\xE7\xF5es","Rules are being synchronized":"Regras de adapta\xE7\xE3o sincronizadas",localVersionIsTooOld:"A vers\xE3o da extens\xE3o local \xE9 demasiado antiga. Actualize a extens\xE3o para {minVersion} ou mais recente antes de tentar sincronizar.",badUserscriptBrowser:"O navegador atual n\xE3o implementa corretamente a interface da extens\xE3o Grease Monkey (por exemplo, para obter informa\xE7\xF5es sobre o n\xFAmero da vers\xE3o do pr\xF3prio script Grease Monkey), utilize outros navegadores que <1>suportem a extens\xE3o Grease Monkey, como o Firefox.",foundNewVersion:"Descubra a nova vers\xE3o",theLocalExtensionIsUpToUpdate:"A extens\xE3o atual est\xE1 actualizada.",failToSyncRules:"N\xE3o sincroniza\xE7\xE3o das regras de adapta\xE7\xE3o mais recentes",retry:"Clique aqui para tentar novamente",failedReason:"Raz\xF5es do insucesso",currentRuleVersion:"Vers\xE3o atual da regra",calculating:"c\xE1lculos",unknownError:"erro desconhecido",canNotFetchRemoteRule:"N\xE3o \xE9 poss\xEDvel obter regras remotas",enableAlphaSuccess:"Alfa ativado",disableAlphaSuccess:"A fun\xE7\xE3o alfa foi desactivada",cacheSize:"Tamanho da cache\uFF1A",cleaning:"em processo de liquida\xE7\xE3o",cleanCache:"limpar a cache",options:"preparar",about:"em rela\xE7\xE3o a",service:"servi\xE7o de interpreta\xE7\xE3o",needAction:"(Ir para Defini\xE7\xF5es)",goSettings:"v\xE1 em frente e configure",needActionForOptions:"(a definir)",translationEngine:"Op\xE7\xF5es de motor",sourceLanguage:"L\xEDngua original",target:"l\xEDngua-alvo",popupSourceLanguage:"L\xEDngua original",popupTarget:"l\xEDngua-alvo",popupService:"servi\xE7o de interpreta\xE7\xE3o",forThisSite:"S\xEDtio Web atual",autoEnableSubtitle:"Abertura autom\xE1tica de legendas bilingues",alwaysTranslate:"Traduzir sempre",neverTranslate:"Nunca traduzir",alwaysTranslateSomeLanguage:"Traduzir sempre {language}",neverTranslateSomeLanguage:"Nunca traduzir {language}",alwaysTranslateSomeSite:"Traduzir sempre {hostname}",neverTranslateSomeSite:"Nunca traduzir {hostname}",alwaysTranslateSomeSiteOrWildSite:"Traduzir sempre o s\xEDtio",alwaysTranslateSomePage:"Traduzir sempre a p\xE1gina",add:"aumentar",default:"predefini\xE7\xE3o (defini\xE7\xE3o)",forThisLanguage:"Para esta l\xEDngua\uFF1A","add url":"Introduzir URL",edit:"compilador","translate other languages into specific language":"Traduzir outras l\xEDnguas para a sua l\xEDngua definida","select translation service":"Selecionar um servi\xE7o de tradu\xE7\xE3o",language:"multilinguismo","show-original":"Mostrar texto original",translate:"renderiza\xE7\xE3o",Translated:"traduzido",Translating:"na tradu\xE7\xE3o",Error:"incorreto",allowCacheTranslations:"Ativar o caching de tradu\xE7\xE3o local (para reduzir os pedidos de tradu\xE7\xE3o de passagens duplicadas)","translation display":"Estilo de apresenta\xE7\xE3o da tradu\xE7\xE3o","select diplay style":"Distinguir os estilos de tradu\xE7\xE3o, com refer\xEAncia espec\xEDfica aos seguintes exemplos",interface:"Defini\xE7\xF5es de interface",import_export:"Importa\xE7\xE3o/Exporta\xE7\xE3o",import_export_title:"Configura\xE7\xE3o de importa\xE7\xE3o/exporta\xE7\xE3o",syncToGoogleDrive:"Sincronizar com o Google Drive agora",floatBallOptions:"Defini\xE7\xF5es do Hoverball","floatBallOptions.enable":"Ativar Hoverball","floatBallOptions.blockUrls":"Desativar o s\xEDtio Web","floatBallOptions.add":"aumentar","floatBallOptions.blockUrlDesc":"As Hoverballs n\xE3o s\xE3o apresentadas quando s\xE3o encontrados os seguintes s\xEDtios Web","floatBallOptions.clickType":"comportamento de clique","floatBallOptions.clickTypeDesc":"Comportamento do \xEDcone da bola flutuante quando clicado","floatBallOptions.clickPopup":"Mostrar painel de tradu\xE7\xE3o","floatBallOptions.clickTranslate":"Tradu\xE7\xE3o/apresenta\xE7\xE3o do texto original",previewAllThemes:"Pr\xE9-visualizar todos os estilos","translationTheme.none":"n\xE3o ter","translationTheme.grey":"cinzento escuro","translationTheme.dashed":"sublinhado pontilhado","translationTheme.dotted":"sublinhado pontilhado","translationTheme.dashedBorder":"borda pontilhada","translationTheme.solidBorder":"fronteira s\xF3lida","translationTheme.underline":"Sublinhar linhas rectas","translationTheme.mask":"Efeitos difusos (modos de aprendizagem)","translationTheme.opacity":"efeito de transpar\xEAncia","translationTheme.paper":"Efeito de sombra de papel branco","translationTheme.dividingLine":"linha divis\xF3ria","translationTheme.highlight":"alta luminosidade","translationTheme.marker":"marcador (palavra emprestada)","translationTheme.marker2":"Marcador 2","translationTheme.blockquote":"Estilos de refer\xEAncia","translationTheme.weakening":"enfraquecimento","translationTheme.italic":"tipo de letra inclinado","translationTheme.bold":"engrossar","translationTheme.thinDashed":"linha fina pontilhada sublinhada","translationTheme.nativeDashed":"O sistema vem com um sublinhado a tracejado","translationTheme.nativeDotted":"O sistema vem com um sublinhado pontilhado","translationTheme.nativeUnderline":"O sistema \xE9 fornecido com um sublinhado de linha reta","translationTheme.wavy":"linha ondulada","translationServices.custom":"API personalizada","translationServices.tencent":"Tencent Translator","translationServices.tenAlpha":"Tencent Translator (Alfa)","translationServices.google":"Google Tradutor","translationServices.bai":"Baidu (Alfa)","translationServices.baidu":"Tradu\xE7\xE3o do Baidu","translationServices.aliyun":"Tradu\xE7\xE3o AliCloud","translationServices.volc":"tradu\xE7\xE3o vulc\xE2nica","translationServices.deeplx":"DeepLX (Beta)","translationServices.bing":"Microsoft Translate","translationServices.deepl":"DeepL","translationServices.wechat":"Tradu\xE7\xE3o do WeChat","translationServices.azure":"Tradu\xE7\xE3o do Azure","translationServices.ibm":"IBM Watson","translationServices.aws":"Tradu\xE7\xE3o da Amazon","translationServices.mock":"Tradu\xE7\xE3o simulada","translationServices.mock2":"Tradu\xE7\xE3o Simulada 2","translationServices.caiyun":"lit. nuvens coloridas e pequenas tradu\xE7\xF5es","translationServices.cai":"Nuvens coloridas (Alfa)","translationServices.volcAlpha":"Vulc\xE3o (Alfa)","translationServices.openl":"OpenL","translationServices.youdao":"Tradu\xE7\xE3o do Youtube","translationServices.you":"Tradutor Youdao (Alfa)","translationServices.transmart":"Tradu\xE7\xE3o da Tencent Interactive","translationServices.niu":"Tradutor Maverick","translationServices.papago":"Tradu\xE7\xE3o de Papago","translationServices.d":"D (Alfa)","translationServices.dpro":"D Pro (Can\xE1rio)","translationServices.openai":"OpenAI","translationServices.yandex":"Yandex","translationServices.chatgpt":"ChatGPT Web(3.5 m\xF3vel)","translate title":"Traduzir t\xEDtulos de p\xE1ginas","always languages":"Traduzir sempre a l\xEDngua",neverTranslateLanguagesLabel:"A l\xEDngua que nunca ser\xE1 traduzida",neverTranslateTheFollowingLanguagesDescription:"As tradu\xE7\xF5es s\xE3o ignoradas quando um par\xE1grafo da p\xE1gina est\xE1 numa das seguintes l\xEDnguas",enableUserscriptPagePopup:"Mostrar hoverball na p\xE1gina",enableUserscriptPagePopupDescription:"Depois de desligar a hoverball, esta pode ser recuperada com o atalho /{touch}. Recomenda-se vivamente que marque esta p\xE1gina de defini\xE7\xF5es para evitar n\xE3o conseguir encontrar a hoverball depois de ter desligado inadvertidamente esta op\xE7\xE3o!","always translate the following languages":"Traduz automaticamente para a l\xEDngua de destino quando a p\xE1gina est\xE1 numa das seguintes l\xEDnguas","always sites":"S\xEDtios Web sempre traduzidos","always translate the following sites":"Os s\xEDtios Web s\xE3o automaticamente traduzidos para a l\xEDngua de chegada quando s\xE3o os nomes de dom\xEDnio de","never sites":"S\xEDtio nunca traduzido","never translate the following sites":"As tradu\xE7\xF5es n\xE3o ser\xE3o efectuadas quando o s\xEDtio Web se destinar aos seguintes dom\xEDnios","please refer to":"\xC9 necess\xE1rio preencher a chave antes de a poder utilizar. Para mais informa\xE7\xF5es, consulte",KeyAndConfigurationTutorial:"Tutorial de configura\xE7\xE3o e aplica\xE7\xE3o de chaves",useAboveStyleForTheseSites:"Utilize sempre o estilo de tradu\xE7\xE3o \u2308{theme}\u230B quando o s\xEDtio se destina aos seguintes dom\xEDnios",currentUrl:"URL atual",confirm:"guardar (um ficheiro, etc.) (inform\xE1tica)",cancel:"cancelamentos",delete:"remo\xE7\xE3o","languages.auto":"dete\xE7\xE3o autom\xE1tica",syncToCloud:"Sincronizar com o Google Drive",syncToCloudDescription:"Transferida para a nuvem, a configura\xE7\xE3o pode ser sincronizada entre diferentes navegadores/scripts do grease monkey, consoante a \xFAltima modifica\xE7\xE3o.",syncToAccount:"Sincroniza\xE7\xE3o com a Nuvem de Tradu\xE7\xE3o Imersiva",syncToAccountButton:"Sincroniza\xE7\xE3o instant\xE2nea com a nuvem",syncToAccountDescription:"Sincronizar automaticamente as configura\xE7\xF5es entre dispositivos diferentes, consoante a \xFAltima modifica\xE7\xE3o efectuada.",successSyncConfigInAccount:"Sincroniza\xE7\xE3o bem sucedida com a nuvem",successSyncConfigToAccount:"Sincroniza\xE7\xE3o bem sucedida com a nuvem",syncConfigNoUpdate:"J\xE1 est\xE1 atualizado.",authFail:"Falha de autoriza\xE7\xE3o",syncTitle:"Gest\xE3o manual de c\xF3pias de seguran\xE7a",import_hint:"importa\xE7\xE3o (dados)",upload:"carregar",revokeAuth:"revogar uma autoriza\xE7\xE3o",uploadFail:"Falha na transfer\xEAncia",download:"descarregamento",importSuccess:"Importado com sucesso",importFail:"falha na importa\xE7\xE3o",deleteFail:"Falha ao eliminar",backupToCloud:"Gerir manualmente os ficheiros de c\xF3pia de seguran\xE7a",create_new_backup:"Adicionar um novo n\xF3 de backup",maxBackupFiles:"\xC9 poss\xEDvel efetuar a c\xF3pia de seguran\xE7a de at\xE9{count}n\xF3s diferentes. Elimine os n\xF3s de que n\xE3o necessita.",backupToCloudDescription:"Carregar ou restaurar manualmente ficheiros de c\xF3pia de seguran\xE7a, permitindo at\xE9 3 c\xF3pias de seguran\xE7a diferentes",successSyncConfig:"Sincroniza\xE7\xE3o bem sucedida com a nuvem",syncFail:"falha de sincroniza\xE7\xE3o",updatedAt:"Atualizado a partir de {date}",lastSyncedAt:"\xDAltima verifica\xE7\xE3o em {date}",downloadFail:"Falha na transfer\xEAncia",clickToDownload:"Clique para descarregar",aboutLabel:"Acerca de - Feedback","browser.openAboutPage":"Sobre/Feedback",aboutLabelWithoutSponsor:"Acerca de - Feedback",aboutIntro:"Que todos possamos ter um acesso mais f\xE1cil e mais agrad\xE1vel \xE0 vasta quantidade de informa\xE7\xF5es em l\xEDnguas estrangeiras na Internet \u2764\uFE0F Pode optar por ativar a sua <6>subscri\xE7\xE3o Pro para utilizar as tradu\xE7\xF5es DeepL e OpenAI prontas a utilizar.

Pode seguir-nos no <3>Twitter, <4>Telegram, Weibo, WeChat ou <5>subscrever a nossa lista de <5>correio abaixo para acompanhar as actualiza\xE7\xF5es.
<7>Os membros Pro podem contactar-nos em <8>support@immersivetranslate.com para um servi\xE7o de apoio ao cliente r\xE1pido.",aboutIntroWithoutSponsor:"Que todos possamos ter um acesso mais f\xE1cil e mais agrad\xE1vel \xE0 enorme quantidade de informa\xE7\xE3o em l\xEDngua estrangeira dispon\xEDvel na Internet \u2764\uFE0F

Pode seguir-nos no <3>Twitter, no <4>canal Telegram, no WeChat, no WeChat Exchange ou <5>subscrever as actualiza\xE7\xF5es por correio <5>eletr\xF3nico abaixo.",projectHomepage:"In\xEDcio do projeto",joinTelegramGroup:"Junte-se ao grupo de utilizadores para participar em debates sobre funcionalidades",wechatPublicAccount:"WeChat P\xFAblico",wechatCommunities:"Grupo de interc\xE2mbio WeChat",qqCommunities:"Canal de comunica\xE7\xE3o QQ",joinTelegramChannel:"Siga o canal Telegram para obter as \xFAltimas actualiza\xE7\xF5es",feedbackAndJoin:"Feedback da pergunta / Adicionar grupo",autoSync:"sincroniza\xE7\xE3o autom\xE1tica da hora",loadingThemeTitle:"Estilo de carregamento",loadingThemeDescription:"Definir o estilo quando se est\xE1 \xE0 espera que a tradu\xE7\xE3o seja carregada","loadingTheme.spinner":"Anima\xE7\xE3o girat\xF3ria","loadingTheme.text":"texto est\xE1tico algo ","loadingTheme.none":"n\xE3o indicado",developerDescription:"A documenta\xE7\xE3o sobre personaliza\xE7\xE3o avan\xE7ada pode ser encontrada <1>aqui","edit border color":"Modificar a cor do rebordo",successSyncButNoChange:"A configura\xE7\xE3o atual \xE9 coerente com a nuvem",customTheme:"Cores e tamanhos personalizados","customThemeLabel.borderColor":"Cor da margem","customThemeLabel.borderRadius":"Arestas arredondadas","customThemeLabel.textColor":"cor do texto","customThemeLabel.backgroundColor":"cor de fundo","customThemeLabel.zoom":"Escala do tipo de letra (%)","customThemeLabel.opacity":"Opacidade do texto (%)",resetToDefaultColor:"Repor as cores predefinidas",resetToDefaultSettings:"Repor as predefini\xE7\xF5es",isTranslateTitle:"Ativar a tradu\xE7\xE3o dos t\xEDtulos das p\xE1ginas",isTranslateTitleDescription:"Quando aberto, o t\xEDtulo da p\xE1gina \xE9 traduzido",enableSearchEnhancement:"Permitir o melhoramento de mensagens bilingues",enableSearchEnhancementDescription:'Uma vez activada, os resultados da pesquisa do "Google News" ser\xE3o automaticamente apresentados na coluna direita dos s\xEDtios Web suportados (Google News, Pesquisa Google (algumas palavras-chave), Snowball, Oriental Fortune, Futura, Tiger Community) para as palavras-chave inglesas correspondentes.',verifyService:"Clique aqui para testar o servi\xE7o",verified:"Verificar o sucesso","field.langs":"C\xF3digos de idioma suportados","field.model":"modela\xE7\xE3o","field.translationEngine":"motor de tradu\xE7\xE3o","field.limitPerMinute":"M\xE1ximo de pedidos por minuto","field.limitPerSecond":"N\xFAmero m\xE1ximo de pedidos por segundo","field.maxTextLengthPerRequest":"Comprimento m\xE1ximo do texto por pedido","field.maxTextGroupLengthPerRequest":"N\xFAmero m\xE1ximo de par\xE1grafos por pedido","field.apiUrl":"Endere\xE7o da interface API personalizada","field.placeholderDelimiters":"marcador de posi\xE7\xE3o reservado","description.custom":"Acesso \xE0 interface personalizada Documenta\xE7\xE3o necess\xE1ria","description.limitPerMinute":"Os pedidos que excedem este limite entram numa fila de espera at\xE9 ao in\xEDcio do minuto seguinte. Devido \xE0s v\xE1rias limita\xE7\xF5es do servi\xE7o atual da OpenAI, clique <1>aqui para obter os valores sugeridos mais recentes","description.limitPerSecond":"Os pedidos que excedem este limite entram numa fila de espera at\xE9 ao in\xEDcio do segundo seguinte. Devido \xE0s v\xE1rias limita\xE7\xF5es do servi\xE7o atual da OpenAI, clique <1>aqui para obter os valores sugeridos mais recentes","description.generalLimitPerSecond":"Os pedidos que excedem este limite entram numa fila de espera at\xE9 ao in\xEDcio do segundo seguinte.","description.prompt":"Enviar a conversa para {service} como usu\xE1rio, onde {{text}} representa o conte\xFAdo do texto do par\xE1grafo, {{from}} representa a l\xEDngua do par\xE1grafo e {{to}} representa a l\xEDngua alvo.","description.maxTextLengthPerRequest":"O n\xFAmero m\xE1ximo de caracteres por pedido \xE9 demasiado grande para provocar uma resposta lenta da interface, pelo que deve tentar ajustar esta op\xE7\xE3o para otimizar a velocidade","description.systemPrompt":"Enviar uma conversa para {service} como sistema, onde {{text}} representa o conte\xFAdo do texto do par\xE1grafo, {{from}} representa a l\xEDngua do par\xE1grafo e {{to}} representa a l\xEDngua alvo.","field.domain":"dom\xEDnio","description.domain":"A predefini\xE7\xE3o \xE9\uFF1Ageneral. S\xF3 pode ser definido se a tradu\xE7\xE3o de dom\xEDnios estiver activada na consola da API Arima, ver <1>aqui os dom\xEDnios suportados","field.scene":"tomar","description.scene":"A predefini\xE7\xE3o \xE9\uFF1Ageneral. S\xF3 pode ser definido se a consola da API AliCloud abrir o Machine Translation Pro, consulte <1>aqui os cen\xE1rios suportados","field.vocabId":"ID do dicion\xE1rio do utilizador","description.vocabId":"O dicion\xE1rio especificado out_id, atualmente suporta a tradu\xE7\xE3o de ingl\xEAs para chin\xEAs.","description.model":"Modelos OpenAI, podem ser gpt-3.5-turbo, gpt-4, etc.","description.maxTextGroupLengthPerRequest":"O n\xFAmero de par\xE1grafos enviados ao servi\xE7o de tradu\xE7\xE3o de cada vez; se houver demasiados par\xE1grafos, a interface poder\xE1 responder mais lentamente","description.apiUrl":"Por favor, adicione URLs espec\xEDficos com caminhos, <1>mais descri\xE7\xE3o",enabledExtension:"Ativa\xE7\xE3o de extens\xF5es",clickToDisableExtension:"Clique para desativar as extens\xF5es",clickToEnableExtension:"Clique para ativar as extens\xF5es",hasBeenDisabled:"desativado","show password":"Mostrar palavra-passe",customContent:"Introduzir um nome de modelo personalizado",inputOptions:"Melhoria da caixa de entrada",mouseHoverOptions:"passar o rato",modifyMouseHoverKey:"Modificar o atalho para passar o rato",enableInputTranslation:"Ativar ou n\xE3o o melhoramento da caixa de entrada",enableInputTranslationDescription:"Uma vez ativado, escreva {startingKey}{startingKey} hello diretamente na caixa de entrada e, em seguida, prima rapidamente{inputTrailingTriggerKeyRepeatTimes}vezes{trailingKey}para traduzir para {inputTargetLanguage}",enableInputTranslationDescriptionForNoneKey:"Uma vez ativado, escreva\uFF1AHello World diretamente na caixa de entrada e, em seguida, prima rapidamente{inputTrailingTriggerKeyRepeatTimes}{trailingKey}vezes para traduzir para o idioma de destino predefinido.",inputTargetLanguage:"Definir o idioma de destino predefinido para as caixas de entrada",inputTargetLanguageDescription:"L\xEDngua de destino predefinida para a tradu\xE7\xE3o da caixa de entrada, ou seja, {startingKey}{startingKey} como l\xEDngua predefinida para as palavras de acionamento",inputTargetLanguageDescriptionForNoneKey:"L\xEDngua de destino predefinida para a tradu\xE7\xE3o da caixa de entrada",inputStartingTriggerKeyTitle:"Definir o car\xE1cter de divis\xE3o para a tradu\xE7\xE3o parcial da caixa de entrada",inputStartingTriggerKeyDescription:"Quando n\xE3o \xE9 necess\xE1rio traduzir toda a caixa de entrada, o separador permite-lhe traduzir apenas a parte de {startingKey}{startingKey} at\xE9 ao fim da caixa de entrada, ou pode especificar o c\xF3digo da l\xEDngua, por exemplo,\uFF1A{startingKey}ja significa traduzir apenas a parte de {startingKey}ja at\xE9 ao fim da caixa de entrada.",inputStartingTriggerKeyDescriptionForNoneKey:"A defini\xE7\xE3o atual de sem prefixo n\xE3o \xE9 necess\xE1ria, e a fun\xE7\xE3o de tradu\xE7\xE3o de alguns textos na caixa de entrada n\xE3o pode ser utilizada por enquanto.",inputTrailingTriggerKeyTitle:"Selecionar um car\xE1cter de acionamento de fim de registo",inputTrailingTriggerKeyDescription:"3 hits r\xE1pidos{trailingKey} come\xE7ar\xE1 a traduzir!",inputTrailingTriggerKeyTimeout:"Introduzir o tempo entre os accionamentos de fim de combate",inputTrailingTriggerKeyTimeoutDescription:"Define o tempo (em milissegundos) entre os accionamentos da combina\xE7\xE3o de fim de entrada",spaceKey:"<\u7A7A\u683C\u952E>",noneKey:"Tradu\xE7\xE3o direta de toda a caixa de texto sem prefixos",inputTranslationBlockUrlsTitle:"N\xE3o ativar o melhoramento da caixa de entrada nos seguintes URLs",inputTranslationBlockUrlsDescription:"As melhorias na caixa de entrada n\xE3o funcionar\xE3o nos seguintes URLs",clickToSeeQuickDemo:"Clique para expandir o v\xEDdeo tutorial r\xE1pido de 30 segundos",inputHelperInfo:"Descri\xE7\xE3o\uFF1AOptimiz\xE1mos o facto de alguns caracteres desencadeadores se transformarem em sinais de pontua\xE7\xE3o chineses nos m\xE9todos de introdu\xE7\xE3o chineses, por exemplo, / transforma-se num sinal de dun , no m\xE9todo de introdu\xE7\xE3o Sogou, e o Immersive Translator suporta todos os s\xEDmbolos chineses correspondentes aos caracteres desencadeadores, ou seja, //,,,, ser\xE3o reconhecidos como caracteres desencadeadores.

Tamb\xE9m suportamos pseud\xF3nimos chineses para c\xF3digos de idioma como comandos, por exemplo, /Japanese Hello World ser\xE1 traduzido para japon\xEAs, <1>clique aqui para ver todos os c\xF3digos de idioma suportados.",reloadCurrentPage:"Por favor, actualize a p\xE1gina atual antes de iniciar a tradu\xE7\xE3o.",noLocalFilePermissionForPDF:"N\xE3o tem permiss\xE3o para ler ficheiros locais, por favor clique no bot\xE3o acima e depois importe os ficheiros locais.",noPermissionForThisPage:"\u26A0\uFE0F Sem permiss\xE3o para traduzir a p\xE1gina atual",retryAllParagraphs:"Repetir todas as passagens de erro",retryAllButton:"Repetir todas as passagens de erro",errorTooltipTitle:"Clique para ver a causa do erro",errorModalTitle:"Algo parece estar errado com o servi\xE7o de tradu\xE7\xE3o ou com a rede...",disableConfirm:"Defini\xE7\xE3o de melhoria da informa\xE7\xE3o bilingue",disableOnce:"Esta incapacidade",disableGlobal:"desativar permanentemente",disableTint:"* Pode voltar a activ\xE1-lo em {option} .",searchEnhancementNotes:"Depois de ativar a funcionalidade de Melhoria da informa\xE7\xE3o bilingue da tradu\xE7\xE3o imersiva, pesquisamos automaticamente as mesmas palavras-chave em ingl\xEAs nos s\xEDtios Web suportados (Google News, Pesquisa Google (algumas palavras-chave), Snowball, Oriental Wealth, Futura, Tiger) e apresentamo-las no lado direito. Pode optar por desactiv\xE1-la se n\xE3o necessitar desta funcionalidade.",option:"preparar",saveSettings:"Guardar defini\xE7\xF5es",closeModal:"Fechar a janela",enableInputTranslationWithoutTriggerKeyTitle:"Permitir 3 acessos r\xE1pidos em{trailingKey}para traduzir diretamente toda a caixa de entrada para{inputTargetLanguage}",enableInputTranslationWithoutTriggerKeyDescription:"Para especificar o idioma de destino, prefixe-o com o c\xF3digo do idioma, por exemplo,\uFF1Aja Hello World",mouseHoverShortcutPlaceholder:"Por exemplo,\uFF1AShift",deepLProName:"Membro Pro da Immersive Translation (Recomendado)",deepLProDescription:"O pacote atual pode ser utilizado diretamente",deeplProDescriptionForNormal:"N\xE3o \xE9 necess\xE1ria qualquer configura\xE7\xE3o, os membros podem utiliz\xE1-lo depois de iniciarem sess\xE3o, <1>clique aqui para atualizar para membro",deepLCustomDescription:"Necess\xE1rio cart\xE3o de cr\xE9dito estrangeiro, oficialmente aberto em <1>DeepL, clique para <2>documenta\xE7\xE3o",deepLCustomName:"Chave de autentica\xE7\xE3o personalizada",chooseProviderLabel:"Selecionar um fornecedor de servi\xE7os",openaiProName:"Membro Pro da Immersive Translation (Recomendado)",openaiProDescription:"O pacote atual pode ser utilizado diretamente",openaiProDescriptionForNormal:"N\xE3o \xE9 necess\xE1ria qualquer configura\xE7\xE3o, os membros podem utiliz\xE1-lo depois de iniciarem sess\xE3o, <1>clique aqui para atualizar para membro",openaiCustomDescription:"Dispon\xEDvel no OpenAI, Azure OpenAI ou noutros servi\xE7os de terceiros, <1>clique aqui para ver a documenta\xE7\xE3o",openaiCustomName:"Chave API personalizada",needLoginAction:"(ades\xE3o aberta ou personaliza\xE7\xE3o)",goLoginOrAction:"(Abrir uma inscri\xE7\xE3o ou ir \xE0s defini\xE7\xF5es)",yearly:"efetuar um pagamento anual consecutivo",quarterly:"embalagem sequencial",monthly:"assinatura mensal",yearlyForOnce:"Pacote anual \xFAnico",monthlyForOnce:"Pacote mensal \xFAnico",daily:"dias consecutivos de embalagem",year:"efetuar um pagamento anual consecutivo",quarter:"embalagem sequencial",month:"assinatura mensal",day:"dias consecutivos de embalagem",onetime_7day:"Pacote de experi\xEAncia de 7 dias",currentPlanDescriptionForFree:"Pacotes actuais\uFF1AFree",currentPlanDescriptionForContinuous:"O pacote atual\uFF1A{plan}ser\xE1 automaticamente renovado em {endAt}",currentPlanDescriptionForAutoRenewCaceling:"O pacote atual\uFF1A{plan}expira em {endAt} e n\xE3o ser\xE1 renovado automaticamente ap\xF3s a expira\xE7\xE3o.",currentYearlyPlanDescriptionForAutoRenewCacelingWithRealPaiedUser:"O pacote atual,\uFF1A{plan}, expira em {endAt} e n\xE3o ser\xE1 renovado automaticamente ap\xF3s a expira\xE7\xE3o.
<1>Clique aqui para gerir o seu plano de renova\xE7\xE3o",currentYearlyPlanDescriptionForAutoRenewCacelingWithAdmin:"O pacote atual,\uFF1A{plan}, expira em {endAt} e n\xE3o ser\xE1 renovado automaticamente ap\xF3s a expira\xE7\xE3o.
<1>Clique aqui para ativar a subscri\xE7\xE3o anual cont\xEDnua",currentPlanDescriptionForOneTime:"A subscri\xE7\xE3o atual\uFF1A{plan}expira em {endAt} . <1>Clique aqui para atualizar para uma subscri\xE7\xE3o <1>anual ou <2>mensal.",upgradePlan:"Clique aqui para atualizar para a subscri\xE7\xE3o Pro",upgradeToPro:"Atualizar para a subscri\xE7\xE3o Pro","popup.openPro":"Actualize para a subscri\xE7\xE3o Pro para desfrutar de DeepL e da tradu\xE7\xE3o OpenAI, clique aqui para atualizar!","popup.openProForPro":"\xC9 um membro Pro com acesso direto \xE0s tradu\xE7\xF5es de DeepL e OpenAI!",currentAccount:"conta corrente",enableAutoSyncUserSettings:"Permitir a sincroniza\xE7\xE3o autom\xE1tica na nuvem em v\xE1rios dispositivos",modalEnableInputTranslationTitle:"Tradu\xE7\xE3o imersiva Caixa de entrada Alertas de tradu\xE7\xE3o",modalEnableInputTranslationDesc:"Acaba de ativar a tradu\xE7\xE3o da caixa de entrada da Tradu\xE7\xE3o Imersiva, carregando na barra de espa\xE7os 3 vezes em sucess\xE3o r\xE1pida, e o conte\xFAdo da caixa de entrada ser\xE1 traduzido para a l\xEDngua de destino predefinida. A tradu\xE7\xE3o pode ser anulada com Ctrl+Z.

Se isto foi um erro, n\xE3o se preocupe, pode optar por desactiv\xE1-la desta vez ou desativar permanentemente a tradu\xE7\xE3o da caixa de entrada.",saveAndNotShowAgain:"Guardar e parar a solicita\xE7\xE3o",disableInputTranslationTips:"* Tamb\xE9m pode definir outros atalhos para serem accionados em {option} ,{learnMore}.",learnMore:"Clique aqui para saber mais",continueEnalbeInputTranslation:"Continuar a ativar a tradu\xE7\xE3o da caixa de entrada",autoRenewTrialSuffix:'(Durante o per\xEDodo experimental,passa imediatamente a membro efetivo)',upgradeFromTrialTitle:"Atualiza\xE7\xE3o para membro de pleno direito",subtitle:"legendagem de v\xEDdeo",youtubeService:"Tradu\xE7\xE3o por imers\xE3o Servi\xE7os de tradu\xE7\xE3o de legendagem de v\xEDdeo","subtitle.disabledSubtitle":"Desativar permanentemente a funcionalidade de legendas de v\xEDdeo","subtitle.disabledSubtitleDescription":"Se Immersive Translator's Video Subtitles entrar em conflito com outras extens\xF5es, pode optar por desativar permanentemente a funcionalidade Immersive Translator's Video Subtitles ou desinstalar outras extens\xF5es que entrem em conflito","subtitle.autoEnableSubtitle":"Utiliza\xE7\xE3o autom\xE1tica de legendas bilingues","subtitle.autoEnableSubtitleDescription":"Depois de ativado, quando o v\xEDdeo \xE9 reproduzido, as legendas bilingues s\xE3o exibidas automaticamente, caso contr\xE1rio, \xE9 necess\xE1rio clicar no bot\xE3o de tradu\xE7\xE3o para exibir.","subtitle.preTranslation":"Traduzir legendas utilizando a tradu\xE7\xE3o imersiva","subtitle.preTranslationDescription":"Quando activada, toda a legenda ser\xE1 pr\xE9-traduzida utilizando o servi\xE7o de tradu\xE7\xE3o especificado abaixo, e um v\xEDdeo de 1 hora consumir\xE1 cerca de 50.000 Tokens ou caracteres, pelo que deve ser utilizada \xE0 sua discri\xE7\xE3o; quando desactivada, ser\xE3o utilizadas primeiro as legendas originais.","subtitle.humanSubtitlesPreferred":"Utiliza\xE7\xE3o priorit\xE1ria de legendagem humana","subtitle.humanSubtitlesPreferredDescription":"Dar prioridade \xE0 utiliza\xE7\xE3o de legendas humanas quando o v\xEDdeo tiver legendas humanas na l\xEDngua de chegada (recomendado)",videoSubtitleTranslationDescription:"Atribuir um servi\xE7o de tradu\xE7\xE3o separado para as legendas de v\xEDdeo",subtitleTranslating:"Aguarde enquanto as legendas est\xE3o a ser traduzidas utilizando o servi\xE7o {service} ... (tradu\xE7\xE3o por imers\xE3o)",subtitleLoading:"A carregar as legendas...",bilingual:"bilinguismo","field.action":"Se deve ativar a terminologia Baidu","description.action":"Quando ativado, ser\xE1 adicionado um par\xE2metro action=1 ao pedido para informar o Baidu do termo ativado. <1>Consulte a documenta\xE7\xE3o oficial para obter mais informa\xE7\xF5es.",closeQuickTranslation:"Fechar Hoverball","closeQuickTranslation.untilNext":"Desta vez fechado at\xE9 \xE0 pr\xF3xima visita","closeQuickTranslation.currentWebsite":"S\xEDtio atual desativado","closeQuickTranslation.alwaysClose":"desativar permanentemente","closeQuickTranslation.settingOpen":"(pode ser ativado na <1>p\xE1gina de defini\xE7\xF5es )","closeQuickTranslation.cancel":"cancelamentos","closeQuickTranslation.confirm":"definir","floatBall.popup":"Abrir o painel Defini\xE7\xF5es r\xE1pidas","floatBall.translate":"Clique para traduzir a p\xE1gina","floatBall.showOriginal":"Clique para voltar ao artigo original","floatBall.close":"Fechar Hoverball","floatBallOptions.enableDescPc":"Depois de ativar o hoverball da p\xE1gina, ser\xE1 apresentado um bot\xE3o de tradu\xE7\xE3o r\xE1pida no lado direito da p\xE1gina, clique nele para traduzir!","floatBallOptions.enableDesc":"Depois de desligar a hoverball, esta pode ser recuperada com{touch}. Recomenda-se vivamente que marques esta p\xE1gina de defini\xE7\xF5es para o caso de n\xE3o conseguires encontrar a hoverball depois de teres desligado inadvertidamente esta op\xE7\xE3o!","description.azureApiUrl":"Preencher o endere\xE7o da interface API personalizada",confirmSupportMouse:"For\xE7ar a ativa\xE7\xE3o do suporte do rato",confirmSupportMouseDescription:"Detectado que o browser atual n\xE3o suporta a fun\xE7\xE3o de rato, \xE9 for\xE7ado a ativar o suporte de rato?",sampleTargetText:"A longa noite chegar\xE1, e eu vigiarei de hoje at\xE9 \xE0 minha morte. N\xE3o tomarei nenhuma esposa, n\xE3o farei nenhum feudo, n\xE3o terei filhos. N\xE3o usarei uma coroa, n\xE3o lutarei por honra. Cumprirei o meu dever, viverei e morrerei.",sampleSourceText:"Night gathers, and now my watch begins. It shall not end until my death. I shall take no wife, hold no lands, father no children. I shall wear no crowns and win no glory. I shall live and die at my post.","desc.touchShortcutsToggleTranslatePageOnlyTranslation":"Apenas a tradu\xE7\xE3o significa que apenas o texto traduzido ser\xE1 exibido, se a p\xE1gina ainda n\xE3o foi traduzida, o modo ser\xE1 alterado e traduzido.","desc.toggleOnlyTransation":"O modo de tradu\xE7\xE3o apenas se refere a mostrar apenas a tradu\xE7\xE3o, se a p\xE1gina ainda n\xE3o foi traduzida, o modo ser\xE1 alterado e traduzido.",touchShortcutsToggleTranslatePageOnlyTranslation:"Configurar gestos de toque na tela para alternar entre o modo bil\xEDngue / apenas tradu\xE7\xE3o",download_started:"O download j\xE1 come\xE7ou, se n\xE3o come\xE7ou automaticamente, por favor clique manualmente.",here:"aqui","translationFont.customPlaceholder":"tipo de letra",batchEdit:"Opera\xE7\xE3o em massa","error.goReset":"ir redefinir","error.configError":"Dados de configura\xE7\xE3o anormais","translationServices.inherit":"Siga o servi\xE7o de tradu\xE7\xE3o principal",detectServiceLoading:"Detectando servi\xE7os de tradu\xE7\xE3o dispon\xEDveis...","translationModeLang.translation.title":"Apenas o modo de tradu\xE7\xE3o de idioma","translationFont.custom":"Insira a fonte personalizada","error.serveConfigError":"Erro de configura\xE7\xE3o do servi\xE7o",toggleToService:"Mude para {service} e tente novamente","touch.mouse-translate":"Traduzir o par\xE1grafo especificado","translationModeUrl.translation.title":"Modo de apenas tradu\xE7\xE3o do URL","error.proTokenInvalid":"Se voc\xEA \xE9 um usu\xE1rio Pro, fa\xE7a login antes de usar o servi\xE7o de tradu\xE7\xE3o Pro.",enableSentryReport:"Quando ocorre um erro de extens\xE3o, use o Sentry para enviar feedback.",translationFont:"Definir fonte",videoSubtitlePreTranslationOn:"As legendas de v\xEDdeo usar\xE3o tradu\xE7\xE3o imersiva como prioridade.","error.reloadPageOfSetting":"Ap\xF3s a configura\xE7\xE3o, atualize a p\xE1gina para traduzir novamente.","translationModeLang.translation.description":"Quando a l\xEDngua da p\xE1gina \xE9 uma das seguintes, o modo de tradu\xE7\xE3o apenas ser\xE1 usado automaticamente.","error.502":"O servi\xE7o retornou um erro, o servi\xE7o est\xE1 fora do tempo, por favor tente novamente mais tarde.","error.googleLimitIp":"O servi\xE7o retorna um erro, o servi\xE7o Google j\xE1 limitou este endere\xE7o IP, \xE9 recomendado que voc\xEA mude o n\xF3 da rede.","error.403":"O servi\xE7o retorna um erro, temporariamente sem permiss\xE3o para acessar esse servi\xE7o.","error.400":"O servi\xE7o retorna um erro, o par\xE2metro de solicita\xE7\xE3o est\xE1 errado, por favor, verifique a configura\xE7\xE3o correspondente.","error.proUpgrade":"Ap\xF3s a atualiza\xE7\xE3o, atualize a p\xE1gina e traduza novamente.",videoSubtitlePreTranslationOff:"As legendas do v\xEDdeo dar\xE3o prioridade \xE0s legendas traduzidas automaticamente inclu\xEDdas no v\xEDdeo original.","error.429":"O servi\xE7o retornou um erro, indicando que a solicita\xE7\xE3o \xE9 muito frequente ou excede o limite, tente novamente mais tarde.","error.gemini.429":"O servi\xE7o Gemini atual atingiu sua capacidade m\xE1xima, por favor, tente novamente mais tarde ou mude para outro servi\xE7o de tradu\xE7\xE3o.","error.openAIExceededQuota":"O servi\xE7o retorna um erro: o saldo da sua conta OpenAI atual \xE9 insuficiente, por favor recarregue ou vincule um cart\xE3o de cr\xE9dito no back-end oficial da OpenAI.","translationFont.notSupportErrorMessage":"Por favor, verifique se o nome da fonte que voc\xEA inseriu est\xE1 correto, ou confirme se essa fonte j\xE1 est\xE1 instalada em seu dispositivo.","translationModeUrl.translation.description":"Quando o site \xE9 para os seguintes dom\xEDnios, o modo de apenas tradu\xE7\xE3o \xE9 usado automaticamente.","desc.toggleVideoSubtitlePreTranslation":"Ao pressionar, as legendas em dois idiomas do v\xEDdeo usar\xE3o preferencialmente as configura\xE7\xF5es de tradu\xE7\xE3o imersiva, ao pressionar novamente, as legendas autom\xE1ticas do v\xEDdeo original ser\xE3o priorizadas. Aten\xE7\xE3o: este atalho modifica as configura\xE7\xF5es globais.","error.openAIFreeLimit":"O servi\xE7o retorna um erro, a frequ\xEAncia atual de solicita\xE7\xF5es de tradu\xE7\xE3o atingiu o limite m\xE1ximo de 3 vezes por minuto, tente novamente mais tarde. (Esta \xE9 a restri\xE7\xE3o oficial da OpenAI para a chave API gratuita, para remover essa restri\xE7\xE3o, vincule um cart\xE3o de cr\xE9dito no backend da OpenAI.)","error.serveUnavailable":"O servi\xE7o [{serverName}] que voc\xEA est\xE1 usando atualmente n\xE3o pode ser acessado temporariamente devido a problemas de conex\xE3o de rede ou do provedor de servi\xE7os. Sugerimos que voc\xEA tente atualizar a p\xE1gina ou alterar para outro servi\xE7o de tradu\xE7\xE3o atrav\xE9s das <1>configura\xE7\xF5es. Se voc\xEA \xE9 um membro <2>Pro, pode optar por usar os servi\xE7os de tradu\xE7\xE3o mais est\xE1veis da DeepL ou OpenAI (<3>clique aqui para experimentar gratuitamente). Al\xE9m disso, voc\xEA pode precisar verificar suas configura\xE7\xF5es de rede ou proxy.","tagsInput.add":"+ Adicionar","floatBall.iKnow":"Eu sei.",pickAll:"Selecionar tudo",goLogin:"V\xE1 fazer login",notLogin:"N\xE3o conectado","error.retry":"Tentar novamente",shortcutSettingsTitle:"Configura\xE7\xF5es de atalho","error.reason":"Raz\xE3o do erro","subtitle.hideQuickButton":"N\xE3o mostrar mais este atalho",errorReason:"Raz\xE3o do erro: {message}","widget.instruction":"Instru\xE7\xF5es de uso","multipleClick.2":"Clique duplo","multipleClick.3":"Tr\xEDplice golpe","widget.translateFile":"PDF/ePub","floatBallOptions.fixedPositionLeft":"lado esquerdo","floatBallOptions.fixedPosition":"Posi\xE7\xE3o fixa",buildSnapshots:"Gerar instant\xE2neo da p\xE1gina da web","intro.floatBallTitle":"Bola flutuante de tradu\xE7\xE3o r\xE1pida",neverTranslateThisSite:"Nunca traduza este site",mouseHoverCustomKeyTitle:"Personalizar atalhos de mouse hover","subtitle.autoDisableSubtitle":"N\xE3o ative automaticamente as legendas bilingues","browser.translateWithGoogle":"Usar o Google Tradutor temporariamente para a p\xE1gina atual","error.subscriptionExpiredTitle":"A associa\xE7\xE3o expirou","floatBallOptions.fixedPositionRight":"lado direito",loggedIn:"Conectado","subtitle.bilingual":"Legendas bil\xEDngues","slide.right":"Deslize para a esquerda",networkError:"O servi\xE7o de tradu\xE7\xE3o ou a rede est\xE1 com problemas",contact:"Entre em contato conosco","intro.subtitleTitle":"Exibi\xE7\xE3o de legendas bilingues em v\xEDdeos online","browser.translateWithTransmart":"Usar temporariamente o Tencent para traduzir a p\xE1gina atual",alwaysTranslateThisSite:"Sempre traduza este site",temprarilyChangeTranslationTo_gemini:"Est\xE1 a usar o Gemini para traduzir a p\xE1gina atual","multipleClick.4":"Qu\xE1druplo golpe","intro.hoverTitle":"Passe o mouse para traduzir o par\xE1grafo atual",temprarilyChangeTranslationTo_google:"Est\xE1 a usar o Google Tradutor para traduzir a p\xE1gina atual","shortcutGroup.touch":"Gestos espec\xEDficos para tela sens\xEDvel ao toque",notLoginPro:"Ainda n\xE3o iniciou sess\xE3o na sua conta de membro.",paragraphMinTextCountField:"N\xFAmero m\xEDnimo de caracteres necess\xE1rios para traduzir um par\xE1grafo",temprarilyChangeTranslationTo_openai:"Est\xE1 a usar o OpenAI para traduzir a p\xE1gina atual",translationOnlyMode:"Apenas modo de tradu\xE7\xE3o",viewWithImmersiveTranslate:"Vers\xE3o bil\xEDngue (tradu\xE7\xE3o imersiva)","translationServices.gemini":"G\xEAmeos","browser.toggleMouseHoverTranslateDirectly":"Ativar ou desativar temporariamente a tradu\xE7\xE3o direta do mouse hover na p\xE1gina",shortcutSettings:"Atalho","browser.translateWithOpenAI":"Usar temporariamente o OpenAI para traduzir a p\xE1gina atual",touchShortcutsToggleTranslateTouchElement:"Configurar gestos de toque na tela para traduzir par\xE1grafos espec\xEDficos","widget.instructionTooltip":"Consulte as instru\xE7\xF5es de uso","shortcutGroup.mouse":"Configura\xE7\xE3o de atalhos de teclado para hover do mouse",temprarilyChangeTranslationTo_deepl:"Est\xE1 a usar o DeepL para traduzir a p\xE1gina atual.","floatBall.longPress":"Pressione e segure para abrir rapidamente o painel de configura\xE7\xF5es.","widget.videoSubtitle":"legendas de v\xEDdeo",upgradeToProErrorTitle:"Por favor, atualize para o membro Pro antes de usar este servi\xE7o de tradu\xE7\xE3o.","floatBallOptions.fixedPositionDesc":"A bola flutuante est\xE1 \xE0 esquerda ou \xE0 direita da janela?","shortcutGroup.shortcutsForTranslationServices":"Servi\xE7os de tradu\xE7\xE3o atalhos relacionados",temprarilyChangeTranslationTo_transmart:"Est\xE1 a usar o Tencent para traduzir a p\xE1gina atual.",touchShortcutsOff:"fechar","browser.translateWithBing":"Usar temporariamente o Microsoft Translate para traduzir a p\xE1gina atual","browser.toggleVideoSubtitlePreTranslation":"Alternar legendas bil\xEDngues prefere usar configura\xE7\xF5es de tradu\xE7\xE3o imersiva","proQuotaExceededError.resetTime":"3. Tempo de redefini\xE7\xE3o do limite: {resetTime}","widget.videoSubtitleTooltip":"Suporta Youtube e outros {count}+ sites de v\xEDdeo","desc.touchShortcutsToggleTranslateTouchElement":"Personalize um gesto e voc\xEA poder\xE1 traduzir qualquer par\xE1grafo em que estiver.","subtitle.showQuickButton":"No leitor, exibir legendas em dois idiomas \xE9 um atalho","shortcutGroup.others":"Mais atalhos de fun\xE7\xF5es personalizadas",touchShortcutsToggleTranslationMask:"Configurar gestos de toque na tela para mostrar a m\xE1scara de tradu\xE7\xE3o / mostrar o texto original",temprarilyChangeTranslationTo_bing:"Est\xE1 a usar o Microsoft Translator para traduzir a p\xE1gina atual.","browser.translateWithGemini":"Use temporariamente o Gemini para traduzir a p\xE1gina atual","error.subscriptionExpired":"A sua associa\xE7\xE3o pode ter expirado, por favor verifique o estado da sua associa\xE7\xE3o.","browser.translateInputBox":"Traduzir o conte\xFAdo da caixa de entrada atual",touchShortcutsToggleTranslatePage:"Defina gestos de toque na tela para traduzir p\xE1ginas da web / mostrar o texto original","widget.translateFileTooltip":"Traduzir documentos PDF, EPUB, SRT, ASS, HTML e TXT","description.baiduField":"Os campos suportados s\xE3o vistos <1>aqui, se estiver vazio, significa que nenhum campo \xE9 especificado.","browser.translateWithDeepL":"Use temporariamente o DeepL para traduzir a p\xE1gina atual","desc.interfaceLanguage":"A configura\xE7\xE3o do idioma da interface afeta o idioma de exibi\xE7\xE3o do painel de controle e n\xE3o est\xE1 relacionada ao idioma de destino da tradu\xE7\xE3o.","neverTranslateText.title":`Por favor, traduza diretamente para o portugu\xEAs (evite explicar o texto original): Mantenha as seguintes palavras no original, n\xE3o traduza.`,"shortcutGroup.main":"Atalhos de fun\xE7\xF5es comuns",confirmResetToDefaultSettings:"Confirma que deseja restaurar este servi\xE7o de tradu\xE7\xE3o para as configura\xE7\xF5es padr\xE3o? (Apenas redefinir as configura\xE7\xF5es deste servi\xE7o de tradu\xE7\xE3o)","subtitle.showQuickButtonDescription":"No canto inferior direito do player de v\xEDdeo, fornece um atalho para ativar legendas bil\xEDngues.","slide.left":"Deslize para a direita","contact.description":"Se voc\xEA tiver alguma d\xFAvida ou sugest\xE3o, sinta-se \xE0 vontade para preencher o formul\xE1rio abaixo para nos contatar, ou envie um e-mail para {email}, responderemos o mais r\xE1pido poss\xEDvel.",paragraphMinTextCountDesc:"Aten\xE7\xE3o, aqui refere-se ao comprimento do caractere, por exemplo: hello tem 5 caracteres, definir um valor maior pode reduzir a tradu\xE7\xE3o desnecess\xE1ria de pequenos par\xE1grafos.","desc.toggleTranslateTheMainPage":"Traduza apenas a \xE1rea principal da p\xE1gina, quando voc\xEA ativou a tradu\xE7\xE3o de toda a \xE1rea da p\xE1gina nas configura\xE7\xF5es avan\xE7adas, voc\xEA pode usar este atalho para traduzir especificamente a \xE1rea principal da p\xE1gina.",mouseHoverCustomKeyDescription:"Voc\xEA pode personalizar um atalho de combina\xE7\xE3o de mouse sobre, como: Alt+Z, Ctrl+E, Cmd+Alt+E ou diretamente Cmd, por favor, insira manualmente.","desc.toggleMouseHoverTranslateDirectly":"Depois de pressionar esta tecla de atalho, na p\xE1gina, sempre que o mouse apontar para qualquer texto, ele ser\xE1 traduzido automaticamente. Pressione a tecla de atalho novamente para desativar este recurso de tradu\xE7\xE3o autom\xE1tica.","desc.mouseHoverHoldKey":"Quando o mouse \xE9 colocado sobre um par\xE1grafo, pressionando a tecla de atalho \xE0 direita ao mesmo tempo, voc\xEA pode traduzir diretamente esse par\xE1grafo.","floatBall.guideClickToTranslate":"Clique na bola flutuante de tradu\xE7\xE3o imersiva para traduzir rapidamente",translationOnlyModeDescription:"O modo de tradu\xE7\xE3o apenas se refere a mostrar apenas a tradu\xE7\xE3o, n\xE3o o modo bil\xEDngue padr\xE3o. Aten\xE7\xE3o: devido a limita\xE7\xF5es t\xE9cnicas, os hiperlinks do texto original ser\xE3o desativados no modo de tradu\xE7\xE3o apenas.","desc.touchShortcutsToggleTranslatePage":"Ap\xF3s a configura\xE7\xE3o, ao usar um dispositivo m\xF3vel, \xE9 poss\xEDvel tocar na tela com X dedos, deslizar para a esquerda e para a direita ou tocar continuamente para acionar a tradu\xE7\xE3o da p\xE1gina / exibir o texto original.","desc.touchShortcutsToggleTranslationMask":"A m\xE1scara de tradu\xE7\xE3o refere-se ao efeito de desfoque no estilo de tradu\xE7\xE3o (modo de aprendizado), que, quando ativado, usa temporariamente o efeito de desfoque na tradu\xE7\xE3o, facilitando o aprendizado.","intro.floatBallDescription":"Depois de ativado, um bot\xE3o de tradu\xE7\xE3o r\xE1pida ser\xE1 exibido no lado direito da p\xE1gina. Clique para traduzir e clique novamente para voltar ao texto original. No dispositivo m\xF3vel, pressione e segure a bola flutuante para abrir o painel de configura\xE7\xF5es r\xE1pidas.","proQuotaExceededError.trial":'\uFF0Cvoc\xEA pode escolher as seguintes maneiras de resolver:

1. Mude para {anotherService} ou outro servi\xE7o de tradu\xE7\xE3o
2. Atualize imediatamente para um membro oficial',"desc.toggleTranslateTheWholePage":"Traduzir toda a \xE1rea da p\xE1gina, por padr\xE3o, traduziremos a \xE1rea principal da p\xE1gina, voc\xEA pode usar este atalho para traduzir especificamente toda a \xE1rea da p\xE1gina.","subtitle.supportedSites":"J\xE1 \xE9 suportado o uso de legendas bil\xEDngues nestes sites (aten\xE7\xE3o: devido a limita\xE7\xF5es t\xE9cnicas, alguns sites podem precisar ser atualizados ap\xF3s a ativa\xE7\xE3o inicial das legendas, ou pode ser necess\xE1rio esperar a tradu\xE7\xE3o ser conclu\xEDda para exibir as legendas bil\xEDngues):",shortcutDisableTooltip:"Por favor, configure na p\xE1gina de gerenciamento de atalhos de extens\xE3o fornecida pelo navegador. Para mais orienta\xE7\xF5es, consulte as instru\xE7\xF5es na parte superior desta p\xE1gina.","proQuotaExceededError.onetime7day":'\uFF0Cvoc\xEA pode escolher as seguintes maneiras de resolver:

1. Mude para {anotherService} ou outro servi\xE7o de tradu\xE7\xE3o
2. Atualize para membro mensal/anual',"proQuotaExceededError.nonTrial":'\uFF0Cvoc\xEA pode escolher as seguintes maneiras de resolver:

1. Mude para {anotherService} ou outro servi\xE7o de tradu\xE7\xE3o
2. Compre um pacote de tr\xE1fego extra {translationService} ',"neverTranslateText.description":"Devido a algumas m\xE1quinas de tradu\xE7\xE3o n\xE3o reconhecerem adequadamente os nomes pr\xF3prios, voc\xEA pode adicionar palavras aqui para garantir que elas n\xE3o sejam convertidas durante o processo de tradu\xE7\xE3o. Por favor, note que esta fun\xE7\xE3o distingue mai\xFAsculas de min\xFAsculas e suporta apenas idiomas com palavras separadas por espa\xE7os (como ingl\xEAs, franc\xEAs), n\xE3o sendo adequada para idiomas como japon\xEAs, coreano, etc.","intro.hoverDescription":"A tradu\xE7\xE3o do mouse hover \xE9 uma fun\xE7\xE3o muito importante na tradu\xE7\xE3o imersiva, basta colocar o mouse sobre o par\xE1grafo e pressionar a tecla de atalho definida para traduzir automaticamente o par\xE1grafo atual (nota: n\xE3o est\xE1 ativado por padr\xE3o, por favor configure abaixo), esta intera\xE7\xE3o \xE9 usada para substituir melhor a tradu\xE7\xE3o de palavras selecionadas, al\xE9m disso, esta fun\xE7\xE3o tamb\xE9m \xE9 amplamente utilizada em \xE1reas de tradu\xE7\xE3o que n\xE3o podem ser reconhecidas, voc\xEA pode usar esta fun\xE7\xE3o para for\xE7ar a tradu\xE7\xE3o de qualquer par\xE1grafo.","intro.subtitleDescription":"Ap\xF3s ativar este recurso, as legendas bil\xEDngues ser\xE3o exibidas automaticamente durante a reprodu\xE7\xE3o do v\xEDdeo. Se n\xE3o estiver ativado, voc\xEA precisar\xE1 clicar manualmente no bot\xE3o de tradu\xE7\xE3o na p\xE1gina para exibir as legendas. Por favor, note que, devido a limita\xE7\xF5es t\xE9cnicas, alguns sites podem precisar atualizar a p\xE1gina ou esperar a tradu\xE7\xE3o ser conclu\xEDda antes de poderem exibir as legendas bil\xEDngues. (Al\xE9m disso, voc\xEA tamb\xE9m pode ativar/desativar o painel de atalhos de tradu\xE7\xE3o imersiva no canto superior direito ap\xF3s abrir o site do v\xEDdeo)

Atualmente, suportamos o uso de legendas bil\xEDngues nestes sites:",geminiWarning:"Aten\xE7\xE3o: O servi\xE7o gratuito Gemini fornecido pelo Google tem restri\xE7\xF5es rigorosas, pode ser considerado pelo Google que o usu\xE1rio est\xE1 usando v\xE1rias chaves para evitar suas restri\xE7\xF5es de cota gratuita, n\xE3o \xE9 recomendado usar, \xE9 aconselh\xE1vel esperar pelo Google para abrir a interface de pagamento Gemini no futuro para uso.","floatBall.setting":"Configura\xE7\xE3o","floatBall.translateToLanguage":"Clique para traduzir para {language}","floatBall.file":`Traduzir PDF, EPUB, SRT, ASS, HTML, arquivos TXT`,changeToOnlyTempTranslationMode:"Alternar para apresentar apenas tradu\xE7\xF5es",changeToDualTempTranslationMode:"Mudar para tradu\xE7\xE3o bilingue","transitionMode.dual":"Bilingue comparativo","options.navbar.translateFile":"Traduzir documento","options.navbar.installApp":"Instalar o aplicativo para celular","transitionMode.translation":"Apenas texto traduzido.","subtitle.transitionModeDescription":"Defina as legendas do v\xEDdeo para compara\xE7\xE3o bilingue ou apenas modo de tradu\xE7\xE3o","subtitle.transitionMode":"Legendas de v\xEDdeo bil\xEDngue / configura\xE7\xE3o apenas de tradu\xE7\xE3o","transitionMode.inherit":"Mantenha consist\xEAncia com o modo de exibi\xE7\xE3o de tradu\xE7\xE3o padr\xE3o do sistema.",translateFileTooltip:`Traduzir PDF, ePub, srt, @@ -5160,12 +5160,12 @@ ass, HTML, arquivos TXT`,"description.subtitlePrompt":`Em cen\xE1rios de legenda - id: 1 {env.imt_trans_field}: tradu\xE7\xE3o - id: 2 - {env.imt_trans_field}: tradu\xE7\xE3o`,"subtitle.quickButton.green":"verde","subtitle.quickButton.magenta":"Magenta","translationServices.claude":"Claude","subtitle.quickButton.white":"branco","subtitle.quickButton.translationTextColor":"Cor da fonte da tradu\xE7\xE3o","subtitle.quickButton.backgroundOpacity":"opacidade de fundo","subtitle.quickButton.sourceFontSize":"Tamanho original da fonte","subtitle.quickButton.backgroundColor":"cor de fundo","subtitle.quickButton.setting":"configura\xE7\xE3o","subtitle.quickButton.blue":"azul","subtitle.quickButton.translationPositionBottom":"\u539F\u6587\u4E0B\u65B9","subtitle.quickButton.yellow":"Amarelo","subtitle.quickButton.translationPositionTop":"Acima do texto original","subtitle.quickButton.sourceTextColor":"Cor original da fonte","subtitle.quickButton.red":"vermelho","subtitle.quickButton.translationPosition":"Posi\xE7\xE3o de tradu\xE7\xE3o","subtitle.quickButton.cyan":"Azul","subtitle.quickButton.black":"preto","subtitle.quickButton.translationFontSize":"Tamanho da fonte do texto traduzido",attachSubtitleTranslating:"Usando {service} para traduzir...","error.claude.403":"Sem permiss\xE3o para acessar o servi\xE7o, pode estar relacionado com as restri\xE7\xF5es de \xE1rea de Claude, voc\xEA pode tentar alterar o seu endere\xE7o IP, ou usar outros servi\xE7os de tradu\xE7\xE3o.","browser.brandDescriptionForSafari":"\u3010Tradu\xE7\xE3o imersiva\u3011Um plugin de tradu\xE7\xE3o de p\xE1ginas da web bilingue (original/tradu\xE7\xE3o) gratuito, que suporta a tradu\xE7\xE3o de PDF e EPUB e mant\xE9m a formata\xE7\xE3o original do documento, a tradu\xE7\xE3o de legendas bilingues de v\xEDdeos online como Youtube/Netflix, e suporta servi\xE7os de tradu\xE7\xE3o mainstream como Deepl/Google;","browser.PdfProFile":"AI impulsionado pela tradu\xE7\xE3o do PDF Pro","browser.textTranslate":"Tradu\xE7\xE3o de texto"};var Ul=[{code:"zh-CN",messages:El},{code:"zh-TW",messages:Cl},{code:"en",messages:_l},{code:"ja",messages:Pl},{code:"ar",messages:Ll},{code:"de",messages:Il},{code:"es",messages:Bl},{code:"fa",messages:Fl},{code:"fr",messages:zl},{code:"hi",messages:Ol},{code:"it",messages:Ml},{code:"ru",messages:Rl},{code:"ko",messages:Nl},{code:"pt",messages:ql}];var _t={};for(let t of Ul)_t[t.code]=t.messages;var nr="Immersive Translate",Se="immersive-translate",Kl="pdf/index.html";var W="immersiveTranslate",$a="759003177173-mfm15s5nd77vfmo6e7lanof1emnanf0e.apps.googleusercontent.com",Dr=W+"GoogleAccessToken",Wl=W+"AuthFlow",Qa="immersive-translate-config-latest.json",BA=W+"AuthState",FA=W+"IframeMessage",zA=W+"WaitForRateLimit",Hl=W+"DocumentMessageAsk",OA=W+"DocumentMessageTellThirdParty",MA=W+"showError",RA=W+"DocumentMessageThirdPartyTell",NA=W+"DocumentMessageEventUpload",zg=W+"DocumentMessageHandler",qA=`${W}Share`,UA=`${W}ToggleMouseHoverTranslateDirectly`,jA=`${W}ReqDraft`,KA=`${W}ResDraft`,WA=`${W}Container`,HA=`${W}SpecifiedContainer`,Ya="buildinConfig",ea="localConfig",_i="openOptionsPage";var Pi="translateLocalPdfFile",Gl="donateContext",Li="openEbookViewer",Ii="openEbookBuilder",Vl="openSubtitleBuilder",GA=`${W}PageTranslatedStatus`,VA=`${W}PageUrlChanged`,$A=`${W}ReceiveCommand`,QA=W+"LastUseMouseHoverTime",YA=W+"LastUseInputTime",$l=W+"LastUseManualTranslatePageTime",XA=`${W}PopupReceiveMessage`,Og="immersivetranslate.com",Mg="config.immersivetranslate.com",ZA=`https://${Og}/`,JA=`https://${Mg}/default_config.json`,eD=`${W}Mark`,tD=`${W}Root`,rD=`${W}Walked`,aD=`data-${Se}-walked`,nD=`${W}Paragraph`,iD=`data-${Se}-paragraph`,oD=`data-${Se}-translation-element-mark`,sD=`${W}TranslationElementMark`,lD=`${W}TranslatedMark`,uD=`${W}LoadingId`,cD=`data-${Se}-loading-id`,dD=`${W}ErrorId`,pD=`data-${Se}-error-id`,mD=`${W}AtomicBlockMark`,gD=`${W}ExcludeMark`,hD=`data-${Se}-exclude-mark`,fD=`${W}StayOriginalMark`,bD=`${W}PreWhitespaceMark`,TD=`${W}InlineMark`,vD=`${W}BlockMark`,yD=`${W}Left`,SD=`${W}Right`,wD=`${W}Width`,xD=`${W}Height`,AD=`${W}Top`,DD=`${W}FontSize`;var kD=`${W}GlobalStyleMark`,Rg=["@","#"];var ED=`${Se}-target-wrapper`,CD=`${Se}-pdf-target-container`,_D=`${Se}-target-inner`,PD=`${Se}-source-wrapper`,LD=`${Se}-target-translation-block-wrapper`,ID=`${Se}-root-translation-theme`,BD=`${W}RootTranslationTheme`,FD=`${Se}-target-translation-vertical-block-wrapper`,zD=`${Se}-target-translation-pdf-block-wrapper`,OD=`${Se}-target-translation-pre-whitespace`,MD=`${Se}-target-translation-inline-wrapper`;var ta=["auto","zh-CN","zh-TW","en","ja","ko","es","de","fr","pt","pt-br","ru","ar","it","ms","id","vi","af","th","ur","yue","zh-CN-NE","bo","wyw","am","az","be","bg","bn","bs","ca","ceb","co","cs","cy","da","el","eo","et","eu","fa","fi","fil","fj","fy","ga","gd","gl","gu","ha","haw","he","hi","hmn","hr","ht","hu","hy","ig","is","jw","ka","kk","km","kn","ku","ky","la","lb","lo","lt","lv","mg","mi","mk","ml","mn","mr","mt","mww","my","ne","nl","no","ny","otq","pa","pl","ps","ro","sa","sd","si","sk","sl","sm","sn","so","sq","sr","sr-Cyrl","sr-Latn","st","su","sv","sw","ta","te","tg","tlh","tlh-Qaak","to","tr","ty","ug","uk","uz","xh","yi","yo","yua","zu"];var ft="zh-CN";var jl=[{type:"select",name:"codename",labelKey:"field.translationEngine",default:"youdao",required:!1,options:[{label:"translationServices.google",value:"google"},{label:"translationServices.deepl",value:"deepl"},{label:"translationServices.youdao",value:"youdao"},{label:"translationServices.tencent",value:"tencent"},{label:"translationServices.aliyun",value:"aliyun"},{label:"translationServices.baidu",value:"baidu"},{label:"translationServices.caiyun",value:"caiyun"},{label:"translationServices.wechat",value:"wechat"},{label:"translationServices.ibm",value:"ibm"},{label:"translationServices.azure",value:"azure"},{label:"translationServices.aws",value:"aws"}]}];var Ng={bing:{name:"\u5FAE\u8F6F\u7FFB\u8BD1",homepage:"https://www.bing.com/translator"},google:{name:"Google",homepage:"https://translate.google.com/"},deepl:{name:"DeepL",homepage:"https://www.deepl.com/translator",docUrl:"https://immersivetranslate.com/docs/services/deepL/",providers:[{name:"pro",nameKey:"deepLProName",descriptionKey:"deepLProDescription",descriptionKeyForNormal:"deeplProDescriptionForNormal",descriptionLink1:"https://immersivetranslate.com/pricing"},{name:"custom",nameKey:"deepLCustomName",descriptionKey:"deepLCustomDescription",descriptionLink1:"https://www.deepl.com/translator",descriptionLink2:"https://immersivetranslate.com/docs/services/deepL/"}],allProps:[{name:"authKey",providers:["custom"],label:"Auth Key",required:!0,type:"password"}]},openai:{name:"Open AI",homepage:"https://openai.com/api/",docUrl:"https://immersivetranslate.com/docs/services/openai/",providers:[{name:"pro",nameKey:"openaiProName",descriptionKey:"openaiProDescription",descriptionKeyForNormal:"openaiProDescriptionForNormal",descriptionLink1:"https://immersivetranslate.com/pricing"},{name:"custom",nameKey:"openaiCustomName",descriptionKey:"openaiCustomDescription",descriptionLink1:"https://immersivetranslate.com/docs/services/openai/"}],allProps:[{name:"APIKEY",providers:["custom"],required:!0,type:"password"},{name:"model",labelKey:"field.model",descriptionKey:"description.model",required:!1,type:"model-select",default:"gpt-3.5-turbo-1106",providers:["custom"],options:[{providers:["custom","pro"],label:"gpt-3.5-turbo",value:"gpt-3.5-turbo"},{providers:["custom"],label:"gpt-3.5-turbo-0125",value:"gpt-3.5-turbo-0125"},{providers:["custom","pro"],label:"gpt-3.5-turbo-1106",value:"gpt-3.5-turbo-1106"},{providers:["custom","pro"],label:"gpt-3.5-turbo-0613",value:"gpt-3.5-turbo-0613"},{providers:["custom"],label:"gpt-4-1106-preview",value:"gpt-4-1106-preview"},{providers:["custom"],label:"gpt-4-0125-preview",value:"gpt-4-0125-preview"},{providers:["custom"],label:"gpt-4",value:"gpt-4"}]},{name:"limit",required:!1,labelKey:"field.limitPerSecond",descriptionKey:"description.limitPerSecond",descriptionLink1:"https://immersivetranslate.com/docs/services/openai/",type:"number",default:10,providers:["custom"]},{name:"maxTextLengthPerRequest",required:!1,labelKey:"field.maxTextLengthPerRequest",descriptionKey:"description.maxTextLengthPerRequest",type:"number",default:1200,optional:!0},{name:"maxTextGroupLengthPerRequest",required:!1,labelKey:"field.maxTextGroupLengthPerRequest",descriptionKey:"description.maxTextGroupLengthPerRequest",type:"number",default:1,optional:!0},{name:"apiUrl",labelKey:"field.apiUrl",required:!1,type:"text",default:"https://api.openai.com/v1/chat/completions",descriptionKey:"description.apiUrl",descriptionLink1:"https://immersivetranslate.com/docs/services/openai/",optional:!0,providers:["custom"]},{name:"systemPrompt",label:"System Prompt",required:!1,descriptionKey:"description.systemPrompt",type:"textarea",optional:!0,default:"You are a translation engine, you can only translate text and cannot interpret it, and do not explain."},{name:"prompt",label:"Prompt",required:!1,descriptionKey:"description.prompt",type:"textarea",default:`Translate the text to {{to}}, please do not explain any sentences, just translate or leave them as they are.: + {env.imt_trans_field}: tradu\xE7\xE3o`,"subtitle.quickButton.green":"verde","subtitle.quickButton.magenta":"Magenta","translationServices.claude":"Claude","subtitle.quickButton.white":"branco","subtitle.quickButton.translationTextColor":"Cor da fonte da tradu\xE7\xE3o","subtitle.quickButton.backgroundOpacity":"opacidade de fundo","subtitle.quickButton.sourceFontSize":"Tamanho original da fonte","subtitle.quickButton.backgroundColor":"cor de fundo","subtitle.quickButton.setting":"configura\xE7\xE3o","subtitle.quickButton.blue":"azul","subtitle.quickButton.translationPositionBottom":"\u539F\u6587\u4E0B\u65B9","subtitle.quickButton.yellow":"Amarelo","subtitle.quickButton.translationPositionTop":"Acima do texto original","subtitle.quickButton.sourceTextColor":"Cor original da fonte","subtitle.quickButton.red":"vermelho","subtitle.quickButton.translationPosition":"Posi\xE7\xE3o de tradu\xE7\xE3o","subtitle.quickButton.cyan":"Azul","subtitle.quickButton.black":"preto","subtitle.quickButton.translationFontSize":"Tamanho da fonte do texto traduzido",attachSubtitleTranslating:"Usando {service} para traduzir...","error.claude.403":"Sem permiss\xE3o para acessar o servi\xE7o, pode estar relacionado com as restri\xE7\xF5es de \xE1rea de Claude, voc\xEA pode tentar alterar o seu endere\xE7o IP, ou usar outros servi\xE7os de tradu\xE7\xE3o.","browser.brandDescriptionForSafari":"\u3010Tradu\xE7\xE3o imersiva\u3011Um plugin de tradu\xE7\xE3o de p\xE1ginas da web bilingue (original/tradu\xE7\xE3o) gratuito, que suporta a tradu\xE7\xE3o de PDF e EPUB e mant\xE9m a formata\xE7\xE3o original do documento, a tradu\xE7\xE3o de legendas bilingues de v\xEDdeos online como Youtube/Netflix, e suporta servi\xE7os de tradu\xE7\xE3o mainstream como Deepl/Google;","browser.PdfProFile":"AI impulsionado pela tradu\xE7\xE3o do PDF Pro","browser.textTranslate":"Tradu\xE7\xE3o de texto"};var Ul=[{code:"zh-CN",messages:El},{code:"zh-TW",messages:Cl},{code:"en",messages:_l},{code:"ja",messages:Pl},{code:"ar",messages:Ll},{code:"de",messages:Bl},{code:"es",messages:Il},{code:"fa",messages:Fl},{code:"fr",messages:zl},{code:"hi",messages:Ol},{code:"it",messages:Ml},{code:"ru",messages:Rl},{code:"ko",messages:Nl},{code:"pt",messages:ql}];var _t={};for(let t of Ul)_t[t.code]=t.messages;var nr="Immersive Translate",Se="immersive-translate",Kl="pdf/index.html";var W="immersiveTranslate",$a="759003177173-mfm15s5nd77vfmo6e7lanof1emnanf0e.apps.googleusercontent.com",Dr=W+"GoogleAccessToken",Wl=W+"AuthFlow",Qa="immersive-translate-config-latest.json",IA=W+"AuthState",FA=W+"IframeMessage",zA=W+"WaitForRateLimit",Hl=W+"DocumentMessageAsk",OA=W+"DocumentMessageTellThirdParty",MA=W+"showError",RA=W+"DocumentMessageThirdPartyTell",NA=W+"DocumentMessageEventUpload",zg=W+"DocumentMessageHandler",qA=`${W}Share`,UA=`${W}ToggleMouseHoverTranslateDirectly`,jA=`${W}ReqDraft`,KA=`${W}ResDraft`,WA=`${W}Container`,HA=`${W}SpecifiedContainer`,Ya="buildinConfig",ea="localConfig",_i="openOptionsPage";var Pi="translateLocalPdfFile",Gl="donateContext",Li="openEbookViewer",Bi="openEbookBuilder",Vl="openSubtitleBuilder",GA=`${W}PageTranslatedStatus`,VA=`${W}PageUrlChanged`,$A=`${W}ReceiveCommand`,QA=W+"LastUseMouseHoverTime",YA=W+"LastUseInputTime",$l=W+"LastUseManualTranslatePageTime",XA=`${W}PopupReceiveMessage`,Og="immersivetranslate.com",Mg="config.immersivetranslate.com",ZA=`https://${Og}/`,JA=`https://${Mg}/default_config.json`,eD=`${W}Mark`,tD=`${W}Root`,rD=`${W}Walked`,aD=`data-${Se}-walked`,nD=`${W}Paragraph`,iD=`data-${Se}-paragraph`,oD=`data-${Se}-translation-element-mark`,sD=`${W}TranslationElementMark`,lD=`${W}TranslatedMark`,uD=`${W}LoadingId`,cD=`data-${Se}-loading-id`,dD=`${W}ErrorId`,pD=`data-${Se}-error-id`,mD=`${W}AtomicBlockMark`,gD=`${W}ExcludeMark`,hD=`data-${Se}-exclude-mark`,fD=`${W}StayOriginalMark`,bD=`${W}PreWhitespaceMark`,TD=`${W}InlineMark`,vD=`${W}BlockMark`,yD=`${W}Left`,SD=`${W}Right`,wD=`${W}Width`,xD=`${W}Height`,AD=`${W}Top`,DD=`${W}FontSize`;var kD=`${W}GlobalStyleMark`,Rg=["@","#"];var ED=`${Se}-target-wrapper`,CD=`${Se}-pdf-target-container`,_D=`${Se}-target-inner`,PD=`${Se}-source-wrapper`,LD=`${Se}-target-translation-block-wrapper`,BD=`${Se}-root-translation-theme`,ID=`${W}RootTranslationTheme`,FD=`${Se}-target-translation-vertical-block-wrapper`,zD=`${Se}-target-translation-pdf-block-wrapper`,OD=`${Se}-target-translation-pre-whitespace`,MD=`${Se}-target-translation-inline-wrapper`;var ta=["auto","zh-CN","zh-TW","en","ja","ko","es","de","fr","pt","pt-br","ru","ar","it","ms","id","vi","af","th","ur","yue","zh-CN-NE","bo","wyw","am","az","be","bg","bn","bs","ca","ceb","co","cs","cy","da","el","eo","et","eu","fa","fi","fil","fj","fy","ga","gd","gl","gu","ha","haw","he","hi","hmn","hr","ht","hu","hy","ig","is","jw","ka","kk","km","kn","ku","ky","la","lb","lo","lt","lv","mg","mi","mk","ml","mn","mr","mt","mww","my","ne","nl","no","ny","otq","pa","pl","ps","ro","sa","sd","si","sk","sl","sm","sn","so","sq","sr","sr-Cyrl","sr-Latn","st","su","sv","sw","ta","te","tg","tlh","tlh-Qaak","to","tr","ty","ug","uk","uz","xh","yi","yo","yua","zu"];var ft="zh-CN";var jl=[{type:"select",name:"codename",labelKey:"field.translationEngine",default:"youdao",required:!1,options:[{label:"translationServices.google",value:"google"},{label:"translationServices.deepl",value:"deepl"},{label:"translationServices.youdao",value:"youdao"},{label:"translationServices.tencent",value:"tencent"},{label:"translationServices.aliyun",value:"aliyun"},{label:"translationServices.baidu",value:"baidu"},{label:"translationServices.caiyun",value:"caiyun"},{label:"translationServices.wechat",value:"wechat"},{label:"translationServices.ibm",value:"ibm"},{label:"translationServices.azure",value:"azure"},{label:"translationServices.aws",value:"aws"}]}];var Ng={bing:{name:"\u5FAE\u8F6F\u7FFB\u8BD1",homepage:"https://www.bing.com/translator"},google:{name:"Google",homepage:"https://translate.google.com/"},deepl:{name:"DeepL",homepage:"https://www.deepl.com/translator",docUrl:"https://immersivetranslate.com/docs/services/deepL/",providers:[{name:"pro",nameKey:"deepLProName",descriptionKey:"deepLProDescription",descriptionKeyForNormal:"deeplProDescriptionForNormal",descriptionLink1:"https://immersivetranslate.com/pricing"},{name:"custom",nameKey:"deepLCustomName",descriptionKey:"deepLCustomDescription",descriptionLink1:"https://www.deepl.com/translator",descriptionLink2:"https://immersivetranslate.com/docs/services/deepL/"}],allProps:[{name:"authKey",providers:["custom"],label:"Auth Key",required:!0,type:"password"}]},openai:{name:"Open AI",homepage:"https://openai.com/api/",docUrl:"https://immersivetranslate.com/docs/services/openai/",providers:[{name:"pro",nameKey:"openaiProName",descriptionKey:"openaiProDescription",descriptionKeyForNormal:"openaiProDescriptionForNormal",descriptionLink1:"https://immersivetranslate.com/pricing"},{name:"custom",nameKey:"openaiCustomName",descriptionKey:"openaiCustomDescription",descriptionLink1:"https://immersivetranslate.com/docs/services/openai/"}],allProps:[{name:"APIKEY",providers:["custom"],required:!0,type:"password"},{name:"model",labelKey:"field.model",descriptionKey:"description.model",required:!1,type:"model-select",default:"gpt-3.5-turbo-1106",providers:["custom"],options:[{providers:["custom","pro"],label:"gpt-3.5-turbo",value:"gpt-3.5-turbo"},{providers:["custom"],label:"gpt-3.5-turbo-0125",value:"gpt-3.5-turbo-0125"},{providers:["custom","pro"],label:"gpt-3.5-turbo-1106",value:"gpt-3.5-turbo-1106"},{providers:["custom","pro"],label:"gpt-3.5-turbo-0613",value:"gpt-3.5-turbo-0613"},{providers:["custom"],label:"gpt-4-1106-preview",value:"gpt-4-1106-preview"},{providers:["custom"],label:"gpt-4-0125-preview",value:"gpt-4-0125-preview"},{providers:["custom"],label:"gpt-4",value:"gpt-4"}]},{name:"limit",required:!1,labelKey:"field.limitPerSecond",descriptionKey:"description.limitPerSecond",descriptionLink1:"https://immersivetranslate.com/docs/services/openai/",type:"number",default:10,providers:["custom"]},{name:"maxTextLengthPerRequest",required:!1,labelKey:"field.maxTextLengthPerRequest",descriptionKey:"description.maxTextLengthPerRequest",type:"number",default:1200,optional:!0},{name:"maxTextGroupLengthPerRequest",required:!1,labelKey:"field.maxTextGroupLengthPerRequest",descriptionKey:"description.maxTextGroupLengthPerRequest",type:"number",default:1,optional:!0},{name:"apiUrl",labelKey:"field.apiUrl",required:!1,type:"text",default:"https://api.openai.com/v1/chat/completions",descriptionKey:"description.apiUrl",descriptionLink1:"https://immersivetranslate.com/docs/services/openai/",optional:!0,providers:["custom"]},{name:"systemPrompt",label:"System Prompt",required:!1,descriptionKey:"description.systemPrompt",type:"textarea",optional:!0,default:"You are a translation engine, you can only translate text and cannot interpret it, and do not explain."},{name:"prompt",label:"Prompt",required:!1,descriptionKey:"description.prompt",type:"textarea",default:`Translate the text to {{to}}, please do not explain any sentences, just translate or leave them as they are.: -{{text}}`,optional:!0},{name:"multiplePrompt",label:"Multiple Prompt",required:!1,descriptionKey:"description.multiplePrompt",type:"textarea",default:"",optional:!0},{name:"subtitlePrompt",label:"Subtitle Prompt",required:!1,descriptionKey:"description.subtitlePrompt",type:"textarea",default:"",optional:!0}]},yandex:{name:"Yandex",homepage:"https://translate.yandex.com/"},gemini:{name:"Gemini",homepage:"https://makersuite.google.com/",docUrl:"https://immersivetranslate.com/docs/services/gemini/",beta:!0,allProps:[{name:"APIKEY",providers:["custom"],required:!0,type:"password"},{name:"model",labelKey:"field.model",descriptionKey:"description.model",optional:!0,required:!1,type:"model-select",options:[{label:"gemini-1.0-pro-latest",value:"gemini-1.0-pro-latest"}]},{name:"limit",required:!1,optional:!0,labelKey:"field.limitPerSecond",descriptionKey:"description.generalLimitPerSecond",descriptionLink1:"https://immersivetranslate.com/docs/services/openai/",type:"number",default:1},{name:"maxTextLengthPerRequest",required:!1,labelKey:"field.maxTextLengthPerRequest",descriptionKey:"description.maxTextLengthPerRequest",type:"number",default:1200,optional:!0},{name:"maxTextGroupLengthPerRequest",required:!1,labelKey:"field.maxTextGroupLengthPerRequest",descriptionKey:"description.maxTextGroupLengthPerRequest",type:"number",default:3,optional:!0},{name:"apiUrl",labelKey:"field.apiUrl",required:!1,type:"text",default:"https://generativelanguage.googleapis.com/v1beta/models/{model}:generateContent?key={key}",descriptionKey:"description.apiUrl",descriptionLink1:"https://immersivetranslate.com/docs/services/gemini/",optional:!0},{name:"prompt",label:"Prompt",required:!1,descriptionKey:"description.prompt",type:"textarea",default:"",optional:!0},{name:"multiplePrompt",label:"Multiple Prompt",required:!1,descriptionKey:"description.multiplePrompt",type:"textarea",default:"",optional:!0},{name:"subtitlePrompt",label:"Subtitle Prompt",required:!1,descriptionKey:"description.subtitlePrompt",type:"textarea",default:"",optional:!0}]},claude:{name:"Claude",homepage:"https://www.anthropic.com/",docUrl:"https://immersivetranslate.com/docs/services/claude/",allProps:[{name:"APIKEY",providers:["custom"],required:!0,type:"password"},{name:"model",labelKey:"field.model",descriptionKey:"description.model",optional:!0,required:!1,type:"model-select",default:"claude-3-haiku-20240307",options:[{label:"claude-3-haiku-20240307",value:"claude-3-haiku-20240307"},{label:"claude-3-sonnet-20240229",value:"claude-3-sonnet-20240229"},{label:"claude-3-opus-20240229",value:"claude-3-opus-20240229"},{label:"claude-2.1",value:"claude-2.1"}]},{name:"limit",required:!1,optional:!0,labelKey:"field.limitPerSecond",descriptionKey:"description.generalLimitPerSecond",descriptionLink1:"https://immersivetranslate.com/docs/services/openai/",type:"number",default:1},{name:"maxTextLengthPerRequest",required:!1,labelKey:"field.maxTextLengthPerRequest",descriptionKey:"description.maxTextLengthPerRequest",type:"number",default:1200,optional:!0},{name:"maxTextGroupLengthPerRequest",required:!1,labelKey:"field.maxTextGroupLengthPerRequest",descriptionKey:"description.maxTextGroupLengthPerRequest",type:"number",default:10,optional:!0},{name:"apiUrl",labelKey:"field.apiUrl",required:!1,type:"text",default:"https://api.anthropic.com/v1/messages",descriptionKey:"description.apiUrl",descriptionLink1:"https://immersivetranslate.com/docs/services/claude/",optional:!0},{name:"prompt",label:"Prompt",required:!1,descriptionKey:"description.prompt",type:"textarea",default:"",optional:!0},{name:"multiplePrompt",label:"Multiple Prompt",required:!1,descriptionKey:"description.multiplePrompt",type:"textarea",default:"",optional:!0},{name:"subtitlePrompt",label:"Subtitle Prompt",required:!1,descriptionKey:"description.subtitlePrompt",type:"textarea",default:"",optional:!0}]},transmart:{name:"Transmart",homepage:"https://transmart.qq.com/"},youdao:{name:"Youdao",homepage:"https://youdao.com/",docUrl:"https://immersivetranslate.com/docs/services/youdao/",allProps:[{name:"appId",required:!0,type:"text"},{name:"appSecret",required:!0,type:"password"},{name:"limit",required:!1,labelKey:"field.limitPerSecond",descriptionKey:"description.generalLimitPerSecond",type:"number",default:5,optional:!0},{name:"maxTextLengthPerRequest",required:!1,labelKey:"field.maxTextLengthPerRequest",descriptionKey:"description.maxTextLengthPerRequest",type:"number",default:1200,optional:!0},{name:"maxTextGroupLengthPerRequest",required:!1,labelKey:"field.maxTextGroupLengthPerRequest",descriptionKey:"description.maxTextGroupLengthPerRequest",type:"number",default:200,optional:!0},{name:"domain",required:!1,labelKey:"field.domain",descriptionKey:"description.domain",descriptionLink1:"https://fanyi.youdao.com/openapi/",type:"text",default:"general",optional:!0},{name:"vocabId",required:!1,labelKey:"field.vocabId",descriptionKey:"description.vocabId",type:"text",default:"",optional:!0}]},tencent:{name:"Tencent",homepage:"https://fanyi.qq.com/",docUrl:"https://immersivetranslate.com/docs/services/tencent/",allProps:[{name:"secretId",required:!0,type:"text"},{name:"secretKey",required:!0,type:"password"}]},aliyun:{name:"Aliyun",homepage:"https://translate.alibaba.com/",docUrl:"https://immersivetranslate.com/docs/services/aliyun/",allProps:[{name:"AccessKeyID",required:!0,type:"text"},{name:"AccessKeySecret",required:!0,type:"password"},{name:"scene",labelKey:"field.scene",descriptionKey:"description.scene",descriptionLink1:"https://help.aliyun.com/document_detail/158267.html",required:!1,optional:!0,type:"text",default:"general"}]},azure:{name:"azure",homepage:"https://learn.microsoft.com/en-us/azure/cognitive-services/translator/text-translation-overview",docUrl:"https://immersivetranslate.com/docs/services/azure/",allProps:[{name:"region",required:!1,default:"eastasia",type:"text"},{name:"APIKEY",required:!0,type:"password"},{name:"apiUrl",labelKey:"field.apiUrl",required:!1,type:"text",default:"https://api.cognitive.microsofttranslator.com/",descriptionKey:"description.azureApiUrl",optional:!0}]},papago:{name:"Papago",homepage:"https://translate.google.com/",canary:!0},baidu:{name:"Baidu",homepage:"https://fanyi.baidu.com/",docUrl:"https://immersivetranslate.com/docs/services/baidu/",allProps:[{name:"appid",required:!0,type:"text"},{name:"key",required:!0,type:"password"},{name:"limit",required:!1,labelKey:"field.limitPerSecond",descriptionKey:"description.generalLimitPerSecond",type:"number",default:1,optional:!0},{name:"maxTextLengthPerRequest",required:!1,labelKey:"field.maxTextLengthPerRequest",descriptionKey:"description.maxTextLengthPerRequest",type:"number",default:1800,optional:!0},{name:"maxTextGroupLengthPerRequest",required:!1,labelKey:"field.maxTextGroupLengthPerRequest",descriptionKey:"description.maxTextGroupLengthPerRequest",type:"number",default:8,optional:!0},{name:"action",required:!1,labelKey:"field.action",descriptionKey:"description.action",descriptionLink1:"https://fanyi-api.baidu.com/doc/21",type:"boolean",default:!1,optional:!0},{name:"domain",required:!1,labelKey:"field.domain",descriptionKey:"description.baiduField",descriptionLink1:"https://fanyi-api.baidu.com/doc/22",type:"text",default:"",optional:!0}]},volc:{name:"Volc",homepage:"https://www.volcengine.com/",docUrl:"https://immersivetranslate.com/docs/services/volcano/",allProps:[{name:"accessKeyId",required:!0,type:"text"},{name:"secretAccessKey",required:!0,type:"password"},{name:"limit",required:!1,labelKey:"field.limitPerSecond",descriptionKey:"description.generalLimitPerSecond",type:"number",default:5,optional:!0},{name:"maxTextLengthPerRequest",required:!1,labelKey:"field.maxTextLengthPerRequest",descriptionKey:"description.maxTextLengthPerRequest",type:"number",default:1800,optional:!0},{name:"maxTextGroupLengthPerRequest",required:!1,labelKey:"field.maxTextGroupLengthPerRequest",descriptionKey:"description.maxTextGroupLengthPerRequest",type:"number",default:8,optional:!0}]},caiyun:{name:"Caiyun",homepage:"https://fanyi.caiyunapp.com/",docUrl:"https://immersivetranslate.com/docs/services/caiyun/",allProps:[{name:"token",required:!0,type:"password"}]},cai:{name:"Cai",homepage:"https://fanyi.caiyunapp.com/",alpha:!0},custom:{name:"Custom",beta:!0,homepage:"https://immersivetranslate.com/docs/services/custom/",titleKey:"description.custom",allProps:[{name:"url",label:"API URL",required:!0,type:"text"},{name:"langs",required:!1,labelKey:"field.langs",type:"textarea",default:"zh-CN,en",optional:!0},{name:"placeholderDelimiters",required:!1,labelKey:"field.placeholderDelimiters",type:"text",default:Rg,optional:!0},{name:"limit",required:!1,labelKey:"field.limitPerSecond",descriptionKey:"description.generalLimitPerSecond",type:"number",default:5,optional:!0},{name:"maxTextLengthPerRequest",required:!1,labelKey:"field.maxTextLengthPerRequest",descriptionKey:"description.maxTextLengthPerRequest",type:"number",default:1200,optional:!0},{name:"maxTextGroupLengthPerRequest",required:!1,labelKey:"field.maxTextGroupLengthPerRequest",descriptionKey:"description.maxTextGroupLengthPerRequest",type:"number",default:1,optional:!0}]},mock:{name:"Mock",homepage:"https://www.google.com"},mock2:{name:"Mock2",homepage:"https://www.google.com"},tenAlpha:{name:"TenAlpha",homepage:"https://fanyi.qq.com/",alpha:!0},you:{name:"You",alpha:!0,homepage:"https://youdao.com/"},openl:{name:"Openl",homepage:"https://openl.club/",docUrl:"https://immersivetranslate.com/docs/services/openL/",allProps:[...jl,{type:"password",name:"apikey",required:!0}],props:jl},volcAlpha:{name:"Volc Alpha",alpha:!0,homepage:"https://www.volcengine.com/"},d:{name:"D () ",canary:!0,homepage:"https://www.deepl.com/translator"},dpro:{name:"DPro (Canary) ",canary:!0,homepage:"https://www.deepl.com/translator"},deeplx:{name:"DeepLX (Beta)",beta:!0,homepage:"https://www.deepl.com/translator",allProps:[{name:"url",label:"API URL",required:!0,type:"text"},{name:"limit",required:!1,labelKey:"field.limitPerSecond",descriptionKey:"description.generalLimitPerSecond",type:"number",default:5,optional:!0},{name:"maxTextLengthPerRequest",required:!1,labelKey:"field.maxTextLengthPerRequest",descriptionKey:"description.maxTextLengthPerRequest",type:"number",default:1200,optional:!0},{name:"maxTextGroupLengthPerRequest",required:!1,labelKey:"field.maxTextGroupLengthPerRequest",descriptionKey:"description.maxTextGroupLengthPerRequest",type:"number",default:1,optional:!0}]},niu:{name:"niutrans",homepage:"https://niutrans.com/",docUrl:"https://immersivetranslate.com/docs/services/niu",allProps:[{name:"APIKEY",required:!0,type:"password"}]}},RD={type:W+"ChildFrameToRootFrameIdentifier"};var ND=ut()?"https://dash.immersivetranslate.com/#general":"http://localhost:8000/dist/userscript/options/#general";var ir="user_info",qD=ut()||jt()?"https://api2.immersivetranslate.com":"https://test-api2.immersivetranslate.com",Ql=ut()||jt()?"https://immersivetranslate.com/accounts/login?from=plugin":"https://test.immersivetranslate.com/accounts/login?from=plugin",UD=Ql+"&utm_source=extension&utm_medium=extension&utm_campaign=error_modal",jD=Ql+"&utm_source=extension&utm_medium=extension&utm_campaign=popup_more",qg=ut()||jt()?"https://immersivetranslate.com/profile":"https://test.immersivetranslate.com/profile",Bi=ut()||jt()?"https://immersivetranslate.com/pricing":"https://test.immersivetranslate.com/pricing",Ug=ut()||jt()?"https://immersivetranslate.com/download/":"https://test.immersivetranslate.com/download/",jg=ut()||jt()?"https://immersivetranslate.com/topup?type=open_ai&":"https://test.immersivetranslate.com/topup?type=open_ai&",Kg=ut()||jt()?"https://immersivetranslate.com/topup?type=deepl&":"https://test.immersivetranslate.com/topup?type=deepl&",KD=Bi+"?utm_source=extension&utm_medium=extension&utm_campaign=popup_more",WD=Ug+"?utm_source=extension&utm_medium=extension&utm_campaign=options_nav",HD=Bi+"?utm_source=extension&utm_medium=extension&utm_campaign=popup_footer",Yl=Bi+"?utm_source=extension&utm_medium=extension&utm_campaign=error_modal",Xl=jg+"utm_source=extension&utm_medium=extension&utm_campaign=error_modal",Zl=Kg+"utm_source=extension&utm_medium=extension&utm_campaign=error_modal",Jl=qg+"?utm_source=extension&utm_medium=extension&utm_campaign=error_modal&upgradeFromTrial=true";var eu=pe().TRANSLATE_FILE_URL,GD=eu+"?utm_source=extension&utm_medium=extension&utm_campaign=options_nav",VD=eu+"?utm_source=extension&utm_medium=extension&utm_campaign=float_ball";var kr=console,Fi=class{#e=performance.now();reset(){this.#e=performance.now()}stop(e){let r=performance.now(),a=Math.round(r-this.#e),n=Xe.green;a>1e4?n=Xe.red:a>1e3&&(n=Xe.yellow),kr.debug(Xe.dim(nr+" TIMING:"),e,"in",n(a+"ms")),this.#e=r}},ra=class{#e=1;get level(){return this.#e}setLevel(e){switch(e){case"debug":this.#e=0;break;case"info":this.#e=1;break;case"warn":this.#e=2;break;case"error":this.#e=3;break;case"fatal":this.#e=4;break}}debug(...e){this.#e<=0&&kr.log(Xe.dim(nr+" DEBUG:"),...e)}v(...e){this.#e<=0}info(...e){this.#e<=1&&kr.log(Xe.green(nr+" INFO:"),...e)}l(...e){this.#e<=1}warn(...e){this.#e<=2&&kr.warn(Xe.yellow(nr+" WARN:"),...e)}error(...e){this.#e<=3&&kr.error(Xe.red(nr+" ERROR:"),...e)}fatal(...e){this.#e<=4&&kr.error(Xe.red(nr+" FATAL:"),...e)}timing(){return this.level===0?new Fi:{reset:()=>{},stop:()=>{}}}},q=new ra;function Kt(t){if(typeof t!="string")return"auto";let e=t.toLowerCase();if(e==="und")return"auto";if(e==="zh"||e.startsWith("zh-hans"))return"zh-CN";if(e.startsWith("zh-hant")||e.startsWith("zh-hk")||e.startsWith("zh-tw"))return"zh-TW";if(e.startsWith("zh-"))return"zh-CN";if(e==="iw")return"he";if(e==="jv")return"jw";let r=ta.map(n=>n.toLowerCase()),a=r.indexOf(e);if(a===-1)if(e.indexOf("-")>=0){e=e.split("-")[0];let n=r.indexOf(e);return n===-1?"auto":ta[n]}else return"auto";else return ta[a]}function zi(t){return!!(t&&t.subscription&&t.subscription.subscriptionStatus==="active")}var Oi="DENO",Xa="CHROME",Za="FIREFOX";function tu(t){let e=Xa;try{let r=navigator?.userAgent||"";/firefox/i.test(r)||typeof InstallTrigger<"u"?e=Za:/deno/i.test(r)&&(e=Oi)}catch{}return t===Xa&&e===Xa||t===Za&&e===Za||t===Oi&&e===Oi}function Mi(){return tu(Xa)}function ru(){return typeof Deno<"u"}function aa(){return tu(Za)}function au(){return Ut()?"monkey":Mi()?"chrome":aa()?"firefox":Ct()?"safari":null}var nu={addListener:()=>{},removeListener:()=>{},hasListener:()=>{}},iu={permissions:{contains:()=>{},request:()=>{}},runtime:{onMessage:nu,openOptionsPage:()=>{},lastError:{message:""}},storage:{sync:{get:()=>{},set:()=>{}}},tabs:{onUpdated:nu,query:()=>{},sendMessage:()=>{}}};var T;ru()?T=iu:T=globalThis.immersiveTranslateBrowserAPI;var ou=W+"SyncStoreKey_";function Pt(t,e){let r=ou+t;return T.storage.sync.get(r).then(a=>a[r]===void 0?e:a[r])}function Wt(t,e){let r=ou+t;return T.storage.sync.set({[r]:e})}var Wg=W+"StoreKey_";function na(t,e){let r=Wg+t;return T.storage.local.get(r).then(a=>a[r]===void 0?e:a[r])}var or=W+"CacheKey_";function Hg(t,e){let r=or+t;return T.storage.local.get(r).then(a=>a[r]===void 0?e:a[r])}function Gg(){let t=T.storage.local.refresh;t&&t()}function Vg(t,e){let r=or+t;return T.storage.local.get(r).then(a=>{if(a[r]===void 0)return e;let{value:n,expired:i}=a[r];return i&&ia.startsWith(or)).filter(a=>a!==or+ir);if(r.length>0)return T.storage.local.remove(r)}}var ia={get:Hg,set:Qg,getExpired:Vg,setExpired:$g,remove:Yg,clear:Xg,refresh:Gg};function Zg(t,e){let r=t;return e&&Object.keys(e).forEach(a=>{let n=e[a];if(n===void 0)return;let i=Jg(a);if(typeof n=="object"||i){let o=n;i&&typeof o=="string"&&(o={tag:"a",href:o,target:"_blank",class:"immersive-translate-link"});let l=`<${a}>`,s=r.indexOf(l);if(s!==-1){let u=o.tag||"a",c=r.indexOf(``);if(c!==-1){let d=r.substring(s+l.length,c),h=Object.keys(o).filter(b=>b!=="tag").map(b=>`${b}="${o[b]}"`).join(" ");r=r.replace(`${l}${d}`,`<${u} ${h}>${d}`)}}}else if(n){let o=new RegExp("{"+a+"}","gm");r=r.replace(o,n.toString())}}),r}function su(t,e,r){let a=t[e];if(!a)return r;if(!r)return"";let n=r.split("."),i="";do{i+=n.shift();let o=a[i];o!==void 0&&(typeof o=="object"||!n.length)?(a=o,i=""):n.length?i+=".":a=r}while(n.length);return a}function Ri(t,e,r,a,n){if(!t.hasOwnProperty(r))return e;let i=su(t,r,e);return i===e&&r!==a&&(i=su(t,a,e)),Zg(i,n)}function Jg(t){if(typeof t=="number")return!0;if(t){let e=parseInt(t);return!isNaN(e)}else return!1}function Ht(t,e,r){return Ri(_t,e,t.config.interfaceLanguage,"en",r)}function lu(t,e){let r=new Date(t),a=r.getFullYear().toString(),n=(r.getMonth()+1).toString().padStart(2,"0"),i=r.getDate().toString().padStart(2,"0"),o=r.getHours().toString().padStart(2,"0"),l=r.getMinutes().toString().padStart(2,"0"),s=r.getSeconds().toString().padStart(2,"0");return e.replace("YYYY",a).replace("MM",n).replace("DD",i).replace("HH",o).replace("mm",l).replace("ss",s)}function uu(t){return new Date(t).getTime()}var Gt=class extends Error{status;constructor(e,r){if(e&&r){super(r),this.name=e;return}super(e)}initNetWork(e){return e&&(this.status=e),this}initStack(e){return e&&(this.stack=e),this}initData(e){return this.data=e,this}data;uiConfig(e){if(!this.message)return{};let r=null;if(r=this.handleProQuota(e)||this.handleUnavailableError(e)||this.handleProUser(e)||this.handleServiceMissingConfig(e)||this.handleNetwork(e)||this.handleFetchError(e),!r){let a=Ht.bind(null,e),n=this.getErrorMsg();r={type:"error",title:a("networkError"),errMsg:a("error.serveUnavailable",{serverName:a("translationServices."+e.translationService),1:"https://dash.immersivetranslate.com/#general",2:"https://immersivetranslate.com/pricing/?utm_source=extension&utm_medium=webpage&utm_campaign=service_error",3:"https://immersivetranslate.com/pricing/?utm_source=extension&utm_medium=webpage&utm_campaign=service_error"})+"

"+a("errorReason",{message:n}),action:"changeService"}}return r}getErrorMsg(){return this.status?this.status<0?this.message:`${this.status}: ${this.message}`:this.message}handleUnavailableError(e){let r=Ht.bind(null,e),a=this.message.startsWith("bingAuth"),n=this.data?.translationService==="transmart"&&this.message.startsWith("Server is busy now");if(a||n)return this.message=this.message.replace("bingAuth:",""),{type:"network",title:r("networkError"),errMsg:r("error.serveUnavailable",{serverName:r("translationServices."+e.translationService),1:"https://dash.immersivetranslate.com/#general",2:"https://immersivetranslate.com/pricing/?utm_source=extension&utm_medium=webpage&utm_campaign=service_error",3:"https://immersivetranslate.com/pricing/?utm_source=extension&utm_medium=webpage&utm_campaign=service_error"})+"

"+r("errorReason",{message:this.message}),action:"changeService"}}handleServiceMissingConfig(e){let r=Ht.bind(null,e);if(this.message.endsWith(" are required")||this.message.includes("You didn't provide an API key"))return{type:"configError",title:r("error.serveConfigError"),errMsg:this.getErrorMsg()+"

"+r("error.reloadPageOfSetting"),action:"setting"}}handleNetwork(e){let r=Ht.bind(null,e),a="retry",n="network",i=r("networkError");if(!this.status||this.status<0)return;let o=this.getErrorMsg();return this.status===429?this.data?.translationService=="google"?o=`${r("error.googleLimitIp")}

${o}`:this.data?.translationService=="openai"&&(this.message.indexOf("Limit: 3 / min")>=0||this.message.includes("rate_limit_exceeded")&&this.message.includes("Limit 3"))?o=`${r("error.openAIFreeLimit")}

+{{text}}`,optional:!0},{name:"multiplePrompt",label:"Multiple Prompt",required:!1,descriptionKey:"description.multiplePrompt",type:"textarea",default:"",optional:!0},{name:"subtitlePrompt",label:"Subtitle Prompt",required:!1,descriptionKey:"description.subtitlePrompt",type:"textarea",default:"",optional:!0}]},yandex:{name:"Yandex",homepage:"https://translate.yandex.com/"},gemini:{name:"Gemini",homepage:"https://makersuite.google.com/",docUrl:"https://immersivetranslate.com/docs/services/gemini/",beta:!0,allProps:[{name:"APIKEY",providers:["custom"],required:!0,type:"password"},{name:"model",labelKey:"field.model",descriptionKey:"description.model",optional:!0,required:!1,type:"model-select",options:[{label:"gemini-1.0-pro-latest",value:"gemini-1.0-pro-latest"}]},{name:"limit",required:!1,optional:!0,labelKey:"field.limitPerSecond",descriptionKey:"description.generalLimitPerSecond",descriptionLink1:"https://immersivetranslate.com/docs/services/openai/",type:"number",default:1},{name:"maxTextLengthPerRequest",required:!1,labelKey:"field.maxTextLengthPerRequest",descriptionKey:"description.maxTextLengthPerRequest",type:"number",default:1200,optional:!0},{name:"maxTextGroupLengthPerRequest",required:!1,labelKey:"field.maxTextGroupLengthPerRequest",descriptionKey:"description.maxTextGroupLengthPerRequest",type:"number",default:3,optional:!0},{name:"apiUrl",labelKey:"field.apiUrl",required:!1,type:"text",default:"https://generativelanguage.googleapis.com/v1beta/models/{model}:generateContent?key={key}",descriptionKey:"description.apiUrl",descriptionLink1:"https://immersivetranslate.com/docs/services/gemini/",optional:!0},{name:"prompt",label:"Prompt",required:!1,descriptionKey:"description.prompt",type:"textarea",default:"",optional:!0},{name:"multiplePrompt",label:"Multiple Prompt",required:!1,descriptionKey:"description.multiplePrompt",type:"textarea",default:"",optional:!0},{name:"subtitlePrompt",label:"Subtitle Prompt",required:!1,descriptionKey:"description.subtitlePrompt",type:"textarea",default:"",optional:!0}]},claude:{name:"Claude",homepage:"https://www.anthropic.com/",docUrl:"https://immersivetranslate.com/docs/services/claude/",allProps:[{name:"APIKEY",providers:["custom"],required:!0,type:"password"},{name:"model",labelKey:"field.model",descriptionKey:"description.model",optional:!0,required:!1,type:"model-select",default:"claude-3-haiku-20240307",options:[{label:"claude-3-haiku-20240307",value:"claude-3-haiku-20240307"},{label:"claude-3-sonnet-20240229",value:"claude-3-sonnet-20240229"},{label:"claude-3-opus-20240229",value:"claude-3-opus-20240229"},{label:"claude-2.1",value:"claude-2.1"}]},{name:"limit",required:!1,optional:!0,labelKey:"field.limitPerSecond",descriptionKey:"description.generalLimitPerSecond",descriptionLink1:"https://immersivetranslate.com/docs/services/openai/",type:"number",default:1},{name:"maxTextLengthPerRequest",required:!1,labelKey:"field.maxTextLengthPerRequest",descriptionKey:"description.maxTextLengthPerRequest",type:"number",default:1200,optional:!0},{name:"maxTextGroupLengthPerRequest",required:!1,labelKey:"field.maxTextGroupLengthPerRequest",descriptionKey:"description.maxTextGroupLengthPerRequest",type:"number",default:10,optional:!0},{name:"apiUrl",labelKey:"field.apiUrl",required:!1,type:"text",default:"https://api.anthropic.com/v1/messages",descriptionKey:"description.apiUrl",descriptionLink1:"https://immersivetranslate.com/docs/services/claude/",optional:!0},{name:"systemPrompt",label:"System Prompt",required:!1,descriptionKey:"description.systemPrompt",type:"textarea",optional:!0,default:"You are a translation engine, you can only translate text and cannot interpret it, and do not explain."},{name:"prompt",label:"Prompt",required:!1,descriptionKey:"description.prompt",type:"textarea",default:"",optional:!0},{name:"multiplePrompt",label:"Multiple Prompt",required:!1,descriptionKey:"description.multiplePrompt",type:"textarea",default:"",optional:!0},{name:"subtitlePrompt",label:"Subtitle Prompt",required:!1,descriptionKey:"description.subtitlePrompt",type:"textarea",default:"",optional:!0}]},transmart:{name:"Transmart",homepage:"https://transmart.qq.com/"},youdao:{name:"Youdao",homepage:"https://youdao.com/",docUrl:"https://immersivetranslate.com/docs/services/youdao/",allProps:[{name:"appId",required:!0,type:"text"},{name:"appSecret",required:!0,type:"password"},{name:"limit",required:!1,labelKey:"field.limitPerSecond",descriptionKey:"description.generalLimitPerSecond",type:"number",default:5,optional:!0},{name:"maxTextLengthPerRequest",required:!1,labelKey:"field.maxTextLengthPerRequest",descriptionKey:"description.maxTextLengthPerRequest",type:"number",default:1200,optional:!0},{name:"maxTextGroupLengthPerRequest",required:!1,labelKey:"field.maxTextGroupLengthPerRequest",descriptionKey:"description.maxTextGroupLengthPerRequest",type:"number",default:200,optional:!0},{name:"domain",required:!1,labelKey:"field.domain",descriptionKey:"description.domain",descriptionLink1:"https://fanyi.youdao.com/openapi/",type:"text",default:"general",optional:!0},{name:"vocabId",required:!1,labelKey:"field.vocabId",descriptionKey:"description.vocabId",type:"text",default:"",optional:!0}]},tencent:{name:"Tencent",homepage:"https://fanyi.qq.com/",docUrl:"https://immersivetranslate.com/docs/services/tencent/",allProps:[{name:"secretId",required:!0,type:"text"},{name:"secretKey",required:!0,type:"password"}]},aliyun:{name:"Aliyun",homepage:"https://translate.alibaba.com/",docUrl:"https://immersivetranslate.com/docs/services/aliyun/",allProps:[{name:"AccessKeyID",required:!0,type:"text"},{name:"AccessKeySecret",required:!0,type:"password"},{name:"scene",labelKey:"field.scene",descriptionKey:"description.scene",descriptionLink1:"https://help.aliyun.com/document_detail/158267.html",required:!1,optional:!0,type:"text",default:"general"}]},azure:{name:"azure",homepage:"https://learn.microsoft.com/en-us/azure/cognitive-services/translator/text-translation-overview",docUrl:"https://immersivetranslate.com/docs/services/azure/",allProps:[{name:"region",required:!1,default:"eastasia",type:"text"},{name:"APIKEY",required:!0,type:"password"},{name:"apiUrl",labelKey:"field.apiUrl",required:!1,type:"text",default:"https://api.cognitive.microsofttranslator.com/",descriptionKey:"description.azureApiUrl",optional:!0}]},papago:{name:"Papago",homepage:"https://translate.google.com/",canary:!0},baidu:{name:"Baidu",homepage:"https://fanyi.baidu.com/",docUrl:"https://immersivetranslate.com/docs/services/baidu/",allProps:[{name:"appid",required:!0,type:"text"},{name:"key",required:!0,type:"password"},{name:"limit",required:!1,labelKey:"field.limitPerSecond",descriptionKey:"description.generalLimitPerSecond",type:"number",default:1,optional:!0},{name:"maxTextLengthPerRequest",required:!1,labelKey:"field.maxTextLengthPerRequest",descriptionKey:"description.maxTextLengthPerRequest",type:"number",default:1800,optional:!0},{name:"maxTextGroupLengthPerRequest",required:!1,labelKey:"field.maxTextGroupLengthPerRequest",descriptionKey:"description.maxTextGroupLengthPerRequest",type:"number",default:8,optional:!0},{name:"action",required:!1,labelKey:"field.action",descriptionKey:"description.action",descriptionLink1:"https://fanyi-api.baidu.com/doc/21",type:"boolean",default:!1,optional:!0},{name:"domain",required:!1,labelKey:"field.domain",descriptionKey:"description.baiduField",descriptionLink1:"https://fanyi-api.baidu.com/doc/22",type:"text",default:"",optional:!0}]},volc:{name:"Volc",homepage:"https://www.volcengine.com/",docUrl:"https://immersivetranslate.com/docs/services/volcano/",allProps:[{name:"accessKeyId",required:!0,type:"text"},{name:"secretAccessKey",required:!0,type:"password"},{name:"limit",required:!1,labelKey:"field.limitPerSecond",descriptionKey:"description.generalLimitPerSecond",type:"number",default:5,optional:!0},{name:"maxTextLengthPerRequest",required:!1,labelKey:"field.maxTextLengthPerRequest",descriptionKey:"description.maxTextLengthPerRequest",type:"number",default:1800,optional:!0},{name:"maxTextGroupLengthPerRequest",required:!1,labelKey:"field.maxTextGroupLengthPerRequest",descriptionKey:"description.maxTextGroupLengthPerRequest",type:"number",default:8,optional:!0}]},caiyun:{name:"Caiyun",homepage:"https://fanyi.caiyunapp.com/",docUrl:"https://immersivetranslate.com/docs/services/caiyun/",allProps:[{name:"token",required:!0,type:"password"}]},cai:{name:"Cai",homepage:"https://fanyi.caiyunapp.com/",alpha:!0},custom:{name:"Custom",beta:!0,homepage:"https://immersivetranslate.com/docs/services/custom/",titleKey:"description.custom",allProps:[{name:"url",label:"API URL",required:!0,type:"text"},{name:"langs",required:!1,labelKey:"field.langs",type:"textarea",default:"zh-CN,en",optional:!0},{name:"placeholderDelimiters",required:!1,labelKey:"field.placeholderDelimiters",type:"text",default:Rg,optional:!0},{name:"limit",required:!1,labelKey:"field.limitPerSecond",descriptionKey:"description.generalLimitPerSecond",type:"number",default:5,optional:!0},{name:"maxTextLengthPerRequest",required:!1,labelKey:"field.maxTextLengthPerRequest",descriptionKey:"description.maxTextLengthPerRequest",type:"number",default:1200,optional:!0},{name:"maxTextGroupLengthPerRequest",required:!1,labelKey:"field.maxTextGroupLengthPerRequest",descriptionKey:"description.maxTextGroupLengthPerRequest",type:"number",default:1,optional:!0}]},mock:{name:"Mock",homepage:"https://www.google.com"},mock2:{name:"Mock2",homepage:"https://www.google.com"},tenAlpha:{name:"TenAlpha",homepage:"https://fanyi.qq.com/",alpha:!0},you:{name:"You",alpha:!0,homepage:"https://youdao.com/"},openl:{name:"Openl",homepage:"https://openl.club/",docUrl:"https://immersivetranslate.com/docs/services/openL/",allProps:[...jl,{type:"password",name:"apikey",required:!0}],props:jl},volcAlpha:{name:"Volc Alpha",alpha:!0,homepage:"https://www.volcengine.com/"},d:{name:"D () ",canary:!0,homepage:"https://www.deepl.com/translator"},dpro:{name:"DPro (Canary) ",canary:!0,homepage:"https://www.deepl.com/translator"},deeplx:{name:"DeepLX (Beta)",beta:!0,homepage:"https://www.deepl.com/translator",allProps:[{name:"url",label:"API URL",required:!0,type:"text"},{name:"limit",required:!1,labelKey:"field.limitPerSecond",descriptionKey:"description.generalLimitPerSecond",type:"number",default:5,optional:!0},{name:"maxTextLengthPerRequest",required:!1,labelKey:"field.maxTextLengthPerRequest",descriptionKey:"description.maxTextLengthPerRequest",type:"number",default:1200,optional:!0},{name:"maxTextGroupLengthPerRequest",required:!1,labelKey:"field.maxTextGroupLengthPerRequest",descriptionKey:"description.maxTextGroupLengthPerRequest",type:"number",default:1,optional:!0}]},niu:{name:"niutrans",homepage:"https://niutrans.com/",docUrl:"https://immersivetranslate.com/docs/services/niu",allProps:[{name:"APIKEY",required:!0,type:"password"}]}},RD={type:W+"ChildFrameToRootFrameIdentifier"};var ND=ut()?"https://dash.immersivetranslate.com/#general":"http://localhost:8000/dist/userscript/options/#general";var ir="user_info",qD=ut()||jt()?"https://api2.immersivetranslate.com":"https://test-api2.immersivetranslate.com",Ql=ut()||jt()?"https://immersivetranslate.com/accounts/login?from=plugin":"https://test.immersivetranslate.com/accounts/login?from=plugin",UD=Ql+"&utm_source=extension&utm_medium=extension&utm_campaign=error_modal",jD=Ql+"&utm_source=extension&utm_medium=extension&utm_campaign=popup_more",qg=ut()||jt()?"https://immersivetranslate.com/profile":"https://test.immersivetranslate.com/profile",Ii=ut()||jt()?"https://immersivetranslate.com/pricing":"https://test.immersivetranslate.com/pricing",Ug=ut()||jt()?"https://immersivetranslate.com/download/":"https://test.immersivetranslate.com/download/",jg=ut()||jt()?"https://immersivetranslate.com/topup?type=open_ai&":"https://test.immersivetranslate.com/topup?type=open_ai&",Kg=ut()||jt()?"https://immersivetranslate.com/topup?type=deepl&":"https://test.immersivetranslate.com/topup?type=deepl&",KD=Ii+"?utm_source=extension&utm_medium=extension&utm_campaign=popup_more",WD=Ug+"?utm_source=extension&utm_medium=extension&utm_campaign=options_nav",HD=Ii+"?utm_source=extension&utm_medium=extension&utm_campaign=popup_footer",Yl=Ii+"?utm_source=extension&utm_medium=extension&utm_campaign=error_modal",Xl=jg+"utm_source=extension&utm_medium=extension&utm_campaign=error_modal",Zl=Kg+"utm_source=extension&utm_medium=extension&utm_campaign=error_modal",Jl=qg+"?utm_source=extension&utm_medium=extension&utm_campaign=error_modal&upgradeFromTrial=true";var eu=pe().TRANSLATE_FILE_URL,GD=eu+"?utm_source=extension&utm_medium=extension&utm_campaign=options_nav",VD=eu+"?utm_source=extension&utm_medium=extension&utm_campaign=float_ball";var kr=console,Fi=class{#e=performance.now();reset(){this.#e=performance.now()}stop(e){let r=performance.now(),a=Math.round(r-this.#e),n=Xe.green;a>1e4?n=Xe.red:a>1e3&&(n=Xe.yellow),kr.debug(Xe.dim(nr+" TIMING:"),e,"in",n(a+"ms")),this.#e=r}},ra=class{#e=1;get level(){return this.#e}setLevel(e){switch(e){case"debug":this.#e=0;break;case"info":this.#e=1;break;case"warn":this.#e=2;break;case"error":this.#e=3;break;case"fatal":this.#e=4;break}}debug(...e){this.#e<=0&&kr.log(Xe.dim(nr+" DEBUG:"),...e)}v(...e){this.#e<=0}info(...e){this.#e<=1&&kr.log(Xe.green(nr+" INFO:"),...e)}l(...e){this.#e<=1}warn(...e){this.#e<=2&&kr.warn(Xe.yellow(nr+" WARN:"),...e)}error(...e){this.#e<=3&&kr.error(Xe.red(nr+" ERROR:"),...e)}fatal(...e){this.#e<=4&&kr.error(Xe.red(nr+" FATAL:"),...e)}timing(){return this.level===0?new Fi:{reset:()=>{},stop:()=>{}}}},q=new ra;function Kt(t){if(typeof t!="string")return"auto";let e=t.toLowerCase();if(e==="und")return"auto";if(e==="zh"||e.startsWith("zh-hans"))return"zh-CN";if(e.startsWith("zh-hant")||e.startsWith("zh-hk")||e.startsWith("zh-tw"))return"zh-TW";if(e.startsWith("zh-"))return"zh-CN";if(e==="iw")return"he";if(e==="jv")return"jw";let r=ta.map(n=>n.toLowerCase()),a=r.indexOf(e);if(a===-1)if(e.indexOf("-")>=0){e=e.split("-")[0];let n=r.indexOf(e);return n===-1?"auto":ta[n]}else return"auto";else return ta[a]}function zi(t){return!!(t&&t.subscription&&t.subscription.subscriptionStatus==="active")}var Oi="DENO",Xa="CHROME",Za="FIREFOX";function tu(t){let e=Xa;try{let r=navigator?.userAgent||"";/firefox/i.test(r)||typeof InstallTrigger<"u"?e=Za:/deno/i.test(r)&&(e=Oi)}catch{}return t===Xa&&e===Xa||t===Za&&e===Za||t===Oi&&e===Oi}function Mi(){return tu(Xa)}function ru(){return typeof Deno<"u"}function aa(){return tu(Za)}function au(){return Ut()?"monkey":Mi()?"chrome":aa()?"firefox":Ct()?"safari":null}var nu={addListener:()=>{},removeListener:()=>{},hasListener:()=>{}},iu={permissions:{contains:()=>{},request:()=>{}},runtime:{onMessage:nu,openOptionsPage:()=>{},lastError:{message:""}},storage:{sync:{get:()=>{},set:()=>{}}},tabs:{onUpdated:nu,query:()=>{},sendMessage:()=>{}}};var T;ru()?T=iu:T=globalThis.immersiveTranslateBrowserAPI;var ou=W+"SyncStoreKey_";function Pt(t,e){let r=ou+t;return T.storage.sync.get(r).then(a=>a[r]===void 0?e:a[r])}function Wt(t,e){let r=ou+t;return T.storage.sync.set({[r]:e})}var Wg=W+"StoreKey_";function na(t,e){let r=Wg+t;return T.storage.local.get(r).then(a=>a[r]===void 0?e:a[r])}var or=W+"CacheKey_";function Hg(t,e){let r=or+t;return T.storage.local.get(r).then(a=>a[r]===void 0?e:a[r])}function Gg(){let t=T.storage.local.refresh;t&&t()}function Vg(t,e){let r=or+t;return T.storage.local.get(r).then(a=>{if(a[r]===void 0)return e;let{value:n,expired:i}=a[r];return i&&ia.startsWith(or)).filter(a=>a!==or+ir);if(r.length>0)return T.storage.local.remove(r)}}var ia={get:Hg,set:Qg,getExpired:Vg,setExpired:$g,remove:Yg,clear:Xg,refresh:Gg};function Zg(t,e){let r=t;return e&&Object.keys(e).forEach(a=>{let n=e[a];if(n===void 0)return;let i=Jg(a);if(typeof n=="object"||i){let o=n;i&&typeof o=="string"&&(o={tag:"a",href:o,target:"_blank",class:"immersive-translate-link"});let l=`<${a}>`,s=r.indexOf(l);if(s!==-1){let u=o.tag||"a",c=r.indexOf(``);if(c!==-1){let d=r.substring(s+l.length,c),h=Object.keys(o).filter(b=>b!=="tag").map(b=>`${b}="${o[b]}"`).join(" ");r=r.replace(`${l}${d}`,`<${u} ${h}>${d}`)}}}else if(n){let o=new RegExp("{"+a+"}","gm");r=r.replace(o,n.toString())}}),r}function su(t,e,r){let a=t[e];if(!a)return r;if(!r)return"";let n=r.split("."),i="";do{i+=n.shift();let o=a[i];o!==void 0&&(typeof o=="object"||!n.length)?(a=o,i=""):n.length?i+=".":a=r}while(n.length);return a}function Ri(t,e,r,a,n){if(!t.hasOwnProperty(r))return e;let i=su(t,r,e);return i===e&&r!==a&&(i=su(t,a,e)),Zg(i,n)}function Jg(t){if(typeof t=="number")return!0;if(t){let e=parseInt(t);return!isNaN(e)}else return!1}function Ht(t,e,r){return Ri(_t,e,t.config.interfaceLanguage,"en",r)}function lu(t,e){let r=new Date(t),a=r.getFullYear().toString(),n=(r.getMonth()+1).toString().padStart(2,"0"),i=r.getDate().toString().padStart(2,"0"),o=r.getHours().toString().padStart(2,"0"),l=r.getMinutes().toString().padStart(2,"0"),s=r.getSeconds().toString().padStart(2,"0");return e.replace("YYYY",a).replace("MM",n).replace("DD",i).replace("HH",o).replace("mm",l).replace("ss",s)}function uu(t){return new Date(t).getTime()}var Gt=class extends Error{status;constructor(e,r){if(e&&r){super(r),this.name=e;return}super(e)}initNetWork(e){return e&&(this.status=e),this}initStack(e){return e&&(this.stack=e),this}initData(e){return this.data=e,this}data;uiConfig(e){if(!this.message)return{};let r=null;if(r=this.handleProQuota(e)||this.handleUnavailableError(e)||this.handleProUser(e)||this.handleServiceMissingConfig(e)||this.handleNetwork(e)||this.handleFetchError(e),!r){let a=Ht.bind(null,e),n=this.getErrorMsg();r={type:"error",title:a("networkError"),errMsg:a("error.serveUnavailable",{serverName:a("translationServices."+e.translationService),1:"https://dash.immersivetranslate.com/#general",2:"https://immersivetranslate.com/pricing/?utm_source=extension&utm_medium=webpage&utm_campaign=service_error",3:"https://immersivetranslate.com/pricing/?utm_source=extension&utm_medium=webpage&utm_campaign=service_error"})+"

"+a("errorReason",{message:n}),action:"changeService"}}return r}getErrorMsg(){return this.status?this.status<0?this.message:`${this.status}: ${this.message}`:this.message}handleUnavailableError(e){let r=Ht.bind(null,e),a=this.message.startsWith("bingAuth"),n=this.data?.translationService==="transmart"&&this.message.startsWith("Server is busy now");if(a||n)return this.message=this.message.replace("bingAuth:",""),{type:"network",title:r("networkError"),errMsg:r("error.serveUnavailable",{serverName:r("translationServices."+e.translationService),1:"https://dash.immersivetranslate.com/#general",2:"https://immersivetranslate.com/pricing/?utm_source=extension&utm_medium=webpage&utm_campaign=service_error",3:"https://immersivetranslate.com/pricing/?utm_source=extension&utm_medium=webpage&utm_campaign=service_error"})+"

"+r("errorReason",{message:this.message}),action:"changeService"}}handleServiceMissingConfig(e){let r=Ht.bind(null,e);if(this.message.endsWith(" are required")||this.message.includes("You didn't provide an API key"))return{type:"configError",title:r("error.serveConfigError"),errMsg:this.getErrorMsg()+"

"+r("error.reloadPageOfSetting"),action:"setting"}}handleNetwork(e){let r=Ht.bind(null,e),a="retry",n="network",i=r("networkError");if(!this.status||this.status<0)return;let o=this.getErrorMsg();return this.status===429?this.data?.translationService=="google"?o=`${r("error.googleLimitIp")}

${o}`:this.data?.translationService=="openai"&&(this.message.indexOf("Limit: 3 / min")>=0||this.message.includes("rate_limit_exceeded")&&this.message.includes("Limit 3"))?o=`${r("error.openAIFreeLimit")}

${o}`:this.data?.translationService=="openai"&&this.message.includes("You exceeded your current quota")?o=`${r("error.openAIExceededQuota")}

${o}`:this.data?.translationService=="gemini"&&this.message.includes("RESOURCE_EXHAUSTED")?o=`${r("error.gemini.429")}

${o}`:o=`${r("error.429")}

${o}`:this.status===403?this.data?.translationService=="claude"?o=`${r("error.claude.403")}

${o}`:o=`${r("error.403")}

${o}`:this.status===400?o=`${r("error.400")}

${o}`:this.status===502?o=`${r("error.502")}

${o}`:this.status===404&&o.includes("User subscription not found")&&(o=`${r("error.subscriptionExpired")}

${o}`,a="setting",n="configError",i=r("error.subscriptionExpiredTitle")),{type:n,title:i,errMsg:o,action:a}}handleFetchError(e){let r=Ht.bind(null,e);if(this.status!==-999)return;let a=this.getErrorMsg();return{type:"network",title:"",errMsg:r("error.serveUnavailable",{serverName:r("translationServices."+e.translationService),1:"https://dash.immersivetranslate.com/#general",2:"https://immersivetranslate.com/pricing/?utm_source=extension&utm_medium=webpage&utm_campaign=service_error",3:"https://immersivetranslate.com/pricing/?utm_source=extension&utm_medium=webpage&utm_campaign=service_error"})+"

"+r("errorReason",{message:a}),action:"changeService"}}handleProUser(e){let r=Ht.bind(null,e);if(!(this.data?.translationService!=="openai"&&this.data?.translationService!=="deepl")){if(this.message.indexOf("token invalid")>=0||this.message.indexOf("Login required")>=0)return{type:"notLogin",title:r("notLoginPro"),errMsg:r("error.proTokenInvalid"),action:"login"};if(this.message.indexOf("activate Pro")>=0)return e.user?{type:"upgrade",title:r("upgradeToProErrorTitle"),errMsg:r("error.proUpgrade"),action:"upgrade"}:{type:"notLogin",title:r("notLoginPro"),errMsg:r("error.proTokenInvalid"),action:"login"}}}handleProQuota(e){if(!this.message.startsWith("ProQuota:")||!e.user?.subscription)return;let r=Ht.bind(null,e);this.message=this.message.replace("ProQuota:","");let a=this.message;try{a=JSON.parse(this.message).error}catch{}let n=e.user.subscription,{subscriptionType:i,isTrial:o,openAITokenUsedCountResetTime:l,subscriptionTo:s}=n;return{type:"ProQuotaExceeded",title:"",errMsg:c.call(this),action:"retry"};function c(){let d=this.data?.translationService=="deepl"?"OpenAI":"Deepl",h=this.data?.translationService=="deepl"?"Deepl":"OpenAI",b=r("errorReason",{message:a});if(i=="onetime_7day")b+=r("proQuotaExceededError.onetime7day",{anotherService:d,brandId:Se,href:Yl});else{let E="";h=="OpenAI"?E=Xl:E=Zl,o?b+=r("proQuotaExceededError.trial",{anotherService:d,brandId:Se,href:Jl}):b+=r("proQuotaExceededError.nonTrial",{anotherService:d,brandId:Se,href:E,translationService:h}),!o&&(n.cancelAtPeriodEnd==="false"||uu(s)>l)&&(b+=r("proQuotaExceededError.resetTime",{resetTime:lu(l,"YYYY-MM-DD HH:mm:ss")}))}return b}}};async function Ja(t){let e;if(t&&t.retry&&t.retry>0)try{e=await vn(cu.bind(null,t),{multiplier:2,maxAttempts:t.retry})}catch(r){throw r&&r.name==="RetryError"&&r.cause?r.cause:r}else e=await cu(t);return e}async function cu(t){t.body;let{url:e,responseType:r,...a}=t;r||(r="json"),a={mode:"cors",...a};let n=!0;t.fetchPolyfill&&(n=!1);let i=t.fetchPolyfill||fetch,o=3e4;if(t.timeout&&(o=t.timeout),n){let s=new AbortController,u=s.signal;setTimeout(()=>{s.abort()},o),a.signal=u}let l;try{l=await i(e,a)}catch(s){q.debug("fetch error",e,s);let u=s.message||"Unknown Error";throw new Gt("fetchError",u).initNetWork(-999).initStack(s.stack)}if(l.ok&&l.status>=200&&l.status<400){if(r==="json")return await l.json();if(r==="text")return await l.text();if(r==="raw"){let s=await l.text(),u=Object.fromEntries([...l.headers.entries()]),c=l.url;return c||(l.headers.get("X-Final-URL")?c=l.headers.get("X-Final-URL"):c=e),{body:s,headers:u,status:l.status,statusText:l.statusText,url:c}}else if(r==="stream"){let s="",u;if(l.body&&l.body instanceof ReadableStream)for await(let c of eh(l.body)){let d=new TextDecoder().decode(c);s+=d;let h;for(;(h=s.indexOf(` -`))>=0;){let b=s.slice(0,h).trim();if(s=s.slice(h+1),b.startsWith("event:")||b==="")continue;let E="";if(b.startsWith("data:")&&(E=b.slice(5).trim()),E==="[DONE]")break;let ne;try{ne=JSON.parse(E??"")}catch(V){q.debug("json error",V);continue}u=ne}}return u}}else{let s;try{s=await l.text()}catch(b){q.error("parse response failed",b)}s&&q.error("fail response",s);let u="";s&&(u=s.slice(0,500));let c=u,h=new URL(e).hostname.endsWith(".immersivetranslate.com");throw e.endsWith("edge.microsoft.com/translate/auth")&&(c="bingAuth:"+u),h&&u.includes("quota exceeded")&&(c="ProQuota:"+u),new Gt("fetchError",c).initNetWork(l.status)}}async function*eh(t){let e=t.getReader();try{for(;;){let{done:r,value:a}=await e.read();if(r)return;yield a}}finally{e.releaseLock()}}var th=new Map;function du(t){let e=rh(64),r=new CustomEvent(Hl,{detail:JSON.stringify({...t,type:"ask",id:e})});return document.dispatchEvent(r),new Promise((a,n)=>{th.set(e,(i,o)=>{i?n(i):a(o)})})}function rh(t){let e="",r="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789",a=r.length,n=0;for(;n","file:///*","*://*/*"],js:["content_script.js"],run_at:"document_end",all_frames:!0},{matches:["","file:///*","*://*/*"],js:["content_start.js"],run_at:"document_start",all_frames:!0}],commands:{toggleTranslatePage:{suggested_key:{default:"Alt+A"},description:"__MSG_toggleTranslatePage__"},toggleTranslateTheWholePage:{suggested_key:{default:"Alt+W"},description:"__MSG_toggleTranslateTheWholePage__"},toggleOnlyTransation:{description:"__MSG_toggleOnlyTransation__"},toggleTranslateToThePageEndImmediately:{description:"__MSG_toggleTranslateToThePageEndImmediately__"},toggleTranslateTheMainPage:{description:"__MSG_toggleTranslateTheMainPage__"},toggleTranslationMask:{description:"__MSG_toggleTranslationMask__"},shareToDraft:{description:"__MSG_shareToDraft__"},toggleMouseHoverTranslateDirectly:{description:"__MSG_toggleMouseHoverTranslateDirectly__"},translateWithOpenAI:{description:"__MSG_translateWithOpenAI__"},translateWithDeepL:{description:"__MSG_translateWithDeepL__"},translateWithGoogle:{description:"__MSG_translateWithGoogle__"},translateWithTransmart:{description:"__MSG_translateWithTransmart__"},translateWithGemini:{description:"__MSG_translateWithGemini__"},translateWithBing:{description:"__MSG_translateWithBing__"},translateInputBox:{description:"__MSG_translateInputBox__"},toggleVideoSubtitlePreTranslation:{description:"__MSG_toggleVideoSubtitlePreTranslation__"}},options_page:"options.html",options_ui:{page:"options.html",open_in_tab:!0,browser_style:!1},permissions:["storage","activeTab","contextMenus","webRequest","webRequestBlocking","declarativeNetRequestWithHostAccess","declarativeNetRequestFeedback","declarativeNetRequest"],host_permissions:[""],declarative_net_request:{rule_resources:[{id:"ruleset_1",enabled:!0,path:"rules/request_modifier_rule.json"}]},action:{default_popup:"popup.html",default_icon:{"32":"icons/32.png","48":"icons/48.png","64":"icons/64.png","128":"icons/128.png","256":"icons/256.png"}},browser_action:{default_icon:"icons/32.png",default_popup:"popup.html",theme_icons:[{dark:"icons/32.png",light:"icons/dark-32.png",size:32},{dark:"icons/48.png",light:"icons/dark-48.png",size:48},{dark:"icons/64.png",light:"icons/dark-64.png",size:64},{dark:"icons/128.png",light:"icons/dark-128.png",size:128},{dark:"icons/256.png",light:"icons/dark-256.png",size:256}]},icons:{"32":"icons/32.png","48":"icons/48.png","64":"icons/64.png","128":"icons/128.png","256":"icons/256.png"},browser_specific_settings:{gecko:{id:"{5efceaa7-f3a2-4e59-a54b-85319448e305}",strict_min_version:"63.0"},gecko_android:{strict_min_version:"113.0"}},key:"MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA7JPn78UfqI3xIIOPPLPS74UTzLfJL1gQM8hlk/deKWvFP/WqUBnPJPdhQeF45sFpI1OjO70nFqdATT4/RwYAiZK7G/E6m27MDVnhHjszfzReOuoAEn9J3RnE2xEx5pFhRFcelhnwTTLrrn90aaPcaMtNsgXtZA1Ggz/SnX9I4ZygqpJYjx3Ql2t6SyNK222oRQiKMT93Rrjgyc8RFA7FKXsWglG0TvseRjbmG5Jk5gDx+2/YTcWGqCDotQnWnkPj/dBO23UAX7IpyJK3FGYdkvWFih6OVClHIIWY8mfCjjwSGbXNQNesaa9F2hrzBZ5MRTj4m7yj76mGxuPHPIE8mwIDAQAB"};var nh="";function Er(){return nh||pu.version}function mu(){try{let t=[pe().EBOOK_BUILDER_URL,pe().EBOOK_VIEWER_URL,pe().SUBTITLE_BUILDER_URL,pe().HTML_VIEWER_URL,pe().PDF_VIEWER_URL].filter(n=>!!n),e=["app.immersivetranslate.com"];ut()||e.push("localhost:38001");let r=globalThis.location.pathname;return t.find(n=>{let i=new URL(n);return r.startsWith(i.pathname)&&e.includes(i.host)})?!1:globalThis.self!==globalThis.top}catch{return!0}}var oa=new Map,sr=class{fromType;logger;constructor(e,r=!1){this.logger=new ra,r&&this.logger.setLevel("debug"),this.fromType=e,oa.has(e)||(oa.set(e,new Map),T.runtime.onMessage.addListener((a,n,i)=>{let o=a.from,l=a.to,s,u,c;n.tab&&n.tab.id&&(s=n.tab.id,o=`${o}:${s}`,u=n.tab.url,c=n.tab.active),this.logger.debug(`${a.to} received message [${a.payload.method}] from ${a.from}`,a.payload.data?a.payload.data:" ");let d=qi(l),{type:h,name:b}=d;if(h!==e)return!1;let E=qi(o),V=oa.get(h).get(b);if(!V)return this.logger.debug(`no message handler for ${h}:${l}, but it's ok`),!1;let{messageHandler:f,sync:me}=V,z={type:e,name:E.name,id:s,url:u,active:c};if(me){try{let J=f(a.payload,z);i({ok:!0,data:J})}catch(J){i({ok:!1,errorName:J.name,errorMessage:J.message,errorDetails:J.details,errorStatus:J.status})}return!1}else return f(a.payload,z).then(J=>{i({ok:!0,data:J})}).catch(J=>{i({ok:!1,errorName:J.name,errorMessage:J.message,errorDetails:J.message,errorStatus:J.status})}),!0}))}getConnection(e,r,a){let n=!1;a&&a.sync&&(n=!0);let i=this.fromType,o=oa.get(i);if(o.has(e))return o.get(e).connectionInstance;{let l=new Ni(`${i}:${e}`,this.logger);return oa.get(i).set(e,{messageHandler:r,sync:n,connectionInstance:l}),l}}},Ni=class{from;logger;constructor(e,r){this.from=e,this.logger=r}async sendMessage(e,r){let a=qi(e),{type:n,id:i}=a;if(n!=="content_script"){let o={to:e,from:this.from,payload:r};this.logger.debug(`${o.from} send message [${o.payload.method}] to ${o.to}`,o.payload.data?o.payload.data:" ");try{let l=await T.runtime.sendMessage(o);return gu(o,l,this.logger)}catch(l){if(n==="popup"){let s=`popup ${e} is not active, so the message does not send, ignore this error, ${JSON.stringify(r)}`;return this.logger.debug(s,r,e,l),Promise.resolve({message:s})}else throw l}}else{let o={from:this.from,to:e,payload:r};this.logger.debug(`${o.from} send message [${o.payload.method}] to ${o.to}`,o.payload.data?o.payload.data:" ");let l=await T.tabs.sendMessage(i,o);return gu(o,l,this.logger)}}};function gu(t,e,r){if(e){if(e.ok)return r.debug(`${t.from} received response from ${t.to}:`,e.data?e.data:" "),e.data;throw new Gt(e.errorName||"UnknownError",e.errorMessage||"Unknown error").initNetWork(e.errorStatus)}else throw new Gt("noResponse","Unknown error")}function qi(t){let e=t.split(":");if(e.length<2)throw new Error("not a valid to string");let r={type:e[0],name:e[1]};if(e[0]==="content_script"){let a=parseInt(e[2]);if(!isNaN(a))r.id=a;else throw new Error("tab id not a valid number")}return r}var ih="";function Ui(){return ih||globalThis.navigator.userAgent}function hu(){return Ui().includes("ImtFxiOS")}function oh(){return Ui().includes("ImtFxAndroid")}function ji(){let t=Ui();if(hu()||oh()){let e=t.match(/Imt[\w/.]+/);if(e){let r=e[0].split("/"),a=r[0];return r[2]&&(a+="_"+r[2]),{name:a,version:r[1]}}}return null}var en;function sh(){return en||(en=new sr("content_script",!1).getConnection("pure_main",()=>{}),en)}var fu="G-MKMD9LWFTR";async function Tu(t){try{let e=pe(),r=e.INSTALL_FROM==="firefox_store";if(ji()?.name?.startsWith("ImtFx")&&(r=!1),r)return;let n=Ut(),i=mu(),o=e.PROD==="1",l="sitc4WmvShWYwfU0dANM3Q",s=await Pt("fakeUserId","");s||(s=await na("fakeUserId",""),s&&await Wt("fakeUserId",s));let u=Er(),c=new Date,d=await Pt("installedAt","");d||(d=await na("installedAt",""),d&&await Wt("installedAt",d)),s?d||(d=new Date(0).toISOString(),await Wt("installedAt",d)):(s=lh(32),await Wt("fakeUserId",s)),d||(d=c.toISOString(),await Wt("installedAt",d));let h=new Date(d),b=bu(h),E=bu(c),ne=b===E,V=c.getTime()-h.getTime()<7*24*60*60*1e3,f=`https://www.google-analytics.com/mp/collect?measurement_id=${fu}&api_secret=${l}`;o||(f=`https://www.google-analytics.com/debug/mp/collect?measurement_id=${fu}&api_secret=${l}`);let me="";typeof navigator<"u"&&(me=window.navigator.userAgent);let z=ya.parse(me),J=t.map(C=>{let g=C.params||{};if(z.os&&(g.os_name=z.os.name||"unknown",g.os_version=z.os.version||"unknown",g.os_version_name=z.os.versionName||"unknown"),z.browser){g.browser_name=z.browser.name||"unknown",g.browser_version=z.browser.version||"unknown";let S=ji();S&&(g.browser_name=S.name,g.browser_version=S.version)}return z.platform&&(g.platform_type=z.platform.type||"unknown"),z.engine&&(g.engine_name=z.engine.name||"unknown",g.engine_version=z.engine.version||"unknown"),u&&(g.version=u),e.INSTALL_FROM&&(g.install_from=e.INSTALL_FROM),b&&(g.install_day=uh(h)),g.userscript=n.toString(),ne?g.is_new_user_today="1":g.is_new_user_today="0",V?g.is_new_user_this_week="1":g.is_new_user_this_week="0",i?g.main_frame=0:g.main_frame=1,{...C,params:g}}),ue=await dh({responseType:"text",url:f,method:"POST",body:JSON.stringify({client_id:s,user_id:s,events:J})})}catch{}}function lh(t){let e="",r="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789",a=r.length,n=0;for(;n",""],limit:5},custom:{placeholderDelimiters:["{","}"]},bing:{maxTextLengthPerRequest:1800,requestTimeout:1e4,retry:1,placeholderDelimiters:["","","b"]},yandex:{maxTextLengthPerRequest:1e3,requestTimeout:1e4,retry:1,placeholderDelimiters:["","","b"]},deeplx:{limit:3,placeholderDelimiters:["@","#"]},d:{immediateTranslationTextCount:0,placeholderDelimiters:["@","#"]},papago:{placeholderDelimiters:["{","}"]},dpro:{apiUrl:"https://api.deepl.com/jsonrpc"},ai:{env:{imt_source_field:"text",imt_trans_field:"text",imt_sub_source_field:"source",imt_sub_trans_field:"translation",imt_yaml_item:`- id: {{id}} +`))>=0;){let b=s.slice(0,h).trim();if(s=s.slice(h+1),b.startsWith("event:")||b==="")continue;let E="";if(b.startsWith("data:")&&(E=b.slice(5).trim()),E==="[DONE]")break;let ne;try{ne=JSON.parse(E??"")}catch(V){q.debug("json error",V);continue}u=ne}}return u}}else{let s;try{s=await l.text()}catch(b){q.error("parse response failed",b)}s&&q.error("fail response",s);let u="";s&&(u=s.slice(0,500));let c=u,h=new URL(e).hostname.endsWith(".immersivetranslate.com");throw e.endsWith("edge.microsoft.com/translate/auth")&&(c="bingAuth:"+u),h&&u.includes("quota exceeded")&&(c="ProQuota:"+u),new Gt("fetchError",c).initNetWork(l.status)}}async function*eh(t){let e=t.getReader();try{for(;;){let{done:r,value:a}=await e.read();if(r)return;yield a}}finally{e.releaseLock()}}var th=new Map;function du(t){let e=rh(64),r=new CustomEvent(Hl,{detail:JSON.stringify({...t,type:"ask",id:e})});return document.dispatchEvent(r),new Promise((a,n)=>{th.set(e,(i,o)=>{i?n(i):a(o)})})}function rh(t){let e="",r="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789",a=r.length,n=0;for(;n","file:///*","*://*/*"],js:["content_script.js"],run_at:"document_end",all_frames:!0},{matches:["","file:///*","*://*/*"],js:["content_start.js"],run_at:"document_start",all_frames:!0}],commands:{toggleTranslatePage:{suggested_key:{default:"Alt+A"},description:"__MSG_toggleTranslatePage__"},toggleTranslateTheWholePage:{suggested_key:{default:"Alt+W"},description:"__MSG_toggleTranslateTheWholePage__"},toggleOnlyTransation:{description:"__MSG_toggleOnlyTransation__"},toggleTranslateToThePageEndImmediately:{description:"__MSG_toggleTranslateToThePageEndImmediately__"},toggleTranslateTheMainPage:{description:"__MSG_toggleTranslateTheMainPage__"},toggleTranslationMask:{description:"__MSG_toggleTranslationMask__"},shareToDraft:{description:"__MSG_shareToDraft__"},toggleMouseHoverTranslateDirectly:{description:"__MSG_toggleMouseHoverTranslateDirectly__"},translateWithOpenAI:{description:"__MSG_translateWithOpenAI__"},translateWithDeepL:{description:"__MSG_translateWithDeepL__"},translateWithGoogle:{description:"__MSG_translateWithGoogle__"},translateWithTransmart:{description:"__MSG_translateWithTransmart__"},translateWithGemini:{description:"__MSG_translateWithGemini__"},translateWithBing:{description:"__MSG_translateWithBing__"},translateInputBox:{description:"__MSG_translateInputBox__"},toggleVideoSubtitlePreTranslation:{description:"__MSG_toggleVideoSubtitlePreTranslation__"}},options_page:"options.html",options_ui:{page:"options.html",open_in_tab:!0,browser_style:!1},permissions:["storage","activeTab","contextMenus","webRequest","webRequestBlocking","declarativeNetRequestWithHostAccess","declarativeNetRequestFeedback","declarativeNetRequest"],host_permissions:[""],declarative_net_request:{rule_resources:[{id:"ruleset_1",enabled:!0,path:"rules/request_modifier_rule.json"}]},action:{default_popup:"popup.html",default_icon:{"32":"icons/32.png","48":"icons/48.png","64":"icons/64.png","128":"icons/128.png","256":"icons/256.png"}},browser_action:{default_icon:"icons/32.png",default_popup:"popup.html",theme_icons:[{dark:"icons/32.png",light:"icons/dark-32.png",size:32},{dark:"icons/48.png",light:"icons/dark-48.png",size:48},{dark:"icons/64.png",light:"icons/dark-64.png",size:64},{dark:"icons/128.png",light:"icons/dark-128.png",size:128},{dark:"icons/256.png",light:"icons/dark-256.png",size:256}]},icons:{"32":"icons/32.png","48":"icons/48.png","64":"icons/64.png","128":"icons/128.png","256":"icons/256.png"},browser_specific_settings:{gecko:{id:"{5efceaa7-f3a2-4e59-a54b-85319448e305}",strict_min_version:"63.0"},gecko_android:{strict_min_version:"113.0"}},key:"MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA7JPn78UfqI3xIIOPPLPS74UTzLfJL1gQM8hlk/deKWvFP/WqUBnPJPdhQeF45sFpI1OjO70nFqdATT4/RwYAiZK7G/E6m27MDVnhHjszfzReOuoAEn9J3RnE2xEx5pFhRFcelhnwTTLrrn90aaPcaMtNsgXtZA1Ggz/SnX9I4ZygqpJYjx3Ql2t6SyNK222oRQiKMT93Rrjgyc8RFA7FKXsWglG0TvseRjbmG5Jk5gDx+2/YTcWGqCDotQnWnkPj/dBO23UAX7IpyJK3FGYdkvWFih6OVClHIIWY8mfCjjwSGbXNQNesaa9F2hrzBZ5MRTj4m7yj76mGxuPHPIE8mwIDAQAB"};var nh="";function Er(){return nh||pu.version}function mu(){try{let t=[pe().EBOOK_BUILDER_URL,pe().EBOOK_VIEWER_URL,pe().SUBTITLE_BUILDER_URL,pe().HTML_VIEWER_URL,pe().PDF_VIEWER_URL].filter(n=>!!n),e=["app.immersivetranslate.com"];ut()||e.push("localhost:38001");let r=globalThis.location.pathname;return t.find(n=>{let i=new URL(n);return r.startsWith(i.pathname)&&e.includes(i.host)})?!1:globalThis.self!==globalThis.top}catch{return!0}}var oa=new Map,sr=class{fromType;logger;constructor(e,r=!1){this.logger=new ra,r&&this.logger.setLevel("debug"),this.fromType=e,oa.has(e)||(oa.set(e,new Map),T.runtime.onMessage.addListener((a,n,i)=>{let o=a.from,l=a.to,s,u,c;n.tab&&n.tab.id&&(s=n.tab.id,o=`${o}:${s}`,u=n.tab.url,c=n.tab.active),this.logger.debug(`${a.to} received message [${a.payload.method}] from ${a.from}`,a.payload.data?a.payload.data:" ");let d=qi(l),{type:h,name:b}=d;if(h!==e)return!1;let E=qi(o),V=oa.get(h).get(b);if(!V)return this.logger.debug(`no message handler for ${h}:${l}, but it's ok`),!1;let{messageHandler:f,sync:me}=V,z={type:e,name:E.name,id:s,url:u,active:c};if(me){try{let J=f(a.payload,z);i({ok:!0,data:J})}catch(J){i({ok:!1,errorName:J.name,errorMessage:J.message,errorDetails:J.details,errorStatus:J.status})}return!1}else return f(a.payload,z).then(J=>{i({ok:!0,data:J})}).catch(J=>{i({ok:!1,errorName:J.name,errorMessage:J.message,errorDetails:J.message,errorStatus:J.status})}),!0}))}getConnection(e,r,a){let n=!1;a&&a.sync&&(n=!0);let i=this.fromType,o=oa.get(i);if(o.has(e))return o.get(e).connectionInstance;{let l=new Ni(`${i}:${e}`,this.logger);return oa.get(i).set(e,{messageHandler:r,sync:n,connectionInstance:l}),l}}},Ni=class{from;logger;constructor(e,r){this.from=e,this.logger=r}async sendMessage(e,r){let a=qi(e),{type:n,id:i}=a;if(n!=="content_script"){let o={to:e,from:this.from,payload:r};this.logger.debug(`${o.from} send message [${o.payload.method}] to ${o.to}`,o.payload.data?o.payload.data:" ");try{let l=await T.runtime.sendMessage(o);return gu(o,l,this.logger)}catch(l){if(n==="popup"){let s=`popup ${e} is not active, so the message does not send, ignore this error, ${JSON.stringify(r)}`;return this.logger.debug(s,r,e,l),Promise.resolve({message:s})}else throw l}}else{let o={from:this.from,to:e,payload:r};this.logger.debug(`${o.from} send message [${o.payload.method}] to ${o.to}`,o.payload.data?o.payload.data:" ");let l=await T.tabs.sendMessage(i,o);return gu(o,l,this.logger)}}};function gu(t,e,r){if(e){if(e.ok)return r.debug(`${t.from} received response from ${t.to}:`,e.data?e.data:" "),e.data;throw new Gt(e.errorName||"UnknownError",e.errorMessage||"Unknown error").initNetWork(e.errorStatus)}else throw new Gt("noResponse","Unknown error")}function qi(t){let e=t.split(":");if(e.length<2)throw new Error("not a valid to string");let r={type:e[0],name:e[1]};if(e[0]==="content_script"){let a=parseInt(e[2]);if(!isNaN(a))r.id=a;else throw new Error("tab id not a valid number")}return r}var ih="";function Ui(){return ih||globalThis.navigator.userAgent}function hu(){return Ui().includes("ImtFxiOS")}function oh(){return Ui().includes("ImtFxAndroid")}function ji(){let t=Ui();if(hu()||oh()){let e=t.match(/Imt[\w/.]+/);if(e){let r=e[0].split("/"),a=r[0];return r[2]&&(a+="_"+r[2]),{name:a,version:r[1]}}}return null}var en;function sh(){return en||(en=new sr("content_script",!1).getConnection("pure_main",()=>{}),en)}var fu="G-MKMD9LWFTR";async function Tu(t){try{let e=pe(),r=e.INSTALL_FROM==="firefox_store";if(ji()?.name?.startsWith("ImtFx")&&(r=!1),r)return;let n=Ut(),i=mu(),o=e.PROD==="1",l="sitc4WmvShWYwfU0dANM3Q",s=await Pt("fakeUserId","");s||(s=await na("fakeUserId",""),s&&await Wt("fakeUserId",s));let u=Er(),c=new Date,d=await Pt("installedAt","");d||(d=await na("installedAt",""),d&&await Wt("installedAt",d)),s?d||(d=new Date(0).toISOString(),await Wt("installedAt",d)):(s=lh(32),await Wt("fakeUserId",s)),d||(d=c.toISOString(),await Wt("installedAt",d));let h=new Date(d),b=bu(h),E=bu(c),ne=b===E,V=c.getTime()-h.getTime()<7*24*60*60*1e3,f=`https://www.google-analytics.com/mp/collect?measurement_id=${fu}&api_secret=${l}`;o||(f=`https://www.google-analytics.com/debug/mp/collect?measurement_id=${fu}&api_secret=${l}`);let me="";typeof navigator<"u"&&(me=window.navigator.userAgent);let z=ya.parse(me),J=t.map(C=>{let g=C.params||{};if(z.os&&(g.os_name=z.os.name||"unknown",g.os_version=z.os.version||"unknown",g.os_version_name=z.os.versionName||"unknown"),z.browser){g.browser_name=z.browser.name||"unknown",g.browser_version=z.browser.version||"unknown";let S=ji();S&&(g.browser_name=S.name,g.browser_version=S.version)}return z.platform&&(g.platform_type=z.platform.type||"unknown"),z.engine&&(g.engine_name=z.engine.name||"unknown",g.engine_version=z.engine.version||"unknown"),u&&(g.version=u),e.INSTALL_FROM&&(g.install_from=e.INSTALL_FROM),b&&(g.install_day=uh(h)),g.userscript=n.toString(),ne?g.is_new_user_today="1":g.is_new_user_today="0",V?g.is_new_user_this_week="1":g.is_new_user_this_week="0",i?g.main_frame=0:g.main_frame=1,{...C,params:g}}),ue=await dh({responseType:"text",url:f,method:"POST",body:JSON.stringify({client_id:s,user_id:s,events:J})})}catch{}}function lh(t){let e="",r="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789",a=r.length,n=0;for(;n",""],limit:5},custom:{placeholderDelimiters:["{","}"]},bing:{maxTextLengthPerRequest:1800,requestTimeout:1e4,retry:1,placeholderDelimiters:["","","b"]},yandex:{maxTextLengthPerRequest:1e3,requestTimeout:1e4,retry:1,placeholderDelimiters:["","","b"]},deeplx:{limit:3,placeholderDelimiters:["@","#"]},d:{immediateTranslationTextCount:0,placeholderDelimiters:["@","#"]},papago:{placeholderDelimiters:["{","}"]},dpro:{apiUrl:"https://api.deepl.com/jsonrpc"},ai:{env:{imt_source_field:"text",imt_trans_field:"text",imt_sub_source_field:"source",imt_sub_trans_field:"translation",imt_yaml_item:`- id: {{id}} {{imt_source_field}}: {{text}}`,imt_subtitle_yaml_item:`- id: {{id}} {{imt_sub_source_field}}: {{text}}`,normal_result_yaml_example:`Example request: - id: 1 @@ -5317,11 +5317,11 @@ Translate the content to {{to}} Language: ? ?-\\|\\d+\\|- ? -?`]},azure:{placeholderDelimiters:["@","#"]},you:{placeholderDelimiters:["@","#"]},openl:{placeholderDelimiters:["@","#"]},niu:{placeholderDelimiters:["@","#"]}},shortcuts:{toggleTranslatePage:"Alt+A",toggleTranslateTheWholePage:"Alt+W",toggleOnlyTransation:"",toggleTranslateToThePageEndImmediately:"",toggleTranslationMask:"",shareToDraft:"",toggleMouseHoverTranslateDirectly:""},tempTranslateDomainMinutes:0,translationParagraphLanguagePattern:{matches:["onboarding.immersivetranslate.com","www.reddit.com","old.reddit.com","twitter.com","www.tumblr.com","*.twitter.com","medium.com","*.medium.com","github.com","gist.github.com","www.facebook.com","www.youtube.com","m.youtube.com","read.readwise.io","www.inoreader.com","mail.google.com","google.com","discord.com","*.instagram.com","instagram.com","web.telegram.org","web.whatsapp.com","*.slack.com","*.indeed.com","outlook.live.com","https://bsky.app","store.steampowered.com","test-app.immersivetranslate.com","app.immersivetranslate.com"],excludeMatches:[],selectorMatches:["meta[property='al:ios:url'][content^='medium://']"],selectorExcludeMatches:[]},sourceLanguageUrlPattern:{},selectTranslationFont:"",translationFonts:["Microsoft YaHei","SimSun","NSimSun","SimHei","Microsoft JhengHei","KaiTi","FangSong","PingFang SC","STHeiti","STKaiti","STSong","STFangsong","STZhongsong","STHupo","STXinwei","STLiti","STXingkai","Hiragino Sans GB","Lantinghei SC","Hanzipen SC","Hannotate SC","Songti SC","Wawati SC","Weibei SC","Xingkai SC","Yapi SC","Yuanti SC","Arial Unicode MS","MingLiU-ExtB","Malgun Gothic","Arial","Calibri","Cambria","Candara","Consolas","Constantia","Corbel","Courier New","Georgia","Lucida Console","MingLiU","PMingLiU","MingLiU_HKSCS","Meiryo","MS Gothic","MS PGothic","MS UI Gothic","MS Mincho","MS PMincho","Segoe UI","Segoe UI Symbol","Tahoma","Times New Roman","Trebuchet MS","Verdana","Gulim","Dotum","Batang","Gungsuh","San Francisco","Helvetica Neue","Hiragino Mincho ProN","Hiragino Kaku Gothic ProN","Yu Gothic","Yu Mincho","Geeza Pro","Al Nile","Tehran","Devanagari MT","Kohinoor Devanagari","Apple SD Gothic Neo","Nanum Gothic"],generalRule:{_comment:"",isTranslateWhenServiceChanged:!0,glossaries:[{k:"LLM",v:""},{k:"LLMs",v:""}],excludeRegexps:["(<\\\\/?[a-zA-Z0-9]+(?:[^>]*?)>)","(||||||||||
|
)"],detectionServiceOrder:["google","bing","transmart"],detectParagraphLanguage:!1,paragraphFirstLetterFontSize:35,toastErrorMinTimes:20,enableSubtitle:!1,"subtitle.autoEnableSubtitle":!1,disableNewTextTranslate:!1,skipEditableCheck:!1,mutationObserverLimitTargetSelectors:[],condition:{},normalizeBody:"",inputExecCommandDeleteEnable:!1,inputConfig:{clearContentEnable:!0,execCommandDeleteEnable:!1},mutationExcludeSelectors:["span.highlighter--highlighted","span.highlighter-ext","mark","msreadoutspan","rw-highlight","web-highlight","font.immersive-translate-target-wrapper *","pre",".uacc-clickable"],mutationExcludeContainsSelectors:["msreadoutspan","[class*='rgh-seen-']","[isInvalidTag]","mh","body","relin-hc"],atomicBlockSelectors:["relin-hc"],shareConfig:{injectCss:!0,removeSelectors:["noscript","script"]},mutationConfig:{consumeTimeout:100,buildTimeout:100,checkSelfUpdate:!0},useIframePostMessage:!1,searchEnhancementConfig:[],injectedCss:[],isOnBoardingPage:!1,isEbook:!1,isEbookBuilder:!1,ignoreZhCNandZhTW:!1,showSponsorOnSafari:!1,noTranslateRegexp:["^\\d+.+ago$","^\\d+\\s+MIN\\s+READ$"],waitForSelectors:[],isInjectOptionsUrl:!1,isInjectVersion:!1,isInjectMeta:!1,waitForSelectorsTimeout:3e3,pairs:{},aiRule:{},subtitleRule:{isInject:!0,autoEnableSubtitle:!1,preTranslation:!1,humanPreferred:!0,disabled:!1,hookType:"xhr",showQuickButton:!0,backgroundColor:"#080808",backgroundOpacity:"75",sourceTextColor:"#FFFFFF",translationTextColor:"#FFFFFF",sourceFontSize:"100",translationMode:"dual",translationPosition:"bottom",translationFontSize:"100",translateGroupCount:5,velocityGroup:[1,3,20]},bodyRule:{enable:!0,maxBodyScreenLength:25,articleChildTags:["P"],articleChildTagsNum:4,bodyIsRoot:!1,humanPreferred:!0,preTranslation:!0,xpathRule:["name:P"]},isSubtitleBuilder:!1,minZIndex:0,initTranslationServiceAsSoonAsPossible:!0,targetWrapperTag:"font",additionalInjectedCss:[],isTranslateTitle:!0,enableSearchEnhancement:!1,searchEnhancementSelector:"#rhs",languageDetectMinTextCount:50,wrapperPrefix:"smart",wrapperSuffix:"smart",isPdf:!1,pdfUrlExtractRule:{},isTransformPreTagNewLine:!1,urlChangeDelay:50,mutationChangeDelay:10,mainFrameMinTextCount:50,mainFrameMinWordCount:5,visibleDelay:0,additionalStayOriginalSelectors:["span.katex","span.notranslate",".MathJax_Preview",".MathJax",".MathJax_SVG",'[aria-labelledby^="MathJax-SVG"]',".mwe-math-element","span[translate=no]","em[translate=no]","code[translate=no]","span.math.inline","span.math.display",".ltx_Math",".mathjax-block",".MathJax_CHTML","kbd","span.pretex-inline","span.math-inline",".reference-citations"],translationBlockStyle:"",isShowUserscriptPagePopup:!0,observeUrlChange:!1,paragraphMinTextCount:4,paragraphMinWordCount:2,shadowRootSelectors:[],blockMinTextCount:24,blockMinWordCount:4,asideMaxTextCount:1e3,asideMaxWordCount:200,asideMaxTextCountPerParagraph:67,asideMaxWordCountPerParagraph:12,lineBreakMaxTextCount:0,globalAttributes:{},inputTutorialsText:"",inputTutorialsSelectors:[],globalMeta:{},globalStyles:{},initialGlobalAttributes:{},initialSelectorGlobalAttributes:{header:{translate:"no"},"footer:last-of-type":{translate:"no"},"nav:last-of-type":{translate:"no"},nav:{translate:"no"}},selectors:[],preWhitespaceDetectedTags:["DIV","SPAN"],stayOriginalSelectors:[],additionalSelectors:["h1","section h2","section h3","section h4","main h2","main h3","main h4",".article-title",".article-subtitle",".article_title",".article_subtitle",".article__title",".articleTitle",".Article__content",".titleLink",".summary",".headline",".page-content","aside.note","aside.article-comments","aside.onebox"],atomicBlockTags:[],excludeSelectors:[],additionalExcludeSelectors:['[contenteditable="true"]',".uacc-clickable","#monica-content-root","#immersive-translate-popup",".social-share",".breadcrumbs",".post__footer",".btn",".share-nav",".o-share","[data-toolbar=share]","rp","rt",".prism-code",".rc-CodeBlock","[role=code]","#omni-extension",".omni-item","div[data-paste-markdown-skip]","table.highlight","div[class^=codeBlockContent]","div[class^=codeBlockLines]","div[class^=token-line]","#liuchan-window > .liuchan-container > *",".material-icons","i.fa","i[class^=fa-]",".notranslate","[translate=no]",".navmenu-container",".google-symbols","h1 br","h2 br","h3 br","h4 br","table thead"],translationClasses:[],excludeTags:["TITLE","LINK","SCRIPT","STYLE","TEXTAREA","SVG","svg","G","NOSCRIPT","BUTTON","BASE","HR","PRE","KBD","WBR","RT","RP","META","MATH","TTS-SENTENCE","AIO-CODE","RELIN-TARGET"],bodyTranslateTags:["FOOTER","ASIDE","BUTTON","NAV"],forceTranslateTags:[],metaTags:["META","SCRIPT","STYLE","NOSCRIPT"],additionalExcludeTags:[],stayOriginalTags:["CODE","TT","IMG","SUP","SUB","SAMP","math","semantics","mrow","mo","mfrac","msup","mi","mn","msqrt","d-math"],additionalStayOriginalTags:[],inlineTags:["A","ABBR","FONT","ACRONYM","B","INS","DEL","RUBY","RP","RB","BDO","MARK","BIG","RT","NOBR","CITE","DFN","EM","I","LABEL","Q","S","SMALL","SPAN","STRONG","SUB","SUP","U","KBD","TT","VAR","IMG","CODE","SCRIPT","STYLE","LINK","TIME","META","WBR","RELIN-HC","RELIN-HIGHLIGHT","RELIN-ORIGIN","RELIN-TARGET","XQDD_HIGHLIGHT_NEW_WORD","NOBR","RW-HIGHLIGHT","HYPOTHESIS-HIGHLIGHT"],additionalInlineTags:[],extraInlineSelectors:["p > a span","p > span a span"],additionalInlineSelectors:[".MathJax_Preview",".MathJax",".highlighter--highlighted",".rw-highlight","ruby *"],extraBlockSelectors:["turbo-frame","readme-toc","#hs_cos_wrapper_post_body","#hs_cos_wrapper_post_body","option","ul > li"],allBlockTags:["BODY","HGROUP","CONTENT","ADDRESS","ARTICLE","ASIDE","DETAILS","BLOCKQUOTE","SELECT","OPTION","CANVAS","DD","DL","DT","FIELDSET","FIGCAPTION","FIGURE","FOOTER","HEADER","FORM","HR","MAIN","SUMMARY","NAV","NOSCRIPT","PRE","SECTION","TABLE","TFOOT","UL","VIDEO","P","DIV","H1","H2","H3","H4","H5","H6","UL","LI","OL","BR","PICTURE","TBODY","TR","TD","TH","SOURCE","C-WIZ","BUTTON","TURBO-FRAME","README-TOC"],mutationObserverContainerSelectors:[],pdfNewParagraphLineHeight:2.4,pdfNewParagraphIndent:1.2,pdfNewParagraphIndentRightIndentPx:130,fingerCountToToggleTranslagePageWhenTouching:4,fingerCountToToggleTranslationMaskWhenTouching:0,fingerCountToToggleTranslagePageOnlyTranslationWhenTouching:0,touchShortcutsToggleTranslatePage:"fingers.4",touchShortcutsToggleTranslationMask:"touchShortcutsOff",touchShortcutsToggleTranslatePageOnlyTranslation:"touchShortcutsOff",touchShortcutsToggleTranslateTouchElement:"touchShortcutsOff",touchShortcutsToggleTranslateTouchElementPreferenceKey:"slide.left",mouseHoverHoldKey:"Off",mouseHoverPreferenceKey:"Ctrl"},rules:[{id:"isSubtitleBuilder",isSubtitleBuilder:!0,pageType:"subtitleBuilder",selectorMatches:["meta[name='immersive-translate-subtitle-builder'][content='true']"],pairs:{".source-text":".target-text"},paragraphMinTextCount:4,paragraphMinWordCount:2,isTranslateTitle:!1,wrapperPrefix:"",wrapperSuffix:"","bodyRule.add":{enable:!1}},{id:"isEbook",isEbook:!0,pageType:"ebookReader",isTranslateTitle:!1,urlChangeDelay:200,selectorMatches:["meta[name='immersive-translate-ebook-viewer'][content='true']"],injectedCss:[".immersive-translate-target-translation-block-wrapper {display:block;}"],excludeSelectors:["#drop-target","#drop-target h1","#side-bar","h1#side-bar-title"],extraInlineSelectors:["span.dropcaps"],"bodyRule.add":{enable:!1},paragraphMinTextCount:4,paragraphMinWordCount:2,blockMinTextCount:1,blockMinWordCount:1,containerMinTextCount:1,wrapperPrefix:"
",targetWrapperTag:"span"},{id:"pdf",isPdf:!0,isTranslateTitle:!1,pageType:"pdfReader",selectorMatches:["meta[name='immersive-translate-pdf-viewer'][content='true']"],matches:["https://app.immersivetranslate.com/pdf","https://app.immersivetranslate.com/pdf/","https://app.immersivetranslate.com/pdf/*","http://localhost:38001/pdf*"],"additionalExcludeSelectors.remove":['[contenteditable="true"]'],isTranslateWhenServiceChanged:!1,translationMode:"translation",skipEditableCheck:!0,selectors:["p"],"bodyRule.add":{enable:!1},injectedCss:[".immersive-translate-target-wrapper {display: contents!important;position:absolute;}",".immersive-translate-target-wrapper br {display: none;!important;}",".immersive-translate-target-wrapper span {position: relative;!important;}",".immersive-translate-error-wrapper {padding:0px !important;margin:0px !important;}","font {line-height: 0!important;}"],globalAttributes:{"[class='textLayer']":{translate:"no"}},mutationExcludeContainsSelectors:["font.immersive-translate-target-wrapper"],"shareConfig.add":{removeSelectors:["noscript","script",".toolbar","#sidebarContainer",'[class="page"]',".editorParamsToolbar",".image-mode",".im_db",".im_cb"]},wrapperPrefix:"",isInjectVersion:!0},{id:"sci-hub.pdfWebPage",matches:["sci-hub.*"],waitForSelectorsTimeout:1,pdfUrlExtractRule:{selector:"#pdf",attribute:"src"}},{id:"common.pdfWebPage",waitForSelectorsTimeout:1,selectorMatches:["embed[type='application/pdf']"]},{id:"isEbookBuilder",matches:["https://app.immersivetranslate.com/ebook/make/","http://localhost:38001/ebook/make/"],isEbookBuilder:!0,pageType:"ebookBuilder",toastErrorMinTimes:500,isTranslateWhenServiceChanged:!1,isTranslateTitle:!1,targetWrapperTag:"span",selectorMatches:["meta[name='immersive-translate-ebook-builder'][content='true']"],injectedCss:[".immersive-translate-target-translation-block-wrapper {display:block;}"],globalMeta:{},excludeSelectors:["h1.notranslate","#drop-target","#drop-target h1","#side-bar","h1#side-bar-title","#tool",".Code"],"bodyRule.add":{enable:!1},isInjectMeta:!0,paragraphMinTextCount:4,paragraphMinWordCount:2,blockMinTextCount:1,blockMinWordCount:1,containerMinTextCount:1,wrapperPrefix:"
"},{id:"immersiveTranslateIosOnBoarding",selectorMatches:["meta[name=immersiveTranslateIosOnBoarding]"],initialGlobalAttributes:{"input#immersiveTranslateDetectedSlot":{value:"true"}},isInjectOptionsUrl:!0,isInjectVersion:!0,isInjectMeta:!0},{id:"immersiveTranslateIosOnBoardingStep1",selectorMatches:["meta[name=immersiveTranslateIosOnBoardingStep1]"],isOnBoardingPage:!0,isInjectOptionsUrl:!0,isInjectVersion:!0,isInjectMeta:!0},{id:"immersivePreview",matches:["https://immersivetranslate.com/preview*","https://test.immersivetranslate.com/preview*","https://immersivetranslate.com/drafts*","https://test.immersivetranslate.com/drafts*"],isInjectVersion:!0,isInjectMeta:!0,waitForSelectorsTimeout:1},{id:"pro-pdf",matches:["https://*.immersivetranslate.com/pdf-pro*"],pageType:"pdfProReader","excludeSelectors.add":["table"],isInjectVersion:!0,isInjectMeta:!0,waitForSelectorsTimeout:1},{id:"immersive",matches:["https://immersivetranslate.com","https://test.immersivetranslate.com","https://onboarding.immersivetranslate.com","https://app.immersivetranslate.com","https://test-app.immersivetranslate.com","http://localhost:38001"],isInjectVersion:!0,isInjectMeta:!0,waitForSelectorsTimeout:1},{id:"simpread",selectorMatches:"div.simpread-read-root.simpread-read-root-show > sr-read",mainFrameSelector:"div.simpread-read-root.simpread-read-root-show > sr-read"},{id:"txt",matches:["*://*/*.txt","file://*/*.txt"],selectorMatches:["body > pre"],"mutationExcludeSelectors.add":["body"],isTransformPreTagNewLine:!0,"excludeTags.remove":["PRE"]},{id:"hangejp",matches:["arad.hange.jp","arad.nexon.co.jp","oapi.dingtalk.com","login.dingtalk.com"],useIframePostMessage:!1},{id:"preSites",matches:["mail.jabber.org","antirez.com","patchwork.kernel.org","lists.apache.org","manned.org","bugs.webkit.org","bugzilla.mozilla.org","lwn.net/Articles/*","docs.haproxy.org","man.freebsd.org","www.oreilly.com/openbook/opensources/book/*","gamefaqs.gamespot.com"],isTransformPreTagNewLine:!0},{id:"wikipedia",matches:"*.wikipedia.org",paragraphMinWordCount:2,paragraphMinTextCount:4,injectedCss:[".immersive-translate-target-translation-block-wrapper { display: block; }"],excludeSelectors:[".mw-editsection",".mw-cite-backlink","#p-lang-btn","#right-navigation","#p-associated-pages",".vector-header"],stayOriginalSelectors:[".chemf",".mwe-math-element","[role=math]",".nowrap"],extraInlineSelectors:[".chemf",".mwe-math-element","[role=math]",".nowrap"],"bodyRule.add":{bodySelector:"#content",articleSelector:"#bodyContent"}},{id:"twitter",matches:["twitter.com","mobile.twitter.com","tweetdeck.twitter.com","pro.twitter.com","https://platform.twitter.com/embed*"],additionalStayOriginalSelectors:['[data-testid="tweetText"] a',"[data-testid='UserDescription'] a","[data-testid='HoverCard'] a","[data-testid='UserCell'] a","[data-testid='birdwatch-pivot'] a"],blockMinTextCount:0,blockMinWordCount:0,excludeSelectors:["[aria-describedby][role=button]","header","[data-testid='radioGroupplayback_rate'] div","[data-testid='userFollowIndicator']","[class='css-901oao r-14j79pv r-37j5jr r-n6v787 r-16dba41 r-1cwl3u0 r-bcqeeo r-qvutc0']","[class='css-175oi2r r-1wbh5a2 r-dnmrzs']"],extraBlockSelectors:['[data-testid="tweetText"] div.r-6koalj'],extraInlineSelectors:['[data-testid="tweetText"] div.r-xoduu5','[data-testid="tweetText"] span','[data-testid="UserDescription"] div',"[data-testid='HoverCard'] div[dir=auto] div","[data-testid='HoverCard'] span[dir=auto] div"],globalStyles:{"[data-testid='card.layoutLarge.detail'] > div:nth-child(2)":"-webkit-line-clamp: unset;","[data-testid='card.layoutSmall.detail'] > div:nth-child(2)":"-webkit-line-clamp: unset;","[data-testid='tweetText']":"-webkit-line-clamp: unset;"},ignoreZhCNandZhTW:!0,isTranslateTitle:!1,useIframePostMessage:!1,observeUrlChange:!1,paragraphMinTextCount:2,paragraphMinWordCount:1,selectors:['[data-testid="tweetText"]',".tweet-text",".js-quoted-tweet-text","[data-testid='card.layoutSmall.detail'] > div:nth-child(2)","[data-testid='developerBuiltCardContainer'] > div:nth-child(2)","[data-testid='card.layoutLarge.detail'] > div:nth-child(2)","[data-testid='cellInnerDiv'] div[data-testid='UserCell'] > div> div:nth-child(2)","[data-testid='UserDescription']","[data-testid='HoverCard'] div[dir=auto]","[data-testid='HoverCard'] span[dir=auto]","[data-testid='HoverCard'] [role='dialog'] div[dir=ltr]","[data-testid='birdwatch-pivot'] div[dir=ltr]"],"subtitleRule.add":{type:"live",isInject:!1,injectedCss:["#layers[style='z-index: 1;'] [style='height: 100px;'] { height: 400px !important; }"],liveSubtitleRule:{containerSelector:".css-175oi2r.r-13awgt0.r-1pi2tsx.r-13qz1uu > [role='listbox']",reportSelector:".css-175oi2r.r-1awozwy.r-173mn98.r-1mf7evn.r-7e3msg",textSelectors:[".css-1rynq56.r-bcqeeo.r-qvutc0.r-37j5jr.r-a023e6.r-16dba41.r-dhbnww.r-1pb70le"],mutationChangeDelay:1e3}},"subtitleRule.add_v.[1.2.1]":{type:"twitter",videoPlayerSelector:"video",loadingStyle:"bottom: unset; top: 5%;",injectedCss:["#layers[style='z-index: 1;'] [style='height: 100px;'] { height: 400px !important; }","video::cue {white-space: pre-line;}"]}},{id:"threads",matches:"www.threads.net",selectors:["p",".x1npkx4u.x1exu5d8",".xw7yly9",".xgkxs2y",".x1xdureb.xqti54a.x13vxnyz",".xqti54a.x13vxnyz.x49hn82.xcrlgei.x889kno"],stayOriginalSelectors:[".x1rg5ohu",".xat24cr.xdj266r a"],"excludeSelectors.add":[".x6s0dn4.x78zum5",".xpvyfi4.x1npkx4u.x1ms6mhf"],globalStyles:{span:"max-height:unset;-webkit-line-clamp:unset;height:unset;white-space:unset;"}},{id:"stackoverflow",matches:["stackoverflow.com","*.stackexchange.com","superuser.com","askubuntu.com","serverfault.com"],extraBlockSelectors:["span.comment-copy"],globalStyles:{".s-post-summary--content-excerpt":"-webkit-line-clamp:unset;"},"excludeSelectors.add":[".votecell","header","#footer","#question-header + div","div.postcell div.mb0","div[id^=comments-link-]","#answers-header",".new-post-login",".form-submit","a[href='/questions/ask']","#left-sidebar","a.comment-user","span.comment-date","div.s-prose.js-post-body + div",".bottom-notice","div[data-campaign-name=stk]",".s-post-summary--stats",".s-post-summary--meta"],paragraphMinTextCount:4,paragraphMinWordCount:2},{id:"appleDeveloper",matches:"developer.apple.com/documentation/*",selectors:[".container","h3.title","div.content"]},{id:"hackerNews",matches:"news.ycombinator.com",selectors:[".titleline > a",".comment > .commtext",".toptext","a.hn-item-title",".hn-comment-text",".hn-story-title"],excludeSelectors:[".reply"]},{id:"quora",matches:["*.quora.com","quora.com"],excludeSelectors:[".dom_annotate_multifeed_bundle_AskQuestionPromptBundle",".dom_annotate_feed_switcher","[class='q-box qu-py--small qu-color--gray_light']","[class='q-box spacing_log_answer_header']","[class='q-box qu-flex--auto']","[class='q-text qu-dynamicFontSize--small qu-mt--small qu-color--gray_light qu-passColorToLinks']",".AnswerFooter___StyledFlex-sc-2xbo88-0","[class='q-box qu-mb--small']"],globalStyles:{".qu-truncateLines--3":"-webkit-line-clamp: unset;"}},{id:"oldReddit",matches:["old.reddit.com/*/.compact","old.reddit.com/.compact","www.reddit.com/*/.compact","www.reddit.com/.compact"],selectors:[".title > a",".usertext-body"],detectParagraphLanguage:!0},{id:"otherOldReddit",matches:"old.reddit.com",selectors:["p.title > a","[role=main] .md-container"],detectParagraphLanguage:!0},{id:"redditList",matches:["https://www.reddit.com/r/*/comments/*/*","https://www.reddit.com/","https://www.reddit.com/hot/","https://www.reddit.com/new/","https://www.reddit.com/top/"],excludeMatches:["https://www.reddit.com/r/*/wiki/*"],observeUrlChange:!0,selectors:["h1",".PostHeader__post-title-line","[data-click-id=body] h3","[data-click-id=background] h3","[data-testid=comment]","[data-adclicklocation='title'] h3","[data-adclicklocation=media]","[data-testid='post-title-text']",".PostContent",".post-content",".Comment__body","faceplate-batch .md","[slot=comment]",".RichTextJSON-root","[slot=title]","[slot=text-body]","p.title > a","[role=main] .md-container"],detectParagraphLanguage:!0,globalStyles:{"div.XPromoBottomBar":"display:none","[class*='line-clamp']":"-webkit-line-clamp: unset"},waitForSelectors:["[data-testid=post_author_link]"],"inputConfig.add":{clearContentEnable:!1}},{id:"reddit",matches:"www.reddit.com",selectors:["#search-results-tab-slot","h1",".PostHeader__post-title-line","[data-click-id=body] h3","[data-click-id=background] h3","[data-testid=comment]","[data-adclicklocation='title'] h3","[data-testid='post-title-text']","[slot=comment]","[data-adclicklocation=media]",".PostContent",".post-content",".Comment__body","faceplate-batch .md","[slot=text-body]","p.title > a","[role=main] .md-container","#-post-rtjson-content",".RichTextJSON-root","[slot='title']"],excludeSelectors:[".text-neutral-content-weak"],paragraphMinTextCount:5,paragraphMinWordCount:2,excludeMatches:["https://www.reddit.com/r/*/wiki/*","https://www.reddit.com/settings/*"],detectParagraphLanguage:!0,globalStyles:{"div.XPromoBottomBar":"display:none","[class*='line-clamp']":"-webkit-line-clamp: unset"}},{id:"reuters",matches:"www.reuters.com",excludeSelectors:["[promotext]","[data-testid=Leaderboard]","[data-testid=HomeTickerV2]","[data-testid=SiteFooter]","[class^=refinitiv-promo-bar__container]","[data-testid=ResponsiveAdSlot]","[data-testid=SiteHeader]","[data-testid=HomeTickerV2]"]},{id:"npmjs",matches:"https://www.npmjs.com/package/*",selectors:["#tabpanel-readme > div:first-child"]},{id:"github",matches:"github.com",useIframePostMessage:!1,excludeMatches:["https://github.com/*/*/settings","https://github.com/settings/*","https://github.com/sponsors/*","https://github.com/readme/*","https://github.com/readme/","https://github.com/features/*","https://github.com/customer-stories/*"],mutationExcludeSelectors:[".react-blob-sticky-header *"],selectors:["h1","[aria-label=Issues] .markdown-title","[aria-labelledby=discussions-list] .markdown-title","h3 .markdown-title",".markdown-body",".Layout-sidebar p","div > span.search-match","li.repo-list-item p","#responsive-meta-container p","article p","div.repo-description p","[itemprop=description]",".integrations-auth-wrapper",".new-feed-onboarding-notice","article section[aria-label='card content'] > div > div > div > div:nth-child(2)",".TimelineItem-body .Link--primary",'[role="navigation"] p'],atomicBlockSelectors:["[itemprop=description]"],excludeSelectors:[".css-truncate","[data-test-selector='commit-tease-commit-message']","[data-test-selector='create-branch.developmentForm']","div.Box-header.position-relative","div.blob-wrapper-embedded","div.Box.Box--condensed.my-2","div.jp-CodeCell",'[aria-label="Account"] .markdown-title',".js-repos-container .markdown-title","a.anchor","div.file-navigation + div.Box"],extraBlockSelectors:[],extraInlineSelectors:["g-emoji","a.anchor"],stayOriginalTags:["CODE","TT","G-EMOJI","IMG","SUP","SUB"],detectParagraphLanguage:!0,globalStyles:{".TimelineItem-body .Link--primary":"-webkit-line-clamp: unset;"}},{id:"github-blog",matches:["github.blog"],injectedCss:["font {word-break: break-all !important;}"]},{id:"githubNotebook",matches:"notebooks.githubusercontent.com",useIframePostMessage:!1,excludeSelectors:["div.jp-CodeCell"]},{id:"facebook",matches:"www.facebook.com",excludeMatches:["https://www.facebook.com/business/*","https://www.facebook.com/help*"],selectors:["div[dir=auto][style]","div[dir=auto][class]","span[lang]"],atomicBlockSelectors:["div[dir=auto][style]","div[dir=auto][class]","span[lang]"],insertPosition:"afterend",preWhitespaceDetectedTags:["DIV","SPAN"],extraBlockSelectors:["span.x1vvkbs"],excludeSelectors:["[role=button]"],translationClasses:["immersive-translate-text"],detectParagraphLanguage:!0},{id:"youtubeMobile",matches:"m.youtube.com",selectors:[".comment-text","#content-text",".media-item-headline",".slim-video-information-title",".yt-spec-button-view-model",".yt-core-attributed-string > span",".title"],shareConfig:{injectCss:!1,removeSelectors:["iron-iconset-svg","iframe","ytd-watch-next-secondary-results-renderer","noscript","script"]},"mutationConfig.add":{checkSelfUpdate:!1},"excludeTags.remove":["BUTTON"],additionalExcludeSelectors:[".ytp-caption-window-container","text"],"subtitleRule.add":{type:"youtube",subtitleUrlRegExp:"(/api/timedtext|videoplayback\\?expire.*text)",translateSelectors:[".caption-window",".caption-visual-line"],videoPlayerSelector:".html5-video-player.playing-mode,.html5-video-player.paused-mode",loadingContainerSelector:".ytp-caption-window-container",videoADSelector:".ytp-ad-player-overlay",injectedCss:["#player-shorts-container .ytp-caption-window-bottom {top: 40px; bottom: unset!important;}"],videoSelector:".html5-video-player.playing-mode video,.html5-video-player.paused-mode video",translationOnlyPattern:["m.youtube.com/watch*","m.youtube.com/embed*","m.youtube.com/shorts*"],attachRule:{appendSelector:".html5-video-player.playing-mode,.html5-video-player.paused-mode",injectedCSS:[".imt-caption-container {z-index:40;}"],injectedGlobalCSS:[".caption-window {display: none;} ","shorts-video #immersive-translate-caption-window { height: 150px;}"]}},wrapperPrefix:"",wrapperSuffix:"",observeUrlChange:!0,atomicBlockSelectors:[".comment-text"],globalStyles:{".comment-text":"max-height:unset;",".media-item-headline":"max-height:unset;-webkit-line-clamp:unset;"},injectedCss:[".immersive-translate-target-wrapper img { width: 16px; height: 16px }"],extraBlockSelectors:[".caption-visual-line"]},{id:"youtube",matches:"www.youtube.com",blockMinTextCount:0,blockMinWordCount:0,detectParagraphLanguage:!0,lineBreakMaxTextCount:0,shareConfig:{injectCss:!1,removeSelectors:["iron-iconset-svg","iframe","ytd-watch-next-secondary-results-renderer","noscript","script"]},"additionalExcludeSelectors.add":[".ytp-caption-window-container","text"],globalStyles:{"#video-title":"-webkit-line-clamp: unset;max-height: unset;","h1.ytd-watch-metadata":"-webkit-line-clamp: unset;max-height: unset;","yt-formatted-string#video-title":"-webkit-line-clamp: unset;max-height: unset;","ytd-expander.ytd-comment-renderer":"--ytd-expander-max-lines: 1000;"},injectedCss:[".immersive-translate-target-wrapper img { width: 16px; height: 16px }",".metadata-snippet-container {max-height: unset !important;}",".immersive-translate-target-wrapper {text-align: left;}",".immersive-translate-target-wrapper[dir=rtl] {text-align: right;}"],isTranslateTitle:!1,observeUrlChange:!0,selectors:["yt-formatted-string[slot=content].ytd-comment-renderer","yt-formatted-string.ytd-video-renderer","yt-formatted-string#content-text","h1","yt-formatted-string#video-title","yt-formatted-string.span","span#video-title","a#video-title","yt-formatted-string.ytd-transcript-segment-renderer","#description-inline-expander > yt-attributed-string > span","yt-attributed-string > span","ytd-notification-renderer .message","#message",".yt_to_text_transcript_text"],extraBlockSelectors:["yt-formatted-string.ytd-transcript-segment-renderer",".caption-visual-line"],"subtitleRule.add":{type:"youtube",subtitleUrlRegExp:"(/api/timedtext|videoplayback\\?expire.*text)",translateSelectors:[".caption-window",".caption-visual-line"],videoPlayerSelector:".html5-video-player.playing-mode,.html5-video-player.paused-mode",loadingContainerSelector:".ytp-caption-window-container",videoADSelector:".ytp-ad-player-overlay",translationOnlyPattern:["www.youtube.com/watch*","www.youtube.com/embed*","www.youtube.com/shorts*"],subtitleButtonSelector:".html5-video-player.playing-mode .ytp-subtitles-button,.html5-video-player.paused-mode .ytp-subtitles-button",languageSelector:".ytp-menuitem-label",injectedCss:["#shorts-player .ytp-caption-window-bottom {top: 2%; bottom: unset!important;} #immersive-translate-quick-button-container {font-size: 12px;z-index:1001;}"],quickButtonRule:{appendSelector:".ytp-chrome-controls",insertBeforeSelector:".ytp-right-controls"},videoSelector:".html5-video-player.playing-mode video,.html5-video-player.paused-mode video",attachRule:{appendSelector:".html5-video-player.playing-mode,.html5-video-player.paused-mode",injectedCSS:[".imt-caption-container {z-index:40;}",".imt-caption-window {margin-bottom: 2%}"],injectedGlobalCSS:[".caption-window {display: none;} ","#shorts-player #immersive-translate-caption-window { height: 20%;}",".html5-video-player:not(.ytp-autohide) #immersive-translate-caption-window {bottom: 60px;}"]}},urlChangeDelay:2e3,wrapperPrefix:"
",wrapperSuffix:""},{id:"tvYoutube",matches:"tv.youtube.com","subtitleRule.add":{type:"youtube",preTranslation:!0,humanPreferred:!1,subtitleUrlRegExp:"(/api/timedtext|videoplayback\\?expire.*text)",translateSelectors:[".caption-window",".caption-visual-line"],videoPlayerSelector:".html5-video-player.playing-mode,.html5-video-player.paused-mode",loadingContainerSelector:".ytp-caption-window-container",videoADSelector:".ytp-ad-player-overlay",translationOnlyPattern:["tv.youtube.com/watch*"],subtitleButtonSelector:".ytp-subtitles-button",languageSelector:".ytp-menuitem-label",injectedCss:["#shorts-player .ytp-caption-window-bottom {top: 2%; bottom: unset!important;} #immersive-translate-quick-button-container {font-size: 12px;z-index:1001;}"],quickButtonRule:{appendSelector:".ypcs-control-buttons-right",insertBeforeSelector:".ypcs-control-buttons-right .ypcs-volume-control-slot"},videoSelector:".html5-video-player.playing-mode video,.html5-video-player.paused-mode video",attachRule:{appendSelector:".html5-video-player.playing-mode,.html5-video-player.paused-mode",injectedCSS:[".imt-caption-container {z-index:40;}",".imt-caption-window {margin-bottom: 2%;}"],injectedGlobalCSS:[".caption-window {display: none;} ","#shorts-player #immersive-translate-caption-window { height: 20%;}",".html5-video-player:not(.ytp-autohide) #immersive-translate-caption-window {bottom: 60px;}"]}}},{id:"youtube-subtitle",matches:["www.youtube-nocookie.com","music.youtube.com"],extraBlockSelectors:[".caption-visual-line"],mainFrameMinTextCount:0,"excludeSelectors.add":[".captions-text",".ytp-caption-segment"],"subtitleRule.add":{type:"youtube",subtitleUrlRegExp:"/api/timedtext",translateSelectors:[".caption-window",".caption-visual-line"],videoPlayerSelector:".html5-video-player",loadingContainerSelector:".ytp-caption-window-container",videoADSelector:".ytp-ad-player-overlay",translationOnlyPattern:["www.youtube-nocookie.com/embed*","music.youtube.com/watch*"],subtitleButtonSelector:".ytp-subtitles-button",languageSelector:".ytp-menuitem-label",injectedCss:["#shorts-player .ytp-caption-window-bottom {top: 2%; bottom: unset!important;}"],quickButtonRule:{appendSelector:".ytp-chrome-controls",insertBeforeSelector:".ytp-right-controls"},videoSelector:".html5-video-player video",attachRule:{appendSelector:".html5-video-player",injectedCSS:[".imt-caption-container {z-index:40;}",".imt-caption-window {margin-bottom: 2%;}"],injectedGlobalCSS:[".caption-window {display: none;} ","#shorts-player #immersive-translate-caption-window { height: 20%;}",".html5-video-player:not(.ytp-autohide) #immersive-translate-caption-window {bottom: 60px;}"]}}},{id:"instagramMessage",matches:["https://www.instagram.com/direct/*"],wrapperPrefix:"
",selectors:["div[dir=auto].html-div"]},{id:"instagramPost",matches:["https://www.instagram.com/p/*","https://www.instagram.com/reels/*"],blockMinTextCount:1,paragraphMinTextCount:2,excludeSelectors:["hr+div span[dir=auto][style] > span"],selectors:["h1","ul li h3+div span[dir=auto]","hr+div span[dir=auto][style]","div > div[dir=auto]","div:not([class]) > div > div:nth-child(2)"],wrapperPrefix:"
"},{id:"otherInstagram",blockMinWordCount:1,matches:"https://www.instagram.com/*",paragraphMinTextCount:2,selectors:["h1","article span[dir=auto] > span[dir=auto]","._ab1y","ul li h3+div span[dir=auto]","hr+div span[dir=auto][style]","span[dir=auto] > div > span","div > h1[dir=auto]"],wrapperSuffix:""},{id:"1paragraph",matches:"1paragraph.app",selectors:["#book"]},{id:"poeditor",matches:"https://poeditor.com/projects/*",selectors:[".comment-body",".reference_language .source-string"]},{id:"substack",matches:["*.substack.com","newsletter.rootsofprogress.org"],selectorMatches:["link[href^='https://substackcdn.com/bundle/'][rel=preload]"],excludeSelectors:["[style^=top]",".publication-footer",".subscribe-footer",".main-menu",".navbar-title-link","[data-testid='navbar']",".navbar-title",".captioned-button-wrap",".subscription-widget-wrap",".tweet-header",".tweet-link-bottom",".expanded-link",".meta-subheader",".comment-meta",".comment-actions"],globalStyles:{".reader2-clamp-lines":"max-height: unset; -webkit-line-clamp: unset;","[class*='clamp-']":"max-height: unset; -webkit-line-clamp:unset;",".blurb-text":"max-height: unset;",".comment-body":"max-height: unset;"},extraBlockSelectors:[".reader2-post-title",".tweet-link-top",".tweet-link-bottom",".expanded-link"]},{id:"seekingalpha",matches:["seekingalpha.com/article/*","seekingalpha.com/news/*"],selectors:["[data-test-id=card-container]","[data-test-id=comments-section]"],excludeSelectors:["[data-test-id=post-page-meta]","header > div:first-child"]},{id:"hnAlgolia",matches:"hn.algolia.com",selectors:[".Story_title > a:first-child",".Story_comment > span"]},{id:"readwise",matches:"read.readwise.io",selectors:["div[class^='_titleRow_']","#document-text-content"],detectParagraphLanguage:!0},{id:"inoreader",matches:["www.inoreader.com","*.inoreader.com"],selectors:[".article_header_title",".article_title_link",".article_content",".article_magazine_title_link",".blog-post-page","#welcome_center",".gad_overview_articles_wrapper",".library_article_text h4",".header_name"],excludeMatches:["https://www.inoreader.com/features/"],observeUrlChange:!1,globalStyles:{".article_title_link,.library_article_text h4,.gadget_overview_article_title,.article_magazine_title_link,.reader_pane_view_style_2 .column_view_title":"-webkit-line-clamp: unset;max-height: unset;",".article_tile_content_wraper,div.article_tile":"overflow:auto",".article_header_title":"white-space:normal"}},{id:"aha",matches:"*.ideas.aha.io",excludeSelectors:[".comment-header",".vote-status",".idea-meta",".filters-title",".ideas-showing-count",".my-ideas-filters-wrapper",".statuses-filters-wrapper",".categories-filters-wrapper","[class^='attachment']","span[class^='attachment-name']"]},{id:"googleScholar",matches:["scholar.google.*/*","scholar.google.com.*/*","scholar.google.co.*/*"],wrapperPrefix:` -`,selectors:["h3 a[data-clk]","div.gs_rs","td a.gsc_a_at","td div.gs_gray:last-of-type","div.gsc_oci_value","#gs_opinion"],extraInlineSelectors:["br"],atomicBlockSelectors:["h3 a[data-clk]"]},{id:"googleMail",matches:"mail.google.com",detectParagraphLanguage:!0,selectors:["h2[data-thread-perm-id]","span[data-thread-id]","div[data-message-id] div[class='']",".messageBody","#views"],globalStyles:{"[role='listitem'] > div":"height:auto!important;white-space:unset!important;"}},{id:"googleNews",matches:"news.google.com",blockMinTextCount:26,blockMinWordCount:5,globalStyles:{".MCAGUe":"height: auto;",".To2ZZb.DbQnIe":"height: unset;",".cp7Yvc > h2":"display: block;",".oovtQ":"height: auto;",h4:"-webkit-line-clamp: unset;"},excludeSelectors:[".EyERq",".AOl7G.eejsDc","[aria-label='Home']","[aria-label='For you']","[aria-label='Following']","[aria-label='World']","[aria-label='Local']",".gb_Fc",".wBQf7b",".yPI8Rb",".jKHa4e",".u43Gd",".Zgjpyb","[role='button']","[jsname='rymPhb']",".cbz1ld",".VfPpkd-P5QLlc",".XvhY1d"]},{id:"outlook",matches:"outlook.live.com",excludeSelectors:[".jHAG3.XG5Jd",".OZZZK",".lDdSm"]},{id:"producthunt",matches:"www.producthunt.com",excludeMatches:"https://www.producthunt.com/stories/*",selectors:["h2","div[class^='styles_htmlText__']","[class^='styles_tagline']","a[href^='/discussions/'].fontWeight-600","button[class^='styles_textButton'] > div > span","h5 + p","div[data-test=product-item-name] + div",".noOfLines-1,.noOfLines-2,.noOfLines-3",".fontWeight-600","[class*='styles_dropdown']","[class*='styles_aboutText']"],globalStyles:{"h5 + p":"height:unset;",".noOfLines-1,.noOfLines-2,.noOfLines-3":"-webkit-line-clamp:unset;"},"excludeTags.remove":["PRE"]},{id:"codeforces",matches:"https://codeforces.com/*","stayOriginalTags.add":["[class^='MathJax']"]},{id:"discord",matches:"https://discord.com/channels/*",isTranslateTitle:!1,selectors:["li[id^=chat-messages] div[id^=message-content]","div[class^=headerText]","section[aria-label='Search Results'] div[id^=message-content]"],extraBlockSelectors:["[class^='embedFieldValue']","li[class^='card'] div[class^='message']","[data-list-item-id^='forum-channel-list'] div[class^='headerText']"],globalStyles:{"div[class^=headerText]":"max-height: unset;","div[class^=message]":"max-height: unset;","div[class^=text]":"max-height: unset;","h3[data-text-variant='heading-lg/semibold']":"-webkit-line-clamp: none;"},detectParagraphLanguage:!0,wrapperPrefix:"
",wrapperSuffix:"",paragraphMinTextCount:4,paragraphMinWordCount:2},{id:"telegram",matches:["web.telegram.org/z/*","web.telegram.org/a/*"],isTranslateTitle:!1,selectors:[".text-content",".message",".reply-markup-button-text",".bot-commands-list-element-description"],"extraBlockSelectors.add":[".message.spoilers-container em",".message.spoilers-container strong"],excludeSelectors:[".time",".peer-title",".document-wrapper",".message.spoilers-container custom-emoji-element"],detectParagraphLanguage:!0},{id:"telegramK",matches:["web.telegram.org/k/*","web.telegram.org/k/"],selectors:[".message",".reply-markup-button-text",".bot-commands-list-element-description"],"extraBlockSelectors.add":[".message.spoilers-container em",".message.spoilers-container strong"],excludeSelectors:[".time",".peer-title",".document-wrapper",".message.spoilers-container custom-emoji-element"],detectParagraphLanguage:!0},{id:"githubGist",matches:"gist.github.com",selectors:[".markdown-body",".readme"],detectParagraphLanguage:!0},{id:"lobste",matches:"lobste.rs",excludeMatches:["https://lobste.rs/about","https://lobste.rs/chat"],selectors:[".u-repost-of",".comment_text",".story_text"]},{id:"slack",matches:"*.slack.com",selectors:[".p-rich_text_block",".p-message_pane__foreword",".c-alert__message","[data-qa=message_attachment_text]"],additionalStayOriginalSelectors:["[data-qa=emoji]"],detectParagraphLanguage:!0},{id:"artstationArtwork",matches:"www.artstation.com/artwork/*",excludeSelectors:".project-description a",selectors:[".project-description","div.project-comment-text"],detectParagraphLanguage:!0},{id:"artstationLearning",matches:"www.artstation.com/learning/courses/*",additionalSelectors:["footer.learning-course-description.ng-star-inserted > span"],excludeSelectors:[".learning-card-meta",".vjs-text-track-display"],"mutationExcludeSelectors.add":[".vjs-text-track-display *"],"subtitleRule.add":{type:"webvtt",subtitleUrlRegExp:"/subtitles/.*\\.(vtt|webvtt)$",loadingContainerSelector:".vjs-text-track-display",quickButtonRule:{appendSelector:".vjs-control-bar",insertBeforeSelector:".vjs-playback-rate",injectCSS:".imt-quick-subtitle-button { font-size: 12px;} .logo,.logo svg { height: 18px !important; width: 18px !important;} .imt-quick-subtitle-pop-content {bottom: 38px !important;}"},videoSelector:"video",attachRule:{appendSelector:".video-js",injectedGlobalCSS:[".vjs-text-track-display {display: none;}",".captions-text: {margin-bottom: 10%;}"]}}},{id:"artstationBlog",matches:["https://www.artstation.com/blogs","https://www.artstation.com/blogs/*"],detectParagraphLanguage:!0,additionalSelectors:[".comment-item-body"],atomicBlockSelectors:[".author-headline",".author-location"],excludeSelectors:["blog-card-thumbnail","blog-card-header",".blog-card-author",".blog-card-meta",".blog-view-header",".blog-grid-title",".post-meta-header"]},{id:"figmaCommunity",matches:"www.figma.com/community/*",normalizeBody:"div.ql-editor[contenteditable='false']",excludeSelectors:["div[class*='metadataRight']","div[class*='commentMetaAndOptions']"],globalStyles:{"div[class*='mini_cardBottomRowSizing']":"height: 3em;"},additionalSelectors:["div[class*='mini_cardBottomRow_Metadata']"],stayOriginalSelectors:["[data-tooltip='tooltip-user-info']"]},{id:"googleIndex",matches:["https://www.google.com/","https://www.google.com.hk/"],excludeSelectors:["#gb","#SIvCob"],inputTutorialsText:"\u8BD5\u8BD5\u8F93\u5165\u4E2D\u6587\u540E\u5FEB\u901F\u8FDE\u51FB 3 \u6B21\u7A7A\u683C\u952E\u7FFB\u8BD1\uFF08\u4EC5\u63D0\u793A\u4E00\u6B21\uFF09",inputTutorialsSelectors:["textarea#APjFqb"],"inputConfig.add":{tutorialsText:"\u8BD5\u8BD5\u8F93\u5165\u4E2D\u6587\u540E\u5FEB\u901F\u8FDE\u51FB 3 \u6B21\u7A7A\u683C\u952E\u7FFB\u8BD1\uFF08\u4EC5\u63D0\u793A\u4E00\u6B21\uFF09",tutorialsSelectors:["textarea#APjFqb"]}},{id:"googleSearch",matches:"www.google.*/search*",blockMinTextCount:32,blockMinWordCount:3,wrapperSuffix:"",detectParagraphLanguage:!0,excludeSelectors:["a h3 + div","div#sfooter","a[role=presentation] > div > div:first-child",".b5ZQcf",".CEMjEf",".MgUUmf.NUnG9d","#result-stats","[role=navigation]","div.sCuL3","div.eFM0qc.BCF2pd","div.WZ8Tjf","div.adDDi","#headerSection","#rateChatDiv","[id=bres]",".title-D5Lgyj","[data-attrid='VisualDigestVideoResult']",".search-enhance-WDIEkP h4",".SPZz6b h2",".CtCigf",".VLkRKc",".EbH0bb",".Wr0c6d",".jleFbf","#searchform",".yg51vc",".CbAZb"],extraBlockSelectors:[".MUFPAc"],"additionalExcludeSelectors.add":["[jscontroller='UsftYd']"],globalStyles:{".V82bz":"-webkit-line-clamp: unset;max-height: unset;margin-bottom:30px",".pe7FNb":"-webkit-line-clamp: unset;",".promotion-3PDMAb":"display: none;",".uAKcGb":"-webkit-line-clamp: unset;max-height: unset;margin-bottom:30px","div[data-content-feature='1'] > div":"-webkit-line-clamp: unset;max-height: unset;","div[style='-webkit-line-clamp:2']":"-webkit-line-clamp: unset;max-height: unset;","div[style='-webkit-line-clamp:3']":"-webkit-line-clamp: unset;max-height: unset;","div[style='-webkit-line-clamp:4']":"-webkit-line-clamp: unset;max-height: unset;",".Pw4Ldf.RsCEN":"height:unset;",".related-question-pair":"overflow:auto;"},ignoreZhCNandZhTW:!0,isTranslateTitle:!1,searchEnhancementConfig:[{id:"google",urlMatch:"https://www\\.google\\..+/search",style:{source:"font-size:12px; margin-bottom: 6px;",enTitle:"margin-top:6px;font-size:14px;",searchTitle:"margin-top:6px;position:relative;padding-right:24px;",more:"color:#1a0dab;margin-top:8px;",enTitleClassName:"immersive-translate-search-enhancement-en-title"},keyword:{value:"[0]$1",matches:[{source:"url",matchRegex:"q=(.+?)&"}]},showCount:5}]},{id:"lowendtalk",matches:"lowendtalk.com",selectors:["[role=heading]","h1",".userContent"]},{id:"linkedinJobs",matches:"www.linkedin.com/jobs/*",selectors:["#job-details > span",".decorated-job-posting__details"]},{id:"linkedinFeed",matches:"https://linkedin.com/feed/*",selectors:["h1",".feed-shared-update-v2__description-wrapper"]},{id:"indiehackers",matches:"www.indiehackers.com",selectors:[".content","h1","h3.story__title",".feed-item__title-link",".article-body",".interview-body"]},{id:"libreddit",matches:"libreddit.de",selectors:["h2.post_title",".comment_body > .md"]},{id:"notionSite",matches:["notion.site","*.notion.site"],normalizeBody:"body",selectors:["div[data-block-id]"]},{id:"notion_so",matches:["www.notion.so"],injectedCss:["[aria-label='Templates'] font br {display:none;}"]},{id:"newyorker",matches:"www.newyorker.com",additionalSelectors:["h1","[data-testid=SummaryItemHed]"],excludeSelectors:["[data-testid=PersistentTop]","[data-testid=StackedNavigationHeader]"],urlChangeDelay:2e3},{id:"startme",matches:"start.me",selectors:[".rss-article__title",".rss-articles-list__article-link",".rss-showcase__title",".rss-showcase__text"]},{id:"scmp",matches:"www.scmp.com",additionalSelectors:[".info__subHeadline",".section-content h2"],globalStyles:{".topic__article-list":"height: unset;",".adverisers__adveriser":"height: unset;",".advertiser__content":"height: unset;",".content-title__link":"display:unset;overflow:unset;-webkit-line-clamp:unset;",".title__text":"max-height:unset; -webkit-line-clamp:unset;",".news-list-item__news-title":"max-height:unset; -webkit-line-clamp:unset;","a[class*='link'] > .link__headline":"max-height:unset; -webkit-line-clamp:unset;"},"bodyRule.add":{bodySelector:"[data-qa='ArticleList-Item']",articleSelector:"[data-qa='GenericArticle-Content']",xpathRule:["datatype:p"]}},{id:"lesswrong",matches:"www.lesswrong.com",extraBlockSelectors:["span.commentOnSelection"]},{id:"mastodon",matches:["mastodon.social","mastodon.online","kolektiva.social","indieweb.social","mastodon.world","infosec.exchange"],isTranslateTitle:!1,selectorMatches:["div#mastodon"],selectors:["div.status__content__text",".about__section__body",".content",".form-container",".account__header__extra"],globalAttributes:{"[class='notranslate app-holder']":{class:"app-holder"}},detectLanguage:!0},{id:"cnbc",matches:"www.cnbc.com",urlChangeDelay:1e3,globalStyles:{"div.Card-titleContainer > div":"-webkit-line-clamp: unset;max-height: unset;"},"excludeSelectors.add":["#GlobalNavigation","#GlobalFooter",".LiveBlogHeader-timestampAndShareBarContainer",".LiveBlogHeader-liveUpdatesPill"]},{id:"dailyDev",matches:"app.daily.dev",selectors:["h1",".typo-body","article h3","[class^=markdown_markdown]"],globalStyles:{".line-clamp-3":"-webkit-line-clamp: unset"}},{id:"pornhub",matches:["*.pornhub.com","pornhub.com"],excludeMatches:["*.pornhub.com/insights/*","pornhub.com/insights/*"],extraBlockSelectors:[".trendingNow",".searchItem",".tagcloud > a"],detectParagraphLanguage:!0,wrapperPrefix:"
",wrapperSuffix:` +?`]},azure:{placeholderDelimiters:["@","#"]},you:{placeholderDelimiters:["@","#"]},openl:{placeholderDelimiters:["@","#"]},niu:{placeholderDelimiters:["@","#"]}},shortcuts:{toggleTranslatePage:"Alt+A",toggleTranslateTheWholePage:"Alt+W",toggleOnlyTransation:"",toggleTranslateToThePageEndImmediately:"",toggleTranslationMask:"",shareToDraft:"",toggleMouseHoverTranslateDirectly:""},tempTranslateDomainMinutes:0,translationParagraphLanguagePattern:{matches:["onboarding.immersivetranslate.com","www.reddit.com","old.reddit.com","twitter.com","www.tumblr.com","*.twitter.com","medium.com","*.medium.com","github.com","gist.github.com","www.facebook.com","www.youtube.com","m.youtube.com","read.readwise.io","www.inoreader.com","mail.google.com","google.com","discord.com","*.instagram.com","instagram.com","web.telegram.org","web.whatsapp.com","*.slack.com","*.indeed.com","outlook.live.com","https://bsky.app","store.steampowered.com","test-app.immersivetranslate.com","app.immersivetranslate.com"],excludeMatches:[],selectorMatches:["meta[property='al:ios:url'][content^='medium://']"],selectorExcludeMatches:[]},sourceLanguageUrlPattern:{},selectTranslationFont:"",translationFonts:["Microsoft YaHei","SimSun","NSimSun","SimHei","Microsoft JhengHei","KaiTi","FangSong","PingFang SC","STHeiti","STKaiti","STSong","STFangsong","STZhongsong","STHupo","STXinwei","STLiti","STXingkai","Hiragino Sans GB","Lantinghei SC","Hanzipen SC","Hannotate SC","Songti SC","Wawati SC","Weibei SC","Xingkai SC","Yapi SC","Yuanti SC","Arial Unicode MS","MingLiU-ExtB","Malgun Gothic","Arial","Calibri","Cambria","Candara","Consolas","Constantia","Corbel","Courier New","Georgia","Lucida Console","MingLiU","PMingLiU","MingLiU_HKSCS","Meiryo","MS Gothic","MS PGothic","MS UI Gothic","MS Mincho","MS PMincho","Segoe UI","Segoe UI Symbol","Tahoma","Times New Roman","Trebuchet MS","Verdana","Gulim","Dotum","Batang","Gungsuh","San Francisco","Helvetica Neue","Hiragino Mincho ProN","Hiragino Kaku Gothic ProN","Yu Gothic","Yu Mincho","Geeza Pro","Al Nile","Tehran","Devanagari MT","Kohinoor Devanagari","Apple SD Gothic Neo","Nanum Gothic"],generalRule:{_comment:"",isTranslateWhenServiceChanged:!0,glossaries:[{k:"LLM",v:""},{k:"LLMs",v:""}],excludeRegexps:["(<\\\\/?[a-zA-Z0-9]+(?:[^>]*?)>)","(||||||||||
|
)"],detectionServiceOrder:["google","bing","transmart"],detectParagraphLanguage:!1,paragraphFirstLetterFontSize:35,toastErrorMinTimes:20,enableSubtitle:!1,"subtitle.autoEnableSubtitle":!1,disableNewTextTranslate:!1,skipEditableCheck:!1,mutationObserverLimitTargetSelectors:[],condition:{},normalizeBody:"",inputExecCommandDeleteEnable:!1,inputConfig:{clearContentEnable:!0,execCommandDeleteEnable:!1},mutationExcludeSelectors:["span.highlighter--highlighted","span.highlighter-ext","mark","msreadoutspan","rw-highlight","web-highlight","font.immersive-translate-target-wrapper *","pre",".uacc-clickable"],mutationExcludeContainsSelectors:["msreadoutspan","[class*='rgh-seen-']","[isInvalidTag]","mh","body","relin-hc"],atomicBlockSelectors:["relin-hc"],shareConfig:{injectCss:!0,removeSelectors:["noscript","script"]},mutationConfig:{consumeTimeout:100,buildTimeout:100,checkSelfUpdate:!0},useIframePostMessage:!1,searchEnhancementConfig:[],injectedCss:[],isOnBoardingPage:!1,isEbook:!1,isEbookBuilder:!1,ignoreZhCNandZhTW:!1,showSponsorOnSafari:!1,noTranslateRegexp:["^\\d+.+ago$","^\\d+\\s+MIN\\s+READ$"],waitForSelectors:[],isInjectOptionsUrl:!1,isInjectVersion:!1,isInjectMeta:!1,waitForSelectorsTimeout:3e3,pairs:{},aiRule:{},subtitleRule:{isInject:!0,autoEnableSubtitle:!1,preTranslation:!1,humanPreferred:!0,disabled:!1,hookType:"xhr",showQuickButton:!0,backgroundColor:"#080808",backgroundOpacity:"75",sourceTextColor:"#FFFFFF",translationTextColor:"#FFFFFF",sourceFontSize:"100",translationMode:"dual",translationPosition:"bottom",translationFontSize:"100",translateGroupCount:5,velocityGroup:[1,3,20]},bodyRule:{enable:!0,maxBodyScreenLength:25,articleChildTags:["P"],articleChildTagsNum:4,bodyIsRoot:!1,humanPreferred:!0,preTranslation:!0,xpathRule:["name:P"]},isSubtitleBuilder:!1,minZIndex:0,initTranslationServiceAsSoonAsPossible:!0,targetWrapperTag:"font",additionalInjectedCss:[],isTranslateTitle:!0,enableSearchEnhancement:!1,searchEnhancementSelector:"#rhs",languageDetectMinTextCount:50,wrapperPrefix:"smart",wrapperSuffix:"smart",isPdf:!1,pdfUrlExtractRule:{},isTransformPreTagNewLine:!1,urlChangeDelay:50,mutationChangeDelay:10,mainFrameMinTextCount:50,mainFrameMinWordCount:5,visibleDelay:0,additionalStayOriginalSelectors:["span.katex","span.notranslate",".MathJax_Preview",".MathJax",".MathJax_SVG",'[aria-labelledby^="MathJax-SVG"]',".mwe-math-element","span[translate=no]","em[translate=no]","code[translate=no]","span.math.inline","span.math.display",".ltx_Math",".mathjax-block",".MathJax_CHTML","kbd","span.pretex-inline","span.math-inline",".reference-citations"],translationBlockStyle:"",isShowUserscriptPagePopup:!0,observeUrlChange:!1,paragraphMinTextCount:4,paragraphMinWordCount:2,shadowRootSelectors:[],blockMinTextCount:24,blockMinWordCount:4,asideMaxTextCount:1e3,asideMaxWordCount:200,asideMaxTextCountPerParagraph:67,asideMaxWordCountPerParagraph:12,lineBreakMaxTextCount:0,globalAttributes:{},inputTutorialsText:"",inputTutorialsSelectors:[],globalMeta:{},globalStyles:{},initialGlobalAttributes:{},initialSelectorGlobalAttributes:{header:{translate:"no"},"footer:last-of-type":{translate:"no"},"nav:last-of-type":{translate:"no"},nav:{translate:"no"}},selectors:[],preWhitespaceDetectedTags:["DIV","SPAN"],stayOriginalSelectors:[],additionalSelectors:["h1","section h2","section h3","section h4","main h2","main h3","main h4",".article-title",".article-subtitle",".article_title",".article_subtitle",".article__title",".articleTitle",".Article__content",".titleLink",".summary",".headline",".page-content","aside.note","aside.article-comments","aside.onebox"],atomicBlockTags:[],excludeSelectors:[],additionalExcludeSelectors:['[contenteditable="true"]',".uacc-clickable","#monica-content-root","#immersive-translate-popup",".social-share",".breadcrumbs",".post__footer",".btn",".share-nav",".o-share","[data-toolbar=share]","rp","rt",".prism-code",".rc-CodeBlock","[role=code]","#omni-extension",".omni-item","div[data-paste-markdown-skip]","table.highlight","div[class^=codeBlockContent]","div[class^=codeBlockLines]","div[class^=token-line]","#liuchan-window > .liuchan-container > *",".material-icons","i.fa","i[class^=fa-]",".notranslate","[translate=no]",".navmenu-container",".google-symbols","h1 br","h2 br","h3 br","h4 br","table thead"],translationClasses:[],excludeTags:["TITLE","LINK","SCRIPT","STYLE","TEXTAREA","SVG","svg","G","NOSCRIPT","BUTTON","BASE","HR","PRE","KBD","WBR","RT","RP","META","MATH","TTS-SENTENCE","AIO-CODE","RELIN-TARGET"],bodyTranslateTags:["FOOTER","ASIDE","BUTTON","NAV"],forceTranslateTags:[],metaTags:["META","SCRIPT","STYLE","NOSCRIPT"],additionalExcludeTags:[],stayOriginalTags:["CODE","TT","IMG","SUP","SUB","SAMP","math","semantics","mrow","mo","mfrac","msup","mi","mn","msqrt","d-math"],additionalStayOriginalTags:[],inlineTags:["A","ABBR","FONT","ACRONYM","B","INS","DEL","RUBY","RP","RB","BDO","MARK","BIG","RT","NOBR","CITE","DFN","EM","I","LABEL","Q","S","SMALL","SPAN","STRONG","SUB","SUP","U","KBD","TT","VAR","IMG","CODE","SCRIPT","STYLE","LINK","TIME","META","WBR","RELIN-HC","RELIN-HIGHLIGHT","RELIN-ORIGIN","RELIN-TARGET","XQDD_HIGHLIGHT_NEW_WORD","NOBR","RW-HIGHLIGHT","HYPOTHESIS-HIGHLIGHT"],additionalInlineTags:[],extraInlineSelectors:["p > a span","p > span a span"],additionalInlineSelectors:[".MathJax_Preview",".MathJax",".highlighter--highlighted",".rw-highlight","ruby *"],extraBlockSelectors:["turbo-frame","readme-toc","#hs_cos_wrapper_post_body","#hs_cos_wrapper_post_body","option","ul > li"],allBlockTags:["BODY","HGROUP","CONTENT","ADDRESS","ARTICLE","ASIDE","DETAILS","BLOCKQUOTE","SELECT","OPTION","CANVAS","DD","DL","DT","FIELDSET","FIGCAPTION","FIGURE","FOOTER","HEADER","FORM","HR","MAIN","SUMMARY","NAV","NOSCRIPT","PRE","SECTION","TABLE","TFOOT","UL","VIDEO","P","DIV","H1","H2","H3","H4","H5","H6","UL","LI","OL","BR","PICTURE","TBODY","TR","TD","TH","SOURCE","C-WIZ","BUTTON","TURBO-FRAME","README-TOC"],mutationObserverContainerSelectors:[],pdfNewParagraphLineHeight:2.4,pdfNewParagraphIndent:1.2,pdfNewParagraphIndentRightIndentPx:130,fingerCountToToggleTranslagePageWhenTouching:4,fingerCountToToggleTranslationMaskWhenTouching:0,fingerCountToToggleTranslagePageOnlyTranslationWhenTouching:0,touchShortcutsToggleTranslatePage:"fingers.4",touchShortcutsToggleTranslationMask:"touchShortcutsOff",touchShortcutsToggleTranslatePageOnlyTranslation:"touchShortcutsOff",touchShortcutsToggleTranslateTouchElement:"touchShortcutsOff",touchShortcutsToggleTranslateTouchElementPreferenceKey:"slide.left",mouseHoverHoldKey:"Off",mouseHoverPreferenceKey:"Ctrl"},rules:[{id:"isSubtitleBuilder",isSubtitleBuilder:!0,pageType:"subtitleBuilder",selectorMatches:["meta[name='immersive-translate-subtitle-builder'][content='true']"],pairs:{".source-text":".target-text"},paragraphMinTextCount:4,paragraphMinWordCount:2,isTranslateTitle:!1,wrapperPrefix:"",wrapperSuffix:"","bodyRule.add":{enable:!1}},{id:"isEbook",isEbook:!0,pageType:"ebookReader",isTranslateTitle:!1,urlChangeDelay:200,selectorMatches:["meta[name='immersive-translate-ebook-viewer'][content='true']"],injectedCss:[".immersive-translate-target-translation-block-wrapper {display:block;}"],excludeSelectors:["#drop-target","#drop-target h1","#side-bar","h1#side-bar-title"],extraInlineSelectors:["span.dropcaps"],"bodyRule.add":{enable:!1},paragraphMinTextCount:4,paragraphMinWordCount:2,blockMinTextCount:1,blockMinWordCount:1,containerMinTextCount:1,wrapperPrefix:"
",targetWrapperTag:"span"},{id:"pdf",isPdf:!0,isTranslateTitle:!1,pageType:"pdfReader",selectorMatches:["meta[name='immersive-translate-pdf-viewer'][content='true']"],matches:["https://app.immersivetranslate.com/pdf","https://app.immersivetranslate.com/pdf/","https://app.immersivetranslate.com/pdf/*","http://localhost:38001/pdf*"],"additionalExcludeSelectors.remove":['[contenteditable="true"]'],isTranslateWhenServiceChanged:!1,translationMode:"translation",skipEditableCheck:!0,selectors:["p"],"bodyRule.add":{enable:!1},injectedCss:[".immersive-translate-target-wrapper {display: contents!important;position:absolute;}",".immersive-translate-target-wrapper br {display: none;!important;}",".immersive-translate-target-wrapper span {position: relative;!important;}",".immersive-translate-error-wrapper {padding:0px !important;margin:0px !important;}","font {line-height: 0!important;}"],globalAttributes:{"[class='textLayer']":{translate:"no"}},mutationExcludeContainsSelectors:["font.immersive-translate-target-wrapper"],"shareConfig.add":{removeSelectors:["noscript","script",".toolbar","#sidebarContainer",'[class="page"]',".editorParamsToolbar",".image-mode",".im_db",".im_cb"]},wrapperPrefix:"",isInjectVersion:!0},{id:"sci-hub.pdfWebPage",matches:["sci-hub.*"],waitForSelectorsTimeout:1,pdfUrlExtractRule:{selector:"#pdf",attribute:"src"}},{id:"common.pdfWebPage",waitForSelectorsTimeout:1,selectorMatches:["embed[type='application/pdf']"]},{id:"isEbookBuilder",matches:["https://app.immersivetranslate.com/ebook/make/","http://localhost:38001/ebook/make/"],isEbookBuilder:!0,pageType:"ebookBuilder",toastErrorMinTimes:500,isTranslateWhenServiceChanged:!1,isTranslateTitle:!1,targetWrapperTag:"span",selectorMatches:["meta[name='immersive-translate-ebook-builder'][content='true']"],injectedCss:[".immersive-translate-target-translation-block-wrapper {display:block;}"],globalMeta:{},excludeSelectors:["h1.notranslate","#drop-target","#drop-target h1","#side-bar","h1#side-bar-title","#tool",".Code"],"bodyRule.add":{enable:!1},isInjectMeta:!0,paragraphMinTextCount:4,paragraphMinWordCount:2,blockMinTextCount:1,blockMinWordCount:1,containerMinTextCount:1,wrapperPrefix:"
"},{id:"immersiveTranslateIosOnBoarding",selectorMatches:["meta[name=immersiveTranslateIosOnBoarding]"],initialGlobalAttributes:{"input#immersiveTranslateDetectedSlot":{value:"true"}},isInjectOptionsUrl:!0,isInjectVersion:!0,isInjectMeta:!0},{id:"immersiveTranslateIosOnBoardingStep1",selectorMatches:["meta[name=immersiveTranslateIosOnBoardingStep1]"],isOnBoardingPage:!0,isInjectOptionsUrl:!0,isInjectVersion:!0,isInjectMeta:!0},{id:"immersivePreview",matches:["https://immersivetranslate.com/preview*","https://test.immersivetranslate.com/preview*","https://immersivetranslate.com/drafts*","https://test.immersivetranslate.com/drafts*"],isInjectVersion:!0,isInjectMeta:!0,waitForSelectorsTimeout:1},{id:"pro-pdf",matches:["https://*.immersivetranslate.com/pdf-pro*"],pageType:"pdfProReader","excludeSelectors.add":["table"],isInjectVersion:!0,isInjectMeta:!0,waitForSelectorsTimeout:1},{id:"immersive",matches:["https://immersivetranslate.com","https://test.immersivetranslate.com","https://onboarding.immersivetranslate.com","https://app.immersivetranslate.com","https://test-app.immersivetranslate.com","http://localhost:38001"],isInjectVersion:!0,isInjectMeta:!0,waitForSelectorsTimeout:1},{id:"simpread",selectorMatches:"div.simpread-read-root.simpread-read-root-show > sr-read",mainFrameSelector:"div.simpread-read-root.simpread-read-root-show > sr-read"},{id:"txt",matches:["*://*/*.txt","file://*/*.txt"],selectorMatches:["body > pre"],"mutationExcludeSelectors.add":["body"],isTransformPreTagNewLine:!0,"excludeTags.remove":["PRE"]},{id:"hangejp",matches:["arad.hange.jp","arad.nexon.co.jp","oapi.dingtalk.com","login.dingtalk.com"],useIframePostMessage:!1},{id:"preSites",matches:["mail.jabber.org","antirez.com","patchwork.kernel.org","lists.apache.org","manned.org","bugs.webkit.org","bugzilla.mozilla.org","lwn.net/Articles/*","docs.haproxy.org","man.freebsd.org","www.oreilly.com/openbook/opensources/book/*","gamefaqs.gamespot.com"],isTransformPreTagNewLine:!0},{id:"wikipedia",matches:"*.wikipedia.org",paragraphMinWordCount:2,paragraphMinTextCount:4,injectedCss:[".immersive-translate-target-translation-block-wrapper { display: block; }"],excludeSelectors:[".mw-editsection",".mw-cite-backlink","#p-lang-btn","#right-navigation","#p-associated-pages",".vector-header"],stayOriginalSelectors:[".chemf",".mwe-math-element","[role=math]",".nowrap"],extraInlineSelectors:[".chemf",".mwe-math-element","[role=math]",".nowrap"],"bodyRule.add":{bodySelector:"#content",articleSelector:"#bodyContent"}},{id:"twitter",matches:["twitter.com","mobile.twitter.com","tweetdeck.twitter.com","pro.twitter.com","https://platform.twitter.com/embed*"],additionalStayOriginalSelectors:['[data-testid="tweetText"] a',"[data-testid='UserDescription'] a","[data-testid='HoverCard'] a","[data-testid='UserCell'] a","[data-testid='birdwatch-pivot'] a"],blockMinTextCount:0,blockMinWordCount:0,excludeSelectors:["[aria-describedby][role=button]","header","[data-testid='radioGroupplayback_rate'] div","[data-testid='userFollowIndicator']","[class='css-901oao r-14j79pv r-37j5jr r-n6v787 r-16dba41 r-1cwl3u0 r-bcqeeo r-qvutc0']","[class='css-175oi2r r-1wbh5a2 r-dnmrzs']"],extraBlockSelectors:['[data-testid="tweetText"] div.r-6koalj'],extraInlineSelectors:['[data-testid="tweetText"] div.r-xoduu5','[data-testid="tweetText"] span','[data-testid="UserDescription"] div',"[data-testid='HoverCard'] div[dir=auto] div","[data-testid='HoverCard'] span[dir=auto] div"],globalStyles:{"[data-testid='card.layoutLarge.detail'] > div:nth-child(2)":"-webkit-line-clamp: unset;","[data-testid='card.layoutSmall.detail'] > div:nth-child(2)":"-webkit-line-clamp: unset;","[data-testid='tweetText']":"-webkit-line-clamp: unset;"},ignoreZhCNandZhTW:!0,isTranslateTitle:!1,useIframePostMessage:!1,observeUrlChange:!1,paragraphMinTextCount:2,paragraphMinWordCount:1,selectors:['[data-testid="tweetText"]',".tweet-text",".js-quoted-tweet-text","[data-testid='card.layoutSmall.detail'] > div:nth-child(2)","[data-testid='developerBuiltCardContainer'] > div:nth-child(2)","[data-testid='card.layoutLarge.detail'] > div:nth-child(2)","[data-testid='cellInnerDiv'] div[data-testid='UserCell'] > div> div:nth-child(2)","[data-testid='UserDescription']","[data-testid='HoverCard'] div[dir=auto]","[data-testid='HoverCard'] span[dir=auto]","[data-testid='HoverCard'] [role='dialog'] div[dir=ltr]","[data-testid='birdwatch-pivot'] div[dir=ltr]"],"subtitleRule.add":{type:"live",isInject:!1,injectedCss:["#layers[style='z-index: 1;'] [style='height: 100px;'] { height: 400px !important; }"],liveSubtitleRule:{containerSelector:".css-175oi2r.r-13awgt0.r-1pi2tsx.r-13qz1uu > [role='listbox']",reportSelector:".css-175oi2r.r-1awozwy.r-173mn98.r-1mf7evn.r-7e3msg",textSelectors:[".css-1rynq56.r-bcqeeo.r-qvutc0.r-37j5jr.r-a023e6.r-16dba41.r-dhbnww.r-1pb70le"],mutationChangeDelay:1e3}},"subtitleRule.add_v.[1.2.1]":{type:"twitter",videoPlayerSelector:"video",loadingStyle:"bottom: unset; top: 5%;",injectedCss:["#layers[style='z-index: 1;'] [style='height: 100px;'] { height: 400px !important; }","video::cue {white-space: pre-line;}"]}},{id:"threads",matches:"www.threads.net",selectors:["p",".x1npkx4u.x1exu5d8",".xw7yly9",".xgkxs2y",".x1xdureb.xqti54a.x13vxnyz",".xqti54a.x13vxnyz.x49hn82.xcrlgei.x889kno"],stayOriginalSelectors:[".x1rg5ohu",".xat24cr.xdj266r a"],"excludeSelectors.add":[".x6s0dn4.x78zum5",".xpvyfi4.x1npkx4u.x1ms6mhf"],globalStyles:{span:"max-height:unset;-webkit-line-clamp:unset;height:unset;white-space:unset;"}},{id:"stackoverflow",matches:["stackoverflow.com","*.stackexchange.com","superuser.com","askubuntu.com","serverfault.com"],extraBlockSelectors:["span.comment-copy"],globalStyles:{".s-post-summary--content-excerpt":"-webkit-line-clamp:unset;"},"excludeSelectors.add":[".votecell","header","#footer","#question-header + div","div.postcell div.mb0","div[id^=comments-link-]","#answers-header",".new-post-login",".form-submit","a[href='/questions/ask']","#left-sidebar","a.comment-user","span.comment-date","div.s-prose.js-post-body + div",".bottom-notice","div[data-campaign-name=stk]",".s-post-summary--stats",".s-post-summary--meta"],paragraphMinTextCount:4,paragraphMinWordCount:2},{id:"appleDeveloper",matches:"developer.apple.com/documentation/*",selectors:[".container","h3.title","div.content"]},{id:"hackerNews",matches:"news.ycombinator.com",selectors:[".titleline > a",".comment > .commtext",".toptext","a.hn-item-title",".hn-comment-text",".hn-story-title"],excludeSelectors:[".reply"]},{id:"quora",matches:["*.quora.com","quora.com"],excludeSelectors:[".dom_annotate_multifeed_bundle_AskQuestionPromptBundle",".dom_annotate_feed_switcher","[class='q-box qu-py--small qu-color--gray_light']","[class='q-box spacing_log_answer_header']","[class='q-box qu-flex--auto']","[class='q-text qu-dynamicFontSize--small qu-mt--small qu-color--gray_light qu-passColorToLinks']",".AnswerFooter___StyledFlex-sc-2xbo88-0","[class='q-box qu-mb--small']"],globalStyles:{".qu-truncateLines--3":"-webkit-line-clamp: unset;"}},{id:"oldReddit",matches:["old.reddit.com/*/.compact","old.reddit.com/.compact","www.reddit.com/*/.compact","www.reddit.com/.compact"],selectors:[".title > a",".usertext-body"],detectParagraphLanguage:!0},{id:"otherOldReddit",matches:"old.reddit.com",selectors:["p.title > a","[role=main] .md-container"],detectParagraphLanguage:!0},{id:"redditList",matches:["https://www.reddit.com/r/*/comments/*/*","https://www.reddit.com/","https://www.reddit.com/hot/","https://www.reddit.com/new/","https://www.reddit.com/top/"],excludeMatches:["https://www.reddit.com/r/*/wiki/*"],observeUrlChange:!0,selectors:["h1",".PostHeader__post-title-line","[data-click-id=body] h3","[data-click-id=background] h3","[data-testid=comment]","[data-adclicklocation='title'] h3","[data-adclicklocation=media]","[data-testid='post-title-text']",".PostContent",".post-content",".Comment__body","faceplate-batch .md","[slot=comment]",".RichTextJSON-root","[slot=title]","[slot=text-body]","p.title > a","[role=main] .md-container"],detectParagraphLanguage:!0,globalStyles:{"div.XPromoBottomBar":"display:none","[class*='line-clamp']":"-webkit-line-clamp: unset"},waitForSelectors:["[data-testid=post_author_link]"],"inputConfig.add":{clearContentEnable:!1}},{id:"reddit",matches:"www.reddit.com",selectors:["#search-results-tab-slot","h1",".PostHeader__post-title-line","[data-click-id=body] h3","[data-click-id=background] h3","[data-testid=comment]","[data-adclicklocation='title'] h3","[data-testid='post-title-text']","[slot=comment]","[data-adclicklocation=media]",".PostContent",".post-content",".Comment__body","faceplate-batch .md","[slot=text-body]","p.title > a","[role=main] .md-container","#-post-rtjson-content",".RichTextJSON-root","[slot='title']"],excludeSelectors:[".text-neutral-content-weak"],paragraphMinTextCount:5,paragraphMinWordCount:2,excludeMatches:["https://www.reddit.com/r/*/wiki/*","https://www.reddit.com/settings/*"],detectParagraphLanguage:!0,globalStyles:{"div.XPromoBottomBar":"display:none","[class*='line-clamp']":"-webkit-line-clamp: unset"}},{id:"reuters",matches:"www.reuters.com",excludeSelectors:["[promotext]","[data-testid=Leaderboard]","[data-testid=HomeTickerV2]","[data-testid=SiteFooter]","[class^=refinitiv-promo-bar__container]","[data-testid=ResponsiveAdSlot]","[data-testid=SiteHeader]","[data-testid=HomeTickerV2]"]},{id:"npmjs",matches:"https://www.npmjs.com/package/*",selectors:["#tabpanel-readme > div:first-child"]},{id:"github",matches:"github.com",useIframePostMessage:!1,excludeMatches:["https://github.com/*/*/settings","https://github.com/settings/*","https://github.com/sponsors/*","https://github.com/readme/*","https://github.com/readme/","https://github.com/features/*","https://github.com/customer-stories/*"],mutationExcludeSelectors:[".react-blob-sticky-header *"],selectors:["h1","[aria-label=Issues] .markdown-title","[aria-labelledby=discussions-list] .markdown-title","h3 .markdown-title",".markdown-body",".Layout-sidebar p","div > span.search-match","li.repo-list-item p","#responsive-meta-container p","article p","div.repo-description p","[itemprop=description]",".integrations-auth-wrapper",".new-feed-onboarding-notice","article section[aria-label='card content'] > div > div > div > div:nth-child(2)",".TimelineItem-body .Link--primary",'[role="navigation"] p','[data-testid="commit-row-item"] h4'],atomicBlockSelectors:["[itemprop=description]"],excludeSelectors:[".css-truncate","[data-test-selector='commit-tease-commit-message']","[data-test-selector='create-branch.developmentForm']","div.Box-header.position-relative","div.blob-wrapper-embedded","div.Box.Box--condensed.my-2","div.jp-CodeCell",'[aria-label="Account"] .markdown-title',".js-repos-container .markdown-title","a.anchor","div.file-navigation + div.Box"],extraBlockSelectors:[],extraInlineSelectors:["g-emoji","a.anchor"],stayOriginalTags:["CODE","TT","G-EMOJI","IMG","SUP","SUB"],"stayOriginalSelectors.add":[".issue-link"],detectParagraphLanguage:!0,globalStyles:{".TimelineItem-body .Link--primary":"-webkit-line-clamp: unset;"}},{id:"github-blog",matches:["github.blog"],injectedCss:["font {word-break: break-all !important;}"]},{id:"githubNotebook",matches:"notebooks.githubusercontent.com",useIframePostMessage:!1,excludeSelectors:["div.jp-CodeCell"]},{id:"facebook",matches:"www.facebook.com",excludeMatches:["https://www.facebook.com/business/*","https://www.facebook.com/help*"],selectors:["div[dir=auto][style]","div[dir=auto][class]","span[lang]"],atomicBlockSelectors:["div[dir=auto][style]","div[dir=auto][class]","span[lang]"],insertPosition:"afterend",preWhitespaceDetectedTags:["DIV","SPAN"],extraBlockSelectors:["span.x1vvkbs"],excludeSelectors:["[role=button]"],translationClasses:["immersive-translate-text"],detectParagraphLanguage:!0},{id:"youtubeMobile",matches:"m.youtube.com",selectors:[".comment-text","#content-text",".media-item-headline",".slim-video-information-title",".yt-spec-button-view-model",".yt-core-attributed-string > span",".title"],shareConfig:{injectCss:!1,removeSelectors:["iron-iconset-svg","iframe","ytd-watch-next-secondary-results-renderer","noscript","script"]},"mutationConfig.add":{checkSelfUpdate:!1},"excludeTags.remove":["BUTTON"],additionalExcludeSelectors:[".ytp-caption-window-container","text"],"subtitleRule.add":{type:"youtube",subtitleUrlRegExp:"(/api/timedtext|videoplayback\\?expire.*text)",translateSelectors:[".caption-window",".caption-visual-line"],videoPlayerSelector:".html5-video-player.playing-mode,.html5-video-player.paused-mode",loadingContainerSelector:".ytp-caption-window-container",videoADSelector:".ytp-ad-player-overlay",injectedCss:["#player-shorts-container .ytp-caption-window-bottom {top: 40px; bottom: unset!important;}"],videoSelector:".html5-video-player.playing-mode video,.html5-video-player.paused-mode video",translationOnlyPattern:["m.youtube.com/watch*","m.youtube.com/embed*","m.youtube.com/shorts*"],attachRule:{appendSelector:".html5-video-player.playing-mode,.html5-video-player.paused-mode",injectedCSS:[".imt-caption-container {z-index:40;}"],injectedGlobalCSS:[".caption-window {display: none;} ","shorts-video #immersive-translate-caption-window { height: 150px;}"]}},wrapperPrefix:"",wrapperSuffix:"",observeUrlChange:!0,atomicBlockSelectors:[".comment-text"],globalStyles:{".comment-text":"max-height:unset;",".media-item-headline":"max-height:unset;-webkit-line-clamp:unset;"},injectedCss:[".immersive-translate-target-wrapper img { width: 16px; height: 16px }"],extraBlockSelectors:[".caption-visual-line"]},{id:"youtube",matches:"www.youtube.com",blockMinTextCount:0,blockMinWordCount:0,detectParagraphLanguage:!0,lineBreakMaxTextCount:0,shareConfig:{injectCss:!1,removeSelectors:["iron-iconset-svg","iframe","ytd-watch-next-secondary-results-renderer","noscript","script"]},"additionalExcludeSelectors.add":[".ytp-caption-window-container","text"],globalStyles:{"#video-title":"-webkit-line-clamp: unset;max-height: unset;","h1.ytd-watch-metadata":"-webkit-line-clamp: unset;max-height: unset;","yt-formatted-string#video-title":"-webkit-line-clamp: unset;max-height: unset;","ytd-expander.ytd-comment-renderer":"--ytd-expander-max-lines: 1000;"},injectedCss:[".immersive-translate-target-wrapper img { width: 16px; height: 16px }",".metadata-snippet-container {max-height: unset !important;}",".immersive-translate-target-wrapper {text-align: left;}",".immersive-translate-target-wrapper[dir=rtl] {text-align: right;}"],isTranslateTitle:!1,observeUrlChange:!0,selectors:["yt-formatted-string[slot=content].ytd-comment-renderer","yt-formatted-string.ytd-video-renderer","yt-formatted-string#content-text","h1","yt-formatted-string#video-title","yt-formatted-string.span","span#video-title","a#video-title","yt-formatted-string.ytd-transcript-segment-renderer","#description-inline-expander > yt-attributed-string > span","yt-attributed-string > span","ytd-notification-renderer .message","#message",".yt_to_text_transcript_text"],extraBlockSelectors:["yt-formatted-string.ytd-transcript-segment-renderer",".caption-visual-line"],"subtitleRule.add":{type:"youtube",subtitleUrlRegExp:"(/api/timedtext|videoplayback\\?expire.*text)",translateSelectors:[".caption-window",".caption-visual-line"],videoPlayerSelector:".html5-video-player.playing-mode,.html5-video-player.paused-mode",loadingContainerSelector:".ytp-caption-window-container",videoADSelector:".ytp-ad-player-overlay",translationOnlyPattern:["www.youtube.com/watch*","www.youtube.com/embed*","www.youtube.com/shorts*"],subtitleButtonSelector:".html5-video-player.playing-mode .ytp-subtitles-button,.html5-video-player.paused-mode .ytp-subtitles-button",languageSelector:".ytp-menuitem-label",injectedCss:["#shorts-player .ytp-caption-window-bottom {top: 2%; bottom: unset!important;} #immersive-translate-quick-button-container {font-size: 12px;z-index:1001;}"],quickButtonRule:{appendSelector:".ytp-chrome-controls",insertBeforeSelector:".ytp-right-controls"},videoSelector:".html5-video-player.playing-mode video,.html5-video-player.paused-mode video",attachRule:{appendSelector:".html5-video-player.playing-mode,.html5-video-player.paused-mode",injectedCSS:[".imt-caption-container {z-index:40;}",".imt-caption-window {margin-bottom: 2%}"],injectedGlobalCSS:[".caption-window {display: none;} ","#shorts-player #immersive-translate-caption-window { height: 20%;}",".html5-video-player:not(.ytp-autohide) #immersive-translate-caption-window {bottom: 60px;}"]}},urlChangeDelay:2e3,wrapperPrefix:"
",wrapperSuffix:""},{id:"tvYoutube",matches:"tv.youtube.com","subtitleRule.add":{type:"youtube",preTranslation:!0,humanPreferred:!1,subtitleUrlRegExp:"(/api/timedtext|videoplayback\\?expire.*text)",translateSelectors:[".caption-window",".caption-visual-line"],videoPlayerSelector:".html5-video-player.playing-mode,.html5-video-player.paused-mode",loadingContainerSelector:".ytp-caption-window-container",videoADSelector:".ytp-ad-player-overlay",translationOnlyPattern:["tv.youtube.com/watch*"],subtitleButtonSelector:".ytp-subtitles-button",languageSelector:".ytp-menuitem-label",injectedCss:["#shorts-player .ytp-caption-window-bottom {top: 2%; bottom: unset!important;} #immersive-translate-quick-button-container {font-size: 12px;z-index:1001;}"],quickButtonRule:{appendSelector:".ypcs-control-buttons-right",insertBeforeSelector:".ypcs-control-buttons-right .ypcs-volume-control-slot"},videoSelector:".html5-video-player.playing-mode video,.html5-video-player.paused-mode video",attachRule:{appendSelector:".html5-video-player.playing-mode,.html5-video-player.paused-mode",injectedCSS:[".imt-caption-container {z-index:40;}",".imt-caption-window {margin-bottom: 2%;}"],injectedGlobalCSS:[".caption-window {display: none;} ","#shorts-player #immersive-translate-caption-window { height: 20%;}",".html5-video-player:not(.ytp-autohide) #immersive-translate-caption-window {bottom: 60px;}"]}}},{id:"youtube-subtitle",matches:["www.youtube-nocookie.com","music.youtube.com"],extraBlockSelectors:[".caption-visual-line"],mainFrameMinTextCount:0,"excludeSelectors.add":[".captions-text",".ytp-caption-segment"],"subtitleRule.add":{type:"youtube",subtitleUrlRegExp:"/api/timedtext",translateSelectors:[".caption-window",".caption-visual-line"],videoPlayerSelector:".html5-video-player",loadingContainerSelector:".ytp-caption-window-container",videoADSelector:".ytp-ad-player-overlay",translationOnlyPattern:["www.youtube-nocookie.com/embed*","music.youtube.com/watch*"],subtitleButtonSelector:".ytp-subtitles-button",languageSelector:".ytp-menuitem-label",injectedCss:["#shorts-player .ytp-caption-window-bottom {top: 2%; bottom: unset!important;}"],quickButtonRule:{appendSelector:".ytp-chrome-controls",insertBeforeSelector:".ytp-right-controls"},videoSelector:".html5-video-player video",attachRule:{appendSelector:".html5-video-player",injectedCSS:[".imt-caption-container {z-index:40;}",".imt-caption-window {margin-bottom: 2%;}"],injectedGlobalCSS:[".caption-window {display: none;} ","#shorts-player #immersive-translate-caption-window { height: 20%;}",".html5-video-player:not(.ytp-autohide) #immersive-translate-caption-window {bottom: 60px;}"]}}},{id:"instagramMessage",matches:["https://www.instagram.com/direct/*"],wrapperPrefix:"
",selectors:["div[dir=auto].html-div"]},{id:"instagramPost",matches:["https://www.instagram.com/p/*","https://www.instagram.com/reels/*"],blockMinTextCount:1,paragraphMinTextCount:2,excludeSelectors:["hr+div span[dir=auto][style] > span"],selectors:["h1","ul li h3+div span[dir=auto]","hr+div span[dir=auto][style]","div > div[dir=auto]","div:not([class]) > div > div:nth-child(2)"],wrapperPrefix:"
"},{id:"otherInstagram",blockMinWordCount:1,matches:"https://www.instagram.com/*",paragraphMinTextCount:2,selectors:["h1","article span[dir=auto] > span[dir=auto]","._ab1y","ul li h3+div span[dir=auto]","hr+div span[dir=auto][style]","span[dir=auto] > div > span","div > h1[dir=auto]"],wrapperSuffix:""},{id:"1paragraph",matches:"1paragraph.app",selectors:["#book"]},{id:"poeditor",matches:"https://poeditor.com/projects/*",selectors:[".comment-body",".reference_language .source-string"]},{id:"substack",matches:["*.substack.com","newsletter.rootsofprogress.org"],selectorMatches:["link[href^='https://substackcdn.com/bundle/'][rel=preload]"],excludeSelectors:["[style^=top]",".publication-footer",".subscribe-footer",".main-menu",".navbar-title-link","[data-testid='navbar']",".navbar-title",".captioned-button-wrap",".subscription-widget-wrap",".tweet-header",".tweet-link-bottom",".expanded-link",".meta-subheader",".comment-meta",".comment-actions"],globalStyles:{".reader2-clamp-lines":"max-height: unset; -webkit-line-clamp: unset;","[class*='clamp-']":"max-height: unset; -webkit-line-clamp:unset;",".blurb-text":"max-height: unset;",".comment-body":"max-height: unset;"},extraBlockSelectors:[".reader2-post-title",".tweet-link-top",".tweet-link-bottom",".expanded-link"]},{id:"seekingalpha",matches:["seekingalpha.com/article/*","seekingalpha.com/news/*"],selectors:["[data-test-id=card-container]","[data-test-id=comments-section]"],excludeSelectors:["[data-test-id=post-page-meta]","header > div:first-child"]},{id:"hnAlgolia",matches:"hn.algolia.com",selectors:[".Story_title > a:first-child",".Story_comment > span"]},{id:"readwise",matches:"read.readwise.io",selectors:["div[class^='_titleRow_']","#document-text-content"],detectParagraphLanguage:!0},{id:"inoreader",matches:["www.inoreader.com","*.inoreader.com"],selectors:[".article_header_title",".article_title_link",".article_content",".article_magazine_title_link",".blog-post-page","#welcome_center",".gad_overview_articles_wrapper",".library_article_text h4",".header_name"],excludeMatches:["https://www.inoreader.com/features/"],observeUrlChange:!1,globalStyles:{".article_title_link,.library_article_text h4,.gadget_overview_article_title,.article_magazine_title_link,.reader_pane_view_style_2 .column_view_title":"-webkit-line-clamp: unset;max-height: unset;",".article_tile_content_wraper,div.article_tile":"overflow:auto",".article_header_title":"white-space:normal"}},{id:"aha",matches:"*.ideas.aha.io",excludeSelectors:[".comment-header",".vote-status",".idea-meta",".filters-title",".ideas-showing-count",".my-ideas-filters-wrapper",".statuses-filters-wrapper",".categories-filters-wrapper","[class^='attachment']","span[class^='attachment-name']"]},{id:"googleScholar",matches:["scholar.google.*/*","scholar.google.com.*/*","scholar.google.co.*/*"],wrapperPrefix:` +`,selectors:["h3 a[data-clk]","div.gs_rs","td a.gsc_a_at","td div.gs_gray:last-of-type","div.gsc_oci_value","#gs_opinion"],extraInlineSelectors:["br"],atomicBlockSelectors:["h3 a[data-clk]"]},{id:"googleMail",matches:"mail.google.com",detectParagraphLanguage:!0,selectors:["h2[data-thread-perm-id]","span[data-thread-id]","div[data-message-id] div[class='']",".messageBody","#views"],globalStyles:{"[role='listitem'] > div":"height:auto!important;white-space:unset!important;"}},{id:"googleNews",matches:"news.google.com",blockMinTextCount:26,blockMinWordCount:5,globalStyles:{".MCAGUe":"height: auto;",".To2ZZb.DbQnIe":"height: unset;",".cp7Yvc > h2":"display: block;",".oovtQ":"height: auto;",h4:"-webkit-line-clamp: unset;"},excludeSelectors:[".EyERq",".AOl7G.eejsDc","[aria-label='Home']","[aria-label='For you']","[aria-label='Following']","[aria-label='World']","[aria-label='Local']",".gb_Fc",".wBQf7b",".yPI8Rb",".jKHa4e",".u43Gd",".Zgjpyb","[role='button']","[jsname='rymPhb']",".cbz1ld",".VfPpkd-P5QLlc",".XvhY1d"]},{id:"outlook",matches:"outlook.live.com",excludeSelectors:[".jHAG3.XG5Jd",".OZZZK",".lDdSm"]},{id:"producthunt",matches:"www.producthunt.com",excludeMatches:"https://www.producthunt.com/stories/*",selectors:["h2","div[class^='styles_htmlText__']","[class^='styles_tagline']","a[href^='/discussions/'].fontWeight-600","button[class^='styles_textButton'] > div > span","h5 + p","div[data-test=product-item-name] + div",".noOfLines-1,.noOfLines-2,.noOfLines-3",".fontWeight-600","[class*='styles_dropdown']","[class*='styles_aboutText']","[class*='styles_titleContainer']","[class*='styles_header'] h1"],globalStyles:{"h5 + p":"height:unset;",".noOfLines-1,.noOfLines-2,.noOfLines-3":"-webkit-line-clamp:unset;"},"excludeTags.remove":["PRE"]},{id:"codeforces",matches:"https://codeforces.com/*","stayOriginalTags.add":["[class^='MathJax']"]},{id:"discord",matches:"https://discord.com/channels/*",isTranslateTitle:!1,selectors:["li[id^=chat-messages] div[id^=message-content]","div[class^=headerText]","section[aria-label='Search Results'] div[id^=message-content]"],extraBlockSelectors:["[class^='embedFieldValue']","li[class^='card'] div[class^='message']","[data-list-item-id^='forum-channel-list'] div[class^='headerText']"],globalStyles:{"div[class^=headerText]":"max-height: unset;","div[class^=message]":"max-height: unset;","div[class^=text]":"max-height: unset;","h3[data-text-variant='heading-lg/semibold']":"-webkit-line-clamp: none;"},detectParagraphLanguage:!0,wrapperPrefix:"
",wrapperSuffix:"",paragraphMinTextCount:4,paragraphMinWordCount:2},{id:"telegram",matches:["web.telegram.org/z/*","web.telegram.org/a/*"],isTranslateTitle:!1,selectors:[".text-content",".message",".reply-markup-button-text",".bot-commands-list-element-description"],"extraBlockSelectors.add":[".message.spoilers-container em",".message.spoilers-container strong"],excludeSelectors:[".time",".peer-title",".document-wrapper",".message.spoilers-container custom-emoji-element"],detectParagraphLanguage:!0},{id:"telegramK",matches:["web.telegram.org/k/*","web.telegram.org/k/"],selectors:[".message",".reply-markup-button-text",".bot-commands-list-element-description"],"extraBlockSelectors.add":[".message.spoilers-container em",".message.spoilers-container strong"],excludeSelectors:[".time",".peer-title",".document-wrapper",".message.spoilers-container custom-emoji-element"],detectParagraphLanguage:!0},{id:"githubGist",matches:"gist.github.com",selectors:[".markdown-body",".readme"],detectParagraphLanguage:!0},{id:"lobste",matches:"lobste.rs",excludeMatches:["https://lobste.rs/about","https://lobste.rs/chat"],selectors:[".u-repost-of",".comment_text",".story_text"]},{id:"slack",matches:"*.slack.com",selectors:[".p-rich_text_block",".p-message_pane__foreword",".c-alert__message","[data-qa=message_attachment_text]"],additionalStayOriginalSelectors:["[data-qa=emoji]"],detectParagraphLanguage:!0},{id:"artstationArtwork",matches:"www.artstation.com/artwork/*",excludeSelectors:".project-description a",selectors:[".project-description","div.project-comment-text"],detectParagraphLanguage:!0},{id:"artstationLearning",matches:"www.artstation.com/learning/courses/*",additionalSelectors:["footer.learning-course-description.ng-star-inserted > span"],excludeSelectors:[".learning-card-meta",".vjs-text-track-display"],"mutationExcludeSelectors.add":[".vjs-text-track-display *"],"subtitleRule.add":{type:"webvtt",subtitleUrlRegExp:"/subtitles/.*\\.(vtt|webvtt)$",loadingContainerSelector:".vjs-text-track-display",quickButtonRule:{appendSelector:".vjs-control-bar",insertBeforeSelector:".vjs-playback-rate",injectCSS:".imt-quick-subtitle-button { font-size: 12px;} .logo,.logo svg { height: 18px !important; width: 18px !important;} .imt-quick-subtitle-pop-content {bottom: 38px !important;}"},videoSelector:"video",attachRule:{appendSelector:".video-js",injectedGlobalCSS:[".vjs-text-track-display {display: none;}",".captions-text: {margin-bottom: 10%;}"]}}},{id:"artstationBlog",matches:["https://www.artstation.com/blogs","https://www.artstation.com/blogs/*"],detectParagraphLanguage:!0,additionalSelectors:[".comment-item-body"],atomicBlockSelectors:[".author-headline",".author-location"],excludeSelectors:["blog-card-thumbnail","blog-card-header",".blog-card-author",".blog-card-meta",".blog-view-header",".blog-grid-title",".post-meta-header"]},{id:"figmaCommunity",matches:"www.figma.com/community/*",normalizeBody:"div.ql-editor[contenteditable='false']",excludeSelectors:["div[class*='metadataRight']","div[class*='commentMetaAndOptions']"],globalStyles:{"div[class*='mini_cardBottomRowSizing']":"height: 3em;"},additionalSelectors:["div[class*='mini_cardBottomRow_Metadata']"],stayOriginalSelectors:["[data-tooltip='tooltip-user-info']"]},{id:"googleIndex",matches:["https://www.google.com/","https://www.google.com.hk/"],excludeSelectors:["#gb","#SIvCob"],inputTutorialsText:"\u8BD5\u8BD5\u8F93\u5165\u4E2D\u6587\u540E\u5FEB\u901F\u8FDE\u51FB 3 \u6B21\u7A7A\u683C\u952E\u7FFB\u8BD1\uFF08\u4EC5\u63D0\u793A\u4E00\u6B21\uFF09",inputTutorialsSelectors:["textarea#APjFqb"],"inputConfig.add":{tutorialsText:"\u8BD5\u8BD5\u8F93\u5165\u4E2D\u6587\u540E\u5FEB\u901F\u8FDE\u51FB 3 \u6B21\u7A7A\u683C\u952E\u7FFB\u8BD1\uFF08\u4EC5\u63D0\u793A\u4E00\u6B21\uFF09",tutorialsSelectors:["textarea#APjFqb"]}},{id:"googleSearch",matches:"www.google.*/search*",blockMinTextCount:32,blockMinWordCount:3,wrapperSuffix:"",detectParagraphLanguage:!0,excludeSelectors:["a h3 + div","div#sfooter","a[role=presentation] > div > div:first-child",".b5ZQcf",".CEMjEf",".MgUUmf.NUnG9d","#result-stats","[role=navigation]","div.sCuL3","div.eFM0qc.BCF2pd","div.WZ8Tjf","div.adDDi","#headerSection","#rateChatDiv","[id=bres]",".title-D5Lgyj","[data-attrid='VisualDigestVideoResult']",".search-enhance-WDIEkP h4",".SPZz6b h2",".CtCigf",".VLkRKc",".EbH0bb",".Wr0c6d",".jleFbf","#searchform",".yg51vc",".CbAZb"],extraBlockSelectors:[".MUFPAc"],"additionalExcludeSelectors.add":["[jscontroller='UsftYd']"],globalStyles:{".V82bz":"-webkit-line-clamp: unset;max-height: unset;margin-bottom:30px",".pe7FNb":"-webkit-line-clamp: unset;",".promotion-3PDMAb":"display: none;",".uAKcGb":"-webkit-line-clamp: unset;max-height: unset;margin-bottom:30px","div[data-content-feature='1'] > div":"-webkit-line-clamp: unset;max-height: unset;","div[style='-webkit-line-clamp:2']":"-webkit-line-clamp: unset;max-height: unset;","div[style='-webkit-line-clamp:3']":"-webkit-line-clamp: unset;max-height: unset;","div[style='-webkit-line-clamp:4']":"-webkit-line-clamp: unset;max-height: unset;",".Pw4Ldf.RsCEN":"height:unset;",".related-question-pair":"overflow:auto;"},ignoreZhCNandZhTW:!0,isTranslateTitle:!1,searchEnhancementConfig:[{id:"google",urlMatch:"https://www\\.google\\..+/search",style:{source:"font-size:12px; margin-bottom: 6px;",enTitle:"margin-top:6px;font-size:14px;",searchTitle:"margin-top:6px;position:relative;padding-right:24px;",more:"color:#1a0dab;margin-top:8px;",enTitleClassName:"immersive-translate-search-enhancement-en-title"},keyword:{value:"[0]$1",matches:[{source:"url",matchRegex:"q=(.+?)&"}]},showCount:5}]},{id:"lowendtalk",matches:"lowendtalk.com",selectors:["[role=heading]","h1",".userContent"]},{id:"linkedinJobs",matches:"www.linkedin.com/jobs/*",selectors:["#job-details > span",".decorated-job-posting__details"]},{id:"linkedinFeed",matches:"https://linkedin.com/feed/*",selectors:["h1",".feed-shared-update-v2__description-wrapper"]},{id:"indiehackers",matches:"www.indiehackers.com",selectors:[".content","h1","h3.story__title",".feed-item__title-link",".article-body",".interview-body"]},{id:"libreddit",matches:"libreddit.de",selectors:["h2.post_title",".comment_body > .md"]},{id:"notionSite",matches:["notion.site","*.notion.site"],normalizeBody:"body",selectors:["div[data-block-id]"]},{id:"notion_so",matches:["www.notion.so"],injectedCss:["[aria-label='Templates'] font br {display:none;}"]},{id:"newyorker",matches:"www.newyorker.com",additionalSelectors:["h1","[data-testid=SummaryItemHed]"],excludeSelectors:["[data-testid=PersistentTop]","[data-testid=StackedNavigationHeader]"],urlChangeDelay:2e3},{id:"startme",matches:"start.me",selectors:[".rss-article__title",".rss-articles-list__article-link",".rss-showcase__title",".rss-showcase__text"]},{id:"scmp",matches:"www.scmp.com",additionalSelectors:[".info__subHeadline",".section-content h2"],globalStyles:{".topic__article-list":"height: unset;",".adverisers__adveriser":"height: unset;",".advertiser__content":"height: unset;",".content-title__link":"display:unset;overflow:unset;-webkit-line-clamp:unset;",".title__text":"max-height:unset; -webkit-line-clamp:unset;",".news-list-item__news-title":"max-height:unset; -webkit-line-clamp:unset;","a[class*='link'] > .link__headline":"max-height:unset; -webkit-line-clamp:unset;"},"bodyRule.add":{bodySelector:"[data-qa='ArticleList-Item']",articleSelector:"[data-qa='GenericArticle-Content']",xpathRule:["datatype:p"]}},{id:"lesswrong",matches:"www.lesswrong.com",extraBlockSelectors:["span.commentOnSelection"]},{id:"mastodon",matches:["mastodon.social","mastodon.online","kolektiva.social","indieweb.social","mastodon.world","infosec.exchange"],isTranslateTitle:!1,selectorMatches:["div#mastodon"],selectors:["div.status__content__text",".about__section__body",".content",".form-container",".account__header__extra"],globalAttributes:{"[class='notranslate app-holder']":{class:"app-holder"}},detectLanguage:!0},{id:"cnbc",matches:"www.cnbc.com",urlChangeDelay:1e3,globalStyles:{"div.Card-titleContainer > div":"-webkit-line-clamp: unset;max-height: unset;"},"excludeSelectors.add":["#GlobalNavigation","#GlobalFooter",".LiveBlogHeader-timestampAndShareBarContainer",".LiveBlogHeader-liveUpdatesPill"]},{id:"dailyDev",matches:"app.daily.dev",selectors:["h1",".typo-body","article h3","[class^=markdown_markdown]"],globalStyles:{".line-clamp-3":"-webkit-line-clamp: unset"}},{id:"pornhub",matches:["*.pornhub.com","pornhub.com"],excludeMatches:["*.pornhub.com/insights/*","pornhub.com/insights/*"],extraBlockSelectors:[".trendingNow",".searchItem",".tagcloud > a"],detectParagraphLanguage:!0,wrapperPrefix:"
",wrapperSuffix:` `,globalStyles:{"span.title":"height:unset; max-height:unset;",".detailedInfo":"max-height:unset;",".pcVideoListItem":"max-height:unset;",".wrap":"height:unset;",".entry-header":"height:unset;",".entry-title > a":"height:unset;-webkit-line-clamp:unset;"}},{id:"yourporn",matches:"https://www.youporn.com/*",extraBlockSelectors:[".button"],globalStyles:{".video-box":"max-height:unset;",".video-box-title":"white-space:unset;"}},{id:"modelhub",matches:"https://www.modelhub.com/*",globalStyles:{".videoTitle":"height:unset;",a:"height:unset;"}},{id:"xvideos",matches:"https://www.xvideos.com/*",globalStyles:{".title":"-webkit-line-clamp:unset;max-height:unset;",".mozaique":"display:flex; flex-wrap:wrap;"},excludeSelectors:[".video-hd-mark"]},{id:"missav",matches:"https://missav.com/*",globalStyles:{".truncate":"white-space:unset;",".overflow-y-hidden":"max-height:unset;overflow-y:unset;"},"subtitleRule.add":{type:"av",avSerial:{type:"url",regexStr:".+/([a-z0-9-]+)$"},videoSelector:".plyr__video-wrapper video",attachRule:{appendSelector:".plyr--video",injectedGlobalCSS:""},quickButtonRule:{appendSelector:".plyr__controls",insertBeforeSelector:'[data-plyr="captions"]'}}},{id:"javbus",matches:"https://www.javbus.com/*",globalStyles:{".photo-info":"height:unset;"},excludeSelectors:[".item-tag","date"]},{id:"spankbang",matches:"https://spankbang.com/*",globalStyles:{".video-item > a":"white-space:unset;"},excludeSelectors:[".stats",".thumb"],extraBlockSelectors:[".searches > a",".tag > a",".extra > a",".positions > li"]},{id:"javdb",matches:"https://javdb*.com/*",globalStyles:{".video-title":"white-space:unset;"},excludeSelectors:[".video-number",".score",".has-addons"]},{id:"jable",matches:"https://jable.tv/*",globalStyles:{".title":"white-space:unset;max-height:unset;",".img-box > a":"position:relative;"}},{id:"netflav.player",matches:["https://netflavns1.com","https://embedrise.com"],mainFrameMinTextCount:0,"subtitleRule.add":{type:"av",avSerial:{type:"url",regexStr:"code=([a-z0-9-]+)"},videoSelector:"#vplayer video",attachRule:{appendSelector:"#vplayer"},quickButtonRule:{appendSelector:"#vplayer .jw-button-container",insertBeforeSelector:"#vplayer .jw-button-container .jw-icon-cc"}}},{id:"netflav",matches:["https://netflav*.com/*"],globalStyles:{".grid_title":"max-height:unset;"},extraBlockSelectors:[".genre_filter_item","button"],"subtitleRule.add":{type:"av",avSerial:{type:"selector",selector:".videodetail_2_field_values",serialAttachIframe:"#iframe-block"}}},{id:"czechvideo",matches:"https://czechvideo.co/*",globalStyles:{".short-story":"height:unset;",".short-title":"height:unset;"},globalAttributes:{header:{translate:"unset;"}}},{id:"weibo",matches:["weibo.com","*.weibo.*"],selectors:["div[class^='detail_wbtext']",".weibo-text"],"stayOriginalSelectors.add":[".expand"]},{id:"medium",matches:["medium.com","*.medium.com"],selectorMatches:["meta[property='al:ios:url'][content^='medium://']"],urlChangeDelay:20,"additionalExcludeSelectors.remove":["i.fa","i[class^=fa-]",".navmenu-container",".google-symbols"],selectors:["h1","h2","h3","article section","[aria-hidden='false'] pre","article p",".postMetaInline","a .u-fontSize24"],excludeSelectors:["[aria-label='Post Preview Reading Time']",".al.b.bl.ag.bp",".al.b.bl.ag.ai",".hx.hy.hz.ia.ib.ab",".qb.ab",".ai.bn.n.mj",".speechify-ignore"],globalStyles:{"h2,h3":"-webkit-line-clamp: unset;max-height:unset;","article p":"-webkit-line-clamp: unset;max-height:unset;"},injectedCss:[".u-lineClamp4,.u-lineClamp3,.u-lineClamp2 {-webkit-line-clamp:unset!important;max-height:unset!important;}"]},{id:"nitter",selectorMatches:["meta[property='og:site_name'][content='Nitter']"],selectors:[".tweet-content",".quote-text"]},{id:"economist",matches:"www.economist.com",extraInlineSelectors:["span[data-caps='initial']"],excludeSelectors:["footer.ds-footer"],injectedCss:["a::before {position:relative!important;}"]},{id:"healthline",matches:"www.healthline.com",excludeSelectors:[".icon-hl-trusted-source-after"]},{id:"ebay",matches:"www.ebay.com",excludeSelectors:["headers","[itemprop=offers]",".dne-itemtile-original-price"],paragraphMinTextCount:4,paragraphMinWordCount:2,globalStyles:{"[itemprop=name]":"-webkit-line-clamp: unset;max-height: unset;",".merch-item-title":"-webkit-line-clamp: unset;max-height: unset;"}},{id:"skinstore",matches:"www.skinstore.com",excludeSelectors:[".responsiveFlyoutMenu_levelOneLink"],paragraphMinTextCount:4,paragraphMinWordCount:2},{id:"tripadvisor",matches:"www.tripadvisor.com",paragraphMinTextCount:4,paragraphMinWordCount:2},{id:"primevideo",matches:["www.primevideo.com","https://*.amazon.co.*/*video*","https://*.amazon.com/*video*"],"excludeSelectors.add":["#dv-web-player"],"mutationExcludeSelectors.add":["#dv-web-player *"],"subtitleRule.add":{type:"ebutt",hookType:"xhr",subtitleUrlRegExp:"\\.ttml2$",loadingContainerSelector:"#dv-web-player"}},{id:"amazon",matches:"www.amazon.com",paragraphMinTextCount:4,paragraphMinWordCount:2,extraBlockSelectors:[".a-size-small.a-link-normal.page-banner-link.a-nowrap"],globalStyles:{".a-carousel-viewport":"height:unset;","[class*='clamp']":"max-height: unset;-webkit-line-clamp: unset;","[data-rows]":"max-height: unset;-webkit-line-clamp: unset;","[data-a-expander-name='review_text_read_more']":" max-height: unset;"},excludeSelectors:["#navFooter","#navbar-main",".s-price-instructions-style","[class*='-star ']","[data-hook='acr-average-stars-rating-text']",".a-color-price"]},{id:"visualstudioMarketplace",matches:"marketplace.visualstudio.com",additionalExcludeSelectors:[".core-info-second-row",".core-info-third-row",".meta-data-list",".item-title",".breadcrumb",".itemDetails-right",".ux-user-name",".ux-updated-date",".ux-item-second-row-wrapper",".stats-and-offer",".header-container"],atomicBlockSelectors:[".core-info-cell > div.name"],globalStyles:{".item-details-control-root.ux-item-shortdesc":"height: unset; overflow: visible; max-height:unset;"}},{id:"bloomberg",matches:"www.bloomberg.com",urlChangeDelay:2e3,excludeSelectors:[".ticker-bar","nav","[aria-label=Banner]","aside","[data-component=ticker-bar]","footer.bb-global-footer",".vjs-text-track-display"],"bodyRule.add":{bodySelector:"main article",articleSelector:".body-content"},"subtitleRule.add":{type:"webvtt",subtitleUrlRegExp:"webvtt$",loadingContainerSelector:".vjs-text-track-display",quickButtonRule:{appendSelector:".vjs-control-bar",insertBeforeSelector:".vjs-playback-rate"}}},{id:"baiduXueshu",matches:"xueshu.baidu.com",globalStyles:{".abstract_wr":"height: unset; overflow: visible; max-height:unset;"}},{id:"sciencedirect",matches:"www.sciencedirect.com",urlChangeDelay:2e3,stayOriginalSelectors:["span.display","span.math"],extraBlockSelectors:["span.captions","span[id^=cap]"],globalAttributes:{"#abspara0010 br":{style:"display:none;"}}},{id:"thehighestofthemountains",matches:"www.thehighestofthemountains.com",extraBlockSelectors:"div"},{id:"telegraph1",matches:"te.legra.ph",normalizeBody:"div.ql-editor[contenteditable='false']",urlChangeDelay:500},{id:"telegraph2",matches:["telegra.ph"],normalizeBody:"div.ql-editor[contenteditable='false']",wrapperPrefix:` `},{id:"annasArchive",matches:["*.annas-archive.org","annas-archive.org"],selectors:[],globalStyles:{"div[id^='link-index-']":"height: unset; max-height: unset;","main div[class*='h-[125]']":"height:auto"},normalizeBody:"body",extraBlockSelectors:["a.custom-a"]},{id:"explainshell",matches:["explainshell.com"],selectors:["[class='help-box']"]},{id:"apnews",matches:["apnews.com"],urlChangeDelay:2e3},{id:"googlePlay",matches:"play.google.com",excludeSelectors:[".vlGucd",".ubGTjb"],globalStyles:{".Epkrse":"-webkit-line-clamp:unset;"}},{id:"tumblr",matches:["www.tumblr.com"],selectors:["article h1","article > header + div","[data-testid=notes-root] p","div.k31gt","p","article ul","article h2","article h3","article h4","article h5","article h6","article blockquote","article ol"],excludeSelectors:["div.fAAi8","div.wvu3V"],preWhitespaceDetectedTags:["DIV","SPAN","P"]},{id:"tinytask",matches:"https://www.tinytask.net",globalStyles:{"table > tbody > tr > td > center > table > tbody > tr > td > ul > li":"height: 100%"}},{id:"foxnews",matches:"www.foxnews.com",shadowRootSelectors:["[data-spot-im-module-default-area='conversation'] > div"],"excludeTags.add":["TEXT","IMG","SUB","SUP","CODE","TT","ASIDE"],excludeSelectors:[".site-footer",".components-MessageDetails-index__message-details-wrapper","div[class^=SlideDown__container]",".components-MessageActions-index__messageActionsWrapper","span[data-openweb-allow-amp]","div.spcv_typing-users"]},{id:"afreecatv",matches:"www.afreecatv.com",globalStyles:{"a.title":"max-height:unset;-webkit-line-clamp:unset;"}},{id:"opennet",matches:"opennet.ru","excludeTags.add":["LABEL","IMG","SUB","SUP","CODE","TT"],"excludeTags.remove":["LINK","G","MATH","TTS-SENTENCE","AIO-CODE"]},{id:"construct",matches:["www.construct.net"],excludeMatches:["preview.construct.net","editor.construct.net"],additionalSelectors:["aside","div.manualContent"],atomicBlockSelectors:[],stayOriginalSelectors:["a.usernameReference"],additionalInlineSelectors:["a.forumLink"],additionalExcludeSelectors:["div.topNav","div.usernameLink","ul.authorDetails","ul.tagViewer","ul.breadCrumbNav","ul.subForumForums","ul.postTools","li.comment ul.controls","div.forumTopNavWrap","div.downloadWrap","div.articleLeftMenu","div.usernameTextWrap","div.favouriteWrap","div.bannerWrapper","div.viewAddonRightMenu","div.extendedMenu.addonsSubMenu","#BottomLinks.bottomLinks","div#LeftSide.leftSide","div#BottomWrap.bottomWrap","div.courseListWrap div.overview","div.conversationControls","div.contentWrapper h1","div.conversationControls","td.location a#LocationLink","#TopLevelComments .topBar","#TopLevelComments .controls",".tagViewWrap",".changeCount",".otherStats",".FilterMenu",".mobileTopicStats",".forumControlsWrapper",".forumsBottomNavWrap",".breadCrumbNav",".favouriteWrap",".usernameLink",".followWrapper",".blogPostStats",".manualContent dl dt"],globalStyles:{"td.location a#LocationLink":"padding-top: 4px;","div.articleMain .tutCourseWrap":"align-items: flex-start;"}},{id:"getpocket",matches:"getpocket.com",selectors:["h2","div.excerpt p","article","h1"],globalStyles:{"h2.title":"max-height:unset;-webkit-line-clamp:unset;","div.excerpt p":"max-height:unset;-webkit-line-clamp:unset;"}},{id:"fandom",matches:"*.fandom.com",urlChangeDelay:800,normalizeBody:"#mw-content-text",globalStyles:{"#mw-content-text > div > div:nth-child(1)":"height:100%;"},additionalExcludeSelectors:["header.fandom-community-header","div.ph-registration-buttons"]},{id:"huggingface",matches:"huggingface.co",globalStyles:{".line-clamp-2":"-webkit-line-clamp:unset;max-height:unset;"}},{id:"statista",matches:"www.statista.com",globalStyles:{".itemContent__text":"height:unset;max-height:unset;",".itemContent__subline":"height:unset;max-height:unset;"}},{id:"epubReader",matches:"epub-reader.online",globalStyles:{"span.slide-contents-item-label":"overflow:visible;max-height:unset;white-space:normal;"},atomicBlockSelectors:["div.slide-contents-item"]},{id:"you",matches:"https://you.com/search",globalStyles:{h3:"max-height:unset;-webkit-line-clamp:unset;",".caKYaC":"max-height:unset;-webkit-line-clamp:unset;",".dDwDsu":"max-height:unset;-webkit-line-clamp:unset;"},excludeSelectors:["div.hpIWZO"]},{id:"auth0Openai",matches:"auth0.openai.com",excludeSelectors:["form","header > h1"]},{id:"chatOpenai",matches:"chat.openai.com",excludeSelectors:["div.absolute.bottom-0.left-0.w-full","h1","div#headlessui-portal-root","nav","ul[aria-multiselectable]",".markdown *","div[class='flex flex-col items-start']","div[class='flex items-center justify-center gap-1 border-b border-black/10 bg-gray-50 p-3 text-gray-500 dark:border-gray-900/50 dark:bg-gray-700 dark:text-gray-300']"],"excludeTags.remove":["BUTTON"],isTranslateTitle:!1,wrapperPrefix:"",globalStyles:{"[class*='line-clamp']":"max-height:unset;-webkit-line-clamp:unset;height:unset;white-space:unset;"},aiRule:{streamingSelector:".result-streaming.markdown",messageWrapperSelector:".markdown",streamingChange:!0,streamingDeepChild:!0,streamingDelayTime:1e3}},{id:"poe",matches:["https://poe.com/*"],excludeSelectors:[".Markdown_markdownContainer__Tz3HQ *",".MarkdownLink_linkifiedLink__KxC9G","menu","aside"],aiRule:{streamingSelector:".ChatStopMessageButton_stopButton__LWNj6",messageWrapperSelector:".Markdown_markdownContainer__Tz3HQ",streamingChange:!1,streamingDeepChild:!0,streamingDelayTime:1e3}},{id:"glasp",matches:"glasp.co",excludeSelectors:[".home_overview_list_content_wrapper"]},{id:"developerChrome",matches:"developer.chrome.com",excludeSelectors:["web-tabs","ul.code-sections--summary"]},{id:"android",matches:["developer.android.google.cn","developer.android.com"],observeUrlChange:!0,additionalSelectors:["aside","google-codelab-step"]},{id:"ft",matches:"www.ft.com",excludeSelectors:["header","[aria-labelledby=cookie-banner-aria-label]","footer","[aria-label='Primary navigation']"]},{id:"microsoft",matches:"https://apps.microsoft.com/store/detail/*",additionalSelectors:["pre"],globalStyles:{".line-clamp":"-webkit-line-clamp:unset;max-height:unset;"},isTransformPreTagNewLine:!0},{id:"gitlab",matches:"gitlab.com",excludeSelectors:[".tree-content-holder","nav",".home-panel-metadata","div[data-testid=project_topic_list]",".commit"]},{id:"tiktok",matches:"https://www.tiktok.com/*/video/*",selectors:["[data-e2e^=comment-level]","[data-e2e=browse-video-desc] > span"]},{id:"rfcEditor",matches:["www.rfc-editor.org","docs.haproxy.org"],isTransformPreTagNewLine:!0,"excludeTags.add":["IMG","SUB","SUP","CODE","TT","ASIDE","FOOTER"],"excludeTags.remove":["LINK","G","PRE","TTS-SENTENCE","AIO-CODE"]},{id:"steamcommunity",matches:"steamcommunity.com",globalStyles:{".forum_topic,.rightbox_list_option":"height:auto;",".forum_topic_name":"white-space:normal;line-height: 1.25rem; padding: 6px 20px 0 0;",".forum_topic_op":"clear: left; padding: 0 0 6px 2rem;"},excludeSelectors:[".forum_paging",".forum_topic_reply_count",".forum_topic_lastpost",".forum_topic_award_count",".discussion_search_pagingcontrols"]},{id:"steampoweredApp",matches:"store.steampowered.com/app/*",selectors:[".game_description_snippet",".game_area_description","#earlyAccessHeader","[id^='ReviewContent'] .content",".ModalOverlayContent"],excludeSelectors:["#global_actions","#store_controls","#foryou_tab","[class*=persona]","[class*=game_title_area]","a.btn_medium",".persona_name",".hours.ellipsis",".checkcol",".postedDate",".dev_row .summary",".already_in_library",".game_header_image_ctn .grid_content",".ds_flag.ds_wishlist_flag",".early_access_review.tooltip",".communitylink_achievement_images",".user_reviews_summary_row.summary",".review_award_ctn",".add_to_wishlist_area",".next_in_queue_content",".glance_tags.popular_tags",".game_purchase_action",".vote_button_ctn","#VoteUpDownBtnCtn","#footer","#ViewAllReviewssummary"],atomicBlockSelectors:[".game_area_sys_req_leftCol",".game_area_sys_req_rightCol"],extraInlineSelectors:[".pulldown"],additionalSelectors:[".game_page_autocollapse_ctn iframe"],globalStyles:{".game_description_snippet":"max-height:unset; overflow: scroll;",".game_purchase_area_friends_want":"height: auto; padding-bottom: 6px;",".div.early_access_banner":"height: 84px",".franchise_notice > *":"height: 84px"},detectParagraphLanguage:!0},{id:"steampowered",matches:"store.steampowered.com",detectParagraphLanguage:!0},{id:"nature",matches:"https://www.nature.com/articles/*",excludeSelectors:[".c-header",".c-recommendations-header",".c-recommendations-list-container",".c-article-references__links",".c-article-identifiers",".c-article-author-list",".c-article-metrics-bar__wrapper",".c-article__pill-button","#author-information-content","#article-info-section"]},{id:"webofscience",matches:"https://www.webofscience.com/*",globalStyles:{".abstract":"height:auto !important;",".show-more-lines":"height:unset !important;"},excludeSelectors:[".summary-left-panel",".authors","app-full-record-keywords mark"],mutationObserverContainerSelectors:["[data-ta='summary-record-title-link']","#FullRTa-fullRecordtitle-0"],extraBlockSelectors:["app-summary-authors + div","app-full-record-keywords span span"],observeUrlChange:!0,urlChangeDelay:600,mutationChangeDelay:600},{id:"appleinsider",matches:["appleinsider.com"],excludeSelectors:["#topic-nav"]},{id:"jetbrains",matches:"https://www.jetbrains.com/help/*",extraBlockSelectors:["[data-test=prompt]"]},{id:"crates",matches:["https://crates.io/search*"],selectors:["div[class^=_description-box] div[class^=_description]"]},{id:"theverge",matches:"www.theverge.com",shadowRootSelectors:["div#coral_thread > div"]},{id:"simp",matches:"https://beta.simp.red/trans*",mainFrameSelector:".simpread-read-root"},{id:"lookintobitcoin",matches:"https://www.lookintobitcoin.com/charts/*",excludeSelectors:["svg"]},{id:"openaiAccount",matches:"https://platform.openai.com/account/api-keys*",urlChangeDelay:1500},{id:"openaiDocs",matches:"https://platform.openai.com/docs*","excludeSelectors.add":[".pheader"]},{id:"pkgStd",matches:"https://pkg.go.dev/std",selectors:["td.UnitDirectories-desktopSynopsis"]},{id:"pkg",matches:"https://pkg.go.dev/*",selectors:["div.UnitDetails p"]},{id:"explainpaper",matches:["https://www.explainpaper.com/reader*"],isTranslateTitle:!1,selectors:[".leading-relaxed",".chat-messages p",".text-sm"]},{id:"colab",matches:"https://colab.research.google.com/*",excludeSelectors:["code","view-line"]},{id:"gatesnotes",matches:"www.gatesnotes.com",minZIndex:-1},{id:"kakao",matches:"page.kakao.com",shadowRootSelectors:["div[style^='visibility: visible'"]},{id:"coinmarketcap",matches:"coinmarketcap.com",extraBlockSelectors:["div[class='sc-3502f6cd-0 JxHqg']"]},{id:"wandb",matches:"wandb.ai",additionalSelectors:[".report-page-top"],additionalStayOriginalSelectors:["span[data-slate-inline=true]"],extraInlineSelectors:[]},{id:"paulgraham",matches:"paulgraham.com",additionalSelectors:["font[face=verdana]"],extraBlockSelectors:"font[face=verdana]"},{id:"zendesk",matches:"https://*.zendesk.com/agent/*",selectors:["[data-test-id*=subject]",".zd-comment",".title"]},{id:"migadu",matches:"webmail.migadu.com",selectors:[".bodyText"]},{id:"thehackernews",matches:"thehackernews.com",excludeSelectors:["span#blog-pager-older-link","span.h-datetime"],additionalSelectors:[".pop-title"]},{id:"brown",matches:"cs.brown.edu",excludeSelectors:[".SCodeFlow"]},{id:"tass",matches:"tass.ru",globalStyles:{"#__next":"font-size: 19px;line-height:28px;"}},{id:"chatGoogle",matches:"chat.google.com",selectors:["[jsname=bgckF]"]},{id:"fiverr",matches:"https://www.fiverr.com/inbox/*",selectors:[".message-body"]},{id:"fiverr-main",matches:"*.fiverr.com",globalStyles:{"h3 > a":"-webkit-line-clamp:unset;overflow:unset;",h3:"-webkit-line-clamp:unset;overflow:unset;",h5:"-webkit-line-clamp:unset;overflow:unset;",p:"-webkit-line-clamp:unset;overflow:unset;",".YLycza2.u9KHmsf":"height:unset;max-height:unset;",".lt2ar2q.EhHcMiw":"height:unset; max-height: unset;"},excludeSelectors:[".popular"]},{id:"jira",matches:["jira.*.com/browse/*","jira.*.com/projects/*"],selectors:["[id=descriptionmodule]","[id=summary-val]","div.action-body","td.stsummary"]},{id:"ahaIo",matches:["*.aha.io"],selectors:["[tabindex='0']","div.user-content","div.comments__body","span.name"]},{id:"thehill",matches:"thehill.com",injectedCss:[".most-popular-item { max-height: unset !important; }",".most-popular-item__link { -webkit-line-clamp: unset !important; }"],excludeSelectors:["div.featured-cards__byline","div.list-item__meta",".tags__item","div.extended-scroll__header",".submitted-by",".site-header--has-alert-banner",".homepage__container__opinion__item__byline",".homepage__container__header",".archive__item__meta"]},{id:"ubuntu",matches:"manpages.ubuntu.com",selectors:["pre"],atomicBlockTags:["pre"]},{id:"spiedigitallibrary",matches:"www.spiedigitallibrary.org","excludeTags.add":["IMG","SUB","SUP","CODE","TT","ASIDE","FOOTER"],"excludeTags.remove":["LINK"]},{id:"promptingguide",matches:"www.promptingguide.ai",selectors:["article","li"]},{id:"ground",matches:"ground.news",globalStyles:{".line-clamp-3":"-webkit-line-clamp: unset !important;"}},{id:"ietf",matches:"*.ietf.org/doc/html/*",additionalSelectors:["pre"],isTransformPreTagNewLine:!0,preWhitespaceDetectedTags:["DIV","SPAN","PRE"]},{id:"newsminimalist",matches:"https://www.newsminimalist.com/",extraBlockSelectors:[".inline-flex"],"excludeTags.remove":["BUTTON"]},{id:"yandexIndex",matches:"https://yandex.com/",selectors:[".tabs__item-text"]},{id:"yandexSearch",matches:"https://yandex.com/search/*",excludeSelectors:[".KeyValue-Row",".EntityFeedbackFooter",".Organic-Subtitle",".SerpFooter-Content",".serp-user",".Pager"],globalStyles:{".ExtendedText-Toggle":"white-space:normal;"}},{id:"yandex",matches:"https://yandex.com/video/*",selectors:[".serp-item__title",".serp-item__text",".Keypoints-ItemTitle",".bes-epmjnzm-idtktyj",".OrganicTitle-LinkText","h1.VideoTitle"],globalStyles:{".serp-item__title":"-webkit-line-clamp: unset;max-height:unset;",".serp-item__text":"-webkit-line-clamp: unset;max-height:unset;",".OrganicTitle-LinkText":"-webkit-line-clamp: unset;max-height:unset;","h1.VideoTitle":"-webkit-line-clamp: unset;max-height:unset;",".link .serp-item__keypoints":"bottom:2px;",".OrganicTitle":"max-height:unset;"}},{id:"perplexity",matches:"https://www.perplexity.ai",globalStyles:{".line-clamp-1":"-webkit-line-clamp: unset !important;",".line-clamp-2":"-webkit-line-clamp: unset !important;"},"mutationConfig.add":{buildTimeout:1e3,consumeTimeout:1e3},additionalStayOriginalSelectors:["a.citation"],selectors:[".prose",".my-md",".line-clamp-2",".line-clamp-1"]},{id:"allmyfaves",matches:"https://allmyfaves.com/",selectors:["p"],paragraphMinTextCount:2,paragraphMinWordCount:1},{id:"man7",matches:"man7.org",isTransformPreTagNewLine:!0,globalStyles:{pre:"white-space: inherit;"}},{id:"kadaza",matches:"https://www.kadaza.com/",selectors:[".header span.title",".custom-content-footer"],containerMinTextCount:2,containerMinWordCount:1,paragraphMinTextCount:2,paragraphMinWordCount:1},{id:"urlChangeDelay",matches:["https://babelnovel.com/books/*","https://www.webnovel.com/book/*","https://platform.openai.com/docs/*","docs.oracle.com","docs-cortex.paloaltonetworks.com","forum.m5stack.com/topic/*","community.m5stack.com/topic/*"],urlChangeDelay:0,_comment:"\u89E3\u51B3url\u53D8\u5316\u91CD\u590D\u7FFB\u8BD1\u95EE\u9898"},{id:"genuine",matches:"blog.genuine.com",excludeSelectors:["div.enlighter"]},{id:"chinadaily",matches:"www.chinadaily.com.cn",injectedCss:["a { height: unset !important; }","li { height: unset !important; }","div { height: unset !important; }",".immersive-translate-target-inner {color:black;}"],excludeSelectors:[".topNav",".topNav2_art > span",".topNav_art2 > .dropdown",".dibu-three",".topBar"]},{id:"braynzarsoft",matches:"www.braynzarsoft.net",selectors:["div#view-question-desc"]},{globalAttributes:{"#stimulus":{translate:"off",class:"stimulus"},"#stem":{translate:"off",class:"stem"}},id:"lawhub",matches:"https://lawhub.lsac.org/question/*"},{id:"yuque",matches:"https://www.yuque.com/*",excludeSelectors:[".lark-virtual-tree"]},{id:"bearblog",matches:"https://bearblog.dev/discover/*",excludeTags:["small"]},{id:"researchgate",matches:"www.researchgate.net",excludeSelectors:[".nova-legacy-v-publication-item__meta-data",".nova-legacy-v-publication-item__person-list",".js-authors-list"]},{id:"theatlantic",matches:["www.theatlantic.com","https://mashable.com/*"],"excludeSelectors.add":["footer:last-of-type","nav","header div.subtitle-2.w-full"],initialSelectorGlobalAttributes:{"footer:last-of-type":{translate:"no"},"nav:last-of-type":{translate:"no"},nav:{translate:"no"}}},{id:"youtrackJetbrains",matches:"youtrack.jetbrains.com/articles/*",selectors:["[role=presentation]","[data-test=article-content]"],excludeSelectors:[".toolbar__ee8"]},{id:"dw",matches:"www.dw.com",initialSelectorGlobalAttributes:{"footer:last-of-type":{translate:"no"},"nav:last-of-type":{translate:"no"},nav:{translate:"no"}},excludeSelectors:[".focus-menu-shown"]},{id:"sentry",matches:"docs.sentry.io",initialSelectorGlobalAttributes:{"footer:last-of-type":{translate:"no"},".navbar":{translate:"no"}},"extraInlineSelectors.add":[".term-wrapper","span.description"]},{id:"openai-blog",matches:"https://openai.com/blog/*","stayOriginalTags.remove":["CODE"]},{id:"urlComment",selectorMatches:["meta[name='generator'][content^='Discourse']"],urlChangeDelay:0,_comment:"\u89E3\u51B3url\u53D8\u5316\u4F46\u662F\u9875\u9762\u4E0D\u53D8\u7684\u95EE\u9898"},{id:"feedly",matches:"feedly.com",globalStyles:{".TitleOnlyLayout":"height:unset !important;",".EntrySummary--u4":"-webkit-line-clamp: unset;max-height:unset;",".EntrySummary--u5":"-webkit-line-clamp: unset;max-height:unset;"},excludeSelectors:[".Leftnav"]},{id:"bardGoogle",matches:"bard.google.com",excludeSelectors:["mat-sidenav","div.capabilities-disclaimer","#cdk-overlay-6","message-actions button",".mdc-button__label .ng-star-inserted",".mdc-list-item__primary-text"],isTranslateTitle:!1,"excludeTags.add":["mat-tooltip-component"],"excludeTags.remove":["BUTTON"]},{id:"whatsapp",matches:"web.whatsapp.com",selectors:[".copyable-text > span"],wrapperPrefix:` -`,wrapperSuffix:"
"},{id:"bing",matches:"https://*.bing.com/search*",extraInlineSelectors:["a","i"],globalStyles:{"[class*='lineclamp'],.b_title":"-webkit-line-clamp:unset;"}},{id:"yahoo",matches:"*.yahoo.*",excludeSelectors:["._ys_jiqava","#ybar-inner-wrap","#Col2-5-Rmp-Proxy"],extraBlockSelectors:[".SIPGg",".sc-kzMCTH.pSZXj"],globalStyles:{"#atomic .Mt\\(20px\\)":"margin-top: 100px;","[class*='LineClamp']":"-webkit-line-clamp:unset;max-height:unset;","a[class*='js-content-viewer']> div[class*='Td\\(n\\)']":"overflow: scroll;","[class*='_ys_24482e']":"-webkit-line-clamp:unset;","#Aside > :first-child":"overflow:scroll;"}},{id:"wsj",matches:"www.wsj.com",excludeSelectors:["header","footer","nav","[aria-label='Markets summary']"]},{id:"businessinsider",matches:"www.businessinsider.com",excludeSelectors:["header","nav","section.live-updates-module "]},{id:"goodreads",matches:"www.goodreads.com",excludeSelectors:[".badgeYear",".gr-mediaBox__desc",".bookVotedRow",".minirating","div[itemprop='aggregateRating']",".wtrButtonContainer",".RatingsHistogram__labelTitle",".FollowButton",".siteHeader__topLevelLink","#books > thead","td[class*='rating']","td[class*='shelves']","td[class*='date_read']","td[class*='date_added']","td[class*='actions']"]},{id:"feeder",matches:"https://feeder.co/*",globalStyles:{".item-summary":"-webkit-line-clamp:unset;"}},{id:"elektrotechnik",matches:"https://www.elektrotechnik.rwth-aachen.de/*",globalAttributes:{"[class='notranslate']":{class:""}}},{id:"nytimes",matches:"www.nytimes.com",excludeSelectors:["#app > div > div > header","#app > div > div > div > div > header","#in-story-masthead"],injectedCss:["a::after {position:relative!important;}"]},{id:"bugsKde",matches:"bugs.kde.org","excludeTags.remove":["svg","PRE"],additionalExcludeSelectors:[".bz_first_comment_head",".bz_comment_head",".related_actions"]},{id:"eastmoney",matches:"guba.eastmoney.com",searchEnhancementConfig:[{id:"eastmoney",urlMatch:"guba.eastmoney.com/news,us\\w+,\\w+.html",delayTime:0,selector:".moneyFlowContainer",selectorAction:"insertBefore",style:{container:"background:white;border:none;border-radius: 4px;box-shadow: 0 2px 4px hsla(216,5%,62%,.14);",source:"font-size:12px; margin-bottom: 0px;",keyword:"color:#294688",title:"font-size:14px;color:#294688;",enTitle:"margin-top:4px;font-size:12px;",searchTitle:"margin:4px 0 16px;position:relative;padding-right:24px;font-size: 16px;",time:"margin: 0px 0 16px;",more:"color:#294688;margin-top:8px;"},keyword:{value:"[0]$1 stock",matches:[{source:"url",matchRegex:"guba.eastmoney.com/news,us(\\w+?),\\S+.html"}]},showCount:8},{id:"eastmoney",urlMatch:"guba.eastmoney.com/list,us\\w+.*.html",delayTime:0,selector:".qualityContentContainer",selectorAction:"insertBefore",style:{container:"background:white;border:none;border-radius: 4px;box-shadow: 0 2px 4px hsla(216,5%,62%,.14);",source:"font-size:12px; margin-bottom: 0px;",keyword:"color:#294688",title:"font-size:14px;color:#294688;",enTitle:"margin-top:4px;font-size:12px;",searchTitle:"margin:4px 0 16px;position:relative;padding-right:24px;font-size: 16px;",time:"margin:0px 0 16px;",more:"color:#294688;margin-top:8px;"},keyword:{value:"[0]$1:[0]$2",matches:[{source:{type:"selector",attribute:"href"},matchRegex:"code=(\\w+)_(\\w+)",match:"a[href*='rank/stock?code=']"}]},showCount:8}]},{id:"xueqiu",matches:"xueqiu.com",searchEnhancementConfig:[{id:"xueqiu",urlMatch:"xueqiu.com/S/[a-zA-Z]+/?$",delayTime:0,selector:".container-side-sm.float-right.stock__side",selectorAction:"appendChild",style:{container:"background:white;border:none;border-radius: 4px;padding:0;",source:"font-size:12px; margin-bottom: 0px;",keyword:"color:#06c",title:"font-size:14px;color:#06c;",enTitle:"margin-top:4px;font-size:12px;",searchTitle:"margin:4px 0 16px;position:relative;padding-right:24px;font-size: 16px;font-weight: bold;",time:"margin:0px 0 16px;",more:"color:#06c;margin-top:8px;"},showCount:8,keyword:{value:"[0]$1",matches:[{source:{type:"selector",attribute:"text"},matchRegex:"\\((.+)\\)",match:".stock-name"}]}}]},{id:"laohu8",matches:"www.laohu8.com",searchEnhancementConfig:[{id:"laohu8",urlMatch:"www.laohu8.com/stock/[a-zA-Z]+/?$",delayTime:0,selector:".hot-stocks-root",selectorAction:"insertBefore",style:{container:"background:white;border:none;border-radius: 4px;box-shadow: 0 2px 4px hsla(216,5%,62%,.14);",source:"font-size:12px; margin-bottom: 0px;",title:"font-size:14px;color: #007bff;",enTitle:"margin-top:4px;color: #4d5156;font-size:12px;",searchTitle:"margin:4px 0 16px;position:relative;padding-right:24px;font-size: 16px;",time:"margin: 0px 0 16px;"},keyword:{value:"[0]$1 stock",matches:[{source:"url",matchRegex:"stock/([a-zA-Z]+)"}]},showCount:8}]},{id:"futunn",matches:"www.futunn.com",searchEnhancementConfig:[{id:"futunn",urlMatch:"www.futunn.com/stock/\\w+-US",delayTime:0,selector:".right",selectorAction:"appendChild",style:{container:"background:white;border:none;border-radius: 4px;box-shadow: 0 2px 4px hsla(216,5%,62%,.14);",source:"font-size:12px; margin-bottom: 4px;",title:"font-size:14px;color: #007bff;",enTitle:"margin-top:4px;color: #4d5156;font-size:12px;",searchTitle:"margin:4px 0 16px;position:relative;padding-right:24px;font-size: 16px;",time:"margin: 4px 0 20px;"},keyword:{value:"[0]$1 stock",matches:[{source:"url",matchRegex:"stock/([a-zA-Z]+)-US"}]},showCount:8}]},{id:"bmvrMarseille",matches:"www.bmvr.marseille.fr",globalStyles:{"a > div":"display:block;","[style*='358px;']":"width: 33.3333%; height: auto; padding: 0px; position: relative; margin: 0px;"},globalAttributes:{"#app":{class:""}}},{id:"piAi",matches:"pi.ai/talk",globalStyles:{"[class*='text-brand-green']":"flex-direction:column;"}},{id:"claudeAi",matches:"claude.ai",excludeSelectors:[".contents *"],"excludeTags.remove":["PRE"],injectedCss:"[data-testid='chat-menu-trigger'] br {display:none;}",aiRule:{messageWrapperSelector:".contents",messageContainerSelector:".ReactMarkdown",messageStreamEndSelector:".contents > button",streamingChange:!0,streamingDeepChild:!1,streamingDelayTime:1e3}},{id:"feishu",matches:["*.feishu.cn","*.larkoffice.com","*.larksuite.com"],"additionalExcludeSelectors.remove":[".notranslate","[translate=no]"],mutationObserverLimitTargetSelectors:[".maindocbody","div[class*='render']","div[class*='block']"],"excludeSelectors.add":[".catalogue__list"]},{id:"gitbook",selectorMatches:[".gitbook-root"],"additionalExcludeSelectors.remove":[".notranslate","[translate=no]"],"additionalExcludeSelectors.add":["[spellcheck='false']"]},{id:"mitre",matches:"cwe.mitre.org",globalStyles:{"span.list_entry":"height: unset;"}},{id:"kaggle",matches:"www.kaggle.com",excludeTags:["i","button"]},{id:"ieee",matches:"spectrum.ieee.org",extraBlockSelectors:["small"]},{id:"ieeexplore",matches:"ieeexplore.ieee.org",stayOriginalSelectors:["a[ref-type]",".inline-formula",".display-formula"]},{id:"cnn",matches:"*.cnn.com","excludeSelectors.add":[".ad-slot-header__wrapper","#pageFooter"],"bodyRule.add":{bodySelector:".layout__content-wrapper",articleSelector:".article__content-container"}},{id:"marginalrevolution",matches:"marginalrevolution.com",globalAttributes:{header:{translate:"unset;"}}},{id:"highfrequencyelectronics",matches:"www.highfrequencyelectronics.com",globalStyles:{"#main-content":"overflow:unset;"}},{id:"githubBlog",matches:"github.blog",globalStyles:{".font-mktg":"word-break:normal;"}},{id:"semanticscholar",matches:"www.semanticscholar.org",selectors:[".cl-paper-title",".cl-paper-abstract",".tldr-abstract-replacement",".text-truncator",".paper-detail-title"]},{id:"uni-trier",matches:"dblp.uni-trier.de",selectors:["h1","h2",".title",".external","dd p"],excludeSelectors:[".side-column"]},{id:"bilibili",matches:"www.bilibili.com","excludeSelectors.add":[".bpx-player-subtitle-panel-text"],"subtitleRule.add":{type:"bilibili",subtitleUrlRegExp:"aisubtitle.hdslb.com/bfs",loadingContainerSelector:".bpx-player-subtitle-panel"}},{id:"time",matches:"time.com",excludeSelectors:[".date-and-duration"],globalStyles:{".headline":"-webkit-line-clamp:unset;overflow:unset;height:unset;",h3:"-webkit-line-clamp:unset;overflow:unset;",p:"-webkit-line-clamp:unset;overflow:unset;"}},{id:"docs-swift",matches:"docs.swift.org",selectors:[".content","#menu"]},{id:"uzh",matches:"www.uzh.ch",injectedCss:[".TextImage--inner {overflow:auto !important;}"]},{id:"mail-yandex",matches:"mail.yandex.com",selectors:["article",".Text_color_primary",".mail-MessageSnippet-Item_subject"],globalStyles:{".mail-MessageSnippet":"height: unset; line-height:unset;",".immersive-translate-target-translation-block-wrapper":"margin:unset;"}},{id:"forums.zotero",matches:"forums.zotero.org",selectors:[".page-sidebar",".page-content"]},{id:"pubmed.ncbi.nlm.nih.gov",matches:"pubmed.ncbi.nlm.nih.gov",urlChangeDelay:0,excludeSelectors:[".docsum-journal-citation",".citation-part",".docsum-authors",".top-wrapper",".article-source",".citation-doi",".identifiers",".cite",".share",".arrow-link"],globalAttributes:{"#Scholarscope_HighlightContent":{class:""},"#Scholarscope_HighlightOrigin":{class:"Scholarscope_HighlightContents"}},mutationExcludeContainsSelectors:["#Scholarscope_HighlightContent highlight"],mutationExcludeSelectors:["#Scholarscope_HighlightContent","#Scholarscope_HighlightContent span"],injectedCss:["#Scholarscope_HighlightOrigin > p font,#Scholarscope_HighlightContent > p font {display: inline!important;}","#Scholarscope_HighlightOrigin > p font br,#Scholarscope_HighlightContent > p font br {display: none!important;}"]},{id:"chosun",matches:"www.chosun.com",injectedCss:"body {word-break: unset!important;}"},{id:"yna",matches:"*.yna*",injectedCss:["font > br {display:none}"],globalStyles:{"a,strong":"max-height:unset;-webkit-line-clamp:unset;height:unset;white-space:unset;","div,p,li,.item-box01,.news-con":"height:unset;max-height:unset;-webkit-line-clamp:unset;"},"additionalExcludeSelectors.remove":[".notranslate","[translate=no]"]},{id:"cnet",matches:"www.cnet.com",globalStyles:{"h3,div,span,p":"max-height:unset;-webkit-line-clamp:unset;height:unset;white-space:unset;"}},{id:"dolmods",matches:"dolmods.net",globalStyles:{"[class*='max-h']":"max-height:unset!important;"}},{id:"digitimes",matches:"www.digitimes.com",globalStyles:{"a,.title,.abstract,.display-5,.top":"max-height:unset;-webkit-line-clamp:unset;height:unset;white-space:unset;"},"excludeSelectors.add":[".main-nav-frame",".sub-header-wrapper",".footer",".date"],"additionalExcludeSelectors.remove":[".notranslate","[translate=no]"]},{id:"vdi-nachrichten",matches:"www.vdi-nachrichten.com","excludeSelectors.add":[".header-menu__item > a",".linkbar__item",".header__button-group"]},{id:"htdp",matches:"htdp.org",excludeTags:["blockquote"],stayOriginalSelectors:[".RktIn"]},{id:"newsletterss",matches:"newsletterss.com",initialGlobalAttributes:{iframe:{scrolling:"auto"}}},{id:"docusaurus",selectorMatches:["#__docusaurus"],"excludeSelectors.add":["aside",".DocSearch-Modal"]},{id:"mercari",matches:"*.mercari.com","excludeTags.remove":["PRE"]},{id:"qqMail",matches:"mail.qq.com",useIframePostMessage:!1},{id:"nikkei",matches:"www.nikkei.com",globalStyles:{"h3,div,span,p":"max-height:unset;-webkit-line-clamp:unset;height:unset;white-space:unset;"}},{id:"pubs.rsc.org",matches:"pubs.rsc.org",excludeSelectors:[".eqn"]},{id:"indeed",matches:"*.indeed.com",globalStyles:{"span,.css-19rjr9w.e1wnkr790":"max-height:unset;-webkit-line-clamp:unset;height:unset;white-space:unset;"},"excludeTags.remove":["BUTTON"]},{id:"brutalist",matches:"brutalist.report",selectors:["li > a:first-child","aside","nav > a","h1 > a","h3 > a","h2 >a"],"additionalExcludeSelectors.remove":[".notranslate","[translate=no]"]},{id:"maxroll",matches:["maxroll.gg"],extraInlineSelectors:[".d4t-sprite-icon",".d4t-icon"],injectedCss:["font {font-family: sans-serif !important;}"]},{id:"microsoftTeams",matches:["teams.live.com"],"stayOriginalSelectors.add":["span[title][style='min-width: 20px; height: 20px;']"]},{id:"gradioappdocs",matches:"www.gradio.app/docs/*",selectors:["div.obj"],excludeSelectors:["div#examples"]},{id:"arca",matches:"arca.live","excludeTags.remove":["PRE"]},{id:"chatpdf",matches:["www.chatpdf.com"],"additionalExcludeSelectors.remove":[".notranslate"],excludeSelectors:[".chat-message-row.ai *",".pdf-viewer"],aiRule:{streamingSelector:"",messageWrapperSelector:".chat-message-row.ai",streamingChange:!1,streamingDeepChild:!0,streamingDelayTime:1e3}},{id:"inciteful",matches:["inciteful.xyz"],"excludeTags.remove":["BUTTON"]},{id:"app.element.io",matches:["app.element.io"],"additionalExcludeSelectors.remove":[".notranslate"],"excludeSelectors.add":[".mx_DisambiguatedProfile",".mx_ReplyChain_wrapper",".mx_ThreadSummary_replies_amount"]},{id:"fastapi.tiangolo.com",matches:"fastapi.tiangolo.com",selectors:["article"]},{id:"termynal",selectorMatches:["link[href*='termynal.css']"],"stayOriginalSelectors.add":[".termy"]},{id:"cpb-nl",matches:["www.cpb.nl"],"bodyRule.add":{enable:!1}},{id:"hub.logseq",matches:["hub.logseq.com"],globalStyles:{"[class*=':h-[']":"height:unset;"}},{id:"chat.zalo",matches:["chat.zalo.me"],"additionalExcludeSelectors.remove":[".notranslate"],inputExecCommandDeleteEnable:!0,"inputConfig.add":{execCommandDeleteEnable:!0}},{id:"epam",matches:"*.epam.com",globalStyles:{"[class*='ContentAnchorLinkList']":"word-break:unset;"},"excludeSelectors.add":["#blog-page-sidebar-wrapper"],"excludeTags.remove":["BUTTON"]},{id:"discussions.apple",matches:"discussions.apple.com","excludeSelectors.add":[".page-number"]},{id:"www.sixthtone.com",matches:["www.sixthtone.com"],"excludeSelectors.add":["#footer","[class^=index_time]","[class^=index_anthorList]","[class^=index_node]","[class^=index_popupWrapper]"]},{id:"forum.unity",matches:["forum.unity.com"],"excludeSelectors.add":[".bbCodeCode"]},{id:"wattpad",matches:["www.wattpad.com"],"excludeTags.remove":["PRE"],globalAttributes:{header:{translate:"unset;"}},globalStyles:{".story-info .item-description":"overflow: scroll;"}},{id:"netflix",matches:["www.netflix.com"],"excludeSelectors.add":[".player-timedtext"],"mutationExcludeSelectors.add":[".player-timedtext *"],"subtitleRule.add":{type:"netflix",loadingContainerSelector:".watch-video",subtitleUrlRegExp:"^https://.+?.oca.nflxvideo.net/\\?([ovet]=[^=]+){4}$",loadingStyle:"bottom: 15%;",quickButtonRule:{appendSelector:'[data-uia="control-next"]',insertBeforeSelector:'[data-uia="control-next"]',injectCSS:".imt-quick-subtitle-button {height: 60%; margin-right: 50px; font-size: 20px; } .logo,.logo svg { height: 36px; width: 36px} .label { display: none; } .imt-quick-subtitle-pop-content {transform: translateX(50%); right: 0}"},videoSelector:"video",attachRule:{appendSelector:".watch-video",injectedCSS:[".imt-caption-window {margin-bottom: 0px; bottom: 10vw;}"],injectedGlobalCSS:[".player-timedtext {display: none !important; }"]}}},{id:"udemy",matches:["www.udemy.com"],"excludeSelectors.add":["[data-purpose='captions-cue-text']",".shaka-text-container"],"mutationExcludeSelectors.add":["[data-purpose='captions-cue-text'] *",".shaka-text-container *"],"subtitleRule.add":{type:"udemy",subtitleUrlRegExp:"^https://vtt.*\\.udemycdn\\.com/.*\\.vtt",videoPlayerSelector:"video.shaka-video",humanTrust:85,loadingContainerSelector:".shaka-video-container",loadingStyle:"bottom: 15%;",injectedCss:["[class^='well--text'] {white-space: pre;}"],quickButtonRule:{appendSelector:'[data-purpose="video-controls"]'}},"subtitleRule.add_v.[1.4.1]":{hookType:"fetch|xhr"}},{id:"iview",matches:"iview.abc.net.au",excludeSelectors:[".jwplayer"],"mutationExcludeSelectors.add":[".jwplayer *"],"subtitleRule.add":{type:"webvtt",subtitleUrlRegExp:"/cc/.*\\.(vtt|webvtt)$",loadingContainerSelector:".jwplayer",quickButtonRule:{appendSelector:".jw-reset.jw-button-container",insertBeforeSelector:".jw-settings-submenu-button",injectCSS:".imt-quick-subtitle-pop-content {z-index: 999999;}"}}},{id:"nmaart",matches:"www.nma.art",excludeSelectors:[".video-container"],"mutationExcludeSelectors.add":[".video-container *"],"subtitleRule.add":{type:"webvtt",subtitleUrlRegExp:"/texttrack/.*\\.(vtt|webvtt)",loadingContainerSelector:".video-container",quickButtonRule:{appendSelector:".vjs-control-bar",insertBeforeSelector:".vjs-playback-rate"}}},{id:"apple",matches:"developer.apple.com",excludeSelectors:[".developer-video-player"],"mutationExcludeSelectors.add":[".developer-video-player *"],"subtitleRule.add":{type:"webvtt",subtitleUrlRegExp:"\\.(vtt|webvtt)"}},{id:"khanacademy",matches:["www.khanacademy.org"],"subtitleRule.add":{type:"khanacademy",subtitleUrlRegExp:"GetSubtitles",hookType:"fetch"},"stayOriginalSelectors.add":[".mathjax-wrapper"]},{id:"nebula",matches:["nebula.tv"],"excludeSelectors.add":["[data-subtitles-container='true']"],"mutationExcludeSelectors.add":["[data-subtitles-container='true'] *"],"subtitleRule.add":{type:"webvtt",subtitleUrlRegExp:"\\.vtt$",loadingContainerSelector:".video-poster",quickButtonRule:{appendSelector:".icon-spacing.css-4yh7a0",insertBeforeSelector:"#subtitles-toggle-button",ccEnableSelector:"#subtitles-toggle-button"}}},{id:"frontendmasters",matches:["frontendmasters.com"],"excludeSelectors.add":[".vjs-text-track-display"],"mutationExcludeSelectors.add":[".vjs-text-track-display *"],"subtitleRule.add":{type:"webvtt",subtitleUrlRegExp:".vtt$",loadingContainerSelector:".vjs-text-track-display",injectedCss:["#immersive-translate-quick-button-container {order: 2} .imt-quick-subtitle-pop-content {z-index: 2147483647}"],quickButtonRule:{appendSelector:".vjs-control-bar"},videoSelector:".PromoPlayer video",attachRule:{appendSelector:".video-js",injectedGlobalCSS:".vjs-text-track-display {display: none;}"}}},{id:"udacity",matches:["*.udacity.com"],"excludeSelectors.add":[".vjs-text-track-display"],"mutationExcludeSelectors.add":[".vjs-text-track-display *"],"subtitleRule.add":{type:"webvtt",subtitleUrlRegExp:".vtt$",loadingContainerSelector:".vjs-text-track-display"}},{id:"skillshare",matches:["www.skillshare.com"],"excludeSelectors.add":[".vjs-text-track-display"],"mutationExcludeSelectors.add":[".vjs-text-track-display *"],"subtitleRule.add":{type:"webvtt",subtitleUrlRegExp:"\\.vtt\\?",loadingContainerSelector:".vjs-text-track-display",injectedCss:["#immersive-translate-quick-button-container {order: 13}"],quickButtonRule:{appendSelector:".vjs-control-bar",insertBeforeSelector:".vjs-volume-panel",injectCSS:" .label { display: none; } .imt-quick-subtitle-pop-content {transform: translateX(43%); right: 0; z-index: 2147483647 } "}}},{id:"domestika",matches:["www.domestika.org"],"excludeSelectors.add":[".vjs-text-track-display"],"mutationExcludeSelectors.add":[".vjs-text-track-display *"],"subtitleRule.add":{type:"webvtt",subtitleUrlRegExp:".*subtitles.*\\.vtt",quickButtonRule:{appendSelector:".controlBar-wrapper .right-wrapper",insertBeforeSelector:".vjs-volume-panel"}}},{id:"hbomax",matches:["play.max.com","play.hbomax.com"],"excludeSelectors.add":["[data-testid='playerContainer']","[data-testid='CueBoxContainer']"],"mutationExcludeSelectors.add":["[data-testid='playerContainer'] *","[data-testid='CueBoxContainer'] *"],"subtitleRule.add":{type:"webvtt",subtitleUrlRegExp:"\\.vtt$",loadingContainerSelector:"[data-testid='playerContainer']"}},{id:"mindvalley",matches:["home.mindvalley.com"],"excludeSelectors.add":[".vjs-text-track-display"],"mutationExcludeSelectors.add":[".vjs-text-track-display *"],"subtitleRule.add":{type:"webvtt",subtitleUrlRegExp:"\\.webvtt$",loadingContainerSelector:".vjs-text-track-display",injectedCss:["#immersive-translate-quick-button-container {order: 6}"],quickButtonRule:{appendSelector:'[data-testid="video-section"] .vjs-control-bar',insertBeforeSelector:'[data-testid="video-section"] .vjs-volume-panel',injectCSS:".imt-quick-subtitle-pop-content {z-index: 999999;}"}}},{id:"masterclass",matches:["www.masterclass.com","learn.microsoft.com"],"excludeSelectors.add":[".vjs-text-track-display"],"mutationExcludeSelectors.add":[".vjs-text-track-display *"],"subtitleRule.add":{type:"webvtt",subtitleUrlRegExp:"\\.vtt",loadingContainerSelector:".vjs-text-track-display",quickButtonRule:{appendSelector:".vjs-control-bar",insertBeforeSelector:".vjs-playback-rate"}}},{id:"viu",matches:["www.viu.com"],"excludeSelectors.add":[".bmpui-ui-viu-subtitle-overlay"],"mutationExcludeSelectors.add":[".bmpui-ui-viu-subtitle-overlay *"],"subtitleRule.add":{type:"webvtt",hookType:"xhr",subtitleUrlRegExp:"https?://[^/]+\\.cloudfront\\.net/[^/]+/[^/]+$",loadingContainerSelector:".bmpui-container-wrapper",loadingStyle:"bottom: 20%;",injectedCss:[".bmpui-controls-hidden #immersive-translate-quick-button-container {display: none;}"],quickButtonRule:{appendSelector:".bmpui-ui-container.bmpui-ui-viu-subtitle > .bmpui-container-wrapper",injectCSS:".imt-quick-subtitle-button {margin-bottom: 8px}"}}},{id:"linkin",matches:"*.linkedin.com","excludeSelectors.add":[".vjs-text-track-display"],"mutationExcludeSelectors.add":[".vjs-text-track-display *"],"subtitleRule.add":{type:"webvtt",subtitleUrlRegExp:".*ambry/\\?x-li-ambry-ep=.*",hookType:"xhr",loadingContainerSelector:".video-player-container",quickButtonRule:{appendSelector:".vjs-control-bar",insertBeforeSelector:".vjs-captions-toggle"}}},{id:"kanopy",matches:"*.kanopy.com","excludeSelectors.add":[".vjs-text-track-display"],"mutationExcludeSelectors.add":[".vjs-text-track-display *"],"subtitleRule.add":{type:"webvtt",subtitleUrlRegExp:".*captioncache/webvtt.*",hookType:"xhr",loadingContainerSelector:".video-player-container",injectedCss:["#immersive-translate-quick-button-container{height: 40px;display: flex;align-items: center;align-self: flex-end;}"],quickButtonRule:{appendSelector:".vjs-control-bar",insertBeforeSelector:".vjs-caption-control"}}},{id:"iflix",matches:["www.iflix.com","wetv.vip"],"excludeSelectors.add":[".text-track"],"mutationExcludeSelectors.add":[".player-wrapper *"],"subtitleRule.add":{type:"webvtt",subtitleUrlRegExp:"\\.vtt",hookType:"xhr",loadingContainerSelector:"#player-wrapper",loadingStyle:"bottom: 18%;",quickButtonRule:{appendSelector:'[data-role="wetv-ctrlbar-right"]',insertBeforeSelector:'[data-role="wetv-player-definition"]'}}},{id:"imdb",matches:"www.imdb.com","excludeSelectors.add":[".jw-text-track-container"],"mutationExcludeSelectors.add":[".jw-text-track-container *"],"subtitleRule.add":{type:"webvtt",subtitleUrlRegExp:"\\.srt$",loadingContainerSelector:"#imdbnext-vp-jw-single",quickButtonRule:{appendSelector:".jw-reset.jw-button-container",insertBeforeSelector:'[button="ttt-button"]'}}},{id:"itv",matches:["www.itv.com"],"subtitleRule.add":{type:"text_track",videoPlayerSelector:".genie-video",loadingContainerSelector:".genie-container",loadingStyle:"bottom: unset; top: 5%;",quickButtonRule:{appendSelector:".control-bar_right-child-container",insertBeforeSelector:".controls-toggle_button--fullscreen"}}},{id:"egghead",matches:["egghead.io"],"subtitleRule.add":{type:"text_track",videoPlayerSelector:".cueplayer-react-video",loadingContainerSelector:".cueplayer-react-video-holder",loadingStyle:"bottom: unset; top: 5%;",quickButtonRule:{appendSelector:".cueplayer-react-control-bar-right-part",insertBeforeSelector:".cueplayer-react-closed-caption"}}},{id:"coursera",matches:["www.coursera.org"],"subtitleRule.add":{type:"text_track",videoPlayerSelector:".vjs-tech",loadingContainerSelector:".rc-VideoControlsContainer",loadingStyle:"bottom: unset; top: 5%;",quickButtonRule:{appendSelector:'[role="presentation"] > .rc-ControlBar > .icon-container'}}},{id:"ocrtraining",matches:["ocrtraining.cit.nih.gov","videocast.nih.gov"],"excludeSelectors.add":["#videocastPlayer"],"mutationExcludeSelectors.add":["#videocastPlayer *"],"subtitleRule.add":{type:"webvtt",subtitleUrlRegExp:"\\.srt$",loadingContainerSelector:"#videocastPlayer"}},{id:"espn",matches:["*.espn.com"],mainFrameMinTextCount:0,"excludeSelectors.add":["#fittPageContainer"],"mutationExcludeSelectors.add":["#fittPageContainer *"],"subtitleRule.add":{type:"webvtt",subtitleUrlRegExp:"\\.vtt$",injectedCss:["#immersive-translate-quick-button-container{margin-top:16px;}",".vjs-text-track-display > div >div {font:unset!important;}"],quickButtonRule:{appendSelector:".vjs-control-bar",insertBeforeSelector:".vjs-captions-button"}}},{id:"fmoviesz",matches:["fmoviesz.to","vidplay.online","c8365730d4.nl"],"excludeSelectors.add":["#player"],"mutationExcludeSelectors.add":["#player *"],"subtitleRule.add":{type:"multi_attach_vtt",subtitleUrlRegExp:"subtitle/.*\\.vtt$",quickButtonRule:{appendSelector:".jw-button-container",insertBeforeSelector:".jw-icon-cc"},activeLangSelector:"#jw-player-settings-submenu-captions .jw-settings-submenu-items .jw-settings-item-active",videoSelector:"video",attachRule:{appendSelector:"#player",injectedGlobalCSS:[".jw-text-track-container {display: none;}","@media (min-width: 576px) { video::cue {opacity: 0} }"]}}},{id:"aniwatch",matches:["megacloud.tv","aniwatch.to"],"excludeSelectors.add":[".jw-wrapper"],"mutationExcludeSelectors.add":[".jw-wrapper *"],"subtitleRule.add":{type:"multi_attach_vtt",subtitleUrlRegExp:"^(?!.*sprite\\.vtt$).*\\.vtt$",quickButtonRule:{appendSelector:".jw-button-container",insertBeforeSelector:".jw-icon-cc"},activeLangSelector:"#jw-player-settings-submenu-captions .jw-settings-submenu-items .jw-settings-item-active",videoSelector:"video",attachRule:{appendSelector:".jw-wrapper",injectedGlobalCSS:[".jw-text-track-container {display: none;}","@media (min-width: 576px) { video::cue {opacity: 0} }"]}}},{id:"rottentomatoes",matches:["*.rottentomatoes.com"],"excludeSelectors.add":[".jw-wrapper"],"mutationExcludeSelectors.add":[".jw-wrapper *"],"subtitleRule.add":{type:"webvtt",subtitleUrlRegExp:"\\.vtt$",quickButtonRule:{appendSelector:".jw-button-container",insertBeforeSelector:".jw-icon-cc"}}},{id:"dailymotion",matches:["*.dailymotion.com"],"excludeSelectors.add":[".player"],"mutationExcludeSelectors.add":[".player *"],mainFrameMinTextCount:0,"subtitleRule.add":{type:"subsrt",subsrtFormat:"srt",loadingContainerSelector:".player",subtitleUrlRegExp:"/video/.*\\.srt",quickButtonRule:{appendSelector:".controls_bottom_right",insertBeforeSelector:".subtitles_toggle_button"}}},{id:"movie-web",matches:["movie-web.app/media*"],"excludeSelectors.add":["#root"],"mutationExcludeSelectors.add":["#root *"],"subtitleRule.add":{type:"subsrt",hookType:"fetch",subsrtFormat:"vtt",loadingContainerSelector:".relative.h-screen.overflow-hidden",subtitleUrlRegExp:".*\\.vtt",quickButtonRule:{appendSelector:".hidden.justify-between .flex.items-center.space-x-3"}}},{id:"deeplearning",matches:["learn.deeplearning.ai"],"excludeSelectors.add":['[data-layout="video"]'],"mutationExcludeSelectors.add":['[data-layout="video"] *'],"subtitleRule.add":{type:"subsrt",subsrtFormat:"vtt",loadingContainerSelector:'[data-layout="video"]',subtitleUrlRegExp:".*\\.vtt",quickButtonRule:{appendSelector:".vds-controls-group:last-child",insertBeforeSelector:".vds-caption-button"}}},{id:"paramountplus",matches:["*.paramountplus.com"],"excludeSelectors.add":[".aa-player-skin"],"mutationExcludeSelectors.add":[".aa-player-skin *"],"subtitleRule.add":{type:"text_track_dynamic",injectedCss:[".tt-container {white-space: pre-line;}",".timed-text-css-box-inner {display: none!important;}",".timed-text-css-box-inner:last-child {display: block!important;}"],videoPlayerSelector:"video",quickButtonRule:{appendSelector:".top-menu-container"}}},{id:"pluto",matches:["pluto.tv"],"excludeSelectors.add":[".video-player-layout"],"mutationExcludeSelectors.add":[".video-player-layout *"],"subtitleRule.add":{type:"text_track_dynamic",videoPlayerSelector:"video",quickButtonRule:{appendSelector:".endControls-0-2-85"}}},{id:"vimeo",matches:["vimeo.com"],"excludeSelectors.add":[".vp-captions"],"mutationExcludeSelectors.add":[".vp-captions *"],"subtitleRule.add":{type:"text_track",videoPlayerSelector:"video",loadingContainerSelector:".player_container",loadingStyle:"bottom: unset; top: 5%;",injectedCss:["#immersive-translateQuickButton {visibility: inherit!important;}"],quickButtonRule:{appendSelector:'[data-control-bar="true"] > div',insertBeforeSelector:'[data-volume-control-container="true"]',ccEnableSelector:'[data-cc-button="true"]',injectCSS:".imt-quick-subtitle-button {margin-right: 0px; font-size: 12px;} .logo,.logo svg { height: 18px !important; width: 18px !important;} .imt-quick-subtitle-pop-content {bottom: 28px !important;}"}}},{id:"ted",matches:["www.ted.com"],"excludeSelectors.add":["#video"],"mutationExcludeSelectors.add":["#video *"],"subtitleRule.add":{type:"webvtt",hookType:"fetch",subtitleUrlRegExp:"\\.vtt",videoPlayerSelector:"video",loadingContainerSelector:"media-controller",quickButtonRule:{appendSelector:".pointer-events-none #media-control-bar",insertBeforeSelector:".pointer-events-none .media-volume-wrapper"}}},{id:"player.vimeo",matches:["https://player.vimeo.com/video/*","laracasts.com"],selectorMatches:["iframe[src*='player.vimeo.com']"],extraBlockSelectors:["span.vp-captions-line","span[class^=CaptionsRenderer_]"],"excludeSelectors.add":[".vp-captions-line"],"mutationExcludeSelectors.add":[".vp-captions *",".vp-captions-line *"],"subtitleRule.add":{type:"text_track",videoPlayerSelector:"video",loadingContainerSelector:".vp-telecine",loadingStyle:"bottom: unset; top: 5%; font-size: 12px;",injectedCss:["#immersive-translateQuickButton {visibility: inherit!important;}"],quickButtonRule:{appendSelector:'[data-control-bar="true"] > div',insertBeforeSelector:'[data-volume-control-container="true"]',ccEnableSelector:'[data-cc-button="true"]',injectCSS:".imt-quick-subtitle-button {margin-right: 0px; font-size: 12px;} .logo,.logo svg { height: 18px !important; width: 18px !important;} .imt-quick-subtitle-pop-content {bottom: 28px !important;}"}}},{id:"tv.adobe",matches:"https://*.tv.adobe.com","excludeSelectors.add":[".mpc-player"],"mutationExcludeSelectors.add":[".mpc-player *"],"subtitleRule.add":{type:"text_track",videoPlayerSelector:"video",loadingContainerSelector:".mpc-player",quickButtonRule:{appendSelector:".mpc-controls__container"}}},{id:"threejs-journey",matches:"threejs-journey.com","excludeSelectors.add":[".video-area"],"mutationExcludeSelectors.add":[".video-area *"],"subtitleRule.add":{type:"text_track",videoPlayerSelector:"video",loadingContainerSelector:".video-area",injectedCss:[".js-tracks-text.tracks-text {white-space: pre;}"],quickButtonRule:{appendSelector:".js-controls .right",insertBeforeSelector:".js-subtitles",injectCSS:".imt-quick-subtitle-button { font-size: 12px;} .logo,.logo svg { height: 18px !important; width: 18px !important;} .imt-quick-subtitle-pop-content {bottom: 38px !important;}"}}},{id:"codewithchris",matches:["learn.codewithchris.com","*.rachelsenglishacademy.com","www.unrealsenseiacademy.com"],"excludeSelectors.add":[".w-captions",".w-captions-line > div > span"],"mutationExcludeSelectors.add":[".w-captions *"],"subtitleRule.add":{type:"general",subtitleUrlRegExp:"/embed/captions/",loadingContainerSelector:".w-ui-container",hookType:"fetch",generalSetting:{captionsPath:"captions",itemsPath:"hash.lines",textKey:"text"}}},{id:"panopto",matches:["southampton.cloud.panopto.eu"],"excludeSelectors.add":[".primaryPlayer"],"mutationExcludeSelectors.add":[".primaryPlayer *"],"subtitleRule.add":{type:"general",subtitleUrlRegExp:"DeliveryInfo.aspx",disableSubsCache:!0,loadingContainerSelector:"#primaryPlayer",hookType:"fetch",generalSetting:{textKey:"Caption"},quickButtonRule:{appendSelector:"#transportControls",insertBeforeSelector:"#captionsButton"}}},{id:"edx",matches:["*.edx.org"],"excludeSelectors.add":[".closed-captions",".subtitles-menu"],mainFrameMinTextCount:0,"subtitleRule.add":{type:"general",subtitleUrlRegExp:"/transcript/translation/",loadingContainerSelector:".tc-wrapper",generalSetting:{itemsPath:"text"},injectedCss:[".subtitles-menu span,.closed-captions {white-space: pre-line;}","#immersive-translate-quick-button-container {display: inline-block; vertical-align: middle;}"],quickButtonRule:{appendSelector:".secondary-controls",insertBeforeSelector:".speeds.menu-container"}}},{id:"ardmediathek",matches:["www.ardmediathek.*"],"excludeSelectors.add":[".ardplayer-viewport-addon-overlays"],"mutationExcludeSelectors.add":[".ardplayer-viewport-addon-overlays *"],"subtitleRule.add":{type:"ebutt",hookType:"fetch",subtitleUrlRegExp:"subtitle/ebutt",loadingContainerSelector:".ardplayer-viewport-addon-overlays",quickButtonRule:{appendSelector:".ardplayer-footer .ardplayer-addons-container",insertBeforeSelector:".ardplayer-footer .ardplayer-button-sharing",injectCSS:".imt-quick-subtitle-button {font-size: 20px; } .logo,.logo svg { height: 36px !important; width: 36px !important;} .imt-quick-subtitle-pop-content {z-index: 2147483647;} "}}},{id:"bbc-iplayer",matches:["https://www.bbc.*/iplayer*"],"excludeSelectors.add":[".player"],"mutationExcludeSelectors.add":[".player *"],"subtitleRule.add":{type:"ebutt",hookType:"fetch",subtitleUrlRegExp:"iplayer/subtitles/.*.xml",loadingContainerSelector:".player__container"}},{id:"bbc",matches:["*.bbc.*"],"excludeSelectors.add":["section.module--languages",".drop-capped",".smp-toucan-player","smp-subtitles","#subtitle_subtitle2"],"mutationExcludeSelectors.add":["[data-testid='media-player-container-landscape'] *"],"subtitleRule.add":{type:"ebutt",hookType:"fetch",subtitleUrlRegExp:"iplayer/subtitles/.*.xml",loadingContainerSelector:".smp-toucan-player"}},{id:"zdf.de",matches:["www.zdf.de"],"excludeSelectors.add":[".zdfplayer-cue-region"],"subtitleRule.add":{type:"ebutt",subtitleUrlRegExp:"mtt/.*.xml",loadingContainerSelector:".zdfplayer-video-container",responseType:"document",injectedCss:["#immersive-translate-quick-button-container {display:inline-block;vertical-align:middle;margin-right:-16px;}"],quickButtonRule:{appendSelector:".right-controls-1FfJUp.svelte-inzdbf",insertBeforeSelector:".right-controls-1FfJUp.svelte-inzdbf button"}}},{id:"piped.video",matches:"piped.video","subtitleRule.add":{type:"ebutt",hookType:"fetch",subtitleUrlRegExp:"api/timedtext",loadingContainerSelector:".shaka-video-container",responseType:"document",quickButtonRule:{appendSelector:".shaka-controls-button-panel",insertBeforeSelector:".shaka-mute-button"}}},{id:"disneyplus",matches:["www.disneyplus.com"],"excludeSelectors.add":[".dss-hls-subtitle-overlay"],"mutationExcludeSelectors.add":[".dss-hls-subtitle-overlay *"],"subtitleRule.add":{type:"disneyplus",subtitleUrlRegExp:"\\.vtt$"}},{id:"mubi",matches:["https://mubi.com","https://mubi.de"],"subtitleRule.add":{type:"fmp4.xml",subtitleUrlRegExp:"textstream",hookType:"fetch",quickButtonRule:{appendSelector:".css-1k6yql2.e1b63bld4",insertBeforeSelector:".css-1ce7rqp.e7f2hfl0"}}},{id:"hulu",matches:"https://*.hulu.com","subtitleRule.add":{type:"hulu",hookType:"fetch",injectedCss:[".ClosedCaption {display:none!important;}"],videoSelector:"#content-video-player",subtitleUrlRegExp:"play.hulu.com/.*/playlist",loadingContainerSelector:"#web-player-app",quickButtonRule:{appendSelector:".PlayerSettingsGroup",insertBeforeSelector:".PlayerSettingsGroup .PlayerControlsButton"}}},{id:"youku.tv",matches:"www.youku.tv","excludeSelectors.add":["#subtitle"],"mutationExcludeSelectors.add":["#subtitle *"],"subtitleRule.add":{type:"subsrt",hookType:"fetch",injectedCss:["#immersive-translate-quick-button-container {display: inline-block; vertical-align: middle;}"],subtitleUrlRegExp:"\\.ass$",subsrtFormat:"ass",loadingContainerSelector:"#youku-dashboard",loadingStyle:"bottom: 10%;",quickButtonRule:{appendSelector:".kui-dashboard-dashboard-panel .kui-dashboard-rear-ctn",insertBeforeSelector:".kui-rate-control-0"}}},{id:"starz",matches:"www.starz.com","excludeSelectors.add":["starz-player"],"mutationExcludeSelectors.add":["starz-player *"],"subtitleRule.add":{type:"subsrt",subsrtFormat:"vtt",subtitleUrlRegExp:"\\.vtt$",loadingContainerSelector:"starz-player",loadingStyle:"bottom: 10%;",injectedCss:["#immersive-translate-quick-button-container {display: inline-block;}"],quickButtonRule:{appendSelector:"starz-player .button-group",insertBeforeSelector:"starz-player .button-group .video-player-icon-md"}}},{id:"www.iq.com",matches:"www.iq.com","excludeSelectors.add":[".iqp-subtitle"],"mutationExcludeSelectors.add":[".iqp-subtitle *"],"subtitleRule.add":{type:"xml",subtitleUrlRegExp:"\\.xml\\?",loadingContainerSelector:".intl-video-area",xmlTextSelector:"sub",loadingStyle:"bottom: 10%;",injectedCss:["#immersive-translate-quick-button-container {float: right; height: 100%;}"],quickButtonRule:{appendSelector:".iqp-contrls-right"}}},{id:"archiveToday",matches:["archive.today","archive.ph","archive.is","archive.md"],"excludeSelectors.add":["#HEADER"]},{id:"arxiv-vanity.com",matches:["www.arxiv-vanity.com"],"excludeSelectors.add":[".arxiv-vanity-wrapper"]},{id:"fibery",matches:["the.fibery.io"],"additionalExcludeSelectors.remove":["[translate=no]"],"additionalStayOriginalSelectors.add":[".entity-node-view-container"]},{id:"makersuite.google",matches:"makersuite.google.com","excludeSelectors.add":[".material-symbols-outlined"]},{id:"etymonline",matches:"www.etymonline.com",globalAttributes:{".crossreference.notranslate":{class:"crossreference"},".foreign.notranslate":{class:"foreign"}}},{id:"https://browse.arxiv.org/",matches:["https://browse.arxiv.org","https://arxiv.org/html/*"],"excludeSelectors.add":[".desktop_header","[class*='ltx_lst_language_']","div.package-alerts"]},{id:"jstor",matches:"www.jstor.org","excludeSelectors.add":[".audio-duration","[data-qa='card-item-count']"],globalStyles:{".card__heading":"-webkit-line-clamp:unset;","search-results-vue-pharos-image-card,search-ui-pharos-image-card":"display:flex;","search-results-vue-pharos-link":"display:inline;"}},{id:"tandfonline",matches:"*.tandfonline.com","extraInlineSelectors.add":["span.off-screen"]},{id:"boringreport",matches:["www.boringreport.org"],"excludeTags.remove":["BUTTON"]},{id:"bsky.app",matches:"https://bsky.app",selectors:["[data-testid=postText]"],isTranslateTitle:!1},{id:"peacocktv",matches:["*.peacocktv.com"],injectedCss:[".video-player__subtitles__line > font,.video-player__subtitles__line:only-child{display:block;}"]},{id:"noTranslate",matches:["*.tiktok.com","altis.world","*.newthingsunderthesun.com","*.gumroad.com","edstem.org","actions.tldrnewsletter.com","community.linkingyourthinking.com","doc.qt.io","winaero.com"],"additionalExcludeSelectors.remove":[".notranslate","[translate=no]"]},{id:"jmir",matches:["*.jmir.org"],"additionalInlineSelectors.add":[".tooltiptext"]},{id:"smzdm",matches:["www.smzdm.com"],"excludeSelectors.add":[".z-highlight",".feed-block-info",".z-feed-foot",".feed-block-descripe","#J_column_tab_box",".crumbs"],globalStyles:{".feed-block-title":"height:unset"}},{id:"xiaohongshu.com",matches:["www.xiaohongshu.com"],"excludeSelectors.add":[".author-wrapper",".info",".side-bar"],globalStyles:{"a.title":"-webkit-line-clamp:3"}},{id:"learnopengl",matches:["learnopengl.com"],globalStyles:{function:"position:relative;z-index:1000;"}},{id:"notateslaapp",matches:["www.notateslaapp.com"],"extraBlockSelectors.add":[".nav > *"]},{id:"eightfold",matches:["*.eightfold.ai"],injectedCss:[".flexbox{width:100%}"]},{id:"deno",matches:["deno.com"],injectedCss:[":root {font-feature-settings:unset}"]},{id:"soundcloud",matches:"soundcloud.com",injectedCss:[".compactTrackListItem {height: unset !important;}"],"excludeSelectors.add":[".searchTitle__textContent",".searchOptions__container",".compactTrackListItem__additional",".soundTitle__tagContainer",".searchResultGroupHeading",".sc-ministats-group",".compactTrackList__moreLink",".sound__soundActions"]},{id:"section.blog.naver.com",matches:"section.blog.naver.com",globalStyles:{".text,.title_post,.text_post,p,strong,div":"-webkit-line-clamp:unset;max-height:unset;height:unset;"},"extraBlockSelectors.add":[".item",".heading a",".info_find a"],"excludeSelectors.add":[".comments",".time"]},{id:"gradio-app",selectorMatches:"gradio-app","excludeTags.remove":["BUTTON"],"excludeSelectors.add":['[data-testid="block-label"]'],"mutationConfig.add":{buildTimeout:1e3,consumeTimeout:1e3}}]};function vu(t,e){let r=t.split(".").reverse(),a=e.split(".").reverse(),n=0,i=0,o=1;for(let l=0;l<3;l++)n+=o*Number(a[l]||"0"),i+=o*Number(r[l]||"0"),o*=100;return i>=n}function tn(t){return Array.isArray(t)?t:t?[t]:[]}function wu(t,e){let r={...t};return Au(r,e),mh(r,e),r}function xu(t,e,r){let a={...e};return lr({rule:a,valueIsArray:n=>Array.isArray(t[n]),getMergedValue:n=>t[n],onMergedResult:(n,i)=>a[n]=i}),lr({rule:r,valueIsArray:n=>Array.isArray(t[n]),getMergedValue:n=>a[n],onMergedResult:(n,i)=>a[n]=i}),a}function mh(t,e){if(!e.condition)return;let r=e.condition.enableSubtitle?.true||{},a=e.condition.enableSubtitle?.false||{},n=t.enableSubtitle?r:a;Au(t,n)}function lr({rule:t,getMergedValue:e,valueIsArray:r,onMergedResult:a}){Object.keys(t).sort().forEach(n=>{let[i,o,l]=gh(n);if(!i||t[n]===void 0)return;let s=t[n];r(i)&&(s=tn(t[n]));let u=e(i);if(u==null){a(i,s);return}let c;if(o=="add_v"){if(!yu(l))return;c=Wi(u,s)}else if(o=="remove_v"){if(!yu(l))return;c=Su(u,s)}else o==="add"?c=Wi(u,s):o=="remove"&&(c=Su(u,s));if(c){a(i,c);return}Array.isArray(t[i])&&i.startsWith("additional")?c=Wi(u,s):c=s,a(i,c)})}function Au(t,e){return lr({rule:e,valueIsArray:r=>Array.isArray(t[r]),getMergedValue:r=>t[r],onMergedResult:(r,a)=>{t[r]=a}}),t}function Wi(t,e){let r;if(Array.isArray(t)){let a=tn(e);r=[...t,...a],r=Array.from(new Set(r))}else typeof t=="object"&&typeof e=="object"?r={...t,...e}:r=e;return r}function gh(t){let e=t.lastIndexOf("["),r="",a=t;return e>0&&(r=t.slice(e+1,t.length-1),a=t.slice(0,e-1)),[...a.split("."),r]}function yu(t){let e=Er();return t&&vu(e,t)}function Su(t,e){if(Array.isArray(t)){let r=tn(e);return t=t.filter(a=>!r.includes(a)),Array.from(new Set(t))}else if(typeof t=="object"&&typeof e=="object")Object.keys(e).forEach(r=>{delete t[r]});else return e;return t}function hh(){if(te.PROD==="1")return{};let t={};if(te.IMMERSIVE_TRANSLATE_SECRET_TENCENT_SECRET_ID&&te.IMMERSIVE_TRANSLATE_SECRET_TENCENT_SECRET_KEY){let r={secretId:te.IMMERSIVE_TRANSLATE_SECRET_TENCENT_SECRET_ID,secretKey:te.IMMERSIVE_TRANSLATE_SECRET_TENCENT_SECRET_KEY};t.translationServices={},t.translationServices.tencent=r}if(te.IMMERSIVE_TRANSLATE_SECRET_BAIDU_APPID&&te.IMMERSIVE_TRANSLATE_SECRET_BAIDU_KEY){let r={appid:te.IMMERSIVE_TRANSLATE_SECRET_BAIDU_APPID,key:te.IMMERSIVE_TRANSLATE_SECRET_BAIDU_KEY};t.translationServices||(t.translationServices={}),t.translationServices.baidu=r}if(te.IMMERSIVE_TRANSLATE_SECRET_CAIYUN_TOKEN){let r={token:te.IMMERSIVE_TRANSLATE_SECRET_CAIYUN_TOKEN};t.translationServices||(t.translationServices={}),t.translationServices.caiyun=r}if(te.IMMERSIVE_TRANSLATE_SECRET_OPENL_APIKEY){let r={apikey:te.IMMERSIVE_TRANSLATE_SECRET_OPENL_APIKEY};t.translationServices||(t.translationServices={}),t.translationServices.openl=r}if(te.IMMERSIVE_TRANSLATE_SECRET_YOUDAO_APP_ID&&te.IMMERSIVE_TRANSLATE_SECRET_YOUDAO_APP_SECRET){let r={appId:te.IMMERSIVE_TRANSLATE_SECRET_YOUDAO_APP_ID,appSecret:te.IMMERSIVE_TRANSLATE_SECRET_YOUDAO_APP_SECRET};t.translationServices||(t.translationServices={}),t.translationServices.youdao=r}if(te.IMMERSIVE_TRANSLATE_SECRET_VOLC_ACCESS_KEY_ID&&te.IMMERSIVE_TRANSLATE_SECRET_VOLC_SECRET_ACCESS_KEY){let r={accessKeyId:te.IMMERSIVE_TRANSLATE_SECRET_VOLC_ACCESS_KEY_ID,secretAccessKey:te.IMMERSIVE_TRANSLATE_SECRET_VOLC_SECRET_ACCESS_KEY};t.translationServices||(t.translationServices={}),t.translationServices.volc=r}if(te.IMMERSIVE_TRANSLATE_SECRET_DEEPL_AUTH_KEY){let r={authKey:te.IMMERSIVE_TRANSLATE_SECRET_DEEPL_AUTH_KEY};t.translationServices||(t.translationServices={}),t.translationServices.deepl=r}if(te.DEEPL_PROXY_ENDPOINT&&(t.translationServices||(t.translationServices={}),t.translationServices.deepl||(t.translationServices.deepl={}),t.translationServices.deepl.immersiveTranslateApiUrl=te.DEEPL_PROXY_ENDPOINT),te.IMMERSIVE_TRANSLATE_DEEPL_ENDPOINT&&(t.translationServices||(t.translationServices={}),t.translationServices.deepl||(t.translationServices.deepl={}),t.translationServices.deepl.immersiveTranslateDeeplTokenUrl=te.IMMERSIVE_TRANSLATE_DEEPL_ENDPOINT),te.IMMERSIVE_TRANSLATE_SECRET_OPENAI_API_KEY){let r={APIKEY:te.IMMERSIVE_TRANSLATE_SECRET_OPENAI_API_KEY};t.translationServices||(t.translationServices={}),t.translationServices.openai=r}te.IMMERSIVE_TRANSLATE_SERVICE&&(t.translationService=te.IMMERSIVE_TRANSLATE_SERVICE);let e={};return te.DEBUG==="1"&&(e.debug=!0,e.cache=!1),te.MOCK==="1"&&(e.translationService="mock"),e}async function sa(){let t=await T.storage.local.get(ea);if(t[ea]){let e=t[ea],r=e.tempTranslationUrlMatches||[],a=r.filter(o=>o.expiredAt>Date.now()),n=!1;a.length!==r.length&&(r=a,n=!0);let i={...e,tempTranslationUrlMatches:[...r]};return n&&await Cr(i),i}else return{}}async function Cr(t){await T.storage.local.set({[ea]:t})}async function Vt(){let t=await T.storage.local.get(Ya),e={...Ki,buildinConfigUpdatedAt:te.BUILD_TIME};if(t[Ya]){let I=t[Ya];if(I&&I.buildinConfigUpdatedAt){let k=new Date(I.buildinConfigUpdatedAt),ye=new Date(e.buildinConfigUpdatedAt);k>ye&&(e=I)}}let r=await vh(e);e.targetLanguage=r;let a=await ia.get(ir,null),n={};if(!Ut()&&T.commands&&T.commands.getAll){let I=await T.commands.getAll();for(let k of I)k.name&&k.shortcut&&(n[k.name]=k.shortcut)}let i=await bh(),o=hh(),l=await la(),s=globalThis.IMMERSIVE_TRANSLATE_CONFIG||{},u=await sa(),c=new Date,d=Object.assign({},s,o,l);if(!d.interfaceLanguage){let I=await fh();d.interfaceLanguage=I}let h=d.interfaceLanguage==="en",b=d.targetLanguage==="en",E=e&&e.translationLanguagePattern&&e.translationLanguagePattern.matches&&e.translationLanguagePattern.matches.length===0,ne=["bing","google","transmart","mock"].includes(d.translationService)||!d.translationService;!h&&!b&&!E&&ne?e.translationLanguagePattern||(e.translationLanguagePattern={matches:["en"],excludeMatches:[]}):e.translationLanguagePattern={matches:[],excludeMatches:[]};let V=e&&e.enableDefaultAlwaysTranslatedUrls;d.enableDefaultAlwaysTranslatedUrls===!1&&(V=!1);let f=d&&d.isChangedAlwaysTranslatedUrls,me=[];d.translationUrlPattern&&d.translationUrlPattern.matches&&(me=d.translationUrlPattern.matches||[]);let z=!1;f===void 0&&(me.length>0?f=!0:f=!1,d.isChangedAlwaysTranslatedUrls=f,l.isChangedAlwaysTranslatedUrls=f,z=!0);let J=(d?.translationLanguagePattern?.matches?.length||0)>0,ue=await Pt("installedAt",""),C=Number(await na("translage_page_daily",0)),g=Number(await Pt($l,0)),S;g>0&&(Date.now()-g0&&(Date.now()-C0){let I=u.tempTranslationUrlMatches.filter(k=>new Date(k.expiredAt)>c);if(I.length>0){let k=d.translationUrlPattern?d.translationUrlPattern?.matches||[]:[],ye=Array.isArray(k)?k:[k],ie=Array.from(new Set(ye.concat(I.map(v=>v.match))));d.translationUrlPattern={...d.translationUrlPattern,matches:ie}}}let D=Object.assign(i,e);lr({rule:e,valueIsArray:I=>Array.isArray(i[I]),getMergedValue:I=>i[I],onMergedResult:(I,k)=>{I!="generalRule"&&(D[I]=k)}});let F=zi(a),K={};d.translationServices&&d.translationServices.deepl&&(K=d.translationServices.deepl);let O={};d.translationServices&&d.translationServices.openai&&(O=d.translationServices.openai),!F&&K.authKey&&!K.provider?(D.translationServices.deepl||(D.translationServices.deepl={}),D.translationServices.deepl.provider="custom"):K&&K.provider||(D.translationServices.deepl||(D.translationServices.deepl={}),D.translationServices.deepl.provider="pro"),!F&&O.APIKEY&&!O.provider?(D.translationServices.openai||(D.translationServices.openai={}),D.translationServices.openai.provider="custom"):O&&O.provider||(D.translationServices.openai||(D.translationServices.openai={}),D.translationServices.openai.provider="pro");let ge=Object.keys(D),we=["translationUrlPattern","translationLanguagePattern","immediateTranslationPattern","translationBodyAreaPattern","translationParagraphLanguagePattern","translationThemePatterns","translationGeneralConfig","shortcuts","inputTranslationUrlPattern","inputLanguageCodeAlias"];for(let I of ge){let k=I;if(k==="generalRule")typeof d[k]=="object"&&(D[k]=wu(i[k],d[k]));else if(k==="translationServices")yh(d,D);else if(typeof d[k]!="string"&&typeof d[k]!="boolean"&&typeof d[k]!="number"&&we.includes(k))d[k]&&(D[k]=Object.assign(D[k],d[k])),k==="shortcuts"&&(Ut()||Ct()?D[k]={...D[k],...n}:D[k]={...n});else if(k==="rules"){if(Array.isArray(d[k])){let ye=D.rules||[],ie={};for(let x of ye)x.id&&(ie[x.id]=x);let v=d[k].map(x=>x.id&&ie[x.id]?xu(e.generalRule,ie[x.id],x):x);D[k]=[...v,...D[k]]}if(te.PROD==="0"&&te.DEV_RULES){let ye=JSON.parse(te.DEV_RULES);D[k]=[...ye,...D[k]]}}else d[k]!==void 0&&(D[k]=d[k])}return D.donateUrl=e.donateUrl,D.minVersion=e.minVersion,D.feedbackUrl=e.feedbackUrl,D.rawUserConfig=l,D}async function la(){return(await T.storage.sync.get("userConfig")||{}).userConfig||{}}async function ur(t){await T.storage.sync.set({userConfig:t})}async function Hi(t,e){await T.storage.local.set({[t]:e})}async function Du(t){return(await T.storage.local.get(t))[t]||""}var fh=async()=>{let t=["zh-CN"];try{t=await T.i18n.getAcceptLanguages()}catch(a){q.warn("get browser language error:",a)}let r=t.map(a=>Kt(a)).find(a=>_t[a]);return r||"en"},bh=async()=>{let t={...Ki,buildinConfigUpdatedAt:te.BUILD_TIME};return{...t,targetLanguage:ft,interfaceLanguage:"en",translationMode:"dual",debug:!1,alpha:!1,translationUrlPattern:{matches:[],excludeMatches:[]},translationLanguagePattern:{matches:[],excludeMatches:[]},translationThemePatterns:{},translationParagraphLanguagePattern:{matches:[],excludeMatches:[],selectorMatches:[],excludeSelectorMatches:[]},translationBodyAreaPattern:{matches:[],excludeMatches:[],selectorMatches:[],excludeSelectorMatches:[]},translationTheme:"none",translationService:"bing",inputTranslationService:"inherit",mouseHoverTranslationService:"inherit",subtitleTranslateService:"inherit",translationArea:"main",translationStartMode:"dynamic",translationServices:{},monkeyH5FloatBall:{...t.monkeyH5FloatBall},pcFloatBall:{...t.pcFloatBall},generalRule:{...t.generalRule},translationGeneralConfig:{engine:"bing",_systemExcludeWordRegex:"\\b({word})\\b"},rules:[]}};function Th(t,e){return t=t||[],e=e||[],t.length!==e.length?!0:e.filter(a=>!t.includes(a)).length>0}async function vh(t){try{let e=t?.autoSelectTargetLanguageAfterInstalledAt;if(!e)return ft;let r=await Pt("installedAt","");if(r&&new Date(r){let u=n[s],c=n[u.extends];!c||u.extends==s||(n[s]={...c,...n[s]})}),lr({rule:{...n},valueIsArray:s=>Array.isArray(n[s]),getMergedValue:s=>n[s],onMergedResult:(s,u)=>{n[s]={...n[s],...u}}}),lr({rule:{...a},valueIsArray:s=>Array.isArray(n[s]),getMergedValue:s=>n[s],onMergedResult:(s,u)=>{n[s]={...n[s],...u}}}),new Date(t.updatedAt)<=new Date("2024.4.2")&&Object.keys(a).forEach(s=>{["openai","gemini"].includes(s)&&a[s].prompt!=null&&(a[s].maxTextGroupLengthPerRequest==null&&(n[s].maxTextGroupLengthPerRequest=1),a[s].multiplePrompt==null&&(n[s].multiplePrompt=a[s].prompt))});let o=["imt_source_field","imt_trans_field","imt_sub_source_field","imt_sub_trans_field"],l=(s,u)=>{!s||!s[u]||!s?.env||(s[u]=s[u].replace(/{{(.+?)}}/g,(c,d)=>o.includes(d)?c:s?.env[d]||c))};Object.values(n).forEach(s=>{l(s,"prompt"),l(s,"multiplePrompt"),l(s,"subtitlePrompt")})}function rn(t){let e=T.runtime.getURL(Kl),r=new URL(e);return t&&(t.startsWith("http")||!aa())&&r.searchParams.set("file",t),r.href}function ku(){return pe().PDF_VIEWER_URL}function Eu(t){return new URL(t)?.pathname.toLowerCase().endsWith(".pdf")}var Cu=["*://*/*","*","*://*"],Pu="immersive-translate-wildcard-placeholder.com";function Sh(t,e){try{let r=[];if(!e||(e&&!Array.isArray(e)?r=[e]:r=e,r.length===0))return null;if(r.some(l=>Cu.includes(l)))return t;let a=new URL(t);a.hash="",a.search="";let n=a.href,i=a.hostname,o=a.port;if(r&&r.length>0){let l=r.find(s=>{if(!s)return!1;if(s===i)return!0;if(Cu.includes(s))return!0;if(!s.includes("*")&&s.includes("://")){try{let u=new URL(s);if(u.pathname==="/"&&!s.endsWith("/")){let c=u.hostname===i,d=u.port===o;return u.port?c&&d:c}else return xh(n,s)}catch{}return!1}else{let u,c=s;if(s.includes("://")){let V=s.split("://");u=V[0],u==="*"&&V.length>1&&(u="*",s="https://"+V[1])}else u="*",s="https://"+s;let d=s.replace(/\*/g,Pu),h;try{h=new URL(d)}catch{return q.debug("invalid match pattern",d,"raw match value:",c),!1}let b=h.host,E=h.pathname;E==="/"&&(c.replace("://","").includes("/")||(E="/*"));let ne=wh(u+":",_u(b),_u(E));if(ne){let V=new URL(n);return ne.test(V.href)}else return!1}});if(l)return l}return null}catch{return null}}function _u(t){return t.replaceAll(Pu,"*")}function wh(t,e,r){let a="^";return t==="*:"?a+="(http:|https:|file:)":a+=t,a+="//",e&&(t==="file:"||(e==="*"?a+="[^/]+?":(e.match(/^\*\./)&&(a+="[^/]*?",e=e.substring(1)),a+=e.replace(/\./g,"\\.").replace(/\*/g,"[^/]*")))),r?r==="*"||r==="/*"?a+="(/.*)?":r.includes("*")?(a+=r.replace(/\*/g,".*?"),a+="/?"):a+=r.replace(/[-[\]{}()*+?.,\\^$|#\s]/g,"\\$&"):a+="/?",a+="$",new RegExp(a)}function Lu(t,e){return Sh(t,e)!==null}function xh(t,e){let r=new URL(t),a=new URL(e);return r.hostname===a.hostname&&r.pathname===a.pathname&&r.protocol===a.protocol&&r.port===a.port}var an=class{accessToken;constructor(e){this.accessToken=e}async listAll(){let e=[],r="";do{let{nextPageToken:a,files:n}=await this.list(r).catch(i=>{throw i});e.push(...n),r=a||""}while(r);return e}async getConfig(e){try{return await(await fetch(`https://www.googleapis.com/drive/v3/files/${e}?alt=media`,{headers:{Authorization:`Bearer ${this.accessToken}`}})).json()}catch(r){return q.error("get config error, use default",r),{}}}async delete(e){await fetch(`https://www.googleapis.com/drive/v3/files/${e}`,{method:"DELETE",headers:{Authorization:`Bearer ${this.accessToken}`}})}findByName(e){return this.list(void 0,`name = '${e}'`)}uploadConfig(e,r=Qa){let a=new Blob([JSON.stringify(e,null,2)],{type:"application/json"});return this.upload({name:r,parents:["appDataFolder"],mimeType:"application/json"},a)}updateConfig(e,r){let a=new Blob([JSON.stringify(r,null,2)],{type:"application/json"});return this.updateContent(e,a)}async upload(e,r){let a=new FormData;a.append("metadata",new Blob([JSON.stringify(e)],{type:"application/json; charset=UTF-8"})),a.append("file",r);let n=await fetch("https://www.googleapis.com/upload/drive/v3/files?uploadType=multipart",{method:"POST",headers:{Authorization:`Bearer ${this.accessToken}`},body:a});return n.ok?await n.json():Promise.reject(n.text())}async list(e,r){let a=new URL("https://www.googleapis.com/drive/v3/files");e&&a.searchParams.append("pageToken",e),r&&a.searchParams.append("q",r),a.searchParams.append("spaces","appDataFolder"),a.searchParams.append("fields","files(id,name,createdTime,modifiedTime,size)"),a.searchParams.append("pageSize","100"),a.searchParams.append("orderBy","createdTime desc");try{return q.debug("list api:",a.toString(),this.accessToken),await(await fetch(a.toString(),{headers:{Authorization:`Bearer ${this.accessToken}`}})).json()}catch(n){throw q.error("fetch google ip error",n),n}}async updateContent(e,r){return await(await fetch(`https://www.googleapis.com/upload/drive/v3/files/${e}?uploadType=media`,{method:"PATCH",headers:{Authorization:`Bearer ${this.accessToken}`},body:r})).text()}};function Iu(t,e){let r=["https://www.googleapis.com/auth/drive.appdata"];return`https://accounts.google.com/o/oauth2/v2/auth?client_id=${$a}&response_type=token&redirect_uri=${encodeURIComponent(e)}&scope=${encodeURIComponent(r.join(" "))}&state=${encodeURIComponent(JSON.stringify(t))}`}function Bu(t){let e=t.match(/[#?](.*)/);return!e||e.length<1?null:{access_token:new URLSearchParams(e[1].split("#")[0]).get("access_token")}}async function Fu(t,e,r,a,n,i,o){if(q.debug(`autoSyncStrategy accessToken: ${t}`),e===null){q.debug("autoSyncStrategy settings is null");return}let l=new an(t);try{let s=(await l.findByName(Qa)).files;q.debug("files",s);let u=s[0]?.id,c=null;if(u&&(c=await l.getConfig(u).then(d=>({fileId:u,config:d}))),c){let{config:d,fileId:h}=c,b=d.updatedAt?new Date(d.updatedAt):new Date(0),E=e.updatedAt?new Date(e.updatedAt):new Date(0);if(q.debug("remoteUpdatedAt",b,"localUpdatedAt",E),b>E)q.debug("remote is newer, update local config",d),r(d),i&&i(!0);else if(b.getTime()===E.getTime())q.debug("remote and local are the same, do nothing"),i&&i(!1);else if(b(await t.removeAuthInfo(),Ci()&&globalThis.location.reload(),a))}static async getAuthInfo(){let e=await T.storage.local.get(Dr);if(e[Dr])return e[Dr]}static async removeAuthInfo(){return await T.storage.local.remove(Dr)}static setAuthInfo(e){return T.storage.local.set({[Dr]:e})}async auth(e=!1){let r=await t.getAuthInfo();if(q.debug(this.CLASSNAME,"token from cache:",r),r&&r.access_token&&await zu(r.access_token).then(i=>!0).catch(i=>!1))return Promise.resolve(r);let a=Iu(this._state,this._redirectUrl);return q.debug(this.CLASSNAME,"auth url: "+a),Ci()?this.userscriptAuthWorkflow(a,e):this.extensionAuthWorkflow(a).then(n=>(t.setAuthInfo(n),n))}async userscriptAuthWorkflow(e,r){return r&&await T.storage.local.set({[Wl]:!0}),globalThis.open(e,"_self"),Promise.resolve({})}extensionAuthWorkflow(e){let r,a=!1;return new Promise((n,i)=>{let o=()=>{T.tabs.onUpdated.removeListener(l),T.tabs.onRemoved.removeListener(s)},l=(h,b,E)=>{if(q.debug(this.CLASSNAME,"create tab onUpdated: "+E.url),r===h){let ne=new URL(E.url||""),V=Bu(E.url);ne.pathname.startsWith("/auth-done")&&V?.access_token&&(q.debug(this.CLASSNAME,"auth done: "+E.url),n({access_token:V.access_token}),a=!0,T.tabs.remove(h),o())}},s=(h,b)=>{q.debug(this.CLASSNAME,"create tab onRemoved: "+h),(h===r||!a)&&(o(),i(new Error("auth failed")))},u=Math.min(500,screen.availWidth),c=Math.min(650,screen.availHeight),d;T.windows===void 0?d=T.tabs.create({url:e}).then(h=>{r=h.id}):d=T.windows.create({url:e,type:"popup",width:u,height:c,left:Math.round((screen.width-u)/2),top:Math.round((screen.height-c)/2)}).then(h=>{r=h.tabs[0].id}),d.then(()=>{T.tabs.onUpdated.addListener(l),T.tabs.onRemoved.addListener(s)}).catch(h=>{q.debug(this.CLASSNAME,"create tab failed: "+h),i(h)})})}};var Dh="https://www.googleapis.com/oauth2/v3/tokeninfo",kh=$a,Eh=pe().REDIRECT_URL;function zu(t){if(!t)throw"Authorization failure";let e=`${Dh}?access_token=${t}`,r=new Request(e,{method:"GET"});function a(n){return new Promise((i,o)=>{n.status!=200&&o("Token validation error"),n.json().then(l=>{l.aud&&l.aud===kh?i(t):o("Token validation error")})})}return fetch(r).then(a)}function Ou(t,e=!1){let r=Eh;if(typeof window<"u"&&window.location.protocol.startsWith("http")){let n=window.location.hostname,i=window.location.port;r=`${window.location.protocol}//${n}${i?`:${i}`:""}/auth-done/`}return new nn(t,r).auth(e)}async function Mu(){}function Ru(t,e){let r=new Map;for(let i of e)r.set(i.header.toLowerCase(),i);let a=[],n=t.filter(i=>{let o=r.get(i.name.toLowerCase());if(o){if(o.operation==="remove")return!1;if(o.operation==="set")return!1}return!0});for(let i of e)i.operation==="set"&&a.push({name:i.header,value:i.value||""});return n.concat(a)}var on=[{id:1,priority:1,action:{type:"modifyHeaders",requestHeaders:[{header:"Referer",operation:"set",value:"https://httpstat.us/429"},{header:"origin",operation:"set",value:"https://httpstat.us/429"},{header:"DNT",operation:"set",value:"1"}]},condition:{urlFilter:"https://httpstat.us/429",resourceTypes:["xmlhttprequest"],domainType:"thirdParty",initiatorDomains:["cfhamdkdjgoelclgllcoikbckcfpaklj","bpoadfkcbjbfhfodiogcnhhhpibjhbnh"]}},{id:2,priority:1,action:{type:"modifyHeaders",requestHeaders:[{header:"Referer",operation:"set",value:"https://www.deepl.com/"},{header:"origin",operation:"set",value:"https://www.deepl.com"},{header:"DNT",operation:"set",value:"1"},{header:"cookie",operation:"remove"}]},condition:{urlFilter:"https://www2.deepl.com/jsonrpc*",resourceTypes:["xmlhttprequest"],domainType:"thirdParty",initiatorDomains:["cfhamdkdjgoelclgllcoikbckcfpaklj","bpoadfkcbjbfhfodiogcnhhhpibjhbnh"]}},{id:200,priority:1,action:{type:"modifyHeaders",requestHeaders:[{header:"Referer",operation:"set",value:"https://www.deepl.com/"},{header:"origin",operation:"set",value:"chrome-extension://cofdbpoegempjloogbagkncekinflcnj"},{header:"DNT",operation:"set",value:"1"}]},condition:{urlFilter:"https://api.deepl.com/jsonrpc*",resourceTypes:["xmlhttprequest"],domainType:"thirdParty",initiatorDomains:["cfhamdkdjgoelclgllcoikbckcfpaklj","bpoadfkcbjbfhfodiogcnhhhpibjhbnh"]}},{id:201,priority:1,action:{type:"modifyHeaders",requestHeaders:[{header:"Referer",operation:"set",value:"https://www.deepl.com/"},{header:"origin",operation:"set",value:"chrome-extension://cofdbpoegempjloogbagkncekinflcnj"}]},condition:{urlFilter:"https://w.deepl.com/oidc/token",resourceTypes:["xmlhttprequest"],domainType:"thirdParty",initiatorDomains:["cfhamdkdjgoelclgllcoikbckcfpaklj","bpoadfkcbjbfhfodiogcnhhhpibjhbnh"]}},{id:3,priority:1,action:{type:"modifyHeaders",requestHeaders:[{header:"origin",operation:"set",value:"chrome-extension://lkjkfecdnfjopaeaibboihfkmhdjmanm"}]},condition:{urlFilter:"https://transmart.qq.com/api/imt",resourceTypes:["xmlhttprequest"],domainType:"thirdParty",initiatorDomains:["cfhamdkdjgoelclgllcoikbckcfpaklj","bpoadfkcbjbfhfodiogcnhhhpibjhbnh"]}},{id:4,priority:1,action:{type:"modifyHeaders",requestHeaders:[{header:"origin",operation:"set",value:"chrome-extension://lkjkfecdnfjopaeaibboihfkmhdjmanm"}]},condition:{urlFilter:"https://translate.volcengine.com/crx/translate/v1/",resourceTypes:["xmlhttprequest"],domainType:"thirdParty",initiatorDomains:["cfhamdkdjgoelclgllcoikbckcfpaklj","bpoadfkcbjbfhfodiogcnhhhpibjhbnh"]}},{id:5,priority:1,action:{type:"modifyHeaders",requestHeaders:[{header:"User-Agent",operation:"set",value:"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36 Edg/120.0.0.0"}]},condition:{urlFilter:"https://edge.microsoft.com/translate/auth",resourceTypes:["xmlhttprequest"],domainType:"thirdParty",initiatorDomains:["cfhamdkdjgoelclgllcoikbckcfpaklj","bpoadfkcbjbfhfodiogcnhhhpibjhbnh"]}},{id:6,priority:1,action:{type:"modifyHeaders",requestHeaders:[{header:"User-Agent",operation:"set",value:"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36 Edg/120.0.0.0"}]},condition:{urlFilter:"https://api-edge.cognitive.microsofttranslator.com/translate",resourceTypes:["xmlhttprequest"],domainType:"thirdParty",initiatorDomains:["cfhamdkdjgoelclgllcoikbckcfpaklj","bpoadfkcbjbfhfodiogcnhhhpibjhbnh"]}}];function $t(t,e){var r=(t&65535)+(e&65535),a=(t>>16)+(e>>16)+(r>>16);return a<<16|r&65535}function _h(t,e){return t<>>32-e}function ln(t,e,r,a,n,i){return $t(_h($t($t(e,t),$t(a,i)),n),r)}function Oe(t,e,r,a,n,i,o){return ln(e&r|~e&a,t,e,n,i,o)}function Me(t,e,r,a,n,i,o){return ln(e&a|r&~a,t,e,n,i,o)}function Re(t,e,r,a,n,i,o){return ln(e^r^a,t,e,n,i,o)}function Ne(t,e,r,a,n,i,o){return ln(r^(e|~a),t,e,n,i,o)}function sn(t,e){t[e>>5]|=128<>>9<<4)+14]=e;var r,a,n,i,o,l=1732584193,s=-271733879,u=-1732584194,c=271733878;for(r=0;r>5]>>>e%32&255);return r}function Gi(t){var e,r=[];for(r[(t.length>>2)-1]=void 0,e=0;e>5]|=(t.charCodeAt(e/8)&255)<16&&(a=sn(a,t.length*8)),r=0;r<16;r+=1)n[r]=a[r]^909522486,i[r]=a[r]^1549556828;return o=sn(n.concat(Gi(e)),512+e.length*8),Nu(sn(i.concat(o),512+128))}function qu(t){var e="0123456789abcdef",r="",a,n;for(n=0;n>>4&15)+e.charAt(a&15);return r}function Vi(t){return unescape(encodeURIComponent(t))}function Uu(t){return Ph(Vi(t))}function Ih(t){return qu(Uu(t))}function ju(t,e){return Lh(Vi(t),Vi(e))}function Bh(t,e){return qu(ju(t,e))}function Ku(t,e,r){return e?r?ju(e,t):Bh(e,t):r?Uu(t):Ih(t)}function $i(t){if(Math.abs(t)<1024)return t+" Byte";let r=["KB","MB","GB","TB","PB","EB","ZB","YB"],a=-1;do t/=1024,++a;while(Math.abs(t)>=1024&&a{let n=t,i=1,o=indexedDB.open(n,i);o.onsuccess=l=>{r(o.result)},o.onerror=l=>{a()},o.onupgradeneeded=l=>{let s=o.result,u=e||"cache";s.createObjectStore(u,{keyPath:"key"})}})}async function Wu(t){let e=`${Se}-${t.service}@${t.from}->${t.to}`;return await zh(e,t)}async function Hu(t){let e=Ku(t.originalText),r=`${Se}-${t.service}@${t.from}->${t.to}`;return await Fh(r,e)}async function Fh(t,e){let r=await ua(t);return await new Promise((a,n)=>{if(!r)return n();let i="cache",l=r.transaction([i],"readonly").objectStore(i).get(e);l.onsuccess=s=>{r.close();let u=l.result;a(u)},l.onerror=s=>{r.close(),n()}})}async function zh(t,e){let r=await ua(t);return(await Gu()).includes(t)||await Oh(t),await new Promise(n=>{if(!r)return n(!1);let i="cache",l=r.transaction([i],"readwrite").objectStore(i).put(e);l.onsuccess=s=>{r.close(),n(!0)},l.onerror=s=>{r.close(),n(!1)}})}async function Oh(t){let e="cache_list",r=await ua(Se+"-cacheList",e),n=r.transaction([e],"readwrite").objectStore(e).put({key:t});n.onsuccess=i=>{r.close(),_r.push(t)},n.onerror=i=>{r.close()}}async function Gu(){if(_r&&_r.length>0)return _r;let t=await ua(Se+"-cacheList","cache_list");return _r=await new Promise(e=>{let r="cache_list",n=t.transaction([r],"readonly").objectStore(r).getAllKeys();n.onsuccess=i=>{t.close(),e(n.result)},n.onerror=i=>{t.close(),e([])}}),_r}async function Vu(){try{let t=[];(await Gu()).forEach(a=>{t.push(Mh(a))});let r=await Promise.all(t);return $i(r.reduce((a,n)=>a+n,0))}catch{return $i(0)}}async function Mh(t){let e=await ua(t),a=[...e.objectStoreNames].reduce((o,l)=>{let s=Rh(e,l);return o.push(s),o},[]),n=await Promise.all(a);return e.close(),n.reduce((o,l)=>o+l,0)}async function Rh(t,e){return await new Promise((r,a)=>{if(t==null)return a();let n=0,i=t.transaction([e]).objectStore(e).openCursor();i.onsuccess=o=>{let l=i.result;if(l){let s=l.value,u=JSON.stringify(s);n+=u.length,l.continue()}else r(n)},i.onerror=o=>a("error in "+e+": "+o)})}function Nh(t,e){return Math.floor(Math.random()*(e-t+1))+t}var qh=30,Qi="RATE_LIMITER_TICKS",un=class t{static strictTicks={};static clearStrictTicks(){Hi(Qi,"{}")}static async getStrictTicks(e,r){if(r)return this.strictTicks[e]||[];try{let a=await Du(Qi);a&&(this.strictTicks=JSON.parse(a)||{})}catch(a){q.debug("Error setting rate limiter ticks",a),this.strictTicks[e]=[]}finally{return this.strictTicks[e]||[]}}static wait(e,r){return new Promise((a,n)=>{t.getDelay(e,r).then(i=>{setTimeout(()=>{a(i)},i)})})}static async setStrictTicks(e,r,a){try{if(this.strictTicks[e]=r,a)return;await Hi(Qi,JSON.stringify(this.strictTicks))}catch(n){q.debug("Error setting rate limiter ticks",n)}}static async getDelay(e,r,a=!1){if(!a){let u=Nh(4,qh);await Ir(u)}let n=await this.getStrictTicks(e,a)||[],{limit:i,interval:o}=r,l=Date.now();if(n.length=s?(n.push(l),await this.setStrictTicks(e,n,a),0):(n.push(s),await this.setStrictTicks(e,n,a),s-l)}};var cn,Uh=async function(t,e){let{method:r,data:a}=t;if(q.debug("background received message",r,a||" "),r==="mock")await Ir(150);else{if(r==="queryParagraphCache")return Hu(a);if(r==="setParagraphCache")return Wu(a);if(r==="calculateSize")return Vu();if(r==="fetch")return Ja(a);if(r==="getConfig")return Vt();if(r==="getLocalConfig")return sa();if(r==="openOptionsPage"){let n="";a&&a.pageRoute&&(n=a.pageRoute);let i=T.runtime.getURL("options.html");T.tabs.create({url:i+n})}else if(r==="openAboutPage")T.tabs.create({url:T.runtime.getURL("options.html#about")});else if(r==="openInTab")a&&T.tabs.create({url:a});else if(r==="openEbookViewerPage"){let i=pe().EBOOK_VIEWER_URL;T.tabs.create({url:i})}else if(r==="openSubtitleBuilderPage"){let i=pe().SUBTITLE_BUILDER_URL;T.tabs.create({url:i})}else if(r==="openEbookBuilderPage"){let i=pe().EBOOK_BUILDER_URL;T.tabs.create({url:i})}else if(r==="openHtmlViewerPage"){let i=pe().HTML_VIEWER_URL;T.tabs.create({url:i})}else if(r==="openPdfViewerPage"){let n=a?.url,i=rn(n);(Ct()||!n)&&(i=pe().PDF_VIEWER_URL),T.tabs.create({url:i})}else{if(r==="setLocalConfig")return Cr(a);if(r=="getUserConfig")return la();if(r=="setUserConfig")return ur(a);if(r==="detectLanguage"){let{text:n,pageLangs:i}=a;if(T.i18n&&T.i18n.detectLanguage)try{let o=await $u(T.i18n.detectLanguage(n),1500,{isReliable:!1,languages:[]});if(o.languages.length>0){if(o.isReliable)return Kt(o.languages[0].language);for(let l of o.languages){let s=Kt(l.language);if(i.includes(s)&&l.percentage>50)return s}}return"auto"}catch(o){return q.debug("detect language error",o),"auto"}else return"auto"}else if(r==="detectTabLanguage")try{let n=await $u(T.tabs.detectLanguage(e.id),1500,"auto");return Kt(n)}catch(n){return q.debug("detect tab language error, use auto ",n),"auto"}else if(r==="autoSyncLatestConfig"){try{await Mu()}catch(n){q.debug("auto sync latest config error",n)}return""}else if(r!=="updateCommands"){if(r==="setBadge"){let n=e.id,i=a&&a.text?a.text:"";n&&jh(n,i)}else if(r=="getDelay"){let{key:n,options:i}=a||{};return un.getDelay(n,i,!0)}}}}};function Qu(){Yi();let t=T.runtime.getManifest();if(t.manifest_version>2,t.manifest_version===2&&T.webRequest&&T.webRequest.onBeforeSendHeaders){let e=on.map(a=>a.condition.urlFilter),r=on.reduce((a,n)=>(n.condition.resourceTypes.forEach(i=>{a.includes(i)||a.push(i)}),a),[]);T.webRequest.onBeforeSendHeaders.addListener(function(a){if(!(a.originUrl&&a.originUrl.startsWith("http"))&&a.originUrl&&a.requestHeaders)for(let n=0;n{let i=setTimeout(()=>{a(r)},e);t.then(o=>{clearTimeout(i),a(o)}).catch(o=>{clearTimeout(i),n(o)})})}function Yu(){typeof T.commands<"u"&&T.commands.onCommand.addListener(async t=>{if(q.debug(`received command: ${t}`),["toggleTranslatePage"].includes(t)){let e=await T.tabs.query({active:!0,currentWindow:!0});if(e.length===0||typeof e[0].id>"u")return;let a=e[0].url;if(Eu(a)){T.tabs.create({url:rn(a)});return}}await Xi({method:t,data:{trigger:"shortcut"}})})}async function Xi(t){let r=(await T.tabs.query({currentWindow:!0,active:!0}))[0].id;Yi().sendMessage(`content_script:main:${r}`,t).catch(n=>{q.error("send content message request failed",t,n)})}var Xu={"zh-CN":{"languages.en":"\u82F1\u8BED","languages.ja":"\u65E5\u8BED","languages.ko":"\u97E9\u8BED","languages.es":"\u897F\u73ED\u7259\u8BED","languages.fr":"\u6CD5\u8BED","languages.de":"\u5FB7\u8BED","languages.it":"\u610F\u5927\u5229\u8BED","languages.pt":"\u8461\u8404\u7259\u8BED","languages.ru":"\u4FC4\u8BED","languages.wyw":"\u6587\u8A00\u6587","languages.":"\u5168\u90E8"},"zh-TW":{"languages.en":"\u82F1\u8A9E","languages.ja":"\u65E5\u8A9E","languages.ko":"\u97D3\u8A9E","languages.es":"\u897F\u73ED\u7259\u8A9E","languages.fr":"\u6CD5\u8A9E","languages.de":"\u5FB7\u8A9E","languages.it":"\u610F\u5927\u5229\u8A9E","languages.pt":"\u8461\u8404\u7259\u8A9E","languages.ru":"\u4FC4\u8A9E","languages.wyw":"\u6587\u8A00\u6587","languages.":"\u5168\u90E8"}},Wh={..._t,"zh-CN":{...Xu["zh-CN"],..._t["zh-CN"]},"zh-TW":{...Xu["zh-TW"],..._t["zh-TW"]}};function Zu(t,e,r){return Ri(Wh,t,e,ft,r)}var ca=Mi()?["action"]:["browser_action","page_action"],Ju=[{id:"toggleTranslatePage",contexts:["page","frame","selection",...ca]},{id:_i,contexts:ca},{id:Li,contexts:ca},{id:Ii,contexts:ca},{id:Pi,contexts:ca}];async function Zi(t){q.debug("createContextMenu",Ju);for(let e of Ju){let r=!0;t.isShowContextMenu===!1&&e.id==="toggleTranslatePage"&&(r=!1);try{T.contextMenus.create({id:e.id,title:Zu(`browser.${e.id}`,t.interfaceLanguage),contexts:e.contexts,visible:r},()=>T.runtime.lastError)}catch(a){q.debug("create context menu error, it's ok!!",a,`menu id: ${e.id}`)}}}function ec(){T.contextMenus.onClicked.addListener(t=>{if(t.menuItemId===_i)T.runtime.openOptionsPage();else if(t.menuItemId===Pi){let e=ku();T.tabs.create({url:e})}else if(t.menuItemId===Ii){let r=pe().EBOOK_BUILDER_URL;T.tabs.create({url:r})}else if(t.menuItemId===Li){let r=pe().EBOOK_VIEWER_URL;T.tabs.create({url:r})}else if(t.menuItemId===Vl){let r=pe().SUBTITLE_BUILDER_URL;T.tabs.create({url:r})}else t.menuItemId===Gl?T.tabs.create({url:"https://immersivetranslate.com/docs/donate/"}):Xi({method:t.menuItemId,data:{trigger:"right_menu"}})})}function Ji(){Vt().then(t=>{t.uninstallUrl&&T.runtime.setUninstallURL&&T.runtime.setUninstallURL(t.uninstallUrl),eo(t)}).catch(t=>{q.error("create menu error",t)})}function eo(t){t?Zi(t):Vt().then(e=>{Zi(e)}).catch(e=>{q.error("create menu error",e)})}function tc(){T.runtime.onInstalled.addListener(t=>{q.debug(`onInstalled reason: ${t.reason}`),q.debug(t),t.reason=="install"?(async()=>{let e="https://onboarding.immersivetranslate.com/",a=T.runtime.getURL("").startsWith("safari"),n=!1,i=!1;try{let l=await T.runtime.getPlatformInfo();a?l.os==="mac"?n=!0:l.os==="ios"&&(i=!0):l.os==="android"&&(e="https://onboarding.immersivetranslate.com/mobile/")}catch{}n?e="https://onboarding.immersivetranslate.com/mac-safari/":i&&(e="https://onboarding.immersivetranslate.com/ios/step-2/");let o=await Pt("onboardingDisplayTime","");a?o||(await Wt("onboardingDisplayTime",new Date().toISOString()),T.tabs.create({url:e})):T.tabs.create({url:e}),Ji()})():(t.reason=="update"&&T.runtime.getManifest().version!=t.previousVersion,Ji())})}var Hh="https://f0e3be2cce5fcdc92a25c723cd7fcbbc@sentry.immersivetranslate.com/4506813369548800",ro=!1;function rc(t){try{if(!t||!t.enable||ro||aa())return;ro=!0;let e=Er(),r=au();if(t.ignoreVersions?.find(u=>u===e)||t.ignoreBuildPlatforms?.find(u=>u===r))return;let i=globalThis.navigator.userAgent;if(t.ignoreUserAgents?.find(u=>i.match(new RegExp(u))))return;let{initOptions:l}=t,s={dsn:Hh,environment:pe().PROD==="1"?"production":"develop",...t.initOptions};l?.ignoreErrors&&(s.ignoreErrors=to(l.ignoreErrors)),l?.denyUrls&&(s.denyUrls=to(l.denyUrls)),l?.allowUrls&&(s.allowUrls=to(l.allowUrls)),s.release=`${r}@${e}`,Jr.init(s),Gh()}catch{}}async function Gh(){try{let t=await ia.get(ir,null);if(!ro||!t)return;Jr.setUser({id:t.id,username:t.userName,nickname:t.nickName,email:t.email})}catch{}}function to(t){return t.map(e=>new RegExp(e))}Qu();tc();Yu();T.contextMenus&&ec();async function Vh(){T.contextMenus&&eo();let t=await Vt();t.enableSentryReport&&(rc(t.sentryConfig),t.debug&&q.setLevel("debug"))}Vh().catch(t=>{});})(); +`,wrapperSuffix:"
"},{id:"bing",matches:"https://*.bing.com/search*",extraInlineSelectors:["a","i"],globalStyles:{"[class*='lineclamp'],.b_title":"-webkit-line-clamp:unset;"}},{id:"yahoo",matches:"*.yahoo.*",excludeSelectors:["._ys_jiqava","#ybar-inner-wrap","#Col2-5-Rmp-Proxy"],extraBlockSelectors:[".SIPGg",".sc-kzMCTH.pSZXj"],globalStyles:{"#atomic .Mt\\(20px\\)":"margin-top: 100px;","[class*='LineClamp']":"-webkit-line-clamp:unset;max-height:unset;","a[class*='js-content-viewer']> div[class*='Td\\(n\\)']":"overflow: scroll;","[class*='_ys_24482e']":"-webkit-line-clamp:unset;","#Aside > :first-child":"overflow:scroll;"}},{id:"wsj",matches:"www.wsj.com",excludeSelectors:["header","footer","nav","[aria-label='Markets summary']"]},{id:"businessinsider",matches:"www.businessinsider.com",excludeSelectors:["header","nav","section.live-updates-module "]},{id:"goodreads",matches:"www.goodreads.com",excludeSelectors:[".badgeYear",".gr-mediaBox__desc",".bookVotedRow",".minirating","div[itemprop='aggregateRating']",".wtrButtonContainer",".RatingsHistogram__labelTitle",".FollowButton",".siteHeader__topLevelLink","#books > thead","td[class*='rating']","td[class*='shelves']","td[class*='date_read']","td[class*='date_added']","td[class*='actions']"]},{id:"feeder",matches:"https://feeder.co/*",globalStyles:{".item-summary":"-webkit-line-clamp:unset;"}},{id:"elektrotechnik",matches:"https://www.elektrotechnik.rwth-aachen.de/*",globalAttributes:{"[class='notranslate']":{class:""}}},{id:"nytimes",matches:"www.nytimes.com",excludeSelectors:["#app > div > div > header","#app > div > div > div > div > header","#in-story-masthead"],injectedCss:["a::after {position:relative!important;}"]},{id:"bugsKde",matches:"bugs.kde.org","excludeTags.remove":["svg","PRE"],additionalExcludeSelectors:[".bz_first_comment_head",".bz_comment_head",".related_actions"]},{id:"eastmoney",matches:"guba.eastmoney.com",searchEnhancementConfig:[{id:"eastmoney",urlMatch:"guba.eastmoney.com/news,us\\w+,\\w+.html",delayTime:0,selector:".moneyFlowContainer",selectorAction:"insertBefore",style:{container:"background:white;border:none;border-radius: 4px;box-shadow: 0 2px 4px hsla(216,5%,62%,.14);",source:"font-size:12px; margin-bottom: 0px;",keyword:"color:#294688",title:"font-size:14px;color:#294688;",enTitle:"margin-top:4px;font-size:12px;",searchTitle:"margin:4px 0 16px;position:relative;padding-right:24px;font-size: 16px;",time:"margin: 0px 0 16px;",more:"color:#294688;margin-top:8px;"},keyword:{value:"[0]$1 stock",matches:[{source:"url",matchRegex:"guba.eastmoney.com/news,us(\\w+?),\\S+.html"}]},showCount:8},{id:"eastmoney",urlMatch:"guba.eastmoney.com/list,us\\w+.*.html",delayTime:0,selector:".qualityContentContainer",selectorAction:"insertBefore",style:{container:"background:white;border:none;border-radius: 4px;box-shadow: 0 2px 4px hsla(216,5%,62%,.14);",source:"font-size:12px; margin-bottom: 0px;",keyword:"color:#294688",title:"font-size:14px;color:#294688;",enTitle:"margin-top:4px;font-size:12px;",searchTitle:"margin:4px 0 16px;position:relative;padding-right:24px;font-size: 16px;",time:"margin:0px 0 16px;",more:"color:#294688;margin-top:8px;"},keyword:{value:"[0]$1:[0]$2",matches:[{source:{type:"selector",attribute:"href"},matchRegex:"code=(\\w+)_(\\w+)",match:"a[href*='rank/stock?code=']"}]},showCount:8}]},{id:"xueqiu",matches:"xueqiu.com",searchEnhancementConfig:[{id:"xueqiu",urlMatch:"xueqiu.com/S/[a-zA-Z]+/?$",delayTime:0,selector:".container-side-sm.float-right.stock__side",selectorAction:"appendChild",style:{container:"background:white;border:none;border-radius: 4px;padding:0;",source:"font-size:12px; margin-bottom: 0px;",keyword:"color:#06c",title:"font-size:14px;color:#06c;",enTitle:"margin-top:4px;font-size:12px;",searchTitle:"margin:4px 0 16px;position:relative;padding-right:24px;font-size: 16px;font-weight: bold;",time:"margin:0px 0 16px;",more:"color:#06c;margin-top:8px;"},showCount:8,keyword:{value:"[0]$1",matches:[{source:{type:"selector",attribute:"text"},matchRegex:"\\((.+)\\)",match:".stock-name"}]}}]},{id:"laohu8",matches:"www.laohu8.com",searchEnhancementConfig:[{id:"laohu8",urlMatch:"www.laohu8.com/stock/[a-zA-Z]+/?$",delayTime:0,selector:".hot-stocks-root",selectorAction:"insertBefore",style:{container:"background:white;border:none;border-radius: 4px;box-shadow: 0 2px 4px hsla(216,5%,62%,.14);",source:"font-size:12px; margin-bottom: 0px;",title:"font-size:14px;color: #007bff;",enTitle:"margin-top:4px;color: #4d5156;font-size:12px;",searchTitle:"margin:4px 0 16px;position:relative;padding-right:24px;font-size: 16px;",time:"margin: 0px 0 16px;"},keyword:{value:"[0]$1 stock",matches:[{source:"url",matchRegex:"stock/([a-zA-Z]+)"}]},showCount:8}]},{id:"futunn",matches:"www.futunn.com",searchEnhancementConfig:[{id:"futunn",urlMatch:"www.futunn.com/stock/\\w+-US",delayTime:0,selector:".right",selectorAction:"appendChild",style:{container:"background:white;border:none;border-radius: 4px;box-shadow: 0 2px 4px hsla(216,5%,62%,.14);",source:"font-size:12px; margin-bottom: 4px;",title:"font-size:14px;color: #007bff;",enTitle:"margin-top:4px;color: #4d5156;font-size:12px;",searchTitle:"margin:4px 0 16px;position:relative;padding-right:24px;font-size: 16px;",time:"margin: 4px 0 20px;"},keyword:{value:"[0]$1 stock",matches:[{source:"url",matchRegex:"stock/([a-zA-Z]+)-US"}]},showCount:8}]},{id:"bmvrMarseille",matches:"www.bmvr.marseille.fr",globalStyles:{"a > div":"display:block;","[style*='358px;']":"width: 33.3333%; height: auto; padding: 0px; position: relative; margin: 0px;"},globalAttributes:{"#app":{class:""}}},{id:"piAi",matches:"pi.ai/talk",globalStyles:{"[class*='text-brand-green']":"flex-direction:column;"}},{id:"claudeAi",matches:"claude.ai",excludeSelectors:[".contents *"],"excludeTags.remove":["PRE"],injectedCss:"[data-testid='chat-menu-trigger'] br {display:none;}",aiRule:{messageWrapperSelector:".contents",messageContainerSelector:".ReactMarkdown",messageStreamEndSelector:".contents > button",streamingChange:!0,streamingDeepChild:!1,streamingDelayTime:1e3}},{id:"feishu",matches:["*.feishu.cn","*.larkoffice.com","*.larksuite.com"],"additionalExcludeSelectors.remove":[".notranslate","[translate=no]"],mutationObserverLimitTargetSelectors:[".maindocbody","div[class*='render']","div[class*='block']"],"excludeSelectors.add":[".catalogue__list"]},{id:"gitbook",selectorMatches:[".gitbook-root"],"additionalExcludeSelectors.remove":[".notranslate","[translate=no]"],"additionalExcludeSelectors.add":["[spellcheck='false']"]},{id:"mitre",matches:"cwe.mitre.org",globalStyles:{"span.list_entry":"height: unset;"}},{id:"kaggle",matches:"www.kaggle.com",excludeTags:["i","button"]},{id:"ieee",matches:"spectrum.ieee.org",extraBlockSelectors:["small"]},{id:"ieeexplore",matches:"ieeexplore.ieee.org",stayOriginalSelectors:["a[ref-type]",".inline-formula",".display-formula"]},{id:"cnn",matches:"*.cnn.com","excludeSelectors.add":[".ad-slot-header__wrapper","#pageFooter"],"bodyRule.add":{bodySelector:".layout__content-wrapper",articleSelector:".article__content-container"}},{id:"marginalrevolution",matches:"marginalrevolution.com",globalAttributes:{header:{translate:"unset;"}}},{id:"highfrequencyelectronics",matches:"www.highfrequencyelectronics.com",globalStyles:{"#main-content":"overflow:unset;"}},{id:"githubBlog",matches:"github.blog",globalStyles:{".font-mktg":"word-break:normal;"}},{id:"semanticscholar",matches:"www.semanticscholar.org",selectors:[".cl-paper-title",".cl-paper-abstract",".tldr-abstract-replacement",".text-truncator",".paper-detail-title"]},{id:"uni-trier",matches:"dblp.uni-trier.de",selectors:["h1","h2",".title",".external","dd p"],excludeSelectors:[".side-column"]},{id:"bilibili",matches:"www.bilibili.com","excludeSelectors.add":[".bpx-player-subtitle-panel-text"],"subtitleRule.add":{type:"bilibili",subtitleUrlRegExp:"aisubtitle.hdslb.com/bfs",loadingContainerSelector:".bpx-player-subtitle-panel"}},{id:"time",matches:"time.com",excludeSelectors:[".date-and-duration"],globalStyles:{".headline":"-webkit-line-clamp:unset;overflow:unset;height:unset;",h3:"-webkit-line-clamp:unset;overflow:unset;",p:"-webkit-line-clamp:unset;overflow:unset;"}},{id:"docs-swift",matches:"docs.swift.org",selectors:[".content","#menu"]},{id:"uzh",matches:"www.uzh.ch",injectedCss:[".TextImage--inner {overflow:auto !important;}"]},{id:"mail-yandex",matches:"mail.yandex.com",selectors:["article",".Text_color_primary",".mail-MessageSnippet-Item_subject"],globalStyles:{".mail-MessageSnippet":"height: unset; line-height:unset;",".immersive-translate-target-translation-block-wrapper":"margin:unset;"}},{id:"forums.zotero",matches:"forums.zotero.org",selectors:[".page-sidebar",".page-content"]},{id:"pubmed.ncbi.nlm.nih.gov",matches:"pubmed.ncbi.nlm.nih.gov",urlChangeDelay:0,excludeSelectors:[".docsum-journal-citation",".citation-part",".docsum-authors",".top-wrapper",".article-source",".citation-doi",".identifiers",".cite",".share",".arrow-link"],globalAttributes:{"#Scholarscope_HighlightContent":{class:""},"#Scholarscope_HighlightOrigin":{class:"Scholarscope_HighlightContents"}},mutationExcludeContainsSelectors:["#Scholarscope_HighlightContent highlight"],mutationExcludeSelectors:["#Scholarscope_HighlightContent","#Scholarscope_HighlightContent span"],injectedCss:["#Scholarscope_HighlightOrigin > p font,#Scholarscope_HighlightContent > p font {display: inline!important;}","#Scholarscope_HighlightOrigin > p font br,#Scholarscope_HighlightContent > p font br {display: none!important;}"]},{id:"chosun",matches:"www.chosun.com",injectedCss:"body {word-break: unset!important;}"},{id:"yna",matches:"*.yna*",injectedCss:["font > br {display:none}"],globalStyles:{"a,strong":"max-height:unset;-webkit-line-clamp:unset;height:unset;white-space:unset;","div,p,li,.item-box01,.news-con":"height:unset;max-height:unset;-webkit-line-clamp:unset;"},"additionalExcludeSelectors.remove":[".notranslate","[translate=no]"]},{id:"cnet",matches:"www.cnet.com",globalStyles:{"h3,div,span,p":"max-height:unset;-webkit-line-clamp:unset;height:unset;white-space:unset;"}},{id:"dolmods",matches:"dolmods.net",globalStyles:{"[class*='max-h']":"max-height:unset!important;"}},{id:"digitimes",matches:"www.digitimes.com",globalStyles:{"a,.title,.abstract,.display-5,.top":"max-height:unset;-webkit-line-clamp:unset;height:unset;white-space:unset;"},"excludeSelectors.add":[".main-nav-frame",".sub-header-wrapper",".footer",".date"],"additionalExcludeSelectors.remove":[".notranslate","[translate=no]"]},{id:"vdi-nachrichten",matches:"www.vdi-nachrichten.com","excludeSelectors.add":[".header-menu__item > a",".linkbar__item",".header__button-group"]},{id:"htdp",matches:"htdp.org",excludeTags:["blockquote"],stayOriginalSelectors:[".RktIn"]},{id:"newsletterss",matches:"newsletterss.com",initialGlobalAttributes:{iframe:{scrolling:"auto"}}},{id:"docusaurus",selectorMatches:["#__docusaurus"],"excludeSelectors.add":["aside",".DocSearch-Modal"]},{id:"mercari",matches:"*.mercari.com","excludeTags.remove":["PRE"]},{id:"qqMail",matches:"mail.qq.com",useIframePostMessage:!1},{id:"nikkei",matches:"www.nikkei.com",globalStyles:{"h3,div,span,p":"max-height:unset;-webkit-line-clamp:unset;height:unset;white-space:unset;"}},{id:"pubs.rsc.org",matches:"pubs.rsc.org",excludeSelectors:[".eqn"]},{id:"indeed",matches:"*.indeed.com",globalStyles:{"span,.css-19rjr9w.e1wnkr790":"max-height:unset;-webkit-line-clamp:unset;height:unset;white-space:unset;"},"excludeTags.remove":["BUTTON"]},{id:"brutalist",matches:"brutalist.report",selectors:["li > a:first-child","aside","nav > a","h1 > a","h3 > a","h2 >a"],"additionalExcludeSelectors.remove":[".notranslate","[translate=no]"]},{id:"maxroll",matches:["maxroll.gg"],extraInlineSelectors:[".d4t-sprite-icon",".d4t-icon"],injectedCss:["font {font-family: sans-serif !important;}"]},{id:"microsoftTeams",matches:["teams.live.com"],"stayOriginalSelectors.add":["span[title][style='min-width: 20px; height: 20px;']"]},{id:"gradioappdocs",matches:"www.gradio.app/docs/*",selectors:["div.obj"],excludeSelectors:["div#examples"]},{id:"arca",matches:"arca.live","excludeTags.remove":["PRE"]},{id:"chatpdf",matches:["www.chatpdf.com"],"additionalExcludeSelectors.remove":[".notranslate"],excludeSelectors:[".chat-message-row.ai *",".pdf-viewer"],aiRule:{streamingSelector:"",messageWrapperSelector:".chat-message-row.ai",streamingChange:!1,streamingDeepChild:!0,streamingDelayTime:1e3}},{id:"inciteful",matches:["inciteful.xyz"],"excludeTags.remove":["BUTTON"]},{id:"app.element.io",matches:["app.element.io"],"additionalExcludeSelectors.remove":[".notranslate"],"excludeSelectors.add":[".mx_DisambiguatedProfile",".mx_ReplyChain_wrapper",".mx_ThreadSummary_replies_amount"]},{id:"fastapi.tiangolo.com",matches:"fastapi.tiangolo.com",selectors:["article"]},{id:"termynal",selectorMatches:["link[href*='termynal.css']"],"stayOriginalSelectors.add":[".termy"]},{id:"cpb-nl",matches:["www.cpb.nl"],"bodyRule.add":{enable:!1}},{id:"hub.logseq",matches:["hub.logseq.com"],globalStyles:{"[class*=':h-[']":"height:unset;"}},{id:"chat.zalo",matches:["chat.zalo.me"],"additionalExcludeSelectors.remove":[".notranslate"],inputExecCommandDeleteEnable:!0,"inputConfig.add":{execCommandDeleteEnable:!0}},{id:"epam",matches:"*.epam.com",globalStyles:{"[class*='ContentAnchorLinkList']":"word-break:unset;"},"excludeSelectors.add":["#blog-page-sidebar-wrapper"],"excludeTags.remove":["BUTTON"]},{id:"discussions.apple",matches:"discussions.apple.com","excludeSelectors.add":[".page-number"]},{id:"www.sixthtone.com",matches:["www.sixthtone.com"],"excludeSelectors.add":["#footer","[class^=index_time]","[class^=index_anthorList]","[class^=index_node]","[class^=index_popupWrapper]"]},{id:"forum.unity",matches:["forum.unity.com"],"excludeSelectors.add":[".bbCodeCode"]},{id:"wattpad",matches:["www.wattpad.com"],"excludeTags.remove":["PRE"],globalAttributes:{header:{translate:"unset;"}},globalStyles:{".story-info .item-description":"overflow: scroll;"}},{id:"netflix",matches:["www.netflix.com"],"excludeSelectors.add":[".player-timedtext"],"mutationExcludeSelectors.add":[".player-timedtext *"],"subtitleRule.add":{type:"netflix",loadingContainerSelector:".watch-video",subtitleUrlRegExp:"^https://.+?.oca.nflxvideo.net/\\?([ovet]=[^=]+){4}$",loadingStyle:"bottom: 15%;",quickButtonRule:{appendSelector:'[data-uia="control-next"]',insertBeforeSelector:'[data-uia="control-next"]',injectCSS:".imt-quick-subtitle-button {height: 60%; margin-right: 50px; font-size: 20px; } .logo,.logo svg { height: 36px; width: 36px} .label { display: none; } .imt-quick-subtitle-pop-content {transform: translateX(50%); right: 0}"},videoSelector:"video",attachRule:{appendSelector:".watch-video",injectedCSS:[".imt-caption-window {margin-bottom: 0px; bottom: 10vw;}"],injectedGlobalCSS:[".player-timedtext {display: none !important; }"]}}},{id:"udemy",matches:["www.udemy.com"],"excludeSelectors.add":["[data-purpose='captions-cue-text']",".shaka-text-container"],"mutationExcludeSelectors.add":["[data-purpose='captions-cue-text'] *",".shaka-text-container *"],"subtitleRule.add":{type:"udemy",subtitleUrlRegExp:"^https://vtt.*\\.udemycdn\\.com/.*\\.vtt",videoPlayerSelector:"video.shaka-video",humanTrust:85,loadingContainerSelector:".shaka-video-container",loadingStyle:"bottom: 15%;",injectedCss:["[class^='well--text'] {white-space: pre;}"],quickButtonRule:{appendSelector:'[data-purpose="video-controls"]'}},"subtitleRule.add_v.[1.4.1]":{hookType:"fetch|xhr"}},{id:"iview",matches:"iview.abc.net.au",excludeSelectors:[".jwplayer"],"mutationExcludeSelectors.add":[".jwplayer *"],"subtitleRule.add":{type:"webvtt",subtitleUrlRegExp:"/cc/.*\\.(vtt|webvtt)$",loadingContainerSelector:".jwplayer",quickButtonRule:{appendSelector:".jw-reset.jw-button-container",insertBeforeSelector:".jw-settings-submenu-button",injectCSS:".imt-quick-subtitle-pop-content {z-index: 999999;}"}}},{id:"nmaart",matches:"www.nma.art",excludeSelectors:[".video-container"],"mutationExcludeSelectors.add":[".video-container *"],"subtitleRule.add":{type:"webvtt",subtitleUrlRegExp:"/texttrack/.*\\.(vtt|webvtt)",loadingContainerSelector:".video-container",quickButtonRule:{appendSelector:".vjs-control-bar",insertBeforeSelector:".vjs-playback-rate"}}},{id:"apple",matches:"developer.apple.com",excludeSelectors:[".developer-video-player"],"mutationExcludeSelectors.add":[".developer-video-player *"],"subtitleRule.add":{type:"webvtt",subtitleUrlRegExp:"\\.(vtt|webvtt)"}},{id:"khanacademy",matches:["www.khanacademy.org"],"subtitleRule.add":{type:"khanacademy",subtitleUrlRegExp:"GetSubtitles",hookType:"fetch"},"stayOriginalSelectors.add":[".mathjax-wrapper"]},{id:"nebula",matches:["nebula.tv"],"excludeSelectors.add":["[data-subtitles-container='true']"],"mutationExcludeSelectors.add":["[data-subtitles-container='true'] *"],"subtitleRule.add":{type:"webvtt",subtitleUrlRegExp:"\\.vtt$",loadingContainerSelector:".video-poster",quickButtonRule:{appendSelector:".icon-spacing.css-4yh7a0",insertBeforeSelector:"#subtitles-toggle-button",ccEnableSelector:"#subtitles-toggle-button"}}},{id:"frontendmasters",matches:["frontendmasters.com"],"excludeSelectors.add":[".vjs-text-track-display"],"mutationExcludeSelectors.add":[".vjs-text-track-display *"],"subtitleRule.add":{type:"webvtt",subtitleUrlRegExp:".vtt$",loadingContainerSelector:".vjs-text-track-display",injectedCss:["#immersive-translate-quick-button-container {order: 2} .imt-quick-subtitle-pop-content {z-index: 2147483647}"],quickButtonRule:{appendSelector:".vjs-control-bar"},videoSelector:".PromoPlayer video",attachRule:{appendSelector:".video-js",injectedGlobalCSS:".vjs-text-track-display {display: none;}"}}},{id:"udacity",matches:["*.udacity.com"],"excludeSelectors.add":[".vjs-text-track-display"],"mutationExcludeSelectors.add":[".vjs-text-track-display *"],"subtitleRule.add":{type:"webvtt",subtitleUrlRegExp:".vtt$",loadingContainerSelector:".vjs-text-track-display"}},{id:"skillshare",matches:["www.skillshare.com"],"excludeSelectors.add":[".vjs-text-track-display"],"mutationExcludeSelectors.add":[".vjs-text-track-display *"],"subtitleRule.add":{type:"webvtt",subtitleUrlRegExp:"\\.vtt\\?",loadingContainerSelector:".vjs-text-track-display",injectedCss:["#immersive-translate-quick-button-container {order: 13}"],quickButtonRule:{appendSelector:".vjs-control-bar",insertBeforeSelector:".vjs-volume-panel",injectCSS:" .label { display: none; } .imt-quick-subtitle-pop-content {transform: translateX(43%); right: 0; z-index: 2147483647 } "}}},{id:"domestika",matches:["www.domestika.org"],"excludeSelectors.add":[".vjs-text-track-display"],"mutationExcludeSelectors.add":[".vjs-text-track-display *"],"subtitleRule.add":{type:"webvtt",subtitleUrlRegExp:".*subtitles.*\\.vtt",quickButtonRule:{appendSelector:".controlBar-wrapper .right-wrapper",insertBeforeSelector:".vjs-volume-panel"}}},{id:"hbomax",matches:["play.max.com","play.hbomax.com"],"excludeSelectors.add":["[data-testid='playerContainer']","[data-testid='CueBoxContainer']"],"mutationExcludeSelectors.add":["[data-testid='playerContainer'] *","[data-testid='CueBoxContainer'] *"],"subtitleRule.add":{type:"webvtt",subtitleUrlRegExp:"\\.vtt$",loadingContainerSelector:"[data-testid='playerContainer']"}},{id:"mindvalley",matches:["home.mindvalley.com"],"excludeSelectors.add":[".vjs-text-track-display"],"mutationExcludeSelectors.add":[".vjs-text-track-display *"],"subtitleRule.add":{type:"webvtt",subtitleUrlRegExp:"\\.webvtt$",loadingContainerSelector:".vjs-text-track-display",injectedCss:["#immersive-translate-quick-button-container {order: 6}"],quickButtonRule:{appendSelector:'[data-testid="video-section"] .vjs-control-bar',insertBeforeSelector:'[data-testid="video-section"] .vjs-volume-panel',injectCSS:".imt-quick-subtitle-pop-content {z-index: 999999;}"}}},{id:"masterclass",matches:["www.masterclass.com","learn.microsoft.com"],"excludeSelectors.add":[".vjs-text-track-display"],"mutationExcludeSelectors.add":[".vjs-text-track-display *"],"subtitleRule.add":{type:"webvtt",subtitleUrlRegExp:"\\.vtt",loadingContainerSelector:".vjs-text-track-display",quickButtonRule:{appendSelector:".vjs-control-bar",insertBeforeSelector:".vjs-playback-rate"}}},{id:"viu",matches:["www.viu.com"],"excludeSelectors.add":[".bmpui-ui-viu-subtitle-overlay"],"mutationExcludeSelectors.add":[".bmpui-ui-viu-subtitle-overlay *"],"subtitleRule.add":{type:"webvtt",hookType:"xhr",subtitleUrlRegExp:"https?://[^/]+\\.cloudfront\\.net/[^/]+/[^/]+$",loadingContainerSelector:".bmpui-container-wrapper",loadingStyle:"bottom: 20%;",injectedCss:[".bmpui-controls-hidden #immersive-translate-quick-button-container {display: none;}"],quickButtonRule:{appendSelector:".bmpui-ui-container.bmpui-ui-viu-subtitle > .bmpui-container-wrapper",injectCSS:".imt-quick-subtitle-button {margin-bottom: 8px}"}}},{id:"linkin",matches:"*.linkedin.com","excludeSelectors.add":[".vjs-text-track-display"],"mutationExcludeSelectors.add":[".vjs-text-track-display *"],"subtitleRule.add":{type:"webvtt",subtitleUrlRegExp:".*ambry/\\?x-li-ambry-ep=.*",hookType:"xhr",loadingContainerSelector:".video-player-container",quickButtonRule:{appendSelector:".vjs-control-bar",insertBeforeSelector:".vjs-captions-toggle"}}},{id:"kanopy",matches:"*.kanopy.com","excludeSelectors.add":[".vjs-text-track-display"],"mutationExcludeSelectors.add":[".vjs-text-track-display *"],"subtitleRule.add":{type:"webvtt",subtitleUrlRegExp:".*captioncache/webvtt.*",hookType:"xhr",loadingContainerSelector:".video-player-container",injectedCss:["#immersive-translate-quick-button-container{height: 40px;display: flex;align-items: center;align-self: flex-end;}"],quickButtonRule:{appendSelector:".vjs-control-bar",insertBeforeSelector:".vjs-caption-control"}}},{id:"iflix",matches:["www.iflix.com","wetv.vip"],"excludeSelectors.add":[".text-track"],"mutationExcludeSelectors.add":[".player-wrapper *"],"subtitleRule.add":{type:"webvtt",subtitleUrlRegExp:"\\.vtt",hookType:"xhr",loadingContainerSelector:"#player-wrapper",loadingStyle:"bottom: 18%;",quickButtonRule:{appendSelector:'[data-role="wetv-ctrlbar-right"]',insertBeforeSelector:'[data-role="wetv-player-definition"]'}}},{id:"imdb",matches:"www.imdb.com","excludeSelectors.add":[".jw-text-track-container"],"mutationExcludeSelectors.add":[".jw-text-track-container *"],"subtitleRule.add":{type:"webvtt",subtitleUrlRegExp:"\\.srt$",loadingContainerSelector:"#imdbnext-vp-jw-single",quickButtonRule:{appendSelector:".jw-reset.jw-button-container",insertBeforeSelector:'[button="ttt-button"]'}}},{id:"itv",matches:["www.itv.com"],"subtitleRule.add":{type:"text_track",videoPlayerSelector:".genie-video",loadingContainerSelector:".genie-container",loadingStyle:"bottom: unset; top: 5%;",quickButtonRule:{appendSelector:".control-bar_right-child-container",insertBeforeSelector:".controls-toggle_button--fullscreen"}}},{id:"egghead",matches:["egghead.io"],"subtitleRule.add":{type:"text_track",videoPlayerSelector:".cueplayer-react-video",loadingContainerSelector:".cueplayer-react-video-holder",loadingStyle:"bottom: unset; top: 5%;",quickButtonRule:{appendSelector:".cueplayer-react-control-bar-right-part",insertBeforeSelector:".cueplayer-react-closed-caption"}}},{id:"coursera",matches:["www.coursera.org"],"subtitleRule.add":{type:"text_track",videoPlayerSelector:".vjs-tech",loadingContainerSelector:".rc-VideoControlsContainer",loadingStyle:"bottom: unset; top: 5%;",quickButtonRule:{appendSelector:'[role="presentation"] > .rc-ControlBar > .icon-container'}}},{id:"ocrtraining",matches:["ocrtraining.cit.nih.gov","videocast.nih.gov"],"excludeSelectors.add":["#videocastPlayer"],"mutationExcludeSelectors.add":["#videocastPlayer *"],"subtitleRule.add":{type:"webvtt",subtitleUrlRegExp:"\\.srt$",loadingContainerSelector:"#videocastPlayer"}},{id:"espn",matches:["*.espn.com"],mainFrameMinTextCount:0,"excludeSelectors.add":["#fittPageContainer"],"mutationExcludeSelectors.add":["#fittPageContainer *"],"subtitleRule.add":{type:"webvtt",subtitleUrlRegExp:"\\.vtt$",injectedCss:["#immersive-translate-quick-button-container{margin-top:16px;}",".vjs-text-track-display > div >div {font:unset!important;}"],quickButtonRule:{appendSelector:".vjs-control-bar",insertBeforeSelector:".vjs-captions-button"}}},{id:"fmoviesz",matches:["fmoviesz.to","vidplay.online","c8365730d4.nl"],"excludeSelectors.add":["#player"],"mutationExcludeSelectors.add":["#player *"],"subtitleRule.add":{type:"multi_attach_vtt",subtitleUrlRegExp:"subtitle/.*\\.vtt$",quickButtonRule:{appendSelector:".jw-button-container",insertBeforeSelector:".jw-icon-cc"},activeLangSelector:"#jw-player-settings-submenu-captions .jw-settings-submenu-items .jw-settings-item-active",videoSelector:"video",attachRule:{appendSelector:"#player",injectedGlobalCSS:[".jw-text-track-container {display: none;}","@media (min-width: 576px) { video::cue {opacity: 0} }"]}}},{id:"aniwatch",matches:["megacloud.tv","aniwatch.to"],"excludeSelectors.add":[".jw-wrapper"],"mutationExcludeSelectors.add":[".jw-wrapper *"],"subtitleRule.add":{type:"multi_attach_vtt",subtitleUrlRegExp:"^(?!.*sprite\\.vtt$).*\\.vtt$",quickButtonRule:{appendSelector:".jw-button-container",insertBeforeSelector:".jw-icon-cc"},activeLangSelector:"#jw-player-settings-submenu-captions .jw-settings-submenu-items .jw-settings-item-active",videoSelector:"video",attachRule:{appendSelector:".jw-wrapper",injectedGlobalCSS:[".jw-text-track-container {display: none;}","@media (min-width: 576px) { video::cue {opacity: 0} }"]}}},{id:"rottentomatoes",matches:["*.rottentomatoes.com"],"excludeSelectors.add":[".jw-wrapper"],"mutationExcludeSelectors.add":[".jw-wrapper *"],"subtitleRule.add":{type:"webvtt",subtitleUrlRegExp:"\\.vtt$",quickButtonRule:{appendSelector:".jw-button-container",insertBeforeSelector:".jw-icon-cc"}}},{id:"dailymotion",matches:["*.dailymotion.com"],"excludeSelectors.add":[".player"],"mutationExcludeSelectors.add":[".player *"],mainFrameMinTextCount:0,"subtitleRule.add":{type:"subsrt",subsrtFormat:"srt",loadingContainerSelector:".player",subtitleUrlRegExp:"/video/.*\\.srt",quickButtonRule:{appendSelector:".controls_bottom_right",insertBeforeSelector:".subtitles_toggle_button"}}},{id:"movie-web",matches:["movie-web.app/media*"],"excludeSelectors.add":["#root"],"mutationExcludeSelectors.add":["#root *"],"subtitleRule.add":{type:"subsrt",hookType:"fetch",subsrtFormat:"vtt",loadingContainerSelector:".relative.h-screen.overflow-hidden",subtitleUrlRegExp:".*\\.vtt",quickButtonRule:{appendSelector:".hidden.justify-between .flex.items-center.space-x-3"}}},{id:"deeplearning",matches:["learn.deeplearning.ai"],"excludeSelectors.add":['[data-layout="video"]'],"mutationExcludeSelectors.add":['[data-layout="video"] *'],"subtitleRule.add":{type:"subsrt",subsrtFormat:"vtt",loadingContainerSelector:'[data-layout="video"]',subtitleUrlRegExp:".*\\.vtt",quickButtonRule:{appendSelector:".vds-controls-group:last-child",insertBeforeSelector:".vds-caption-button"}}},{id:"paramountplus",matches:["*.paramountplus.com"],"excludeSelectors.add":[".aa-player-skin"],"mutationExcludeSelectors.add":[".aa-player-skin *"],"subtitleRule.add":{type:"text_track_dynamic",injectedCss:[".tt-container {white-space: pre-line;}",".timed-text-css-box-inner {display: none!important;}",".timed-text-css-box-inner:last-child {display: block!important;}"],videoPlayerSelector:"video",quickButtonRule:{appendSelector:".top-menu-container"}}},{id:"pluto",matches:["pluto.tv"],"excludeSelectors.add":[".video-player-layout"],"mutationExcludeSelectors.add":[".video-player-layout *"],"subtitleRule.add":{type:"text_track_dynamic",videoPlayerSelector:"video",quickButtonRule:{appendSelector:".endControls-0-2-85"}}},{id:"vimeo",matches:["vimeo.com"],"excludeSelectors.add":[".vp-captions"],"mutationExcludeSelectors.add":[".vp-captions *"],"subtitleRule.add":{type:"text_track",videoPlayerSelector:"video",loadingContainerSelector:".player_container",loadingStyle:"bottom: unset; top: 5%;",injectedCss:["#immersive-translateQuickButton {visibility: inherit!important;}"],quickButtonRule:{appendSelector:'[data-control-bar="true"] > div',insertBeforeSelector:'[data-volume-control-container="true"]',ccEnableSelector:'[data-cc-button="true"]',injectCSS:".imt-quick-subtitle-button {margin-right: 0px; font-size: 12px;} .logo,.logo svg { height: 18px !important; width: 18px !important;} .imt-quick-subtitle-pop-content {bottom: 28px !important;}"}}},{id:"ted",matches:["www.ted.com"],"excludeSelectors.add":["#video"],"mutationExcludeSelectors.add":["#video *"],"subtitleRule.add":{type:"webvtt",hookType:"fetch",subtitleUrlRegExp:"\\.vtt",videoPlayerSelector:"video",loadingContainerSelector:"media-controller",quickButtonRule:{appendSelector:".pointer-events-none #media-control-bar",insertBeforeSelector:".pointer-events-none .media-volume-wrapper"}}},{id:"player.vimeo",matches:["https://player.vimeo.com/video/*","laracasts.com"],selectorMatches:["iframe[src*='player.vimeo.com']"],extraBlockSelectors:["span.vp-captions-line","span[class^=CaptionsRenderer_]"],"excludeSelectors.add":[".vp-captions-line"],"mutationExcludeSelectors.add":[".vp-captions *",".vp-captions-line *"],"subtitleRule.add":{type:"text_track",videoPlayerSelector:"video",loadingContainerSelector:".vp-telecine",loadingStyle:"bottom: unset; top: 5%; font-size: 12px;",injectedCss:["#immersive-translateQuickButton {visibility: inherit!important;}"],quickButtonRule:{appendSelector:'[data-control-bar="true"] > div',insertBeforeSelector:'[data-volume-control-container="true"]',ccEnableSelector:'[data-cc-button="true"]',injectCSS:".imt-quick-subtitle-button {margin-right: 0px; font-size: 12px;} .logo,.logo svg { height: 18px !important; width: 18px !important;} .imt-quick-subtitle-pop-content {bottom: 28px !important;}"}}},{id:"tv.adobe",matches:"https://*.tv.adobe.com","excludeSelectors.add":[".mpc-player"],"mutationExcludeSelectors.add":[".mpc-player *"],"subtitleRule.add":{type:"text_track",videoPlayerSelector:"video",loadingContainerSelector:".mpc-player",quickButtonRule:{appendSelector:".mpc-controls__container"}}},{id:"threejs-journey",matches:"threejs-journey.com","excludeSelectors.add":[".video-area"],"mutationExcludeSelectors.add":[".video-area *"],"subtitleRule.add":{type:"text_track",videoPlayerSelector:"video",loadingContainerSelector:".video-area",injectedCss:[".js-tracks-text.tracks-text {white-space: pre;}"],quickButtonRule:{appendSelector:".js-controls .right",insertBeforeSelector:".js-subtitles",injectCSS:".imt-quick-subtitle-button { font-size: 12px;} .logo,.logo svg { height: 18px !important; width: 18px !important;} .imt-quick-subtitle-pop-content {bottom: 38px !important;}"}}},{id:"codewithchris",matches:["learn.codewithchris.com","*.rachelsenglishacademy.com","www.unrealsenseiacademy.com"],"excludeSelectors.add":[".w-captions",".w-captions-line > div > span"],"mutationExcludeSelectors.add":[".w-captions *"],"subtitleRule.add":{type:"general",subtitleUrlRegExp:"/embed/captions/",loadingContainerSelector:".w-ui-container",hookType:"fetch",generalSetting:{captionsPath:"captions",itemsPath:"hash.lines",textKey:"text"}}},{id:"panopto",matches:["southampton.cloud.panopto.eu"],"excludeSelectors.add":[".primaryPlayer"],"mutationExcludeSelectors.add":[".primaryPlayer *"],"subtitleRule.add":{type:"general",subtitleUrlRegExp:"DeliveryInfo.aspx",disableSubsCache:!0,loadingContainerSelector:"#primaryPlayer",hookType:"fetch",generalSetting:{textKey:"Caption"},quickButtonRule:{appendSelector:"#transportControls",insertBeforeSelector:"#captionsButton"}}},{id:"edx",matches:["*.edx.org"],"excludeSelectors.add":[".closed-captions",".subtitles-menu"],mainFrameMinTextCount:0,"subtitleRule.add":{type:"general",subtitleUrlRegExp:"/transcript/translation/",loadingContainerSelector:".tc-wrapper",generalSetting:{itemsPath:"text"},injectedCss:[".subtitles-menu span,.closed-captions {white-space: pre-line;}","#immersive-translate-quick-button-container {display: inline-block; vertical-align: middle;}"],quickButtonRule:{appendSelector:".secondary-controls",insertBeforeSelector:".speeds.menu-container"}}},{id:"ardmediathek",matches:["www.ardmediathek.*"],"excludeSelectors.add":[".ardplayer-viewport-addon-overlays"],"mutationExcludeSelectors.add":[".ardplayer-viewport-addon-overlays *"],"subtitleRule.add":{type:"ebutt",hookType:"fetch",subtitleUrlRegExp:"subtitle/ebutt",loadingContainerSelector:".ardplayer-viewport-addon-overlays",quickButtonRule:{appendSelector:".ardplayer-footer .ardplayer-addons-container",insertBeforeSelector:".ardplayer-footer .ardplayer-button-sharing",injectCSS:".imt-quick-subtitle-button {font-size: 20px; } .logo,.logo svg { height: 36px !important; width: 36px !important;} .imt-quick-subtitle-pop-content {z-index: 2147483647;} "}}},{id:"bbc-iplayer",matches:["https://www.bbc.*/iplayer*"],"excludeSelectors.add":[".player"],"mutationExcludeSelectors.add":[".player *"],"subtitleRule.add":{type:"ebutt",hookType:"fetch",subtitleUrlRegExp:"iplayer/subtitles/.*.xml",loadingContainerSelector:".player__container"}},{id:"bbc",matches:["*.bbc.*"],"excludeSelectors.add":["section.module--languages",".drop-capped",".smp-toucan-player","smp-subtitles","#subtitle_subtitle2"],"mutationExcludeSelectors.add":["[data-testid='media-player-container-landscape'] *"],"subtitleRule.add":{type:"ebutt",hookType:"fetch",subtitleUrlRegExp:"iplayer/subtitles/.*.xml",loadingContainerSelector:".smp-toucan-player"}},{id:"zdf.de",matches:["www.zdf.de"],"excludeSelectors.add":[".zdfplayer-cue-region"],"subtitleRule.add":{type:"ebutt",subtitleUrlRegExp:"mtt/.*.xml",loadingContainerSelector:".zdfplayer-video-container",responseType:"document",injectedCss:["#immersive-translate-quick-button-container {display:inline-block;vertical-align:middle;margin-right:-16px;}"],quickButtonRule:{appendSelector:".right-controls-1FfJUp.svelte-inzdbf",insertBeforeSelector:".right-controls-1FfJUp.svelte-inzdbf button"}}},{id:"piped.video",matches:"piped.video","subtitleRule.add":{type:"ebutt",hookType:"fetch",subtitleUrlRegExp:"api/timedtext",loadingContainerSelector:".shaka-video-container",responseType:"document",quickButtonRule:{appendSelector:".shaka-controls-button-panel",insertBeforeSelector:".shaka-mute-button"}}},{id:"disneyplus",matches:["www.disneyplus.com"],"excludeSelectors.add":[".dss-hls-subtitle-overlay"],"mutationExcludeSelectors.add":[".dss-hls-subtitle-overlay *"],"subtitleRule.add":{type:"disneyplus",subtitleUrlRegExp:"\\.vtt$"}},{id:"mubi",matches:["https://mubi.com","https://mubi.de"],"subtitleRule.add":{type:"fmp4.xml",subtitleUrlRegExp:"textstream",hookType:"fetch",quickButtonRule:{appendSelector:".css-1k6yql2.e1b63bld4",insertBeforeSelector:".css-1ce7rqp.e7f2hfl0"}}},{id:"hulu",matches:"https://*.hulu.com","subtitleRule.add":{type:"hulu",hookType:"fetch",injectedCss:[".ClosedCaption {display:none!important;}"],videoSelector:"#content-video-player",subtitleUrlRegExp:"play.hulu.com/.*/playlist",loadingContainerSelector:"#web-player-app",quickButtonRule:{appendSelector:".PlayerSettingsGroup",insertBeforeSelector:".PlayerSettingsGroup .PlayerControlsButton"}}},{id:"youku.tv",matches:"www.youku.tv","excludeSelectors.add":["#subtitle"],"mutationExcludeSelectors.add":["#subtitle *"],"subtitleRule.add":{type:"subsrt",hookType:"fetch",injectedCss:["#immersive-translate-quick-button-container {display: inline-block; vertical-align: middle;}"],subtitleUrlRegExp:"\\.ass$",subsrtFormat:"ass",loadingContainerSelector:"#youku-dashboard",loadingStyle:"bottom: 10%;",quickButtonRule:{appendSelector:".kui-dashboard-dashboard-panel .kui-dashboard-rear-ctn",insertBeforeSelector:".kui-rate-control-0"}}},{id:"starz",matches:"www.starz.com","excludeSelectors.add":["starz-player"],"mutationExcludeSelectors.add":["starz-player *"],"subtitleRule.add":{type:"subsrt",subsrtFormat:"vtt",subtitleUrlRegExp:"\\.vtt$",loadingContainerSelector:"starz-player",loadingStyle:"bottom: 10%;",injectedCss:["#immersive-translate-quick-button-container {display: inline-block;}"],quickButtonRule:{appendSelector:"starz-player .button-group",insertBeforeSelector:"starz-player .button-group .video-player-icon-md"}}},{id:"www.iq.com",matches:"www.iq.com","excludeSelectors.add":[".iqp-subtitle"],"mutationExcludeSelectors.add":[".iqp-subtitle *"],"subtitleRule.add":{type:"xml",subtitleUrlRegExp:"\\.xml\\?",loadingContainerSelector:".intl-video-area",xmlTextSelector:"sub",loadingStyle:"bottom: 10%;",injectedCss:["#immersive-translate-quick-button-container {float: right; height: 100%;}"],quickButtonRule:{appendSelector:".iqp-contrls-right"}}},{id:"archiveToday",matches:["archive.today","archive.ph","archive.is","archive.md"],"excludeSelectors.add":["#HEADER"]},{id:"arxiv-vanity.com",matches:["www.arxiv-vanity.com"],"excludeSelectors.add":[".arxiv-vanity-wrapper"]},{id:"fibery",matches:["the.fibery.io"],"additionalExcludeSelectors.remove":["[translate=no]"],"additionalStayOriginalSelectors.add":[".entity-node-view-container"]},{id:"makersuite.google",matches:"makersuite.google.com","excludeSelectors.add":[".material-symbols-outlined"]},{id:"etymonline",matches:"www.etymonline.com",globalAttributes:{".crossreference.notranslate":{class:"crossreference"},".foreign.notranslate":{class:"foreign"}}},{id:"https://browse.arxiv.org/",matches:["https://browse.arxiv.org","https://arxiv.org/html/*"],"excludeSelectors.add":[".desktop_header","[class*='ltx_lst_language_']","div.package-alerts"]},{id:"jstor",matches:"www.jstor.org","excludeSelectors.add":[".audio-duration","[data-qa='card-item-count']"],globalStyles:{".card__heading":"-webkit-line-clamp:unset;","search-results-vue-pharos-image-card,search-ui-pharos-image-card":"display:flex;","search-results-vue-pharos-link":"display:inline;"}},{id:"tandfonline",matches:"*.tandfonline.com","extraInlineSelectors.add":["span.off-screen"]},{id:"boringreport",matches:["www.boringreport.org"],"excludeTags.remove":["BUTTON"]},{id:"bsky.app",matches:"https://bsky.app",selectors:["[data-testid=postText]"],isTranslateTitle:!1},{id:"peacocktv",matches:["*.peacocktv.com"],injectedCss:[".video-player__subtitles__line > font,.video-player__subtitles__line:only-child{display:block;}"]},{id:"noTranslate",matches:["*.tiktok.com","altis.world","*.newthingsunderthesun.com","*.gumroad.com","edstem.org","actions.tldrnewsletter.com","community.linkingyourthinking.com","doc.qt.io","winaero.com"],"additionalExcludeSelectors.remove":[".notranslate","[translate=no]"]},{id:"jmir",matches:["*.jmir.org"],"additionalInlineSelectors.add":[".tooltiptext"]},{id:"smzdm",matches:["www.smzdm.com"],"excludeSelectors.add":[".z-highlight",".feed-block-info",".z-feed-foot",".feed-block-descripe","#J_column_tab_box",".crumbs"],globalStyles:{".feed-block-title":"height:unset"}},{id:"xiaohongshu.com",matches:["www.xiaohongshu.com"],"excludeSelectors.add":[".author-wrapper",".info",".side-bar"],globalStyles:{"a.title":"-webkit-line-clamp:3"}},{id:"learnopengl",matches:["learnopengl.com"],globalStyles:{function:"position:relative;z-index:1000;"}},{id:"notateslaapp",matches:["www.notateslaapp.com"],"extraBlockSelectors.add":[".nav > *"]},{id:"eightfold",matches:["*.eightfold.ai"],injectedCss:[".flexbox{width:100%}"]},{id:"deno",matches:["deno.com"],injectedCss:[":root {font-feature-settings:unset}"]},{id:"soundcloud",matches:"soundcloud.com",injectedCss:[".compactTrackListItem {height: unset !important;}"],"excludeSelectors.add":[".searchTitle__textContent",".searchOptions__container",".compactTrackListItem__additional",".soundTitle__tagContainer",".searchResultGroupHeading",".sc-ministats-group",".compactTrackList__moreLink",".sound__soundActions"]},{id:"section.blog.naver.com",matches:"section.blog.naver.com",globalStyles:{".text,.title_post,.text_post,p,strong,div":"-webkit-line-clamp:unset;max-height:unset;height:unset;"},"extraBlockSelectors.add":[".item",".heading a",".info_find a"],"excludeSelectors.add":[".comments",".time"]},{id:"gradio-app",selectorMatches:"gradio-app","excludeTags.remove":["BUTTON"],"excludeSelectors.add":['[data-testid="block-label"]'],"mutationConfig.add":{buildTimeout:1e3,consumeTimeout:1e3}}]};function vu(t,e){let r=t.split(".").reverse(),a=e.split(".").reverse(),n=0,i=0,o=1;for(let l=0;l<3;l++)n+=o*Number(a[l]||"0"),i+=o*Number(r[l]||"0"),o*=100;return i>=n}function tn(t){return Array.isArray(t)?t:t?[t]:[]}function wu(t,e){let r={...t};return Au(r,e),mh(r,e),r}function xu(t,e,r){let a={...e};return lr({rule:a,valueIsArray:n=>Array.isArray(t[n]),getMergedValue:n=>t[n],onMergedResult:(n,i)=>a[n]=i}),lr({rule:r,valueIsArray:n=>Array.isArray(t[n]),getMergedValue:n=>a[n],onMergedResult:(n,i)=>a[n]=i}),a}function mh(t,e){if(!e.condition)return;let r=e.condition.enableSubtitle?.true||{},a=e.condition.enableSubtitle?.false||{},n=t.enableSubtitle?r:a;Au(t,n)}function lr({rule:t,getMergedValue:e,valueIsArray:r,onMergedResult:a}){Object.keys(t).sort().forEach(n=>{let[i,o,l]=gh(n);if(!i||t[n]===void 0)return;let s=t[n];r(i)&&(s=tn(t[n]));let u=e(i);if(u==null){a(i,s);return}let c;if(o=="add_v"){if(!yu(l))return;c=Wi(u,s)}else if(o=="remove_v"){if(!yu(l))return;c=Su(u,s)}else o==="add"?c=Wi(u,s):o=="remove"&&(c=Su(u,s));if(c){a(i,c);return}Array.isArray(t[i])&&i.startsWith("additional")?c=Wi(u,s):c=s,a(i,c)})}function Au(t,e){return lr({rule:e,valueIsArray:r=>Array.isArray(t[r]),getMergedValue:r=>t[r],onMergedResult:(r,a)=>{t[r]=a}}),t}function Wi(t,e){let r;if(Array.isArray(t)){let a=tn(e);r=[...t,...a],r=Array.from(new Set(r))}else typeof t=="object"&&typeof e=="object"?r={...t,...e}:r=e;return r}function gh(t){let e=t.lastIndexOf("["),r="",a=t;return e>0&&(r=t.slice(e+1,t.length-1),a=t.slice(0,e-1)),[...a.split("."),r]}function yu(t){let e=Er();return t&&vu(e,t)}function Su(t,e){if(Array.isArray(t)){let r=tn(e);return t=t.filter(a=>!r.includes(a)),Array.from(new Set(t))}else if(typeof t=="object"&&typeof e=="object")Object.keys(e).forEach(r=>{delete t[r]});else return e;return t}function hh(){if(te.PROD==="1")return{};let t={};if(te.IMMERSIVE_TRANSLATE_SECRET_TENCENT_SECRET_ID&&te.IMMERSIVE_TRANSLATE_SECRET_TENCENT_SECRET_KEY){let r={secretId:te.IMMERSIVE_TRANSLATE_SECRET_TENCENT_SECRET_ID,secretKey:te.IMMERSIVE_TRANSLATE_SECRET_TENCENT_SECRET_KEY};t.translationServices={},t.translationServices.tencent=r}if(te.IMMERSIVE_TRANSLATE_SECRET_BAIDU_APPID&&te.IMMERSIVE_TRANSLATE_SECRET_BAIDU_KEY){let r={appid:te.IMMERSIVE_TRANSLATE_SECRET_BAIDU_APPID,key:te.IMMERSIVE_TRANSLATE_SECRET_BAIDU_KEY};t.translationServices||(t.translationServices={}),t.translationServices.baidu=r}if(te.IMMERSIVE_TRANSLATE_SECRET_CAIYUN_TOKEN){let r={token:te.IMMERSIVE_TRANSLATE_SECRET_CAIYUN_TOKEN};t.translationServices||(t.translationServices={}),t.translationServices.caiyun=r}if(te.IMMERSIVE_TRANSLATE_SECRET_OPENL_APIKEY){let r={apikey:te.IMMERSIVE_TRANSLATE_SECRET_OPENL_APIKEY};t.translationServices||(t.translationServices={}),t.translationServices.openl=r}if(te.IMMERSIVE_TRANSLATE_SECRET_YOUDAO_APP_ID&&te.IMMERSIVE_TRANSLATE_SECRET_YOUDAO_APP_SECRET){let r={appId:te.IMMERSIVE_TRANSLATE_SECRET_YOUDAO_APP_ID,appSecret:te.IMMERSIVE_TRANSLATE_SECRET_YOUDAO_APP_SECRET};t.translationServices||(t.translationServices={}),t.translationServices.youdao=r}if(te.IMMERSIVE_TRANSLATE_SECRET_VOLC_ACCESS_KEY_ID&&te.IMMERSIVE_TRANSLATE_SECRET_VOLC_SECRET_ACCESS_KEY){let r={accessKeyId:te.IMMERSIVE_TRANSLATE_SECRET_VOLC_ACCESS_KEY_ID,secretAccessKey:te.IMMERSIVE_TRANSLATE_SECRET_VOLC_SECRET_ACCESS_KEY};t.translationServices||(t.translationServices={}),t.translationServices.volc=r}if(te.IMMERSIVE_TRANSLATE_SECRET_DEEPL_AUTH_KEY){let r={authKey:te.IMMERSIVE_TRANSLATE_SECRET_DEEPL_AUTH_KEY};t.translationServices||(t.translationServices={}),t.translationServices.deepl=r}if(te.DEEPL_PROXY_ENDPOINT&&(t.translationServices||(t.translationServices={}),t.translationServices.deepl||(t.translationServices.deepl={}),t.translationServices.deepl.immersiveTranslateApiUrl=te.DEEPL_PROXY_ENDPOINT),te.IMMERSIVE_TRANSLATE_DEEPL_ENDPOINT&&(t.translationServices||(t.translationServices={}),t.translationServices.deepl||(t.translationServices.deepl={}),t.translationServices.deepl.immersiveTranslateDeeplTokenUrl=te.IMMERSIVE_TRANSLATE_DEEPL_ENDPOINT),te.IMMERSIVE_TRANSLATE_SECRET_OPENAI_API_KEY){let r={APIKEY:te.IMMERSIVE_TRANSLATE_SECRET_OPENAI_API_KEY};t.translationServices||(t.translationServices={}),t.translationServices.openai=r}te.IMMERSIVE_TRANSLATE_SERVICE&&(t.translationService=te.IMMERSIVE_TRANSLATE_SERVICE);let e={};return te.DEBUG==="1"&&(e.debug=!0,e.cache=!1),te.MOCK==="1"&&(e.translationService="mock"),e}async function sa(){let t=await T.storage.local.get(ea);if(t[ea]){let e=t[ea],r=e.tempTranslationUrlMatches||[],a=r.filter(o=>o.expiredAt>Date.now()),n=!1;a.length!==r.length&&(r=a,n=!0);let i={...e,tempTranslationUrlMatches:[...r]};return n&&await Cr(i),i}else return{}}async function Cr(t){await T.storage.local.set({[ea]:t})}async function Vt(){let t=await T.storage.local.get(Ya),e={...Ki,buildinConfigUpdatedAt:te.BUILD_TIME};if(t[Ya]){let B=t[Ya];if(B&&B.buildinConfigUpdatedAt){let k=new Date(B.buildinConfigUpdatedAt),ye=new Date(e.buildinConfigUpdatedAt);k>ye&&(e=B)}}let r=await vh(e);e.targetLanguage=r;let a=await ia.get(ir,null),n={};if(!Ut()&&T.commands&&T.commands.getAll){let B=await T.commands.getAll();for(let k of B)k.name&&k.shortcut&&(n[k.name]=k.shortcut)}let i=await bh(),o=hh(),l=await la(),s=globalThis.IMMERSIVE_TRANSLATE_CONFIG||{},u=await sa(),c=new Date,d=Object.assign({},s,o,l);if(!d.interfaceLanguage){let B=await fh();d.interfaceLanguage=B}let h=d.interfaceLanguage==="en",b=d.targetLanguage==="en",E=e&&e.translationLanguagePattern&&e.translationLanguagePattern.matches&&e.translationLanguagePattern.matches.length===0,ne=["bing","google","transmart","mock"].includes(d.translationService)||!d.translationService;!h&&!b&&!E&&ne?e.translationLanguagePattern||(e.translationLanguagePattern={matches:["en"],excludeMatches:[]}):e.translationLanguagePattern={matches:[],excludeMatches:[]};let V=e&&e.enableDefaultAlwaysTranslatedUrls;d.enableDefaultAlwaysTranslatedUrls===!1&&(V=!1);let f=d&&d.isChangedAlwaysTranslatedUrls,me=[];d.translationUrlPattern&&d.translationUrlPattern.matches&&(me=d.translationUrlPattern.matches||[]);let z=!1;f===void 0&&(me.length>0?f=!0:f=!1,d.isChangedAlwaysTranslatedUrls=f,l.isChangedAlwaysTranslatedUrls=f,z=!0);let J=(d?.translationLanguagePattern?.matches?.length||0)>0,ue=await Pt("installedAt",""),C=Number(await na("translage_page_daily",0)),g=Number(await Pt($l,0)),S;g>0&&(Date.now()-g0&&(Date.now()-C0){let B=u.tempTranslationUrlMatches.filter(k=>new Date(k.expiredAt)>c);if(B.length>0){let k=d.translationUrlPattern?d.translationUrlPattern?.matches||[]:[],ye=Array.isArray(k)?k:[k],ie=Array.from(new Set(ye.concat(B.map(v=>v.match))));d.translationUrlPattern={...d.translationUrlPattern,matches:ie}}}let D=Object.assign(i,e);lr({rule:e,valueIsArray:B=>Array.isArray(i[B]),getMergedValue:B=>i[B],onMergedResult:(B,k)=>{B!="generalRule"&&(D[B]=k)}});let F=zi(a),K={};d.translationServices&&d.translationServices.deepl&&(K=d.translationServices.deepl);let O={};d.translationServices&&d.translationServices.openai&&(O=d.translationServices.openai),!F&&K.authKey&&!K.provider?(D.translationServices.deepl||(D.translationServices.deepl={}),D.translationServices.deepl.provider="custom"):K&&K.provider||(D.translationServices.deepl||(D.translationServices.deepl={}),D.translationServices.deepl.provider="pro"),!F&&O.APIKEY&&!O.provider?(D.translationServices.openai||(D.translationServices.openai={}),D.translationServices.openai.provider="custom"):O&&O.provider||(D.translationServices.openai||(D.translationServices.openai={}),D.translationServices.openai.provider="pro");let ge=Object.keys(D),we=["translationUrlPattern","translationLanguagePattern","immediateTranslationPattern","translationBodyAreaPattern","translationParagraphLanguagePattern","translationThemePatterns","translationGeneralConfig","shortcuts","inputTranslationUrlPattern","inputLanguageCodeAlias"];for(let B of ge){let k=B;if(k==="generalRule")typeof d[k]=="object"&&(D[k]=wu(i[k],d[k]));else if(k==="translationServices")yh(d,D);else if(typeof d[k]!="string"&&typeof d[k]!="boolean"&&typeof d[k]!="number"&&we.includes(k))d[k]&&(D[k]=Object.assign(D[k],d[k])),k==="shortcuts"&&(Ut()||Ct()?D[k]={...D[k],...n}:D[k]={...n});else if(k==="rules"){if(Array.isArray(d[k])){let ye=D.rules||[],ie={};for(let x of ye)x.id&&(ie[x.id]=x);let v=d[k].map(x=>x.id&&ie[x.id]?xu(e.generalRule,ie[x.id],x):x);D[k]=[...v,...D[k]]}if(te.PROD==="0"&&te.DEV_RULES){let ye=JSON.parse(te.DEV_RULES);D[k]=[...ye,...D[k]]}}else d[k]!==void 0&&(D[k]=d[k])}return D.donateUrl=e.donateUrl,D.minVersion=e.minVersion,D.feedbackUrl=e.feedbackUrl,D.rawUserConfig=l,D}async function la(){return(await T.storage.sync.get("userConfig")||{}).userConfig||{}}async function ur(t){await T.storage.sync.set({userConfig:t})}async function Hi(t,e){await T.storage.local.set({[t]:e})}async function Du(t){return(await T.storage.local.get(t))[t]||""}var fh=async()=>{let t=["zh-CN"];try{t=await T.i18n.getAcceptLanguages()}catch(a){q.warn("get browser language error:",a)}let r=t.map(a=>Kt(a)).find(a=>_t[a]);return r||"en"},bh=async()=>{let t={...Ki,buildinConfigUpdatedAt:te.BUILD_TIME};return{...t,targetLanguage:ft,interfaceLanguage:"en",translationMode:"dual",debug:!1,alpha:!1,translationUrlPattern:{matches:[],excludeMatches:[]},translationLanguagePattern:{matches:[],excludeMatches:[]},translationThemePatterns:{},translationParagraphLanguagePattern:{matches:[],excludeMatches:[],selectorMatches:[],excludeSelectorMatches:[]},translationBodyAreaPattern:{matches:[],excludeMatches:[],selectorMatches:[],excludeSelectorMatches:[]},translationTheme:"none",translationService:"bing",inputTranslationService:"inherit",mouseHoverTranslationService:"inherit",subtitleTranslateService:"inherit",translationArea:"main",translationStartMode:"dynamic",translationServices:{},monkeyH5FloatBall:{...t.monkeyH5FloatBall},pcFloatBall:{...t.pcFloatBall},generalRule:{...t.generalRule},translationGeneralConfig:{engine:"bing",_systemExcludeWordRegex:"\\b({word})\\b"},rules:[]}};function Th(t,e){return t=t||[],e=e||[],t.length!==e.length?!0:e.filter(a=>!t.includes(a)).length>0}async function vh(t){try{let e=t?.autoSelectTargetLanguageAfterInstalledAt;if(!e)return ft;let r=await Pt("installedAt","");if(r&&new Date(r){let u=n[s],c=n[u.extends];!c||u.extends==s||(n[s]={...c,...n[s]})}),lr({rule:{...n},valueIsArray:s=>Array.isArray(n[s]),getMergedValue:s=>n[s],onMergedResult:(s,u)=>{n[s]={...n[s],...u}}}),lr({rule:{...a},valueIsArray:s=>Array.isArray(n[s]),getMergedValue:s=>n[s],onMergedResult:(s,u)=>{let c=n[s].env||{},d=u.env||{};c={...c,...d},n[s]={...n[s],...u,env:c}}}),new Date(t.updatedAt)<=new Date("2024.4.2")&&Object.keys(a).forEach(s=>{["openai","gemini"].includes(s)&&a[s].prompt!=null&&(a[s].maxTextGroupLengthPerRequest==null&&(n[s].maxTextGroupLengthPerRequest=1),a[s].multiplePrompt==null&&(n[s].multiplePrompt=a[s].prompt))});let o=["imt_source_field","imt_trans_field","imt_sub_source_field","imt_sub_trans_field"],l=(s,u)=>{!s||!s[u]||!s?.env||(s[u]=s[u].replace(/{{(.+?)}}/g,(c,d)=>o.includes(d)?c:s?.env[d]||c))};Object.values(n).forEach(s=>{l(s,"prompt"),l(s,"multiplePrompt"),l(s,"subtitlePrompt")})}function rn(t){let e=T.runtime.getURL(Kl),r=new URL(e);return t&&(t.startsWith("http")||!aa())&&r.searchParams.set("file",t),r.href}function ku(){return pe().PDF_VIEWER_URL}function Eu(t){return new URL(t)?.pathname.toLowerCase().endsWith(".pdf")}var Cu=["*://*/*","*","*://*"],Pu="immersive-translate-wildcard-placeholder.com";function Sh(t,e){try{let r=[];if(!e||(e&&!Array.isArray(e)?r=[e]:r=e,r.length===0))return null;if(r.some(l=>Cu.includes(l)))return t;let a=new URL(t);a.hash="",a.search="";let n=a.href,i=a.hostname,o=a.port;if(r&&r.length>0){let l=r.find(s=>{if(!s)return!1;if(s===i)return!0;if(Cu.includes(s))return!0;if(!s.includes("*")&&s.includes("://")){try{let u=new URL(s);if(u.pathname==="/"&&!s.endsWith("/")){let c=u.hostname===i,d=u.port===o;return u.port?c&&d:c}else return xh(n,s)}catch{}return!1}else{let u,c=s;if(s.includes("://")){let V=s.split("://");u=V[0],u==="*"&&V.length>1&&(u="*",s="https://"+V[1])}else u="*",s="https://"+s;let d=s.replace(/\*/g,Pu),h;try{h=new URL(d)}catch{return q.debug("invalid match pattern",d,"raw match value:",c),!1}let b=h.host,E=h.pathname;E==="/"&&(c.replace("://","").includes("/")||(E="/*"));let ne=wh(u+":",_u(b),_u(E));if(ne){let V=new URL(n);return ne.test(V.href)}else return!1}});if(l)return l}return null}catch{return null}}function _u(t){return t.replaceAll(Pu,"*")}function wh(t,e,r){let a="^";return t==="*:"?a+="(http:|https:|file:)":a+=t,a+="//",e&&(t==="file:"||(e==="*"?a+="[^/]+?":(e.match(/^\*\./)&&(a+="[^/]*?",e=e.substring(1)),a+=e.replace(/\./g,"\\.").replace(/\*/g,"[^/]*")))),r?r==="*"||r==="/*"?a+="(/.*)?":r.includes("*")?(a+=r.replace(/\*/g,".*?"),a+="/?"):a+=r.replace(/[-[\]{}()*+?.,\\^$|#\s]/g,"\\$&"):a+="/?",a+="$",new RegExp(a)}function Lu(t,e){return Sh(t,e)!==null}function xh(t,e){let r=new URL(t),a=new URL(e);return r.hostname===a.hostname&&r.pathname===a.pathname&&r.protocol===a.protocol&&r.port===a.port}var an=class{accessToken;constructor(e){this.accessToken=e}async listAll(){let e=[],r="";do{let{nextPageToken:a,files:n}=await this.list(r).catch(i=>{throw i});e.push(...n),r=a||""}while(r);return e}async getConfig(e){try{return await(await fetch(`https://www.googleapis.com/drive/v3/files/${e}?alt=media`,{headers:{Authorization:`Bearer ${this.accessToken}`}})).json()}catch(r){return q.error("get config error, use default",r),{}}}async delete(e){await fetch(`https://www.googleapis.com/drive/v3/files/${e}`,{method:"DELETE",headers:{Authorization:`Bearer ${this.accessToken}`}})}findByName(e){return this.list(void 0,`name = '${e}'`)}uploadConfig(e,r=Qa){let a=new Blob([JSON.stringify(e,null,2)],{type:"application/json"});return this.upload({name:r,parents:["appDataFolder"],mimeType:"application/json"},a)}updateConfig(e,r){let a=new Blob([JSON.stringify(r,null,2)],{type:"application/json"});return this.updateContent(e,a)}async upload(e,r){let a=new FormData;a.append("metadata",new Blob([JSON.stringify(e)],{type:"application/json; charset=UTF-8"})),a.append("file",r);let n=await fetch("https://www.googleapis.com/upload/drive/v3/files?uploadType=multipart",{method:"POST",headers:{Authorization:`Bearer ${this.accessToken}`},body:a});return n.ok?await n.json():Promise.reject(n.text())}async list(e,r){let a=new URL("https://www.googleapis.com/drive/v3/files");e&&a.searchParams.append("pageToken",e),r&&a.searchParams.append("q",r),a.searchParams.append("spaces","appDataFolder"),a.searchParams.append("fields","files(id,name,createdTime,modifiedTime,size)"),a.searchParams.append("pageSize","100"),a.searchParams.append("orderBy","createdTime desc");try{return q.debug("list api:",a.toString(),this.accessToken),await(await fetch(a.toString(),{headers:{Authorization:`Bearer ${this.accessToken}`}})).json()}catch(n){throw q.error("fetch google ip error",n),n}}async updateContent(e,r){return await(await fetch(`https://www.googleapis.com/upload/drive/v3/files/${e}?uploadType=media`,{method:"PATCH",headers:{Authorization:`Bearer ${this.accessToken}`},body:r})).text()}};function Bu(t,e){let r=["https://www.googleapis.com/auth/drive.appdata"];return`https://accounts.google.com/o/oauth2/v2/auth?client_id=${$a}&response_type=token&redirect_uri=${encodeURIComponent(e)}&scope=${encodeURIComponent(r.join(" "))}&state=${encodeURIComponent(JSON.stringify(t))}`}function Iu(t){let e=t.match(/[#?](.*)/);return!e||e.length<1?null:{access_token:new URLSearchParams(e[1].split("#")[0]).get("access_token")}}async function Fu(t,e,r,a,n,i,o){if(q.debug(`autoSyncStrategy accessToken: ${t}`),e===null){q.debug("autoSyncStrategy settings is null");return}let l=new an(t);try{let s=(await l.findByName(Qa)).files;q.debug("files",s);let u=s[0]?.id,c=null;if(u&&(c=await l.getConfig(u).then(d=>({fileId:u,config:d}))),c){let{config:d,fileId:h}=c,b=d.updatedAt?new Date(d.updatedAt):new Date(0),E=e.updatedAt?new Date(e.updatedAt):new Date(0);if(q.debug("remoteUpdatedAt",b,"localUpdatedAt",E),b>E)q.debug("remote is newer, update local config",d),r(d),i&&i(!0);else if(b.getTime()===E.getTime())q.debug("remote and local are the same, do nothing"),i&&i(!1);else if(b(await t.removeAuthInfo(),Ci()&&globalThis.location.reload(),a))}static async getAuthInfo(){let e=await T.storage.local.get(Dr);if(e[Dr])return e[Dr]}static async removeAuthInfo(){return await T.storage.local.remove(Dr)}static setAuthInfo(e){return T.storage.local.set({[Dr]:e})}async auth(e=!1){let r=await t.getAuthInfo();if(q.debug(this.CLASSNAME,"token from cache:",r),r&&r.access_token&&await zu(r.access_token).then(i=>!0).catch(i=>!1))return Promise.resolve(r);let a=Bu(this._state,this._redirectUrl);return q.debug(this.CLASSNAME,"auth url: "+a),Ci()?this.userscriptAuthWorkflow(a,e):this.extensionAuthWorkflow(a).then(n=>(t.setAuthInfo(n),n))}async userscriptAuthWorkflow(e,r){return r&&await T.storage.local.set({[Wl]:!0}),globalThis.open(e,"_self"),Promise.resolve({})}extensionAuthWorkflow(e){let r,a=!1;return new Promise((n,i)=>{let o=()=>{T.tabs.onUpdated.removeListener(l),T.tabs.onRemoved.removeListener(s)},l=(h,b,E)=>{if(q.debug(this.CLASSNAME,"create tab onUpdated: "+E.url),r===h){let ne=new URL(E.url||""),V=Iu(E.url);ne.pathname.startsWith("/auth-done")&&V?.access_token&&(q.debug(this.CLASSNAME,"auth done: "+E.url),n({access_token:V.access_token}),a=!0,T.tabs.remove(h),o())}},s=(h,b)=>{q.debug(this.CLASSNAME,"create tab onRemoved: "+h),(h===r||!a)&&(o(),i(new Error("auth failed")))},u=Math.min(500,screen.availWidth),c=Math.min(650,screen.availHeight),d;T.windows===void 0?d=T.tabs.create({url:e}).then(h=>{r=h.id}):d=T.windows.create({url:e,type:"popup",width:u,height:c,left:Math.round((screen.width-u)/2),top:Math.round((screen.height-c)/2)}).then(h=>{r=h.tabs[0].id}),d.then(()=>{T.tabs.onUpdated.addListener(l),T.tabs.onRemoved.addListener(s)}).catch(h=>{q.debug(this.CLASSNAME,"create tab failed: "+h),i(h)})})}};var Dh="https://www.googleapis.com/oauth2/v3/tokeninfo",kh=$a,Eh=pe().REDIRECT_URL;function zu(t){if(!t)throw"Authorization failure";let e=`${Dh}?access_token=${t}`,r=new Request(e,{method:"GET"});function a(n){return new Promise((i,o)=>{n.status!=200&&o("Token validation error"),n.json().then(l=>{l.aud&&l.aud===kh?i(t):o("Token validation error")})})}return fetch(r).then(a)}function Ou(t,e=!1){let r=Eh;if(typeof window<"u"&&window.location.protocol.startsWith("http")){let n=window.location.hostname,i=window.location.port;r=`${window.location.protocol}//${n}${i?`:${i}`:""}/auth-done/`}return new nn(t,r).auth(e)}async function Mu(){}function Ru(t,e){let r=new Map;for(let i of e)r.set(i.header.toLowerCase(),i);let a=[],n=t.filter(i=>{let o=r.get(i.name.toLowerCase());if(o){if(o.operation==="remove")return!1;if(o.operation==="set")return!1}return!0});for(let i of e)i.operation==="set"&&a.push({name:i.header,value:i.value||""});return n.concat(a)}var on=[{id:1,priority:1,action:{type:"modifyHeaders",requestHeaders:[{header:"Referer",operation:"set",value:"https://httpstat.us/429"},{header:"origin",operation:"set",value:"https://httpstat.us/429"},{header:"DNT",operation:"set",value:"1"}]},condition:{urlFilter:"https://httpstat.us/429",resourceTypes:["xmlhttprequest"],domainType:"thirdParty",initiatorDomains:["cfhamdkdjgoelclgllcoikbckcfpaklj","bpoadfkcbjbfhfodiogcnhhhpibjhbnh"]}},{id:2,priority:1,action:{type:"modifyHeaders",requestHeaders:[{header:"Referer",operation:"set",value:"https://www.deepl.com/"},{header:"origin",operation:"set",value:"https://www.deepl.com"},{header:"DNT",operation:"set",value:"1"},{header:"cookie",operation:"remove"}]},condition:{urlFilter:"https://www2.deepl.com/jsonrpc*",resourceTypes:["xmlhttprequest"],domainType:"thirdParty",initiatorDomains:["cfhamdkdjgoelclgllcoikbckcfpaklj","bpoadfkcbjbfhfodiogcnhhhpibjhbnh"]}},{id:200,priority:1,action:{type:"modifyHeaders",requestHeaders:[{header:"Referer",operation:"set",value:"https://www.deepl.com/"},{header:"origin",operation:"set",value:"chrome-extension://cofdbpoegempjloogbagkncekinflcnj"},{header:"DNT",operation:"set",value:"1"}]},condition:{urlFilter:"https://api.deepl.com/jsonrpc*",resourceTypes:["xmlhttprequest"],domainType:"thirdParty",initiatorDomains:["cfhamdkdjgoelclgllcoikbckcfpaklj","bpoadfkcbjbfhfodiogcnhhhpibjhbnh"]}},{id:201,priority:1,action:{type:"modifyHeaders",requestHeaders:[{header:"Referer",operation:"set",value:"https://www.deepl.com/"},{header:"origin",operation:"set",value:"chrome-extension://cofdbpoegempjloogbagkncekinflcnj"}]},condition:{urlFilter:"https://w.deepl.com/oidc/token",resourceTypes:["xmlhttprequest"],domainType:"thirdParty",initiatorDomains:["cfhamdkdjgoelclgllcoikbckcfpaklj","bpoadfkcbjbfhfodiogcnhhhpibjhbnh"]}},{id:3,priority:1,action:{type:"modifyHeaders",requestHeaders:[{header:"origin",operation:"set",value:"chrome-extension://lkjkfecdnfjopaeaibboihfkmhdjmanm"}]},condition:{urlFilter:"https://transmart.qq.com/api/imt",resourceTypes:["xmlhttprequest"],domainType:"thirdParty",initiatorDomains:["cfhamdkdjgoelclgllcoikbckcfpaklj","bpoadfkcbjbfhfodiogcnhhhpibjhbnh"]}},{id:4,priority:1,action:{type:"modifyHeaders",requestHeaders:[{header:"origin",operation:"set",value:"chrome-extension://lkjkfecdnfjopaeaibboihfkmhdjmanm"}]},condition:{urlFilter:"https://translate.volcengine.com/crx/translate/v1/",resourceTypes:["xmlhttprequest"],domainType:"thirdParty",initiatorDomains:["cfhamdkdjgoelclgllcoikbckcfpaklj","bpoadfkcbjbfhfodiogcnhhhpibjhbnh"]}},{id:5,priority:1,action:{type:"modifyHeaders",requestHeaders:[{header:"User-Agent",operation:"set",value:"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36 Edg/120.0.0.0"}]},condition:{urlFilter:"https://edge.microsoft.com/translate/auth",resourceTypes:["xmlhttprequest"],domainType:"thirdParty",initiatorDomains:["cfhamdkdjgoelclgllcoikbckcfpaklj","bpoadfkcbjbfhfodiogcnhhhpibjhbnh"]}},{id:6,priority:1,action:{type:"modifyHeaders",requestHeaders:[{header:"User-Agent",operation:"set",value:"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36 Edg/120.0.0.0"}]},condition:{urlFilter:"https://api-edge.cognitive.microsofttranslator.com/translate",resourceTypes:["xmlhttprequest"],domainType:"thirdParty",initiatorDomains:["cfhamdkdjgoelclgllcoikbckcfpaklj","bpoadfkcbjbfhfodiogcnhhhpibjhbnh"]}}];function $t(t,e){var r=(t&65535)+(e&65535),a=(t>>16)+(e>>16)+(r>>16);return a<<16|r&65535}function _h(t,e){return t<>>32-e}function ln(t,e,r,a,n,i){return $t(_h($t($t(e,t),$t(a,i)),n),r)}function Oe(t,e,r,a,n,i,o){return ln(e&r|~e&a,t,e,n,i,o)}function Me(t,e,r,a,n,i,o){return ln(e&a|r&~a,t,e,n,i,o)}function Re(t,e,r,a,n,i,o){return ln(e^r^a,t,e,n,i,o)}function Ne(t,e,r,a,n,i,o){return ln(r^(e|~a),t,e,n,i,o)}function sn(t,e){t[e>>5]|=128<>>9<<4)+14]=e;var r,a,n,i,o,l=1732584193,s=-271733879,u=-1732584194,c=271733878;for(r=0;r>5]>>>e%32&255);return r}function Gi(t){var e,r=[];for(r[(t.length>>2)-1]=void 0,e=0;e>5]|=(t.charCodeAt(e/8)&255)<16&&(a=sn(a,t.length*8)),r=0;r<16;r+=1)n[r]=a[r]^909522486,i[r]=a[r]^1549556828;return o=sn(n.concat(Gi(e)),512+e.length*8),Nu(sn(i.concat(o),512+128))}function qu(t){var e="0123456789abcdef",r="",a,n;for(n=0;n>>4&15)+e.charAt(a&15);return r}function Vi(t){return unescape(encodeURIComponent(t))}function Uu(t){return Ph(Vi(t))}function Bh(t){return qu(Uu(t))}function ju(t,e){return Lh(Vi(t),Vi(e))}function Ih(t,e){return qu(ju(t,e))}function Ku(t,e,r){return e?r?ju(e,t):Ih(e,t):r?Uu(t):Bh(t)}function $i(t){if(Math.abs(t)<1024)return t+" Byte";let r=["KB","MB","GB","TB","PB","EB","ZB","YB"],a=-1;do t/=1024,++a;while(Math.abs(t)>=1024&&a{let n=t,i=1,o=indexedDB.open(n,i);o.onsuccess=l=>{r(o.result)},o.onerror=l=>{a()},o.onupgradeneeded=l=>{let s=o.result,u=e||"cache";s.createObjectStore(u,{keyPath:"key"})}})}async function Wu(t){let e=`${Se}-${t.service}@${t.from}->${t.to}`;return await zh(e,t)}async function Hu(t){let e=Ku(t.originalText),r=`${Se}-${t.service}@${t.from}->${t.to}`;return await Fh(r,e)}async function Fh(t,e){let r=await ua(t);return await new Promise((a,n)=>{if(!r)return n();let i="cache",l=r.transaction([i],"readonly").objectStore(i).get(e);l.onsuccess=s=>{r.close();let u=l.result;a(u)},l.onerror=s=>{r.close(),n()}})}async function zh(t,e){let r=await ua(t);return(await Gu()).includes(t)||await Oh(t),await new Promise(n=>{if(!r)return n(!1);let i="cache",l=r.transaction([i],"readwrite").objectStore(i).put(e);l.onsuccess=s=>{r.close(),n(!0)},l.onerror=s=>{r.close(),n(!1)}})}async function Oh(t){let e="cache_list",r=await ua(Se+"-cacheList",e),n=r.transaction([e],"readwrite").objectStore(e).put({key:t});n.onsuccess=i=>{r.close(),_r.push(t)},n.onerror=i=>{r.close()}}async function Gu(){if(_r&&_r.length>0)return _r;let t=await ua(Se+"-cacheList","cache_list");return _r=await new Promise(e=>{let r="cache_list",n=t.transaction([r],"readonly").objectStore(r).getAllKeys();n.onsuccess=i=>{t.close(),e(n.result)},n.onerror=i=>{t.close(),e([])}}),_r}async function Vu(){try{let t=[];(await Gu()).forEach(a=>{t.push(Mh(a))});let r=await Promise.all(t);return $i(r.reduce((a,n)=>a+n,0))}catch{return $i(0)}}async function Mh(t){let e=await ua(t),a=[...e.objectStoreNames].reduce((o,l)=>{let s=Rh(e,l);return o.push(s),o},[]),n=await Promise.all(a);return e.close(),n.reduce((o,l)=>o+l,0)}async function Rh(t,e){return await new Promise((r,a)=>{if(t==null)return a();let n=0,i=t.transaction([e]).objectStore(e).openCursor();i.onsuccess=o=>{let l=i.result;if(l){let s=l.value,u=JSON.stringify(s);n+=u.length,l.continue()}else r(n)},i.onerror=o=>a("error in "+e+": "+o)})}function Nh(t,e){return Math.floor(Math.random()*(e-t+1))+t}var qh=30,Qi="RATE_LIMITER_TICKS",un=class t{static strictTicks={};static clearStrictTicks(){Hi(Qi,"{}")}static async getStrictTicks(e,r){if(r)return this.strictTicks[e]||[];try{let a=await Du(Qi);a&&(this.strictTicks=JSON.parse(a)||{})}catch(a){q.debug("Error setting rate limiter ticks",a),this.strictTicks[e]=[]}finally{return this.strictTicks[e]||[]}}static wait(e,r){return new Promise((a,n)=>{t.getDelay(e,r).then(i=>{setTimeout(()=>{a(i)},i)})})}static async setStrictTicks(e,r,a){try{if(this.strictTicks[e]=r,a)return;await Hi(Qi,JSON.stringify(this.strictTicks))}catch(n){q.debug("Error setting rate limiter ticks",n)}}static async getDelay(e,r,a=!1){if(!a){let u=Nh(4,qh);await Br(u)}let n=await this.getStrictTicks(e,a)||[],{limit:i,interval:o}=r,l=Date.now();if(n.length=s?(n.push(l),await this.setStrictTicks(e,n,a),0):(n.push(s),await this.setStrictTicks(e,n,a),s-l)}};var cn,Uh=async function(t,e){let{method:r,data:a}=t;if(q.debug("background received message",r,a||" "),r==="mock")await Br(150);else{if(r==="queryParagraphCache")return Hu(a);if(r==="setParagraphCache")return Wu(a);if(r==="calculateSize")return Vu();if(r==="fetch")return Ja(a);if(r==="getConfig")return Vt();if(r==="getLocalConfig")return sa();if(r==="openOptionsPage"){let n="";a&&a.pageRoute&&(n=a.pageRoute);let i=T.runtime.getURL("options.html");T.tabs.create({url:i+n})}else if(r==="openAboutPage")T.tabs.create({url:T.runtime.getURL("options.html#about")});else if(r==="openInTab")a&&T.tabs.create({url:a});else if(r==="openEbookViewerPage"){let i=pe().EBOOK_VIEWER_URL;T.tabs.create({url:i})}else if(r==="openSubtitleBuilderPage"){let i=pe().SUBTITLE_BUILDER_URL;T.tabs.create({url:i})}else if(r==="openEbookBuilderPage"){let i=pe().EBOOK_BUILDER_URL;T.tabs.create({url:i})}else if(r==="openHtmlViewerPage"){let i=pe().HTML_VIEWER_URL;T.tabs.create({url:i})}else if(r==="openPdfViewerPage"){let n=a?.url,i=rn(n);(Ct()||!n)&&(i=pe().PDF_VIEWER_URL),T.tabs.create({url:i})}else{if(r==="setLocalConfig")return Cr(a);if(r=="getUserConfig")return la();if(r=="setUserConfig")return ur(a);if(r==="detectLanguage"){let{text:n,pageLangs:i}=a;if(T.i18n&&T.i18n.detectLanguage)try{let o=await $u(T.i18n.detectLanguage(n),1500,{isReliable:!1,languages:[]});if(o.languages.length>0){if(o.isReliable)return Kt(o.languages[0].language);for(let l of o.languages){let s=Kt(l.language);if(i.includes(s)&&l.percentage>50)return s}}return"auto"}catch(o){return q.debug("detect language error",o),"auto"}else return"auto"}else if(r==="detectTabLanguage")try{let n=await $u(T.tabs.detectLanguage(e.id),1500,"auto");return Kt(n)}catch(n){return q.debug("detect tab language error, use auto ",n),"auto"}else if(r==="autoSyncLatestConfig"){try{await Mu()}catch(n){q.debug("auto sync latest config error",n)}return""}else if(r!=="updateCommands"){if(r==="setBadge"){let n=e.id,i=a&&a.text?a.text:"";n&&jh(n,i)}else if(r=="getDelay"){let{key:n,options:i}=a||{};return un.getDelay(n,i,!0)}}}}};function Qu(){Yi();let t=T.runtime.getManifest();if(t.manifest_version>2,t.manifest_version===2&&T.webRequest&&T.webRequest.onBeforeSendHeaders){let e=on.map(a=>a.condition.urlFilter),r=on.reduce((a,n)=>(n.condition.resourceTypes.forEach(i=>{a.includes(i)||a.push(i)}),a),[]);T.webRequest.onBeforeSendHeaders.addListener(function(a){if(!(a.originUrl&&a.originUrl.startsWith("http"))&&a.originUrl&&a.requestHeaders)for(let n=0;n{let i=setTimeout(()=>{a(r)},e);t.then(o=>{clearTimeout(i),a(o)}).catch(o=>{clearTimeout(i),n(o)})})}function Yu(){typeof T.commands<"u"&&T.commands.onCommand.addListener(async t=>{if(q.debug(`received command: ${t}`),["toggleTranslatePage"].includes(t)){let e=await T.tabs.query({active:!0,currentWindow:!0});if(e.length===0||typeof e[0].id>"u")return;let a=e[0].url;if(Eu(a)){T.tabs.create({url:rn(a)});return}}await Xi({method:t,data:{trigger:"shortcut"}})})}async function Xi(t){let r=(await T.tabs.query({currentWindow:!0,active:!0}))[0].id;Yi().sendMessage(`content_script:main:${r}`,t).catch(n=>{q.error("send content message request failed",t,n)})}var Xu={"zh-CN":{"languages.en":"\u82F1\u8BED","languages.ja":"\u65E5\u8BED","languages.ko":"\u97E9\u8BED","languages.es":"\u897F\u73ED\u7259\u8BED","languages.fr":"\u6CD5\u8BED","languages.de":"\u5FB7\u8BED","languages.it":"\u610F\u5927\u5229\u8BED","languages.pt":"\u8461\u8404\u7259\u8BED","languages.ru":"\u4FC4\u8BED","languages.wyw":"\u6587\u8A00\u6587","languages.":"\u5168\u90E8"},"zh-TW":{"languages.en":"\u82F1\u8A9E","languages.ja":"\u65E5\u8A9E","languages.ko":"\u97D3\u8A9E","languages.es":"\u897F\u73ED\u7259\u8A9E","languages.fr":"\u6CD5\u8A9E","languages.de":"\u5FB7\u8A9E","languages.it":"\u610F\u5927\u5229\u8A9E","languages.pt":"\u8461\u8404\u7259\u8A9E","languages.ru":"\u4FC4\u8A9E","languages.wyw":"\u6587\u8A00\u6587","languages.":"\u5168\u90E8"}},Wh={..._t,"zh-CN":{...Xu["zh-CN"],..._t["zh-CN"]},"zh-TW":{...Xu["zh-TW"],..._t["zh-TW"]}};function Zu(t,e,r){return Ri(Wh,t,e,ft,r)}var ca=Mi()?["action"]:["browser_action","page_action"],Ju=[{id:"toggleTranslatePage",contexts:["page","frame","selection",...ca]},{id:_i,contexts:ca},{id:Li,contexts:ca},{id:Bi,contexts:ca},{id:Pi,contexts:ca}];async function Zi(t){q.debug("createContextMenu",Ju);for(let e of Ju){let r=!0;t.isShowContextMenu===!1&&e.id==="toggleTranslatePage"&&(r=!1);try{T.contextMenus.create({id:e.id,title:Zu(`browser.${e.id}`,t.interfaceLanguage),contexts:e.contexts,visible:r},()=>T.runtime.lastError)}catch(a){q.debug("create context menu error, it's ok!!",a,`menu id: ${e.id}`)}}}function ec(){T.contextMenus.onClicked.addListener(t=>{if(t.menuItemId===_i)T.runtime.openOptionsPage();else if(t.menuItemId===Pi){let e=ku();T.tabs.create({url:e})}else if(t.menuItemId===Bi){let r=pe().EBOOK_BUILDER_URL;T.tabs.create({url:r})}else if(t.menuItemId===Li){let r=pe().EBOOK_VIEWER_URL;T.tabs.create({url:r})}else if(t.menuItemId===Vl){let r=pe().SUBTITLE_BUILDER_URL;T.tabs.create({url:r})}else t.menuItemId===Gl?T.tabs.create({url:"https://immersivetranslate.com/docs/donate/"}):Xi({method:t.menuItemId,data:{trigger:"right_menu"}})})}function Ji(){Vt().then(t=>{t.uninstallUrl&&T.runtime.setUninstallURL&&T.runtime.setUninstallURL(t.uninstallUrl),eo(t)}).catch(t=>{q.error("create menu error",t)})}function eo(t){t?Zi(t):Vt().then(e=>{Zi(e)}).catch(e=>{q.error("create menu error",e)})}function tc(){T.runtime.onInstalled.addListener(t=>{q.debug(`onInstalled reason: ${t.reason}`),q.debug(t),t.reason=="install"?(async()=>{let e="https://onboarding.immersivetranslate.com/",a=T.runtime.getURL("").startsWith("safari"),n=!1,i=!1;try{let l=await T.runtime.getPlatformInfo();a?l.os==="mac"?n=!0:l.os==="ios"&&(i=!0):l.os==="android"&&(e="https://onboarding.immersivetranslate.com/mobile/")}catch{}n?e="https://onboarding.immersivetranslate.com/mac-safari/":i&&(e="https://onboarding.immersivetranslate.com/ios/step-2/");let o=await Pt("onboardingDisplayTime","");a?o||(await Wt("onboardingDisplayTime",new Date().toISOString()),T.tabs.create({url:e})):T.tabs.create({url:e}),Ji()})():(t.reason=="update"&&T.runtime.getManifest().version!=t.previousVersion,Ji())})}var Hh="https://f0e3be2cce5fcdc92a25c723cd7fcbbc@sentry.immersivetranslate.com/4506813369548800",ro=!1;function rc(t){try{if(!t||!t.enable||ro||aa())return;ro=!0;let e=Er(),r=au();if(t.ignoreVersions?.find(u=>u===e)||t.ignoreBuildPlatforms?.find(u=>u===r))return;let i=globalThis.navigator.userAgent;if(t.ignoreUserAgents?.find(u=>i.match(new RegExp(u))))return;let{initOptions:l}=t,s={dsn:Hh,environment:pe().PROD==="1"?"production":"develop",...t.initOptions};l?.ignoreErrors&&(s.ignoreErrors=to(l.ignoreErrors)),l?.denyUrls&&(s.denyUrls=to(l.denyUrls)),l?.allowUrls&&(s.allowUrls=to(l.allowUrls)),s.release=`${r}@${e}`,Jr.init(s),Gh()}catch{}}async function Gh(){try{let t=await ia.get(ir,null);if(!ro||!t)return;Jr.setUser({id:t.id,username:t.userName,nickname:t.nickName,email:t.email})}catch{}}function to(t){return t.map(e=>new RegExp(e))}Qu();tc();Yu();T.contextMenus&&ec();async function Vh(){T.contextMenus&&eo();let t=await Vt();t.enableSentryReport&&(rc(t.sentryConfig),t.debug&&q.setLevel("debug"))}Vh().catch(t=>{});})(); /*! Bundled license information: bowser/src/bowser.js: diff --git a/dist/firefox/content_script.js b/dist/firefox/content_script.js index 29ff44b..6f6fa64 100644 --- a/dist/firefox/content_script.js +++ b/dist/firefox/content_script.js @@ -1,4 +1,4 @@ -(()=>{var e6=Object.create;var pd=Object.defineProperty;var t6=Object.getOwnPropertyDescriptor;var n6=Object.getOwnPropertyNames;var r6=Object.getPrototypeOf,a6=Object.prototype.hasOwnProperty;var i6=(t,e)=>()=>(t&&(e=t(t=0)),e);var o6=(t,e)=>()=>(e||t((e={exports:{}}).exports,e),e.exports),eu=(t,e)=>{for(var n in e)pd(t,n,{get:e[n],enumerable:!0})},s6=(t,e,n,r)=>{if(e&&typeof e=="object"||typeof e=="function")for(let a of n6(e))!a6.call(t,a)&&a!==n&&pd(t,a,{get:()=>e[a],enumerable:!(r=t6(e,a))||r.enumerable});return t};var u6=(t,e,n)=>(n=t!=null?e6(r6(t)):{},s6(e||!t||!t.__esModule?pd(n,"default",{value:t,enumerable:!0}):n,t));var x,d=i6(()=>{x={BUILD_TIME:"2024-04-03T14:28:35.000Z",VERSION:"1.4.5",PROD:"1",REDIRECT_URL:"https://dash.immersivetranslate.com/auth-done/",PROD_API:"1",BETA:"0",IMMERSIVE_TRANSLATE_INJECTED_CSS:`:root { +(()=>{var e6=Object.create;var pd=Object.defineProperty;var t6=Object.getOwnPropertyDescriptor;var n6=Object.getOwnPropertyNames;var r6=Object.getPrototypeOf,a6=Object.prototype.hasOwnProperty;var i6=(t,e)=>()=>(t&&(e=t(t=0)),e);var o6=(t,e)=>()=>(e||t((e={exports:{}}).exports,e),e.exports),eu=(t,e)=>{for(var n in e)pd(t,n,{get:e[n],enumerable:!0})},s6=(t,e,n,r)=>{if(e&&typeof e=="object"||typeof e=="function")for(let a of n6(e))!a6.call(t,a)&&a!==n&&pd(t,a,{get:()=>e[a],enumerable:!(r=t6(e,a))||r.enumerable});return t};var u6=(t,e,n)=>(n=t!=null?e6(r6(t)):{},s6(e||!t||!t.__esModule?pd(n,"default",{value:t,enumerable:!0}):n,t));var x,d=i6(()=>{x={BUILD_TIME:"2024-04-04T07:37:00.000Z",VERSION:"1.4.6",PROD:"1",REDIRECT_URL:"https://dash.immersivetranslate.com/auth-done/",PROD_API:"1",BETA:"0",IMMERSIVE_TRANSLATE_INJECTED_CSS:`:root { --immersive-translate-theme-underline-borderColor: #72ece9; --immersive-translate-theme-nativeUnderline-borderColor: #72ece9; --immersive-translate-theme-nativeDashed-borderColor: #72ece9; @@ -4936,7 +4936,7 @@ select.text-gray-6 {
-`,IMMERSIVE_TRANSLATE_VIDEO_SUBTITLE_INJECT:'(()=>{var u="imt-subtitle-inject",f=class{from;to;constructor(t,n){this.from=t,this.to=n}sendMessages(t){globalThis.postMessage({type:u,to:this.to,from:this.from,action:t.action,data:t.data,id:t.id||new Date().getTime(),isAsync:!1})}getRandomId(){return(new Date().getTime()+Math.random())*Math.random()}sendAsyncMessages({action:t,data:n}){return new Promise(e=>{let r=this.getRandomId();globalThis.postMessage({type:u,to:this.to,from:this.from,action:t,data:n,id:r,isAsync:!0});let a=({data:o})=>{u===o.type&&o.id===r&&o.to===this.from&&(e(o.data),globalThis.removeEventListener("message",a))};globalThis.addEventListener("message",a)})}handleMessageOnce(t){return new Promise(n=>{let e=({data:r})=>{u===r.type&&r.action===t&&r.to===this.from&&(n(r.data),globalThis.removeEventListener("message",e))};globalThis.addEventListener("message",e)})}handleMessage(t,n){let e=({data:r})=>{u===r.type&&r.action===t&&r.to===this.from&&n(r)};return globalThis.addEventListener("message",e),()=>{globalThis.removeEventListener("message",e)}}handleMessages(t){let n=({data:e})=>{u===e.type&&e.to===this.from&&t(e)};return globalThis.addEventListener("message",n),()=>{globalThis.removeEventListener("message",n)}}},R=new f("content-script","inject"),l=new f("inject","content-script"),S={get(s,t,n){return t in s?(...e)=>{let r=s[t];return typeof r=="function"?r.apply(s,e):Reflect.get(s,t,n)}:e=>s.sendAsyncMessages({action:t,data:e})}},x=new Proxy(l,S),L=new Proxy(R,S);function T(s){if(!s)return null;try{let t=s;return s.startsWith("//")?t=globalThis.location.protocol+s:s.startsWith("/")?t=`${globalThis.location.protocol}//${globalThis.location.host}${s}`:s.startsWith("http")||(t=`${globalThis.location.protocol}//${s}`),new URL(t).toString()}catch(t){return console.error(t),s}}var i=class{content=x;config;constructor(t){this.config=t,l.handleMessages(async({action:n,id:e,data:r})=>{let a=this[n];if(!a)return;let o=a.apply(this,[r]);o instanceof Promise&&(o=await o),l.sendMessages({id:e,data:o})})}triggerSubtitle(t){}async translateSubtitle(t){let n=await this.content.requestSubtitle({url:T(t._url)});if(n){if(this.config.responseType=="document"){let r=new DOMParser().parseFromString(n,"text/xml");Object.defineProperty(t,"responseXML",{value:r,writable:!1}),Object.defineProperty(t,"response",{value:r,writable:!1});return}let e=n;(t.responseType=="arraybuffer"||this.config.responseType=="arraybuffer")&&typeof n=="string"&&(e=new TextEncoder().encode(n).buffer),Object.defineProperty(t,"responseText",{value:e,writable:!1}),Object.defineProperty(t,"response",{value:e,writable:!1})}}async translateSubtitleWithFetch(t,n){let e={...n},r;return typeof t=="string"?r={url:t,method:"GET",headers:{}}:r=await v(t),e?.body&&(e.body=M(e.body)),this.content.requestSubtitle({fetchInfo:JSON.stringify({input:r,options:e})})}async getVideoMeta(t){}isSubtitleRequest(t){return!this.config||!this.config.subtitleUrlRegExp||!t?!1:new RegExp(this.config.subtitleUrlRegExp).test(t||"")}};function v(s){if(s instanceof URL)return{url:s.href,method:"GET",headers:{}};let t=s.clone(),n={url:s.url,method:s.method,headers:Object.fromEntries(s.headers.entries())};if(t.body){let e=M(t.body);if(t.body!==e)return t.text().then(r=>(n.body=r,n));n.body=e}return Promise.resolve(n)}function M(s){if(!s)return s;if(s instanceof FormData||s instanceof URLSearchParams){let t={};for(let[n,e]of s.entries())t[n]=e;return t._formatBodyType="FormData",t}return s}var d=class extends i{timer=null;triggerSubtitle({force:t}){setTimeout(()=>{if(this.config?.subtitleButtonSelector){let n=document.querySelector(this.config.subtitleButtonSelector);if(n){let e=n.getAttribute("aria-pressed")==="true";e&&t?(n.click(),setTimeout(()=>{n.click()},100)):e||n.click();return}}if(this.config?.videoPlayerSelector){let n=document.querySelector(this.config.videoPlayerSelector);n?.toggleSubtitles(),setTimeout(()=>{n?.toggleSubtitles()},100)}},1e3)}async getVideoMeta(){if(!this.config.videoPlayerSelector)return null;try{return await this.sleep(100),document.querySelector(this.config.videoPlayerSelector)?.getPlayerResponse()}catch{return null}}sleep(t){return new Promise(n=>{setTimeout(()=>{n(null)},t)})}};var m=class extends i{timer=null;videoMeta={};lastVideoMeta=null;constructor(t){super(t),this.hookJSON()}hookJSON(){let t=JSON.parse;JSON.parse=n=>{let e=t(n);try{e&&e.result&&e.result.timedtexttracks&&e.result.movieId&&(this.videoMeta[e.result.movieId]=e.result,this.lastVideoMeta=e.result)}catch(r){console.log(r)}return e}}getVideoMeta(t){return this.lastVideoMeta}};var p=class extends i{timer=null;videoMeta={};constructor(t){super(t),this.hookJSON()}hookJSON(){let t=JSON.parse;JSON.parse=n=>{let e=t(n);try{e?.asset?.captions?.length?this.videoMeta[e.id]=e?.asset:e?.previews&&e?.course&&e?.previews?.forEach(r=>{this.videoMeta[r.id]=r})}catch(r){console.error(r)}return e}}getVideoMeta(t){return this.videoMeta[t]}};var g=class extends i{timer=null;videoMeta={};constructor(t){super(t),this.hookJSON()}hookJSON(){let t=JSON.parse;JSON.parse=n=>{let e=t(n);try{if(e?.stream?.sources?.length&&e?.stream?.sources[0]?.complete?.url){let r=window.location.pathname.split("/");r.length>2&&r[r.length-2]==="video"&&(this.videoMeta[r[r.length-1]]=e.stream.sources[0].complete.url)}}catch(r){console.error(r)}return e}}getVideoMeta(t){return this.videoMeta[t]}};var h=class extends i{constructor(t){super(t)}async translateSubtitleWithFetch(t,n){this.main(t,n)}async main(t,n){let e=globalThis.__originalFetch;if(!e)return;let r=t;t instanceof Request&&(r=t.clone());let a=await e(r,n);if(!a.ok)return;let o=await a.json();o.transcripts_urls&&this.requestSubtitle(o.transcripts_urls)}async requestSubtitle(t){await c(),await this.content.requestSubtitle(t)}};async function w(){let s=await l.sendAsyncMessages({action:"getConfig"});if(!s)return;let n={youtube:d,netflix:m,webvtt:i,khanacademy:i,bilibili:i,udemy:p,general:i,ebutt:i,hulu:h,disneyplus:g,"fmp4.xml":i,multi_attach_vtt:i,twitter:i,subsrt:i,xml:i,text_track_dynamic:i,av:i}[s.type||""];if(!n)return;let e=new n(s);I(e,s)}c();w();function I(s,t){if(t.hookType.includes("xhr")){let n=XMLHttpRequest.prototype.open,e=XMLHttpRequest.prototype.send,r=function(){return this._url=arguments[1],n.apply(this,arguments)},a=async function(){return s.isSubtitleRequest(this._url)?(await c(),await s.translateSubtitle(this),e.apply(this,arguments)):e.apply(this,arguments)};Object.defineProperty(XMLHttpRequest.prototype,"open",{value:r,writable:!0}),Object.defineProperty(XMLHttpRequest.prototype,"send",{value:a,writable:!0})}if(t.hookType.includes("fetch")){let n=globalThis.fetch;globalThis.__originalFetch=n,globalThis.fetch=async function(e,r){let a=typeof e=="string"?e:e.url||e.href;if(!s.isSubtitleRequest(a))return n(e,r);await c();let y=await s.translateSubtitleWithFetch(e,r);return y?new Response(y):n(e,r)}}}var b=!1;async function c(){return b||(await l.handleMessageOnce("contentReady"),b=!0),b}})();\n',OPTIONS_URL:"https://dash.immersivetranslate.com/",SHARE_DRAFT_URL:"https://immersivetranslate.com/preview",ASSETS_BASE_URL:"https://app.immersivetranslate.com/global-assets/",EBOOK_VIEWER_URL:"https://app.immersivetranslate.com/ebook/",EBOOK_BUILDER_URL:"https://app.immersivetranslate.com/ebook/make/",SUBTITLE_BUILDER_URL:"https://app.immersivetranslate.com/subtitle/",HTML_VIEWER_URL:"https://app.immersivetranslate.com/html/",PDF_VIEWER_URL:"https://app.immersivetranslate.com/pdf/",PDF_PRO_URL:"https://app.immersivetranslate.com/pdf-pro/",TEXT_TRANSLATE_URL:"https://app.immersivetranslate.com/text/",TRANSLATE_FILE_URL:"https://app.immersivetranslate.com/",MOCK:"0",DEBUG:"0",INSTALL_FROM:"firefox_zip"}});var F2=o6((ec,ks)=>{d();(function(){var t;function e(f){var T,b,h="",E=-1,D;if(f&&f.length)for(D=f.length;(E+=1)>>6&31,128|T&63):T<=65535?h+=String.fromCharCode(224|T>>>12&15,128|T>>>6&63,128|T&63):T<=2097151&&(h+=String.fromCharCode(240|T>>>18&7,128|T>>>12&63,128|T>>>6&63,128|T&63));return h}function n(f){var T,b,h,E,D,M=[],I;if(T=b=h=E=D=0,f&&f.length)for(I=f.length,f+="";T191&&h<224?(E=f.charCodeAt(T+1),M[b]=String.fromCharCode((h&31)<<6|E&63),T+=2):(E=f.charCodeAt(T+1),D=f.charCodeAt(T+2),M[b]=String.fromCharCode((h&15)<<12|(E&63)<<6|D&63),T+=3);return M.join("")}function r(f,T){var b=(f&65535)+(T&65535),h=(f>>16)+(T>>16)+(b>>16);return h<<16|b&65535}function a(f,T){return f<>>32-T}function i(f,T){for(var b=T?"0123456789ABCDEF":"0123456789abcdef",h="",E,D=0,M=f.length;D>>4&15)+b.charAt(E&15);return h}function o(f){var T,b=f.length,h="";for(T=0;T>>8&255);return h}function s(f){var T,b=f.length,h="";for(T=0;T>>8&255,f.charCodeAt(T)&255);return h}function u(f){var T,b=f.length*32,h="";for(T=0;T>5]>>>24-T%32&255);return h}function l(f){var T,b=f.length*32,h="";for(T=0;T>5]>>>T%32&255);return h}function c(f){var T,b=f.length*8,h=Array(f.length>>2),E=h.length;for(T=0;T>5]|=(f.charCodeAt(T/8)&255)<>2),E=h.length;for(T=0;T>5]|=(f.charCodeAt(T/8)&255)<<24-T%32;return h}function m(f,T){var b=T.length,h=Array(),E,D,M,I,S,y,L,A;for(y=Array(Math.ceil(f.length/2)),I=y.length,E=0;E0;){for(S=Array(),M=0,E=0;E0||D>0)&&(S[S.length]=D);h[h.length]=M,y=S}for(L="",E=h.length-1;E>=0;E--)L+=T.charAt(h[E]);for(A=Math.ceil(f.length*8/(Math.log(T.length)/Math.log(2))),E=L.length;Ef.length*8?h+=T:h+=b.charAt(I>>>6*(3-M)&63);return h}t={VERSION:"1.0.6",Base64:function(){var f="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/",T="=",b=!1,h=!0;this.encode=function(E){var D,M,I,S="";for(T=T||"=",E=h?e(E):E,len=E.length,D=0;Dlen*8?S+=T:S+=f.charAt(I>>>6*(3-M)&63);return S},this.decode=function(E){var D,M,I,S,y,L,A,v,O,_,k="",N=[];if(!E)return E;D=_=0,E=E.replace(new RegExp("\\"+T,"gi"),"");do y=f.indexOf(E.charAt(D++)),L=f.indexOf(E.charAt(D++)),A=f.indexOf(E.charAt(D++)),v=f.indexOf(E.charAt(D++)),O=y<<18|L<<12|A<<6|v,M=O>>16&255,I=O>>8&255,S=O&255,_+=1,A===64?N[_]=String.fromCharCode(M):v===64?N[_]=String.fromCharCode(M,I):N[_]=String.fromCharCode(M,I,S);while(D>>8^b;return(T^-1)>>>0},MD5:function(f){var T=f&&typeof f.uppercase=="boolean"?f.uppercase:!1,b=f&&typeof f.pad=="string"?f.pad:"=",h=f&&typeof f.utf8=="boolean"?f.utf8:!0;this.hex=function(v){return i(E(v,h),T)},this.b64=function(v){return g(E(v),b)},this.any=function(v,O){return m(E(v,h),O)},this.raw=function(v){return E(v,h)},this.hex_hmac=function(v,O){return i(D(v,O),T)},this.b64_hmac=function(v,O){return g(D(v,O),b)},this.any_hmac=function(v,O,_){return m(D(v,O),_)},this.vm_test=function(){return hex("abc").toLowerCase()==="900150983cd24fb0d6963f7d28e17f72"},this.setUpperCase=function(v){return typeof v=="boolean"&&(T=v),this},this.setPad=function(v){return b=v||b,this},this.setUTF8=function(v){return typeof v=="boolean"&&(h=v),this};function E(v){return v=h?e(v):v,l(M(c(v),v.length*8))}function D(v,O){var _,k,N,z,q;for(v=h?e(v):v,O=h?e(O):O,_=c(v),_.length>16&&(_=M(_,v.length*8)),k=Array(16),N=Array(16),q=0;q<16;q+=1)k[q]=_[q]^909522486,N[q]=_[q]^1549556828;return z=M(k.concat(c(O)),512+O.length*8),l(M(N.concat(z),512+128))}function M(v,O){var _,k,N,z,q,F=1732584193,C=-271733879,P=-1732584194,U=271733878;for(v[O>>5]|=128<>>9<<4)+14]=O,_=0;_16&&(A=M(A,y.length*8)),v=Array(16),O=Array(16),_=0;_<16;_+=1)v[_]=A[_]^909522486,O[_]=A[_]^1549556828;return k=M(v.concat(p(L)),512+L.length*8),u(M(O.concat(k),512+160))}function M(y,L){var A,v,O,_,k,N,z,q,F=Array(80),C=1732584193,P=-271733879,U=-1732584194,H=271733878,j=-1009589776;for(y[L>>5]|=128<<24-L%32,y[(L+64>>9<<4)+15]=L,A=0;A16&&(j=F(j,C.length*8));H<16;H+=1)W[H]=j[H]^909522486,$[H]=j[H]^1549556828;return U=F(W.concat(p(P)),512+P.length*8),u(F($.concat(U),512+256))}function I(C,P){return C>>>P|C<<32-P}function S(C,P){return C>>>P}function y(C,P,U){return C&P^~C&U}function L(C,P,U){return C&P^C&U^P&U}function A(C){return I(C,2)^I(C,13)^I(C,22)}function v(C){return I(C,6)^I(C,11)^I(C,25)}function O(C){return I(C,7)^I(C,18)^S(C,3)}function _(C){return I(C,17)^I(C,19)^S(C,10)}function k(C){return I(C,28)^I(C,34)^I(C,39)}function N(C){return I(C,14)^I(C,18)^I(C,41)}function z(C){return I(C,1)^I(C,8)^S(C,7)}function q(C){return I(C,19)^I(C,61)^S(C,6)}E=[1116352408,1899447441,-1245643825,-373957723,961987163,1508970993,-1841331548,-1424204075,-670586216,310598401,607225278,1426881987,1925078388,-2132889090,-1680079193,-1046744716,-459576895,-272742522,264347078,604807628,770255983,1249150122,1555081692,1996064986,-1740746414,-1473132947,-1341970488,-1084653625,-958395405,-710438585,113926993,338241895,666307205,773529912,1294757372,1396182291,1695183700,1986661051,-2117940946,-1838011259,-1564481375,-1474664885,-1035236496,-949202525,-778901479,-694614492,-200395387,275423344,430227734,506948616,659060556,883997877,958139571,1322822218,1537002063,1747873779,1955562222,2024104815,-2067236844,-1933114872,-1866530822,-1538233109,-1090935817,-965641998];function F(C,P){var U=[1779033703,-1150833019,1013904242,-1521486534,1359893119,-1694144372,528734635,1541459225],H=new Array(64),j,W,$,ue,ae,J,ie,ge,ee,Y,Te,ne;for(C[P>>5]|=128<<24-P%32,C[(P+64>>9<<4)+15]=P,ee=0;ee32&&(C=I(C,N.length*8));F<32;F+=1)P[F]=C[F]^909522486,U[F]=C[F]^1549556828;return q=I(P.concat(p(z)),1024+z.length*8),u(I(U.concat(q),1024+512))}function I(N,z){var q,F,C,P=new Array(80),U=new Array(16),H=[new S(1779033703,-205731576),new S(-1150833019,-2067093701),new S(1013904242,-23791573),new S(-1521486534,1595750129),new S(1359893119,-1377402159),new S(-1694144372,725511199),new S(528734635,-79577749),new S(1541459225,327033209)],j=new S(0,0),W=new S(0,0),$=new S(0,0),ue=new S(0,0),ae=new S(0,0),J=new S(0,0),ie=new S(0,0),ge=new S(0,0),ee=new S(0,0),Y=new S(0,0),Te=new S(0,0),ne=new S(0,0),re=new S(0,0),xe=new S(0,0),ze=new S(0,0),_e=new S(0,0),de=new S(0,0);for(E===void 0&&(E=[new S(1116352408,-685199838),new S(1899447441,602891725),new S(-1245643825,-330482897),new S(-373957723,-2121671748),new S(961987163,-213338824),new S(1508970993,-1241133031),new S(-1841331548,-1357295717),new S(-1424204075,-630357736),new S(-670586216,-1560083902),new S(310598401,1164996542),new S(607225278,1323610764),new S(1426881987,-704662302),new S(1925078388,-226784913),new S(-2132889090,991336113),new S(-1680079193,633803317),new S(-1046744716,-815192428),new S(-459576895,-1628353838),new S(-272742522,944711139),new S(264347078,-1953704523),new S(604807628,2007800933),new S(770255983,1495990901),new S(1249150122,1856431235),new S(1555081692,-1119749164),new S(1996064986,-2096016459),new S(-1740746414,-295247957),new S(-1473132947,766784016),new S(-1341970488,-1728372417),new S(-1084653625,-1091629340),new S(-958395405,1034457026),new S(-710438585,-1828018395),new S(113926993,-536640913),new S(338241895,168717936),new S(666307205,1188179964),new S(773529912,1546045734),new S(1294757372,1522805485),new S(1396182291,-1651133473),new S(1695183700,-1951439906),new S(1986661051,1014477480),new S(-2117940946,1206759142),new S(-1838011259,344077627),new S(-1564481375,1290863460),new S(-1474664885,-1136513023),new S(-1035236496,-789014639),new S(-949202525,106217008),new S(-778901479,-688958952),new S(-694614492,1432725776),new S(-200395387,1467031594),new S(275423344,851169720),new S(430227734,-1194143544),new S(506948616,1363258195),new S(659060556,-544281703),new S(883997877,-509917016),new S(958139571,-976659869),new S(1322822218,-482243893),new S(1537002063,2003034995),new S(1747873779,-692930397),new S(1955562222,1575990012),new S(2024104815,1125592928),new S(-2067236844,-1578062990),new S(-1933114872,442776044),new S(-1866530822,593698344),new S(-1538233109,-561857047),new S(-1090935817,-1295615723),new S(-965641998,-479046869),new S(-903397682,-366583396),new S(-779700025,566280711),new S(-354779690,-840897762),new S(-176337025,-294727304),new S(116418474,1914138554),new S(174292421,-1563912026),new S(289380356,-1090974290),new S(460393269,320620315),new S(685471733,587496836),new S(852142971,1086792851),new S(1017036298,365543100),new S(1126000580,-1676669620),new S(1288033470,-885112138),new S(1501505948,-60457430),new S(1607167915,987167468),new S(1816402316,1246189591)]),F=0;F<80;F+=1)P[F]=new S(0,0);for(N[z>>5]|=128<<24-(z&31),N[(z+128>>10<<5)+31]=z,C=N.length,F=0;F>>q|z.h<<32-q,N.h=z.h>>>q|z.l<<32-q}function A(N,z,q){N.l=z.h>>>q|z.l<<32-q,N.h=z.l>>>q|z.h<<32-q}function v(N,z,q){N.l=z.l>>>q|z.h<<32-q,N.h=z.h>>>q}function O(N,z,q){var F=(z.l&65535)+(q.l&65535),C=(z.l>>>16)+(q.l>>>16)+(F>>>16),P=(z.h&65535)+(q.h&65535)+(C>>>16),U=(z.h>>>16)+(q.h>>>16)+(P>>>16);N.l=F&65535|C<<16,N.h=P&65535|U<<16}function _(N,z,q,F,C){var P=(z.l&65535)+(q.l&65535)+(F.l&65535)+(C.l&65535),U=(z.l>>>16)+(q.l>>>16)+(F.l>>>16)+(C.l>>>16)+(P>>>16),H=(z.h&65535)+(q.h&65535)+(F.h&65535)+(C.h&65535)+(U>>>16),j=(z.h>>>16)+(q.h>>>16)+(F.h>>>16)+(C.h>>>16)+(H>>>16);N.l=P&65535|U<<16,N.h=H&65535|j<<16}function k(N,z,q,F,C,P){var U=(z.l&65535)+(q.l&65535)+(F.l&65535)+(C.l&65535)+(P.l&65535),H=(z.l>>>16)+(q.l>>>16)+(F.l>>>16)+(C.l>>>16)+(P.l>>>16)+(U>>>16),j=(z.h&65535)+(q.h&65535)+(F.h&65535)+(C.h&65535)+(P.h&65535)+(H>>>16),W=(z.h>>>16)+(q.h>>>16)+(F.h>>>16)+(C.h>>>16)+(P.h>>>16)+(j>>>16);N.l=U&65535|H<<16,N.h=j&65535|W<<16}},RMD160:function(f){var T=f&&typeof f.uppercase=="boolean"?f.uppercase:!1,b=f&&typeof f.pad=="string"?f.pa:"=",h=f&&typeof f.utf8=="boolean"?f.utf8:!0,E=[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,7,4,13,1,10,6,15,3,12,0,9,5,2,14,11,8,3,10,14,4,9,15,8,1,2,7,0,6,13,11,5,12,1,9,11,10,0,8,12,4,13,3,7,15,14,5,6,2,4,0,5,9,7,12,2,10,14,1,3,8,11,6,15,13],D=[5,14,7,0,9,2,11,4,13,6,15,8,1,10,3,12,6,11,3,7,0,13,5,10,14,15,8,12,4,9,1,2,15,5,1,3,7,14,6,9,11,8,12,2,10,0,4,13,8,6,4,1,3,11,15,0,5,12,2,13,9,7,10,14,12,15,10,4,1,5,8,7,6,2,13,14,0,3,9,11],M=[11,14,15,12,5,8,7,9,11,13,14,15,6,7,9,8,7,6,8,13,11,9,7,15,7,12,15,9,11,7,13,12,11,13,6,7,14,9,13,15,14,8,13,6,5,12,7,5,11,12,14,15,14,15,9,8,9,14,5,6,8,6,5,12,9,15,5,11,6,8,13,12,5,12,13,14,11,8,5,6],I=[8,9,9,11,13,15,15,5,7,7,8,11,14,14,12,6,9,13,15,7,12,8,9,11,7,7,12,7,6,15,13,11,9,7,15,11,8,6,6,14,12,13,5,14,13,13,7,5,15,5,8,11,14,14,6,14,6,9,12,9,12,5,15,8,8,5,12,9,12,5,14,6,8,13,6,5,15,13,11,11];this.hex=function(k){return i(S(k,h))},this.b64=function(k){return g(S(k,h),b)},this.any=function(k,N){return m(S(k,h),N)},this.raw=function(k){return S(k,h)},this.hex_hmac=function(k,N){return i(y(k,N))},this.b64_hmac=function(k,N){return g(y(k,N),b)},this.any_hmac=function(k,N,z){return m(y(k,N),z)},this.vm_test=function(){return hex("abc").toLowerCase()==="900150983cd24fb0d6963f7d28e17f72"},this.setUpperCase=function(k){return typeof k=="boolean"&&(T=k),this},this.setPad=function(k){return typeof k<"u"&&(b=k),this},this.setUTF8=function(k){return typeof k=="boolean"&&(h=k),this};function S(k){return k=h?e(k):k,L(A(c(k),k.length*8))}function y(k,N){k=h?e(k):k,N=h?e(N):N;var z,q,F=c(k),C=Array(16),P=Array(16);for(F.length>16&&(F=A(F,k.length*8)),z=0;z<16;z+=1)C[z]=F[z]^909522486,P[z]=F[z]^1549556828;return q=A(C.concat(c(N)),512+N.length*8),L(A(P.concat(q),512+160))}function L(k){var N,z="",q=k.length*32;for(N=0;N>5]>>>N%32&255);return z}function A(k,N){var z,q,F,C,P=1732584193,U=4023233417,H=2562383102,j=271733878,W=3285377520,$,ue,ae,J,ie,ge,ee,Y,Te,ne;for(k[N>>5]|=128<>>9<<4)+14]=N,C=k.length,F=0;Ffunction(){return e||(0,t[Tf(t)[0]])((e={exports:{}}).exports,e),e.exports},f6=(t,e)=>{for(var n in e)md(t,n,{get:e[n],enumerable:!0})},gd=(t,e,n,r)=>{if(e&&typeof e=="object"||typeof e=="function")for(let a of Tf(e))!g6.call(t,a)&&a!==n&&md(t,a,{get:()=>e[a],enumerable:!(r=d6(e,a))||r.enumerable});return t},h6=(t,e,n)=>(gd(t,e,"default"),n&&gd(n,e,"default")),yf=(t,e,n)=>(n=t!=null?c6(p6(t)):{},gd(e||!t||!t.__esModule?md(n,"default",{value:t,enumerable:!0}):n,t)),vf=m6({"../esmd/npm/webextension-polyfill@0.10.0/node_modules/webextension-polyfill/dist/browser-polyfill.js"(t,e){(function(n,r){if(typeof define=="function"&&define.amd)define("webextension-polyfill",["module"],r);else if(typeof t<"u")r(e);else{var a={exports:{}};r(a),n.browser=a.exports}})(typeof globalThis<"u"?globalThis:typeof self<"u"?self:t,function(n){"use strict";if(!globalThis.chrome?.runtime?.id)throw new Error("This script should only be loaded in a browser extension.");if(typeof globalThis.browser>"u"||Object.getPrototypeOf(globalThis.browser)!==Object.prototype){let r="The message port closed before a response was received.",a=i=>{let o={alarms:{clear:{minArgs:0,maxArgs:1},clearAll:{minArgs:0,maxArgs:0},get:{minArgs:0,maxArgs:1},getAll:{minArgs:0,maxArgs:0}},bookmarks:{create:{minArgs:1,maxArgs:1},get:{minArgs:1,maxArgs:1},getChildren:{minArgs:1,maxArgs:1},getRecent:{minArgs:1,maxArgs:1},getSubTree:{minArgs:1,maxArgs:1},getTree:{minArgs:0,maxArgs:0},move:{minArgs:2,maxArgs:2},remove:{minArgs:1,maxArgs:1},removeTree:{minArgs:1,maxArgs:1},search:{minArgs:1,maxArgs:1},update:{minArgs:2,maxArgs:2}},browserAction:{disable:{minArgs:0,maxArgs:1,fallbackToNoCallback:!0},enable:{minArgs:0,maxArgs:1,fallbackToNoCallback:!0},getBadgeBackgroundColor:{minArgs:1,maxArgs:1},getBadgeText:{minArgs:1,maxArgs:1},getPopup:{minArgs:1,maxArgs:1},getTitle:{minArgs:1,maxArgs:1},openPopup:{minArgs:0,maxArgs:0},setBadgeBackgroundColor:{minArgs:1,maxArgs:1,fallbackToNoCallback:!0},setBadgeText:{minArgs:1,maxArgs:1,fallbackToNoCallback:!0},setIcon:{minArgs:1,maxArgs:1},setPopup:{minArgs:1,maxArgs:1,fallbackToNoCallback:!0},setTitle:{minArgs:1,maxArgs:1,fallbackToNoCallback:!0}},browsingData:{remove:{minArgs:2,maxArgs:2},removeCache:{minArgs:1,maxArgs:1},removeCookies:{minArgs:1,maxArgs:1},removeDownloads:{minArgs:1,maxArgs:1},removeFormData:{minArgs:1,maxArgs:1},removeHistory:{minArgs:1,maxArgs:1},removeLocalStorage:{minArgs:1,maxArgs:1},removePasswords:{minArgs:1,maxArgs:1},removePluginData:{minArgs:1,maxArgs:1},settings:{minArgs:0,maxArgs:0}},commands:{getAll:{minArgs:0,maxArgs:0}},contextMenus:{remove:{minArgs:1,maxArgs:1},removeAll:{minArgs:0,maxArgs:0},update:{minArgs:2,maxArgs:2}},cookies:{get:{minArgs:1,maxArgs:1},getAll:{minArgs:1,maxArgs:1},getAllCookieStores:{minArgs:0,maxArgs:0},remove:{minArgs:1,maxArgs:1},set:{minArgs:1,maxArgs:1}},devtools:{inspectedWindow:{eval:{minArgs:1,maxArgs:2,singleCallbackArg:!1}},panels:{create:{minArgs:3,maxArgs:3,singleCallbackArg:!0},elements:{createSidebarPane:{minArgs:1,maxArgs:1}}}},downloads:{cancel:{minArgs:1,maxArgs:1},download:{minArgs:1,maxArgs:1},erase:{minArgs:1,maxArgs:1},getFileIcon:{minArgs:1,maxArgs:2},open:{minArgs:1,maxArgs:1,fallbackToNoCallback:!0},pause:{minArgs:1,maxArgs:1},removeFile:{minArgs:1,maxArgs:1},resume:{minArgs:1,maxArgs:1},search:{minArgs:1,maxArgs:1},show:{minArgs:1,maxArgs:1,fallbackToNoCallback:!0}},extension:{isAllowedFileSchemeAccess:{minArgs:0,maxArgs:0},isAllowedIncognitoAccess:{minArgs:0,maxArgs:0}},history:{addUrl:{minArgs:1,maxArgs:1},deleteAll:{minArgs:0,maxArgs:0},deleteRange:{minArgs:1,maxArgs:1},deleteUrl:{minArgs:1,maxArgs:1},getVisits:{minArgs:1,maxArgs:1},search:{minArgs:1,maxArgs:1}},i18n:{detectLanguage:{minArgs:1,maxArgs:1},getAcceptLanguages:{minArgs:0,maxArgs:0}},identity:{launchWebAuthFlow:{minArgs:1,maxArgs:1}},idle:{queryState:{minArgs:1,maxArgs:1}},management:{get:{minArgs:1,maxArgs:1},getAll:{minArgs:0,maxArgs:0},getSelf:{minArgs:0,maxArgs:0},setEnabled:{minArgs:2,maxArgs:2},uninstallSelf:{minArgs:0,maxArgs:1}},notifications:{clear:{minArgs:1,maxArgs:1},create:{minArgs:1,maxArgs:2},getAll:{minArgs:0,maxArgs:0},getPermissionLevel:{minArgs:0,maxArgs:0},update:{minArgs:2,maxArgs:2}},pageAction:{getPopup:{minArgs:1,maxArgs:1},getTitle:{minArgs:1,maxArgs:1},hide:{minArgs:1,maxArgs:1,fallbackToNoCallback:!0},setIcon:{minArgs:1,maxArgs:1},setPopup:{minArgs:1,maxArgs:1,fallbackToNoCallback:!0},setTitle:{minArgs:1,maxArgs:1,fallbackToNoCallback:!0},show:{minArgs:1,maxArgs:1,fallbackToNoCallback:!0}},permissions:{contains:{minArgs:1,maxArgs:1},getAll:{minArgs:0,maxArgs:0},remove:{minArgs:1,maxArgs:1},request:{minArgs:1,maxArgs:1}},runtime:{getBackgroundPage:{minArgs:0,maxArgs:0},getPlatformInfo:{minArgs:0,maxArgs:0},openOptionsPage:{minArgs:0,maxArgs:0},requestUpdateCheck:{minArgs:0,maxArgs:0},sendMessage:{minArgs:1,maxArgs:3},sendNativeMessage:{minArgs:2,maxArgs:2},setUninstallURL:{minArgs:1,maxArgs:1}},sessions:{getDevices:{minArgs:0,maxArgs:1},getRecentlyClosed:{minArgs:0,maxArgs:1},restore:{minArgs:0,maxArgs:1}},storage:{local:{clear:{minArgs:0,maxArgs:0},get:{minArgs:0,maxArgs:1},getBytesInUse:{minArgs:0,maxArgs:1},remove:{minArgs:1,maxArgs:1},set:{minArgs:1,maxArgs:1}},managed:{get:{minArgs:0,maxArgs:1},getBytesInUse:{minArgs:0,maxArgs:1}},sync:{clear:{minArgs:0,maxArgs:0},get:{minArgs:0,maxArgs:1},getBytesInUse:{minArgs:0,maxArgs:1},remove:{minArgs:1,maxArgs:1},set:{minArgs:1,maxArgs:1}}},tabs:{captureVisibleTab:{minArgs:0,maxArgs:2},create:{minArgs:1,maxArgs:1},detectLanguage:{minArgs:0,maxArgs:1},discard:{minArgs:0,maxArgs:1},duplicate:{minArgs:1,maxArgs:1},executeScript:{minArgs:1,maxArgs:2},get:{minArgs:1,maxArgs:1},getCurrent:{minArgs:0,maxArgs:0},getZoom:{minArgs:0,maxArgs:1},getZoomSettings:{minArgs:0,maxArgs:1},goBack:{minArgs:0,maxArgs:1},goForward:{minArgs:0,maxArgs:1},highlight:{minArgs:1,maxArgs:1},insertCSS:{minArgs:1,maxArgs:2},move:{minArgs:2,maxArgs:2},query:{minArgs:1,maxArgs:1},reload:{minArgs:0,maxArgs:2},remove:{minArgs:1,maxArgs:1},removeCSS:{minArgs:1,maxArgs:2},sendMessage:{minArgs:2,maxArgs:3},setZoom:{minArgs:1,maxArgs:2},setZoomSettings:{minArgs:1,maxArgs:2},update:{minArgs:1,maxArgs:2}},topSites:{get:{minArgs:0,maxArgs:0}},webNavigation:{getAllFrames:{minArgs:1,maxArgs:1},getFrame:{minArgs:1,maxArgs:1}},webRequest:{handlerBehaviorChanged:{minArgs:0,maxArgs:0}},windows:{create:{minArgs:0,maxArgs:1},get:{minArgs:1,maxArgs:2},getAll:{minArgs:0,maxArgs:1},getCurrent:{minArgs:0,maxArgs:1},getLastFocused:{minArgs:0,maxArgs:1},remove:{minArgs:1,maxArgs:1},update:{minArgs:2,maxArgs:2}}};if(Object.keys(o).length===0)throw new Error("api-metadata.json has not been included in browser-polyfill");class s extends WeakMap{constructor(y,L=void 0){super(L),this.createItem=y}get(y){return this.has(y)||this.set(y,this.createItem(y)),super.get(y)}}let u=S=>S&&typeof S=="object"&&typeof S.then=="function",l=(S,y)=>(...L)=>{i.runtime.lastError?S.reject(new Error(i.runtime.lastError.message)):y.singleCallbackArg||L.length<=1&&y.singleCallbackArg!==!1?S.resolve(L[0]):S.resolve(L)},c=S=>S==1?"argument":"arguments",p=(S,y)=>function(A,...v){if(v.lengthy.maxArgs)throw new Error(`Expected at most ${y.maxArgs} ${c(y.maxArgs)} for ${S}(), got ${v.length}`);return new Promise((O,_)=>{if(y.fallbackToNoCallback)try{A[S](...v,l({resolve:O,reject:_},y))}catch{A[S](...v),y.fallbackToNoCallback=!1,y.noCallback=!0,O()}else y.noCallback?(A[S](...v),O()):A[S](...v,l({resolve:O,reject:_},y))})},m=(S,y,L)=>new Proxy(y,{apply(A,v,O){return L.call(v,S,...O)}}),g=Function.call.bind(Object.prototype.hasOwnProperty),f=(S,y={},L={})=>{let A=Object.create(null),v={has(_,k){return k in S||k in A},get(_,k,N){if(k in A)return A[k];if(!(k in S))return;let z=S[k];if(typeof z=="function")if(typeof y[k]=="function")z=m(S,S[k],y[k]);else if(g(L,k)){let q=p(k,L[k]);z=m(S,S[k],q)}else z=z.bind(S);else if(typeof z=="object"&&z!==null&&(g(y,k)||g(L,k)))z=f(z,y[k],L[k]);else if(g(L,"*"))z=f(z,y[k],L["*"]);else return Object.defineProperty(A,k,{configurable:!0,enumerable:!0,get(){return S[k]},set(q){S[k]=q}}),z;return A[k]=z,z},set(_,k,N,z){return k in A?A[k]=N:S[k]=N,!0},defineProperty(_,k,N){return Reflect.defineProperty(A,k,N)},deleteProperty(_,k){return Reflect.deleteProperty(A,k)}},O=Object.create(S);return new Proxy(O,v)},T=S=>({addListener(y,L,...A){y.addListener(S.get(L),...A)},hasListener(y,L){return y.hasListener(S.get(L))},removeListener(y,L){y.removeListener(S.get(L))}}),b=new s(S=>typeof S!="function"?S:function(L){let A=f(L,{},{getContent:{minArgs:0,maxArgs:0}});S(A)}),h=new s(S=>typeof S!="function"?S:function(L,A,v){let O=!1,_,k=new Promise(F=>{_=function(C){O=!0,F(C)}}),N;try{N=S(L,A,_)}catch(F){N=Promise.reject(F)}let z=N!==!0&&u(N);if(N!==!0&&!z&&!O)return!1;let q=F=>{F.then(C=>{v(C)},C=>{let P;C&&(C instanceof Error||typeof C.message=="string")?P=C.message:P="An unexpected error occurred",v({__mozWebExtensionPolyfillReject__:!0,message:P})}).catch(C=>{})};return q(z?N:k),!0}),E=({reject:S,resolve:y},L)=>{i.runtime.lastError?i.runtime.lastError.message===r?y():S(new Error(i.runtime.lastError.message)):L&&L.__mozWebExtensionPolyfillReject__?S(new Error(L.message)):y(L)},D=(S,y,L,...A)=>{if(A.lengthy.maxArgs)throw new Error(`Expected at most ${y.maxArgs} ${c(y.maxArgs)} for ${S}(), got ${A.length}`);return new Promise((v,O)=>{let _=E.bind(null,{resolve:v,reject:O});A.push(_),L.sendMessage(...A)})},M={devtools:{network:{onRequestFinished:T(b)}},runtime:{onMessage:T(h),onMessageExternal:T(h),sendMessage:D.bind(null,"sendMessage",{minArgs:1,maxArgs:3})},tabs:{sendMessage:D.bind(null,"sendMessage",{minArgs:2,maxArgs:3})}},I={clear:{minArgs:1,maxArgs:1},get:{minArgs:1,maxArgs:1},set:{minArgs:1,maxArgs:1}};return o.privacy={network:{"*":I},services:{"*":I},websites:{"*":I}},f(i,M,o)};n.exports=a(chrome)}else n.exports=globalThis.browser})}}),Sf={};f6(Sf,{default:()=>tu});var b6=yf(vf());h6(Sf,yf(vf()));var{default:bf,...T6}=b6,tu=bf!==void 0?bf:T6;globalThis.immersiveTranslateBrowserAPI=tu;d();d();d();d();var y6=` +`,IMMERSIVE_TRANSLATE_VIDEO_SUBTITLE_INJECT:'(()=>{var u="imt-subtitle-inject",f=class{from;to;constructor(t,n){this.from=t,this.to=n}sendMessages(t){globalThis.postMessage({type:u,to:this.to,from:this.from,action:t.action,data:t.data,id:t.id||new Date().getTime(),isAsync:!1})}getRandomId(){return(new Date().getTime()+Math.random())*Math.random()}sendAsyncMessages({action:t,data:n}){return new Promise(e=>{let r=this.getRandomId();globalThis.postMessage({type:u,to:this.to,from:this.from,action:t,data:n,id:r,isAsync:!0});let a=({data:o})=>{u===o.type&&o.id===r&&o.to===this.from&&(e(o.data),globalThis.removeEventListener("message",a))};globalThis.addEventListener("message",a)})}handleMessageOnce(t){return new Promise(n=>{let e=({data:r})=>{u===r.type&&r.action===t&&r.to===this.from&&(n(r.data),globalThis.removeEventListener("message",e))};globalThis.addEventListener("message",e)})}handleMessage(t,n){let e=({data:r})=>{u===r.type&&r.action===t&&r.to===this.from&&n(r)};return globalThis.addEventListener("message",e),()=>{globalThis.removeEventListener("message",e)}}handleMessages(t){let n=({data:e})=>{u===e.type&&e.to===this.from&&t(e)};return globalThis.addEventListener("message",n),()=>{globalThis.removeEventListener("message",n)}}},R=new f("content-script","inject"),l=new f("inject","content-script"),S={get(s,t,n){return t in s?(...e)=>{let r=s[t];return typeof r=="function"?r.apply(s,e):Reflect.get(s,t,n)}:e=>s.sendAsyncMessages({action:t,data:e})}},x=new Proxy(l,S),L=new Proxy(R,S);function T(s){if(!s)return null;try{let t=s;return s.startsWith("//")?t=globalThis.location.protocol+s:s.startsWith("/")?t=`${globalThis.location.protocol}//${globalThis.location.host}${s}`:s.startsWith("http")||(t=`${globalThis.location.protocol}//${s}`),new URL(t).toString()}catch(t){return console.error(t),s}}var i=class{content=x;config;constructor(t){this.config=t,l.handleMessages(async({action:n,id:e,data:r})=>{let a=this[n];if(!a)return;let o=a.apply(this,[r]);o instanceof Promise&&(o=await o),l.sendMessages({id:e,data:o})})}triggerSubtitle(t){}async translateSubtitle(t){let n=await this.content.requestSubtitle({url:T(t._url)});if(n){if(this.config.responseType=="document"){let r=new DOMParser().parseFromString(n,"text/xml");Object.defineProperty(t,"responseXML",{value:r,writable:!1}),Object.defineProperty(t,"response",{value:r,writable:!1});return}let e=n;(t.responseType=="arraybuffer"||this.config.responseType=="arraybuffer")&&typeof n=="string"&&(e=new TextEncoder().encode(n).buffer),Object.defineProperty(t,"responseText",{value:e,writable:!1}),Object.defineProperty(t,"response",{value:e,writable:!1})}}async translateSubtitleWithFetch(t,n){let e={...n},r;return typeof t=="string"?r={url:t,method:"GET",headers:{}}:r=await v(t),e?.body&&(e.body=M(e.body)),this.content.requestSubtitle({fetchInfo:JSON.stringify({input:r,options:e})})}async getVideoMeta(t){}isSubtitleRequest(t){return!this.config||!this.config.subtitleUrlRegExp||!t?!1:new RegExp(this.config.subtitleUrlRegExp).test(t||"")}};function v(s){if(s instanceof URL)return{url:s.href,method:"GET",headers:{}};let t=s.clone(),n={url:s.url,method:s.method,headers:Object.fromEntries(s.headers.entries())};if(t.body){let e=M(t.body);if(t.body!==e)return t.text().then(r=>(n.body=r,n));n.body=e}return Promise.resolve(n)}function M(s){if(!s)return s;if(s instanceof FormData||s instanceof URLSearchParams){let t={};for(let[n,e]of s.entries())t[n]=e;return t._formatBodyType="FormData",t}return s}var d=class extends i{timer=null;triggerSubtitle({force:t}){setTimeout(()=>{if(this.config?.subtitleButtonSelector){let n=document.querySelector(this.config.subtitleButtonSelector);if(n){let e=n.getAttribute("aria-pressed")==="true";e&&t?(n.click(),setTimeout(()=>{n.click()},100)):e||n.click();return}}if(this.config?.videoPlayerSelector){let n=document.querySelector(this.config.videoPlayerSelector);n?.toggleSubtitles(),setTimeout(()=>{n?.toggleSubtitles()},100)}},1e3)}async getVideoMeta(){if(!this.config.videoPlayerSelector)return null;try{return await this.sleep(100),document.querySelector(this.config.videoPlayerSelector)?.getPlayerResponse()}catch{return null}}sleep(t){return new Promise(n=>{setTimeout(()=>{n(null)},t)})}};var m=class extends i{timer=null;videoMeta={};lastVideoMeta=null;constructor(t){super(t),this.hookJSON()}hookJSON(){let t=JSON.parse;JSON.parse=n=>{let e=t(n);try{e&&e.result&&e.result.timedtexttracks&&e.result.movieId&&(this.videoMeta[e.result.movieId]=e.result,this.lastVideoMeta=e.result)}catch(r){console.log(r)}return e}}getVideoMeta(t){return this.lastVideoMeta}};var p=class extends i{timer=null;videoMeta={};constructor(t){super(t),this.hookJSON()}hookJSON(){let t=JSON.parse;JSON.parse=n=>{let e=t(n);try{e?.asset?.captions?.length?this.videoMeta[e.id]=e?.asset:e?.previews&&e?.course&&e?.previews?.forEach(r=>{this.videoMeta[r.id]=r})}catch(r){console.error(r)}return e}}getVideoMeta(t){return this.videoMeta[t]}};var g=class extends i{timer=null;videoMeta={};constructor(t){super(t),this.hookJSON()}hookJSON(){let t=JSON.parse;JSON.parse=n=>{let e=t(n);try{if(e?.stream?.sources?.length&&e?.stream?.sources[0]?.complete?.url){let r=window.location.pathname.split("/");r.length>2&&r[r.length-2]==="video"&&(this.videoMeta[r[r.length-1]]=e.stream.sources[0].complete.url)}}catch(r){console.error(r)}return e}}getVideoMeta(t){return this.videoMeta[t]}};var h=class extends i{constructor(t){super(t)}async translateSubtitleWithFetch(t,n){this.main(t,n)}async main(t,n){let e=globalThis.__originalFetch;if(!e)return;let r=t;t instanceof Request&&(r=t.clone());let a=await e(r,n);if(!a.ok)return;let o=await a.json();o.transcripts_urls&&this.requestSubtitle(o.transcripts_urls)}async requestSubtitle(t){await c(),await this.content.requestSubtitle(t)}};async function w(){let s=await l.sendAsyncMessages({action:"getConfig"});if(!s)return;let n={youtube:d,netflix:m,webvtt:i,khanacademy:i,bilibili:i,udemy:p,general:i,ebutt:i,hulu:h,disneyplus:g,"fmp4.xml":i,multi_attach_vtt:i,twitter:i,subsrt:i,xml:i,text_track_dynamic:i,av:i}[s.type||""];if(!n)return;let e=new n(s);I(e,s)}c();w();function I(s,t){if(t.hookType.includes("xhr")){let n=XMLHttpRequest.prototype.open,e=XMLHttpRequest.prototype.send,r=function(){return this._url=arguments[1],n.apply(this,arguments)},a=async function(){return s.isSubtitleRequest(this._url)?(await c(),await s.translateSubtitle(this),e.apply(this,arguments)):e.apply(this,arguments)};Object.defineProperty(XMLHttpRequest.prototype,"open",{value:r,writable:!0}),Object.defineProperty(XMLHttpRequest.prototype,"send",{value:a,writable:!0})}if(t.hookType.includes("fetch")){let n=globalThis.fetch;globalThis.__originalFetch=n,globalThis.fetch=async function(e,r){let a=typeof e=="string"?e:e.url||e.href;if(!s.isSubtitleRequest(a))return n(e,r);await c();let y=await s.translateSubtitleWithFetch(e,r);return y?new Response(y):n(e,r)}}}var b=!1;async function c(){return b||(await l.handleMessageOnce("contentReady"),b=!0),b}})();\n',OPTIONS_URL:"https://dash.immersivetranslate.com/",SHARE_DRAFT_URL:"https://immersivetranslate.com/preview",ASSETS_BASE_URL:"https://app.immersivetranslate.com/global-assets/",EBOOK_VIEWER_URL:"https://app.immersivetranslate.com/ebook/",EBOOK_BUILDER_URL:"https://app.immersivetranslate.com/ebook/make/",SUBTITLE_BUILDER_URL:"https://app.immersivetranslate.com/subtitle/",HTML_VIEWER_URL:"https://app.immersivetranslate.com/html/",PDF_VIEWER_URL:"https://app.immersivetranslate.com/pdf/",PDF_PRO_URL:"https://app.immersivetranslate.com/pdf-pro/",TEXT_TRANSLATE_URL:"https://app.immersivetranslate.com/text/",TRANSLATE_FILE_URL:"https://app.immersivetranslate.com/",MOCK:"0",DEBUG:"0",INSTALL_FROM:"firefox_zip"}});var F2=o6((ec,ks)=>{d();(function(){var t;function e(f){var T,b,h="",E=-1,D;if(f&&f.length)for(D=f.length;(E+=1)>>6&31,128|T&63):T<=65535?h+=String.fromCharCode(224|T>>>12&15,128|T>>>6&63,128|T&63):T<=2097151&&(h+=String.fromCharCode(240|T>>>18&7,128|T>>>12&63,128|T>>>6&63,128|T&63));return h}function n(f){var T,b,h,E,D,M=[],I;if(T=b=h=E=D=0,f&&f.length)for(I=f.length,f+="";T191&&h<224?(E=f.charCodeAt(T+1),M[b]=String.fromCharCode((h&31)<<6|E&63),T+=2):(E=f.charCodeAt(T+1),D=f.charCodeAt(T+2),M[b]=String.fromCharCode((h&15)<<12|(E&63)<<6|D&63),T+=3);return M.join("")}function r(f,T){var b=(f&65535)+(T&65535),h=(f>>16)+(T>>16)+(b>>16);return h<<16|b&65535}function a(f,T){return f<>>32-T}function i(f,T){for(var b=T?"0123456789ABCDEF":"0123456789abcdef",h="",E,D=0,M=f.length;D>>4&15)+b.charAt(E&15);return h}function o(f){var T,b=f.length,h="";for(T=0;T>>8&255);return h}function s(f){var T,b=f.length,h="";for(T=0;T>>8&255,f.charCodeAt(T)&255);return h}function u(f){var T,b=f.length*32,h="";for(T=0;T>5]>>>24-T%32&255);return h}function l(f){var T,b=f.length*32,h="";for(T=0;T>5]>>>T%32&255);return h}function c(f){var T,b=f.length*8,h=Array(f.length>>2),E=h.length;for(T=0;T>5]|=(f.charCodeAt(T/8)&255)<>2),E=h.length;for(T=0;T>5]|=(f.charCodeAt(T/8)&255)<<24-T%32;return h}function m(f,T){var b=T.length,h=Array(),E,D,M,I,S,v,k,A;for(v=Array(Math.ceil(f.length/2)),I=v.length,E=0;E0;){for(S=Array(),M=0,E=0;E0||D>0)&&(S[S.length]=D);h[h.length]=M,v=S}for(k="",E=h.length-1;E>=0;E--)k+=T.charAt(h[E]);for(A=Math.ceil(f.length*8/(Math.log(T.length)/Math.log(2))),E=k.length;Ef.length*8?h+=T:h+=b.charAt(I>>>6*(3-M)&63);return h}t={VERSION:"1.0.6",Base64:function(){var f="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/",T="=",b=!1,h=!0;this.encode=function(E){var D,M,I,S="";for(T=T||"=",E=h?e(E):E,len=E.length,D=0;Dlen*8?S+=T:S+=f.charAt(I>>>6*(3-M)&63);return S},this.decode=function(E){var D,M,I,S,v,k,A,y,R,_,P="",N=[];if(!E)return E;D=_=0,E=E.replace(new RegExp("\\"+T,"gi"),"");do v=f.indexOf(E.charAt(D++)),k=f.indexOf(E.charAt(D++)),A=f.indexOf(E.charAt(D++)),y=f.indexOf(E.charAt(D++)),R=v<<18|k<<12|A<<6|y,M=R>>16&255,I=R>>8&255,S=R&255,_+=1,A===64?N[_]=String.fromCharCode(M):y===64?N[_]=String.fromCharCode(M,I):N[_]=String.fromCharCode(M,I,S);while(D>>8^b;return(T^-1)>>>0},MD5:function(f){var T=f&&typeof f.uppercase=="boolean"?f.uppercase:!1,b=f&&typeof f.pad=="string"?f.pad:"=",h=f&&typeof f.utf8=="boolean"?f.utf8:!0;this.hex=function(y){return i(E(y,h),T)},this.b64=function(y){return g(E(y),b)},this.any=function(y,R){return m(E(y,h),R)},this.raw=function(y){return E(y,h)},this.hex_hmac=function(y,R){return i(D(y,R),T)},this.b64_hmac=function(y,R){return g(D(y,R),b)},this.any_hmac=function(y,R,_){return m(D(y,R),_)},this.vm_test=function(){return hex("abc").toLowerCase()==="900150983cd24fb0d6963f7d28e17f72"},this.setUpperCase=function(y){return typeof y=="boolean"&&(T=y),this},this.setPad=function(y){return b=y||b,this},this.setUTF8=function(y){return typeof y=="boolean"&&(h=y),this};function E(y){return y=h?e(y):y,l(M(c(y),y.length*8))}function D(y,R){var _,P,N,z,q;for(y=h?e(y):y,R=h?e(R):R,_=c(y),_.length>16&&(_=M(_,y.length*8)),P=Array(16),N=Array(16),q=0;q<16;q+=1)P[q]=_[q]^909522486,N[q]=_[q]^1549556828;return z=M(P.concat(c(R)),512+R.length*8),l(M(N.concat(z),512+128))}function M(y,R){var _,P,N,z,q,F=1732584193,C=-271733879,L=-1732584194,U=271733878;for(y[R>>5]|=128<>>9<<4)+14]=R,_=0;_16&&(A=M(A,v.length*8)),y=Array(16),R=Array(16),_=0;_<16;_+=1)y[_]=A[_]^909522486,R[_]=A[_]^1549556828;return P=M(y.concat(p(k)),512+k.length*8),u(M(R.concat(P),512+160))}function M(v,k){var A,y,R,_,P,N,z,q,F=Array(80),C=1732584193,L=-271733879,U=-1732584194,H=271733878,j=-1009589776;for(v[k>>5]|=128<<24-k%32,v[(k+64>>9<<4)+15]=k,A=0;A16&&(j=F(j,C.length*8));H<16;H+=1)W[H]=j[H]^909522486,$[H]=j[H]^1549556828;return U=F(W.concat(p(L)),512+L.length*8),u(F($.concat(U),512+256))}function I(C,L){return C>>>L|C<<32-L}function S(C,L){return C>>>L}function v(C,L,U){return C&L^~C&U}function k(C,L,U){return C&L^C&U^L&U}function A(C){return I(C,2)^I(C,13)^I(C,22)}function y(C){return I(C,6)^I(C,11)^I(C,25)}function R(C){return I(C,7)^I(C,18)^S(C,3)}function _(C){return I(C,17)^I(C,19)^S(C,10)}function P(C){return I(C,28)^I(C,34)^I(C,39)}function N(C){return I(C,14)^I(C,18)^I(C,41)}function z(C){return I(C,1)^I(C,8)^S(C,7)}function q(C){return I(C,19)^I(C,61)^S(C,6)}E=[1116352408,1899447441,-1245643825,-373957723,961987163,1508970993,-1841331548,-1424204075,-670586216,310598401,607225278,1426881987,1925078388,-2132889090,-1680079193,-1046744716,-459576895,-272742522,264347078,604807628,770255983,1249150122,1555081692,1996064986,-1740746414,-1473132947,-1341970488,-1084653625,-958395405,-710438585,113926993,338241895,666307205,773529912,1294757372,1396182291,1695183700,1986661051,-2117940946,-1838011259,-1564481375,-1474664885,-1035236496,-949202525,-778901479,-694614492,-200395387,275423344,430227734,506948616,659060556,883997877,958139571,1322822218,1537002063,1747873779,1955562222,2024104815,-2067236844,-1933114872,-1866530822,-1538233109,-1090935817,-965641998];function F(C,L){var U=[1779033703,-1150833019,1013904242,-1521486534,1359893119,-1694144372,528734635,1541459225],H=new Array(64),j,W,$,ue,ae,J,ie,ge,ee,Y,Te,ne;for(C[L>>5]|=128<<24-L%32,C[(L+64>>9<<4)+15]=L,ee=0;ee32&&(C=I(C,N.length*8));F<32;F+=1)L[F]=C[F]^909522486,U[F]=C[F]^1549556828;return q=I(L.concat(p(z)),1024+z.length*8),u(I(U.concat(q),1024+512))}function I(N,z){var q,F,C,L=new Array(80),U=new Array(16),H=[new S(1779033703,-205731576),new S(-1150833019,-2067093701),new S(1013904242,-23791573),new S(-1521486534,1595750129),new S(1359893119,-1377402159),new S(-1694144372,725511199),new S(528734635,-79577749),new S(1541459225,327033209)],j=new S(0,0),W=new S(0,0),$=new S(0,0),ue=new S(0,0),ae=new S(0,0),J=new S(0,0),ie=new S(0,0),ge=new S(0,0),ee=new S(0,0),Y=new S(0,0),Te=new S(0,0),ne=new S(0,0),re=new S(0,0),xe=new S(0,0),ze=new S(0,0),_e=new S(0,0),de=new S(0,0);for(E===void 0&&(E=[new S(1116352408,-685199838),new S(1899447441,602891725),new S(-1245643825,-330482897),new S(-373957723,-2121671748),new S(961987163,-213338824),new S(1508970993,-1241133031),new S(-1841331548,-1357295717),new S(-1424204075,-630357736),new S(-670586216,-1560083902),new S(310598401,1164996542),new S(607225278,1323610764),new S(1426881987,-704662302),new S(1925078388,-226784913),new S(-2132889090,991336113),new S(-1680079193,633803317),new S(-1046744716,-815192428),new S(-459576895,-1628353838),new S(-272742522,944711139),new S(264347078,-1953704523),new S(604807628,2007800933),new S(770255983,1495990901),new S(1249150122,1856431235),new S(1555081692,-1119749164),new S(1996064986,-2096016459),new S(-1740746414,-295247957),new S(-1473132947,766784016),new S(-1341970488,-1728372417),new S(-1084653625,-1091629340),new S(-958395405,1034457026),new S(-710438585,-1828018395),new S(113926993,-536640913),new S(338241895,168717936),new S(666307205,1188179964),new S(773529912,1546045734),new S(1294757372,1522805485),new S(1396182291,-1651133473),new S(1695183700,-1951439906),new S(1986661051,1014477480),new S(-2117940946,1206759142),new S(-1838011259,344077627),new S(-1564481375,1290863460),new S(-1474664885,-1136513023),new S(-1035236496,-789014639),new S(-949202525,106217008),new S(-778901479,-688958952),new S(-694614492,1432725776),new S(-200395387,1467031594),new S(275423344,851169720),new S(430227734,-1194143544),new S(506948616,1363258195),new S(659060556,-544281703),new S(883997877,-509917016),new S(958139571,-976659869),new S(1322822218,-482243893),new S(1537002063,2003034995),new S(1747873779,-692930397),new S(1955562222,1575990012),new S(2024104815,1125592928),new S(-2067236844,-1578062990),new S(-1933114872,442776044),new S(-1866530822,593698344),new S(-1538233109,-561857047),new S(-1090935817,-1295615723),new S(-965641998,-479046869),new S(-903397682,-366583396),new S(-779700025,566280711),new S(-354779690,-840897762),new S(-176337025,-294727304),new S(116418474,1914138554),new S(174292421,-1563912026),new S(289380356,-1090974290),new S(460393269,320620315),new S(685471733,587496836),new S(852142971,1086792851),new S(1017036298,365543100),new S(1126000580,-1676669620),new S(1288033470,-885112138),new S(1501505948,-60457430),new S(1607167915,987167468),new S(1816402316,1246189591)]),F=0;F<80;F+=1)L[F]=new S(0,0);for(N[z>>5]|=128<<24-(z&31),N[(z+128>>10<<5)+31]=z,C=N.length,F=0;F>>q|z.h<<32-q,N.h=z.h>>>q|z.l<<32-q}function A(N,z,q){N.l=z.h>>>q|z.l<<32-q,N.h=z.l>>>q|z.h<<32-q}function y(N,z,q){N.l=z.l>>>q|z.h<<32-q,N.h=z.h>>>q}function R(N,z,q){var F=(z.l&65535)+(q.l&65535),C=(z.l>>>16)+(q.l>>>16)+(F>>>16),L=(z.h&65535)+(q.h&65535)+(C>>>16),U=(z.h>>>16)+(q.h>>>16)+(L>>>16);N.l=F&65535|C<<16,N.h=L&65535|U<<16}function _(N,z,q,F,C){var L=(z.l&65535)+(q.l&65535)+(F.l&65535)+(C.l&65535),U=(z.l>>>16)+(q.l>>>16)+(F.l>>>16)+(C.l>>>16)+(L>>>16),H=(z.h&65535)+(q.h&65535)+(F.h&65535)+(C.h&65535)+(U>>>16),j=(z.h>>>16)+(q.h>>>16)+(F.h>>>16)+(C.h>>>16)+(H>>>16);N.l=L&65535|U<<16,N.h=H&65535|j<<16}function P(N,z,q,F,C,L){var U=(z.l&65535)+(q.l&65535)+(F.l&65535)+(C.l&65535)+(L.l&65535),H=(z.l>>>16)+(q.l>>>16)+(F.l>>>16)+(C.l>>>16)+(L.l>>>16)+(U>>>16),j=(z.h&65535)+(q.h&65535)+(F.h&65535)+(C.h&65535)+(L.h&65535)+(H>>>16),W=(z.h>>>16)+(q.h>>>16)+(F.h>>>16)+(C.h>>>16)+(L.h>>>16)+(j>>>16);N.l=U&65535|H<<16,N.h=j&65535|W<<16}},RMD160:function(f){var T=f&&typeof f.uppercase=="boolean"?f.uppercase:!1,b=f&&typeof f.pad=="string"?f.pa:"=",h=f&&typeof f.utf8=="boolean"?f.utf8:!0,E=[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,7,4,13,1,10,6,15,3,12,0,9,5,2,14,11,8,3,10,14,4,9,15,8,1,2,7,0,6,13,11,5,12,1,9,11,10,0,8,12,4,13,3,7,15,14,5,6,2,4,0,5,9,7,12,2,10,14,1,3,8,11,6,15,13],D=[5,14,7,0,9,2,11,4,13,6,15,8,1,10,3,12,6,11,3,7,0,13,5,10,14,15,8,12,4,9,1,2,15,5,1,3,7,14,6,9,11,8,12,2,10,0,4,13,8,6,4,1,3,11,15,0,5,12,2,13,9,7,10,14,12,15,10,4,1,5,8,7,6,2,13,14,0,3,9,11],M=[11,14,15,12,5,8,7,9,11,13,14,15,6,7,9,8,7,6,8,13,11,9,7,15,7,12,15,9,11,7,13,12,11,13,6,7,14,9,13,15,14,8,13,6,5,12,7,5,11,12,14,15,14,15,9,8,9,14,5,6,8,6,5,12,9,15,5,11,6,8,13,12,5,12,13,14,11,8,5,6],I=[8,9,9,11,13,15,15,5,7,7,8,11,14,14,12,6,9,13,15,7,12,8,9,11,7,7,12,7,6,15,13,11,9,7,15,11,8,6,6,14,12,13,5,14,13,13,7,5,15,5,8,11,14,14,6,14,6,9,12,9,12,5,15,8,8,5,12,9,12,5,14,6,8,13,6,5,15,13,11,11];this.hex=function(P){return i(S(P,h))},this.b64=function(P){return g(S(P,h),b)},this.any=function(P,N){return m(S(P,h),N)},this.raw=function(P){return S(P,h)},this.hex_hmac=function(P,N){return i(v(P,N))},this.b64_hmac=function(P,N){return g(v(P,N),b)},this.any_hmac=function(P,N,z){return m(v(P,N),z)},this.vm_test=function(){return hex("abc").toLowerCase()==="900150983cd24fb0d6963f7d28e17f72"},this.setUpperCase=function(P){return typeof P=="boolean"&&(T=P),this},this.setPad=function(P){return typeof P<"u"&&(b=P),this},this.setUTF8=function(P){return typeof P=="boolean"&&(h=P),this};function S(P){return P=h?e(P):P,k(A(c(P),P.length*8))}function v(P,N){P=h?e(P):P,N=h?e(N):N;var z,q,F=c(P),C=Array(16),L=Array(16);for(F.length>16&&(F=A(F,P.length*8)),z=0;z<16;z+=1)C[z]=F[z]^909522486,L[z]=F[z]^1549556828;return q=A(C.concat(c(N)),512+N.length*8),k(A(L.concat(q),512+160))}function k(P){var N,z="",q=P.length*32;for(N=0;N>5]>>>N%32&255);return z}function A(P,N){var z,q,F,C,L=1732584193,U=4023233417,H=2562383102,j=271733878,W=3285377520,$,ue,ae,J,ie,ge,ee,Y,Te,ne;for(P[N>>5]|=128<>>9<<4)+14]=N,C=P.length,F=0;Ffunction(){return e||(0,t[Tf(t)[0]])((e={exports:{}}).exports,e),e.exports},f6=(t,e)=>{for(var n in e)md(t,n,{get:e[n],enumerable:!0})},gd=(t,e,n,r)=>{if(e&&typeof e=="object"||typeof e=="function")for(let a of Tf(e))!g6.call(t,a)&&a!==n&&md(t,a,{get:()=>e[a],enumerable:!(r=d6(e,a))||r.enumerable});return t},h6=(t,e,n)=>(gd(t,e,"default"),n&&gd(n,e,"default")),yf=(t,e,n)=>(n=t!=null?c6(p6(t)):{},gd(e||!t||!t.__esModule?md(n,"default",{value:t,enumerable:!0}):n,t)),vf=m6({"../esmd/npm/webextension-polyfill@0.10.0/node_modules/webextension-polyfill/dist/browser-polyfill.js"(t,e){(function(n,r){if(typeof define=="function"&&define.amd)define("webextension-polyfill",["module"],r);else if(typeof t<"u")r(e);else{var a={exports:{}};r(a),n.browser=a.exports}})(typeof globalThis<"u"?globalThis:typeof self<"u"?self:t,function(n){"use strict";if(!globalThis.chrome?.runtime?.id)throw new Error("This script should only be loaded in a browser extension.");if(typeof globalThis.browser>"u"||Object.getPrototypeOf(globalThis.browser)!==Object.prototype){let r="The message port closed before a response was received.",a=i=>{let o={alarms:{clear:{minArgs:0,maxArgs:1},clearAll:{minArgs:0,maxArgs:0},get:{minArgs:0,maxArgs:1},getAll:{minArgs:0,maxArgs:0}},bookmarks:{create:{minArgs:1,maxArgs:1},get:{minArgs:1,maxArgs:1},getChildren:{minArgs:1,maxArgs:1},getRecent:{minArgs:1,maxArgs:1},getSubTree:{minArgs:1,maxArgs:1},getTree:{minArgs:0,maxArgs:0},move:{minArgs:2,maxArgs:2},remove:{minArgs:1,maxArgs:1},removeTree:{minArgs:1,maxArgs:1},search:{minArgs:1,maxArgs:1},update:{minArgs:2,maxArgs:2}},browserAction:{disable:{minArgs:0,maxArgs:1,fallbackToNoCallback:!0},enable:{minArgs:0,maxArgs:1,fallbackToNoCallback:!0},getBadgeBackgroundColor:{minArgs:1,maxArgs:1},getBadgeText:{minArgs:1,maxArgs:1},getPopup:{minArgs:1,maxArgs:1},getTitle:{minArgs:1,maxArgs:1},openPopup:{minArgs:0,maxArgs:0},setBadgeBackgroundColor:{minArgs:1,maxArgs:1,fallbackToNoCallback:!0},setBadgeText:{minArgs:1,maxArgs:1,fallbackToNoCallback:!0},setIcon:{minArgs:1,maxArgs:1},setPopup:{minArgs:1,maxArgs:1,fallbackToNoCallback:!0},setTitle:{minArgs:1,maxArgs:1,fallbackToNoCallback:!0}},browsingData:{remove:{minArgs:2,maxArgs:2},removeCache:{minArgs:1,maxArgs:1},removeCookies:{minArgs:1,maxArgs:1},removeDownloads:{minArgs:1,maxArgs:1},removeFormData:{minArgs:1,maxArgs:1},removeHistory:{minArgs:1,maxArgs:1},removeLocalStorage:{minArgs:1,maxArgs:1},removePasswords:{minArgs:1,maxArgs:1},removePluginData:{minArgs:1,maxArgs:1},settings:{minArgs:0,maxArgs:0}},commands:{getAll:{minArgs:0,maxArgs:0}},contextMenus:{remove:{minArgs:1,maxArgs:1},removeAll:{minArgs:0,maxArgs:0},update:{minArgs:2,maxArgs:2}},cookies:{get:{minArgs:1,maxArgs:1},getAll:{minArgs:1,maxArgs:1},getAllCookieStores:{minArgs:0,maxArgs:0},remove:{minArgs:1,maxArgs:1},set:{minArgs:1,maxArgs:1}},devtools:{inspectedWindow:{eval:{minArgs:1,maxArgs:2,singleCallbackArg:!1}},panels:{create:{minArgs:3,maxArgs:3,singleCallbackArg:!0},elements:{createSidebarPane:{minArgs:1,maxArgs:1}}}},downloads:{cancel:{minArgs:1,maxArgs:1},download:{minArgs:1,maxArgs:1},erase:{minArgs:1,maxArgs:1},getFileIcon:{minArgs:1,maxArgs:2},open:{minArgs:1,maxArgs:1,fallbackToNoCallback:!0},pause:{minArgs:1,maxArgs:1},removeFile:{minArgs:1,maxArgs:1},resume:{minArgs:1,maxArgs:1},search:{minArgs:1,maxArgs:1},show:{minArgs:1,maxArgs:1,fallbackToNoCallback:!0}},extension:{isAllowedFileSchemeAccess:{minArgs:0,maxArgs:0},isAllowedIncognitoAccess:{minArgs:0,maxArgs:0}},history:{addUrl:{minArgs:1,maxArgs:1},deleteAll:{minArgs:0,maxArgs:0},deleteRange:{minArgs:1,maxArgs:1},deleteUrl:{minArgs:1,maxArgs:1},getVisits:{minArgs:1,maxArgs:1},search:{minArgs:1,maxArgs:1}},i18n:{detectLanguage:{minArgs:1,maxArgs:1},getAcceptLanguages:{minArgs:0,maxArgs:0}},identity:{launchWebAuthFlow:{minArgs:1,maxArgs:1}},idle:{queryState:{minArgs:1,maxArgs:1}},management:{get:{minArgs:1,maxArgs:1},getAll:{minArgs:0,maxArgs:0},getSelf:{minArgs:0,maxArgs:0},setEnabled:{minArgs:2,maxArgs:2},uninstallSelf:{minArgs:0,maxArgs:1}},notifications:{clear:{minArgs:1,maxArgs:1},create:{minArgs:1,maxArgs:2},getAll:{minArgs:0,maxArgs:0},getPermissionLevel:{minArgs:0,maxArgs:0},update:{minArgs:2,maxArgs:2}},pageAction:{getPopup:{minArgs:1,maxArgs:1},getTitle:{minArgs:1,maxArgs:1},hide:{minArgs:1,maxArgs:1,fallbackToNoCallback:!0},setIcon:{minArgs:1,maxArgs:1},setPopup:{minArgs:1,maxArgs:1,fallbackToNoCallback:!0},setTitle:{minArgs:1,maxArgs:1,fallbackToNoCallback:!0},show:{minArgs:1,maxArgs:1,fallbackToNoCallback:!0}},permissions:{contains:{minArgs:1,maxArgs:1},getAll:{minArgs:0,maxArgs:0},remove:{minArgs:1,maxArgs:1},request:{minArgs:1,maxArgs:1}},runtime:{getBackgroundPage:{minArgs:0,maxArgs:0},getPlatformInfo:{minArgs:0,maxArgs:0},openOptionsPage:{minArgs:0,maxArgs:0},requestUpdateCheck:{minArgs:0,maxArgs:0},sendMessage:{minArgs:1,maxArgs:3},sendNativeMessage:{minArgs:2,maxArgs:2},setUninstallURL:{minArgs:1,maxArgs:1}},sessions:{getDevices:{minArgs:0,maxArgs:1},getRecentlyClosed:{minArgs:0,maxArgs:1},restore:{minArgs:0,maxArgs:1}},storage:{local:{clear:{minArgs:0,maxArgs:0},get:{minArgs:0,maxArgs:1},getBytesInUse:{minArgs:0,maxArgs:1},remove:{minArgs:1,maxArgs:1},set:{minArgs:1,maxArgs:1}},managed:{get:{minArgs:0,maxArgs:1},getBytesInUse:{minArgs:0,maxArgs:1}},sync:{clear:{minArgs:0,maxArgs:0},get:{minArgs:0,maxArgs:1},getBytesInUse:{minArgs:0,maxArgs:1},remove:{minArgs:1,maxArgs:1},set:{minArgs:1,maxArgs:1}}},tabs:{captureVisibleTab:{minArgs:0,maxArgs:2},create:{minArgs:1,maxArgs:1},detectLanguage:{minArgs:0,maxArgs:1},discard:{minArgs:0,maxArgs:1},duplicate:{minArgs:1,maxArgs:1},executeScript:{minArgs:1,maxArgs:2},get:{minArgs:1,maxArgs:1},getCurrent:{minArgs:0,maxArgs:0},getZoom:{minArgs:0,maxArgs:1},getZoomSettings:{minArgs:0,maxArgs:1},goBack:{minArgs:0,maxArgs:1},goForward:{minArgs:0,maxArgs:1},highlight:{minArgs:1,maxArgs:1},insertCSS:{minArgs:1,maxArgs:2},move:{minArgs:2,maxArgs:2},query:{minArgs:1,maxArgs:1},reload:{minArgs:0,maxArgs:2},remove:{minArgs:1,maxArgs:1},removeCSS:{minArgs:1,maxArgs:2},sendMessage:{minArgs:2,maxArgs:3},setZoom:{minArgs:1,maxArgs:2},setZoomSettings:{minArgs:1,maxArgs:2},update:{minArgs:1,maxArgs:2}},topSites:{get:{minArgs:0,maxArgs:0}},webNavigation:{getAllFrames:{minArgs:1,maxArgs:1},getFrame:{minArgs:1,maxArgs:1}},webRequest:{handlerBehaviorChanged:{minArgs:0,maxArgs:0}},windows:{create:{minArgs:0,maxArgs:1},get:{minArgs:1,maxArgs:2},getAll:{minArgs:0,maxArgs:1},getCurrent:{minArgs:0,maxArgs:1},getLastFocused:{minArgs:0,maxArgs:1},remove:{minArgs:1,maxArgs:1},update:{minArgs:2,maxArgs:2}}};if(Object.keys(o).length===0)throw new Error("api-metadata.json has not been included in browser-polyfill");class s extends WeakMap{constructor(v,k=void 0){super(k),this.createItem=v}get(v){return this.has(v)||this.set(v,this.createItem(v)),super.get(v)}}let u=S=>S&&typeof S=="object"&&typeof S.then=="function",l=(S,v)=>(...k)=>{i.runtime.lastError?S.reject(new Error(i.runtime.lastError.message)):v.singleCallbackArg||k.length<=1&&v.singleCallbackArg!==!1?S.resolve(k[0]):S.resolve(k)},c=S=>S==1?"argument":"arguments",p=(S,v)=>function(A,...y){if(y.lengthv.maxArgs)throw new Error(`Expected at most ${v.maxArgs} ${c(v.maxArgs)} for ${S}(), got ${y.length}`);return new Promise((R,_)=>{if(v.fallbackToNoCallback)try{A[S](...y,l({resolve:R,reject:_},v))}catch{A[S](...y),v.fallbackToNoCallback=!1,v.noCallback=!0,R()}else v.noCallback?(A[S](...y),R()):A[S](...y,l({resolve:R,reject:_},v))})},m=(S,v,k)=>new Proxy(v,{apply(A,y,R){return k.call(y,S,...R)}}),g=Function.call.bind(Object.prototype.hasOwnProperty),f=(S,v={},k={})=>{let A=Object.create(null),y={has(_,P){return P in S||P in A},get(_,P,N){if(P in A)return A[P];if(!(P in S))return;let z=S[P];if(typeof z=="function")if(typeof v[P]=="function")z=m(S,S[P],v[P]);else if(g(k,P)){let q=p(P,k[P]);z=m(S,S[P],q)}else z=z.bind(S);else if(typeof z=="object"&&z!==null&&(g(v,P)||g(k,P)))z=f(z,v[P],k[P]);else if(g(k,"*"))z=f(z,v[P],k["*"]);else return Object.defineProperty(A,P,{configurable:!0,enumerable:!0,get(){return S[P]},set(q){S[P]=q}}),z;return A[P]=z,z},set(_,P,N,z){return P in A?A[P]=N:S[P]=N,!0},defineProperty(_,P,N){return Reflect.defineProperty(A,P,N)},deleteProperty(_,P){return Reflect.deleteProperty(A,P)}},R=Object.create(S);return new Proxy(R,y)},T=S=>({addListener(v,k,...A){v.addListener(S.get(k),...A)},hasListener(v,k){return v.hasListener(S.get(k))},removeListener(v,k){v.removeListener(S.get(k))}}),b=new s(S=>typeof S!="function"?S:function(k){let A=f(k,{},{getContent:{minArgs:0,maxArgs:0}});S(A)}),h=new s(S=>typeof S!="function"?S:function(k,A,y){let R=!1,_,P=new Promise(F=>{_=function(C){R=!0,F(C)}}),N;try{N=S(k,A,_)}catch(F){N=Promise.reject(F)}let z=N!==!0&&u(N);if(N!==!0&&!z&&!R)return!1;let q=F=>{F.then(C=>{y(C)},C=>{let L;C&&(C instanceof Error||typeof C.message=="string")?L=C.message:L="An unexpected error occurred",y({__mozWebExtensionPolyfillReject__:!0,message:L})}).catch(C=>{})};return q(z?N:P),!0}),E=({reject:S,resolve:v},k)=>{i.runtime.lastError?i.runtime.lastError.message===r?v():S(new Error(i.runtime.lastError.message)):k&&k.__mozWebExtensionPolyfillReject__?S(new Error(k.message)):v(k)},D=(S,v,k,...A)=>{if(A.lengthv.maxArgs)throw new Error(`Expected at most ${v.maxArgs} ${c(v.maxArgs)} for ${S}(), got ${A.length}`);return new Promise((y,R)=>{let _=E.bind(null,{resolve:y,reject:R});A.push(_),k.sendMessage(...A)})},M={devtools:{network:{onRequestFinished:T(b)}},runtime:{onMessage:T(h),onMessageExternal:T(h),sendMessage:D.bind(null,"sendMessage",{minArgs:1,maxArgs:3})},tabs:{sendMessage:D.bind(null,"sendMessage",{minArgs:2,maxArgs:3})}},I={clear:{minArgs:1,maxArgs:1},get:{minArgs:1,maxArgs:1},set:{minArgs:1,maxArgs:1}};return o.privacy={network:{"*":I},services:{"*":I},websites:{"*":I}},f(i,M,o)};n.exports=a(chrome)}else n.exports=globalThis.browser})}}),Sf={};f6(Sf,{default:()=>tu});var b6=yf(vf());h6(Sf,yf(vf()));var{default:bf,...T6}=b6,tu=bf!==void 0?bf:T6;globalThis.immersiveTranslateBrowserAPI=tu;d();d();d();d();var y6=` .toastify { padding: 12px 20px; color: #ffffff; @@ -5032,9 +5032,9 @@ select.text-gray-6 { `+T+"}"}}return r.pop(),a=T,E}function m(f){if(f.length===0)return c(f,!0);let T=String.fromCodePoint(f.codePointAt(0));if(!Et.isIdStartChar(T))return c(f,!0);for(let b=T.length;b=0)throw TypeError("Converting circular structure to JSON5");r.push(f);let T=a;a=a+s;let b=[];for(let E=0;E()=>(e||t((e={exports:{}}).exports,e),e.exports),BS=(t,e)=>{for(var n in e)Pd(t,n,{get:e[n],enumerable:!0})},kd=(t,e,n,r)=>{if(e&&typeof e=="object"||typeof e=="function")for(let a of LS(e))!FS.call(t,a)&&a!==n&&Pd(t,a,{get:()=>e[a],enumerable:!(r=PS(e,a))||r.enumerable});return t},IS=(t,e,n)=>(kd(t,e,"default"),n&&kd(n,e,"default")),Lf=(t,e,n)=>(n=t!=null?kS(_S(t)):{},kd(e||!t||!t.__esModule?Pd(n,"default",{value:t,enumerable:!0}):n,t)),_f=MS((t,e)=>{var n="Expected a function",r=NaN,a="[object Symbol]",i=/^\s+|\s+$/g,o=/^[-+]0x[0-9a-f]+$/i,s=/^0b[01]+$/i,u=/^0o[0-7]+$/i,l=parseInt,c=typeof lu=="object"&&lu&&lu.Object===Object&&lu,p=typeof self=="object"&&self&&self.Object===Object&&self,m=c||p||Function("return this")(),g=Object.prototype,f=g.toString,T=Math.max,b=Math.min,h=function(){return m.Date.now()};function E(L,A,v){var O,_,k,N,z,q,F=0,C=!1,P=!1,U=!0;if(typeof L!="function")throw new TypeError(n);A=y(A)||0,M(v)&&(C=!!v.leading,P="maxWait"in v,k=P?T(y(v.maxWait)||0,A):k,U="trailing"in v?!!v.trailing:U);function H(ee){var Y=O,Te=_;return O=_=void 0,F=ee,N=L.apply(Te,Y),N}function j(ee){return F=ee,z=setTimeout(ue,A),C?H(ee):N}function W(ee){var Y=ee-q,Te=ee-F,ne=A-Y;return P?b(ne,k-Te):ne}function $(ee){var Y=ee-q,Te=ee-F;return q===void 0||Y>=A||Y<0||P&&Te>=k}function ue(){var ee=h();if($(ee))return ae(ee);z=setTimeout(ue,W(ee))}function ae(ee){return z=void 0,U&&O?H(ee):(O=_=void 0,N)}function J(){z!==void 0&&clearTimeout(z),F=0,O=q=_=z=void 0}function ie(){return z===void 0?N:ae(h())}function ge(){var ee=h(),Y=$(ee);if(O=arguments,_=this,q=ee,Y){if(z===void 0)return j(q);if(P)return z=setTimeout(ue,A),H(q)}return z===void 0&&(z=setTimeout(ue,A)),N}return ge.cancel=J,ge.flush=ie,ge}function D(L,A,v){var O=!0,_=!0;if(typeof L!="function")throw new TypeError(n);return M(v)&&(O="leading"in v?!!v.leading:O,_="trailing"in v?!!v.trailing:_),E(L,A,{leading:O,maxWait:A,trailing:_})}function M(L){var A=typeof L;return!!L&&(A=="object"||A=="function")}function I(L){return!!L&&typeof L=="object"}function S(L){return typeof L=="symbol"||I(L)&&f.call(L)==a}function y(L){if(typeof L=="number")return L;if(S(L))return r;if(M(L)){var A=typeof L.valueOf=="function"?L.valueOf():L;L=M(A)?A+"":A}if(typeof L!="string")return L===0?L:+L;L=L.replace(i,"");var v=s.test(L);return v||u.test(L)?l(L.slice(2),v?2:8):o.test(L)?r:+L}e.exports=D}),Ff={};BS(Ff,{default:()=>Kn});var RS=Lf(_f());IS(Ff,Lf(_f()));var{default:Pf,...OS}=RS,Kn=Pf!==void 0?Pf:OS;d();d();var cu=globalThis||(typeof window<"u"?window:self),zS=Object.create,_d=Object.defineProperty,NS=Object.getOwnPropertyDescriptor,US=Object.getOwnPropertyNames,qS=Object.getPrototypeOf,jS=Object.prototype.hasOwnProperty,HS=(t,e)=>()=>(e||t((e={exports:{}}).exports,e),e.exports),WS=(t,e)=>{for(var n in e)_d(t,n,{get:e[n],enumerable:!0})},Ld=(t,e,n,r)=>{if(e&&typeof e=="object"||typeof e=="function")for(let a of US(e))!jS.call(t,a)&&a!==n&&_d(t,a,{get:()=>e[a],enumerable:!(r=NS(e,a))||r.enumerable});return t},KS=(t,e,n)=>(Ld(t,e,"default"),n&&Ld(n,e,"default")),Bf=(t,e,n)=>(n=t!=null?zS(qS(t)):{},Ld(e||!t||!t.__esModule?_d(n,"default",{value:t,enumerable:!0}):n,t)),If=HS((t,e)=>{var n="Expected a function",r=NaN,a="[object Symbol]",i=/^\s+|\s+$/g,o=/^[-+]0x[0-9a-f]+$/i,s=/^0b[01]+$/i,u=/^0o[0-7]+$/i,l=parseInt,c=typeof cu=="object"&&cu&&cu.Object===Object&&cu,p=typeof self=="object"&&self&&self.Object===Object&&self,m=c||p||Function("return this")(),g=Object.prototype,f=g.toString,T=Math.max,b=Math.min,h=function(){return m.Date.now()};function E(y,L,A){var v,O,_,k,N,z,q=0,F=!1,C=!1,P=!0;if(typeof y!="function")throw new TypeError(n);L=S(L)||0,D(A)&&(F=!!A.leading,C="maxWait"in A,_=C?T(S(A.maxWait)||0,L):_,P="trailing"in A?!!A.trailing:P);function U(ge){var ee=v,Y=O;return v=O=void 0,q=ge,k=y.apply(Y,ee),k}function H(ge){return q=ge,N=setTimeout($,L),F?U(ge):k}function j(ge){var ee=ge-z,Y=ge-q,Te=L-ee;return C?b(Te,_-Y):Te}function W(ge){var ee=ge-z,Y=ge-q;return z===void 0||ee>=L||ee<0||C&&Y>=_}function $(){var ge=h();if(W(ge))return ue(ge);N=setTimeout($,j(ge))}function ue(ge){return N=void 0,P&&v?U(ge):(v=O=void 0,k)}function ae(){N!==void 0&&clearTimeout(N),q=0,v=z=O=N=void 0}function J(){return N===void 0?k:ue(h())}function ie(){var ge=h(),ee=W(ge);if(v=arguments,O=this,z=ge,ee){if(N===void 0)return H(z);if(C)return N=setTimeout($,L),U(z)}return N===void 0&&(N=setTimeout($,L)),k}return ie.cancel=ae,ie.flush=J,ie}function D(y){var L=typeof y;return!!y&&(L=="object"||L=="function")}function M(y){return!!y&&typeof y=="object"}function I(y){return typeof y=="symbol"||M(y)&&f.call(y)==a}function S(y){if(typeof y=="number")return y;if(I(y))return r;if(D(y)){var L=typeof y.valueOf=="function"?y.valueOf():y;y=D(L)?L+"":L}if(typeof y!="string")return y===0?y:+y;y=y.replace(i,"");var A=s.test(y);return A||u.test(y)?l(y.slice(2),A?2:8):o.test(y)?r:+y}e.exports=E}),Rf={};WS(Rf,{default:()=>Po});var GS=Bf(If());KS(Rf,Bf(If()));var{default:Mf,...$S}=GS,Po=Mf!==void 0?Mf:$S;d();d();var VS=Object.create,Md=Object.defineProperty,YS=Object.getOwnPropertyDescriptor,QS=Object.getOwnPropertyNames,JS=Object.getPrototypeOf,ZS=Object.prototype.hasOwnProperty,XS=(t,e)=>()=>(e||t((e={exports:{}}).exports,e),e.exports),ex=(t,e)=>{for(var n in e)Md(t,n,{get:e[n],enumerable:!0})},Fd=(t,e,n,r)=>{if(e&&typeof e=="object"||typeof e=="function")for(let a of QS(e))!ZS.call(t,a)&&a!==n&&Md(t,a,{get:()=>e[a],enumerable:!(r=YS(e,a))||r.enumerable});return t},tx=(t,e,n)=>(Fd(t,e,"default"),n&&Fd(n,e,"default")),zf=(t,e,n)=>(n=t!=null?VS(JS(t)):{},Fd(e||!t||!t.__esModule?Md(n,"default",{value:t,enumerable:!0}):n,t)),Nf=XS((t,e)=>{(function(n,r){typeof t=="object"&&typeof e=="object"?e.exports=r():typeof define=="function"&&define.amd?define([],r):typeof t=="object"?t.notie=r():n.notie=r()})(t,function(){return function(n){function r(i){if(a[i])return a[i].exports;var o=a[i]={i,l:!1,exports:{}};return n[i].call(o.exports,o,o.exports,r),o.l=!0,o.exports}var a={};return r.m=n,r.c=a,r.i=function(i){return i},r.d=function(i,o,s){r.o(i,o)||Object.defineProperty(i,o,{configurable:!1,enumerable:!0,get:s})},r.n=function(i){var o=i&&i.__esModule?function(){return i.default}:function(){return i};return r.d(o,"a",o),o},r.o=function(i,o){return Object.prototype.hasOwnProperty.call(i,o)},r.p="",r(r.s=1)}([function(n,r){n.exports=function(a){return a.webpackPolyfill||(a.deprecate=function(){},a.paths=[],a.children||(a.children=[]),Object.defineProperty(a,"loaded",{enumerable:!0,get:function(){return a.l}}),Object.defineProperty(a,"id",{enumerable:!0,get:function(){return a.i}}),a.webpackPolyfill=1),a}},function(n,r,a){"use strict";(function(i){var o,s,u,l=typeof Symbol=="function"&&typeof Symbol.iterator=="symbol"?function(c){return typeof c}:function(c){return c&&typeof Symbol=="function"&&c.constructor===Symbol&&c!==Symbol.prototype?"symbol":typeof c};(function(c,p){l(r)==="object"&&l(i)==="object"?i.exports=p():(s=[],o=p,u=typeof o=="function"?o.apply(r,s):o,u!==void 0&&(i.exports=u))})(void 0,function(){return function(c){function p(g){if(m[g])return m[g].exports;var f=m[g]={i:g,l:!1,exports:{}};return c[g].call(f.exports,f,f.exports,p),f.l=!0,f.exports}var m={};return p.m=c,p.c=m,p.i=function(g){return g},p.d=function(g,f,T){p.o(g,f)||Object.defineProperty(g,f,{configurable:!1,enumerable:!0,get:T})},p.n=function(g){var f=g&&g.__esModule?function(){return g.default}:function(){return g};return p.d(f,"a",f),f},p.o=function(g,f){return Object.prototype.hasOwnProperty.call(g,f)},p.p="",p(p.s=0)}([function(c,p,m){function g(j,W){var $={};for(var ue in j)W.indexOf(ue)>=0||Object.prototype.hasOwnProperty.call(j,ue)&&($[ue]=j[ue]);return $}Object.defineProperty(p,"__esModule",{value:!0});var f=typeof Symbol=="function"&&l(Symbol.iterator)==="symbol"?function(j){return typeof j>"u"?"undefined":l(j)}:function(j){return j&&typeof Symbol=="function"&&j.constructor===Symbol&&j!==Symbol.prototype?"symbol":typeof j>"u"?"undefined":l(j)},T=Object.assign||function(j){for(var W=1;W'+ue+"",Te.onclick=function(){return _(ne,Y)},Te.listener=function(re){(A(re)||v(re))&&z()},O(Te,Y),J&&J<1&&(J=1),!ge&&J&&M(J).then(function(){return _(ne,Y)})},F=p.force=function(j,W){var $=j.type,ue=$===void 0?5:$,ae=j.text,J=j.buttonText,ie=J===void 0?"OK":J,ge=j.callback,ee=j.position,Y=ee===void 0?h.positions.force||Y.top:ee;I(),z();var Te=document.createElement("div"),ne=S();Te.id=ne;var re=document.createElement("div");re.classList.add(h.classes.textbox),re.classList.add(h.classes.backgroundInfo),re.innerHTML='
'+ae+"
";var xe=document.createElement("div");xe.classList.add(h.classes.button),xe.classList.add(y[ue]),xe.innerHTML=ie,xe.onclick=function(){_(ne,Y),N(),ge?ge():W&&W()},Te.appendChild(re),Te.appendChild(xe),Te.listener=function(ze){A(ze)&&xe.click()},O(Te,Y),k()},C=p.confirm=function(j,W,$){var ue=j.text,ae=j.submitText,J=ae===void 0?"Yes":ae,ie=j.cancelText,ge=ie===void 0?"Cancel":ie,ee=j.submitCallback,Y=j.cancelCallback,Te=j.position,ne=Te===void 0?h.positions.confirm||ne.top:Te;I(),z();var re=document.createElement("div"),xe=S();re.id=xe;var ze=document.createElement("div");ze.classList.add(h.classes.textbox),ze.classList.add(h.classes.backgroundInfo),ze.innerHTML='
'+ue+"
";var _e=document.createElement("div");_e.classList.add(h.classes.button),_e.classList.add(h.classes.elementHalf),_e.classList.add(h.classes.backgroundSuccess),_e.innerHTML=J,_e.onclick=function(){_(xe,ne),N(),ee?ee():W&&W()};var de=document.createElement("div");de.classList.add(h.classes.button),de.classList.add(h.classes.elementHalf),de.classList.add(h.classes.backgroundError),de.innerHTML=ge,de.onclick=function(){_(xe,ne),N(),Y?Y():$&&$()},re.appendChild(ze),re.appendChild(_e),re.appendChild(de),re.listener=function(gt){A(gt)?_e.click():v(gt)&&de.click()},O(re,ne),k(re,ne)},P=function(j,W,$){var ue=j.text,ae=j.submitText,J=ae===void 0?"Submit":ae,ie=j.cancelText,ge=ie===void 0?"Cancel":ie,ee=j.submitCallback,Y=j.cancelCallback,Te=j.position,ne=Te===void 0?h.positions.input||ne.top:Te,re=g(j,["text","submitText","cancelText","submitCallback","cancelCallback","position"]);I(),z();var xe=document.createElement("div"),ze=S();xe.id=ze;var _e=document.createElement("div");_e.classList.add(h.classes.textbox),_e.classList.add(h.classes.backgroundInfo),_e.innerHTML='
'+ue+"
";var de=document.createElement("input");de.classList.add(h.classes.inputField),de.setAttribute("autocapitalize",re.autocapitalize||"none"),de.setAttribute("autocomplete",re.autocomplete||"off"),de.setAttribute("autocorrect",re.autocorrect||"off"),de.setAttribute("autofocus",re.autofocus||"true"),de.setAttribute("inputmode",re.inputmode||"verbatim"),de.setAttribute("max",re.max||""),de.setAttribute("maxlength",re.maxlength||""),de.setAttribute("min",re.min||""),de.setAttribute("minlength",re.minlength||""),de.setAttribute("placeholder",re.placeholder||""),de.setAttribute("spellcheck",re.spellcheck||"default"),de.setAttribute("step",re.step||"any"),de.setAttribute("type",re.type||"text"),de.value=re.value||"",re.allowed&&(de.oninput=function(){var bt=void 0;if(Array.isArray(re.allowed)){for(var xt="",sn=re.allowed,In=0;In'+$+"",Y.appendChild(ne),ie.forEach(function(xe,ze){var _e=xe.type,de=_e===void 0?1:_e,gt=xe.text,Pt=xe.handler,bt=document.createElement("div");bt.classList.add(y[de]),bt.classList.add(h.classes.button),bt.classList.add(h.classes.selectChoice);var xt=ie[ze+1];xt&&!xt.type&&(xt.type=1),xt&&xt.type===de&&bt.classList.add(h.classes.selectChoiceRepeated),bt.innerHTML=gt,bt.onclick=function(){_(Te,ee),N(),Pt()},Y.appendChild(bt)});var re=document.createElement("div");re.classList.add(h.classes.backgroundNeutral),re.classList.add(h.classes.button),re.innerHTML=ae,re.onclick=function(){_(Te,ee),N(),J?J():W&&W()},Y.appendChild(re),Y.listener=function(xe){v(xe)&&re.click()},O(Y,ee),k(Y,ee)},H=p.date=function(j,W,$){var ue=j.value,ae=ue===void 0?new Date:ue,J=j.submitText,ie=J===void 0?"OK":J,ge=j.cancelText,ee=ge===void 0?"Cancel":ge,Y=j.submitCallback,Te=j.cancelCallback,ne=j.position,re=ne===void 0?h.positions.date||re.top:ne;I(),z();var xe="▾",ze=document.createElement("div"),_e=document.createElement("div"),de=document.createElement("div"),gt=function(mt){ze.innerHTML=h.dateMonths[mt.getMonth()],_e.innerHTML=mt.getDate(),de.innerHTML=mt.getFullYear()},Pt=function(mt){var Xe=new Date(ae.getFullYear(),ae.getMonth()+1,0).getDate(),Dn=mt.target.textContent.replace(/^0+/,"").replace(/[^\d]/g,"").slice(0,2);Number(Dn)>Xe&&(Dn=Xe.toString()),mt.target.textContent=Dn,Number(Dn)<1&&(Dn="1"),ae.setDate(Number(Dn))},bt=function(mt){var Xe=mt.target.textContent.replace(/^0+/,"").replace(/[^\d]/g,"").slice(0,4);mt.target.textContent=Xe,ae.setFullYear(Number(Xe))},xt=function(mt){gt(ae)},sn=function(mt){var Xe=new Date(ae.getFullYear(),ae.getMonth()+mt+1,0).getDate();ae.getDate()>Xe&&ae.setDate(Xe),ae.setMonth(ae.getMonth()+mt),gt(ae)},In=function(mt){ae.setDate(ae.getDate()+mt),gt(ae)},wo=function(mt){var Xe=ae.getFullYear()+mt;Xe<0?ae.setFullYear(0):ae.setFullYear(ae.getFullYear()+mt),gt(ae)},ir=document.createElement("div"),ka=S();ir.id=ka;var ui=document.createElement("div");ui.classList.add(h.classes.backgroundInfo);var Vt=document.createElement("div");Vt.classList.add(h.classes.dateSelectorInner);var Hn=document.createElement("div");Hn.classList.add(h.classes.button),Hn.classList.add(h.classes.elementThird),Hn.classList.add(h.classes.dateSelectorUp),Hn.innerHTML=xe;var Yt=document.createElement("div");Yt.classList.add(h.classes.button),Yt.classList.add(h.classes.elementThird),Yt.classList.add(h.classes.dateSelectorUp),Yt.innerHTML=xe;var wn=document.createElement("div");wn.classList.add(h.classes.button),wn.classList.add(h.classes.elementThird),wn.classList.add(h.classes.dateSelectorUp),wn.innerHTML=xe,ze.classList.add(h.classes.element),ze.classList.add(h.classes.elementThird),ze.innerHTML=h.dateMonths[ae.getMonth()],_e.classList.add(h.classes.element),_e.classList.add(h.classes.elementThird),_e.setAttribute("contentEditable",!0),_e.addEventListener("input",Pt),_e.addEventListener("blur",xt),_e.innerHTML=ae.getDate(),de.classList.add(h.classes.element),de.classList.add(h.classes.elementThird),de.setAttribute("contentEditable",!0),de.addEventListener("input",bt),de.addEventListener("blur",xt),de.innerHTML=ae.getFullYear();var hr=document.createElement("div");hr.classList.add(h.classes.button),hr.classList.add(h.classes.elementThird),hr.innerHTML=xe;var br=document.createElement("div");br.classList.add(h.classes.button),br.classList.add(h.classes.elementThird),br.innerHTML=xe;var Pa=document.createElement("div");Pa.classList.add(h.classes.button),Pa.classList.add(h.classes.elementThird),Pa.innerHTML=xe,Hn.onclick=function(){return sn(1)},Yt.onclick=function(){return In(1)},wn.onclick=function(){return wo(1)},hr.onclick=function(){return sn(-1)},br.onclick=function(){return In(-1)},Pa.onclick=function(){return wo(-1)};var un=document.createElement("div");un.classList.add(h.classes.button),un.classList.add(h.classes.elementHalf),un.classList.add(h.classes.backgroundSuccess),un.innerHTML=ie,un.onclick=function(){_(ka,re),N(),Y?Y(ae):W&&W(ae)};var Tr=document.createElement("div");Tr.classList.add(h.classes.button),Tr.classList.add(h.classes.elementHalf),Tr.classList.add(h.classes.backgroundError),Tr.innerHTML=ee,Tr.onclick=function(){_(ka,re),N(),Te?Te(ae):$&&$(ae)},Vt.appendChild(Hn),Vt.appendChild(Yt),Vt.appendChild(wn),Vt.appendChild(ze),Vt.appendChild(_e),Vt.appendChild(de),Vt.appendChild(hr),Vt.appendChild(br),Vt.appendChild(Pa),ui.appendChild(Vt),ir.appendChild(ui),ir.appendChild(un),ir.appendChild(Tr),ir.listener=function(mt){A(mt)?un.click():v(mt)&&Tr.click()},O(ir,re),k(ir,re)};p.default={alert:q,force:F,confirm:C,input:P,select:U,date:H,setOptions:E,hideAlerts:z}}])})}).call(r,a(0)(n))}])})}),Uf={};ex(Uf,{default:()=>du});var nx=zf(Nf());tx(Uf,zf(Nf()));var{default:Of,...rx}=nx,du=Of!==void 0?Of:rx;d();d();var pu=typeof navigator<"u"?navigator.userAgent.toLowerCase().indexOf("firefox")>0:!1;function Lo(t,e,n,r){t.addEventListener?t.addEventListener(e,n,r):t.attachEvent&&t.attachEvent(`on${e}`,()=>{n(window.event)})}function Bd(t,e){let n=e.slice(0,e.length-1);for(let r=0;r=0;)e[n-1]+=",",e.splice(n,1),n=e.lastIndexOf("");return e}function qf(t,e){let n=t.length>=e.length?t:e,r=t.length>=e.length?e:t,a=!0;for(let i=0;igi[t.toLowerCase()]||Gn[t.toLowerCase()]||t.toUpperCase().charCodeAt(0),ax=t=>Object.keys(gi).find(e=>gi[e]===t),ix=t=>Object.keys(Gn).find(e=>Gn[e]===t);function $f(t){Kf=t||"all"}function _o(){return Kf||"all"}function ox(){return rt.slice(0)}function sx(){return rt.map(t=>ax(t)||ix(t)||String.fromCharCode(t))}function ux(){let t=[];return Object.keys(ft).forEach(e=>{ft[e].forEach(({key:n,scope:r,mods:a,shortcut:i})=>{t.push({scope:r,shortcut:i,mods:a,keys:n.split("+").map(o=>Fo(o))})})}),t}function lx(t){let e=t.target||t.srcElement,{tagName:n}=e,r=!0;return(e.isContentEditable||(n==="INPUT"||n==="TEXTAREA"||n==="SELECT")&&!e.readOnly)&&(r=!1),r}function cx(t){return typeof t=="string"&&(t=Fo(t)),rt.indexOf(t)!==-1}function dx(t,e){let n,r;t||(t=_o());for(let a in ft)if(Object.prototype.hasOwnProperty.call(ft,a))for(n=ft[a],r=0;r=0&&rt.splice(n,1),t.key&&t.key.toLowerCase()==="meta"&&rt.splice(0,rt.length),(e===93||e===224)&&(e=91),e in zt){zt[e]=!1;for(let r in Gn)Gn[r]===e&&(wr[r]=!1)}}function Vf(t,...e){if(typeof t>"u")Object.keys(ft).forEach(n=>delete ft[n]);else if(Array.isArray(t))t.forEach(n=>{n.key&&Rd(n)});else if(typeof t=="object")t.key&&Rd(t);else if(typeof t=="string"){let[n,r]=e;typeof n=="function"&&(r=n,n=""),Rd({key:t,scope:n,method:r,splitKey:"+"})}}var Rd=({key:t,scope:e,method:n,splitKey:r="+"})=>{Id(t).forEach(i=>{let o=i.split(r),s=o.length,u=o[s-1],l=u==="*"?"*":Fo(u);if(!ft[l])return;e||(e=_o());let c=s>1?Bd(Gn,o):[];ft[l]=ft[l].filter(p=>!((n?p.method===n:!0)&&p.scope===e&&qf(p.mods,c)))})};function Hf(t,e,n,r){if(e.element!==r)return;let a;if(e.scope===n||e.scope==="all"){a=e.mods.length>0;for(let i in zt)Object.prototype.hasOwnProperty.call(zt,i)&&(!zt[i]&&e.mods.indexOf(+i)>-1||zt[i]&&e.mods.indexOf(+i)===-1)&&(a=!1);(e.mods.length===0&&!zt[16]&&!zt[18]&&!zt[17]&&!zt[91]||a||e.shortcut==="*")&&(e.keys=[],e.keys=e.keys.concat(rt),e.method(t,e)===!1&&(t.preventDefault?t.preventDefault():t.returnValue=!1,t.stopPropagation&&t.stopPropagation(),t.cancelBubble&&(t.cancelBubble=!0)))}}function Wf(t,e){let n=ft["*"],r=t.keyCode||t.which||t.charCode;if(!wr.filter.call(this,t))return;if((r===93||r===224)&&(r=91),rt.indexOf(r)===-1&&r!==229&&rt.push(r),["ctrlKey","altKey","shiftKey","metaKey"].forEach(i=>{let o=gu[i];t[i]&&rt.indexOf(o)===-1?rt.push(o):!t[i]&&rt.indexOf(o)>-1?rt.splice(rt.indexOf(o),1):i==="metaKey"&&t[i]&&rt.length===3&&(t.ctrlKey||t.shiftKey||t.altKey||(rt=rt.slice(rt.indexOf(o))))}),r in zt){zt[r]=!0;for(let i in Gn)Gn[i]===r&&(wr[i]=!0);if(!n)return}for(let i in zt)Object.prototype.hasOwnProperty.call(zt,i)&&(zt[i]=t[gu[i]]);t.getModifierState&&!(t.altKey&&!t.ctrlKey)&&t.getModifierState("AltGraph")&&(rt.indexOf(17)===-1&&rt.push(17),rt.indexOf(18)===-1&&rt.push(18),zt[17]=!0,zt[18]=!0);let a=_o();if(n)for(let i=0;i-1}function wr(t,e,n){rt=[];let r=Id(t),a=[],i="all",o=document,s=0,u=!1,l=!0,c="+",p=!1,m=!1;for(n===void 0&&typeof e=="function"&&(n=e),Object.prototype.toString.call(e)==="[object Object]"&&(e.scope&&(i=e.scope),e.element&&(o=e.element),e.keyup&&(u=e.keyup),e.keydown!==void 0&&(l=e.keydown),e.capture!==void 0&&(p=e.capture),typeof e.splitKey=="string"&&(c=e.splitKey),e.single===!0&&(m=!0)),typeof e=="string"&&(i=e),m&&Vf(t,i);s1&&(a=Bd(Gn,t)),t=t[t.length-1],t=t==="*"?"*":Fo(t),t in ft||(ft[t]=[]),ft[t].push({keyup:u,keydown:l,scope:i,mods:a,shortcut:r[s],method:n,key:r[s],splitKey:c,element:o});typeof o<"u"&&!gx(o)&&window&&(Gf.push(o),Lo(o,"keydown",g=>{Wf(g,o)},p),jf||(jf=!0,Lo(window,"focus",()=>{rt=[]},p),Lo(window,"click",()=>{rt=[]},!1)),Lo(o,"keyup",g=>{Wf(g,o),px(g)},p))}function mx(t,e="all"){Object.keys(ft).forEach(n=>{ft[n].filter(a=>a.scope===e&&a.shortcut===t).forEach(a=>{a&&a.method&&a.method()})})}var Od={getPressedKeyString:sx,setScope:$f,getScope:_o,deleteScope:dx,getPressedKeyCodes:ox,getAllKeyCodes:ux,isPressed:cx,filter:lx,trigger:mx,unbind:Vf,keyMap:gi,modifier:Gn,modifierMap:gu};for(let t in Od)Object.prototype.hasOwnProperty.call(Od,t)&&(wr[t]=Od[t]);if(typeof window<"u"){let t=window.hotkeys;wr.noConflict=e=>(e&&window.hotkeys===wr&&(window.hotkeys=t),wr),window.hotkeys=wr}var vn=wr;d();d();var fx={"Amazon Silk":"amazon_silk","Android Browser":"android",Bada:"bada",BlackBerry:"blackberry",Chrome:"chrome",Chromium:"chromium",Electron:"electron",Epiphany:"epiphany",Firefox:"firefox",Focus:"focus",Generic:"generic","Google Search":"google_search",Googlebot:"googlebot","Internet Explorer":"ie","K-Meleon":"k_meleon",Maxthon:"maxthon","Microsoft Edge":"edge","MZ Browser":"mz","NAVER Whale Browser":"naver",Opera:"opera","Opera Coast":"opera_coast",PhantomJS:"phantomjs",Puffin:"puffin",QupZilla:"qupzilla",QQ:"qq",QQLite:"qqlite",Safari:"safari",Sailfish:"sailfish","Samsung Internet for Android":"samsung_internet",SeaMonkey:"seamonkey",Sleipnir:"sleipnir",Swing:"swing",Tizen:"tizen","UC Browser":"uc",Vivaldi:"vivaldi","WebOS Browser":"webos",WeChat:"wechat","Yandex Browser":"yandex",Roku:"roku"},Qf={amazon_silk:"Amazon Silk",android:"Android Browser",bada:"Bada",blackberry:"BlackBerry",chrome:"Chrome",chromium:"Chromium",electron:"Electron",epiphany:"Epiphany",firefox:"Firefox",focus:"Focus",generic:"Generic",googlebot:"Googlebot",google_search:"Google Search",ie:"Internet Explorer",k_meleon:"K-Meleon",maxthon:"Maxthon",edge:"Microsoft Edge",mz:"MZ Browser",naver:"NAVER Whale Browser",opera:"Opera",opera_coast:"Opera Coast",phantomjs:"PhantomJS",puffin:"Puffin",qupzilla:"QupZilla",qq:"QQ Browser",qqlite:"QQ Browser Lite",safari:"Safari",sailfish:"Sailfish",samsung_internet:"Samsung Internet for Android",seamonkey:"SeaMonkey",sleipnir:"Sleipnir",swing:"Swing",tizen:"Tizen",uc:"UC Browser",vivaldi:"Vivaldi",webos:"WebOS Browser",wechat:"WeChat",yandex:"Yandex Browser"},Ct={tablet:"tablet",mobile:"mobile",desktop:"desktop",tv:"tv"},dn={WindowsPhone:"Windows Phone",Windows:"Windows",MacOS:"macOS",iOS:"iOS",Android:"Android",WebOS:"WebOS",BlackBerry:"BlackBerry",Bada:"Bada",Tizen:"Tizen",Linux:"Linux",ChromeOS:"Chrome OS",PlayStation4:"PlayStation 4",Roku:"Roku"},Kr={EdgeHTML:"EdgeHTML",Blink:"Blink",Trident:"Trident",Presto:"Presto",Gecko:"Gecko",WebKit:"WebKit"},G=class{static getFirstMatch(t,e){let n=e.match(t);return n&&n.length>0&&n[1]||""}static getSecondMatch(t,e){let n=e.match(t);return n&&n.length>1&&n[2]||""}static matchAndReturnConst(t,e,n){if(t.test(e))return n}static getWindowsVersionName(t){switch(t){case"NT":return"NT";case"XP":return"XP";case"NT 5.0":return"2000";case"NT 5.1":return"XP";case"NT 5.2":return"2003";case"NT 6.0":return"Vista";case"NT 6.1":return"7";case"NT 6.2":return"8";case"NT 6.3":return"8.1";case"NT 10.0":return"10";default:return}}static getMacOSVersionName(t){let e=t.split(".").splice(0,2).map(n=>parseInt(n,10)||0);if(e.push(0),e[0]===10)switch(e[1]){case 5:return"Leopard";case 6:return"Snow Leopard";case 7:return"Lion";case 8:return"Mountain Lion";case 9:return"Mavericks";case 10:return"Yosemite";case 11:return"El Capitan";case 12:return"Sierra";case 13:return"High Sierra";case 14:return"Mojave";case 15:return"Catalina";default:return}}static getAndroidVersionName(t){let e=t.split(".").splice(0,2).map(n=>parseInt(n,10)||0);if(e.push(0),!(e[0]===1&&e[1]<5)){if(e[0]===1&&e[1]<6)return"Cupcake";if(e[0]===1&&e[1]>=6)return"Donut";if(e[0]===2&&e[1]<2)return"Eclair";if(e[0]===2&&e[1]===2)return"Froyo";if(e[0]===2&&e[1]>2)return"Gingerbread";if(e[0]===3)return"Honeycomb";if(e[0]===4&&e[1]<1)return"Ice Cream Sandwich";if(e[0]===4&&e[1]<4)return"Jelly Bean";if(e[0]===4&&e[1]>=4)return"KitKat";if(e[0]===5)return"Lollipop";if(e[0]===6)return"Marshmallow";if(e[0]===7)return"Nougat";if(e[0]===8)return"Oreo";if(e[0]===9)return"Pie"}}static getVersionPrecision(t){return t.split(".").length}static compareVersions(t,e,n=!1){let r=G.getVersionPrecision(t),a=G.getVersionPrecision(e),i=Math.max(r,a),o=0,s=G.map([t,e],u=>{let l=i-G.getVersionPrecision(u),c=u+new Array(l+1).join(".0");return G.map(c.split("."),p=>new Array(20-p.length).join("0")+p).reverse()});for(n&&(o=i-Math.min(r,a)),i-=1;i>=o;){if(s[0][i]>s[1][i])return 1;if(s[0][i]===s[1][i]){if(i===o)return 0;i-=1}else if(s[0][i]{n[o]=i[o]})}return t}static getBrowserAlias(t){return fx[t]}static getBrowserTypeByAlias(t){return Qf[t]||""}},at=/version\/(\d+(\.?_?\d+)+)/i,hx=[{test:[/googlebot/i],describe(t){let e={name:"Googlebot"},n=G.getFirstMatch(/googlebot\/(\d+(\.\d+))/i,t)||G.getFirstMatch(at,t);return n&&(e.version=n),e}},{test:[/opera/i],describe(t){let e={name:"Opera"},n=G.getFirstMatch(at,t)||G.getFirstMatch(/(?:opera)[\s/](\d+(\.?_?\d+)+)/i,t);return n&&(e.version=n),e}},{test:[/opr\/|opios/i],describe(t){let e={name:"Opera"},n=G.getFirstMatch(/(?:opr|opios)[\s/](\S+)/i,t)||G.getFirstMatch(at,t);return n&&(e.version=n),e}},{test:[/SamsungBrowser/i],describe(t){let e={name:"Samsung Internet for Android"},n=G.getFirstMatch(at,t)||G.getFirstMatch(/(?:SamsungBrowser)[\s/](\d+(\.?_?\d+)+)/i,t);return n&&(e.version=n),e}},{test:[/Whale/i],describe(t){let e={name:"NAVER Whale Browser"},n=G.getFirstMatch(at,t)||G.getFirstMatch(/(?:whale)[\s/](\d+(?:\.\d+)+)/i,t);return n&&(e.version=n),e}},{test:[/MZBrowser/i],describe(t){let e={name:"MZ Browser"},n=G.getFirstMatch(/(?:MZBrowser)[\s/](\d+(?:\.\d+)+)/i,t)||G.getFirstMatch(at,t);return n&&(e.version=n),e}},{test:[/focus/i],describe(t){let e={name:"Focus"},n=G.getFirstMatch(/(?:focus)[\s/](\d+(?:\.\d+)+)/i,t)||G.getFirstMatch(at,t);return n&&(e.version=n),e}},{test:[/swing/i],describe(t){let e={name:"Swing"},n=G.getFirstMatch(/(?:swing)[\s/](\d+(?:\.\d+)+)/i,t)||G.getFirstMatch(at,t);return n&&(e.version=n),e}},{test:[/coast/i],describe(t){let e={name:"Opera Coast"},n=G.getFirstMatch(at,t)||G.getFirstMatch(/(?:coast)[\s/](\d+(\.?_?\d+)+)/i,t);return n&&(e.version=n),e}},{test:[/opt\/\d+(?:.?_?\d+)+/i],describe(t){let e={name:"Opera Touch"},n=G.getFirstMatch(/(?:opt)[\s/](\d+(\.?_?\d+)+)/i,t)||G.getFirstMatch(at,t);return n&&(e.version=n),e}},{test:[/yabrowser/i],describe(t){let e={name:"Yandex Browser"},n=G.getFirstMatch(/(?:yabrowser)[\s/](\d+(\.?_?\d+)+)/i,t)||G.getFirstMatch(at,t);return n&&(e.version=n),e}},{test:[/ucbrowser/i],describe(t){let e={name:"UC Browser"},n=G.getFirstMatch(at,t)||G.getFirstMatch(/(?:ucbrowser)[\s/](\d+(\.?_?\d+)+)/i,t);return n&&(e.version=n),e}},{test:[/Maxthon|mxios/i],describe(t){let e={name:"Maxthon"},n=G.getFirstMatch(at,t)||G.getFirstMatch(/(?:Maxthon|mxios)[\s/](\d+(\.?_?\d+)+)/i,t);return n&&(e.version=n),e}},{test:[/epiphany/i],describe(t){let e={name:"Epiphany"},n=G.getFirstMatch(at,t)||G.getFirstMatch(/(?:epiphany)[\s/](\d+(\.?_?\d+)+)/i,t);return n&&(e.version=n),e}},{test:[/puffin/i],describe(t){let e={name:"Puffin"},n=G.getFirstMatch(at,t)||G.getFirstMatch(/(?:puffin)[\s/](\d+(\.?_?\d+)+)/i,t);return n&&(e.version=n),e}},{test:[/sleipnir/i],describe(t){let e={name:"Sleipnir"},n=G.getFirstMatch(at,t)||G.getFirstMatch(/(?:sleipnir)[\s/](\d+(\.?_?\d+)+)/i,t);return n&&(e.version=n),e}},{test:[/k-meleon/i],describe(t){let e={name:"K-Meleon"},n=G.getFirstMatch(at,t)||G.getFirstMatch(/(?:k-meleon)[\s/](\d+(\.?_?\d+)+)/i,t);return n&&(e.version=n),e}},{test:[/micromessenger/i],describe(t){let e={name:"WeChat"},n=G.getFirstMatch(/(?:micromessenger)[\s/](\d+(\.?_?\d+)+)/i,t)||G.getFirstMatch(at,t);return n&&(e.version=n),e}},{test:[/qqbrowser/i],describe(t){let e={name:/qqbrowserlite/i.test(t)?"QQ Browser Lite":"QQ Browser"},n=G.getFirstMatch(/(?:qqbrowserlite|qqbrowser)[/](\d+(\.?_?\d+)+)/i,t)||G.getFirstMatch(at,t);return n&&(e.version=n),e}},{test:[/msie|trident/i],describe(t){let e={name:"Internet Explorer"},n=G.getFirstMatch(/(?:msie |rv:)(\d+(\.?_?\d+)+)/i,t);return n&&(e.version=n),e}},{test:[/\sedg\//i],describe(t){let e={name:"Microsoft Edge"},n=G.getFirstMatch(/\sedg\/(\d+(\.?_?\d+)+)/i,t);return n&&(e.version=n),e}},{test:[/edg([ea]|ios)/i],describe(t){let e={name:"Microsoft Edge"},n=G.getSecondMatch(/edg([ea]|ios)\/(\d+(\.?_?\d+)+)/i,t);return n&&(e.version=n),e}},{test:[/vivaldi/i],describe(t){let e={name:"Vivaldi"},n=G.getFirstMatch(/vivaldi\/(\d+(\.?_?\d+)+)/i,t);return n&&(e.version=n),e}},{test:[/seamonkey/i],describe(t){let e={name:"SeaMonkey"},n=G.getFirstMatch(/seamonkey\/(\d+(\.?_?\d+)+)/i,t);return n&&(e.version=n),e}},{test:[/sailfish/i],describe(t){let e={name:"Sailfish"},n=G.getFirstMatch(/sailfish\s?browser\/(\d+(\.\d+)?)/i,t);return n&&(e.version=n),e}},{test:[/silk/i],describe(t){let e={name:"Amazon Silk"},n=G.getFirstMatch(/silk\/(\d+(\.?_?\d+)+)/i,t);return n&&(e.version=n),e}},{test:[/phantom/i],describe(t){let e={name:"PhantomJS"},n=G.getFirstMatch(/phantomjs\/(\d+(\.?_?\d+)+)/i,t);return n&&(e.version=n),e}},{test:[/slimerjs/i],describe(t){let e={name:"SlimerJS"},n=G.getFirstMatch(/slimerjs\/(\d+(\.?_?\d+)+)/i,t);return n&&(e.version=n),e}},{test:[/blackberry|\bbb\d+/i,/rim\stablet/i],describe(t){let e={name:"BlackBerry"},n=G.getFirstMatch(at,t)||G.getFirstMatch(/blackberry[\d]+\/(\d+(\.?_?\d+)+)/i,t);return n&&(e.version=n),e}},{test:[/(web|hpw)[o0]s/i],describe(t){let e={name:"WebOS Browser"},n=G.getFirstMatch(at,t)||G.getFirstMatch(/w(?:eb)?[o0]sbrowser\/(\d+(\.?_?\d+)+)/i,t);return n&&(e.version=n),e}},{test:[/bada/i],describe(t){let e={name:"Bada"},n=G.getFirstMatch(/dolfin\/(\d+(\.?_?\d+)+)/i,t);return n&&(e.version=n),e}},{test:[/tizen/i],describe(t){let e={name:"Tizen"},n=G.getFirstMatch(/(?:tizen\s?)?browser\/(\d+(\.?_?\d+)+)/i,t)||G.getFirstMatch(at,t);return n&&(e.version=n),e}},{test:[/qupzilla/i],describe(t){let e={name:"QupZilla"},n=G.getFirstMatch(/(?:qupzilla)[\s/](\d+(\.?_?\d+)+)/i,t)||G.getFirstMatch(at,t);return n&&(e.version=n),e}},{test:[/firefox|iceweasel|fxios/i],describe(t){let e={name:"Firefox"},n=G.getFirstMatch(/(?:firefox|iceweasel|fxios)[\s/](\d+(\.?_?\d+)+)/i,t);return n&&(e.version=n),e}},{test:[/electron/i],describe(t){let e={name:"Electron"},n=G.getFirstMatch(/(?:electron)\/(\d+(\.?_?\d+)+)/i,t);return n&&(e.version=n),e}},{test:[/MiuiBrowser/i],describe(t){let e={name:"Miui"},n=G.getFirstMatch(/(?:MiuiBrowser)[\s/](\d+(\.?_?\d+)+)/i,t);return n&&(e.version=n),e}},{test:[/chromium/i],describe(t){let e={name:"Chromium"},n=G.getFirstMatch(/(?:chromium)[\s/](\d+(\.?_?\d+)+)/i,t)||G.getFirstMatch(at,t);return n&&(e.version=n),e}},{test:[/chrome|crios|crmo/i],describe(t){let e={name:"Chrome"},n=G.getFirstMatch(/(?:chrome|crios|crmo)\/(\d+(\.?_?\d+)+)/i,t);return n&&(e.version=n),e}},{test:[/GSA/i],describe(t){let e={name:"Google Search"},n=G.getFirstMatch(/(?:GSA)\/(\d+(\.?_?\d+)+)/i,t);return n&&(e.version=n),e}},{test(t){let e=!t.test(/like android/i),n=t.test(/android/i);return e&&n},describe(t){let e={name:"Android Browser"},n=G.getFirstMatch(at,t);return n&&(e.version=n),e}},{test:[/playstation 4/i],describe(t){let e={name:"PlayStation 4"},n=G.getFirstMatch(at,t);return n&&(e.version=n),e}},{test:[/safari|applewebkit/i],describe(t){let e={name:"Safari"},n=G.getFirstMatch(at,t);return n&&(e.version=n),e}},{test:[/.*/i],describe(t){let e=/^(.*)\/(.*) /,n=/^(.*)\/(.*)[ \t]\((.*)/,r=t.search("\\(")!==-1?n:e;return{name:G.getFirstMatch(r,t),version:G.getSecondMatch(r,t)}}}],bx=hx,Tx=[{test:[/Roku\/DVP/],describe(t){let e=G.getFirstMatch(/Roku\/DVP-(\d+\.\d+)/i,t);return{name:dn.Roku,version:e}}},{test:[/windows phone/i],describe(t){let e=G.getFirstMatch(/windows phone (?:os)?\s?(\d+(\.\d+)*)/i,t);return{name:dn.WindowsPhone,version:e}}},{test:[/windows /i],describe(t){let e=G.getFirstMatch(/Windows ((NT|XP)( \d\d?.\d)?)/i,t),n=G.getWindowsVersionName(e);return{name:dn.Windows,version:e,versionName:n}}},{test:[/Macintosh(.*?) FxiOS(.*?)\//],describe(t){let e={name:dn.iOS},n=G.getSecondMatch(/(Version\/)(\d[\d.]+)/,t);return n&&(e.version=n),e}},{test:[/macintosh/i],describe(t){let e=G.getFirstMatch(/mac os x (\d+(\.?_?\d+)+)/i,t).replace(/[_\s]/g,"."),n=G.getMacOSVersionName(e),r={name:dn.MacOS,version:e};return n&&(r.versionName=n),r}},{test:[/(ipod|iphone|ipad)/i],describe(t){let e=G.getFirstMatch(/os (\d+([_\s]\d+)*) like mac os x/i,t).replace(/[_\s]/g,".");return{name:dn.iOS,version:e}}},{test(t){let e=!t.test(/like android/i),n=t.test(/android/i);return e&&n},describe(t){let e=G.getFirstMatch(/android[\s/-](\d+(\.\d+)*)/i,t),n=G.getAndroidVersionName(e),r={name:dn.Android,version:e};return n&&(r.versionName=n),r}},{test:[/(web|hpw)[o0]s/i],describe(t){let e=G.getFirstMatch(/(?:web|hpw)[o0]s\/(\d+(\.\d+)*)/i,t),n={name:dn.WebOS};return e&&e.length&&(n.version=e),n}},{test:[/blackberry|\bbb\d+/i,/rim\stablet/i],describe(t){let e=G.getFirstMatch(/rim\stablet\sos\s(\d+(\.\d+)*)/i,t)||G.getFirstMatch(/blackberry\d+\/(\d+([_\s]\d+)*)/i,t)||G.getFirstMatch(/\bbb(\d+)/i,t);return{name:dn.BlackBerry,version:e}}},{test:[/bada/i],describe(t){let e=G.getFirstMatch(/bada\/(\d+(\.\d+)*)/i,t);return{name:dn.Bada,version:e}}},{test:[/tizen/i],describe(t){let e=G.getFirstMatch(/tizen[/\s](\d+(\.\d+)*)/i,t);return{name:dn.Tizen,version:e}}},{test:[/linux/i],describe(){return{name:dn.Linux}}},{test:[/CrOS/],describe(){return{name:dn.ChromeOS}}},{test:[/PlayStation 4/],describe(t){let e=G.getFirstMatch(/PlayStation 4[/\s](\d+(\.\d+)*)/i,t);return{name:dn.PlayStation4,version:e}}}],yx=[{test:[/googlebot/i],describe(){return{type:"bot",vendor:"Google"}}},{test:[/huawei/i],describe(t){let e=G.getFirstMatch(/(can-l01)/i,t)&&"Nova",n={type:Ct.mobile,vendor:"Huawei"};return e&&(n.model=e),n}},{test:[/nexus\s*(?:7|8|9|10).*/i],describe(){return{type:Ct.tablet,vendor:"Nexus"}}},{test:[/ipad/i],describe(){return{type:Ct.tablet,vendor:"Apple",model:"iPad"}}},{test:[/Macintosh(.*?) FxiOS(.*?)\//],describe(){return{type:Ct.tablet,vendor:"Apple",model:"iPad"}}},{test:[/kftt build/i],describe(){return{type:Ct.tablet,vendor:"Amazon",model:"Kindle Fire HD 7"}}},{test:[/silk/i],describe(){return{type:Ct.tablet,vendor:"Amazon"}}},{test:[/tablet(?! pc)/i],describe(){return{type:Ct.tablet}}},{test(t){let e=t.test(/ipod|iphone/i),n=t.test(/like (ipod|iphone)/i);return e&&!n},describe(t){let e=G.getFirstMatch(/(ipod|iphone)/i,t);return{type:Ct.mobile,vendor:"Apple",model:e}}},{test:[/nexus\s*[0-6].*/i,/galaxy nexus/i],describe(){return{type:Ct.mobile,vendor:"Nexus"}}},{test:[/[^-]mobi/i],describe(){return{type:Ct.mobile}}},{test(t){return t.getBrowserName(!0)==="blackberry"},describe(){return{type:Ct.mobile,vendor:"BlackBerry"}}},{test(t){return t.getBrowserName(!0)==="bada"},describe(){return{type:Ct.mobile}}},{test(t){return t.getBrowserName()==="windows phone"},describe(){return{type:Ct.mobile,vendor:"Microsoft"}}},{test(t){let e=Number(String(t.getOSVersion()).split(".")[0]);return t.getOSName(!0)==="android"&&e>=3},describe(){return{type:Ct.tablet}}},{test(t){return t.getOSName(!0)==="android"},describe(){return{type:Ct.mobile}}},{test(t){return t.getOSName(!0)==="macos"},describe(){return{type:Ct.desktop,vendor:"Apple"}}},{test(t){return t.getOSName(!0)==="windows"},describe(){return{type:Ct.desktop}}},{test(t){return t.getOSName(!0)==="linux"},describe(){return{type:Ct.desktop}}},{test(t){return t.getOSName(!0)==="playstation 4"},describe(){return{type:Ct.tv}}},{test(t){return t.getOSName(!0)==="roku"},describe(){return{type:Ct.tv}}}],vx=[{test(t){return t.getBrowserName(!0)==="microsoft edge"},describe(t){if(/\sedg\//i.test(t))return{name:Kr.Blink};let e=G.getFirstMatch(/edge\/(\d+(\.?_?\d+)+)/i,t);return{name:Kr.EdgeHTML,version:e}}},{test:[/trident/i],describe(t){let e={name:Kr.Trident},n=G.getFirstMatch(/trident\/(\d+(\.?_?\d+)+)/i,t);return n&&(e.version=n),e}},{test(t){return t.test(/presto/i)},describe(t){let e={name:Kr.Presto},n=G.getFirstMatch(/presto\/(\d+(\.?_?\d+)+)/i,t);return n&&(e.version=n),e}},{test(t){let e=t.test(/gecko/i),n=t.test(/like gecko/i);return e&&!n},describe(t){let e={name:Kr.Gecko},n=G.getFirstMatch(/gecko\/(\d+(\.?_?\d+)+)/i,t);return n&&(e.version=n),e}},{test:[/(apple)?webkit\/537\.36/i],describe(){return{name:Kr.Blink}}},{test:[/(apple)?webkit/i],describe(t){let e={name:Kr.WebKit},n=G.getFirstMatch(/webkit\/(\d+(\.?_?\d+)+)/i,t);return n&&(e.version=n),e}}],Sx=class{constructor(t,e=!1){if(t==null||t==="")throw new Error("UserAgent parameter can't be empty");this._ua=t,this.parsedResult={},e!==!0&&this.parse()}getUA(){return this._ua}test(t){return t.test(this._ua)}parseBrowser(){this.parsedResult.browser={};let t=G.find(bx,e=>{if(typeof e.test=="function")return e.test(this);if(e.test instanceof Array)return e.test.some(n=>this.test(n));throw new Error("Browser's test function is not valid")});return t&&(this.parsedResult.browser=t.describe(this.getUA())),this.parsedResult.browser}getBrowser(){return this.parsedResult.browser?this.parsedResult.browser:this.parseBrowser()}getBrowserName(t){return t?String(this.getBrowser().name).toLowerCase()||"":this.getBrowser().name||""}getBrowserVersion(){return this.getBrowser().version}getOS(){return this.parsedResult.os?this.parsedResult.os:this.parseOS()}parseOS(){this.parsedResult.os={};let t=G.find(Tx,e=>{if(typeof e.test=="function")return e.test(this);if(e.test instanceof Array)return e.test.some(n=>this.test(n));throw new Error("Browser's test function is not valid")});return t&&(this.parsedResult.os=t.describe(this.getUA())),this.parsedResult.os}getOSName(t){let{name:e}=this.getOS();return t?String(e).toLowerCase()||"":e||""}getOSVersion(){return this.getOS().version}getPlatform(){return this.parsedResult.platform?this.parsedResult.platform:this.parsePlatform()}getPlatformType(t=!1){let{type:e}=this.getPlatform();return t?String(e).toLowerCase()||"":e||""}parsePlatform(){this.parsedResult.platform={};let t=G.find(yx,e=>{if(typeof e.test=="function")return e.test(this);if(e.test instanceof Array)return e.test.some(n=>this.test(n));throw new Error("Browser's test function is not valid")});return t&&(this.parsedResult.platform=t.describe(this.getUA())),this.parsedResult.platform}getEngine(){return this.parsedResult.engine?this.parsedResult.engine:this.parseEngine()}getEngineName(t){return t?String(this.getEngine().name).toLowerCase()||"":this.getEngine().name||""}parseEngine(){this.parsedResult.engine={};let t=G.find(vx,e=>{if(typeof e.test=="function")return e.test(this);if(e.test instanceof Array)return e.test.some(n=>this.test(n));throw new Error("Browser's test function is not valid")});return t&&(this.parsedResult.engine=t.describe(this.getUA())),this.parsedResult.engine}parse(){return this.parseBrowser(),this.parseOS(),this.parsePlatform(),this.parseEngine(),this}getResult(){return G.assign({},this.parsedResult)}satisfies(t){let e={},n=0,r={},a=0;if(Object.keys(t).forEach(i=>{let o=t[i];typeof o=="string"?(r[i]=o,a+=1):typeof o=="object"&&(e[i]=o,n+=1)}),n>0){let i=Object.keys(e),o=G.find(i,u=>this.isOS(u));if(o){let u=this.satisfies(e[o]);if(u!==void 0)return u}let s=G.find(i,u=>this.isPlatform(u));if(s){let u=this.satisfies(e[s]);if(u!==void 0)return u}}if(a>0){let i=Object.keys(r),o=G.find(i,s=>this.isBrowser(s,!0));if(o!==void 0)return this.compareVersion(r[o])}}isBrowser(t,e=!1){let n=this.getBrowserName().toLowerCase(),r=t.toLowerCase(),a=G.getBrowserTypeByAlias(r);return e&&a&&(r=a.toLowerCase()),r===n}compareVersion(t){let e=[0],n=t,r=!1,a=this.getBrowserVersion();if(typeof a=="string")return t[0]===">"||t[0]==="<"?(n=t.substr(1),t[1]==="="?(r=!0,n=t.substr(2)):e=[],t[0]===">"?e.push(1):e.push(-1)):t[0]==="="?n=t.substr(1):t[0]==="~"&&(r=!0,n=t.substr(1)),e.indexOf(G.compareVersions(a,n,r))>-1}isOS(t){return this.getOSName(!0)===String(t).toLowerCase()}isPlatform(t){return this.getPlatformType(!0)===String(t).toLowerCase()}isEngine(t){return this.getEngineName(!0)===String(t).toLowerCase()}is(t,e=!1){return this.isBrowser(t,e)||this.isOS(t)||this.isPlatform(t)}some(t=[]){return t.some(e=>this.is(e))}},Yf=Sx,xx=class{static getParser(t,e=!1){if(typeof t!="string")throw new Error("UserAgent should be a string");return new Yf(t,e)}static parse(t){return new Yf(t).getResult()}static get BROWSER_MAP(){return Qf}static get ENGINE_MAP(){return Kr}static get OS_MAP(){return dn}static get PLATFORMS_MAP(){return Ct}},mi=xx;d();d();var{entries:ah,setPrototypeOf:Jf,isFrozen:Ex,getPrototypeOf:Cx,getOwnPropertyDescriptor:wx}=Object,{freeze:pn,seal:Vn,create:Dx}=Object,{apply:Hd,construct:Wd}=typeof Reflect<"u"&&Reflect;Hd||(Hd=function(t,e,n){return t.apply(e,n)});pn||(pn=function(t){return t});Vn||(Vn=function(t){return t});Wd||(Wd=function(t,e){return new t(...e)});var Ax=zn(Array.prototype.forEach),Zf=zn(Array.prototype.pop),Mo=zn(Array.prototype.push),hu=zn(String.prototype.toLowerCase),zd=zn(String.prototype.toString),kx=zn(String.prototype.match),$n=zn(String.prototype.replace),Px=zn(String.prototype.indexOf),Lx=zn(String.prototype.trim),An=zn(RegExp.prototype.test),Bo=_x(TypeError);function zn(t){return function(e){for(var n=arguments.length,r=new Array(n>1?n-1:0),a=1;a/gm),Rx=Vn(/\${[\w\W]*}/gm),Ox=Vn(/^data-[\-\w.\u00B7-\uFFFF]/),zx=Vn(/^aria-[\-\w]+$/),ih=Vn(/^(?:(?:(?:f|ht)tps?|mailto|tel|callto|sms|cid|xmpp):|[^a-z]|[a-z+.\-]+(?:[^a-z+.\-:]|$))/i),Nx=Vn(/^(?:\w+script|data):/i),Ux=Vn(/[\u0000-\u0020\u00A0\u1680\u180E\u2000-\u2029\u205F\u3000]/g),oh=Vn(/^html$/i),rh=Object.freeze({__proto__:null,MUSTACHE_EXPR:Bx,ERB_EXPR:Ix,TMPLIT_EXPR:Rx,DATA_ATTR:Ox,ARIA_ATTR:zx,IS_ALLOWED_URI:ih,IS_SCRIPT_OR_DATA:Nx,ATTR_WHITESPACE:Ux,DOCTYPE_NAME:oh}),qx=()=>typeof window>"u"?null:window,jx=function(t,e){if(typeof t!="object"||typeof t.createPolicy!="function")return null;let n=null,r="data-tt-policy-suffix";e&&e.hasAttribute(r)&&(n=e.getAttribute(r));let a="dompurify"+(n?"#"+n:"");try{return t.createPolicy(a,{createHTML(i){return i},createScriptURL(i){return i}})}catch{return null}};function sh(){let t=arguments.length>0&&arguments[0]!==void 0?arguments[0]:qx(),e=R=>sh(R);if(e.version="3.0.3",e.removed=[],!t||!t.document||t.document.nodeType!==9)return e.isSupported=!1,e;let n=t.document,r=n.currentScript,{document:a}=t,{DocumentFragment:i,HTMLTemplateElement:o,Node:s,Element:u,NodeFilter:l,NamedNodeMap:c=t.NamedNodeMap||t.MozNamedAttrMap,HTMLFormElement:p,DOMParser:m,trustedTypes:g}=t,f=u.prototype,T=mu(f,"cloneNode"),b=mu(f,"nextSibling"),h=mu(f,"childNodes"),E=mu(f,"parentNode");if(typeof o=="function"){let R=a.createElement("template");R.content&&R.content.ownerDocument&&(a=R.content.ownerDocument)}let D,M="",{implementation:I,createNodeIterator:S,createDocumentFragment:y,getElementsByTagName:L}=a,{importNode:A}=n,v={};e.isSupported=typeof ah=="function"&&typeof E=="function"&&I&&I.createHTMLDocument!==void 0;let{MUSTACHE_EXPR:O,ERB_EXPR:_,TMPLIT_EXPR:k,DATA_ATTR:N,ARIA_ATTR:z,IS_SCRIPT_OR_DATA:q,ATTR_WHITESPACE:F}=rh,{IS_ALLOWED_URI:C}=rh,P=null,U=Oe({},[...Xf,...Nd,...Ud,...qd,...eh]),H=null,j=Oe({},[...th,...jd,...nh,...fu]),W=Object.seal(Object.create(null,{tagNameCheck:{writable:!0,configurable:!1,enumerable:!0,value:null},attributeNameCheck:{writable:!0,configurable:!1,enumerable:!0,value:null},allowCustomizedBuiltInElements:{writable:!0,configurable:!1,enumerable:!0,value:!1}})),$=null,ue=null,ae=!0,J=!0,ie=!1,ge=!0,ee=!1,Y=!1,Te=!1,ne=!1,re=!1,xe=!1,ze=!1,_e=!0,de=!1,gt="user-content-",Pt=!0,bt=!1,xt={},sn=null,In=Oe({},["annotation-xml","audio","colgroup","desc","foreignobject","head","iframe","math","mi","mn","mo","ms","mtext","noembed","noframes","noscript","plaintext","script","style","svg","template","thead","title","video","xmp"]),wo=null,ir=Oe({},["audio","video","img","source","image","track"]),ka=null,ui=Oe({},["alt","class","for","id","label","name","pattern","placeholder","role","summary","title","value","style","xmlns"]),Vt="http://www.w3.org/1998/Math/MathML",Hn="http://www.w3.org/2000/svg",Yt="http://www.w3.org/1999/xhtml",wn=Yt,hr=!1,br=null,Pa=Oe({},[Vt,Hn,Yt],zd),un,Tr=["application/xhtml+xml","text/html"],mt="text/html",Xe,Dn=null,Y9=a.createElement("form"),sf=function(R){return R instanceof RegExp||R instanceof Function},ld=function(R){if(!(Dn&&Dn===R)){if((!R||typeof R!="object")&&(R={}),R=fi(R),un=Tr.indexOf(R.PARSER_MEDIA_TYPE)===-1?un=mt:un=R.PARSER_MEDIA_TYPE,Xe=un==="application/xhtml+xml"?zd:hu,P="ALLOWED_TAGS"in R?Oe({},R.ALLOWED_TAGS,Xe):U,H="ALLOWED_ATTR"in R?Oe({},R.ALLOWED_ATTR,Xe):j,br="ALLOWED_NAMESPACES"in R?Oe({},R.ALLOWED_NAMESPACES,zd):Pa,ka="ADD_URI_SAFE_ATTR"in R?Oe(fi(ui),R.ADD_URI_SAFE_ATTR,Xe):ui,wo="ADD_DATA_URI_TAGS"in R?Oe(fi(ir),R.ADD_DATA_URI_TAGS,Xe):ir,sn="FORBID_CONTENTS"in R?Oe({},R.FORBID_CONTENTS,Xe):In,$="FORBID_TAGS"in R?Oe({},R.FORBID_TAGS,Xe):{},ue="FORBID_ATTR"in R?Oe({},R.FORBID_ATTR,Xe):{},xt="USE_PROFILES"in R?R.USE_PROFILES:!1,ae=R.ALLOW_ARIA_ATTR!==!1,J=R.ALLOW_DATA_ATTR!==!1,ie=R.ALLOW_UNKNOWN_PROTOCOLS||!1,ge=R.ALLOW_SELF_CLOSE_IN_ATTR!==!1,ee=R.SAFE_FOR_TEMPLATES||!1,Y=R.WHOLE_DOCUMENT||!1,re=R.RETURN_DOM||!1,xe=R.RETURN_DOM_FRAGMENT||!1,ze=R.RETURN_TRUSTED_TYPE||!1,ne=R.FORCE_BODY||!1,_e=R.SANITIZE_DOM!==!1,de=R.SANITIZE_NAMED_PROPS||!1,Pt=R.KEEP_CONTENT!==!1,bt=R.IN_PLACE||!1,C=R.ALLOWED_URI_REGEXP||ih,wn=R.NAMESPACE||Yt,W=R.CUSTOM_ELEMENT_HANDLING||{},R.CUSTOM_ELEMENT_HANDLING&&sf(R.CUSTOM_ELEMENT_HANDLING.tagNameCheck)&&(W.tagNameCheck=R.CUSTOM_ELEMENT_HANDLING.tagNameCheck),R.CUSTOM_ELEMENT_HANDLING&&sf(R.CUSTOM_ELEMENT_HANDLING.attributeNameCheck)&&(W.attributeNameCheck=R.CUSTOM_ELEMENT_HANDLING.attributeNameCheck),R.CUSTOM_ELEMENT_HANDLING&&typeof R.CUSTOM_ELEMENT_HANDLING.allowCustomizedBuiltInElements=="boolean"&&(W.allowCustomizedBuiltInElements=R.CUSTOM_ELEMENT_HANDLING.allowCustomizedBuiltInElements),ee&&(J=!1),xe&&(re=!0),xt&&(P=Oe({},[...eh]),H=[],xt.html===!0&&(Oe(P,Xf),Oe(H,th)),xt.svg===!0&&(Oe(P,Nd),Oe(H,jd),Oe(H,fu)),xt.svgFilters===!0&&(Oe(P,Ud),Oe(H,jd),Oe(H,fu)),xt.mathMl===!0&&(Oe(P,qd),Oe(H,nh),Oe(H,fu))),R.ADD_TAGS&&(P===U&&(P=fi(P)),Oe(P,R.ADD_TAGS,Xe)),R.ADD_ATTR&&(H===j&&(H=fi(H)),Oe(H,R.ADD_ATTR,Xe)),R.ADD_URI_SAFE_ATTR&&Oe(ka,R.ADD_URI_SAFE_ATTR,Xe),R.FORBID_CONTENTS&&(sn===In&&(sn=fi(sn)),Oe(sn,R.FORBID_CONTENTS,Xe)),Pt&&(P["#text"]=!0),Y&&Oe(P,["html","head","body"]),P.table&&(Oe(P,["tbody"]),delete $.tbody),R.TRUSTED_TYPES_POLICY){if(typeof R.TRUSTED_TYPES_POLICY.createHTML!="function")throw Bo('TRUSTED_TYPES_POLICY configuration option must provide a "createHTML" hook.');if(typeof R.TRUSTED_TYPES_POLICY.createScriptURL!="function")throw Bo('TRUSTED_TYPES_POLICY configuration option must provide a "createScriptURL" hook.');D=R.TRUSTED_TYPES_POLICY,M=D.createHTML("")}else D===void 0&&(D=jx(g,r)),D!==null&&typeof M=="string"&&(M=D.createHTML(""));pn&&pn(R),Dn=R}},uf=Oe({},["mi","mo","mn","ms","mtext"]),lf=Oe({},["foreignobject","desc","title","annotation-xml"]),Q9=Oe({},["title","style","font","a","script"]),Zs=Oe({},Nd);Oe(Zs,Ud),Oe(Zs,Fx);let cd=Oe({},qd);Oe(cd,Mx);let J9=function(R){let le=E(R);(!le||!le.tagName)&&(le={namespaceURI:wn,tagName:"template"});let Z=hu(R.tagName),Ge=hu(le.tagName);return br[R.namespaceURI]?R.namespaceURI===Hn?le.namespaceURI===Yt?Z==="svg":le.namespaceURI===Vt?Z==="svg"&&(Ge==="annotation-xml"||uf[Ge]):!!Zs[Z]:R.namespaceURI===Vt?le.namespaceURI===Yt?Z==="math":le.namespaceURI===Hn?Z==="math"&&lf[Ge]:!!cd[Z]:R.namespaceURI===Yt?le.namespaceURI===Hn&&!lf[Ge]||le.namespaceURI===Vt&&!uf[Ge]?!1:!cd[Z]&&(Q9[Z]||!Zs[Z]):!!(un==="application/xhtml+xml"&&br[R.namespaceURI]):!1},li=function(R){Mo(e.removed,{element:R});try{R.parentNode.removeChild(R)}catch{R.remove()}},dd=function(R,le){try{Mo(e.removed,{attribute:le.getAttributeNode(R),from:le})}catch{Mo(e.removed,{attribute:null,from:le})}if(le.removeAttribute(R),R==="is"&&!H[R])if(re||xe)try{li(le)}catch{}else try{le.setAttribute(R,"")}catch{}},cf=function(R){let le,Z;if(ne)R=""+R;else{let ln=kx(R,/^[\r\n\t ]+/);Z=ln&&ln[0]}un==="application/xhtml+xml"&&wn===Yt&&(R=''+R+"");let Ge=D?D.createHTML(R):R;if(wn===Yt)try{le=new m().parseFromString(Ge,un)}catch{}if(!le||!le.documentElement){le=I.createDocument(wn,"template",null);try{le.documentElement.innerHTML=hr?M:Ge}catch{}}let Lt=le.body||le.documentElement;return R&&Z&&Lt.insertBefore(a.createTextNode(Z),Lt.childNodes[0]||null),wn===Yt?L.call(le,Y?"html":"body")[0]:Y?le.documentElement:Lt},df=function(R){return S.call(R.ownerDocument||R,R,l.SHOW_ELEMENT|l.SHOW_COMMENT|l.SHOW_TEXT,null,!1)},Z9=function(R){return R instanceof p&&(typeof R.nodeName!="string"||typeof R.textContent!="string"||typeof R.removeChild!="function"||!(R.attributes instanceof c)||typeof R.removeAttribute!="function"||typeof R.setAttribute!="function"||typeof R.namespaceURI!="string"||typeof R.insertBefore!="function"||typeof R.hasChildNodes!="function")},Xs=function(R){return typeof s=="object"?R instanceof s:R&&typeof R=="object"&&typeof R.nodeType=="number"&&typeof R.nodeName=="string"},yr=function(R,le,Z){v[R]&&Ax(v[R],Ge=>{Ge.call(e,le,Z,Dn)})},pf=function(R){let le;if(yr("beforeSanitizeElements",R,null),Z9(R))return li(R),!0;let Z=Xe(R.nodeName);if(yr("uponSanitizeElement",R,{tagName:Z,allowedTags:P}),R.hasChildNodes()&&!Xs(R.firstElementChild)&&(!Xs(R.content)||!Xs(R.content.firstElementChild))&&An(/<[/\w]/g,R.innerHTML)&&An(/<[/\w]/g,R.textContent))return li(R),!0;if(!P[Z]||$[Z]){if(!$[Z]&&mf(Z)&&(W.tagNameCheck instanceof RegExp&&An(W.tagNameCheck,Z)||W.tagNameCheck instanceof Function&&W.tagNameCheck(Z)))return!1;if(Pt&&!sn[Z]){let Ge=E(R)||R.parentNode,Lt=h(R)||R.childNodes;if(Lt&&Ge){let ln=Lt.length;for(let yn=ln-1;yn>=0;--yn)Ge.insertBefore(T(Lt[yn],!0),b(R))}}return li(R),!0}return R instanceof u&&!J9(R)||(Z==="noscript"||Z==="noembed")&&An(/<\/no(script|embed)/i,R.innerHTML)?(li(R),!0):(ee&&R.nodeType===3&&(le=R.textContent,le=$n(le,O," "),le=$n(le,_," "),le=$n(le,k," "),R.textContent!==le&&(Mo(e.removed,{element:R.cloneNode()}),R.textContent=le)),yr("afterSanitizeElements",R,null),!1)},gf=function(R,le,Z){if(_e&&(le==="id"||le==="name")&&(Z in a||Z in Y9))return!1;if(!(J&&!ue[le]&&An(N,le))&&!(ae&&An(z,le))){if(!H[le]||ue[le]){if(!(mf(R)&&(W.tagNameCheck instanceof RegExp&&An(W.tagNameCheck,R)||W.tagNameCheck instanceof Function&&W.tagNameCheck(R))&&(W.attributeNameCheck instanceof RegExp&&An(W.attributeNameCheck,le)||W.attributeNameCheck instanceof Function&&W.attributeNameCheck(le))||le==="is"&&W.allowCustomizedBuiltInElements&&(W.tagNameCheck instanceof RegExp&&An(W.tagNameCheck,Z)||W.tagNameCheck instanceof Function&&W.tagNameCheck(Z))))return!1}else if(!ka[le]&&!An(C,$n(Z,F,""))&&!((le==="src"||le==="xlink:href"||le==="href")&&R!=="script"&&Px(Z,"data:")===0&&wo[R])&&!(ie&&!An(q,$n(Z,F,"")))&&Z)return!1}return!0},mf=function(R){return R.indexOf("-")>0},ff=function(R){let le,Z,Ge,Lt;yr("beforeSanitizeAttributes",R,null);let{attributes:ln}=R;if(!ln)return;let yn={attrName:"",attrValue:"",keepAttr:!0,allowedAttributes:H};for(Lt=ln.length;Lt--;){le=ln[Lt];let{name:Rt,namespaceURI:ci}=le;if(Z=Rt==="value"?le.value:Lx(le.value),Ge=Xe(Rt),yn.attrName=Ge,yn.attrValue=Z,yn.keepAttr=!0,yn.forceKeepAttr=void 0,yr("uponSanitizeAttribute",R,yn),Z=yn.attrValue,yn.forceKeepAttr||(dd(Rt,R),!yn.keepAttr))continue;if(!ge&&An(/\/>/i,Z)){dd(Rt,R);continue}ee&&(Z=$n(Z,O," "),Z=$n(Z,_," "),Z=$n(Z,k," "));let hf=Xe(R.nodeName);if(gf(hf,Ge,Z)){if(de&&(Ge==="id"||Ge==="name")&&(dd(Rt,R),Z=gt+Z),D&&typeof g=="object"&&typeof g.getAttributeType=="function"&&!ci)switch(g.getAttributeType(hf,Ge)){case"TrustedHTML":{Z=D.createHTML(Z);break}case"TrustedScriptURL":{Z=D.createScriptURL(Z);break}}try{ci?R.setAttributeNS(ci,Rt,Z):R.setAttribute(Rt,Z),Zf(e.removed)}catch{}}}yr("afterSanitizeAttributes",R,null)},X9=function R(le){let Z,Ge=df(le);for(yr("beforeSanitizeShadowDOM",le,null);Z=Ge.nextNode();)yr("uponSanitizeShadowNode",Z,null),!pf(Z)&&(Z.content instanceof i&&R(Z.content),ff(Z));yr("afterSanitizeShadowDOM",le,null)};return e.sanitize=function(R){let le=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{},Z,Ge,Lt,ln;if(hr=!R,hr&&(R=""),typeof R!="string"&&!Xs(R))if(typeof R.toString=="function"){if(R=R.toString(),typeof R!="string")throw Bo("dirty is not a string, aborting")}else throw Bo("toString is not a function");if(!e.isSupported)return R;if(Te||ld(le),e.removed=[],typeof R=="string"&&(bt=!1),bt){if(R.nodeName){let ci=Xe(R.nodeName);if(!P[ci]||$[ci])throw Bo("root node is forbidden and cannot be sanitized in-place")}}else if(R instanceof s)Z=cf(""),Ge=Z.ownerDocument.importNode(R,!0),Ge.nodeType===1&&Ge.nodeName==="BODY"||Ge.nodeName==="HTML"?Z=Ge:Z.appendChild(Ge);else{if(!re&&!ee&&!Y&&R.indexOf("<")===-1)return D&&ze?D.createHTML(R):R;if(Z=cf(R),!Z)return re?null:ze?M:""}Z&&ne&&li(Z.firstChild);let yn=df(bt?R:Z);for(;Lt=yn.nextNode();)pf(Lt)||(Lt.content instanceof i&&X9(Lt.content),ff(Lt));if(bt)return R;if(re){if(xe)for(ln=y.call(Z.ownerDocument);Z.firstChild;)ln.appendChild(Z.firstChild);else ln=Z;return(H.shadowroot||H.shadowrootmod)&&(ln=A.call(n,ln,!0)),ln}let Rt=Y?Z.outerHTML:Z.innerHTML;return Y&&P["!doctype"]&&Z.ownerDocument&&Z.ownerDocument.doctype&&Z.ownerDocument.doctype.name&&An(oh,Z.ownerDocument.doctype.name)&&(Rt=" -`+Rt),ee&&(Rt=$n(Rt,O," "),Rt=$n(Rt,_," "),Rt=$n(Rt,k," ")),D&&ze?D.createHTML(Rt):Rt},e.setConfig=function(R){ld(R),Te=!0},e.clearConfig=function(){Dn=null,Te=!1},e.isValidAttribute=function(R,le,Z){Dn||ld({});let Ge=Xe(R),Lt=Xe(le);return gf(Ge,Lt,Z)},e.addHook=function(R,le){typeof le=="function"&&(v[R]=v[R]||[],Mo(v[R],le))},e.removeHook=function(R){if(v[R])return Zf(v[R])},e.removeHooks=function(R){v[R]&&(v[R]=[])},e.removeAllHooks=function(){v={}},e}var Ye=sh();d();d();var Hx=Object.create,Gd=Object.defineProperty,Wx=Object.getOwnPropertyDescriptor,Kx=Object.getOwnPropertyNames,Gx=Object.getPrototypeOf,$x=Object.prototype.hasOwnProperty,$d=(t,e)=>()=>(e||t((e={exports:{}}).exports,e),e.exports),Vx=(t,e)=>{for(var n in e)Gd(t,n,{get:e[n],enumerable:!0})},Kd=(t,e,n,r)=>{if(e&&typeof e=="object"||typeof e=="function")for(let a of Kx(e))!$x.call(t,a)&&a!==n&&Gd(t,a,{get:()=>e[a],enumerable:!(r=Wx(e,a))||r.enumerable});return t},Yx=(t,e,n)=>(Kd(t,e,"default"),n&&Kd(n,e,"default")),lh=(t,e,n)=>(n=t!=null?Hx(Gx(t)):{},Kd(e||!t||!t.__esModule?Gd(n,"default",{value:t,enumerable:!0}):n,t)),Qx=$d((t,e)=>{function n(r,a){if(a&&a.documentElement)r=a,a=arguments[2];else if(!r||!r.documentElement)throw new Error("First argument to Readability constructor should be a document object.");if(a=a||{},this._doc=r,this._docJSDOMParser=this._doc.firstChild.__JSDOMParser__,this._articleTitle=null,this._articleByline=null,this._articleDir=null,this._articleSiteName=null,this._attempts=[],this._debug=!!a.debug,this._maxElemsToParse=a.maxElemsToParse||this.DEFAULT_MAX_ELEMS_TO_PARSE,this._nbTopCandidates=a.nbTopCandidates||this.DEFAULT_N_TOP_CANDIDATES,this._charThreshold=a.charThreshold||this.DEFAULT_CHAR_THRESHOLD,this._classesToPreserve=this.CLASSES_TO_PRESERVE.concat(a.classesToPreserve||[]),this._keepClasses=!!a.keepClasses,this._serializer=a.serializer||function(i){return i.innerHTML},this._disableJSONLD=!!a.disableJSONLD,this._allowedVideoRegex=a.allowedVideoRegex||this.REGEXPS.videos,this._flags=this.FLAG_STRIP_UNLIKELYS|this.FLAG_WEIGHT_CLASSES|this.FLAG_CLEAN_CONDITIONALLY,this._debug){let i=function(o){if(o.nodeType==o.TEXT_NODE)return`${o.nodeName} ("${o.textContent}")`;let s=Array.from(o.attributes||[],function(u){return`${u.name}="${u.value}"`}).join(" ");return`<${o.localName} ${s}>`};this.log=function(){if(typeof console<"u")Array.from(arguments,u=>u&&u.nodeType==this.ELEMENT_NODE?i(u):u).unshift("Reader: (Readability)");else if(typeof dump<"u"){var o=Array.prototype.map.call(arguments,function(s){return s&&s.nodeName?i(s):s}).join(" ");dump("Reader: (Readability) "+o+` -`)}}}else this.log=function(){}}n.prototype={FLAG_STRIP_UNLIKELYS:1,FLAG_WEIGHT_CLASSES:2,FLAG_CLEAN_CONDITIONALLY:4,ELEMENT_NODE:1,TEXT_NODE:3,DEFAULT_MAX_ELEMS_TO_PARSE:0,DEFAULT_N_TOP_CANDIDATES:5,DEFAULT_TAGS_TO_SCORE:"section,h2,h3,h4,h5,h6,p,td,pre".toUpperCase().split(","),DEFAULT_CHAR_THRESHOLD:500,REGEXPS:{unlikelyCandidates:/-ad-|ai2html|banner|breadcrumbs|combx|comment|community|cover-wrap|disqus|extra|footer|gdpr|header|legends|menu|related|remark|replies|rss|shoutbox|sidebar|skyscraper|social|sponsor|supplemental|ad-break|agegate|pagination|pager|popup|yom-remote/i,okMaybeItsACandidate:/and|article|body|column|content|main|shadow/i,positive:/article|body|content|entry|hentry|h-entry|main|page|pagination|post|text|blog|story/i,negative:/-ad-|hidden|^hid$| hid$| hid |^hid |banner|combx|comment|com-|contact|foot|footer|footnote|gdpr|masthead|media|meta|outbrain|promo|related|scroll|share|shoutbox|sidebar|skyscraper|sponsor|shopping|tags|tool|widget/i,extraneous:/print|archive|comment|discuss|e[\-]?mail|share|reply|all|login|sign|single|utility/i,byline:/byline|author|dateline|writtenby|p-author/i,replaceFonts:/<(\/?)font[^>]*>/gi,normalize:/\s{2,}/g,videos:/\/\/(www\.)?((dailymotion|youtube|youtube-nocookie|player\.vimeo|v\.qq)\.com|(archive|upload\.wikimedia)\.org|player\.twitch\.tv)/i,shareElements:/(\b|_)(share|sharedaddy)(\b|_)/i,nextLink:/(next|weiter|continue|>([^\|]|$)|»([^\|]|$))/i,prevLink:/(prev|earl|old|new|<|«)/i,tokenize:/\W+/g,whitespace:/^\s*$/,hasContent:/\S$/,hashUrl:/^#.+/,srcsetUrl:/(\S+)(\s+[\d.]+[xw])?(\s*(?:,|$))/g,b64DataUrl:/^data:\s*([^\s;,]+)\s*;\s*base64\s*,/i,jsonLdArticleTypes:/^Article|AdvertiserContentArticle|NewsArticle|AnalysisNewsArticle|AskPublicNewsArticle|BackgroundNewsArticle|OpinionNewsArticle|ReportageNewsArticle|ReviewNewsArticle|Report|SatiricalArticle|ScholarlyArticle|MedicalScholarlyArticle|SocialMediaPosting|BlogPosting|LiveBlogPosting|DiscussionForumPosting|TechArticle|APIReference$/},UNLIKELY_ROLES:["menu","menubar","complementary","navigation","alert","alertdialog","dialog"],DIV_TO_P_ELEMS:new Set(["BLOCKQUOTE","DL","DIV","IMG","OL","P","PRE","TABLE","UL"]),ALTER_TO_DIV_EXCEPTIONS:["DIV","ARTICLE","SECTION","P"],PRESENTATIONAL_ATTRIBUTES:["align","background","bgcolor","border","cellpadding","cellspacing","frame","hspace","rules","style","valign","vspace"],DEPRECATED_SIZE_ATTRIBUTE_ELEMS:["TABLE","TH","TD","HR","PRE"],PHRASING_ELEMS:["ABBR","AUDIO","B","BDO","BR","BUTTON","CITE","CODE","DATA","DATALIST","DFN","EM","EMBED","I","IMG","INPUT","KBD","LABEL","MARK","MATH","METER","NOSCRIPT","OBJECT","OUTPUT","PROGRESS","Q","RUBY","SAMP","SCRIPT","SELECT","SMALL","SPAN","STRONG","SUB","SUP","TEXTAREA","TIME","VAR","WBR"],CLASSES_TO_PRESERVE:["page"],HTML_ESCAPE_MAP:{lt:"<",gt:">",amp:"&",quot:'"',apos:"'"},_postProcessContent:function(r){this._fixRelativeUris(r),this._simplifyNestedElements(r),this._keepClasses||this._cleanClasses(r)},_removeNodes:function(r,a){if(this._docJSDOMParser&&r._isLiveNodeList)throw new Error("Do not pass live node lists to _removeNodes");for(var i=r.length-1;i>=0;i--){var o=r[i],s=o.parentNode;s&&(!a||a.call(this,o,i,r))&&s.removeChild(o)}},_replaceNodeTags:function(r,a){if(this._docJSDOMParser&&r._isLiveNodeList)throw new Error("Do not pass live node lists to _replaceNodeTags");for(let i of r)this._setNodeTag(i,a)},_forEachNode:function(r,a){Array.prototype.forEach.call(r,a,this)},_findNode:function(r,a){return Array.prototype.find.call(r,a,this)},_someNode:function(r,a){return Array.prototype.some.call(r,a,this)},_everyNode:function(r,a){return Array.prototype.every.call(r,a,this)},_concatNodeLists:function(){var r=Array.prototype.slice,a=r.call(arguments),i=a.map(function(o){return r.call(o)});return Array.prototype.concat.apply([],i)},_getAllNodesWithTag:function(r,a){return r.querySelectorAll?r.querySelectorAll(a.join(",")):[].concat.apply([],a.map(function(i){var o=r.getElementsByTagName(i);return Array.isArray(o)?o:Array.from(o)}))},_cleanClasses:function(r){var a=this._classesToPreserve,i=(r.getAttribute("class")||"").split(/\s+/).filter(function(o){return a.indexOf(o)!=-1}).join(" ");for(i?r.setAttribute("class",i):r.removeAttribute("class"),r=r.firstElementChild;r;r=r.nextElementSibling)this._cleanClasses(r)},_fixRelativeUris:function(r){var a=this._doc.baseURI,i=this._doc.documentURI;function o(l){if(a==i&&l.charAt(0)=="#")return l;try{return new URL(l,a).href}catch{}return l}var s=this._getAllNodesWithTag(r,["a"]);this._forEachNode(s,function(l){var c=l.getAttribute("href");if(c)if(c.indexOf("javascript:")===0)if(l.childNodes.length===1&&l.childNodes[0].nodeType===this.TEXT_NODE){var p=this._doc.createTextNode(l.textContent);l.parentNode.replaceChild(p,l)}else{for(var m=this._doc.createElement("span");l.firstChild;)m.appendChild(l.firstChild);l.parentNode.replaceChild(m,l)}else l.setAttribute("href",o(c))});var u=this._getAllNodesWithTag(r,["img","picture","figure","video","audio","source"]);this._forEachNode(u,function(l){var c=l.getAttribute("src"),p=l.getAttribute("poster"),m=l.getAttribute("srcset");if(c&&l.setAttribute("src",o(c)),p&&l.setAttribute("poster",o(p)),m){var g=m.replace(this.REGEXPS.srcsetUrl,function(f,T,b,h){return o(T)+(b||"")+h});l.setAttribute("srcset",g)}})},_simplifyNestedElements:function(r){for(var a=r;a;){if(a.parentNode&&["DIV","SECTION"].includes(a.tagName)&&!(a.id&&a.id.startsWith("readability"))){if(this._isElementWithoutContent(a)){a=this._removeAndGetNext(a);continue}else if(this._hasSingleTagInsideElement(a,"DIV")||this._hasSingleTagInsideElement(a,"SECTION")){for(var i=a.children[0],o=0;o»] /.test(a))o=/ [\\\/>»] /.test(a),a=i.replace(/(.*)[\|\-\\\/>»] .*/gi,"$1"),s(a)<3&&(a=i.replace(/[^\|\-\\\/>»]*[\|\-\\\/>»](.*)/gi,"$1"));else if(a.indexOf(": ")!==-1){var u=this._concatNodeLists(r.getElementsByTagName("h1"),r.getElementsByTagName("h2")),l=a.trim(),c=this._someNode(u,function(g){return g.textContent.trim()===l});c||(a=i.substring(i.lastIndexOf(":")+1),s(a)<3?a=i.substring(i.indexOf(":")+1):s(i.substr(0,i.indexOf(":")))>5&&(a=i))}else if(a.length>150||a.length<15){var p=r.getElementsByTagName("h1");p.length===1&&(a=this._getInnerText(p[0]))}a=a.trim().replace(this.REGEXPS.normalize," ");var m=s(a);return m<=4&&(!o||m!=s(i.replace(/[\|\-\\\/>»]+/g,""))-1)&&(a=i),a},_prepDocument:function(){var r=this._doc;this._removeNodes(this._getAllNodesWithTag(r,["style"])),r.body&&this._replaceBrs(r.body),this._replaceNodeTags(this._getAllNodesWithTag(r,["font"]),"SPAN")},_nextNode:function(r){for(var a=r;a&&a.nodeType!=this.ELEMENT_NODE&&this.REGEXPS.whitespace.test(a.textContent);)a=a.nextSibling;return a},_replaceBrs:function(r){this._forEachNode(this._getAllNodesWithTag(r,["br"]),function(a){for(var i=a.nextSibling,o=!1;(i=this._nextNode(i))&&i.tagName=="BR";){o=!0;var s=i.nextSibling;i.parentNode.removeChild(i),i=s}if(o){var u=this._doc.createElement("p");for(a.parentNode.replaceChild(u,a),i=u.nextSibling;i;){if(i.tagName=="BR"){var l=this._nextNode(i.nextSibling);if(l&&l.tagName=="BR")break}if(!this._isPhrasingContent(i))break;var c=i.nextSibling;u.appendChild(i),i=c}for(;u.lastChild&&this._isWhitespace(u.lastChild);)u.removeChild(u.lastChild);u.parentNode.tagName==="P"&&this._setNodeTag(u.parentNode,"DIV")}})},_setNodeTag:function(r,a){if(this.log("_setNodeTag",r,a),this._docJSDOMParser)return r.localName=a.toLowerCase(),r.tagName=a.toUpperCase(),r;for(var i=r.ownerDocument.createElement(a);r.firstChild;)i.appendChild(r.firstChild);r.parentNode.replaceChild(i,r),r.readability&&(i.readability=r.readability);for(var o=0;o!i.includes(l)),u=s.join(" ").length/o.join(" ").length;return 1-u},_checkByline:function(r,a){if(this._articleByline)return!1;if(r.getAttribute!==void 0)var i=r.getAttribute("rel"),o=r.getAttribute("itemprop");return(i==="author"||o&&o.indexOf("author")!==-1||this.REGEXPS.byline.test(a))&&this._isValidByline(r.textContent)?(this._articleByline=r.textContent.trim(),!0):!1},_getNodeAncestors:function(r,a){a=a||0;for(var i=0,o=[];r.parentNode&&(o.push(r.parentNode),!(a&&++i===a));)r=r.parentNode;return o},_grabArticle:function(r){this.log("**** grabArticle ****");var a=this._doc,i=r!==null;if(r=r||this._doc.body,!r)return this.log("No body found in document. Abort."),null;for(var o=r.innerHTML;;){this.log("Starting grabArticle loop");var s=this._flagIsActive(this.FLAG_STRIP_UNLIKELYS),u=[],l=this._doc.documentElement;let ne=!0;for(;l;){l.tagName==="HTML"&&(this._articleLang=l.getAttribute("lang"));var c=l.className+" "+l.id;if(!this._isProbablyVisible(l)){this.log("Removing hidden node - "+c),l=this._removeAndGetNext(l);continue}if(l.getAttribute("aria-modal")=="true"&&l.getAttribute("role")=="dialog"){l=this._removeAndGetNext(l);continue}if(this._checkByline(l,c)){l=this._removeAndGetNext(l);continue}if(ne&&this._headerDuplicatesTitle(l)){this.log("Removing header: ",l.textContent.trim(),this._articleTitle.trim()),ne=!1,l=this._removeAndGetNext(l);continue}if(s){if(this.REGEXPS.unlikelyCandidates.test(c)&&!this.REGEXPS.okMaybeItsACandidate.test(c)&&!this._hasAncestorTag(l,"table")&&!this._hasAncestorTag(l,"code")&&l.tagName!=="BODY"&&l.tagName!=="A"){this.log("Removing unlikely candidate - "+c),l=this._removeAndGetNext(l);continue}if(this.UNLIKELY_ROLES.includes(l.getAttribute("role"))){this.log("Removing content with role "+l.getAttribute("role")+" - "+c),l=this._removeAndGetNext(l);continue}}if((l.tagName==="DIV"||l.tagName==="SECTION"||l.tagName==="HEADER"||l.tagName==="H1"||l.tagName==="H2"||l.tagName==="H3"||l.tagName==="H4"||l.tagName==="H5"||l.tagName==="H6")&&this._isElementWithoutContent(l)){l=this._removeAndGetNext(l);continue}if(this.DEFAULT_TAGS_TO_SCORE.indexOf(l.tagName)!==-1&&u.push(l),l.tagName==="DIV"){for(var p=null,m=l.firstChild;m;){var g=m.nextSibling;if(this._isPhrasingContent(m))p!==null?p.appendChild(m):this._isWhitespace(m)||(p=a.createElement("p"),l.replaceChild(p,m),p.appendChild(m));else if(p!==null){for(;p.lastChild&&this._isWhitespace(p.lastChild);)p.removeChild(p.lastChild);p=null}m=g}if(this._hasSingleTagInsideElement(l,"P")&&this._getLinkDensity(l)<.25){var f=l.children[0];l.parentNode.replaceChild(f,l),l=f,u.push(l)}else this._hasChildBlockElement(l)||(l=this._setNodeTag(l,"P"),u.push(l))}l=this._getNextNode(l)}var T=[];this._forEachNode(u,function(re){if(!(!re.parentNode||typeof re.parentNode.tagName>"u")){var xe=this._getInnerText(re);if(!(xe.length<25)){var ze=this._getNodeAncestors(re,5);if(ze.length!==0){var _e=0;_e+=1,_e+=xe.split(",").length,_e+=Math.min(Math.floor(xe.length/100),3),this._forEachNode(ze,function(de,gt){if(!(!de.tagName||!de.parentNode||typeof de.parentNode.tagName>"u")){if(typeof de.readability>"u"&&(this._initializeNode(de),T.push(de)),gt===0)var Pt=1;else gt===1?Pt=2:Pt=gt*3;de.readability.contentScore+=_e/Pt}})}}}});for(var b=[],h=0,E=T.length;hS.readability.contentScore){b.splice(I,0,D),b.length>this._nbTopCandidates&&b.pop();break}}}var y=b[0]||null,L=!1,A;if(y===null||y.tagName==="BODY"){for(y=a.createElement("DIV"),L=!0;r.firstChild;)this.log("Moving child out:",r.firstChild),y.appendChild(r.firstChild);r.appendChild(y),this._initializeNode(y)}else if(y){for(var v=[],O=1;O=.75&&v.push(this._getNodeAncestors(b[O]));var _=3;if(v.length>=_)for(A=y.parentNode;A.tagName!=="BODY";){for(var k=0,N=0;N=_){y=A;break}A=A.parentNode}y.readability||this._initializeNode(y),A=y.parentNode;for(var z=y.readability.contentScore,q=z/3;A.tagName!=="BODY";){if(!A.readability){A=A.parentNode;continue}var F=A.readability.contentScore;if(Fz){y=A;break}z=A.readability.contentScore,A=A.parentNode}for(A=y.parentNode;A.tagName!="BODY"&&A.children.length==1;)y=A,A=y.parentNode;y.readability||this._initializeNode(y)}var C=a.createElement("DIV");i&&(C.id="readability-content");var P=Math.max(10,y.readability.contentScore*.2);A=y.parentNode;for(var U=A.children,H=0,j=U.length;H=P)$=!0;else if(W.nodeName==="P"){var ae=this._getLinkDensity(W),J=this._getInnerText(W),ie=J.length;(ie>80&&ae<.25||ie<80&&ie>0&&ae===0&&J.search(/\.( |$)/)!==-1)&&($=!0)}}$&&(this.log("Appending node:",W),this.ALTER_TO_DIV_EXCEPTIONS.indexOf(W.nodeName)===-1&&(this.log("Altering sibling:",W,"to div."),W=this._setNodeTag(W,"DIV")),C.appendChild(W),U=A.children,H-=1,j-=1)}if(this._debug&&this.log("Article content pre-prep: "+C.innerHTML),this._prepArticle(C),this._debug&&this.log("Article content post-prep: "+C.innerHTML),L)y.id="readability-page-1",y.className="page";else{var ge=a.createElement("DIV");for(ge.id="readability-page-1",ge.className="page";C.firstChild;)ge.appendChild(C.firstChild);C.appendChild(ge)}this._debug&&this.log("Article content after paging: "+C.innerHTML);var ee=!0,Y=this._getInnerText(C,!0).length;if(Y0&&r.length<100):!1},_unescapeHtmlEntities:function(r){if(!r)return r;var a=this.HTML_ESCAPE_MAP;return r.replace(/&(quot|amp|apos|lt|gt);/g,function(i,o){return a[o]}).replace(/&#(?:x([0-9a-z]{1,4})|([0-9]{1,4}));/gi,function(i,o,s){var u=parseInt(o||s,o?16:10);return String.fromCharCode(u)})},_getJSONLD:function(r){var a=this._getAllNodesWithTag(r,["script"]),i;return this._forEachNode(a,function(o){if(!i&&o.getAttribute("type")==="application/ld+json")try{var s=o.textContent.replace(/^\s*\s*$/g,""),u=JSON.parse(s);if(!u["@context"]||!u["@context"].match(/^https?\:\/\/schema\.org$/)||(!u["@type"]&&Array.isArray(u["@graph"])&&(u=u["@graph"].find(function(m){return(m["@type"]||"").match(this.REGEXPS.jsonLdArticleTypes)})),!u||!u["@type"]||!u["@type"].match(this.REGEXPS.jsonLdArticleTypes)))return;if(i={},typeof u.name=="string"&&typeof u.headline=="string"&&u.name!==u.headline){var l=this._getArticleTitle(),c=this._textSimilarity(u.name,l)>.75,p=this._textSimilarity(u.headline,l)>.75;p&&!c?i.title=u.headline:i.title=u.name}else typeof u.name=="string"?i.title=u.name.trim():typeof u.headline=="string"&&(i.title=u.headline.trim());u.author&&(typeof u.author.name=="string"?i.byline=u.author.name.trim():Array.isArray(u.author)&&u.author[0]&&typeof u.author[0].name=="string"&&(i.byline=u.author.filter(function(m){return m&&typeof m.name=="string"}).map(function(m){return m.name.trim()}).join(", "))),typeof u.description=="string"&&(i.excerpt=u.description.trim()),u.publisher&&typeof u.publisher.name=="string"&&(i.siteName=u.publisher.name.trim());return}catch(m){this.log(m.message)}}),i||{}},_getArticleMetadata:function(r){var a={},i={},o=this._doc.getElementsByTagName("meta"),s=/\s*(dc|dcterm|og|twitter)\s*:\s*(author|creator|description|title|site_name)\s*/gi,u=/^\s*(?:(dc|dcterm|og|twitter|weibo:(article|webpage))\s*[\.:]\s*)?(author|creator|description|title|site_name)\s*$/i;return this._forEachNode(o,function(l){var c=l.getAttribute("name"),p=l.getAttribute("property"),m=l.getAttribute("content");if(m){var g=null,f=null;p&&(g=p.match(s),g&&(f=g[0].toLowerCase().replace(/\s/g,""),i[f]=m.trim())),!g&&c&&u.test(c)&&(f=c,m&&(f=f.toLowerCase().replace(/\s/g,"").replace(/\./g,":"),i[f]=m.trim()))}}),a.title=r.title||i["dc:title"]||i["dcterm:title"]||i["og:title"]||i["weibo:article:title"]||i["weibo:webpage:title"]||i.title||i["twitter:title"],a.title||(a.title=this._getArticleTitle()),a.byline=r.byline||i["dc:creator"]||i["dcterm:creator"]||i.author,a.excerpt=r.excerpt||i["dc:description"]||i["dcterm:description"]||i["og:description"]||i["weibo:article:description"]||i["weibo:webpage:description"]||i.description||i["twitter:description"],a.siteName=r.siteName||i["og:site_name"],a.title=this._unescapeHtmlEntities(a.title),a.byline=this._unescapeHtmlEntities(a.byline),a.excerpt=this._unescapeHtmlEntities(a.excerpt),a.siteName=this._unescapeHtmlEntities(a.siteName),a},_isSingleImage:function(r){return r.tagName==="IMG"?!0:r.children.length!==1||r.textContent.trim()!==""?!1:this._isSingleImage(r.children[0])},_unwrapNoscriptImages:function(r){var a=Array.from(r.getElementsByTagName("img"));this._forEachNode(a,function(o){for(var s=0;s"u"?!0:a;var i=r.textContent.trim();return a?i.replace(this.REGEXPS.normalize," "):i},_getCharCount:function(r,a){return a=a||",",this._getInnerText(r).split(a).length-1},_cleanStyles:function(r){if(!(!r||r.tagName.toLowerCase()==="svg")){for(var a=0;a0&&s>i)return!1;if(r.parentNode.tagName===a&&(!o||o(r.parentNode)))return!0;r=r.parentNode,s++}return!1},_getRowAndColumnCount:function(r){for(var a=0,i=0,o=r.getElementsByTagName("tr"),s=0;s0){o._readabilityDataTable=!0;continue}var p=["col","colgroup","tfoot","thead","th"],m=function(f){return!!o.getElementsByTagName(f)[0]};if(p.some(m)){this.log("Data table because found data-y descendant"),o._readabilityDataTable=!0;continue}if(o.getElementsByTagName("table")[0]){o._readabilityDataTable=!1;continue}var g=this._getRowAndColumnCount(o);if(g.rows>=10||g.columns>4){o._readabilityDataTable=!0;continue}o._readabilityDataTable=g.rows*g.columns>10}},_fixLazyImages:function(r){this._forEachNode(this._getAllNodesWithTag(r,["img","picture","figure"]),function(a){if(a.src&&this.REGEXPS.b64DataUrl.test(a.src)){var i=this.REGEXPS.b64DataUrl.exec(a.src);if(i[1]==="image/svg+xml")return;for(var o=!1,s=0;so+=this._getInnerText(u,!0).length),o/i},_cleanConditionally:function(r,a){this._flagIsActive(this.FLAG_CLEAN_CONDITIONALLY)&&this._removeNodes(this._getAllNodesWithTag(r,[a]),function(i){var o=function(A){return A._readabilityDataTable},s=a==="ul"||a==="ol";if(!s){var u=0,l=this._getAllNodesWithTag(i,["ul","ol"]);this._forEachNode(l,A=>u+=this._getInnerText(A).length),s=u/this._getInnerText(i).length>.9}if(a==="table"&&o(i)||this._hasAncestorTag(i,"table",-1,o)||this._hasAncestorTag(i,"code"))return!1;var c=this._getClassWeight(i);this.log("Cleaning Conditionally",i);var p=0;if(c+p<0)return!0;if(this._getCharCount(i,",")<10){for(var m=i.getElementsByTagName("p").length,g=i.getElementsByTagName("img").length,f=i.getElementsByTagName("li").length-100,T=i.getElementsByTagName("input").length,b=this._getTextDensity(i,["h1","h2","h3","h4","h5","h6"]),h=0,E=this._getAllNodesWithTag(i,["object","embed","iframe"]),D=0;D1&&m/g<.5&&!this._hasAncestorTag(i,"figure")||!s&&f>m||T>Math.floor(m/3)||!s&&b<.9&&S<25&&(g===0||g>2)&&!this._hasAncestorTag(i,"figure")||!s&&c<25&&I>.2||c>=25&&I>.5||h===1&&S<75||h>1;if(s&&y){for(var L=0;L1)return y;let A=i.getElementsByTagName("li").length;if(g==A)return!1}return y}return!1})},_cleanMatchedNodes:function(r,a){for(var i=this._getNextNode(r,!0),o=this._getNextNode(r);o&&o!=i;)a.call(this,o,o.className+" "+o.id)?o=this._removeAndGetNext(o):o=this._getNextNode(o)},_cleanHeaders:function(r){let a=this._getAllNodesWithTag(r,["h1","h2"]);this._removeNodes(a,function(i){let o=this._getClassWeight(i)<0;return o&&this.log("Removing header with low class weight:",i),o})},_headerDuplicatesTitle:function(r){if(r.tagName!="H1"&&r.tagName!="H2")return!1;var a=this._getInnerText(r,!1);return this.log("Evaluating similarity of header:",a,this._articleTitle),this._textSimilarity(this._articleTitle,a)>.75},_flagIsActive:function(r){return(this._flags&r)>0},_removeFlag:function(r){this._flags=this._flags&~r},_isProbablyVisible:function(r){return(!r.style||r.style.display!="none")&&!r.hasAttribute("hidden")&&(!r.hasAttribute("aria-hidden")||r.getAttribute("aria-hidden")!="true"||r.className&&r.className.indexOf&&r.className.indexOf("fallback-image")!==-1)},parse:function(){if(this._maxElemsToParse>0){var r=this._doc.getElementsByTagName("*").length;if(r>this._maxElemsToParse)throw new Error("Aborting parsing document; "+r+" elements found")}this._unwrapNoscriptImages(this._doc);var a=this._disableJSONLD?{}:this._getJSONLD(this._doc);this._removeScripts(this._doc),this._prepDocument();var i=this._getArticleMetadata(a);this._articleTitle=i.title;var o=this._grabArticle();if(!o)return null;if(this.log("Grabbed: "+o.innerHTML),this._postProcessContent(o),!i.excerpt){var s=o.getElementsByTagName("p");s.length>0&&(i.excerpt=s[0].textContent.trim())}var u=o.textContent;return{title:this._articleTitle,byline:i.byline||this._articleByline,dir:this._articleDir,lang:this._articleLang,content:this._serializer(o),textContent:u,length:u.length,excerpt:i.excerpt,siteName:i.siteName||this._articleSiteName}}},typeof e=="object"&&(e.exports=n)}),Jx=$d((t,e)=>{var n={unlikelyCandidates:/-ad-|ai2html|banner|breadcrumbs|combx|comment|community|cover-wrap|disqus|extra|footer|gdpr|header|legends|menu|related|remark|replies|rss|shoutbox|sidebar|skyscraper|social|sponsor|supplemental|ad-break|agegate|pagination|pager|popup|yom-remote/i,okMaybeItsACandidate:/and|article|body|column|content|main|shadow/i};function r(i){return(!i.style||i.style.display!="none")&&!i.hasAttribute("hidden")&&(!i.hasAttribute("aria-hidden")||i.getAttribute("aria-hidden")!="true"||i.className&&i.className.indexOf&&i.className.indexOf("fallback-image")!==-1)}function a(i,o={}){typeof o=="function"&&(o={visibilityChecker:o});var s={minScore:20,minContentLength:140,visibilityChecker:r};o=Object.assign(s,o);var u=i.querySelectorAll("p, pre, article"),l=i.querySelectorAll("div > br");if(l.length){var c=new Set(u);[].forEach.call(l,function(m){c.add(m.parentNode)}),u=Array.from(c)}var p=0;return[].some.call(u,function(m){if(!o.visibilityChecker(m))return!1;var g=m.className+" "+m.id;if(n.unlikelyCandidates.test(g)&&!n.okMaybeItsACandidate.test(g)||m.matches("li p"))return!1;var f=m.textContent.trim().length;return fo.minScore)})}typeof e=="object"&&(e.exports=a)}),ch=$d((t,e)=>{var n=Qx(),r=Jx();e.exports={Readability:n,isProbablyReaderable:r}}),dh={};Vx(dh,{Readability:()=>bu,default:()=>mh,isProbablyReaderable:()=>gh});var ph=lh(ch());Yx(dh,lh(ch()));var{Readability:bu,isProbablyReaderable:gh}=ph,{default:uh,...Zx}=ph,mh=uh!==void 0?uh:Zx;var Na={};eu(Na,{Breadcrumbs:()=>Vr,BrowserClient:()=>Ci,Dedupe:()=>Zr,FunctionToString:()=>Ra,GlobalHandlers:()=>cr,HttpContext:()=>Jr,Hub:()=>_r,InboundFilters:()=>Oa,Integrations:()=>FC,LinkedErrors:()=>Qr,SDK_VERSION:()=>Ei,Scope:()=>Nn,TryCatch:()=>Yr,addBreadcrumb:()=>Pu,addGlobalEventProcessor:()=>lr,captureEvent:()=>Au,captureException:()=>Si,captureMessage:()=>Du,chromeStackLineParser:()=>w0,close:()=>D4,configureScope:()=>ku,createTransport:()=>$o,defaultIntegrations:()=>F0,defaultStackLineParsers:()=>k0,defaultStackParser:()=>qu,flush:()=>w4,forceLoad:()=>E4,geckoStackLineParser:()=>D0,getCurrentHub:()=>Le,getHubFromCarrier:()=>Un,init:()=>v4,lastEventId:()=>x4,makeFetchTransport:()=>Vo,makeMain:()=>vi,onLoad:()=>C4,opera10StackLineParser:()=>o4,opera11StackLineParser:()=>s4,setContext:()=>Lu,setExtra:()=>Fu,setExtras:()=>_u,setTag:()=>Bu,setTags:()=>Mu,setUser:()=>Iu,showReportDialog:()=>S4,startTransaction:()=>Ru,winjsStackLineParser:()=>A0,withScope:()=>xi,wrap:()=>A4});d();d();d();d();d();d();d();d();d();var fh=Object.prototype.toString;function Tu(t){switch(fh.call(t)){case"[object Error]":case"[object Exception]":case"[object DOMException]":return!0;default:return or(t,Error)}}function Io(t,e){return fh.call(t)===`[object ${e}]`}function yu(t){return Io(t,"ErrorEvent")}function hh(t){return Io(t,"DOMException")}function Dr(t){return Io(t,"String")}function Ro(t){return t===null||typeof t!="object"&&typeof t!="function"}function Yn(t){return Io(t,"Object")}function Oo(t){return typeof Event<"u"&&or(t,Event)}function bh(t){return!1}function Th(t){return Io(t,"RegExp")}function hi(t){return!!(t&&t.then&&typeof t.then=="function")}function yh(t){return Yn(t)&&"nativeEvent"in t&&"preventDefault"in t&&"stopPropagation"in t}function vh(t){return typeof t=="number"&&t!==t}function or(t,e){try{return t instanceof e}catch{return!1}}function zo(t,e){try{let n=t,r=5,a=80,i=[],o=0,s=0,u=" > ",l=u.length,c;for(;n&&o++1&&s+i.length*l+c.length>=a));)i.push(c),s+=c.length,n=n.parentNode;return i.reverse().join(u)}catch{return""}}function Xx(t,e){let n=t,r=[],a,i,o,s,u;if(!n||!n.tagName)return"";r.push(n.tagName.toLowerCase());let l=e&&e.length?e.filter(p=>n.getAttribute(p)).map(p=>[p,n.getAttribute(p)]):null;if(l&&l.length)l.forEach(p=>{r.push(`[${p[0]}="${p[1]}"]`)});else if(n.id&&r.push(`#${n.id}`),a=n.className,a&&Dr(a))for(i=a.split(/\s+/),u=0;u1&&(u=c.slice(0,-1).join("/"),l=c.pop()),l){let p=l.match(/^\d+/);p&&(l=p[0])}return xh({host:i,pass:a,path:u,projectId:l,port:o,protocol:n,publicKey:r})}function xh(t){return{protocol:t.protocol,publicKey:t.publicKey||"",pass:t.pass||"",host:t.host,port:t.port||"",path:t.path||"",projectId:t.projectId}}function rE(t){if(!!1)return;let{port:e,projectId:n,protocol:r}=t;if(["protocol","publicKey","host","projectId"].forEach(i=>{if(!t[i])throw new Tt(`Invalid Sentry Dsn: ${String(i)} missing`)}),!n.match(/^\d+$/))throw new Tt(`Invalid Sentry Dsn: Invalid projectId ${n}`);if(!tE(r))throw new Tt(`Invalid Sentry Dsn: Invalid protocol ${r}`);if(e&&isNaN(parseInt(e,10)))throw new Tt(`Invalid Sentry Dsn: Invalid port ${e}`);return!0}function vu(t){let e=typeof t=="string"?nE(t):xh(t);return rE(e),e}d();var aE={};function it(){return typeof window<"u"?window:typeof self<"u"?self:aE}function bi(t,e,n){let r=n||it(),a=r.__SENTRY__=r.__SENTRY__||{};return a[t]||(a[t]=e())}d();d();var No=["debug","info","warn","error","log","assert","trace"];function Vd(t){if(!("console"in it()))return t();let n=console,r={};No.forEach(a=>{let i=n[a]&&n[a].__sentry_original__;a in console&&i&&(r[a]=n[a],n[a]=i)});try{return t()}finally{Object.keys(r).forEach(a=>{n[a]=r[a]})}}function Eh(){let t=!1,e={enable:()=>{t=!0},disable:()=>{t=!1}};return!1?No.forEach(n=>{e[n]=(...r)=>{t&&Vd(()=>{})}}):No.forEach(n=>{e[n]=()=>{}}),e}var Se;!1?Se=bi("logger",Eh):Se=Eh();d();d();function Ma(t,e=0){return typeof t!="string"||e===0||t.length<=e?t:`${t.substr(0,e)}...`}function Yd(t,e){if(!Array.isArray(t))return"";let n=[];for(let r=0;r`${encodeURIComponent(e)}=${encodeURIComponent(t[e])}`).join("&")}function Zd(t){if(Tu(t))return{message:t.message,name:t.name,stack:t.stack,...wh(t)};if(Oo(t)){let e={type:t.type,target:Ch(t.target),currentTarget:Ch(t.currentTarget),...wh(t)};return typeof CustomEvent<"u"&&or(t,CustomEvent)&&(e.detail=t.detail),e}else return t}function Ch(t){try{return bh(t)?zo(t):Object.prototype.toString.call(t)}catch{return""}}function wh(t){if(typeof t=="object"&&t!==null){let e={};for(let n in t)Object.prototype.hasOwnProperty.call(t,n)&&(e[n]=t[n]);return e}else return{}}function Ah(t,e=40){let n=Object.keys(Zd(t));if(n.sort(),!n.length)return"[object has no keys]";if(n[0].length>=e)return Ma(n[0],e);for(let r=n.length;r>0;r--){let a=n.slice(0,r).join(", ");if(!(a.length>e))return r===n.length?a:Ma(a,e)}return""}function Ba(t){return Qd(t,new Map)}function Qd(t,e){if(Yn(t)){let n=e.get(t);if(n!==void 0)return n;let r={};e.set(t,r);for(let a of Object.keys(t))typeof t[a]<"u"&&(r[a]=Qd(t[a],e));return r}if(Array.isArray(t)){let n=e.get(t);if(n!==void 0)return n;let r=[];return e.set(t,r),t.forEach(a=>{r.push(Qd(a,e))}),r}return t}d();var iE=50;function e0(...t){let e=t.sort((n,r)=>n[0]-r[0]).map(n=>n[1]);return(n,r=0)=>{let a=[];for(let i of n.split(` +`+T+"]"}return r.pop(),a=T,h}},wS={parse:TS,stringify:CS},DS=wS,uu=DS;d();d();var iL=Number.isNaN||function(t){return typeof t=="number"&&t!==t};d();d();var lu=globalThis||(typeof window<"u"?window:self),kS=Object.create,Pd=Object.defineProperty,PS=Object.getOwnPropertyDescriptor,LS=Object.getOwnPropertyNames,_S=Object.getPrototypeOf,FS=Object.prototype.hasOwnProperty,MS=(t,e)=>()=>(e||t((e={exports:{}}).exports,e),e.exports),BS=(t,e)=>{for(var n in e)Pd(t,n,{get:e[n],enumerable:!0})},kd=(t,e,n,r)=>{if(e&&typeof e=="object"||typeof e=="function")for(let a of LS(e))!FS.call(t,a)&&a!==n&&Pd(t,a,{get:()=>e[a],enumerable:!(r=PS(e,a))||r.enumerable});return t},IS=(t,e,n)=>(kd(t,e,"default"),n&&kd(n,e,"default")),Lf=(t,e,n)=>(n=t!=null?kS(_S(t)):{},kd(e||!t||!t.__esModule?Pd(n,"default",{value:t,enumerable:!0}):n,t)),_f=MS((t,e)=>{var n="Expected a function",r=NaN,a="[object Symbol]",i=/^\s+|\s+$/g,o=/^[-+]0x[0-9a-f]+$/i,s=/^0b[01]+$/i,u=/^0o[0-7]+$/i,l=parseInt,c=typeof lu=="object"&&lu&&lu.Object===Object&&lu,p=typeof self=="object"&&self&&self.Object===Object&&self,m=c||p||Function("return this")(),g=Object.prototype,f=g.toString,T=Math.max,b=Math.min,h=function(){return m.Date.now()};function E(k,A,y){var R,_,P,N,z,q,F=0,C=!1,L=!1,U=!0;if(typeof k!="function")throw new TypeError(n);A=v(A)||0,M(y)&&(C=!!y.leading,L="maxWait"in y,P=L?T(v(y.maxWait)||0,A):P,U="trailing"in y?!!y.trailing:U);function H(ee){var Y=R,Te=_;return R=_=void 0,F=ee,N=k.apply(Te,Y),N}function j(ee){return F=ee,z=setTimeout(ue,A),C?H(ee):N}function W(ee){var Y=ee-q,Te=ee-F,ne=A-Y;return L?b(ne,P-Te):ne}function $(ee){var Y=ee-q,Te=ee-F;return q===void 0||Y>=A||Y<0||L&&Te>=P}function ue(){var ee=h();if($(ee))return ae(ee);z=setTimeout(ue,W(ee))}function ae(ee){return z=void 0,U&&R?H(ee):(R=_=void 0,N)}function J(){z!==void 0&&clearTimeout(z),F=0,R=q=_=z=void 0}function ie(){return z===void 0?N:ae(h())}function ge(){var ee=h(),Y=$(ee);if(R=arguments,_=this,q=ee,Y){if(z===void 0)return j(q);if(L)return z=setTimeout(ue,A),H(q)}return z===void 0&&(z=setTimeout(ue,A)),N}return ge.cancel=J,ge.flush=ie,ge}function D(k,A,y){var R=!0,_=!0;if(typeof k!="function")throw new TypeError(n);return M(y)&&(R="leading"in y?!!y.leading:R,_="trailing"in y?!!y.trailing:_),E(k,A,{leading:R,maxWait:A,trailing:_})}function M(k){var A=typeof k;return!!k&&(A=="object"||A=="function")}function I(k){return!!k&&typeof k=="object"}function S(k){return typeof k=="symbol"||I(k)&&f.call(k)==a}function v(k){if(typeof k=="number")return k;if(S(k))return r;if(M(k)){var A=typeof k.valueOf=="function"?k.valueOf():k;k=M(A)?A+"":A}if(typeof k!="string")return k===0?k:+k;k=k.replace(i,"");var y=s.test(k);return y||u.test(k)?l(k.slice(2),y?2:8):o.test(k)?r:+k}e.exports=D}),Ff={};BS(Ff,{default:()=>Kn});var RS=Lf(_f());IS(Ff,Lf(_f()));var{default:Pf,...OS}=RS,Kn=Pf!==void 0?Pf:OS;d();d();var cu=globalThis||(typeof window<"u"?window:self),zS=Object.create,_d=Object.defineProperty,NS=Object.getOwnPropertyDescriptor,US=Object.getOwnPropertyNames,qS=Object.getPrototypeOf,jS=Object.prototype.hasOwnProperty,HS=(t,e)=>()=>(e||t((e={exports:{}}).exports,e),e.exports),WS=(t,e)=>{for(var n in e)_d(t,n,{get:e[n],enumerable:!0})},Ld=(t,e,n,r)=>{if(e&&typeof e=="object"||typeof e=="function")for(let a of US(e))!jS.call(t,a)&&a!==n&&_d(t,a,{get:()=>e[a],enumerable:!(r=NS(e,a))||r.enumerable});return t},KS=(t,e,n)=>(Ld(t,e,"default"),n&&Ld(n,e,"default")),Bf=(t,e,n)=>(n=t!=null?zS(qS(t)):{},Ld(e||!t||!t.__esModule?_d(n,"default",{value:t,enumerable:!0}):n,t)),If=HS((t,e)=>{var n="Expected a function",r=NaN,a="[object Symbol]",i=/^\s+|\s+$/g,o=/^[-+]0x[0-9a-f]+$/i,s=/^0b[01]+$/i,u=/^0o[0-7]+$/i,l=parseInt,c=typeof cu=="object"&&cu&&cu.Object===Object&&cu,p=typeof self=="object"&&self&&self.Object===Object&&self,m=c||p||Function("return this")(),g=Object.prototype,f=g.toString,T=Math.max,b=Math.min,h=function(){return m.Date.now()};function E(v,k,A){var y,R,_,P,N,z,q=0,F=!1,C=!1,L=!0;if(typeof v!="function")throw new TypeError(n);k=S(k)||0,D(A)&&(F=!!A.leading,C="maxWait"in A,_=C?T(S(A.maxWait)||0,k):_,L="trailing"in A?!!A.trailing:L);function U(ge){var ee=y,Y=R;return y=R=void 0,q=ge,P=v.apply(Y,ee),P}function H(ge){return q=ge,N=setTimeout($,k),F?U(ge):P}function j(ge){var ee=ge-z,Y=ge-q,Te=k-ee;return C?b(Te,_-Y):Te}function W(ge){var ee=ge-z,Y=ge-q;return z===void 0||ee>=k||ee<0||C&&Y>=_}function $(){var ge=h();if(W(ge))return ue(ge);N=setTimeout($,j(ge))}function ue(ge){return N=void 0,L&&y?U(ge):(y=R=void 0,P)}function ae(){N!==void 0&&clearTimeout(N),q=0,y=z=R=N=void 0}function J(){return N===void 0?P:ue(h())}function ie(){var ge=h(),ee=W(ge);if(y=arguments,R=this,z=ge,ee){if(N===void 0)return H(z);if(C)return N=setTimeout($,k),U(z)}return N===void 0&&(N=setTimeout($,k)),P}return ie.cancel=ae,ie.flush=J,ie}function D(v){var k=typeof v;return!!v&&(k=="object"||k=="function")}function M(v){return!!v&&typeof v=="object"}function I(v){return typeof v=="symbol"||M(v)&&f.call(v)==a}function S(v){if(typeof v=="number")return v;if(I(v))return r;if(D(v)){var k=typeof v.valueOf=="function"?v.valueOf():v;v=D(k)?k+"":k}if(typeof v!="string")return v===0?v:+v;v=v.replace(i,"");var A=s.test(v);return A||u.test(v)?l(v.slice(2),A?2:8):o.test(v)?r:+v}e.exports=E}),Rf={};WS(Rf,{default:()=>Po});var GS=Bf(If());KS(Rf,Bf(If()));var{default:Mf,...$S}=GS,Po=Mf!==void 0?Mf:$S;d();d();var VS=Object.create,Md=Object.defineProperty,YS=Object.getOwnPropertyDescriptor,QS=Object.getOwnPropertyNames,JS=Object.getPrototypeOf,ZS=Object.prototype.hasOwnProperty,XS=(t,e)=>()=>(e||t((e={exports:{}}).exports,e),e.exports),ex=(t,e)=>{for(var n in e)Md(t,n,{get:e[n],enumerable:!0})},Fd=(t,e,n,r)=>{if(e&&typeof e=="object"||typeof e=="function")for(let a of QS(e))!ZS.call(t,a)&&a!==n&&Md(t,a,{get:()=>e[a],enumerable:!(r=YS(e,a))||r.enumerable});return t},tx=(t,e,n)=>(Fd(t,e,"default"),n&&Fd(n,e,"default")),zf=(t,e,n)=>(n=t!=null?VS(JS(t)):{},Fd(e||!t||!t.__esModule?Md(n,"default",{value:t,enumerable:!0}):n,t)),Nf=XS((t,e)=>{(function(n,r){typeof t=="object"&&typeof e=="object"?e.exports=r():typeof define=="function"&&define.amd?define([],r):typeof t=="object"?t.notie=r():n.notie=r()})(t,function(){return function(n){function r(i){if(a[i])return a[i].exports;var o=a[i]={i,l:!1,exports:{}};return n[i].call(o.exports,o,o.exports,r),o.l=!0,o.exports}var a={};return r.m=n,r.c=a,r.i=function(i){return i},r.d=function(i,o,s){r.o(i,o)||Object.defineProperty(i,o,{configurable:!1,enumerable:!0,get:s})},r.n=function(i){var o=i&&i.__esModule?function(){return i.default}:function(){return i};return r.d(o,"a",o),o},r.o=function(i,o){return Object.prototype.hasOwnProperty.call(i,o)},r.p="",r(r.s=1)}([function(n,r){n.exports=function(a){return a.webpackPolyfill||(a.deprecate=function(){},a.paths=[],a.children||(a.children=[]),Object.defineProperty(a,"loaded",{enumerable:!0,get:function(){return a.l}}),Object.defineProperty(a,"id",{enumerable:!0,get:function(){return a.i}}),a.webpackPolyfill=1),a}},function(n,r,a){"use strict";(function(i){var o,s,u,l=typeof Symbol=="function"&&typeof Symbol.iterator=="symbol"?function(c){return typeof c}:function(c){return c&&typeof Symbol=="function"&&c.constructor===Symbol&&c!==Symbol.prototype?"symbol":typeof c};(function(c,p){l(r)==="object"&&l(i)==="object"?i.exports=p():(s=[],o=p,u=typeof o=="function"?o.apply(r,s):o,u!==void 0&&(i.exports=u))})(void 0,function(){return function(c){function p(g){if(m[g])return m[g].exports;var f=m[g]={i:g,l:!1,exports:{}};return c[g].call(f.exports,f,f.exports,p),f.l=!0,f.exports}var m={};return p.m=c,p.c=m,p.i=function(g){return g},p.d=function(g,f,T){p.o(g,f)||Object.defineProperty(g,f,{configurable:!1,enumerable:!0,get:T})},p.n=function(g){var f=g&&g.__esModule?function(){return g.default}:function(){return g};return p.d(f,"a",f),f},p.o=function(g,f){return Object.prototype.hasOwnProperty.call(g,f)},p.p="",p(p.s=0)}([function(c,p,m){function g(j,W){var $={};for(var ue in j)W.indexOf(ue)>=0||Object.prototype.hasOwnProperty.call(j,ue)&&($[ue]=j[ue]);return $}Object.defineProperty(p,"__esModule",{value:!0});var f=typeof Symbol=="function"&&l(Symbol.iterator)==="symbol"?function(j){return typeof j>"u"?"undefined":l(j)}:function(j){return j&&typeof Symbol=="function"&&j.constructor===Symbol&&j!==Symbol.prototype?"symbol":typeof j>"u"?"undefined":l(j)},T=Object.assign||function(j){for(var W=1;W'+ue+"",Te.onclick=function(){return _(ne,Y)},Te.listener=function(re){(A(re)||y(re))&&z()},R(Te,Y),J&&J<1&&(J=1),!ge&&J&&M(J).then(function(){return _(ne,Y)})},F=p.force=function(j,W){var $=j.type,ue=$===void 0?5:$,ae=j.text,J=j.buttonText,ie=J===void 0?"OK":J,ge=j.callback,ee=j.position,Y=ee===void 0?h.positions.force||Y.top:ee;I(),z();var Te=document.createElement("div"),ne=S();Te.id=ne;var re=document.createElement("div");re.classList.add(h.classes.textbox),re.classList.add(h.classes.backgroundInfo),re.innerHTML='
'+ae+"
";var xe=document.createElement("div");xe.classList.add(h.classes.button),xe.classList.add(v[ue]),xe.innerHTML=ie,xe.onclick=function(){_(ne,Y),N(),ge?ge():W&&W()},Te.appendChild(re),Te.appendChild(xe),Te.listener=function(ze){A(ze)&&xe.click()},R(Te,Y),P()},C=p.confirm=function(j,W,$){var ue=j.text,ae=j.submitText,J=ae===void 0?"Yes":ae,ie=j.cancelText,ge=ie===void 0?"Cancel":ie,ee=j.submitCallback,Y=j.cancelCallback,Te=j.position,ne=Te===void 0?h.positions.confirm||ne.top:Te;I(),z();var re=document.createElement("div"),xe=S();re.id=xe;var ze=document.createElement("div");ze.classList.add(h.classes.textbox),ze.classList.add(h.classes.backgroundInfo),ze.innerHTML='
'+ue+"
";var _e=document.createElement("div");_e.classList.add(h.classes.button),_e.classList.add(h.classes.elementHalf),_e.classList.add(h.classes.backgroundSuccess),_e.innerHTML=J,_e.onclick=function(){_(xe,ne),N(),ee?ee():W&&W()};var de=document.createElement("div");de.classList.add(h.classes.button),de.classList.add(h.classes.elementHalf),de.classList.add(h.classes.backgroundError),de.innerHTML=ge,de.onclick=function(){_(xe,ne),N(),Y?Y():$&&$()},re.appendChild(ze),re.appendChild(_e),re.appendChild(de),re.listener=function(gt){A(gt)?_e.click():y(gt)&&de.click()},R(re,ne),P(re,ne)},L=function(j,W,$){var ue=j.text,ae=j.submitText,J=ae===void 0?"Submit":ae,ie=j.cancelText,ge=ie===void 0?"Cancel":ie,ee=j.submitCallback,Y=j.cancelCallback,Te=j.position,ne=Te===void 0?h.positions.input||ne.top:Te,re=g(j,["text","submitText","cancelText","submitCallback","cancelCallback","position"]);I(),z();var xe=document.createElement("div"),ze=S();xe.id=ze;var _e=document.createElement("div");_e.classList.add(h.classes.textbox),_e.classList.add(h.classes.backgroundInfo),_e.innerHTML='
'+ue+"
";var de=document.createElement("input");de.classList.add(h.classes.inputField),de.setAttribute("autocapitalize",re.autocapitalize||"none"),de.setAttribute("autocomplete",re.autocomplete||"off"),de.setAttribute("autocorrect",re.autocorrect||"off"),de.setAttribute("autofocus",re.autofocus||"true"),de.setAttribute("inputmode",re.inputmode||"verbatim"),de.setAttribute("max",re.max||""),de.setAttribute("maxlength",re.maxlength||""),de.setAttribute("min",re.min||""),de.setAttribute("minlength",re.minlength||""),de.setAttribute("placeholder",re.placeholder||""),de.setAttribute("spellcheck",re.spellcheck||"default"),de.setAttribute("step",re.step||"any"),de.setAttribute("type",re.type||"text"),de.value=re.value||"",re.allowed&&(de.oninput=function(){var bt=void 0;if(Array.isArray(re.allowed)){for(var xt="",sn=re.allowed,In=0;In'+$+"",Y.appendChild(ne),ie.forEach(function(xe,ze){var _e=xe.type,de=_e===void 0?1:_e,gt=xe.text,Pt=xe.handler,bt=document.createElement("div");bt.classList.add(v[de]),bt.classList.add(h.classes.button),bt.classList.add(h.classes.selectChoice);var xt=ie[ze+1];xt&&!xt.type&&(xt.type=1),xt&&xt.type===de&&bt.classList.add(h.classes.selectChoiceRepeated),bt.innerHTML=gt,bt.onclick=function(){_(Te,ee),N(),Pt()},Y.appendChild(bt)});var re=document.createElement("div");re.classList.add(h.classes.backgroundNeutral),re.classList.add(h.classes.button),re.innerHTML=ae,re.onclick=function(){_(Te,ee),N(),J?J():W&&W()},Y.appendChild(re),Y.listener=function(xe){y(xe)&&re.click()},R(Y,ee),P(Y,ee)},H=p.date=function(j,W,$){var ue=j.value,ae=ue===void 0?new Date:ue,J=j.submitText,ie=J===void 0?"OK":J,ge=j.cancelText,ee=ge===void 0?"Cancel":ge,Y=j.submitCallback,Te=j.cancelCallback,ne=j.position,re=ne===void 0?h.positions.date||re.top:ne;I(),z();var xe="▾",ze=document.createElement("div"),_e=document.createElement("div"),de=document.createElement("div"),gt=function(mt){ze.innerHTML=h.dateMonths[mt.getMonth()],_e.innerHTML=mt.getDate(),de.innerHTML=mt.getFullYear()},Pt=function(mt){var Xe=new Date(ae.getFullYear(),ae.getMonth()+1,0).getDate(),Dn=mt.target.textContent.replace(/^0+/,"").replace(/[^\d]/g,"").slice(0,2);Number(Dn)>Xe&&(Dn=Xe.toString()),mt.target.textContent=Dn,Number(Dn)<1&&(Dn="1"),ae.setDate(Number(Dn))},bt=function(mt){var Xe=mt.target.textContent.replace(/^0+/,"").replace(/[^\d]/g,"").slice(0,4);mt.target.textContent=Xe,ae.setFullYear(Number(Xe))},xt=function(mt){gt(ae)},sn=function(mt){var Xe=new Date(ae.getFullYear(),ae.getMonth()+mt+1,0).getDate();ae.getDate()>Xe&&ae.setDate(Xe),ae.setMonth(ae.getMonth()+mt),gt(ae)},In=function(mt){ae.setDate(ae.getDate()+mt),gt(ae)},wo=function(mt){var Xe=ae.getFullYear()+mt;Xe<0?ae.setFullYear(0):ae.setFullYear(ae.getFullYear()+mt),gt(ae)},ir=document.createElement("div"),ka=S();ir.id=ka;var ui=document.createElement("div");ui.classList.add(h.classes.backgroundInfo);var Vt=document.createElement("div");Vt.classList.add(h.classes.dateSelectorInner);var Hn=document.createElement("div");Hn.classList.add(h.classes.button),Hn.classList.add(h.classes.elementThird),Hn.classList.add(h.classes.dateSelectorUp),Hn.innerHTML=xe;var Yt=document.createElement("div");Yt.classList.add(h.classes.button),Yt.classList.add(h.classes.elementThird),Yt.classList.add(h.classes.dateSelectorUp),Yt.innerHTML=xe;var wn=document.createElement("div");wn.classList.add(h.classes.button),wn.classList.add(h.classes.elementThird),wn.classList.add(h.classes.dateSelectorUp),wn.innerHTML=xe,ze.classList.add(h.classes.element),ze.classList.add(h.classes.elementThird),ze.innerHTML=h.dateMonths[ae.getMonth()],_e.classList.add(h.classes.element),_e.classList.add(h.classes.elementThird),_e.setAttribute("contentEditable",!0),_e.addEventListener("input",Pt),_e.addEventListener("blur",xt),_e.innerHTML=ae.getDate(),de.classList.add(h.classes.element),de.classList.add(h.classes.elementThird),de.setAttribute("contentEditable",!0),de.addEventListener("input",bt),de.addEventListener("blur",xt),de.innerHTML=ae.getFullYear();var hr=document.createElement("div");hr.classList.add(h.classes.button),hr.classList.add(h.classes.elementThird),hr.innerHTML=xe;var br=document.createElement("div");br.classList.add(h.classes.button),br.classList.add(h.classes.elementThird),br.innerHTML=xe;var Pa=document.createElement("div");Pa.classList.add(h.classes.button),Pa.classList.add(h.classes.elementThird),Pa.innerHTML=xe,Hn.onclick=function(){return sn(1)},Yt.onclick=function(){return In(1)},wn.onclick=function(){return wo(1)},hr.onclick=function(){return sn(-1)},br.onclick=function(){return In(-1)},Pa.onclick=function(){return wo(-1)};var un=document.createElement("div");un.classList.add(h.classes.button),un.classList.add(h.classes.elementHalf),un.classList.add(h.classes.backgroundSuccess),un.innerHTML=ie,un.onclick=function(){_(ka,re),N(),Y?Y(ae):W&&W(ae)};var Tr=document.createElement("div");Tr.classList.add(h.classes.button),Tr.classList.add(h.classes.elementHalf),Tr.classList.add(h.classes.backgroundError),Tr.innerHTML=ee,Tr.onclick=function(){_(ka,re),N(),Te?Te(ae):$&&$(ae)},Vt.appendChild(Hn),Vt.appendChild(Yt),Vt.appendChild(wn),Vt.appendChild(ze),Vt.appendChild(_e),Vt.appendChild(de),Vt.appendChild(hr),Vt.appendChild(br),Vt.appendChild(Pa),ui.appendChild(Vt),ir.appendChild(ui),ir.appendChild(un),ir.appendChild(Tr),ir.listener=function(mt){A(mt)?un.click():y(mt)&&Tr.click()},R(ir,re),P(ir,re)};p.default={alert:q,force:F,confirm:C,input:L,select:U,date:H,setOptions:E,hideAlerts:z}}])})}).call(r,a(0)(n))}])})}),Uf={};ex(Uf,{default:()=>du});var nx=zf(Nf());tx(Uf,zf(Nf()));var{default:Of,...rx}=nx,du=Of!==void 0?Of:rx;d();d();var pu=typeof navigator<"u"?navigator.userAgent.toLowerCase().indexOf("firefox")>0:!1;function Lo(t,e,n,r){t.addEventListener?t.addEventListener(e,n,r):t.attachEvent&&t.attachEvent(`on${e}`,()=>{n(window.event)})}function Bd(t,e){let n=e.slice(0,e.length-1);for(let r=0;r=0;)e[n-1]+=",",e.splice(n,1),n=e.lastIndexOf("");return e}function qf(t,e){let n=t.length>=e.length?t:e,r=t.length>=e.length?e:t,a=!0;for(let i=0;igi[t.toLowerCase()]||Gn[t.toLowerCase()]||t.toUpperCase().charCodeAt(0),ax=t=>Object.keys(gi).find(e=>gi[e]===t),ix=t=>Object.keys(Gn).find(e=>Gn[e]===t);function $f(t){Kf=t||"all"}function _o(){return Kf||"all"}function ox(){return rt.slice(0)}function sx(){return rt.map(t=>ax(t)||ix(t)||String.fromCharCode(t))}function ux(){let t=[];return Object.keys(ft).forEach(e=>{ft[e].forEach(({key:n,scope:r,mods:a,shortcut:i})=>{t.push({scope:r,shortcut:i,mods:a,keys:n.split("+").map(o=>Fo(o))})})}),t}function lx(t){let e=t.target||t.srcElement,{tagName:n}=e,r=!0;return(e.isContentEditable||(n==="INPUT"||n==="TEXTAREA"||n==="SELECT")&&!e.readOnly)&&(r=!1),r}function cx(t){return typeof t=="string"&&(t=Fo(t)),rt.indexOf(t)!==-1}function dx(t,e){let n,r;t||(t=_o());for(let a in ft)if(Object.prototype.hasOwnProperty.call(ft,a))for(n=ft[a],r=0;r=0&&rt.splice(n,1),t.key&&t.key.toLowerCase()==="meta"&&rt.splice(0,rt.length),(e===93||e===224)&&(e=91),e in zt){zt[e]=!1;for(let r in Gn)Gn[r]===e&&(wr[r]=!1)}}function Vf(t,...e){if(typeof t>"u")Object.keys(ft).forEach(n=>delete ft[n]);else if(Array.isArray(t))t.forEach(n=>{n.key&&Rd(n)});else if(typeof t=="object")t.key&&Rd(t);else if(typeof t=="string"){let[n,r]=e;typeof n=="function"&&(r=n,n=""),Rd({key:t,scope:n,method:r,splitKey:"+"})}}var Rd=({key:t,scope:e,method:n,splitKey:r="+"})=>{Id(t).forEach(i=>{let o=i.split(r),s=o.length,u=o[s-1],l=u==="*"?"*":Fo(u);if(!ft[l])return;e||(e=_o());let c=s>1?Bd(Gn,o):[];ft[l]=ft[l].filter(p=>!((n?p.method===n:!0)&&p.scope===e&&qf(p.mods,c)))})};function Hf(t,e,n,r){if(e.element!==r)return;let a;if(e.scope===n||e.scope==="all"){a=e.mods.length>0;for(let i in zt)Object.prototype.hasOwnProperty.call(zt,i)&&(!zt[i]&&e.mods.indexOf(+i)>-1||zt[i]&&e.mods.indexOf(+i)===-1)&&(a=!1);(e.mods.length===0&&!zt[16]&&!zt[18]&&!zt[17]&&!zt[91]||a||e.shortcut==="*")&&(e.keys=[],e.keys=e.keys.concat(rt),e.method(t,e)===!1&&(t.preventDefault?t.preventDefault():t.returnValue=!1,t.stopPropagation&&t.stopPropagation(),t.cancelBubble&&(t.cancelBubble=!0)))}}function Wf(t,e){let n=ft["*"],r=t.keyCode||t.which||t.charCode;if(!wr.filter.call(this,t))return;if((r===93||r===224)&&(r=91),rt.indexOf(r)===-1&&r!==229&&rt.push(r),["ctrlKey","altKey","shiftKey","metaKey"].forEach(i=>{let o=gu[i];t[i]&&rt.indexOf(o)===-1?rt.push(o):!t[i]&&rt.indexOf(o)>-1?rt.splice(rt.indexOf(o),1):i==="metaKey"&&t[i]&&rt.length===3&&(t.ctrlKey||t.shiftKey||t.altKey||(rt=rt.slice(rt.indexOf(o))))}),r in zt){zt[r]=!0;for(let i in Gn)Gn[i]===r&&(wr[i]=!0);if(!n)return}for(let i in zt)Object.prototype.hasOwnProperty.call(zt,i)&&(zt[i]=t[gu[i]]);t.getModifierState&&!(t.altKey&&!t.ctrlKey)&&t.getModifierState("AltGraph")&&(rt.indexOf(17)===-1&&rt.push(17),rt.indexOf(18)===-1&&rt.push(18),zt[17]=!0,zt[18]=!0);let a=_o();if(n)for(let i=0;i-1}function wr(t,e,n){rt=[];let r=Id(t),a=[],i="all",o=document,s=0,u=!1,l=!0,c="+",p=!1,m=!1;for(n===void 0&&typeof e=="function"&&(n=e),Object.prototype.toString.call(e)==="[object Object]"&&(e.scope&&(i=e.scope),e.element&&(o=e.element),e.keyup&&(u=e.keyup),e.keydown!==void 0&&(l=e.keydown),e.capture!==void 0&&(p=e.capture),typeof e.splitKey=="string"&&(c=e.splitKey),e.single===!0&&(m=!0)),typeof e=="string"&&(i=e),m&&Vf(t,i);s1&&(a=Bd(Gn,t)),t=t[t.length-1],t=t==="*"?"*":Fo(t),t in ft||(ft[t]=[]),ft[t].push({keyup:u,keydown:l,scope:i,mods:a,shortcut:r[s],method:n,key:r[s],splitKey:c,element:o});typeof o<"u"&&!gx(o)&&window&&(Gf.push(o),Lo(o,"keydown",g=>{Wf(g,o)},p),jf||(jf=!0,Lo(window,"focus",()=>{rt=[]},p),Lo(window,"click",()=>{rt=[]},!1)),Lo(o,"keyup",g=>{Wf(g,o),px(g)},p))}function mx(t,e="all"){Object.keys(ft).forEach(n=>{ft[n].filter(a=>a.scope===e&&a.shortcut===t).forEach(a=>{a&&a.method&&a.method()})})}var Od={getPressedKeyString:sx,setScope:$f,getScope:_o,deleteScope:dx,getPressedKeyCodes:ox,getAllKeyCodes:ux,isPressed:cx,filter:lx,trigger:mx,unbind:Vf,keyMap:gi,modifier:Gn,modifierMap:gu};for(let t in Od)Object.prototype.hasOwnProperty.call(Od,t)&&(wr[t]=Od[t]);if(typeof window<"u"){let t=window.hotkeys;wr.noConflict=e=>(e&&window.hotkeys===wr&&(window.hotkeys=t),wr),window.hotkeys=wr}var vn=wr;d();d();var fx={"Amazon Silk":"amazon_silk","Android Browser":"android",Bada:"bada",BlackBerry:"blackberry",Chrome:"chrome",Chromium:"chromium",Electron:"electron",Epiphany:"epiphany",Firefox:"firefox",Focus:"focus",Generic:"generic","Google Search":"google_search",Googlebot:"googlebot","Internet Explorer":"ie","K-Meleon":"k_meleon",Maxthon:"maxthon","Microsoft Edge":"edge","MZ Browser":"mz","NAVER Whale Browser":"naver",Opera:"opera","Opera Coast":"opera_coast",PhantomJS:"phantomjs",Puffin:"puffin",QupZilla:"qupzilla",QQ:"qq",QQLite:"qqlite",Safari:"safari",Sailfish:"sailfish","Samsung Internet for Android":"samsung_internet",SeaMonkey:"seamonkey",Sleipnir:"sleipnir",Swing:"swing",Tizen:"tizen","UC Browser":"uc",Vivaldi:"vivaldi","WebOS Browser":"webos",WeChat:"wechat","Yandex Browser":"yandex",Roku:"roku"},Qf={amazon_silk:"Amazon Silk",android:"Android Browser",bada:"Bada",blackberry:"BlackBerry",chrome:"Chrome",chromium:"Chromium",electron:"Electron",epiphany:"Epiphany",firefox:"Firefox",focus:"Focus",generic:"Generic",googlebot:"Googlebot",google_search:"Google Search",ie:"Internet Explorer",k_meleon:"K-Meleon",maxthon:"Maxthon",edge:"Microsoft Edge",mz:"MZ Browser",naver:"NAVER Whale Browser",opera:"Opera",opera_coast:"Opera Coast",phantomjs:"PhantomJS",puffin:"Puffin",qupzilla:"QupZilla",qq:"QQ Browser",qqlite:"QQ Browser Lite",safari:"Safari",sailfish:"Sailfish",samsung_internet:"Samsung Internet for Android",seamonkey:"SeaMonkey",sleipnir:"Sleipnir",swing:"Swing",tizen:"Tizen",uc:"UC Browser",vivaldi:"Vivaldi",webos:"WebOS Browser",wechat:"WeChat",yandex:"Yandex Browser"},Ct={tablet:"tablet",mobile:"mobile",desktop:"desktop",tv:"tv"},dn={WindowsPhone:"Windows Phone",Windows:"Windows",MacOS:"macOS",iOS:"iOS",Android:"Android",WebOS:"WebOS",BlackBerry:"BlackBerry",Bada:"Bada",Tizen:"Tizen",Linux:"Linux",ChromeOS:"Chrome OS",PlayStation4:"PlayStation 4",Roku:"Roku"},Kr={EdgeHTML:"EdgeHTML",Blink:"Blink",Trident:"Trident",Presto:"Presto",Gecko:"Gecko",WebKit:"WebKit"},G=class{static getFirstMatch(t,e){let n=e.match(t);return n&&n.length>0&&n[1]||""}static getSecondMatch(t,e){let n=e.match(t);return n&&n.length>1&&n[2]||""}static matchAndReturnConst(t,e,n){if(t.test(e))return n}static getWindowsVersionName(t){switch(t){case"NT":return"NT";case"XP":return"XP";case"NT 5.0":return"2000";case"NT 5.1":return"XP";case"NT 5.2":return"2003";case"NT 6.0":return"Vista";case"NT 6.1":return"7";case"NT 6.2":return"8";case"NT 6.3":return"8.1";case"NT 10.0":return"10";default:return}}static getMacOSVersionName(t){let e=t.split(".").splice(0,2).map(n=>parseInt(n,10)||0);if(e.push(0),e[0]===10)switch(e[1]){case 5:return"Leopard";case 6:return"Snow Leopard";case 7:return"Lion";case 8:return"Mountain Lion";case 9:return"Mavericks";case 10:return"Yosemite";case 11:return"El Capitan";case 12:return"Sierra";case 13:return"High Sierra";case 14:return"Mojave";case 15:return"Catalina";default:return}}static getAndroidVersionName(t){let e=t.split(".").splice(0,2).map(n=>parseInt(n,10)||0);if(e.push(0),!(e[0]===1&&e[1]<5)){if(e[0]===1&&e[1]<6)return"Cupcake";if(e[0]===1&&e[1]>=6)return"Donut";if(e[0]===2&&e[1]<2)return"Eclair";if(e[0]===2&&e[1]===2)return"Froyo";if(e[0]===2&&e[1]>2)return"Gingerbread";if(e[0]===3)return"Honeycomb";if(e[0]===4&&e[1]<1)return"Ice Cream Sandwich";if(e[0]===4&&e[1]<4)return"Jelly Bean";if(e[0]===4&&e[1]>=4)return"KitKat";if(e[0]===5)return"Lollipop";if(e[0]===6)return"Marshmallow";if(e[0]===7)return"Nougat";if(e[0]===8)return"Oreo";if(e[0]===9)return"Pie"}}static getVersionPrecision(t){return t.split(".").length}static compareVersions(t,e,n=!1){let r=G.getVersionPrecision(t),a=G.getVersionPrecision(e),i=Math.max(r,a),o=0,s=G.map([t,e],u=>{let l=i-G.getVersionPrecision(u),c=u+new Array(l+1).join(".0");return G.map(c.split("."),p=>new Array(20-p.length).join("0")+p).reverse()});for(n&&(o=i-Math.min(r,a)),i-=1;i>=o;){if(s[0][i]>s[1][i])return 1;if(s[0][i]===s[1][i]){if(i===o)return 0;i-=1}else if(s[0][i]{n[o]=i[o]})}return t}static getBrowserAlias(t){return fx[t]}static getBrowserTypeByAlias(t){return Qf[t]||""}},at=/version\/(\d+(\.?_?\d+)+)/i,hx=[{test:[/googlebot/i],describe(t){let e={name:"Googlebot"},n=G.getFirstMatch(/googlebot\/(\d+(\.\d+))/i,t)||G.getFirstMatch(at,t);return n&&(e.version=n),e}},{test:[/opera/i],describe(t){let e={name:"Opera"},n=G.getFirstMatch(at,t)||G.getFirstMatch(/(?:opera)[\s/](\d+(\.?_?\d+)+)/i,t);return n&&(e.version=n),e}},{test:[/opr\/|opios/i],describe(t){let e={name:"Opera"},n=G.getFirstMatch(/(?:opr|opios)[\s/](\S+)/i,t)||G.getFirstMatch(at,t);return n&&(e.version=n),e}},{test:[/SamsungBrowser/i],describe(t){let e={name:"Samsung Internet for Android"},n=G.getFirstMatch(at,t)||G.getFirstMatch(/(?:SamsungBrowser)[\s/](\d+(\.?_?\d+)+)/i,t);return n&&(e.version=n),e}},{test:[/Whale/i],describe(t){let e={name:"NAVER Whale Browser"},n=G.getFirstMatch(at,t)||G.getFirstMatch(/(?:whale)[\s/](\d+(?:\.\d+)+)/i,t);return n&&(e.version=n),e}},{test:[/MZBrowser/i],describe(t){let e={name:"MZ Browser"},n=G.getFirstMatch(/(?:MZBrowser)[\s/](\d+(?:\.\d+)+)/i,t)||G.getFirstMatch(at,t);return n&&(e.version=n),e}},{test:[/focus/i],describe(t){let e={name:"Focus"},n=G.getFirstMatch(/(?:focus)[\s/](\d+(?:\.\d+)+)/i,t)||G.getFirstMatch(at,t);return n&&(e.version=n),e}},{test:[/swing/i],describe(t){let e={name:"Swing"},n=G.getFirstMatch(/(?:swing)[\s/](\d+(?:\.\d+)+)/i,t)||G.getFirstMatch(at,t);return n&&(e.version=n),e}},{test:[/coast/i],describe(t){let e={name:"Opera Coast"},n=G.getFirstMatch(at,t)||G.getFirstMatch(/(?:coast)[\s/](\d+(\.?_?\d+)+)/i,t);return n&&(e.version=n),e}},{test:[/opt\/\d+(?:.?_?\d+)+/i],describe(t){let e={name:"Opera Touch"},n=G.getFirstMatch(/(?:opt)[\s/](\d+(\.?_?\d+)+)/i,t)||G.getFirstMatch(at,t);return n&&(e.version=n),e}},{test:[/yabrowser/i],describe(t){let e={name:"Yandex Browser"},n=G.getFirstMatch(/(?:yabrowser)[\s/](\d+(\.?_?\d+)+)/i,t)||G.getFirstMatch(at,t);return n&&(e.version=n),e}},{test:[/ucbrowser/i],describe(t){let e={name:"UC Browser"},n=G.getFirstMatch(at,t)||G.getFirstMatch(/(?:ucbrowser)[\s/](\d+(\.?_?\d+)+)/i,t);return n&&(e.version=n),e}},{test:[/Maxthon|mxios/i],describe(t){let e={name:"Maxthon"},n=G.getFirstMatch(at,t)||G.getFirstMatch(/(?:Maxthon|mxios)[\s/](\d+(\.?_?\d+)+)/i,t);return n&&(e.version=n),e}},{test:[/epiphany/i],describe(t){let e={name:"Epiphany"},n=G.getFirstMatch(at,t)||G.getFirstMatch(/(?:epiphany)[\s/](\d+(\.?_?\d+)+)/i,t);return n&&(e.version=n),e}},{test:[/puffin/i],describe(t){let e={name:"Puffin"},n=G.getFirstMatch(at,t)||G.getFirstMatch(/(?:puffin)[\s/](\d+(\.?_?\d+)+)/i,t);return n&&(e.version=n),e}},{test:[/sleipnir/i],describe(t){let e={name:"Sleipnir"},n=G.getFirstMatch(at,t)||G.getFirstMatch(/(?:sleipnir)[\s/](\d+(\.?_?\d+)+)/i,t);return n&&(e.version=n),e}},{test:[/k-meleon/i],describe(t){let e={name:"K-Meleon"},n=G.getFirstMatch(at,t)||G.getFirstMatch(/(?:k-meleon)[\s/](\d+(\.?_?\d+)+)/i,t);return n&&(e.version=n),e}},{test:[/micromessenger/i],describe(t){let e={name:"WeChat"},n=G.getFirstMatch(/(?:micromessenger)[\s/](\d+(\.?_?\d+)+)/i,t)||G.getFirstMatch(at,t);return n&&(e.version=n),e}},{test:[/qqbrowser/i],describe(t){let e={name:/qqbrowserlite/i.test(t)?"QQ Browser Lite":"QQ Browser"},n=G.getFirstMatch(/(?:qqbrowserlite|qqbrowser)[/](\d+(\.?_?\d+)+)/i,t)||G.getFirstMatch(at,t);return n&&(e.version=n),e}},{test:[/msie|trident/i],describe(t){let e={name:"Internet Explorer"},n=G.getFirstMatch(/(?:msie |rv:)(\d+(\.?_?\d+)+)/i,t);return n&&(e.version=n),e}},{test:[/\sedg\//i],describe(t){let e={name:"Microsoft Edge"},n=G.getFirstMatch(/\sedg\/(\d+(\.?_?\d+)+)/i,t);return n&&(e.version=n),e}},{test:[/edg([ea]|ios)/i],describe(t){let e={name:"Microsoft Edge"},n=G.getSecondMatch(/edg([ea]|ios)\/(\d+(\.?_?\d+)+)/i,t);return n&&(e.version=n),e}},{test:[/vivaldi/i],describe(t){let e={name:"Vivaldi"},n=G.getFirstMatch(/vivaldi\/(\d+(\.?_?\d+)+)/i,t);return n&&(e.version=n),e}},{test:[/seamonkey/i],describe(t){let e={name:"SeaMonkey"},n=G.getFirstMatch(/seamonkey\/(\d+(\.?_?\d+)+)/i,t);return n&&(e.version=n),e}},{test:[/sailfish/i],describe(t){let e={name:"Sailfish"},n=G.getFirstMatch(/sailfish\s?browser\/(\d+(\.\d+)?)/i,t);return n&&(e.version=n),e}},{test:[/silk/i],describe(t){let e={name:"Amazon Silk"},n=G.getFirstMatch(/silk\/(\d+(\.?_?\d+)+)/i,t);return n&&(e.version=n),e}},{test:[/phantom/i],describe(t){let e={name:"PhantomJS"},n=G.getFirstMatch(/phantomjs\/(\d+(\.?_?\d+)+)/i,t);return n&&(e.version=n),e}},{test:[/slimerjs/i],describe(t){let e={name:"SlimerJS"},n=G.getFirstMatch(/slimerjs\/(\d+(\.?_?\d+)+)/i,t);return n&&(e.version=n),e}},{test:[/blackberry|\bbb\d+/i,/rim\stablet/i],describe(t){let e={name:"BlackBerry"},n=G.getFirstMatch(at,t)||G.getFirstMatch(/blackberry[\d]+\/(\d+(\.?_?\d+)+)/i,t);return n&&(e.version=n),e}},{test:[/(web|hpw)[o0]s/i],describe(t){let e={name:"WebOS Browser"},n=G.getFirstMatch(at,t)||G.getFirstMatch(/w(?:eb)?[o0]sbrowser\/(\d+(\.?_?\d+)+)/i,t);return n&&(e.version=n),e}},{test:[/bada/i],describe(t){let e={name:"Bada"},n=G.getFirstMatch(/dolfin\/(\d+(\.?_?\d+)+)/i,t);return n&&(e.version=n),e}},{test:[/tizen/i],describe(t){let e={name:"Tizen"},n=G.getFirstMatch(/(?:tizen\s?)?browser\/(\d+(\.?_?\d+)+)/i,t)||G.getFirstMatch(at,t);return n&&(e.version=n),e}},{test:[/qupzilla/i],describe(t){let e={name:"QupZilla"},n=G.getFirstMatch(/(?:qupzilla)[\s/](\d+(\.?_?\d+)+)/i,t)||G.getFirstMatch(at,t);return n&&(e.version=n),e}},{test:[/firefox|iceweasel|fxios/i],describe(t){let e={name:"Firefox"},n=G.getFirstMatch(/(?:firefox|iceweasel|fxios)[\s/](\d+(\.?_?\d+)+)/i,t);return n&&(e.version=n),e}},{test:[/electron/i],describe(t){let e={name:"Electron"},n=G.getFirstMatch(/(?:electron)\/(\d+(\.?_?\d+)+)/i,t);return n&&(e.version=n),e}},{test:[/MiuiBrowser/i],describe(t){let e={name:"Miui"},n=G.getFirstMatch(/(?:MiuiBrowser)[\s/](\d+(\.?_?\d+)+)/i,t);return n&&(e.version=n),e}},{test:[/chromium/i],describe(t){let e={name:"Chromium"},n=G.getFirstMatch(/(?:chromium)[\s/](\d+(\.?_?\d+)+)/i,t)||G.getFirstMatch(at,t);return n&&(e.version=n),e}},{test:[/chrome|crios|crmo/i],describe(t){let e={name:"Chrome"},n=G.getFirstMatch(/(?:chrome|crios|crmo)\/(\d+(\.?_?\d+)+)/i,t);return n&&(e.version=n),e}},{test:[/GSA/i],describe(t){let e={name:"Google Search"},n=G.getFirstMatch(/(?:GSA)\/(\d+(\.?_?\d+)+)/i,t);return n&&(e.version=n),e}},{test(t){let e=!t.test(/like android/i),n=t.test(/android/i);return e&&n},describe(t){let e={name:"Android Browser"},n=G.getFirstMatch(at,t);return n&&(e.version=n),e}},{test:[/playstation 4/i],describe(t){let e={name:"PlayStation 4"},n=G.getFirstMatch(at,t);return n&&(e.version=n),e}},{test:[/safari|applewebkit/i],describe(t){let e={name:"Safari"},n=G.getFirstMatch(at,t);return n&&(e.version=n),e}},{test:[/.*/i],describe(t){let e=/^(.*)\/(.*) /,n=/^(.*)\/(.*)[ \t]\((.*)/,r=t.search("\\(")!==-1?n:e;return{name:G.getFirstMatch(r,t),version:G.getSecondMatch(r,t)}}}],bx=hx,Tx=[{test:[/Roku\/DVP/],describe(t){let e=G.getFirstMatch(/Roku\/DVP-(\d+\.\d+)/i,t);return{name:dn.Roku,version:e}}},{test:[/windows phone/i],describe(t){let e=G.getFirstMatch(/windows phone (?:os)?\s?(\d+(\.\d+)*)/i,t);return{name:dn.WindowsPhone,version:e}}},{test:[/windows /i],describe(t){let e=G.getFirstMatch(/Windows ((NT|XP)( \d\d?.\d)?)/i,t),n=G.getWindowsVersionName(e);return{name:dn.Windows,version:e,versionName:n}}},{test:[/Macintosh(.*?) FxiOS(.*?)\//],describe(t){let e={name:dn.iOS},n=G.getSecondMatch(/(Version\/)(\d[\d.]+)/,t);return n&&(e.version=n),e}},{test:[/macintosh/i],describe(t){let e=G.getFirstMatch(/mac os x (\d+(\.?_?\d+)+)/i,t).replace(/[_\s]/g,"."),n=G.getMacOSVersionName(e),r={name:dn.MacOS,version:e};return n&&(r.versionName=n),r}},{test:[/(ipod|iphone|ipad)/i],describe(t){let e=G.getFirstMatch(/os (\d+([_\s]\d+)*) like mac os x/i,t).replace(/[_\s]/g,".");return{name:dn.iOS,version:e}}},{test(t){let e=!t.test(/like android/i),n=t.test(/android/i);return e&&n},describe(t){let e=G.getFirstMatch(/android[\s/-](\d+(\.\d+)*)/i,t),n=G.getAndroidVersionName(e),r={name:dn.Android,version:e};return n&&(r.versionName=n),r}},{test:[/(web|hpw)[o0]s/i],describe(t){let e=G.getFirstMatch(/(?:web|hpw)[o0]s\/(\d+(\.\d+)*)/i,t),n={name:dn.WebOS};return e&&e.length&&(n.version=e),n}},{test:[/blackberry|\bbb\d+/i,/rim\stablet/i],describe(t){let e=G.getFirstMatch(/rim\stablet\sos\s(\d+(\.\d+)*)/i,t)||G.getFirstMatch(/blackberry\d+\/(\d+([_\s]\d+)*)/i,t)||G.getFirstMatch(/\bbb(\d+)/i,t);return{name:dn.BlackBerry,version:e}}},{test:[/bada/i],describe(t){let e=G.getFirstMatch(/bada\/(\d+(\.\d+)*)/i,t);return{name:dn.Bada,version:e}}},{test:[/tizen/i],describe(t){let e=G.getFirstMatch(/tizen[/\s](\d+(\.\d+)*)/i,t);return{name:dn.Tizen,version:e}}},{test:[/linux/i],describe(){return{name:dn.Linux}}},{test:[/CrOS/],describe(){return{name:dn.ChromeOS}}},{test:[/PlayStation 4/],describe(t){let e=G.getFirstMatch(/PlayStation 4[/\s](\d+(\.\d+)*)/i,t);return{name:dn.PlayStation4,version:e}}}],yx=[{test:[/googlebot/i],describe(){return{type:"bot",vendor:"Google"}}},{test:[/huawei/i],describe(t){let e=G.getFirstMatch(/(can-l01)/i,t)&&"Nova",n={type:Ct.mobile,vendor:"Huawei"};return e&&(n.model=e),n}},{test:[/nexus\s*(?:7|8|9|10).*/i],describe(){return{type:Ct.tablet,vendor:"Nexus"}}},{test:[/ipad/i],describe(){return{type:Ct.tablet,vendor:"Apple",model:"iPad"}}},{test:[/Macintosh(.*?) FxiOS(.*?)\//],describe(){return{type:Ct.tablet,vendor:"Apple",model:"iPad"}}},{test:[/kftt build/i],describe(){return{type:Ct.tablet,vendor:"Amazon",model:"Kindle Fire HD 7"}}},{test:[/silk/i],describe(){return{type:Ct.tablet,vendor:"Amazon"}}},{test:[/tablet(?! pc)/i],describe(){return{type:Ct.tablet}}},{test(t){let e=t.test(/ipod|iphone/i),n=t.test(/like (ipod|iphone)/i);return e&&!n},describe(t){let e=G.getFirstMatch(/(ipod|iphone)/i,t);return{type:Ct.mobile,vendor:"Apple",model:e}}},{test:[/nexus\s*[0-6].*/i,/galaxy nexus/i],describe(){return{type:Ct.mobile,vendor:"Nexus"}}},{test:[/[^-]mobi/i],describe(){return{type:Ct.mobile}}},{test(t){return t.getBrowserName(!0)==="blackberry"},describe(){return{type:Ct.mobile,vendor:"BlackBerry"}}},{test(t){return t.getBrowserName(!0)==="bada"},describe(){return{type:Ct.mobile}}},{test(t){return t.getBrowserName()==="windows phone"},describe(){return{type:Ct.mobile,vendor:"Microsoft"}}},{test(t){let e=Number(String(t.getOSVersion()).split(".")[0]);return t.getOSName(!0)==="android"&&e>=3},describe(){return{type:Ct.tablet}}},{test(t){return t.getOSName(!0)==="android"},describe(){return{type:Ct.mobile}}},{test(t){return t.getOSName(!0)==="macos"},describe(){return{type:Ct.desktop,vendor:"Apple"}}},{test(t){return t.getOSName(!0)==="windows"},describe(){return{type:Ct.desktop}}},{test(t){return t.getOSName(!0)==="linux"},describe(){return{type:Ct.desktop}}},{test(t){return t.getOSName(!0)==="playstation 4"},describe(){return{type:Ct.tv}}},{test(t){return t.getOSName(!0)==="roku"},describe(){return{type:Ct.tv}}}],vx=[{test(t){return t.getBrowserName(!0)==="microsoft edge"},describe(t){if(/\sedg\//i.test(t))return{name:Kr.Blink};let e=G.getFirstMatch(/edge\/(\d+(\.?_?\d+)+)/i,t);return{name:Kr.EdgeHTML,version:e}}},{test:[/trident/i],describe(t){let e={name:Kr.Trident},n=G.getFirstMatch(/trident\/(\d+(\.?_?\d+)+)/i,t);return n&&(e.version=n),e}},{test(t){return t.test(/presto/i)},describe(t){let e={name:Kr.Presto},n=G.getFirstMatch(/presto\/(\d+(\.?_?\d+)+)/i,t);return n&&(e.version=n),e}},{test(t){let e=t.test(/gecko/i),n=t.test(/like gecko/i);return e&&!n},describe(t){let e={name:Kr.Gecko},n=G.getFirstMatch(/gecko\/(\d+(\.?_?\d+)+)/i,t);return n&&(e.version=n),e}},{test:[/(apple)?webkit\/537\.36/i],describe(){return{name:Kr.Blink}}},{test:[/(apple)?webkit/i],describe(t){let e={name:Kr.WebKit},n=G.getFirstMatch(/webkit\/(\d+(\.?_?\d+)+)/i,t);return n&&(e.version=n),e}}],Sx=class{constructor(t,e=!1){if(t==null||t==="")throw new Error("UserAgent parameter can't be empty");this._ua=t,this.parsedResult={},e!==!0&&this.parse()}getUA(){return this._ua}test(t){return t.test(this._ua)}parseBrowser(){this.parsedResult.browser={};let t=G.find(bx,e=>{if(typeof e.test=="function")return e.test(this);if(e.test instanceof Array)return e.test.some(n=>this.test(n));throw new Error("Browser's test function is not valid")});return t&&(this.parsedResult.browser=t.describe(this.getUA())),this.parsedResult.browser}getBrowser(){return this.parsedResult.browser?this.parsedResult.browser:this.parseBrowser()}getBrowserName(t){return t?String(this.getBrowser().name).toLowerCase()||"":this.getBrowser().name||""}getBrowserVersion(){return this.getBrowser().version}getOS(){return this.parsedResult.os?this.parsedResult.os:this.parseOS()}parseOS(){this.parsedResult.os={};let t=G.find(Tx,e=>{if(typeof e.test=="function")return e.test(this);if(e.test instanceof Array)return e.test.some(n=>this.test(n));throw new Error("Browser's test function is not valid")});return t&&(this.parsedResult.os=t.describe(this.getUA())),this.parsedResult.os}getOSName(t){let{name:e}=this.getOS();return t?String(e).toLowerCase()||"":e||""}getOSVersion(){return this.getOS().version}getPlatform(){return this.parsedResult.platform?this.parsedResult.platform:this.parsePlatform()}getPlatformType(t=!1){let{type:e}=this.getPlatform();return t?String(e).toLowerCase()||"":e||""}parsePlatform(){this.parsedResult.platform={};let t=G.find(yx,e=>{if(typeof e.test=="function")return e.test(this);if(e.test instanceof Array)return e.test.some(n=>this.test(n));throw new Error("Browser's test function is not valid")});return t&&(this.parsedResult.platform=t.describe(this.getUA())),this.parsedResult.platform}getEngine(){return this.parsedResult.engine?this.parsedResult.engine:this.parseEngine()}getEngineName(t){return t?String(this.getEngine().name).toLowerCase()||"":this.getEngine().name||""}parseEngine(){this.parsedResult.engine={};let t=G.find(vx,e=>{if(typeof e.test=="function")return e.test(this);if(e.test instanceof Array)return e.test.some(n=>this.test(n));throw new Error("Browser's test function is not valid")});return t&&(this.parsedResult.engine=t.describe(this.getUA())),this.parsedResult.engine}parse(){return this.parseBrowser(),this.parseOS(),this.parsePlatform(),this.parseEngine(),this}getResult(){return G.assign({},this.parsedResult)}satisfies(t){let e={},n=0,r={},a=0;if(Object.keys(t).forEach(i=>{let o=t[i];typeof o=="string"?(r[i]=o,a+=1):typeof o=="object"&&(e[i]=o,n+=1)}),n>0){let i=Object.keys(e),o=G.find(i,u=>this.isOS(u));if(o){let u=this.satisfies(e[o]);if(u!==void 0)return u}let s=G.find(i,u=>this.isPlatform(u));if(s){let u=this.satisfies(e[s]);if(u!==void 0)return u}}if(a>0){let i=Object.keys(r),o=G.find(i,s=>this.isBrowser(s,!0));if(o!==void 0)return this.compareVersion(r[o])}}isBrowser(t,e=!1){let n=this.getBrowserName().toLowerCase(),r=t.toLowerCase(),a=G.getBrowserTypeByAlias(r);return e&&a&&(r=a.toLowerCase()),r===n}compareVersion(t){let e=[0],n=t,r=!1,a=this.getBrowserVersion();if(typeof a=="string")return t[0]===">"||t[0]==="<"?(n=t.substr(1),t[1]==="="?(r=!0,n=t.substr(2)):e=[],t[0]===">"?e.push(1):e.push(-1)):t[0]==="="?n=t.substr(1):t[0]==="~"&&(r=!0,n=t.substr(1)),e.indexOf(G.compareVersions(a,n,r))>-1}isOS(t){return this.getOSName(!0)===String(t).toLowerCase()}isPlatform(t){return this.getPlatformType(!0)===String(t).toLowerCase()}isEngine(t){return this.getEngineName(!0)===String(t).toLowerCase()}is(t,e=!1){return this.isBrowser(t,e)||this.isOS(t)||this.isPlatform(t)}some(t=[]){return t.some(e=>this.is(e))}},Yf=Sx,xx=class{static getParser(t,e=!1){if(typeof t!="string")throw new Error("UserAgent should be a string");return new Yf(t,e)}static parse(t){return new Yf(t).getResult()}static get BROWSER_MAP(){return Qf}static get ENGINE_MAP(){return Kr}static get OS_MAP(){return dn}static get PLATFORMS_MAP(){return Ct}},mi=xx;d();d();var{entries:ah,setPrototypeOf:Jf,isFrozen:Ex,getPrototypeOf:Cx,getOwnPropertyDescriptor:wx}=Object,{freeze:pn,seal:Vn,create:Dx}=Object,{apply:Hd,construct:Wd}=typeof Reflect<"u"&&Reflect;Hd||(Hd=function(t,e,n){return t.apply(e,n)});pn||(pn=function(t){return t});Vn||(Vn=function(t){return t});Wd||(Wd=function(t,e){return new t(...e)});var Ax=zn(Array.prototype.forEach),Zf=zn(Array.prototype.pop),Mo=zn(Array.prototype.push),hu=zn(String.prototype.toLowerCase),zd=zn(String.prototype.toString),kx=zn(String.prototype.match),$n=zn(String.prototype.replace),Px=zn(String.prototype.indexOf),Lx=zn(String.prototype.trim),An=zn(RegExp.prototype.test),Bo=_x(TypeError);function zn(t){return function(e){for(var n=arguments.length,r=new Array(n>1?n-1:0),a=1;a/gm),Rx=Vn(/\${[\w\W]*}/gm),Ox=Vn(/^data-[\-\w.\u00B7-\uFFFF]/),zx=Vn(/^aria-[\-\w]+$/),ih=Vn(/^(?:(?:(?:f|ht)tps?|mailto|tel|callto|sms|cid|xmpp):|[^a-z]|[a-z+.\-]+(?:[^a-z+.\-:]|$))/i),Nx=Vn(/^(?:\w+script|data):/i),Ux=Vn(/[\u0000-\u0020\u00A0\u1680\u180E\u2000-\u2029\u205F\u3000]/g),oh=Vn(/^html$/i),rh=Object.freeze({__proto__:null,MUSTACHE_EXPR:Bx,ERB_EXPR:Ix,TMPLIT_EXPR:Rx,DATA_ATTR:Ox,ARIA_ATTR:zx,IS_ALLOWED_URI:ih,IS_SCRIPT_OR_DATA:Nx,ATTR_WHITESPACE:Ux,DOCTYPE_NAME:oh}),qx=()=>typeof window>"u"?null:window,jx=function(t,e){if(typeof t!="object"||typeof t.createPolicy!="function")return null;let n=null,r="data-tt-policy-suffix";e&&e.hasAttribute(r)&&(n=e.getAttribute(r));let a="dompurify"+(n?"#"+n:"");try{return t.createPolicy(a,{createHTML(i){return i},createScriptURL(i){return i}})}catch{return null}};function sh(){let t=arguments.length>0&&arguments[0]!==void 0?arguments[0]:qx(),e=O=>sh(O);if(e.version="3.0.3",e.removed=[],!t||!t.document||t.document.nodeType!==9)return e.isSupported=!1,e;let n=t.document,r=n.currentScript,{document:a}=t,{DocumentFragment:i,HTMLTemplateElement:o,Node:s,Element:u,NodeFilter:l,NamedNodeMap:c=t.NamedNodeMap||t.MozNamedAttrMap,HTMLFormElement:p,DOMParser:m,trustedTypes:g}=t,f=u.prototype,T=mu(f,"cloneNode"),b=mu(f,"nextSibling"),h=mu(f,"childNodes"),E=mu(f,"parentNode");if(typeof o=="function"){let O=a.createElement("template");O.content&&O.content.ownerDocument&&(a=O.content.ownerDocument)}let D,M="",{implementation:I,createNodeIterator:S,createDocumentFragment:v,getElementsByTagName:k}=a,{importNode:A}=n,y={};e.isSupported=typeof ah=="function"&&typeof E=="function"&&I&&I.createHTMLDocument!==void 0;let{MUSTACHE_EXPR:R,ERB_EXPR:_,TMPLIT_EXPR:P,DATA_ATTR:N,ARIA_ATTR:z,IS_SCRIPT_OR_DATA:q,ATTR_WHITESPACE:F}=rh,{IS_ALLOWED_URI:C}=rh,L=null,U=Oe({},[...Xf,...Nd,...Ud,...qd,...eh]),H=null,j=Oe({},[...th,...jd,...nh,...fu]),W=Object.seal(Object.create(null,{tagNameCheck:{writable:!0,configurable:!1,enumerable:!0,value:null},attributeNameCheck:{writable:!0,configurable:!1,enumerable:!0,value:null},allowCustomizedBuiltInElements:{writable:!0,configurable:!1,enumerable:!0,value:!1}})),$=null,ue=null,ae=!0,J=!0,ie=!1,ge=!0,ee=!1,Y=!1,Te=!1,ne=!1,re=!1,xe=!1,ze=!1,_e=!0,de=!1,gt="user-content-",Pt=!0,bt=!1,xt={},sn=null,In=Oe({},["annotation-xml","audio","colgroup","desc","foreignobject","head","iframe","math","mi","mn","mo","ms","mtext","noembed","noframes","noscript","plaintext","script","style","svg","template","thead","title","video","xmp"]),wo=null,ir=Oe({},["audio","video","img","source","image","track"]),ka=null,ui=Oe({},["alt","class","for","id","label","name","pattern","placeholder","role","summary","title","value","style","xmlns"]),Vt="http://www.w3.org/1998/Math/MathML",Hn="http://www.w3.org/2000/svg",Yt="http://www.w3.org/1999/xhtml",wn=Yt,hr=!1,br=null,Pa=Oe({},[Vt,Hn,Yt],zd),un,Tr=["application/xhtml+xml","text/html"],mt="text/html",Xe,Dn=null,Y9=a.createElement("form"),sf=function(O){return O instanceof RegExp||O instanceof Function},ld=function(O){if(!(Dn&&Dn===O)){if((!O||typeof O!="object")&&(O={}),O=fi(O),un=Tr.indexOf(O.PARSER_MEDIA_TYPE)===-1?un=mt:un=O.PARSER_MEDIA_TYPE,Xe=un==="application/xhtml+xml"?zd:hu,L="ALLOWED_TAGS"in O?Oe({},O.ALLOWED_TAGS,Xe):U,H="ALLOWED_ATTR"in O?Oe({},O.ALLOWED_ATTR,Xe):j,br="ALLOWED_NAMESPACES"in O?Oe({},O.ALLOWED_NAMESPACES,zd):Pa,ka="ADD_URI_SAFE_ATTR"in O?Oe(fi(ui),O.ADD_URI_SAFE_ATTR,Xe):ui,wo="ADD_DATA_URI_TAGS"in O?Oe(fi(ir),O.ADD_DATA_URI_TAGS,Xe):ir,sn="FORBID_CONTENTS"in O?Oe({},O.FORBID_CONTENTS,Xe):In,$="FORBID_TAGS"in O?Oe({},O.FORBID_TAGS,Xe):{},ue="FORBID_ATTR"in O?Oe({},O.FORBID_ATTR,Xe):{},xt="USE_PROFILES"in O?O.USE_PROFILES:!1,ae=O.ALLOW_ARIA_ATTR!==!1,J=O.ALLOW_DATA_ATTR!==!1,ie=O.ALLOW_UNKNOWN_PROTOCOLS||!1,ge=O.ALLOW_SELF_CLOSE_IN_ATTR!==!1,ee=O.SAFE_FOR_TEMPLATES||!1,Y=O.WHOLE_DOCUMENT||!1,re=O.RETURN_DOM||!1,xe=O.RETURN_DOM_FRAGMENT||!1,ze=O.RETURN_TRUSTED_TYPE||!1,ne=O.FORCE_BODY||!1,_e=O.SANITIZE_DOM!==!1,de=O.SANITIZE_NAMED_PROPS||!1,Pt=O.KEEP_CONTENT!==!1,bt=O.IN_PLACE||!1,C=O.ALLOWED_URI_REGEXP||ih,wn=O.NAMESPACE||Yt,W=O.CUSTOM_ELEMENT_HANDLING||{},O.CUSTOM_ELEMENT_HANDLING&&sf(O.CUSTOM_ELEMENT_HANDLING.tagNameCheck)&&(W.tagNameCheck=O.CUSTOM_ELEMENT_HANDLING.tagNameCheck),O.CUSTOM_ELEMENT_HANDLING&&sf(O.CUSTOM_ELEMENT_HANDLING.attributeNameCheck)&&(W.attributeNameCheck=O.CUSTOM_ELEMENT_HANDLING.attributeNameCheck),O.CUSTOM_ELEMENT_HANDLING&&typeof O.CUSTOM_ELEMENT_HANDLING.allowCustomizedBuiltInElements=="boolean"&&(W.allowCustomizedBuiltInElements=O.CUSTOM_ELEMENT_HANDLING.allowCustomizedBuiltInElements),ee&&(J=!1),xe&&(re=!0),xt&&(L=Oe({},[...eh]),H=[],xt.html===!0&&(Oe(L,Xf),Oe(H,th)),xt.svg===!0&&(Oe(L,Nd),Oe(H,jd),Oe(H,fu)),xt.svgFilters===!0&&(Oe(L,Ud),Oe(H,jd),Oe(H,fu)),xt.mathMl===!0&&(Oe(L,qd),Oe(H,nh),Oe(H,fu))),O.ADD_TAGS&&(L===U&&(L=fi(L)),Oe(L,O.ADD_TAGS,Xe)),O.ADD_ATTR&&(H===j&&(H=fi(H)),Oe(H,O.ADD_ATTR,Xe)),O.ADD_URI_SAFE_ATTR&&Oe(ka,O.ADD_URI_SAFE_ATTR,Xe),O.FORBID_CONTENTS&&(sn===In&&(sn=fi(sn)),Oe(sn,O.FORBID_CONTENTS,Xe)),Pt&&(L["#text"]=!0),Y&&Oe(L,["html","head","body"]),L.table&&(Oe(L,["tbody"]),delete $.tbody),O.TRUSTED_TYPES_POLICY){if(typeof O.TRUSTED_TYPES_POLICY.createHTML!="function")throw Bo('TRUSTED_TYPES_POLICY configuration option must provide a "createHTML" hook.');if(typeof O.TRUSTED_TYPES_POLICY.createScriptURL!="function")throw Bo('TRUSTED_TYPES_POLICY configuration option must provide a "createScriptURL" hook.');D=O.TRUSTED_TYPES_POLICY,M=D.createHTML("")}else D===void 0&&(D=jx(g,r)),D!==null&&typeof M=="string"&&(M=D.createHTML(""));pn&&pn(O),Dn=O}},uf=Oe({},["mi","mo","mn","ms","mtext"]),lf=Oe({},["foreignobject","desc","title","annotation-xml"]),Q9=Oe({},["title","style","font","a","script"]),Zs=Oe({},Nd);Oe(Zs,Ud),Oe(Zs,Fx);let cd=Oe({},qd);Oe(cd,Mx);let J9=function(O){let le=E(O);(!le||!le.tagName)&&(le={namespaceURI:wn,tagName:"template"});let Z=hu(O.tagName),Ge=hu(le.tagName);return br[O.namespaceURI]?O.namespaceURI===Hn?le.namespaceURI===Yt?Z==="svg":le.namespaceURI===Vt?Z==="svg"&&(Ge==="annotation-xml"||uf[Ge]):!!Zs[Z]:O.namespaceURI===Vt?le.namespaceURI===Yt?Z==="math":le.namespaceURI===Hn?Z==="math"&&lf[Ge]:!!cd[Z]:O.namespaceURI===Yt?le.namespaceURI===Hn&&!lf[Ge]||le.namespaceURI===Vt&&!uf[Ge]?!1:!cd[Z]&&(Q9[Z]||!Zs[Z]):!!(un==="application/xhtml+xml"&&br[O.namespaceURI]):!1},li=function(O){Mo(e.removed,{element:O});try{O.parentNode.removeChild(O)}catch{O.remove()}},dd=function(O,le){try{Mo(e.removed,{attribute:le.getAttributeNode(O),from:le})}catch{Mo(e.removed,{attribute:null,from:le})}if(le.removeAttribute(O),O==="is"&&!H[O])if(re||xe)try{li(le)}catch{}else try{le.setAttribute(O,"")}catch{}},cf=function(O){let le,Z;if(ne)O=""+O;else{let ln=kx(O,/^[\r\n\t ]+/);Z=ln&&ln[0]}un==="application/xhtml+xml"&&wn===Yt&&(O=''+O+"");let Ge=D?D.createHTML(O):O;if(wn===Yt)try{le=new m().parseFromString(Ge,un)}catch{}if(!le||!le.documentElement){le=I.createDocument(wn,"template",null);try{le.documentElement.innerHTML=hr?M:Ge}catch{}}let Lt=le.body||le.documentElement;return O&&Z&&Lt.insertBefore(a.createTextNode(Z),Lt.childNodes[0]||null),wn===Yt?k.call(le,Y?"html":"body")[0]:Y?le.documentElement:Lt},df=function(O){return S.call(O.ownerDocument||O,O,l.SHOW_ELEMENT|l.SHOW_COMMENT|l.SHOW_TEXT,null,!1)},Z9=function(O){return O instanceof p&&(typeof O.nodeName!="string"||typeof O.textContent!="string"||typeof O.removeChild!="function"||!(O.attributes instanceof c)||typeof O.removeAttribute!="function"||typeof O.setAttribute!="function"||typeof O.namespaceURI!="string"||typeof O.insertBefore!="function"||typeof O.hasChildNodes!="function")},Xs=function(O){return typeof s=="object"?O instanceof s:O&&typeof O=="object"&&typeof O.nodeType=="number"&&typeof O.nodeName=="string"},yr=function(O,le,Z){y[O]&&Ax(y[O],Ge=>{Ge.call(e,le,Z,Dn)})},pf=function(O){let le;if(yr("beforeSanitizeElements",O,null),Z9(O))return li(O),!0;let Z=Xe(O.nodeName);if(yr("uponSanitizeElement",O,{tagName:Z,allowedTags:L}),O.hasChildNodes()&&!Xs(O.firstElementChild)&&(!Xs(O.content)||!Xs(O.content.firstElementChild))&&An(/<[/\w]/g,O.innerHTML)&&An(/<[/\w]/g,O.textContent))return li(O),!0;if(!L[Z]||$[Z]){if(!$[Z]&&mf(Z)&&(W.tagNameCheck instanceof RegExp&&An(W.tagNameCheck,Z)||W.tagNameCheck instanceof Function&&W.tagNameCheck(Z)))return!1;if(Pt&&!sn[Z]){let Ge=E(O)||O.parentNode,Lt=h(O)||O.childNodes;if(Lt&&Ge){let ln=Lt.length;for(let yn=ln-1;yn>=0;--yn)Ge.insertBefore(T(Lt[yn],!0),b(O))}}return li(O),!0}return O instanceof u&&!J9(O)||(Z==="noscript"||Z==="noembed")&&An(/<\/no(script|embed)/i,O.innerHTML)?(li(O),!0):(ee&&O.nodeType===3&&(le=O.textContent,le=$n(le,R," "),le=$n(le,_," "),le=$n(le,P," "),O.textContent!==le&&(Mo(e.removed,{element:O.cloneNode()}),O.textContent=le)),yr("afterSanitizeElements",O,null),!1)},gf=function(O,le,Z){if(_e&&(le==="id"||le==="name")&&(Z in a||Z in Y9))return!1;if(!(J&&!ue[le]&&An(N,le))&&!(ae&&An(z,le))){if(!H[le]||ue[le]){if(!(mf(O)&&(W.tagNameCheck instanceof RegExp&&An(W.tagNameCheck,O)||W.tagNameCheck instanceof Function&&W.tagNameCheck(O))&&(W.attributeNameCheck instanceof RegExp&&An(W.attributeNameCheck,le)||W.attributeNameCheck instanceof Function&&W.attributeNameCheck(le))||le==="is"&&W.allowCustomizedBuiltInElements&&(W.tagNameCheck instanceof RegExp&&An(W.tagNameCheck,Z)||W.tagNameCheck instanceof Function&&W.tagNameCheck(Z))))return!1}else if(!ka[le]&&!An(C,$n(Z,F,""))&&!((le==="src"||le==="xlink:href"||le==="href")&&O!=="script"&&Px(Z,"data:")===0&&wo[O])&&!(ie&&!An(q,$n(Z,F,"")))&&Z)return!1}return!0},mf=function(O){return O.indexOf("-")>0},ff=function(O){let le,Z,Ge,Lt;yr("beforeSanitizeAttributes",O,null);let{attributes:ln}=O;if(!ln)return;let yn={attrName:"",attrValue:"",keepAttr:!0,allowedAttributes:H};for(Lt=ln.length;Lt--;){le=ln[Lt];let{name:Rt,namespaceURI:ci}=le;if(Z=Rt==="value"?le.value:Lx(le.value),Ge=Xe(Rt),yn.attrName=Ge,yn.attrValue=Z,yn.keepAttr=!0,yn.forceKeepAttr=void 0,yr("uponSanitizeAttribute",O,yn),Z=yn.attrValue,yn.forceKeepAttr||(dd(Rt,O),!yn.keepAttr))continue;if(!ge&&An(/\/>/i,Z)){dd(Rt,O);continue}ee&&(Z=$n(Z,R," "),Z=$n(Z,_," "),Z=$n(Z,P," "));let hf=Xe(O.nodeName);if(gf(hf,Ge,Z)){if(de&&(Ge==="id"||Ge==="name")&&(dd(Rt,O),Z=gt+Z),D&&typeof g=="object"&&typeof g.getAttributeType=="function"&&!ci)switch(g.getAttributeType(hf,Ge)){case"TrustedHTML":{Z=D.createHTML(Z);break}case"TrustedScriptURL":{Z=D.createScriptURL(Z);break}}try{ci?O.setAttributeNS(ci,Rt,Z):O.setAttribute(Rt,Z),Zf(e.removed)}catch{}}}yr("afterSanitizeAttributes",O,null)},X9=function O(le){let Z,Ge=df(le);for(yr("beforeSanitizeShadowDOM",le,null);Z=Ge.nextNode();)yr("uponSanitizeShadowNode",Z,null),!pf(Z)&&(Z.content instanceof i&&O(Z.content),ff(Z));yr("afterSanitizeShadowDOM",le,null)};return e.sanitize=function(O){let le=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{},Z,Ge,Lt,ln;if(hr=!O,hr&&(O=""),typeof O!="string"&&!Xs(O))if(typeof O.toString=="function"){if(O=O.toString(),typeof O!="string")throw Bo("dirty is not a string, aborting")}else throw Bo("toString is not a function");if(!e.isSupported)return O;if(Te||ld(le),e.removed=[],typeof O=="string"&&(bt=!1),bt){if(O.nodeName){let ci=Xe(O.nodeName);if(!L[ci]||$[ci])throw Bo("root node is forbidden and cannot be sanitized in-place")}}else if(O instanceof s)Z=cf(""),Ge=Z.ownerDocument.importNode(O,!0),Ge.nodeType===1&&Ge.nodeName==="BODY"||Ge.nodeName==="HTML"?Z=Ge:Z.appendChild(Ge);else{if(!re&&!ee&&!Y&&O.indexOf("<")===-1)return D&&ze?D.createHTML(O):O;if(Z=cf(O),!Z)return re?null:ze?M:""}Z&&ne&&li(Z.firstChild);let yn=df(bt?O:Z);for(;Lt=yn.nextNode();)pf(Lt)||(Lt.content instanceof i&&X9(Lt.content),ff(Lt));if(bt)return O;if(re){if(xe)for(ln=v.call(Z.ownerDocument);Z.firstChild;)ln.appendChild(Z.firstChild);else ln=Z;return(H.shadowroot||H.shadowrootmod)&&(ln=A.call(n,ln,!0)),ln}let Rt=Y?Z.outerHTML:Z.innerHTML;return Y&&L["!doctype"]&&Z.ownerDocument&&Z.ownerDocument.doctype&&Z.ownerDocument.doctype.name&&An(oh,Z.ownerDocument.doctype.name)&&(Rt=" +`+Rt),ee&&(Rt=$n(Rt,R," "),Rt=$n(Rt,_," "),Rt=$n(Rt,P," ")),D&&ze?D.createHTML(Rt):Rt},e.setConfig=function(O){ld(O),Te=!0},e.clearConfig=function(){Dn=null,Te=!1},e.isValidAttribute=function(O,le,Z){Dn||ld({});let Ge=Xe(O),Lt=Xe(le);return gf(Ge,Lt,Z)},e.addHook=function(O,le){typeof le=="function"&&(y[O]=y[O]||[],Mo(y[O],le))},e.removeHook=function(O){if(y[O])return Zf(y[O])},e.removeHooks=function(O){y[O]&&(y[O]=[])},e.removeAllHooks=function(){y={}},e}var Ye=sh();d();d();var Hx=Object.create,Gd=Object.defineProperty,Wx=Object.getOwnPropertyDescriptor,Kx=Object.getOwnPropertyNames,Gx=Object.getPrototypeOf,$x=Object.prototype.hasOwnProperty,$d=(t,e)=>()=>(e||t((e={exports:{}}).exports,e),e.exports),Vx=(t,e)=>{for(var n in e)Gd(t,n,{get:e[n],enumerable:!0})},Kd=(t,e,n,r)=>{if(e&&typeof e=="object"||typeof e=="function")for(let a of Kx(e))!$x.call(t,a)&&a!==n&&Gd(t,a,{get:()=>e[a],enumerable:!(r=Wx(e,a))||r.enumerable});return t},Yx=(t,e,n)=>(Kd(t,e,"default"),n&&Kd(n,e,"default")),lh=(t,e,n)=>(n=t!=null?Hx(Gx(t)):{},Kd(e||!t||!t.__esModule?Gd(n,"default",{value:t,enumerable:!0}):n,t)),Qx=$d((t,e)=>{function n(r,a){if(a&&a.documentElement)r=a,a=arguments[2];else if(!r||!r.documentElement)throw new Error("First argument to Readability constructor should be a document object.");if(a=a||{},this._doc=r,this._docJSDOMParser=this._doc.firstChild.__JSDOMParser__,this._articleTitle=null,this._articleByline=null,this._articleDir=null,this._articleSiteName=null,this._attempts=[],this._debug=!!a.debug,this._maxElemsToParse=a.maxElemsToParse||this.DEFAULT_MAX_ELEMS_TO_PARSE,this._nbTopCandidates=a.nbTopCandidates||this.DEFAULT_N_TOP_CANDIDATES,this._charThreshold=a.charThreshold||this.DEFAULT_CHAR_THRESHOLD,this._classesToPreserve=this.CLASSES_TO_PRESERVE.concat(a.classesToPreserve||[]),this._keepClasses=!!a.keepClasses,this._serializer=a.serializer||function(i){return i.innerHTML},this._disableJSONLD=!!a.disableJSONLD,this._allowedVideoRegex=a.allowedVideoRegex||this.REGEXPS.videos,this._flags=this.FLAG_STRIP_UNLIKELYS|this.FLAG_WEIGHT_CLASSES|this.FLAG_CLEAN_CONDITIONALLY,this._debug){let i=function(o){if(o.nodeType==o.TEXT_NODE)return`${o.nodeName} ("${o.textContent}")`;let s=Array.from(o.attributes||[],function(u){return`${u.name}="${u.value}"`}).join(" ");return`<${o.localName} ${s}>`};this.log=function(){if(typeof console<"u")Array.from(arguments,u=>u&&u.nodeType==this.ELEMENT_NODE?i(u):u).unshift("Reader: (Readability)");else if(typeof dump<"u"){var o=Array.prototype.map.call(arguments,function(s){return s&&s.nodeName?i(s):s}).join(" ");dump("Reader: (Readability) "+o+` +`)}}}else this.log=function(){}}n.prototype={FLAG_STRIP_UNLIKELYS:1,FLAG_WEIGHT_CLASSES:2,FLAG_CLEAN_CONDITIONALLY:4,ELEMENT_NODE:1,TEXT_NODE:3,DEFAULT_MAX_ELEMS_TO_PARSE:0,DEFAULT_N_TOP_CANDIDATES:5,DEFAULT_TAGS_TO_SCORE:"section,h2,h3,h4,h5,h6,p,td,pre".toUpperCase().split(","),DEFAULT_CHAR_THRESHOLD:500,REGEXPS:{unlikelyCandidates:/-ad-|ai2html|banner|breadcrumbs|combx|comment|community|cover-wrap|disqus|extra|footer|gdpr|header|legends|menu|related|remark|replies|rss|shoutbox|sidebar|skyscraper|social|sponsor|supplemental|ad-break|agegate|pagination|pager|popup|yom-remote/i,okMaybeItsACandidate:/and|article|body|column|content|main|shadow/i,positive:/article|body|content|entry|hentry|h-entry|main|page|pagination|post|text|blog|story/i,negative:/-ad-|hidden|^hid$| hid$| hid |^hid |banner|combx|comment|com-|contact|foot|footer|footnote|gdpr|masthead|media|meta|outbrain|promo|related|scroll|share|shoutbox|sidebar|skyscraper|sponsor|shopping|tags|tool|widget/i,extraneous:/print|archive|comment|discuss|e[\-]?mail|share|reply|all|login|sign|single|utility/i,byline:/byline|author|dateline|writtenby|p-author/i,replaceFonts:/<(\/?)font[^>]*>/gi,normalize:/\s{2,}/g,videos:/\/\/(www\.)?((dailymotion|youtube|youtube-nocookie|player\.vimeo|v\.qq)\.com|(archive|upload\.wikimedia)\.org|player\.twitch\.tv)/i,shareElements:/(\b|_)(share|sharedaddy)(\b|_)/i,nextLink:/(next|weiter|continue|>([^\|]|$)|»([^\|]|$))/i,prevLink:/(prev|earl|old|new|<|«)/i,tokenize:/\W+/g,whitespace:/^\s*$/,hasContent:/\S$/,hashUrl:/^#.+/,srcsetUrl:/(\S+)(\s+[\d.]+[xw])?(\s*(?:,|$))/g,b64DataUrl:/^data:\s*([^\s;,]+)\s*;\s*base64\s*,/i,jsonLdArticleTypes:/^Article|AdvertiserContentArticle|NewsArticle|AnalysisNewsArticle|AskPublicNewsArticle|BackgroundNewsArticle|OpinionNewsArticle|ReportageNewsArticle|ReviewNewsArticle|Report|SatiricalArticle|ScholarlyArticle|MedicalScholarlyArticle|SocialMediaPosting|BlogPosting|LiveBlogPosting|DiscussionForumPosting|TechArticle|APIReference$/},UNLIKELY_ROLES:["menu","menubar","complementary","navigation","alert","alertdialog","dialog"],DIV_TO_P_ELEMS:new Set(["BLOCKQUOTE","DL","DIV","IMG","OL","P","PRE","TABLE","UL"]),ALTER_TO_DIV_EXCEPTIONS:["DIV","ARTICLE","SECTION","P"],PRESENTATIONAL_ATTRIBUTES:["align","background","bgcolor","border","cellpadding","cellspacing","frame","hspace","rules","style","valign","vspace"],DEPRECATED_SIZE_ATTRIBUTE_ELEMS:["TABLE","TH","TD","HR","PRE"],PHRASING_ELEMS:["ABBR","AUDIO","B","BDO","BR","BUTTON","CITE","CODE","DATA","DATALIST","DFN","EM","EMBED","I","IMG","INPUT","KBD","LABEL","MARK","MATH","METER","NOSCRIPT","OBJECT","OUTPUT","PROGRESS","Q","RUBY","SAMP","SCRIPT","SELECT","SMALL","SPAN","STRONG","SUB","SUP","TEXTAREA","TIME","VAR","WBR"],CLASSES_TO_PRESERVE:["page"],HTML_ESCAPE_MAP:{lt:"<",gt:">",amp:"&",quot:'"',apos:"'"},_postProcessContent:function(r){this._fixRelativeUris(r),this._simplifyNestedElements(r),this._keepClasses||this._cleanClasses(r)},_removeNodes:function(r,a){if(this._docJSDOMParser&&r._isLiveNodeList)throw new Error("Do not pass live node lists to _removeNodes");for(var i=r.length-1;i>=0;i--){var o=r[i],s=o.parentNode;s&&(!a||a.call(this,o,i,r))&&s.removeChild(o)}},_replaceNodeTags:function(r,a){if(this._docJSDOMParser&&r._isLiveNodeList)throw new Error("Do not pass live node lists to _replaceNodeTags");for(let i of r)this._setNodeTag(i,a)},_forEachNode:function(r,a){Array.prototype.forEach.call(r,a,this)},_findNode:function(r,a){return Array.prototype.find.call(r,a,this)},_someNode:function(r,a){return Array.prototype.some.call(r,a,this)},_everyNode:function(r,a){return Array.prototype.every.call(r,a,this)},_concatNodeLists:function(){var r=Array.prototype.slice,a=r.call(arguments),i=a.map(function(o){return r.call(o)});return Array.prototype.concat.apply([],i)},_getAllNodesWithTag:function(r,a){return r.querySelectorAll?r.querySelectorAll(a.join(",")):[].concat.apply([],a.map(function(i){var o=r.getElementsByTagName(i);return Array.isArray(o)?o:Array.from(o)}))},_cleanClasses:function(r){var a=this._classesToPreserve,i=(r.getAttribute("class")||"").split(/\s+/).filter(function(o){return a.indexOf(o)!=-1}).join(" ");for(i?r.setAttribute("class",i):r.removeAttribute("class"),r=r.firstElementChild;r;r=r.nextElementSibling)this._cleanClasses(r)},_fixRelativeUris:function(r){var a=this._doc.baseURI,i=this._doc.documentURI;function o(l){if(a==i&&l.charAt(0)=="#")return l;try{return new URL(l,a).href}catch{}return l}var s=this._getAllNodesWithTag(r,["a"]);this._forEachNode(s,function(l){var c=l.getAttribute("href");if(c)if(c.indexOf("javascript:")===0)if(l.childNodes.length===1&&l.childNodes[0].nodeType===this.TEXT_NODE){var p=this._doc.createTextNode(l.textContent);l.parentNode.replaceChild(p,l)}else{for(var m=this._doc.createElement("span");l.firstChild;)m.appendChild(l.firstChild);l.parentNode.replaceChild(m,l)}else l.setAttribute("href",o(c))});var u=this._getAllNodesWithTag(r,["img","picture","figure","video","audio","source"]);this._forEachNode(u,function(l){var c=l.getAttribute("src"),p=l.getAttribute("poster"),m=l.getAttribute("srcset");if(c&&l.setAttribute("src",o(c)),p&&l.setAttribute("poster",o(p)),m){var g=m.replace(this.REGEXPS.srcsetUrl,function(f,T,b,h){return o(T)+(b||"")+h});l.setAttribute("srcset",g)}})},_simplifyNestedElements:function(r){for(var a=r;a;){if(a.parentNode&&["DIV","SECTION"].includes(a.tagName)&&!(a.id&&a.id.startsWith("readability"))){if(this._isElementWithoutContent(a)){a=this._removeAndGetNext(a);continue}else if(this._hasSingleTagInsideElement(a,"DIV")||this._hasSingleTagInsideElement(a,"SECTION")){for(var i=a.children[0],o=0;o»] /.test(a))o=/ [\\\/>»] /.test(a),a=i.replace(/(.*)[\|\-\\\/>»] .*/gi,"$1"),s(a)<3&&(a=i.replace(/[^\|\-\\\/>»]*[\|\-\\\/>»](.*)/gi,"$1"));else if(a.indexOf(": ")!==-1){var u=this._concatNodeLists(r.getElementsByTagName("h1"),r.getElementsByTagName("h2")),l=a.trim(),c=this._someNode(u,function(g){return g.textContent.trim()===l});c||(a=i.substring(i.lastIndexOf(":")+1),s(a)<3?a=i.substring(i.indexOf(":")+1):s(i.substr(0,i.indexOf(":")))>5&&(a=i))}else if(a.length>150||a.length<15){var p=r.getElementsByTagName("h1");p.length===1&&(a=this._getInnerText(p[0]))}a=a.trim().replace(this.REGEXPS.normalize," ");var m=s(a);return m<=4&&(!o||m!=s(i.replace(/[\|\-\\\/>»]+/g,""))-1)&&(a=i),a},_prepDocument:function(){var r=this._doc;this._removeNodes(this._getAllNodesWithTag(r,["style"])),r.body&&this._replaceBrs(r.body),this._replaceNodeTags(this._getAllNodesWithTag(r,["font"]),"SPAN")},_nextNode:function(r){for(var a=r;a&&a.nodeType!=this.ELEMENT_NODE&&this.REGEXPS.whitespace.test(a.textContent);)a=a.nextSibling;return a},_replaceBrs:function(r){this._forEachNode(this._getAllNodesWithTag(r,["br"]),function(a){for(var i=a.nextSibling,o=!1;(i=this._nextNode(i))&&i.tagName=="BR";){o=!0;var s=i.nextSibling;i.parentNode.removeChild(i),i=s}if(o){var u=this._doc.createElement("p");for(a.parentNode.replaceChild(u,a),i=u.nextSibling;i;){if(i.tagName=="BR"){var l=this._nextNode(i.nextSibling);if(l&&l.tagName=="BR")break}if(!this._isPhrasingContent(i))break;var c=i.nextSibling;u.appendChild(i),i=c}for(;u.lastChild&&this._isWhitespace(u.lastChild);)u.removeChild(u.lastChild);u.parentNode.tagName==="P"&&this._setNodeTag(u.parentNode,"DIV")}})},_setNodeTag:function(r,a){if(this.log("_setNodeTag",r,a),this._docJSDOMParser)return r.localName=a.toLowerCase(),r.tagName=a.toUpperCase(),r;for(var i=r.ownerDocument.createElement(a);r.firstChild;)i.appendChild(r.firstChild);r.parentNode.replaceChild(i,r),r.readability&&(i.readability=r.readability);for(var o=0;o!i.includes(l)),u=s.join(" ").length/o.join(" ").length;return 1-u},_checkByline:function(r,a){if(this._articleByline)return!1;if(r.getAttribute!==void 0)var i=r.getAttribute("rel"),o=r.getAttribute("itemprop");return(i==="author"||o&&o.indexOf("author")!==-1||this.REGEXPS.byline.test(a))&&this._isValidByline(r.textContent)?(this._articleByline=r.textContent.trim(),!0):!1},_getNodeAncestors:function(r,a){a=a||0;for(var i=0,o=[];r.parentNode&&(o.push(r.parentNode),!(a&&++i===a));)r=r.parentNode;return o},_grabArticle:function(r){this.log("**** grabArticle ****");var a=this._doc,i=r!==null;if(r=r||this._doc.body,!r)return this.log("No body found in document. Abort."),null;for(var o=r.innerHTML;;){this.log("Starting grabArticle loop");var s=this._flagIsActive(this.FLAG_STRIP_UNLIKELYS),u=[],l=this._doc.documentElement;let ne=!0;for(;l;){l.tagName==="HTML"&&(this._articleLang=l.getAttribute("lang"));var c=l.className+" "+l.id;if(!this._isProbablyVisible(l)){this.log("Removing hidden node - "+c),l=this._removeAndGetNext(l);continue}if(l.getAttribute("aria-modal")=="true"&&l.getAttribute("role")=="dialog"){l=this._removeAndGetNext(l);continue}if(this._checkByline(l,c)){l=this._removeAndGetNext(l);continue}if(ne&&this._headerDuplicatesTitle(l)){this.log("Removing header: ",l.textContent.trim(),this._articleTitle.trim()),ne=!1,l=this._removeAndGetNext(l);continue}if(s){if(this.REGEXPS.unlikelyCandidates.test(c)&&!this.REGEXPS.okMaybeItsACandidate.test(c)&&!this._hasAncestorTag(l,"table")&&!this._hasAncestorTag(l,"code")&&l.tagName!=="BODY"&&l.tagName!=="A"){this.log("Removing unlikely candidate - "+c),l=this._removeAndGetNext(l);continue}if(this.UNLIKELY_ROLES.includes(l.getAttribute("role"))){this.log("Removing content with role "+l.getAttribute("role")+" - "+c),l=this._removeAndGetNext(l);continue}}if((l.tagName==="DIV"||l.tagName==="SECTION"||l.tagName==="HEADER"||l.tagName==="H1"||l.tagName==="H2"||l.tagName==="H3"||l.tagName==="H4"||l.tagName==="H5"||l.tagName==="H6")&&this._isElementWithoutContent(l)){l=this._removeAndGetNext(l);continue}if(this.DEFAULT_TAGS_TO_SCORE.indexOf(l.tagName)!==-1&&u.push(l),l.tagName==="DIV"){for(var p=null,m=l.firstChild;m;){var g=m.nextSibling;if(this._isPhrasingContent(m))p!==null?p.appendChild(m):this._isWhitespace(m)||(p=a.createElement("p"),l.replaceChild(p,m),p.appendChild(m));else if(p!==null){for(;p.lastChild&&this._isWhitespace(p.lastChild);)p.removeChild(p.lastChild);p=null}m=g}if(this._hasSingleTagInsideElement(l,"P")&&this._getLinkDensity(l)<.25){var f=l.children[0];l.parentNode.replaceChild(f,l),l=f,u.push(l)}else this._hasChildBlockElement(l)||(l=this._setNodeTag(l,"P"),u.push(l))}l=this._getNextNode(l)}var T=[];this._forEachNode(u,function(re){if(!(!re.parentNode||typeof re.parentNode.tagName>"u")){var xe=this._getInnerText(re);if(!(xe.length<25)){var ze=this._getNodeAncestors(re,5);if(ze.length!==0){var _e=0;_e+=1,_e+=xe.split(",").length,_e+=Math.min(Math.floor(xe.length/100),3),this._forEachNode(ze,function(de,gt){if(!(!de.tagName||!de.parentNode||typeof de.parentNode.tagName>"u")){if(typeof de.readability>"u"&&(this._initializeNode(de),T.push(de)),gt===0)var Pt=1;else gt===1?Pt=2:Pt=gt*3;de.readability.contentScore+=_e/Pt}})}}}});for(var b=[],h=0,E=T.length;hS.readability.contentScore){b.splice(I,0,D),b.length>this._nbTopCandidates&&b.pop();break}}}var v=b[0]||null,k=!1,A;if(v===null||v.tagName==="BODY"){for(v=a.createElement("DIV"),k=!0;r.firstChild;)this.log("Moving child out:",r.firstChild),v.appendChild(r.firstChild);r.appendChild(v),this._initializeNode(v)}else if(v){for(var y=[],R=1;R=.75&&y.push(this._getNodeAncestors(b[R]));var _=3;if(y.length>=_)for(A=v.parentNode;A.tagName!=="BODY";){for(var P=0,N=0;N=_){v=A;break}A=A.parentNode}v.readability||this._initializeNode(v),A=v.parentNode;for(var z=v.readability.contentScore,q=z/3;A.tagName!=="BODY";){if(!A.readability){A=A.parentNode;continue}var F=A.readability.contentScore;if(Fz){v=A;break}z=A.readability.contentScore,A=A.parentNode}for(A=v.parentNode;A.tagName!="BODY"&&A.children.length==1;)v=A,A=v.parentNode;v.readability||this._initializeNode(v)}var C=a.createElement("DIV");i&&(C.id="readability-content");var L=Math.max(10,v.readability.contentScore*.2);A=v.parentNode;for(var U=A.children,H=0,j=U.length;H=L)$=!0;else if(W.nodeName==="P"){var ae=this._getLinkDensity(W),J=this._getInnerText(W),ie=J.length;(ie>80&&ae<.25||ie<80&&ie>0&&ae===0&&J.search(/\.( |$)/)!==-1)&&($=!0)}}$&&(this.log("Appending node:",W),this.ALTER_TO_DIV_EXCEPTIONS.indexOf(W.nodeName)===-1&&(this.log("Altering sibling:",W,"to div."),W=this._setNodeTag(W,"DIV")),C.appendChild(W),U=A.children,H-=1,j-=1)}if(this._debug&&this.log("Article content pre-prep: "+C.innerHTML),this._prepArticle(C),this._debug&&this.log("Article content post-prep: "+C.innerHTML),k)v.id="readability-page-1",v.className="page";else{var ge=a.createElement("DIV");for(ge.id="readability-page-1",ge.className="page";C.firstChild;)ge.appendChild(C.firstChild);C.appendChild(ge)}this._debug&&this.log("Article content after paging: "+C.innerHTML);var ee=!0,Y=this._getInnerText(C,!0).length;if(Y0&&r.length<100):!1},_unescapeHtmlEntities:function(r){if(!r)return r;var a=this.HTML_ESCAPE_MAP;return r.replace(/&(quot|amp|apos|lt|gt);/g,function(i,o){return a[o]}).replace(/&#(?:x([0-9a-z]{1,4})|([0-9]{1,4}));/gi,function(i,o,s){var u=parseInt(o||s,o?16:10);return String.fromCharCode(u)})},_getJSONLD:function(r){var a=this._getAllNodesWithTag(r,["script"]),i;return this._forEachNode(a,function(o){if(!i&&o.getAttribute("type")==="application/ld+json")try{var s=o.textContent.replace(/^\s*\s*$/g,""),u=JSON.parse(s);if(!u["@context"]||!u["@context"].match(/^https?\:\/\/schema\.org$/)||(!u["@type"]&&Array.isArray(u["@graph"])&&(u=u["@graph"].find(function(m){return(m["@type"]||"").match(this.REGEXPS.jsonLdArticleTypes)})),!u||!u["@type"]||!u["@type"].match(this.REGEXPS.jsonLdArticleTypes)))return;if(i={},typeof u.name=="string"&&typeof u.headline=="string"&&u.name!==u.headline){var l=this._getArticleTitle(),c=this._textSimilarity(u.name,l)>.75,p=this._textSimilarity(u.headline,l)>.75;p&&!c?i.title=u.headline:i.title=u.name}else typeof u.name=="string"?i.title=u.name.trim():typeof u.headline=="string"&&(i.title=u.headline.trim());u.author&&(typeof u.author.name=="string"?i.byline=u.author.name.trim():Array.isArray(u.author)&&u.author[0]&&typeof u.author[0].name=="string"&&(i.byline=u.author.filter(function(m){return m&&typeof m.name=="string"}).map(function(m){return m.name.trim()}).join(", "))),typeof u.description=="string"&&(i.excerpt=u.description.trim()),u.publisher&&typeof u.publisher.name=="string"&&(i.siteName=u.publisher.name.trim());return}catch(m){this.log(m.message)}}),i||{}},_getArticleMetadata:function(r){var a={},i={},o=this._doc.getElementsByTagName("meta"),s=/\s*(dc|dcterm|og|twitter)\s*:\s*(author|creator|description|title|site_name)\s*/gi,u=/^\s*(?:(dc|dcterm|og|twitter|weibo:(article|webpage))\s*[\.:]\s*)?(author|creator|description|title|site_name)\s*$/i;return this._forEachNode(o,function(l){var c=l.getAttribute("name"),p=l.getAttribute("property"),m=l.getAttribute("content");if(m){var g=null,f=null;p&&(g=p.match(s),g&&(f=g[0].toLowerCase().replace(/\s/g,""),i[f]=m.trim())),!g&&c&&u.test(c)&&(f=c,m&&(f=f.toLowerCase().replace(/\s/g,"").replace(/\./g,":"),i[f]=m.trim()))}}),a.title=r.title||i["dc:title"]||i["dcterm:title"]||i["og:title"]||i["weibo:article:title"]||i["weibo:webpage:title"]||i.title||i["twitter:title"],a.title||(a.title=this._getArticleTitle()),a.byline=r.byline||i["dc:creator"]||i["dcterm:creator"]||i.author,a.excerpt=r.excerpt||i["dc:description"]||i["dcterm:description"]||i["og:description"]||i["weibo:article:description"]||i["weibo:webpage:description"]||i.description||i["twitter:description"],a.siteName=r.siteName||i["og:site_name"],a.title=this._unescapeHtmlEntities(a.title),a.byline=this._unescapeHtmlEntities(a.byline),a.excerpt=this._unescapeHtmlEntities(a.excerpt),a.siteName=this._unescapeHtmlEntities(a.siteName),a},_isSingleImage:function(r){return r.tagName==="IMG"?!0:r.children.length!==1||r.textContent.trim()!==""?!1:this._isSingleImage(r.children[0])},_unwrapNoscriptImages:function(r){var a=Array.from(r.getElementsByTagName("img"));this._forEachNode(a,function(o){for(var s=0;s"u"?!0:a;var i=r.textContent.trim();return a?i.replace(this.REGEXPS.normalize," "):i},_getCharCount:function(r,a){return a=a||",",this._getInnerText(r).split(a).length-1},_cleanStyles:function(r){if(!(!r||r.tagName.toLowerCase()==="svg")){for(var a=0;a0&&s>i)return!1;if(r.parentNode.tagName===a&&(!o||o(r.parentNode)))return!0;r=r.parentNode,s++}return!1},_getRowAndColumnCount:function(r){for(var a=0,i=0,o=r.getElementsByTagName("tr"),s=0;s0){o._readabilityDataTable=!0;continue}var p=["col","colgroup","tfoot","thead","th"],m=function(f){return!!o.getElementsByTagName(f)[0]};if(p.some(m)){this.log("Data table because found data-y descendant"),o._readabilityDataTable=!0;continue}if(o.getElementsByTagName("table")[0]){o._readabilityDataTable=!1;continue}var g=this._getRowAndColumnCount(o);if(g.rows>=10||g.columns>4){o._readabilityDataTable=!0;continue}o._readabilityDataTable=g.rows*g.columns>10}},_fixLazyImages:function(r){this._forEachNode(this._getAllNodesWithTag(r,["img","picture","figure"]),function(a){if(a.src&&this.REGEXPS.b64DataUrl.test(a.src)){var i=this.REGEXPS.b64DataUrl.exec(a.src);if(i[1]==="image/svg+xml")return;for(var o=!1,s=0;so+=this._getInnerText(u,!0).length),o/i},_cleanConditionally:function(r,a){this._flagIsActive(this.FLAG_CLEAN_CONDITIONALLY)&&this._removeNodes(this._getAllNodesWithTag(r,[a]),function(i){var o=function(A){return A._readabilityDataTable},s=a==="ul"||a==="ol";if(!s){var u=0,l=this._getAllNodesWithTag(i,["ul","ol"]);this._forEachNode(l,A=>u+=this._getInnerText(A).length),s=u/this._getInnerText(i).length>.9}if(a==="table"&&o(i)||this._hasAncestorTag(i,"table",-1,o)||this._hasAncestorTag(i,"code"))return!1;var c=this._getClassWeight(i);this.log("Cleaning Conditionally",i);var p=0;if(c+p<0)return!0;if(this._getCharCount(i,",")<10){for(var m=i.getElementsByTagName("p").length,g=i.getElementsByTagName("img").length,f=i.getElementsByTagName("li").length-100,T=i.getElementsByTagName("input").length,b=this._getTextDensity(i,["h1","h2","h3","h4","h5","h6"]),h=0,E=this._getAllNodesWithTag(i,["object","embed","iframe"]),D=0;D1&&m/g<.5&&!this._hasAncestorTag(i,"figure")||!s&&f>m||T>Math.floor(m/3)||!s&&b<.9&&S<25&&(g===0||g>2)&&!this._hasAncestorTag(i,"figure")||!s&&c<25&&I>.2||c>=25&&I>.5||h===1&&S<75||h>1;if(s&&v){for(var k=0;k1)return v;let A=i.getElementsByTagName("li").length;if(g==A)return!1}return v}return!1})},_cleanMatchedNodes:function(r,a){for(var i=this._getNextNode(r,!0),o=this._getNextNode(r);o&&o!=i;)a.call(this,o,o.className+" "+o.id)?o=this._removeAndGetNext(o):o=this._getNextNode(o)},_cleanHeaders:function(r){let a=this._getAllNodesWithTag(r,["h1","h2"]);this._removeNodes(a,function(i){let o=this._getClassWeight(i)<0;return o&&this.log("Removing header with low class weight:",i),o})},_headerDuplicatesTitle:function(r){if(r.tagName!="H1"&&r.tagName!="H2")return!1;var a=this._getInnerText(r,!1);return this.log("Evaluating similarity of header:",a,this._articleTitle),this._textSimilarity(this._articleTitle,a)>.75},_flagIsActive:function(r){return(this._flags&r)>0},_removeFlag:function(r){this._flags=this._flags&~r},_isProbablyVisible:function(r){return(!r.style||r.style.display!="none")&&!r.hasAttribute("hidden")&&(!r.hasAttribute("aria-hidden")||r.getAttribute("aria-hidden")!="true"||r.className&&r.className.indexOf&&r.className.indexOf("fallback-image")!==-1)},parse:function(){if(this._maxElemsToParse>0){var r=this._doc.getElementsByTagName("*").length;if(r>this._maxElemsToParse)throw new Error("Aborting parsing document; "+r+" elements found")}this._unwrapNoscriptImages(this._doc);var a=this._disableJSONLD?{}:this._getJSONLD(this._doc);this._removeScripts(this._doc),this._prepDocument();var i=this._getArticleMetadata(a);this._articleTitle=i.title;var o=this._grabArticle();if(!o)return null;if(this.log("Grabbed: "+o.innerHTML),this._postProcessContent(o),!i.excerpt){var s=o.getElementsByTagName("p");s.length>0&&(i.excerpt=s[0].textContent.trim())}var u=o.textContent;return{title:this._articleTitle,byline:i.byline||this._articleByline,dir:this._articleDir,lang:this._articleLang,content:this._serializer(o),textContent:u,length:u.length,excerpt:i.excerpt,siteName:i.siteName||this._articleSiteName}}},typeof e=="object"&&(e.exports=n)}),Jx=$d((t,e)=>{var n={unlikelyCandidates:/-ad-|ai2html|banner|breadcrumbs|combx|comment|community|cover-wrap|disqus|extra|footer|gdpr|header|legends|menu|related|remark|replies|rss|shoutbox|sidebar|skyscraper|social|sponsor|supplemental|ad-break|agegate|pagination|pager|popup|yom-remote/i,okMaybeItsACandidate:/and|article|body|column|content|main|shadow/i};function r(i){return(!i.style||i.style.display!="none")&&!i.hasAttribute("hidden")&&(!i.hasAttribute("aria-hidden")||i.getAttribute("aria-hidden")!="true"||i.className&&i.className.indexOf&&i.className.indexOf("fallback-image")!==-1)}function a(i,o={}){typeof o=="function"&&(o={visibilityChecker:o});var s={minScore:20,minContentLength:140,visibilityChecker:r};o=Object.assign(s,o);var u=i.querySelectorAll("p, pre, article"),l=i.querySelectorAll("div > br");if(l.length){var c=new Set(u);[].forEach.call(l,function(m){c.add(m.parentNode)}),u=Array.from(c)}var p=0;return[].some.call(u,function(m){if(!o.visibilityChecker(m))return!1;var g=m.className+" "+m.id;if(n.unlikelyCandidates.test(g)&&!n.okMaybeItsACandidate.test(g)||m.matches("li p"))return!1;var f=m.textContent.trim().length;return fo.minScore)})}typeof e=="object"&&(e.exports=a)}),ch=$d((t,e)=>{var n=Qx(),r=Jx();e.exports={Readability:n,isProbablyReaderable:r}}),dh={};Vx(dh,{Readability:()=>bu,default:()=>mh,isProbablyReaderable:()=>gh});var ph=lh(ch());Yx(dh,lh(ch()));var{Readability:bu,isProbablyReaderable:gh}=ph,{default:uh,...Zx}=ph,mh=uh!==void 0?uh:Zx;var Na={};eu(Na,{Breadcrumbs:()=>Vr,BrowserClient:()=>Ci,Dedupe:()=>Zr,FunctionToString:()=>Ra,GlobalHandlers:()=>cr,HttpContext:()=>Jr,Hub:()=>_r,InboundFilters:()=>Oa,Integrations:()=>FC,LinkedErrors:()=>Qr,SDK_VERSION:()=>Ei,Scope:()=>Nn,TryCatch:()=>Yr,addBreadcrumb:()=>Pu,addGlobalEventProcessor:()=>lr,captureEvent:()=>Au,captureException:()=>Si,captureMessage:()=>Du,chromeStackLineParser:()=>w0,close:()=>D4,configureScope:()=>ku,createTransport:()=>$o,defaultIntegrations:()=>F0,defaultStackLineParsers:()=>k0,defaultStackParser:()=>qu,flush:()=>w4,forceLoad:()=>E4,geckoStackLineParser:()=>D0,getCurrentHub:()=>Le,getHubFromCarrier:()=>Un,init:()=>v4,lastEventId:()=>x4,makeFetchTransport:()=>Vo,makeMain:()=>vi,onLoad:()=>C4,opera10StackLineParser:()=>o4,opera11StackLineParser:()=>s4,setContext:()=>Lu,setExtra:()=>Fu,setExtras:()=>_u,setTag:()=>Bu,setTags:()=>Mu,setUser:()=>Iu,showReportDialog:()=>S4,startTransaction:()=>Ru,winjsStackLineParser:()=>A0,withScope:()=>xi,wrap:()=>A4});d();d();d();d();d();d();d();d();d();var fh=Object.prototype.toString;function Tu(t){switch(fh.call(t)){case"[object Error]":case"[object Exception]":case"[object DOMException]":return!0;default:return or(t,Error)}}function Io(t,e){return fh.call(t)===`[object ${e}]`}function yu(t){return Io(t,"ErrorEvent")}function hh(t){return Io(t,"DOMException")}function Dr(t){return Io(t,"String")}function Ro(t){return t===null||typeof t!="object"&&typeof t!="function"}function Yn(t){return Io(t,"Object")}function Oo(t){return typeof Event<"u"&&or(t,Event)}function bh(t){return!1}function Th(t){return Io(t,"RegExp")}function hi(t){return!!(t&&t.then&&typeof t.then=="function")}function yh(t){return Yn(t)&&"nativeEvent"in t&&"preventDefault"in t&&"stopPropagation"in t}function vh(t){return typeof t=="number"&&t!==t}function or(t,e){try{return t instanceof e}catch{return!1}}function zo(t,e){try{let n=t,r=5,a=80,i=[],o=0,s=0,u=" > ",l=u.length,c;for(;n&&o++1&&s+i.length*l+c.length>=a));)i.push(c),s+=c.length,n=n.parentNode;return i.reverse().join(u)}catch{return""}}function Xx(t,e){let n=t,r=[],a,i,o,s,u;if(!n||!n.tagName)return"";r.push(n.tagName.toLowerCase());let l=e&&e.length?e.filter(p=>n.getAttribute(p)).map(p=>[p,n.getAttribute(p)]):null;if(l&&l.length)l.forEach(p=>{r.push(`[${p[0]}="${p[1]}"]`)});else if(n.id&&r.push(`#${n.id}`),a=n.className,a&&Dr(a))for(i=a.split(/\s+/),u=0;u1&&(u=c.slice(0,-1).join("/"),l=c.pop()),l){let p=l.match(/^\d+/);p&&(l=p[0])}return xh({host:i,pass:a,path:u,projectId:l,port:o,protocol:n,publicKey:r})}function xh(t){return{protocol:t.protocol,publicKey:t.publicKey||"",pass:t.pass||"",host:t.host,port:t.port||"",path:t.path||"",projectId:t.projectId}}function rE(t){if(!!1)return;let{port:e,projectId:n,protocol:r}=t;if(["protocol","publicKey","host","projectId"].forEach(i=>{if(!t[i])throw new Tt(`Invalid Sentry Dsn: ${String(i)} missing`)}),!n.match(/^\d+$/))throw new Tt(`Invalid Sentry Dsn: Invalid projectId ${n}`);if(!tE(r))throw new Tt(`Invalid Sentry Dsn: Invalid protocol ${r}`);if(e&&isNaN(parseInt(e,10)))throw new Tt(`Invalid Sentry Dsn: Invalid port ${e}`);return!0}function vu(t){let e=typeof t=="string"?nE(t):xh(t);return rE(e),e}d();var aE={};function it(){return typeof window<"u"?window:typeof self<"u"?self:aE}function bi(t,e,n){let r=n||it(),a=r.__SENTRY__=r.__SENTRY__||{};return a[t]||(a[t]=e())}d();d();var No=["debug","info","warn","error","log","assert","trace"];function Vd(t){if(!("console"in it()))return t();let n=console,r={};No.forEach(a=>{let i=n[a]&&n[a].__sentry_original__;a in console&&i&&(r[a]=n[a],n[a]=i)});try{return t()}finally{Object.keys(r).forEach(a=>{n[a]=r[a]})}}function Eh(){let t=!1,e={enable:()=>{t=!0},disable:()=>{t=!1}};return!1?No.forEach(n=>{e[n]=(...r)=>{t&&Vd(()=>{})}}):No.forEach(n=>{e[n]=()=>{}}),e}var Se;!1?Se=bi("logger",Eh):Se=Eh();d();d();function Ma(t,e=0){return typeof t!="string"||e===0||t.length<=e?t:`${t.substr(0,e)}...`}function Yd(t,e){if(!Array.isArray(t))return"";let n=[];for(let r=0;r`${encodeURIComponent(e)}=${encodeURIComponent(t[e])}`).join("&")}function Zd(t){if(Tu(t))return{message:t.message,name:t.name,stack:t.stack,...wh(t)};if(Oo(t)){let e={type:t.type,target:Ch(t.target),currentTarget:Ch(t.currentTarget),...wh(t)};return typeof CustomEvent<"u"&&or(t,CustomEvent)&&(e.detail=t.detail),e}else return t}function Ch(t){try{return bh(t)?zo(t):Object.prototype.toString.call(t)}catch{return""}}function wh(t){if(typeof t=="object"&&t!==null){let e={};for(let n in t)Object.prototype.hasOwnProperty.call(t,n)&&(e[n]=t[n]);return e}else return{}}function Ah(t,e=40){let n=Object.keys(Zd(t));if(n.sort(),!n.length)return"[object has no keys]";if(n[0].length>=e)return Ma(n[0],e);for(let r=n.length;r>0;r--){let a=n.slice(0,r).join(", ");if(!(a.length>e))return r===n.length?a:Ma(a,e)}return""}function Ba(t){return Qd(t,new Map)}function Qd(t,e){if(Yn(t)){let n=e.get(t);if(n!==void 0)return n;let r={};e.set(t,r);for(let a of Object.keys(t))typeof t[a]<"u"&&(r[a]=Qd(t[a],e));return r}if(Array.isArray(t)){let n=e.get(t);if(n!==void 0)return n;let r=[];return e.set(t,r),t.forEach(a=>{r.push(Qd(a,e))}),r}return t}d();var iE=50;function e0(...t){let e=t.sort((n,r)=>n[0]-r[0]).map(n=>n[1]);return(n,r=0)=>{let a=[];for(let i of n.split(` `).slice(r))for(let o of e){let s=o(i);if(s){a.push(s);break}}return oE(a)}}function kh(t){return Array.isArray(t)?e0(...t):t}function oE(t){if(!t.length)return[];let e=t,n=e[0].function||"",r=e[e.length-1].function||"";return(n.indexOf("captureMessage")!==-1||n.indexOf("captureException")!==-1)&&(e=e.slice(1)),r.indexOf("sentryWrapped")!==-1&&(e=e.slice(0,-1)),e.slice(0,iE).map(a=>({...a,filename:a.filename||e[0].filename,function:a.function||"?"})).reverse()}var Xd="";function Jn(t){try{return!t||typeof t!="function"?Xd:t.name||Xd}catch{return Xd}}d();function Ph(){if(!("fetch"in it()))return!1;try{return new Headers,new Request("http://www.example.com"),new Response,!0}catch{return!1}}function Lh(t){return t&&/^function fetch\(\)\s+\{\s+\[native code\]\s+\}$/.test(t.toString())}function _h(){return!0}var Ar=it(),qo={},Fh={};function sE(t){if(!Fh[t])switch(Fh[t]=!0,t){case"console":uE();break;case"fetch":lE();break;case"error":pE();break;case"unhandledrejection":gE();break;default:!1&&Se.warn("unknown instrumentation type:",t);return}}function Zn(t,e){qo[t]=qo[t]||[],qo[t].push(e),sE(t)}function yi(t,e){if(!(!t||!qo[t]))for(let n of qo[t]||[])try{n(e)}catch(r){!1&&Se.error(`Error while triggering instrumentation handler. Type: ${t} Name: ${Jn(n)} @@ -5063,7 +5063,7 @@ ass\u3001HTML\u3001TXT\u6587\u4EF6`,"subtitle.quickButton.setting":"\u8BBE\u7F6E {env.imt_sub_trans_field}: \u8BD1\u6587 - id: 2 {env.imt_sub_source_field}: Source - {env.imt_sub_trans_field}: \u8BD1\u6587`,"browser.PdfProFile":"AI \u9A71\u52A8\u7684 PDF Pro \u7FFB\u8BD1","browser.textTranslate":"\u6587\u672C\u7FFB\u8BD1"};var L4={nologin:"\u672A\u767B\u9304",loginForSafari:"\u767B\u5165\u6216\u8A3B\u518A",login:"\u767B\u9304",goLogin:"\u53BB\u767B\u9304",manageAccount:"\u7BA1\u7406\u8CEC\u6236",openPremium:"\u958B\u901A\u6703\u54E1",logout:"\u9000\u51FA",curentPlan:"\u7576\u524D\u5957\u9910",endAt:"\u5230\u671F",endAuto:"\u81EA\u52D5\u7E8C\u671F",lineBreakMaxTextCount:"\u63DB\u884C\u5F8C\uFF0C\u6BCF\u53E5\u8A71\u5141\u8A31\u7684\u6700\u5927\u5B57\u5143\u6578\u91CF","translate-pdf":"\u9EDE\u9078\u7FFB\u8B6F PDF","noSupportTranslate-pdf":"\u8173\u672C\u4E0D\u652F\u63F4\uFF0C\u8ACB\u4F7F\u7528\u64F4\u5145\u5957\u4EF6","translate-firefox-local-pdf":"\u9EDE\u64CA\u53BB\u5C0E\u5165PDF",enableLineBreak:"\u958B\u555F\u9577\u6BB5\u843D\u81EA\u52D5\u63DB\u884C",sponsorLabel:"$1 \u8D77\u8D0A\u52A9\u958B\u767C\u8005 (\u6708\u4ED8\u6216\u50C5\u8D0A\u52A9\u4E00\u6B21\u5747\u53EF)",help:"\u8AAA\u660E",enableLineBreakDescription:"\u555F\u7528\u5F8C\uFF0C\u5C07\u6703\u5728\u9577\u6BB5\u843D\u4E2D\u6BCF\u53E5\u8A71\u7D50\u675F\u63D2\u5165\u63DB\u884C\u5B57\u5143\uFF0C\u4EE5\u4FBF\u65BC\u95B1\u8B80","browser.shortBrandName":"\u6C89\u6D78\u5F0F\u7FFB\u8B6F","browser.brandName":"\u6C88\u6D78\u5F0F\u7FFB\u8B6F - \u7DB2\u9801\u7FFB\u8B6F\u64F4\u5145 | PDF\u7FFB\u8B6F | \u514D\u8CBB","browser.brandDescription":"\u3010\u6C88\u6D78\u5F0F\u7FFB\u8B6F\u3011\u4E00\u6B3E\u514D\u8CBB\u7684\uFF08\u539F\u6587/\u8B6F\u6587\uFF09\u96D9\u8A9E\u5C0D\u7167\u7DB2\u9801\u7FFB\u8B6F\u64F4\u5145\uFF0C\u540C\u6642\u652F\u6301PDF\u7FFB\u8B6F\uFF08\u4FDD\u7559\u539F\u6587\u6A94\u6392\u7248\uFF09\uFF0C\u8996\u983B\u96D9\u8A9E\u5B57\u5E55\u7FFB\u8B6F\uFF08Youtube, Netflix\u7B49\uFF09\uFF0CEPUB\u96FB\u5B50\u66F8\u7FFB\u8B6F\u7B49\uFF1B\u652F\u6301\u8ABF\u7528\u4EBA\u5DE5\u667A\u80FDAI\u7FFB\u8B6F\u5927\u6A21\u578B\uFF08OpenAI (ChatGPT)\u3001DeepL\u3001Gemini(Bard) \u7B49 \uFF09\u5C0D\u4EE5\u4E0A\u5167\u5BB9\u9032\u884C\u66F4\u6E96\u78BA\u7684\u7FFB\u8B6F\uFF1B","browser.toggleTranslatePage":"\u7FFB\u8B6F\u7DB2\u9801/\u986F\u793A\u539F\u6587","browser.toggleTranslateTheWholePage":"\u7FFB\u8B6F\u9801\u9762\u5168\u90E8\u5340\u57DF/\u986F\u793A\u539F\u6587","browser.toggleTranslateToThePageEndImmediately":"\u7ACB\u5373\u7FFB\u8B6F\u5230\u9801\u9762\u5E95\u90E8/\u986F\u793A\u539F\u6587","browser.toggleTranslateTheMainPage":"\u7FFB\u8B6F\u9801\u9762\u4E3B\u8981\u5340\u57DF/\u986F\u793A\u539F\u6587","browser.shareToDraft":"\u751F\u6210\u7DB2\u9801\u5FEB\u7167","browser.openOptionsPage":"\u958B\u555F\u8A2D\u5B9A\u9801\u9762","browser.translateLocalPdfFile":"\u7FFB\u8B6F\u672C\u6A5F PDF \u6A94\u6848","browser.openEbookViewer":"\u95B1\u8B80\u672C\u6A5F\u96FB\u5B50\u66F8","browser.openEbookBuilder":"\u88FD\u4F5C\u96D9\u8A9E EPUB \u96FB\u5B50\u66F8","browser.translateLocalHtmlFile":"\u7FFB\u8B6F HTML/txt \u6A94\u6848","browser.donateContext":"\u4E86\u89E3\u8D0A\u52A9\u798F\u5229","browser.translateLocalSubtitleFile":"\u7FFB\u8B6F\u5B57\u5E55\u6A94\u6848",confirmResetConfig:"\u4F60\u78BA\u5B9A\u8981\u91CD\u8A2D\u8A2D\u5B9A\u55CE\uFF1F",translationLineBreakSettingTitle:"\u8B6F\u6587\u63DB\u884C\u8A2D\u5B9A",smartLineBreak:"\u667A\u6167\u63DB\u884C",alwaysLineBreak:"\u7E3D\u662F\u63DB\u884C",isShowContextMenu:"\u5C07\u7DB2\u9801\u7FFB\u8B6F\u529F\u80FD\u52A0\u5165\u53F3\u9375\u9078\u55AE",toggleBeta:"\u958B\u555F Beta \u6E2C\u8A66\u529F\u80FD",betaDescription:"\u555F\u7528\u4ECD\u5728\u5BE6\u9A57\u7684\u529F\u80FD\u4EE5\u53CA\u6E2C\u8A66\u4E2D\u7684\u7FFB\u8B6F\u670D\u52D9\u3002\u52A0\u5165 <1>Telegram \u7FA4\u7D44\u4E86\u89E3\u66F4\u591A\u3002",translationLineBreakSettingDescription:"\u7E3D\u662F\u63DB\u884C\u9069\u7528\u65BC\u8F03\u5C11\u5167\u5BB9\u7684\u7248\u9762\uFF0C\u66F4\u6574\u9F4A\u3002(\u5728\u5167\u5BB9\u8F03\u591A\u7684\u9577\u6BB5\u843D(\u8D85\u904E {count} \u500B\u5B57\u5143) \u4F7F\u7528\u667A\u6167\u63DB\u884C\u6703\u66F4\u7701\u7A7A\u9593)",tempTranslateDomainTitle:"\u81E8\u6642\u958B\u555F\u7DB2\u7AD9\u7FFB\u8B6F\u7684\u6642\u9577",tempTranslateDomainDescription:"\u7576\u624B\u52D5\u7FFB\u8B6F\u67D0\u500B\u7DB2\u9801\u7684\u6642\u5019\uFF0C\u81E8\u6642\u958B\u555F\u8A72\u7DB2\u7AD9\u70BA\u81EA\u52D5\u7FFB\u8B6F",xMinutes:"{count} \u5206\u9418",disabled:"\u505C\u7528",changelog:"\u66F4\u65B0\u8A18\u9304",toggleTranslatePageWhenThreeFingersOnTheScreen:"\u591A\u6307\u540C\u6642\u89F8\u6478\u87A2\u5E55\u5247\u7FFB\u8B6F\u7DB2\u9801/\u986F\u793A\u539F\u6587",toggleTranslationMaskWhenThreeFingersOnTheScreen:"\u591A\u6307\u540C\u6642\u89F8\u6478\u5247\u986F\u793A/\u96B1\u85CF\u8B6F\u6587\u6A21\u7CCA\u6548\u679C",addUrlDescription:"\u53EF\u4EE5\u70BA\u7DB2\u57DF\u540D\u7A31\uFF0C\u540C\u6642\u652F\u63F4\u842C\u7528\u5B57\u5143\uFF0C\u5982\uFF1A*.google.com, google.com/mail/*, https://www.google.com/*",general:"\u57FA\u672C\u8A2D\u5B9A",clickToExpandConfig:"\u5C55\u958B\u76EE\u524D\u8A2D\u5B9A",import:"\u5F9E\u6A94\u6848\u532F\u5165",export:"\u532F\u51FA\u70BA\u6A94\u6848",toggleDebug:"\u5728\u4E3B\u63A7\u53F0\u986F\u793A\u5075\u932F\u8A18\u9304","fingers.0":"\u95DC\u9589",mouseHoldKey:"+ {key} \u7FFB\u8B6F/\u9084\u539F\u8A72\u6BB5",mouseHoldKeyAuto:"\u76F4\u63A5\u7FFB\u8B6F\u8A72\u6BB5",mouseHoldKeyOff:"\u4E0D\u505A\u4EFB\u4F55\u4E8B\u60C5",mouseHoldKeyOther:"\u81EA\u5B9A\u7FA9\u5FEB\u6377\u9375(\u6253\u958B\u8A2D\u7F6E)",mouseHoldKeyCustomKey:"{key} \u7FFB\u8B6F/\u9084\u539F\u8A72\u6BB5","mouse-translate":"\u9F20\u6A19\u6ED1\u904E",document:"\u8AAA\u660E\u6587\u4EF6",resetSuccess:"\u91CD\u8A2D\u6240\u6709\u8A2D\u5B9A\u6210\u529F",resetThisSuccess:"\u91CD\u8A2D\u6210\u529F",saved:"\u5132\u5B58\u6210\u529F",successImportConfig:"\u6210\u529F\u532F\u5165\u8A2D\u5B9A",goAdvancedSettings:"\u524D\u5F80\u9032\u968E\u8A2D\u5B9A\u9801\u9762",goAdvancedInterfaceSettings:"\u524D\u5F80\u81EA\u8A02\u8A2D\u5B9A\u9801\u9762",advanced:"\u9032\u968E\u8A2D\u5B9A",advancedDescription:"\u6B63\u5E38\u60C5\u6CC1\u7121\u9700\u8A2D\u5B9A\uFF0C\u4FDD\u6301\u9810\u8A2D\u5373\u53EF\u3002\u50C5\u91DD\u5C0D\u66F4\u5C08\u696D\u7684\u4F7F\u7528\u8005\uFF0C\u63D0\u4F9B\u66F4\u500B\u4EBA\u5316\u7684\u8A2D\u5B9A\u9805\u76EE\u3002",developer:"\u958B\u767C\u8005\u8A2D\u5B9A",donateCafe:"\u50F9\u683C","translate to the bottom of the page":"\u9032\u5165\u7DB2\u9801\u5F8C\uFF0C\u662F\u5426\u7ACB\u5373\u7FFB\u8B6F\u5230\u9801\u9762\u5E95\u90E8\uFF1F",feedback:"\u554F\u984C\u56DE\u5831",toggleTranslatePage:"\u7FFB\u8B6F\u7DB2\u9801/\u986F\u793A\u539F\u6587",translateToThePageEndImmediatelyDescription:"\u555F\u7528\u5F8C\uFF0C\u9032\u5165\u7DB2\u9801\u5C07\u7ACB\u5373\u7FFB\u8B6F\u5F9E\u9802\u90E8\u5230\u5E95\u90E8\u7684\u5167\u5BB9\u3002\u95DC\u9589\u5247\u908A\u770B\u908A\u8B6F\u3002\uFF08\u4E0D\u63A8\u85A6\u958B\u555F\uFF09","translate all areas of the page":"\u662F\u5426\u7FFB\u8B6F\u7DB2\u9801\u6240\u6709\u5340\u57DF",translationAreaDescription:"\u555F\u7528\u5F8C\uFF0C\u7DB2\u9801\u7684\u6240\u6709\u5340\u57DF\u90FD\u6703\u88AB\u7FFB\u8B6F\u3002\u95DC\u9589\u5247\u4F7F\u7528\u9810\u8A2D\u7684\u667A\u6167\u8FA8\u8B58\uFF0C\u50C5\u7FFB\u8B6F\u4E3B\u8981\u5340\u57DF\u3002(\u4E0D\u63A8\u85A6\u958B\u555F)","the number of characters to be translated first":"\u76F4\u63A5\u7FFB\u8B6F\u9801\u9762\u524D\u591A\u5C11\u500B\u5B57\u5143\uFF0C\u800C\u7121\u9700\u7B49\u5F85\u6372\u52D5\u81F3\u53EF\u898B\u5340\u57DF","interface language":"\u4ECB\u9762\u8A9E\u8A00","display both the original text and the translation":"\u540C\u6642\u986F\u793A\u539F\u6587\u548C\u8B6F\u6587","keyboard shortcuts":"\u9375\u76E4\u5FEB\u901F\u9375",modify:"\u8B8A\u66F4\u5FEB\u901F\u9375",reset:"\u91CD\u8A2D",close:"\u95DC\u9589",homepage:"\u9996\u9801",more:"\u66F4\u591A",moreOptions:"\u5C55\u958B\u66F4\u591A\u81EA\u8A02\u9078\u9805",translateTheWholePage:"\u7FFB\u8B6F\u9801\u9762\u5168\u90E8\u5340\u57DF\uFF08\u5340\u5206\u65BC\u53EA\u7FFB\u8B6F\u4E3B\u8981\u5340\u57DF\uFF09",changeToTranslateTheWholePage:"\u5207\u63DB\u70BA\u7FFB\u8B6F\u6240\u6709\u5340\u57DF",changeToTranslateTheMainPage:"\u5207\u63DB\u70BA\u7FFB\u8B6F\u4E3B\u8981\u5340\u57DF",translateToThePageEndImmediately:"\u7ACB\u5373\u7FFB\u8B6F\u5230\u5E95\u90E8\uFF08\u5340\u5206\u65BC\u770B\u54EA\u8B6F\u54EA\uFF09",translateTheMainPage:"\u667A\u6167\u7FFB\u8B6F\u4E3B\u8981\u5340\u57DF","The local rules are up to date":"\u672C\u6A5F\u898F\u5247\u5DF2\u70BA\u6700\u65B0\uFF1A","Successfully synchronized with the latest official rules:":"\u6210\u529F\u540C\u6B65\u6700\u65B0\u5B98\u65B9\u898F\u5247\uFF1A","Checking for updates":"\u6B63\u5728\u6AA2\u67E5\u66F4\u65B0","Rules are being synchronized":"\u6B63\u5728\u540C\u6B65\u5B98\u65B9\u898F\u5247",localVersionIsTooOld:"\u672C\u6A5F\u5957\u4EF6\u7248\u672C\u904E\u820A\uFF0C\u8ACB\u5347\u7D1A\u5957\u4EF6\u81F3 {minVersion} \u6216\u66F4\u65B0\u7684\u7248\u672C\u518D\u5617\u8A66\u540C\u6B65",badUserscriptBrowser:"\u76EE\u524D\u700F\u89BD\u5668\u7121\u6CD5\u6B63\u78BA\u5BE6\u73FE\u6CB9\u7334\u5957\u4EF6\u7684\u4ECB\u9762\uFF0C\u8ACB\u4F7F\u7528\u5176\u4ED6<1>\u652F\u63F4\u6CB9\u7334\u5957\u4EF6\u7684\u700F\u89BD\u5668\u5982(Firefox Nightly \u7248\u672C)",foundNewVersion:"\u6709\u65B0\u7248\u672C\u53EF\u7528",theLocalExtensionIsUpToUpdate:"\u76EE\u524D\u5957\u4EF6\u5DF2\u662F\u6700\u65B0\u7248\u672C",failToSyncRules:"\u540C\u6B65\u6700\u65B0\u5B98\u65B9\u898F\u5247\u5931\u6557",retry:"\u9EDE\u6B64\u91CD\u8A66",failedReason:"\u5931\u6557\u539F\u56E0",currentRuleVersion:"\u76EE\u524D\u898F\u5247\u7248\u672C",calculating:"\u6B63\u5728\u8A08\u7B97",unknownError:"\u672A\u77E5\u7684\u932F\u8AA4",canNotFetchRemoteRule:"\u7121\u6CD5\u53D6\u5F97\u9060\u7AEF\u898F\u5247",enableAlphaSuccess:"\u5DF2\u555F\u7528 Alpha \u529F\u80FD",disableAlphaSuccess:"\u5DF2\u505C\u7528 Alpha \u529F\u80FD",cacheSize:"\u5FEB\u53D6\u5927\u5C0F\uFF1A",cleaning:"\u6B63\u5728\u6E05\u7406",cleanCache:"\u6E05\u9664\u5FEB\u53D6",options:"\u9078\u9805",about:"\u95DC\u65BC",service:"\u7FFB\u8B6F\u670D\u52D9",needAction:"(\u524D\u5F80\u8A2D\u5B9A)",goSettings:"\u524D\u5F80\u8A2D\u5B9A",needActionForOptions:"(\u9700\u8A2D\u5B9A)",translationEngine:"\u5F15\u64CE\u9078\u9805",sourceLanguage:"\u539F\u6587\u8A9E\u8A00",target:"\u76EE\u6A19\u8A9E\u8A00",popupSourceLanguage:"\u539F\u6587\u8A9E\u8A00",popupTarget:"\u76EE\u6A19\u8A9E\u8A00",popupService:"\u7FFB\u8B6F\u670D\u52D9",forThisSite:"\u7576\u524D\u7DB2\u7AD9",autoEnableSubtitle:"\u81EA\u52D5\u958B\u555F\u96D9\u8A9E\u5B57\u5E55",alwaysTranslate:"\u7E3D\u662F\u7FFB\u8B6F",neverTranslate:"\u6C38\u4E0D\u7FFB\u8B6F",neverTranslateSomeLanguage:"\u6C38\u4E0D\u7FFB\u8B6F {language}",alwaysTranslateSomeSite:"\u7E3D\u662F\u7FFB\u8B6F {hostname}",neverTranslateSomeSite:"\u6C38\u4E0D\u7FFB\u8B6F {hostname}",alwaysTranslateSomeSiteOrWildSite:"\u7E3D\u662F\u7FFB\u8B6F\u7DB2\u7AD9",alwaysTranslateSomePage:"\u7E3D\u662F\u7FFB\u8B6F\u8A72\u7DB2\u9801",add:"\u65B0\u589E",default:"\u9810\u8A2D",forThisLanguage:"\u91DD\u5C0D\u8A72\u8A9E\u8A00\uFF1A","add url":"\u8F38\u5165 URL",edit:"\u7DE8\u8F2F",pickAll:"\u5168\u9078","translate other languages into specific language":"\u5C07\u5176\u5B83\u8A9E\u8A00\u7FFB\u8B6F\u70BA\u4F60\u8A2D\u5B9A\u7684\u8A9E\u8A00","select translation service":"\u9078\u64C7\u4F60\u60F3\u7528\u7684\u7FFB\u8B6F\u670D\u52D9",language:"\u8A9E\u8A00","show-original":"\u986F\u793A\u539F\u6587",translate:"\u7FFB\u8B6F",Translated:"\u5DF2\u7FFB\u8B6F",Translating:"\u6B63\u5728\u7FFB\u8B6F",Error:"\u932F\u8AA4",allowCacheTranslations:"\u555F\u7528\u672C\u6A5F\u7FFB\u8B6F\u5FEB\u53D6\uFF08\u6E1B\u5C11\u91CD\u8907\u6BB5\u843D\u7684\u7FFB\u8B6F\u8981\u6C42\uFF09","translation display":"\u8B6F\u6587\u986F\u793A\u6A23\u5F0F","select diplay style":"\u5340\u5206\u8B6F\u6587\u7684\u6A23\u5F0F\uFF0C\u5177\u9AD4\u53EF\u53C3\u8003\u4E0B\u5217\u7BC4\u4F8B",interface:"\u4ECB\u9762\u8A2D\u5B9A",import_export:"\u532F\u5165/\u532F\u51FA",import_export_title:"\u532F\u5165/\u532F\u51FA\u8A2D\u5B9A",syncToGoogleDrive:"\u7ACB\u5373\u8207 Google Drive \u540C\u6B65","floatBallOptions.enable":"\u555F\u7528\u61F8\u6D6E\u7403","floatBallOptions.blockUrls":"\u7981\u7528\u7DB2\u7AD9","floatBallOptions.add":"\u6DFB\u52A0","floatBallOptions.blockUrlDesc":"\u7576\u9047\u5230\u4EE5\u4E0B\u7DB2\u7AD9\u6642\u4E0D\u986F\u793A\u61F8\u6D6E\u7403","floatBallOptions.clickType":"\u9EDE\u64CA\u884C\u70BA","floatBallOptions.clickTypeDesc":"\u61F8\u6D6E\u7403\u5716\u6A19\u9EDE\u64CA\u6642\u7684\u884C\u70BA","floatBallOptions.clickPopup":"\u986F\u793A\u7FFB\u8B6F\u9762\u677F","floatBallOptions.clickTranslate":"\u7FFB\u8B6F/\u986F\u793A\u539F\u6587","floatBallOptions.fixedPosition":"\u56FA\u5B9A\u4F4D\u7F6E","floatBallOptions.fixedPositionDesc":"\u61F8\u6D6E\u7403\u5728\u7A97\u53E3\u5DE6\u5074\u9084\u662F\u53F3\u5074","floatBallOptions.fixedPositionLeft":"\u5DE6\u5074","floatBallOptions.fixedPositionRight":"\u53F3\u5074",previewAllThemes:"\u9810\u89BD\u5168\u90E8\u6A23\u5F0F","translationTheme.none":"\u7121","translationTheme.grey":"\u9ED1\u7070\u8272","translationTheme.dashed":"\u7834\u6298\u865F\u5E95\u7DDA","translationTheme.dotted":"\u9EDE\u72C0\u5E95\u7DDA","translationTheme.dashedBorder":"\u865B\u7DDA\u6846\u7DDA","translationTheme.solidBorder":"\u5BE6\u7DDA\u6846\u7DDA","translationTheme.underline":"\u76F4\u7DDA\u5E95\u7DDA","translationTheme.mask":"\u6A21\u7CCA\u6548\u679C\uFF08\u5B78\u7FD2\u6A21\u5F0F\uFF09","translationTheme.opacity":"\u900F\u660E\u6548\u679C","translationTheme.paper":"\u767D\u7D19\u9670\u5F71\u6548\u679C","translationTheme.dividingLine":"\u5206\u9694\u7DDA","translationTheme.highlight":"\u9192\u76EE\u63D0\u793A","translationTheme.marker":"\u99AC\u514B\u7B46","translationTheme.marker2":"\u99AC\u514B\u7B462","translationTheme.blockquote":"\u5F15\u7528\u6A23\u5F0F","translationTheme.weakening":"\u5F31\u5316","translationTheme.italic":"\u659C\u9AD4","translationTheme.bold":"\u7C97\u9AD4","translationTheme.thinDashed":"\u7D30\u7834\u6298\u865F\u5E95\u7DDA","translationTheme.nativeDashed":"\u7CFB\u7D71\u5167\u5EFA\u7834\u6298\u865F\u5E95\u7DDA","translationTheme.nativeDotted":"\u7CFB\u7D71\u5167\u5EFA\u9EDE\u72C0\u5E95\u7DDA","translationTheme.nativeUnderline":"\u7CFB\u7D71\u5167\u5EFA\u76F4\u7DDA\u5E95\u7DDA","translationTheme.wavy":"\u6CE2\u5F62\u66F2\u7DDA","translationServices.custom":"\u81EA\u5B9A\u7FA9API","translationServices.tencent":"\u9A30\u8A0A\u7FFB\u8B6F\u541B","translationServices.tenAlpha":"\u9A30\u8A0A\u7FFB\u8B6F\u541B(Alpha)","translationServices.google":"Google \u7FFB\u8B6F","translationServices.bai":"\u767E\u5EA6(Alpha)","translationServices.baidu":"\u767E\u5EA6\u7FFB\u8B6F","translationServices.aliyun":"\u963F\u91CC\u96F2\u7FFB\u8B6F","translationServices.volc":"\u706B\u5C71\u7FFB\u8B6F","translationServices.deeplx":"DeepLX(Beta)","translationServices.bing":"\u5FAE\u8F6F\u7FFB\u8B6F","translationServices.deepl":"DeepL","translationServices.wechat":"\u5FAE\u4FE1\u7FFB\u8B6F","translationServices.azure":"Azure \u7FFB\u8B6F","translationServices.ibm":"IBM Watson","translationServices.aws":"\u4E9E\u99AC\u905C\u7FFB\u8B6F","translationServices.mock":"\u6A21\u64EC\u7FFB\u8B6F","translationServices.mock2":"\u6A21\u64EC\u7FFB\u8B6F2","translationServices.caiyun":"\u5F69\u96F2\u5C0F\u8B6F","translationServices.cai":"\u5F69\u96F2\u5C0F\u8B6F (Alpha)","translationServices.volcAlpha":"\u706B\u5C71\u7FFB\u8B6F(Alpha)","translationServices.openl":"OpenL","translationServices.youdao":"\u6709\u9053\u7FFB\u8B6F","translationServices.you":"\u6709\u9053\u7FFB\u8B6F (Alpha)","translationServices.transmart":"\u9A30\u8A0A\u4EA4\u4E92\u7FFB\u8B6F","translationServices.niu":"\u5C0F\u725B\u7FFB\u8B6F","translationServices.papago":"Papago \u7FFB\u8B6F","translationServices.d":"Deepl(Alpha)","translationServices.dpro":"D Pro (Canary)","translationServices.openai":"OpenAI","translationServices.yandex":"Yandex","translationServices.chatgpt":"ChatGPT Web(3.5 mobile)","translate title":"\u7FFB\u8B6F\u9801\u9762\u6A19\u984C","always languages":"\u7E3D\u662F\u7FFB\u8B6F\u7684\u8A9E\u8A00",neverTranslateLanguagesLabel:"\u6C38\u4E0D\u7FFB\u8B6F\u7684\u8A9E\u8A00",neverTranslateTheFollowingLanguagesDescription:"\u7576\u9801\u9762\u4E2D\u67D0\u4E00\u6BB5\u843D\u7684\u8A9E\u8A00\u70BA\u4E0B\u5217\u8A9E\u8A00\u6642\uFF0C\u5C07\u8DF3\u904E\u7FFB\u8B6F",enableUserscriptPagePopup:"\u5728\u9801\u9762\u4E0A\u986F\u793A\u61F8\u6D6E\u7403",enableUserscriptPagePopupDescription:"\u95DC\u9589\u61F8\u6D6E\u7403\u5F8C\uFF0C\u53EF\u4EE5\u7528\u5FEB\u901F\u9375/{touch}\u518D\u6B21\u986F\u793A\u3002\u70BA\u9632\u6B62\u4E0D\u614E\u95DC\u9589\u8A72\u9078\u9805\u5F8C\u627E\u4E0D\u5230\u61F8\u6D6E\u7403\uFF0C\u5EFA\u8B70\u5C07\u672C\u8A2D\u5B9A\u9801\u9762\u52A0\u5165\u81F3\u6211\u7684\u6700\u611B","always translate the following languages":"\u7576\u9801\u9762\u8A9E\u8A00\u70BA\u4E0B\u5217\u8A9E\u8A00\u6642\uFF0C\u6703\u81EA\u52D5\u7FFB\u8B6F\u70BA\u76EE\u6A19\u8A9E\u8A00","always sites":"\u7E3D\u662F\u7FFB\u8B6F\u7684\u7DB2\u5740","always translate the following sites":"\u7576\u7DB2\u7AD9\u70BA\u4E0B\u5217\u7DB2\u57DF\u540D\u7A31\u6642\uFF0C\u6703\u81EA\u52D5\u7FFB\u8B6F\u70BA\u76EE\u6A19\u8A9E\u8A00","never sites":"\u6C38\u4E0D\u7FFB\u8B6F\u7684\u7DB2\u5740","never translate the following sites":"\u7576\u7DB2\u7AD9\u70BA\u4E0B\u5217\u7DB2\u57DF\u540D\u7A31\u6642\uFF0C\u5C07\u4E0D\u6703\u9032\u884C\u7FFB\u8B6F","please refer to":"\u9700\u8981\u586B\u5BEB\u91D1\u9470\u5F8C\u624D\u53EF\u4F7F\u7528\uFF0C\u8A73\u7D30\u8CC7\u8A0A\u8ACB\u53C3\u8003",KeyAndConfigurationTutorial:"\u300A\u91D1\u9470\u7533\u8ACB\u548C\u8A2D\u5B9A\u6559\u5B78\u300B",useAboveStyleForTheseSites:"\u7576\u7DB2\u7AD9\u70BA\u4E0B\u5217\u7DB2\u57DF\u540D\u7A31\u6642\uFF0C\u7E3D\u662F\u4F7F\u7528 \u2308{theme}\u230B \u8B6F\u6587\u6A23\u5F0F",currentUrl:"\u76EE\u524D\u7DB2\u5740",confirm:"\u5132\u5B58",cancel:"\u53D6\u6D88",delete:"\u522A\u9664","languages.auto":"\u81EA\u52D5\u5075\u6E2C",syncToCloud:"\u540C\u6B65\u81F3\u96F2\u7AEF",syncToCloudDescription:"\u4E0A\u50B3\u81F3\u96F2\u7AEF\u5F8C\uFF0C\u53EF\u4EE5\u5728\u4E0D\u540C\u7684\u700F\u89BD\u5668/\u6CB9\u7334\u8173\u672C\u4E4B\u9593\u540C\u6B65\u8A2D\u5B9A\uFF0C\u4EE5\u6700\u5F8C\u8B8A\u66F4\u6642\u9593\u70BA\u6E96\u3002",syncToAccount:"\u540C\u6B65\u5230\u8CEC\u6236",syncToAccountButton:"\u7ACB\u5373\u8207\u96F2\u7AEF\u540C\u6B65",syncToAccountDescription:"\u4E0A\u50B3\u5230\u5DF2\u767B\u9304\u8CEC\u6236\uFF0C\u53EF\u4EE5\u5728\u4E0D\u540C\u7684\u8A2D\u5099\u4E4B\u9593\u540C\u6B65\u914D\u7F6E\uFF0C\u4EE5\u6700\u5F8C\u4FEE\u6539\u6642\u9593\u70BA\u6E96\u3002",successSyncConfigInAccount:"\u6210\u529F\u8207\u8CEC\u6236\u4FDD\u6301\u540C\u6B65",successSyncConfigToAccount:"\u6210\u529F\u540C\u6B65\u5230\u8CEC\u6236",syncConfigNoUpdate:"\u5DF2\u7D93\u662F\u6700\u65B0\u7684\u4E86",authFail:"\u6388\u6B0A\u5931\u6557",syncTitle:"\u624B\u52D5\u5099\u4EFD\u7BA1\u7406",import_hint:"\u532F\u5165",upload:"\u4E0A\u50B3",revokeAuth:"\u64A4\u92B7\u6388\u6B0A",uploadFail:"\u4E0A\u50B3\u5931\u6557",download:"\u4E0B\u8F09",importSuccess:"\u532F\u5165\u6210\u529F",importFail:"\u532F\u5165\u5931\u6557",deleteFail:"\u522A\u9664\u5931\u6557",backupToCloud:"\u624B\u52D5\u7BA1\u7406\u5099\u4EFD\u6A94\u6848",create_new_backup:"\u65B0\u589E\u5099\u4EFD\u7BC0\u9EDE",maxBackupFiles:"\u6700\u591A\u53EF\u4EE5\u5099\u4EFD{count}\u500B\u4E0D\u540C\u7684\u7BC0\u9EDE\uFF0C\u8ACB\u522A\u9664\u4E0D\u9700\u8981\u7684\u7BC0\u9EDE",backupToCloudDescription:"\u624B\u52D5\u4E0A\u50B3\u6216\u9084\u539F\u5099\u4EFD\u6A94\u6848\uFF0C\u6700\u591A\u5141\u8A31 3 \u500B\u4E0D\u540C\u7684\u5099\u4EFD",successSyncConfig:"\u6210\u529F\u8207\u96F2\u7AEF\u4FDD\u6301\u540C\u6B65",syncFail:"\u540C\u6B65\u5931\u6557",updatedAt:"\u66F4\u65B0\u65BC {date}",lastSyncedAt:"\u4E0A\u6B21\u6AA2\u67E5\u65BC {date}",downloadFail:"\u4E0B\u8F09\u5931\u6557",clickToDownload:"\u9EDE\u9078\u4E0B\u8F09",aboutLabel:"\u95DC\u65BC - \u554F\u984C\u56DE\u5831","browser.openAboutPage":"\u95DC\u65BC/\u554F\u984C\u56DE\u5831",aboutLabelWithoutSponsor:"\u95DC\u65BC - \u554F\u984C\u56DE\u5831",aboutIntro:"\u5E0C\u671B\u6211\u5011\u90FD\u80FD\u66F4\u52A0\u5BB9\u6613\u4E14\u6109\u6085\u5730\u7372\u53D6\u7DB2\u969B\u7DB2\u8DEF\u4E0A\u66F4\u591A\u7684\u5916\u8A9E\u8CC7\u8A0A \u2764\uFE0F \u4F60\u53EF\u4EE5\u9078\u64C7\u958B\u901A <6>Pro\u6703\u54E1 \u4F86\u4F7F\u7528\u958B\u7BB1\u5373\u7528\u7684 DeepL \u548C OpenAI \u7FFB\u8B6F\u3002

\u4F60\u53EF\u4EE5\u95DC\u6CE8\u6211\u4EEC\u7684<3>Twitter\uFF0C<4>Telegram \u983B\u9053\u4EE5\u53CA\u4E0B\u65B9\u7684<5>\u90F5\u4EF6\u8A02\u95B1\u8FFD\u8E64\u66F4\u65B0\u3002
<7>Pro \u6703\u54E1 \u53EF\u4EE5\u901A\u904E\u5FEB\u901F\u5BA2\u670D\u90F5\u7BB1 <8>support@immersivetranslate.com \u548C\u6211\u5011\u53D6\u5F97\u806F\u7E6B\u3002",aboutIntroWithoutSponsor:"\u5E0C\u671B\u6211\u5011\u90FD\u80FD\u66F4\u52A0\u5BB9\u6613\u4E14\u6109\u6085\u5730\u7372\u53D6\u7DB2\u969B\u7DB2\u8DEF\u4E0A\u66F4\u591A\u7684\u5916\u8A9E\u8CC7\u8A0A \u2764\uFE0F ",projectHomepage:"\u5C08\u6848\u9996\u9801",joinTelegramGroup:"\u52A0\u5165\u7528\u6237\u4EA4\u6D41\u7FA4\u7D44\u53C3\u8207\u529F\u80FD\u8A0E\u8AD6",wechatPublicAccount:"\u5FAE\u4FE1\u516C\u773E\u865F",wechatCommunities:"\u5FAE\u4FE1\u4EA4\u6D41\u7FA4",qqCommunities:"QQ \u4EA4\u6D41\u983B\u9053",joinTelegramChannel:"\u95DC\u6CE8 Telegram \u983B\u9053\u77AD\u89E3\u66F4\u65B0\u8CC7\u8A0A",feedbackAndJoin:"\u554F\u984C\u56DE\u5831/\u52A0\u5165\u7FA4\u7D44",autoSync:"\u81EA\u52D5\u5B9A\u6642\u540C\u6B65",loadingThemeTitle:"Loading \u6A23\u5F0F",loadingThemeDescription:"\u8A2D\u5B9A\u7B49\u5F85\u8B6F\u6587\u8F09\u5165\u6642\u7684\u6A23\u5F0F","loadingTheme.spinner":"\u8F49\u5708\u52D5\u756B","loadingTheme.text":"\u975C\u614B\u6587\u5B57 ... ","loadingTheme.none":"\u4E0D\u986F\u793A",developerDescription:"\u53EF\u4EE5\u9EDE\u9078<1>\u6B64\u8655\u6AA2\u8996\u9032\u968E\u81EA\u8A02\u529F\u80FD\u76F8\u95DC\u7684\u8AAA\u660E\u6587\u4EF6","edit border color":"\u8B8A\u66F4\u908A\u6846\u8272\u5F69",successSyncButNoChange:"\u76EE\u524D\u8A2D\u5B9A\u8207\u96F2\u7AEF\u4E00\u81F4",customTheme:"\u81EA\u8A02\u8272\u5F69\u548C\u5927\u5C0F","customThemeLabel.borderColor":"\u908A\u6846\u8272\u5F69","customThemeLabel.borderRadius":"\u908A\u6846\u5713\u89D2","customThemeLabel.textColor":"\u6587\u5B57\u8272\u5F69","customThemeLabel.backgroundColor":"\u80CC\u666F\u8272\u5F69","customThemeLabel.zoom":"\u5B57\u578B\u7E2E\u653E\u6BD4\u4F8B (%)","customThemeLabel.opacity":"\u6587\u5B57\u4E0D\u900F\u660E\u5EA6(%)",resetToDefaultColor:"\u9084\u539F\u70BA\u9810\u8A2D\u8272\u5F69",resetToDefaultSettings:"\u9084\u539F\u70BA\u9810\u8A2D\u8A2D\u5B9A",isTranslateTitle:"\u555F\u7528\u7DB2\u9801\u6A19\u984C\u7FFB\u8B6F",isTranslateTitleDescription:"\u555F\u7528\u5F8C\uFF0C\u7DB2\u9801\u7684\u6A19\u984C\u6703\u88AB\u7FFB\u8B6F",enableSearchEnhancement:"\u958B\u555F\u641C\u7D22\u589E\u5F37",enableSearchEnhancementDescription:"\u4E2D\u6587\u641C\u7D22\u8C37\u6B4C\u6703\u5728\u53F3\u908A\u51FA\u73FE\u82F1\u6587\u7248\u8C37\u6B4C\u65B0\u805E",verifyService:"\u9EDE\u6B64\u6E2C\u8A66\u670D\u52D9",verified:"\u9A57\u8B49\u6210\u529F","field.langs":"\u652F\u63F4\u7684\u8A9E\u8A00\u4EE3\u78BC","field.model":"\u6A21\u578B","field.translationEngine":"\u7FFB\u8B6F\u5F15\u64CE","field.limitPerMinute":"\u6BCF\u5206\u9418\u6700\u5927\u8981\u6C42\u6578","field.limitPerSecond":"\u6BCF\u79D2\u6700\u5927\u8981\u6C42\u6578","field.maxTextLengthPerRequest":"\u6BCF\u6B21\u8981\u6C42\u7684\u6700\u5927\u6587\u5B57\u9577\u5EA6","field.maxTextGroupLengthPerRequest":"\u6BCF\u6B21\u8981\u6C42\u6700\u5927\u6BB5\u843D\u6578","field.apiUrl":"\u81EA\u8A02 API \u4F4D\u5740","field.placeholderDelimiters":"\u4FDD\u7559\u7684\u4F54\u4F4D\u7B26","description.custom":"\u81EA\u5B9A\u7FA9\u63A5\u53E3\u63A5\u5165 \u9700\u8981\u53C3\u8003\u6587\u6A94","description.limitPerMinute":"\u8981\u6C42\u6578\u8D85\u904E\u8A72\u9650\u5236\u6642\u6703\u88AB\u66AB\u6642\u505C\u7528\uFF0C\u76F4\u81F3\u4E0B\u4E00\u5206\u9418\u958B\u59CB\u3002\u7531\u4E8EOpenAI\u76EE\u524D\u670D\u52A1\u7684\u5404\u79CD\u9650\u5236\uFF0C\u8BF7\u70B9\u51FB<1>\u8FD9\u91CC\u67E5\u770B\u6700\u65B0\u5EFA\u8BAE\u7684\u6570\u503C","description.limitPerSecond":"\u8981\u6C42\u6578\u8D85\u904E\u8A72\u9650\u5236\u6642\u6703\u88AB\u66AB\u6642\u505C\u7528\uFF0C\u76F4\u81F3\u4E0B\u4E00\u79D2\u9418\u958B\u59CB\u3002\u7531\u4E8EOpenAI\u76EE\u524D\u670D\u52A1\u7684\u5404\u79CD\u9650\u5236\uFF0C\u8BF7\u70B9\u51FB<1>\u8FD9\u91CC\u67E5\u770B\u6700\u65B0\u5EFA\u8BAE\u7684\u6570\u503C","description.generalLimitPerSecond":"\u8ACB\u6C42\u6578\u8D85\u904E\u8A72\u9650\u5236\u6642\u6703\u9032\u5165\u6392\u968A\u72C0\u614B\uFF0C\u76F4\u5230\u4E0B\u4E00\u79D2\u9418\u958B\u59CB\u3002","description.prompt":"\u4EE5\u7528\u6236\u8EAB\u4EFD\u767C\u9001\u7D66 {service} \u7684\u5C0D\u8A71\uFF0C\u5176\u4E2D {{text}} \u8868\u793A\u6BB5\u843D\u7684\u6587\u672C\u5167\u5BB9\uFF0C{{from}} \u8868\u793A\u6BB5\u843D\u7684\u8A9E\u8A00\uFF0C{{to}} \u8868\u793A\u76EE\u6A19\u8A9E\u8A00","description.maxTextLengthPerRequest":"\u9810\u8A2D\u6703\u5408\u4F75\u591A\u500B\u6BB5\u843D\uFF0C\u4EE5\u6E1B\u5C11\u8ACB\u8981\u6C42\u6578\uFF0C\u4F46\u662F\u5982\u679C\u6BB5\u843D\u7E3D\u9577\u5EA6\u904E\u9577\uFF0C\u4E5F\u53EF\u80FD\u6703\u5C0E\u81F4 API \u7684\u56DE\u61C9\u6642\u9593\u589E\u52A0\uFF0C\u56E0\u6B64\u53EF\u4EE5\u5617\u8A66\u8ABF\u6574\u8A72\u9078\u9805\u4F86\u63D0\u5347\u901F\u5EA6","description.systemPrompt":"\u4EE5\u7CFB\u7D71\u50B3\u9001\u767C\u9001\u7D66 OpenAI \u7684\u5C0D\u8A71\uFF0C\u5176\u4E2D {{text}} \u8868\u793A\u6BB5\u843D\u7684\u6587\u5B57\u5167\u5BB9\uFF0C{{from}} \u8868\u793A\u6BB5\u843D\u7684\u8A9E\u8A00\uFF0C{{to}} \u8868\u793A\u76EE\u6A19\u8A9E\u8A00","field.domain":"\u9818\u57DF","description.domain":"\u9ED8\u8A8D\u70BA\uFF1Ageneral\u3002\u50C5\u5728\u6709\u9053API\u63A7\u5236\u53F0\u958B\u901A\u9818\u57DF\u5316\u7FFB\u8B6F\u7684\u60C5\u6CC1\u4E0B\u53EF\u8A2D\u7F6E\uFF0C\u652F\u6301\u9818\u57DF\u898B<1>\u9019\u88E1","field.scene":"\u5834\u666F","description.scene":"\u9ED8\u8A8D\u70BA\uFF1Ageneral\u3002\u50C5\u5728\u963F\u91CC\u96F2API\u63A7\u5236\u53F0\u958B\u901A\u6A5F\u5668\u7FFB\u8B6F\u5C08\u696D\u7248\u7684\u60C5\u6CC1\u4E0B\u53EF\u8A2D\u7F6E\uFF0C\u652F\u6301\u5834\u666F\u898B<1>\u9019\u88E1","field.vocabId":"\u4F7F\u7528\u8005\u8A5E\u5178ID","description.vocabId":"\u6307\u5B9A\u7684\u5B57\u5178out_id\uFF0C\u76EE\u524D\u652F\u63F4\u82F1\u8B6F\u4E2D","description.model":"OpenAI \u7684\u6A21\u578B\uFF0C\u53EF\u4EE5\u70BA gpt-3.5-turbo, gpt-4 \u7B49","description.maxTextGroupLengthPerRequest":"\u6BCF\u6B21\u50B3\u9001\u7D66\u7FFB\u8B6F\u670D\u52D9\u7684\u6BB5\u843D\u6578\u91CF\uFF0C\u5982\u679C\u6BB5\u843D\u6578\u91CF\u904E\u591A\uFF0C\u53EF\u80FD\u6703\u5C0E\u81F4\u56DE\u61C9\u901F\u5EA6\u8B8A\u6162","description.apiUrl":"\u8ACB\u52A0\u5165\u5177\u9AD4\u5305\u542B\u8DEF\u5F91\u7684\u7DB2\u5740",enabledExtension:"\u555F\u7528\u5957\u4EF6",clickToDisableExtension:"\u9EDE\u9078\u505C\u7528\u5957\u4EF6",clickToEnableExtension:"\u9EDE\u9078\u555F\u7528\u5957\u4EF6",hasBeenDisabled:"\u5DF2\u505C\u7528","show password":"\u986F\u793A\u5BC6\u78BC",customContent:"\u8F38\u5165\u81EA\u5B9A\u7FA9\u6A21\u578B",inputOptions:"\u8F38\u5165\u6846\u589E\u5F37",mouseHoverOptions:"\u9F20\u6A19\u6ED1\u904E",modifyMouseHoverKey:"\u4FEE\u6539\u6ED1\u9F20\u61F8\u505C\u5FEB\u6377\u9375",enableInputTranslation:"\u662F\u5426\u555F\u7528\u8F38\u5165\u6846\u589E\u5F37",enableInputTranslationDescription:"\u555F\u7528\u5F8C\uFF0C\u8F38\u5165\u6846\u76F4\u63A5\u8F38\u5165 {startingKey}{startingKey} \u4F60\u597D\uFF0C\u7136\u5F8C\u5FEB\u901F\u9023\u64CA{inputTrailingTriggerKeyRepeatTimes}\u6B21{trailingKey}\uFF0C\u5373\u53EF\u7FFB\u8B6F\u70BA {inputTargetLanguage}",enableInputTranslationDescriptionForNoneKey:"\u555F\u7528\u5F8C\uFF0C\u8F38\u5165\u6846\u76F4\u63A5\u8F38\u5165\uFF1A\u4F60\u597D\u4E16\u754C\uFF0C\u7136\u5F8C\u5FEB\u901F\u9023\u64CA{inputTrailingTriggerKeyRepeatTimes}\u6B21{trailingKey}\uFF0C\u5373\u53EF\u7FFB\u8B6F\u70BA\u9810\u8A2D\u76EE\u6A19\u8A9E\u8A00",inputTargetLanguage:"\u8A2D\u5B9A\u8F38\u5165\u6846\u7684\u9810\u8A2D\u76EE\u6A19\u8A9E\u8A00",inputTargetLanguageDescription:"\u8F38\u5165\u6846\u7FFB\u8B6F\u7684\u9810\u8A2D\u76EE\u6A19\u8A9E\u8A00\uFF0C\u4E5F\u5C31\u662F {startingKey}{startingKey} \u4F5C\u70BA\u89F8\u767C\u8A5E\u7684\u9810\u8A2D\u8A9E\u8A00",inputTargetLanguageDescriptionForNoneKey:"\u8F38\u5165\u6846\u7FFB\u8B6F\u7684\u9810\u8A2D\u76EE\u6A19\u8A9E\u8A00",inputStartingTriggerKeyTitle:"\u8A2D\u5B9A\u8F38\u5165\u6846\u90E8\u5206\u7FFB\u8B6F\u7684\u5206\u5272\u5B57\u7B26",inputStartingTriggerKeyDescription:"\u7576\u4F60\u4E0D\u9700\u8981\u7FFB\u8B6F\u6574\u500B\u8F38\u5165\u6846\u7684\u6642\u5019\uFF0C\u5206\u5272\u7B26\u5141\u8A31\u4F60\u53EA\u7FFB\u8B6F {startingKey}{startingKey} \u5230\u8F38\u5165\u6846\u672B\u5C3E\u7684\u90E8\u5206\uFF0C\u4E5F\u53EF\u4EE5\u6307\u5B9A\u8A9E\u8A00\u4EE3\u78BC\uFF0C\u4F8B\u5982\uFF1A{startingKey}ja \u8868\u793A\u53EA\u7FFB\u8B6F {startingKey}ja \u5230\u8F38\u5165\u6846\u672B\u5C3E\u7684\u90E8\u5206",inputStartingTriggerKeyDescriptionForNoneKey:"\u76EE\u524D\u8A2D\u5B9A\u70BA\u7121\u9700\u524D\u7DB4\uFF0C\u66AB\u7121\u6CD5\u4F7F\u7528\u8F38\u5165\u6846\u7684\u90E8\u5206\u6587\u5B57\u7FFB\u8B6F\u529F\u80FD",inputTrailingTriggerKeyTitle:"\u9078\u64C7\u4E00\u500B\u8F38\u5165\u7D50\u675F\u7684\u89F8\u767C\u5B57\u7B26",inputTrailingTriggerKeyDescription:"\u5FEB\u901F\u9023\u64CA3 \u6B21{trailingKey} \u5C07\u6703\u958B\u59CB\u7FFB\u8B6F",inputTrailingTriggerKeyTimeout:"\u8F38\u5165\u7D50\u675F\u9023\u64CA\u89F8\u767C\u7684\u9593\u9694\u6642\u9593",inputTrailingTriggerKeyTimeoutDescription:"\u8A2D\u7F6E\u8F38\u5165\u7D50\u675F\u9023\u64CA\u89F8\u767C\u7684\u9593\u9694\u6642\u9593\uFF08\u6BEB\u79D2\uFF09",spaceKey:"<\u7A7A\u683C\u9375>",noneKey:"\u7121\u9700\u524D\u7DB4\uFF0C\u76F4\u63A5\u7FFB\u8B6F\u6574\u500B\u6587\u5B57\u6846",inputTranslationBlockUrlsTitle:"\u5207\u52FF\u5728\u4EE5\u4E0B\u7DB2\u5740\u4E2D\u555F\u7528\u8F38\u5165\u6846\u589E\u5F37",inputTranslationBlockUrlsDescription:"\u5728\u4EE5\u4E0B\u7DB2\u5740\u4E2D\uFF0C\u8F38\u5165\u6846\u589E\u5F37\u5C07\u4E0D\u6703\u751F\u6548",inputHelperInfo:"\u8AAA\u660E\uFF1A\u6211\u5011\u7279\u5225\u91DD\u5C0D\u5728\u4E2D\u6587\u8F38\u5165\u6CD5\u4E0B\u90E8\u5206\u89F8\u767C\u5B57\u7B26\u6703\u8B8A\u6210\u4E2D\u6587\u6A19\u9EDE\u7B26\u865F\u9019\u4EF6\u4E8B\u505A\u4E86\u512A\u5316\uFF0C\u6BD4\u5982\u641C\u72D7\u8F38\u5165\u6CD5\u4E0B / \u6703\u8B8A\u6210\u9813\u865F \u3001\uFF0C\u6C89\u6D78\u5F0F\u7FFB\u8B6F\u652F\u6301\u6240\u6709\u89F8\u767C\u7B26\u5C0D\u61C9\u7684\u4E2D\u6587\u7B26\u865F\uFF0C\u4E5F\u5C31\u662F\u8AAA // \u3001\u3001 \u90FD\u6703\u88AB\u8B58\u5225\u70BA\u89F8\u767C\u5B57\u7B26\u3002

\u540C\u6642\u6211\u5011\u4E5F\u652F\u6301\u8A9E\u8A00\u4EE3\u78BC\u7684\u4E2D\u6587\u5225\u540D\u4F5C\u70BA\u547D\u4EE4\uFF0C\u6BD4\u5982 /\u65E5\u6587 \u4F60\u597D\u4E16\u754C \u6703\u88AB\u7FFB\u8B6F\u70BA\u65E5\u6587\uFF0C<1>\u9EDE\u6B64\u67E5\u770B\u6240\u6709\u652F\u63F4\u7684\u8A9E\u8A00\u4EE3\u78BC\u3002",reloadCurrentPage:"\u8ACB\u5148\u5237\u65B0\u76EE\u524D\u9801\u9762\uFF0C\u518D\u958B\u59CB\u7FFB\u8B6F",noLocalFilePermissionForPDF:"\u66AB\u7121\u6B0A\u9650\u8B80\u53D6\u672C\u6A5F\u6587\u4EF6\uFF0C\u8ACB\u9EDE\u9078\u4E0A\u65B9\u6309\u9215\uFF0C\u7136\u5F8C\u532F\u5165\u672C\u6A5F\u6587\u4EF6",noPermissionForThisPage:"\u26A0\uFE0F \u66AB\u7121\u6B0A\u9650\u7FFB\u8B6F\u76EE\u524D\u9801\u9762","error.retry":"\u91CD\u8A66","error.reason":"\u932F\u8AA4\u539F\u56E0",retryAllParagraphs:"\u91CD\u8A66\u5168\u90E8\u932F\u8AA4\u6BB5\u843D",retryAllButton:"\u91CD\u8A66\u5168\u90E8\u932F\u8AA4\u6BB5\u843D",errorTooltipTitle:"\u9EDE\u64CA\u770B\u932F\u8AA4\u539F\u56E0",errorModalTitle:"\u7FFB\u8B6F\u670D\u52D9\u6216\u7DB2\u8DEF\u4F3C\u4E4E\u51FA\u4E86\u9EDE\u554F\u984C...",disableConfirm:"\u7981\u7528\u78BA\u8A8D",disableOnce:"\u7981\u7528\u4E00\u6B21",disableGlobal:"\u5168\u5C40\u7981\u7528",disableTint:"* \u60A8\u53EF\u4EE5\u5728 {option} \u4E2D\u91CD\u65B0\u555F\u7528\u3002",searchEnhancementNotes:"\u6211\u5011\u767C\u73FE\uFF0C\u4E2D\u6587\u95DC\u9375\u8A5E\u548C\u82F1\u6587\u95DC\u9375\u8A5E\u7684\u65B0\u805E\u7D50\u679C\u6709\u975E\u5E38\u5927\u7684\u4E0D\u540C\uFF0C\u5728\u555F\u7528\u6C89\u6D78\u5F0F\u7FFB\u8B6F\u96D9\u8A9E\u4FE1\u606F\u589E\u5F37\u529F\u80FD\u5F8C\uFF0C\u6211\u5011\u6703\u5728\u652F\u6301\u7684\u7DB2\u7AD9\uFF08\u8C37\u6B4C\u65B0\u805E\uFF0C\u8C37\u6B4C\u641C\u7D22\uFF08\u90E8\u5206\u95DC\u9375\u8A5E\uFF09\uFF0C\u96EA\u7403\uFF0C\u6771\u65B9\u8CA1\u5BCC\u7DB2\uFF0C\u5BCC\u9014\uFF0C\u8001\u864E\uFF09\u81EA\u52D5\u7528\u82F1\u6587\u70BA\u4F60\u641C\u7D22\u540C\u6A23\u7684\u95DC\u9375\u8A5E\u4E26\u5C55\u793A\u5728\u53F3\u5074\u3002\u5982\u679C\u4F60\u4E0D\u9700\u8981\u8A72\u529F\u80FD\u7684\u8A71\uFF0C\u53EF\u4EE5\u9078\u64C7\u7981\u7528\u5B83\u3002",option:"\u9078\u9805",saveSettings:"\u5132\u5B58\u8A2D\u5B9A",closeModal:"\u95DC\u9589\u8996\u7A97",enableInputTranslationWithoutTriggerKeyTitle:"\u555F\u7528\u5FEB\u901F\u9023\u64CA3 \u6B21{trailingKey}\uFF0C\u76F4\u63A5\u7FFB\u8B6F\u6574\u500B\u8F38\u5165\u6846\u70BA{inputTargetLanguage}",enableInputTranslationWithoutTriggerKeyDescription:"\u5982\u9700\u6307\u5B9A\u76EE\u6A19\u8A9E\u8A00\uFF0C\u8ACB\u5728\u524D\u9762\u52A0\u4E0A\u8A9E\u8A00\u7A0B\u5F0F\u78BC\uFF0C\u5982\uFF1Aja \u4F60\u597D\u4E16\u754C",deepLProName:"\u6C89\u6D78\u5F0F\u7FFB\u8B6FPro \u6703\u54E1(\u63A8\u85A6)",deepLProDescription:"\u76EE\u524D\u5957\u9910\u53EF\u4EE5\u76F4\u63A5\u4F7F\u7528",deeplProDescriptionForNormal:"\u7121\u9700\u4EFB\u4F55\u8A2D\u7F6E\uFF0C\u6703\u54E1\u767B\u5165\u5F8C\u5373\u53EF\u4F7F\u7528\uFF0C<1>\u9EDE\u6B64\u5347\u7D1A\u70BA\u6703\u54E1",deepLCustomDescription:"\u9700\u8981\u570B\u5916\u4FE1\u7528\u5361\uFF0C\u5728<1>DeepL\u5B98\u65B9\u958B\u901A\uFF0C\u9EDE\u9078\u67E5\u770B<2>\u6587\u6A94",deepLCustomName:"\u81EA\u8A02Auth Key",chooseProviderLabel:"\u9078\u64C7\u4E00\u500B\u670D\u52D9\u63D0\u4F9B\u8005",openaiProName:"\u6C89\u6D78\u5F0F\u7FFB\u8B6FPro \u6703\u54E1(\u63A8\u85A6)",openaiProDescription:"\u76EE\u524D\u5957\u9910\u53EF\u4EE5\u76F4\u63A5\u4F7F\u7528",openaiProDescriptionForNormal:"\u7121\u9700\u4EFB\u4F55\u8A2D\u7F6E\uFF0C\u6703\u54E1\u767B\u5165\u5F8C\u5373\u53EF\u4F7F\u7528\uFF0C<1>\u9EDE\u6B64\u5347\u7D1A\u70BA\u6703\u54E1",openaiCustomDescription:"\u53EF\u5728OpenAI, Azure OpenAI, \u6216\u5176\u4ED6\u7B2C\u4E09\u65B9\u670D\u52D9\u7372\u53D6\uFF0C<1>\u9EDE\u6B64\u67E5\u770B\u6587\u6A94",openaiCustomName:"\u81EA\u8A02API Key",needLoginAction:"(\u958B\u901A\u6703\u54E1\u6216\u81EA\u8A02)",goLoginOrAction:"(\u958B\u901A\u6703\u54E1\u6216\u53BB\u8A2D\u5B9A)",yearly:"\u5E74\u5EA6\u7E8C\u8A02",quarterly:"\u5B63\u5EA6\u7E8C\u8A02",monthly:"\u6BCF\u6708\u7E8C\u8A02",yearlyForOnce:"\u4E00\u6B21\u6027\u5E74\u5EA6\u5957\u9910",monthlyForOnce:"\u4E00\u6B21\u6027\u6708\u5EA6\u5957\u9910",daily:"\u6BCF\u65E5\u7E8C\u8A02",year:"\u5E74\u5EA6\u7E8C\u8A02",quarter:"\u5B63\u5EA6\u7E8C\u8A02",month:"\u6BCF\u6708\u7E8C\u8A02",day:"\u6BCF\u65E5\u7E8C\u8A02",onetime_7day:"7 \u5929\u9AD4\u9A57\u5305",currentPlanDescriptionForFree:"\u76EE\u524D\u5957\u9910\uFF1A\u514D\u8CBB",currentPlanDescriptionForContinuous:"\u76EE\u524D\u5957\u9910\uFF1A{plan}\uFF0C\u5C07\u65BC {endAt} \u81EA\u52D5\u7E8C\u8CBB",currentPlanDescriptionForAutoRenewCaceling:"\u76EE\u524D\u5957\u9910\uFF1A{plan}\uFF0C\u5C07\u65BC {endAt} \u5230\u671F\uFF0C\u5230\u671F\u5F8C\u5C07\u4E0D\u6703\u81EA\u52D5\u7E8C\u7D04",currentYearlyPlanDescriptionForAutoRenewCacelingWithRealPaiedUser:"\u76EE\u524D\u5957\u9910\uFF1A{plan}\uFF0C\u5C07\u65BC {endAt} \u5230\u671F\uFF0C\u5230\u671F\u5F8C\u5C07\u4E0D\u6703\u81EA\u52D5\u7E8C\u7D04\u3002
<1>\u9EDE\u6B64\u7BA1\u7406\u7E8C\u8CBB\u65B9\u6848",currentYearlyPlanDescriptionForAutoRenewCacelingWithAdmin:"\u76EE\u524D\u5957\u9910\uFF1A{plan}\uFF0C\u5C07\u65BC {endAt} \u5230\u671F\uFF0C\u5230\u671F\u5F8C\u5C07\u4E0D\u6703\u81EA\u52D5\u7E8C\u7D04\u3002
<1>\u9EDE\u6B64\u555F\u7528\u9023\u7E8C\u5305\u5E74",currentPlanDescriptionForOneTime:"\u76EE\u524D\u5957\u9910\uFF1A{plan}\uFF0C\u5C07\u65BC {endAt} \u5230\u671F\uFF0C<1>\u9EDE\u6B64\u5347\u7D1A\u70BA\u5E74\u8CBB\u6216<2>\u6708\u8CBB\u6703\u54E1",upgradePlan:"\u9EDE\u6B64\u5347\u7D1A\u70BAPro \u6703\u54E1",upgradeToPro:"\u5347\u7D1A\u70BA Pro \u6703\u54E1","popup.openPro":"\u5347\u7D1A\u70BA Pro \u6703\u54E1\u5F8C\u53EF\u4EE5\u66A2\u4EAB DeepL \u548C OpenAI \u7FFB\u8B6F\uFF0C\u9EDE\u6B64\u5347\u7D1A","popup.openProForPro":"\u60A8\u662F Pro \u6703\u54E1\uFF0C\u53EF\u76F4\u63A5\u4F7F\u7528 DeepL \u548C OpenAI \u7FFB\u8B6F",currentAccount:"\u7576\u524D\u8CEC\u6236",enableAutoSyncUserSettings:"\u555F\u7528\u591A\u8A2D\u5099\u81EA\u52D5\u96F2\u7AEF\u540C\u6B65",modalEnableInputTranslationTitle:"\u6C89\u6D78\u5F0F\u7FFB\u8B6F\u8F38\u5165\u6846\u7FFB\u8B6F\u63D0\u793A",modalEnableInputTranslationDesc:"\u60A8\u525B\u525B\u900F\u904E\u5FEB\u901F\u9023\u64CA3 \u6B21\u7A7A\u767D\u9375\u89F8\u767C\u4E86\u6C89\u6D78\u5F0F\u7FFB\u8B6F\u7684\u8F38\u5165\u6846\u7FFB\u8B6F\uFF0C\u8F38\u5165\u6846\u7684\u5167\u5BB9\u5C07\u7FFB\u8B6F\u70BA\u9810\u8A2D\u7684\u76EE\u6A19\u8A9E\u8A00\u3002\u900F\u904ECtrl+Z \u53EF\u4EE5\u64A4\u92B7\u7FFB\u8B6F\u3002

\u5982\u679C\u9019\u662F\u4E00\u500B\u5931\u8AA4\uFF0C\u4E0D\u7528\u64D4\u5FC3\uFF0C\u60A8\u53EF\u4EE5\u9078\u64C7\u672C\u6B21\u505C\u7528\uFF0C\u6216\u6C38\u4E45\u505C\u7528\u8F38\u5165\u6846\u7FFB\u8B6F\u3002",saveAndNotShowAgain:"\u5132\u5B58\u4E14\u4E0D\u518D\u63D0\u793A",disableInputTranslationTips:"* \u4F60\u4E5F\u53EF\u4EE5\u5728 {option} \u4E2D\u8A2D\u5B9A\u5176\u4ED6\u5FEB\u6377\u9375\u4F86\u89F8\u767C\uFF0C{learnMore}\u3002",learnMore:"\u9EDE\u6B64\u4E86\u89E3\u66F4\u591A",continueEnalbeInputTranslation:"\u7E7C\u7E8C\u555F\u7528\u8F38\u5165\u6846\u7FFB\u8B6F",autoRenewTrialSuffix:'\uFF08\u8A66\u7528\u4E2D\uFF0C\u7ACB\u523B\u5347\u7D1A\u70BA\u6B63\u5F0F\u6703\u54E1\uFF09',upgradeFromTrialTitle:"\u5347\u7D1A\u70BA\u6B63\u5F0F\u6703\u54E1",subtitle:"\u5F71\u7247\u5B57\u5E55",youtubeService:"\u6C89\u6D78\u5F0F\u7FFB\u8B6F\u5F71\u7247\u5B57\u5E55\u670D\u52D9","subtitle.disabledSubtitle":"\u6C38\u4E45\u7981\u7528\u8996\u983B\u5B57\u5E55\u529F\u80FD","subtitle.disabledSubtitleDescription":"\u5982\u679C\u6C89\u6D78\u5F0F\u7FFB\u8B6F\u7684\u8996\u983B\u5B57\u5E55\u548C\u5176\u4ED6\u64F4\u5C55\u6709\u885D\u7A81\uFF0C\u4F60\u53EF\u4EE5\u9078\u64C7\u6C38\u4E45\u7981\u7528\u6C89\u6D78\u5F0F\u7FFB\u8B6F\u7684\u8996\u983B\u5B57\u5E55\u529F\u80FD\u6216\u8005\u5378\u8F09\u5176\u4ED6\u885D\u7A81\u7684\u64F4\u5C55","subtitle.autoEnableSubtitleDescription":"\u555F\u7528\u5F8C\uFF0C\u7576\u5F71\u7247\u64AD\u653E\u7684\u6642\u5019\uFF0C\u6703\u81EA\u52D5\u986F\u793A\u96D9\u8A9E\u5B57\u5E55\uFF0C\u5426\u5247\u9700\u8981\u9EDE\u64CA\u7FFB\u8B6F\u6309\u9215\u624D\u6703\u986F\u793A\u3002","subtitle.preTranslation":"\u512A\u5148\u4F7F\u7528\u6C89\u6D78\u5F0F\u7FFB\u8B6F\u5B57\u5E55","subtitle.preTranslationDescription":"\u555F\u7528\u5F8C\u6703\u512A\u5148\u7528\u4E0B\u9762\u7684\u7FFB\u8B6F\u670D\u52D9\u63D0\u524D\u7FFB\u8B6F\u6574\u500B\u5B57\u5E55\uFF0C1 \u5C0F\u6642\u7684\u8996\u8A0A\u5927\u6982\u6D88\u8017 5\u842C Tokens \u6216 \u5B57\u7B26\uFF0C\u8ACB\u914C\u60C5\u4F7F\u7528\uFF1B\u95DC\u9589\u5F8C\u5247\u512A\u5148\u4F7F\u7528\u539F\u5F71\u7247\u81EA\u5E36\u7684\u6A5F\u7FFB\u5B57\u5E55","subtitle.humanSubtitlesPreferred":"\u512A\u5148\u4F7F\u7528\u4EBA\u5DE5\u5B57\u5E55","subtitle.humanSubtitlesPreferredDescription":"\u7576\u5F71\u7247\u6709\u76EE\u6A19\u8A9E\u8A00\u4EBA\u5DE5\u5B57\u5E55\u6642\uFF0C\u512A\u5148\u4F7F\u7528\u4EBA\u5DE5\u5B57\u5E55\uFF08\u63A8\u85A6\uFF09","subtitle.bilingual":"\u96D9\u8A9E\u5B57\u5E55","subtitle.autoDisableSubtitle":"\u4E0D\u81EA\u52D5\u555F\u7528\u96D9\u8A9E\u5B57\u5E55","subtitle.hideQuickButton":"\u4E0D\u518D\u986F\u793A\u8A72\u5FEB\u6377\u65B9\u5F0F","subtitle.showQuickButton":"\u986F\u793A\u96D9\u8A9E\u5B57\u5E55\u5FEB\u6377\u65B9\u5F0F","subtitle.showQuickButtonDescription":"\u5728\u8996\u983B\u64AD\u653E\u5668\u53F3\u4E0B\u89D2\u63D0\u4F9B\u555F\u7528\u96D9\u8A9E\u5B57\u5E55\u7684\u5FEB\u6377\u65B9\u5F0F",videoSubtitleTranslationDescription:"\u70BA\u5F71\u7247\u5B57\u5E55\u55AE\u7368\u6307\u5B9A\u4E00\u500B\u7FFB\u8B6F\u670D\u52D9",subtitleTranslating:"\u6B63\u5728\u4F7F\u7528 {service} \u670D\u52D9\u7FFB\u8B6F\u5B57\u5E55\u4E2D\uFF0C\u8ACB\u7A0D\u7B49...\uFF08\u6C89\u6D78\u5F0F\u7FFB\u8B6F\uFF09",subtitleLoading:"\u6B63\u5728\u8F09\u5165\u5B57\u5E55...",bilingual:"\u96D9\u8A9E","field.action":"\u662F\u5426\u555F\u7528\u767E\u5EA6\u8853\u8A9E","description.action":"\u555F\u7528\u5F8C\u6703\u5728\u8ACB\u6C42\u4E2D\u52A0\u5165 action=1 \u7684\u53C3\u6578\uFF0C\u4EE5\u4FBF\u544A\u77E5\u767E\u5EA6\u555F\u7528\u8853\u8A9E\uFF0C<1>\u66F4\u591A\u8AAA\u660E\u8ACB\u53C3\u8003\u5B98\u65B9\u6587\u6A94",closeQuickTranslation:"\u95DC\u9589\u61F8\u6D6E\u7403","closeQuickTranslation.untilNext":"\u672C\u6B21\u95DC\u9589\u76F4\u5230\u4E0B\u6B21\u8A2A\u554F","closeQuickTranslation.currentWebsite":"\u7576\u524D\u7DB2\u7AD9\u7981\u7528","closeQuickTranslation.alwaysClose":"\u6C38\u4E45\u7981\u7528","closeQuickTranslation.settingOpen":"\uFF08\u53EF\u5728<1>\u8A2D\u5B9A\u9801\u958B\u555F\uFF09","closeQuickTranslation.cancel":"\u53D6\u6D88","closeQuickTranslation.confirm":"\u78BA\u5B9A","floatBall.popup":"\u6253\u958B\u5FEB\u6377\u8A2D\u5B9A\u9762\u677F","floatBall.translate":"\u9EDE\u64CA\u7FFB\u8B6F\u8A72\u9801\u9762","floatBall.showOriginal":"\u9EDE\u64CA\u5207\u63DB\u5230\u539F\u6587","floatBall.close":"\u95DC\u9589\u61F8\u6D6E\u7403","floatBallOptions.enableDescPc":"\u555F\u7528\u9801\u9762\u61F8\u6D6E\u7403\u5F8C\uFF0C\u6703\u5728\u9801\u9762\u53F3\u5074\u986F\u793A\u4E00\u500B\u5FEB\u6377\u7FFB\u8B6F\u6309\u9215\uFF0C\u9EDE\u64CA\u5373\u53EF\u7FFB\u8B6F","floatBallOptions.enableDesc":"\u95DC\u9589\u61F8\u6D6E\u7403\u5F8C\uFF0C\u53EF\u4EE5\u7528{touch}\u559A\u8D77\u3002\u70BA\u9632\u6B62\u4E0D\u614E\u95DC\u9589\u8A72\u9078\u9805\u5F8C\u627E\u4E0D\u5230\u61F8\u6D6E\u7403\uFF0C\u5F37\u70C8\u5EFA\u8B70\u6536\u85CF\u672C\u8A2D\u5B9A\u9801","description.azureApiUrl":"\u586B\u5165\u81EA\u8A02\u7684API\u4F4D\u5740",shareBtnTitle:"\u9EDE\u64CA\u751F\u6210\u7DB2\u9801\u5FEB\u7167","floatBall.share":"\u751F\u6210\u7DB2\u9801\u5FEB\u7167","floatBall.guideClickToTranslate":`\u9EDE\u64CA\u6C89\u6D78\u5F0F\u7FFB\u8B6F\u61F8\u6D6E\u7403 + {env.imt_sub_trans_field}: \u8BD1\u6587`,"browser.PdfProFile":"AI \u9A71\u52A8\u7684 PDF Pro \u7FFB\u8BD1","browser.textTranslate":"\u6587\u672C\u7FFB\u8BD1"};var L4={nologin:"\u672A\u767B\u9304",loginForSafari:"\u767B\u5165\u6216\u8A3B\u518A",login:"\u767B\u9304",goLogin:"\u53BB\u767B\u9304",manageAccount:"\u7BA1\u7406\u8CEC\u6236",openPremium:"\u958B\u901A\u6703\u54E1",logout:"\u9000\u51FA",curentPlan:"\u7576\u524D\u5957\u9910",endAt:"\u5230\u671F",endAuto:"\u81EA\u52D5\u7E8C\u671F",lineBreakMaxTextCount:"\u63DB\u884C\u5F8C\uFF0C\u6BCF\u53E5\u8A71\u5141\u8A31\u7684\u6700\u5927\u5B57\u5143\u6578\u91CF","translate-pdf":"\u9EDE\u9078\u7FFB\u8B6F PDF","noSupportTranslate-pdf":"\u8173\u672C\u4E0D\u652F\u63F4\uFF0C\u8ACB\u4F7F\u7528\u64F4\u5145\u5957\u4EF6","translate-firefox-local-pdf":"\u9EDE\u64CA\u53BB\u5C0E\u5165PDF",enableLineBreak:"\u958B\u555F\u9577\u6BB5\u843D\u81EA\u52D5\u63DB\u884C",sponsorLabel:"$1 \u8D77\u8D0A\u52A9\u958B\u767C\u8005 (\u6708\u4ED8\u6216\u50C5\u8D0A\u52A9\u4E00\u6B21\u5747\u53EF)",help:"\u8AAA\u660E",enableLineBreakDescription:"\u555F\u7528\u5F8C\uFF0C\u5C07\u6703\u5728\u9577\u6BB5\u843D\u4E2D\u6BCF\u53E5\u8A71\u7D50\u675F\u63D2\u5165\u63DB\u884C\u5B57\u5143\uFF0C\u4EE5\u4FBF\u65BC\u95B1\u8B80","browser.shortBrandName":"\u6C89\u6D78\u5F0F\u7FFB\u8B6F","browser.brandName":"\u6C88\u6D78\u5F0F\u7FFB\u8B6F - \u7DB2\u9801\u7FFB\u8B6F\u64F4\u5145 | PDF\u7FFB\u8B6F | \u514D\u8CBB","browser.brandDescription":"\u3010\u6C88\u6D78\u5F0F\u7FFB\u8B6F\u3011\u4E00\u6B3E\u514D\u8CBB\u7684\uFF08\u539F\u6587/\u8B6F\u6587\uFF09\u96D9\u8A9E\u5C0D\u7167\u7DB2\u9801\u7FFB\u8B6F\u64F4\u5145\uFF0C\u540C\u6642\u652F\u6301PDF\u7FFB\u8B6F\uFF08\u4FDD\u7559\u539F\u6587\u6A94\u6392\u7248\uFF09\uFF0C\u8996\u983B\u96D9\u8A9E\u5B57\u5E55\u7FFB\u8B6F\uFF08Youtube, Netflix\u7B49\uFF09\uFF0CEPUB\u96FB\u5B50\u66F8\u7FFB\u8B6F\u7B49\uFF1B\u652F\u6301\u8ABF\u7528\u4EBA\u5DE5\u667A\u80FDAI\u7FFB\u8B6F\u5927\u6A21\u578B\uFF08OpenAI (ChatGPT)\u3001DeepL\u3001Gemini(Bard) \u7B49 \uFF09\u5C0D\u4EE5\u4E0A\u5167\u5BB9\u9032\u884C\u66F4\u6E96\u78BA\u7684\u7FFB\u8B6F\uFF1B","browser.toggleTranslatePage":"\u7FFB\u8B6F\u7DB2\u9801/\u986F\u793A\u539F\u6587","browser.toggleTranslateTheWholePage":"\u7FFB\u8B6F\u9801\u9762\u5168\u90E8\u5340\u57DF/\u986F\u793A\u539F\u6587","browser.toggleTranslateToThePageEndImmediately":"\u7ACB\u5373\u7FFB\u8B6F\u5230\u9801\u9762\u5E95\u90E8/\u986F\u793A\u539F\u6587","browser.toggleTranslateTheMainPage":"\u7FFB\u8B6F\u9801\u9762\u4E3B\u8981\u5340\u57DF/\u986F\u793A\u539F\u6587","browser.shareToDraft":"\u751F\u6210\u7DB2\u9801\u5FEB\u7167","browser.openOptionsPage":"\u958B\u555F\u8A2D\u5B9A\u9801\u9762","browser.translateLocalPdfFile":"\u7FFB\u8B6F\u672C\u6A5F PDF \u6A94\u6848","browser.openEbookViewer":"\u95B1\u8B80\u672C\u6A5F\u96FB\u5B50\u66F8","browser.openEbookBuilder":"\u88FD\u4F5C\u96D9\u8A9E EPUB \u96FB\u5B50\u66F8","browser.translateLocalHtmlFile":"\u7FFB\u8B6F HTML/txt \u6A94\u6848","browser.donateContext":"\u4E86\u89E3\u8D0A\u52A9\u798F\u5229","browser.translateLocalSubtitleFile":"\u7FFB\u8B6F\u5B57\u5E55\u6A94\u6848",confirmResetConfig:"\u4F60\u78BA\u5B9A\u8981\u91CD\u8A2D\u8A2D\u5B9A\u55CE\uFF1F",translationLineBreakSettingTitle:"\u8B6F\u6587\u63DB\u884C\u8A2D\u5B9A",smartLineBreak:"\u667A\u6167\u63DB\u884C",alwaysLineBreak:"\u7E3D\u662F\u63DB\u884C",isShowContextMenu:"\u5C07\u7DB2\u9801\u7FFB\u8B6F\u529F\u80FD\u52A0\u5165\u53F3\u9375\u9078\u55AE",toggleBeta:"\u958B\u555F Beta \u6E2C\u8A66\u529F\u80FD",betaDescription:"\u555F\u7528\u4ECD\u5728\u5BE6\u9A57\u7684\u529F\u80FD\u4EE5\u53CA\u6E2C\u8A66\u4E2D\u7684\u7FFB\u8B6F\u670D\u52D9\u3002\u52A0\u5165 <1>Telegram \u7FA4\u7D44\u4E86\u89E3\u66F4\u591A\u3002",translationLineBreakSettingDescription:"\u7E3D\u662F\u63DB\u884C\u9069\u7528\u65BC\u8F03\u5C11\u5167\u5BB9\u7684\u7248\u9762\uFF0C\u66F4\u6574\u9F4A\u3002(\u5728\u5167\u5BB9\u8F03\u591A\u7684\u9577\u6BB5\u843D(\u8D85\u904E {count} \u500B\u5B57\u5143) \u4F7F\u7528\u667A\u6167\u63DB\u884C\u6703\u66F4\u7701\u7A7A\u9593)",tempTranslateDomainTitle:"\u81E8\u6642\u958B\u555F\u7DB2\u7AD9\u7FFB\u8B6F\u7684\u6642\u9577",tempTranslateDomainDescription:"\u7576\u624B\u52D5\u7FFB\u8B6F\u67D0\u500B\u7DB2\u9801\u7684\u6642\u5019\uFF0C\u81E8\u6642\u958B\u555F\u8A72\u7DB2\u7AD9\u70BA\u81EA\u52D5\u7FFB\u8B6F",xMinutes:"{count} \u5206\u9418",disabled:"\u505C\u7528",changelog:"\u66F4\u65B0\u8A18\u9304",toggleTranslatePageWhenThreeFingersOnTheScreen:"\u591A\u6307\u540C\u6642\u89F8\u6478\u87A2\u5E55\u5247\u7FFB\u8B6F\u7DB2\u9801/\u986F\u793A\u539F\u6587",toggleTranslationMaskWhenThreeFingersOnTheScreen:"\u591A\u6307\u540C\u6642\u89F8\u6478\u5247\u986F\u793A/\u96B1\u85CF\u8B6F\u6587\u6A21\u7CCA\u6548\u679C",addUrlDescription:"\u53EF\u4EE5\u70BA\u7DB2\u57DF\u540D\u7A31\uFF0C\u540C\u6642\u652F\u63F4\u842C\u7528\u5B57\u5143\uFF0C\u5982\uFF1A*.google.com, google.com/mail/*, https://www.google.com/*",general:"\u57FA\u672C\u8A2D\u5B9A",clickToExpandConfig:"\u5C55\u958B\u76EE\u524D\u8A2D\u5B9A",import:"\u5F9E\u6A94\u6848\u532F\u5165",export:"\u532F\u51FA\u70BA\u6A94\u6848",toggleDebug:"\u5728\u4E3B\u63A7\u53F0\u986F\u793A\u5075\u932F\u8A18\u9304","fingers.0":"\u95DC\u9589",mouseHoldKey:"+ {key} \u7FFB\u8B6F/\u9084\u539F\u8A72\u6BB5",mouseHoldKeyAuto:"\u76F4\u63A5\u7FFB\u8B6F\u8A72\u6BB5",mouseHoldKeyOff:"\u4E0D\u505A\u4EFB\u4F55\u4E8B\u60C5",mouseHoldKeyOther:"\u81EA\u5B9A\u7FA9\u5FEB\u6377\u9375(\u6253\u958B\u8A2D\u7F6E)",mouseHoldKeyCustomKey:"{key} \u7FFB\u8B6F/\u9084\u539F\u8A72\u6BB5","mouse-translate":"\u9F20\u6A19\u6ED1\u904E",document:"\u8AAA\u660E\u6587\u4EF6",resetSuccess:"\u91CD\u8A2D\u6240\u6709\u8A2D\u5B9A\u6210\u529F",resetThisSuccess:"\u91CD\u8A2D\u6210\u529F",saved:"\u5132\u5B58\u6210\u529F",successImportConfig:"\u6210\u529F\u532F\u5165\u8A2D\u5B9A",goAdvancedSettings:"\u524D\u5F80\u9032\u968E\u8A2D\u5B9A\u9801\u9762",goAdvancedInterfaceSettings:"\u524D\u5F80\u81EA\u8A02\u8A2D\u5B9A\u9801\u9762",advanced:"\u9032\u968E\u8A2D\u5B9A",advancedDescription:"\u6B63\u5E38\u60C5\u6CC1\u7121\u9700\u8A2D\u5B9A\uFF0C\u4FDD\u6301\u9810\u8A2D\u5373\u53EF\u3002\u50C5\u91DD\u5C0D\u66F4\u5C08\u696D\u7684\u4F7F\u7528\u8005\uFF0C\u63D0\u4F9B\u66F4\u500B\u4EBA\u5316\u7684\u8A2D\u5B9A\u9805\u76EE\u3002",developer:"\u958B\u767C\u8005\u8A2D\u5B9A",donateCafe:"\u50F9\u683C","translate to the bottom of the page":"\u9032\u5165\u7DB2\u9801\u5F8C\uFF0C\u662F\u5426\u7ACB\u5373\u7FFB\u8B6F\u5230\u9801\u9762\u5E95\u90E8\uFF1F",feedback:"\u554F\u984C\u56DE\u5831",toggleTranslatePage:"\u7FFB\u8B6F\u7DB2\u9801/\u986F\u793A\u539F\u6587",translateToThePageEndImmediatelyDescription:"\u555F\u7528\u5F8C\uFF0C\u9032\u5165\u7DB2\u9801\u5C07\u7ACB\u5373\u7FFB\u8B6F\u5F9E\u9802\u90E8\u5230\u5E95\u90E8\u7684\u5167\u5BB9\u3002\u95DC\u9589\u5247\u908A\u770B\u908A\u8B6F\u3002\uFF08\u4E0D\u63A8\u85A6\u958B\u555F\uFF09","translate all areas of the page":"\u662F\u5426\u7FFB\u8B6F\u7DB2\u9801\u6240\u6709\u5340\u57DF",translationAreaDescription:"\u555F\u7528\u5F8C\uFF0C\u7DB2\u9801\u7684\u6240\u6709\u5340\u57DF\u90FD\u6703\u88AB\u7FFB\u8B6F\u3002\u95DC\u9589\u5247\u4F7F\u7528\u9810\u8A2D\u7684\u667A\u6167\u8FA8\u8B58\uFF0C\u50C5\u7FFB\u8B6F\u4E3B\u8981\u5340\u57DF\u3002(\u4E0D\u63A8\u85A6\u958B\u555F)","the number of characters to be translated first":"\u76F4\u63A5\u7FFB\u8B6F\u9801\u9762\u524D\u591A\u5C11\u500B\u5B57\u5143\uFF0C\u800C\u7121\u9700\u7B49\u5F85\u6372\u52D5\u81F3\u53EF\u898B\u5340\u57DF","interface language":"\u4ECB\u9762\u8A9E\u8A00","display both the original text and the translation":"\u540C\u6642\u986F\u793A\u539F\u6587\u548C\u8B6F\u6587","keyboard shortcuts":"\u9375\u76E4\u5FEB\u901F\u9375",modify:"\u8B8A\u66F4\u5FEB\u901F\u9375",reset:"\u91CD\u8A2D",close:"\u95DC\u9589",homepage:"\u9996\u9801",more:"\u66F4\u591A",moreOptions:"\u5C55\u958B\u66F4\u591A\u81EA\u8A02\u9078\u9805",translateTheWholePage:"\u7FFB\u8B6F\u9801\u9762\u5168\u90E8\u5340\u57DF\uFF08\u5340\u5206\u65BC\u53EA\u7FFB\u8B6F\u4E3B\u8981\u5340\u57DF\uFF09",changeToTranslateTheWholePage:"\u5207\u63DB\u70BA\u7FFB\u8B6F\u6240\u6709\u5340\u57DF",changeToTranslateTheMainPage:"\u5207\u63DB\u70BA\u7FFB\u8B6F\u4E3B\u8981\u5340\u57DF",translateToThePageEndImmediately:"\u7ACB\u5373\u7FFB\u8B6F\u5230\u5E95\u90E8\uFF08\u5340\u5206\u65BC\u770B\u54EA\u8B6F\u54EA\uFF09",translateTheMainPage:"\u667A\u6167\u7FFB\u8B6F\u4E3B\u8981\u5340\u57DF","The local rules are up to date":"\u672C\u6A5F\u898F\u5247\u5DF2\u70BA\u6700\u65B0\uFF1A","Successfully synchronized with the latest official rules:":"\u6210\u529F\u540C\u6B65\u6700\u65B0\u5B98\u65B9\u898F\u5247\uFF1A","Checking for updates":"\u6B63\u5728\u6AA2\u67E5\u66F4\u65B0","Rules are being synchronized":"\u6B63\u5728\u540C\u6B65\u5B98\u65B9\u898F\u5247",localVersionIsTooOld:"\u672C\u6A5F\u5957\u4EF6\u7248\u672C\u904E\u820A\uFF0C\u8ACB\u5347\u7D1A\u5957\u4EF6\u81F3 {minVersion} \u6216\u66F4\u65B0\u7684\u7248\u672C\u518D\u5617\u8A66\u540C\u6B65",badUserscriptBrowser:"\u76EE\u524D\u700F\u89BD\u5668\u7121\u6CD5\u6B63\u78BA\u5BE6\u73FE\u6CB9\u7334\u5957\u4EF6\u7684\u4ECB\u9762\uFF0C\u8ACB\u4F7F\u7528\u5176\u4ED6<1>\u652F\u63F4\u6CB9\u7334\u5957\u4EF6\u7684\u700F\u89BD\u5668\u5982(Firefox Nightly \u7248\u672C)",foundNewVersion:"\u6709\u65B0\u7248\u672C\u53EF\u7528",theLocalExtensionIsUpToUpdate:"\u76EE\u524D\u5957\u4EF6\u5DF2\u662F\u6700\u65B0\u7248\u672C",failToSyncRules:"\u540C\u6B65\u6700\u65B0\u5B98\u65B9\u898F\u5247\u5931\u6557",retry:"\u9EDE\u6B64\u91CD\u8A66",failedReason:"\u5931\u6557\u539F\u56E0",currentRuleVersion:"\u76EE\u524D\u898F\u5247\u7248\u672C",calculating:"\u6B63\u5728\u8A08\u7B97",unknownError:"\u672A\u77E5\u7684\u932F\u8AA4",canNotFetchRemoteRule:"\u7121\u6CD5\u53D6\u5F97\u9060\u7AEF\u898F\u5247",enableAlphaSuccess:"\u5DF2\u555F\u7528 Alpha \u529F\u80FD",disableAlphaSuccess:"\u5DF2\u505C\u7528 Alpha \u529F\u80FD",cacheSize:"\u5FEB\u53D6\u5927\u5C0F\uFF1A",cleaning:"\u6B63\u5728\u6E05\u7406",cleanCache:"\u6E05\u9664\u5FEB\u53D6",options:"\u9078\u9805",about:"\u95DC\u65BC",service:"\u7FFB\u8B6F\u670D\u52D9",needAction:"(\u524D\u5F80\u8A2D\u5B9A)",goSettings:"\u524D\u5F80\u8A2D\u5B9A",needActionForOptions:"(\u9700\u8A2D\u5B9A)",translationEngine:"\u5F15\u64CE\u9078\u9805",sourceLanguage:"\u539F\u6587\u8A9E\u8A00",target:"\u76EE\u6A19\u8A9E\u8A00",popupSourceLanguage:"\u539F\u6587\u8A9E\u8A00",popupTarget:"\u76EE\u6A19\u8A9E\u8A00",popupService:"\u7FFB\u8B6F\u670D\u52D9",forThisSite:"\u7576\u524D\u7DB2\u7AD9",autoEnableSubtitle:"\u81EA\u52D5\u958B\u555F\u96D9\u8A9E\u5B57\u5E55",alwaysTranslate:"\u7E3D\u662F\u7FFB\u8B6F",neverTranslate:"\u6C38\u4E0D\u7FFB\u8B6F",neverTranslateSomeLanguage:"\u6C38\u4E0D\u7FFB\u8B6F {language}",alwaysTranslateSomeSite:"\u7E3D\u662F\u7FFB\u8B6F {hostname}",neverTranslateSomeSite:"\u6C38\u4E0D\u7FFB\u8B6F {hostname}",alwaysTranslateSomeSiteOrWildSite:"\u7E3D\u662F\u7FFB\u8B6F\u7DB2\u7AD9",alwaysTranslateSomePage:"\u7E3D\u662F\u7FFB\u8B6F\u8A72\u7DB2\u9801",add:"\u65B0\u589E",default:"\u9810\u8A2D",forThisLanguage:"\u91DD\u5C0D\u8A72\u8A9E\u8A00\uFF1A","add url":"\u8F38\u5165 URL",edit:"\u7DE8\u8F2F",pickAll:"\u5168\u9078","translate other languages into specific language":"\u5C07\u5176\u5B83\u8A9E\u8A00\u7FFB\u8B6F\u70BA\u4F60\u8A2D\u5B9A\u7684\u8A9E\u8A00","select translation service":"\u9078\u64C7\u4F60\u60F3\u7528\u7684\u7FFB\u8B6F\u670D\u52D9",language:"\u8A9E\u8A00","show-original":"\u986F\u793A\u539F\u6587",translate:"\u7FFB\u8B6F",Translated:"\u5DF2\u7FFB\u8B6F",Translating:"\u6B63\u5728\u7FFB\u8B6F",Error:"\u932F\u8AA4",allowCacheTranslations:"\u555F\u7528\u672C\u6A5F\u7FFB\u8B6F\u5FEB\u53D6\uFF08\u6E1B\u5C11\u91CD\u8907\u6BB5\u843D\u7684\u7FFB\u8B6F\u8981\u6C42\uFF09","translation display":"\u8B6F\u6587\u986F\u793A\u6A23\u5F0F","select diplay style":"\u5340\u5206\u8B6F\u6587\u7684\u6A23\u5F0F\uFF0C\u5177\u9AD4\u53EF\u53C3\u8003\u4E0B\u5217\u7BC4\u4F8B",interface:"\u4ECB\u9762\u8A2D\u5B9A",import_export:"\u532F\u5165/\u532F\u51FA",import_export_title:"\u532F\u5165/\u532F\u51FA\u8A2D\u5B9A",syncToGoogleDrive:"\u7ACB\u5373\u8207 Google Drive \u540C\u6B65","floatBallOptions.enable":"\u555F\u7528\u61F8\u6D6E\u7403","floatBallOptions.blockUrls":"\u7981\u7528\u7DB2\u7AD9","floatBallOptions.add":"\u6DFB\u52A0","floatBallOptions.blockUrlDesc":"\u7576\u9047\u5230\u4EE5\u4E0B\u7DB2\u7AD9\u6642\u4E0D\u986F\u793A\u61F8\u6D6E\u7403","floatBallOptions.clickType":"\u9EDE\u64CA\u884C\u70BA","floatBallOptions.clickTypeDesc":"\u61F8\u6D6E\u7403\u5716\u6A19\u9EDE\u64CA\u6642\u7684\u884C\u70BA","floatBallOptions.clickPopup":"\u986F\u793A\u7FFB\u8B6F\u9762\u677F","floatBallOptions.clickTranslate":"\u7FFB\u8B6F/\u986F\u793A\u539F\u6587","floatBallOptions.fixedPosition":"\u56FA\u5B9A\u4F4D\u7F6E","floatBallOptions.fixedPositionDesc":"\u61F8\u6D6E\u7403\u5728\u7A97\u53E3\u5DE6\u5074\u9084\u662F\u53F3\u5074","floatBallOptions.fixedPositionLeft":"\u5DE6\u5074","floatBallOptions.fixedPositionRight":"\u53F3\u5074",previewAllThemes:"\u9810\u89BD\u5168\u90E8\u6A23\u5F0F","translationTheme.none":"\u7121","translationTheme.grey":"\u9ED1\u7070\u8272","translationTheme.dashed":"\u7834\u6298\u865F\u5E95\u7DDA","translationTheme.dotted":"\u9EDE\u72C0\u5E95\u7DDA","translationTheme.dashedBorder":"\u865B\u7DDA\u6846\u7DDA","translationTheme.solidBorder":"\u5BE6\u7DDA\u6846\u7DDA","translationTheme.underline":"\u76F4\u7DDA\u5E95\u7DDA","translationTheme.mask":"\u6A21\u7CCA\u6548\u679C\uFF08\u5B78\u7FD2\u6A21\u5F0F\uFF09","translationTheme.opacity":"\u900F\u660E\u6548\u679C","translationTheme.paper":"\u767D\u7D19\u9670\u5F71\u6548\u679C","translationTheme.dividingLine":"\u5206\u9694\u7DDA","translationTheme.highlight":"\u9192\u76EE\u63D0\u793A","translationTheme.marker":"\u99AC\u514B\u7B46","translationTheme.marker2":"\u99AC\u514B\u7B462","translationTheme.blockquote":"\u5F15\u7528\u6A23\u5F0F","translationTheme.weakening":"\u5F31\u5316","translationTheme.italic":"\u659C\u9AD4","translationTheme.bold":"\u7C97\u9AD4","translationTheme.thinDashed":"\u7D30\u7834\u6298\u865F\u5E95\u7DDA","translationTheme.nativeDashed":"\u7CFB\u7D71\u5167\u5EFA\u7834\u6298\u865F\u5E95\u7DDA","translationTheme.nativeDotted":"\u7CFB\u7D71\u5167\u5EFA\u9EDE\u72C0\u5E95\u7DDA","translationTheme.nativeUnderline":"\u7CFB\u7D71\u5167\u5EFA\u76F4\u7DDA\u5E95\u7DDA","translationTheme.wavy":"\u6CE2\u5F62\u66F2\u7DDA","translationServices.custom":"\u81EA\u5B9A\u7FA9API","translationServices.tencent":"\u9A30\u8A0A\u7FFB\u8B6F\u541B","translationServices.tenAlpha":"\u9A30\u8A0A\u7FFB\u8B6F\u541B(Alpha)","translationServices.google":"Google \u7FFB\u8B6F","translationServices.bai":"\u767E\u5EA6(Alpha)","translationServices.baidu":"\u767E\u5EA6\u7FFB\u8B6F","translationServices.aliyun":"\u963F\u91CC\u96F2\u7FFB\u8B6F","translationServices.volc":"\u706B\u5C71\u7FFB\u8B6F","translationServices.deeplx":"DeepLX(Beta)","translationServices.bing":"\u5FAE\u8F6F\u7FFB\u8B6F","translationServices.deepl":"DeepL","translationServices.wechat":"\u5FAE\u4FE1\u7FFB\u8B6F","translationServices.azure":"Azure \u7FFB\u8B6F","translationServices.ibm":"IBM Watson","translationServices.aws":"\u4E9E\u99AC\u905C\u7FFB\u8B6F","translationServices.mock":"\u6A21\u64EC\u7FFB\u8B6F","translationServices.mock2":"\u6A21\u64EC\u7FFB\u8B6F2","translationServices.caiyun":"\u5F69\u96F2\u5C0F\u8B6F","translationServices.cai":"\u5F69\u96F2\u5C0F\u8B6F (Alpha)","translationServices.volcAlpha":"\u706B\u5C71\u7FFB\u8B6F(Alpha)","translationServices.openl":"OpenL","translationServices.youdao":"\u6709\u9053\u7FFB\u8B6F","translationServices.you":"\u6709\u9053\u7FFB\u8B6F (Alpha)","translationServices.transmart":"\u9A30\u8A0A\u4EA4\u4E92\u7FFB\u8B6F","translationServices.niu":"\u5C0F\u725B\u7FFB\u8B6F","translationServices.papago":"Papago \u7FFB\u8B6F","translationServices.d":"Deepl(Alpha)","translationServices.dpro":"D Pro (Canary)","translationServices.openai":"OpenAI","translationServices.yandex":"Yandex","translationServices.chatgpt":"ChatGPT Web(3.5 mobile)","translate title":"\u7FFB\u8B6F\u9801\u9762\u6A19\u984C","always languages":"\u7E3D\u662F\u7FFB\u8B6F\u7684\u8A9E\u8A00",neverTranslateLanguagesLabel:"\u6C38\u4E0D\u7FFB\u8B6F\u7684\u8A9E\u8A00",neverTranslateTheFollowingLanguagesDescription:"\u7576\u9801\u9762\u4E2D\u67D0\u4E00\u6BB5\u843D\u7684\u8A9E\u8A00\u70BA\u4E0B\u5217\u8A9E\u8A00\u6642\uFF0C\u5C07\u8DF3\u904E\u7FFB\u8B6F",enableUserscriptPagePopup:"\u5728\u9801\u9762\u4E0A\u986F\u793A\u61F8\u6D6E\u7403",enableUserscriptPagePopupDescription:"\u95DC\u9589\u61F8\u6D6E\u7403\u5F8C\uFF0C\u53EF\u4EE5\u7528\u5FEB\u901F\u9375/{touch}\u518D\u6B21\u986F\u793A\u3002\u70BA\u9632\u6B62\u4E0D\u614E\u95DC\u9589\u8A72\u9078\u9805\u5F8C\u627E\u4E0D\u5230\u61F8\u6D6E\u7403\uFF0C\u5EFA\u8B70\u5C07\u672C\u8A2D\u5B9A\u9801\u9762\u52A0\u5165\u81F3\u6211\u7684\u6700\u611B","always translate the following languages":"\u7576\u9801\u9762\u8A9E\u8A00\u70BA\u4E0B\u5217\u8A9E\u8A00\u6642\uFF0C\u6703\u81EA\u52D5\u7FFB\u8B6F\u70BA\u76EE\u6A19\u8A9E\u8A00","always sites":"\u7E3D\u662F\u7FFB\u8B6F\u7684\u7DB2\u5740","always translate the following sites":"\u7576\u7DB2\u7AD9\u70BA\u4E0B\u5217\u7DB2\u57DF\u540D\u7A31\u6642\uFF0C\u6703\u81EA\u52D5\u7FFB\u8B6F\u70BA\u76EE\u6A19\u8A9E\u8A00","never sites":"\u6C38\u4E0D\u7FFB\u8B6F\u7684\u7DB2\u5740","never translate the following sites":"\u7576\u7DB2\u7AD9\u70BA\u4E0B\u5217\u7DB2\u57DF\u540D\u7A31\u6642\uFF0C\u5C07\u4E0D\u6703\u9032\u884C\u7FFB\u8B6F","please refer to":"\u9700\u8981\u586B\u5BEB\u91D1\u9470\u5F8C\u624D\u53EF\u4F7F\u7528\uFF0C\u8A73\u7D30\u8CC7\u8A0A\u8ACB\u53C3\u8003",KeyAndConfigurationTutorial:"\u300A\u91D1\u9470\u7533\u8ACB\u548C\u8A2D\u5B9A\u6559\u5B78\u300B",useAboveStyleForTheseSites:"\u7576\u7DB2\u7AD9\u70BA\u4E0B\u5217\u7DB2\u57DF\u540D\u7A31\u6642\uFF0C\u7E3D\u662F\u4F7F\u7528 \u2308{theme}\u230B \u8B6F\u6587\u6A23\u5F0F",currentUrl:"\u76EE\u524D\u7DB2\u5740",confirm:"\u5132\u5B58",cancel:"\u53D6\u6D88",delete:"\u522A\u9664","languages.auto":"\u81EA\u52D5\u5075\u6E2C",syncToCloud:"\u540C\u6B65\u81F3\u96F2\u7AEF",syncToCloudDescription:"\u4E0A\u50B3\u81F3\u96F2\u7AEF\u5F8C\uFF0C\u53EF\u4EE5\u5728\u4E0D\u540C\u7684\u700F\u89BD\u5668/\u6CB9\u7334\u8173\u672C\u4E4B\u9593\u540C\u6B65\u8A2D\u5B9A\uFF0C\u4EE5\u6700\u5F8C\u8B8A\u66F4\u6642\u9593\u70BA\u6E96\u3002",syncToAccount:"\u540C\u6B65\u5230\u8CEC\u6236",syncToAccountButton:"\u7ACB\u5373\u8207\u96F2\u7AEF\u540C\u6B65",syncToAccountDescription:"\u4E0A\u50B3\u5230\u5DF2\u767B\u9304\u8CEC\u6236\uFF0C\u53EF\u4EE5\u5728\u4E0D\u540C\u7684\u8A2D\u5099\u4E4B\u9593\u540C\u6B65\u914D\u7F6E\uFF0C\u4EE5\u6700\u5F8C\u4FEE\u6539\u6642\u9593\u70BA\u6E96\u3002",successSyncConfigInAccount:"\u6210\u529F\u8207\u8CEC\u6236\u4FDD\u6301\u540C\u6B65",successSyncConfigToAccount:"\u6210\u529F\u540C\u6B65\u5230\u8CEC\u6236",syncConfigNoUpdate:"\u5DF2\u7D93\u662F\u6700\u65B0\u7684\u4E86",authFail:"\u6388\u6B0A\u5931\u6557",syncTitle:"\u624B\u52D5\u5099\u4EFD\u7BA1\u7406",import_hint:"\u532F\u5165",upload:"\u4E0A\u50B3",revokeAuth:"\u64A4\u92B7\u6388\u6B0A",uploadFail:"\u4E0A\u50B3\u5931\u6557",download:"\u4E0B\u8F09",importSuccess:"\u532F\u5165\u6210\u529F",importFail:"\u532F\u5165\u5931\u6557",deleteFail:"\u522A\u9664\u5931\u6557",backupToCloud:"\u624B\u52D5\u7BA1\u7406\u5099\u4EFD\u6A94\u6848",create_new_backup:"\u65B0\u589E\u5099\u4EFD\u7BC0\u9EDE",maxBackupFiles:"\u6700\u591A\u53EF\u4EE5\u5099\u4EFD{count}\u500B\u4E0D\u540C\u7684\u7BC0\u9EDE\uFF0C\u8ACB\u522A\u9664\u4E0D\u9700\u8981\u7684\u7BC0\u9EDE",backupToCloudDescription:"\u624B\u52D5\u4E0A\u50B3\u6216\u9084\u539F\u5099\u4EFD\u6A94\u6848\uFF0C\u6700\u591A\u5141\u8A31 3 \u500B\u4E0D\u540C\u7684\u5099\u4EFD",successSyncConfig:"\u6210\u529F\u8207\u96F2\u7AEF\u4FDD\u6301\u540C\u6B65",syncFail:"\u540C\u6B65\u5931\u6557",updatedAt:"\u66F4\u65B0\u65BC {date}",lastSyncedAt:"\u4E0A\u6B21\u6AA2\u67E5\u65BC {date}",downloadFail:"\u4E0B\u8F09\u5931\u6557",clickToDownload:"\u9EDE\u9078\u4E0B\u8F09",aboutLabel:"\u95DC\u65BC - \u554F\u984C\u56DE\u5831","browser.openAboutPage":"\u95DC\u65BC/\u554F\u984C\u56DE\u5831",aboutLabelWithoutSponsor:"\u95DC\u65BC - \u554F\u984C\u56DE\u5831",aboutIntro:"\u5E0C\u671B\u6211\u5011\u90FD\u80FD\u66F4\u52A0\u5BB9\u6613\u4E14\u6109\u6085\u5730\u7372\u53D6\u7DB2\u969B\u7DB2\u8DEF\u4E0A\u66F4\u591A\u7684\u5916\u8A9E\u8CC7\u8A0A \u2764\uFE0F \u4F60\u53EF\u4EE5\u9078\u64C7\u958B\u901A <6>Pro\u6703\u54E1 \u4F86\u4F7F\u7528\u958B\u7BB1\u5373\u7528\u7684 DeepL \u548C OpenAI \u7FFB\u8B6F\u3002

\u4F60\u53EF\u4EE5\u95DC\u6CE8\u6211\u4EEC\u7684<3>Twitter\uFF0C<4>Telegram \u983B\u9053\u4EE5\u53CA\u4E0B\u65B9\u7684<5>\u90F5\u4EF6\u8A02\u95B1\u8FFD\u8E64\u66F4\u65B0\u3002
<7>Pro \u6703\u54E1 \u53EF\u4EE5\u901A\u904E\u5FEB\u901F\u5BA2\u670D\u90F5\u7BB1 <8>support@immersivetranslate.com \u548C\u6211\u5011\u53D6\u5F97\u806F\u7E6B\u3002",aboutIntroWithoutSponsor:"\u5E0C\u671B\u6211\u5011\u90FD\u80FD\u66F4\u52A0\u5BB9\u6613\u4E14\u6109\u6085\u5730\u7372\u53D6\u7DB2\u969B\u7DB2\u8DEF\u4E0A\u66F4\u591A\u7684\u5916\u8A9E\u8CC7\u8A0A \u2764\uFE0F ",projectHomepage:"\u5C08\u6848\u9996\u9801",joinTelegramGroup:"\u52A0\u5165\u7528\u6237\u4EA4\u6D41\u7FA4\u7D44\u53C3\u8207\u529F\u80FD\u8A0E\u8AD6",wechatPublicAccount:"\u5FAE\u4FE1\u516C\u773E\u865F",wechatCommunities:"\u5FAE\u4FE1\u4EA4\u6D41\u7FA4",qqCommunities:"QQ \u4EA4\u6D41\u983B\u9053",joinTelegramChannel:"\u95DC\u6CE8 Telegram \u983B\u9053\u77AD\u89E3\u66F4\u65B0\u8CC7\u8A0A",feedbackAndJoin:"\u554F\u984C\u56DE\u5831/\u52A0\u5165\u7FA4\u7D44",autoSync:"\u81EA\u52D5\u5B9A\u6642\u540C\u6B65",loadingThemeTitle:"Loading \u6A23\u5F0F",loadingThemeDescription:"\u8A2D\u5B9A\u7B49\u5F85\u8B6F\u6587\u8F09\u5165\u6642\u7684\u6A23\u5F0F","loadingTheme.spinner":"\u8F49\u5708\u52D5\u756B","loadingTheme.text":"\u975C\u614B\u6587\u5B57 ... ","loadingTheme.none":"\u4E0D\u986F\u793A",developerDescription:"\u53EF\u4EE5\u9EDE\u9078<1>\u6B64\u8655\u6AA2\u8996\u9032\u968E\u81EA\u8A02\u529F\u80FD\u76F8\u95DC\u7684\u8AAA\u660E\u6587\u4EF6","edit border color":"\u8B8A\u66F4\u908A\u6846\u8272\u5F69",successSyncButNoChange:"\u76EE\u524D\u8A2D\u5B9A\u8207\u96F2\u7AEF\u4E00\u81F4",customTheme:"\u81EA\u8A02\u8272\u5F69\u548C\u5927\u5C0F","customThemeLabel.borderColor":"\u908A\u6846\u8272\u5F69","customThemeLabel.borderRadius":"\u908A\u6846\u5713\u89D2","customThemeLabel.textColor":"\u6587\u5B57\u8272\u5F69","customThemeLabel.backgroundColor":"\u80CC\u666F\u8272\u5F69","customThemeLabel.zoom":"\u5B57\u578B\u7E2E\u653E\u6BD4\u4F8B (%)","customThemeLabel.opacity":"\u6587\u5B57\u4E0D\u900F\u660E\u5EA6(%)",resetToDefaultColor:"\u9084\u539F\u70BA\u9810\u8A2D\u8272\u5F69",resetToDefaultSettings:"\u9084\u539F\u70BA\u9810\u8A2D\u8A2D\u5B9A",isTranslateTitle:"\u555F\u7528\u7DB2\u9801\u6A19\u984C\u7FFB\u8B6F",isTranslateTitleDescription:"\u555F\u7528\u5F8C\uFF0C\u7DB2\u9801\u7684\u6A19\u984C\u6703\u88AB\u7FFB\u8B6F",enableSearchEnhancement:"\u958B\u555F\u641C\u7D22\u589E\u5F37",enableSearchEnhancementDescription:"\u4E2D\u6587\u641C\u7D22\u8C37\u6B4C\u6703\u5728\u53F3\u908A\u51FA\u73FE\u82F1\u6587\u7248\u8C37\u6B4C\u65B0\u805E",verifyService:"\u9EDE\u6B64\u6E2C\u8A66\u670D\u52D9",verified:"\u9A57\u8B49\u6210\u529F","field.langs":"\u652F\u63F4\u7684\u8A9E\u8A00\u4EE3\u78BC","field.model":"\u6A21\u578B","field.translationEngine":"\u7FFB\u8B6F\u5F15\u64CE","field.limitPerMinute":"\u6BCF\u5206\u9418\u6700\u5927\u8981\u6C42\u6578","field.limitPerSecond":"\u6BCF\u79D2\u6700\u5927\u8981\u6C42\u6578","field.maxTextLengthPerRequest":"\u6BCF\u6B21\u8981\u6C42\u7684\u6700\u5927\u6587\u5B57\u9577\u5EA6","field.maxTextGroupLengthPerRequest":"\u6BCF\u6B21\u8981\u6C42\u6700\u5927\u6BB5\u843D\u6578","field.apiUrl":"\u81EA\u8A02 API \u4F4D\u5740","field.placeholderDelimiters":"\u4FDD\u7559\u7684\u4F54\u4F4D\u7B26","description.custom":"\u81EA\u5B9A\u7FA9\u63A5\u53E3\u63A5\u5165 \u9700\u8981\u53C3\u8003\u6587\u6A94","description.limitPerMinute":"\u8981\u6C42\u6578\u8D85\u904E\u8A72\u9650\u5236\u6642\u6703\u88AB\u66AB\u6642\u505C\u7528\uFF0C\u76F4\u81F3\u4E0B\u4E00\u5206\u9418\u958B\u59CB\u3002\u7531\u4E8EOpenAI\u76EE\u524D\u670D\u52A1\u7684\u5404\u79CD\u9650\u5236\uFF0C\u8BF7\u70B9\u51FB<1>\u8FD9\u91CC\u67E5\u770B\u6700\u65B0\u5EFA\u8BAE\u7684\u6570\u503C","description.limitPerSecond":"\u8981\u6C42\u6578\u8D85\u904E\u8A72\u9650\u5236\u6642\u6703\u88AB\u66AB\u6642\u505C\u7528\uFF0C\u76F4\u81F3\u4E0B\u4E00\u79D2\u9418\u958B\u59CB\u3002\u7531\u4E8EOpenAI\u76EE\u524D\u670D\u52A1\u7684\u5404\u79CD\u9650\u5236\uFF0C\u8BF7\u70B9\u51FB<1>\u8FD9\u91CC\u67E5\u770B\u6700\u65B0\u5EFA\u8BAE\u7684\u6570\u503C","description.generalLimitPerSecond":"\u8ACB\u6C42\u6578\u8D85\u904E\u8A72\u9650\u5236\u6642\u6703\u9032\u5165\u6392\u968A\u72C0\u614B\uFF0C\u76F4\u5230\u4E0B\u4E00\u79D2\u9418\u958B\u59CB\u3002","description.prompt":"\u4EE5\u7528\u6236\u8EAB\u4EFD\u767C\u9001\u7D66 {service} \u7684\u5C0D\u8A71\uFF0C\u5176\u4E2D {{text}} \u8868\u793A\u6BB5\u843D\u7684\u6587\u672C\u5167\u5BB9\uFF0C{{from}} \u8868\u793A\u6BB5\u843D\u7684\u8A9E\u8A00\uFF0C{{to}} \u8868\u793A\u76EE\u6A19\u8A9E\u8A00","description.maxTextLengthPerRequest":"\u9810\u8A2D\u6703\u5408\u4F75\u591A\u500B\u6BB5\u843D\uFF0C\u4EE5\u6E1B\u5C11\u8ACB\u8981\u6C42\u6578\uFF0C\u4F46\u662F\u5982\u679C\u6BB5\u843D\u7E3D\u9577\u5EA6\u904E\u9577\uFF0C\u4E5F\u53EF\u80FD\u6703\u5C0E\u81F4 API \u7684\u56DE\u61C9\u6642\u9593\u589E\u52A0\uFF0C\u56E0\u6B64\u53EF\u4EE5\u5617\u8A66\u8ABF\u6574\u8A72\u9078\u9805\u4F86\u63D0\u5347\u901F\u5EA6","description.systemPrompt":"\u4EE5\u7CFB\u7D71\u8EAB\u4EFD\u767C\u9001\u7D66 {service} \u7684\u5C0D\u8A71\uFF0C\u5176\u4E2D {{text}} \u8868\u793A\u6BB5\u843D\u7684\u6587\u672C\u5167\u5BB9\uFF0C{{from}} \u8868\u793A\u6BB5\u843D\u7684\u8A9E\u8A00\uFF0C{{to}} \u8868\u793A\u76EE\u6A19\u8A9E\u8A00","field.domain":"\u9818\u57DF","description.domain":"\u9ED8\u8A8D\u70BA\uFF1Ageneral\u3002\u50C5\u5728\u6709\u9053API\u63A7\u5236\u53F0\u958B\u901A\u9818\u57DF\u5316\u7FFB\u8B6F\u7684\u60C5\u6CC1\u4E0B\u53EF\u8A2D\u7F6E\uFF0C\u652F\u6301\u9818\u57DF\u898B<1>\u9019\u88E1","field.scene":"\u5834\u666F","description.scene":"\u9ED8\u8A8D\u70BA\uFF1Ageneral\u3002\u50C5\u5728\u963F\u91CC\u96F2API\u63A7\u5236\u53F0\u958B\u901A\u6A5F\u5668\u7FFB\u8B6F\u5C08\u696D\u7248\u7684\u60C5\u6CC1\u4E0B\u53EF\u8A2D\u7F6E\uFF0C\u652F\u6301\u5834\u666F\u898B<1>\u9019\u88E1","field.vocabId":"\u4F7F\u7528\u8005\u8A5E\u5178ID","description.vocabId":"\u6307\u5B9A\u7684\u5B57\u5178out_id\uFF0C\u76EE\u524D\u652F\u63F4\u82F1\u8B6F\u4E2D","description.model":"OpenAI \u7684\u6A21\u578B\uFF0C\u53EF\u4EE5\u70BA gpt-3.5-turbo, gpt-4 \u7B49","description.maxTextGroupLengthPerRequest":"\u6BCF\u6B21\u50B3\u9001\u7D66\u7FFB\u8B6F\u670D\u52D9\u7684\u6BB5\u843D\u6578\u91CF\uFF0C\u5982\u679C\u6BB5\u843D\u6578\u91CF\u904E\u591A\uFF0C\u53EF\u80FD\u6703\u5C0E\u81F4\u56DE\u61C9\u901F\u5EA6\u8B8A\u6162","description.apiUrl":"\u8ACB\u52A0\u5165\u5177\u9AD4\u5305\u542B\u8DEF\u5F91\u7684\u7DB2\u5740",enabledExtension:"\u555F\u7528\u5957\u4EF6",clickToDisableExtension:"\u9EDE\u9078\u505C\u7528\u5957\u4EF6",clickToEnableExtension:"\u9EDE\u9078\u555F\u7528\u5957\u4EF6",hasBeenDisabled:"\u5DF2\u505C\u7528","show password":"\u986F\u793A\u5BC6\u78BC",customContent:"\u8F38\u5165\u81EA\u5B9A\u7FA9\u6A21\u578B",inputOptions:"\u8F38\u5165\u6846\u589E\u5F37",mouseHoverOptions:"\u9F20\u6A19\u6ED1\u904E",modifyMouseHoverKey:"\u4FEE\u6539\u6ED1\u9F20\u61F8\u505C\u5FEB\u6377\u9375",enableInputTranslation:"\u662F\u5426\u555F\u7528\u8F38\u5165\u6846\u589E\u5F37",enableInputTranslationDescription:"\u555F\u7528\u5F8C\uFF0C\u8F38\u5165\u6846\u76F4\u63A5\u8F38\u5165 {startingKey}{startingKey} \u4F60\u597D\uFF0C\u7136\u5F8C\u5FEB\u901F\u9023\u64CA{inputTrailingTriggerKeyRepeatTimes}\u6B21{trailingKey}\uFF0C\u5373\u53EF\u7FFB\u8B6F\u70BA {inputTargetLanguage}",enableInputTranslationDescriptionForNoneKey:"\u555F\u7528\u5F8C\uFF0C\u8F38\u5165\u6846\u76F4\u63A5\u8F38\u5165\uFF1A\u4F60\u597D\u4E16\u754C\uFF0C\u7136\u5F8C\u5FEB\u901F\u9023\u64CA{inputTrailingTriggerKeyRepeatTimes}\u6B21{trailingKey}\uFF0C\u5373\u53EF\u7FFB\u8B6F\u70BA\u9810\u8A2D\u76EE\u6A19\u8A9E\u8A00",inputTargetLanguage:"\u8A2D\u5B9A\u8F38\u5165\u6846\u7684\u9810\u8A2D\u76EE\u6A19\u8A9E\u8A00",inputTargetLanguageDescription:"\u8F38\u5165\u6846\u7FFB\u8B6F\u7684\u9810\u8A2D\u76EE\u6A19\u8A9E\u8A00\uFF0C\u4E5F\u5C31\u662F {startingKey}{startingKey} \u4F5C\u70BA\u89F8\u767C\u8A5E\u7684\u9810\u8A2D\u8A9E\u8A00",inputTargetLanguageDescriptionForNoneKey:"\u8F38\u5165\u6846\u7FFB\u8B6F\u7684\u9810\u8A2D\u76EE\u6A19\u8A9E\u8A00",inputStartingTriggerKeyTitle:"\u8A2D\u5B9A\u8F38\u5165\u6846\u90E8\u5206\u7FFB\u8B6F\u7684\u5206\u5272\u5B57\u7B26",inputStartingTriggerKeyDescription:"\u7576\u4F60\u4E0D\u9700\u8981\u7FFB\u8B6F\u6574\u500B\u8F38\u5165\u6846\u7684\u6642\u5019\uFF0C\u5206\u5272\u7B26\u5141\u8A31\u4F60\u53EA\u7FFB\u8B6F {startingKey}{startingKey} \u5230\u8F38\u5165\u6846\u672B\u5C3E\u7684\u90E8\u5206\uFF0C\u4E5F\u53EF\u4EE5\u6307\u5B9A\u8A9E\u8A00\u4EE3\u78BC\uFF0C\u4F8B\u5982\uFF1A{startingKey}ja \u8868\u793A\u53EA\u7FFB\u8B6F {startingKey}ja \u5230\u8F38\u5165\u6846\u672B\u5C3E\u7684\u90E8\u5206",inputStartingTriggerKeyDescriptionForNoneKey:"\u76EE\u524D\u8A2D\u5B9A\u70BA\u7121\u9700\u524D\u7DB4\uFF0C\u66AB\u7121\u6CD5\u4F7F\u7528\u8F38\u5165\u6846\u7684\u90E8\u5206\u6587\u5B57\u7FFB\u8B6F\u529F\u80FD",inputTrailingTriggerKeyTitle:"\u9078\u64C7\u4E00\u500B\u8F38\u5165\u7D50\u675F\u7684\u89F8\u767C\u5B57\u7B26",inputTrailingTriggerKeyDescription:"\u5FEB\u901F\u9023\u64CA3 \u6B21{trailingKey} \u5C07\u6703\u958B\u59CB\u7FFB\u8B6F",inputTrailingTriggerKeyTimeout:"\u8F38\u5165\u7D50\u675F\u9023\u64CA\u89F8\u767C\u7684\u9593\u9694\u6642\u9593",inputTrailingTriggerKeyTimeoutDescription:"\u8A2D\u7F6E\u8F38\u5165\u7D50\u675F\u9023\u64CA\u89F8\u767C\u7684\u9593\u9694\u6642\u9593\uFF08\u6BEB\u79D2\uFF09",spaceKey:"<\u7A7A\u683C\u9375>",noneKey:"\u7121\u9700\u524D\u7DB4\uFF0C\u76F4\u63A5\u7FFB\u8B6F\u6574\u500B\u6587\u5B57\u6846",inputTranslationBlockUrlsTitle:"\u5207\u52FF\u5728\u4EE5\u4E0B\u7DB2\u5740\u4E2D\u555F\u7528\u8F38\u5165\u6846\u589E\u5F37",inputTranslationBlockUrlsDescription:"\u5728\u4EE5\u4E0B\u7DB2\u5740\u4E2D\uFF0C\u8F38\u5165\u6846\u589E\u5F37\u5C07\u4E0D\u6703\u751F\u6548",inputHelperInfo:"\u8AAA\u660E\uFF1A\u6211\u5011\u7279\u5225\u91DD\u5C0D\u5728\u4E2D\u6587\u8F38\u5165\u6CD5\u4E0B\u90E8\u5206\u89F8\u767C\u5B57\u7B26\u6703\u8B8A\u6210\u4E2D\u6587\u6A19\u9EDE\u7B26\u865F\u9019\u4EF6\u4E8B\u505A\u4E86\u512A\u5316\uFF0C\u6BD4\u5982\u641C\u72D7\u8F38\u5165\u6CD5\u4E0B / \u6703\u8B8A\u6210\u9813\u865F \u3001\uFF0C\u6C89\u6D78\u5F0F\u7FFB\u8B6F\u652F\u6301\u6240\u6709\u89F8\u767C\u7B26\u5C0D\u61C9\u7684\u4E2D\u6587\u7B26\u865F\uFF0C\u4E5F\u5C31\u662F\u8AAA // \u3001\u3001 \u90FD\u6703\u88AB\u8B58\u5225\u70BA\u89F8\u767C\u5B57\u7B26\u3002

\u540C\u6642\u6211\u5011\u4E5F\u652F\u6301\u8A9E\u8A00\u4EE3\u78BC\u7684\u4E2D\u6587\u5225\u540D\u4F5C\u70BA\u547D\u4EE4\uFF0C\u6BD4\u5982 /\u65E5\u6587 \u4F60\u597D\u4E16\u754C \u6703\u88AB\u7FFB\u8B6F\u70BA\u65E5\u6587\uFF0C<1>\u9EDE\u6B64\u67E5\u770B\u6240\u6709\u652F\u63F4\u7684\u8A9E\u8A00\u4EE3\u78BC\u3002",reloadCurrentPage:"\u8ACB\u5148\u5237\u65B0\u76EE\u524D\u9801\u9762\uFF0C\u518D\u958B\u59CB\u7FFB\u8B6F",noLocalFilePermissionForPDF:"\u66AB\u7121\u6B0A\u9650\u8B80\u53D6\u672C\u6A5F\u6587\u4EF6\uFF0C\u8ACB\u9EDE\u9078\u4E0A\u65B9\u6309\u9215\uFF0C\u7136\u5F8C\u532F\u5165\u672C\u6A5F\u6587\u4EF6",noPermissionForThisPage:"\u26A0\uFE0F \u66AB\u7121\u6B0A\u9650\u7FFB\u8B6F\u76EE\u524D\u9801\u9762","error.retry":"\u91CD\u8A66","error.reason":"\u932F\u8AA4\u539F\u56E0",retryAllParagraphs:"\u91CD\u8A66\u5168\u90E8\u932F\u8AA4\u6BB5\u843D",retryAllButton:"\u91CD\u8A66\u5168\u90E8\u932F\u8AA4\u6BB5\u843D",errorTooltipTitle:"\u9EDE\u64CA\u770B\u932F\u8AA4\u539F\u56E0",errorModalTitle:"\u7FFB\u8B6F\u670D\u52D9\u6216\u7DB2\u8DEF\u4F3C\u4E4E\u51FA\u4E86\u9EDE\u554F\u984C...",disableConfirm:"\u7981\u7528\u78BA\u8A8D",disableOnce:"\u7981\u7528\u4E00\u6B21",disableGlobal:"\u5168\u5C40\u7981\u7528",disableTint:"* \u60A8\u53EF\u4EE5\u5728 {option} \u4E2D\u91CD\u65B0\u555F\u7528\u3002",searchEnhancementNotes:"\u6211\u5011\u767C\u73FE\uFF0C\u4E2D\u6587\u95DC\u9375\u8A5E\u548C\u82F1\u6587\u95DC\u9375\u8A5E\u7684\u65B0\u805E\u7D50\u679C\u6709\u975E\u5E38\u5927\u7684\u4E0D\u540C\uFF0C\u5728\u555F\u7528\u6C89\u6D78\u5F0F\u7FFB\u8B6F\u96D9\u8A9E\u4FE1\u606F\u589E\u5F37\u529F\u80FD\u5F8C\uFF0C\u6211\u5011\u6703\u5728\u652F\u6301\u7684\u7DB2\u7AD9\uFF08\u8C37\u6B4C\u65B0\u805E\uFF0C\u8C37\u6B4C\u641C\u7D22\uFF08\u90E8\u5206\u95DC\u9375\u8A5E\uFF09\uFF0C\u96EA\u7403\uFF0C\u6771\u65B9\u8CA1\u5BCC\u7DB2\uFF0C\u5BCC\u9014\uFF0C\u8001\u864E\uFF09\u81EA\u52D5\u7528\u82F1\u6587\u70BA\u4F60\u641C\u7D22\u540C\u6A23\u7684\u95DC\u9375\u8A5E\u4E26\u5C55\u793A\u5728\u53F3\u5074\u3002\u5982\u679C\u4F60\u4E0D\u9700\u8981\u8A72\u529F\u80FD\u7684\u8A71\uFF0C\u53EF\u4EE5\u9078\u64C7\u7981\u7528\u5B83\u3002",option:"\u9078\u9805",saveSettings:"\u5132\u5B58\u8A2D\u5B9A",closeModal:"\u95DC\u9589\u8996\u7A97",enableInputTranslationWithoutTriggerKeyTitle:"\u555F\u7528\u5FEB\u901F\u9023\u64CA3 \u6B21{trailingKey}\uFF0C\u76F4\u63A5\u7FFB\u8B6F\u6574\u500B\u8F38\u5165\u6846\u70BA{inputTargetLanguage}",enableInputTranslationWithoutTriggerKeyDescription:"\u5982\u9700\u6307\u5B9A\u76EE\u6A19\u8A9E\u8A00\uFF0C\u8ACB\u5728\u524D\u9762\u52A0\u4E0A\u8A9E\u8A00\u7A0B\u5F0F\u78BC\uFF0C\u5982\uFF1Aja \u4F60\u597D\u4E16\u754C",deepLProName:"\u6C89\u6D78\u5F0F\u7FFB\u8B6FPro \u6703\u54E1(\u63A8\u85A6)",deepLProDescription:"\u76EE\u524D\u5957\u9910\u53EF\u4EE5\u76F4\u63A5\u4F7F\u7528",deeplProDescriptionForNormal:"\u7121\u9700\u4EFB\u4F55\u8A2D\u7F6E\uFF0C\u6703\u54E1\u767B\u5165\u5F8C\u5373\u53EF\u4F7F\u7528\uFF0C<1>\u9EDE\u6B64\u5347\u7D1A\u70BA\u6703\u54E1",deepLCustomDescription:"\u9700\u8981\u570B\u5916\u4FE1\u7528\u5361\uFF0C\u5728<1>DeepL\u5B98\u65B9\u958B\u901A\uFF0C\u9EDE\u9078\u67E5\u770B<2>\u6587\u6A94",deepLCustomName:"\u81EA\u8A02Auth Key",chooseProviderLabel:"\u9078\u64C7\u4E00\u500B\u670D\u52D9\u63D0\u4F9B\u8005",openaiProName:"\u6C89\u6D78\u5F0F\u7FFB\u8B6FPro \u6703\u54E1(\u63A8\u85A6)",openaiProDescription:"\u76EE\u524D\u5957\u9910\u53EF\u4EE5\u76F4\u63A5\u4F7F\u7528",openaiProDescriptionForNormal:"\u7121\u9700\u4EFB\u4F55\u8A2D\u7F6E\uFF0C\u6703\u54E1\u767B\u5165\u5F8C\u5373\u53EF\u4F7F\u7528\uFF0C<1>\u9EDE\u6B64\u5347\u7D1A\u70BA\u6703\u54E1",openaiCustomDescription:"\u53EF\u5728OpenAI, Azure OpenAI, \u6216\u5176\u4ED6\u7B2C\u4E09\u65B9\u670D\u52D9\u7372\u53D6\uFF0C<1>\u9EDE\u6B64\u67E5\u770B\u6587\u6A94",openaiCustomName:"\u81EA\u8A02API Key",needLoginAction:"(\u958B\u901A\u6703\u54E1\u6216\u81EA\u8A02)",goLoginOrAction:"(\u958B\u901A\u6703\u54E1\u6216\u53BB\u8A2D\u5B9A)",yearly:"\u5E74\u5EA6\u7E8C\u8A02",quarterly:"\u5B63\u5EA6\u7E8C\u8A02",monthly:"\u6BCF\u6708\u7E8C\u8A02",yearlyForOnce:"\u4E00\u6B21\u6027\u5E74\u5EA6\u5957\u9910",monthlyForOnce:"\u4E00\u6B21\u6027\u6708\u5EA6\u5957\u9910",daily:"\u6BCF\u65E5\u7E8C\u8A02",year:"\u5E74\u5EA6\u7E8C\u8A02",quarter:"\u5B63\u5EA6\u7E8C\u8A02",month:"\u6BCF\u6708\u7E8C\u8A02",day:"\u6BCF\u65E5\u7E8C\u8A02",onetime_7day:"7 \u5929\u9AD4\u9A57\u5305",currentPlanDescriptionForFree:"\u76EE\u524D\u5957\u9910\uFF1A\u514D\u8CBB",currentPlanDescriptionForContinuous:"\u76EE\u524D\u5957\u9910\uFF1A{plan}\uFF0C\u5C07\u65BC {endAt} \u81EA\u52D5\u7E8C\u8CBB",currentPlanDescriptionForAutoRenewCaceling:"\u76EE\u524D\u5957\u9910\uFF1A{plan}\uFF0C\u5C07\u65BC {endAt} \u5230\u671F\uFF0C\u5230\u671F\u5F8C\u5C07\u4E0D\u6703\u81EA\u52D5\u7E8C\u7D04",currentYearlyPlanDescriptionForAutoRenewCacelingWithRealPaiedUser:"\u76EE\u524D\u5957\u9910\uFF1A{plan}\uFF0C\u5C07\u65BC {endAt} \u5230\u671F\uFF0C\u5230\u671F\u5F8C\u5C07\u4E0D\u6703\u81EA\u52D5\u7E8C\u7D04\u3002
<1>\u9EDE\u6B64\u7BA1\u7406\u7E8C\u8CBB\u65B9\u6848",currentYearlyPlanDescriptionForAutoRenewCacelingWithAdmin:"\u76EE\u524D\u5957\u9910\uFF1A{plan}\uFF0C\u5C07\u65BC {endAt} \u5230\u671F\uFF0C\u5230\u671F\u5F8C\u5C07\u4E0D\u6703\u81EA\u52D5\u7E8C\u7D04\u3002
<1>\u9EDE\u6B64\u555F\u7528\u9023\u7E8C\u5305\u5E74",currentPlanDescriptionForOneTime:"\u76EE\u524D\u5957\u9910\uFF1A{plan}\uFF0C\u5C07\u65BC {endAt} \u5230\u671F\uFF0C<1>\u9EDE\u6B64\u5347\u7D1A\u70BA\u5E74\u8CBB\u6216<2>\u6708\u8CBB\u6703\u54E1",upgradePlan:"\u9EDE\u6B64\u5347\u7D1A\u70BAPro \u6703\u54E1",upgradeToPro:"\u5347\u7D1A\u70BA Pro \u6703\u54E1","popup.openPro":"\u5347\u7D1A\u70BA Pro \u6703\u54E1\u5F8C\u53EF\u4EE5\u66A2\u4EAB DeepL \u548C OpenAI \u7FFB\u8B6F\uFF0C\u9EDE\u6B64\u5347\u7D1A","popup.openProForPro":"\u60A8\u662F Pro \u6703\u54E1\uFF0C\u53EF\u76F4\u63A5\u4F7F\u7528 DeepL \u548C OpenAI \u7FFB\u8B6F",currentAccount:"\u7576\u524D\u8CEC\u6236",enableAutoSyncUserSettings:"\u555F\u7528\u591A\u8A2D\u5099\u81EA\u52D5\u96F2\u7AEF\u540C\u6B65",modalEnableInputTranslationTitle:"\u6C89\u6D78\u5F0F\u7FFB\u8B6F\u8F38\u5165\u6846\u7FFB\u8B6F\u63D0\u793A",modalEnableInputTranslationDesc:"\u60A8\u525B\u525B\u900F\u904E\u5FEB\u901F\u9023\u64CA3 \u6B21\u7A7A\u767D\u9375\u89F8\u767C\u4E86\u6C89\u6D78\u5F0F\u7FFB\u8B6F\u7684\u8F38\u5165\u6846\u7FFB\u8B6F\uFF0C\u8F38\u5165\u6846\u7684\u5167\u5BB9\u5C07\u7FFB\u8B6F\u70BA\u9810\u8A2D\u7684\u76EE\u6A19\u8A9E\u8A00\u3002\u900F\u904ECtrl+Z \u53EF\u4EE5\u64A4\u92B7\u7FFB\u8B6F\u3002

\u5982\u679C\u9019\u662F\u4E00\u500B\u5931\u8AA4\uFF0C\u4E0D\u7528\u64D4\u5FC3\uFF0C\u60A8\u53EF\u4EE5\u9078\u64C7\u672C\u6B21\u505C\u7528\uFF0C\u6216\u6C38\u4E45\u505C\u7528\u8F38\u5165\u6846\u7FFB\u8B6F\u3002",saveAndNotShowAgain:"\u5132\u5B58\u4E14\u4E0D\u518D\u63D0\u793A",disableInputTranslationTips:"* \u4F60\u4E5F\u53EF\u4EE5\u5728 {option} \u4E2D\u8A2D\u5B9A\u5176\u4ED6\u5FEB\u6377\u9375\u4F86\u89F8\u767C\uFF0C{learnMore}\u3002",learnMore:"\u9EDE\u6B64\u4E86\u89E3\u66F4\u591A",continueEnalbeInputTranslation:"\u7E7C\u7E8C\u555F\u7528\u8F38\u5165\u6846\u7FFB\u8B6F",autoRenewTrialSuffix:'\uFF08\u8A66\u7528\u4E2D\uFF0C\u7ACB\u523B\u5347\u7D1A\u70BA\u6B63\u5F0F\u6703\u54E1\uFF09',upgradeFromTrialTitle:"\u5347\u7D1A\u70BA\u6B63\u5F0F\u6703\u54E1",subtitle:"\u5F71\u7247\u5B57\u5E55",youtubeService:"\u6C89\u6D78\u5F0F\u7FFB\u8B6F\u5F71\u7247\u5B57\u5E55\u670D\u52D9","subtitle.disabledSubtitle":"\u6C38\u4E45\u7981\u7528\u8996\u983B\u5B57\u5E55\u529F\u80FD","subtitle.disabledSubtitleDescription":"\u5982\u679C\u6C89\u6D78\u5F0F\u7FFB\u8B6F\u7684\u8996\u983B\u5B57\u5E55\u548C\u5176\u4ED6\u64F4\u5C55\u6709\u885D\u7A81\uFF0C\u4F60\u53EF\u4EE5\u9078\u64C7\u6C38\u4E45\u7981\u7528\u6C89\u6D78\u5F0F\u7FFB\u8B6F\u7684\u8996\u983B\u5B57\u5E55\u529F\u80FD\u6216\u8005\u5378\u8F09\u5176\u4ED6\u885D\u7A81\u7684\u64F4\u5C55","subtitle.autoEnableSubtitleDescription":"\u555F\u7528\u5F8C\uFF0C\u7576\u5F71\u7247\u64AD\u653E\u7684\u6642\u5019\uFF0C\u6703\u81EA\u52D5\u986F\u793A\u96D9\u8A9E\u5B57\u5E55\uFF0C\u5426\u5247\u9700\u8981\u9EDE\u64CA\u7FFB\u8B6F\u6309\u9215\u624D\u6703\u986F\u793A\u3002","subtitle.preTranslation":"\u512A\u5148\u4F7F\u7528\u6C89\u6D78\u5F0F\u7FFB\u8B6F\u5B57\u5E55","subtitle.preTranslationDescription":"\u555F\u7528\u5F8C\u6703\u512A\u5148\u7528\u4E0B\u9762\u7684\u7FFB\u8B6F\u670D\u52D9\u63D0\u524D\u7FFB\u8B6F\u6574\u500B\u5B57\u5E55\uFF0C1 \u5C0F\u6642\u7684\u8996\u8A0A\u5927\u6982\u6D88\u8017 5\u842C Tokens \u6216 \u5B57\u7B26\uFF0C\u8ACB\u914C\u60C5\u4F7F\u7528\uFF1B\u95DC\u9589\u5F8C\u5247\u512A\u5148\u4F7F\u7528\u539F\u5F71\u7247\u81EA\u5E36\u7684\u6A5F\u7FFB\u5B57\u5E55","subtitle.humanSubtitlesPreferred":"\u512A\u5148\u4F7F\u7528\u4EBA\u5DE5\u5B57\u5E55","subtitle.humanSubtitlesPreferredDescription":"\u7576\u5F71\u7247\u6709\u76EE\u6A19\u8A9E\u8A00\u4EBA\u5DE5\u5B57\u5E55\u6642\uFF0C\u512A\u5148\u4F7F\u7528\u4EBA\u5DE5\u5B57\u5E55\uFF08\u63A8\u85A6\uFF09","subtitle.bilingual":"\u96D9\u8A9E\u5B57\u5E55","subtitle.autoDisableSubtitle":"\u4E0D\u81EA\u52D5\u555F\u7528\u96D9\u8A9E\u5B57\u5E55","subtitle.hideQuickButton":"\u4E0D\u518D\u986F\u793A\u8A72\u5FEB\u6377\u65B9\u5F0F","subtitle.showQuickButton":"\u986F\u793A\u96D9\u8A9E\u5B57\u5E55\u5FEB\u6377\u65B9\u5F0F","subtitle.showQuickButtonDescription":"\u5728\u8996\u983B\u64AD\u653E\u5668\u53F3\u4E0B\u89D2\u63D0\u4F9B\u555F\u7528\u96D9\u8A9E\u5B57\u5E55\u7684\u5FEB\u6377\u65B9\u5F0F",videoSubtitleTranslationDescription:"\u70BA\u5F71\u7247\u5B57\u5E55\u55AE\u7368\u6307\u5B9A\u4E00\u500B\u7FFB\u8B6F\u670D\u52D9",subtitleTranslating:"\u6B63\u5728\u4F7F\u7528 {service} \u670D\u52D9\u7FFB\u8B6F\u5B57\u5E55\u4E2D\uFF0C\u8ACB\u7A0D\u7B49...\uFF08\u6C89\u6D78\u5F0F\u7FFB\u8B6F\uFF09",subtitleLoading:"\u6B63\u5728\u8F09\u5165\u5B57\u5E55...",bilingual:"\u96D9\u8A9E","field.action":"\u662F\u5426\u555F\u7528\u767E\u5EA6\u8853\u8A9E","description.action":"\u555F\u7528\u5F8C\u6703\u5728\u8ACB\u6C42\u4E2D\u52A0\u5165 action=1 \u7684\u53C3\u6578\uFF0C\u4EE5\u4FBF\u544A\u77E5\u767E\u5EA6\u555F\u7528\u8853\u8A9E\uFF0C<1>\u66F4\u591A\u8AAA\u660E\u8ACB\u53C3\u8003\u5B98\u65B9\u6587\u6A94",closeQuickTranslation:"\u95DC\u9589\u61F8\u6D6E\u7403","closeQuickTranslation.untilNext":"\u672C\u6B21\u95DC\u9589\u76F4\u5230\u4E0B\u6B21\u8A2A\u554F","closeQuickTranslation.currentWebsite":"\u7576\u524D\u7DB2\u7AD9\u7981\u7528","closeQuickTranslation.alwaysClose":"\u6C38\u4E45\u7981\u7528","closeQuickTranslation.settingOpen":"\uFF08\u53EF\u5728<1>\u8A2D\u5B9A\u9801\u958B\u555F\uFF09","closeQuickTranslation.cancel":"\u53D6\u6D88","closeQuickTranslation.confirm":"\u78BA\u5B9A","floatBall.popup":"\u6253\u958B\u5FEB\u6377\u8A2D\u5B9A\u9762\u677F","floatBall.translate":"\u9EDE\u64CA\u7FFB\u8B6F\u8A72\u9801\u9762","floatBall.showOriginal":"\u9EDE\u64CA\u5207\u63DB\u5230\u539F\u6587","floatBall.close":"\u95DC\u9589\u61F8\u6D6E\u7403","floatBallOptions.enableDescPc":"\u555F\u7528\u9801\u9762\u61F8\u6D6E\u7403\u5F8C\uFF0C\u6703\u5728\u9801\u9762\u53F3\u5074\u986F\u793A\u4E00\u500B\u5FEB\u6377\u7FFB\u8B6F\u6309\u9215\uFF0C\u9EDE\u64CA\u5373\u53EF\u7FFB\u8B6F","floatBallOptions.enableDesc":"\u95DC\u9589\u61F8\u6D6E\u7403\u5F8C\uFF0C\u53EF\u4EE5\u7528{touch}\u559A\u8D77\u3002\u70BA\u9632\u6B62\u4E0D\u614E\u95DC\u9589\u8A72\u9078\u9805\u5F8C\u627E\u4E0D\u5230\u61F8\u6D6E\u7403\uFF0C\u5F37\u70C8\u5EFA\u8B70\u6536\u85CF\u672C\u8A2D\u5B9A\u9801","description.azureApiUrl":"\u586B\u5165\u81EA\u8A02\u7684API\u4F4D\u5740",shareBtnTitle:"\u9EDE\u64CA\u751F\u6210\u7DB2\u9801\u5FEB\u7167","floatBall.share":"\u751F\u6210\u7DB2\u9801\u5FEB\u7167","floatBall.guideClickToTranslate":`\u9EDE\u64CA\u6C89\u6D78\u5F0F\u7FFB\u8B6F\u61F8\u6D6E\u7403 \u5373\u53EF\u5FEB\u901F\u7FFB\u8B6F`,"floatBall.iKnow":"\u6211\u77E5\u9053\u4E86",confirmSupportMouse:"\u5F37\u5236\u555F\u7528\u6ED1\u9F20\u652F\u63F4",confirmSupportMouseDescription:"\u6AA2\u6E2C\u5230\u7576\u524D\u700F\u89BD\u5668\u4E0D\u652F\u63F4\u6ED1\u9F20\u529F\u80FD\uFF0C\u662F\u5426\u5F37\u5236\u555F\u7528\u6ED1\u9F20\u652F\u63F4\uFF1F",sampleTargetText:"\u9577\u591C\u5C07\u81F3\uFF0C\u6211\u5F9E\u4ECA\u958B\u59CB\u5B88\u671B\uFF0C\u81F3\u6B7B\u65B9\u4F11\u3002 \u6211\u5C07\u4E0D\u5A36\u59BB\u3001\u4E0D\u5C01\u5730\u3001\u4E0D\u751F\u5B50\u3002 \u6211\u5C07\u4E0D\u6234\u5BF6\u51A0\uFF0C\u4E0D\u722D\u69AE\u5BF5\u3002 \u6211\u5C07\u76E1\u5FE0\u8077\u5B88\uFF0C\u751F\u6B7B\u65BC\u65AF\u3002",sampleSourceText:"Night gathers, and now my watch begins. It shall not end until my death. I shall take no wife, hold no lands, father no children. I shall wear no crowns and win no glory. I shall live and die at my post.","subtitle.supportedSites":"\u5DF2\u652F\u63F4\u5728\u9019\u4E9B\u7DB2\u7AD9\u4F7F\u7528\u96D9\u8A9E\u5B57\u5E55\uFF08\u6CE8\u610F\uFF1A\u7531\u65BC\u6280\u8853\u9650\u5236\uFF0C\u90E8\u5206\u7DB2\u7AD9\u5728\u9996\u6B21\u958B\u555F\u5B57\u5E55\u5F8C\u9700\u8981\u91CD\u65B0\u5237\u65B0\u9801\u9762\uFF0C\u6216\u8005\u9700\u7B49\u5F85\u7FFB\u8B6F\u5B8C\u6210\u4EE5\u986F\u793A\u96D9\u8A9E\u5B57\u5E55\uFF09\uFF1A",viewWithImmersiveTranslate:"\u53CC\u8BED\u7248\u672C(\u6C89\u6D78\u5F0F\u7FFB\u8BD1)",errorReason:"\u932F\u8AA4\u539F\u56E0\uFF1A{message}","proQuotaExceededError.onetime7day":'\uFF0C\u60A8\u53EF\u4EE5\u9078\u64C7\u4EE5\u4E0B\u65B9\u5F0F\u89E3\u6C7A\uFF1A

1. \u5207\u63DB\u5230 {anotherService} \u6216\u5176\u4ED6\u7FFB\u8B6F\u670D\u52D9
2. \u5347\u7D1A\u70BA\u6708\u5EA6/\u5E74\u5EA6\u6703\u54E1',"proQuotaExceededError.trial":'\uFF0C\u60A8\u53EF\u4EE5\u9078\u64C7\u4EE5\u4E0B\u65B9\u5F0F\u89E3\u6C7A\uFF1A

1. \u5207\u63DB\u5230 {anotherService} \u6216\u5176\u4ED6\u7FFB\u8B6F\u670D\u52D9
2. \u7ACB\u5373\u5347\u7D1A\u70BA\u6B63\u5F0F\u6703\u54E1',"proQuotaExceededError.nonTrial":'\uFF0C\u60A8\u53EF\u4EE5\u9078\u64C7\u4EE5\u4E0B\u65B9\u5F0F\u89E3\u6C7A\uFF1A

1. \u5207\u63DB\u5230 {anotherService} \u6216\u5176\u4ED6\u7FFB\u8B6F\u670D\u52D9
2. \u8CFC\u8CB7 {translationService} \u984D\u5916\u6D41\u91CF\u5305',"proQuotaExceededError.resetTime":"
3. \u984D\u5EA6\u91CD\u7F6E\u6642\u9593\uFF1A{resetTime}",paragraphMinTextCountField:"\u7FFB\u8B6F\u6BB5\u843D\u6240\u9700\u7684\u6700\u5C11\u5B57\u7B26\u6578",paragraphMinTextCountDesc:"\u6CE8\u610F\uFF0C\u9019\u88E1\u6307\u7684\u5B57\u7B26\u9577\u5EA6\uFF0C\u6BD4\u5982\uFF1Ahello \u662F 5 \u500B\u5B57\u7B26\uFF0C\u8A2D\u5B9A\u70BA\u66F4\u5927\u7684\u503C\u53EF\u4EE5\u6E1B\u5C11\u4E0D\u5FC5\u8981\u7684\u5C0F\u6BB5\u843D\u7FFB\u8B6F",networkError:"\u7FFB\u8B6F\u670D\u52D9\u6216\u7DB2\u8DEF\u51FA\u73FE\u554F\u984C",notLogin:"\u672A\u767B\u9304","browser.toggleMouseHoverTranslateDirectly":"\u5728\u9801\u9762\u4E0A\u81E8\u6642\u555F\u7528\u6216\u95DC\u9589\u6ED1\u9F20\u61F8\u505C\u76F4\u63A5\u7FFB\u8B6F","browser.translateWithOpenAI":"\u81E8\u6642\u4F7F\u7528 OpenAI \u7FFB\u8B6F\u7576\u524D\u9801\u9762","browser.translateWithDeepL":"\u81E8\u6642\u4F7F\u7528 DeepL \u7FFB\u8B6F\u7576\u524D\u9801\u9762","browser.translateWithGoogle":"\u81E8\u6642\u4F7F\u7528 Google \u7FFB\u8B6F\u7576\u524D\u9801\u9762","browser.translateWithBing":"\u81E8\u6642\u4F7F\u7528\u5FAE\u8EDF\u7FFB\u8B6F\u7576\u524D\u9801\u9762","browser.translateWithGemini":"\u81E8\u6642\u4F7F\u7528 Gemini \u7FFB\u8B6F\u7576\u524D\u9801\u9762","browser.translateWithTransmart":"\u81E8\u6642\u4F7F\u7528\u9A30\u8A0A\u7FFB\u8B6F\u7576\u524D\u9801\u9762","browser.translateInputBox":"\u7FFB\u8B6F\u7576\u524D\u8F38\u5165\u6846\u5167\u5BB9",shortcutSettings:"\u5FEB\u6377\u9375",shortcutSettingsTitle:"\u5FEB\u6377\u9375\u8A2D\u7F6E",confirmResetToDefaultSettings:"\u78BA\u8A8D\u8981\u6062\u5FA9\u8A72\u7FFB\u8B6F\u670D\u52D9\u70BA\u9ED8\u8A8D\u8A2D\u7F6E\u55CE\uFF1F\uFF08\u50C5\u91CD\u7F6E\u7576\u524D\u7FFB\u8B6F\u670D\u52D9\u7684\u8A2D\u7F6E\uFF09","intro.hoverTitle":"\u6ED1\u9F20\u61F8\u505C\u7FFB\u8B6F\u7576\u524D\u6BB5\u843D","intro.hoverDescription":"\u6ED1\u9F20\u61F8\u505C\u7FFB\u8B6F\u662F\u6C89\u6D78\u5F0F\u7FFB\u8B6F\u88E1\u975E\u5E38\u91CD\u8981\u7684\u529F\u80FD\uFF0C\u53EA\u9700\u5C07\u6ED1\u9F20\u653E\u5728\u6BB5\u843D\u4E0A\uFF0C\u540C\u6642\u6309\u4E0B\u8A2D\u5B9A\u7684\u5FEB\u6377\u9375\uFF0C\u5373\u53EF\u81EA\u52D5\u7FFB\u8B6F\u7576\u524D\u6BB5\u843D\uFF08\u6CE8\u610F\uFF1A\u9810\u8A2D\u6C92\u6709\u555F\u7528\u54E6\uFF0C\u8ACB \u5728\u4E0B\u65B9\u8A2D\u5B9A\uFF09\uFF0C\u8A72\u4E92\u52D5\u7528\u65BC\u66F4\u597D\u7684\u66FF\u4EE3\u5283\u8A5E\u7FFB\u8B6F\uFF0C\u53E6\u5916\uFF0C\u6B64\u529F\u80FD\u4E5F\u5EE3\u6CDB\u61C9\u7528\u65BC\u90A3\u4E9B\u7121\u6CD5\u88AB\u8B58\u5225\u7684\u7FFB\u8B6F\u5340\u57DF\uFF0C\u4F60\u53EF\u4EE5\u5229\u7528\u8A72\u529F\u80FD\uFF0C\u5F37\u5236\u7FFB\u8B6F\u4EFB\u4F55\u6BB5\u843D\u3002","intro.floatBallTitle":"\u5FEB\u6377\u7FFB\u8B6F\u61F8\u6D6E\u7403","intro.floatBallDescription":"\u555F\u7528\u5F8C\uFF0C\u6703\u5728\u9801\u9762\u53F3\u5074\u986F\u793A\u4E00\u500B\u5FEB\u6377\u7FFB\u8B6F\u6309\u9215\uFF0C\u9EDE\u64CA\u5373\u53EF\u7FFB\u8B6F\uFF0C\u518D\u6B21\u9EDE\u64CA\u5373\u53EF\u5207\u63DB\u56DE\u539F\u6587\u3002\u5728\u79FB\u52D5\u7AEF\uFF0C\u9577\u6309\u61F8\u6D6E\u7403\uFF0C\u53EF\u4EE5\u6253\u958B\u5FEB\u6377\u8A2D\u7F6E\u9762\u677F\u3002","intro.subtitleTitle":"\u5728\u7DDA\u8996\u983B\u96D9\u8A9E\u5B57\u5E55\u986F\u793A","intro.subtitleDescription":"\u958B\u555F\u6B64\u529F\u80FD\u5F8C\uFF0C\u5F71\u7247\u64AD\u653E\u6642\u5C07\u81EA\u52D5\u5C55\u793A\u96D9\u8A9E\u5B57\u5E55\u3002 \u5982\u679C\u672A\u555F\u7528\uFF0C\u60A8\u9700\u5728\u9801\u9762\u4E0A\u624B\u52D5\u9EDE\u9078\u7FFB\u8B6F\u6309\u9215\u4EE5\u986F\u793A\u5B57\u5E55\u3002 \u8ACB\u6CE8\u610F\uFF0C\u7531\u65BC\u6280\u8853\u9650\u5236\uFF0C\u67D0\u4E9B\u7DB2\u7AD9\u5728\u9996\u6B21\u555F\u52D5\u5B57\u5E55\u6642\u53EF\u80FD\u9700\u8981\u91CD\u65B0\u6574\u7406\u9801\u9762\u6216\u7B49\u5F85\u7FFB\u8B6F\u5B8C\u6210\u5F8C\uFF0C\u624D\u80FD\u986F\u793A\u96D9\u8A9E\u5B57\u5E55\u3002 \uFF08\u6B64\u5916\uFF0C\u4F60\u9084\u53EF\u4EE5\u5728\u958B\u555F\u5F71\u7247\u7DB2\u7AD9\u5F8C\uFF0C\u53F3\u4E0A\u89D2\u958B\u555F\u6C89\u6D78\u5F0F\u7FFB\u8B6F\u7684\u5FEB\u6377\u9762\u677F\u555F\u7528/\u95DC\u9589\uFF09

\u76EE\u524D\u5DF2\u652F\u63F4\u5728\u9019\u4E9B\u7DB2\u7AD9\u4F7F\u7528\u96D9\u8A9E\u5B57\u5E55\uFF1A","desc.toggleMouseHoverTranslateDirectly":"\u6309\u4E0B\u9019\u500B\u5FEB\u6377\u9375\u5F8C\uFF0C\u5728\u9801\u9762\u4E0A\uFF0C\u53EA\u8981\u6ED1\u9F20\u6307\u5411\u4EFB\u4F55\u4E00\u6BB5\u6587\u5B57\uFF0C\u5C31\u6703\u81EA\u52D5\u7FFB\u8B6F\u9019\u6BB5\u6587\u5B57\u3002\u518D\u6309\u4E00\u6B21\u5FEB\u6377\u9375\uFF0C\u5C31\u53EF\u4EE5\u95DC\u9589\u9019\u500B\u81EA\u52D5\u7FFB\u8B6F\u529F\u80FD\u3002","shortcutGroup.main":"\u5E38\u7528\u529F\u80FD\u5FEB\u6377\u9375","shortcutGroup.others":"\u66F4\u591A\u81EA\u5B9A\u7FA9\u529F\u80FD\u5FEB\u6377\u9375","shortcutGroup.shortcutsForTranslationServices":"\u7FFB\u8B6F\u670D\u52D9\u76F8\u95DC\u5FEB\u6377\u9375",browserShortcutsSucks:"\u7531\u65BC\u700F\u89BD\u5668\u5C0D\u8F38\u5165\u6846\u7684\u5FEB\u6377\u9375\u8B58\u5225\u4E0D\u6E96\u78BA\uFF0C\u6240\u4EE5\u8ACB\u624B\u52D5\u8F38\u5165\u5FEB\u6377\u9375\u7684\u540D\u5B57\uFF0C\u8F38\u5165\u5F8C\uFF0C\u9EDE\u64CA\u7A7A\u767D\u8655\u5373\u53EF\u81EA\u52D5\u4FDD\u5B58\u3002\uFF08macOS \u88E1\u9762 Alt \u548C Option \u662F\u540C\u6A23\u7684\u9375\uFF0C\u5EFA\u8B70\u7D71\u4E00\u8F38\u5165 Alt\uFF09\u3002\u6BD4\u5982\uFF1A","shortcutGroup.touch":"\u89F8\u5C4F\u5C08\u7528\u624B\u52E2","shortcutGroup.mouse":"\u6ED1\u9F20\u61F8\u505C\u5FEB\u6377\u9375\u914D\u7F6E",fingerCountToToggleTranslagePageWhenTouching:"\u591A\u6307\u540C\u6642\u89F8\u6478\u5C4F\u5E55\u5247\u7FFB\u8B6F\u7DB2\u9801/\u986F\u793A\u539F\u6587","desc.fingerCountToToggleTranslagePageWhenTouching":"\u8A2D\u7F6E\u5F8C\uFF0C\u5728\u79FB\u52D5\u8A2D\u5099\u6642\uFF0C\u53EF\u4EE5\u540C\u6642\u7528 X \u500B\u624B\u6307\u89F8\u6478\u5C4F\u5E55\uFF0C\u5373\u53EF\u7FFB\u8B6F\u7DB2\u9801/\u986F\u793A\u539F\u6587",fingerCountToToggleTranslationMaskWhenTouching:"\u591A\u6307\u540C\u6642\u89F8\u6478\u5C4F\u5E55\u5247\u986F\u793A\u7FFB\u8B6F\u906E\u7F69/\u986F\u793A\u539F\u6587","desc.fingerCountToToggleTranslationMaskWhenTouching":"\u7FFB\u8B6F\u906E\u7F69\u662F\u6307\u8B6F\u6587\u6A23\u5F0F\u88E1\u7684\u6A21\u7CCA\u6548\u679C\uFF08\u5B78\u7FD2\u6A21\u5F0F\uFF09\uFF0C\u958B\u555F\u5F8C\u81E8\u6642\u5C0D\u8B6F\u6587\u4F7F\u7528\u6A21\u7CCA\u6548\u679C\uFF0C\u65B9\u4FBF\u5B78\u7FD2",fingerCountToToggleTranslagePageOnlyTranslationWhenTouching:"\u591A\u6307\u540C\u6642\u89F8\u5C4F\uFF0C\u4F7F\u7528\u50C5\u8B6F\u6587\u6A21\u5F0F\u9032\u884C\u7FFB\u8B6F/\u986F\u793A\u539F\u6587","desc.fingerCountToToggleTranslagePageOnlyTranslationWhenTouching":"\u50C5\u8B6F\u6587\u6307\u7684\u662F\u53EA\u986F\u793A\u8B6F\u6587\uFF0C\u800C\u4E0D\u662F\u9ED8\u8A8D\u7684\u96D9\u8A9E\u6A21\u5F0F","neverTranslateText.title":"\u4EE5\u4E0B\u55AE\u8A5E\u4FDD\u6301\u539F\u6587\uFF0C\u4E0D\u8981\u7FFB\u8B6F","neverTranslateText.description":"\u7531\u65BC\u67D0\u4E9B\u7FFB\u8B6F\u5F15\u64CE\u5C0D\u5C08\u6709\u540D\u8A5E\u8B58\u5225\u4E0D\u7406\u60F3\uFF0C\u4F60\u53EF\u4EE5\u5728\u6B64\u8655\u6DFB\u52A0\u55AE\u8A5E\uFF0C\u78BA\u4FDD\u5B83\u5011\u5728\u7FFB\u8B6F\u904E\u7A0B\u4E2D\u4E0D\u88AB\u8F49\u63DB\u3002\u8ACB\u6CE8\u610F\uFF0C\u6B64\u529F\u80FD\u5340\u5206\u5927\u5C0F\u5BEB\uFF0C\u4E26\u50C5\u652F\u6301\u4EE5\u7A7A\u683C\u5206\u9694\u7684\u55AE\u8A5E\u8A9E\u8A00\uFF08\u5982\u82F1\u8A9E\u3001\u6CD5\u8A9E\uFF09\uFF0C\u4E0D\u9069\u7528\u65BC\u65E5\u8A9E\u3001\u97D3\u8A9E\u7B49\u8A9E\u8A00","tagsInput.add":"+ \u6DFB\u52A0","desc.mouseHoverHoldKey":"\u7576\u6ED1\u9F20\u61F8\u505C\u5728\u67D0\u500B\u6BB5\u843D\u4E0A\u6642\uFF0C\u540C\u6642\u6309\u4E0B\u53F3\u5074\u7684\u5FEB\u6377\u9375\uFF0C\u5373\u53EF\u76F4\u63A5\u7FFB\u8B6F\u8A72\u6BB5\u843D",mouseHoverCustomKeyTitle:"\u81EA\u5B9A\u7FA9\u6ED1\u9F20\u61F8\u505C\u5FEB\u6377\u9375",mouseHoverCustomKeyDescription:"\u4F60\u53EF\u4EE5\u81EA\u5B9A\u7FA9\u4E00\u500B\u6ED1\u9F20\u61F8\u505C\u7684\u7D44\u5408\u5FEB\u6377\u9375\uFF0C\u6BD4\u5982\uFF1A Alt+Z, Ctrl+E, Cmd+Alt+E \u6216\u8005\u76F4\u63A5 Cmd\uFF0C \u8ACB\u624B\u52D5\u8F38\u5165",mouseHoverShortcutPlaceholder:"\u8ACB\u624B\u52D5\u8F38\u5165",browserShortcutsNoteForFirefox:"Firefox \u700F\u89BD\u5668\u4FEE\u6539\u5FEB\u6377\u9375\u9700\u8981\u6253\u958B\u64F4\u5C55\u7BA1\u7406\u9801\u9762 `about:addons`\uFF0C\u7136\u5F8C\u9EDE\u64CA\u300C\u8A2D\u7F6E\u300D-> \u300C\u7BA1\u7406\u5FEB\u6377\u9375\u300D",browserShortcutsNoteForChrome:"\u8ACB\u6CE8\u610F\uFF1A\u8981\u5728\u57FA\u65BCChrome\u5167\u6838\u7684\u700F\u89BD\u5668\u4E2D\u4FEE\u6539\u5FEB\u6377\u9375\uFF0C\u8ACB\u8A2A\u554F[\u64F4\u5C55\u7BA1\u7406\u9801\u9762] -> [\u7BA1\u7406\u5FEB\u6377\u9375]","desc.toggleTranslateTheMainPage":"\u50C5\u7FFB\u8B6F\u9801\u9762\u4E3B\u8981\u5340\u57DF\uFF0C\u7576\u4F60\u5728\u9032\u968E\u8A2D\u7F6E\u88E1\u555F\u7528\u4E86\u7FFB\u8B6F\u9801\u9762\u5168\u90E8\u5340\u57DF\u5F8C\uFF0C\u4F60\u53EF\u4EE5\u4F7F\u7528\u9019\u500B\u5FEB\u6377\u9375\u4F86\u5C08\u9580\u7FFB\u8B6F\u9801\u9762\u7684\u4E3B\u8981\u5340\u57DF","desc.toggleTranslateTheWholePage":"\u7FFB\u8B6F\u9801\u9762\u5168\u90E8\u5340\u57DF\uFF0C\u9810\u8A2D\u60C5\u6CC1\u4E0B\uFF0C\u6211\u5011\u6703\u7FFB\u8B6F\u9801\u9762\u7684\u4E3B\u8981\u5340\u57DF\uFF0C\u4F60\u53EF\u4EE5\u4F7F\u7528\u9019\u500B\u5FEB\u6377\u9375\u4F86\u5C08\u9580\u7FFB\u8B6F\u9801\u9762\u7684\u5168\u90E8\u5340\u57DF","browser.toggleOnlyTransation":"\u5207\u63DB\u96D9\u8A9E/\u50C5\u8B6F\u6587\u6A21\u5F0F","desc.toggleOnlyTransation":"\u50C5\u8B6F\u6587\u6A21\u5F0F\u6307\u7684\u662F\u53EA\u986F\u793A\u8B6F\u6587\uFF0C\u5982\u679C\u7DB2\u9801\u9084\u6C92\u6709\u7FFB\u8B6F\u7684\u8A71\uFF0C\u5C07\u6703\u5207\u63DB\u6A21\u5F0F\u4E26\u7FFB\u8B6F\u3002","browser.toggleTranslationMask":"\u5207\u63DB\u7576\u524D\u9801\u9762\u8B6F\u6587\u70BA\u6A21\u7CCA\u6548\u679C\uFF08\u5B78\u7FD2\u6A21\u5F0F\uFF09","desc.interfaceLanguage":"\u4ECB\u9762\u8A9E\u8A00\u8A2D\u7F6E\u5F71\u97FF\u63A7\u5236\u9762\u677F\u7684\u986F\u793A\u8A9E\u8A00\uFF0C\u548C\u7FFB\u8B6F\u7684\u76EE\u6A19\u8A9E\u8A00\u7121\u95DC",mouseHoverHoldKey:"\u61F8\u505C\u7FFB\u8B6F\u89F8\u767C\u9375",clickToSeeQuickDemo:"30 \u79D2\u5FEB\u901F\u6559\u5B78\u8996\u983B",shortcutDisableTooltip:"\u8ACB\u5728\u700F\u89BD\u5668\u63D0\u4F9B\u7684\u64F4\u5C55\u5FEB\u6377\u9375\u7BA1\u7406\u9801\u9762\u9032\u884C\u8A2D\u7F6E\uFF0C\u66F4\u591A\u6307\u5F15\u8ACB\u67E5\u770B\u672C\u9801\u9762\u6700\u4E0A\u65B9\u7684\u8AAA\u660E",floatBallOptions:"\u61F8\u6D6E\u7403","subtitle.autoEnableSubtitle":"\u81EA\u52D5\u958B\u555F\u96D9\u8A9E\u5B57\u5E55","floatBall.longPress":"\u9577\u6309\u53EF\u5FEB\u901F\u6253\u958B\u8A2D\u7F6E\u9762\u677F\u54E6",notLoginPro:"\u60A8\u9084\u672A\u767B\u9304\u60A8\u7684\u6703\u54E1\u8CEC\u6236",upgradeToProErrorTitle:"\u8ACB\u5347\u7D1A\u70BA Pro \u6703\u54E1\u518D\u4F7F\u7528\u8A72\u7FFB\u8B6F\u670D\u52D9",translationOnlyMode:"\u50C5\u8B6F\u6587\u6A21\u5F0F",translationOnlyModeDescription:"\u50C5\u8B6F\u6587\u6A21\u5F0F\u6307\u7684\u662F\u53EA\u986F\u793A\u8B6F\u6587\uFF0C\u800C\u4E0D\u662F\u9ED8\u8A8D\u7684\u96D9\u8A9E\u6A21\u5F0F\u3002\u6CE8\u610F\uFF1A\u7531\u65BC\u6280\u8853\u7684\u9650\u5236\u554F\u984C\uFF0C\u5728\u50C5\u8B6F\u6587\u6A21\u5F0F\u4E0B\uFF0C\u539F\u6587\u7684\u8D85\u9023\u7D50\u5C07\u6703\u5931\u6548","description.baiduField":"\u652F\u6301\u7684\u9818\u57DF\u898B<1>\u9019\u88E1\uFF0C\u70BA\u7A7A\u5247\u8868\u793A\u4E0D\u6307\u5B9A\u9818\u57DF",temprarilyChangeTranslationTo_openai:"\u6B63\u5728\u4F7F\u7528 OpenAI \u7FFB\u8B6F\u7576\u524D\u9801\u9762",temprarilyChangeTranslationTo_google:"\u6B63\u5728\u4F7F\u7528 Google \u7FFB\u8B6F\u7576\u524D\u9801\u9762",temprarilyChangeTranslationTo_bing:"\u6B63\u5728\u4F7F\u7528\u5FAE\u8EDF\u7FFB\u8B6F\u7576\u524D\u9801\u9762",temprarilyChangeTranslationTo_gemini:"\u6B63\u5728\u4F7F\u7528 Gemini \u7FFB\u8B6F\u7576\u524D\u9801\u9762",temprarilyChangeTranslationTo_transmart:"\u6B63\u5728\u4F7F\u7528\u9A30\u8A0A\u7FFB\u8B6F\u7576\u524D\u9801\u9762",temprarilyChangeTranslationTo_deepl:"\u6B63\u5728\u4F7F\u7528 DeepL \u7FFB\u8B6F\u7576\u524D\u9801\u9762","widget.videoSubtitle":"\u5F71\u7247\u5B57\u5E55","widget.instruction":"\u4F7F\u7528\u8AAA\u660E","widget.translateFile":"PDF/ePub",buildSnapshots:"\u751F\u6210\u7DB2\u9801\u5FEB\u7167","widget.translateFileTooltip":"\u7FFB\u8B6F PDF\u3001EPUB\u3001SRT\u3001ASS\u3001HTML \u548C TXT \u6587\u4EF6","widget.videoSubtitleTooltip":"\u652F\u63F4 Youtube \u7B49 {count}+ \u5F71\u7247\u7DB2\u7AD9","widget.instructionTooltip":"\u67E5\u770B\u4F7F\u7528\u8AAA\u660E",alwaysTranslateSomeLanguage:"\u7E3D\u662F\u7FFB\u8B6F{language}\u9801\u9762",alwaysTranslateThisSite:"\u7E3D\u662F\u7FFB\u8B6F\u8A72\u7DB2\u7AD9",neverTranslateThisSite:"\u6C38\u4E0D\u7FFB\u8B6F\u8A72\u7DB2\u7AD9",loggedIn:"\u5DF2\u767B\u5165",touchShortcutsToggleTranslatePage:"\u8A2D\u7F6E\u89F8\u5C4F\u624B\u52E2\u4F86\u7FFB\u8B6F\u7DB2\u9801/\u986F\u793A\u539F\u6587","desc.touchShortcutsToggleTranslatePage":"\u8A2D\u7F6E\u5F8C\uFF0C\u5728\u79FB\u52D5\u8A2D\u5099\u6642\uFF0C\u53EF\u4EE5\u540C\u6642\u7528 X \u500B\u624B\u6307\u89F8\u6478\u5C4F\u5E55\u3001\u5DE6\u53F3\u6ED1\u52D5\u6216\u9023\u7E8C\u9EDE\u64CA\uFF0C\u89F8\u767C\u7FFB\u8B6F\u7DB2\u9801/\u986F\u793A\u539F\u6587",touchShortcutsToggleTranslationMask:"\u8A2D\u7F6E\u89F8\u5C4F\u624B\u52E2\u986F\u793A\u7FFB\u8B6F\u906E\u7F69/\u986F\u793A\u539F\u6587","desc.touchShortcutsToggleTranslationMask":"\u7FFB\u8B6F\u906E\u7F69\u662F\u6307\u8B6F\u6587\u6A23\u5F0F\u88E1\u7684\u6A21\u7CCA\u6548\u679C\uFF08\u5B78\u7FD2\u6A21\u5F0F\uFF09\uFF0C\u958B\u555F\u5F8C\u81E8\u6642\u5C0D\u8B6F\u6587\u4F7F\u7528\u6A21\u7CCA\u6548\u679C\uFF0C\u65B9\u4FBF\u5B78\u7FD2",touchShortcutsToggleTranslatePageOnlyTranslation:"\u8A2D\u7F6E\u89F8\u5C4F\u624B\u52E2\u5207\u63DB\u96D9\u8A9E/\u50C5\u8B6F\u6587\u6A21\u5F0F","desc.touchShortcutsToggleTranslatePageOnlyTranslation":"\u53EA\u986F\u793A\u8B6F\u6587\u662F\u6307\u50C5\u986F\u793A\u8B6F\u6587\uFF0C\u5982\u679C\u7DB2\u9801\u9084\u6C92\u6709\u7FFB\u8B6F\u7684\u8A71\uFF0C\u5C07\u6703\u5207\u63DB\u6A21\u5F0F\u4E26\u7FFB\u8B6F\u3002",touchShortcutsToggleTranslateTouchElement:"\u8A2D\u7F6E\u89F8\u5C4F\u624B\u52E2\u7FFB\u8B6F\u6307\u5B9A\u6BB5\u843D","desc.touchShortcutsToggleTranslateTouchElement":"\u81EA\u5B9A\u7FA9\u4E00\u500B\u624B\u52E2\uFF0C\u5373\u53EF\u7FFB\u8B6F\u60A8\u6240\u5728\u7684\u4EFB\u4F55\u6BB5\u843D",touchShortcutsOff:"\u95DC\u9589","fingers.2":"\u96D9\u6307\u89F8\u6478","fingers.3":"\u4E09\u6307\u89F8\u6478","fingers.4":"\u56DB\u6307\u89F8\u6478","fingers.5":"\u4E94\u6307\u89F8\u6478","multipleClick.2":"\u96D9\u64CA","multipleClick.3":"\u4E09\u9023\u64CA","multipleClick.4":"\u56DB\u9023\u64CA","slide.left":"\u5411\u53F3\u6ED1\u52D5","slide.right":"\u5411\u5DE6\u6ED1\u52D5",contact:"\u806F\u7D61\u6211\u5011","contact.description":"\u5982\u679C\u60A8\u6709\u4EFB\u4F55\u554F\u984C\u6216\u5EFA\u8B70\uFF0C\u6B61\u8FCE\u586B\u5BEB\u4E0B\u65B9\u8868\u55AE\u806F\u7D61\u6211\u5011\uFF0C\u6216\u8005\u767C\u9001\u90F5\u4EF6\u81F3 {email}\uFF0C\u6211\u5011\u6703\u76E1\u5FEB\u56DE\u8986\u60A8\u3002","font.none":"\u7121","font.Microsoft YaHei":"\u5FAE\u8EDF\u96C5\u9ED1","font.SimSun":"\u5B8B\u9AD4","font.NSimSun":"\u65B0\u5B8B\u9AD4","font.Microsoft JhengHei":"\u5FAE\u8EDF\u6B63\u9ED1\u9AD4","font.KaiTi":"\u6977\u9AD4","font.FangSong":"\u4EFF\u5B8B","font.PingFang SC":"\u860B\u65B9","font.STHeiti":"\u83EF\u6587\u9ED1\u9AD4","font.STKaiti":"\u83EF\u6587\u6977\u9AD4","font.STSong":"\u83EF\u6587\u5B8B\u9AD4","font.STFangsong":"\u83EF\u6587\u4EFF\u5B8B","font.STZhongsong":"\u83EF\u6587\u4E2D\u5B8B","font.STHupo":"\u83EF\u6587\u7425\u73C0","font.STXinwei":"\u83EF\u6587\u65B0\u9B4F","font.STLiti":"\u83EF\u6587\u96B8\u66F8","font.STXingkai":"\u83EF\u6587\u884C\u6977","font.Hiragino Sans GB":"\u51AC\u9752\u9ED1\u9AD4","font.Lantinghei SC":"\u862D\u4EAD\u9ED1","font.Hanzipen SC":"\u6F22\u5100\u7FE9\u7FE9\u9AD4","font.Hannotate SC":"\u6F22\u5100\u6CE8\u9ED1","font.Songti SC":"\u5B8B\u9AD4","font.Wawati SC":"\u5A03\u5A03\u9AD4","font.Weibei SC":"\u9B4F\u7891","font.Xingkai SC":"\u884C\u6977","font.Yapi SC":"\u96C5\u75DE","font.Yuanti SC":"\u5713\u9AD4","browser.toggleVideoSubtitlePreTranslation":"\u5207\u63DB\u96D9\u8A9E\u5B57\u5E55\u512A\u5148\u4F7F\u7528\u6C89\u6D78\u5F0F\u7FFB\u8B6F\u8A2D\u7F6E","desc.toggleVideoSubtitlePreTranslation":"\u6309\u4E0B\u5F8C\uFF0C\u8996\u983B\u96D9\u8A9E\u5B57\u5E55\u6703\u512A\u5148\u4F7F\u7528\u6C89\u6D78\u5F0F\u7FFB\u8B6F\u7684\u8A2D\u7F6E\uFF0C\u518D\u6B21\u6309\u4E0B\u6703\u512A\u5148\u4F7F\u7528\u539F\u8996\u983B\u81EA\u5E36\u7684\u6A5F\u7FFB\u5B57\u5E55\uFF0C\u6CE8\u610F\uFF1A\u8A72\u5FEB\u6377\u65B9\u5F0F\u4FEE\u6539\u7684\u662F\u5168\u5C40\u8A2D\u7F6E",videoSubtitlePreTranslationOn:"\u8996\u983B\u5B57\u5E55\u5C07\u512A\u5148\u4F7F\u7528\u6C89\u6D78\u5F0F\u7FFB\u8B6F",videoSubtitlePreTranslationOff:"\u8996\u983B\u5B57\u5E55\u5C07\u512A\u5148\u4F7F\u7528\u539F\u8996\u983B\u81EA\u5E36\u7684\u6A5F\u7FFB\u5B57\u5E55",translationFont:"\u8A2D\u7F6E\u5B57\u9AD4","translationFont.custom":"\u8F38\u5165\u81EA\u5B9A\u7FA9\u5B57\u9AD4","translationFont.customPlaceholder":"\u5B57\u9AD4","translationFont.notSupportErrorMessage":"\u8ACB\u6AA2\u67E5\u60A8\u8F38\u5165\u7684\u5B57\u9AD4\u540D\u7A31\u662F\u5426\u6B63\u78BA\uFF0C\u6216\u78BA\u8A8D\u8A72\u5B57\u9AD4\u5DF2\u5728\u60A8\u7684\u8A2D\u5099\u4E0A\u5B89\u88DD\u3002","touch.mouse-translate":"\u7FFB\u8B6F\u6307\u5B9A\u6BB5\u843D","error.serveConfigError":"\u670D\u52D9\u914D\u7F6E\u932F\u8AA4","error.reloadPageOfSetting":"\u914D\u7F6E\u5F8C\uFF0C\u8ACB\u5237\u65B0\u9801\u9762\u518D\u6B21\u7FFB\u8B6F\u3002","error.googleLimitIp":"\u670D\u52D9\u8FD4\u56DE\u932F\u8AA4\uFF0C\u8C37\u6B4C\u670D\u52D9\u5DF2\u5C0D\u8A72IP\u5730\u5740\u9032\u884C\u9650\u6D41\uFF0C\u5EFA\u8B70\u60A8\u66F4\u63DB\u7DB2\u7D61\u7BC0\u9EDE\u3002","error.openAIFreeLimit":"\u670D\u52D9\u8FD4\u56DE\u932F\u8AA4\uFF0C\u7576\u524D\u7684\u7FFB\u8B6F\u8ACB\u6C42\u983B\u7387\u5DF2\u9054\u5230\u6BCF\u5206\u9418\u6700\u591A 3 \u6B21\u7684\u4E0A\u9650\uFF0C\u8ACB\u7A0D\u5F8C\u518D\u8A66\u3002\uFF08\u9019\u662F OpenAI \u5B98\u65B9\u5C0D\u514D\u8CBB API Key \u7684\u9650\u5236\uFF0C\u82E5\u8981\u89E3\u9664\u6B64\u9650\u5236\uFF0C\u8ACB\u5728 OpenAI \u5F8C\u53F0\u7D81\u5B9A\u4FE1\u7528\u5361\u3002\uFF09","error.openAIExceededQuota":"\u670D\u52D9\u8FD4\u56DE\u932F\u8AA4\uFF1A\u4F60\u7576\u524D\u7684 OpenAI \u8CEC\u6236\u9918\u984D\u4E0D\u8DB3\uFF0C\u8ACB\u5728 OpenAI \u5B98\u65B9\u5F8C\u53F0\u9032\u884C\u5145\u503C\u6216\u8005\u7D81\u5B9A\u4FE1\u7528\u5361\u3002","error.429":"\u670D\u52D9\u8FD4\u56DE\u932F\u8AA4\uFF0C\u8AAA\u660E\u8ACB\u6C42\u904E\u65BC\u983B\u7E41\u6216\u8D85\u51FA\u984D\u5EA6\u9650\u5236\uFF0C\u8ACB\u7A0D\u5F8C\u518D\u8A66\u3002","error.403":"\u670D\u52D9\u8FD4\u56DE\u932F\u8AA4\uFF0C \u66AB\u6642\u6C92\u6709\u6B0A\u9650\u8A2A\u554F\u8A72\u670D\u52D9\u3002","error.400":"\u670D\u52D9\u8FD4\u56DE\u932F\u8AA4\uFF0C \u8ACB\u6C42\u53C3\u6578\u932F\u8AA4\uFF0C\u8ACB\u6AA2\u67E5\u76F8\u61C9\u914D\u7F6E\u3002","error.502":"\u670D\u52D9\u8FD4\u56DE\u932F\u8AA4\uFF0C \u670D\u52D9\u8D85\u6642\uFF0C\u8ACB\u7A0D\u5F8C\u518D\u8A66\u3002","error.proTokenInvalid":"\u82E5\u60A8\u662FPro\u7528\u6236\uFF0C\u8ACB\u767B\u9678\u5F8C\u518D\u4F7F\u7528Pro\u7FFB\u8B6F\u670D\u52D9","error.proUpgrade":"\u5347\u7D1A\u5F8C\uFF0C\u8ACB\u5237\u65B0\u9801\u9762\u518D\u6B21\u7FFB\u8B6F\u3002","error.configError":"\u914D\u7F6E\u6578\u64DA\u7570\u5E38","error.goReset":"\u524D\u5F80\u91CD\u7F6E",batchEdit:"\u6279\u6B21\u64CD\u4F5C","translationServices.inherit":"\u8DDF\u96A8\u4E3B\u7FFB\u8B6F\u670D\u52D9","translationModeLang.translation.title":"\u50C5\u8B6F\u6587\u6A21\u5F0F\u7684\u8A9E\u8A00","translationModeLang.translation.description":"\u7576\u9801\u9762\u8A9E\u8A00\u70BA\u4E0B\u5217\u8A9E\u8A00\u6642\uFF0C\u6703\u81EA\u52D5\u4F7F\u7528\u50C5\u8B6F\u6587\u6A21\u5F0F","translationModeUrl.translation.title":"\u50C5\u8B6F\u6587\u6A21\u5F0F\u7684\u7DB2\u5740","translationModeUrl.translation.description":"\u7576\u7DB2\u7AD9\u70BA\u4E0B\u5217\u57DF\u540D\u6642\uFF0C\u6703\u81EA\u52D5\u4F7F\u7528\u50C5\u8B6F\u6587\u6A21\u5F0F",download_started:"\u4E0B\u8F09\u5DF2\u7D93\u958B\u59CB\uFF0C\u5982\u679C\u6C92\u6709\u81EA\u52D5\u4E0B\u8F09\uFF0C\u8ACB\u624B\u52D5\u9EDE\u64CA",here:"\u9019\u88E1","error.serveUnavailable":"\u60A8\u76EE\u524D\u6240\u4F7F\u7528\u7684 [{serverName}] \u670D\u52D9\u56E0\u7DB2\u8DEF\u9023\u7DDA\u6216\u670D\u52D9\u63D0\u4F9B\u5546\u7684\u554F\u984C\u66AB\u6642\u7121\u6CD5\u8A2A\u554F\u3002\u5EFA\u8B70\u60A8\u5617\u8A66\u5237\u65B0\u9801\u9762\u6216\u900F\u904E<1>\u8A2D\u5B9A\u66F4\u63DB\u5176\u4ED6\u7FFB\u8B6F\u670D\u52D9\u3002\u82E5\u60A8\u662F<2>Pro\u6703\u54E1\uFF0C\u53EF\u4EE5\u9078\u64C7\u4F7F\u7528\u66F4\u70BA\u7A69\u5B9A\u7684 DeepL \u6216 OpenAI \u7FFB\u8B6F\u670D\u52D9\uFF08<3>\u9EDE\u6B64\u514D\u8CBB\u9AD4\u9A57\uFF09\u3002 \u53E6\u5916\uFF0C\u60A8\u4E5F\u53EF\u80FD\u9700\u8981\u6AA2\u67E5\u60A8\u7684\u7DB2\u8DEF\u6216\u4EE3\u7406\u8A2D\u5B9A\u3002",detectServiceLoading:"\u6B63\u5728\u6AA2\u6E2C\u53EF\u7528\u7684\u7FFB\u8B6F\u670D\u52D9...",toggleToService:"\u5207\u63DB\u5230{service}\u4E26\u91CD\u8A66","error.gemini.429":"\u7576\u524D Gemini \u670D\u52D9\u7576\u524D\u627F\u8F09\u80FD\u529B\u5DF2\u9054\u4E0A\u9650\uFF0C\u8ACB\u60A8\u7A0D\u5F8C\u518D\u8A66\uFF0C\u6216\u8005\u5207\u63DB\u5230\u5176\u4ED6\u7FFB\u8B6F\u670D\u52D9",enableSentryReport:"\u7576\u64F4\u5C55\u767C\u751F\u932F\u8AA4\u6642\uFF0C\u4F7F\u7528 Sentry \u63D0\u4EA4\u53CD\u994B","translationServices.gemini":"\u96D9\u5B50\u5EA7","error.subscriptionExpiredTitle":"\u6703\u54E1\u5DF2\u904E\u671F","error.subscriptionExpired":"\u60A8\u7684\u6703\u54E1\u53EF\u80FD\u5DF2\u904E\u671F\uFF0C\u8ACB\u6AA2\u67E5\u60A8\u7684\u6703\u54E1\u72C0\u614B",geminiWarning:"\u6CE8\u610F\uFF1AGoogle \u63D0\u4F9B\u7684 Gemini \u7684\u514D\u8CBB\u670D\u52D9\u9650\u5236\u56B4\u683C\uFF0C\u53EF\u80FD\u6703\u88AB Google \u5224\u5B9A\u70BA\u7528\u6236\u5728\u4F7F\u7528\u591A\u500B Key \u4F86\u898F\u907F\u4ED6\u5011\u7684\u514D\u8CBB\u914D\u984D\u9650\u5236\uFF0C\u4E0D\u5EFA\u8B70\u4F7F\u7528\uFF0C\u5EFA\u8B70\u7B49\u5F85 Google \u672A\u4F86\u958B\u653E Gemini \u4ED8\u8CBB\u63A5\u53E3\u5F8C\u518D\u4F7F\u7528\u3002","floatBall.setting":"\u8A2D\u7F6E","floatBall.translateToLanguage":"\u9EDE\u64CA\u7FFB\u8B6F\u70BA{language}","floatBall.file":`\u7FFB\u8B6FPDF\u3001EPUB\u3001SRT\u3001 ASS\u3001HTML\u3001TXT\u6587\u4EF6`,changeToDualTranslationMode:"\u5207\u63DB\u9810\u8A2D\u8B6F\u6587\u6A21\u5F0F\u70BA\u96D9\u8A9E\u5C0D\u7167",changeToOnlyTempTranslationMode:`\u7576\u524D\u70BA\u96D9\u8A9E\u5C0D\u7167 \u9EDE\u64CA\u5207\u63DB\u70BA\u50C5\u8B6F\u6587`,changeToOnlyTranslationMode:"\u5207\u63DB\u9810\u8A2D\u7FFB\u8B6F\u6A21\u5F0F\u70BA\u50C5\u986F\u793A\u8B6F\u6587",changeToDualTempTranslationMode:`\u7576\u524D\u70BA\u50C5\u8B6F\u6587 @@ -5080,7 +5080,7 @@ ass\u3001HTML\u3001TXT\u6A94\u6848`,"description.multiplePrompt":`\u7576\u6BB5\u {env.imt_sub_trans_field}: \u8B6F\u6587 - id: 2 {env.imt_sub_source_field}: Source - {env.imt_sub_trans_field}: \u8B6F\u6587`,"subtitle.quickButton.translationPosition":"\u8B6F\u6587\u4F4D\u7F6E","subtitle.quickButton.cyan":"\u9752\u8272","subtitle.quickButton.translationPositionTop":"\u539F\u6587\u4E0A\u65B9","subtitle.quickButton.translationPositionBottom":"\u539F\u6587\u4E0B\u65B9","subtitle.quickButton.yellow":"\u9EC3\u8272","subtitle.quickButton.black":"\u9ED1\u8272","subtitle.quickButton.white":"\u767D\u8272","subtitle.quickButton.setting":"\u8A2D\u7F6E","subtitle.quickButton.blue":"\u85CD\u8272","subtitle.quickButton.backgroundColor":"\u80CC\u666F\u984F\u8272","subtitle.quickButton.sourceFontSize":"\u539F\u59CB\u5B57\u9AD4\u5927\u5C0F","subtitle.quickButton.translationFontSize":"\u7FFB\u8B6F\u6587\u5B57\u9AD4\u5927\u5C0F","translationServices.claude":"\u514B\u52DE\u5FB7","subtitle.quickButton.sourceTextColor":"\u539F\u59CB\u5B57\u9AD4\u984F\u8272","subtitle.quickButton.red":"\u7D05\u8272","subtitle.quickButton.translationTextColor":"\u7FFB\u8B6F\u6587\u5B57\u9AD4\u984F\u8272","subtitle.quickButton.magenta":"\u6D0B\u7D05\u8272","subtitle.quickButton.green":"\u7DA0\u8272","subtitle.quickButton.backgroundOpacity":"\u80CC\u666F\u4E0D\u900F\u660E\u5EA6",attachSubtitleTranslating:"\u6B63\u5728\u4F7F\u7528 {service} \u7FFB\u8B6F\u4E2D...","error.claude.403":"\u66AB\u7121\u6B0A\u9650\u8A2A\u554F\u670D\u52D9\uFF0C\u53EF\u80FD\u8207 Claude \u7684\u5730\u5340\u9650\u5236\u6709\u95DC\uFF0C\u60A8\u53EF\u4EE5\u5617\u8A66\u5207\u63DB\u60A8\u7684 IP \u5730\u5740\uFF0C\u6216\u8005\u4F7F\u7528\u5176\u4ED6\u7FFB\u8B6F\u670D\u52D9\u3002","browser.brandDescriptionForSafari":"\u3010\u6C89\u6D78\u5F0F\u7FFB\u8B6F\u3011\u4E00\u6B3E\u514D\u8CBB\u7684\uFF08\u539F\u6587/\u8B6F\u6587\uFF09\u96D9\u8A9E\u5C0D\u7167\u7DB2\u9801\u7FFB\u8B6F\u63D2\u4EF6\uFF0C\u540C\u6642\u652F\u6301PDF\u7FFB\u8B6F\u548CEPUB\u96FB\u5B50\u66F8\u7FFB\u8B6F\u4E14\u4FDD\u7559\u539F\u6587\u6A94\u6392\u7248\uFF0CYoutube/Netflix\u7B49\u5728\u7DDA\u8996\u983B\u96D9\u8A9E\u5B57\u5E55\u7FFB\u8B6F\uFF0C\u652F\u6301Deepl/Google\u7B49\u4E3B\u6D41\u7FFB\u8B6F\u670D\u52D9;","browser.PdfProFile":"AI \u9A45\u52D5\u7684 PDF Pro \u7FFB\u8B6F","browser.textTranslate":"\u6587\u672C\u7FFB\u8B6F\uFF08\u5C0D\u6BD4\u591A\u500B\u7FFB\u8B6F\u670D\u52D9\uFF09"};var _4={nologin:"Not logged in",loginForSafari:"Sign In or Sign Up",login:"Log In",goLogin:"Sign In",manageAccount:"Manage Account",openPremium:"Upgrade to Pro",logout:"Logout",curentPlan:"Current Plan",endAt:"Expires",endAuto:"Auto Renew",lineBreakMaxTextCount:"Maximum characters per sentence after line break","translate-pdf":"Translate PDF","noSupportTranslate-pdf":"This script is not supported. Please use a plugin.","translate-firefox-local-pdf":"Go to upload PDF",enableLineBreak:"Enable automatic line wrapping for long paragraphs",sponsorLabel:"Sponsor developers from $1 (monthly or one-time)",help:"Help",enableLineBreakDescription:"After activating, insert line breaks at the end of each sentence in lengthy paragraphs for improved readability.","browser.shortBrandName":"Immersive Translate","browser.brandName":"Immersive Translate - Translate Website & PDF","browser.brandDescription":"Free Translate Website, Translate PDF & Epub eBook, Translate Video Subtitles in Bilingual","browser.toggleTranslatePage":"Translate webpage/Display original text","browser.toggleTranslateTheWholePage":"Translate entire page/Display original text","browser.toggleTranslateToThePageEndImmediately":"Translate instantly to the bottom of the page/Display original text","browser.toggleTranslateTheMainPage":"Translate main page /Display original text","browser.shareToDraft":"Share Bilingual Page","browser.openOptionsPage":"Open Settings Page","browser.translateLocalPdfFile":"Translate local PDF File","browser.openEbookViewer":"Read local e-books","browser.openEbookBuilder":"Create Bilingual EPUB E-books","browser.translateLocalHtmlFile":"Translate HTML/txt File","browser.donateContext":"Explore Sponsorship Benefits","browser.translateLocalSubtitleFile":"Translate Local Subtitle File",confirmResetConfig:"Are you sure you want to reset settings?",translationLineBreakSettingTitle:"Line break setting",smartLineBreak:"Smart Wrap",alwaysLineBreak:"Always Wrap",isShowContextMenu:"Add Translation to Right-Click Menu",toggleBeta:"Enable Beta Testing Features",betaDescription:"Enable experimental features and test translation services. Join the <1>Telegram group for more information.",translationLineBreakSettingDescription:"Always Wrap is suitable for layouts with less content, providing a neater appearance. (For longer paragraphs with over {count} characters, use Smart Wrap for a more space-efficient display.)",tempTranslateDomainTitle:"Temporarily Activate Website Translation Time",tempTranslateDomainDescription:"When manually translating a webpage, temporarily enable automatic translation for the site. You can set a temporary duration.",xMinutes:"{count} minutes",disabled:"Disable",changelog:"Change Log",toggleTranslatePageWhenThreeFingersOnTheScreen:"Touch screen with multiple fingers to translate webpage/display original text",toggleTranslationMaskWhenThreeFingersOnTheScreen:"Touch screen with multiple fingers to show/hide the blurry effect of the translated text",addUrlDescription:"You can specify domain names, and also use wildcard characters, such as: *.google.com, google.com/mail/*, https://www.google.com/*",general:"General",clickToExpandConfig:"Expand current configuration",import:"Import from file",export:"Export to file",toggleDebug:"Print debug logs to console","fingers.0":"Close",mouseHoldKey:"+ {key} translate/restore this paragraph",mouseHoldKeyAuto:"immediately translate this paragraph",mouseHoldKeyOff:"Do nothing",mouseHoldKeyOther:"Custom shortcut key (open settings)",mouseHoldKeyCustomKey:"{key} translate/restore this paragraph","mouse-translate":"Hover",document:"Document",resetSuccess:"Reset all settings successful",resetThisSuccess:"Reset successful",saved:"Saved successfully",successImportConfig:"Configuration imported successfully",goAdvancedSettings:"Go to Advanced Settings Page",goAdvancedInterfaceSettings:"Go to Advanced Custom Settings Page",advanced:"Advanced Settings",advancedDescription:"Generally, there's no need to adjust; keep the default settings. These options are provided for more advanced users seeking a more personalized experience.",developer:"Developer settings",donateCafe:"Pricing","translate to the bottom of the page":"After opening a webpage, do you want to translate to the bottom of the page immediately?",feedback:"Feedback",toggleTranslatePage:"Translate webpage/Show original text",translateToThePageEndImmediatelyDescription:"Once enabled, upon entering a webpage, it will immediately translate the content from the top to the bottom. If disabled, it will translate as you read. (Not recommended to enable)","translate all areas of the page":"Should all areas of the webpage be translated?",translationAreaDescription:"Once enabled, all areas of the entire webpage will be translated. If disabled, the default smart recognition will be used to translate only the main areas. (Not recommended to enable)","the number of characters to be translated first":"Translate the first few characters of the page directly, without waiting to scroll to the visible area.","interface language":"Interface language","display both the original text and the translation":"Display both the original text and the translation","keyboard shortcuts":"Keyboard shortcuts",modify:"Edit",reset:"Reset",close:"Close",homepage:"Home Page",more:"More",moreOptions:"Expand for more custom settings",translateTheWholePage:"Translate entire page",changeToTranslateTheWholePage:"Translate the Whole Page",changeToTranslateTheMainPage:"Translate the Main Content",changeToOnlyTranslationMode:"Show Translation only",changeToDualTranslationMode:"Show Bilingual Translation",translateToThePageEndImmediately:"Immediately translate to the bottom ",translateTheMainPage:"smart translate the main areas","The local rules are up to date":"Local rules are up to date:","Successfully synchronized with the latest official rules:":"Successfully synced latest official rules:","Checking for updates":"Checking for update","Rules are being synchronized":"Syncing official rules",localVersionIsTooOld:"The local extension version is too old, please upgrade the extension to {minVersion} or a newer version and try to sync again.",badUserscriptBrowser:"The current browser does not correctly support the interface of the Tampermonkey extension (such as obtaining version information of Tampermonkey scripts). Please use another <1>browser that supports Tampermonkey extensions, such as Firefox.",foundNewVersion:"New version available",theLocalExtensionIsUpToUpdate:"The current extension version is up to date.",failToSyncRules:"Failed to sync latest adaptive rules",retry:"Retry",failedReason:"Failure reason",currentRuleVersion:"Current Rule Version",calculating:"Calculating",unknownError:"Unknown Error",canNotFetchRemoteRule:"Unable to fetch remote rule",enableAlphaSuccess:"Alpha feature enabled successfully",disableAlphaSuccess:"Alpha feature has been disabled",cacheSize:"Cache size:",cleaning:"Cleaning",cleanCache:"Clear cache",options:"Options",about:"About",service:"Translation Service",needAction:"(go to settings)",goSettings:"go to settings",needActionForOptions:"(requires setting)",translationEngine:"Engine Options",sourceLanguage:"Original language",target:"Target Language",popupSourceLanguage:"Source",popupTarget:"Target",popupService:"Service",forThisSite:"Site",autoEnableSubtitle:"Auto-enable bilingual captions",alwaysTranslate:"Always translate",neverTranslate:"Never translate",neverTranslateSomeLanguage:"Never translate {language}",alwaysTranslateSomeSite:"Always translate {hostname}",neverTranslateSomeSite:"Never translate {hostname}",alwaysTranslateSomeSiteOrWildSite:"Always translate this site",alwaysTranslateSomePage:"Always translate this page",add:"Add",default:"Default",forThisLanguage:"For This Language:","add url":"Add URL",edit:"Edit",pickAll:"Select All","translate other languages into specific language":"Translate other languages into the language you set","select translation service":"Select a translation service",language:"Language","show-original":"Show Original",translate:"Translate",Translated:"Translated",Translating:"Translating",Error:"Error",allowCacheTranslations:"Enable local translation caching (reduce translation requests for repeated paragraphs)","translation display":"Translation display style","select diplay style":"See below for examples of different translation styles",interface:"Interface Settings",import_export:"Import/Export",import_export_title:"Import/Export Configuration",syncToGoogleDrive:"Sync Now with Google Drive",floatBallOptions:"Floating Button","floatBallOptions.enable":"Enable Floating Ball","floatBallOptions.blockUrls":"Blocked Websites","floatBallOptions.add":"Add","floatBallOptions.blockUrlDesc":"Don\u2019t show the floating ball on these websites","floatBallOptions.clickType":"Click Behavior","floatBallOptions.clickTypeDesc":"What happens when you click the floating ball icon","floatBallOptions.clickPopup":"Display Translation Panel","floatBallOptions.clickTranslate":"Translate/Show Original Text","floatBallOptions.fixedPosition":"Fixed Position","floatBallOptions.fixedPositionDesc":"Whether the float ball is on the left or right of the window","floatBallOptions.fixedPositionLeft":"Left","floatBallOptions.fixedPositionRight":"Right",previewAllThemes:"Preview all themes","translationTheme.none":"None","translationTheme.grey":"Black Gray","translationTheme.dashed":"Dotted lines","translationTheme.dotted":"Dotted lines","translationTheme.dashedBorder":"Dotted Border","translationTheme.solidBorder":"Solid Border","translationTheme.underline":"Straight line","translationTheme.mask":"Blur effect (learning mode)","translationTheme.opacity":"Transparency effect","translationTheme.paper":"White paper shadow effect","translationTheme.dividingLine":"Dividing line","translationTheme.highlight":"Highlight","translationTheme.marker":"Marker","translationTheme.marker2":"Maker2","translationTheme.blockquote":"quote style","translationTheme.weakening":"Weaken","translationTheme.italic":"Italic","translationTheme.bold":"Bold","translationTheme.thinDashed":"Thin dotted lines","translationTheme.nativeDashed":"System built-in dotted lines","translationTheme.nativeDotted":"System built-in dotted lines","translationTheme.nativeUnderline":"System built-in straight lines","translationTheme.wavy":"wavy lines","translationServices.custom":"Custom API","translationServices.tencent":"Tencent Translator","translationServices.tenAlpha":"Tencent Translator (Alpha)","translationServices.google":"Google Translate","translationServices.bai":"Baidu (Alpha)","translationServices.baidu":"Baidu translation","translationServices.aliyun":"Aliyun Translator","translationServices.volc":"Volcano Translation","translationServices.deeplx":"DeepLX (Alpha)","translationServices.bing":"Microsoft Translator","translationServices.deepl":"DeepL","translationServices.wechat":"Wechat translation","translationServices.azure":"Azure Translator","translationServices.ibm":"IBM Watson","translationServices.aws":"Amazon Translate","translationServices.mock":"Mock translation","translationServices.mock2":"Mock Translation2","translationServices.caiyun":"Caiyun Translation","translationServices.cai":"Caiyun Translation (Alpha)","translationServices.volcAlpha":"Volcano Translation (Alpha)","translationServices.openl":"OpenL","translationServices.youdao":"Youdao Translation","translationServices.you":"Youdao Translation (Alpha)","translationServices.transmart":"Tencent Smart Translation","translationServices.niu":"Niu Translation","translationServices.papago":"Papago Translation","translationServices.d":"DeeplX (Alpha)","translationServices.dpro":"D Pro (Canary)","translationServices.openai":"OpenAI","translationServices.yandex":"Yandex","translationServices.gemini":"Gemini","translationServices.chatgpt":"ChatGPT Web(3.5 mobile)","translate title":"Translate page title","always languages":"Always translate the following languages",neverTranslateLanguagesLabel:"Never Translated Languages",neverTranslateTheFollowingLanguagesDescription:"When a paragraph on a page is in one of the following languages, the translation will be skipped",enableUserscriptPagePopup:"Always show Popup windows on the page",enableUserscriptPagePopupDescription:"After closing the floating ball, you can use the shortcut key /{touch} to summon it. To prevent accidentally losing the floating ball after turning off this option, it is strongly recommended to bookmark this settings page.","always translate the following languages":"The following languages will always be translated","always sites":"Always translate the following sites","always translate the following sites":"The following sites will always be translated","never sites":"Never translate the following sites","never translate the following sites":"The following sites will never be translated","please refer to":"It can only be used after filling in the key. For details, please refer to",KeyAndConfigurationTutorial:"Key Application and Configuration Tutorial",useAboveStyleForTheseSites:"Sites that always use the {theme} translation style",currentUrl:"Current URL",confirm:"Save",cancel:"Cancel",delete:"Delete",syncToCloud:"Sync to cloud",syncToCloudDescription:"Upload the configuration to the cloud server, and you can synchronize the configuration between different browsers or Tampermonkey scripts, based on the last modification time.",syncToAccount:"Sync to account",syncToAccountButton:"Sync to account now",syncToAccountDescription:"Uploaded to the logged-in account, the configuration can be synchronized between different devices, and the last modification time shall prevail.",successSyncConfigInAccount:"Successfully synced with account",successSyncConfigToAccount:"Successfully synchronized to account",syncConfigNoUpdate:"Already up to date",authFail:"Authorization Failed",syncTitle:"Manual Backup Management",import_hint:"Import",upload:"Upload",revokeAuth:"Revoke Authorization",uploadFail:"Upload Failed",download:"Download",importSuccess:"Upload Success",importFail:"Import Failed",deleteFail:"Delete Failed",backupToCloud:"Manage backup files manually",create_new_backup:"Add backup node",maxBackupFiles:"Up to{count}different nodes can be backed up. Please delete unneeded nodes",backupToCloudDescription:"Upload or restore backup files manually, up to 3 different backups",successSyncConfig:"Successfully synced with cloud",syncFail:"Synchronization failed",updatedAt:"Updated at {date}",lastSyncedAt:"Last checked at {date}",downloadFail:"Download failed",clickToDownload:"Click to download",aboutLabel:"About - Feedback ","browser.openAboutPage":"About / Feedback/Sponsor",aboutLabelWithoutSponsor:"About - Feedback",aboutIntro:"We hope that all users will easily and pleasantly access to the enormous amount of foreign language information available on the Internet \u2764\uFE0F. You can choose to subscribe to <6>Pro membership to use the out-of-the-box DeepL and OpenAI translation.

Follow us on<3>Twitter, <4>Telegram Channel, WeChat public account, WeChat community group, or subscribe to updates via <5>email below.
<7>Pro members can contact us through the quick customer service email <8>support@immersivetranslate.com.",aboutIntroWithoutSponsor:"The extension is completely free. We hope that everyone can easily and joyfully access the vast foreign language information on the Internet \u2764\uFE0F.

Follow us on <3>Twitter, <4>Telegram channel, WeChat public account, WeChat community group, or subscribe to updates via <5>email below.",projectHomepage:"Project Homepage",joinTelegramGroup:"Join our communities for feature discussion",wechatPublicAccount:"Wechat Official Account",wechatCommunities:"Wechat Group",qqCommunities:"QQ Channel",joinTelegramChannel:"Subscribe to our Telegram channel to get the latest updates",feedbackAndJoin:"Feedback",autoSync:"Auto-Time Sync",loadingThemeTitle:"Loading Style",loadingThemeDescription:"Set the style of waiting for the translation to load","loadingTheme.spinner":"Spinning icon","loadingTheme.text":"Static Text... ","loadingTheme.none":"Disabled",developerDescription:"You can click <1>here to see the documentation related to advanced customization","edit border color":"Edit border color",successSyncButNoChange:"The current configuration is consistent with that in the cloud server",customTheme:"Customize colors and sizes","customThemeLabel.borderColor":"Border color","customThemeLabel.borderRadius":"Border Round Corner","customThemeLabel.textColor":"Text color","customThemeLabel.backgroundColor":"Background color","customThemeLabel.zoom":"Font scale (%)","customThemeLabel.opacity":"Text opacity (%)",resetToDefaultColor:"Reset to default colors",resetToDefaultSettings:"Reset to default settings",isTranslateTitle:"Enable translate page title",isTranslateTitleDescription:"When enabled, the webpage title will be translated",enableSearchEnhancement:"Enable Search Enhancement",enableSearchEnhancementDescription:"After activation, the right sidebar will automatically display 'Google News' search results for the corresponding English keywords on supported websites (Google News, Google Search (for certain keywords), Xueqiu, East Money, Futu, Tiger Community).",verifyService:"Verify service",verified:"Successful","field.langs":"Supported Language Code","field.model":"Model","field.translationEngine":"Translation engine","field.limitPerMinute":"Max requests per minute","field.limitPerSecond":"Max requests per second","field.maxTextLengthPerRequest":"Maximum text length per request","field.maxTextGroupLengthPerRequest":"Maximum number of paragraphs per request","field.apiUrl":"Custom API interface address","field.placeholderDelimiters":"Reserved placeholders","description.custom":"Custom interface access requires reference documents","description.limitPerMinute":"When the number of requests exceeds this limit, it will be temporarily suspended until the beginning of the next minute. Due to various limitations of OpenAI's current services, please click <1>here to view the latest suggested values","description.limitPerSecond":"When the number of requests exceeds this limit, it will be temporarily suspended until the beginning of the next second. Due to various limitations of OpenAI's current services, please click <1>here to view the latest suggested values","description.generalLimitPerSecond":"When the number of requests exceeds the limit, it will enter a queue state until the beginning of the next second.","description.prompt":"The dialogue sent to {service} as a user, where {{text}} represents the text content of the paragraph, {{from}} represents the language of the paragraph, and {{to}} represents the target language.","description.maxTextLengthPerRequest":"By default multiple paragraphs will be merged to reduce the number of requests, but if the total length of the paragraphs is too long, it may also cause the interface to respond slowly, so you can try to adjust this option to optimize speed","description.systemPrompt":"Send the conversation to OpenAI as a system, where {{text}} represents the text content of the paragraph, {{from}} represents the original language of the paragraph, and {{to}} represents the target language.","field.domain":"Domain","description.domain":"The default is: general. It can only be set when domain translation is activated in the Youdao API console, and the supported domains can be seen <1>Here ","field.scene":"Scenarios","description.scene":"The default is: general. It can be set only if the Alibaba Cloud API console has the Machine Translation Professional Edition enabled. Supported scenes can be found <1>here.","field.vocabId":"User dictionary ID","description.vocabId":"Specified dictionary out_id, currently supported in English translation","description.model":"OpenAI's models, such as gpt-3.5-turbo, gpt-4, etc","description.maxTextGroupLengthPerRequest":"The number of paragraphs sent to translation service each time. Sending too many paragraphs to OpenAI at once can slow down the interface.","description.apiUrl":"Please add a specific URL with a path, <1>more instructions",enabledExtension:"Enable extensions",clickToDisableExtension:"Click to disable extension",clickToEnableExtension:"Click to enable the extension",hasBeenDisabled:"Disabled","show password":"Show password",customContent:"Enter the name of the custom model",inputOptions:"Enhanced input box",mouseHoverOptions:"Mouse Hover",modifyMouseHoverKey:"Modify mouse hover shortcuts",enableInputTranslation:"enhanced input box?",enableInputTranslationDescription:"When enabled, enter {startingKey}{startingKey} direct in the input box and hit{inputTrailingTriggerKeyRepeatTimes}times{trailingKey}, translated into {inputTargetLanguage}",enableInputTranslationDescriptionForNoneKey:'When enabled, simply enter "Hello World" in the input box, then quickly press {inputTrailingTriggerKeyRepeatTimes} times on {trailingKey}, and it will be translated into the default target language.',inputTargetLanguage:"Set the default target language for the input box",inputTargetLanguageDescription:"The default target language for the translation input box, which is {startingKey}{startingKey} as the default language for triggering words.",inputTargetLanguageDescriptionForNoneKey:"Default target language for translation input box",inputStartingTriggerKeyTitle:"Set the delimiter character for partial translation of the input box",inputStartingTriggerKeyDescription:"When you don\u2019t need to translate the entire input box, the delimiter allows you to only translate the part from {startingKey}{startingKey} to the end of the input box. You can also specify a language code, for example: {startingKey}ja means to only translate the part from {startingKey}ja to the end of the input box",inputStartingTriggerKeyDescriptionForNoneKey:"The current setting does not require a prefix, so the partial text translation function of the input box cannot be used temporarily",inputTrailingTriggerKeyTitle:"Select a trigger character to indicate the end of input.",inputTrailingTriggerKeyDescription:"Quickly hitting {trailingKey} 3 times will start the translation",inputTrailingTriggerKeyTimeout:"Enter the interval time to end the trailing trigger",inputTrailingTriggerKeyTimeoutDescription:"Set the interval time for the end of input combo trigger (milliseconds)",spaceKey:"",noneKey:"No prefix needed, translate the entire text box directly",inputTranslationBlockUrlsTitle:"Do not enable input box enhancement on the following URLs",inputTranslationBlockUrlsDescription:"The input box enhancement will not work in the following URL",inputHelperInfo:`Note: We have optimized the system to address an issue where certain characters in Chinese input methods were being converted into Chinese punctuation marks. For instance, when using Sogou Input Method, "/" would be changed to "\u3001". We now recognizes all corresponding Chinese symbols as triggering characters, including "//" and "\u3001\u3001". + {env.imt_sub_trans_field}: \u8B6F\u6587`,"subtitle.quickButton.translationPosition":"\u8B6F\u6587\u4F4D\u7F6E","subtitle.quickButton.cyan":"\u9752\u8272","subtitle.quickButton.translationPositionTop":"\u539F\u6587\u4E0A\u65B9","subtitle.quickButton.translationPositionBottom":"\u539F\u6587\u4E0B\u65B9","subtitle.quickButton.yellow":"\u9EC3\u8272","subtitle.quickButton.black":"\u9ED1\u8272","subtitle.quickButton.white":"\u767D\u8272","subtitle.quickButton.setting":"\u8A2D\u7F6E","subtitle.quickButton.blue":"\u85CD\u8272","subtitle.quickButton.backgroundColor":"\u80CC\u666F\u984F\u8272","subtitle.quickButton.sourceFontSize":"\u539F\u59CB\u5B57\u9AD4\u5927\u5C0F","subtitle.quickButton.translationFontSize":"\u7FFB\u8B6F\u6587\u5B57\u9AD4\u5927\u5C0F","translationServices.claude":"\u514B\u52DE\u5FB7","subtitle.quickButton.sourceTextColor":"\u539F\u59CB\u5B57\u9AD4\u984F\u8272","subtitle.quickButton.red":"\u7D05\u8272","subtitle.quickButton.translationTextColor":"\u7FFB\u8B6F\u6587\u5B57\u9AD4\u984F\u8272","subtitle.quickButton.magenta":"\u6D0B\u7D05\u8272","subtitle.quickButton.green":"\u7DA0\u8272","subtitle.quickButton.backgroundOpacity":"\u80CC\u666F\u4E0D\u900F\u660E\u5EA6",attachSubtitleTranslating:"\u6B63\u5728\u4F7F\u7528 {service} \u7FFB\u8B6F\u4E2D...","error.claude.403":"\u66AB\u7121\u6B0A\u9650\u8A2A\u554F\u670D\u52D9\uFF0C\u53EF\u80FD\u8207 Claude \u7684\u5730\u5340\u9650\u5236\u6709\u95DC\uFF0C\u60A8\u53EF\u4EE5\u5617\u8A66\u5207\u63DB\u60A8\u7684 IP \u5730\u5740\uFF0C\u6216\u8005\u4F7F\u7528\u5176\u4ED6\u7FFB\u8B6F\u670D\u52D9\u3002","browser.brandDescriptionForSafari":"\u3010\u6C89\u6D78\u5F0F\u7FFB\u8B6F\u3011\u4E00\u6B3E\u514D\u8CBB\u7684\uFF08\u539F\u6587/\u8B6F\u6587\uFF09\u96D9\u8A9E\u5C0D\u7167\u7DB2\u9801\u7FFB\u8B6F\u63D2\u4EF6\uFF0C\u540C\u6642\u652F\u6301PDF\u7FFB\u8B6F\u548CEPUB\u96FB\u5B50\u66F8\u7FFB\u8B6F\u4E14\u4FDD\u7559\u539F\u6587\u6A94\u6392\u7248\uFF0CYoutube/Netflix\u7B49\u5728\u7DDA\u8996\u983B\u96D9\u8A9E\u5B57\u5E55\u7FFB\u8B6F\uFF0C\u652F\u6301Deepl/Google\u7B49\u4E3B\u6D41\u7FFB\u8B6F\u670D\u52D9;","browser.PdfProFile":"AI \u9A45\u52D5\u7684 PDF Pro \u7FFB\u8B6F","browser.textTranslate":"\u6587\u672C\u7FFB\u8B6F\uFF08\u5C0D\u6BD4\u591A\u500B\u7FFB\u8B6F\u670D\u52D9\uFF09"};var _4={nologin:"Not logged in",loginForSafari:"Sign In or Sign Up",login:"Log In",goLogin:"Sign In",manageAccount:"Manage Account",openPremium:"Upgrade to Pro",logout:"Logout",curentPlan:"Current Plan",endAt:"Expires",endAuto:"Auto Renew",lineBreakMaxTextCount:"Maximum characters per sentence after line break","translate-pdf":"Translate PDF","noSupportTranslate-pdf":"This script is not supported. Please use a plugin.","translate-firefox-local-pdf":"Go to upload PDF",enableLineBreak:"Enable automatic line wrapping for long paragraphs",sponsorLabel:"Sponsor developers from $1 (monthly or one-time)",help:"Help",enableLineBreakDescription:"After activating, insert line breaks at the end of each sentence in lengthy paragraphs for improved readability.","browser.shortBrandName":"Immersive Translate","browser.brandName":"Immersive Translate - Translate Website & PDF","browser.brandDescription":"Free Translate Website, Translate PDF & Epub eBook, Translate Video Subtitles in Bilingual","browser.toggleTranslatePage":"Translate webpage/Display original text","browser.toggleTranslateTheWholePage":"Translate entire page/Display original text","browser.toggleTranslateToThePageEndImmediately":"Translate instantly to the bottom of the page/Display original text","browser.toggleTranslateTheMainPage":"Translate main page /Display original text","browser.shareToDraft":"Share Bilingual Page","browser.openOptionsPage":"Open Settings Page","browser.translateLocalPdfFile":"Translate local PDF File","browser.openEbookViewer":"Read local e-books","browser.openEbookBuilder":"Create Bilingual EPUB E-books","browser.translateLocalHtmlFile":"Translate HTML/txt File","browser.donateContext":"Explore Sponsorship Benefits","browser.translateLocalSubtitleFile":"Translate Local Subtitle File",confirmResetConfig:"Are you sure you want to reset settings?",translationLineBreakSettingTitle:"Line break setting",smartLineBreak:"Smart Wrap",alwaysLineBreak:"Always Wrap",isShowContextMenu:"Add Translation to Right-Click Menu",toggleBeta:"Enable Beta Testing Features",betaDescription:"Enable experimental features and test translation services. Join the <1>Telegram group for more information.",translationLineBreakSettingDescription:"Always Wrap is suitable for layouts with less content, providing a neater appearance. (For longer paragraphs with over {count} characters, use Smart Wrap for a more space-efficient display.)",tempTranslateDomainTitle:"Temporarily Activate Website Translation Time",tempTranslateDomainDescription:"When manually translating a webpage, temporarily enable automatic translation for the site. You can set a temporary duration.",xMinutes:"{count} minutes",disabled:"Disable",changelog:"Change Log",toggleTranslatePageWhenThreeFingersOnTheScreen:"Touch screen with multiple fingers to translate webpage/display original text",toggleTranslationMaskWhenThreeFingersOnTheScreen:"Touch screen with multiple fingers to show/hide the blurry effect of the translated text",addUrlDescription:"You can specify domain names, and also use wildcard characters, such as: *.google.com, google.com/mail/*, https://www.google.com/*",general:"General",clickToExpandConfig:"Expand current configuration",import:"Import from file",export:"Export to file",toggleDebug:"Print debug logs to console","fingers.0":"Close",mouseHoldKey:"+ {key} translate/restore this paragraph",mouseHoldKeyAuto:"immediately translate this paragraph",mouseHoldKeyOff:"Do nothing",mouseHoldKeyOther:"Custom shortcut key (open settings)",mouseHoldKeyCustomKey:"{key} translate/restore this paragraph","mouse-translate":"Hover",document:"Document",resetSuccess:"Reset all settings successful",resetThisSuccess:"Reset successful",saved:"Saved successfully",successImportConfig:"Configuration imported successfully",goAdvancedSettings:"Go to Advanced Settings Page",goAdvancedInterfaceSettings:"Go to Advanced Custom Settings Page",advanced:"Advanced Settings",advancedDescription:"Generally, there's no need to adjust; keep the default settings. These options are provided for more advanced users seeking a more personalized experience.",developer:"Developer settings",donateCafe:"Pricing","translate to the bottom of the page":"After opening a webpage, do you want to translate to the bottom of the page immediately?",feedback:"Feedback",toggleTranslatePage:"Translate webpage/Show original text",translateToThePageEndImmediatelyDescription:"Once enabled, upon entering a webpage, it will immediately translate the content from the top to the bottom. If disabled, it will translate as you read. (Not recommended to enable)","translate all areas of the page":"Should all areas of the webpage be translated?",translationAreaDescription:"Once enabled, all areas of the entire webpage will be translated. If disabled, the default smart recognition will be used to translate only the main areas. (Not recommended to enable)","the number of characters to be translated first":"Translate the first few characters of the page directly, without waiting to scroll to the visible area.","interface language":"Interface language","display both the original text and the translation":"Display both the original text and the translation","keyboard shortcuts":"Keyboard shortcuts",modify:"Edit",reset:"Reset",close:"Close",homepage:"Home Page",more:"More",moreOptions:"Expand for more custom settings",translateTheWholePage:"Translate entire page",changeToTranslateTheWholePage:"Translate the Whole Page",changeToTranslateTheMainPage:"Translate the Main Content",changeToOnlyTranslationMode:"Show Translation only",changeToDualTranslationMode:"Show Bilingual Translation",translateToThePageEndImmediately:"Immediately translate to the bottom ",translateTheMainPage:"smart translate the main areas","The local rules are up to date":"Local rules are up to date:","Successfully synchronized with the latest official rules:":"Successfully synced latest official rules:","Checking for updates":"Checking for update","Rules are being synchronized":"Syncing official rules",localVersionIsTooOld:"The local extension version is too old, please upgrade the extension to {minVersion} or a newer version and try to sync again.",badUserscriptBrowser:"The current browser does not correctly support the interface of the Tampermonkey extension (such as obtaining version information of Tampermonkey scripts). Please use another <1>browser that supports Tampermonkey extensions, such as Firefox.",foundNewVersion:"New version available",theLocalExtensionIsUpToUpdate:"The current extension version is up to date.",failToSyncRules:"Failed to sync latest adaptive rules",retry:"Retry",failedReason:"Failure reason",currentRuleVersion:"Current Rule Version",calculating:"Calculating",unknownError:"Unknown Error",canNotFetchRemoteRule:"Unable to fetch remote rule",enableAlphaSuccess:"Alpha feature enabled successfully",disableAlphaSuccess:"Alpha feature has been disabled",cacheSize:"Cache size:",cleaning:"Cleaning",cleanCache:"Clear cache",options:"Options",about:"About",service:"Translation Service",needAction:"(go to settings)",goSettings:"go to settings",needActionForOptions:"(requires setting)",translationEngine:"Engine Options",sourceLanguage:"Original language",target:"Target Language",popupSourceLanguage:"Source",popupTarget:"Target",popupService:"Service",forThisSite:"Site",autoEnableSubtitle:"Auto-enable bilingual captions",alwaysTranslate:"Always translate",neverTranslate:"Never translate",neverTranslateSomeLanguage:"Never translate {language}",alwaysTranslateSomeSite:"Always translate {hostname}",neverTranslateSomeSite:"Never translate {hostname}",alwaysTranslateSomeSiteOrWildSite:"Always translate this site",alwaysTranslateSomePage:"Always translate this page",add:"Add",default:"Default",forThisLanguage:"For This Language:","add url":"Add URL",edit:"Edit",pickAll:"Select All","translate other languages into specific language":"Translate other languages into the language you set","select translation service":"Select a translation service",language:"Language","show-original":"Show Original",translate:"Translate",Translated:"Translated",Translating:"Translating",Error:"Error",allowCacheTranslations:"Enable local translation caching (reduce translation requests for repeated paragraphs)","translation display":"Translation display style","select diplay style":"See below for examples of different translation styles",interface:"Interface Settings",import_export:"Import/Export",import_export_title:"Import/Export Configuration",syncToGoogleDrive:"Sync Now with Google Drive",floatBallOptions:"Floating Button","floatBallOptions.enable":"Enable Floating Ball","floatBallOptions.blockUrls":"Blocked Websites","floatBallOptions.add":"Add","floatBallOptions.blockUrlDesc":"Don\u2019t show the floating ball on these websites","floatBallOptions.clickType":"Click Behavior","floatBallOptions.clickTypeDesc":"What happens when you click the floating ball icon","floatBallOptions.clickPopup":"Display Translation Panel","floatBallOptions.clickTranslate":"Translate/Show Original Text","floatBallOptions.fixedPosition":"Fixed Position","floatBallOptions.fixedPositionDesc":"Whether the float ball is on the left or right of the window","floatBallOptions.fixedPositionLeft":"Left","floatBallOptions.fixedPositionRight":"Right",previewAllThemes:"Preview all themes","translationTheme.none":"None","translationTheme.grey":"Black Gray","translationTheme.dashed":"Dotted lines","translationTheme.dotted":"Dotted lines","translationTheme.dashedBorder":"Dotted Border","translationTheme.solidBorder":"Solid Border","translationTheme.underline":"Straight line","translationTheme.mask":"Blur effect (learning mode)","translationTheme.opacity":"Transparency effect","translationTheme.paper":"White paper shadow effect","translationTheme.dividingLine":"Dividing line","translationTheme.highlight":"Highlight","translationTheme.marker":"Marker","translationTheme.marker2":"Maker2","translationTheme.blockquote":"quote style","translationTheme.weakening":"Weaken","translationTheme.italic":"Italic","translationTheme.bold":"Bold","translationTheme.thinDashed":"Thin dotted lines","translationTheme.nativeDashed":"System built-in dotted lines","translationTheme.nativeDotted":"System built-in dotted lines","translationTheme.nativeUnderline":"System built-in straight lines","translationTheme.wavy":"wavy lines","translationServices.custom":"Custom API","translationServices.tencent":"Tencent Translator","translationServices.tenAlpha":"Tencent Translator (Alpha)","translationServices.google":"Google Translate","translationServices.bai":"Baidu (Alpha)","translationServices.baidu":"Baidu translation","translationServices.aliyun":"Aliyun Translator","translationServices.volc":"Volcano Translation","translationServices.deeplx":"DeepLX (Alpha)","translationServices.bing":"Microsoft Translator","translationServices.deepl":"DeepL","translationServices.wechat":"Wechat translation","translationServices.azure":"Azure Translator","translationServices.ibm":"IBM Watson","translationServices.aws":"Amazon Translate","translationServices.mock":"Mock translation","translationServices.mock2":"Mock Translation2","translationServices.caiyun":"Caiyun Translation","translationServices.cai":"Caiyun Translation (Alpha)","translationServices.volcAlpha":"Volcano Translation (Alpha)","translationServices.openl":"OpenL","translationServices.youdao":"Youdao Translation","translationServices.you":"Youdao Translation (Alpha)","translationServices.transmart":"Tencent Smart Translation","translationServices.niu":"Niu Translation","translationServices.papago":"Papago Translation","translationServices.d":"DeeplX (Alpha)","translationServices.dpro":"D Pro (Canary)","translationServices.openai":"OpenAI","translationServices.yandex":"Yandex","translationServices.gemini":"Gemini","translationServices.chatgpt":"ChatGPT Web(3.5 mobile)","translate title":"Translate page title","always languages":"Always translate the following languages",neverTranslateLanguagesLabel:"Never Translated Languages",neverTranslateTheFollowingLanguagesDescription:"When a paragraph on a page is in one of the following languages, the translation will be skipped",enableUserscriptPagePopup:"Always show Popup windows on the page",enableUserscriptPagePopupDescription:"After closing the floating ball, you can use the shortcut key /{touch} to summon it. To prevent accidentally losing the floating ball after turning off this option, it is strongly recommended to bookmark this settings page.","always translate the following languages":"The following languages will always be translated","always sites":"Always translate the following sites","always translate the following sites":"The following sites will always be translated","never sites":"Never translate the following sites","never translate the following sites":"The following sites will never be translated","please refer to":"It can only be used after filling in the key. For details, please refer to",KeyAndConfigurationTutorial:"Key Application and Configuration Tutorial",useAboveStyleForTheseSites:"Sites that always use the {theme} translation style",currentUrl:"Current URL",confirm:"Save",cancel:"Cancel",delete:"Delete",syncToCloud:"Sync to cloud",syncToCloudDescription:"Upload the configuration to the cloud server, and you can synchronize the configuration between different browsers or Tampermonkey scripts, based on the last modification time.",syncToAccount:"Sync to account",syncToAccountButton:"Sync to account now",syncToAccountDescription:"Uploaded to the logged-in account, the configuration can be synchronized between different devices, and the last modification time shall prevail.",successSyncConfigInAccount:"Successfully synced with account",successSyncConfigToAccount:"Successfully synchronized to account",syncConfigNoUpdate:"Already up to date",authFail:"Authorization Failed",syncTitle:"Manual Backup Management",import_hint:"Import",upload:"Upload",revokeAuth:"Revoke Authorization",uploadFail:"Upload Failed",download:"Download",importSuccess:"Upload Success",importFail:"Import Failed",deleteFail:"Delete Failed",backupToCloud:"Manage backup files manually",create_new_backup:"Add backup node",maxBackupFiles:"Up to{count}different nodes can be backed up. Please delete unneeded nodes",backupToCloudDescription:"Upload or restore backup files manually, up to 3 different backups",successSyncConfig:"Successfully synced with cloud",syncFail:"Synchronization failed",updatedAt:"Updated at {date}",lastSyncedAt:"Last checked at {date}",downloadFail:"Download failed",clickToDownload:"Click to download",aboutLabel:"About - Feedback ","browser.openAboutPage":"About / Feedback/Sponsor",aboutLabelWithoutSponsor:"About - Feedback",aboutIntro:"We hope that all users will easily and pleasantly access to the enormous amount of foreign language information available on the Internet \u2764\uFE0F. You can choose to subscribe to <6>Pro membership to use the out-of-the-box DeepL and OpenAI translation.

Follow us on<3>Twitter, <4>Telegram Channel, WeChat public account, WeChat community group, or subscribe to updates via <5>email below.
<7>Pro members can contact us through the quick customer service email <8>support@immersivetranslate.com.",aboutIntroWithoutSponsor:"The extension is completely free. We hope that everyone can easily and joyfully access the vast foreign language information on the Internet \u2764\uFE0F.

Follow us on <3>Twitter, <4>Telegram channel, WeChat public account, WeChat community group, or subscribe to updates via <5>email below.",projectHomepage:"Project Homepage",joinTelegramGroup:"Join our communities for feature discussion",wechatPublicAccount:"Wechat Official Account",wechatCommunities:"Wechat Group",qqCommunities:"QQ Channel",joinTelegramChannel:"Subscribe to our Telegram channel to get the latest updates",feedbackAndJoin:"Feedback",autoSync:"Auto-Time Sync",loadingThemeTitle:"Loading Style",loadingThemeDescription:"Set the style of waiting for the translation to load","loadingTheme.spinner":"Spinning icon","loadingTheme.text":"Static Text... ","loadingTheme.none":"Disabled",developerDescription:"You can click <1>here to see the documentation related to advanced customization","edit border color":"Edit border color",successSyncButNoChange:"The current configuration is consistent with that in the cloud server",customTheme:"Customize colors and sizes","customThemeLabel.borderColor":"Border color","customThemeLabel.borderRadius":"Border Round Corner","customThemeLabel.textColor":"Text color","customThemeLabel.backgroundColor":"Background color","customThemeLabel.zoom":"Font scale (%)","customThemeLabel.opacity":"Text opacity (%)",resetToDefaultColor:"Reset to default colors",resetToDefaultSettings:"Reset to default settings",isTranslateTitle:"Enable translate page title",isTranslateTitleDescription:"When enabled, the webpage title will be translated",enableSearchEnhancement:"Enable Search Enhancement",enableSearchEnhancementDescription:"After activation, the right sidebar will automatically display 'Google News' search results for the corresponding English keywords on supported websites (Google News, Google Search (for certain keywords), Xueqiu, East Money, Futu, Tiger Community).",verifyService:"Verify service",verified:"Successful","field.langs":"Supported Language Code","field.model":"Model","field.translationEngine":"Translation engine","field.limitPerMinute":"Max requests per minute","field.limitPerSecond":"Max requests per second","field.maxTextLengthPerRequest":"Maximum text length per request","field.maxTextGroupLengthPerRequest":"Maximum number of paragraphs per request","field.apiUrl":"Custom API interface address","field.placeholderDelimiters":"Reserved placeholders","description.custom":"Custom interface access requires reference documents","description.limitPerMinute":"When the number of requests exceeds this limit, it will be temporarily suspended until the beginning of the next minute. Due to various limitations of OpenAI's current services, please click <1>here to view the latest suggested values","description.limitPerSecond":"When the number of requests exceeds this limit, it will be temporarily suspended until the beginning of the next second. Due to various limitations of OpenAI's current services, please click <1>here to view the latest suggested values","description.generalLimitPerSecond":"When the number of requests exceeds the limit, it will enter a queue state until the beginning of the next second.","description.prompt":"The dialogue sent to {service} as a user, where {{text}} represents the text content of the paragraph, {{from}} represents the language of the paragraph, and {{to}} represents the target language.","description.maxTextLengthPerRequest":"By default multiple paragraphs will be merged to reduce the number of requests, but if the total length of the paragraphs is too long, it may also cause the interface to respond slowly, so you can try to adjust this option to optimize speed","description.systemPrompt":"The dialogue sent to {service} as a system, where {{text}} represents the text content of the paragraph, {{from}} represents the language of the paragraph, and {{to}} represents the target language.","field.domain":"Domain","description.domain":"The default is: general. It can only be set when domain translation is activated in the Youdao API console, and the supported domains can be seen <1>Here ","field.scene":"Scenarios","description.scene":"The default is: general. It can be set only if the Alibaba Cloud API console has the Machine Translation Professional Edition enabled. Supported scenes can be found <1>here.","field.vocabId":"User dictionary ID","description.vocabId":"Specified dictionary out_id, currently supported in English translation","description.model":"OpenAI's models, such as gpt-3.5-turbo, gpt-4, etc","description.maxTextGroupLengthPerRequest":"The number of paragraphs sent to translation service each time. Sending too many paragraphs to OpenAI at once can slow down the interface.","description.apiUrl":"Please add a specific URL with a path, <1>more instructions",enabledExtension:"Enable extensions",clickToDisableExtension:"Click to disable extension",clickToEnableExtension:"Click to enable the extension",hasBeenDisabled:"Disabled","show password":"Show password",customContent:"Enter the name of the custom model",inputOptions:"Enhanced input box",mouseHoverOptions:"Mouse Hover",modifyMouseHoverKey:"Modify mouse hover shortcuts",enableInputTranslation:"enhanced input box?",enableInputTranslationDescription:"When enabled, enter {startingKey}{startingKey} direct in the input box and hit{inputTrailingTriggerKeyRepeatTimes}times{trailingKey}, translated into {inputTargetLanguage}",enableInputTranslationDescriptionForNoneKey:'When enabled, simply enter "Hello World" in the input box, then quickly press {inputTrailingTriggerKeyRepeatTimes} times on {trailingKey}, and it will be translated into the default target language.',inputTargetLanguage:"Set the default target language for the input box",inputTargetLanguageDescription:"The default target language for the translation input box, which is {startingKey}{startingKey} as the default language for triggering words.",inputTargetLanguageDescriptionForNoneKey:"Default target language for translation input box",inputStartingTriggerKeyTitle:"Set the delimiter character for partial translation of the input box",inputStartingTriggerKeyDescription:"When you don\u2019t need to translate the entire input box, the delimiter allows you to only translate the part from {startingKey}{startingKey} to the end of the input box. You can also specify a language code, for example: {startingKey}ja means to only translate the part from {startingKey}ja to the end of the input box",inputStartingTriggerKeyDescriptionForNoneKey:"The current setting does not require a prefix, so the partial text translation function of the input box cannot be used temporarily",inputTrailingTriggerKeyTitle:"Select a trigger character to indicate the end of input.",inputTrailingTriggerKeyDescription:"Quickly hitting {trailingKey} 3 times will start the translation",inputTrailingTriggerKeyTimeout:"Enter the interval time to end the trailing trigger",inputTrailingTriggerKeyTimeoutDescription:"Set the interval time for the end of input combo trigger (milliseconds)",spaceKey:"",noneKey:"No prefix needed, translate the entire text box directly",inputTranslationBlockUrlsTitle:"Do not enable input box enhancement on the following URLs",inputTranslationBlockUrlsDescription:"The input box enhancement will not work in the following URL",inputHelperInfo:`Note: We have optimized the system to address an issue where certain characters in Chinese input methods were being converted into Chinese punctuation marks. For instance, when using Sogou Input Method, "/" would be changed to "\u3001". We now recognizes all corresponding Chinese symbols as triggering characters, including "//" and "\u3001\u3001". Additionally, we support using Chinese aliases of language codes as commands. For example, entering "/Japanense Hello World" will translate the text into Japanese. You can click here to see a list of all supported language codes.`,reloadCurrentPage:"Please refresh the current page before starting translation",noLocalFilePermissionForPDF:"No permission to read local files temporarily, please click the button above and then import local files",noPermissionForThisPage:"\u26A0\uFE0F No permission to translate the current page","error.retry":"Retry","error.reason":"Reason",retryAllParagraphs:"Retry all error paragraphs",retryAllButton:"Retry All",errorTooltipTitle:"Click to get the error details",errorModalTitle:"Oops, something went wrong",disableConfirm:"Bilingual information enhancement settings",disableOnce:"Disable Once",disableGlobal:"Disable Forever",disableTint:"* You can re-enable it in {option}.",searchEnhancementNotes:"We found that the news results of Chinese keywords and English keywords are very different. After enabling the immersive translate bilingual information enhancement function, we will automatically search for the same keywords in English on supported websites (Google News, Google Search (for certain keywords), Xueqiu, East Money, Futu, Tiger) and display them on the right side. If you don\u2019t need this feature, you can choose to disable it",option:"Settings",saveSettings:"Save",closeModal:"Close",enableInputTranslationWithoutTriggerKeyTitle:"\u201CEnable quick hit 3 times {trailingKey}, directly translate the entire input box into {inputTargetLanguage}",enableInputTranslationWithoutTriggerKeyDescription:"To specify the target language, please add a language code at the beginning, such as: ja Hello world",deepLProName:"Premium Membership (Recommended)",deepLProDescription:"You can directly use this service",deeplProDescriptionForNormal:"No setup required, available for premium members after login, <1>Upgrade",deepLCustomDescription:"Requires an international credit card, activate at <1>DeepL official site, click to see <2>documentation",deepLCustomName:"Custom Auth Key",chooseProviderLabel:"Choose a service provider",openaiProName:"Premium Membership (Recommended)",openaiProDescription:"The current plan can be used directly",openaiProDescriptionForNormal:"No setup required, available for premium members after login, <1>Upgrade",openaiCustomDescription:"Can be obtained from OpenAI, Azure OpenAI, or other third-party services, <1>Click here to view documentation",openaiCustomName:"Custom API Key",needLoginAction:"(Premium or custom)",goLoginOrAction:"(Premium or go to setting)",yearly:"Annual Renewal",quarterly:"Quarterly Renewal",monthly:"Monthly Renewal",yearlyForOnce:"One-time Annual",monthlyForOnce:"One-time Monthly",daily:"Daily Renewal",year:"Annual Renewal",quarter:"Quarterly Renewal",month:"Monthly Renewal",day:"Daily Renewal",onetime_7day:"7-day Trial Pack",currentPlanDescriptionForFree:"Current plan: Free",currentPlanDescriptionForContinuous:"Current plan: {plan}, will auto-renew on {endAt}",currentPlanDescriptionForAutoRenewCaceling:"Current plan: {plan}, will expire on {endAt}. After expiration, it will not be automatically renewed",currentYearlyPlanDescriptionForAutoRenewCacelingWithRealPaiedUser:"Current plan: {plan}, will expire on {endAt}, will not be auto-renewed after expiration
<1>Manage the renewal plan",currentYearlyPlanDescriptionForAutoRenewCacelingWithAdmin:"The current plan: {plan}, will expire on {endAt}. After expiration, it will not be automatically renewed.
<1>Click here to enable continuous annual renewal",currentPlanDescriptionForOneTime:"Current plan: {plan}, expiring on {endAt}. <1>Upgrade to annual or <2>monthly or pro membership",upgradePlan:"Click here to upgrade to Pro membership",upgradeToPro:"Upgrade to Pro","popup.openPro":"Enjoy unrestricted access to DeepL and OpenAI translations after upgrading to Pro Membership. Click here to upgrade","popup.openProForPro":"You are a Pro member, you can directly use DeepL and OpenAI translations",currentAccount:"Account",enableAutoSyncUserSettings:"Enable auto-sync user settings",modalEnableInputTranslationTitle:"Writing Settings",modalEnableInputTranslationDesc:"You just triggered the translation of the immersive translate input box by quickly tapping the space bar 3 times. The content of the input box will be translated into the default target language. You can undo the translation with Ctrl+Z.

If this was a mistake, don't worry, you can choose to disable it this time, or permanently disable input box translation.",saveAndNotShowAgain:"Save and don't show prompt again",disableInputTranslationTips:"* You can also set other shortcuts in {option}, {learnMore}.",learnMore:"Click here to learn more",continueEnalbeInputTranslation:"Continue to enable input translation",autoRenewTrialSuffix:'(In trial, Upgrade to paid Pro now)',upgradeFromTrialTitle:"Upgrade to Pro membership",subtitle:"Video Subtitles",youtubeService:"Video Subtitle Translation Service","subtitle.disabledSubtitle":"Disable Video Subtitle Feature Permanently ","subtitle.disabledSubtitleDescription":"If the video subtitles of immersive translate conflict with other extensions, you can choose to permanently disable the video subtitle function of immersive translation or uninstall other conflicting extensions","subtitle.autoEnableSubtitleDescription":"Once enabled, bilingual subtitles will automatically appear when the video is playing, otherwise, you need to click the translation button to display them.","subtitle.preTranslation":"Use immersive translate to translate subtitles","subtitle.preTranslationDescription":"After enabling, the specified translation service below will be used to translate the entire subtitle in advance. A 1-hour video will consume approximately 50,000 Tokens or characters. Please use it judiciously. If disabled, the machine-translated subtitles that come with the original video will be used preferentially","subtitle.humanSubtitlesPreferred":"Use manual subtitles first","subtitle.humanSubtitlesPreferredDescription":"When the video has manual subtitles in the target language, prioritize using manual subtitles (recommended)","subtitle.bilingual":"Bilingual","subtitle.autoDisableSubtitle":"Disable Auto Bilingual","subtitle.hideQuickButton":"Hide This Shortcut","subtitle.showQuickButton":"Display bilingual subtitles shortcut","subtitle.showQuickButtonDescription":"Provide a shortcut to enable bilingual subtitles in the lower right corner of the video player.",videoSubtitleTranslationDescription:"Specify a separate translation service for video subtitles.",subtitleTranslating:"Immersive Translate is using {service} to translate subtitles...",subtitleLoading:"Loading subtitles...",bilingual:"Bilingual","field.action":"Enable Baidu terminology?","description.action":"After enabling, an action=1 parameter will be added to the request to inform Baidu to enable terminology. <1>For more explanation, please refer to the [official documentation]",closeQuickTranslation:"Close Floating Button","closeQuickTranslation.untilNext":"Close this time until the next visit","closeQuickTranslation.currentWebsite":"Disable the current website","closeQuickTranslation.alwaysClose":"Permanently disable","closeQuickTranslation.settingOpen":"(Can be activated in <1>Settings Page)","closeQuickTranslation.cancel":"Cancel","closeQuickTranslation.confirm":"confirm","floatBall.popup":"Open quick settings panel","floatBall.translate":"Click to translate this page","floatBall.showOriginal":"Click to switch back to the original text","floatBall.close":"Close Floating Button","floatBallOptions.enableDescPc":"When you enable the floating button, a translation button appears on the right. Click it to translate","floatBallOptions.enableDesc":"After you turn off the floating button, you can bring it back with {touch}. To avoid losing the floating button by accidentally turning it off, it is highly recommended you bookmark this settings page.","description.azureApiUrl":"Enter the custom API interface address","floatBall.guideClickToTranslate":`Click the floating ball to translate quickly`,"floatBall.iKnow":"Got it",confirmSupportMouse:"Force Enable Mouse Support",confirmSupportMouseDescription:"The current browser does not support mouse functions, do you want to forcibly enable mouse support?",sampleTargetText:"Night is coming, I will start watching from now on until death. I will not marry, not seal the land, not have children. I will not wear a crown, not fight for glory. I will be loyal to my duty, life and death.",sampleSourceText:"\u957F\u591C\u5C06\u81F3\uFF0C\u6211\u4ECE\u4ECA\u5F00\u59CB\u5B88\u671B\uFF0C\u81F3\u6B7B\u65B9\u4F11\u3002\u6211\u5C06\u4E0D\u5A36\u59BB\u3001\u4E0D\u5C01\u5730\u3001\u4E0D\u751F\u5B50\u3002\u6211\u5C06\u4E0D\u6234\u5B9D\u51A0\uFF0C\u4E0D\u4E89\u8363\u5BA0\u3002\u6211\u5C06\u5C3D\u5FE0\u804C\u5B88\uFF0C\u751F\u6B7B\u4E8E\u65AF\u3002","subtitle.supportedSites":"Bilingual subtitles are now supported on these websites (Note: Due to technical limitations, some websites need to be refreshed after the subtitles are turned on for the first time, or wait for the translation to complete to display bilingual subtitles)",viewWithImmersiveTranslate:"Bilingual version (Immersive Translate)",errorReason:"Error reason: {message}","proQuotaExceededError.onetime7day":'You can resolve this issue by choosing one of the following options:

1. Switch to {anotherService} or another translation service
2. Upgrade to Monthly/Annual membership',"proQuotaExceededError.trial":'You can resolve this issue by choosing one of the following options:

1. Switch to {anotherService} or another translation service
2. Upgrade to paid Pro now',"proQuotaExceededError.nonTrial":'You can resolve this issue by choosing one of the following options:

1. Switch to {anotherService} or another translation service
2. Purchase Data Package for {translationService}',"proQuotaExceededError.resetTime":"
3. Quota reset time: {resetTime}",paragraphMinTextCountField:"Minimum character count for paragraph translation",paragraphMinTextCountDesc:"Note, this refers to the character length, for example: 'hello' is 5 characters, setting a higher value can reduce unnecessary translations of small paragraphs",networkError:"Translation service or network problem",notLogin:"Not Logged In","browser.toggleMouseHoverTranslateDirectly":"Temporarily enable or disable direct translation by mouse hover on the page","browser.translateWithOpenAI":"Temporarily translate the current page with OpenAI","browser.translateWithDeepL":"Temporarily translate the current page with DeepL","browser.translateWithGoogle":"Temporarily translate the current page with Google","browser.translateWithBing":"Temporarily translate the current page with Microsoft Translator","browser.translateWithGemini":"Temporarily translate the current page with Gemini","browser.translateWithTransmart":"Temporarily translate the current page with Tencent Translator","browser.translateInputBox":"Translate the content of the current input box",shortcutSettings:"Shortcuts",shortcutSettingsTitle:"Shortcut Settings",confirmResetToDefaultSettings:"Confirm to reset this translation service to default settings? (Only resets settings for the current translation service)","intro.hoverTitle":"Mouse Hover Translation of the Current Paragraph","intro.hoverDescription":"Mouse hover translation is an important and easy-to-use feature in immersive translation. Simply hover the mouse over a paragraph and press the set shortcut to automatically translate it (not enabled by default, please set below). This interaction is a better alternative to word-selection translation, as it's more intuitive and convenient. Additionally, this function is widely used in areas we can't recognize, allowing you to force-translate any paragraph.","intro.floatBallTitle":"Quick Translation Floating Button","intro.floatBallDescription":"Once enabled, a quick translation button appears on the right side of the page. Click to translate, and click again to switch back to the original text. On mobile, long-press the floating button to open the quick settings panel.","intro.subtitleTitle":"Bilingual Subtitles for Online Videos","intro.subtitleDescription":"When enabled, bilingual subtitles will automatically appear when a video starts playing. Otherwise, manually click the translate button on the page to display them. (Due to technical limitations, some sites may require a page refresh or wait for the translation to complete to display bilingual subtitles.)

Currently supported on these sites:","desc.toggleMouseHoverTranslateDirectly":"Press this shortcut to automatically translate any text under the mouse pointer on the page. Press again to turn off this auto-translation feature.","shortcutGroup.main":"Common Function Shortcuts","shortcutGroup.others":"More Custom Function Shortcuts","shortcutGroup.shortcutsForTranslationServices":"Shortcuts for Translation Services",browserShortcutsSucks:"Due to browsers' inaccurate recognition of shortcuts in input boxes, please manually enter the name of the shortcut. After entering, click on a blank space to auto-save. (In macOS, Alt and Option are the same key, so it's recommended to enter Alt). For example:","shortcutGroup.touch":"Touch Screen Specific Gestures","shortcutGroup.mouse":"Mouse Hover Shortcut Configuration",fingerCountToToggleTranslagePageWhenTouching:"Multiple fingers touching the screen to translate the page/show original text","desc.fingerCountToToggleTranslagePageWhenTouching":"Once set, you can touch the screen with X number of fingers on a mobile device to translate the page/show original text",fingerCountToToggleTranslationMaskWhenTouching:"Multiple fingers touching the screen to display translation mask/show original text","desc.fingerCountToToggleTranslationMaskWhenTouching":"Translation mask refers to the blur effect on the translated text (learning mode). When enabled, it temporarily applies a blur effect to the translation, facilitating learning",fingerCountToToggleTranslagePageOnlyTranslationWhenTouching:"Touch the screen with multiple fingers to translate in translation-only mode/show original text","desc.fingerCountToToggleTranslagePageOnlyTranslationWhenTouching":"Translation-only mode refers to displaying only the translated text, as opposed to the default bilingual mode","neverTranslateText.title":"Keep the following words untranslated","neverTranslateText.description":"Due to some translation engines' poor recognition of proper nouns, you can add words here to ensure they remain untranslated during the process. Please note, this feature is case-sensitive and only supports space-separated word languages (like English, French), not suitable for languages like Japanese, Korean, etc.","tagsInput.add":"+ Add","desc.mouseHoverHoldKey":"While hovering the mouse over a paragraph, press the shortcut key on the right to directly translate it",mouseHoverCustomKeyTitle:"Customize Mouse Hover Shortcut Key",mouseHoverCustomKeyDescription:"You can customize a combination shortcut key for mouse hover, like: Alt+Z, Ctrl+E, Cmd+Alt+E or just Cmd. Please enter manually",mouseHoverShortcutPlaceholder:"Please enter manually",browserShortcutsNoteForFirefox:"For Firefox, modify shortcuts by opening the extensions management page `about:addons`, then click 'Settings' -> 'Manage Shortcuts'",browserShortcutsNoteForChrome:"Note: To modify shortcuts in Chrome-based browsers, visit [Extensions Management Page] -> [Manage Shortcuts]","desc.toggleTranslateTheMainPage":"Translate only the main area of the page. If you have enabled translating all areas in advanced settings, use this shortcut to specifically translate the main area","desc.toggleTranslateTheWholePage":"Translate the entire page area. By default, we translate the main area of the page, use this shortcut to specifically translate the entire area","browser.toggleOnlyTransation":"Switch to bilingual/translation-only mode","desc.toggleOnlyTransation":'"Only translation mode" refers to only displaying the translation. If the webpage has not been translated yet, it will switch modes and translate.',"browser.toggleTranslationMask":"Toggle blur effect on translated text (learning mode) for the current page","desc.interfaceLanguage":"The interface language setting affects the language of the control panel display and is unrelated to the target language of the translation",mouseHoverHoldKey:"Mouse Hover Translation Trigger Key",clickToSeeQuickDemo:"30-second Quick Tutorial Video",shortcutDisableTooltip:"Please set in the browser's extension shortcut key management page, for more guidance, see the instructions at the top of this page","subtitle.autoEnableSubtitle":"Enable Bilingual","floatBall.longPress":"Long press to quickly open the settings panel",notLoginPro:"You have not logged in to your member account",upgradeToProErrorTitle:"Please upgrade to Pro member before using this translation service",translationOnlyMode:"Translation Only Mode",translationOnlyModeDescription:"Translation only mode refers to displaying only the translation, instead of the default bilingual mode. Note: Due to technical limitations, hyperlinks in the original text will be ineffective in translation only mode","description.baiduField":"See supported fields <1>here; if empty, it means no specific field is designated",temprarilyChangeTranslationTo_openai:"Currently using OpenAI to translate this page",temprarilyChangeTranslationTo_google:"Currently using Google to translate this page",temprarilyChangeTranslationTo_bing:"Currently using Microsoft Translate to translate this page",temprarilyChangeTranslationTo_gemini:"Currently using Gemini to translate this page",temprarilyChangeTranslationTo_transmart:"Currently using Tencent Translate to translate this page",temprarilyChangeTranslationTo_deepl:"Currently using DeepL to translate this page","widget.videoSubtitle":"Subtitle","widget.instruction":"Usage",buildSnapshots:"Snapshot","widget.translateFileTooltip":"Translate PDF, EPUB, SRT, ASS, HTML, and TXT documents","widget.videoSubtitleTooltip":"Youtube and {count}+ video websites","widget.instructionTooltip":"View instructions for use",alwaysTranslateSomeLanguage:"Always translate {language} pages",alwaysTranslateThisSite:"Always translate this site",neverTranslateThisSite:"Never translate this site",loggedIn:"Logged in","widget.translateFile":"PDF/ePub",touchShortcutsToggleTranslatePage:"Set touch gestures to translate web pages/show original text","desc.touchShortcutsToggleTranslatePage":"Once set, on mobile devices, you can touch the screen with X fingers, swipe left and right or tap continuously to trigger translation of web pages/show original text",touchShortcutsToggleTranslationMask:"Set touch gestures to display translation mask/show original text","desc.touchShortcutsToggleTranslationMask":"Translation mask refers to the blur effect in the translation style (learning mode). When activated, it temporarily applies a blur effect to the translated text, facilitating learning",touchShortcutsToggleTranslatePageOnlyTranslation:"Set touch screen gesture to switch between bilingual/translation-only mode.","desc.touchShortcutsToggleTranslatePageOnlyTranslation":'"Only translation" means that only the translated text will be displayed. If the webpage has not been translated yet, the mode will be switched and it will be translated.',touchShortcutsToggleTranslateTouchElement:"Set touch gestures to translate a specified paragraph","desc.touchShortcutsToggleTranslateTouchElement":"Customize a gesture to translate any paragraph you're on",touchShortcutsOff:"Off","fingers.2":"Two-finger touch","fingers.3":"Three-finger touch","fingers.4":"Four-finger touch","fingers.5":"Five-finger touch","font.none":"Unset","multipleClick.2":"Double click","multipleClick.3":"Triple click","multipleClick.4":"Quadruple click","slide.left":"Slide right","slide.right":"Slide left","browser.toggleVideoSubtitlePreTranslation":"Switch Video Subtitles with Immersive Translation Feature",contact:"Contact","contact.description":"If you have any questions or suggestions, please contact us via filling out the form below or sending an email to {email}","desc.toggleVideoSubtitlePreTranslation":"After pressing, video bilingual subtitles will prioritize immersive translation settings. Pressing again will prioritize the auto-translated subtitles originally provided with the video. Note: This shortcut modifies the global settings",videoSubtitlePreTranslationOn:"Video subtitles will prioritize immersive translation",videoSubtitlePreTranslationOff:"Video subtitles will prioritize the auto-translated subtitles originally provided with the video",translationFont:"Set Font","translationFont.custom":"Enter Custom Font","translationFont.customPlaceholder":"Font","translationFont.notSupportErrorMessage":"Please check if the font name you entered is correct, or confirm that the font is installed on your device.","touch.mouse-translate":"Translate Paragraph","error.serveConfigError":"Service configuration error","error.reloadPageOfSetting":"After configuring, please refresh the page to translate again.","error.googleLimitIp":"Service returned an error, Google services have limited the flow for this IP address, it is recommended to change the network node.","error.openAIFreeLimit":"Service returned an error, the current translation request frequency has reached the maximum of 3 times per minute, please try again later. (This is the limit imposed by OpenAI official on free API Keys, to remove this limit, please bind a credit card in the OpenAI backend.)","error.openAIExceededQuota":"Service returned an error: your current OpenAI account balance is insufficient, please recharge or bind a credit card in the OpenAI official backend.","error.429":"Service returned an error, indicating too frequent requests or exceeding the quota limit, please try again later.","error.403":"Service returned an error, temporarily no permission to access the service.","error.400":"Service returned an error, request parameter error, please check the corresponding configuration.","error.502":"Service returned an error, service timeout, please try again later.","error.proTokenInvalid":"If you are a Pro user, please log in before using the Pro translation service","error.proUpgrade":"After upgrading, please refresh the page to translate again.","error.configError":"Configuration data anomaly","error.goReset":"Go to Reset",batchEdit:"Batch Edit","translationServices.inherit":"Inherit","translationModeLang.translation.title":"Language for Translation-Only Mode","translationModeLang.translation.description":"Translation-only mode will be automatically used when the page language is one of the following","translationModeUrl.translation.title":"URLs for Translation-Only Mode","translationModeUrl.translation.description":"Translation-only mode will be automatically used for websites with the following domains",download_started:"The download has begun, if it does not start automatically, please click manually.",here:"Here","error.serveUnavailable":"The [{serverName}] service you are currently using is temporarily unavailable due to network connection or service provider issues. It is suggested that you try refreshing the page or switch to another translation service through <1>Settings. If you are a <2>Pro member, you can choose to use the more stable DeepL or OpenAI translation services (<3>click here for a free trial). Additionally, you may need to check your network or proxy settings.",detectServiceLoading:"Detecting available translation services...",toggleToService:"Change to {service}","error.gemini.429":"The current Gemini service has reached its capacity limit. Please try again later, or switch to another translation service.",enableSentryReport:"When an extension encounters an error, submit feedback using Sentry","error.subscriptionExpired":"Your membership may have expired, please check your membership status.","error.subscriptionExpiredTitle":"Membership has expired.","languages.auto":"Auto Detect",geminiWarning:"Note: The free service provided by Google for Gemini is strictly limited and may be judged by Google as users using multiple Keys to evade their free quota restrictions. It is not recommended to use it. It is suggested to wait for Google to open the paid interface of Gemini in the future before using it.","floatBall.setting":"Settings","floatBall.translateToLanguage":"Click to translate into {language}","floatBall.file":"Translate PDF, EPUB, SRT, ASS, HTML, TXT files.",changeToOnlyTempTranslationMode:"Show Translation only",changeToDualTempTranslationMode:"Show Bilingual Translation","transitionMode.translation":"Only the translation","options.navbar.installApp":"Install mobile APP","options.navbar.translateFile":"Translate Document","subtitle.transitionMode":"Bilingual Video Subtitles/Translation Only Settings","transitionMode.dual":"Bilingual Comparison","transitionMode.inherit":"Maintain consistency with the system's default translation display mode.","subtitle.transitionModeDescription":"Set the video subtitles to bilingual comparison or translation-only mode.",translateFileTooltip:`Translate PDF, ePub, srt, @@ -5096,7 +5096,7 @@ ass, HTML, TXT files.`,"description.multiplePrompt":`When the number of paragrap {env.imt_sub_trans_field}: Translation - id: 2 {env.imt_sub_source_field}: Source - {env.imt_sub_trans_field}: Translation`,"subtitle.quickButton.black":"Black","subtitle.quickButton.cyan":"Blue","translationServices.claude":"Claude","subtitle.quickButton.backgroundColor":"Background color","subtitle.quickButton.green":"Green","subtitle.quickButton.blue":"Blue","subtitle.quickButton.white":"White","subtitle.quickButton.setting":"Settings","subtitle.quickButton.translationPosition":"Translation location","subtitle.quickButton.backgroundOpacity":"Background Opacity","subtitle.quickButton.sourceFontSize":"Original font size","subtitle.quickButton.sourceTextColor":"Original font color","subtitle.quickButton.yellow":"Yellow","subtitle.quickButton.translationFontSize":"Translation font size","subtitle.quickButton.translationPositionBottom":"Below the original text","subtitle.quickButton.red":"Red","subtitle.quickButton.translationPositionTop":"Above the original text","subtitle.quickButton.translationTextColor":"Translation font color","subtitle.quickButton.magenta":"Magenta",attachSubtitleTranslating:"Translating using {service}...","error.claude.403":"Access to the service is temporarily unavailable, possibly due to regional restrictions related to Claude. You can try changing your IP address, or use other translation services.","browser.brandDescriptionForSafari":"Free Translate Website, Translate PDF & Epub eBook, Translate Video Subtitles in Bilingual","browser.PdfProFile":"AI-Driven PDF Pro Translation","browser.textTranslate":"Text Translation"};var F4={nologin:"\u30ED\u30B0\u30A4\u30F3\u3057\u3066\u3044\u306A\u3044",loginForSafari:"\u30ED\u30B0\u30A4\u30F3\u307E\u305F\u306F\u767B\u9332",login:"\u30ED\u30B0\u30A4\u30F3\u3057\u3066\u4F1A\u54E1\u767B\u9332",manageAccount:"\u30DE\u30CD\u30FC\u30B8\u30C9\u30FB\u30A2\u30AB\u30A6\u30F3\u30C8",openPremium:"\u30AA\u30FC\u30D7\u30F3\u30FB\u30E1\u30F3\u30D0\u30FC",logout:"\u30A2\u30DC\u30FC\u30C8",curentPlan:"\u73FE\u5728\u306E\u30D1\u30C3\u30B1\u30FC\u30B8",endAt:"\u7D76\u606F",endAuto:"\u81EA\u52D5\u66F4\u65B0",lineBreakMaxTextCount:"\u6539\u884C\u5F8C\u306E1\u6587\u306B\u8A31\u3055\u308C\u308B\u6700\u5927\u6587\u5B57\u6570","translate-pdf":"\u30AF\u30EA\u30C3\u30AF\u3057\u3066PDF\u3092\u7FFB\u8A33\u3059\u308B","noSupportTranslate-pdf":"\u30B9\u30AF\u30EA\u30D7\u30C8\u306F\u30B5\u30DD\u30FC\u30C8\u3055\u308C\u3066\u3044\u307E\u305B\u3093\u3002","translate-firefox-local-pdf":"\u30AF\u30EA\u30C3\u30AF\u3057\u3066PDF\u3092\u30A4\u30F3\u30DD\u30FC\u30C8\u3059\u308B",enableLineBreak:"\u9577\u3044\u6BB5\u843D\u306E\u81EA\u52D5\u6539\u884C\u3092\u6709\u52B9\u306B\u3059\u308B",sponsorLabel:"\u30B9\u30DD\u30F3\u30B5\u30FC\u4ED8\u304D\u958B\u767A\u8005",help:"\u624B",browserShortcutsNoteForFirefox:"Firefox\u3067\u30B7\u30E7\u30FC\u30C8\u30AB\u30C3\u30C8\u3092\u5909\u66F4\u3059\u308B\u306B\u306F\u3001\u62E1\u5F35\u6A5F\u80FD\u306E\u7BA1\u7406\u30DA\u30FC\u30B8`about:addons`\u3092\u958B\u304D\u3001`Settings`\u3092\u30AF\u30EA\u30C3\u30AF\u3057\u3001`Manage Shortcuts`\u3092\u30AF\u30EA\u30C3\u30AF\u3057\u3066\u30B7\u30E7\u30FC\u30C8\u30AB\u30C3\u30C8\u3092\u8A2D\u5B9A\u3059\u308B\u5FC5\u8981\u304C\u3042\u308B\u3002",browserShortcutsNoteForChrome:"Chrome\u3067\u30B7\u30E7\u30FC\u30C8\u30AB\u30C3\u30C8\u3092\u5909\u66F4\u3059\u308B\u306B\u306F\u3001\u62E1\u5F35\u6A5F\u80FD\u306E\u7BA1\u7406\u30DA\u30FC\u30B8\u3092\u958B\u304D\u3001`\u30B7\u30E7\u30FC\u30C8\u30AB\u30C3\u30C8\u306E\u7BA1\u7406`\u30D1\u30CD\u30EB\uFF08`chrome://extensions/shortcuts`\uFF09\u3067\u30B7\u30E7\u30FC\u30C8\u30AB\u30C3\u30C8\u3092\u8A2D\u5B9A\u3057\u3001\u4E0B\u306E\u30DC\u30BF\u30F3\u3092\u30AF\u30EA\u30C3\u30AF\u3057\u3066\u30B7\u30E7\u30FC\u30C8\u30AB\u30C3\u30C8\u306E\u7BA1\u7406\u30DA\u30FC\u30B8\u306B\u30B8\u30E3\u30F3\u30D7\u3059\u308B\u5FC5\u8981\u304C\u3042\u308A\u307E\u3059\u3002",browserShortcutsSucks:"\u30AB\u30B9\u30BF\u30DE\u30A4\u30BA\u3055\u308C\u305F\u30B7\u30E7\u30FC\u30C8\u30AB\u30C3\u30C8\u306E\u66F8\u5F0F\u306F\u6B21\u306E\u3068\u304A\u308A\u3067\u3059\uFF08\u81EA\u52D5\u8A8D\u8B58\u306F\u884C\u308F\u308C\u307E\u305B\u3093\u306E\u3067\u3001\u76F4\u63A5\u5165\u529B\u3057\u3066\u304F\u3060\u3055\u3044\uFF09\uFF1A",enableLineBreakDescription:"\u30AA\u30F3\u306B\u3059\u308B\u3068\u3001\u9577\u3044\u6BB5\u843D\u306E\u6587\u672B\u306B\u6539\u884C\u304C\u5165\u308A\u3001\u8AAD\u307F\u3084\u3059\u304F\u306A\u308A\u307E\u3059\u3002","browser.shortBrandName":"\u30A4\u30DE\u30FC\u30B8\u30E7\u30F3\u7FFB\u8A33","browser.brandName":"\u30A4\u30DE\u30FC\u30B8\u30E7\u30F3\u7FFB\u8A33: \u4E8C\u30F6\u56FD\u8A9E\u30A6\u30A7\u30D6\u30DA\u30FC\u30B8\u7FFB\u8A33 & PDF\u6587\u66F8\u7FFB\u8A33","browser.brandDescription":"Deepl\u3001Google\u3001YouDao\u3001Tencent Translate\u306A\u3069\u3001\u8907\u6570\u306E\u7FFB\u8A33\u30B5\u30FC\u30D3\u30B9\u3092\u30B5\u30DD\u30FC\u30C8\u3057\u3066\u3044\u307E\u3059\u3002","browser.toggleTranslatePage":"\u30DA\u30FC\u30B8\u3092\u7FFB\u8A33\u3059\u308B\uFF0F\u539F\u6587\u3092\u8868\u793A\u3059\u308B","browser.toggleTranslateTheWholePage":"\u30DA\u30FC\u30B8\u306E\u5168\u9818\u57DF\u3092\u7FFB\u8A33\u3059\u308B\uFF0F\u539F\u6587\u3092\u8868\u793A\u3059\u308B","browser.toggleOnlyTransation":"\u30D0\u30A4\u30EA\u30F3\u30AC\u30EB/\u7FFB\u8A33\u30C6\u30AD\u30B9\u30C8\u306E\u307F\u30E2\u30FC\u30C9\u306B\u5207\u308A\u66FF\u3048\u3066\u304F\u3060\u3055\u3044","browser.toggleTranslateToThePageEndImmediately":"\u30DA\u30FC\u30B8\u4E0B\u90E8\u3078\u306E\u5373\u6642\u7FFB\u8A33\uFF0F\u539F\u6587\u306E\u8868\u793A","browser.toggleTranslateTheMainPage":"\u30DA\u30FC\u30B8\u306E\u30E1\u30A4\u30F3\u30A8\u30EA\u30A2\u3092\u7FFB\u8A33\u3059\u308B\uFF0F\u539F\u6587\u3092\u8868\u793A\u3059\u308B","browser.shareToDraft":"\u30D0\u30A4\u30EA\u30F3\u30AC\u30EB\u30DA\u30FC\u30B8\u3092\u5171\u6709\u3059\u308B","browser.openOptionsPage":"\u8A2D\u5B9A\u30DA\u30FC\u30B8\u3092\u958B\u304F","browser.toggleTranslationMask":"\u4E26\u9032\u30D6\u30E9\u30FC\u52B9\u679C\u306E\u8868\u793A\uFF0F\u975E\u8868\u793A","browser.translateLocalPdfFile":"\u30ED\u30FC\u30AB\u30EB\u306EPDF\u30D5\u30A1\u30A4\u30EB\u3092\u7FFB\u8A33\u3059\u308B","browser.openEbookViewer":"\u5730\u5143\u306E\u96FB\u5B50\u66F8\u7C4D\u3092\u8AAD\u3080","browser.openEbookBuilder":"\u30D0\u30A4\u30EA\u30F3\u30AC\u30EBEPUB\u96FB\u5B50\u66F8\u7C4D\u306E\u5236\u4F5C","browser.translateLocalHtmlFile":"HTML/\u30C6\u30AD\u30B9\u30C8\u30D5\u30A1\u30A4\u30EB\u3092\u7FFB\u8A33\u3059\u308B","browser.donateContext":"\u30B9\u30DD\u30F3\u30B5\u30FC\u7279\u5178\u306B\u3064\u3044\u3066","browser.translateLocalSubtitleFile":"\u30ED\u30FC\u30AB\u30EB\u5B57\u5E55\u30D5\u30A1\u30A4\u30EB\u3092\u7FFB\u8A33\u3059\u308B",confirmResetConfig:"\u672C\u5F53\u306B\u8A2D\u5B9A\u3092\u30EA\u30BB\u30C3\u30C8\u3057\u307E\u3059\u304B\uFF1F",translationLineBreakSettingTitle:"\u7FFB\u8A33\u306E\u6539\u884C\u8A2D\u5B9A",smartLineBreak:"\u30B9\u30DE\u30FC\u30C8\u30E9\u30A4\u30F3\u30D5\u30A3\u30FC\u30C9",alwaysLineBreak:"\u5E38\u306B\u6539\u884C",isShowContextMenu:"\u53F3\u30AF\u30EA\u30C3\u30AF\u30E1\u30CB\u30E5\u30FC\u306B\u7FFB\u8A33\u30DA\u30FC\u30B8\u3092\u8FFD\u52A0",toggleBeta:"\u30D9\u30FC\u30BF\u30C6\u30B9\u30C8\u6A5F\u80FD\u306E\u6709\u52B9\u5316",betaDescription:"\u307E\u3060\u5B9F\u9A13\u6BB5\u968E\u3067\u3042\u308B\u6A5F\u80FD\u3084\u3001\u30D9\u30FC\u30BF\u7248\u306E\u7FFB\u8A33\u30B5\u30FC\u30D3\u30B9\u3092\u6709\u52B9\u306B\u3059\u308B\u3002\u8A73\u3057\u304F\u306F <1>Telegram\u30B0\u30EB\u30FC\u30D7\u306B\u3054\u53C2\u52A0\u304F\u3060\u3055\u3044\u3002",translationLineBreakSettingDescription:"\u30B3\u30F3\u30C6\u30F3\u30C4\u304C\u5C11\u306A\u3044\u30DA\u30FC\u30B8\u3067\u306F\u3001\u5E38\u306B\u304D\u3061\u3093\u3068\u6539\u884C\u3059\u308B\u3002(\u5185\u5BB9\u306E\u591A\u3044\u9577\u3044\u6BB5\u843D({count}\u6587\u5B57\u4EE5\u4E0A)\u3067\u306F\u3001\u30B9\u30DA\u30FC\u30B9\u3092\u7BC0\u7D04\u3059\u308B\u305F\u3081\u306B\u6539\u884C\u3092\u30B9\u30DE\u30FC\u30C8\u306B\u4F7F\u3044\u307E\u3057\u3087\u3046)\u3002",tempTranslateDomainTitle:"\u30A6\u30A7\u30D6\u30B5\u30A4\u30C8\u7FFB\u8A33\u306E\u4E00\u6642\u7684\u306A\u5207\u308A\u66FF\u3048\u671F\u9593",tempTranslateDomainDescription:"\u624B\u52D5\u3067\u30A6\u30A7\u30D6\u30DA\u30FC\u30B8\u3092\u7FFB\u8A33\u3059\u308B\u5834\u5408\u306F\u3001\u4E00\u6642\u7684\u306B\u81EA\u52D5\u7FFB\u8A33\u7528\u306EWeb\u30B5\u30A4\u30C8\u3092\u30AA\u30F3\u306B\u3057\u3001\u4E00\u6642\u7684\u306A\u671F\u9593\u3092\u8A2D\u5B9A\u3059\u308B\u3053\u3068\u304C\u3067\u304D\u307E\u3059\u3002",xMinutes:"{count} \u8B70\u4E8B\u9332",disabled:"\u7269\u306E\u4F7F\u7528\u3092\u7981\u6B62\u3059\u308B\u3002",changelog:"\u66F4\u65B0\u30ED\u30B0",toggleTranslatePageWhenThreeFingersOnTheScreen:"\u8907\u6570\u306E\u6307\u304C\u540C\u6642\u306B\u753B\u9762\u306B\u89E6\u308C\u308B\u3068\u3001\u30A6\u30A7\u30D6\u30DA\u30FC\u30B8\u3092\u7FFB\u8A33\u3057\u305F\u308A\u3001\u539F\u6587\u3092\u8868\u793A\u3057\u305F\u308A\u3059\u308B\u3002",toggleTranslationMaskWhenThreeFingersOnTheScreen:"\u30DE\u30EB\u30C1\u30D5\u30A3\u30F3\u30AC\u30FC\u30BF\u30C3\u30C1\u3067\u307C\u304B\u3057\u52B9\u679C\u3092\u8868\u793A/\u975E\u8868\u793A\u3002",fingerCountToToggleTranslagePageOnlyTranslationWhenTouching:"\u8907\u6570\u306E\u6307\u304C\u540C\u6642\u306B\u753B\u9762\u306B\u89E6\u308C\u308B\u3053\u3068\u3067\u3001\u30A6\u30A7\u30D6\u30DA\u30FC\u30B8\u3092\u7FFB\u8A33\uFF08\u7FFB\u8A33\u306E\u307F\uFF09\uFF0F\u539F\u6587\u3092\u8868\u793A\u3002",addUrlDescription:"\u30C9\u30E1\u30A4\u30F3\u540D\u3092\u6307\u5B9A\u3067\u304D\u3001\u30EF\u30A4\u30EB\u30C9\u30AB\u30FC\u30C9\u3082\u30B5\u30DD\u30FC\u30C8\u3002\u4F8B\uFF1A\uFF1A*.google.com\u3001google.com/mail/*\u3001https://www.google.com/*\u3002",general:"\u57FA\u672C\u8A2D\u5B9A",clickToExpandConfig:"\u73FE\u5728\u306E\u30B3\u30F3\u30D5\u30A3\u30AE\u30E5\u30EC\u30FC\u30B7\u30E7\u30F3\u3092\u62E1\u5927\u3059\u308B",import:"\u30D5\u30A1\u30A4\u30EB\u304B\u3089\u306E\u30A4\u30F3\u30DD\u30FC\u30C8",export:"\u30D5\u30A1\u30A4\u30EB\u3078\u306E\u30A8\u30AF\u30B9\u30DD\u30FC\u30C8",toggleDebug:"\u30B3\u30F3\u30BD\u30FC\u30EB\u306B\u30C7\u30D0\u30C3\u30B0\u30ED\u30B0\u3092\u8868\u793A\u3059\u308B","fingers.0":"\u51DD\u56FA","fingers.2":"\u30C4\u30FC\u30D5\u30A3\u30F3\u30AC\u30FC\u30BF\u30C3\u30C1","fingers.3":"\u30B9\u30EA\u30FC\u30D5\u30A3\u30F3\u30AC\u30FC\u30BF\u30C3\u30C1","fingers.4":"\u30D5\u30A9\u30FC\u30D5\u30A3\u30F3\u30AC\u30FC\u30BF\u30C3\u30C1","fingers.5":"5\u672C\u6307\u30BF\u30C3\u30C1",mouseHoldKey:"+ {key} \u7FFB\u8A33/\u6BB5\u843D\u3092\u5143\u306B\u623B\u3059",mouseHoldKeyAuto:"\u30D1\u30E9\u30B0\u30E9\u30D5\u306E\u76F4\u8A33",mouseHoldKeyOff:"\u4F55\u3082\u3059\u308B\u306A\u3002",mouseHoldKeyOther:"\u30B7\u30E7\u30FC\u30C8\u30AB\u30C3\u30C8\u306E\u30AB\u30B9\u30BF\u30DE\u30A4\u30BA\uFF08\u8A2D\u5B9A\u3092\u958B\u304F\uFF09",mouseHoldKeyCustomKey:"{key} \u30D1\u30E9\u30B0\u30E9\u30D5\u306E\u7FFB\u8A33\uFF0F\u7E2E\u5C0F",mouseHoverHoldKey:"\u30B7\u30E7\u30FC\u30C8\u30AB\u30C3\u30C8\u30AD\u30FC\u3092\u62BC\u3057\u306A\u304C\u3089\u30DE\u30A6\u30B9\u3092\u52D5\u304B\u3059\u3068\u6BB5\u843D\u304C\u7FFB\u8A33\u3055\u308C\u308B","mouse-translate":"\u30DE\u30A6\u30B9\u30DB\u30D0\u30FC",document:"(\u3055\u3093\u3077",resetSuccess:"\u3059\u3079\u3066\u306E\u8A2D\u5B9A\u306E\u30EA\u30BB\u30C3\u30C8\u306B\u6210\u529F",resetThisSuccess:"\u30EA\u30BB\u30C3\u30C8\u6210\u529F",saved:"\u30BB\u30FC\u30D6\u30FB\u30B5\u30AF\u30BB\u30B9",successImportConfig:"\u8A2D\u5B9A\u306E\u30A4\u30F3\u30DD\u30FC\u30C8\u306B\u6210\u529F",goAdvancedSettings:"\u8A73\u7D30\u8A2D\u5B9A\u30DA\u30FC\u30B8\u306B\u79FB\u52D5\u3059\u308B",goAdvancedInterfaceSettings:"\u8A73\u7D30\u30AB\u30B9\u30BF\u30DE\u30A4\u30BA\u8A2D\u5B9A\u30DA\u30FC\u30B8\u306B\u79FB\u52D5\u3059\u308B",advanced:"\u8A73\u7D30\u8A2D\u5B9A",advancedDescription:"\u901A\u5E38\u3001\u8A2D\u5B9A\u306F\u5FC5\u8981\u306A\u304F\u3001\u30C7\u30D5\u30A9\u30EB\u30C8\u306E\u307E\u307E\u3067\u3088\u3044\u3002\u3088\u308A\u5C02\u9580\u7684\u306A\u30E6\u30FC\u30B6\u30FC\u306E\u307F\u3001\u3088\u308A\u30D1\u30FC\u30BD\u30CA\u30E9\u30A4\u30BA\u3055\u308C\u305F\u8A2D\u5B9A\u304C\u53EF\u80FD\u3067\u3059\u3002",developer:"\u30C7\u30D9\u30ED\u30C3\u30D1\u30FC\u8A2D\u5B9A",donateCafe:"\u7269\u4FA1","translate to the bottom of the page":"\u30DA\u30FC\u30B8\u4E0B\u90E8\u3078\u306E\u7FFB\u8A33\u306F\u3001\u30DA\u30FC\u30B8\u306B\u5165\u3063\u3066\u3059\u3050\u306B\u884C\u308F\u308C\u308B\u306E\u3067\u3059\u304B\uFF1F",feedback:"\u554F\u984C\u306B\u95A2\u3059\u308B\u30D5\u30A3\u30FC\u30C9\u30D0\u30C3\u30AF",toggleTranslatePage:"\u30DA\u30FC\u30B8\u3092\u7FFB\u8A33\u3059\u308B\uFF0F\u539F\u6587\u3092\u8868\u793A\u3059\u308B",translateToThePageEndImmediatelyDescription:"\u3053\u306E\u6A5F\u80FD\u3092\u30AA\u30F3\u306B\u3059\u308B\u3068\u3001\u30DA\u30FC\u30B8\u306E\u4E0A\u304B\u3089\u4E0B\u306B\u5165\u529B\u3057\u305F\u5185\u5BB9\u304C\u5373\u5EA7\u306B\u7FFB\u8A33\u3055\u308C\u307E\u3059\u3002\u30AA\u30D5\u306B\u3059\u308B\u3068\u3001\u8AAD\u307F\u306A\u304C\u3089\u7FFB\u8A33\u3055\u308C\u307E\u3059\u3002(\u304A\u52E7\u3081\u3057\u307E\u305B\u3093\uFF09","translate all areas of the page":"\u30DA\u30FC\u30B8\u306E\u5168\u9818\u57DF\u3092\u7FFB\u8A33\u3059\u308B\u304B\u3069\u3046\u304B",translationAreaDescription:"\u30AA\u30F3\u306B\u3059\u308B\u3068\u3001\u30A6\u30A7\u30D6\u30DA\u30FC\u30B8\u5168\u4F53\u306E\u3059\u3079\u3066\u306E\u9818\u57DF\u304C\u7FFB\u8A33\u3055\u308C\u307E\u3059\u3002\u30AA\u30D5\u306B\u3059\u308B\u3068\u3001\u30C7\u30D5\u30A9\u30EB\u30C8\u306E\u30B9\u30DE\u30FC\u30C8\u8A8D\u8B58\u304C\u4F7F\u7528\u3055\u308C\u3001\u4E3B\u8981\u306A\u9818\u57DF\u306E\u307F\u304C\u7FFB\u8A33\u3055\u308C\u307E\u3059\u3002(\u30AA\u30F3\u306B\u3059\u308B\u3053\u3068\u306F\u304A\u52E7\u3081\u3057\u307E\u305B\u3093)","the number of characters to be translated first":"\u8868\u793A\u9818\u57DF\u307E\u3067\u30B9\u30AF\u30ED\u30FC\u30EB\u3059\u308B\u3053\u3068\u306A\u304F\u3001\u30DA\u30FC\u30B8\u306E\u6700\u521D\u306E\u6570\u6587\u5B57\u3092\u76F4\u63A5\u7FFB\u8A33\u3059\u308B\u3002","interface language":"\u30A4\u30F3\u30BF\u30FC\u30D5\u30A7\u30FC\u30B9\u8A00\u8A9E","display both the original text and the translation":"\u539F\u6587\u3068\u8A33\u6587\u306E\u540C\u6642\u8868\u793A","keyboard shortcuts":"\u30AD\u30FC\u30DC\u30FC\u30C9\u30B7\u30E7\u30FC\u30C8\u30AB\u30C3\u30C8",modify:"\u30B7\u30E7\u30FC\u30C8\u30AB\u30C3\u30C8\u30AD\u30FC\u306E\u5909\u66F4",reset:"\u30EA\u30D3\u30B8\u30E7\u30F3",close:"\u51DD\u56FA",homepage:"\u30DB\u30FC\u30E0\u30DA\u30FC\u30B8",more:"\u3082\u3063\u3068\u898B\u308B",moreOptions:"\u30AB\u30B9\u30BF\u30DE\u30A4\u30BA\u30FB\u30AA\u30D7\u30B7\u30E7\u30F3\u306E\u62E1\u5927",translateTheWholePage:"\u30DA\u30FC\u30B8\u306E\u5168\u9818\u57DF\u3092\u7FFB\u8A33\u3059\u308B\uFF08\u4E3B\u8981\u306A\u9818\u57DF\u3092\u30A4\u30F3\u30C6\u30EA\u30B8\u30A7\u30F3\u30C8\u306B\u8A8D\u8B58\u3059\u308B\u306E\u3068\u306F\u5BFE\u7167\u7684\uFF09\u3002",changeToTranslateTheWholePage:"\u5168\u5730\u57DF\u306E\u7FFB\u8A33\u306B\u5207\u308A\u66FF\u3048\u308B",changeToTranslateTheMainPage:"\u30E1\u30A4\u30F3\u30A8\u30EA\u30A2\u306E\u7FFB\u8A33\u306B\u5207\u308A\u66FF\u3048\u308B",changeToOnlyTranslationMode:"\u7FFB\u8A33\u306E\u307F\u3092\u8868\u793A\u3059\u308B\u3088\u3046\u306B\u5207\u308A\u66FF\u3048\u308B",changeToDualTranslationMode:"\u5BFE\u8A33\u3078\u306E\u5207\u308A\u66FF\u3048",translateToThePageEndImmediately:"\u30DA\u30FC\u30B8\u4E0B\u90E8\u3078\u306E\u5373\u6642\u7FFB\u8A33",translateTheMainPage:"\u30A4\u30F3\u30C6\u30EA\u30B8\u30A7\u30F3\u30C8\u7FFB\u8A33 \u4E3B\u8981\u5730\u57DF","The local rules are up to date":"\u5730\u5143\u306E\u9069\u5FDC\u898F\u5B9A\u306F\u6700\u65B0\u306E\u3082\u306E\u3060\u3002","Successfully synchronized with the latest official rules:":"\u6700\u65B0\u306E\u516C\u5F0F\u7AF6\u6280\u898F\u5247\u3068\u306E\u540C\u671F\u306B\u6210\u529F\u3002","Checking for updates":"\u30A2\u30C3\u30D7\u30C7\u30FC\u30C8\u306E\u30C1\u30A7\u30C3\u30AF","Rules are being synchronized":"\u9069\u5FDC\u30EB\u30FC\u30EB\u306E\u540C\u671F\u5316",localVersionIsTooOld:"\u30ED\u30FC\u30AB\u30EB\u306E\u62E1\u5F35\u6A5F\u80FD\u306E\u30D0\u30FC\u30B8\u30E7\u30F3\u304C\u53E4\u3059\u304E\u307E\u3059\u3002\u540C\u671F\u3092\u8A66\u307F\u308B\u524D\u306B\u3001\u62E1\u5F35\u6A5F\u80FD\u3092 {minVersion} \u4EE5\u964D\u306B\u30A2\u30C3\u30D7\u30B0\u30EC\u30FC\u30C9\u3057\u3066\u304F\u3060\u3055\u3044\u3002",badUserscriptBrowser:"\u73FE\u5728\u306E\u30D6\u30E9\u30A6\u30B6\u306F\u30B0\u30EA\u30FC\u30B9\u30E2\u30F3\u30AD\u30FC\u62E1\u5F35\u30A4\u30F3\u30BF\u30FC\u30D5\u30A7\u30A4\u30B9\u3092\u6B63\u3057\u304F\u5B9F\u88C5\u3057\u3066\u3044\u307E\u305B\u3093\uFF08\u4F8B\u3048\u3070\u3001\u30B0\u30EA\u30FC\u30B9\u30E2\u30F3\u30AD\u30FC\u30FB\u30B9\u30AF\u30EA\u30D7\u30C8\u81EA\u4F53\u306E\u30D0\u30FC\u30B8\u30E7\u30F3\u756A\u53F7\u306B\u95A2\u3059\u308B\u60C5\u5831\u3092\u53D6\u5F97\u3059\u308B\u5834\u5408\u306A\u3069\uFF09\u306E\u3067\u3001Firefox\u306A\u3069<1>\u30B0\u30EA\u30FC\u30B9\u30E2\u30F3\u30AD\u30FC\u62E1\u5F35\u3092\u30B5\u30DD\u30FC\u30C8\u3059\u308B\u4ED6\u306E\u30D6\u30E9\u30A6\u30B6\u3092\u3054\u5229\u7528\u304F\u3060\u3055\u3044\u3002",foundNewVersion:"\u65B0\u30D0\u30FC\u30B8\u30E7\u30F3\u3092\u898B\u308B",theLocalExtensionIsUpToUpdate:"\u73FE\u5728\u306E\u30A8\u30AF\u30B9\u30C6\u30F3\u30B7\u30E7\u30F3\u306F\u6700\u65B0\u3060\u3002",failToSyncRules:"\u6700\u65B0\u306E\u9069\u5FDC\u30EB\u30FC\u30EB\u306E\u540C\u671F\u306B\u5931\u6557",retry:"\u30EA\u30C8\u30E9\u30A4\u3059\u308B\u306B\u306F\u3053\u3053\u3092\u30AF\u30EA\u30C3\u30AF",failedReason:"\u5931\u6557\u306E\u7406\u7531",currentRuleVersion:"\u73FE\u5728\u306E\u30EB\u30FC\u30EB\u30FB\u30D0\u30FC\u30B8\u30E7\u30F3",calculating:"\u8A08\u7B97",unknownError:"\u672A\u77E5\u306E\u30A8\u30E9\u30FC",canNotFetchRemoteRule:"\u30EA\u30E2\u30FC\u30C8\u30EB\u30FC\u30EB\u304C\u53D6\u5F97\u3067\u304D\u306A\u3044",enableAlphaSuccess:"\u30A2\u30EB\u30D5\u30A1\u5BFE\u5FDC",disableAlphaSuccess:"\u30A2\u30EB\u30D5\u30A1\u6A5F\u80FD\u306F\u30AA\u30D5",cacheSize:"\u30AD\u30E3\u30C3\u30B7\u30E5\u30FB\u30B5\u30A4\u30BA\uFF1A",cleaning:"\u6E05\u7B97\u4E2D",cleanCache:"\u30AD\u30E3\u30C3\u30B7\u30E5\u3092\u6D88\u53BB\u3059\u308B",options:"\u30BB\u30C3\u30C8\u30A2\u30C3\u30D7",about:"\u306B\u5BFE\u3057\u3066",service:"\u901A\u8A33\u30B5\u30FC\u30D3\u30B9",needAction:"(\u8A2D\u5B9A\u3078\uFF09",goSettings:"\u8A2D\u5B9A\u3059\u308B",needActionForOptions:"(\u8A2D\u5B9A\u4E88\u5B9A\uFF09",translationEngine:"\u30A8\u30F3\u30B8\u30F3\u30FB\u30AA\u30D7\u30B7\u30E7\u30F3",sourceLanguage:"\u539F\u8A9E",target:"\u76EE\u6A19\u8A00\u8A9E",popupSourceLanguage:"\u539F\u8A9E",popupTarget:"\u76EE\u6A19\u8A00\u8A9E",popupService:"\u901A\u8A33\u30B5\u30FC\u30D3\u30B9",forThisSite:"\u73FE\u5728\u306E\u30A6\u30A7\u30D6\u30B5\u30A4\u30C8",autoEnableSubtitle:"\u4E8C\u30AB\u56FD\u8A9E\u5B57\u5E55\u3092\u81EA\u52D5\u7684\u306B\u30AA\u30F3\u306B\u3059\u308B",alwaysTranslate:"\u5E38\u306B\u7FFB\u8A33\u3059\u308B",neverTranslate:"\u6C7A\u3057\u3066\u7FFB\u8A33\u3057\u306A\u3044",alwaysTranslateSomeLanguage:"\u5E38\u306B\u7FFB\u8A33\u3059\u308B {language}",neverTranslateSomeLanguage:"\u6C7A\u3057\u3066\u7FFB\u8A33\u3057\u306A\u3044 {language}",alwaysTranslateSomeSite:"\u5E38\u306B\u7FFB\u8A33\u3059\u308B {hostname}",neverTranslateSomeSite:"\u6C7A\u3057\u3066\u7FFB\u8A33\u3057\u306A\u3044 {hostname}",alwaysTranslateSomeSiteOrWildSite:"\u5E38\u306B\u30B5\u30A4\u30C8\u3092\u7FFB\u8A33\u3059\u308B",alwaysTranslateSomePage:"\u5E38\u306B\u30DA\u30FC\u30B8\u3092\u7FFB\u8A33\u3059\u308B",add:"\u5897\u52A0",default:"\u30C7\u30D5\u30A9\u30EB\u30C8",forThisLanguage:"\u3053\u306E\u8A00\u8A9E\u306E\u5834\u5408\uFF1A","add url":"URL\u3092\u5165\u529B",edit:"\u30B3\u30F3\u30D1\u30A4\u30E9","translate other languages into specific language":"\u4ED6\u306E\u8A00\u8A9E\u3092\u8A2D\u5B9A\u3057\u305F\u8A00\u8A9E\u306B\u7FFB\u8A33\u3059\u308B","select translation service":"\u7FFB\u8A33\u30B5\u30FC\u30D3\u30B9\u306E\u9078\u629E",language:"\u591A\u8A00\u8A9E\u4E3B\u7FA9","show-original":"\u539F\u6587\u3092\u8868\u793A",translate:"\u30EC\u30F3\u30C0\u30EA\u30F3\u30B0",Translated:"\u7FFB\u8A33",Translating:"\u7FFB\u8A33\u4E2D",Error:"\u4E0D\u6B63\u78BA",allowCacheTranslations:"\u30ED\u30FC\u30AB\u30EB\u7FFB\u8A33\u30AD\u30E3\u30C3\u30B7\u30E5\u3092\u6709\u52B9\u306B\u3059\u308B\uFF08\u91CD\u8907\u3057\u305F\u7B87\u6240\u306E\u7FFB\u8A33\u30EA\u30AF\u30A8\u30B9\u30C8\u3092\u6E1B\u3089\u3059\uFF09","translation display":"\u7FFB\u8A33\u8868\u793A\u30B9\u30BF\u30A4\u30EB","select diplay style":"\u4EE5\u4E0B\u306E\u4F8B\u3092\u5177\u4F53\u7684\u306B\u53C2\u7167\u3057\u306A\u304C\u3089\u3001\u7FFB\u8A33\u306E\u30B9\u30BF\u30A4\u30EB\u3092\u533A\u5225\u3059\u308B\u3002",interface:"\u30A4\u30F3\u30BF\u30FC\u30D5\u30A7\u30FC\u30B9\u8A2D\u5B9A",import_export:"\u30A4\u30F3\u30DD\u30FC\u30C8/\u30A8\u30AF\u30B9\u30DD\u30FC\u30C8",import_export_title:"\u30A4\u30F3\u30DD\u30FC\u30C8/\u30A8\u30AF\u30B9\u30DD\u30FC\u30C8\u8A2D\u5B9A",syncToGoogleDrive:"Google\u30C9\u30E9\u30A4\u30D6\u3068\u540C\u671F",floatBallOptions:"\u30DB\u30D0\u30FC\u30DC\u30FC\u30EB\u306E\u8A2D\u5B9A","floatBallOptions.enable":"\u30DB\u30D0\u30FC\u30DC\u30FC\u30EB\u3092\u4F7F\u7528\u53EF\u80FD\u306B\u3059\u308B","floatBallOptions.blockUrls":"\u30A6\u30A7\u30D6\u30B5\u30A4\u30C8\u3092\u7121\u52B9\u306B\u3059\u308B","floatBallOptions.add":"\u5897\u52A0","floatBallOptions.blockUrlDesc":"\u4EE5\u4E0B\u306E\u30B5\u30A4\u30C8\u3067\u306F\u30DB\u30D0\u30FC\u30DC\u30FC\u30EB\u304C\u8868\u793A\u3055\u308C\u307E\u305B\u3093\u3002","floatBallOptions.clickType":"\u30AF\u30EA\u30C3\u30AF\u884C\u52D5","floatBallOptions.clickTypeDesc":"\u30AF\u30EA\u30C3\u30AF\u3057\u305F\u3068\u304D\u306E\u30DB\u30D0\u30FC\u30DC\u30FC\u30EB\u30FB\u30A2\u30A4\u30B3\u30F3\u306E\u52D5\u4F5C","floatBallOptions.clickPopup":"\u7FFB\u8A33\u30D1\u30CD\u30EB\u306E\u8868\u793A","floatBallOptions.clickTranslate":"\u539F\u6587\u306E\u7FFB\u8A33\uFF0F\u8868\u793A","floatBallOptions.fixedPosition":"\u56FA\u5B9A\u4F4D\u7F6E","floatBallOptions.fixedPositionDesc":"\u60AC\u6D6E\u7403\u5728\u7A97\u53E3\u5DE6\u4FA7\u8FD8\u662F\u53F3\u4FA7","floatBallOptions.fixedPositionLeft":"\u5DE6\u4FA7","floatBallOptions.fixedPositionRight":"\u53F3\u4FA7",previewAllThemes:"\u3059\u3079\u3066\u306E\u30B9\u30BF\u30A4\u30EB\u3092\u30D7\u30EC\u30D3\u30E5\u30FC\u3059\u308B","translationTheme.none":"\u306A\u3044","translationTheme.grey":"\u30C0\u30FC\u30AF\u30B0\u30EC\u30FC","translationTheme.dashed":"\u70B9\u7DDA\u4E0B\u7DDA","translationTheme.dotted":"\u70B9\u7DDA\u30A2\u30F3\u30C0\u30FC\u30B9\u30B3\u30A2","translationTheme.dashedBorder":"\u70B9\u7DDA","translationTheme.solidBorder":"\u30BD\u30EA\u30C3\u30C9\u30DC\u30FC\u30C0\u30FC","translationTheme.underline":"\u76F4\u7DDA\u306B\u4E0B\u7DDA\u3092\u5F15\u304F","translationTheme.mask":"\u30D5\u30A1\u30B8\u30FC\u52B9\u679C\uFF08\u5B66\u7FD2\u30E2\u30FC\u30C9\uFF09","translationTheme.opacity":"\u900F\u660E\u52B9\u679C","translationTheme.paper":"\u767D\u3044\u7D19\u306E\u5F71\u306E\u52B9\u679C","translationTheme.dividingLine":"\u308F\u3051\u3081","translationTheme.highlight":"\u9AD8\u8F1D\u5EA6","translationTheme.marker":"\u30DE\u30FC\u30AB\u30FC","translationTheme.marker2":"\u30DE\u30FC\u30AB\u30FC2","translationTheme.blockquote":"\u53C2\u7167\u30B9\u30BF\u30A4\u30EB","translationTheme.weakening":"\u5F31\u4F53\u5316","translationTheme.italic":"\u659C\u4F53","translationTheme.bold":"\u6FC3\u5316","translationTheme.thinDashed":"\u7D30\u70B9\u7DDA\u30A2\u30F3\u30C0\u30FC\u30E9\u30A4\u30F3","translationTheme.nativeDashed":"\u30B7\u30B9\u30C6\u30E0\u306F\u70B9\u7DDA\u306E\u30A2\u30F3\u30C0\u30FC\u30E9\u30A4\u30F3\u4ED8\u304D","translationTheme.nativeDotted":"\u30B7\u30B9\u30C6\u30E0\u306F\u70B9\u7DDA\u306E\u30A2\u30F3\u30C0\u30FC\u30E9\u30A4\u30F3\u4ED8\u304D","translationTheme.nativeUnderline":"\u30B7\u30B9\u30C6\u30E0\u306B\u306F\u76F4\u7DDA\u306E\u30A2\u30F3\u30C0\u30FC\u30E9\u30A4\u30F3\u304C\u4ED8\u5C5E\u3057\u3066\u3044\u308B","translationTheme.wavy":"\u6CE2\u7DDA","translationServices.custom":"\u30AB\u30B9\u30BF\u30E0API","translationServices.tencent":"\u30C6\u30F3\u30BB\u30F3\u30C8\u7FFB\u8A33\u8005","translationServices.tenAlpha":"\u30C6\u30F3\u30BB\u30F3\u30C8\u30FB\u30C8\u30E9\u30F3\u30B9\u30EC\u30FC\u30BF\u30FC\uFF08\u30A2\u30EB\u30D5\u30A1\uFF09","translationServices.google":"\u30B0\u30FC\u30B0\u30EB\u7FFB\u8A33","translationServices.bai":"\u30D0\u30A4\u30C9\u30A5\uFF08\u30A2\u30EB\u30D5\u30A1\uFF09","translationServices.baidu":"\u767E\u5EA6\u306E\u7FFB\u8A33","translationServices.aliyun":"\u30A2\u30EA\u30AF\u30E9\u30A6\u30C9\u7FFB\u8A33","translationServices.volc":"\u706B\u5C71\u7FFB\u8A33","translationServices.deeplx":"DeepLX (\u30D9\u30FC\u30BF)","translationServices.bing":"\u30DE\u30A4\u30AF\u30ED\u30BD\u30D5\u30C8\u7FFB\u8A33","translationServices.deepl":"\u30C7\u30A3\u30FC\u30D7\u30A8\u30EB","translationServices.wechat":"WeChat\u7FFB\u8A33","translationServices.azure":"\u30A2\u30B8\u30E5\u30FC\u30EB\u7FFB\u8A33","translationServices.ibm":"IBM\u30EF\u30C8\u30BD\u30F3","translationServices.aws":"\u30A2\u30DE\u30BE\u30F3\u7FFB\u8A33","translationServices.mock":"\u6A21\u64EC\u7FFB\u8A33","translationServices.mock2":"\u6A21\u64EC\u7FFB\u8A332","translationServices.caiyun":"\u30AB\u30E9\u30D5\u30EB\u306A\u96F2\u3068\u5C0F\u3055\u306A\u7FFB\u8A33","translationServices.cai":"\u30AB\u30E9\u30D5\u30EB\u306A\u96F2\uFF08\u30A2\u30EB\u30D5\u30A1\uFF09","translationServices.volcAlpha":"\u30DC\u30EB\u30B1\u30FC\u30CE\uFF08\u30A2\u30EB\u30D5\u30A1\uFF09","translationServices.openl":"\u30AA\u30FC\u30D7\u30F3L","translationServices.youdao":"Youtube\u7FFB\u8A33","translationServices.you":"Youdao \u7FFB\u8A33\u8005\uFF08\u30A2\u30EB\u30D5\u30A1\uFF09","translationServices.transmart":"\u9A30\u8A0A\u30A4\u30F3\u30BF\u30E9\u30AF\u30C6\u30A3\u30D6\u7FFB\u8A33","translationServices.niu":"\u30DE\u30FC\u30D9\u30EA\u30C3\u30AF\u7FFB\u8A33\u8005","translationServices.papago":"\u30D1\u30D1\u30B4\u7FFB\u8A33","translationServices.d":"D\uFF08\u30A2\u30EB\u30D5\u30A1\uFF09","translationServices.dpro":"D\u30D7\u30ED\uFF08\u30AB\u30CA\u30EA\u30A2\uFF09","translationServices.openai":"\u30AA\u30FC\u30D7\u30F3AI","translationServices.chatgpt":"ChatGPT Web(3.5 mobile)","translate title":"\u30DA\u30FC\u30B8\u30BF\u30A4\u30C8\u30EB\u3092\u7FFB\u8A33\u3059\u308B","always languages":"\u5E38\u306B\u8A00\u8A9E\u3092\u7FFB\u8A33\u3059\u308B",neverTranslateLanguagesLabel:"\u7FFB\u8A33\u3055\u308C\u308B\u3053\u3068\u306E\u306A\u3044\u8A00\u8A9E",neverTranslateTheFollowingLanguagesDescription:"\u30DA\u30FC\u30B8\u4E0A\u306E\u6BB5\u843D\u304C\u4EE5\u4E0B\u306E\u8A00\u8A9E\u306E\u3044\u305A\u308C\u304B\u3067\u3042\u308B\u5834\u5408\u3001\u7FFB\u8A33\u306F\u30B9\u30AD\u30C3\u30D7\u3055\u308C\u307E\u3059\u3002",enableUserscriptPagePopup:"\u30DA\u30FC\u30B8\u306B\u30DB\u30D0\u30FC\u30DC\u30FC\u30EB\u3092\u8868\u793A",enableUserscriptPagePopupDescription:"\u30DB\u30D0\u30FC\u30DC\u30FC\u30EB\u3092\u30AA\u30D5\u306B\u3057\u305F\u5F8C\u306F\u3001\u30B7\u30E7\u30FC\u30C8\u30AB\u30C3\u30C8 /{touch}\u3067\u547C\u3073\u51FA\u3059\u3053\u3068\u304C\u3067\u304D\u307E\u3059\u3002\u3046\u3063\u304B\u308A\u3053\u306E\u30AA\u30D7\u30B7\u30E7\u30F3\u3092\u30AA\u30D5\u306B\u3057\u305F\u5F8C\u3001\u30DB\u30D0\u30FC\u30DC\u30FC\u30EB\u3092\u898B\u3064\u3051\u3089\u308C\u306A\u304F\u306A\u308B\u306E\u3092\u9632\u3050\u305F\u3081\u3001\u3053\u306E\u8A2D\u5B9A\u30DA\u30FC\u30B8\u3092\u30D6\u30C3\u30AF\u30DE\u30FC\u30AF\u3057\u3066\u304A\u304F\u3053\u3068\u3092\u5F37\u304F\u304A\u52E7\u3081\u3057\u307E\u3059\uFF01","always translate the following languages":"\u30DA\u30FC\u30B8\u304C\u6B21\u306E\u8A00\u8A9E\u306E1\u3064\u3067\u3042\u308B\u3068\u304D\u81EA\u52D5\u7684\u306B\u30BF\u30FC\u30B2\u30C3\u30C8\u8A00\u8A9E\u306B\u7FFB\u8A33\u3059\u308B","always sites":"\u5E38\u306B\u7FFB\u8A33\u3055\u308C\u305F\u30A6\u30A7\u30D6\u30B5\u30A4\u30C8","always translate the following sites":"\u306E\u30C9\u30E1\u30A4\u30F3\u540D\u3067\u3042\u308C\u3070\u3001\u30A6\u30A7\u30D6\u30B5\u30A4\u30C8\u306F\u81EA\u52D5\u7684\u306B\u30BF\u30FC\u30B2\u30C3\u30C8\u8A00\u8A9E\u306B\u7FFB\u8A33\u3055\u308C\u308B\u3002","never sites":"\u672A\u7FFB\u8A33\u30B5\u30A4\u30C8","never translate the following sites":"\u4EE5\u4E0B\u306E\u30C9\u30E1\u30A4\u30F3\u306E\u30B5\u30A4\u30C8\u3067\u306F\u3001\u7FFB\u8A33\u306F\u884C\u308F\u308C\u307E\u305B\u3093\u3002","please refer to":"\u4F7F\u7528\u3059\u308B\u524D\u306B\u30AD\u30FC\u3092\u5165\u529B\u3059\u308B\u5FC5\u8981\u304C\u3042\u308A\u307E\u3059\u3002",KeyAndConfigurationTutorial:"\u30AD\u30FC\u30FB\u30A2\u30D7\u30EA\u30B1\u30FC\u30B7\u30E7\u30F3\u3068\u30B3\u30F3\u30D5\u30A3\u30AE\u30E5\u30EC\u30FC\u30B7\u30E7\u30F3\u30FB\u30C1\u30E5\u30FC\u30C8\u30EA\u30A2\u30EB",useAboveStyleForTheseSites:"\u4EE5\u4E0B\u306E\u30C9\u30E1\u30A4\u30F3\u306E\u30B5\u30A4\u30C8\u3067\u306F\u3001\u5E38\u306B \u2308{theme}\u230B \u7FFB\u8A33\u30B9\u30BF\u30A4\u30EB\u3092\u4F7F\u7528\u3057\u307E\u3059\u3002",currentUrl:"\u73FE\u5728\u306EURL",confirm:"\u30BB\u30FC\u30D6",cancel:"\u30AD\u30E3\u30F3\u30BB\u30EB",delete:"\u9664\u53BB","languages.auto":"\u81EA\u52D5\u691C\u51FA",syncToCloud:"\u30B0\u30FC\u30B0\u30EB\u30C9\u30E9\u30A4\u30D6\u306B\u540C\u671F",syncToCloudDescription:"\u30AF\u30E9\u30A6\u30C9\u306B\u30A2\u30C3\u30D7\u30ED\u30FC\u30C9\u3055\u308C\u305F\u30B3\u30F3\u30D5\u30A3\u30AE\u30E5\u30EC\u30FC\u30B7\u30E7\u30F3\u306F\u3001\u7570\u306A\u308B\u30D6\u30E9\u30A6\u30B6\u30FC\uFF0F\u30B0\u30EA\u30FC\u30B9\u30E2\u30F3\u30AD\u30FC\u30FB\u30B9\u30AF\u30EA\u30D7\u30C8\u9593\u3067\u540C\u671F\u3055\u305B\u308B\u3053\u3068\u304C\u3067\u304D\u308B\u3002",syncToAccount:"\u30A4\u30DE\u30FC\u30B7\u30D6\u7FFB\u8A33\u30AF\u30E9\u30A6\u30C9\u3078\u306E\u540C\u671F",syncToAccountButton:"\u30AF\u30E9\u30A6\u30C9\u3068\u306E\u5373\u6642\u540C\u671F",syncToAccountDescription:"\u7570\u306A\u308B\u30C7\u30D0\u30A4\u30B9\u9593\u3067\u3001\u6700\u5F8C\u306B\u5909\u66F4\u3055\u308C\u305F\u65B9\u306E\u8A2D\u5B9A\u3092\u81EA\u52D5\u7684\u306B\u540C\u671F\u3057\u307E\u3059\u3002",successSyncConfigInAccount:"\u30AF\u30E9\u30A6\u30C9\u3068\u306E\u540C\u671F\u306B\u6210\u529F",successSyncConfigToAccount:"\u30AF\u30E9\u30A6\u30C9\u3078\u306E\u540C\u671F\u306B\u6210\u529F",syncConfigNoUpdate:"\u3082\u3046\u6700\u65B0\u306E\u3082\u306E\u3060\u3002",authFail:"\u8A8D\u8A3C\u5931\u6557",syncTitle:"\u624B\u52D5\u30D0\u30C3\u30AF\u30A2\u30C3\u30D7\u7BA1\u7406",import_hint:"\u30A4\u30F3\u30DD\u30FC\u30C8",upload:"\u30A2\u30C3\u30D7\u30ED\u30FC\u30C9",revokeAuth:"\u8A8D\u53EF\u306E\u53D6\u308A\u6D88\u3057",uploadFail:"\u30A2\u30C3\u30D7\u30ED\u30FC\u30C9\u5931\u6557",download:"\u30C0\u30A6\u30F3\u30ED\u30FC\u30C9",importSuccess:"\u8F38\u5165\u306B\u6210\u529F",importFail:"\u30A4\u30F3\u30DD\u30FC\u30C8\u5931\u6557",deleteFail:"\u524A\u9664\u306B\u5931\u6557\u3057\u307E\u3057\u305F",backupToCloud:"\u30D0\u30C3\u30AF\u30A2\u30C3\u30D7\u30D5\u30A1\u30A4\u30EB\u306E\u624B\u52D5\u7BA1\u7406",create_new_backup:"\u65B0\u3057\u3044\u30D0\u30C3\u30AF\u30A2\u30C3\u30D7\u30CE\u30FC\u30C9\u3092\u8FFD\u52A0\u3059\u308B",maxBackupFiles:"\u6700\u5927{count}\u7570\u306A\u308B\u30CE\u30FC\u30C9\u3092\u30D0\u30C3\u30AF\u30A2\u30C3\u30D7\u3067\u304D\u307E\u3059\u3002\u4E0D\u8981\u306A\u30CE\u30FC\u30C9\u306F\u524A\u9664\u3057\u3066\u304F\u3060\u3055\u3044\u3002",backupToCloudDescription:"\u30D0\u30C3\u30AF\u30A2\u30C3\u30D7\u30D5\u30A1\u30A4\u30EB\u3092\u624B\u52D5\u3067\u30A2\u30C3\u30D7\u30ED\u30FC\u30C9\u307E\u305F\u306F\u30EA\u30B9\u30C8\u30A2\u3002",successSyncConfig:"\u30AF\u30E9\u30A6\u30C9\u3068\u306E\u540C\u671F\u306B\u6210\u529F",syncFail:"\u540C\u671F\u5931\u6557",updatedAt:"{date}\u3088\u308A\u66F4\u65B0",lastSyncedAt:"\u6700\u7D42\u78BA\u8A8D\uFF1A {date}",downloadFail:"\u30C0\u30A6\u30F3\u30ED\u30FC\u30C9\u306B\u5931\u6557\u3057\u307E\u3057\u305F",clickToDownload:"\u30AF\u30EA\u30C3\u30AF\u3057\u3066\u30C0\u30A6\u30F3\u30ED\u30FC\u30C9",aboutLabel:"\u30D5\u30A3\u30FC\u30C9\u30D0\u30C3\u30AF","browser.openAboutPage":"\u3054\u610F\u898B\u30FB\u3054\u611F\u60F3",aboutLabelWithoutSponsor:"\u30D5\u30A3\u30FC\u30C9\u30D0\u30C3\u30AF",aboutIntro:"\u30A4\u30F3\u30BF\u30FC\u30CD\u30C3\u30C8\u4E0A\u306E\u81A8\u5927\u306A\u5916\u56FD\u8A9E\u60C5\u5831\u3078\u306E\u30A2\u30AF\u30BB\u30B9\u304C\u3088\u308A\u7C21\u5358\u3067\u697D\u3057\u3044\u3082\u306E\u306B\u306A\u308A\u307E\u3059\u3088\u3046\u306B \u2764\uFE0F <6>\u30D7\u30ED\u30E1\u30F3\u30D0\u30FC\u30B7\u30C3\u30D7\u3092 \u6709\u52B9\u306B\u3057\u3066\u3001\u3059\u3050\u306B\u4F7F\u3048\u308BDeepL\u3068OpenAI\u306E\u7FFB\u8A33\u3092\u3054\u5229\u7528\u304F\u3060\u3055\u3044\u3002

<3>Twitter\u3001<4>Telegram\u3001Weibo\u3001WeChat\u3067\u79C1\u305F\u3061\u3092\u30D5\u30A9\u30ED\u30FC\u3059\u308B\u304B\u3001\u4EE5\u4E0B\u306E<5>\u30E1\u30FC\u30EA\u30F3\u30B0\u30EA\u30B9\u30C8\u306B\u767B\u9332\u3057\u3066\u66F4\u65B0\u3092\u8FFD\u8DE1\u3059\u308B\u3053\u3068\u304C\u3067\u304D\u307E\u3059\u3002
<7>\u30D7\u30ED\u4F1A\u54E1\u306E \u65B9\u306F\u3001 <8>support@immersivetranslate.com \u307E\u3067\u3054\u9023\u7D61\u3044\u305F\u3060\u3051\u308C\u3070\u3001\u8FC5\u901F\u306A\u30AB\u30B9\u30BF\u30DE\u30FC\u30B5\u30FC\u30D3\u30B9\u3092\u3054\u63D0\u4F9B\u3044\u305F\u3057\u307E\u3059\u3002",aboutIntroWithoutSponsor:"\u2764\uFE0F

<3>\u30C4\u30A4\u30C3\u30BF\u30FC\u3001<4>\u30C6\u30EC\u30B0\u30E9\u30E0\u30FB\u30C1\u30E3\u30F3\u30CD\u30EB\u3001WeChat\u3001WeChat Exchange\u3067\u30D5\u30A9\u30ED\u30FC\u3057\u3066\u3044\u305F\u3060\u304F\u304B\u3001\u4EE5\u4E0B\u306E<5>E\u30E1\u30FC\u30EB\u3067\u66F4\u65B0\u60C5\u5831\u3092<5>\u8CFC\u8AAD\u3057\u3066\u304F\u3060\u3055\u3044\u3002",projectHomepage:"\u30D7\u30ED\u30B8\u30A7\u30AF\u30C8\u30FB\u30DB\u30FC\u30E0",joinTelegramGroup:"\u30E6\u30FC\u30B6\u30FC\u30B0\u30EB\u30FC\u30D7\u306B\u53C2\u52A0\u3057\u3066\u3001\u6A5F\u80FD\u306B\u95A2\u3059\u308B\u30C7\u30A3\u30B9\u30AB\u30C3\u30B7\u30E7\u30F3\u306B\u53C2\u52A0",wechatPublicAccount:"WeChat\u30D1\u30D6\u30EA\u30C3\u30AF",wechatCommunities:"WeChat\u4EA4\u6D41\u30B0\u30EB\u30FC\u30D7",qqCommunities:"QQ\u30B3\u30DF\u30E5\u30CB\u30B1\u30FC\u30B7\u30E7\u30F3\u30C1\u30E3\u30F3\u30CD\u30EB",joinTelegramChannel:"\u6700\u65B0\u60C5\u5831\u306FTelegram\u30C1\u30E3\u30F3\u30CD\u30EB\u3092\u30D5\u30A9\u30ED\u30FC",feedbackAndJoin:"\u8CEA\u554F \u30D5\u30A3\u30FC\u30C9\u30D0\u30C3\u30AF / \u30B0\u30EB\u30FC\u30D7\u8FFD\u52A0",autoSync:"\u81EA\u52D5\u6642\u523B\u540C\u671F",loadingThemeTitle:"\u30ED\u30FC\u30C7\u30A3\u30F3\u30B0\u30FB\u30B9\u30BF\u30A4\u30EB",loadingThemeDescription:"\u7FFB\u8A33\u30ED\u30FC\u30C9\u5F85\u3061\u6642\u9593\u306E\u30B9\u30BF\u30A4\u30EB\u8A2D\u5B9A","loadingTheme.spinner":"\u56DE\u8EE2\u30A2\u30CB\u30E1\u30FC\u30B7\u30E7\u30F3","loadingTheme.text":"\u9759\u7684\u30C6\u30AD\u30B9\u30C8 ","loadingTheme.none":"\u8868\u793A\u306A\u3057",developerDescription:"\u9AD8\u5EA6\u306A\u30AB\u30B9\u30BF\u30DE\u30A4\u30BA\u306B\u95A2\u3059\u308B\u30C9\u30AD\u30E5\u30E1\u30F3\u30C8\u306F<1>\u3053\u3061\u3089\u3092\u3054\u89A7\u304F\u3060\u3055\u3044\u3002","edit border color":"\u30DC\u30FC\u30C0\u30FC\u30AB\u30E9\u30FC\u306E\u5909\u66F4",successSyncButNoChange:"\u73FE\u5728\u306E\u30B3\u30F3\u30D5\u30A3\u30AE\u30E5\u30EC\u30FC\u30B7\u30E7\u30F3\u306F\u30AF\u30E9\u30A6\u30C9\u3068\u4E00\u81F4\u3057\u3066\u3044\u308B",customTheme:"\u30AB\u30B9\u30BF\u30E0\u30AB\u30E9\u30FC\u3068\u30B5\u30A4\u30BA","customThemeLabel.borderColor":"\u30DC\u30FC\u30C0\u30FC\u30AB\u30E9\u30FC","customThemeLabel.borderRadius":"\u4E38\u307F\u3092\u5E2F\u3073\u305F\u30A8\u30C3\u30B8","customThemeLabel.textColor":"\u30C6\u30AD\u30B9\u30C8\u30AB\u30E9\u30FC","customThemeLabel.backgroundColor":"\u80CC\u666F\u8272","customThemeLabel.zoom":"\u30D5\u30A9\u30F3\u30C8\u30FB\u30B9\u30B1\u30FC\u30EA\u30F3\u30B0 (%)","customThemeLabel.opacity":"\u30C6\u30AD\u30B9\u30C8\u306E\u4E0D\u900F\u660E\u5EA6 (%)",resetToDefaultColor:"\u30C7\u30D5\u30A9\u30EB\u30C8\u30AB\u30E9\u30FC\u306B\u623B\u3059",resetToDefaultSettings:"\u30C7\u30D5\u30A9\u30EB\u30C8\u8A2D\u5B9A\u306B\u623B\u3059",isTranslateTitle:"\u30DA\u30FC\u30B8\u30BF\u30A4\u30C8\u30EB\u306E\u7FFB\u8A33\u3092\u6709\u52B9\u306B\u3059\u308B",isTranslateTitleDescription:"\u30AA\u30F3\u306B\u3059\u308B\u3068\u3001\u30DA\u30FC\u30B8\u30BF\u30A4\u30C8\u30EB\u304C\u7FFB\u8A33\u3055\u308C\u307E\u3059",enableSearchEnhancement:"\u30D0\u30A4\u30EA\u30F3\u30AC\u30EB\u30E1\u30C3\u30BB\u30FC\u30B8\u3092\u6709\u52B9\u306B\u3059\u308B",enableSearchEnhancementDescription:"\u6709\u52B9\u306B\u3059\u308B\u3068\u3001\u5BFE\u5FDC\u30B5\u30A4\u30C8\uFF08Google News\u3001Google Search\uFF08\u4E00\u90E8\u30AD\u30FC\u30EF\u30FC\u30C9\uFF09\u3001Snowball\u3001Oriental Fortune\u3001Futura\u3001Tiger Community\uFF09\u306E\u53F3\u30AB\u30E9\u30E0\u306B\u3001\u8A72\u5F53\u3059\u308B\u82F1\u8A9E\u30AD\u30FC\u30EF\u30FC\u30C9\u3067\u300CGoogle News\u300D\u306E\u691C\u7D22\u7D50\u679C\u304C\u81EA\u52D5\u7684\u306B\u8868\u793A\u3055\u308C\u308B\u3088\u3046\u306B\u306A\u308A\u307E\u3059\u3002",verifyService:"\u30B5\u30FC\u30D3\u30B9\u306E\u30C6\u30B9\u30C8\u306F\u3053\u3061\u3089",verified:"\u6210\u529F\u306E\u78BA\u8A8D","field.langs":"\u5BFE\u5FDC\u8A00\u8A9E\u30B3\u30FC\u30C9","field.model":"\u30E2\u30C7\u30EA\u30F3\u30B0","field.translationEngine":"\u7FFB\u8A33\u30A8\u30F3\u30B8\u30F3","field.limitPerMinute":"1\u5206\u3042\u305F\u308A\u306E\u6700\u5927\u30EA\u30AF\u30A8\u30B9\u30C8\u6570","field.limitPerSecond":"1\u79D2\u3042\u305F\u308A\u306E\u6700\u5927\u30EA\u30AF\u30A8\u30B9\u30C8\u6570","field.maxTextLengthPerRequest":"\u30EA\u30AF\u30A8\u30B9\u30C8\u3054\u3068\u306E\u6700\u5927\u30C6\u30AD\u30B9\u30C8\u9577","field.maxTextGroupLengthPerRequest":"\u30EA\u30AF\u30A8\u30B9\u30C8\u3054\u3068\u306E\u6700\u5927\u6BB5\u843D\u6570","field.apiUrl":"\u30AB\u30B9\u30BF\u30E0API\u30A4\u30F3\u30BF\u30FC\u30D5\u30A7\u30FC\u30B9\u306E\u30A2\u30C9\u30EC\u30B9","field.placeholderDelimiters":"\u4E88\u7D04\u30D7\u30EC\u30FC\u30B9\u30DB\u30EB\u30C0","description.custom":"\u30AB\u30B9\u30BF\u30E0\u30A4\u30F3\u30BF\u30FC\u30D5\u30A7\u30FC\u30B9\u30A2\u30AF\u30BB\u30B9 \u8981\u30C9\u30AD\u30E5\u30E1\u30F3\u30C6\u30FC\u30B7\u30E7\u30F3","description.limitPerMinute":"\u3053\u306E\u5236\u9650\u3092\u8D85\u3048\u305F\u30EA\u30AF\u30A8\u30B9\u30C8\u306F\u3001\u6B21\u306E\u5206\u304C\u59CB\u307E\u308B\u307E\u3067\u30AD\u30E5\u30FC\u306B\u5165\u308A\u307E\u3059\u3002OpenAI\u306E\u73FE\u5728\u306E\u30B5\u30FC\u30D3\u30B9\u306B\u306F\u3055\u307E\u3056\u307E\u306A\u5236\u9650\u304C\u3042\u308B\u305F\u3081\u3001\u6700\u65B0\u306E\u63A8\u5968\u5024\u306F<1>\u3053\u3061\u3089\u3092\u3054\u89A7\u304F\u3060\u3055\u3044\u3002","description.limitPerSecond":"\u3053\u306E\u5236\u9650\u3092\u8D85\u3048\u305F\u30EA\u30AF\u30A8\u30B9\u30C8\u306F\u3001\u6B21\u306E\u79D2\u304C\u59CB\u307E\u308B\u307E\u3067\u30AD\u30E5\u30FC\u306B\u5165\u308A\u307E\u3059\u3002OpenAI\u306E\u73FE\u5728\u306E\u30B5\u30FC\u30D3\u30B9\u306B\u306F\u3055\u307E\u3056\u307E\u306A\u5236\u9650\u304C\u3042\u308B\u305F\u3081\u3001\u6700\u65B0\u306E\u63A8\u5968\u5024\u306F<1>\u3053\u3061\u3089\u3092\u3054\u89A7\u304F\u3060\u3055\u3044\u3002","description.generalLimitPerSecond":"\u3053\u306E\u5236\u9650\u3092\u8D85\u3048\u305F\u30EA\u30AF\u30A8\u30B9\u30C8\u306F\u3001\u6B21\u306E\u79D2\u304C\u59CB\u307E\u308B\u307E\u3067\u30AD\u30E5\u30FC\u306B\u5165\u308B\u3002","description.prompt":"\u30E6\u30FC\u30B6\u30FC\u3068\u3057\u3066 {service} \u306B\u9001\u4FE1\u3055\u308C\u308B\u5BFE\u8A71\u3067\u3001{{text}} \u306F\u6BB5\u843D\u306E\u30C6\u30AD\u30B9\u30C8\u5185\u5BB9\u3092\u793A\u3057\u3001{{from}} \u306F\u6BB5\u843D\u306E\u8A00\u8A9E\u3092\u793A\u3057\u3001{{to}} \u306F\u76EE\u6A19\u8A00\u8A9E\u3092\u793A\u3057\u307E\u3059\u3002","description.maxTextLengthPerRequest":"\u30EA\u30AF\u30A8\u30B9\u30C8\u3042\u305F\u308A\u306E\u6700\u5927\u6587\u5B57\u6570\u304C\u5927\u304D\u3059\u304E\u308B\u3068\u3001\u30A4\u30F3\u30BF\u30FC\u30D5\u30A7\u30FC\u30B9\u306E\u5FDC\u7B54\u304C\u9045\u304F\u306A\u308B\u306E\u3067\u3001\u3053\u306E\u30AA\u30D7\u30B7\u30E7\u30F3\u3092\u8ABF\u6574\u3057\u3066\u901F\u5EA6\u3092\u6700\u9069\u5316\u3057\u3066\u304F\u3060\u3055\u3044\u3002","description.systemPrompt":"\u30B7\u30B9\u30C6\u30E0\u3068\u3057\u3066OpenAI\u306B\u9001\u3089\u308C\u308B\u30C0\u30A4\u30A2\u30ED\u30B0\u3002 {{text}} \u306F\u6BB5\u843D\u306E\u30C6\u30AD\u30B9\u30C8\u5185\u5BB9\u3001{{from}} \u306F\u6BB5\u843D\u306E\u8A00\u8A9E\u3001{{to}} \u306F\u30BF\u30FC\u30B2\u30C3\u30C8\u8A00\u8A9E\u3092\u793A\u3059\u3002","field.domain":"\u30EC\u30A2\u30EB","description.domain":"\u30C7\u30D5\u30A9\u30EB\u30C8\u306F\uFF1Ageneral \u3067\u3059\u3002Arima API \u30B3\u30F3\u30BD\u30FC\u30EB\u3067\u30C9\u30E1\u30A4\u30F3\u5909\u63DB\u304C\u6709\u52B9\u306B\u306A\u3063\u3066\u3044\u308B\u5834\u5408\u306E\u307F\u8A2D\u5B9A\u3067\u304D\u307E\u3059\u3002","field.scene":"\u53D6\u308B","description.scene":"\u30C7\u30D5\u30A9\u30EB\u30C8\u306F\uFF1A\u4E00\u822C\u3067\u3059\u3002AliCloud API\u30B3\u30F3\u30BD\u30FC\u30EB\u3067Machine Translation Pro\u3092\u958B\u3044\u305F\u5834\u5408\u306E\u307F\u8A2D\u5B9A\u3067\u304D\u307E\u3059\u3002","field.vocabId":"\u30E6\u30FC\u30B6\u30FC\u8F9E\u66F8ID","description.vocabId":"\u6307\u5B9A\u3055\u308C\u305F\u8F9E\u66F8out_id\u306F\u3001\u73FE\u5728\u3001\u82F1\u8A9E\u304B\u3089\u4E2D\u56FD\u8A9E\u3078\u306E\u7FFB\u8A33\u3092\u30B5\u30DD\u30FC\u30C8\u3057\u3066\u3044\u308B\u3002","description.model":"OpenAI\u306E\u30E2\u30C7\u30EB\u306F\u3001gpt-3.5-turbo\u3001gpt-4\u306A\u3069\u3002","description.maxTextGroupLengthPerRequest":"\u4E00\u5EA6\u306B\u7FFB\u8A33\u30B5\u30FC\u30D3\u30B9\u306B\u9001\u4FE1\u3055\u308C\u308B\u6BB5\u843D\u6570\u3002\u6BB5\u843D\u6570\u304C\u591A\u3059\u304E\u308B\u3068\u3001\u30A4\u30F3\u30BF\u30FC\u30D5\u30A7\u30FC\u30B9\u306E\u5FDC\u7B54\u304C\u9045\u304F\u306A\u308B\u3053\u3068\u304C\u3042\u308A\u307E\u3059\u3002","description.apiUrl":"\u5177\u4F53\u7684\u306AURL\u3068\u30D1\u30B9\u3001<1>\u3088\u308A\u8A73\u3057\u3044\u8AAC\u660E\u3092\u8FFD\u52A0\u3057\u3066\u304F\u3060\u3055\u3044\u3002",enabledExtension:"\u30A8\u30AF\u30B9\u30C6\u30F3\u30B7\u30E7\u30F3\u306E\u6709\u52B9\u5316",clickToDisableExtension:"\u30AF\u30EA\u30C3\u30AF\u3057\u3066\u62E1\u5F35\u6A5F\u80FD\u3092\u7121\u52B9\u306B\u3059\u308B",clickToEnableExtension:"\u30AF\u30EA\u30C3\u30AF\u3057\u3066\u62E1\u5F35\u6A5F\u80FD\u3092\u6709\u52B9\u306B\u3059\u308B",hasBeenDisabled:"\u4F7F\u7528\u4E0D\u80FD","show password":"\u30D1\u30B9\u30EF\u30FC\u30C9\u3092\u8868\u793A\u3059\u308B",customContent:"\u30AB\u30B9\u30BF\u30E0\u30E2\u30C7\u30EB\u540D\u3092\u5165\u529B",inputOptions:"\u5165\u529B\u30DC\u30C3\u30AF\u30B9\u306E\u5F37\u5316",mouseHoverOptions:"\u30DE\u30A6\u30B9\u30DB\u30D0\u30FC",modifyMouseHoverKey:"\u30DE\u30A6\u30B9\u30DB\u30D0\u30FC\u30B7\u30E7\u30FC\u30C8\u30AB\u30C3\u30C8\u306E\u5909\u66F4",enableInputTranslation:"\u5165\u529B\u30DC\u30C3\u30AF\u30B9\u306E\u62E1\u5F35\u3092\u6709\u52B9\u306B\u3059\u308B\u304B\u3069\u3046\u304B",enableInputTranslationDescription:"\u6709\u52B9\u5316\u3057\u305F\u3089\u3001 {startingKey}{startingKey} hello \u3068\u5165\u529B\u30DC\u30C3\u30AF\u30B9\u306B\u76F4\u63A5\u5165\u529B\u3057\u3001{inputTrailingTriggerKeyRepeatTimes}times{trailingKey}\u3092\u7D20\u65E9\u304F\u62BC\u3057\u3066\u3001 {inputTargetLanguage}\u306B\u5909\u63DB\u3059\u308B\u3002",enableInputTranslationDescriptionForNoneKey:"\u6709\u52B9\u306B\u3057\u305F\u3089\u3001\uFF1AHello World\u3068\u5165\u529B\u30DC\u30C3\u30AF\u30B9\u306B\u76F4\u63A5\u5165\u529B\u3057\u3001{inputTrailingTriggerKeyRepeatTimes}{trailingKey}\u3092\u7D20\u65E9\u304F\u62BC\u3057\u3066\u3001\u30C7\u30D5\u30A9\u30EB\u30C8\u306E\u30BF\u30FC\u30B2\u30C3\u30C8\u8A00\u8A9E\u306B\u7FFB\u8A33\u3059\u308B\u3002",inputTargetLanguage:"\u5165\u529B\u30DC\u30C3\u30AF\u30B9\u306E\u30C7\u30D5\u30A9\u30EB\u30C8\u30BF\u30FC\u30B2\u30C3\u30C8\u8A00\u8A9E\u306E\u8A2D\u5B9A",inputTargetLanguageDescription:"\u5165\u529B\u30DC\u30C3\u30AF\u30B9\u7FFB\u8A33\u306E\u30C7\u30D5\u30A9\u30EB\u30C8\u30BF\u30FC\u30B2\u30C3\u30C8\u8A00\u8A9E\u3001\u3059\u306A\u308F\u3061\u3001\u30C8\u30EA\u30AC\u30FC\u30EF\u30FC\u30C9\u306E\u30C7\u30D5\u30A9\u30EB\u30C8\u8A00\u8A9E\u3068\u3057\u3066 {startingKey}{startingKey}",inputTargetLanguageDescriptionForNoneKey:"\u5165\u529B\u30DC\u30C3\u30AF\u30B9\u7FFB\u8A33\u306E\u30C7\u30D5\u30A9\u30EB\u30C8\u30BF\u30FC\u30B2\u30C3\u30C8\u8A00\u8A9E",inputStartingTriggerKeyTitle:"\u5165\u529B\u30DC\u30C3\u30AF\u30B9\u306E\u90E8\u5206\u7FFB\u8A33\u306E\u305F\u3081\u306E\u5206\u5272\u6587\u5B57\u306E\u8A2D\u5B9A",inputStartingTriggerKeyDescription:"\u5165\u529B\u30DC\u30C3\u30AF\u30B9\u5168\u4F53\u3092\u7FFB\u8A33\u3059\u308B\u5FC5\u8981\u304C\u306A\u3044\u5834\u5408\u3001\u30B9\u30D7\u30EA\u30C3\u30BF\u30FC\u306F {startingKey}{startingKey} \u304B\u3089\u5165\u529B\u30DC\u30C3\u30AF\u30B9\u306E\u6700\u5F8C\u307E\u3067\u306E\u90E8\u5206\u3060\u3051\u3092\u7FFB\u8A33\u3059\u308B\u3053\u3068\u304C\u3067\u304D\u307E\u3059\u3002\u307E\u305F\u3001\u8A00\u8A9E\u30B3\u30FC\u30C9\u3092\u6307\u5B9A\u3059\u308B\u3053\u3068\u3082\u3067\u304D\u307E\u3059\u3002\u4F8B\u3048\u3070\u3001\uFF1A{startingKey}ja \u306F {startingKey}ja \u304B\u3089\u5165\u529B\u30DC\u30C3\u30AF\u30B9\u306E\u6700\u5F8C\u307E\u3067\u306E\u90E8\u5206\u3060\u3051\u3092\u7FFB\u8A33\u3059\u308B\u3053\u3068\u3092\u610F\u5473\u3057\u307E\u3059\u3002",inputStartingTriggerKeyDescriptionForNoneKey:"\u73FE\u5728\u306E\u63A5\u982D\u8F9E\u306A\u3057\u306E\u8A2D\u5B9A\u306F\u4E0D\u8981\u3067\u3042\u308A\u3001\u5165\u529B\u30DC\u30C3\u30AF\u30B9\u306E\u4E00\u90E8\u306E\u30C6\u30AD\u30B9\u30C8\u306E\u7FFB\u8A33\u6A5F\u80FD\u306F\u73FE\u6642\u70B9\u3067\u306F\u5229\u7528\u3067\u304D\u306A\u3044\u3002",inputTrailingTriggerKeyTitle:"\u5165\u529B\u7D42\u4E86\u30C8\u30EA\u30AC\u30FC\u6587\u5B57\u3092\u9078\u629E\u3059\u308B",inputTrailingTriggerKeyDescription:"3 quick hits{trailingKey} \u7FFB\u8A33\u3092\u958B\u59CB\u3057\u307E\u3059\uFF01",inputTrailingTriggerKeyTimeout:"\u6226\u95D8\u7D42\u4E86\u30C8\u30EA\u30AC\u30FC\u307E\u3067\u306E\u6642\u9593\u3092\u5165\u529B\u3059\u308B\u3002",inputTrailingTriggerKeyTimeoutDescription:"\u5165\u529B\u7D42\u4E86\u30B3\u30F3\u30DC\u306E\u30C8\u30EA\u30AC\u30FC\u307E\u3067\u306E\u6642\u9593\uFF08\u30DF\u30EA\u79D2\uFF09\u3092\u8A2D\u5B9A\u3059\u308B\u3002",spaceKey:"<\u7A7A\u683C\u952E>",noneKey:"\u63A5\u982D\u8F9E\u306A\u3057\u306E\u30C6\u30AD\u30B9\u30C8\u30DC\u30C3\u30AF\u30B9\u5168\u4F53\u306E\u76F4\u63A5\u7FFB\u8A33",inputTranslationBlockUrlsTitle:"\u4EE5\u4E0B\u306EURL\u3067\u306F\u3001\u5165\u529B\u30DC\u30C3\u30AF\u30B9\u306E\u62E1\u5F35\u6A5F\u80FD\u3092\u6709\u52B9\u306B\u3057\u306A\u3044\u3067\u304F\u3060\u3055\u3044\u3002",inputTranslationBlockUrlsDescription:"\u5165\u529B\u30DC\u30C3\u30AF\u30B9\u306E\u6A5F\u80FD\u62E1\u5F35\u306F\u3001\u4EE5\u4E0B\u306EURL\u3067\u306F\u6A5F\u80FD\u3057\u307E\u305B\u3093\u3002",clickToSeeQuickDemo:"\u30AF\u30EA\u30C3\u30AF\u3057\u306630\u79D2\u306E\u30C1\u30E5\u30FC\u30C8\u30EA\u30A2\u30EB\u30D3\u30C7\u30AA\u3092\u62E1\u5927",inputHelperInfo:"\u8AAC\u660E\uFF1A\u4E2D\u56FD\u8A9E\u306E\u5165\u529B\u30E1\u30BD\u30C3\u30C9\u3067\u306F\u3001\u3044\u304F\u3064\u304B\u306E\u30C8\u30EA\u30AC\u30FC\u6587\u5B57\u304C\u4E2D\u56FD\u8A9E\u306E\u53E5\u8AAD\u70B9\u306B\u5909\u308F\u308B\u3068\u3044\u3046\u4E8B\u5B9F\u306B\u6700\u9069\u5316\u3057\u307E\u3057\u305F\u3002\u4F8B\u3048\u3070\u3001/ \u306F Sogou \u5165\u529B\u30E1\u30BD\u30C3\u30C9\u3067\u306F\u3001\u30C0\u30F3\u8A18\u53F7\u306B\u5909\u308F\u308A\u307E\u3059\u3002

\u307E\u305F\u3001\u8A00\u8A9E<1>\u30B3\u30FC\u30C9\u306E\u4E2D\u56FD\u8A9E\u30A8\u30A4\u30EA\u30A2\u30B9\u3082\u30B3\u30DE\u30F3\u30C9\u3068\u3057\u3066\u30B5\u30DD\u30FC\u30C8\u3057\u3066\u304A\u308A\u3001\u4F8B\u3048\u3070 /Japanese Hello World \u306F\u65E5\u672C\u8A9E\u306B\u7FFB\u8A33\u3055\u308C\u307E\u3059\u3002",reloadCurrentPage:"\u7FFB\u8A33\u3092\u958B\u59CB\u3059\u308B\u524D\u306B\u3001\u73FE\u5728\u306E\u30DA\u30FC\u30B8\u3092\u66F4\u65B0\u3057\u3066\u304F\u3060\u3055\u3044\u3002",noLocalFilePermissionForPDF:"\u30ED\u30FC\u30AB\u30EB\u30D5\u30A1\u30A4\u30EB\u3092\u8AAD\u307F\u8FBC\u3080\u6A29\u9650\u304C\u3042\u308A\u307E\u305B\u3093\u3002\u4E0A\u306E\u30DC\u30BF\u30F3\u3092\u30AF\u30EA\u30C3\u30AF\u3057\u3066\u3001\u30ED\u30FC\u30AB\u30EB\u30D5\u30A1\u30A4\u30EB\u3092\u30A4\u30F3\u30DD\u30FC\u30C8\u3057\u3066\u304F\u3060\u3055\u3044\u3002",noPermissionForThisPage:"\u26A0\uFE0F \u73FE\u5728\u306E\u30DA\u30FC\u30B8\u3092\u7FFB\u8A33\u3059\u308B\u6A29\u9650\u304C\u306A\u3044",retryAllParagraphs:"\u3059\u3079\u3066\u306E\u30A8\u30E9\u30FC\u30D1\u30C3\u30BB\u30FC\u30B8\u3092\u518D\u8A66\u884C\u3059\u308B",retryAllButton:"\u3059\u3079\u3066\u306E\u30A8\u30E9\u30FC\u30D1\u30C3\u30BB\u30FC\u30B8\u3092\u518D\u8A66\u884C\u3059\u308B",errorTooltipTitle:"\u30AF\u30EA\u30C3\u30AF\u3057\u3066\u30A8\u30E9\u30FC\u306E\u539F\u56E0\u3092\u898B\u308B",errorModalTitle:"\u7FFB\u8A33\u30B5\u30FC\u30D3\u30B9\u304B\u30CD\u30C3\u30C8\u30EF\u30FC\u30AF\u306B\u4F55\u304B\u554F\u984C\u304C\u3042\u308B\u3088\u3046\u3060...\u3002",disableConfirm:"\u30D0\u30A4\u30EA\u30F3\u30AC\u30EB\u60C5\u5831\u5F37\u5316\u8A2D\u5B9A",disableOnce:"\u3053\u306E\u969C\u5BB3",disableGlobal:"\u6C38\u4E45\u306B\u7121\u52B9\u306B\u3059\u308B",disableTint:"* {option}\u3002",searchEnhancementNotes:"\u4E2D\u56FD\u8A9E\u30AD\u30FC\u30EF\u30FC\u30C9\u3068\u82F1\u8A9E\u30AD\u30FC\u30EF\u30FC\u30C9\u3067\u306F\u3001\u30CB\u30E5\u30FC\u30B9\u306E\u691C\u7D22\u7D50\u679C\u304C\u5927\u304D\u304F\u7570\u306A\u308B\u3053\u3068\u304C\u308F\u304B\u308A\u307E\u3057\u305F\u3002 \u30A4\u30DE\u30FC\u30B7\u30D6\u7FFB\u8A33\u30D0\u30A4\u30EA\u30F3\u30AC\u30EB\u60C5\u5831\u5F37\u5316\u6A5F\u80FD\u3092\u6709\u52B9\u306B\u3059\u308B\u3068\u3001\u5BFE\u5FDC\u30B5\u30A4\u30C8\uFF08Google\u30CB\u30E5\u30FC\u30B9\u3001Google\u691C\u7D22\uFF08\u4E00\u90E8\u30AD\u30FC\u30EF\u30FC\u30C9\uFF09\u3001Snowball\u3001Oriental Wealth\u3001Futura\u3001Tiger\uFF09\u3067\u540C\u3058\u30AD\u30FC\u30EF\u30FC\u30C9\u3092\u82F1\u8A9E\u3067\u81EA\u52D5\u7684\u306B\u691C\u7D22\u3057\u3001\u53F3\u5074\u306B\u8868\u793A\u3057\u307E\u3059\u3002\u3053\u306E\u6A5F\u80FD\u304C\u4E0D\u8981\u306A\u5834\u5408\u306F\u3001\u7121\u52B9\u306B\u3059\u308B\u3053\u3068\u3082\u3067\u304D\u307E\u3059\u3002",option:"\u30BB\u30C3\u30C8\u30A2\u30C3\u30D7",saveSettings:"\u8A2D\u5B9A\u306E\u4FDD\u5B58",closeModal:"\u30A6\u30A3\u30F3\u30C9\u30A6\u3092\u9589\u3058\u308B",enableInputTranslationWithoutTriggerKeyTitle:"{trailingKey}\u3001\u5165\u529B\u30DC\u30C3\u30AF\u30B9\u5168\u4F53\u3092\u76F4\u63A5{inputTargetLanguage}\u3002",enableInputTranslationWithoutTriggerKeyDescription:"\u4F8B\u3048\u3070\u3001\uFF1Aja Hello World \u306E\u3088\u3046\u306B\u3002",mouseHoverShortcutPlaceholder:"\u4F8B\uFF1A\uFF1A\u30B7\u30D5\u30C8",deepLProName:"\u6CA1\u5165\u578B\u7FFB\u8A33\u30D7\u30ED\u30E1\u30F3\u30D0\u30FC\uFF08\u63A8\u5968\uFF09",deepLProDescription:"\u73FE\u5728\u306E\u30D1\u30C3\u30B1\u30FC\u30B8\u306F\u76F4\u63A5\u4F7F\u7528\u3067\u304D\u308B",deeplProDescriptionForNormal:"\u30BB\u30C3\u30C8\u30A2\u30C3\u30D7\u4E0D\u8981\u3001\u4F1A\u54E1\u306E\u65B9\u306F\u30ED\u30B0\u30A4\u30F3\u5F8C\u5229\u7528\u53EF\u80FD\u3001<1>\u4F1A\u54E1\u3078\u306E\u30A2\u30C3\u30D7\u30B0\u30EC\u30FC\u30C9\u306F\u3053\u3061\u3089",deepLCustomDescription:"\u6D77\u5916\u767A\u884C\u306E\u30AF\u30EC\u30B8\u30C3\u30C8\u30AB\u30FC\u30C9\u304C\u5FC5\u8981 <1>\u3002",deepLCustomName:"\u30AB\u30B9\u30BF\u30E0\u8A8D\u8A3C\u30AD\u30FC",chooseProviderLabel:"\u30B5\u30FC\u30D3\u30B9\u30FB\u30D7\u30ED\u30D0\u30A4\u30C0\u30FC\u306E\u9078\u629E",openaiProName:"\u6CA1\u5165\u578B\u7FFB\u8A33\u30D7\u30ED\u30E1\u30F3\u30D0\u30FC\uFF08\u63A8\u5968\uFF09",openaiProDescription:"\u73FE\u5728\u306E\u30D1\u30C3\u30B1\u30FC\u30B8\u306F\u76F4\u63A5\u4F7F\u7528\u3067\u304D\u308B",openaiProDescriptionForNormal:"\u30BB\u30C3\u30C8\u30A2\u30C3\u30D7\u4E0D\u8981\u3001\u4F1A\u54E1\u306E\u65B9\u306F\u30ED\u30B0\u30A4\u30F3\u5F8C\u5229\u7528\u53EF\u80FD\u3001<1>\u4F1A\u54E1\u3078\u306E\u30A2\u30C3\u30D7\u30B0\u30EC\u30FC\u30C9\u306F\u3053\u3061\u3089",openaiCustomDescription:"OpenAI\u3001Azure OpenAI\u3001\u307E\u305F\u306F\u305D\u306E\u4ED6\u306E\u30B5\u30FC\u30C9\u30D1\u30FC\u30C6\u30A3\u30B5\u30FC\u30D3\u30B9\u3067\u5229\u7528\u53EF\u80FD\u3067\u3059<1>\u3002",openaiCustomName:"\u30AB\u30B9\u30BF\u30E0API\u30AD\u30FC",needLoginAction:"(\u30AA\u30FC\u30D7\u30F3\u30FB\u30E1\u30F3\u30D0\u30FC\u307E\u305F\u306F\u30AB\u30B9\u30BF\u30DE\u30A4\u30BA\uFF09",goLoginOrAction:"(\u30E1\u30F3\u30D0\u30FC\u30B7\u30C3\u30D7\u3092\u958B\u304F\u304B\u3001\u8A2D\u5B9A\u306B\u9032\u3080)",yearly:"\u9023\u7D9A\u5E74\u6255\u3044\u3092\u3059\u308B",quarterly:"\u9806\u6B21\u5305\u88C5",monthly:"\u30DE\u30F3\u30B9\u30EA\u30FC\u30FB\u30B5\u30D6\u30B9\u30AF\u30EA\u30D7\u30B7\u30E7\u30F3",yearlyForOnce:"\u5E74\u9593\u30D1\u30C3\u30B1\u30FC\u30B8",monthlyForOnce:"\u67081\u56DE\u30D1\u30C3\u30B1\u30FC\u30B8",daily:"\u9023\u7D9A\u30D1\u30B1\u30C3\u30C8\u65E5",year:"\u9023\u7D9A\u5E74\u6255\u3044\u3092\u3059\u308B",quarter:"\u9806\u6B21\u5305\u88C5",month:"\u30DE\u30F3\u30B9\u30EA\u30FC\u30FB\u30B5\u30D6\u30B9\u30AF\u30EA\u30D7\u30B7\u30E7\u30F3",day:"\u9023\u7D9A\u30D1\u30B1\u30C3\u30C8\u65E5",onetime_7day:"7\u65E5\u9593\u4F53\u9A13\u30D1\u30C3\u30AF",currentPlanDescriptionForFree:"\u73FE\u5728\u306E\u30D1\u30C3\u30B1\u30FC\u30B8\uFF1A\u7121\u6599",currentPlanDescriptionForContinuous:"\u73FE\u5728\u306E\u30D1\u30C3\u30B1\u30FC\u30B8\uFF1A{plan}\u306F {endAt} \u306B\u81EA\u52D5\u66F4\u65B0\u3055\u308C\u307E\u3059\u3002",currentPlanDescriptionForAutoRenewCaceling:"\u73FE\u5728\u306E\u30D1\u30C3\u30B1\u30FC\u30B8\uFF1A{plan}\u306E\u6709\u52B9\u671F\u9650\u306F {endAt} \u3068\u306A\u308A\u3001\u6709\u52B9\u671F\u9650\u5207\u308C\u306B\u3088\u308B\u81EA\u52D5\u66F4\u65B0\u306F\u884C\u308F\u308C\u307E\u305B\u3093\u3002",currentYearlyPlanDescriptionForAutoRenewCacelingWithRealPaiedUser:"\u73FE\u5728\u306E\u30D1\u30C3\u30B1\u30FC\u30B8\u3001\uFF1A{plan}\u306F\u3001 {endAt} \u306B\u671F\u9650\u5207\u308C\u3068\u306A\u308A\u3001\u671F\u9650\u5207\u308C\u306B\u3088\u308B\u81EA\u52D5\u66F4\u65B0\u306F\u884C\u308F\u308C\u307E\u305B\u3093\u3002
<1>\u66F4\u65B0\u30D7\u30E9\u30F3\u306E\u7BA1\u7406\u306F\u3053\u3061\u3089",currentYearlyPlanDescriptionForAutoRenewCacelingWithAdmin:"\u73FE\u5728\u306E\u30D1\u30C3\u30B1\u30FC\u30B8\u3001\uFF1A{plan}\u306F\u3001 {endAt} \u306B\u671F\u9650\u5207\u308C\u3068\u306A\u308A\u3001\u671F\u9650\u5207\u308C\u306B\u3088\u308B\u81EA\u52D5\u66F4\u65B0\u306F\u884C\u308F\u308C\u307E\u305B\u3093\u3002
<1>\u7D99\u7D9A\u7684\u306A\u5E74\u9593\u8CFC\u8AAD\u3092\u6709\u52B9\u306B\u3059\u308B\u306B\u306F\u3001\u3053\u3053\u3092\u30AF\u30EA\u30C3\u30AF\u3057\u3066\u304F\u3060\u3055\u3044\u3002",currentPlanDescriptionForOneTime:"\u73FE\u5728\u306E\u8CFC\u8AAD\uFF1A{plan}\u306F {endAt} \u3067\u671F\u9650\u5207\u308C\u3068\u306A\u308A\u307E\u3059\u3002<1>\u5E74\u4F1A\u8CBB\u307E\u305F\u306F<2>\u6708\u4F1A\u8CBB<1>\u3078\u306E\u30A2\u30C3\u30D7\u30B0\u30EC\u30FC\u30C9\u306F\u3053\u3061\u3089\u3092\u30AF\u30EA\u30C3\u30AF\u3057\u3066\u304F\u3060\u3055\u3044\u3002",upgradePlan:"\u30D7\u30ED\u4F1A\u54E1\u3078\u306E\u30A2\u30C3\u30D7\u30B0\u30EC\u30FC\u30C9\u306F\u3053\u3061\u3089",upgradeToPro:"\u30D7\u30ED\u4F1A\u54E1\u3078\u306E\u30A2\u30C3\u30D7\u30B0\u30EC\u30FC\u30C9","popup.openPro":"DeepL\u3068OpenAI\u306E\u7FFB\u8A33\u3092\u304A\u697D\u3057\u307F\u3044\u305F\u3060\u304F\u306B\u306F\u3001Pro\u30E1\u30F3\u30D0\u30FC\u30B7\u30C3\u30D7\u306B\u30A2\u30C3\u30D7\u30B0\u30EC\u30FC\u30C9\u3057\u3066\u304F\u3060\u3055\u3044\uFF01","popup.openProForPro":"\u3042\u306A\u305F\u306F\u3001DeepL\u3068OpenAI\u306E\u7FFB\u8A33\u306B\u76F4\u63A5\u30A2\u30AF\u30BB\u30B9\u3067\u304D\u308B\u30D7\u30ED\u30E1\u30F3\u30D0\u30FC\u3067\u3059\uFF01",currentAccount:"\u5F53\u5EA7\u9810\u91D1",enableAutoSyncUserSettings:"\u8907\u6570\u306E\u30C7\u30D0\u30A4\u30B9\u9593\u3067\u81EA\u52D5\u30AF\u30E9\u30A6\u30C9\u540C\u671F\u304C\u53EF\u80FD",modalEnableInputTranslationTitle:"\u6CA1\u5165\u578B\u7FFB\u8A33\u5165\u529B\u30DC\u30C3\u30AF\u30B9 \u7FFB\u8A33\u30A2\u30E9\u30FC\u30C8",modalEnableInputTranslationDesc:"\u30B9\u30DA\u30FC\u30B9\u30D0\u30FC\u30923\u56DE\u9023\u6253\u3059\u308B\u3053\u3068\u3067\u3001Immersive Translation\u306E\u5165\u529B\u30DC\u30C3\u30AF\u30B9\u7FFB\u8A33\u304C\u958B\u59CB\u3055\u308C\u3001\u5165\u529B\u30DC\u30C3\u30AF\u30B9\u306E\u5185\u5BB9\u304C\u30C7\u30D5\u30A9\u30EB\u30C8\u306E\u30BF\u30FC\u30B2\u30C3\u30C8\u8A00\u8A9E\u306B\u7FFB\u8A33\u3055\u308C\u307E\u3059\u3002\u7FFB\u8A33\u306FCtrl+Z\u3067\u53D6\u308A\u6D88\u3059\u3053\u3068\u304C\u3067\u304D\u307E\u3059\u3002

\u3082\u3057\u3053\u308C\u304C\u9593\u9055\u3044\u3067\u3042\u3063\u305F\u3068\u3057\u3066\u3082\u3001\u4ECA\u56DE\u306F\u7121\u52B9\u306B\u3059\u308B\u304B\u3001\u6C38\u4E45\u306B\u5165\u529B\u30DC\u30C3\u30AF\u30B9\u306E\u7FFB\u8A33\u3092\u7121\u52B9\u306B\u3059\u308B\u304B\u3092\u9078\u629E\u3067\u304D\u307E\u3059\u306E\u3067\u3001\u3054\u5B89\u5FC3\u304F\u3060\u3055\u3044\u3002",saveAndNotShowAgain:"\u4FDD\u5B58\u3057\u3066\u30D7\u30ED\u30F3\u30D7\u30C8\u3092\u6B62\u3081\u308B",disableInputTranslationTips:"* {option} ,{learnMore}\u3067\u30C8\u30EA\u30AC\u30FC\u3059\u308B\u4ED6\u306E\u30B7\u30E7\u30FC\u30C8\u30AB\u30C3\u30C8\u3082\u8A2D\u5B9A\u3067\u304D\u308B\u3002",learnMore:"\u8A73\u7D30\u306F\u3053\u3061\u3089",continueEnalbeInputTranslation:"\u5F15\u304D\u7D9A\u304D\u5165\u529B\u30DC\u30C3\u30AF\u30B9\u306E\u7FFB\u8A33\u3092\u6709\u52B9\u306B\u3059\u308B",autoRenewTrialSuffix:'(\u30C8\u30E9\u30A4\u30A2\u30EB\u306E\u5834\u5408\u3001\u3059\u3050\u306B\u6B63\u4F1A\u54E1\u306B\u30A2\u30C3\u30D7\u30B0\u30EC\u30FC\u30C9)',upgradeFromTrialTitle:"\u6B63\u4F1A\u54E1\u3078\u306E\u30A2\u30C3\u30D7\u30B0\u30EC\u30FC\u30C9",subtitle:"\u30D3\u30C7\u30AA\u30AD\u30E3\u30D7\u30B7\u30E7\u30F3",youtubeService:"\u6620\u50CF\u5B57\u5E55\u7FFB\u8A33\u30B5\u30FC\u30D3\u30B9","subtitle.disabledSubtitle":"\u30D3\u30C7\u30AA\u5B57\u5E55\u6A5F\u80FD\u3092\u6C38\u4E45\u306B\u7121\u52B9\u306B\u3059\u308B","subtitle.disabledSubtitleDescription":"Immersive Translator\u306EVideo Subtitles\u304C\u4ED6\u306E\u62E1\u5F35\u6A5F\u80FD\u3068\u7AF6\u5408\u3059\u308B\u5834\u5408\u3001Immersive Translator\u306EVideo Subtitles\u306E\u6A5F\u80FD\u3092\u6C38\u4E45\u7684\u306B\u7121\u52B9\u306B\u3059\u308B\u304B\u3001\u7AF6\u5408\u3059\u308B\u4ED6\u306E\u62E1\u5F35\u6A5F\u80FD\u3092\u30A2\u30F3\u30A4\u30F3\u30B9\u30C8\u30FC\u30EB\u3059\u308B\u3053\u3068\u304C\u3067\u304D\u307E\u3059\u3002","subtitle.autoEnableSubtitle":"\u30D0\u30A4\u30EA\u30F3\u30AC\u30EB\u5B57\u5E55\u306E\u81EA\u52D5\u4F7F\u7528","subtitle.autoEnableSubtitleDescription":"\u6709\u52B9\u306B\u3057\u305F\u5F8C\u3001\u30D3\u30C7\u30AA\u304C\u518D\u751F\u3055\u308C\u308B\u3068\u304D\u306F\u3001\u81EA\u52D5\u7684\u306B\u4E8C\u304B\u56FD\u8A9E\u306E\u5B57\u5E55\u304C\u8868\u793A\u3055\u308C\u307E\u3059\u3002\u305D\u308C\u4EE5\u5916\u306E\u5834\u5408\u306F\u3001\u7FFB\u8A33\u30DC\u30BF\u30F3\u3092\u30AF\u30EA\u30C3\u30AF\u3059\u308B\u5FC5\u8981\u304C\u3042\u308A\u307E\u3059\u3002","subtitle.preTranslation":"\u6CA1\u5165\u578B\u7FFB\u8A33\u3067\u5B57\u5E55\u3092\u7FFB\u8A33","subtitle.preTranslationDescription":"\u6709\u52B9\u306E\u5834\u5408\u3001\u5B57\u5E55\u5168\u4F53\u304C\u4EE5\u4E0B\u306B\u6307\u5B9A\u3059\u308B\u7FFB\u8A33\u30B5\u30FC\u30D3\u30B9\u3092\u4F7F\u3063\u3066\u4E8B\u524D\u306B\u7FFB\u8A33\u3055\u308C\u30011\u6642\u9593\u306E\u52D5\u753B\u3067\u7D0450,000\u30C8\u30FC\u30AF\u30F3\uFF08\u6587\u5B57\u6570\uFF09\u3092\u6D88\u8CBB\u3057\u307E\u3059\u306E\u3067\u3001\u3054\u81EA\u8EAB\u306E\u5224\u65AD\u3067\u3054\u5229\u7528\u304F\u3060\u3055\u3044\u3002\u7121\u52B9\u306E\u5834\u5408\u3001\u30AA\u30EA\u30B8\u30CA\u30EB\u306E\u5B57\u5E55\u304C\u6700\u521D\u306B\u4F7F\u7528\u3055\u308C\u307E\u3059\u3002","subtitle.humanSubtitlesPreferred":"\u30D2\u30E5\u30FC\u30DE\u30F3\u30FB\u30AD\u30E3\u30D7\u30B7\u30E7\u30F3\u306E\u512A\u5148\u4F7F\u7528","subtitle.humanSubtitlesPreferredDescription":"\u30D3\u30C7\u30AA\u306B\u30BF\u30FC\u30B2\u30C3\u30C8\u8A00\u8A9E\u306E\u5B57\u5E55\u304C\u3042\u308B\u5834\u5408\u3001\u4EBA\u9593\u306E\u5B57\u5E55\u3092\u512A\u5148\u7684\u306B\u4F7F\u7528\u3059\u308B\uFF08\u63A8\u5968\uFF09",videoSubtitleTranslationDescription:"\u30D3\u30C7\u30AA\u5B57\u5E55\u7528\u306B\u5225\u306E\u7FFB\u8A33\u30B5\u30FC\u30D3\u30B9\u3092\u5272\u308A\u5F53\u3066\u308B",subtitleTranslating:"{service} \u3001\u5B57\u5E55\u3092\u7FFB\u8A33\u3057\u3066\u3044\u307E\u3059\u3002(\u30A4\u30DE\u30FC\u30B8\u30E7\u30F3\u7FFB\u8A33)",subtitleLoading:"\u5B57\u5E55\u3092\u8AAD\u307F\u8FBC\u3093\u3067\u3044\u307E\u3059...",bilingual:"\u30D0\u30A4\u30EA\u30F3\u30AC\u30EA\u30BA\u30E0","field.action":"\u767E\u5EA6\u7528\u8A9E\u3092\u6709\u52B9\u306B\u3059\u308B\u304B\u3069\u3046\u304B","description.action":"\u6709\u52B9\u5316\u3055\u308C\u308B\u3068\u3001\u30EA\u30AF\u30A8\u30B9\u30C8\u306Baction=1\u30D1\u30E9\u30E1\u30FC\u30BF\u304C\u8FFD\u52A0\u3055\u308C\u3001\u6709\u52B9\u5316\u3055\u308C\u305F\u7528\u8A9E\u3092Baidu\u306B\u901A\u77E5\u3059\u308B<1>\u3002",closeQuickTranslation:"\u30AF\u30ED\u30FC\u30BA\u30FB\u30DB\u30D0\u30FC\u30DC\u30FC\u30EB","closeQuickTranslation.untilNext":"\u4ECA\u56DE\u306F\u6B21\u56DE\u307E\u3067\u304A\u4F11\u307F","closeQuickTranslation.currentWebsite":"\u73FE\u5728\u306E\u30B5\u30A4\u30C8\u306F\u4F7F\u7528\u4E0D\u53EF","closeQuickTranslation.alwaysClose":"\u6C38\u4E45\u306B\u7121\u52B9\u306B\u3059\u308B","closeQuickTranslation.settingOpen":"<1>(\u8A2D\u5B9A\u30DA\u30FC\u30B8\u3067\u30AA\u30F3\u306B\u3067\u304D\u308B\uFF09","closeQuickTranslation.cancel":"\u30AD\u30E3\u30F3\u30BB\u30EB","closeQuickTranslation.confirm":"\u5B9A\u7FA9\u3059\u308B","floatBall.popup":"\u30AF\u30A4\u30C3\u30AF\u8A2D\u5B9A\u30D1\u30CD\u30EB\u3092\u958B\u304F","floatBall.translate":"\u30AF\u30EA\u30C3\u30AF\u3057\u3066\u30DA\u30FC\u30B8\u3092\u7FFB\u8A33\u3059\u308B","floatBall.showOriginal":"\u30AF\u30EA\u30C3\u30AF\u3057\u3066\u5143\u306E\u8A18\u4E8B\u306B\u623B\u308B","floatBall.close":"\u30AF\u30ED\u30FC\u30BA\u30FB\u30DB\u30D0\u30FC\u30DC\u30FC\u30EB","floatBallOptions.enableDescPc":"\u30DA\u30FC\u30B8\u306E\u30DB\u30D0\u30FC\u30DC\u30FC\u30EB\u3092\u6709\u52B9\u306B\u3059\u308B\u3068\u3001\u30DA\u30FC\u30B8\u306E\u53F3\u5074\u306B\u30AF\u30A4\u30C3\u30AF\u7FFB\u8A33\u30DC\u30BF\u30F3\u304C\u8868\u793A\u3055\u308C\u307E\u3059\uFF01","floatBallOptions.enableDesc":"\u30DB\u30D0\u30FC\u30DC\u30FC\u30EB\u3092\u30AA\u30D5\u306B\u3057\u305F\u5F8C\u3001{touch}\u3002\u3046\u3063\u304B\u308A\u3053\u306E\u30AA\u30D7\u30B7\u30E7\u30F3\u3092\u30AA\u30D5\u306B\u3057\u305F\u5F8C\u3001\u30DB\u30D0\u30FC\u30DC\u30FC\u30EB\u304C\u898B\u3064\u304B\u3089\u306A\u3044\u5834\u5408\u306B\u5099\u3048\u3066\u3001\u3053\u306E\u8A2D\u5B9A\u30DA\u30FC\u30B8\u3092\u30D6\u30C3\u30AF\u30DE\u30FC\u30AF\u3057\u3066\u304A\u304F\u3053\u3068\u3092\u5F37\u304F\u304A\u52E7\u3081\u3057\u307E\u3059\uFF01","description.azureApiUrl":"\u30AB\u30B9\u30BF\u30E0API\u30A4\u30F3\u30BF\u30FC\u30D5\u30A7\u30FC\u30B9\u306E\u30A2\u30C9\u30EC\u30B9\u3092\u8A18\u5165\u3059\u308B\u3002",confirmSupportMouse:"\u30DE\u30A6\u30B9\u30B5\u30DD\u30FC\u30C8\u3092\u5F37\u5236\u7684\u306B\u6709\u52B9\u306B\u3059\u308B",confirmSupportMouseDescription:"\u73FE\u5728\u306E\u30D6\u30E9\u30A6\u30B6\u304C\u30DE\u30A6\u30B9\u6A5F\u80FD\u3092\u30B5\u30DD\u30FC\u30C8\u3057\u3066\u3044\u306A\u3044\u3053\u3068\u3092\u691C\u51FA\u3057\u307E\u3057\u305F\u3002",sampleTargetText:"\u9577\u3044\u591C\u304C\u8A2A\u308C\u3001\u79C1\u306F\u3053\u306E\u65E5\u304B\u3089\u6B7B\u306C\u307E\u3067\u898B\u5F35\u308A\u7D9A\u3051\u308B\u3002\u79C1\u306F\u59BB\u3092\u5A36\u3089\u305A\u3001\u9818\u5730\u3092\u4F5C\u3089\u305A\u3001\u5B50\u3092\u3082\u3046\u3051\u306A\u3044\u3002\u79C1\u306F\u738B\u51A0\u3092\u304B\u3076\u3089\u305A\u3001\u540D\u8A89\u306E\u305F\u3081\u306B\u52AA\u529B\u3057\u306A\u3044\u3002\u79C1\u306F\u81EA\u5206\u306E\u7FA9\u52D9\u3092\u679C\u305F\u3057\u3001\u751F\u304D\u3066\u6B7B\u306C\u3002",sampleSourceText:"Night gathers, and now my watch begins. It shall not end until my death. I shall take no wife, hold no lands, father no children. I shall wear no crowns and win no glory. I shall live and die at my post.","subtitle.supportedSites":"\u5DF2\u652F\u6301\u5728\u8FD9\u4E9B\u7F51\u7AD9\u4F7F\u7528\u53CC\u8BED\u5B57\u5E55\uFF08\u6CE8\u610F\uFF1A\u7531\u4E8E\u6280\u672F\u9650\u5236\uFF0C\u90E8\u5206\u7F51\u7AD9\u5728\u9996\u6B21\u5F00\u542F\u5B57\u5E55\u540E\u9700\u8981\u91CD\u65B0\u5237\u65B0\u9875\u9762\uFF0C\u6216\u8005\u9700\u7B49\u5F85\u7FFB\u8BD1\u5B8C\u6210\u4EE5\u663E\u793A\u53CC\u8BED\u5B57\u5E55\uFF09\uFF1A",viewWithImmersiveTranslate:"\u53CC\u8BED\u7248\u672C(\u6C89\u6D78\u5F0F\u7FFB\u8BD1)",errorReason:"\u9519\u8BEF\u539F\u56E0\uFF1A{message}","proQuotaExceededError.onetime7day":'\uFF0C\u60A8\u53EF\u4EE5\u9009\u62E9\u4EE5\u4E0B\u65B9\u5F0F\u89E3\u51B3\uFF1A

1. \u5207\u6362\u5230 {anotherService} \u6216\u5176\u4ED6\u7FFB\u8BD1\u670D\u52A1
2. \u5347\u7EA7\u4E3A\u6708\u5EA6/\u5E74\u5EA6\u4F1A\u5458',"proQuotaExceededError.trial":'\uFF0C\u60A8\u53EF\u4EE5\u9009\u62E9\u4EE5\u4E0B\u65B9\u5F0F\u89E3\u51B3\uFF1A

1. \u5207\u6362\u5230 {anotherService} \u6216\u5176\u4ED6\u7FFB\u8BD1\u670D\u52A1
2. \u7ACB\u523B\u5347\u7EA7\u4E3A\u6B63\u5F0F\u4F1A\u5458',"proQuotaExceededError.nonTrial":'\uFF0C\u60A8\u53EF\u4EE5\u9009\u62E9\u4EE5\u4E0B\u65B9\u5F0F\u89E3\u51B3\uFF1A

1. \u5207\u6362\u5230 {anotherService} \u6216\u5176\u4ED6\u7FFB\u8BD1\u670D\u52A1
2. \u8D2D\u4E70 {translationService} \u989D\u5916\u6D41\u91CF\u5305',"proQuotaExceededError.resetTime":"
3. \u989D\u5EA6\u91CD\u7F6E\u65F6\u95F4\uFF1A{resetTime}","desc.touchShortcutsToggleTranslatePageOnlyTranslation":"\u300C\u8A33\u6587\u306E\u307F\u300D\u306F\u3001\u8A33\u6587\u306E\u307F\u3092\u8868\u793A\u3059\u308B\u3053\u3068\u3092\u610F\u5473\u3057\u3001\u30DA\u30FC\u30B8\u304C\u307E\u3060\u7FFB\u8A33\u3055\u308C\u3066\u3044\u306A\u3044\u5834\u5408\u306F\u3001\u30E2\u30FC\u30C9\u3092\u5207\u308A\u66FF\u3048\u3066\u7FFB\u8A33\u3057\u307E\u3059\u3002","desc.toggleOnlyTransation":"\u300C\u8A33\u6587\u306E\u307F\u30E2\u30FC\u30C9\u300D\u3068\u306F\u3001\u8A33\u6587\u306E\u307F\u3092\u8868\u793A\u3059\u308B\u3053\u3068\u3092\u6307\u3057\u3001\u30DA\u30FC\u30B8\u304C\u307E\u3060\u7FFB\u8A33\u3055\u308C\u3066\u3044\u306A\u3044\u5834\u5408\u306F\u3001\u30E2\u30FC\u30C9\u3092\u5207\u308A\u66FF\u3048\u3066\u7FFB\u8A33\u3057\u307E\u3059\u3002",touchShortcutsToggleTranslatePageOnlyTranslation:"\u30BF\u30C3\u30C1\u30B9\u30AF\u30EA\u30FC\u30F3\u30B8\u30A7\u30B9\u30C1\u30E3\u30FC\u3092\u8A2D\u5B9A\u3057\u3066\u3001\u30D0\u30A4\u30EA\u30F3\u30AC\u30EB/\u7FFB\u8A33\u30C6\u30AD\u30B9\u30C8\u306E\u307F\u306E\u30E2\u30FC\u30C9\u3092\u5207\u308A\u66FF\u3048\u307E\u3059",download_started:"\u30C0\u30A6\u30F3\u30ED\u30FC\u30C9\u304C\u958B\u59CB\u3055\u308C\u307E\u3057\u305F\u3002\u81EA\u52D5\u7684\u306B\u30C0\u30A6\u30F3\u30ED\u30FC\u30C9\u3055\u308C\u306A\u3044\u5834\u5408\u306F\u3001\u624B\u52D5\u3067\u30AF\u30EA\u30C3\u30AF\u3057\u3066\u304F\u3060\u3055\u3044\u3002",here:"\u3053\u3053","desc.toggleVideoSubtitlePreTranslation":"\u62BC\u3059\u3068\u3001\u30D3\u30C7\u30AA\u306E\u4E8C\u8A00\u8A9E\u5B57\u5E55\u306F\u3001\u307E\u305A\u6CA1\u5165\u578B\u7FFB\u8A33\u306E\u8A2D\u5B9A\u3092\u512A\u5148\u7684\u306B\u4F7F\u7528\u3057\u307E\u3059\u3002\u518D\u5EA6\u62BC\u3059\u3068\u3001\u5143\u306E\u30D3\u30C7\u30AA\u306B\u7D44\u307F\u8FBC\u307E\u308C\u305F\u6A5F\u68B0\u7FFB\u8A33\u5B57\u5E55\u3092\u512A\u5148\u7684\u306B\u4F7F\u7528\u3057\u307E\u3059\u3002\u6CE8\u610F\uFF1A\u3053\u306E\u30B7\u30E7\u30FC\u30C8\u30AB\u30C3\u30C8\u3067\u5909\u66F4\u3055\u308C\u308B\u306E\u306F\u5168\u4F53\u306E\u8A2D\u5B9A\u3067\u3059\u3002",videoSubtitlePreTranslationOn:"\u30D3\u30C7\u30AA\u306E\u5B57\u5E55\u306F\u3001\u512A\u5148\u7684\u306B\u6CA1\u5165\u578B\u306E\u7FFB\u8A33\u3092\u4F7F\u7528\u3057\u307E\u3059",videoSubtitlePreTranslationOff:"\u30D3\u30C7\u30AA\u306E\u5B57\u5E55\u306F\u3001\u5143\u306E\u30D3\u30C7\u30AA\u306B\u4ED8\u5C5E\u306E\u6A5F\u68B0\u7FFB\u8A33\u5B57\u5E55\u3092\u512A\u5148\u7684\u306B\u4F7F\u7528\u3057\u307E\u3059\u3002",translationFont:"\u30D5\u30A9\u30F3\u30C8\u3092\u8A2D\u5B9A\u3059\u308B","translationFont.custom":"\u30AB\u30B9\u30BF\u30E0\u30D5\u30A9\u30F3\u30C8\u3092\u5165\u529B\u3057\u3066\u304F\u3060\u3055\u3044","translationFont.customPlaceholder":"\u30D5\u30A9\u30F3\u30C8","translationFont.notSupportErrorMessage":"\u3042\u306A\u305F\u304C\u5165\u529B\u3057\u305F\u30D5\u30A9\u30F3\u30C8\u540D\u304C\u6B63\u3057\u3044\u304B\u78BA\u8A8D\u3059\u308B\u304B\u3001\u305D\u306E\u30D5\u30A9\u30F3\u30C8\u304C\u3042\u306A\u305F\u306E\u30C7\u30D0\u30A4\u30B9\u306B\u30A4\u30F3\u30B9\u30C8\u30FC\u30EB\u3055\u308C\u3066\u3044\u308B\u3053\u3068\u3092\u78BA\u8A8D\u3057\u3066\u304F\u3060\u3055\u3044\u3002","touch.mouse-translate":"\u6307\u5B9A\u3055\u308C\u305F\u6BB5\u843D\u3092\u7FFB\u8A33\u3057\u3066\u304F\u3060\u3055\u3044","translationServices.inherit":"\u4E3B\u306A\u7FFB\u8A33\u30B5\u30FC\u30D3\u30B9\u306B\u5F93\u3063\u3066\u304F\u3060\u3055\u3044\u3002","error.serveConfigError":"\u30B5\u30FC\u30D3\u30B9\u8A2D\u5B9A\u30A8\u30E9\u30FC","error.reloadPageOfSetting":"\u8A2D\u5B9A\u5F8C\u3001\u30DA\u30FC\u30B8\u3092\u30EA\u30D5\u30EC\u30C3\u30B7\u30E5\u3057\u3066\u518D\u5EA6\u7FFB\u8A33\u3057\u3066\u304F\u3060\u3055\u3044\u3002","error.googleLimitIp":"\u30B5\u30FC\u30D3\u30B9\u304C\u30A8\u30E9\u30FC\u3092\u8FD4\u3057\u307E\u3057\u305F\u3002Google\u30B5\u30FC\u30D3\u30B9\u306F\u3053\u306EIP\u30A2\u30C9\u30EC\u30B9\u306B\u5BFE\u3057\u3066\u6D41\u91CF\u5236\u9650\u3092\u884C\u3063\u3066\u3044\u307E\u3059\u3002\u30CD\u30C3\u30C8\u30EF\u30FC\u30AF\u30CE\u30FC\u30C9\u306E\u5909\u66F4\u3092\u304A\u52E7\u3081\u3057\u307E\u3059\u3002","error.openAIFreeLimit":"\u30B5\u30FC\u30D3\u30B9\u304C\u30A8\u30E9\u30FC\u3092\u8FD4\u3057\u307E\u3057\u305F\u3002\u73FE\u5728\u306E\u7FFB\u8A33\u30EA\u30AF\u30A8\u30B9\u30C8\u306E\u983B\u5EA6\u306F\u30011\u5206\u3042\u305F\u308A\u6700\u59273\u56DE\u306E\u4E0A\u9650\u306B\u9054\u3057\u3066\u3044\u307E\u3059\u3002\u5F8C\u307B\u3069\u518D\u5EA6\u304A\u8A66\u3057\u304F\u3060\u3055\u3044\u3002\uFF08\u3053\u308C\u306FOpenAI\u516C\u5F0F\u304C\u7121\u6599\u306EAPI Key\u306B\u5BFE\u3059\u308B\u5236\u9650\u3067\u3001\u3053\u306E\u5236\u9650\u3092\u89E3\u9664\u3059\u308B\u306B\u306F\u3001OpenAI\u306E\u30D0\u30C3\u30AF\u30A8\u30F3\u30C9\u3067\u30AF\u30EC\u30B8\u30C3\u30C8\u30AB\u30FC\u30C9\u3092\u767B\u9332\u3057\u3066\u304F\u3060\u3055\u3044\u3002\uFF09","error.openAIExceededQuota":"\u30B5\u30FC\u30D3\u30B9\u30A8\u30E9\u30FC\u304C\u8FD4\u3055\u308C\u307E\u3057\u305F\uFF1A\u73FE\u5728\u306EOpenAI\u30A2\u30AB\u30A6\u30F3\u30C8\u306E\u6B8B\u9AD8\u304C\u4E0D\u8DB3\u3057\u3066\u3044\u307E\u3059\u3002OpenAI\u306E\u516C\u5F0F\u30D0\u30C3\u30AF\u30A8\u30F3\u30C9\u3067\u30C1\u30E3\u30FC\u30B8\u3059\u308B\u304B\u3001\u30AF\u30EC\u30B8\u30C3\u30C8\u30AB\u30FC\u30C9\u3092\u767B\u9332\u3057\u3066\u304F\u3060\u3055\u3044\u3002","error.429":"\u30B5\u30FC\u30D3\u30B9\u304C\u30A8\u30E9\u30FC\u3092\u8FD4\u3057\u307E\u3057\u305F\u3002\u3053\u308C\u306F\u3001\u30EA\u30AF\u30A8\u30B9\u30C8\u304C\u983B\u7E41\u3059\u304E\u308B\u304B\u3001\u5236\u9650\u3092\u8D85\u3048\u3066\u3044\u308B\u3053\u3068\u3092\u793A\u3057\u3066\u3044\u307E\u3059\u3002\u5F8C\u3067\u3082\u3046\u4E00\u5EA6\u304A\u8A66\u3057\u304F\u3060\u3055\u3044\u3002","error.403":"\u30B5\u30FC\u30D3\u30B9\u304C\u30A8\u30E9\u30FC\u3092\u8FD4\u3057\u307E\u3057\u305F\u3001\u73FE\u5728\u305D\u306E\u30B5\u30FC\u30D3\u30B9\u306B\u30A2\u30AF\u30BB\u30B9\u3059\u308B\u6A29\u9650\u304C\u3042\u308A\u307E\u305B\u3093\u3002","error.400":"\u30B5\u30FC\u30D3\u30B9\u304C\u30A8\u30E9\u30FC\u3092\u8FD4\u3057\u307E\u3057\u305F\u3001\u30EA\u30AF\u30A8\u30B9\u30C8\u30D1\u30E9\u30E1\u30FC\u30BF\u304C\u9593\u9055\u3063\u3066\u3044\u307E\u3059\u3001\u5BFE\u5FDC\u3059\u308B\u8A2D\u5B9A\u3092\u78BA\u8A8D\u3057\u3066\u304F\u3060\u3055\u3044\u3002","error.502":"\u30B5\u30FC\u30D3\u30B9\u304C\u30A8\u30E9\u30FC\u3092\u8FD4\u3057\u307E\u3057\u305F\u3001\u30B5\u30FC\u30D3\u30B9\u304C\u30BF\u30A4\u30E0\u30A2\u30A6\u30C8\u3057\u307E\u3057\u305F\u3001\u5F8C\u3067\u3082\u3046\u4E00\u5EA6\u304A\u8A66\u3057\u304F\u3060\u3055\u3044\u3002","error.proTokenInvalid":"\u3082\u3057\u3042\u306A\u305F\u304CPro\u30E6\u30FC\u30B6\u30FC\u3067\u3042\u308C\u3070\u3001\u30ED\u30B0\u30A4\u30F3\u5F8C\u306BPro\u7FFB\u8A33\u30B5\u30FC\u30D3\u30B9\u3092\u3054\u5229\u7528\u304F\u3060\u3055\u3044\u3002","error.proUpgrade":"\u30A2\u30C3\u30D7\u30B0\u30EC\u30FC\u30C9\u5F8C\u3001\u30DA\u30FC\u30B8\u3092\u66F4\u65B0\u3057\u3066\u518D\u5EA6\u7FFB\u8A33\u3057\u3066\u304F\u3060\u3055\u3044\u3002","error.configError":"\u8A2D\u5B9A\u30C7\u30FC\u30BF\u304C\u7570\u5E38\u3067\u3059","error.goReset":"\u30EA\u30BB\u30C3\u30C8\u306B\u884C\u304F",batchEdit:"\u4E00\u62EC\u64CD\u4F5C","translationModeLang.translation.title":"\u7FFB\u8A33\u306E\u307F\u30E2\u30FC\u30C9\u306E\u8A00\u8A9E","translationModeLang.translation.description":"\u30DA\u30FC\u30B8\u306E\u8A00\u8A9E\u304C\u4EE5\u4E0B\u306E\u8A00\u8A9E\u306E\u5834\u5408\u3001\u81EA\u52D5\u7684\u306B\u7FFB\u8A33\u6587\u306E\u307F\u306E\u30E2\u30FC\u30C9\u3092\u4F7F\u7528\u3057\u307E\u3059\u3002","translationModeUrl.translation.title":"\u7FFB\u8A33\u306E\u307F\u30E2\u30FC\u30C9\u306E\u30A6\u30A7\u30D6\u30B5\u30A4\u30C8","translationModeUrl.translation.description":"\u4EE5\u4E0B\u306E\u30C9\u30E1\u30A4\u30F3\u306E\u30A6\u30A7\u30D6\u30B5\u30A4\u30C8\u3067\u306F\u3001\u81EA\u52D5\u7684\u306B\u7FFB\u8A33\u30C6\u30AD\u30B9\u30C8\u306E\u307F\u306E\u30E2\u30FC\u30C9\u304C\u4F7F\u7528\u3055\u308C\u307E\u3059\u3002","error.serveUnavailable":"\u3042\u306A\u305F\u304C\u73FE\u5728\u4F7F\u7528\u3057\u3066\u3044\u308B[{serverName}]\u30B5\u30FC\u30D3\u30B9\u306F\u3001\u30CD\u30C3\u30C8\u30EF\u30FC\u30AF\u63A5\u7D9A\u3084\u30B5\u30FC\u30D3\u30B9\u30D7\u30ED\u30D0\u30A4\u30C0\u306E\u554F\u984C\u306B\u3088\u308A\u4E00\u6642\u7684\u306B\u30A2\u30AF\u30BB\u30B9\u3067\u304D\u307E\u305B\u3093\u3002\u30DA\u30FC\u30B8\u3092\u30EA\u30D5\u30EC\u30C3\u30B7\u30E5\u3059\u308B\u304B\u3001<1>\u8A2D\u5B9A\u304B\u3089\u4ED6\u306E\u7FFB\u8A33\u30B5\u30FC\u30D3\u30B9\u306B\u5207\u308A\u66FF\u3048\u308B\u3053\u3068\u3092\u304A\u52E7\u3081\u3057\u307E\u3059\u3002\u3082\u3057<2>Pro\u4F1A\u54E1\u3067\u3042\u308C\u3070\u3001\u3088\u308A\u5B89\u5B9A\u3057\u305FDeepL\u307E\u305F\u306FOpenAI\u306E\u7FFB\u8A33\u30B5\u30FC\u30D3\u30B9\u3092\u9078\u629E\u3059\u308B\u3053\u3068\u304C\u3067\u304D\u307E\u3059\uFF08<3>\u3053\u3053\u3092\u30AF\u30EA\u30C3\u30AF\u3057\u3066\u7121\u6599\u4F53\u9A13\uFF09\u3002\u307E\u305F\u3001\u30CD\u30C3\u30C8\u30EF\u30FC\u30AF\u3084\u30D7\u30ED\u30AD\u30B7\u8A2D\u5B9A\u3092\u78BA\u8A8D\u3059\u308B\u5FC5\u8981\u304C\u3042\u308B\u304B\u3082\u3057\u308C\u307E\u305B\u3093\u3002",detectServiceLoading:"\u5229\u7528\u53EF\u80FD\u306A\u7FFB\u8A33\u30B5\u30FC\u30D3\u30B9\u3092\u691C\u51FA\u4E2D...",toggleToService:"{service}\u306B\u5207\u308A\u66FF\u3048\u3066\u518D\u8A66\u884C\u3057\u3066\u304F\u3060\u3055\u3044\u3002","error.gemini.429":"\u73FE\u5728\u306EGemini\u30B5\u30FC\u30D3\u30B9\u306E\u73FE\u5728\u306E\u8CA0\u8377\u80FD\u529B\u304C\u4E0A\u9650\u306B\u9054\u3057\u3066\u3044\u307E\u3059\u306E\u3067\u3001\u5F8C\u307B\u3069\u518D\u5EA6\u304A\u8A66\u3057\u3044\u305F\u3060\u304F\u304B\u3001\u4ED6\u306E\u7FFB\u8A33\u30B5\u30FC\u30D3\u30B9\u306B\u5207\u308A\u66FF\u3048\u3066\u304F\u3060\u3055\u3044\u3002",enableSentryReport:"\u62E1\u5F35\u304C\u30A8\u30E9\u30FC\u3092\u8D77\u3053\u3057\u305F\u3068\u304D\u3001Sentry\u3092\u4F7F\u7528\u3057\u3066\u30D5\u30A3\u30FC\u30C9\u30D0\u30C3\u30AF\u3092\u63D0\u51FA\u3057\u3066\u304F\u3060\u3055\u3044\u3002",goLogin:"\u30ED\u30B0\u30A4\u30F3\u3057\u3066\u304F\u3060\u3055\u3044","translationServices.gemini":"\u30B8\u30A7\u30DF\u30CB","error.reason":"\u30A8\u30E9\u30FC\u306E\u539F\u56E0","widget.translateFile":"PDF/ePub",touchShortcutsOff:"\u9589\u3058\u308B","error.retry":"\u518D\u8A66\u884C","multipleClick.4":"\u56DB\u9023\u6483",shortcutSettings:"\u30B7\u30E7\u30FC\u30C8\u30AB\u30C3\u30C8\u30AD\u30FC","multipleClick.3":"\u30C8\u30EA\u30D7\u30EB\u30B9\u30C8\u30E9\u30A4\u30AF",notLogin:"\u30ED\u30B0\u30A4\u30F3\u3057\u3066\u3044\u307E\u305B\u3093","slide.right":"\u5DE6\u306B\u30B9\u30EF\u30A4\u30D7\u3057\u3066\u304F\u3060\u3055\u3044",translationOnlyMode:"\u8A33\u6587\u306E\u307F\u30E2\u30FC\u30C9","widget.videoSubtitle":"\u30D3\u30C7\u30AA\u5B57\u5E55",paragraphMinTextCountField:"\u7FFB\u8A33\u6BB5\u843D\u306B\u5FC5\u8981\u306A\u6700\u5C0F\u6587\u5B57\u6570","subtitle.hideQuickButton":"\u3053\u306E\u30B7\u30E7\u30FC\u30C8\u30AB\u30C3\u30C8\u3092\u8868\u793A\u3057\u306A\u3044","floatBall.iKnow":"\u308F\u304B\u308A\u307E\u3057\u305F",contact:"\u79C1\u305F\u3061\u306B\u9023\u7D61\u3057\u3066\u304F\u3060\u3055\u3044","widget.instructionTooltip":"\u4F7F\u7528\u8AAC\u660E\u3092\u78BA\u8A8D\u3057\u3066\u304F\u3060\u3055\u3044","tagsInput.add":"+ \u8FFD\u52A0",loggedIn:"\u30ED\u30B0\u30A4\u30F3\u6E08\u307F","intro.floatBallTitle":"\u30AF\u30A4\u30C3\u30AF\u7FFB\u8A33\u30D5\u30ED\u30FC\u30C8\u30DC\u30FC\u30EB",pickAll:"\u3059\u3079\u3066\u9078\u629E","error.subscriptionExpiredTitle":"\u4F1A\u54E1\u304C\u671F\u9650\u5207\u308C\u306B\u306A\u308A\u307E\u3057\u305F","widget.instruction":"\u4F7F\u7528\u8AAC\u660E","shortcutGroup.main":"\u4E00\u822C\u7684\u306A\u6A5F\u80FD\u306E\u30B7\u30E7\u30FC\u30C8\u30AB\u30C3\u30C8\u30AD\u30FC","subtitle.bilingual":"\u30D0\u30A4\u30EA\u30F3\u30AC\u30EB\u5B57\u5E55",alwaysTranslateThisSite:"\u5E38\u306B\u3053\u306E\u30A6\u30A7\u30D6\u30B5\u30A4\u30C8\u3092\u7FFB\u8A33\u3057\u3066\u304F\u3060\u3055\u3044\u3002",mouseHoverCustomKeyTitle:"\u30AB\u30B9\u30BF\u30E0\u30DE\u30A6\u30B9\u30DB\u30D0\u30FC\u30B7\u30E7\u30FC\u30C8\u30AB\u30C3\u30C8","shortcutGroup.mouse":"\u30DE\u30A6\u30B9\u30DB\u30D0\u30FC\u30B7\u30E7\u30FC\u30C8\u30AB\u30C3\u30C8\u8A2D\u5B9A","browser.translateWithGemini":"\u73FE\u5728\u306E\u30DA\u30FC\u30B8\u3092\u4E00\u6642\u7684\u306BGemini\u3067\u7FFB\u8A33\u3057\u3066\u304F\u3060\u3055\u3044",shortcutSettingsTitle:"\u30B7\u30E7\u30FC\u30C8\u30AB\u30C3\u30C8\u30AD\u30FC\u306E\u8A2D\u5B9A","subtitle.showQuickButton":"\u30D7\u30EC\u30FC\u30E4\u30FC\u306B\u4E8C\u8A00\u8A9E\u5B57\u5E55\u306E\u30B7\u30E7\u30FC\u30C8\u30AB\u30C3\u30C8\u3092\u8868\u793A\u3059\u308B","browser.translateWithOpenAI":"\u4E00\u6642\u7684\u306BOpenAI\u3092\u4F7F\u3063\u3066\u73FE\u5728\u306E\u30DA\u30FC\u30B8\u3092\u7FFB\u8A33\u3057\u3066\u304F\u3060\u3055\u3044","browser.translateInputBox":"\u73FE\u5728\u306E\u5165\u529B\u30DC\u30C3\u30AF\u30B9\u306E\u5185\u5BB9\u3092\u7FFB\u8A33\u3057\u3066\u304F\u3060\u3055\u3044\u3002","browser.translateWithDeepL":"\u73FE\u5728\u306E\u30DA\u30FC\u30B8\u3092\u4E00\u6642\u7684\u306BDeepL\u3067\u7FFB\u8A33\u3057\u3066\u304F\u3060\u3055\u3044\u3002","browser.translateWithGoogle":"\u4E00\u6642\u7684\u306BGoogle\u7FFB\u8A33\u3067\u73FE\u5728\u306E\u30DA\u30FC\u30B8\u3092\u7FFB\u8A33\u3057\u3066\u304F\u3060\u3055\u3044\u3002",temprarilyChangeTranslationTo_openai:"\u73FE\u5728\u3001OpenAI\u3092\u4F7F\u7528\u3057\u3066\u73FE\u5728\u306E\u30DA\u30FC\u30B8\u3092\u7FFB\u8A33\u3057\u3066\u3044\u307E\u3059",temprarilyChangeTranslationTo_deepl:"\u73FE\u5728\u3001DeepL\u3092\u4F7F\u7528\u3057\u3066\u73FE\u5728\u306E\u30DA\u30FC\u30B8\u3092\u7FFB\u8A33\u3057\u3066\u3044\u307E\u3059","intro.subtitleTitle":"\u30AA\u30F3\u30E9\u30A4\u30F3\u30D3\u30C7\u30AA\u306E\u30D0\u30A4\u30EA\u30F3\u30AC\u30EB\u5B57\u5E55\u8868\u793A","shortcutGroup.touch":"\u30BF\u30C3\u30C1\u30B9\u30AF\u30EA\u30FC\u30F3\u5C02\u7528\u30B8\u30A7\u30B9\u30C1\u30E3\u30FC",temprarilyChangeTranslationTo_gemini:"\u73FE\u5728\u3001Gemini\u3092\u4F7F\u7528\u3057\u3066\u73FE\u5728\u306E\u30DA\u30FC\u30B8\u3092\u7FFB\u8A33\u3057\u3066\u3044\u307E\u3059",neverTranslateThisSite:"\u3053\u306E\u30A6\u30A7\u30D6\u30B5\u30A4\u30C8\u3092\u6C38\u9060\u306B\u7FFB\u8A33\u3057\u306A\u3044\u3067\u304F\u3060\u3055\u3044",temprarilyChangeTranslationTo_transmart:"\u73FE\u5728\u3001\u30C6\u30F3\u30BB\u30F3\u30C8\u7FFB\u8A33\u3092\u4F7F\u7528\u3057\u3066\u73FE\u5728\u306E\u30DA\u30FC\u30B8\u3092\u7FFB\u8A33\u3057\u3066\u3044\u307E\u3059","browser.translateWithTransmart":"\u4E00\u6642\u7684\u306B\u30C6\u30F3\u30BB\u30F3\u30C8\u7FFB\u8A33\u3067\u73FE\u5728\u306E\u30DA\u30FC\u30B8\u3092\u7FFB\u8A33\u3057\u3066\u304F\u3060\u3055\u3044",notLoginPro:"\u3042\u306A\u305F\u306E\u4F1A\u54E1\u30A2\u30AB\u30A6\u30F3\u30C8\u306B\u307E\u3060\u30ED\u30B0\u30A4\u30F3\u3057\u3066\u3044\u307E\u305B\u3093",networkError:"\u7FFB\u8A33\u30B5\u30FC\u30D3\u30B9\u307E\u305F\u306F\u30CD\u30C3\u30C8\u30EF\u30FC\u30AF\u306B\u554F\u984C\u304C\u767A\u751F\u3057\u3066\u3044\u307E\u3059","widget.videoSubtitleTooltip":"Youtube \u7B49 {count}+ \u306E\u30D3\u30C7\u30AA\u30B5\u30A4\u30C8\u3092\u30B5\u30DD\u30FC\u30C8\u3057\u3066\u3044\u307E\u3059","subtitle.autoDisableSubtitle":"\u81EA\u52D5\u7684\u306B\u4E8C\u304B\u56FD\u8A9E\u306E\u5B57\u5E55\u3092\u6709\u52B9\u306B\u3057\u306A\u3044","intro.hoverTitle":"\u30DE\u30A6\u30B9\u3092\u73FE\u5728\u306E\u6BB5\u843D\u306B\u30DB\u30D0\u30FC\u3057\u3066\u7FFB\u8A33\u3057\u3066\u304F\u3060\u3055\u3044","shortcutGroup.others":"\u3088\u308A\u591A\u304F\u306E\u30AB\u30B9\u30BF\u30E0\u6A5F\u80FD\u306E\u30B7\u30E7\u30FC\u30C8\u30AB\u30C3\u30C8",upgradeToProErrorTitle:"\u3053\u306E\u7FFB\u8A33\u30B5\u30FC\u30D3\u30B9\u3092\u4F7F\u7528\u3059\u308B\u306B\u306F\u3001Pro\u30E1\u30F3\u30D0\u30FC\u306B\u30A2\u30C3\u30D7\u30B0\u30EC\u30FC\u30C9\u3057\u3066\u304F\u3060\u3055\u3044\u3002",temprarilyChangeTranslationTo_google:"\u73FE\u5728\u3001Google\u7FFB\u8A33\u3092\u4F7F\u7528\u3057\u3066\u73FE\u5728\u306E\u30DA\u30FC\u30B8\u3092\u7FFB\u8A33\u3057\u3066\u3044\u307E\u3059",touchShortcutsToggleTranslationMask:"\u30BF\u30C3\u30C1\u30B9\u30AF\u30EA\u30FC\u30F3\u30B8\u30A7\u30B9\u30C1\u30E3\u30FC\u3092\u8A2D\u5B9A\u3057\u3066\u3001\u7FFB\u8A33\u30DE\u30B9\u30AF\u3092\u8868\u793A/\u539F\u6587\u3092\u8868\u793A","shortcutGroup.shortcutsForTranslationServices":"\u7FFB\u8A33\u30B5\u30FC\u30D3\u30B9\u95A2\u9023\u306E\u30B7\u30E7\u30FC\u30C8\u30AB\u30C3\u30C8\u30AD\u30FC","neverTranslateText.title":"\u4EE5\u4E0B\u306E\u5358\u8A9E\u306F\u539F\u6587\u306E\u307E\u307E\u306B\u3057\u3066\u304F\u3060\u3055\u3044\u3001\u7FFB\u8A33\u3057\u306A\u3044\u3067\u304F\u3060\u3055\u3044\u3002","widget.translateFileTooltip":"PDF\u3001EPUB\u3001SRT\u3001ASS\u3001HTML\u3001TXT \u30C9\u30AD\u30E5\u30E1\u30F3\u30C8\u3092\u7FFB\u8A33\u3057\u3066\u304F\u3060\u3055\u3044","floatBall.longPress":"\u9577\u62BC\u3057\u3059\u308B\u3068\u3001\u8A2D\u5B9A\u30D1\u30CD\u30EB\u3092\u7D20\u65E9\u304F\u958B\u304F\u3053\u3068\u304C\u3067\u304D\u307E\u3059\u3088","floatBall.guideClickToTranslate":`\u30AF\u30EA\u30C3\u30AF\u3057\u3066\u6CA1\u5165\u578B\u7FFB\u8A33\u30D5\u30ED\u30FC\u30C8\u30DC\u30FC\u30EB\u3092 + {env.imt_sub_trans_field}: Translation`,"subtitle.quickButton.black":"Black","subtitle.quickButton.cyan":"Blue","translationServices.claude":"Claude","subtitle.quickButton.backgroundColor":"Background color","subtitle.quickButton.green":"Green","subtitle.quickButton.blue":"Blue","subtitle.quickButton.white":"White","subtitle.quickButton.setting":"Settings","subtitle.quickButton.translationPosition":"Translation location","subtitle.quickButton.backgroundOpacity":"Background Opacity","subtitle.quickButton.sourceFontSize":"Original font size","subtitle.quickButton.sourceTextColor":"Original font color","subtitle.quickButton.yellow":"Yellow","subtitle.quickButton.translationFontSize":"Translation font size","subtitle.quickButton.translationPositionBottom":"Below the original text","subtitle.quickButton.red":"Red","subtitle.quickButton.translationPositionTop":"Above the original text","subtitle.quickButton.translationTextColor":"Translation font color","subtitle.quickButton.magenta":"Magenta",attachSubtitleTranslating:"Translating using {service}...","error.claude.403":"Access to the service is temporarily unavailable, possibly due to regional restrictions related to Claude. You can try changing your IP address, or use other translation services.","browser.brandDescriptionForSafari":"Free Translate Website, Translate PDF & Epub eBook, Translate Video Subtitles in Bilingual","browser.PdfProFile":"AI-Driven PDF Pro Translation","browser.textTranslate":"Text Translation"};var F4={nologin:"\u30ED\u30B0\u30A4\u30F3\u3057\u3066\u3044\u306A\u3044",loginForSafari:"\u30ED\u30B0\u30A4\u30F3\u307E\u305F\u306F\u767B\u9332",login:"\u30ED\u30B0\u30A4\u30F3\u3057\u3066\u4F1A\u54E1\u767B\u9332",manageAccount:"\u30DE\u30CD\u30FC\u30B8\u30C9\u30FB\u30A2\u30AB\u30A6\u30F3\u30C8",openPremium:"\u30AA\u30FC\u30D7\u30F3\u30FB\u30E1\u30F3\u30D0\u30FC",logout:"\u30A2\u30DC\u30FC\u30C8",curentPlan:"\u73FE\u5728\u306E\u30D1\u30C3\u30B1\u30FC\u30B8",endAt:"\u7D76\u606F",endAuto:"\u81EA\u52D5\u66F4\u65B0",lineBreakMaxTextCount:"\u6539\u884C\u5F8C\u306E1\u6587\u306B\u8A31\u3055\u308C\u308B\u6700\u5927\u6587\u5B57\u6570","translate-pdf":"\u30AF\u30EA\u30C3\u30AF\u3057\u3066PDF\u3092\u7FFB\u8A33\u3059\u308B","noSupportTranslate-pdf":"\u30B9\u30AF\u30EA\u30D7\u30C8\u306F\u30B5\u30DD\u30FC\u30C8\u3055\u308C\u3066\u3044\u307E\u305B\u3093\u3002","translate-firefox-local-pdf":"\u30AF\u30EA\u30C3\u30AF\u3057\u3066PDF\u3092\u30A4\u30F3\u30DD\u30FC\u30C8\u3059\u308B",enableLineBreak:"\u9577\u3044\u6BB5\u843D\u306E\u81EA\u52D5\u6539\u884C\u3092\u6709\u52B9\u306B\u3059\u308B",sponsorLabel:"\u30B9\u30DD\u30F3\u30B5\u30FC\u4ED8\u304D\u958B\u767A\u8005",help:"\u624B",browserShortcutsNoteForFirefox:"Firefox\u3067\u30B7\u30E7\u30FC\u30C8\u30AB\u30C3\u30C8\u3092\u5909\u66F4\u3059\u308B\u306B\u306F\u3001\u62E1\u5F35\u6A5F\u80FD\u306E\u7BA1\u7406\u30DA\u30FC\u30B8`about:addons`\u3092\u958B\u304D\u3001`Settings`\u3092\u30AF\u30EA\u30C3\u30AF\u3057\u3001`Manage Shortcuts`\u3092\u30AF\u30EA\u30C3\u30AF\u3057\u3066\u30B7\u30E7\u30FC\u30C8\u30AB\u30C3\u30C8\u3092\u8A2D\u5B9A\u3059\u308B\u5FC5\u8981\u304C\u3042\u308B\u3002",browserShortcutsNoteForChrome:"Chrome\u3067\u30B7\u30E7\u30FC\u30C8\u30AB\u30C3\u30C8\u3092\u5909\u66F4\u3059\u308B\u306B\u306F\u3001\u62E1\u5F35\u6A5F\u80FD\u306E\u7BA1\u7406\u30DA\u30FC\u30B8\u3092\u958B\u304D\u3001`\u30B7\u30E7\u30FC\u30C8\u30AB\u30C3\u30C8\u306E\u7BA1\u7406`\u30D1\u30CD\u30EB\uFF08`chrome://extensions/shortcuts`\uFF09\u3067\u30B7\u30E7\u30FC\u30C8\u30AB\u30C3\u30C8\u3092\u8A2D\u5B9A\u3057\u3001\u4E0B\u306E\u30DC\u30BF\u30F3\u3092\u30AF\u30EA\u30C3\u30AF\u3057\u3066\u30B7\u30E7\u30FC\u30C8\u30AB\u30C3\u30C8\u306E\u7BA1\u7406\u30DA\u30FC\u30B8\u306B\u30B8\u30E3\u30F3\u30D7\u3059\u308B\u5FC5\u8981\u304C\u3042\u308A\u307E\u3059\u3002",browserShortcutsSucks:"\u30AB\u30B9\u30BF\u30DE\u30A4\u30BA\u3055\u308C\u305F\u30B7\u30E7\u30FC\u30C8\u30AB\u30C3\u30C8\u306E\u66F8\u5F0F\u306F\u6B21\u306E\u3068\u304A\u308A\u3067\u3059\uFF08\u81EA\u52D5\u8A8D\u8B58\u306F\u884C\u308F\u308C\u307E\u305B\u3093\u306E\u3067\u3001\u76F4\u63A5\u5165\u529B\u3057\u3066\u304F\u3060\u3055\u3044\uFF09\uFF1A",enableLineBreakDescription:"\u30AA\u30F3\u306B\u3059\u308B\u3068\u3001\u9577\u3044\u6BB5\u843D\u306E\u6587\u672B\u306B\u6539\u884C\u304C\u5165\u308A\u3001\u8AAD\u307F\u3084\u3059\u304F\u306A\u308A\u307E\u3059\u3002","browser.shortBrandName":"\u30A4\u30DE\u30FC\u30B8\u30E7\u30F3\u7FFB\u8A33","browser.brandName":"\u30A4\u30DE\u30FC\u30B8\u30E7\u30F3\u7FFB\u8A33: \u4E8C\u30F6\u56FD\u8A9E\u30A6\u30A7\u30D6\u30DA\u30FC\u30B8\u7FFB\u8A33 & PDF\u6587\u66F8\u7FFB\u8A33","browser.brandDescription":"Deepl\u3001Google\u3001YouDao\u3001Tencent Translate\u306A\u3069\u3001\u8907\u6570\u306E\u7FFB\u8A33\u30B5\u30FC\u30D3\u30B9\u3092\u30B5\u30DD\u30FC\u30C8\u3057\u3066\u3044\u307E\u3059\u3002","browser.toggleTranslatePage":"\u30DA\u30FC\u30B8\u3092\u7FFB\u8A33\u3059\u308B\uFF0F\u539F\u6587\u3092\u8868\u793A\u3059\u308B","browser.toggleTranslateTheWholePage":"\u30DA\u30FC\u30B8\u306E\u5168\u9818\u57DF\u3092\u7FFB\u8A33\u3059\u308B\uFF0F\u539F\u6587\u3092\u8868\u793A\u3059\u308B","browser.toggleOnlyTransation":"\u30D0\u30A4\u30EA\u30F3\u30AC\u30EB/\u7FFB\u8A33\u30C6\u30AD\u30B9\u30C8\u306E\u307F\u30E2\u30FC\u30C9\u306B\u5207\u308A\u66FF\u3048\u3066\u304F\u3060\u3055\u3044","browser.toggleTranslateToThePageEndImmediately":"\u30DA\u30FC\u30B8\u4E0B\u90E8\u3078\u306E\u5373\u6642\u7FFB\u8A33\uFF0F\u539F\u6587\u306E\u8868\u793A","browser.toggleTranslateTheMainPage":"\u30DA\u30FC\u30B8\u306E\u30E1\u30A4\u30F3\u30A8\u30EA\u30A2\u3092\u7FFB\u8A33\u3059\u308B\uFF0F\u539F\u6587\u3092\u8868\u793A\u3059\u308B","browser.shareToDraft":"\u30D0\u30A4\u30EA\u30F3\u30AC\u30EB\u30DA\u30FC\u30B8\u3092\u5171\u6709\u3059\u308B","browser.openOptionsPage":"\u8A2D\u5B9A\u30DA\u30FC\u30B8\u3092\u958B\u304F","browser.toggleTranslationMask":"\u4E26\u9032\u30D6\u30E9\u30FC\u52B9\u679C\u306E\u8868\u793A\uFF0F\u975E\u8868\u793A","browser.translateLocalPdfFile":"\u30ED\u30FC\u30AB\u30EB\u306EPDF\u30D5\u30A1\u30A4\u30EB\u3092\u7FFB\u8A33\u3059\u308B","browser.openEbookViewer":"\u5730\u5143\u306E\u96FB\u5B50\u66F8\u7C4D\u3092\u8AAD\u3080","browser.openEbookBuilder":"\u30D0\u30A4\u30EA\u30F3\u30AC\u30EBEPUB\u96FB\u5B50\u66F8\u7C4D\u306E\u5236\u4F5C","browser.translateLocalHtmlFile":"HTML/\u30C6\u30AD\u30B9\u30C8\u30D5\u30A1\u30A4\u30EB\u3092\u7FFB\u8A33\u3059\u308B","browser.donateContext":"\u30B9\u30DD\u30F3\u30B5\u30FC\u7279\u5178\u306B\u3064\u3044\u3066","browser.translateLocalSubtitleFile":"\u30ED\u30FC\u30AB\u30EB\u5B57\u5E55\u30D5\u30A1\u30A4\u30EB\u3092\u7FFB\u8A33\u3059\u308B",confirmResetConfig:"\u672C\u5F53\u306B\u8A2D\u5B9A\u3092\u30EA\u30BB\u30C3\u30C8\u3057\u307E\u3059\u304B\uFF1F",translationLineBreakSettingTitle:"\u7FFB\u8A33\u306E\u6539\u884C\u8A2D\u5B9A",smartLineBreak:"\u30B9\u30DE\u30FC\u30C8\u30E9\u30A4\u30F3\u30D5\u30A3\u30FC\u30C9",alwaysLineBreak:"\u5E38\u306B\u6539\u884C",isShowContextMenu:"\u53F3\u30AF\u30EA\u30C3\u30AF\u30E1\u30CB\u30E5\u30FC\u306B\u7FFB\u8A33\u30DA\u30FC\u30B8\u3092\u8FFD\u52A0",toggleBeta:"\u30D9\u30FC\u30BF\u30C6\u30B9\u30C8\u6A5F\u80FD\u306E\u6709\u52B9\u5316",betaDescription:"\u307E\u3060\u5B9F\u9A13\u6BB5\u968E\u3067\u3042\u308B\u6A5F\u80FD\u3084\u3001\u30D9\u30FC\u30BF\u7248\u306E\u7FFB\u8A33\u30B5\u30FC\u30D3\u30B9\u3092\u6709\u52B9\u306B\u3059\u308B\u3002\u8A73\u3057\u304F\u306F <1>Telegram\u30B0\u30EB\u30FC\u30D7\u306B\u3054\u53C2\u52A0\u304F\u3060\u3055\u3044\u3002",translationLineBreakSettingDescription:"\u30B3\u30F3\u30C6\u30F3\u30C4\u304C\u5C11\u306A\u3044\u30DA\u30FC\u30B8\u3067\u306F\u3001\u5E38\u306B\u304D\u3061\u3093\u3068\u6539\u884C\u3059\u308B\u3002(\u5185\u5BB9\u306E\u591A\u3044\u9577\u3044\u6BB5\u843D({count}\u6587\u5B57\u4EE5\u4E0A)\u3067\u306F\u3001\u30B9\u30DA\u30FC\u30B9\u3092\u7BC0\u7D04\u3059\u308B\u305F\u3081\u306B\u6539\u884C\u3092\u30B9\u30DE\u30FC\u30C8\u306B\u4F7F\u3044\u307E\u3057\u3087\u3046)\u3002",tempTranslateDomainTitle:"\u30A6\u30A7\u30D6\u30B5\u30A4\u30C8\u7FFB\u8A33\u306E\u4E00\u6642\u7684\u306A\u5207\u308A\u66FF\u3048\u671F\u9593",tempTranslateDomainDescription:"\u624B\u52D5\u3067\u30A6\u30A7\u30D6\u30DA\u30FC\u30B8\u3092\u7FFB\u8A33\u3059\u308B\u5834\u5408\u306F\u3001\u4E00\u6642\u7684\u306B\u81EA\u52D5\u7FFB\u8A33\u7528\u306EWeb\u30B5\u30A4\u30C8\u3092\u30AA\u30F3\u306B\u3057\u3001\u4E00\u6642\u7684\u306A\u671F\u9593\u3092\u8A2D\u5B9A\u3059\u308B\u3053\u3068\u304C\u3067\u304D\u307E\u3059\u3002",xMinutes:"{count} \u8B70\u4E8B\u9332",disabled:"\u7269\u306E\u4F7F\u7528\u3092\u7981\u6B62\u3059\u308B\u3002",changelog:"\u66F4\u65B0\u30ED\u30B0",toggleTranslatePageWhenThreeFingersOnTheScreen:"\u8907\u6570\u306E\u6307\u304C\u540C\u6642\u306B\u753B\u9762\u306B\u89E6\u308C\u308B\u3068\u3001\u30A6\u30A7\u30D6\u30DA\u30FC\u30B8\u3092\u7FFB\u8A33\u3057\u305F\u308A\u3001\u539F\u6587\u3092\u8868\u793A\u3057\u305F\u308A\u3059\u308B\u3002",toggleTranslationMaskWhenThreeFingersOnTheScreen:"\u30DE\u30EB\u30C1\u30D5\u30A3\u30F3\u30AC\u30FC\u30BF\u30C3\u30C1\u3067\u307C\u304B\u3057\u52B9\u679C\u3092\u8868\u793A/\u975E\u8868\u793A\u3002",fingerCountToToggleTranslagePageOnlyTranslationWhenTouching:"\u8907\u6570\u306E\u6307\u304C\u540C\u6642\u306B\u753B\u9762\u306B\u89E6\u308C\u308B\u3053\u3068\u3067\u3001\u30A6\u30A7\u30D6\u30DA\u30FC\u30B8\u3092\u7FFB\u8A33\uFF08\u7FFB\u8A33\u306E\u307F\uFF09\uFF0F\u539F\u6587\u3092\u8868\u793A\u3002",addUrlDescription:"\u30C9\u30E1\u30A4\u30F3\u540D\u3092\u6307\u5B9A\u3067\u304D\u3001\u30EF\u30A4\u30EB\u30C9\u30AB\u30FC\u30C9\u3082\u30B5\u30DD\u30FC\u30C8\u3002\u4F8B\uFF1A\uFF1A*.google.com\u3001google.com/mail/*\u3001https://www.google.com/*\u3002",general:"\u57FA\u672C\u8A2D\u5B9A",clickToExpandConfig:"\u73FE\u5728\u306E\u30B3\u30F3\u30D5\u30A3\u30AE\u30E5\u30EC\u30FC\u30B7\u30E7\u30F3\u3092\u62E1\u5927\u3059\u308B",import:"\u30D5\u30A1\u30A4\u30EB\u304B\u3089\u306E\u30A4\u30F3\u30DD\u30FC\u30C8",export:"\u30D5\u30A1\u30A4\u30EB\u3078\u306E\u30A8\u30AF\u30B9\u30DD\u30FC\u30C8",toggleDebug:"\u30B3\u30F3\u30BD\u30FC\u30EB\u306B\u30C7\u30D0\u30C3\u30B0\u30ED\u30B0\u3092\u8868\u793A\u3059\u308B","fingers.0":"\u51DD\u56FA","fingers.2":"\u30C4\u30FC\u30D5\u30A3\u30F3\u30AC\u30FC\u30BF\u30C3\u30C1","fingers.3":"\u30B9\u30EA\u30FC\u30D5\u30A3\u30F3\u30AC\u30FC\u30BF\u30C3\u30C1","fingers.4":"\u30D5\u30A9\u30FC\u30D5\u30A3\u30F3\u30AC\u30FC\u30BF\u30C3\u30C1","fingers.5":"5\u672C\u6307\u30BF\u30C3\u30C1",mouseHoldKey:"+ {key} \u7FFB\u8A33/\u6BB5\u843D\u3092\u5143\u306B\u623B\u3059",mouseHoldKeyAuto:"\u30D1\u30E9\u30B0\u30E9\u30D5\u306E\u76F4\u8A33",mouseHoldKeyOff:"\u4F55\u3082\u3059\u308B\u306A\u3002",mouseHoldKeyOther:"\u30B7\u30E7\u30FC\u30C8\u30AB\u30C3\u30C8\u306E\u30AB\u30B9\u30BF\u30DE\u30A4\u30BA\uFF08\u8A2D\u5B9A\u3092\u958B\u304F\uFF09",mouseHoldKeyCustomKey:"{key} \u30D1\u30E9\u30B0\u30E9\u30D5\u306E\u7FFB\u8A33\uFF0F\u7E2E\u5C0F",mouseHoverHoldKey:"\u30B7\u30E7\u30FC\u30C8\u30AB\u30C3\u30C8\u30AD\u30FC\u3092\u62BC\u3057\u306A\u304C\u3089\u30DE\u30A6\u30B9\u3092\u52D5\u304B\u3059\u3068\u6BB5\u843D\u304C\u7FFB\u8A33\u3055\u308C\u308B","mouse-translate":"\u30DE\u30A6\u30B9\u30DB\u30D0\u30FC",document:"(\u3055\u3093\u3077",resetSuccess:"\u3059\u3079\u3066\u306E\u8A2D\u5B9A\u306E\u30EA\u30BB\u30C3\u30C8\u306B\u6210\u529F",resetThisSuccess:"\u30EA\u30BB\u30C3\u30C8\u6210\u529F",saved:"\u30BB\u30FC\u30D6\u30FB\u30B5\u30AF\u30BB\u30B9",successImportConfig:"\u8A2D\u5B9A\u306E\u30A4\u30F3\u30DD\u30FC\u30C8\u306B\u6210\u529F",goAdvancedSettings:"\u8A73\u7D30\u8A2D\u5B9A\u30DA\u30FC\u30B8\u306B\u79FB\u52D5\u3059\u308B",goAdvancedInterfaceSettings:"\u8A73\u7D30\u30AB\u30B9\u30BF\u30DE\u30A4\u30BA\u8A2D\u5B9A\u30DA\u30FC\u30B8\u306B\u79FB\u52D5\u3059\u308B",advanced:"\u8A73\u7D30\u8A2D\u5B9A",advancedDescription:"\u901A\u5E38\u3001\u8A2D\u5B9A\u306F\u5FC5\u8981\u306A\u304F\u3001\u30C7\u30D5\u30A9\u30EB\u30C8\u306E\u307E\u307E\u3067\u3088\u3044\u3002\u3088\u308A\u5C02\u9580\u7684\u306A\u30E6\u30FC\u30B6\u30FC\u306E\u307F\u3001\u3088\u308A\u30D1\u30FC\u30BD\u30CA\u30E9\u30A4\u30BA\u3055\u308C\u305F\u8A2D\u5B9A\u304C\u53EF\u80FD\u3067\u3059\u3002",developer:"\u30C7\u30D9\u30ED\u30C3\u30D1\u30FC\u8A2D\u5B9A",donateCafe:"\u7269\u4FA1","translate to the bottom of the page":"\u30DA\u30FC\u30B8\u4E0B\u90E8\u3078\u306E\u7FFB\u8A33\u306F\u3001\u30DA\u30FC\u30B8\u306B\u5165\u3063\u3066\u3059\u3050\u306B\u884C\u308F\u308C\u308B\u306E\u3067\u3059\u304B\uFF1F",feedback:"\u554F\u984C\u306B\u95A2\u3059\u308B\u30D5\u30A3\u30FC\u30C9\u30D0\u30C3\u30AF",toggleTranslatePage:"\u30DA\u30FC\u30B8\u3092\u7FFB\u8A33\u3059\u308B\uFF0F\u539F\u6587\u3092\u8868\u793A\u3059\u308B",translateToThePageEndImmediatelyDescription:"\u3053\u306E\u6A5F\u80FD\u3092\u30AA\u30F3\u306B\u3059\u308B\u3068\u3001\u30DA\u30FC\u30B8\u306E\u4E0A\u304B\u3089\u4E0B\u306B\u5165\u529B\u3057\u305F\u5185\u5BB9\u304C\u5373\u5EA7\u306B\u7FFB\u8A33\u3055\u308C\u307E\u3059\u3002\u30AA\u30D5\u306B\u3059\u308B\u3068\u3001\u8AAD\u307F\u306A\u304C\u3089\u7FFB\u8A33\u3055\u308C\u307E\u3059\u3002(\u304A\u52E7\u3081\u3057\u307E\u305B\u3093\uFF09","translate all areas of the page":"\u30DA\u30FC\u30B8\u306E\u5168\u9818\u57DF\u3092\u7FFB\u8A33\u3059\u308B\u304B\u3069\u3046\u304B",translationAreaDescription:"\u30AA\u30F3\u306B\u3059\u308B\u3068\u3001\u30A6\u30A7\u30D6\u30DA\u30FC\u30B8\u5168\u4F53\u306E\u3059\u3079\u3066\u306E\u9818\u57DF\u304C\u7FFB\u8A33\u3055\u308C\u307E\u3059\u3002\u30AA\u30D5\u306B\u3059\u308B\u3068\u3001\u30C7\u30D5\u30A9\u30EB\u30C8\u306E\u30B9\u30DE\u30FC\u30C8\u8A8D\u8B58\u304C\u4F7F\u7528\u3055\u308C\u3001\u4E3B\u8981\u306A\u9818\u57DF\u306E\u307F\u304C\u7FFB\u8A33\u3055\u308C\u307E\u3059\u3002(\u30AA\u30F3\u306B\u3059\u308B\u3053\u3068\u306F\u304A\u52E7\u3081\u3057\u307E\u305B\u3093)","the number of characters to be translated first":"\u8868\u793A\u9818\u57DF\u307E\u3067\u30B9\u30AF\u30ED\u30FC\u30EB\u3059\u308B\u3053\u3068\u306A\u304F\u3001\u30DA\u30FC\u30B8\u306E\u6700\u521D\u306E\u6570\u6587\u5B57\u3092\u76F4\u63A5\u7FFB\u8A33\u3059\u308B\u3002","interface language":"\u30A4\u30F3\u30BF\u30FC\u30D5\u30A7\u30FC\u30B9\u8A00\u8A9E","display both the original text and the translation":"\u539F\u6587\u3068\u8A33\u6587\u306E\u540C\u6642\u8868\u793A","keyboard shortcuts":"\u30AD\u30FC\u30DC\u30FC\u30C9\u30B7\u30E7\u30FC\u30C8\u30AB\u30C3\u30C8",modify:"\u30B7\u30E7\u30FC\u30C8\u30AB\u30C3\u30C8\u30AD\u30FC\u306E\u5909\u66F4",reset:"\u30EA\u30D3\u30B8\u30E7\u30F3",close:"\u51DD\u56FA",homepage:"\u30DB\u30FC\u30E0\u30DA\u30FC\u30B8",more:"\u3082\u3063\u3068\u898B\u308B",moreOptions:"\u30AB\u30B9\u30BF\u30DE\u30A4\u30BA\u30FB\u30AA\u30D7\u30B7\u30E7\u30F3\u306E\u62E1\u5927",translateTheWholePage:"\u30DA\u30FC\u30B8\u306E\u5168\u9818\u57DF\u3092\u7FFB\u8A33\u3059\u308B\uFF08\u4E3B\u8981\u306A\u9818\u57DF\u3092\u30A4\u30F3\u30C6\u30EA\u30B8\u30A7\u30F3\u30C8\u306B\u8A8D\u8B58\u3059\u308B\u306E\u3068\u306F\u5BFE\u7167\u7684\uFF09\u3002",changeToTranslateTheWholePage:"\u5168\u5730\u57DF\u306E\u7FFB\u8A33\u306B\u5207\u308A\u66FF\u3048\u308B",changeToTranslateTheMainPage:"\u30E1\u30A4\u30F3\u30A8\u30EA\u30A2\u306E\u7FFB\u8A33\u306B\u5207\u308A\u66FF\u3048\u308B",changeToOnlyTranslationMode:"\u7FFB\u8A33\u306E\u307F\u3092\u8868\u793A\u3059\u308B\u3088\u3046\u306B\u5207\u308A\u66FF\u3048\u308B",changeToDualTranslationMode:"\u5BFE\u8A33\u3078\u306E\u5207\u308A\u66FF\u3048",translateToThePageEndImmediately:"\u30DA\u30FC\u30B8\u4E0B\u90E8\u3078\u306E\u5373\u6642\u7FFB\u8A33",translateTheMainPage:"\u30A4\u30F3\u30C6\u30EA\u30B8\u30A7\u30F3\u30C8\u7FFB\u8A33 \u4E3B\u8981\u5730\u57DF","The local rules are up to date":"\u5730\u5143\u306E\u9069\u5FDC\u898F\u5B9A\u306F\u6700\u65B0\u306E\u3082\u306E\u3060\u3002","Successfully synchronized with the latest official rules:":"\u6700\u65B0\u306E\u516C\u5F0F\u7AF6\u6280\u898F\u5247\u3068\u306E\u540C\u671F\u306B\u6210\u529F\u3002","Checking for updates":"\u30A2\u30C3\u30D7\u30C7\u30FC\u30C8\u306E\u30C1\u30A7\u30C3\u30AF","Rules are being synchronized":"\u9069\u5FDC\u30EB\u30FC\u30EB\u306E\u540C\u671F\u5316",localVersionIsTooOld:"\u30ED\u30FC\u30AB\u30EB\u306E\u62E1\u5F35\u6A5F\u80FD\u306E\u30D0\u30FC\u30B8\u30E7\u30F3\u304C\u53E4\u3059\u304E\u307E\u3059\u3002\u540C\u671F\u3092\u8A66\u307F\u308B\u524D\u306B\u3001\u62E1\u5F35\u6A5F\u80FD\u3092 {minVersion} \u4EE5\u964D\u306B\u30A2\u30C3\u30D7\u30B0\u30EC\u30FC\u30C9\u3057\u3066\u304F\u3060\u3055\u3044\u3002",badUserscriptBrowser:"\u73FE\u5728\u306E\u30D6\u30E9\u30A6\u30B6\u306F\u30B0\u30EA\u30FC\u30B9\u30E2\u30F3\u30AD\u30FC\u62E1\u5F35\u30A4\u30F3\u30BF\u30FC\u30D5\u30A7\u30A4\u30B9\u3092\u6B63\u3057\u304F\u5B9F\u88C5\u3057\u3066\u3044\u307E\u305B\u3093\uFF08\u4F8B\u3048\u3070\u3001\u30B0\u30EA\u30FC\u30B9\u30E2\u30F3\u30AD\u30FC\u30FB\u30B9\u30AF\u30EA\u30D7\u30C8\u81EA\u4F53\u306E\u30D0\u30FC\u30B8\u30E7\u30F3\u756A\u53F7\u306B\u95A2\u3059\u308B\u60C5\u5831\u3092\u53D6\u5F97\u3059\u308B\u5834\u5408\u306A\u3069\uFF09\u306E\u3067\u3001Firefox\u306A\u3069<1>\u30B0\u30EA\u30FC\u30B9\u30E2\u30F3\u30AD\u30FC\u62E1\u5F35\u3092\u30B5\u30DD\u30FC\u30C8\u3059\u308B\u4ED6\u306E\u30D6\u30E9\u30A6\u30B6\u3092\u3054\u5229\u7528\u304F\u3060\u3055\u3044\u3002",foundNewVersion:"\u65B0\u30D0\u30FC\u30B8\u30E7\u30F3\u3092\u898B\u308B",theLocalExtensionIsUpToUpdate:"\u73FE\u5728\u306E\u30A8\u30AF\u30B9\u30C6\u30F3\u30B7\u30E7\u30F3\u306F\u6700\u65B0\u3060\u3002",failToSyncRules:"\u6700\u65B0\u306E\u9069\u5FDC\u30EB\u30FC\u30EB\u306E\u540C\u671F\u306B\u5931\u6557",retry:"\u30EA\u30C8\u30E9\u30A4\u3059\u308B\u306B\u306F\u3053\u3053\u3092\u30AF\u30EA\u30C3\u30AF",failedReason:"\u5931\u6557\u306E\u7406\u7531",currentRuleVersion:"\u73FE\u5728\u306E\u30EB\u30FC\u30EB\u30FB\u30D0\u30FC\u30B8\u30E7\u30F3",calculating:"\u8A08\u7B97",unknownError:"\u672A\u77E5\u306E\u30A8\u30E9\u30FC",canNotFetchRemoteRule:"\u30EA\u30E2\u30FC\u30C8\u30EB\u30FC\u30EB\u304C\u53D6\u5F97\u3067\u304D\u306A\u3044",enableAlphaSuccess:"\u30A2\u30EB\u30D5\u30A1\u5BFE\u5FDC",disableAlphaSuccess:"\u30A2\u30EB\u30D5\u30A1\u6A5F\u80FD\u306F\u30AA\u30D5",cacheSize:"\u30AD\u30E3\u30C3\u30B7\u30E5\u30FB\u30B5\u30A4\u30BA\uFF1A",cleaning:"\u6E05\u7B97\u4E2D",cleanCache:"\u30AD\u30E3\u30C3\u30B7\u30E5\u3092\u6D88\u53BB\u3059\u308B",options:"\u30BB\u30C3\u30C8\u30A2\u30C3\u30D7",about:"\u306B\u5BFE\u3057\u3066",service:"\u901A\u8A33\u30B5\u30FC\u30D3\u30B9",needAction:"(\u8A2D\u5B9A\u3078\uFF09",goSettings:"\u8A2D\u5B9A\u3059\u308B",needActionForOptions:"(\u8A2D\u5B9A\u4E88\u5B9A\uFF09",translationEngine:"\u30A8\u30F3\u30B8\u30F3\u30FB\u30AA\u30D7\u30B7\u30E7\u30F3",sourceLanguage:"\u539F\u8A9E",target:"\u76EE\u6A19\u8A00\u8A9E",popupSourceLanguage:"\u539F\u8A9E",popupTarget:"\u76EE\u6A19\u8A00\u8A9E",popupService:"\u901A\u8A33\u30B5\u30FC\u30D3\u30B9",forThisSite:"\u73FE\u5728\u306E\u30A6\u30A7\u30D6\u30B5\u30A4\u30C8",autoEnableSubtitle:"\u4E8C\u30AB\u56FD\u8A9E\u5B57\u5E55\u3092\u81EA\u52D5\u7684\u306B\u30AA\u30F3\u306B\u3059\u308B",alwaysTranslate:"\u5E38\u306B\u7FFB\u8A33\u3059\u308B",neverTranslate:"\u6C7A\u3057\u3066\u7FFB\u8A33\u3057\u306A\u3044",alwaysTranslateSomeLanguage:"\u5E38\u306B\u7FFB\u8A33\u3059\u308B {language}",neverTranslateSomeLanguage:"\u6C7A\u3057\u3066\u7FFB\u8A33\u3057\u306A\u3044 {language}",alwaysTranslateSomeSite:"\u5E38\u306B\u7FFB\u8A33\u3059\u308B {hostname}",neverTranslateSomeSite:"\u6C7A\u3057\u3066\u7FFB\u8A33\u3057\u306A\u3044 {hostname}",alwaysTranslateSomeSiteOrWildSite:"\u5E38\u306B\u30B5\u30A4\u30C8\u3092\u7FFB\u8A33\u3059\u308B",alwaysTranslateSomePage:"\u5E38\u306B\u30DA\u30FC\u30B8\u3092\u7FFB\u8A33\u3059\u308B",add:"\u5897\u52A0",default:"\u30C7\u30D5\u30A9\u30EB\u30C8",forThisLanguage:"\u3053\u306E\u8A00\u8A9E\u306E\u5834\u5408\uFF1A","add url":"URL\u3092\u5165\u529B",edit:"\u30B3\u30F3\u30D1\u30A4\u30E9","translate other languages into specific language":"\u4ED6\u306E\u8A00\u8A9E\u3092\u8A2D\u5B9A\u3057\u305F\u8A00\u8A9E\u306B\u7FFB\u8A33\u3059\u308B","select translation service":"\u7FFB\u8A33\u30B5\u30FC\u30D3\u30B9\u306E\u9078\u629E",language:"\u591A\u8A00\u8A9E\u4E3B\u7FA9","show-original":"\u539F\u6587\u3092\u8868\u793A",translate:"\u30EC\u30F3\u30C0\u30EA\u30F3\u30B0",Translated:"\u7FFB\u8A33",Translating:"\u7FFB\u8A33\u4E2D",Error:"\u4E0D\u6B63\u78BA",allowCacheTranslations:"\u30ED\u30FC\u30AB\u30EB\u7FFB\u8A33\u30AD\u30E3\u30C3\u30B7\u30E5\u3092\u6709\u52B9\u306B\u3059\u308B\uFF08\u91CD\u8907\u3057\u305F\u7B87\u6240\u306E\u7FFB\u8A33\u30EA\u30AF\u30A8\u30B9\u30C8\u3092\u6E1B\u3089\u3059\uFF09","translation display":"\u7FFB\u8A33\u8868\u793A\u30B9\u30BF\u30A4\u30EB","select diplay style":"\u4EE5\u4E0B\u306E\u4F8B\u3092\u5177\u4F53\u7684\u306B\u53C2\u7167\u3057\u306A\u304C\u3089\u3001\u7FFB\u8A33\u306E\u30B9\u30BF\u30A4\u30EB\u3092\u533A\u5225\u3059\u308B\u3002",interface:"\u30A4\u30F3\u30BF\u30FC\u30D5\u30A7\u30FC\u30B9\u8A2D\u5B9A",import_export:"\u30A4\u30F3\u30DD\u30FC\u30C8/\u30A8\u30AF\u30B9\u30DD\u30FC\u30C8",import_export_title:"\u30A4\u30F3\u30DD\u30FC\u30C8/\u30A8\u30AF\u30B9\u30DD\u30FC\u30C8\u8A2D\u5B9A",syncToGoogleDrive:"Google\u30C9\u30E9\u30A4\u30D6\u3068\u540C\u671F",floatBallOptions:"\u30DB\u30D0\u30FC\u30DC\u30FC\u30EB\u306E\u8A2D\u5B9A","floatBallOptions.enable":"\u30DB\u30D0\u30FC\u30DC\u30FC\u30EB\u3092\u4F7F\u7528\u53EF\u80FD\u306B\u3059\u308B","floatBallOptions.blockUrls":"\u30A6\u30A7\u30D6\u30B5\u30A4\u30C8\u3092\u7121\u52B9\u306B\u3059\u308B","floatBallOptions.add":"\u5897\u52A0","floatBallOptions.blockUrlDesc":"\u4EE5\u4E0B\u306E\u30B5\u30A4\u30C8\u3067\u306F\u30DB\u30D0\u30FC\u30DC\u30FC\u30EB\u304C\u8868\u793A\u3055\u308C\u307E\u305B\u3093\u3002","floatBallOptions.clickType":"\u30AF\u30EA\u30C3\u30AF\u884C\u52D5","floatBallOptions.clickTypeDesc":"\u30AF\u30EA\u30C3\u30AF\u3057\u305F\u3068\u304D\u306E\u30DB\u30D0\u30FC\u30DC\u30FC\u30EB\u30FB\u30A2\u30A4\u30B3\u30F3\u306E\u52D5\u4F5C","floatBallOptions.clickPopup":"\u7FFB\u8A33\u30D1\u30CD\u30EB\u306E\u8868\u793A","floatBallOptions.clickTranslate":"\u539F\u6587\u306E\u7FFB\u8A33\uFF0F\u8868\u793A","floatBallOptions.fixedPosition":"\u56FA\u5B9A\u4F4D\u7F6E","floatBallOptions.fixedPositionDesc":"\u60AC\u6D6E\u7403\u5728\u7A97\u53E3\u5DE6\u4FA7\u8FD8\u662F\u53F3\u4FA7","floatBallOptions.fixedPositionLeft":"\u5DE6\u4FA7","floatBallOptions.fixedPositionRight":"\u53F3\u4FA7",previewAllThemes:"\u3059\u3079\u3066\u306E\u30B9\u30BF\u30A4\u30EB\u3092\u30D7\u30EC\u30D3\u30E5\u30FC\u3059\u308B","translationTheme.none":"\u306A\u3044","translationTheme.grey":"\u30C0\u30FC\u30AF\u30B0\u30EC\u30FC","translationTheme.dashed":"\u70B9\u7DDA\u4E0B\u7DDA","translationTheme.dotted":"\u70B9\u7DDA\u30A2\u30F3\u30C0\u30FC\u30B9\u30B3\u30A2","translationTheme.dashedBorder":"\u70B9\u7DDA","translationTheme.solidBorder":"\u30BD\u30EA\u30C3\u30C9\u30DC\u30FC\u30C0\u30FC","translationTheme.underline":"\u76F4\u7DDA\u306B\u4E0B\u7DDA\u3092\u5F15\u304F","translationTheme.mask":"\u30D5\u30A1\u30B8\u30FC\u52B9\u679C\uFF08\u5B66\u7FD2\u30E2\u30FC\u30C9\uFF09","translationTheme.opacity":"\u900F\u660E\u52B9\u679C","translationTheme.paper":"\u767D\u3044\u7D19\u306E\u5F71\u306E\u52B9\u679C","translationTheme.dividingLine":"\u308F\u3051\u3081","translationTheme.highlight":"\u9AD8\u8F1D\u5EA6","translationTheme.marker":"\u30DE\u30FC\u30AB\u30FC","translationTheme.marker2":"\u30DE\u30FC\u30AB\u30FC2","translationTheme.blockquote":"\u53C2\u7167\u30B9\u30BF\u30A4\u30EB","translationTheme.weakening":"\u5F31\u4F53\u5316","translationTheme.italic":"\u659C\u4F53","translationTheme.bold":"\u6FC3\u5316","translationTheme.thinDashed":"\u7D30\u70B9\u7DDA\u30A2\u30F3\u30C0\u30FC\u30E9\u30A4\u30F3","translationTheme.nativeDashed":"\u30B7\u30B9\u30C6\u30E0\u306F\u70B9\u7DDA\u306E\u30A2\u30F3\u30C0\u30FC\u30E9\u30A4\u30F3\u4ED8\u304D","translationTheme.nativeDotted":"\u30B7\u30B9\u30C6\u30E0\u306F\u70B9\u7DDA\u306E\u30A2\u30F3\u30C0\u30FC\u30E9\u30A4\u30F3\u4ED8\u304D","translationTheme.nativeUnderline":"\u30B7\u30B9\u30C6\u30E0\u306B\u306F\u76F4\u7DDA\u306E\u30A2\u30F3\u30C0\u30FC\u30E9\u30A4\u30F3\u304C\u4ED8\u5C5E\u3057\u3066\u3044\u308B","translationTheme.wavy":"\u6CE2\u7DDA","translationServices.custom":"\u30AB\u30B9\u30BF\u30E0API","translationServices.tencent":"\u30C6\u30F3\u30BB\u30F3\u30C8\u7FFB\u8A33\u8005","translationServices.tenAlpha":"\u30C6\u30F3\u30BB\u30F3\u30C8\u30FB\u30C8\u30E9\u30F3\u30B9\u30EC\u30FC\u30BF\u30FC\uFF08\u30A2\u30EB\u30D5\u30A1\uFF09","translationServices.google":"\u30B0\u30FC\u30B0\u30EB\u7FFB\u8A33","translationServices.bai":"\u30D0\u30A4\u30C9\u30A5\uFF08\u30A2\u30EB\u30D5\u30A1\uFF09","translationServices.baidu":"\u767E\u5EA6\u306E\u7FFB\u8A33","translationServices.aliyun":"\u30A2\u30EA\u30AF\u30E9\u30A6\u30C9\u7FFB\u8A33","translationServices.volc":"\u706B\u5C71\u7FFB\u8A33","translationServices.deeplx":"DeepLX (\u30D9\u30FC\u30BF)","translationServices.bing":"\u30DE\u30A4\u30AF\u30ED\u30BD\u30D5\u30C8\u7FFB\u8A33","translationServices.deepl":"\u30C7\u30A3\u30FC\u30D7\u30A8\u30EB","translationServices.wechat":"WeChat\u7FFB\u8A33","translationServices.azure":"\u30A2\u30B8\u30E5\u30FC\u30EB\u7FFB\u8A33","translationServices.ibm":"IBM\u30EF\u30C8\u30BD\u30F3","translationServices.aws":"\u30A2\u30DE\u30BE\u30F3\u7FFB\u8A33","translationServices.mock":"\u6A21\u64EC\u7FFB\u8A33","translationServices.mock2":"\u6A21\u64EC\u7FFB\u8A332","translationServices.caiyun":"\u30AB\u30E9\u30D5\u30EB\u306A\u96F2\u3068\u5C0F\u3055\u306A\u7FFB\u8A33","translationServices.cai":"\u30AB\u30E9\u30D5\u30EB\u306A\u96F2\uFF08\u30A2\u30EB\u30D5\u30A1\uFF09","translationServices.volcAlpha":"\u30DC\u30EB\u30B1\u30FC\u30CE\uFF08\u30A2\u30EB\u30D5\u30A1\uFF09","translationServices.openl":"\u30AA\u30FC\u30D7\u30F3L","translationServices.youdao":"Youtube\u7FFB\u8A33","translationServices.you":"Youdao \u7FFB\u8A33\u8005\uFF08\u30A2\u30EB\u30D5\u30A1\uFF09","translationServices.transmart":"\u9A30\u8A0A\u30A4\u30F3\u30BF\u30E9\u30AF\u30C6\u30A3\u30D6\u7FFB\u8A33","translationServices.niu":"\u30DE\u30FC\u30D9\u30EA\u30C3\u30AF\u7FFB\u8A33\u8005","translationServices.papago":"\u30D1\u30D1\u30B4\u7FFB\u8A33","translationServices.d":"D\uFF08\u30A2\u30EB\u30D5\u30A1\uFF09","translationServices.dpro":"D\u30D7\u30ED\uFF08\u30AB\u30CA\u30EA\u30A2\uFF09","translationServices.openai":"\u30AA\u30FC\u30D7\u30F3AI","translationServices.chatgpt":"ChatGPT Web(3.5 mobile)","translate title":"\u30DA\u30FC\u30B8\u30BF\u30A4\u30C8\u30EB\u3092\u7FFB\u8A33\u3059\u308B","always languages":"\u5E38\u306B\u8A00\u8A9E\u3092\u7FFB\u8A33\u3059\u308B",neverTranslateLanguagesLabel:"\u7FFB\u8A33\u3055\u308C\u308B\u3053\u3068\u306E\u306A\u3044\u8A00\u8A9E",neverTranslateTheFollowingLanguagesDescription:"\u30DA\u30FC\u30B8\u4E0A\u306E\u6BB5\u843D\u304C\u4EE5\u4E0B\u306E\u8A00\u8A9E\u306E\u3044\u305A\u308C\u304B\u3067\u3042\u308B\u5834\u5408\u3001\u7FFB\u8A33\u306F\u30B9\u30AD\u30C3\u30D7\u3055\u308C\u307E\u3059\u3002",enableUserscriptPagePopup:"\u30DA\u30FC\u30B8\u306B\u30DB\u30D0\u30FC\u30DC\u30FC\u30EB\u3092\u8868\u793A",enableUserscriptPagePopupDescription:"\u30DB\u30D0\u30FC\u30DC\u30FC\u30EB\u3092\u30AA\u30D5\u306B\u3057\u305F\u5F8C\u306F\u3001\u30B7\u30E7\u30FC\u30C8\u30AB\u30C3\u30C8 /{touch}\u3067\u547C\u3073\u51FA\u3059\u3053\u3068\u304C\u3067\u304D\u307E\u3059\u3002\u3046\u3063\u304B\u308A\u3053\u306E\u30AA\u30D7\u30B7\u30E7\u30F3\u3092\u30AA\u30D5\u306B\u3057\u305F\u5F8C\u3001\u30DB\u30D0\u30FC\u30DC\u30FC\u30EB\u3092\u898B\u3064\u3051\u3089\u308C\u306A\u304F\u306A\u308B\u306E\u3092\u9632\u3050\u305F\u3081\u3001\u3053\u306E\u8A2D\u5B9A\u30DA\u30FC\u30B8\u3092\u30D6\u30C3\u30AF\u30DE\u30FC\u30AF\u3057\u3066\u304A\u304F\u3053\u3068\u3092\u5F37\u304F\u304A\u52E7\u3081\u3057\u307E\u3059\uFF01","always translate the following languages":"\u30DA\u30FC\u30B8\u304C\u6B21\u306E\u8A00\u8A9E\u306E1\u3064\u3067\u3042\u308B\u3068\u304D\u81EA\u52D5\u7684\u306B\u30BF\u30FC\u30B2\u30C3\u30C8\u8A00\u8A9E\u306B\u7FFB\u8A33\u3059\u308B","always sites":"\u5E38\u306B\u7FFB\u8A33\u3055\u308C\u305F\u30A6\u30A7\u30D6\u30B5\u30A4\u30C8","always translate the following sites":"\u306E\u30C9\u30E1\u30A4\u30F3\u540D\u3067\u3042\u308C\u3070\u3001\u30A6\u30A7\u30D6\u30B5\u30A4\u30C8\u306F\u81EA\u52D5\u7684\u306B\u30BF\u30FC\u30B2\u30C3\u30C8\u8A00\u8A9E\u306B\u7FFB\u8A33\u3055\u308C\u308B\u3002","never sites":"\u672A\u7FFB\u8A33\u30B5\u30A4\u30C8","never translate the following sites":"\u4EE5\u4E0B\u306E\u30C9\u30E1\u30A4\u30F3\u306E\u30B5\u30A4\u30C8\u3067\u306F\u3001\u7FFB\u8A33\u306F\u884C\u308F\u308C\u307E\u305B\u3093\u3002","please refer to":"\u4F7F\u7528\u3059\u308B\u524D\u306B\u30AD\u30FC\u3092\u5165\u529B\u3059\u308B\u5FC5\u8981\u304C\u3042\u308A\u307E\u3059\u3002",KeyAndConfigurationTutorial:"\u30AD\u30FC\u30FB\u30A2\u30D7\u30EA\u30B1\u30FC\u30B7\u30E7\u30F3\u3068\u30B3\u30F3\u30D5\u30A3\u30AE\u30E5\u30EC\u30FC\u30B7\u30E7\u30F3\u30FB\u30C1\u30E5\u30FC\u30C8\u30EA\u30A2\u30EB",useAboveStyleForTheseSites:"\u4EE5\u4E0B\u306E\u30C9\u30E1\u30A4\u30F3\u306E\u30B5\u30A4\u30C8\u3067\u306F\u3001\u5E38\u306B \u2308{theme}\u230B \u7FFB\u8A33\u30B9\u30BF\u30A4\u30EB\u3092\u4F7F\u7528\u3057\u307E\u3059\u3002",currentUrl:"\u73FE\u5728\u306EURL",confirm:"\u30BB\u30FC\u30D6",cancel:"\u30AD\u30E3\u30F3\u30BB\u30EB",delete:"\u9664\u53BB","languages.auto":"\u81EA\u52D5\u691C\u51FA",syncToCloud:"\u30B0\u30FC\u30B0\u30EB\u30C9\u30E9\u30A4\u30D6\u306B\u540C\u671F",syncToCloudDescription:"\u30AF\u30E9\u30A6\u30C9\u306B\u30A2\u30C3\u30D7\u30ED\u30FC\u30C9\u3055\u308C\u305F\u30B3\u30F3\u30D5\u30A3\u30AE\u30E5\u30EC\u30FC\u30B7\u30E7\u30F3\u306F\u3001\u7570\u306A\u308B\u30D6\u30E9\u30A6\u30B6\u30FC\uFF0F\u30B0\u30EA\u30FC\u30B9\u30E2\u30F3\u30AD\u30FC\u30FB\u30B9\u30AF\u30EA\u30D7\u30C8\u9593\u3067\u540C\u671F\u3055\u305B\u308B\u3053\u3068\u304C\u3067\u304D\u308B\u3002",syncToAccount:"\u30A4\u30DE\u30FC\u30B7\u30D6\u7FFB\u8A33\u30AF\u30E9\u30A6\u30C9\u3078\u306E\u540C\u671F",syncToAccountButton:"\u30AF\u30E9\u30A6\u30C9\u3068\u306E\u5373\u6642\u540C\u671F",syncToAccountDescription:"\u7570\u306A\u308B\u30C7\u30D0\u30A4\u30B9\u9593\u3067\u3001\u6700\u5F8C\u306B\u5909\u66F4\u3055\u308C\u305F\u65B9\u306E\u8A2D\u5B9A\u3092\u81EA\u52D5\u7684\u306B\u540C\u671F\u3057\u307E\u3059\u3002",successSyncConfigInAccount:"\u30AF\u30E9\u30A6\u30C9\u3068\u306E\u540C\u671F\u306B\u6210\u529F",successSyncConfigToAccount:"\u30AF\u30E9\u30A6\u30C9\u3078\u306E\u540C\u671F\u306B\u6210\u529F",syncConfigNoUpdate:"\u3082\u3046\u6700\u65B0\u306E\u3082\u306E\u3060\u3002",authFail:"\u8A8D\u8A3C\u5931\u6557",syncTitle:"\u624B\u52D5\u30D0\u30C3\u30AF\u30A2\u30C3\u30D7\u7BA1\u7406",import_hint:"\u30A4\u30F3\u30DD\u30FC\u30C8",upload:"\u30A2\u30C3\u30D7\u30ED\u30FC\u30C9",revokeAuth:"\u8A8D\u53EF\u306E\u53D6\u308A\u6D88\u3057",uploadFail:"\u30A2\u30C3\u30D7\u30ED\u30FC\u30C9\u5931\u6557",download:"\u30C0\u30A6\u30F3\u30ED\u30FC\u30C9",importSuccess:"\u8F38\u5165\u306B\u6210\u529F",importFail:"\u30A4\u30F3\u30DD\u30FC\u30C8\u5931\u6557",deleteFail:"\u524A\u9664\u306B\u5931\u6557\u3057\u307E\u3057\u305F",backupToCloud:"\u30D0\u30C3\u30AF\u30A2\u30C3\u30D7\u30D5\u30A1\u30A4\u30EB\u306E\u624B\u52D5\u7BA1\u7406",create_new_backup:"\u65B0\u3057\u3044\u30D0\u30C3\u30AF\u30A2\u30C3\u30D7\u30CE\u30FC\u30C9\u3092\u8FFD\u52A0\u3059\u308B",maxBackupFiles:"\u6700\u5927{count}\u7570\u306A\u308B\u30CE\u30FC\u30C9\u3092\u30D0\u30C3\u30AF\u30A2\u30C3\u30D7\u3067\u304D\u307E\u3059\u3002\u4E0D\u8981\u306A\u30CE\u30FC\u30C9\u306F\u524A\u9664\u3057\u3066\u304F\u3060\u3055\u3044\u3002",backupToCloudDescription:"\u30D0\u30C3\u30AF\u30A2\u30C3\u30D7\u30D5\u30A1\u30A4\u30EB\u3092\u624B\u52D5\u3067\u30A2\u30C3\u30D7\u30ED\u30FC\u30C9\u307E\u305F\u306F\u30EA\u30B9\u30C8\u30A2\u3002",successSyncConfig:"\u30AF\u30E9\u30A6\u30C9\u3068\u306E\u540C\u671F\u306B\u6210\u529F",syncFail:"\u540C\u671F\u5931\u6557",updatedAt:"{date}\u3088\u308A\u66F4\u65B0",lastSyncedAt:"\u6700\u7D42\u78BA\u8A8D\uFF1A {date}",downloadFail:"\u30C0\u30A6\u30F3\u30ED\u30FC\u30C9\u306B\u5931\u6557\u3057\u307E\u3057\u305F",clickToDownload:"\u30AF\u30EA\u30C3\u30AF\u3057\u3066\u30C0\u30A6\u30F3\u30ED\u30FC\u30C9",aboutLabel:"\u30D5\u30A3\u30FC\u30C9\u30D0\u30C3\u30AF","browser.openAboutPage":"\u3054\u610F\u898B\u30FB\u3054\u611F\u60F3",aboutLabelWithoutSponsor:"\u30D5\u30A3\u30FC\u30C9\u30D0\u30C3\u30AF",aboutIntro:"\u30A4\u30F3\u30BF\u30FC\u30CD\u30C3\u30C8\u4E0A\u306E\u81A8\u5927\u306A\u5916\u56FD\u8A9E\u60C5\u5831\u3078\u306E\u30A2\u30AF\u30BB\u30B9\u304C\u3088\u308A\u7C21\u5358\u3067\u697D\u3057\u3044\u3082\u306E\u306B\u306A\u308A\u307E\u3059\u3088\u3046\u306B \u2764\uFE0F <6>\u30D7\u30ED\u30E1\u30F3\u30D0\u30FC\u30B7\u30C3\u30D7\u3092 \u6709\u52B9\u306B\u3057\u3066\u3001\u3059\u3050\u306B\u4F7F\u3048\u308BDeepL\u3068OpenAI\u306E\u7FFB\u8A33\u3092\u3054\u5229\u7528\u304F\u3060\u3055\u3044\u3002

<3>Twitter\u3001<4>Telegram\u3001Weibo\u3001WeChat\u3067\u79C1\u305F\u3061\u3092\u30D5\u30A9\u30ED\u30FC\u3059\u308B\u304B\u3001\u4EE5\u4E0B\u306E<5>\u30E1\u30FC\u30EA\u30F3\u30B0\u30EA\u30B9\u30C8\u306B\u767B\u9332\u3057\u3066\u66F4\u65B0\u3092\u8FFD\u8DE1\u3059\u308B\u3053\u3068\u304C\u3067\u304D\u307E\u3059\u3002
<7>\u30D7\u30ED\u4F1A\u54E1\u306E \u65B9\u306F\u3001 <8>support@immersivetranslate.com \u307E\u3067\u3054\u9023\u7D61\u3044\u305F\u3060\u3051\u308C\u3070\u3001\u8FC5\u901F\u306A\u30AB\u30B9\u30BF\u30DE\u30FC\u30B5\u30FC\u30D3\u30B9\u3092\u3054\u63D0\u4F9B\u3044\u305F\u3057\u307E\u3059\u3002",aboutIntroWithoutSponsor:"\u2764\uFE0F

<3>\u30C4\u30A4\u30C3\u30BF\u30FC\u3001<4>\u30C6\u30EC\u30B0\u30E9\u30E0\u30FB\u30C1\u30E3\u30F3\u30CD\u30EB\u3001WeChat\u3001WeChat Exchange\u3067\u30D5\u30A9\u30ED\u30FC\u3057\u3066\u3044\u305F\u3060\u304F\u304B\u3001\u4EE5\u4E0B\u306E<5>E\u30E1\u30FC\u30EB\u3067\u66F4\u65B0\u60C5\u5831\u3092<5>\u8CFC\u8AAD\u3057\u3066\u304F\u3060\u3055\u3044\u3002",projectHomepage:"\u30D7\u30ED\u30B8\u30A7\u30AF\u30C8\u30FB\u30DB\u30FC\u30E0",joinTelegramGroup:"\u30E6\u30FC\u30B6\u30FC\u30B0\u30EB\u30FC\u30D7\u306B\u53C2\u52A0\u3057\u3066\u3001\u6A5F\u80FD\u306B\u95A2\u3059\u308B\u30C7\u30A3\u30B9\u30AB\u30C3\u30B7\u30E7\u30F3\u306B\u53C2\u52A0",wechatPublicAccount:"WeChat\u30D1\u30D6\u30EA\u30C3\u30AF",wechatCommunities:"WeChat\u4EA4\u6D41\u30B0\u30EB\u30FC\u30D7",qqCommunities:"QQ\u30B3\u30DF\u30E5\u30CB\u30B1\u30FC\u30B7\u30E7\u30F3\u30C1\u30E3\u30F3\u30CD\u30EB",joinTelegramChannel:"\u6700\u65B0\u60C5\u5831\u306FTelegram\u30C1\u30E3\u30F3\u30CD\u30EB\u3092\u30D5\u30A9\u30ED\u30FC",feedbackAndJoin:"\u8CEA\u554F \u30D5\u30A3\u30FC\u30C9\u30D0\u30C3\u30AF / \u30B0\u30EB\u30FC\u30D7\u8FFD\u52A0",autoSync:"\u81EA\u52D5\u6642\u523B\u540C\u671F",loadingThemeTitle:"\u30ED\u30FC\u30C7\u30A3\u30F3\u30B0\u30FB\u30B9\u30BF\u30A4\u30EB",loadingThemeDescription:"\u7FFB\u8A33\u30ED\u30FC\u30C9\u5F85\u3061\u6642\u9593\u306E\u30B9\u30BF\u30A4\u30EB\u8A2D\u5B9A","loadingTheme.spinner":"\u56DE\u8EE2\u30A2\u30CB\u30E1\u30FC\u30B7\u30E7\u30F3","loadingTheme.text":"\u9759\u7684\u30C6\u30AD\u30B9\u30C8 ","loadingTheme.none":"\u8868\u793A\u306A\u3057",developerDescription:"\u9AD8\u5EA6\u306A\u30AB\u30B9\u30BF\u30DE\u30A4\u30BA\u306B\u95A2\u3059\u308B\u30C9\u30AD\u30E5\u30E1\u30F3\u30C8\u306F<1>\u3053\u3061\u3089\u3092\u3054\u89A7\u304F\u3060\u3055\u3044\u3002","edit border color":"\u30DC\u30FC\u30C0\u30FC\u30AB\u30E9\u30FC\u306E\u5909\u66F4",successSyncButNoChange:"\u73FE\u5728\u306E\u30B3\u30F3\u30D5\u30A3\u30AE\u30E5\u30EC\u30FC\u30B7\u30E7\u30F3\u306F\u30AF\u30E9\u30A6\u30C9\u3068\u4E00\u81F4\u3057\u3066\u3044\u308B",customTheme:"\u30AB\u30B9\u30BF\u30E0\u30AB\u30E9\u30FC\u3068\u30B5\u30A4\u30BA","customThemeLabel.borderColor":"\u30DC\u30FC\u30C0\u30FC\u30AB\u30E9\u30FC","customThemeLabel.borderRadius":"\u4E38\u307F\u3092\u5E2F\u3073\u305F\u30A8\u30C3\u30B8","customThemeLabel.textColor":"\u30C6\u30AD\u30B9\u30C8\u30AB\u30E9\u30FC","customThemeLabel.backgroundColor":"\u80CC\u666F\u8272","customThemeLabel.zoom":"\u30D5\u30A9\u30F3\u30C8\u30FB\u30B9\u30B1\u30FC\u30EA\u30F3\u30B0 (%)","customThemeLabel.opacity":"\u30C6\u30AD\u30B9\u30C8\u306E\u4E0D\u900F\u660E\u5EA6 (%)",resetToDefaultColor:"\u30C7\u30D5\u30A9\u30EB\u30C8\u30AB\u30E9\u30FC\u306B\u623B\u3059",resetToDefaultSettings:"\u30C7\u30D5\u30A9\u30EB\u30C8\u8A2D\u5B9A\u306B\u623B\u3059",isTranslateTitle:"\u30DA\u30FC\u30B8\u30BF\u30A4\u30C8\u30EB\u306E\u7FFB\u8A33\u3092\u6709\u52B9\u306B\u3059\u308B",isTranslateTitleDescription:"\u30AA\u30F3\u306B\u3059\u308B\u3068\u3001\u30DA\u30FC\u30B8\u30BF\u30A4\u30C8\u30EB\u304C\u7FFB\u8A33\u3055\u308C\u307E\u3059",enableSearchEnhancement:"\u30D0\u30A4\u30EA\u30F3\u30AC\u30EB\u30E1\u30C3\u30BB\u30FC\u30B8\u3092\u6709\u52B9\u306B\u3059\u308B",enableSearchEnhancementDescription:"\u6709\u52B9\u306B\u3059\u308B\u3068\u3001\u5BFE\u5FDC\u30B5\u30A4\u30C8\uFF08Google News\u3001Google Search\uFF08\u4E00\u90E8\u30AD\u30FC\u30EF\u30FC\u30C9\uFF09\u3001Snowball\u3001Oriental Fortune\u3001Futura\u3001Tiger Community\uFF09\u306E\u53F3\u30AB\u30E9\u30E0\u306B\u3001\u8A72\u5F53\u3059\u308B\u82F1\u8A9E\u30AD\u30FC\u30EF\u30FC\u30C9\u3067\u300CGoogle News\u300D\u306E\u691C\u7D22\u7D50\u679C\u304C\u81EA\u52D5\u7684\u306B\u8868\u793A\u3055\u308C\u308B\u3088\u3046\u306B\u306A\u308A\u307E\u3059\u3002",verifyService:"\u30B5\u30FC\u30D3\u30B9\u306E\u30C6\u30B9\u30C8\u306F\u3053\u3061\u3089",verified:"\u6210\u529F\u306E\u78BA\u8A8D","field.langs":"\u5BFE\u5FDC\u8A00\u8A9E\u30B3\u30FC\u30C9","field.model":"\u30E2\u30C7\u30EA\u30F3\u30B0","field.translationEngine":"\u7FFB\u8A33\u30A8\u30F3\u30B8\u30F3","field.limitPerMinute":"1\u5206\u3042\u305F\u308A\u306E\u6700\u5927\u30EA\u30AF\u30A8\u30B9\u30C8\u6570","field.limitPerSecond":"1\u79D2\u3042\u305F\u308A\u306E\u6700\u5927\u30EA\u30AF\u30A8\u30B9\u30C8\u6570","field.maxTextLengthPerRequest":"\u30EA\u30AF\u30A8\u30B9\u30C8\u3054\u3068\u306E\u6700\u5927\u30C6\u30AD\u30B9\u30C8\u9577","field.maxTextGroupLengthPerRequest":"\u30EA\u30AF\u30A8\u30B9\u30C8\u3054\u3068\u306E\u6700\u5927\u6BB5\u843D\u6570","field.apiUrl":"\u30AB\u30B9\u30BF\u30E0API\u30A4\u30F3\u30BF\u30FC\u30D5\u30A7\u30FC\u30B9\u306E\u30A2\u30C9\u30EC\u30B9","field.placeholderDelimiters":"\u4E88\u7D04\u30D7\u30EC\u30FC\u30B9\u30DB\u30EB\u30C0","description.custom":"\u30AB\u30B9\u30BF\u30E0\u30A4\u30F3\u30BF\u30FC\u30D5\u30A7\u30FC\u30B9\u30A2\u30AF\u30BB\u30B9 \u8981\u30C9\u30AD\u30E5\u30E1\u30F3\u30C6\u30FC\u30B7\u30E7\u30F3","description.limitPerMinute":"\u3053\u306E\u5236\u9650\u3092\u8D85\u3048\u305F\u30EA\u30AF\u30A8\u30B9\u30C8\u306F\u3001\u6B21\u306E\u5206\u304C\u59CB\u307E\u308B\u307E\u3067\u30AD\u30E5\u30FC\u306B\u5165\u308A\u307E\u3059\u3002OpenAI\u306E\u73FE\u5728\u306E\u30B5\u30FC\u30D3\u30B9\u306B\u306F\u3055\u307E\u3056\u307E\u306A\u5236\u9650\u304C\u3042\u308B\u305F\u3081\u3001\u6700\u65B0\u306E\u63A8\u5968\u5024\u306F<1>\u3053\u3061\u3089\u3092\u3054\u89A7\u304F\u3060\u3055\u3044\u3002","description.limitPerSecond":"\u3053\u306E\u5236\u9650\u3092\u8D85\u3048\u305F\u30EA\u30AF\u30A8\u30B9\u30C8\u306F\u3001\u6B21\u306E\u79D2\u304C\u59CB\u307E\u308B\u307E\u3067\u30AD\u30E5\u30FC\u306B\u5165\u308A\u307E\u3059\u3002OpenAI\u306E\u73FE\u5728\u306E\u30B5\u30FC\u30D3\u30B9\u306B\u306F\u3055\u307E\u3056\u307E\u306A\u5236\u9650\u304C\u3042\u308B\u305F\u3081\u3001\u6700\u65B0\u306E\u63A8\u5968\u5024\u306F<1>\u3053\u3061\u3089\u3092\u3054\u89A7\u304F\u3060\u3055\u3044\u3002","description.generalLimitPerSecond":"\u3053\u306E\u5236\u9650\u3092\u8D85\u3048\u305F\u30EA\u30AF\u30A8\u30B9\u30C8\u306F\u3001\u6B21\u306E\u79D2\u304C\u59CB\u307E\u308B\u307E\u3067\u30AD\u30E5\u30FC\u306B\u5165\u308B\u3002","description.prompt":"\u30E6\u30FC\u30B6\u30FC\u3068\u3057\u3066 {service} \u306B\u9001\u4FE1\u3055\u308C\u308B\u5BFE\u8A71\u3067\u3001{{text}} \u306F\u6BB5\u843D\u306E\u30C6\u30AD\u30B9\u30C8\u5185\u5BB9\u3092\u793A\u3057\u3001{{from}} \u306F\u6BB5\u843D\u306E\u8A00\u8A9E\u3092\u793A\u3057\u3001{{to}} \u306F\u76EE\u6A19\u8A00\u8A9E\u3092\u793A\u3057\u307E\u3059\u3002","description.maxTextLengthPerRequest":"\u30EA\u30AF\u30A8\u30B9\u30C8\u3042\u305F\u308A\u306E\u6700\u5927\u6587\u5B57\u6570\u304C\u5927\u304D\u3059\u304E\u308B\u3068\u3001\u30A4\u30F3\u30BF\u30FC\u30D5\u30A7\u30FC\u30B9\u306E\u5FDC\u7B54\u304C\u9045\u304F\u306A\u308B\u306E\u3067\u3001\u3053\u306E\u30AA\u30D7\u30B7\u30E7\u30F3\u3092\u8ABF\u6574\u3057\u3066\u901F\u5EA6\u3092\u6700\u9069\u5316\u3057\u3066\u304F\u3060\u3055\u3044\u3002","description.systemPrompt":"\u30B7\u30B9\u30C6\u30E0\u3068\u3057\u3066 {service} \u306B\u9001\u4FE1\u3055\u308C\u308B\u5BFE\u8A71\u3067\u3001{{text}} \u306F\u6BB5\u843D\u306E\u30C6\u30AD\u30B9\u30C8\u5185\u5BB9\u3092\u793A\u3057\u3001{{from}} \u306F\u6BB5\u843D\u306E\u8A00\u8A9E\u3092\u793A\u3057\u3001{{to}} \u306F\u76EE\u6A19\u8A00\u8A9E\u3092\u793A\u3057\u307E\u3059\u3002","field.domain":"\u30EC\u30A2\u30EB","description.domain":"\u30C7\u30D5\u30A9\u30EB\u30C8\u306F\uFF1Ageneral \u3067\u3059\u3002Arima API \u30B3\u30F3\u30BD\u30FC\u30EB\u3067\u30C9\u30E1\u30A4\u30F3\u5909\u63DB\u304C\u6709\u52B9\u306B\u306A\u3063\u3066\u3044\u308B\u5834\u5408\u306E\u307F\u8A2D\u5B9A\u3067\u304D\u307E\u3059\u3002","field.scene":"\u53D6\u308B","description.scene":"\u30C7\u30D5\u30A9\u30EB\u30C8\u306F\uFF1A\u4E00\u822C\u3067\u3059\u3002AliCloud API\u30B3\u30F3\u30BD\u30FC\u30EB\u3067Machine Translation Pro\u3092\u958B\u3044\u305F\u5834\u5408\u306E\u307F\u8A2D\u5B9A\u3067\u304D\u307E\u3059\u3002","field.vocabId":"\u30E6\u30FC\u30B6\u30FC\u8F9E\u66F8ID","description.vocabId":"\u6307\u5B9A\u3055\u308C\u305F\u8F9E\u66F8out_id\u306F\u3001\u73FE\u5728\u3001\u82F1\u8A9E\u304B\u3089\u4E2D\u56FD\u8A9E\u3078\u306E\u7FFB\u8A33\u3092\u30B5\u30DD\u30FC\u30C8\u3057\u3066\u3044\u308B\u3002","description.model":"OpenAI\u306E\u30E2\u30C7\u30EB\u306F\u3001gpt-3.5-turbo\u3001gpt-4\u306A\u3069\u3002","description.maxTextGroupLengthPerRequest":"\u4E00\u5EA6\u306B\u7FFB\u8A33\u30B5\u30FC\u30D3\u30B9\u306B\u9001\u4FE1\u3055\u308C\u308B\u6BB5\u843D\u6570\u3002\u6BB5\u843D\u6570\u304C\u591A\u3059\u304E\u308B\u3068\u3001\u30A4\u30F3\u30BF\u30FC\u30D5\u30A7\u30FC\u30B9\u306E\u5FDC\u7B54\u304C\u9045\u304F\u306A\u308B\u3053\u3068\u304C\u3042\u308A\u307E\u3059\u3002","description.apiUrl":"\u5177\u4F53\u7684\u306AURL\u3068\u30D1\u30B9\u3001<1>\u3088\u308A\u8A73\u3057\u3044\u8AAC\u660E\u3092\u8FFD\u52A0\u3057\u3066\u304F\u3060\u3055\u3044\u3002",enabledExtension:"\u30A8\u30AF\u30B9\u30C6\u30F3\u30B7\u30E7\u30F3\u306E\u6709\u52B9\u5316",clickToDisableExtension:"\u30AF\u30EA\u30C3\u30AF\u3057\u3066\u62E1\u5F35\u6A5F\u80FD\u3092\u7121\u52B9\u306B\u3059\u308B",clickToEnableExtension:"\u30AF\u30EA\u30C3\u30AF\u3057\u3066\u62E1\u5F35\u6A5F\u80FD\u3092\u6709\u52B9\u306B\u3059\u308B",hasBeenDisabled:"\u4F7F\u7528\u4E0D\u80FD","show password":"\u30D1\u30B9\u30EF\u30FC\u30C9\u3092\u8868\u793A\u3059\u308B",customContent:"\u30AB\u30B9\u30BF\u30E0\u30E2\u30C7\u30EB\u540D\u3092\u5165\u529B",inputOptions:"\u5165\u529B\u30DC\u30C3\u30AF\u30B9\u306E\u5F37\u5316",mouseHoverOptions:"\u30DE\u30A6\u30B9\u30DB\u30D0\u30FC",modifyMouseHoverKey:"\u30DE\u30A6\u30B9\u30DB\u30D0\u30FC\u30B7\u30E7\u30FC\u30C8\u30AB\u30C3\u30C8\u306E\u5909\u66F4",enableInputTranslation:"\u5165\u529B\u30DC\u30C3\u30AF\u30B9\u306E\u62E1\u5F35\u3092\u6709\u52B9\u306B\u3059\u308B\u304B\u3069\u3046\u304B",enableInputTranslationDescription:"\u6709\u52B9\u5316\u3057\u305F\u3089\u3001 {startingKey}{startingKey} hello \u3068\u5165\u529B\u30DC\u30C3\u30AF\u30B9\u306B\u76F4\u63A5\u5165\u529B\u3057\u3001{inputTrailingTriggerKeyRepeatTimes}times{trailingKey}\u3092\u7D20\u65E9\u304F\u62BC\u3057\u3066\u3001 {inputTargetLanguage}\u306B\u5909\u63DB\u3059\u308B\u3002",enableInputTranslationDescriptionForNoneKey:"\u6709\u52B9\u306B\u3057\u305F\u3089\u3001\uFF1AHello World\u3068\u5165\u529B\u30DC\u30C3\u30AF\u30B9\u306B\u76F4\u63A5\u5165\u529B\u3057\u3001{inputTrailingTriggerKeyRepeatTimes}{trailingKey}\u3092\u7D20\u65E9\u304F\u62BC\u3057\u3066\u3001\u30C7\u30D5\u30A9\u30EB\u30C8\u306E\u30BF\u30FC\u30B2\u30C3\u30C8\u8A00\u8A9E\u306B\u7FFB\u8A33\u3059\u308B\u3002",inputTargetLanguage:"\u5165\u529B\u30DC\u30C3\u30AF\u30B9\u306E\u30C7\u30D5\u30A9\u30EB\u30C8\u30BF\u30FC\u30B2\u30C3\u30C8\u8A00\u8A9E\u306E\u8A2D\u5B9A",inputTargetLanguageDescription:"\u5165\u529B\u30DC\u30C3\u30AF\u30B9\u7FFB\u8A33\u306E\u30C7\u30D5\u30A9\u30EB\u30C8\u30BF\u30FC\u30B2\u30C3\u30C8\u8A00\u8A9E\u3001\u3059\u306A\u308F\u3061\u3001\u30C8\u30EA\u30AC\u30FC\u30EF\u30FC\u30C9\u306E\u30C7\u30D5\u30A9\u30EB\u30C8\u8A00\u8A9E\u3068\u3057\u3066 {startingKey}{startingKey}",inputTargetLanguageDescriptionForNoneKey:"\u5165\u529B\u30DC\u30C3\u30AF\u30B9\u7FFB\u8A33\u306E\u30C7\u30D5\u30A9\u30EB\u30C8\u30BF\u30FC\u30B2\u30C3\u30C8\u8A00\u8A9E",inputStartingTriggerKeyTitle:"\u5165\u529B\u30DC\u30C3\u30AF\u30B9\u306E\u90E8\u5206\u7FFB\u8A33\u306E\u305F\u3081\u306E\u5206\u5272\u6587\u5B57\u306E\u8A2D\u5B9A",inputStartingTriggerKeyDescription:"\u5165\u529B\u30DC\u30C3\u30AF\u30B9\u5168\u4F53\u3092\u7FFB\u8A33\u3059\u308B\u5FC5\u8981\u304C\u306A\u3044\u5834\u5408\u3001\u30B9\u30D7\u30EA\u30C3\u30BF\u30FC\u306F {startingKey}{startingKey} \u304B\u3089\u5165\u529B\u30DC\u30C3\u30AF\u30B9\u306E\u6700\u5F8C\u307E\u3067\u306E\u90E8\u5206\u3060\u3051\u3092\u7FFB\u8A33\u3059\u308B\u3053\u3068\u304C\u3067\u304D\u307E\u3059\u3002\u307E\u305F\u3001\u8A00\u8A9E\u30B3\u30FC\u30C9\u3092\u6307\u5B9A\u3059\u308B\u3053\u3068\u3082\u3067\u304D\u307E\u3059\u3002\u4F8B\u3048\u3070\u3001\uFF1A{startingKey}ja \u306F {startingKey}ja \u304B\u3089\u5165\u529B\u30DC\u30C3\u30AF\u30B9\u306E\u6700\u5F8C\u307E\u3067\u306E\u90E8\u5206\u3060\u3051\u3092\u7FFB\u8A33\u3059\u308B\u3053\u3068\u3092\u610F\u5473\u3057\u307E\u3059\u3002",inputStartingTriggerKeyDescriptionForNoneKey:"\u73FE\u5728\u306E\u63A5\u982D\u8F9E\u306A\u3057\u306E\u8A2D\u5B9A\u306F\u4E0D\u8981\u3067\u3042\u308A\u3001\u5165\u529B\u30DC\u30C3\u30AF\u30B9\u306E\u4E00\u90E8\u306E\u30C6\u30AD\u30B9\u30C8\u306E\u7FFB\u8A33\u6A5F\u80FD\u306F\u73FE\u6642\u70B9\u3067\u306F\u5229\u7528\u3067\u304D\u306A\u3044\u3002",inputTrailingTriggerKeyTitle:"\u5165\u529B\u7D42\u4E86\u30C8\u30EA\u30AC\u30FC\u6587\u5B57\u3092\u9078\u629E\u3059\u308B",inputTrailingTriggerKeyDescription:"3 quick hits{trailingKey} \u7FFB\u8A33\u3092\u958B\u59CB\u3057\u307E\u3059\uFF01",inputTrailingTriggerKeyTimeout:"\u6226\u95D8\u7D42\u4E86\u30C8\u30EA\u30AC\u30FC\u307E\u3067\u306E\u6642\u9593\u3092\u5165\u529B\u3059\u308B\u3002",inputTrailingTriggerKeyTimeoutDescription:"\u5165\u529B\u7D42\u4E86\u30B3\u30F3\u30DC\u306E\u30C8\u30EA\u30AC\u30FC\u307E\u3067\u306E\u6642\u9593\uFF08\u30DF\u30EA\u79D2\uFF09\u3092\u8A2D\u5B9A\u3059\u308B\u3002",spaceKey:"<\u7A7A\u683C\u952E>",noneKey:"\u63A5\u982D\u8F9E\u306A\u3057\u306E\u30C6\u30AD\u30B9\u30C8\u30DC\u30C3\u30AF\u30B9\u5168\u4F53\u306E\u76F4\u63A5\u7FFB\u8A33",inputTranslationBlockUrlsTitle:"\u4EE5\u4E0B\u306EURL\u3067\u306F\u3001\u5165\u529B\u30DC\u30C3\u30AF\u30B9\u306E\u62E1\u5F35\u6A5F\u80FD\u3092\u6709\u52B9\u306B\u3057\u306A\u3044\u3067\u304F\u3060\u3055\u3044\u3002",inputTranslationBlockUrlsDescription:"\u5165\u529B\u30DC\u30C3\u30AF\u30B9\u306E\u6A5F\u80FD\u62E1\u5F35\u306F\u3001\u4EE5\u4E0B\u306EURL\u3067\u306F\u6A5F\u80FD\u3057\u307E\u305B\u3093\u3002",clickToSeeQuickDemo:"\u30AF\u30EA\u30C3\u30AF\u3057\u306630\u79D2\u306E\u30C1\u30E5\u30FC\u30C8\u30EA\u30A2\u30EB\u30D3\u30C7\u30AA\u3092\u62E1\u5927",inputHelperInfo:"\u8AAC\u660E\uFF1A\u4E2D\u56FD\u8A9E\u306E\u5165\u529B\u30E1\u30BD\u30C3\u30C9\u3067\u306F\u3001\u3044\u304F\u3064\u304B\u306E\u30C8\u30EA\u30AC\u30FC\u6587\u5B57\u304C\u4E2D\u56FD\u8A9E\u306E\u53E5\u8AAD\u70B9\u306B\u5909\u308F\u308B\u3068\u3044\u3046\u4E8B\u5B9F\u306B\u6700\u9069\u5316\u3057\u307E\u3057\u305F\u3002\u4F8B\u3048\u3070\u3001/ \u306F Sogou \u5165\u529B\u30E1\u30BD\u30C3\u30C9\u3067\u306F\u3001\u30C0\u30F3\u8A18\u53F7\u306B\u5909\u308F\u308A\u307E\u3059\u3002

\u307E\u305F\u3001\u8A00\u8A9E<1>\u30B3\u30FC\u30C9\u306E\u4E2D\u56FD\u8A9E\u30A8\u30A4\u30EA\u30A2\u30B9\u3082\u30B3\u30DE\u30F3\u30C9\u3068\u3057\u3066\u30B5\u30DD\u30FC\u30C8\u3057\u3066\u304A\u308A\u3001\u4F8B\u3048\u3070 /Japanese Hello World \u306F\u65E5\u672C\u8A9E\u306B\u7FFB\u8A33\u3055\u308C\u307E\u3059\u3002",reloadCurrentPage:"\u7FFB\u8A33\u3092\u958B\u59CB\u3059\u308B\u524D\u306B\u3001\u73FE\u5728\u306E\u30DA\u30FC\u30B8\u3092\u66F4\u65B0\u3057\u3066\u304F\u3060\u3055\u3044\u3002",noLocalFilePermissionForPDF:"\u30ED\u30FC\u30AB\u30EB\u30D5\u30A1\u30A4\u30EB\u3092\u8AAD\u307F\u8FBC\u3080\u6A29\u9650\u304C\u3042\u308A\u307E\u305B\u3093\u3002\u4E0A\u306E\u30DC\u30BF\u30F3\u3092\u30AF\u30EA\u30C3\u30AF\u3057\u3066\u3001\u30ED\u30FC\u30AB\u30EB\u30D5\u30A1\u30A4\u30EB\u3092\u30A4\u30F3\u30DD\u30FC\u30C8\u3057\u3066\u304F\u3060\u3055\u3044\u3002",noPermissionForThisPage:"\u26A0\uFE0F \u73FE\u5728\u306E\u30DA\u30FC\u30B8\u3092\u7FFB\u8A33\u3059\u308B\u6A29\u9650\u304C\u306A\u3044",retryAllParagraphs:"\u3059\u3079\u3066\u306E\u30A8\u30E9\u30FC\u30D1\u30C3\u30BB\u30FC\u30B8\u3092\u518D\u8A66\u884C\u3059\u308B",retryAllButton:"\u3059\u3079\u3066\u306E\u30A8\u30E9\u30FC\u30D1\u30C3\u30BB\u30FC\u30B8\u3092\u518D\u8A66\u884C\u3059\u308B",errorTooltipTitle:"\u30AF\u30EA\u30C3\u30AF\u3057\u3066\u30A8\u30E9\u30FC\u306E\u539F\u56E0\u3092\u898B\u308B",errorModalTitle:"\u7FFB\u8A33\u30B5\u30FC\u30D3\u30B9\u304B\u30CD\u30C3\u30C8\u30EF\u30FC\u30AF\u306B\u4F55\u304B\u554F\u984C\u304C\u3042\u308B\u3088\u3046\u3060...\u3002",disableConfirm:"\u30D0\u30A4\u30EA\u30F3\u30AC\u30EB\u60C5\u5831\u5F37\u5316\u8A2D\u5B9A",disableOnce:"\u3053\u306E\u969C\u5BB3",disableGlobal:"\u6C38\u4E45\u306B\u7121\u52B9\u306B\u3059\u308B",disableTint:"* {option}\u3002",searchEnhancementNotes:"\u4E2D\u56FD\u8A9E\u30AD\u30FC\u30EF\u30FC\u30C9\u3068\u82F1\u8A9E\u30AD\u30FC\u30EF\u30FC\u30C9\u3067\u306F\u3001\u30CB\u30E5\u30FC\u30B9\u306E\u691C\u7D22\u7D50\u679C\u304C\u5927\u304D\u304F\u7570\u306A\u308B\u3053\u3068\u304C\u308F\u304B\u308A\u307E\u3057\u305F\u3002 \u30A4\u30DE\u30FC\u30B7\u30D6\u7FFB\u8A33\u30D0\u30A4\u30EA\u30F3\u30AC\u30EB\u60C5\u5831\u5F37\u5316\u6A5F\u80FD\u3092\u6709\u52B9\u306B\u3059\u308B\u3068\u3001\u5BFE\u5FDC\u30B5\u30A4\u30C8\uFF08Google\u30CB\u30E5\u30FC\u30B9\u3001Google\u691C\u7D22\uFF08\u4E00\u90E8\u30AD\u30FC\u30EF\u30FC\u30C9\uFF09\u3001Snowball\u3001Oriental Wealth\u3001Futura\u3001Tiger\uFF09\u3067\u540C\u3058\u30AD\u30FC\u30EF\u30FC\u30C9\u3092\u82F1\u8A9E\u3067\u81EA\u52D5\u7684\u306B\u691C\u7D22\u3057\u3001\u53F3\u5074\u306B\u8868\u793A\u3057\u307E\u3059\u3002\u3053\u306E\u6A5F\u80FD\u304C\u4E0D\u8981\u306A\u5834\u5408\u306F\u3001\u7121\u52B9\u306B\u3059\u308B\u3053\u3068\u3082\u3067\u304D\u307E\u3059\u3002",option:"\u30BB\u30C3\u30C8\u30A2\u30C3\u30D7",saveSettings:"\u8A2D\u5B9A\u306E\u4FDD\u5B58",closeModal:"\u30A6\u30A3\u30F3\u30C9\u30A6\u3092\u9589\u3058\u308B",enableInputTranslationWithoutTriggerKeyTitle:"{trailingKey}\u3001\u5165\u529B\u30DC\u30C3\u30AF\u30B9\u5168\u4F53\u3092\u76F4\u63A5{inputTargetLanguage}\u3002",enableInputTranslationWithoutTriggerKeyDescription:"\u4F8B\u3048\u3070\u3001\uFF1Aja Hello World \u306E\u3088\u3046\u306B\u3002",mouseHoverShortcutPlaceholder:"\u4F8B\uFF1A\uFF1A\u30B7\u30D5\u30C8",deepLProName:"\u6CA1\u5165\u578B\u7FFB\u8A33\u30D7\u30ED\u30E1\u30F3\u30D0\u30FC\uFF08\u63A8\u5968\uFF09",deepLProDescription:"\u73FE\u5728\u306E\u30D1\u30C3\u30B1\u30FC\u30B8\u306F\u76F4\u63A5\u4F7F\u7528\u3067\u304D\u308B",deeplProDescriptionForNormal:"\u30BB\u30C3\u30C8\u30A2\u30C3\u30D7\u4E0D\u8981\u3001\u4F1A\u54E1\u306E\u65B9\u306F\u30ED\u30B0\u30A4\u30F3\u5F8C\u5229\u7528\u53EF\u80FD\u3001<1>\u4F1A\u54E1\u3078\u306E\u30A2\u30C3\u30D7\u30B0\u30EC\u30FC\u30C9\u306F\u3053\u3061\u3089",deepLCustomDescription:"\u6D77\u5916\u767A\u884C\u306E\u30AF\u30EC\u30B8\u30C3\u30C8\u30AB\u30FC\u30C9\u304C\u5FC5\u8981 <1>\u3002",deepLCustomName:"\u30AB\u30B9\u30BF\u30E0\u8A8D\u8A3C\u30AD\u30FC",chooseProviderLabel:"\u30B5\u30FC\u30D3\u30B9\u30FB\u30D7\u30ED\u30D0\u30A4\u30C0\u30FC\u306E\u9078\u629E",openaiProName:"\u6CA1\u5165\u578B\u7FFB\u8A33\u30D7\u30ED\u30E1\u30F3\u30D0\u30FC\uFF08\u63A8\u5968\uFF09",openaiProDescription:"\u73FE\u5728\u306E\u30D1\u30C3\u30B1\u30FC\u30B8\u306F\u76F4\u63A5\u4F7F\u7528\u3067\u304D\u308B",openaiProDescriptionForNormal:"\u30BB\u30C3\u30C8\u30A2\u30C3\u30D7\u4E0D\u8981\u3001\u4F1A\u54E1\u306E\u65B9\u306F\u30ED\u30B0\u30A4\u30F3\u5F8C\u5229\u7528\u53EF\u80FD\u3001<1>\u4F1A\u54E1\u3078\u306E\u30A2\u30C3\u30D7\u30B0\u30EC\u30FC\u30C9\u306F\u3053\u3061\u3089",openaiCustomDescription:"OpenAI\u3001Azure OpenAI\u3001\u307E\u305F\u306F\u305D\u306E\u4ED6\u306E\u30B5\u30FC\u30C9\u30D1\u30FC\u30C6\u30A3\u30B5\u30FC\u30D3\u30B9\u3067\u5229\u7528\u53EF\u80FD\u3067\u3059<1>\u3002",openaiCustomName:"\u30AB\u30B9\u30BF\u30E0API\u30AD\u30FC",needLoginAction:"(\u30AA\u30FC\u30D7\u30F3\u30FB\u30E1\u30F3\u30D0\u30FC\u307E\u305F\u306F\u30AB\u30B9\u30BF\u30DE\u30A4\u30BA\uFF09",goLoginOrAction:"(\u30E1\u30F3\u30D0\u30FC\u30B7\u30C3\u30D7\u3092\u958B\u304F\u304B\u3001\u8A2D\u5B9A\u306B\u9032\u3080)",yearly:"\u9023\u7D9A\u5E74\u6255\u3044\u3092\u3059\u308B",quarterly:"\u9806\u6B21\u5305\u88C5",monthly:"\u30DE\u30F3\u30B9\u30EA\u30FC\u30FB\u30B5\u30D6\u30B9\u30AF\u30EA\u30D7\u30B7\u30E7\u30F3",yearlyForOnce:"\u5E74\u9593\u30D1\u30C3\u30B1\u30FC\u30B8",monthlyForOnce:"\u67081\u56DE\u30D1\u30C3\u30B1\u30FC\u30B8",daily:"\u9023\u7D9A\u30D1\u30B1\u30C3\u30C8\u65E5",year:"\u9023\u7D9A\u5E74\u6255\u3044\u3092\u3059\u308B",quarter:"\u9806\u6B21\u5305\u88C5",month:"\u30DE\u30F3\u30B9\u30EA\u30FC\u30FB\u30B5\u30D6\u30B9\u30AF\u30EA\u30D7\u30B7\u30E7\u30F3",day:"\u9023\u7D9A\u30D1\u30B1\u30C3\u30C8\u65E5",onetime_7day:"7\u65E5\u9593\u4F53\u9A13\u30D1\u30C3\u30AF",currentPlanDescriptionForFree:"\u73FE\u5728\u306E\u30D1\u30C3\u30B1\u30FC\u30B8\uFF1A\u7121\u6599",currentPlanDescriptionForContinuous:"\u73FE\u5728\u306E\u30D1\u30C3\u30B1\u30FC\u30B8\uFF1A{plan}\u306F {endAt} \u306B\u81EA\u52D5\u66F4\u65B0\u3055\u308C\u307E\u3059\u3002",currentPlanDescriptionForAutoRenewCaceling:"\u73FE\u5728\u306E\u30D1\u30C3\u30B1\u30FC\u30B8\uFF1A{plan}\u306E\u6709\u52B9\u671F\u9650\u306F {endAt} \u3068\u306A\u308A\u3001\u6709\u52B9\u671F\u9650\u5207\u308C\u306B\u3088\u308B\u81EA\u52D5\u66F4\u65B0\u306F\u884C\u308F\u308C\u307E\u305B\u3093\u3002",currentYearlyPlanDescriptionForAutoRenewCacelingWithRealPaiedUser:"\u73FE\u5728\u306E\u30D1\u30C3\u30B1\u30FC\u30B8\u3001\uFF1A{plan}\u306F\u3001 {endAt} \u306B\u671F\u9650\u5207\u308C\u3068\u306A\u308A\u3001\u671F\u9650\u5207\u308C\u306B\u3088\u308B\u81EA\u52D5\u66F4\u65B0\u306F\u884C\u308F\u308C\u307E\u305B\u3093\u3002
<1>\u66F4\u65B0\u30D7\u30E9\u30F3\u306E\u7BA1\u7406\u306F\u3053\u3061\u3089",currentYearlyPlanDescriptionForAutoRenewCacelingWithAdmin:"\u73FE\u5728\u306E\u30D1\u30C3\u30B1\u30FC\u30B8\u3001\uFF1A{plan}\u306F\u3001 {endAt} \u306B\u671F\u9650\u5207\u308C\u3068\u306A\u308A\u3001\u671F\u9650\u5207\u308C\u306B\u3088\u308B\u81EA\u52D5\u66F4\u65B0\u306F\u884C\u308F\u308C\u307E\u305B\u3093\u3002
<1>\u7D99\u7D9A\u7684\u306A\u5E74\u9593\u8CFC\u8AAD\u3092\u6709\u52B9\u306B\u3059\u308B\u306B\u306F\u3001\u3053\u3053\u3092\u30AF\u30EA\u30C3\u30AF\u3057\u3066\u304F\u3060\u3055\u3044\u3002",currentPlanDescriptionForOneTime:"\u73FE\u5728\u306E\u8CFC\u8AAD\uFF1A{plan}\u306F {endAt} \u3067\u671F\u9650\u5207\u308C\u3068\u306A\u308A\u307E\u3059\u3002<1>\u5E74\u4F1A\u8CBB\u307E\u305F\u306F<2>\u6708\u4F1A\u8CBB<1>\u3078\u306E\u30A2\u30C3\u30D7\u30B0\u30EC\u30FC\u30C9\u306F\u3053\u3061\u3089\u3092\u30AF\u30EA\u30C3\u30AF\u3057\u3066\u304F\u3060\u3055\u3044\u3002",upgradePlan:"\u30D7\u30ED\u4F1A\u54E1\u3078\u306E\u30A2\u30C3\u30D7\u30B0\u30EC\u30FC\u30C9\u306F\u3053\u3061\u3089",upgradeToPro:"\u30D7\u30ED\u4F1A\u54E1\u3078\u306E\u30A2\u30C3\u30D7\u30B0\u30EC\u30FC\u30C9","popup.openPro":"DeepL\u3068OpenAI\u306E\u7FFB\u8A33\u3092\u304A\u697D\u3057\u307F\u3044\u305F\u3060\u304F\u306B\u306F\u3001Pro\u30E1\u30F3\u30D0\u30FC\u30B7\u30C3\u30D7\u306B\u30A2\u30C3\u30D7\u30B0\u30EC\u30FC\u30C9\u3057\u3066\u304F\u3060\u3055\u3044\uFF01","popup.openProForPro":"\u3042\u306A\u305F\u306F\u3001DeepL\u3068OpenAI\u306E\u7FFB\u8A33\u306B\u76F4\u63A5\u30A2\u30AF\u30BB\u30B9\u3067\u304D\u308B\u30D7\u30ED\u30E1\u30F3\u30D0\u30FC\u3067\u3059\uFF01",currentAccount:"\u5F53\u5EA7\u9810\u91D1",enableAutoSyncUserSettings:"\u8907\u6570\u306E\u30C7\u30D0\u30A4\u30B9\u9593\u3067\u81EA\u52D5\u30AF\u30E9\u30A6\u30C9\u540C\u671F\u304C\u53EF\u80FD",modalEnableInputTranslationTitle:"\u6CA1\u5165\u578B\u7FFB\u8A33\u5165\u529B\u30DC\u30C3\u30AF\u30B9 \u7FFB\u8A33\u30A2\u30E9\u30FC\u30C8",modalEnableInputTranslationDesc:"\u30B9\u30DA\u30FC\u30B9\u30D0\u30FC\u30923\u56DE\u9023\u6253\u3059\u308B\u3053\u3068\u3067\u3001Immersive Translation\u306E\u5165\u529B\u30DC\u30C3\u30AF\u30B9\u7FFB\u8A33\u304C\u958B\u59CB\u3055\u308C\u3001\u5165\u529B\u30DC\u30C3\u30AF\u30B9\u306E\u5185\u5BB9\u304C\u30C7\u30D5\u30A9\u30EB\u30C8\u306E\u30BF\u30FC\u30B2\u30C3\u30C8\u8A00\u8A9E\u306B\u7FFB\u8A33\u3055\u308C\u307E\u3059\u3002\u7FFB\u8A33\u306FCtrl+Z\u3067\u53D6\u308A\u6D88\u3059\u3053\u3068\u304C\u3067\u304D\u307E\u3059\u3002

\u3082\u3057\u3053\u308C\u304C\u9593\u9055\u3044\u3067\u3042\u3063\u305F\u3068\u3057\u3066\u3082\u3001\u4ECA\u56DE\u306F\u7121\u52B9\u306B\u3059\u308B\u304B\u3001\u6C38\u4E45\u306B\u5165\u529B\u30DC\u30C3\u30AF\u30B9\u306E\u7FFB\u8A33\u3092\u7121\u52B9\u306B\u3059\u308B\u304B\u3092\u9078\u629E\u3067\u304D\u307E\u3059\u306E\u3067\u3001\u3054\u5B89\u5FC3\u304F\u3060\u3055\u3044\u3002",saveAndNotShowAgain:"\u4FDD\u5B58\u3057\u3066\u30D7\u30ED\u30F3\u30D7\u30C8\u3092\u6B62\u3081\u308B",disableInputTranslationTips:"* {option} ,{learnMore}\u3067\u30C8\u30EA\u30AC\u30FC\u3059\u308B\u4ED6\u306E\u30B7\u30E7\u30FC\u30C8\u30AB\u30C3\u30C8\u3082\u8A2D\u5B9A\u3067\u304D\u308B\u3002",learnMore:"\u8A73\u7D30\u306F\u3053\u3061\u3089",continueEnalbeInputTranslation:"\u5F15\u304D\u7D9A\u304D\u5165\u529B\u30DC\u30C3\u30AF\u30B9\u306E\u7FFB\u8A33\u3092\u6709\u52B9\u306B\u3059\u308B",autoRenewTrialSuffix:'(\u30C8\u30E9\u30A4\u30A2\u30EB\u306E\u5834\u5408\u3001\u3059\u3050\u306B\u6B63\u4F1A\u54E1\u306B\u30A2\u30C3\u30D7\u30B0\u30EC\u30FC\u30C9)',upgradeFromTrialTitle:"\u6B63\u4F1A\u54E1\u3078\u306E\u30A2\u30C3\u30D7\u30B0\u30EC\u30FC\u30C9",subtitle:"\u30D3\u30C7\u30AA\u30AD\u30E3\u30D7\u30B7\u30E7\u30F3",youtubeService:"\u6620\u50CF\u5B57\u5E55\u7FFB\u8A33\u30B5\u30FC\u30D3\u30B9","subtitle.disabledSubtitle":"\u30D3\u30C7\u30AA\u5B57\u5E55\u6A5F\u80FD\u3092\u6C38\u4E45\u306B\u7121\u52B9\u306B\u3059\u308B","subtitle.disabledSubtitleDescription":"Immersive Translator\u306EVideo Subtitles\u304C\u4ED6\u306E\u62E1\u5F35\u6A5F\u80FD\u3068\u7AF6\u5408\u3059\u308B\u5834\u5408\u3001Immersive Translator\u306EVideo Subtitles\u306E\u6A5F\u80FD\u3092\u6C38\u4E45\u7684\u306B\u7121\u52B9\u306B\u3059\u308B\u304B\u3001\u7AF6\u5408\u3059\u308B\u4ED6\u306E\u62E1\u5F35\u6A5F\u80FD\u3092\u30A2\u30F3\u30A4\u30F3\u30B9\u30C8\u30FC\u30EB\u3059\u308B\u3053\u3068\u304C\u3067\u304D\u307E\u3059\u3002","subtitle.autoEnableSubtitle":"\u30D0\u30A4\u30EA\u30F3\u30AC\u30EB\u5B57\u5E55\u306E\u81EA\u52D5\u4F7F\u7528","subtitle.autoEnableSubtitleDescription":"\u6709\u52B9\u306B\u3057\u305F\u5F8C\u3001\u30D3\u30C7\u30AA\u304C\u518D\u751F\u3055\u308C\u308B\u3068\u304D\u306F\u3001\u81EA\u52D5\u7684\u306B\u4E8C\u304B\u56FD\u8A9E\u306E\u5B57\u5E55\u304C\u8868\u793A\u3055\u308C\u307E\u3059\u3002\u305D\u308C\u4EE5\u5916\u306E\u5834\u5408\u306F\u3001\u7FFB\u8A33\u30DC\u30BF\u30F3\u3092\u30AF\u30EA\u30C3\u30AF\u3059\u308B\u5FC5\u8981\u304C\u3042\u308A\u307E\u3059\u3002","subtitle.preTranslation":"\u6CA1\u5165\u578B\u7FFB\u8A33\u3067\u5B57\u5E55\u3092\u7FFB\u8A33","subtitle.preTranslationDescription":"\u6709\u52B9\u306E\u5834\u5408\u3001\u5B57\u5E55\u5168\u4F53\u304C\u4EE5\u4E0B\u306B\u6307\u5B9A\u3059\u308B\u7FFB\u8A33\u30B5\u30FC\u30D3\u30B9\u3092\u4F7F\u3063\u3066\u4E8B\u524D\u306B\u7FFB\u8A33\u3055\u308C\u30011\u6642\u9593\u306E\u52D5\u753B\u3067\u7D0450,000\u30C8\u30FC\u30AF\u30F3\uFF08\u6587\u5B57\u6570\uFF09\u3092\u6D88\u8CBB\u3057\u307E\u3059\u306E\u3067\u3001\u3054\u81EA\u8EAB\u306E\u5224\u65AD\u3067\u3054\u5229\u7528\u304F\u3060\u3055\u3044\u3002\u7121\u52B9\u306E\u5834\u5408\u3001\u30AA\u30EA\u30B8\u30CA\u30EB\u306E\u5B57\u5E55\u304C\u6700\u521D\u306B\u4F7F\u7528\u3055\u308C\u307E\u3059\u3002","subtitle.humanSubtitlesPreferred":"\u30D2\u30E5\u30FC\u30DE\u30F3\u30FB\u30AD\u30E3\u30D7\u30B7\u30E7\u30F3\u306E\u512A\u5148\u4F7F\u7528","subtitle.humanSubtitlesPreferredDescription":"\u30D3\u30C7\u30AA\u306B\u30BF\u30FC\u30B2\u30C3\u30C8\u8A00\u8A9E\u306E\u5B57\u5E55\u304C\u3042\u308B\u5834\u5408\u3001\u4EBA\u9593\u306E\u5B57\u5E55\u3092\u512A\u5148\u7684\u306B\u4F7F\u7528\u3059\u308B\uFF08\u63A8\u5968\uFF09",videoSubtitleTranslationDescription:"\u30D3\u30C7\u30AA\u5B57\u5E55\u7528\u306B\u5225\u306E\u7FFB\u8A33\u30B5\u30FC\u30D3\u30B9\u3092\u5272\u308A\u5F53\u3066\u308B",subtitleTranslating:"{service} \u3001\u5B57\u5E55\u3092\u7FFB\u8A33\u3057\u3066\u3044\u307E\u3059\u3002(\u30A4\u30DE\u30FC\u30B8\u30E7\u30F3\u7FFB\u8A33)",subtitleLoading:"\u5B57\u5E55\u3092\u8AAD\u307F\u8FBC\u3093\u3067\u3044\u307E\u3059...",bilingual:"\u30D0\u30A4\u30EA\u30F3\u30AC\u30EA\u30BA\u30E0","field.action":"\u767E\u5EA6\u7528\u8A9E\u3092\u6709\u52B9\u306B\u3059\u308B\u304B\u3069\u3046\u304B","description.action":"\u6709\u52B9\u5316\u3055\u308C\u308B\u3068\u3001\u30EA\u30AF\u30A8\u30B9\u30C8\u306Baction=1\u30D1\u30E9\u30E1\u30FC\u30BF\u304C\u8FFD\u52A0\u3055\u308C\u3001\u6709\u52B9\u5316\u3055\u308C\u305F\u7528\u8A9E\u3092Baidu\u306B\u901A\u77E5\u3059\u308B<1>\u3002",closeQuickTranslation:"\u30AF\u30ED\u30FC\u30BA\u30FB\u30DB\u30D0\u30FC\u30DC\u30FC\u30EB","closeQuickTranslation.untilNext":"\u4ECA\u56DE\u306F\u6B21\u56DE\u307E\u3067\u304A\u4F11\u307F","closeQuickTranslation.currentWebsite":"\u73FE\u5728\u306E\u30B5\u30A4\u30C8\u306F\u4F7F\u7528\u4E0D\u53EF","closeQuickTranslation.alwaysClose":"\u6C38\u4E45\u306B\u7121\u52B9\u306B\u3059\u308B","closeQuickTranslation.settingOpen":"<1>(\u8A2D\u5B9A\u30DA\u30FC\u30B8\u3067\u30AA\u30F3\u306B\u3067\u304D\u308B\uFF09","closeQuickTranslation.cancel":"\u30AD\u30E3\u30F3\u30BB\u30EB","closeQuickTranslation.confirm":"\u5B9A\u7FA9\u3059\u308B","floatBall.popup":"\u30AF\u30A4\u30C3\u30AF\u8A2D\u5B9A\u30D1\u30CD\u30EB\u3092\u958B\u304F","floatBall.translate":"\u30AF\u30EA\u30C3\u30AF\u3057\u3066\u30DA\u30FC\u30B8\u3092\u7FFB\u8A33\u3059\u308B","floatBall.showOriginal":"\u30AF\u30EA\u30C3\u30AF\u3057\u3066\u5143\u306E\u8A18\u4E8B\u306B\u623B\u308B","floatBall.close":"\u30AF\u30ED\u30FC\u30BA\u30FB\u30DB\u30D0\u30FC\u30DC\u30FC\u30EB","floatBallOptions.enableDescPc":"\u30DA\u30FC\u30B8\u306E\u30DB\u30D0\u30FC\u30DC\u30FC\u30EB\u3092\u6709\u52B9\u306B\u3059\u308B\u3068\u3001\u30DA\u30FC\u30B8\u306E\u53F3\u5074\u306B\u30AF\u30A4\u30C3\u30AF\u7FFB\u8A33\u30DC\u30BF\u30F3\u304C\u8868\u793A\u3055\u308C\u307E\u3059\uFF01","floatBallOptions.enableDesc":"\u30DB\u30D0\u30FC\u30DC\u30FC\u30EB\u3092\u30AA\u30D5\u306B\u3057\u305F\u5F8C\u3001{touch}\u3002\u3046\u3063\u304B\u308A\u3053\u306E\u30AA\u30D7\u30B7\u30E7\u30F3\u3092\u30AA\u30D5\u306B\u3057\u305F\u5F8C\u3001\u30DB\u30D0\u30FC\u30DC\u30FC\u30EB\u304C\u898B\u3064\u304B\u3089\u306A\u3044\u5834\u5408\u306B\u5099\u3048\u3066\u3001\u3053\u306E\u8A2D\u5B9A\u30DA\u30FC\u30B8\u3092\u30D6\u30C3\u30AF\u30DE\u30FC\u30AF\u3057\u3066\u304A\u304F\u3053\u3068\u3092\u5F37\u304F\u304A\u52E7\u3081\u3057\u307E\u3059\uFF01","description.azureApiUrl":"\u30AB\u30B9\u30BF\u30E0API\u30A4\u30F3\u30BF\u30FC\u30D5\u30A7\u30FC\u30B9\u306E\u30A2\u30C9\u30EC\u30B9\u3092\u8A18\u5165\u3059\u308B\u3002",confirmSupportMouse:"\u30DE\u30A6\u30B9\u30B5\u30DD\u30FC\u30C8\u3092\u5F37\u5236\u7684\u306B\u6709\u52B9\u306B\u3059\u308B",confirmSupportMouseDescription:"\u73FE\u5728\u306E\u30D6\u30E9\u30A6\u30B6\u304C\u30DE\u30A6\u30B9\u6A5F\u80FD\u3092\u30B5\u30DD\u30FC\u30C8\u3057\u3066\u3044\u306A\u3044\u3053\u3068\u3092\u691C\u51FA\u3057\u307E\u3057\u305F\u3002",sampleTargetText:"\u9577\u3044\u591C\u304C\u8A2A\u308C\u3001\u79C1\u306F\u3053\u306E\u65E5\u304B\u3089\u6B7B\u306C\u307E\u3067\u898B\u5F35\u308A\u7D9A\u3051\u308B\u3002\u79C1\u306F\u59BB\u3092\u5A36\u3089\u305A\u3001\u9818\u5730\u3092\u4F5C\u3089\u305A\u3001\u5B50\u3092\u3082\u3046\u3051\u306A\u3044\u3002\u79C1\u306F\u738B\u51A0\u3092\u304B\u3076\u3089\u305A\u3001\u540D\u8A89\u306E\u305F\u3081\u306B\u52AA\u529B\u3057\u306A\u3044\u3002\u79C1\u306F\u81EA\u5206\u306E\u7FA9\u52D9\u3092\u679C\u305F\u3057\u3001\u751F\u304D\u3066\u6B7B\u306C\u3002",sampleSourceText:"Night gathers, and now my watch begins. It shall not end until my death. I shall take no wife, hold no lands, father no children. I shall wear no crowns and win no glory. I shall live and die at my post.","subtitle.supportedSites":"\u5DF2\u652F\u6301\u5728\u8FD9\u4E9B\u7F51\u7AD9\u4F7F\u7528\u53CC\u8BED\u5B57\u5E55\uFF08\u6CE8\u610F\uFF1A\u7531\u4E8E\u6280\u672F\u9650\u5236\uFF0C\u90E8\u5206\u7F51\u7AD9\u5728\u9996\u6B21\u5F00\u542F\u5B57\u5E55\u540E\u9700\u8981\u91CD\u65B0\u5237\u65B0\u9875\u9762\uFF0C\u6216\u8005\u9700\u7B49\u5F85\u7FFB\u8BD1\u5B8C\u6210\u4EE5\u663E\u793A\u53CC\u8BED\u5B57\u5E55\uFF09\uFF1A",viewWithImmersiveTranslate:"\u53CC\u8BED\u7248\u672C(\u6C89\u6D78\u5F0F\u7FFB\u8BD1)",errorReason:"\u9519\u8BEF\u539F\u56E0\uFF1A{message}","proQuotaExceededError.onetime7day":'\uFF0C\u60A8\u53EF\u4EE5\u9009\u62E9\u4EE5\u4E0B\u65B9\u5F0F\u89E3\u51B3\uFF1A

1. \u5207\u6362\u5230 {anotherService} \u6216\u5176\u4ED6\u7FFB\u8BD1\u670D\u52A1
2. \u5347\u7EA7\u4E3A\u6708\u5EA6/\u5E74\u5EA6\u4F1A\u5458',"proQuotaExceededError.trial":'\uFF0C\u60A8\u53EF\u4EE5\u9009\u62E9\u4EE5\u4E0B\u65B9\u5F0F\u89E3\u51B3\uFF1A

1. \u5207\u6362\u5230 {anotherService} \u6216\u5176\u4ED6\u7FFB\u8BD1\u670D\u52A1
2. \u7ACB\u523B\u5347\u7EA7\u4E3A\u6B63\u5F0F\u4F1A\u5458',"proQuotaExceededError.nonTrial":'\uFF0C\u60A8\u53EF\u4EE5\u9009\u62E9\u4EE5\u4E0B\u65B9\u5F0F\u89E3\u51B3\uFF1A

1. \u5207\u6362\u5230 {anotherService} \u6216\u5176\u4ED6\u7FFB\u8BD1\u670D\u52A1
2. \u8D2D\u4E70 {translationService} \u989D\u5916\u6D41\u91CF\u5305',"proQuotaExceededError.resetTime":"
3. \u989D\u5EA6\u91CD\u7F6E\u65F6\u95F4\uFF1A{resetTime}","desc.touchShortcutsToggleTranslatePageOnlyTranslation":"\u300C\u8A33\u6587\u306E\u307F\u300D\u306F\u3001\u8A33\u6587\u306E\u307F\u3092\u8868\u793A\u3059\u308B\u3053\u3068\u3092\u610F\u5473\u3057\u3001\u30DA\u30FC\u30B8\u304C\u307E\u3060\u7FFB\u8A33\u3055\u308C\u3066\u3044\u306A\u3044\u5834\u5408\u306F\u3001\u30E2\u30FC\u30C9\u3092\u5207\u308A\u66FF\u3048\u3066\u7FFB\u8A33\u3057\u307E\u3059\u3002","desc.toggleOnlyTransation":"\u300C\u8A33\u6587\u306E\u307F\u30E2\u30FC\u30C9\u300D\u3068\u306F\u3001\u8A33\u6587\u306E\u307F\u3092\u8868\u793A\u3059\u308B\u3053\u3068\u3092\u6307\u3057\u3001\u30DA\u30FC\u30B8\u304C\u307E\u3060\u7FFB\u8A33\u3055\u308C\u3066\u3044\u306A\u3044\u5834\u5408\u306F\u3001\u30E2\u30FC\u30C9\u3092\u5207\u308A\u66FF\u3048\u3066\u7FFB\u8A33\u3057\u307E\u3059\u3002",touchShortcutsToggleTranslatePageOnlyTranslation:"\u30BF\u30C3\u30C1\u30B9\u30AF\u30EA\u30FC\u30F3\u30B8\u30A7\u30B9\u30C1\u30E3\u30FC\u3092\u8A2D\u5B9A\u3057\u3066\u3001\u30D0\u30A4\u30EA\u30F3\u30AC\u30EB/\u7FFB\u8A33\u30C6\u30AD\u30B9\u30C8\u306E\u307F\u306E\u30E2\u30FC\u30C9\u3092\u5207\u308A\u66FF\u3048\u307E\u3059",download_started:"\u30C0\u30A6\u30F3\u30ED\u30FC\u30C9\u304C\u958B\u59CB\u3055\u308C\u307E\u3057\u305F\u3002\u81EA\u52D5\u7684\u306B\u30C0\u30A6\u30F3\u30ED\u30FC\u30C9\u3055\u308C\u306A\u3044\u5834\u5408\u306F\u3001\u624B\u52D5\u3067\u30AF\u30EA\u30C3\u30AF\u3057\u3066\u304F\u3060\u3055\u3044\u3002",here:"\u3053\u3053","desc.toggleVideoSubtitlePreTranslation":"\u62BC\u3059\u3068\u3001\u30D3\u30C7\u30AA\u306E\u4E8C\u8A00\u8A9E\u5B57\u5E55\u306F\u3001\u307E\u305A\u6CA1\u5165\u578B\u7FFB\u8A33\u306E\u8A2D\u5B9A\u3092\u512A\u5148\u7684\u306B\u4F7F\u7528\u3057\u307E\u3059\u3002\u518D\u5EA6\u62BC\u3059\u3068\u3001\u5143\u306E\u30D3\u30C7\u30AA\u306B\u7D44\u307F\u8FBC\u307E\u308C\u305F\u6A5F\u68B0\u7FFB\u8A33\u5B57\u5E55\u3092\u512A\u5148\u7684\u306B\u4F7F\u7528\u3057\u307E\u3059\u3002\u6CE8\u610F\uFF1A\u3053\u306E\u30B7\u30E7\u30FC\u30C8\u30AB\u30C3\u30C8\u3067\u5909\u66F4\u3055\u308C\u308B\u306E\u306F\u5168\u4F53\u306E\u8A2D\u5B9A\u3067\u3059\u3002",videoSubtitlePreTranslationOn:"\u30D3\u30C7\u30AA\u306E\u5B57\u5E55\u306F\u3001\u512A\u5148\u7684\u306B\u6CA1\u5165\u578B\u306E\u7FFB\u8A33\u3092\u4F7F\u7528\u3057\u307E\u3059",videoSubtitlePreTranslationOff:"\u30D3\u30C7\u30AA\u306E\u5B57\u5E55\u306F\u3001\u5143\u306E\u30D3\u30C7\u30AA\u306B\u4ED8\u5C5E\u306E\u6A5F\u68B0\u7FFB\u8A33\u5B57\u5E55\u3092\u512A\u5148\u7684\u306B\u4F7F\u7528\u3057\u307E\u3059\u3002",translationFont:"\u30D5\u30A9\u30F3\u30C8\u3092\u8A2D\u5B9A\u3059\u308B","translationFont.custom":"\u30AB\u30B9\u30BF\u30E0\u30D5\u30A9\u30F3\u30C8\u3092\u5165\u529B\u3057\u3066\u304F\u3060\u3055\u3044","translationFont.customPlaceholder":"\u30D5\u30A9\u30F3\u30C8","translationFont.notSupportErrorMessage":"\u3042\u306A\u305F\u304C\u5165\u529B\u3057\u305F\u30D5\u30A9\u30F3\u30C8\u540D\u304C\u6B63\u3057\u3044\u304B\u78BA\u8A8D\u3059\u308B\u304B\u3001\u305D\u306E\u30D5\u30A9\u30F3\u30C8\u304C\u3042\u306A\u305F\u306E\u30C7\u30D0\u30A4\u30B9\u306B\u30A4\u30F3\u30B9\u30C8\u30FC\u30EB\u3055\u308C\u3066\u3044\u308B\u3053\u3068\u3092\u78BA\u8A8D\u3057\u3066\u304F\u3060\u3055\u3044\u3002","touch.mouse-translate":"\u6307\u5B9A\u3055\u308C\u305F\u6BB5\u843D\u3092\u7FFB\u8A33\u3057\u3066\u304F\u3060\u3055\u3044","translationServices.inherit":"\u4E3B\u306A\u7FFB\u8A33\u30B5\u30FC\u30D3\u30B9\u306B\u5F93\u3063\u3066\u304F\u3060\u3055\u3044\u3002","error.serveConfigError":"\u30B5\u30FC\u30D3\u30B9\u8A2D\u5B9A\u30A8\u30E9\u30FC","error.reloadPageOfSetting":"\u8A2D\u5B9A\u5F8C\u3001\u30DA\u30FC\u30B8\u3092\u30EA\u30D5\u30EC\u30C3\u30B7\u30E5\u3057\u3066\u518D\u5EA6\u7FFB\u8A33\u3057\u3066\u304F\u3060\u3055\u3044\u3002","error.googleLimitIp":"\u30B5\u30FC\u30D3\u30B9\u304C\u30A8\u30E9\u30FC\u3092\u8FD4\u3057\u307E\u3057\u305F\u3002Google\u30B5\u30FC\u30D3\u30B9\u306F\u3053\u306EIP\u30A2\u30C9\u30EC\u30B9\u306B\u5BFE\u3057\u3066\u6D41\u91CF\u5236\u9650\u3092\u884C\u3063\u3066\u3044\u307E\u3059\u3002\u30CD\u30C3\u30C8\u30EF\u30FC\u30AF\u30CE\u30FC\u30C9\u306E\u5909\u66F4\u3092\u304A\u52E7\u3081\u3057\u307E\u3059\u3002","error.openAIFreeLimit":"\u30B5\u30FC\u30D3\u30B9\u304C\u30A8\u30E9\u30FC\u3092\u8FD4\u3057\u307E\u3057\u305F\u3002\u73FE\u5728\u306E\u7FFB\u8A33\u30EA\u30AF\u30A8\u30B9\u30C8\u306E\u983B\u5EA6\u306F\u30011\u5206\u3042\u305F\u308A\u6700\u59273\u56DE\u306E\u4E0A\u9650\u306B\u9054\u3057\u3066\u3044\u307E\u3059\u3002\u5F8C\u307B\u3069\u518D\u5EA6\u304A\u8A66\u3057\u304F\u3060\u3055\u3044\u3002\uFF08\u3053\u308C\u306FOpenAI\u516C\u5F0F\u304C\u7121\u6599\u306EAPI Key\u306B\u5BFE\u3059\u308B\u5236\u9650\u3067\u3001\u3053\u306E\u5236\u9650\u3092\u89E3\u9664\u3059\u308B\u306B\u306F\u3001OpenAI\u306E\u30D0\u30C3\u30AF\u30A8\u30F3\u30C9\u3067\u30AF\u30EC\u30B8\u30C3\u30C8\u30AB\u30FC\u30C9\u3092\u767B\u9332\u3057\u3066\u304F\u3060\u3055\u3044\u3002\uFF09","error.openAIExceededQuota":"\u30B5\u30FC\u30D3\u30B9\u30A8\u30E9\u30FC\u304C\u8FD4\u3055\u308C\u307E\u3057\u305F\uFF1A\u73FE\u5728\u306EOpenAI\u30A2\u30AB\u30A6\u30F3\u30C8\u306E\u6B8B\u9AD8\u304C\u4E0D\u8DB3\u3057\u3066\u3044\u307E\u3059\u3002OpenAI\u306E\u516C\u5F0F\u30D0\u30C3\u30AF\u30A8\u30F3\u30C9\u3067\u30C1\u30E3\u30FC\u30B8\u3059\u308B\u304B\u3001\u30AF\u30EC\u30B8\u30C3\u30C8\u30AB\u30FC\u30C9\u3092\u767B\u9332\u3057\u3066\u304F\u3060\u3055\u3044\u3002","error.429":"\u30B5\u30FC\u30D3\u30B9\u304C\u30A8\u30E9\u30FC\u3092\u8FD4\u3057\u307E\u3057\u305F\u3002\u3053\u308C\u306F\u3001\u30EA\u30AF\u30A8\u30B9\u30C8\u304C\u983B\u7E41\u3059\u304E\u308B\u304B\u3001\u5236\u9650\u3092\u8D85\u3048\u3066\u3044\u308B\u3053\u3068\u3092\u793A\u3057\u3066\u3044\u307E\u3059\u3002\u5F8C\u3067\u3082\u3046\u4E00\u5EA6\u304A\u8A66\u3057\u304F\u3060\u3055\u3044\u3002","error.403":"\u30B5\u30FC\u30D3\u30B9\u304C\u30A8\u30E9\u30FC\u3092\u8FD4\u3057\u307E\u3057\u305F\u3001\u73FE\u5728\u305D\u306E\u30B5\u30FC\u30D3\u30B9\u306B\u30A2\u30AF\u30BB\u30B9\u3059\u308B\u6A29\u9650\u304C\u3042\u308A\u307E\u305B\u3093\u3002","error.400":"\u30B5\u30FC\u30D3\u30B9\u304C\u30A8\u30E9\u30FC\u3092\u8FD4\u3057\u307E\u3057\u305F\u3001\u30EA\u30AF\u30A8\u30B9\u30C8\u30D1\u30E9\u30E1\u30FC\u30BF\u304C\u9593\u9055\u3063\u3066\u3044\u307E\u3059\u3001\u5BFE\u5FDC\u3059\u308B\u8A2D\u5B9A\u3092\u78BA\u8A8D\u3057\u3066\u304F\u3060\u3055\u3044\u3002","error.502":"\u30B5\u30FC\u30D3\u30B9\u304C\u30A8\u30E9\u30FC\u3092\u8FD4\u3057\u307E\u3057\u305F\u3001\u30B5\u30FC\u30D3\u30B9\u304C\u30BF\u30A4\u30E0\u30A2\u30A6\u30C8\u3057\u307E\u3057\u305F\u3001\u5F8C\u3067\u3082\u3046\u4E00\u5EA6\u304A\u8A66\u3057\u304F\u3060\u3055\u3044\u3002","error.proTokenInvalid":"\u3082\u3057\u3042\u306A\u305F\u304CPro\u30E6\u30FC\u30B6\u30FC\u3067\u3042\u308C\u3070\u3001\u30ED\u30B0\u30A4\u30F3\u5F8C\u306BPro\u7FFB\u8A33\u30B5\u30FC\u30D3\u30B9\u3092\u3054\u5229\u7528\u304F\u3060\u3055\u3044\u3002","error.proUpgrade":"\u30A2\u30C3\u30D7\u30B0\u30EC\u30FC\u30C9\u5F8C\u3001\u30DA\u30FC\u30B8\u3092\u66F4\u65B0\u3057\u3066\u518D\u5EA6\u7FFB\u8A33\u3057\u3066\u304F\u3060\u3055\u3044\u3002","error.configError":"\u8A2D\u5B9A\u30C7\u30FC\u30BF\u304C\u7570\u5E38\u3067\u3059","error.goReset":"\u30EA\u30BB\u30C3\u30C8\u306B\u884C\u304F",batchEdit:"\u4E00\u62EC\u64CD\u4F5C","translationModeLang.translation.title":"\u7FFB\u8A33\u306E\u307F\u30E2\u30FC\u30C9\u306E\u8A00\u8A9E","translationModeLang.translation.description":"\u30DA\u30FC\u30B8\u306E\u8A00\u8A9E\u304C\u4EE5\u4E0B\u306E\u8A00\u8A9E\u306E\u5834\u5408\u3001\u81EA\u52D5\u7684\u306B\u7FFB\u8A33\u6587\u306E\u307F\u306E\u30E2\u30FC\u30C9\u3092\u4F7F\u7528\u3057\u307E\u3059\u3002","translationModeUrl.translation.title":"\u7FFB\u8A33\u306E\u307F\u30E2\u30FC\u30C9\u306E\u30A6\u30A7\u30D6\u30B5\u30A4\u30C8","translationModeUrl.translation.description":"\u4EE5\u4E0B\u306E\u30C9\u30E1\u30A4\u30F3\u306E\u30A6\u30A7\u30D6\u30B5\u30A4\u30C8\u3067\u306F\u3001\u81EA\u52D5\u7684\u306B\u7FFB\u8A33\u30C6\u30AD\u30B9\u30C8\u306E\u307F\u306E\u30E2\u30FC\u30C9\u304C\u4F7F\u7528\u3055\u308C\u307E\u3059\u3002","error.serveUnavailable":"\u3042\u306A\u305F\u304C\u73FE\u5728\u4F7F\u7528\u3057\u3066\u3044\u308B[{serverName}]\u30B5\u30FC\u30D3\u30B9\u306F\u3001\u30CD\u30C3\u30C8\u30EF\u30FC\u30AF\u63A5\u7D9A\u3084\u30B5\u30FC\u30D3\u30B9\u30D7\u30ED\u30D0\u30A4\u30C0\u306E\u554F\u984C\u306B\u3088\u308A\u4E00\u6642\u7684\u306B\u30A2\u30AF\u30BB\u30B9\u3067\u304D\u307E\u305B\u3093\u3002\u30DA\u30FC\u30B8\u3092\u30EA\u30D5\u30EC\u30C3\u30B7\u30E5\u3059\u308B\u304B\u3001<1>\u8A2D\u5B9A\u304B\u3089\u4ED6\u306E\u7FFB\u8A33\u30B5\u30FC\u30D3\u30B9\u306B\u5207\u308A\u66FF\u3048\u308B\u3053\u3068\u3092\u304A\u52E7\u3081\u3057\u307E\u3059\u3002\u3082\u3057<2>Pro\u4F1A\u54E1\u3067\u3042\u308C\u3070\u3001\u3088\u308A\u5B89\u5B9A\u3057\u305FDeepL\u307E\u305F\u306FOpenAI\u306E\u7FFB\u8A33\u30B5\u30FC\u30D3\u30B9\u3092\u9078\u629E\u3059\u308B\u3053\u3068\u304C\u3067\u304D\u307E\u3059\uFF08<3>\u3053\u3053\u3092\u30AF\u30EA\u30C3\u30AF\u3057\u3066\u7121\u6599\u4F53\u9A13\uFF09\u3002\u307E\u305F\u3001\u30CD\u30C3\u30C8\u30EF\u30FC\u30AF\u3084\u30D7\u30ED\u30AD\u30B7\u8A2D\u5B9A\u3092\u78BA\u8A8D\u3059\u308B\u5FC5\u8981\u304C\u3042\u308B\u304B\u3082\u3057\u308C\u307E\u305B\u3093\u3002",detectServiceLoading:"\u5229\u7528\u53EF\u80FD\u306A\u7FFB\u8A33\u30B5\u30FC\u30D3\u30B9\u3092\u691C\u51FA\u4E2D...",toggleToService:"{service}\u306B\u5207\u308A\u66FF\u3048\u3066\u518D\u8A66\u884C\u3057\u3066\u304F\u3060\u3055\u3044\u3002","error.gemini.429":"\u73FE\u5728\u306EGemini\u30B5\u30FC\u30D3\u30B9\u306E\u73FE\u5728\u306E\u8CA0\u8377\u80FD\u529B\u304C\u4E0A\u9650\u306B\u9054\u3057\u3066\u3044\u307E\u3059\u306E\u3067\u3001\u5F8C\u307B\u3069\u518D\u5EA6\u304A\u8A66\u3057\u3044\u305F\u3060\u304F\u304B\u3001\u4ED6\u306E\u7FFB\u8A33\u30B5\u30FC\u30D3\u30B9\u306B\u5207\u308A\u66FF\u3048\u3066\u304F\u3060\u3055\u3044\u3002",enableSentryReport:"\u62E1\u5F35\u304C\u30A8\u30E9\u30FC\u3092\u8D77\u3053\u3057\u305F\u3068\u304D\u3001Sentry\u3092\u4F7F\u7528\u3057\u3066\u30D5\u30A3\u30FC\u30C9\u30D0\u30C3\u30AF\u3092\u63D0\u51FA\u3057\u3066\u304F\u3060\u3055\u3044\u3002",goLogin:"\u30ED\u30B0\u30A4\u30F3\u3057\u3066\u304F\u3060\u3055\u3044","translationServices.gemini":"\u30B8\u30A7\u30DF\u30CB","error.reason":"\u30A8\u30E9\u30FC\u306E\u539F\u56E0","widget.translateFile":"PDF/ePub",touchShortcutsOff:"\u9589\u3058\u308B","error.retry":"\u518D\u8A66\u884C","multipleClick.4":"\u56DB\u9023\u6483",shortcutSettings:"\u30B7\u30E7\u30FC\u30C8\u30AB\u30C3\u30C8\u30AD\u30FC","multipleClick.3":"\u30C8\u30EA\u30D7\u30EB\u30B9\u30C8\u30E9\u30A4\u30AF",notLogin:"\u30ED\u30B0\u30A4\u30F3\u3057\u3066\u3044\u307E\u305B\u3093","slide.right":"\u5DE6\u306B\u30B9\u30EF\u30A4\u30D7\u3057\u3066\u304F\u3060\u3055\u3044",translationOnlyMode:"\u8A33\u6587\u306E\u307F\u30E2\u30FC\u30C9","widget.videoSubtitle":"\u30D3\u30C7\u30AA\u5B57\u5E55",paragraphMinTextCountField:"\u7FFB\u8A33\u6BB5\u843D\u306B\u5FC5\u8981\u306A\u6700\u5C0F\u6587\u5B57\u6570","subtitle.hideQuickButton":"\u3053\u306E\u30B7\u30E7\u30FC\u30C8\u30AB\u30C3\u30C8\u3092\u8868\u793A\u3057\u306A\u3044","floatBall.iKnow":"\u308F\u304B\u308A\u307E\u3057\u305F",contact:"\u79C1\u305F\u3061\u306B\u9023\u7D61\u3057\u3066\u304F\u3060\u3055\u3044","widget.instructionTooltip":"\u4F7F\u7528\u8AAC\u660E\u3092\u78BA\u8A8D\u3057\u3066\u304F\u3060\u3055\u3044","tagsInput.add":"+ \u8FFD\u52A0",loggedIn:"\u30ED\u30B0\u30A4\u30F3\u6E08\u307F","intro.floatBallTitle":"\u30AF\u30A4\u30C3\u30AF\u7FFB\u8A33\u30D5\u30ED\u30FC\u30C8\u30DC\u30FC\u30EB",pickAll:"\u3059\u3079\u3066\u9078\u629E","error.subscriptionExpiredTitle":"\u4F1A\u54E1\u304C\u671F\u9650\u5207\u308C\u306B\u306A\u308A\u307E\u3057\u305F","widget.instruction":"\u4F7F\u7528\u8AAC\u660E","shortcutGroup.main":"\u4E00\u822C\u7684\u306A\u6A5F\u80FD\u306E\u30B7\u30E7\u30FC\u30C8\u30AB\u30C3\u30C8\u30AD\u30FC","subtitle.bilingual":"\u30D0\u30A4\u30EA\u30F3\u30AC\u30EB\u5B57\u5E55",alwaysTranslateThisSite:"\u5E38\u306B\u3053\u306E\u30A6\u30A7\u30D6\u30B5\u30A4\u30C8\u3092\u7FFB\u8A33\u3057\u3066\u304F\u3060\u3055\u3044\u3002",mouseHoverCustomKeyTitle:"\u30AB\u30B9\u30BF\u30E0\u30DE\u30A6\u30B9\u30DB\u30D0\u30FC\u30B7\u30E7\u30FC\u30C8\u30AB\u30C3\u30C8","shortcutGroup.mouse":"\u30DE\u30A6\u30B9\u30DB\u30D0\u30FC\u30B7\u30E7\u30FC\u30C8\u30AB\u30C3\u30C8\u8A2D\u5B9A","browser.translateWithGemini":"\u73FE\u5728\u306E\u30DA\u30FC\u30B8\u3092\u4E00\u6642\u7684\u306BGemini\u3067\u7FFB\u8A33\u3057\u3066\u304F\u3060\u3055\u3044",shortcutSettingsTitle:"\u30B7\u30E7\u30FC\u30C8\u30AB\u30C3\u30C8\u30AD\u30FC\u306E\u8A2D\u5B9A","subtitle.showQuickButton":"\u30D7\u30EC\u30FC\u30E4\u30FC\u306B\u4E8C\u8A00\u8A9E\u5B57\u5E55\u306E\u30B7\u30E7\u30FC\u30C8\u30AB\u30C3\u30C8\u3092\u8868\u793A\u3059\u308B","browser.translateWithOpenAI":"\u4E00\u6642\u7684\u306BOpenAI\u3092\u4F7F\u3063\u3066\u73FE\u5728\u306E\u30DA\u30FC\u30B8\u3092\u7FFB\u8A33\u3057\u3066\u304F\u3060\u3055\u3044","browser.translateInputBox":"\u73FE\u5728\u306E\u5165\u529B\u30DC\u30C3\u30AF\u30B9\u306E\u5185\u5BB9\u3092\u7FFB\u8A33\u3057\u3066\u304F\u3060\u3055\u3044\u3002","browser.translateWithDeepL":"\u73FE\u5728\u306E\u30DA\u30FC\u30B8\u3092\u4E00\u6642\u7684\u306BDeepL\u3067\u7FFB\u8A33\u3057\u3066\u304F\u3060\u3055\u3044\u3002","browser.translateWithGoogle":"\u4E00\u6642\u7684\u306BGoogle\u7FFB\u8A33\u3067\u73FE\u5728\u306E\u30DA\u30FC\u30B8\u3092\u7FFB\u8A33\u3057\u3066\u304F\u3060\u3055\u3044\u3002",temprarilyChangeTranslationTo_openai:"\u73FE\u5728\u3001OpenAI\u3092\u4F7F\u7528\u3057\u3066\u73FE\u5728\u306E\u30DA\u30FC\u30B8\u3092\u7FFB\u8A33\u3057\u3066\u3044\u307E\u3059",temprarilyChangeTranslationTo_deepl:"\u73FE\u5728\u3001DeepL\u3092\u4F7F\u7528\u3057\u3066\u73FE\u5728\u306E\u30DA\u30FC\u30B8\u3092\u7FFB\u8A33\u3057\u3066\u3044\u307E\u3059","intro.subtitleTitle":"\u30AA\u30F3\u30E9\u30A4\u30F3\u30D3\u30C7\u30AA\u306E\u30D0\u30A4\u30EA\u30F3\u30AC\u30EB\u5B57\u5E55\u8868\u793A","shortcutGroup.touch":"\u30BF\u30C3\u30C1\u30B9\u30AF\u30EA\u30FC\u30F3\u5C02\u7528\u30B8\u30A7\u30B9\u30C1\u30E3\u30FC",temprarilyChangeTranslationTo_gemini:"\u73FE\u5728\u3001Gemini\u3092\u4F7F\u7528\u3057\u3066\u73FE\u5728\u306E\u30DA\u30FC\u30B8\u3092\u7FFB\u8A33\u3057\u3066\u3044\u307E\u3059",neverTranslateThisSite:"\u3053\u306E\u30A6\u30A7\u30D6\u30B5\u30A4\u30C8\u3092\u6C38\u9060\u306B\u7FFB\u8A33\u3057\u306A\u3044\u3067\u304F\u3060\u3055\u3044",temprarilyChangeTranslationTo_transmart:"\u73FE\u5728\u3001\u30C6\u30F3\u30BB\u30F3\u30C8\u7FFB\u8A33\u3092\u4F7F\u7528\u3057\u3066\u73FE\u5728\u306E\u30DA\u30FC\u30B8\u3092\u7FFB\u8A33\u3057\u3066\u3044\u307E\u3059","browser.translateWithTransmart":"\u4E00\u6642\u7684\u306B\u30C6\u30F3\u30BB\u30F3\u30C8\u7FFB\u8A33\u3067\u73FE\u5728\u306E\u30DA\u30FC\u30B8\u3092\u7FFB\u8A33\u3057\u3066\u304F\u3060\u3055\u3044",notLoginPro:"\u3042\u306A\u305F\u306E\u4F1A\u54E1\u30A2\u30AB\u30A6\u30F3\u30C8\u306B\u307E\u3060\u30ED\u30B0\u30A4\u30F3\u3057\u3066\u3044\u307E\u305B\u3093",networkError:"\u7FFB\u8A33\u30B5\u30FC\u30D3\u30B9\u307E\u305F\u306F\u30CD\u30C3\u30C8\u30EF\u30FC\u30AF\u306B\u554F\u984C\u304C\u767A\u751F\u3057\u3066\u3044\u307E\u3059","widget.videoSubtitleTooltip":"Youtube \u7B49 {count}+ \u306E\u30D3\u30C7\u30AA\u30B5\u30A4\u30C8\u3092\u30B5\u30DD\u30FC\u30C8\u3057\u3066\u3044\u307E\u3059","subtitle.autoDisableSubtitle":"\u81EA\u52D5\u7684\u306B\u4E8C\u304B\u56FD\u8A9E\u306E\u5B57\u5E55\u3092\u6709\u52B9\u306B\u3057\u306A\u3044","intro.hoverTitle":"\u30DE\u30A6\u30B9\u3092\u73FE\u5728\u306E\u6BB5\u843D\u306B\u30DB\u30D0\u30FC\u3057\u3066\u7FFB\u8A33\u3057\u3066\u304F\u3060\u3055\u3044","shortcutGroup.others":"\u3088\u308A\u591A\u304F\u306E\u30AB\u30B9\u30BF\u30E0\u6A5F\u80FD\u306E\u30B7\u30E7\u30FC\u30C8\u30AB\u30C3\u30C8",upgradeToProErrorTitle:"\u3053\u306E\u7FFB\u8A33\u30B5\u30FC\u30D3\u30B9\u3092\u4F7F\u7528\u3059\u308B\u306B\u306F\u3001Pro\u30E1\u30F3\u30D0\u30FC\u306B\u30A2\u30C3\u30D7\u30B0\u30EC\u30FC\u30C9\u3057\u3066\u304F\u3060\u3055\u3044\u3002",temprarilyChangeTranslationTo_google:"\u73FE\u5728\u3001Google\u7FFB\u8A33\u3092\u4F7F\u7528\u3057\u3066\u73FE\u5728\u306E\u30DA\u30FC\u30B8\u3092\u7FFB\u8A33\u3057\u3066\u3044\u307E\u3059",touchShortcutsToggleTranslationMask:"\u30BF\u30C3\u30C1\u30B9\u30AF\u30EA\u30FC\u30F3\u30B8\u30A7\u30B9\u30C1\u30E3\u30FC\u3092\u8A2D\u5B9A\u3057\u3066\u3001\u7FFB\u8A33\u30DE\u30B9\u30AF\u3092\u8868\u793A/\u539F\u6587\u3092\u8868\u793A","shortcutGroup.shortcutsForTranslationServices":"\u7FFB\u8A33\u30B5\u30FC\u30D3\u30B9\u95A2\u9023\u306E\u30B7\u30E7\u30FC\u30C8\u30AB\u30C3\u30C8\u30AD\u30FC","neverTranslateText.title":"\u4EE5\u4E0B\u306E\u5358\u8A9E\u306F\u539F\u6587\u306E\u307E\u307E\u306B\u3057\u3066\u304F\u3060\u3055\u3044\u3001\u7FFB\u8A33\u3057\u306A\u3044\u3067\u304F\u3060\u3055\u3044\u3002","widget.translateFileTooltip":"PDF\u3001EPUB\u3001SRT\u3001ASS\u3001HTML\u3001TXT \u30C9\u30AD\u30E5\u30E1\u30F3\u30C8\u3092\u7FFB\u8A33\u3057\u3066\u304F\u3060\u3055\u3044","floatBall.longPress":"\u9577\u62BC\u3057\u3059\u308B\u3068\u3001\u8A2D\u5B9A\u30D1\u30CD\u30EB\u3092\u7D20\u65E9\u304F\u958B\u304F\u3053\u3068\u304C\u3067\u304D\u307E\u3059\u3088","floatBall.guideClickToTranslate":`\u30AF\u30EA\u30C3\u30AF\u3057\u3066\u6CA1\u5165\u578B\u7FFB\u8A33\u30D5\u30ED\u30FC\u30C8\u30DC\u30FC\u30EB\u3092 \u3059\u3050\u306B\u7FFB\u8A33\u3067\u304D\u307E\u3059`,"browser.translateWithBing":"\u4E00\u6642\u7684\u306B\u30DE\u30A4\u30AF\u30ED\u30BD\u30D5\u30C8\u7FFB\u8A33\u3092\u4F7F\u7528\u3057\u3066\u73FE\u5728\u306E\u30DA\u30FC\u30B8\u3092\u7FFB\u8A33\u3057\u3066\u304F\u3060\u3055\u3044\u3002","browser.toggleMouseHoverTranslateDirectly":"\u30DA\u30FC\u30B8\u4E0A\u3067\u4E00\u6642\u7684\u306B\u30DE\u30A6\u30B9\u30DB\u30D0\u30FC\u306B\u3088\u308B\u76F4\u63A5\u7FFB\u8A33\u3092\u6709\u52B9\u306B\u3059\u308B\u304B\u7121\u52B9\u306B\u3059\u308B","browser.toggleVideoSubtitlePreTranslation":"\u30D0\u30A4\u30EA\u30F3\u30AC\u30EB\u5B57\u5E55\u3092\u5207\u308A\u66FF\u3048\u3066\u3001\u6CA1\u5165\u578B\u7FFB\u8A33\u8A2D\u5B9A\u3092\u512A\u5148\u7684\u306B\u4F7F\u7528\u3057\u3066\u304F\u3060\u3055\u3044\u3002",touchShortcutsToggleTranslateTouchElement:"\u6307\u5B9A\u306E\u6BB5\u843D\u3092\u7FFB\u8A33\u3059\u308B\u305F\u3081\u306E\u30BF\u30C3\u30C1\u30B9\u30AF\u30EA\u30FC\u30F3\u30B8\u30A7\u30B9\u30C1\u30E3\u30FC\u3092\u8A2D\u5B9A\u3057\u3066\u304F\u3060\u3055\u3044",touchShortcutsToggleTranslatePage:"\u30A6\u30A7\u30D6\u30DA\u30FC\u30B8\u3092\u7FFB\u8A33/\u539F\u6587\u3092\u8868\u793A\u3059\u308B\u305F\u3081\u306E\u30BF\u30C3\u30C1\u30B9\u30AF\u30EA\u30FC\u30F3\u30B8\u30A7\u30B9\u30C1\u30E3\u30FC\u3092\u8A2D\u5B9A\u3057\u3066\u304F\u3060\u3055\u3044\u3002","contact.description":"\u4F55\u304B\u3054\u8CEA\u554F\u3084\u63D0\u6848\u304C\u3054\u3056\u3044\u307E\u3057\u305F\u3089\u3001\u4E0B\u8A18\u306E\u30D5\u30A9\u30FC\u30E0\u306B\u8A18\u5165\u3057\u3066\u3054\u9023\u7D61\u3044\u305F\u3060\u304F\u304B\u3001{email}\u307E\u3067\u30E1\u30FC\u30EB\u3092\u304A\u9001\u308A\u304F\u3060\u3055\u3044\u3002\u65E9\u6025\u306B\u3054\u8FD4\u4FE1\u3044\u305F\u3057\u307E\u3059\u3002","desc.mouseHoverHoldKey":"\u30DE\u30A6\u30B9\u3092\u7279\u5B9A\u306E\u6BB5\u843D\u306B\u30DB\u30D0\u30FC\u3055\u305B\u3001\u540C\u6642\u306B\u53F3\u5074\u306E\u30B7\u30E7\u30FC\u30C8\u30AB\u30C3\u30C8\u30AD\u30FC\u3092\u62BC\u3059\u3068\u3001\u305D\u306E\u6BB5\u843D\u3092\u76F4\u63A5\u7FFB\u8A33\u3067\u304D\u307E\u3059\u3002","desc.touchShortcutsToggleTranslateTouchElement":"\u3042\u306A\u305F\u306E\u3044\u308B\u4EFB\u610F\u306E\u6BB5\u843D\u3092\u7FFB\u8A33\u3059\u308B\u305F\u3081\u306E\u30B8\u30A7\u30B9\u30C1\u30E3\u30FC\u3092\u30AB\u30B9\u30BF\u30DE\u30A4\u30BA\u3057\u3066\u304F\u3060\u3055\u3044\u3002",paragraphMinTextCountDesc:"\u6CE8\u610F\u3001\u3053\u3053\u3067\u6307\u3059\u306E\u306F\u6587\u5B57\u306E\u9577\u3055\u3067\u3001\u4F8B\u3048\u3070\uFF1Ahello\u306F5\u6587\u5B57\u3067\u3059\u3001\u3088\u308A\u5927\u304D\u306A\u5024\u3092\u8A2D\u5B9A\u3059\u308B\u3068\u4E0D\u5FC5\u8981\u306A\u5C0F\u3055\u306A\u6BB5\u843D\u306E\u7FFB\u8A33\u3092\u6E1B\u3089\u3059\u3053\u3068\u304C\u3067\u304D\u307E\u3059\u3002","description.baiduField":"\u30B5\u30DD\u30FC\u30C8\u3055\u308C\u3066\u3044\u308B\u30D5\u30A3\u30FC\u30EB\u30C9\u306F<1>\u3053\u3053\u3092\u53C2\u7167\u3057\u3066\u304F\u3060\u3055\u3044\u3002\u7A7A\u306E\u5834\u5408\u306F\u3001\u30D5\u30A3\u30FC\u30EB\u30C9\u304C\u6307\u5B9A\u3055\u308C\u3066\u3044\u306A\u3044\u3053\u3068\u3092\u610F\u5473\u3057\u307E\u3059\u3002","error.subscriptionExpired":"\u3042\u306A\u305F\u306E\u4F1A\u54E1\u8CC7\u683C\u306F\u3059\u3067\u306B\u671F\u9650\u5207\u308C\u304B\u3082\u3057\u308C\u307E\u305B\u3093\u3001\u3042\u306A\u305F\u306E\u4F1A\u54E1\u30B9\u30C6\u30FC\u30BF\u30B9\u3092\u78BA\u8A8D\u3057\u3066\u304F\u3060\u3055\u3044\u3002",temprarilyChangeTranslationTo_bing:"\u73FE\u5728\u3001\u30DE\u30A4\u30AF\u30ED\u30BD\u30D5\u30C8\u7FFB\u8A33\u3092\u4F7F\u7528\u3057\u3066\u73FE\u5728\u306E\u30DA\u30FC\u30B8\u3092\u7FFB\u8A33\u3057\u3066\u3044\u307E\u3059","desc.touchShortcutsToggleTranslatePage":"\u8A2D\u5B9A\u5F8C\u3001\u79FB\u52D5\u30C7\u30D0\u30A4\u30B9\u6642\u306B\u306F\u3001X\u672C\u306E\u6307\u3067\u753B\u9762\u3092\u540C\u6642\u306B\u30BF\u30C3\u30C1\u3057\u305F\u308A\u3001\u5DE6\u53F3\u306B\u30B9\u30EF\u30A4\u30D7\u3057\u305F\u308A\u3001\u9023\u7D9A\u3057\u3066\u30BF\u30C3\u30D7\u3057\u305F\u308A\u3057\u3066\u3001\u7FFB\u8A33\u30DA\u30FC\u30B8/\u539F\u6587\u3092\u8868\u793A\u3059\u308B\u3053\u3068\u304C\u3067\u304D\u307E\u3059\u3002",confirmResetToDefaultSettings:"\u3053\u306E\u7FFB\u8A33\u30B5\u30FC\u30D3\u30B9\u3092\u30C7\u30D5\u30A9\u30EB\u30C8\u8A2D\u5B9A\u306B\u623B\u3057\u307E\u3059\u304B\uFF1F\uFF08\u73FE\u5728\u306E\u7FFB\u8A33\u30B5\u30FC\u30D3\u30B9\u306E\u8A2D\u5B9A\u306E\u307F\u30EA\u30BB\u30C3\u30C8\uFF09","desc.toggleMouseHoverTranslateDirectly":"\u3053\u306E\u30B7\u30E7\u30FC\u30C8\u30AB\u30C3\u30C8\u30AD\u30FC\u3092\u62BC\u3059\u3068\u3001\u30DA\u30FC\u30B8\u4E0A\u3067\u30DE\u30A6\u30B9\u304C\u4EFB\u610F\u306E\u30C6\u30AD\u30B9\u30C8\u3092\u6307\u3059\u3068\u3001\u305D\u306E\u30C6\u30AD\u30B9\u30C8\u304C\u81EA\u52D5\u7684\u306B\u7FFB\u8A33\u3055\u308C\u307E\u3059\u3002\u30B7\u30E7\u30FC\u30C8\u30AB\u30C3\u30C8\u30AD\u30FC\u3092\u3082\u3046\u4E00\u5EA6\u62BC\u3059\u3068\u3001\u3053\u306E\u81EA\u52D5\u7FFB\u8A33\u6A5F\u80FD\u3092\u9589\u3058\u308B\u3053\u3068\u304C\u3067\u304D\u307E\u3059\u3002","slide.left":"\u53F3\u306B\u30B9\u30E9\u30A4\u30C9\u3057\u3066\u304F\u3060\u3055\u3044","subtitle.showQuickButtonDescription":"\u30D3\u30C7\u30AA\u30D7\u30EC\u30FC\u30E4\u30FC\u306E\u53F3\u4E0B\u9685\u306B\u4E8C\u8A00\u8A9E\u5B57\u5E55\u3092\u6709\u52B9\u306B\u3059\u308B\u30B7\u30E7\u30FC\u30C8\u30AB\u30C3\u30C8\u304C\u63D0\u4F9B\u3055\u308C\u3066\u3044\u307E\u3059",mouseHoverCustomKeyDescription:"\u3042\u306A\u305F\u306F\u30DE\u30A6\u30B9\u306E\u30DB\u30D0\u30FC\u306B\u30AB\u30B9\u30BF\u30E0\u30B7\u30E7\u30FC\u30C8\u30AB\u30C3\u30C8\u30AD\u30FC\u3092\u8A2D\u5B9A\u3059\u308B\u3053\u3068\u304C\u3067\u304D\u307E\u3059\u3002\u4F8B\u3048\u3070\uFF1AAlt+Z\u3001Ctrl+E\u3001Cmd+Alt+E\u3001\u307E\u305F\u306F\u76F4\u63A5Cmd\u3001\u624B\u52D5\u3067\u5165\u529B\u3057\u3066\u304F\u3060\u3055\u3044\u3002",buildSnapshots:"\u30A6\u30A7\u30D6\u30DA\u30FC\u30B8\u306E\u30B9\u30CA\u30C3\u30D7\u30B7\u30E7\u30C3\u30C8\u3092\u751F\u6210\u3059\u308B",shortcutDisableTooltip:"\u30D6\u30E9\u30A6\u30B6\u304C\u63D0\u4F9B\u3059\u308B\u62E1\u5F35\u30B7\u30E7\u30FC\u30C8\u30AB\u30C3\u30C8\u30AD\u30FC\u7BA1\u7406\u30DA\u30FC\u30B8\u3067\u8A2D\u5B9A\u3092\u884C\u3063\u3066\u304F\u3060\u3055\u3044\u3002\u8A73\u3057\u3044\u30AC\u30A4\u30C9\u306F\u3001\u3053\u306E\u30DA\u30FC\u30B8\u306E\u4E00\u756A\u4E0A\u306E\u8AAC\u660E\u3092\u3054\u89A7\u304F\u3060\u3055\u3044\u3002","desc.toggleTranslateTheMainPage":"\u30DA\u30FC\u30B8\u306E\u4E3B\u8981\u306A\u30A8\u30EA\u30A2\u306E\u307F\u3092\u7FFB\u8A33\u3057\u3066\u304F\u3060\u3055\u3044\u3002\u30DA\u30FC\u30B8\u5168\u4F53\u306E\u30A8\u30EA\u30A2\u3092\u7FFB\u8A33\u3059\u308B\u8A2D\u5B9A\u3092\u6709\u52B9\u306B\u3057\u305F\u5F8C\u3001\u3053\u306E\u30B7\u30E7\u30FC\u30C8\u30AB\u30C3\u30C8\u30AD\u30FC\u3092\u4F7F\u7528\u3057\u3066\u30DA\u30FC\u30B8\u306E\u4E3B\u8981\u306A\u30A8\u30EA\u30A2\u306E\u307F\u3092\u7279\u5225\u306B\u7FFB\u8A33\u3059\u308B\u3053\u3068\u304C\u3067\u304D\u307E\u3059\u3002","multipleClick.2":"\u30C0\u30D6\u30EB\u30AF\u30EA\u30C3\u30AF","desc.touchShortcutsToggleTranslationMask":"\u7FFB\u8A33\u30DE\u30B9\u30AF\u306F\u3001\u7FFB\u8A33\u30B9\u30BF\u30A4\u30EB\u306E\u307C\u304B\u3057\u52B9\u679C\uFF08\u5B66\u7FD2\u30E2\u30FC\u30C9\uFF09\u3092\u6307\u3057\u3001\u958B\u59CB\u3059\u308B\u3068\u4E00\u6642\u7684\u306B\u7FFB\u8A33\u6587\u306B\u307C\u304B\u3057\u52B9\u679C\u3092\u4F7F\u7528\u3057\u3001\u5B66\u7FD2\u306B\u4FBF\u5229\u3067\u3059\u3002","desc.toggleTranslateTheWholePage":"\u30DA\u30FC\u30B8\u5168\u4F53\u3092\u7FFB\u8A33\u3057\u307E\u3059\u3002\u30C7\u30D5\u30A9\u30EB\u30C8\u3067\u306F\u3001\u79C1\u305F\u3061\u306F\u30DA\u30FC\u30B8\u306E\u4E3B\u8981\u306A\u90E8\u5206\u3092\u7FFB\u8A33\u3057\u307E\u3059\u304C\u3001\u3053\u306E\u30B7\u30E7\u30FC\u30C8\u30AB\u30C3\u30C8\u30AD\u30FC\u3092\u4F7F\u7528\u3057\u3066\u30DA\u30FC\u30B8\u5168\u4F53\u3092\u7279\u5225\u306B\u7FFB\u8A33\u3059\u308B\u3053\u3068\u304C\u3067\u304D\u307E\u3059\u3002","desc.interfaceLanguage":"\u30A4\u30F3\u30BF\u30FC\u30D5\u30A7\u30FC\u30B9\u306E\u8A00\u8A9E\u8A2D\u5B9A\u306F\u30B3\u30F3\u30C8\u30ED\u30FC\u30EB\u30D1\u30CD\u30EB\u306E\u8868\u793A\u8A00\u8A9E\u306B\u5F71\u97FF\u3092\u4E0E\u3048\u3001\u7FFB\u8A33\u306E\u76EE\u6A19\u8A00\u8A9E\u3068\u306F\u95A2\u4FC2\u3042\u308A\u307E\u305B\u3093\u3002","intro.floatBallDescription":"\u6709\u52B9\u306B\u3059\u308B\u3068\u3001\u30DA\u30FC\u30B8\u306E\u53F3\u5074\u306B\u7FFB\u8A33\u30DC\u30BF\u30F3\u304C\u8868\u793A\u3055\u308C\u3001\u30AF\u30EA\u30C3\u30AF\u3059\u308B\u3068\u3059\u3050\u306B\u7FFB\u8A33\u3067\u304D\u3001\u518D\u5EA6\u30AF\u30EA\u30C3\u30AF\u3059\u308B\u3068\u5143\u306E\u30C6\u30AD\u30B9\u30C8\u306B\u5207\u308A\u66FF\u3048\u308B\u3053\u3068\u304C\u3067\u304D\u307E\u3059\u3002\u30E2\u30D0\u30A4\u30EB\u7AEF\u672B\u3067\u306F\u3001\u30D5\u30ED\u30FC\u30C6\u30A3\u30F3\u30B0\u30DC\u30FC\u30EB\u3092\u9577\u62BC\u3057\u3059\u308B\u3068\u3001\u30B7\u30E7\u30FC\u30C8\u30AB\u30C3\u30C8\u8A2D\u5B9A\u30D1\u30CD\u30EB\u3092\u958B\u304F\u3053\u3068\u304C\u3067\u304D\u307E\u3059\u3002","neverTranslateText.description":"\u4E00\u90E8\u306E\u7FFB\u8A33\u30A8\u30F3\u30B8\u30F3\u306F\u5C02\u6709\u540D\u8A5E\u306E\u8A8D\u8B58\u304C\u7406\u60F3\u7684\u3067\u306F\u306A\u3044\u305F\u3081\u3001\u3053\u3053\u306B\u5358\u8A9E\u3092\u8FFD\u52A0\u3057\u3066\u3001\u7FFB\u8A33\u30D7\u30ED\u30BB\u30B9\u4E2D\u306B\u305D\u308C\u3089\u304C\u5909\u63DB\u3055\u308C\u306A\u3044\u3088\u3046\u306B\u3059\u308B\u3053\u3068\u304C\u3067\u304D\u307E\u3059\u3002\u3053\u306E\u6A5F\u80FD\u306F\u5927\u6587\u5B57\u3068\u5C0F\u6587\u5B57\u3092\u533A\u5225\u3057\u3001\u30B9\u30DA\u30FC\u30B9\u3067\u533A\u5207\u3089\u308C\u305F\u5358\u8A9E\u8A00\u8A9E\uFF08\u82F1\u8A9E\u3001\u30D5\u30E9\u30F3\u30B9\u8A9E\u306A\u3069\uFF09\u306E\u307F\u3092\u30B5\u30DD\u30FC\u30C8\u3057\u3066\u304A\u308A\u3001\u65E5\u672C\u8A9E\u3084\u97D3\u56FD\u8A9E\u306A\u3069\u306E\u8A00\u8A9E\u306B\u306F\u9069\u7528\u3055\u308C\u307E\u305B\u3093\u3002","intro.subtitleDescription":"\u3053\u306E\u6A5F\u80FD\u3092\u6709\u52B9\u306B\u3059\u308B\u3068\u3001\u30D3\u30C7\u30AA\u306E\u518D\u751F\u6642\u306B\u81EA\u52D5\u7684\u306B\u4E8C\u8A00\u8A9E\u5B57\u5E55\u304C\u8868\u793A\u3055\u308C\u307E\u3059\u3002\u6709\u52B9\u306B\u3057\u3066\u3044\u306A\u3044\u5834\u5408\u306F\u3001\u30DA\u30FC\u30B8\u4E0A\u3067\u624B\u52D5\u3067\u7FFB\u8A33\u30DC\u30BF\u30F3\u3092\u30AF\u30EA\u30C3\u30AF\u3057\u3066\u5B57\u5E55\u3092\u8868\u793A\u3059\u308B\u5FC5\u8981\u304C\u3042\u308A\u307E\u3059\u3002\u6280\u8853\u7684\u306A\u5236\u9650\u306E\u305F\u3081\u3001\u4E00\u90E8\u306E\u30A6\u30A7\u30D6\u30B5\u30A4\u30C8\u3067\u306F\u3001\u5B57\u5E55\u3092\u521D\u3081\u3066\u6709\u52B9\u306B\u3059\u308B\u3068\u304D\u306B\u30DA\u30FC\u30B8\u3092\u66F4\u65B0\u3059\u308B\u304B\u3001\u7FFB\u8A33\u304C\u5B8C\u4E86\u3059\u308B\u306E\u3092\u5F85\u3064\u5FC5\u8981\u304C\u3042\u308B\u304B\u3082\u3057\u308C\u307E\u305B\u3093\u3002\u307E\u305F\u3001\u30D3\u30C7\u30AA\u30B5\u30A4\u30C8\u3092\u958B\u3044\u305F\u5F8C\u3001\u53F3\u4E0A\u306E\u89D2\u3067\u6CA1\u5165\u578B\u7FFB\u8A33\u306E\u30B7\u30E7\u30FC\u30C8\u30AB\u30C3\u30C8\u30D1\u30CD\u30EB\u3092\u958B\u304F/\u9589\u3058\u308B\u3053\u3068\u3082\u3067\u304D\u307E\u3059\u3002

\u73FE\u5728\u3001\u4EE5\u4E0B\u306E\u30A6\u30A7\u30D6\u30B5\u30A4\u30C8\u3067\u4E8C\u8A00\u8A9E\u5B57\u5E55\u3092\u4F7F\u7528\u3059\u308B\u3053\u3068\u304C\u3067\u304D\u307E\u3059\uFF1A","intro.hoverDescription":"\u30DE\u30A6\u30B9\u30DB\u30D0\u30FC\u7FFB\u8A33\u306F\u3001\u6CA1\u5165\u578B\u7FFB\u8A33\u306B\u304A\u3044\u3066\u975E\u5E38\u306B\u91CD\u8981\u306A\u6A5F\u80FD\u3067\u3001\u30D1\u30E9\u30B0\u30E9\u30D5\u306E\u4E0A\u306B\u30DE\u30A6\u30B9\u3092\u7F6E\u304D\u3001\u8A2D\u5B9A\u3057\u305F\u30B7\u30E7\u30FC\u30C8\u30AB\u30C3\u30C8\u30AD\u30FC\u3092\u540C\u6642\u306B\u62BC\u3059\u3060\u3051\u3067\u3001\u73FE\u5728\u306E\u30D1\u30E9\u30B0\u30E9\u30D5\u3092\u81EA\u52D5\u7684\u306B\u7FFB\u8A33\u3057\u307E\u3059\uFF08\u6CE8\u610F\uFF1A\u30C7\u30D5\u30A9\u30EB\u30C8\u3067\u306F\u6709\u52B9\u306B\u306A\u3063\u3066\u3044\u307E\u305B\u3093\u306E\u3067\u3001\u4E0B\u306E\u8A2D\u5B9A\u3067\u6709\u52B9\u306B\u3057\u3066\u304F\u3060\u3055\u3044\uFF09\u3002\u3053\u306E\u30A4\u30F3\u30BF\u30E9\u30AF\u30B7\u30E7\u30F3\u306F\u3001\u5358\u8A9E\u306E\u9078\u629E\u7FFB\u8A33\u3092\u3088\u308A\u826F\u304F\u4EE3\u66FF\u3059\u308B\u305F\u3081\u306B\u4F7F\u7528\u3055\u308C\u307E\u3059\u3002\u307E\u305F\u3001\u3053\u306E\u6A5F\u80FD\u306F\u3001\u8A8D\u8B58\u3067\u304D\u306A\u3044\u7FFB\u8A33\u30A8\u30EA\u30A2\u306B\u3082\u5E83\u304F\u9069\u7528\u3055\u308C\u3066\u3044\u307E\u3059\u3002\u3053\u306E\u6A5F\u80FD\u3092\u5229\u7528\u3057\u3066\u3001\u4EFB\u610F\u306E\u30D1\u30E9\u30B0\u30E9\u30D5\u3092\u5F37\u5236\u7684\u306B\u7FFB\u8A33\u3059\u308B\u3053\u3068\u304C\u3067\u304D\u307E\u3059\u3002",translationOnlyModeDescription:"\u300C\u8A33\u6587\u306E\u307F\u300D\u30E2\u30FC\u30C9\u3068\u306F\u3001\u30C7\u30D5\u30A9\u30EB\u30C8\u306E\u30D0\u30A4\u30EA\u30F3\u30AC\u30EB\u30E2\u30FC\u30C9\u3067\u306F\u306A\u304F\u3001\u8A33\u6587\u306E\u307F\u3092\u8868\u793A\u3059\u308B\u3053\u3068\u3092\u6307\u3057\u307E\u3059\u3002\u6CE8\u610F\uFF1A\u6280\u8853\u7684\u306A\u5236\u9650\u306E\u305F\u3081\u3001\u300C\u8A33\u6587\u306E\u307F\u300D\u30E2\u30FC\u30C9\u3067\u306F\u3001\u539F\u6587\u306E\u30CF\u30A4\u30D1\u30FC\u30EA\u30F3\u30AF\u304C\u7121\u52B9\u306B\u306A\u308A\u307E\u3059\u3002",geminiWarning:"\u6CE8\u610F\uFF1AGoogle\u304C\u63D0\u4F9B\u3059\u308BGemini\u306E\u7121\u6599\u30B5\u30FC\u30D3\u30B9\u306E\u5236\u9650\u306F\u53B3\u3057\u304F\u3001\u30E6\u30FC\u30B6\u30FC\u304C\u8907\u6570\u306EKey\u3092\u4F7F\u7528\u3057\u3066\u5F7C\u3089\u306E\u7121\u6599\u914D\u5F53\u5236\u9650\u3092\u56DE\u907F\u3057\u3066\u3044\u308B\u3068Google\u306B\u5224\u65AD\u3055\u308C\u308B\u53EF\u80FD\u6027\u304C\u3042\u308A\u307E\u3059\u3002\u4F7F\u7528\u3059\u308B\u3053\u3068\u306F\u304A\u52E7\u3081\u3057\u307E\u305B\u3093\u3001Google\u304C\u5C06\u6765Gemini\u306E\u6709\u6599\u30A4\u30F3\u30BF\u30FC\u30D5\u30A7\u30FC\u30B9\u3092\u958B\u653E\u3059\u308B\u306E\u3092\u5F85\u3064\u3053\u3068\u3092\u304A\u52E7\u3081\u3057\u307E\u3059\u3002","floatBall.setting":"\u8A2D\u5B9A","floatBall.translateToLanguage":"{language}\u306B\u7FFB\u8A33\u3059\u308B\u3092\u30AF\u30EA\u30C3\u30AF\u3057\u3066\u304F\u3060\u3055\u3044","floatBall.file":`PDF\u3001EPUB\u3001SRT\u3001 ASS\u3001HTML\u3001TXT\u30D5\u30A1\u30A4\u30EB\u3092\u7FFB\u8A33\u3057\u307E\u3059`,changeToOnlyTempTranslationMode:"\u7FFB\u8A33\u306E\u307F\u3092\u8868\u793A\u3059\u308B\u3088\u3046\u306B\u5207\u308A\u66FF\u3048\u308B",changeToDualTempTranslationMode:"\u5BFE\u8A33\u3078\u306E\u5207\u308A\u66FF\u3048","options.navbar.translateFile":"\u7FFB\u8A33\u6587\u66F8","translationServices.yandex":"\u30E4\u30F3\u30C7\u30C3\u30AF\u30B9","options.navbar.installApp":"\u643A\u5E2F\u96FB\u8A71\u306E\u30A2\u30D7\u30EA\u3092\u30A4\u30F3\u30B9\u30C8\u30FC\u30EB\u3059\u308B","transitionMode.translation":"\u305F\u3060\u8A33\u6587","subtitle.transitionMode":"\u30D3\u30C7\u30AA\u5B57\u5E55\u306E\u4E8C\u8A00\u8A9E/\u7FFB\u8A33\u30C6\u30AD\u30B9\u30C8\u306E\u307F\u306E\u8A2D\u5B9A","transitionMode.dual":"\u30D0\u30A4\u30EA\u30F3\u30AC\u30EB\u5BFE\u7167","subtitle.transitionModeDescription":"\u30D3\u30C7\u30AA\u5B57\u5E55\u3092\u4E8C\u8A00\u8A9E\u5BFE\u7167\u307E\u305F\u306F\u7FFB\u8A33\u6587\u306E\u307F\u306E\u30E2\u30FC\u30C9\u306B\u8A2D\u5B9A\u3057\u3066\u304F\u3060\u3055\u3044","transitionMode.inherit":"\u30B7\u30B9\u30C6\u30E0\u306E\u30C7\u30D5\u30A9\u30EB\u30C8\u306E\u7FFB\u8A33\u8868\u793A\u30E2\u30FC\u30C9\u3068\u4E00\u81F4\u3057\u3066\u304F\u3060\u3055\u3044\u3002",translateFileTooltip:`PDF\u3001ePub\u3001srt\u3001 ass\u3001HTML\u3001TXT\u30D5\u30A1\u30A4\u30EB\u3092\u7FFB\u8A33\u3057\u3066\u304F\u3060\u3055\u3044`,"description.subtitlePrompt":`\u5B57\u5E55\u30B7\u30FC\u30F3\u3067\u8907\u6570\u306E\u30D1\u30E9\u30B0\u30E9\u30D5\u3092\u9001\u4FE1\u3059\u308B\u5834\u5408\u3001\u30E6\u30FC\u30B6\u30FC\u3068\u3057\u3066{service}\u306B\u5BFE\u8A71\u3092\u9001\u4FE1\u3057\u307E\u3059\u3002\u3053\u3053\u3067\u3001{{from}}\u306F\u30D1\u30E9\u30B0\u30E9\u30D5\u306E\u8A00\u8A9E\u3092\u3001{{to}}\u306F\u76EE\u6A19\u8A00\u8A9E\u3092\u8868\u3057\u3001{{yaml}}\u306Fyaml\u5F62\u5F0F\u3067\u5305\u88C5\u3057\u305F\u30D1\u30E9\u30B0\u30E9\u30D5\u306E\u5185\u5BB9\u3067\u3059\u3002\u30AB\u30B9\u30BF\u30E0Prompt\u304C\u5FC5\u8981\u306A\u5834\u5408\u3001AI\u306E\u5FDC\u7B54\u3068\u3057\u3066\u306EYAML\u7D50\u679C\u306E\u5404\u9805\u76EE\u304C{env.imt_sub_trans_field}\u30D5\u30A3\u30FC\u30EB\u30C9\u3092\u542B\u3080\u3053\u3068\u3092\u78BA\u8A8D\u3059\u308B\u5FC5\u8981\u304C\u3042\u308A\u307E\u3059\u3002{{imt_sub_trans_field}}\u306F\u3001AI\u306E\u5FDC\u7B54\u3068\u3057\u3066\u671F\u5F85\u3059\u308B\u7FFB\u8A33\u30D5\u30A3\u30FC\u30EB\u30C9\u540D\u3067\u3001\u30C7\u30D5\u30A9\u30EB\u30C8\u306F{env.imt_sub_trans_field}\u3067\u3059\u3002{{imt_sub_source_field}}\u306F\u3001AI\u306B\u6E21\u3059\u539F\u6587\u30D5\u30A3\u30FC\u30EB\u30C9\u540D\u3067\u3001\u30C7\u30D5\u30A9\u30EB\u30C8\u306F{env.imt_sub_source_field}\u3067\u3059\u3002\u7D50\u679C\u306E\u4F8B\u306F\u4EE5\u4E0B\u306E\u901A\u308A\u3067\u3059\uFF1A @@ -5111,7 +5111,7 @@ ass\u3001HTML\u3001TXT\u30D5\u30A1\u30A4\u30EB\u3092\u7FFB\u8A33\u3057\u3066\u30 - id: 1 {env.imt_trans_field}: \u7FFB\u8A33\u6587 - id: 2 - {env.imt_trans_field}: \u7FFB\u8A33\u6587`,"subtitle.quickButton.white":"\u767D\u8272","subtitle.quickButton.black":"\u9ED2\u8272","subtitle.quickButton.setting":"\u8A2D\u5B9A","subtitle.quickButton.blue":"\u9752\u8272","subtitle.quickButton.backgroundOpacity":"\u80CC\u666F\u306E\u4E0D\u900F\u660E\u5EA6","subtitle.quickButton.cyan":"\u9752\u8272","subtitle.quickButton.translationPositionBottom":"\u539F\u6587\u306E\u4E0B\u65B9","subtitle.quickButton.sourceFontSize":"\u5143\u306E\u30D5\u30A9\u30F3\u30C8\u30B5\u30A4\u30BA","subtitle.quickButton.backgroundColor":"\u80CC\u666F\u8272","subtitle.quickButton.magenta":"\u30DE\u30BC\u30F3\u30BF\u8272","subtitle.quickButton.red":"\u8D64\u8272","subtitle.quickButton.green":"\u7DD1\u8272","subtitle.quickButton.translationPositionTop":"\u539F\u6587\u306E\u4E0A\u306B","translationServices.claude":"\u30AF\u30ED\u30FC\u30C9","subtitle.quickButton.sourceTextColor":"\u539F\u6587\u306E\u30D5\u30A9\u30F3\u30C8\u306E\u8272","subtitle.quickButton.yellow":"\u9EC4\u8272","subtitle.quickButton.translationFontSize":"\u7FFB\u8A33\u6587\u5B57\u306E\u30D5\u30A9\u30F3\u30C8\u30B5\u30A4\u30BA","subtitle.quickButton.translationTextColor":"\u7FFB\u8A33\u6587\u5B57\u306E\u8272","subtitle.quickButton.translationPosition":"\u7FFB\u8A33\u4F4D\u7F6E",attachSubtitleTranslating:"{service} \u3092\u4F7F\u7528\u3057\u3066\u7FFB\u8A33\u4E2D...","error.claude.403":"\u4E00\u6642\u7684\u306B\u30B5\u30FC\u30D3\u30B9\u3078\u306E\u30A2\u30AF\u30BB\u30B9\u6A29\u9650\u304C\u3042\u308A\u307E\u305B\u3093\u3002\u3053\u308C\u306FClaude\u306E\u5730\u57DF\u5236\u9650\u306B\u95A2\u9023\u3057\u3066\u3044\u308B\u53EF\u80FD\u6027\u304C\u3042\u308A\u307E\u3059\u3002IP\u30A2\u30C9\u30EC\u30B9\u3092\u5207\u308A\u66FF\u3048\u308B\u304B\u3001\u4ED6\u306E\u7FFB\u8A33\u30B5\u30FC\u30D3\u30B9\u3092\u4F7F\u7528\u3057\u3066\u307F\u3066\u304F\u3060\u3055\u3044\u3002","browser.brandDescriptionForSafari":"\u3010\u6CA1\u5165\u578B\u7FFB\u8A33\u3011\u7121\u6599\u306E\uFF08\u539F\u6587/\u8A33\u6587\uFF09\u30D0\u30A4\u30EA\u30F3\u30AC\u30EB\u5BFE\u7167\u30A6\u30A7\u30D6\u30DA\u30FC\u30B8\u7FFB\u8A33\u30D7\u30E9\u30B0\u30A4\u30F3\u3067\u3001PDF\u7FFB\u8A33\u3068EPUB\u96FB\u5B50\u66F8\u7C4D\u7FFB\u8A33\u3092\u540C\u6642\u306B\u30B5\u30DD\u30FC\u30C8\u3057\u3001\u539F\u6587\u306E\u30EC\u30A4\u30A2\u30A6\u30C8\u3092\u4FDD\u6301\u3057\u307E\u3059\u3002Youtube/Netflix\u306A\u3069\u306E\u30AA\u30F3\u30E9\u30A4\u30F3\u30D3\u30C7\u30AA\u306E\u30D0\u30A4\u30EA\u30F3\u30AC\u30EB\u5B57\u5E55\u7FFB\u8A33\u3082\u30B5\u30DD\u30FC\u30C8\u3057\u3001Deepl/Google\u306A\u3069\u306E\u4E3B\u6D41\u7FFB\u8A33\u30B5\u30FC\u30D3\u30B9\u306B\u5BFE\u5FDC\u3057\u3066\u3044\u307E\u3059\u3002","browser.PdfProFile":"AI \u99C6\u52D5\u306E PDF Pro \u7FFB\u8A33","browser.textTranslate":"\u30C6\u30AD\u30B9\u30C8\u7FFB\u8A33"};var M4={nologin:"\u0644\u0645 \u062A\u0642\u0645 \u0628\u062A\u0633\u062C\u064A\u0644 \u0627\u0644\u062F\u062E\u0648\u0644",loginForSafari:"\u062A\u0633\u062C\u064A\u0644 \u0627\u0644\u062F\u062E\u0648\u0644 \u0623\u0648 \u0627\u0644\u062A\u0633\u062C\u064A\u0644",login:"\u064A\u0645\u0643\u0646\u0643 \u062A\u0641\u0639\u064A\u0644 \u0627\u0644\u0639\u0636\u0648\u064A\u0629 \u0628\u0639\u062F \u062A\u0633\u062C\u064A\u0644 \u0627\u0644\u062F\u062E\u0648\u0644",manageAccount:"\u0625\u062F\u0627\u0631\u0629 \u0627\u0644\u062D\u0633\u0627\u0628",openPremium:"\u0627\u0644\u0627\u0646\u0636\u0645\u0627\u0645 \u0625\u0644\u0649 \u0627\u0644\u0639\u0636\u0648\u064A\u0629",logout:"\u064A\u062A\u0631\u0643",curentPlan:"\u0627\u0644\u0631\u0632\u0645\u0629 \u0627\u0644\u062D\u0627\u0644\u064A\u0629",endAt:"\u0646\u0636\u062C",endAuto:"\u062A\u062C\u062F\u064A\u062F \u062A\u0644\u0642\u0627\u0626\u064A",lineBreakMaxTextCount:"\u0627\u0644\u062D\u062F \u0627\u0644\u0623\u0642\u0635\u0649 \u0644\u0639\u062F\u062F \u0627\u0644\u0623\u062D\u0631\u0641 \u0627\u0644\u0645\u0633\u0645\u0648\u062D \u0628\u0647 \u0644\u0643\u0644 \u062C\u0645\u0644\u0629 \u0628\u0639\u062F \u0641\u0648\u0627\u0635\u0644 \u0627\u0644\u0623\u0633\u0637\u0631","translate-pdf":"\u0627\u0646\u0642\u0631 \u0644\u062A\u0631\u062C\u0645\u0629 PDF","noSupportTranslate-pdf":"\u0627\u0644\u0628\u0631\u0646\u0627\u0645\u062C \u0627\u0644\u0646\u0635\u064A \u063A\u064A\u0631 \u0645\u062F\u0639\u0648\u0645\u060C \u064A\u0631\u062C\u0649 \u0627\u0633\u062A\u062E\u062F\u0627\u0645 \u0627\u0644\u0628\u0631\u0646\u0627\u0645\u062C \u0627\u0644\u0625\u0636\u0627\u0641\u064A","translate-firefox-local-pdf":"\u0627\u0646\u0642\u0631 \u0644\u0627\u0633\u062A\u064A\u0631\u0627\u062F PDF",enableLineBreak:"\u0642\u0645 \u0628\u062A\u0634\u063A\u064A\u0644 \u0627\u0644\u062A\u0641\u0627\u0641 \u0627\u0644\u0643\u0644\u0645\u0627\u062A \u0627\u0644\u062A\u0644\u0642\u0627\u0626\u064A \u0644\u0644\u0641\u0642\u0631\u0627\u062A \u0627\u0644\u0637\u0648\u064A\u0644\u0629",sponsorLabel:"\u0627\u062F\u0639\u0645 \u0645\u0637\u0648\u0631\u064B\u0627 \u0628\u062F\u0621\u064B\u0627 \u0645\u0646 1 \u062F\u0648\u0644\u0627\u0631",help:"\u064A\u0633\u0627\u0639\u062F",browserShortcutsNoteForFirefox:'\u0644\u062A\u0639\u062F\u064A\u0644 \u0645\u0641\u0627\u062A\u064A\u062D \u0627\u0644\u0627\u062E\u062A\u0635\u0627\u0631 \u0641\u064A \u0645\u062A\u0635\u0641\u062D Firefox\u060C \u062A\u062D\u062A\u0627\u062C \u0625\u0644\u0649 \u0641\u062A\u062D \u0635\u0641\u062D\u0629 \u0625\u062F\u0627\u0631\u0629 \u0627\u0644\u0627\u0645\u062A\u062F\u0627\u062F\u0627\u062A `about:addons`\u060C \u062B\u0645 \u0627\u0644\u0646\u0642\u0631 \u0641\u0648\u0642 "\u0627\u0644\u0625\u0639\u062F\u0627\u062F\u0627\u062A"\u060C \u062B\u0645 \u0627\u0644\u0646\u0642\u0631 \u0641\u0648\u0642 "\u0625\u062F\u0627\u0631\u0629 \u0645\u0641\u0627\u062A\u064A\u062D \u0627\u0644\u0627\u062E\u062A\u0635\u0627\u0631" \u0644\u062A\u0639\u064A\u064A\u0646\u0647\u0627.',browserShortcutsNoteForChrome:"\u0644\u062A\u0639\u062F\u064A\u0644 \u0645\u0641\u0627\u062A\u064A\u062D \u0627\u0644\u0627\u062E\u062A\u0635\u0627\u0631 \u0641\u064A \u0645\u062A\u0635\u0641\u062D \u064A\u0634\u0628\u0647 Chrome\u060C \u062A\u062D\u062A\u0627\u062C \u0625\u0644\u0649 \u0641\u062A\u062D \u0635\u0641\u062D\u0629 \u0625\u062F\u0627\u0631\u0629 \u0627\u0644\u0625\u0636\u0627\u0641\u0627\u062A\u060C \u0648\u062A\u0639\u064A\u064A\u0646\u0647\u0627 \u0641\u064A \u0644\u0648\u062D\u0629 `\u0625\u062F\u0627\u0631\u0629 \u0627\u0644\u0627\u062E\u062A\u0635\u0627\u0631\u0627\u062A` (`chrome://extensions/shortcuts`)\u060C \u062B\u0645 \u0627\u0644\u0646\u0642\u0631 \u0641\u0648\u0642 \u0627\u0644\u0632\u0631 \u0623\u062F\u0646\u0627\u0647 \u0644\u0644\u0627\u0646\u062A\u0642\u0627\u0644 \u0625\u0644\u0649 \u0635\u0641\u062D\u0629 \u0625\u062F\u0627\u0631\u0629 \u0645\u0641\u062A\u0627\u062D \u0627\u0644\u0627\u062E\u062A\u0635\u0627\u0631.",browserShortcutsSucks:"\u062A\u0646\u0633\u064A\u0642 \u0645\u0641\u062A\u0627\u062D \u0627\u0644\u0627\u062E\u062A\u0635\u0627\u0631 \u0627\u0644\u0645\u062E\u0635\u0635 \u0647\u0648 (\u0644\u0627 \u064A\u0648\u062C\u062F \u0627\u0644\u062A\u0639\u0631\u0641 \u0627\u0644\u062A\u0644\u0642\u0627\u0626\u064A\u060C \u064A\u0631\u062C\u0649 \u0627\u0644\u062F\u062E\u0648\u0644 \u0645\u0628\u0627\u0634\u0631\u0629)\uFF1A",enableLineBreakDescription:"\u0639\u0646\u062F \u062A\u0634\u063A\u064A\u0644\u0647\u060C \u0633\u064A\u062A\u0645 \u0625\u062F\u0631\u0627\u062C \u0641\u0648\u0627\u0635\u0644 \u0627\u0644\u0623\u0633\u0637\u0631 \u0641\u064A \u0646\u0647\u0627\u064A\u0629 \u0643\u0644 \u062C\u0645\u0644\u0629 \u0641\u064A \u0641\u0642\u0631\u0627\u062A \u0637\u0648\u064A\u0644\u0629 \u0644\u062A\u0633\u0647\u064A\u0644 \u0627\u0644\u0642\u0631\u0627\u0621\u0629.","browser.shortBrandName":"\u062A\u0631\u062C\u0645\u0629 \u063A\u0627\u0645\u0631\u0629","browser.brandName":"\u062A\u0631\u062C\u0645\u0629 \u063A\u0627\u0645\u0631\u0629: \u062A\u0631\u062C\u0645\u0629 \u0635\u0641\u062D\u0627\u062A \u0627\u0644\u0648\u064A\u0628 \u062B\u0646\u0627\u0626\u064A\u0629 \u0627\u0644\u0644\u063A\u0629 \u0648\u062A\u0631\u062C\u0645\u0629 \u0645\u0633\u062A\u0646\u062F\u0627\u062A PDF","browser.brandDescription":"Bilingual web page translation, also supports PDF translation, bilingual Epub eBook translation, free to use.","browser.toggleTranslatePage":"\u062A\u0631\u062C\u0645\u0629 \u0635\u0641\u062D\u0629 \u0627\u0644\u0648\u064A\u0628/\u0625\u0638\u0647\u0627\u0631 \u0627\u0644\u0646\u0635 \u0627\u0644\u0623\u0635\u0644\u064A","browser.toggleTranslateTheWholePage":"\u062A\u0631\u062C\u0645\u0629 \u062C\u0645\u064A\u0639 \u0645\u0646\u0627\u0637\u0642 \u0627\u0644\u0635\u0641\u062D\u0629/\u0639\u0631\u0636 \u0627\u0644\u0646\u0635 \u0627\u0644\u0623\u0635\u0644\u064A","browser.toggleOnlyTransation":"\u062A\u0628\u062F\u064A\u0644 \u0627\u0644\u0648\u0636\u0639 \u062B\u0646\u0627\u0626\u064A \u0627\u0644\u0644\u063A\u0629 / \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0641\u0642\u0637","browser.toggleTranslateToThePageEndImmediately":"\u062A\u0631\u062C\u0645\u0629 \u0641\u0648\u0631\u064A\u0629 \u0625\u0644\u0649 \u0623\u0633\u0641\u0644 \u0627\u0644\u0635\u0641\u062D\u0629/\u0625\u0638\u0647\u0627\u0631 \u0627\u0644\u0646\u0635 \u0627\u0644\u0623\u0635\u0644\u064A","browser.toggleTranslateTheMainPage":"\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0645\u0646\u0637\u0642\u0629 \u0627\u0644\u0631\u0626\u064A\u0633\u064A\u0629 \u0644\u0644\u0635\u0641\u062D\u0629/\u0639\u0631\u0636 \u0627\u0644\u0646\u0635 \u0627\u0644\u0623\u0635\u0644\u064A","browser.shareToDraft":"\u0645\u0634\u0627\u0631\u0643\u0629 \u0627\u0644\u0635\u0641\u062D\u0627\u062A \u062B\u0646\u0627\u0626\u064A\u0629 \u0627\u0644\u0644\u063A\u0629","browser.openOptionsPage":"\u0627\u0641\u062A\u062D \u0635\u0641\u062D\u0629 \u0627\u0644\u0625\u0639\u062F\u0627\u062F\u0627\u062A","browser.toggleTranslationMask":"\u0625\u0638\u0647\u0627\u0631/\u0625\u062E\u0641\u0627\u0621 \u062A\u0623\u062B\u064A\u0631 \u0637\u0645\u0633 \u0627\u0644\u062A\u0631\u062C\u0645\u0629","browser.translateLocalPdfFile":"\u062A\u0631\u062C\u0645\u0629 \u0645\u0644\u0641\u0627\u062A PDF \u0627\u0644\u0645\u062D\u0644\u064A\u0629","browser.openEbookViewer":"\u0642\u0631\u0627\u0621\u0629 \u0627\u0644\u0643\u062A\u0628 \u0627\u0644\u0625\u0644\u0643\u062A\u0631\u0648\u0646\u064A\u0629 \u0627\u0644\u0645\u062D\u0644\u064A\u0629","browser.openEbookBuilder":"\u0625\u0646\u0634\u0627\u0621 \u0643\u062A\u0628 \u0625\u0644\u0643\u062A\u0631\u0648\u0646\u064A\u0629 EPUB \u062B\u0646\u0627\u0626\u064A\u0629 \u0627\u0644\u0644\u063A\u0629","browser.translateLocalHtmlFile":"\u062A\u0631\u062C\u0645\u0629 \u0645\u0644\u0641\u0627\u062A HTML/txt","browser.donateContext":"\u062A\u0639\u0631\u0641 \u0639\u0644\u0649 \u0641\u0648\u0627\u0626\u062F \u0627\u0644\u0631\u0639\u0627\u064A\u0629","browser.translateLocalSubtitleFile":"\u062A\u0631\u062C\u0645\u0629 \u0645\u0644\u0641\u0627\u062A \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0645\u062D\u0644\u064A\u0629",confirmResetConfig:"\u0647\u0644 \u0623\u0646\u062A \u0645\u062A\u0623\u0643\u062F \u0623\u0646\u0643 \u062A\u0631\u064A\u062F \u0625\u0639\u0627\u062F\u0629 \u0636\u0628\u0637 \u0625\u0639\u062F\u0627\u062F\u0627\u062A\u0643\u061F",translationLineBreakSettingTitle:"\u0625\u0639\u062F\u0627\u062F\u0627\u062A \u0627\u0644\u062A\u0641\u0627\u0641 \u0633\u0637\u0631 \u0627\u0644\u062A\u0631\u062C\u0645\u0629",smartLineBreak:"\u062A\u063A\u0644\u064A\u0641 \u0627\u0644\u062E\u0637 \u0627\u0644\u0630\u0643\u064A",alwaysLineBreak:"\u0627\u0644\u062A\u0641\u0627\u0641 \u062F\u0627\u0626\u0645\u0627",isShowContextMenu:"\u0623\u0636\u0641 \u0635\u0641\u062D\u0629 \u0627\u0644\u0648\u064A\u0628 \u0627\u0644\u0645\u062A\u0631\u062C\u0645\u0629 \u0625\u0644\u0649 \u0639\u0646\u0635\u0631 \u0642\u0627\u0626\u0645\u0629 \u0627\u0644\u0646\u0642\u0631 \u0628\u0632\u0631 \u0627\u0644\u0645\u0627\u0648\u0633 \u0627\u0644\u0623\u064A\u0645\u0646",toggleBeta:"\u062A\u0641\u0639\u064A\u0644 \u0645\u064A\u0632\u0627\u062A \u0627\u0644\u0627\u062E\u062A\u0628\u0627\u0631 \u0627\u0644\u062A\u062C\u0631\u064A\u0628\u064A",betaDescription:"\u062A\u0645\u0643\u064A\u0646 \u0627\u0644\u0645\u064A\u0632\u0627\u062A \u0627\u0644\u062A\u064A \u0644\u0627 \u062A\u0632\u0627\u0644 \u062A\u062C\u0631\u064A\u0628\u064A\u0629\u060C \u0628\u0627\u0644\u0625\u0636\u0627\u0641\u0629 \u0625\u0644\u0649 \u062E\u062F\u0645\u0627\u062A \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0642\u064A\u062F \u0627\u0644\u0627\u062E\u062A\u0628\u0627\u0631. \u0627\u0646\u0636\u0645 \u0625\u0644\u0649<1>\u0645\u062C\u0645\u0648\u0639\u0629 \u0627\u0644\u062A\u0644\u064A\u062C\u0631\u0627\u0645 \u064A\u062A\u0639\u0644\u0645 \u0623\u0643\u062B\u0631.",translationLineBreakSettingDescription:"\u064A\u064F\u0639\u062F \u0627\u0644\u0627\u0644\u062A\u0641\u0627\u0641 \u062F\u0627\u0626\u0645\u064B\u0627 \u0645\u0646\u0627\u0633\u0628\u064B\u0627 \u0644\u0644\u062A\u062E\u0637\u064A\u0637\u0627\u062A \u0630\u0627\u062A \u0627\u0644\u0645\u062D\u062A\u0648\u0649 \u0627\u0644\u0623\u0642\u0644 \u0648\u0627\u0644\u0623\u0643\u062B\u0631 \u062A\u0631\u062A\u064A\u0628\u064B\u0627. (\u0627\u0633\u062A\u062E\u062F\u0645 \u0641\u0648\u0627\u0635\u0644 \u0627\u0644\u0623\u0633\u0637\u0631 \u0627\u0644\u0630\u0643\u064A\u0629 \u0641\u064A \u0627\u0644\u0641\u0642\u0631\u0627\u062A \u0627\u0644\u0637\u0648\u064A\u0644\u0629 \u0627\u0644\u062A\u064A \u062A\u062D\u062A\u0648\u064A \u0639\u0644\u0649 \u0627\u0644\u0643\u062B\u064A\u0631 \u0645\u0646 \u0627\u0644\u0645\u062D\u062A\u0648\u0649 (\u0623\u0643\u062B\u0631 \u0645\u0646{count}\u062D\u0631\u0641) \u0644\u062A\u0648\u0641\u064A\u0631 \u0627\u0644\u0645\u0633\u0627\u062D\u0629)",tempTranslateDomainTitle:"\u0643\u0645 \u0645\u0646 \u0627\u0644\u0648\u0642\u062A \u0644\u062A\u0645\u0643\u064A\u0646 \u062A\u0631\u062C\u0645\u0629 \u0645\u0648\u0642\u0639 \u0627\u0644\u0648\u064A\u0628 \u0645\u0624\u0642\u062A\u064B\u0627",tempTranslateDomainDescription:"\u0639\u0646\u062F \u062A\u0631\u062C\u0645\u0629 \u0635\u0641\u062D\u0629 \u0648\u064A\u0628 \u064A\u062F\u0648\u064A\u064B\u0627\u060C \u0642\u0645 \u0628\u062A\u0634\u063A\u064A\u0644 \u0645\u0648\u0642\u0639 \u0627\u0644\u0648\u064A\u0628 \u0645\u0624\u0642\u062A\u064B\u0627 \u0644\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u062A\u0644\u0642\u0627\u0626\u064A\u0629\u060C \u0648\u064A\u0645\u0643\u0646\u0643 \u0636\u0628\u0637 \u0627\u0644\u0645\u062F\u0629 \u0627\u0644\u0645\u0624\u0642\u062A\u0629.",xMinutes:"{count} \u062F\u0642\u064A\u0642\u0629",disabled:"\u0625\u0628\u0637\u0627\u0644",changelog:"\u062A\u063A\u064A\u064A\u0631 \u0627\u0644\u0633\u062C\u0644",toggleTranslatePageWhenThreeFingersOnTheScreen:"\u0627\u0644\u0645\u0633 \u0627\u0644\u0634\u0627\u0634\u0629 \u0628\u0623\u0635\u0627\u0628\u0639 \u0645\u062A\u0639\u062F\u062F\u0629 \u0641\u064A \u0646\u0641\u0633 \u0627\u0644\u0648\u0642\u062A \u0644\u062A\u0631\u062C\u0645\u0629 \u0635\u0641\u062D\u0629 \u0627\u0644\u0648\u064A\u0628/\u0639\u0631\u0636 \u0627\u0644\u0646\u0635 \u0627\u0644\u0623\u0635\u0644\u064A",toggleTranslationMaskWhenThreeFingersOnTheScreen:"\u0627\u0644\u0645\u0633 \u0639\u062F\u0629 \u0623\u0635\u0627\u0628\u0639 \u0641\u064A \u0646\u0641\u0633 \u0627\u0644\u0648\u0642\u062A \u0644\u0625\u0638\u0647\u0627\u0631/\u0625\u062E\u0641\u0627\u0621 \u062A\u0623\u062B\u064A\u0631 \u0637\u0645\u0633 \u0627\u0644\u062A\u0631\u062C\u0645\u0629",fingerCountToToggleTranslagePageOnlyTranslationWhenTouching:"\u0627\u0644\u0645\u0633 \u0627\u0644\u0634\u0627\u0634\u0629 \u0628\u0623\u0635\u0627\u0628\u0639 \u0645\u062A\u0639\u062F\u062F\u0629 \u0641\u064A \u0646\u0641\u0633 \u0627\u0644\u0648\u0642\u062A \u0644\u062A\u0631\u062C\u0645\u0629 \u0635\u0641\u062D\u0629 \u0627\u0644\u0648\u064A\u0628 (\u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0641\u0642\u0637)/\u0639\u0631\u0636 \u0627\u0644\u0646\u0635 \u0627\u0644\u0623\u0635\u0644\u064A",addUrlDescription:"\u064A\u0645\u0643\u0646 \u0623\u0646 \u064A\u0643\u0648\u0646 \u0627\u0633\u0645 \u0646\u0637\u0627\u0642 \u0648\u064A\u062F\u0639\u0645 \u0623\u062D\u0631\u0641 \u0627\u0644\u0628\u062F\u0644\u060C \u0645\u062B\u0644\uFF1A*.google.com\u060C google.com/mail/*\u060C https://www.google.com/*",general:"\u0627\u0644\u0625\u0639\u062F\u0627\u062F\u0627\u062A \u0627\u0644\u0623\u0633\u0627\u0633\u064A\u0629",clickToExpandConfig:"\u0642\u0645 \u0628\u062A\u0648\u0633\u064A\u0639 \u0627\u0644\u062A\u0643\u0648\u064A\u0646 \u0627\u0644\u062D\u0627\u0644\u064A",import:"\u0627\u0633\u062A\u064A\u0631\u0627\u062F \u0645\u0646 \u0645\u0644\u0641",export:"\u062A\u0635\u062F\u064A\u0631 \u0625\u0644\u0649 \u0645\u0644\u0641",toggleDebug:"\u0637\u0628\u0627\u0639\u0629 \u0633\u062C\u0644\u0627\u062A \u0627\u0644\u062A\u0635\u062D\u064A\u062D \u0639\u0644\u0649 \u0648\u062D\u062F\u0629 \u0627\u0644\u062A\u062D\u0643\u0645","fingers.0":"\u0625\u0646\u0647\u0627\u0621","fingers.2":"\u0644\u0645\u0633\u0629 \u0628\u0625\u0635\u0628\u0639\u064A\u0646","fingers.3":"\u0644\u0645\u0633\u0629 \u0628\u062B\u0644\u0627\u062B\u0629 \u0623\u0635\u0627\u0628\u0639","fingers.4":"\u0644\u0645\u0633\u0629 \u0628\u0623\u0631\u0628\u0639\u0629 \u0623\u0635\u0627\u0628\u0639","fingers.5":"\u0644\u0645\u0633\u0629 \u062E\u0645\u0633\u0629 \u0623\u0635\u0627\u0628\u0639",mouseHoldKey:"+ {key} \u062A\u0631\u062C\u0645\u0629/\u0627\u0633\u062A\u0639\u0627\u062F\u0629 \u0647\u0630\u0647 \u0627\u0644\u0641\u0642\u0631\u0629",mouseHoldKeyAuto:"\u062A\u0631\u062C\u0645\u0629 \u0647\u0630\u0647 \u0627\u0644\u0641\u0642\u0631\u0629 \u0645\u0628\u0627\u0634\u0631\u0629",mouseHoldKeyOff:"\u0644\u0627 \u062A\u0641\u0639\u0644 \u0623\u064A \u0634\u064A\u0621",mouseHoldKeyOther:"\u0645\u0641\u0627\u062A\u064A\u062D \u0627\u0644\u0627\u062E\u062A\u0635\u0627\u0631 \u0627\u0644\u0645\u062E\u0635\u0635\u0629 (\u0627\u0644\u0625\u0639\u062F\u0627\u062F\u0627\u062A \u0627\u0644\u0645\u0641\u062A\u0648\u062D\u0629)",mouseHoldKeyCustomKey:"{key} / \u0627\u0633\u062A\u0639\u0627\u062F\u0629 \u0647\u0630\u0647 \u0627\u0644\u0641\u0642\u0631\u0629",mouseHoverHoldKey:"\u062D\u0631\u0643 \u0627\u0644\u0645\u0627\u0648\u0633 \u0648\u0627\u0636\u063A\u0637 \u0639\u0644\u0649 \u0645\u0641\u062A\u0627\u062D \u0627\u0644\u0627\u062E\u062A\u0635\u0627\u0631 \u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0641\u0642\u0631\u0629","mouse-translate":"\u062A\u0645\u0631\u064A\u0631 \u0627\u0644\u0645\u0627\u0648\u0633",document:"\u0648\u062B\u064A\u0642\u0629",resetSuccess:"\u0625\u0639\u0627\u062F\u0629 \u0636\u0628\u0637 \u062C\u0645\u064A\u0639 \u0627\u0644\u0625\u0639\u062F\u0627\u062F\u0627\u062A \u0628\u0646\u062C\u0627\u062D",resetThisSuccess:"\u062A\u0645\u062A \u0625\u0639\u0627\u062F\u0629 \u0627\u0644\u0636\u0628\u0637 \u0628\u0646\u062C\u0627\u062D",saved:"\u062D\u0641\u0638 \u0628\u0646\u062C\u0627\u062D",successImportConfig:"\u062A\u0645 \u0627\u0633\u062A\u064A\u0631\u0627\u062F \u0627\u0644\u062A\u0643\u0648\u064A\u0646 \u0628\u0646\u062C\u0627\u062D",goAdvancedSettings:"\u0627\u0646\u062A\u0642\u0644 \u0625\u0644\u0649 \u0635\u0641\u062D\u0629 \u0627\u0644\u0625\u0639\u062F\u0627\u062F\u0627\u062A \u0627\u0644\u0645\u062A\u0642\u062F\u0645\u0629",goAdvancedInterfaceSettings:"\u0627\u0646\u062A\u0642\u0644 \u0625\u0644\u0649 \u0635\u0641\u062D\u0629 \u0625\u0639\u062F\u0627\u062F\u0627\u062A \u0627\u0644\u062A\u062E\u0635\u064A\u0635 \u0627\u0644\u0645\u062A\u0642\u062F\u0645\u0629",advanced:"\u0625\u0639\u062F\u0627\u062F\u0627\u062A \u0645\u062A\u0642\u062F\u0645\u0629",advancedDescription:"\u0628\u0634\u0643\u0644 \u0639\u0627\u0645\u060C \u0644\u0627 \u064A\u0644\u0632\u0645 \u0623\u064A \u0625\u0639\u062F\u0627\u062F\u060C \u0641\u0642\u0637 \u0627\u062D\u062A\u0641\u0638 \u0628\u0627\u0644\u0625\u0639\u062F\u0627\u062F \u0627\u0644\u0627\u0641\u062A\u0631\u0627\u0636\u064A. \u0641\u0642\u0637 \u0644\u0644\u0645\u0633\u062A\u062E\u062F\u0645\u064A\u0646 \u0627\u0644\u0623\u0643\u062B\u0631 \u0627\u062D\u062A\u0631\u0627\u0641\u064B\u0627\u060C \u064A\u062A\u0645 \u062A\u0648\u0641\u064A\u0631 \u0625\u0639\u062F\u0627\u062F\u0627\u062A \u0623\u0643\u062B\u0631 \u062A\u062E\u0635\u064A\u0635\u064B\u0627.",developer:"\u0625\u0639\u062F\u0627\u062F\u0627\u062A \u0627\u0644\u0645\u0637\u0648\u0631",donateCafe:"\u0633\u0639\u0631","translate to the bottom of the page":"\u0628\u0639\u062F \u0627\u0644\u062F\u062E\u0648\u0644 \u0625\u0644\u0649 \u0635\u0641\u062D\u0629 \u0627\u0644\u0648\u064A\u0628 \u0647\u0644 \u064A\u062A\u0645 \u062A\u0631\u062C\u0645\u062A\u0647\u0627 \u0645\u0628\u0627\u0634\u0631\u0629 \u0625\u0644\u0649 \u0623\u0633\u0641\u0644 \u0627\u0644\u0635\u0641\u062D\u0629\u061F",feedback:"\u062A\u0639\u0644\u064A\u0642",toggleTranslatePage:"\u062A\u0631\u062C\u0645\u0629 \u0635\u0641\u062D\u0629 \u0627\u0644\u0648\u064A\u0628/\u0625\u0638\u0647\u0627\u0631 \u0627\u0644\u0646\u0635 \u0627\u0644\u0623\u0635\u0644\u064A",translateToThePageEndImmediatelyDescription:"\u0639\u0646\u062F \u062A\u0634\u063A\u064A\u0644\u0647\u060C \u0633\u064A\u0624\u062F\u064A \u0627\u0644\u062F\u062E\u0648\u0644 \u0625\u0644\u0649 \u0635\u0641\u062D\u0629 \u0648\u064A\u0628 \u0625\u0644\u0649 \u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0645\u062D\u062A\u0648\u0649 \u0639\u0644\u0649 \u0627\u0644\u0641\u0648\u0631 \u0645\u0646 \u0623\u0639\u0644\u0649 \u0625\u0644\u0649 \u0623\u0633\u0641\u0644. \u0625\u0630\u0627 \u062A\u0645 \u0625\u064A\u0642\u0627\u0641\u0647\u060C \u064A\u0645\u0643\u0646\u0643 \u0627\u0644\u0642\u0631\u0627\u0621\u0629 \u0648\u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0641\u064A \u0646\u0641\u0633 \u0627\u0644\u0648\u0642\u062A. (\u0644\u0627 \u064A\u0646\u0635\u062D \u0628\u062A\u0634\u063A\u064A\u0644\u0647)","translate all areas of the page":"\u0645\u0627 \u0625\u0630\u0627 \u0643\u0627\u0646 \u0633\u064A\u062A\u0645 \u062A\u0631\u062C\u0645\u0629 \u062C\u0645\u064A\u0639 \u0645\u0646\u0627\u0637\u0642 \u0635\u0641\u062D\u0629 \u0627\u0644\u0648\u064A\u0628",translationAreaDescription:"\u0639\u0646\u062F \u062A\u0634\u063A\u064A\u0644\u0647\u060C \u0633\u062A\u062A\u0645 \u062A\u0631\u062C\u0645\u0629 \u062C\u0645\u064A\u0639 \u0645\u0646\u0627\u0637\u0642 \u0635\u0641\u062D\u0629 \u0627\u0644\u0648\u064A\u0628 \u0628\u0623\u0643\u0645\u0644\u0647\u0627. \u0625\u0630\u0627 \u062A\u0645 \u0625\u064A\u0642\u0627\u0641 \u062A\u0634\u063A\u064A\u0644\u0647\u060C \u0641\u0633\u064A\u062A\u0645 \u0627\u0633\u062A\u062E\u062F\u0627\u0645 \u0627\u0644\u062A\u0639\u0631\u0641 \u0627\u0644\u0630\u0643\u064A \u0627\u0644\u0627\u0641\u062A\u0631\u0627\u0636\u064A \u0648\u0633\u062A\u062A\u0645 \u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0645\u0646\u0637\u0642\u0629 \u0627\u0644\u0631\u0626\u064A\u0633\u064A\u0629 \u0641\u0642\u0637. (\u0644\u0627 \u064A\u0646\u0635\u062D \u0628\u062A\u0634\u063A\u064A\u0644\u0647)","the number of characters to be translated first":"\u0642\u0645 \u0628\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0623\u062D\u0631\u0641 \u0627\u0644\u0642\u0644\u064A\u0644\u0629 \u0627\u0644\u0623\u0648\u0644\u0649 \u0645\u0646 \u0627\u0644\u0635\u0641\u062D\u0629 \u0645\u0628\u0627\u0634\u0631\u0629 \u062F\u0648\u0646 \u0627\u0646\u062A\u0638\u0627\u0631 \u0627\u0644\u062A\u0645\u0631\u064A\u0631 \u0625\u0644\u0649 \u0627\u0644\u0645\u0646\u0637\u0642\u0629 \u0627\u0644\u0645\u0631\u0626\u064A\u0629","interface language":"\u0644\u063A\u0629 \u0627\u0644\u0648\u0627\u062C\u0647\u0629","display both the original text and the translation":"\u0639\u0631\u0636 \u0627\u0644\u0646\u0635 \u0627\u0644\u0623\u0635\u0644\u064A \u0648\u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0641\u064A \u0648\u0642\u062A \u0648\u0627\u062D\u062F","keyboard shortcuts":"\u0627\u062E\u062A\u0635\u0627\u0631\u0627\u062A \u0644\u0648\u062D\u0629 \u0627\u0644\u0645\u0641\u0627\u062A\u064A\u062D",modify:"\u062A\u0639\u062F\u064A\u0644 \u0645\u0641\u0627\u062A\u064A\u062D \u0627\u0644\u0627\u062E\u062A\u0635\u0627\u0631",reset:"\u0625\u0639\u0627\u062F\u0629 \u0636\u0628\u0637",close:"\u0625\u0646\u0647\u0627\u0621",homepage:"\u0627\u0644\u0635\u0641\u062D\u0629 \u0627\u0644\u0631\u0626\u064A\u0633\u064A\u0629",more:"\u0623\u0643\u062B\u0631",moreOptions:"\u0642\u0645 \u0628\u062A\u0648\u0633\u064A\u0639 \u0627\u0644\u0645\u0632\u064A\u062F \u0645\u0646 \u062E\u064A\u0627\u0631\u0627\u062A \u0627\u0644\u062A\u062E\u0635\u064A\u0635",translateTheWholePage:"\u062A\u0631\u062C\u0645\u0629 \u062C\u0645\u064A\u0639 \u0645\u0646\u0627\u0637\u0642 \u0627\u0644\u0635\u0641\u062D\u0629 (\u062A\u062E\u062A\u0644\u0641 \u0639\u0646 \u0627\u0644\u0645\u0646\u0627\u0637\u0642 \u0627\u0644\u0631\u0626\u064A\u0633\u064A\u0629 \u0644\u0644\u062A\u0639\u0631\u0641 \u0627\u0644\u0630\u0643\u064A)",changeToTranslateTheWholePage:"\u0627\u0644\u062A\u0628\u062F\u064A\u0644 \u0644\u062A\u0631\u062C\u0645\u0629 \u0643\u0627\u0641\u0629 \u0627\u0644\u0645\u062C\u0627\u0644\u0627\u062A",changeToTranslateTheMainPage:"\u0642\u0645 \u0628\u0627\u0644\u062A\u0628\u062F\u064A\u0644 \u0625\u0644\u0649 \u0645\u0646\u0637\u0642\u0629 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0631\u0626\u064A\u0633\u064A\u0629",changeToOnlyTranslationMode:"\u0642\u0645 \u0628\u0627\u0644\u062A\u0628\u062F\u064A\u0644 \u0625\u0644\u0649 \u0625\u0638\u0647\u0627\u0631 \u0627\u0644\u062A\u0631\u062C\u0645\u0627\u062A \u0641\u0642\u0637",changeToDualTranslationMode:"\u0627\u0644\u062A\u0628\u062F\u064A\u0644 \u0625\u0644\u0649 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u062B\u0646\u0627\u0626\u064A\u0629 \u0627\u0644\u0644\u063A\u0629",translateToThePageEndImmediately:"\u062A\u0631\u062C\u0645 \u0639\u0644\u0649 \u0627\u0644\u0641\u0648\u0631 \u0625\u0644\u0649 \u0623\u0633\u0641\u0644 \u0627\u0644\u0635\u0641\u062D\u0629",translateTheMainPage:"\u0627\u0644\u0645\u062C\u0627\u0644\u0627\u062A \u0627\u0644\u0631\u0626\u064A\u0633\u064A\u0629 \u0644\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0630\u0643\u064A\u0629","The local rules are up to date":"\u0642\u0648\u0627\u0639\u062F \u0627\u0644\u062A\u0643\u064A\u0641 \u0627\u0644\u0645\u062D\u0644\u064A\u0629 \u0645\u062D\u062F\u062B\u0629:","Successfully synchronized with the latest official rules:":"\u062A\u0645\u062A \u0645\u0632\u0627\u0645\u0646\u0629 \u0623\u062D\u062F\u062B \u0642\u0648\u0627\u0639\u062F \u0627\u0644\u062A\u0643\u064A\u0641 \u0627\u0644\u0631\u0633\u0645\u064A\u0629 \u0628\u0646\u062C\u0627\u062D:","Checking for updates":"\u0627\u0644\u0628\u062D\u062B \u0639\u0646 \u062A\u062D\u062F\u064A\u062B\u0627\u062A","Rules are being synchronized":"\u0645\u0632\u0627\u0645\u0646\u0629 \u0642\u0648\u0627\u0639\u062F \u0627\u0644\u062A\u0643\u064A\u0641",localVersionIsTooOld:"\u0625\u0635\u062F\u0627\u0631 \u0627\u0644\u0645\u0644\u062D\u0642 \u0627\u0644\u0645\u062D\u0644\u064A \u0642\u062F\u064A\u0645 \u062C\u062F\u064B\u0627. \u064A\u0631\u062C\u0649 \u0627\u0644\u062A\u0631\u0642\u064A\u0629 \u0625\u0644\u0649 \u0627\u0644\u0645\u0644\u062D\u0642 {minVersion} \u0623\u0648 \u0625\u0635\u062F\u0627\u0631 \u0623\u062D\u062F\u062B \u0648\u0645\u062D\u0627\u0648\u0644\u0629 \u0627\u0644\u0645\u0632\u0627\u0645\u0646\u0629 \u0645\u0631\u0629 \u0623\u062E\u0631\u0649.",badUserscriptBrowser:"\u0627\u0644\u0645\u062A\u0635\u0641\u062D \u0627\u0644\u062D\u0627\u0644\u064A \u0644\u0627 \u064A\u0637\u0628\u0642 \u0648\u0627\u062C\u0647\u0629 \u0645\u0644\u062D\u0642 Grease Monkey \u0628\u0634\u0643\u0644 \u0635\u062D\u064A\u062D (\u0645\u062B\u0644 \u0627\u0644\u062D\u0635\u0648\u0644 \u0639\u0644\u0649 \u0645\u0639\u0644\u0648\u0645\u0627\u062A \u0631\u0642\u0645 \u0627\u0644\u0625\u0635\u062F\u0627\u0631 \u0644\u0644\u0628\u0631\u0646\u0627\u0645\u062C \u0627\u0644\u0646\u0635\u064A Grease Monkey \u0646\u0641\u0633\u0647)\u060C \u064A\u0631\u062C\u0649 \u0627\u0633\u062A\u062E\u062F\u0627\u0645 \u0645\u0644\u062D\u0642\u0627\u062A \u062F\u0639\u0645 \u0623\u062E\u0631\u0649 <1> Grease Monkey \u0645\u062A\u0635\u0641\u062D\u0627\u062A \u0645\u062B\u0644 \u0641\u0627\u064A\u0631\u0641\u0648\u0643\u0633",foundNewVersion:"\u062A\u0645 \u0627\u0644\u0639\u062B\u0648\u0631 \u0639\u0644\u0649 \u0646\u0633\u062E\u0629 \u062C\u062F\u064A\u062F\u0629",theLocalExtensionIsUpToUpdate:"\u0627\u0644\u0627\u0645\u062A\u062F\u0627\u062F \u0627\u0644\u062D\u0627\u0644\u064A \u0647\u0648 \u0623\u062D\u062F\u062B \u0625\u0635\u062F\u0627\u0631.",failToSyncRules:"\u0641\u0634\u0644\u062A \u0645\u0632\u0627\u0645\u0646\u0629 \u0623\u062D\u062F\u062B \u0642\u0648\u0627\u0639\u062F \u0627\u0644\u062A\u0643\u064A\u0641",retry:"\u0627\u0636\u063A\u0637 \u0647\u0646\u0627 \u0644\u0644\u0645\u062D\u0627\u0648\u0644\u0629 \u0645\u0631\u0629 \u0623\u062E\u0631\u0649",failedReason:"\u0633\u0628\u0628 \u0627\u0644\u0641\u0634\u0644",currentRuleVersion:"\u0646\u0633\u062E\u0629 \u0627\u0644\u0642\u0627\u0639\u062F\u0629 \u0627\u0644\u062D\u0627\u0644\u064A\u0629",calculating:"\u062D\u0633\u0627\u0628",unknownError:"\u062E\u0637\u0623 \u063A\u064A\u0631 \u0645\u0639\u0631\u0648\u0641",canNotFetchRemoteRule:"\u063A\u064A\u0631 \u0642\u0627\u062F\u0631 \u0639\u0644\u0649 \u0627\u0644\u062D\u0635\u0648\u0644 \u0639\u0644\u0649 \u0627\u0644\u0642\u0648\u0627\u0639\u062F \u0627\u0644\u0628\u0639\u064A\u062F\u0629",enableAlphaSuccess:"\u062A\u0645 \u062A\u0634\u063A\u064A\u0644 \u0648\u0638\u064A\u0641\u0629 \u0623\u0644\u0641\u0627",disableAlphaSuccess:"\u062A\u0645 \u0625\u064A\u0642\u0627\u0641 \u0645\u064A\u0632\u0629 \u0623\u0644\u0641\u0627",cacheSize:"\u062D\u062C\u0645 \u0630\u0627\u0643\u0631\u0629 \u0627\u0644\u062A\u062E\u0632\u064A\u0646 \u0627\u0644\u0645\u0624\u0642\u062A\uFF1A",cleaning:"\u062A\u0646\u0638\u064A\u0641",cleanCache:"\u0645\u0633\u062D \u0630\u0627\u0643\u0631\u0629 \u0627\u0644\u062A\u062E\u0632\u064A\u0646 \u0627\u0644\u0645\u0624\u0642\u062A",options:"\u064A\u062B\u0628\u062A",about:"\u0639\u0646",service:"\u062E\u062F\u0645\u0629 \u0627\u0644\u062A\u0631\u062C\u0645\u0629",needAction:"(\u0627\u0630\u0647\u0628 \u0644\u0644\u0627\u0639\u062F\u0627\u062F\u0627\u062A)",goSettings:"\u0627\u0630\u0647\u0628 \u0644\u0644\u0627\u0639\u062F\u0627\u062F\u0627\u062A",needActionForOptions:"(\u062A\u062D\u062A\u0627\u062C \u0625\u0644\u0649 \u062A\u0639\u064A\u064A\u0646)",translationEngine:"\u062E\u064A\u0627\u0631\u0627\u062A \u0627\u0644\u0645\u062D\u0631\u0643",sourceLanguage:"\u0627\u0644\u0644\u063A\u0629 \u0627\u0644\u0623\u0635\u0644\u064A\u0629",target:"\u0627\u0644\u0644\u063A\u0629 \u0627\u0644\u0645\u0633\u062A\u0647\u062F\u0641\u0629",popupSourceLanguage:"\u0627\u0644\u0644\u063A\u0629 \u0627\u0644\u0623\u0635\u0644\u064A\u0629",popupTarget:"\u0627\u0644\u0644\u063A\u0629 \u0627\u0644\u0645\u0633\u062A\u0647\u062F\u0641\u0629",popupService:"\u062E\u062F\u0645\u0629 \u0627\u0644\u062A\u0631\u062C\u0645\u0629",forThisSite:"\u0627\u0644\u0645\u0648\u0642\u0639 \u0627\u0644\u062D\u0627\u0644\u064A",autoEnableSubtitle:"\u0642\u0645 \u0628\u062A\u0634\u063A\u064A\u0644 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u062B\u0646\u0627\u0626\u064A\u0629 \u0627\u0644\u0644\u063A\u0629 \u062A\u0644\u0642\u0627\u0626\u064A\u064B\u0627",alwaysTranslate:"\u062A\u0631\u062C\u0645 \u062F\u0627\u0626\u0645\u0627 ",neverTranslate:"\u0644\u0627 \u062A\u062A\u0631\u062C\u0645 \u0623\u0628\u062F\u064B\u0627 ",alwaysTranslateSomeLanguage:"\u062A\u0631\u062C\u0645 \u062F\u0627\u0626\u0645\u0627 {language}",neverTranslateSomeLanguage:"\u0644\u0627 \u062A\u062A\u0631\u062C\u0645 \u0623\u0628\u062F\u064B\u0627 {language}",alwaysTranslateSomeSite:"\u062A\u0631\u062C\u0645 \u062F\u0627\u0626\u0645\u0627 {hostname}",neverTranslateSomeSite:"\u0644\u0627 \u062A\u062A\u0631\u062C\u0645 \u0623\u0628\u062F\u064B\u0627 {hostname}",alwaysTranslateSomeSiteOrWildSite:"\u0642\u0645 \u0628\u062A\u0631\u062C\u0645\u0629 \u0647\u0630\u0627 \u0627\u0644\u0645\u0648\u0642\u0639 \u062F\u0627\u0626\u0645\u064B\u0627",alwaysTranslateSomePage:"\u0642\u0645 \u0628\u062A\u0631\u062C\u0645\u0629 \u0647\u0630\u0647 \u0627\u0644\u0635\u0641\u062D\u0629 \u062F\u0627\u0626\u0645\u064B\u0627",add:"\u0627\u0636\u0641 \u0625\u0644\u064A\u0647",default:"\u062A\u0642\u0635\u064A\u0631",forThisLanguage:"\u0644\u0647\u0630\u0647 \u0627\u0644\u0644\u063A\u0629\uFF1A","add url":"\u0625\u062F\u062E\u0627\u0644 \u0639\u0646\u0648\u0627\u0646 \u0627\u0644\u0645\u0648\u0642\u0639",edit:"\u064A\u062D\u0631\u0631","translate other languages into specific language":"\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0644\u063A\u0627\u062A \u0627\u0644\u0623\u062E\u0631\u0649 \u0625\u0644\u0649 \u0627\u0644\u0644\u063A\u0629 \u0627\u0644\u062A\u064A \u062A\u062D\u062F\u062F\u0647\u0627","select translation service":"\u0627\u062E\u062A\u0631 \u062E\u062F\u0645\u0629 \u0627\u0644\u062A\u0631\u062C\u0645\u0629",language:"\u0644\u063A\u0629","show-original":"\u0625\u0638\u0647\u0627\u0631 \u0627\u0644\u0646\u0635 \u0627\u0644\u0623\u0635\u0644\u064A",translate:"\u064A\u062A\u0631\u062C\u0645",Translated:"\u0645\u062A\u0631\u062C\u0645",Translating:"\u062C\u0627\u0631 \u0627\u0644\u062A\u0631\u062C\u0645\u0629",Error:"\u062E\u0637\u0623",allowCacheTranslations:"\u062A\u0645\u0643\u064A\u0646 \u0627\u0644\u062A\u062E\u0632\u064A\u0646 \u0627\u0644\u0645\u0624\u0642\u062A \u0644\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0645\u062D\u0644\u064A\u0629 (\u0644\u062A\u0642\u0644\u064A\u0644 \u0637\u0644\u0628\u0627\u062A \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0644\u0644\u0641\u0642\u0631\u0627\u062A \u0627\u0644\u0645\u0643\u0631\u0631\u0629)","translation display":"\u0623\u0633\u0644\u0648\u0628 \u0639\u0631\u0636 \u0627\u0644\u062A\u0631\u062C\u0645\u0629","select diplay style":"\u062A\u0645\u064A\u064A\u0632 \u0623\u0633\u0644\u0648\u0628 \u0627\u0644\u062A\u0631\u062C\u0645\u0629\u060C \u064A\u0631\u062C\u0649 \u0627\u0644\u0631\u062C\u0648\u0639 \u0625\u0644\u0649 \u0627\u0644\u0623\u0645\u062B\u0644\u0629 \u0627\u0644\u062A\u0627\u0644\u064A\u0629 \u0644\u0645\u0632\u064A\u062F \u0645\u0646 \u0627\u0644\u062A\u0641\u0627\u0635\u064A\u0644:",interface:"\u0625\u0639\u062F\u0627\u062F\u0627\u062A \u0627\u0644\u0648\u0627\u062C\u0647\u0629",import_export:"\u0627\u0633\u062A\u064A\u0631\u0627\u062F \u0648\u062A\u0635\u062F\u064A\u0631",import_export_title:"\u062A\u0643\u0648\u064A\u0646 \u0627\u0644\u0627\u0633\u062A\u064A\u0631\u0627\u062F/\u0627\u0644\u062A\u0635\u062F\u064A\u0631",syncToGoogleDrive:"\u0627\u0644\u0645\u0632\u0627\u0645\u0646\u0629 \u0645\u0639 Google Drive \u0627\u0644\u0622\u0646",floatBallOptions:"\u0625\u0639\u062F\u0627\u062F\u0627\u062A \u0627\u0644\u0643\u0631\u0629 \u0627\u0644\u0645\u0639\u0644\u0642\u0629","floatBallOptions.enable":"\u062A\u0645\u0643\u064A\u0646 \u0627\u0644\u0643\u0631\u0629 \u0627\u0644\u0639\u0627\u0626\u0645\u0629","floatBallOptions.blockUrls":"\u062A\u0639\u0637\u064A\u0644 \u0645\u0648\u0642\u0639 \u0627\u0644\u0648\u064A\u0628","floatBallOptions.add":"\u0627\u0636\u0641 \u0625\u0644\u064A\u0647","floatBallOptions.blockUrlDesc":"\u0644\u0646 \u064A\u062A\u0645 \u0639\u0631\u0636 \u0627\u0644\u0643\u0631\u0629 \u0627\u0644\u0639\u0627\u0626\u0645\u0629 \u0639\u0646\u062F \u0645\u0648\u0627\u062C\u0647\u0629 \u0627\u0644\u0645\u0648\u0627\u0642\u0639 \u0627\u0644\u062A\u0627\u0644\u064A\u0629","floatBallOptions.clickType":"\u0627\u0646\u0642\u0631 \u0641\u0648\u0642 \u0627\u0644\u0633\u0644\u0648\u0643","floatBallOptions.clickTypeDesc":"\u0633\u0644\u0648\u0643 \u0623\u064A\u0642\u0648\u0646\u0629 \u0627\u0644\u0643\u0631\u0629 \u0627\u0644\u0639\u0627\u0626\u0645\u0629 \u0639\u0646\u062F \u0627\u0644\u0646\u0642\u0631 \u0639\u0644\u064A\u0647\u0627","floatBallOptions.clickPopup":"\u0625\u0638\u0647\u0627\u0631 \u0644\u0648\u062D\u0629 \u0627\u0644\u062A\u0631\u062C\u0645\u0629","floatBallOptions.clickTranslate":"\u062A\u0631\u062C\u0645\u0629/\u0625\u0638\u0647\u0627\u0631 \u0627\u0644\u0646\u0635 \u0627\u0644\u0623\u0635\u0644\u064A","floatBallOptions.fixedPosition":"\u56FA\u5B9A\u4F4D\u7F6E","floatBallOptions.fixedPositionDesc":"\u60AC\u6D6E\u7403\u5728\u7A97\u53E3\u5DE6\u4FA7\u8FD8\u662F\u53F3\u4FA7","floatBallOptions.fixedPositionLeft":"\u5DE6\u4FA7","floatBallOptions.fixedPositionRight":"\u53F3\u4FA7",previewAllThemes:"\u0645\u0639\u0627\u064A\u0646\u0629 \u0643\u0627\u0641\u0629 \u0627\u0644\u0623\u0646\u0645\u0627\u0637","translationTheme.none":"\u0644\u0627 \u0623\u062D\u062F","translationTheme.grey":"\u0627\u0644\u0631\u0645\u0627\u062F\u064A \u0627\u0644\u062F\u0627\u0643\u0646","translationTheme.dashed":"\u062A\u0633\u0637\u064A\u0631 \u0645\u062A\u0642\u0637\u0639","translationTheme.dotted":"\u062A\u0633\u0637\u064A\u0631 \u0645\u0646\u0642\u0637","translationTheme.dashedBorder":"\u0627\u0644\u062D\u062F\u0648\u062F \u0627\u0644\u0645\u062A\u0642\u0637\u0639\u0629","translationTheme.solidBorder":"\u0627\u0644\u062D\u062F\u0648\u062F \u0627\u0644\u0635\u0644\u0628\u0629","translationTheme.underline":"\u062A\u0633\u0637\u064A\u0631 \u0645\u0633\u062A\u0642\u064A\u0645","translationTheme.mask":"\u062A\u0623\u062B\u064A\u0631 \u0637\u0645\u0633 (\u0648\u0636\u0639 \u0627\u0644\u062A\u0639\u0644\u0645)","translationTheme.opacity":"\u062A\u0623\u062B\u064A\u0631 \u0627\u0644\u0634\u0641\u0627\u0641\u064A\u0629","translationTheme.paper":"\u062A\u0623\u062B\u064A\u0631 \u0627\u0644\u0638\u0644 \u0648\u0631\u0642\u0629 \u0628\u064A\u0636\u0627\u0621","translationTheme.dividingLine":"\u062E\u0637 \u0627\u0644\u062A\u0642\u0633\u064A\u0645","translationTheme.highlight":"\u062A\u0633\u0644\u064A\u0637 \u0627\u0644\u0636\u0648\u0621","translationTheme.marker":"\u0639\u0644\u0627\u0645\u0629","translationTheme.marker2":"\u0639\u0644\u0627\u0645\u0629 2","translationTheme.blockquote":"\u0627\u0644\u0646\u0645\u0637 \u0627\u0644\u0645\u0631\u062C\u0639\u064A","translationTheme.weakening":"\u064A\u0636\u0639\u0641","translationTheme.italic":"\u0645\u0627\u0626\u0644","translationTheme.bold":"\u0639\u0631\u064A\u0636","translationTheme.thinDashed":"\u062A\u0633\u0637\u064A\u0631 \u0645\u062A\u0642\u0637\u0639 \u0631\u0641\u064A\u0639","translationTheme.nativeDashed":"\u064A\u0623\u062A\u064A \u0627\u0644\u0646\u0638\u0627\u0645 \u0645\u0639 \u062A\u0633\u0637\u064A\u0631 \u0645\u0646\u0642\u0637","translationTheme.nativeDotted":"\u064A\u0623\u062A\u064A \u0627\u0644\u0646\u0638\u0627\u0645 \u0645\u0639 \u062A\u0633\u0637\u064A\u0631 \u0645\u0646\u0642\u0637","translationTheme.nativeUnderline":"\u0627\u0644\u0646\u0638\u0627\u0645 \u064A\u0623\u062A\u064A \u0645\u0639 \u062A\u0633\u0637\u064A\u0631 \u0645\u0633\u062A\u0642\u064A\u0645","translationTheme.wavy":"\u062E\u0637\u0648\u0637 \u0645\u062A\u0645\u0648\u062C\u0629","translationServices.custom":"\u0648\u0627\u062C\u0647\u0629 \u0628\u0631\u0645\u062C\u0629 \u0627\u0644\u062A\u0637\u0628\u064A\u0642\u0627\u062A \u0627\u0644\u0645\u062E\u0635\u0635\u0629","translationServices.tencent":"\u0645\u062A\u0631\u062C\u0645 \u062A\u064A\u0646\u0633\u0646\u062A","translationServices.tenAlpha":"\u0645\u062A\u0631\u062C\u0645 \u062A\u064A\u0646\u0633\u0646\u062A (\u0623\u0644\u0641\u0627)","translationServices.google":"\u062C\u0648\u062C\u0644 \u0627\u0644\u0645\u062A\u0631\u062C\u0645","translationServices.bai":"\u0628\u0627\u064A\u062F\u0648 (\u0623\u0644\u0641\u0627)","translationServices.baidu":"\u0645\u062A\u0631\u062C\u0645 \u0628\u0627\u064A\u062F\u0648","translationServices.aliyun":"\u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0633\u062D\u0627\u0628\u064A\u0629 \u0639\u0644\u0649 \u0628\u0627\u0628\u0627","translationServices.volc":"\u062A\u0631\u062C\u0645\u0629 \u0628\u0631\u0643\u0627\u0646","translationServices.deeplx":"DeepLX (\u0628\u064A\u062A\u0627)","translationServices.bing":"\u0645\u062A\u0631\u062C\u0645 \u0645\u0627\u064A\u0643\u0631\u0648\u0633\u0648\u0641\u062A","translationServices.deepl":"\u062F\u064A\u0628 \u0625\u0644","translationServices.wechat":"\u062A\u0631\u062C\u0645\u0629 \u0648\u064A \u0634\u0627\u062A","translationServices.azure":"\u062A\u0631\u062C\u0645\u0629 \u0623\u0632\u0648\u0631","translationServices.ibm":"\u0622\u064A \u0628\u064A \u0625\u0645 \u0648\u0627\u062A\u0633\u0648\u0646","translationServices.aws":"\u062A\u0631\u062C\u0645\u0629 \u0623\u0645\u0627\u0632\u0648\u0646","translationServices.mock":"\u062A\u0631\u062C\u0645\u0629 \u0645\u062D\u0627\u0643\u0627\u0629","translationServices.mock2":"\u062A\u0631\u062C\u0645\u0629 \u0645\u062D\u0627\u0643\u0627\u0629 2","translationServices.caiyun":"\u0643\u0627\u064A\u0648\u0646 \u0634\u064A\u0627\u0648\u064A\u0649","translationServices.cai":"\u0643\u0627\u064A\u0648\u0646 \u0634\u064A\u0627\u0648\u064A\u0649 (\u0623\u0644\u0641\u0627)","translationServices.volcAlpha":"\u0628\u0631\u0643\u0627\u0646 (\u0623\u0644\u0641\u0627)","translationServices.openl":"\u0623\u0648\u0628\u0646 \u0625\u0644","translationServices.youdao":"\u062A\u0631\u062C\u0645\u0629 \u064A\u0648\u062F\u0627\u0648","translationServices.you":"\u062A\u0631\u062C\u0645\u0629 \u064A\u0648\u062F\u0627\u0648 (\u0623\u0644\u0641\u0627)","translationServices.transmart":"\u062A\u064A\u0646\u0633\u0646\u062A \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u062A\u0641\u0627\u0639\u0644\u064A\u0629","translationServices.niu":"\u062A\u0631\u062C\u0645\u0629 \u0645\u0627\u0641\u0631\u064A\u0643\u0633","translationServices.papago":"\u062A\u0631\u062C\u0645\u0629 \u0628\u0627\u0628\u0627\u062C\u0648","translationServices.d":"\u062F (\u0623\u0644\u0641\u0627)","translationServices.dpro":"\u062F\u064A \u0628\u0631\u0648 (\u0643\u0646\u0627\u0631\u064A)","translationServices.openai":"OpenAI","translationServices.yandex":"Yandex","translationServices.chatgpt":"ChatGPT Web (3.5 \u062C\u0648\u0627\u0644)","translate title":"\u062A\u0631\u062C\u0645\u0629 \u0639\u0646\u0648\u0627\u0646 \u0627\u0644\u0635\u0641\u062D\u0629","always languages":"\u0627\u0644\u0644\u063A\u0629 \u0627\u0644\u0645\u062A\u0631\u062C\u0645\u0629 \u062F\u0627\u0626\u0645\u0627",neverTranslateLanguagesLabel:"\u0627\u0644\u0644\u063A\u0627\u062A \u0627\u0644\u062A\u064A \u0644\u0627 \u062A\u062A\u0631\u062C\u0645 \u0623\u0628\u062F\u0627",neverTranslateTheFollowingLanguagesDescription:"\u0633\u064A\u062A\u0645 \u062A\u062E\u0637\u064A \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0639\u0646\u062F\u0645\u0627 \u062A\u0643\u0648\u0646 \u0641\u0642\u0631\u0629 \u0641\u064A \u0627\u0644\u0635\u0641\u062D\u0629 \u0628\u0627\u0644\u0644\u063A\u0627\u062A \u0627\u0644\u062A\u0627\u0644\u064A\u0629",enableUserscriptPagePopup:"\u0625\u0638\u0647\u0627\u0631 \u0627\u0644\u0643\u0631\u0629 \u0627\u0644\u0639\u0627\u0626\u0645\u0629 \u0639\u0644\u0649 \u0627\u0644\u0635\u0641\u062D\u0629",enableUserscriptPagePopupDescription:"\u0628\u0639\u062F \u0625\u063A\u0644\u0627\u0642 \u0627\u0644\u0643\u0631\u0629 \u0627\u0644\u0639\u0627\u0626\u0645\u0629\u060C \u064A\u0645\u0643\u0646\u0643 \u0627\u0633\u062A\u062E\u062F\u0627\u0645 \u0645\u0641\u062A\u0627\u062D \u0627\u0644\u0627\u062E\u062A\u0635\u0627\u0631 /{touch}\u0644\u0625\u064A\u0642\u0627\u0638\u0647\u0627. \u0644\u0645\u0646\u0639 \u0627\u0644\u0639\u062B\u0648\u0631 \u0639\u0644\u0649 \u0627\u0644\u0643\u0631\u0629 \u0627\u0644\u0639\u0627\u0626\u0645\u0629 \u0628\u0639\u062F \u0625\u064A\u0642\u0627\u0641 \u062A\u0634\u063A\u064A\u0644 \u0647\u0630\u0627 \u0627\u0644\u062E\u064A\u0627\u0631 \u0639\u0646 \u0637\u0631\u064A\u0642 \u0627\u0644\u062E\u0637\u0623\u060C \u064A\u0648\u0635\u0649 \u0628\u0634\u062F\u0629 \u0628\u0648\u0636\u0639 \u0625\u0634\u0627\u0631\u0629 \u0645\u0631\u062C\u0639\u064A\u0629 \u0639\u0644\u0649 \u0635\u0641\u062D\u0629 \u0627\u0644\u0625\u0639\u062F\u0627\u062F\u0627\u062A \u0647\u0630\u0647.","always translate the following languages":"\u0639\u0646\u062F\u0645\u0627 \u062A\u0643\u0648\u0646 \u0644\u063A\u0629 \u0627\u0644\u0635\u0641\u062D\u0629 \u0628\u0627\u0644\u0644\u063A\u0627\u062A \u0627\u0644\u062A\u0627\u0644\u064A\u0629\u060C \u0633\u062A\u062A\u0645 \u062A\u0631\u062C\u0645\u062A\u0647\u0627 \u062A\u0644\u0642\u0627\u0626\u064A\u064B\u0627 \u0625\u0644\u0649 \u0627\u0644\u0644\u063A\u0629 \u0627\u0644\u0645\u0633\u062A\u0647\u062F\u0641\u0629","always sites":"\u0639\u0646\u0627\u0648\u064A\u0646 URL \u0627\u0644\u0645\u062A\u0631\u062C\u0645\u0629 \u062F\u0627\u0626\u0645\u064B\u0627","always translate the following sites":"\u0639\u0646\u062F\u0645\u0627 \u064A\u0643\u0648\u0646 \u0645\u0648\u0642\u0639 \u0627\u0644\u0648\u064A\u0628 \u0628\u0627\u0633\u0645 \u0627\u0644\u0646\u0637\u0627\u0642 \u0627\u0644\u062A\u0627\u0644\u064A\u060C \u0633\u062A\u062A\u0645 \u062A\u0631\u062C\u0645\u062A\u0647 \u062A\u0644\u0642\u0627\u0626\u064A\u064B\u0627 \u0625\u0644\u0649 \u0627\u0644\u0644\u063A\u0629 \u0627\u0644\u0647\u062F\u0641","never sites":"\u0639\u0646\u0627\u0648\u064A\u0646 URL \u0627\u0644\u062A\u064A \u0644\u0646 \u062A\u062A\u0645 \u062A\u0631\u062C\u0645\u062A\u0647\u0627 \u0623\u0628\u062F\u064B\u0627","never translate the following sites":"\u0644\u0646 \u064A\u062A\u0645 \u062A\u0646\u0641\u064A\u0630 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0639\u0646\u062F\u0645\u0627 \u064A\u0643\u0648\u0646 \u0645\u0648\u0642\u0639 \u0627\u0644\u0648\u064A\u0628 \u064A\u062D\u0645\u0644 \u0627\u0633\u0645 \u0627\u0644\u0646\u0637\u0627\u0642 \u0627\u0644\u062A\u0627\u0644\u064A","please refer to":"\u064A\u062C\u0628 \u0639\u0644\u064A\u0643 \u062A\u0639\u0628\u0626\u0629 \u0627\u0644\u0645\u0641\u062A\u0627\u062D \u0642\u0628\u0644 \u0627\u0633\u062A\u062E\u062F\u0627\u0645\u0647\u060C \u0644\u0645\u0632\u064A\u062F \u0645\u0646 \u0627\u0644\u062A\u0641\u0627\u0635\u064A\u0644 \u064A\u0631\u062C\u0649 \u0627\u0644\u0631\u062C\u0648\u0639 \u0625\u0644\u0649",KeyAndConfigurationTutorial:'"\u0627\u0644\u0628\u0631\u0646\u0627\u0645\u062C \u0627\u0644\u062A\u0639\u0644\u064A\u0645\u064A \u0644\u0644\u062A\u0637\u0628\u064A\u0642 \u0648\u0627\u0644\u062A\u0643\u0648\u064A\u0646 \u0627\u0644\u0631\u0626\u064A\u0633\u064A"',useAboveStyleForTheseSites:"\u0639\u0646\u062F\u0645\u0627 \u064A\u0643\u0648\u0646 \u0645\u0648\u0642\u0639 \u0627\u0644\u0648\u064A\u0628 \u0647\u0648 \u0627\u0633\u0645 \u0627\u0644\u0646\u0637\u0627\u0642 \u0627\u0644\u062A\u0627\u0644\u064A\u060C \u0627\u0633\u062A\u062E\u062F\u0645 \u062F\u0627\u0626\u0645\u064B\u0627 \u0646\u0645\u0637 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u2308{theme}\u230B",currentUrl:"\u0639\u0646\u0648\u0627\u0646 URL \u0627\u0644\u062D\u0627\u0644\u064A",confirm:"\u064A\u062D\u0641\u0638",cancel:"\u064A\u0644\u063A\u064A",delete:"\u064A\u0645\u0633\u062D","languages.auto":"\u0627\u0644\u0643\u0634\u0641 \u0627\u0644\u062A\u0644\u0642\u0627\u0626\u064A",syncToCloud:"\u0627\u0644\u0645\u0632\u0627\u0645\u0646\u0629 \u0645\u0639 \u062C\u0648\u062C\u0644 \u062F\u0631\u0627\u064A\u0641",syncToCloudDescription:"\u0642\u0645 \u0628\u0627\u0644\u062A\u062D\u0645\u064A\u0644 \u0625\u0644\u0649 \u0627\u0644\u0633\u062D\u0627\u0628\u0629\u060C \u0648\u064A\u0645\u0643\u0646 \u0645\u0632\u0627\u0645\u0646\u0629 \u0627\u0644\u062A\u0643\u0648\u064A\u0646 \u0628\u064A\u0646 \u0627\u0644\u0645\u062A\u0635\u0641\u062D\u0627\u062A \u0627\u0644\u0645\u062E\u062A\u0644\u0641\u0629/\u0627\u0644\u0646\u0635\u0648\u0635 \u0627\u0644\u0628\u0631\u0645\u062C\u064A\u0629 \u0644\u0642\u0631\u062F \u0627\u0644\u0632\u064A\u062A\u060C \u0645\u0639 \u0645\u0631\u0627\u0639\u0627\u0629 \u0648\u0642\u062A \u0627\u0644\u062A\u0639\u062F\u064A\u0644 \u0627\u0644\u0623\u062E\u064A\u0631.",syncToAccount:"\u0627\u0644\u0645\u0632\u0627\u0645\u0646\u0629 \u0645\u0639 \u0633\u062D\u0627\u0628\u0629 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0634\u0627\u0645\u0644\u0629",syncToAccountButton:"\u0645\u0632\u0627\u0645\u0646\u0629 \u0645\u0639 \u0627\u0644\u0633\u062D\u0627\u0628\u0629 \u0639\u0644\u0649 \u0627\u0644\u0641\u0648\u0631",syncToAccountDescription:"\u0645\u0632\u0627\u0645\u0646\u0629 \u0627\u0644\u062A\u0643\u0648\u064A\u0646\u0627\u062A \u062A\u0644\u0642\u0627\u0626\u064A\u064B\u0627 \u0628\u064A\u0646 \u0627\u0644\u0623\u062C\u0647\u0632\u0629 \u0627\u0644\u0645\u062E\u062A\u0644\u0641\u0629\u060C \u0628\u0646\u0627\u0621\u064B \u0639\u0644\u0649 \u0648\u0642\u062A \u0627\u0644\u062A\u0639\u062F\u064A\u0644 \u0627\u0644\u0623\u062E\u064A\u0631.",successSyncConfigInAccount:"\u0627\u0644\u0628\u0642\u0627\u0621 \u0645\u062A\u0632\u0627\u0645\u0646\u064B\u0627 \u0645\u0639 \u0627\u0644\u0633\u062D\u0627\u0628\u0629 \u0628\u0646\u062C\u0627\u062D",successSyncConfigToAccount:"\u062A\u0645\u062A \u0627\u0644\u0645\u0632\u0627\u0645\u0646\u0629 \u0628\u0646\u062C\u0627\u062D \u0645\u0639 \u0627\u0644\u0633\u062D\u0627\u0628\u0629",syncConfigNoUpdate:"\u0628\u0627\u0644\u0641\u0639\u0644 \u0627\u0644\u0623\u062D\u062F\u062B",authFail:"\u0641\u0634\u0644 \u0627\u0644\u062A\u0641\u0648\u064A\u0636",syncTitle:"\u0625\u062F\u0627\u0631\u0629 \u0627\u0644\u0646\u0633\u062E \u0627\u0644\u0627\u062D\u062A\u064A\u0627\u0637\u064A \u0627\u0644\u064A\u062F\u0648\u064A",import_hint:"\u064A\u0633\u062A\u0648\u0631\u062F",upload:"\u0631\u0641\u0639",revokeAuth:"\u0625\u0644\u063A\u0627\u0621 \u0627\u0644\u062A\u0631\u062E\u064A\u0635",uploadFail:"\u0627\u0644\u062A\u062D\u0645\u064A\u0644 \u0641\u0634\u0644",download:"\u062A\u062D\u0645\u064A\u0644",importSuccess:"\u062A\u0645 \u0627\u0644\u0627\u0633\u062A\u064A\u0631\u0627\u062F \u0628\u0646\u062C\u0627\u062D",importFail:"\u0641\u0634\u0644 \u0627\u0644\u0627\u0633\u062A\u064A\u0631\u0627\u062F",deleteFail:"\u0641\u0634\u0644 \u0641\u064A \u0627\u0644\u062D\u0630\u0641",backupToCloud:"\u0625\u062F\u0627\u0631\u0629 \u0645\u0644\u0641\u0627\u062A \u0627\u0644\u0646\u0633\u062E \u0627\u0644\u0627\u062D\u062A\u064A\u0627\u0637\u064A \u064A\u062F\u0648\u064A\u0627",create_new_backup:"\u0625\u0636\u0627\u0641\u0629 \u0639\u0642\u062F\u0629 \u0627\u062D\u062A\u064A\u0627\u0637\u064A\u0629",maxBackupFiles:"\u064A\u0645\u0643\u0646 \u0639\u0645\u0644 \u0646\u0633\u062E\u0629 \u0627\u062D\u062A\u064A\u0627\u0637\u064A\u0629 \u0644\u0645\u0627 \u064A\u0635\u0644 \u0625\u0644\u0649{count}\u0639\u0642\u062F \u0645\u062E\u062A\u0644\u0641\u0629\u060C \u064A\u0631\u062C\u0649 \u062D\u0630\u0641 \u0627\u0644\u0639\u0642\u062F \u063A\u064A\u0631 \u0627\u0644\u0636\u0631\u0648\u0631\u064A\u0629",backupToCloudDescription:"\u062A\u062D\u0645\u064A\u0644 \u0645\u0644\u0641\u0627\u062A \u0627\u0644\u0646\u0633\u062E \u0627\u0644\u0627\u062D\u062A\u064A\u0627\u0637\u064A \u0623\u0648 \u0627\u0633\u062A\u0639\u0627\u062F\u062A\u0647\u0627 \u064A\u062F\u0648\u064A\u064B\u0627\u060C \u0645\u0645\u0627 \u064A\u0633\u0645\u062D \u0628\u0645\u0627 \u064A\u0635\u0644 \u0625\u0644\u0649 3 \u0646\u0633\u062E \u0627\u062D\u062A\u064A\u0627\u0637\u064A\u0629 \u0645\u062E\u062A\u0644\u0641\u0629",successSyncConfig:"\u0627\u0644\u0628\u0642\u0627\u0621 \u0645\u062A\u0632\u0627\u0645\u0646\u064B\u0627 \u0645\u0639 \u0627\u0644\u0633\u062D\u0627\u0628\u0629 \u0628\u0646\u062C\u0627\u062D",syncFail:"\u0641\u0634\u0644\u062A \u0627\u0644\u0645\u0632\u0627\u0645\u0646\u0629",updatedAt:"\u062A\u0645 \u0627\u0644\u062A\u062D\u062F\u064A\u062B \u0639\u0646\u062F {date}",lastSyncedAt:"\u0622\u062E\u0631 \u0641\u062D\u0635 \u0643\u0627\u0646 \u0639\u0646\u062F {date}",downloadFail:"\u0627\u0644\u062A\u062D\u0645\u064A\u0644 \u0641\u0634\u0644",clickToDownload:"\u0627\u0636\u063A\u0637 \u0644\u0644\u062A\u062D\u0645\u064A\u0644",aboutLabel:"\u062D\u0648\u0644 - \u0631\u062F\u0648\u062F \u0627\u0644\u0641\u0639\u0644","browser.openAboutPage":"\u062D\u0648\u0644/\u0631\u062F\u0648\u062F \u0627\u0644\u0641\u0639\u0644",aboutLabelWithoutSponsor:"\u062D\u0648\u0644 - \u0631\u062F\u0648\u062F \u0627\u0644\u0641\u0639\u0644",aboutIntro:"\u0623\u062A\u0645\u0646\u0649 \u0623\u0646 \u0646\u062A\u0645\u0643\u0646 \u062C\u0645\u064A\u0639\u064B\u0627 \u0645\u0646 \u0627\u0644\u0648\u0635\u0648\u0644 \u0625\u0644\u0649 \u0627\u0644\u0645\u0639\u0644\u0648\u0645\u0627\u062A \u0627\u0644\u0636\u062E\u0645\u0629 \u0627\u0644\u0645\u062A\u0639\u0644\u0642\u0629 \u0628\u0627\u0644\u0644\u063A\u0627\u062A \u0627\u0644\u0623\u062C\u0646\u0628\u064A\u0629 \u0639\u0644\u0649 \u0627\u0644\u0625\u0646\u062A\u0631\u0646\u062A \u0628\u0633\u0647\u0648\u0644\u0629 \u0648\u0633\u0639\u0627\u062F\u0629 \u0623\u0643\u0628\u0631. \u064A\u0645\u0643\u0646\u0643 \u0627\u062E\u062A\u064A\u0627\u0631 \u0641\u062A\u062D \u0639\u0636\u0648\u064A\u0629 <6> Pro \u0644\u0627\u0633\u062A\u062E\u062F\u0627\u0645 \u062A\u0631\u062C\u0645\u0627\u062A DeepL \u0648OpenAI \u062E\u0627\u0631\u062C \u0627\u0644\u0635\u0646\u062F\u0648\u0642.

\u064A\u0645\u0643\u0646\u0643\u0645 \u0645\u062A\u0627\u0628\u0639\u062A\u0646\u0627 \u0639\u0644\u0649 <3>\u062A\u0648\u064A\u062A\u0631 ,<4>\u0642\u0646\u0627\u0629 \u0627\u0644\u062A\u0644\u064A\u062C\u0631\u0627\u0645 \u0623\u0648 \u062D\u0633\u0627\u0628 WeChat \u0627\u0644\u0639\u0627\u0645 \u0623\u0648 \u0645\u062C\u0645\u0648\u0639\u0629 \u0627\u062A\u0635\u0627\u0644\u0627\u062A WeChat \u0623\u0648 <5> \u0627\u0634\u062A\u0631\u0627\u0643 \u0627\u0644\u0628\u0631\u064A\u062F \u0627\u0644\u0625\u0644\u0643\u062A\u0631\u0648\u0646\u064A \u0623\u062F\u0646\u0627\u0647 \u062A\u062A\u0628\u0639 \u0627\u0644\u062A\u062D\u062F\u064A\u062B\u0627\u062A.
<7>\u0639\u0636\u0648 \u0645\u062D\u062A\u0631\u0641 \u064A\u0645\u0643\u0646\u0643 \u0627\u0644\u0627\u062A\u0635\u0627\u0644 \u0628\u0627\u0644\u0628\u0631\u064A\u062F \u0627\u0644\u0625\u0644\u0643\u062A\u0631\u0648\u0646\u064A \u0627\u0644\u0633\u0631\u064A\u0639 \u0644\u062E\u062F\u0645\u0629 \u0627\u0644\u0639\u0645\u0644\u0627\u0621 <8> support@immersivetranslate.com \u0627\u0628\u0642 \u0639\u0644\u0649 \u062A\u0648\u0627\u0635\u0644 \u0645\u0639\u0646\u0627.",aboutIntroWithoutSponsor:"\u0623\u062A\u0645\u0646\u0649 \u0623\u0646 \u0646\u062A\u0645\u0643\u0646 \u062C\u0645\u064A\u0639\u064B\u0627 \u0645\u0646 \u0627\u0644\u0648\u0635\u0648\u0644 \u0628\u0634\u0643\u0644 \u0623\u0633\u0647\u0644 \u0648\u0623\u0643\u062B\u0631 \u0645\u062A\u0639\u0629 \u0625\u0644\u0649 \u0627\u0644\u0643\u0645 \u0627\u0644\u0647\u0627\u0626\u0644 \u0645\u0646 \u0627\u0644\u0645\u0639\u0644\u0648\u0645\u0627\u062A \u0628\u0627\u0644\u0644\u063A\u0629 \u0627\u0644\u0623\u062C\u0646\u0628\u064A\u0629 \u0639\u0644\u0649 \u0627\u0644\u0625\u0646\u062A\u0631\u0646\u062A \u2764\uFE0F

\u064A\u0645\u0643\u0646\u0643 \u0645\u062A\u0627\u0628\u0639\u062A\u0646\u0627 \u0639\u0644\u0649 Twitter <3> ,<4>\u0642\u0646\u0627\u0629 \u0627\u0644\u062A\u0644\u064A\u062C\u0631\u0627\u0645 \u0623\u0648 \u062D\u0633\u0627\u0628 WeChat \u0627\u0644\u0639\u0627\u0645 \u0623\u0648 \u0645\u062C\u0645\u0648\u0639\u0629 \u0627\u062A\u0635\u0627\u0644\u0627\u062A WeChat \u0623\u0648 <5> \u0627\u0634\u062A\u0631\u0627\u0643 \u0627\u0644\u0628\u0631\u064A\u062F \u0627\u0644\u0625\u0644\u0643\u062A\u0631\u0648\u0646\u064A \u0623\u062F\u0646\u0627\u0647 \u062A\u062A\u0628\u0639 \u0627\u0644\u062A\u062D\u062F\u064A\u062B\u0627\u062A.",projectHomepage:"\u0627\u0644\u0635\u0641\u062D\u0629 \u0627\u0644\u0631\u0626\u064A\u0633\u064A\u0629 \u0644\u0644\u0645\u0634\u0631\u0648\u0639",joinTelegramGroup:"\u0627\u0646\u0636\u0645 \u0625\u0644\u0649 \u0645\u062C\u0645\u0648\u0639\u0629 \u0627\u062A\u0635\u0627\u0644\u0627\u062A \u0627\u0644\u0645\u0633\u062A\u062E\u062F\u0645\u064A\u0646 \u0644\u0644\u0645\u0634\u0627\u0631\u0643\u0629 \u0641\u064A \u0627\u0644\u0645\u0646\u0627\u0642\u0634\u0627\u062A \u0627\u0644\u0648\u0638\u064A\u0641\u064A\u0629",wechatPublicAccount:"\u062D\u0633\u0627\u0628 \u0648\u064A \u0634\u0627\u062A \u0627\u0644\u0639\u0627\u0645",wechatCommunities:"\u0645\u062C\u0645\u0648\u0639\u0629 \u0627\u0644\u0627\u062A\u0635\u0627\u0644\u0627\u062A WeChat",qqCommunities:"\u0642\u0646\u0627\u0629 \u0627\u062A\u0635\u0627\u0644 QQ",joinTelegramChannel:"\u062A\u0627\u0628\u0639\u0648\u0627 \u0642\u0646\u0627\u0629 \u0627\u0644\u062A\u0644\u064A\u062C\u0631\u0627\u0645 \u0644\u0645\u0639\u0631\u0641\u0629 \u0622\u062E\u0631 \u0627\u0644\u062A\u062D\u062F\u064A\u062B\u0627\u062A",feedbackAndJoin:"\u0631\u062F\u0648\u062F \u0627\u0644\u0641\u0639\u0644 \u0627\u0644\u0645\u0634\u0643\u0644\u0629 / \u0627\u0644\u0627\u0646\u0636\u0645\u0627\u0645 \u0625\u0644\u0649 \u0627\u0644\u0645\u062C\u0645\u0648\u0639\u0629",autoSync:"\u0627\u0644\u0645\u0632\u0627\u0645\u0646\u0629 \u0627\u0644\u0645\u062C\u062F\u0648\u0644\u0629 \u0627\u0644\u062A\u0644\u0642\u0627\u0626\u064A\u0629",loadingThemeTitle:"\u0623\u0633\u0644\u0648\u0628 \u0627\u0644\u062A\u062D\u0645\u064A\u0644",loadingThemeDescription:"\u0627\u0636\u0628\u0637 \u0627\u0644\u0646\u0645\u0637 \u0623\u062B\u0646\u0627\u0621 \u0627\u0646\u062A\u0638\u0627\u0631 \u062A\u062D\u0645\u064A\u0644 \u0627\u0644\u062A\u0631\u062C\u0645\u0629","loadingTheme.spinner":"\u0627\u0644\u0631\u0633\u0648\u0645 \u0627\u0644\u0645\u062A\u062D\u0631\u0643\u0629 \u0627\u0644\u062F\u0627\u0626\u0631\u0629","loadingTheme.text":"\u0646\u0635 \u062B\u0627\u0628\u062A... ","loadingTheme.none":"\u0644\u0627 \u062A\u0638\u0647\u0631",developerDescription:"\u064A\u0645\u0643\u0646\u0643 \u0627\u0644\u0646\u0642\u0631 \u0641\u0648\u0642 <1> \u0647\u0646\u0627 \u0639\u0631\u0636 \u0627\u0644\u0648\u062B\u0627\u0626\u0642 \u0627\u0644\u0645\u062A\u0639\u0644\u0642\u0629 \u0628\u0627\u0644\u062A\u062E\u0635\u064A\u0635 \u0627\u0644\u0645\u062A\u0642\u062F\u0645","edit border color":"\u062A\u0639\u062F\u064A\u0644 \u0644\u0648\u0646 \u0627\u0644\u062D\u062F\u0648\u062F",successSyncButNoChange:"\u0627\u0644\u062A\u0643\u0648\u064A\u0646 \u0627\u0644\u062D\u0627\u0644\u064A \u0645\u062A\u0648\u0627\u0641\u0642 \u0645\u0639 \u0627\u0644\u0633\u062D\u0627\u0628\u0629",customTheme:"\u0627\u0644\u0623\u0644\u0648\u0627\u0646 \u0648\u0627\u0644\u0623\u062D\u062C\u0627\u0645 \u0627\u0644\u0645\u062E\u0635\u0635\u0629","customThemeLabel.borderColor":"\u0644\u0648\u0646 \u0627\u0644\u062D\u062F\u0648\u062F","customThemeLabel.borderRadius":"\u062D\u062F\u0648\u062F \u0645\u0633\u062A\u062F\u064A\u0631\u0629 \u0627\u0644\u0632\u0648\u0627\u064A\u0627","customThemeLabel.textColor":"\u0644\u0648\u0646 \u0627\u0644\u062E\u0637","customThemeLabel.backgroundColor":"\u0644\u0648\u0646 \u0627\u0644\u062E\u0644\u0641\u064A\u0629","customThemeLabel.zoom":"\u062A\u062D\u062C\u064A\u0645 \u0627\u0644\u062E\u0637 (%)","customThemeLabel.opacity":"\u0639\u062A\u0627\u0645\u0629 \u0627\u0644\u0646\u0635 (%)",resetToDefaultColor:"\u0627\u0644\u0639\u0648\u062F\u0629 \u0625\u0644\u0649 \u0627\u0644\u0644\u0648\u0646 \u0627\u0644\u0627\u0641\u062A\u0631\u0627\u0636\u064A",resetToDefaultSettings:"\u0627\u0644\u0639\u0648\u062F\u0629 \u0625\u0644\u0649 \u0627\u0644\u0625\u0639\u062F\u0627\u062F\u0627\u062A \u0627\u0644\u0627\u0641\u062A\u0631\u0627\u0636\u064A\u0629",isTranslateTitle:"\u0642\u0645 \u0628\u062A\u0634\u063A\u064A\u0644 \u0639\u0646\u0627\u0648\u064A\u0646 \u0635\u0641\u062D\u0627\u062A \u0627\u0644\u0648\u064A\u0628 \u0627\u0644\u0645\u062A\u0631\u062C\u0645\u0629",isTranslateTitleDescription:"\u0639\u0646\u062F \u062A\u0634\u063A\u064A\u0644\u0647\u060C \u0633\u064A\u062A\u0645 \u062A\u0631\u062C\u0645\u0629 \u0639\u0646\u0648\u0627\u0646 \u0635\u0641\u062D\u0629 \u0627\u0644\u0648\u064A\u0628",enableSearchEnhancement:"\u062A\u0645\u0643\u064A\u0646 \u062A\u0639\u0632\u064A\u0632 \u0627\u0644\u0645\u0639\u0644\u0648\u0645\u0627\u062A \u062B\u0646\u0627\u0626\u064A\u0629 \u0627\u0644\u0644\u063A\u0629",enableSearchEnhancementDescription:'\u0628\u0639\u062F \u062A\u0634\u063A\u064A\u0644\u0647\u0627\u060C \u0633\u064A\u062A\u0645 \u0639\u0631\u0636 \u0646\u062A\u0627\u0626\u062C \u0628\u062D\u062B "\u0623\u062E\u0628\u0627\u0631 Google" \u0627\u0644\u0645\u0642\u0627\u0628\u0644\u0629 \u0644\u0644\u0643\u0644\u0645\u0627\u062A \u0627\u0644\u0631\u0626\u064A\u0633\u064A\u0629 \u0628\u0627\u0644\u0644\u063A\u0629 \u0627\u0644\u0625\u0646\u062C\u0644\u064A\u0632\u064A\u0629 \u062A\u0644\u0642\u0627\u0626\u064A\u064B\u0627 \u0641\u064A \u0627\u0644\u0639\u0645\u0648\u062F \u0627\u0644\u0623\u064A\u0645\u0646 \u0644\u0645\u0648\u0627\u0642\u0639 \u0627\u0644\u0648\u064A\u0628 \u0627\u0644\u0645\u062F\u0639\u0648\u0645\u0629 (\u0623\u062E\u0628\u0627\u0631 Google\u060C \u0628\u062D\u062B Google (\u0628\u0639\u0636 \u0627\u0644\u0643\u0644\u0645\u0627\u062A \u0627\u0644\u0631\u0626\u064A\u0633\u064A\u0629)\u060C Snowball\u060C Oriental Fortune\u060C Futu\u060C Tiger Community).',verifyService:"\u0627\u0646\u0642\u0631 \u0647\u0646\u0627 \u0644\u0627\u062E\u062A\u0628\u0627\u0631 \u0627\u0644\u062E\u062F\u0645\u0629",verified:"\u062A\u0645 \u0627\u0644\u062A\u062D\u0642\u0642 \u0628\u0646\u062C\u0627\u062D","field.langs":"\u0631\u0645\u0648\u0632 \u0627\u0644\u0644\u063A\u0629 \u0627\u0644\u0645\u062F\u0639\u0648\u0645\u0629","field.model":"\u0646\u0645\u0648\u0630\u062C","field.translationEngine":"\u0645\u062D\u0631\u0643 \u0627\u0644\u062A\u0631\u062C\u0645\u0629","field.limitPerMinute":"\u0627\u0644\u062D\u062F \u0627\u0644\u0623\u0642\u0635\u0649 \u0644\u0639\u062F\u062F \u0627\u0644\u0637\u0644\u0628\u0627\u062A \u0641\u064A \u0627\u0644\u062F\u0642\u064A\u0642\u0629","field.limitPerSecond":"\u0627\u0644\u062D\u062F \u0627\u0644\u0623\u0642\u0635\u0649 \u0644\u0639\u062F\u062F \u0627\u0644\u0637\u0644\u0628\u0627\u062A \u0641\u064A \u0627\u0644\u062B\u0627\u0646\u064A\u0629","field.maxTextLengthPerRequest":"\u0627\u0644\u062D\u062F \u0627\u0644\u0623\u0642\u0635\u0649 \u0644\u0637\u0648\u0644 \u0627\u0644\u0646\u0635 \u0644\u0643\u0644 \u0637\u0644\u0628","field.maxTextGroupLengthPerRequest":"\u0627\u0644\u062D\u062F \u0627\u0644\u0623\u0642\u0635\u0649 \u0644\u0639\u062F\u062F \u0627\u0644\u0641\u0642\u0631\u0627\u062A \u0644\u0643\u0644 \u0637\u0644\u0628","field.apiUrl":"\u0639\u0646\u0648\u0627\u0646 \u0648\u0627\u062C\u0647\u0629 API \u0627\u0644\u0645\u062E\u0635\u0635\u0629","field.placeholderDelimiters":"\u0627\u0644\u0639\u0646\u0627\u0635\u0631 \u0627\u0644\u0646\u0627\u0626\u0628\u0629 \u0627\u0644\u0645\u062D\u062C\u0648\u0632\u0629","description.custom":"\u0627\u0644\u0648\u0635\u0648\u0644 \u0625\u0644\u0649 \u0627\u0644\u0648\u0627\u062C\u0647\u0629 \u0627\u0644\u0645\u062E\u0635\u0635\u0629 \u064A\u062A\u0637\u0644\u0628 \u0648\u062B\u0627\u0626\u0642 \u0645\u0631\u062C\u0639\u064A\u0629","description.limitPerMinute":"\u0648\u0639\u0646\u062F\u0645\u0627 \u064A\u062A\u062C\u0627\u0648\u0632 \u0639\u062F\u062F \u0627\u0644\u0637\u0644\u0628\u0627\u062A \u0647\u0630\u0627 \u0627\u0644\u062D\u062F\u060C \u0641\u0625\u0646\u0647 \u0633\u064A\u062F\u062E\u0644 \u0641\u064A \u062D\u0627\u0644\u0629 \u0627\u0644\u0627\u0646\u062A\u0638\u0627\u0631 \u062D\u062A\u0649 \u0628\u062F\u0627\u064A\u0629 \u0627\u0644\u062F\u0642\u064A\u0642\u0629 \u0627\u0644\u062A\u0627\u0644\u064A\u0629. \u0646\u0638\u0631\u064B\u0627 \u0644\u0644\u0642\u064A\u0648\u062F \u0627\u0644\u0645\u062E\u062A\u0644\u0641\u0629 \u0644\u062E\u062F\u0645\u0629 OpenAI \u0627\u0644\u062D\u0627\u0644\u064A\u0629\u060C \u064A\u0631\u062C\u0649 \u0627\u0644\u0646\u0642\u0631 \u0641\u0648\u0642 <1> \u0647\u0646\u0627 \u0639\u0631\u0636 \u0623\u062D\u062F\u062B \u0627\u0644\u0642\u064A\u0645 \u0627\u0644\u0645\u0648\u0635\u0649 \u0628\u0647\u0627","description.limitPerSecond":"\u0648\u0639\u0646\u062F\u0645\u0627 \u064A\u062A\u062C\u0627\u0648\u0632 \u0639\u062F\u062F \u0627\u0644\u0637\u0644\u0628\u0627\u062A \u0647\u0630\u0627 \u0627\u0644\u062D\u062F\u060C \u0641\u0625\u0646\u0647 \u0633\u064A\u062F\u062E\u0644 \u0641\u064A \u062D\u0627\u0644\u0629 \u0627\u0644\u0627\u0646\u062A\u0638\u0627\u0631 \u062D\u062A\u0649 \u0628\u062F\u0627\u064A\u0629 \u0627\u0644\u062B\u0627\u0646\u064A\u0629 \u0627\u0644\u062A\u0627\u0644\u064A\u0629. \u0646\u0638\u0631\u064B\u0627 \u0644\u0644\u0642\u064A\u0648\u062F \u0627\u0644\u0645\u062E\u062A\u0644\u0641\u0629 \u0644\u062E\u062F\u0645\u0629 OpenAI \u0627\u0644\u062D\u0627\u0644\u064A\u0629\u060C \u064A\u0631\u062C\u0649 \u0627\u0644\u0646\u0642\u0631 \u0641\u0648\u0642 <1> \u0647\u0646\u0627 \u0639\u0631\u0636 \u0623\u062D\u062F\u062B \u0627\u0644\u0642\u064A\u0645 \u0627\u0644\u0645\u0648\u0635\u0649 \u0628\u0647\u0627","description.generalLimitPerSecond":"\u0648\u0639\u0646\u062F\u0645\u0627 \u064A\u062A\u062C\u0627\u0648\u0632 \u0639\u062F\u062F \u0627\u0644\u0637\u0644\u0628\u0627\u062A \u0647\u0630\u0627 \u0627\u0644\u062D\u062F\u060C \u0641\u0625\u0646\u0647 \u0633\u064A\u062F\u062E\u0644 \u0641\u064A \u062D\u0627\u0644\u0629 \u0627\u0644\u0627\u0646\u062A\u0638\u0627\u0631 \u062D\u062A\u0649 \u0628\u062F\u0627\u064A\u0629 \u0627\u0644\u062B\u0627\u0646\u064A\u0629 \u0627\u0644\u062A\u0627\u0644\u064A\u0629.","description.prompt":"\u062A\u0631\u0633\u0644 \u0627\u0644\u0645\u062D\u0627\u062F\u062B\u0629 \u0625\u0644\u0649 {service} \u0628\u0635\u0641\u0629 \u0627\u0644\u0645\u0633\u062A\u062E\u062F\u0645\u060C \u062D\u064A\u062B \u064A\u0645\u062B\u0644 {{text}} \u0646\u0635 \u0627\u0644\u0641\u0642\u0631\u0629\u060C \u0648\u064A\u0645\u062B\u0644 {{from}} \u0644\u063A\u0629 \u0627\u0644\u0641\u0642\u0631\u0629\u060C \u0648\u064A\u0645\u062B\u0644 {{to}} \u0627\u0644\u0644\u063A\u0629 \u0627\u0644\u0645\u0633\u062A\u0647\u062F\u0641\u0629.","description.maxTextLengthPerRequest":"\u0627\u0644\u062D\u062F \u0627\u0644\u0623\u0642\u0635\u0649 \u0644\u0639\u062F\u062F \u0627\u0644\u0623\u062D\u0631\u0641 \u0644\u0643\u0644 \u0637\u0644\u0628. \u0625\u0630\u0627 \u0643\u0627\u0646 \u0643\u0628\u064A\u0631\u064B\u0627 \u062C\u062F\u064B\u0627\u060C \u0641\u0633\u062A\u062A\u0628\u0627\u0637\u0623 \u0627\u0633\u062A\u062C\u0627\u0628\u0629 \u0627\u0644\u0648\u0627\u062C\u0647\u0629\u060C \u0644\u0630\u0627 \u064A\u0645\u0643\u0646\u0643 \u0645\u062D\u0627\u0648\u0644\u0629 \u0636\u0628\u0637 \u0647\u0630\u0627 \u0627\u0644\u062E\u064A\u0627\u0631 \u0644\u062A\u062D\u0633\u064A\u0646 \u0627\u0644\u0633\u0631\u0639\u0629.","description.systemPrompt":"\u064A\u062A\u0645 \u0625\u0631\u0633\u0627\u0644 \u0627\u0644\u0645\u062D\u0627\u062F\u062B\u0629 \u0625\u0644\u0649 OpenAI \u0643\u0646\u0638\u0627\u0645\u060C \u062D\u064A\u062B \u064A\u0645\u062B\u0644 {{text}} \u0645\u062D\u062A\u0648\u0649 \u0646\u0635 \u0627\u0644\u0641\u0642\u0631\u0629\u060C \u0648\u064A\u0645\u062B\u0644{{from}} \u0644\u063A\u0629 \u0627\u0644\u0641\u0642\u0631\u0629\u060C \u0648\u064A\u0645\u062B\u0644{{to}} \u0627\u0644\u0644\u063A\u0629 \u0627\u0644\u0645\u0633\u062A\u0647\u062F\u0641\u0629","field.domain":"\u0645\u062C\u0627\u0644","description.domain":"\u0627\u0644\u0627\u0641\u062A\u0631\u0627\u0636\u064A \u0647\u0648\uFF1A\u0639\u0627\u0645. \u0644\u0627 \u064A\u0645\u0643\u0646 \u0636\u0628\u0637\u0647 \u0625\u0644\u0627 \u0639\u0646\u062F \u062A\u0645\u0643\u064A\u0646 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0645\u0633\u062A\u0646\u062F\u0629 \u0625\u0644\u0649 \u0627\u0644\u0645\u062C\u0627\u0644 \u0641\u064A \u0648\u062D\u062F\u0629 \u062A\u062D\u0643\u0645 Youdao API. \u0644\u0644\u062D\u0635\u0648\u0644 \u0639\u0644\u0649 \u0627\u0644\u062D\u0642\u0648\u0644 \u0627\u0644\u0645\u062F\u0639\u0648\u0645\u0629\u060C \u064A\u0631\u062C\u0649 \u0627\u0644\u0627\u0637\u0644\u0627\u0639 \u0639\u0644\u0649 <1> \u0647\u0646\u0627.","field.scene":"\u0645\u0634\u0627\u0647\u062F","description.scene":"\u0627\u0644\u0627\u0641\u062A\u0631\u0627\u0636\u064A \u0647\u0648\uFF1A\u0639\u0627\u0645. \u0644\u0627 \u064A\u0645\u0643\u0646 \u0636\u0628\u0637\u0647 \u0625\u0644\u0627 \u0639\u0646\u062F \u062A\u0646\u0634\u064A\u0637 \u0627\u0644\u0625\u0635\u062F\u0627\u0631 \u0627\u0644\u0627\u062D\u062A\u0631\u0627\u0641\u064A \u0644\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0622\u0644\u064A\u0629 \u0641\u064A \u0648\u062D\u062F\u0629 \u062A\u062D\u0643\u0645 Alibaba Cloud API. \u0631\u0627\u062C\u0639 <1> \u0647\u0646\u0627 \u0644\u0644\u062D\u0635\u0648\u0644 \u0639\u0644\u0649 \u0627\u0644\u0633\u064A\u0646\u0627\u0631\u064A\u0648\u0647\u0627\u062A \u0627\u0644\u0645\u062F\u0639\u0648\u0645\u0629.","field.vocabId":"\u0645\u0639\u0631\u0641 \u0642\u0627\u0645\u0648\u0633 \u0627\u0644\u0645\u0633\u062A\u062E\u062F\u0645","description.vocabId":"\u064A\u062F\u0639\u0645 \u0627\u0644\u0642\u0627\u0645\u0648\u0633 \u0627\u0644\u0645\u062D\u062F\u062F out_id \u062D\u0627\u0644\u064A\u064B\u0627 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0625\u0646\u062C\u0644\u064A\u0632\u064A\u0629 \u0627\u0644\u0635\u064A\u0646\u064A\u0629.","description.model":"\u064A\u0645\u0643\u0646 \u0623\u0646 \u064A\u0643\u0648\u0646 \u0646\u0645\u0648\u0630\u062C OpenAI \u0647\u0648 gpt-3.5-turbo \u0623\u0648 gpt-4 \u0648\u0645\u0627 \u0625\u0644\u0649 \u0630\u0644\u0643.","description.maxTextGroupLengthPerRequest":"\u0639\u062F\u062F \u0627\u0644\u0641\u0642\u0631\u0627\u062A \u0627\u0644\u0645\u0631\u0633\u0644\u0629 \u0625\u0644\u0649 \u062E\u062F\u0645\u0629 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0641\u064A \u0643\u0644 \u0645\u0631\u0629. \u0625\u0630\u0627 \u0643\u0627\u0646 \u0647\u0646\u0627\u0643 \u0639\u062F\u062F \u0643\u0628\u064A\u0631 \u062C\u062F\u064B\u0627 \u0645\u0646 \u0627\u0644\u0641\u0642\u0631\u0627\u062A\u060C \u0641\u0642\u062F \u062A\u062A\u0628\u0627\u0637\u0623 \u0627\u0633\u062A\u062C\u0627\u0628\u0629 \u0627\u0644\u0648\u0627\u062C\u0647\u0629.","description.apiUrl":"\u0627\u0644\u0631\u062C\u0627\u0621 \u0625\u0636\u0627\u0641\u0629 \u0639\u0646\u0648\u0627\u0646 URL \u0645\u062D\u062F\u062F \u0645\u0639 \u0627\u0644\u0645\u0633\u0627\u0631\u060C <1> \u0627\u0644\u0645\u0632\u064A\u062F \u0645\u0646 \u0627\u0644\u062A\u0639\u0644\u064A\u0645\u0627\u062A",enabledExtension:"\u062A\u0645\u0643\u064A\u0646 \u0627\u0644\u062A\u0645\u062F\u064A\u062F",clickToDisableExtension:"\u0627\u0646\u0642\u0631 \u0644\u062A\u0639\u0637\u064A\u0644 \u0627\u0644\u062A\u0645\u062F\u064A\u062F",clickToEnableExtension:"\u0627\u0646\u0642\u0631 \u0644\u062A\u0645\u0643\u064A\u0646 \u0627\u0644\u062A\u0645\u062F\u064A\u062F",hasBeenDisabled:"\u0639\u0627\u062C\u0632","show password":"\u0639\u0631\u0636 \u0643\u0644\u0645\u0629 \u0627\u0644\u0645\u0631\u0648\u0631",customContent:"\u0623\u062F\u062E\u0644 \u0627\u0633\u0645 \u0627\u0644\u0646\u0645\u0648\u0630\u062C \u0627\u0644\u0645\u062E\u0635\u0635",inputOptions:"\u062A\u062D\u0633\u064A\u0646 \u0635\u0646\u062F\u0648\u0642 \u0627\u0644\u0625\u062F\u062E\u0627\u0644",mouseHoverOptions:"\u062A\u0645\u0631\u064A\u0631 \u0627\u0644\u0645\u0627\u0648\u0633",modifyMouseHoverKey:"\u062A\u0639\u062F\u064A\u0644 \u0645\u0641\u0627\u062A\u064A\u062D \u0627\u0644\u0627\u062E\u062A\u0635\u0627\u0631 \u0627\u0644\u062E\u0627\u0635\u0629 \u0628\u0627\u0644\u0645\u0627\u0648\u0633",enableInputTranslation:"\u0645\u0627 \u0625\u0630\u0627 \u0643\u0627\u0646 \u0633\u064A\u062A\u0645 \u062A\u0645\u0643\u064A\u0646 \u062A\u062D\u0633\u064A\u0646 \u0645\u0631\u0628\u0639 \u0627\u0644\u0625\u062F\u062E\u0627\u0644",enableInputTranslationDescription:"\u0628\u0639\u062F{trailingKey}\u060C \u0623\u062F\u062E\u0644 \u0645\u0628\u0627\u0634\u0631\u0629 {startingKey}{startingKey} hello \u0641\u064A \u0645\u0631\u0628\u0639 \u0627\u0644\u0625\u062F\u062E\u0627\u0644\u060C \u062B\u0645 \u0627\u0646\u0642\u0631 \u0633\u0631\u064A\u0639\u064B\u0627 \u0641\u0648\u0642{inputTrailingTriggerKeyRepeatTimes}\u0645\u0631\u062A\u064A\u0646 \u0644\u062A\u0631\u062C\u0645\u062A\u0647 \u0625\u0644\u0649 {inputTargetLanguage}",enableInputTranslationDescriptionForNoneKey:"{trailingKey}\u062A\u0645\u0643\u064A\u0646\u0647\u060C \u0623\u062F\u062E\u0644 \u0645\u0628\u0627\u0634\u0631\u0629\uFF1Ahelloworld \u0641\u064A \u0645\u0631\u0628\u0639 \u0627\u0644\u0625\u062F\u062E\u0627\u0644\u060C \u062B\u0645 \u0627\u0646\u0642\u0631 \u0628\u0633\u0631\u0639\u0629{inputTrailingTriggerKeyRepeatTimes}\u0644\u0644\u062A\u0631\u062C\u0645\u0629 \u0625\u0644\u0649 \u0627\u0644\u0644\u063A\u0629 \u0627\u0644\u0645\u0633\u062A\u0647\u062F\u0641\u0629 \u0627\u0644\u0627\u0641\u062A\u0631\u0627\u0636\u064A\u0629.",inputTargetLanguage:"\u0642\u0645 \u0628\u062A\u0639\u064A\u064A\u0646 \u0627\u0644\u0644\u063A\u0629 \u0627\u0644\u0647\u062F\u0641 \u0627\u0644\u0627\u0641\u062A\u0631\u0627\u0636\u064A\u0629 \u0644\u0645\u0631\u0628\u0639 \u0627\u0644\u0625\u062F\u062E\u0627\u0644",inputTargetLanguageDescription:"\u0627\u0644\u0644\u063A\u0629 \u0627\u0644\u0647\u062F\u0641 \u0627\u0644\u0627\u0641\u062A\u0631\u0627\u0636\u064A\u0629 \u0644\u062A\u0631\u062C\u0645\u0629 \u0645\u0631\u0628\u0639 \u0627\u0644\u0625\u062F\u062E\u0627\u0644\u060C \u0648\u0647\u064A {startingKey}{startingKey} \u0643\u0644\u063A\u0629 \u0627\u0641\u062A\u0631\u0627\u0636\u064A\u0629 \u0644\u0643\u0644\u0645\u0627\u062A \u0627\u0644\u062A\u0634\u063A\u064A\u0644",inputTargetLanguageDescriptionForNoneKey:"\u0627\u0644\u0644\u063A\u0629 \u0627\u0644\u0647\u062F\u0641 \u0627\u0644\u0627\u0641\u062A\u0631\u0627\u0636\u064A\u0629 \u0644\u062A\u0631\u062C\u0645\u0627\u062A \u0645\u0631\u0628\u0639 \u0627\u0644\u0625\u062F\u062E\u0627\u0644",inputStartingTriggerKeyTitle:"\u0642\u0645 \u0628\u062A\u0639\u064A\u064A\u0646 \u0627\u0644\u0623\u062D\u0631\u0641 \u0627\u0644\u0645\u0642\u0633\u0645\u0629 \u0644\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u062C\u0632\u0626\u064A\u0629 \u0644\u0645\u0631\u0628\u0639 \u0627\u0644\u0625\u062F\u062E\u0627\u0644",inputStartingTriggerKeyDescription:"\u0639\u0646\u062F\u0645\u0627 \u0644\u0627 \u062A\u062D\u062A\u0627\u062C \u0625\u0644\u0649 \u062A\u0631\u062C\u0645\u0629 \u0645\u0631\u0628\u0639 \u0627\u0644\u0625\u062F\u062E\u0627\u0644 \u0628\u0623\u0643\u0645\u0644\u0647\u060C \u064A\u062A\u064A\u062D \u0644\u0643 \u0627\u0644\u0645\u062D\u062F\u062F \u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u062C\u0632\u0621 \u0641\u0642\u0637 {startingKey}{startingKey} \u0625\u0644\u0649 \u0646\u0647\u0627\u064A\u0629 \u0645\u0631\u0628\u0639 \u0627\u0644\u0625\u062F\u062E\u0627\u0644\u060C \u0623\u0648 \u064A\u0645\u0643\u0646\u0643 \u062A\u062D\u062F\u064A\u062F \u0631\u0645\u0632 \u0627\u0644\u0644\u063A\u0629\u060C \u0639\u0644\u0649 \u0633\u0628\u064A\u0644 \u0627\u0644\u0645\u062B\u0627\u0644\u060C\uFF1A{startingKey}ja \u062A\u0639\u0646\u064A \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0641\u0642\u0637 \u0627\u0644\u062C\u0632\u0621 \u0645\u0646 {startingKey}\u062C\u0627 \u0625\u0644\u0649 \u0646\u0647\u0627\u064A\u0629 \u0645\u0631\u0628\u0639 \u0627\u0644\u0625\u062F\u062E\u0627\u0644.",inputStartingTriggerKeyDescriptionForNoneKey:"\u062A\u0645 \u0636\u0628\u0637\u0647 \u062D\u0627\u0644\u064A\u064B\u0627 \u0628\u062D\u064A\u062B \u0644\u0627 \u064A\u062A\u0637\u0644\u0628 \u0623\u064A \u0628\u0627\u062F\u0626\u0629\u060C \u0648\u0628\u0639\u0636 \u0648\u0638\u0627\u0626\u0641 \u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0646\u0635 \u0641\u064A \u0645\u0631\u0628\u0639 \u0627\u0644\u0625\u062F\u062E\u0627\u0644 \u063A\u064A\u0631 \u0645\u062A\u0627\u062D\u0629 \u0645\u0624\u0642\u062A\u064B\u0627.",inputTrailingTriggerKeyTitle:"\u062D\u062F\u062F \u062D\u0631\u0641 \u0627\u0644\u0645\u0634\u063A\u0644 \u0627\u0644\u0630\u064A \u064A\u0646\u0647\u064A \u0627\u0644\u0625\u062F\u062E\u0627\u0644",inputTrailingTriggerKeyDescription:"\u0633\u064A\u0624\u062F\u064A \u0627\u0644\u0636\u063A\u0637 \u0639\u0644\u0649{trailingKey} 3 \u0645\u0631\u0627\u062A \u0641\u064A \u062A\u062A\u0627\u0628\u0639 \u0633\u0631\u064A\u0639 \u0625\u0644\u0649 \u0628\u062F\u0621 \u0627\u0644\u062A\u0631\u062C\u0645\u0629",inputTrailingTriggerKeyTimeout:"\u0623\u062F\u062E\u0644 \u0627\u0644\u0641\u0627\u0635\u0644 \u0627\u0644\u0632\u0645\u0646\u064A \u0628\u064A\u0646 \u0627\u0644\u0645\u0634\u063A\u0644\u0627\u062A \u0644\u0625\u0646\u0647\u0627\u0621 \u0627\u0644\u062A\u062D\u0631\u064A\u0631 \u0648\u0627\u0644\u0633\u0631\u062F.",inputTrailingTriggerKeyTimeoutDescription:"\u0642\u0645 \u0628\u062A\u0639\u064A\u064A\u0646 \u0627\u0644\u0641\u0627\u0635\u0644 \u0627\u0644\u0632\u0645\u0646\u064A (\u0645\u0644\u064A \u062B\u0627\u0646\u064A\u0629) \u0644\u0644\u0625\u062F\u062E\u0627\u0644 \u0644\u0625\u0646\u0647\u0627\u0621 \u0645\u0634\u063A\u0644 \u0627\u0644\u062A\u062D\u0631\u064A\u0631 \u0648\u0627\u0644\u0633\u0631\u062F",spaceKey:"<\u0645\u0633\u0627\u0641\u0629>",noneKey:"\u0644\u0627 \u062A\u0648\u062C\u062F \u062D\u0627\u062C\u0629 \u0625\u0644\u0649 \u0628\u0627\u062F\u0626\u0629\u060C \u0642\u0645 \u0628\u062A\u0631\u062C\u0645\u0629 \u0645\u0631\u0628\u0639 \u0627\u0644\u0646\u0635 \u0628\u0627\u0644\u0643\u0627\u0645\u0644 \u0645\u0628\u0627\u0634\u0631\u0629\u064B",inputTranslationBlockUrlsTitle:"\u0644\u0627 \u062A\u0642\u0645 \u0645\u0637\u0644\u0642\u064B\u0627 \u0628\u062A\u0645\u0643\u064A\u0646 \u062A\u062D\u0633\u064A\u0646\u0627\u062A \u062D\u0642\u0644 \u0627\u0644\u0625\u062F\u062E\u0627\u0644 \u0641\u064A \u0639\u0646\u0627\u0648\u064A\u0646 URL",inputTranslationBlockUrlsDescription:"\u0641\u064A \u0639\u0646\u0627\u0648\u064A\u0646 URL \u0627\u0644\u062A\u0627\u0644\u064A\u0629\u060C \u0644\u0646 \u064A\u0635\u0628\u062D \u062A\u062D\u0633\u064A\u0646 \u0645\u0631\u0628\u0639 \u0627\u0644\u0625\u062F\u062E\u0627\u0644 \u0633\u0627\u0631\u064A \u0627\u0644\u0645\u0641\u0639\u0648\u0644",clickToSeeQuickDemo:"\u0627\u0646\u0642\u0631 \u0644\u062A\u0648\u0633\u064A\u0639 \u0641\u064A\u062F\u064A\u0648 \u0627\u0644\u062A\u0639\u0644\u064A\u0645\u0627\u062A \u0627\u0644\u0633\u0631\u064A\u0639\u0629 \u0644\u0645\u062F\u0629 30 \u062B\u0627\u0646\u064A\u0629",inputHelperInfo:"\u0645\u0644\u0627\u062D\u0638\u0629\uFF1A: \u0644\u0642\u062F \u0642\u0645\u0646\u0627 \u0628\u062A\u062D\u0633\u064A\u0646 \u0627\u0644\u0645\u0634\u0643\u0644\u0629 \u0639\u0644\u0649 \u0648\u062C\u0647 \u0627\u0644\u062A\u062D\u062F\u064A\u062F \u062D\u064A\u062B \u062A\u062A\u062D\u0648\u0644 \u0628\u0639\u0636 \u0623\u062D\u0631\u0641 \u0627\u0644\u062A\u0634\u063A\u064A\u0644 \u0625\u0644\u0649 \u0639\u0644\u0627\u0645\u0627\u062A \u062A\u0631\u0642\u064A\u0645 \u0635\u064A\u0646\u064A\u0629 \u0636\u0645\u0646 \u0637\u0631\u064A\u0642\u0629 \u0627\u0644\u0625\u062F\u062E\u0627\u0644 \u0627\u0644\u0635\u064A\u0646\u064A\u0629. \u0639\u0644\u0649 \u0633\u0628\u064A\u0644 \u0627\u0644\u0645\u062B\u0627\u0644\u060C \u0636\u0645\u0646 \u0637\u0631\u064A\u0642\u0629 \u0627\u0644\u0625\u062F\u062E\u0627\u0644 Sogou\u060C / \u0633\u0648\u0641 \u062A\u062A\u062D\u0648\u0644 \u0625\u0644\u0649 \u062A\u0648\u0642\u0641 \u0645\u0624\u0642\u062A\u060C \u0648\u062A\u062F\u0639\u0645 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u063A\u0627\u0645\u0631\u0629 \u062C\u0645\u064A\u0639 \u0627\u0644\u0631\u0645\u0648\u0632 \u0627\u0644\u0635\u064A\u0646\u064A\u0629 \u0627\u0644\u0645\u0642\u0627\u0628\u0644\u0629 \u0644\u0640 \u0633\u064A\u062A\u0645 \u0627\u0644\u062A\u0639\u0631\u0641 \u0639\u0644\u0649 \u0623\u062D\u0631\u0641 \u0627\u0644\u062A\u0634\u063A\u064A\u0644\u060C \u0623\u064A //\u060C \u0639\u0644\u0649 \u0623\u0646\u0647\u0627 \u0623\u062D\u0631\u0641 \u062A\u0634\u063A\u064A\u0644.

\u0641\u064A \u0627\u0644\u0648\u0642\u062A \u0646\u0641\u0633\u0647\u060C \u0646\u062F\u0639\u0645 \u0623\u064A\u0636\u064B\u0627 \u0627\u0644\u0623\u0633\u0645\u0627\u0621 \u0627\u0644\u0635\u064A\u0646\u064A\u0629 \u0627\u0644\u0645\u0633\u062A\u0639\u0627\u0631\u0629 \u0644\u0631\u0645\u0648\u0632 \u0627\u0644\u0644\u063A\u0629 \u0643\u0623\u0648\u0627\u0645\u0631. \u0639\u0644\u0649 \u0633\u0628\u064A\u0644 \u0627\u0644\u0645\u062B\u0627\u0644\u060C \u0633\u062A\u062A\u0645 \u062A\u0631\u062C\u0645\u0629 /Japanese Hello World \u0625\u0644\u0649 \u0627\u0644\u064A\u0627\u0628\u0627\u0646\u064A\u0629. <1> \u0627\u0646\u0642\u0631 \u0647\u0646\u0627 \u0644\u0639\u0631\u0636 \u0643\u0627\u0641\u0629 \u0631\u0645\u0648\u0632 \u0627\u0644\u0644\u063A\u0627\u062A \u0627\u0644\u0645\u062F\u0639\u0648\u0645\u0629. .",reloadCurrentPage:"\u064A\u0631\u062C\u0649 \u062A\u062D\u062F\u064A\u062B \u0627\u0644\u0635\u0641\u062D\u0629 \u0627\u0644\u062D\u0627\u0644\u064A\u0629 \u0642\u0628\u0644 \u0628\u062F\u0621 \u0627\u0644\u062A\u0631\u062C\u0645\u0629",noLocalFilePermissionForPDF:"\u0644\u064A\u0633 \u0644\u062F\u064A\u0646\u0627 \u062D\u0627\u0644\u064A\u064B\u0627 \u0625\u0630\u0646 \u0628\u0642\u0631\u0627\u0621\u0629 \u0627\u0644\u0645\u0644\u0641\u0627\u062A \u0627\u0644\u0645\u062D\u0644\u064A\u0629. \u0627\u0644\u0631\u062C\u0627\u0621 \u0627\u0644\u0646\u0642\u0631 \u0641\u0648\u0642 \u0627\u0644\u0632\u0631 \u0623\u0639\u0644\u0627\u0647 \u0648\u0627\u0633\u062A\u064A\u0631\u0627\u062F \u0627\u0644\u0645\u0644\u0641\u0627\u062A \u0627\u0644\u0645\u062D\u0644\u064A\u0629.",noPermissionForThisPage:"\u26A0\uFE0F \u0644\u0627 \u064A\u0648\u062C\u062F \u0625\u0630\u0646 \u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0635\u0641\u062D\u0629 \u0627\u0644\u062D\u0627\u0644\u064A\u0629",retryAllParagraphs:"\u0623\u0639\u062F \u0645\u062D\u0627\u0648\u0644\u0629 \u0643\u0627\u0641\u0629 \u0641\u0642\u0631\u0627\u062A \u0627\u0644\u062E\u0637\u0623",retryAllButton:"\u0623\u0639\u062F \u0645\u062D\u0627\u0648\u0644\u0629 \u0643\u0627\u0641\u0629 \u0641\u0642\u0631\u0627\u062A \u0627\u0644\u062E\u0637\u0623",errorTooltipTitle:"\u0627\u0646\u0642\u0631 \u0644\u0639\u0631\u0636 \u0633\u0628\u0628 \u0627\u0644\u062E\u0637\u0623",errorModalTitle:"\u064A\u0628\u062F\u0648 \u0623\u0646 \u0647\u0646\u0627\u0643 \u062E\u0637\u0623 \u0645\u0627 \u0641\u064A \u062E\u062F\u0645\u0629 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0623\u0648 \u0627\u0644\u0634\u0628\u0643\u0629...",disableConfirm:"\u0625\u0639\u062F\u0627\u062F\u0627\u062A \u062A\u0639\u0632\u064A\u0632 \u0627\u0644\u0645\u0639\u0644\u0648\u0645\u0627\u062A \u062B\u0646\u0627\u0626\u064A\u0629 \u0627\u0644\u0644\u063A\u0629",disableOnce:"\u0645\u0639\u0637\u0644\u0629 \u0647\u0630\u0647 \u0627\u0644\u0645\u0631\u0629",disableGlobal:"\u062A\u0639\u0637\u064A\u0644 \u062F\u0627\u0626\u0645",disableTint:"* \u064A\u0645\u0643\u0646\u0643 \u0625\u0639\u0627\u062F\u0629 \u062A\u0645\u0643\u064A\u0646\u0647 \u0641\u064A {option}.",searchEnhancementNotes:"\u0644\u0642\u062F \u0648\u062C\u062F\u0646\u0627 \u0623\u0646 \u0646\u062A\u0627\u0626\u062C \u0627\u0644\u0623\u062E\u0628\u0627\u0631 \u0644\u0644\u0643\u0644\u0645\u0627\u062A \u0627\u0644\u0631\u0626\u064A\u0633\u064A\u0629 \u0627\u0644\u0635\u064A\u0646\u064A\u0629 \u0648\u0627\u0644\u0643\u0644\u0645\u0627\u062A \u0627\u0644\u0631\u0626\u064A\u0633\u064A\u0629 \u0627\u0644\u0625\u0646\u062C\u0644\u064A\u0632\u064A\u0629 \u0645\u062E\u062A\u0644\u0641\u0629 \u062A\u0645\u0627\u0645\u064B\u0627. \u0628\u0639\u062F \u062A\u0645\u0643\u064A\u0646 \u0648\u0638\u064A\u0641\u0629 \u062A\u062D\u0633\u064A\u0646 \u0627\u0644\u0645\u0639\u0644\u0648\u0645\u0627\u062A \u062B\u0646\u0627\u0626\u064A\u0629 \u0627\u0644\u0644\u063A\u0629 \u0644\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u063A\u0627\u0645\u0631\u0629\u060C \u0633\u0646\u0628\u062D\u062B \u0641\u064A \u0645\u0648\u0627\u0642\u0639 \u0627\u0644\u0648\u064A\u0628 \u0627\u0644\u0645\u062F\u0639\u0648\u0645\u0629 (\u0623\u062E\u0628\u0627\u0631 Google\u060C \u0628\u062D\u062B Google (\u0628\u0639\u0636 \u0627\u0644\u0643\u0644\u0645\u0627\u062A \u0627\u0644\u0631\u0626\u064A\u0633\u064A\u0629)\u060C Snowball\u060C Oriental Fortune Network\u060C Futu \u060C Tiger) \u064A\u0628\u062D\u062B \u062A\u0644\u0642\u0627\u0626\u064A\u064B\u0627 \u0639\u0646 \u0646\u0641\u0633 \u0627\u0644\u0643\u0644\u0645\u0627\u062A \u0627\u0644\u0631\u0626\u064A\u0633\u064A\u0629 \u0628\u0627\u0644\u0644\u063A\u0629 \u0627\u0644\u0625\u0646\u062C\u0644\u064A\u0632\u064A\u0629 \u0648\u064A\u0639\u0631\u0636\u0647\u0627 \u0639\u0644\u0649 \u0627\u0644\u064A\u0645\u064A\u0646. \u0625\u0630\u0627 \u0644\u0645 \u062A\u0643\u0646 \u0628\u062D\u0627\u062C\u0629 \u0625\u0644\u0649 \u0647\u0630\u0647 \u0627\u0644\u0645\u064A\u0632\u0629\u060C \u0641\u064A\u0645\u0643\u0646\u0643 \u0627\u062E\u062A\u064A\u0627\u0631 \u062A\u0639\u0637\u064A\u0644\u0647\u0627.",option:"\u064A\u062B\u0628\u062A",saveSettings:"\u0627\u062D\u0641\u0638 \u0627\u0644\u062A\u063A\u064A\u064A\u0631\u0627\u062A",closeModal:"\u0623\u063A\u0644\u0642 \u0627\u0644\u0646\u0627\u0641\u0630\u0629",enableInputTranslationWithoutTriggerKeyTitle:"\u062A\u0645\u0643\u064A\u0646 \u0627\u0644\u062A\u062D\u0631\u064A\u0631 \u0648\u0627\u0644\u0633\u0631\u062F \u0627\u0644\u0633\u0631\u064A\u0639 3 \u0645\u0631\u0627\u062A{trailingKey}\u060C \u0648\u062A\u0631\u062C\u0645\u0629 \u0645\u0631\u0628\u0639 \u0627\u0644\u0625\u062F\u062E\u0627\u0644 \u0628\u0623\u0643\u0645\u0644\u0647 \u0645\u0628\u0627\u0634\u0631\u0629 \u0625\u0644\u0649{inputTargetLanguage}",enableInputTranslationWithoutTriggerKeyDescription:"\u0625\u0630\u0627 \u0643\u0646\u062A \u0628\u062D\u0627\u062C\u0629 \u0625\u0644\u0649 \u062A\u062D\u062F\u064A\u062F \u0627\u0644\u0644\u063A\u0629 \u0627\u0644\u0645\u0633\u062A\u0647\u062F\u0641\u0629\u060C \u0641\u064A\u0631\u062C\u0649 \u0625\u0636\u0627\u0641\u0629 \u0631\u0645\u0632 \u0627\u0644\u0644\u063A\u0629 \u0641\u064A \u0627\u0644\u0645\u0642\u062F\u0645\u0629\u060C \u0645\u062B\u0644\uFF1Aja Hello World",mouseHoverShortcutPlaceholder:"\u0645\u062B\u0644\uFF1A\u0627\u0644\u062A\u062D\u0648\u0644",deepLProName:"\u0639\u0636\u0648 \u0645\u062D\u062A\u0631\u0641 \u0641\u064A \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0634\u0627\u0645\u0644\u0629 (\u0645\u0633\u062A\u062D\u0633\u0646)",deepLProDescription:"\u064A\u0645\u0643\u0646 \u0627\u0633\u062A\u062E\u062F\u0627\u0645 \u0627\u0644\u062D\u0632\u0645\u0629 \u0627\u0644\u062D\u0627\u0644\u064A\u0629 \u0645\u0628\u0627\u0634\u0631\u0629",deeplProDescriptionForNormal:"\u0644\u0627 \u062A\u0648\u062C\u062F \u0625\u0639\u062F\u0627\u062F\u0627\u062A \u0645\u0637\u0644\u0648\u0628\u0629. \u064A\u0645\u0643\u0646\u0643 \u0627\u0633\u062A\u062E\u062F\u0627\u0645\u0647\u0627 \u0628\u0639\u062F \u062A\u0633\u062C\u064A\u0644 \u0627\u0644\u062F\u062E\u0648\u0644 \u0643\u0639\u0636\u0648. <1> \u0627\u0646\u0642\u0631 \u0647\u0646\u0627 \u0644\u0644\u062A\u0631\u0642\u064A\u0629 \u0625\u0644\u0649 \u0639\u0636\u0648.",deepLCustomDescription:"\u0623\u0646\u062A \u0628\u062D\u0627\u062C\u0629 \u0625\u0644\u0649 \u0628\u0637\u0627\u0642\u0629 \u0627\u0626\u062A\u0645\u0627\u0646 \u0623\u062C\u0646\u0628\u064A\u0629\u060C \u0627\u0646\u062A\u0642\u0644 \u0625\u0644\u0649 <1>DeepL \u062A\u0645 \u0641\u062A\u062D\u0647 \u0631\u0633\u0645\u064A\u064B\u0627\u060C \u0627\u0646\u0642\u0631 \u0644\u0639\u0631\u0636 \u0627\u0644\u0645\u0633\u062A\u0646\u062F\u0627\u062A <2>",deepLCustomName:"\u0645\u0641\u062A\u0627\u062D \u0627\u0644\u0645\u0635\u0627\u062F\u0642\u0629 \u0627\u0644\u0645\u062E\u0635\u0635",chooseProviderLabel:"\u0627\u062E\u062A\u0631 \u0645\u0632\u0648\u062F \u0627\u0644\u062E\u062F\u0645\u0629",openaiProName:"\u0639\u0636\u0648 \u0645\u062D\u062A\u0631\u0641 \u0641\u064A \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0634\u0627\u0645\u0644\u0629 (\u0645\u0633\u062A\u062D\u0633\u0646)",openaiProDescription:"\u064A\u0645\u0643\u0646 \u0627\u0633\u062A\u062E\u062F\u0627\u0645 \u0627\u0644\u062D\u0632\u0645\u0629 \u0627\u0644\u062D\u0627\u0644\u064A\u0629 \u0645\u0628\u0627\u0634\u0631\u0629",openaiProDescriptionForNormal:"\u0644\u0627 \u062A\u0648\u062C\u062F \u0625\u0639\u062F\u0627\u062F\u0627\u062A \u0645\u0637\u0644\u0648\u0628\u0629. \u064A\u0645\u0643\u0646\u0643 \u0627\u0633\u062A\u062E\u062F\u0627\u0645\u0647\u0627 \u0628\u0639\u062F \u062A\u0633\u062C\u064A\u0644 \u0627\u0644\u062F\u062E\u0648\u0644 \u0643\u0639\u0636\u0648. <1> \u0627\u0646\u0642\u0631 \u0647\u0646\u0627 \u0644\u0644\u062A\u0631\u0642\u064A\u0629 \u0625\u0644\u0649 \u0639\u0636\u0648.",openaiCustomDescription:"\u064A\u0645\u0643\u0646 \u0627\u0644\u062D\u0635\u0648\u0644 \u0639\u0644\u064A\u0647 \u0645\u0646 OpenAI \u0623\u0648 Azure OpenAI \u0623\u0648 \u062E\u062F\u0645\u0627\u062A \u0623\u062E\u0631\u0649 \u062A\u0627\u0628\u0639\u0629 \u0644\u062C\u0647\u0627\u062A \u062E\u0627\u0631\u062C\u064A\u0629.<1> \u0627\u0646\u0642\u0631 \u0647\u0646\u0627 \u0644\u0639\u0631\u0636 \u0627\u0644\u0645\u0633\u062A\u0646\u062F.",openaiCustomName:"\u0645\u0641\u062A\u0627\u062D \u0648\u0627\u062C\u0647\u0629 \u0628\u0631\u0645\u062C\u0629 \u0627\u0644\u062A\u0637\u0628\u064A\u0642\u0627\u062A \u0627\u0644\u0645\u062E\u0635\u0635",needLoginAction:"(\u0623\u062F\u062E\u0644 \u0627\u0644\u0639\u0636\u0648\u064A\u0629 \u0623\u0648 \u0627\u0644\u062A\u062E\u0635\u064A\u0635)",goLoginOrAction:"(\u0623\u062F\u062E\u0644 \u0627\u0644\u0639\u0636\u0648\u064A\u0629 \u0623\u0648 \u0627\u0630\u0647\u0628 \u0625\u0644\u0649 \u0627\u0644\u0625\u0639\u062F\u0627\u062F\u0627\u062A)",yearly:"\u0627\u0644\u0627\u0634\u062A\u0631\u0627\u0643 \u0627\u0644\u0633\u0646\u0648\u064A \u0627\u0644\u0645\u0633\u062A\u0645\u0631",quarterly:"\u0645\u0648\u0627\u0633\u0645 \u0645\u062A\u062A\u0627\u0644\u064A\u0629",monthly:"\u0627\u0634\u062A\u0631\u0627\u0643 \u0634\u0647\u0631\u064A \u0645\u0633\u062A\u0645\u0631",yearlyForOnce:"\u0627\u0644\u0628\u0627\u0642\u0629 \u0627\u0644\u0633\u0646\u0648\u064A\u0629 \u0644\u0645\u0631\u0629 \u0648\u0627\u062D\u062F\u0629",monthlyForOnce:"\u0628\u0627\u0642\u0629 \u0634\u0647\u0631\u064A\u0629 \u0644\u0645\u0631\u0629 \u0648\u0627\u062D\u062F\u0629",daily:"\u0623\u064A\u0627\u0645 \u0645\u062A\u062A\u0627\u0644\u064A\u0629",year:"\u0627\u0644\u0627\u0634\u062A\u0631\u0627\u0643 \u0627\u0644\u0633\u0646\u0648\u064A \u0627\u0644\u0645\u0633\u062A\u0645\u0631",quarter:"\u0645\u0648\u0627\u0633\u0645 \u0645\u062A\u062A\u0627\u0644\u064A\u0629",month:"\u0627\u0634\u062A\u0631\u0627\u0643 \u0634\u0647\u0631\u064A \u0645\u0633\u062A\u0645\u0631",day:"\u0623\u064A\u0627\u0645 \u0645\u062A\u062A\u0627\u0644\u064A\u0629",onetime_7day:"\u062D\u0632\u0645\u0629 \u062A\u062C\u0631\u064A\u0628\u064A\u0629 \u0644\u0645\u062F\u0629 7 \u0623\u064A\u0627\u0645",currentPlanDescriptionForFree:"\u0627\u0644\u062D\u0632\u0645\u0629 \u0627\u0644\u062D\u0627\u0644\u064A\u0629\uFF1A\u0645\u062C\u0627\u0646\u064A\u0629",currentPlanDescriptionForContinuous:"\u0627\u0644\u0628\u0627\u0642\u0629 \u0627\u0644\u062D\u0627\u0644\u064A\u0629\uFF1A{plan}\u062A\u062C\u062F\u064A\u062F\u0647\u0627 \u062A\u0644\u0642\u0627\u0626\u064A\u0627 \u0641\u064A {endAt}",currentPlanDescriptionForAutoRenewCaceling:"\u0627\u0644\u0628\u0627\u0642\u0629 \u0627\u0644\u062D\u0627\u0644\u064A\u0629\uFF1A{plan}\u0648\u0633\u062A\u0646\u062A\u0647\u064A \u0641\u064A {endAt} \u0648\u0644\u0646 \u064A\u062A\u0645 \u062A\u062C\u062F\u064A\u062F\u0647\u0627 \u062A\u0644\u0642\u0627\u0626\u064A\u064B\u0627 \u0628\u0639\u062F \u0627\u0646\u062A\u0647\u0627\u0621 \u0627\u0644\u0635\u0644\u0627\u062D\u064A\u0629.",currentYearlyPlanDescriptionForAutoRenewCacelingWithRealPaiedUser:"\u0633\u062A\u0646\u062A\u0647\u064A \u0635\u0644\u0627\u062D\u064A\u0629 \u0627\u0644\u062D\u0632\u0645\u0629 \u0627\u0644\u062D\u0627\u0644\u064A\u0629\uFF1A{plan}\u0641\u064A {endAt} \u0648\u0644\u0646 \u064A\u062A\u0645 \u062A\u062C\u062F\u064A\u062F\u0647\u0627 \u062A\u0644\u0642\u0627\u0626\u064A\u064B\u0627 \u0628\u0639\u062F \u0627\u0646\u062A\u0647\u0627\u0621 \u0627\u0644\u0635\u0644\u0627\u062D\u064A\u0629.
<1>\u0627\u0646\u0642\u0631 \u0647\u0646\u0627 \u0644\u0625\u062F\u0627\u0631\u0629 \u062E\u0637\u0637 \u0627\u0644\u062A\u062C\u062F\u064A\u062F",currentYearlyPlanDescriptionForAutoRenewCacelingWithAdmin:"\u0633\u062A\u0646\u062A\u0647\u064A \u0635\u0644\u0627\u062D\u064A\u0629 \u0627\u0644\u062D\u0632\u0645\u0629 \u0627\u0644\u062D\u0627\u0644\u064A\u0629\uFF1A{plan}\u0641\u064A {endAt} \u0648\u0644\u0646 \u064A\u062A\u0645 \u062A\u062C\u062F\u064A\u062F\u0647\u0627 \u062A\u0644\u0642\u0627\u0626\u064A\u064B\u0627 \u0628\u0639\u062F \u0627\u0646\u062A\u0647\u0627\u0621 \u0627\u0644\u0635\u0644\u0627\u062D\u064A\u0629.
<1>\u0627\u0636\u063A\u0637 \u0647\u0646\u0627 \u0644\u062A\u0641\u0639\u064A\u0644 \u0627\u0644\u0627\u0634\u062A\u0631\u0627\u0643 \u0627\u0644\u0633\u0646\u0648\u064A \u0627\u0644\u0645\u0633\u062A\u0645\u0631",currentPlanDescriptionForOneTime:"\u0627\u0644\u062D\u0632\u0645\u0629 \u0627\u0644\u062D\u0627\u0644\u064A\u0629\uFF1A{plan}\u0648\u0633\u062A\u0646\u062A\u0647\u064A \u0641\u064A {endAt} <1> \u0627\u0646\u0642\u0631 \u0647\u0646\u0627 \u0644\u0644\u062A\u0631\u0642\u064A\u0629 \u0625\u0644\u0649 \u0627\u0644\u0631\u0633\u0648\u0645 \u0627\u0644\u0633\u0646\u0648\u064A\u0629 \u0623\u0648 <2> \u0631\u0633\u0648\u0645 \u0634\u0647\u0631\u064A\u0629 \u0639\u0636\u0648",upgradePlan:"\u0627\u0646\u0642\u0631 \u0647\u0646\u0627 \u0644\u0644\u062A\u0631\u0642\u064A\u0629 \u0625\u0644\u0649 \u0639\u0636\u0648\u064A\u0629 Pro",upgradeToPro:"\u0627\u0644\u062A\u0631\u0642\u064A\u0629 \u0625\u0644\u0649 \u0639\u0636\u0648\u064A\u0629 \u0628\u0631\u0648","popup.openPro":"\u0628\u0639\u062F \u0627\u0644\u062A\u0631\u0642\u064A\u0629 \u0625\u0644\u0649 \u0639\u0636\u0648\u064A\u0629 Pro\u060C \u064A\u0645\u0643\u0646\u0643 \u0627\u0644\u0627\u0633\u062A\u0645\u062A\u0627\u0639 \u0628\u062A\u0631\u062C\u0645\u0629 DeepL \u0648OpenAI\u060C \u0627\u0646\u0642\u0631 \u0647\u0646\u0627 \u0644\u0644\u062A\u0631\u0642\u064A\u0629","popup.openProForPro":"\u0623\u0646\u062A \u0639\u0636\u0648 \u0645\u062D\u062A\u0631\u0641 \u0648\u064A\u0645\u0643\u0646\u0643 \u0627\u0633\u062A\u062E\u062F\u0627\u0645 \u062A\u0631\u062C\u0645\u0629 DeepL \u0648OpenAI \u0645\u0628\u0627\u0634\u0631\u0629",currentAccount:"\u0627\u0644\u062D\u0633\u0627\u0628 \u0627\u0644\u062D\u0627\u0644\u064A",enableAutoSyncUserSettings:"\u062A\u0645\u0643\u064A\u0646 \u0627\u0644\u0645\u0632\u0627\u0645\u0646\u0629 \u0627\u0644\u0633\u062D\u0627\u0628\u064A\u0629 \u0627\u0644\u062A\u0644\u0642\u0627\u0626\u064A\u0629 \u0639\u0628\u0631 \u0623\u062C\u0647\u0632\u0629 \u0645\u062A\u0639\u062F\u062F\u0629",modalEnableInputTranslationTitle:"\u0646\u0635\u0627\u0626\u062D \u062A\u0631\u062C\u0645\u0629 \u0645\u0631\u0628\u0639 \u0625\u062F\u062E\u0627\u0644 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u063A\u0627\u0645\u0631\u0629",modalEnableInputTranslationDesc:"\u0644\u0642\u062F \u0642\u0645\u062A \u0644\u0644\u062A\u0648 \u0628\u062A\u0634\u063A\u064A\u0644 \u062A\u0631\u062C\u0645\u0629 \u0645\u0631\u0628\u0639 \u0627\u0644\u0625\u062F\u062E\u0627\u0644 \u0644\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0634\u0627\u0645\u0644\u0629 \u0639\u0646 \u0637\u0631\u064A\u0642 \u0627\u0644\u0636\u063A\u0637 \u0639\u0644\u0649 \u0634\u0631\u064A\u0637 \u0627\u0644\u0645\u0633\u0627\u0641\u0629 \u062B\u0644\u0627\u062B \u0645\u0631\u0627\u062A \u0641\u064A \u062A\u062A\u0627\u0628\u0639 \u0633\u0631\u064A\u0639\u060C \u0648\u0633\u064A\u062A\u0645 \u062A\u0631\u062C\u0645\u0629 \u0645\u062D\u062A\u0648\u0649 \u0645\u0631\u0628\u0639 \u0627\u0644\u0625\u062F\u062E\u0627\u0644 \u0625\u0644\u0649 \u0627\u0644\u0644\u063A\u0629 \u0627\u0644\u0647\u062F\u0641 \u0627\u0644\u0627\u0641\u062A\u0631\u0627\u0636\u064A\u0629. \u064A\u0645\u0643\u0646 \u0627\u0644\u062A\u0631\u0627\u062C\u0639 \u0639\u0646 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0639\u0628\u0631 Ctrl+Z.

\u0625\u0630\u0627 \u0643\u0627\u0646 \u0647\u0630\u0627 \u062E\u0637\u0623\u060C \u0641\u0644\u0627 \u062A\u0642\u0644\u0642\u060C \u064A\u0645\u0643\u0646\u0643 \u0627\u062E\u062A\u064A\u0627\u0631 \u062A\u0639\u0637\u064A\u0644\u0647 \u0647\u0630\u0647 \u0627\u0644\u0645\u0631\u0629\u060C \u0623\u0648 \u062A\u0639\u0637\u064A\u0644 \u062A\u0631\u062C\u0645\u0629 \u0645\u0631\u0628\u0639 \u0627\u0644\u0625\u062F\u062E\u0627\u0644 \u0628\u0634\u0643\u0644 \u062F\u0627\u0626\u0645.",saveAndNotShowAgain:"\u0627\u062D\u0641\u0638 \u0648\u0644\u0627 \u062A\u0637\u0627\u0644\u0628 \u0645\u0631\u0629 \u0623\u062E\u0631\u0649",disableInputTranslationTips:"* \u064A\u0645\u0643\u0646\u0643 \u0623\u064A\u0636\u064B\u0627 \u0636\u0628\u0637 \u0645\u0641\u0627\u062A\u064A\u062D \u0627\u0644\u0627\u062E\u062A\u0635\u0627\u0631 \u0627\u0644\u0623\u062E\u0631\u0649 \u0644\u062A\u0634\u063A\u064A\u0644\u0647\u0627 \u0641\u064A {option} \u060C{learnMore}.",learnMore:"\u0627\u0646\u0642\u0631 \u0647\u0646\u0627 \u0644\u0645\u0639\u0631\u0641\u0629 \u0627\u0644\u0645\u0632\u064A\u062F",continueEnalbeInputTranslation:"\u0627\u0633\u062A\u0645\u0631 \u0641\u064A \u062A\u0645\u0643\u064A\u0646 \u062A\u0631\u062C\u0645\u0629 \u0645\u0631\u0628\u0639 \u0627\u0644\u0625\u062F\u062E\u0627\u0644",autoRenewTrialSuffix:'(\u0623\u062B\u0646\u0627\u0621 \u0627\u0644\u0641\u062A\u0631\u0629 \u0627\u0644\u062A\u062C\u0631\u064A\u0628\u064A\u0629\u060C \u0633\u064A\u062A\u0645 \u062A\u0631\u0642\u064A\u0629\u0639\u0644\u0649 \u0627\u0644\u0641\u0648\u0631 \u0625\u0644\u0649\u0631\u0633\u0645\u064A1 )',upgradeFromTrialTitle:"\u0627\u0644\u062A\u0631\u0642\u064A\u0629 \u0625\u0644\u0649 \u0639\u0636\u0648 \u0631\u0633\u0645\u064A",subtitle:"\u062A\u0631\u062C\u0645\u0627\u062A \u0627\u0644\u0641\u064A\u062F\u064A\u0648",youtubeService:"\u062E\u062F\u0645\u0629 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u063A\u0627\u0645\u0631\u0629 \u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0641\u064A\u062F\u064A\u0648","subtitle.disabledSubtitle":"\u062A\u0639\u0637\u064A\u0644 \u062A\u0631\u062C\u0645\u0627\u062A \u0627\u0644\u0641\u064A\u062F\u064A\u0648 \u0628\u0634\u0643\u0644 \u062F\u0627\u0626\u0645","subtitle.disabledSubtitleDescription":"\u0625\u0630\u0627 \u0643\u0627\u0646\u062A \u062A\u0631\u062C\u0645\u0627\u062A \u0627\u0644\u0641\u064A\u062F\u064A\u0648 \u0627\u0644\u062E\u0627\u0635\u0629 \u0628\u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0634\u0627\u0645\u0644\u0629 \u062A\u062A\u0639\u0627\u0631\u0636 \u0645\u0639 \u0645\u0644\u062D\u0642\u0627\u062A \u0623\u062E\u0631\u0649\u060C \u0641\u064A\u0645\u0643\u0646\u0643 \u0627\u062E\u062A\u064A\u0627\u0631 \u062A\u0639\u0637\u064A\u0644 \u0648\u0638\u064A\u0641\u0629 \u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0641\u064A\u062F\u064A\u0648 \u0627\u0644\u062E\u0627\u0635\u0629 \u0628\u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0634\u0627\u0645\u0644\u0629 \u0628\u0634\u0643\u0644 \u062F\u0627\u0626\u0645 \u0623\u0648 \u0625\u0644\u063A\u0627\u0621 \u062A\u062B\u0628\u064A\u062A \u0627\u0644\u0645\u0644\u062D\u0642\u0627\u062A \u0627\u0644\u0645\u062A\u0639\u0627\u0631\u0636\u0629 \u0627\u0644\u0623\u062E\u0631\u0649.","subtitle.autoEnableSubtitle":"\u0627\u0633\u062A\u062E\u062F\u0645 \u0627\u0644\u062A\u0631\u062C\u0645\u0627\u062A \u062B\u0646\u0627\u0626\u064A\u0629 \u0627\u0644\u0644\u063A\u0629 \u062A\u0644\u0642\u0627\u0626\u064A\u064B\u0627","subtitle.autoEnableSubtitleDescription":"\u0628\u0639\u062F \u0627\u0644\u062A\u0641\u0639\u064A\u0644\u060C \u0639\u0646\u062F \u062A\u0634\u063A\u064A\u0644 \u0627\u0644\u0641\u064A\u062F\u064A\u0648\u060C \u0633\u064A\u062A\u0645 \u0639\u0631\u0636 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u062B\u0646\u0627\u0626\u064A\u0629 \u062A\u0644\u0642\u0627\u0626\u064A\u064B\u0627\u060C \u0648\u0625\u0644\u0627 \u0633\u064A\u062A\u0639\u064A\u0646 \u0627\u0644\u0646\u0642\u0631 \u0639\u0644\u0649 \u0632\u0631 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0644\u0644\u0639\u0631\u0636.","subtitle.preTranslation":"\u0627\u0633\u062A\u062E\u062F\u0645 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0634\u0627\u0645\u0644\u0629 \u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u062A\u0631\u062C\u0645\u0627\u062A","subtitle.preTranslationDescription":"\u0628\u0639\u062F \u062A\u0641\u0639\u064A\u0644\u0647\u0627\u060C \u0633\u062A\u0639\u0637\u0649 \u0627\u0644\u0623\u0648\u0644\u0648\u064A\u0629 \u0644\u0627\u0633\u062A\u062E\u062F\u0627\u0645 \u062E\u062F\u0645\u0629 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0645\u062D\u062F\u062F\u0629 \u0623\u062F\u0646\u0627\u0647 \u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0628\u0627\u0644\u0643\u0627\u0645\u0644 \u0645\u0642\u062F\u0645\u064B\u0627. \u064A\u0633\u062A\u0647\u0644\u0643 \u0645\u0642\u0637\u0639 \u0641\u064A\u062F\u064A\u0648 \u0645\u062F\u062A\u0647 \u0633\u0627\u0639\u0629 \u0648\u0627\u062D\u062F\u0629 \u0645\u0627 \u064A\u0642\u0631\u0628 \u0645\u0646 50000 \u0631\u0645\u0632\u064B\u0627 \u0623\u0648 \u062D\u0631\u0641\u064B\u0627\u060C \u0644\u0630\u0627 \u064A\u0631\u062C\u0649 \u0627\u0633\u062A\u062E\u062F\u0627\u0645\u0647\u0627 \u0628\u0627\u0644\u0634\u0643\u0644 \u0627\u0644\u0645\u0646\u0627\u0633\u0628\u061B \u0628\u0639\u062F \u0627\u0644\u062A\u0639\u0637\u064A\u0644\u060C \u0633\u062A\u0639\u0637\u0649 \u0627\u0644\u0623\u0648\u0644\u0648\u064A\u0629 \u0644\u0627\u0633\u062A\u062E\u062F\u0627\u0645 \u0627\u0644\u062A\u0631\u062C\u0645\u0627\u062A \u0627\u0644\u0645\u062A\u0631\u062C\u0645\u0629 \u0622\u0644\u064A\u064B\u0627 \u0648\u0627\u0644\u062A\u064A \u062A\u0623\u062A\u064A \u0645\u0639 \u0627\u0644\u0641\u064A\u062F\u064A\u0648 \u0627\u0644\u0623\u0635\u0644\u064A.","subtitle.humanSubtitlesPreferred":"\u0625\u0639\u0637\u0627\u0621 \u0627\u0644\u0623\u0648\u0644\u0648\u064A\u0629 \u0644\u0627\u0633\u062A\u062E\u062F\u0627\u0645 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0628\u0634\u0631\u064A\u0629","subtitle.humanSubtitlesPreferredDescription":"\u0639\u0646\u062F\u0645\u0627 \u064A\u062D\u062A\u0648\u064A \u0645\u0642\u0637\u0639 \u0641\u064A\u062F\u064A\u0648 \u0639\u0644\u0649 \u062A\u0631\u062C\u0645\u0627\u062A \u064A\u062F\u0648\u064A\u0629 \u0628\u0627\u0644\u0644\u063A\u0629 \u0627\u0644\u0647\u062F\u0641\u060C \u0627\u0633\u062A\u062E\u062F\u0645 \u0627\u0644\u062A\u0631\u062C\u0645\u0627\u062A \u0627\u0644\u064A\u062F\u0648\u064A\u0629 \u0623\u0648\u0644\u0627\u064B (\u0645\u0648\u0635\u0649 \u0628\u0647)",videoSubtitleTranslationDescription:"\u062A\u062E\u0635\u064A\u0635 \u062E\u062F\u0645\u0629 \u062A\u0631\u062C\u0645\u0629 \u0645\u0646\u0641\u0635\u0644\u0629 \u0644\u062A\u0631\u062C\u0645\u0627\u062A \u0627\u0644\u0641\u064A\u062F\u064A\u0648",subtitleTranslating:"\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u062A\u0631\u062C\u0645\u0627\u062A \u0628\u0627\u0633\u062A\u062E\u062F\u0627\u0645 {service} \u062E\u062F\u0645\u0629\u060C \u064A\u0631\u062C\u0649 \u0627\u0644\u0627\u0646\u062A\u0638\u0627\u0631... (\u062A\u0631\u062C\u0645\u0629 \u063A\u0627\u0645\u0631\u0629)",subtitleLoading:"\u062C\u0627\u0631\u064D \u062A\u062D\u0645\u064A\u0644 \u0627\u0644\u062A\u0631\u062C\u0645\u0629...",bilingual:"\u062B\u0646\u0627\u0626\u064A \u0627\u0644\u0644\u063A\u0629","field.action":"\u0645\u0627 \u0625\u0630\u0627 \u0643\u0627\u0646 \u0633\u064A\u062A\u0645 \u062A\u0645\u0643\u064A\u0646 \u0645\u0635\u0637\u0644\u062D\u0627\u062A \u0628\u0627\u064A\u062F\u0648","description.action":"\u0628\u0639\u062F \u0627\u0644\u062A\u0645\u0643\u064A\u0646\u060C \u0633\u062A\u062A\u0645 \u0625\u0636\u0627\u0641\u0629 \u0627\u0644\u0625\u062C\u0631\u0627\u0621 \u0627\u0644\u0645\u0639\u0644\u0645\u0629 = 1 \u0625\u0644\u0649 \u0637\u0644\u0628 \u0625\u0628\u0644\u0627\u063A Baidu \u0644\u062A\u0645\u0643\u064A\u0646 \u0627\u0644\u0645\u0635\u0637\u0644\u062D.<1> \u064A\u0631\u062C\u0649 \u0627\u0644\u0631\u062C\u0648\u0639 \u0625\u0644\u0649 \u0627\u0644\u0648\u062B\u0627\u0626\u0642 \u0627\u0644\u0631\u0633\u0645\u064A\u0629 \u0644\u0645\u0632\u064A\u062F \u0645\u0646 \u0627\u0644\u062A\u0639\u0644\u064A\u0645\u0627\u062A.",closeQuickTranslation:"\u0623\u063A\u0644\u0642 \u0627\u0644\u0643\u0631\u0629 \u0627\u0644\u0639\u0627\u0626\u0645\u0629","closeQuickTranslation.untilNext":"\u0645\u063A\u0644\u0642 \u062D\u062A\u0649 \u0627\u0644\u0632\u064A\u0627\u0631\u0629 \u0627\u0644\u0642\u0627\u062F\u0645\u0629","closeQuickTranslation.currentWebsite":"\u0627\u0644\u0645\u0648\u0642\u0639 \u0627\u0644\u062D\u0627\u0644\u064A \u0645\u0639\u0637\u0644","closeQuickTranslation.alwaysClose":"\u062A\u0639\u0637\u064A\u0644 \u062F\u0627\u0626\u0645","closeQuickTranslation.settingOpen":"(\u064A\u0645\u0643\u0646 \u0627\u0644\u0639\u062B\u0648\u0631 \u0639\u0644\u064A\u0647 \u0641\u064A \u0635\u0641\u062D\u0629 \u0627\u0644\u0625\u0639\u062F\u0627\u062F <1> \u0634\u063A\u0644\u0647)","closeQuickTranslation.cancel":"\u064A\u0644\u063A\u064A","closeQuickTranslation.confirm":"\u0628\u0627\u0644\u062A\u0623\u0643\u064A\u062F","floatBall.popup":"\u0627\u0641\u062A\u062D \u0644\u0648\u062D\u0629 \u0627\u0644\u0625\u0639\u062F\u0627\u062F\u0627\u062A \u0627\u0644\u0633\u0631\u064A\u0639\u0629","floatBall.translate":"\u0627\u0646\u0642\u0631 \u0644\u062A\u0631\u062C\u0645\u0629 \u0647\u0630\u0647 \u0627\u0644\u0635\u0641\u062D\u0629","floatBall.showOriginal":"\u0627\u0646\u0642\u0631 \u0644\u0644\u062A\u0628\u062F\u064A\u0644 \u0645\u0631\u0629 \u0623\u062E\u0631\u0649 \u0625\u0644\u0649 \u0627\u0644\u0646\u0635 \u0627\u0644\u0623\u0635\u0644\u064A","floatBall.close":"\u0623\u063A\u0644\u0642 \u0627\u0644\u0643\u0631\u0629 \u0627\u0644\u0639\u0627\u0626\u0645\u0629","floatBallOptions.enableDescPc":"\u0628\u0639\u062F \u062A\u0641\u0639\u064A\u0644 \u0627\u0644\u0643\u0631\u0629 \u0627\u0644\u0639\u0627\u0626\u0645\u0629 \u0644\u0644\u0635\u0641\u062D\u0629\u060C \u0633\u064A\u062A\u0645 \u0639\u0631\u0636 \u0632\u0631 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0633\u0631\u064A\u0639\u0629 \u0639\u0644\u0649 \u0627\u0644\u062C\u0627\u0646\u0628 \u0627\u0644\u0623\u064A\u0645\u0646 \u0645\u0646 \u0627\u0644\u0635\u0641\u062D\u0629\u060C \u0627\u0646\u0642\u0631 \u0644\u0644\u062A\u0631\u062C\u0645\u0629.","floatBallOptions.enableDesc":"\u0628\u0639\u062F \u0625\u063A\u0644\u0627\u0642 \u0627\u0644\u0643\u0631\u0629 \u0627\u0644\u0639\u0627\u0626\u0645\u0629\u060C \u064A\u0645\u0643\u0646 \u0625\u064A\u0642\u0627\u0638\u0647\u0627 \u0628\u0640{touch}. \u0644\u0645\u0646\u0639 \u0627\u0644\u0639\u062B\u0648\u0631 \u0639\u0644\u0649 \u0627\u0644\u0643\u0631\u0629 \u0627\u0644\u0639\u0627\u0626\u0645\u0629 \u0628\u0639\u062F \u0625\u064A\u0642\u0627\u0641 \u062A\u0634\u063A\u064A\u0644 \u0647\u0630\u0627 \u0627\u0644\u062E\u064A\u0627\u0631 \u0639\u0646 \u0637\u0631\u064A\u0642 \u0627\u0644\u062E\u0637\u0623\u060C \u064A\u0648\u0635\u0649 \u0628\u0634\u062F\u0629 \u0628\u0648\u0636\u0639 \u0625\u0634\u0627\u0631\u0629 \u0645\u0631\u062C\u0639\u064A\u0629 \u0639\u0644\u0649 \u0635\u0641\u062D\u0629 \u0627\u0644\u0625\u0639\u062F\u0627\u062F\u0627\u062A \u0647\u0630\u0647.","description.azureApiUrl":"\u0627\u0645\u0644\u0623 \u0639\u0646\u0648\u0627\u0646 \u0648\u0627\u062C\u0647\u0629 API \u0627\u0644\u0645\u062E\u0635\u0635\u0629",confirmSupportMouse:"\u0641\u0631\u0636 \u062F\u0639\u0645 \u0627\u0644\u0645\u0627\u0648\u0633 \u0644\u064A\u062A\u0645 \u062A\u0645\u0643\u064A\u0646\u0647",confirmSupportMouseDescription:"\u062A\u0645 \u0627\u0643\u062A\u0634\u0627\u0641 \u0623\u0646 \u0627\u0644\u0645\u062A\u0635\u0641\u062D \u0627\u0644\u062D\u0627\u0644\u064A \u0644\u0627 \u064A\u062F\u0639\u0645 \u0648\u0638\u064A\u0641\u0629 \u0627\u0644\u0645\u0627\u0648\u0633. \u0647\u0644 \u062A\u0631\u064A\u062F \u0641\u0631\u0636 \u062A\u0645\u0643\u064A\u0646 \u062F\u0639\u0645 \u0627\u0644\u0645\u0627\u0648\u0633\u061F",sampleTargetText:"\u0627\u0644\u0644\u064A\u0644 \u0627\u0644\u0637\u0648\u064A\u0644 \u0642\u0627\u062F\u0645\u060C \u0648\u0633\u0623\u0638\u0644 \u0633\u0627\u0647\u0631\u064B\u0627 \u0645\u0646 \u0627\u0644\u0622\u0646 \u0641\u0635\u0627\u0639\u062F\u064B\u0627 \u062D\u062A\u0649 \u0623\u0645\u0648\u062A. \u0644\u0646 \u0623\u062A\u062E\u0630 \u0632\u0648\u062C\u0629\u060C \u0648\u0644\u0627 \u0625\u0642\u0637\u0627\u0639\u064A\u0629\u060C \u0648\u0644\u0627 \u0623\u0637\u0641\u0627\u0644\u0627\u064B. \u0644\u0646 \u0623\u0631\u062A\u062F\u064A \u0627\u0644\u062A\u0627\u062C \u0623\u0648 \u0623\u062A\u0646\u0627\u0641\u0633 \u0639\u0644\u0649 \u0627\u0644\u0623\u0648\u0633\u0645\u0629. \u0633\u0623\u0642\u0648\u0645 \u0628\u0648\u0627\u062C\u0628\u064A \u0628\u0625\u062E\u0644\u0627\u0635\u060C \u0648\u0623\u0639\u064A\u0634 \u0648\u0623\u0645\u0648\u062A.",sampleSourceText:"Night gathers, and now my watch begins. It shall not end until my death. I shall take no wife, hold no lands, father no children. I shall wear no crowns and win no glory. I shall live and die at my post.","subtitle.supportedSites":"\u5DF2\u652F\u6301\u5728\u8FD9\u4E9B\u7F51\u7AD9\u4F7F\u7528\u53CC\u8BED\u5B57\u5E55\uFF08\u6CE8\u610F\uFF1A\u7531\u4E8E\u6280\u672F\u9650\u5236\uFF0C\u90E8\u5206\u7F51\u7AD9\u5728\u9996\u6B21\u5F00\u542F\u5B57\u5E55\u540E\u9700\u8981\u91CD\u65B0\u5237\u65B0\u9875\u9762\uFF0C\u6216\u8005\u9700\u7B49\u5F85\u7FFB\u8BD1\u5B8C\u6210\u4EE5\u663E\u793A\u53CC\u8BED\u5B57\u5E55\uFF09\uFF1A",viewWithImmersiveTranslate:"\u53CC\u8BED\u7248\u672C(\u6C89\u6D78\u5F0F\u7FFB\u8BD1)",errorReason:"\u9519\u8BEF\u539F\u56E0\uFF1A{message}","proQuotaExceededError.onetime7day":'\uFF0C\u60A8\u53EF\u4EE5\u9009\u62E9\u4EE5\u4E0B\u65B9\u5F0F\u89E3\u51B3\uFF1A

1. \u5207\u6362\u5230 {anotherService} \u6216\u5176\u4ED6\u7FFB\u8BD1\u670D\u52A1
2. \u5347\u7EA7\u4E3A\u6708\u5EA6/\u5E74\u5EA6\u4F1A\u5458',"proQuotaExceededError.trial":'\uFF0C\u60A8\u53EF\u4EE5\u9009\u62E9\u4EE5\u4E0B\u65B9\u5F0F\u89E3\u51B3\uFF1A

1. \u5207\u6362\u5230 {anotherService} \u6216\u5176\u4ED6\u7FFB\u8BD1\u670D\u52A1
2. \u7ACB\u523B\u5347\u7EA7\u4E3A\u6B63\u5F0F\u4F1A\u5458',"proQuotaExceededError.nonTrial":'\uFF0C\u60A8\u53EF\u4EE5\u9009\u62E9\u4EE5\u4E0B\u65B9\u5F0F\u89E3\u51B3\uFF1A

1. \u5207\u6362\u5230 {anotherService} \u6216\u5176\u4ED6\u7FFB\u8BD1\u670D\u52A1
2. \u8D2D\u4E70 {translationService} \u989D\u5916\u6D41\u91CF\u5305',"proQuotaExceededError.resetTime":"
3. \u989D\u5EA6\u91CD\u7F6E\u65F6\u95F4\uFF1A{resetTime}","desc.touchShortcutsToggleTranslatePageOnlyTranslation":'\u062A\u0634\u064A\u0631 "\u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0641\u0642\u0637" \u0625\u0644\u0649 \u0639\u0631\u0636 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0641\u0642\u0637\u060C \u0625\u0630\u0627 \u0644\u0645 \u064A\u062A\u0645 \u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0635\u0641\u062D\u0629 \u0627\u0644\u0625\u0644\u0643\u062A\u0631\u0648\u0646\u064A\u0629 \u0628\u0639\u062F\u060C \u0633\u064A\u062A\u0645 \u062A\u063A\u064A\u064A\u0631 \u0627\u0644\u0648\u0636\u0639 \u0648\u062A\u0631\u062C\u0645\u062A\u0647\u0627.',"desc.toggleOnlyTransation":"\u062A\u0634\u064A\u0631 \u0648\u0636\u0639\u064A\u0629 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0641\u0642\u0637 \u0625\u0644\u0649 \u0639\u0631\u0636 \u0627\u0644\u0646\u0635 \u0627\u0644\u0645\u062A\u0631\u062C\u0645 \u0641\u0642\u0637\u060C \u0625\u0630\u0627 \u0644\u0645 \u064A\u062A\u0645 \u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0635\u0641\u062D\u0629 \u0627\u0644\u0625\u0644\u0643\u062A\u0631\u0648\u0646\u064A\u0629 \u0628\u0639\u062F\u060C \u0633\u064A\u062A\u0645 \u062A\u063A\u064A\u064A\u0631 \u0627\u0644\u0648\u0636\u0639 \u0648\u062A\u0631\u062C\u0645\u062A\u0647\u0627.",touchShortcutsToggleTranslatePageOnlyTranslation:"\u062A\u0639\u064A\u064A\u0646 \u0627\u0644\u0625\u064A\u0645\u0627\u0621\u0627\u062A \u0639\u0644\u0649 \u0627\u0644\u0634\u0627\u0634\u0629 \u0644\u0644\u062A\u0628\u062F\u064A\u0644 \u0628\u064A\u0646 \u0627\u0644\u0648\u0636\u0639 \u0627\u0644\u0645\u0632\u062F\u0648\u062C / \u0627\u0644\u0648\u0636\u0639 \u0627\u0644\u0646\u0635\u064A \u0641\u0642\u0637",download_started:"\u0628\u062F\u0623 \u0627\u0644\u062A\u0646\u0632\u064A\u0644 \u0628\u0627\u0644\u0641\u0639\u0644\u060C \u0625\u0630\u0627 \u0644\u0645 \u064A\u062A\u0645 \u0627\u0644\u062A\u0646\u0632\u064A\u0644 \u062A\u0644\u0642\u0627\u0626\u064A\u064B\u0627\u060C \u064A\u0631\u062C\u0649 \u0627\u0644\u0646\u0642\u0631 \u064A\u062F\u0648\u064A\u064B\u0627",here:"\u0647\u0646\u0627","desc.toggleVideoSubtitlePreTranslation":"\u0628\u0639\u062F \u0627\u0644\u0636\u063A\u0637\u060C \u0633\u062A\u0633\u062A\u062E\u062F\u0645 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u063A\u0627\u0645\u0631\u0629 \u0644\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u062B\u0646\u0627\u0626\u064A\u0629 \u0644\u0644\u0641\u064A\u062F\u064A\u0648 \u0628\u0634\u0643\u0644 \u0623\u0648\u0644\u0648\u064A\u060C \u0648\u0628\u0627\u0644\u0636\u063A\u0637 \u0645\u0631\u0629 \u0623\u062E\u0631\u0649\u060C \u0633\u062A\u0633\u062A\u062E\u062F\u0645 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0622\u0644\u064A\u0629 \u0627\u0644\u0645\u0631\u0641\u0642\u0629 \u0628\u0627\u0644\u0641\u064A\u062F\u064A\u0648 \u0627\u0644\u0623\u0635\u0644\u064A \u0628\u0634\u0643\u0644 \u0623\u0648\u0644\u0648\u064A. \u064A\u0631\u062C\u0649 \u0645\u0644\u0627\u062D\u0638\u0629: \u0647\u0630\u0627 \u0627\u0644\u0627\u062E\u062A\u0635\u0627\u0631 \u064A\u0639\u062F\u0644 \u0627\u0644\u0625\u0639\u062F\u0627\u062F\u0627\u062A \u0627\u0644\u0639\u0627\u0645\u0629.",videoSubtitlePreTranslationOn:"\u0633\u064A\u062A\u0645 \u0627\u0633\u062A\u062E\u062F\u0627\u0645 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u063A\u0627\u0645\u0631\u0629 \u0628\u0634\u0643\u0644 \u0623\u0648\u0644\u0648\u064A \u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u062A\u0631\u062C\u0645\u0627\u062A \u0627\u0644\u0645\u0631\u0626\u064A\u0629",videoSubtitlePreTranslationOff:"\u0633\u064A\u062A\u0645 \u0627\u0633\u062A\u062E\u062F\u0627\u0645 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0622\u0644\u064A\u0629 \u0644\u0644\u062A\u0631\u062C\u0645\u0629 \u0641\u064A \u0627\u0644\u0641\u064A\u062F\u064A\u0648 \u0628\u0634\u0643\u0644 \u0623\u0648\u0644\u0648\u064A",translationFont:"\u062A\u0639\u064A\u064A\u0646 \u0627\u0644\u062E\u0637","translationFont.custom":"\u0623\u062F\u062E\u0644 \u0627\u0644\u062E\u0637 \u0627\u0644\u0645\u062E\u0635\u0635","translationFont.customPlaceholder":"\u062E\u0637 \u0627\u0644\u0643\u062A\u0627\u0628\u0629","translationFont.notSupportErrorMessage":"\u064A\u0631\u062C\u0649 \u0627\u0644\u062A\u062D\u0642\u0642 \u0645\u0646 \u0635\u062D\u0629 \u0627\u0633\u0645 \u0627\u0644\u062E\u0637 \u0627\u0644\u0630\u064A \u0623\u062F\u062E\u0644\u062A\u0647 \u060C \u0623\u0648 \u0627\u0644\u062A\u0623\u0643\u062F \u0645\u0646 \u0623\u0646 \u0627\u0644\u062E\u0637 \u0642\u062F \u062A\u0645 \u062A\u062B\u0628\u064A\u062A\u0647 \u0628\u0627\u0644\u0641\u0639\u0644 \u0639\u0644\u0649 \u062C\u0647\u0627\u0632\u0643.","touch.mouse-translate":"\u062A\u0631\u062C\u0645 \u0627\u0644\u0641\u0642\u0631\u0629 \u0627\u0644\u0645\u062D\u062F\u062F\u0629","translationServices.inherit":"\u0627\u062A\u0628\u0639 \u0627\u0644\u062E\u062F\u0645\u0629 \u0627\u0644\u0631\u0626\u064A\u0633\u064A\u0629 \u0644\u0644\u062A\u0631\u062C\u0645\u0629","error.serveConfigError":"\u062E\u0637\u0623 \u0641\u064A \u062A\u0643\u0648\u064A\u0646 \u0627\u0644\u062E\u062F\u0645\u0629","error.reloadPageOfSetting":"\u0628\u0639\u062F \u0627\u0644\u062A\u0643\u0648\u064A\u0646\u060C \u064A\u0631\u062C\u0649 \u062A\u062D\u062F\u064A\u062B \u0627\u0644\u0635\u0641\u062D\u0629 \u0648\u062A\u0631\u062C\u0645\u062A\u0647\u0627 \u0645\u0631\u0629 \u0623\u062E\u0631\u0649.","error.googleLimitIp":"\u062A\u0645 \u0625\u0631\u062C\u0627\u0639 \u062E\u0637\u0623 \u0645\u0646 \u0627\u0644\u062E\u062F\u0645\u0629 \u060C \u062E\u062F\u0645\u0629 Google \u0642\u062F \u0642\u0627\u0645\u062A \u0628\u062A\u0642\u064A\u064A\u062F \u0627\u0644\u0646\u0637\u0627\u0642 \u0627\u0644\u062E\u0627\u0635 \u0628\u0639\u0646\u0648\u0627\u0646 IP \u0647\u0630\u0627 \u060C \u0646\u0646\u0635\u062D\u0643 \u0628\u062A\u063A\u064A\u064A\u0631 \u0646\u0642\u0637\u0629 \u0627\u0644\u0634\u0628\u0643\u0629.","error.openAIFreeLimit":"\u062A\u0645 \u0625\u0631\u062C\u0627\u0639 \u062E\u0637\u0623 \u0645\u0646 \u0627\u0644\u062E\u062F\u0645\u0629\u060C \u0648\u0642\u062F \u0648\u0635\u0644\u062A \u062A\u0631\u062F\u062F \u0637\u0644\u0628\u0627\u062A \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u062D\u0627\u0644\u064A\u0629 \u0625\u0644\u0649 \u0627\u0644\u062D\u062F \u0627\u0644\u0623\u0642\u0635\u0649 \u0627\u0644\u0628\u0627\u0644\u063A 3 \u0645\u0631\u0627\u062A \u0641\u064A \u0627\u0644\u062F\u0642\u064A\u0642\u0629\u060C \u064A\u0631\u062C\u0649 \u0627\u0644\u0645\u062D\u0627\u0648\u0644\u0629 \u0645\u0631\u0629 \u0623\u062E\u0631\u0649 \u0644\u0627\u062D\u0642\u064B\u0627. (\u0647\u0630\u0627 \u0647\u0648 \u0627\u0644\u0642\u064A\u062F \u0627\u0644\u0631\u0633\u0645\u064A \u0645\u0646 OpenAI \u0644\u0645\u0641\u062A\u0627\u062D API \u0627\u0644\u0645\u062C\u0627\u0646\u064A\u060C \u0644\u0631\u0641\u0639 \u0647\u0630\u0627 \u0627\u0644\u0642\u064A\u062F\u060C \u064A\u0631\u062C\u0649 \u0631\u0628\u0637 \u0628\u0637\u0627\u0642\u0629 \u0627\u0644\u0627\u0626\u062A\u0645\u0627\u0646 \u0641\u064A \u0644\u0648\u062D\u0629 \u0627\u0644\u062A\u062D\u0643\u0645 \u0627\u0644\u062E\u0644\u0641\u064A\u0629 \u0644\u0640 OpenAI.)","error.openAIExceededQuota":"\u062A\u0645 \u0625\u0631\u062C\u0627\u0639 \u0627\u0644\u062E\u062F\u0645\u0629 \u0628\u062E\u0637\u0623: \u0631\u0635\u064A\u062F \u062D\u0633\u0627\u0628 OpenAI \u0627\u0644\u062D\u0627\u0644\u064A \u063A\u064A\u0631 \u0643\u0627\u0641\u064D \u060C \u064A\u0631\u062C\u0649 \u0625\u0639\u0627\u062F\u0629 \u0627\u0644\u0634\u062D\u0646 \u0623\u0648 \u0631\u0628\u0637 \u0628\u0637\u0627\u0642\u0629 \u0627\u0644\u0627\u0626\u062A\u0645\u0627\u0646 \u0641\u064A \u0627\u0644\u062E\u0644\u0641\u064A\u0629 \u0627\u0644\u0631\u0633\u0645\u064A\u0629 \u0644\u0640 OpenAI.","error.429":"\u062A\u0645 \u0625\u0631\u062C\u0627\u0639 \u0627\u0644\u062E\u062F\u0645\u0629 \u0628\u062E\u0637\u0623\u060C \u0645\u0645\u0627 \u064A\u0634\u064A\u0631 \u0625\u0644\u0649 \u0623\u0646 \u0627\u0644\u0637\u0644\u0628\u0627\u062A \u0643\u062B\u064A\u0631\u0629 \u062C\u062F\u064B\u0627 \u0623\u0648 \u062A\u062C\u0627\u0648\u0632\u062A \u0627\u0644\u062D\u062F \u0627\u0644\u0645\u062D\u062F\u062F\u060C \u064A\u0631\u062C\u0649 \u0627\u0644\u0645\u062D\u0627\u0648\u0644\u0629 \u0645\u0631\u0629 \u0623\u062E\u0631\u0649 \u0644\u0627\u062D\u0642\u064B\u0627.","error.403":"\u062A\u0645 \u0625\u0631\u062C\u0627\u0639 \u0627\u0644\u062E\u062F\u0645\u0629 \u0628\u062E\u0637\u0623\u060C \u0644\u064A\u0633 \u0644\u062F\u064A\u0643 \u0627\u0644\u0635\u0644\u0627\u062D\u064A\u0629 \u0627\u0644\u0645\u0624\u0642\u062A\u0629 \u0644\u0644\u0648\u0635\u0648\u0644 \u0625\u0644\u0649 \u0647\u0630\u0647 \u0627\u0644\u062E\u062F\u0645\u0629.","error.400":"\u062A\u0645 \u0625\u0631\u062C\u0627\u0639 \u062E\u0637\u0623 \u0641\u064A \u0627\u0644\u062E\u062F\u0645\u0629 \u060C \u062E\u0637\u0623 \u0641\u064A \u0645\u0639\u0644\u0645\u0627\u062A \u0627\u0644\u0637\u0644\u0628 \u060C \u064A\u0631\u062C\u0649 \u0627\u0644\u062A\u062D\u0642\u0642 \u0645\u0646 \u0627\u0644\u062A\u0643\u0648\u064A\u0646 \u0627\u0644\u0645\u0646\u0627\u0633\u0628.","error.502":"\u062A\u0645 \u0625\u0631\u062C\u0627\u0639 \u062E\u0637\u0623 \u0645\u0646 \u0627\u0644\u062E\u062F\u0645\u0629 \u060C \u062A\u062C\u0627\u0648\u0632 \u0627\u0644\u062E\u062F\u0645\u0629 \u0627\u0644\u0648\u0642\u062A \u0627\u0644\u0645\u062D\u062F\u062F \u060C \u064A\u0631\u062C\u0649 \u0627\u0644\u0645\u062D\u0627\u0648\u0644\u0629 \u0645\u0631\u0629 \u0623\u062E\u0631\u0649 \u0641\u064A \u0648\u0642\u062A \u0644\u0627\u062D\u0642.","error.proTokenInvalid":"\u0625\u0630\u0627 \u0643\u0646\u062A \u0645\u0633\u062A\u062E\u062F\u0645\u064B\u0627 \u0645\u062D\u062A\u0631\u0641\u064B\u0627 \u060C \u064A\u0631\u062C\u0649 \u062A\u0633\u062C\u064A\u0644 \u0627\u0644\u062F\u062E\u0648\u0644 \u0642\u0628\u0644 \u0627\u0633\u062A\u062E\u062F\u0627\u0645 \u062E\u062F\u0645\u0629 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0645\u062D\u062A\u0631\u0641\u0629","error.proUpgrade":"\u0628\u0639\u062F \u0627\u0644\u062A\u0631\u0642\u064A\u0629 \u060C \u064A\u0631\u062C\u0649 \u062A\u062D\u062F\u064A\u062B \u0627\u0644\u0635\u0641\u062D\u0629 \u0648\u062A\u0631\u062C\u0645\u062A\u0647\u0627 \u0645\u0631\u0629 \u0623\u062E\u0631\u0649.","error.configError":"\u062A\u0643\u0648\u064A\u0646 \u0627\u0644\u0628\u064A\u0627\u0646\u0627\u062A \u063A\u064A\u0631 \u0637\u0628\u064A\u0639\u064A","error.goReset":"\u0625\u0639\u0627\u062F\u0629 \u0627\u0644\u062A\u0639\u064A\u064A\u0646",batchEdit:"\u0627\u0644\u0639\u0645\u0644\u064A\u0627\u062A \u0627\u0644\u062C\u0645\u0627\u0639\u064A\u0629","translationModeLang.translation.title":"\u0646\u0645\u0637 \u0627\u0644\u0644\u063A\u0629 \u0627\u0644\u0646\u0635\u064A \u0641\u0642\u0637","translationModeLang.translation.description":"\u0639\u0646\u062F\u0645\u0627 \u064A\u0643\u0648\u0646 \u0644\u063A\u0629 \u0627\u0644\u0635\u0641\u062D\u0629 \u0628\u0627\u0644\u0644\u063A\u0627\u062A \u0627\u0644\u062A\u0627\u0644\u064A\u0629\u060C \u0633\u064A\u062A\u0645 \u0627\u0633\u062A\u062E\u062F\u0627\u0645 \u0648\u0636\u0639 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0641\u0642\u0637 \u062A\u0644\u0642\u0627\u0626\u064A\u064B\u0627.","translationModeUrl.translation.title":"\u0631\u0627\u0628\u0637 \u0627\u0644\u0648\u0636\u0639 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0641\u0642\u0637","translationModeUrl.translation.description":"\u0639\u0646\u062F\u0645\u0627 \u064A\u0643\u0648\u0646 \u0627\u0644\u0645\u0648\u0642\u0639 \u0627\u0644\u0625\u0644\u0643\u062A\u0631\u0648\u0646\u064A \u0644\u0644\u0646\u0637\u0627\u0642\u0627\u062A \u0627\u0644\u062A\u0627\u0644\u064A\u0629\u060C \u0633\u064A\u062A\u0645 \u0627\u0633\u062A\u062E\u062F\u0627\u0645 \u0648\u0636\u0639 \u0627\u0644\u0646\u0635 \u0627\u0644\u0645\u062A\u0631\u062C\u0645 \u0641\u0642\u0637 \u062A\u0644\u0642\u0627\u0626\u064A\u064B\u0627.","error.serveUnavailable":"\u0627\u0644\u062E\u062F\u0645\u0629 [{serverName}] \u0627\u0644\u062A\u064A \u062A\u0633\u062A\u062E\u062F\u0645\u0647\u0627 \u062D\u0627\u0644\u064A\u064B\u0627 \u063A\u064A\u0631 \u0642\u0627\u0628\u0644\u0629 \u0644\u0644\u0648\u0635\u0648\u0644 \u0645\u0624\u0642\u062A\u064B\u0627 \u0628\u0633\u0628\u0628 \u0645\u0634\u0643\u0644\u0629 \u0641\u064A \u0627\u0644\u0627\u062A\u0635\u0627\u0644 \u0628\u0627\u0644\u0634\u0628\u0643\u0629 \u0623\u0648 \u0645\u0632\u0648\u062F \u0627\u0644\u062E\u062F\u0645\u0629. \u0646\u0642\u062A\u0631\u062D \u0639\u0644\u064A\u0643 \u062A\u062D\u062F\u064A\u062B \u0627\u0644\u0635\u0641\u062D\u0629 \u0623\u0648 \u062A\u063A\u064A\u064A\u0631 \u062E\u062F\u0645\u0629 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0623\u062E\u0631\u0649 \u0645\u0646 \u062E\u0644\u0627\u0644 <1>\u0627\u0644\u0625\u0639\u062F\u0627\u062F\u0627\u062A. \u0625\u0630\u0627 \u0643\u0646\u062A \u0639\u0636\u0648\u064B\u0627 \u0641\u064A <2>Pro\u060C \u064A\u0645\u0643\u0646\u0643 \u0627\u062E\u062A\u064A\u0627\u0631 \u0627\u0633\u062A\u062E\u062F\u0627\u0645 \u062E\u062F\u0645\u0629 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 DeepL \u0623\u0648 OpenAI \u0627\u0644\u0623\u0643\u062B\u0631 \u0627\u0633\u062A\u0642\u0631\u0627\u0631\u064B\u0627 (<3>\u0627\u0646\u0642\u0631 \u0647\u0646\u0627 \u0644\u062A\u062C\u0631\u0628\u0629 \u0645\u062C\u0627\u0646\u064A\u0629). \u0628\u0627\u0644\u0625\u0636\u0627\u0641\u0629 \u0625\u0644\u0649 \u0630\u0644\u0643\u060C \u0642\u062F \u062A\u062D\u062A\u0627\u062C \u0623\u064A\u0636\u064B\u0627 \u0625\u0644\u0649 \u0627\u0644\u062A\u062D\u0642\u0642 \u0645\u0646 \u0625\u0639\u062F\u0627\u062F\u0627\u062A \u0627\u0644\u0634\u0628\u0643\u0629 \u0623\u0648 \u0627\u0644\u0648\u0643\u064A\u0644 \u0627\u0644\u062E\u0627\u0635\u0629 \u0628\u0643.",detectServiceLoading:"\u062C\u0627\u0631\u064D \u0627\u0644\u062A\u062D\u0642\u0642 \u0645\u0646 \u0627\u0644\u062E\u062F\u0645\u0627\u062A \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0645\u062A\u0627\u062D\u0629...",toggleToService:"\u0627\u0644\u062A\u0628\u062F\u064A\u0644 \u0625\u0644\u0649 {service} \u0648\u0625\u0639\u0627\u062F\u0629 \u0627\u0644\u0645\u062D\u0627\u0648\u0644\u0629","error.gemini.429":"\u0627\u0644\u062E\u062F\u0645\u0629 Gemini \u0627\u0644\u062D\u0627\u0644\u064A\u0629 \u0642\u062F \u0648\u0635\u0644\u062A \u0625\u0644\u0649 \u0627\u0644\u062D\u062F \u0627\u0644\u0623\u0642\u0635\u0649 \u0644\u0644\u0642\u062F\u0631\u0629 \u0639\u0644\u0649 \u0627\u0644\u062A\u062D\u0645\u0644\u060C \u064A\u0631\u062C\u0649 \u0627\u0644\u0645\u062D\u0627\u0648\u0644\u0629 \u0645\u0631\u0629 \u0623\u062E\u0631\u0649 \u0641\u064A \u0648\u0642\u062A \u0644\u0627\u062D\u0642\u060C \u0623\u0648 \u0627\u0644\u062A\u0628\u062F\u064A\u0644 \u0625\u0644\u0649 \u062E\u062F\u0645\u0629 \u062A\u0631\u062C\u0645\u0629 \u0623\u062E\u0631\u0649.",enableSentryReport:"\u0639\u0646\u062F \u062D\u062F\u0648\u062B \u062E\u0637\u0623 \u0641\u064A \u0627\u0644\u062A\u0648\u0633\u064A\u0639 \u060C \u0627\u0633\u062A\u062E\u062F\u0645 Sentry \u0644\u062A\u0642\u062F\u064A\u0645 \u0627\u0644\u0645\u0644\u0627\u062D\u0638\u0627\u062A","widget.translateFile":"PDF/ePub",pickAll:"\u062D\u062F\u062F \u0627\u0644\u0643\u0644",contact:"\u0627\u062A\u0635\u0644 \u0628\u0646\u0627","translationServices.gemini":"\u0627\u0644\u062C\u0645\u0646\u0627\u0632","tagsInput.add":"+ \u0625\u0636\u0627\u0641\u0629",touchShortcutsOff:"\u0625\u063A\u0644\u0627\u0642","error.retry":"\u0623\u0639\u062F \u0627\u0644\u0645\u062D\u0627\u0648\u0644\u0629","slide.left":"\u0627\u0646\u0632\u0644\u0642 \u0625\u0644\u0649 \u0627\u0644\u064A\u0645\u064A\u0646",translationOnlyMode:"\u0648\u0636\u0639 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0641\u0642\u0637",goLogin:"\u062A\u0633\u062C\u064A\u0644 \u0627\u0644\u062F\u062E\u0648\u0644","slide.right":"\u0627\u0646\u0632\u0644\u0642 \u0625\u0644\u0649 \u0627\u0644\u064A\u0633\u0627\u0631","multipleClick.4":"\u0631\u0628\u0627\u0639\u064A \u0645\u062A\u062A\u0627\u0644\u064A",shortcutSettingsTitle:"\u0625\u0639\u062F\u0627\u062F\u0627\u062A \u0627\u0644\u0627\u062E\u062A\u0635\u0627\u0631\u0627\u062A",loggedIn:"\u062A\u0645 \u062A\u0633\u062C\u064A\u0644 \u0627\u0644\u062F\u062E\u0648\u0644",shortcutSettings:"\u0627\u062E\u062A\u0635\u0627\u0631\u0627\u062A \u0627\u0644\u0645\u0641\u0627\u062A\u064A\u062D","multipleClick.2":"\u0627\u0646\u0642\u0631 \u0645\u0631\u062A\u064A\u0646","shortcutGroup.others":"\u0627\u0644\u0645\u0632\u064A\u062F \u0645\u0646 \u0627\u0644\u0627\u062E\u062A\u0635\u0627\u0631\u0627\u062A \u0627\u0644\u0645\u062E\u0635\u0635\u0629","widget.videoSubtitle":"\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0641\u064A\u062F\u064A\u0648","intro.floatBallTitle":"\u0643\u0631\u0629 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0633\u0631\u064A\u0639\u0629",notLogin:"\u0644\u0645 \u064A\u062A\u0645 \u062A\u0633\u062C\u064A\u0644 \u0627\u0644\u062F\u062E\u0648\u0644","widget.instruction":"\u062A\u0639\u0644\u064A\u0645\u0627\u062A \u0627\u0644\u0627\u0633\u062A\u062E\u062F\u0627\u0645",alwaysTranslateThisSite:"\u062F\u0627\u0626\u0645\u0627 \u062A\u0631\u062C\u0645 \u0647\u0630\u0627 \u0627\u0644\u0645\u0648\u0642\u0639","error.subscriptionExpiredTitle":"\u0627\u0646\u062A\u0647\u062A \u0635\u0644\u0627\u062D\u064A\u0629 \u0627\u0644\u0639\u0636\u0648\u064A\u0629","shortcutGroup.shortcutsForTranslationServices":"\u062E\u062F\u0645\u0627\u062A \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0645\u0641\u0627\u062A\u064A\u062D \u0627\u0644\u0633\u0631\u064A\u0639\u0629","widget.instructionTooltip":"\u0631\u0627\u062C\u0639 \u062A\u0639\u0644\u064A\u0645\u0627\u062A \u0627\u0644\u0627\u0633\u062A\u062E\u062F\u0627\u0645",temprarilyChangeTranslationTo_gemini:"\u064A\u062A\u0645 \u0627\u0633\u062A\u062E\u062F\u0627\u0645 Gemini \u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0635\u0641\u062D\u0629 \u0627\u0644\u062D\u0627\u0644\u064A\u0629","subtitle.hideQuickButton":"\u0644\u0627 \u062A\u0638\u0647\u0631 \u0647\u0630\u0627 \u0627\u0644\u0627\u062E\u062A\u0635\u0627\u0631 \u0645\u0631\u0629 \u0623\u062E\u0631\u0649",temprarilyChangeTranslationTo_google:"\u064A\u062A\u0645 \u0627\u0633\u062A\u062E\u062F\u0627\u0645 \u062A\u0631\u062C\u0645\u0629 Google \u0644\u0644\u0635\u0641\u062D\u0629 \u0627\u0644\u062D\u0627\u0644\u064A\u0629","subtitle.bilingual":"\u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u062B\u0646\u0627\u0626\u064A\u0629 \u0627\u0644\u0644\u063A\u0629",mouseHoverCustomKeyTitle:"\u062A\u0639\u0631\u064A\u0641 \u0627\u062E\u062A\u0635\u0627\u0631\u0627\u062A \u0627\u0644\u0645\u0627\u0648\u0633 \u0627\u0644\u0645\u0639\u0644\u0642\u0629","browser.translateInputBox":"\u062A\u0631\u062C\u0645 \u0645\u062D\u062A\u0648\u0649 \u0645\u0631\u0628\u0639 \u0627\u0644\u0625\u062F\u062E\u0627\u0644 \u0627\u0644\u062D\u0627\u0644\u064A","shortcutGroup.touch":"\u0627\u0644\u0625\u064A\u0645\u0627\u0621\u0627\u062A \u0627\u0644\u0645\u062E\u0635\u0635\u0629 \u0644\u0644\u0634\u0627\u0634\u0627\u062A \u0627\u0644\u0644\u0645\u0633\u064A\u0629",neverTranslateThisSite:"\u0644\u0627 \u062A\u062A\u0631\u062C\u0645 \u0647\u0630\u0627 \u0627\u0644\u0645\u0648\u0642\u0639 \u0623\u0628\u062F\u0627",temprarilyChangeTranslationTo_deepl:"\u064A\u062A\u0645 \u0627\u0633\u062A\u062E\u062F\u0627\u0645 DeepL \u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0635\u0641\u062D\u0629 \u0627\u0644\u062D\u0627\u0644\u064A\u0629","browser.translateWithDeepL":"\u0627\u0633\u062A\u062E\u062F\u0645 DeepL \u0645\u0624\u0642\u062A\u064B\u0627 \u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0635\u0641\u062D\u0629 \u0627\u0644\u062D\u0627\u0644\u064A\u0629","multipleClick.3":"\u062B\u0644\u0627\u062B\u0629 \u0636\u0631\u0628\u0627\u062A \u0645\u062A\u062A\u0627\u0644\u064A\u0629","widget.translateFileTooltip":"\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0645\u0633\u062A\u0646\u062F\u0627\u062A PDF\u060C EPUB\u060C SRT\u060C ASS\u060C HTML \u0648 TXT","neverTranslateText.title":"\u0627\u0644\u0643\u0644\u0645\u0627\u062A \u0627\u0644\u062A\u0627\u0644\u064A\u0629 \u062A\u0628\u0642\u0649 \u0643\u0645\u0627 \u0647\u064A\u060C \u0644\u0627 \u062A\u062A\u0631\u062C\u0645","subtitle.autoDisableSubtitle":"\u0644\u0627 \u062A\u0642\u0645 \u0628\u062A\u0634\u063A\u064A\u0644 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u062B\u0646\u0627\u0626\u064A\u0629 \u062A\u0644\u0642\u0627\u0626\u064A\u064B\u0627","browser.translateWithGoogle":"\u0627\u0633\u062A\u062E\u062F\u0645 Google Translate \u0645\u0624\u0642\u062A\u064B\u0627 \u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0635\u0641\u062D\u0629 \u0627\u0644\u062D\u0627\u0644\u064A\u0629","shortcutGroup.main":"\u0627\u062E\u062A\u0635\u0627\u0631\u0627\u062A \u0627\u0644\u0648\u0638\u0627\u0626\u0641 \u0627\u0644\u0634\u0627\u0626\u0639\u0629",paragraphMinTextCountField:"\u0627\u0644\u062D\u062F \u0627\u0644\u0623\u062F\u0646\u0649 \u0644\u0639\u062F\u062F \u0627\u0644\u0623\u062D\u0631\u0641 \u0627\u0644\u0645\u0637\u0644\u0648\u0628\u0629 \u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0641\u0642\u0631\u0629","widget.videoSubtitleTooltip":"\u062F\u0639\u0645 Youtube \u0648\u063A\u064A\u0631\u0647\u0627 \u0645\u0646 \u0645\u0648\u0627\u0642\u0639 \u0627\u0644\u0641\u064A\u062F\u064A\u0648 {count}+",upgradeToProErrorTitle:"\u064A\u0631\u062C\u0649 \u0627\u0644\u062A\u0631\u0642\u064A\u0629 \u0625\u0644\u0649 \u0639\u0636\u0648\u064A\u0629 Pro \u0642\u0628\u0644 \u0627\u0633\u062A\u062E\u062F\u0627\u0645 \u0647\u0630\u0647 \u0627\u0644\u062E\u062F\u0645\u0629 \u0627\u0644\u062A\u0631\u062C\u0645\u0629","subtitle.showQuickButton":"\u0641\u064A \u0639\u0631\u0636 \u0627\u0644\u0646\u0635\u0648\u0635 \u0627\u0644\u0645\u062A\u0631\u062C\u0645\u0629 \u0628\u0634\u0643\u0644 \u0645\u0632\u062F\u0648\u062C \u0641\u064A \u0627\u0644\u0645\u0634\u063A\u0644 \u0628\u0637\u0631\u064A\u0642\u0629 \u0633\u0631\u064A\u0639\u0629",temprarilyChangeTranslationTo_transmart:"\u064A\u062A\u0645 \u0627\u0633\u062A\u062E\u062F\u0627\u0645 \u062A\u0631\u062C\u0645\u0629 \u062A\u064A\u0646\u0633\u0646\u062A \u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0635\u0641\u062D\u0629 \u0627\u0644\u062D\u0627\u0644\u064A\u0629",notLoginPro:"\u0644\u0645 \u062A\u0642\u0645 \u0628\u062A\u0633\u062C\u064A\u0644 \u0627\u0644\u062F\u062E\u0648\u0644 \u0625\u0644\u0649 \u062D\u0633\u0627\u0628 \u0627\u0644\u0639\u0636\u0648\u064A\u0629 \u0627\u0644\u062E\u0627\u0635 \u0628\u0643 \u0628\u0639\u062F","floatBall.iKnow":"\u0623\u0646\u0627 \u0623\u0639\u0631\u0641","intro.hoverTitle":"\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0641\u0642\u0631\u0629 \u0627\u0644\u062D\u0627\u0644\u064A\u0629 \u0639\u0646\u062F \u062A\u062D\u0631\u064A\u0643 \u0627\u0644\u0645\u0627\u0648\u0633 \u0641\u0648\u0642\u0647\u0627",temprarilyChangeTranslationTo_bing:"\u064A\u062A\u0645 \u0627\u0633\u062A\u062E\u062F\u0627\u0645 \u0645\u062A\u0631\u062C\u0645 \u0645\u0627\u064A\u0643\u0631\u0648\u0633\u0648\u0641\u062A \u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0635\u0641\u062D\u0629 \u0627\u0644\u062D\u0627\u0644\u064A\u0629",temprarilyChangeTranslationTo_openai:"\u064A\u062A\u0645 \u0627\u0633\u062A\u062E\u062F\u0627\u0645 OpenAI \u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0635\u0641\u062D\u0629 \u0627\u0644\u062D\u0627\u0644\u064A\u0629","browser.translateWithOpenAI":"\u0627\u0633\u062A\u062E\u062F\u0645 OpenAI \u0645\u0624\u0642\u062A\u064B\u0627 \u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0635\u0641\u062D\u0629 \u0627\u0644\u062D\u0627\u0644\u064A\u0629",networkError:"\u062A\u0648\u0627\u062C\u0647 \u062E\u062F\u0645\u0629 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0623\u0648 \u0627\u0644\u0634\u0628\u0643\u0629 \u0645\u0634\u0643\u0644\u0629",buildSnapshots:"\u0625\u0646\u0634\u0627\u0621 \u0644\u0642\u0637\u0629 \u0633\u0631\u064A\u0639\u0629 \u0644\u0644\u0635\u0641\u062D\u0629 \u0627\u0644\u0625\u0644\u0643\u062A\u0631\u0648\u0646\u064A\u0629","shortcutGroup.mouse":"\u062A\u0643\u0648\u064A\u0646 \u0627\u062E\u062A\u0635\u0627\u0631\u0627\u062A \u0627\u0644\u0645\u0627\u0648\u0633 \u0627\u0644\u0645\u0639\u0644\u0642\u0629","intro.subtitleTitle":"\u0639\u0631\u0636 \u0627\u0644\u062A\u0631\u062C\u0645\u0627\u062A \u0627\u0644\u0645\u0632\u062F\u0648\u062C\u0629 \u0644\u0644\u0641\u064A\u062F\u064A\u0648 \u0639\u0628\u0631 \u0627\u0644\u0625\u0646\u062A\u0631\u0646\u062A","floatBall.longPress":"\u0627\u0636\u063A\u0637 \u0645\u0639 \u0627\u0644\u0627\u0633\u062A\u0645\u0631\u0627\u0631 \u0644\u0641\u062A\u062D \u0644\u0648\u062D\u0629 \u0627\u0644\u0625\u0639\u062F\u0627\u062F\u0627\u062A \u0628\u0633\u0631\u0639\u0629",touchShortcutsToggleTranslateTouchElement:"\u062A\u0639\u064A\u064A\u0646 \u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0641\u0642\u0631\u0629 \u0627\u0644\u0645\u062D\u062F\u062F\u0629 \u0628\u0648\u0627\u0633\u0637\u0629 \u0627\u0644\u0625\u064A\u0645\u0627\u0621\u0627\u062A \u0639\u0644\u0649 \u0627\u0644\u0634\u0627\u0634\u0629 \u0627\u0644\u062A\u064A \u062A\u0639\u0645\u0644 \u0628\u0627\u0644\u0644\u0645\u0633","browser.translateWithBing":"\u0627\u0633\u062A\u062E\u062F\u0645 \u062A\u0631\u062C\u0645\u0629 \u0645\u0627\u064A\u0643\u0631\u0648\u0633\u0648\u0641\u062A \u0645\u0624\u0642\u062A\u064B\u0627 \u0644\u0644\u0635\u0641\u062D\u0629 \u0627\u0644\u062D\u0627\u0644\u064A\u0629","error.subscriptionExpired":"\u0642\u062F \u064A\u0643\u0648\u0646 \u0639\u0636\u0648\u064A\u062A\u0643 \u0642\u062F \u0627\u0646\u062A\u0647\u062A \u060C \u064A\u0631\u062C\u0649 \u0627\u0644\u062A\u062D\u0642\u0642 \u0645\u0646 \u062D\u0627\u0644\u0629 \u0639\u0636\u0648\u064A\u062A\u0643","browser.translateWithGemini":"\u0627\u0633\u062A\u062E\u062F\u0645 Gemini \u0645\u0624\u0642\u062A\u064B\u0627 \u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0635\u0641\u062D\u0629 \u0627\u0644\u062D\u0627\u0644\u064A\u0629","desc.touchShortcutsToggleTranslateTouchElement":"\u0642\u0645 \u0628\u062A\u062E\u0635\u064A\u0635 \u0625\u0634\u0627\u0631\u0629 \u0628\u064A\u062F\u0643\u060C \u0648\u064A\u0645\u0643\u0646\u0643 \u062A\u0631\u062C\u0645\u0629 \u0623\u064A \u0641\u0642\u0631\u0629 \u062A\u0648\u0627\u062C\u062F \u0641\u064A\u0647\u0627.","browser.translateWithTransmart":"\u0627\u0633\u062A\u062E\u062F\u0645 \u062A\u0631\u062C\u0645\u0629 \u062A\u064A\u0646\u0633\u0646\u062A \u0645\u0624\u0642\u062A\u064B\u0627 \u0644\u0644\u0635\u0641\u062D\u0629 \u0627\u0644\u062D\u0627\u0644\u064A\u0629","desc.interfaceLanguage":"\u062A\u0624\u062B\u0631 \u0625\u0639\u062F\u0627\u062F\u0627\u062A \u0644\u063A\u0629 \u0627\u0644\u0648\u0627\u062C\u0647\u0629 \u0639\u0644\u0649 \u0644\u063A\u0629 \u0639\u0631\u0636 \u0644\u0648\u062D\u0629 \u0627\u0644\u062A\u062D\u0643\u0645\u060C \u0648\u0644\u0627 \u062A\u062A\u0639\u0644\u0642 \u0628\u0644\u063A\u0629 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0645\u0633\u062A\u0647\u062F\u0641\u0629.",touchShortcutsToggleTranslationMask:"\u062A\u0639\u064A\u064A\u0646 \u0625\u064A\u0645\u0627\u0621\u0627\u062A \u0627\u0644\u0634\u0627\u0634\u0629 \u0627\u0644\u062A\u064A \u062A\u0639\u0645\u0644 \u0628\u0627\u0644\u0644\u0645\u0633 \u0644\u0639\u0631\u0636 \u0642\u0646\u0627\u0639 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 / \u0639\u0631\u0636 \u0627\u0644\u0646\u0635 \u0627\u0644\u0623\u0635\u0644\u064A","browser.toggleMouseHoverTranslateDirectly":"\u062A\u0645\u0643\u064A\u0646 \u0623\u0648 \u062A\u0639\u0637\u064A\u0644 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0645\u0628\u0627\u0634\u0631\u0629 \u0639\u0646\u062F \u062A\u0645\u0631\u064A\u0631 \u0627\u0644\u0645\u0627\u0648\u0633 \u0645\u0624\u0642\u062A\u064B\u0627 \u0639\u0644\u0649 \u0627\u0644\u0635\u0641\u062D\u0629","floatBall.guideClickToTranslate":`\u0627\u0646\u0642\u0631 \u0639\u0644\u0649 \u0643\u0631\u0629 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0639\u0627\u0626\u0645\u0629 \u0627\u0644\u063A\u0627\u0645\u0631\u0629 + {env.imt_trans_field}: \u7FFB\u8A33\u6587`,"subtitle.quickButton.white":"\u767D\u8272","subtitle.quickButton.black":"\u9ED2\u8272","subtitle.quickButton.setting":"\u8A2D\u5B9A","subtitle.quickButton.blue":"\u9752\u8272","subtitle.quickButton.backgroundOpacity":"\u80CC\u666F\u306E\u4E0D\u900F\u660E\u5EA6","subtitle.quickButton.cyan":"\u9752\u8272","subtitle.quickButton.translationPositionBottom":"\u539F\u6587\u306E\u4E0B\u65B9","subtitle.quickButton.sourceFontSize":"\u5143\u306E\u30D5\u30A9\u30F3\u30C8\u30B5\u30A4\u30BA","subtitle.quickButton.backgroundColor":"\u80CC\u666F\u8272","subtitle.quickButton.magenta":"\u30DE\u30BC\u30F3\u30BF\u8272","subtitle.quickButton.red":"\u8D64\u8272","subtitle.quickButton.green":"\u7DD1\u8272","subtitle.quickButton.translationPositionTop":"\u539F\u6587\u306E\u4E0A\u306B","translationServices.claude":"\u30AF\u30ED\u30FC\u30C9","subtitle.quickButton.sourceTextColor":"\u539F\u6587\u306E\u30D5\u30A9\u30F3\u30C8\u306E\u8272","subtitle.quickButton.yellow":"\u9EC4\u8272","subtitle.quickButton.translationFontSize":"\u7FFB\u8A33\u6587\u5B57\u306E\u30D5\u30A9\u30F3\u30C8\u30B5\u30A4\u30BA","subtitle.quickButton.translationTextColor":"\u7FFB\u8A33\u6587\u5B57\u306E\u8272","subtitle.quickButton.translationPosition":"\u7FFB\u8A33\u4F4D\u7F6E",attachSubtitleTranslating:"{service} \u3092\u4F7F\u7528\u3057\u3066\u7FFB\u8A33\u4E2D...","error.claude.403":"\u4E00\u6642\u7684\u306B\u30B5\u30FC\u30D3\u30B9\u3078\u306E\u30A2\u30AF\u30BB\u30B9\u6A29\u9650\u304C\u3042\u308A\u307E\u305B\u3093\u3002\u3053\u308C\u306FClaude\u306E\u5730\u57DF\u5236\u9650\u306B\u95A2\u9023\u3057\u3066\u3044\u308B\u53EF\u80FD\u6027\u304C\u3042\u308A\u307E\u3059\u3002IP\u30A2\u30C9\u30EC\u30B9\u3092\u5207\u308A\u66FF\u3048\u308B\u304B\u3001\u4ED6\u306E\u7FFB\u8A33\u30B5\u30FC\u30D3\u30B9\u3092\u4F7F\u7528\u3057\u3066\u307F\u3066\u304F\u3060\u3055\u3044\u3002","browser.brandDescriptionForSafari":"\u3010\u6CA1\u5165\u578B\u7FFB\u8A33\u3011\u7121\u6599\u306E\uFF08\u539F\u6587/\u8A33\u6587\uFF09\u30D0\u30A4\u30EA\u30F3\u30AC\u30EB\u5BFE\u7167\u30A6\u30A7\u30D6\u30DA\u30FC\u30B8\u7FFB\u8A33\u30D7\u30E9\u30B0\u30A4\u30F3\u3067\u3001PDF\u7FFB\u8A33\u3068EPUB\u96FB\u5B50\u66F8\u7C4D\u7FFB\u8A33\u3092\u540C\u6642\u306B\u30B5\u30DD\u30FC\u30C8\u3057\u3001\u539F\u6587\u306E\u30EC\u30A4\u30A2\u30A6\u30C8\u3092\u4FDD\u6301\u3057\u307E\u3059\u3002Youtube/Netflix\u306A\u3069\u306E\u30AA\u30F3\u30E9\u30A4\u30F3\u30D3\u30C7\u30AA\u306E\u30D0\u30A4\u30EA\u30F3\u30AC\u30EB\u5B57\u5E55\u7FFB\u8A33\u3082\u30B5\u30DD\u30FC\u30C8\u3057\u3001Deepl/Google\u306A\u3069\u306E\u4E3B\u6D41\u7FFB\u8A33\u30B5\u30FC\u30D3\u30B9\u306B\u5BFE\u5FDC\u3057\u3066\u3044\u307E\u3059\u3002","browser.PdfProFile":"AI \u99C6\u52D5\u306E PDF Pro \u7FFB\u8A33","browser.textTranslate":"\u30C6\u30AD\u30B9\u30C8\u7FFB\u8A33"};var M4={nologin:"\u0644\u0645 \u062A\u0642\u0645 \u0628\u062A\u0633\u062C\u064A\u0644 \u0627\u0644\u062F\u062E\u0648\u0644",loginForSafari:"\u062A\u0633\u062C\u064A\u0644 \u0627\u0644\u062F\u062E\u0648\u0644 \u0623\u0648 \u0627\u0644\u062A\u0633\u062C\u064A\u0644",login:"\u064A\u0645\u0643\u0646\u0643 \u062A\u0641\u0639\u064A\u0644 \u0627\u0644\u0639\u0636\u0648\u064A\u0629 \u0628\u0639\u062F \u062A\u0633\u062C\u064A\u0644 \u0627\u0644\u062F\u062E\u0648\u0644",manageAccount:"\u0625\u062F\u0627\u0631\u0629 \u0627\u0644\u062D\u0633\u0627\u0628",openPremium:"\u0627\u0644\u0627\u0646\u0636\u0645\u0627\u0645 \u0625\u0644\u0649 \u0627\u0644\u0639\u0636\u0648\u064A\u0629",logout:"\u064A\u062A\u0631\u0643",curentPlan:"\u0627\u0644\u0631\u0632\u0645\u0629 \u0627\u0644\u062D\u0627\u0644\u064A\u0629",endAt:"\u0646\u0636\u062C",endAuto:"\u062A\u062C\u062F\u064A\u062F \u062A\u0644\u0642\u0627\u0626\u064A",lineBreakMaxTextCount:"\u0627\u0644\u062D\u062F \u0627\u0644\u0623\u0642\u0635\u0649 \u0644\u0639\u062F\u062F \u0627\u0644\u0623\u062D\u0631\u0641 \u0627\u0644\u0645\u0633\u0645\u0648\u062D \u0628\u0647 \u0644\u0643\u0644 \u062C\u0645\u0644\u0629 \u0628\u0639\u062F \u0641\u0648\u0627\u0635\u0644 \u0627\u0644\u0623\u0633\u0637\u0631","translate-pdf":"\u0627\u0646\u0642\u0631 \u0644\u062A\u0631\u062C\u0645\u0629 PDF","noSupportTranslate-pdf":"\u0627\u0644\u0628\u0631\u0646\u0627\u0645\u062C \u0627\u0644\u0646\u0635\u064A \u063A\u064A\u0631 \u0645\u062F\u0639\u0648\u0645\u060C \u064A\u0631\u062C\u0649 \u0627\u0633\u062A\u062E\u062F\u0627\u0645 \u0627\u0644\u0628\u0631\u0646\u0627\u0645\u062C \u0627\u0644\u0625\u0636\u0627\u0641\u064A","translate-firefox-local-pdf":"\u0627\u0646\u0642\u0631 \u0644\u0627\u0633\u062A\u064A\u0631\u0627\u062F PDF",enableLineBreak:"\u0642\u0645 \u0628\u062A\u0634\u063A\u064A\u0644 \u0627\u0644\u062A\u0641\u0627\u0641 \u0627\u0644\u0643\u0644\u0645\u0627\u062A \u0627\u0644\u062A\u0644\u0642\u0627\u0626\u064A \u0644\u0644\u0641\u0642\u0631\u0627\u062A \u0627\u0644\u0637\u0648\u064A\u0644\u0629",sponsorLabel:"\u0627\u062F\u0639\u0645 \u0645\u0637\u0648\u0631\u064B\u0627 \u0628\u062F\u0621\u064B\u0627 \u0645\u0646 1 \u062F\u0648\u0644\u0627\u0631",help:"\u064A\u0633\u0627\u0639\u062F",browserShortcutsNoteForFirefox:'\u0644\u062A\u0639\u062F\u064A\u0644 \u0645\u0641\u0627\u062A\u064A\u062D \u0627\u0644\u0627\u062E\u062A\u0635\u0627\u0631 \u0641\u064A \u0645\u062A\u0635\u0641\u062D Firefox\u060C \u062A\u062D\u062A\u0627\u062C \u0625\u0644\u0649 \u0641\u062A\u062D \u0635\u0641\u062D\u0629 \u0625\u062F\u0627\u0631\u0629 \u0627\u0644\u0627\u0645\u062A\u062F\u0627\u062F\u0627\u062A `about:addons`\u060C \u062B\u0645 \u0627\u0644\u0646\u0642\u0631 \u0641\u0648\u0642 "\u0627\u0644\u0625\u0639\u062F\u0627\u062F\u0627\u062A"\u060C \u062B\u0645 \u0627\u0644\u0646\u0642\u0631 \u0641\u0648\u0642 "\u0625\u062F\u0627\u0631\u0629 \u0645\u0641\u0627\u062A\u064A\u062D \u0627\u0644\u0627\u062E\u062A\u0635\u0627\u0631" \u0644\u062A\u0639\u064A\u064A\u0646\u0647\u0627.',browserShortcutsNoteForChrome:"\u0644\u062A\u0639\u062F\u064A\u0644 \u0645\u0641\u0627\u062A\u064A\u062D \u0627\u0644\u0627\u062E\u062A\u0635\u0627\u0631 \u0641\u064A \u0645\u062A\u0635\u0641\u062D \u064A\u0634\u0628\u0647 Chrome\u060C \u062A\u062D\u062A\u0627\u062C \u0625\u0644\u0649 \u0641\u062A\u062D \u0635\u0641\u062D\u0629 \u0625\u062F\u0627\u0631\u0629 \u0627\u0644\u0625\u0636\u0627\u0641\u0627\u062A\u060C \u0648\u062A\u0639\u064A\u064A\u0646\u0647\u0627 \u0641\u064A \u0644\u0648\u062D\u0629 `\u0625\u062F\u0627\u0631\u0629 \u0627\u0644\u0627\u062E\u062A\u0635\u0627\u0631\u0627\u062A` (`chrome://extensions/shortcuts`)\u060C \u062B\u0645 \u0627\u0644\u0646\u0642\u0631 \u0641\u0648\u0642 \u0627\u0644\u0632\u0631 \u0623\u062F\u0646\u0627\u0647 \u0644\u0644\u0627\u0646\u062A\u0642\u0627\u0644 \u0625\u0644\u0649 \u0635\u0641\u062D\u0629 \u0625\u062F\u0627\u0631\u0629 \u0645\u0641\u062A\u0627\u062D \u0627\u0644\u0627\u062E\u062A\u0635\u0627\u0631.",browserShortcutsSucks:"\u062A\u0646\u0633\u064A\u0642 \u0645\u0641\u062A\u0627\u062D \u0627\u0644\u0627\u062E\u062A\u0635\u0627\u0631 \u0627\u0644\u0645\u062E\u0635\u0635 \u0647\u0648 (\u0644\u0627 \u064A\u0648\u062C\u062F \u0627\u0644\u062A\u0639\u0631\u0641 \u0627\u0644\u062A\u0644\u0642\u0627\u0626\u064A\u060C \u064A\u0631\u062C\u0649 \u0627\u0644\u062F\u062E\u0648\u0644 \u0645\u0628\u0627\u0634\u0631\u0629)\uFF1A",enableLineBreakDescription:"\u0639\u0646\u062F \u062A\u0634\u063A\u064A\u0644\u0647\u060C \u0633\u064A\u062A\u0645 \u0625\u062F\u0631\u0627\u062C \u0641\u0648\u0627\u0635\u0644 \u0627\u0644\u0623\u0633\u0637\u0631 \u0641\u064A \u0646\u0647\u0627\u064A\u0629 \u0643\u0644 \u062C\u0645\u0644\u0629 \u0641\u064A \u0641\u0642\u0631\u0627\u062A \u0637\u0648\u064A\u0644\u0629 \u0644\u062A\u0633\u0647\u064A\u0644 \u0627\u0644\u0642\u0631\u0627\u0621\u0629.","browser.shortBrandName":"\u062A\u0631\u062C\u0645\u0629 \u063A\u0627\u0645\u0631\u0629","browser.brandName":"\u062A\u0631\u062C\u0645\u0629 \u063A\u0627\u0645\u0631\u0629: \u062A\u0631\u062C\u0645\u0629 \u0635\u0641\u062D\u0627\u062A \u0627\u0644\u0648\u064A\u0628 \u062B\u0646\u0627\u0626\u064A\u0629 \u0627\u0644\u0644\u063A\u0629 \u0648\u062A\u0631\u062C\u0645\u0629 \u0645\u0633\u062A\u0646\u062F\u0627\u062A PDF","browser.brandDescription":"Bilingual web page translation, also supports PDF translation, bilingual Epub eBook translation, free to use.","browser.toggleTranslatePage":"\u062A\u0631\u062C\u0645\u0629 \u0635\u0641\u062D\u0629 \u0627\u0644\u0648\u064A\u0628/\u0625\u0638\u0647\u0627\u0631 \u0627\u0644\u0646\u0635 \u0627\u0644\u0623\u0635\u0644\u064A","browser.toggleTranslateTheWholePage":"\u062A\u0631\u062C\u0645\u0629 \u062C\u0645\u064A\u0639 \u0645\u0646\u0627\u0637\u0642 \u0627\u0644\u0635\u0641\u062D\u0629/\u0639\u0631\u0636 \u0627\u0644\u0646\u0635 \u0627\u0644\u0623\u0635\u0644\u064A","browser.toggleOnlyTransation":"\u062A\u0628\u062F\u064A\u0644 \u0627\u0644\u0648\u0636\u0639 \u062B\u0646\u0627\u0626\u064A \u0627\u0644\u0644\u063A\u0629 / \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0641\u0642\u0637","browser.toggleTranslateToThePageEndImmediately":"\u062A\u0631\u062C\u0645\u0629 \u0641\u0648\u0631\u064A\u0629 \u0625\u0644\u0649 \u0623\u0633\u0641\u0644 \u0627\u0644\u0635\u0641\u062D\u0629/\u0625\u0638\u0647\u0627\u0631 \u0627\u0644\u0646\u0635 \u0627\u0644\u0623\u0635\u0644\u064A","browser.toggleTranslateTheMainPage":"\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0645\u0646\u0637\u0642\u0629 \u0627\u0644\u0631\u0626\u064A\u0633\u064A\u0629 \u0644\u0644\u0635\u0641\u062D\u0629/\u0639\u0631\u0636 \u0627\u0644\u0646\u0635 \u0627\u0644\u0623\u0635\u0644\u064A","browser.shareToDraft":"\u0645\u0634\u0627\u0631\u0643\u0629 \u0627\u0644\u0635\u0641\u062D\u0627\u062A \u062B\u0646\u0627\u0626\u064A\u0629 \u0627\u0644\u0644\u063A\u0629","browser.openOptionsPage":"\u0627\u0641\u062A\u062D \u0635\u0641\u062D\u0629 \u0627\u0644\u0625\u0639\u062F\u0627\u062F\u0627\u062A","browser.toggleTranslationMask":"\u0625\u0638\u0647\u0627\u0631/\u0625\u062E\u0641\u0627\u0621 \u062A\u0623\u062B\u064A\u0631 \u0637\u0645\u0633 \u0627\u0644\u062A\u0631\u062C\u0645\u0629","browser.translateLocalPdfFile":"\u062A\u0631\u062C\u0645\u0629 \u0645\u0644\u0641\u0627\u062A PDF \u0627\u0644\u0645\u062D\u0644\u064A\u0629","browser.openEbookViewer":"\u0642\u0631\u0627\u0621\u0629 \u0627\u0644\u0643\u062A\u0628 \u0627\u0644\u0625\u0644\u0643\u062A\u0631\u0648\u0646\u064A\u0629 \u0627\u0644\u0645\u062D\u0644\u064A\u0629","browser.openEbookBuilder":"\u0625\u0646\u0634\u0627\u0621 \u0643\u062A\u0628 \u0625\u0644\u0643\u062A\u0631\u0648\u0646\u064A\u0629 EPUB \u062B\u0646\u0627\u0626\u064A\u0629 \u0627\u0644\u0644\u063A\u0629","browser.translateLocalHtmlFile":"\u062A\u0631\u062C\u0645\u0629 \u0645\u0644\u0641\u0627\u062A HTML/txt","browser.donateContext":"\u062A\u0639\u0631\u0641 \u0639\u0644\u0649 \u0641\u0648\u0627\u0626\u062F \u0627\u0644\u0631\u0639\u0627\u064A\u0629","browser.translateLocalSubtitleFile":"\u062A\u0631\u062C\u0645\u0629 \u0645\u0644\u0641\u0627\u062A \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0645\u062D\u0644\u064A\u0629",confirmResetConfig:"\u0647\u0644 \u0623\u0646\u062A \u0645\u062A\u0623\u0643\u062F \u0623\u0646\u0643 \u062A\u0631\u064A\u062F \u0625\u0639\u0627\u062F\u0629 \u0636\u0628\u0637 \u0625\u0639\u062F\u0627\u062F\u0627\u062A\u0643\u061F",translationLineBreakSettingTitle:"\u0625\u0639\u062F\u0627\u062F\u0627\u062A \u0627\u0644\u062A\u0641\u0627\u0641 \u0633\u0637\u0631 \u0627\u0644\u062A\u0631\u062C\u0645\u0629",smartLineBreak:"\u062A\u063A\u0644\u064A\u0641 \u0627\u0644\u062E\u0637 \u0627\u0644\u0630\u0643\u064A",alwaysLineBreak:"\u0627\u0644\u062A\u0641\u0627\u0641 \u062F\u0627\u0626\u0645\u0627",isShowContextMenu:"\u0623\u0636\u0641 \u0635\u0641\u062D\u0629 \u0627\u0644\u0648\u064A\u0628 \u0627\u0644\u0645\u062A\u0631\u062C\u0645\u0629 \u0625\u0644\u0649 \u0639\u0646\u0635\u0631 \u0642\u0627\u0626\u0645\u0629 \u0627\u0644\u0646\u0642\u0631 \u0628\u0632\u0631 \u0627\u0644\u0645\u0627\u0648\u0633 \u0627\u0644\u0623\u064A\u0645\u0646",toggleBeta:"\u062A\u0641\u0639\u064A\u0644 \u0645\u064A\u0632\u0627\u062A \u0627\u0644\u0627\u062E\u062A\u0628\u0627\u0631 \u0627\u0644\u062A\u062C\u0631\u064A\u0628\u064A",betaDescription:"\u062A\u0645\u0643\u064A\u0646 \u0627\u0644\u0645\u064A\u0632\u0627\u062A \u0627\u0644\u062A\u064A \u0644\u0627 \u062A\u0632\u0627\u0644 \u062A\u062C\u0631\u064A\u0628\u064A\u0629\u060C \u0628\u0627\u0644\u0625\u0636\u0627\u0641\u0629 \u0625\u0644\u0649 \u062E\u062F\u0645\u0627\u062A \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0642\u064A\u062F \u0627\u0644\u0627\u062E\u062A\u0628\u0627\u0631. \u0627\u0646\u0636\u0645 \u0625\u0644\u0649<1>\u0645\u062C\u0645\u0648\u0639\u0629 \u0627\u0644\u062A\u0644\u064A\u062C\u0631\u0627\u0645 \u064A\u062A\u0639\u0644\u0645 \u0623\u0643\u062B\u0631.",translationLineBreakSettingDescription:"\u064A\u064F\u0639\u062F \u0627\u0644\u0627\u0644\u062A\u0641\u0627\u0641 \u062F\u0627\u0626\u0645\u064B\u0627 \u0645\u0646\u0627\u0633\u0628\u064B\u0627 \u0644\u0644\u062A\u062E\u0637\u064A\u0637\u0627\u062A \u0630\u0627\u062A \u0627\u0644\u0645\u062D\u062A\u0648\u0649 \u0627\u0644\u0623\u0642\u0644 \u0648\u0627\u0644\u0623\u0643\u062B\u0631 \u062A\u0631\u062A\u064A\u0628\u064B\u0627. (\u0627\u0633\u062A\u062E\u062F\u0645 \u0641\u0648\u0627\u0635\u0644 \u0627\u0644\u0623\u0633\u0637\u0631 \u0627\u0644\u0630\u0643\u064A\u0629 \u0641\u064A \u0627\u0644\u0641\u0642\u0631\u0627\u062A \u0627\u0644\u0637\u0648\u064A\u0644\u0629 \u0627\u0644\u062A\u064A \u062A\u062D\u062A\u0648\u064A \u0639\u0644\u0649 \u0627\u0644\u0643\u062B\u064A\u0631 \u0645\u0646 \u0627\u0644\u0645\u062D\u062A\u0648\u0649 (\u0623\u0643\u062B\u0631 \u0645\u0646{count}\u062D\u0631\u0641) \u0644\u062A\u0648\u0641\u064A\u0631 \u0627\u0644\u0645\u0633\u0627\u062D\u0629)",tempTranslateDomainTitle:"\u0643\u0645 \u0645\u0646 \u0627\u0644\u0648\u0642\u062A \u0644\u062A\u0645\u0643\u064A\u0646 \u062A\u0631\u062C\u0645\u0629 \u0645\u0648\u0642\u0639 \u0627\u0644\u0648\u064A\u0628 \u0645\u0624\u0642\u062A\u064B\u0627",tempTranslateDomainDescription:"\u0639\u0646\u062F \u062A\u0631\u062C\u0645\u0629 \u0635\u0641\u062D\u0629 \u0648\u064A\u0628 \u064A\u062F\u0648\u064A\u064B\u0627\u060C \u0642\u0645 \u0628\u062A\u0634\u063A\u064A\u0644 \u0645\u0648\u0642\u0639 \u0627\u0644\u0648\u064A\u0628 \u0645\u0624\u0642\u062A\u064B\u0627 \u0644\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u062A\u0644\u0642\u0627\u0626\u064A\u0629\u060C \u0648\u064A\u0645\u0643\u0646\u0643 \u0636\u0628\u0637 \u0627\u0644\u0645\u062F\u0629 \u0627\u0644\u0645\u0624\u0642\u062A\u0629.",xMinutes:"{count} \u062F\u0642\u064A\u0642\u0629",disabled:"\u0625\u0628\u0637\u0627\u0644",changelog:"\u062A\u063A\u064A\u064A\u0631 \u0627\u0644\u0633\u062C\u0644",toggleTranslatePageWhenThreeFingersOnTheScreen:"\u0627\u0644\u0645\u0633 \u0627\u0644\u0634\u0627\u0634\u0629 \u0628\u0623\u0635\u0627\u0628\u0639 \u0645\u062A\u0639\u062F\u062F\u0629 \u0641\u064A \u0646\u0641\u0633 \u0627\u0644\u0648\u0642\u062A \u0644\u062A\u0631\u062C\u0645\u0629 \u0635\u0641\u062D\u0629 \u0627\u0644\u0648\u064A\u0628/\u0639\u0631\u0636 \u0627\u0644\u0646\u0635 \u0627\u0644\u0623\u0635\u0644\u064A",toggleTranslationMaskWhenThreeFingersOnTheScreen:"\u0627\u0644\u0645\u0633 \u0639\u062F\u0629 \u0623\u0635\u0627\u0628\u0639 \u0641\u064A \u0646\u0641\u0633 \u0627\u0644\u0648\u0642\u062A \u0644\u0625\u0638\u0647\u0627\u0631/\u0625\u062E\u0641\u0627\u0621 \u062A\u0623\u062B\u064A\u0631 \u0637\u0645\u0633 \u0627\u0644\u062A\u0631\u062C\u0645\u0629",fingerCountToToggleTranslagePageOnlyTranslationWhenTouching:"\u0627\u0644\u0645\u0633 \u0627\u0644\u0634\u0627\u0634\u0629 \u0628\u0623\u0635\u0627\u0628\u0639 \u0645\u062A\u0639\u062F\u062F\u0629 \u0641\u064A \u0646\u0641\u0633 \u0627\u0644\u0648\u0642\u062A \u0644\u062A\u0631\u062C\u0645\u0629 \u0635\u0641\u062D\u0629 \u0627\u0644\u0648\u064A\u0628 (\u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0641\u0642\u0637)/\u0639\u0631\u0636 \u0627\u0644\u0646\u0635 \u0627\u0644\u0623\u0635\u0644\u064A",addUrlDescription:"\u064A\u0645\u0643\u0646 \u0623\u0646 \u064A\u0643\u0648\u0646 \u0627\u0633\u0645 \u0646\u0637\u0627\u0642 \u0648\u064A\u062F\u0639\u0645 \u0623\u062D\u0631\u0641 \u0627\u0644\u0628\u062F\u0644\u060C \u0645\u062B\u0644\uFF1A*.google.com\u060C google.com/mail/*\u060C https://www.google.com/*",general:"\u0627\u0644\u0625\u0639\u062F\u0627\u062F\u0627\u062A \u0627\u0644\u0623\u0633\u0627\u0633\u064A\u0629",clickToExpandConfig:"\u0642\u0645 \u0628\u062A\u0648\u0633\u064A\u0639 \u0627\u0644\u062A\u0643\u0648\u064A\u0646 \u0627\u0644\u062D\u0627\u0644\u064A",import:"\u0627\u0633\u062A\u064A\u0631\u0627\u062F \u0645\u0646 \u0645\u0644\u0641",export:"\u062A\u0635\u062F\u064A\u0631 \u0625\u0644\u0649 \u0645\u0644\u0641",toggleDebug:"\u0637\u0628\u0627\u0639\u0629 \u0633\u062C\u0644\u0627\u062A \u0627\u0644\u062A\u0635\u062D\u064A\u062D \u0639\u0644\u0649 \u0648\u062D\u062F\u0629 \u0627\u0644\u062A\u062D\u0643\u0645","fingers.0":"\u0625\u0646\u0647\u0627\u0621","fingers.2":"\u0644\u0645\u0633\u0629 \u0628\u0625\u0635\u0628\u0639\u064A\u0646","fingers.3":"\u0644\u0645\u0633\u0629 \u0628\u062B\u0644\u0627\u062B\u0629 \u0623\u0635\u0627\u0628\u0639","fingers.4":"\u0644\u0645\u0633\u0629 \u0628\u0623\u0631\u0628\u0639\u0629 \u0623\u0635\u0627\u0628\u0639","fingers.5":"\u0644\u0645\u0633\u0629 \u062E\u0645\u0633\u0629 \u0623\u0635\u0627\u0628\u0639",mouseHoldKey:"+ {key} \u062A\u0631\u062C\u0645\u0629/\u0627\u0633\u062A\u0639\u0627\u062F\u0629 \u0647\u0630\u0647 \u0627\u0644\u0641\u0642\u0631\u0629",mouseHoldKeyAuto:"\u062A\u0631\u062C\u0645\u0629 \u0647\u0630\u0647 \u0627\u0644\u0641\u0642\u0631\u0629 \u0645\u0628\u0627\u0634\u0631\u0629",mouseHoldKeyOff:"\u0644\u0627 \u062A\u0641\u0639\u0644 \u0623\u064A \u0634\u064A\u0621",mouseHoldKeyOther:"\u0645\u0641\u0627\u062A\u064A\u062D \u0627\u0644\u0627\u062E\u062A\u0635\u0627\u0631 \u0627\u0644\u0645\u062E\u0635\u0635\u0629 (\u0627\u0644\u0625\u0639\u062F\u0627\u062F\u0627\u062A \u0627\u0644\u0645\u0641\u062A\u0648\u062D\u0629)",mouseHoldKeyCustomKey:"{key} / \u0627\u0633\u062A\u0639\u0627\u062F\u0629 \u0647\u0630\u0647 \u0627\u0644\u0641\u0642\u0631\u0629",mouseHoverHoldKey:"\u062D\u0631\u0643 \u0627\u0644\u0645\u0627\u0648\u0633 \u0648\u0627\u0636\u063A\u0637 \u0639\u0644\u0649 \u0645\u0641\u062A\u0627\u062D \u0627\u0644\u0627\u062E\u062A\u0635\u0627\u0631 \u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0641\u0642\u0631\u0629","mouse-translate":"\u062A\u0645\u0631\u064A\u0631 \u0627\u0644\u0645\u0627\u0648\u0633",document:"\u0648\u062B\u064A\u0642\u0629",resetSuccess:"\u0625\u0639\u0627\u062F\u0629 \u0636\u0628\u0637 \u062C\u0645\u064A\u0639 \u0627\u0644\u0625\u0639\u062F\u0627\u062F\u0627\u062A \u0628\u0646\u062C\u0627\u062D",resetThisSuccess:"\u062A\u0645\u062A \u0625\u0639\u0627\u062F\u0629 \u0627\u0644\u0636\u0628\u0637 \u0628\u0646\u062C\u0627\u062D",saved:"\u062D\u0641\u0638 \u0628\u0646\u062C\u0627\u062D",successImportConfig:"\u062A\u0645 \u0627\u0633\u062A\u064A\u0631\u0627\u062F \u0627\u0644\u062A\u0643\u0648\u064A\u0646 \u0628\u0646\u062C\u0627\u062D",goAdvancedSettings:"\u0627\u0646\u062A\u0642\u0644 \u0625\u0644\u0649 \u0635\u0641\u062D\u0629 \u0627\u0644\u0625\u0639\u062F\u0627\u062F\u0627\u062A \u0627\u0644\u0645\u062A\u0642\u062F\u0645\u0629",goAdvancedInterfaceSettings:"\u0627\u0646\u062A\u0642\u0644 \u0625\u0644\u0649 \u0635\u0641\u062D\u0629 \u0625\u0639\u062F\u0627\u062F\u0627\u062A \u0627\u0644\u062A\u062E\u0635\u064A\u0635 \u0627\u0644\u0645\u062A\u0642\u062F\u0645\u0629",advanced:"\u0625\u0639\u062F\u0627\u062F\u0627\u062A \u0645\u062A\u0642\u062F\u0645\u0629",advancedDescription:"\u0628\u0634\u0643\u0644 \u0639\u0627\u0645\u060C \u0644\u0627 \u064A\u0644\u0632\u0645 \u0623\u064A \u0625\u0639\u062F\u0627\u062F\u060C \u0641\u0642\u0637 \u0627\u062D\u062A\u0641\u0638 \u0628\u0627\u0644\u0625\u0639\u062F\u0627\u062F \u0627\u0644\u0627\u0641\u062A\u0631\u0627\u0636\u064A. \u0641\u0642\u0637 \u0644\u0644\u0645\u0633\u062A\u062E\u062F\u0645\u064A\u0646 \u0627\u0644\u0623\u0643\u062B\u0631 \u0627\u062D\u062A\u0631\u0627\u0641\u064B\u0627\u060C \u064A\u062A\u0645 \u062A\u0648\u0641\u064A\u0631 \u0625\u0639\u062F\u0627\u062F\u0627\u062A \u0623\u0643\u062B\u0631 \u062A\u062E\u0635\u064A\u0635\u064B\u0627.",developer:"\u0625\u0639\u062F\u0627\u062F\u0627\u062A \u0627\u0644\u0645\u0637\u0648\u0631",donateCafe:"\u0633\u0639\u0631","translate to the bottom of the page":"\u0628\u0639\u062F \u0627\u0644\u062F\u062E\u0648\u0644 \u0625\u0644\u0649 \u0635\u0641\u062D\u0629 \u0627\u0644\u0648\u064A\u0628 \u0647\u0644 \u064A\u062A\u0645 \u062A\u0631\u062C\u0645\u062A\u0647\u0627 \u0645\u0628\u0627\u0634\u0631\u0629 \u0625\u0644\u0649 \u0623\u0633\u0641\u0644 \u0627\u0644\u0635\u0641\u062D\u0629\u061F",feedback:"\u062A\u0639\u0644\u064A\u0642",toggleTranslatePage:"\u062A\u0631\u062C\u0645\u0629 \u0635\u0641\u062D\u0629 \u0627\u0644\u0648\u064A\u0628/\u0625\u0638\u0647\u0627\u0631 \u0627\u0644\u0646\u0635 \u0627\u0644\u0623\u0635\u0644\u064A",translateToThePageEndImmediatelyDescription:"\u0639\u0646\u062F \u062A\u0634\u063A\u064A\u0644\u0647\u060C \u0633\u064A\u0624\u062F\u064A \u0627\u0644\u062F\u062E\u0648\u0644 \u0625\u0644\u0649 \u0635\u0641\u062D\u0629 \u0648\u064A\u0628 \u0625\u0644\u0649 \u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0645\u062D\u062A\u0648\u0649 \u0639\u0644\u0649 \u0627\u0644\u0641\u0648\u0631 \u0645\u0646 \u0623\u0639\u0644\u0649 \u0625\u0644\u0649 \u0623\u0633\u0641\u0644. \u0625\u0630\u0627 \u062A\u0645 \u0625\u064A\u0642\u0627\u0641\u0647\u060C \u064A\u0645\u0643\u0646\u0643 \u0627\u0644\u0642\u0631\u0627\u0621\u0629 \u0648\u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0641\u064A \u0646\u0641\u0633 \u0627\u0644\u0648\u0642\u062A. (\u0644\u0627 \u064A\u0646\u0635\u062D \u0628\u062A\u0634\u063A\u064A\u0644\u0647)","translate all areas of the page":"\u0645\u0627 \u0625\u0630\u0627 \u0643\u0627\u0646 \u0633\u064A\u062A\u0645 \u062A\u0631\u062C\u0645\u0629 \u062C\u0645\u064A\u0639 \u0645\u0646\u0627\u0637\u0642 \u0635\u0641\u062D\u0629 \u0627\u0644\u0648\u064A\u0628",translationAreaDescription:"\u0639\u0646\u062F \u062A\u0634\u063A\u064A\u0644\u0647\u060C \u0633\u062A\u062A\u0645 \u062A\u0631\u062C\u0645\u0629 \u062C\u0645\u064A\u0639 \u0645\u0646\u0627\u0637\u0642 \u0635\u0641\u062D\u0629 \u0627\u0644\u0648\u064A\u0628 \u0628\u0623\u0643\u0645\u0644\u0647\u0627. \u0625\u0630\u0627 \u062A\u0645 \u0625\u064A\u0642\u0627\u0641 \u062A\u0634\u063A\u064A\u0644\u0647\u060C \u0641\u0633\u064A\u062A\u0645 \u0627\u0633\u062A\u062E\u062F\u0627\u0645 \u0627\u0644\u062A\u0639\u0631\u0641 \u0627\u0644\u0630\u0643\u064A \u0627\u0644\u0627\u0641\u062A\u0631\u0627\u0636\u064A \u0648\u0633\u062A\u062A\u0645 \u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0645\u0646\u0637\u0642\u0629 \u0627\u0644\u0631\u0626\u064A\u0633\u064A\u0629 \u0641\u0642\u0637. (\u0644\u0627 \u064A\u0646\u0635\u062D \u0628\u062A\u0634\u063A\u064A\u0644\u0647)","the number of characters to be translated first":"\u0642\u0645 \u0628\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0623\u062D\u0631\u0641 \u0627\u0644\u0642\u0644\u064A\u0644\u0629 \u0627\u0644\u0623\u0648\u0644\u0649 \u0645\u0646 \u0627\u0644\u0635\u0641\u062D\u0629 \u0645\u0628\u0627\u0634\u0631\u0629 \u062F\u0648\u0646 \u0627\u0646\u062A\u0638\u0627\u0631 \u0627\u0644\u062A\u0645\u0631\u064A\u0631 \u0625\u0644\u0649 \u0627\u0644\u0645\u0646\u0637\u0642\u0629 \u0627\u0644\u0645\u0631\u0626\u064A\u0629","interface language":"\u0644\u063A\u0629 \u0627\u0644\u0648\u0627\u062C\u0647\u0629","display both the original text and the translation":"\u0639\u0631\u0636 \u0627\u0644\u0646\u0635 \u0627\u0644\u0623\u0635\u0644\u064A \u0648\u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0641\u064A \u0648\u0642\u062A \u0648\u0627\u062D\u062F","keyboard shortcuts":"\u0627\u062E\u062A\u0635\u0627\u0631\u0627\u062A \u0644\u0648\u062D\u0629 \u0627\u0644\u0645\u0641\u0627\u062A\u064A\u062D",modify:"\u062A\u0639\u062F\u064A\u0644 \u0645\u0641\u0627\u062A\u064A\u062D \u0627\u0644\u0627\u062E\u062A\u0635\u0627\u0631",reset:"\u0625\u0639\u0627\u062F\u0629 \u0636\u0628\u0637",close:"\u0625\u0646\u0647\u0627\u0621",homepage:"\u0627\u0644\u0635\u0641\u062D\u0629 \u0627\u0644\u0631\u0626\u064A\u0633\u064A\u0629",more:"\u0623\u0643\u062B\u0631",moreOptions:"\u0642\u0645 \u0628\u062A\u0648\u0633\u064A\u0639 \u0627\u0644\u0645\u0632\u064A\u062F \u0645\u0646 \u062E\u064A\u0627\u0631\u0627\u062A \u0627\u0644\u062A\u062E\u0635\u064A\u0635",translateTheWholePage:"\u062A\u0631\u062C\u0645\u0629 \u062C\u0645\u064A\u0639 \u0645\u0646\u0627\u0637\u0642 \u0627\u0644\u0635\u0641\u062D\u0629 (\u062A\u062E\u062A\u0644\u0641 \u0639\u0646 \u0627\u0644\u0645\u0646\u0627\u0637\u0642 \u0627\u0644\u0631\u0626\u064A\u0633\u064A\u0629 \u0644\u0644\u062A\u0639\u0631\u0641 \u0627\u0644\u0630\u0643\u064A)",changeToTranslateTheWholePage:"\u0627\u0644\u062A\u0628\u062F\u064A\u0644 \u0644\u062A\u0631\u062C\u0645\u0629 \u0643\u0627\u0641\u0629 \u0627\u0644\u0645\u062C\u0627\u0644\u0627\u062A",changeToTranslateTheMainPage:"\u0642\u0645 \u0628\u0627\u0644\u062A\u0628\u062F\u064A\u0644 \u0625\u0644\u0649 \u0645\u0646\u0637\u0642\u0629 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0631\u0626\u064A\u0633\u064A\u0629",changeToOnlyTranslationMode:"\u0642\u0645 \u0628\u0627\u0644\u062A\u0628\u062F\u064A\u0644 \u0625\u0644\u0649 \u0625\u0638\u0647\u0627\u0631 \u0627\u0644\u062A\u0631\u062C\u0645\u0627\u062A \u0641\u0642\u0637",changeToDualTranslationMode:"\u0627\u0644\u062A\u0628\u062F\u064A\u0644 \u0625\u0644\u0649 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u062B\u0646\u0627\u0626\u064A\u0629 \u0627\u0644\u0644\u063A\u0629",translateToThePageEndImmediately:"\u062A\u0631\u062C\u0645 \u0639\u0644\u0649 \u0627\u0644\u0641\u0648\u0631 \u0625\u0644\u0649 \u0623\u0633\u0641\u0644 \u0627\u0644\u0635\u0641\u062D\u0629",translateTheMainPage:"\u0627\u0644\u0645\u062C\u0627\u0644\u0627\u062A \u0627\u0644\u0631\u0626\u064A\u0633\u064A\u0629 \u0644\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0630\u0643\u064A\u0629","The local rules are up to date":"\u0642\u0648\u0627\u0639\u062F \u0627\u0644\u062A\u0643\u064A\u0641 \u0627\u0644\u0645\u062D\u0644\u064A\u0629 \u0645\u062D\u062F\u062B\u0629:","Successfully synchronized with the latest official rules:":"\u062A\u0645\u062A \u0645\u0632\u0627\u0645\u0646\u0629 \u0623\u062D\u062F\u062B \u0642\u0648\u0627\u0639\u062F \u0627\u0644\u062A\u0643\u064A\u0641 \u0627\u0644\u0631\u0633\u0645\u064A\u0629 \u0628\u0646\u062C\u0627\u062D:","Checking for updates":"\u0627\u0644\u0628\u062D\u062B \u0639\u0646 \u062A\u062D\u062F\u064A\u062B\u0627\u062A","Rules are being synchronized":"\u0645\u0632\u0627\u0645\u0646\u0629 \u0642\u0648\u0627\u0639\u062F \u0627\u0644\u062A\u0643\u064A\u0641",localVersionIsTooOld:"\u0625\u0635\u062F\u0627\u0631 \u0627\u0644\u0645\u0644\u062D\u0642 \u0627\u0644\u0645\u062D\u0644\u064A \u0642\u062F\u064A\u0645 \u062C\u062F\u064B\u0627. \u064A\u0631\u062C\u0649 \u0627\u0644\u062A\u0631\u0642\u064A\u0629 \u0625\u0644\u0649 \u0627\u0644\u0645\u0644\u062D\u0642 {minVersion} \u0623\u0648 \u0625\u0635\u062F\u0627\u0631 \u0623\u062D\u062F\u062B \u0648\u0645\u062D\u0627\u0648\u0644\u0629 \u0627\u0644\u0645\u0632\u0627\u0645\u0646\u0629 \u0645\u0631\u0629 \u0623\u062E\u0631\u0649.",badUserscriptBrowser:"\u0627\u0644\u0645\u062A\u0635\u0641\u062D \u0627\u0644\u062D\u0627\u0644\u064A \u0644\u0627 \u064A\u0637\u0628\u0642 \u0648\u0627\u062C\u0647\u0629 \u0645\u0644\u062D\u0642 Grease Monkey \u0628\u0634\u0643\u0644 \u0635\u062D\u064A\u062D (\u0645\u062B\u0644 \u0627\u0644\u062D\u0635\u0648\u0644 \u0639\u0644\u0649 \u0645\u0639\u0644\u0648\u0645\u0627\u062A \u0631\u0642\u0645 \u0627\u0644\u0625\u0635\u062F\u0627\u0631 \u0644\u0644\u0628\u0631\u0646\u0627\u0645\u062C \u0627\u0644\u0646\u0635\u064A Grease Monkey \u0646\u0641\u0633\u0647)\u060C \u064A\u0631\u062C\u0649 \u0627\u0633\u062A\u062E\u062F\u0627\u0645 \u0645\u0644\u062D\u0642\u0627\u062A \u062F\u0639\u0645 \u0623\u062E\u0631\u0649 <1> Grease Monkey \u0645\u062A\u0635\u0641\u062D\u0627\u062A \u0645\u062B\u0644 \u0641\u0627\u064A\u0631\u0641\u0648\u0643\u0633",foundNewVersion:"\u062A\u0645 \u0627\u0644\u0639\u062B\u0648\u0631 \u0639\u0644\u0649 \u0646\u0633\u062E\u0629 \u062C\u062F\u064A\u062F\u0629",theLocalExtensionIsUpToUpdate:"\u0627\u0644\u0627\u0645\u062A\u062F\u0627\u062F \u0627\u0644\u062D\u0627\u0644\u064A \u0647\u0648 \u0623\u062D\u062F\u062B \u0625\u0635\u062F\u0627\u0631.",failToSyncRules:"\u0641\u0634\u0644\u062A \u0645\u0632\u0627\u0645\u0646\u0629 \u0623\u062D\u062F\u062B \u0642\u0648\u0627\u0639\u062F \u0627\u0644\u062A\u0643\u064A\u0641",retry:"\u0627\u0636\u063A\u0637 \u0647\u0646\u0627 \u0644\u0644\u0645\u062D\u0627\u0648\u0644\u0629 \u0645\u0631\u0629 \u0623\u062E\u0631\u0649",failedReason:"\u0633\u0628\u0628 \u0627\u0644\u0641\u0634\u0644",currentRuleVersion:"\u0646\u0633\u062E\u0629 \u0627\u0644\u0642\u0627\u0639\u062F\u0629 \u0627\u0644\u062D\u0627\u0644\u064A\u0629",calculating:"\u062D\u0633\u0627\u0628",unknownError:"\u062E\u0637\u0623 \u063A\u064A\u0631 \u0645\u0639\u0631\u0648\u0641",canNotFetchRemoteRule:"\u063A\u064A\u0631 \u0642\u0627\u062F\u0631 \u0639\u0644\u0649 \u0627\u0644\u062D\u0635\u0648\u0644 \u0639\u0644\u0649 \u0627\u0644\u0642\u0648\u0627\u0639\u062F \u0627\u0644\u0628\u0639\u064A\u062F\u0629",enableAlphaSuccess:"\u062A\u0645 \u062A\u0634\u063A\u064A\u0644 \u0648\u0638\u064A\u0641\u0629 \u0623\u0644\u0641\u0627",disableAlphaSuccess:"\u062A\u0645 \u0625\u064A\u0642\u0627\u0641 \u0645\u064A\u0632\u0629 \u0623\u0644\u0641\u0627",cacheSize:"\u062D\u062C\u0645 \u0630\u0627\u0643\u0631\u0629 \u0627\u0644\u062A\u062E\u0632\u064A\u0646 \u0627\u0644\u0645\u0624\u0642\u062A\uFF1A",cleaning:"\u062A\u0646\u0638\u064A\u0641",cleanCache:"\u0645\u0633\u062D \u0630\u0627\u0643\u0631\u0629 \u0627\u0644\u062A\u062E\u0632\u064A\u0646 \u0627\u0644\u0645\u0624\u0642\u062A",options:"\u064A\u062B\u0628\u062A",about:"\u0639\u0646",service:"\u062E\u062F\u0645\u0629 \u0627\u0644\u062A\u0631\u062C\u0645\u0629",needAction:"(\u0627\u0630\u0647\u0628 \u0644\u0644\u0627\u0639\u062F\u0627\u062F\u0627\u062A)",goSettings:"\u0627\u0630\u0647\u0628 \u0644\u0644\u0627\u0639\u062F\u0627\u062F\u0627\u062A",needActionForOptions:"(\u062A\u062D\u062A\u0627\u062C \u0625\u0644\u0649 \u062A\u0639\u064A\u064A\u0646)",translationEngine:"\u062E\u064A\u0627\u0631\u0627\u062A \u0627\u0644\u0645\u062D\u0631\u0643",sourceLanguage:"\u0627\u0644\u0644\u063A\u0629 \u0627\u0644\u0623\u0635\u0644\u064A\u0629",target:"\u0627\u0644\u0644\u063A\u0629 \u0627\u0644\u0645\u0633\u062A\u0647\u062F\u0641\u0629",popupSourceLanguage:"\u0627\u0644\u0644\u063A\u0629 \u0627\u0644\u0623\u0635\u0644\u064A\u0629",popupTarget:"\u0627\u0644\u0644\u063A\u0629 \u0627\u0644\u0645\u0633\u062A\u0647\u062F\u0641\u0629",popupService:"\u062E\u062F\u0645\u0629 \u0627\u0644\u062A\u0631\u062C\u0645\u0629",forThisSite:"\u0627\u0644\u0645\u0648\u0642\u0639 \u0627\u0644\u062D\u0627\u0644\u064A",autoEnableSubtitle:"\u0642\u0645 \u0628\u062A\u0634\u063A\u064A\u0644 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u062B\u0646\u0627\u0626\u064A\u0629 \u0627\u0644\u0644\u063A\u0629 \u062A\u0644\u0642\u0627\u0626\u064A\u064B\u0627",alwaysTranslate:"\u062A\u0631\u062C\u0645 \u062F\u0627\u0626\u0645\u0627 ",neverTranslate:"\u0644\u0627 \u062A\u062A\u0631\u062C\u0645 \u0623\u0628\u062F\u064B\u0627 ",alwaysTranslateSomeLanguage:"\u062A\u0631\u062C\u0645 \u062F\u0627\u0626\u0645\u0627 {language}",neverTranslateSomeLanguage:"\u0644\u0627 \u062A\u062A\u0631\u062C\u0645 \u0623\u0628\u062F\u064B\u0627 {language}",alwaysTranslateSomeSite:"\u062A\u0631\u062C\u0645 \u062F\u0627\u0626\u0645\u0627 {hostname}",neverTranslateSomeSite:"\u0644\u0627 \u062A\u062A\u0631\u062C\u0645 \u0623\u0628\u062F\u064B\u0627 {hostname}",alwaysTranslateSomeSiteOrWildSite:"\u0642\u0645 \u0628\u062A\u0631\u062C\u0645\u0629 \u0647\u0630\u0627 \u0627\u0644\u0645\u0648\u0642\u0639 \u062F\u0627\u0626\u0645\u064B\u0627",alwaysTranslateSomePage:"\u0642\u0645 \u0628\u062A\u0631\u062C\u0645\u0629 \u0647\u0630\u0647 \u0627\u0644\u0635\u0641\u062D\u0629 \u062F\u0627\u0626\u0645\u064B\u0627",add:"\u0627\u0636\u0641 \u0625\u0644\u064A\u0647",default:"\u062A\u0642\u0635\u064A\u0631",forThisLanguage:"\u0644\u0647\u0630\u0647 \u0627\u0644\u0644\u063A\u0629\uFF1A","add url":"\u0625\u062F\u062E\u0627\u0644 \u0639\u0646\u0648\u0627\u0646 \u0627\u0644\u0645\u0648\u0642\u0639",edit:"\u064A\u062D\u0631\u0631","translate other languages into specific language":"\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0644\u063A\u0627\u062A \u0627\u0644\u0623\u062E\u0631\u0649 \u0625\u0644\u0649 \u0627\u0644\u0644\u063A\u0629 \u0627\u0644\u062A\u064A \u062A\u062D\u062F\u062F\u0647\u0627","select translation service":"\u0627\u062E\u062A\u0631 \u062E\u062F\u0645\u0629 \u0627\u0644\u062A\u0631\u062C\u0645\u0629",language:"\u0644\u063A\u0629","show-original":"\u0625\u0638\u0647\u0627\u0631 \u0627\u0644\u0646\u0635 \u0627\u0644\u0623\u0635\u0644\u064A",translate:"\u064A\u062A\u0631\u062C\u0645",Translated:"\u0645\u062A\u0631\u062C\u0645",Translating:"\u062C\u0627\u0631 \u0627\u0644\u062A\u0631\u062C\u0645\u0629",Error:"\u062E\u0637\u0623",allowCacheTranslations:"\u062A\u0645\u0643\u064A\u0646 \u0627\u0644\u062A\u062E\u0632\u064A\u0646 \u0627\u0644\u0645\u0624\u0642\u062A \u0644\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0645\u062D\u0644\u064A\u0629 (\u0644\u062A\u0642\u0644\u064A\u0644 \u0637\u0644\u0628\u0627\u062A \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0644\u0644\u0641\u0642\u0631\u0627\u062A \u0627\u0644\u0645\u0643\u0631\u0631\u0629)","translation display":"\u0623\u0633\u0644\u0648\u0628 \u0639\u0631\u0636 \u0627\u0644\u062A\u0631\u062C\u0645\u0629","select diplay style":"\u062A\u0645\u064A\u064A\u0632 \u0623\u0633\u0644\u0648\u0628 \u0627\u0644\u062A\u0631\u062C\u0645\u0629\u060C \u064A\u0631\u062C\u0649 \u0627\u0644\u0631\u062C\u0648\u0639 \u0625\u0644\u0649 \u0627\u0644\u0623\u0645\u062B\u0644\u0629 \u0627\u0644\u062A\u0627\u0644\u064A\u0629 \u0644\u0645\u0632\u064A\u062F \u0645\u0646 \u0627\u0644\u062A\u0641\u0627\u0635\u064A\u0644:",interface:"\u0625\u0639\u062F\u0627\u062F\u0627\u062A \u0627\u0644\u0648\u0627\u062C\u0647\u0629",import_export:"\u0627\u0633\u062A\u064A\u0631\u0627\u062F \u0648\u062A\u0635\u062F\u064A\u0631",import_export_title:"\u062A\u0643\u0648\u064A\u0646 \u0627\u0644\u0627\u0633\u062A\u064A\u0631\u0627\u062F/\u0627\u0644\u062A\u0635\u062F\u064A\u0631",syncToGoogleDrive:"\u0627\u0644\u0645\u0632\u0627\u0645\u0646\u0629 \u0645\u0639 Google Drive \u0627\u0644\u0622\u0646",floatBallOptions:"\u0625\u0639\u062F\u0627\u062F\u0627\u062A \u0627\u0644\u0643\u0631\u0629 \u0627\u0644\u0645\u0639\u0644\u0642\u0629","floatBallOptions.enable":"\u062A\u0645\u0643\u064A\u0646 \u0627\u0644\u0643\u0631\u0629 \u0627\u0644\u0639\u0627\u0626\u0645\u0629","floatBallOptions.blockUrls":"\u062A\u0639\u0637\u064A\u0644 \u0645\u0648\u0642\u0639 \u0627\u0644\u0648\u064A\u0628","floatBallOptions.add":"\u0627\u0636\u0641 \u0625\u0644\u064A\u0647","floatBallOptions.blockUrlDesc":"\u0644\u0646 \u064A\u062A\u0645 \u0639\u0631\u0636 \u0627\u0644\u0643\u0631\u0629 \u0627\u0644\u0639\u0627\u0626\u0645\u0629 \u0639\u0646\u062F \u0645\u0648\u0627\u062C\u0647\u0629 \u0627\u0644\u0645\u0648\u0627\u0642\u0639 \u0627\u0644\u062A\u0627\u0644\u064A\u0629","floatBallOptions.clickType":"\u0627\u0646\u0642\u0631 \u0641\u0648\u0642 \u0627\u0644\u0633\u0644\u0648\u0643","floatBallOptions.clickTypeDesc":"\u0633\u0644\u0648\u0643 \u0623\u064A\u0642\u0648\u0646\u0629 \u0627\u0644\u0643\u0631\u0629 \u0627\u0644\u0639\u0627\u0626\u0645\u0629 \u0639\u0646\u062F \u0627\u0644\u0646\u0642\u0631 \u0639\u0644\u064A\u0647\u0627","floatBallOptions.clickPopup":"\u0625\u0638\u0647\u0627\u0631 \u0644\u0648\u062D\u0629 \u0627\u0644\u062A\u0631\u062C\u0645\u0629","floatBallOptions.clickTranslate":"\u062A\u0631\u062C\u0645\u0629/\u0625\u0638\u0647\u0627\u0631 \u0627\u0644\u0646\u0635 \u0627\u0644\u0623\u0635\u0644\u064A","floatBallOptions.fixedPosition":"\u56FA\u5B9A\u4F4D\u7F6E","floatBallOptions.fixedPositionDesc":"\u60AC\u6D6E\u7403\u5728\u7A97\u53E3\u5DE6\u4FA7\u8FD8\u662F\u53F3\u4FA7","floatBallOptions.fixedPositionLeft":"\u5DE6\u4FA7","floatBallOptions.fixedPositionRight":"\u53F3\u4FA7",previewAllThemes:"\u0645\u0639\u0627\u064A\u0646\u0629 \u0643\u0627\u0641\u0629 \u0627\u0644\u0623\u0646\u0645\u0627\u0637","translationTheme.none":"\u0644\u0627 \u0623\u062D\u062F","translationTheme.grey":"\u0627\u0644\u0631\u0645\u0627\u062F\u064A \u0627\u0644\u062F\u0627\u0643\u0646","translationTheme.dashed":"\u062A\u0633\u0637\u064A\u0631 \u0645\u062A\u0642\u0637\u0639","translationTheme.dotted":"\u062A\u0633\u0637\u064A\u0631 \u0645\u0646\u0642\u0637","translationTheme.dashedBorder":"\u0627\u0644\u062D\u062F\u0648\u062F \u0627\u0644\u0645\u062A\u0642\u0637\u0639\u0629","translationTheme.solidBorder":"\u0627\u0644\u062D\u062F\u0648\u062F \u0627\u0644\u0635\u0644\u0628\u0629","translationTheme.underline":"\u062A\u0633\u0637\u064A\u0631 \u0645\u0633\u062A\u0642\u064A\u0645","translationTheme.mask":"\u062A\u0623\u062B\u064A\u0631 \u0637\u0645\u0633 (\u0648\u0636\u0639 \u0627\u0644\u062A\u0639\u0644\u0645)","translationTheme.opacity":"\u062A\u0623\u062B\u064A\u0631 \u0627\u0644\u0634\u0641\u0627\u0641\u064A\u0629","translationTheme.paper":"\u062A\u0623\u062B\u064A\u0631 \u0627\u0644\u0638\u0644 \u0648\u0631\u0642\u0629 \u0628\u064A\u0636\u0627\u0621","translationTheme.dividingLine":"\u062E\u0637 \u0627\u0644\u062A\u0642\u0633\u064A\u0645","translationTheme.highlight":"\u062A\u0633\u0644\u064A\u0637 \u0627\u0644\u0636\u0648\u0621","translationTheme.marker":"\u0639\u0644\u0627\u0645\u0629","translationTheme.marker2":"\u0639\u0644\u0627\u0645\u0629 2","translationTheme.blockquote":"\u0627\u0644\u0646\u0645\u0637 \u0627\u0644\u0645\u0631\u062C\u0639\u064A","translationTheme.weakening":"\u064A\u0636\u0639\u0641","translationTheme.italic":"\u0645\u0627\u0626\u0644","translationTheme.bold":"\u0639\u0631\u064A\u0636","translationTheme.thinDashed":"\u062A\u0633\u0637\u064A\u0631 \u0645\u062A\u0642\u0637\u0639 \u0631\u0641\u064A\u0639","translationTheme.nativeDashed":"\u064A\u0623\u062A\u064A \u0627\u0644\u0646\u0638\u0627\u0645 \u0645\u0639 \u062A\u0633\u0637\u064A\u0631 \u0645\u0646\u0642\u0637","translationTheme.nativeDotted":"\u064A\u0623\u062A\u064A \u0627\u0644\u0646\u0638\u0627\u0645 \u0645\u0639 \u062A\u0633\u0637\u064A\u0631 \u0645\u0646\u0642\u0637","translationTheme.nativeUnderline":"\u0627\u0644\u0646\u0638\u0627\u0645 \u064A\u0623\u062A\u064A \u0645\u0639 \u062A\u0633\u0637\u064A\u0631 \u0645\u0633\u062A\u0642\u064A\u0645","translationTheme.wavy":"\u062E\u0637\u0648\u0637 \u0645\u062A\u0645\u0648\u062C\u0629","translationServices.custom":"\u0648\u0627\u062C\u0647\u0629 \u0628\u0631\u0645\u062C\u0629 \u0627\u0644\u062A\u0637\u0628\u064A\u0642\u0627\u062A \u0627\u0644\u0645\u062E\u0635\u0635\u0629","translationServices.tencent":"\u0645\u062A\u0631\u062C\u0645 \u062A\u064A\u0646\u0633\u0646\u062A","translationServices.tenAlpha":"\u0645\u062A\u0631\u062C\u0645 \u062A\u064A\u0646\u0633\u0646\u062A (\u0623\u0644\u0641\u0627)","translationServices.google":"\u062C\u0648\u062C\u0644 \u0627\u0644\u0645\u062A\u0631\u062C\u0645","translationServices.bai":"\u0628\u0627\u064A\u062F\u0648 (\u0623\u0644\u0641\u0627)","translationServices.baidu":"\u0645\u062A\u0631\u062C\u0645 \u0628\u0627\u064A\u062F\u0648","translationServices.aliyun":"\u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0633\u062D\u0627\u0628\u064A\u0629 \u0639\u0644\u0649 \u0628\u0627\u0628\u0627","translationServices.volc":"\u062A\u0631\u062C\u0645\u0629 \u0628\u0631\u0643\u0627\u0646","translationServices.deeplx":"DeepLX (\u0628\u064A\u062A\u0627)","translationServices.bing":"\u0645\u062A\u0631\u062C\u0645 \u0645\u0627\u064A\u0643\u0631\u0648\u0633\u0648\u0641\u062A","translationServices.deepl":"\u062F\u064A\u0628 \u0625\u0644","translationServices.wechat":"\u062A\u0631\u062C\u0645\u0629 \u0648\u064A \u0634\u0627\u062A","translationServices.azure":"\u062A\u0631\u062C\u0645\u0629 \u0623\u0632\u0648\u0631","translationServices.ibm":"\u0622\u064A \u0628\u064A \u0625\u0645 \u0648\u0627\u062A\u0633\u0648\u0646","translationServices.aws":"\u062A\u0631\u062C\u0645\u0629 \u0623\u0645\u0627\u0632\u0648\u0646","translationServices.mock":"\u062A\u0631\u062C\u0645\u0629 \u0645\u062D\u0627\u0643\u0627\u0629","translationServices.mock2":"\u062A\u0631\u062C\u0645\u0629 \u0645\u062D\u0627\u0643\u0627\u0629 2","translationServices.caiyun":"\u0643\u0627\u064A\u0648\u0646 \u0634\u064A\u0627\u0648\u064A\u0649","translationServices.cai":"\u0643\u0627\u064A\u0648\u0646 \u0634\u064A\u0627\u0648\u064A\u0649 (\u0623\u0644\u0641\u0627)","translationServices.volcAlpha":"\u0628\u0631\u0643\u0627\u0646 (\u0623\u0644\u0641\u0627)","translationServices.openl":"\u0623\u0648\u0628\u0646 \u0625\u0644","translationServices.youdao":"\u062A\u0631\u062C\u0645\u0629 \u064A\u0648\u062F\u0627\u0648","translationServices.you":"\u062A\u0631\u062C\u0645\u0629 \u064A\u0648\u062F\u0627\u0648 (\u0623\u0644\u0641\u0627)","translationServices.transmart":"\u062A\u064A\u0646\u0633\u0646\u062A \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u062A\u0641\u0627\u0639\u0644\u064A\u0629","translationServices.niu":"\u062A\u0631\u062C\u0645\u0629 \u0645\u0627\u0641\u0631\u064A\u0643\u0633","translationServices.papago":"\u062A\u0631\u062C\u0645\u0629 \u0628\u0627\u0628\u0627\u062C\u0648","translationServices.d":"\u062F (\u0623\u0644\u0641\u0627)","translationServices.dpro":"\u062F\u064A \u0628\u0631\u0648 (\u0643\u0646\u0627\u0631\u064A)","translationServices.openai":"OpenAI","translationServices.yandex":"Yandex","translationServices.chatgpt":"ChatGPT Web (3.5 \u062C\u0648\u0627\u0644)","translate title":"\u062A\u0631\u062C\u0645\u0629 \u0639\u0646\u0648\u0627\u0646 \u0627\u0644\u0635\u0641\u062D\u0629","always languages":"\u0627\u0644\u0644\u063A\u0629 \u0627\u0644\u0645\u062A\u0631\u062C\u0645\u0629 \u062F\u0627\u0626\u0645\u0627",neverTranslateLanguagesLabel:"\u0627\u0644\u0644\u063A\u0627\u062A \u0627\u0644\u062A\u064A \u0644\u0627 \u062A\u062A\u0631\u062C\u0645 \u0623\u0628\u062F\u0627",neverTranslateTheFollowingLanguagesDescription:"\u0633\u064A\u062A\u0645 \u062A\u062E\u0637\u064A \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0639\u0646\u062F\u0645\u0627 \u062A\u0643\u0648\u0646 \u0641\u0642\u0631\u0629 \u0641\u064A \u0627\u0644\u0635\u0641\u062D\u0629 \u0628\u0627\u0644\u0644\u063A\u0627\u062A \u0627\u0644\u062A\u0627\u0644\u064A\u0629",enableUserscriptPagePopup:"\u0625\u0638\u0647\u0627\u0631 \u0627\u0644\u0643\u0631\u0629 \u0627\u0644\u0639\u0627\u0626\u0645\u0629 \u0639\u0644\u0649 \u0627\u0644\u0635\u0641\u062D\u0629",enableUserscriptPagePopupDescription:"\u0628\u0639\u062F \u0625\u063A\u0644\u0627\u0642 \u0627\u0644\u0643\u0631\u0629 \u0627\u0644\u0639\u0627\u0626\u0645\u0629\u060C \u064A\u0645\u0643\u0646\u0643 \u0627\u0633\u062A\u062E\u062F\u0627\u0645 \u0645\u0641\u062A\u0627\u062D \u0627\u0644\u0627\u062E\u062A\u0635\u0627\u0631 /{touch}\u0644\u0625\u064A\u0642\u0627\u0638\u0647\u0627. \u0644\u0645\u0646\u0639 \u0627\u0644\u0639\u062B\u0648\u0631 \u0639\u0644\u0649 \u0627\u0644\u0643\u0631\u0629 \u0627\u0644\u0639\u0627\u0626\u0645\u0629 \u0628\u0639\u062F \u0625\u064A\u0642\u0627\u0641 \u062A\u0634\u063A\u064A\u0644 \u0647\u0630\u0627 \u0627\u0644\u062E\u064A\u0627\u0631 \u0639\u0646 \u0637\u0631\u064A\u0642 \u0627\u0644\u062E\u0637\u0623\u060C \u064A\u0648\u0635\u0649 \u0628\u0634\u062F\u0629 \u0628\u0648\u0636\u0639 \u0625\u0634\u0627\u0631\u0629 \u0645\u0631\u062C\u0639\u064A\u0629 \u0639\u0644\u0649 \u0635\u0641\u062D\u0629 \u0627\u0644\u0625\u0639\u062F\u0627\u062F\u0627\u062A \u0647\u0630\u0647.","always translate the following languages":"\u0639\u0646\u062F\u0645\u0627 \u062A\u0643\u0648\u0646 \u0644\u063A\u0629 \u0627\u0644\u0635\u0641\u062D\u0629 \u0628\u0627\u0644\u0644\u063A\u0627\u062A \u0627\u0644\u062A\u0627\u0644\u064A\u0629\u060C \u0633\u062A\u062A\u0645 \u062A\u0631\u062C\u0645\u062A\u0647\u0627 \u062A\u0644\u0642\u0627\u0626\u064A\u064B\u0627 \u0625\u0644\u0649 \u0627\u0644\u0644\u063A\u0629 \u0627\u0644\u0645\u0633\u062A\u0647\u062F\u0641\u0629","always sites":"\u0639\u0646\u0627\u0648\u064A\u0646 URL \u0627\u0644\u0645\u062A\u0631\u062C\u0645\u0629 \u062F\u0627\u0626\u0645\u064B\u0627","always translate the following sites":"\u0639\u0646\u062F\u0645\u0627 \u064A\u0643\u0648\u0646 \u0645\u0648\u0642\u0639 \u0627\u0644\u0648\u064A\u0628 \u0628\u0627\u0633\u0645 \u0627\u0644\u0646\u0637\u0627\u0642 \u0627\u0644\u062A\u0627\u0644\u064A\u060C \u0633\u062A\u062A\u0645 \u062A\u0631\u062C\u0645\u062A\u0647 \u062A\u0644\u0642\u0627\u0626\u064A\u064B\u0627 \u0625\u0644\u0649 \u0627\u0644\u0644\u063A\u0629 \u0627\u0644\u0647\u062F\u0641","never sites":"\u0639\u0646\u0627\u0648\u064A\u0646 URL \u0627\u0644\u062A\u064A \u0644\u0646 \u062A\u062A\u0645 \u062A\u0631\u062C\u0645\u062A\u0647\u0627 \u0623\u0628\u062F\u064B\u0627","never translate the following sites":"\u0644\u0646 \u064A\u062A\u0645 \u062A\u0646\u0641\u064A\u0630 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0639\u0646\u062F\u0645\u0627 \u064A\u0643\u0648\u0646 \u0645\u0648\u0642\u0639 \u0627\u0644\u0648\u064A\u0628 \u064A\u062D\u0645\u0644 \u0627\u0633\u0645 \u0627\u0644\u0646\u0637\u0627\u0642 \u0627\u0644\u062A\u0627\u0644\u064A","please refer to":"\u064A\u062C\u0628 \u0639\u0644\u064A\u0643 \u062A\u0639\u0628\u0626\u0629 \u0627\u0644\u0645\u0641\u062A\u0627\u062D \u0642\u0628\u0644 \u0627\u0633\u062A\u062E\u062F\u0627\u0645\u0647\u060C \u0644\u0645\u0632\u064A\u062F \u0645\u0646 \u0627\u0644\u062A\u0641\u0627\u0635\u064A\u0644 \u064A\u0631\u062C\u0649 \u0627\u0644\u0631\u062C\u0648\u0639 \u0625\u0644\u0649",KeyAndConfigurationTutorial:'"\u0627\u0644\u0628\u0631\u0646\u0627\u0645\u062C \u0627\u0644\u062A\u0639\u0644\u064A\u0645\u064A \u0644\u0644\u062A\u0637\u0628\u064A\u0642 \u0648\u0627\u0644\u062A\u0643\u0648\u064A\u0646 \u0627\u0644\u0631\u0626\u064A\u0633\u064A"',useAboveStyleForTheseSites:"\u0639\u0646\u062F\u0645\u0627 \u064A\u0643\u0648\u0646 \u0645\u0648\u0642\u0639 \u0627\u0644\u0648\u064A\u0628 \u0647\u0648 \u0627\u0633\u0645 \u0627\u0644\u0646\u0637\u0627\u0642 \u0627\u0644\u062A\u0627\u0644\u064A\u060C \u0627\u0633\u062A\u062E\u062F\u0645 \u062F\u0627\u0626\u0645\u064B\u0627 \u0646\u0645\u0637 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u2308{theme}\u230B",currentUrl:"\u0639\u0646\u0648\u0627\u0646 URL \u0627\u0644\u062D\u0627\u0644\u064A",confirm:"\u064A\u062D\u0641\u0638",cancel:"\u064A\u0644\u063A\u064A",delete:"\u064A\u0645\u0633\u062D","languages.auto":"\u0627\u0644\u0643\u0634\u0641 \u0627\u0644\u062A\u0644\u0642\u0627\u0626\u064A",syncToCloud:"\u0627\u0644\u0645\u0632\u0627\u0645\u0646\u0629 \u0645\u0639 \u062C\u0648\u062C\u0644 \u062F\u0631\u0627\u064A\u0641",syncToCloudDescription:"\u0642\u0645 \u0628\u0627\u0644\u062A\u062D\u0645\u064A\u0644 \u0625\u0644\u0649 \u0627\u0644\u0633\u062D\u0627\u0628\u0629\u060C \u0648\u064A\u0645\u0643\u0646 \u0645\u0632\u0627\u0645\u0646\u0629 \u0627\u0644\u062A\u0643\u0648\u064A\u0646 \u0628\u064A\u0646 \u0627\u0644\u0645\u062A\u0635\u0641\u062D\u0627\u062A \u0627\u0644\u0645\u062E\u062A\u0644\u0641\u0629/\u0627\u0644\u0646\u0635\u0648\u0635 \u0627\u0644\u0628\u0631\u0645\u062C\u064A\u0629 \u0644\u0642\u0631\u062F \u0627\u0644\u0632\u064A\u062A\u060C \u0645\u0639 \u0645\u0631\u0627\u0639\u0627\u0629 \u0648\u0642\u062A \u0627\u0644\u062A\u0639\u062F\u064A\u0644 \u0627\u0644\u0623\u062E\u064A\u0631.",syncToAccount:"\u0627\u0644\u0645\u0632\u0627\u0645\u0646\u0629 \u0645\u0639 \u0633\u062D\u0627\u0628\u0629 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0634\u0627\u0645\u0644\u0629",syncToAccountButton:"\u0645\u0632\u0627\u0645\u0646\u0629 \u0645\u0639 \u0627\u0644\u0633\u062D\u0627\u0628\u0629 \u0639\u0644\u0649 \u0627\u0644\u0641\u0648\u0631",syncToAccountDescription:"\u0645\u0632\u0627\u0645\u0646\u0629 \u0627\u0644\u062A\u0643\u0648\u064A\u0646\u0627\u062A \u062A\u0644\u0642\u0627\u0626\u064A\u064B\u0627 \u0628\u064A\u0646 \u0627\u0644\u0623\u062C\u0647\u0632\u0629 \u0627\u0644\u0645\u062E\u062A\u0644\u0641\u0629\u060C \u0628\u0646\u0627\u0621\u064B \u0639\u0644\u0649 \u0648\u0642\u062A \u0627\u0644\u062A\u0639\u062F\u064A\u0644 \u0627\u0644\u0623\u062E\u064A\u0631.",successSyncConfigInAccount:"\u0627\u0644\u0628\u0642\u0627\u0621 \u0645\u062A\u0632\u0627\u0645\u0646\u064B\u0627 \u0645\u0639 \u0627\u0644\u0633\u062D\u0627\u0628\u0629 \u0628\u0646\u062C\u0627\u062D",successSyncConfigToAccount:"\u062A\u0645\u062A \u0627\u0644\u0645\u0632\u0627\u0645\u0646\u0629 \u0628\u0646\u062C\u0627\u062D \u0645\u0639 \u0627\u0644\u0633\u062D\u0627\u0628\u0629",syncConfigNoUpdate:"\u0628\u0627\u0644\u0641\u0639\u0644 \u0627\u0644\u0623\u062D\u062F\u062B",authFail:"\u0641\u0634\u0644 \u0627\u0644\u062A\u0641\u0648\u064A\u0636",syncTitle:"\u0625\u062F\u0627\u0631\u0629 \u0627\u0644\u0646\u0633\u062E \u0627\u0644\u0627\u062D\u062A\u064A\u0627\u0637\u064A \u0627\u0644\u064A\u062F\u0648\u064A",import_hint:"\u064A\u0633\u062A\u0648\u0631\u062F",upload:"\u0631\u0641\u0639",revokeAuth:"\u0625\u0644\u063A\u0627\u0621 \u0627\u0644\u062A\u0631\u062E\u064A\u0635",uploadFail:"\u0627\u0644\u062A\u062D\u0645\u064A\u0644 \u0641\u0634\u0644",download:"\u062A\u062D\u0645\u064A\u0644",importSuccess:"\u062A\u0645 \u0627\u0644\u0627\u0633\u062A\u064A\u0631\u0627\u062F \u0628\u0646\u062C\u0627\u062D",importFail:"\u0641\u0634\u0644 \u0627\u0644\u0627\u0633\u062A\u064A\u0631\u0627\u062F",deleteFail:"\u0641\u0634\u0644 \u0641\u064A \u0627\u0644\u062D\u0630\u0641",backupToCloud:"\u0625\u062F\u0627\u0631\u0629 \u0645\u0644\u0641\u0627\u062A \u0627\u0644\u0646\u0633\u062E \u0627\u0644\u0627\u062D\u062A\u064A\u0627\u0637\u064A \u064A\u062F\u0648\u064A\u0627",create_new_backup:"\u0625\u0636\u0627\u0641\u0629 \u0639\u0642\u062F\u0629 \u0627\u062D\u062A\u064A\u0627\u0637\u064A\u0629",maxBackupFiles:"\u064A\u0645\u0643\u0646 \u0639\u0645\u0644 \u0646\u0633\u062E\u0629 \u0627\u062D\u062A\u064A\u0627\u0637\u064A\u0629 \u0644\u0645\u0627 \u064A\u0635\u0644 \u0625\u0644\u0649{count}\u0639\u0642\u062F \u0645\u062E\u062A\u0644\u0641\u0629\u060C \u064A\u0631\u062C\u0649 \u062D\u0630\u0641 \u0627\u0644\u0639\u0642\u062F \u063A\u064A\u0631 \u0627\u0644\u0636\u0631\u0648\u0631\u064A\u0629",backupToCloudDescription:"\u062A\u062D\u0645\u064A\u0644 \u0645\u0644\u0641\u0627\u062A \u0627\u0644\u0646\u0633\u062E \u0627\u0644\u0627\u062D\u062A\u064A\u0627\u0637\u064A \u0623\u0648 \u0627\u0633\u062A\u0639\u0627\u062F\u062A\u0647\u0627 \u064A\u062F\u0648\u064A\u064B\u0627\u060C \u0645\u0645\u0627 \u064A\u0633\u0645\u062D \u0628\u0645\u0627 \u064A\u0635\u0644 \u0625\u0644\u0649 3 \u0646\u0633\u062E \u0627\u062D\u062A\u064A\u0627\u0637\u064A\u0629 \u0645\u062E\u062A\u0644\u0641\u0629",successSyncConfig:"\u0627\u0644\u0628\u0642\u0627\u0621 \u0645\u062A\u0632\u0627\u0645\u0646\u064B\u0627 \u0645\u0639 \u0627\u0644\u0633\u062D\u0627\u0628\u0629 \u0628\u0646\u062C\u0627\u062D",syncFail:"\u0641\u0634\u0644\u062A \u0627\u0644\u0645\u0632\u0627\u0645\u0646\u0629",updatedAt:"\u062A\u0645 \u0627\u0644\u062A\u062D\u062F\u064A\u062B \u0639\u0646\u062F {date}",lastSyncedAt:"\u0622\u062E\u0631 \u0641\u062D\u0635 \u0643\u0627\u0646 \u0639\u0646\u062F {date}",downloadFail:"\u0627\u0644\u062A\u062D\u0645\u064A\u0644 \u0641\u0634\u0644",clickToDownload:"\u0627\u0636\u063A\u0637 \u0644\u0644\u062A\u062D\u0645\u064A\u0644",aboutLabel:"\u062D\u0648\u0644 - \u0631\u062F\u0648\u062F \u0627\u0644\u0641\u0639\u0644","browser.openAboutPage":"\u062D\u0648\u0644/\u0631\u062F\u0648\u062F \u0627\u0644\u0641\u0639\u0644",aboutLabelWithoutSponsor:"\u062D\u0648\u0644 - \u0631\u062F\u0648\u062F \u0627\u0644\u0641\u0639\u0644",aboutIntro:"\u0623\u062A\u0645\u0646\u0649 \u0623\u0646 \u0646\u062A\u0645\u0643\u0646 \u062C\u0645\u064A\u0639\u064B\u0627 \u0645\u0646 \u0627\u0644\u0648\u0635\u0648\u0644 \u0625\u0644\u0649 \u0627\u0644\u0645\u0639\u0644\u0648\u0645\u0627\u062A \u0627\u0644\u0636\u062E\u0645\u0629 \u0627\u0644\u0645\u062A\u0639\u0644\u0642\u0629 \u0628\u0627\u0644\u0644\u063A\u0627\u062A \u0627\u0644\u0623\u062C\u0646\u0628\u064A\u0629 \u0639\u0644\u0649 \u0627\u0644\u0625\u0646\u062A\u0631\u0646\u062A \u0628\u0633\u0647\u0648\u0644\u0629 \u0648\u0633\u0639\u0627\u062F\u0629 \u0623\u0643\u0628\u0631. \u064A\u0645\u0643\u0646\u0643 \u0627\u062E\u062A\u064A\u0627\u0631 \u0641\u062A\u062D \u0639\u0636\u0648\u064A\u0629 <6> Pro \u0644\u0627\u0633\u062A\u062E\u062F\u0627\u0645 \u062A\u0631\u062C\u0645\u0627\u062A DeepL \u0648OpenAI \u062E\u0627\u0631\u062C \u0627\u0644\u0635\u0646\u062F\u0648\u0642.

\u064A\u0645\u0643\u0646\u0643\u0645 \u0645\u062A\u0627\u0628\u0639\u062A\u0646\u0627 \u0639\u0644\u0649 <3>\u062A\u0648\u064A\u062A\u0631 ,<4>\u0642\u0646\u0627\u0629 \u0627\u0644\u062A\u0644\u064A\u062C\u0631\u0627\u0645 \u0623\u0648 \u062D\u0633\u0627\u0628 WeChat \u0627\u0644\u0639\u0627\u0645 \u0623\u0648 \u0645\u062C\u0645\u0648\u0639\u0629 \u0627\u062A\u0635\u0627\u0644\u0627\u062A WeChat \u0623\u0648 <5> \u0627\u0634\u062A\u0631\u0627\u0643 \u0627\u0644\u0628\u0631\u064A\u062F \u0627\u0644\u0625\u0644\u0643\u062A\u0631\u0648\u0646\u064A \u0623\u062F\u0646\u0627\u0647 \u062A\u062A\u0628\u0639 \u0627\u0644\u062A\u062D\u062F\u064A\u062B\u0627\u062A.
<7>\u0639\u0636\u0648 \u0645\u062D\u062A\u0631\u0641 \u064A\u0645\u0643\u0646\u0643 \u0627\u0644\u0627\u062A\u0635\u0627\u0644 \u0628\u0627\u0644\u0628\u0631\u064A\u062F \u0627\u0644\u0625\u0644\u0643\u062A\u0631\u0648\u0646\u064A \u0627\u0644\u0633\u0631\u064A\u0639 \u0644\u062E\u062F\u0645\u0629 \u0627\u0644\u0639\u0645\u0644\u0627\u0621 <8> support@immersivetranslate.com \u0627\u0628\u0642 \u0639\u0644\u0649 \u062A\u0648\u0627\u0635\u0644 \u0645\u0639\u0646\u0627.",aboutIntroWithoutSponsor:"\u0623\u062A\u0645\u0646\u0649 \u0623\u0646 \u0646\u062A\u0645\u0643\u0646 \u062C\u0645\u064A\u0639\u064B\u0627 \u0645\u0646 \u0627\u0644\u0648\u0635\u0648\u0644 \u0628\u0634\u0643\u0644 \u0623\u0633\u0647\u0644 \u0648\u0623\u0643\u062B\u0631 \u0645\u062A\u0639\u0629 \u0625\u0644\u0649 \u0627\u0644\u0643\u0645 \u0627\u0644\u0647\u0627\u0626\u0644 \u0645\u0646 \u0627\u0644\u0645\u0639\u0644\u0648\u0645\u0627\u062A \u0628\u0627\u0644\u0644\u063A\u0629 \u0627\u0644\u0623\u062C\u0646\u0628\u064A\u0629 \u0639\u0644\u0649 \u0627\u0644\u0625\u0646\u062A\u0631\u0646\u062A \u2764\uFE0F

\u064A\u0645\u0643\u0646\u0643 \u0645\u062A\u0627\u0628\u0639\u062A\u0646\u0627 \u0639\u0644\u0649 Twitter <3> ,<4>\u0642\u0646\u0627\u0629 \u0627\u0644\u062A\u0644\u064A\u062C\u0631\u0627\u0645 \u0623\u0648 \u062D\u0633\u0627\u0628 WeChat \u0627\u0644\u0639\u0627\u0645 \u0623\u0648 \u0645\u062C\u0645\u0648\u0639\u0629 \u0627\u062A\u0635\u0627\u0644\u0627\u062A WeChat \u0623\u0648 <5> \u0627\u0634\u062A\u0631\u0627\u0643 \u0627\u0644\u0628\u0631\u064A\u062F \u0627\u0644\u0625\u0644\u0643\u062A\u0631\u0648\u0646\u064A \u0623\u062F\u0646\u0627\u0647 \u062A\u062A\u0628\u0639 \u0627\u0644\u062A\u062D\u062F\u064A\u062B\u0627\u062A.",projectHomepage:"\u0627\u0644\u0635\u0641\u062D\u0629 \u0627\u0644\u0631\u0626\u064A\u0633\u064A\u0629 \u0644\u0644\u0645\u0634\u0631\u0648\u0639",joinTelegramGroup:"\u0627\u0646\u0636\u0645 \u0625\u0644\u0649 \u0645\u062C\u0645\u0648\u0639\u0629 \u0627\u062A\u0635\u0627\u0644\u0627\u062A \u0627\u0644\u0645\u0633\u062A\u062E\u062F\u0645\u064A\u0646 \u0644\u0644\u0645\u0634\u0627\u0631\u0643\u0629 \u0641\u064A \u0627\u0644\u0645\u0646\u0627\u0642\u0634\u0627\u062A \u0627\u0644\u0648\u0638\u064A\u0641\u064A\u0629",wechatPublicAccount:"\u062D\u0633\u0627\u0628 \u0648\u064A \u0634\u0627\u062A \u0627\u0644\u0639\u0627\u0645",wechatCommunities:"\u0645\u062C\u0645\u0648\u0639\u0629 \u0627\u0644\u0627\u062A\u0635\u0627\u0644\u0627\u062A WeChat",qqCommunities:"\u0642\u0646\u0627\u0629 \u0627\u062A\u0635\u0627\u0644 QQ",joinTelegramChannel:"\u062A\u0627\u0628\u0639\u0648\u0627 \u0642\u0646\u0627\u0629 \u0627\u0644\u062A\u0644\u064A\u062C\u0631\u0627\u0645 \u0644\u0645\u0639\u0631\u0641\u0629 \u0622\u062E\u0631 \u0627\u0644\u062A\u062D\u062F\u064A\u062B\u0627\u062A",feedbackAndJoin:"\u0631\u062F\u0648\u062F \u0627\u0644\u0641\u0639\u0644 \u0627\u0644\u0645\u0634\u0643\u0644\u0629 / \u0627\u0644\u0627\u0646\u0636\u0645\u0627\u0645 \u0625\u0644\u0649 \u0627\u0644\u0645\u062C\u0645\u0648\u0639\u0629",autoSync:"\u0627\u0644\u0645\u0632\u0627\u0645\u0646\u0629 \u0627\u0644\u0645\u062C\u062F\u0648\u0644\u0629 \u0627\u0644\u062A\u0644\u0642\u0627\u0626\u064A\u0629",loadingThemeTitle:"\u0623\u0633\u0644\u0648\u0628 \u0627\u0644\u062A\u062D\u0645\u064A\u0644",loadingThemeDescription:"\u0627\u0636\u0628\u0637 \u0627\u0644\u0646\u0645\u0637 \u0623\u062B\u0646\u0627\u0621 \u0627\u0646\u062A\u0638\u0627\u0631 \u062A\u062D\u0645\u064A\u0644 \u0627\u0644\u062A\u0631\u062C\u0645\u0629","loadingTheme.spinner":"\u0627\u0644\u0631\u0633\u0648\u0645 \u0627\u0644\u0645\u062A\u062D\u0631\u0643\u0629 \u0627\u0644\u062F\u0627\u0626\u0631\u0629","loadingTheme.text":"\u0646\u0635 \u062B\u0627\u0628\u062A... ","loadingTheme.none":"\u0644\u0627 \u062A\u0638\u0647\u0631",developerDescription:"\u064A\u0645\u0643\u0646\u0643 \u0627\u0644\u0646\u0642\u0631 \u0641\u0648\u0642 <1> \u0647\u0646\u0627 \u0639\u0631\u0636 \u0627\u0644\u0648\u062B\u0627\u0626\u0642 \u0627\u0644\u0645\u062A\u0639\u0644\u0642\u0629 \u0628\u0627\u0644\u062A\u062E\u0635\u064A\u0635 \u0627\u0644\u0645\u062A\u0642\u062F\u0645","edit border color":"\u062A\u0639\u062F\u064A\u0644 \u0644\u0648\u0646 \u0627\u0644\u062D\u062F\u0648\u062F",successSyncButNoChange:"\u0627\u0644\u062A\u0643\u0648\u064A\u0646 \u0627\u0644\u062D\u0627\u0644\u064A \u0645\u062A\u0648\u0627\u0641\u0642 \u0645\u0639 \u0627\u0644\u0633\u062D\u0627\u0628\u0629",customTheme:"\u0627\u0644\u0623\u0644\u0648\u0627\u0646 \u0648\u0627\u0644\u0623\u062D\u062C\u0627\u0645 \u0627\u0644\u0645\u062E\u0635\u0635\u0629","customThemeLabel.borderColor":"\u0644\u0648\u0646 \u0627\u0644\u062D\u062F\u0648\u062F","customThemeLabel.borderRadius":"\u062D\u062F\u0648\u062F \u0645\u0633\u062A\u062F\u064A\u0631\u0629 \u0627\u0644\u0632\u0648\u0627\u064A\u0627","customThemeLabel.textColor":"\u0644\u0648\u0646 \u0627\u0644\u062E\u0637","customThemeLabel.backgroundColor":"\u0644\u0648\u0646 \u0627\u0644\u062E\u0644\u0641\u064A\u0629","customThemeLabel.zoom":"\u062A\u062D\u062C\u064A\u0645 \u0627\u0644\u062E\u0637 (%)","customThemeLabel.opacity":"\u0639\u062A\u0627\u0645\u0629 \u0627\u0644\u0646\u0635 (%)",resetToDefaultColor:"\u0627\u0644\u0639\u0648\u062F\u0629 \u0625\u0644\u0649 \u0627\u0644\u0644\u0648\u0646 \u0627\u0644\u0627\u0641\u062A\u0631\u0627\u0636\u064A",resetToDefaultSettings:"\u0627\u0644\u0639\u0648\u062F\u0629 \u0625\u0644\u0649 \u0627\u0644\u0625\u0639\u062F\u0627\u062F\u0627\u062A \u0627\u0644\u0627\u0641\u062A\u0631\u0627\u0636\u064A\u0629",isTranslateTitle:"\u0642\u0645 \u0628\u062A\u0634\u063A\u064A\u0644 \u0639\u0646\u0627\u0648\u064A\u0646 \u0635\u0641\u062D\u0627\u062A \u0627\u0644\u0648\u064A\u0628 \u0627\u0644\u0645\u062A\u0631\u062C\u0645\u0629",isTranslateTitleDescription:"\u0639\u0646\u062F \u062A\u0634\u063A\u064A\u0644\u0647\u060C \u0633\u064A\u062A\u0645 \u062A\u0631\u062C\u0645\u0629 \u0639\u0646\u0648\u0627\u0646 \u0635\u0641\u062D\u0629 \u0627\u0644\u0648\u064A\u0628",enableSearchEnhancement:"\u062A\u0645\u0643\u064A\u0646 \u062A\u0639\u0632\u064A\u0632 \u0627\u0644\u0645\u0639\u0644\u0648\u0645\u0627\u062A \u062B\u0646\u0627\u0626\u064A\u0629 \u0627\u0644\u0644\u063A\u0629",enableSearchEnhancementDescription:'\u0628\u0639\u062F \u062A\u0634\u063A\u064A\u0644\u0647\u0627\u060C \u0633\u064A\u062A\u0645 \u0639\u0631\u0636 \u0646\u062A\u0627\u0626\u062C \u0628\u062D\u062B "\u0623\u062E\u0628\u0627\u0631 Google" \u0627\u0644\u0645\u0642\u0627\u0628\u0644\u0629 \u0644\u0644\u0643\u0644\u0645\u0627\u062A \u0627\u0644\u0631\u0626\u064A\u0633\u064A\u0629 \u0628\u0627\u0644\u0644\u063A\u0629 \u0627\u0644\u0625\u0646\u062C\u0644\u064A\u0632\u064A\u0629 \u062A\u0644\u0642\u0627\u0626\u064A\u064B\u0627 \u0641\u064A \u0627\u0644\u0639\u0645\u0648\u062F \u0627\u0644\u0623\u064A\u0645\u0646 \u0644\u0645\u0648\u0627\u0642\u0639 \u0627\u0644\u0648\u064A\u0628 \u0627\u0644\u0645\u062F\u0639\u0648\u0645\u0629 (\u0623\u062E\u0628\u0627\u0631 Google\u060C \u0628\u062D\u062B Google (\u0628\u0639\u0636 \u0627\u0644\u0643\u0644\u0645\u0627\u062A \u0627\u0644\u0631\u0626\u064A\u0633\u064A\u0629)\u060C Snowball\u060C Oriental Fortune\u060C Futu\u060C Tiger Community).',verifyService:"\u0627\u0646\u0642\u0631 \u0647\u0646\u0627 \u0644\u0627\u062E\u062A\u0628\u0627\u0631 \u0627\u0644\u062E\u062F\u0645\u0629",verified:"\u062A\u0645 \u0627\u0644\u062A\u062D\u0642\u0642 \u0628\u0646\u062C\u0627\u062D","field.langs":"\u0631\u0645\u0648\u0632 \u0627\u0644\u0644\u063A\u0629 \u0627\u0644\u0645\u062F\u0639\u0648\u0645\u0629","field.model":"\u0646\u0645\u0648\u0630\u062C","field.translationEngine":"\u0645\u062D\u0631\u0643 \u0627\u0644\u062A\u0631\u062C\u0645\u0629","field.limitPerMinute":"\u0627\u0644\u062D\u062F \u0627\u0644\u0623\u0642\u0635\u0649 \u0644\u0639\u062F\u062F \u0627\u0644\u0637\u0644\u0628\u0627\u062A \u0641\u064A \u0627\u0644\u062F\u0642\u064A\u0642\u0629","field.limitPerSecond":"\u0627\u0644\u062D\u062F \u0627\u0644\u0623\u0642\u0635\u0649 \u0644\u0639\u062F\u062F \u0627\u0644\u0637\u0644\u0628\u0627\u062A \u0641\u064A \u0627\u0644\u062B\u0627\u0646\u064A\u0629","field.maxTextLengthPerRequest":"\u0627\u0644\u062D\u062F \u0627\u0644\u0623\u0642\u0635\u0649 \u0644\u0637\u0648\u0644 \u0627\u0644\u0646\u0635 \u0644\u0643\u0644 \u0637\u0644\u0628","field.maxTextGroupLengthPerRequest":"\u0627\u0644\u062D\u062F \u0627\u0644\u0623\u0642\u0635\u0649 \u0644\u0639\u062F\u062F \u0627\u0644\u0641\u0642\u0631\u0627\u062A \u0644\u0643\u0644 \u0637\u0644\u0628","field.apiUrl":"\u0639\u0646\u0648\u0627\u0646 \u0648\u0627\u062C\u0647\u0629 API \u0627\u0644\u0645\u062E\u0635\u0635\u0629","field.placeholderDelimiters":"\u0627\u0644\u0639\u0646\u0627\u0635\u0631 \u0627\u0644\u0646\u0627\u0626\u0628\u0629 \u0627\u0644\u0645\u062D\u062C\u0648\u0632\u0629","description.custom":"\u0627\u0644\u0648\u0635\u0648\u0644 \u0625\u0644\u0649 \u0627\u0644\u0648\u0627\u062C\u0647\u0629 \u0627\u0644\u0645\u062E\u0635\u0635\u0629 \u064A\u062A\u0637\u0644\u0628 \u0648\u062B\u0627\u0626\u0642 \u0645\u0631\u062C\u0639\u064A\u0629","description.limitPerMinute":"\u0648\u0639\u0646\u062F\u0645\u0627 \u064A\u062A\u062C\u0627\u0648\u0632 \u0639\u062F\u062F \u0627\u0644\u0637\u0644\u0628\u0627\u062A \u0647\u0630\u0627 \u0627\u0644\u062D\u062F\u060C \u0641\u0625\u0646\u0647 \u0633\u064A\u062F\u062E\u0644 \u0641\u064A \u062D\u0627\u0644\u0629 \u0627\u0644\u0627\u0646\u062A\u0638\u0627\u0631 \u062D\u062A\u0649 \u0628\u062F\u0627\u064A\u0629 \u0627\u0644\u062F\u0642\u064A\u0642\u0629 \u0627\u0644\u062A\u0627\u0644\u064A\u0629. \u0646\u0638\u0631\u064B\u0627 \u0644\u0644\u0642\u064A\u0648\u062F \u0627\u0644\u0645\u062E\u062A\u0644\u0641\u0629 \u0644\u062E\u062F\u0645\u0629 OpenAI \u0627\u0644\u062D\u0627\u0644\u064A\u0629\u060C \u064A\u0631\u062C\u0649 \u0627\u0644\u0646\u0642\u0631 \u0641\u0648\u0642 <1> \u0647\u0646\u0627 \u0639\u0631\u0636 \u0623\u062D\u062F\u062B \u0627\u0644\u0642\u064A\u0645 \u0627\u0644\u0645\u0648\u0635\u0649 \u0628\u0647\u0627","description.limitPerSecond":"\u0648\u0639\u0646\u062F\u0645\u0627 \u064A\u062A\u062C\u0627\u0648\u0632 \u0639\u062F\u062F \u0627\u0644\u0637\u0644\u0628\u0627\u062A \u0647\u0630\u0627 \u0627\u0644\u062D\u062F\u060C \u0641\u0625\u0646\u0647 \u0633\u064A\u062F\u062E\u0644 \u0641\u064A \u062D\u0627\u0644\u0629 \u0627\u0644\u0627\u0646\u062A\u0638\u0627\u0631 \u062D\u062A\u0649 \u0628\u062F\u0627\u064A\u0629 \u0627\u0644\u062B\u0627\u0646\u064A\u0629 \u0627\u0644\u062A\u0627\u0644\u064A\u0629. \u0646\u0638\u0631\u064B\u0627 \u0644\u0644\u0642\u064A\u0648\u062F \u0627\u0644\u0645\u062E\u062A\u0644\u0641\u0629 \u0644\u062E\u062F\u0645\u0629 OpenAI \u0627\u0644\u062D\u0627\u0644\u064A\u0629\u060C \u064A\u0631\u062C\u0649 \u0627\u0644\u0646\u0642\u0631 \u0641\u0648\u0642 <1> \u0647\u0646\u0627 \u0639\u0631\u0636 \u0623\u062D\u062F\u062B \u0627\u0644\u0642\u064A\u0645 \u0627\u0644\u0645\u0648\u0635\u0649 \u0628\u0647\u0627","description.generalLimitPerSecond":"\u0648\u0639\u0646\u062F\u0645\u0627 \u064A\u062A\u062C\u0627\u0648\u0632 \u0639\u062F\u062F \u0627\u0644\u0637\u0644\u0628\u0627\u062A \u0647\u0630\u0627 \u0627\u0644\u062D\u062F\u060C \u0641\u0625\u0646\u0647 \u0633\u064A\u062F\u062E\u0644 \u0641\u064A \u062D\u0627\u0644\u0629 \u0627\u0644\u0627\u0646\u062A\u0638\u0627\u0631 \u062D\u062A\u0649 \u0628\u062F\u0627\u064A\u0629 \u0627\u0644\u062B\u0627\u0646\u064A\u0629 \u0627\u0644\u062A\u0627\u0644\u064A\u0629.","description.prompt":"\u062A\u0631\u0633\u0644 \u0627\u0644\u0645\u062D\u0627\u062F\u062B\u0629 \u0625\u0644\u0649 {service} \u0628\u0635\u0641\u0629 \u0627\u0644\u0645\u0633\u062A\u062E\u062F\u0645\u060C \u062D\u064A\u062B \u064A\u0645\u062B\u0644 {{text}} \u0646\u0635 \u0627\u0644\u0641\u0642\u0631\u0629\u060C \u0648\u064A\u0645\u062B\u0644 {{from}} \u0644\u063A\u0629 \u0627\u0644\u0641\u0642\u0631\u0629\u060C \u0648\u064A\u0645\u062B\u0644 {{to}} \u0627\u0644\u0644\u063A\u0629 \u0627\u0644\u0645\u0633\u062A\u0647\u062F\u0641\u0629.","description.maxTextLengthPerRequest":"\u0627\u0644\u062D\u062F \u0627\u0644\u0623\u0642\u0635\u0649 \u0644\u0639\u062F\u062F \u0627\u0644\u0623\u062D\u0631\u0641 \u0644\u0643\u0644 \u0637\u0644\u0628. \u0625\u0630\u0627 \u0643\u0627\u0646 \u0643\u0628\u064A\u0631\u064B\u0627 \u062C\u062F\u064B\u0627\u060C \u0641\u0633\u062A\u062A\u0628\u0627\u0637\u0623 \u0627\u0633\u062A\u062C\u0627\u0628\u0629 \u0627\u0644\u0648\u0627\u062C\u0647\u0629\u060C \u0644\u0630\u0627 \u064A\u0645\u0643\u0646\u0643 \u0645\u062D\u0627\u0648\u0644\u0629 \u0636\u0628\u0637 \u0647\u0630\u0627 \u0627\u0644\u062E\u064A\u0627\u0631 \u0644\u062A\u062D\u0633\u064A\u0646 \u0627\u0644\u0633\u0631\u0639\u0629.","description.systemPrompt":"\u062A\u0645 \u0625\u0631\u0633\u0627\u0644 \u0627\u0644\u062D\u0648\u0627\u0631 \u0625\u0644\u0649 {service} \u0628\u0627\u0633\u0645 \u0627\u0644\u0646\u0638\u0627\u0645\u060C \u062D\u064A\u062B \u064A\u0645\u062B\u0644 {{text}} \u0646\u0635 \u0627\u0644\u0641\u0642\u0631\u0629\u060C \u0648\u064A\u0645\u062B\u0644 {{from}} \u0644\u063A\u0629 \u0627\u0644\u0641\u0642\u0631\u0629\u060C \u0648\u064A\u0645\u062B\u0644 {{to}} \u0627\u0644\u0644\u063A\u0629 \u0627\u0644\u0645\u0633\u062A\u0647\u062F\u0641\u0629.","field.domain":"\u0645\u062C\u0627\u0644","description.domain":"\u0627\u0644\u0627\u0641\u062A\u0631\u0627\u0636\u064A \u0647\u0648\uFF1A\u0639\u0627\u0645. \u0644\u0627 \u064A\u0645\u0643\u0646 \u0636\u0628\u0637\u0647 \u0625\u0644\u0627 \u0639\u0646\u062F \u062A\u0645\u0643\u064A\u0646 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0645\u0633\u062A\u0646\u062F\u0629 \u0625\u0644\u0649 \u0627\u0644\u0645\u062C\u0627\u0644 \u0641\u064A \u0648\u062D\u062F\u0629 \u062A\u062D\u0643\u0645 Youdao API. \u0644\u0644\u062D\u0635\u0648\u0644 \u0639\u0644\u0649 \u0627\u0644\u062D\u0642\u0648\u0644 \u0627\u0644\u0645\u062F\u0639\u0648\u0645\u0629\u060C \u064A\u0631\u062C\u0649 \u0627\u0644\u0627\u0637\u0644\u0627\u0639 \u0639\u0644\u0649 <1> \u0647\u0646\u0627.","field.scene":"\u0645\u0634\u0627\u0647\u062F","description.scene":"\u0627\u0644\u0627\u0641\u062A\u0631\u0627\u0636\u064A \u0647\u0648\uFF1A\u0639\u0627\u0645. \u0644\u0627 \u064A\u0645\u0643\u0646 \u0636\u0628\u0637\u0647 \u0625\u0644\u0627 \u0639\u0646\u062F \u062A\u0646\u0634\u064A\u0637 \u0627\u0644\u0625\u0635\u062F\u0627\u0631 \u0627\u0644\u0627\u062D\u062A\u0631\u0627\u0641\u064A \u0644\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0622\u0644\u064A\u0629 \u0641\u064A \u0648\u062D\u062F\u0629 \u062A\u062D\u0643\u0645 Alibaba Cloud API. \u0631\u0627\u062C\u0639 <1> \u0647\u0646\u0627 \u0644\u0644\u062D\u0635\u0648\u0644 \u0639\u0644\u0649 \u0627\u0644\u0633\u064A\u0646\u0627\u0631\u064A\u0648\u0647\u0627\u062A \u0627\u0644\u0645\u062F\u0639\u0648\u0645\u0629.","field.vocabId":"\u0645\u0639\u0631\u0641 \u0642\u0627\u0645\u0648\u0633 \u0627\u0644\u0645\u0633\u062A\u062E\u062F\u0645","description.vocabId":"\u064A\u062F\u0639\u0645 \u0627\u0644\u0642\u0627\u0645\u0648\u0633 \u0627\u0644\u0645\u062D\u062F\u062F out_id \u062D\u0627\u0644\u064A\u064B\u0627 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0625\u0646\u062C\u0644\u064A\u0632\u064A\u0629 \u0627\u0644\u0635\u064A\u0646\u064A\u0629.","description.model":"\u064A\u0645\u0643\u0646 \u0623\u0646 \u064A\u0643\u0648\u0646 \u0646\u0645\u0648\u0630\u062C OpenAI \u0647\u0648 gpt-3.5-turbo \u0623\u0648 gpt-4 \u0648\u0645\u0627 \u0625\u0644\u0649 \u0630\u0644\u0643.","description.maxTextGroupLengthPerRequest":"\u0639\u062F\u062F \u0627\u0644\u0641\u0642\u0631\u0627\u062A \u0627\u0644\u0645\u0631\u0633\u0644\u0629 \u0625\u0644\u0649 \u062E\u062F\u0645\u0629 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0641\u064A \u0643\u0644 \u0645\u0631\u0629. \u0625\u0630\u0627 \u0643\u0627\u0646 \u0647\u0646\u0627\u0643 \u0639\u062F\u062F \u0643\u0628\u064A\u0631 \u062C\u062F\u064B\u0627 \u0645\u0646 \u0627\u0644\u0641\u0642\u0631\u0627\u062A\u060C \u0641\u0642\u062F \u062A\u062A\u0628\u0627\u0637\u0623 \u0627\u0633\u062A\u062C\u0627\u0628\u0629 \u0627\u0644\u0648\u0627\u062C\u0647\u0629.","description.apiUrl":"\u0627\u0644\u0631\u062C\u0627\u0621 \u0625\u0636\u0627\u0641\u0629 \u0639\u0646\u0648\u0627\u0646 URL \u0645\u062D\u062F\u062F \u0645\u0639 \u0627\u0644\u0645\u0633\u0627\u0631\u060C <1> \u0627\u0644\u0645\u0632\u064A\u062F \u0645\u0646 \u0627\u0644\u062A\u0639\u0644\u064A\u0645\u0627\u062A",enabledExtension:"\u062A\u0645\u0643\u064A\u0646 \u0627\u0644\u062A\u0645\u062F\u064A\u062F",clickToDisableExtension:"\u0627\u0646\u0642\u0631 \u0644\u062A\u0639\u0637\u064A\u0644 \u0627\u0644\u062A\u0645\u062F\u064A\u062F",clickToEnableExtension:"\u0627\u0646\u0642\u0631 \u0644\u062A\u0645\u0643\u064A\u0646 \u0627\u0644\u062A\u0645\u062F\u064A\u062F",hasBeenDisabled:"\u0639\u0627\u062C\u0632","show password":"\u0639\u0631\u0636 \u0643\u0644\u0645\u0629 \u0627\u0644\u0645\u0631\u0648\u0631",customContent:"\u0623\u062F\u062E\u0644 \u0627\u0633\u0645 \u0627\u0644\u0646\u0645\u0648\u0630\u062C \u0627\u0644\u0645\u062E\u0635\u0635",inputOptions:"\u062A\u062D\u0633\u064A\u0646 \u0635\u0646\u062F\u0648\u0642 \u0627\u0644\u0625\u062F\u062E\u0627\u0644",mouseHoverOptions:"\u062A\u0645\u0631\u064A\u0631 \u0627\u0644\u0645\u0627\u0648\u0633",modifyMouseHoverKey:"\u062A\u0639\u062F\u064A\u0644 \u0645\u0641\u0627\u062A\u064A\u062D \u0627\u0644\u0627\u062E\u062A\u0635\u0627\u0631 \u0627\u0644\u062E\u0627\u0635\u0629 \u0628\u0627\u0644\u0645\u0627\u0648\u0633",enableInputTranslation:"\u0645\u0627 \u0625\u0630\u0627 \u0643\u0627\u0646 \u0633\u064A\u062A\u0645 \u062A\u0645\u0643\u064A\u0646 \u062A\u062D\u0633\u064A\u0646 \u0645\u0631\u0628\u0639 \u0627\u0644\u0625\u062F\u062E\u0627\u0644",enableInputTranslationDescription:"\u0628\u0639\u062F{trailingKey}\u060C \u0623\u062F\u062E\u0644 \u0645\u0628\u0627\u0634\u0631\u0629 {startingKey}{startingKey} hello \u0641\u064A \u0645\u0631\u0628\u0639 \u0627\u0644\u0625\u062F\u062E\u0627\u0644\u060C \u062B\u0645 \u0627\u0646\u0642\u0631 \u0633\u0631\u064A\u0639\u064B\u0627 \u0641\u0648\u0642{inputTrailingTriggerKeyRepeatTimes}\u0645\u0631\u062A\u064A\u0646 \u0644\u062A\u0631\u062C\u0645\u062A\u0647 \u0625\u0644\u0649 {inputTargetLanguage}",enableInputTranslationDescriptionForNoneKey:"{trailingKey}\u062A\u0645\u0643\u064A\u0646\u0647\u060C \u0623\u062F\u062E\u0644 \u0645\u0628\u0627\u0634\u0631\u0629\uFF1Ahelloworld \u0641\u064A \u0645\u0631\u0628\u0639 \u0627\u0644\u0625\u062F\u062E\u0627\u0644\u060C \u062B\u0645 \u0627\u0646\u0642\u0631 \u0628\u0633\u0631\u0639\u0629{inputTrailingTriggerKeyRepeatTimes}\u0644\u0644\u062A\u0631\u062C\u0645\u0629 \u0625\u0644\u0649 \u0627\u0644\u0644\u063A\u0629 \u0627\u0644\u0645\u0633\u062A\u0647\u062F\u0641\u0629 \u0627\u0644\u0627\u0641\u062A\u0631\u0627\u0636\u064A\u0629.",inputTargetLanguage:"\u0642\u0645 \u0628\u062A\u0639\u064A\u064A\u0646 \u0627\u0644\u0644\u063A\u0629 \u0627\u0644\u0647\u062F\u0641 \u0627\u0644\u0627\u0641\u062A\u0631\u0627\u0636\u064A\u0629 \u0644\u0645\u0631\u0628\u0639 \u0627\u0644\u0625\u062F\u062E\u0627\u0644",inputTargetLanguageDescription:"\u0627\u0644\u0644\u063A\u0629 \u0627\u0644\u0647\u062F\u0641 \u0627\u0644\u0627\u0641\u062A\u0631\u0627\u0636\u064A\u0629 \u0644\u062A\u0631\u062C\u0645\u0629 \u0645\u0631\u0628\u0639 \u0627\u0644\u0625\u062F\u062E\u0627\u0644\u060C \u0648\u0647\u064A {startingKey}{startingKey} \u0643\u0644\u063A\u0629 \u0627\u0641\u062A\u0631\u0627\u0636\u064A\u0629 \u0644\u0643\u0644\u0645\u0627\u062A \u0627\u0644\u062A\u0634\u063A\u064A\u0644",inputTargetLanguageDescriptionForNoneKey:"\u0627\u0644\u0644\u063A\u0629 \u0627\u0644\u0647\u062F\u0641 \u0627\u0644\u0627\u0641\u062A\u0631\u0627\u0636\u064A\u0629 \u0644\u062A\u0631\u062C\u0645\u0627\u062A \u0645\u0631\u0628\u0639 \u0627\u0644\u0625\u062F\u062E\u0627\u0644",inputStartingTriggerKeyTitle:"\u0642\u0645 \u0628\u062A\u0639\u064A\u064A\u0646 \u0627\u0644\u0623\u062D\u0631\u0641 \u0627\u0644\u0645\u0642\u0633\u0645\u0629 \u0644\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u062C\u0632\u0626\u064A\u0629 \u0644\u0645\u0631\u0628\u0639 \u0627\u0644\u0625\u062F\u062E\u0627\u0644",inputStartingTriggerKeyDescription:"\u0639\u0646\u062F\u0645\u0627 \u0644\u0627 \u062A\u062D\u062A\u0627\u062C \u0625\u0644\u0649 \u062A\u0631\u062C\u0645\u0629 \u0645\u0631\u0628\u0639 \u0627\u0644\u0625\u062F\u062E\u0627\u0644 \u0628\u0623\u0643\u0645\u0644\u0647\u060C \u064A\u062A\u064A\u062D \u0644\u0643 \u0627\u0644\u0645\u062D\u062F\u062F \u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u062C\u0632\u0621 \u0641\u0642\u0637 {startingKey}{startingKey} \u0625\u0644\u0649 \u0646\u0647\u0627\u064A\u0629 \u0645\u0631\u0628\u0639 \u0627\u0644\u0625\u062F\u062E\u0627\u0644\u060C \u0623\u0648 \u064A\u0645\u0643\u0646\u0643 \u062A\u062D\u062F\u064A\u062F \u0631\u0645\u0632 \u0627\u0644\u0644\u063A\u0629\u060C \u0639\u0644\u0649 \u0633\u0628\u064A\u0644 \u0627\u0644\u0645\u062B\u0627\u0644\u060C\uFF1A{startingKey}ja \u062A\u0639\u0646\u064A \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0641\u0642\u0637 \u0627\u0644\u062C\u0632\u0621 \u0645\u0646 {startingKey}\u062C\u0627 \u0625\u0644\u0649 \u0646\u0647\u0627\u064A\u0629 \u0645\u0631\u0628\u0639 \u0627\u0644\u0625\u062F\u062E\u0627\u0644.",inputStartingTriggerKeyDescriptionForNoneKey:"\u062A\u0645 \u0636\u0628\u0637\u0647 \u062D\u0627\u0644\u064A\u064B\u0627 \u0628\u062D\u064A\u062B \u0644\u0627 \u064A\u062A\u0637\u0644\u0628 \u0623\u064A \u0628\u0627\u062F\u0626\u0629\u060C \u0648\u0628\u0639\u0636 \u0648\u0638\u0627\u0626\u0641 \u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0646\u0635 \u0641\u064A \u0645\u0631\u0628\u0639 \u0627\u0644\u0625\u062F\u062E\u0627\u0644 \u063A\u064A\u0631 \u0645\u062A\u0627\u062D\u0629 \u0645\u0624\u0642\u062A\u064B\u0627.",inputTrailingTriggerKeyTitle:"\u062D\u062F\u062F \u062D\u0631\u0641 \u0627\u0644\u0645\u0634\u063A\u0644 \u0627\u0644\u0630\u064A \u064A\u0646\u0647\u064A \u0627\u0644\u0625\u062F\u062E\u0627\u0644",inputTrailingTriggerKeyDescription:"\u0633\u064A\u0624\u062F\u064A \u0627\u0644\u0636\u063A\u0637 \u0639\u0644\u0649{trailingKey} 3 \u0645\u0631\u0627\u062A \u0641\u064A \u062A\u062A\u0627\u0628\u0639 \u0633\u0631\u064A\u0639 \u0625\u0644\u0649 \u0628\u062F\u0621 \u0627\u0644\u062A\u0631\u062C\u0645\u0629",inputTrailingTriggerKeyTimeout:"\u0623\u062F\u062E\u0644 \u0627\u0644\u0641\u0627\u0635\u0644 \u0627\u0644\u0632\u0645\u0646\u064A \u0628\u064A\u0646 \u0627\u0644\u0645\u0634\u063A\u0644\u0627\u062A \u0644\u0625\u0646\u0647\u0627\u0621 \u0627\u0644\u062A\u062D\u0631\u064A\u0631 \u0648\u0627\u0644\u0633\u0631\u062F.",inputTrailingTriggerKeyTimeoutDescription:"\u0642\u0645 \u0628\u062A\u0639\u064A\u064A\u0646 \u0627\u0644\u0641\u0627\u0635\u0644 \u0627\u0644\u0632\u0645\u0646\u064A (\u0645\u0644\u064A \u062B\u0627\u0646\u064A\u0629) \u0644\u0644\u0625\u062F\u062E\u0627\u0644 \u0644\u0625\u0646\u0647\u0627\u0621 \u0645\u0634\u063A\u0644 \u0627\u0644\u062A\u062D\u0631\u064A\u0631 \u0648\u0627\u0644\u0633\u0631\u062F",spaceKey:"<\u0645\u0633\u0627\u0641\u0629>",noneKey:"\u0644\u0627 \u062A\u0648\u062C\u062F \u062D\u0627\u062C\u0629 \u0625\u0644\u0649 \u0628\u0627\u062F\u0626\u0629\u060C \u0642\u0645 \u0628\u062A\u0631\u062C\u0645\u0629 \u0645\u0631\u0628\u0639 \u0627\u0644\u0646\u0635 \u0628\u0627\u0644\u0643\u0627\u0645\u0644 \u0645\u0628\u0627\u0634\u0631\u0629\u064B",inputTranslationBlockUrlsTitle:"\u0644\u0627 \u062A\u0642\u0645 \u0645\u0637\u0644\u0642\u064B\u0627 \u0628\u062A\u0645\u0643\u064A\u0646 \u062A\u062D\u0633\u064A\u0646\u0627\u062A \u062D\u0642\u0644 \u0627\u0644\u0625\u062F\u062E\u0627\u0644 \u0641\u064A \u0639\u0646\u0627\u0648\u064A\u0646 URL",inputTranslationBlockUrlsDescription:"\u0641\u064A \u0639\u0646\u0627\u0648\u064A\u0646 URL \u0627\u0644\u062A\u0627\u0644\u064A\u0629\u060C \u0644\u0646 \u064A\u0635\u0628\u062D \u062A\u062D\u0633\u064A\u0646 \u0645\u0631\u0628\u0639 \u0627\u0644\u0625\u062F\u062E\u0627\u0644 \u0633\u0627\u0631\u064A \u0627\u0644\u0645\u0641\u0639\u0648\u0644",clickToSeeQuickDemo:"\u0627\u0646\u0642\u0631 \u0644\u062A\u0648\u0633\u064A\u0639 \u0641\u064A\u062F\u064A\u0648 \u0627\u0644\u062A\u0639\u0644\u064A\u0645\u0627\u062A \u0627\u0644\u0633\u0631\u064A\u0639\u0629 \u0644\u0645\u062F\u0629 30 \u062B\u0627\u0646\u064A\u0629",inputHelperInfo:"\u0645\u0644\u0627\u062D\u0638\u0629\uFF1A: \u0644\u0642\u062F \u0642\u0645\u0646\u0627 \u0628\u062A\u062D\u0633\u064A\u0646 \u0627\u0644\u0645\u0634\u0643\u0644\u0629 \u0639\u0644\u0649 \u0648\u062C\u0647 \u0627\u0644\u062A\u062D\u062F\u064A\u062F \u062D\u064A\u062B \u062A\u062A\u062D\u0648\u0644 \u0628\u0639\u0636 \u0623\u062D\u0631\u0641 \u0627\u0644\u062A\u0634\u063A\u064A\u0644 \u0625\u0644\u0649 \u0639\u0644\u0627\u0645\u0627\u062A \u062A\u0631\u0642\u064A\u0645 \u0635\u064A\u0646\u064A\u0629 \u0636\u0645\u0646 \u0637\u0631\u064A\u0642\u0629 \u0627\u0644\u0625\u062F\u062E\u0627\u0644 \u0627\u0644\u0635\u064A\u0646\u064A\u0629. \u0639\u0644\u0649 \u0633\u0628\u064A\u0644 \u0627\u0644\u0645\u062B\u0627\u0644\u060C \u0636\u0645\u0646 \u0637\u0631\u064A\u0642\u0629 \u0627\u0644\u0625\u062F\u062E\u0627\u0644 Sogou\u060C / \u0633\u0648\u0641 \u062A\u062A\u062D\u0648\u0644 \u0625\u0644\u0649 \u062A\u0648\u0642\u0641 \u0645\u0624\u0642\u062A\u060C \u0648\u062A\u062F\u0639\u0645 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u063A\u0627\u0645\u0631\u0629 \u062C\u0645\u064A\u0639 \u0627\u0644\u0631\u0645\u0648\u0632 \u0627\u0644\u0635\u064A\u0646\u064A\u0629 \u0627\u0644\u0645\u0642\u0627\u0628\u0644\u0629 \u0644\u0640 \u0633\u064A\u062A\u0645 \u0627\u0644\u062A\u0639\u0631\u0641 \u0639\u0644\u0649 \u0623\u062D\u0631\u0641 \u0627\u0644\u062A\u0634\u063A\u064A\u0644\u060C \u0623\u064A //\u060C \u0639\u0644\u0649 \u0623\u0646\u0647\u0627 \u0623\u062D\u0631\u0641 \u062A\u0634\u063A\u064A\u0644.

\u0641\u064A \u0627\u0644\u0648\u0642\u062A \u0646\u0641\u0633\u0647\u060C \u0646\u062F\u0639\u0645 \u0623\u064A\u0636\u064B\u0627 \u0627\u0644\u0623\u0633\u0645\u0627\u0621 \u0627\u0644\u0635\u064A\u0646\u064A\u0629 \u0627\u0644\u0645\u0633\u062A\u0639\u0627\u0631\u0629 \u0644\u0631\u0645\u0648\u0632 \u0627\u0644\u0644\u063A\u0629 \u0643\u0623\u0648\u0627\u0645\u0631. \u0639\u0644\u0649 \u0633\u0628\u064A\u0644 \u0627\u0644\u0645\u062B\u0627\u0644\u060C \u0633\u062A\u062A\u0645 \u062A\u0631\u062C\u0645\u0629 /Japanese Hello World \u0625\u0644\u0649 \u0627\u0644\u064A\u0627\u0628\u0627\u0646\u064A\u0629. <1> \u0627\u0646\u0642\u0631 \u0647\u0646\u0627 \u0644\u0639\u0631\u0636 \u0643\u0627\u0641\u0629 \u0631\u0645\u0648\u0632 \u0627\u0644\u0644\u063A\u0627\u062A \u0627\u0644\u0645\u062F\u0639\u0648\u0645\u0629. .",reloadCurrentPage:"\u064A\u0631\u062C\u0649 \u062A\u062D\u062F\u064A\u062B \u0627\u0644\u0635\u0641\u062D\u0629 \u0627\u0644\u062D\u0627\u0644\u064A\u0629 \u0642\u0628\u0644 \u0628\u062F\u0621 \u0627\u0644\u062A\u0631\u062C\u0645\u0629",noLocalFilePermissionForPDF:"\u0644\u064A\u0633 \u0644\u062F\u064A\u0646\u0627 \u062D\u0627\u0644\u064A\u064B\u0627 \u0625\u0630\u0646 \u0628\u0642\u0631\u0627\u0621\u0629 \u0627\u0644\u0645\u0644\u0641\u0627\u062A \u0627\u0644\u0645\u062D\u0644\u064A\u0629. \u0627\u0644\u0631\u062C\u0627\u0621 \u0627\u0644\u0646\u0642\u0631 \u0641\u0648\u0642 \u0627\u0644\u0632\u0631 \u0623\u0639\u0644\u0627\u0647 \u0648\u0627\u0633\u062A\u064A\u0631\u0627\u062F \u0627\u0644\u0645\u0644\u0641\u0627\u062A \u0627\u0644\u0645\u062D\u0644\u064A\u0629.",noPermissionForThisPage:"\u26A0\uFE0F \u0644\u0627 \u064A\u0648\u062C\u062F \u0625\u0630\u0646 \u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0635\u0641\u062D\u0629 \u0627\u0644\u062D\u0627\u0644\u064A\u0629",retryAllParagraphs:"\u0623\u0639\u062F \u0645\u062D\u0627\u0648\u0644\u0629 \u0643\u0627\u0641\u0629 \u0641\u0642\u0631\u0627\u062A \u0627\u0644\u062E\u0637\u0623",retryAllButton:"\u0623\u0639\u062F \u0645\u062D\u0627\u0648\u0644\u0629 \u0643\u0627\u0641\u0629 \u0641\u0642\u0631\u0627\u062A \u0627\u0644\u062E\u0637\u0623",errorTooltipTitle:"\u0627\u0646\u0642\u0631 \u0644\u0639\u0631\u0636 \u0633\u0628\u0628 \u0627\u0644\u062E\u0637\u0623",errorModalTitle:"\u064A\u0628\u062F\u0648 \u0623\u0646 \u0647\u0646\u0627\u0643 \u062E\u0637\u0623 \u0645\u0627 \u0641\u064A \u062E\u062F\u0645\u0629 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0623\u0648 \u0627\u0644\u0634\u0628\u0643\u0629...",disableConfirm:"\u0625\u0639\u062F\u0627\u062F\u0627\u062A \u062A\u0639\u0632\u064A\u0632 \u0627\u0644\u0645\u0639\u0644\u0648\u0645\u0627\u062A \u062B\u0646\u0627\u0626\u064A\u0629 \u0627\u0644\u0644\u063A\u0629",disableOnce:"\u0645\u0639\u0637\u0644\u0629 \u0647\u0630\u0647 \u0627\u0644\u0645\u0631\u0629",disableGlobal:"\u062A\u0639\u0637\u064A\u0644 \u062F\u0627\u0626\u0645",disableTint:"* \u064A\u0645\u0643\u0646\u0643 \u0625\u0639\u0627\u062F\u0629 \u062A\u0645\u0643\u064A\u0646\u0647 \u0641\u064A {option}.",searchEnhancementNotes:"\u0644\u0642\u062F \u0648\u062C\u062F\u0646\u0627 \u0623\u0646 \u0646\u062A\u0627\u0626\u062C \u0627\u0644\u0623\u062E\u0628\u0627\u0631 \u0644\u0644\u0643\u0644\u0645\u0627\u062A \u0627\u0644\u0631\u0626\u064A\u0633\u064A\u0629 \u0627\u0644\u0635\u064A\u0646\u064A\u0629 \u0648\u0627\u0644\u0643\u0644\u0645\u0627\u062A \u0627\u0644\u0631\u0626\u064A\u0633\u064A\u0629 \u0627\u0644\u0625\u0646\u062C\u0644\u064A\u0632\u064A\u0629 \u0645\u062E\u062A\u0644\u0641\u0629 \u062A\u0645\u0627\u0645\u064B\u0627. \u0628\u0639\u062F \u062A\u0645\u0643\u064A\u0646 \u0648\u0638\u064A\u0641\u0629 \u062A\u062D\u0633\u064A\u0646 \u0627\u0644\u0645\u0639\u0644\u0648\u0645\u0627\u062A \u062B\u0646\u0627\u0626\u064A\u0629 \u0627\u0644\u0644\u063A\u0629 \u0644\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u063A\u0627\u0645\u0631\u0629\u060C \u0633\u0646\u0628\u062D\u062B \u0641\u064A \u0645\u0648\u0627\u0642\u0639 \u0627\u0644\u0648\u064A\u0628 \u0627\u0644\u0645\u062F\u0639\u0648\u0645\u0629 (\u0623\u062E\u0628\u0627\u0631 Google\u060C \u0628\u062D\u062B Google (\u0628\u0639\u0636 \u0627\u0644\u0643\u0644\u0645\u0627\u062A \u0627\u0644\u0631\u0626\u064A\u0633\u064A\u0629)\u060C Snowball\u060C Oriental Fortune Network\u060C Futu \u060C Tiger) \u064A\u0628\u062D\u062B \u062A\u0644\u0642\u0627\u0626\u064A\u064B\u0627 \u0639\u0646 \u0646\u0641\u0633 \u0627\u0644\u0643\u0644\u0645\u0627\u062A \u0627\u0644\u0631\u0626\u064A\u0633\u064A\u0629 \u0628\u0627\u0644\u0644\u063A\u0629 \u0627\u0644\u0625\u0646\u062C\u0644\u064A\u0632\u064A\u0629 \u0648\u064A\u0639\u0631\u0636\u0647\u0627 \u0639\u0644\u0649 \u0627\u0644\u064A\u0645\u064A\u0646. \u0625\u0630\u0627 \u0644\u0645 \u062A\u0643\u0646 \u0628\u062D\u0627\u062C\u0629 \u0625\u0644\u0649 \u0647\u0630\u0647 \u0627\u0644\u0645\u064A\u0632\u0629\u060C \u0641\u064A\u0645\u0643\u0646\u0643 \u0627\u062E\u062A\u064A\u0627\u0631 \u062A\u0639\u0637\u064A\u0644\u0647\u0627.",option:"\u064A\u062B\u0628\u062A",saveSettings:"\u0627\u062D\u0641\u0638 \u0627\u0644\u062A\u063A\u064A\u064A\u0631\u0627\u062A",closeModal:"\u0623\u063A\u0644\u0642 \u0627\u0644\u0646\u0627\u0641\u0630\u0629",enableInputTranslationWithoutTriggerKeyTitle:"\u062A\u0645\u0643\u064A\u0646 \u0627\u0644\u062A\u062D\u0631\u064A\u0631 \u0648\u0627\u0644\u0633\u0631\u062F \u0627\u0644\u0633\u0631\u064A\u0639 3 \u0645\u0631\u0627\u062A{trailingKey}\u060C \u0648\u062A\u0631\u062C\u0645\u0629 \u0645\u0631\u0628\u0639 \u0627\u0644\u0625\u062F\u062E\u0627\u0644 \u0628\u0623\u0643\u0645\u0644\u0647 \u0645\u0628\u0627\u0634\u0631\u0629 \u0625\u0644\u0649{inputTargetLanguage}",enableInputTranslationWithoutTriggerKeyDescription:"\u0625\u0630\u0627 \u0643\u0646\u062A \u0628\u062D\u0627\u062C\u0629 \u0625\u0644\u0649 \u062A\u062D\u062F\u064A\u062F \u0627\u0644\u0644\u063A\u0629 \u0627\u0644\u0645\u0633\u062A\u0647\u062F\u0641\u0629\u060C \u0641\u064A\u0631\u062C\u0649 \u0625\u0636\u0627\u0641\u0629 \u0631\u0645\u0632 \u0627\u0644\u0644\u063A\u0629 \u0641\u064A \u0627\u0644\u0645\u0642\u062F\u0645\u0629\u060C \u0645\u062B\u0644\uFF1Aja Hello World",mouseHoverShortcutPlaceholder:"\u0645\u062B\u0644\uFF1A\u0627\u0644\u062A\u062D\u0648\u0644",deepLProName:"\u0639\u0636\u0648 \u0645\u062D\u062A\u0631\u0641 \u0641\u064A \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0634\u0627\u0645\u0644\u0629 (\u0645\u0633\u062A\u062D\u0633\u0646)",deepLProDescription:"\u064A\u0645\u0643\u0646 \u0627\u0633\u062A\u062E\u062F\u0627\u0645 \u0627\u0644\u062D\u0632\u0645\u0629 \u0627\u0644\u062D\u0627\u0644\u064A\u0629 \u0645\u0628\u0627\u0634\u0631\u0629",deeplProDescriptionForNormal:"\u0644\u0627 \u062A\u0648\u062C\u062F \u0625\u0639\u062F\u0627\u062F\u0627\u062A \u0645\u0637\u0644\u0648\u0628\u0629. \u064A\u0645\u0643\u0646\u0643 \u0627\u0633\u062A\u062E\u062F\u0627\u0645\u0647\u0627 \u0628\u0639\u062F \u062A\u0633\u062C\u064A\u0644 \u0627\u0644\u062F\u062E\u0648\u0644 \u0643\u0639\u0636\u0648. <1> \u0627\u0646\u0642\u0631 \u0647\u0646\u0627 \u0644\u0644\u062A\u0631\u0642\u064A\u0629 \u0625\u0644\u0649 \u0639\u0636\u0648.",deepLCustomDescription:"\u0623\u0646\u062A \u0628\u062D\u0627\u062C\u0629 \u0625\u0644\u0649 \u0628\u0637\u0627\u0642\u0629 \u0627\u0626\u062A\u0645\u0627\u0646 \u0623\u062C\u0646\u0628\u064A\u0629\u060C \u0627\u0646\u062A\u0642\u0644 \u0625\u0644\u0649 <1>DeepL \u062A\u0645 \u0641\u062A\u062D\u0647 \u0631\u0633\u0645\u064A\u064B\u0627\u060C \u0627\u0646\u0642\u0631 \u0644\u0639\u0631\u0636 \u0627\u0644\u0645\u0633\u062A\u0646\u062F\u0627\u062A <2>",deepLCustomName:"\u0645\u0641\u062A\u0627\u062D \u0627\u0644\u0645\u0635\u0627\u062F\u0642\u0629 \u0627\u0644\u0645\u062E\u0635\u0635",chooseProviderLabel:"\u0627\u062E\u062A\u0631 \u0645\u0632\u0648\u062F \u0627\u0644\u062E\u062F\u0645\u0629",openaiProName:"\u0639\u0636\u0648 \u0645\u062D\u062A\u0631\u0641 \u0641\u064A \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0634\u0627\u0645\u0644\u0629 (\u0645\u0633\u062A\u062D\u0633\u0646)",openaiProDescription:"\u064A\u0645\u0643\u0646 \u0627\u0633\u062A\u062E\u062F\u0627\u0645 \u0627\u0644\u062D\u0632\u0645\u0629 \u0627\u0644\u062D\u0627\u0644\u064A\u0629 \u0645\u0628\u0627\u0634\u0631\u0629",openaiProDescriptionForNormal:"\u0644\u0627 \u062A\u0648\u062C\u062F \u0625\u0639\u062F\u0627\u062F\u0627\u062A \u0645\u0637\u0644\u0648\u0628\u0629. \u064A\u0645\u0643\u0646\u0643 \u0627\u0633\u062A\u062E\u062F\u0627\u0645\u0647\u0627 \u0628\u0639\u062F \u062A\u0633\u062C\u064A\u0644 \u0627\u0644\u062F\u062E\u0648\u0644 \u0643\u0639\u0636\u0648. <1> \u0627\u0646\u0642\u0631 \u0647\u0646\u0627 \u0644\u0644\u062A\u0631\u0642\u064A\u0629 \u0625\u0644\u0649 \u0639\u0636\u0648.",openaiCustomDescription:"\u064A\u0645\u0643\u0646 \u0627\u0644\u062D\u0635\u0648\u0644 \u0639\u0644\u064A\u0647 \u0645\u0646 OpenAI \u0623\u0648 Azure OpenAI \u0623\u0648 \u062E\u062F\u0645\u0627\u062A \u0623\u062E\u0631\u0649 \u062A\u0627\u0628\u0639\u0629 \u0644\u062C\u0647\u0627\u062A \u062E\u0627\u0631\u062C\u064A\u0629.<1> \u0627\u0646\u0642\u0631 \u0647\u0646\u0627 \u0644\u0639\u0631\u0636 \u0627\u0644\u0645\u0633\u062A\u0646\u062F.",openaiCustomName:"\u0645\u0641\u062A\u0627\u062D \u0648\u0627\u062C\u0647\u0629 \u0628\u0631\u0645\u062C\u0629 \u0627\u0644\u062A\u0637\u0628\u064A\u0642\u0627\u062A \u0627\u0644\u0645\u062E\u0635\u0635",needLoginAction:"(\u0623\u062F\u062E\u0644 \u0627\u0644\u0639\u0636\u0648\u064A\u0629 \u0623\u0648 \u0627\u0644\u062A\u062E\u0635\u064A\u0635)",goLoginOrAction:"(\u0623\u062F\u062E\u0644 \u0627\u0644\u0639\u0636\u0648\u064A\u0629 \u0623\u0648 \u0627\u0630\u0647\u0628 \u0625\u0644\u0649 \u0627\u0644\u0625\u0639\u062F\u0627\u062F\u0627\u062A)",yearly:"\u0627\u0644\u0627\u0634\u062A\u0631\u0627\u0643 \u0627\u0644\u0633\u0646\u0648\u064A \u0627\u0644\u0645\u0633\u062A\u0645\u0631",quarterly:"\u0645\u0648\u0627\u0633\u0645 \u0645\u062A\u062A\u0627\u0644\u064A\u0629",monthly:"\u0627\u0634\u062A\u0631\u0627\u0643 \u0634\u0647\u0631\u064A \u0645\u0633\u062A\u0645\u0631",yearlyForOnce:"\u0627\u0644\u0628\u0627\u0642\u0629 \u0627\u0644\u0633\u0646\u0648\u064A\u0629 \u0644\u0645\u0631\u0629 \u0648\u0627\u062D\u062F\u0629",monthlyForOnce:"\u0628\u0627\u0642\u0629 \u0634\u0647\u0631\u064A\u0629 \u0644\u0645\u0631\u0629 \u0648\u0627\u062D\u062F\u0629",daily:"\u0623\u064A\u0627\u0645 \u0645\u062A\u062A\u0627\u0644\u064A\u0629",year:"\u0627\u0644\u0627\u0634\u062A\u0631\u0627\u0643 \u0627\u0644\u0633\u0646\u0648\u064A \u0627\u0644\u0645\u0633\u062A\u0645\u0631",quarter:"\u0645\u0648\u0627\u0633\u0645 \u0645\u062A\u062A\u0627\u0644\u064A\u0629",month:"\u0627\u0634\u062A\u0631\u0627\u0643 \u0634\u0647\u0631\u064A \u0645\u0633\u062A\u0645\u0631",day:"\u0623\u064A\u0627\u0645 \u0645\u062A\u062A\u0627\u0644\u064A\u0629",onetime_7day:"\u062D\u0632\u0645\u0629 \u062A\u062C\u0631\u064A\u0628\u064A\u0629 \u0644\u0645\u062F\u0629 7 \u0623\u064A\u0627\u0645",currentPlanDescriptionForFree:"\u0627\u0644\u062D\u0632\u0645\u0629 \u0627\u0644\u062D\u0627\u0644\u064A\u0629\uFF1A\u0645\u062C\u0627\u0646\u064A\u0629",currentPlanDescriptionForContinuous:"\u0627\u0644\u0628\u0627\u0642\u0629 \u0627\u0644\u062D\u0627\u0644\u064A\u0629\uFF1A{plan}\u062A\u062C\u062F\u064A\u062F\u0647\u0627 \u062A\u0644\u0642\u0627\u0626\u064A\u0627 \u0641\u064A {endAt}",currentPlanDescriptionForAutoRenewCaceling:"\u0627\u0644\u0628\u0627\u0642\u0629 \u0627\u0644\u062D\u0627\u0644\u064A\u0629\uFF1A{plan}\u0648\u0633\u062A\u0646\u062A\u0647\u064A \u0641\u064A {endAt} \u0648\u0644\u0646 \u064A\u062A\u0645 \u062A\u062C\u062F\u064A\u062F\u0647\u0627 \u062A\u0644\u0642\u0627\u0626\u064A\u064B\u0627 \u0628\u0639\u062F \u0627\u0646\u062A\u0647\u0627\u0621 \u0627\u0644\u0635\u0644\u0627\u062D\u064A\u0629.",currentYearlyPlanDescriptionForAutoRenewCacelingWithRealPaiedUser:"\u0633\u062A\u0646\u062A\u0647\u064A \u0635\u0644\u0627\u062D\u064A\u0629 \u0627\u0644\u062D\u0632\u0645\u0629 \u0627\u0644\u062D\u0627\u0644\u064A\u0629\uFF1A{plan}\u0641\u064A {endAt} \u0648\u0644\u0646 \u064A\u062A\u0645 \u062A\u062C\u062F\u064A\u062F\u0647\u0627 \u062A\u0644\u0642\u0627\u0626\u064A\u064B\u0627 \u0628\u0639\u062F \u0627\u0646\u062A\u0647\u0627\u0621 \u0627\u0644\u0635\u0644\u0627\u062D\u064A\u0629.
<1>\u0627\u0646\u0642\u0631 \u0647\u0646\u0627 \u0644\u0625\u062F\u0627\u0631\u0629 \u062E\u0637\u0637 \u0627\u0644\u062A\u062C\u062F\u064A\u062F",currentYearlyPlanDescriptionForAutoRenewCacelingWithAdmin:"\u0633\u062A\u0646\u062A\u0647\u064A \u0635\u0644\u0627\u062D\u064A\u0629 \u0627\u0644\u062D\u0632\u0645\u0629 \u0627\u0644\u062D\u0627\u0644\u064A\u0629\uFF1A{plan}\u0641\u064A {endAt} \u0648\u0644\u0646 \u064A\u062A\u0645 \u062A\u062C\u062F\u064A\u062F\u0647\u0627 \u062A\u0644\u0642\u0627\u0626\u064A\u064B\u0627 \u0628\u0639\u062F \u0627\u0646\u062A\u0647\u0627\u0621 \u0627\u0644\u0635\u0644\u0627\u062D\u064A\u0629.
<1>\u0627\u0636\u063A\u0637 \u0647\u0646\u0627 \u0644\u062A\u0641\u0639\u064A\u0644 \u0627\u0644\u0627\u0634\u062A\u0631\u0627\u0643 \u0627\u0644\u0633\u0646\u0648\u064A \u0627\u0644\u0645\u0633\u062A\u0645\u0631",currentPlanDescriptionForOneTime:"\u0627\u0644\u062D\u0632\u0645\u0629 \u0627\u0644\u062D\u0627\u0644\u064A\u0629\uFF1A{plan}\u0648\u0633\u062A\u0646\u062A\u0647\u064A \u0641\u064A {endAt} <1> \u0627\u0646\u0642\u0631 \u0647\u0646\u0627 \u0644\u0644\u062A\u0631\u0642\u064A\u0629 \u0625\u0644\u0649 \u0627\u0644\u0631\u0633\u0648\u0645 \u0627\u0644\u0633\u0646\u0648\u064A\u0629 \u0623\u0648 <2> \u0631\u0633\u0648\u0645 \u0634\u0647\u0631\u064A\u0629 \u0639\u0636\u0648",upgradePlan:"\u0627\u0646\u0642\u0631 \u0647\u0646\u0627 \u0644\u0644\u062A\u0631\u0642\u064A\u0629 \u0625\u0644\u0649 \u0639\u0636\u0648\u064A\u0629 Pro",upgradeToPro:"\u0627\u0644\u062A\u0631\u0642\u064A\u0629 \u0625\u0644\u0649 \u0639\u0636\u0648\u064A\u0629 \u0628\u0631\u0648","popup.openPro":"\u0628\u0639\u062F \u0627\u0644\u062A\u0631\u0642\u064A\u0629 \u0625\u0644\u0649 \u0639\u0636\u0648\u064A\u0629 Pro\u060C \u064A\u0645\u0643\u0646\u0643 \u0627\u0644\u0627\u0633\u062A\u0645\u062A\u0627\u0639 \u0628\u062A\u0631\u062C\u0645\u0629 DeepL \u0648OpenAI\u060C \u0627\u0646\u0642\u0631 \u0647\u0646\u0627 \u0644\u0644\u062A\u0631\u0642\u064A\u0629","popup.openProForPro":"\u0623\u0646\u062A \u0639\u0636\u0648 \u0645\u062D\u062A\u0631\u0641 \u0648\u064A\u0645\u0643\u0646\u0643 \u0627\u0633\u062A\u062E\u062F\u0627\u0645 \u062A\u0631\u062C\u0645\u0629 DeepL \u0648OpenAI \u0645\u0628\u0627\u0634\u0631\u0629",currentAccount:"\u0627\u0644\u062D\u0633\u0627\u0628 \u0627\u0644\u062D\u0627\u0644\u064A",enableAutoSyncUserSettings:"\u062A\u0645\u0643\u064A\u0646 \u0627\u0644\u0645\u0632\u0627\u0645\u0646\u0629 \u0627\u0644\u0633\u062D\u0627\u0628\u064A\u0629 \u0627\u0644\u062A\u0644\u0642\u0627\u0626\u064A\u0629 \u0639\u0628\u0631 \u0623\u062C\u0647\u0632\u0629 \u0645\u062A\u0639\u062F\u062F\u0629",modalEnableInputTranslationTitle:"\u0646\u0635\u0627\u0626\u062D \u062A\u0631\u062C\u0645\u0629 \u0645\u0631\u0628\u0639 \u0625\u062F\u062E\u0627\u0644 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u063A\u0627\u0645\u0631\u0629",modalEnableInputTranslationDesc:"\u0644\u0642\u062F \u0642\u0645\u062A \u0644\u0644\u062A\u0648 \u0628\u062A\u0634\u063A\u064A\u0644 \u062A\u0631\u062C\u0645\u0629 \u0645\u0631\u0628\u0639 \u0627\u0644\u0625\u062F\u062E\u0627\u0644 \u0644\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0634\u0627\u0645\u0644\u0629 \u0639\u0646 \u0637\u0631\u064A\u0642 \u0627\u0644\u0636\u063A\u0637 \u0639\u0644\u0649 \u0634\u0631\u064A\u0637 \u0627\u0644\u0645\u0633\u0627\u0641\u0629 \u062B\u0644\u0627\u062B \u0645\u0631\u0627\u062A \u0641\u064A \u062A\u062A\u0627\u0628\u0639 \u0633\u0631\u064A\u0639\u060C \u0648\u0633\u064A\u062A\u0645 \u062A\u0631\u062C\u0645\u0629 \u0645\u062D\u062A\u0648\u0649 \u0645\u0631\u0628\u0639 \u0627\u0644\u0625\u062F\u062E\u0627\u0644 \u0625\u0644\u0649 \u0627\u0644\u0644\u063A\u0629 \u0627\u0644\u0647\u062F\u0641 \u0627\u0644\u0627\u0641\u062A\u0631\u0627\u0636\u064A\u0629. \u064A\u0645\u0643\u0646 \u0627\u0644\u062A\u0631\u0627\u062C\u0639 \u0639\u0646 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0639\u0628\u0631 Ctrl+Z.

\u0625\u0630\u0627 \u0643\u0627\u0646 \u0647\u0630\u0627 \u062E\u0637\u0623\u060C \u0641\u0644\u0627 \u062A\u0642\u0644\u0642\u060C \u064A\u0645\u0643\u0646\u0643 \u0627\u062E\u062A\u064A\u0627\u0631 \u062A\u0639\u0637\u064A\u0644\u0647 \u0647\u0630\u0647 \u0627\u0644\u0645\u0631\u0629\u060C \u0623\u0648 \u062A\u0639\u0637\u064A\u0644 \u062A\u0631\u062C\u0645\u0629 \u0645\u0631\u0628\u0639 \u0627\u0644\u0625\u062F\u062E\u0627\u0644 \u0628\u0634\u0643\u0644 \u062F\u0627\u0626\u0645.",saveAndNotShowAgain:"\u0627\u062D\u0641\u0638 \u0648\u0644\u0627 \u062A\u0637\u0627\u0644\u0628 \u0645\u0631\u0629 \u0623\u062E\u0631\u0649",disableInputTranslationTips:"* \u064A\u0645\u0643\u0646\u0643 \u0623\u064A\u0636\u064B\u0627 \u0636\u0628\u0637 \u0645\u0641\u0627\u062A\u064A\u062D \u0627\u0644\u0627\u062E\u062A\u0635\u0627\u0631 \u0627\u0644\u0623\u062E\u0631\u0649 \u0644\u062A\u0634\u063A\u064A\u0644\u0647\u0627 \u0641\u064A {option} \u060C{learnMore}.",learnMore:"\u0627\u0646\u0642\u0631 \u0647\u0646\u0627 \u0644\u0645\u0639\u0631\u0641\u0629 \u0627\u0644\u0645\u0632\u064A\u062F",continueEnalbeInputTranslation:"\u0627\u0633\u062A\u0645\u0631 \u0641\u064A \u062A\u0645\u0643\u064A\u0646 \u062A\u0631\u062C\u0645\u0629 \u0645\u0631\u0628\u0639 \u0627\u0644\u0625\u062F\u062E\u0627\u0644",autoRenewTrialSuffix:'(\u0623\u062B\u0646\u0627\u0621 \u0627\u0644\u0641\u062A\u0631\u0629 \u0627\u0644\u062A\u062C\u0631\u064A\u0628\u064A\u0629\u060C \u0633\u064A\u062A\u0645 \u062A\u0631\u0642\u064A\u0629\u0639\u0644\u0649 \u0627\u0644\u0641\u0648\u0631 \u0625\u0644\u0649\u0631\u0633\u0645\u064A1 )',upgradeFromTrialTitle:"\u0627\u0644\u062A\u0631\u0642\u064A\u0629 \u0625\u0644\u0649 \u0639\u0636\u0648 \u0631\u0633\u0645\u064A",subtitle:"\u062A\u0631\u062C\u0645\u0627\u062A \u0627\u0644\u0641\u064A\u062F\u064A\u0648",youtubeService:"\u062E\u062F\u0645\u0629 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u063A\u0627\u0645\u0631\u0629 \u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0641\u064A\u062F\u064A\u0648","subtitle.disabledSubtitle":"\u062A\u0639\u0637\u064A\u0644 \u062A\u0631\u062C\u0645\u0627\u062A \u0627\u0644\u0641\u064A\u062F\u064A\u0648 \u0628\u0634\u0643\u0644 \u062F\u0627\u0626\u0645","subtitle.disabledSubtitleDescription":"\u0625\u0630\u0627 \u0643\u0627\u0646\u062A \u062A\u0631\u062C\u0645\u0627\u062A \u0627\u0644\u0641\u064A\u062F\u064A\u0648 \u0627\u0644\u062E\u0627\u0635\u0629 \u0628\u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0634\u0627\u0645\u0644\u0629 \u062A\u062A\u0639\u0627\u0631\u0636 \u0645\u0639 \u0645\u0644\u062D\u0642\u0627\u062A \u0623\u062E\u0631\u0649\u060C \u0641\u064A\u0645\u0643\u0646\u0643 \u0627\u062E\u062A\u064A\u0627\u0631 \u062A\u0639\u0637\u064A\u0644 \u0648\u0638\u064A\u0641\u0629 \u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0641\u064A\u062F\u064A\u0648 \u0627\u0644\u062E\u0627\u0635\u0629 \u0628\u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0634\u0627\u0645\u0644\u0629 \u0628\u0634\u0643\u0644 \u062F\u0627\u0626\u0645 \u0623\u0648 \u0625\u0644\u063A\u0627\u0621 \u062A\u062B\u0628\u064A\u062A \u0627\u0644\u0645\u0644\u062D\u0642\u0627\u062A \u0627\u0644\u0645\u062A\u0639\u0627\u0631\u0636\u0629 \u0627\u0644\u0623\u062E\u0631\u0649.","subtitle.autoEnableSubtitle":"\u0627\u0633\u062A\u062E\u062F\u0645 \u0627\u0644\u062A\u0631\u062C\u0645\u0627\u062A \u062B\u0646\u0627\u0626\u064A\u0629 \u0627\u0644\u0644\u063A\u0629 \u062A\u0644\u0642\u0627\u0626\u064A\u064B\u0627","subtitle.autoEnableSubtitleDescription":"\u0628\u0639\u062F \u0627\u0644\u062A\u0641\u0639\u064A\u0644\u060C \u0639\u0646\u062F \u062A\u0634\u063A\u064A\u0644 \u0627\u0644\u0641\u064A\u062F\u064A\u0648\u060C \u0633\u064A\u062A\u0645 \u0639\u0631\u0636 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u062B\u0646\u0627\u0626\u064A\u0629 \u062A\u0644\u0642\u0627\u0626\u064A\u064B\u0627\u060C \u0648\u0625\u0644\u0627 \u0633\u064A\u062A\u0639\u064A\u0646 \u0627\u0644\u0646\u0642\u0631 \u0639\u0644\u0649 \u0632\u0631 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0644\u0644\u0639\u0631\u0636.","subtitle.preTranslation":"\u0627\u0633\u062A\u062E\u062F\u0645 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0634\u0627\u0645\u0644\u0629 \u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u062A\u0631\u062C\u0645\u0627\u062A","subtitle.preTranslationDescription":"\u0628\u0639\u062F \u062A\u0641\u0639\u064A\u0644\u0647\u0627\u060C \u0633\u062A\u0639\u0637\u0649 \u0627\u0644\u0623\u0648\u0644\u0648\u064A\u0629 \u0644\u0627\u0633\u062A\u062E\u062F\u0627\u0645 \u062E\u062F\u0645\u0629 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0645\u062D\u062F\u062F\u0629 \u0623\u062F\u0646\u0627\u0647 \u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0628\u0627\u0644\u0643\u0627\u0645\u0644 \u0645\u0642\u062F\u0645\u064B\u0627. \u064A\u0633\u062A\u0647\u0644\u0643 \u0645\u0642\u0637\u0639 \u0641\u064A\u062F\u064A\u0648 \u0645\u062F\u062A\u0647 \u0633\u0627\u0639\u0629 \u0648\u0627\u062D\u062F\u0629 \u0645\u0627 \u064A\u0642\u0631\u0628 \u0645\u0646 50000 \u0631\u0645\u0632\u064B\u0627 \u0623\u0648 \u062D\u0631\u0641\u064B\u0627\u060C \u0644\u0630\u0627 \u064A\u0631\u062C\u0649 \u0627\u0633\u062A\u062E\u062F\u0627\u0645\u0647\u0627 \u0628\u0627\u0644\u0634\u0643\u0644 \u0627\u0644\u0645\u0646\u0627\u0633\u0628\u061B \u0628\u0639\u062F \u0627\u0644\u062A\u0639\u0637\u064A\u0644\u060C \u0633\u062A\u0639\u0637\u0649 \u0627\u0644\u0623\u0648\u0644\u0648\u064A\u0629 \u0644\u0627\u0633\u062A\u062E\u062F\u0627\u0645 \u0627\u0644\u062A\u0631\u062C\u0645\u0627\u062A \u0627\u0644\u0645\u062A\u0631\u062C\u0645\u0629 \u0622\u0644\u064A\u064B\u0627 \u0648\u0627\u0644\u062A\u064A \u062A\u0623\u062A\u064A \u0645\u0639 \u0627\u0644\u0641\u064A\u062F\u064A\u0648 \u0627\u0644\u0623\u0635\u0644\u064A.","subtitle.humanSubtitlesPreferred":"\u0625\u0639\u0637\u0627\u0621 \u0627\u0644\u0623\u0648\u0644\u0648\u064A\u0629 \u0644\u0627\u0633\u062A\u062E\u062F\u0627\u0645 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0628\u0634\u0631\u064A\u0629","subtitle.humanSubtitlesPreferredDescription":"\u0639\u0646\u062F\u0645\u0627 \u064A\u062D\u062A\u0648\u064A \u0645\u0642\u0637\u0639 \u0641\u064A\u062F\u064A\u0648 \u0639\u0644\u0649 \u062A\u0631\u062C\u0645\u0627\u062A \u064A\u062F\u0648\u064A\u0629 \u0628\u0627\u0644\u0644\u063A\u0629 \u0627\u0644\u0647\u062F\u0641\u060C \u0627\u0633\u062A\u062E\u062F\u0645 \u0627\u0644\u062A\u0631\u062C\u0645\u0627\u062A \u0627\u0644\u064A\u062F\u0648\u064A\u0629 \u0623\u0648\u0644\u0627\u064B (\u0645\u0648\u0635\u0649 \u0628\u0647)",videoSubtitleTranslationDescription:"\u062A\u062E\u0635\u064A\u0635 \u062E\u062F\u0645\u0629 \u062A\u0631\u062C\u0645\u0629 \u0645\u0646\u0641\u0635\u0644\u0629 \u0644\u062A\u0631\u062C\u0645\u0627\u062A \u0627\u0644\u0641\u064A\u062F\u064A\u0648",subtitleTranslating:"\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u062A\u0631\u062C\u0645\u0627\u062A \u0628\u0627\u0633\u062A\u062E\u062F\u0627\u0645 {service} \u062E\u062F\u0645\u0629\u060C \u064A\u0631\u062C\u0649 \u0627\u0644\u0627\u0646\u062A\u0638\u0627\u0631... (\u062A\u0631\u062C\u0645\u0629 \u063A\u0627\u0645\u0631\u0629)",subtitleLoading:"\u062C\u0627\u0631\u064D \u062A\u062D\u0645\u064A\u0644 \u0627\u0644\u062A\u0631\u062C\u0645\u0629...",bilingual:"\u062B\u0646\u0627\u0626\u064A \u0627\u0644\u0644\u063A\u0629","field.action":"\u0645\u0627 \u0625\u0630\u0627 \u0643\u0627\u0646 \u0633\u064A\u062A\u0645 \u062A\u0645\u0643\u064A\u0646 \u0645\u0635\u0637\u0644\u062D\u0627\u062A \u0628\u0627\u064A\u062F\u0648","description.action":"\u0628\u0639\u062F \u0627\u0644\u062A\u0645\u0643\u064A\u0646\u060C \u0633\u062A\u062A\u0645 \u0625\u0636\u0627\u0641\u0629 \u0627\u0644\u0625\u062C\u0631\u0627\u0621 \u0627\u0644\u0645\u0639\u0644\u0645\u0629 = 1 \u0625\u0644\u0649 \u0637\u0644\u0628 \u0625\u0628\u0644\u0627\u063A Baidu \u0644\u062A\u0645\u0643\u064A\u0646 \u0627\u0644\u0645\u0635\u0637\u0644\u062D.<1> \u064A\u0631\u062C\u0649 \u0627\u0644\u0631\u062C\u0648\u0639 \u0625\u0644\u0649 \u0627\u0644\u0648\u062B\u0627\u0626\u0642 \u0627\u0644\u0631\u0633\u0645\u064A\u0629 \u0644\u0645\u0632\u064A\u062F \u0645\u0646 \u0627\u0644\u062A\u0639\u0644\u064A\u0645\u0627\u062A.",closeQuickTranslation:"\u0623\u063A\u0644\u0642 \u0627\u0644\u0643\u0631\u0629 \u0627\u0644\u0639\u0627\u0626\u0645\u0629","closeQuickTranslation.untilNext":"\u0645\u063A\u0644\u0642 \u062D\u062A\u0649 \u0627\u0644\u0632\u064A\u0627\u0631\u0629 \u0627\u0644\u0642\u0627\u062F\u0645\u0629","closeQuickTranslation.currentWebsite":"\u0627\u0644\u0645\u0648\u0642\u0639 \u0627\u0644\u062D\u0627\u0644\u064A \u0645\u0639\u0637\u0644","closeQuickTranslation.alwaysClose":"\u062A\u0639\u0637\u064A\u0644 \u062F\u0627\u0626\u0645","closeQuickTranslation.settingOpen":"(\u064A\u0645\u0643\u0646 \u0627\u0644\u0639\u062B\u0648\u0631 \u0639\u0644\u064A\u0647 \u0641\u064A \u0635\u0641\u062D\u0629 \u0627\u0644\u0625\u0639\u062F\u0627\u062F <1> \u0634\u063A\u0644\u0647)","closeQuickTranslation.cancel":"\u064A\u0644\u063A\u064A","closeQuickTranslation.confirm":"\u0628\u0627\u0644\u062A\u0623\u0643\u064A\u062F","floatBall.popup":"\u0627\u0641\u062A\u062D \u0644\u0648\u062D\u0629 \u0627\u0644\u0625\u0639\u062F\u0627\u062F\u0627\u062A \u0627\u0644\u0633\u0631\u064A\u0639\u0629","floatBall.translate":"\u0627\u0646\u0642\u0631 \u0644\u062A\u0631\u062C\u0645\u0629 \u0647\u0630\u0647 \u0627\u0644\u0635\u0641\u062D\u0629","floatBall.showOriginal":"\u0627\u0646\u0642\u0631 \u0644\u0644\u062A\u0628\u062F\u064A\u0644 \u0645\u0631\u0629 \u0623\u062E\u0631\u0649 \u0625\u0644\u0649 \u0627\u0644\u0646\u0635 \u0627\u0644\u0623\u0635\u0644\u064A","floatBall.close":"\u0623\u063A\u0644\u0642 \u0627\u0644\u0643\u0631\u0629 \u0627\u0644\u0639\u0627\u0626\u0645\u0629","floatBallOptions.enableDescPc":"\u0628\u0639\u062F \u062A\u0641\u0639\u064A\u0644 \u0627\u0644\u0643\u0631\u0629 \u0627\u0644\u0639\u0627\u0626\u0645\u0629 \u0644\u0644\u0635\u0641\u062D\u0629\u060C \u0633\u064A\u062A\u0645 \u0639\u0631\u0636 \u0632\u0631 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0633\u0631\u064A\u0639\u0629 \u0639\u0644\u0649 \u0627\u0644\u062C\u0627\u0646\u0628 \u0627\u0644\u0623\u064A\u0645\u0646 \u0645\u0646 \u0627\u0644\u0635\u0641\u062D\u0629\u060C \u0627\u0646\u0642\u0631 \u0644\u0644\u062A\u0631\u062C\u0645\u0629.","floatBallOptions.enableDesc":"\u0628\u0639\u062F \u0625\u063A\u0644\u0627\u0642 \u0627\u0644\u0643\u0631\u0629 \u0627\u0644\u0639\u0627\u0626\u0645\u0629\u060C \u064A\u0645\u0643\u0646 \u0625\u064A\u0642\u0627\u0638\u0647\u0627 \u0628\u0640{touch}. \u0644\u0645\u0646\u0639 \u0627\u0644\u0639\u062B\u0648\u0631 \u0639\u0644\u0649 \u0627\u0644\u0643\u0631\u0629 \u0627\u0644\u0639\u0627\u0626\u0645\u0629 \u0628\u0639\u062F \u0625\u064A\u0642\u0627\u0641 \u062A\u0634\u063A\u064A\u0644 \u0647\u0630\u0627 \u0627\u0644\u062E\u064A\u0627\u0631 \u0639\u0646 \u0637\u0631\u064A\u0642 \u0627\u0644\u062E\u0637\u0623\u060C \u064A\u0648\u0635\u0649 \u0628\u0634\u062F\u0629 \u0628\u0648\u0636\u0639 \u0625\u0634\u0627\u0631\u0629 \u0645\u0631\u062C\u0639\u064A\u0629 \u0639\u0644\u0649 \u0635\u0641\u062D\u0629 \u0627\u0644\u0625\u0639\u062F\u0627\u062F\u0627\u062A \u0647\u0630\u0647.","description.azureApiUrl":"\u0627\u0645\u0644\u0623 \u0639\u0646\u0648\u0627\u0646 \u0648\u0627\u062C\u0647\u0629 API \u0627\u0644\u0645\u062E\u0635\u0635\u0629",confirmSupportMouse:"\u0641\u0631\u0636 \u062F\u0639\u0645 \u0627\u0644\u0645\u0627\u0648\u0633 \u0644\u064A\u062A\u0645 \u062A\u0645\u0643\u064A\u0646\u0647",confirmSupportMouseDescription:"\u062A\u0645 \u0627\u0643\u062A\u0634\u0627\u0641 \u0623\u0646 \u0627\u0644\u0645\u062A\u0635\u0641\u062D \u0627\u0644\u062D\u0627\u0644\u064A \u0644\u0627 \u064A\u062F\u0639\u0645 \u0648\u0638\u064A\u0641\u0629 \u0627\u0644\u0645\u0627\u0648\u0633. \u0647\u0644 \u062A\u0631\u064A\u062F \u0641\u0631\u0636 \u062A\u0645\u0643\u064A\u0646 \u062F\u0639\u0645 \u0627\u0644\u0645\u0627\u0648\u0633\u061F",sampleTargetText:"\u0627\u0644\u0644\u064A\u0644 \u0627\u0644\u0637\u0648\u064A\u0644 \u0642\u0627\u062F\u0645\u060C \u0648\u0633\u0623\u0638\u0644 \u0633\u0627\u0647\u0631\u064B\u0627 \u0645\u0646 \u0627\u0644\u0622\u0646 \u0641\u0635\u0627\u0639\u062F\u064B\u0627 \u062D\u062A\u0649 \u0623\u0645\u0648\u062A. \u0644\u0646 \u0623\u062A\u062E\u0630 \u0632\u0648\u062C\u0629\u060C \u0648\u0644\u0627 \u0625\u0642\u0637\u0627\u0639\u064A\u0629\u060C \u0648\u0644\u0627 \u0623\u0637\u0641\u0627\u0644\u0627\u064B. \u0644\u0646 \u0623\u0631\u062A\u062F\u064A \u0627\u0644\u062A\u0627\u062C \u0623\u0648 \u0623\u062A\u0646\u0627\u0641\u0633 \u0639\u0644\u0649 \u0627\u0644\u0623\u0648\u0633\u0645\u0629. \u0633\u0623\u0642\u0648\u0645 \u0628\u0648\u0627\u062C\u0628\u064A \u0628\u0625\u062E\u0644\u0627\u0635\u060C \u0648\u0623\u0639\u064A\u0634 \u0648\u0623\u0645\u0648\u062A.",sampleSourceText:"Night gathers, and now my watch begins. It shall not end until my death. I shall take no wife, hold no lands, father no children. I shall wear no crowns and win no glory. I shall live and die at my post.","subtitle.supportedSites":"\u5DF2\u652F\u6301\u5728\u8FD9\u4E9B\u7F51\u7AD9\u4F7F\u7528\u53CC\u8BED\u5B57\u5E55\uFF08\u6CE8\u610F\uFF1A\u7531\u4E8E\u6280\u672F\u9650\u5236\uFF0C\u90E8\u5206\u7F51\u7AD9\u5728\u9996\u6B21\u5F00\u542F\u5B57\u5E55\u540E\u9700\u8981\u91CD\u65B0\u5237\u65B0\u9875\u9762\uFF0C\u6216\u8005\u9700\u7B49\u5F85\u7FFB\u8BD1\u5B8C\u6210\u4EE5\u663E\u793A\u53CC\u8BED\u5B57\u5E55\uFF09\uFF1A",viewWithImmersiveTranslate:"\u53CC\u8BED\u7248\u672C(\u6C89\u6D78\u5F0F\u7FFB\u8BD1)",errorReason:"\u9519\u8BEF\u539F\u56E0\uFF1A{message}","proQuotaExceededError.onetime7day":'\uFF0C\u60A8\u53EF\u4EE5\u9009\u62E9\u4EE5\u4E0B\u65B9\u5F0F\u89E3\u51B3\uFF1A

1. \u5207\u6362\u5230 {anotherService} \u6216\u5176\u4ED6\u7FFB\u8BD1\u670D\u52A1
2. \u5347\u7EA7\u4E3A\u6708\u5EA6/\u5E74\u5EA6\u4F1A\u5458',"proQuotaExceededError.trial":'\uFF0C\u60A8\u53EF\u4EE5\u9009\u62E9\u4EE5\u4E0B\u65B9\u5F0F\u89E3\u51B3\uFF1A

1. \u5207\u6362\u5230 {anotherService} \u6216\u5176\u4ED6\u7FFB\u8BD1\u670D\u52A1
2. \u7ACB\u523B\u5347\u7EA7\u4E3A\u6B63\u5F0F\u4F1A\u5458',"proQuotaExceededError.nonTrial":'\uFF0C\u60A8\u53EF\u4EE5\u9009\u62E9\u4EE5\u4E0B\u65B9\u5F0F\u89E3\u51B3\uFF1A

1. \u5207\u6362\u5230 {anotherService} \u6216\u5176\u4ED6\u7FFB\u8BD1\u670D\u52A1
2. \u8D2D\u4E70 {translationService} \u989D\u5916\u6D41\u91CF\u5305',"proQuotaExceededError.resetTime":"
3. \u989D\u5EA6\u91CD\u7F6E\u65F6\u95F4\uFF1A{resetTime}","desc.touchShortcutsToggleTranslatePageOnlyTranslation":'\u062A\u0634\u064A\u0631 "\u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0641\u0642\u0637" \u0625\u0644\u0649 \u0639\u0631\u0636 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0641\u0642\u0637\u060C \u0625\u0630\u0627 \u0644\u0645 \u064A\u062A\u0645 \u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0635\u0641\u062D\u0629 \u0627\u0644\u0625\u0644\u0643\u062A\u0631\u0648\u0646\u064A\u0629 \u0628\u0639\u062F\u060C \u0633\u064A\u062A\u0645 \u062A\u063A\u064A\u064A\u0631 \u0627\u0644\u0648\u0636\u0639 \u0648\u062A\u0631\u062C\u0645\u062A\u0647\u0627.',"desc.toggleOnlyTransation":"\u062A\u0634\u064A\u0631 \u0648\u0636\u0639\u064A\u0629 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0641\u0642\u0637 \u0625\u0644\u0649 \u0639\u0631\u0636 \u0627\u0644\u0646\u0635 \u0627\u0644\u0645\u062A\u0631\u062C\u0645 \u0641\u0642\u0637\u060C \u0625\u0630\u0627 \u0644\u0645 \u064A\u062A\u0645 \u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0635\u0641\u062D\u0629 \u0627\u0644\u0625\u0644\u0643\u062A\u0631\u0648\u0646\u064A\u0629 \u0628\u0639\u062F\u060C \u0633\u064A\u062A\u0645 \u062A\u063A\u064A\u064A\u0631 \u0627\u0644\u0648\u0636\u0639 \u0648\u062A\u0631\u062C\u0645\u062A\u0647\u0627.",touchShortcutsToggleTranslatePageOnlyTranslation:"\u062A\u0639\u064A\u064A\u0646 \u0627\u0644\u0625\u064A\u0645\u0627\u0621\u0627\u062A \u0639\u0644\u0649 \u0627\u0644\u0634\u0627\u0634\u0629 \u0644\u0644\u062A\u0628\u062F\u064A\u0644 \u0628\u064A\u0646 \u0627\u0644\u0648\u0636\u0639 \u0627\u0644\u0645\u0632\u062F\u0648\u062C / \u0627\u0644\u0648\u0636\u0639 \u0627\u0644\u0646\u0635\u064A \u0641\u0642\u0637",download_started:"\u0628\u062F\u0623 \u0627\u0644\u062A\u0646\u0632\u064A\u0644 \u0628\u0627\u0644\u0641\u0639\u0644\u060C \u0625\u0630\u0627 \u0644\u0645 \u064A\u062A\u0645 \u0627\u0644\u062A\u0646\u0632\u064A\u0644 \u062A\u0644\u0642\u0627\u0626\u064A\u064B\u0627\u060C \u064A\u0631\u062C\u0649 \u0627\u0644\u0646\u0642\u0631 \u064A\u062F\u0648\u064A\u064B\u0627",here:"\u0647\u0646\u0627","desc.toggleVideoSubtitlePreTranslation":"\u0628\u0639\u062F \u0627\u0644\u0636\u063A\u0637\u060C \u0633\u062A\u0633\u062A\u062E\u062F\u0645 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u063A\u0627\u0645\u0631\u0629 \u0644\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u062B\u0646\u0627\u0626\u064A\u0629 \u0644\u0644\u0641\u064A\u062F\u064A\u0648 \u0628\u0634\u0643\u0644 \u0623\u0648\u0644\u0648\u064A\u060C \u0648\u0628\u0627\u0644\u0636\u063A\u0637 \u0645\u0631\u0629 \u0623\u062E\u0631\u0649\u060C \u0633\u062A\u0633\u062A\u062E\u062F\u0645 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0622\u0644\u064A\u0629 \u0627\u0644\u0645\u0631\u0641\u0642\u0629 \u0628\u0627\u0644\u0641\u064A\u062F\u064A\u0648 \u0627\u0644\u0623\u0635\u0644\u064A \u0628\u0634\u0643\u0644 \u0623\u0648\u0644\u0648\u064A. \u064A\u0631\u062C\u0649 \u0645\u0644\u0627\u062D\u0638\u0629: \u0647\u0630\u0627 \u0627\u0644\u0627\u062E\u062A\u0635\u0627\u0631 \u064A\u0639\u062F\u0644 \u0627\u0644\u0625\u0639\u062F\u0627\u062F\u0627\u062A \u0627\u0644\u0639\u0627\u0645\u0629.",videoSubtitlePreTranslationOn:"\u0633\u064A\u062A\u0645 \u0627\u0633\u062A\u062E\u062F\u0627\u0645 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u063A\u0627\u0645\u0631\u0629 \u0628\u0634\u0643\u0644 \u0623\u0648\u0644\u0648\u064A \u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u062A\u0631\u062C\u0645\u0627\u062A \u0627\u0644\u0645\u0631\u0626\u064A\u0629",videoSubtitlePreTranslationOff:"\u0633\u064A\u062A\u0645 \u0627\u0633\u062A\u062E\u062F\u0627\u0645 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0622\u0644\u064A\u0629 \u0644\u0644\u062A\u0631\u062C\u0645\u0629 \u0641\u064A \u0627\u0644\u0641\u064A\u062F\u064A\u0648 \u0628\u0634\u0643\u0644 \u0623\u0648\u0644\u0648\u064A",translationFont:"\u062A\u0639\u064A\u064A\u0646 \u0627\u0644\u062E\u0637","translationFont.custom":"\u0623\u062F\u062E\u0644 \u0627\u0644\u062E\u0637 \u0627\u0644\u0645\u062E\u0635\u0635","translationFont.customPlaceholder":"\u062E\u0637 \u0627\u0644\u0643\u062A\u0627\u0628\u0629","translationFont.notSupportErrorMessage":"\u064A\u0631\u062C\u0649 \u0627\u0644\u062A\u062D\u0642\u0642 \u0645\u0646 \u0635\u062D\u0629 \u0627\u0633\u0645 \u0627\u0644\u062E\u0637 \u0627\u0644\u0630\u064A \u0623\u062F\u062E\u0644\u062A\u0647 \u060C \u0623\u0648 \u0627\u0644\u062A\u0623\u0643\u062F \u0645\u0646 \u0623\u0646 \u0627\u0644\u062E\u0637 \u0642\u062F \u062A\u0645 \u062A\u062B\u0628\u064A\u062A\u0647 \u0628\u0627\u0644\u0641\u0639\u0644 \u0639\u0644\u0649 \u062C\u0647\u0627\u0632\u0643.","touch.mouse-translate":"\u062A\u0631\u062C\u0645 \u0627\u0644\u0641\u0642\u0631\u0629 \u0627\u0644\u0645\u062D\u062F\u062F\u0629","translationServices.inherit":"\u0627\u062A\u0628\u0639 \u0627\u0644\u062E\u062F\u0645\u0629 \u0627\u0644\u0631\u0626\u064A\u0633\u064A\u0629 \u0644\u0644\u062A\u0631\u062C\u0645\u0629","error.serveConfigError":"\u062E\u0637\u0623 \u0641\u064A \u062A\u0643\u0648\u064A\u0646 \u0627\u0644\u062E\u062F\u0645\u0629","error.reloadPageOfSetting":"\u0628\u0639\u062F \u0627\u0644\u062A\u0643\u0648\u064A\u0646\u060C \u064A\u0631\u062C\u0649 \u062A\u062D\u062F\u064A\u062B \u0627\u0644\u0635\u0641\u062D\u0629 \u0648\u062A\u0631\u062C\u0645\u062A\u0647\u0627 \u0645\u0631\u0629 \u0623\u062E\u0631\u0649.","error.googleLimitIp":"\u062A\u0645 \u0625\u0631\u062C\u0627\u0639 \u062E\u0637\u0623 \u0645\u0646 \u0627\u0644\u062E\u062F\u0645\u0629 \u060C \u062E\u062F\u0645\u0629 Google \u0642\u062F \u0642\u0627\u0645\u062A \u0628\u062A\u0642\u064A\u064A\u062F \u0627\u0644\u0646\u0637\u0627\u0642 \u0627\u0644\u062E\u0627\u0635 \u0628\u0639\u0646\u0648\u0627\u0646 IP \u0647\u0630\u0627 \u060C \u0646\u0646\u0635\u062D\u0643 \u0628\u062A\u063A\u064A\u064A\u0631 \u0646\u0642\u0637\u0629 \u0627\u0644\u0634\u0628\u0643\u0629.","error.openAIFreeLimit":"\u062A\u0645 \u0625\u0631\u062C\u0627\u0639 \u062E\u0637\u0623 \u0645\u0646 \u0627\u0644\u062E\u062F\u0645\u0629\u060C \u0648\u0642\u062F \u0648\u0635\u0644\u062A \u062A\u0631\u062F\u062F \u0637\u0644\u0628\u0627\u062A \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u062D\u0627\u0644\u064A\u0629 \u0625\u0644\u0649 \u0627\u0644\u062D\u062F \u0627\u0644\u0623\u0642\u0635\u0649 \u0627\u0644\u0628\u0627\u0644\u063A 3 \u0645\u0631\u0627\u062A \u0641\u064A \u0627\u0644\u062F\u0642\u064A\u0642\u0629\u060C \u064A\u0631\u062C\u0649 \u0627\u0644\u0645\u062D\u0627\u0648\u0644\u0629 \u0645\u0631\u0629 \u0623\u062E\u0631\u0649 \u0644\u0627\u062D\u0642\u064B\u0627. (\u0647\u0630\u0627 \u0647\u0648 \u0627\u0644\u0642\u064A\u062F \u0627\u0644\u0631\u0633\u0645\u064A \u0645\u0646 OpenAI \u0644\u0645\u0641\u062A\u0627\u062D API \u0627\u0644\u0645\u062C\u0627\u0646\u064A\u060C \u0644\u0631\u0641\u0639 \u0647\u0630\u0627 \u0627\u0644\u0642\u064A\u062F\u060C \u064A\u0631\u062C\u0649 \u0631\u0628\u0637 \u0628\u0637\u0627\u0642\u0629 \u0627\u0644\u0627\u0626\u062A\u0645\u0627\u0646 \u0641\u064A \u0644\u0648\u062D\u0629 \u0627\u0644\u062A\u062D\u0643\u0645 \u0627\u0644\u062E\u0644\u0641\u064A\u0629 \u0644\u0640 OpenAI.)","error.openAIExceededQuota":"\u062A\u0645 \u0625\u0631\u062C\u0627\u0639 \u0627\u0644\u062E\u062F\u0645\u0629 \u0628\u062E\u0637\u0623: \u0631\u0635\u064A\u062F \u062D\u0633\u0627\u0628 OpenAI \u0627\u0644\u062D\u0627\u0644\u064A \u063A\u064A\u0631 \u0643\u0627\u0641\u064D \u060C \u064A\u0631\u062C\u0649 \u0625\u0639\u0627\u062F\u0629 \u0627\u0644\u0634\u062D\u0646 \u0623\u0648 \u0631\u0628\u0637 \u0628\u0637\u0627\u0642\u0629 \u0627\u0644\u0627\u0626\u062A\u0645\u0627\u0646 \u0641\u064A \u0627\u0644\u062E\u0644\u0641\u064A\u0629 \u0627\u0644\u0631\u0633\u0645\u064A\u0629 \u0644\u0640 OpenAI.","error.429":"\u062A\u0645 \u0625\u0631\u062C\u0627\u0639 \u0627\u0644\u062E\u062F\u0645\u0629 \u0628\u062E\u0637\u0623\u060C \u0645\u0645\u0627 \u064A\u0634\u064A\u0631 \u0625\u0644\u0649 \u0623\u0646 \u0627\u0644\u0637\u0644\u0628\u0627\u062A \u0643\u062B\u064A\u0631\u0629 \u062C\u062F\u064B\u0627 \u0623\u0648 \u062A\u062C\u0627\u0648\u0632\u062A \u0627\u0644\u062D\u062F \u0627\u0644\u0645\u062D\u062F\u062F\u060C \u064A\u0631\u062C\u0649 \u0627\u0644\u0645\u062D\u0627\u0648\u0644\u0629 \u0645\u0631\u0629 \u0623\u062E\u0631\u0649 \u0644\u0627\u062D\u0642\u064B\u0627.","error.403":"\u062A\u0645 \u0625\u0631\u062C\u0627\u0639 \u0627\u0644\u062E\u062F\u0645\u0629 \u0628\u062E\u0637\u0623\u060C \u0644\u064A\u0633 \u0644\u062F\u064A\u0643 \u0627\u0644\u0635\u0644\u0627\u062D\u064A\u0629 \u0627\u0644\u0645\u0624\u0642\u062A\u0629 \u0644\u0644\u0648\u0635\u0648\u0644 \u0625\u0644\u0649 \u0647\u0630\u0647 \u0627\u0644\u062E\u062F\u0645\u0629.","error.400":"\u062A\u0645 \u0625\u0631\u062C\u0627\u0639 \u062E\u0637\u0623 \u0641\u064A \u0627\u0644\u062E\u062F\u0645\u0629 \u060C \u062E\u0637\u0623 \u0641\u064A \u0645\u0639\u0644\u0645\u0627\u062A \u0627\u0644\u0637\u0644\u0628 \u060C \u064A\u0631\u062C\u0649 \u0627\u0644\u062A\u062D\u0642\u0642 \u0645\u0646 \u0627\u0644\u062A\u0643\u0648\u064A\u0646 \u0627\u0644\u0645\u0646\u0627\u0633\u0628.","error.502":"\u062A\u0645 \u0625\u0631\u062C\u0627\u0639 \u062E\u0637\u0623 \u0645\u0646 \u0627\u0644\u062E\u062F\u0645\u0629 \u060C \u062A\u062C\u0627\u0648\u0632 \u0627\u0644\u062E\u062F\u0645\u0629 \u0627\u0644\u0648\u0642\u062A \u0627\u0644\u0645\u062D\u062F\u062F \u060C \u064A\u0631\u062C\u0649 \u0627\u0644\u0645\u062D\u0627\u0648\u0644\u0629 \u0645\u0631\u0629 \u0623\u062E\u0631\u0649 \u0641\u064A \u0648\u0642\u062A \u0644\u0627\u062D\u0642.","error.proTokenInvalid":"\u0625\u0630\u0627 \u0643\u0646\u062A \u0645\u0633\u062A\u062E\u062F\u0645\u064B\u0627 \u0645\u062D\u062A\u0631\u0641\u064B\u0627 \u060C \u064A\u0631\u062C\u0649 \u062A\u0633\u062C\u064A\u0644 \u0627\u0644\u062F\u062E\u0648\u0644 \u0642\u0628\u0644 \u0627\u0633\u062A\u062E\u062F\u0627\u0645 \u062E\u062F\u0645\u0629 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0645\u062D\u062A\u0631\u0641\u0629","error.proUpgrade":"\u0628\u0639\u062F \u0627\u0644\u062A\u0631\u0642\u064A\u0629 \u060C \u064A\u0631\u062C\u0649 \u062A\u062D\u062F\u064A\u062B \u0627\u0644\u0635\u0641\u062D\u0629 \u0648\u062A\u0631\u062C\u0645\u062A\u0647\u0627 \u0645\u0631\u0629 \u0623\u062E\u0631\u0649.","error.configError":"\u062A\u0643\u0648\u064A\u0646 \u0627\u0644\u0628\u064A\u0627\u0646\u0627\u062A \u063A\u064A\u0631 \u0637\u0628\u064A\u0639\u064A","error.goReset":"\u0625\u0639\u0627\u062F\u0629 \u0627\u0644\u062A\u0639\u064A\u064A\u0646",batchEdit:"\u0627\u0644\u0639\u0645\u0644\u064A\u0627\u062A \u0627\u0644\u062C\u0645\u0627\u0639\u064A\u0629","translationModeLang.translation.title":"\u0646\u0645\u0637 \u0627\u0644\u0644\u063A\u0629 \u0627\u0644\u0646\u0635\u064A \u0641\u0642\u0637","translationModeLang.translation.description":"\u0639\u0646\u062F\u0645\u0627 \u064A\u0643\u0648\u0646 \u0644\u063A\u0629 \u0627\u0644\u0635\u0641\u062D\u0629 \u0628\u0627\u0644\u0644\u063A\u0627\u062A \u0627\u0644\u062A\u0627\u0644\u064A\u0629\u060C \u0633\u064A\u062A\u0645 \u0627\u0633\u062A\u062E\u062F\u0627\u0645 \u0648\u0636\u0639 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0641\u0642\u0637 \u062A\u0644\u0642\u0627\u0626\u064A\u064B\u0627.","translationModeUrl.translation.title":"\u0631\u0627\u0628\u0637 \u0627\u0644\u0648\u0636\u0639 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0641\u0642\u0637","translationModeUrl.translation.description":"\u0639\u0646\u062F\u0645\u0627 \u064A\u0643\u0648\u0646 \u0627\u0644\u0645\u0648\u0642\u0639 \u0627\u0644\u0625\u0644\u0643\u062A\u0631\u0648\u0646\u064A \u0644\u0644\u0646\u0637\u0627\u0642\u0627\u062A \u0627\u0644\u062A\u0627\u0644\u064A\u0629\u060C \u0633\u064A\u062A\u0645 \u0627\u0633\u062A\u062E\u062F\u0627\u0645 \u0648\u0636\u0639 \u0627\u0644\u0646\u0635 \u0627\u0644\u0645\u062A\u0631\u062C\u0645 \u0641\u0642\u0637 \u062A\u0644\u0642\u0627\u0626\u064A\u064B\u0627.","error.serveUnavailable":"\u0627\u0644\u062E\u062F\u0645\u0629 [{serverName}] \u0627\u0644\u062A\u064A \u062A\u0633\u062A\u062E\u062F\u0645\u0647\u0627 \u062D\u0627\u0644\u064A\u064B\u0627 \u063A\u064A\u0631 \u0642\u0627\u0628\u0644\u0629 \u0644\u0644\u0648\u0635\u0648\u0644 \u0645\u0624\u0642\u062A\u064B\u0627 \u0628\u0633\u0628\u0628 \u0645\u0634\u0643\u0644\u0629 \u0641\u064A \u0627\u0644\u0627\u062A\u0635\u0627\u0644 \u0628\u0627\u0644\u0634\u0628\u0643\u0629 \u0623\u0648 \u0645\u0632\u0648\u062F \u0627\u0644\u062E\u062F\u0645\u0629. \u0646\u0642\u062A\u0631\u062D \u0639\u0644\u064A\u0643 \u062A\u062D\u062F\u064A\u062B \u0627\u0644\u0635\u0641\u062D\u0629 \u0623\u0648 \u062A\u063A\u064A\u064A\u0631 \u062E\u062F\u0645\u0629 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0623\u062E\u0631\u0649 \u0645\u0646 \u062E\u0644\u0627\u0644 <1>\u0627\u0644\u0625\u0639\u062F\u0627\u062F\u0627\u062A. \u0625\u0630\u0627 \u0643\u0646\u062A \u0639\u0636\u0648\u064B\u0627 \u0641\u064A <2>Pro\u060C \u064A\u0645\u0643\u0646\u0643 \u0627\u062E\u062A\u064A\u0627\u0631 \u0627\u0633\u062A\u062E\u062F\u0627\u0645 \u062E\u062F\u0645\u0629 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 DeepL \u0623\u0648 OpenAI \u0627\u0644\u0623\u0643\u062B\u0631 \u0627\u0633\u062A\u0642\u0631\u0627\u0631\u064B\u0627 (<3>\u0627\u0646\u0642\u0631 \u0647\u0646\u0627 \u0644\u062A\u062C\u0631\u0628\u0629 \u0645\u062C\u0627\u0646\u064A\u0629). \u0628\u0627\u0644\u0625\u0636\u0627\u0641\u0629 \u0625\u0644\u0649 \u0630\u0644\u0643\u060C \u0642\u062F \u062A\u062D\u062A\u0627\u062C \u0623\u064A\u0636\u064B\u0627 \u0625\u0644\u0649 \u0627\u0644\u062A\u062D\u0642\u0642 \u0645\u0646 \u0625\u0639\u062F\u0627\u062F\u0627\u062A \u0627\u0644\u0634\u0628\u0643\u0629 \u0623\u0648 \u0627\u0644\u0648\u0643\u064A\u0644 \u0627\u0644\u062E\u0627\u0635\u0629 \u0628\u0643.",detectServiceLoading:"\u062C\u0627\u0631\u064D \u0627\u0644\u062A\u062D\u0642\u0642 \u0645\u0646 \u0627\u0644\u062E\u062F\u0645\u0627\u062A \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0645\u062A\u0627\u062D\u0629...",toggleToService:"\u0627\u0644\u062A\u0628\u062F\u064A\u0644 \u0625\u0644\u0649 {service} \u0648\u0625\u0639\u0627\u062F\u0629 \u0627\u0644\u0645\u062D\u0627\u0648\u0644\u0629","error.gemini.429":"\u0627\u0644\u062E\u062F\u0645\u0629 Gemini \u0627\u0644\u062D\u0627\u0644\u064A\u0629 \u0642\u062F \u0648\u0635\u0644\u062A \u0625\u0644\u0649 \u0627\u0644\u062D\u062F \u0627\u0644\u0623\u0642\u0635\u0649 \u0644\u0644\u0642\u062F\u0631\u0629 \u0639\u0644\u0649 \u0627\u0644\u062A\u062D\u0645\u0644\u060C \u064A\u0631\u062C\u0649 \u0627\u0644\u0645\u062D\u0627\u0648\u0644\u0629 \u0645\u0631\u0629 \u0623\u062E\u0631\u0649 \u0641\u064A \u0648\u0642\u062A \u0644\u0627\u062D\u0642\u060C \u0623\u0648 \u0627\u0644\u062A\u0628\u062F\u064A\u0644 \u0625\u0644\u0649 \u062E\u062F\u0645\u0629 \u062A\u0631\u062C\u0645\u0629 \u0623\u062E\u0631\u0649.",enableSentryReport:"\u0639\u0646\u062F \u062D\u062F\u0648\u062B \u062E\u0637\u0623 \u0641\u064A \u0627\u0644\u062A\u0648\u0633\u064A\u0639 \u060C \u0627\u0633\u062A\u062E\u062F\u0645 Sentry \u0644\u062A\u0642\u062F\u064A\u0645 \u0627\u0644\u0645\u0644\u0627\u062D\u0638\u0627\u062A","widget.translateFile":"PDF/ePub",pickAll:"\u062D\u062F\u062F \u0627\u0644\u0643\u0644",contact:"\u0627\u062A\u0635\u0644 \u0628\u0646\u0627","translationServices.gemini":"\u0627\u0644\u062C\u0645\u0646\u0627\u0632","tagsInput.add":"+ \u0625\u0636\u0627\u0641\u0629",touchShortcutsOff:"\u0625\u063A\u0644\u0627\u0642","error.retry":"\u0623\u0639\u062F \u0627\u0644\u0645\u062D\u0627\u0648\u0644\u0629","slide.left":"\u0627\u0646\u0632\u0644\u0642 \u0625\u0644\u0649 \u0627\u0644\u064A\u0645\u064A\u0646",translationOnlyMode:"\u0648\u0636\u0639 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0641\u0642\u0637",goLogin:"\u062A\u0633\u062C\u064A\u0644 \u0627\u0644\u062F\u062E\u0648\u0644","slide.right":"\u0627\u0646\u0632\u0644\u0642 \u0625\u0644\u0649 \u0627\u0644\u064A\u0633\u0627\u0631","multipleClick.4":"\u0631\u0628\u0627\u0639\u064A \u0645\u062A\u062A\u0627\u0644\u064A",shortcutSettingsTitle:"\u0625\u0639\u062F\u0627\u062F\u0627\u062A \u0627\u0644\u0627\u062E\u062A\u0635\u0627\u0631\u0627\u062A",loggedIn:"\u062A\u0645 \u062A\u0633\u062C\u064A\u0644 \u0627\u0644\u062F\u062E\u0648\u0644",shortcutSettings:"\u0627\u062E\u062A\u0635\u0627\u0631\u0627\u062A \u0627\u0644\u0645\u0641\u0627\u062A\u064A\u062D","multipleClick.2":"\u0627\u0646\u0642\u0631 \u0645\u0631\u062A\u064A\u0646","shortcutGroup.others":"\u0627\u0644\u0645\u0632\u064A\u062F \u0645\u0646 \u0627\u0644\u0627\u062E\u062A\u0635\u0627\u0631\u0627\u062A \u0627\u0644\u0645\u062E\u0635\u0635\u0629","widget.videoSubtitle":"\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0641\u064A\u062F\u064A\u0648","intro.floatBallTitle":"\u0643\u0631\u0629 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0633\u0631\u064A\u0639\u0629",notLogin:"\u0644\u0645 \u064A\u062A\u0645 \u062A\u0633\u062C\u064A\u0644 \u0627\u0644\u062F\u062E\u0648\u0644","widget.instruction":"\u062A\u0639\u0644\u064A\u0645\u0627\u062A \u0627\u0644\u0627\u0633\u062A\u062E\u062F\u0627\u0645",alwaysTranslateThisSite:"\u062F\u0627\u0626\u0645\u0627 \u062A\u0631\u062C\u0645 \u0647\u0630\u0627 \u0627\u0644\u0645\u0648\u0642\u0639","error.subscriptionExpiredTitle":"\u0627\u0646\u062A\u0647\u062A \u0635\u0644\u0627\u062D\u064A\u0629 \u0627\u0644\u0639\u0636\u0648\u064A\u0629","shortcutGroup.shortcutsForTranslationServices":"\u062E\u062F\u0645\u0627\u062A \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0645\u0641\u0627\u062A\u064A\u062D \u0627\u0644\u0633\u0631\u064A\u0639\u0629","widget.instructionTooltip":"\u0631\u0627\u062C\u0639 \u062A\u0639\u0644\u064A\u0645\u0627\u062A \u0627\u0644\u0627\u0633\u062A\u062E\u062F\u0627\u0645",temprarilyChangeTranslationTo_gemini:"\u064A\u062A\u0645 \u0627\u0633\u062A\u062E\u062F\u0627\u0645 Gemini \u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0635\u0641\u062D\u0629 \u0627\u0644\u062D\u0627\u0644\u064A\u0629","subtitle.hideQuickButton":"\u0644\u0627 \u062A\u0638\u0647\u0631 \u0647\u0630\u0627 \u0627\u0644\u0627\u062E\u062A\u0635\u0627\u0631 \u0645\u0631\u0629 \u0623\u062E\u0631\u0649",temprarilyChangeTranslationTo_google:"\u064A\u062A\u0645 \u0627\u0633\u062A\u062E\u062F\u0627\u0645 \u062A\u0631\u062C\u0645\u0629 Google \u0644\u0644\u0635\u0641\u062D\u0629 \u0627\u0644\u062D\u0627\u0644\u064A\u0629","subtitle.bilingual":"\u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u062B\u0646\u0627\u0626\u064A\u0629 \u0627\u0644\u0644\u063A\u0629",mouseHoverCustomKeyTitle:"\u062A\u0639\u0631\u064A\u0641 \u0627\u062E\u062A\u0635\u0627\u0631\u0627\u062A \u0627\u0644\u0645\u0627\u0648\u0633 \u0627\u0644\u0645\u0639\u0644\u0642\u0629","browser.translateInputBox":"\u062A\u0631\u062C\u0645 \u0645\u062D\u062A\u0648\u0649 \u0645\u0631\u0628\u0639 \u0627\u0644\u0625\u062F\u062E\u0627\u0644 \u0627\u0644\u062D\u0627\u0644\u064A","shortcutGroup.touch":"\u0627\u0644\u0625\u064A\u0645\u0627\u0621\u0627\u062A \u0627\u0644\u0645\u062E\u0635\u0635\u0629 \u0644\u0644\u0634\u0627\u0634\u0627\u062A \u0627\u0644\u0644\u0645\u0633\u064A\u0629",neverTranslateThisSite:"\u0644\u0627 \u062A\u062A\u0631\u062C\u0645 \u0647\u0630\u0627 \u0627\u0644\u0645\u0648\u0642\u0639 \u0623\u0628\u062F\u0627",temprarilyChangeTranslationTo_deepl:"\u064A\u062A\u0645 \u0627\u0633\u062A\u062E\u062F\u0627\u0645 DeepL \u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0635\u0641\u062D\u0629 \u0627\u0644\u062D\u0627\u0644\u064A\u0629","browser.translateWithDeepL":"\u0627\u0633\u062A\u062E\u062F\u0645 DeepL \u0645\u0624\u0642\u062A\u064B\u0627 \u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0635\u0641\u062D\u0629 \u0627\u0644\u062D\u0627\u0644\u064A\u0629","multipleClick.3":"\u062B\u0644\u0627\u062B\u0629 \u0636\u0631\u0628\u0627\u062A \u0645\u062A\u062A\u0627\u0644\u064A\u0629","widget.translateFileTooltip":"\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0645\u0633\u062A\u0646\u062F\u0627\u062A PDF\u060C EPUB\u060C SRT\u060C ASS\u060C HTML \u0648 TXT","neverTranslateText.title":"\u0627\u0644\u0643\u0644\u0645\u0627\u062A \u0627\u0644\u062A\u0627\u0644\u064A\u0629 \u062A\u0628\u0642\u0649 \u0643\u0645\u0627 \u0647\u064A\u060C \u0644\u0627 \u062A\u062A\u0631\u062C\u0645","subtitle.autoDisableSubtitle":"\u0644\u0627 \u062A\u0642\u0645 \u0628\u062A\u0634\u063A\u064A\u0644 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u062B\u0646\u0627\u0626\u064A\u0629 \u062A\u0644\u0642\u0627\u0626\u064A\u064B\u0627","browser.translateWithGoogle":"\u0627\u0633\u062A\u062E\u062F\u0645 Google Translate \u0645\u0624\u0642\u062A\u064B\u0627 \u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0635\u0641\u062D\u0629 \u0627\u0644\u062D\u0627\u0644\u064A\u0629","shortcutGroup.main":"\u0627\u062E\u062A\u0635\u0627\u0631\u0627\u062A \u0627\u0644\u0648\u0638\u0627\u0626\u0641 \u0627\u0644\u0634\u0627\u0626\u0639\u0629",paragraphMinTextCountField:"\u0627\u0644\u062D\u062F \u0627\u0644\u0623\u062F\u0646\u0649 \u0644\u0639\u062F\u062F \u0627\u0644\u0623\u062D\u0631\u0641 \u0627\u0644\u0645\u0637\u0644\u0648\u0628\u0629 \u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0641\u0642\u0631\u0629","widget.videoSubtitleTooltip":"\u062F\u0639\u0645 Youtube \u0648\u063A\u064A\u0631\u0647\u0627 \u0645\u0646 \u0645\u0648\u0627\u0642\u0639 \u0627\u0644\u0641\u064A\u062F\u064A\u0648 {count}+",upgradeToProErrorTitle:"\u064A\u0631\u062C\u0649 \u0627\u0644\u062A\u0631\u0642\u064A\u0629 \u0625\u0644\u0649 \u0639\u0636\u0648\u064A\u0629 Pro \u0642\u0628\u0644 \u0627\u0633\u062A\u062E\u062F\u0627\u0645 \u0647\u0630\u0647 \u0627\u0644\u062E\u062F\u0645\u0629 \u0627\u0644\u062A\u0631\u062C\u0645\u0629","subtitle.showQuickButton":"\u0641\u064A \u0639\u0631\u0636 \u0627\u0644\u0646\u0635\u0648\u0635 \u0627\u0644\u0645\u062A\u0631\u062C\u0645\u0629 \u0628\u0634\u0643\u0644 \u0645\u0632\u062F\u0648\u062C \u0641\u064A \u0627\u0644\u0645\u0634\u063A\u0644 \u0628\u0637\u0631\u064A\u0642\u0629 \u0633\u0631\u064A\u0639\u0629",temprarilyChangeTranslationTo_transmart:"\u064A\u062A\u0645 \u0627\u0633\u062A\u062E\u062F\u0627\u0645 \u062A\u0631\u062C\u0645\u0629 \u062A\u064A\u0646\u0633\u0646\u062A \u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0635\u0641\u062D\u0629 \u0627\u0644\u062D\u0627\u0644\u064A\u0629",notLoginPro:"\u0644\u0645 \u062A\u0642\u0645 \u0628\u062A\u0633\u062C\u064A\u0644 \u0627\u0644\u062F\u062E\u0648\u0644 \u0625\u0644\u0649 \u062D\u0633\u0627\u0628 \u0627\u0644\u0639\u0636\u0648\u064A\u0629 \u0627\u0644\u062E\u0627\u0635 \u0628\u0643 \u0628\u0639\u062F","floatBall.iKnow":"\u0623\u0646\u0627 \u0623\u0639\u0631\u0641","intro.hoverTitle":"\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0641\u0642\u0631\u0629 \u0627\u0644\u062D\u0627\u0644\u064A\u0629 \u0639\u0646\u062F \u062A\u062D\u0631\u064A\u0643 \u0627\u0644\u0645\u0627\u0648\u0633 \u0641\u0648\u0642\u0647\u0627",temprarilyChangeTranslationTo_bing:"\u064A\u062A\u0645 \u0627\u0633\u062A\u062E\u062F\u0627\u0645 \u0645\u062A\u0631\u062C\u0645 \u0645\u0627\u064A\u0643\u0631\u0648\u0633\u0648\u0641\u062A \u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0635\u0641\u062D\u0629 \u0627\u0644\u062D\u0627\u0644\u064A\u0629",temprarilyChangeTranslationTo_openai:"\u064A\u062A\u0645 \u0627\u0633\u062A\u062E\u062F\u0627\u0645 OpenAI \u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0635\u0641\u062D\u0629 \u0627\u0644\u062D\u0627\u0644\u064A\u0629","browser.translateWithOpenAI":"\u0627\u0633\u062A\u062E\u062F\u0645 OpenAI \u0645\u0624\u0642\u062A\u064B\u0627 \u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0635\u0641\u062D\u0629 \u0627\u0644\u062D\u0627\u0644\u064A\u0629",networkError:"\u062A\u0648\u0627\u062C\u0647 \u062E\u062F\u0645\u0629 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0623\u0648 \u0627\u0644\u0634\u0628\u0643\u0629 \u0645\u0634\u0643\u0644\u0629",buildSnapshots:"\u0625\u0646\u0634\u0627\u0621 \u0644\u0642\u0637\u0629 \u0633\u0631\u064A\u0639\u0629 \u0644\u0644\u0635\u0641\u062D\u0629 \u0627\u0644\u0625\u0644\u0643\u062A\u0631\u0648\u0646\u064A\u0629","shortcutGroup.mouse":"\u062A\u0643\u0648\u064A\u0646 \u0627\u062E\u062A\u0635\u0627\u0631\u0627\u062A \u0627\u0644\u0645\u0627\u0648\u0633 \u0627\u0644\u0645\u0639\u0644\u0642\u0629","intro.subtitleTitle":"\u0639\u0631\u0636 \u0627\u0644\u062A\u0631\u062C\u0645\u0627\u062A \u0627\u0644\u0645\u0632\u062F\u0648\u062C\u0629 \u0644\u0644\u0641\u064A\u062F\u064A\u0648 \u0639\u0628\u0631 \u0627\u0644\u0625\u0646\u062A\u0631\u0646\u062A","floatBall.longPress":"\u0627\u0636\u063A\u0637 \u0645\u0639 \u0627\u0644\u0627\u0633\u062A\u0645\u0631\u0627\u0631 \u0644\u0641\u062A\u062D \u0644\u0648\u062D\u0629 \u0627\u0644\u0625\u0639\u062F\u0627\u062F\u0627\u062A \u0628\u0633\u0631\u0639\u0629",touchShortcutsToggleTranslateTouchElement:"\u062A\u0639\u064A\u064A\u0646 \u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0641\u0642\u0631\u0629 \u0627\u0644\u0645\u062D\u062F\u062F\u0629 \u0628\u0648\u0627\u0633\u0637\u0629 \u0627\u0644\u0625\u064A\u0645\u0627\u0621\u0627\u062A \u0639\u0644\u0649 \u0627\u0644\u0634\u0627\u0634\u0629 \u0627\u0644\u062A\u064A \u062A\u0639\u0645\u0644 \u0628\u0627\u0644\u0644\u0645\u0633","browser.translateWithBing":"\u0627\u0633\u062A\u062E\u062F\u0645 \u062A\u0631\u062C\u0645\u0629 \u0645\u0627\u064A\u0643\u0631\u0648\u0633\u0648\u0641\u062A \u0645\u0624\u0642\u062A\u064B\u0627 \u0644\u0644\u0635\u0641\u062D\u0629 \u0627\u0644\u062D\u0627\u0644\u064A\u0629","error.subscriptionExpired":"\u0642\u062F \u064A\u0643\u0648\u0646 \u0639\u0636\u0648\u064A\u062A\u0643 \u0642\u062F \u0627\u0646\u062A\u0647\u062A \u060C \u064A\u0631\u062C\u0649 \u0627\u0644\u062A\u062D\u0642\u0642 \u0645\u0646 \u062D\u0627\u0644\u0629 \u0639\u0636\u0648\u064A\u062A\u0643","browser.translateWithGemini":"\u0627\u0633\u062A\u062E\u062F\u0645 Gemini \u0645\u0624\u0642\u062A\u064B\u0627 \u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0635\u0641\u062D\u0629 \u0627\u0644\u062D\u0627\u0644\u064A\u0629","desc.touchShortcutsToggleTranslateTouchElement":"\u0642\u0645 \u0628\u062A\u062E\u0635\u064A\u0635 \u0625\u0634\u0627\u0631\u0629 \u0628\u064A\u062F\u0643\u060C \u0648\u064A\u0645\u0643\u0646\u0643 \u062A\u0631\u062C\u0645\u0629 \u0623\u064A \u0641\u0642\u0631\u0629 \u062A\u0648\u0627\u062C\u062F \u0641\u064A\u0647\u0627.","browser.translateWithTransmart":"\u0627\u0633\u062A\u062E\u062F\u0645 \u062A\u0631\u062C\u0645\u0629 \u062A\u064A\u0646\u0633\u0646\u062A \u0645\u0624\u0642\u062A\u064B\u0627 \u0644\u0644\u0635\u0641\u062D\u0629 \u0627\u0644\u062D\u0627\u0644\u064A\u0629","desc.interfaceLanguage":"\u062A\u0624\u062B\u0631 \u0625\u0639\u062F\u0627\u062F\u0627\u062A \u0644\u063A\u0629 \u0627\u0644\u0648\u0627\u062C\u0647\u0629 \u0639\u0644\u0649 \u0644\u063A\u0629 \u0639\u0631\u0636 \u0644\u0648\u062D\u0629 \u0627\u0644\u062A\u062D\u0643\u0645\u060C \u0648\u0644\u0627 \u062A\u062A\u0639\u0644\u0642 \u0628\u0644\u063A\u0629 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0645\u0633\u062A\u0647\u062F\u0641\u0629.",touchShortcutsToggleTranslationMask:"\u062A\u0639\u064A\u064A\u0646 \u0625\u064A\u0645\u0627\u0621\u0627\u062A \u0627\u0644\u0634\u0627\u0634\u0629 \u0627\u0644\u062A\u064A \u062A\u0639\u0645\u0644 \u0628\u0627\u0644\u0644\u0645\u0633 \u0644\u0639\u0631\u0636 \u0642\u0646\u0627\u0639 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 / \u0639\u0631\u0636 \u0627\u0644\u0646\u0635 \u0627\u0644\u0623\u0635\u0644\u064A","browser.toggleMouseHoverTranslateDirectly":"\u062A\u0645\u0643\u064A\u0646 \u0623\u0648 \u062A\u0639\u0637\u064A\u0644 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0645\u0628\u0627\u0634\u0631\u0629 \u0639\u0646\u062F \u062A\u0645\u0631\u064A\u0631 \u0627\u0644\u0645\u0627\u0648\u0633 \u0645\u0624\u0642\u062A\u064B\u0627 \u0639\u0644\u0649 \u0627\u0644\u0635\u0641\u062D\u0629","floatBall.guideClickToTranslate":`\u0627\u0646\u0642\u0631 \u0639\u0644\u0649 \u0643\u0631\u0629 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0639\u0627\u0626\u0645\u0629 \u0627\u0644\u063A\u0627\u0645\u0631\u0629 \u0644\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0633\u0631\u064A\u0639\u0629`,"description.baiduField":"\u062A\u0631\u0649 \u0627\u0644\u0645\u062C\u0627\u0644\u0627\u062A \u0627\u0644\u0645\u062F\u0639\u0648\u0645\u0629 <1> \u0647\u0646\u0627 \u060C \u0625\u0630\u0627 \u0643\u0627\u0646\u062A \u0641\u0627\u0631\u063A\u0629 \u060C \u0641\u0647\u0630\u0627 \u064A\u0639\u0646\u064A \u0623\u0646 \u0627\u0644\u0645\u062C\u0627\u0644 \u063A\u064A\u0631 \u0645\u062D\u062F\u062F","error.reason":"\u0633\u0628\u0628 \u0627\u0644\u062E\u0637\u0623","browser.toggleVideoSubtitlePreTranslation":"\u062A\u0628\u062F\u064A\u0644 \u0625\u0644\u0649 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u063A\u0627\u0645\u0631\u0629 \u0627\u0644\u0645\u0641\u0636\u0644\u0629 \u0644\u0644\u062A\u0631\u062C\u0645\u0627\u062A \u0627\u0644\u062B\u0646\u0627\u0626\u064A\u0629 \u0627\u0644\u0644\u063A\u0629",touchShortcutsToggleTranslatePage:"\u0642\u0645 \u0628\u062A\u0639\u064A\u064A\u0646 \u0627\u0644\u0625\u064A\u0645\u0627\u0621\u0627\u062A \u0639\u0644\u0649 \u0627\u0644\u0634\u0627\u0634\u0629 \u0627\u0644\u062A\u064A \u062A\u0639\u0645\u0644 \u0628\u0627\u0644\u0644\u0645\u0633 \u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0635\u0641\u062D\u0627\u062A \u0627\u0644\u0625\u0644\u0643\u062A\u0631\u0648\u0646\u064A\u0629 / \u0639\u0631\u0636 \u0627\u0644\u0646\u0635 \u0627\u0644\u0623\u0635\u0644\u064A","subtitle.showQuickButtonDescription":"\u062A\u0648\u0641\u0631 \u0645\u0634\u063A\u0644 \u0627\u0644\u0641\u064A\u062F\u064A\u0648 \u0637\u0631\u064A\u0642\u0629 \u0645\u062E\u062A\u0635\u0631\u0629 \u0644\u062A\u0645\u0643\u064A\u0646 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u062B\u0646\u0627\u0626\u064A\u0629 \u0641\u064A \u0627\u0644\u0632\u0627\u0648\u064A\u0629 \u0627\u0644\u064A\u0645\u0646\u0649 \u0627\u0644\u0633\u0641\u0644\u0649",mouseHoverCustomKeyDescription:"\u064A\u0645\u0643\u0646\u0643 \u062A\u062E\u0635\u064A\u0635 \u0645\u062C\u0645\u0648\u0639\u0629 \u0645\u0641\u0627\u062A\u064A\u062D \u0627\u062E\u062A\u0635\u0627\u0631 \u0644\u062A\u0645\u0631\u064A\u0631 \u0627\u0644\u0645\u0627\u0648\u0633\u060C \u0645\u062B\u0644: Alt+Z\u060C Ctrl+E\u060C Cmd+Alt+E \u0623\u0648 \u0645\u0628\u0627\u0634\u0631\u0629 Cmd\u060C \u0627\u0644\u0631\u062C\u0627\u0621 \u0627\u0644\u0625\u062F\u062E\u0627\u0644 \u064A\u062F\u0648\u064A\u0627","desc.toggleTranslateTheMainPage":"\u062A\u0631\u062C\u0645 \u0641\u0642\u0637 \u0627\u0644\u0645\u0646\u0627\u0637\u0642 \u0627\u0644\u0631\u0626\u064A\u0633\u064A\u0629 \u0644\u0644\u0635\u0641\u062D\u0629 \u060C \u0639\u0646\u062F \u062A\u0645\u0643\u064A\u0646\u0643 \u0644\u062A\u0631\u062C\u0645\u0629 \u062C\u0645\u064A\u0639 \u0645\u0646\u0627\u0637\u0642 \u0627\u0644\u0635\u0641\u062D\u0629 \u0641\u064A \u0627\u0644\u0625\u0639\u062F\u0627\u062F\u0627\u062A \u0627\u0644\u0645\u062A\u0642\u062F\u0645\u0629 \u060C \u064A\u0645\u0643\u0646\u0643 \u0627\u0633\u062A\u062E\u062F\u0627\u0645 \u0647\u0630\u0627 \u0627\u0644\u0627\u062E\u062A\u0635\u0627\u0631 \u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0645\u0646\u0627\u0637\u0642 \u0627\u0644\u0631\u0626\u064A\u0633\u064A\u0629 \u0644\u0644\u0635\u0641\u062D\u0629 \u0641\u0642\u0637.","contact.description":"\u0625\u0630\u0627 \u0643\u0627\u0646 \u0644\u062F\u064A\u0643 \u0623\u064A \u0623\u0633\u0626\u0644\u0629 \u0623\u0648 \u0627\u0642\u062A\u0631\u0627\u062D\u0627\u062A\u060C \u0641\u0646\u062D\u0646 \u0646\u0631\u062D\u0628 \u0628\u0643 \u0644\u0645\u0644\u0621 \u0627\u0644\u0646\u0645\u0648\u0630\u062C \u0623\u062F\u0646\u0627\u0647 \u0644\u0644\u0627\u062A\u0635\u0627\u0644 \u0628\u0646\u0627\u060C \u0623\u0648 \u0625\u0631\u0633\u0627\u0644 \u0628\u0631\u064A\u062F \u0625\u0644\u0643\u062A\u0631\u0648\u0646\u064A \u0625\u0644\u0649 {email}\u060C \u0648\u0633\u0646\u0631\u062F \u0639\u0644\u064A\u0643 \u0641\u064A \u0623\u0642\u0631\u0628 \u0648\u0642\u062A \u0645\u0645\u0643\u0646.","desc.toggleTranslateTheWholePage":"\u062A\u0631\u062C\u0645\u0629 \u062C\u0645\u064A\u0639 \u0627\u0644\u0645\u0646\u0627\u0637\u0642 \u0641\u064A \u0627\u0644\u0635\u0641\u062D\u0629\u060C \u0628\u0634\u0643\u0644 \u0627\u0641\u062A\u0631\u0627\u0636\u064A\u060C \u0633\u0646\u062A\u0631\u062C\u0645 \u0627\u0644\u0645\u0646\u0627\u0637\u0642 \u0627\u0644\u0631\u0626\u064A\u0633\u064A\u0629 \u0641\u064A \u0627\u0644\u0635\u0641\u062D\u0629\u060C \u064A\u0645\u0643\u0646\u0643 \u0627\u0633\u062A\u062E\u062F\u0627\u0645 \u0647\u0630\u0627 \u0627\u0644\u0627\u062E\u062A\u0635\u0627\u0631 \u0644\u062A\u0631\u062C\u0645\u0629 \u062C\u0645\u064A\u0639 \u0627\u0644\u0645\u0646\u0627\u0637\u0642 \u0641\u064A \u0627\u0644\u0635\u0641\u062D\u0629 \u0628\u0634\u0643\u0644 \u062E\u0627\u0635.",confirmResetToDefaultSettings:"\u0647\u0644 \u062A\u0631\u064A\u062F \u0628\u0627\u0644\u062A\u0623\u0643\u064A\u062F \u0627\u0633\u062A\u0639\u0627\u062F\u0629 \u0647\u0630\u0647 \u0627\u0644\u062E\u062F\u0645\u0629 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0625\u0644\u0649 \u0627\u0644\u0625\u0639\u062F\u0627\u062F\u0627\u062A \u0627\u0644\u0627\u0641\u062A\u0631\u0627\u0636\u064A\u0629\u061F (\u0625\u0639\u0627\u062F\u0629 \u062A\u0639\u064A\u064A\u0646 \u0625\u0639\u062F\u0627\u062F\u0627\u062A \u062E\u062F\u0645\u0629 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u062D\u0627\u0644\u064A\u0629 \u0641\u0642\u0637)",shortcutDisableTooltip:"\u064A\u0631\u062C\u0649 \u0627\u0644\u0642\u064A\u0627\u0645 \u0628\u0627\u0644\u0625\u0639\u062F\u0627\u062F\u0627\u062A \u0641\u064A \u0635\u0641\u062D\u0629 \u0625\u062F\u0627\u0631\u0629 \u0627\u062E\u062A\u0635\u0627\u0631\u0627\u062A \u0627\u0644\u0645\u062A\u0635\u0641\u062D \u0627\u0644\u0645\u0642\u062F\u0645\u0629 \u060C \u0644\u0644\u0645\u0632\u064A\u062F \u0645\u0646 \u0627\u0644\u0625\u0631\u0634\u0627\u062F\u0627\u062A \u060C \u064A\u0631\u062C\u0649 \u0627\u0644\u0627\u0637\u0644\u0627\u0639 \u0639\u0644\u0649 \u0627\u0644\u062A\u0639\u0644\u064A\u0645\u0627\u062A \u0641\u064A \u0623\u0639\u0644\u0649 \u0647\u0630\u0647 \u0627\u0644\u0635\u0641\u062D\u0629.","desc.toggleMouseHoverTranslateDirectly":"\u0628\u0639\u062F \u0627\u0644\u0636\u063A\u0637 \u0639\u0644\u0649 \u0647\u0630\u0627 \u0627\u0644\u0645\u0641\u062A\u0627\u062D \u0627\u0644\u0633\u0631\u064A\u0639 \u060C \u0639\u0644\u0649 \u0627\u0644\u0635\u0641\u062D\u0629 \u060C \u0637\u0627\u0644\u0645\u0627 \u0623\u0634\u0627\u0631 \u0627\u0644\u0645\u0627\u0648\u0633 \u0625\u0644\u0649 \u0623\u064A \u0646\u0635 \u060C \u0633\u064A\u062A\u0645 \u062A\u0631\u062C\u0645\u0629 \u0647\u0630\u0627 \u0627\u0644\u0646\u0635 \u062A\u0644\u0642\u0627\u0626\u064A\u064B\u0627. \u0627\u0636\u063A\u0637 \u0639\u0644\u0649 \u0627\u0644\u0645\u0641\u062A\u0627\u062D \u0627\u0644\u0633\u0631\u064A\u0639 \u0645\u0631\u0629 \u0623\u062E\u0631\u0649 \u060C \u0648\u0633\u064A\u062A\u0645 \u0625\u063A\u0644\u0627\u0642 \u0647\u0630\u0647 \u0627\u0644\u0648\u0638\u064A\u0641\u0629 \u0627\u0644\u062A\u0644\u0642\u0627\u0626\u064A\u0629 \u0644\u0644\u062A\u0631\u062C\u0645\u0629.","desc.mouseHoverHoldKey":"\u0639\u0646\u062F \u062A\u0645\u0631\u064A\u0631 \u0627\u0644\u0645\u0627\u0648\u0633 \u0641\u0648\u0642 \u0641\u0642\u0631\u0629 \u0645\u0639\u064A\u0646\u0629 \u0648\u0627\u0644\u0636\u063A\u0637 \u0639\u0644\u0649 \u0627\u0644\u0645\u0641\u062A\u0627\u062D \u0627\u0644\u0633\u0631\u064A\u0639 \u0639\u0644\u0649 \u0627\u0644\u062C\u0627\u0646\u0628 \u0627\u0644\u0623\u064A\u0645\u0646 \u0641\u064A \u0627\u0644\u0648\u0642\u062A \u0646\u0641\u0633\u0647\u060C \u064A\u0645\u0643\u0646\u0643 \u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0641\u0642\u0631\u0629 \u0645\u0628\u0627\u0634\u0631\u0629.",paragraphMinTextCountDesc:"\u064A\u0631\u062C\u0649 \u0627\u0644\u0627\u0646\u062A\u0628\u0627\u0647 \u060C \u0647\u0646\u0627 \u064A\u062A\u0645 \u0627\u0644\u0625\u0634\u0627\u0631\u0629 \u0625\u0644\u0649 \u0637\u0648\u0644 \u0627\u0644\u062D\u0631\u0641 \u060C \u0639\u0644\u0649 \u0633\u0628\u064A\u0644 \u0627\u0644\u0645\u062B\u0627\u0644: hello \u0647\u0648 5 \u0623\u062D\u0631\u0641 \u060C \u0648\u062A\u0639\u064A\u064A\u0646 \u0642\u064A\u0645\u0629 \u0623\u0643\u0628\u0631 \u064A\u0645\u0643\u0646 \u0623\u0646 \u064A\u0642\u0644\u0644 \u0645\u0646 \u0627\u0644\u062A\u0631\u062C\u0645\u0627\u062A \u063A\u064A\u0631 \u0627\u0644\u0636\u0631\u0648\u0631\u064A\u0629 \u0644\u0644\u0641\u0642\u0631\u0627\u062A \u0627\u0644\u0635\u063A\u064A\u0631\u0629.","desc.touchShortcutsToggleTranslationMask":"\u062A\u0634\u064A\u0631 \u0642\u0646\u0627\u0639 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0625\u0644\u0649 \u062A\u0623\u062B\u064A\u0631 \u0627\u0644\u0636\u0628\u0627\u0628\u064A\u0629 \u0641\u064A \u0646\u0645\u0637 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 (\u0648\u0636\u0639 \u0627\u0644\u062A\u0639\u0644\u0645) \u060C \u0648\u0628\u0639\u062F \u0627\u0644\u062A\u0634\u063A\u064A\u0644 \u060C \u064A\u062A\u0645 \u0627\u0633\u062A\u062E\u062F\u0627\u0645 \u062A\u0623\u062B\u064A\u0631 \u0627\u0644\u0636\u0628\u0627\u0628\u064A\u0629 \u0645\u0624\u0642\u062A\u064B\u0627 \u0639\u0644\u0649 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u060C \u0645\u0645\u0627 \u064A\u0633\u0647\u0644 \u0627\u0644\u062A\u0639\u0644\u0645.","intro.floatBallDescription":"\u0628\u0639\u062F \u0627\u0644\u062A\u0641\u0639\u064A\u0644\u060C \u0633\u064A\u0638\u0647\u0631 \u0632\u0631 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0633\u0631\u064A\u0639\u0629 \u0639\u0644\u0649 \u0627\u0644\u062C\u0627\u0646\u0628 \u0627\u0644\u0623\u064A\u0645\u0646 \u0645\u0646 \u0627\u0644\u0635\u0641\u062D\u0629\u060C \u0627\u0646\u0642\u0631 \u0639\u0644\u064A\u0647 \u0644\u0644\u062A\u0631\u062C\u0645\u0629\u060C \u0648\u0627\u0646\u0642\u0631 \u0645\u0631\u0629 \u0623\u062E\u0631\u0649 \u0644\u0644\u0639\u0648\u062F\u0629 \u0625\u0644\u0649 \u0627\u0644\u0646\u0635 \u0627\u0644\u0623\u0635\u0644\u064A. \u0639\u0644\u0649 \u0627\u0644\u0623\u062C\u0647\u0632\u0629 \u0627\u0644\u0645\u062D\u0645\u0648\u0644\u0629\u060C \u0627\u0636\u063A\u0637 \u0645\u0639 \u0627\u0644\u0627\u0633\u062A\u0645\u0631\u0627\u0631 \u0639\u0644\u0649 \u0627\u0644\u0643\u0631\u0629 \u0627\u0644\u0645\u0639\u0644\u0642\u0629 \u0644\u0641\u062A\u062D \u0644\u0648\u062D\u0629 \u0627\u0644\u0625\u0639\u062F\u0627\u062F\u0627\u062A \u0627\u0644\u0633\u0631\u064A\u0639\u0629.","desc.touchShortcutsToggleTranslatePage":"\u0628\u0639\u062F \u0627\u0644\u0625\u0639\u062F\u0627\u062F \u060C \u0639\u0646\u062F \u0627\u0644\u062A\u0646\u0642\u0644 \u0628\u0627\u0644\u062C\u0647\u0627\u0632 \u0627\u0644\u0645\u062D\u0645\u0648\u0644 \u060C \u064A\u0645\u0643\u0646\u0643 \u0627\u0633\u062A\u062E\u062F\u0627\u0645 X \u0623\u0635\u0627\u0628\u0639 \u0644\u0644\u0645\u0633 \u0627\u0644\u0634\u0627\u0634\u0629 \u0641\u064A \u0646\u0641\u0633 \u0627\u0644\u0648\u0642\u062A \u060C \u0623\u0648 \u0627\u0644\u062A\u0645\u0631\u064A\u0631 \u0644\u0644\u064A\u0645\u064A\u0646 \u0648\u0627\u0644\u064A\u0633\u0627\u0631 \u060C \u0623\u0648 \u0627\u0644\u0646\u0642\u0631 \u0627\u0644\u0645\u062A\u0648\u0627\u0635\u0644 \u060C \u0644\u062A\u0641\u0639\u064A\u0644 \u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0635\u0641\u062D\u0629 / \u0639\u0631\u0636 \u0627\u0644\u0646\u0635 \u0627\u0644\u0623\u0635\u0644\u064A.",translationOnlyModeDescription:"\u062A\u0634\u064A\u0631 \u0648\u0636\u0639\u064A\u0629 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0641\u0642\u0637 \u0625\u0644\u0649 \u0639\u0631\u0636 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0641\u0642\u0637\u060C \u0648\u0644\u064A\u0633 \u0627\u0644\u0648\u0636\u0639 \u0627\u0644\u062B\u0646\u0627\u0626\u064A \u0627\u0644\u0644\u063A\u0629 \u0627\u0644\u0627\u0641\u062A\u0631\u0627\u0636\u064A. \u0627\u0644\u0631\u062C\u0627\u0621 \u0645\u0644\u0627\u062D\u0638\u0629: \u0628\u0633\u0628\u0628 \u0645\u0634\u0643\u0644\u0627\u062A \u0627\u0644\u062A\u0642\u0646\u064A\u0629\u060C \u0633\u062A\u0635\u0628\u062D \u0627\u0644\u0631\u0648\u0627\u0628\u0637 \u0627\u0644\u0641\u0627\u0626\u0642\u0629 \u0641\u064A \u0627\u0644\u0646\u0635 \u0627\u0644\u0623\u0635\u0644\u064A \u063A\u064A\u0631 \u0641\u0639\u0627\u0644\u0629 \u0641\u064A \u0648\u0636\u0639\u064A\u0629 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0641\u0642\u0637.","intro.hoverDescription":"\u062A\u0639\u062F \u0648\u0638\u064A\u0641\u0629 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0639\u0646\u062F \u062A\u0645\u0631\u064A\u0631 \u0627\u0644\u0645\u0624\u0634\u0631 \u0641\u0648\u0642 \u0627\u0644\u0646\u0635 \u062C\u0632\u0621\u064B\u0627 \u0645\u0647\u0645\u064B\u0627 \u062C\u062F\u064B\u0627 \u0645\u0646 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u063A\u0627\u0645\u0631\u0629\u060C \u0641\u0642\u0637 \u0636\u0639 \u0627\u0644\u0645\u0624\u0634\u0631 \u0639\u0644\u0649 \u0627\u0644\u0641\u0642\u0631\u0629 \u0648\u0627\u0636\u063A\u0637 \u0639\u0644\u0649 \u0627\u0644\u0645\u0641\u062A\u0627\u062D \u0627\u0644\u0633\u0631\u064A\u0639 \u0627\u0644\u0645\u062D\u062F\u062F \u0641\u064A \u0646\u0641\u0633 \u0627\u0644\u0648\u0642\u062A\u060C \u0648\u0633\u064A\u062A\u0645 \u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0641\u0642\u0631\u0629 \u0627\u0644\u062D\u0627\u0644\u064A\u0629 \u062A\u0644\u0642\u0627\u0626\u064A\u064B\u0627 (\u0645\u0644\u0627\u062D\u0638\u0629: \u0627\u0644\u0625\u0639\u062F\u0627\u062F \u0627\u0644\u0627\u0641\u062A\u0631\u0627\u0636\u064A \u0644\u064A\u0633 \u0645\u0641\u0639\u0644\u0627\u064B\u060C \u064A\u0631\u062C\u0649 \u0627\u0644\u0625\u0639\u062F\u0627\u062F \u0623\u062F\u0646\u0627\u0647)\u060C \u064A\u062A\u0645 \u0627\u0633\u062A\u062E\u062F\u0627\u0645 \u0647\u0630\u0627 \u0627\u0644\u062A\u0641\u0627\u0639\u0644 \u0644\u0627\u0633\u062A\u0628\u062F\u0627\u0644 \u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0643\u0644\u0645\u0627\u062A \u0627\u0644\u0645\u062D\u062F\u062F\u0629 \u0628\u0634\u0643\u0644 \u0623\u0641\u0636\u0644\u060C \u0628\u0627\u0644\u0625\u0636\u0627\u0641\u0629 \u0625\u0644\u0649 \u0630\u0644\u0643\u060C \u064A\u062A\u0645 \u0627\u0633\u062A\u062E\u062F\u0627\u0645 \u0647\u0630\u0647 \u0627\u0644\u0648\u0638\u064A\u0641\u0629 \u0639\u0644\u0649 \u0646\u0637\u0627\u0642 \u0648\u0627\u0633\u0639 \u0641\u064A \u062A\u0644\u0643 \u0627\u0644\u0645\u0646\u0627\u0637\u0642 \u0627\u0644\u062A\u064A \u0644\u0627 \u064A\u0645\u0643\u0646 \u0627\u0644\u062A\u0639\u0631\u0641 \u0639\u0644\u064A\u0647\u0627 \u0644\u0644\u062A\u0631\u062C\u0645\u0629\u060C \u064A\u0645\u0643\u0646\u0643 \u0627\u0633\u062A\u062E\u062F\u0627\u0645 \u0647\u0630\u0647 \u0627\u0644\u0648\u0638\u064A\u0641\u0629 \u0644\u062A\u0631\u062C\u0645\u0629 \u0623\u064A \u0641\u0642\u0631\u0629 \u0628\u0627\u0644\u0642\u0648\u0629.","neverTranslateText.description":"\u0628\u0633\u0628\u0628 \u0623\u0646 \u0628\u0639\u0636 \u0645\u062D\u0631\u0643\u0627\u062A \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0644\u0627 \u062A\u062A\u0639\u0631\u0641 \u0628\u0634\u0643\u0644 \u0645\u062B\u0627\u0644\u064A \u0639\u0644\u0649 \u0627\u0644\u0623\u0633\u0645\u0627\u0621 \u0627\u0644\u062E\u0627\u0635\u0629\u060C \u064A\u0645\u0643\u0646\u0643 \u0625\u0636\u0627\u0641\u0629 \u0643\u0644\u0645\u0627\u062A \u0647\u0646\u0627 \u0644\u0644\u062A\u0623\u0643\u062F \u0645\u0646 \u0623\u0646\u0647\u0627 \u0644\u0646 \u062A\u062A\u063A\u064A\u0631 \u0623\u062B\u0646\u0627\u0621 \u0639\u0645\u0644\u064A\u0629 \u0627\u0644\u062A\u0631\u062C\u0645\u0629. \u064A\u0631\u062C\u0649 \u0645\u0644\u0627\u062D\u0638\u0629 \u0623\u0646 \u0647\u0630\u0647 \u0627\u0644\u0648\u0638\u064A\u0641\u0629 \u062A\u0639\u062A\u0645\u062F \u0639\u0644\u0649 \u062D\u062C\u0645 \u0627\u0644\u062D\u0631\u0648\u0641\u060C \u0648\u062A\u062F\u0639\u0645 \u0641\u0642\u0637 \u0627\u0644\u0644\u063A\u0627\u062A \u0627\u0644\u062A\u064A \u062A\u0641\u0635\u0644 \u0627\u0644\u0643\u0644\u0645\u0627\u062A \u0628\u0645\u0633\u0627\u0641\u0627\u062A (\u0645\u062B\u0644 \u0627\u0644\u0625\u0646\u062C\u0644\u064A\u0632\u064A\u0629 \u0648\u0627\u0644\u0641\u0631\u0646\u0633\u064A\u0629)\u060C \u0648\u0644\u0627 \u062A\u0646\u0637\u0628\u0642 \u0639\u0644\u0649 \u0627\u0644\u0644\u063A\u0627\u062A \u0645\u062B\u0644 \u0627\u0644\u064A\u0627\u0628\u0627\u0646\u064A\u0629 \u0648\u0627\u0644\u0643\u0648\u0631\u064A\u0629.","intro.subtitleDescription":"\u0628\u0639\u062F \u062A\u0641\u0639\u064A\u0644 \u0647\u0630\u0647 \u0627\u0644\u0648\u0638\u064A\u0641\u0629\u060C \u0633\u064A\u062A\u0645 \u0639\u0631\u0636 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u062B\u0646\u0627\u0626\u064A\u0629 \u062A\u0644\u0642\u0627\u0626\u064A\u064B\u0627 \u0623\u062B\u0646\u0627\u0621 \u062A\u0634\u063A\u064A\u0644 \u0627\u0644\u0641\u064A\u062F\u064A\u0648. \u0625\u0630\u0627 \u0644\u0645 \u064A\u062A\u0645 \u0627\u0644\u062A\u0641\u0639\u064A\u0644\u060C \u0633\u062A\u062D\u062A\u0627\u062C \u0625\u0644\u0649 \u0627\u0644\u0646\u0642\u0631 \u064A\u062F\u0648\u064A\u064B\u0627 \u0639\u0644\u0649 \u0632\u0631 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0639\u0644\u0649 \u0627\u0644\u0635\u0641\u062D\u0629 \u0644\u0639\u0631\u0636 \u0627\u0644\u062A\u0631\u062C\u0645\u0629. \u064A\u0631\u062C\u0649 \u0645\u0644\u0627\u062D\u0638\u0629 \u0623\u0646 \u0628\u0639\u0636 \u0627\u0644\u0645\u0648\u0627\u0642\u0639 \u0642\u062F \u062A\u062D\u062A\u0627\u062C \u0625\u0644\u0649 \u062A\u062D\u062F\u064A\u062B \u0627\u0644\u0635\u0641\u062D\u0629 \u0623\u0648 \u0627\u0644\u0627\u0646\u062A\u0638\u0627\u0631 \u062D\u062A\u0649 \u064A\u062A\u0645 \u0627\u0644\u0627\u0646\u062A\u0647\u0627\u0621 \u0645\u0646 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0639\u0646\u062F \u062A\u0641\u0639\u064A\u0644 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0644\u0623\u0648\u0644 \u0645\u0631\u0629 \u0644\u0639\u0631\u0636 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u062B\u0646\u0627\u0626\u064A\u0629. (\u0628\u0627\u0644\u0625\u0636\u0627\u0641\u0629 \u0625\u0644\u0649 \u0630\u0644\u0643\u060C \u064A\u0645\u0643\u0646\u0643 \u0623\u064A\u0636\u064B\u0627 \u062A\u0641\u0639\u064A\u0644 / \u0625\u0644\u063A\u0627\u0621 \u062A\u0641\u0639\u064A\u0644 \u0644\u0648\u062D\u0629 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u063A\u0627\u0645\u0631\u0629 \u0645\u0646 \u0627\u0644\u0632\u0627\u0648\u064A\u0629 \u0627\u0644\u0639\u0644\u0648\u064A\u0629 \u0627\u0644\u064A\u0645\u0646\u0649 \u0628\u0639\u062F \u0641\u062A\u062D \u0645\u0648\u0642\u0639 \u0627\u0644\u0641\u064A\u062F\u064A\u0648)

\u064A\u062A\u0645 \u0627\u0644\u0622\u0646 \u062F\u0639\u0645 \u0627\u0633\u062A\u062E\u062F\u0627\u0645 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u062B\u0646\u0627\u0626\u064A\u0629 \u0639\u0644\u0649 \u0647\u0630\u0647 \u0627\u0644\u0645\u0648\u0627\u0642\u0639:",geminiWarning:"\u062A\u0646\u0628\u064A\u0647: \u0627\u0644\u062E\u062F\u0645\u0629 \u0627\u0644\u0645\u062C\u0627\u0646\u064A\u0629 \u0644\u0640 Gemini \u0627\u0644\u062A\u064A \u062A\u0642\u062F\u0645\u0647\u0627 Google \u0644\u0647\u0627 \u0642\u064A\u0648\u062F \u0635\u0627\u0631\u0645\u0629\u060C \u0642\u062F \u064A\u062D\u0643\u0645 Google \u0623\u0646 \u0627\u0644\u0645\u0633\u062A\u062E\u062F\u0645 \u064A\u0633\u062A\u062E\u062F\u0645 \u0645\u0641\u0627\u062A\u064A\u062D \u0645\u062A\u0639\u062F\u062F\u0629 \u0644\u062A\u062C\u0646\u0628 \u0642\u064A\u0648\u062F \u0627\u0644\u062D\u0635\u0629 \u0627\u0644\u0645\u062C\u0627\u0646\u064A\u0629 \u0627\u0644\u062E\u0627\u0635\u0629 \u0628\u0647\u0645\u060C \u0644\u0630\u0627 \u0644\u0627 \u064A\u064F\u0646\u0635\u062D \u0628\u0627\u0633\u062A\u062E\u062F\u0627\u0645\u0647\u0627\u060C \u064A\u064F\u0641\u0636\u0644 \u0627\u0644\u0627\u0646\u062A\u0638\u0627\u0631 \u062D\u062A\u0649 \u062A\u0641\u062A\u062D Google \u0648\u0627\u062C\u0647\u0629 \u0628\u0631\u0645\u062C\u0629 \u0627\u0644\u062A\u0637\u0628\u064A\u0642\u0627\u062A \u0627\u0644\u0645\u062F\u0641\u0648\u0639\u0629 \u0644\u0640 Gemini \u0641\u064A \u0627\u0644\u0645\u0633\u062A\u0642\u0628\u0644 \u0644\u0627\u0633\u062A\u062E\u062F\u0627\u0645\u0647\u0627.","floatBall.setting":"\u0625\u0639\u062F\u0627\u062F\u0627\u062A","floatBall.file":`\u062A\u0631\u062C\u0645\u0629 \u0645\u0644\u0641\u0627\u062A PDF\u060C EPUB\u060C SRT\u060C ASS\u060C HTML\u060C TXT`,"floatBall.translateToLanguage":"\u0627\u0646\u0642\u0631 \u0644\u0644\u062A\u0631\u062C\u0645\u0629 \u0625\u0644\u0649 {language}",changeToOnlyTempTranslationMode:"\u0642\u0645 \u0628\u0627\u0644\u062A\u0628\u062F\u064A\u0644 \u0625\u0644\u0649 \u0625\u0638\u0647\u0627\u0631 \u0627\u0644\u062A\u0631\u062C\u0645\u0627\u062A \u0641\u0642\u0637",changeToDualTempTranslationMode:"\u0627\u0644\u062A\u0628\u062F\u064A\u0644 \u0625\u0644\u0649 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u062B\u0646\u0627\u0626\u064A\u0629 \u0627\u0644\u0644\u063A\u0629","transitionMode.translation":"\u0641\u0642\u0637 \u0627\u0644\u0646\u0635 \u0627\u0644\u0645\u062A\u0631\u062C\u0645","options.navbar.translateFile":"\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0648\u062B\u0627\u0626\u0642","transitionMode.dual":"\u0645\u0642\u0627\u0628\u0644\u0629 \u062B\u0646\u0627\u0626\u064A\u0629 \u0627\u0644\u0644\u063A\u0629","options.navbar.installApp":"\u062A\u062B\u0628\u064A\u062A \u062A\u0637\u0628\u064A\u0642 \u0627\u0644\u0647\u0627\u062A\u0641 \u0627\u0644\u0645\u062D\u0645\u0648\u0644","transitionMode.inherit":"\u0645\u0639 \u0627\u0644\u062D\u0641\u0627\u0638 \u0639\u0644\u0649 \u0627\u0644\u062A\u0646\u0627\u0633\u0642 \u0645\u0639 \u0648\u0636\u0639 \u0639\u0631\u0636 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0627\u0641\u062A\u0631\u0627\u0636\u064A \u0644\u0644\u0646\u0638\u0627\u0645","subtitle.transitionMode":"\u0625\u0639\u062F\u0627\u062F\u0627\u062A \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0641\u0642\u0637 / \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u062B\u0646\u0627\u0626\u064A\u0629 \u0644\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0641\u064A\u062F\u064A\u0648","subtitle.transitionModeDescription":"\u0642\u0645 \u0628\u062A\u0639\u064A\u064A\u0646 \u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0641\u064A\u062F\u064A\u0648 \u0625\u0644\u0649 \u0627\u0644\u0646\u0635 \u0627\u0644\u0645\u062A\u0631\u062C\u0645 \u0641\u0642\u0637 \u0623\u0648 \u0645\u0642\u0627\u0631\u0646\u0629 \u0627\u0644\u0644\u063A\u062A\u064A\u0646",translateFileTooltip:`\u062A\u0631\u062C\u0645\u0629 \u0645\u0644\u0641\u0627\u062A PDF\u060C ePub\u060C srt\u060C ass\u060C HTML\u060C TXT`,"description.subtitlePrompt":`\u0641\u064A \u0633\u064A\u0627\u0642 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u062A\u062D\u062A \u0627\u0644\u0634\u0627\u0634\u0629 \u0639\u0646\u062F \u0625\u0631\u0633\u0627\u0644 \u0639\u062F\u0629 \u0641\u0642\u0631\u0627\u062A\u060C \u064A\u062A\u0645 \u0625\u0631\u0633\u0627\u0644 \u0627\u0644\u062D\u0648\u0627\u0631 \u0625\u0644\u0649 {service} \u0628\u0627\u0633\u0645 \u0627\u0644\u0645\u0633\u062A\u062E\u062F\u0645\u060C \u062D\u064A\u062B {{from}} \u064A\u0645\u062B\u0644 \u0644\u063A\u0629 \u0627\u0644\u0641\u0642\u0631\u0629\u060C \u0648{{to}} \u064A\u0645\u062B\u0644 \u0627\u0644\u0644\u063A\u0629 \u0627\u0644\u0645\u0633\u062A\u0647\u062F\u0641\u0629\u060C \u0648{{yaml}} \u0647\u0648 \u0645\u062D\u062A\u0648\u0649 \u0627\u0644\u0641\u0642\u0631\u0629 \u0627\u0644\u0630\u064A \u0646\u0642\u0648\u0645 \u0628\u062A\u063A\u0644\u064A\u0641\u0647 \u0628\u062A\u0646\u0633\u064A\u0642 yaml\u060C \u0625\u0630\u0627 \u0643\u0627\u0646 \u0644\u062F\u064A\u0643 \u062D\u0627\u062C\u0629 \u0644\u062A\u062E\u0635\u064A\u0635 Prompt\u060C \u064A\u062C\u0628 \u0623\u0646 \u062A\u0636\u0645\u0646 \u0623\u0646 \u0643\u0644 \u0639\u0646\u0635\u0631 \u0641\u064A \u0646\u062A\u0627\u0626\u062C YAML \u0627\u0644\u062A\u064A \u064A\u0631\u062F \u0639\u0644\u064A\u0647\u0627 \u0627\u0644\u0630\u0643\u0627\u0621 \u0627\u0644\u0627\u0635\u0637\u0646\u0627\u0639\u064A \u064A\u062D\u062A\u0648\u064A \u0639\u0644\u0649 \u062D\u0642\u0644 {env.imt_sub_trans_field}\u060C {{imt_sub_trans_field}} \u0647\u0648 \u0627\u0633\u0645 \u0627\u0644\u062D\u0642\u0644 \u0627\u0644\u0630\u064A \u0646\u0631\u063A\u0628 \u0641\u064A \u0623\u0646 \u064A\u0631\u062F \u0639\u0644\u064A\u0647 \u0627\u0644\u0630\u0643\u0627\u0621 \u0627\u0644\u0627\u0635\u0637\u0646\u0627\u0639\u064A \u0628\u0627\u0644\u062A\u0631\u062C\u0645\u0629\u060C \u0627\u0644\u0627\u0641\u062A\u0631\u0627\u0636\u064A \u0647\u0648: {env.imt_sub_trans_field}\u060C {{imt_sub_source_field}} \u0647\u0648 \u0627\u0633\u0645 \u0627\u0644\u062D\u0642\u0644 \u0627\u0644\u0623\u0635\u0644\u064A \u0627\u0644\u0630\u064A \u0646\u0642\u062F\u0645\u0647 \u0644\u0644\u0630\u0643\u0627\u0621 \u0627\u0644\u0627\u0635\u0637\u0646\u0627\u0639\u064A\u060C \u0627\u0644\u0627\u0641\u062A\u0631\u0627\u0636\u064A \u0647\u0648: {env.imt_sub_source_field}\u060C \u0646\u062A\u064A\u062C\u0629 \u0627\u0644\u0639\u064A\u0646\u0629: @@ -5126,7 +5126,7 @@ ass\u060C HTML\u060C TXT`,"description.subtitlePrompt":`\u0641\u064A \u0633\u064 - id: 1 {env.imt_trans_field}: \u0627\u0644\u062A\u0631\u062C\u0645\u0629 - id: 2 - {env.imt_trans_field}: \u0627\u0644\u062A\u0631\u062C\u0645\u0629`,"translationServices.claude":"\u0643\u0644\u0648\u062F","subtitle.quickButton.setting":"\u0625\u0639\u062F\u0627\u062F\u0627\u062A","subtitle.quickButton.white":"\u0623\u0628\u064A\u0636","subtitle.quickButton.black":"\u0627\u0644\u0644\u0648\u0646 \u0627\u0644\u0623\u0633\u0648\u062F","subtitle.quickButton.yellow":"\u0627\u0644\u0644\u0648\u0646 \u0627\u0644\u0623\u0635\u0641\u0631","subtitle.quickButton.backgroundOpacity":"\u0634\u0641\u0627\u0641\u064A\u0629 \u0627\u0644\u062E\u0644\u0641\u064A\u0629","subtitle.quickButton.translationPositionBottom":"\u0623\u0633\u0641\u0644 \u0627\u0644\u0646\u0635 \u0627\u0644\u0623\u0635\u0644\u064A","subtitle.quickButton.backgroundColor":"\u0644\u0648\u0646 \u0627\u0644\u062E\u0644\u0641\u064A\u0629","subtitle.quickButton.cyan":"\u0627\u0644\u0644\u0648\u0646 \u0627\u0644\u0623\u0632\u0631\u0642","subtitle.quickButton.translationPosition":"\u0645\u0648\u0642\u0639 \u0627\u0644\u062A\u0631\u062C\u0645\u0629","subtitle.quickButton.magenta":"\u0627\u0644\u0644\u0648\u0646 \u0627\u0644\u0642\u0631\u0645\u0632\u064A","subtitle.quickButton.translationTextColor":"\u0644\u0648\u0646 \u062E\u0637 \u0627\u0644\u0646\u0635","subtitle.quickButton.red":"\u0627\u0644\u0644\u0648\u0646 \u0627\u0644\u0623\u062D\u0645\u0631","subtitle.quickButton.translationPositionTop":"\u0641\u064A \u0627\u0644\u062C\u0632\u0621 \u0627\u0644\u0639\u0644\u0648\u064A \u0645\u0646 \u0627\u0644\u0646\u0635 \u0627\u0644\u0623\u0635\u0644\u064A","subtitle.quickButton.sourceTextColor":"\u0644\u0648\u0646 \u0627\u0644\u062E\u0637 \u0627\u0644\u0623\u0635\u0644\u064A","subtitle.quickButton.green":"\u0627\u0644\u0644\u0648\u0646 \u0627\u0644\u0623\u062E\u0636\u0631","subtitle.quickButton.sourceFontSize":"\u062D\u062C\u0645 \u0627\u0644\u062E\u0637 \u0627\u0644\u0623\u0635\u0644\u064A","subtitle.quickButton.blue":"\u0627\u0644\u0644\u0648\u0646 \u0627\u0644\u0623\u0632\u0631\u0642","subtitle.quickButton.translationFontSize":"\u062D\u062C\u0645 \u062E\u0637 \u0627\u0644\u0646\u0635 \u0627\u0644\u0645\u062A\u0631\u062C\u0645",attachSubtitleTranslating:"\u0627\u0633\u062A\u062E\u062F\u0645 {service} \u0644\u0644\u062A\u0631\u062C\u0645\u0629...","error.claude.403":"\u0644\u0627 \u062A\u0648\u062C\u062F \u0635\u0644\u0627\u062D\u064A\u0629 \u0645\u0624\u0642\u062A\u0629 \u0644\u0644\u0648\u0635\u0648\u0644 \u0625\u0644\u0649 \u0627\u0644\u062E\u062F\u0645\u0629\u060C \u0642\u062F \u064A\u0643\u0648\u0646 \u0630\u0644\u0643 \u0645\u0631\u062A\u0628\u0637\u064B\u0627 \u0628\u0627\u0644\u0642\u064A\u0648\u062F \u0627\u0644\u062C\u063A\u0631\u0627\u0641\u064A\u0629 \u0644\u0640 Claude \u060C \u064A\u0645\u0643\u0646\u0643 \u0645\u062D\u0627\u0648\u0644\u0629 \u062A\u063A\u064A\u064A\u0631 \u0639\u0646\u0648\u0627\u0646 IP \u0627\u0644\u062E\u0627\u0635 \u0628\u0643 \u060C \u0623\u0648 \u0627\u0633\u062A\u062E\u062F\u0627\u0645 \u062E\u062F\u0645\u0627\u062A \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0623\u062E\u0631\u0649.","browser.brandDescriptionForSafari":"\u3010\u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u063A\u0627\u0645\u0631\u0629\u3011 \u0625\u0636\u0627\u0641\u0629 \u0645\u062C\u0627\u0646\u064A\u0629 \u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0635\u0641\u062D\u0627\u062A \u0627\u0644\u062B\u0646\u0627\u0626\u064A\u0629 \u0627\u0644\u0644\u063A\u0629 (\u0627\u0644\u0646\u0635 \u0627\u0644\u0623\u0635\u0644\u064A / \u0627\u0644\u062A\u0631\u062C\u0645\u0629)\u060C \u062A\u062F\u0639\u0645 \u0641\u064A \u0627\u0644\u0648\u0642\u062A \u0646\u0641\u0633\u0647 \u062A\u0631\u062C\u0645\u0629 PDF \u0648\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0643\u062A\u0628 \u0627\u0644\u0625\u0644\u0643\u062A\u0631\u0648\u0646\u064A\u0629 EPUB \u0645\u0639 \u0627\u0644\u062D\u0641\u0627\u0638 \u0639\u0644\u0649 \u062A\u0646\u0633\u064A\u0642 \u0627\u0644\u0648\u062B\u064A\u0642\u0629 \u0627\u0644\u0623\u0635\u0644\u064A\u0629\u060C \u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u062A\u0631\u062C\u0645\u0627\u062A \u0627\u0644\u062B\u0646\u0627\u0626\u064A\u0629 \u0627\u0644\u0644\u063A\u0629 \u0644\u0644\u0641\u064A\u062F\u064A\u0648\u0647\u0627\u062A \u0639\u0644\u0649 \u0627\u0644\u0625\u0646\u062A\u0631\u0646\u062A \u0645\u062B\u0644 Youtube/Netflix\u060C \u062A\u062F\u0639\u0645 \u062E\u062F\u0645\u0627\u062A \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0631\u0626\u064A\u0633\u064A\u0629 \u0645\u062B\u0644 Deepl/Google\u061B","browser.PdfProFile":"\u062A\u0631\u062C\u0645\u0629 PDF Pro \u0628\u062F\u0639\u0645 \u0645\u0646 \u0627\u0644\u0630\u0643\u0627\u0621 \u0627\u0644\u0627\u0635\u0637\u0646\u0627\u0639\u064A","browser.textTranslate":"\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0646\u0635"};var B4={nologin:"nicht eingeloggt",loginForSafari:"Anmelden oder Registrieren",login:"Anmelden, um eine Mitgliedschaft zu er\xF6ffnen",manageAccount:"Verwaltete Konten",openPremium:"Offene Mitgliedschaft",logout:"Abbrechen",curentPlan:"Aktuelle Pakete",endAt:"Verfallsdatum",endAuto:"automatische Erneuerung",lineBreakMaxTextCount:"Maximal zul\xE4ssige Anzahl von Zeichen pro Satz nach Zeilenumbr\xFCchen","translate-pdf":"Zum \xDCbersetzen PDF anklicken","noSupportTranslate-pdf":"Script nicht unterst\xFCtzt, bitte Plugin verwenden","translate-firefox-local-pdf":"Klicken Sie, um zu PDF importieren zu gelangen",enableLineBreak:"Automatischen Zeilenvorschub f\xFCr lange Abs\xE4tze aktivieren",sponsorLabel:"$1 Gesponserte Entwickler",help:"Hand",browserShortcutsNoteForFirefox:'Um die Verkn\xFCpfungen in Firefox zu \xE4ndern, m\xFCssen Sie die Seite f\xFCr die Verwaltung der Erweiterungen "about:addons" \xF6ffnen, dann auf "Einstellungen" und dann auf "Verkn\xFCpfungen verwalten" klicken, um die Verkn\xFCpfungen festzulegen.',browserShortcutsNoteForChrome:'Um Verkn\xFCpfungen in Chrome zu \xE4ndern, m\xFCssen Sie die Seite f\xFCr die Verwaltung von Erweiterungen \xF6ffnen, sie im Bereich "Verkn\xFCpfungen verwalten" festlegen (chrome://extensions/shortcuts) und auf die Schaltfl\xE4che unten klicken, um zur Seite f\xFCr die Verwaltung von Verkn\xFCpfungen zu gelangen.',browserShortcutsSucks:"Benutzerdefinierte Tastenkombinationen werden wie folgt formatiert (es erfolgt keine automatische Erkennung, bitte direkt eingeben)\uFF1A",enableLineBreakDescription:"Wenn diese Funktion aktiviert ist, werden in langen Abs\xE4tzen am Ende jedes Satzes Zeilenumbr\xFCche eingef\xFCgt, um die Lesbarkeit zu verbessern.","browser.shortBrandName":"Immersions\xFCbersetzung","browser.brandName":"Immersion Translation: Bilinguale Webseiten & PDF \xDCbersetzung","browser.brandDescription":"Bilingual web page translation, also supports PDF translation, bilingual Epub eBook translation, free to use.","browser.toggleTranslatePage":"Seite \xFCbersetzen/ Originaltext anzeigen","browser.toggleTranslateTheWholePage":"Alle Bereiche der Seite \xFCbersetzen/den Originaltext anzeigen","browser.toggleOnlyTransation":"Wechseln Sie in den Zweisprachen-/Nur-\xDCbersetzungsmodus","browser.toggleTranslateToThePageEndImmediately":"Sofortige \xDCbersetzung am Ende der Seite/Anzeige des Originaltextes","browser.toggleTranslateTheMainPage":"Den Hauptbereich der Seite \xFCbersetzen/den Originaltext anzeigen","browser.shareToDraft":"Zweisprachige Seiten teilen","browser.openOptionsPage":"\xD6ffnen Sie die Einstellungsseite","browser.toggleTranslationMask":"Translationsunsch\xE4rfe-Effekt ein-/ausblenden","browser.translateLocalPdfFile":"Lokale PDF-Dateien \xFCbersetzen","browser.openEbookViewer":"Lokale eBooks lesen","browser.openEbookBuilder":"Zweisprachige EPUB eBooks erstellen","browser.translateLocalHtmlFile":"HTML/Txt-Dateien \xFCbersetzen","browser.donateContext":"Erfahren Sie mehr \xFCber die Vorteile eines Sponsors","browser.translateLocalSubtitleFile":"Lokale Untertiteldateien \xFCbersetzen",confirmResetConfig:"Sind Sie sicher, dass Sie die Einstellungen zur\xFCcksetzen wollen?",translationLineBreakSettingTitle:"\xDCbersetzung Zeilenvorschubeinstellung",smartLineBreak:"Smart Line Feed (Berechnung)",alwaysLineBreak:"Immer Zeilenvorschub",isShowContextMenu:"Hinzuf\xFCgen \xFCbersetzter Seiten zu Rechtsklick-Men\xFCpunkten",toggleBeta:"Aktivieren von Beta-Testfunktionen",betaDescription:"Aktivieren Sie Funktionen, die noch experimentell sind, sowie einen \xDCbersetzungsdienst in der Beta-Phase. Treten Sie der <1>Telegram-Gruppe bei, um mehr zu erfahren.",translationLineBreakSettingDescription:"Bei Seiten mit wenig Inhalt sind die Zeilenumbr\xFCche immer ordentlich und \xFCbersichtlich. (Verwenden Sie intelligente Zeilenumbr\xFCche in langen, inhaltsreichen Abs\xE4tzen (mehr als{count}Zeichen), um Platz zu sparen).",tempTranslateDomainTitle:"Dauer des vor\xFCbergehenden Einschaltens der Website-\xDCbersetzung",tempTranslateDomainDescription:"Wenn Sie eine Webseite manuell \xFCbersetzen, schalten Sie die Website vor\xFCbergehend f\xFCr die automatische \xDCbersetzung ein, und Sie k\xF6nnen die vor\xFCbergehende Dauer festlegen.",xMinutes:"{count} Minuten",disabled:"die Verwendung von etw. untersagen",changelog:"Protokoll aktualisieren",toggleTranslatePageWhenThreeFingersOnTheScreen:"Gleichzeitiges Ber\xFChren des Bildschirms mit mehreren Fingern \xFCbersetzt Webseiten/zeigt den Originaltext an",toggleTranslationMaskWhenThreeFingersOnTheScreen:"Durch Ber\xFChren mit mehreren Fingern wird der Unsch\xE4rfeeffekt ein- und ausgeblendet.",fingerCountToToggleTranslagePageOnlyTranslationWhenTouching:"Wenn Sie mit mehreren Fingern gleichzeitig den Bildschirm ber\xFChren, wird die Webseite \xFCbersetzt (nur \xDCbersetzung) bzw. der Originaltext angezeigt.",addUrlDescription:"Kann ein Dom\xE4nenname sein und unterst\xFCtzt auch Wildcards, z. B.\uFF1A*.google.com, google.com/mail/*, https://www.google.com/*",general:"Grundeinstellungen",clickToExpandConfig:"Aktuelle Konfiguration erweitern",import:"Aus Datei importieren",export:"In Datei exportieren",toggleDebug:"Das Debug-Protokoll auf der Konsole ausgeben","fingers.0":"Klageschrift","fingers.2":"Zwei-Finger-Ber\xFChrung","fingers.3":"Drei-Finger-Ber\xFChrung","fingers.4":"Vier-Finger-Ber\xFChrung","fingers.5":"F\xFCnf-Finger-Ber\xFChrung",mouseHoldKey:"+ {key} \xDCbersetzen/Wiederherstellen des Absatzes",mouseHoldKeyAuto:"Direkte \xDCbersetzung des Absatzes",mouseHoldKeyOff:"Tun Sie nichts.",mouseHoldKeyOther:"Benutzerdefinierte Tastenkombinationen (Einstellungen \xF6ffnen)",mouseHoldKeyCustomKey:"{key} \xDCbersetzung/K\xFCrzung des Absatzes",mouseHoverHoldKey:"\xDCbersetzen Sie Abs\xE4tze, indem Sie die Tastenkombination dr\xFCcken, w\xE4hrend Sie mit der Maus dar\xFCber fahren.","mouse-translate":"Mauszeiger",document:"(Computer-)Datei",resetSuccess:"Alle Einstellungen erfolgreich zur\xFCcksetzen",resetThisSuccess:"Zur\xFCcksetzen erfolgreich",saved:"Erfolgreich speichern",successImportConfig:"Erfolgreich importierte Konfiguration",goAdvancedSettings:"Gehen Sie zur Seite Erweiterte Einstellungen",goAdvancedInterfaceSettings:"Gehen Sie zur Seite Erweiterte Anpassungseinstellungen",advanced:"Erweiterte Einstellungen",advancedDescription:"In der Regel sind keine Einstellungen erforderlich, belassen Sie es bei der Standardeinstellung. Nur f\xFCr spezialisiertere Benutzer sind mehr personalisierte Einstellungen verf\xFCgbar.",developer:"Einstellungen f\xFCr Entwickler",donateCafe:"Preise","translate to the bottom of the page":"Wird sie unmittelbar nach dem Betreten der Seite an das Ende der Seite \xFCbersetzt?",feedback:"Frage Feedback",toggleTranslatePage:"Seite \xFCbersetzen/ Originaltext anzeigen",translateToThePageEndImmediatelyDescription:"Wenn Sie die Funktion einschalten, wird der Inhalt sofort bei der Eingabe vom oberen zum unteren Rand der Seite \xFCbersetzt. Wenn Sie die Funktion ausschalten, wird der Inhalt w\xE4hrend des Lesens \xFCbersetzt. (Nicht empfohlen)","translate all areas of the page":"Ob alle Bereiche der Seite \xFCbersetzt werden sollen",translationAreaDescription:"Ist die Option aktiviert, werden alle Bereiche der gesamten Webseite \xFCbersetzt. Wenn Sie die Option ausschalten, wird die standardm\xE4\xDFige intelligente Erkennung verwendet und nur die Hauptbereiche werden \xFCbersetzt. (Es wird nicht empfohlen, diese Funktion einzuschalten)","the number of characters to be translated first":"\xDCbersetzen Sie direkt die ersten Zeichen der Seite, ohne zu warten, bis der Anzeigebereich angezeigt wird.","interface language":"Interface-Sprache","display both the original text and the translation":"Gleichzeitige Anzeige von Original und \xDCbersetzung","keyboard shortcuts":"Tastaturkurzbefehle",modify:"Tastenkombinationen \xE4ndern",reset:"reprovision",close:"Klageschrift",homepage:"Homepage",more:"mehr",moreOptions:"Erweitern Sie Ihre Anpassungsoptionen",translateTheWholePage:"Alle Bereiche der Seite \xFCbersetzen (im Gegensatz zu einer intelligenten Erkennung der Hauptbereiche)",changeToTranslateTheWholePage:"Umschalten auf die \xDCbersetzung aller Regionen",changeToTranslateTheMainPage:"Zum Hauptbereich \xDCbersetzen wechseln",changeToOnlyTranslationMode:"Umschalten, um nur \xDCbersetzungen anzuzeigen",changeToDualTranslationMode:"Umschalten auf zweisprachige \xDCbersetzung",translateToThePageEndImmediately:"Sofortige \xDCbersetzung an das Ende der Seite",translateTheMainPage:"Intelligente \xDCbersetzung Schl\xFCsselregionen","The local rules are up to date":"Die \xF6rtlichen Anpassungsvorschriften sind auf dem neuesten Stand.","Successfully synchronized with the latest official rules:":"Erfolgreich synchronisiert mit den neuesten offiziellen Anpassungsregeln.","Checking for updates":"Pr\xFCfen auf Aktualisierungen","Rules are being synchronized":"Anpassungsregeln werden synchronisiert",localVersionIsTooOld:"Die Version der lokalen Erweiterung ist zu alt. Bitte aktualisieren Sie die Erweiterung auf {minVersion} oder eine neuere Version, bevor Sie versuchen zu synchronisieren.",badUserscriptBrowser:"Der aktuelle Browser implementiert die Schnittstelle der Grease Monkey-Erweiterung nicht korrekt (z. B. um Informationen \xFCber die Versionsnummer des Grease Monkey-Skripts selbst zu erhalten). Bitte verwenden Sie andere Browser, die die <1>Grease Monkey-Erweiterung unterst\xFCtzen, wie z. B. Firefox.",foundNewVersion:"Entdecken Sie die neue Version",theLocalExtensionIsUpToUpdate:"Die aktuelle Erweiterung ist auf dem neuesten Stand.",failToSyncRules:"Fehlende Synchronisierung der neuesten Anpassungsregeln",retry:"Klicken Sie hier, um es erneut zu versuchen",failedReason:"Gr\xFCnde f\xFCr das Scheitern",currentRuleVersion:"Aktuelle Regelversion",calculating:"Berechnungen",unknownError:"unbekannter Fehler",canNotFetchRemoteRule:"Remote-Regeln k\xF6nnen nicht abgerufen werden",enableAlphaSuccess:"Alpha aktiviert",disableAlphaSuccess:"Die Alpha-Funktion wurde ausgeschaltet.",cacheSize:"Cache-Gr\xF6\xDFe\uFF1A",cleaning:"in Liquidation befindlich",cleanCache:"den Cache l\xF6schen",options:"aufstellen",about:"in Bezug auf",service:"Dolmetscherdienst",needAction:"(Gehe zu Einstellungen)",goSettings:"loslegen und einrichten",needActionForOptions:"(noch einzurichten)",translationEngine:"Motor Optionen",sourceLanguage:"Originalsprache",target:"Zielsprache",popupSourceLanguage:"Originalsprache",popupTarget:"Zielsprache",popupService:"Dolmetscherdienst",forThisSite:"Aktuelle Website",autoEnableSubtitle:"Automatisches \xD6ffnen von zweisprachigen Untertiteln",alwaysTranslate:"\xDCbersetzen Sie immer",neverTranslate:"Niemals \xFCbersetzen",alwaysTranslateSomeLanguage:"\xDCbersetzen Sie immer {language}",neverTranslateSomeLanguage:"Niemals \xFCbersetzen {language}",alwaysTranslateSomeSite:"\xDCbersetzen Sie immer {hostname}",neverTranslateSomeSite:"Niemals \xFCbersetzen {hostname}",alwaysTranslateSomeSiteOrWildSite:"\xDCbersetzen Sie immer die Website",alwaysTranslateSomePage:"\xDCbersetzen Sie die Seite immer",add:"erh\xF6hen.",default:"Standard (Einstellung)",forThisLanguage:"F\xFCr diese Sprache\uFF1A","add url":"URL eingeben",edit:"Compiler","translate other languages into specific language":"\xDCbersetzen Sie andere Sprachen in Ihre eingestellte Sprache","select translation service":"W\xE4hlen Sie einen \xDCbersetzungsdienst",language:"Mehrsprachigkeit","show-original":"Originaltext anzeigen",translate:"Rendering",Translated:"\xFCbersetzt",Translating:"in \xDCbersetzung",Error:"falsch",allowCacheTranslations:"Aktivieren Sie das lokale \xDCbersetzungscaching (um \xDCbersetzungsanfragen f\xFCr doppelte Passagen zu reduzieren)","translation display":"Anzeigestil der \xDCbersetzung","select diplay style":"Unterscheiden Sie die verschiedenen \xDCbersetzungsstile anhand der folgenden Beispiele",interface:"Interface-Einstellungen",import_export:"Import/Export",import_export_title:"Konfiguration importieren/exportieren",syncToGoogleDrive:"Jetzt mit Google Drive synchronisieren",floatBallOptions:"Hoverball-Einstellungen","floatBallOptions.enable":"Hoverball freischalten","floatBallOptions.blockUrls":"Website deaktivieren","floatBallOptions.add":"erh\xF6hen.","floatBallOptions.blockUrlDesc":"Schwebeb\xE4lle werden nicht angezeigt, wenn die folgenden Websites aufgerufen werden","floatBallOptions.clickType":"Klickverhalten","floatBallOptions.clickTypeDesc":"Verhalten des Hoverball-Symbols beim Anklicken","floatBallOptions.clickPopup":"\xDCbersetzungspanel anzeigen","floatBallOptions.clickTranslate":"\xDCbersetzung/Anzeige des Originaltextes","floatBallOptions.fixedPosition":"\u56FA\u5B9A\u4F4D\u7F6E","floatBallOptions.fixedPositionDesc":"\u60AC\u6D6E\u7403\u5728\u7A97\u53E3\u5DE6\u4FA7\u8FD8\u662F\u53F3\u4FA7","floatBallOptions.fixedPositionLeft":"\u5DE6\u4FA7","floatBallOptions.fixedPositionRight":"\u53F3\u4FA7",previewAllThemes:"Vorschau aller Stile","translationTheme.none":"nicht haben","translationTheme.grey":"dunkelgrau","translationTheme.dashed":"gepunktete Unterstreichung","translationTheme.dotted":"gepunkteter Unterstrich","translationTheme.dashedBorder":"gepunkteter Rand","translationTheme.solidBorder":"feste Umrandung","translationTheme.underline":"Unterstreichen Sie gerade Linien","translationTheme.mask":"Fuzzy-Effekte (Lernmodi)","translationTheme.opacity":"Transparenz-Effekt","translationTheme.paper":"Wei\xDFes Papier Schatteneffekt","translationTheme.dividingLine":"Trennungslinie","translationTheme.highlight":"hohe Helligkeit","translationTheme.marker":"Markierung (Lehnwort)","translationTheme.marker2":"Markierung 2","translationTheme.blockquote":"Referenzierungsstile","translationTheme.weakening":"Schw\xE4chung","translationTheme.italic":"Schr\xE4gschrift","translationTheme.bold":"eindicken","translationTheme.thinDashed":"d\xFCnne gepunktete Linie, Unterstrich","translationTheme.nativeDashed":"Das System ist mit einem gepunkteten Unterstrich versehen","translationTheme.nativeDotted":"System kommt mit gepunktetem Unterstrich","translationTheme.nativeUnderline":"Das System wird mit einer geraden Linie unterstrichen","translationTheme.wavy":"gewellte Linie","translationServices.custom":"Benutzerdefinierte API","translationServices.tencent":"Tencent \xDCbersetzer","translationServices.tenAlpha":"Tencent \xDCbersetzer (Alpha)","translationServices.google":"Google \xDCbersetzen","translationServices.bai":"Baidu (Alpha)","translationServices.baidu":"Baidu's \xDCbersetzung","translationServices.aliyun":"AliCloud \xDCbersetzung","translationServices.volc":"Vulkan\xFCbersetzung","translationServices.deeplx":"DeepLX (Beta)","translationServices.bing":"Microsoft \xDCbersetzen","translationServices.deepl":"DeepL","translationServices.wechat":"WeChat \xDCbersetzung","translationServices.azure":"Azure-\xDCbersetzung","translationServices.ibm":"IBM Watson","translationServices.aws":"Amazonas-\xDCbersetzung","translationServices.mock":"Simulierte \xDCbersetzung","translationServices.mock2":"Simulierte \xDCbersetzung 2","translationServices.caiyun":"lit. bunte Wolken und kleine \xDCbersetzungen","translationServices.cai":"Bunte Wolken (Alpha)","translationServices.volcAlpha":"Vulkan (Alpha)","translationServices.openl":"OpenL","translationServices.youdao":"Youtube-\xDCbersetzung","translationServices.you":"Youdao \xDCbersetzer (Alpha)","translationServices.transmart":"Tencent Interactive \xDCbersetzung","translationServices.niu":"Maverick Translator","translationServices.papago":"Papago \xDCbersetzung","translationServices.d":"D (Alpha)","translationServices.dpro":"D Pro (Kanarienvogel)","translationServices.openai":"OpenAI","translationServices.yandex":"Yandex","translationServices.chatgpt":"ChatGPT Web(3.5 mobil)","translate title":"Seitentitel \xFCbersetzen","always languages":"\xDCbersetzen Sie immer die Sprache",neverTranslateLanguagesLabel:"Die Sprache, die nie \xFCbersetzt werden wird",neverTranslateTheFollowingLanguagesDescription:"\xDCbersetzungen werden \xFCbersprungen, wenn ein Absatz auf der Seite in einer der folgenden Sprachen vorliegt",enableUserscriptPagePopup:"Schwebeball auf der Seite anzeigen",enableUserscriptPagePopupDescription:"Nachdem Sie den Hoverball ausgeschaltet haben, k\xF6nnen Sie ihn mit dem Shortcut /{touch}wieder aufrufen. Es wird dringend empfohlen, diese Einstellungsseite als Lesezeichen zu speichern, um zu verhindern, dass der Hoverball nach dem versehentlichen Ausschalten dieser Option nicht mehr gefunden wird!","always translate the following languages":"\xDCbersetzt automatisch in die Zielsprache, wenn die Seite in einer der folgenden Sprachen vorliegt","always sites":"Immer \xFCbersetzte Websites","always translate the following sites":"Websites werden automatisch in die Zielsprache \xFCbersetzt, wenn es sich um die Domainnamen von","never sites":"Nie \xFCbersetzte Website","never translate the following sites":"\xDCbersetzungen werden nicht durchgef\xFChrt, wenn die Website f\xFCr die folgenden Domains bestimmt ist","please refer to":"Sie m\xFCssen den Schl\xFCssel ausf\xFCllen, bevor Sie ihn verwenden k\xF6nnen.",KeyAndConfigurationTutorial:"Tutorial zur Anwendung und Konfiguration von Schl\xFCsseln",useAboveStyleForTheseSites:"Verwenden Sie immer den \xDCbersetzungsstil \u2308{theme}\u230B, wenn die Website f\xFCr die folgenden Domains bestimmt ist",currentUrl:"Aktuelle URL",confirm:"Speichern (einer Datei usw.) (Informatik)",cancel:"Stornierungen",delete:"entfernen","languages.auto":"automatische Erkennung",syncToCloud:"Mit Google Drive synchronisieren",syncToCloudDescription:"Die in die Cloud hochgeladene Konfiguration kann zwischen verschiedenen Browsern bzw. Grease-Monkey-Skripten synchronisiert werden, je nachdem, was zuletzt ge\xE4ndert wurde.",syncToAccount:"Synchronisierung mit der Immersive Translation Cloud",syncToAccountButton:"Sofortige Synchronisierung mit der Cloud",syncToAccountDescription:"Automatische Synchronisierung von Konfigurationen zwischen verschiedenen Ger\xE4ten, je nachdem, was zuletzt ge\xE4ndert wurde.",successSyncConfigInAccount:"Erfolgreiche Synchronisierung mit der Cloud",successSyncConfigToAccount:"Erfolgreiche Synchronisierung mit der Cloud",syncConfigNoUpdate:"Sie ist bereits auf dem neuesten Stand.",authFail:"Autorisierungsfehler",syncTitle:"Manuelles Backup-Management",import_hint:"importieren (Daten)",upload:"hochladen",revokeAuth:"eine Zulassung widerrufen",uploadFail:"Upload fehlgeschlagen",download:"Herunterladen von",importSuccess:"Erfolgreich importiert",importFail:"Importfehler",deleteFail:"L\xF6schen fehlgeschlagen",backupToCloud:"Manuelle Verwaltung von Sicherungsdateien",create_new_backup:"Einen neuen Sicherungsknoten hinzuf\xFCgen",maxBackupFiles:"Es k\xF6nnen bis zu{count}verschiedene Nodes gesichert werden, bitte l\xF6schen Sie die Nodes, die Sie nicht ben\xF6tigen.",backupToCloudDescription:"Manuelles Hochladen oder Wiederherstellen von Sicherungsdateien, wobei bis zu 3 verschiedene Sicherungen m\xF6glich sind",successSyncConfig:"Erfolgreiche Synchronisierung mit der Cloud",syncFail:"Synchronisationsfehler",updatedAt:"Aktualisiert von {date}",lastSyncedAt:"Zuletzt gepr\xFCft unter {date}",downloadFail:"Download fehlgeschlagen",clickToDownload:"Klicken Sie zum Herunterladen",aboutLabel:"\xDCber - Feedback","browser.openAboutPage":"\xDCber/Feedback",aboutLabelWithoutSponsor:"\xDCber - Feedback",aboutIntro:"M\xF6gen wir alle einen einfacheren und angenehmeren Zugang zu der riesigen Menge fremdsprachiger Informationen im Internet haben \u2764\uFE0F Sie k\xF6nnen Ihre <6>Pro-Mitgliedschaft aktivieren, um die sofort einsetzbaren DeepL und OpenAI-\xDCbersetzungen zu nutzen.

Sie k\xF6nnen uns auf <3>Twitter, <4>Telegram, Weibo, WeChat folgen oder <5>sich in unsere Mailingliste eintragen, um Updates zu erhalten.
<7>Pro-Mitglieder k\xF6nnen uns unter <8>support@immersivetranslate.com kontaktieren, um schnellen Kundenservice zu erhalten.",aboutIntroWithoutSponsor:"M\xF6gen wir alle einen leichteren und angenehmeren Zugang zu der enormen Menge an fremdsprachlichen Informationen haben, die im Internet zur Verf\xFCgung stehen \u2764\uFE0F

Sie k\xF6nnen uns auf <3>Twitter, im <4>Telegram-Kanal, auf WeChat und WeChat Exchange folgen oder <5>sich unten per <5>E-Mail f\xFCr Updates <5>anmelden.",projectHomepage:"Projekt Heimat",joinTelegramGroup:"Treten Sie der Benutzergruppe bei, um an Diskussionen \xFCber Funktionen teilzunehmen.",wechatPublicAccount:"WeChat \xD6ffentlich",wechatCommunities:"WeChat Austauschgruppe",qqCommunities:"QQ Kommunikationskanal",joinTelegramChannel:"Folgen Sie dem Telegram-Kanal f\xFCr aktuelle Updates",feedbackAndJoin:"Frage Feedback / Gruppe hinzuf\xFCgen",autoSync:"automatische Zeitsynchronisation",loadingThemeTitle:"Stil laden",loadingThemeDescription:"Einstellen des Stils beim Warten auf das Laden der \xDCbersetzung","loadingTheme.spinner":"Animation zum Drehen","loadingTheme.text":"etw. in statischer Schrift ","loadingTheme.none":"nicht gezeigt",developerDescription:"Die Dokumentation zur erweiterten Anpassung finden Sie <1>hier","edit border color":"\xC4ndern Sie die Farbe des Rahmens",successSyncButNoChange:"Die aktuelle Konfiguration ist mit der Cloud konsistent",customTheme:"Individuelle Farben und Gr\xF6\xDFen","customThemeLabel.borderColor":"Farbe der Umrandung","customThemeLabel.borderRadius":"Abgerundete Kanten","customThemeLabel.textColor":"Textfarbe","customThemeLabel.backgroundColor":"Hintergrundfarbe","customThemeLabel.zoom":"Skalierung der Schrift (%)","customThemeLabel.opacity":"Text-Opazit\xE4t (%)",resetToDefaultColor:"Wiederherstellung der Standardfarben",resetToDefaultSettings:"Wiederherstellen der Standardeinstellungen",isTranslateTitle:"\xDCbersetzung der Seitentitel aktivieren",isTranslateTitleDescription:"Beim \xD6ffnen wird der Seitentitel \xFCbersetzt",enableSearchEnhancement:"Erm\xF6glichung der zweisprachigen Erweiterung von Nachrichten",enableSearchEnhancementDescription:'Sobald diese Funktion aktiviert ist, werden die Suchergebnisse von "Google News" automatisch in der rechten Spalte der unterst\xFCtzten Websites (Google News, Google Search (einige Suchbegriffe), Snowball, Oriental Fortune, Futura, Tiger Community) f\xFCr die entsprechenden englischen Suchbegriffe angezeigt.',verifyService:"Klicken Sie hier, um den Dienst zu testen",verified:"Erfolg \xFCberpr\xFCfen","field.langs":"Unterst\xFCtzte Sprachcodes","field.model":"Modellierung","field.translationEngine":"\xDCbersetzungsmotor","field.limitPerMinute":"Maximale Anfragen pro Minute","field.limitPerSecond":"Maximale Anzahl von Anfragen pro Sekunde","field.maxTextLengthPerRequest":"Maximale Textl\xE4nge pro Anfrage","field.maxTextGroupLengthPerRequest":"Maximale Anzahl von Abs\xE4tzen pro Anfrage","field.apiUrl":"Adresse der benutzerdefinierten API-Schnittstelle","field.placeholderDelimiters":"reservierter Platzhalter","description.custom":"Benutzerdefinierte Schnittstelle Zugriff Dokumentation erforderlich","description.limitPerMinute":"Anfragen, die diese Grenze \xFCberschreiten, werden bis zum Beginn der n\xE4chsten Minute in eine Warteschlange gestellt. Aufgrund der verschiedenen Einschr\xE4nkungen von OpenAIs aktuellem Service, klicken Sie bitte <1>hier f\xFCr die neuesten vorgeschlagenen Werte","description.limitPerSecond":"Anfragen, die diese Grenze \xFCberschreiten, werden bis zum Beginn der n\xE4chsten Sekunde in eine Warteschlange gestellt. Aufgrund der verschiedenen Einschr\xE4nkungen von OpenAIs aktuellem Service, klicken Sie bitte <1>hier f\xFCr die neuesten vorgeschlagenen Werte","description.generalLimitPerSecond":"Anfragen, die diese Grenze \xFCberschreiten, werden bis zum Beginn der n\xE4chsten Sekunde in eine Warteschlange gestellt.","description.prompt":"Gespr\xE4che, die im Namen des Benutzers an {service} gesendet werden, wobei {{text}} den Textinhalt des Absatzes darstellt, {{from}} die Sprache des Absatzes und {{to}} die Zielsprache.","description.maxTextLengthPerRequest":"Die maximale Anzahl von Zeichen pro Anfrage ist zu gro\xDF, so dass die Schnittstelle langsam reagiert. Versuchen Sie daher, diese Option anzupassen, um die Geschwindigkeit zu optimieren.","description.systemPrompt":"Ein Dialog, der an OpenAI als System gesendet wird, wobei {{text}} den Textinhalt des Absatzes,{{from}} die Sprache des Absatzes und{{to}} die Zielsprache angibt.","field.domain":"Bereich","description.domain":"Der Standardwert ist\uFF1Ageneral. Kann nur gesetzt werden, wenn die Dom\xE4nen\xFCbersetzung in der Arima API-Konsole aktiviert ist, siehe <1>hier f\xFCr unterst\xFCtzte Dom\xE4nen","field.scene":"Nehmen Sie","description.scene":"Der Standardwert ist\uFF1Ageneral. Kann nur eingestellt werden, wenn die AliCloud-API-Konsole Machine Translation Pro \xF6ffnet, siehe <1>hier f\xFCr unterst\xFCtzte Szenarien","field.vocabId":"Benutzerw\xF6rterbuch-ID","description.vocabId":"Das angegebene W\xF6rterbuch out_id unterst\xFCtzt derzeit die \xDCbersetzung Englisch-Chinesisch.","description.model":"OpenAI-Modelle, z.B. gpt-3.5-turbo, gpt-4, etc.","description.maxTextGroupLengthPerRequest":"Die Anzahl der Abs\xE4tze, die gleichzeitig an den \xDCbersetzungsdienst gesendet werden. Wenn es zu viele Abs\xE4tze sind, kann dies dazu f\xFChren, dass die Schnittstelle langsamer reagiert.","description.apiUrl":"Bitte f\xFCgen Sie spezifische URLs mit Pfaden, <1>mehr Beschreibung",enabledExtension:"Aktivieren von Erweiterungen",clickToDisableExtension:"Klicken Sie hier, um Erweiterungen zu deaktivieren",clickToEnableExtension:"Klicken Sie, um Erweiterungen zu aktivieren",hasBeenDisabled:"deaktiviert","show password":"Passwort anzeigen",customContent:"Eingabe eines benutzerdefinierten Modellnamens",inputOptions:"Erweiterung des Eingabefeldes",mouseHoverOptions:"Mauszeiger",modifyMouseHoverKey:"Mauszeiger-Kurzbefehl \xE4ndern",enableInputTranslation:"Ob die Erweiterung des Eingabefeldes aktiviert werden soll",enableInputTranslationDescription:"Nach der Aktivierung geben Sie {startingKey}{startingKey} hallo direkt in das Eingabefeld ein und dr\xFCcken dann schnell{inputTrailingTriggerKeyRepeatTimes}mal{trailingKey}, um in {inputTargetLanguage}zu \xFCbersetzen.",enableInputTranslationDescriptionForNoneKey:"Nach der Aktivierung geben Sie\uFF1AHello World direkt in das Eingabefeld ein und dr\xFCcken dann schnell{inputTrailingTriggerKeyRepeatTimes}{trailingKey}, um in die Standardzielsprache zu \xFCbersetzen.",inputTargetLanguage:"Einstellung der Standard-Zielsprache f\xFCr Eingabefelder",inputTargetLanguageDescription:"Standard-Zielsprache f\xFCr die \xDCbersetzung von Eingabefeldern, d.h. {startingKey}{startingKey} als Standardsprache f\xFCr Triggerw\xF6rter",inputTargetLanguageDescriptionForNoneKey:"Standard-Zielsprache f\xFCr die \xDCbersetzung des Eingabefeldes",inputStartingTriggerKeyTitle:"Einstellung des Trennzeichens f\xFCr die Teil\xFCbersetzung des Eingabefeldes",inputStartingTriggerKeyDescription:"Wenn Sie nicht das gesamte Eingabefeld \xFCbersetzen m\xFCssen, k\xF6nnen Sie mit dem Splitter nur den Teil von {startingKey}{startingKey} bis zum Ende des Eingabefelds \xFCbersetzen, oder Sie k\xF6nnen den Sprachcode angeben, z. B.\uFF1A{startingKey}ja bedeutet, dass nur der Teil von {startingKey}ja bis zum Ende des Eingabefelds \xFCbersetzt wird.",inputStartingTriggerKeyDescriptionForNoneKey:'Die derzeitige Einstellung "kein Pr\xE4fix" wird nicht ben\xF6tigt, und die \xDCbersetzungsfunktion f\xFCr einige Texte im Eingabefeld ist derzeit nicht verf\xFCgbar.',inputTrailingTriggerKeyTitle:"W\xE4hlen Sie ein Ausl\xF6sezeichen f\xFCr das Ende eines Eintrags",inputTrailingTriggerKeyDescription:"3 schnelle Treffer{trailingKey} wird mit der \xDCbersetzung beginnen!",inputTrailingTriggerKeyTimeout:"Geben Sie die Zeit zwischen den Ausl\xF6sern f\xFCr das Ende des Kampfes ein.",inputTrailingTriggerKeyTimeoutDescription:"Legt die Zeit (in Millisekunden) zwischen den Combo-Triggern f\xFCr das Eingangsende fest",spaceKey:"<\u7A7A\u683C\u952E>",noneKey:"Direkte \xDCbersetzung des gesamten Textfeldes ohne Pr\xE4fixe",inputTranslationBlockUrlsTitle:"Aktivieren Sie die Eingabefelderweiterung in den folgenden URLs nicht",inputTranslationBlockUrlsDescription:"Die Erweiterungen der Eingabefelder funktionieren nicht bei den folgenden URLs",clickToSeeQuickDemo:"Klicken Sie hier, um das 30-Sekunden-Kurzanleitung-Video zu erweitern",inputHelperInfo:"Beschreibung\uFF1AWir haben die Tatsache optimiert, dass einige ausl\xF6sende Zeichen bei chinesischen Eingabemethoden zu chinesischen Satzzeichen werden, z. B. wird / bei der Sogou-Eingabemethode zu einem Dun-Zeichen, und Immersive Translator unterst\xFCtzt alle chinesischen Symbole, die den ausl\xF6senden Zeichen entsprechen, d. h. //,,, wird als ausl\xF6sendes Zeichen erkannt.

Wir unterst\xFCtzen auch chinesische Aliase f\xFCr Sprachcodes als Befehle, z.B. /Japanese Hello World wird ins Japanische \xFCbersetzt, <1>klicken Sie hier, um alle unterst\xFCtzten Sprachcodes zu sehen.",reloadCurrentPage:"Bitte aktualisieren Sie die aktuelle Seite, bevor Sie die \xDCbersetzung starten.",noLocalFilePermissionForPDF:"Sie haben keine Berechtigung, lokale Dateien zu lesen. Bitte klicken Sie auf die Schaltfl\xE4che oben und importieren Sie dann lokale Dateien.",noPermissionForThisPage:"\u26A0\uFE0F Keine Berechtigung zur \xDCbersetzung der aktuellen Seite",retryAllParagraphs:"Alle Fehlerpassagen erneut versuchen",retryAllButton:"Alle Fehlerpassagen erneut versuchen",errorTooltipTitle:"Klicken Sie, um die Ursache des Fehlers zu sehen",errorModalTitle:"Irgendetwas scheint mit dem \xDCbersetzungsdienst oder dem Netzwerk nicht in Ordnung zu sein...",disableConfirm:"Zweisprachige Information Enhancement Setting",disableOnce:"Diese Invalidit\xE4t",disableGlobal:"dauerhaft deaktivieren",disableTint:"* Sie k\xF6nnen sie unter {option} wieder aktivieren.",searchEnhancementNotes:'Wir haben festgestellt, dass die Nachrichtenergebnisse f\xFCr chinesische und englische Schl\xFCsselw\xF6rter sehr unterschiedlich sind. Nach der Aktivierung der Funktion "Immersive Translation Bilingual Information Enhancement" suchen wir f\xFCr Sie automatisch auf den unterst\xFCtzten Websites (Google News, Google Search (einige Schl\xFCsselw\xF6rter), Snowball, Oriental Wealth, Futura, Tiger) nach denselben Schl\xFCsselw\xF6rtern auf Englisch und zeigen sie auf der rechten Seite an. Sie k\xF6nnen diese Funktion deaktivieren, wenn Sie sie nicht ben\xF6tigen.',option:"aufstellen",saveSettings:"Einstellungen speichern",closeModal:"Fenster schlie\xDFen",enableInputTranslationWithoutTriggerKeyTitle:"Aktivieren Sie 3 Schnellzugriffe auf{trailingKey}, um das gesamte Eingabefeld direkt in{inputTargetLanguage}zu \xFCbersetzen.",enableInputTranslationWithoutTriggerKeyDescription:"Um die Zielsprache anzugeben, stellen Sie ihr den Sprachcode voran, z. B.\uFF1Aja Hello World",mouseHoverShortcutPlaceholder:"z.B.\uFF1AVerschiebung",deepLProName:"Immersive Translation Pro Mitglied (empfohlen)",deepLProDescription:"Das aktuelle Paket kann direkt verwendet werden",deeplProDescriptionForNormal:"Keine Einrichtung erforderlich, Mitglieder k\xF6nnen es nach der Anmeldung nutzen, <1>klicken Sie hier, um Mitglied zu werden",deepLCustomDescription:"Ausl\xE4ndische Kreditkarte erforderlich, offiziell er\xF6ffnet unter <1>DeepL, klicken Sie f\xFCr die <2>Dokumentation",deepLCustomName:"Benutzerdefinierter Authentifizierungsschl\xFCssel",chooseProviderLabel:"W\xE4hlen Sie einen Dienstanbieter",openaiProName:"Immersive Translation Pro Mitglied (empfohlen)",openaiProDescription:"Das aktuelle Paket kann direkt verwendet werden",openaiProDescriptionForNormal:"Keine Einrichtung erforderlich, Mitglieder k\xF6nnen es nach der Anmeldung nutzen, <1>klicken Sie hier, um Mitglied zu werden",openaiCustomDescription:"Verf\xFCgbar auf OpenAI, Azure OpenAI oder anderen Diensten von Drittanbietern, <1>klicken Sie hier f\xFCr die Dokumentation",openaiCustomName:"Benutzerdefinierter API-Schl\xFCssel",needLoginAction:"(Offene Mitgliedschaft oder Anpassung)",goLoginOrAction:"(\xD6ffnen Sie eine Mitgliedschaft oder gehen Sie zu den Einstellungen)",yearly:"eine fortlaufende j\xE4hrliche Zahlung leisten",quarterly:"sequenzieller Umschlag",monthly:"Monatsabonnement",yearlyForOnce:"Einmaliges Jahrespaket",monthlyForOnce:"Einmaliges Monatspaket",daily:"aufeinanderfolgende Pakettage",year:"eine fortlaufende j\xE4hrliche Zahlung leisten",quarter:"sequenzieller Umschlag",month:"Monatsabonnement",day:"aufeinanderfolgende Pakettage",onetime_7day:"7-Tage-Erlebnispaket",currentPlanDescriptionForFree:"Aktuelle Pakete\uFF1AKostenlos",currentPlanDescriptionForContinuous:"Das aktuelle Paket\uFF1A{plan}wird automatisch auf {endAt} verl\xE4ngert.",currentPlanDescriptionForAutoRenewCaceling:"Das aktuelle Paket\uFF1A{plan}l\xE4uft auf {endAt} aus und wird nach Ablauf nicht automatisch verl\xE4ngert.",currentYearlyPlanDescriptionForAutoRenewCacelingWithRealPaiedUser:"Das aktuelle Paket,\uFF1A{plan}, l\xE4uft am {endAt} aus und wird nach Ablauf nicht automatisch verl\xE4ngert.
<1>Klicken Sie hier, um Ihren Verl\xE4ngerungsplan zu verwalten",currentYearlyPlanDescriptionForAutoRenewCacelingWithAdmin:"Das aktuelle Paket\uFF1A{plan}l\xE4uft auf {endAt} aus und wird nach Ablauf nicht automatisch verl\xE4ngert.
<1>Klicken Sie hier, um ein fortlaufendes Jahresabonnement zu aktivieren",currentPlanDescriptionForOneTime:"Das aktuelle Abonnement\uFF1A{plan}l\xE4uft auf {endAt} aus. <1>Klicken Sie hier, um eine j\xE4hrliche oder <2>monatliche Mitgliedschaft zu <1>erwerben.",upgradePlan:"Klicken Sie hier f\xFCr ein Upgrade auf die Pro-Mitgliedschaft",upgradeToPro:"Upgrade auf Pro-Mitgliedschaft","popup.openPro":"Upgraden Sie auf die Pro-Mitgliedschaft, um DeepL und OpenAI-\xDCbersetzung zu genie\xDFen. Klicken Sie hier, um upzugraden!","popup.openProForPro":"Sie sind ein Pro-Mitglied mit direktem Zugang zu DeepL und OpenAI \xDCbersetzungen!",currentAccount:"laufendes Konto",enableAutoSyncUserSettings:"Aktivieren Sie die automatische Cloud-Synchronisierung \xFCber mehrere Ger\xE4te hinweg",modalEnableInputTranslationTitle:"Immersive Translation Eingabefeld Translation Alerts",modalEnableInputTranslationDesc:"Sie haben soeben die \xDCbersetzung des Eingabefeldes von Immersive Translation ausgel\xF6st, indem Sie dreimal kurz hintereinander die Leertaste gedr\xFCckt haben, und der Inhalt des Eingabefeldes wird in die Standardzielsprache \xFCbersetzt. Die \xDCbersetzung kann mit Strg+Z r\xFCckg\xE4ngig gemacht werden.

Sollte dies ein Fehler gewesen sein, k\xF6nnen Sie die \xDCbersetzung des Eingabefeldes entweder deaktivieren oder dauerhaft abschalten.",saveAndNotShowAgain:"Speichern und Beenden der Eingabeaufforderung",disableInputTranslationTips:"* Sie k\xF6nnen auch andere Tastenkombinationen f\xFCr die Ausl\xF6sung in {option} ,{learnMore}festlegen.",learnMore:"Klicken Sie hier, um mehr zu erfahren",continueEnalbeInputTranslation:"Fortfahren, um die \xDCbersetzung von Eingabefeldern zu aktivieren",autoRenewTrialSuffix:'(Aufwird die Testversion sofort zur Vollmitgliedschaft aufgewertet)',upgradeFromTrialTitle:"Upgrade zum Vollmitglied",subtitle:"Video-Untertitelung",youtubeService:"Immersions\xFCbersetzung Videountertitelung \xDCbersetzungsdienste","subtitle.disabledSubtitle":"Dauerhaftes Deaktivieren der Video-Untertitelfunktion","subtitle.disabledSubtitleDescription":"Wenn Immersive Translator's Video Subtitles mit anderen Erweiterungen in Konflikt steht, k\xF6nnen Sie die Funktion von Immersive Translator's Video Subtitles dauerhaft deaktivieren oder andere in Konflikt stehende Erweiterungen deinstallieren","subtitle.autoEnableSubtitle":"Automatische Verwendung von zweisprachigen Untertiteln","subtitle.autoEnableSubtitleDescription":"Nach der Aktivierung werden beim Abspielen eines Videos automatisch zweisprachige Untertitel angezeigt, sonst m\xFCssen Sie auf die \xDCbersetzungsschaltfl\xE4che klicken, um sie anzuzeigen.","subtitle.preTranslation":"\xDCbersetzen von Untertiteln mit immersiver \xDCbersetzung","subtitle.preTranslationDescription":"Wenn diese Option aktiviert ist, wird der gesamte Untertitel mit Hilfe des unten angegebenen \xDCbersetzungsdienstes vor\xFCbersetzt. F\xFCr ein einst\xFCndiges Video werden etwa 50.000 Token oder Zeichen ben\xF6tigt, die Sie bitte nach eigenem Ermessen verwenden.","subtitle.humanSubtitlesPreferred":"Vorrangige Verwendung von Untertiteln f\xFCr Menschen","subtitle.humanSubtitlesPreferredDescription":"Bevorzugen Sie die Verwendung von menschlichen Untertiteln, wenn das Video menschliche Untertitel in der Zielsprache hat (empfohlen)",videoSubtitleTranslationDescription:"Beauftragen Sie einen separaten \xDCbersetzungsdienst f\xFCr Videountertitel",subtitleTranslating:"Bitte warten Sie, w\xE4hrend die Untertitel \xFCber den Dienst {service} \xFCbersetzt werden... (Immersions\xFCbersetzung)",subtitleLoading:"Laden von Untertiteln...",bilingual:"Zweisprachigkeit","field.action":"Ob Baidu-Terminologie aktiviert werden soll","description.action":"Wenn diese Funktion aktiviert ist, wird der Anfrage ein Parameter action=1 hinzugef\xFCgt, um Baidu \xFCber den aktivierten Begriff zu informieren. <1>Weitere Informationen finden Sie in der offiziellen Dokumentation.",closeQuickTranslation:"Hoverball schlie\xDFen","closeQuickTranslation.untilNext":"Diesmal geschlossen bis zum n\xE4chsten Besuch","closeQuickTranslation.currentWebsite":"Aktuelle Seite deaktiviert","closeQuickTranslation.alwaysClose":"dauerhaft deaktivieren","closeQuickTranslation.settingOpen":"(kann auf der <1>Einstellungsseite aktiviert werden)","closeQuickTranslation.cancel":"Stornierungen","closeQuickTranslation.confirm":"definieren.","floatBall.popup":"\xD6ffnen Sie das Panel Schnelleinstellungen","floatBall.translate":"Klicken Sie, um die Seite zu \xFCbersetzen","floatBall.showOriginal":"Klicken Sie, um zum Originalartikel zur\xFCckzukehren","floatBall.close":"Hoverball schlie\xDFen","floatBallOptions.enableDescPc":"Nach dem Aktivieren des Hoverballs wird auf der rechten Seite der Seite eine Schaltfl\xE4che f\xFCr die Schnell\xFCbersetzung angezeigt. Klicken Sie darauf, um zu \xFCbersetzen!","floatBallOptions.enableDesc":"Nachdem Sie den Hoverball ausgeschaltet haben, k\xF6nnen Sie ihn mit{touch}wieder aufrufen. Es wird dringend empfohlen, diese Einstellungsseite als Lesezeichen zu speichern, falls Sie den Hoverball nicht mehr finden k\xF6nnen, nachdem Sie diese Option versehentlich ausgeschaltet haben!","description.azureApiUrl":"Geben Sie die Adresse der benutzerdefinierten API-Schnittstelle ein",confirmSupportMouse:"Aktivierung der Mausunterst\xFCtzung erzwingen",confirmSupportMouseDescription:"Es wurde festgestellt, dass der aktuelle Browser die Mausfunktion nicht unterst\xFCtzt. Ist es notwendig, die Mausunterst\xFCtzung zu aktivieren?",sampleTargetText:"Die lange Nacht wird kommen, und ich werde von heute an bis zu meinem Tod Wache halten. Ich werde keine Frau nehmen, ich werde kein Lehen machen, ich werde keine Kinder haben. Ich werde keine Krone tragen, ich werde nicht nach Ehre streben. Ich werde meine Pflicht tun und leben und sterben.",sampleSourceText:"Night gathers, and now my watch begins. It shall not end until my death. I shall take no wife, hold no lands, father no children. I shall wear no crowns and win no glory. I shall live and die at my post.","subtitle.supportedSites":"\u5DF2\u652F\u6301\u5728\u8FD9\u4E9B\u7F51\u7AD9\u4F7F\u7528\u53CC\u8BED\u5B57\u5E55\uFF08\u6CE8\u610F\uFF1A\u7531\u4E8E\u6280\u672F\u9650\u5236\uFF0C\u90E8\u5206\u7F51\u7AD9\u5728\u9996\u6B21\u5F00\u542F\u5B57\u5E55\u540E\u9700\u8981\u91CD\u65B0\u5237\u65B0\u9875\u9762\uFF0C\u6216\u8005\u9700\u7B49\u5F85\u7FFB\u8BD1\u5B8C\u6210\u4EE5\u663E\u793A\u53CC\u8BED\u5B57\u5E55\uFF09\uFF1A",viewWithImmersiveTranslate:"\u53CC\u8BED\u7248\u672C(\u6C89\u6D78\u5F0F\u7FFB\u8BD1)",errorReason:"\u9519\u8BEF\u539F\u56E0\uFF1A{message}","proQuotaExceededError.onetime7day":'\uFF0C\u60A8\u53EF\u4EE5\u9009\u62E9\u4EE5\u4E0B\u65B9\u5F0F\u89E3\u51B3\uFF1A

1. \u5207\u6362\u5230 {anotherService} \u6216\u5176\u4ED6\u7FFB\u8BD1\u670D\u52A1
2. \u5347\u7EA7\u4E3A\u6708\u5EA6/\u5E74\u5EA6\u4F1A\u5458',"proQuotaExceededError.trial":'\uFF0C\u60A8\u53EF\u4EE5\u9009\u62E9\u4EE5\u4E0B\u65B9\u5F0F\u89E3\u51B3\uFF1A

1. \u5207\u6362\u5230 {anotherService} \u6216\u5176\u4ED6\u7FFB\u8BD1\u670D\u52A1
2. \u7ACB\u523B\u5347\u7EA7\u4E3A\u6B63\u5F0F\u4F1A\u5458',"proQuotaExceededError.nonTrial":'\uFF0C\u60A8\u53EF\u4EE5\u9009\u62E9\u4EE5\u4E0B\u65B9\u5F0F\u89E3\u51B3\uFF1A

1. \u5207\u6362\u5230 {anotherService} \u6216\u5176\u4ED6\u7FFB\u8BD1\u670D\u52A1
2. \u8D2D\u4E70 {translationService} \u989D\u5916\u6D41\u91CF\u5305',"proQuotaExceededError.resetTime":"
3. \u989D\u5EA6\u91CD\u7F6E\u65F6\u95F4\uFF1A{resetTime}","desc.touchShortcutsToggleTranslatePageOnlyTranslation":'"Nur \xDCbersetzung" bedeutet, dass nur die \xDCbersetzung angezeigt wird. Wenn eine Webseite noch nicht \xFCbersetzt wurde, wird der Modus gewechselt und \xFCbersetzt.',"desc.toggleOnlyTransation":'"Nur \xDCbersetzungsmodus" bedeutet, dass nur die \xDCbersetzung angezeigt wird. Wenn eine Webseite noch nicht \xFCbersetzt wurde, wird der Modus gewechselt und \xFCbersetzt.',touchShortcutsToggleTranslatePageOnlyTranslation:"Einstellen von Touchscreen-Gesten zum Wechseln zwischen Zweisprachig/Nur \xDCbersetzung Modus",download_started:"Der Download hat bereits begonnen, wenn er nicht automatisch heruntergeladen wird, klicken Sie bitte manuell.",here:"Hier","desc.toggleVideoSubtitlePreTranslation":"Nach dem Dr\xFCcken werden die zweisprachigen Untertitel des Videos vorrangig mit den Einstellungen der immersiven \xDCbersetzung verwendet. Wenn Sie erneut dr\xFCcken, werden vorrangig die maschinell \xFCbersetzten Untertitel des Originalvideos verwendet. Bitte beachten Sie: Diese Verkn\xFCpfung \xE4ndert die globalen Einstellungen.",videoSubtitlePreTranslationOn:"Videountertitel werden vorrangig mit immersiver \xDCbersetzung verwendet.",videoSubtitlePreTranslationOff:"Videounteritel werden vorrangig die maschinell \xFCbersetzten Untertitel des Originalvideos verwenden.",translationFont:"Schriftart einstellen","translationFont.custom":"Geben Sie benutzerdefinierte Schriftarten ein","translationFont.customPlaceholder":"Schriftart","translationFont.notSupportErrorMessage":"Bitte \xFCberpr\xFCfen Sie, ob der von Ihnen eingegebene Schriftartname korrekt ist, oder best\xE4tigen Sie, dass diese Schriftart bereits auf Ihrem Ger\xE4t installiert ist.","touch.mouse-translate":"\xDCbersetzen Sie den angegebenen Absatz.","translationServices.inherit":"Folgen Sie dem Haupt\xFCbersetzungsdienst","error.serveConfigError":"Dienstkonfigurationsfehler","error.reloadPageOfSetting":"Nach der Konfiguration, bitte aktualisieren Sie die Seite und \xFCbersetzen Sie erneut.","error.googleLimitIp":"Der Service gibt einen Fehler zur\xFCck, Google-Dienste haben die IP-Adresse gedrosselt, es wird empfohlen, den Netzwerkknoten zu wechseln.","error.openAIFreeLimit":"Der Service gibt einen Fehler zur\xFCck, die aktuelle \xDCbersetzungsanforderungsrate hat das Limit von maximal 3 Mal pro Minute erreicht, bitte versuchen Sie es sp\xE4ter erneut. (Dies ist eine Beschr\xE4nkung von OpenAI f\xFCr kostenlose API-Schl\xFCssel. Um diese Beschr\xE4nkung aufzuheben, binden Sie bitte eine Kreditkarte im OpenAI-Backend.)","error.openAIExceededQuota":"Dienst gibt Fehler zur\xFCck: Ihr aktuelles OpenAI-Konto hat nicht gen\xFCgend Guthaben. Bitte laden Sie Ihr Konto auf oder verkn\xFCpfen Sie eine Kreditkarte im offiziellen OpenAI-Backend.","error.429":"Der Service gibt einen Fehler zur\xFCck, was darauf hinweist, dass die Anfragen zu h\xE4ufig sind oder das Limit \xFCberschritten wurde. Bitte versuchen Sie es sp\xE4ter erneut.","error.403":"Der Service gibt einen Fehler zur\xFCck, vor\xFCbergehend besteht keine Berechtigung zum Zugriff auf diesen Service.","error.400":"Der Service gibt einen Fehler zur\xFCck, die Anforderungsparameter sind falsch, bitte \xFCberpr\xFCfen Sie die entsprechende Konfiguration.","error.502":"Der Service gibt einen Fehler zur\xFCck, der Service ist zeitlich \xFCberschritten, bitte versuchen Sie es sp\xE4ter erneut.","error.proTokenInvalid":"Wenn Sie ein Pro-Benutzer sind, melden Sie sich bitte an, bevor Sie den Pro-\xDCbersetzungsdienst nutzen.","error.proUpgrade":"Nach dem Upgrade, bitte aktualisieren Sie die Seite und \xFCbersetzen Sie erneut.","error.configError":"Konfigurationsdaten sind abnormal","error.goReset":"Zur\xFCcksetzen",batchEdit:"Massenoperation","translationModeLang.translation.title":"Nur \xDCbersetzungsmodus Sprache","translationModeLang.translation.description":"Wenn die Seitensprache eine der folgenden Sprachen ist, wird automatisch nur der \xDCbersetzungsmodus verwendet.","translationModeUrl.translation.title":"Nur \xDCbersetzungsmodus-Webadresse","translationModeUrl.translation.description":"Wenn die Website die folgenden Domains hat, wird automatisch nur der \xDCbersetzungsmodus verwendet.","error.serveUnavailable":"Der von Ihnen derzeit verwendete [{serverName}] Dienst ist aufgrund von Netzwerkverbindungsproblemen oder Problemen mit dem Dienstanbieter vor\xFCbergehend nicht erreichbar. Wir empfehlen Ihnen, die Seite zu aktualisieren oder \xFCber <1>Einstellungen einen anderen \xDCbersetzungsdienst auszuw\xE4hlen. Wenn Sie ein <2>Pro-Mitglied sind, k\xF6nnen Sie den stabileren DeepL oder OpenAI \xDCbersetzungsdienst nutzen (<3>klicken Sie hier, um es kostenlos auszuprobieren). Dar\xFCber hinaus sollten Sie m\xF6glicherweise Ihre Netzwerk- oder Proxy-Einstellungen \xFCberpr\xFCfen.",detectServiceLoading:"\xDCberpr\xFCfung der verf\xFCgbaren \xDCbersetzungsdienste...",toggleToService:"Wechseln Sie zu {service} und versuchen Sie es erneut.","error.gemini.429":"Der aktuelle Gemini-Dienst hat seine maximale Kapazit\xE4t erreicht. Bitte versuchen Sie es sp\xE4ter erneut oder wechseln Sie zu einem anderen \xDCbersetzungsdienst.",enableSentryReport:"Wenn ein Fehler bei der Erweiterung auftritt, senden Sie Feedback mit Sentry.","translationServices.gemini":"Zwillinge","widget.translateFile":"PDF/ePub","error.reason":"Fehlergrund","floatBall.iKnow":"Ich wei\xDF.",goLogin:"Anmelden gehen","error.retry":"Wiederholen",touchShortcutsOff:"schlie\xDFen",pickAll:"Alles ausw\xE4hlen",notLogin:"Nicht angemeldet","slide.left":"Nach rechts wischen",loggedIn:"Eingeloggt","slide.right":"Nach links wischen",shortcutSettingsTitle:"Tastenkombination Einstellungen","tagsInput.add":"+ Hinzuf\xFCgen","subtitle.bilingual":"Zweisprachige Untertitel","multipleClick.2":"Doppelklick","shortcutGroup.touch":"Gesten speziell f\xFCr Touchscreens",alwaysTranslateThisSite:"Immer diese Website \xFCbersetzen",buildSnapshots:"Erstellen Sie ein Webseiten-Snapshot",networkError:"\xDCbersetzungsdienst oder Netzwerk hat ein Problem",neverTranslateThisSite:"\xDCbersetzen Sie diese Website niemals",translationOnlyMode:"Nur \xDCbersetzungsmodus","subtitle.hideQuickButton":"Nicht mehr diese Verkn\xFCpfung anzeigen","subtitle.showQuickButton":"Im Player werden Untertitel in zwei Sprachen angezeigt.","multipleClick.3":"Dreifachschlag","intro.subtitleTitle":"Online-Video-Zweisprachige Untertitelanzeige","shortcutGroup.main":"H\xE4ufig verwendete Funktionstastenkombinationen",temprarilyChangeTranslationTo_openai:"Verwendet OpenAI zum \xDCbersetzen der aktuellen Seite",shortcutSettings:"Tastenkombination","shortcutGroup.others":"Mehr benutzerdefinierte Funktionstastenkombinationen","intro.floatBallTitle":"Schnelle \xDCbersetzung Schwebekugel","widget.videoSubtitle":"Videountertitel",contact:"Kontaktieren Sie uns",mouseHoverCustomKeyTitle:"Benutzerdefinierte Maus-Hover-Tastenkombination",temprarilyChangeTranslationTo_gemini:"Verwenden von Gemini, um die aktuelle Seite zu \xFCbersetzen","browser.translateInputBox":"\xDCbersetzen Sie den aktuellen Inhalt des Eingabefelds.","multipleClick.4":"Vierfachschlag","browser.translateWithDeepL":"Vor\xFCbergehende Verwendung von DeepL zur \xDCbersetzung der aktuellen Seite",notLoginPro:"Sie haben sich noch nicht in Ihr Mitgliedskonto eingeloggt.",touchShortcutsToggleTranslateTouchElement:"Einstellen von Touchscreen-Gesten zum \xDCbersetzen bestimmter Abs\xE4tze","widget.instructionTooltip":"Anleitung anzeigen","browser.translateWithTransmart":"Verwenden Sie vor\xFCbergehend Tencent, um die aktuelle Seite zu \xFCbersetzen.",temprarilyChangeTranslationTo_google:"Verwenden Sie Google \xDCbersetzer, um diese Seite zu \xFCbersetzen.","shortcutGroup.shortcutsForTranslationServices":"\xDCbersetzungsdienst verwandte Tastenkombinationen",temprarilyChangeTranslationTo_deepl:"Verwenden von DeepL, um die aktuelle Seite zu \xFCbersetzen.","widget.instruction":"Gebrauchsanweisung","browser.translateWithOpenAI":"Vor\xFCbergehende Verwendung von OpenAI zum \xDCbersetzen der aktuellen Seite","intro.hoverTitle":"\xDCbersetzen Sie den aktuellen Absatz, indem Sie die Maus dar\xFCber schweben lassen.","browser.toggleMouseHoverTranslateDirectly":"Auf der Seite das direkte \xDCbersetzen durch Mouseover tempor\xE4r aktivieren oder deaktivieren","floatBall.longPress":"Durch langes Dr\xFCcken k\xF6nnen Sie das Einstellungsmen\xFC schnell \xF6ffnen.",temprarilyChangeTranslationTo_transmart:"Verwendet gerade Tencent \xDCbersetzung f\xFCr die aktuelle Seite.","floatBall.guideClickToTranslate":`Klicken Sie auf die immersive \xDCbersetzungsschwebekugel + {env.imt_trans_field}: \u0627\u0644\u062A\u0631\u062C\u0645\u0629`,"translationServices.claude":"\u0643\u0644\u0648\u062F","subtitle.quickButton.setting":"\u0625\u0639\u062F\u0627\u062F\u0627\u062A","subtitle.quickButton.white":"\u0623\u0628\u064A\u0636","subtitle.quickButton.black":"\u0627\u0644\u0644\u0648\u0646 \u0627\u0644\u0623\u0633\u0648\u062F","subtitle.quickButton.yellow":"\u0627\u0644\u0644\u0648\u0646 \u0627\u0644\u0623\u0635\u0641\u0631","subtitle.quickButton.backgroundOpacity":"\u0634\u0641\u0627\u0641\u064A\u0629 \u0627\u0644\u062E\u0644\u0641\u064A\u0629","subtitle.quickButton.translationPositionBottom":"\u0623\u0633\u0641\u0644 \u0627\u0644\u0646\u0635 \u0627\u0644\u0623\u0635\u0644\u064A","subtitle.quickButton.backgroundColor":"\u0644\u0648\u0646 \u0627\u0644\u062E\u0644\u0641\u064A\u0629","subtitle.quickButton.cyan":"\u0627\u0644\u0644\u0648\u0646 \u0627\u0644\u0623\u0632\u0631\u0642","subtitle.quickButton.translationPosition":"\u0645\u0648\u0642\u0639 \u0627\u0644\u062A\u0631\u062C\u0645\u0629","subtitle.quickButton.magenta":"\u0627\u0644\u0644\u0648\u0646 \u0627\u0644\u0642\u0631\u0645\u0632\u064A","subtitle.quickButton.translationTextColor":"\u0644\u0648\u0646 \u062E\u0637 \u0627\u0644\u0646\u0635","subtitle.quickButton.red":"\u0627\u0644\u0644\u0648\u0646 \u0627\u0644\u0623\u062D\u0645\u0631","subtitle.quickButton.translationPositionTop":"\u0641\u064A \u0627\u0644\u062C\u0632\u0621 \u0627\u0644\u0639\u0644\u0648\u064A \u0645\u0646 \u0627\u0644\u0646\u0635 \u0627\u0644\u0623\u0635\u0644\u064A","subtitle.quickButton.sourceTextColor":"\u0644\u0648\u0646 \u0627\u0644\u062E\u0637 \u0627\u0644\u0623\u0635\u0644\u064A","subtitle.quickButton.green":"\u0627\u0644\u0644\u0648\u0646 \u0627\u0644\u0623\u062E\u0636\u0631","subtitle.quickButton.sourceFontSize":"\u062D\u062C\u0645 \u0627\u0644\u062E\u0637 \u0627\u0644\u0623\u0635\u0644\u064A","subtitle.quickButton.blue":"\u0627\u0644\u0644\u0648\u0646 \u0627\u0644\u0623\u0632\u0631\u0642","subtitle.quickButton.translationFontSize":"\u062D\u062C\u0645 \u062E\u0637 \u0627\u0644\u0646\u0635 \u0627\u0644\u0645\u062A\u0631\u062C\u0645",attachSubtitleTranslating:"\u0627\u0633\u062A\u062E\u062F\u0645 {service} \u0644\u0644\u062A\u0631\u062C\u0645\u0629...","error.claude.403":"\u0644\u0627 \u062A\u0648\u062C\u062F \u0635\u0644\u0627\u062D\u064A\u0629 \u0645\u0624\u0642\u062A\u0629 \u0644\u0644\u0648\u0635\u0648\u0644 \u0625\u0644\u0649 \u0627\u0644\u062E\u062F\u0645\u0629\u060C \u0642\u062F \u064A\u0643\u0648\u0646 \u0630\u0644\u0643 \u0645\u0631\u062A\u0628\u0637\u064B\u0627 \u0628\u0627\u0644\u0642\u064A\u0648\u062F \u0627\u0644\u062C\u063A\u0631\u0627\u0641\u064A\u0629 \u0644\u0640 Claude \u060C \u064A\u0645\u0643\u0646\u0643 \u0645\u062D\u0627\u0648\u0644\u0629 \u062A\u063A\u064A\u064A\u0631 \u0639\u0646\u0648\u0627\u0646 IP \u0627\u0644\u062E\u0627\u0635 \u0628\u0643 \u060C \u0623\u0648 \u0627\u0633\u062A\u062E\u062F\u0627\u0645 \u062E\u062F\u0645\u0627\u062A \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0623\u062E\u0631\u0649.","browser.brandDescriptionForSafari":"\u3010\u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u063A\u0627\u0645\u0631\u0629\u3011 \u0625\u0636\u0627\u0641\u0629 \u0645\u062C\u0627\u0646\u064A\u0629 \u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0635\u0641\u062D\u0627\u062A \u0627\u0644\u062B\u0646\u0627\u0626\u064A\u0629 \u0627\u0644\u0644\u063A\u0629 (\u0627\u0644\u0646\u0635 \u0627\u0644\u0623\u0635\u0644\u064A / \u0627\u0644\u062A\u0631\u062C\u0645\u0629)\u060C \u062A\u062F\u0639\u0645 \u0641\u064A \u0627\u0644\u0648\u0642\u062A \u0646\u0641\u0633\u0647 \u062A\u0631\u062C\u0645\u0629 PDF \u0648\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0643\u062A\u0628 \u0627\u0644\u0625\u0644\u0643\u062A\u0631\u0648\u0646\u064A\u0629 EPUB \u0645\u0639 \u0627\u0644\u062D\u0641\u0627\u0638 \u0639\u0644\u0649 \u062A\u0646\u0633\u064A\u0642 \u0627\u0644\u0648\u062B\u064A\u0642\u0629 \u0627\u0644\u0623\u0635\u0644\u064A\u0629\u060C \u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u062A\u0631\u062C\u0645\u0627\u062A \u0627\u0644\u062B\u0646\u0627\u0626\u064A\u0629 \u0627\u0644\u0644\u063A\u0629 \u0644\u0644\u0641\u064A\u062F\u064A\u0648\u0647\u0627\u062A \u0639\u0644\u0649 \u0627\u0644\u0625\u0646\u062A\u0631\u0646\u062A \u0645\u062B\u0644 Youtube/Netflix\u060C \u062A\u062F\u0639\u0645 \u062E\u062F\u0645\u0627\u062A \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0631\u0626\u064A\u0633\u064A\u0629 \u0645\u062B\u0644 Deepl/Google\u061B","browser.PdfProFile":"\u062A\u0631\u062C\u0645\u0629 PDF Pro \u0628\u062F\u0639\u0645 \u0645\u0646 \u0627\u0644\u0630\u0643\u0627\u0621 \u0627\u0644\u0627\u0635\u0637\u0646\u0627\u0639\u064A","browser.textTranslate":"\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0646\u0635"};var B4={nologin:"nicht eingeloggt",loginForSafari:"Anmelden oder Registrieren",login:"Anmelden, um eine Mitgliedschaft zu er\xF6ffnen",manageAccount:"Verwaltete Konten",openPremium:"Offene Mitgliedschaft",logout:"Abbrechen",curentPlan:"Aktuelle Pakete",endAt:"Verfallsdatum",endAuto:"automatische Erneuerung",lineBreakMaxTextCount:"Maximal zul\xE4ssige Anzahl von Zeichen pro Satz nach Zeilenumbr\xFCchen","translate-pdf":"Zum \xDCbersetzen PDF anklicken","noSupportTranslate-pdf":"Script nicht unterst\xFCtzt, bitte Plugin verwenden","translate-firefox-local-pdf":"Klicken Sie, um zu PDF importieren zu gelangen",enableLineBreak:"Automatischen Zeilenvorschub f\xFCr lange Abs\xE4tze aktivieren",sponsorLabel:"$1 Gesponserte Entwickler",help:"Hand",browserShortcutsNoteForFirefox:'Um die Verkn\xFCpfungen in Firefox zu \xE4ndern, m\xFCssen Sie die Seite f\xFCr die Verwaltung der Erweiterungen "about:addons" \xF6ffnen, dann auf "Einstellungen" und dann auf "Verkn\xFCpfungen verwalten" klicken, um die Verkn\xFCpfungen festzulegen.',browserShortcutsNoteForChrome:'Um Verkn\xFCpfungen in Chrome zu \xE4ndern, m\xFCssen Sie die Seite f\xFCr die Verwaltung von Erweiterungen \xF6ffnen, sie im Bereich "Verkn\xFCpfungen verwalten" festlegen (chrome://extensions/shortcuts) und auf die Schaltfl\xE4che unten klicken, um zur Seite f\xFCr die Verwaltung von Verkn\xFCpfungen zu gelangen.',browserShortcutsSucks:"Benutzerdefinierte Tastenkombinationen werden wie folgt formatiert (es erfolgt keine automatische Erkennung, bitte direkt eingeben)\uFF1A",enableLineBreakDescription:"Wenn diese Funktion aktiviert ist, werden in langen Abs\xE4tzen am Ende jedes Satzes Zeilenumbr\xFCche eingef\xFCgt, um die Lesbarkeit zu verbessern.","browser.shortBrandName":"Immersions\xFCbersetzung","browser.brandName":"Immersion Translation: Bilinguale Webseiten & PDF \xDCbersetzung","browser.brandDescription":"Bilingual web page translation, also supports PDF translation, bilingual Epub eBook translation, free to use.","browser.toggleTranslatePage":"Seite \xFCbersetzen/ Originaltext anzeigen","browser.toggleTranslateTheWholePage":"Alle Bereiche der Seite \xFCbersetzen/den Originaltext anzeigen","browser.toggleOnlyTransation":"Wechseln Sie in den Zweisprachen-/Nur-\xDCbersetzungsmodus","browser.toggleTranslateToThePageEndImmediately":"Sofortige \xDCbersetzung am Ende der Seite/Anzeige des Originaltextes","browser.toggleTranslateTheMainPage":"Den Hauptbereich der Seite \xFCbersetzen/den Originaltext anzeigen","browser.shareToDraft":"Zweisprachige Seiten teilen","browser.openOptionsPage":"\xD6ffnen Sie die Einstellungsseite","browser.toggleTranslationMask":"Translationsunsch\xE4rfe-Effekt ein-/ausblenden","browser.translateLocalPdfFile":"Lokale PDF-Dateien \xFCbersetzen","browser.openEbookViewer":"Lokale eBooks lesen","browser.openEbookBuilder":"Zweisprachige EPUB eBooks erstellen","browser.translateLocalHtmlFile":"HTML/Txt-Dateien \xFCbersetzen","browser.donateContext":"Erfahren Sie mehr \xFCber die Vorteile eines Sponsors","browser.translateLocalSubtitleFile":"Lokale Untertiteldateien \xFCbersetzen",confirmResetConfig:"Sind Sie sicher, dass Sie die Einstellungen zur\xFCcksetzen wollen?",translationLineBreakSettingTitle:"\xDCbersetzung Zeilenvorschubeinstellung",smartLineBreak:"Smart Line Feed (Berechnung)",alwaysLineBreak:"Immer Zeilenvorschub",isShowContextMenu:"Hinzuf\xFCgen \xFCbersetzter Seiten zu Rechtsklick-Men\xFCpunkten",toggleBeta:"Aktivieren von Beta-Testfunktionen",betaDescription:"Aktivieren Sie Funktionen, die noch experimentell sind, sowie einen \xDCbersetzungsdienst in der Beta-Phase. Treten Sie der <1>Telegram-Gruppe bei, um mehr zu erfahren.",translationLineBreakSettingDescription:"Bei Seiten mit wenig Inhalt sind die Zeilenumbr\xFCche immer ordentlich und \xFCbersichtlich. (Verwenden Sie intelligente Zeilenumbr\xFCche in langen, inhaltsreichen Abs\xE4tzen (mehr als{count}Zeichen), um Platz zu sparen).",tempTranslateDomainTitle:"Dauer des vor\xFCbergehenden Einschaltens der Website-\xDCbersetzung",tempTranslateDomainDescription:"Wenn Sie eine Webseite manuell \xFCbersetzen, schalten Sie die Website vor\xFCbergehend f\xFCr die automatische \xDCbersetzung ein, und Sie k\xF6nnen die vor\xFCbergehende Dauer festlegen.",xMinutes:"{count} Minuten",disabled:"die Verwendung von etw. untersagen",changelog:"Protokoll aktualisieren",toggleTranslatePageWhenThreeFingersOnTheScreen:"Gleichzeitiges Ber\xFChren des Bildschirms mit mehreren Fingern \xFCbersetzt Webseiten/zeigt den Originaltext an",toggleTranslationMaskWhenThreeFingersOnTheScreen:"Durch Ber\xFChren mit mehreren Fingern wird der Unsch\xE4rfeeffekt ein- und ausgeblendet.",fingerCountToToggleTranslagePageOnlyTranslationWhenTouching:"Wenn Sie mit mehreren Fingern gleichzeitig den Bildschirm ber\xFChren, wird die Webseite \xFCbersetzt (nur \xDCbersetzung) bzw. der Originaltext angezeigt.",addUrlDescription:"Kann ein Dom\xE4nenname sein und unterst\xFCtzt auch Wildcards, z. B.\uFF1A*.google.com, google.com/mail/*, https://www.google.com/*",general:"Grundeinstellungen",clickToExpandConfig:"Aktuelle Konfiguration erweitern",import:"Aus Datei importieren",export:"In Datei exportieren",toggleDebug:"Das Debug-Protokoll auf der Konsole ausgeben","fingers.0":"Klageschrift","fingers.2":"Zwei-Finger-Ber\xFChrung","fingers.3":"Drei-Finger-Ber\xFChrung","fingers.4":"Vier-Finger-Ber\xFChrung","fingers.5":"F\xFCnf-Finger-Ber\xFChrung",mouseHoldKey:"+ {key} \xDCbersetzen/Wiederherstellen des Absatzes",mouseHoldKeyAuto:"Direkte \xDCbersetzung des Absatzes",mouseHoldKeyOff:"Tun Sie nichts.",mouseHoldKeyOther:"Benutzerdefinierte Tastenkombinationen (Einstellungen \xF6ffnen)",mouseHoldKeyCustomKey:"{key} \xDCbersetzung/K\xFCrzung des Absatzes",mouseHoverHoldKey:"\xDCbersetzen Sie Abs\xE4tze, indem Sie die Tastenkombination dr\xFCcken, w\xE4hrend Sie mit der Maus dar\xFCber fahren.","mouse-translate":"Mauszeiger",document:"(Computer-)Datei",resetSuccess:"Alle Einstellungen erfolgreich zur\xFCcksetzen",resetThisSuccess:"Zur\xFCcksetzen erfolgreich",saved:"Erfolgreich speichern",successImportConfig:"Erfolgreich importierte Konfiguration",goAdvancedSettings:"Gehen Sie zur Seite Erweiterte Einstellungen",goAdvancedInterfaceSettings:"Gehen Sie zur Seite Erweiterte Anpassungseinstellungen",advanced:"Erweiterte Einstellungen",advancedDescription:"In der Regel sind keine Einstellungen erforderlich, belassen Sie es bei der Standardeinstellung. Nur f\xFCr spezialisiertere Benutzer sind mehr personalisierte Einstellungen verf\xFCgbar.",developer:"Einstellungen f\xFCr Entwickler",donateCafe:"Preise","translate to the bottom of the page":"Wird sie unmittelbar nach dem Betreten der Seite an das Ende der Seite \xFCbersetzt?",feedback:"Frage Feedback",toggleTranslatePage:"Seite \xFCbersetzen/ Originaltext anzeigen",translateToThePageEndImmediatelyDescription:"Wenn Sie die Funktion einschalten, wird der Inhalt sofort bei der Eingabe vom oberen zum unteren Rand der Seite \xFCbersetzt. Wenn Sie die Funktion ausschalten, wird der Inhalt w\xE4hrend des Lesens \xFCbersetzt. (Nicht empfohlen)","translate all areas of the page":"Ob alle Bereiche der Seite \xFCbersetzt werden sollen",translationAreaDescription:"Ist die Option aktiviert, werden alle Bereiche der gesamten Webseite \xFCbersetzt. Wenn Sie die Option ausschalten, wird die standardm\xE4\xDFige intelligente Erkennung verwendet und nur die Hauptbereiche werden \xFCbersetzt. (Es wird nicht empfohlen, diese Funktion einzuschalten)","the number of characters to be translated first":"\xDCbersetzen Sie direkt die ersten Zeichen der Seite, ohne zu warten, bis der Anzeigebereich angezeigt wird.","interface language":"Interface-Sprache","display both the original text and the translation":"Gleichzeitige Anzeige von Original und \xDCbersetzung","keyboard shortcuts":"Tastaturkurzbefehle",modify:"Tastenkombinationen \xE4ndern",reset:"reprovision",close:"Klageschrift",homepage:"Homepage",more:"mehr",moreOptions:"Erweitern Sie Ihre Anpassungsoptionen",translateTheWholePage:"Alle Bereiche der Seite \xFCbersetzen (im Gegensatz zu einer intelligenten Erkennung der Hauptbereiche)",changeToTranslateTheWholePage:"Umschalten auf die \xDCbersetzung aller Regionen",changeToTranslateTheMainPage:"Zum Hauptbereich \xDCbersetzen wechseln",changeToOnlyTranslationMode:"Umschalten, um nur \xDCbersetzungen anzuzeigen",changeToDualTranslationMode:"Umschalten auf zweisprachige \xDCbersetzung",translateToThePageEndImmediately:"Sofortige \xDCbersetzung an das Ende der Seite",translateTheMainPage:"Intelligente \xDCbersetzung Schl\xFCsselregionen","The local rules are up to date":"Die \xF6rtlichen Anpassungsvorschriften sind auf dem neuesten Stand.","Successfully synchronized with the latest official rules:":"Erfolgreich synchronisiert mit den neuesten offiziellen Anpassungsregeln.","Checking for updates":"Pr\xFCfen auf Aktualisierungen","Rules are being synchronized":"Anpassungsregeln werden synchronisiert",localVersionIsTooOld:"Die Version der lokalen Erweiterung ist zu alt. Bitte aktualisieren Sie die Erweiterung auf {minVersion} oder eine neuere Version, bevor Sie versuchen zu synchronisieren.",badUserscriptBrowser:"Der aktuelle Browser implementiert die Schnittstelle der Grease Monkey-Erweiterung nicht korrekt (z. B. um Informationen \xFCber die Versionsnummer des Grease Monkey-Skripts selbst zu erhalten). Bitte verwenden Sie andere Browser, die die <1>Grease Monkey-Erweiterung unterst\xFCtzen, wie z. B. Firefox.",foundNewVersion:"Entdecken Sie die neue Version",theLocalExtensionIsUpToUpdate:"Die aktuelle Erweiterung ist auf dem neuesten Stand.",failToSyncRules:"Fehlende Synchronisierung der neuesten Anpassungsregeln",retry:"Klicken Sie hier, um es erneut zu versuchen",failedReason:"Gr\xFCnde f\xFCr das Scheitern",currentRuleVersion:"Aktuelle Regelversion",calculating:"Berechnungen",unknownError:"unbekannter Fehler",canNotFetchRemoteRule:"Remote-Regeln k\xF6nnen nicht abgerufen werden",enableAlphaSuccess:"Alpha aktiviert",disableAlphaSuccess:"Die Alpha-Funktion wurde ausgeschaltet.",cacheSize:"Cache-Gr\xF6\xDFe\uFF1A",cleaning:"in Liquidation befindlich",cleanCache:"den Cache l\xF6schen",options:"aufstellen",about:"in Bezug auf",service:"Dolmetscherdienst",needAction:"(Gehe zu Einstellungen)",goSettings:"loslegen und einrichten",needActionForOptions:"(noch einzurichten)",translationEngine:"Motor Optionen",sourceLanguage:"Originalsprache",target:"Zielsprache",popupSourceLanguage:"Originalsprache",popupTarget:"Zielsprache",popupService:"Dolmetscherdienst",forThisSite:"Aktuelle Website",autoEnableSubtitle:"Automatisches \xD6ffnen von zweisprachigen Untertiteln",alwaysTranslate:"\xDCbersetzen Sie immer",neverTranslate:"Niemals \xFCbersetzen",alwaysTranslateSomeLanguage:"\xDCbersetzen Sie immer {language}",neverTranslateSomeLanguage:"Niemals \xFCbersetzen {language}",alwaysTranslateSomeSite:"\xDCbersetzen Sie immer {hostname}",neverTranslateSomeSite:"Niemals \xFCbersetzen {hostname}",alwaysTranslateSomeSiteOrWildSite:"\xDCbersetzen Sie immer die Website",alwaysTranslateSomePage:"\xDCbersetzen Sie die Seite immer",add:"erh\xF6hen.",default:"Standard (Einstellung)",forThisLanguage:"F\xFCr diese Sprache\uFF1A","add url":"URL eingeben",edit:"Compiler","translate other languages into specific language":"\xDCbersetzen Sie andere Sprachen in Ihre eingestellte Sprache","select translation service":"W\xE4hlen Sie einen \xDCbersetzungsdienst",language:"Mehrsprachigkeit","show-original":"Originaltext anzeigen",translate:"Rendering",Translated:"\xFCbersetzt",Translating:"in \xDCbersetzung",Error:"falsch",allowCacheTranslations:"Aktivieren Sie das lokale \xDCbersetzungscaching (um \xDCbersetzungsanfragen f\xFCr doppelte Passagen zu reduzieren)","translation display":"Anzeigestil der \xDCbersetzung","select diplay style":"Unterscheiden Sie die verschiedenen \xDCbersetzungsstile anhand der folgenden Beispiele",interface:"Interface-Einstellungen",import_export:"Import/Export",import_export_title:"Konfiguration importieren/exportieren",syncToGoogleDrive:"Jetzt mit Google Drive synchronisieren",floatBallOptions:"Hoverball-Einstellungen","floatBallOptions.enable":"Hoverball freischalten","floatBallOptions.blockUrls":"Website deaktivieren","floatBallOptions.add":"erh\xF6hen.","floatBallOptions.blockUrlDesc":"Schwebeb\xE4lle werden nicht angezeigt, wenn die folgenden Websites aufgerufen werden","floatBallOptions.clickType":"Klickverhalten","floatBallOptions.clickTypeDesc":"Verhalten des Hoverball-Symbols beim Anklicken","floatBallOptions.clickPopup":"\xDCbersetzungspanel anzeigen","floatBallOptions.clickTranslate":"\xDCbersetzung/Anzeige des Originaltextes","floatBallOptions.fixedPosition":"\u56FA\u5B9A\u4F4D\u7F6E","floatBallOptions.fixedPositionDesc":"\u60AC\u6D6E\u7403\u5728\u7A97\u53E3\u5DE6\u4FA7\u8FD8\u662F\u53F3\u4FA7","floatBallOptions.fixedPositionLeft":"\u5DE6\u4FA7","floatBallOptions.fixedPositionRight":"\u53F3\u4FA7",previewAllThemes:"Vorschau aller Stile","translationTheme.none":"nicht haben","translationTheme.grey":"dunkelgrau","translationTheme.dashed":"gepunktete Unterstreichung","translationTheme.dotted":"gepunkteter Unterstrich","translationTheme.dashedBorder":"gepunkteter Rand","translationTheme.solidBorder":"feste Umrandung","translationTheme.underline":"Unterstreichen Sie gerade Linien","translationTheme.mask":"Fuzzy-Effekte (Lernmodi)","translationTheme.opacity":"Transparenz-Effekt","translationTheme.paper":"Wei\xDFes Papier Schatteneffekt","translationTheme.dividingLine":"Trennungslinie","translationTheme.highlight":"hohe Helligkeit","translationTheme.marker":"Markierung (Lehnwort)","translationTheme.marker2":"Markierung 2","translationTheme.blockquote":"Referenzierungsstile","translationTheme.weakening":"Schw\xE4chung","translationTheme.italic":"Schr\xE4gschrift","translationTheme.bold":"eindicken","translationTheme.thinDashed":"d\xFCnne gepunktete Linie, Unterstrich","translationTheme.nativeDashed":"Das System ist mit einem gepunkteten Unterstrich versehen","translationTheme.nativeDotted":"System kommt mit gepunktetem Unterstrich","translationTheme.nativeUnderline":"Das System wird mit einer geraden Linie unterstrichen","translationTheme.wavy":"gewellte Linie","translationServices.custom":"Benutzerdefinierte API","translationServices.tencent":"Tencent \xDCbersetzer","translationServices.tenAlpha":"Tencent \xDCbersetzer (Alpha)","translationServices.google":"Google \xDCbersetzen","translationServices.bai":"Baidu (Alpha)","translationServices.baidu":"Baidu's \xDCbersetzung","translationServices.aliyun":"AliCloud \xDCbersetzung","translationServices.volc":"Vulkan\xFCbersetzung","translationServices.deeplx":"DeepLX (Beta)","translationServices.bing":"Microsoft \xDCbersetzen","translationServices.deepl":"DeepL","translationServices.wechat":"WeChat \xDCbersetzung","translationServices.azure":"Azure-\xDCbersetzung","translationServices.ibm":"IBM Watson","translationServices.aws":"Amazonas-\xDCbersetzung","translationServices.mock":"Simulierte \xDCbersetzung","translationServices.mock2":"Simulierte \xDCbersetzung 2","translationServices.caiyun":"lit. bunte Wolken und kleine \xDCbersetzungen","translationServices.cai":"Bunte Wolken (Alpha)","translationServices.volcAlpha":"Vulkan (Alpha)","translationServices.openl":"OpenL","translationServices.youdao":"Youtube-\xDCbersetzung","translationServices.you":"Youdao \xDCbersetzer (Alpha)","translationServices.transmart":"Tencent Interactive \xDCbersetzung","translationServices.niu":"Maverick Translator","translationServices.papago":"Papago \xDCbersetzung","translationServices.d":"D (Alpha)","translationServices.dpro":"D Pro (Kanarienvogel)","translationServices.openai":"OpenAI","translationServices.yandex":"Yandex","translationServices.chatgpt":"ChatGPT Web(3.5 mobil)","translate title":"Seitentitel \xFCbersetzen","always languages":"\xDCbersetzen Sie immer die Sprache",neverTranslateLanguagesLabel:"Die Sprache, die nie \xFCbersetzt werden wird",neverTranslateTheFollowingLanguagesDescription:"\xDCbersetzungen werden \xFCbersprungen, wenn ein Absatz auf der Seite in einer der folgenden Sprachen vorliegt",enableUserscriptPagePopup:"Schwebeball auf der Seite anzeigen",enableUserscriptPagePopupDescription:"Nachdem Sie den Hoverball ausgeschaltet haben, k\xF6nnen Sie ihn mit dem Shortcut /{touch}wieder aufrufen. Es wird dringend empfohlen, diese Einstellungsseite als Lesezeichen zu speichern, um zu verhindern, dass der Hoverball nach dem versehentlichen Ausschalten dieser Option nicht mehr gefunden wird!","always translate the following languages":"\xDCbersetzt automatisch in die Zielsprache, wenn die Seite in einer der folgenden Sprachen vorliegt","always sites":"Immer \xFCbersetzte Websites","always translate the following sites":"Websites werden automatisch in die Zielsprache \xFCbersetzt, wenn es sich um die Domainnamen von","never sites":"Nie \xFCbersetzte Website","never translate the following sites":"\xDCbersetzungen werden nicht durchgef\xFChrt, wenn die Website f\xFCr die folgenden Domains bestimmt ist","please refer to":"Sie m\xFCssen den Schl\xFCssel ausf\xFCllen, bevor Sie ihn verwenden k\xF6nnen.",KeyAndConfigurationTutorial:"Tutorial zur Anwendung und Konfiguration von Schl\xFCsseln",useAboveStyleForTheseSites:"Verwenden Sie immer den \xDCbersetzungsstil \u2308{theme}\u230B, wenn die Website f\xFCr die folgenden Domains bestimmt ist",currentUrl:"Aktuelle URL",confirm:"Speichern (einer Datei usw.) (Informatik)",cancel:"Stornierungen",delete:"entfernen","languages.auto":"automatische Erkennung",syncToCloud:"Mit Google Drive synchronisieren",syncToCloudDescription:"Die in die Cloud hochgeladene Konfiguration kann zwischen verschiedenen Browsern bzw. Grease-Monkey-Skripten synchronisiert werden, je nachdem, was zuletzt ge\xE4ndert wurde.",syncToAccount:"Synchronisierung mit der Immersive Translation Cloud",syncToAccountButton:"Sofortige Synchronisierung mit der Cloud",syncToAccountDescription:"Automatische Synchronisierung von Konfigurationen zwischen verschiedenen Ger\xE4ten, je nachdem, was zuletzt ge\xE4ndert wurde.",successSyncConfigInAccount:"Erfolgreiche Synchronisierung mit der Cloud",successSyncConfigToAccount:"Erfolgreiche Synchronisierung mit der Cloud",syncConfigNoUpdate:"Sie ist bereits auf dem neuesten Stand.",authFail:"Autorisierungsfehler",syncTitle:"Manuelles Backup-Management",import_hint:"importieren (Daten)",upload:"hochladen",revokeAuth:"eine Zulassung widerrufen",uploadFail:"Upload fehlgeschlagen",download:"Herunterladen von",importSuccess:"Erfolgreich importiert",importFail:"Importfehler",deleteFail:"L\xF6schen fehlgeschlagen",backupToCloud:"Manuelle Verwaltung von Sicherungsdateien",create_new_backup:"Einen neuen Sicherungsknoten hinzuf\xFCgen",maxBackupFiles:"Es k\xF6nnen bis zu{count}verschiedene Nodes gesichert werden, bitte l\xF6schen Sie die Nodes, die Sie nicht ben\xF6tigen.",backupToCloudDescription:"Manuelles Hochladen oder Wiederherstellen von Sicherungsdateien, wobei bis zu 3 verschiedene Sicherungen m\xF6glich sind",successSyncConfig:"Erfolgreiche Synchronisierung mit der Cloud",syncFail:"Synchronisationsfehler",updatedAt:"Aktualisiert von {date}",lastSyncedAt:"Zuletzt gepr\xFCft unter {date}",downloadFail:"Download fehlgeschlagen",clickToDownload:"Klicken Sie zum Herunterladen",aboutLabel:"\xDCber - Feedback","browser.openAboutPage":"\xDCber/Feedback",aboutLabelWithoutSponsor:"\xDCber - Feedback",aboutIntro:"M\xF6gen wir alle einen einfacheren und angenehmeren Zugang zu der riesigen Menge fremdsprachiger Informationen im Internet haben \u2764\uFE0F Sie k\xF6nnen Ihre <6>Pro-Mitgliedschaft aktivieren, um die sofort einsetzbaren DeepL und OpenAI-\xDCbersetzungen zu nutzen.

Sie k\xF6nnen uns auf <3>Twitter, <4>Telegram, Weibo, WeChat folgen oder <5>sich in unsere Mailingliste eintragen, um Updates zu erhalten.
<7>Pro-Mitglieder k\xF6nnen uns unter <8>support@immersivetranslate.com kontaktieren, um schnellen Kundenservice zu erhalten.",aboutIntroWithoutSponsor:"M\xF6gen wir alle einen leichteren und angenehmeren Zugang zu der enormen Menge an fremdsprachlichen Informationen haben, die im Internet zur Verf\xFCgung stehen \u2764\uFE0F

Sie k\xF6nnen uns auf <3>Twitter, im <4>Telegram-Kanal, auf WeChat und WeChat Exchange folgen oder <5>sich unten per <5>E-Mail f\xFCr Updates <5>anmelden.",projectHomepage:"Projekt Heimat",joinTelegramGroup:"Treten Sie der Benutzergruppe bei, um an Diskussionen \xFCber Funktionen teilzunehmen.",wechatPublicAccount:"WeChat \xD6ffentlich",wechatCommunities:"WeChat Austauschgruppe",qqCommunities:"QQ Kommunikationskanal",joinTelegramChannel:"Folgen Sie dem Telegram-Kanal f\xFCr aktuelle Updates",feedbackAndJoin:"Frage Feedback / Gruppe hinzuf\xFCgen",autoSync:"automatische Zeitsynchronisation",loadingThemeTitle:"Stil laden",loadingThemeDescription:"Einstellen des Stils beim Warten auf das Laden der \xDCbersetzung","loadingTheme.spinner":"Animation zum Drehen","loadingTheme.text":"etw. in statischer Schrift ","loadingTheme.none":"nicht gezeigt",developerDescription:"Die Dokumentation zur erweiterten Anpassung finden Sie <1>hier","edit border color":"\xC4ndern Sie die Farbe des Rahmens",successSyncButNoChange:"Die aktuelle Konfiguration ist mit der Cloud konsistent",customTheme:"Individuelle Farben und Gr\xF6\xDFen","customThemeLabel.borderColor":"Farbe der Umrandung","customThemeLabel.borderRadius":"Abgerundete Kanten","customThemeLabel.textColor":"Textfarbe","customThemeLabel.backgroundColor":"Hintergrundfarbe","customThemeLabel.zoom":"Skalierung der Schrift (%)","customThemeLabel.opacity":"Text-Opazit\xE4t (%)",resetToDefaultColor:"Wiederherstellung der Standardfarben",resetToDefaultSettings:"Wiederherstellen der Standardeinstellungen",isTranslateTitle:"\xDCbersetzung der Seitentitel aktivieren",isTranslateTitleDescription:"Beim \xD6ffnen wird der Seitentitel \xFCbersetzt",enableSearchEnhancement:"Erm\xF6glichung der zweisprachigen Erweiterung von Nachrichten",enableSearchEnhancementDescription:'Sobald diese Funktion aktiviert ist, werden die Suchergebnisse von "Google News" automatisch in der rechten Spalte der unterst\xFCtzten Websites (Google News, Google Search (einige Suchbegriffe), Snowball, Oriental Fortune, Futura, Tiger Community) f\xFCr die entsprechenden englischen Suchbegriffe angezeigt.',verifyService:"Klicken Sie hier, um den Dienst zu testen",verified:"Erfolg \xFCberpr\xFCfen","field.langs":"Unterst\xFCtzte Sprachcodes","field.model":"Modellierung","field.translationEngine":"\xDCbersetzungsmotor","field.limitPerMinute":"Maximale Anfragen pro Minute","field.limitPerSecond":"Maximale Anzahl von Anfragen pro Sekunde","field.maxTextLengthPerRequest":"Maximale Textl\xE4nge pro Anfrage","field.maxTextGroupLengthPerRequest":"Maximale Anzahl von Abs\xE4tzen pro Anfrage","field.apiUrl":"Adresse der benutzerdefinierten API-Schnittstelle","field.placeholderDelimiters":"reservierter Platzhalter","description.custom":"Benutzerdefinierte Schnittstelle Zugriff Dokumentation erforderlich","description.limitPerMinute":"Anfragen, die diese Grenze \xFCberschreiten, werden bis zum Beginn der n\xE4chsten Minute in eine Warteschlange gestellt. Aufgrund der verschiedenen Einschr\xE4nkungen von OpenAIs aktuellem Service, klicken Sie bitte <1>hier f\xFCr die neuesten vorgeschlagenen Werte","description.limitPerSecond":"Anfragen, die diese Grenze \xFCberschreiten, werden bis zum Beginn der n\xE4chsten Sekunde in eine Warteschlange gestellt. Aufgrund der verschiedenen Einschr\xE4nkungen von OpenAIs aktuellem Service, klicken Sie bitte <1>hier f\xFCr die neuesten vorgeschlagenen Werte","description.generalLimitPerSecond":"Anfragen, die diese Grenze \xFCberschreiten, werden bis zum Beginn der n\xE4chsten Sekunde in eine Warteschlange gestellt.","description.prompt":"Gespr\xE4che, die im Namen des Benutzers an {service} gesendet werden, wobei {{text}} den Textinhalt des Absatzes darstellt, {{from}} die Sprache des Absatzes und {{to}} die Zielsprache.","description.maxTextLengthPerRequest":"Die maximale Anzahl von Zeichen pro Anfrage ist zu gro\xDF, so dass die Schnittstelle langsam reagiert. Versuchen Sie daher, diese Option anzupassen, um die Geschwindigkeit zu optimieren.","description.systemPrompt":"Gespr\xE4che, die im Namen des Systems an {service} gesendet werden, wobei {{text}} den Textinhalt des Absatzes darstellt, {{from}} die Sprache des Absatzes und {{to}} die Zielsprache.","field.domain":"Bereich","description.domain":"Der Standardwert ist\uFF1Ageneral. Kann nur gesetzt werden, wenn die Dom\xE4nen\xFCbersetzung in der Arima API-Konsole aktiviert ist, siehe <1>hier f\xFCr unterst\xFCtzte Dom\xE4nen","field.scene":"Nehmen Sie","description.scene":"Der Standardwert ist\uFF1Ageneral. Kann nur eingestellt werden, wenn die AliCloud-API-Konsole Machine Translation Pro \xF6ffnet, siehe <1>hier f\xFCr unterst\xFCtzte Szenarien","field.vocabId":"Benutzerw\xF6rterbuch-ID","description.vocabId":"Das angegebene W\xF6rterbuch out_id unterst\xFCtzt derzeit die \xDCbersetzung Englisch-Chinesisch.","description.model":"OpenAI-Modelle, z.B. gpt-3.5-turbo, gpt-4, etc.","description.maxTextGroupLengthPerRequest":"Die Anzahl der Abs\xE4tze, die gleichzeitig an den \xDCbersetzungsdienst gesendet werden. Wenn es zu viele Abs\xE4tze sind, kann dies dazu f\xFChren, dass die Schnittstelle langsamer reagiert.","description.apiUrl":"Bitte f\xFCgen Sie spezifische URLs mit Pfaden, <1>mehr Beschreibung",enabledExtension:"Aktivieren von Erweiterungen",clickToDisableExtension:"Klicken Sie hier, um Erweiterungen zu deaktivieren",clickToEnableExtension:"Klicken Sie, um Erweiterungen zu aktivieren",hasBeenDisabled:"deaktiviert","show password":"Passwort anzeigen",customContent:"Eingabe eines benutzerdefinierten Modellnamens",inputOptions:"Erweiterung des Eingabefeldes",mouseHoverOptions:"Mauszeiger",modifyMouseHoverKey:"Mauszeiger-Kurzbefehl \xE4ndern",enableInputTranslation:"Ob die Erweiterung des Eingabefeldes aktiviert werden soll",enableInputTranslationDescription:"Nach der Aktivierung geben Sie {startingKey}{startingKey} hallo direkt in das Eingabefeld ein und dr\xFCcken dann schnell{inputTrailingTriggerKeyRepeatTimes}mal{trailingKey}, um in {inputTargetLanguage}zu \xFCbersetzen.",enableInputTranslationDescriptionForNoneKey:"Nach der Aktivierung geben Sie\uFF1AHello World direkt in das Eingabefeld ein und dr\xFCcken dann schnell{inputTrailingTriggerKeyRepeatTimes}{trailingKey}, um in die Standardzielsprache zu \xFCbersetzen.",inputTargetLanguage:"Einstellung der Standard-Zielsprache f\xFCr Eingabefelder",inputTargetLanguageDescription:"Standard-Zielsprache f\xFCr die \xDCbersetzung von Eingabefeldern, d.h. {startingKey}{startingKey} als Standardsprache f\xFCr Triggerw\xF6rter",inputTargetLanguageDescriptionForNoneKey:"Standard-Zielsprache f\xFCr die \xDCbersetzung des Eingabefeldes",inputStartingTriggerKeyTitle:"Einstellung des Trennzeichens f\xFCr die Teil\xFCbersetzung des Eingabefeldes",inputStartingTriggerKeyDescription:"Wenn Sie nicht das gesamte Eingabefeld \xFCbersetzen m\xFCssen, k\xF6nnen Sie mit dem Splitter nur den Teil von {startingKey}{startingKey} bis zum Ende des Eingabefelds \xFCbersetzen, oder Sie k\xF6nnen den Sprachcode angeben, z. B.\uFF1A{startingKey}ja bedeutet, dass nur der Teil von {startingKey}ja bis zum Ende des Eingabefelds \xFCbersetzt wird.",inputStartingTriggerKeyDescriptionForNoneKey:'Die derzeitige Einstellung "kein Pr\xE4fix" wird nicht ben\xF6tigt, und die \xDCbersetzungsfunktion f\xFCr einige Texte im Eingabefeld ist derzeit nicht verf\xFCgbar.',inputTrailingTriggerKeyTitle:"W\xE4hlen Sie ein Ausl\xF6sezeichen f\xFCr das Ende eines Eintrags",inputTrailingTriggerKeyDescription:"3 schnelle Treffer{trailingKey} wird mit der \xDCbersetzung beginnen!",inputTrailingTriggerKeyTimeout:"Geben Sie die Zeit zwischen den Ausl\xF6sern f\xFCr das Ende des Kampfes ein.",inputTrailingTriggerKeyTimeoutDescription:"Legt die Zeit (in Millisekunden) zwischen den Combo-Triggern f\xFCr das Eingangsende fest",spaceKey:"<\u7A7A\u683C\u952E>",noneKey:"Direkte \xDCbersetzung des gesamten Textfeldes ohne Pr\xE4fixe",inputTranslationBlockUrlsTitle:"Aktivieren Sie die Eingabefelderweiterung in den folgenden URLs nicht",inputTranslationBlockUrlsDescription:"Die Erweiterungen der Eingabefelder funktionieren nicht bei den folgenden URLs",clickToSeeQuickDemo:"Klicken Sie hier, um das 30-Sekunden-Kurzanleitung-Video zu erweitern",inputHelperInfo:"Beschreibung\uFF1AWir haben die Tatsache optimiert, dass einige ausl\xF6sende Zeichen bei chinesischen Eingabemethoden zu chinesischen Satzzeichen werden, z. B. wird / bei der Sogou-Eingabemethode zu einem Dun-Zeichen, und Immersive Translator unterst\xFCtzt alle chinesischen Symbole, die den ausl\xF6senden Zeichen entsprechen, d. h. //,,, wird als ausl\xF6sendes Zeichen erkannt.

Wir unterst\xFCtzen auch chinesische Aliase f\xFCr Sprachcodes als Befehle, z.B. /Japanese Hello World wird ins Japanische \xFCbersetzt, <1>klicken Sie hier, um alle unterst\xFCtzten Sprachcodes zu sehen.",reloadCurrentPage:"Bitte aktualisieren Sie die aktuelle Seite, bevor Sie die \xDCbersetzung starten.",noLocalFilePermissionForPDF:"Sie haben keine Berechtigung, lokale Dateien zu lesen. Bitte klicken Sie auf die Schaltfl\xE4che oben und importieren Sie dann lokale Dateien.",noPermissionForThisPage:"\u26A0\uFE0F Keine Berechtigung zur \xDCbersetzung der aktuellen Seite",retryAllParagraphs:"Alle Fehlerpassagen erneut versuchen",retryAllButton:"Alle Fehlerpassagen erneut versuchen",errorTooltipTitle:"Klicken Sie, um die Ursache des Fehlers zu sehen",errorModalTitle:"Irgendetwas scheint mit dem \xDCbersetzungsdienst oder dem Netzwerk nicht in Ordnung zu sein...",disableConfirm:"Zweisprachige Information Enhancement Setting",disableOnce:"Diese Invalidit\xE4t",disableGlobal:"dauerhaft deaktivieren",disableTint:"* Sie k\xF6nnen sie unter {option} wieder aktivieren.",searchEnhancementNotes:'Wir haben festgestellt, dass die Nachrichtenergebnisse f\xFCr chinesische und englische Schl\xFCsselw\xF6rter sehr unterschiedlich sind. Nach der Aktivierung der Funktion "Immersive Translation Bilingual Information Enhancement" suchen wir f\xFCr Sie automatisch auf den unterst\xFCtzten Websites (Google News, Google Search (einige Schl\xFCsselw\xF6rter), Snowball, Oriental Wealth, Futura, Tiger) nach denselben Schl\xFCsselw\xF6rtern auf Englisch und zeigen sie auf der rechten Seite an. Sie k\xF6nnen diese Funktion deaktivieren, wenn Sie sie nicht ben\xF6tigen.',option:"aufstellen",saveSettings:"Einstellungen speichern",closeModal:"Fenster schlie\xDFen",enableInputTranslationWithoutTriggerKeyTitle:"Aktivieren Sie 3 Schnellzugriffe auf{trailingKey}, um das gesamte Eingabefeld direkt in{inputTargetLanguage}zu \xFCbersetzen.",enableInputTranslationWithoutTriggerKeyDescription:"Um die Zielsprache anzugeben, stellen Sie ihr den Sprachcode voran, z. B.\uFF1Aja Hello World",mouseHoverShortcutPlaceholder:"z.B.\uFF1AVerschiebung",deepLProName:"Immersive Translation Pro Mitglied (empfohlen)",deepLProDescription:"Das aktuelle Paket kann direkt verwendet werden",deeplProDescriptionForNormal:"Keine Einrichtung erforderlich, Mitglieder k\xF6nnen es nach der Anmeldung nutzen, <1>klicken Sie hier, um Mitglied zu werden",deepLCustomDescription:"Ausl\xE4ndische Kreditkarte erforderlich, offiziell er\xF6ffnet unter <1>DeepL, klicken Sie f\xFCr die <2>Dokumentation",deepLCustomName:"Benutzerdefinierter Authentifizierungsschl\xFCssel",chooseProviderLabel:"W\xE4hlen Sie einen Dienstanbieter",openaiProName:"Immersive Translation Pro Mitglied (empfohlen)",openaiProDescription:"Das aktuelle Paket kann direkt verwendet werden",openaiProDescriptionForNormal:"Keine Einrichtung erforderlich, Mitglieder k\xF6nnen es nach der Anmeldung nutzen, <1>klicken Sie hier, um Mitglied zu werden",openaiCustomDescription:"Verf\xFCgbar auf OpenAI, Azure OpenAI oder anderen Diensten von Drittanbietern, <1>klicken Sie hier f\xFCr die Dokumentation",openaiCustomName:"Benutzerdefinierter API-Schl\xFCssel",needLoginAction:"(Offene Mitgliedschaft oder Anpassung)",goLoginOrAction:"(\xD6ffnen Sie eine Mitgliedschaft oder gehen Sie zu den Einstellungen)",yearly:"eine fortlaufende j\xE4hrliche Zahlung leisten",quarterly:"sequenzieller Umschlag",monthly:"Monatsabonnement",yearlyForOnce:"Einmaliges Jahrespaket",monthlyForOnce:"Einmaliges Monatspaket",daily:"aufeinanderfolgende Pakettage",year:"eine fortlaufende j\xE4hrliche Zahlung leisten",quarter:"sequenzieller Umschlag",month:"Monatsabonnement",day:"aufeinanderfolgende Pakettage",onetime_7day:"7-Tage-Erlebnispaket",currentPlanDescriptionForFree:"Aktuelle Pakete\uFF1AKostenlos",currentPlanDescriptionForContinuous:"Das aktuelle Paket\uFF1A{plan}wird automatisch auf {endAt} verl\xE4ngert.",currentPlanDescriptionForAutoRenewCaceling:"Das aktuelle Paket\uFF1A{plan}l\xE4uft auf {endAt} aus und wird nach Ablauf nicht automatisch verl\xE4ngert.",currentYearlyPlanDescriptionForAutoRenewCacelingWithRealPaiedUser:"Das aktuelle Paket,\uFF1A{plan}, l\xE4uft am {endAt} aus und wird nach Ablauf nicht automatisch verl\xE4ngert.
<1>Klicken Sie hier, um Ihren Verl\xE4ngerungsplan zu verwalten",currentYearlyPlanDescriptionForAutoRenewCacelingWithAdmin:"Das aktuelle Paket\uFF1A{plan}l\xE4uft auf {endAt} aus und wird nach Ablauf nicht automatisch verl\xE4ngert.
<1>Klicken Sie hier, um ein fortlaufendes Jahresabonnement zu aktivieren",currentPlanDescriptionForOneTime:"Das aktuelle Abonnement\uFF1A{plan}l\xE4uft auf {endAt} aus. <1>Klicken Sie hier, um eine j\xE4hrliche oder <2>monatliche Mitgliedschaft zu <1>erwerben.",upgradePlan:"Klicken Sie hier f\xFCr ein Upgrade auf die Pro-Mitgliedschaft",upgradeToPro:"Upgrade auf Pro-Mitgliedschaft","popup.openPro":"Upgraden Sie auf die Pro-Mitgliedschaft, um DeepL und OpenAI-\xDCbersetzung zu genie\xDFen. Klicken Sie hier, um upzugraden!","popup.openProForPro":"Sie sind ein Pro-Mitglied mit direktem Zugang zu DeepL und OpenAI \xDCbersetzungen!",currentAccount:"laufendes Konto",enableAutoSyncUserSettings:"Aktivieren Sie die automatische Cloud-Synchronisierung \xFCber mehrere Ger\xE4te hinweg",modalEnableInputTranslationTitle:"Immersive Translation Eingabefeld Translation Alerts",modalEnableInputTranslationDesc:"Sie haben soeben die \xDCbersetzung des Eingabefeldes von Immersive Translation ausgel\xF6st, indem Sie dreimal kurz hintereinander die Leertaste gedr\xFCckt haben, und der Inhalt des Eingabefeldes wird in die Standardzielsprache \xFCbersetzt. Die \xDCbersetzung kann mit Strg+Z r\xFCckg\xE4ngig gemacht werden.

Sollte dies ein Fehler gewesen sein, k\xF6nnen Sie die \xDCbersetzung des Eingabefeldes entweder deaktivieren oder dauerhaft abschalten.",saveAndNotShowAgain:"Speichern und Beenden der Eingabeaufforderung",disableInputTranslationTips:"* Sie k\xF6nnen auch andere Tastenkombinationen f\xFCr die Ausl\xF6sung in {option} ,{learnMore}festlegen.",learnMore:"Klicken Sie hier, um mehr zu erfahren",continueEnalbeInputTranslation:"Fortfahren, um die \xDCbersetzung von Eingabefeldern zu aktivieren",autoRenewTrialSuffix:'(Aufwird die Testversion sofort zur Vollmitgliedschaft aufgewertet)',upgradeFromTrialTitle:"Upgrade zum Vollmitglied",subtitle:"Video-Untertitelung",youtubeService:"Immersions\xFCbersetzung Videountertitelung \xDCbersetzungsdienste","subtitle.disabledSubtitle":"Dauerhaftes Deaktivieren der Video-Untertitelfunktion","subtitle.disabledSubtitleDescription":"Wenn Immersive Translator's Video Subtitles mit anderen Erweiterungen in Konflikt steht, k\xF6nnen Sie die Funktion von Immersive Translator's Video Subtitles dauerhaft deaktivieren oder andere in Konflikt stehende Erweiterungen deinstallieren","subtitle.autoEnableSubtitle":"Automatische Verwendung von zweisprachigen Untertiteln","subtitle.autoEnableSubtitleDescription":"Nach der Aktivierung werden beim Abspielen eines Videos automatisch zweisprachige Untertitel angezeigt, sonst m\xFCssen Sie auf die \xDCbersetzungsschaltfl\xE4che klicken, um sie anzuzeigen.","subtitle.preTranslation":"\xDCbersetzen von Untertiteln mit immersiver \xDCbersetzung","subtitle.preTranslationDescription":"Wenn diese Option aktiviert ist, wird der gesamte Untertitel mit Hilfe des unten angegebenen \xDCbersetzungsdienstes vor\xFCbersetzt. F\xFCr ein einst\xFCndiges Video werden etwa 50.000 Token oder Zeichen ben\xF6tigt, die Sie bitte nach eigenem Ermessen verwenden.","subtitle.humanSubtitlesPreferred":"Vorrangige Verwendung von Untertiteln f\xFCr Menschen","subtitle.humanSubtitlesPreferredDescription":"Bevorzugen Sie die Verwendung von menschlichen Untertiteln, wenn das Video menschliche Untertitel in der Zielsprache hat (empfohlen)",videoSubtitleTranslationDescription:"Beauftragen Sie einen separaten \xDCbersetzungsdienst f\xFCr Videountertitel",subtitleTranslating:"Bitte warten Sie, w\xE4hrend die Untertitel \xFCber den Dienst {service} \xFCbersetzt werden... (Immersions\xFCbersetzung)",subtitleLoading:"Laden von Untertiteln...",bilingual:"Zweisprachigkeit","field.action":"Ob Baidu-Terminologie aktiviert werden soll","description.action":"Wenn diese Funktion aktiviert ist, wird der Anfrage ein Parameter action=1 hinzugef\xFCgt, um Baidu \xFCber den aktivierten Begriff zu informieren. <1>Weitere Informationen finden Sie in der offiziellen Dokumentation.",closeQuickTranslation:"Hoverball schlie\xDFen","closeQuickTranslation.untilNext":"Diesmal geschlossen bis zum n\xE4chsten Besuch","closeQuickTranslation.currentWebsite":"Aktuelle Seite deaktiviert","closeQuickTranslation.alwaysClose":"dauerhaft deaktivieren","closeQuickTranslation.settingOpen":"(kann auf der <1>Einstellungsseite aktiviert werden)","closeQuickTranslation.cancel":"Stornierungen","closeQuickTranslation.confirm":"definieren.","floatBall.popup":"\xD6ffnen Sie das Panel Schnelleinstellungen","floatBall.translate":"Klicken Sie, um die Seite zu \xFCbersetzen","floatBall.showOriginal":"Klicken Sie, um zum Originalartikel zur\xFCckzukehren","floatBall.close":"Hoverball schlie\xDFen","floatBallOptions.enableDescPc":"Nach dem Aktivieren des Hoverballs wird auf der rechten Seite der Seite eine Schaltfl\xE4che f\xFCr die Schnell\xFCbersetzung angezeigt. Klicken Sie darauf, um zu \xFCbersetzen!","floatBallOptions.enableDesc":"Nachdem Sie den Hoverball ausgeschaltet haben, k\xF6nnen Sie ihn mit{touch}wieder aufrufen. Es wird dringend empfohlen, diese Einstellungsseite als Lesezeichen zu speichern, falls Sie den Hoverball nicht mehr finden k\xF6nnen, nachdem Sie diese Option versehentlich ausgeschaltet haben!","description.azureApiUrl":"Geben Sie die Adresse der benutzerdefinierten API-Schnittstelle ein",confirmSupportMouse:"Aktivierung der Mausunterst\xFCtzung erzwingen",confirmSupportMouseDescription:"Es wurde festgestellt, dass der aktuelle Browser die Mausfunktion nicht unterst\xFCtzt. Ist es notwendig, die Mausunterst\xFCtzung zu aktivieren?",sampleTargetText:"Die lange Nacht wird kommen, und ich werde von heute an bis zu meinem Tod Wache halten. Ich werde keine Frau nehmen, ich werde kein Lehen machen, ich werde keine Kinder haben. Ich werde keine Krone tragen, ich werde nicht nach Ehre streben. Ich werde meine Pflicht tun und leben und sterben.",sampleSourceText:"Night gathers, and now my watch begins. It shall not end until my death. I shall take no wife, hold no lands, father no children. I shall wear no crowns and win no glory. I shall live and die at my post.","subtitle.supportedSites":"\u5DF2\u652F\u6301\u5728\u8FD9\u4E9B\u7F51\u7AD9\u4F7F\u7528\u53CC\u8BED\u5B57\u5E55\uFF08\u6CE8\u610F\uFF1A\u7531\u4E8E\u6280\u672F\u9650\u5236\uFF0C\u90E8\u5206\u7F51\u7AD9\u5728\u9996\u6B21\u5F00\u542F\u5B57\u5E55\u540E\u9700\u8981\u91CD\u65B0\u5237\u65B0\u9875\u9762\uFF0C\u6216\u8005\u9700\u7B49\u5F85\u7FFB\u8BD1\u5B8C\u6210\u4EE5\u663E\u793A\u53CC\u8BED\u5B57\u5E55\uFF09\uFF1A",viewWithImmersiveTranslate:"\u53CC\u8BED\u7248\u672C(\u6C89\u6D78\u5F0F\u7FFB\u8BD1)",errorReason:"\u9519\u8BEF\u539F\u56E0\uFF1A{message}","proQuotaExceededError.onetime7day":'\uFF0C\u60A8\u53EF\u4EE5\u9009\u62E9\u4EE5\u4E0B\u65B9\u5F0F\u89E3\u51B3\uFF1A

1. \u5207\u6362\u5230 {anotherService} \u6216\u5176\u4ED6\u7FFB\u8BD1\u670D\u52A1
2. \u5347\u7EA7\u4E3A\u6708\u5EA6/\u5E74\u5EA6\u4F1A\u5458',"proQuotaExceededError.trial":'\uFF0C\u60A8\u53EF\u4EE5\u9009\u62E9\u4EE5\u4E0B\u65B9\u5F0F\u89E3\u51B3\uFF1A

1. \u5207\u6362\u5230 {anotherService} \u6216\u5176\u4ED6\u7FFB\u8BD1\u670D\u52A1
2. \u7ACB\u523B\u5347\u7EA7\u4E3A\u6B63\u5F0F\u4F1A\u5458',"proQuotaExceededError.nonTrial":'\uFF0C\u60A8\u53EF\u4EE5\u9009\u62E9\u4EE5\u4E0B\u65B9\u5F0F\u89E3\u51B3\uFF1A

1. \u5207\u6362\u5230 {anotherService} \u6216\u5176\u4ED6\u7FFB\u8BD1\u670D\u52A1
2. \u8D2D\u4E70 {translationService} \u989D\u5916\u6D41\u91CF\u5305',"proQuotaExceededError.resetTime":"
3. \u989D\u5EA6\u91CD\u7F6E\u65F6\u95F4\uFF1A{resetTime}","desc.touchShortcutsToggleTranslatePageOnlyTranslation":'"Nur \xDCbersetzung" bedeutet, dass nur die \xDCbersetzung angezeigt wird. Wenn eine Webseite noch nicht \xFCbersetzt wurde, wird der Modus gewechselt und \xFCbersetzt.',"desc.toggleOnlyTransation":'"Nur \xDCbersetzungsmodus" bedeutet, dass nur die \xDCbersetzung angezeigt wird. Wenn eine Webseite noch nicht \xFCbersetzt wurde, wird der Modus gewechselt und \xFCbersetzt.',touchShortcutsToggleTranslatePageOnlyTranslation:"Einstellen von Touchscreen-Gesten zum Wechseln zwischen Zweisprachig/Nur \xDCbersetzung Modus",download_started:"Der Download hat bereits begonnen, wenn er nicht automatisch heruntergeladen wird, klicken Sie bitte manuell.",here:"Hier","desc.toggleVideoSubtitlePreTranslation":"Nach dem Dr\xFCcken werden die zweisprachigen Untertitel des Videos vorrangig mit den Einstellungen der immersiven \xDCbersetzung verwendet. Wenn Sie erneut dr\xFCcken, werden vorrangig die maschinell \xFCbersetzten Untertitel des Originalvideos verwendet. Bitte beachten Sie: Diese Verkn\xFCpfung \xE4ndert die globalen Einstellungen.",videoSubtitlePreTranslationOn:"Videountertitel werden vorrangig mit immersiver \xDCbersetzung verwendet.",videoSubtitlePreTranslationOff:"Videounteritel werden vorrangig die maschinell \xFCbersetzten Untertitel des Originalvideos verwenden.",translationFont:"Schriftart einstellen","translationFont.custom":"Geben Sie benutzerdefinierte Schriftarten ein","translationFont.customPlaceholder":"Schriftart","translationFont.notSupportErrorMessage":"Bitte \xFCberpr\xFCfen Sie, ob der von Ihnen eingegebene Schriftartname korrekt ist, oder best\xE4tigen Sie, dass diese Schriftart bereits auf Ihrem Ger\xE4t installiert ist.","touch.mouse-translate":"\xDCbersetzen Sie den angegebenen Absatz.","translationServices.inherit":"Folgen Sie dem Haupt\xFCbersetzungsdienst","error.serveConfigError":"Dienstkonfigurationsfehler","error.reloadPageOfSetting":"Nach der Konfiguration, bitte aktualisieren Sie die Seite und \xFCbersetzen Sie erneut.","error.googleLimitIp":"Der Service gibt einen Fehler zur\xFCck, Google-Dienste haben die IP-Adresse gedrosselt, es wird empfohlen, den Netzwerkknoten zu wechseln.","error.openAIFreeLimit":"Der Service gibt einen Fehler zur\xFCck, die aktuelle \xDCbersetzungsanforderungsrate hat das Limit von maximal 3 Mal pro Minute erreicht, bitte versuchen Sie es sp\xE4ter erneut. (Dies ist eine Beschr\xE4nkung von OpenAI f\xFCr kostenlose API-Schl\xFCssel. Um diese Beschr\xE4nkung aufzuheben, binden Sie bitte eine Kreditkarte im OpenAI-Backend.)","error.openAIExceededQuota":"Dienst gibt Fehler zur\xFCck: Ihr aktuelles OpenAI-Konto hat nicht gen\xFCgend Guthaben. Bitte laden Sie Ihr Konto auf oder verkn\xFCpfen Sie eine Kreditkarte im offiziellen OpenAI-Backend.","error.429":"Der Service gibt einen Fehler zur\xFCck, was darauf hinweist, dass die Anfragen zu h\xE4ufig sind oder das Limit \xFCberschritten wurde. Bitte versuchen Sie es sp\xE4ter erneut.","error.403":"Der Service gibt einen Fehler zur\xFCck, vor\xFCbergehend besteht keine Berechtigung zum Zugriff auf diesen Service.","error.400":"Der Service gibt einen Fehler zur\xFCck, die Anforderungsparameter sind falsch, bitte \xFCberpr\xFCfen Sie die entsprechende Konfiguration.","error.502":"Der Service gibt einen Fehler zur\xFCck, der Service ist zeitlich \xFCberschritten, bitte versuchen Sie es sp\xE4ter erneut.","error.proTokenInvalid":"Wenn Sie ein Pro-Benutzer sind, melden Sie sich bitte an, bevor Sie den Pro-\xDCbersetzungsdienst nutzen.","error.proUpgrade":"Nach dem Upgrade, bitte aktualisieren Sie die Seite und \xFCbersetzen Sie erneut.","error.configError":"Konfigurationsdaten sind abnormal","error.goReset":"Zur\xFCcksetzen",batchEdit:"Massenoperation","translationModeLang.translation.title":"Nur \xDCbersetzungsmodus Sprache","translationModeLang.translation.description":"Wenn die Seitensprache eine der folgenden Sprachen ist, wird automatisch nur der \xDCbersetzungsmodus verwendet.","translationModeUrl.translation.title":"Nur \xDCbersetzungsmodus-Webadresse","translationModeUrl.translation.description":"Wenn die Website die folgenden Domains hat, wird automatisch nur der \xDCbersetzungsmodus verwendet.","error.serveUnavailable":"Der von Ihnen derzeit verwendete [{serverName}] Dienst ist aufgrund von Netzwerkverbindungsproblemen oder Problemen mit dem Dienstanbieter vor\xFCbergehend nicht erreichbar. Wir empfehlen Ihnen, die Seite zu aktualisieren oder \xFCber <1>Einstellungen einen anderen \xDCbersetzungsdienst auszuw\xE4hlen. Wenn Sie ein <2>Pro-Mitglied sind, k\xF6nnen Sie den stabileren DeepL oder OpenAI \xDCbersetzungsdienst nutzen (<3>klicken Sie hier, um es kostenlos auszuprobieren). Dar\xFCber hinaus sollten Sie m\xF6glicherweise Ihre Netzwerk- oder Proxy-Einstellungen \xFCberpr\xFCfen.",detectServiceLoading:"\xDCberpr\xFCfung der verf\xFCgbaren \xDCbersetzungsdienste...",toggleToService:"Wechseln Sie zu {service} und versuchen Sie es erneut.","error.gemini.429":"Der aktuelle Gemini-Dienst hat seine maximale Kapazit\xE4t erreicht. Bitte versuchen Sie es sp\xE4ter erneut oder wechseln Sie zu einem anderen \xDCbersetzungsdienst.",enableSentryReport:"Wenn ein Fehler bei der Erweiterung auftritt, senden Sie Feedback mit Sentry.","translationServices.gemini":"Zwillinge","widget.translateFile":"PDF/ePub","error.reason":"Fehlergrund","floatBall.iKnow":"Ich wei\xDF.",goLogin:"Anmelden gehen","error.retry":"Wiederholen",touchShortcutsOff:"schlie\xDFen",pickAll:"Alles ausw\xE4hlen",notLogin:"Nicht angemeldet","slide.left":"Nach rechts wischen",loggedIn:"Eingeloggt","slide.right":"Nach links wischen",shortcutSettingsTitle:"Tastenkombination Einstellungen","tagsInput.add":"+ Hinzuf\xFCgen","subtitle.bilingual":"Zweisprachige Untertitel","multipleClick.2":"Doppelklick","shortcutGroup.touch":"Gesten speziell f\xFCr Touchscreens",alwaysTranslateThisSite:"Immer diese Website \xFCbersetzen",buildSnapshots:"Erstellen Sie ein Webseiten-Snapshot",networkError:"\xDCbersetzungsdienst oder Netzwerk hat ein Problem",neverTranslateThisSite:"\xDCbersetzen Sie diese Website niemals",translationOnlyMode:"Nur \xDCbersetzungsmodus","subtitle.hideQuickButton":"Nicht mehr diese Verkn\xFCpfung anzeigen","subtitle.showQuickButton":"Im Player werden Untertitel in zwei Sprachen angezeigt.","multipleClick.3":"Dreifachschlag","intro.subtitleTitle":"Online-Video-Zweisprachige Untertitelanzeige","shortcutGroup.main":"H\xE4ufig verwendete Funktionstastenkombinationen",temprarilyChangeTranslationTo_openai:"Verwendet OpenAI zum \xDCbersetzen der aktuellen Seite",shortcutSettings:"Tastenkombination","shortcutGroup.others":"Mehr benutzerdefinierte Funktionstastenkombinationen","intro.floatBallTitle":"Schnelle \xDCbersetzung Schwebekugel","widget.videoSubtitle":"Videountertitel",contact:"Kontaktieren Sie uns",mouseHoverCustomKeyTitle:"Benutzerdefinierte Maus-Hover-Tastenkombination",temprarilyChangeTranslationTo_gemini:"Verwenden von Gemini, um die aktuelle Seite zu \xFCbersetzen","browser.translateInputBox":"\xDCbersetzen Sie den aktuellen Inhalt des Eingabefelds.","multipleClick.4":"Vierfachschlag","browser.translateWithDeepL":"Vor\xFCbergehende Verwendung von DeepL zur \xDCbersetzung der aktuellen Seite",notLoginPro:"Sie haben sich noch nicht in Ihr Mitgliedskonto eingeloggt.",touchShortcutsToggleTranslateTouchElement:"Einstellen von Touchscreen-Gesten zum \xDCbersetzen bestimmter Abs\xE4tze","widget.instructionTooltip":"Anleitung anzeigen","browser.translateWithTransmart":"Verwenden Sie vor\xFCbergehend Tencent, um die aktuelle Seite zu \xFCbersetzen.",temprarilyChangeTranslationTo_google:"Verwenden Sie Google \xDCbersetzer, um diese Seite zu \xFCbersetzen.","shortcutGroup.shortcutsForTranslationServices":"\xDCbersetzungsdienst verwandte Tastenkombinationen",temprarilyChangeTranslationTo_deepl:"Verwenden von DeepL, um die aktuelle Seite zu \xFCbersetzen.","widget.instruction":"Gebrauchsanweisung","browser.translateWithOpenAI":"Vor\xFCbergehende Verwendung von OpenAI zum \xDCbersetzen der aktuellen Seite","intro.hoverTitle":"\xDCbersetzen Sie den aktuellen Absatz, indem Sie die Maus dar\xFCber schweben lassen.","browser.toggleMouseHoverTranslateDirectly":"Auf der Seite das direkte \xDCbersetzen durch Mouseover tempor\xE4r aktivieren oder deaktivieren","floatBall.longPress":"Durch langes Dr\xFCcken k\xF6nnen Sie das Einstellungsmen\xFC schnell \xF6ffnen.",temprarilyChangeTranslationTo_transmart:"Verwendet gerade Tencent \xDCbersetzung f\xFCr die aktuelle Seite.","floatBall.guideClickToTranslate":`Klicken Sie auf die immersive \xDCbersetzungsschwebekugel f\xFCr eine schnelle \xDCbersetzung`,"subtitle.autoDisableSubtitle":"Nicht automatische Aktivierung von zweisprachigen Untertiteln",touchShortcutsToggleTranslationMask:"Einstellen von Touchscreen-Gesten zum Anzeigen der \xDCbersetzungsabdeckung / Anzeigen des Originaltexts","widget.translateFileTooltip":"\xDCbersetzen Sie PDF, EPUB, SRT, ASS, HTML und TXT Dokumente",touchShortcutsToggleTranslatePage:"Stellen Sie Touchscreen-Gesten ein, um Webseiten zu \xFCbersetzen / den Originaltext anzuzeigen.","shortcutGroup.mouse":"Mauszeiger Hover Tastenkombination Konfiguration","browser.translateWithBing":"Verwenden Sie vor\xFCbergehend Microsoft Translate, um die aktuelle Seite zu \xFCbersetzen.","browser.translateWithGoogle":"Vor\xFCbergehende Verwendung von Google \xDCbersetzer f\xFCr die aktuelle Seite","widget.videoSubtitleTooltip":"Unterst\xFCtzt Youtube und {count}+ weitere Videowebsites",paragraphMinTextCountField:"Die Mindestanzahl an Zeichen, die f\xFCr die \xDCbersetzung eines Absatzes ben\xF6tigt wird","neverTranslateText.title":"Die folgenden W\xF6rter bleiben im Originaltext und werden nicht \xFCbersetzt.","browser.toggleVideoSubtitlePreTranslation":"Wechseln Sie zu zweisprachigen Untertiteln und verwenden Sie vorzugsweise immersive \xDCbersetzungseinstellungen.","error.subscriptionExpiredTitle":"Die Mitgliedschaft ist abgelaufen.",temprarilyChangeTranslationTo_bing:"Verwendet gerade Microsoft \xDCbersetzer, um die aktuelle Seite zu \xFCbersetzen.","description.baiduField":"Unterst\xFCtzte Bereiche siehe <1>hier, wenn leer bedeutet dies, dass kein Bereich angegeben ist.","error.subscriptionExpired":"Ihr Mitgliedschaft k\xF6nnte abgelaufen sein, bitte \xFCberpr\xFCfen Sie Ihren Mitgliedsstatus.","desc.mouseHoverHoldKey":"Wenn die Maus \xFCber einem Absatz schwebt und gleichzeitig die rechte Shortcut-Taste gedr\xFCckt wird, kann der Absatz direkt \xFCbersetzt werden.",upgradeToProErrorTitle:"Bitte aktualisieren Sie auf Pro-Mitgliedschaft, um diesen \xDCbersetzungsdienst zu nutzen.","browser.translateWithGemini":"Verwenden Sie vor\xFCbergehend Gemini, um die aktuelle Seite zu \xFCbersetzen.",confirmResetToDefaultSettings:"M\xF6chten Sie diesen \xDCbersetzungsdienst wirklich auf die Standardeinstellungen zur\xFCcksetzen? (Nur die Einstellungen des aktuellen \xDCbersetzungsdienstes werden zur\xFCckgesetzt)","desc.touchShortcutsToggleTranslateTouchElement":"Definieren Sie eine Geste und Sie k\xF6nnen jeden Abschnitt \xFCbersetzen, in dem Sie sich befinden.",shortcutDisableTooltip:"Bitte stellen Sie dies auf der Erweiterungs-Shortcut-Verwaltungsseite Ihres Browsers ein. Weitere Anleitungen finden Sie in den Anweisungen oben auf dieser Seite.",paragraphMinTextCountDesc:"Achtung, hier ist die Zeichenl\xE4nge gemeint, zum Beispiel: hello hat 5 Zeichen, das Einstellen eines gr\xF6\xDFeren Werts kann unn\xF6tige \xDCbersetzungen kleiner Abschnitte reduzieren.","desc.touchShortcutsToggleTranslationMask":"\xDCbersetzungsmaske bezieht sich auf den unscharfen Effekt im \xDCbersetzungsstil (Lernmodus). Nach der Aktivierung wird der unscharfe Effekt vor\xFCbergehend auf die \xDCbersetzung angewendet, was das Lernen erleichtert.","desc.interfaceLanguage":"Die Einstellung der Benutzeroberfl\xE4chensprache beeinflusst die Anzeigesprache des Bedienfelds und hat nichts mit der Zielsprache der \xDCbersetzung zu tun.","subtitle.showQuickButtonDescription":"Im unteren rechten Eck des Videoplayers wird eine Verkn\xFCpfung zum Aktivieren von zweisprachigen Untertiteln bereitgestellt.","desc.toggleTranslateTheWholePage":"\xDCbersetzen Sie den gesamten Bereich der Seite. Standardm\xE4\xDFig \xFCbersetzen wir den Hauptbereich der Seite. Sie k\xF6nnen diese Tastenkombination verwenden, um speziell den gesamten Bereich der Seite zu \xFCbersetzen.",mouseHoverCustomKeyDescription:"Sie k\xF6nnen eine benutzerdefinierte Kombination von Tastenk\xFCrzeln f\xFCr die Mauszeiger-Hover erstellen, wie zum Beispiel: Alt+Z, Ctrl+E, Cmd+Alt+E oder direkt Cmd, bitte geben Sie manuell ein.","contact.description":"Wenn Sie Fragen oder Vorschl\xE4ge haben, f\xFCllen Sie bitte das untenstehende Formular aus, um uns zu kontaktieren, oder senden Sie eine E-Mail an {email}. Wir werden Ihnen so schnell wie m\xF6glich antworten.","desc.toggleTranslateTheMainPage":"\xDCbersetzen Sie nur den Hauptbereich der Seite. Wenn Sie in den erweiterten Einstellungen die \xDCbersetzung des gesamten Seitenbereichs aktiviert haben, k\xF6nnen Sie diese Tastenkombination verwenden, um speziell den Hauptbereich der Seite zu \xFCbersetzen.","desc.toggleMouseHoverTranslateDirectly":"Nach dem Dr\xFCcken dieser Tastenkombination wird auf der Seite jeder Textabschnitt, auf den die Maus zeigt, automatisch \xFCbersetzt. Dr\xFCcken Sie die Tastenkombination erneut, um diese automatische \xDCbersetzungsfunktion zu deaktivieren.",translationOnlyModeDescription:'"\xDCbersetzungsmodus" bedeutet, dass nur die \xDCbersetzung angezeigt wird, nicht der Standard-Zweisprachenmodus. Bitte beachten Sie: Aufgrund technischer Einschr\xE4nkungen werden Hyperlinks im Originaltext im \xDCbersetzungsmodus deaktiviert.',"intro.floatBallDescription":"Nach der Aktivierung wird auf der rechten Seite der Seite eine Schnell\xFCbersetzungsschaltfl\xE4che angezeigt. Klicken Sie darauf, um zu \xFCbersetzen, und klicken Sie erneut, um zum Originaltext zur\xFCckzukehren. Auf dem Mobilger\xE4t k\xF6nnen Sie durch langes Dr\xFCcken auf den schwebenden Ball das Schnelleinstellungsfenster \xF6ffnen.","desc.touchShortcutsToggleTranslatePage":"Nach der Einstellung k\xF6nnen Sie beim Bewegen des Ger\xE4ts gleichzeitig mit X Fingern auf den Bildschirm tippen, nach links oder rechts wischen oder kontinuierlich tippen, um die \xDCbersetzung der Webseite / Anzeige des Originaltexts auszul\xF6sen.","intro.hoverDescription":"Die \xDCbersetzung beim \xDCberfahren mit der Maus ist eine sehr wichtige Funktion in der immersiven \xDCbersetzung. Sie m\xFCssen nur die Maus auf den Absatz legen und gleichzeitig die festgelegte Tastenkombination dr\xFCcken, um den aktuellen Absatz automatisch zu \xFCbersetzen (Hinweis: Standardm\xE4\xDFig ist dies nicht aktiviert, bitte stellen Sie es unten ein). Diese Interaktion dient als bessere Alternative zur Wortmarkierungs\xFCbersetzung. Dar\xFCber hinaus wird diese Funktion auch h\xE4ufig in Bereichen eingesetzt, die nicht erkannt werden k\xF6nnen. Sie k\xF6nnen diese Funktion nutzen, um jeden Absatz zu \xFCbersetzen.","neverTranslateText.description":"Aufgrund der unzureichenden Erkennung von Eigennamen durch einige \xDCbersetzungsmaschinen k\xF6nnen Sie hier W\xF6rter hinzuf\xFCgen, um sicherzustellen, dass sie w\xE4hrend des \xDCbersetzungsprozesses nicht konvertiert werden. Bitte beachten Sie, dass diese Funktion Gro\xDF- und Kleinschreibung unterscheidet und nur Sprachen mit durch Leerzeichen getrennten W\xF6rtern (wie Englisch, Franz\xF6sisch) unterst\xFCtzt, nicht jedoch f\xFCr Sprachen wie Japanisch, Koreanisch usw. geeignet ist.","intro.subtitleDescription":"Nach Aktivierung dieser Funktion werden beim Abspielen von Videos automatisch zweisprachige Untertitel angezeigt. Wenn diese Funktion nicht aktiviert ist, m\xFCssen Sie auf der Seite manuell auf die \xDCbersetzungsschaltfl\xE4che klicken, um Untertitel anzuzeigen. Bitte beachten Sie, dass aufgrund technischer Einschr\xE4nkungen einige Websites m\xF6glicherweise die Seite aktualisieren oder auf die Fertigstellung der \xDCbersetzung warten m\xFCssen, bevor zweisprachige Untertitel angezeigt werden k\xF6nnen. (Dar\xFCber hinaus k\xF6nnen Sie auch das Schnellzugriffsfeld f\xFCr immersive \xDCbersetzungen in der oberen rechten Ecke \xF6ffnen/schlie\xDFen, nachdem Sie die Videowebsite ge\xF6ffnet haben.)

Derzeit wird die Verwendung von zweisprachigen Untertiteln auf diesen Websites unterst\xFCtzt:",geminiWarning:"Achtung: Der kostenlose Service von Google Gemini ist streng begrenzt und Google k\xF6nnte feststellen, dass Benutzer mehrere Schl\xFCssel verwenden, um ihre kostenlose Kontingentbeschr\xE4nkung zu umgehen. Es wird nicht empfohlen, ihn zu verwenden. Es wird empfohlen, auf die zuk\xFCnftige \xD6ffnung der kostenpflichtigen Gemini-Schnittstelle von Google zu warten.","floatBall.setting":"Einstellung","floatBall.file":"\xDCbersetzen Sie PDF, EPUB, SRT, ASS, HTML, TXT-Dateien","floatBall.translateToLanguage":"Klicken Sie auf \xDCbersetzen in {language}",changeToOnlyTempTranslationMode:"Umschalten, um nur \xDCbersetzungen anzuzeigen",changeToDualTempTranslationMode:"Umschalten auf zweisprachige \xDCbersetzung","options.navbar.translateFile":"\xDCbersetzen Sie das Dokument","options.navbar.installApp":"Installieren Sie die Handy-App","transitionMode.dual":"Zweisprachiger Vergleich","transitionMode.inherit":"Bleiben Sie konsistent mit dem Standardanzeigemodus des Systems.","subtitle.transitionModeDescription":"Stellen Sie die Video-Untertitel auf zweisprachigen Vergleich oder nur \xDCbersetzungsmodus ein.","subtitle.transitionMode":"Videounteritel zweisprachig / Nur \xDCbersetzungseinstellungen","transitionMode.translation":"Nur \xDCbersetzung",translateFileTooltip:`\xDCbersetzen Sie PDF, ePub, srt, ass, HTML, TXT-Dateien`,"description.subtitlePrompt":`In Untertitelszenarien, wenn mehrere Abs\xE4tze gesendet werden, wird die Konversation im Namen des Benutzers an {service} gesendet, wobei {{from}} die Sprache des Absatzes darstellt, {{to}} die Zielsprache darstellt, {{yaml}} ist der Absatzinhalt, den wir im yaml-Format verpackt haben. Wenn Sie eine benutzerdefinierte Aufforderung ben\xF6tigen, m\xFCssen Sie sicherstellen, dass jeder Artikel in den YAML-Ergebnissen der AI-Antwort das Feld {env.imt_sub_trans_field} enth\xE4lt. {{imt_sub_trans_field}} ist der Name des \xDCbersetzungsfeldes, das wir von der AI-Antwort erwarten, der Standard ist: {env.imt_sub_trans_field}, {{imt_sub_source_field}} ist der Name des Originaltextfeldes, das wir an die AI \xFCbergeben, der Standard ist: {env.imt_sub_source_field}, Beispiel Ergebnis: @@ -5140,7 +5140,7 @@ ass, HTML, TXT-Dateien`,"description.subtitlePrompt":`In Untertitelszenarien, we - id: 1 {env.imt_trans_field}: \xDCbersetzung - id: 2 - {env.imt_trans_field}: \xDCbersetzung`,"subtitle.quickButton.red":"Rot","subtitle.quickButton.blue":"Blau","subtitle.quickButton.magenta":"Magenta","translationServices.claude":"Claude","subtitle.quickButton.white":"Wei\xDF","subtitle.quickButton.translationPositionBottom":"\u539Ftext unten","subtitle.quickButton.yellow":"Gelb","subtitle.quickButton.cyan":"Blau","subtitle.quickButton.green":"Gr\xFCn","subtitle.quickButton.backgroundOpacity":"Hintergrundunsch\xE4rfe","subtitle.quickButton.translationPosition":"\xDCbersetzungsposition","subtitle.quickButton.translationTextColor":"\xDCbersetzungsschriftfarbe","subtitle.quickButton.sourceFontSize":"Originalschriftgr\xF6\xDFe","subtitle.quickButton.translationFontSize":"\xDCbersetzungs-Schriftgr\xF6\xDFe","subtitle.quickButton.sourceTextColor":"Urspr\xFCngliche Schriftfarbe","subtitle.quickButton.black":"Schwarz","subtitle.quickButton.backgroundColor":"Hintergrundfarbe","subtitle.quickButton.setting":"Einstellung","subtitle.quickButton.translationPositionTop":"Oben im Originaltext",attachSubtitleTranslating:"Verwenden Sie {service} zur \xDCbersetzung...","error.claude.403":"Keine Berechtigung zum Zugriff auf den Dienst, m\xF6glicherweise im Zusammenhang mit den regionalen Einschr\xE4nkungen von Claude. Sie k\xF6nnen versuchen, Ihre IP-Adresse zu wechseln, oder andere \xDCbersetzungsdienste nutzen.","browser.brandDescriptionForSafari":"\u3010Immersive \xDCbersetzung\u3011Ein kostenloses zweisprachiges Webseiten-\xDCbersetzungs-Plugin (Originaltext/\xDCbersetzung), das gleichzeitig PDF-\xDCbersetzung und EPUB-E-Book-\xDCbersetzung unterst\xFCtzt und das Originaldokumentenlayout beibeh\xE4lt, Youtube/Netflix und andere Online-Video-Zweisprachen-Untertitel-\xDCbersetzung, Unterst\xFCtzung f\xFCr Deepl/Google und andere Mainstream-\xDCbersetzungsdienste;","browser.textTranslate":"Text\xFCbersetzung","browser.PdfProFile":"Von KI angetriebene PDF Pro \xDCbersetzung"};var I4={nologin:"no conectado",loginForSafari:"Iniciar sesi\xF3n o registrarse",login:"Iniciar sesi\xF3n para abrir una cuenta",manageAccount:"Cuentas gestionadas",openPremium:"Afiliaci\xF3n abierta",logout:"abortar",curentPlan:"Paquetes actuales",endAt:"caducidad",endAuto:"renovaci\xF3n autom\xE1tica",lineBreakMaxTextCount:"N\xFAmero m\xE1ximo de caracteres permitidos por frase despu\xE9s de los saltos de l\xEDnea","translate-pdf":"Haga clic para traducir PDF","noSupportTranslate-pdf":"Script no soportado por favor use plugin","translate-firefox-local-pdf":"Haga clic para ir a Importar PDF",enableLineBreak:"Activar el salto de l\xEDnea autom\xE1tico para p\xE1rrafos largos",sponsorLabel:"1 $ Desarrolladores patrocinados",help:"mano",browserShortcutsNoteForFirefox:"Para cambiar los accesos directos en Firefox, tienes que abrir la p\xE1gina de gesti\xF3n de extensiones `about:addons`, luego hacer clic en `Settings`, y despu\xE9s en `Manage Shortcuts` para configurar los accesos directos.",browserShortcutsNoteForChrome:"Para modificar los accesos directos en Chrome, tienes que abrir la p\xE1gina de gesti\xF3n de extensiones, establecerlos en el panel `Manage Shortcuts` (`chrome://extensions/shortcuts`), y hacer clic en el bot\xF3n de abajo para saltar a la p\xE1gina de gesti\xF3n de accesos directos.",browserShortcutsSucks:"Los accesos directos personalizados tienen el siguiente formato (no se reconoce autom\xE1ticamente, introd\xFAzcalo directamente)\uFF1A",enableLineBreakDescription:"Si est\xE1 activada, se insertar\xE1n saltos de l\xEDnea al final de cada frase en los p\xE1rrafos largos para facilitar su lectura.","browser.shortBrandName":"Traducci\xF3n por inmersi\xF3n","browser.brandName":"Immersion Translation: Traducci\xF3n biling\xFCe de p\xE1ginas web y documentos PDF","browser.brandDescription":"Bilingual web page translation, also supports PDF translation, bilingual Epub eBook translation, free to use.","browser.toggleTranslatePage":"Traducir p\xE1gina/visualizar texto original","browser.toggleTranslateTheWholePage":"Traducir todas las \xE1reas de la p\xE1gina/visualizar el texto original","browser.toggleOnlyTransation":"Cambiar al modo biling\xFCe/solo texto traducido","browser.toggleTranslateToThePageEndImmediately":"Traducci\xF3n inmediata al final de la p\xE1gina/visualizaci\xF3n del texto original","browser.toggleTranslateTheMainPage":"Traducir el \xE1rea principal de la p\xE1gina/visualizar el texto original","browser.shareToDraft":"Compartir p\xE1ginas biling\xFCes","browser.openOptionsPage":"Abrir la p\xE1gina de configuraci\xF3n","browser.toggleTranslationMask":"Mostrar/ocultar el efecto de desenfoque de traslaci\xF3n","browser.translateLocalPdfFile":"Traducir archivos PDF locales","browser.openEbookViewer":"Leer libros electr\xF3nicos locales","browser.openEbookBuilder":"Creaci\xF3n de eBooks EPUB biling\xFCes","browser.translateLocalHtmlFile":"Traducir archivos HTML/txt","browser.donateContext":"M\xE1s informaci\xF3n sobre las ventajas del patrocinio","browser.translateLocalSubtitleFile":"Traducir archivos de subt\xEDtulos locales",confirmResetConfig:"\xBFEst\xE1s seguro de que quieres restablecer la configuraci\xF3n?",translationLineBreakSettingTitle:"Ajuste del salto de l\xEDnea de traducci\xF3n",smartLineBreak:"alimentaci\xF3n de l\xEDnea inteligente (inform\xE1tica)",alwaysLineBreak:"Siempre avance de l\xEDnea",isShowContextMenu:"A\xF1adir p\xE1ginas traducidas a los elementos del men\xFA contextual",toggleBeta:"Activaci\xF3n de las funciones de prueba beta",betaDescription:"Habilita funciones que a\xFAn son experimentales, as\xED como un servicio de traducci\xF3n en beta. \xDAnete al <1>grupo de Telegram para obtener m\xE1s informaci\xF3n.",translationLineBreakSettingDescription:"Los saltos de l\xEDnea siempre son ordenados para las p\xE1ginas con menos contenido. (Utilice saltos de l\xEDnea inteligentes en p\xE1rrafos largos con mucho contenido (m\xE1s de{count}caracteres) para ahorrar espacio).",tempTranslateDomainTitle:"Duraci\xF3n de la conexi\xF3n temporal de la traducci\xF3n del sitio web",tempTranslateDomainDescription:"Al traducir manualmente una p\xE1gina web, active temporalmente el sitio web para la traducci\xF3n autom\xE1tica, y puede establecer la duraci\xF3n temporal.",xMinutes:"{count} minutos",disabled:"prohibir el uso de algo",changelog:"Registro de actualizaci\xF3n",toggleTranslatePageWhenThreeFingersOnTheScreen:"Tocar la pantalla con varios dedos simult\xE1neamente traduce p\xE1ginas web/visualiza el texto original",toggleTranslationMaskWhenThreeFingersOnTheScreen:"El toque con varios dedos muestra/oculta el efecto de desenfoque.",fingerCountToToggleTranslagePageOnlyTranslationWhenTouching:"Varios dedos tocando la pantalla al mismo tiempo traducen la p\xE1gina web (s\xF3lo traducci\xF3n)/visualizan el texto original.",addUrlDescription:"Puede ser un nombre de dominio y tambi\xE9n admite comodines, por ejemplo\uFF1A*.google.com, google.com/mail/*, https://www.google.com/*",general:"Ajustes b\xE1sicos",clickToExpandConfig:"Ampliar la configuraci\xF3n actual",import:"Importar desde archivo",export:"Exportar a archivo",toggleDebug:"Imprime el registro de depuraci\xF3n en la consola","fingers.0":"coagulaci\xF3n","fingers.2":"toque con dos dedos","fingers.3":"toque con tres dedos","fingers.4":"toque con cuatro dedos","fingers.5":"toque con cinco dedos",mouseHoldKey:"+ {key} traducir/restaurar el p\xE1rrafo",mouseHoldKeyAuto:"Traducci\xF3n directa del p\xE1rrafo",mouseHoldKeyOff:"No hagas nada.",mouseHoldKeyOther:"Atajos personalizados (abrir ajustes)",mouseHoldKeyCustomKey:"{key} Traducci\xF3n/reducci\xF3n del p\xE1rrafo",mouseHoverHoldKey:"Traduce p\xE1rrafos pulsando la tecla de acceso directo mientras pasas el rat\xF3n por encima.","mouse-translate":"al pasar el rat\xF3n",document:"Archivo (inform\xE1tico)",resetSuccess:"Restablecer todos los ajustes correctamente",resetThisSuccess:"Restablecimiento correcto",saved:"Salvar con \xE9xito",successImportConfig:"Configuraci\xF3n importada correctamente",goAdvancedSettings:"Vaya a la p\xE1gina de configuraci\xF3n avanzada",goAdvancedInterfaceSettings:"Vaya a la p\xE1gina Configuraci\xF3n avanzada de personalizaci\xF3n",advanced:"Ajustes avanzados",advancedDescription:"Por lo general, no es necesario realizar ning\xFAn ajuste, basta con dejarlo por defecto. S\xF3lo para usuarios m\xE1s especializados, hay disponibles ajustes m\xE1s personalizados.",developer:"Ajustes de desarrollador",donateCafe:"precios","translate to the bottom of the page":"\xBFSe traslada al final de la p\xE1gina inmediatamente despu\xE9s de entrar en ella?",feedback:"Preguntas",toggleTranslatePage:"Traducir p\xE1gina/visualizar texto original",translateToThePageEndImmediatelyDescription:"Si la activas, el contenido se traducir\xE1 inmediatamente desde la parte superior a la inferior de la p\xE1gina a medida que entras en ella. Si lo desactiva, se traducir\xE1 a medida que lea. (No recomendado)","translate all areas of the page":"Traducir o no todas las \xE1reas de la p\xE1gina",translationAreaDescription:"Activado, se traducen todas las \xE1reas de toda la p\xE1gina web. Si se desactiva, se utiliza el reconocimiento inteligente predeterminado y s\xF3lo se traducen las \xE1reas principales. (No se recomienda activarlo)","the number of characters to be translated first":"Traduzca directamente los primeros caracteres de la p\xE1gina sin esperar a desplazarse hasta el \xE1rea de visualizaci\xF3n","interface language":"lenguaje de interfaz","display both the original text and the translation":"Visualizaci\xF3n simult\xE1nea del original y la traducci\xF3n","keyboard shortcuts":"Atajos de teclado",modify:"Modificar las teclas de acceso directo",reset:"revisi\xF3n",close:"coagulaci\xF3n",homepage:"p\xE1gina de inicio",more:"m\xE1s",moreOptions:"M\xE1s opciones de personalizaci\xF3n",translateTheWholePage:"Traducir todas las \xE1reas de la p\xE1gina (a diferencia de reconocer inteligentemente las \xE1reas principales)",changeToTranslateTheWholePage:"Cambiar para traducir todas las regiones",changeToTranslateTheMainPage:"Cambiar al \xE1rea principal de traducci\xF3n",changeToOnlyTranslationMode:"Mostrar s\xF3lo traducciones",changeToDualTranslationMode:"Cambiar a traducci\xF3n biling\xFCe",translateToThePageEndImmediately:"Traducci\xF3n inmediata al final de la p\xE1gina",translateTheMainPage:"Traducci\xF3n inteligente Regiones clave","The local rules are up to date":"Las normas locales de adaptaci\xF3n est\xE1n actualizadas.","Successfully synchronized with the latest official rules:":"Sincronizado con \xE9xito con las \xFAltimas normas oficiales de adaptaci\xF3n.","Checking for updates":"Comprobaci\xF3n de actualizaciones","Rules are being synchronized":"Sincronizaci\xF3n de las normas de adaptaci\xF3n",localVersionIsTooOld:"La versi\xF3n de la extensi\xF3n local es demasiado antigua, por favor actualice la extensi\xF3n a {minVersion} o m\xE1s reciente antes de intentar sincronizar.",badUserscriptBrowser:"El navegador actual no implementa correctamente la interfaz de la <1>extensi\xF3n Grease Mon key (por ejemplo, para obtener informaci\xF3n sobre el n\xFAmero de versi\xF3n del propio script Grease Monkey), por favor, utilice otros navegadores <1>compatibles con la extensi\xF3n Grease Monkey, como Firefox.",foundNewVersion:"Descubra la nueva versi\xF3n",theLocalExtensionIsUpToUpdate:"La extensi\xF3n actual est\xE1 al d\xEDa.",failToSyncRules:"No sincronizaci\xF3n de las \xFAltimas normas de adaptaci\xF3n",retry:"Pulse aqu\xED para volver a intentarlo",failedReason:"Razones del fracaso",currentRuleVersion:"Versi\xF3n actual de la norma",calculating:"c\xE1lculos",unknownError:"error desconocido",canNotFetchRemoteRule:"No se pueden obtener reglas remotas",enableAlphaSuccess:"Alfa activado",disableAlphaSuccess:"Se ha desactivado la funci\xF3n Alfa",cacheSize:"Tama\xF1o de la cach\xE9\uFF1A",cleaning:"en proceso de liquidaci\xF3n",cleanCache:"borrar la cach\xE9",options:"establecer",about:"con respecto a",service:"servicio de interpretaci\xF3n",needAction:"(Ir a Ajustes)",goSettings:"seguir adelante y configurar",needActionForOptions:"(por establecer)",translationEngine:"Opciones de motor",sourceLanguage:"Idioma original",target:"lengua de llegada",popupSourceLanguage:"Idioma original",popupTarget:"lengua de llegada",popupService:"servicio de interpretaci\xF3n",forThisSite:"P\xE1gina web actual",autoEnableSubtitle:"Activa autom\xE1ticamente los subt\xEDtulos biling\xFCes",alwaysTranslate:"Traduzca siempre",neverTranslate:"Nunca traduzca",alwaysTranslateSomeLanguage:"Traduzca siempre {language}",neverTranslateSomeLanguage:"Nunca traduzca {language}",alwaysTranslateSomeSite:"Traduzca siempre {hostname}",neverTranslateSomeSite:"Nunca traduzca {hostname}",alwaysTranslateSomeSiteOrWildSite:"Traduzca siempre el sitio",alwaysTranslateSomePage:"Traducir siempre la p\xE1gina",add:"aumentar",default:"por defecto (ajuste)",forThisLanguage:"Para este idioma\uFF1A","add url":"Introducir URL",edit:"compilador","translate other languages into specific language":"Traduce otros idiomas a tu idioma","select translation service":"Seleccione un servicio de traducci\xF3n",language:"multiling\xFCismo","show-original":"Mostrar texto original",translate:"renderizaci\xF3n",Translated:"traducido",Translating:"en traducci\xF3n",Error:"incorrecto",allowCacheTranslations:"Activar la cach\xE9 de traducci\xF3n local (para reducir las solicitudes de traducci\xF3n de pasajes duplicados)","translation display":"Estilo de visualizaci\xF3n de la traducci\xF3n","select diplay style":"Distinguir entre los estilos de traducci\xF3n, con referencia espec\xEDfica a los siguientes ejemplos",interface:"Ajustes de interfaz",import_export:"Importaci\xF3n y exportaci\xF3n",import_export_title:"Configuraci\xF3n de importaci\xF3n/exportaci\xF3n",syncToGoogleDrive:"Sincronizar con Google Drive ahora",floatBallOptions:"Ajustes de la Hoverball","floatBallOptions.enable":"Habilitar Hoverball","floatBallOptions.blockUrls":"Desactivar el sitio web","floatBallOptions.add":"aumentar","floatBallOptions.blockUrlDesc":"Las Hoverballs no se muestran cuando se encuentran los siguientes sitios web","floatBallOptions.clickType":"comportamiento al hacer clic","floatBallOptions.clickTypeDesc":"Comportamiento del icono Hoverball al hacer clic","floatBallOptions.clickPopup":"Mostrar panel de traducci\xF3n","floatBallOptions.clickTranslate":"Traducci\xF3n/visualizaci\xF3n del texto original","floatBallOptions.fixedPosition":"\u56FA\u5B9A\u4F4D\u7F6E","floatBallOptions.fixedPositionDesc":"\u60AC\u6D6E\u7403\u5728\u7A97\u53E3\u5DE6\u4FA7\u8FD8\u662F\u53F3\u4FA7","floatBallOptions.fixedPositionLeft":"\u5DE6\u4FA7","floatBallOptions.fixedPositionRight":"\u53F3\u4FA7",previewAllThemes:"Vista previa de todos los estilos","translationTheme.none":"no tener","translationTheme.grey":"gris oscuro","translationTheme.dashed":"subrayado punteado","translationTheme.dotted":"gui\xF3n bajo punteado","translationTheme.dashedBorder":"borde punteado","translationTheme.solidBorder":"borde s\xF3lido","translationTheme.underline":"Subrayar l\xEDneas rectas","translationTheme.mask":"Efectos difusos (modos de aprendizaje)","translationTheme.opacity":"efecto de transparencia","translationTheme.paper":"Efecto sombra de papel blanco","translationTheme.dividingLine":"l\xEDnea divisoria","translationTheme.highlight":"alto brillo","translationTheme.marker":"marcador (palabra de pr\xE9stamo)","translationTheme.marker2":"Marcador 2","translationTheme.blockquote":"Estilos de referencia","translationTheme.weakening":"debilitamiento","translationTheme.italic":"tipo de letra inclinado","translationTheme.bold":"espesar","translationTheme.thinDashed":"subrayado de l\xEDnea discontinua fina","translationTheme.nativeDashed":"El sistema viene con un subrayado de puntos","translationTheme.nativeDotted":"El sistema viene con subrayado de puntos","translationTheme.nativeUnderline":"El sistema viene con un subrayado recto","translationTheme.wavy":"l\xEDnea ondulada","translationServices.custom":"API personalizada","translationServices.tencent":"Tencent Traductor","translationServices.tenAlpha":"Tencent Translator (Alfa)","translationServices.google":"Google Translate","translationServices.bai":"Baidu (Alfa)","translationServices.baidu":"Traducci\xF3n de Baidu","translationServices.aliyun":"Traducci\xF3n AliCloud","translationServices.volc":"traducci\xF3n del volc\xE1n","translationServices.deeplx":"DeepLX (Beta)","translationServices.bing":"Microsoft Translate","translationServices.deepl":"DeepL","translationServices.wechat":"Traducci\xF3n de WeChat","translationServices.azure":"Traducci\xF3n Azure","translationServices.ibm":"IBM Watson","translationServices.aws":"Traducci\xF3n Amazon","translationServices.mock":"Traducci\xF3n simulada","translationServices.mock2":"Traducci\xF3n simulada 2","translationServices.caiyun":"lit. nubes de colores y peque\xF1as traducciones","translationServices.cai":"Nubes de colores (Alfa)","translationServices.volcAlpha":"Volc\xE1n (Alfa)","translationServices.openl":"OpenL","translationServices.youdao":"Traducci\xF3n Youtube","translationServices.you":"Youdao Traductor (Alfa)","translationServices.transmart":"Tencent Interactive Traducci\xF3n","translationServices.niu":"Traductor Maverick","translationServices.papago":"Traducci\xF3n de Papago","translationServices.d":"D (Alfa)","translationServices.dpro":"D Pro (Canarias)","translationServices.openai":"OpenAI","translationServices.yandex":"Yandex","translationServices.chatgpt":"ChatGPT Web(3.5 m\xF3vil)","translate title":"Traducir t\xEDtulos de p\xE1ginas","always languages":"Traduzca siempre el idioma",neverTranslateLanguagesLabel:"La lengua que nunca se traducir\xE1",neverTranslateTheFollowingLanguagesDescription:"Las traducciones se omiten cuando un p\xE1rrafo de la p\xE1gina est\xE1 en uno de los siguientes idiomas",enableUserscriptPagePopup:"Mostrar hoverball en la p\xE1gina",enableUserscriptPagePopupDescription:"Despu\xE9s de desactivar el hoverball, se puede recuperar con el acceso directo /{touch}. Se recomienda encarecidamente marcar esta p\xE1gina de configuraci\xF3n para evitar no poder encontrar el hoverball despu\xE9s de desactivar esta opci\xF3n por error.","always translate the following languages":"Traduce autom\xE1ticamente al idioma de destino cuando la p\xE1gina est\xE1 en uno de los siguientes idiomas","always sites":"Sitios web siempre traducidos","always translate the following sites":"Los sitios web se traducen autom\xE1ticamente a la lengua de destino cuando son los nombres de dominio de","never sites":"Sitio nunca traducido","never translate the following sites":"No se realizar\xE1n traducciones cuando el sitio web corresponda a los siguientes dominios","please refer to":"Tienes que rellenar la clave antes de poder utilizarla.",KeyAndConfigurationTutorial:"Tutorial de aplicaci\xF3n y configuraci\xF3n de llaves",useAboveStyleForTheseSites:"Utilice siempre el estilo de traducci\xF3n \u2308{theme}\u230B cuando el sitio sea para los siguientes dominios",currentUrl:"URL actual",confirm:"guardar (un archivo, etc.) (inform\xE1tica)",cancel:"anulaciones",delete:"eliminar","languages.auto":"detecci\xF3n autom\xE1tica",syncToCloud:"Sincronizaci\xF3n con Google Drive",syncToCloudDescription:"Subida a la nube, la configuraci\xF3n se puede sincronizar entre distintos navegadores/scripts de mono de grasa, sea cual sea la \xFAltima modificaci\xF3n.",syncToAccount:"Sincronizaci\xF3n con la nube de traducci\xF3n inmersiva",syncToAccountButton:"Sincronizaci\xF3n instant\xE1nea con la nube",syncToAccountDescription:"Sincroniza autom\xE1ticamente las configuraciones entre distintos dispositivos, sea cual sea el \xFAltimo en modificarse.",successSyncConfigInAccount:"Sincronizaci\xF3n satisfactoria con la nube",successSyncConfigToAccount:"Sincronizaci\xF3n satisfactoria con la nube",syncConfigNoUpdate:"Ya est\xE1 actualizado.",authFail:"Fallo de autorizaci\xF3n",syncTitle:"Gesti\xF3n manual de copias de seguridad",import_hint:"importar (datos)",upload:"cargar",revokeAuth:"revocar una autorizaci\xF3n",uploadFail:"Carga fallida",download:"descargando",importSuccess:"Importado con \xE9xito",importFail:"fallo de importaci\xF3n",deleteFail:"Error al borrar",backupToCloud:"Gesti\xF3n manual de los archivos de copia de seguridad",create_new_backup:"A\xF1adir un nuevo nodo de copia de seguridad",maxBackupFiles:"Se pueden hacer copias de seguridad de hasta{count}nodos diferentes, por favor, elimine los nodos que no necesite.",backupToCloudDescription:"Cargar o restaurar manualmente archivos de copia de seguridad, permitiendo hasta 3 copias de seguridad diferentes.",successSyncConfig:"Sincronizaci\xF3n satisfactoria con la nube",syncFail:"fallo de sincronizaci\xF3n",updatedAt:"Actualizado desde {date}",lastSyncedAt:"\xDAltima consulta en {date}",downloadFail:"Error de descarga",clickToDownload:"Haga clic para descargar",aboutLabel:"Acerca de - Comentarios","browser.openAboutPage":"Acerca de/Feedback",aboutLabelWithoutSponsor:"Acerca de - Comentarios",aboutIntro:"Que todos tengamos un acceso m\xE1s f\xE1cil y agradable a la enorme cantidad de informaci\xF3n en idiomas extranjeros que hay en Internet \u2764\uFE0F Puedes optar por activar tu <6>suscripci\xF3n Pro para utilizar las traducciones listas para usar de DeepL y OpenAI.

Puedes seguirnos en <3>Twitter, <4>Telegram, Weibo, WeChat, o <5>suscribirte a nuestra lista de correo para estar al tanto de las actualizaciones.
<7>Los miembros Pro pueden ponerse en contacto con nosotros en <8>support@immersivetranslate.com para un r\xE1pido servicio de atenci\xF3n al cliente.",aboutIntroWithoutSponsor:"Ojal\xE1 todos tengamos un acceso m\xE1s f\xE1cil y agradable a la enorme cantidad de informaci\xF3n en idiomas extranjeros disponible en Internet \u2764\uFE0F

Puedes seguirnos en <3>Twitter, el <4>canal de Telegram, WeChat, WeChat Exchange, o <5>suscribirte para seguir las actualizaciones por <5>correo electr\xF3nico a continuaci\xF3n.",projectHomepage:"Inicio del proyecto",joinTelegramGroup:"\xDAnase al grupo de usuarios para participar en los debates",wechatPublicAccount:"WeChat P\xFAblico",wechatCommunities:"Grupo de intercambio WeChat",qqCommunities:"Canal de comunicaci\xF3n QQ",joinTelegramChannel:"Siga el canal de Telegram para las \xFAltimas actualizaciones",feedbackAndJoin:"Pregunta Feedback / A\xF1adir Grupo",autoSync:"sincronizaci\xF3n horaria autom\xE1tica",loadingThemeTitle:"Estilo de carga",loadingThemeDescription:"Establecer el estilo mientras se espera a que se cargue la traducci\xF3n","loadingTheme.spinner":"Animaci\xF3n giratoria","loadingTheme.text":"texto est\xE1tico algo ","loadingTheme.none":"no se muestra",developerDescription:"La documentaci\xF3n sobre personalizaci\xF3n avanzada se encuentra <1>aqu\xED","edit border color":"Modificar el color del borde",successSyncButNoChange:"La configuraci\xF3n actual es coherente con la nube",customTheme:"Colores y tama\xF1os personalizados","customThemeLabel.borderColor":"Color del borde","customThemeLabel.borderRadius":"Bordes redondeados","customThemeLabel.textColor":"color del texto","customThemeLabel.backgroundColor":"color de fondo","customThemeLabel.zoom":"Escalado de fuentes (%)","customThemeLabel.opacity":"Opacidad del texto (%)",resetToDefaultColor:"Restablecer los colores por defecto",resetToDefaultSettings:"Restablecer la configuraci\xF3n predeterminada",isTranslateTitle:"Activar la traducci\xF3n de los t\xEDtulos de las p\xE1ginas",isTranslateTitleDescription:"Si est\xE1 activada, se traducen los t\xEDtulos de las p\xE1ginas",enableSearchEnhancement:"Activar la mejora de mensajes biling\xFCes",enableSearchEnhancementDescription:'Una vez activada, los resultados de b\xFAsqueda de "Google News" se mostrar\xE1n autom\xE1ticamente en la columna derecha de los sitios web compatibles (Google News, Google Search (algunas palabras clave), Snowball, Oriental Fortune, Futura, Tiger Community) para las correspondientes palabras clave en ingl\xE9s.',verifyService:"Haga clic aqu\xED para probar el servicio",verified:"Verificar el \xE9xito","field.langs":"C\xF3digos de idioma admitidos","field.model":"modelizaci\xF3n","field.translationEngine":"motor de traducci\xF3n","field.limitPerMinute":"Peticiones m\xE1ximas por minuto","field.limitPerSecond":"N\xFAmero m\xE1ximo de solicitudes por segundo","field.maxTextLengthPerRequest":"Longitud m\xE1xima del texto por solicitud","field.maxTextGroupLengthPerRequest":"N\xFAmero m\xE1ximo de apartados por solicitud","field.apiUrl":"Direcci\xF3n de interfaz API personalizada","field.placeholderDelimiters":"marcador de posici\xF3n reservado","description.custom":"Interfaz personalizada Acceso Documentaci\xF3n necesaria","description.limitPerMinute":"Las solicitudes que superan este l\xEDmite pasan a una cola hasta el inicio del siguiente minuto. Debido a las diversas limitaciones del servicio actual de OpenAI, haz clic <1>aqu\xED para consultar los \xFAltimos valores sugeridos.","description.limitPerSecond":"Las solicitudes que superan este l\xEDmite pasan a una cola hasta el inicio del siguiente segundo. Debido a las diversas limitaciones del servicio actual de OpenAI, haz clic <1>aqu\xED para consultar los \xFAltimos valores sugeridos.","description.generalLimitPerSecond":"Las solicitudes que superan este l\xEDmite pasan a una cola hasta el inicio del segundo siguiente.","description.prompt":"Enviar la conversaci\xF3n a {service} como usuario, donde {{text}} representa el contenido del texto del p\xE1rrafo, {{from}} representa el idioma del p\xE1rrafo y {{to}} representa el idioma objetivo.","description.maxTextLengthPerRequest":"El n\xFAmero m\xE1ximo de caracteres por petici\xF3n es demasiado grande para que la interfaz responda con lentitud, as\xED que pruebe a ajustar esta opci\xF3n para optimizar la velocidad","description.systemPrompt":"Un di\xE1logo enviado a OpenAI como sistema, donde {{text}} indica el contenido textual del p\xE1rrafo,{{from}} indica el idioma del p\xE1rrafo y{{to}} indica el idioma de destino.","field.domain":"reino","description.domain":"El valor predeterminado es\uFF1Ageneral. S\xF3lo puede establecerse si la traducci\xF3n de dominios est\xE1 activada en la consola de la API Arima; consulte <1>aqu\xED los dominios admitidos.","field.scene":"toma","description.scene":"Por defecto\uFF1Ageneral. S\xF3lo se puede establecer si la consola API AliCloud est\xE1 habilitado para Machine Translation Pro, ver <1>aqu\xED para los escenarios compatibles","field.vocabId":"ID del diccionario del usuario","description.vocabId":"El diccionario out_id especificado admite actualmente la traducci\xF3n del ingl\xE9s al chino.","description.model":"Modelos OpenAI, pueden ser gpt-3.5-turbo, gpt-4, etc.","description.maxTextGroupLengthPerRequest":"El n\xFAmero de p\xE1rrafos enviados al servicio de traducci\xF3n a la vez, si hay demasiados p\xE1rrafos, puede hacer que la interfaz responda m\xE1s lentamente.","description.apiUrl":"Por favor, a\xF1ada URLs espec\xEDficas con rutas, <1>m\xE1s descripci\xF3n",enabledExtension:"Habilitar extensiones",clickToDisableExtension:"Haga clic para desactivar las extensiones",clickToEnableExtension:"Haga clic para activar las extensiones",hasBeenDisabled:"desactivado","show password":"Mostrar contrase\xF1a",customContent:"Introduzca un nombre de modelo personalizado",inputOptions:"Mejora del cuadro de entrada",mouseHoverOptions:"al pasar el rat\xF3n",modifyMouseHoverKey:"Modificar el acceso directo del rat\xF3n",enableInputTranslation:"Activar o no la mejora del cuadro de entrada",enableInputTranslationDescription:"Una vez activado, escriba {startingKey}{startingKey} hola directamente en el cuadro de entrada, luego pulse r\xE1pidamente{inputTrailingTriggerKeyRepeatTimes}veces{trailingKey}para traducir a {inputTargetLanguage}",enableInputTranslationDescriptionForNoneKey:"Una vez activado, escriba\uFF1AHello World directamente en el cuadro de entrada y, a continuaci\xF3n, pulse r\xE1pidamente{inputTrailingTriggerKeyRepeatTimes}{trailingKey}veces para traducir al idioma de destino predeterminado.",inputTargetLanguage:"Establecer el idioma de destino por defecto para los cuadros de entrada",inputTargetLanguageDescription:"Idioma de destino por defecto para la traducci\xF3n del cuadro de entrada, es decir, {startingKey}{startingKey} como idioma por defecto para las palabras desencadenantes.",inputTargetLanguageDescriptionForNoneKey:"Idioma de destino predeterminado para la traducci\xF3n del cuadro de entrada",inputStartingTriggerKeyTitle:"Configuraci\xF3n del car\xE1cter de divisi\xF3n para la traducci\xF3n parcial del cuadro de entrada",inputStartingTriggerKeyDescription:"Cuando no necesite traducir todo el cuadro de entrada, el divisor le permite traducir s\xF3lo la parte desde {startingKey}{startingKey} hasta el final del cuadro de entrada, o puede especificar el c\xF3digo de idioma, por ejemplo\uFF1A{startingKey}ja significa traducir s\xF3lo la parte desde {startingKey}ja hasta el final del cuadro de entrada.",inputStartingTriggerKeyDescriptionForNoneKey:"La configuraci\xF3n actual de sin prefijo no es necesaria, y la funci\xF3n de traducci\xF3n de algunos textos en el cuadro de entrada no est\xE1 disponible por el momento.",inputTrailingTriggerKeyTitle:"Seleccione un car\xE1cter de activaci\xF3n de fin de entrada",inputTrailingTriggerKeyDescription:"\xA13 golpes r\xE1pidos{trailingKey} comenzar\xE1 a traducir!",inputTrailingTriggerKeyTimeout:"Introduce el tiempo entre disparos de fin de combate",inputTrailingTriggerKeyTimeoutDescription:"Establece el tiempo (en milisegundos) entre disparos de combo de fin de entrada.",spaceKey:"<\u7A7A\u683C\u952E>",noneKey:"Traducci\xF3n directa de todo el cuadro de texto sin prefijos",inputTranslationBlockUrlsTitle:"No active la mejora del cuadro de entrada en las siguientes URL",inputTranslationBlockUrlsDescription:"Las mejoras del cuadro de entrada no funcionar\xE1n en las siguientes URL",clickToSeeQuickDemo:"Haga clic para ampliar el v\xEDdeo tutorial r\xE1pido de 30 segundos",inputHelperInfo:"Descripci\xF3n\uFF1AHemos optimizado el hecho de que algunos caracteres desencadenantes se convertir\xE1n en signos de puntuaci\xF3n chinos bajo m\xE9todos de entrada chinos, por ejemplo, / se convertir\xE1 en un signo dun , bajo el m\xE9todo de entrada Sogou, e Immersive Translator soporta todos los s\xEDmbolos chinos correspondientes a los caracteres desencadenantes, es decir, //,,, ser\xE1n reconocidos como caracteres desencadenantes.

Tambi\xE9n soportamos alias Chinos para c\xF3digos de lenguaje como comandos, por ejemplo /Japanese Hello World ser\xE1 traducido al Japon\xE9s, <1>haga clic aqu\xED para ver todos los c\xF3digos de lenguaje soportados.",reloadCurrentPage:"Actualice la p\xE1gina actual antes de iniciar la traducci\xF3n.",noLocalFilePermissionForPDF:"Usted no tiene permiso para leer archivos locales, por favor haga clic en el bot\xF3n de arriba y luego importar archivos locales.",noPermissionForThisPage:"\u26A0\uFE0F No hay permiso para traducir la p\xE1gina actual",retryAllParagraphs:"Reintentar todos los pasajes de error",retryAllButton:"Reintentar todos los pasajes de error",errorTooltipTitle:"Haga clic para ver la causa del error",errorModalTitle:"Parece que algo va mal con el servicio de traducci\xF3n o la red...",disableConfirm:"Entorno biling\xFCe de mejora de la informaci\xF3n",disableOnce:"Esta inhabilitaci\xF3n",disableGlobal:"desactivar permanentemente",disableTint:"* Puede volver a activarlo en {option} .",searchEnhancementNotes:"Tras activar la funci\xF3n de mejora de la informaci\xF3n biling\xFCe con traducci\xF3n inmersiva, buscaremos autom\xE1ticamente las mismas palabras clave en ingl\xE9s en los sitios web compatibles (Google News, Google Search (algunas palabras clave), Snowball, Oriental Wealth, Futura, Tiger) y las mostraremos a la derecha. Si no necesitas esta funci\xF3n, puedes desactivarla.",option:"establecer",saveSettings:"Guardar configuraci\xF3n",closeModal:"Cerrar ventana",enableInputTranslationWithoutTriggerKeyTitle:"Habilite 3 pulsaciones r\xE1pidas en{trailingKey}para traducir directamente todo el cuadro de entrada a{inputTargetLanguage}",enableInputTranslationWithoutTriggerKeyDescription:"Para especificar el idioma de destino, antep\xF3ngale el c\xF3digo del idioma, por ejemplo:\uFF1Aja Hola Mundo",mouseHoverShortcutPlaceholder:"p. ej.\uFF1ATurno",deepLProName:"Miembro de Immersive Translation Pro (Recomendado)",deepLProDescription:"El paquete actual puede utilizarse directamente",deeplProDescriptionForNormal:"No requiere instalaci\xF3n, los miembros pueden utilizarlo despu\xE9s de iniciar sesi\xF3n, <1>haga clic aqu\xED para actualizar a miembro",deepLCustomDescription:"Se requiere tarjeta de cr\xE9dito extranjera, abierta oficialmente en <1>DeepL, haga clic para ver <2>la documentaci\xF3n",deepLCustomName:"Clave de autenticaci\xF3n personalizada",chooseProviderLabel:"Seleccione un proveedor de servicios",openaiProName:"Miembro de Immersive Translation Pro (Recomendado)",openaiProDescription:"El paquete actual puede utilizarse directamente",openaiProDescriptionForNormal:"No requiere instalaci\xF3n, los miembros pueden utilizarlo despu\xE9s de iniciar sesi\xF3n, <1>haga clic aqu\xED para actualizar a miembro",openaiCustomDescription:"Disponible en OpenAI, Azure OpenAI u otros servicios de terceros. <1>Haga clic aqu\xED para consultar la documentaci\xF3n.",openaiCustomName:"Clave API personalizada",needLoginAction:"(Afiliaci\xF3n abierta o personalizaci\xF3n)",goLoginOrAction:"(Abra una cuenta o vaya a la configuraci\xF3n)",yearly:"efectuar un pago anual consecutivo",quarterly:"embalaje secuencial",monthly:"suscripci\xF3n mensual",yearlyForOnce:"Paquete anual \xFAnico",monthlyForOnce:"Paquete mensual \xFAnico",daily:"d\xEDas consecutivos de paquetes",year:"efectuar un pago anual consecutivo",quarter:"embalaje secuencial",month:"suscripci\xF3n mensual",day:"d\xEDas consecutivos de paquetes",onetime_7day:"Pack Experiencia 7 d\xEDas",currentPlanDescriptionForFree:"Paquetes actuales\uFF1AGratis",currentPlanDescriptionForContinuous:"El paquete actual\uFF1A{plan}se renovar\xE1 autom\xE1ticamente en {endAt} .",currentPlanDescriptionForAutoRenewCaceling:"El paquete actual\uFF1A{plan}expirar\xE1 en {endAt} y no se renovar\xE1 autom\xE1ticamente a su vencimiento.",currentYearlyPlanDescriptionForAutoRenewCacelingWithRealPaiedUser:"El paquete actual,\uFF1A{plan}, caducar\xE1 en {endAt} y no se renovar\xE1 autom\xE1ticamente a su vencimiento.
<1>Haga clic aqu\xED para gestionar su plan de renovaci\xF3n",currentYearlyPlanDescriptionForAutoRenewCacelingWithAdmin:"El paquete actual,\uFF1A{plan}, caducar\xE1 en {endAt} y no se renovar\xE1 autom\xE1ticamente a su vencimiento.
<1>Haga clic aqu\xED para activar la suscripci\xF3n anual continua",currentPlanDescriptionForOneTime:"La suscripci\xF3n actual\uFF1A{plan}expirar\xE1 en {endAt} , <1>haga clic aqu\xED para cambiar a una suscripci\xF3n <1>anual o <2>mensual.",upgradePlan:"Haga clic aqu\xED para pasar a Pro",upgradeToPro:"Actualizar a miembro Pro","popup.openPro":"Actualice su suscripci\xF3n a Pro para disfrutar de DeepL y de la traducci\xF3n OpenAI, \xA1haga clic aqu\xED para actualizar!","popup.openProForPro":"Eres un miembro Pro con acceso directo a DeepL y a las traducciones de OpenAI.",currentAccount:"cuenta corriente",enableAutoSyncUserSettings:"Sincronizaci\xF3n autom\xE1tica en la nube de varios dispositivos",modalEnableInputTranslationTitle:"Traducci\xF3n inmersiva Cuadro de entrada Alertas de traducci\xF3n",modalEnableInputTranslationDesc:"Acaba de activar la traducci\xF3n del cuadro de entrada de Immersive Translation pulsando la barra espaciadora 3 veces en r\xE1pida sucesi\xF3n, y el contenido del cuadro de entrada se traducir\xE1 al idioma de destino predeterminado. La traducci\xF3n puede deshacerse con Ctrl+Z.

Si ha sido un error, no se preocupe, puede elegir desactivarla esta vez, o desactivar permanentemente la traducci\xF3n del cuadro de entrada.",saveAndNotShowAgain:"Guardar y dejar de preguntar",disableInputTranslationTips:"* Tambi\xE9n puedes configurar otros atajos para que se activen en {option} ,{learnMore}.",learnMore:"M\xE1s informaci\xF3n",continueEnalbeInputTranslation:"Seguir activando la traducci\xF3n del cuadro de entrada",autoRenewTrialSuffix:'(En la versi\xF3n de prueba,pas\xF3 inmediatamente a ser miembro de pleno derecho)',upgradeFromTrialTitle:"Pasar a Miembro de pleno derecho",subtitle:"subtitulado de v\xEDdeo",youtubeService:"Traducci\xF3n por inmersi\xF3n Servicios de traducci\xF3n de subt\xEDtulos de v\xEDdeo","subtitle.disabledSubtitle":"Desactivar permanentemente la funci\xF3n de subt\xEDtulos de v\xEDdeo","subtitle.disabledSubtitleDescription":"Si Immersive Translator's Video Subtitles entra en conflicto con otras extensiones, puedes optar por desactivar permanentemente la funcionalidad de Immersive Translator's Video Subtitles o desinstalar otras extensiones conflictivas.","subtitle.autoEnableSubtitle":"Uso autom\xE1tico de subt\xEDtulos biling\xFCes","subtitle.autoEnableSubtitleDescription":"Una vez activado, se mostrar\xE1n autom\xE1ticamente subt\xEDtulos biling\xFCes cuando se reproduzca el video, de lo contrario, necesitar\xE1 hacer clic en el bot\xF3n de traducci\xF3n para que se muestren.","subtitle.preTranslation":"Traducir subt\xEDtulos mediante traducci\xF3n inmersiva","subtitle.preTranslationDescription":"Cuando est\xE1 activada, se pretraducir\xE1 todo el subt\xEDtulo utilizando el servicio de traducci\xF3n especificado m\xE1s abajo, y un v\xEDdeo de 1 hora consumir\xE1 unos 50.000 tokens o caracteres, as\xED que util\xEDzalos seg\xFAn tu criterio; cuando est\xE1 desactivada, se utilizar\xE1n primero los subt\xEDtulos originales.","subtitle.humanSubtitlesPreferred":"Uso prioritario del subtitulado humano","subtitle.humanSubtitlesPreferredDescription":"Priorizar el uso de subt\xEDtulos humanos cuando el v\xEDdeo disponga de subt\xEDtulos humanos en la lengua de llegada (recomendado)",videoSubtitleTranslationDescription:"Asignar un servicio de traducci\xF3n independiente para los subt\xEDtulos de v\xEDdeo",subtitleTranslating:"Por favor, espere mientras se traducen los subt\xEDtulos mediante el servicio {service} ... (traducci\xF3n por inmersi\xF3n)",subtitleLoading:"Cargando subt\xEDtulos...",bilingual:"biling\xFCismo","field.action":"Activar o no la terminolog\xEDa Baidu","description.action":"Cuando est\xE9 activado, se a\xF1adir\xE1 un par\xE1metro action=1 a la solicitud para informar a Baidu del t\xE9rmino activado; <1>consulte la documentaci\xF3n oficial para obtener m\xE1s informaci\xF3n.",closeQuickTranslation:"Cerrar Hoverball","closeQuickTranslation.untilNext":"Esta vez cerrado hasta la pr\xF3xima visita","closeQuickTranslation.currentWebsite":"Sitio actual desactivado","closeQuickTranslation.alwaysClose":"desactivar permanentemente","closeQuickTranslation.settingOpen":"(puede activarse en la <1>p\xE1gina de configuraci\xF3n )","closeQuickTranslation.cancel":"anulaciones","closeQuickTranslation.confirm":"defina","floatBall.popup":"Abrir el panel de ajustes r\xE1pidos","floatBall.translate":"Haga clic para traducir la p\xE1gina","floatBall.showOriginal":"Haga clic para volver al art\xEDculo original","floatBall.close":"Cerrar Hoverball","floatBallOptions.enableDescPc":"Despu\xE9s de activar el hoverball de la p\xE1gina, aparecer\xE1 un bot\xF3n de traducci\xF3n r\xE1pida en la parte derecha de la p\xE1gina, \xA1haz clic en \xE9l para traducir!","floatBallOptions.enableDesc":"Despu\xE9s de apagar el hoverball, puedes recuperarlo con{touch}. Se recomienda encarecidamente marcar esta p\xE1gina de configuraci\xF3n para evitar no poder encontrar el hoverball despu\xE9s de desactivar esta opci\xF3n por error.","description.azureApiUrl":"Introduzca la direcci\xF3n de la interfaz API personalizada",confirmSupportMouse:"Forzar la activaci\xF3n del soporte de rat\xF3n",confirmSupportMouseDescription:"Detectado que el navegador actual no soporta la funci\xF3n de rat\xF3n, \xBFse fuerza a habilitar el soporte de rat\xF3n?",sampleTargetText:"Llegar\xE1 la larga noche, y velar\xE9 desde hoy hasta que muera. No tomar\xE9 esposa, no har\xE9 feudo, no tendr\xE9 hijos. No llevar\xE9 corona, no luchar\xE9 por el honor. Cumplir\xE9 con mi deber, vivir\xE9 y morir\xE9.",sampleSourceText:"Night gathers, and now my watch begins. It shall not end until my death. I shall take no wife, hold no lands, father no children. I shall wear no crowns and win no glory. I shall live and die at my post.","subtitle.supportedSites":"\u5DF2\u652F\u6301\u5728\u8FD9\u4E9B\u7F51\u7AD9\u4F7F\u7528\u53CC\u8BED\u5B57\u5E55\uFF08\u6CE8\u610F\uFF1A\u7531\u4E8E\u6280\u672F\u9650\u5236\uFF0C\u90E8\u5206\u7F51\u7AD9\u5728\u9996\u6B21\u5F00\u542F\u5B57\u5E55\u540E\u9700\u8981\u91CD\u65B0\u5237\u65B0\u9875\u9762\uFF0C\u6216\u8005\u9700\u7B49\u5F85\u7FFB\u8BD1\u5B8C\u6210\u4EE5\u663E\u793A\u53CC\u8BED\u5B57\u5E55\uFF09\uFF1A",viewWithImmersiveTranslate:"\u53CC\u8BED\u7248\u672C(\u6C89\u6D78\u5F0F\u7FFB\u8BD1)",errorReason:"\u9519\u8BEF\u539F\u56E0\uFF1A{message}","proQuotaExceededError.onetime7day":'\uFF0C\u60A8\u53EF\u4EE5\u9009\u62E9\u4EE5\u4E0B\u65B9\u5F0F\u89E3\u51B3\uFF1A

1. \u5207\u6362\u5230 {anotherService} \u6216\u5176\u4ED6\u7FFB\u8BD1\u670D\u52A1
2. \u5347\u7EA7\u4E3A\u6708\u5EA6/\u5E74\u5EA6\u4F1A\u5458',"proQuotaExceededError.trial":'\uFF0C\u60A8\u53EF\u4EE5\u9009\u62E9\u4EE5\u4E0B\u65B9\u5F0F\u89E3\u51B3\uFF1A

1. \u5207\u6362\u5230 {anotherService} \u6216\u5176\u4ED6\u7FFB\u8BD1\u670D\u52A1
2. \u7ACB\u523B\u5347\u7EA7\u4E3A\u6B63\u5F0F\u4F1A\u5458',"proQuotaExceededError.nonTrial":'\uFF0C\u60A8\u53EF\u4EE5\u9009\u62E9\u4EE5\u4E0B\u65B9\u5F0F\u89E3\u51B3\uFF1A

1. \u5207\u6362\u5230 {anotherService} \u6216\u5176\u4ED6\u7FFB\u8BD1\u670D\u52A1
2. \u8D2D\u4E70 {translationService} \u989D\u5916\u6D41\u91CF\u5305',"proQuotaExceededError.resetTime":"
3. \u989D\u5EA6\u91CD\u7F6E\u65F6\u95F4\uFF1A{resetTime}","desc.touchShortcutsToggleTranslatePageOnlyTranslation":"Solo se muestra la traducci\xF3n se refiere a que solo se mostrar\xE1 la traducci\xF3n, si la p\xE1gina web a\xFAn no se ha traducido, cambiar\xE1 el modo y traducir\xE1.","desc.toggleOnlyTransation":"El modo de solo traducci\xF3n se refiere a mostrar solo el texto traducido, si la p\xE1gina web a\xFAn no se ha traducido, cambiar\xE1 el modo y traducir\xE1.",touchShortcutsToggleTranslatePageOnlyTranslation:"Configurar gestos de pantalla t\xE1ctil para cambiar entre modo biling\xFCe/solo texto traducido",download_started:"La descarga ya ha comenzado, si no se descarga autom\xE1ticamente, haga clic manualmente.",here:"aqu\xED","desc.toggleVideoSubtitlePreTranslation":"Al presionar, los subt\xEDtulos biling\xFCes del video usar\xE1n preferentemente la configuraci\xF3n de traducci\xF3n inmersiva, al presionar nuevamente, se dar\xE1 prioridad a los subt\xEDtulos de traducci\xF3n autom\xE1tica incluidos en el video original. Nota: este atajo modifica la configuraci\xF3n global.",videoSubtitlePreTranslationOn:"Los subt\xEDtulos del video tendr\xE1n prioridad para usar la traducci\xF3n inmersiva.",videoSubtitlePreTranslationOff:"Los subt\xEDtulos del video dar\xE1n prioridad a los subt\xEDtulos de traducci\xF3n autom\xE1tica incluidos en el video original.",translationFont:"Establecer fuente","translationFont.custom":"Ingrese fuente personalizada","translationFont.customPlaceholder":"fuente","translationFont.notSupportErrorMessage":"Por favor, verifique si el nombre de la fuente que ingres\xF3 es correcto, o confirme si esta fuente ya est\xE1 instalada en su dispositivo.","touch.mouse-translate":"Traducir el p\xE1rrafo especificado.","translationServices.inherit":"Siga el servicio de traducci\xF3n principal","error.serveConfigError":"Error de configuraci\xF3n del servicio","error.reloadPageOfSetting":"Despu\xE9s de configurar, por favor refresca la p\xE1gina para traducir de nuevo.","error.googleLimitIp":"El servicio devuelve un error, el servicio de Google ha limitado la direcci\xF3n IP, se recomienda que cambie el nodo de red.","error.openAIFreeLimit":"El servicio devuelve un error, la frecuencia actual de solicitudes de traducci\xF3n ha alcanzado el l\xEDmite m\xE1ximo de 3 veces por minuto, por favor intente de nuevo m\xE1s tarde. (Esta es una restricci\xF3n de OpenAI oficial para la API Key gratuita, para eliminar esta restricci\xF3n, por favor vincule una tarjeta de cr\xE9dito en el backend de OpenAI.)","error.openAIExceededQuota":"El servicio devuelve un error: el saldo de tu cuenta de OpenAI es insuficiente, por favor recarga o vincula una tarjeta de cr\xE9dito en el panel de control oficial de OpenAI.","error.429":"El servicio devuelve un error, lo que indica que la solicitud es demasiado frecuente o excede el l\xEDmite de cuota, por favor intente de nuevo m\xE1s tarde.","error.403":"El servicio devuelve un error, no tiene permiso temporal para acceder a este servicio.","error.400":"El servicio devuelve un error, el par\xE1metro de solicitud es incorrecto, por favor verifica la configuraci\xF3n correspondiente.","error.502":"El servicio devuelve un error, el servicio se ha agotado, por favor intente de nuevo m\xE1s tarde.","error.proTokenInvalid":"Si usted es un usuario Pro, por favor inicie sesi\xF3n para usar el servicio de traducci\xF3n Pro.","error.proUpgrade":"Despu\xE9s de la actualizaci\xF3n, por favor refresca la p\xE1gina y traduce de nuevo.","error.configError":"Los datos de configuraci\xF3n son anormales.","error.goReset":"Ir a restablecer",batchEdit:"Operaci\xF3n en masa","translationModeLang.translation.title":"Solo modo de traducci\xF3n de idioma","translationModeLang.translation.description":"Cuando el idioma de la p\xE1gina es uno de los siguientes, se utilizar\xE1 autom\xE1ticamente solo el modo de traducci\xF3n.","translationModeUrl.translation.title":"Solo el modo de direcci\xF3n web de traducci\xF3n","translationModeUrl.translation.description":"Cuando el sitio web tiene los siguientes dominios, se utilizar\xE1 autom\xE1ticamente el modo de solo traducci\xF3n.","error.serveUnavailable":"El servicio [{serverName}] que est\xE1 utilizando actualmente no est\xE1 disponible temporalmente debido a problemas con la conexi\xF3n a la red o el proveedor del servicio. Le sugerimos que intente actualizar la p\xE1gina o cambiar a otro servicio de traducci\xF3n a trav\xE9s de <1>Configuraci\xF3n. Si usted es un miembro <2>Pro, puede optar por utilizar los servicios de traducci\xF3n m\xE1s estables de DeepL o OpenAI (<3>haga clic aqu\xED para probarlo gratis). Adem\xE1s, es posible que necesite revisar su configuraci\xF3n de red o proxy.",detectServiceLoading:"Detectando servicios de traducci\xF3n disponibles...",toggleToService:"Cambie a {service} e intente de nuevo.","error.gemini.429":"El servicio actual de Gemini ha alcanzado su capacidad m\xE1xima, por favor intente m\xE1s tarde o cambie a otro servicio de traducci\xF3n.",enableSentryReport:"Cuando ocurre un error de expansi\xF3n, usa Sentry para enviar comentarios.",notLogin:"No registrado",goLogin:"Iniciar sesi\xF3n",touchShortcutsOff:"Cerrar",shortcutSettings:"Atajo de teclado","tagsInput.add":"+ A\xF1adir",translationOnlyMode:"Solo modo de traducci\xF3n","multipleClick.2":"Haz doble clic",contact:"Cont\xE1ctanos","widget.translateFile":"PDF/ePub","subtitle.hideQuickButton":"Ya no mostrar este atajo","translationServices.gemini":"G\xE9minis","widget.instructionTooltip":"Consultar las instrucciones de uso","subtitle.bilingual":"Subt\xEDtulos biling\xFCes","error.retry":"Reintentar","multipleClick.4":"Cu\xE1druple golpe",buildSnapshots:"Generar captura de p\xE1gina web","error.subscriptionExpiredTitle":"La membres\xEDa ha expirado","slide.left":"Desliza a la derecha","widget.videoSubtitle":"subt\xEDtulos de video","browser.translateWithDeepL":"Uso temporal de DeepL para traducir la p\xE1gina actual","subtitle.autoDisableSubtitle":"No activar autom\xE1ticamente los subt\xEDtulos biling\xFCes","browser.translateWithBing":"Uso temporal de Microsoft para traducir la p\xE1gina actual","error.reason":"Raz\xF3n del error","browser.translateWithTransmart":"Uso temporal de Tencent para traducir la p\xE1gina actual",pickAll:"Seleccionar todo","browser.translateInputBox":"Traducir el contenido actual del cuadro de entrada.","floatBall.iKnow":"Ya lo s\xE9.",temprarilyChangeTranslationTo_deepl:"Estoy usando DeepL para traducir la p\xE1gina actual.","multipleClick.3":"Triple golpe","intro.hoverTitle":"Pase el mouse para traducir el p\xE1rrafo actual",temprarilyChangeTranslationTo_transmart:"Est\xE1 utilizando Tencent para traducir la p\xE1gina actual.","intro.floatBallTitle":"Bola flotante de traducci\xF3n r\xE1pida",paragraphMinTextCountField:"El n\xFAmero m\xEDnimo de caracteres necesarios para traducir un p\xE1rrafo","shortcutGroup.touch":"Gestos espec\xEDficos para pantallas t\xE1ctiles",temprarilyChangeTranslationTo_gemini:"Estoy usando Gemini para traducir la p\xE1gina actual.",temprarilyChangeTranslationTo_bing:"Est\xE1 utilizando Microsoft para traducir la p\xE1gina actual.","shortcutGroup.main":"Atajos de teclado de funciones comunes",mouseHoverCustomKeyTitle:"Personalizar el atajo de teclado para el rat\xF3n en suspensi\xF3n","shortcutGroup.shortcutsForTranslationServices":"Atajos de teclado relacionados con el servicio de traducci\xF3n",touchShortcutsToggleTranslateTouchElement:"Configurar gestos t\xE1ctiles para traducir p\xE1rrafos espec\xEDficos",notLoginPro:"Todav\xEDa no has iniciado sesi\xF3n en tu cuenta de miembro.","intro.subtitleTitle":"Visualizaci\xF3n de subt\xEDtulos biling\xFCes en videos en l\xEDnea","subtitle.showQuickButton":"En el reproductor se muestra el atajo de subt\xEDtulos biling\xFCes",temprarilyChangeTranslationTo_google:"Est\xE1 utilizando Google Traductor para traducir la p\xE1gina actual.",upgradeToProErrorTitle:"Por favor, actualice a miembro Pro para utilizar este servicio de traducci\xF3n.","widget.instruction":"Instrucciones de uso","slide.right":"Desliza a la izquierda","browser.translateWithOpenAI":"Uso temporal de OpenAI para traducir la p\xE1gina actual","shortcutGroup.others":"M\xE1s atajos de teclado personalizados","browser.toggleMouseHoverTranslateDirectly":"Habilitar o deshabilitar temporalmente la traducci\xF3n directa al pasar el mouse en la p\xE1gina",alwaysTranslateThisSite:"Siempre traduce este sitio web",neverTranslateThisSite:"Nunca traduzca este sitio web","shortcutGroup.mouse":"Configuraci\xF3n de atajos de teclado para el rat\xF3n en suspensi\xF3n","widget.translateFileTooltip":"Traducir documentos PDF, EPUB, SRT, ASS, HTML y TXT","browser.translateWithGemini":"Usa temporalmente Gemini para traducir la p\xE1gina actual","browser.toggleVideoSubtitlePreTranslation":"Cambie a subt\xEDtulos biling\xFCes y priorice la configuraci\xF3n de traducci\xF3n inmersiva.",networkError:"El servicio de traducci\xF3n o la red tienen problemas.",loggedIn:"Conectado","widget.videoSubtitleTooltip":"Apoya Youtube y otros {count}+ sitios web de videos",touchShortcutsToggleTranslationMask:"Configurar gestos t\xE1ctiles para mostrar la m\xE1scara de traducci\xF3n / mostrar el texto original","floatBall.guideClickToTranslate":"Haz clic en la bola flotante de traducci\xF3n inmersiva para traducir r\xE1pidamente","desc.touchShortcutsToggleTranslateTouchElement":"Personalice un gesto y podr\xE1 traducir cualquier p\xE1rrafo en el que se encuentre.","floatBall.longPress":"Mant\xE9n presionado para abrir r\xE1pidamente el panel de configuraci\xF3n.","error.subscriptionExpired":"Es posible que su membres\xEDa haya expirado, por favor verifique el estado de su membres\xEDa.",shortcutSettingsTitle:"Configuraci\xF3n de atajos de teclado",temprarilyChangeTranslationTo_openai:"Estoy usando OpenAI para traducir la p\xE1gina actual.","browser.translateWithGoogle":"Uso temporal de Google Traductor para traducir la p\xE1gina actual","desc.interfaceLanguage":"La configuraci\xF3n del idioma de la interfaz afecta el idioma de visualizaci\xF3n del panel de control y no tiene relaci\xF3n con el idioma objetivo de la traducci\xF3n.","description.baiduField":"Las \xE1reas de apoyo se ven <1>aqu\xED, si est\xE1 vac\xEDo significa que no se especifica el \xE1rea.","contact.description":"Si tiene alguna pregunta o sugerencia, no dude en completar el formulario a continuaci\xF3n para contactarnos, o env\xEDe un correo electr\xF3nico a {email}, le responderemos lo antes posible.","neverTranslateText.title":`Por favor, traduce directamente al espa\xF1ol (evita explicar el texto original): + {env.imt_trans_field}: \xDCbersetzung`,"subtitle.quickButton.red":"Rot","subtitle.quickButton.blue":"Blau","subtitle.quickButton.magenta":"Magenta","translationServices.claude":"Claude","subtitle.quickButton.white":"Wei\xDF","subtitle.quickButton.translationPositionBottom":"\u539Ftext unten","subtitle.quickButton.yellow":"Gelb","subtitle.quickButton.cyan":"Blau","subtitle.quickButton.green":"Gr\xFCn","subtitle.quickButton.backgroundOpacity":"Hintergrundunsch\xE4rfe","subtitle.quickButton.translationPosition":"\xDCbersetzungsposition","subtitle.quickButton.translationTextColor":"\xDCbersetzungsschriftfarbe","subtitle.quickButton.sourceFontSize":"Originalschriftgr\xF6\xDFe","subtitle.quickButton.translationFontSize":"\xDCbersetzungs-Schriftgr\xF6\xDFe","subtitle.quickButton.sourceTextColor":"Urspr\xFCngliche Schriftfarbe","subtitle.quickButton.black":"Schwarz","subtitle.quickButton.backgroundColor":"Hintergrundfarbe","subtitle.quickButton.setting":"Einstellung","subtitle.quickButton.translationPositionTop":"Oben im Originaltext",attachSubtitleTranslating:"Verwenden Sie {service} zur \xDCbersetzung...","error.claude.403":"Keine Berechtigung zum Zugriff auf den Dienst, m\xF6glicherweise im Zusammenhang mit den regionalen Einschr\xE4nkungen von Claude. Sie k\xF6nnen versuchen, Ihre IP-Adresse zu wechseln, oder andere \xDCbersetzungsdienste nutzen.","browser.brandDescriptionForSafari":"\u3010Immersive \xDCbersetzung\u3011Ein kostenloses zweisprachiges Webseiten-\xDCbersetzungs-Plugin (Originaltext/\xDCbersetzung), das gleichzeitig PDF-\xDCbersetzung und EPUB-E-Book-\xDCbersetzung unterst\xFCtzt und das Originaldokumentenlayout beibeh\xE4lt, Youtube/Netflix und andere Online-Video-Zweisprachen-Untertitel-\xDCbersetzung, Unterst\xFCtzung f\xFCr Deepl/Google und andere Mainstream-\xDCbersetzungsdienste;","browser.textTranslate":"Text\xFCbersetzung","browser.PdfProFile":"Von KI angetriebene PDF Pro \xDCbersetzung"};var I4={nologin:"no conectado",loginForSafari:"Iniciar sesi\xF3n o registrarse",login:"Iniciar sesi\xF3n para abrir una cuenta",manageAccount:"Cuentas gestionadas",openPremium:"Afiliaci\xF3n abierta",logout:"abortar",curentPlan:"Paquetes actuales",endAt:"caducidad",endAuto:"renovaci\xF3n autom\xE1tica",lineBreakMaxTextCount:"N\xFAmero m\xE1ximo de caracteres permitidos por frase despu\xE9s de los saltos de l\xEDnea","translate-pdf":"Haga clic para traducir PDF","noSupportTranslate-pdf":"Script no soportado por favor use plugin","translate-firefox-local-pdf":"Haga clic para ir a Importar PDF",enableLineBreak:"Activar el salto de l\xEDnea autom\xE1tico para p\xE1rrafos largos",sponsorLabel:"1 $ Desarrolladores patrocinados",help:"mano",browserShortcutsNoteForFirefox:"Para cambiar los accesos directos en Firefox, tienes que abrir la p\xE1gina de gesti\xF3n de extensiones `about:addons`, luego hacer clic en `Settings`, y despu\xE9s en `Manage Shortcuts` para configurar los accesos directos.",browserShortcutsNoteForChrome:"Para modificar los accesos directos en Chrome, tienes que abrir la p\xE1gina de gesti\xF3n de extensiones, establecerlos en el panel `Manage Shortcuts` (`chrome://extensions/shortcuts`), y hacer clic en el bot\xF3n de abajo para saltar a la p\xE1gina de gesti\xF3n de accesos directos.",browserShortcutsSucks:"Los accesos directos personalizados tienen el siguiente formato (no se reconoce autom\xE1ticamente, introd\xFAzcalo directamente)\uFF1A",enableLineBreakDescription:"Si est\xE1 activada, se insertar\xE1n saltos de l\xEDnea al final de cada frase en los p\xE1rrafos largos para facilitar su lectura.","browser.shortBrandName":"Traducci\xF3n por inmersi\xF3n","browser.brandName":"Immersion Translation: Traducci\xF3n biling\xFCe de p\xE1ginas web y documentos PDF","browser.brandDescription":"Bilingual web page translation, also supports PDF translation, bilingual Epub eBook translation, free to use.","browser.toggleTranslatePage":"Traducir p\xE1gina/visualizar texto original","browser.toggleTranslateTheWholePage":"Traducir todas las \xE1reas de la p\xE1gina/visualizar el texto original","browser.toggleOnlyTransation":"Cambiar al modo biling\xFCe/solo texto traducido","browser.toggleTranslateToThePageEndImmediately":"Traducci\xF3n inmediata al final de la p\xE1gina/visualizaci\xF3n del texto original","browser.toggleTranslateTheMainPage":"Traducir el \xE1rea principal de la p\xE1gina/visualizar el texto original","browser.shareToDraft":"Compartir p\xE1ginas biling\xFCes","browser.openOptionsPage":"Abrir la p\xE1gina de configuraci\xF3n","browser.toggleTranslationMask":"Mostrar/ocultar el efecto de desenfoque de traslaci\xF3n","browser.translateLocalPdfFile":"Traducir archivos PDF locales","browser.openEbookViewer":"Leer libros electr\xF3nicos locales","browser.openEbookBuilder":"Creaci\xF3n de eBooks EPUB biling\xFCes","browser.translateLocalHtmlFile":"Traducir archivos HTML/txt","browser.donateContext":"M\xE1s informaci\xF3n sobre las ventajas del patrocinio","browser.translateLocalSubtitleFile":"Traducir archivos de subt\xEDtulos locales",confirmResetConfig:"\xBFEst\xE1s seguro de que quieres restablecer la configuraci\xF3n?",translationLineBreakSettingTitle:"Ajuste del salto de l\xEDnea de traducci\xF3n",smartLineBreak:"alimentaci\xF3n de l\xEDnea inteligente (inform\xE1tica)",alwaysLineBreak:"Siempre avance de l\xEDnea",isShowContextMenu:"A\xF1adir p\xE1ginas traducidas a los elementos del men\xFA contextual",toggleBeta:"Activaci\xF3n de las funciones de prueba beta",betaDescription:"Habilita funciones que a\xFAn son experimentales, as\xED como un servicio de traducci\xF3n en beta. \xDAnete al <1>grupo de Telegram para obtener m\xE1s informaci\xF3n.",translationLineBreakSettingDescription:"Los saltos de l\xEDnea siempre son ordenados para las p\xE1ginas con menos contenido. (Utilice saltos de l\xEDnea inteligentes en p\xE1rrafos largos con mucho contenido (m\xE1s de{count}caracteres) para ahorrar espacio).",tempTranslateDomainTitle:"Duraci\xF3n de la conexi\xF3n temporal de la traducci\xF3n del sitio web",tempTranslateDomainDescription:"Al traducir manualmente una p\xE1gina web, active temporalmente el sitio web para la traducci\xF3n autom\xE1tica, y puede establecer la duraci\xF3n temporal.",xMinutes:"{count} minutos",disabled:"prohibir el uso de algo",changelog:"Registro de actualizaci\xF3n",toggleTranslatePageWhenThreeFingersOnTheScreen:"Tocar la pantalla con varios dedos simult\xE1neamente traduce p\xE1ginas web/visualiza el texto original",toggleTranslationMaskWhenThreeFingersOnTheScreen:"El toque con varios dedos muestra/oculta el efecto de desenfoque.",fingerCountToToggleTranslagePageOnlyTranslationWhenTouching:"Varios dedos tocando la pantalla al mismo tiempo traducen la p\xE1gina web (s\xF3lo traducci\xF3n)/visualizan el texto original.",addUrlDescription:"Puede ser un nombre de dominio y tambi\xE9n admite comodines, por ejemplo\uFF1A*.google.com, google.com/mail/*, https://www.google.com/*",general:"Ajustes b\xE1sicos",clickToExpandConfig:"Ampliar la configuraci\xF3n actual",import:"Importar desde archivo",export:"Exportar a archivo",toggleDebug:"Imprime el registro de depuraci\xF3n en la consola","fingers.0":"coagulaci\xF3n","fingers.2":"toque con dos dedos","fingers.3":"toque con tres dedos","fingers.4":"toque con cuatro dedos","fingers.5":"toque con cinco dedos",mouseHoldKey:"+ {key} traducir/restaurar el p\xE1rrafo",mouseHoldKeyAuto:"Traducci\xF3n directa del p\xE1rrafo",mouseHoldKeyOff:"No hagas nada.",mouseHoldKeyOther:"Atajos personalizados (abrir ajustes)",mouseHoldKeyCustomKey:"{key} Traducci\xF3n/reducci\xF3n del p\xE1rrafo",mouseHoverHoldKey:"Traduce p\xE1rrafos pulsando la tecla de acceso directo mientras pasas el rat\xF3n por encima.","mouse-translate":"al pasar el rat\xF3n",document:"Archivo (inform\xE1tico)",resetSuccess:"Restablecer todos los ajustes correctamente",resetThisSuccess:"Restablecimiento correcto",saved:"Salvar con \xE9xito",successImportConfig:"Configuraci\xF3n importada correctamente",goAdvancedSettings:"Vaya a la p\xE1gina de configuraci\xF3n avanzada",goAdvancedInterfaceSettings:"Vaya a la p\xE1gina Configuraci\xF3n avanzada de personalizaci\xF3n",advanced:"Ajustes avanzados",advancedDescription:"Por lo general, no es necesario realizar ning\xFAn ajuste, basta con dejarlo por defecto. S\xF3lo para usuarios m\xE1s especializados, hay disponibles ajustes m\xE1s personalizados.",developer:"Ajustes de desarrollador",donateCafe:"precios","translate to the bottom of the page":"\xBFSe traslada al final de la p\xE1gina inmediatamente despu\xE9s de entrar en ella?",feedback:"Preguntas",toggleTranslatePage:"Traducir p\xE1gina/visualizar texto original",translateToThePageEndImmediatelyDescription:"Si la activas, el contenido se traducir\xE1 inmediatamente desde la parte superior a la inferior de la p\xE1gina a medida que entras en ella. Si lo desactiva, se traducir\xE1 a medida que lea. (No recomendado)","translate all areas of the page":"Traducir o no todas las \xE1reas de la p\xE1gina",translationAreaDescription:"Activado, se traducen todas las \xE1reas de toda la p\xE1gina web. Si se desactiva, se utiliza el reconocimiento inteligente predeterminado y s\xF3lo se traducen las \xE1reas principales. (No se recomienda activarlo)","the number of characters to be translated first":"Traduzca directamente los primeros caracteres de la p\xE1gina sin esperar a desplazarse hasta el \xE1rea de visualizaci\xF3n","interface language":"lenguaje de interfaz","display both the original text and the translation":"Visualizaci\xF3n simult\xE1nea del original y la traducci\xF3n","keyboard shortcuts":"Atajos de teclado",modify:"Modificar las teclas de acceso directo",reset:"revisi\xF3n",close:"coagulaci\xF3n",homepage:"p\xE1gina de inicio",more:"m\xE1s",moreOptions:"M\xE1s opciones de personalizaci\xF3n",translateTheWholePage:"Traducir todas las \xE1reas de la p\xE1gina (a diferencia de reconocer inteligentemente las \xE1reas principales)",changeToTranslateTheWholePage:"Cambiar para traducir todas las regiones",changeToTranslateTheMainPage:"Cambiar al \xE1rea principal de traducci\xF3n",changeToOnlyTranslationMode:"Mostrar s\xF3lo traducciones",changeToDualTranslationMode:"Cambiar a traducci\xF3n biling\xFCe",translateToThePageEndImmediately:"Traducci\xF3n inmediata al final de la p\xE1gina",translateTheMainPage:"Traducci\xF3n inteligente Regiones clave","The local rules are up to date":"Las normas locales de adaptaci\xF3n est\xE1n actualizadas.","Successfully synchronized with the latest official rules:":"Sincronizado con \xE9xito con las \xFAltimas normas oficiales de adaptaci\xF3n.","Checking for updates":"Comprobaci\xF3n de actualizaciones","Rules are being synchronized":"Sincronizaci\xF3n de las normas de adaptaci\xF3n",localVersionIsTooOld:"La versi\xF3n de la extensi\xF3n local es demasiado antigua, por favor actualice la extensi\xF3n a {minVersion} o m\xE1s reciente antes de intentar sincronizar.",badUserscriptBrowser:"El navegador actual no implementa correctamente la interfaz de la <1>extensi\xF3n Grease Mon key (por ejemplo, para obtener informaci\xF3n sobre el n\xFAmero de versi\xF3n del propio script Grease Monkey), por favor, utilice otros navegadores <1>compatibles con la extensi\xF3n Grease Monkey, como Firefox.",foundNewVersion:"Descubra la nueva versi\xF3n",theLocalExtensionIsUpToUpdate:"La extensi\xF3n actual est\xE1 al d\xEDa.",failToSyncRules:"No sincronizaci\xF3n de las \xFAltimas normas de adaptaci\xF3n",retry:"Pulse aqu\xED para volver a intentarlo",failedReason:"Razones del fracaso",currentRuleVersion:"Versi\xF3n actual de la norma",calculating:"c\xE1lculos",unknownError:"error desconocido",canNotFetchRemoteRule:"No se pueden obtener reglas remotas",enableAlphaSuccess:"Alfa activado",disableAlphaSuccess:"Se ha desactivado la funci\xF3n Alfa",cacheSize:"Tama\xF1o de la cach\xE9\uFF1A",cleaning:"en proceso de liquidaci\xF3n",cleanCache:"borrar la cach\xE9",options:"establecer",about:"con respecto a",service:"servicio de interpretaci\xF3n",needAction:"(Ir a Ajustes)",goSettings:"seguir adelante y configurar",needActionForOptions:"(por establecer)",translationEngine:"Opciones de motor",sourceLanguage:"Idioma original",target:"lengua de llegada",popupSourceLanguage:"Idioma original",popupTarget:"lengua de llegada",popupService:"servicio de interpretaci\xF3n",forThisSite:"P\xE1gina web actual",autoEnableSubtitle:"Activa autom\xE1ticamente los subt\xEDtulos biling\xFCes",alwaysTranslate:"Traduzca siempre",neverTranslate:"Nunca traduzca",alwaysTranslateSomeLanguage:"Traduzca siempre {language}",neverTranslateSomeLanguage:"Nunca traduzca {language}",alwaysTranslateSomeSite:"Traduzca siempre {hostname}",neverTranslateSomeSite:"Nunca traduzca {hostname}",alwaysTranslateSomeSiteOrWildSite:"Traduzca siempre el sitio",alwaysTranslateSomePage:"Traducir siempre la p\xE1gina",add:"aumentar",default:"por defecto (ajuste)",forThisLanguage:"Para este idioma\uFF1A","add url":"Introducir URL",edit:"compilador","translate other languages into specific language":"Traduce otros idiomas a tu idioma","select translation service":"Seleccione un servicio de traducci\xF3n",language:"multiling\xFCismo","show-original":"Mostrar texto original",translate:"renderizaci\xF3n",Translated:"traducido",Translating:"en traducci\xF3n",Error:"incorrecto",allowCacheTranslations:"Activar la cach\xE9 de traducci\xF3n local (para reducir las solicitudes de traducci\xF3n de pasajes duplicados)","translation display":"Estilo de visualizaci\xF3n de la traducci\xF3n","select diplay style":"Distinguir entre los estilos de traducci\xF3n, con referencia espec\xEDfica a los siguientes ejemplos",interface:"Ajustes de interfaz",import_export:"Importaci\xF3n y exportaci\xF3n",import_export_title:"Configuraci\xF3n de importaci\xF3n/exportaci\xF3n",syncToGoogleDrive:"Sincronizar con Google Drive ahora",floatBallOptions:"Ajustes de la Hoverball","floatBallOptions.enable":"Habilitar Hoverball","floatBallOptions.blockUrls":"Desactivar el sitio web","floatBallOptions.add":"aumentar","floatBallOptions.blockUrlDesc":"Las Hoverballs no se muestran cuando se encuentran los siguientes sitios web","floatBallOptions.clickType":"comportamiento al hacer clic","floatBallOptions.clickTypeDesc":"Comportamiento del icono Hoverball al hacer clic","floatBallOptions.clickPopup":"Mostrar panel de traducci\xF3n","floatBallOptions.clickTranslate":"Traducci\xF3n/visualizaci\xF3n del texto original","floatBallOptions.fixedPosition":"\u56FA\u5B9A\u4F4D\u7F6E","floatBallOptions.fixedPositionDesc":"\u60AC\u6D6E\u7403\u5728\u7A97\u53E3\u5DE6\u4FA7\u8FD8\u662F\u53F3\u4FA7","floatBallOptions.fixedPositionLeft":"\u5DE6\u4FA7","floatBallOptions.fixedPositionRight":"\u53F3\u4FA7",previewAllThemes:"Vista previa de todos los estilos","translationTheme.none":"no tener","translationTheme.grey":"gris oscuro","translationTheme.dashed":"subrayado punteado","translationTheme.dotted":"gui\xF3n bajo punteado","translationTheme.dashedBorder":"borde punteado","translationTheme.solidBorder":"borde s\xF3lido","translationTheme.underline":"Subrayar l\xEDneas rectas","translationTheme.mask":"Efectos difusos (modos de aprendizaje)","translationTheme.opacity":"efecto de transparencia","translationTheme.paper":"Efecto sombra de papel blanco","translationTheme.dividingLine":"l\xEDnea divisoria","translationTheme.highlight":"alto brillo","translationTheme.marker":"marcador (palabra de pr\xE9stamo)","translationTheme.marker2":"Marcador 2","translationTheme.blockquote":"Estilos de referencia","translationTheme.weakening":"debilitamiento","translationTheme.italic":"tipo de letra inclinado","translationTheme.bold":"espesar","translationTheme.thinDashed":"subrayado de l\xEDnea discontinua fina","translationTheme.nativeDashed":"El sistema viene con un subrayado de puntos","translationTheme.nativeDotted":"El sistema viene con subrayado de puntos","translationTheme.nativeUnderline":"El sistema viene con un subrayado recto","translationTheme.wavy":"l\xEDnea ondulada","translationServices.custom":"API personalizada","translationServices.tencent":"Tencent Traductor","translationServices.tenAlpha":"Tencent Translator (Alfa)","translationServices.google":"Google Translate","translationServices.bai":"Baidu (Alfa)","translationServices.baidu":"Traducci\xF3n de Baidu","translationServices.aliyun":"Traducci\xF3n AliCloud","translationServices.volc":"traducci\xF3n del volc\xE1n","translationServices.deeplx":"DeepLX (Beta)","translationServices.bing":"Microsoft Translate","translationServices.deepl":"DeepL","translationServices.wechat":"Traducci\xF3n de WeChat","translationServices.azure":"Traducci\xF3n Azure","translationServices.ibm":"IBM Watson","translationServices.aws":"Traducci\xF3n Amazon","translationServices.mock":"Traducci\xF3n simulada","translationServices.mock2":"Traducci\xF3n simulada 2","translationServices.caiyun":"lit. nubes de colores y peque\xF1as traducciones","translationServices.cai":"Nubes de colores (Alfa)","translationServices.volcAlpha":"Volc\xE1n (Alfa)","translationServices.openl":"OpenL","translationServices.youdao":"Traducci\xF3n Youtube","translationServices.you":"Youdao Traductor (Alfa)","translationServices.transmart":"Tencent Interactive Traducci\xF3n","translationServices.niu":"Traductor Maverick","translationServices.papago":"Traducci\xF3n de Papago","translationServices.d":"D (Alfa)","translationServices.dpro":"D Pro (Canarias)","translationServices.openai":"OpenAI","translationServices.yandex":"Yandex","translationServices.chatgpt":"ChatGPT Web(3.5 m\xF3vil)","translate title":"Traducir t\xEDtulos de p\xE1ginas","always languages":"Traduzca siempre el idioma",neverTranslateLanguagesLabel:"La lengua que nunca se traducir\xE1",neverTranslateTheFollowingLanguagesDescription:"Las traducciones se omiten cuando un p\xE1rrafo de la p\xE1gina est\xE1 en uno de los siguientes idiomas",enableUserscriptPagePopup:"Mostrar hoverball en la p\xE1gina",enableUserscriptPagePopupDescription:"Despu\xE9s de desactivar el hoverball, se puede recuperar con el acceso directo /{touch}. Se recomienda encarecidamente marcar esta p\xE1gina de configuraci\xF3n para evitar no poder encontrar el hoverball despu\xE9s de desactivar esta opci\xF3n por error.","always translate the following languages":"Traduce autom\xE1ticamente al idioma de destino cuando la p\xE1gina est\xE1 en uno de los siguientes idiomas","always sites":"Sitios web siempre traducidos","always translate the following sites":"Los sitios web se traducen autom\xE1ticamente a la lengua de destino cuando son los nombres de dominio de","never sites":"Sitio nunca traducido","never translate the following sites":"No se realizar\xE1n traducciones cuando el sitio web corresponda a los siguientes dominios","please refer to":"Tienes que rellenar la clave antes de poder utilizarla.",KeyAndConfigurationTutorial:"Tutorial de aplicaci\xF3n y configuraci\xF3n de llaves",useAboveStyleForTheseSites:"Utilice siempre el estilo de traducci\xF3n \u2308{theme}\u230B cuando el sitio sea para los siguientes dominios",currentUrl:"URL actual",confirm:"guardar (un archivo, etc.) (inform\xE1tica)",cancel:"anulaciones",delete:"eliminar","languages.auto":"detecci\xF3n autom\xE1tica",syncToCloud:"Sincronizaci\xF3n con Google Drive",syncToCloudDescription:"Subida a la nube, la configuraci\xF3n se puede sincronizar entre distintos navegadores/scripts de mono de grasa, sea cual sea la \xFAltima modificaci\xF3n.",syncToAccount:"Sincronizaci\xF3n con la nube de traducci\xF3n inmersiva",syncToAccountButton:"Sincronizaci\xF3n instant\xE1nea con la nube",syncToAccountDescription:"Sincroniza autom\xE1ticamente las configuraciones entre distintos dispositivos, sea cual sea el \xFAltimo en modificarse.",successSyncConfigInAccount:"Sincronizaci\xF3n satisfactoria con la nube",successSyncConfigToAccount:"Sincronizaci\xF3n satisfactoria con la nube",syncConfigNoUpdate:"Ya est\xE1 actualizado.",authFail:"Fallo de autorizaci\xF3n",syncTitle:"Gesti\xF3n manual de copias de seguridad",import_hint:"importar (datos)",upload:"cargar",revokeAuth:"revocar una autorizaci\xF3n",uploadFail:"Carga fallida",download:"descargando",importSuccess:"Importado con \xE9xito",importFail:"fallo de importaci\xF3n",deleteFail:"Error al borrar",backupToCloud:"Gesti\xF3n manual de los archivos de copia de seguridad",create_new_backup:"A\xF1adir un nuevo nodo de copia de seguridad",maxBackupFiles:"Se pueden hacer copias de seguridad de hasta{count}nodos diferentes, por favor, elimine los nodos que no necesite.",backupToCloudDescription:"Cargar o restaurar manualmente archivos de copia de seguridad, permitiendo hasta 3 copias de seguridad diferentes.",successSyncConfig:"Sincronizaci\xF3n satisfactoria con la nube",syncFail:"fallo de sincronizaci\xF3n",updatedAt:"Actualizado desde {date}",lastSyncedAt:"\xDAltima consulta en {date}",downloadFail:"Error de descarga",clickToDownload:"Haga clic para descargar",aboutLabel:"Acerca de - Comentarios","browser.openAboutPage":"Acerca de/Feedback",aboutLabelWithoutSponsor:"Acerca de - Comentarios",aboutIntro:"Que todos tengamos un acceso m\xE1s f\xE1cil y agradable a la enorme cantidad de informaci\xF3n en idiomas extranjeros que hay en Internet \u2764\uFE0F Puedes optar por activar tu <6>suscripci\xF3n Pro para utilizar las traducciones listas para usar de DeepL y OpenAI.

Puedes seguirnos en <3>Twitter, <4>Telegram, Weibo, WeChat, o <5>suscribirte a nuestra lista de correo para estar al tanto de las actualizaciones.
<7>Los miembros Pro pueden ponerse en contacto con nosotros en <8>support@immersivetranslate.com para un r\xE1pido servicio de atenci\xF3n al cliente.",aboutIntroWithoutSponsor:"Ojal\xE1 todos tengamos un acceso m\xE1s f\xE1cil y agradable a la enorme cantidad de informaci\xF3n en idiomas extranjeros disponible en Internet \u2764\uFE0F

Puedes seguirnos en <3>Twitter, el <4>canal de Telegram, WeChat, WeChat Exchange, o <5>suscribirte para seguir las actualizaciones por <5>correo electr\xF3nico a continuaci\xF3n.",projectHomepage:"Inicio del proyecto",joinTelegramGroup:"\xDAnase al grupo de usuarios para participar en los debates",wechatPublicAccount:"WeChat P\xFAblico",wechatCommunities:"Grupo de intercambio WeChat",qqCommunities:"Canal de comunicaci\xF3n QQ",joinTelegramChannel:"Siga el canal de Telegram para las \xFAltimas actualizaciones",feedbackAndJoin:"Pregunta Feedback / A\xF1adir Grupo",autoSync:"sincronizaci\xF3n horaria autom\xE1tica",loadingThemeTitle:"Estilo de carga",loadingThemeDescription:"Establecer el estilo mientras se espera a que se cargue la traducci\xF3n","loadingTheme.spinner":"Animaci\xF3n giratoria","loadingTheme.text":"texto est\xE1tico algo ","loadingTheme.none":"no se muestra",developerDescription:"La documentaci\xF3n sobre personalizaci\xF3n avanzada se encuentra <1>aqu\xED","edit border color":"Modificar el color del borde",successSyncButNoChange:"La configuraci\xF3n actual es coherente con la nube",customTheme:"Colores y tama\xF1os personalizados","customThemeLabel.borderColor":"Color del borde","customThemeLabel.borderRadius":"Bordes redondeados","customThemeLabel.textColor":"color del texto","customThemeLabel.backgroundColor":"color de fondo","customThemeLabel.zoom":"Escalado de fuentes (%)","customThemeLabel.opacity":"Opacidad del texto (%)",resetToDefaultColor:"Restablecer los colores por defecto",resetToDefaultSettings:"Restablecer la configuraci\xF3n predeterminada",isTranslateTitle:"Activar la traducci\xF3n de los t\xEDtulos de las p\xE1ginas",isTranslateTitleDescription:"Si est\xE1 activada, se traducen los t\xEDtulos de las p\xE1ginas",enableSearchEnhancement:"Activar la mejora de mensajes biling\xFCes",enableSearchEnhancementDescription:'Una vez activada, los resultados de b\xFAsqueda de "Google News" se mostrar\xE1n autom\xE1ticamente en la columna derecha de los sitios web compatibles (Google News, Google Search (algunas palabras clave), Snowball, Oriental Fortune, Futura, Tiger Community) para las correspondientes palabras clave en ingl\xE9s.',verifyService:"Haga clic aqu\xED para probar el servicio",verified:"Verificar el \xE9xito","field.langs":"C\xF3digos de idioma admitidos","field.model":"modelizaci\xF3n","field.translationEngine":"motor de traducci\xF3n","field.limitPerMinute":"Peticiones m\xE1ximas por minuto","field.limitPerSecond":"N\xFAmero m\xE1ximo de solicitudes por segundo","field.maxTextLengthPerRequest":"Longitud m\xE1xima del texto por solicitud","field.maxTextGroupLengthPerRequest":"N\xFAmero m\xE1ximo de apartados por solicitud","field.apiUrl":"Direcci\xF3n de interfaz API personalizada","field.placeholderDelimiters":"marcador de posici\xF3n reservado","description.custom":"Interfaz personalizada Acceso Documentaci\xF3n necesaria","description.limitPerMinute":"Las solicitudes que superan este l\xEDmite pasan a una cola hasta el inicio del siguiente minuto. Debido a las diversas limitaciones del servicio actual de OpenAI, haz clic <1>aqu\xED para consultar los \xFAltimos valores sugeridos.","description.limitPerSecond":"Las solicitudes que superan este l\xEDmite pasan a una cola hasta el inicio del siguiente segundo. Debido a las diversas limitaciones del servicio actual de OpenAI, haz clic <1>aqu\xED para consultar los \xFAltimos valores sugeridos.","description.generalLimitPerSecond":"Las solicitudes que superan este l\xEDmite pasan a una cola hasta el inicio del segundo siguiente.","description.prompt":"Enviar la conversaci\xF3n a {service} como usuario, donde {{text}} representa el contenido del texto del p\xE1rrafo, {{from}} representa el idioma del p\xE1rrafo y {{to}} representa el idioma objetivo.","description.maxTextLengthPerRequest":"El n\xFAmero m\xE1ximo de caracteres por petici\xF3n es demasiado grande para que la interfaz responda con lentitud, as\xED que pruebe a ajustar esta opci\xF3n para optimizar la velocidad","description.systemPrompt":"Enviar di\xE1logo al {service} como sistema, donde {{text}} representa el contenido del texto del p\xE1rrafo, {{from}} representa el idioma del p\xE1rrafo, {{to}} representa el idioma objetivo.","field.domain":"reino","description.domain":"El valor predeterminado es\uFF1Ageneral. S\xF3lo puede establecerse si la traducci\xF3n de dominios est\xE1 activada en la consola de la API Arima; consulte <1>aqu\xED los dominios admitidos.","field.scene":"toma","description.scene":"Por defecto\uFF1Ageneral. S\xF3lo se puede establecer si la consola API AliCloud est\xE1 habilitado para Machine Translation Pro, ver <1>aqu\xED para los escenarios compatibles","field.vocabId":"ID del diccionario del usuario","description.vocabId":"El diccionario out_id especificado admite actualmente la traducci\xF3n del ingl\xE9s al chino.","description.model":"Modelos OpenAI, pueden ser gpt-3.5-turbo, gpt-4, etc.","description.maxTextGroupLengthPerRequest":"El n\xFAmero de p\xE1rrafos enviados al servicio de traducci\xF3n a la vez, si hay demasiados p\xE1rrafos, puede hacer que la interfaz responda m\xE1s lentamente.","description.apiUrl":"Por favor, a\xF1ada URLs espec\xEDficas con rutas, <1>m\xE1s descripci\xF3n",enabledExtension:"Habilitar extensiones",clickToDisableExtension:"Haga clic para desactivar las extensiones",clickToEnableExtension:"Haga clic para activar las extensiones",hasBeenDisabled:"desactivado","show password":"Mostrar contrase\xF1a",customContent:"Introduzca un nombre de modelo personalizado",inputOptions:"Mejora del cuadro de entrada",mouseHoverOptions:"al pasar el rat\xF3n",modifyMouseHoverKey:"Modificar el acceso directo del rat\xF3n",enableInputTranslation:"Activar o no la mejora del cuadro de entrada",enableInputTranslationDescription:"Una vez activado, escriba {startingKey}{startingKey} hola directamente en el cuadro de entrada, luego pulse r\xE1pidamente{inputTrailingTriggerKeyRepeatTimes}veces{trailingKey}para traducir a {inputTargetLanguage}",enableInputTranslationDescriptionForNoneKey:"Una vez activado, escriba\uFF1AHello World directamente en el cuadro de entrada y, a continuaci\xF3n, pulse r\xE1pidamente{inputTrailingTriggerKeyRepeatTimes}{trailingKey}veces para traducir al idioma de destino predeterminado.",inputTargetLanguage:"Establecer el idioma de destino por defecto para los cuadros de entrada",inputTargetLanguageDescription:"Idioma de destino por defecto para la traducci\xF3n del cuadro de entrada, es decir, {startingKey}{startingKey} como idioma por defecto para las palabras desencadenantes.",inputTargetLanguageDescriptionForNoneKey:"Idioma de destino predeterminado para la traducci\xF3n del cuadro de entrada",inputStartingTriggerKeyTitle:"Configuraci\xF3n del car\xE1cter de divisi\xF3n para la traducci\xF3n parcial del cuadro de entrada",inputStartingTriggerKeyDescription:"Cuando no necesite traducir todo el cuadro de entrada, el divisor le permite traducir s\xF3lo la parte desde {startingKey}{startingKey} hasta el final del cuadro de entrada, o puede especificar el c\xF3digo de idioma, por ejemplo\uFF1A{startingKey}ja significa traducir s\xF3lo la parte desde {startingKey}ja hasta el final del cuadro de entrada.",inputStartingTriggerKeyDescriptionForNoneKey:"La configuraci\xF3n actual de sin prefijo no es necesaria, y la funci\xF3n de traducci\xF3n de algunos textos en el cuadro de entrada no est\xE1 disponible por el momento.",inputTrailingTriggerKeyTitle:"Seleccione un car\xE1cter de activaci\xF3n de fin de entrada",inputTrailingTriggerKeyDescription:"\xA13 golpes r\xE1pidos{trailingKey} comenzar\xE1 a traducir!",inputTrailingTriggerKeyTimeout:"Introduce el tiempo entre disparos de fin de combate",inputTrailingTriggerKeyTimeoutDescription:"Establece el tiempo (en milisegundos) entre disparos de combo de fin de entrada.",spaceKey:"<\u7A7A\u683C\u952E>",noneKey:"Traducci\xF3n directa de todo el cuadro de texto sin prefijos",inputTranslationBlockUrlsTitle:"No active la mejora del cuadro de entrada en las siguientes URL",inputTranslationBlockUrlsDescription:"Las mejoras del cuadro de entrada no funcionar\xE1n en las siguientes URL",clickToSeeQuickDemo:"Haga clic para ampliar el v\xEDdeo tutorial r\xE1pido de 30 segundos",inputHelperInfo:"Descripci\xF3n\uFF1AHemos optimizado el hecho de que algunos caracteres desencadenantes se convertir\xE1n en signos de puntuaci\xF3n chinos bajo m\xE9todos de entrada chinos, por ejemplo, / se convertir\xE1 en un signo dun , bajo el m\xE9todo de entrada Sogou, e Immersive Translator soporta todos los s\xEDmbolos chinos correspondientes a los caracteres desencadenantes, es decir, //,,, ser\xE1n reconocidos como caracteres desencadenantes.

Tambi\xE9n soportamos alias Chinos para c\xF3digos de lenguaje como comandos, por ejemplo /Japanese Hello World ser\xE1 traducido al Japon\xE9s, <1>haga clic aqu\xED para ver todos los c\xF3digos de lenguaje soportados.",reloadCurrentPage:"Actualice la p\xE1gina actual antes de iniciar la traducci\xF3n.",noLocalFilePermissionForPDF:"Usted no tiene permiso para leer archivos locales, por favor haga clic en el bot\xF3n de arriba y luego importar archivos locales.",noPermissionForThisPage:"\u26A0\uFE0F No hay permiso para traducir la p\xE1gina actual",retryAllParagraphs:"Reintentar todos los pasajes de error",retryAllButton:"Reintentar todos los pasajes de error",errorTooltipTitle:"Haga clic para ver la causa del error",errorModalTitle:"Parece que algo va mal con el servicio de traducci\xF3n o la red...",disableConfirm:"Entorno biling\xFCe de mejora de la informaci\xF3n",disableOnce:"Esta inhabilitaci\xF3n",disableGlobal:"desactivar permanentemente",disableTint:"* Puede volver a activarlo en {option} .",searchEnhancementNotes:"Tras activar la funci\xF3n de mejora de la informaci\xF3n biling\xFCe con traducci\xF3n inmersiva, buscaremos autom\xE1ticamente las mismas palabras clave en ingl\xE9s en los sitios web compatibles (Google News, Google Search (algunas palabras clave), Snowball, Oriental Wealth, Futura, Tiger) y las mostraremos a la derecha. Si no necesitas esta funci\xF3n, puedes desactivarla.",option:"establecer",saveSettings:"Guardar configuraci\xF3n",closeModal:"Cerrar ventana",enableInputTranslationWithoutTriggerKeyTitle:"Habilite 3 pulsaciones r\xE1pidas en{trailingKey}para traducir directamente todo el cuadro de entrada a{inputTargetLanguage}",enableInputTranslationWithoutTriggerKeyDescription:"Para especificar el idioma de destino, antep\xF3ngale el c\xF3digo del idioma, por ejemplo:\uFF1Aja Hola Mundo",mouseHoverShortcutPlaceholder:"p. ej.\uFF1ATurno",deepLProName:"Miembro de Immersive Translation Pro (Recomendado)",deepLProDescription:"El paquete actual puede utilizarse directamente",deeplProDescriptionForNormal:"No requiere instalaci\xF3n, los miembros pueden utilizarlo despu\xE9s de iniciar sesi\xF3n, <1>haga clic aqu\xED para actualizar a miembro",deepLCustomDescription:"Se requiere tarjeta de cr\xE9dito extranjera, abierta oficialmente en <1>DeepL, haga clic para ver <2>la documentaci\xF3n",deepLCustomName:"Clave de autenticaci\xF3n personalizada",chooseProviderLabel:"Seleccione un proveedor de servicios",openaiProName:"Miembro de Immersive Translation Pro (Recomendado)",openaiProDescription:"El paquete actual puede utilizarse directamente",openaiProDescriptionForNormal:"No requiere instalaci\xF3n, los miembros pueden utilizarlo despu\xE9s de iniciar sesi\xF3n, <1>haga clic aqu\xED para actualizar a miembro",openaiCustomDescription:"Disponible en OpenAI, Azure OpenAI u otros servicios de terceros. <1>Haga clic aqu\xED para consultar la documentaci\xF3n.",openaiCustomName:"Clave API personalizada",needLoginAction:"(Afiliaci\xF3n abierta o personalizaci\xF3n)",goLoginOrAction:"(Abra una cuenta o vaya a la configuraci\xF3n)",yearly:"efectuar un pago anual consecutivo",quarterly:"embalaje secuencial",monthly:"suscripci\xF3n mensual",yearlyForOnce:"Paquete anual \xFAnico",monthlyForOnce:"Paquete mensual \xFAnico",daily:"d\xEDas consecutivos de paquetes",year:"efectuar un pago anual consecutivo",quarter:"embalaje secuencial",month:"suscripci\xF3n mensual",day:"d\xEDas consecutivos de paquetes",onetime_7day:"Pack Experiencia 7 d\xEDas",currentPlanDescriptionForFree:"Paquetes actuales\uFF1AGratis",currentPlanDescriptionForContinuous:"El paquete actual\uFF1A{plan}se renovar\xE1 autom\xE1ticamente en {endAt} .",currentPlanDescriptionForAutoRenewCaceling:"El paquete actual\uFF1A{plan}expirar\xE1 en {endAt} y no se renovar\xE1 autom\xE1ticamente a su vencimiento.",currentYearlyPlanDescriptionForAutoRenewCacelingWithRealPaiedUser:"El paquete actual,\uFF1A{plan}, caducar\xE1 en {endAt} y no se renovar\xE1 autom\xE1ticamente a su vencimiento.
<1>Haga clic aqu\xED para gestionar su plan de renovaci\xF3n",currentYearlyPlanDescriptionForAutoRenewCacelingWithAdmin:"El paquete actual,\uFF1A{plan}, caducar\xE1 en {endAt} y no se renovar\xE1 autom\xE1ticamente a su vencimiento.
<1>Haga clic aqu\xED para activar la suscripci\xF3n anual continua",currentPlanDescriptionForOneTime:"La suscripci\xF3n actual\uFF1A{plan}expirar\xE1 en {endAt} , <1>haga clic aqu\xED para cambiar a una suscripci\xF3n <1>anual o <2>mensual.",upgradePlan:"Haga clic aqu\xED para pasar a Pro",upgradeToPro:"Actualizar a miembro Pro","popup.openPro":"Actualice su suscripci\xF3n a Pro para disfrutar de DeepL y de la traducci\xF3n OpenAI, \xA1haga clic aqu\xED para actualizar!","popup.openProForPro":"Eres un miembro Pro con acceso directo a DeepL y a las traducciones de OpenAI.",currentAccount:"cuenta corriente",enableAutoSyncUserSettings:"Sincronizaci\xF3n autom\xE1tica en la nube de varios dispositivos",modalEnableInputTranslationTitle:"Traducci\xF3n inmersiva Cuadro de entrada Alertas de traducci\xF3n",modalEnableInputTranslationDesc:"Acaba de activar la traducci\xF3n del cuadro de entrada de Immersive Translation pulsando la barra espaciadora 3 veces en r\xE1pida sucesi\xF3n, y el contenido del cuadro de entrada se traducir\xE1 al idioma de destino predeterminado. La traducci\xF3n puede deshacerse con Ctrl+Z.

Si ha sido un error, no se preocupe, puede elegir desactivarla esta vez, o desactivar permanentemente la traducci\xF3n del cuadro de entrada.",saveAndNotShowAgain:"Guardar y dejar de preguntar",disableInputTranslationTips:"* Tambi\xE9n puedes configurar otros atajos para que se activen en {option} ,{learnMore}.",learnMore:"M\xE1s informaci\xF3n",continueEnalbeInputTranslation:"Seguir activando la traducci\xF3n del cuadro de entrada",autoRenewTrialSuffix:'(En la versi\xF3n de prueba,pas\xF3 inmediatamente a ser miembro de pleno derecho)',upgradeFromTrialTitle:"Pasar a Miembro de pleno derecho",subtitle:"subtitulado de v\xEDdeo",youtubeService:"Traducci\xF3n por inmersi\xF3n Servicios de traducci\xF3n de subt\xEDtulos de v\xEDdeo","subtitle.disabledSubtitle":"Desactivar permanentemente la funci\xF3n de subt\xEDtulos de v\xEDdeo","subtitle.disabledSubtitleDescription":"Si Immersive Translator's Video Subtitles entra en conflicto con otras extensiones, puedes optar por desactivar permanentemente la funcionalidad de Immersive Translator's Video Subtitles o desinstalar otras extensiones conflictivas.","subtitle.autoEnableSubtitle":"Uso autom\xE1tico de subt\xEDtulos biling\xFCes","subtitle.autoEnableSubtitleDescription":"Una vez activado, se mostrar\xE1n autom\xE1ticamente subt\xEDtulos biling\xFCes cuando se reproduzca el video, de lo contrario, necesitar\xE1 hacer clic en el bot\xF3n de traducci\xF3n para que se muestren.","subtitle.preTranslation":"Traducir subt\xEDtulos mediante traducci\xF3n inmersiva","subtitle.preTranslationDescription":"Cuando est\xE1 activada, se pretraducir\xE1 todo el subt\xEDtulo utilizando el servicio de traducci\xF3n especificado m\xE1s abajo, y un v\xEDdeo de 1 hora consumir\xE1 unos 50.000 tokens o caracteres, as\xED que util\xEDzalos seg\xFAn tu criterio; cuando est\xE1 desactivada, se utilizar\xE1n primero los subt\xEDtulos originales.","subtitle.humanSubtitlesPreferred":"Uso prioritario del subtitulado humano","subtitle.humanSubtitlesPreferredDescription":"Priorizar el uso de subt\xEDtulos humanos cuando el v\xEDdeo disponga de subt\xEDtulos humanos en la lengua de llegada (recomendado)",videoSubtitleTranslationDescription:"Asignar un servicio de traducci\xF3n independiente para los subt\xEDtulos de v\xEDdeo",subtitleTranslating:"Por favor, espere mientras se traducen los subt\xEDtulos mediante el servicio {service} ... (traducci\xF3n por inmersi\xF3n)",subtitleLoading:"Cargando subt\xEDtulos...",bilingual:"biling\xFCismo","field.action":"Activar o no la terminolog\xEDa Baidu","description.action":"Cuando est\xE9 activado, se a\xF1adir\xE1 un par\xE1metro action=1 a la solicitud para informar a Baidu del t\xE9rmino activado; <1>consulte la documentaci\xF3n oficial para obtener m\xE1s informaci\xF3n.",closeQuickTranslation:"Cerrar Hoverball","closeQuickTranslation.untilNext":"Esta vez cerrado hasta la pr\xF3xima visita","closeQuickTranslation.currentWebsite":"Sitio actual desactivado","closeQuickTranslation.alwaysClose":"desactivar permanentemente","closeQuickTranslation.settingOpen":"(puede activarse en la <1>p\xE1gina de configuraci\xF3n )","closeQuickTranslation.cancel":"anulaciones","closeQuickTranslation.confirm":"defina","floatBall.popup":"Abrir el panel de ajustes r\xE1pidos","floatBall.translate":"Haga clic para traducir la p\xE1gina","floatBall.showOriginal":"Haga clic para volver al art\xEDculo original","floatBall.close":"Cerrar Hoverball","floatBallOptions.enableDescPc":"Despu\xE9s de activar el hoverball de la p\xE1gina, aparecer\xE1 un bot\xF3n de traducci\xF3n r\xE1pida en la parte derecha de la p\xE1gina, \xA1haz clic en \xE9l para traducir!","floatBallOptions.enableDesc":"Despu\xE9s de apagar el hoverball, puedes recuperarlo con{touch}. Se recomienda encarecidamente marcar esta p\xE1gina de configuraci\xF3n para evitar no poder encontrar el hoverball despu\xE9s de desactivar esta opci\xF3n por error.","description.azureApiUrl":"Introduzca la direcci\xF3n de la interfaz API personalizada",confirmSupportMouse:"Forzar la activaci\xF3n del soporte de rat\xF3n",confirmSupportMouseDescription:"Detectado que el navegador actual no soporta la funci\xF3n de rat\xF3n, \xBFse fuerza a habilitar el soporte de rat\xF3n?",sampleTargetText:"Llegar\xE1 la larga noche, y velar\xE9 desde hoy hasta que muera. No tomar\xE9 esposa, no har\xE9 feudo, no tendr\xE9 hijos. No llevar\xE9 corona, no luchar\xE9 por el honor. Cumplir\xE9 con mi deber, vivir\xE9 y morir\xE9.",sampleSourceText:"Night gathers, and now my watch begins. It shall not end until my death. I shall take no wife, hold no lands, father no children. I shall wear no crowns and win no glory. I shall live and die at my post.","subtitle.supportedSites":"\u5DF2\u652F\u6301\u5728\u8FD9\u4E9B\u7F51\u7AD9\u4F7F\u7528\u53CC\u8BED\u5B57\u5E55\uFF08\u6CE8\u610F\uFF1A\u7531\u4E8E\u6280\u672F\u9650\u5236\uFF0C\u90E8\u5206\u7F51\u7AD9\u5728\u9996\u6B21\u5F00\u542F\u5B57\u5E55\u540E\u9700\u8981\u91CD\u65B0\u5237\u65B0\u9875\u9762\uFF0C\u6216\u8005\u9700\u7B49\u5F85\u7FFB\u8BD1\u5B8C\u6210\u4EE5\u663E\u793A\u53CC\u8BED\u5B57\u5E55\uFF09\uFF1A",viewWithImmersiveTranslate:"\u53CC\u8BED\u7248\u672C(\u6C89\u6D78\u5F0F\u7FFB\u8BD1)",errorReason:"\u9519\u8BEF\u539F\u56E0\uFF1A{message}","proQuotaExceededError.onetime7day":'\uFF0C\u60A8\u53EF\u4EE5\u9009\u62E9\u4EE5\u4E0B\u65B9\u5F0F\u89E3\u51B3\uFF1A

1. \u5207\u6362\u5230 {anotherService} \u6216\u5176\u4ED6\u7FFB\u8BD1\u670D\u52A1
2. \u5347\u7EA7\u4E3A\u6708\u5EA6/\u5E74\u5EA6\u4F1A\u5458',"proQuotaExceededError.trial":'\uFF0C\u60A8\u53EF\u4EE5\u9009\u62E9\u4EE5\u4E0B\u65B9\u5F0F\u89E3\u51B3\uFF1A

1. \u5207\u6362\u5230 {anotherService} \u6216\u5176\u4ED6\u7FFB\u8BD1\u670D\u52A1
2. \u7ACB\u523B\u5347\u7EA7\u4E3A\u6B63\u5F0F\u4F1A\u5458',"proQuotaExceededError.nonTrial":'\uFF0C\u60A8\u53EF\u4EE5\u9009\u62E9\u4EE5\u4E0B\u65B9\u5F0F\u89E3\u51B3\uFF1A

1. \u5207\u6362\u5230 {anotherService} \u6216\u5176\u4ED6\u7FFB\u8BD1\u670D\u52A1
2. \u8D2D\u4E70 {translationService} \u989D\u5916\u6D41\u91CF\u5305',"proQuotaExceededError.resetTime":"
3. \u989D\u5EA6\u91CD\u7F6E\u65F6\u95F4\uFF1A{resetTime}","desc.touchShortcutsToggleTranslatePageOnlyTranslation":"Solo se muestra la traducci\xF3n se refiere a que solo se mostrar\xE1 la traducci\xF3n, si la p\xE1gina web a\xFAn no se ha traducido, cambiar\xE1 el modo y traducir\xE1.","desc.toggleOnlyTransation":"El modo de solo traducci\xF3n se refiere a mostrar solo el texto traducido, si la p\xE1gina web a\xFAn no se ha traducido, cambiar\xE1 el modo y traducir\xE1.",touchShortcutsToggleTranslatePageOnlyTranslation:"Configurar gestos de pantalla t\xE1ctil para cambiar entre modo biling\xFCe/solo texto traducido",download_started:"La descarga ya ha comenzado, si no se descarga autom\xE1ticamente, haga clic manualmente.",here:"aqu\xED","desc.toggleVideoSubtitlePreTranslation":"Al presionar, los subt\xEDtulos biling\xFCes del video usar\xE1n preferentemente la configuraci\xF3n de traducci\xF3n inmersiva, al presionar nuevamente, se dar\xE1 prioridad a los subt\xEDtulos de traducci\xF3n autom\xE1tica incluidos en el video original. Nota: este atajo modifica la configuraci\xF3n global.",videoSubtitlePreTranslationOn:"Los subt\xEDtulos del video tendr\xE1n prioridad para usar la traducci\xF3n inmersiva.",videoSubtitlePreTranslationOff:"Los subt\xEDtulos del video dar\xE1n prioridad a los subt\xEDtulos de traducci\xF3n autom\xE1tica incluidos en el video original.",translationFont:"Establecer fuente","translationFont.custom":"Ingrese fuente personalizada","translationFont.customPlaceholder":"fuente","translationFont.notSupportErrorMessage":"Por favor, verifique si el nombre de la fuente que ingres\xF3 es correcto, o confirme si esta fuente ya est\xE1 instalada en su dispositivo.","touch.mouse-translate":"Traducir el p\xE1rrafo especificado.","translationServices.inherit":"Siga el servicio de traducci\xF3n principal","error.serveConfigError":"Error de configuraci\xF3n del servicio","error.reloadPageOfSetting":"Despu\xE9s de configurar, por favor refresca la p\xE1gina para traducir de nuevo.","error.googleLimitIp":"El servicio devuelve un error, el servicio de Google ha limitado la direcci\xF3n IP, se recomienda que cambie el nodo de red.","error.openAIFreeLimit":"El servicio devuelve un error, la frecuencia actual de solicitudes de traducci\xF3n ha alcanzado el l\xEDmite m\xE1ximo de 3 veces por minuto, por favor intente de nuevo m\xE1s tarde. (Esta es una restricci\xF3n de OpenAI oficial para la API Key gratuita, para eliminar esta restricci\xF3n, por favor vincule una tarjeta de cr\xE9dito en el backend de OpenAI.)","error.openAIExceededQuota":"El servicio devuelve un error: el saldo de tu cuenta de OpenAI es insuficiente, por favor recarga o vincula una tarjeta de cr\xE9dito en el panel de control oficial de OpenAI.","error.429":"El servicio devuelve un error, lo que indica que la solicitud es demasiado frecuente o excede el l\xEDmite de cuota, por favor intente de nuevo m\xE1s tarde.","error.403":"El servicio devuelve un error, no tiene permiso temporal para acceder a este servicio.","error.400":"El servicio devuelve un error, el par\xE1metro de solicitud es incorrecto, por favor verifica la configuraci\xF3n correspondiente.","error.502":"El servicio devuelve un error, el servicio se ha agotado, por favor intente de nuevo m\xE1s tarde.","error.proTokenInvalid":"Si usted es un usuario Pro, por favor inicie sesi\xF3n para usar el servicio de traducci\xF3n Pro.","error.proUpgrade":"Despu\xE9s de la actualizaci\xF3n, por favor refresca la p\xE1gina y traduce de nuevo.","error.configError":"Los datos de configuraci\xF3n son anormales.","error.goReset":"Ir a restablecer",batchEdit:"Operaci\xF3n en masa","translationModeLang.translation.title":"Solo modo de traducci\xF3n de idioma","translationModeLang.translation.description":"Cuando el idioma de la p\xE1gina es uno de los siguientes, se utilizar\xE1 autom\xE1ticamente solo el modo de traducci\xF3n.","translationModeUrl.translation.title":"Solo el modo de direcci\xF3n web de traducci\xF3n","translationModeUrl.translation.description":"Cuando el sitio web tiene los siguientes dominios, se utilizar\xE1 autom\xE1ticamente el modo de solo traducci\xF3n.","error.serveUnavailable":"El servicio [{serverName}] que est\xE1 utilizando actualmente no est\xE1 disponible temporalmente debido a problemas con la conexi\xF3n a la red o el proveedor del servicio. Le sugerimos que intente actualizar la p\xE1gina o cambiar a otro servicio de traducci\xF3n a trav\xE9s de <1>Configuraci\xF3n. Si usted es un miembro <2>Pro, puede optar por utilizar los servicios de traducci\xF3n m\xE1s estables de DeepL o OpenAI (<3>haga clic aqu\xED para probarlo gratis). Adem\xE1s, es posible que necesite revisar su configuraci\xF3n de red o proxy.",detectServiceLoading:"Detectando servicios de traducci\xF3n disponibles...",toggleToService:"Cambie a {service} e intente de nuevo.","error.gemini.429":"El servicio actual de Gemini ha alcanzado su capacidad m\xE1xima, por favor intente m\xE1s tarde o cambie a otro servicio de traducci\xF3n.",enableSentryReport:"Cuando ocurre un error de expansi\xF3n, usa Sentry para enviar comentarios.",notLogin:"No registrado",goLogin:"Iniciar sesi\xF3n",touchShortcutsOff:"Cerrar",shortcutSettings:"Atajo de teclado","tagsInput.add":"+ A\xF1adir",translationOnlyMode:"Solo modo de traducci\xF3n","multipleClick.2":"Haz doble clic",contact:"Cont\xE1ctanos","widget.translateFile":"PDF/ePub","subtitle.hideQuickButton":"Ya no mostrar este atajo","translationServices.gemini":"G\xE9minis","widget.instructionTooltip":"Consultar las instrucciones de uso","subtitle.bilingual":"Subt\xEDtulos biling\xFCes","error.retry":"Reintentar","multipleClick.4":"Cu\xE1druple golpe",buildSnapshots:"Generar captura de p\xE1gina web","error.subscriptionExpiredTitle":"La membres\xEDa ha expirado","slide.left":"Desliza a la derecha","widget.videoSubtitle":"subt\xEDtulos de video","browser.translateWithDeepL":"Uso temporal de DeepL para traducir la p\xE1gina actual","subtitle.autoDisableSubtitle":"No activar autom\xE1ticamente los subt\xEDtulos biling\xFCes","browser.translateWithBing":"Uso temporal de Microsoft para traducir la p\xE1gina actual","error.reason":"Raz\xF3n del error","browser.translateWithTransmart":"Uso temporal de Tencent para traducir la p\xE1gina actual",pickAll:"Seleccionar todo","browser.translateInputBox":"Traducir el contenido actual del cuadro de entrada.","floatBall.iKnow":"Ya lo s\xE9.",temprarilyChangeTranslationTo_deepl:"Estoy usando DeepL para traducir la p\xE1gina actual.","multipleClick.3":"Triple golpe","intro.hoverTitle":"Pase el mouse para traducir el p\xE1rrafo actual",temprarilyChangeTranslationTo_transmart:"Est\xE1 utilizando Tencent para traducir la p\xE1gina actual.","intro.floatBallTitle":"Bola flotante de traducci\xF3n r\xE1pida",paragraphMinTextCountField:"El n\xFAmero m\xEDnimo de caracteres necesarios para traducir un p\xE1rrafo","shortcutGroup.touch":"Gestos espec\xEDficos para pantallas t\xE1ctiles",temprarilyChangeTranslationTo_gemini:"Estoy usando Gemini para traducir la p\xE1gina actual.",temprarilyChangeTranslationTo_bing:"Est\xE1 utilizando Microsoft para traducir la p\xE1gina actual.","shortcutGroup.main":"Atajos de teclado de funciones comunes",mouseHoverCustomKeyTitle:"Personalizar el atajo de teclado para el rat\xF3n en suspensi\xF3n","shortcutGroup.shortcutsForTranslationServices":"Atajos de teclado relacionados con el servicio de traducci\xF3n",touchShortcutsToggleTranslateTouchElement:"Configurar gestos t\xE1ctiles para traducir p\xE1rrafos espec\xEDficos",notLoginPro:"Todav\xEDa no has iniciado sesi\xF3n en tu cuenta de miembro.","intro.subtitleTitle":"Visualizaci\xF3n de subt\xEDtulos biling\xFCes en videos en l\xEDnea","subtitle.showQuickButton":"En el reproductor se muestra el atajo de subt\xEDtulos biling\xFCes",temprarilyChangeTranslationTo_google:"Est\xE1 utilizando Google Traductor para traducir la p\xE1gina actual.",upgradeToProErrorTitle:"Por favor, actualice a miembro Pro para utilizar este servicio de traducci\xF3n.","widget.instruction":"Instrucciones de uso","slide.right":"Desliza a la izquierda","browser.translateWithOpenAI":"Uso temporal de OpenAI para traducir la p\xE1gina actual","shortcutGroup.others":"M\xE1s atajos de teclado personalizados","browser.toggleMouseHoverTranslateDirectly":"Habilitar o deshabilitar temporalmente la traducci\xF3n directa al pasar el mouse en la p\xE1gina",alwaysTranslateThisSite:"Siempre traduce este sitio web",neverTranslateThisSite:"Nunca traduzca este sitio web","shortcutGroup.mouse":"Configuraci\xF3n de atajos de teclado para el rat\xF3n en suspensi\xF3n","widget.translateFileTooltip":"Traducir documentos PDF, EPUB, SRT, ASS, HTML y TXT","browser.translateWithGemini":"Usa temporalmente Gemini para traducir la p\xE1gina actual","browser.toggleVideoSubtitlePreTranslation":"Cambie a subt\xEDtulos biling\xFCes y priorice la configuraci\xF3n de traducci\xF3n inmersiva.",networkError:"El servicio de traducci\xF3n o la red tienen problemas.",loggedIn:"Conectado","widget.videoSubtitleTooltip":"Apoya Youtube y otros {count}+ sitios web de videos",touchShortcutsToggleTranslationMask:"Configurar gestos t\xE1ctiles para mostrar la m\xE1scara de traducci\xF3n / mostrar el texto original","floatBall.guideClickToTranslate":"Haz clic en la bola flotante de traducci\xF3n inmersiva para traducir r\xE1pidamente","desc.touchShortcutsToggleTranslateTouchElement":"Personalice un gesto y podr\xE1 traducir cualquier p\xE1rrafo en el que se encuentre.","floatBall.longPress":"Mant\xE9n presionado para abrir r\xE1pidamente el panel de configuraci\xF3n.","error.subscriptionExpired":"Es posible que su membres\xEDa haya expirado, por favor verifique el estado de su membres\xEDa.",shortcutSettingsTitle:"Configuraci\xF3n de atajos de teclado",temprarilyChangeTranslationTo_openai:"Estoy usando OpenAI para traducir la p\xE1gina actual.","browser.translateWithGoogle":"Uso temporal de Google Traductor para traducir la p\xE1gina actual","desc.interfaceLanguage":"La configuraci\xF3n del idioma de la interfaz afecta el idioma de visualizaci\xF3n del panel de control y no tiene relaci\xF3n con el idioma objetivo de la traducci\xF3n.","description.baiduField":"Las \xE1reas de apoyo se ven <1>aqu\xED, si est\xE1 vac\xEDo significa que no se especifica el \xE1rea.","contact.description":"Si tiene alguna pregunta o sugerencia, no dude en completar el formulario a continuaci\xF3n para contactarnos, o env\xEDe un correo electr\xF3nico a {email}, le responderemos lo antes posible.","neverTranslateText.title":`Por favor, traduce directamente al espa\xF1ol (evita explicar el texto original): Mant\xE9n las siguientes palabras en su idioma original, no las traduzcas.`,confirmResetToDefaultSettings:"\xBFEst\xE1 seguro de que desea restaurar este servicio de traducci\xF3n a la configuraci\xF3n predeterminada? (Solo restablece la configuraci\xF3n del servicio de traducci\xF3n actual)","desc.toggleTranslateTheWholePage":"Traducir toda el \xE1rea de la p\xE1gina, por defecto, traduciremos el \xE1rea principal de la p\xE1gina, puedes usar este atajo para traducir espec\xEDficamente toda el \xE1rea de la p\xE1gina.",shortcutDisableTooltip:"Realice la configuraci\xF3n en la p\xE1gina de administraci\xF3n de atajos de extensi\xF3n proporcionada por el navegador, para m\xE1s orientaci\xF3n consulte las instrucciones en la parte superior de esta p\xE1gina.",touchShortcutsToggleTranslatePage:"Configura gestos t\xE1ctiles para traducir p\xE1ginas web/mostrar el texto original","desc.toggleTranslateTheMainPage":"Solo traduce el \xE1rea principal de la p\xE1gina, cuando has habilitado la traducci\xF3n de todo el \xE1rea de la p\xE1gina en la configuraci\xF3n avanzada, puedes usar este atajo para traducir espec\xEDficamente el \xE1rea principal de la p\xE1gina.","desc.touchShortcutsToggleTranslatePage":"Una vez configurado, al mover el dispositivo m\xF3vil, se puede tocar la pantalla con X dedos, deslizar hacia la izquierda o hacia la derecha o hacer clic continuamente para activar la traducci\xF3n de la p\xE1gina web/mostrar el texto original.",paragraphMinTextCountDesc:"Tenga en cuenta, aqu\xED se refiere a la longitud del car\xE1cter, por ejemplo: hola es 5 caracteres, establecer un valor m\xE1s grande puede reducir la traducci\xF3n de p\xE1rrafos peque\xF1os innecesarios.","desc.mouseHoverHoldKey":"Cuando el mouse se coloca sobre un p\xE1rrafo, al presionar la tecla de acceso r\xE1pido en el lado derecho, se puede traducir directamente ese p\xE1rrafo.",mouseHoverCustomKeyDescription:"Puedes personalizar una combinaci\xF3n de teclas de acceso r\xE1pido para cuando el mouse se posicione encima, como: Alt+Z, Ctrl+E, Cmd+Alt+E o directamente Cmd, por favor ingresa manualmente.","intro.floatBallDescription":"Una vez activado, se mostrar\xE1 un bot\xF3n de traducci\xF3n r\xE1pida en el lado derecho de la p\xE1gina, haga clic para traducir, haga clic nuevamente para volver al texto original. En dispositivos m\xF3viles, mantenga presionada la bola flotante para abrir el panel de configuraci\xF3n r\xE1pida.","desc.touchShortcutsToggleTranslationMask":"La m\xE1scara de traducci\xF3n se refiere al efecto borroso en el estilo de la traducci\xF3n (modo de aprendizaje), que se activa temporalmente para usar el efecto borroso en la traducci\xF3n, lo que facilita el aprendizaje.",translationOnlyModeDescription:"El modo de solo traducci\xF3n se refiere a mostrar solo el texto traducido, en lugar del modo biling\xFCe predeterminado. Nota: debido a limitaciones t\xE9cnicas, los hiperv\xEDnculos del texto original se desactivar\xE1n en el modo de solo traducci\xF3n.","neverTranslateText.description":"Debido a que algunos motores de traducci\xF3n no reconocen adecuadamente los nombres propios, puedes agregar palabras aqu\xED para asegurarte de que no se conviertan durante el proceso de traducci\xF3n. Ten en cuenta que esta funci\xF3n distingue entre may\xFAsculas y min\xFAsculas, y solo admite idiomas con palabras separadas por espacios (como ingl\xE9s, franc\xE9s), no es aplicable a idiomas como japon\xE9s, coreano, etc.","desc.toggleMouseHoverTranslateDirectly":"Despu\xE9s de presionar esta tecla de acceso r\xE1pido, en la p\xE1gina, siempre que el mouse apunte a cualquier texto, se traducir\xE1 autom\xE1ticamente ese texto. Presione la tecla de acceso r\xE1pido nuevamente para desactivar esta funci\xF3n de traducci\xF3n autom\xE1tica.","intro.subtitleDescription":"Despu\xE9s de activar esta funci\xF3n, los subt\xEDtulos biling\xFCes se mostrar\xE1n autom\xE1ticamente durante la reproducci\xF3n del video. Si no est\xE1 habilitado, deber\xE1 hacer clic manualmente en el bot\xF3n de traducci\xF3n en la p\xE1gina para mostrar los subt\xEDtulos. Tenga en cuenta que, debido a las limitaciones t\xE9cnicas, algunos sitios web pueden necesitar refrescar la p\xE1gina o esperar a que se complete la traducci\xF3n para mostrar los subt\xEDtulos biling\xFCes. (Adem\xE1s, tambi\xE9n puede habilitar/deshabilitar el panel de acceso r\xE1pido de traducci\xF3n inmersiva en la esquina superior derecha despu\xE9s de abrir el sitio web de video).

Actualmente se admite el uso de subt\xEDtulos biling\xFCes en estos sitios web:","intro.hoverDescription":"La traducci\xF3n al pasar el rat\xF3n es una funci\xF3n muy importante en la traducci\xF3n inmersiva, solo necesitas colocar el rat\xF3n sobre el p\xE1rrafo y presionar la tecla de acceso r\xE1pido establecida para traducir autom\xE1ticamente el p\xE1rrafo actual (nota: no est\xE1 habilitado por defecto, config\xFAralo a continuaci\xF3n). Esta interacci\xF3n se utiliza para reemplazar mejor la traducci\xF3n de palabras seleccionadas. Adem\xE1s, esta funci\xF3n se utiliza ampliamente en \xE1reas de traducci\xF3n que no se pueden reconocer, puedes utilizar esta funci\xF3n para forzar la traducci\xF3n de cualquier p\xE1rrafo.","subtitle.showQuickButtonDescription":"Proporciona un atajo para activar los subt\xEDtulos biling\xFCes en la esquina inferior derecha del reproductor de video.",geminiWarning:"Atenci\xF3n: El servicio gratuito de Gemini proporcionado por Google tiene restricciones estrictas, Google puede determinar que el usuario est\xE1 utilizando m\xFAltiples Keys para eludir sus l\xEDmites de cuota gratuita, no se recomienda su uso, se sugiere esperar hasta que Google abra la interfaz de pago de Gemini en el futuro para su uso.","floatBall.setting":"Configuraci\xF3n","floatBall.file":"Traducir PDF, EPUB, SRT, ASS, HTML, archivos TXT","floatBall.translateToLanguage":"Haga clic para traducir a {language}",changeToOnlyTempTranslationMode:"Mostrar s\xF3lo traducciones",changeToDualTempTranslationMode:"Cambiar a traducci\xF3n biling\xFCe","options.navbar.translateFile":"Traducir documento","transitionMode.translation":"Solo texto traducido.","options.navbar.installApp":"Instalar la aplicaci\xF3n m\xF3vil","transitionMode.dual":"Contraste biling\xFCe","subtitle.transitionModeDescription":"Establecer subt\xEDtulos de video en modo de comparaci\xF3n biling\xFCe o solo en modo de traducci\xF3n","subtitle.transitionMode":"Subt\xEDtulos de video biling\xFCes / Configuraci\xF3n solo de texto traducido","transitionMode.inherit":"Mant\xE9ngase consistente con el modo de visualizaci\xF3n de traducci\xF3n predeterminado del sistema.",translateFileTooltip:`Traducir PDF, ePub, srt, ass, HTML, archivos TXT`,"description.multiplePrompt":`Cuando el n\xFAmero de p\xE1rrafos es mayor a 1, se env\xEDa la conversaci\xF3n a {service} como usuario, donde {{from}} indica el idioma del p\xE1rrafo, {{to}} indica el idioma objetivo, {{yaml}} es el contenido del p\xE1rrafo que hemos envuelto en formato yaml, si tienes la necesidad de personalizar Prompt, necesitas asegurarte de que cada elemento en el resultado YAML de la respuesta de AI contenga el campo {env.imt_trans_field}, {{imt_trans_field}} es el nombre del campo de la traducci\xF3n que esperamos de la respuesta de AI, por defecto es {env.imt_trans_field}, {{imt_source_field}} es el nombre del campo del texto original que pasamos a AI, por defecto es {env.imt_source_field}, ejemplo de resultado: @@ -5155,7 +5155,7 @@ ass, HTML, archivos TXT`,"description.multiplePrompt":`Cuando el n\xFAmero de p\ {env.imt_sub_trans_field}: Traducci\xF3n - id: 2 {env.imt_sub_source_field}: Fuente - {env.imt_sub_trans_field}: Traducci\xF3n`,"subtitle.quickButton.cyan":"Azul","subtitle.quickButton.backgroundColor":"color de fondo","subtitle.quickButton.blue":"azul","subtitle.quickButton.translationTextColor":"Color de fuente de traducci\xF3n","subtitle.quickButton.translationPosition":"Posici\xF3n de traducci\xF3n","subtitle.quickButton.translationFontSize":"Tama\xF1o de fuente de traducci\xF3n","subtitle.quickButton.translationPositionBottom":"Debajo del texto original","subtitle.quickButton.sourceFontSize":"Tama\xF1o original de la fuente","subtitle.quickButton.green":"Verde","subtitle.quickButton.white":"blanco","subtitle.quickButton.red":"Rojo","subtitle.quickButton.magenta":"Magenta","translationServices.claude":"Claude","subtitle.quickButton.setting":"Configuraci\xF3n","subtitle.quickButton.yellow":"amarillo","subtitle.quickButton.backgroundOpacity":"Opacidad de fondo","subtitle.quickButton.black":"negro","subtitle.quickButton.sourceTextColor":"Color original de la fuente","subtitle.quickButton.translationPositionTop":"En la parte superior del texto original",attachSubtitleTranslating:"Usando {service} para traducir...","error.claude.403":"No tiene permiso para acceder al servicio, puede estar relacionado con las restricciones de \xE1rea de Claude, puede intentar cambiar su direcci\xF3n IP o usar otros servicios de traducci\xF3n.","browser.brandDescriptionForSafari":"\u3010Traducci\xF3n inmersiva\u3011Un complemento de traducci\xF3n de p\xE1ginas web biling\xFCe (original/traducci\xF3n) gratuito que tambi\xE9n soporta la traducci\xF3n de PDF y libros electr\xF3nicos EPUB manteniendo el formato original del documento, la traducci\xF3n de subt\xEDtulos biling\xFCes de videos en l\xEDnea como Youtube/Netflix, y soporta servicios de traducci\xF3n principales como Deepl/Google;","browser.PdfProFile":"AI impulsado por PDF Pro traducci\xF3n","browser.textTranslate":"Traducci\xF3n de texto"};var R4={nologin:"\u0648\u0627\u0631\u062F \u0646\u0634\u062F\u0647 \u0627\u06CC\u062F",loginForSafari:"\u0648\u0627\u0631\u062F \u0634\u0648\u06CC\u062F \u06CC\u0627 \u062B\u0628\u062A \u0646\u0627\u0645 \u06A9\u0646\u06CC\u062F",login:"\u767B\u5F55",manageAccount:"\u0645\u062F\u06CC\u0631\u06CC\u062A \u062D\u0633\u0627\u0628",openPremium:"\u0639\u0636\u0648\u06CC\u062A",logout:"\u062A\u0631\u06A9 \u06A9\u0631\u062F\u0646",curentPlan:"\u0628\u0633\u062A\u0647 \u0641\u0639\u0644\u06CC",endAt:"\u0628\u0644\u0648\u063A",endAuto:"\u062A\u0645\u062F\u06CC\u062F \u062E\u0648\u062F\u06A9\u0627\u0631",lineBreakMaxTextCount:"\u062D\u062F\u0627\u06A9\u062B\u0631 \u062A\u0639\u062F\u0627\u062F \u06A9\u0627\u0631\u0627\u06A9\u062A\u0631\u0647\u0627\u06CC \u0645\u062C\u0627\u0632 \u062F\u0631 \u0647\u0631 \u062C\u0645\u0644\u0647 \u067E\u0633 \u0627\u0632 \u0634\u06A9\u0633\u062A \u062E\u0637","translate-pdf":"\u0628\u0631\u0627\u06CC \u062A\u0631\u062C\u0645\u0647 PDF \u06A9\u0644\u06CC\u06A9 \u06A9\u0646\u06CC\u062F","noSupportTranslate-pdf":"\u0627\u0633\u06A9\u0631\u06CC\u067E\u062A \u067E\u0634\u062A\u06CC\u0628\u0627\u0646\u06CC \u0646\u0645\u06CC \u0634\u0648\u062F\u060C \u0644\u0637\u0641\u0627 \u0627\u0632 \u0627\u0641\u0632\u0648\u0646\u0647 \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u06A9\u0646\u06CC\u062F","translate-firefox-local-pdf":"\u0628\u0631\u0627\u06CC \u0628\u0627\u0631\u06AF\u06CC\u0631\u06CC PDF \u06A9\u0644\u06CC\u06A9 \u06A9\u0646\u06CC\u062F",enableLineBreak:"\u0641\u0639\u0627\u0644 \u06A9\u0631\u062F\u0646 \u0634\u06A9\u0633\u062A \u062E\u0637 \u062E\u0648\u062F\u06A9\u0627\u0631 \u0628\u0646\u062F \u0628\u0644\u0646\u062F",sponsorLabel:"\u062D\u0627\u0645\u06CC\u0627\u0646 \u062A\u0648\u0633\u0639\u0647\u200C\u062F\u0647\u0646\u062F\u06AF\u0627\u0646 \u0628\u0627 \u0634\u0631\u0648\u0639 \u0627\u0632 1 \u062F\u0644\u0627\u0631",help:"\u06A9\u0645\u06A9",browserShortcutsNoteForFirefox:"\u0628\u0631\u0627\u06CC \u062A\u063A\u06CC\u06CC\u0631 \u06A9\u0644\u06CC\u062F\u0647\u0627\u06CC \u0645\u06CC\u0627\u0646\u0628\u0631 \u062F\u0631 \u0645\u0631\u0648\u0631\u06AF\u0631 \u0641\u0627\u06CC\u0631\u0641\u0627\u06A9\u0633\u060C \u0628\u0627\u06CC\u062F \u0628\u0631\u06AF\u0647 \u0645\u062F\u06CC\u0631\u06CC\u062A \u0627\u0641\u0632\u0648\u0646\u0647\u200C\u0647\u0627 (about:addons) \u0631\u0627 \u0628\u0627\u0632 \u06A9\u0646\u06CC\u062F\u060C \u0633\u067E\u0633 \u0631\u0648\u06CC \xAB\u062A\u0646\u0638\u06CC\u0645\u0627\u062A\xBB \u06A9\u0644\u06CC\u06A9 \u06A9\u0646\u06CC\u062F \u0648 \u0633\u067E\u0633 \u0628\u0631\u0627\u06CC \u062A\u0646\u0638\u06CC\u0645 \u0631\u0648\u06CC \xAB\u0645\u062F\u06CC\u0631\u06CC\u062A \u06A9\u0644\u06CC\u062F\u0647\u0627\u06CC \u0645\u06CC\u0627\u0646\u0628\u0631\xBB \u06A9\u0644\u06CC\u06A9 \u06A9\u0646\u06CC\u062F",browserShortcutsNoteForChrome:"\u0628\u0631\u0627\u06CC \u0645\u0631\u0648\u0631\u06AF\u0631\u0647\u0627\u06CC Chrome \u0645\u0627\u0646\u0646\u062F\u060C \u0628\u0627\u06CC\u062F \u0628\u0631\u06AF\u0647 \u0645\u062F\u06CC\u0631\u06CC\u062A \u0627\u0641\u0632\u0648\u0646\u0647\u200C\u0647\u0627 \u0631\u0627 \u0628\u0631\u0627\u06CC \u062A\u063A\u06CC\u06CC\u0631 \u06A9\u0644\u06CC\u062F\u0647\u0627\u06CC \u0645\u06CC\u0627\u0646\u0628\u0631 \u0628\u0627\u0632 \u06A9\u0646\u06CC\u062F\u060C \u0622\u0646 \u0631\u0627 \u062F\u0631 \u062F\u0631\u06AF\u0627\u0647 \xAB\u0645\u062F\u06CC\u0631\u06CC\u062A \u06A9\u0644\u06CC\u062F\u0647\u0627\u06CC \u0645\u06CC\u0627\u0646\u0628\u0631\xBB (chrome://extensions/shortcuts) \u062A\u0646\u0638\u06CC\u0645 \u06A9\u0646\u06CC\u062F. \u0631\u0648\u06CC \u062F\u06A9\u0645\u0647 \u0632\u06CC\u0631 \u06A9\u0644\u06CC\u06A9 \u06A9\u0646\u06CC\u062F \u062A\u0627 \u0628\u0647 \u0628\u0631\u06AF\u0647 \u0645\u062F\u06CC\u0631\u06CC\u062A \u06A9\u0644\u06CC\u062F \u0645\u06CC\u0627\u0646\u0628\u0631 \u0628\u0631\u0648\u06CC\u062F.",browserShortcutsSucks:"\u0641\u0631\u0645\u062A \u06A9\u0644\u06CC\u062F \u0645\u06CC\u0627\u0646\u0628\u0631 \u0633\u0641\u0627\u0631\u0634\u06CC (\u0628\u062F\u0648\u0646 \u062A\u0634\u062E\u06CC\u0635 \u062E\u0648\u062F\u06A9\u0627\u0631\u060C \u0644\u0637\u0641\u0627 \u0645\u0633\u062A\u0642\u06CC\u0645\u0627 \u0648\u0627\u0631\u062F \u06A9\u0646\u06CC\u062F)\uFF1A\u0627\u0633\u062A",enableLineBreakDescription:"\u0648\u0642\u062A\u06CC \u0641\u0639\u0627\u0644 \u0628\u0627\u0634\u062F\u060C \u06CC\u06A9 \u0634\u06A9\u0633\u062A \u062E\u0637 \u062F\u0631 \u067E\u0627\u06CC\u0627\u0646 \u0647\u0631 \u062C\u0645\u0644\u0647 \u062F\u0631 \u06CC\u06A9 \u0628\u0646\u062F \u0628\u0644\u0646\u062F \u0628\u0631\u0627\u06CC \u062A\u0633\u0647\u06CC\u0644 \u062E\u0648\u0627\u0646\u062F\u0646 \u0627\u0639\u0645\u0627\u0644 \u0645\u06CC \u0634\u0648\u062F","browser.shortBrandName":"\u062A\u0631\u062C\u0645\u0647 \u0647\u0645\u0647\u062C\u0627\u0646\u0628\u0647","browser.brandName":"\u062A\u0631\u062C\u0645\u0647 \u0647\u0645\u0647\u200C\u062C\u0627\u0646\u0628\u0647","browser.brandDescription":"Web bilingual translation, completely free to use, supports Deepl/Google/Bing/Tencent/Youdao, etc.","browser.toggleTranslatePage":"\u062A\u0631\u062C\u0645\u0647 \u062A\u0627\u0631\u0646\u0645\u0627/\u0646\u0645\u0627\u06CC\u0634 \u0645\u062A\u0646 \u0627\u0635\u0644\u06CC","browser.toggleTranslateTheWholePage":"\u062A\u0631\u062C\u0645\u0647 \u062A\u0645\u0627\u0645 \u0628\u0631\u06AF\u0647/\u0646\u0645\u0627\u06CC\u0634 \u0645\u062A\u0646 \u0627\u0635\u0644\u06CC","browser.toggleOnlyTransation":"\u062A\u063A\u06CC\u06CC\u0631 \u0628\u0647 \u062D\u0627\u0644\u062A \u062F\u0648\u0632\u0628\u0627\u0646\u0647 / \u0641\u0642\u0637 \u0645\u062A\u0646 \u062A\u0631\u062C\u0645\u0647 \u0634\u062F\u0647","browser.toggleTranslateToThePageEndImmediately":"\u0627\u0632 \u0627\u0646\u062A\u0647\u0627\u06CC \u0628\u0631\u06AF\u0647 \u062A\u0631\u062C\u0645\u0647 \u06A9\u0646\u06CC\u062F/\u0646\u0645\u0627\u06CC\u0634 \u0645\u062A\u0646 \u0627\u0635\u0644\u06CC","browser.toggleTranslateTheMainPage":"\u062A\u0631\u062C\u0645\u0647 \u0642\u0633\u0645\u062A\u200C\u0647\u0627\u06CC \u0627\u0635\u0644\u06CC \u0628\u0631\u06AF\u0647/\u0646\u0645\u0627\u06CC\u0634 \u0645\u062A\u0646 \u0627\u0635\u0644\u06CC","browser.shareToDraft":"\u0627\u0634\u062A\u0631\u0627\u06A9\u200C\u06AF\u0630\u0627\u0631\u06CC \u0635\u0641\u062D\u0647 \u062F\u0648\u0632\u0628\u0627\u0646\u0647","browser.openOptionsPage":"\u0628\u0631\u06AF\u0647 \u062A\u0646\u0638\u06CC\u0645\u0627\u062A \u0631\u0627 \u0628\u0627\u0632 \u06A9\u0646\u06CC\u062F","browser.toggleTranslationMask":"\u0646\u0645\u0627\u06CC\u0634/\u067E\u0646\u0647\u0627\u0646 \u06A9\u0631\u062F\u0646 \u062C\u0644\u0648\u0647 \u062A\u0627\u0631\u06CC \u062A\u0631\u062C\u0645\u0647","browser.translateLocalPdfFile":"\u062A\u0631\u062C\u0645\u0647 \u067E\u0631\u0648\u0646\u062F\u0647 PDF \u0645\u062D\u0644\u06CC","browser.openEbookViewer":"\u06A9\u062A\u0627\u0628 \u0647\u0627\u06CC \u0627\u0644\u06A9\u062A\u0631\u0648\u0646\u06CC\u06A9\u06CC \u0645\u062D\u0644\u06CC \u0631\u0627 \u0628\u062E\u0648\u0627\u0646\u06CC\u062F","browser.openEbookBuilder":"\u06A9\u062A\u0627\u0628 \u0647\u0627\u06CC \u0627\u0644\u06A9\u062A\u0631\u0648\u0646\u06CC\u06A9\u06CC \u062F\u0648 \u0632\u0628\u0627\u0646\u0647 EPUB \u0627\u06CC\u062C\u0627\u062F \u06A9\u0646\u06CC\u062F","browser.translateLocalHtmlFile":"\u7FFB\u8BD1\u672C\u5730 HTML \u6587\u4EF6","browser.donateContext":"\u0628\u0627 \u0645\u0632\u0627\u06CC\u0627\u06CC \u062D\u0645\u0627\u06CC\u062A \u0645\u0627\u0644\u06CC \u0622\u0634\u0646\u0627 \u0634\u0648\u06CC\u062F","browser.translateLocalSubtitleFile":"\u0641\u0627\u06CC\u0644 \u0647\u0627\u06CC \u0632\u06CC\u0631\u0646\u0648\u06CC\u0633 \u0645\u062D\u0644\u06CC \u0631\u0627 \u062A\u0631\u062C\u0645\u0647 \u06A9\u0646\u06CC\u062F",confirmResetConfig:"\u0622\u06CC\u0627 \u0645\u0637\u0645\u0626\u0646 \u0647\u0633\u062A\u06CC\u062F \u06A9\u0647 \u0645\u06CC\u200C\u062E\u0648\u0627\u0647\u06CC\u062F \u062A\u0646\u0638\u06CC\u0645\u0627\u062A \u0631\u0627 \u0628\u0627\u0632\u0646\u0634\u0627\u0646\u06CC \u06A9\u0646\u06CC\u062F\u061F",translationLineBreakSettingTitle:"\u062A\u0646\u0638\u06CC\u0645\u0627\u062A \u0628\u0633\u062A\u0647 \u0628\u0646\u062F\u06CC \u062E\u0637 \u062A\u0631\u062C\u0645\u0647",smartLineBreak:"\u0628\u0633\u062A\u0647 \u0628\u0646\u062F\u06CC \u062E\u0637 \u0647\u0648\u0634\u0645\u0646\u062F",alwaysLineBreak:"\u0647\u0645\u06CC\u0634\u0647 \u0628\u067E\u06CC\u0686\u06CC\u062F",isShowContextMenu:"\u521B\u5EFA\u53F3\u952E\u83DC\u5355",toggleBeta:"\u0648\u06CC\u0698\u06AF\u06CC \u0647\u0627\u06CC \u0622\u0632\u0645\u0627\u06CC\u0634 \u0628\u062A\u0627 \u0631\u0627 \u0641\u0639\u0627\u0644 \u06A9\u0646\u06CC\u062F",betaDescription:"\u0648\u06CC\u0698\u06AF\u06CC\u200C\u0647\u0627\u06CC\u06CC \u0631\u0627 \u06A9\u0647 \u0647\u0646\u0648\u0632 \u0622\u0632\u0645\u0627\u06CC\u0634\u06CC \u0647\u0633\u062A\u0646\u062F \u0648 \u0647\u0645\u0686\u0646\u06CC\u0646 \u062E\u062F\u0645\u0627\u062A \u062A\u0631\u062C\u0645\u0647 \u0631\u0627 \u062F\u0631 \u0622\u0632\u0645\u0627\u06CC\u0634 \u0641\u0639\u0627\u0644 \u06A9\u0646\u06CC\u062F. \u0639\u0636\u0648<1>\u06AF\u0631\u0648\u0647 \u062A\u0644\u06AF\u0631\u0627\u0645 \u0634\u0648\u06CC\u062F \u0628\u06CC\u0634\u062A\u0631 \u0628\u062F\u0627\u0646\u06CC\u062F.",translationLineBreakSettingDescription:"\u5BF9\u4E8E\u8BD1\u6587\u7684\u4F4D\u7F6E\uFF1A\u603B\u662F\u6362\u884C/\u667A\u80FD\u6362\u884C\uFF08\u5F53\u6BB5\u843D\u591A\u4E8E{count}\u4E2A\u5B57\u7B26\u624D\u6362\u884C\u663E\u793A\u8BD1\u6587\uFF09",tempTranslateDomainTitle:"\u0686\u0647 \u0645\u062F\u062A \u0628\u0631\u0627\u06CC \u0641\u0639\u0627\u0644 \u06A9\u0631\u062F\u0646 \u0645\u0648\u0642\u062A \u062A\u0631\u062C\u0645\u0647 \u0648\u0628 \u0633\u0627\u06CC\u062A",tempTranslateDomainDescription:"\u5F53\u624B\u52A8\u7FFB\u8BD1\u67D0\u4E2A\u7F51\u9875\u7684\u65F6\u5019\uFF0C\u4E34\u65F6\u5F00\u542F\u8BE5\u7F51\u7AD9\u4E3A\u81EA\u52A8\u7FFB\u8BD1",xMinutes:"{count} \u062F\u0642\u06CC\u0642\u0647",disabled:"\u063A\u06CC\u0631 \u0641\u0639\u0627\u0644 \u06A9\u0631\u062F\u0646",changelog:"\u062A\u063A\u06CC\u06CC\u0631 \u06AF\u0632\u0627\u0631\u0634",toggleTranslatePageWhenThreeFingersOnTheScreen:"\u0628\u0631\u0627\u06CC \u062A\u0631\u062C\u0645\u0647 \u0635\u0641\u062D\u0647 \u0648\u0628/\u0646\u0645\u0627\u06CC\u0634 \u0645\u062A\u0646 \u0627\u0635\u0644\u06CC\u060C \u0647\u0645\u0632\u0645\u0627\u0646 \u0628\u0627 \u0686\u0646\u062F\u06CC\u0646 \u0627\u0646\u06AF\u0634\u062A \u0635\u0641\u062D\u0647 \u0631\u0627 \u0644\u0645\u0633 \u06A9\u0646\u06CC\u062F",toggleTranslationMaskWhenThreeFingersOnTheScreen:"\u0686\u0646\u062F\u06CC\u0646 \u0627\u0646\u06AF\u0634\u062A \u0631\u0627 \u0628\u0647 \u0637\u0648\u0631 \u0647\u0645\u0632\u0645\u0627\u0646 \u0644\u0645\u0633 \u06A9\u0646\u06CC\u062F \u062A\u0627 \u062C\u0644\u0648\u0647 \u062A\u0627\u0631\u06CC \u062A\u0631\u062C\u0645\u0647 \u0646\u0634\u0627\u0646 \u062F\u0627\u062F\u0647 \u06CC\u0627 \u067E\u0646\u0647\u0627\u0646 \u0634\u0648\u062F",fingerCountToToggleTranslagePageOnlyTranslationWhenTouching:"\u0628\u0631\u0627\u06CC \u062A\u0631\u062C\u0645\u0647 \u0635\u0641\u062D\u0647 \u0648\u0628 (\u0641\u0642\u0637 \u062A\u0631\u062C\u0645\u0647)/\u0646\u0645\u0627\u06CC\u0634 \u0645\u062A\u0646 \u0627\u0635\u0644\u06CC \u0628\u0627 \u0686\u0646\u062F\u06CC\u0646 \u0627\u0646\u06AF\u0634\u062A \u0647\u0645\u0632\u0645\u0627\u0646 \u0635\u0641\u062D\u0647 \u0631\u0627 \u0644\u0645\u0633 \u06A9\u0646\u06CC\u062F",addUrlDescription:"\u0627\u06CC\u0646 \u0645\u06CC \u062A\u0648\u0627\u0646\u062F \u06CC\u06A9 \u0646\u0627\u0645 \u062F\u0627\u0645\u0646\u0647 \u0628\u0627\u0634\u062F \u0648 \u0627\u0632 \u062D\u0631\u0648\u0641 \u0639\u0627\u0645 \u067E\u0634\u062A\u06CC\u0628\u0627\u0646\u06CC \u0645\u06CC \u06A9\u0646\u062F\u060C \u0645\u0627\u0646\u0646\u062F\uFF1A*.google.com\u060C google.com/mail/*\u060C https://www.google.com/*",general:"\u062A\u0646\u0638\u06CC\u0645\u0627\u062A \u067E\u0627\u06CC\u0647",clickToExpandConfig:"\u06AF\u0633\u062A\u0631\u0634 \u067E\u06CC\u06A9\u0631\u0628\u0646\u062F\u06CC \u0641\u0639\u0644\u06CC",import:"\u4ECE\u6587\u4EF6\u5BFC\u5165\u914D\u7F6E",export:"\u0635\u0627\u062F\u0631\u0627\u062A \u0628\u0647 \u0641\u0627\u06CC\u0644",toggleDebug:"\u06AF\u0632\u0627\u0631\u0634 \u0647\u0627\u06CC \u0627\u0634\u06A9\u0627\u0644 \u0632\u062F\u0627\u06CC\u06CC \u0631\u0627 \u0631\u0648\u06CC \u06A9\u0646\u0633\u0648\u0644 \u0686\u0627\u067E \u06A9\u0646\u06CC\u062F","fingers.0":"\u0628\u0633\u062A\u0647","fingers.2":"\u0644\u0645\u0633 \u062F\u0648 \u0627\u0646\u06AF\u0634\u062A\u06CC","fingers.3":"\u0644\u0645\u0633 \u0633\u0647 \u0627\u0646\u06AF\u0634\u062A","fingers.4":"\u0644\u0645\u0633 \u0686\u0647\u0627\u0631 \u0627\u0646\u06AF\u0634\u062A","fingers.5":"\u0644\u0645\u0633 \u067E\u0646\u062C \u0627\u0646\u06AF\u0634\u062A",mouseHoldKey:"+ {key} \u0627\u06CC\u0646 \u067E\u0627\u0631\u0627\u06AF\u0631\u0627\u0641 \u0631\u0627 \u062A\u0631\u062C\u0645\u0647/\u0628\u0627\u0632\u06CC\u0627\u0628\u06CC \u06A9\u0646\u06CC\u062F",mouseHoldKeyAuto:"\u0627\u06CC\u0646 \u067E\u0627\u0631\u0627\u06AF\u0631\u0627\u0641 \u0631\u0627 \u0645\u0633\u062A\u0642\u06CC\u0645\u0627\u064B \u062A\u0631\u062C\u0645\u0647 \u06A9\u0646\u06CC\u062F",mouseHoldKeyOff:"\u0647\u06CC\u0686 \u06A9\u0627\u0631\u06CC \u0646\u06A9\u0646",mouseHoldKeyOther:"\u06A9\u0644\u06CC\u062F\u0647\u0627\u06CC \u0645\u06CC\u0627\u0646\u0628\u0631 \u0633\u0641\u0627\u0631\u0634\u06CC (\u062A\u0646\u0638\u06CC\u0645\u0627\u062A \u0628\u0627\u0632)",mouseHoldKeyCustomKey:"0 \u0627\u06CC\u0646 \u067E\u0627\u0631\u0627\u06AF\u0631\u0627\u0641 \u0631\u0627 {key} / \u0628\u0627\u0632\u06CC\u0627\u0628\u06CC \u06A9\u0646\u06CC\u062F",mouseHoverHoldKey:"\u0645\u0627\u0648\u0633 \u0631\u0627 \u0646\u06AF\u0647 \u062F\u0627\u0631\u06CC\u062F \u0648 \u06A9\u0644\u06CC\u062F \u0645\u06CC\u0627\u0646\u0628\u0631 \u0631\u0627 \u0641\u0634\u0627\u0631 \u062F\u0647\u06CC\u062F \u062A\u0627 \u067E\u0627\u0631\u0627\u06AF\u0631\u0627\u0641 \u062A\u0631\u062C\u0645\u0647 \u0634\u0648\u062F","mouse-translate":"MouseTranslateWhen",document:"\u0633\u0646\u062F",resetSuccess:"\u0647\u0645\u0647 \u062A\u0646\u0638\u06CC\u0645\u0627\u062A \u0628\u0627 \u0645\u0648\u0641\u0642\u06CC\u062A \u0628\u0627\u0632\u0646\u0634\u0627\u0646\u06CC \u0634\u062F",resetThisSuccess:"\u0628\u0627\u0632\u0646\u0634\u0627\u0646\u06CC \u0628\u0627 \u0645\u0648\u0641\u0642\u06CC\u062A \u0627\u0646\u062C\u0627\u0645 \u0634\u062F",saved:"\u0628\u0627 \u0645\u0648\u0641\u0642\u06CC\u062A \u0630\u062E\u06CC\u0631\u0647 \u0634\u062F",successImportConfig:"\u067E\u06CC\u06A9\u0631\u0628\u0646\u062F\u06CC \u0628\u0627 \u0645\u0648\u0641\u0642\u06CC\u062A \u0648\u0627\u0631\u062F \u0634\u062F",goAdvancedSettings:"\u0628\u0647 \u0635\u0641\u062D\u0647 \u062A\u0646\u0638\u06CC\u0645\u0627\u062A \u067E\u06CC\u0634\u0631\u0641\u062A\u0647 \u0628\u0631\u0648\u06CC\u062F",goAdvancedInterfaceSettings:"\u0628\u0647 \u0635\u0641\u062D\u0647 \u062A\u0646\u0638\u06CC\u0645\u0627\u062A \u0633\u0641\u0627\u0631\u0634\u06CC \u0633\u0627\u0632\u06CC \u067E\u06CC\u0634\u0631\u0641\u062A\u0647 \u0628\u0631\u0648\u06CC\u062F",advanced:"\u062A\u0646\u0638\u06CC\u0645\u0627\u062A \u067E\u06CC\u0634\u0631\u0641\u062A\u0647",advancedDescription:"\u0628\u0647 \u0637\u0648\u0631 \u06A9\u0644\u06CC\u060C \u0647\u06CC\u0686 \u062A\u0646\u0638\u06CC\u0645\u06CC \u0644\u0627\u0632\u0645 \u0646\u06CC\u0633\u062A\u060C \u0641\u0642\u0637 \u067E\u06CC\u0634 \u0641\u0631\u0636 \u0631\u0627 \u062D\u0641\u0638 \u06A9\u0646\u06CC\u062F. \u0641\u0642\u0637 \u0628\u0631\u0627\u06CC \u06A9\u0627\u0631\u0628\u0631\u0627\u0646 \u062D\u0631\u0641\u0647 \u0627\u06CC \u062A\u0631\u060C \u062A\u0646\u0638\u06CC\u0645\u0627\u062A \u0634\u062E\u0635\u06CC \u062A\u0631 \u0627\u0631\u0627\u0626\u0647 \u0634\u062F\u0647 \u0627\u0633\u062A.",developer:"\u062A\u0646\u0638\u06CC\u0645\u0627\u062A \u0628\u0631\u0646\u0627\u0645\u0647 \u0646\u0648\u06CC\u0633",donateCafe:"\u8BF7\u5F00\u53D1\u8005\u559D\u676F\u5496\u5561","translate to the bottom of the page":"\u6253\u5F00\u7F51\u9875\u540E\uFF0C\u662F\u5426\u7ACB\u5373\u7FFB\u8BD1\u5230\u9875\u9762\u5E95\u90E8\uFF1F",feedback:"\u0628\u0627\u0632\u062E\u0648\u0631\u062F",toggleTranslatePage:"\u062A\u0631\u062C\u0645\u0647 \u0635\u0641\u062D\u0647 \u0648\u0628/\u0646\u0645\u0627\u06CC\u0634 \u0645\u062A\u0646 \u0627\u0635\u0644\u06CC",translateToThePageEndImmediatelyDescription:"\u5F00\u542F\u540E\uFF0C\u5C06\u4F1A\u7ACB\u5373\u7FFB\u8BD1\u7F51\u9875\u4ECE\u9876\u90E8\u5230\u5E95\u90E8\u7684\u5185\u5BB9\uFF0C\u800C\u4E0D\u662F\u8FB9\u770B\u8FB9\u8BD1\u3002\uFF08\u4E0D\u63A8\u8350\u5F00\u542F\uFF09","translate all areas of the page":"\u0622\u06CC\u0627 \u0628\u0631\u0627\u06CC \u062A\u0631\u062C\u0645\u0647 \u0647\u0645\u0647 \u0642\u0633\u0645\u062A \u0647\u0627\u06CC \u0635\u0641\u062D\u0647 \u0648\u0628",translationAreaDescription:"\u5F00\u542F\u540E\uFF0C\u6574\u4E2A\u7F51\u9875\u7684\u533A\u57DF\u90FD\u4F1A\u88AB\u7FFB\u8BD1\uFF0C\u800C\u4E0D\u662F\u9ED8\u8BA4\u7684\u667A\u80FD\u8BC6\u522B\u4E3B\u8981\u533A\u57DF\u53BB\u7FFB\u8BD1\uFF08\u4E0D\u63A8\u8350\u5F00\u542F\uFF09","the number of characters to be translated first":"\u524D\u591A\u5C11\u4E2A\u5B57\u7B26\u65E0\u9700\u7B49\u5F85\u6EDA\u52A8\u5230\u53EF\u89C6\u533A\u57DF\uFF0C\u76F4\u63A5\u7FFB\u8BD1\uFF1F","interface language":"\u0632\u0628\u0627\u0646 \u0631\u0627\u0628\u0637","display both the original text and the translation":"\u0646\u0645\u0627\u06CC\u0634 \u0645\u062A\u0646 \u0627\u0635\u0644\u06CC \u0648 \u062A\u0631\u062C\u0645\u0647 \u0628\u0647 \u0637\u0648\u0631 \u0647\u0645\u0632\u0645\u0627\u0646","keyboard shortcuts":"\u0645\u06CC\u0627\u0646\u0628\u0631\u0647\u0627\u06CC \u0635\u0641\u062D\u0647 \u06A9\u0644\u06CC\u062F",modify:"\u06A9\u0644\u06CC\u062F\u0647\u0627\u06CC \u0645\u06CC\u0627\u0646\u0628\u0631 \u0631\u0627 \u062A\u063A\u06CC\u06CC\u0631 \u062F\u0647\u06CC\u062F",reset:"\u062A\u0646\u0638\u06CC\u0645 \u0645\u062C\u062F\u062F",close:"\u0628\u0633\u062A\u0647",homepage:"\u0635\u0641\u062D\u0647 \u0646\u062E\u0633\u062A",more:"\u0628\u06CC\u0634\u062A\u0631",moreOptions:"\u06AF\u0632\u06CC\u0646\u0647 \u0647\u0627\u06CC \u0633\u0641\u0627\u0631\u0634\u06CC \u0633\u0627\u0632\u06CC \u0628\u06CC\u0634\u062A\u0631\u06CC \u0631\u0627 \u06AF\u0633\u062A\u0631\u0634 \u062F\u0647\u06CC\u062F",translateTheWholePage:"\u062A\u0631\u062C\u0645\u0647 \u062A\u0645\u0627\u0645 \u0642\u0633\u0645\u062A\u200C\u0647\u0627\u06CC \u0635\u0641\u062D\u0647 (\u0645\u062A\u0641\u0627\u0648\u062A \u0627\u0632 \u0642\u0633\u0645\u062A\u200C\u0647\u0627\u06CC \u0627\u0635\u0644\u06CC \u062A\u0634\u062E\u06CC\u0635 \u0647\u0648\u0634\u0645\u0646\u062F)",changeToTranslateTheWholePage:"\u5207\u6362\u4E3A\u7FFB\u8BD1\u9875\u9762\u6240\u6709\u533A\u57DF",changeToTranslateTheMainPage:"\u5207\u6362\u4E3A\u667A\u80FD\u7FFB\u8BD1\u4E3B\u8981\u533A\u57DF",changeToOnlyTranslationMode:"\u0628\u0647 \u0646\u0645\u0627\u06CC\u0634 \u0641\u0642\u0637 \u062A\u0631\u062C\u0645\u0647 \u0647\u0627 \u0628\u0631\u0648\u06CC\u062F",changeToDualTranslationMode:"\u0628\u0647 \u062A\u0631\u062C\u0645\u0647 \u062F\u0648 \u0632\u0628\u0627\u0646\u0647 \u0628\u0631\u0648\u06CC\u062F",translateToThePageEndImmediately:"\u7ACB\u5373\u7FFB\u8BD1\u5230\u9875\u9762\u5E95\u90E8\uFF08\u533A\u522B\u4E8E\u6EDA\u52A8\u7FFB\u8BD1\uFF09",translateTheMainPage:"\u0632\u0645\u06CC\u0646\u0647 \u0647\u0627\u06CC \u0627\u0635\u0644\u06CC \u062A\u0631\u062C\u0645\u0647 \u0647\u0648\u0634\u0645\u0646\u062F","The local rules are up to date":"\u0642\u0648\u0627\u0646\u06CC\u0646 \u0633\u0627\u0632\u06AF\u0627\u0631\u06CC \u0645\u062D\u0644\u06CC \u0628\u0647 \u0631\u0648\u0632 \u0647\u0633\u062A\u0646\u062F:","Successfully synchronized with the latest official rules:":"\u0622\u062E\u0631\u06CC\u0646 \u0642\u0648\u0627\u0646\u06CC\u0646 \u0627\u0646\u0637\u0628\u0627\u0642 \u0631\u0633\u0645\u06CC \u0628\u0627 \u0645\u0648\u0641\u0642\u06CC\u062A \u0647\u0645\u06AF\u0627\u0645 \u0633\u0627\u0632\u06CC \u0634\u062F:","Checking for updates":"\u0628\u0631\u0631\u0633\u06CC \u0628\u0647 \u0631\u0648\u0632 \u0631\u0633\u0627\u0646\u06CC","Rules are being synchronized":"\u0647\u0645\u06AF\u0627\u0645 \u0633\u0627\u0632\u06CC \u0642\u0648\u0627\u0646\u06CC\u0646 \u0633\u0627\u0632\u06AF\u0627\u0631\u06CC",localVersionIsTooOld:"\u672C\u5730\u6269\u5C55\u7248\u672C\u8FC7\u65E7\uFF0C\u8BF7\u5347\u7EA7\u6269\u5C55\u5230 {minVersion} \u6216\u4E4B\u540E\u7684\u7248\u672C\u518D\u5C1D\u8BD5\u540C\u6B65",badUserscriptBrowser:"\u8BE5\u6D4F\u89C8\u5668\u672A\u6B63\u786E\u5B9E\u73B0\u6CB9\u7334\u7684\u63A5\u53E3\uFF0C\u8BF7\u4F7F\u7528\u5176\u4ED6<1>\u652F\u6301\u6CB9\u7334\u7684\u6D4F\u89C8\u5668\u5982(Firefox Nightly \u7248\u672C)",foundNewVersion:"\u0646\u0633\u062E\u0647 \u062C\u062F\u06CC\u062F \u067E\u06CC\u062F\u0627 \u0634\u062F",theLocalExtensionIsUpToUpdate:"\u0627\u0641\u0632\u0648\u0646\u0647 \u0641\u0639\u0644\u06CC \u0622\u062E\u0631\u06CC\u0646 \u0646\u0633\u062E\u0647 \u0627\u0633\u062A.",failToSyncRules:"\u0647\u0645\u06AF\u0627\u0645 \u0633\u0627\u0632\u06CC \u0622\u062E\u0631\u06CC\u0646 \u0642\u0648\u0627\u0646\u06CC\u0646 \u0627\u0646\u0637\u0628\u0627\u0642 \u0627\u0646\u062C\u0627\u0645 \u0646\u0634\u062F",retry:"\u062C\u0647\u062A \u062A\u0644\u0627\u0634 \u062F\u0648\u0628\u0627\u0631\u0647 \u0627\u06CC\u0646\u062C\u0627 \u06A9\u0644\u06CC\u06A9 \u06A9\u0646\u06CC\u062F",failedReason:"\u062F\u0644\u06CC\u0644 \u0634\u06A9\u0633\u062A",currentRuleVersion:"\u0646\u0633\u062E\u0647 \u0642\u0627\u0646\u0648\u0646 \u0641\u0639\u0644\u06CC",calculating:"\u062F\u0631 \u062D\u0627\u0644 \u0645\u062D\u0627\u0633\u0628\u0647",unknownError:"\u0627\u0634\u062A\u0628\u0627\u0647 \u0646\u0627\u0634\u0646\u0627\u062E\u062A\u0647",canNotFetchRemoteRule:"\u0646\u0645\u06CC \u062A\u0648\u0627\u0646 \u0642\u0648\u0627\u0646\u06CC\u0646 \u0631\u0627\u0647 \u062F\u0648\u0631 \u0631\u0627 \u062F\u0631\u06CC\u0627\u0641\u062A \u06A9\u0631\u062F",enableAlphaSuccess:"\u062A\u0627\u0628\u0639 \u0622\u0644\u0641\u0627 \u0631\u0648\u0634\u0646 \u0634\u062F",disableAlphaSuccess:"\u0648\u06CC\u0698\u06AF\u06CC \u0622\u0644\u0641\u0627 \u062E\u0627\u0645\u0648\u0634 \u0634\u062F",cacheSize:"\u0627\u0646\u062F\u0627\u0632\u0647 \u06A9\u0634\uFF1A",cleaning:"\u062A\u0645\u06CC\u0632 \u06A9\u0631\u062F\u0646",cleanCache:"\u067E\u0627\u06A9 \u06A9\u0631\u062F\u0646 \u062D\u0627\u0641\u0638\u0647 \u067E\u0646\u0647\u0627\u0646",options:"\u0628\u0631\u067E\u0627\u06CC\u06CC",about:"\u062F\u0631 \u0628\u0627\u0631\u0647",service:"\u062E\u062F\u0645\u0627\u062A \u062A\u0631\u062C\u0645\u0647",needAction:"(\u0628\u0647 \u062A\u0646\u0638\u06CC\u0645\u0627\u062A \u0628\u0631\u0648\u06CC\u062F)",goSettings:"\u0628\u0647 \u062A\u0646\u0638\u06CC\u0645\u0627\u062A \u0628\u0631\u0648\u06CC\u062F",needActionForOptions:"(\u0646\u06CC\u0627\u0632 \u0628\u0647 \u062A\u0646\u0638\u06CC\u0645)",translationEngine:"\u06AF\u0632\u06CC\u0646\u0647 \u0647\u0627\u06CC \u0645\u0648\u062A\u0648\u0631",sourceLanguage:"\u0632\u0628\u0627\u0646 \u0627\u0635\u0644\u06CC",target:"\u0632\u0628\u0627\u0646 \u0645\u0642\u0635\u062F",popupSourceLanguage:"\u0632\u0628\u0627\u0646 \u0627\u0635\u0644\u06CC",popupTarget:"\u0632\u0628\u0627\u0646 \u0645\u0642\u0635\u062F",popupService:"\u062E\u062F\u0645\u0627\u062A \u062A\u0631\u062C\u0645\u0647",forThisSite:"\u0648\u0628 \u0633\u0627\u06CC\u062A \u0641\u0639\u0644\u06CC",autoEnableSubtitle:"\u0632\u06CC\u0631\u0646\u0648\u06CC\u0633\u200C\u0647\u0627\u06CC \u062F\u0648\u0632\u0628\u0627\u0646\u0647 \u0631\u0627 \u0628\u0647\u200C\u0637\u0648\u0631 \u062E\u0648\u062F\u06A9\u0627\u0631 \u0631\u0648\u0634\u0646 \u06A9\u0646\u06CC\u062F",alwaysTranslateSomeLanguage:"\u603B\u662F\u7FFB\u8BD1{language}",neverTranslateSomeLanguage:"\u6C38\u4E0D\u7FFB\u8BD1{language}",alwaysTranslateSomeSite:"\u0647\u0645\u06CC\u0634\u0647 {hostname}\u0631\u0627 \u062A\u0631\u062C\u0645\u0647 \u06A9\u0646\u06CC\u062F",neverTranslateSomeSite:"\u0647\u0631\u06AF\u0632 {hostname}\u0631\u0627 \u062A\u0631\u062C\u0645\u0647 \u0646\u06A9\u0646\u06CC\u062F",alwaysTranslateSomeSiteOrWildSite:"\u0647\u0645\u06CC\u0634\u0647 \u0627\u06CC\u0646 \u0633\u0627\u06CC\u062A \u0631\u0627 \u062A\u0631\u062C\u0645\u0647 \u06A9\u0646\u06CC\u062F",alwaysTranslateSomePage:"\u0647\u0645\u06CC\u0634\u0647 \u0627\u06CC\u0646 \u0635\u0641\u062D\u0647 \u0631\u0627 \u062A\u0631\u062C\u0645\u0647 \u06A9\u0646\u06CC\u062F",add:"\u0627\u0636\u0627\u0641\u0647 \u06A9\u0631\u062F\u0646 \u0628\u0647",default:"\u067E\u06CC\u0634 \u0641\u0631\u0636",forThisLanguage:"\u0628\u0631\u0627\u06CC \u0627\u06CC\u0646 \u0632\u0628\u0627\u0646\uFF1A","add url":"\u0622\u062F\u0631\u0633 \u0627\u06CC\u0646\u062A\u0631\u0646\u062A\u06CC \u0631\u0627 \u0648\u0627\u0631\u062F \u06A9\u0646\u06CC\u062F",edit:"\u0648\u06CC\u0631\u0627\u06CC\u0634 \u06A9\u0646\u06CC\u062F","translate other languages into specific language":"\u0632\u0628\u0627\u0646 \u0647\u0627\u06CC \u062F\u06CC\u06AF\u0631 \u0631\u0627 \u0628\u0647 \u0632\u0628\u0627\u0646\u06CC \u06A9\u0647 \u062A\u0646\u0638\u06CC\u0645 \u06A9\u0631\u062F\u0647 \u0627\u06CC\u062F \u062A\u0631\u062C\u0645\u0647 \u06A9\u0646\u06CC\u062F","select translation service":"\u062E\u062F\u0645\u0627\u062A \u062A\u0631\u062C\u0645\u0647 \u0631\u0627 \u0627\u0646\u062A\u062E\u0627\u0628 \u06A9\u0646\u06CC\u062F",language:"\u0632\u0628\u0627\u0646","show-original":"\u0646\u0645\u0627\u06CC\u0634 \u0645\u062A\u0646 \u0627\u0635\u0644\u06CC",translate:"\u062A\u0631\u062C\u0645\u0647 \u06A9\u0631\u062F\u0646",Translated:"\u062A\u0631\u062C\u0645\u0647 \u0634\u062F\u0647",Translating:"\u062F\u0631 \u062D\u0627\u0644 \u062A\u0631\u062C\u0645\u0647",Error:"\u0627\u0634\u062A\u0628\u0627\u0647",allowCacheTranslations:"\u0641\u0639\u0627\u0644 \u06A9\u0631\u062F\u0646 \u062D\u0627\u0641\u0638\u0647 \u067E\u0646\u0647\u0627\u0646 \u062A\u0631\u062C\u0645\u0647 \u0645\u062D\u0644\u06CC (\u0628\u0631\u0627\u06CC \u06A9\u0627\u0647\u0634 \u062F\u0631\u062E\u0648\u0627\u0633\u062A \u0647\u0627\u06CC \u062A\u0631\u062C\u0645\u0647 \u0628\u0631\u0627\u06CC \u067E\u0627\u0631\u0627\u06AF\u0631\u0627\u0641 \u0647\u0627\u06CC \u062A\u06A9\u0631\u0627\u0631\u06CC)","translation display":"\u0633\u0628\u06A9 \u0646\u0645\u0627\u06CC\u0634 \u062A\u0631\u062C\u0645\u0647","select diplay style":"\u0633\u0628\u06A9 \u062A\u0631\u062C\u0645\u0647 \u0631\u0627 \u0645\u062A\u0645\u0627\u06CC\u0632 \u06A9\u0646\u06CC\u062F. \u0644\u0637\u0641\u0627\u064B \u0628\u0631\u0627\u06CC \u062C\u0632\u0626\u06CC\u0627\u062A \u0628\u06CC\u0634\u062A\u0631 \u0628\u0647 \u0645\u062B\u0627\u0644 \u0647\u0627\u06CC \u0632\u06CC\u0631 \u0645\u0631\u0627\u062C\u0639\u0647 \u06A9\u0646\u06CC\u062F:",interface:"\u062A\u0646\u0638\u06CC\u0645\u0627\u062A \u0631\u0627\u0628\u0637",import_export:"\u0648\u0627\u0631\u062F\u0627\u062A \u0648 \u0635\u0627\u062F\u0631\u0627\u062A",import_export_title:"\u067E\u06CC\u06A9\u0631\u0628\u0646\u062F\u06CC \u0648\u0627\u0631\u062F\u0627\u062A/\u0635\u0627\u062F\u0631\u0627\u062A",syncToGoogleDrive:"\u0627\u06A9\u0646\u0648\u0646 \u0628\u0627 Google Drive \u0647\u0645\u06AF\u0627\u0645 \u0633\u0627\u0632\u06CC \u06A9\u0646\u06CC\u062F",floatBallOptions:"\u062A\u0646\u0638\u06CC\u0645\u0627\u062A \u062A\u0648\u067E \u0645\u0639\u0644\u0642","floatBallOptions.enable":"\u062A\u0648\u067E \u0634\u0646\u0627\u0648\u0631 \u0631\u0627 \u0641\u0639\u0627\u0644 \u06A9\u0646\u06CC\u062F","floatBallOptions.blockUrls":"\u0648\u0628 \u0633\u0627\u06CC\u062A \u0631\u0627 \u063A\u06CC\u0631 \u0641\u0639\u0627\u0644 \u06A9\u0646\u06CC\u062F","floatBallOptions.add":"\u0627\u0636\u0627\u0641\u0647 \u06A9\u0631\u062F\u0646 \u0628\u0647","floatBallOptions.blockUrlDesc":"\u062A\u0648\u067E \u0634\u0646\u0627\u0648\u0631 \u0647\u0646\u06AF\u0627\u0645 \u0628\u0631\u062E\u0648\u0631\u062F \u0628\u0627 \u0648\u0628 \u0633\u0627\u06CC\u062A \u0647\u0627\u06CC \u0632\u06CC\u0631 \u0646\u0645\u0627\u06CC\u0634 \u062F\u0627\u062F\u0647 \u0646\u0645\u06CC \u0634\u0648\u062F","floatBallOptions.clickType":"\u0631\u0641\u062A\u0627\u0631 \u06A9\u0644\u06CC\u06A9\u06CC","floatBallOptions.clickTypeDesc":"\u0631\u0641\u062A\u0627\u0631 \u0646\u0645\u0627\u062F \u062A\u0648\u067E \u0634\u0646\u0627\u0648\u0631 \u0647\u0646\u06AF\u0627\u0645 \u06A9\u0644\u06CC\u06A9 \u06A9\u0631\u062F\u0646","floatBallOptions.clickPopup":"\u0646\u0645\u0627\u06CC\u0634 \u067E\u0627\u0646\u0644 \u062A\u0631\u062C\u0645\u0647","floatBallOptions.clickTranslate":"\u062A\u0631\u062C\u0645\u0647/\u0646\u0645\u0627\u06CC\u0634 \u0645\u062A\u0646 \u0627\u0635\u0644\u06CC","floatBallOptions.fixedPosition":"\u56FA\u5B9A\u4F4D\u7F6E","floatBallOptions.fixedPositionDesc":"\u60AC\u6D6E\u7403\u5728\u7A97\u53E3\u5DE6\u4FA7\u8FD8\u662F\u53F3\u4FA7","floatBallOptions.fixedPositionLeft":"\u5DE6\u4FA7","floatBallOptions.fixedPositionRight":"\u53F3\u4FA7",previewAllThemes:"\u067E\u06CC\u0634 \u0646\u0645\u0627\u06CC\u0634 \u0647\u0645\u0647 \u0633\u0628\u06A9 \u0647\u0627","translationTheme.none":"\u0647\u06CC\u0686 \u06CC\u06A9","translationTheme.grey":"\u062E\u0627\u06A9\u0633\u062A\u0631\u06CC \u062A\u06CC\u0631\u0647","translationTheme.dashed":"\u0632\u06CC\u0631 \u062E\u0637 \u0686\u06CC\u0646","translationTheme.dotted":"\u0632\u06CC\u0631 \u062E\u0637 \u0646\u0642\u0637\u0647 \u062F\u0627\u0631","translationTheme.dashedBorder":"\u0645\u0631\u0632 \u0634\u06A9\u0633\u062A\u0647","translationTheme.solidBorder":"\u0645\u0631\u0632 \u062C\u0627\u0645\u062F","translationTheme.underline":"\u0632\u06CC\u0631 \u062E\u0637 \u0645\u0633\u062A\u0642\u06CC\u0645","translationTheme.mask":"\u062C\u0644\u0648\u0647 \u062A\u0627\u0631\u06CC (\u062D\u0627\u0644\u062A \u06CC\u0627\u062F\u06AF\u06CC\u0631\u06CC)","translationTheme.opacity":"\u0627\u062B\u0631 \u0634\u0641\u0627\u0641\u06CC\u062A","translationTheme.paper":"\u0627\u0641\u06A9\u062A \u0633\u0627\u06CC\u0647 \u06A9\u0627\u063A\u0630 \u0633\u0641\u06CC\u062F","translationTheme.dividingLine":"\u062E\u0637 \u062A\u0642\u0633\u06CC\u0645","translationTheme.highlight":"\u0628\u0631\u062C\u0633\u062A\u0647","translationTheme.marker":"\u0646\u0634\u0627\u0646\u06AF\u0631","translationTheme.marker2":"\u0646\u0634\u0627\u0646\u06AF\u0631 2","translationTheme.blockquote":"\u0633\u0628\u06A9 \u0645\u0631\u062C\u0639","translationTheme.weakening":"\u062A\u0636\u0639\u06CC\u0641 \u0634\u0648\u062F","translationTheme.italic":"\u0645\u0648\u0631\u0628","translationTheme.bold":"\u067E\u0631\u0631\u0646\u06AF","translationTheme.thinDashed":"\u0632\u06CC\u0631 \u062E\u0637 \u0686\u06CC\u0646 \u0646\u0627\u0632\u06A9","translationTheme.nativeDashed":"\u0627\u06CC\u0646 \u0633\u06CC\u0633\u062A\u0645 \u062F\u0627\u0631\u0627\u06CC \u062E\u0637 \u0632\u06CC\u0631 \u0646\u0642\u0637\u0647\u200C\u062F\u0627\u0631 \u0627\u0633\u062A","translationTheme.nativeDotted":"\u0627\u06CC\u0646 \u0633\u06CC\u0633\u062A\u0645 \u062F\u0627\u0631\u0627\u06CC \u062E\u0637 \u0632\u06CC\u0631 \u0646\u0642\u0637\u0647\u200C\u062F\u0627\u0631 \u0627\u0633\u062A","translationTheme.nativeUnderline":"\u0627\u06CC\u0646 \u0633\u06CC\u0633\u062A\u0645 \u062F\u0627\u0631\u0627\u06CC \u062E\u0637 \u0645\u0633\u062A\u0642\u06CC\u0645 \u0627\u0633\u062A","translationTheme.wavy":"\u062E\u0637\u0648\u0637 \u0645\u0648\u0627\u062C","translationServices.custom":"API \u0633\u0641\u0627\u0631\u0634\u06CC","translationServices.tencent":"\u0645\u062A\u0631\u062C\u0645 \u062A\u0646\u0633\u0646\u062A","translationServices.tenAlpha":"\u0645\u062A\u0631\u062C\u0645 \u062A\u0646\u0633\u0646\u062A (\u0622\u0644\u0641\u0627)","translationServices.google":"\u0645\u062A\u0631\u062C\u0645 \u06AF\u0648\u06AF\u0644","translationServices.bai":"\u0628\u0627\u06CC\u062F\u0648 (\u0622\u0644\u0641\u0627)","translationServices.baidu":"\u0645\u062A\u0631\u062C\u0645 \u0628\u0627\u06CC\u062F\u0648","translationServices.aliyun":"\u062A\u0631\u062C\u0645\u0647 \u0627\u0628\u0631\u06CC \u0639\u0644\u06CC \u0628\u0627\u0628\u0627","translationServices.volc":"\u062A\u0631\u062C\u0645\u0647 \u0622\u062A\u0634\u0641\u0634\u0627\u0646","translationServices.deeplx":"DeepLX(Alpha)","translationServices.bing":"\u5FC5\u5E94\u7FFB\u8BD1","translationServices.deepl":"DeepL","translationServices.wechat":"\u062A\u0631\u062C\u0645\u0647 \u0648\u06CC \u0686\u062A","translationServices.azure":"\u5FAE\u8F6F\u7FFB\u8BD1","translationServices.ibm":"\u0622\u06CC \u0628\u06CC \u0627\u0645 \u0648\u0627\u062A\u0633\u0648\u0646","translationServices.aws":"\u062A\u0631\u062C\u0645\u0647 \u0622\u0645\u0627\u0632\u0648\u0646","translationServices.mock":"\u6A21\u62DF\u7FFB\u8BD11","translationServices.mock2":"\u062A\u0631\u062C\u0645\u0647 \u0634\u0628\u06CC\u0647 \u0633\u0627\u0632\u06CC \u0634\u062F\u0647 2","translationServices.caiyun":"\u06A9\u0627\u06CC\u0648\u0646 \u0634\u06CC\u0627\u0626\u0648\u06CC","translationServices.cai":"\u5F69\u4E91\u5C0F\u8BD1","translationServices.volcAlpha":"\u706B\u5C71\u7FFB\u8BD1(Alpha)","translationServices.openl":"OpenL","translationServices.youdao":"\u062A\u0631\u062C\u0645\u0647 \u06CC\u0648\u062F\u0627\u0626\u0648","translationServices.you":"\u062A\u0631\u062C\u0645\u0647 \u06CC\u0648\u062F\u0627\u0626\u0648 (\u0622\u0644\u0641\u0627)","translationServices.transmart":"\u062A\u0631\u062C\u0645\u0647 \u062A\u0639\u0627\u0645\u0644\u06CC Tencent","translationServices.niu":"\u062A\u0631\u062C\u0645\u0647 \u0645\u0627\u0648\u0631\u06CC\u06A9\u0633","translationServices.papago":"Papago\u7FFB\u8BD1","translationServices.d":"Deepl(Alpha)","translationServices.dpro":"\u062F\u06CC \u067E\u0631\u0648 (\u0642\u0646\u0627\u0631\u06CC)","translationServices.openai":"OpenAI","translationServices.yandex":"Yandex","translationServices.chatgpt":"ChatGPT Web (\u0645\u0648\u0628\u0627\u06CC\u0644 3.5)","translate title":"\u0639\u0646\u0648\u0627\u0646 \u0635\u0641\u062D\u0647 \u0631\u0627 \u062A\u0631\u062C\u0645\u0647 \u06A9\u0646\u06CC\u062F","always languages":"\u0647\u0645\u06CC\u0634\u0647 \u0632\u0628\u0627\u0646 \u062A\u0631\u062C\u0645\u0647 \u0634\u062F\u0647",neverTranslateLanguagesLabel:"\u0632\u0628\u0627\u0646 \u0647\u0627\u06CC\u06CC \u06A9\u0647 \u0647\u0631\u06AF\u0632 \u062A\u0631\u062C\u0645\u0647 \u0646\u0645\u06CC \u0634\u0648\u0646\u062F",neverTranslateTheFollowingLanguagesDescription:"\u5F53\u9875\u9762\u4E2D\u67D0\u4E00\u6BB5\u843D\u7684\u8BED\u8A00\u4E3A\u4E0B\u5217\u8BED\u8A00\u65F6\uFF0C\u4F1A\u81EA\u52A8\u8DF3\u8FC7\u7FFB\u8BD1\u8BE5\u6BB5\u843D",enableUserscriptPagePopup:"\u603B\u662F\u5728\u9875\u9762\u4E0A\u5C55\u793A Popup \u6D6E\u7A97",enableUserscriptPagePopupDescription:"\u5173\u95ED\u6D6E\u7A97\u540E\uFF0C\u53EF\u4EE5\u7528\u5FEB\u6377\u952E/{touch}\u5524\u8D77\u3002\u4E3A\u9632\u6B62\u4E0D\u614E\u5173\u95ED\u8BE5\u9009\u9879\u540E\u627E\u4E0D\u5230\u6D6E\u7A97\uFF0C\u5F3A\u70C8\u5EFA\u8BAE\u6536\u85CF\u672C\u8BBE\u7F6E\u9875","always translate the following languages":"\u0647\u0646\u06AF\u0627\u0645\u06CC \u06A9\u0647 \u0632\u0628\u0627\u0646 \u0635\u0641\u062D\u0647 \u0628\u0647 \u0632\u0628\u0627\u0646 \u0647\u0627\u06CC \u0632\u06CC\u0631 \u0628\u0627\u0634\u062F\u060C \u0628\u0647 \u0637\u0648\u0631 \u062E\u0648\u062F\u06A9\u0627\u0631 \u0628\u0647 \u0632\u0628\u0627\u0646 \u0645\u0642\u0635\u062F \u062A\u0631\u062C\u0645\u0647 \u0645\u06CC \u0634\u0648\u062F","always sites":"URL \u0647\u0627\u06CC \u0647\u0645\u06CC\u0634\u0647 \u062A\u0631\u062C\u0645\u0647 \u0634\u062F\u0647","always translate the following sites":"\u0647\u0646\u06AF\u0627\u0645\u06CC \u06A9\u0647 \u0648\u0628 \u0633\u0627\u06CC\u062A \u0628\u0627 \u0646\u0627\u0645 \u062F\u0627\u0645\u0646\u0647 \u0632\u06CC\u0631 \u0628\u0627\u0634\u062F\u060C \u0628\u0647 \u0637\u0648\u0631 \u062E\u0648\u062F\u06A9\u0627\u0631 \u0628\u0647 \u0632\u0628\u0627\u0646 \u0645\u0642\u0635\u062F \u062A\u0631\u062C\u0645\u0647 \u0645\u06CC \u0634\u0648\u062F","never sites":"URL \u0647\u0627\u06CC\u06CC \u06A9\u0647 \u0647\u0631\u06AF\u0632 \u062A\u0631\u062C\u0645\u0647 \u0646\u0645\u06CC \u0634\u0648\u0646\u062F","never translate the following sites":"\u0647\u0646\u06AF\u0627\u0645\u06CC \u06A9\u0647 \u0648\u0628 \u0633\u0627\u06CC\u062A \u062F\u0627\u0631\u0627\u06CC \u0646\u0627\u0645 \u062F\u0627\u0645\u0646\u0647 \u0632\u06CC\u0631 \u0628\u0627\u0634\u062F\u060C \u062A\u0631\u062C\u0645\u0647 \u0627\u0646\u062C\u0627\u0645 \u0646\u062E\u0648\u0627\u0647\u062F \u0634\u062F","please refer to":"\u0642\u0628\u0644 \u0627\u0632 \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u0628\u0627\u06CC\u062F \u06A9\u0644\u06CC\u062F \u0631\u0627 \u067E\u0631 \u06A9\u0646\u06CC\u062F. \u0628\u0631\u0627\u06CC \u062C\u0632\u0626\u06CC\u0627\u062A \u0644\u0637\u0641\u0627\u064B \u0628\u0647",KeyAndConfigurationTutorial:'"\u0622\u0645\u0648\u0632\u0634 \u0628\u0631\u0646\u0627\u0645\u0647 \u06A9\u0627\u0631\u0628\u0631\u062F\u06CC \u0648 \u067E\u06CC\u06A9\u0631\u0628\u0646\u062F\u06CC \u06A9\u0644\u06CC\u062F"',useAboveStyleForTheseSites:"\u603B\u662F\u4F7F\u7528 {theme} \u8BD1\u6587\u6837\u5F0F\u7684\u7F51\u7AD9",currentUrl:"URL \u0641\u0639\u0644\u06CC",confirm:"\u0635\u0631\u0641\u0647 \u062C\u0648\u06CC\u06CC",cancel:"\u0644\u063A\u0648 \u06A9\u0646\u06CC\u062F",delete:"\u062D\u0630\u0641","languages.auto":"\u062A\u0634\u062E\u06CC\u0635 \u062E\u0648\u062F\u06A9\u0627\u0631",syncToCloud:"\u540C\u6B65\u5230\u4E91\u7AEF",syncToCloudDescription:"\u5F00\u542F\u540E\u53EF\u4EE5\u5728\u4E0D\u540C\u7684\u6D4F\u89C8\u5668/\u6CB9\u7334\u811A\u672C\u4E4B\u95F4\u540C\u6B65\u914D\u7F6E,\u4EE5\u6700\u540E\u4FEE\u6539\u65F6\u95F4\u4E3A\u51C6\u3002",syncToAccount:"\u0647\u0645\u06AF\u0627\u0645 \u0633\u0627\u0632\u06CC \u0628\u0627 Immersive Translation Cloud",syncToAccountButton:"\u0641\u0648\u0631\u0627\u064B \u0628\u0627 \u0627\u0628\u0631 \u0647\u0645\u06AF\u0627\u0645 \u0633\u0627\u0632\u06CC \u06A9\u0646\u06CC\u062F",syncToAccountDescription:"\u0628\u0647 \u0637\u0648\u0631 \u062E\u0648\u062F\u06A9\u0627\u0631 \u067E\u06CC\u06A9\u0631\u0628\u0646\u062F\u06CC \u0647\u0627 \u0631\u0627 \u0628\u06CC\u0646 \u062F\u0633\u062A\u06AF\u0627\u0647 \u0647\u0627\u06CC \u0645\u062E\u062A\u0644\u0641 \u0628\u0631 \u0627\u0633\u0627\u0633 \u0622\u062E\u0631\u06CC\u0646 \u0632\u0645\u0627\u0646 \u062A\u063A\u06CC\u06CC\u0631 \u0647\u0645\u06AF\u0627\u0645 \u0633\u0627\u0632\u06CC \u06A9\u0646\u06CC\u062F.",successSyncConfigInAccount:"\u0628\u0627 \u0645\u0648\u0641\u0642\u06CC\u062A \u0628\u0627 \u0627\u0628\u0631 \u0647\u0645\u06AF\u0627\u0645 \u0628\u0645\u0627\u0646\u06CC\u062F",successSyncConfigToAccount:"\u0628\u0627 \u0645\u0648\u0641\u0642\u06CC\u062A \u0628\u0627 \u0627\u0628\u0631 \u0647\u0645\u06AF\u0627\u0645\u200C\u0633\u0627\u0632\u06CC \u0634\u062F",syncConfigNoUpdate:"\u062F\u0631 \u062D\u0627\u0644 \u062D\u0627\u0636\u0631 \u062C\u062F\u06CC\u062F\u062A\u0631\u06CC\u0646",authFail:"\u0645\u062C\u0648\u0632 \u0627\u0646\u062C\u0627\u0645 \u0646\u0634\u062F",syncTitle:"\u0645\u062F\u06CC\u0631\u06CC\u062A \u067E\u0634\u062A\u06CC\u0628\u0627\u0646 \u06AF\u06CC\u0631\u06CC \u062F\u0633\u062A\u06CC",import_hint:"\u0648\u0627\u0631\u062F \u0643\u0631\u062F\u0646",upload:"\u0628\u0627\u0631\u06AF\u0630\u0627\u0631\u06CC",revokeAuth:"\u0644\u063A\u0648 \u0645\u062C\u0648\u0632",uploadFail:"\u0622\u067E\u0644\u0648\u062F \u0627\u0646\u062C\u0627\u0645 \u0646\u0634\u062F",download:"\u062F\u0627\u0646\u0644\u0648\u062F",importSuccess:"\u0648\u0627\u0631\u062F\u0627\u062A \u0628\u0627 \u0645\u0648\u0641\u0642\u06CC\u062A \u0627\u0646\u062C\u0627\u0645 \u0634\u062F",importFail:"\u0648\u0627\u0631\u062F\u0627\u062A \u0627\u0646\u062C\u0627\u0645 \u0646\u0634\u062F",deleteFail:"\u062D\u0630\u0641 \u0646\u0634\u062F",backupToCloud:"\u0641\u0627\u06CC\u0644 \u0647\u0627\u06CC \u067E\u0634\u062A\u06CC\u0628\u0627\u0646 \u0631\u0627 \u0628\u0647 \u0635\u0648\u0631\u062A \u062F\u0633\u062A\u06CC \u0645\u062F\u06CC\u0631\u06CC\u062A \u06A9\u0646\u06CC\u062F",create_new_backup:"\u0627\u0636\u0627\u0641\u0647 \u06A9\u0631\u062F\u0646 \u06AF\u0631\u0647 \u067E\u0634\u062A\u06CC\u0628\u0627\u0646",maxBackupFiles:"\u062A\u0627{count}\u06AF\u0631\u0647 \u0645\u062E\u062A\u0644\u0641 \u0631\u0627 \u0645\u06CC \u062A\u0648\u0627\u0646 \u067E\u0634\u062A\u06CC\u0628\u0627\u0646 \u06AF\u06CC\u0631\u06CC \u06A9\u0631\u062F\u060C \u0644\u0637\u0641\u0627 \u06AF\u0631\u0647 \u0647\u0627\u06CC \u063A\u06CC\u0631 \u0636\u0631\u0648\u0631\u06CC \u0631\u0627 \u062D\u0630\u0641 \u06A9\u0646\u06CC\u062F",backupToCloudDescription:"\u0641\u0627\u06CC\u0644 \u0647\u0627\u06CC \u067E\u0634\u062A\u06CC\u0628\u0627\u0646 \u0631\u0627 \u0628\u0647 \u0635\u0648\u0631\u062A \u062F\u0633\u062A\u06CC \u0622\u067E\u0644\u0648\u062F \u06CC\u0627 \u0628\u0627\u0632\u06CC\u0627\u0628\u06CC \u06A9\u0646\u06CC\u062F\u060C \u062A\u0627 \u062D\u062F\u0627\u06A9\u062B\u0631 3 \u0646\u0633\u062E\u0647 \u067E\u0634\u062A\u06CC\u0628\u0627\u0646 \u062A\u0647\u06CC\u0647 \u06A9\u0646\u06CC\u062F",successSyncConfig:"\u0628\u0627 \u0645\u0648\u0641\u0642\u06CC\u062A \u0628\u0627 \u0627\u0628\u0631 \u0647\u0645\u06AF\u0627\u0645 \u0628\u0645\u0627\u0646\u06CC\u062F",syncFail:"\u0647\u0645\u06AF\u0627\u0645 \u0633\u0627\u0632\u06CC \u0627\u0646\u062C\u0627\u0645 \u0646\u0634\u062F",updatedAt:"\u0628\u0647 \u0631\u0648\u0632 \u0634\u062F\u0647 \u062F\u0631 {date}",lastSyncedAt:"\u0622\u062E\u0631\u06CC\u0646 \u0628\u0631\u0631\u0633\u06CC \u062F\u0631 {date}",downloadFail:"\u062F\u0627\u0646\u0644\u0648\u062F \u0646\u0634\u062F",clickToDownload:"\u0628\u0631\u0627\u06CC \u062F\u0627\u0646\u0644\u0648\u062F \u06A9\u0644\u06CC\u06A9 \u06A9\u0646\u06CC\u062F",aboutLabel:"\u062F\u0631\u0628\u0627\u0631\u0647 - \u0628\u0627\u0632\u062E\u0648\u0631\u062F","browser.openAboutPage":"\u5173\u4E8E/\u53CD\u9988/\u8D5E\u52A9",aboutLabelWithoutSponsor:"\u062F\u0631\u0628\u0627\u0631\u0647 - \u0628\u0627\u0632\u062E\u0648\u0631\u062F",aboutIntro:"\u8BE5\u6269\u5C55\u514D\u8D39\u4F7F\u7528\uFF0C\u5E0C\u671B\u6211\u4EEC\u90FD\u80FD\u66F4\u52A0\u5BB9\u6613\u4E14\u6109\u60A6\u5730\u83B7\u53D6\u4E92\u8054\u7F51\u4E0A\u5DE8\u5927\u7684\u5916\u8BED\u4FE1\u606F \u2764\uFE0F

\u611F\u8C22\u8FD9\u4E9B<1>\u8D5E\u52A9\u8005\u4EEC, \u7531\u4E8E\u4ED6/\u5979\u4EEC\u7684\u652F\u6301\uFF0C\u66F4\u591A\u7684\u4EBA\u53EF\u4EE5\u514D\u8D39\u5730\u4F7F\u7528\u8FD9\u4E2A\u5DE5\u5177\u3002\u5982\u679C\u6709\u4F59\u529B\uFF0C\u4F60\u53EF\u4EE5<2>\u70B9\u51FB\u8FD9\u91CC\u8D5E\u52A9\u6211\u7684\u5DE5\u4F5C\uFF0C\u4F60\u8FD8\u53EF\u4EE5\u5173\u6CE8\u6211\u7684<3>\u63A8\u7279\uFF0C<4>Telegram \u9891\u9053\u4EE5\u53CA\u4E0B\u65B9\u7684<5>\u90AE\u4EF6\u8BA2\u9605\u8FFD\u8E2A\u66F4\u65B0\u3002",aboutIntroWithoutSponsor:"\u8BE5\u6269\u5C55\u514D\u8D39\u4F7F\u7528\uFF0C\u5E0C\u671B\u6211\u4EEC\u90FD\u80FD\u66F4\u52A0\u5BB9\u6613\u4E14\u6109\u60A6\u5730\u83B7\u53D6\u4E92\u8054\u7F51\u4E0A\u5DE8\u5927\u7684\u5916\u8BED\u4FE1\u606F \u2764\uFE0F ",projectHomepage:"\u0635\u0641\u062D\u0647 \u0627\u0635\u0644\u06CC \u067E\u0631\u0648\u0698\u0647",joinTelegramGroup:"\u52A0\u5165 Telegram \u7FA4\u53C2\u4E0E\u529F\u80FD\u8BA8\u8BBA",wechatPublicAccount:"\u062D\u0633\u0627\u0628 \u0639\u0645\u0648\u0645\u06CC \u0648\u06CC \u0686\u062A",wechatCommunities:"\u06AF\u0631\u0648\u0647 \u0627\u0631\u062A\u0628\u0627\u0637\u06CC \u0648\u06CC \u0686\u062A",qqCommunities:"\u06A9\u0627\u0646\u0627\u0644 \u0627\u0631\u062A\u0628\u0627\u0637\u06CC QQ",joinTelegramChannel:"\u0628\u0631\u0627\u06CC \u0627\u0637\u0644\u0627\u0639 \u0627\u0632 \u0622\u062E\u0631\u06CC\u0646 \u0627\u062E\u0628\u0627\u0631 \u06A9\u0627\u0646\u0627\u0644 \u062A\u0644\u06AF\u0631\u0627\u0645 \u0631\u0627 \u062F\u0646\u0628\u0627\u0644 \u06A9\u0646\u06CC\u062F",feedbackAndJoin:"\u0628\u0627\u0632\u062E\u0648\u0631\u062F \u0645\u0634\u06A9\u0644/\u0628\u0647 \u06AF\u0631\u0648\u0647 \u0628\u067E\u06CC\u0648\u0646\u062F\u06CC\u062F",autoSync:"\u0647\u0645\u06AF\u0627\u0645 \u0633\u0627\u0632\u06CC \u0628\u0631\u0646\u0627\u0645\u0647 \u0631\u06CC\u0632\u06CC \u0634\u062F\u0647 \u062E\u0648\u062F\u06A9\u0627\u0631",loadingThemeTitle:"\u0633\u0628\u06A9 \u0628\u0627\u0631\u06AF\u06CC\u0631\u06CC",loadingThemeDescription:"\u0647\u0646\u06AF\u0627\u0645 \u0627\u0646\u062A\u0638\u0627\u0631 \u0628\u0631\u0627\u06CC \u0628\u0627\u0631\u06AF\u06CC\u0631\u06CC \u062A\u0631\u062C\u0645\u0647\u060C \u0633\u0628\u06A9 \u0631\u0627 \u062A\u0646\u0638\u06CC\u0645 \u06A9\u0646\u06CC\u062F","loadingTheme.spinner":"\u8F6C\u5708\u52A8\u753B Spinner","loadingTheme.text":"\u0645\u062A\u0646 \u0627\u06CC\u0633\u062A\u0627... ","loadingTheme.none":"\u0646\u0634\u0627\u0646 \u0646\u062F\u0647",developerDescription:"\u0627\u06CC\u0646\u062C\u0627 \u0645\u06CC \u062A\u0648\u0627\u0646\u06CC\u062F <1> \u0631\u0627 \u06A9\u0644\u06CC\u06A9 \u06A9\u0646\u06CC\u062F \u0645\u0634\u0627\u0647\u062F\u0647 \u0627\u0633\u0646\u0627\u062F \u0645\u0631\u0628\u0648\u0637 \u0628\u0647 \u0633\u0641\u0627\u0631\u0634\u06CC \u0633\u0627\u0632\u06CC \u067E\u06CC\u0634\u0631\u0641\u062A\u0647","edit border color":"\u0631\u0646\u06AF \u062D\u0627\u0634\u06CC\u0647 \u0631\u0627 \u062A\u063A\u06CC\u06CC\u0631 \u062F\u0647\u06CC\u062F",successSyncButNoChange:"\u067E\u06CC\u06A9\u0631\u0628\u0646\u062F\u06CC \u0641\u0639\u0644\u06CC \u0628\u0627 \u0627\u0628\u0631 \u0633\u0627\u0632\u06AF\u0627\u0631 \u0627\u0633\u062A",customTheme:"\u0631\u0646\u06AF \u0647\u0627 \u0648 \u0627\u0646\u062F\u0627\u0632\u0647 \u0647\u0627\u06CC \u0633\u0641\u0627\u0631\u0634\u06CC","customThemeLabel.borderColor":"\u0631\u0646\u06AF \u0644\u0628\u0647","customThemeLabel.borderRadius":"\u06AF\u0648\u0634\u0647 \u0647\u0627\u06CC \u06AF\u0631\u062F \u062D\u0627\u0634\u06CC\u0647","customThemeLabel.textColor":"\u0631\u0646\u06AF \u0645\u062A\u0646","customThemeLabel.backgroundColor":"\u0631\u0646\u06AF \u067E\u0633 \u0632\u0645\u06CC\u0646\u0647","customThemeLabel.zoom":"\u0645\u0642\u06CC\u0627\u0633 \u0628\u0646\u062F\u06CC \u0642\u0644\u0645 (%)","customThemeLabel.opacity":"\u06A9\u062F\u0648\u0631\u062A \u0645\u062A\u0646 (%)",resetToDefaultColor:"\u0628\u0647 \u0631\u0646\u06AF \u067E\u06CC\u0634 \u0641\u0631\u0636 \u0628\u0631\u06AF\u0631\u062F\u06CC\u062F",resetToDefaultSettings:"\u0628\u0647 \u062A\u0646\u0638\u06CC\u0645\u0627\u062A \u067E\u06CC\u0634 \u0641\u0631\u0636 \u0628\u0631\u06AF\u0631\u062F\u06CC\u062F",isTranslateTitle:"\u0639\u0646\u0627\u0648\u06CC\u0646 \u0635\u0641\u062D\u0627\u062A \u0648\u0628 \u062A\u0631\u062C\u0645\u0647 \u0634\u062F\u0647 \u0631\u0627 \u0631\u0648\u0634\u0646 \u06A9\u0646\u06CC\u062F",isTranslateTitleDescription:"\u0648\u0642\u062A\u06CC \u0631\u0648\u0634\u0646 \u0634\u062F\u060C \u0639\u0646\u0648\u0627\u0646 \u0635\u0641\u062D\u0647 \u0648\u0628 \u062A\u0631\u062C\u0645\u0647 \u062E\u0648\u0627\u0647\u062F \u0634\u062F",enableSearchEnhancement:"\u0628\u0647\u0628\u0648\u062F \u0627\u0637\u0644\u0627\u0639\u0627\u062A \u062F\u0648 \u0632\u0628\u0627\u0646\u0647 \u0631\u0627 \u0641\u0639\u0627\u0644 \u06A9\u0646\u06CC\u062F",enableSearchEnhancementDescription:"\u067E\u0633 \u0627\u0632 \u0631\u0648\u0634\u0646 \u0634\u062F\u0646\u060C \u0646\u062A\u0627\u06CC\u062C \u062C\u0633\u062A\u062C\u0648\u06CC \xABGoogle News\xBB \u0645\u0631\u0628\u0648\u0637 \u0628\u0647 \u06A9\u0644\u06CC\u062F\u0648\u0627\u0698\u0647\u200C\u0647\u0627\u06CC \u0627\u0646\u06AF\u0644\u06CC\u0633\u06CC \u0628\u0647\u200C\u0637\u0648\u0631 \u062E\u0648\u062F\u06A9\u0627\u0631 \u062F\u0631 \u0633\u062A\u0648\u0646 \u0633\u0645\u062A \u0631\u0627\u0633\u062A \u0648\u0628\u200C\u0633\u0627\u06CC\u062A\u200C\u0647\u0627\u06CC \u067E\u0634\u062A\u06CC\u0628\u0627\u0646\u06CC\u200C\u0634\u062F\u0647 (Google News\u060C Google Search (\u0628\u0631\u062E\u06CC \u06A9\u0644\u0645\u0627\u062A \u06A9\u0644\u06CC\u062F\u06CC)\u060C Snowball\u060C Oriental Fortune\u060C Futu\u060C \u0627\u0646\u062C\u0645\u0646 \u0628\u0628\u0631) \u0646\u0645\u0627\u06CC\u0634 \u062F\u0627\u062F\u0647 \u0645\u06CC\u200C\u0634\u0648\u0646\u062F.",verifyService:"\u0628\u0631\u0627\u06CC \u062A\u0633\u062A \u0633\u0631\u0648\u06CC\u0633 \u0627\u06CC\u0646\u062C\u0627 \u06A9\u0644\u06CC\u06A9 \u06A9\u0646\u06CC\u062F",verified:"\u062A\u0623\u06CC\u06CC\u062F \u0628\u0627 \u0645\u0648\u0641\u0642\u06CC\u062A \u0627\u0646\u062C\u0627\u0645 \u0634\u062F","field.langs":"\u06A9\u062F\u0647\u0627\u06CC \u0632\u0628\u0627\u0646 \u067E\u0634\u062A\u06CC\u0628\u0627\u0646\u06CC \u0634\u062F\u0647","field.model":"\u0645\u062F\u0644","field.translationEngine":"\u0645\u0648\u062A\u0648\u0631 \u062A\u0631\u062C\u0645\u0647","field.limitPerMinute":"\u062D\u062F\u0627\u06A9\u062B\u0631 \u062A\u0639\u062F\u0627\u062F \u062F\u0631\u062E\u0648\u0627\u0633\u062A \u062F\u0631 \u062F\u0642\u06CC\u0642\u0647","field.limitPerSecond":"\u062D\u062F\u0627\u06A9\u062B\u0631 \u062A\u0639\u062F\u0627\u062F \u062F\u0631\u062E\u0648\u0627\u0633\u062A \u062F\u0631 \u062B\u0627\u0646\u06CC\u0647","field.maxTextLengthPerRequest":"\u062D\u062F\u0627\u06A9\u062B\u0631 \u0637\u0648\u0644 \u0645\u062A\u0646 \u062F\u0631 \u0647\u0631 \u062F\u0631\u062E\u0648\u0627\u0633\u062A","field.maxTextGroupLengthPerRequest":"\u062D\u062F\u0627\u06A9\u062B\u0631 \u062A\u0639\u062F\u0627\u062F \u067E\u0627\u0631\u0627\u06AF\u0631\u0627\u0641 \u062F\u0631 \u0647\u0631 \u062F\u0631\u062E\u0648\u0627\u0633\u062A","field.apiUrl":"\u0622\u062F\u0631\u0633 \u0631\u0627\u0628\u0637 API \u0633\u0641\u0627\u0631\u0634\u06CC","field.placeholderDelimiters":"\u0645\u062A\u063A\u06CC\u0631\u0647\u0627\u06CC \u0631\u0632\u0631\u0648 \u0634\u062F\u0647","description.custom":"\u062F\u0633\u062A\u0631\u0633\u06CC \u0628\u0647 \u0631\u0627\u0628\u0637 \u0633\u0641\u0627\u0631\u0634\u06CC \u0628\u0647 \u0627\u0633\u0646\u0627\u062F \u0645\u0631\u062C\u0639 \u0646\u06CC\u0627\u0632 \u062F\u0627\u0631\u062F","description.limitPerMinute":"\u8BF7\u6C42\u6570\u8D85\u8FC7\u8BE5\u9650\u5236\u65F6\u4F1A\u88AB\u6682\u65F6\u7981\u7528\uFF0C\u76F4\u5230\u4E0B\u4E00\u5206\u949F\u5F00\u59CB\uFF0C\u9ED8\u8BA4\u8BBE\u7F6E\u4E3A OpenAI \u8BD5\u7528\u7248\u7684\u8BF7\u6C42\u9650\u5236","description.limitPerSecond":"\u0648\u0642\u062A\u06CC \u062A\u0639\u062F\u0627\u062F \u062F\u0631\u062E\u0648\u0627\u0633\u062A \u0647\u0627 \u0627\u0632 \u0627\u06CC\u0646 \u062D\u062F \u0628\u06CC\u0634\u062A\u0631 \u0634\u0648\u062F\u060C \u062A\u0627 \u0627\u0628\u062A\u062F\u0627\u06CC \u062B\u0627\u0646\u06CC\u0647 \u0628\u0639\u062F \u0648\u0627\u0631\u062F \u062D\u0627\u0644\u062A \u0635\u0641 \u0645\u06CC \u0634\u0648\u062F. \u0628\u0627 \u062A\u0648\u062C\u0647 \u0628\u0647 \u0645\u062D\u062F\u0648\u062F\u06CC\u062A\u200C\u0647\u0627\u06CC \u0645\u062E\u062A\u0644\u0641 \u0633\u0631\u0648\u06CC\u0633 \u0641\u0639\u0644\u06CC OpenAI\u060C \u0644\u0637\u0641\u0627\u064B <1> \u0631\u0627 \u0627\u06CC\u0646\u062C\u0627 \u06A9\u0644\u06CC\u06A9 \u06A9\u0646\u06CC\u062F \u0622\u062E\u0631\u06CC\u0646 \u0645\u0642\u0627\u062F\u06CC\u0631 \u062A\u0648\u0635\u06CC\u0647 \u0634\u062F\u0647 \u0631\u0627 \u0645\u0634\u0627\u0647\u062F\u0647 \u06A9\u0646\u06CC\u062F","description.generalLimitPerSecond":"\u0648\u0642\u062A\u06CC \u062A\u0639\u062F\u0627\u062F \u062F\u0631\u062E\u0648\u0627\u0633\u062A \u0647\u0627 \u0627\u0632 \u0627\u06CC\u0646 \u062D\u062F \u0628\u06CC\u0634\u062A\u0631 \u0634\u0648\u062F\u060C \u062A\u0627 \u0627\u0628\u062A\u062F\u0627\u06CC \u062B\u0627\u0646\u06CC\u0647 \u0628\u0639\u062F \u0648\u0627\u0631\u062F \u062D\u0627\u0644\u062A \u0635\u0641 \u0645\u06CC \u0634\u0648\u062F.","description.prompt":"\u0628\u0647 \u0639\u0646\u0648\u0627\u0646 \u06A9\u0627\u0631\u0628\u0631\u060C \u06AF\u0641\u062A\u06AF\u0648 \u0631\u0627 \u0628\u0647 {service} \u0627\u0631\u0633\u0627\u0644 \u06A9\u0646\u06CC\u062F\u060C \u06A9\u0647 \u062F\u0631 \u0622\u0646 {{text}} \u0645\u062D\u062A\u0648\u0627\u06CC \u0645\u062A\u0646 \u067E\u0627\u0631\u0627\u06AF\u0631\u0627\u0641\u060C {{from}} \u0632\u0628\u0627\u0646 \u067E\u0627\u0631\u0627\u06AF\u0631\u0627\u0641 \u0648 {{to}} \u0632\u0628\u0627\u0646 \u0645\u0642\u0635\u062F \u0631\u0627 \u0646\u0634\u0627\u0646 \u0645\u06CC \u062F\u0647\u062F.","description.maxTextLengthPerRequest":"\u9ED8\u8BA4\u4F1A\u5408\u5E76\u591A\u4E2A\u6BB5\u843D\uFF0C\u4EE5\u51CF\u5C11\u8BF7\u6C42\u6B21\u6570\uFF0C\u4F46\u662F\u5982\u679C\u6BB5\u843D\u603B\u957F\u5EA6\u8FC7\u957F\uFF0C\u4E5F\u53EF\u80FD\u4F1A\u5BFC\u81F4\u63A5\u53E3\u7684\u54CD\u5E94\u53D8\u6162\uFF0C\u56E0\u6B64\u53EF\u4EE5\u5C1D\u8BD5\u8C03\u6574\u8BE5\u9009\u9879\u6765\u4F18\u5316\u901F\u5EA6","description.systemPrompt":"\u0645\u06A9\u0627\u0644\u0645\u0647 \u0628\u0647 \u0639\u0646\u0648\u0627\u0646 \u0633\u06CC\u0633\u062A\u0645 \u0628\u0647 OpenAI \u0627\u0631\u0633\u0627\u0644 \u0645\u06CC \u0634\u0648\u062F\u060C \u06A9\u0647 \u062F\u0631 \u0622\u0646 {{text}} \u0646\u0634\u0627\u0646 \u062F\u0647\u0646\u062F\u0647 \u0645\u062D\u062A\u0648\u0627\u06CC \u0645\u062A\u0646 \u067E\u0627\u0631\u0627\u06AF\u0631\u0627\u0641\u060C{{from}} \u0646\u0634\u0627\u0646 \u062F\u0647\u0646\u062F\u0647 \u0632\u0628\u0627\u0646 \u067E\u0627\u0631\u0627\u06AF\u0631\u0627\u0641\u060C \u0648{{to}} \u0646\u0634\u0627\u0646 \u062F\u0647\u0646\u062F\u0647 \u0632\u0628\u0627\u0646 \u0645\u0642\u0635\u062F \u0627\u0633\u062A.","field.domain":"\u0631\u0634\u062A\u0647","description.domain":"\u067E\u06CC\u0634 \u0641\u0631\u0636\uFF1A\u0639\u0645\u0648\u0645\u06CC \u0627\u0633\u062A. \u0641\u0642\u0637 \u0632\u0645\u0627\u0646\u06CC \u0645\u06CC\u200C\u062A\u0648\u0627\u0646 \u0622\u0646 \u0631\u0627 \u062A\u0646\u0638\u06CC\u0645 \u06A9\u0631\u062F \u06A9\u0647 \u062A\u0631\u062C\u0645\u0647 \u0645\u0628\u062A\u0646\u06CC \u0628\u0631 \u062F\u0627\u0645\u0646\u0647 \u062F\u0631 \u06A9\u0646\u0633\u0648\u0644 Youdao API \u0641\u0639\u0627\u0644 \u0628\u0627\u0634\u062F. \u0628\u0631\u0627\u06CC \u0642\u0633\u0645\u062A\u200C\u0647\u0627\u06CC \u067E\u0634\u062A\u06CC\u0628\u0627\u0646\u06CC\u200C\u0634\u062F\u0647\u060C \u0644\u0637\u0641\u0627\u064B <1> \u0631\u0627 \u0627\u06CC\u0646\u062C\u0627 \u0628\u0628\u06CC\u0646\u06CC\u062F.","field.scene":"\u0635\u062D\u0646\u0647 \u0647\u0627\u06CC","description.scene":"\u067E\u06CC\u0634 \u0641\u0631\u0636\uFF1A\u0639\u0645\u0648\u0645\u06CC \u0627\u0633\u062A. \u062A\u0646\u0647\u0627 \u0632\u0645\u0627\u0646\u06CC \u0645\u06CC\u200C\u062A\u0648\u0627\u0646 \u0622\u0646 \u0631\u0627 \u062A\u0646\u0638\u06CC\u0645 \u06A9\u0631\u062F \u06A9\u0647 \u0646\u0633\u062E\u0647 \u062D\u0631\u0641\u0647\u200C\u0627\u06CC \u062A\u0631\u062C\u0645\u0647 \u0645\u0627\u0634\u06CC\u0646\u06CC \u062F\u0631 \u06A9\u0646\u0633\u0648\u0644 Alibaba Cloud API \u0641\u0639\u0627\u0644 \u0634\u0648\u062F. \u0628\u0631\u0627\u06CC \u0633\u0646\u0627\u0631\u06CC\u0648\u0647\u0627\u06CC \u067E\u0634\u062A\u06CC\u0628\u0627\u0646\u06CC \u0634\u062F\u0647 \u0628\u0647 <1> \u0627\u06CC\u0646\u062C\u0627 \u0645\u0631\u0627\u062C\u0639\u0647 \u06A9\u0646\u06CC\u062F.","field.vocabId":"\u0634\u0646\u0627\u0633\u0647 \u0641\u0631\u0647\u0646\u06AF \u0644\u063A\u062A \u06A9\u0627\u0631\u0628\u0631","description.vocabId":"\u0641\u0631\u0647\u0646\u06AF \u0644\u063A\u062A \u0645\u0634\u062E\u0635 \u0634\u062F\u0647 out_id \u062F\u0631 \u062D\u0627\u0644 \u062D\u0627\u0636\u0631 \u0627\u0632 \u062A\u0631\u062C\u0645\u0647 \u0627\u0646\u06AF\u0644\u06CC\u0633\u06CC \u0628\u0647 \u0686\u06CC\u0646\u06CC \u067E\u0634\u062A\u06CC\u0628\u0627\u0646\u06CC \u0645\u06CC \u06A9\u0646\u062F.","description.model":"\u0645\u062F\u0644 OpenAI \u0645\u06CC \u062A\u0648\u0627\u0646\u062F gpt-3.5-turbo\u060C gpt-4 \u0648 \u063A\u06CC\u0631\u0647 \u0628\u0627\u0634\u062F.","description.maxTextGroupLengthPerRequest":"\u062A\u0639\u062F\u0627\u062F \u067E\u0627\u0631\u0627\u06AF\u0631\u0627\u0641\u200C\u0647\u0627\u06CC\u06CC \u06A9\u0647 \u0647\u0631 \u0628\u0627\u0631 \u0628\u0647 \u0633\u0631\u0648\u06CC\u0633 \u062A\u0631\u062C\u0645\u0647 \u0627\u0631\u0633\u0627\u0644 \u0645\u06CC\u200C\u0634\u0648\u0646\u062F. \u0627\u06AF\u0631 \u062A\u0639\u062F\u0627\u062F \u067E\u0627\u0631\u0627\u06AF\u0631\u0627\u0641\u200C\u0647\u0627 \u0628\u06CC\u0634 \u0627\u0632 \u062D\u062F \u0628\u0627\u0634\u062F\u060C \u067E\u0627\u0633\u062E \u0631\u0627\u0628\u0637 \u0645\u0645\u06A9\u0646 \u0627\u0633\u062A \u06A9\u0646\u062F \u0634\u0648\u062F.","description.apiUrl":"\u8BF7\u6DFB\u52A0\u5177\u4F53\u5E26\u6709\u8DEF\u5F84\u7684\u7F51\u5740",enabledExtension:"\u0627\u0641\u0632\u0648\u0646\u0647 \u0631\u0627 \u0641\u0639\u0627\u0644 \u06A9\u0646\u06CC\u062F",clickToDisableExtension:"\u0628\u0631\u0627\u06CC \u063A\u06CC\u0631\u0641\u0639\u0627\u0644 \u06A9\u0631\u062F\u0646 \u0627\u0641\u0632\u0648\u0646\u0647 \u06A9\u0644\u06CC\u06A9 \u06A9\u0646\u06CC\u062F",clickToEnableExtension:"\u0628\u0631\u0627\u06CC \u0641\u0639\u0627\u0644 \u06A9\u0631\u062F\u0646 \u0628\u0631\u0646\u0627\u0645\u0647 \u0627\u0641\u0632\u0648\u062F\u0646\u06CC \u06A9\u0644\u06CC\u06A9 \u06A9\u0646\u06CC\u062F",hasBeenDisabled:"\u0645\u0639\u0644\u0648\u0644","show password":"\u0646\u0645\u0627\u06CC\u0634 \u0631\u0645\u0632 \u0639\u0628\u0648\u0631",customContent:"\u8F93\u5165\u81EA\u5B9A\u4E49\u5185\u5BB9",inputOptions:"\u0628\u0647\u0628\u0648\u062F \u062C\u0639\u0628\u0647 \u0648\u0631\u0648\u062F\u06CC",mouseHoverOptions:"\u0645\u0627\u0648\u0633 \u0628\u0631",modifyMouseHoverKey:"\u06A9\u0644\u06CC\u062F\u0647\u0627\u06CC \u0645\u06CC\u0627\u0646\u0628\u0631 \u0645\u0627\u0648\u0633 \u0631\u0627 \u062A\u063A\u06CC\u06CC\u0631 \u062F\u0647\u06CC\u062F",enableInputTranslation:"\u0641\u0639\u0627\u0644 \u06A9\u0631\u062F\u0646 \u0628\u0647\u0628\u0648\u062F \u062C\u0639\u0628\u0647 \u0648\u0631\u0648\u062F\u06CC",enableInputTranslationDescription:"\u067E\u0633 \u0627\u0632 \u0641\u0639\u0627\u0644 \u06A9\u0631\u062F\u0646{trailingKey}\u060C \u0645\u0633\u062A\u0642\u06CC\u0645\u0627\u064B {startingKey}{startingKey} hello \u0631\u0627 \u062F\u0631 \u06A9\u0627\u062F\u0631 \u0648\u0631\u0648\u062F\u06CC \u0648\u0627\u0631\u062F \u06A9\u0646\u06CC\u062F \u0648 \u0633\u067E\u0633 \u0628\u0647 \u0633\u0631\u0639\u062A \u0631\u0648\u06CC{inputTrailingTriggerKeyRepeatTimes}\u062F\u0648 \u0628\u0627\u0631 \u06A9\u0644\u06CC\u06A9 \u06A9\u0646\u06CC\u062F \u062A\u0627 \u0622\u0646 \u0631\u0627 \u0628\u0647 {inputTargetLanguage}\u062A\u0628\u062F\u06CC\u0644 \u06A9\u0646\u06CC\u062F.",enableInputTranslationDescriptionForNoneKey:"{trailingKey}\u0641\u0639\u0627\u0644 \u06A9\u0631\u062F\u0646 \u0622\u0646\u060C \u0645\u0633\u062A\u0642\u06CC\u0645\u0627\u064B\uFF1Ahello world \u0631\u0627 \u062F\u0631 \u06A9\u0627\u062F\u0631 \u0648\u0631\u0648\u062F\u06CC \u0648\u0627\u0631\u062F \u06A9\u0646\u06CC\u062F \u0648 \u0633\u067E\u0633 \u0628\u0647 \u0633\u0631\u0639\u062A{inputTrailingTriggerKeyRepeatTimes}\u0628\u0627\u0631 \u06A9\u0644\u06CC\u06A9 \u06A9\u0646\u06CC\u062F \u062A\u0627 \u0628\u0647 \u0632\u0628\u0627\u0646 \u0645\u0642\u0635\u062F \u067E\u06CC\u0634 \u0641\u0631\u0636 \u062A\u0631\u062C\u0645\u0647 \u0634\u0648\u062F.",inputTargetLanguage:"\u0632\u0628\u0627\u0646 \u0645\u0642\u0635\u062F \u067E\u06CC\u0634 \u0641\u0631\u0636 \u06A9\u0627\u062F\u0631 \u0648\u0631\u0648\u062F\u06CC \u0631\u0627 \u062A\u0646\u0638\u06CC\u0645 \u06A9\u0646\u06CC\u062F",inputTargetLanguageDescription:"\u0632\u0628\u0627\u0646 \u0645\u0642\u0635\u062F \u067E\u06CC\u0634\u200C\u0641\u0631\u0636 \u0628\u0631\u0627\u06CC \u062A\u0631\u062C\u0645\u0647 \u062C\u0639\u0628\u0647 \u0648\u0631\u0648\u062F\u06CC\u060C \u06A9\u0647 {startingKey}{startingKey} \u0628\u0647 \u0639\u0646\u0648\u0627\u0646 \u0632\u0628\u0627\u0646 \u067E\u06CC\u0634\u200C\u0641\u0631\u0636 \u0628\u0631\u0627\u06CC \u06A9\u0644\u0645\u0627\u062A \u0631\u0627\u0647\u200C\u0627\u0646\u062F\u0627\u0632 \u0627\u0633\u062A",inputTargetLanguageDescriptionForNoneKey:"\u0632\u0628\u0627\u0646 \u0645\u0642\u0635\u062F \u067E\u06CC\u0634\u200C\u0641\u0631\u0636 \u0628\u0631\u0627\u06CC \u062A\u0631\u062C\u0645\u0647\u200C\u0647\u0627\u06CC \u062C\u0639\u0628\u0647 \u0648\u0631\u0648\u062F\u06CC",inputStartingTriggerKeyTitle:"\u06A9\u0627\u0631\u0627\u06A9\u062A\u0631\u0647\u0627\u06CC \u062A\u0642\u0633\u06CC\u0645 \u0631\u0627 \u0628\u0631\u0627\u06CC \u062A\u0631\u062C\u0645\u0647 \u062C\u0632\u0626\u06CC \u06A9\u0627\u062F\u0631 \u0648\u0631\u0648\u062F\u06CC \u062A\u0646\u0638\u06CC\u0645 \u06A9\u0646\u06CC\u062F",inputStartingTriggerKeyDescription:"\u0647\u0646\u06AF\u0627\u0645\u06CC \u06A9\u0647 \u0646\u06CC\u0627\u0632\u06CC \u0628\u0647 \u062A\u0631\u062C\u0645\u0647 \u06A9\u0644 \u06A9\u0627\u062F\u0631 \u0648\u0631\u0648\u062F\u06CC \u0646\u062F\u0627\u0631\u06CC\u062F\u060C \u062C\u062F\u0627\u06A9\u0646\u0646\u062F\u0647 \u0628\u0647 \u0634\u0645\u0627 \u0627\u062C\u0627\u0632\u0647 \u0645\u06CC \u062F\u0647\u062F \u0641\u0642\u0637 \u0642\u0633\u0645\u062A \u0631\u0627 {startingKey}{startingKey} \u0628\u0647 \u0627\u0646\u062A\u0647\u0627\u06CC \u06A9\u0627\u062F\u0631 \u0648\u0631\u0648\u062F\u06CC \u062A\u0631\u062C\u0645\u0647 \u06A9\u0646\u06CC\u062F\u060C \u06CC\u0627 \u0645\u06CC \u062A\u0648\u0627\u0646\u06CC\u062F \u06A9\u062F \u0632\u0628\u0627\u0646 \u0631\u0627 \u0645\u0634\u062E\u0635 \u06A9\u0646\u06CC\u062F\u060C \u0628\u0647 \u0639\u0646\u0648\u0627\u0646 \u0645\u062B\u0627\u0644\u060C\uFF1A{startingKey}ja \u0628\u0647 \u0645\u0639\u0646\u0627\u06CC \u0641\u0642\u0637 \u062A\u0631\u062C\u0645\u0647 \u0627\u0633\u062A. \u0642\u0633\u0645\u062A \u0627\u0632 {startingKey}ja \u062A\u0627 \u0627\u0646\u062A\u0647\u0627\u06CC \u062C\u0639\u0628\u0647 \u0648\u0631\u0648\u062F\u06CC.",inputStartingTriggerKeyDescriptionForNoneKey:"\u062F\u0631 \u062D\u0627\u0644 \u062D\u0627\u0636\u0631 \u0628\u062F\u0648\u0646 \u0646\u06CC\u0627\u0632 \u0628\u0647 \u067E\u06CC\u0634\u0648\u0646\u062F \u062A\u0646\u0638\u06CC\u0645 \u0634\u062F\u0647 \u0627\u0633\u062A \u0648 \u0628\u0631\u062E\u06CC \u0627\u0632 \u0639\u0645\u0644\u06A9\u0631\u062F\u0647\u0627\u06CC \u062A\u0631\u062C\u0645\u0647 \u0645\u062A\u0646 \u062C\u0639\u0628\u0647 \u0648\u0631\u0648\u062F\u06CC \u0645\u0648\u0642\u062A\u0627\u064B \u062F\u0631 \u062F\u0633\u062A\u0631\u0633 \u0646\u06CC\u0633\u062A\u0646\u062F.",inputTrailingTriggerKeyTitle:"\u06CC\u06A9 \u06A9\u0627\u0631\u0627\u06A9\u062A\u0631 \u0645\u0627\u0634\u0647 \u0627\u06CC \u0631\u0627 \u0627\u0646\u062A\u062E\u0627\u0628 \u06A9\u0646\u06CC\u062F \u06A9\u0647 \u0628\u0647 \u0648\u0631\u0648\u062F\u06CC \u067E\u0627\u06CC\u0627\u0646 \u0645\u06CC \u062F\u0647\u062F",inputTrailingTriggerKeyDescription:"\u0628\u0627 \u0632\u062F\u0646{trailingKey} 3 \u0628\u0627\u0631 \u0645\u062A\u0648\u0627\u0644\u06CC\u060C \u062A\u0631\u062C\u0645\u0647 \u0634\u0631\u0648\u0639 \u0645\u06CC \u0634\u0648\u062F",inputTrailingTriggerKeyTimeout:"\u0641\u0627\u0635\u0644\u0647 \u0628\u06CC\u0646 \u0645\u0627\u0634\u0647 \u0647\u0627 \u0631\u0627 \u0628\u0631\u0627\u06CC \u067E\u0627\u06CC\u0627\u0646 \u062F\u0627\u062F\u0646 \u0628\u0647 \u062A\u0631\u06A9\u06CC\u0628 \u0648\u0627\u0631\u062F \u06A9\u0646\u06CC\u062F.",inputTrailingTriggerKeyTimeoutDescription:"\u0632\u0645\u0627\u0646 \u0641\u0627\u0635\u0644\u0647 (\u0645\u06CC\u0644\u06CC \u062B\u0627\u0646\u06CC\u0647) \u0631\u0627 \u0628\u0631\u0627\u06CC \u0648\u0631\u0648\u062F\u06CC \u0628\u0631\u0627\u06CC \u067E\u0627\u06CC\u0627\u0646 \u062F\u0627\u062F\u0646 \u0628\u0647 \u0645\u062D\u0631\u06A9 \u062A\u0631\u06A9\u06CC\u0628\u06CC \u062A\u0646\u0638\u06CC\u0645 \u06A9\u0646\u06CC\u062F",spaceKey:"",noneKey:"\u0628\u062F\u0648\u0646 \u0646\u06CC\u0627\u0632 \u0628\u0647 \u067E\u06CC\u0634\u0648\u0646\u062F\u060C \u0628\u0647 \u0637\u0648\u0631 \u0645\u0633\u062A\u0642\u06CC\u0645 \u06A9\u0644 \u062C\u0639\u0628\u0647 \u0645\u062A\u0646 \u0631\u0627 \u062A\u0631\u062C\u0645\u0647 \u06A9\u0646\u06CC\u062F",inputTranslationBlockUrlsTitle:"\u0647\u0631\u06AF\u0632 \u067E\u06CC\u0634\u0631\u0641\u062A \u0647\u0627\u06CC \u0641\u06CC\u0644\u062F \u0648\u0631\u0648\u062F\u06CC \u0631\u0627 \u062F\u0631 URL \u0647\u0627 \u0641\u0639\u0627\u0644 \u0646\u06A9\u0646\u06CC\u062F",inputTranslationBlockUrlsDescription:"\u062F\u0631 \u0622\u062F\u0631\u0633\u200C\u0647\u0627\u06CC \u0627\u06CC\u0646\u062A\u0631\u0646\u062A\u06CC \u0632\u06CC\u0631\u060C \u0628\u0647\u0628\u0648\u062F \u06A9\u0627\u062F\u0631 \u0648\u0631\u0648\u062F\u06CC \u0627\u062B\u0631\u06CC \u0646\u062E\u0648\u0627\u0647\u062F \u062F\u0627\u0634\u062A",clickToSeeQuickDemo:"\u0628\u0631\u0627\u06CC \u06AF\u0633\u062A\u0631\u0634 \u0648\u06CC\u062F\u06CC\u0648\u06CC \u0622\u0645\u0648\u0632\u0634 \u0633\u0631\u06CC\u0639 30 \u062B\u0627\u0646\u06CC\u0647 \u0627\u06CC \u06A9\u0644\u06CC\u06A9 \u06A9\u0646\u06CC\u062F",inputHelperInfo:"\u0646\u06A9\u062A\u0647\uFF1A: \u0645\u0627 \u0628\u0647 \u0637\u0648\u0631 \u062E\u0627\u0635 \u0627\u06CC\u0646 \u0645\u0648\u0636\u0648\u0639 \u0631\u0627 \u0628\u0647\u06CC\u0646\u0647 \u0633\u0627\u0632\u06CC \u06A9\u0631\u062F\u0647 \u0627\u06CC\u0645 \u06A9\u0647 \u062F\u0631 \u0622\u0646 \u0628\u0631\u062E\u06CC \u0627\u0632 \u06A9\u0627\u0631\u0627\u06A9\u062A\u0631\u0647\u0627\u06CC \u0645\u0627\u0634\u0647 \u0628\u0647 \u0639\u0644\u0627\u0626\u0645 \u0646\u06AF\u0627\u0631\u0634\u06CC \u0686\u06CC\u0646\u06CC \u062F\u0631 \u0631\u0648\u0634 \u0648\u0631\u0648\u062F\u06CC \u0686\u06CC\u0646\u06CC \u062A\u0628\u062F\u06CC\u0644 \u0645\u06CC \u0634\u0648\u0646\u062F. \u0628\u0647 \u0639\u0646\u0648\u0627\u0646 \u0645\u062B\u0627\u0644\u060C \u062F\u0631 \u0631\u0648\u0634 \u0648\u0631\u0648\u062F\u06CC Sogou\u060C / \u0628\u0647 \u0645\u06A9\u062B \u062A\u0628\u062F\u06CC\u0644 \u0645\u06CC \u0634\u0648\u062F\u060C \u0648 \u062A\u0631\u062C\u0645\u0647 \u0647\u0645\u0647 \u062C\u0627\u0646\u0628\u0647 \u0627\u0632 \u0647\u0645\u0647 \u0646\u0645\u0627\u062F\u0647\u0627\u06CC \u0686\u06CC\u0646\u06CC \u0645\u0631\u0628\u0648\u0637 \u0628\u0647 \u067E\u0634\u062A\u06CC\u0628\u0627\u0646\u06CC \u0645\u06CC \u06A9\u0646\u062F. \u06A9\u0627\u0631\u0627\u06A9\u062A\u0631\u0647\u0627\u06CC \u0645\u0627\u0634\u0647\u060C \u06CC\u0639\u0646\u06CC //\u060C\u060C \u0647\u0645\u0647 \u0628\u0647 \u0639\u0646\u0648\u0627\u0646 \u06A9\u0627\u0631\u0627\u06A9\u062A\u0631\u0647\u0627\u06CC \u0645\u0627\u0634\u0647 \u0634\u0646\u0627\u062E\u062A\u0647 \u0645\u06CC \u0634\u0648\u0646\u062F.

\u062F\u0631 \u0639\u06CC\u0646 \u062D\u0627\u0644\u060C \u0645\u0627 \u0647\u0645\u0686\u0646\u06CC\u0646 \u0627\u0632 \u0646\u0627\u0645 \u0645\u0633\u062A\u0639\u0627\u0631 \u0686\u06CC\u0646\u06CC \u06A9\u062F\u0647\u0627\u06CC \u0632\u0628\u0627\u0646 \u0628\u0647 \u0639\u0646\u0648\u0627\u0646 \u062F\u0633\u062A\u0648\u0631\u0627\u062A \u067E\u0634\u062A\u06CC\u0628\u0627\u0646\u06CC \u0645\u06CC \u06A9\u0646\u06CC\u0645. \u0628\u0647 \u0639\u0646\u0648\u0627\u0646 \u0645\u062B\u0627\u0644\u060C /Japanese Hello World \u0628\u0647 \u0698\u0627\u067E\u0646\u06CC \u062A\u0631\u062C\u0645\u0647 \u0645\u06CC \u0634\u0648\u062F. <1> \u0628\u0631\u0627\u06CC \u0645\u0634\u0627\u0647\u062F\u0647 \u0647\u0645\u0647 \u06A9\u062F\u0647\u0627\u06CC \u0632\u0628\u0627\u0646 \u067E\u0634\u062A\u06CC\u0628\u0627\u0646\u06CC \u0634\u062F\u0647 \u0627\u06CC\u0646\u062C\u0627 \u0631\u0627 \u06A9\u0644\u06CC\u06A9 \u06A9\u0646\u06CC\u062F. .",reloadCurrentPage:"\u0644\u0637\u0641\u0627\u064B \u0642\u0628\u0644 \u0627\u0632 \u0634\u0631\u0648\u0639 \u062A\u0631\u062C\u0645\u0647 \u0635\u0641\u062D\u0647 \u0641\u0639\u0644\u06CC \u0631\u0627 \u0628\u0627\u0632\u062E\u0648\u0627\u0646\u06CC \u06A9\u0646\u06CC\u062F",noLocalFilePermissionForPDF:"\u0645\u0627 \u062F\u0631 \u062D\u0627\u0644 \u062D\u0627\u0636\u0631 \u0645\u062C\u0648\u0632 \u062E\u0648\u0627\u0646\u062F\u0646 \u0641\u0627\u06CC\u0644 \u0647\u0627\u06CC \u0645\u062D\u0644\u06CC \u0631\u0627 \u0646\u062F\u0627\u0631\u06CC\u0645. \u0644\u0637\u0641\u0627 \u0631\u0648\u06CC \u062F\u06A9\u0645\u0647 \u0628\u0627\u0644\u0627 \u06A9\u0644\u06CC\u06A9 \u06A9\u0646\u06CC\u062F \u0648 \u0641\u0627\u06CC\u0644 \u0647\u0627\u06CC \u0645\u062D\u0644\u06CC \u0631\u0627 \u0648\u0627\u0631\u062F \u06A9\u0646\u06CC\u062F.",noPermissionForThisPage:"\u26A0\uFE0F \u0627\u062C\u0627\u0632\u0647 \u062A\u0631\u062C\u0645\u0647 \u0635\u0641\u062D\u0647 \u0641\u0639\u0644\u06CC \u0648\u062C\u0648\u062F \u0646\u062F\u0627\u0631\u062F",retryAllParagraphs:"\u0647\u0645\u0647 \u067E\u0627\u0631\u0627\u06AF\u0631\u0627\u0641 \u0647\u0627\u06CC \u062E\u0637\u0627 \u0631\u0627 \u062F\u0648\u0628\u0627\u0631\u0647 \u0627\u0645\u062A\u062D\u0627\u0646 \u06A9\u0646\u06CC\u062F",retryAllButton:"\u0647\u0645\u0647 \u067E\u0627\u0631\u0627\u06AF\u0631\u0627\u0641 \u0647\u0627\u06CC \u062E\u0637\u0627 \u0631\u0627 \u062F\u0648\u0628\u0627\u0631\u0647 \u0627\u0645\u062A\u062D\u0627\u0646 \u06A9\u0646\u06CC\u062F",errorTooltipTitle:"\u0628\u0631\u0627\u06CC \u0645\u0634\u0627\u0647\u062F\u0647 \u062F\u0644\u06CC\u0644 \u062E\u0637\u0627 \u06A9\u0644\u06CC\u06A9 \u06A9\u0646\u06CC\u062F",errorModalTitle:"\u0628\u0647 \u0646\u0638\u0631 \u0645\u06CC \u0631\u0633\u062F \u0645\u0634\u06A9\u0644\u06CC \u062F\u0631 \u062E\u062F\u0645\u0627\u062A \u062A\u0631\u062C\u0645\u0647 \u06CC\u0627 \u0634\u0628\u06A9\u0647 \u0648\u062C\u0648\u062F \u062F\u0627\u0631\u062F ...",disableConfirm:"\u062A\u0646\u0638\u06CC\u0645\u0627\u062A \u0627\u0641\u0632\u0627\u06CC\u0634 \u0627\u0637\u0644\u0627\u0639\u0627\u062A \u062F\u0648 \u0632\u0628\u0627\u0646\u0647",disableOnce:"\u0627\u06CC\u0646 \u0628\u0627\u0631 \u063A\u06CC\u0631 \u0641\u0639\u0627\u0644 \u0634\u062F\u0647",disableGlobal:"\u0628\u0631\u0627\u06CC \u0647\u0645\u06CC\u0634\u0647 \u0627\u0632 \u06A9\u0627\u0631 \u0627\u0641\u062A\u0627\u062F\u0647 \u0627\u0633\u062A",disableTint:"* \u0645\u06CC \u062A\u0648\u0627\u0646\u06CC\u062F \u0622\u0646 \u0631\u0627 \u0645\u062C\u062F\u062F\u0627\u064B \u062F\u0631 {option} \u0641\u0639\u0627\u0644 \u06A9\u0646\u06CC\u062F.",searchEnhancementNotes:"\u062F\u0631\u06CC\u0627\u0641\u062A\u06CC\u0645 \u06A9\u0647 \u0646\u062A\u0627\u06CC\u062C \u0627\u062E\u0628\u0627\u0631 \u0628\u0631\u0627\u06CC \u06A9\u0644\u0645\u0627\u062A \u06A9\u0644\u06CC\u062F\u06CC \u0686\u06CC\u0646\u06CC \u0648 \u06A9\u0644\u0645\u0627\u062A \u06A9\u0644\u06CC\u062F\u06CC \u0627\u0646\u06AF\u0644\u06CC\u0633\u06CC \u0628\u0633\u06CC\u0627\u0631 \u0645\u062A\u0641\u0627\u0648\u062A \u0627\u0633\u062A. \u067E\u0633 \u0627\u0632 \u0641\u0639\u0627\u0644 \u06A9\u0631\u062F\u0646 \u0639\u0645\u0644\u06A9\u0631\u062F \u0628\u0647\u0628\u0648\u062F \u0627\u0637\u0644\u0627\u0639\u0627\u062A \u062F\u0648\u0632\u0628\u0627\u0646\u0647 \u062A\u0631\u062C\u0645\u0647 \u0647\u0645\u0647\u062C\u0627\u0646\u0628\u0647\u060C \u062F\u0631 \u0648\u0628 \u0633\u0627\u06CC\u062A \u0647\u0627\u06CC \u067E\u0634\u062A\u06CC\u0628\u0627\u0646\u06CC \u0634\u062F\u0647 (Google News\u060C \u062C\u0633\u062A\u062C\u0648\u06CC Google (\u0628\u0631\u062E\u06CC \u0627\u0632 \u06A9\u0644\u0645\u0627\u062A \u06A9\u0644\u06CC\u062F\u06CC)\u060C Snowball\u060C Oriental Fortune Network\u060C Futu \u062C\u0633\u062A\u062C\u0648 \u062E\u0648\u0627\u0647\u06CC\u0645 \u06A9\u0631\u062F. , Tiger) \u0628\u0647 \u0637\u0648\u0631 \u062E\u0648\u062F\u06A9\u0627\u0631 \u0647\u0645\u0627\u0646 \u06A9\u0644\u0645\u0627\u062A \u06A9\u0644\u06CC\u062F\u06CC \u0631\u0627 \u0628\u0647 \u0632\u0628\u0627\u0646 \u0627\u0646\u06AF\u0644\u06CC\u0633\u06CC \u0628\u0631\u0627\u06CC \u0634\u0645\u0627 \u062C\u0633\u062A\u062C\u0648 \u0645\u06CC \u06A9\u0646\u062F \u0648 \u062F\u0631 \u0633\u0645\u062A \u0631\u0627\u0633\u062A \u0646\u0645\u0627\u06CC\u0634 \u0645\u06CC \u062F\u0647\u062F. \u0627\u06AF\u0631 \u0628\u0647 \u0627\u06CC\u0646 \u0648\u06CC\u0698\u06AF\u06CC \u0646\u06CC\u0627\u0632 \u0646\u062F\u0627\u0631\u06CC\u062F\u060C \u0645\u06CC \u062A\u0648\u0627\u0646\u06CC\u062F \u0622\u0646 \u0631\u0627 \u063A\u06CC\u0631\u0641\u0639\u0627\u0644 \u06A9\u0646\u06CC\u062F.",option:"\u0628\u0631\u067E\u0627\u06CC\u06CC",saveSettings:"\u062A\u0646\u0638\u06CC\u0645\u0627\u062A \u0631\u0627 \u0630\u062E\u06CC\u0631\u0647 \u06A9\u0646",closeModal:"\u067E\u0646\u062C\u0631\u0647 \u0631\u0627 \u0628\u0628\u0646\u062F",enableInputTranslationWithoutTriggerKeyTitle:"\u062A\u0631\u06A9\u06CC\u0628 \u0633\u0631\u06CC\u0639 \u0631\u0627 3 \u0628\u0627\u0631{trailingKey}\u0641\u0639\u0627\u0644 \u06A9\u0646\u06CC\u062F\u060C \u062A\u0645\u0627\u0645 \u06A9\u0627\u062F\u0631 \u0648\u0631\u0648\u062F\u06CC \u0631\u0627 \u0645\u0633\u062A\u0642\u06CC\u0645\u0627\u064B \u0628\u0647{inputTargetLanguage}\u062A\u0631\u062C\u0645\u0647 \u06A9\u0646\u06CC\u062F",enableInputTranslationWithoutTriggerKeyDescription:"\u0627\u06AF\u0631 \u0645\u06CC\u200C\u062E\u0648\u0627\u0647\u06CC\u062F \u0632\u0628\u0627\u0646 \u0645\u0642\u0635\u062F \u0631\u0627 \u0645\u0634\u062E\u0635 \u06A9\u0646\u06CC\u062F\u060C \u0644\u0637\u0641\u0627\u064B \u06A9\u062F \u0632\u0628\u0627\u0646 \u0645\u0642\u0627\u0628\u0644 \u0631\u0627 \u0627\u0636\u0627\u0641\u0647 \u06A9\u0646\u06CC\u062F\u060C \u0645\u0627\u0646\u0646\u062F\uFF1A\u06CC\u0627 Hello World",mouseHoverShortcutPlaceholder:"\u0645\u0627\u0646\u0646\u062F\uFF1AShift",deepLProName:"\u0639\u0636\u0648 \u062D\u0631\u0641\u0647 \u0627\u06CC \u062A\u0631\u062C\u0645\u0647 Immersive (\u062A\u0648\u0635\u06CC\u0647 \u0645\u06CC \u0634\u0648\u062F)",deepLProDescription:"\u0628\u0633\u062A\u0647 \u0641\u0639\u0644\u06CC \u0631\u0627 \u0645\u06CC \u062A\u0648\u0627\u0646 \u0628\u0647 \u0637\u0648\u0631 \u0645\u0633\u062A\u0642\u06CC\u0645 \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u06A9\u0631\u062F",deeplProDescriptionForNormal:"\u0647\u06CC\u0686 \u062A\u0646\u0638\u06CC\u0645\u0627\u062A\u06CC \u0644\u0627\u0632\u0645 \u0646\u06CC\u0633\u062A. \u0645\u06CC \u062A\u0648\u0627\u0646\u06CC\u062F \u067E\u0633 \u0627\u0632 \u0648\u0631\u0648\u062F \u0628\u0647 \u0639\u0646\u0648\u0627\u0646 \u0639\u0636\u0648 \u0627\u0632 \u0622\u0646 \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u06A9\u0646\u06CC\u062F. <1> \u0628\u0631\u0627\u06CC \u0627\u0631\u062A\u0642\u0627 \u0628\u0647 \u0639\u0636\u0648 \u0627\u06CC\u0646\u062C\u0627 \u0631\u0627 \u06A9\u0644\u06CC\u06A9 \u06A9\u0646\u06CC\u062F.",deepLCustomDescription:"\u0634\u0645\u0627 \u0628\u0647 \u06CC\u06A9 \u06A9\u0627\u0631\u062A \u0627\u0639\u062A\u0628\u0627\u0631\u06CC \u062E\u0627\u0631\u062C\u06CC \u0646\u06CC\u0627\u0632 \u062F\u0627\u0631\u06CC\u062F\u060C \u0628\u0647 <1>DeepL \u0628\u0631\u0648\u06CC\u062F \u0628\u0647 \u0637\u0648\u0631 \u0631\u0633\u0645\u06CC \u0628\u0627\u0632 \u0634\u062F\u060C \u0628\u0631\u0627\u06CC \u0645\u0634\u0627\u0647\u062F\u0647 \u0627\u0633\u0646\u0627\u062F <2> \u06A9\u0644\u06CC\u06A9 \u06A9\u0646\u06CC\u062F",deepLCustomName:"\u06A9\u0644\u06CC\u062F \u062A\u0623\u06CC\u06CC\u062F \u0633\u0641\u0627\u0631\u0634\u06CC",chooseProviderLabel:"\u0627\u0631\u0627\u0626\u0647 \u062F\u0647\u0646\u062F\u0647 \u062E\u062F\u0645\u0627\u062A \u0631\u0627 \u0627\u0646\u062A\u062E\u0627\u0628 \u06A9\u0646\u06CC\u062F",openaiProName:"\u0639\u0636\u0648 \u062D\u0631\u0641\u0647 \u0627\u06CC \u062A\u0631\u062C\u0645\u0647 Immersive (\u062A\u0648\u0635\u06CC\u0647 \u0645\u06CC \u0634\u0648\u062F)",openaiProDescription:"\u0628\u0633\u062A\u0647 \u0641\u0639\u0644\u06CC \u0631\u0627 \u0645\u06CC \u062A\u0648\u0627\u0646 \u0628\u0647 \u0637\u0648\u0631 \u0645\u0633\u062A\u0642\u06CC\u0645 \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u06A9\u0631\u062F",openaiProDescriptionForNormal:"\u0647\u06CC\u0686 \u062A\u0646\u0638\u06CC\u0645\u0627\u062A\u06CC \u0644\u0627\u0632\u0645 \u0646\u06CC\u0633\u062A. \u0645\u06CC \u062A\u0648\u0627\u0646\u06CC\u062F \u067E\u0633 \u0627\u0632 \u0648\u0631\u0648\u062F \u0628\u0647 \u0639\u0646\u0648\u0627\u0646 \u0639\u0636\u0648 \u0627\u0632 \u0622\u0646 \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u06A9\u0646\u06CC\u062F. <1> \u0628\u0631\u0627\u06CC \u0627\u0631\u062A\u0642\u0627 \u0628\u0647 \u0639\u0636\u0648 \u0627\u06CC\u0646\u062C\u0627 \u0631\u0627 \u06A9\u0644\u06CC\u06A9 \u06A9\u0646\u06CC\u062F.",openaiCustomDescription:"\u0645\u06CC \u062A\u0648\u0627\u0646 \u0622\u0646 \u0631\u0627 \u0627\u0632 OpenAI\u060C Azure OpenAI \u06CC\u0627 \u0633\u0627\u06CC\u0631 \u062E\u062F\u0645\u0627\u062A \u0634\u062E\u0635 \u062B\u0627\u0644\u062B \u062F\u0631\u06CC\u0627\u0641\u062A \u06A9\u0631\u062F. <1> \u0628\u0631\u0627\u06CC \u0645\u0634\u0627\u0647\u062F\u0647 \u0633\u0646\u062F \u0627\u06CC\u0646\u062C\u0627 \u0631\u0627 \u06A9\u0644\u06CC\u06A9 \u06A9\u0646\u06CC\u062F.",openaiCustomName:"\u06A9\u0644\u06CC\u062F API \u0633\u0641\u0627\u0631\u0634\u06CC",needLoginAction:"(\u0639\u0636\u0648\u06CC\u062A \u0631\u0627 \u0648\u0627\u0631\u062F \u06A9\u0646\u06CC\u062F \u06CC\u0627 \u0633\u0641\u0627\u0631\u0634\u06CC \u06A9\u0646\u06CC\u062F)",goLoginOrAction:"(\u0648\u0627\u0631\u062F \u0639\u0636\u0648\u06CC\u062A \u0634\u0648\u06CC\u062F \u06CC\u0627 \u0628\u0647 \u062A\u0646\u0638\u06CC\u0645\u0627\u062A \u0628\u0631\u0648\u06CC\u062F)",yearly:"\u0627\u0634\u062A\u0631\u0627\u06A9 \u0633\u0627\u0644\u0627\u0646\u0647 \u0645\u0633\u062A\u0645\u0631",quarterly:"\u0641\u0635\u0644 \u0647\u0627\u06CC \u0645\u062A\u0648\u0627\u0644\u06CC",monthly:"\u0627\u0634\u062A\u0631\u0627\u06A9 \u0645\u0627\u0647\u0627\u0646\u0647 \u0645\u0633\u062A\u0645\u0631",yearlyForOnce:"\u0628\u0633\u062A\u0647 \u0633\u0627\u0644\u0627\u0646\u0647 \u06CC\u06A9\u0628\u0627\u0631 \u0645\u0635\u0631\u0641",monthlyForOnce:"\u0628\u0633\u062A\u0647 \u06CC\u06A9\u0628\u0627\u0631\u0647 \u0645\u0627\u0647\u0627\u0646\u0647",daily:"\u0631\u0648\u0632\u0647\u0627\u06CC \u0645\u062A\u0648\u0627\u0644\u06CC",year:"\u0627\u0634\u062A\u0631\u0627\u06A9 \u0633\u0627\u0644\u0627\u0646\u0647 \u0645\u0633\u062A\u0645\u0631",quarter:"\u0641\u0635\u0644 \u0647\u0627\u06CC \u0645\u062A\u0648\u0627\u0644\u06CC",month:"\u0627\u0634\u062A\u0631\u0627\u06A9 \u0645\u0627\u0647\u0627\u0646\u0647 \u0645\u0633\u062A\u0645\u0631",day:"\u0631\u0648\u0632\u0647\u0627\u06CC \u0645\u062A\u0648\u0627\u0644\u06CC",onetime_7day:"\u0628\u0633\u062A\u0647 \u0622\u0632\u0645\u0627\u06CC\u0634\u06CC 7 \u0631\u0648\u0632\u0647",currentPlanDescriptionForFree:"\u0628\u0633\u062A\u0647 \u0641\u0639\u0644\u06CC\uFF1A\u0631\u0627\u06CC\u06AF\u0627\u0646 \u0627\u0633\u062A",currentPlanDescriptionForContinuous:"\u0628\u0633\u062A\u0647 \u0641\u0639\u0644\u06CC 0{plan}\uFF1A\u0648 \u0628\u0647 \u0637\u0648\u0631 \u062E\u0648\u062F\u06A9\u0627\u0631 \u062F\u0631 {endAt} \u062A\u0645\u062F\u06CC\u062F \u0645\u06CC \u0634\u0648\u062F",currentPlanDescriptionForAutoRenewCaceling:"\u0628\u0633\u062A\u0647 \u0641\u0639\u0644\u06CC\uFF1A{plan}\u0627\u0633\u062A \u0648 \u062F\u0631 {endAt} \u0645\u0646\u0642\u0636\u06CC \u0645\u06CC \u0634\u0648\u062F. \u067E\u0633 \u0627\u0632 \u0627\u0646\u0642\u0636\u0627 \u0628\u0647 \u0637\u0648\u0631 \u062E\u0648\u062F\u06A9\u0627\u0631 \u062A\u0645\u062F\u06CC\u062F \u0646\u0645\u06CC \u0634\u0648\u062F.",currentYearlyPlanDescriptionForAutoRenewCacelingWithRealPaiedUser:"\u0628\u0633\u062A\u0647 \u0641\u0639\u0644\u06CC\uFF1A{plan}\u062F\u0631 \u062A\u0627\u0631\u06CC\u062E {endAt} \u0645\u0646\u0642\u0636\u06CC \u0645\u06CC \u0634\u0648\u062F \u0648 \u067E\u0633 \u0627\u0632 \u0627\u0646\u0642\u0636\u0627 \u0628\u0647 \u0637\u0648\u0631 \u062E\u0648\u062F\u06A9\u0627\u0631 \u062A\u0645\u062F\u06CC\u062F \u0646\u0645\u06CC \u0634\u0648\u062F.
<1> \u0628\u0631\u0627\u06CC \u0645\u062F\u06CC\u0631\u06CC\u062A \u0628\u0631\u0646\u0627\u0645\u0647 \u0647\u0627\u06CC \u062A\u0645\u062F\u06CC\u062F \u0627\u06CC\u0646\u062C\u0627 \u0631\u0627 \u06A9\u0644\u06CC\u06A9 \u06A9\u0646\u06CC\u062F",currentYearlyPlanDescriptionForAutoRenewCacelingWithAdmin:"\u0628\u0633\u062A\u0647 \u0641\u0639\u0644\u06CC\uFF1A{plan}\u062F\u0631 \u062A\u0627\u0631\u06CC\u062E {endAt} \u0645\u0646\u0642\u0636\u06CC \u0645\u06CC \u0634\u0648\u062F \u0648 \u067E\u0633 \u0627\u0632 \u0627\u0646\u0642\u0636\u0627 \u0628\u0647 \u0637\u0648\u0631 \u062E\u0648\u062F\u06A9\u0627\u0631 \u062A\u0645\u062F\u06CC\u062F \u0646\u0645\u06CC \u0634\u0648\u062F.
<1>\u0628\u0631\u0627\u06CC \u0641\u0639\u0627\u0644 \u06A9\u0631\u062F\u0646 \u0627\u0634\u062A\u0631\u0627\u06A9 \u0633\u0627\u0644\u0627\u0646\u0647 \u0645\u0633\u062A\u0645\u0631 \u0627\u06CC\u0646\u062C\u0627 \u0631\u0627 \u06A9\u0644\u06CC\u06A9 \u06A9\u0646\u06CC\u062F",currentPlanDescriptionForOneTime:"\u0628\u0633\u062A\u0647 \u0641\u0639\u0644\u06CC\uFF1A{plan}\u0627\u0633\u062A \u0648 \u062F\u0631 {endAt} \u0645\u0646\u0642\u0636\u06CC \u0645\u06CC \u0634\u0648\u062F. <1> \u0628\u0631\u0627\u06CC \u0627\u0631\u062A\u0642\u0627\u0621 \u0628\u0647 \u0647\u0632\u06CC\u0646\u0647 \u0633\u0627\u0644\u0627\u0646\u0647 \u0627\u06CC\u0646\u062C\u0627 \u0631\u0627 \u06A9\u0644\u06CC\u06A9 \u06A9\u0646\u06CC\u062F \u06CC\u0627 <2> \u0647\u0632\u06CC\u0646\u0647 \u0645\u0627\u0647\u0627\u0646\u0647 \u0639\u0636\u0648",upgradePlan:"\u0628\u0631\u0627\u06CC \u0627\u0631\u062A\u0642\u0627\u0621 \u0628\u0647 \u0639\u0636\u0648\u06CC\u062A Pro \u0627\u06CC\u0646\u062C\u0627 \u0631\u0627 \u06A9\u0644\u06CC\u06A9 \u06A9\u0646\u06CC\u062F",upgradeToPro:"\u0628\u0647 \u0639\u0636\u0648\u06CC\u062A Pro \u0627\u0631\u062A\u0642\u0627 \u062F\u0647\u06CC\u062F","popup.openPro":"\u5F00\u901A\u4F1A\u5458\u540E\u53EF\u4EE5\u7545\u4EAB DeepL \u548C OpenAI \u7FFB\u8BD1","popup.openProForPro":"\u0634\u0645\u0627 \u06CC\u06A9 \u0639\u0636\u0648 \u062D\u0631\u0641\u0647 \u0627\u06CC \u0647\u0633\u062A\u06CC\u062F \u0648 \u0645\u06CC \u062A\u0648\u0627\u0646\u06CC\u062F \u0645\u0633\u062A\u0642\u06CC\u0645\u0627\u064B \u0627\u0632 \u062A\u0631\u062C\u0645\u0647 DeepL \u0648 OpenAI \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u06A9\u0646\u06CC\u062F",currentAccount:"\u062D\u0633\u0627\u0628 \u062C\u0627\u0631\u06CC",enableAutoSyncUserSettings:"\u0647\u0645\u06AF\u0627\u0645 \u0633\u0627\u0632\u06CC \u0627\u0628\u0631\u06CC \u062E\u0648\u062F\u06A9\u0627\u0631 \u0631\u0627 \u062F\u0631 \u0686\u0646\u062F\u06CC\u0646 \u062F\u0633\u062A\u06AF\u0627\u0647 \u0641\u0639\u0627\u0644 \u06A9\u0646\u06CC\u062F",modalEnableInputTranslationTitle:"\u0646\u06A9\u0627\u062A \u062A\u0631\u062C\u0645\u0647 \u0647\u0645\u0647\u062C\u0627\u0646\u0628\u0647 \u062C\u0639\u0628\u0647 \u0648\u0631\u0648\u062F\u06CC \u062A\u0631\u062C\u0645\u0647",modalEnableInputTranslationDesc:"\u0634\u0645\u0627 \u0628\u0647 \u062A\u0627\u0632\u06AF\u06CC \u062A\u0631\u062C\u0645\u0647 \u062C\u0639\u0628\u0647 \u0648\u0631\u0648\u062F\u06CC Immersive Translation \u0631\u0627 \u0628\u0627 \u0641\u0634\u0627\u0631 \u062F\u0627\u062F\u0646 \u06A9\u0644\u06CC\u062F \u0641\u0627\u0635\u0644\u0647 \u0633\u0647 \u0628\u0627\u0631 \u067E\u0634\u062A \u0633\u0631 \u0647\u0645 \u0641\u0639\u0627\u0644 \u06A9\u0631\u062F\u0647 \u0627\u06CC\u062F \u0648 \u0645\u062D\u062A\u0648\u0627\u06CC \u062C\u0639\u0628\u0647 \u0648\u0631\u0648\u062F\u06CC \u0628\u0647 \u0632\u0628\u0627\u0646 \u0645\u0642\u0635\u062F \u067E\u06CC\u0634 \u0641\u0631\u0636 \u062A\u0631\u062C\u0645\u0647 \u0645\u06CC \u0634\u0648\u062F. \u062A\u0631\u062C\u0645\u0647 \u0631\u0627 \u0645\u06CC \u062A\u0648\u0627\u0646 \u0628\u0627 Ctrl+Z \u0644\u063A\u0648 \u06A9\u0631\u062F.

\u0627\u06AF\u0631 \u0627\u06CC\u0646 \u06CC\u06A9 \u0627\u0634\u062A\u0628\u0627\u0647 \u0627\u0633\u062A\u060C \u0646\u06AF\u0631\u0627\u0646 \u0646\u0628\u0627\u0634\u06CC\u062F\u060C \u0645\u06CC\u200C\u062A\u0648\u0627\u0646\u06CC\u062F \u0627\u06CC\u0646 \u0628\u0627\u0631 \u0622\u0646 \u0631\u0627 \u063A\u06CC\u0631\u0641\u0639\u0627\u0644 \u06A9\u0646\u06CC\u062F \u06CC\u0627 \u062A\u0631\u062C\u0645\u0647 \u062C\u0639\u0628\u0647 \u0648\u0631\u0648\u062F\u06CC \u0631\u0627 \u0628\u0631\u0627\u06CC \u0647\u0645\u06CC\u0634\u0647 \u063A\u06CC\u0631\u0641\u0639\u0627\u0644 \u06A9\u0646\u06CC\u062F.",saveAndNotShowAgain:"\u0630\u062E\u06CC\u0631\u0647 \u06A9\u0646\u06CC\u062F \u0648 \u062F\u0648\u0628\u0627\u0631\u0647 \u062F\u0631\u062E\u0648\u0627\u0633\u062A \u0646\u06A9\u0646\u06CC\u062F",disableInputTranslationTips:"* \u0647\u0645\u0686\u0646\u06CC\u0646 \u0645\u06CC \u062A\u0648\u0627\u0646\u06CC\u062F \u0633\u0627\u06CC\u0631 \u06A9\u0644\u06CC\u062F\u0647\u0627\u06CC \u0645\u06CC\u0627\u0646\u0628\u0631 \u0631\u0627 \u0628\u0631\u0627\u06CC \u0641\u0639\u0627\u0644 \u06A9\u0631\u062F\u0646 {option} \u060C{learnMore}\u062A\u0646\u0638\u06CC\u0645 \u06A9\u0646\u06CC\u062F.",learnMore:"\u0628\u0631\u0627\u06CC \u0627\u0637\u0644\u0627\u0639\u0627\u062A \u0628\u06CC\u0634\u062A\u0631 \u0627\u06CC\u0646\u062C\u0627 \u06A9\u0644\u06CC\u06A9 \u06A9\u0646\u06CC\u062F",continueEnalbeInputTranslation:"\u0628\u0647 \u0641\u0639\u0627\u0644 \u06A9\u0631\u062F\u0646 \u062A\u0631\u062C\u0645\u0647 \u062C\u0639\u0628\u0647 \u0648\u0631\u0648\u062F\u06CC \u0627\u062F\u0627\u0645\u0647 \u062F\u0647\u06CC\u062F",autoRenewTrialSuffix:'(\u062F\u0631 \u0637\u0648\u0644 \u062F\u0648\u0631\u0647 \u0622\u0632\u0645\u0627\u06CC\u0634\u06CC\u060C\u0628\u0644\u0627\u0641\u0627\u0635\u0644\u0647 \u0628\u0647 \u06CC\u06A9\u0631\u0633\u0645\u06CC \u0627\u0631\u062A\u0642\u0627 \u062E\u0648\u0627\u0647\u062F \u06CC\u0627\u0641\u062A.',upgradeFromTrialTitle:"\u0627\u0631\u062A\u0642\u0627 \u0628\u0647 \u0639\u0636\u0648 \u0631\u0633\u0645\u06CC",subtitle:"\u0632\u06CC\u0631\u0646\u0648\u06CC\u0633 \u0648\u06CC\u062F\u06CC\u0648",youtubeService:"\u062E\u062F\u0645\u0627\u062A \u062A\u0631\u062C\u0645\u0647 \u0632\u06CC\u0631\u0646\u0648\u06CC\u0633 \u0648\u06CC\u062F\u06CC\u0648\u06CC\u06CC \u0647\u0645\u0647\u062C\u0627\u0646\u0628\u0647","subtitle.disabledSubtitle":"\u0632\u06CC\u0631\u0646\u0648\u06CC\u0633 \u0648\u06CC\u062F\u06CC\u0648 \u0631\u0627 \u0628\u0631\u0627\u06CC \u0647\u0645\u06CC\u0634\u0647 \u063A\u06CC\u0631\u0641\u0639\u0627\u0644 \u06A9\u0646\u06CC\u062F","subtitle.disabledSubtitleDescription":"\u0627\u06AF\u0631 \u0632\u06CC\u0631\u0646\u0648\u06CC\u0633\u200C\u0647\u0627\u06CC \u0648\u06CC\u062F\u06CC\u0648\u06CC \xAB\u062A\u0631\u062C\u0645\u0647 Immersive\xBB \u0628\u0627 \u0628\u0631\u0646\u0627\u0645\u0647\u200C\u0647\u0627\u06CC \u0627\u0641\u0632\u0648\u062F\u0646\u06CC \u062F\u06CC\u06AF\u0631 \u062A\u062F\u0627\u062E\u0644 \u062F\u0627\u0631\u0646\u062F\u060C \u0645\u06CC\u200C\u062A\u0648\u0627\u0646\u06CC\u062F \u0627\u0646\u062A\u062E\u0627\u0628 \u06A9\u0646\u06CC\u062F \u06A9\u0647 \u0639\u0645\u0644\u06A9\u0631\u062F \u0632\u06CC\u0631\u0646\u0648\u06CC\u0633\u200C\u0647\u0627\u06CC \u0648\u06CC\u062F\u06CC\u0648\u06CC\u06CC \u062A\u0631\u062C\u0645\u0647 Immersive \u0631\u0627 \u0628\u0631\u0627\u06CC \u0647\u0645\u06CC\u0634\u0647 \u063A\u06CC\u0631\u0641\u0639\u0627\u0644 \u06A9\u0646\u06CC\u062F \u06CC\u0627 \u0633\u0627\u06CC\u0631 \u0628\u0631\u0646\u0627\u0645\u0647\u200C\u0647\u0627\u06CC \u0627\u0641\u0632\u0648\u062F\u0646\u06CC \u0645\u062A\u0646\u0627\u0642\u0636 \u0631\u0627 \u062D\u0630\u0641 \u0646\u0635\u0628 \u06A9\u0646\u06CC\u062F.","subtitle.autoEnableSubtitle":"\u5F00\u542F\u5B57\u5E55\u7FFB\u8BD1","subtitle.autoEnableSubtitleDescription":"\u067E\u0633 \u0627\u0632 \u0641\u0639\u0627\u0644 \u0633\u0627\u0632\u06CC\u060C \u0647\u0646\u06AF\u0627\u0645 \u067E\u062E\u0634 \u0648\u06CC\u062F\u06CC\u0648\u060C \u0632\u06CC\u0631\u0646\u0648\u06CC\u0633 \u062F\u0648\u0632\u0628\u0627\u0646\u0647 \u0628\u0647 \u0635\u0648\u0631\u062A \u062E\u0648\u062F\u06A9\u0627\u0631 \u0646\u0645\u0627\u06CC\u0634 \u062F\u0627\u062F\u0647 \u0645\u06CC \u0634\u0648\u062F\u060C \u062F\u0631 \u063A\u06CC\u0631 \u0627\u06CC\u0646 \u0635\u0648\u0631\u062A \u0628\u0627\u06CC\u062F \u0631\u0648\u06CC \u062F\u06A9\u0645\u0647 \u062A\u0631\u062C\u0645\u0647 \u06A9\u0644\u06CC\u06A9 \u06A9\u0646\u06CC\u062F \u062A\u0627 \u0646\u0645\u0627\u06CC\u0634 \u062F\u0627\u062F\u0647 \u0634\u0648\u062F.","subtitle.preTranslation":"\u0628\u0631\u0627\u06CC \u062A\u0631\u062C\u0645\u0647 \u0632\u06CC\u0631\u0646\u0648\u06CC\u0633 \u0647\u0627 \u0627\u0632 \u062A\u0631\u062C\u0645\u0647 \u0647\u0645\u0647 \u062C\u0627\u0646\u0628\u0647 \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u06A9\u0646\u06CC\u062F","subtitle.preTranslationDescription":"\u067E\u0633 \u0627\u0632 \u0641\u0639\u0627\u0644 \u06A9\u0631\u062F\u0646 \u0622\u0646\u060C \u0627\u0648\u0644\u0648\u06CC\u062A \u0628\u0627 \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u0627\u0632 \u062E\u062F\u0645\u0627\u062A \u062A\u0631\u062C\u0645\u0647 \u0645\u0634\u062E\u0635 \u0634\u062F\u0647 \u062F\u0631 \u0632\u06CC\u0631 \u0628\u0631\u0627\u06CC \u062A\u0631\u062C\u0645\u0647 \u06A9\u0644 \u0632\u06CC\u0631\u0646\u0648\u06CC\u0633 \u0627\u0632 \u0642\u0628\u0644 \u062E\u0648\u0627\u0647\u062F \u0628\u0648\u062F. \u06CC\u06A9 \u0648\u06CC\u062F\u06CC\u0648\u06CC \u06CC\u06A9 \u0633\u0627\u0639\u062A\u0647 \u062A\u0642\u0631\u06CC\u0628\u0627\u064B 50000 \u062A\u0648\u06A9\u0646 \u06CC\u0627 \u06A9\u0627\u0631\u0627\u06A9\u062A\u0631 \u0645\u0635\u0631\u0641 \u0645\u06CC \u06A9\u0646\u062F\u060C \u0628\u0646\u0627\u0628\u0631\u0627\u06CC\u0646 \u0644\u0637\u0641\u0627\u064B \u0627\u0632 \u0622\u0646 \u062F\u0631 \u0635\u0648\u0631\u062A \u0644\u0632\u0648\u0645 \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u06A9\u0646\u06CC\u062F\u061B \u067E\u0633 \u0627\u0632 \u063A\u06CC\u0631\u0641\u0639\u0627\u0644 \u0634\u062F\u0646\u060C \u0627\u0648\u0644\u0648\u06CC\u062A \u062F\u0627\u062F\u0647 \u0645\u06CC \u0634\u0648\u062F. \u0628\u0631\u0627\u06CC \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u0627\u0632 \u0632\u06CC\u0631\u0646\u0648\u06CC\u0633\u200C\u0647\u0627\u06CC \u062A\u0631\u062C\u0645\u0647\u200C\u0634\u062F\u0647 \u0645\u0627\u0634\u06CC\u0646\u06CC \u0647\u0645\u0631\u0627\u0647 \u0628\u0627 \u0648\u06CC\u062F\u06CC\u0648\u06CC \u0627\u0635\u0644\u06CC.","subtitle.humanSubtitlesPreferred":"\u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u0627\u0632 \u0632\u06CC\u0631\u0646\u0648\u06CC\u0633 \u0647\u0627\u06CC \u0627\u0646\u0633\u0627\u0646\u06CC \u0631\u0627 \u062F\u0631 \u0627\u0648\u0644\u0648\u06CC\u062A \u0642\u0631\u0627\u0631 \u062F\u0647\u06CC\u062F","subtitle.humanSubtitlesPreferredDescription":"\u0648\u0642\u062A\u06CC \u0648\u06CC\u062F\u06CC\u0648\u06CC\u06CC \u062F\u0627\u0631\u0627\u06CC \u0632\u06CC\u0631\u0646\u0648\u06CC\u0633 \u062F\u0633\u062A\u06CC \u0628\u0647 \u0632\u0628\u0627\u0646 \u0645\u0642\u0635\u062F \u0627\u0633\u062A\u060C \u0627\u0628\u062A\u062F\u0627 \u0627\u0632 \u0632\u06CC\u0631\u0646\u0648\u06CC\u0633 \u062F\u0633\u062A\u06CC \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u06A9\u0646\u06CC\u062F (\u062A\u0648\u0635\u06CC\u0647 \u0645\u06CC\u200C\u0634\u0648\u062F)",videoSubtitleTranslationDescription:"\u06CC\u06A9 \u0633\u0631\u0648\u06CC\u0633 \u062A\u0631\u062C\u0645\u0647 \u062C\u062F\u0627\u06AF\u0627\u0646\u0647 \u0628\u0631\u0627\u06CC \u0632\u06CC\u0631\u0646\u0648\u06CC\u0633 \u0648\u06CC\u062F\u06CC\u0648\u0647\u0627 \u062A\u0639\u06CC\u06CC\u0646 \u06A9\u0646\u06CC\u062F",subtitleTranslating:"\u062A\u0631\u062C\u0645\u0647 \u0632\u06CC\u0631\u0646\u0648\u06CC\u0633 \u0628\u0627 \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u0627\u0632 \u0633\u0631\u0648\u06CC\u0633 {service} \u060C \u0644\u0637\u0641\u0627 \u0635\u0628\u0631 \u06A9\u0646\u06CC\u062F... (\u062A\u0631\u062C\u0645\u0647 \u0647\u0645\u0647 \u062C\u0627\u0646\u0628\u0647)",subtitleLoading:"\u062F\u0631 \u062D\u0627\u0644 \u0628\u0627\u0631\u06AF\u06CC\u0631\u06CC \u0632\u06CC\u0631\u0646\u0648\u06CC\u0633...",bilingual:"\u062F\u0648 \u0632\u0628\u0627\u0646\u0647","field.action":"\u0627\u06CC\u0646\u06A9\u0647 \u0622\u06CC\u0627 \u0627\u0635\u0637\u0644\u0627\u062D\u0627\u062A Baidu \u0631\u0627 \u0641\u0639\u0627\u0644 \u06A9\u0646\u06CC\u062F","description.action":"\u067E\u0633 \u0627\u0632 \u0641\u0639\u0627\u0644 \u06A9\u0631\u062F\u0646\u060C \u067E\u0627\u0631\u0627\u0645\u062A\u0631 action=1 \u0628\u0647 \u062F\u0631\u062E\u0648\u0627\u0633\u062A \u0627\u0636\u0627\u0641\u0647 \u0645\u06CC\u200C\u0634\u0648\u062F \u062A\u0627 \u0628\u0647 Baidu \u0627\u0637\u0644\u0627\u0639 \u062F\u0627\u062F\u0647 \u0634\u0648\u062F \u062A\u0627 \u0627\u0635\u0637\u0644\u0627\u062D \u0641\u0639\u0627\u0644 \u0634\u0648\u062F. <1> \u0644\u0637\u0641\u0627\u064B \u0628\u0631\u0627\u06CC \u062F\u0633\u062A\u0648\u0631\u0627\u0644\u0639\u0645\u0644\u200C\u0647\u0627\u06CC \u0628\u06CC\u0634\u062A\u0631 \u0628\u0647 \u0645\u0633\u062A\u0646\u062F\u0627\u062A \u0631\u0633\u0645\u06CC \u0645\u0631\u0627\u062C\u0639\u0647 \u06A9\u0646\u06CC\u062F.",closeQuickTranslation:"\u062A\u0648\u067E \u0634\u0646\u0627\u0648\u0631 \u0631\u0627 \u0628\u0628\u0646\u062F\u06CC\u062F","closeQuickTranslation.untilNext":"\u062A\u0627 \u0628\u0627\u0632\u062F\u06CC\u062F \u0628\u0639\u062F\u06CC \u062A\u0639\u0637\u06CC\u0644 \u0627\u0633\u062A","closeQuickTranslation.currentWebsite":"\u0648\u0628 \u0633\u0627\u06CC\u062A \u0641\u0639\u0644\u06CC \u063A\u06CC\u0631\u0641\u0639\u0627\u0644 \u0627\u0633\u062A","closeQuickTranslation.alwaysClose":"\u0628\u0631\u0627\u06CC \u0647\u0645\u06CC\u0634\u0647 \u0627\u0632 \u06A9\u0627\u0631 \u0627\u0641\u062A\u0627\u062F\u0647 \u0627\u0633\u062A","closeQuickTranslation.settingOpen":"(\u062F\u0631 \u0635\u0641\u062D\u0647 \u062A\u0646\u0638\u06CC\u0645\u0627\u062A <1> \u0642\u0627\u0628\u0644 \u0645\u0634\u0627\u0647\u062F\u0647 \u0627\u0633\u062A \u0631\u0648\u0634\u0646 \u06A9\u0646)","closeQuickTranslation.cancel":"\u0644\u063A\u0648 \u06A9\u0646\u06CC\u062F","closeQuickTranslation.confirm":"\u0645\u0637\u0645\u0626\u0646","floatBall.popup":"\u067E\u0627\u0646\u0644 \u062A\u0646\u0638\u06CC\u0645\u0627\u062A \u0633\u0631\u06CC\u0639 \u0631\u0627 \u0628\u0627\u0632 \u06A9\u0646\u06CC\u062F","floatBall.translate":"\u0628\u0631\u0627\u06CC \u062A\u0631\u062C\u0645\u0647 \u0627\u06CC\u0646 \u0635\u0641\u062D\u0647 \u06A9\u0644\u06CC\u06A9 \u06A9\u0646\u06CC\u062F","floatBall.showOriginal":"\u0628\u0631\u0627\u06CC \u0628\u0627\u0632\u06AF\u0634\u062A \u0628\u0647 \u0645\u062A\u0646 \u0627\u0635\u0644\u06CC \u06A9\u0644\u06CC\u06A9 \u06A9\u0646\u06CC\u062F","floatBall.close":"\u062A\u0648\u067E \u0634\u0646\u0627\u0648\u0631 \u0631\u0627 \u0628\u0628\u0646\u062F\u06CC\u062F","floatBallOptions.enableDescPc":"\u067E\u0633 \u0627\u0632 \u0641\u0639\u0627\u0644 \u0634\u062F\u0646 \u062A\u0648\u067E \u0634\u0646\u0627\u0648\u0631 \u0635\u0641\u062D\u0647\u060C \u062F\u06A9\u0645\u0647 \u062A\u0631\u062C\u0645\u0647 \u0633\u0631\u06CC\u0639 \u062F\u0631 \u0633\u0645\u062A \u0631\u0627\u0633\u062A \u0635\u0641\u062D\u0647 \u0646\u0645\u0627\u06CC\u0634 \u062F\u0627\u062F\u0647 \u0645\u06CC \u0634\u0648\u062F.\u0628\u0631\u0627\u06CC \u062A\u0631\u062C\u0645\u0647 \u06A9\u0644\u06CC\u06A9 \u06A9\u0646\u06CC\u062F.","floatBallOptions.enableDesc":"\u5173\u95ED\u60AC\u6D6E\u7403\u540E\uFF0C\u53EF\u4EE5\u7528\u5FEB\u6377\u952E/{touch}\u5524\u8D77\u3002\u4E3A\u9632\u6B62\u4E0D\u614E\u5173\u95ED\u8BE5\u9009\u9879\u540E\u627E\u4E0D\u5230\u60AC\u6D6E\u7403\uFF0C\u5F3A\u70C8\u5EFA\u8BAE\u6536\u85CF\u672C\u8BBE\u7F6E\u9875","description.azureApiUrl":"\u0622\u062F\u0631\u0633 \u0631\u0627\u0628\u0637 API \u0633\u0641\u0627\u0631\u0634\u06CC \u0631\u0627 \u067E\u0631 \u06A9\u0646\u06CC\u062F",confirmSupportMouse:"\u786E\u8BA4\u5F53\u524D\u6D4F\u89C8\u5668\u652F\u6301\u9F20\u6807",confirmSupportMouseDescription:"\u062A\u0634\u062E\u06CC\u0635 \u062F\u0627\u062F\u0647 \u0634\u062F\u0647 \u0627\u0633\u062A \u06A9\u0647 \u0645\u0631\u0648\u0631\u06AF\u0631 \u0641\u0639\u0644\u06CC \u0627\u0632 \u0639\u0645\u0644\u06A9\u0631\u062F \u0645\u0627\u0648\u0633 \u067E\u0634\u062A\u06CC\u0628\u0627\u0646\u06CC \u0646\u0645\u06CC \u06A9\u0646\u062F. \u0622\u06CC\u0627 \u0645\u06CC \u062E\u0648\u0627\u0647\u06CC\u062F \u067E\u0634\u062A\u06CC\u0628\u0627\u0646\u06CC \u0627\u0632 \u0645\u0627\u0648\u0633 \u0631\u0627 \u0628\u0647 \u0627\u062C\u0628\u0627\u0631 \u0641\u0639\u0627\u0644 \u06A9\u0646\u06CC\u062F\u061F",sampleTargetText:"\u0634\u0628 \u0637\u0648\u0644\u0627\u0646\u06CC \u062F\u0631 \u0631\u0627\u0647 \u0627\u0633\u062A \u0648 \u0645\u0646 \u0627\u0632 \u0627\u06CC\u0646 \u0628\u0647 \u0628\u0639\u062F \u062A\u0627 \u0632\u0645\u0627\u0646\u06CC \u06A9\u0647 \u0628\u0645\u06CC\u0631\u0645 \u0645\u0631\u0627\u0642\u0628 \u062E\u0648\u0627\u0647\u0645 \u0628\u0648\u062F. \u0645\u0646 \u0646\u0647 \u0632\u0646 \u0645\u06CC\u06AF\u06CC\u0631\u0645\u060C \u0646\u0647 \u0634\u0627\u0647\u06CC\u060C \u0646\u0647 \u0641\u0631\u0632\u0646\u062F\u06CC. \u062A\u0627\u062C \u0628\u0631 \u0633\u0631 \u0646\u062E\u0648\u0627\u0647\u0645 \u06AF\u0630\u0627\u0634\u062A \u0648 \u0628\u0631\u0627\u06CC \u0627\u0641\u062A\u062E\u0627\u0631\u0627\u062A \u0645\u0633\u0627\u0628\u0642\u0647 \u0646\u0645\u06CC \u062F\u0647\u0645. \u0645\u0646 \u0648\u0638\u06CC\u0641\u0647 \u0627\u0645 \u0631\u0627 \u0635\u0627\u062F\u0642\u0627\u0646\u0647 \u0627\u0646\u062C\u0627\u0645 \u062E\u0648\u0627\u0647\u0645 \u062F\u0627\u062F\u060C \u0632\u0646\u062F\u0647 \u0645\u06CC \u0634\u0648\u0645 \u0648 \u0645\u06CC \u0645\u06CC\u0631\u0645.",sampleSourceText:"Night gathers, and now my watch begins. It shall not end until my death. I shall take no wife, hold no lands, father no children. I shall wear no crowns and win no glory. I shall live and die at my post.","subtitle.supportedSites":"\u5DF2\u652F\u6301\u5728\u8FD9\u4E9B\u7F51\u7AD9\u4F7F\u7528\u53CC\u8BED\u5B57\u5E55\uFF08\u6CE8\u610F\uFF1A\u7531\u4E8E\u6280\u672F\u9650\u5236\uFF0C\u90E8\u5206\u7F51\u7AD9\u5728\u9996\u6B21\u5F00\u542F\u5B57\u5E55\u540E\u9700\u8981\u91CD\u65B0\u5237\u65B0\u9875\u9762\uFF0C\u6216\u8005\u9700\u7B49\u5F85\u7FFB\u8BD1\u5B8C\u6210\u4EE5\u663E\u793A\u53CC\u8BED\u5B57\u5E55\uFF09\uFF1A",viewWithImmersiveTranslate:"\u53CC\u8BED\u7248\u672C(\u6C89\u6D78\u5F0F\u7FFB\u8BD1)",errorReason:"\u9519\u8BEF\u539F\u56E0\uFF1A{message}","proQuotaExceededError.onetime7day":'\uFF0C\u60A8\u53EF\u4EE5\u9009\u62E9\u4EE5\u4E0B\u65B9\u5F0F\u89E3\u51B3\uFF1A

1. \u5207\u6362\u5230 {anotherService} \u6216\u5176\u4ED6\u7FFB\u8BD1\u670D\u52A1
2. \u5347\u7EA7\u4E3A\u6708\u5EA6/\u5E74\u5EA6\u4F1A\u5458',"proQuotaExceededError.trial":'\uFF0C\u60A8\u53EF\u4EE5\u9009\u62E9\u4EE5\u4E0B\u65B9\u5F0F\u89E3\u51B3\uFF1A

1. \u5207\u6362\u5230 {anotherService} \u6216\u5176\u4ED6\u7FFB\u8BD1\u670D\u52A1
2. \u7ACB\u523B\u5347\u7EA7\u4E3A\u6B63\u5F0F\u4F1A\u5458',"proQuotaExceededError.nonTrial":'\uFF0C\u60A8\u53EF\u4EE5\u9009\u62E9\u4EE5\u4E0B\u65B9\u5F0F\u89E3\u51B3\uFF1A

1. \u5207\u6362\u5230 {anotherService} \u6216\u5176\u4ED6\u7FFB\u8BD1\u670D\u52A1
2. \u8D2D\u4E70 {translationService} \u989D\u5916\u6D41\u91CF\u5305',"proQuotaExceededError.resetTime":"
3. \u989D\u5EA6\u91CD\u7F6E\u65F6\u95F4\uFF1A{resetTime}","desc.touchShortcutsToggleTranslatePageOnlyTranslation":"\u0641\u0642\u0637 \u0645\u062A\u0646 \u062A\u0631\u062C\u0645\u0647 \u0628\u0647 \u0645\u0639\u0646\u06CC \u0627\u0633\u062A \u06A9\u0647 \u0641\u0642\u0637 \u0645\u062A\u0646 \u062A\u0631\u062C\u0645\u0647 \u0646\u0645\u0627\u06CC\u0634 \u062F\u0627\u062F\u0647 \u0645\u06CC \u0634\u0648\u062F\u060C \u0627\u06AF\u0631 \u0635\u0641\u062D\u0647 \u0648\u0628 \u0647\u0646\u0648\u0632 \u062A\u0631\u062C\u0645\u0647 \u0646\u0634\u062F\u0647 \u0627\u0633\u062A\u060C \u062D\u0627\u0644\u062A \u062A\u063A\u06CC\u06CC\u0631 \u062E\u0648\u0627\u0647\u062F \u06A9\u0631\u062F \u0648 \u062A\u0631\u062C\u0645\u0647 \u062E\u0648\u0627\u0647\u062F \u0634\u062F.","desc.toggleOnlyTransation":"\u062D\u0627\u0644\u062A \u0641\u0642\u0637 \u062A\u0631\u062C\u0645\u0647 \u0628\u0647 \u0627\u06CC\u0646 \u0645\u0639\u0646\u06CC \u0627\u0633\u062A \u06A9\u0647 \u0641\u0642\u0637 \u0645\u062A\u0646 \u062A\u0631\u062C\u0645\u0647 \u0634\u062F\u0647 \u0646\u0645\u0627\u06CC\u0634 \u062F\u0627\u062F\u0647 \u0645\u06CC \u0634\u0648\u062F\u060C \u0627\u06AF\u0631 \u0635\u0641\u062D\u0647 \u0648\u0628 \u0647\u0646\u0648\u0632 \u062A\u0631\u062C\u0645\u0647 \u0646\u0634\u062F\u0647 \u0628\u0627\u0634\u062F\u060C \u062D\u0627\u0644\u062A \u062A\u063A\u06CC\u06CC\u0631 \u062E\u0648\u0627\u0647\u062F \u06A9\u0631\u062F \u0648 \u062A\u0631\u062C\u0645\u0647 \u062E\u0648\u0627\u0647\u062F \u0634\u062F.",touchShortcutsToggleTranslatePageOnlyTranslation:"\u062A\u0646\u0638\u06CC\u0645 \u062D\u0631\u06A9\u062A \u0644\u0645\u0633\u06CC \u0635\u0641\u062D\u0647 \u0646\u0645\u0627\u06CC\u0634 \u0628\u0631\u0627\u06CC \u062A\u063A\u06CC\u06CC\u0631 \u0628\u06CC\u0646 \u062D\u0627\u0644\u062A \u062F\u0648\u0632\u0628\u0627\u0646\u0647 / \u0641\u0642\u0637 \u0645\u062A\u0646 \u062A\u0631\u062C\u0645\u0647 \u0634\u062F\u0647",download_started:"\u062F\u0627\u0646\u0644\u0648\u062F \u0634\u0631\u0648\u0639 \u0634\u062F\u0647 \u0627\u0633\u062A \u060C \u0627\u06AF\u0631 \u0628\u0647 \u0637\u0648\u0631 \u062E\u0648\u062F\u06A9\u0627\u0631 \u062F\u0627\u0646\u0644\u0648\u062F \u0646\u0634\u062F \u060C \u0644\u0637\u0641\u0627\u064B \u0628\u0647 \u0635\u0648\u0631\u062A \u062F\u0633\u062A\u06CC \u062F\u0627\u0646\u0644\u0648\u062F \u06A9\u0646\u06CC\u062F.",here:"\u0627\u06CC\u0646\u062C\u0627","translationFont.customPlaceholder":"\u0641\u0648\u0646\u062A",translationFont:"\u062A\u0646\u0638\u06CC\u0645 \u0641\u0648\u0646\u062A",batchEdit:"\u0639\u0645\u0644\u06CC\u0627\u062A \u062F\u0633\u062A\u0647 \u062C\u0645\u0639\u06CC","translationModeLang.translation.title":"\u0641\u0642\u0637 \u062D\u0627\u0644\u062A \u062A\u0631\u062C\u0645\u0647 \u0632\u0628\u0627\u0646","error.goReset":"\u0628\u0627\u0632\u0646\u0634\u0627\u0646\u06CC \u06A9\u0646\u06CC\u062F","translationFont.custom":"\u0648\u0631\u0648\u062F \u0641\u0648\u0646\u062A \u0633\u0641\u0627\u0631\u0634\u06CC","error.serveConfigError":"\u062E\u0637\u0627\u06CC \u067E\u06CC\u06A9\u0631\u0628\u0646\u062F\u06CC \u0633\u0631\u0648\u06CC\u0633",detectServiceLoading:"\u062F\u0631 \u062D\u0627\u0644 \u0628\u0631\u0631\u0633\u06CC \u062E\u062F\u0645\u0627\u062A \u062A\u0631\u062C\u0645\u0647 \u0645\u0648\u062C\u0648\u062F...","touch.mouse-translate":"\u062A\u0631\u062C\u0645\u0647 \u067E\u0627\u0631\u0627\u06AF\u0631\u0627\u0641 \u0645\u0634\u062E\u0635","translationModeUrl.translation.title":"\u0622\u062F\u0631\u0633 \u0627\u06CC\u0646\u062A\u0631\u0646\u062A\u06CC \u062D\u0627\u0644\u062A \u0641\u0642\u0637 \u062A\u0631\u062C\u0645\u0647","translationServices.inherit":"\u0628\u0627 \u062E\u062F\u0645\u0627\u062A \u062A\u0631\u062C\u0645\u0647 \u0627\u0635\u0644\u06CC \u062F\u0646\u0628\u0627\u0644 \u06A9\u0646\u06CC\u062F","error.reloadPageOfSetting":"\u067E\u0633 \u0627\u0632 \u067E\u06CC\u06A9\u0631\u0628\u0646\u062F\u06CC\u060C \u0644\u0637\u0641\u0627 \u0635\u0641\u062D\u0647 \u0631\u0627 \u062F\u0648\u0628\u0627\u0631\u0647 \u062A\u0627\u0632\u0647 \u06A9\u0646\u06CC\u062F \u0648 \u062F\u0648\u0628\u0627\u0631\u0647 \u062A\u0631\u062C\u0645\u0647 \u06A9\u0646\u06CC\u062F.","error.configError":"\u0627\u0637\u0644\u0627\u0639\u0627\u062A \u067E\u06CC\u06A9\u0631\u0628\u0646\u062F\u06CC \u063A\u06CC\u0631 \u0645\u0639\u0645\u0648\u0644\u06CC \u0627\u0633\u062A","error.proTokenInvalid":"\u0627\u06AF\u0631 \u06A9\u0627\u0631\u0628\u0631 Pro \u0647\u0633\u062A\u06CC\u062F\u060C \u0644\u0637\u0641\u0627\u064B \u067E\u0633 \u0627\u0632 \u0648\u0631\u0648\u062F \u0627\u0632 \u062E\u062F\u0645\u0627\u062A \u062A\u0631\u062C\u0645\u0647 Pro \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u06A9\u0646\u06CC\u062F.",videoSubtitlePreTranslationOff:"\u0632\u06CC\u0631\u0646\u0648\u06CC\u0633 \u0648\u06CC\u062F\u06CC\u0648 \u0627\u0648\u0644\u0648\u06CC\u062A \u062E\u0648\u0627\u0647\u062F \u062F\u0627\u062F \u0628\u0647 \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u0627\u0632 \u0632\u06CC\u0631\u0646\u0648\u06CC\u0633 \u0645\u0627\u0634\u06CC\u0646\u06CC \u0645\u0648\u062C\u0648\u062F \u062F\u0631 \u0648\u06CC\u062F\u06CC\u0648 \u0627\u0635\u0644\u06CC",toggleToService:"\u0628\u0647 {service} \u062A\u063A\u06CC\u06CC\u0631 \u062F\u0647\u06CC\u062F \u0648 \u062F\u0648\u0628\u0627\u0631\u0647 \u0627\u0645\u062A\u062D\u0627\u0646 \u06A9\u0646\u06CC\u062F","error.proUpgrade":"\u067E\u0633 \u0627\u0632 \u0627\u0631\u062A\u0642\u0627\u060C \u0644\u0637\u0641\u0627 \u0635\u0641\u062D\u0647 \u0631\u0627 \u062F\u0648\u0628\u0627\u0631\u0647 \u062A\u0631\u062C\u0645\u0647 \u06A9\u0646\u06CC\u062F.",enableSentryReport:"\u0648\u0642\u062A\u06CC \u062E\u0637\u0627\u06CC \u06AF\u0633\u062A\u0631\u0634 \u0631\u062E \u0645\u06CC \u062F\u0647\u062F\u060C \u0628\u0627 \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u0627\u0632 Sentry \u0628\u0631\u0627\u06CC \u0627\u0631\u0633\u0627\u0644 \u0628\u0627\u0632\u062E\u0648\u0631\u062F \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u06A9\u0646\u06CC\u062F.","error.403":"\u062E\u062F\u0645\u062A \u062E\u0637\u0627\u06CC \u0628\u0631\u06AF\u0634\u062A \u062F\u0627\u062F\u0647 \u0627\u0633\u062A\u060C \u0645\u0648\u0642\u062A\u0627\u064B \u0627\u062C\u0627\u0632\u0647 \u062F\u0633\u062A\u0631\u0633\u06CC \u0628\u0647 \u0627\u06CC\u0646 \u062E\u062F\u0645\u062A \u0631\u0627 \u0646\u062F\u0627\u0631\u06CC\u062F.",videoSubtitlePreTranslationOn:"\u0632\u06CC\u0631\u0646\u0648\u06CC\u0633 \u0647\u0627\u06CC \u0648\u06CC\u062F\u06CC\u0648 \u0628\u0647 \u0637\u0648\u0631 \u0627\u0648\u0644\u0648\u06CC\u062A\u06CC \u0627\u0632 \u062A\u0631\u062C\u0645\u0647 \u0641\u0631\u0648 \u0631\u0641\u062A\u06AF\u06CC \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u062E\u0648\u0627\u0647\u062F \u06A9\u0631\u062F.","translationModeUrl.translation.description":"\u0648\u0642\u062A\u06CC \u0648\u0628 \u0633\u0627\u06CC\u062A \u0628\u0631\u0627\u06CC \u062F\u0627\u0645\u0646\u0647 \u0647\u0627\u06CC \u0632\u06CC\u0631 \u0627\u0633\u062A\u060C \u0628\u0647 \u0637\u0648\u0631 \u062E\u0648\u062F\u06A9\u0627\u0631 \u0627\u0632 \u062D\u0627\u0644\u062A \u0641\u0642\u0637 \u0645\u062A\u0646 \u062A\u0631\u062C\u0645\u0647 \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u0645\u06CC \u06A9\u0646\u062F.","error.502":"\u062E\u062F\u0645\u062A \u062E\u0637\u0627 \u062F\u0627\u062F\u0647 \u0627\u0633\u062A\u060C \u062E\u062F\u0645\u062A \u0628\u0647 \u062A\u0627\u062E\u06CC\u0631 \u0627\u0641\u062A\u0627\u062F\u0647 \u0627\u0633\u062A\u060C \u0644\u0637\u0641\u0627 \u0628\u0639\u062F\u0627 \u062F\u0648\u0628\u0627\u0631\u0647 \u0627\u0645\u062A\u062D\u0627\u0646 \u06A9\u0646\u06CC\u062F.","error.openAIExceededQuota":"\u062E\u0637\u0627\u06CC \u0628\u0627\u0632\u06AF\u0634\u062A \u0633\u0631\u0648\u06CC\u0633: \u0645\u0648\u062C\u0648\u062F\u06CC \u062D\u0633\u0627\u0628 OpenAI \u0634\u0645\u0627 \u06A9\u0627\u0641\u06CC \u0646\u06CC\u0633\u062A\u060C \u0644\u0637\u0641\u0627\u064B \u0627\u0632 \u0637\u0631\u06CC\u0642 \u067E\u0646\u0644 \u0645\u062F\u06CC\u0631\u06CC\u062A\u06CC \u0631\u0633\u0645\u06CC OpenAI \u0634\u0627\u0631\u0698 \u06A9\u0646\u06CC\u062F \u06CC\u0627 \u06A9\u0627\u0631\u062A \u0627\u0639\u062A\u0628\u0627\u0631\u06CC \u062E\u0648\u062F \u0631\u0627 \u0645\u062A\u0635\u0644 \u06A9\u0646\u06CC\u062F.","translationModeLang.translation.description":"\u0648\u0642\u062A\u06CC \u0632\u0628\u0627\u0646 \u0635\u0641\u062D\u0647 \u0628\u0647 \u0632\u0628\u0627\u0646\u0647\u0627\u06CC \u0632\u06CC\u0631 \u0627\u0633\u062A\u060C \u0628\u0647 \u0637\u0648\u0631 \u062E\u0648\u062F\u06A9\u0627\u0631 \u0627\u0632 \u062D\u0627\u0644\u062A \u062A\u0631\u062C\u0645\u0647 \u0641\u0642\u0637 \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u0645\u06CC \u0634\u0648\u062F","error.429":"\u062E\u062F\u0645\u062A \u062E\u0637\u0627 \u0631\u0627 \u0628\u0631\u0645\u06CC \u06AF\u0631\u062F\u0627\u0646\u062F\u060C \u06A9\u0647 \u0646\u0634\u0627\u0646 \u0645\u06CC \u062F\u0647\u062F \u062F\u0631\u062E\u0648\u0627\u0633\u062A \u0628\u06CC\u0634 \u0627\u0632 \u062D\u062F \u0645\u06A9\u0631\u0631 \u06CC\u0627 \u0628\u06CC\u0634 \u0627\u0632 \u062D\u062F \u0645\u062D\u062F\u0648\u062F\u06CC\u062A \u0627\u0633\u062A\u060C \u0644\u0637\u0641\u0627 \u0628\u0639\u062F\u0627 \u062F\u0648\u0628\u0627\u0631\u0647 \u0627\u0645\u062A\u062D\u0627\u0646 \u06A9\u0646\u06CC\u062F.","error.400":"\u062E\u0637\u0627\u06CC\u06CC \u062F\u0631 \u0628\u0627\u0632\u06AF\u0634\u062A \u062E\u062F\u0645\u0627\u062A \u0631\u062E \u062F\u0627\u062F\u0647 \u0627\u0633\u062A \u060C \u067E\u0627\u0631\u0627\u0645\u062A\u0631 \u062F\u0631\u062E\u0648\u0627\u0633\u062A \u0627\u0634\u062A\u0628\u0627\u0647 \u0627\u0633\u062A \u060C \u0644\u0637\u0641\u0627\u064B \u067E\u06CC\u06A9\u0631\u0628\u0646\u062F\u06CC \u0645\u0631\u0628\u0648\u0637\u0647 \u0631\u0627 \u0628\u0631\u0631\u0633\u06CC \u06A9\u0646\u06CC\u062F.","error.googleLimitIp":"\u062E\u062F\u0645\u062A \u062E\u0637\u0627 \u0631\u0627 \u0628\u0631\u0645\u06CC \u06AF\u0631\u062F\u0627\u0646\u062F \u060C \u062E\u062F\u0645\u0627\u062A \u06AF\u0648\u06AF\u0644 \u0628\u0631\u0627\u06CC \u0627\u06CC\u0646 \u0622\u062F\u0631\u0633 IP \u0645\u062D\u062F\u0648\u062F \u0634\u062F\u0647 \u0627\u0633\u062A \u060C \u067E\u06CC\u0634\u0646\u0647\u0627\u062F \u0645\u06CC \u06A9\u0646\u06CC\u0645 \u0634\u0645\u0627 \u0646\u0648\u062F \u0634\u0628\u06A9\u0647 \u0631\u0627 \u062A\u063A\u06CC\u06CC\u0631 \u062F\u0647\u06CC\u062F.","translationFont.notSupportErrorMessage":"\u0644\u0637\u0641\u0627\u064B \u0646\u0627\u0645 \u0641\u0648\u0646\u062A\u06CC \u06A9\u0647 \u0648\u0627\u0631\u062F \u06A9\u0631\u062F\u0647 \u0627\u06CC\u062F \u0631\u0627 \u0628\u0631\u0631\u0633\u06CC \u06A9\u0646\u06CC\u062F \u062A\u0627 \u0645\u0637\u0645\u0626\u0646 \u0634\u0648\u06CC\u062F \u06A9\u0647 \u062F\u0631\u0633\u062A \u0627\u0633\u062A\u060C \u06CC\u0627 \u062A\u0623\u06CC\u06CC\u062F \u06A9\u0646\u06CC\u062F \u06A9\u0647 \u0627\u06CC\u0646 \u0641\u0648\u0646\u062A \u0628\u0631 \u0631\u0648\u06CC \u062F\u0633\u062A\u06AF\u0627\u0647 \u0634\u0645\u0627 \u0646\u0635\u0628 \u0634\u062F\u0647 \u0627\u0633\u062A.","error.gemini.429":"\u062E\u062F\u0645\u062A Gemini \u062F\u0631 \u062D\u0627\u0644 \u062D\u0627\u0636\u0631 \u0628\u0647 \u0638\u0631\u0641\u06CC\u062A \u062D\u062F\u0627\u06A9\u062B\u0631\u06CC \u062E\u0648\u062F \u0631\u0633\u06CC\u062F\u0647 \u0627\u0633\u062A\u060C \u0644\u0637\u0641\u0627\u064B \u0628\u0639\u062F\u0627\u064B \u062F\u0648\u0628\u0627\u0631\u0647 \u0627\u0645\u062A\u062D\u0627\u0646 \u06A9\u0646\u06CC\u062F \u06CC\u0627 \u0628\u0647 \u0633\u0631\u0648\u06CC\u0633 \u062A\u0631\u062C\u0645\u0647 \u062F\u06CC\u06AF\u0631\u06CC \u062A\u063A\u06CC\u06CC\u0631 \u062F\u0647\u06CC\u062F.","desc.toggleVideoSubtitlePreTranslation":"\u0628\u0639\u062F \u0641\u0634\u0627\u0631\u060C \u0632\u06CC\u0631\u0646\u0648\u06CC\u0633 \u062F\u0648\u0632\u0628\u0627\u0646\u0647 \u0648\u06CC\u062F\u06CC\u0648 \u0627\u0648\u0644\u0648\u06CC\u062A \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u0627\u0632 \u062A\u0646\u0638\u06CC\u0645\u0627\u062A \u062A\u0631\u062C\u0645\u0647 \u063A\u0648\u0637\u0647 \u0648\u0631 \u062E\u0648\u0627\u0647\u062F \u062F\u0627\u0634\u062A\u060C \u0628\u0627 \u0641\u0634\u0627\u0631 \u062F\u0648\u0628\u0627\u0631\u0647\u060C \u0627\u0648\u0644\u0648\u06CC\u062A \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u0627\u0632 \u0632\u06CC\u0631\u0646\u0648\u06CC\u0633 \u0645\u0627\u0634\u06CC\u0646\u06CC \u0627\u0635\u0644\u06CC \u0648\u06CC\u062F\u06CC\u0648 \u062E\u0648\u0627\u0647\u062F \u0628\u0648\u062F\u060C \u062A\u0648\u062C\u0647 \u062F\u0627\u0634\u062A\u0647 \u0628\u0627\u0634\u06CC\u062F: \u0627\u06CC\u0646 \u0645\u06CC\u0627\u0646\u0628\u0631 \u062A\u0646\u0638\u06CC\u0645\u0627\u062A \u062C\u0647\u0627\u0646\u06CC \u0631\u0627 \u062A\u063A\u06CC\u06CC\u0631 \u0645\u06CC \u062F\u0647\u062F.","error.openAIFreeLimit":"\u062E\u062F\u0645\u062A \u062E\u0637\u0627 \u0631\u0627 \u0628\u0631\u0645\u06CC \u06AF\u0631\u062F\u0627\u0646\u062F\u060C \u0641\u0631\u06A9\u0627\u0646\u0633 \u062F\u0631\u062E\u0648\u0627\u0633\u062A \u062A\u0631\u062C\u0645\u0647 \u0641\u0639\u0644\u06CC \u0628\u0647 \u062D\u062F\u0627\u06A9\u062B\u0631 3 \u0628\u0627\u0631 \u062F\u0631 \u062F\u0642\u06CC\u0642\u0647 \u0631\u0633\u06CC\u062F\u0647 \u0627\u0633\u062A\u060C \u0644\u0637\u0641\u0627\u064B \u0628\u0639\u062F\u0627\u064B \u062F\u0648\u0628\u0627\u0631\u0647 \u0627\u0645\u062A\u062D\u0627\u0646 \u06A9\u0646\u06CC\u062F. (\u0627\u06CC\u0646 \u0645\u062D\u062F\u0648\u062F\u06CC\u062A \u0631\u0633\u0645\u06CC OpenAI \u0628\u0631\u0627\u06CC API Key \u0631\u0627\u06CC\u06AF\u0627\u0646 \u0627\u0633\u062A\u060C \u0628\u0631\u0627\u06CC \u0631\u0641\u0639 \u0627\u06CC\u0646 \u0645\u062D\u062F\u0648\u062F\u06CC\u062A\u060C \u0644\u0637\u0641\u0627\u064B \u06A9\u0627\u0631\u062A \u0627\u0639\u062A\u0628\u0627\u0631\u06CC \u062E\u0648\u062F \u0631\u0627 \u062F\u0631 \u067E\u0646\u0644 OpenAI \u0645\u062A\u0635\u0644 \u06A9\u0646\u06CC\u062F.)","error.serveUnavailable":"\u062E\u062F\u0645\u062A [{serverName}] \u06A9\u0647 \u062F\u0631 \u062D\u0627\u0644 \u062D\u0627\u0636\u0631 \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u0645\u06CC \u06A9\u0646\u06CC\u062F \u0628\u0647 \u062F\u0644\u06CC\u0644 \u0645\u0634\u06A9\u0644\u0627\u062A \u0627\u062A\u0635\u0627\u0644 \u0628\u0647 \u0634\u0628\u06A9\u0647 \u06CC\u0627 \u0645\u0634\u06A9\u0644\u0627\u062A \u0627\u0631\u0627\u0626\u0647 \u062F\u0647\u0646\u062F\u0647 \u062E\u062F\u0645\u0627\u062A \u0645\u0648\u0642\u062A\u0627\u064B \u0642\u0627\u0628\u0644 \u062F\u0633\u062A\u0631\u0633\u06CC \u0646\u06CC\u0633\u062A. \u067E\u06CC\u0634\u0646\u0647\u0627\u062F \u0645\u06CC \u06A9\u0646\u06CC\u0645 \u0635\u0641\u062D\u0647 \u0631\u0627 \u062A\u0627\u0632\u0647 \u06A9\u0646\u06CC\u062F \u06CC\u0627 \u0627\u0632 \u0637\u0631\u06CC\u0642 <1>\u062A\u0646\u0638\u06CC\u0645\u0627\u062A \u0628\u0647 \u062E\u062F\u0645\u0627\u062A \u062A\u0631\u062C\u0645\u0647 \u062F\u06CC\u06AF\u0631\u06CC \u062A\u063A\u06CC\u06CC\u0631 \u062F\u0647\u06CC\u062F. \u0627\u06AF\u0631 \u0634\u0645\u0627 \u0639\u0636\u0648 <2>Pro \u0647\u0633\u062A\u06CC\u062F\u060C \u0645\u06CC \u062A\u0648\u0627\u0646\u06CC\u062F \u0627\u0632 \u062E\u062F\u0645\u0627\u062A \u062A\u0631\u062C\u0645\u0647 \u067E\u0627\u06CC\u062F\u0627\u0631\u062A\u0631 DeepL \u06CC\u0627 OpenAI \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u06A9\u0646\u06CC\u062F (<3>\u0627\u06CC\u0646\u062C\u0627 \u0631\u0627 \u0628\u0631\u0627\u06CC \u062A\u062C\u0631\u0628\u0647 \u0631\u0627\u06CC\u06AF\u0627\u0646 \u06A9\u0644\u06CC\u06A9 \u06A9\u0646\u06CC\u062F). \u0639\u0644\u0627\u0648\u0647 \u0628\u0631 \u0627\u06CC\u0646\u060C \u0645\u0645\u06A9\u0646 \u0627\u0633\u062A \u0646\u06CC\u0627\u0632 \u0628\u0627\u0634\u062F \u062A\u0646\u0638\u06CC\u0645\u0627\u062A \u0634\u0628\u06A9\u0647 \u06CC\u0627 \u067E\u0631\u0648\u06A9\u0633\u06CC \u062E\u0648\u062F \u0631\u0627 \u0628\u0631\u0631\u0633\u06CC \u06A9\u0646\u06CC\u062F.","widget.translateFile":"PDF/ePub",goLogin:"\u0648\u0631\u0648\u062F \u06A9\u0646\u06CC\u062F",notLogin:"\u0648\u0631\u0648\u062F \u0646\u0634\u062F\u0647 \u0627\u0633\u062A","error.reason":"\u062F\u0644\u06CC\u0644 \u062E\u0637\u0627",shortcutSettings:"\u0645\u06CC\u0627\u0646\u0628\u0631",alwaysTranslate:"\u0647\u0645\u06CC\u0634\u0647 \u062A\u0631\u062C\u0645\u0647 \u06A9\u0646\u06CC\u062F","translationServices.gemini":"\u062C\u0645\u0646\u06CC","slide.left":"\u0628\u0647 \u0631\u0627\u0633\u062A \u0628\u06A9\u0634\u06CC\u062F",loggedIn:"\u0648\u0627\u0631\u062F \u0634\u062F\u0647 \u0627\u06CC\u062F","floatBall.iKnow":"\u0645\u0646 \u0645\u06CC \u062F\u0627\u0646\u0645","intro.floatBallTitle":"\u062A\u0631\u062C\u0645\u0647 \u0633\u0631\u06CC\u0639 \u0628\u0627\u0644 \u0634\u0646\u0627\u0648\u0631","shortcutGroup.touch":"\u0698\u0633\u062A \u0647\u0627\u06CC \u062E\u0627\u0635 \u0635\u0641\u062D\u0647 \u0644\u0645\u0633\u06CC","tagsInput.add":"+ \u0627\u0636\u0627\u0641\u0647 \u06A9\u0631\u062F\u0646",shortcutSettingsTitle:"\u062A\u0646\u0638\u06CC\u0645\u0627\u062A \u0645\u06CC\u0627\u0646\u0628\u0631","widget.instruction":"\u062F\u0633\u062A\u0648\u0631\u0627\u0644\u0639\u0645\u0644 \u0627\u0633\u062A\u0641\u0627\u062F\u0647",touchShortcutsOff:"\u0628\u0633\u062A\u0647 \u0634\u062F\u0646","shortcutGroup.others":"\u06A9\u0644\u06CC\u062F\u0647\u0627\u06CC \u0645\u06CC\u0627\u0646\u0628\u0631 \u0633\u0641\u0627\u0631\u0634\u06CC \u0628\u06CC\u0634\u062A\u0631","error.subscriptionExpiredTitle":"\u0639\u0636\u0648\u06CC\u062A \u0645\u0646\u0642\u0636\u06CC \u0634\u062F\u0647 \u0627\u0633\u062A","error.retry":"\u062A\u0644\u0627\u0634 \u0645\u062C\u062F\u062F",neverTranslate:"\u0647\u0631\u06AF\u0632 \u062A\u0631\u062C\u0645\u0647 \u0646\u0645\u06CC \u06A9\u0646\u0645",networkError:"\u062E\u062F\u0645\u0627\u062A \u062A\u0631\u062C\u0645\u0647 \u06CC\u0627 \u0634\u0628\u06A9\u0647 \u0645\u0634\u06A9\u0644 \u062F\u0627\u0631\u062F","widget.translateFileTooltip":"\u062A\u0631\u062C\u0645\u0647 \u0627\u0633\u0646\u0627\u062F PDF\u060C EPUB\u060C SRT\u060C ASS\u060C HTML \u0648 TXT","slide.right":"\u0628\u0647 \u0686\u067E \u0628\u06A9\u0634\u06CC\u062F","multipleClick.3":"\u0633\u0647 \u0636\u0631\u0628\u0647 \u0645\u062A\u0648\u0627\u0644\u06CC","multipleClick.4":"\u0686\u0647\u0627\u0631 \u0636\u0631\u0628\u0647 \u0645\u062A\u0648\u0627\u0644\u06CC",pickAll:"\u0627\u0646\u062A\u062E\u0627\u0628 \u0647\u0645\u0647",contact:"\u0628\u0627 \u0645\u0627 \u062A\u0645\u0627\u0633 \u0628\u06AF\u06CC\u0631\u06CC\u062F","subtitle.bilingual":"\u0632\u06CC\u0631\u0646\u0648\u06CC\u0633 \u062F\u0648\u0632\u0628\u0627\u0646\u0647","shortcutGroup.shortcutsForTranslationServices":"\u06A9\u0644\u06CC\u062F\u0647\u0627\u06CC \u0645\u06CC\u0627\u0646\u0628\u0631 \u0645\u0631\u0628\u0648\u0637 \u0628\u0647 \u062E\u062F\u0645\u0627\u062A \u062A\u0631\u062C\u0645\u0647",buildSnapshots:"\u0627\u06CC\u062C\u0627\u062F \u0639\u06A9\u0633 \u0641\u0648\u0631\u06CC \u0627\u0632 \u0635\u0641\u062D\u0647 \u0648\u0628","widget.instructionTooltip":"\u062F\u0633\u062A\u0648\u0631\u0627\u0644\u0639\u0645\u0644 \u0631\u0627 \u0628\u0631\u0631\u0633\u06CC \u06A9\u0646\u06CC\u062F","widget.videoSubtitle":"\u0632\u06CC\u0631\u0646\u0648\u06CC\u0633 \u0648\u06CC\u062F\u06CC\u0648","multipleClick.2":"\u062F\u0648\u0628\u0627\u0631 \u06A9\u0644\u06CC\u06A9 \u06A9\u0646\u06CC\u062F","subtitle.autoDisableSubtitle":"\u0632\u06CC\u0631\u0646\u0648\u06CC\u0633 \u062F\u0648\u0632\u0628\u0627\u0646\u0647 \u0628\u0647 \u0635\u0648\u0631\u062A \u062E\u0648\u062F\u06A9\u0627\u0631 \u0641\u0639\u0627\u0644 \u0646\u0645\u06CC \u0634\u0648\u062F",mouseHoverCustomKeyTitle:"\u0633\u0641\u0627\u0631\u0634\u06CC \u06A9\u0631\u062F\u0646 \u0645\u06CC\u0627\u0646\u0628\u0631 \u0645\u0648\u0633 \u062F\u0631 \u062D\u0627\u0644\u062A \u0634\u0646\u0627\u0648\u0631","browser.translateWithOpenAI":"\u0627\u0632 OpenAI \u0628\u0631\u0627\u06CC \u062A\u0631\u062C\u0645\u0647 \u0645\u0648\u0642\u062A\u06CC \u0635\u0641\u062D\u0647 \u0641\u0639\u0644\u06CC \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u06A9\u0646\u06CC\u062F",neverTranslateThisSite:"\u0647\u0631\u06AF\u0632 \u0627\u06CC\u0646 \u0648\u0628\u0633\u0627\u06CC\u062A \u0631\u0627 \u062A\u0631\u062C\u0645\u0647 \u0646\u06A9\u0646\u06CC\u062F","browser.translateInputBox":"\u062A\u0631\u062C\u0645\u0647 \u0645\u062D\u062A\u0648\u0627\u06CC \u062C\u0639\u0628\u0647 \u0648\u0631\u0648\u062F\u06CC \u0641\u0639\u0644\u06CC","subtitle.hideQuickButton":"\u062F\u06CC\u06AF\u0631 \u0627\u06CC\u0646 \u0645\u06CC\u0627\u0646\u0628\u0631 \u0631\u0627 \u0646\u0634\u0627\u0646 \u0646\u062F\u0647","subtitle.showQuickButton":"\u062F\u0631 \u067E\u062E\u0634 \u06A9\u0646\u0646\u062F\u0647\u060C \u0645\u06CC\u0627\u0646\u0628\u0631 \u0632\u06CC\u0631\u0646\u0648\u06CC\u0633 \u062F\u0648\u0632\u0628\u0627\u0646\u0647 \u0646\u0645\u0627\u06CC\u0634 \u062F\u0627\u062F\u0647 \u0634\u0648\u062F","browser.translateWithTransmart":"\u0627\u0632 \u062A\u0631\u062C\u0645\u0647 \u0645\u0648\u0642\u062A\u06CC \u062A\u0646\u0633\u0646\u062A \u0628\u0631\u0627\u06CC \u0635\u0641\u062D\u0647 \u0641\u0639\u0644\u06CC \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u06A9\u0646\u06CC\u062F","intro.hoverTitle":"\u0645\u0648\u0634\u0648\u0627\u0631\u0647 \u0631\u0627 \u0628\u0631 \u0631\u0648\u06CC \u067E\u0627\u0631\u0627\u06AF\u0631\u0627\u0641 \u0641\u0639\u0644\u06CC \u0628\u06AF\u0630\u0627\u0631\u06CC\u062F \u062A\u0627 \u062A\u0631\u062C\u0645\u0647 \u0634\u0648\u062F","shortcutGroup.mouse":"\u062A\u0646\u0638\u06CC\u0645\u0627\u062A \u0645\u06CC\u0627\u0646\u0628\u0631 \u0645\u0648\u0633 \u062F\u0631 \u062D\u0627\u0644\u062A \u0634\u0646\u0627\u0648\u0631",temprarilyChangeTranslationTo_openai:"\u062F\u0631 \u062D\u0627\u0644 \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u0627\u0632 OpenAI \u0628\u0631\u0627\u06CC \u062A\u0631\u062C\u0645\u0647 \u0635\u0641\u062D\u0647 \u0641\u0639\u0644\u06CC \u0647\u0633\u062A\u0645","browser.translateWithDeepL":"\u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u0645\u0648\u0642\u062A \u0627\u0632 DeepL \u0628\u0631\u0627\u06CC \u062A\u0631\u062C\u0645\u0647 \u0635\u0641\u062D\u0647 \u0641\u0639\u0644\u06CC",translationOnlyMode:"\u0641\u0642\u0637 \u062D\u0627\u0644\u062A \u062A\u0631\u062C\u0645\u0647","widget.videoSubtitleTooltip":"\u067E\u0634\u062A\u06CC\u0628\u0627\u0646\u06CC \u0627\u0632 Youtube \u0648 {count}+ \u0633\u0627\u06CC\u062A \u0648\u06CC\u062F\u06CC\u0648\u06CC\u06CC \u062F\u06CC\u06AF\u0631",paragraphMinTextCountField:"\u062A\u0639\u062F\u0627\u062F \u06A9\u0645\u062A\u0631\u06CC\u0646 \u06A9\u0627\u0631\u0627\u06A9\u062A\u0631\u0647\u0627\u06CC \u0645\u0648\u0631\u062F \u0646\u06CC\u0627\u0632 \u0628\u0631\u0627\u06CC \u062A\u0631\u062C\u0645\u0647 \u067E\u0627\u0631\u0627\u06AF\u0631\u0627\u0641",temprarilyChangeTranslationTo_gemini:"\u062F\u0631 \u062D\u0627\u0644 \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u0627\u0632 Gemini \u0628\u0631\u0627\u06CC \u062A\u0631\u062C\u0645\u0647 \u0635\u0641\u062D\u0647 \u0641\u0639\u0644\u06CC \u0647\u0633\u062A\u0645","shortcutGroup.main":"\u0645\u06CC\u0627\u0646\u0628\u0631\u0647\u0627\u06CC \u06A9\u0644\u06CC\u062F\u06CC \u0639\u0645\u0644\u06A9\u0631\u062F \u0631\u0627\u06CC\u062C",temprarilyChangeTranslationTo_deepl:"\u062F\u0631 \u062D\u0627\u0644 \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u0627\u0632 \u062A\u0631\u062C\u0645\u0647 DeepL \u0628\u0631\u0627\u06CC \u0635\u0641\u062D\u0647 \u0641\u0639\u0644\u06CC",temprarilyChangeTranslationTo_transmart:"\u062F\u0631 \u062D\u0627\u0644 \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u0627\u0632 \u062A\u0631\u062C\u0645\u0647 \u062A\u0646\u0633\u0646\u062A \u0628\u0631\u0627\u06CC \u0635\u0641\u062D\u0647 \u0641\u0639\u0644\u06CC",alwaysTranslateThisSite:"\u0647\u0645\u06CC\u0634\u0647 \u0627\u06CC\u0646 \u0648\u0628\u0633\u0627\u06CC\u062A \u0631\u0627 \u062A\u0631\u062C\u0645\u0647 \u06A9\u0646\u06CC\u062F","browser.translateWithBing":"\u0627\u0632 \u062A\u0631\u062C\u0645\u0647 \u0645\u0627\u06CC\u06A9\u0631\u0648\u0633\u0627\u0641\u062A \u0628\u0631\u0627\u06CC \u062A\u0631\u062C\u0645\u0647 \u0645\u0648\u0642\u062A\u06CC \u0635\u0641\u062D\u0647 \u0641\u0639\u0644\u06CC \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u06A9\u0646\u06CC\u062F",upgradeToProErrorTitle:"\u0644\u0637\u0641\u0627\u064B \u0628\u0647 \u0639\u0636\u0648\u06CC\u062A Pro \u0627\u0631\u062A\u0642\u0627 \u062F\u0647\u06CC\u062F \u0648 \u0633\u067E\u0633 \u0627\u0632 \u0627\u06CC\u0646 \u062E\u062F\u0645\u062A \u062A\u0631\u062C\u0645\u0647 \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u06A9\u0646\u06CC\u062F","intro.subtitleTitle":"\u0646\u0645\u0627\u06CC\u0634 \u0632\u06CC\u0631\u0646\u0648\u06CC\u0633 \u062F\u0648\u0632\u0628\u0627\u0646\u0647 \u0648\u06CC\u062F\u06CC\u0648\u06CC \u0622\u0646\u0644\u0627\u06CC\u0646",temprarilyChangeTranslationTo_bing:"\u062F\u0631 \u062D\u0627\u0644 \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u0627\u0632 \u062A\u0631\u062C\u0645\u0647 \u0645\u0627\u06CC\u06A9\u0631\u0648\u0633\u0627\u0641\u062A \u0628\u0631\u0627\u06CC \u0635\u0641\u062D\u0647 \u0641\u0639\u0644\u06CC \u0647\u0633\u062A\u0645",touchShortcutsToggleTranslationMask:"\u062A\u0646\u0638\u06CC\u0645 \u0646\u0645\u0627\u06CC\u0634 \u0698\u0633\u062A \u0644\u0645\u0633\u06CC \u0628\u0631\u0627\u06CC \u0646\u0645\u0627\u06CC\u0634 \u0645\u062A\u0646 \u062A\u0631\u062C\u0645\u0647 / \u0646\u0645\u0627\u06CC\u0634 \u0645\u062A\u0646 \u0627\u0635\u0644\u06CC","browser.translateWithGemini":"\u0628\u0647 \u0637\u0648\u0631 \u0645\u0648\u0642\u062A \u0627\u0632 Gemini \u0628\u0631\u0627\u06CC \u062A\u0631\u062C\u0645\u0647 \u0635\u0641\u062D\u0647 \u0641\u0639\u0644\u06CC \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u06A9\u0646\u06CC\u062F","browser.toggleVideoSubtitlePreTranslation":"\u062A\u063A\u06CC\u06CC\u0631 \u0632\u06CC\u0631\u0646\u0648\u06CC\u0633 \u062F\u0648\u0632\u0628\u0627\u0646\u0647 \u0628\u0627 \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u0627\u0632 \u062A\u0646\u0638\u06CC\u0645\u0627\u062A \u062A\u0631\u062C\u0645\u0647 \u0641\u0631\u0648 \u0631\u0641\u062A\u0647 \u0627\u0648\u0644\u0648\u06CC\u062A \u062F\u0627\u0631\u062F",notLoginPro:"\u0634\u0645\u0627 \u0647\u0646\u0648\u0632 \u0628\u0647 \u062D\u0633\u0627\u0628 \u06A9\u0627\u0631\u0628\u0631\u06CC \u062E\u0648\u062F \u0648\u0627\u0631\u062F \u0646\u0634\u062F\u0647 \u0627\u06CC\u062F",touchShortcutsToggleTranslatePage:"\u0628\u0631\u0627\u06CC \u062A\u0631\u062C\u0645\u0647 \u0635\u0641\u062D\u0627\u062A \u0648\u0628 / \u0646\u0645\u0627\u06CC\u0634 \u0645\u062A\u0646 \u0627\u0635\u0644\u06CC \u060C \u062D\u0631\u06A9\u062A \u0647\u0627\u06CC \u0644\u0645\u0633\u06CC \u0631\u0627 \u062A\u0646\u0638\u06CC\u0645 \u06A9\u0646\u06CC\u062F",temprarilyChangeTranslationTo_google:"\u062F\u0631 \u062D\u0627\u0644 \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u0627\u0632 \u062A\u0631\u062C\u0645\u0647 \u06AF\u0648\u06AF\u0644 \u0628\u0631\u0627\u06CC \u0635\u0641\u062D\u0647 \u0641\u0639\u0644\u06CC \u0647\u0633\u062A\u0645","neverTranslateText.title":"\u0644\u0637\u0641\u0627\u064B \u06A9\u0644\u0645\u0627\u062A \u0632\u06CC\u0631 \u0631\u0627 \u0628\u0647 \u0635\u0648\u0631\u062A \u0627\u0635\u0644\u06CC \u062D\u0641\u0638 \u06A9\u0646\u06CC\u062F\u060C \u062A\u0631\u062C\u0645\u0647 \u0646\u06A9\u0646\u06CC\u062F.",touchShortcutsToggleTranslateTouchElement:"\u062A\u0646\u0638\u06CC\u0645 \u062D\u0631\u06A9\u062A \u0644\u0645\u0633\u06CC \u0635\u0641\u062D\u0647 \u0646\u0645\u0627\u06CC\u0634 \u0628\u0631\u0627\u06CC \u062A\u0631\u062C\u0645\u0647 \u067E\u0627\u0631\u0627\u06AF\u0631\u0627\u0641 \u0645\u0634\u062E\u0635","description.baiduField":"\u062D\u0648\u0632\u0647 \u0647\u0627\u06CC \u067E\u0634\u062A\u06CC\u0628\u0627\u0646\u06CC \u0634\u062F\u0647 \u0631\u0627 \u062F\u0631 <1>\u0627\u06CC\u0646\u062C\u0627 \u0628\u0628\u06CC\u0646\u06CC\u062F \u060C \u0627\u06AF\u0631 \u062E\u0627\u0644\u06CC \u0628\u0627\u0634\u062F \u0628\u0647 \u0645\u0639\u0646\u06CC \u0627\u06CC\u0646 \u0627\u0633\u062A \u06A9\u0647 \u062D\u0648\u0632\u0647 \u0627\u06CC \u0645\u0634\u062E\u0635 \u0646\u0634\u062F\u0647 \u0627\u0633\u062A",mouseHoverCustomKeyDescription:"\u0634\u0645\u0627 \u0645\u06CC \u062A\u0648\u0627\u0646\u06CC\u062F \u06CC\u06A9 \u0645\u06CC\u0627\u0646\u0628\u0631 \u062A\u0631\u06A9\u06CC\u0628\u06CC \u0633\u0641\u0627\u0631\u0634\u06CC \u0628\u0631\u0627\u06CC \u0645\u0648\u0633 \u0631\u0627 \u062A\u0639\u0631\u06CC\u0641 \u06A9\u0646\u06CC\u062F\u060C \u0645\u0627\u0646\u0646\u062F: Alt+Z\u060C Ctrl+E\u060C Cmd+Alt+E \u06CC\u0627 \u0641\u0642\u0637 Cmd\u060C \u0644\u0637\u0641\u0627 \u0628\u0647 \u0635\u0648\u0631\u062A \u062F\u0633\u062A\u06CC \u062F\u0627\u062E\u0644 \u06A9\u0646\u06CC\u062F.","floatBall.guideClickToTranslate":`\u0628\u0627 \u06A9\u0644\u06CC\u06A9 \u06A9\u0631\u062F\u0646 \u0628\u0631 \u0631\u0648\u06CC \u062A\u0648\u067E \u0634\u0646\u0627\u0648\u0631 \u062A\u0631\u062C\u0645\u0647 \u0641\u0648\u0631\u06CC + {env.imt_sub_trans_field}: Traducci\xF3n`,"subtitle.quickButton.cyan":"Azul","subtitle.quickButton.backgroundColor":"color de fondo","subtitle.quickButton.blue":"azul","subtitle.quickButton.translationTextColor":"Color de fuente de traducci\xF3n","subtitle.quickButton.translationPosition":"Posici\xF3n de traducci\xF3n","subtitle.quickButton.translationFontSize":"Tama\xF1o de fuente de traducci\xF3n","subtitle.quickButton.translationPositionBottom":"Debajo del texto original","subtitle.quickButton.sourceFontSize":"Tama\xF1o original de la fuente","subtitle.quickButton.green":"Verde","subtitle.quickButton.white":"blanco","subtitle.quickButton.red":"Rojo","subtitle.quickButton.magenta":"Magenta","translationServices.claude":"Claude","subtitle.quickButton.setting":"Configuraci\xF3n","subtitle.quickButton.yellow":"amarillo","subtitle.quickButton.backgroundOpacity":"Opacidad de fondo","subtitle.quickButton.black":"negro","subtitle.quickButton.sourceTextColor":"Color original de la fuente","subtitle.quickButton.translationPositionTop":"En la parte superior del texto original",attachSubtitleTranslating:"Usando {service} para traducir...","error.claude.403":"No tiene permiso para acceder al servicio, puede estar relacionado con las restricciones de \xE1rea de Claude, puede intentar cambiar su direcci\xF3n IP o usar otros servicios de traducci\xF3n.","browser.brandDescriptionForSafari":"\u3010Traducci\xF3n inmersiva\u3011Un complemento de traducci\xF3n de p\xE1ginas web biling\xFCe (original/traducci\xF3n) gratuito que tambi\xE9n soporta la traducci\xF3n de PDF y libros electr\xF3nicos EPUB manteniendo el formato original del documento, la traducci\xF3n de subt\xEDtulos biling\xFCes de videos en l\xEDnea como Youtube/Netflix, y soporta servicios de traducci\xF3n principales como Deepl/Google;","browser.PdfProFile":"AI impulsado por PDF Pro traducci\xF3n","browser.textTranslate":"Traducci\xF3n de texto"};var R4={nologin:"\u0648\u0627\u0631\u062F \u0646\u0634\u062F\u0647 \u0627\u06CC\u062F",loginForSafari:"\u0648\u0627\u0631\u062F \u0634\u0648\u06CC\u062F \u06CC\u0627 \u062B\u0628\u062A \u0646\u0627\u0645 \u06A9\u0646\u06CC\u062F",login:"\u767B\u5F55",manageAccount:"\u0645\u062F\u06CC\u0631\u06CC\u062A \u062D\u0633\u0627\u0628",openPremium:"\u0639\u0636\u0648\u06CC\u062A",logout:"\u062A\u0631\u06A9 \u06A9\u0631\u062F\u0646",curentPlan:"\u0628\u0633\u062A\u0647 \u0641\u0639\u0644\u06CC",endAt:"\u0628\u0644\u0648\u063A",endAuto:"\u062A\u0645\u062F\u06CC\u062F \u062E\u0648\u062F\u06A9\u0627\u0631",lineBreakMaxTextCount:"\u062D\u062F\u0627\u06A9\u062B\u0631 \u062A\u0639\u062F\u0627\u062F \u06A9\u0627\u0631\u0627\u06A9\u062A\u0631\u0647\u0627\u06CC \u0645\u062C\u0627\u0632 \u062F\u0631 \u0647\u0631 \u062C\u0645\u0644\u0647 \u067E\u0633 \u0627\u0632 \u0634\u06A9\u0633\u062A \u062E\u0637","translate-pdf":"\u0628\u0631\u0627\u06CC \u062A\u0631\u062C\u0645\u0647 PDF \u06A9\u0644\u06CC\u06A9 \u06A9\u0646\u06CC\u062F","noSupportTranslate-pdf":"\u0627\u0633\u06A9\u0631\u06CC\u067E\u062A \u067E\u0634\u062A\u06CC\u0628\u0627\u0646\u06CC \u0646\u0645\u06CC \u0634\u0648\u062F\u060C \u0644\u0637\u0641\u0627 \u0627\u0632 \u0627\u0641\u0632\u0648\u0646\u0647 \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u06A9\u0646\u06CC\u062F","translate-firefox-local-pdf":"\u0628\u0631\u0627\u06CC \u0628\u0627\u0631\u06AF\u06CC\u0631\u06CC PDF \u06A9\u0644\u06CC\u06A9 \u06A9\u0646\u06CC\u062F",enableLineBreak:"\u0641\u0639\u0627\u0644 \u06A9\u0631\u062F\u0646 \u0634\u06A9\u0633\u062A \u062E\u0637 \u062E\u0648\u062F\u06A9\u0627\u0631 \u0628\u0646\u062F \u0628\u0644\u0646\u062F",sponsorLabel:"\u062D\u0627\u0645\u06CC\u0627\u0646 \u062A\u0648\u0633\u0639\u0647\u200C\u062F\u0647\u0646\u062F\u06AF\u0627\u0646 \u0628\u0627 \u0634\u0631\u0648\u0639 \u0627\u0632 1 \u062F\u0644\u0627\u0631",help:"\u06A9\u0645\u06A9",browserShortcutsNoteForFirefox:"\u0628\u0631\u0627\u06CC \u062A\u063A\u06CC\u06CC\u0631 \u06A9\u0644\u06CC\u062F\u0647\u0627\u06CC \u0645\u06CC\u0627\u0646\u0628\u0631 \u062F\u0631 \u0645\u0631\u0648\u0631\u06AF\u0631 \u0641\u0627\u06CC\u0631\u0641\u0627\u06A9\u0633\u060C \u0628\u0627\u06CC\u062F \u0628\u0631\u06AF\u0647 \u0645\u062F\u06CC\u0631\u06CC\u062A \u0627\u0641\u0632\u0648\u0646\u0647\u200C\u0647\u0627 (about:addons) \u0631\u0627 \u0628\u0627\u0632 \u06A9\u0646\u06CC\u062F\u060C \u0633\u067E\u0633 \u0631\u0648\u06CC \xAB\u062A\u0646\u0638\u06CC\u0645\u0627\u062A\xBB \u06A9\u0644\u06CC\u06A9 \u06A9\u0646\u06CC\u062F \u0648 \u0633\u067E\u0633 \u0628\u0631\u0627\u06CC \u062A\u0646\u0638\u06CC\u0645 \u0631\u0648\u06CC \xAB\u0645\u062F\u06CC\u0631\u06CC\u062A \u06A9\u0644\u06CC\u062F\u0647\u0627\u06CC \u0645\u06CC\u0627\u0646\u0628\u0631\xBB \u06A9\u0644\u06CC\u06A9 \u06A9\u0646\u06CC\u062F",browserShortcutsNoteForChrome:"\u0628\u0631\u0627\u06CC \u0645\u0631\u0648\u0631\u06AF\u0631\u0647\u0627\u06CC Chrome \u0645\u0627\u0646\u0646\u062F\u060C \u0628\u0627\u06CC\u062F \u0628\u0631\u06AF\u0647 \u0645\u062F\u06CC\u0631\u06CC\u062A \u0627\u0641\u0632\u0648\u0646\u0647\u200C\u0647\u0627 \u0631\u0627 \u0628\u0631\u0627\u06CC \u062A\u063A\u06CC\u06CC\u0631 \u06A9\u0644\u06CC\u062F\u0647\u0627\u06CC \u0645\u06CC\u0627\u0646\u0628\u0631 \u0628\u0627\u0632 \u06A9\u0646\u06CC\u062F\u060C \u0622\u0646 \u0631\u0627 \u062F\u0631 \u062F\u0631\u06AF\u0627\u0647 \xAB\u0645\u062F\u06CC\u0631\u06CC\u062A \u06A9\u0644\u06CC\u062F\u0647\u0627\u06CC \u0645\u06CC\u0627\u0646\u0628\u0631\xBB (chrome://extensions/shortcuts) \u062A\u0646\u0638\u06CC\u0645 \u06A9\u0646\u06CC\u062F. \u0631\u0648\u06CC \u062F\u06A9\u0645\u0647 \u0632\u06CC\u0631 \u06A9\u0644\u06CC\u06A9 \u06A9\u0646\u06CC\u062F \u062A\u0627 \u0628\u0647 \u0628\u0631\u06AF\u0647 \u0645\u062F\u06CC\u0631\u06CC\u062A \u06A9\u0644\u06CC\u062F \u0645\u06CC\u0627\u0646\u0628\u0631 \u0628\u0631\u0648\u06CC\u062F.",browserShortcutsSucks:"\u0641\u0631\u0645\u062A \u06A9\u0644\u06CC\u062F \u0645\u06CC\u0627\u0646\u0628\u0631 \u0633\u0641\u0627\u0631\u0634\u06CC (\u0628\u062F\u0648\u0646 \u062A\u0634\u062E\u06CC\u0635 \u062E\u0648\u062F\u06A9\u0627\u0631\u060C \u0644\u0637\u0641\u0627 \u0645\u0633\u062A\u0642\u06CC\u0645\u0627 \u0648\u0627\u0631\u062F \u06A9\u0646\u06CC\u062F)\uFF1A\u0627\u0633\u062A",enableLineBreakDescription:"\u0648\u0642\u062A\u06CC \u0641\u0639\u0627\u0644 \u0628\u0627\u0634\u062F\u060C \u06CC\u06A9 \u0634\u06A9\u0633\u062A \u062E\u0637 \u062F\u0631 \u067E\u0627\u06CC\u0627\u0646 \u0647\u0631 \u062C\u0645\u0644\u0647 \u062F\u0631 \u06CC\u06A9 \u0628\u0646\u062F \u0628\u0644\u0646\u062F \u0628\u0631\u0627\u06CC \u062A\u0633\u0647\u06CC\u0644 \u062E\u0648\u0627\u0646\u062F\u0646 \u0627\u0639\u0645\u0627\u0644 \u0645\u06CC \u0634\u0648\u062F","browser.shortBrandName":"\u062A\u0631\u062C\u0645\u0647 \u0647\u0645\u0647\u062C\u0627\u0646\u0628\u0647","browser.brandName":"\u062A\u0631\u062C\u0645\u0647 \u0647\u0645\u0647\u200C\u062C\u0627\u0646\u0628\u0647","browser.brandDescription":"Web bilingual translation, completely free to use, supports Deepl/Google/Bing/Tencent/Youdao, etc.","browser.toggleTranslatePage":"\u062A\u0631\u062C\u0645\u0647 \u062A\u0627\u0631\u0646\u0645\u0627/\u0646\u0645\u0627\u06CC\u0634 \u0645\u062A\u0646 \u0627\u0635\u0644\u06CC","browser.toggleTranslateTheWholePage":"\u062A\u0631\u062C\u0645\u0647 \u062A\u0645\u0627\u0645 \u0628\u0631\u06AF\u0647/\u0646\u0645\u0627\u06CC\u0634 \u0645\u062A\u0646 \u0627\u0635\u0644\u06CC","browser.toggleOnlyTransation":"\u062A\u063A\u06CC\u06CC\u0631 \u0628\u0647 \u062D\u0627\u0644\u062A \u062F\u0648\u0632\u0628\u0627\u0646\u0647 / \u0641\u0642\u0637 \u0645\u062A\u0646 \u062A\u0631\u062C\u0645\u0647 \u0634\u062F\u0647","browser.toggleTranslateToThePageEndImmediately":"\u0627\u0632 \u0627\u0646\u062A\u0647\u0627\u06CC \u0628\u0631\u06AF\u0647 \u062A\u0631\u062C\u0645\u0647 \u06A9\u0646\u06CC\u062F/\u0646\u0645\u0627\u06CC\u0634 \u0645\u062A\u0646 \u0627\u0635\u0644\u06CC","browser.toggleTranslateTheMainPage":"\u062A\u0631\u062C\u0645\u0647 \u0642\u0633\u0645\u062A\u200C\u0647\u0627\u06CC \u0627\u0635\u0644\u06CC \u0628\u0631\u06AF\u0647/\u0646\u0645\u0627\u06CC\u0634 \u0645\u062A\u0646 \u0627\u0635\u0644\u06CC","browser.shareToDraft":"\u0627\u0634\u062A\u0631\u0627\u06A9\u200C\u06AF\u0630\u0627\u0631\u06CC \u0635\u0641\u062D\u0647 \u062F\u0648\u0632\u0628\u0627\u0646\u0647","browser.openOptionsPage":"\u0628\u0631\u06AF\u0647 \u062A\u0646\u0638\u06CC\u0645\u0627\u062A \u0631\u0627 \u0628\u0627\u0632 \u06A9\u0646\u06CC\u062F","browser.toggleTranslationMask":"\u0646\u0645\u0627\u06CC\u0634/\u067E\u0646\u0647\u0627\u0646 \u06A9\u0631\u062F\u0646 \u062C\u0644\u0648\u0647 \u062A\u0627\u0631\u06CC \u062A\u0631\u062C\u0645\u0647","browser.translateLocalPdfFile":"\u062A\u0631\u062C\u0645\u0647 \u067E\u0631\u0648\u0646\u062F\u0647 PDF \u0645\u062D\u0644\u06CC","browser.openEbookViewer":"\u06A9\u062A\u0627\u0628 \u0647\u0627\u06CC \u0627\u0644\u06A9\u062A\u0631\u0648\u0646\u06CC\u06A9\u06CC \u0645\u062D\u0644\u06CC \u0631\u0627 \u0628\u062E\u0648\u0627\u0646\u06CC\u062F","browser.openEbookBuilder":"\u06A9\u062A\u0627\u0628 \u0647\u0627\u06CC \u0627\u0644\u06A9\u062A\u0631\u0648\u0646\u06CC\u06A9\u06CC \u062F\u0648 \u0632\u0628\u0627\u0646\u0647 EPUB \u0627\u06CC\u062C\u0627\u062F \u06A9\u0646\u06CC\u062F","browser.translateLocalHtmlFile":"\u7FFB\u8BD1\u672C\u5730 HTML \u6587\u4EF6","browser.donateContext":"\u0628\u0627 \u0645\u0632\u0627\u06CC\u0627\u06CC \u062D\u0645\u0627\u06CC\u062A \u0645\u0627\u0644\u06CC \u0622\u0634\u0646\u0627 \u0634\u0648\u06CC\u062F","browser.translateLocalSubtitleFile":"\u0641\u0627\u06CC\u0644 \u0647\u0627\u06CC \u0632\u06CC\u0631\u0646\u0648\u06CC\u0633 \u0645\u062D\u0644\u06CC \u0631\u0627 \u062A\u0631\u062C\u0645\u0647 \u06A9\u0646\u06CC\u062F",confirmResetConfig:"\u0622\u06CC\u0627 \u0645\u0637\u0645\u0626\u0646 \u0647\u0633\u062A\u06CC\u062F \u06A9\u0647 \u0645\u06CC\u200C\u062E\u0648\u0627\u0647\u06CC\u062F \u062A\u0646\u0638\u06CC\u0645\u0627\u062A \u0631\u0627 \u0628\u0627\u0632\u0646\u0634\u0627\u0646\u06CC \u06A9\u0646\u06CC\u062F\u061F",translationLineBreakSettingTitle:"\u062A\u0646\u0638\u06CC\u0645\u0627\u062A \u0628\u0633\u062A\u0647 \u0628\u0646\u062F\u06CC \u062E\u0637 \u062A\u0631\u062C\u0645\u0647",smartLineBreak:"\u0628\u0633\u062A\u0647 \u0628\u0646\u062F\u06CC \u062E\u0637 \u0647\u0648\u0634\u0645\u0646\u062F",alwaysLineBreak:"\u0647\u0645\u06CC\u0634\u0647 \u0628\u067E\u06CC\u0686\u06CC\u062F",isShowContextMenu:"\u521B\u5EFA\u53F3\u952E\u83DC\u5355",toggleBeta:"\u0648\u06CC\u0698\u06AF\u06CC \u0647\u0627\u06CC \u0622\u0632\u0645\u0627\u06CC\u0634 \u0628\u062A\u0627 \u0631\u0627 \u0641\u0639\u0627\u0644 \u06A9\u0646\u06CC\u062F",betaDescription:"\u0648\u06CC\u0698\u06AF\u06CC\u200C\u0647\u0627\u06CC\u06CC \u0631\u0627 \u06A9\u0647 \u0647\u0646\u0648\u0632 \u0622\u0632\u0645\u0627\u06CC\u0634\u06CC \u0647\u0633\u062A\u0646\u062F \u0648 \u0647\u0645\u0686\u0646\u06CC\u0646 \u062E\u062F\u0645\u0627\u062A \u062A\u0631\u062C\u0645\u0647 \u0631\u0627 \u062F\u0631 \u0622\u0632\u0645\u0627\u06CC\u0634 \u0641\u0639\u0627\u0644 \u06A9\u0646\u06CC\u062F. \u0639\u0636\u0648<1>\u06AF\u0631\u0648\u0647 \u062A\u0644\u06AF\u0631\u0627\u0645 \u0634\u0648\u06CC\u062F \u0628\u06CC\u0634\u062A\u0631 \u0628\u062F\u0627\u0646\u06CC\u062F.",translationLineBreakSettingDescription:"\u5BF9\u4E8E\u8BD1\u6587\u7684\u4F4D\u7F6E\uFF1A\u603B\u662F\u6362\u884C/\u667A\u80FD\u6362\u884C\uFF08\u5F53\u6BB5\u843D\u591A\u4E8E{count}\u4E2A\u5B57\u7B26\u624D\u6362\u884C\u663E\u793A\u8BD1\u6587\uFF09",tempTranslateDomainTitle:"\u0686\u0647 \u0645\u062F\u062A \u0628\u0631\u0627\u06CC \u0641\u0639\u0627\u0644 \u06A9\u0631\u062F\u0646 \u0645\u0648\u0642\u062A \u062A\u0631\u062C\u0645\u0647 \u0648\u0628 \u0633\u0627\u06CC\u062A",tempTranslateDomainDescription:"\u5F53\u624B\u52A8\u7FFB\u8BD1\u67D0\u4E2A\u7F51\u9875\u7684\u65F6\u5019\uFF0C\u4E34\u65F6\u5F00\u542F\u8BE5\u7F51\u7AD9\u4E3A\u81EA\u52A8\u7FFB\u8BD1",xMinutes:"{count} \u062F\u0642\u06CC\u0642\u0647",disabled:"\u063A\u06CC\u0631 \u0641\u0639\u0627\u0644 \u06A9\u0631\u062F\u0646",changelog:"\u062A\u063A\u06CC\u06CC\u0631 \u06AF\u0632\u0627\u0631\u0634",toggleTranslatePageWhenThreeFingersOnTheScreen:"\u0628\u0631\u0627\u06CC \u062A\u0631\u062C\u0645\u0647 \u0635\u0641\u062D\u0647 \u0648\u0628/\u0646\u0645\u0627\u06CC\u0634 \u0645\u062A\u0646 \u0627\u0635\u0644\u06CC\u060C \u0647\u0645\u0632\u0645\u0627\u0646 \u0628\u0627 \u0686\u0646\u062F\u06CC\u0646 \u0627\u0646\u06AF\u0634\u062A \u0635\u0641\u062D\u0647 \u0631\u0627 \u0644\u0645\u0633 \u06A9\u0646\u06CC\u062F",toggleTranslationMaskWhenThreeFingersOnTheScreen:"\u0686\u0646\u062F\u06CC\u0646 \u0627\u0646\u06AF\u0634\u062A \u0631\u0627 \u0628\u0647 \u0637\u0648\u0631 \u0647\u0645\u0632\u0645\u0627\u0646 \u0644\u0645\u0633 \u06A9\u0646\u06CC\u062F \u062A\u0627 \u062C\u0644\u0648\u0647 \u062A\u0627\u0631\u06CC \u062A\u0631\u062C\u0645\u0647 \u0646\u0634\u0627\u0646 \u062F\u0627\u062F\u0647 \u06CC\u0627 \u067E\u0646\u0647\u0627\u0646 \u0634\u0648\u062F",fingerCountToToggleTranslagePageOnlyTranslationWhenTouching:"\u0628\u0631\u0627\u06CC \u062A\u0631\u062C\u0645\u0647 \u0635\u0641\u062D\u0647 \u0648\u0628 (\u0641\u0642\u0637 \u062A\u0631\u062C\u0645\u0647)/\u0646\u0645\u0627\u06CC\u0634 \u0645\u062A\u0646 \u0627\u0635\u0644\u06CC \u0628\u0627 \u0686\u0646\u062F\u06CC\u0646 \u0627\u0646\u06AF\u0634\u062A \u0647\u0645\u0632\u0645\u0627\u0646 \u0635\u0641\u062D\u0647 \u0631\u0627 \u0644\u0645\u0633 \u06A9\u0646\u06CC\u062F",addUrlDescription:"\u0627\u06CC\u0646 \u0645\u06CC \u062A\u0648\u0627\u0646\u062F \u06CC\u06A9 \u0646\u0627\u0645 \u062F\u0627\u0645\u0646\u0647 \u0628\u0627\u0634\u062F \u0648 \u0627\u0632 \u062D\u0631\u0648\u0641 \u0639\u0627\u0645 \u067E\u0634\u062A\u06CC\u0628\u0627\u0646\u06CC \u0645\u06CC \u06A9\u0646\u062F\u060C \u0645\u0627\u0646\u0646\u062F\uFF1A*.google.com\u060C google.com/mail/*\u060C https://www.google.com/*",general:"\u062A\u0646\u0638\u06CC\u0645\u0627\u062A \u067E\u0627\u06CC\u0647",clickToExpandConfig:"\u06AF\u0633\u062A\u0631\u0634 \u067E\u06CC\u06A9\u0631\u0628\u0646\u062F\u06CC \u0641\u0639\u0644\u06CC",import:"\u4ECE\u6587\u4EF6\u5BFC\u5165\u914D\u7F6E",export:"\u0635\u0627\u062F\u0631\u0627\u062A \u0628\u0647 \u0641\u0627\u06CC\u0644",toggleDebug:"\u06AF\u0632\u0627\u0631\u0634 \u0647\u0627\u06CC \u0627\u0634\u06A9\u0627\u0644 \u0632\u062F\u0627\u06CC\u06CC \u0631\u0627 \u0631\u0648\u06CC \u06A9\u0646\u0633\u0648\u0644 \u0686\u0627\u067E \u06A9\u0646\u06CC\u062F","fingers.0":"\u0628\u0633\u062A\u0647","fingers.2":"\u0644\u0645\u0633 \u062F\u0648 \u0627\u0646\u06AF\u0634\u062A\u06CC","fingers.3":"\u0644\u0645\u0633 \u0633\u0647 \u0627\u0646\u06AF\u0634\u062A","fingers.4":"\u0644\u0645\u0633 \u0686\u0647\u0627\u0631 \u0627\u0646\u06AF\u0634\u062A","fingers.5":"\u0644\u0645\u0633 \u067E\u0646\u062C \u0627\u0646\u06AF\u0634\u062A",mouseHoldKey:"+ {key} \u0627\u06CC\u0646 \u067E\u0627\u0631\u0627\u06AF\u0631\u0627\u0641 \u0631\u0627 \u062A\u0631\u062C\u0645\u0647/\u0628\u0627\u0632\u06CC\u0627\u0628\u06CC \u06A9\u0646\u06CC\u062F",mouseHoldKeyAuto:"\u0627\u06CC\u0646 \u067E\u0627\u0631\u0627\u06AF\u0631\u0627\u0641 \u0631\u0627 \u0645\u0633\u062A\u0642\u06CC\u0645\u0627\u064B \u062A\u0631\u062C\u0645\u0647 \u06A9\u0646\u06CC\u062F",mouseHoldKeyOff:"\u0647\u06CC\u0686 \u06A9\u0627\u0631\u06CC \u0646\u06A9\u0646",mouseHoldKeyOther:"\u06A9\u0644\u06CC\u062F\u0647\u0627\u06CC \u0645\u06CC\u0627\u0646\u0628\u0631 \u0633\u0641\u0627\u0631\u0634\u06CC (\u062A\u0646\u0638\u06CC\u0645\u0627\u062A \u0628\u0627\u0632)",mouseHoldKeyCustomKey:"0 \u0627\u06CC\u0646 \u067E\u0627\u0631\u0627\u06AF\u0631\u0627\u0641 \u0631\u0627 {key} / \u0628\u0627\u0632\u06CC\u0627\u0628\u06CC \u06A9\u0646\u06CC\u062F",mouseHoverHoldKey:"\u0645\u0627\u0648\u0633 \u0631\u0627 \u0646\u06AF\u0647 \u062F\u0627\u0631\u06CC\u062F \u0648 \u06A9\u0644\u06CC\u062F \u0645\u06CC\u0627\u0646\u0628\u0631 \u0631\u0627 \u0641\u0634\u0627\u0631 \u062F\u0647\u06CC\u062F \u062A\u0627 \u067E\u0627\u0631\u0627\u06AF\u0631\u0627\u0641 \u062A\u0631\u062C\u0645\u0647 \u0634\u0648\u062F","mouse-translate":"MouseTranslateWhen",document:"\u0633\u0646\u062F",resetSuccess:"\u0647\u0645\u0647 \u062A\u0646\u0638\u06CC\u0645\u0627\u062A \u0628\u0627 \u0645\u0648\u0641\u0642\u06CC\u062A \u0628\u0627\u0632\u0646\u0634\u0627\u0646\u06CC \u0634\u062F",resetThisSuccess:"\u0628\u0627\u0632\u0646\u0634\u0627\u0646\u06CC \u0628\u0627 \u0645\u0648\u0641\u0642\u06CC\u062A \u0627\u0646\u062C\u0627\u0645 \u0634\u062F",saved:"\u0628\u0627 \u0645\u0648\u0641\u0642\u06CC\u062A \u0630\u062E\u06CC\u0631\u0647 \u0634\u062F",successImportConfig:"\u067E\u06CC\u06A9\u0631\u0628\u0646\u062F\u06CC \u0628\u0627 \u0645\u0648\u0641\u0642\u06CC\u062A \u0648\u0627\u0631\u062F \u0634\u062F",goAdvancedSettings:"\u0628\u0647 \u0635\u0641\u062D\u0647 \u062A\u0646\u0638\u06CC\u0645\u0627\u062A \u067E\u06CC\u0634\u0631\u0641\u062A\u0647 \u0628\u0631\u0648\u06CC\u062F",goAdvancedInterfaceSettings:"\u0628\u0647 \u0635\u0641\u062D\u0647 \u062A\u0646\u0638\u06CC\u0645\u0627\u062A \u0633\u0641\u0627\u0631\u0634\u06CC \u0633\u0627\u0632\u06CC \u067E\u06CC\u0634\u0631\u0641\u062A\u0647 \u0628\u0631\u0648\u06CC\u062F",advanced:"\u062A\u0646\u0638\u06CC\u0645\u0627\u062A \u067E\u06CC\u0634\u0631\u0641\u062A\u0647",advancedDescription:"\u0628\u0647 \u0637\u0648\u0631 \u06A9\u0644\u06CC\u060C \u0647\u06CC\u0686 \u062A\u0646\u0638\u06CC\u0645\u06CC \u0644\u0627\u0632\u0645 \u0646\u06CC\u0633\u062A\u060C \u0641\u0642\u0637 \u067E\u06CC\u0634 \u0641\u0631\u0636 \u0631\u0627 \u062D\u0641\u0638 \u06A9\u0646\u06CC\u062F. \u0641\u0642\u0637 \u0628\u0631\u0627\u06CC \u06A9\u0627\u0631\u0628\u0631\u0627\u0646 \u062D\u0631\u0641\u0647 \u0627\u06CC \u062A\u0631\u060C \u062A\u0646\u0638\u06CC\u0645\u0627\u062A \u0634\u062E\u0635\u06CC \u062A\u0631 \u0627\u0631\u0627\u0626\u0647 \u0634\u062F\u0647 \u0627\u0633\u062A.",developer:"\u062A\u0646\u0638\u06CC\u0645\u0627\u062A \u0628\u0631\u0646\u0627\u0645\u0647 \u0646\u0648\u06CC\u0633",donateCafe:"\u8BF7\u5F00\u53D1\u8005\u559D\u676F\u5496\u5561","translate to the bottom of the page":"\u6253\u5F00\u7F51\u9875\u540E\uFF0C\u662F\u5426\u7ACB\u5373\u7FFB\u8BD1\u5230\u9875\u9762\u5E95\u90E8\uFF1F",feedback:"\u0628\u0627\u0632\u062E\u0648\u0631\u062F",toggleTranslatePage:"\u062A\u0631\u062C\u0645\u0647 \u0635\u0641\u062D\u0647 \u0648\u0628/\u0646\u0645\u0627\u06CC\u0634 \u0645\u062A\u0646 \u0627\u0635\u0644\u06CC",translateToThePageEndImmediatelyDescription:"\u5F00\u542F\u540E\uFF0C\u5C06\u4F1A\u7ACB\u5373\u7FFB\u8BD1\u7F51\u9875\u4ECE\u9876\u90E8\u5230\u5E95\u90E8\u7684\u5185\u5BB9\uFF0C\u800C\u4E0D\u662F\u8FB9\u770B\u8FB9\u8BD1\u3002\uFF08\u4E0D\u63A8\u8350\u5F00\u542F\uFF09","translate all areas of the page":"\u0622\u06CC\u0627 \u0628\u0631\u0627\u06CC \u062A\u0631\u062C\u0645\u0647 \u0647\u0645\u0647 \u0642\u0633\u0645\u062A \u0647\u0627\u06CC \u0635\u0641\u062D\u0647 \u0648\u0628",translationAreaDescription:"\u5F00\u542F\u540E\uFF0C\u6574\u4E2A\u7F51\u9875\u7684\u533A\u57DF\u90FD\u4F1A\u88AB\u7FFB\u8BD1\uFF0C\u800C\u4E0D\u662F\u9ED8\u8BA4\u7684\u667A\u80FD\u8BC6\u522B\u4E3B\u8981\u533A\u57DF\u53BB\u7FFB\u8BD1\uFF08\u4E0D\u63A8\u8350\u5F00\u542F\uFF09","the number of characters to be translated first":"\u524D\u591A\u5C11\u4E2A\u5B57\u7B26\u65E0\u9700\u7B49\u5F85\u6EDA\u52A8\u5230\u53EF\u89C6\u533A\u57DF\uFF0C\u76F4\u63A5\u7FFB\u8BD1\uFF1F","interface language":"\u0632\u0628\u0627\u0646 \u0631\u0627\u0628\u0637","display both the original text and the translation":"\u0646\u0645\u0627\u06CC\u0634 \u0645\u062A\u0646 \u0627\u0635\u0644\u06CC \u0648 \u062A\u0631\u062C\u0645\u0647 \u0628\u0647 \u0637\u0648\u0631 \u0647\u0645\u0632\u0645\u0627\u0646","keyboard shortcuts":"\u0645\u06CC\u0627\u0646\u0628\u0631\u0647\u0627\u06CC \u0635\u0641\u062D\u0647 \u06A9\u0644\u06CC\u062F",modify:"\u06A9\u0644\u06CC\u062F\u0647\u0627\u06CC \u0645\u06CC\u0627\u0646\u0628\u0631 \u0631\u0627 \u062A\u063A\u06CC\u06CC\u0631 \u062F\u0647\u06CC\u062F",reset:"\u062A\u0646\u0638\u06CC\u0645 \u0645\u062C\u062F\u062F",close:"\u0628\u0633\u062A\u0647",homepage:"\u0635\u0641\u062D\u0647 \u0646\u062E\u0633\u062A",more:"\u0628\u06CC\u0634\u062A\u0631",moreOptions:"\u06AF\u0632\u06CC\u0646\u0647 \u0647\u0627\u06CC \u0633\u0641\u0627\u0631\u0634\u06CC \u0633\u0627\u0632\u06CC \u0628\u06CC\u0634\u062A\u0631\u06CC \u0631\u0627 \u06AF\u0633\u062A\u0631\u0634 \u062F\u0647\u06CC\u062F",translateTheWholePage:"\u062A\u0631\u062C\u0645\u0647 \u062A\u0645\u0627\u0645 \u0642\u0633\u0645\u062A\u200C\u0647\u0627\u06CC \u0635\u0641\u062D\u0647 (\u0645\u062A\u0641\u0627\u0648\u062A \u0627\u0632 \u0642\u0633\u0645\u062A\u200C\u0647\u0627\u06CC \u0627\u0635\u0644\u06CC \u062A\u0634\u062E\u06CC\u0635 \u0647\u0648\u0634\u0645\u0646\u062F)",changeToTranslateTheWholePage:"\u5207\u6362\u4E3A\u7FFB\u8BD1\u9875\u9762\u6240\u6709\u533A\u57DF",changeToTranslateTheMainPage:"\u5207\u6362\u4E3A\u667A\u80FD\u7FFB\u8BD1\u4E3B\u8981\u533A\u57DF",changeToOnlyTranslationMode:"\u0628\u0647 \u0646\u0645\u0627\u06CC\u0634 \u0641\u0642\u0637 \u062A\u0631\u062C\u0645\u0647 \u0647\u0627 \u0628\u0631\u0648\u06CC\u062F",changeToDualTranslationMode:"\u0628\u0647 \u062A\u0631\u062C\u0645\u0647 \u062F\u0648 \u0632\u0628\u0627\u0646\u0647 \u0628\u0631\u0648\u06CC\u062F",translateToThePageEndImmediately:"\u7ACB\u5373\u7FFB\u8BD1\u5230\u9875\u9762\u5E95\u90E8\uFF08\u533A\u522B\u4E8E\u6EDA\u52A8\u7FFB\u8BD1\uFF09",translateTheMainPage:"\u0632\u0645\u06CC\u0646\u0647 \u0647\u0627\u06CC \u0627\u0635\u0644\u06CC \u062A\u0631\u062C\u0645\u0647 \u0647\u0648\u0634\u0645\u0646\u062F","The local rules are up to date":"\u0642\u0648\u0627\u0646\u06CC\u0646 \u0633\u0627\u0632\u06AF\u0627\u0631\u06CC \u0645\u062D\u0644\u06CC \u0628\u0647 \u0631\u0648\u0632 \u0647\u0633\u062A\u0646\u062F:","Successfully synchronized with the latest official rules:":"\u0622\u062E\u0631\u06CC\u0646 \u0642\u0648\u0627\u0646\u06CC\u0646 \u0627\u0646\u0637\u0628\u0627\u0642 \u0631\u0633\u0645\u06CC \u0628\u0627 \u0645\u0648\u0641\u0642\u06CC\u062A \u0647\u0645\u06AF\u0627\u0645 \u0633\u0627\u0632\u06CC \u0634\u062F:","Checking for updates":"\u0628\u0631\u0631\u0633\u06CC \u0628\u0647 \u0631\u0648\u0632 \u0631\u0633\u0627\u0646\u06CC","Rules are being synchronized":"\u0647\u0645\u06AF\u0627\u0645 \u0633\u0627\u0632\u06CC \u0642\u0648\u0627\u0646\u06CC\u0646 \u0633\u0627\u0632\u06AF\u0627\u0631\u06CC",localVersionIsTooOld:"\u672C\u5730\u6269\u5C55\u7248\u672C\u8FC7\u65E7\uFF0C\u8BF7\u5347\u7EA7\u6269\u5C55\u5230 {minVersion} \u6216\u4E4B\u540E\u7684\u7248\u672C\u518D\u5C1D\u8BD5\u540C\u6B65",badUserscriptBrowser:"\u8BE5\u6D4F\u89C8\u5668\u672A\u6B63\u786E\u5B9E\u73B0\u6CB9\u7334\u7684\u63A5\u53E3\uFF0C\u8BF7\u4F7F\u7528\u5176\u4ED6<1>\u652F\u6301\u6CB9\u7334\u7684\u6D4F\u89C8\u5668\u5982(Firefox Nightly \u7248\u672C)",foundNewVersion:"\u0646\u0633\u062E\u0647 \u062C\u062F\u06CC\u062F \u067E\u06CC\u062F\u0627 \u0634\u062F",theLocalExtensionIsUpToUpdate:"\u0627\u0641\u0632\u0648\u0646\u0647 \u0641\u0639\u0644\u06CC \u0622\u062E\u0631\u06CC\u0646 \u0646\u0633\u062E\u0647 \u0627\u0633\u062A.",failToSyncRules:"\u0647\u0645\u06AF\u0627\u0645 \u0633\u0627\u0632\u06CC \u0622\u062E\u0631\u06CC\u0646 \u0642\u0648\u0627\u0646\u06CC\u0646 \u0627\u0646\u0637\u0628\u0627\u0642 \u0627\u0646\u062C\u0627\u0645 \u0646\u0634\u062F",retry:"\u062C\u0647\u062A \u062A\u0644\u0627\u0634 \u062F\u0648\u0628\u0627\u0631\u0647 \u0627\u06CC\u0646\u062C\u0627 \u06A9\u0644\u06CC\u06A9 \u06A9\u0646\u06CC\u062F",failedReason:"\u062F\u0644\u06CC\u0644 \u0634\u06A9\u0633\u062A",currentRuleVersion:"\u0646\u0633\u062E\u0647 \u0642\u0627\u0646\u0648\u0646 \u0641\u0639\u0644\u06CC",calculating:"\u062F\u0631 \u062D\u0627\u0644 \u0645\u062D\u0627\u0633\u0628\u0647",unknownError:"\u0627\u0634\u062A\u0628\u0627\u0647 \u0646\u0627\u0634\u0646\u0627\u062E\u062A\u0647",canNotFetchRemoteRule:"\u0646\u0645\u06CC \u062A\u0648\u0627\u0646 \u0642\u0648\u0627\u0646\u06CC\u0646 \u0631\u0627\u0647 \u062F\u0648\u0631 \u0631\u0627 \u062F\u0631\u06CC\u0627\u0641\u062A \u06A9\u0631\u062F",enableAlphaSuccess:"\u062A\u0627\u0628\u0639 \u0622\u0644\u0641\u0627 \u0631\u0648\u0634\u0646 \u0634\u062F",disableAlphaSuccess:"\u0648\u06CC\u0698\u06AF\u06CC \u0622\u0644\u0641\u0627 \u062E\u0627\u0645\u0648\u0634 \u0634\u062F",cacheSize:"\u0627\u0646\u062F\u0627\u0632\u0647 \u06A9\u0634\uFF1A",cleaning:"\u062A\u0645\u06CC\u0632 \u06A9\u0631\u062F\u0646",cleanCache:"\u067E\u0627\u06A9 \u06A9\u0631\u062F\u0646 \u062D\u0627\u0641\u0638\u0647 \u067E\u0646\u0647\u0627\u0646",options:"\u0628\u0631\u067E\u0627\u06CC\u06CC",about:"\u062F\u0631 \u0628\u0627\u0631\u0647",service:"\u062E\u062F\u0645\u0627\u062A \u062A\u0631\u062C\u0645\u0647",needAction:"(\u0628\u0647 \u062A\u0646\u0638\u06CC\u0645\u0627\u062A \u0628\u0631\u0648\u06CC\u062F)",goSettings:"\u0628\u0647 \u062A\u0646\u0638\u06CC\u0645\u0627\u062A \u0628\u0631\u0648\u06CC\u062F",needActionForOptions:"(\u0646\u06CC\u0627\u0632 \u0628\u0647 \u062A\u0646\u0638\u06CC\u0645)",translationEngine:"\u06AF\u0632\u06CC\u0646\u0647 \u0647\u0627\u06CC \u0645\u0648\u062A\u0648\u0631",sourceLanguage:"\u0632\u0628\u0627\u0646 \u0627\u0635\u0644\u06CC",target:"\u0632\u0628\u0627\u0646 \u0645\u0642\u0635\u062F",popupSourceLanguage:"\u0632\u0628\u0627\u0646 \u0627\u0635\u0644\u06CC",popupTarget:"\u0632\u0628\u0627\u0646 \u0645\u0642\u0635\u062F",popupService:"\u062E\u062F\u0645\u0627\u062A \u062A\u0631\u062C\u0645\u0647",forThisSite:"\u0648\u0628 \u0633\u0627\u06CC\u062A \u0641\u0639\u0644\u06CC",autoEnableSubtitle:"\u0632\u06CC\u0631\u0646\u0648\u06CC\u0633\u200C\u0647\u0627\u06CC \u062F\u0648\u0632\u0628\u0627\u0646\u0647 \u0631\u0627 \u0628\u0647\u200C\u0637\u0648\u0631 \u062E\u0648\u062F\u06A9\u0627\u0631 \u0631\u0648\u0634\u0646 \u06A9\u0646\u06CC\u062F",alwaysTranslateSomeLanguage:"\u603B\u662F\u7FFB\u8BD1{language}",neverTranslateSomeLanguage:"\u6C38\u4E0D\u7FFB\u8BD1{language}",alwaysTranslateSomeSite:"\u0647\u0645\u06CC\u0634\u0647 {hostname}\u0631\u0627 \u062A\u0631\u062C\u0645\u0647 \u06A9\u0646\u06CC\u062F",neverTranslateSomeSite:"\u0647\u0631\u06AF\u0632 {hostname}\u0631\u0627 \u062A\u0631\u062C\u0645\u0647 \u0646\u06A9\u0646\u06CC\u062F",alwaysTranslateSomeSiteOrWildSite:"\u0647\u0645\u06CC\u0634\u0647 \u0627\u06CC\u0646 \u0633\u0627\u06CC\u062A \u0631\u0627 \u062A\u0631\u062C\u0645\u0647 \u06A9\u0646\u06CC\u062F",alwaysTranslateSomePage:"\u0647\u0645\u06CC\u0634\u0647 \u0627\u06CC\u0646 \u0635\u0641\u062D\u0647 \u0631\u0627 \u062A\u0631\u062C\u0645\u0647 \u06A9\u0646\u06CC\u062F",add:"\u0627\u0636\u0627\u0641\u0647 \u06A9\u0631\u062F\u0646 \u0628\u0647",default:"\u067E\u06CC\u0634 \u0641\u0631\u0636",forThisLanguage:"\u0628\u0631\u0627\u06CC \u0627\u06CC\u0646 \u0632\u0628\u0627\u0646\uFF1A","add url":"\u0622\u062F\u0631\u0633 \u0627\u06CC\u0646\u062A\u0631\u0646\u062A\u06CC \u0631\u0627 \u0648\u0627\u0631\u062F \u06A9\u0646\u06CC\u062F",edit:"\u0648\u06CC\u0631\u0627\u06CC\u0634 \u06A9\u0646\u06CC\u062F","translate other languages into specific language":"\u0632\u0628\u0627\u0646 \u0647\u0627\u06CC \u062F\u06CC\u06AF\u0631 \u0631\u0627 \u0628\u0647 \u0632\u0628\u0627\u0646\u06CC \u06A9\u0647 \u062A\u0646\u0638\u06CC\u0645 \u06A9\u0631\u062F\u0647 \u0627\u06CC\u062F \u062A\u0631\u062C\u0645\u0647 \u06A9\u0646\u06CC\u062F","select translation service":"\u062E\u062F\u0645\u0627\u062A \u062A\u0631\u062C\u0645\u0647 \u0631\u0627 \u0627\u0646\u062A\u062E\u0627\u0628 \u06A9\u0646\u06CC\u062F",language:"\u0632\u0628\u0627\u0646","show-original":"\u0646\u0645\u0627\u06CC\u0634 \u0645\u062A\u0646 \u0627\u0635\u0644\u06CC",translate:"\u062A\u0631\u062C\u0645\u0647 \u06A9\u0631\u062F\u0646",Translated:"\u062A\u0631\u062C\u0645\u0647 \u0634\u062F\u0647",Translating:"\u062F\u0631 \u062D\u0627\u0644 \u062A\u0631\u062C\u0645\u0647",Error:"\u0627\u0634\u062A\u0628\u0627\u0647",allowCacheTranslations:"\u0641\u0639\u0627\u0644 \u06A9\u0631\u062F\u0646 \u062D\u0627\u0641\u0638\u0647 \u067E\u0646\u0647\u0627\u0646 \u062A\u0631\u062C\u0645\u0647 \u0645\u062D\u0644\u06CC (\u0628\u0631\u0627\u06CC \u06A9\u0627\u0647\u0634 \u062F\u0631\u062E\u0648\u0627\u0633\u062A \u0647\u0627\u06CC \u062A\u0631\u062C\u0645\u0647 \u0628\u0631\u0627\u06CC \u067E\u0627\u0631\u0627\u06AF\u0631\u0627\u0641 \u0647\u0627\u06CC \u062A\u06A9\u0631\u0627\u0631\u06CC)","translation display":"\u0633\u0628\u06A9 \u0646\u0645\u0627\u06CC\u0634 \u062A\u0631\u062C\u0645\u0647","select diplay style":"\u0633\u0628\u06A9 \u062A\u0631\u062C\u0645\u0647 \u0631\u0627 \u0645\u062A\u0645\u0627\u06CC\u0632 \u06A9\u0646\u06CC\u062F. \u0644\u0637\u0641\u0627\u064B \u0628\u0631\u0627\u06CC \u062C\u0632\u0626\u06CC\u0627\u062A \u0628\u06CC\u0634\u062A\u0631 \u0628\u0647 \u0645\u062B\u0627\u0644 \u0647\u0627\u06CC \u0632\u06CC\u0631 \u0645\u0631\u0627\u062C\u0639\u0647 \u06A9\u0646\u06CC\u062F:",interface:"\u062A\u0646\u0638\u06CC\u0645\u0627\u062A \u0631\u0627\u0628\u0637",import_export:"\u0648\u0627\u0631\u062F\u0627\u062A \u0648 \u0635\u0627\u062F\u0631\u0627\u062A",import_export_title:"\u067E\u06CC\u06A9\u0631\u0628\u0646\u062F\u06CC \u0648\u0627\u0631\u062F\u0627\u062A/\u0635\u0627\u062F\u0631\u0627\u062A",syncToGoogleDrive:"\u0627\u06A9\u0646\u0648\u0646 \u0628\u0627 Google Drive \u0647\u0645\u06AF\u0627\u0645 \u0633\u0627\u0632\u06CC \u06A9\u0646\u06CC\u062F",floatBallOptions:"\u062A\u0646\u0638\u06CC\u0645\u0627\u062A \u062A\u0648\u067E \u0645\u0639\u0644\u0642","floatBallOptions.enable":"\u062A\u0648\u067E \u0634\u0646\u0627\u0648\u0631 \u0631\u0627 \u0641\u0639\u0627\u0644 \u06A9\u0646\u06CC\u062F","floatBallOptions.blockUrls":"\u0648\u0628 \u0633\u0627\u06CC\u062A \u0631\u0627 \u063A\u06CC\u0631 \u0641\u0639\u0627\u0644 \u06A9\u0646\u06CC\u062F","floatBallOptions.add":"\u0627\u0636\u0627\u0641\u0647 \u06A9\u0631\u062F\u0646 \u0628\u0647","floatBallOptions.blockUrlDesc":"\u062A\u0648\u067E \u0634\u0646\u0627\u0648\u0631 \u0647\u0646\u06AF\u0627\u0645 \u0628\u0631\u062E\u0648\u0631\u062F \u0628\u0627 \u0648\u0628 \u0633\u0627\u06CC\u062A \u0647\u0627\u06CC \u0632\u06CC\u0631 \u0646\u0645\u0627\u06CC\u0634 \u062F\u0627\u062F\u0647 \u0646\u0645\u06CC \u0634\u0648\u062F","floatBallOptions.clickType":"\u0631\u0641\u062A\u0627\u0631 \u06A9\u0644\u06CC\u06A9\u06CC","floatBallOptions.clickTypeDesc":"\u0631\u0641\u062A\u0627\u0631 \u0646\u0645\u0627\u062F \u062A\u0648\u067E \u0634\u0646\u0627\u0648\u0631 \u0647\u0646\u06AF\u0627\u0645 \u06A9\u0644\u06CC\u06A9 \u06A9\u0631\u062F\u0646","floatBallOptions.clickPopup":"\u0646\u0645\u0627\u06CC\u0634 \u067E\u0627\u0646\u0644 \u062A\u0631\u062C\u0645\u0647","floatBallOptions.clickTranslate":"\u062A\u0631\u062C\u0645\u0647/\u0646\u0645\u0627\u06CC\u0634 \u0645\u062A\u0646 \u0627\u0635\u0644\u06CC","floatBallOptions.fixedPosition":"\u56FA\u5B9A\u4F4D\u7F6E","floatBallOptions.fixedPositionDesc":"\u60AC\u6D6E\u7403\u5728\u7A97\u53E3\u5DE6\u4FA7\u8FD8\u662F\u53F3\u4FA7","floatBallOptions.fixedPositionLeft":"\u5DE6\u4FA7","floatBallOptions.fixedPositionRight":"\u53F3\u4FA7",previewAllThemes:"\u067E\u06CC\u0634 \u0646\u0645\u0627\u06CC\u0634 \u0647\u0645\u0647 \u0633\u0628\u06A9 \u0647\u0627","translationTheme.none":"\u0647\u06CC\u0686 \u06CC\u06A9","translationTheme.grey":"\u062E\u0627\u06A9\u0633\u062A\u0631\u06CC \u062A\u06CC\u0631\u0647","translationTheme.dashed":"\u0632\u06CC\u0631 \u062E\u0637 \u0686\u06CC\u0646","translationTheme.dotted":"\u0632\u06CC\u0631 \u062E\u0637 \u0646\u0642\u0637\u0647 \u062F\u0627\u0631","translationTheme.dashedBorder":"\u0645\u0631\u0632 \u0634\u06A9\u0633\u062A\u0647","translationTheme.solidBorder":"\u0645\u0631\u0632 \u062C\u0627\u0645\u062F","translationTheme.underline":"\u0632\u06CC\u0631 \u062E\u0637 \u0645\u0633\u062A\u0642\u06CC\u0645","translationTheme.mask":"\u062C\u0644\u0648\u0647 \u062A\u0627\u0631\u06CC (\u062D\u0627\u0644\u062A \u06CC\u0627\u062F\u06AF\u06CC\u0631\u06CC)","translationTheme.opacity":"\u0627\u062B\u0631 \u0634\u0641\u0627\u0641\u06CC\u062A","translationTheme.paper":"\u0627\u0641\u06A9\u062A \u0633\u0627\u06CC\u0647 \u06A9\u0627\u063A\u0630 \u0633\u0641\u06CC\u062F","translationTheme.dividingLine":"\u062E\u0637 \u062A\u0642\u0633\u06CC\u0645","translationTheme.highlight":"\u0628\u0631\u062C\u0633\u062A\u0647","translationTheme.marker":"\u0646\u0634\u0627\u0646\u06AF\u0631","translationTheme.marker2":"\u0646\u0634\u0627\u0646\u06AF\u0631 2","translationTheme.blockquote":"\u0633\u0628\u06A9 \u0645\u0631\u062C\u0639","translationTheme.weakening":"\u062A\u0636\u0639\u06CC\u0641 \u0634\u0648\u062F","translationTheme.italic":"\u0645\u0648\u0631\u0628","translationTheme.bold":"\u067E\u0631\u0631\u0646\u06AF","translationTheme.thinDashed":"\u0632\u06CC\u0631 \u062E\u0637 \u0686\u06CC\u0646 \u0646\u0627\u0632\u06A9","translationTheme.nativeDashed":"\u0627\u06CC\u0646 \u0633\u06CC\u0633\u062A\u0645 \u062F\u0627\u0631\u0627\u06CC \u062E\u0637 \u0632\u06CC\u0631 \u0646\u0642\u0637\u0647\u200C\u062F\u0627\u0631 \u0627\u0633\u062A","translationTheme.nativeDotted":"\u0627\u06CC\u0646 \u0633\u06CC\u0633\u062A\u0645 \u062F\u0627\u0631\u0627\u06CC \u062E\u0637 \u0632\u06CC\u0631 \u0646\u0642\u0637\u0647\u200C\u062F\u0627\u0631 \u0627\u0633\u062A","translationTheme.nativeUnderline":"\u0627\u06CC\u0646 \u0633\u06CC\u0633\u062A\u0645 \u062F\u0627\u0631\u0627\u06CC \u062E\u0637 \u0645\u0633\u062A\u0642\u06CC\u0645 \u0627\u0633\u062A","translationTheme.wavy":"\u062E\u0637\u0648\u0637 \u0645\u0648\u0627\u062C","translationServices.custom":"API \u0633\u0641\u0627\u0631\u0634\u06CC","translationServices.tencent":"\u0645\u062A\u0631\u062C\u0645 \u062A\u0646\u0633\u0646\u062A","translationServices.tenAlpha":"\u0645\u062A\u0631\u062C\u0645 \u062A\u0646\u0633\u0646\u062A (\u0622\u0644\u0641\u0627)","translationServices.google":"\u0645\u062A\u0631\u062C\u0645 \u06AF\u0648\u06AF\u0644","translationServices.bai":"\u0628\u0627\u06CC\u062F\u0648 (\u0622\u0644\u0641\u0627)","translationServices.baidu":"\u0645\u062A\u0631\u062C\u0645 \u0628\u0627\u06CC\u062F\u0648","translationServices.aliyun":"\u062A\u0631\u062C\u0645\u0647 \u0627\u0628\u0631\u06CC \u0639\u0644\u06CC \u0628\u0627\u0628\u0627","translationServices.volc":"\u062A\u0631\u062C\u0645\u0647 \u0622\u062A\u0634\u0641\u0634\u0627\u0646","translationServices.deeplx":"DeepLX(Alpha)","translationServices.bing":"\u5FC5\u5E94\u7FFB\u8BD1","translationServices.deepl":"DeepL","translationServices.wechat":"\u062A\u0631\u062C\u0645\u0647 \u0648\u06CC \u0686\u062A","translationServices.azure":"\u5FAE\u8F6F\u7FFB\u8BD1","translationServices.ibm":"\u0622\u06CC \u0628\u06CC \u0627\u0645 \u0648\u0627\u062A\u0633\u0648\u0646","translationServices.aws":"\u062A\u0631\u062C\u0645\u0647 \u0622\u0645\u0627\u0632\u0648\u0646","translationServices.mock":"\u6A21\u62DF\u7FFB\u8BD11","translationServices.mock2":"\u062A\u0631\u062C\u0645\u0647 \u0634\u0628\u06CC\u0647 \u0633\u0627\u0632\u06CC \u0634\u062F\u0647 2","translationServices.caiyun":"\u06A9\u0627\u06CC\u0648\u0646 \u0634\u06CC\u0627\u0626\u0648\u06CC","translationServices.cai":"\u5F69\u4E91\u5C0F\u8BD1","translationServices.volcAlpha":"\u706B\u5C71\u7FFB\u8BD1(Alpha)","translationServices.openl":"OpenL","translationServices.youdao":"\u062A\u0631\u062C\u0645\u0647 \u06CC\u0648\u062F\u0627\u0626\u0648","translationServices.you":"\u062A\u0631\u062C\u0645\u0647 \u06CC\u0648\u062F\u0627\u0626\u0648 (\u0622\u0644\u0641\u0627)","translationServices.transmart":"\u062A\u0631\u062C\u0645\u0647 \u062A\u0639\u0627\u0645\u0644\u06CC Tencent","translationServices.niu":"\u062A\u0631\u062C\u0645\u0647 \u0645\u0627\u0648\u0631\u06CC\u06A9\u0633","translationServices.papago":"Papago\u7FFB\u8BD1","translationServices.d":"Deepl(Alpha)","translationServices.dpro":"\u062F\u06CC \u067E\u0631\u0648 (\u0642\u0646\u0627\u0631\u06CC)","translationServices.openai":"OpenAI","translationServices.yandex":"Yandex","translationServices.chatgpt":"ChatGPT Web (\u0645\u0648\u0628\u0627\u06CC\u0644 3.5)","translate title":"\u0639\u0646\u0648\u0627\u0646 \u0635\u0641\u062D\u0647 \u0631\u0627 \u062A\u0631\u062C\u0645\u0647 \u06A9\u0646\u06CC\u062F","always languages":"\u0647\u0645\u06CC\u0634\u0647 \u0632\u0628\u0627\u0646 \u062A\u0631\u062C\u0645\u0647 \u0634\u062F\u0647",neverTranslateLanguagesLabel:"\u0632\u0628\u0627\u0646 \u0647\u0627\u06CC\u06CC \u06A9\u0647 \u0647\u0631\u06AF\u0632 \u062A\u0631\u062C\u0645\u0647 \u0646\u0645\u06CC \u0634\u0648\u0646\u062F",neverTranslateTheFollowingLanguagesDescription:"\u5F53\u9875\u9762\u4E2D\u67D0\u4E00\u6BB5\u843D\u7684\u8BED\u8A00\u4E3A\u4E0B\u5217\u8BED\u8A00\u65F6\uFF0C\u4F1A\u81EA\u52A8\u8DF3\u8FC7\u7FFB\u8BD1\u8BE5\u6BB5\u843D",enableUserscriptPagePopup:"\u603B\u662F\u5728\u9875\u9762\u4E0A\u5C55\u793A Popup \u6D6E\u7A97",enableUserscriptPagePopupDescription:"\u5173\u95ED\u6D6E\u7A97\u540E\uFF0C\u53EF\u4EE5\u7528\u5FEB\u6377\u952E/{touch}\u5524\u8D77\u3002\u4E3A\u9632\u6B62\u4E0D\u614E\u5173\u95ED\u8BE5\u9009\u9879\u540E\u627E\u4E0D\u5230\u6D6E\u7A97\uFF0C\u5F3A\u70C8\u5EFA\u8BAE\u6536\u85CF\u672C\u8BBE\u7F6E\u9875","always translate the following languages":"\u0647\u0646\u06AF\u0627\u0645\u06CC \u06A9\u0647 \u0632\u0628\u0627\u0646 \u0635\u0641\u062D\u0647 \u0628\u0647 \u0632\u0628\u0627\u0646 \u0647\u0627\u06CC \u0632\u06CC\u0631 \u0628\u0627\u0634\u062F\u060C \u0628\u0647 \u0637\u0648\u0631 \u062E\u0648\u062F\u06A9\u0627\u0631 \u0628\u0647 \u0632\u0628\u0627\u0646 \u0645\u0642\u0635\u062F \u062A\u0631\u062C\u0645\u0647 \u0645\u06CC \u0634\u0648\u062F","always sites":"URL \u0647\u0627\u06CC \u0647\u0645\u06CC\u0634\u0647 \u062A\u0631\u062C\u0645\u0647 \u0634\u062F\u0647","always translate the following sites":"\u0647\u0646\u06AF\u0627\u0645\u06CC \u06A9\u0647 \u0648\u0628 \u0633\u0627\u06CC\u062A \u0628\u0627 \u0646\u0627\u0645 \u062F\u0627\u0645\u0646\u0647 \u0632\u06CC\u0631 \u0628\u0627\u0634\u062F\u060C \u0628\u0647 \u0637\u0648\u0631 \u062E\u0648\u062F\u06A9\u0627\u0631 \u0628\u0647 \u0632\u0628\u0627\u0646 \u0645\u0642\u0635\u062F \u062A\u0631\u062C\u0645\u0647 \u0645\u06CC \u0634\u0648\u062F","never sites":"URL \u0647\u0627\u06CC\u06CC \u06A9\u0647 \u0647\u0631\u06AF\u0632 \u062A\u0631\u062C\u0645\u0647 \u0646\u0645\u06CC \u0634\u0648\u0646\u062F","never translate the following sites":"\u0647\u0646\u06AF\u0627\u0645\u06CC \u06A9\u0647 \u0648\u0628 \u0633\u0627\u06CC\u062A \u062F\u0627\u0631\u0627\u06CC \u0646\u0627\u0645 \u062F\u0627\u0645\u0646\u0647 \u0632\u06CC\u0631 \u0628\u0627\u0634\u062F\u060C \u062A\u0631\u062C\u0645\u0647 \u0627\u0646\u062C\u0627\u0645 \u0646\u062E\u0648\u0627\u0647\u062F \u0634\u062F","please refer to":"\u0642\u0628\u0644 \u0627\u0632 \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u0628\u0627\u06CC\u062F \u06A9\u0644\u06CC\u062F \u0631\u0627 \u067E\u0631 \u06A9\u0646\u06CC\u062F. \u0628\u0631\u0627\u06CC \u062C\u0632\u0626\u06CC\u0627\u062A \u0644\u0637\u0641\u0627\u064B \u0628\u0647",KeyAndConfigurationTutorial:'"\u0622\u0645\u0648\u0632\u0634 \u0628\u0631\u0646\u0627\u0645\u0647 \u06A9\u0627\u0631\u0628\u0631\u062F\u06CC \u0648 \u067E\u06CC\u06A9\u0631\u0628\u0646\u062F\u06CC \u06A9\u0644\u06CC\u062F"',useAboveStyleForTheseSites:"\u603B\u662F\u4F7F\u7528 {theme} \u8BD1\u6587\u6837\u5F0F\u7684\u7F51\u7AD9",currentUrl:"URL \u0641\u0639\u0644\u06CC",confirm:"\u0635\u0631\u0641\u0647 \u062C\u0648\u06CC\u06CC",cancel:"\u0644\u063A\u0648 \u06A9\u0646\u06CC\u062F",delete:"\u062D\u0630\u0641","languages.auto":"\u062A\u0634\u062E\u06CC\u0635 \u062E\u0648\u062F\u06A9\u0627\u0631",syncToCloud:"\u540C\u6B65\u5230\u4E91\u7AEF",syncToCloudDescription:"\u5F00\u542F\u540E\u53EF\u4EE5\u5728\u4E0D\u540C\u7684\u6D4F\u89C8\u5668/\u6CB9\u7334\u811A\u672C\u4E4B\u95F4\u540C\u6B65\u914D\u7F6E,\u4EE5\u6700\u540E\u4FEE\u6539\u65F6\u95F4\u4E3A\u51C6\u3002",syncToAccount:"\u0647\u0645\u06AF\u0627\u0645 \u0633\u0627\u0632\u06CC \u0628\u0627 Immersive Translation Cloud",syncToAccountButton:"\u0641\u0648\u0631\u0627\u064B \u0628\u0627 \u0627\u0628\u0631 \u0647\u0645\u06AF\u0627\u0645 \u0633\u0627\u0632\u06CC \u06A9\u0646\u06CC\u062F",syncToAccountDescription:"\u0628\u0647 \u0637\u0648\u0631 \u062E\u0648\u062F\u06A9\u0627\u0631 \u067E\u06CC\u06A9\u0631\u0628\u0646\u062F\u06CC \u0647\u0627 \u0631\u0627 \u0628\u06CC\u0646 \u062F\u0633\u062A\u06AF\u0627\u0647 \u0647\u0627\u06CC \u0645\u062E\u062A\u0644\u0641 \u0628\u0631 \u0627\u0633\u0627\u0633 \u0622\u062E\u0631\u06CC\u0646 \u0632\u0645\u0627\u0646 \u062A\u063A\u06CC\u06CC\u0631 \u0647\u0645\u06AF\u0627\u0645 \u0633\u0627\u0632\u06CC \u06A9\u0646\u06CC\u062F.",successSyncConfigInAccount:"\u0628\u0627 \u0645\u0648\u0641\u0642\u06CC\u062A \u0628\u0627 \u0627\u0628\u0631 \u0647\u0645\u06AF\u0627\u0645 \u0628\u0645\u0627\u0646\u06CC\u062F",successSyncConfigToAccount:"\u0628\u0627 \u0645\u0648\u0641\u0642\u06CC\u062A \u0628\u0627 \u0627\u0628\u0631 \u0647\u0645\u06AF\u0627\u0645\u200C\u0633\u0627\u0632\u06CC \u0634\u062F",syncConfigNoUpdate:"\u062F\u0631 \u062D\u0627\u0644 \u062D\u0627\u0636\u0631 \u062C\u062F\u06CC\u062F\u062A\u0631\u06CC\u0646",authFail:"\u0645\u062C\u0648\u0632 \u0627\u0646\u062C\u0627\u0645 \u0646\u0634\u062F",syncTitle:"\u0645\u062F\u06CC\u0631\u06CC\u062A \u067E\u0634\u062A\u06CC\u0628\u0627\u0646 \u06AF\u06CC\u0631\u06CC \u062F\u0633\u062A\u06CC",import_hint:"\u0648\u0627\u0631\u062F \u0643\u0631\u062F\u0646",upload:"\u0628\u0627\u0631\u06AF\u0630\u0627\u0631\u06CC",revokeAuth:"\u0644\u063A\u0648 \u0645\u062C\u0648\u0632",uploadFail:"\u0622\u067E\u0644\u0648\u062F \u0627\u0646\u062C\u0627\u0645 \u0646\u0634\u062F",download:"\u062F\u0627\u0646\u0644\u0648\u062F",importSuccess:"\u0648\u0627\u0631\u062F\u0627\u062A \u0628\u0627 \u0645\u0648\u0641\u0642\u06CC\u062A \u0627\u0646\u062C\u0627\u0645 \u0634\u062F",importFail:"\u0648\u0627\u0631\u062F\u0627\u062A \u0627\u0646\u062C\u0627\u0645 \u0646\u0634\u062F",deleteFail:"\u062D\u0630\u0641 \u0646\u0634\u062F",backupToCloud:"\u0641\u0627\u06CC\u0644 \u0647\u0627\u06CC \u067E\u0634\u062A\u06CC\u0628\u0627\u0646 \u0631\u0627 \u0628\u0647 \u0635\u0648\u0631\u062A \u062F\u0633\u062A\u06CC \u0645\u062F\u06CC\u0631\u06CC\u062A \u06A9\u0646\u06CC\u062F",create_new_backup:"\u0627\u0636\u0627\u0641\u0647 \u06A9\u0631\u062F\u0646 \u06AF\u0631\u0647 \u067E\u0634\u062A\u06CC\u0628\u0627\u0646",maxBackupFiles:"\u062A\u0627{count}\u06AF\u0631\u0647 \u0645\u062E\u062A\u0644\u0641 \u0631\u0627 \u0645\u06CC \u062A\u0648\u0627\u0646 \u067E\u0634\u062A\u06CC\u0628\u0627\u0646 \u06AF\u06CC\u0631\u06CC \u06A9\u0631\u062F\u060C \u0644\u0637\u0641\u0627 \u06AF\u0631\u0647 \u0647\u0627\u06CC \u063A\u06CC\u0631 \u0636\u0631\u0648\u0631\u06CC \u0631\u0627 \u062D\u0630\u0641 \u06A9\u0646\u06CC\u062F",backupToCloudDescription:"\u0641\u0627\u06CC\u0644 \u0647\u0627\u06CC \u067E\u0634\u062A\u06CC\u0628\u0627\u0646 \u0631\u0627 \u0628\u0647 \u0635\u0648\u0631\u062A \u062F\u0633\u062A\u06CC \u0622\u067E\u0644\u0648\u062F \u06CC\u0627 \u0628\u0627\u0632\u06CC\u0627\u0628\u06CC \u06A9\u0646\u06CC\u062F\u060C \u062A\u0627 \u062D\u062F\u0627\u06A9\u062B\u0631 3 \u0646\u0633\u062E\u0647 \u067E\u0634\u062A\u06CC\u0628\u0627\u0646 \u062A\u0647\u06CC\u0647 \u06A9\u0646\u06CC\u062F",successSyncConfig:"\u0628\u0627 \u0645\u0648\u0641\u0642\u06CC\u062A \u0628\u0627 \u0627\u0628\u0631 \u0647\u0645\u06AF\u0627\u0645 \u0628\u0645\u0627\u0646\u06CC\u062F",syncFail:"\u0647\u0645\u06AF\u0627\u0645 \u0633\u0627\u0632\u06CC \u0627\u0646\u062C\u0627\u0645 \u0646\u0634\u062F",updatedAt:"\u0628\u0647 \u0631\u0648\u0632 \u0634\u062F\u0647 \u062F\u0631 {date}",lastSyncedAt:"\u0622\u062E\u0631\u06CC\u0646 \u0628\u0631\u0631\u0633\u06CC \u062F\u0631 {date}",downloadFail:"\u062F\u0627\u0646\u0644\u0648\u062F \u0646\u0634\u062F",clickToDownload:"\u0628\u0631\u0627\u06CC \u062F\u0627\u0646\u0644\u0648\u062F \u06A9\u0644\u06CC\u06A9 \u06A9\u0646\u06CC\u062F",aboutLabel:"\u062F\u0631\u0628\u0627\u0631\u0647 - \u0628\u0627\u0632\u062E\u0648\u0631\u062F","browser.openAboutPage":"\u5173\u4E8E/\u53CD\u9988/\u8D5E\u52A9",aboutLabelWithoutSponsor:"\u062F\u0631\u0628\u0627\u0631\u0647 - \u0628\u0627\u0632\u062E\u0648\u0631\u062F",aboutIntro:"\u8BE5\u6269\u5C55\u514D\u8D39\u4F7F\u7528\uFF0C\u5E0C\u671B\u6211\u4EEC\u90FD\u80FD\u66F4\u52A0\u5BB9\u6613\u4E14\u6109\u60A6\u5730\u83B7\u53D6\u4E92\u8054\u7F51\u4E0A\u5DE8\u5927\u7684\u5916\u8BED\u4FE1\u606F \u2764\uFE0F

\u611F\u8C22\u8FD9\u4E9B<1>\u8D5E\u52A9\u8005\u4EEC, \u7531\u4E8E\u4ED6/\u5979\u4EEC\u7684\u652F\u6301\uFF0C\u66F4\u591A\u7684\u4EBA\u53EF\u4EE5\u514D\u8D39\u5730\u4F7F\u7528\u8FD9\u4E2A\u5DE5\u5177\u3002\u5982\u679C\u6709\u4F59\u529B\uFF0C\u4F60\u53EF\u4EE5<2>\u70B9\u51FB\u8FD9\u91CC\u8D5E\u52A9\u6211\u7684\u5DE5\u4F5C\uFF0C\u4F60\u8FD8\u53EF\u4EE5\u5173\u6CE8\u6211\u7684<3>\u63A8\u7279\uFF0C<4>Telegram \u9891\u9053\u4EE5\u53CA\u4E0B\u65B9\u7684<5>\u90AE\u4EF6\u8BA2\u9605\u8FFD\u8E2A\u66F4\u65B0\u3002",aboutIntroWithoutSponsor:"\u8BE5\u6269\u5C55\u514D\u8D39\u4F7F\u7528\uFF0C\u5E0C\u671B\u6211\u4EEC\u90FD\u80FD\u66F4\u52A0\u5BB9\u6613\u4E14\u6109\u60A6\u5730\u83B7\u53D6\u4E92\u8054\u7F51\u4E0A\u5DE8\u5927\u7684\u5916\u8BED\u4FE1\u606F \u2764\uFE0F ",projectHomepage:"\u0635\u0641\u062D\u0647 \u0627\u0635\u0644\u06CC \u067E\u0631\u0648\u0698\u0647",joinTelegramGroup:"\u52A0\u5165 Telegram \u7FA4\u53C2\u4E0E\u529F\u80FD\u8BA8\u8BBA",wechatPublicAccount:"\u062D\u0633\u0627\u0628 \u0639\u0645\u0648\u0645\u06CC \u0648\u06CC \u0686\u062A",wechatCommunities:"\u06AF\u0631\u0648\u0647 \u0627\u0631\u062A\u0628\u0627\u0637\u06CC \u0648\u06CC \u0686\u062A",qqCommunities:"\u06A9\u0627\u0646\u0627\u0644 \u0627\u0631\u062A\u0628\u0627\u0637\u06CC QQ",joinTelegramChannel:"\u0628\u0631\u0627\u06CC \u0627\u0637\u0644\u0627\u0639 \u0627\u0632 \u0622\u062E\u0631\u06CC\u0646 \u0627\u062E\u0628\u0627\u0631 \u06A9\u0627\u0646\u0627\u0644 \u062A\u0644\u06AF\u0631\u0627\u0645 \u0631\u0627 \u062F\u0646\u0628\u0627\u0644 \u06A9\u0646\u06CC\u062F",feedbackAndJoin:"\u0628\u0627\u0632\u062E\u0648\u0631\u062F \u0645\u0634\u06A9\u0644/\u0628\u0647 \u06AF\u0631\u0648\u0647 \u0628\u067E\u06CC\u0648\u0646\u062F\u06CC\u062F",autoSync:"\u0647\u0645\u06AF\u0627\u0645 \u0633\u0627\u0632\u06CC \u0628\u0631\u0646\u0627\u0645\u0647 \u0631\u06CC\u0632\u06CC \u0634\u062F\u0647 \u062E\u0648\u062F\u06A9\u0627\u0631",loadingThemeTitle:"\u0633\u0628\u06A9 \u0628\u0627\u0631\u06AF\u06CC\u0631\u06CC",loadingThemeDescription:"\u0647\u0646\u06AF\u0627\u0645 \u0627\u0646\u062A\u0638\u0627\u0631 \u0628\u0631\u0627\u06CC \u0628\u0627\u0631\u06AF\u06CC\u0631\u06CC \u062A\u0631\u062C\u0645\u0647\u060C \u0633\u0628\u06A9 \u0631\u0627 \u062A\u0646\u0638\u06CC\u0645 \u06A9\u0646\u06CC\u062F","loadingTheme.spinner":"\u8F6C\u5708\u52A8\u753B Spinner","loadingTheme.text":"\u0645\u062A\u0646 \u0627\u06CC\u0633\u062A\u0627... ","loadingTheme.none":"\u0646\u0634\u0627\u0646 \u0646\u062F\u0647",developerDescription:"\u0627\u06CC\u0646\u062C\u0627 \u0645\u06CC \u062A\u0648\u0627\u0646\u06CC\u062F <1> \u0631\u0627 \u06A9\u0644\u06CC\u06A9 \u06A9\u0646\u06CC\u062F \u0645\u0634\u0627\u0647\u062F\u0647 \u0627\u0633\u0646\u0627\u062F \u0645\u0631\u0628\u0648\u0637 \u0628\u0647 \u0633\u0641\u0627\u0631\u0634\u06CC \u0633\u0627\u0632\u06CC \u067E\u06CC\u0634\u0631\u0641\u062A\u0647","edit border color":"\u0631\u0646\u06AF \u062D\u0627\u0634\u06CC\u0647 \u0631\u0627 \u062A\u063A\u06CC\u06CC\u0631 \u062F\u0647\u06CC\u062F",successSyncButNoChange:"\u067E\u06CC\u06A9\u0631\u0628\u0646\u062F\u06CC \u0641\u0639\u0644\u06CC \u0628\u0627 \u0627\u0628\u0631 \u0633\u0627\u0632\u06AF\u0627\u0631 \u0627\u0633\u062A",customTheme:"\u0631\u0646\u06AF \u0647\u0627 \u0648 \u0627\u0646\u062F\u0627\u0632\u0647 \u0647\u0627\u06CC \u0633\u0641\u0627\u0631\u0634\u06CC","customThemeLabel.borderColor":"\u0631\u0646\u06AF \u0644\u0628\u0647","customThemeLabel.borderRadius":"\u06AF\u0648\u0634\u0647 \u0647\u0627\u06CC \u06AF\u0631\u062F \u062D\u0627\u0634\u06CC\u0647","customThemeLabel.textColor":"\u0631\u0646\u06AF \u0645\u062A\u0646","customThemeLabel.backgroundColor":"\u0631\u0646\u06AF \u067E\u0633 \u0632\u0645\u06CC\u0646\u0647","customThemeLabel.zoom":"\u0645\u0642\u06CC\u0627\u0633 \u0628\u0646\u062F\u06CC \u0642\u0644\u0645 (%)","customThemeLabel.opacity":"\u06A9\u062F\u0648\u0631\u062A \u0645\u062A\u0646 (%)",resetToDefaultColor:"\u0628\u0647 \u0631\u0646\u06AF \u067E\u06CC\u0634 \u0641\u0631\u0636 \u0628\u0631\u06AF\u0631\u062F\u06CC\u062F",resetToDefaultSettings:"\u0628\u0647 \u062A\u0646\u0638\u06CC\u0645\u0627\u062A \u067E\u06CC\u0634 \u0641\u0631\u0636 \u0628\u0631\u06AF\u0631\u062F\u06CC\u062F",isTranslateTitle:"\u0639\u0646\u0627\u0648\u06CC\u0646 \u0635\u0641\u062D\u0627\u062A \u0648\u0628 \u062A\u0631\u062C\u0645\u0647 \u0634\u062F\u0647 \u0631\u0627 \u0631\u0648\u0634\u0646 \u06A9\u0646\u06CC\u062F",isTranslateTitleDescription:"\u0648\u0642\u062A\u06CC \u0631\u0648\u0634\u0646 \u0634\u062F\u060C \u0639\u0646\u0648\u0627\u0646 \u0635\u0641\u062D\u0647 \u0648\u0628 \u062A\u0631\u062C\u0645\u0647 \u062E\u0648\u0627\u0647\u062F \u0634\u062F",enableSearchEnhancement:"\u0628\u0647\u0628\u0648\u062F \u0627\u0637\u0644\u0627\u0639\u0627\u062A \u062F\u0648 \u0632\u0628\u0627\u0646\u0647 \u0631\u0627 \u0641\u0639\u0627\u0644 \u06A9\u0646\u06CC\u062F",enableSearchEnhancementDescription:"\u067E\u0633 \u0627\u0632 \u0631\u0648\u0634\u0646 \u0634\u062F\u0646\u060C \u0646\u062A\u0627\u06CC\u062C \u062C\u0633\u062A\u062C\u0648\u06CC \xABGoogle News\xBB \u0645\u0631\u0628\u0648\u0637 \u0628\u0647 \u06A9\u0644\u06CC\u062F\u0648\u0627\u0698\u0647\u200C\u0647\u0627\u06CC \u0627\u0646\u06AF\u0644\u06CC\u0633\u06CC \u0628\u0647\u200C\u0637\u0648\u0631 \u062E\u0648\u062F\u06A9\u0627\u0631 \u062F\u0631 \u0633\u062A\u0648\u0646 \u0633\u0645\u062A \u0631\u0627\u0633\u062A \u0648\u0628\u200C\u0633\u0627\u06CC\u062A\u200C\u0647\u0627\u06CC \u067E\u0634\u062A\u06CC\u0628\u0627\u0646\u06CC\u200C\u0634\u062F\u0647 (Google News\u060C Google Search (\u0628\u0631\u062E\u06CC \u06A9\u0644\u0645\u0627\u062A \u06A9\u0644\u06CC\u062F\u06CC)\u060C Snowball\u060C Oriental Fortune\u060C Futu\u060C \u0627\u0646\u062C\u0645\u0646 \u0628\u0628\u0631) \u0646\u0645\u0627\u06CC\u0634 \u062F\u0627\u062F\u0647 \u0645\u06CC\u200C\u0634\u0648\u0646\u062F.",verifyService:"\u0628\u0631\u0627\u06CC \u062A\u0633\u062A \u0633\u0631\u0648\u06CC\u0633 \u0627\u06CC\u0646\u062C\u0627 \u06A9\u0644\u06CC\u06A9 \u06A9\u0646\u06CC\u062F",verified:"\u062A\u0623\u06CC\u06CC\u062F \u0628\u0627 \u0645\u0648\u0641\u0642\u06CC\u062A \u0627\u0646\u062C\u0627\u0645 \u0634\u062F","field.langs":"\u06A9\u062F\u0647\u0627\u06CC \u0632\u0628\u0627\u0646 \u067E\u0634\u062A\u06CC\u0628\u0627\u0646\u06CC \u0634\u062F\u0647","field.model":"\u0645\u062F\u0644","field.translationEngine":"\u0645\u0648\u062A\u0648\u0631 \u062A\u0631\u062C\u0645\u0647","field.limitPerMinute":"\u062D\u062F\u0627\u06A9\u062B\u0631 \u062A\u0639\u062F\u0627\u062F \u062F\u0631\u062E\u0648\u0627\u0633\u062A \u062F\u0631 \u062F\u0642\u06CC\u0642\u0647","field.limitPerSecond":"\u062D\u062F\u0627\u06A9\u062B\u0631 \u062A\u0639\u062F\u0627\u062F \u062F\u0631\u062E\u0648\u0627\u0633\u062A \u062F\u0631 \u062B\u0627\u0646\u06CC\u0647","field.maxTextLengthPerRequest":"\u062D\u062F\u0627\u06A9\u062B\u0631 \u0637\u0648\u0644 \u0645\u062A\u0646 \u062F\u0631 \u0647\u0631 \u062F\u0631\u062E\u0648\u0627\u0633\u062A","field.maxTextGroupLengthPerRequest":"\u062D\u062F\u0627\u06A9\u062B\u0631 \u062A\u0639\u062F\u0627\u062F \u067E\u0627\u0631\u0627\u06AF\u0631\u0627\u0641 \u062F\u0631 \u0647\u0631 \u062F\u0631\u062E\u0648\u0627\u0633\u062A","field.apiUrl":"\u0622\u062F\u0631\u0633 \u0631\u0627\u0628\u0637 API \u0633\u0641\u0627\u0631\u0634\u06CC","field.placeholderDelimiters":"\u0645\u062A\u063A\u06CC\u0631\u0647\u0627\u06CC \u0631\u0632\u0631\u0648 \u0634\u062F\u0647","description.custom":"\u062F\u0633\u062A\u0631\u0633\u06CC \u0628\u0647 \u0631\u0627\u0628\u0637 \u0633\u0641\u0627\u0631\u0634\u06CC \u0628\u0647 \u0627\u0633\u0646\u0627\u062F \u0645\u0631\u062C\u0639 \u0646\u06CC\u0627\u0632 \u062F\u0627\u0631\u062F","description.limitPerMinute":"\u8BF7\u6C42\u6570\u8D85\u8FC7\u8BE5\u9650\u5236\u65F6\u4F1A\u88AB\u6682\u65F6\u7981\u7528\uFF0C\u76F4\u5230\u4E0B\u4E00\u5206\u949F\u5F00\u59CB\uFF0C\u9ED8\u8BA4\u8BBE\u7F6E\u4E3A OpenAI \u8BD5\u7528\u7248\u7684\u8BF7\u6C42\u9650\u5236","description.limitPerSecond":"\u0648\u0642\u062A\u06CC \u062A\u0639\u062F\u0627\u062F \u062F\u0631\u062E\u0648\u0627\u0633\u062A \u0647\u0627 \u0627\u0632 \u0627\u06CC\u0646 \u062D\u062F \u0628\u06CC\u0634\u062A\u0631 \u0634\u0648\u062F\u060C \u062A\u0627 \u0627\u0628\u062A\u062F\u0627\u06CC \u062B\u0627\u0646\u06CC\u0647 \u0628\u0639\u062F \u0648\u0627\u0631\u062F \u062D\u0627\u0644\u062A \u0635\u0641 \u0645\u06CC \u0634\u0648\u062F. \u0628\u0627 \u062A\u0648\u062C\u0647 \u0628\u0647 \u0645\u062D\u062F\u0648\u062F\u06CC\u062A\u200C\u0647\u0627\u06CC \u0645\u062E\u062A\u0644\u0641 \u0633\u0631\u0648\u06CC\u0633 \u0641\u0639\u0644\u06CC OpenAI\u060C \u0644\u0637\u0641\u0627\u064B <1> \u0631\u0627 \u0627\u06CC\u0646\u062C\u0627 \u06A9\u0644\u06CC\u06A9 \u06A9\u0646\u06CC\u062F \u0622\u062E\u0631\u06CC\u0646 \u0645\u0642\u0627\u062F\u06CC\u0631 \u062A\u0648\u0635\u06CC\u0647 \u0634\u062F\u0647 \u0631\u0627 \u0645\u0634\u0627\u0647\u062F\u0647 \u06A9\u0646\u06CC\u062F","description.generalLimitPerSecond":"\u0648\u0642\u062A\u06CC \u062A\u0639\u062F\u0627\u062F \u062F\u0631\u062E\u0648\u0627\u0633\u062A \u0647\u0627 \u0627\u0632 \u0627\u06CC\u0646 \u062D\u062F \u0628\u06CC\u0634\u062A\u0631 \u0634\u0648\u062F\u060C \u062A\u0627 \u0627\u0628\u062A\u062F\u0627\u06CC \u062B\u0627\u0646\u06CC\u0647 \u0628\u0639\u062F \u0648\u0627\u0631\u062F \u062D\u0627\u0644\u062A \u0635\u0641 \u0645\u06CC \u0634\u0648\u062F.","description.prompt":"\u0628\u0647 \u0639\u0646\u0648\u0627\u0646 \u06A9\u0627\u0631\u0628\u0631\u060C \u06AF\u0641\u062A\u06AF\u0648 \u0631\u0627 \u0628\u0647 {service} \u0627\u0631\u0633\u0627\u0644 \u06A9\u0646\u06CC\u062F\u060C \u06A9\u0647 \u062F\u0631 \u0622\u0646 {{text}} \u0645\u062D\u062A\u0648\u0627\u06CC \u0645\u062A\u0646 \u067E\u0627\u0631\u0627\u06AF\u0631\u0627\u0641\u060C {{from}} \u0632\u0628\u0627\u0646 \u067E\u0627\u0631\u0627\u06AF\u0631\u0627\u0641 \u0648 {{to}} \u0632\u0628\u0627\u0646 \u0645\u0642\u0635\u062F \u0631\u0627 \u0646\u0634\u0627\u0646 \u0645\u06CC \u062F\u0647\u062F.","description.maxTextLengthPerRequest":"\u9ED8\u8BA4\u4F1A\u5408\u5E76\u591A\u4E2A\u6BB5\u843D\uFF0C\u4EE5\u51CF\u5C11\u8BF7\u6C42\u6B21\u6570\uFF0C\u4F46\u662F\u5982\u679C\u6BB5\u843D\u603B\u957F\u5EA6\u8FC7\u957F\uFF0C\u4E5F\u53EF\u80FD\u4F1A\u5BFC\u81F4\u63A5\u53E3\u7684\u54CD\u5E94\u53D8\u6162\uFF0C\u56E0\u6B64\u53EF\u4EE5\u5C1D\u8BD5\u8C03\u6574\u8BE5\u9009\u9879\u6765\u4F18\u5316\u901F\u5EA6","description.systemPrompt":"\u0628\u0647 \u0639\u0646\u0648\u0627\u0646 \u0633\u06CC\u0633\u062A\u0645\u060C \u06AF\u0641\u062A\u06AF\u0648\u06CC\u06CC \u0631\u0627 \u0628\u0647 {service} \u0627\u0631\u0633\u0627\u0644 \u06A9\u0646\u06CC\u062F\u060C \u06A9\u0647 \u062F\u0631 \u0622\u0646 {{text}} \u0645\u062D\u062A\u0648\u0627\u06CC \u0645\u062A\u0646 \u067E\u0627\u0631\u0627\u06AF\u0631\u0627\u0641\u060C {{from}} \u0632\u0628\u0627\u0646 \u067E\u0627\u0631\u0627\u06AF\u0631\u0627\u0641 \u0648 {{to}} \u0632\u0628\u0627\u0646 \u0647\u062F\u0641 \u0631\u0627 \u0646\u0634\u0627\u0646 \u0645\u06CC \u062F\u0647\u062F.","field.domain":"\u0631\u0634\u062A\u0647","description.domain":"\u067E\u06CC\u0634 \u0641\u0631\u0636\uFF1A\u0639\u0645\u0648\u0645\u06CC \u0627\u0633\u062A. \u0641\u0642\u0637 \u0632\u0645\u0627\u0646\u06CC \u0645\u06CC\u200C\u062A\u0648\u0627\u0646 \u0622\u0646 \u0631\u0627 \u062A\u0646\u0638\u06CC\u0645 \u06A9\u0631\u062F \u06A9\u0647 \u062A\u0631\u062C\u0645\u0647 \u0645\u0628\u062A\u0646\u06CC \u0628\u0631 \u062F\u0627\u0645\u0646\u0647 \u062F\u0631 \u06A9\u0646\u0633\u0648\u0644 Youdao API \u0641\u0639\u0627\u0644 \u0628\u0627\u0634\u062F. \u0628\u0631\u0627\u06CC \u0642\u0633\u0645\u062A\u200C\u0647\u0627\u06CC \u067E\u0634\u062A\u06CC\u0628\u0627\u0646\u06CC\u200C\u0634\u062F\u0647\u060C \u0644\u0637\u0641\u0627\u064B <1> \u0631\u0627 \u0627\u06CC\u0646\u062C\u0627 \u0628\u0628\u06CC\u0646\u06CC\u062F.","field.scene":"\u0635\u062D\u0646\u0647 \u0647\u0627\u06CC","description.scene":"\u067E\u06CC\u0634 \u0641\u0631\u0636\uFF1A\u0639\u0645\u0648\u0645\u06CC \u0627\u0633\u062A. \u062A\u0646\u0647\u0627 \u0632\u0645\u0627\u0646\u06CC \u0645\u06CC\u200C\u062A\u0648\u0627\u0646 \u0622\u0646 \u0631\u0627 \u062A\u0646\u0638\u06CC\u0645 \u06A9\u0631\u062F \u06A9\u0647 \u0646\u0633\u062E\u0647 \u062D\u0631\u0641\u0647\u200C\u0627\u06CC \u062A\u0631\u062C\u0645\u0647 \u0645\u0627\u0634\u06CC\u0646\u06CC \u062F\u0631 \u06A9\u0646\u0633\u0648\u0644 Alibaba Cloud API \u0641\u0639\u0627\u0644 \u0634\u0648\u062F. \u0628\u0631\u0627\u06CC \u0633\u0646\u0627\u0631\u06CC\u0648\u0647\u0627\u06CC \u067E\u0634\u062A\u06CC\u0628\u0627\u0646\u06CC \u0634\u062F\u0647 \u0628\u0647 <1> \u0627\u06CC\u0646\u062C\u0627 \u0645\u0631\u0627\u062C\u0639\u0647 \u06A9\u0646\u06CC\u062F.","field.vocabId":"\u0634\u0646\u0627\u0633\u0647 \u0641\u0631\u0647\u0646\u06AF \u0644\u063A\u062A \u06A9\u0627\u0631\u0628\u0631","description.vocabId":"\u0641\u0631\u0647\u0646\u06AF \u0644\u063A\u062A \u0645\u0634\u062E\u0635 \u0634\u062F\u0647 out_id \u062F\u0631 \u062D\u0627\u0644 \u062D\u0627\u0636\u0631 \u0627\u0632 \u062A\u0631\u062C\u0645\u0647 \u0627\u0646\u06AF\u0644\u06CC\u0633\u06CC \u0628\u0647 \u0686\u06CC\u0646\u06CC \u067E\u0634\u062A\u06CC\u0628\u0627\u0646\u06CC \u0645\u06CC \u06A9\u0646\u062F.","description.model":"\u0645\u062F\u0644 OpenAI \u0645\u06CC \u062A\u0648\u0627\u0646\u062F gpt-3.5-turbo\u060C gpt-4 \u0648 \u063A\u06CC\u0631\u0647 \u0628\u0627\u0634\u062F.","description.maxTextGroupLengthPerRequest":"\u062A\u0639\u062F\u0627\u062F \u067E\u0627\u0631\u0627\u06AF\u0631\u0627\u0641\u200C\u0647\u0627\u06CC\u06CC \u06A9\u0647 \u0647\u0631 \u0628\u0627\u0631 \u0628\u0647 \u0633\u0631\u0648\u06CC\u0633 \u062A\u0631\u062C\u0645\u0647 \u0627\u0631\u0633\u0627\u0644 \u0645\u06CC\u200C\u0634\u0648\u0646\u062F. \u0627\u06AF\u0631 \u062A\u0639\u062F\u0627\u062F \u067E\u0627\u0631\u0627\u06AF\u0631\u0627\u0641\u200C\u0647\u0627 \u0628\u06CC\u0634 \u0627\u0632 \u062D\u062F \u0628\u0627\u0634\u062F\u060C \u067E\u0627\u0633\u062E \u0631\u0627\u0628\u0637 \u0645\u0645\u06A9\u0646 \u0627\u0633\u062A \u06A9\u0646\u062F \u0634\u0648\u062F.","description.apiUrl":"\u8BF7\u6DFB\u52A0\u5177\u4F53\u5E26\u6709\u8DEF\u5F84\u7684\u7F51\u5740",enabledExtension:"\u0627\u0641\u0632\u0648\u0646\u0647 \u0631\u0627 \u0641\u0639\u0627\u0644 \u06A9\u0646\u06CC\u062F",clickToDisableExtension:"\u0628\u0631\u0627\u06CC \u063A\u06CC\u0631\u0641\u0639\u0627\u0644 \u06A9\u0631\u062F\u0646 \u0627\u0641\u0632\u0648\u0646\u0647 \u06A9\u0644\u06CC\u06A9 \u06A9\u0646\u06CC\u062F",clickToEnableExtension:"\u0628\u0631\u0627\u06CC \u0641\u0639\u0627\u0644 \u06A9\u0631\u062F\u0646 \u0628\u0631\u0646\u0627\u0645\u0647 \u0627\u0641\u0632\u0648\u062F\u0646\u06CC \u06A9\u0644\u06CC\u06A9 \u06A9\u0646\u06CC\u062F",hasBeenDisabled:"\u0645\u0639\u0644\u0648\u0644","show password":"\u0646\u0645\u0627\u06CC\u0634 \u0631\u0645\u0632 \u0639\u0628\u0648\u0631",customContent:"\u8F93\u5165\u81EA\u5B9A\u4E49\u5185\u5BB9",inputOptions:"\u0628\u0647\u0628\u0648\u062F \u062C\u0639\u0628\u0647 \u0648\u0631\u0648\u062F\u06CC",mouseHoverOptions:"\u0645\u0627\u0648\u0633 \u0628\u0631",modifyMouseHoverKey:"\u06A9\u0644\u06CC\u062F\u0647\u0627\u06CC \u0645\u06CC\u0627\u0646\u0628\u0631 \u0645\u0627\u0648\u0633 \u0631\u0627 \u062A\u063A\u06CC\u06CC\u0631 \u062F\u0647\u06CC\u062F",enableInputTranslation:"\u0641\u0639\u0627\u0644 \u06A9\u0631\u062F\u0646 \u0628\u0647\u0628\u0648\u062F \u062C\u0639\u0628\u0647 \u0648\u0631\u0648\u062F\u06CC",enableInputTranslationDescription:"\u067E\u0633 \u0627\u0632 \u0641\u0639\u0627\u0644 \u06A9\u0631\u062F\u0646{trailingKey}\u060C \u0645\u0633\u062A\u0642\u06CC\u0645\u0627\u064B {startingKey}{startingKey} hello \u0631\u0627 \u062F\u0631 \u06A9\u0627\u062F\u0631 \u0648\u0631\u0648\u062F\u06CC \u0648\u0627\u0631\u062F \u06A9\u0646\u06CC\u062F \u0648 \u0633\u067E\u0633 \u0628\u0647 \u0633\u0631\u0639\u062A \u0631\u0648\u06CC{inputTrailingTriggerKeyRepeatTimes}\u062F\u0648 \u0628\u0627\u0631 \u06A9\u0644\u06CC\u06A9 \u06A9\u0646\u06CC\u062F \u062A\u0627 \u0622\u0646 \u0631\u0627 \u0628\u0647 {inputTargetLanguage}\u062A\u0628\u062F\u06CC\u0644 \u06A9\u0646\u06CC\u062F.",enableInputTranslationDescriptionForNoneKey:"{trailingKey}\u0641\u0639\u0627\u0644 \u06A9\u0631\u062F\u0646 \u0622\u0646\u060C \u0645\u0633\u062A\u0642\u06CC\u0645\u0627\u064B\uFF1Ahello world \u0631\u0627 \u062F\u0631 \u06A9\u0627\u062F\u0631 \u0648\u0631\u0648\u062F\u06CC \u0648\u0627\u0631\u062F \u06A9\u0646\u06CC\u062F \u0648 \u0633\u067E\u0633 \u0628\u0647 \u0633\u0631\u0639\u062A{inputTrailingTriggerKeyRepeatTimes}\u0628\u0627\u0631 \u06A9\u0644\u06CC\u06A9 \u06A9\u0646\u06CC\u062F \u062A\u0627 \u0628\u0647 \u0632\u0628\u0627\u0646 \u0645\u0642\u0635\u062F \u067E\u06CC\u0634 \u0641\u0631\u0636 \u062A\u0631\u062C\u0645\u0647 \u0634\u0648\u062F.",inputTargetLanguage:"\u0632\u0628\u0627\u0646 \u0645\u0642\u0635\u062F \u067E\u06CC\u0634 \u0641\u0631\u0636 \u06A9\u0627\u062F\u0631 \u0648\u0631\u0648\u062F\u06CC \u0631\u0627 \u062A\u0646\u0638\u06CC\u0645 \u06A9\u0646\u06CC\u062F",inputTargetLanguageDescription:"\u0632\u0628\u0627\u0646 \u0645\u0642\u0635\u062F \u067E\u06CC\u0634\u200C\u0641\u0631\u0636 \u0628\u0631\u0627\u06CC \u062A\u0631\u062C\u0645\u0647 \u062C\u0639\u0628\u0647 \u0648\u0631\u0648\u062F\u06CC\u060C \u06A9\u0647 {startingKey}{startingKey} \u0628\u0647 \u0639\u0646\u0648\u0627\u0646 \u0632\u0628\u0627\u0646 \u067E\u06CC\u0634\u200C\u0641\u0631\u0636 \u0628\u0631\u0627\u06CC \u06A9\u0644\u0645\u0627\u062A \u0631\u0627\u0647\u200C\u0627\u0646\u062F\u0627\u0632 \u0627\u0633\u062A",inputTargetLanguageDescriptionForNoneKey:"\u0632\u0628\u0627\u0646 \u0645\u0642\u0635\u062F \u067E\u06CC\u0634\u200C\u0641\u0631\u0636 \u0628\u0631\u0627\u06CC \u062A\u0631\u062C\u0645\u0647\u200C\u0647\u0627\u06CC \u062C\u0639\u0628\u0647 \u0648\u0631\u0648\u062F\u06CC",inputStartingTriggerKeyTitle:"\u06A9\u0627\u0631\u0627\u06A9\u062A\u0631\u0647\u0627\u06CC \u062A\u0642\u0633\u06CC\u0645 \u0631\u0627 \u0628\u0631\u0627\u06CC \u062A\u0631\u062C\u0645\u0647 \u062C\u0632\u0626\u06CC \u06A9\u0627\u062F\u0631 \u0648\u0631\u0648\u062F\u06CC \u062A\u0646\u0638\u06CC\u0645 \u06A9\u0646\u06CC\u062F",inputStartingTriggerKeyDescription:"\u0647\u0646\u06AF\u0627\u0645\u06CC \u06A9\u0647 \u0646\u06CC\u0627\u0632\u06CC \u0628\u0647 \u062A\u0631\u062C\u0645\u0647 \u06A9\u0644 \u06A9\u0627\u062F\u0631 \u0648\u0631\u0648\u062F\u06CC \u0646\u062F\u0627\u0631\u06CC\u062F\u060C \u062C\u062F\u0627\u06A9\u0646\u0646\u062F\u0647 \u0628\u0647 \u0634\u0645\u0627 \u0627\u062C\u0627\u0632\u0647 \u0645\u06CC \u062F\u0647\u062F \u0641\u0642\u0637 \u0642\u0633\u0645\u062A \u0631\u0627 {startingKey}{startingKey} \u0628\u0647 \u0627\u0646\u062A\u0647\u0627\u06CC \u06A9\u0627\u062F\u0631 \u0648\u0631\u0648\u062F\u06CC \u062A\u0631\u062C\u0645\u0647 \u06A9\u0646\u06CC\u062F\u060C \u06CC\u0627 \u0645\u06CC \u062A\u0648\u0627\u0646\u06CC\u062F \u06A9\u062F \u0632\u0628\u0627\u0646 \u0631\u0627 \u0645\u0634\u062E\u0635 \u06A9\u0646\u06CC\u062F\u060C \u0628\u0647 \u0639\u0646\u0648\u0627\u0646 \u0645\u062B\u0627\u0644\u060C\uFF1A{startingKey}ja \u0628\u0647 \u0645\u0639\u0646\u0627\u06CC \u0641\u0642\u0637 \u062A\u0631\u062C\u0645\u0647 \u0627\u0633\u062A. \u0642\u0633\u0645\u062A \u0627\u0632 {startingKey}ja \u062A\u0627 \u0627\u0646\u062A\u0647\u0627\u06CC \u062C\u0639\u0628\u0647 \u0648\u0631\u0648\u062F\u06CC.",inputStartingTriggerKeyDescriptionForNoneKey:"\u062F\u0631 \u062D\u0627\u0644 \u062D\u0627\u0636\u0631 \u0628\u062F\u0648\u0646 \u0646\u06CC\u0627\u0632 \u0628\u0647 \u067E\u06CC\u0634\u0648\u0646\u062F \u062A\u0646\u0638\u06CC\u0645 \u0634\u062F\u0647 \u0627\u0633\u062A \u0648 \u0628\u0631\u062E\u06CC \u0627\u0632 \u0639\u0645\u0644\u06A9\u0631\u062F\u0647\u0627\u06CC \u062A\u0631\u062C\u0645\u0647 \u0645\u062A\u0646 \u062C\u0639\u0628\u0647 \u0648\u0631\u0648\u062F\u06CC \u0645\u0648\u0642\u062A\u0627\u064B \u062F\u0631 \u062F\u0633\u062A\u0631\u0633 \u0646\u06CC\u0633\u062A\u0646\u062F.",inputTrailingTriggerKeyTitle:"\u06CC\u06A9 \u06A9\u0627\u0631\u0627\u06A9\u062A\u0631 \u0645\u0627\u0634\u0647 \u0627\u06CC \u0631\u0627 \u0627\u0646\u062A\u062E\u0627\u0628 \u06A9\u0646\u06CC\u062F \u06A9\u0647 \u0628\u0647 \u0648\u0631\u0648\u062F\u06CC \u067E\u0627\u06CC\u0627\u0646 \u0645\u06CC \u062F\u0647\u062F",inputTrailingTriggerKeyDescription:"\u0628\u0627 \u0632\u062F\u0646{trailingKey} 3 \u0628\u0627\u0631 \u0645\u062A\u0648\u0627\u0644\u06CC\u060C \u062A\u0631\u062C\u0645\u0647 \u0634\u0631\u0648\u0639 \u0645\u06CC \u0634\u0648\u062F",inputTrailingTriggerKeyTimeout:"\u0641\u0627\u0635\u0644\u0647 \u0628\u06CC\u0646 \u0645\u0627\u0634\u0647 \u0647\u0627 \u0631\u0627 \u0628\u0631\u0627\u06CC \u067E\u0627\u06CC\u0627\u0646 \u062F\u0627\u062F\u0646 \u0628\u0647 \u062A\u0631\u06A9\u06CC\u0628 \u0648\u0627\u0631\u062F \u06A9\u0646\u06CC\u062F.",inputTrailingTriggerKeyTimeoutDescription:"\u0632\u0645\u0627\u0646 \u0641\u0627\u0635\u0644\u0647 (\u0645\u06CC\u0644\u06CC \u062B\u0627\u0646\u06CC\u0647) \u0631\u0627 \u0628\u0631\u0627\u06CC \u0648\u0631\u0648\u062F\u06CC \u0628\u0631\u0627\u06CC \u067E\u0627\u06CC\u0627\u0646 \u062F\u0627\u062F\u0646 \u0628\u0647 \u0645\u062D\u0631\u06A9 \u062A\u0631\u06A9\u06CC\u0628\u06CC \u062A\u0646\u0638\u06CC\u0645 \u06A9\u0646\u06CC\u062F",spaceKey:"",noneKey:"\u0628\u062F\u0648\u0646 \u0646\u06CC\u0627\u0632 \u0628\u0647 \u067E\u06CC\u0634\u0648\u0646\u062F\u060C \u0628\u0647 \u0637\u0648\u0631 \u0645\u0633\u062A\u0642\u06CC\u0645 \u06A9\u0644 \u062C\u0639\u0628\u0647 \u0645\u062A\u0646 \u0631\u0627 \u062A\u0631\u062C\u0645\u0647 \u06A9\u0646\u06CC\u062F",inputTranslationBlockUrlsTitle:"\u0647\u0631\u06AF\u0632 \u067E\u06CC\u0634\u0631\u0641\u062A \u0647\u0627\u06CC \u0641\u06CC\u0644\u062F \u0648\u0631\u0648\u062F\u06CC \u0631\u0627 \u062F\u0631 URL \u0647\u0627 \u0641\u0639\u0627\u0644 \u0646\u06A9\u0646\u06CC\u062F",inputTranslationBlockUrlsDescription:"\u062F\u0631 \u0622\u062F\u0631\u0633\u200C\u0647\u0627\u06CC \u0627\u06CC\u0646\u062A\u0631\u0646\u062A\u06CC \u0632\u06CC\u0631\u060C \u0628\u0647\u0628\u0648\u062F \u06A9\u0627\u062F\u0631 \u0648\u0631\u0648\u062F\u06CC \u0627\u062B\u0631\u06CC \u0646\u062E\u0648\u0627\u0647\u062F \u062F\u0627\u0634\u062A",clickToSeeQuickDemo:"\u0628\u0631\u0627\u06CC \u06AF\u0633\u062A\u0631\u0634 \u0648\u06CC\u062F\u06CC\u0648\u06CC \u0622\u0645\u0648\u0632\u0634 \u0633\u0631\u06CC\u0639 30 \u062B\u0627\u0646\u06CC\u0647 \u0627\u06CC \u06A9\u0644\u06CC\u06A9 \u06A9\u0646\u06CC\u062F",inputHelperInfo:"\u0646\u06A9\u062A\u0647\uFF1A: \u0645\u0627 \u0628\u0647 \u0637\u0648\u0631 \u062E\u0627\u0635 \u0627\u06CC\u0646 \u0645\u0648\u0636\u0648\u0639 \u0631\u0627 \u0628\u0647\u06CC\u0646\u0647 \u0633\u0627\u0632\u06CC \u06A9\u0631\u062F\u0647 \u0627\u06CC\u0645 \u06A9\u0647 \u062F\u0631 \u0622\u0646 \u0628\u0631\u062E\u06CC \u0627\u0632 \u06A9\u0627\u0631\u0627\u06A9\u062A\u0631\u0647\u0627\u06CC \u0645\u0627\u0634\u0647 \u0628\u0647 \u0639\u0644\u0627\u0626\u0645 \u0646\u06AF\u0627\u0631\u0634\u06CC \u0686\u06CC\u0646\u06CC \u062F\u0631 \u0631\u0648\u0634 \u0648\u0631\u0648\u062F\u06CC \u0686\u06CC\u0646\u06CC \u062A\u0628\u062F\u06CC\u0644 \u0645\u06CC \u0634\u0648\u0646\u062F. \u0628\u0647 \u0639\u0646\u0648\u0627\u0646 \u0645\u062B\u0627\u0644\u060C \u062F\u0631 \u0631\u0648\u0634 \u0648\u0631\u0648\u062F\u06CC Sogou\u060C / \u0628\u0647 \u0645\u06A9\u062B \u062A\u0628\u062F\u06CC\u0644 \u0645\u06CC \u0634\u0648\u062F\u060C \u0648 \u062A\u0631\u062C\u0645\u0647 \u0647\u0645\u0647 \u062C\u0627\u0646\u0628\u0647 \u0627\u0632 \u0647\u0645\u0647 \u0646\u0645\u0627\u062F\u0647\u0627\u06CC \u0686\u06CC\u0646\u06CC \u0645\u0631\u0628\u0648\u0637 \u0628\u0647 \u067E\u0634\u062A\u06CC\u0628\u0627\u0646\u06CC \u0645\u06CC \u06A9\u0646\u062F. \u06A9\u0627\u0631\u0627\u06A9\u062A\u0631\u0647\u0627\u06CC \u0645\u0627\u0634\u0647\u060C \u06CC\u0639\u0646\u06CC //\u060C\u060C \u0647\u0645\u0647 \u0628\u0647 \u0639\u0646\u0648\u0627\u0646 \u06A9\u0627\u0631\u0627\u06A9\u062A\u0631\u0647\u0627\u06CC \u0645\u0627\u0634\u0647 \u0634\u0646\u0627\u062E\u062A\u0647 \u0645\u06CC \u0634\u0648\u0646\u062F.

\u062F\u0631 \u0639\u06CC\u0646 \u062D\u0627\u0644\u060C \u0645\u0627 \u0647\u0645\u0686\u0646\u06CC\u0646 \u0627\u0632 \u0646\u0627\u0645 \u0645\u0633\u062A\u0639\u0627\u0631 \u0686\u06CC\u0646\u06CC \u06A9\u062F\u0647\u0627\u06CC \u0632\u0628\u0627\u0646 \u0628\u0647 \u0639\u0646\u0648\u0627\u0646 \u062F\u0633\u062A\u0648\u0631\u0627\u062A \u067E\u0634\u062A\u06CC\u0628\u0627\u0646\u06CC \u0645\u06CC \u06A9\u0646\u06CC\u0645. \u0628\u0647 \u0639\u0646\u0648\u0627\u0646 \u0645\u062B\u0627\u0644\u060C /Japanese Hello World \u0628\u0647 \u0698\u0627\u067E\u0646\u06CC \u062A\u0631\u062C\u0645\u0647 \u0645\u06CC \u0634\u0648\u062F. <1> \u0628\u0631\u0627\u06CC \u0645\u0634\u0627\u0647\u062F\u0647 \u0647\u0645\u0647 \u06A9\u062F\u0647\u0627\u06CC \u0632\u0628\u0627\u0646 \u067E\u0634\u062A\u06CC\u0628\u0627\u0646\u06CC \u0634\u062F\u0647 \u0627\u06CC\u0646\u062C\u0627 \u0631\u0627 \u06A9\u0644\u06CC\u06A9 \u06A9\u0646\u06CC\u062F. .",reloadCurrentPage:"\u0644\u0637\u0641\u0627\u064B \u0642\u0628\u0644 \u0627\u0632 \u0634\u0631\u0648\u0639 \u062A\u0631\u062C\u0645\u0647 \u0635\u0641\u062D\u0647 \u0641\u0639\u0644\u06CC \u0631\u0627 \u0628\u0627\u0632\u062E\u0648\u0627\u0646\u06CC \u06A9\u0646\u06CC\u062F",noLocalFilePermissionForPDF:"\u0645\u0627 \u062F\u0631 \u062D\u0627\u0644 \u062D\u0627\u0636\u0631 \u0645\u062C\u0648\u0632 \u062E\u0648\u0627\u0646\u062F\u0646 \u0641\u0627\u06CC\u0644 \u0647\u0627\u06CC \u0645\u062D\u0644\u06CC \u0631\u0627 \u0646\u062F\u0627\u0631\u06CC\u0645. \u0644\u0637\u0641\u0627 \u0631\u0648\u06CC \u062F\u06A9\u0645\u0647 \u0628\u0627\u0644\u0627 \u06A9\u0644\u06CC\u06A9 \u06A9\u0646\u06CC\u062F \u0648 \u0641\u0627\u06CC\u0644 \u0647\u0627\u06CC \u0645\u062D\u0644\u06CC \u0631\u0627 \u0648\u0627\u0631\u062F \u06A9\u0646\u06CC\u062F.",noPermissionForThisPage:"\u26A0\uFE0F \u0627\u062C\u0627\u0632\u0647 \u062A\u0631\u062C\u0645\u0647 \u0635\u0641\u062D\u0647 \u0641\u0639\u0644\u06CC \u0648\u062C\u0648\u062F \u0646\u062F\u0627\u0631\u062F",retryAllParagraphs:"\u0647\u0645\u0647 \u067E\u0627\u0631\u0627\u06AF\u0631\u0627\u0641 \u0647\u0627\u06CC \u062E\u0637\u0627 \u0631\u0627 \u062F\u0648\u0628\u0627\u0631\u0647 \u0627\u0645\u062A\u062D\u0627\u0646 \u06A9\u0646\u06CC\u062F",retryAllButton:"\u0647\u0645\u0647 \u067E\u0627\u0631\u0627\u06AF\u0631\u0627\u0641 \u0647\u0627\u06CC \u062E\u0637\u0627 \u0631\u0627 \u062F\u0648\u0628\u0627\u0631\u0647 \u0627\u0645\u062A\u062D\u0627\u0646 \u06A9\u0646\u06CC\u062F",errorTooltipTitle:"\u0628\u0631\u0627\u06CC \u0645\u0634\u0627\u0647\u062F\u0647 \u062F\u0644\u06CC\u0644 \u062E\u0637\u0627 \u06A9\u0644\u06CC\u06A9 \u06A9\u0646\u06CC\u062F",errorModalTitle:"\u0628\u0647 \u0646\u0638\u0631 \u0645\u06CC \u0631\u0633\u062F \u0645\u0634\u06A9\u0644\u06CC \u062F\u0631 \u062E\u062F\u0645\u0627\u062A \u062A\u0631\u062C\u0645\u0647 \u06CC\u0627 \u0634\u0628\u06A9\u0647 \u0648\u062C\u0648\u062F \u062F\u0627\u0631\u062F ...",disableConfirm:"\u062A\u0646\u0638\u06CC\u0645\u0627\u062A \u0627\u0641\u0632\u0627\u06CC\u0634 \u0627\u0637\u0644\u0627\u0639\u0627\u062A \u062F\u0648 \u0632\u0628\u0627\u0646\u0647",disableOnce:"\u0627\u06CC\u0646 \u0628\u0627\u0631 \u063A\u06CC\u0631 \u0641\u0639\u0627\u0644 \u0634\u062F\u0647",disableGlobal:"\u0628\u0631\u0627\u06CC \u0647\u0645\u06CC\u0634\u0647 \u0627\u0632 \u06A9\u0627\u0631 \u0627\u0641\u062A\u0627\u062F\u0647 \u0627\u0633\u062A",disableTint:"* \u0645\u06CC \u062A\u0648\u0627\u0646\u06CC\u062F \u0622\u0646 \u0631\u0627 \u0645\u062C\u062F\u062F\u0627\u064B \u062F\u0631 {option} \u0641\u0639\u0627\u0644 \u06A9\u0646\u06CC\u062F.",searchEnhancementNotes:"\u062F\u0631\u06CC\u0627\u0641\u062A\u06CC\u0645 \u06A9\u0647 \u0646\u062A\u0627\u06CC\u062C \u0627\u062E\u0628\u0627\u0631 \u0628\u0631\u0627\u06CC \u06A9\u0644\u0645\u0627\u062A \u06A9\u0644\u06CC\u062F\u06CC \u0686\u06CC\u0646\u06CC \u0648 \u06A9\u0644\u0645\u0627\u062A \u06A9\u0644\u06CC\u062F\u06CC \u0627\u0646\u06AF\u0644\u06CC\u0633\u06CC \u0628\u0633\u06CC\u0627\u0631 \u0645\u062A\u0641\u0627\u0648\u062A \u0627\u0633\u062A. \u067E\u0633 \u0627\u0632 \u0641\u0639\u0627\u0644 \u06A9\u0631\u062F\u0646 \u0639\u0645\u0644\u06A9\u0631\u062F \u0628\u0647\u0628\u0648\u062F \u0627\u0637\u0644\u0627\u0639\u0627\u062A \u062F\u0648\u0632\u0628\u0627\u0646\u0647 \u062A\u0631\u062C\u0645\u0647 \u0647\u0645\u0647\u062C\u0627\u0646\u0628\u0647\u060C \u062F\u0631 \u0648\u0628 \u0633\u0627\u06CC\u062A \u0647\u0627\u06CC \u067E\u0634\u062A\u06CC\u0628\u0627\u0646\u06CC \u0634\u062F\u0647 (Google News\u060C \u062C\u0633\u062A\u062C\u0648\u06CC Google (\u0628\u0631\u062E\u06CC \u0627\u0632 \u06A9\u0644\u0645\u0627\u062A \u06A9\u0644\u06CC\u062F\u06CC)\u060C Snowball\u060C Oriental Fortune Network\u060C Futu \u062C\u0633\u062A\u062C\u0648 \u062E\u0648\u0627\u0647\u06CC\u0645 \u06A9\u0631\u062F. , Tiger) \u0628\u0647 \u0637\u0648\u0631 \u062E\u0648\u062F\u06A9\u0627\u0631 \u0647\u0645\u0627\u0646 \u06A9\u0644\u0645\u0627\u062A \u06A9\u0644\u06CC\u062F\u06CC \u0631\u0627 \u0628\u0647 \u0632\u0628\u0627\u0646 \u0627\u0646\u06AF\u0644\u06CC\u0633\u06CC \u0628\u0631\u0627\u06CC \u0634\u0645\u0627 \u062C\u0633\u062A\u062C\u0648 \u0645\u06CC \u06A9\u0646\u062F \u0648 \u062F\u0631 \u0633\u0645\u062A \u0631\u0627\u0633\u062A \u0646\u0645\u0627\u06CC\u0634 \u0645\u06CC \u062F\u0647\u062F. \u0627\u06AF\u0631 \u0628\u0647 \u0627\u06CC\u0646 \u0648\u06CC\u0698\u06AF\u06CC \u0646\u06CC\u0627\u0632 \u0646\u062F\u0627\u0631\u06CC\u062F\u060C \u0645\u06CC \u062A\u0648\u0627\u0646\u06CC\u062F \u0622\u0646 \u0631\u0627 \u063A\u06CC\u0631\u0641\u0639\u0627\u0644 \u06A9\u0646\u06CC\u062F.",option:"\u0628\u0631\u067E\u0627\u06CC\u06CC",saveSettings:"\u062A\u0646\u0638\u06CC\u0645\u0627\u062A \u0631\u0627 \u0630\u062E\u06CC\u0631\u0647 \u06A9\u0646",closeModal:"\u067E\u0646\u062C\u0631\u0647 \u0631\u0627 \u0628\u0628\u0646\u062F",enableInputTranslationWithoutTriggerKeyTitle:"\u062A\u0631\u06A9\u06CC\u0628 \u0633\u0631\u06CC\u0639 \u0631\u0627 3 \u0628\u0627\u0631{trailingKey}\u0641\u0639\u0627\u0644 \u06A9\u0646\u06CC\u062F\u060C \u062A\u0645\u0627\u0645 \u06A9\u0627\u062F\u0631 \u0648\u0631\u0648\u062F\u06CC \u0631\u0627 \u0645\u0633\u062A\u0642\u06CC\u0645\u0627\u064B \u0628\u0647{inputTargetLanguage}\u062A\u0631\u062C\u0645\u0647 \u06A9\u0646\u06CC\u062F",enableInputTranslationWithoutTriggerKeyDescription:"\u0627\u06AF\u0631 \u0645\u06CC\u200C\u062E\u0648\u0627\u0647\u06CC\u062F \u0632\u0628\u0627\u0646 \u0645\u0642\u0635\u062F \u0631\u0627 \u0645\u0634\u062E\u0635 \u06A9\u0646\u06CC\u062F\u060C \u0644\u0637\u0641\u0627\u064B \u06A9\u062F \u0632\u0628\u0627\u0646 \u0645\u0642\u0627\u0628\u0644 \u0631\u0627 \u0627\u0636\u0627\u0641\u0647 \u06A9\u0646\u06CC\u062F\u060C \u0645\u0627\u0646\u0646\u062F\uFF1A\u06CC\u0627 Hello World",mouseHoverShortcutPlaceholder:"\u0645\u0627\u0646\u0646\u062F\uFF1AShift",deepLProName:"\u0639\u0636\u0648 \u062D\u0631\u0641\u0647 \u0627\u06CC \u062A\u0631\u062C\u0645\u0647 Immersive (\u062A\u0648\u0635\u06CC\u0647 \u0645\u06CC \u0634\u0648\u062F)",deepLProDescription:"\u0628\u0633\u062A\u0647 \u0641\u0639\u0644\u06CC \u0631\u0627 \u0645\u06CC \u062A\u0648\u0627\u0646 \u0628\u0647 \u0637\u0648\u0631 \u0645\u0633\u062A\u0642\u06CC\u0645 \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u06A9\u0631\u062F",deeplProDescriptionForNormal:"\u0647\u06CC\u0686 \u062A\u0646\u0638\u06CC\u0645\u0627\u062A\u06CC \u0644\u0627\u0632\u0645 \u0646\u06CC\u0633\u062A. \u0645\u06CC \u062A\u0648\u0627\u0646\u06CC\u062F \u067E\u0633 \u0627\u0632 \u0648\u0631\u0648\u062F \u0628\u0647 \u0639\u0646\u0648\u0627\u0646 \u0639\u0636\u0648 \u0627\u0632 \u0622\u0646 \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u06A9\u0646\u06CC\u062F. <1> \u0628\u0631\u0627\u06CC \u0627\u0631\u062A\u0642\u0627 \u0628\u0647 \u0639\u0636\u0648 \u0627\u06CC\u0646\u062C\u0627 \u0631\u0627 \u06A9\u0644\u06CC\u06A9 \u06A9\u0646\u06CC\u062F.",deepLCustomDescription:"\u0634\u0645\u0627 \u0628\u0647 \u06CC\u06A9 \u06A9\u0627\u0631\u062A \u0627\u0639\u062A\u0628\u0627\u0631\u06CC \u062E\u0627\u0631\u062C\u06CC \u0646\u06CC\u0627\u0632 \u062F\u0627\u0631\u06CC\u062F\u060C \u0628\u0647 <1>DeepL \u0628\u0631\u0648\u06CC\u062F \u0628\u0647 \u0637\u0648\u0631 \u0631\u0633\u0645\u06CC \u0628\u0627\u0632 \u0634\u062F\u060C \u0628\u0631\u0627\u06CC \u0645\u0634\u0627\u0647\u062F\u0647 \u0627\u0633\u0646\u0627\u062F <2> \u06A9\u0644\u06CC\u06A9 \u06A9\u0646\u06CC\u062F",deepLCustomName:"\u06A9\u0644\u06CC\u062F \u062A\u0623\u06CC\u06CC\u062F \u0633\u0641\u0627\u0631\u0634\u06CC",chooseProviderLabel:"\u0627\u0631\u0627\u0626\u0647 \u062F\u0647\u0646\u062F\u0647 \u062E\u062F\u0645\u0627\u062A \u0631\u0627 \u0627\u0646\u062A\u062E\u0627\u0628 \u06A9\u0646\u06CC\u062F",openaiProName:"\u0639\u0636\u0648 \u062D\u0631\u0641\u0647 \u0627\u06CC \u062A\u0631\u062C\u0645\u0647 Immersive (\u062A\u0648\u0635\u06CC\u0647 \u0645\u06CC \u0634\u0648\u062F)",openaiProDescription:"\u0628\u0633\u062A\u0647 \u0641\u0639\u0644\u06CC \u0631\u0627 \u0645\u06CC \u062A\u0648\u0627\u0646 \u0628\u0647 \u0637\u0648\u0631 \u0645\u0633\u062A\u0642\u06CC\u0645 \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u06A9\u0631\u062F",openaiProDescriptionForNormal:"\u0647\u06CC\u0686 \u062A\u0646\u0638\u06CC\u0645\u0627\u062A\u06CC \u0644\u0627\u0632\u0645 \u0646\u06CC\u0633\u062A. \u0645\u06CC \u062A\u0648\u0627\u0646\u06CC\u062F \u067E\u0633 \u0627\u0632 \u0648\u0631\u0648\u062F \u0628\u0647 \u0639\u0646\u0648\u0627\u0646 \u0639\u0636\u0648 \u0627\u0632 \u0622\u0646 \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u06A9\u0646\u06CC\u062F. <1> \u0628\u0631\u0627\u06CC \u0627\u0631\u062A\u0642\u0627 \u0628\u0647 \u0639\u0636\u0648 \u0627\u06CC\u0646\u062C\u0627 \u0631\u0627 \u06A9\u0644\u06CC\u06A9 \u06A9\u0646\u06CC\u062F.",openaiCustomDescription:"\u0645\u06CC \u062A\u0648\u0627\u0646 \u0622\u0646 \u0631\u0627 \u0627\u0632 OpenAI\u060C Azure OpenAI \u06CC\u0627 \u0633\u0627\u06CC\u0631 \u062E\u062F\u0645\u0627\u062A \u0634\u062E\u0635 \u062B\u0627\u0644\u062B \u062F\u0631\u06CC\u0627\u0641\u062A \u06A9\u0631\u062F. <1> \u0628\u0631\u0627\u06CC \u0645\u0634\u0627\u0647\u062F\u0647 \u0633\u0646\u062F \u0627\u06CC\u0646\u062C\u0627 \u0631\u0627 \u06A9\u0644\u06CC\u06A9 \u06A9\u0646\u06CC\u062F.",openaiCustomName:"\u06A9\u0644\u06CC\u062F API \u0633\u0641\u0627\u0631\u0634\u06CC",needLoginAction:"(\u0639\u0636\u0648\u06CC\u062A \u0631\u0627 \u0648\u0627\u0631\u062F \u06A9\u0646\u06CC\u062F \u06CC\u0627 \u0633\u0641\u0627\u0631\u0634\u06CC \u06A9\u0646\u06CC\u062F)",goLoginOrAction:"(\u0648\u0627\u0631\u062F \u0639\u0636\u0648\u06CC\u062A \u0634\u0648\u06CC\u062F \u06CC\u0627 \u0628\u0647 \u062A\u0646\u0638\u06CC\u0645\u0627\u062A \u0628\u0631\u0648\u06CC\u062F)",yearly:"\u0627\u0634\u062A\u0631\u0627\u06A9 \u0633\u0627\u0644\u0627\u0646\u0647 \u0645\u0633\u062A\u0645\u0631",quarterly:"\u0641\u0635\u0644 \u0647\u0627\u06CC \u0645\u062A\u0648\u0627\u0644\u06CC",monthly:"\u0627\u0634\u062A\u0631\u0627\u06A9 \u0645\u0627\u0647\u0627\u0646\u0647 \u0645\u0633\u062A\u0645\u0631",yearlyForOnce:"\u0628\u0633\u062A\u0647 \u0633\u0627\u0644\u0627\u0646\u0647 \u06CC\u06A9\u0628\u0627\u0631 \u0645\u0635\u0631\u0641",monthlyForOnce:"\u0628\u0633\u062A\u0647 \u06CC\u06A9\u0628\u0627\u0631\u0647 \u0645\u0627\u0647\u0627\u0646\u0647",daily:"\u0631\u0648\u0632\u0647\u0627\u06CC \u0645\u062A\u0648\u0627\u0644\u06CC",year:"\u0627\u0634\u062A\u0631\u0627\u06A9 \u0633\u0627\u0644\u0627\u0646\u0647 \u0645\u0633\u062A\u0645\u0631",quarter:"\u0641\u0635\u0644 \u0647\u0627\u06CC \u0645\u062A\u0648\u0627\u0644\u06CC",month:"\u0627\u0634\u062A\u0631\u0627\u06A9 \u0645\u0627\u0647\u0627\u0646\u0647 \u0645\u0633\u062A\u0645\u0631",day:"\u0631\u0648\u0632\u0647\u0627\u06CC \u0645\u062A\u0648\u0627\u0644\u06CC",onetime_7day:"\u0628\u0633\u062A\u0647 \u0622\u0632\u0645\u0627\u06CC\u0634\u06CC 7 \u0631\u0648\u0632\u0647",currentPlanDescriptionForFree:"\u0628\u0633\u062A\u0647 \u0641\u0639\u0644\u06CC\uFF1A\u0631\u0627\u06CC\u06AF\u0627\u0646 \u0627\u0633\u062A",currentPlanDescriptionForContinuous:"\u0628\u0633\u062A\u0647 \u0641\u0639\u0644\u06CC 0{plan}\uFF1A\u0648 \u0628\u0647 \u0637\u0648\u0631 \u062E\u0648\u062F\u06A9\u0627\u0631 \u062F\u0631 {endAt} \u062A\u0645\u062F\u06CC\u062F \u0645\u06CC \u0634\u0648\u062F",currentPlanDescriptionForAutoRenewCaceling:"\u0628\u0633\u062A\u0647 \u0641\u0639\u0644\u06CC\uFF1A{plan}\u0627\u0633\u062A \u0648 \u062F\u0631 {endAt} \u0645\u0646\u0642\u0636\u06CC \u0645\u06CC \u0634\u0648\u062F. \u067E\u0633 \u0627\u0632 \u0627\u0646\u0642\u0636\u0627 \u0628\u0647 \u0637\u0648\u0631 \u062E\u0648\u062F\u06A9\u0627\u0631 \u062A\u0645\u062F\u06CC\u062F \u0646\u0645\u06CC \u0634\u0648\u062F.",currentYearlyPlanDescriptionForAutoRenewCacelingWithRealPaiedUser:"\u0628\u0633\u062A\u0647 \u0641\u0639\u0644\u06CC\uFF1A{plan}\u062F\u0631 \u062A\u0627\u0631\u06CC\u062E {endAt} \u0645\u0646\u0642\u0636\u06CC \u0645\u06CC \u0634\u0648\u062F \u0648 \u067E\u0633 \u0627\u0632 \u0627\u0646\u0642\u0636\u0627 \u0628\u0647 \u0637\u0648\u0631 \u062E\u0648\u062F\u06A9\u0627\u0631 \u062A\u0645\u062F\u06CC\u062F \u0646\u0645\u06CC \u0634\u0648\u062F.
<1> \u0628\u0631\u0627\u06CC \u0645\u062F\u06CC\u0631\u06CC\u062A \u0628\u0631\u0646\u0627\u0645\u0647 \u0647\u0627\u06CC \u062A\u0645\u062F\u06CC\u062F \u0627\u06CC\u0646\u062C\u0627 \u0631\u0627 \u06A9\u0644\u06CC\u06A9 \u06A9\u0646\u06CC\u062F",currentYearlyPlanDescriptionForAutoRenewCacelingWithAdmin:"\u0628\u0633\u062A\u0647 \u0641\u0639\u0644\u06CC\uFF1A{plan}\u062F\u0631 \u062A\u0627\u0631\u06CC\u062E {endAt} \u0645\u0646\u0642\u0636\u06CC \u0645\u06CC \u0634\u0648\u062F \u0648 \u067E\u0633 \u0627\u0632 \u0627\u0646\u0642\u0636\u0627 \u0628\u0647 \u0637\u0648\u0631 \u062E\u0648\u062F\u06A9\u0627\u0631 \u062A\u0645\u062F\u06CC\u062F \u0646\u0645\u06CC \u0634\u0648\u062F.
<1>\u0628\u0631\u0627\u06CC \u0641\u0639\u0627\u0644 \u06A9\u0631\u062F\u0646 \u0627\u0634\u062A\u0631\u0627\u06A9 \u0633\u0627\u0644\u0627\u0646\u0647 \u0645\u0633\u062A\u0645\u0631 \u0627\u06CC\u0646\u062C\u0627 \u0631\u0627 \u06A9\u0644\u06CC\u06A9 \u06A9\u0646\u06CC\u062F",currentPlanDescriptionForOneTime:"\u0628\u0633\u062A\u0647 \u0641\u0639\u0644\u06CC\uFF1A{plan}\u0627\u0633\u062A \u0648 \u062F\u0631 {endAt} \u0645\u0646\u0642\u0636\u06CC \u0645\u06CC \u0634\u0648\u062F. <1> \u0628\u0631\u0627\u06CC \u0627\u0631\u062A\u0642\u0627\u0621 \u0628\u0647 \u0647\u0632\u06CC\u0646\u0647 \u0633\u0627\u0644\u0627\u0646\u0647 \u0627\u06CC\u0646\u062C\u0627 \u0631\u0627 \u06A9\u0644\u06CC\u06A9 \u06A9\u0646\u06CC\u062F \u06CC\u0627 <2> \u0647\u0632\u06CC\u0646\u0647 \u0645\u0627\u0647\u0627\u0646\u0647 \u0639\u0636\u0648",upgradePlan:"\u0628\u0631\u0627\u06CC \u0627\u0631\u062A\u0642\u0627\u0621 \u0628\u0647 \u0639\u0636\u0648\u06CC\u062A Pro \u0627\u06CC\u0646\u062C\u0627 \u0631\u0627 \u06A9\u0644\u06CC\u06A9 \u06A9\u0646\u06CC\u062F",upgradeToPro:"\u0628\u0647 \u0639\u0636\u0648\u06CC\u062A Pro \u0627\u0631\u062A\u0642\u0627 \u062F\u0647\u06CC\u062F","popup.openPro":"\u5F00\u901A\u4F1A\u5458\u540E\u53EF\u4EE5\u7545\u4EAB DeepL \u548C OpenAI \u7FFB\u8BD1","popup.openProForPro":"\u0634\u0645\u0627 \u06CC\u06A9 \u0639\u0636\u0648 \u062D\u0631\u0641\u0647 \u0627\u06CC \u0647\u0633\u062A\u06CC\u062F \u0648 \u0645\u06CC \u062A\u0648\u0627\u0646\u06CC\u062F \u0645\u0633\u062A\u0642\u06CC\u0645\u0627\u064B \u0627\u0632 \u062A\u0631\u062C\u0645\u0647 DeepL \u0648 OpenAI \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u06A9\u0646\u06CC\u062F",currentAccount:"\u062D\u0633\u0627\u0628 \u062C\u0627\u0631\u06CC",enableAutoSyncUserSettings:"\u0647\u0645\u06AF\u0627\u0645 \u0633\u0627\u0632\u06CC \u0627\u0628\u0631\u06CC \u062E\u0648\u062F\u06A9\u0627\u0631 \u0631\u0627 \u062F\u0631 \u0686\u0646\u062F\u06CC\u0646 \u062F\u0633\u062A\u06AF\u0627\u0647 \u0641\u0639\u0627\u0644 \u06A9\u0646\u06CC\u062F",modalEnableInputTranslationTitle:"\u0646\u06A9\u0627\u062A \u062A\u0631\u062C\u0645\u0647 \u0647\u0645\u0647\u062C\u0627\u0646\u0628\u0647 \u062C\u0639\u0628\u0647 \u0648\u0631\u0648\u062F\u06CC \u062A\u0631\u062C\u0645\u0647",modalEnableInputTranslationDesc:"\u0634\u0645\u0627 \u0628\u0647 \u062A\u0627\u0632\u06AF\u06CC \u062A\u0631\u062C\u0645\u0647 \u062C\u0639\u0628\u0647 \u0648\u0631\u0648\u062F\u06CC Immersive Translation \u0631\u0627 \u0628\u0627 \u0641\u0634\u0627\u0631 \u062F\u0627\u062F\u0646 \u06A9\u0644\u06CC\u062F \u0641\u0627\u0635\u0644\u0647 \u0633\u0647 \u0628\u0627\u0631 \u067E\u0634\u062A \u0633\u0631 \u0647\u0645 \u0641\u0639\u0627\u0644 \u06A9\u0631\u062F\u0647 \u0627\u06CC\u062F \u0648 \u0645\u062D\u062A\u0648\u0627\u06CC \u062C\u0639\u0628\u0647 \u0648\u0631\u0648\u062F\u06CC \u0628\u0647 \u0632\u0628\u0627\u0646 \u0645\u0642\u0635\u062F \u067E\u06CC\u0634 \u0641\u0631\u0636 \u062A\u0631\u062C\u0645\u0647 \u0645\u06CC \u0634\u0648\u062F. \u062A\u0631\u062C\u0645\u0647 \u0631\u0627 \u0645\u06CC \u062A\u0648\u0627\u0646 \u0628\u0627 Ctrl+Z \u0644\u063A\u0648 \u06A9\u0631\u062F.

\u0627\u06AF\u0631 \u0627\u06CC\u0646 \u06CC\u06A9 \u0627\u0634\u062A\u0628\u0627\u0647 \u0627\u0633\u062A\u060C \u0646\u06AF\u0631\u0627\u0646 \u0646\u0628\u0627\u0634\u06CC\u062F\u060C \u0645\u06CC\u200C\u062A\u0648\u0627\u0646\u06CC\u062F \u0627\u06CC\u0646 \u0628\u0627\u0631 \u0622\u0646 \u0631\u0627 \u063A\u06CC\u0631\u0641\u0639\u0627\u0644 \u06A9\u0646\u06CC\u062F \u06CC\u0627 \u062A\u0631\u062C\u0645\u0647 \u062C\u0639\u0628\u0647 \u0648\u0631\u0648\u062F\u06CC \u0631\u0627 \u0628\u0631\u0627\u06CC \u0647\u0645\u06CC\u0634\u0647 \u063A\u06CC\u0631\u0641\u0639\u0627\u0644 \u06A9\u0646\u06CC\u062F.",saveAndNotShowAgain:"\u0630\u062E\u06CC\u0631\u0647 \u06A9\u0646\u06CC\u062F \u0648 \u062F\u0648\u0628\u0627\u0631\u0647 \u062F\u0631\u062E\u0648\u0627\u0633\u062A \u0646\u06A9\u0646\u06CC\u062F",disableInputTranslationTips:"* \u0647\u0645\u0686\u0646\u06CC\u0646 \u0645\u06CC \u062A\u0648\u0627\u0646\u06CC\u062F \u0633\u0627\u06CC\u0631 \u06A9\u0644\u06CC\u062F\u0647\u0627\u06CC \u0645\u06CC\u0627\u0646\u0628\u0631 \u0631\u0627 \u0628\u0631\u0627\u06CC \u0641\u0639\u0627\u0644 \u06A9\u0631\u062F\u0646 {option} \u060C{learnMore}\u062A\u0646\u0638\u06CC\u0645 \u06A9\u0646\u06CC\u062F.",learnMore:"\u0628\u0631\u0627\u06CC \u0627\u0637\u0644\u0627\u0639\u0627\u062A \u0628\u06CC\u0634\u062A\u0631 \u0627\u06CC\u0646\u062C\u0627 \u06A9\u0644\u06CC\u06A9 \u06A9\u0646\u06CC\u062F",continueEnalbeInputTranslation:"\u0628\u0647 \u0641\u0639\u0627\u0644 \u06A9\u0631\u062F\u0646 \u062A\u0631\u062C\u0645\u0647 \u062C\u0639\u0628\u0647 \u0648\u0631\u0648\u062F\u06CC \u0627\u062F\u0627\u0645\u0647 \u062F\u0647\u06CC\u062F",autoRenewTrialSuffix:'(\u062F\u0631 \u0637\u0648\u0644 \u062F\u0648\u0631\u0647 \u0622\u0632\u0645\u0627\u06CC\u0634\u06CC\u060C\u0628\u0644\u0627\u0641\u0627\u0635\u0644\u0647 \u0628\u0647 \u06CC\u06A9\u0631\u0633\u0645\u06CC \u0627\u0631\u062A\u0642\u0627 \u062E\u0648\u0627\u0647\u062F \u06CC\u0627\u0641\u062A.',upgradeFromTrialTitle:"\u0627\u0631\u062A\u0642\u0627 \u0628\u0647 \u0639\u0636\u0648 \u0631\u0633\u0645\u06CC",subtitle:"\u0632\u06CC\u0631\u0646\u0648\u06CC\u0633 \u0648\u06CC\u062F\u06CC\u0648",youtubeService:"\u062E\u062F\u0645\u0627\u062A \u062A\u0631\u062C\u0645\u0647 \u0632\u06CC\u0631\u0646\u0648\u06CC\u0633 \u0648\u06CC\u062F\u06CC\u0648\u06CC\u06CC \u0647\u0645\u0647\u062C\u0627\u0646\u0628\u0647","subtitle.disabledSubtitle":"\u0632\u06CC\u0631\u0646\u0648\u06CC\u0633 \u0648\u06CC\u062F\u06CC\u0648 \u0631\u0627 \u0628\u0631\u0627\u06CC \u0647\u0645\u06CC\u0634\u0647 \u063A\u06CC\u0631\u0641\u0639\u0627\u0644 \u06A9\u0646\u06CC\u062F","subtitle.disabledSubtitleDescription":"\u0627\u06AF\u0631 \u0632\u06CC\u0631\u0646\u0648\u06CC\u0633\u200C\u0647\u0627\u06CC \u0648\u06CC\u062F\u06CC\u0648\u06CC \xAB\u062A\u0631\u062C\u0645\u0647 Immersive\xBB \u0628\u0627 \u0628\u0631\u0646\u0627\u0645\u0647\u200C\u0647\u0627\u06CC \u0627\u0641\u0632\u0648\u062F\u0646\u06CC \u062F\u06CC\u06AF\u0631 \u062A\u062F\u0627\u062E\u0644 \u062F\u0627\u0631\u0646\u062F\u060C \u0645\u06CC\u200C\u062A\u0648\u0627\u0646\u06CC\u062F \u0627\u0646\u062A\u062E\u0627\u0628 \u06A9\u0646\u06CC\u062F \u06A9\u0647 \u0639\u0645\u0644\u06A9\u0631\u062F \u0632\u06CC\u0631\u0646\u0648\u06CC\u0633\u200C\u0647\u0627\u06CC \u0648\u06CC\u062F\u06CC\u0648\u06CC\u06CC \u062A\u0631\u062C\u0645\u0647 Immersive \u0631\u0627 \u0628\u0631\u0627\u06CC \u0647\u0645\u06CC\u0634\u0647 \u063A\u06CC\u0631\u0641\u0639\u0627\u0644 \u06A9\u0646\u06CC\u062F \u06CC\u0627 \u0633\u0627\u06CC\u0631 \u0628\u0631\u0646\u0627\u0645\u0647\u200C\u0647\u0627\u06CC \u0627\u0641\u0632\u0648\u062F\u0646\u06CC \u0645\u062A\u0646\u0627\u0642\u0636 \u0631\u0627 \u062D\u0630\u0641 \u0646\u0635\u0628 \u06A9\u0646\u06CC\u062F.","subtitle.autoEnableSubtitle":"\u5F00\u542F\u5B57\u5E55\u7FFB\u8BD1","subtitle.autoEnableSubtitleDescription":"\u067E\u0633 \u0627\u0632 \u0641\u0639\u0627\u0644 \u0633\u0627\u0632\u06CC\u060C \u0647\u0646\u06AF\u0627\u0645 \u067E\u062E\u0634 \u0648\u06CC\u062F\u06CC\u0648\u060C \u0632\u06CC\u0631\u0646\u0648\u06CC\u0633 \u062F\u0648\u0632\u0628\u0627\u0646\u0647 \u0628\u0647 \u0635\u0648\u0631\u062A \u062E\u0648\u062F\u06A9\u0627\u0631 \u0646\u0645\u0627\u06CC\u0634 \u062F\u0627\u062F\u0647 \u0645\u06CC \u0634\u0648\u062F\u060C \u062F\u0631 \u063A\u06CC\u0631 \u0627\u06CC\u0646 \u0635\u0648\u0631\u062A \u0628\u0627\u06CC\u062F \u0631\u0648\u06CC \u062F\u06A9\u0645\u0647 \u062A\u0631\u062C\u0645\u0647 \u06A9\u0644\u06CC\u06A9 \u06A9\u0646\u06CC\u062F \u062A\u0627 \u0646\u0645\u0627\u06CC\u0634 \u062F\u0627\u062F\u0647 \u0634\u0648\u062F.","subtitle.preTranslation":"\u0628\u0631\u0627\u06CC \u062A\u0631\u062C\u0645\u0647 \u0632\u06CC\u0631\u0646\u0648\u06CC\u0633 \u0647\u0627 \u0627\u0632 \u062A\u0631\u062C\u0645\u0647 \u0647\u0645\u0647 \u062C\u0627\u0646\u0628\u0647 \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u06A9\u0646\u06CC\u062F","subtitle.preTranslationDescription":"\u067E\u0633 \u0627\u0632 \u0641\u0639\u0627\u0644 \u06A9\u0631\u062F\u0646 \u0622\u0646\u060C \u0627\u0648\u0644\u0648\u06CC\u062A \u0628\u0627 \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u0627\u0632 \u062E\u062F\u0645\u0627\u062A \u062A\u0631\u062C\u0645\u0647 \u0645\u0634\u062E\u0635 \u0634\u062F\u0647 \u062F\u0631 \u0632\u06CC\u0631 \u0628\u0631\u0627\u06CC \u062A\u0631\u062C\u0645\u0647 \u06A9\u0644 \u0632\u06CC\u0631\u0646\u0648\u06CC\u0633 \u0627\u0632 \u0642\u0628\u0644 \u062E\u0648\u0627\u0647\u062F \u0628\u0648\u062F. \u06CC\u06A9 \u0648\u06CC\u062F\u06CC\u0648\u06CC \u06CC\u06A9 \u0633\u0627\u0639\u062A\u0647 \u062A\u0642\u0631\u06CC\u0628\u0627\u064B 50000 \u062A\u0648\u06A9\u0646 \u06CC\u0627 \u06A9\u0627\u0631\u0627\u06A9\u062A\u0631 \u0645\u0635\u0631\u0641 \u0645\u06CC \u06A9\u0646\u062F\u060C \u0628\u0646\u0627\u0628\u0631\u0627\u06CC\u0646 \u0644\u0637\u0641\u0627\u064B \u0627\u0632 \u0622\u0646 \u062F\u0631 \u0635\u0648\u0631\u062A \u0644\u0632\u0648\u0645 \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u06A9\u0646\u06CC\u062F\u061B \u067E\u0633 \u0627\u0632 \u063A\u06CC\u0631\u0641\u0639\u0627\u0644 \u0634\u062F\u0646\u060C \u0627\u0648\u0644\u0648\u06CC\u062A \u062F\u0627\u062F\u0647 \u0645\u06CC \u0634\u0648\u062F. \u0628\u0631\u0627\u06CC \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u0627\u0632 \u0632\u06CC\u0631\u0646\u0648\u06CC\u0633\u200C\u0647\u0627\u06CC \u062A\u0631\u062C\u0645\u0647\u200C\u0634\u062F\u0647 \u0645\u0627\u0634\u06CC\u0646\u06CC \u0647\u0645\u0631\u0627\u0647 \u0628\u0627 \u0648\u06CC\u062F\u06CC\u0648\u06CC \u0627\u0635\u0644\u06CC.","subtitle.humanSubtitlesPreferred":"\u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u0627\u0632 \u0632\u06CC\u0631\u0646\u0648\u06CC\u0633 \u0647\u0627\u06CC \u0627\u0646\u0633\u0627\u0646\u06CC \u0631\u0627 \u062F\u0631 \u0627\u0648\u0644\u0648\u06CC\u062A \u0642\u0631\u0627\u0631 \u062F\u0647\u06CC\u062F","subtitle.humanSubtitlesPreferredDescription":"\u0648\u0642\u062A\u06CC \u0648\u06CC\u062F\u06CC\u0648\u06CC\u06CC \u062F\u0627\u0631\u0627\u06CC \u0632\u06CC\u0631\u0646\u0648\u06CC\u0633 \u062F\u0633\u062A\u06CC \u0628\u0647 \u0632\u0628\u0627\u0646 \u0645\u0642\u0635\u062F \u0627\u0633\u062A\u060C \u0627\u0628\u062A\u062F\u0627 \u0627\u0632 \u0632\u06CC\u0631\u0646\u0648\u06CC\u0633 \u062F\u0633\u062A\u06CC \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u06A9\u0646\u06CC\u062F (\u062A\u0648\u0635\u06CC\u0647 \u0645\u06CC\u200C\u0634\u0648\u062F)",videoSubtitleTranslationDescription:"\u06CC\u06A9 \u0633\u0631\u0648\u06CC\u0633 \u062A\u0631\u062C\u0645\u0647 \u062C\u062F\u0627\u06AF\u0627\u0646\u0647 \u0628\u0631\u0627\u06CC \u0632\u06CC\u0631\u0646\u0648\u06CC\u0633 \u0648\u06CC\u062F\u06CC\u0648\u0647\u0627 \u062A\u0639\u06CC\u06CC\u0646 \u06A9\u0646\u06CC\u062F",subtitleTranslating:"\u062A\u0631\u062C\u0645\u0647 \u0632\u06CC\u0631\u0646\u0648\u06CC\u0633 \u0628\u0627 \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u0627\u0632 \u0633\u0631\u0648\u06CC\u0633 {service} \u060C \u0644\u0637\u0641\u0627 \u0635\u0628\u0631 \u06A9\u0646\u06CC\u062F... (\u062A\u0631\u062C\u0645\u0647 \u0647\u0645\u0647 \u062C\u0627\u0646\u0628\u0647)",subtitleLoading:"\u062F\u0631 \u062D\u0627\u0644 \u0628\u0627\u0631\u06AF\u06CC\u0631\u06CC \u0632\u06CC\u0631\u0646\u0648\u06CC\u0633...",bilingual:"\u062F\u0648 \u0632\u0628\u0627\u0646\u0647","field.action":"\u0627\u06CC\u0646\u06A9\u0647 \u0622\u06CC\u0627 \u0627\u0635\u0637\u0644\u0627\u062D\u0627\u062A Baidu \u0631\u0627 \u0641\u0639\u0627\u0644 \u06A9\u0646\u06CC\u062F","description.action":"\u067E\u0633 \u0627\u0632 \u0641\u0639\u0627\u0644 \u06A9\u0631\u062F\u0646\u060C \u067E\u0627\u0631\u0627\u0645\u062A\u0631 action=1 \u0628\u0647 \u062F\u0631\u062E\u0648\u0627\u0633\u062A \u0627\u0636\u0627\u0641\u0647 \u0645\u06CC\u200C\u0634\u0648\u062F \u062A\u0627 \u0628\u0647 Baidu \u0627\u0637\u0644\u0627\u0639 \u062F\u0627\u062F\u0647 \u0634\u0648\u062F \u062A\u0627 \u0627\u0635\u0637\u0644\u0627\u062D \u0641\u0639\u0627\u0644 \u0634\u0648\u062F. <1> \u0644\u0637\u0641\u0627\u064B \u0628\u0631\u0627\u06CC \u062F\u0633\u062A\u0648\u0631\u0627\u0644\u0639\u0645\u0644\u200C\u0647\u0627\u06CC \u0628\u06CC\u0634\u062A\u0631 \u0628\u0647 \u0645\u0633\u062A\u0646\u062F\u0627\u062A \u0631\u0633\u0645\u06CC \u0645\u0631\u0627\u062C\u0639\u0647 \u06A9\u0646\u06CC\u062F.",closeQuickTranslation:"\u062A\u0648\u067E \u0634\u0646\u0627\u0648\u0631 \u0631\u0627 \u0628\u0628\u0646\u062F\u06CC\u062F","closeQuickTranslation.untilNext":"\u062A\u0627 \u0628\u0627\u0632\u062F\u06CC\u062F \u0628\u0639\u062F\u06CC \u062A\u0639\u0637\u06CC\u0644 \u0627\u0633\u062A","closeQuickTranslation.currentWebsite":"\u0648\u0628 \u0633\u0627\u06CC\u062A \u0641\u0639\u0644\u06CC \u063A\u06CC\u0631\u0641\u0639\u0627\u0644 \u0627\u0633\u062A","closeQuickTranslation.alwaysClose":"\u0628\u0631\u0627\u06CC \u0647\u0645\u06CC\u0634\u0647 \u0627\u0632 \u06A9\u0627\u0631 \u0627\u0641\u062A\u0627\u062F\u0647 \u0627\u0633\u062A","closeQuickTranslation.settingOpen":"(\u062F\u0631 \u0635\u0641\u062D\u0647 \u062A\u0646\u0638\u06CC\u0645\u0627\u062A <1> \u0642\u0627\u0628\u0644 \u0645\u0634\u0627\u0647\u062F\u0647 \u0627\u0633\u062A \u0631\u0648\u0634\u0646 \u06A9\u0646)","closeQuickTranslation.cancel":"\u0644\u063A\u0648 \u06A9\u0646\u06CC\u062F","closeQuickTranslation.confirm":"\u0645\u0637\u0645\u0626\u0646","floatBall.popup":"\u067E\u0627\u0646\u0644 \u062A\u0646\u0638\u06CC\u0645\u0627\u062A \u0633\u0631\u06CC\u0639 \u0631\u0627 \u0628\u0627\u0632 \u06A9\u0646\u06CC\u062F","floatBall.translate":"\u0628\u0631\u0627\u06CC \u062A\u0631\u062C\u0645\u0647 \u0627\u06CC\u0646 \u0635\u0641\u062D\u0647 \u06A9\u0644\u06CC\u06A9 \u06A9\u0646\u06CC\u062F","floatBall.showOriginal":"\u0628\u0631\u0627\u06CC \u0628\u0627\u0632\u06AF\u0634\u062A \u0628\u0647 \u0645\u062A\u0646 \u0627\u0635\u0644\u06CC \u06A9\u0644\u06CC\u06A9 \u06A9\u0646\u06CC\u062F","floatBall.close":"\u062A\u0648\u067E \u0634\u0646\u0627\u0648\u0631 \u0631\u0627 \u0628\u0628\u0646\u062F\u06CC\u062F","floatBallOptions.enableDescPc":"\u067E\u0633 \u0627\u0632 \u0641\u0639\u0627\u0644 \u0634\u062F\u0646 \u062A\u0648\u067E \u0634\u0646\u0627\u0648\u0631 \u0635\u0641\u062D\u0647\u060C \u062F\u06A9\u0645\u0647 \u062A\u0631\u062C\u0645\u0647 \u0633\u0631\u06CC\u0639 \u062F\u0631 \u0633\u0645\u062A \u0631\u0627\u0633\u062A \u0635\u0641\u062D\u0647 \u0646\u0645\u0627\u06CC\u0634 \u062F\u0627\u062F\u0647 \u0645\u06CC \u0634\u0648\u062F.\u0628\u0631\u0627\u06CC \u062A\u0631\u062C\u0645\u0647 \u06A9\u0644\u06CC\u06A9 \u06A9\u0646\u06CC\u062F.","floatBallOptions.enableDesc":"\u5173\u95ED\u60AC\u6D6E\u7403\u540E\uFF0C\u53EF\u4EE5\u7528\u5FEB\u6377\u952E/{touch}\u5524\u8D77\u3002\u4E3A\u9632\u6B62\u4E0D\u614E\u5173\u95ED\u8BE5\u9009\u9879\u540E\u627E\u4E0D\u5230\u60AC\u6D6E\u7403\uFF0C\u5F3A\u70C8\u5EFA\u8BAE\u6536\u85CF\u672C\u8BBE\u7F6E\u9875","description.azureApiUrl":"\u0622\u062F\u0631\u0633 \u0631\u0627\u0628\u0637 API \u0633\u0641\u0627\u0631\u0634\u06CC \u0631\u0627 \u067E\u0631 \u06A9\u0646\u06CC\u062F",confirmSupportMouse:"\u786E\u8BA4\u5F53\u524D\u6D4F\u89C8\u5668\u652F\u6301\u9F20\u6807",confirmSupportMouseDescription:"\u062A\u0634\u062E\u06CC\u0635 \u062F\u0627\u062F\u0647 \u0634\u062F\u0647 \u0627\u0633\u062A \u06A9\u0647 \u0645\u0631\u0648\u0631\u06AF\u0631 \u0641\u0639\u0644\u06CC \u0627\u0632 \u0639\u0645\u0644\u06A9\u0631\u062F \u0645\u0627\u0648\u0633 \u067E\u0634\u062A\u06CC\u0628\u0627\u0646\u06CC \u0646\u0645\u06CC \u06A9\u0646\u062F. \u0622\u06CC\u0627 \u0645\u06CC \u062E\u0648\u0627\u0647\u06CC\u062F \u067E\u0634\u062A\u06CC\u0628\u0627\u0646\u06CC \u0627\u0632 \u0645\u0627\u0648\u0633 \u0631\u0627 \u0628\u0647 \u0627\u062C\u0628\u0627\u0631 \u0641\u0639\u0627\u0644 \u06A9\u0646\u06CC\u062F\u061F",sampleTargetText:"\u0634\u0628 \u0637\u0648\u0644\u0627\u0646\u06CC \u062F\u0631 \u0631\u0627\u0647 \u0627\u0633\u062A \u0648 \u0645\u0646 \u0627\u0632 \u0627\u06CC\u0646 \u0628\u0647 \u0628\u0639\u062F \u062A\u0627 \u0632\u0645\u0627\u0646\u06CC \u06A9\u0647 \u0628\u0645\u06CC\u0631\u0645 \u0645\u0631\u0627\u0642\u0628 \u062E\u0648\u0627\u0647\u0645 \u0628\u0648\u062F. \u0645\u0646 \u0646\u0647 \u0632\u0646 \u0645\u06CC\u06AF\u06CC\u0631\u0645\u060C \u0646\u0647 \u0634\u0627\u0647\u06CC\u060C \u0646\u0647 \u0641\u0631\u0632\u0646\u062F\u06CC. \u062A\u0627\u062C \u0628\u0631 \u0633\u0631 \u0646\u062E\u0648\u0627\u0647\u0645 \u06AF\u0630\u0627\u0634\u062A \u0648 \u0628\u0631\u0627\u06CC \u0627\u0641\u062A\u062E\u0627\u0631\u0627\u062A \u0645\u0633\u0627\u0628\u0642\u0647 \u0646\u0645\u06CC \u062F\u0647\u0645. \u0645\u0646 \u0648\u0638\u06CC\u0641\u0647 \u0627\u0645 \u0631\u0627 \u0635\u0627\u062F\u0642\u0627\u0646\u0647 \u0627\u0646\u062C\u0627\u0645 \u062E\u0648\u0627\u0647\u0645 \u062F\u0627\u062F\u060C \u0632\u0646\u062F\u0647 \u0645\u06CC \u0634\u0648\u0645 \u0648 \u0645\u06CC \u0645\u06CC\u0631\u0645.",sampleSourceText:"Night gathers, and now my watch begins. It shall not end until my death. I shall take no wife, hold no lands, father no children. I shall wear no crowns and win no glory. I shall live and die at my post.","subtitle.supportedSites":"\u5DF2\u652F\u6301\u5728\u8FD9\u4E9B\u7F51\u7AD9\u4F7F\u7528\u53CC\u8BED\u5B57\u5E55\uFF08\u6CE8\u610F\uFF1A\u7531\u4E8E\u6280\u672F\u9650\u5236\uFF0C\u90E8\u5206\u7F51\u7AD9\u5728\u9996\u6B21\u5F00\u542F\u5B57\u5E55\u540E\u9700\u8981\u91CD\u65B0\u5237\u65B0\u9875\u9762\uFF0C\u6216\u8005\u9700\u7B49\u5F85\u7FFB\u8BD1\u5B8C\u6210\u4EE5\u663E\u793A\u53CC\u8BED\u5B57\u5E55\uFF09\uFF1A",viewWithImmersiveTranslate:"\u53CC\u8BED\u7248\u672C(\u6C89\u6D78\u5F0F\u7FFB\u8BD1)",errorReason:"\u9519\u8BEF\u539F\u56E0\uFF1A{message}","proQuotaExceededError.onetime7day":'\uFF0C\u60A8\u53EF\u4EE5\u9009\u62E9\u4EE5\u4E0B\u65B9\u5F0F\u89E3\u51B3\uFF1A

1. \u5207\u6362\u5230 {anotherService} \u6216\u5176\u4ED6\u7FFB\u8BD1\u670D\u52A1
2. \u5347\u7EA7\u4E3A\u6708\u5EA6/\u5E74\u5EA6\u4F1A\u5458',"proQuotaExceededError.trial":'\uFF0C\u60A8\u53EF\u4EE5\u9009\u62E9\u4EE5\u4E0B\u65B9\u5F0F\u89E3\u51B3\uFF1A

1. \u5207\u6362\u5230 {anotherService} \u6216\u5176\u4ED6\u7FFB\u8BD1\u670D\u52A1
2. \u7ACB\u523B\u5347\u7EA7\u4E3A\u6B63\u5F0F\u4F1A\u5458',"proQuotaExceededError.nonTrial":'\uFF0C\u60A8\u53EF\u4EE5\u9009\u62E9\u4EE5\u4E0B\u65B9\u5F0F\u89E3\u51B3\uFF1A

1. \u5207\u6362\u5230 {anotherService} \u6216\u5176\u4ED6\u7FFB\u8BD1\u670D\u52A1
2. \u8D2D\u4E70 {translationService} \u989D\u5916\u6D41\u91CF\u5305',"proQuotaExceededError.resetTime":"
3. \u989D\u5EA6\u91CD\u7F6E\u65F6\u95F4\uFF1A{resetTime}","desc.touchShortcutsToggleTranslatePageOnlyTranslation":"\u0641\u0642\u0637 \u0645\u062A\u0646 \u062A\u0631\u062C\u0645\u0647 \u0628\u0647 \u0645\u0639\u0646\u06CC \u0627\u0633\u062A \u06A9\u0647 \u0641\u0642\u0637 \u0645\u062A\u0646 \u062A\u0631\u062C\u0645\u0647 \u0646\u0645\u0627\u06CC\u0634 \u062F\u0627\u062F\u0647 \u0645\u06CC \u0634\u0648\u062F\u060C \u0627\u06AF\u0631 \u0635\u0641\u062D\u0647 \u0648\u0628 \u0647\u0646\u0648\u0632 \u062A\u0631\u062C\u0645\u0647 \u0646\u0634\u062F\u0647 \u0627\u0633\u062A\u060C \u062D\u0627\u0644\u062A \u062A\u063A\u06CC\u06CC\u0631 \u062E\u0648\u0627\u0647\u062F \u06A9\u0631\u062F \u0648 \u062A\u0631\u062C\u0645\u0647 \u062E\u0648\u0627\u0647\u062F \u0634\u062F.","desc.toggleOnlyTransation":"\u062D\u0627\u0644\u062A \u0641\u0642\u0637 \u062A\u0631\u062C\u0645\u0647 \u0628\u0647 \u0627\u06CC\u0646 \u0645\u0639\u0646\u06CC \u0627\u0633\u062A \u06A9\u0647 \u0641\u0642\u0637 \u0645\u062A\u0646 \u062A\u0631\u062C\u0645\u0647 \u0634\u062F\u0647 \u0646\u0645\u0627\u06CC\u0634 \u062F\u0627\u062F\u0647 \u0645\u06CC \u0634\u0648\u062F\u060C \u0627\u06AF\u0631 \u0635\u0641\u062D\u0647 \u0648\u0628 \u0647\u0646\u0648\u0632 \u062A\u0631\u062C\u0645\u0647 \u0646\u0634\u062F\u0647 \u0628\u0627\u0634\u062F\u060C \u062D\u0627\u0644\u062A \u062A\u063A\u06CC\u06CC\u0631 \u062E\u0648\u0627\u0647\u062F \u06A9\u0631\u062F \u0648 \u062A\u0631\u062C\u0645\u0647 \u062E\u0648\u0627\u0647\u062F \u0634\u062F.",touchShortcutsToggleTranslatePageOnlyTranslation:"\u062A\u0646\u0638\u06CC\u0645 \u062D\u0631\u06A9\u062A \u0644\u0645\u0633\u06CC \u0635\u0641\u062D\u0647 \u0646\u0645\u0627\u06CC\u0634 \u0628\u0631\u0627\u06CC \u062A\u063A\u06CC\u06CC\u0631 \u0628\u06CC\u0646 \u062D\u0627\u0644\u062A \u062F\u0648\u0632\u0628\u0627\u0646\u0647 / \u0641\u0642\u0637 \u0645\u062A\u0646 \u062A\u0631\u062C\u0645\u0647 \u0634\u062F\u0647",download_started:"\u062F\u0627\u0646\u0644\u0648\u062F \u0634\u0631\u0648\u0639 \u0634\u062F\u0647 \u0627\u0633\u062A \u060C \u0627\u06AF\u0631 \u0628\u0647 \u0637\u0648\u0631 \u062E\u0648\u062F\u06A9\u0627\u0631 \u062F\u0627\u0646\u0644\u0648\u062F \u0646\u0634\u062F \u060C \u0644\u0637\u0641\u0627\u064B \u0628\u0647 \u0635\u0648\u0631\u062A \u062F\u0633\u062A\u06CC \u062F\u0627\u0646\u0644\u0648\u062F \u06A9\u0646\u06CC\u062F.",here:"\u0627\u06CC\u0646\u062C\u0627","translationFont.customPlaceholder":"\u0641\u0648\u0646\u062A",translationFont:"\u062A\u0646\u0638\u06CC\u0645 \u0641\u0648\u0646\u062A",batchEdit:"\u0639\u0645\u0644\u06CC\u0627\u062A \u062F\u0633\u062A\u0647 \u062C\u0645\u0639\u06CC","translationModeLang.translation.title":"\u0641\u0642\u0637 \u062D\u0627\u0644\u062A \u062A\u0631\u062C\u0645\u0647 \u0632\u0628\u0627\u0646","error.goReset":"\u0628\u0627\u0632\u0646\u0634\u0627\u0646\u06CC \u06A9\u0646\u06CC\u062F","translationFont.custom":"\u0648\u0631\u0648\u062F \u0641\u0648\u0646\u062A \u0633\u0641\u0627\u0631\u0634\u06CC","error.serveConfigError":"\u062E\u0637\u0627\u06CC \u067E\u06CC\u06A9\u0631\u0628\u0646\u062F\u06CC \u0633\u0631\u0648\u06CC\u0633",detectServiceLoading:"\u062F\u0631 \u062D\u0627\u0644 \u0628\u0631\u0631\u0633\u06CC \u062E\u062F\u0645\u0627\u062A \u062A\u0631\u062C\u0645\u0647 \u0645\u0648\u062C\u0648\u062F...","touch.mouse-translate":"\u062A\u0631\u062C\u0645\u0647 \u067E\u0627\u0631\u0627\u06AF\u0631\u0627\u0641 \u0645\u0634\u062E\u0635","translationModeUrl.translation.title":"\u0622\u062F\u0631\u0633 \u0627\u06CC\u0646\u062A\u0631\u0646\u062A\u06CC \u062D\u0627\u0644\u062A \u0641\u0642\u0637 \u062A\u0631\u062C\u0645\u0647","translationServices.inherit":"\u0628\u0627 \u062E\u062F\u0645\u0627\u062A \u062A\u0631\u062C\u0645\u0647 \u0627\u0635\u0644\u06CC \u062F\u0646\u0628\u0627\u0644 \u06A9\u0646\u06CC\u062F","error.reloadPageOfSetting":"\u067E\u0633 \u0627\u0632 \u067E\u06CC\u06A9\u0631\u0628\u0646\u062F\u06CC\u060C \u0644\u0637\u0641\u0627 \u0635\u0641\u062D\u0647 \u0631\u0627 \u062F\u0648\u0628\u0627\u0631\u0647 \u062A\u0627\u0632\u0647 \u06A9\u0646\u06CC\u062F \u0648 \u062F\u0648\u0628\u0627\u0631\u0647 \u062A\u0631\u062C\u0645\u0647 \u06A9\u0646\u06CC\u062F.","error.configError":"\u0627\u0637\u0644\u0627\u0639\u0627\u062A \u067E\u06CC\u06A9\u0631\u0628\u0646\u062F\u06CC \u063A\u06CC\u0631 \u0645\u0639\u0645\u0648\u0644\u06CC \u0627\u0633\u062A","error.proTokenInvalid":"\u0627\u06AF\u0631 \u06A9\u0627\u0631\u0628\u0631 Pro \u0647\u0633\u062A\u06CC\u062F\u060C \u0644\u0637\u0641\u0627\u064B \u067E\u0633 \u0627\u0632 \u0648\u0631\u0648\u062F \u0627\u0632 \u062E\u062F\u0645\u0627\u062A \u062A\u0631\u062C\u0645\u0647 Pro \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u06A9\u0646\u06CC\u062F.",videoSubtitlePreTranslationOff:"\u0632\u06CC\u0631\u0646\u0648\u06CC\u0633 \u0648\u06CC\u062F\u06CC\u0648 \u0627\u0648\u0644\u0648\u06CC\u062A \u062E\u0648\u0627\u0647\u062F \u062F\u0627\u062F \u0628\u0647 \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u0627\u0632 \u0632\u06CC\u0631\u0646\u0648\u06CC\u0633 \u0645\u0627\u0634\u06CC\u0646\u06CC \u0645\u0648\u062C\u0648\u062F \u062F\u0631 \u0648\u06CC\u062F\u06CC\u0648 \u0627\u0635\u0644\u06CC",toggleToService:"\u0628\u0647 {service} \u062A\u063A\u06CC\u06CC\u0631 \u062F\u0647\u06CC\u062F \u0648 \u062F\u0648\u0628\u0627\u0631\u0647 \u0627\u0645\u062A\u062D\u0627\u0646 \u06A9\u0646\u06CC\u062F","error.proUpgrade":"\u067E\u0633 \u0627\u0632 \u0627\u0631\u062A\u0642\u0627\u060C \u0644\u0637\u0641\u0627 \u0635\u0641\u062D\u0647 \u0631\u0627 \u062F\u0648\u0628\u0627\u0631\u0647 \u062A\u0631\u062C\u0645\u0647 \u06A9\u0646\u06CC\u062F.",enableSentryReport:"\u0648\u0642\u062A\u06CC \u062E\u0637\u0627\u06CC \u06AF\u0633\u062A\u0631\u0634 \u0631\u062E \u0645\u06CC \u062F\u0647\u062F\u060C \u0628\u0627 \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u0627\u0632 Sentry \u0628\u0631\u0627\u06CC \u0627\u0631\u0633\u0627\u0644 \u0628\u0627\u0632\u062E\u0648\u0631\u062F \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u06A9\u0646\u06CC\u062F.","error.403":"\u062E\u062F\u0645\u062A \u062E\u0637\u0627\u06CC \u0628\u0631\u06AF\u0634\u062A \u062F\u0627\u062F\u0647 \u0627\u0633\u062A\u060C \u0645\u0648\u0642\u062A\u0627\u064B \u0627\u062C\u0627\u0632\u0647 \u062F\u0633\u062A\u0631\u0633\u06CC \u0628\u0647 \u0627\u06CC\u0646 \u062E\u062F\u0645\u062A \u0631\u0627 \u0646\u062F\u0627\u0631\u06CC\u062F.",videoSubtitlePreTranslationOn:"\u0632\u06CC\u0631\u0646\u0648\u06CC\u0633 \u0647\u0627\u06CC \u0648\u06CC\u062F\u06CC\u0648 \u0628\u0647 \u0637\u0648\u0631 \u0627\u0648\u0644\u0648\u06CC\u062A\u06CC \u0627\u0632 \u062A\u0631\u062C\u0645\u0647 \u0641\u0631\u0648 \u0631\u0641\u062A\u06AF\u06CC \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u062E\u0648\u0627\u0647\u062F \u06A9\u0631\u062F.","translationModeUrl.translation.description":"\u0648\u0642\u062A\u06CC \u0648\u0628 \u0633\u0627\u06CC\u062A \u0628\u0631\u0627\u06CC \u062F\u0627\u0645\u0646\u0647 \u0647\u0627\u06CC \u0632\u06CC\u0631 \u0627\u0633\u062A\u060C \u0628\u0647 \u0637\u0648\u0631 \u062E\u0648\u062F\u06A9\u0627\u0631 \u0627\u0632 \u062D\u0627\u0644\u062A \u0641\u0642\u0637 \u0645\u062A\u0646 \u062A\u0631\u062C\u0645\u0647 \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u0645\u06CC \u06A9\u0646\u062F.","error.502":"\u062E\u062F\u0645\u062A \u062E\u0637\u0627 \u062F\u0627\u062F\u0647 \u0627\u0633\u062A\u060C \u062E\u062F\u0645\u062A \u0628\u0647 \u062A\u0627\u062E\u06CC\u0631 \u0627\u0641\u062A\u0627\u062F\u0647 \u0627\u0633\u062A\u060C \u0644\u0637\u0641\u0627 \u0628\u0639\u062F\u0627 \u062F\u0648\u0628\u0627\u0631\u0647 \u0627\u0645\u062A\u062D\u0627\u0646 \u06A9\u0646\u06CC\u062F.","error.openAIExceededQuota":"\u062E\u0637\u0627\u06CC \u0628\u0627\u0632\u06AF\u0634\u062A \u0633\u0631\u0648\u06CC\u0633: \u0645\u0648\u062C\u0648\u062F\u06CC \u062D\u0633\u0627\u0628 OpenAI \u0634\u0645\u0627 \u06A9\u0627\u0641\u06CC \u0646\u06CC\u0633\u062A\u060C \u0644\u0637\u0641\u0627\u064B \u0627\u0632 \u0637\u0631\u06CC\u0642 \u067E\u0646\u0644 \u0645\u062F\u06CC\u0631\u06CC\u062A\u06CC \u0631\u0633\u0645\u06CC OpenAI \u0634\u0627\u0631\u0698 \u06A9\u0646\u06CC\u062F \u06CC\u0627 \u06A9\u0627\u0631\u062A \u0627\u0639\u062A\u0628\u0627\u0631\u06CC \u062E\u0648\u062F \u0631\u0627 \u0645\u062A\u0635\u0644 \u06A9\u0646\u06CC\u062F.","translationModeLang.translation.description":"\u0648\u0642\u062A\u06CC \u0632\u0628\u0627\u0646 \u0635\u0641\u062D\u0647 \u0628\u0647 \u0632\u0628\u0627\u0646\u0647\u0627\u06CC \u0632\u06CC\u0631 \u0627\u0633\u062A\u060C \u0628\u0647 \u0637\u0648\u0631 \u062E\u0648\u062F\u06A9\u0627\u0631 \u0627\u0632 \u062D\u0627\u0644\u062A \u062A\u0631\u062C\u0645\u0647 \u0641\u0642\u0637 \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u0645\u06CC \u0634\u0648\u062F","error.429":"\u062E\u062F\u0645\u062A \u062E\u0637\u0627 \u0631\u0627 \u0628\u0631\u0645\u06CC \u06AF\u0631\u062F\u0627\u0646\u062F\u060C \u06A9\u0647 \u0646\u0634\u0627\u0646 \u0645\u06CC \u062F\u0647\u062F \u062F\u0631\u062E\u0648\u0627\u0633\u062A \u0628\u06CC\u0634 \u0627\u0632 \u062D\u062F \u0645\u06A9\u0631\u0631 \u06CC\u0627 \u0628\u06CC\u0634 \u0627\u0632 \u062D\u062F \u0645\u062D\u062F\u0648\u062F\u06CC\u062A \u0627\u0633\u062A\u060C \u0644\u0637\u0641\u0627 \u0628\u0639\u062F\u0627 \u062F\u0648\u0628\u0627\u0631\u0647 \u0627\u0645\u062A\u062D\u0627\u0646 \u06A9\u0646\u06CC\u062F.","error.400":"\u062E\u0637\u0627\u06CC\u06CC \u062F\u0631 \u0628\u0627\u0632\u06AF\u0634\u062A \u062E\u062F\u0645\u0627\u062A \u0631\u062E \u062F\u0627\u062F\u0647 \u0627\u0633\u062A \u060C \u067E\u0627\u0631\u0627\u0645\u062A\u0631 \u062F\u0631\u062E\u0648\u0627\u0633\u062A \u0627\u0634\u062A\u0628\u0627\u0647 \u0627\u0633\u062A \u060C \u0644\u0637\u0641\u0627\u064B \u067E\u06CC\u06A9\u0631\u0628\u0646\u062F\u06CC \u0645\u0631\u0628\u0648\u0637\u0647 \u0631\u0627 \u0628\u0631\u0631\u0633\u06CC \u06A9\u0646\u06CC\u062F.","error.googleLimitIp":"\u062E\u062F\u0645\u062A \u062E\u0637\u0627 \u0631\u0627 \u0628\u0631\u0645\u06CC \u06AF\u0631\u062F\u0627\u0646\u062F \u060C \u062E\u062F\u0645\u0627\u062A \u06AF\u0648\u06AF\u0644 \u0628\u0631\u0627\u06CC \u0627\u06CC\u0646 \u0622\u062F\u0631\u0633 IP \u0645\u062D\u062F\u0648\u062F \u0634\u062F\u0647 \u0627\u0633\u062A \u060C \u067E\u06CC\u0634\u0646\u0647\u0627\u062F \u0645\u06CC \u06A9\u0646\u06CC\u0645 \u0634\u0645\u0627 \u0646\u0648\u062F \u0634\u0628\u06A9\u0647 \u0631\u0627 \u062A\u063A\u06CC\u06CC\u0631 \u062F\u0647\u06CC\u062F.","translationFont.notSupportErrorMessage":"\u0644\u0637\u0641\u0627\u064B \u0646\u0627\u0645 \u0641\u0648\u0646\u062A\u06CC \u06A9\u0647 \u0648\u0627\u0631\u062F \u06A9\u0631\u062F\u0647 \u0627\u06CC\u062F \u0631\u0627 \u0628\u0631\u0631\u0633\u06CC \u06A9\u0646\u06CC\u062F \u062A\u0627 \u0645\u0637\u0645\u0626\u0646 \u0634\u0648\u06CC\u062F \u06A9\u0647 \u062F\u0631\u0633\u062A \u0627\u0633\u062A\u060C \u06CC\u0627 \u062A\u0623\u06CC\u06CC\u062F \u06A9\u0646\u06CC\u062F \u06A9\u0647 \u0627\u06CC\u0646 \u0641\u0648\u0646\u062A \u0628\u0631 \u0631\u0648\u06CC \u062F\u0633\u062A\u06AF\u0627\u0647 \u0634\u0645\u0627 \u0646\u0635\u0628 \u0634\u062F\u0647 \u0627\u0633\u062A.","error.gemini.429":"\u062E\u062F\u0645\u062A Gemini \u062F\u0631 \u062D\u0627\u0644 \u062D\u0627\u0636\u0631 \u0628\u0647 \u0638\u0631\u0641\u06CC\u062A \u062D\u062F\u0627\u06A9\u062B\u0631\u06CC \u062E\u0648\u062F \u0631\u0633\u06CC\u062F\u0647 \u0627\u0633\u062A\u060C \u0644\u0637\u0641\u0627\u064B \u0628\u0639\u062F\u0627\u064B \u062F\u0648\u0628\u0627\u0631\u0647 \u0627\u0645\u062A\u062D\u0627\u0646 \u06A9\u0646\u06CC\u062F \u06CC\u0627 \u0628\u0647 \u0633\u0631\u0648\u06CC\u0633 \u062A\u0631\u062C\u0645\u0647 \u062F\u06CC\u06AF\u0631\u06CC \u062A\u063A\u06CC\u06CC\u0631 \u062F\u0647\u06CC\u062F.","desc.toggleVideoSubtitlePreTranslation":"\u0628\u0639\u062F \u0641\u0634\u0627\u0631\u060C \u0632\u06CC\u0631\u0646\u0648\u06CC\u0633 \u062F\u0648\u0632\u0628\u0627\u0646\u0647 \u0648\u06CC\u062F\u06CC\u0648 \u0627\u0648\u0644\u0648\u06CC\u062A \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u0627\u0632 \u062A\u0646\u0638\u06CC\u0645\u0627\u062A \u062A\u0631\u062C\u0645\u0647 \u063A\u0648\u0637\u0647 \u0648\u0631 \u062E\u0648\u0627\u0647\u062F \u062F\u0627\u0634\u062A\u060C \u0628\u0627 \u0641\u0634\u0627\u0631 \u062F\u0648\u0628\u0627\u0631\u0647\u060C \u0627\u0648\u0644\u0648\u06CC\u062A \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u0627\u0632 \u0632\u06CC\u0631\u0646\u0648\u06CC\u0633 \u0645\u0627\u0634\u06CC\u0646\u06CC \u0627\u0635\u0644\u06CC \u0648\u06CC\u062F\u06CC\u0648 \u062E\u0648\u0627\u0647\u062F \u0628\u0648\u062F\u060C \u062A\u0648\u062C\u0647 \u062F\u0627\u0634\u062A\u0647 \u0628\u0627\u0634\u06CC\u062F: \u0627\u06CC\u0646 \u0645\u06CC\u0627\u0646\u0628\u0631 \u062A\u0646\u0638\u06CC\u0645\u0627\u062A \u062C\u0647\u0627\u0646\u06CC \u0631\u0627 \u062A\u063A\u06CC\u06CC\u0631 \u0645\u06CC \u062F\u0647\u062F.","error.openAIFreeLimit":"\u062E\u062F\u0645\u062A \u062E\u0637\u0627 \u0631\u0627 \u0628\u0631\u0645\u06CC \u06AF\u0631\u062F\u0627\u0646\u062F\u060C \u0641\u0631\u06A9\u0627\u0646\u0633 \u062F\u0631\u062E\u0648\u0627\u0633\u062A \u062A\u0631\u062C\u0645\u0647 \u0641\u0639\u0644\u06CC \u0628\u0647 \u062D\u062F\u0627\u06A9\u062B\u0631 3 \u0628\u0627\u0631 \u062F\u0631 \u062F\u0642\u06CC\u0642\u0647 \u0631\u0633\u06CC\u062F\u0647 \u0627\u0633\u062A\u060C \u0644\u0637\u0641\u0627\u064B \u0628\u0639\u062F\u0627\u064B \u062F\u0648\u0628\u0627\u0631\u0647 \u0627\u0645\u062A\u062D\u0627\u0646 \u06A9\u0646\u06CC\u062F. (\u0627\u06CC\u0646 \u0645\u062D\u062F\u0648\u062F\u06CC\u062A \u0631\u0633\u0645\u06CC OpenAI \u0628\u0631\u0627\u06CC API Key \u0631\u0627\u06CC\u06AF\u0627\u0646 \u0627\u0633\u062A\u060C \u0628\u0631\u0627\u06CC \u0631\u0641\u0639 \u0627\u06CC\u0646 \u0645\u062D\u062F\u0648\u062F\u06CC\u062A\u060C \u0644\u0637\u0641\u0627\u064B \u06A9\u0627\u0631\u062A \u0627\u0639\u062A\u0628\u0627\u0631\u06CC \u062E\u0648\u062F \u0631\u0627 \u062F\u0631 \u067E\u0646\u0644 OpenAI \u0645\u062A\u0635\u0644 \u06A9\u0646\u06CC\u062F.)","error.serveUnavailable":"\u062E\u062F\u0645\u062A [{serverName}] \u06A9\u0647 \u062F\u0631 \u062D\u0627\u0644 \u062D\u0627\u0636\u0631 \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u0645\u06CC \u06A9\u0646\u06CC\u062F \u0628\u0647 \u062F\u0644\u06CC\u0644 \u0645\u0634\u06A9\u0644\u0627\u062A \u0627\u062A\u0635\u0627\u0644 \u0628\u0647 \u0634\u0628\u06A9\u0647 \u06CC\u0627 \u0645\u0634\u06A9\u0644\u0627\u062A \u0627\u0631\u0627\u0626\u0647 \u062F\u0647\u0646\u062F\u0647 \u062E\u062F\u0645\u0627\u062A \u0645\u0648\u0642\u062A\u0627\u064B \u0642\u0627\u0628\u0644 \u062F\u0633\u062A\u0631\u0633\u06CC \u0646\u06CC\u0633\u062A. \u067E\u06CC\u0634\u0646\u0647\u0627\u062F \u0645\u06CC \u06A9\u0646\u06CC\u0645 \u0635\u0641\u062D\u0647 \u0631\u0627 \u062A\u0627\u0632\u0647 \u06A9\u0646\u06CC\u062F \u06CC\u0627 \u0627\u0632 \u0637\u0631\u06CC\u0642 <1>\u062A\u0646\u0638\u06CC\u0645\u0627\u062A \u0628\u0647 \u062E\u062F\u0645\u0627\u062A \u062A\u0631\u062C\u0645\u0647 \u062F\u06CC\u06AF\u0631\u06CC \u062A\u063A\u06CC\u06CC\u0631 \u062F\u0647\u06CC\u062F. \u0627\u06AF\u0631 \u0634\u0645\u0627 \u0639\u0636\u0648 <2>Pro \u0647\u0633\u062A\u06CC\u062F\u060C \u0645\u06CC \u062A\u0648\u0627\u0646\u06CC\u062F \u0627\u0632 \u062E\u062F\u0645\u0627\u062A \u062A\u0631\u062C\u0645\u0647 \u067E\u0627\u06CC\u062F\u0627\u0631\u062A\u0631 DeepL \u06CC\u0627 OpenAI \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u06A9\u0646\u06CC\u062F (<3>\u0627\u06CC\u0646\u062C\u0627 \u0631\u0627 \u0628\u0631\u0627\u06CC \u062A\u062C\u0631\u0628\u0647 \u0631\u0627\u06CC\u06AF\u0627\u0646 \u06A9\u0644\u06CC\u06A9 \u06A9\u0646\u06CC\u062F). \u0639\u0644\u0627\u0648\u0647 \u0628\u0631 \u0627\u06CC\u0646\u060C \u0645\u0645\u06A9\u0646 \u0627\u0633\u062A \u0646\u06CC\u0627\u0632 \u0628\u0627\u0634\u062F \u062A\u0646\u0638\u06CC\u0645\u0627\u062A \u0634\u0628\u06A9\u0647 \u06CC\u0627 \u067E\u0631\u0648\u06A9\u0633\u06CC \u062E\u0648\u062F \u0631\u0627 \u0628\u0631\u0631\u0633\u06CC \u06A9\u0646\u06CC\u062F.","widget.translateFile":"PDF/ePub",goLogin:"\u0648\u0631\u0648\u062F \u06A9\u0646\u06CC\u062F",notLogin:"\u0648\u0631\u0648\u062F \u0646\u0634\u062F\u0647 \u0627\u0633\u062A","error.reason":"\u062F\u0644\u06CC\u0644 \u062E\u0637\u0627",shortcutSettings:"\u0645\u06CC\u0627\u0646\u0628\u0631",alwaysTranslate:"\u0647\u0645\u06CC\u0634\u0647 \u062A\u0631\u062C\u0645\u0647 \u06A9\u0646\u06CC\u062F","translationServices.gemini":"\u062C\u0645\u0646\u06CC","slide.left":"\u0628\u0647 \u0631\u0627\u0633\u062A \u0628\u06A9\u0634\u06CC\u062F",loggedIn:"\u0648\u0627\u0631\u062F \u0634\u062F\u0647 \u0627\u06CC\u062F","floatBall.iKnow":"\u0645\u0646 \u0645\u06CC \u062F\u0627\u0646\u0645","intro.floatBallTitle":"\u062A\u0631\u062C\u0645\u0647 \u0633\u0631\u06CC\u0639 \u0628\u0627\u0644 \u0634\u0646\u0627\u0648\u0631","shortcutGroup.touch":"\u0698\u0633\u062A \u0647\u0627\u06CC \u062E\u0627\u0635 \u0635\u0641\u062D\u0647 \u0644\u0645\u0633\u06CC","tagsInput.add":"+ \u0627\u0636\u0627\u0641\u0647 \u06A9\u0631\u062F\u0646",shortcutSettingsTitle:"\u062A\u0646\u0638\u06CC\u0645\u0627\u062A \u0645\u06CC\u0627\u0646\u0628\u0631","widget.instruction":"\u062F\u0633\u062A\u0648\u0631\u0627\u0644\u0639\u0645\u0644 \u0627\u0633\u062A\u0641\u0627\u062F\u0647",touchShortcutsOff:"\u0628\u0633\u062A\u0647 \u0634\u062F\u0646","shortcutGroup.others":"\u06A9\u0644\u06CC\u062F\u0647\u0627\u06CC \u0645\u06CC\u0627\u0646\u0628\u0631 \u0633\u0641\u0627\u0631\u0634\u06CC \u0628\u06CC\u0634\u062A\u0631","error.subscriptionExpiredTitle":"\u0639\u0636\u0648\u06CC\u062A \u0645\u0646\u0642\u0636\u06CC \u0634\u062F\u0647 \u0627\u0633\u062A","error.retry":"\u062A\u0644\u0627\u0634 \u0645\u062C\u062F\u062F",neverTranslate:"\u0647\u0631\u06AF\u0632 \u062A\u0631\u062C\u0645\u0647 \u0646\u0645\u06CC \u06A9\u0646\u0645",networkError:"\u062E\u062F\u0645\u0627\u062A \u062A\u0631\u062C\u0645\u0647 \u06CC\u0627 \u0634\u0628\u06A9\u0647 \u0645\u0634\u06A9\u0644 \u062F\u0627\u0631\u062F","widget.translateFileTooltip":"\u062A\u0631\u062C\u0645\u0647 \u0627\u0633\u0646\u0627\u062F PDF\u060C EPUB\u060C SRT\u060C ASS\u060C HTML \u0648 TXT","slide.right":"\u0628\u0647 \u0686\u067E \u0628\u06A9\u0634\u06CC\u062F","multipleClick.3":"\u0633\u0647 \u0636\u0631\u0628\u0647 \u0645\u062A\u0648\u0627\u0644\u06CC","multipleClick.4":"\u0686\u0647\u0627\u0631 \u0636\u0631\u0628\u0647 \u0645\u062A\u0648\u0627\u0644\u06CC",pickAll:"\u0627\u0646\u062A\u062E\u0627\u0628 \u0647\u0645\u0647",contact:"\u0628\u0627 \u0645\u0627 \u062A\u0645\u0627\u0633 \u0628\u06AF\u06CC\u0631\u06CC\u062F","subtitle.bilingual":"\u0632\u06CC\u0631\u0646\u0648\u06CC\u0633 \u062F\u0648\u0632\u0628\u0627\u0646\u0647","shortcutGroup.shortcutsForTranslationServices":"\u06A9\u0644\u06CC\u062F\u0647\u0627\u06CC \u0645\u06CC\u0627\u0646\u0628\u0631 \u0645\u0631\u0628\u0648\u0637 \u0628\u0647 \u062E\u062F\u0645\u0627\u062A \u062A\u0631\u062C\u0645\u0647",buildSnapshots:"\u0627\u06CC\u062C\u0627\u062F \u0639\u06A9\u0633 \u0641\u0648\u0631\u06CC \u0627\u0632 \u0635\u0641\u062D\u0647 \u0648\u0628","widget.instructionTooltip":"\u062F\u0633\u062A\u0648\u0631\u0627\u0644\u0639\u0645\u0644 \u0631\u0627 \u0628\u0631\u0631\u0633\u06CC \u06A9\u0646\u06CC\u062F","widget.videoSubtitle":"\u0632\u06CC\u0631\u0646\u0648\u06CC\u0633 \u0648\u06CC\u062F\u06CC\u0648","multipleClick.2":"\u062F\u0648\u0628\u0627\u0631 \u06A9\u0644\u06CC\u06A9 \u06A9\u0646\u06CC\u062F","subtitle.autoDisableSubtitle":"\u0632\u06CC\u0631\u0646\u0648\u06CC\u0633 \u062F\u0648\u0632\u0628\u0627\u0646\u0647 \u0628\u0647 \u0635\u0648\u0631\u062A \u062E\u0648\u062F\u06A9\u0627\u0631 \u0641\u0639\u0627\u0644 \u0646\u0645\u06CC \u0634\u0648\u062F",mouseHoverCustomKeyTitle:"\u0633\u0641\u0627\u0631\u0634\u06CC \u06A9\u0631\u062F\u0646 \u0645\u06CC\u0627\u0646\u0628\u0631 \u0645\u0648\u0633 \u062F\u0631 \u062D\u0627\u0644\u062A \u0634\u0646\u0627\u0648\u0631","browser.translateWithOpenAI":"\u0627\u0632 OpenAI \u0628\u0631\u0627\u06CC \u062A\u0631\u062C\u0645\u0647 \u0645\u0648\u0642\u062A\u06CC \u0635\u0641\u062D\u0647 \u0641\u0639\u0644\u06CC \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u06A9\u0646\u06CC\u062F",neverTranslateThisSite:"\u0647\u0631\u06AF\u0632 \u0627\u06CC\u0646 \u0648\u0628\u0633\u0627\u06CC\u062A \u0631\u0627 \u062A\u0631\u062C\u0645\u0647 \u0646\u06A9\u0646\u06CC\u062F","browser.translateInputBox":"\u062A\u0631\u062C\u0645\u0647 \u0645\u062D\u062A\u0648\u0627\u06CC \u062C\u0639\u0628\u0647 \u0648\u0631\u0648\u062F\u06CC \u0641\u0639\u0644\u06CC","subtitle.hideQuickButton":"\u062F\u06CC\u06AF\u0631 \u0627\u06CC\u0646 \u0645\u06CC\u0627\u0646\u0628\u0631 \u0631\u0627 \u0646\u0634\u0627\u0646 \u0646\u062F\u0647","subtitle.showQuickButton":"\u062F\u0631 \u067E\u062E\u0634 \u06A9\u0646\u0646\u062F\u0647\u060C \u0645\u06CC\u0627\u0646\u0628\u0631 \u0632\u06CC\u0631\u0646\u0648\u06CC\u0633 \u062F\u0648\u0632\u0628\u0627\u0646\u0647 \u0646\u0645\u0627\u06CC\u0634 \u062F\u0627\u062F\u0647 \u0634\u0648\u062F","browser.translateWithTransmart":"\u0627\u0632 \u062A\u0631\u062C\u0645\u0647 \u0645\u0648\u0642\u062A\u06CC \u062A\u0646\u0633\u0646\u062A \u0628\u0631\u0627\u06CC \u0635\u0641\u062D\u0647 \u0641\u0639\u0644\u06CC \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u06A9\u0646\u06CC\u062F","intro.hoverTitle":"\u0645\u0648\u0634\u0648\u0627\u0631\u0647 \u0631\u0627 \u0628\u0631 \u0631\u0648\u06CC \u067E\u0627\u0631\u0627\u06AF\u0631\u0627\u0641 \u0641\u0639\u0644\u06CC \u0628\u06AF\u0630\u0627\u0631\u06CC\u062F \u062A\u0627 \u062A\u0631\u062C\u0645\u0647 \u0634\u0648\u062F","shortcutGroup.mouse":"\u062A\u0646\u0638\u06CC\u0645\u0627\u062A \u0645\u06CC\u0627\u0646\u0628\u0631 \u0645\u0648\u0633 \u062F\u0631 \u062D\u0627\u0644\u062A \u0634\u0646\u0627\u0648\u0631",temprarilyChangeTranslationTo_openai:"\u062F\u0631 \u062D\u0627\u0644 \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u0627\u0632 OpenAI \u0628\u0631\u0627\u06CC \u062A\u0631\u062C\u0645\u0647 \u0635\u0641\u062D\u0647 \u0641\u0639\u0644\u06CC \u0647\u0633\u062A\u0645","browser.translateWithDeepL":"\u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u0645\u0648\u0642\u062A \u0627\u0632 DeepL \u0628\u0631\u0627\u06CC \u062A\u0631\u062C\u0645\u0647 \u0635\u0641\u062D\u0647 \u0641\u0639\u0644\u06CC",translationOnlyMode:"\u0641\u0642\u0637 \u062D\u0627\u0644\u062A \u062A\u0631\u062C\u0645\u0647","widget.videoSubtitleTooltip":"\u067E\u0634\u062A\u06CC\u0628\u0627\u0646\u06CC \u0627\u0632 Youtube \u0648 {count}+ \u0633\u0627\u06CC\u062A \u0648\u06CC\u062F\u06CC\u0648\u06CC\u06CC \u062F\u06CC\u06AF\u0631",paragraphMinTextCountField:"\u062A\u0639\u062F\u0627\u062F \u06A9\u0645\u062A\u0631\u06CC\u0646 \u06A9\u0627\u0631\u0627\u06A9\u062A\u0631\u0647\u0627\u06CC \u0645\u0648\u0631\u062F \u0646\u06CC\u0627\u0632 \u0628\u0631\u0627\u06CC \u062A\u0631\u062C\u0645\u0647 \u067E\u0627\u0631\u0627\u06AF\u0631\u0627\u0641",temprarilyChangeTranslationTo_gemini:"\u062F\u0631 \u062D\u0627\u0644 \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u0627\u0632 Gemini \u0628\u0631\u0627\u06CC \u062A\u0631\u062C\u0645\u0647 \u0635\u0641\u062D\u0647 \u0641\u0639\u0644\u06CC \u0647\u0633\u062A\u0645","shortcutGroup.main":"\u0645\u06CC\u0627\u0646\u0628\u0631\u0647\u0627\u06CC \u06A9\u0644\u06CC\u062F\u06CC \u0639\u0645\u0644\u06A9\u0631\u062F \u0631\u0627\u06CC\u062C",temprarilyChangeTranslationTo_deepl:"\u062F\u0631 \u062D\u0627\u0644 \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u0627\u0632 \u062A\u0631\u062C\u0645\u0647 DeepL \u0628\u0631\u0627\u06CC \u0635\u0641\u062D\u0647 \u0641\u0639\u0644\u06CC",temprarilyChangeTranslationTo_transmart:"\u062F\u0631 \u062D\u0627\u0644 \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u0627\u0632 \u062A\u0631\u062C\u0645\u0647 \u062A\u0646\u0633\u0646\u062A \u0628\u0631\u0627\u06CC \u0635\u0641\u062D\u0647 \u0641\u0639\u0644\u06CC",alwaysTranslateThisSite:"\u0647\u0645\u06CC\u0634\u0647 \u0627\u06CC\u0646 \u0648\u0628\u0633\u0627\u06CC\u062A \u0631\u0627 \u062A\u0631\u062C\u0645\u0647 \u06A9\u0646\u06CC\u062F","browser.translateWithBing":"\u0627\u0632 \u062A\u0631\u062C\u0645\u0647 \u0645\u0627\u06CC\u06A9\u0631\u0648\u0633\u0627\u0641\u062A \u0628\u0631\u0627\u06CC \u062A\u0631\u062C\u0645\u0647 \u0645\u0648\u0642\u062A\u06CC \u0635\u0641\u062D\u0647 \u0641\u0639\u0644\u06CC \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u06A9\u0646\u06CC\u062F",upgradeToProErrorTitle:"\u0644\u0637\u0641\u0627\u064B \u0628\u0647 \u0639\u0636\u0648\u06CC\u062A Pro \u0627\u0631\u062A\u0642\u0627 \u062F\u0647\u06CC\u062F \u0648 \u0633\u067E\u0633 \u0627\u0632 \u0627\u06CC\u0646 \u062E\u062F\u0645\u062A \u062A\u0631\u062C\u0645\u0647 \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u06A9\u0646\u06CC\u062F","intro.subtitleTitle":"\u0646\u0645\u0627\u06CC\u0634 \u0632\u06CC\u0631\u0646\u0648\u06CC\u0633 \u062F\u0648\u0632\u0628\u0627\u0646\u0647 \u0648\u06CC\u062F\u06CC\u0648\u06CC \u0622\u0646\u0644\u0627\u06CC\u0646",temprarilyChangeTranslationTo_bing:"\u062F\u0631 \u062D\u0627\u0644 \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u0627\u0632 \u062A\u0631\u062C\u0645\u0647 \u0645\u0627\u06CC\u06A9\u0631\u0648\u0633\u0627\u0641\u062A \u0628\u0631\u0627\u06CC \u0635\u0641\u062D\u0647 \u0641\u0639\u0644\u06CC \u0647\u0633\u062A\u0645",touchShortcutsToggleTranslationMask:"\u062A\u0646\u0638\u06CC\u0645 \u0646\u0645\u0627\u06CC\u0634 \u0698\u0633\u062A \u0644\u0645\u0633\u06CC \u0628\u0631\u0627\u06CC \u0646\u0645\u0627\u06CC\u0634 \u0645\u062A\u0646 \u062A\u0631\u062C\u0645\u0647 / \u0646\u0645\u0627\u06CC\u0634 \u0645\u062A\u0646 \u0627\u0635\u0644\u06CC","browser.translateWithGemini":"\u0628\u0647 \u0637\u0648\u0631 \u0645\u0648\u0642\u062A \u0627\u0632 Gemini \u0628\u0631\u0627\u06CC \u062A\u0631\u062C\u0645\u0647 \u0635\u0641\u062D\u0647 \u0641\u0639\u0644\u06CC \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u06A9\u0646\u06CC\u062F","browser.toggleVideoSubtitlePreTranslation":"\u062A\u063A\u06CC\u06CC\u0631 \u0632\u06CC\u0631\u0646\u0648\u06CC\u0633 \u062F\u0648\u0632\u0628\u0627\u0646\u0647 \u0628\u0627 \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u0627\u0632 \u062A\u0646\u0638\u06CC\u0645\u0627\u062A \u062A\u0631\u062C\u0645\u0647 \u0641\u0631\u0648 \u0631\u0641\u062A\u0647 \u0627\u0648\u0644\u0648\u06CC\u062A \u062F\u0627\u0631\u062F",notLoginPro:"\u0634\u0645\u0627 \u0647\u0646\u0648\u0632 \u0628\u0647 \u062D\u0633\u0627\u0628 \u06A9\u0627\u0631\u0628\u0631\u06CC \u062E\u0648\u062F \u0648\u0627\u0631\u062F \u0646\u0634\u062F\u0647 \u0627\u06CC\u062F",touchShortcutsToggleTranslatePage:"\u0628\u0631\u0627\u06CC \u062A\u0631\u062C\u0645\u0647 \u0635\u0641\u062D\u0627\u062A \u0648\u0628 / \u0646\u0645\u0627\u06CC\u0634 \u0645\u062A\u0646 \u0627\u0635\u0644\u06CC \u060C \u062D\u0631\u06A9\u062A \u0647\u0627\u06CC \u0644\u0645\u0633\u06CC \u0631\u0627 \u062A\u0646\u0638\u06CC\u0645 \u06A9\u0646\u06CC\u062F",temprarilyChangeTranslationTo_google:"\u062F\u0631 \u062D\u0627\u0644 \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u0627\u0632 \u062A\u0631\u062C\u0645\u0647 \u06AF\u0648\u06AF\u0644 \u0628\u0631\u0627\u06CC \u0635\u0641\u062D\u0647 \u0641\u0639\u0644\u06CC \u0647\u0633\u062A\u0645","neverTranslateText.title":"\u0644\u0637\u0641\u0627\u064B \u06A9\u0644\u0645\u0627\u062A \u0632\u06CC\u0631 \u0631\u0627 \u0628\u0647 \u0635\u0648\u0631\u062A \u0627\u0635\u0644\u06CC \u062D\u0641\u0638 \u06A9\u0646\u06CC\u062F\u060C \u062A\u0631\u062C\u0645\u0647 \u0646\u06A9\u0646\u06CC\u062F.",touchShortcutsToggleTranslateTouchElement:"\u062A\u0646\u0638\u06CC\u0645 \u062D\u0631\u06A9\u062A \u0644\u0645\u0633\u06CC \u0635\u0641\u062D\u0647 \u0646\u0645\u0627\u06CC\u0634 \u0628\u0631\u0627\u06CC \u062A\u0631\u062C\u0645\u0647 \u067E\u0627\u0631\u0627\u06AF\u0631\u0627\u0641 \u0645\u0634\u062E\u0635","description.baiduField":"\u062D\u0648\u0632\u0647 \u0647\u0627\u06CC \u067E\u0634\u062A\u06CC\u0628\u0627\u0646\u06CC \u0634\u062F\u0647 \u0631\u0627 \u062F\u0631 <1>\u0627\u06CC\u0646\u062C\u0627 \u0628\u0628\u06CC\u0646\u06CC\u062F \u060C \u0627\u06AF\u0631 \u062E\u0627\u0644\u06CC \u0628\u0627\u0634\u062F \u0628\u0647 \u0645\u0639\u0646\u06CC \u0627\u06CC\u0646 \u0627\u0633\u062A \u06A9\u0647 \u062D\u0648\u0632\u0647 \u0627\u06CC \u0645\u0634\u062E\u0635 \u0646\u0634\u062F\u0647 \u0627\u0633\u062A",mouseHoverCustomKeyDescription:"\u0634\u0645\u0627 \u0645\u06CC \u062A\u0648\u0627\u0646\u06CC\u062F \u06CC\u06A9 \u0645\u06CC\u0627\u0646\u0628\u0631 \u062A\u0631\u06A9\u06CC\u0628\u06CC \u0633\u0641\u0627\u0631\u0634\u06CC \u0628\u0631\u0627\u06CC \u0645\u0648\u0633 \u0631\u0627 \u062A\u0639\u0631\u06CC\u0641 \u06A9\u0646\u06CC\u062F\u060C \u0645\u0627\u0646\u0646\u062F: Alt+Z\u060C Ctrl+E\u060C Cmd+Alt+E \u06CC\u0627 \u0641\u0642\u0637 Cmd\u060C \u0644\u0637\u0641\u0627 \u0628\u0647 \u0635\u0648\u0631\u062A \u062F\u0633\u062A\u06CC \u062F\u0627\u062E\u0644 \u06A9\u0646\u06CC\u062F.","floatBall.guideClickToTranslate":`\u0628\u0627 \u06A9\u0644\u06CC\u06A9 \u06A9\u0631\u062F\u0646 \u0628\u0631 \u0631\u0648\u06CC \u062A\u0648\u067E \u0634\u0646\u0627\u0648\u0631 \u062A\u0631\u062C\u0645\u0647 \u0641\u0648\u0631\u06CC \u0645\u06CC \u062A\u0648\u0627\u0646\u06CC\u062F \u0633\u0631\u06CC\u0639\u0627 \u062A\u0631\u062C\u0645\u0647 \u06A9\u0646\u06CC\u062F`,"browser.toggleMouseHoverTranslateDirectly":"\u062F\u0631 \u0635\u0641\u062D\u0647\u060C \u0628\u0647 \u0637\u0648\u0631 \u0645\u0648\u0642\u062A \u0641\u0639\u0627\u0644 \u06CC\u0627 \u063A\u06CC\u0631\u0641\u0639\u0627\u0644 \u06A9\u0631\u062F\u0646 \u062A\u0631\u062C\u0645\u0647 \u0645\u0633\u062A\u0642\u06CC\u0645 \u0645\u0648\u0633 \u0647\u0646\u06AF\u0627\u0645 \u0627\u0634\u0627\u0631\u0647","desc.toggleTranslateTheWholePage":"\u062A\u0631\u062C\u0645\u0647 \u06A9\u0644 \u0635\u0641\u062D\u0647\u060C \u0628\u0647 \u0637\u0648\u0631 \u067E\u06CC\u0634 \u0641\u0631\u0636\u060C \u0645\u0627 \u0642\u0633\u0645\u062A \u0627\u0635\u0644\u06CC \u0635\u0641\u062D\u0647 \u0631\u0627 \u062A\u0631\u062C\u0645\u0647 \u0645\u06CC \u06A9\u0646\u06CC\u0645\u060C \u0634\u0645\u0627 \u0645\u06CC \u062A\u0648\u0627\u0646\u06CC\u062F \u0627\u0632 \u0627\u06CC\u0646 \u0645\u06CC\u0627\u0646\u0628\u0631 \u0628\u0631\u0627\u06CC \u062A\u0631\u062C\u0645\u0647 \u062E\u0627\u0635 \u06A9\u0644 \u0635\u0641\u062D\u0647 \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u06A9\u0646\u06CC\u062F","floatBall.longPress":"\u0628\u0627 \u0641\u0634\u0627\u0631 \u0637\u0648\u0644\u0627\u0646\u06CC \u0645\u06CC \u062A\u0648\u0627\u0646\u06CC\u062F \u0628\u0647 \u0633\u0631\u0639\u062A \u067E\u0646\u0644 \u062A\u0646\u0638\u06CC\u0645\u0627\u062A \u0631\u0627 \u0628\u0627\u0632 \u06A9\u0646\u06CC\u062F","desc.touchShortcutsToggleTranslateTouchElement":"\u06CC\u06A9 \u062D\u0631\u06A9\u062A \u062F\u0633\u062A \u0633\u0641\u0627\u0631\u0634\u06CC \u062A\u0639\u0631\u06CC\u0641 \u06A9\u0646\u06CC\u062F\u060C \u062A\u0627 \u0628\u062A\u0648\u0627\u0646\u06CC\u062F \u0647\u0631 \u067E\u0627\u0631\u0627\u06AF\u0631\u0627\u0641\u06CC \u0631\u0627 \u062F\u0631 \u0645\u062D\u0644 \u062E\u0648\u062F \u062A\u0631\u062C\u0645\u0647 \u06A9\u0646\u06CC\u062F","desc.interfaceLanguage":"\u062A\u0646\u0638\u06CC\u0645 \u0632\u0628\u0627\u0646 \u0631\u0627\u0628\u0637 \u062A\u0623\u062B\u06CC\u0631 \u0628\u0631 \u0632\u0628\u0627\u0646 \u0646\u0645\u0627\u06CC\u0634 \u067E\u0646\u0644 \u06A9\u0646\u062A\u0631\u0644 \u062F\u0627\u0631\u062F \u0648 \u0628\u0627 \u0632\u0628\u0627\u0646 \u0647\u062F\u0641 \u062A\u0631\u062C\u0645\u0647 \u0627\u0631\u062A\u0628\u0627\u0637\u06CC \u0646\u062F\u0627\u0631\u062F.","error.subscriptionExpired":"\u0639\u0636\u0648\u06CC\u062A \u0634\u0645\u0627 \u0645\u0645\u06A9\u0646 \u0627\u0633\u062A \u0645\u0646\u0642\u0636\u06CC \u0634\u062F\u0647 \u0628\u0627\u0634\u062F\u060C \u0644\u0637\u0641\u0627 \u0648\u0636\u0639\u06CC\u062A \u0639\u0636\u0648\u06CC\u062A \u062E\u0648\u062F \u0631\u0627 \u0628\u0631\u0631\u0633\u06CC \u06A9\u0646\u06CC\u062F.",shortcutDisableTooltip:"\u0644\u0637\u0641\u0627\u064B \u062F\u0631 \u0635\u0641\u062D\u0647 \u0645\u062F\u06CC\u0631\u06CC\u062A \u0645\u06CC\u0627\u0646\u0628\u0631\u0647\u0627\u06CC \u0627\u0641\u0632\u0648\u0646\u0647 \u0645\u0631\u0648\u0631\u06AF\u0631 \u062A\u0646\u0638\u06CC\u0645\u0627\u062A \u0631\u0627 \u0627\u0646\u062C\u0627\u0645 \u062F\u0647\u06CC\u062F\u060C \u0628\u0631\u0627\u06CC \u0631\u0627\u0647\u0646\u0645\u0627\u06CC\u06CC \u0628\u06CC\u0634\u062A\u0631 \u0628\u0647 \u062A\u0648\u0636\u06CC\u062D\u0627\u062A \u0628\u0627\u0644\u0627\u06CC \u0627\u06CC\u0646 \u0635\u0641\u062D\u0647 \u0645\u0631\u0627\u062C\u0639\u0647 \u06A9\u0646\u06CC\u062F.",paragraphMinTextCountDesc:"\u062A\u0648\u062C\u0647 \u062F\u0627\u0634\u062A\u0647 \u0628\u0627\u0634\u06CC\u062F\u060C \u0627\u06CC\u0646\u062C\u0627 \u0628\u0647 \u0637\u0648\u0644 \u06A9\u0627\u0631\u0627\u06A9\u062A\u0631 \u0627\u0634\u0627\u0631\u0647 \u0645\u06CC \u0634\u0648\u062F\u060C \u0628\u0631\u0627\u06CC \u0645\u062B\u0627\u0644: hello 5 \u06A9\u0627\u0631\u0627\u06A9\u062A\u0631 \u0627\u0633\u062A\u060C \u062A\u0646\u0638\u06CC\u0645 \u0628\u0631 \u0631\u0648\u06CC \u0645\u0642\u062F\u0627\u0631 \u0628\u0632\u0631\u06AF\u062A\u0631 \u0645\u06CC \u062A\u0648\u0627\u0646\u062F \u062A\u0631\u062C\u0645\u0647 \u067E\u0627\u0631\u0627\u06AF\u0631\u0627\u0641 \u0647\u0627\u06CC \u06A9\u0648\u0686\u06A9 \u063A\u06CC\u0631 \u0636\u0631\u0648\u0631\u06CC \u0631\u0627 \u06A9\u0627\u0647\u0634 \u062F\u0647\u062F.","desc.mouseHoverHoldKey":"\u0648\u0642\u062A\u06CC \u0645\u0648\u0634\u0648\u0627\u0631\u0647 \u0628\u0631 \u0631\u0648\u06CC \u06CC\u06A9 \u067E\u0627\u0631\u0627\u06AF\u0631\u0627\u0641 \u0642\u0631\u0627\u0631 \u0645\u06CC \u06AF\u06CC\u0631\u062F\u060C \u0628\u0627 \u0641\u0634\u0627\u0631 \u062F\u0627\u062F\u0646 \u062F\u06A9\u0645\u0647 \u0647\u0627\u06CC \u0645\u06CC\u0627\u0646\u0628\u0631 \u062F\u0631 \u0633\u0645\u062A \u0631\u0627\u0633\u062A\u060C \u0645\u06CC \u062A\u0648\u0627\u0646\u06CC\u062F \u0645\u0633\u062A\u0642\u06CC\u0645\u0627\u064B \u0622\u0646 \u067E\u0627\u0631\u0627\u06AF\u0631\u0627\u0641 \u0631\u0627 \u062A\u0631\u062C\u0645\u0647 \u06A9\u0646\u06CC\u062F.","desc.toggleMouseHoverTranslateDirectly":"\u0628\u0639\u062F \u0641\u0634\u0627\u0631\u062F\u0647\u0646 \u0627\u06CC\u0646 \u06A9\u0644\u06CC\u062F \u0645\u06CC\u0627\u0646\u0628\u0631\u060C \u062F\u0631 \u0635\u0641\u062D\u0647\u060C \u0641\u0642\u0637 \u06A9\u0627\u0641\u06CC \u0627\u0633\u062A \u0645\u0648\u0633 \u0631\u0627 \u0628\u0631 \u0631\u0648\u06CC \u0647\u0631 \u0628\u062E\u0634\u06CC \u0627\u0632 \u0645\u062A\u0646 \u0642\u0631\u0627\u0631 \u062F\u0647\u06CC\u062F\u060C \u0645\u062A\u0646 \u0628\u0647 \u0635\u0648\u0631\u062A \u062E\u0648\u062F\u06A9\u0627\u0631 \u062A\u0631\u062C\u0645\u0647 \u0645\u06CC \u0634\u0648\u062F. \u0628\u0627 \u0641\u0634\u0627\u0631 \u062F\u0627\u062F\u0646 \u062F\u0648\u0628\u0627\u0631\u0647 \u06A9\u0644\u06CC\u062F \u0645\u06CC\u0627\u0646\u0628\u0631\u060C \u0645\u06CC \u062A\u0648\u0627\u0646\u06CC\u062F \u0627\u06CC\u0646 \u0648\u06CC\u0698\u06AF\u06CC \u062A\u0631\u062C\u0645\u0647 \u062E\u0648\u062F\u06A9\u0627\u0631 \u0631\u0627 \u062E\u0627\u0645\u0648\u0634 \u06A9\u0646\u06CC\u062F.","desc.touchShortcutsToggleTranslatePage":"\u067E\u0633 \u0627\u0632 \u062A\u0646\u0638\u06CC\u0645\u060C \u0647\u0646\u06AF\u0627\u0645 \u062D\u0631\u06A9\u062A \u062F\u0633\u062A\u06AF\u0627\u0647\u060C \u0645\u06CC \u062A\u0648\u0627\u0646\u06CC\u062F \u0647\u0645\u0632\u0645\u0627\u0646 \u0628\u0627 X \u0627\u0646\u06AF\u0634\u062A \u0635\u0641\u062D\u0647 \u0646\u0645\u0627\u06CC\u0634 \u0631\u0627 \u0644\u0645\u0633 \u06A9\u0646\u06CC\u062F\u060C \u0628\u0647 \u0686\u067E \u0648 \u0631\u0627\u0633\u062A \u0628\u06A9\u0634\u06CC\u062F \u06CC\u0627 \u0628\u0647 \u0637\u0648\u0631 \u0645\u062F\u0627\u0648\u0645 \u06A9\u0644\u06CC\u06A9 \u06A9\u0646\u06CC\u062F\u060C \u0628\u0631\u0627\u06CC \u0641\u0639\u0627\u0644 \u06A9\u0631\u062F\u0646 \u062A\u0631\u062C\u0645\u0647 \u0635\u0641\u062D\u0647 \u0648\u0628 / \u0646\u0645\u0627\u06CC\u0634 \u0645\u062A\u0646 \u0627\u0635\u0644\u06CC.","desc.touchShortcutsToggleTranslationMask":"\u062A\u0631\u062C\u0645\u0647 \u0645\u0627\u0633\u06A9 \u0628\u0647 \u0627\u06CC\u0646 \u0645\u0639\u0646\u06CC \u0627\u0633\u062A \u06A9\u0647 \u062F\u0631 \u0633\u0628\u06A9 \u062A\u0631\u062C\u0645\u0647 \u0627\u062B\u0631 \u0645\u0628\u0647\u0645 \u0627\u0633\u062A (\u062D\u0627\u0644\u062A \u06CC\u0627\u062F\u06AF\u06CC\u0631\u06CC)\u060C \u067E\u0633 \u0627\u0632 \u0641\u0639\u0627\u0644 \u06A9\u0631\u062F\u0646\u060C \u0645\u0648\u0642\u062A\u0627\u064B \u0627\u0632 \u0627\u062B\u0631 \u0645\u0628\u0647\u0645 \u0628\u0631\u0627\u06CC \u062A\u0631\u062C\u0645\u0647 \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u0645\u06CC \u0634\u0648\u062F\u060C \u06A9\u0647 \u0628\u0631\u0627\u06CC \u06CC\u0627\u062F\u06AF\u06CC\u0631\u06CC \u0645\u0646\u0627\u0633\u0628 \u0627\u0633\u062A.","desc.toggleTranslateTheMainPage":"\u0641\u0642\u0637 \u0628\u062E\u0634 \u0627\u0635\u0644\u06CC \u0635\u0641\u062D\u0647 \u0631\u0627 \u062A\u0631\u062C\u0645\u0647 \u06A9\u0646\u06CC\u062F\u060C \u0632\u0645\u0627\u0646\u06CC \u06A9\u0647 \u062F\u0631 \u062A\u0646\u0638\u06CC\u0645\u0627\u062A \u067E\u06CC\u0634\u0631\u0641\u062A\u0647 \u062A\u0631\u062C\u0645\u0647 \u06A9\u0644 \u0635\u0641\u062D\u0647 \u0631\u0627 \u0641\u0639\u0627\u0644 \u06A9\u0631\u062F\u06CC\u062F\u060C \u0645\u06CC \u062A\u0648\u0627\u0646\u06CC\u062F \u0627\u0632 \u0627\u06CC\u0646 \u06A9\u0644\u06CC\u062F \u0645\u06CC\u0627\u0646\u0628\u0631 \u0628\u0631\u0627\u06CC \u062A\u0631\u062C\u0645\u0647 \u062E\u0627\u0635 \u0628\u062E\u0634 \u0627\u0635\u0644\u06CC \u0635\u0641\u062D\u0647 \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u06A9\u0646\u06CC\u062F.",confirmResetToDefaultSettings:"\u0622\u06CC\u0627 \u0645\u0637\u0645\u0626\u0646 \u0647\u0633\u062A\u06CC\u062F \u06A9\u0647 \u0645\u06CC \u062E\u0648\u0627\u0647\u06CC\u062F \u0627\u06CC\u0646 \u0633\u0631\u0648\u06CC\u0633 \u062A\u0631\u062C\u0645\u0647 \u0631\u0627 \u0628\u0647 \u062A\u0646\u0638\u06CC\u0645\u0627\u062A \u067E\u06CC\u0634 \u0641\u0631\u0636 \u0628\u0627\u0632\u06AF\u0631\u062F\u0627\u0646\u06CC\u062F\u061F (\u0641\u0642\u0637 \u062A\u0646\u0638\u06CC\u0645\u0627\u062A \u0633\u0631\u0648\u06CC\u0633 \u062A\u0631\u062C\u0645\u0647 \u0641\u0639\u0644\u06CC \u0631\u0627 \u0628\u0627\u0632\u0646\u0634\u0627\u0646\u06CC \u0645\u06CC \u06A9\u0646\u062F)","contact.description":"\u0627\u06AF\u0631 \u0633\u0648\u0627\u0644 \u06CC\u0627 \u067E\u06CC\u0634\u0646\u0647\u0627\u062F\u06CC \u062F\u0627\u0631\u06CC\u062F\u060C \u062E\u0648\u0634 \u0622\u0645\u062F\u06CC\u062F \u0641\u0631\u0645 \u0632\u06CC\u0631 \u0631\u0627 \u067E\u0631 \u06A9\u0646\u06CC\u062F \u062A\u0627 \u0628\u0627 \u0645\u0627 \u062A\u0645\u0627\u0633 \u0628\u06AF\u06CC\u0631\u06CC\u062F\u060C \u06CC\u0627 \u0627\u06CC\u0645\u06CC\u0644 \u0628\u0641\u0631\u0633\u062A\u06CC\u062F \u0628\u0647 {email}\u060C \u0645\u0627 \u0633\u0631\u06CC\u0639\u0627 \u0628\u0647 \u0634\u0645\u0627 \u067E\u0627\u0633\u062E \u062E\u0648\u0627\u0647\u06CC\u0645 \u062F\u0627\u062F.","subtitle.showQuickButtonDescription":"\u062F\u0631 \u06AF\u0648\u0634\u0647 \u067E\u0627\u06CC\u06CC\u0646 \u0633\u0645\u062A \u0631\u0627\u0633\u062A \u067E\u062E\u0634 \u06A9\u0646\u0646\u062F\u0647 \u0648\u06CC\u062F\u06CC\u0648\u060C \u0631\u0627\u0647\u06A9\u0627\u0631\u06CC \u0633\u0631\u06CC\u0639 \u0628\u0631\u0627\u06CC \u0641\u0639\u0627\u0644 \u06A9\u0631\u062F\u0646 \u0632\u06CC\u0631\u0646\u0648\u06CC\u0633 \u062F\u0648\u0632\u0628\u0627\u0646\u0647 \u0627\u0631\u0627\u0626\u0647 \u0645\u06CC \u062F\u0647\u062F.","browser.translateWithGoogle":"\u0627\u0632 \u062A\u0631\u062C\u0645\u0647 \u06AF\u0648\u06AF\u0644 \u0628\u0631\u0627\u06CC \u0635\u0641\u062D\u0647 \u0641\u0639\u0644\u06CC \u0628\u0647 \u0637\u0648\u0631 \u0645\u0648\u0642\u062A \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u06A9\u0646\u06CC\u062F",translationOnlyModeDescription:"\u062D\u0627\u0644\u062A \u062A\u0631\u062C\u0645\u0647 \u0641\u0642\u0637 \u0628\u0647 \u0627\u06CC\u0646 \u0645\u0639\u0646\u06CC \u0627\u0633\u062A \u06A9\u0647 \u0641\u0642\u0637 \u0645\u062A\u0646 \u062A\u0631\u062C\u0645\u0647 \u0634\u062F\u0647 \u0631\u0627 \u0646\u0634\u0627\u0646 \u0645\u06CC \u062F\u0647\u062F\u060C \u0646\u0647 \u062D\u0627\u0644\u062A \u062F\u0648\u0632\u0628\u0627\u0646\u0647 \u067E\u06CC\u0634 \u0641\u0631\u0636. \u062A\u0648\u062C\u0647: \u0628\u0647 \u062F\u0644\u06CC\u0644 \u0645\u062D\u062F\u0648\u062F\u06CC\u062A \u0647\u0627\u06CC \u0641\u0646\u0627\u0648\u0631\u06CC\u060C \u062F\u0631 \u062D\u0627\u0644\u062A \u062A\u0631\u062C\u0645\u0647 \u0641\u0642\u0637\u060C \u067E\u06CC\u0648\u0646\u062F\u0647\u0627\u06CC \u0641\u0648\u0642 \u0627\u0644\u0639\u0627\u062F\u0647 \u0645\u062A\u0646 \u0627\u0635\u0644\u06CC \u063A\u06CC\u0631\u0641\u0639\u0627\u0644 \u062E\u0648\u0627\u0647\u0646\u062F \u0634\u062F.","intro.floatBallDescription":"\u067E\u0633 \u0627\u0632 \u0641\u0639\u0627\u0644 \u0633\u0627\u0632\u06CC\u060C \u06CC\u06A9 \u062F\u06A9\u0645\u0647 \u062A\u0631\u062C\u0645\u0647 \u0633\u0631\u06CC\u0639 \u062F\u0631 \u0633\u0645\u062A \u0631\u0627\u0633\u062A \u0635\u0641\u062D\u0647 \u0646\u0645\u0627\u06CC\u0634 \u062F\u0627\u062F\u0647 \u0645\u06CC \u0634\u0648\u062F\u060C \u06A9\u0647 \u0628\u0627 \u06A9\u0644\u06CC\u06A9 \u06A9\u0631\u062F\u0646 \u0645\u06CC \u062A\u0648\u0627\u0646\u06CC\u062F \u062A\u0631\u062C\u0645\u0647 \u06A9\u0646\u06CC\u062F\u060C \u0648 \u0628\u0627 \u06A9\u0644\u06CC\u06A9 \u062F\u0648\u0628\u0627\u0631\u0647 \u0645\u06CC \u062A\u0648\u0627\u0646\u06CC\u062F \u0628\u0647 \u0645\u062A\u0646 \u0627\u0635\u0644\u06CC \u0628\u0631\u06AF\u0631\u062F\u06CC\u062F. \u062F\u0631 \u062F\u0633\u062A\u06AF\u0627\u0647 \u0647\u0627\u06CC \u062A\u0644\u0641\u0646 \u0647\u0645\u0631\u0627\u0647\u060C \u0628\u0627 \u0641\u0634\u0627\u0631 \u0637\u0648\u0644\u0627\u0646\u06CC \u0628\u0631 \u0631\u0648\u06CC \u062A\u0648\u067E \u0634\u0646\u0627\u0648\u0631\u060C \u0645\u06CC \u062A\u0648\u0627\u0646\u06CC\u062F \u067E\u0646\u0644 \u062A\u0646\u0638\u06CC\u0645\u0627\u062A \u0633\u0631\u06CC\u0639 \u0631\u0627 \u0628\u0627\u0632 \u06A9\u0646\u06CC\u062F.","intro.hoverDescription":"\u062A\u0631\u062C\u0645\u0647 \u0645\u0633\u062A\u0642\u06CC\u0645 \u0628\u0627 \u0627\u0634\u0627\u0631\u0647 \u0645\u0648\u0633 \u06CC\u06A9\u06CC \u0627\u0632 \u0648\u06CC\u0698\u06AF\u06CC \u0647\u0627\u06CC \u0628\u0633\u06CC\u0627\u0631 \u0645\u0647\u0645 \u062F\u0631 \u062A\u0631\u062C\u0645\u0647 \u0641\u0631\u0648 \u0631\u0641\u062A\u0647 \u0627\u0633\u062A\u060C \u06A9\u0627\u0641\u06CC \u0627\u0633\u062A \u0645\u0648\u0633 \u0631\u0627 \u0631\u0648\u06CC \u067E\u0627\u0631\u0627\u06AF\u0631\u0627\u0641 \u0642\u0631\u0627\u0631 \u062F\u0647\u06CC\u062F \u0648 \u062F\u0631 \u0639\u06CC\u0646 \u062D\u0627\u0644 \u06A9\u0644\u06CC\u062F \u0645\u06CC\u0627\u0646\u0628\u0631 \u062A\u0639\u06CC\u06CC\u0646 \u0634\u062F\u0647 \u0631\u0627 \u0641\u0634\u0627\u0631 \u062F\u0647\u06CC\u062F\u060C \u062A\u0627 \u067E\u0627\u0631\u0627\u06AF\u0631\u0627\u0641 \u0641\u0639\u0644\u06CC \u0628\u0647 \u0635\u0648\u0631\u062A \u062E\u0648\u062F\u06A9\u0627\u0631 \u062A\u0631\u062C\u0645\u0647 \u0634\u0648\u062F (\u062A\u0648\u062C\u0647: \u0628\u0647 \u0637\u0648\u0631 \u067E\u06CC\u0634 \u0641\u0631\u0636 \u0641\u0639\u0627\u0644 \u0646\u06CC\u0633\u062A\u060C \u0644\u0637\u0641\u0627 \u062F\u0631 \u0632\u06CC\u0631 \u062A\u0646\u0638\u06CC\u0645 \u06A9\u0646\u06CC\u062F)\u060C \u0627\u06CC\u0646 \u062A\u0639\u0627\u0645\u0644 \u0628\u0631\u0627\u06CC \u062C\u0627\u06CC\u06AF\u0632\u06CC\u0646\u06CC \u0628\u0647\u062A\u0631 \u062A\u0631\u062C\u0645\u0647 \u06A9\u0644\u0645\u0627\u062A \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u0645\u06CC \u0634\u0648\u062F\u060C \u0639\u0644\u0627\u0648\u0647 \u0628\u0631 \u0627\u06CC\u0646\u060C \u0627\u06CC\u0646 \u0648\u06CC\u0698\u06AF\u06CC \u0628\u0631\u0627\u06CC \u0622\u0646\u0647\u0627\u06CC\u06CC \u06A9\u0647 \u0646\u0645\u06CC \u062A\u0648\u0627\u0646\u0646\u062F \u0645\u0646\u0637\u0642\u0647 \u062A\u0631\u062C\u0645\u0647 \u0631\u0627 \u062A\u0634\u062E\u06CC\u0635 \u062F\u0647\u0646\u062F\u060C \u0628\u0633\u06CC\u0627\u0631 \u0645\u0641\u06CC\u062F \u0627\u0633\u062A\u060C \u0634\u0645\u0627 \u0645\u06CC \u062A\u0648\u0627\u0646\u06CC\u062F \u0627\u0632 \u0627\u06CC\u0646 \u0648\u06CC\u0698\u06AF\u06CC \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u06A9\u0646\u06CC\u062F \u0648 \u0647\u0631 \u067E\u0627\u0631\u0627\u06AF\u0631\u0627\u0641\u06CC \u0631\u0627 \u062A\u0631\u062C\u0645\u0647 \u06A9\u0646\u06CC\u062F.","neverTranslateText.description":"\u0628\u0647 \u062F\u0644\u06CC\u0644 \u0639\u062F\u0645 \u0634\u0646\u0627\u0633\u0627\u06CC\u06CC \u0645\u0646\u0627\u0633\u0628 \u0627\u0635\u0637\u0644\u0627\u062D\u0627\u062A \u062A\u062E\u0635\u0635\u06CC \u062A\u0648\u0633\u0637 \u0628\u0631\u062E\u06CC \u0627\u0632 \u0645\u0648\u062A\u0648\u0631\u0647\u0627\u06CC \u062A\u0631\u062C\u0645\u0647\u060C \u0634\u0645\u0627 \u0645\u06CC \u062A\u0648\u0627\u0646\u06CC\u062F \u062F\u0631 \u0627\u06CC\u0646\u062C\u0627 \u06A9\u0644\u0645\u0627\u062A \u0631\u0627 \u0627\u0636\u0627\u0641\u0647 \u06A9\u0646\u06CC\u062F \u062A\u0627 \u0627\u0637\u0645\u06CC\u0646\u0627\u0646 \u062D\u0627\u0635\u0644 \u06A9\u0646\u06CC\u062F \u06A9\u0647 \u0622\u0646\u0647\u0627 \u062F\u0631 \u0637\u06CC \u0641\u0631\u0622\u06CC\u0646\u062F \u062A\u0631\u062C\u0645\u0647 \u062A\u063A\u06CC\u06CC\u0631 \u0646\u0645\u06CC \u06A9\u0646\u0646\u062F. \u0644\u0637\u0641\u0627\u064B \u062A\u0648\u062C\u0647 \u062F\u0627\u0634\u062A\u0647 \u0628\u0627\u0634\u06CC\u062F \u06A9\u0647 \u0627\u06CC\u0646 \u0648\u06CC\u0698\u06AF\u06CC \u0628\u0647 \u062D\u0631\u0648\u0641 \u0628\u0632\u0631\u06AF \u0648 \u06A9\u0648\u0686\u06A9 \u062D\u0633\u0627\u0633 \u0627\u0633\u062A \u0648 \u0641\u0642\u0637 \u0632\u0628\u0627\u0646 \u0647\u0627\u06CC\u06CC \u0631\u0627 \u067E\u0634\u062A\u06CC\u0628\u0627\u0646\u06CC \u0645\u06CC \u06A9\u0646\u062F \u06A9\u0647 \u06A9\u0644\u0645\u0627\u062A \u0622\u0646\u0647\u0627 \u0628\u0627 \u0641\u0627\u0635\u0644\u0647 \u062C\u062F\u0627 \u0634\u062F\u0647 \u0627\u0646\u062F (\u0645\u0627\u0646\u0646\u062F \u0627\u0646\u06AF\u0644\u06CC\u0633\u06CC\u060C \u0641\u0631\u0627\u0646\u0633\u0648\u06CC) \u0648 \u0628\u0631\u0627\u06CC \u0632\u0628\u0627\u0646 \u0647\u0627\u06CC\u06CC \u0645\u0627\u0646\u0646\u062F \u0698\u0627\u067E\u0646\u06CC\u060C \u06A9\u0631\u0647 \u0627\u06CC \u0648 \u063A\u06CC\u0631\u0647 \u0645\u0646\u0627\u0633\u0628 \u0646\u06CC\u0633\u062A.","intro.subtitleDescription":"\u0628\u0627 \u0641\u0639\u0627\u0644 \u06A9\u0631\u062F\u0646 \u0627\u06CC\u0646 \u0648\u06CC\u0698\u06AF\u06CC\u060C \u0632\u06CC\u0631\u0646\u0648\u06CC\u0633 \u062F\u0648\u0632\u0628\u0627\u0646\u0647 \u0628\u0647 \u0635\u0648\u0631\u062A \u062E\u0648\u062F\u06A9\u0627\u0631 \u0647\u0646\u06AF\u0627\u0645 \u067E\u062E\u0634 \u0648\u06CC\u062F\u06CC\u0648 \u0646\u0645\u0627\u06CC\u0634 \u062F\u0627\u062F\u0647 \u0645\u06CC \u0634\u0648\u062F. \u0627\u06AF\u0631 \u0641\u0639\u0627\u0644 \u0646\u0634\u062F\u0647 \u0627\u0633\u062A\u060C \u0628\u0627\u06CC\u062F \u0628\u0631 \u0631\u0648\u06CC \u062F\u06A9\u0645\u0647 \u062A\u0631\u062C\u0645\u0647 \u062F\u0631 \u0635\u0641\u062D\u0647 \u06A9\u0644\u06CC\u06A9 \u06A9\u0646\u06CC\u062F \u062A\u0627 \u0632\u06CC\u0631\u0646\u0648\u06CC\u0633 \u0646\u0645\u0627\u06CC\u0634 \u062F\u0627\u062F\u0647 \u0634\u0648\u062F. \u0644\u0637\u0641\u0627\u064B \u062A\u0648\u062C\u0647 \u062F\u0627\u0634\u062A\u0647 \u0628\u0627\u0634\u06CC\u062F \u06A9\u0647 \u0628\u0647 \u062F\u0644\u06CC\u0644 \u0645\u062D\u062F\u0648\u062F\u06CC\u062A \u0647\u0627\u06CC \u0641\u0646\u06CC\u060C \u0628\u0631\u062E\u06CC \u0627\u0632 \u0648\u0628 \u0633\u0627\u06CC\u062A \u0647\u0627 \u0645\u0645\u06A9\u0646 \u0627\u0633\u062A \u0646\u06CC\u0627\u0632 \u0628\u0647 \u062A\u0627\u0632\u0647 \u06A9\u0631\u062F\u0646 \u0635\u0641\u062D\u0647 \u06CC\u0627 \u0627\u0646\u062A\u0638\u0627\u0631 \u0628\u0631\u0627\u06CC \u062A\u06A9\u0645\u06CC\u0644 \u062A\u0631\u062C\u0645\u0647 \u062F\u0631 \u0627\u0648\u0644\u06CC\u0646 \u0628\u0627\u0631 \u0641\u0639\u0627\u0644 \u06A9\u0631\u062F\u0646 \u0632\u06CC\u0631\u0646\u0648\u06CC\u0633 \u062F\u0627\u0634\u062A\u0647 \u0628\u0627\u0634\u0646\u062F \u062A\u0627 \u0628\u062A\u0648\u0627\u0646\u0646\u062F \u0632\u06CC\u0631\u0646\u0648\u06CC\u0633 \u062F\u0648\u0632\u0628\u0627\u0646\u0647 \u0631\u0627 \u0646\u0645\u0627\u06CC\u0634 \u062F\u0647\u0646\u062F. (\u0639\u0644\u0627\u0648\u0647 \u0628\u0631 \u0627\u06CC\u0646\u060C \u0634\u0645\u0627 \u0647\u0645\u0686\u0646\u06CC\u0646 \u0645\u06CC \u062A\u0648\u0627\u0646\u06CC\u062F \u067E\u0633 \u0627\u0632 \u0628\u0627\u0632 \u06A9\u0631\u062F\u0646 \u0648\u0628 \u0633\u0627\u06CC\u062A \u0648\u06CC\u062F\u06CC\u0648\u060C \u067E\u0646\u0644 \u0645\u06CC\u0627\u0646\u0628\u0631 \u062A\u0631\u062C\u0645\u0647 \u0641\u0631\u0648 \u0631\u0641\u062A\u0647 \u0631\u0627 \u0627\u0632 \u06AF\u0648\u0634\u0647 \u0628\u0627\u0644\u0627 \u0633\u0645\u062A \u0631\u0627\u0633\u062A \u0641\u0639\u0627\u0644 / \u063A\u06CC\u0631\u0641\u0639\u0627\u0644 \u06A9\u0646\u06CC\u062F)

\u062F\u0631 \u062D\u0627\u0644 \u062D\u0627\u0636\u0631 \u067E\u0634\u062A\u06CC\u0628\u0627\u0646\u06CC \u0627\u0632 \u0632\u06CC\u0631\u0646\u0648\u06CC\u0633 \u062F\u0648\u0632\u0628\u0627\u0646\u0647 \u062F\u0631 \u0627\u06CC\u0646 \u0648\u0628 \u0633\u0627\u06CC\u062A \u0647\u0627 \u0645\u0645\u06A9\u0646 \u0627\u0633\u062A:",geminiWarning:"\u062A\u0648\u062C\u0647: \u062E\u062F\u0645\u0627\u062A \u0631\u0627\u06CC\u06AF\u0627\u0646 Gemini \u06A9\u0647 \u062A\u0648\u0633\u0637 Google \u0627\u0631\u0627\u0626\u0647 \u0645\u06CC \u0634\u0648\u062F\u060C \u0645\u062D\u062F\u0648\u062F\u06CC\u062A \u0647\u0627\u06CC \u0633\u062E\u062A\u06AF\u06CC\u0631\u0627\u0646\u0647 \u0627\u06CC \u062F\u0627\u0631\u062F \u0648 \u0645\u0645\u06A9\u0646 \u0627\u0633\u062A Google \u062A\u0635\u0645\u06CC\u0645 \u0628\u06AF\u06CC\u0631\u062F \u06A9\u0647 \u06A9\u0627\u0631\u0628\u0631 \u0627\u0632 \u0686\u0646\u062F\u06CC\u0646 Key \u0628\u0631\u0627\u06CC \u062F\u0648\u0631 \u0632\u062F\u0646 \u0645\u062D\u062F\u0648\u062F\u06CC\u062A \u0647\u0627\u06CC \u0633\u0647\u0645\u06CC\u0647 \u0631\u0627\u06CC\u06AF\u0627\u0646 \u0622\u0646\u0647\u0627 \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u0645\u06CC \u06A9\u0646\u062F\u060C \u067E\u06CC\u0634\u0646\u0647\u0627\u062F \u0646\u0645\u06CC \u0634\u0648\u062F\u060C \u067E\u06CC\u0634\u0646\u0647\u0627\u062F \u0645\u06CC \u0634\u0648\u062F \u0645\u0646\u062A\u0638\u0631 \u0628\u0627\u0634\u06CC\u062F \u062A\u0627 Google \u062F\u0631 \u0622\u06CC\u0646\u062F\u0647 \u0631\u0627\u0628\u0637 \u067E\u0631\u062F\u0627\u062E\u062A Gemini \u0631\u0627 \u0628\u0627\u0632 \u06A9\u0646\u062F \u0648 \u0633\u067E\u0633 \u0627\u0632 \u0622\u0646 \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u06A9\u0646\u06CC\u062F.","floatBall.setting":"\u062A\u0646\u0638\u06CC\u0645\u0627\u062A","floatBall.translateToLanguage":"\u0628\u0631\u0627\u06CC \u062A\u0631\u062C\u0645\u0647 \u0628\u0647 {language} \u06A9\u0644\u06CC\u06A9 \u06A9\u0646\u06CC\u062F","floatBall.file":`\u062A\u0631\u062C\u0645\u0647 PDF\u060C EPUB\u060C SRT\u060C ASS\u060C HTML\u060C TXT \u0641\u0627\u06CC\u0644`,changeToOnlyTempTranslationMode:"\u0628\u0647 \u0646\u0645\u0627\u06CC\u0634 \u0641\u0642\u0637 \u062A\u0631\u062C\u0645\u0647 \u0647\u0627 \u0628\u0631\u0648\u06CC\u062F",changeToDualTempTranslationMode:"\u0628\u0647 \u062A\u0631\u062C\u0645\u0647 \u062F\u0648 \u0632\u0628\u0627\u0646\u0647 \u0628\u0631\u0648\u06CC\u062F","transitionMode.translation":"\u0641\u0642\u0637 \u0645\u062A\u0646 \u062A\u0631\u062C\u0645\u0647","options.navbar.translateFile":"\u062A\u0631\u062C\u0645\u0647 \u0627\u0633\u0646\u0627\u062F","transitionMode.dual":"\u062F\u0648\u0632\u0628\u0627\u0646\u0647 \u0645\u0642\u0627\u06CC\u0633\u0647","options.navbar.installApp":"\u0646\u0635\u0628 \u0628\u0631\u0646\u0627\u0645\u0647 \u062A\u0644\u0641\u0646 \u0647\u0645\u0631\u0627\u0647","transitionMode.inherit":"\u0628\u0627 \u062D\u0627\u0644\u062A \u0646\u0645\u0627\u06CC\u0634 \u067E\u06CC\u0634 \u0641\u0631\u0636 \u0633\u06CC\u0633\u062A\u0645 \u0647\u0645\u0627\u0647\u0646\u06AF \u0628\u0645\u0627\u0646\u06CC\u062F","subtitle.transitionMode":"\u062A\u0646\u0638\u06CC\u0645\u0627\u062A \u0632\u06CC\u0631\u0646\u0648\u06CC\u0633 \u0641\u06CC\u0644\u0645 \u062F\u0648\u0632\u0628\u0627\u0646\u0647 / \u0641\u0642\u0637 \u0645\u062A\u0646 \u062A\u0631\u062C\u0645\u0647","subtitle.transitionModeDescription":"\u062A\u0646\u0638\u06CC\u0645 \u0632\u06CC\u0631\u0646\u0648\u06CC\u0633 \u0648\u06CC\u062F\u06CC\u0648 \u0628\u0647 \u062D\u0627\u0644\u062A \u0645\u0642\u0627\u0628\u0644\u0647 \u062F\u0648\u0632\u0628\u0627\u0646\u0647 \u06CC\u0627 \u0641\u0642\u0637 \u062D\u0627\u0644\u062A \u062A\u0631\u062C\u0645\u0647",translateFileTooltip:`\u062A\u0631\u062C\u0645\u0647 PDF\u060C ePub\u060C srt\u060C ass\u060C HTML\u060C TXT \u0641\u0627\u06CC\u0644`,"description.multiplePrompt":`\u0648\u0642\u062A\u06CC \u062A\u0639\u062F\u0627\u062F \u067E\u0627\u0631\u0627\u06AF\u0631\u0627\u0641\u200C\u0647\u0627 \u0628\u06CC\u0634\u062A\u0631 \u0627\u0632 1 \u0627\u0633\u062A\u060C \u06AF\u0641\u062A\u06AF\u0648\u06CC\u06CC \u06A9\u0647 \u0628\u0627 \u0647\u0648\u06CC\u062A \u06A9\u0627\u0631\u0628\u0631 \u0628\u0647 {service} \u0627\u0631\u0633\u0627\u0644 \u0645\u06CC\u200C\u0634\u0648\u062F\u060C \u06A9\u0647 \u062F\u0631 \u0622\u0646 {{from}} \u0632\u0628\u0627\u0646 \u067E\u0627\u0631\u0627\u06AF\u0631\u0627\u0641 \u0631\u0627 \u0646\u0634\u0627\u0646 \u0645\u06CC\u200C\u062F\u0647\u062F\u060C {{to}} \u0632\u0628\u0627\u0646 \u0645\u0642\u0635\u062F \u0631\u0627 \u0646\u0634\u0627\u0646 \u0645\u06CC\u200C\u062F\u0647\u062F\u060C {{yaml}} \u0645\u062D\u062A\u0648\u0627\u06CC \u067E\u0627\u0631\u0627\u06AF\u0631\u0627\u0641\u06CC \u0627\u0633\u062A \u06A9\u0647 \u0628\u0627 \u0641\u0631\u0645\u062A yaml \u0628\u0633\u062A\u0647\u200C\u0628\u0646\u062F\u06CC \u0634\u062F\u0647 \u0627\u0633\u062A\u060C \u0627\u06AF\u0631 \u0646\u06CC\u0627\u0632 \u0628\u0647 \u0633\u0641\u0627\u0631\u0634\u06CC\u200C\u0633\u0627\u0632\u06CC Prompt \u062F\u0627\u0631\u06CC\u062F\u060C \u0628\u0627\u06CC\u062F \u0645\u0637\u0645\u0626\u0646 \u0634\u0648\u06CC\u062F \u06A9\u0647 \u0647\u0631 \u0645\u0648\u0631\u062F \u062F\u0631 \u0646\u062A\u06CC\u062C\u0647 YAML \u067E\u0627\u0633\u062E AI \u0634\u0627\u0645\u0644 \u0641\u06CC\u0644\u062F {env.imt_trans_field} \u0628\u0627\u0634\u062F\u060C {{imt_trans_field}} \u0646\u0627\u0645 \u0641\u06CC\u0644\u062F \u062A\u0631\u062C\u0645\u0647\u200C\u0627\u06CC \u0627\u0633\u062A \u06A9\u0647 \u0645\u0627 \u0627\u0645\u06CC\u062F\u0648\u0627\u0631\u06CC\u0645 AI \u0628\u0647 \u0639\u0646\u0648\u0627\u0646 \u067E\u0627\u0633\u062E \u0627\u0631\u0627\u0626\u0647 \u062F\u0647\u062F\u060C \u0628\u0647 \u0637\u0648\u0631 \u067E\u06CC\u0634 \u0641\u0631\u0636 {env.imt_trans_field} \u0627\u0633\u062A\u060C {{imt_source_field}} \u0646\u0627\u0645 \u0641\u06CC\u0644\u062F \u0645\u062A\u0646 \u0627\u0635\u0644\u06CC \u0627\u0633\u062A \u06A9\u0647 \u0645\u0627 \u0628\u0647 AI \u0627\u0631\u0627\u0626\u0647 \u0645\u06CC\u200C\u062F\u0647\u06CC\u0645\u060C \u0628\u0647 \u0637\u0648\u0631 \u067E\u06CC\u0634 \u0641\u0631\u0636 {env.imt_source_field} \u0627\u0633\u062A\u060C \u0646\u0645\u0648\u0646\u0647 \u0646\u062A\u06CC\u062C\u0647: @@ -5170,7 +5170,7 @@ ass\u060C HTML\u060C TXT \u0641\u0627\u06CC\u0644`,"description.multiplePrompt": {env.imt_sub_trans_field}: \u062A\u0631\u062C\u0645\u0647 - id: 2 {env.imt_sub_source_field}: \u0645\u0646\u0628\u0639 - {env.imt_sub_trans_field}: \u062A\u0631\u062C\u0645\u0647`,"subtitle.quickButton.red":"\u0633\u0631\u062E","subtitle.quickButton.cyan":"\u0622\u0628\u06CC","subtitle.quickButton.white":"\u0633\u0641\u06CC\u062F","subtitle.quickButton.yellow":"\u0632\u0631\u062F","subtitle.quickButton.setting":"\u062A\u0646\u0638\u06CC\u0645\u0627\u062A","translationServices.claude":"\u06A9\u0644\u0648\u062F","subtitle.quickButton.backgroundColor":"\u0631\u0646\u06AF \u067E\u0633 \u0632\u0645\u06CC\u0646\u0647","subtitle.quickButton.translationPositionTop":"\u0628\u0627\u0644\u0627\u06CC \u0645\u062A\u0646 \u0627\u0635\u0644\u06CC","subtitle.quickButton.black":"\u0633\u06CC\u0627\u0647","subtitle.quickButton.blue":"\u0622\u0628\u06CC","subtitle.quickButton.green":"\u0633\u0628\u0632","subtitle.quickButton.translationFontSize":"\u0627\u0646\u062F\u0627\u0632\u0647 \u0641\u0648\u0646\u062A \u0645\u062A\u0646 \u062A\u0631\u062C\u0645\u0647","subtitle.quickButton.sourceTextColor":"\u0631\u0646\u06AF \u0641\u0648\u0646\u062A \u0645\u062A\u0646 \u0627\u0635\u0644\u06CC","subtitle.quickButton.magenta":"\u0631\u0646\u06AF \u0628\u0646\u0641\u0634","subtitle.quickButton.translationTextColor":"\u0631\u0646\u06AF \u0641\u0648\u0646\u062A \u0645\u062A\u0646 \u062A\u0631\u062C\u0645\u0647 \u0634\u062F\u0647","subtitle.quickButton.backgroundOpacity":"\u067E\u0633 \u0632\u0645\u06CC\u0646\u0647 \u0646\u06CC\u0645\u0647 \u0634\u0641\u0627\u0641","subtitle.quickButton.sourceFontSize":"\u0627\u0646\u062F\u0627\u0632\u0647 \u0641\u0648\u0646\u062A \u0645\u062A\u0646 \u0627\u0635\u0644\u06CC","subtitle.quickButton.translationPositionBottom":"\u0645\u062A\u0646 \u0627\u0635\u0644\u06CC \u062F\u0631 \u0632\u06CC\u0631 \u0627\u0633\u062A","subtitle.quickButton.translationPosition":"\u0645\u06A9\u0627\u0646 \u062A\u0631\u062C\u0645\u0647",attachSubtitleTranslating:"\u062F\u0631 \u062D\u0627\u0644 \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u0627\u0632 {service} \u0628\u0631\u0627\u06CC \u062A\u0631\u062C\u0645\u0647...","error.claude.403":"\u062F\u0633\u062A\u0631\u0633\u06CC \u0645\u0648\u0642\u062A\u0627 \u0628\u0647 \u0633\u0631\u0648\u06CC\u0633 \u0645\u0645\u06A9\u0646 \u0627\u0633\u062A \u0645\u062D\u062F\u0648\u062F \u0634\u062F\u0647 \u0628\u0627\u0634\u062F\u060C \u0627\u06CC\u0646 \u0645\u0645\u06A9\u0646 \u0627\u0633\u062A \u0628\u0647 \u0645\u062D\u062F\u0648\u062F\u06CC\u062A \u0645\u0646\u0637\u0642\u0647 \u0627\u06CC Claude \u0645\u0631\u062A\u0628\u0637 \u0628\u0627\u0634\u062F\u060C \u0634\u0645\u0627 \u0645\u06CC \u062A\u0648\u0627\u0646\u06CC\u062F \u0633\u0639\u06CC \u06A9\u0646\u06CC\u062F \u0622\u062F\u0631\u0633 IP \u062E\u0648\u062F \u0631\u0627 \u062A\u063A\u06CC\u06CC\u0631 \u062F\u0647\u06CC\u062F\u060C \u06CC\u0627 \u0627\u0632 \u0633\u0631\u0648\u06CC\u0633 \u0647\u0627\u06CC \u062A\u0631\u062C\u0645\u0647 \u062F\u06CC\u06AF\u0631 \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u06A9\u0646\u06CC\u062F.","browser.brandDescriptionForSafari":"\u3010\u062A\u0631\u062C\u0645\u0647 \u0641\u0631\u0648 \u0631\u0641\u062A\u0647\u3011 \u06CC\u06A9 \u0627\u0641\u0632\u0648\u0646\u0647 \u062A\u0631\u062C\u0645\u0647 \u0635\u0641\u062D\u0647 \u0648\u0628 \u062F\u0648\u0632\u0628\u0627\u0646\u0647 \u0631\u0627\u06CC\u06AF\u0627\u0646 (\u0645\u062A\u0646 \u0627\u0635\u0644\u06CC / \u062A\u0631\u062C\u0645\u0647) \u060C \u062F\u0631 \u0639\u06CC\u0646 \u062D\u0627\u0644 \u067E\u0634\u062A\u06CC\u0628\u0627\u0646\u06CC \u0627\u0632 \u062A\u0631\u062C\u0645\u0647 PDF \u0648 \u062A\u0631\u062C\u0645\u0647 \u06A9\u062A\u0627\u0628 \u0627\u0644\u06A9\u062A\u0631\u0648\u0646\u06CC\u06A9\u06CC EPUB \u0628\u0627 \u062D\u0641\u0638 \u0637\u0631\u062D \u0628\u0646\u062F\u06CC \u0627\u0635\u0644\u06CC \u0633\u0646\u062F \u060C \u062A\u0631\u062C\u0645\u0647 \u0632\u06CC\u0631\u0646\u0648\u06CC\u0633 \u062F\u0648\u0632\u0628\u0627\u0646\u0647 \u0648\u06CC\u062F\u0626\u0648\u06CC \u0622\u0646\u0644\u0627\u06CC\u0646 Youtube / Netflix \u060C \u067E\u0634\u062A\u06CC\u0628\u0627\u0646\u06CC \u0627\u0632 \u062E\u062F\u0645\u0627\u062A \u062A\u0631\u062C\u0645\u0647 \u0627\u0635\u0644\u06CC Deepl / Google\u061B","browser.PdfProFile":"\u062A\u0631\u062C\u0645\u0647 PDF Pro \u0645\u062D\u0631\u06A9 \u0647\u0648\u0634 \u0645\u0635\u0646\u0648\u0639\u06CC","browser.textTranslate":"\u062A\u0631\u062C\u0645\u0647 \u0645\u062A\u0646"};var O4={nologin:"non connect\xE9",loginForSafari:"Se connecter ou s'inscrire",login:"Se connecter pour ouvrir une adh\xE9sion",manageAccount:"Comptes g\xE9r\xE9s",openPremium:"Adh\xE9sion ouverte",logout:"annuler",curentPlan:"Paquets actuels",endAt:"expiration",endAuto:"renouvellement automatique",lineBreakMaxTextCount:"Nombre maximal de caract\xE8res autoris\xE9s par phrase apr\xE8s les retours \xE0 la ligne","translate-pdf":"Cliquez pour traduire le PDF","noSupportTranslate-pdf":"Script non support\xE9, veuillez utiliser le plugin","translate-firefox-local-pdf":"Cliquez pour aller \xE0 Importer le PDF",enableLineBreak:"Activer le saut de ligne automatique pour les longs paragraphes",sponsorLabel:"1 $ D\xE9veloppeurs sponsoris\xE9s",help:"main",browserShortcutsNoteForFirefox:"Pour modifier les raccourcis dans Firefox, vous devez ouvrir la page de gestion des extensions `about:addons`, puis cliquer sur `Settings`, et enfin sur `Manage Shortcuts` pour d\xE9finir les raccourcis.",browserShortcutsNoteForChrome:'Pour modifier les raccourcis dans Chrome, vous devez ouvrir la page de gestion des extensions, les d\xE9finir dans le panneau "Gestion des raccourcis" (`chrome://extensions/shortcuts`), et cliquer sur le bouton ci-dessous pour acc\xE9der \xE0 la page de gestion des raccourcis.',browserShortcutsSucks:"Les raccourcis personnalis\xE9s sont format\xE9s comme suit (pas de reconnaissance automatique, veuillez entrer directement) :\uFF1A",enableLineBreakDescription:"Lorsque cette option est activ\xE9e, des sauts de ligne sont ins\xE9r\xE9s \xE0 la fin de chaque phrase dans les longs paragraphes afin d'en faciliter la lecture.","browser.shortBrandName":"Traduction en immersion","browser.brandName":"Traduction en immersion : pages Web et PDF bilingues","browser.brandDescription":"Bilingual web page translation, also supports PDF translation, bilingual Epub eBook translation, free to use.","browser.toggleTranslatePage":"Traduire la page/afficher le texte original","browser.toggleTranslateTheWholePage":"Traduire toutes les zones de la page/afficher le texte original","browser.toggleOnlyTransation":"Basculer en mode bilingue / mode traduction uniquement","browser.toggleTranslateToThePageEndImmediately":"Traduction imm\xE9diate en bas de page/affichage du texte original","browser.toggleTranslateTheMainPage":"Traduire la zone principale de la page/afficher le texte original","browser.shareToDraft":"Partager les pages bilingues","browser.openOptionsPage":"Ouvrir la page des param\xE8tres","browser.toggleTranslationMask":"Afficher/masquer l'effet de flou de translation","browser.translateLocalPdfFile":"Traduire des fichiers PDF locaux","browser.openEbookViewer":"Lire les livres \xE9lectroniques locaux","browser.openEbookBuilder":"Cr\xE9er des livres bilingues EPUB","browser.translateLocalHtmlFile":"Traduire des fichiers HTML/txt","browser.donateContext":"En savoir plus sur les avantages du parrainage","browser.translateLocalSubtitleFile":"Traduire les fichiers de sous-titres locaux",confirmResetConfig:"\xCAtes-vous s\xFBr de vouloir r\xE9initialiser les param\xE8tres ?",translationLineBreakSettingTitle:"R\xE9glage du saut de ligne de la traduction",smartLineBreak:"smart line feed (informatique)",alwaysLineBreak:"Toujours un saut de ligne",isShowContextMenu:"Ajouter des pages traduites aux \xE9l\xE9ments de menu \xE0 cliquer avec le bouton droit de la souris",toggleBeta:"Activation des fonctionnalit\xE9s de test b\xEAta",betaDescription:"Permet d'activer des fonctionnalit\xE9s encore exp\xE9rimentales, ainsi qu'un service de traduction en version b\xEAta. Rejoignez le <1>groupe Telegram pour en savoir plus.",translationLineBreakSettingDescription:"Les sauts de ligne sont toujours nets et ordonn\xE9s pour les pages \xE0 faible contenu. (Pour gagner de la place, utilisez des sauts de ligne intelligents dans les longs paragraphes \xE0 fort contenu (plus de{count}caract\xE8res)).",tempTranslateDomainTitle:"Dur\xE9e de l'activation temporaire de la traduction du site web",tempTranslateDomainDescription:"Lors de la traduction manuelle d'une page web, vous pouvez activer temporairement le site web pour la traduction automatique et vous pouvez d\xE9finir la dur\xE9e temporaire.",xMinutes:"{count} minutes",disabled:"interdire l'utilisation de qqch.",changelog:"Journal des mises \xE0 jour",toggleTranslatePageWhenThreeFingersOnTheScreen:"L'effleurement simultan\xE9 de l'\xE9cran par plusieurs doigts traduit les pages web/affiche le texte original",toggleTranslationMaskWhenThreeFingersOnTheScreen:"Le toucher \xE0 plusieurs doigts permet d'afficher/masquer l'effet de flou.",fingerCountToToggleTranslagePageOnlyTranslationWhenTouching:"Plusieurs doigts touchant l'\xE9cran en m\xEAme temps traduisent la page web (traduction uniquement)/affichent le texte original.",addUrlDescription:"Peut \xEAtre un nom de domaine et prend \xE9galement en charge les caract\xE8res g\xE9n\xE9riques, par exemple\uFF1A*.google.com, google.com/mail/*, https://www.google.com/*.",general:"Param\xE8tres de base",clickToExpandConfig:"\xC9tendre la configuration actuelle",import:"Importation d'un fichier",export:"Exporter vers un fichier",toggleDebug:"Imprimer le journal de d\xE9bogage sur la console","fingers.0":"coagulation","fingers.2":"touche \xE0 deux doigts","fingers.3":"touche \xE0 trois doigts","fingers.4":"touche \xE0 quatre doigts","fingers.5":"touche \xE0 cinq doigts",mouseHoldKey:"+ {key} traduire/restaurer le paragraphe",mouseHoldKeyAuto:"Traduction directe du paragraphe",mouseHoldKeyOff:"Ne faites rien.",mouseHoldKeyOther:"Raccourcis personnalis\xE9s (ouvrir les param\xE8tres)",mouseHoldKeyCustomKey:"{key} Traduction/r\xE9duction du paragraphe",mouseHoverHoldKey:"Traduire des paragraphes en appuyant sur la touche de raccourci tout en survolant la souris.","mouse-translate":"survol de la souris",document:"fichier (informatique)",resetSuccess:"R\xE9initialisation de tous les param\xE8tres r\xE9ussie",resetThisSuccess:"R\xE9initialisation r\xE9ussie",saved:"Sauvegarder le succ\xE8s",successImportConfig:"Importation r\xE9ussie de la configuration",goAdvancedSettings:"Acc\xE9der \xE0 la page des param\xE8tres avanc\xE9s",goAdvancedInterfaceSettings:"Acc\xE9der \xE0 la page Param\xE8tres de personnalisation avanc\xE9s",advanced:"Param\xE8tres avanc\xE9s",advancedDescription:"En g\xE9n\xE9ral, aucun r\xE9glage n'est n\xE9cessaire, il suffit de laisser la valeur par d\xE9faut. Pour les utilisateurs plus sp\xE9cialis\xE9s uniquement, des param\xE8tres plus personnalis\xE9s sont disponibles.",developer:"Param\xE8tres du d\xE9veloppeur",donateCafe:"prix","translate to the bottom of the page":"La traduction se fait-elle vers le bas de la page imm\xE9diatement apr\xE8s l'entr\xE9e dans la page ?",feedback:"Question Feedback",toggleTranslatePage:"Traduire la page/afficher le texte original",translateToThePageEndImmediatelyDescription:"Si vous l'activez, le contenu sera imm\xE9diatement traduit du haut vers le bas de la page au fur et \xE0 mesure que vous y acc\xE9dez. Si vous la d\xE9sactivez, la traduction se fait au fur et \xE0 mesure de la lecture. (Non recommand\xE9)","translate all areas of the page":"Traduire ou non toutes les zones de la page",translationAreaDescription:"Si cette option est activ\xE9e, toutes les zones de la page web sont traduites. Si l'option est d\xE9sactiv\xE9e, la reconnaissance intelligente par d\xE9faut est utilis\xE9e et seules les parties principales sont traduites. (Il n'est pas recommand\xE9 de l'activer)","the number of characters to be translated first":"Traduire directement les premiers caract\xE8res de la page sans attendre le d\xE9filement de la zone de visualisation","interface language":"langue de l'interface","display both the original text and the translation":"Affichage simultan\xE9 de l'original et de la traduction","keyboard shortcuts":"Raccourcis clavier",modify:"Modifier les touches de raccourci",reset:"reprovision",close:"coagulation",homepage:"page d'accueil",more:"plus",moreOptions:"\xC9largir les options de personnalisation",translateTheWholePage:"Traduire toutes les zones de la page (au lieu de reconna\xEEtre intelligemment les zones principales)",changeToTranslateTheWholePage:"Passer \xE0 la traduction de toutes les r\xE9gions",changeToTranslateTheMainPage:"Passer \xE0 la zone principale de traduction",changeToOnlyTranslationMode:"Afficher uniquement les traductions",changeToDualTranslationMode:"Passer \xE0 la traduction bilingue",translateToThePageEndImmediately:"Traduction imm\xE9diate en bas de page",translateTheMainPage:"R\xE9gions cl\xE9s de la traduction intelligente","The local rules are up to date":"Les r\xE8gles d'adaptation locales sont \xE0 jour.","Successfully synchronized with the latest official rules:":"Synchronisation r\xE9ussie avec les derni\xE8res r\xE8gles d'adaptation officielles.","Checking for updates":"V\xE9rification des mises \xE0 jour","Rules are being synchronized":"Synchronisation des r\xE8gles d'adaptation",localVersionIsTooOld:"La version de l'extension locale est trop ancienne, veuillez mettre \xE0 jour l'extension vers {minVersion} ou une version plus r\xE9cente avant d'essayer de synchroniser.",badUserscriptBrowser:"Le navigateur actuel n'impl\xE9mente pas correctement l'interface de l'extension Grease Monkey (par exemple, pour obtenir des informations sur le num\xE9ro de version du script Grease Monkey lui-m\xEAme), veuillez utiliser d'autres navigateurs qui <1>prennent en charge l'extension Grease Monkey, tels que Firefox.",foundNewVersion:"D\xE9couvrez la nouvelle version",theLocalExtensionIsUpToUpdate:"L'extension actuelle est \xE0 jour.",failToSyncRules:"Absence de synchronisation des derni\xE8res r\xE8gles d'adaptation",retry:"Cliquez ici pour r\xE9essayer",failedReason:"Raisons de l'\xE9chec",currentRuleVersion:"Version actuelle de la r\xE8gle",calculating:"Calculs",unknownError:"erreur inconnue",canNotFetchRemoteRule:"Impossible d'obtenir des r\xE8gles \xE0 distance",enableAlphaSuccess:"Alpha activ\xE9",disableAlphaSuccess:"La fonction Alpha a \xE9t\xE9 d\xE9sactiv\xE9e",cacheSize:"Taille du cache\uFF1A",cleaning:"en cours de liquidation",cleanCache:"effacer le cache",options:"mettre en place",about:"en ce qui concerne",service:"service d'interpr\xE9tation",needAction:"(Acc\xE9der aux param\xE8tres)",goSettings:"aller de l'avant et mettre en place",needActionForOptions:"(\xE0 mettre en place)",translationEngine:"Options du moteur",sourceLanguage:"Langue originale",target:"langue cible",popupSourceLanguage:"Langue originale",popupTarget:"langue cible",popupService:"service d'interpr\xE9tation",forThisSite:"Site web actuel",autoEnableSubtitle:"Ouverture automatique des sous-titres bilingues",alwaysTranslate:"Traduisez toujours",neverTranslate:"Ne jamais traduire",alwaysTranslateSomeLanguage:"Traduisez toujours {language}",neverTranslateSomeLanguage:"Ne jamais traduire {language}",alwaysTranslateSomeSite:"Traduisez toujours {hostname}",neverTranslateSomeSite:"Ne jamais traduire {hostname}",alwaysTranslateSomeSiteOrWildSite:"Toujours traduire le site",alwaysTranslateSomePage:"Toujours traduire la page",add:"augmenter",default:"par d\xE9faut (r\xE9glage)",forThisLanguage:"Pour cette langue\uFF1A","add url":"Saisir l'URL",edit:"compilateur","translate other languages into specific language":"Traduire d'autres langues dans la langue choisie","select translation service":"S\xE9lectionner un service de traduction",language:"multilinguisme","show-original":"Afficher le texte original",translate:"l'\xE9quarrissage",Translated:"traduit",Translating:"en traduction",Error:"incorrect",allowCacheTranslations:"Activer la mise en cache de la traduction locale (pour r\xE9duire les demandes de traduction pour les passages dupliqu\xE9s)","translation display":"Style d'affichage de la traduction","select diplay style":"Distinguer les styles de traduction, en se r\xE9f\xE9rant sp\xE9cifiquement aux exemples suivants",interface:"Param\xE8tres de l'interface",import_export:"Importation/Exportation",import_export_title:"Configuration de l'importation/exportation",syncToGoogleDrive:"Synchroniser avec Google Drive maintenant",floatBallOptions:"Param\xE8tres de l'hoverball","floatBallOptions.enable":"Activer le Hoverball","floatBallOptions.blockUrls":"D\xE9sactiver le site web","floatBallOptions.add":"augmenter","floatBallOptions.blockUrlDesc":"Les hoverballs ne sont pas affich\xE9s lorsque les sites web suivants sont rencontr\xE9s","floatBallOptions.clickType":"le comportement de clic","floatBallOptions.clickTypeDesc":"Comportement de l'ic\xF4ne Hoverball lorsqu'elle est cliqu\xE9e","floatBallOptions.clickPopup":"Afficher le panneau de traduction","floatBallOptions.clickTranslate":"Traduction/affichage du texte original","floatBallOptions.fixedPosition":"\u56FA\u5B9A\u4F4D\u7F6E","floatBallOptions.fixedPositionDesc":"\u60AC\u6D6E\u7403\u5728\u7A97\u53E3\u5DE6\u4FA7\u8FD8\u662F\u53F3\u4FA7","floatBallOptions.fixedPositionLeft":"\u5DE6\u4FA7","floatBallOptions.fixedPositionRight":"\u53F3\u4FA7",previewAllThemes:"Aper\xE7u de tous les styles","translationTheme.none":"ne pas avoir","translationTheme.grey":"gris fonc\xE9","translationTheme.dashed":"soulign\xE9 en pointill\xE9","translationTheme.dotted":"trait de soulignement en pointill\xE9","translationTheme.dashedBorder":"bordure en pointill\xE9s","translationTheme.solidBorder":"bordure solide","translationTheme.underline":"Souligner les lignes droites","translationTheme.mask":"Effets flous (modes d'apprentissage)","translationTheme.opacity":"effet de transparence","translationTheme.paper":"Effet d'ombre du papier blanc","translationTheme.dividingLine":"ligne de d\xE9marcation","translationTheme.highlight":"haute luminosit\xE9","translationTheme.marker":"marqueur (mot emprunt\xE9)","translationTheme.marker2":"Marqueur 2","translationTheme.blockquote":"Styles de r\xE9f\xE9rencement","translationTheme.weakening":"affaiblissement","translationTheme.italic":"caract\xE8re oblique","translationTheme.bold":"\xE9paissir","translationTheme.thinDashed":"ligne pointill\xE9e fine soulign\xE9e","translationTheme.nativeDashed":"Le syst\xE8me est soulign\xE9 en pointill\xE9","translationTheme.nativeDotted":"Le syst\xE8me est soulign\xE9 en pointill\xE9s","translationTheme.nativeUnderline":"Le syst\xE8me est assorti d'une ligne de d\xE9marcation droite","translationTheme.wavy":"ligne ondul\xE9e","translationServices.custom":"API personnalis\xE9e","translationServices.tencent":"Tencent Translator","translationServices.tenAlpha":"Tencent Translator (Alpha)","translationServices.google":"Google Translate","translationServices.bai":"Baidu (Alpha)","translationServices.baidu":"Traduction de Baidu","translationServices.aliyun":"AliCloud Traduction","translationServices.volc":"traduction du volcan","translationServices.deeplx":"DeepLX (Beta)","translationServices.bing":"Microsoft Translate","translationServices.deepl":"DeepL","translationServices.wechat":"Traduction WeChat","translationServices.azure":"Azure Translation","translationServices.ibm":"IBM Watson","translationServices.aws":"Traduction sur Amazon","translationServices.mock":"Traduction simul\xE9e","translationServices.mock2":"Traduction simul\xE9e 2","translationServices.caiyun":"lit. nuages color\xE9s et petites traductions","translationServices.cai":"Nuages color\xE9s (Alpha)","translationServices.volcAlpha":"Volcan (Alpha)","translationServices.openl":"OpenL","translationServices.youdao":"Traduction sur Youtube","translationServices.you":"Traducteur Youdao (Alpha)","translationServices.transmart":"Traduction interactive de Tencent","translationServices.niu":"Traducteur franc-tireur","translationServices.papago":"Traduction Papago","translationServices.d":"D (Alpha)","translationServices.dpro":"D Pro (Canari)","translationServices.openai":"OpenAI","translationServices.yandex":"Yandex","translationServices.chatgpt":"ChatGPT Web(3.5 mobile)","translate title":"Traduire les titres des pages","always languages":"Toujours traduire la langue",neverTranslateLanguagesLabel:"La langue qui ne sera jamais traduite",neverTranslateTheFollowingLanguagesDescription:"Les traductions sont ignor\xE9es lorsqu'un paragraphe de la page est r\xE9dig\xE9 dans l'une des langues suivantes",enableUserscriptPagePopup:"Afficher le hoverball sur la page",enableUserscriptPagePopupDescription:"Apr\xE8s avoir d\xE9sactiv\xE9 le hoverball, vous pouvez le rappeler \xE0 l'aide du raccourci /{touch}. Il est fortement recommand\xE9 de marquer cette page de param\xE8tres d'un signet afin d'\xE9viter de ne pas pouvoir retrouver le hoverball apr\xE8s avoir d\xE9sactiv\xE9 cette option par inadvertance !","always translate the following languages":"Traduit automatiquement dans la langue cible lorsque la page est dans l'une des langues suivantes","always sites":"Des sites web toujours traduits","always translate the following sites":"Les sites web sont automatiquement traduits dans la langue cible lorsqu'il s'agit de noms de domaine de","never sites":"Site web jamais traduit","never translate the following sites":"Les traductions ne seront pas effectu\xE9es si le site est destin\xE9 aux domaines suivants","please refer to":"Vous devez remplir la cl\xE9 avant de pouvoir l'utiliser.",KeyAndConfigurationTutorial:"Tutoriel d'application et de configuration des cl\xE9s",useAboveStyleForTheseSites:"Utilisez toujours le style de traduction \u2308{theme}\u230B lorsque le site est destin\xE9 aux domaines suivants",currentUrl:"URL actuel",confirm:"enregistrer (un fichier, etc.) (informatique)",cancel:"annulations",delete:"l'enl\xE8vement","languages.auto":"d\xE9tection automatique",syncToCloud:"Synchronisation avec Google Drive",syncToCloudDescription:"T\xE9l\xE9charg\xE9e dans le nuage, la configuration peut \xEAtre synchronis\xE9e entre diff\xE9rents navigateurs/scripts de singe de graisse, en fonction de la derni\xE8re modification.",syncToAccount:"Synchronisation avec l'Immersive Translation Cloud",syncToAccountButton:"Synchronisation instantan\xE9e avec le nuage",syncToAccountDescription:"Synchroniser automatiquement les configurations entre diff\xE9rents appareils, en fonction de la derni\xE8re modification.",successSyncConfigInAccount:"Synchronisation r\xE9ussie avec le nuage",successSyncConfigToAccount:"Synchronisation r\xE9ussie vers le nuage",syncConfigNoUpdate:"Il est d\xE9j\xE0 \xE0 jour.",authFail:"\xC9chec de l'autorisation",syncTitle:"Gestion manuelle des sauvegardes",import_hint:"importation (donn\xE9es)",upload:"t\xE9l\xE9charger",revokeAuth:"r\xE9voquer une autorisation",uploadFail:"\xC9chec du t\xE9l\xE9chargement",download:"t\xE9l\xE9chargement",importSuccess:"Importation r\xE9ussie",importFail:"\xE9chec de l'importation",deleteFail:"\xC9chec de la suppression",backupToCloud:"Gestion manuelle des fichiers de sauvegarde",create_new_backup:"Ajouter un nouveau n\u0153ud de sauvegarde",maxBackupFiles:"Jusqu'\xE0{count}n\u0153uds diff\xE9rents peuvent \xEAtre sauvegard\xE9s, veuillez supprimer les n\u0153uds dont vous n'avez pas besoin.",backupToCloudDescription:"T\xE9l\xE9charger ou restaurer manuellement les fichiers de sauvegarde, en autorisant jusqu'\xE0 trois sauvegardes diff\xE9rentes.",successSyncConfig:"Synchronisation r\xE9ussie avec le nuage",syncFail:"\xE9chec de la synchronisation",updatedAt:"Mise \xE0 jour de {date}",lastSyncedAt:"Derni\xE8re v\xE9rification \xE0 l'adresse {date}",downloadFail:"\xC9chec du t\xE9l\xE9chargement",clickToDownload:"Cliquer pour t\xE9l\xE9charger",aboutLabel:"\xC0 propos - Feedback","browser.openAboutPage":"\xC0 propos/commentaires",aboutLabelWithoutSponsor:"\xC0 propos - Feedback",aboutIntro:"Puissions-nous tous avoir un acc\xE8s plus facile et plus agr\xE9able \xE0 l'\xE9norme quantit\xE9 d'informations en langues \xE9trang\xE8res sur Internet \u2764\uFE0F Vous pouvez choisir d'activer votre <6>adh\xE9sion Pro pour utiliser les traductions pr\xEAtes \xE0 l'emploi de DeepL et OpenAI.

Vous pouvez nous suivre sur <3>Twitter, <4>Telegram, Weibo, WeChat, ou vous <5>inscrire \xE0 notre liste de <5>diffusion ci-dessous pour suivre les mises \xE0 jour.
Les <7>membres Pro peuvent nous contacter \xE0 l'adresse <8>support@immersivetranslate.com pour un service client\xE8le rapide.",aboutIntroWithoutSponsor:"Puissions-nous tous avoir un acc\xE8s plus facile et plus agr\xE9able \xE0 l'\xE9norme quantit\xE9 d'informations en langues \xE9trang\xE8res disponibles sur Internet \u2764\uFE0F

Vous pouvez nous suivre sur <3>Twitter, <4>Telegram channel, WeChat, WeChat Exchange, ou vous <5>abonner aux mises \xE0 jour par <5>courriel ci-dessous.",projectHomepage:"Accueil du projet",joinTelegramGroup:"Rejoignez le groupe d'utilisateurs pour participer aux discussions sur les fonctionnalit\xE9s",wechatPublicAccount:"WeChat Public",wechatCommunities:"Groupe d'\xE9change WeChat",qqCommunities:"Canal de communication QQ",joinTelegramChannel:"Suivez le canal Telegram pour les derni\xE8res mises \xE0 jour",feedbackAndJoin:"Question Feedback / Ajouter un groupe",autoSync:"synchronisation automatique de l'heure",loadingThemeTitle:"Style de chargement",loadingThemeDescription:"D\xE9finition du style lors de l'attente du chargement de la traduction","loadingTheme.spinner":"Animation de la rotation","loadingTheme.text":"texte statique qqch. ","loadingTheme.none":"non illustr\xE9",developerDescription:"La documentation sur la personnalisation avanc\xE9e est disponible <1>ici","edit border color":"Modifier la couleur de la bordure",successSyncButNoChange:"La configuration actuelle est compatible avec le nuage",customTheme:"Couleurs et tailles personnalis\xE9es","customThemeLabel.borderColor":"Couleur de la bordure","customThemeLabel.borderRadius":"Bords arrondis","customThemeLabel.textColor":"couleur du texte","customThemeLabel.backgroundColor":"couleur de fond","customThemeLabel.zoom":"Mise \xE0 l'\xE9chelle des polices (%)","customThemeLabel.opacity":"Opacit\xE9 du texte (%)",resetToDefaultColor:"R\xE9tablir les couleurs par d\xE9faut",resetToDefaultSettings:"R\xE9tablir les param\xE8tres par d\xE9faut",isTranslateTitle:"Permettre la traduction des titres de pages",isTranslateTitleDescription:"Lorsque cette option est activ\xE9e, le titre de la page est traduit.",enableSearchEnhancement:"Permettre l'enrichissement des messages bilingues",enableSearchEnhancementDescription:`Une fois l'option activ\xE9e, les r\xE9sultats de recherche de "Google News" seront automatiquement affich\xE9s dans la colonne de droite des sites web pris en charge (Google News, Google Search (certains mots-cl\xE9s), Snowball, Oriental Fortune, Futura, Tiger Community) pour les mots-cl\xE9s anglais correspondants.`,verifyService:"Cliquez ici pour tester le service",verified:"V\xE9rifier le succ\xE8s","field.langs":"Codes des langues prises en charge","field.model":"mod\xE9lisation","field.translationEngine":"moteur de traduction","field.limitPerMinute":"Nombre maximum de demandes par minute","field.limitPerSecond":"Demandes maximales par seconde","field.maxTextLengthPerRequest":"Longueur maximale du texte par demande","field.maxTextGroupLengthPerRequest":"Nombre maximum de paragraphes par demande","field.apiUrl":"Adresse de l'interface API personnalis\xE9e","field.placeholderDelimiters":"espace r\xE9serv\xE9","description.custom":"Acc\xE8s \xE0 l'interface personnalis\xE9e Documentation requise","description.limitPerMinute":"Les demandes d\xE9passant cette limite sont plac\xE9es dans une file d'attente jusqu'au d\xE9but de la minute suivante. En raison des diverses limitations du service actuel d'OpenAI, veuillez cliquer <1>ici pour obtenir les derni\xE8res valeurs sugg\xE9r\xE9es.","description.limitPerSecond":"Les demandes d\xE9passant cette limite sont plac\xE9es dans une file d'attente jusqu'au d\xE9but de la seconde suivante. En raison des diverses limitations du service actuel d'OpenAI, veuillez cliquer <1>ici pour obtenir les derni\xE8res valeurs sugg\xE9r\xE9es.","description.generalLimitPerSecond":"Les demandes d\xE9passant cette limite sont plac\xE9es dans une file d'attente jusqu'au d\xE9but de la seconde suivante.","description.prompt":"Envoyer la conversation \xE0 {service} en tant qu'utilisateur, o\xF9 {{text}} repr\xE9sente le contenu du texte du paragraphe, {{from}} repr\xE9sente la langue du paragraphe et {{to}} repr\xE9sente la langue cible.","description.maxTextLengthPerRequest":"Le nombre maximum de caract\xE8res par requ\xEAte est trop important pour que l'interface r\xE9ponde lentement, essayez donc d'ajuster cette option pour optimiser la vitesse.","description.systemPrompt":"Un dialogue envoy\xE9 \xE0 l'OpenAI en tant que syst\xE8me, o\xF9 {{text}} indique le contenu textuel du paragraphe,{{from}} indique la langue du paragraphe et{{to}} indique la langue cible.","field.domain":"royaume","description.domain":"La valeur par d\xE9faut est\uFF1Ageneral. Elle ne peut \xEAtre d\xE9finie que si la traduction par domaine est activ\xE9e dans la console Arima API, voir <1>ici pour les domaines pris en charge.","field.scene":"prendre","description.scene":"La valeur par d\xE9faut est\uFF1Ageneral. Elle ne peut \xEAtre d\xE9finie que si la console AliCloud API ouvre Machine Translation Pro, voir <1>ici pour les sc\xE9narios pris en charge.","field.vocabId":"ID du dictionnaire de l'utilisateur","description.vocabId":"Le dictionnaire out_id sp\xE9cifi\xE9 prend actuellement en charge la traduction de l'anglais vers le chinois.","description.model":"Mod\xE8les OpenAI, peuvent \xEAtre gpt-3.5-turbo, gpt-4, etc.","description.maxTextGroupLengthPerRequest":"Le nombre de paragraphes envoy\xE9s au service de traduction \xE0 la fois. S'il y a trop de paragraphes, l'interface peut r\xE9pondre plus lentement.","description.apiUrl":"Veuillez ajouter des URL sp\xE9cifiques avec des chemins d'acc\xE8s et une <1>description plus d\xE9taill\xE9e.",enabledExtension:"Activation des extensions",clickToDisableExtension:"Cliquez pour d\xE9sactiver les extensions",clickToEnableExtension:"Cliquez pour activer les extensions",hasBeenDisabled:"handicap\xE9","show password":"Afficher le mot de passe",customContent:"Saisir un nom de mod\xE8le personnalis\xE9",inputOptions:"Am\xE9lioration de la bo\xEEte de saisie",mouseHoverOptions:"survol de la souris",modifyMouseHoverKey:"Modifier le raccourci au survol de la souris",enableInputTranslation:"Activation ou non de l'am\xE9lioration des bo\xEEtes de saisie",enableInputTranslationDescription:"Une fois la fonction activ\xE9e, tapez {startingKey}{startingKey} hello directement dans le champ de saisie, puis tapez rapidement{inputTrailingTriggerKeyRepeatTimes}puis{trailingKey}pour traduire en {inputTargetLanguage}.",enableInputTranslationDescriptionForNoneKey:"Une fois la fonction activ\xE9e, tapez\uFF1AHello World directement dans le champ de saisie, puis appuyez rapidement sur{inputTrailingTriggerKeyRepeatTimes}{trailingKey}fois pour traduire dans la langue cible par d\xE9faut.",inputTargetLanguage:"D\xE9finition de la langue cible par d\xE9faut pour les bo\xEEtes de saisie",inputTargetLanguageDescription:"Langue cible par d\xE9faut pour la traduction de la bo\xEEte de saisie, c'est-\xE0-dire {startingKey}{startingKey} comme langue par d\xE9faut pour les mots d\xE9clencheurs.",inputTargetLanguageDescriptionForNoneKey:"Langue cible par d\xE9faut pour la traduction de la bo\xEEte de saisie",inputStartingTriggerKeyTitle:"D\xE9finition du caract\xE8re de s\xE9paration pour la traduction partielle de la zone de saisie",inputStartingTriggerKeyDescription:"Lorsque vous n'avez pas besoin de traduire l'int\xE9gralit\xE9 du champ de saisie, le s\xE9parateur vous permet de ne traduire que la partie allant de {startingKey}{startingKey} \xE0 la fin du champ de saisie, ou vous pouvez sp\xE9cifier le code de la langue, par exemple\uFF1A{startingKey}ja signifie ne traduire que la partie allant de {startingKey}ja \xE0 la fin du champ de saisie.",inputStartingTriggerKeyDescriptionForNoneKey:"Le param\xE8tre actuel d'absence de pr\xE9fixe n'est pas n\xE9cessaire et la fonction de traduction de certains textes dans la bo\xEEte de saisie n'est pas disponible pour le moment.",inputTrailingTriggerKeyTitle:"S\xE9lectionner un caract\xE8re d\xE9clencheur de fin d'entr\xE9e",inputTrailingTriggerKeyDescription:"3 coups rapides{trailingKey} commencera \xE0 traduire !",inputTrailingTriggerKeyTimeout:"Entrez le temps entre les d\xE9clenchements de fin de combat",inputTrailingTriggerKeyTimeoutDescription:"D\xE9finit le temps (en millisecondes) entre les d\xE9clenchements combo de fin d'entr\xE9e.",spaceKey:"<\u7A7A\u683C\u952E>",noneKey:"Traduction directe de l'ensemble de la zone de texte sans pr\xE9fixe",inputTranslationBlockUrlsTitle:"N'activez pas l'am\xE9lioration des bo\xEEtes de saisie dans les URL suivantes",inputTranslationBlockUrlsDescription:"Les am\xE9liorations apport\xE9es aux bo\xEEtes de saisie ne fonctionneront pas aux URL suivants",clickToSeeQuickDemo:"Cliquez pour agrandir la vid\xE9o du tutoriel de 30 secondes",inputHelperInfo:"Description\uFF1ANous avons optimis\xE9 le fait que certains caract\xE8res d\xE9clencheurs se transforment en signes de ponctuation chinois sous les m\xE9thodes d'entr\xE9e chinoises, par exemple, / se transforme en signe dun , sous la m\xE9thode d'entr\xE9e Sogou, et Immersive Translator prend en charge tous les symboles chinois correspondant aux caract\xE8res d\xE9clencheurs, c.-\xE0-d. //,,, seront reconnus comme des caract\xE8res d\xE9clencheurs.

Nous prenons \xE9galement en charge les alias chinois pour les codes de langue en tant que commandes, par exemple /Japanese Hello World sera traduit en japonais, <1>cliquez ici pour voir tous les codes de langue pris en charge.",reloadCurrentPage:"Veuillez rafra\xEEchir la page actuelle avant de commencer la traduction.",noLocalFilePermissionForPDF:"Vous n'avez pas l'autorisation de lire les fichiers locaux, veuillez cliquer sur le bouton ci-dessus et importer les fichiers locaux.",noPermissionForThisPage:"\u26A0\uFE0F Pas d'autorisation de traduire la page actuelle",retryAllParagraphs:"R\xE9essayer tous les passages d'erreur",retryAllButton:"R\xE9essayer tous les passages d'erreur",errorTooltipTitle:"Cliquez pour voir la cause de l'erreur",errorModalTitle:"Il semble qu'il y ait un probl\xE8me avec le service de traduction ou le r\xE9seau...",disableConfirm:"Cadre d'am\xE9lioration de l'information bilingue",disableOnce:"Cette invalidit\xE9",disableGlobal:"d\xE9sactiver de fa\xE7on permanente",disableTint:"* Vous pouvez le r\xE9activer \xE0 l'adresse {option} .",searchEnhancementNotes:"Apr\xE8s avoir activ\xE9 la fonction d'am\xE9lioration de l'information bilingue de la traduction immersive, nous rechercherons automatiquement pour vous les m\xEAmes mots-cl\xE9s en anglais sur les sites web pris en charge (Google News, Google Search (certains mots-cl\xE9s), Snowball, Oriental Wealth, Futura, Tiger) et les afficherons sur le c\xF4t\xE9 droit. Vous pouvez choisir de d\xE9sactiver cette fonction si vous n'en avez pas besoin.",option:"mettre en place",saveSettings:"Sauvegarder les param\xE8tres",closeModal:"Fermer la fen\xEAtre",enableInputTranslationWithoutTriggerKeyTitle:"Activer 3 quick hits sur{trailingKey}pour traduire directement l'ensemble de la bo\xEEte de saisie en{inputTargetLanguage}",enableInputTranslationWithoutTriggerKeyDescription:"Pour sp\xE9cifier la langue cible, pr\xE9fixez-la avec le code de la langue, par exemple\uFF1Aja Hello World",mouseHoverShortcutPlaceholder:"par exemple :\uFF1AShift",deepLProName:"Immersive Translation Membre Pro (Recommand\xE9)",deepLProDescription:"Le paquet actuel peut \xEAtre utilis\xE9 directement",deeplProDescriptionForNormal:"Aucune installation n'est requise, les membres peuvent l'utiliser apr\xE8s s'\xEAtre connect\xE9s, <1>cliquez ici pour passer au statut de membre",deepLCustomDescription:"Carte de cr\xE9dit \xE9trang\xE8re requise, ouverture officielle sur <1>DeepL, cliquez pour la <2>documentation",deepLCustomName:"Cl\xE9 d'authentification personnalis\xE9e",chooseProviderLabel:"S\xE9lectionner un prestataire de services",openaiProName:"Immersive Translation Membre Pro (Recommand\xE9)",openaiProDescription:"Le paquet actuel peut \xEAtre utilis\xE9 directement",openaiProDescriptionForNormal:"Aucune installation n'est requise, les membres peuvent l'utiliser apr\xE8s s'\xEAtre connect\xE9s, <1>cliquez ici pour passer au statut de membre",openaiCustomDescription:"Disponible sur OpenAI, Azure OpenAI, ou d'autres services tiers, <1>cliquez ici pour la documentation.",openaiCustomName:"Cl\xE9 API personnalis\xE9e",needLoginAction:"(Adh\xE9sion ouverte ou personnalisation)",goLoginOrAction:"(Ouvrir une adh\xE9sion ou aller dans les param\xE8tres)",yearly:"effectuer un paiement annuel cons\xE9cutif",quarterly:"l'emballage s\xE9quentiel",monthly:"abonnement mensuel",yearlyForOnce:"Forfait annuel unique",monthlyForOnce:"Forfait mensuel unique",daily:"jours cons\xE9cutifs de paquet",year:"effectuer un paiement annuel cons\xE9cutif",quarter:"l'emballage s\xE9quentiel",month:"abonnement mensuel",day:"jours cons\xE9cutifs de paquet",onetime_7day:"Pack exp\xE9rience 7 jours",currentPlanDescriptionForFree:"Paquets actuels\uFF1AGratuit",currentPlanDescriptionForContinuous:"L'offre actuelle\uFF1A{plan}sera automatiquement renouvel\xE9e sur {endAt}",currentPlanDescriptionForAutoRenewCaceling:"L'offre actuelle\uFF1A{plan}expirera \xE0 la date {endAt} et ne sera pas renouvel\xE9e automatiquement \xE0 cette date.",currentYearlyPlanDescriptionForAutoRenewCacelingWithRealPaiedUser:"L'offre actuelle,\uFF1A{plan}, expirera le {endAt} et ne sera pas renouvel\xE9e automatiquement \xE0 l'expiration.
<1>Cliquez ici pour g\xE9rer votre plan de renouvellement",currentYearlyPlanDescriptionForAutoRenewCacelingWithAdmin:"L'offre actuelle,\uFF1A{plan}, expirera \xE0 {endAt} et ne sera pas renouvel\xE9e automatiquement \xE0 l'\xE9ch\xE9ance.
<1>Cliquez ici pour activer l'abonnement annuel continu",currentPlanDescriptionForOneTime:"L'abonnement actuel\uFF1A{plan}expirera sur {endAt} , <1>cliquez ici pour passer \xE0 un abonnement <1>annuel ou <2>mensuel.",upgradePlan:"Cliquez ici pour passer \xE0 l'adh\xE9sion Pro",upgradeToPro:"Passer \xE0 l'adh\xE9sion Pro","popup.openPro":"Passez \xE0 l'adh\xE9sion Pro pour profiter de DeepL et de la traduction OpenAI, cliquez ici pour passer \xE0 l'adh\xE9sion Pro.","popup.openProForPro":"Vous \xEAtes un membre Pro avec un acc\xE8s direct \xE0 DeepL et aux traductions OpenAI !",currentAccount:"compte courant",enableAutoSyncUserSettings:"Permettre la synchronisation automatique du nuage sur plusieurs appareils",modalEnableInputTranslationTitle:"Traduction immersive Bo\xEEte de saisie Alertes de traduction",modalEnableInputTranslationDesc:"Vous venez de d\xE9clencher la traduction de la bo\xEEte de saisie d'Immersive Translation en appuyant sur la barre d'espacement 3 fois en succession rapide, et le contenu de la bo\xEEte de saisie sera traduit dans la langue cible par d\xE9faut. La traduction peut \xEAtre annul\xE9e avec Ctrl+Z.

Si c'est une erreur, ne vous inqui\xE9tez pas, vous pouvez choisir de la d\xE9sactiver cette fois-ci, ou de d\xE9sactiver d\xE9finitivement la traduction de la zone de saisie.",saveAndNotShowAgain:"Sauvegarder et arr\xEAter le message",disableInputTranslationTips:"* Vous pouvez \xE9galement d\xE9finir d'autres raccourcis pour qu'ils se d\xE9clenchent dans {option} ,{learnMore}.",learnMore:"Cliquez ici pour en savoir plus",continueEnalbeInputTranslation:"Continuer \xE0 activer la traduction des champs de saisie",autoRenewTrialSuffix:`(Dans la version d'essai,passe imm\xE9diatement \xE0 l'adh\xE9sion compl\xE8te)`,upgradeFromTrialTitle:"Passer au statut de membre \xE0 part enti\xE8re",subtitle:"sous-titrage vid\xE9o",youtubeService:"Traduction en immersion Sous-titrage vid\xE9o Services de traduction","subtitle.disabledSubtitle":"D\xE9sactiver d\xE9finitivement la fonction de sous-titres vid\xE9o","subtitle.disabledSubtitleDescription":"Si Immersive Translator's Video Subtitles entre en conflit avec d'autres extensions, vous pouvez choisir de d\xE9sactiver d\xE9finitivement la fonctionnalit\xE9 d'Immersive Translator's Video Subtitles ou de d\xE9sinstaller les autres extensions en conflit.","subtitle.autoEnableSubtitle":"Utilisation automatique de sous-titres bilingues","subtitle.autoEnableSubtitleDescription":"Une fois activ\xE9, des sous-titres bilingues s'afficheront automatiquement lorsque la vid\xE9o est en cours de lecture, sinon, il faut cliquer sur le bouton de traduction pour les afficher.","subtitle.preTranslation":"Traduire des sous-titres \xE0 l'aide de la traduction immersive","subtitle.preTranslationDescription":"Lorsque cette option est activ\xE9e, l'int\xE9gralit\xE9 des sous-titres sera pr\xE9-traduite \xE0 l'aide du service de traduction sp\xE9cifi\xE9 ci-dessous. Une vid\xE9o d'une heure consommera environ 50 000 tokens ou caract\xE8res, donc \xE0 utiliser \xE0 votre propre discr\xE9tion ; lorsqu'elle est d\xE9sactiv\xE9e, les sous-titres originaux seront utilis\xE9s en premier.","subtitle.humanSubtitlesPreferred":"Utilisation prioritaire du sous-titrage humain","subtitle.humanSubtitlesPreferredDescription":"Privil\xE9gier l'utilisation de sous-titres humains lorsque la vid\xE9o dispose de sous-titres humains dans la langue cible (recommand\xE9).",videoSubtitleTranslationDescription:"Confier les sous-titres vid\xE9o \xE0 un service de traduction distinct",subtitleTranslating:"Veuillez patienter pendant que les sous-titres sont traduits \xE0 l'aide du service {service} ... (traduction en immersion)",subtitleLoading:"Chargement des sous-titres...",bilingual:"bilinguisme","field.action":"Activation ou non de la terminologie Baidu","description.action":"Lorsqu'il est activ\xE9, un param\xE8tre action=1 est ajout\xE9 \xE0 la demande pour informer Baidu de l'activation du terme. <1>Veuillez vous r\xE9f\xE9rer \xE0 la documentation officielle pour plus d'informations.",closeQuickTranslation:"Fermer Hoverball","closeQuickTranslation.untilNext":"Cette fois-ci ferm\xE9 jusqu'\xE0 la prochaine visite","closeQuickTranslation.currentWebsite":"Site actuel d\xE9sactiv\xE9","closeQuickTranslation.alwaysClose":"d\xE9sactiver de fa\xE7on permanente","closeQuickTranslation.settingOpen":"(peut \xEAtre activ\xE9e dans la <1>page des param\xE8tres )","closeQuickTranslation.cancel":"annulations","closeQuickTranslation.confirm":"d\xE9finir","floatBall.popup":"Ouvrir le panneau des r\xE9glages rapides","floatBall.translate":"Cliquez pour traduire la page","floatBall.showOriginal":"Cliquez pour revenir \xE0 l'article original","floatBall.close":"Fermer Hoverball","floatBallOptions.enableDescPc":"Apr\xE8s avoir activ\xE9 le hoverball de la page, un bouton de traduction rapide sera affich\xE9 sur le c\xF4t\xE9 droit de la page, cliquez dessus pour traduire !","floatBallOptions.enableDesc":"Apr\xE8s avoir d\xE9sactiv\xE9 le hoverball, il peut \xEAtre rappel\xE9 \xE0 l'aide de{touch}. Il est fortement recommand\xE9 de marquer cette page de param\xE8tres d'un signet afin d'\xE9viter de ne pas pouvoir retrouver le hoverball apr\xE8s avoir d\xE9sactiv\xE9 cette option par inadvertance !","description.azureApiUrl":"Remplir l'adresse de l'interface API personnalis\xE9e",confirmSupportMouse:"Forcer l'activation de la prise en charge de la souris",confirmSupportMouseDescription:"Le navigateur actuel ne prend pas en charge la fonction de la souris. Est-il oblig\xE9 d'activer la prise en charge de la souris ?",sampleTargetText:"La longue nuit viendra, et je veillerai \xE0 partir de ce jour jusqu'\xE0 ma mort. Je ne prendrai pas de femme, je ne ferai pas de fief, je n'aurai pas d'enfant. Je ne porterai pas de couronne, je ne rechercherai pas les honneurs. Je ferai mon devoir, je vivrai et je mourrai.",sampleSourceText:"Night gathers, and now my watch begins. It shall not end until my death. I shall take no wife, hold no lands, father no children. I shall wear no crowns and win no glory. I shall live and die at my post.","subtitle.supportedSites":"\u5DF2\u652F\u6301\u5728\u8FD9\u4E9B\u7F51\u7AD9\u4F7F\u7528\u53CC\u8BED\u5B57\u5E55\uFF08\u6CE8\u610F\uFF1A\u7531\u4E8E\u6280\u672F\u9650\u5236\uFF0C\u90E8\u5206\u7F51\u7AD9\u5728\u9996\u6B21\u5F00\u542F\u5B57\u5E55\u540E\u9700\u8981\u91CD\u65B0\u5237\u65B0\u9875\u9762\uFF0C\u6216\u8005\u9700\u7B49\u5F85\u7FFB\u8BD1\u5B8C\u6210\u4EE5\u663E\u793A\u53CC\u8BED\u5B57\u5E55\uFF09\uFF1A",viewWithImmersiveTranslate:"\u53CC\u8BED\u7248\u672C(\u6C89\u6D78\u5F0F\u7FFB\u8BD1)",errorReason:"\u9519\u8BEF\u539F\u56E0\uFF1A{message}","proQuotaExceededError.onetime7day":'\uFF0C\u60A8\u53EF\u4EE5\u9009\u62E9\u4EE5\u4E0B\u65B9\u5F0F\u89E3\u51B3\uFF1A

1. \u5207\u6362\u5230 {anotherService} \u6216\u5176\u4ED6\u7FFB\u8BD1\u670D\u52A1
2. \u5347\u7EA7\u4E3A\u6708\u5EA6/\u5E74\u5EA6\u4F1A\u5458',"proQuotaExceededError.trial":'\uFF0C\u60A8\u53EF\u4EE5\u9009\u62E9\u4EE5\u4E0B\u65B9\u5F0F\u89E3\u51B3\uFF1A

1. \u5207\u6362\u5230 {anotherService} \u6216\u5176\u4ED6\u7FFB\u8BD1\u670D\u52A1
2. \u7ACB\u523B\u5347\u7EA7\u4E3A\u6B63\u5F0F\u4F1A\u5458',"proQuotaExceededError.nonTrial":'\uFF0C\u60A8\u53EF\u4EE5\u9009\u62E9\u4EE5\u4E0B\u65B9\u5F0F\u89E3\u51B3\uFF1A

1. \u5207\u6362\u5230 {anotherService} \u6216\u5176\u4ED6\u7FFB\u8BD1\u670D\u52A1
2. \u8D2D\u4E70 {translationService} \u989D\u5916\u6D41\u91CF\u5305',"proQuotaExceededError.resetTime":"
3. \u989D\u5EA6\u91CD\u7F6E\u65F6\u95F4\uFF1A{resetTime}","desc.touchShortcutsToggleTranslatePageOnlyTranslation":"Seulement la traduction signifie que seule la traduction est affich\xE9e, si la page n'a pas encore \xE9t\xE9 traduite, elle passera en mode et sera traduite.","desc.toggleOnlyTransation":"Le mode de traduction uniquement signifie que seules les traductions sont affich\xE9es, si la page Web n'a pas encore \xE9t\xE9 traduite, le mode sera chang\xE9 et traduit.",touchShortcutsToggleTranslatePageOnlyTranslation:"Configurer les gestes tactiles pour passer en mode bilingue / mode texte uniquement",download_started:"Le t\xE9l\xE9chargement a d\xE9j\xE0 commenc\xE9, si le t\xE9l\xE9chargement ne commence pas automatiquement, veuillez cliquer manuellement.",here:"ici","error.goReset":"R\xE9initialiser",translationFont:"D\xE9finir la police","error.serveConfigError":"Erreur de configuration du service",detectServiceLoading:"En train de v\xE9rifier les services de traduction disponibles...","translationModeUrl.translation.title":"L'adresse du site en mode traduction uniquement","translationServices.inherit":"Suivez le service de traduction principal","translationModeLang.translation.title":"Mode de langue uniquement en traduction","error.configError":"Les donn\xE9es de configuration sont anormales","translationFont.customPlaceholder":"police de caract\xE8res","touch.mouse-translate":"Traduire le paragraphe sp\xE9cifi\xE9",toggleToService:"Passez \xE0 {service} et r\xE9essayez","translationFont.custom":"Entrez une police personnalis\xE9e",batchEdit:"Op\xE9ration en masse","error.proUpgrade":"Apr\xE8s la mise \xE0 niveau, veuillez rafra\xEEchir la page et traduire \xE0 nouveau.","error.502":"Le service renvoie une erreur, le service est en retard, veuillez r\xE9essayer plus tard.","error.403":"Le service renvoie une erreur, vous n'avez pas temporairement le droit d'acc\xE9der \xE0 ce service.","error.googleLimitIp":"Le service renvoie une erreur, le service Google a limit\xE9 le d\xE9bit pour cette adresse IP, il est recommand\xE9 de changer de n\u0153ud r\xE9seau.",videoSubtitlePreTranslationOff:"Les sous-titres vid\xE9o utiliseront en priorit\xE9 les sous-titres automatiques fournis avec la vid\xE9o originale.","translationFont.notSupportErrorMessage":"Veuillez v\xE9rifier si le nom de la police que vous avez entr\xE9 est correct, ou confirmer que cette police est d\xE9j\xE0 install\xE9e sur votre appareil.","error.proTokenInvalid":"Si vous \xEAtes un utilisateur Pro, veuillez vous connecter avant d'utiliser le service de traduction Pro.",videoSubtitlePreTranslationOn:"Les sous-titres vid\xE9o utiliseront en priorit\xE9 la traduction immersive.","error.400":"Le service renvoie une erreur, la demande de param\xE8tre est incorrecte, veuillez v\xE9rifier la configuration correspondante.","error.429":"Le service renvoie une erreur, indiquant que la demande est trop fr\xE9quente ou d\xE9passe la limite de quota, veuillez r\xE9essayer plus tard.","translationModeUrl.translation.description":"Lorsque le site Web est pour les domaines suivants, il utilisera automatiquement le mode de traduction uniquement.",enableSentryReport:"Lorsqu'une erreur se produit lors de l'extension, utilisez Sentry pour soumettre des commentaires.","error.reloadPageOfSetting":"Apr\xE8s la configuration, veuillez rafra\xEEchir la page pour traduire \xE0 nouveau.","translationModeLang.translation.description":"Lorsque la langue de la page est l'une des langues suivantes, le mode de traduction uniquement sera automatiquement utilis\xE9.","error.gemini.429":"Le service Gemini actuel a atteint sa capacit\xE9 maximale, veuillez r\xE9essayer plus tard ou passer \xE0 un autre service de traduction.","desc.toggleVideoSubtitlePreTranslation":"Une fois appuy\xE9, les sous-titres bilingues de la vid\xE9o utiliseront en priorit\xE9 les param\xE8tres de traduction immersive, une nouvelle pression donnera la priorit\xE9 aux sous-titres de traduction automatique inclus dans la vid\xE9o originale. Attention : ce raccourci modifie les param\xE8tres globaux.","error.openAIExceededQuota":"Le service renvoie une erreur : le solde de votre compte OpenAI est insuffisant, veuillez recharger ou lier une carte de cr\xE9dit dans le back-office officiel d'OpenAI.","error.openAIFreeLimit":"Le service renvoie une erreur, la fr\xE9quence actuelle des demandes de traduction a atteint la limite maximale de 3 fois par minute, veuillez r\xE9essayer plus tard. (C'est une restriction officielle d'OpenAI sur la cl\xE9 API gratuite, pour lever cette restriction, veuillez lier une carte de cr\xE9dit dans le backend d'OpenAI.)","error.serveUnavailable":"Le service [{serverName}] que vous utilisez actuellement est temporairement inaccessible en raison de probl\xE8mes de connexion r\xE9seau ou de fournisseur de services. Nous vous sugg\xE9rons d'essayer de rafra\xEEchir la page ou de changer de service de traduction via <1>Param\xE8tres. Si vous \xEAtes un membre <2>Pro, vous pouvez choisir d'utiliser les services de traduction plus stables de DeepL ou OpenAI (<3>cliquez ici pour un essai gratuit). De plus, vous devrez peut-\xEAtre v\xE9rifier vos param\xE8tres de r\xE9seau ou de proxy.",loggedIn:"Connect\xE9","error.retry":"R\xE9essayer","floatBall.iKnow":"Je sais.",touchShortcutsOff:"Fermer","tagsInput.add":"+ Ajouter","translationServices.gemini":"G\xE9meaux",goLogin:"Allez vous connecter",shortcutSettings:"Raccourci",notLogin:"Non connect\xE9","multipleClick.4":"Quadruple frappe",alwaysTranslateThisSite:"Toujours traduire ce site","multipleClick.3":"Triple coup",neverTranslateThisSite:"Ne jamais traduire ce site","subtitle.bilingual":"Sous-titres bilingues","widget.instructionTooltip":"Consultez le mode d'emploi","shortcutGroup.shortcutsForTranslationServices":"Raccourcis li\xE9s au service de traduction",buildSnapshots:"G\xE9n\xE9rer un instantan\xE9 de la page web",shortcutSettingsTitle:"Param\xE9trage des raccourcis","subtitle.hideQuickButton":"Ne plus afficher ce raccourci",contact:"Contactez-nous","widget.videoSubtitleTooltip":"Prend en charge Youtube et autres sites vid\xE9o {count}+",notLoginPro:"Vous n'avez pas encore connect\xE9 \xE0 votre compte membre.","multipleClick.2":"Double-cliquez","widget.videoSubtitle":"sous-titres vid\xE9o",temprarilyChangeTranslationTo_gemini:"Utilisation de Gemini pour traduire la page actuelle.","error.subscriptionExpiredTitle":"L'adh\xE9sion a expir\xE9",pickAll:"Tout s\xE9lectionner","floatBall.guideClickToTranslate":"Cliquez sur la bulle de traduction immersive pour traduire rapidement",temprarilyChangeTranslationTo_google:"Utilisation en cours de Google Traduction pour cette page actuelle",temprarilyChangeTranslationTo_bing:"Utilisation en cours de Microsoft Traduction pour la page actuelle",mouseHoverCustomKeyTitle:"Personnaliser les raccourcis de survol de la souris","browser.translateWithDeepL":"Utilisation temporaire de DeepL pour traduire la page actuelle","widget.translateFile":"PDF/ePub",temprarilyChangeTranslationTo_openai:"Utilisation en cours d'OpenAI pour traduire la page actuelle","subtitle.autoDisableSubtitle":"Ne pas activer automatiquement les sous-titres bilingues","error.reason":"Raison de l'erreur",temprarilyChangeTranslationTo_deepl:"Utilisation de DeepL pour traduire la page actuelle.","widget.translateFileTooltip":"Traduire les documents PDF, EPUB, SRT, ASS, HTML et TXT",networkError:"Le service de traduction ou le r\xE9seau rencontre des probl\xE8mes.","floatBall.longPress":"Appuyez longuement pour ouvrir rapidement le panneau de configuration.",paragraphMinTextCountField:"Le nombre minimum de caract\xE8res requis pour traduire un paragraphe","browser.translateWithTransmart":"Utilisation temporaire de Tencent pour traduire la page actuelle","browser.translateWithOpenAI":"Utilisation temporaire d'OpenAI pour traduire la page actuelle",translationOnlyMode:"Mode de traduction uniquement","slide.right":"Glissez vers la gauche","shortcutGroup.main":"Raccourcis de fonctionnalit\xE9s couramment utilis\xE9s",temprarilyChangeTranslationTo_transmart:"Utilise actuellement la traduction de Tencent pour cette page.",touchShortcutsToggleTranslatePage:"D\xE9finir un geste tactile pour traduire la page web / afficher le texte original","slide.left":"Faites glisser vers la droite","shortcutGroup.touch":"Gestes sp\xE9cifiques pour \xE9cran tactile","intro.floatBallTitle":"Boule flottante de traduction rapide","neverTranslateText.title":"Ci-dessous, les mots restent en texte original, ne pas traduire.","browser.toggleMouseHoverTranslateDirectly":"Activer ou d\xE9sactiver temporairement la traduction directe au survol de la souris sur la page","browser.translateInputBox":"Traduire le contenu de la bo\xEEte de saisie actuelle","browser.translateWithGoogle":"Utilisation temporaire de Google Traduction pour la page actuelle","browser.translateWithBing":"Utilisation temporaire de Microsoft Traduction pour la page actuelle","widget.instruction":"Mode d'emploi","subtitle.showQuickButton":"Afficher les sous-titres bilingues dans le lecteur est un raccourci",touchShortcutsToggleTranslationMask:"Configurer l'affichage du geste tactile pour afficher le masque de traduction / afficher le texte original","error.subscriptionExpired":"Votre adh\xE9sion a peut-\xEAtre expir\xE9, veuillez v\xE9rifier votre statut de membre.","intro.hoverTitle":"Survolez avec la souris pour traduire le paragraphe actuel","browser.translateWithGemini":"Utilisez temporairement Gemini pour traduire la page actuelle",touchShortcutsToggleTranslateTouchElement:"Configurer la traduction de paragraphes sp\xE9cifiques par gestes tactiles","desc.touchShortcutsToggleTranslateTouchElement":"Personnalisez un geste et vous pourrez traduire n'importe quel paragraphe o\xF9 vous vous trouvez.","intro.subtitleTitle":"Affichage des sous-titres bilingues en vid\xE9o en ligne","desc.interfaceLanguage":"La configuration de la langue de l'interface affecte la langue d'affichage du panneau de contr\xF4le et n'a rien \xE0 voir avec la langue cible de la traduction.","browser.toggleVideoSubtitlePreTranslation":"Basculer vers les sous-titres bilingues en privil\xE9giant les param\xE8tres de traduction immersive","shortcutGroup.others":"Plus de raccourcis de fonctionnalit\xE9s personnalis\xE9es",confirmResetToDefaultSettings:"Confirmez-vous vouloir r\xE9tablir ce service de traduction comme param\xE8tre par d\xE9faut ? (Cela ne r\xE9initialise que les param\xE8tres de ce service de traduction)",shortcutDisableTooltip:"Veuillez configurer dans la page de gestion des raccourcis d'extension fournie par le navigateur, pour plus de directives, veuillez consulter les instructions en haut de cette page.","subtitle.showQuickButtonDescription":"Fournir un raccourci pour activer les sous-titres bilingues dans le coin inf\xE9rieur droit du lecteur vid\xE9o","shortcutGroup.mouse":"Configuration des raccourcis clavier pour le survol de la souris","desc.toggleTranslateTheMainPage":"Traduisez uniquement les zones principales de la page, une fois que vous avez activ\xE9 la traduction de toutes les zones de la page dans les param\xE8tres avanc\xE9s, vous pouvez utiliser ce raccourci pour traduire sp\xE9cifiquement les zones principales de la page.","description.baiduField":"Les domaines pris en charge sont vus <1>ici, si vide cela signifie qu'aucun domaine n'est sp\xE9cifi\xE9.",upgradeToProErrorTitle:"Veuillez passer \xE0 l'adh\xE9sion Pro pour utiliser ce service de traduction.",paragraphMinTextCountDesc:"Faites attention, ici on parle de la longueur des caract\xE8res, par exemple: hello compte 5 caract\xE8res, d\xE9finir une valeur plus grande peut r\xE9duire les traductions de petits paragraphes inutiles.",translationOnlyModeDescription:"Le mode de traduction uniquement signifie que seule la traduction est affich\xE9e, et non le mode bilingue par d\xE9faut. Notez que: en raison des limitations techniques, les hyperliens du texte original seront d\xE9sactiv\xE9s en mode de traduction uniquement.","desc.toggleTranslateTheWholePage":"Traduire toute la zone de la page, par d\xE9faut, nous traduirons la zone principale de la page, vous pouvez utiliser ce raccourci pour traduire sp\xE9cifiquement toute la zone de la page.","contact.description":"Si vous avez des questions ou des suggestions, n'h\xE9sitez pas \xE0 remplir le formulaire ci-dessous pour nous contacter, ou \xE0 envoyer un courriel \xE0 {email}, nous vous r\xE9pondrons d\xE8s que possible.",mouseHoverCustomKeyDescription:"Vous pouvez personnaliser un raccourci clavier pour le survol de la souris, par exemple : Alt+Z, Ctrl+E, Cmd+Alt+E ou directement Cmd, veuillez entrer manuellement.","desc.mouseHoverHoldKey":"Lorsque la souris survole un paragraphe et que vous appuyez simultan\xE9ment sur la touche de raccourci \xE0 droite, vous pouvez traduire directement ce paragraphe.","desc.touchShortcutsToggleTranslatePage":"Une fois configur\xE9, lors de l'utilisation d'un appareil mobile, vous pouvez toucher l'\xE9cran avec X doigts, glisser de gauche \xE0 droite ou cliquer continuellement pour d\xE9clencher la traduction de la page web / afficher le texte original.","desc.touchShortcutsToggleTranslationMask":"La traduction du masque fait r\xE9f\xE9rence \xE0 l'effet flou dans le style de la traduction (mode d'apprentissage), qui est activ\xE9 temporairement pour utiliser l'effet flou sur la traduction, facilitant l'apprentissage.","intro.floatBallDescription":"Une fois activ\xE9, un bouton de traduction rapide s'affichera sur le c\xF4t\xE9 droit de la page. Cliquez dessus pour traduire, cliquez \xE0 nouveau pour revenir au texte original. Sur mobile, maintenez le bouton flottant pour ouvrir le panneau de configuration rapide.","desc.toggleMouseHoverTranslateDirectly":"Apr\xE8s avoir appuy\xE9 sur ce raccourci, sur la page, d\xE8s que la souris pointe sur n'importe quel texte, ce texte sera automatiquement traduit. Appuyez \xE0 nouveau sur le raccourci pour d\xE9sactiver cette fonction de traduction automatique.","intro.hoverDescription":"La traduction au survol de la souris est une fonction tr\xE8s importante dans la traduction immersive. Il suffit de placer la souris sur le paragraphe et d'appuyer simultan\xE9ment sur la touche de raccourci d\xE9finie pour traduire automatiquement le paragraphe actuel (remarque : elle n'est pas activ\xE9e par d\xE9faut, veuillez la configurer ci-dessous). Cette interaction est utilis\xE9e pour mieux remplacer la traduction par s\xE9lection de mots. De plus, cette fonction est largement utilis\xE9e dans les zones de traduction qui ne peuvent pas \xEAtre reconnues. Vous pouvez utiliser cette fonction pour forcer la traduction de n'importe quel paragraphe.","neverTranslateText.description":"En raison de la reconnaissance insatisfaisante des noms propres par certains moteurs de traduction, vous pouvez ajouter des mots ici pour vous assurer qu'ils ne sont pas convertis pendant le processus de traduction. Veuillez noter que cette fonction distingue les majuscules et les minuscules et ne prend en charge que les langues \xE0 mots s\xE9par\xE9s par des espaces (comme l'anglais, le fran\xE7ais), elle n'est pas applicable aux langues comme le japonais, le cor\xE9en, etc.","intro.subtitleDescription":"Une fois cette fonction activ\xE9e, les sous-titres bilingues seront automatiquement affich\xE9s lors de la lecture de la vid\xE9o. Si elle n'est pas activ\xE9e, vous devrez cliquer manuellement sur le bouton de traduction sur la page pour afficher les sous-titres. Veuillez noter qu'en raison de limitations techniques, certains sites peuvent n\xE9cessiter un rafra\xEEchissement de la page ou attendre la fin de la traduction pour afficher les sous-titres bilingues. (De plus, vous pouvez \xE9galement activer/d\xE9sactiver le panneau de raccourcis de traduction immersive dans le coin sup\xE9rieur droit apr\xE8s avoir ouvert le site de la vid\xE9o).

La prise en charge des sous-titres bilingues est actuellement disponible sur ces sites :",geminiWarning:"Attention : Le service gratuit Gemini fourni par Google a des restrictions strictes, il est possible que Google juge que l'utilisateur utilise plusieurs cl\xE9s pour contourner leurs restrictions de quota gratuit, il n'est pas recommand\xE9 de l'utiliser, il est recommand\xE9 d'attendre que Google ouvre l'interface de paiement Gemini \xE0 l'avenir avant de l'utiliser.","floatBall.setting":"Param\xE9trage","floatBall.translateToLanguage":"Cliquez pour traduire en {language}","floatBall.file":"Traduire les fichiers PDF, EPUB, SRT, ASS, HTML, TXT",changeToOnlyTempTranslationMode:"Afficher uniquement les traductions",changeToDualTempTranslationMode:"Passer \xE0 la traduction bilingue","transitionMode.translation":"Seulement le texte traduit","options.navbar.installApp":"Installer l'application mobile","options.navbar.translateFile":"Traduire le document","subtitle.transitionMode":"Param\xE8tres de sous-titres vid\xE9o bilingues / traduction uniquement","subtitle.transitionModeDescription":"D\xE9finir les sous-titres vid\xE9o en mode bilingue ou en mode traduction uniquement","transitionMode.inherit":"Restez coh\xE9rent avec le mode d'affichage de traduction par d\xE9faut du syst\xE8me.","transitionMode.dual":"Contraste bilingue",translateFileTooltip:`Traduire PDF, ePub, srt, + {env.imt_sub_trans_field}: \u062A\u0631\u062C\u0645\u0647`,"subtitle.quickButton.red":"\u0633\u0631\u062E","subtitle.quickButton.cyan":"\u0622\u0628\u06CC","subtitle.quickButton.white":"\u0633\u0641\u06CC\u062F","subtitle.quickButton.yellow":"\u0632\u0631\u062F","subtitle.quickButton.setting":"\u062A\u0646\u0638\u06CC\u0645\u0627\u062A","translationServices.claude":"\u06A9\u0644\u0648\u062F","subtitle.quickButton.backgroundColor":"\u0631\u0646\u06AF \u067E\u0633 \u0632\u0645\u06CC\u0646\u0647","subtitle.quickButton.translationPositionTop":"\u0628\u0627\u0644\u0627\u06CC \u0645\u062A\u0646 \u0627\u0635\u0644\u06CC","subtitle.quickButton.black":"\u0633\u06CC\u0627\u0647","subtitle.quickButton.blue":"\u0622\u0628\u06CC","subtitle.quickButton.green":"\u0633\u0628\u0632","subtitle.quickButton.translationFontSize":"\u0627\u0646\u062F\u0627\u0632\u0647 \u0641\u0648\u0646\u062A \u0645\u062A\u0646 \u062A\u0631\u062C\u0645\u0647","subtitle.quickButton.sourceTextColor":"\u0631\u0646\u06AF \u0641\u0648\u0646\u062A \u0645\u062A\u0646 \u0627\u0635\u0644\u06CC","subtitle.quickButton.magenta":"\u0631\u0646\u06AF \u0628\u0646\u0641\u0634","subtitle.quickButton.translationTextColor":"\u0631\u0646\u06AF \u0641\u0648\u0646\u062A \u0645\u062A\u0646 \u062A\u0631\u062C\u0645\u0647 \u0634\u062F\u0647","subtitle.quickButton.backgroundOpacity":"\u067E\u0633 \u0632\u0645\u06CC\u0646\u0647 \u0646\u06CC\u0645\u0647 \u0634\u0641\u0627\u0641","subtitle.quickButton.sourceFontSize":"\u0627\u0646\u062F\u0627\u0632\u0647 \u0641\u0648\u0646\u062A \u0645\u062A\u0646 \u0627\u0635\u0644\u06CC","subtitle.quickButton.translationPositionBottom":"\u0645\u062A\u0646 \u0627\u0635\u0644\u06CC \u062F\u0631 \u0632\u06CC\u0631 \u0627\u0633\u062A","subtitle.quickButton.translationPosition":"\u0645\u06A9\u0627\u0646 \u062A\u0631\u062C\u0645\u0647",attachSubtitleTranslating:"\u062F\u0631 \u062D\u0627\u0644 \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u0627\u0632 {service} \u0628\u0631\u0627\u06CC \u062A\u0631\u062C\u0645\u0647...","error.claude.403":"\u062F\u0633\u062A\u0631\u0633\u06CC \u0645\u0648\u0642\u062A\u0627 \u0628\u0647 \u0633\u0631\u0648\u06CC\u0633 \u0645\u0645\u06A9\u0646 \u0627\u0633\u062A \u0645\u062D\u062F\u0648\u062F \u0634\u062F\u0647 \u0628\u0627\u0634\u062F\u060C \u0627\u06CC\u0646 \u0645\u0645\u06A9\u0646 \u0627\u0633\u062A \u0628\u0647 \u0645\u062D\u062F\u0648\u062F\u06CC\u062A \u0645\u0646\u0637\u0642\u0647 \u0627\u06CC Claude \u0645\u0631\u062A\u0628\u0637 \u0628\u0627\u0634\u062F\u060C \u0634\u0645\u0627 \u0645\u06CC \u062A\u0648\u0627\u0646\u06CC\u062F \u0633\u0639\u06CC \u06A9\u0646\u06CC\u062F \u0622\u062F\u0631\u0633 IP \u062E\u0648\u062F \u0631\u0627 \u062A\u063A\u06CC\u06CC\u0631 \u062F\u0647\u06CC\u062F\u060C \u06CC\u0627 \u0627\u0632 \u0633\u0631\u0648\u06CC\u0633 \u0647\u0627\u06CC \u062A\u0631\u062C\u0645\u0647 \u062F\u06CC\u06AF\u0631 \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u06A9\u0646\u06CC\u062F.","browser.brandDescriptionForSafari":"\u3010\u062A\u0631\u062C\u0645\u0647 \u0641\u0631\u0648 \u0631\u0641\u062A\u0647\u3011 \u06CC\u06A9 \u0627\u0641\u0632\u0648\u0646\u0647 \u062A\u0631\u062C\u0645\u0647 \u0635\u0641\u062D\u0647 \u0648\u0628 \u062F\u0648\u0632\u0628\u0627\u0646\u0647 \u0631\u0627\u06CC\u06AF\u0627\u0646 (\u0645\u062A\u0646 \u0627\u0635\u0644\u06CC / \u062A\u0631\u062C\u0645\u0647) \u060C \u062F\u0631 \u0639\u06CC\u0646 \u062D\u0627\u0644 \u067E\u0634\u062A\u06CC\u0628\u0627\u0646\u06CC \u0627\u0632 \u062A\u0631\u062C\u0645\u0647 PDF \u0648 \u062A\u0631\u062C\u0645\u0647 \u06A9\u062A\u0627\u0628 \u0627\u0644\u06A9\u062A\u0631\u0648\u0646\u06CC\u06A9\u06CC EPUB \u0628\u0627 \u062D\u0641\u0638 \u0637\u0631\u062D \u0628\u0646\u062F\u06CC \u0627\u0635\u0644\u06CC \u0633\u0646\u062F \u060C \u062A\u0631\u062C\u0645\u0647 \u0632\u06CC\u0631\u0646\u0648\u06CC\u0633 \u062F\u0648\u0632\u0628\u0627\u0646\u0647 \u0648\u06CC\u062F\u0626\u0648\u06CC \u0622\u0646\u0644\u0627\u06CC\u0646 Youtube / Netflix \u060C \u067E\u0634\u062A\u06CC\u0628\u0627\u0646\u06CC \u0627\u0632 \u062E\u062F\u0645\u0627\u062A \u062A\u0631\u062C\u0645\u0647 \u0627\u0635\u0644\u06CC Deepl / Google\u061B","browser.PdfProFile":"\u062A\u0631\u062C\u0645\u0647 PDF Pro \u0645\u062D\u0631\u06A9 \u0647\u0648\u0634 \u0645\u0635\u0646\u0648\u0639\u06CC","browser.textTranslate":"\u062A\u0631\u062C\u0645\u0647 \u0645\u062A\u0646"};var O4={nologin:"non connect\xE9",loginForSafari:"Se connecter ou s'inscrire",login:"Se connecter pour ouvrir une adh\xE9sion",manageAccount:"Comptes g\xE9r\xE9s",openPremium:"Adh\xE9sion ouverte",logout:"annuler",curentPlan:"Paquets actuels",endAt:"expiration",endAuto:"renouvellement automatique",lineBreakMaxTextCount:"Nombre maximal de caract\xE8res autoris\xE9s par phrase apr\xE8s les retours \xE0 la ligne","translate-pdf":"Cliquez pour traduire le PDF","noSupportTranslate-pdf":"Script non support\xE9, veuillez utiliser le plugin","translate-firefox-local-pdf":"Cliquez pour aller \xE0 Importer le PDF",enableLineBreak:"Activer le saut de ligne automatique pour les longs paragraphes",sponsorLabel:"1 $ D\xE9veloppeurs sponsoris\xE9s",help:"main",browserShortcutsNoteForFirefox:"Pour modifier les raccourcis dans Firefox, vous devez ouvrir la page de gestion des extensions `about:addons`, puis cliquer sur `Settings`, et enfin sur `Manage Shortcuts` pour d\xE9finir les raccourcis.",browserShortcutsNoteForChrome:'Pour modifier les raccourcis dans Chrome, vous devez ouvrir la page de gestion des extensions, les d\xE9finir dans le panneau "Gestion des raccourcis" (`chrome://extensions/shortcuts`), et cliquer sur le bouton ci-dessous pour acc\xE9der \xE0 la page de gestion des raccourcis.',browserShortcutsSucks:"Les raccourcis personnalis\xE9s sont format\xE9s comme suit (pas de reconnaissance automatique, veuillez entrer directement) :\uFF1A",enableLineBreakDescription:"Lorsque cette option est activ\xE9e, des sauts de ligne sont ins\xE9r\xE9s \xE0 la fin de chaque phrase dans les longs paragraphes afin d'en faciliter la lecture.","browser.shortBrandName":"Traduction en immersion","browser.brandName":"Traduction en immersion : pages Web et PDF bilingues","browser.brandDescription":"Bilingual web page translation, also supports PDF translation, bilingual Epub eBook translation, free to use.","browser.toggleTranslatePage":"Traduire la page/afficher le texte original","browser.toggleTranslateTheWholePage":"Traduire toutes les zones de la page/afficher le texte original","browser.toggleOnlyTransation":"Basculer en mode bilingue / mode traduction uniquement","browser.toggleTranslateToThePageEndImmediately":"Traduction imm\xE9diate en bas de page/affichage du texte original","browser.toggleTranslateTheMainPage":"Traduire la zone principale de la page/afficher le texte original","browser.shareToDraft":"Partager les pages bilingues","browser.openOptionsPage":"Ouvrir la page des param\xE8tres","browser.toggleTranslationMask":"Afficher/masquer l'effet de flou de translation","browser.translateLocalPdfFile":"Traduire des fichiers PDF locaux","browser.openEbookViewer":"Lire les livres \xE9lectroniques locaux","browser.openEbookBuilder":"Cr\xE9er des livres bilingues EPUB","browser.translateLocalHtmlFile":"Traduire des fichiers HTML/txt","browser.donateContext":"En savoir plus sur les avantages du parrainage","browser.translateLocalSubtitleFile":"Traduire les fichiers de sous-titres locaux",confirmResetConfig:"\xCAtes-vous s\xFBr de vouloir r\xE9initialiser les param\xE8tres ?",translationLineBreakSettingTitle:"R\xE9glage du saut de ligne de la traduction",smartLineBreak:"smart line feed (informatique)",alwaysLineBreak:"Toujours un saut de ligne",isShowContextMenu:"Ajouter des pages traduites aux \xE9l\xE9ments de menu \xE0 cliquer avec le bouton droit de la souris",toggleBeta:"Activation des fonctionnalit\xE9s de test b\xEAta",betaDescription:"Permet d'activer des fonctionnalit\xE9s encore exp\xE9rimentales, ainsi qu'un service de traduction en version b\xEAta. Rejoignez le <1>groupe Telegram pour en savoir plus.",translationLineBreakSettingDescription:"Les sauts de ligne sont toujours nets et ordonn\xE9s pour les pages \xE0 faible contenu. (Pour gagner de la place, utilisez des sauts de ligne intelligents dans les longs paragraphes \xE0 fort contenu (plus de{count}caract\xE8res)).",tempTranslateDomainTitle:"Dur\xE9e de l'activation temporaire de la traduction du site web",tempTranslateDomainDescription:"Lors de la traduction manuelle d'une page web, vous pouvez activer temporairement le site web pour la traduction automatique et vous pouvez d\xE9finir la dur\xE9e temporaire.",xMinutes:"{count} minutes",disabled:"interdire l'utilisation de qqch.",changelog:"Journal des mises \xE0 jour",toggleTranslatePageWhenThreeFingersOnTheScreen:"L'effleurement simultan\xE9 de l'\xE9cran par plusieurs doigts traduit les pages web/affiche le texte original",toggleTranslationMaskWhenThreeFingersOnTheScreen:"Le toucher \xE0 plusieurs doigts permet d'afficher/masquer l'effet de flou.",fingerCountToToggleTranslagePageOnlyTranslationWhenTouching:"Plusieurs doigts touchant l'\xE9cran en m\xEAme temps traduisent la page web (traduction uniquement)/affichent le texte original.",addUrlDescription:"Peut \xEAtre un nom de domaine et prend \xE9galement en charge les caract\xE8res g\xE9n\xE9riques, par exemple\uFF1A*.google.com, google.com/mail/*, https://www.google.com/*.",general:"Param\xE8tres de base",clickToExpandConfig:"\xC9tendre la configuration actuelle",import:"Importation d'un fichier",export:"Exporter vers un fichier",toggleDebug:"Imprimer le journal de d\xE9bogage sur la console","fingers.0":"coagulation","fingers.2":"touche \xE0 deux doigts","fingers.3":"touche \xE0 trois doigts","fingers.4":"touche \xE0 quatre doigts","fingers.5":"touche \xE0 cinq doigts",mouseHoldKey:"+ {key} traduire/restaurer le paragraphe",mouseHoldKeyAuto:"Traduction directe du paragraphe",mouseHoldKeyOff:"Ne faites rien.",mouseHoldKeyOther:"Raccourcis personnalis\xE9s (ouvrir les param\xE8tres)",mouseHoldKeyCustomKey:"{key} Traduction/r\xE9duction du paragraphe",mouseHoverHoldKey:"Traduire des paragraphes en appuyant sur la touche de raccourci tout en survolant la souris.","mouse-translate":"survol de la souris",document:"fichier (informatique)",resetSuccess:"R\xE9initialisation de tous les param\xE8tres r\xE9ussie",resetThisSuccess:"R\xE9initialisation r\xE9ussie",saved:"Sauvegarder le succ\xE8s",successImportConfig:"Importation r\xE9ussie de la configuration",goAdvancedSettings:"Acc\xE9der \xE0 la page des param\xE8tres avanc\xE9s",goAdvancedInterfaceSettings:"Acc\xE9der \xE0 la page Param\xE8tres de personnalisation avanc\xE9s",advanced:"Param\xE8tres avanc\xE9s",advancedDescription:"En g\xE9n\xE9ral, aucun r\xE9glage n'est n\xE9cessaire, il suffit de laisser la valeur par d\xE9faut. Pour les utilisateurs plus sp\xE9cialis\xE9s uniquement, des param\xE8tres plus personnalis\xE9s sont disponibles.",developer:"Param\xE8tres du d\xE9veloppeur",donateCafe:"prix","translate to the bottom of the page":"La traduction se fait-elle vers le bas de la page imm\xE9diatement apr\xE8s l'entr\xE9e dans la page ?",feedback:"Question Feedback",toggleTranslatePage:"Traduire la page/afficher le texte original",translateToThePageEndImmediatelyDescription:"Si vous l'activez, le contenu sera imm\xE9diatement traduit du haut vers le bas de la page au fur et \xE0 mesure que vous y acc\xE9dez. Si vous la d\xE9sactivez, la traduction se fait au fur et \xE0 mesure de la lecture. (Non recommand\xE9)","translate all areas of the page":"Traduire ou non toutes les zones de la page",translationAreaDescription:"Si cette option est activ\xE9e, toutes les zones de la page web sont traduites. Si l'option est d\xE9sactiv\xE9e, la reconnaissance intelligente par d\xE9faut est utilis\xE9e et seules les parties principales sont traduites. (Il n'est pas recommand\xE9 de l'activer)","the number of characters to be translated first":"Traduire directement les premiers caract\xE8res de la page sans attendre le d\xE9filement de la zone de visualisation","interface language":"langue de l'interface","display both the original text and the translation":"Affichage simultan\xE9 de l'original et de la traduction","keyboard shortcuts":"Raccourcis clavier",modify:"Modifier les touches de raccourci",reset:"reprovision",close:"coagulation",homepage:"page d'accueil",more:"plus",moreOptions:"\xC9largir les options de personnalisation",translateTheWholePage:"Traduire toutes les zones de la page (au lieu de reconna\xEEtre intelligemment les zones principales)",changeToTranslateTheWholePage:"Passer \xE0 la traduction de toutes les r\xE9gions",changeToTranslateTheMainPage:"Passer \xE0 la zone principale de traduction",changeToOnlyTranslationMode:"Afficher uniquement les traductions",changeToDualTranslationMode:"Passer \xE0 la traduction bilingue",translateToThePageEndImmediately:"Traduction imm\xE9diate en bas de page",translateTheMainPage:"R\xE9gions cl\xE9s de la traduction intelligente","The local rules are up to date":"Les r\xE8gles d'adaptation locales sont \xE0 jour.","Successfully synchronized with the latest official rules:":"Synchronisation r\xE9ussie avec les derni\xE8res r\xE8gles d'adaptation officielles.","Checking for updates":"V\xE9rification des mises \xE0 jour","Rules are being synchronized":"Synchronisation des r\xE8gles d'adaptation",localVersionIsTooOld:"La version de l'extension locale est trop ancienne, veuillez mettre \xE0 jour l'extension vers {minVersion} ou une version plus r\xE9cente avant d'essayer de synchroniser.",badUserscriptBrowser:"Le navigateur actuel n'impl\xE9mente pas correctement l'interface de l'extension Grease Monkey (par exemple, pour obtenir des informations sur le num\xE9ro de version du script Grease Monkey lui-m\xEAme), veuillez utiliser d'autres navigateurs qui <1>prennent en charge l'extension Grease Monkey, tels que Firefox.",foundNewVersion:"D\xE9couvrez la nouvelle version",theLocalExtensionIsUpToUpdate:"L'extension actuelle est \xE0 jour.",failToSyncRules:"Absence de synchronisation des derni\xE8res r\xE8gles d'adaptation",retry:"Cliquez ici pour r\xE9essayer",failedReason:"Raisons de l'\xE9chec",currentRuleVersion:"Version actuelle de la r\xE8gle",calculating:"Calculs",unknownError:"erreur inconnue",canNotFetchRemoteRule:"Impossible d'obtenir des r\xE8gles \xE0 distance",enableAlphaSuccess:"Alpha activ\xE9",disableAlphaSuccess:"La fonction Alpha a \xE9t\xE9 d\xE9sactiv\xE9e",cacheSize:"Taille du cache\uFF1A",cleaning:"en cours de liquidation",cleanCache:"effacer le cache",options:"mettre en place",about:"en ce qui concerne",service:"service d'interpr\xE9tation",needAction:"(Acc\xE9der aux param\xE8tres)",goSettings:"aller de l'avant et mettre en place",needActionForOptions:"(\xE0 mettre en place)",translationEngine:"Options du moteur",sourceLanguage:"Langue originale",target:"langue cible",popupSourceLanguage:"Langue originale",popupTarget:"langue cible",popupService:"service d'interpr\xE9tation",forThisSite:"Site web actuel",autoEnableSubtitle:"Ouverture automatique des sous-titres bilingues",alwaysTranslate:"Traduisez toujours",neverTranslate:"Ne jamais traduire",alwaysTranslateSomeLanguage:"Traduisez toujours {language}",neverTranslateSomeLanguage:"Ne jamais traduire {language}",alwaysTranslateSomeSite:"Traduisez toujours {hostname}",neverTranslateSomeSite:"Ne jamais traduire {hostname}",alwaysTranslateSomeSiteOrWildSite:"Toujours traduire le site",alwaysTranslateSomePage:"Toujours traduire la page",add:"augmenter",default:"par d\xE9faut (r\xE9glage)",forThisLanguage:"Pour cette langue\uFF1A","add url":"Saisir l'URL",edit:"compilateur","translate other languages into specific language":"Traduire d'autres langues dans la langue choisie","select translation service":"S\xE9lectionner un service de traduction",language:"multilinguisme","show-original":"Afficher le texte original",translate:"l'\xE9quarrissage",Translated:"traduit",Translating:"en traduction",Error:"incorrect",allowCacheTranslations:"Activer la mise en cache de la traduction locale (pour r\xE9duire les demandes de traduction pour les passages dupliqu\xE9s)","translation display":"Style d'affichage de la traduction","select diplay style":"Distinguer les styles de traduction, en se r\xE9f\xE9rant sp\xE9cifiquement aux exemples suivants",interface:"Param\xE8tres de l'interface",import_export:"Importation/Exportation",import_export_title:"Configuration de l'importation/exportation",syncToGoogleDrive:"Synchroniser avec Google Drive maintenant",floatBallOptions:"Param\xE8tres de l'hoverball","floatBallOptions.enable":"Activer le Hoverball","floatBallOptions.blockUrls":"D\xE9sactiver le site web","floatBallOptions.add":"augmenter","floatBallOptions.blockUrlDesc":"Les hoverballs ne sont pas affich\xE9s lorsque les sites web suivants sont rencontr\xE9s","floatBallOptions.clickType":"le comportement de clic","floatBallOptions.clickTypeDesc":"Comportement de l'ic\xF4ne Hoverball lorsqu'elle est cliqu\xE9e","floatBallOptions.clickPopup":"Afficher le panneau de traduction","floatBallOptions.clickTranslate":"Traduction/affichage du texte original","floatBallOptions.fixedPosition":"\u56FA\u5B9A\u4F4D\u7F6E","floatBallOptions.fixedPositionDesc":"\u60AC\u6D6E\u7403\u5728\u7A97\u53E3\u5DE6\u4FA7\u8FD8\u662F\u53F3\u4FA7","floatBallOptions.fixedPositionLeft":"\u5DE6\u4FA7","floatBallOptions.fixedPositionRight":"\u53F3\u4FA7",previewAllThemes:"Aper\xE7u de tous les styles","translationTheme.none":"ne pas avoir","translationTheme.grey":"gris fonc\xE9","translationTheme.dashed":"soulign\xE9 en pointill\xE9","translationTheme.dotted":"trait de soulignement en pointill\xE9","translationTheme.dashedBorder":"bordure en pointill\xE9s","translationTheme.solidBorder":"bordure solide","translationTheme.underline":"Souligner les lignes droites","translationTheme.mask":"Effets flous (modes d'apprentissage)","translationTheme.opacity":"effet de transparence","translationTheme.paper":"Effet d'ombre du papier blanc","translationTheme.dividingLine":"ligne de d\xE9marcation","translationTheme.highlight":"haute luminosit\xE9","translationTheme.marker":"marqueur (mot emprunt\xE9)","translationTheme.marker2":"Marqueur 2","translationTheme.blockquote":"Styles de r\xE9f\xE9rencement","translationTheme.weakening":"affaiblissement","translationTheme.italic":"caract\xE8re oblique","translationTheme.bold":"\xE9paissir","translationTheme.thinDashed":"ligne pointill\xE9e fine soulign\xE9e","translationTheme.nativeDashed":"Le syst\xE8me est soulign\xE9 en pointill\xE9","translationTheme.nativeDotted":"Le syst\xE8me est soulign\xE9 en pointill\xE9s","translationTheme.nativeUnderline":"Le syst\xE8me est assorti d'une ligne de d\xE9marcation droite","translationTheme.wavy":"ligne ondul\xE9e","translationServices.custom":"API personnalis\xE9e","translationServices.tencent":"Tencent Translator","translationServices.tenAlpha":"Tencent Translator (Alpha)","translationServices.google":"Google Translate","translationServices.bai":"Baidu (Alpha)","translationServices.baidu":"Traduction de Baidu","translationServices.aliyun":"AliCloud Traduction","translationServices.volc":"traduction du volcan","translationServices.deeplx":"DeepLX (Beta)","translationServices.bing":"Microsoft Translate","translationServices.deepl":"DeepL","translationServices.wechat":"Traduction WeChat","translationServices.azure":"Azure Translation","translationServices.ibm":"IBM Watson","translationServices.aws":"Traduction sur Amazon","translationServices.mock":"Traduction simul\xE9e","translationServices.mock2":"Traduction simul\xE9e 2","translationServices.caiyun":"lit. nuages color\xE9s et petites traductions","translationServices.cai":"Nuages color\xE9s (Alpha)","translationServices.volcAlpha":"Volcan (Alpha)","translationServices.openl":"OpenL","translationServices.youdao":"Traduction sur Youtube","translationServices.you":"Traducteur Youdao (Alpha)","translationServices.transmart":"Traduction interactive de Tencent","translationServices.niu":"Traducteur franc-tireur","translationServices.papago":"Traduction Papago","translationServices.d":"D (Alpha)","translationServices.dpro":"D Pro (Canari)","translationServices.openai":"OpenAI","translationServices.yandex":"Yandex","translationServices.chatgpt":"ChatGPT Web(3.5 mobile)","translate title":"Traduire les titres des pages","always languages":"Toujours traduire la langue",neverTranslateLanguagesLabel:"La langue qui ne sera jamais traduite",neverTranslateTheFollowingLanguagesDescription:"Les traductions sont ignor\xE9es lorsqu'un paragraphe de la page est r\xE9dig\xE9 dans l'une des langues suivantes",enableUserscriptPagePopup:"Afficher le hoverball sur la page",enableUserscriptPagePopupDescription:"Apr\xE8s avoir d\xE9sactiv\xE9 le hoverball, vous pouvez le rappeler \xE0 l'aide du raccourci /{touch}. Il est fortement recommand\xE9 de marquer cette page de param\xE8tres d'un signet afin d'\xE9viter de ne pas pouvoir retrouver le hoverball apr\xE8s avoir d\xE9sactiv\xE9 cette option par inadvertance !","always translate the following languages":"Traduit automatiquement dans la langue cible lorsque la page est dans l'une des langues suivantes","always sites":"Des sites web toujours traduits","always translate the following sites":"Les sites web sont automatiquement traduits dans la langue cible lorsqu'il s'agit de noms de domaine de","never sites":"Site web jamais traduit","never translate the following sites":"Les traductions ne seront pas effectu\xE9es si le site est destin\xE9 aux domaines suivants","please refer to":"Vous devez remplir la cl\xE9 avant de pouvoir l'utiliser.",KeyAndConfigurationTutorial:"Tutoriel d'application et de configuration des cl\xE9s",useAboveStyleForTheseSites:"Utilisez toujours le style de traduction \u2308{theme}\u230B lorsque le site est destin\xE9 aux domaines suivants",currentUrl:"URL actuel",confirm:"enregistrer (un fichier, etc.) (informatique)",cancel:"annulations",delete:"l'enl\xE8vement","languages.auto":"d\xE9tection automatique",syncToCloud:"Synchronisation avec Google Drive",syncToCloudDescription:"T\xE9l\xE9charg\xE9e dans le nuage, la configuration peut \xEAtre synchronis\xE9e entre diff\xE9rents navigateurs/scripts de singe de graisse, en fonction de la derni\xE8re modification.",syncToAccount:"Synchronisation avec l'Immersive Translation Cloud",syncToAccountButton:"Synchronisation instantan\xE9e avec le nuage",syncToAccountDescription:"Synchroniser automatiquement les configurations entre diff\xE9rents appareils, en fonction de la derni\xE8re modification.",successSyncConfigInAccount:"Synchronisation r\xE9ussie avec le nuage",successSyncConfigToAccount:"Synchronisation r\xE9ussie vers le nuage",syncConfigNoUpdate:"Il est d\xE9j\xE0 \xE0 jour.",authFail:"\xC9chec de l'autorisation",syncTitle:"Gestion manuelle des sauvegardes",import_hint:"importation (donn\xE9es)",upload:"t\xE9l\xE9charger",revokeAuth:"r\xE9voquer une autorisation",uploadFail:"\xC9chec du t\xE9l\xE9chargement",download:"t\xE9l\xE9chargement",importSuccess:"Importation r\xE9ussie",importFail:"\xE9chec de l'importation",deleteFail:"\xC9chec de la suppression",backupToCloud:"Gestion manuelle des fichiers de sauvegarde",create_new_backup:"Ajouter un nouveau n\u0153ud de sauvegarde",maxBackupFiles:"Jusqu'\xE0{count}n\u0153uds diff\xE9rents peuvent \xEAtre sauvegard\xE9s, veuillez supprimer les n\u0153uds dont vous n'avez pas besoin.",backupToCloudDescription:"T\xE9l\xE9charger ou restaurer manuellement les fichiers de sauvegarde, en autorisant jusqu'\xE0 trois sauvegardes diff\xE9rentes.",successSyncConfig:"Synchronisation r\xE9ussie avec le nuage",syncFail:"\xE9chec de la synchronisation",updatedAt:"Mise \xE0 jour de {date}",lastSyncedAt:"Derni\xE8re v\xE9rification \xE0 l'adresse {date}",downloadFail:"\xC9chec du t\xE9l\xE9chargement",clickToDownload:"Cliquer pour t\xE9l\xE9charger",aboutLabel:"\xC0 propos - Feedback","browser.openAboutPage":"\xC0 propos/commentaires",aboutLabelWithoutSponsor:"\xC0 propos - Feedback",aboutIntro:"Puissions-nous tous avoir un acc\xE8s plus facile et plus agr\xE9able \xE0 l'\xE9norme quantit\xE9 d'informations en langues \xE9trang\xE8res sur Internet \u2764\uFE0F Vous pouvez choisir d'activer votre <6>adh\xE9sion Pro pour utiliser les traductions pr\xEAtes \xE0 l'emploi de DeepL et OpenAI.

Vous pouvez nous suivre sur <3>Twitter, <4>Telegram, Weibo, WeChat, ou vous <5>inscrire \xE0 notre liste de <5>diffusion ci-dessous pour suivre les mises \xE0 jour.
Les <7>membres Pro peuvent nous contacter \xE0 l'adresse <8>support@immersivetranslate.com pour un service client\xE8le rapide.",aboutIntroWithoutSponsor:"Puissions-nous tous avoir un acc\xE8s plus facile et plus agr\xE9able \xE0 l'\xE9norme quantit\xE9 d'informations en langues \xE9trang\xE8res disponibles sur Internet \u2764\uFE0F

Vous pouvez nous suivre sur <3>Twitter, <4>Telegram channel, WeChat, WeChat Exchange, ou vous <5>abonner aux mises \xE0 jour par <5>courriel ci-dessous.",projectHomepage:"Accueil du projet",joinTelegramGroup:"Rejoignez le groupe d'utilisateurs pour participer aux discussions sur les fonctionnalit\xE9s",wechatPublicAccount:"WeChat Public",wechatCommunities:"Groupe d'\xE9change WeChat",qqCommunities:"Canal de communication QQ",joinTelegramChannel:"Suivez le canal Telegram pour les derni\xE8res mises \xE0 jour",feedbackAndJoin:"Question Feedback / Ajouter un groupe",autoSync:"synchronisation automatique de l'heure",loadingThemeTitle:"Style de chargement",loadingThemeDescription:"D\xE9finition du style lors de l'attente du chargement de la traduction","loadingTheme.spinner":"Animation de la rotation","loadingTheme.text":"texte statique qqch. ","loadingTheme.none":"non illustr\xE9",developerDescription:"La documentation sur la personnalisation avanc\xE9e est disponible <1>ici","edit border color":"Modifier la couleur de la bordure",successSyncButNoChange:"La configuration actuelle est compatible avec le nuage",customTheme:"Couleurs et tailles personnalis\xE9es","customThemeLabel.borderColor":"Couleur de la bordure","customThemeLabel.borderRadius":"Bords arrondis","customThemeLabel.textColor":"couleur du texte","customThemeLabel.backgroundColor":"couleur de fond","customThemeLabel.zoom":"Mise \xE0 l'\xE9chelle des polices (%)","customThemeLabel.opacity":"Opacit\xE9 du texte (%)",resetToDefaultColor:"R\xE9tablir les couleurs par d\xE9faut",resetToDefaultSettings:"R\xE9tablir les param\xE8tres par d\xE9faut",isTranslateTitle:"Permettre la traduction des titres de pages",isTranslateTitleDescription:"Lorsque cette option est activ\xE9e, le titre de la page est traduit.",enableSearchEnhancement:"Permettre l'enrichissement des messages bilingues",enableSearchEnhancementDescription:`Une fois l'option activ\xE9e, les r\xE9sultats de recherche de "Google News" seront automatiquement affich\xE9s dans la colonne de droite des sites web pris en charge (Google News, Google Search (certains mots-cl\xE9s), Snowball, Oriental Fortune, Futura, Tiger Community) pour les mots-cl\xE9s anglais correspondants.`,verifyService:"Cliquez ici pour tester le service",verified:"V\xE9rifier le succ\xE8s","field.langs":"Codes des langues prises en charge","field.model":"mod\xE9lisation","field.translationEngine":"moteur de traduction","field.limitPerMinute":"Nombre maximum de demandes par minute","field.limitPerSecond":"Demandes maximales par seconde","field.maxTextLengthPerRequest":"Longueur maximale du texte par demande","field.maxTextGroupLengthPerRequest":"Nombre maximum de paragraphes par demande","field.apiUrl":"Adresse de l'interface API personnalis\xE9e","field.placeholderDelimiters":"espace r\xE9serv\xE9","description.custom":"Acc\xE8s \xE0 l'interface personnalis\xE9e Documentation requise","description.limitPerMinute":"Les demandes d\xE9passant cette limite sont plac\xE9es dans une file d'attente jusqu'au d\xE9but de la minute suivante. En raison des diverses limitations du service actuel d'OpenAI, veuillez cliquer <1>ici pour obtenir les derni\xE8res valeurs sugg\xE9r\xE9es.","description.limitPerSecond":"Les demandes d\xE9passant cette limite sont plac\xE9es dans une file d'attente jusqu'au d\xE9but de la seconde suivante. En raison des diverses limitations du service actuel d'OpenAI, veuillez cliquer <1>ici pour obtenir les derni\xE8res valeurs sugg\xE9r\xE9es.","description.generalLimitPerSecond":"Les demandes d\xE9passant cette limite sont plac\xE9es dans une file d'attente jusqu'au d\xE9but de la seconde suivante.","description.prompt":"Envoyer la conversation \xE0 {service} en tant qu'utilisateur, o\xF9 {{text}} repr\xE9sente le contenu du texte du paragraphe, {{from}} repr\xE9sente la langue du paragraphe et {{to}} repr\xE9sente la langue cible.","description.maxTextLengthPerRequest":"Le nombre maximum de caract\xE8res par requ\xEAte est trop important pour que l'interface r\xE9ponde lentement, essayez donc d'ajuster cette option pour optimiser la vitesse.","description.systemPrompt":"Envoyer une conversation au {service} en tant que syst\xE8me, o\xF9 {{text}} repr\xE9sente le contenu du texte du paragraphe, {{from}} repr\xE9sente la langue du paragraphe et {{to}} repr\xE9sente la langue cible.","field.domain":"royaume","description.domain":"La valeur par d\xE9faut est\uFF1Ageneral. Elle ne peut \xEAtre d\xE9finie que si la traduction par domaine est activ\xE9e dans la console Arima API, voir <1>ici pour les domaines pris en charge.","field.scene":"prendre","description.scene":"La valeur par d\xE9faut est\uFF1Ageneral. Elle ne peut \xEAtre d\xE9finie que si la console AliCloud API ouvre Machine Translation Pro, voir <1>ici pour les sc\xE9narios pris en charge.","field.vocabId":"ID du dictionnaire de l'utilisateur","description.vocabId":"Le dictionnaire out_id sp\xE9cifi\xE9 prend actuellement en charge la traduction de l'anglais vers le chinois.","description.model":"Mod\xE8les OpenAI, peuvent \xEAtre gpt-3.5-turbo, gpt-4, etc.","description.maxTextGroupLengthPerRequest":"Le nombre de paragraphes envoy\xE9s au service de traduction \xE0 la fois. S'il y a trop de paragraphes, l'interface peut r\xE9pondre plus lentement.","description.apiUrl":"Veuillez ajouter des URL sp\xE9cifiques avec des chemins d'acc\xE8s et une <1>description plus d\xE9taill\xE9e.",enabledExtension:"Activation des extensions",clickToDisableExtension:"Cliquez pour d\xE9sactiver les extensions",clickToEnableExtension:"Cliquez pour activer les extensions",hasBeenDisabled:"handicap\xE9","show password":"Afficher le mot de passe",customContent:"Saisir un nom de mod\xE8le personnalis\xE9",inputOptions:"Am\xE9lioration de la bo\xEEte de saisie",mouseHoverOptions:"survol de la souris",modifyMouseHoverKey:"Modifier le raccourci au survol de la souris",enableInputTranslation:"Activation ou non de l'am\xE9lioration des bo\xEEtes de saisie",enableInputTranslationDescription:"Une fois la fonction activ\xE9e, tapez {startingKey}{startingKey} hello directement dans le champ de saisie, puis tapez rapidement{inputTrailingTriggerKeyRepeatTimes}puis{trailingKey}pour traduire en {inputTargetLanguage}.",enableInputTranslationDescriptionForNoneKey:"Une fois la fonction activ\xE9e, tapez\uFF1AHello World directement dans le champ de saisie, puis appuyez rapidement sur{inputTrailingTriggerKeyRepeatTimes}{trailingKey}fois pour traduire dans la langue cible par d\xE9faut.",inputTargetLanguage:"D\xE9finition de la langue cible par d\xE9faut pour les bo\xEEtes de saisie",inputTargetLanguageDescription:"Langue cible par d\xE9faut pour la traduction de la bo\xEEte de saisie, c'est-\xE0-dire {startingKey}{startingKey} comme langue par d\xE9faut pour les mots d\xE9clencheurs.",inputTargetLanguageDescriptionForNoneKey:"Langue cible par d\xE9faut pour la traduction de la bo\xEEte de saisie",inputStartingTriggerKeyTitle:"D\xE9finition du caract\xE8re de s\xE9paration pour la traduction partielle de la zone de saisie",inputStartingTriggerKeyDescription:"Lorsque vous n'avez pas besoin de traduire l'int\xE9gralit\xE9 du champ de saisie, le s\xE9parateur vous permet de ne traduire que la partie allant de {startingKey}{startingKey} \xE0 la fin du champ de saisie, ou vous pouvez sp\xE9cifier le code de la langue, par exemple\uFF1A{startingKey}ja signifie ne traduire que la partie allant de {startingKey}ja \xE0 la fin du champ de saisie.",inputStartingTriggerKeyDescriptionForNoneKey:"Le param\xE8tre actuel d'absence de pr\xE9fixe n'est pas n\xE9cessaire et la fonction de traduction de certains textes dans la bo\xEEte de saisie n'est pas disponible pour le moment.",inputTrailingTriggerKeyTitle:"S\xE9lectionner un caract\xE8re d\xE9clencheur de fin d'entr\xE9e",inputTrailingTriggerKeyDescription:"3 coups rapides{trailingKey} commencera \xE0 traduire !",inputTrailingTriggerKeyTimeout:"Entrez le temps entre les d\xE9clenchements de fin de combat",inputTrailingTriggerKeyTimeoutDescription:"D\xE9finit le temps (en millisecondes) entre les d\xE9clenchements combo de fin d'entr\xE9e.",spaceKey:"<\u7A7A\u683C\u952E>",noneKey:"Traduction directe de l'ensemble de la zone de texte sans pr\xE9fixe",inputTranslationBlockUrlsTitle:"N'activez pas l'am\xE9lioration des bo\xEEtes de saisie dans les URL suivantes",inputTranslationBlockUrlsDescription:"Les am\xE9liorations apport\xE9es aux bo\xEEtes de saisie ne fonctionneront pas aux URL suivants",clickToSeeQuickDemo:"Cliquez pour agrandir la vid\xE9o du tutoriel de 30 secondes",inputHelperInfo:"Description\uFF1ANous avons optimis\xE9 le fait que certains caract\xE8res d\xE9clencheurs se transforment en signes de ponctuation chinois sous les m\xE9thodes d'entr\xE9e chinoises, par exemple, / se transforme en signe dun , sous la m\xE9thode d'entr\xE9e Sogou, et Immersive Translator prend en charge tous les symboles chinois correspondant aux caract\xE8res d\xE9clencheurs, c.-\xE0-d. //,,, seront reconnus comme des caract\xE8res d\xE9clencheurs.

Nous prenons \xE9galement en charge les alias chinois pour les codes de langue en tant que commandes, par exemple /Japanese Hello World sera traduit en japonais, <1>cliquez ici pour voir tous les codes de langue pris en charge.",reloadCurrentPage:"Veuillez rafra\xEEchir la page actuelle avant de commencer la traduction.",noLocalFilePermissionForPDF:"Vous n'avez pas l'autorisation de lire les fichiers locaux, veuillez cliquer sur le bouton ci-dessus et importer les fichiers locaux.",noPermissionForThisPage:"\u26A0\uFE0F Pas d'autorisation de traduire la page actuelle",retryAllParagraphs:"R\xE9essayer tous les passages d'erreur",retryAllButton:"R\xE9essayer tous les passages d'erreur",errorTooltipTitle:"Cliquez pour voir la cause de l'erreur",errorModalTitle:"Il semble qu'il y ait un probl\xE8me avec le service de traduction ou le r\xE9seau...",disableConfirm:"Cadre d'am\xE9lioration de l'information bilingue",disableOnce:"Cette invalidit\xE9",disableGlobal:"d\xE9sactiver de fa\xE7on permanente",disableTint:"* Vous pouvez le r\xE9activer \xE0 l'adresse {option} .",searchEnhancementNotes:"Apr\xE8s avoir activ\xE9 la fonction d'am\xE9lioration de l'information bilingue de la traduction immersive, nous rechercherons automatiquement pour vous les m\xEAmes mots-cl\xE9s en anglais sur les sites web pris en charge (Google News, Google Search (certains mots-cl\xE9s), Snowball, Oriental Wealth, Futura, Tiger) et les afficherons sur le c\xF4t\xE9 droit. Vous pouvez choisir de d\xE9sactiver cette fonction si vous n'en avez pas besoin.",option:"mettre en place",saveSettings:"Sauvegarder les param\xE8tres",closeModal:"Fermer la fen\xEAtre",enableInputTranslationWithoutTriggerKeyTitle:"Activer 3 quick hits sur{trailingKey}pour traduire directement l'ensemble de la bo\xEEte de saisie en{inputTargetLanguage}",enableInputTranslationWithoutTriggerKeyDescription:"Pour sp\xE9cifier la langue cible, pr\xE9fixez-la avec le code de la langue, par exemple\uFF1Aja Hello World",mouseHoverShortcutPlaceholder:"par exemple :\uFF1AShift",deepLProName:"Immersive Translation Membre Pro (Recommand\xE9)",deepLProDescription:"Le paquet actuel peut \xEAtre utilis\xE9 directement",deeplProDescriptionForNormal:"Aucune installation n'est requise, les membres peuvent l'utiliser apr\xE8s s'\xEAtre connect\xE9s, <1>cliquez ici pour passer au statut de membre",deepLCustomDescription:"Carte de cr\xE9dit \xE9trang\xE8re requise, ouverture officielle sur <1>DeepL, cliquez pour la <2>documentation",deepLCustomName:"Cl\xE9 d'authentification personnalis\xE9e",chooseProviderLabel:"S\xE9lectionner un prestataire de services",openaiProName:"Immersive Translation Membre Pro (Recommand\xE9)",openaiProDescription:"Le paquet actuel peut \xEAtre utilis\xE9 directement",openaiProDescriptionForNormal:"Aucune installation n'est requise, les membres peuvent l'utiliser apr\xE8s s'\xEAtre connect\xE9s, <1>cliquez ici pour passer au statut de membre",openaiCustomDescription:"Disponible sur OpenAI, Azure OpenAI, ou d'autres services tiers, <1>cliquez ici pour la documentation.",openaiCustomName:"Cl\xE9 API personnalis\xE9e",needLoginAction:"(Adh\xE9sion ouverte ou personnalisation)",goLoginOrAction:"(Ouvrir une adh\xE9sion ou aller dans les param\xE8tres)",yearly:"effectuer un paiement annuel cons\xE9cutif",quarterly:"l'emballage s\xE9quentiel",monthly:"abonnement mensuel",yearlyForOnce:"Forfait annuel unique",monthlyForOnce:"Forfait mensuel unique",daily:"jours cons\xE9cutifs de paquet",year:"effectuer un paiement annuel cons\xE9cutif",quarter:"l'emballage s\xE9quentiel",month:"abonnement mensuel",day:"jours cons\xE9cutifs de paquet",onetime_7day:"Pack exp\xE9rience 7 jours",currentPlanDescriptionForFree:"Paquets actuels\uFF1AGratuit",currentPlanDescriptionForContinuous:"L'offre actuelle\uFF1A{plan}sera automatiquement renouvel\xE9e sur {endAt}",currentPlanDescriptionForAutoRenewCaceling:"L'offre actuelle\uFF1A{plan}expirera \xE0 la date {endAt} et ne sera pas renouvel\xE9e automatiquement \xE0 cette date.",currentYearlyPlanDescriptionForAutoRenewCacelingWithRealPaiedUser:"L'offre actuelle,\uFF1A{plan}, expirera le {endAt} et ne sera pas renouvel\xE9e automatiquement \xE0 l'expiration.
<1>Cliquez ici pour g\xE9rer votre plan de renouvellement",currentYearlyPlanDescriptionForAutoRenewCacelingWithAdmin:"L'offre actuelle,\uFF1A{plan}, expirera \xE0 {endAt} et ne sera pas renouvel\xE9e automatiquement \xE0 l'\xE9ch\xE9ance.
<1>Cliquez ici pour activer l'abonnement annuel continu",currentPlanDescriptionForOneTime:"L'abonnement actuel\uFF1A{plan}expirera sur {endAt} , <1>cliquez ici pour passer \xE0 un abonnement <1>annuel ou <2>mensuel.",upgradePlan:"Cliquez ici pour passer \xE0 l'adh\xE9sion Pro",upgradeToPro:"Passer \xE0 l'adh\xE9sion Pro","popup.openPro":"Passez \xE0 l'adh\xE9sion Pro pour profiter de DeepL et de la traduction OpenAI, cliquez ici pour passer \xE0 l'adh\xE9sion Pro.","popup.openProForPro":"Vous \xEAtes un membre Pro avec un acc\xE8s direct \xE0 DeepL et aux traductions OpenAI !",currentAccount:"compte courant",enableAutoSyncUserSettings:"Permettre la synchronisation automatique du nuage sur plusieurs appareils",modalEnableInputTranslationTitle:"Traduction immersive Bo\xEEte de saisie Alertes de traduction",modalEnableInputTranslationDesc:"Vous venez de d\xE9clencher la traduction de la bo\xEEte de saisie d'Immersive Translation en appuyant sur la barre d'espacement 3 fois en succession rapide, et le contenu de la bo\xEEte de saisie sera traduit dans la langue cible par d\xE9faut. La traduction peut \xEAtre annul\xE9e avec Ctrl+Z.

Si c'est une erreur, ne vous inqui\xE9tez pas, vous pouvez choisir de la d\xE9sactiver cette fois-ci, ou de d\xE9sactiver d\xE9finitivement la traduction de la zone de saisie.",saveAndNotShowAgain:"Sauvegarder et arr\xEAter le message",disableInputTranslationTips:"* Vous pouvez \xE9galement d\xE9finir d'autres raccourcis pour qu'ils se d\xE9clenchent dans {option} ,{learnMore}.",learnMore:"Cliquez ici pour en savoir plus",continueEnalbeInputTranslation:"Continuer \xE0 activer la traduction des champs de saisie",autoRenewTrialSuffix:`(Dans la version d'essai,passe imm\xE9diatement \xE0 l'adh\xE9sion compl\xE8te)`,upgradeFromTrialTitle:"Passer au statut de membre \xE0 part enti\xE8re",subtitle:"sous-titrage vid\xE9o",youtubeService:"Traduction en immersion Sous-titrage vid\xE9o Services de traduction","subtitle.disabledSubtitle":"D\xE9sactiver d\xE9finitivement la fonction de sous-titres vid\xE9o","subtitle.disabledSubtitleDescription":"Si Immersive Translator's Video Subtitles entre en conflit avec d'autres extensions, vous pouvez choisir de d\xE9sactiver d\xE9finitivement la fonctionnalit\xE9 d'Immersive Translator's Video Subtitles ou de d\xE9sinstaller les autres extensions en conflit.","subtitle.autoEnableSubtitle":"Utilisation automatique de sous-titres bilingues","subtitle.autoEnableSubtitleDescription":"Une fois activ\xE9, des sous-titres bilingues s'afficheront automatiquement lorsque la vid\xE9o est en cours de lecture, sinon, il faut cliquer sur le bouton de traduction pour les afficher.","subtitle.preTranslation":"Traduire des sous-titres \xE0 l'aide de la traduction immersive","subtitle.preTranslationDescription":"Lorsque cette option est activ\xE9e, l'int\xE9gralit\xE9 des sous-titres sera pr\xE9-traduite \xE0 l'aide du service de traduction sp\xE9cifi\xE9 ci-dessous. Une vid\xE9o d'une heure consommera environ 50 000 tokens ou caract\xE8res, donc \xE0 utiliser \xE0 votre propre discr\xE9tion ; lorsqu'elle est d\xE9sactiv\xE9e, les sous-titres originaux seront utilis\xE9s en premier.","subtitle.humanSubtitlesPreferred":"Utilisation prioritaire du sous-titrage humain","subtitle.humanSubtitlesPreferredDescription":"Privil\xE9gier l'utilisation de sous-titres humains lorsque la vid\xE9o dispose de sous-titres humains dans la langue cible (recommand\xE9).",videoSubtitleTranslationDescription:"Confier les sous-titres vid\xE9o \xE0 un service de traduction distinct",subtitleTranslating:"Veuillez patienter pendant que les sous-titres sont traduits \xE0 l'aide du service {service} ... (traduction en immersion)",subtitleLoading:"Chargement des sous-titres...",bilingual:"bilinguisme","field.action":"Activation ou non de la terminologie Baidu","description.action":"Lorsqu'il est activ\xE9, un param\xE8tre action=1 est ajout\xE9 \xE0 la demande pour informer Baidu de l'activation du terme. <1>Veuillez vous r\xE9f\xE9rer \xE0 la documentation officielle pour plus d'informations.",closeQuickTranslation:"Fermer Hoverball","closeQuickTranslation.untilNext":"Cette fois-ci ferm\xE9 jusqu'\xE0 la prochaine visite","closeQuickTranslation.currentWebsite":"Site actuel d\xE9sactiv\xE9","closeQuickTranslation.alwaysClose":"d\xE9sactiver de fa\xE7on permanente","closeQuickTranslation.settingOpen":"(peut \xEAtre activ\xE9e dans la <1>page des param\xE8tres )","closeQuickTranslation.cancel":"annulations","closeQuickTranslation.confirm":"d\xE9finir","floatBall.popup":"Ouvrir le panneau des r\xE9glages rapides","floatBall.translate":"Cliquez pour traduire la page","floatBall.showOriginal":"Cliquez pour revenir \xE0 l'article original","floatBall.close":"Fermer Hoverball","floatBallOptions.enableDescPc":"Apr\xE8s avoir activ\xE9 le hoverball de la page, un bouton de traduction rapide sera affich\xE9 sur le c\xF4t\xE9 droit de la page, cliquez dessus pour traduire !","floatBallOptions.enableDesc":"Apr\xE8s avoir d\xE9sactiv\xE9 le hoverball, il peut \xEAtre rappel\xE9 \xE0 l'aide de{touch}. Il est fortement recommand\xE9 de marquer cette page de param\xE8tres d'un signet afin d'\xE9viter de ne pas pouvoir retrouver le hoverball apr\xE8s avoir d\xE9sactiv\xE9 cette option par inadvertance !","description.azureApiUrl":"Remplir l'adresse de l'interface API personnalis\xE9e",confirmSupportMouse:"Forcer l'activation de la prise en charge de la souris",confirmSupportMouseDescription:"Le navigateur actuel ne prend pas en charge la fonction de la souris. Est-il oblig\xE9 d'activer la prise en charge de la souris ?",sampleTargetText:"La longue nuit viendra, et je veillerai \xE0 partir de ce jour jusqu'\xE0 ma mort. Je ne prendrai pas de femme, je ne ferai pas de fief, je n'aurai pas d'enfant. Je ne porterai pas de couronne, je ne rechercherai pas les honneurs. Je ferai mon devoir, je vivrai et je mourrai.",sampleSourceText:"Night gathers, and now my watch begins. It shall not end until my death. I shall take no wife, hold no lands, father no children. I shall wear no crowns and win no glory. I shall live and die at my post.","subtitle.supportedSites":"\u5DF2\u652F\u6301\u5728\u8FD9\u4E9B\u7F51\u7AD9\u4F7F\u7528\u53CC\u8BED\u5B57\u5E55\uFF08\u6CE8\u610F\uFF1A\u7531\u4E8E\u6280\u672F\u9650\u5236\uFF0C\u90E8\u5206\u7F51\u7AD9\u5728\u9996\u6B21\u5F00\u542F\u5B57\u5E55\u540E\u9700\u8981\u91CD\u65B0\u5237\u65B0\u9875\u9762\uFF0C\u6216\u8005\u9700\u7B49\u5F85\u7FFB\u8BD1\u5B8C\u6210\u4EE5\u663E\u793A\u53CC\u8BED\u5B57\u5E55\uFF09\uFF1A",viewWithImmersiveTranslate:"\u53CC\u8BED\u7248\u672C(\u6C89\u6D78\u5F0F\u7FFB\u8BD1)",errorReason:"\u9519\u8BEF\u539F\u56E0\uFF1A{message}","proQuotaExceededError.onetime7day":'\uFF0C\u60A8\u53EF\u4EE5\u9009\u62E9\u4EE5\u4E0B\u65B9\u5F0F\u89E3\u51B3\uFF1A

1. \u5207\u6362\u5230 {anotherService} \u6216\u5176\u4ED6\u7FFB\u8BD1\u670D\u52A1
2. \u5347\u7EA7\u4E3A\u6708\u5EA6/\u5E74\u5EA6\u4F1A\u5458',"proQuotaExceededError.trial":'\uFF0C\u60A8\u53EF\u4EE5\u9009\u62E9\u4EE5\u4E0B\u65B9\u5F0F\u89E3\u51B3\uFF1A

1. \u5207\u6362\u5230 {anotherService} \u6216\u5176\u4ED6\u7FFB\u8BD1\u670D\u52A1
2. \u7ACB\u523B\u5347\u7EA7\u4E3A\u6B63\u5F0F\u4F1A\u5458',"proQuotaExceededError.nonTrial":'\uFF0C\u60A8\u53EF\u4EE5\u9009\u62E9\u4EE5\u4E0B\u65B9\u5F0F\u89E3\u51B3\uFF1A

1. \u5207\u6362\u5230 {anotherService} \u6216\u5176\u4ED6\u7FFB\u8BD1\u670D\u52A1
2. \u8D2D\u4E70 {translationService} \u989D\u5916\u6D41\u91CF\u5305',"proQuotaExceededError.resetTime":"
3. \u989D\u5EA6\u91CD\u7F6E\u65F6\u95F4\uFF1A{resetTime}","desc.touchShortcutsToggleTranslatePageOnlyTranslation":"Seulement la traduction signifie que seule la traduction est affich\xE9e, si la page n'a pas encore \xE9t\xE9 traduite, elle passera en mode et sera traduite.","desc.toggleOnlyTransation":"Le mode de traduction uniquement signifie que seules les traductions sont affich\xE9es, si la page Web n'a pas encore \xE9t\xE9 traduite, le mode sera chang\xE9 et traduit.",touchShortcutsToggleTranslatePageOnlyTranslation:"Configurer les gestes tactiles pour passer en mode bilingue / mode texte uniquement",download_started:"Le t\xE9l\xE9chargement a d\xE9j\xE0 commenc\xE9, si le t\xE9l\xE9chargement ne commence pas automatiquement, veuillez cliquer manuellement.",here:"ici","error.goReset":"R\xE9initialiser",translationFont:"D\xE9finir la police","error.serveConfigError":"Erreur de configuration du service",detectServiceLoading:"En train de v\xE9rifier les services de traduction disponibles...","translationModeUrl.translation.title":"L'adresse du site en mode traduction uniquement","translationServices.inherit":"Suivez le service de traduction principal","translationModeLang.translation.title":"Mode de langue uniquement en traduction","error.configError":"Les donn\xE9es de configuration sont anormales","translationFont.customPlaceholder":"police de caract\xE8res","touch.mouse-translate":"Traduire le paragraphe sp\xE9cifi\xE9",toggleToService:"Passez \xE0 {service} et r\xE9essayez","translationFont.custom":"Entrez une police personnalis\xE9e",batchEdit:"Op\xE9ration en masse","error.proUpgrade":"Apr\xE8s la mise \xE0 niveau, veuillez rafra\xEEchir la page et traduire \xE0 nouveau.","error.502":"Le service renvoie une erreur, le service est en retard, veuillez r\xE9essayer plus tard.","error.403":"Le service renvoie une erreur, vous n'avez pas temporairement le droit d'acc\xE9der \xE0 ce service.","error.googleLimitIp":"Le service renvoie une erreur, le service Google a limit\xE9 le d\xE9bit pour cette adresse IP, il est recommand\xE9 de changer de n\u0153ud r\xE9seau.",videoSubtitlePreTranslationOff:"Les sous-titres vid\xE9o utiliseront en priorit\xE9 les sous-titres automatiques fournis avec la vid\xE9o originale.","translationFont.notSupportErrorMessage":"Veuillez v\xE9rifier si le nom de la police que vous avez entr\xE9 est correct, ou confirmer que cette police est d\xE9j\xE0 install\xE9e sur votre appareil.","error.proTokenInvalid":"Si vous \xEAtes un utilisateur Pro, veuillez vous connecter avant d'utiliser le service de traduction Pro.",videoSubtitlePreTranslationOn:"Les sous-titres vid\xE9o utiliseront en priorit\xE9 la traduction immersive.","error.400":"Le service renvoie une erreur, la demande de param\xE8tre est incorrecte, veuillez v\xE9rifier la configuration correspondante.","error.429":"Le service renvoie une erreur, indiquant que la demande est trop fr\xE9quente ou d\xE9passe la limite de quota, veuillez r\xE9essayer plus tard.","translationModeUrl.translation.description":"Lorsque le site Web est pour les domaines suivants, il utilisera automatiquement le mode de traduction uniquement.",enableSentryReport:"Lorsqu'une erreur se produit lors de l'extension, utilisez Sentry pour soumettre des commentaires.","error.reloadPageOfSetting":"Apr\xE8s la configuration, veuillez rafra\xEEchir la page pour traduire \xE0 nouveau.","translationModeLang.translation.description":"Lorsque la langue de la page est l'une des langues suivantes, le mode de traduction uniquement sera automatiquement utilis\xE9.","error.gemini.429":"Le service Gemini actuel a atteint sa capacit\xE9 maximale, veuillez r\xE9essayer plus tard ou passer \xE0 un autre service de traduction.","desc.toggleVideoSubtitlePreTranslation":"Une fois appuy\xE9, les sous-titres bilingues de la vid\xE9o utiliseront en priorit\xE9 les param\xE8tres de traduction immersive, une nouvelle pression donnera la priorit\xE9 aux sous-titres de traduction automatique inclus dans la vid\xE9o originale. Attention : ce raccourci modifie les param\xE8tres globaux.","error.openAIExceededQuota":"Le service renvoie une erreur : le solde de votre compte OpenAI est insuffisant, veuillez recharger ou lier une carte de cr\xE9dit dans le back-office officiel d'OpenAI.","error.openAIFreeLimit":"Le service renvoie une erreur, la fr\xE9quence actuelle des demandes de traduction a atteint la limite maximale de 3 fois par minute, veuillez r\xE9essayer plus tard. (C'est une restriction officielle d'OpenAI sur la cl\xE9 API gratuite, pour lever cette restriction, veuillez lier une carte de cr\xE9dit dans le backend d'OpenAI.)","error.serveUnavailable":"Le service [{serverName}] que vous utilisez actuellement est temporairement inaccessible en raison de probl\xE8mes de connexion r\xE9seau ou de fournisseur de services. Nous vous sugg\xE9rons d'essayer de rafra\xEEchir la page ou de changer de service de traduction via <1>Param\xE8tres. Si vous \xEAtes un membre <2>Pro, vous pouvez choisir d'utiliser les services de traduction plus stables de DeepL ou OpenAI (<3>cliquez ici pour un essai gratuit). De plus, vous devrez peut-\xEAtre v\xE9rifier vos param\xE8tres de r\xE9seau ou de proxy.",loggedIn:"Connect\xE9","error.retry":"R\xE9essayer","floatBall.iKnow":"Je sais.",touchShortcutsOff:"Fermer","tagsInput.add":"+ Ajouter","translationServices.gemini":"G\xE9meaux",goLogin:"Allez vous connecter",shortcutSettings:"Raccourci",notLogin:"Non connect\xE9","multipleClick.4":"Quadruple frappe",alwaysTranslateThisSite:"Toujours traduire ce site","multipleClick.3":"Triple coup",neverTranslateThisSite:"Ne jamais traduire ce site","subtitle.bilingual":"Sous-titres bilingues","widget.instructionTooltip":"Consultez le mode d'emploi","shortcutGroup.shortcutsForTranslationServices":"Raccourcis li\xE9s au service de traduction",buildSnapshots:"G\xE9n\xE9rer un instantan\xE9 de la page web",shortcutSettingsTitle:"Param\xE9trage des raccourcis","subtitle.hideQuickButton":"Ne plus afficher ce raccourci",contact:"Contactez-nous","widget.videoSubtitleTooltip":"Prend en charge Youtube et autres sites vid\xE9o {count}+",notLoginPro:"Vous n'avez pas encore connect\xE9 \xE0 votre compte membre.","multipleClick.2":"Double-cliquez","widget.videoSubtitle":"sous-titres vid\xE9o",temprarilyChangeTranslationTo_gemini:"Utilisation de Gemini pour traduire la page actuelle.","error.subscriptionExpiredTitle":"L'adh\xE9sion a expir\xE9",pickAll:"Tout s\xE9lectionner","floatBall.guideClickToTranslate":"Cliquez sur la bulle de traduction immersive pour traduire rapidement",temprarilyChangeTranslationTo_google:"Utilisation en cours de Google Traduction pour cette page actuelle",temprarilyChangeTranslationTo_bing:"Utilisation en cours de Microsoft Traduction pour la page actuelle",mouseHoverCustomKeyTitle:"Personnaliser les raccourcis de survol de la souris","browser.translateWithDeepL":"Utilisation temporaire de DeepL pour traduire la page actuelle","widget.translateFile":"PDF/ePub",temprarilyChangeTranslationTo_openai:"Utilisation en cours d'OpenAI pour traduire la page actuelle","subtitle.autoDisableSubtitle":"Ne pas activer automatiquement les sous-titres bilingues","error.reason":"Raison de l'erreur",temprarilyChangeTranslationTo_deepl:"Utilisation de DeepL pour traduire la page actuelle.","widget.translateFileTooltip":"Traduire les documents PDF, EPUB, SRT, ASS, HTML et TXT",networkError:"Le service de traduction ou le r\xE9seau rencontre des probl\xE8mes.","floatBall.longPress":"Appuyez longuement pour ouvrir rapidement le panneau de configuration.",paragraphMinTextCountField:"Le nombre minimum de caract\xE8res requis pour traduire un paragraphe","browser.translateWithTransmart":"Utilisation temporaire de Tencent pour traduire la page actuelle","browser.translateWithOpenAI":"Utilisation temporaire d'OpenAI pour traduire la page actuelle",translationOnlyMode:"Mode de traduction uniquement","slide.right":"Glissez vers la gauche","shortcutGroup.main":"Raccourcis de fonctionnalit\xE9s couramment utilis\xE9s",temprarilyChangeTranslationTo_transmart:"Utilise actuellement la traduction de Tencent pour cette page.",touchShortcutsToggleTranslatePage:"D\xE9finir un geste tactile pour traduire la page web / afficher le texte original","slide.left":"Faites glisser vers la droite","shortcutGroup.touch":"Gestes sp\xE9cifiques pour \xE9cran tactile","intro.floatBallTitle":"Boule flottante de traduction rapide","neverTranslateText.title":"Ci-dessous, les mots restent en texte original, ne pas traduire.","browser.toggleMouseHoverTranslateDirectly":"Activer ou d\xE9sactiver temporairement la traduction directe au survol de la souris sur la page","browser.translateInputBox":"Traduire le contenu de la bo\xEEte de saisie actuelle","browser.translateWithGoogle":"Utilisation temporaire de Google Traduction pour la page actuelle","browser.translateWithBing":"Utilisation temporaire de Microsoft Traduction pour la page actuelle","widget.instruction":"Mode d'emploi","subtitle.showQuickButton":"Afficher les sous-titres bilingues dans le lecteur est un raccourci",touchShortcutsToggleTranslationMask:"Configurer l'affichage du geste tactile pour afficher le masque de traduction / afficher le texte original","error.subscriptionExpired":"Votre adh\xE9sion a peut-\xEAtre expir\xE9, veuillez v\xE9rifier votre statut de membre.","intro.hoverTitle":"Survolez avec la souris pour traduire le paragraphe actuel","browser.translateWithGemini":"Utilisez temporairement Gemini pour traduire la page actuelle",touchShortcutsToggleTranslateTouchElement:"Configurer la traduction de paragraphes sp\xE9cifiques par gestes tactiles","desc.touchShortcutsToggleTranslateTouchElement":"Personnalisez un geste et vous pourrez traduire n'importe quel paragraphe o\xF9 vous vous trouvez.","intro.subtitleTitle":"Affichage des sous-titres bilingues en vid\xE9o en ligne","desc.interfaceLanguage":"La configuration de la langue de l'interface affecte la langue d'affichage du panneau de contr\xF4le et n'a rien \xE0 voir avec la langue cible de la traduction.","browser.toggleVideoSubtitlePreTranslation":"Basculer vers les sous-titres bilingues en privil\xE9giant les param\xE8tres de traduction immersive","shortcutGroup.others":"Plus de raccourcis de fonctionnalit\xE9s personnalis\xE9es",confirmResetToDefaultSettings:"Confirmez-vous vouloir r\xE9tablir ce service de traduction comme param\xE8tre par d\xE9faut ? (Cela ne r\xE9initialise que les param\xE8tres de ce service de traduction)",shortcutDisableTooltip:"Veuillez configurer dans la page de gestion des raccourcis d'extension fournie par le navigateur, pour plus de directives, veuillez consulter les instructions en haut de cette page.","subtitle.showQuickButtonDescription":"Fournir un raccourci pour activer les sous-titres bilingues dans le coin inf\xE9rieur droit du lecteur vid\xE9o","shortcutGroup.mouse":"Configuration des raccourcis clavier pour le survol de la souris","desc.toggleTranslateTheMainPage":"Traduisez uniquement les zones principales de la page, une fois que vous avez activ\xE9 la traduction de toutes les zones de la page dans les param\xE8tres avanc\xE9s, vous pouvez utiliser ce raccourci pour traduire sp\xE9cifiquement les zones principales de la page.","description.baiduField":"Les domaines pris en charge sont vus <1>ici, si vide cela signifie qu'aucun domaine n'est sp\xE9cifi\xE9.",upgradeToProErrorTitle:"Veuillez passer \xE0 l'adh\xE9sion Pro pour utiliser ce service de traduction.",paragraphMinTextCountDesc:"Faites attention, ici on parle de la longueur des caract\xE8res, par exemple: hello compte 5 caract\xE8res, d\xE9finir une valeur plus grande peut r\xE9duire les traductions de petits paragraphes inutiles.",translationOnlyModeDescription:"Le mode de traduction uniquement signifie que seule la traduction est affich\xE9e, et non le mode bilingue par d\xE9faut. Notez que: en raison des limitations techniques, les hyperliens du texte original seront d\xE9sactiv\xE9s en mode de traduction uniquement.","desc.toggleTranslateTheWholePage":"Traduire toute la zone de la page, par d\xE9faut, nous traduirons la zone principale de la page, vous pouvez utiliser ce raccourci pour traduire sp\xE9cifiquement toute la zone de la page.","contact.description":"Si vous avez des questions ou des suggestions, n'h\xE9sitez pas \xE0 remplir le formulaire ci-dessous pour nous contacter, ou \xE0 envoyer un courriel \xE0 {email}, nous vous r\xE9pondrons d\xE8s que possible.",mouseHoverCustomKeyDescription:"Vous pouvez personnaliser un raccourci clavier pour le survol de la souris, par exemple : Alt+Z, Ctrl+E, Cmd+Alt+E ou directement Cmd, veuillez entrer manuellement.","desc.mouseHoverHoldKey":"Lorsque la souris survole un paragraphe et que vous appuyez simultan\xE9ment sur la touche de raccourci \xE0 droite, vous pouvez traduire directement ce paragraphe.","desc.touchShortcutsToggleTranslatePage":"Une fois configur\xE9, lors de l'utilisation d'un appareil mobile, vous pouvez toucher l'\xE9cran avec X doigts, glisser de gauche \xE0 droite ou cliquer continuellement pour d\xE9clencher la traduction de la page web / afficher le texte original.","desc.touchShortcutsToggleTranslationMask":"La traduction du masque fait r\xE9f\xE9rence \xE0 l'effet flou dans le style de la traduction (mode d'apprentissage), qui est activ\xE9 temporairement pour utiliser l'effet flou sur la traduction, facilitant l'apprentissage.","intro.floatBallDescription":"Une fois activ\xE9, un bouton de traduction rapide s'affichera sur le c\xF4t\xE9 droit de la page. Cliquez dessus pour traduire, cliquez \xE0 nouveau pour revenir au texte original. Sur mobile, maintenez le bouton flottant pour ouvrir le panneau de configuration rapide.","desc.toggleMouseHoverTranslateDirectly":"Apr\xE8s avoir appuy\xE9 sur ce raccourci, sur la page, d\xE8s que la souris pointe sur n'importe quel texte, ce texte sera automatiquement traduit. Appuyez \xE0 nouveau sur le raccourci pour d\xE9sactiver cette fonction de traduction automatique.","intro.hoverDescription":"La traduction au survol de la souris est une fonction tr\xE8s importante dans la traduction immersive. Il suffit de placer la souris sur le paragraphe et d'appuyer simultan\xE9ment sur la touche de raccourci d\xE9finie pour traduire automatiquement le paragraphe actuel (remarque : elle n'est pas activ\xE9e par d\xE9faut, veuillez la configurer ci-dessous). Cette interaction est utilis\xE9e pour mieux remplacer la traduction par s\xE9lection de mots. De plus, cette fonction est largement utilis\xE9e dans les zones de traduction qui ne peuvent pas \xEAtre reconnues. Vous pouvez utiliser cette fonction pour forcer la traduction de n'importe quel paragraphe.","neverTranslateText.description":"En raison de la reconnaissance insatisfaisante des noms propres par certains moteurs de traduction, vous pouvez ajouter des mots ici pour vous assurer qu'ils ne sont pas convertis pendant le processus de traduction. Veuillez noter que cette fonction distingue les majuscules et les minuscules et ne prend en charge que les langues \xE0 mots s\xE9par\xE9s par des espaces (comme l'anglais, le fran\xE7ais), elle n'est pas applicable aux langues comme le japonais, le cor\xE9en, etc.","intro.subtitleDescription":"Une fois cette fonction activ\xE9e, les sous-titres bilingues seront automatiquement affich\xE9s lors de la lecture de la vid\xE9o. Si elle n'est pas activ\xE9e, vous devrez cliquer manuellement sur le bouton de traduction sur la page pour afficher les sous-titres. Veuillez noter qu'en raison de limitations techniques, certains sites peuvent n\xE9cessiter un rafra\xEEchissement de la page ou attendre la fin de la traduction pour afficher les sous-titres bilingues. (De plus, vous pouvez \xE9galement activer/d\xE9sactiver le panneau de raccourcis de traduction immersive dans le coin sup\xE9rieur droit apr\xE8s avoir ouvert le site de la vid\xE9o).

La prise en charge des sous-titres bilingues est actuellement disponible sur ces sites :",geminiWarning:"Attention : Le service gratuit Gemini fourni par Google a des restrictions strictes, il est possible que Google juge que l'utilisateur utilise plusieurs cl\xE9s pour contourner leurs restrictions de quota gratuit, il n'est pas recommand\xE9 de l'utiliser, il est recommand\xE9 d'attendre que Google ouvre l'interface de paiement Gemini \xE0 l'avenir avant de l'utiliser.","floatBall.setting":"Param\xE9trage","floatBall.translateToLanguage":"Cliquez pour traduire en {language}","floatBall.file":"Traduire les fichiers PDF, EPUB, SRT, ASS, HTML, TXT",changeToOnlyTempTranslationMode:"Afficher uniquement les traductions",changeToDualTempTranslationMode:"Passer \xE0 la traduction bilingue","transitionMode.translation":"Seulement le texte traduit","options.navbar.installApp":"Installer l'application mobile","options.navbar.translateFile":"Traduire le document","subtitle.transitionMode":"Param\xE8tres de sous-titres vid\xE9o bilingues / traduction uniquement","subtitle.transitionModeDescription":"D\xE9finir les sous-titres vid\xE9o en mode bilingue ou en mode traduction uniquement","transitionMode.inherit":"Restez coh\xE9rent avec le mode d'affichage de traduction par d\xE9faut du syst\xE8me.","transitionMode.dual":"Contraste bilingue",translateFileTooltip:`Traduire PDF, ePub, srt, ass, HTML, fichiers TXT`,"description.multiplePrompt":`Lorsque le nombre de paragraphes est sup\xE9rieur \xE0 1, les dialogues envoy\xE9s \xE0 {service} en tant qu'utilisateur, o\xF9 {{from}} repr\xE9sente la langue du paragraphe, {{to}} repr\xE9sente la langue cible, {{yaml}} est le contenu du paragraphe que nous avons emball\xE9 au format yaml, si vous avez besoin de personnaliser Prompt, vous devez vous assurer que chaque \xE9l\xE9ment dans le r\xE9sultat YAML de la r\xE9ponse AI contient le champ {env.imt_trans_field}, {{imt_trans_field}} est le nom du champ de traduction que nous esp\xE9rons que l'IA r\xE9pondra, par d\xE9faut c'est {env.imt_trans_field}, {{imt_source_field}} est le nom du champ d'origine que nous passons \xE0 l'IA, par d\xE9faut c'est {env.imt_source_field}, exemple de r\xE9sultat : - id: 1 @@ -5183,7 +5183,7 @@ ass, HTML, fichiers TXT`,"description.multiplePrompt":`Lorsque le nombre de para {env.imt_sub_trans_field}: Traduction - id: 2 {env.imt_sub_source_field}: Source - {env.imt_sub_trans_field}: Traduction`,"subtitle.quickButton.magenta":"Fuchsia","subtitle.quickButton.red":"Rouge","subtitle.quickButton.setting":"Param\xE9trage","subtitle.quickButton.black":"noir","subtitle.quickButton.translationPosition":"Position de traduction","subtitle.quickButton.green":"Vert","subtitle.quickButton.translationFontSize":"Taille de police de traduction","subtitle.quickButton.sourceTextColor":"Couleur de police d'origine","translationServices.claude":"Claude","subtitle.quickButton.blue":"Bleu","subtitle.quickButton.sourceFontSize":"La taille originale de la police","subtitle.quickButton.translationTextColor":"Couleur de la police de traduction","subtitle.quickButton.backgroundColor":"couleur d'arri\xE8re-plan","subtitle.quickButton.white":"Blanc","subtitle.quickButton.translationPositionTop":"En haut de l'original","subtitle.quickButton.yellow":"jaune","subtitle.quickButton.cyan":"Bleu","subtitle.quickButton.backgroundOpacity":"Opacit\xE9 de l'arri\xE8re-plan","subtitle.quickButton.translationPositionBottom":"\u5728\u539F\u6587\u4E0B\u65B9",attachSubtitleTranslating:"Utilisation de {service} pour la traduction en cours...","error.claude.403":"Acc\xE8s temporairement interdit au service, cela peut \xEAtre li\xE9 aux restrictions r\xE9gionales de Claude. Vous pouvez essayer de changer votre adresse IP ou utiliser un autre service de traduction.","browser.brandDescriptionForSafari":"\u3010Traduction immersive\u3011Un plugin de traduction de pages web bilingue gratuit (texte original / traduction), qui supporte \xE9galement la traduction de PDF et de livres \xE9lectroniques EPUB tout en conservant la mise en page originale, la traduction de sous-titres bilingues pour des vid\xE9os en ligne comme Youtube/Netflix, et qui supporte les services de traduction principaux tels que Deepl/Google;","browser.PdfProFile":"AI pilot\xE9 PDF Pro traduction","browser.textTranslate":"Traduction de texte"};var z4={nologin:"\u0905\u0902\u0926\u0930 \u092A\u094D\u0930\u0935\u0947\u0936 \u0915\u0940 \u0905\u0928\u0941\u092E\u0924\u093F \u0928\u0939\u0940\u0902 \u0939\u0948",loginForSafari:"\u0932\u0949\u0917-\u0907\u0928 \u092F\u093E \u092A\u0902\u091C\u0940\u0915\u0943\u0924",login:"\u0932\u0949\u0917 \u0907\u0928 \u0915\u0930\u0928\u0947 \u0915\u0947 \u092C\u093E\u0926 \u0906\u092A \u0938\u0926\u0938\u094D\u092F\u0924\u093E \u0938\u0915\u094D\u0930\u093F\u092F \u0915\u0930 \u0938\u0915\u0924\u0947 \u0939\u0948\u0902",manageAccount:"\u0916\u093E\u0924\u0947 \u0915\u093E \u092A\u094D\u0930\u092C\u0902\u0927\u0928 \u0915\u0930\u0947\u0902",openPremium:"\u0938\u0926\u0938\u094D\u092F\u0924\u093E \u0917\u094D\u0930\u0939\u0923 \u0915\u0930\u0947\u0902",logout:"\u091B\u094B\u0921\u093C\u0928\u093E",curentPlan:"\u0935\u0930\u094D\u0924\u092E\u093E\u0928 \u092A\u0948\u0915\u0947\u091C",endAt:"\u092A\u0930\u093F\u092A\u0915\u094D\u0935\u0924\u093E",endAuto:"\u0938\u094D\u0935\u091A\u093E\u0932\u093F\u0924 \u0928\u0935\u0940\u0915\u0930\u0923",lineBreakMaxTextCount:"\u092A\u0902\u0915\u094D\u0924\u093F \u0935\u093F\u0930\u093E\u092E \u0915\u0947 \u092C\u093E\u0926 \u092A\u094D\u0930\u0924\u093F \u0935\u093E\u0915\u094D\u092F \u0905\u0928\u0941\u092E\u0924 \u0935\u0930\u094D\u0923\u094B\u0902 \u0915\u0940 \u0905\u0927\u093F\u0915\u0924\u092E \u0938\u0902\u0916\u094D\u092F\u093E","translate-pdf":"\u092A\u0940\u0921\u0940\u090F\u092B \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u0915\u094D\u0932\u093F\u0915 \u0915\u0930\u0947\u0902","noSupportTranslate-pdf":"\u0938\u094D\u0915\u094D\u0930\u093F\u092A\u094D\u091F \u0938\u092E\u0930\u094D\u0925\u093F\u0924 \u0928\u0939\u0940\u0902 \u0939\u0948, \u0915\u0943\u092A\u092F\u093E \u092A\u094D\u0932\u0917-\u0907\u0928 \u0915\u093E \u0909\u092A\u092F\u094B\u0917 \u0915\u0930\u0947\u0902","translate-firefox-local-pdf":"\u092A\u0940\u0921\u0940\u090F\u092B \u0906\u092F\u093E\u0924 \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u0915\u094D\u0932\u093F\u0915 \u0915\u0930\u0947\u0902",enableLineBreak:"\u0932\u0902\u092C\u0947 \u0905\u0928\u0941\u091A\u094D\u091B\u0947\u0926\u094B\u0902 \u0915\u0947 \u0932\u093F\u090F \u0938\u094D\u0935\u091A\u093E\u0932\u093F\u0924 \u0936\u092C\u094D\u0926 \u0930\u0948\u092A\u093F\u0902\u0917 \u091A\u093E\u0932\u0942 \u0915\u0930\u0947\u0902",sponsorLabel:"$1 \u0938\u0947 \u0936\u0941\u0930\u0942 \u0915\u0930\u0915\u0947 \u0915\u093F\u0938\u0940 \u0921\u0947\u0935\u0932\u092A\u0930 \u0915\u094B \u092A\u094D\u0930\u093E\u092F\u094B\u091C\u093F\u0924 \u0915\u0930\u0947\u0902",help:"\u092E\u0926\u0926",browserShortcutsNoteForFirefox:'\u092B\u093C\u093E\u092F\u0930\u092B\u093C\u0949\u0915\u094D\u0938 \u092C\u094D\u0930\u093E\u0909\u091C\u093C\u0930 \u092E\u0947\u0902 \u0936\u0949\u0930\u094D\u091F\u0915\u091F \u0915\u0941\u0902\u091C\u093F\u092F\u094B\u0902 \u0915\u094B \u0938\u0902\u0936\u094B\u0927\u093F\u0924 \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F, \u0906\u092A\u0915\u094B \u090F\u0915\u094D\u0938\u091F\u0947\u0902\u0936\u0928 \u092A\u094D\u0930\u092C\u0902\u0927\u0928 \u092A\u0943\u0937\u094D\u0920 `about:addons` \u0916\u094B\u0932\u0928\u093E \u0939\u094B\u0917\u093E, \u092B\u093F\u0930 "\u0938\u0947\u091F\u093F\u0902\u0917\u094D\u0938" \u092A\u0930 \u0915\u094D\u0932\u093F\u0915 \u0915\u0930\u0947\u0902, \u092B\u093F\u0930 \u0907\u0938\u0947 \u0938\u0947\u091F \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F "\u0936\u0949\u0930\u094D\u091F\u0915\u091F \u0915\u0941\u0902\u091C\u093F\u092F\u093E\u0901 \u092A\u094D\u0930\u092C\u0902\u0927\u093F\u0924 \u0915\u0930\u0947\u0902" \u092A\u0930 \u0915\u094D\u0932\u093F\u0915 \u0915\u0930\u0947\u0902\u0964',browserShortcutsNoteForChrome:"\u0915\u094D\u0930\u094B\u092E-\u091C\u0948\u0938\u0947 \u092C\u094D\u0930\u093E\u0909\u091C\u093C\u0930 \u092E\u0947\u0902 \u0936\u0949\u0930\u094D\u091F\u0915\u091F \u0915\u0941\u0902\u091C\u093F\u092F\u094B\u0902 \u0915\u094B \u0938\u0902\u0936\u094B\u0927\u093F\u0924 \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F, \u0906\u092A\u0915\u094B \u090F\u0915\u094D\u0938\u091F\u0947\u0902\u0936\u0928 \u092A\u094D\u0930\u092C\u0902\u0927\u0928 \u092A\u0943\u0937\u094D\u0920 \u0916\u094B\u0932\u0928\u093E \u0939\u094B\u0917\u093E, \u0907\u0938\u0947 `\u0936\u0949\u0930\u094D\u091F\u0915\u091F \u092A\u094D\u0930\u092C\u0902\u0927\u093F\u0924 \u0915\u0930\u0947\u0902` \u092A\u0948\u0928\u0932 (`\u0915\u094D\u0930\u094B\u092E://\u090F\u0915\u094D\u0938\u091F\u0947\u0902\u0936\u0928/\u0936\u0949\u0930\u094D\u091F\u0915\u091F`) \u092E\u0947\u0902 \u0938\u0947\u091F \u0915\u0930\u0928\u093E \u0939\u094B\u0917\u093E, \u0914\u0930 \u0938\u0940\u0927\u0947 \u091C\u093E\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u0928\u0940\u091A\u0947 \u0926\u093F\u090F \u0917\u090F \u092C\u091F\u0928 \u092A\u0930 \u0915\u094D\u0932\u093F\u0915 \u0915\u0930\u0928\u093E \u0939\u094B\u0917\u093E \u0936\u0949\u0930\u094D\u091F\u0915\u091F \u0915\u0941\u0902\u091C\u0940 \u092A\u094D\u0930\u092C\u0902\u0927\u0928 \u092A\u0943\u0937\u094D\u0920.",browserShortcutsSucks:"\u0915\u0938\u094D\u091F\u092E \u0936\u0949\u0930\u094D\u091F\u0915\u091F \u0915\u0941\u0902\u091C\u0940 \u092A\u094D\u0930\u093E\u0930\u0942\u092A \u0939\u0948 (\u0915\u094B\u0908 \u0938\u094D\u0935\u091A\u093E\u0932\u093F\u0924 \u092A\u0939\u091A\u093E\u0928 \u0928\u0939\u0940\u0902, \u0915\u0943\u092A\u092F\u093E \u0938\u0940\u0927\u0947 \u0926\u0930\u094D\u091C \u0915\u0930\u0947\u0902)\uFF1A",enableLineBreakDescription:"\u091A\u093E\u0932\u0942 \u0939\u094B\u0928\u0947 \u092A\u0930, \u092A\u0922\u093C\u0928\u0947 \u0915\u0940 \u0938\u0941\u0935\u093F\u0927\u093E \u0915\u0947 \u0932\u093F\u090F \u092A\u094D\u0930\u0924\u094D\u092F\u0947\u0915 \u0935\u093E\u0915\u094D\u092F \u0915\u0947 \u0905\u0902\u0924 \u092E\u0947\u0902 \u0932\u0902\u092C\u0947 \u092A\u0948\u0930\u093E\u0917\u094D\u0930\u093E\u092B \u092E\u0947\u0902 \u0932\u093E\u0907\u0928 \u092C\u094D\u0930\u0947\u0915 \u0921\u093E\u0932\u0947 \u091C\u093E\u090F\u0902\u0917\u0947\u0964","browser.shortBrandName":"\u0917\u0939\u0928 \u0905\u0928\u0941\u0935\u093E\u0926","browser.brandName":"\u0907\u092E\u0930\u094D\u0938\u093F\u0935 \u0905\u0928\u0941\u0935\u093E\u0926: \u0926\u094D\u0935\u093F\u092D\u093E\u0937\u0940 \u0935\u0947\u092C \u092A\u0947\u091C \u0905\u0928\u0941\u0935\u093E\u0926 \u0914\u0930 \u092A\u0940\u0921\u0940\u090F\u092B \u0926\u0938\u094D\u0924\u093E\u0935\u0947\u091C\u093C \u0905\u0928\u0941\u0935\u093E\u0926","browser.brandDescription":"Bilingual web page translation, also supports PDF translation, bilingual Epub eBook translation, free to use.","browser.toggleTranslatePage":"\u0935\u0947\u092C \u092A\u0947\u091C \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0947\u0902/\u092E\u0942\u0932 \u092A\u093E\u0920 \u0926\u093F\u0916\u093E\u090F\u0902","browser.toggleTranslateTheWholePage":"\u092A\u0943\u0937\u094D\u0920 \u0915\u0947 \u0938\u092D\u0940 \u0915\u094D\u0937\u0947\u0924\u094D\u0930\u094B\u0902 \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0947\u0902/\u092E\u0942\u0932 \u092A\u093E\u0920 \u092A\u094D\u0930\u0926\u0930\u094D\u0936\u093F\u0924 \u0915\u0930\u0947\u0902","browser.toggleOnlyTransation":"\u0926\u094D\u0935\u093F\u092D\u093E\u0937\u0940/\u0915\u0947\u0935\u0932 \u0905\u0928\u0941\u0935\u093E\u0926 \u092E\u094B\u0921 \u092A\u0930 \u0938\u094D\u0935\u093F\u091A \u0915\u0930\u0947\u0902","browser.toggleTranslateToThePageEndImmediately":"\u0924\u0941\u0930\u0902\u0924 \u092A\u0943\u0937\u094D\u0920 \u0915\u0947 \u0928\u0940\u091A\u0947 \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0947\u0902/\u092E\u0942\u0932 \u092A\u093E\u0920 \u0926\u093F\u0916\u093E\u090F\u0902","browser.toggleTranslateTheMainPage":"\u092A\u0943\u0937\u094D\u0920 \u0915\u0947 \u092E\u0941\u0916\u094D\u092F \u0915\u094D\u0937\u0947\u0924\u094D\u0930 \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0947\u0902/\u092E\u0942\u0932 \u092A\u093E\u0920 \u092A\u094D\u0930\u0926\u0930\u094D\u0936\u093F\u0924 \u0915\u0930\u0947\u0902","browser.shareToDraft":"\u0926\u094D\u0935\u093F\u092D\u093E\u0937\u0940 \u092A\u0943\u0937\u094D\u0920 \u0938\u093E\u091D\u093E \u0915\u0930\u0947\u0902","browser.openOptionsPage":"\u0938\u0947\u091F\u093F\u0902\u0917 \u092A\u0943\u0937\u094D\u0920 \u0916\u094B\u0932\u0947\u0902","browser.toggleTranslationMask":"\u0905\u0928\u0941\u0935\u093E\u0926 \u0927\u0941\u0902\u0927\u0932\u093E \u092A\u094D\u0930\u092D\u093E\u0935 \u0926\u093F\u0916\u093E\u090F\u0901/\u091B\u093F\u092A\u093E\u090F\u0901","browser.translateLocalPdfFile":"\u0938\u094D\u0925\u093E\u0928\u0940\u092F \u092A\u0940\u0921\u0940\u090F\u092B \u092B\u093E\u0907\u0932\u094B\u0902 \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0947\u0902","browser.openEbookViewer":"\u0938\u094D\u0925\u093E\u0928\u0940\u092F \u0908-\u092A\u0941\u0938\u094D\u0924\u0915\u0947\u0902 \u092A\u0922\u093C\u0947\u0902","browser.openEbookBuilder":"\u0926\u094D\u0935\u093F\u092D\u093E\u0937\u0940 EPUB \u0908-\u092A\u0941\u0938\u094D\u0924\u0915\u0947\u0902 \u092C\u0928\u093E\u090F\u0901","browser.translateLocalHtmlFile":"HTML/txt \u092B\u093C\u093E\u0907\u0932\u094B\u0902 \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0947\u0902","browser.donateContext":"\u092A\u094D\u0930\u093E\u092F\u094B\u091C\u0928 \u0932\u093E\u092D\u094B\u0902 \u0915\u0947 \u092C\u093E\u0930\u0947 \u092E\u0947\u0902 \u091C\u093E\u0928\u0947\u0902","browser.translateLocalSubtitleFile":"\u0938\u094D\u0925\u093E\u0928\u0940\u092F \u0909\u092A\u0936\u0940\u0930\u094D\u0937\u0915 \u092B\u093C\u093E\u0907\u0932\u094B\u0902 \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0947\u0902",confirmResetConfig:"\u0915\u094D\u092F\u093E \u0906\u092A \u0935\u093E\u0915\u0908 \u0905\u092A\u0928\u0940 \u0938\u0947\u091F\u093F\u0902\u0917\u094D\u0938 \u0930\u0940\u0938\u0947\u091F \u0915\u0930\u0928\u093E \u091A\u093E\u0939\u0924\u0947 \u0939\u0948\u0902?",translationLineBreakSettingTitle:"\u0905\u0928\u0941\u0935\u093E\u0926 \u092A\u0902\u0915\u094D\u0924\u093F \u0930\u0948\u092A\u093F\u0902\u0917 \u0938\u0947\u091F\u093F\u0902\u0917",smartLineBreak:"\u0938\u094D\u092E\u093E\u0930\u094D\u091F \u0932\u093E\u0907\u0928 \u0930\u0948\u092A\u093F\u0902\u0917",alwaysLineBreak:"\u0939\u092E\u0947\u0936\u093E \u0932\u092A\u0947\u091F\u094B",isShowContextMenu:"\u0905\u0928\u0941\u0935\u093E\u0926\u093F\u0924 \u0935\u0947\u092C \u092A\u0947\u091C \u0915\u094B \u0930\u093E\u0907\u091F-\u0915\u094D\u0932\u093F\u0915 \u092E\u0947\u0928\u0942 \u0906\u0907\u091F\u092E \u092E\u0947\u0902 \u091C\u094B\u0921\u093C\u0947\u0902",toggleBeta:"\u092C\u0940\u091F\u093E \u092A\u0930\u0940\u0915\u094D\u0937\u0923 \u0938\u0941\u0935\u093F\u0927\u093E\u090F\u0901 \u0938\u0915\u094D\u0937\u092E \u0915\u0930\u0947\u0902",betaDescription:"\u0909\u0928 \u0938\u0941\u0935\u093F\u0927\u093E\u0913\u0902 \u0915\u094B \u0938\u0915\u094D\u0937\u092E \u0915\u0930\u0947\u0902 \u091C\u094B \u0905\u092D\u0940 \u092D\u0940 \u092A\u094D\u0930\u092F\u094B\u0917\u093E\u0924\u094D\u092E\u0915 \u0939\u0948\u0902, \u0938\u093E\u0925 \u0939\u0940 \u092A\u0930\u0940\u0915\u094D\u0937\u0923 \u092E\u0947\u0902 \u0905\u0928\u0941\u0935\u093E\u0926 \u0938\u0947\u0935\u093E\u090F\u0902 \u092D\u0940 \u0938\u0915\u094D\u0937\u092E \u0915\u0930\u0947\u0902\u0964 <1>\u091F\u0947\u0932\u0940\u0917\u094D\u0930\u093E\u092E \u0938\u092E\u0942\u0939 \u0938\u0947 \u091C\u0941\u0921\u093C\u0947\u0902 \u0914\u0930 \u0905\u0927\u093F\u0915 \u091C\u093E\u0928\u0947\u0902\u0964",translationLineBreakSettingDescription:"\u0939\u092E\u0947\u0936\u093E \u0930\u0948\u092A \u0915\u092E \u0938\u093E\u092E\u0917\u094D\u0930\u0940 \u0935\u093E\u0932\u0947 \u0932\u0947\u0906\u0909\u091F \u0915\u0947 \u0932\u093F\u090F \u0909\u092A\u092F\u0941\u0915\u094D\u0924 \u0939\u094B\u0924\u093E \u0939\u0948 \u0914\u0930 \u0905\u0927\u093F\u0915 \u0938\u0941\u0935\u094D\u092F\u0935\u0938\u094D\u0925\u093F\u0924 \u0939\u094B\u0924\u093E \u0939\u0948\u0964 (\u0938\u094D\u0925\u093E\u0928 \u092C\u091A\u093E\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u092C\u0939\u0941\u0924 \u0938\u093E\u0930\u0940 \u0938\u093E\u092E\u0917\u094D\u0930\u0940 ({count}\u0938\u0947 \u0905\u0927\u093F\u0915 \u0905\u0915\u094D\u0937\u0930) \u0935\u093E\u0932\u0947 \u0932\u0902\u092C\u0947 \u092A\u0948\u0930\u093E\u0917\u094D\u0930\u093E\u092B \u092E\u0947\u0902 \u0938\u094D\u092E\u093E\u0930\u094D\u091F \u0932\u093E\u0907\u0928 \u092C\u094D\u0930\u0947\u0915 \u0915\u093E \u0909\u092A\u092F\u094B\u0917 \u0915\u0930\u0947\u0902)",tempTranslateDomainTitle:"\u0935\u0947\u092C\u0938\u093E\u0907\u091F \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u094B \u0905\u0938\u094D\u0925\u093E\u092F\u0940 \u0930\u0942\u092A \u0938\u0947 \u0915\u092C \u0924\u0915 \u0938\u0915\u094D\u0937\u092E \u0915\u0930\u0928\u093E \u0939\u0948",tempTranslateDomainDescription:"\u0915\u093F\u0938\u0940 \u0935\u0947\u092C \u092A\u0947\u091C \u0915\u093E \u092E\u0948\u0928\u094D\u092F\u0941\u0905\u0932 \u0930\u0942\u092A \u0938\u0947 \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0924\u0947 \u0938\u092E\u092F, \u0938\u094D\u0935\u091A\u093E\u0932\u093F\u0924 \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0947 \u0932\u093F\u090F \u0935\u0947\u092C\u0938\u093E\u0907\u091F \u0915\u094B \u0905\u0938\u094D\u0925\u093E\u092F\u0940 \u0930\u0942\u092A \u0938\u0947 \u091A\u093E\u0932\u0942 \u0915\u0930\u0947\u0902, \u0914\u0930 \u0906\u092A \u0905\u0938\u094D\u0925\u093E\u092F\u0940 \u0905\u0935\u0927\u093F \u0928\u093F\u0930\u094D\u0927\u093E\u0930\u093F\u0924 \u0915\u0930 \u0938\u0915\u0924\u0947 \u0939\u0948\u0902\u0964",xMinutes:"{count} \u092E\u093F\u0928\u091F",disabled:"\u0905\u0915\u094D\u0937\u092E \u0915\u0930\u0928\u093E",changelog:"\u0932\u0949\u0917 \u092C\u0926\u0932\u0947\u0902",toggleTranslatePageWhenThreeFingersOnTheScreen:"\u0935\u0947\u092C \u092A\u0947\u091C \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0928\u0947/\u092E\u0942\u0932 \u092A\u093E\u0920 \u092A\u094D\u0930\u0926\u0930\u094D\u0936\u093F\u0924 \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u090F\u0915 \u0939\u0940 \u0938\u092E\u092F \u092E\u0947\u0902 \u0915\u0908 \u0905\u0902\u0917\u0941\u0932\u093F\u092F\u094B\u0902 \u0938\u0947 \u0938\u094D\u0915\u094D\u0930\u0940\u0928 \u0915\u094B \u0938\u094D\u092A\u0930\u094D\u0936 \u0915\u0930\u0947\u0902",toggleTranslationMaskWhenThreeFingersOnTheScreen:"\u0905\u0928\u0941\u0935\u093E\u0926 \u0927\u0941\u0902\u0927\u0932\u093E \u092A\u094D\u0930\u092D\u093E\u0935 \u0926\u093F\u0916\u093E\u0928\u0947/\u091B\u093F\u092A\u093E\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u090F\u0915 \u0939\u0940 \u0938\u092E\u092F \u092E\u0947\u0902 \u0915\u0908 \u0905\u0902\u0917\u0941\u0932\u093F\u092F\u094B\u0902 \u0915\u094B \u0938\u094D\u092A\u0930\u094D\u0936 \u0915\u0930\u0947\u0902",fingerCountToToggleTranslagePageOnlyTranslationWhenTouching:"\u0935\u0947\u092C \u092A\u0947\u091C \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 (\u0915\u0947\u0935\u0932 \u0905\u0928\u0941\u0935\u093E\u0926)/\u092E\u0942\u0932 \u092A\u093E\u0920 \u092A\u094D\u0930\u0926\u0930\u094D\u0936\u093F\u0924 \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u090F\u0915 \u0939\u0940 \u0938\u092E\u092F \u092E\u0947\u0902 \u0915\u0908 \u0905\u0902\u0917\u0941\u0932\u093F\u092F\u094B\u0902 \u0938\u0947 \u0938\u094D\u0915\u094D\u0930\u0940\u0928 \u0915\u094B \u0938\u094D\u092A\u0930\u094D\u0936 \u0915\u0930\u0947\u0902",addUrlDescription:"\u092F\u0939 \u090F\u0915 \u0921\u094B\u092E\u0947\u0928 \u0928\u093E\u092E \u0939\u094B \u0938\u0915\u0924\u093E \u0939\u0948 \u0914\u0930 \u0935\u093E\u0907\u0932\u094D\u0921\u0915\u093E\u0930\u094D\u0921 \u0915\u093E \u0938\u092E\u0930\u094D\u0925\u0928 \u0915\u0930\u0924\u093E \u0939\u0948, \u091C\u0948\u0938\u0947\uFF1A*.google.com, google.com/mail/*, https://www.google.com/*",general:"\u092E\u0942\u0932 \u0938\u0947\u091F\u093F\u0902\u0917\u094D\u0938",clickToExpandConfig:"\u0935\u0930\u094D\u0924\u092E\u093E\u0928 \u0915\u0949\u0928\u094D\u092B\u093C\u093F\u0917\u0930\u0947\u0936\u0928 \u0915\u093E \u0935\u093F\u0938\u094D\u0924\u093E\u0930 \u0915\u0930\u0947\u0902",import:"\u092B\u093C\u093E\u0907\u0932 \u0938\u0947 \u0906\u092F\u093E\u0924 \u0915\u0930\u0947\u0902",export:"\u092B\u093C\u093E\u0907\u0932 \u092E\u0947\u0902 \u0928\u093F\u0930\u094D\u092F\u093E\u0924 \u0915\u0930\u0947\u0902",toggleDebug:"\u0915\u0902\u0938\u094B\u0932 \u092A\u0930 \u0921\u093F\u092C\u0917 \u0932\u0949\u0917 \u092A\u094D\u0930\u093F\u0902\u091F \u0915\u0930\u0947\u0902","fingers.0":"\u092C\u0902\u0926","fingers.2":"\u0926\u094B \u0909\u0902\u0917\u0932\u093F\u092F\u094B\u0902 \u0915\u093E \u0938\u094D\u092A\u0930\u094D\u0936","fingers.3":"\u0924\u0940\u0928 \u0909\u0902\u0917\u0932\u093F\u092F\u094B\u0902 \u0915\u093E \u0938\u094D\u092A\u0930\u094D\u0936","fingers.4":"\u091A\u093E\u0930 \u0905\u0902\u0917\u0941\u0932 \u0915\u093E \u0938\u094D\u092A\u0930\u094D\u0936","fingers.5":"\u092A\u093E\u0901\u091A \u0905\u0902\u0917\u0941\u0932 \u0915\u093E \u0938\u094D\u092A\u0930\u094D\u0936",mouseHoldKey:"+ {key} \u0907\u0938 \u0905\u0928\u0941\u091A\u094D\u091B\u0947\u0926 \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926/\u092A\u0941\u0928\u0930\u094D\u0938\u094D\u0925\u093E\u092A\u0928\u093E \u0915\u0930\u0947\u0902",mouseHoldKeyAuto:"\u0907\u0938 \u0905\u0928\u0941\u091A\u094D\u091B\u0947\u0926 \u0915\u093E \u0938\u0940\u0927\u0947 \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0947\u0902",mouseHoldKeyOff:"\u0915\u0941\u091B \u092E\u0924 \u0915\u0930\u094B",mouseHoldKeyOther:"\u0915\u0938\u094D\u091F\u092E \u0936\u0949\u0930\u094D\u091F\u0915\u091F \u0915\u0941\u0902\u091C\u093F\u092F\u093E\u0901 (\u0938\u0947\u091F\u093F\u0902\u0917\u094D\u0938 \u0916\u094B\u0932\u0947\u0902)",mouseHoldKeyCustomKey:"0\u0907\u0938 \u0905\u0928\u0941\u091A\u094D\u091B\u0947\u0926 \u0915\u093E {key} /\u092A\u0941\u0928\u0930\u094D\u0938\u094D\u0925\u093E\u092A\u0928\u093E \u0915\u0930\u0947\u0902",mouseHoverHoldKey:"\u092A\u0948\u0930\u093E\u0917\u094D\u0930\u093E\u092B \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u092E\u093E\u0909\u0938 \u0915\u094B \u0918\u0941\u092E\u093E\u090F\u0901 \u0914\u0930 \u0936\u0949\u0930\u094D\u091F\u0915\u091F \u0915\u0941\u0902\u091C\u0940 \u0926\u092C\u093E\u090F\u0901","mouse-translate":"\u092E\u093E\u0909\u0938 \u0915\u0947 \u090A\u092A\u0930",document:"\u0926\u0938\u094D\u0924\u093E\u0935\u0947\u091C\u093C",resetSuccess:"\u0938\u092D\u0940 \u0938\u0947\u091F\u093F\u0902\u0917\u094D\u0938 \u0938\u092B\u0932\u0924\u093E\u092A\u0942\u0930\u094D\u0935\u0915 \u0930\u0940\u0938\u0947\u091F \u0915\u0930\u0947\u0902",resetThisSuccess:"\u0930\u0940\u0938\u0947\u091F \u0938\u092B\u0932",saved:"\u0938\u092B\u0932\u0924\u093E\u092A\u0942\u0930\u094D\u0935\u0915 \u092C\u091A\u093E\u092F\u093E",successImportConfig:"\u0915\u0949\u0928\u094D\u092B\u093C\u093F\u0917\u0930\u0947\u0936\u0928 \u0938\u092B\u0932\u0924\u093E\u092A\u0942\u0930\u094D\u0935\u0915 \u0906\u092F\u093E\u0924 \u0915\u093F\u092F\u093E \u0917\u092F\u093E",goAdvancedSettings:"\u0909\u0928\u094D\u0928\u0924 \u0938\u0947\u091F\u093F\u0902\u0917 \u092A\u0943\u0937\u094D\u0920 \u092A\u0930 \u091C\u093E\u090F\u0901",goAdvancedInterfaceSettings:"\u0909\u0928\u094D\u0928\u0924 \u0905\u0928\u0941\u0915\u0942\u0932\u0928 \u0938\u0947\u091F\u093F\u0902\u0917 \u092A\u0943\u0937\u094D\u0920 \u092A\u0930 \u091C\u093E\u090F\u0901",advanced:"\u090F\u0921\u0935\u093E\u0902\u0938 \u0938\u0947\u091F\u093F\u0902\u0917",advancedDescription:"\u0906\u092E \u0924\u094C\u0930 \u092A\u0930, \u0915\u093F\u0938\u0940 \u0938\u0947\u091F\u093F\u0902\u0917 \u0915\u0940 \u0906\u0935\u0936\u094D\u092F\u0915\u0924\u093E \u0928\u0939\u0940\u0902 \u0939\u0948, \u092C\u0938 \u0921\u093F\u092B\u093C\u0949\u0932\u094D\u091F \u0930\u0916\u0947\u0902\u0964 \u0915\u0947\u0935\u0932 \u0905\u0927\u093F\u0915 \u092A\u0947\u0936\u0947\u0935\u0930 \u0909\u092A\u092F\u094B\u0917\u0915\u0930\u094D\u0924\u093E\u0913\u0902 \u0915\u0947 \u0932\u093F\u090F, \u0905\u0927\u093F\u0915 \u0935\u0948\u092F\u0915\u094D\u0924\u093F\u0915\u0943\u0924 \u0938\u0947\u091F\u093F\u0902\u0917\u094D\u0938 \u092A\u094D\u0930\u0926\u093E\u0928 \u0915\u0940 \u091C\u093E\u0924\u0940 \u0939\u0948\u0902\u0964",developer:"\u0921\u0947\u0935\u0932\u092A\u0930 \u0938\u0947\u091F\u093F\u0902\u0917\u094D\u0938",donateCafe:"\u0915\u0940\u092E\u0924","translate to the bottom of the page":"\u0935\u0947\u092C \u092A\u0947\u091C \u092E\u0947\u0902 \u092A\u094D\u0930\u0935\u0947\u0936 \u0915\u0930\u0928\u0947 \u0915\u0947 \u092C\u093E\u0926, \u0915\u094D\u092F\u093E \u0907\u0938\u0915\u093E \u0924\u0941\u0930\u0902\u0924 \u092A\u0943\u0937\u094D\u0920 \u0915\u0947 \u0928\u093F\u091A\u0932\u0947 \u092D\u093E\u0917 \u092E\u0947\u0902 \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u093F\u092F\u093E \u091C\u093E\u0924\u093E \u0939\u0948?",feedback:"\u092A\u094D\u0930\u0924\u093F\u0915\u094D\u0930\u093F\u092F\u093E",toggleTranslatePage:"\u0935\u0947\u092C \u092A\u0947\u091C \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0947\u0902/\u092E\u0942\u0932 \u092A\u093E\u0920 \u0926\u093F\u0916\u093E\u090F\u0902",translateToThePageEndImmediatelyDescription:"\u091A\u093E\u0932\u0942 \u0939\u094B\u0928\u0947 \u092A\u0930, \u0915\u093F\u0938\u0940 \u0935\u0947\u092C\u092A\u0947\u091C \u092E\u0947\u0902 \u092A\u094D\u0930\u0935\u0947\u0936 \u0915\u0930\u0928\u0947 \u092A\u0930 \u0938\u093E\u092E\u0917\u094D\u0930\u0940 \u0924\u0941\u0930\u0902\u0924 \u090A\u092A\u0930 \u0938\u0947 \u0928\u0940\u091A\u0947 \u0924\u0915 \u0905\u0928\u0941\u0935\u093E\u0926\u093F\u0924 \u0939\u094B \u091C\u093E\u090F\u0917\u0940\u0964 \u092F\u0926\u093F \u092C\u0902\u0926 \u0939\u0948, \u0924\u094B \u0906\u092A \u090F\u0915 \u0939\u0940 \u0938\u092E\u092F \u092E\u0947\u0902 \u092A\u0922\u093C \u0914\u0930 \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930 \u0938\u0915\u0924\u0947 \u0939\u0948\u0902\u0964 (\u091A\u093E\u0932\u0942 \u0915\u0930\u0928\u0947 \u0915\u0940 \u0905\u0928\u0941\u0936\u0902\u0938\u093E \u0928\u0939\u0940\u0902 \u0915\u0940 \u0917\u0908)","translate all areas of the page":"\u0935\u0947\u092C \u092A\u0947\u091C \u0915\u0947 \u0938\u092D\u0940 \u0915\u094D\u0937\u0947\u0924\u094D\u0930\u094B\u0902 \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0928\u093E \u0939\u0948 \u092F\u093E \u0928\u0939\u0940\u0902",translationAreaDescription:"\u091A\u093E\u0932\u0942 \u0939\u094B\u0928\u0947 \u092A\u0930, \u0938\u0902\u092A\u0942\u0930\u094D\u0923 \u0935\u0947\u092C \u092A\u0947\u091C \u0915\u0947 \u0938\u092D\u0940 \u0915\u094D\u0937\u0947\u0924\u094D\u0930\u094B\u0902 \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u093F\u092F\u093E \u091C\u093E\u090F\u0917\u093E\u0964 \u092F\u0926\u093F \u092C\u0902\u0926 \u0915\u093F\u092F\u093E \u091C\u093E\u0924\u093E \u0939\u0948, \u0924\u094B \u0921\u093F\u092B\u093C\u0949\u0932\u094D\u091F \u0938\u094D\u092E\u093E\u0930\u094D\u091F \u092A\u0939\u091A\u093E\u0928 \u0915\u093E \u0909\u092A\u092F\u094B\u0917 \u0915\u093F\u092F\u093E \u091C\u093E\u0924\u093E \u0939\u0948 \u0914\u0930 \u0915\u0947\u0935\u0932 \u092E\u0941\u0916\u094D\u092F \u0915\u094D\u0937\u0947\u0924\u094D\u0930 \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u093F\u092F\u093E \u091C\u093E\u0924\u093E \u0939\u0948\u0964 (\u091A\u093E\u0932\u0942 \u0915\u0930\u0928\u0947 \u0915\u0940 \u0905\u0928\u0941\u0936\u0902\u0938\u093E \u0928\u0939\u0940\u0902 \u0915\u0940 \u0917\u0908)","the number of characters to be translated first":"\u0926\u0943\u0936\u094D\u092F \u0915\u094D\u0937\u0947\u0924\u094D\u0930 \u0924\u0915 \u0938\u094D\u0915\u094D\u0930\u0949\u0932 \u0915\u0930\u0928\u0947 \u0915\u0940 \u092A\u094D\u0930\u0924\u0940\u0915\u094D\u0937\u093E \u0915\u093F\u090F \u092C\u093F\u0928\u093E \u092A\u0943\u0937\u094D\u0920 \u0915\u0947 \u092A\u0939\u0932\u0947 \u0915\u0941\u091B \u0935\u0930\u094D\u0923\u094B\u0902 \u0915\u093E \u0938\u0940\u0927\u0947 \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0947\u0902","interface language":"\u0907\u0902\u091F\u0930\u092B\u093C\u0947\u0938 \u092D\u093E\u0937\u093E","display both the original text and the translation":"\u092E\u0942\u0932 \u092A\u093E\u0920 \u0914\u0930 \u0905\u0928\u0941\u0935\u093E\u0926 \u090F\u0915 \u0938\u093E\u0925 \u092A\u094D\u0930\u0926\u0930\u094D\u0936\u093F\u0924 \u0915\u0930\u0947\u0902","keyboard shortcuts":"\u0915\u0941\u0902\u091C\u0940\u092A\u091F\u0932 \u0905\u0932\u094D\u092A \u092E\u093E\u0930\u094D\u0917",modify:"\u0936\u0949\u0930\u094D\u091F\u0915\u091F \u0915\u0941\u0902\u091C\u093F\u092F\u093E\u0901 \u0938\u0902\u0936\u094B\u0927\u093F\u0924 \u0915\u0930\u0947\u0902",reset:"\u0930\u0940\u0938\u0947\u091F",close:"\u092C\u0902\u0926",homepage:"\u0939\u094B\u092E \u092A\u0947\u091C",more:"\u0905\u0927\u093F\u0915",moreOptions:"\u0905\u0927\u093F\u0915 \u0905\u0928\u0941\u0915\u0942\u0932\u0928 \u0935\u093F\u0915\u0932\u094D\u092A\u094B\u0902 \u0915\u093E \u0935\u093F\u0938\u094D\u0924\u093E\u0930 \u0915\u0930\u0947\u0902",translateTheWholePage:"\u092A\u0943\u0937\u094D\u0920 \u0915\u0947 \u0938\u092D\u0940 \u0915\u094D\u0937\u0947\u0924\u094D\u0930\u094B\u0902 \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0947\u0902 (\u092C\u0941\u0926\u094D\u0927\u093F\u092E\u093E\u0928 \u092A\u0939\u091A\u093E\u0928 \u0915\u0947 \u092E\u0941\u0916\u094D\u092F \u0915\u094D\u0937\u0947\u0924\u094D\u0930\u094B\u0902 \u0938\u0947 \u092D\u093F\u0928\u094D\u0928)",changeToTranslateTheWholePage:"\u0938\u092D\u0940 \u0915\u094D\u0937\u0947\u0924\u094D\u0930\u094B\u0902 \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u0938\u094D\u0935\u093F\u091A \u0915\u0930\u0947\u0902",changeToTranslateTheMainPage:"\u0905\u0928\u0941\u0935\u093E\u0926 \u092E\u0941\u0916\u094D\u092F \u0915\u094D\u0937\u0947\u0924\u094D\u0930 \u092A\u0930 \u0938\u094D\u0935\u093F\u091A \u0915\u0930\u0947\u0902",changeToOnlyTranslationMode:"\u0915\u0947\u0935\u0932 \u0905\u0928\u0941\u0935\u093E\u0926 \u0926\u093F\u0916\u093E\u0928\u0947 \u092A\u0930 \u0938\u094D\u0935\u093F\u091A \u0915\u0930\u0947\u0902",changeToDualTranslationMode:"\u0926\u094D\u0935\u093F\u092D\u093E\u0937\u0940 \u0905\u0928\u0941\u0935\u093E\u0926 \u092A\u0930 \u0938\u094D\u0935\u093F\u091A \u0915\u0930\u0947\u0902",translateToThePageEndImmediately:"\u0924\u0941\u0930\u0902\u0924 \u092A\u0943\u0937\u094D\u0920 \u0915\u0947 \u0928\u0940\u091A\u0947 \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0947\u0902",translateTheMainPage:"\u092C\u0941\u0926\u094D\u0927\u093F\u092E\u093E\u0928 \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0947 \u092E\u0941\u0916\u094D\u092F \u0915\u094D\u0937\u0947\u0924\u094D\u0930","The local rules are up to date":"\u0938\u094D\u0925\u093E\u0928\u0940\u092F \u0905\u0928\u0941\u0915\u0942\u0932\u0928 \u0928\u093F\u092F\u092E \u0905\u0926\u094D\u092F\u0924\u093F\u0924 \u0939\u0948\u0902:","Successfully synchronized with the latest official rules:":"\u0928\u0935\u0940\u0928\u0924\u092E \u0906\u0927\u093F\u0915\u093E\u0930\u093F\u0915 \u0905\u0928\u0941\u0915\u0942\u0932\u0928 \u0928\u093F\u092F\u092E\u094B\u0902 \u0915\u094B \u0938\u092B\u0932\u0924\u093E\u092A\u0942\u0930\u094D\u0935\u0915 \u0938\u093F\u0902\u0915\u094D\u0930\u0928\u093E\u0907\u091C\u093C \u0915\u093F\u092F\u093E \u0917\u092F\u093E:","Checking for updates":"\u0905\u092A\u0921\u0947\u091F \u0915\u0947 \u0932\u093F\u090F \u091C\u093E\u0902\u091A \u0915\u0930 \u0930\u0939\u093E \u0939\u0948","Rules are being synchronized":"\u0905\u0928\u0941\u0915\u0942\u0932\u0928 \u0928\u093F\u092F\u092E\u094B\u0902 \u0915\u094B \u0938\u093F\u0902\u0915\u094D\u0930\u0928\u093E\u0907\u091C\u093C \u0915\u0930\u0928\u093E",localVersionIsTooOld:"\u0938\u094D\u0925\u093E\u0928\u0940\u092F \u090F\u0915\u094D\u0938\u091F\u0947\u0902\u0936\u0928 \u0938\u0902\u0938\u094D\u0915\u0930\u0923 \u092C\u0939\u0941\u0924 \u092A\u0941\u0930\u093E\u0928\u093E \u0939\u0948\u0964 \u0915\u0943\u092A\u092F\u093E \u090F\u0915\u094D\u0938\u091F\u0947\u0902\u0936\u0928 {minVersion} \u092F\u093E \u0928\u090F \u0938\u0902\u0938\u094D\u0915\u0930\u0923 \u092E\u0947\u0902 \u0905\u092A\u0917\u094D\u0930\u0947\u0921 \u0915\u0930\u0947\u0902 \u0914\u0930 \u092B\u093F\u0930 \u0938\u0947 \u0938\u093F\u0902\u0915\u094D\u0930\u0928\u093E\u0907\u091C\u093C\u0947\u0936\u0928 \u0915\u093E \u092A\u094D\u0930\u092F\u093E\u0938 \u0915\u0930\u0947\u0902\u0964",badUserscriptBrowser:"\u0935\u0930\u094D\u0924\u092E\u093E\u0928 \u092C\u094D\u0930\u093E\u0909\u091C\u093C\u0930 \u0917\u094D\u0930\u0940\u0938 \u092E\u0902\u0915\u0940 \u090F\u0915\u094D\u0938\u091F\u0947\u0902\u0936\u0928 \u0907\u0902\u091F\u0930\u092B\u093C\u0947\u0938 \u0915\u094B \u0938\u0939\u0940 \u0922\u0902\u0917 \u0938\u0947 \u0915\u093E\u0930\u094D\u092F\u093E\u0928\u094D\u0935\u093F\u0924 \u0928\u0939\u0940\u0902 \u0915\u0930\u0924\u093E \u0939\u0948 (\u091C\u0948\u0938\u0947 \u0915\u093F \u0917\u094D\u0930\u0940\u0938 \u092E\u0902\u0915\u0940 \u0938\u094D\u0915\u094D\u0930\u093F\u092A\u094D\u091F \u0915\u0940 \u0938\u0902\u0938\u094D\u0915\u0930\u0923 \u0938\u0902\u0916\u094D\u092F\u093E \u0915\u0940 \u091C\u093E\u0928\u0915\u093E\u0930\u0940 \u092A\u094D\u0930\u093E\u092A\u094D\u0924 \u0915\u0930\u0928\u093E), \u0915\u0943\u092A\u092F\u093E \u0905\u0928\u094D\u092F <1> \u0938\u092E\u0930\u094D\u0925\u0928 \u0917\u094D\u0930\u0940\u0938 \u092E\u0902\u0915\u0940 \u090F\u0915\u094D\u0938\u091F\u0947\u0902\u0936\u0928 \u0915\u093E \u0909\u092A\u092F\u094B\u0917 \u0915\u0930\u0947\u0902 \u092B\u093C\u093E\u092F\u0930\u092B\u093C\u0949\u0915\u094D\u0938 \u091C\u0948\u0938\u0947 \u092C\u094D\u0930\u093E\u0909\u091C\u093C\u0930",foundNewVersion:"\u0928\u092F\u093E \u0938\u0902\u0938\u094D\u0915\u0930\u0923 \u092E\u093F\u0932\u093E",theLocalExtensionIsUpToUpdate:"\u0935\u0930\u094D\u0924\u092E\u093E\u0928 \u090F\u0915\u094D\u0938\u091F\u0947\u0902\u0936\u0928 \u0928\u0935\u0940\u0928\u0924\u092E \u0938\u0902\u0938\u094D\u0915\u0930\u0923 \u0939\u0948.",failToSyncRules:"\u0928\u0935\u0940\u0928\u0924\u092E \u0905\u0928\u0941\u0915\u0942\u0932\u0928 \u0928\u093F\u092F\u092E\u094B\u0902 \u0915\u094B \u0938\u093F\u0902\u0915\u094D\u0930\u0928\u093E\u0907\u091C\u093C \u0915\u0930\u0928\u0947 \u092E\u0947\u0902 \u0935\u093F\u092B\u0932",retry:"\u092A\u0941\u0928\u0903 \u092A\u094D\u0930\u092F\u093E\u0938 \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u092F\u0939\u093E\u0902 \u092A\u0930 \u0915\u094D\u0932\u093F\u0915 \u0915\u0930\u0947\u0902",failedReason:"\u0905\u0938\u092B\u0932\u0924\u093E \u0915\u093E \u0915\u093E\u0930\u0923",currentRuleVersion:"\u0935\u0930\u094D\u0924\u092E\u093E\u0928 \u0928\u093F\u092F\u092E \u0938\u0902\u0938\u094D\u0915\u0930\u0923",calculating:"\u0917\u093F\u0928\u093E \u091C\u093E \u0930\u0939\u093E \u0939\u0948",unknownError:"\u0905\u091C\u094D\u091E\u093E\u0924 \u0917\u0932\u0924\u0940",canNotFetchRemoteRule:"\u0926\u0942\u0930\u0938\u094D\u0925 \u0928\u093F\u092F\u092E \u092A\u094D\u0930\u093E\u092A\u094D\u0924 \u0915\u0930\u0928\u0947 \u092E\u0947\u0902 \u0905\u0938\u092E\u0930\u094D\u0925",enableAlphaSuccess:"\u0905\u0932\u094D\u092B\u093C\u093E \u092B\u093C\u0902\u0915\u094D\u0936\u0928 \u091A\u093E\u0932\u0942 \u0939\u0941\u0906",disableAlphaSuccess:"\u0905\u0932\u094D\u092B\u093C\u093E \u0938\u0941\u0935\u093F\u0927\u093E \u092C\u0902\u0926 \u0915\u0930 \u0926\u0940 \u0917\u0908",cacheSize:"\u0915\u0948\u0936 \u0906\u0915\u093E\u0930\uFF1A",cleaning:"\u0938\u092B\u093E\u0908",cleanCache:"\u0915\u0948\u0936 \u0915\u094B \u0938\u093E\u092B\u093C \u0915\u0930\u0947\u0902",options:"\u0938\u094D\u0925\u093E\u092A\u093F\u0924 \u0915\u0930\u0928\u093E",about:"\u0915\u0947 \u092C\u093E\u0930\u0947 \u092E\u0947\u0902",service:"\u0905\u0928\u0941\u0935\u093E\u0926\u0928 \u0938\u0947\u0935\u093E",needAction:"(\u0938\u0947\u091F\u093F\u0902\u0917\u094D\u0938 \u092E\u0947\u0902 \u091C\u093E\u0913)",goSettings:"\u0938\u0947\u091F\u093F\u0902\u0917\u094D\u0938 \u092E\u0947\u0902 \u091C\u093E\u0913",needActionForOptions:"(\u0938\u0947\u091F \u0915\u0930\u0928\u0947 \u0915\u0940 \u0906\u0935\u0936\u094D\u092F\u0915\u0924\u093E \u0939\u0948)",translationEngine:"\u0907\u0902\u091C\u0928 \u0935\u093F\u0915\u0932\u094D\u092A",sourceLanguage:"\u0935\u093E\u0938\u094D\u0924\u0935\u093F\u0915 \u092D\u093E\u0937\u093E",target:"\u0932\u0915\u094D\u0937\u094D\u092F \u092D\u093E\u0937\u093E",popupSourceLanguage:"\u0935\u093E\u0938\u094D\u0924\u0935\u093F\u0915 \u092D\u093E\u0937\u093E",popupTarget:"\u0932\u0915\u094D\u0937\u094D\u092F \u092D\u093E\u0937\u093E",popupService:"\u0905\u0928\u0941\u0935\u093E\u0926\u0928 \u0938\u0947\u0935\u093E",forThisSite:"\u0935\u0930\u094D\u0924\u092E\u093E\u0928 \u0935\u0947\u092C\u0938\u093E\u0907\u091F",autoEnableSubtitle:"\u0926\u094D\u0935\u093F\u092D\u093E\u0937\u0940 \u0909\u092A\u0936\u0940\u0930\u094D\u0937\u0915 \u0938\u094D\u0935\u091A\u093E\u0932\u093F\u0924 \u0930\u0942\u092A \u0938\u0947 \u091A\u093E\u0932\u0942 \u0915\u0930\u0947\u0902",alwaysTranslate:"\u0939\u092E\u0947\u0936\u093E \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0947\u0902",neverTranslate:"\u0915\u092D\u0940 \u092D\u0940 \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0928 \u0915\u0930\u0947\u0902",alwaysTranslateSomeLanguage:"\u0939\u092E\u0947\u0936\u093E {language}\u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0947\u0902",neverTranslateSomeLanguage:"\u0915\u092D\u0940 \u092D\u0940 {language}\u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0928 \u0915\u0930\u0947\u0902",alwaysTranslateSomeSite:"\u0939\u092E\u0947\u0936\u093E {hostname}\u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0947\u0902",neverTranslateSomeSite:"\u0915\u092D\u0940 \u092D\u0940 {hostname}\u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0928 \u0915\u0930\u0947\u0902",alwaysTranslateSomeSiteOrWildSite:"\u0939\u092E\u0947\u0936\u093E \u0907\u0938 \u0938\u093E\u0907\u091F \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0947\u0902",alwaysTranslateSomePage:"\u0939\u092E\u0947\u0936\u093E \u0907\u0938 \u092A\u0943\u0937\u094D\u0920 \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0947\u0902",add:"\u0907\u0938\u092E\u0947\u0902 \u091C\u094B\u0921\u093C\u0947\u0902",default:"\u0917\u0932\u0924\u0940 \u0915\u0930\u0928\u093E",forThisLanguage:"\u0907\u0938 \u092D\u093E\u0937\u093E \u0915\u0947 \u0932\u093F\u090F\uFF1A","add url":"\u092F\u0942 \u0906\u0930 \u090F\u0932 \u0926\u0930\u094D\u091C \u0915\u0930\u094B",edit:"\u0938\u0902\u092A\u093E\u0926\u0928 \u0915\u0930\u0928\u093E","translate other languages into specific language":"\u0906\u092A\u0915\u0947 \u0926\u094D\u0935\u093E\u0930\u093E \u0928\u093F\u0930\u094D\u0927\u093E\u0930\u093F\u0924 \u092D\u093E\u0937\u093E \u092E\u0947\u0902 \u0905\u0928\u094D\u092F \u092D\u093E\u0937\u093E\u0913\u0902 \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0947\u0902","select translation service":"\u090F\u0915 \u0905\u0928\u0941\u0935\u093E\u0926 \u0938\u0947\u0935\u093E \u091A\u0941\u0928\u0947\u0902",language:"\u092D\u093E\u0937\u093E","show-original":"\u092E\u0942\u0932 \u092A\u093E\u0920 \u0926\u093F\u0916\u093E\u090F\u0901",translate:"\u0905\u0928\u0941\u0935\u093E\u0926",Translated:"\u0905\u0928\u0941\u0935\u093E\u0926",Translating:"\u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0928\u093E",Error:"\u0917\u0932\u0924\u0940",allowCacheTranslations:"\u0938\u094D\u0925\u093E\u0928\u0940\u092F \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0948\u0936\u093F\u0902\u0917 \u0938\u0915\u094D\u0937\u092E \u0915\u0930\u0947\u0902 (\u0921\u0941\u092A\u094D\u0932\u093F\u0915\u0947\u091F \u092A\u0948\u0930\u093E\u0917\u094D\u0930\u093E\u092B \u0915\u0947 \u0932\u093F\u090F \u0905\u0928\u0941\u0935\u093E\u0926 \u0905\u0928\u0941\u0930\u094B\u0927\u094B\u0902 \u0915\u094B \u0915\u092E \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F)","translation display":"\u0905\u0928\u0941\u0935\u093E\u0926 \u092A\u094D\u0930\u0926\u0930\u094D\u0936\u0928 \u0936\u0948\u0932\u0940","select diplay style":"\u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0940 \u0936\u0948\u0932\u0940 \u0915\u094B \u0905\u0932\u0917 \u0915\u0930\u0947\u0902\u0964 \u0935\u093F\u0935\u0930\u0923 \u0915\u0947 \u0932\u093F\u090F \u0915\u0943\u092A\u092F\u093E \u0928\u093F\u092E\u094D\u0928\u0932\u093F\u0916\u093F\u0924 \u0909\u0926\u093E\u0939\u0930\u0923 \u0926\u0947\u0916\u0947\u0902:",interface:"\u0907\u0902\u091F\u0930\u092B\u093C\u0947\u0938 \u0938\u0947\u091F\u093F\u0902\u0917\u094D\u0938",import_export:"\u0906\u092F\u093E\u0924 \u0914\u0930 \u0928\u093F\u0930\u094D\u092F\u093E\u0924",import_export_title:"\u0906\u092F\u093E\u0924/\u0928\u093F\u0930\u094D\u092F\u093E\u0924 \u0915\u0949\u0928\u094D\u092B\u093C\u093F\u0917\u0930\u0947\u0936\u0928",syncToGoogleDrive:"\u0905\u092D\u0940 Google Drive \u0915\u0947 \u0938\u093E\u0925 \u0938\u093F\u0902\u0915 \u0915\u0930\u0947\u0902",floatBallOptions:"\u0928\u093F\u0932\u0902\u092C\u093F\u0924 \u0917\u0947\u0902\u0926 \u0938\u0947\u091F\u093F\u0902\u0917\u094D\u0938","floatBallOptions.enable":"\u092B\u094D\u0932\u094B\u091F\u093F\u0902\u0917 \u092C\u0949\u0932 \u0938\u0915\u094D\u0937\u092E \u0915\u0930\u0947\u0902","floatBallOptions.blockUrls":"\u0935\u0947\u092C\u0938\u093E\u0907\u091F \u0905\u0915\u094D\u0937\u092E \u0915\u0930\u0947\u0902","floatBallOptions.add":"\u0907\u0938\u092E\u0947\u0902 \u091C\u094B\u0921\u093C\u0947\u0902","floatBallOptions.blockUrlDesc":"\u0928\u093F\u092E\u094D\u0928\u0932\u093F\u0916\u093F\u0924 \u0935\u0947\u092C\u0938\u093E\u0907\u091F\u094B\u0902 \u0915\u093E \u0938\u093E\u092E\u0928\u093E \u0915\u0930\u0928\u0947 \u092A\u0930 \u092B\u094D\u0932\u094B\u091F\u093F\u0902\u0917 \u092C\u0949\u0932 \u092A\u094D\u0930\u0926\u0930\u094D\u0936\u093F\u0924 \u0928\u0939\u0940\u0902 \u0939\u094B\u0917\u0940","floatBallOptions.clickType":"\u0935\u094D\u092F\u0935\u0939\u093E\u0930 \u092A\u0930 \u0915\u094D\u0932\u093F\u0915 \u0915\u0930\u0947\u0902","floatBallOptions.clickTypeDesc":"\u0915\u094D\u0932\u093F\u0915 \u0915\u0930\u0928\u0947 \u092A\u0930 \u092B\u094D\u0932\u094B\u091F\u093F\u0902\u0917 \u092C\u0949\u0932 \u0906\u0907\u0915\u0928 \u0915\u093E \u0935\u094D\u092F\u0935\u0939\u093E\u0930","floatBallOptions.clickPopup":"\u0905\u0928\u0941\u0935\u093E\u0926 \u092A\u0948\u0928\u0932 \u0926\u093F\u0916\u093E\u090F\u0901","floatBallOptions.clickTranslate":"\u092E\u0942\u0932 \u092A\u093E\u0920 \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0947\u0902/\u0926\u093F\u0916\u093E\u090F\u0901","floatBallOptions.fixedPosition":"\u56FA\u5B9A\u4F4D\u7F6E","floatBallOptions.fixedPositionDesc":"\u60AC\u6D6E\u7403\u5728\u7A97\u53E3\u5DE6\u4FA7\u8FD8\u662F\u53F3\u4FA7","floatBallOptions.fixedPositionLeft":"\u5DE6\u4FA7","floatBallOptions.fixedPositionRight":"\u53F3\u4FA7",previewAllThemes:"\u0938\u092D\u0940 \u0936\u0948\u0932\u093F\u092F\u094B\u0902 \u0915\u093E \u092A\u0942\u0930\u094D\u0935\u093E\u0935\u0932\u094B\u0915\u0928 \u0915\u0930\u0947\u0902","translationTheme.none":"\u0915\u094B\u0908 \u0928\u0939\u0940\u0902","translationTheme.grey":"\u0917\u0939\u0930\u093E \u092D\u0942\u0930\u093E","translationTheme.dashed":"\u0927\u0930\u093E\u0936\u093E\u092F\u0940 \u0930\u0947\u0916\u093E\u0902\u0915\u093F\u0924","translationTheme.dotted":"\u092C\u093F\u0902\u0926\u0940\u0926\u093E\u0930 \u0930\u0947\u0916\u093E\u0902\u0915\u0928","translationTheme.dashedBorder":"\u0927\u0930\u093E\u0936\u093E\u092F\u0940 \u0938\u0940\u092E\u093E","translationTheme.solidBorder":"\u0920\u094B\u0938 \u0938\u0940\u092E\u093E","translationTheme.underline":"\u0938\u0940\u0927\u0947 \u0930\u0947\u0916\u093E\u0902\u0915\u093F\u0924 \u0915\u0930\u0947\u0902","translationTheme.mask":"\u0927\u0941\u0902\u0927\u0932\u093E \u092A\u094D\u0930\u092D\u093E\u0935 (\u0938\u0940\u0916\u0928\u0947 \u0915\u093E \u0924\u0930\u0940\u0915\u093E)","translationTheme.opacity":"\u092A\u093E\u0930\u0926\u0930\u094D\u0936\u093F\u0924\u093E \u092A\u094D\u0930\u092D\u093E\u0935","translationTheme.paper":"\u0936\u094D\u0935\u0947\u0924 \u092A\u0924\u094D\u0930 \u091B\u093E\u092F\u093E \u092A\u094D\u0930\u092D\u093E\u0935","translationTheme.dividingLine":"\u0935\u093F\u092D\u093E\u091C\u0928 \u0930\u0947\u0916\u093E","translationTheme.highlight":"\u092A\u094D\u0930\u092E\u0941\u0916\u0924\u093E \u0938\u0947 \u0926\u093F\u0916\u093E\u0928\u093E","translationTheme.marker":"\u0928\u093F\u0936\u093E\u0928","translationTheme.marker2":"\u092E\u093E\u0930\u094D\u0915\u0930 2","translationTheme.blockquote":"\u0938\u0902\u0926\u0930\u094D\u092D \u0936\u0948\u0932\u0940","translationTheme.weakening":"\u0915\u092E\u091C\u094B\u0930","translationTheme.italic":"\u0924\u093F\u0930\u094D\u091B\u093E","translationTheme.bold":"\u092C\u094B\u0932\u094D\u0921","translationTheme.thinDashed":"\u092A\u0924\u0932\u0940 \u0927\u0930\u093E\u0936\u093E\u092F\u0940 \u0930\u0947\u0916\u093E\u0902\u0915\u0928","translationTheme.nativeDashed":"\u0938\u093F\u0938\u094D\u091F\u092E \u092C\u093F\u0902\u0926\u0940\u0926\u093E\u0930 \u0905\u0902\u0921\u0930\u0932\u093E\u0907\u0928 \u0915\u0947 \u0938\u093E\u0925 \u0906\u0924\u093E \u0939\u0948","translationTheme.nativeDotted":"\u0938\u093F\u0938\u094D\u091F\u092E \u092C\u093F\u0902\u0926\u0940\u0926\u093E\u0930 \u0905\u0902\u0921\u0930\u0932\u093E\u0907\u0928 \u0915\u0947 \u0938\u093E\u0925 \u0906\u0924\u093E \u0939\u0948","translationTheme.nativeUnderline":"\u0938\u093F\u0938\u094D\u091F\u092E \u0938\u0940\u0927\u0947 \u0905\u0902\u0921\u0930\u0932\u093E\u0907\u0928 \u0915\u0947 \u0938\u093E\u0925 \u0906\u0924\u093E \u0939\u0948","translationTheme.wavy":"\u0932\u0939\u0930\u0926\u093E\u0930 \u0930\u0947\u0916\u093E\u090F\u0901","translationServices.custom":"\u0915\u0938\u094D\u091F\u092E \u090F\u092A\u0940\u0906\u0908","translationServices.tencent":"\u091F\u0947\u0928\u0938\u0947\u0902\u091F \u0905\u0928\u0941\u0935\u093E\u0926\u0915","translationServices.tenAlpha":"Tencent \u0905\u0928\u0941\u0935\u093E\u0926\u0915 (\u0905\u0932\u094D\u092B\u093E)","translationServices.google":"\u0917\u0942\u0917\u0932 \u0905\u0928\u0941\u0935\u093E\u0926","translationServices.bai":"Baidu(\u0905\u0932\u094D\u092B\u093E)","translationServices.baidu":"Baidu \u0905\u0928\u0941\u0935\u093E\u0926\u0915","translationServices.aliyun":"\u0905\u0932\u0940\u092C\u093E\u092C\u093E \u0915\u094D\u0932\u093E\u0909\u0921 \u0905\u0928\u0941\u0935\u093E\u0926","translationServices.volc":"\u091C\u094D\u0935\u093E\u0932\u093E\u092E\u0941\u0916\u0940 \u0905\u0928\u0941\u0935\u093E\u0926","translationServices.deeplx":"\u0921\u0940\u092A\u090F\u0932\u090F\u0915\u094D\u0938(\u092C\u0940\u091F\u093E)","translationServices.bing":"\u092E\u093E\u0907\u0915\u094D\u0930\u094B\u0938\u0949\u092B\u094D\u091F \u0905\u0928\u0941\u0935\u093E\u0926\u0915","translationServices.deepl":"\u0921\u0940\u092A\u090F\u0932","translationServices.wechat":"\u0935\u0940\u091A\u0948\u091F \u0905\u0928\u0941\u0935\u093E\u0926","translationServices.azure":"\u0928\u0940\u0932\u093E \u0905\u0928\u0941\u0935\u093E\u0926","translationServices.ibm":"\u0906\u0908\u092C\u0940\u090F\u092E \u0935\u0949\u091F\u0938\u0928","translationServices.aws":"\u0905\u092E\u0947\u091C\u093C\u0928 \u0905\u0928\u0941\u0935\u093E\u0926","translationServices.mock":"\u0905\u0928\u0941\u0930\u0942\u092A\u093F\u0924 \u0905\u0928\u0941\u0935\u093E\u0926","translationServices.mock2":"\u0938\u093F\u092E\u094D\u092F\u0941\u0932\u0947\u091F\u0947\u0921 \u0905\u0928\u0941\u0935\u093E\u0926 2","translationServices.caiyun":"\u0915\u0948\u092F\u0941\u0928 \u0936\u093F\u092F\u093E\u0913\u092F\u0940","translationServices.cai":"\u0915\u0948\u092F\u0941\u0928 \u0936\u093F\u092F\u093E\u0913\u092F\u0940 (\u0905\u0932\u094D\u092B\u093E)","translationServices.volcAlpha":"\u091C\u094D\u0935\u093E\u0932\u093E\u092E\u0941\u0916\u0940 (\u0905\u0932\u094D\u092B\u093E)","translationServices.openl":"\u0913\u092A\u0928\u090F\u0932","translationServices.youdao":"Youdao \u0905\u0928\u0941\u0935\u093E\u0926","translationServices.you":"Youdao \u0905\u0928\u0941\u0935\u093E\u0926 (\u0905\u0932\u094D\u092B\u093E)","translationServices.transmart":"Tencent \u0907\u0902\u091F\u0930\u0948\u0915\u094D\u091F\u093F\u0935 \u0905\u0928\u0941\u0935\u093E\u0926","translationServices.niu":"\u092E\u093E\u0935\u0947\u0930\u093F\u0915\u094D\u0938 \u0905\u0928\u0941\u0935\u093E\u0926","translationServices.papago":"\u092A\u093E\u092A\u093E\u0917\u094B \u0905\u0928\u0941\u0935\u093E\u0926","translationServices.d":"\u0921\u0940(\u0905\u0932\u094D\u092B\u093E)","translationServices.dpro":"\u0921\u0940 \u092A\u094D\u0930\u094B (\u0915\u0948\u0928\u0930\u0940)","translationServices.openai":"\u0913\u092A\u0928\u090F\u0906\u0908","translationServices.chatgpt":"\u091A\u0948\u091F\u091C\u0940\u092A\u0940\u091F\u0940 \u0935\u0947\u092C(3.5 \u092E\u094B\u092C\u093E\u0907\u0932)","translate title":"\u092A\u0943\u0937\u094D\u0920 \u0936\u0940\u0930\u094D\u0937\u0915 \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0947\u0902","always languages":"\u0939\u092E\u0947\u0936\u093E \u0905\u0928\u0941\u0935\u093E\u0926\u093F\u0924 \u092D\u093E\u0937\u093E",neverTranslateLanguagesLabel:"\u0910\u0938\u0940 \u092D\u093E\u0937\u093E\u090F\u0901 \u091C\u093F\u0928\u0915\u093E \u0915\u092D\u0940 \u0905\u0928\u0941\u0935\u093E\u0926 \u0928\u0939\u0940\u0902 \u0939\u094B\u0924\u093E",neverTranslateTheFollowingLanguagesDescription:"\u091C\u092C \u092A\u0943\u0937\u094D\u0920 \u092E\u0947\u0902 \u0915\u094B\u0908 \u092A\u0948\u0930\u093E\u0917\u094D\u0930\u093E\u092B \u0928\u093F\u092E\u094D\u0928\u0932\u093F\u0916\u093F\u0924 \u092D\u093E\u0937\u093E\u0913\u0902 \u092E\u0947\u0902 \u0939\u094B\u0917\u093E \u0924\u094B \u0905\u0928\u0941\u0935\u093E\u0926 \u091B\u094B\u0921\u093C \u0926\u093F\u092F\u093E \u091C\u093E\u090F\u0917\u093E",enableUserscriptPagePopup:"\u092A\u0943\u0937\u094D\u0920 \u092A\u0930 \u0924\u0948\u0930\u0924\u0940 \u0939\u0941\u0908 \u0917\u0947\u0902\u0926 \u0926\u093F\u0916\u093E\u090F\u0901",enableUserscriptPagePopupDescription:"\u092B\u094D\u0932\u094B\u091F\u093F\u0902\u0917 \u092C\u0949\u0932 \u0915\u094B \u092C\u0902\u0926 \u0915\u0930\u0928\u0947 \u0915\u0947 \u092C\u093E\u0926 \u0906\u092A \u0909\u0938\u0947 \u091C\u0917\u093E\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u0936\u0949\u0930\u094D\u091F\u0915\u091F \u0915\u0941\u0902\u091C\u0940/{touch}\u0915\u093E \u0909\u092A\u092F\u094B\u0917 \u0915\u0930 \u0938\u0915\u0924\u0947 \u0939\u0948\u0902\u0964 \u0907\u0938 \u0935\u093F\u0915\u0932\u094D\u092A \u0915\u094B \u0917\u0932\u0924\u0940 \u0938\u0947 \u092C\u0902\u0926 \u0915\u0930\u0928\u0947 \u0915\u0947 \u092C\u093E\u0926 \u092B\u094D\u0932\u094B\u091F\u093F\u0902\u0917 \u092C\u0949\u0932 \u0915\u094B \u092E\u093F\u0932\u0928\u0947 \u0938\u0947 \u0930\u094B\u0915\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F, \u0907\u0938 \u0938\u0947\u091F\u093F\u0902\u0917 \u092A\u0947\u091C \u0915\u094B \u092C\u0941\u0915\u092E\u093E\u0930\u094D\u0915 \u0915\u0930\u0928\u0947 \u0915\u0940 \u092A\u0941\u0930\u091C\u094B\u0930 \u0905\u0928\u0941\u0936\u0902\u0938\u093E \u0915\u0940 \u091C\u093E\u0924\u0940 \u0939\u0948\u0964","always translate the following languages":"\u091C\u092C \u092A\u0943\u0937\u094D\u0920 \u0915\u0940 \u092D\u093E\u0937\u093E \u0928\u093F\u092E\u094D\u0928\u0932\u093F\u0916\u093F\u0924 \u092D\u093E\u0937\u093E\u0913\u0902 \u092E\u0947\u0902 \u0939\u094B\u0917\u0940, \u0924\u094B \u0907\u0938\u0947 \u0938\u094D\u0935\u091A\u093E\u0932\u093F\u0924 \u0930\u0942\u092A \u0938\u0947 \u0932\u0915\u094D\u0937\u094D\u092F \u092D\u093E\u0937\u093E \u092E\u0947\u0902 \u0905\u0928\u0941\u0935\u093E\u0926\u093F\u0924 \u0915\u093F\u092F\u093E \u091C\u093E\u090F\u0917\u093E","always sites":"\u0939\u092E\u0947\u0936\u093E \u0905\u0928\u0941\u0935\u093E\u0926\u093F\u0924 \u092F\u0942\u0906\u0930\u090F\u0932","always translate the following sites":"\u091C\u092C \u0935\u0947\u092C\u0938\u093E\u0907\u091F \u0928\u093F\u092E\u094D\u0928\u0932\u093F\u0916\u093F\u0924 \u0921\u094B\u092E\u0947\u0928 \u0928\u093E\u092E \u0915\u0940 \u0939\u094B\u0917\u0940, \u0924\u094B \u0907\u0938\u0947 \u0938\u094D\u0935\u091A\u093E\u0932\u093F\u0924 \u0930\u0942\u092A \u0938\u0947 \u0932\u0915\u094D\u0937\u094D\u092F \u092D\u093E\u0937\u093E \u092E\u0947\u0902 \u0905\u0928\u0941\u0935\u093E\u0926\u093F\u0924 \u0915\u093F\u092F\u093E \u091C\u093E\u090F\u0917\u093E","never sites":"\u0910\u0938\u0947 \u092F\u0942\u0906\u0930\u090F\u0932 \u091C\u093F\u0928\u0915\u093E \u0915\u092D\u0940 \u0905\u0928\u0941\u0935\u093E\u0926 \u0928\u0939\u0940\u0902 \u0915\u093F\u092F\u093E \u091C\u093E\u090F\u0917\u093E","never translate the following sites":"\u091C\u092C \u0935\u0947\u092C\u0938\u093E\u0907\u091F \u0928\u093F\u092E\u094D\u0928\u0932\u093F\u0916\u093F\u0924 \u0921\u094B\u092E\u0947\u0928 \u0928\u093E\u092E \u0915\u0940 \u0939\u094B \u0924\u094B \u0905\u0928\u0941\u0935\u093E\u0926 \u0928\u0939\u0940\u0902 \u0915\u093F\u092F\u093E \u091C\u093E\u090F\u0917\u093E","please refer to":"\u0909\u092A\u092F\u094B\u0917 \u0915\u0930\u0928\u0947 \u0938\u0947 \u092A\u0939\u0932\u0947 \u0906\u092A\u0915\u094B \u0915\u0941\u0902\u091C\u0940 \u092D\u0930\u0928\u0940 \u0939\u094B\u0917\u0940\u0964 \u0935\u093F\u0935\u0930\u0923 \u0915\u0947 \u0932\u093F\u090F, \u0915\u0943\u092A\u092F\u093E \u0926\u0947\u0916\u0947\u0902",KeyAndConfigurationTutorial:'"\u092E\u0941\u0916\u094D\u092F \u0905\u0928\u0941\u092A\u094D\u0930\u092F\u094B\u0917 \u0914\u0930 \u0915\u0949\u0928\u094D\u092B\u093C\u093F\u0917\u0930\u0947\u0936\u0928 \u091F\u094D\u092F\u0942\u091F\u094B\u0930\u093F\u092F\u0932"',useAboveStyleForTheseSites:"\u091C\u092C \u0935\u0947\u092C\u0938\u093E\u0907\u091F \u0928\u093F\u092E\u094D\u0928 \u0921\u094B\u092E\u0947\u0928 \u0928\u093E\u092E \u0939\u094B, \u0924\u094B \u0939\u092E\u0947\u0936\u093E \u2308{theme}\u230B \u0905\u0928\u0941\u0935\u093E\u0926 \u0936\u0948\u0932\u0940 \u0915\u093E \u0909\u092A\u092F\u094B\u0917 \u0915\u0930\u0947\u0902",currentUrl:"\u0935\u0930\u094D\u0924\u092E\u093E\u0928 \u092F\u0942\u0906\u0930\u090F\u0932",confirm:"\u092C\u091A\u093E\u0928\u093E",cancel:"\u0930\u0926\u094D\u0926 \u0915\u0930\u0928\u093E",delete:"\u092E\u093F\u091F\u093E\u0928\u093E","languages.auto":"\u0938\u094D\u0935\u091A\u093E\u0932\u093F\u0924 \u092A\u0939\u091A\u093E\u0928",syncToCloud:"Google Drive \u0938\u0947 \u0938\u093F\u0902\u0915 \u0915\u0930\u0947\u0902",syncToCloudDescription:"\u0915\u094D\u0932\u093E\u0909\u0921 \u092A\u0930 \u0905\u092A\u0932\u094B\u0921 \u0915\u0930\u0947\u0902, \u0914\u0930 \u0905\u0902\u0924\u093F\u092E \u0938\u0902\u0936\u094B\u0927\u0928 \u0938\u092E\u092F \u0915\u0947 \u0905\u0927\u0940\u0928, \u0915\u0949\u0928\u094D\u092B\u093C\u093F\u0917\u0930\u0947\u0936\u0928 \u0915\u094B \u0935\u093F\u092D\u093F\u0928\u094D\u0928 \u092C\u094D\u0930\u093E\u0909\u091C\u093C\u0930\u094B\u0902/\u0911\u092F\u0932 \u092E\u0902\u0915\u0940 \u0938\u094D\u0915\u094D\u0930\u093F\u092A\u094D\u091F \u0915\u0947 \u092C\u0940\u091A \u0938\u093F\u0902\u0915\u094D\u0930\u0928\u093E\u0907\u091C\u093C \u0915\u093F\u092F\u093E \u091C\u093E \u0938\u0915\u0924\u093E \u0939\u0948\u0964",syncToAccount:"\u0907\u092E\u0930\u094D\u0938\u093F\u0935 \u091F\u094D\u0930\u093E\u0902\u0938\u0932\u0947\u0936\u0928 \u0915\u094D\u0932\u093E\u0909\u0921 \u0938\u0947 \u0938\u093F\u0902\u0915 \u0915\u0930\u0947\u0902",syncToAccountButton:"\u0924\u0941\u0930\u0902\u0924 \u0915\u094D\u0932\u093E\u0909\u0921 \u0915\u0947 \u0938\u093E\u0925 \u0938\u093F\u0902\u0915 \u0915\u0930\u0947\u0902",syncToAccountDescription:"\u0905\u0902\u0924\u093F\u092E \u0938\u0902\u0936\u094B\u0927\u0928 \u0938\u092E\u092F \u0915\u0947 \u0906\u0927\u093E\u0930 \u092A\u0930, \u0935\u093F\u092D\u093F\u0928\u094D\u0928 \u0909\u092A\u0915\u0930\u0923\u094B\u0902 \u0915\u0947 \u092C\u0940\u091A \u0915\u0949\u0928\u094D\u092B\u093C\u093F\u0917\u0930\u0947\u0936\u0928 \u0915\u094B \u0938\u094D\u0935\u091A\u093E\u0932\u093F\u0924 \u0930\u0942\u092A \u0938\u0947 \u0938\u093F\u0902\u0915\u094D\u0930\u0928\u093E\u0907\u091C\u093C \u0915\u0930\u0947\u0902\u0964",successSyncConfigInAccount:"\u0915\u094D\u0932\u093E\u0909\u0921 \u0915\u0947 \u0938\u093E\u0925 \u0938\u092B\u0932\u0924\u093E\u092A\u0942\u0930\u094D\u0935\u0915 \u0938\u092E\u0928\u094D\u0935\u092F\u093F\u0924 \u0930\u0939\u0947\u0902",successSyncConfigToAccount:"\u0915\u094D\u0932\u093E\u0909\u0921 \u0915\u0947 \u0938\u093E\u0925 \u0938\u092B\u0932\u0924\u093E\u092A\u0942\u0930\u094D\u0935\u0915 \u0938\u092E\u0928\u094D\u0935\u092F\u093F\u0924 \u0915\u093F\u092F\u093E \u0917\u092F\u093E",syncConfigNoUpdate:"\u092A\u0939\u0932\u0947 \u0938\u0947 \u0939\u0940 \u0928\u0935\u0940\u0928\u0924\u092E",authFail:"\u092A\u094D\u0930\u092E\u093E\u0923\u0940\u0915\u0930\u0923 \u0935\u093F\u092B\u0932",syncTitle:"\u092E\u0948\u0928\u094D\u092F\u0941\u0905\u0932 \u092C\u0948\u0915\u0905\u092A \u092A\u094D\u0930\u092C\u0902\u0927\u0928",import_hint:"\u0906\u092F\u093E\u0924",upload:"\u0921\u093E\u0932\u0928\u093E",revokeAuth:"\u092A\u094D\u0930\u093E\u0927\u093F\u0915\u0930\u0923 \u0930\u0926\u094D\u0926 \u0915\u0930\u0947\u0902",uploadFail:"\u0905\u092A\u0932\u094B\u0921 \u0935\u093F\u092B\u0932",download:"\u0921\u093E\u0909\u0928\u0932\u094B\u0921 \u0915\u0930\u0928\u093E",importSuccess:"\u0906\u092F\u093E\u0924 \u0938\u092B\u0932",importFail:"\u0906\u092F\u093E\u0924 \u0935\u093F\u092B\u0932",deleteFail:"\u0939\u091F\u093E\u0928\u0947 \u092E\u0947\u0902 \u0935\u093F\u092B\u0932",backupToCloud:"\u092C\u0948\u0915\u0905\u092A \u092B\u093C\u093E\u0907\u0932\u094B\u0902 \u0915\u094B \u092E\u0948\u0928\u094D\u092F\u0941\u0905\u0932 \u0930\u0942\u092A \u0938\u0947 \u092A\u094D\u0930\u092C\u0902\u0927\u093F\u0924 \u0915\u0930\u0947\u0902",create_new_backup:"\u092C\u0948\u0915\u0905\u092A \u0928\u094B\u0921 \u091C\u094B\u0921\u093C\u0947\u0902",maxBackupFiles:"\u0905\u0927\u093F\u0915\u0924\u092E{count}\u0935\u093F\u092D\u093F\u0928\u094D\u0928 \u0928\u094B\u0921\u094D\u0938 \u0915\u093E \u092C\u0948\u0915\u0905\u092A \u0932\u093F\u092F\u093E \u091C\u093E \u0938\u0915\u0924\u093E \u0939\u0948, \u0915\u0943\u092A\u092F\u093E \u0905\u0928\u093E\u0935\u0936\u094D\u092F\u0915 \u0928\u094B\u0921\u094D\u0938 \u0939\u091F\u093E \u0926\u0947\u0902",backupToCloudDescription:"\u092C\u0948\u0915\u0905\u092A \u092B\u093C\u093E\u0907\u0932\u094B\u0902 \u0915\u094B \u092E\u0948\u0928\u094D\u092F\u0941\u0905\u0932 \u0930\u0942\u092A \u0938\u0947 \u0905\u092A\u0932\u094B\u0921 \u092F\u093E \u092A\u0941\u0928\u0930\u094D\u0938\u094D\u0925\u093E\u092A\u093F\u0924 \u0915\u0930\u0947\u0902, \u091C\u093F\u0938\u0938\u0947 3 \u0905\u0932\u0917-\u0905\u0932\u0917 \u092C\u0948\u0915\u0905\u092A \u0915\u0940 \u0905\u0928\u0941\u092E\u0924\u093F \u092E\u093F\u0932\u0924\u0940 \u0939\u0948",successSyncConfig:"\u0915\u094D\u0932\u093E\u0909\u0921 \u0915\u0947 \u0938\u093E\u0925 \u0938\u092B\u0932\u0924\u093E\u092A\u0942\u0930\u094D\u0935\u0915 \u0938\u092E\u0928\u094D\u0935\u092F\u093F\u0924 \u0930\u0939\u0947\u0902",syncFail:"\u0938\u092E\u0928\u094D\u0935\u092F\u0928 \u0935\u093F\u092B\u0932",updatedAt:"{date}\u092A\u0930 \u0905\u0926\u094D\u092F\u0924\u0928 \u0915\u093F\u092F\u093E \u0917\u092F\u093E",lastSyncedAt:"\u0905\u0902\u0924\u093F\u092E \u092C\u093E\u0930 {date}\u092A\u0930 \u091C\u093E\u0901\u091A \u0915\u0940 \u0917\u0908",downloadFail:"\u0921\u093E\u0909\u0928\u0932\u094B\u0921 \u0935\u093F\u092B\u0932",clickToDownload:"\u0921\u093E\u0909\u0928\u0932\u094B\u0921 \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u0915\u094D\u0932\u093F\u0915 \u0915\u0930\u0947\u0902",aboutLabel:"\u0915\u0947 \u092C\u093E\u0930\u0947 \u092E\u0947\u0902 - \u092A\u094D\u0930\u0924\u093F\u0915\u094D\u0930\u093F\u092F\u093E","browser.openAboutPage":"\u0915\u0947 \u092C\u093E\u0930\u0947 \u092E\u0947\u0902/\u092A\u094D\u0930\u0924\u093F\u0915\u094D\u0930\u093F\u092F\u093E",aboutLabelWithoutSponsor:"\u0915\u0947 \u092C\u093E\u0930\u0947 \u092E\u0947\u0902 - \u092A\u094D\u0930\u0924\u093F\u0915\u094D\u0930\u093F\u092F\u093E",aboutIntro:"\u092E\u0941\u091D\u0947 \u0906\u0936\u093E \u0939\u0948 \u0915\u093F \u0939\u092E \u0938\u092D\u0940 \u0907\u0902\u091F\u0930\u0928\u0947\u091F \u092A\u0930 \u0935\u093F\u0936\u093E\u0932 \u0935\u093F\u0926\u0947\u0936\u0940 \u092D\u093E\u0937\u093E \u0915\u0940 \u091C\u093E\u0928\u0915\u093E\u0930\u0940 \u0905\u0927\u093F\u0915 \u0906\u0938\u093E\u0928\u0940 \u0938\u0947 \u0914\u0930 \u0916\u0941\u0936\u0940 \u0938\u0947 \u092A\u094D\u0930\u093E\u092A\u094D\u0924 \u0915\u0930 \u0938\u0915\u0924\u0947 \u0939\u0948\u0902\u2764\uFE0F \u0906\u092A <6> \u092A\u094D\u0930\u094B \u0938\u0926\u0938\u094D\u092F\u0924\u093E \u0916\u094B\u0932\u0928\u093E \u091A\u0941\u0928 \u0938\u0915\u0924\u0947 \u0939\u0948\u0902 \u0921\u0940\u092A\u090F\u0932 \u0914\u0930 \u0913\u092A\u0928\u090F\u0906\u0908 \u0905\u0928\u0941\u0935\u093E\u0926\u094B\u0902 \u0915\u094B \u092C\u0949\u0915\u094D\u0938 \u0938\u0947 \u092C\u093E\u0939\u0930 \u0909\u092A\u092F\u094B\u0917 \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F\u0964

\u0939\u092E\u0947\u0902 <3>\u091F\u094D\u0935\u093F\u091F\u0930 \u092A\u0930 \u092B\u093C\u0949\u0932\u094B \u0915\u0930 \u0938\u0915\u0924\u0947 \u0939\u0948\u0902 ,<4>\u091F\u0947\u0932\u0940\u0917\u094D\u0930\u093E\u092E \u091A\u0948\u0928\u0932 , WeChat \u0938\u093E\u0930\u094D\u0935\u091C\u0928\u093F\u0915 \u0916\u093E\u0924\u093E, WeChat \u0938\u0902\u091A\u093E\u0930 \u0938\u092E\u0942\u0939, \u092F\u093E \u0928\u0940\u091A\u0947 <5> \u0908\u092E\u0947\u0932 \u0938\u0926\u0938\u094D\u092F\u0924\u093E \u0905\u092A\u0921\u0947\u091F \u091F\u094D\u0930\u0948\u0915 \u0915\u0930\u0947\u0902.
<7>\u092A\u094D\u0930\u094B \u0938\u0926\u0938\u094D\u092F \u0906\u092A \u090F\u0915\u094D\u0938\u092A\u094D\u0930\u0947\u0938 \u0917\u094D\u0930\u093E\u0939\u0915 \u0938\u0947\u0935\u093E \u0908\u092E\u0947\u0932 <8> support@immersivetranslate.com \u0938\u0947 \u0938\u0902\u092A\u0930\u094D\u0915 \u0915\u0930 \u0938\u0915\u0924\u0947 \u0939\u0948\u0902 \u0939\u092E\u093E\u0930\u0947 \u0938\u093E\u0925 \u091C\u0941\u0921\u093C\u0947\u0964",aboutIntroWithoutSponsor:"\u092E\u0941\u091D\u0947 \u0906\u0936\u093E \u0939\u0948 \u0915\u093F \u0939\u092E \u0938\u092D\u0940 \u0907\u0902\u091F\u0930\u0928\u0947\u091F \u092A\u0930 \u0935\u093F\u0936\u093E\u0932 \u092E\u093E\u0924\u094D\u0930\u093E \u092E\u0947\u0902 \u0935\u093F\u0926\u0947\u0936\u0940 \u092D\u093E\u0937\u093E \u0915\u0940 \u091C\u093E\u0928\u0915\u093E\u0930\u0940 \u0924\u0915 \u0906\u0938\u093E\u0928 \u0914\u0930 \u0905\u0927\u093F\u0915 \u0906\u0928\u0902\u0926\u0926\u093E\u092F\u0915 \u092A\u0939\u0941\u0902\u091A \u092A\u094D\u0930\u093E\u092A\u094D\u0924 \u0915\u0930 \u0938\u0915\u0924\u0947 \u0939\u0948\u0902 \u2764\uFE0F

\u0906\u092A \u0939\u092E\u0947\u0902 \u091F\u094D\u0935\u093F\u091F\u0930 \u092A\u0930 \u092B\u093C\u0949\u0932\u094B \u0915\u0930 \u0938\u0915\u0924\u0947 \u0939\u0948\u0902 <3> ,<4>\u091F\u0947\u0932\u0940\u0917\u094D\u0930\u093E\u092E \u091A\u0948\u0928\u0932 , WeChat \u0938\u093E\u0930\u094D\u0935\u091C\u0928\u093F\u0915 \u0916\u093E\u0924\u093E, WeChat \u0938\u0902\u091A\u093E\u0930 \u0938\u092E\u0942\u0939, \u092F\u093E \u0928\u0940\u091A\u0947 <5> \u0908\u092E\u0947\u0932 \u0938\u0926\u0938\u094D\u092F\u0924\u093E \u0905\u092A\u0921\u0947\u091F \u091F\u094D\u0930\u0948\u0915 \u0915\u0930\u0947\u0902.",projectHomepage:"\u092A\u094D\u0930\u094B\u091C\u0947\u0915\u094D\u091F \u0939\u094B\u092E \u092A\u0947\u091C",joinTelegramGroup:"\u092B\u093C\u0902\u0915\u094D\u0936\u0928 \u091A\u0930\u094D\u091A\u093E\u0913\u0902 \u092E\u0947\u0902 \u092D\u093E\u0917 \u0932\u0947\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u0909\u092A\u092F\u094B\u0917\u0915\u0930\u094D\u0924\u093E \u0938\u0902\u091A\u093E\u0930 \u0938\u092E\u0942\u0939 \u092E\u0947\u0902 \u0936\u093E\u092E\u093F\u0932 \u0939\u094B\u0902",wechatPublicAccount:"WeChat \u0938\u093E\u0930\u094D\u0935\u091C\u0928\u093F\u0915 \u0916\u093E\u0924\u093E",wechatCommunities:"WeChat \u0938\u0902\u091A\u093E\u0930 \u0938\u092E\u0942\u0939",qqCommunities:"QQ \u0938\u0902\u091A\u093E\u0930 \u091A\u0948\u0928\u0932",joinTelegramChannel:"\u0928\u0935\u0940\u0928\u0924\u092E \u0905\u092A\u0921\u0947\u091F \u0915\u0947 \u0932\u093F\u090F \u091F\u0947\u0932\u0940\u0917\u094D\u0930\u093E\u092E \u091A\u0948\u0928\u0932 \u0915\u094B \u092B\u0949\u0932\u094B \u0915\u0930\u0947\u0902",feedbackAndJoin:"\u0938\u092E\u0938\u094D\u092F\u093E \u092A\u094D\u0930\u0924\u093F\u0915\u094D\u0930\u093F\u092F\u093E/\u0938\u092E\u0942\u0939 \u092E\u0947\u0902 \u0936\u093E\u092E\u093F\u0932 \u0939\u094B\u0902",autoSync:"\u0938\u094D\u0935\u091A\u093E\u0932\u093F\u0924 \u0905\u0928\u0941\u0938\u0942\u091A\u093F\u0924 \u0924\u0941\u0932\u094D\u092F\u0915\u093E\u0932\u0928",loadingThemeTitle:"\u0932\u094B\u0921\u093F\u0902\u0917 \u0936\u0948\u0932\u0940",loadingThemeDescription:"\u0905\u0928\u0941\u0935\u093E\u0926 \u0932\u094B\u0921 \u0939\u094B\u0928\u0947 \u0915\u0940 \u092A\u094D\u0930\u0924\u0940\u0915\u094D\u0937\u093E \u0915\u0930\u0924\u0947 \u0938\u092E\u092F \u0936\u0948\u0932\u0940 \u0938\u0947\u091F \u0915\u0930\u0947\u0902","loadingTheme.spinner":"\u0935\u0943\u0924\u094D\u0924 \u090F\u0928\u0940\u092E\u0947\u0936\u0928","loadingTheme.text":"\u0938\u094D\u0925\u093F\u0930 \u092A\u093E\u0920... ","loadingTheme.none":"\u0928\u0939\u0940\u0902 \u0926\u093F\u0916\u093E\u0924\u0947",developerDescription:"\u0906\u092A \u092F\u0939\u093E\u0902 <1> \u092A\u0930 \u0915\u094D\u0932\u093F\u0915 \u0915\u0930 \u0938\u0915\u0924\u0947 \u0939\u0948\u0902 \u0909\u0928\u094D\u0928\u0924 \u0905\u0928\u0941\u0915\u0942\u0932\u0928 \u0938\u0947 \u0938\u0902\u092C\u0902\u0927\u093F\u0924 \u0926\u0938\u094D\u0924\u093E\u0935\u0947\u091C\u093C \u0926\u0947\u0916\u0947\u0902","edit border color":"\u092C\u0949\u0930\u094D\u0921\u0930 \u0915\u093E \u0930\u0902\u0917 \u0938\u0902\u0936\u094B\u0927\u093F\u0924 \u0915\u0930\u0947\u0902",successSyncButNoChange:"\u0935\u0930\u094D\u0924\u092E\u093E\u0928 \u0915\u0949\u0928\u094D\u092B\u093C\u093F\u0917\u0930\u0947\u0936\u0928 \u0915\u094D\u0932\u093E\u0909\u0921 \u0915\u0947 \u0905\u0928\u0941\u0930\u0942\u092A \u0939\u0948",customTheme:"\u0915\u0938\u094D\u091F\u092E \u0930\u0902\u0917 \u0914\u0930 \u0906\u0915\u093E\u0930","customThemeLabel.borderColor":"\u0938\u0940\u092E\u093E \u0930\u0902\u0917","customThemeLabel.borderRadius":"\u0938\u0940\u092E\u093E \u0917\u094B\u0932\u093E\u0915\u093E\u0930 \u0915\u094B\u0928\u0947","customThemeLabel.textColor":"\u092A\u093E\u0920 \u0915\u093E \u0930\u0902\u0917","customThemeLabel.backgroundColor":"\u092A\u0943\u0937\u094D\u0920\u092D\u0942\u092E\u093F \u0915\u093E \u0930\u0902\u0917","customThemeLabel.zoom":"\u092B\u093C\u0949\u0928\u094D\u091F \u0938\u094D\u0915\u0947\u0932\u093F\u0902\u0917 (%)","customThemeLabel.opacity":"\u092A\u093E\u0920 \u0905\u092A\u093E\u0930\u0926\u0930\u094D\u0936\u093F\u0924\u093E (%)",resetToDefaultColor:"\u0921\u093F\u092B\u093C\u0949\u0932\u094D\u091F \u0930\u0902\u0917 \u092A\u0930 \u0935\u093E\u092A\u0938 \u0932\u094C\u091F\u0947\u0902",resetToDefaultSettings:"\u0921\u093F\u092B\u093C\u0949\u0932\u094D\u091F \u0938\u0947\u091F\u093F\u0902\u0917\u094D\u0938 \u092A\u0930 \u0935\u093E\u092A\u0938 \u0932\u094C\u091F\u0947\u0902",isTranslateTitle:"\u0905\u0928\u0941\u0935\u093E\u0926\u093F\u0924 \u0935\u0947\u092C \u092A\u0947\u091C \u0936\u0940\u0930\u094D\u0937\u0915 \u091A\u093E\u0932\u0942 \u0915\u0930\u0947\u0902",isTranslateTitleDescription:"\u091A\u093E\u0932\u0942 \u0939\u094B\u0928\u0947 \u092A\u0930, \u0935\u0947\u092C \u092A\u0947\u091C \u0936\u0940\u0930\u094D\u0937\u0915 \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u093F\u092F\u093E \u091C\u093E\u090F\u0917\u093E",enableSearchEnhancement:"\u0926\u094D\u0935\u093F\u092D\u093E\u0937\u0940 \u0938\u0942\u091A\u0928\u093E \u0938\u0902\u0935\u0930\u094D\u0926\u094D\u0927\u0928 \u0938\u0915\u094D\u0937\u092E \u0915\u0930\u0947\u0902",enableSearchEnhancementDescription:'\u091A\u093E\u0932\u0942 \u0939\u094B\u0928\u0947 \u0915\u0947 \u092C\u093E\u0926, \u0905\u0902\u0917\u094D\u0930\u0947\u091C\u0940 \u0915\u0940\u0935\u0930\u094D\u0921 \u0938\u0947 \u0938\u0902\u092C\u0902\u0927\u093F\u0924 "Google \u0938\u092E\u093E\u091A\u093E\u0930" \u0916\u094B\u091C \u092A\u0930\u093F\u0923\u093E\u092E \u0938\u094D\u0935\u091A\u093E\u0932\u093F\u0924 \u0930\u0942\u092A \u0938\u0947 \u0938\u092E\u0930\u094D\u0925\u093F\u0924 \u0935\u0947\u092C\u0938\u093E\u0907\u091F\u094B\u0902 (Google \u0938\u092E\u093E\u091A\u093E\u0930, Google \u0916\u094B\u091C (\u0915\u0941\u091B \u0915\u0940\u0935\u0930\u094D\u0921), \u0938\u094D\u0928\u094B\u092C\u0949\u0932, \u0913\u0930\u093F\u090F\u0902\u091F\u0932 \u092B\u0949\u0930\u094D\u091A\u094D\u092F\u0942\u0928, \u092B\u093C\u0941\u091F\u0942, \u091F\u093E\u0907\u0917\u0930 \u0938\u092E\u0941\u0926\u093E\u092F) \u0915\u0947 \u0926\u093E\u0939\u093F\u0928\u0947 \u0915\u0949\u0932\u092E \u092E\u0947\u0902 \u092A\u094D\u0930\u0926\u0930\u094D\u0936\u093F\u0924 \u0939\u094B\u0902\u0917\u0947\u0964',verifyService:"\u0938\u0947\u0935\u093E \u0915\u093E \u092A\u0930\u0940\u0915\u094D\u0937\u0923 \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u092F\u0939\u093E\u0902 \u0915\u094D\u0932\u093F\u0915 \u0915\u0930\u0947\u0902",verified:"\u0938\u0924\u094D\u092F\u093E\u092A\u0928 \u0938\u092B\u0932","field.langs":"\u0938\u092E\u0930\u094D\u0925\u093F\u0924 \u092D\u093E\u0937\u093E \u0915\u094B\u0921","field.model":"\u0928\u092E\u0942\u0928\u093E","field.translationEngine":"\u0905\u0928\u0941\u0935\u093E\u0926 \u0907\u0902\u091C\u0928","field.limitPerMinute":"\u092A\u094D\u0930\u0924\u093F \u092E\u093F\u0928\u091F \u0905\u0928\u0941\u0930\u094B\u0927\u094B\u0902 \u0915\u0940 \u0905\u0927\u093F\u0915\u0924\u092E \u0938\u0902\u0916\u094D\u092F\u093E","field.limitPerSecond":"\u092A\u094D\u0930\u0924\u093F \u0938\u0947\u0915\u0902\u0921 \u0905\u0928\u0941\u0930\u094B\u0927\u094B\u0902 \u0915\u0940 \u0905\u0927\u093F\u0915\u0924\u092E \u0938\u0902\u0916\u094D\u092F\u093E","field.maxTextLengthPerRequest":"\u092A\u094D\u0930\u0924\u093F \u0905\u0928\u0941\u0930\u094B\u0927 \u0905\u0927\u093F\u0915\u0924\u092E \u092A\u093E\u0920 \u0932\u0902\u092C\u093E\u0908","field.maxTextGroupLengthPerRequest":"\u092A\u094D\u0930\u0924\u093F \u0905\u0928\u0941\u0930\u094B\u0927 \u092A\u0948\u0930\u093E\u0917\u094D\u0930\u093E\u092B \u0915\u0940 \u0905\u0927\u093F\u0915\u0924\u092E \u0938\u0902\u0916\u094D\u092F\u093E","field.apiUrl":"\u0915\u0938\u094D\u091F\u092E \u090F\u092A\u0940\u0906\u0908 \u0907\u0902\u091F\u0930\u092B\u093C\u0947\u0938 \u092A\u0924\u093E","field.placeholderDelimiters":"\u0906\u0930\u0915\u094D\u0937\u093F\u0924 \u092A\u094D\u0932\u0947\u0938\u0939\u094B\u0932\u094D\u0921\u0930","description.custom":"\u0915\u0938\u094D\u091F\u092E \u0907\u0902\u091F\u0930\u092B\u093C\u0947\u0938 \u090F\u0915\u094D\u0938\u0947\u0938 \u0915\u0947 \u0932\u093F\u090F \u0938\u0902\u0926\u0930\u094D\u092D \u0926\u0938\u094D\u0924\u093E\u0935\u0947\u091C\u093C\u094B\u0902 \u0915\u0940 \u0906\u0935\u0936\u094D\u092F\u0915\u0924\u093E \u0939\u0948","description.limitPerMinute":"\u091C\u092C \u0905\u0928\u0941\u0930\u094B\u0927\u094B\u0902 \u0915\u0940 \u0938\u0902\u0916\u094D\u092F\u093E \u0907\u0938 \u0938\u0940\u092E\u093E \u0938\u0947 \u0905\u0927\u093F\u0915 \u0939\u094B \u091C\u093E\u0924\u0940 \u0939\u0948, \u0924\u094B \u092F\u0939 \u0905\u0917\u0932\u0947 \u092E\u093F\u0928\u091F \u0915\u0940 \u0936\u0941\u0930\u0941\u0906\u0924 \u0924\u0915 \u0915\u0924\u093E\u0930 \u0938\u094D\u0925\u093F\u0924\u093F \u092E\u0947\u0902 \u092A\u094D\u0930\u0935\u0947\u0936 \u0915\u0930\u0947\u0917\u0940\u0964 OpenAI \u0915\u0940 \u0935\u0930\u094D\u0924\u092E\u093E\u0928 \u0938\u0947\u0935\u093E \u0915\u0940 \u0935\u093F\u092D\u093F\u0928\u094D\u0928 \u0938\u0940\u092E\u093E\u0913\u0902 \u0915\u0947 \u0915\u093E\u0930\u0923, \u0915\u0943\u092A\u092F\u093E \u092F\u0939\u093E\u0902 <1> \u0915\u094D\u0932\u093F\u0915 \u0915\u0930\u0947\u0902 \u0928\u0935\u0940\u0928\u0924\u092E \u0905\u0928\u0941\u0936\u0902\u0938\u093F\u0924 \u092E\u093E\u0928 \u0926\u0947\u0916\u0947\u0902","description.limitPerSecond":"\u091C\u092C \u0905\u0928\u0941\u0930\u094B\u0927\u094B\u0902 \u0915\u0940 \u0938\u0902\u0916\u094D\u092F\u093E \u0907\u0938 \u0938\u0940\u092E\u093E \u0938\u0947 \u0905\u0927\u093F\u0915 \u0939\u094B \u091C\u093E\u0924\u0940 \u0939\u0948, \u0924\u094B \u092F\u0939 \u0905\u0917\u0932\u0947 \u0938\u0947\u0915\u0902\u0921 \u0915\u0940 \u0936\u0941\u0930\u0941\u0906\u0924 \u0924\u0915 \u0915\u0924\u093E\u0930 \u0938\u094D\u0925\u093F\u0924\u093F \u092E\u0947\u0902 \u092A\u094D\u0930\u0935\u0947\u0936 \u0915\u0930\u0947\u0917\u0940\u0964 OpenAI \u0915\u0940 \u0935\u0930\u094D\u0924\u092E\u093E\u0928 \u0938\u0947\u0935\u093E \u0915\u0940 \u0935\u093F\u092D\u093F\u0928\u094D\u0928 \u0938\u0940\u092E\u093E\u0913\u0902 \u0915\u0947 \u0915\u093E\u0930\u0923, \u0915\u0943\u092A\u092F\u093E \u092F\u0939\u093E\u0902 <1> \u0915\u094D\u0932\u093F\u0915 \u0915\u0930\u0947\u0902 \u0928\u0935\u0940\u0928\u0924\u092E \u0905\u0928\u0941\u0936\u0902\u0938\u093F\u0924 \u092E\u093E\u0928 \u0926\u0947\u0916\u0947\u0902","description.generalLimitPerSecond":"\u091C\u092C \u0905\u0928\u0941\u0930\u094B\u0927\u094B\u0902 \u0915\u0940 \u0938\u0902\u0916\u094D\u092F\u093E \u0907\u0938 \u0938\u0940\u092E\u093E \u0938\u0947 \u0905\u0927\u093F\u0915 \u0939\u094B \u091C\u093E\u0924\u0940 \u0939\u0948, \u0924\u094B \u092F\u0939 \u0905\u0917\u0932\u0947 \u0938\u0947\u0915\u0902\u0921 \u0915\u0940 \u0936\u0941\u0930\u0941\u0906\u0924 \u0924\u0915 \u0915\u0924\u093E\u0930 \u0938\u094D\u0925\u093F\u0924\u093F \u092E\u0947\u0902 \u092A\u094D\u0930\u0935\u0947\u0936 \u0915\u0930\u0947\u0917\u0940\u0964","description.prompt":"\u0909\u092A\u092F\u094B\u0917\u0915\u0930\u094D\u0924\u093E \u0915\u0940 \u092A\u0939\u091A\u093E\u0928 \u092E\u0947\u0902 {service} \u0915\u094B \u092D\u0947\u091C\u0940 \u0917\u0908 \u0935\u093E\u0930\u094D\u0924\u093E\u0932\u093E\u092A, \u091C\u093F\u0938\u092E\u0947\u0902 {{text}} \u092A\u0948\u0930\u093E\u0917\u094D\u0930\u093E\u092B \u0915\u093E \u092A\u093E\u0920 \u0938\u093E\u092E\u0917\u094D\u0930\u0940 \u0915\u094B \u0926\u0930\u094D\u0936\u093E\u0924\u093E \u0939\u0948, {{from}} \u092A\u0948\u0930\u093E\u0917\u094D\u0930\u093E\u092B \u0915\u0940 \u092D\u093E\u0937\u093E \u0915\u094B \u0926\u0930\u094D\u0936\u093E\u0924\u093E \u0939\u0948, \u0914\u0930 {{to}} \u0932\u0915\u094D\u0937\u094D\u092F \u092D\u093E\u0937\u093E \u0915\u094B \u0926\u0930\u094D\u0936\u093E\u0924\u093E \u0939\u0948\u0964","description.maxTextLengthPerRequest":"\u092A\u094D\u0930\u0924\u093F \u0905\u0928\u0941\u0930\u094B\u0927 \u0935\u0930\u094D\u0923\u094B\u0902 \u0915\u0940 \u0905\u0927\u093F\u0915\u0924\u092E \u0938\u0902\u0916\u094D\u092F\u093E\u0964 \u092F\u0926\u093F \u092F\u0939 \u092C\u0939\u0941\u0924 \u092C\u0921\u093C\u093E \u0939\u0948, \u0924\u094B \u0907\u0902\u091F\u0930\u092B\u093C\u0947\u0938 \u0915\u0940 \u092A\u094D\u0930\u0924\u093F\u0915\u094D\u0930\u093F\u092F\u093E \u0927\u0940\u092E\u0940 \u0939\u094B \u091C\u093E\u090F\u0917\u0940, \u0907\u0938\u0932\u093F\u090F \u0906\u092A \u0917\u0924\u093F \u0915\u094B \u0905\u0928\u0941\u0915\u0942\u0932\u093F\u0924 \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u0907\u0938 \u0935\u093F\u0915\u0932\u094D\u092A \u0915\u094B \u0938\u092E\u093E\u092F\u094B\u091C\u093F\u0924 \u0915\u0930\u0928\u0947 \u0915\u093E \u092A\u094D\u0930\u092F\u093E\u0938 \u0915\u0930 \u0938\u0915\u0924\u0947 \u0939\u0948\u0902\u0964","description.systemPrompt":"\u0913\u092A\u0928\u090F\u0906\u0908 \u0915\u094B \u0938\u093F\u0938\u094D\u091F\u092E \u0915\u0947 \u0930\u0942\u092A \u092E\u0947\u0902 \u092C\u093E\u0924\u091A\u0940\u0924 \u092D\u0947\u091C\u0940 \u0917\u0908, \u091C\u0939\u093E\u0902 {{text}} \u092A\u0948\u0930\u093E\u0917\u094D\u0930\u093E\u092B \u0915\u0940 \u092A\u093E\u0920\u094D\u092F \u0938\u093E\u092E\u0917\u094D\u0930\u0940 \u0915\u093E \u092A\u094D\u0930\u0924\u093F\u0928\u093F\u0927\u093F\u0924\u094D\u0935 \u0915\u0930\u0924\u093E \u0939\u0948,{{from}} \u092A\u0948\u0930\u093E\u0917\u094D\u0930\u093E\u092B \u0915\u0940 \u092D\u093E\u0937\u093E \u0915\u093E \u092A\u094D\u0930\u0924\u093F\u0928\u093F\u0927\u093F\u0924\u094D\u0935 \u0915\u0930\u0924\u093E \u0939\u0948, \u0914\u0930{{to}} \u0932\u0915\u094D\u0937\u094D\u092F \u092D\u093E\u0937\u093E \u0915\u093E \u092A\u094D\u0930\u0924\u093F\u0928\u093F\u0927\u093F\u0924\u094D\u0935 \u0915\u0930\u0924\u093E \u0939\u0948","field.domain":"\u092E\u0948\u0926\u093E\u0928","description.domain":"\u0921\u093F\u092B\u093C\u0949\u0932\u094D\u091F\uFF1A\u0938\u093E\u092E\u093E\u0928\u094D\u092F \u0939\u0948. \u0907\u0938\u0947 \u0915\u0947\u0935\u0932 \u0924\u092D\u0940 \u0938\u0947\u091F \u0915\u093F\u092F\u093E \u091C\u093E \u0938\u0915\u0924\u093E \u0939\u0948 \u091C\u092C Youdao API \u0915\u0902\u0938\u094B\u0932 \u092E\u0947\u0902 \u0921\u094B\u092E\u0947\u0928-\u0906\u0927\u093E\u0930\u093F\u0924 \u0905\u0928\u0941\u0935\u093E\u0926 \u0938\u0915\u094D\u0937\u092E \u0939\u094B\u0964 \u0938\u092E\u0930\u094D\u0925\u093F\u0924 \u092B\u093C\u0940\u0932\u094D\u0921 \u0915\u0947 \u0932\u093F\u090F, \u0915\u0943\u092A\u092F\u093E \u092F\u0939\u093E\u0902 <1> \u0926\u0947\u0916\u0947\u0902\u0964","field.scene":"\u092A\u0930\u094D\u0926\u0947","description.scene":"\u0921\u093F\u092B\u093C\u0949\u0932\u094D\u091F\uFF1A\u0938\u093E\u092E\u093E\u0928\u094D\u092F \u0939\u0948. \u0907\u0938\u0947 \u0915\u0947\u0935\u0932 \u0924\u092D\u0940 \u0938\u0947\u091F \u0915\u093F\u092F\u093E \u091C\u093E \u0938\u0915\u0924\u093E \u0939\u0948 \u091C\u092C \u0905\u0932\u0940\u092C\u093E\u092C\u093E \u0915\u094D\u0932\u093E\u0909\u0921 \u090F\u092A\u0940\u0906\u0908 \u0915\u0902\u0938\u094B\u0932 \u092E\u0947\u0902 \u092E\u0936\u0940\u0928\u0940 \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u093E \u092A\u0947\u0936\u0947\u0935\u0930 \u0938\u0902\u0938\u094D\u0915\u0930\u0923 \u0938\u0915\u094D\u0930\u093F\u092F \u0939\u094B\u0964 \u0938\u092E\u0930\u094D\u0925\u093F\u0924 \u092A\u0930\u093F\u0926\u0943\u0936\u094D\u092F\u094B\u0902 \u0915\u0947 \u0932\u093F\u090F \u092F\u0939\u093E\u0902 <1> \u0926\u0947\u0916\u0947\u0902\u0964","field.vocabId":"\u0909\u092A\u092F\u094B\u0917\u0915\u0930\u094D\u0924\u093E \u0936\u092C\u094D\u0926\u0915\u094B\u0936 \u0906\u0908\u0921\u0940","description.vocabId":"\u0928\u093F\u0930\u094D\u0926\u093F\u0937\u094D\u091F \u0936\u092C\u094D\u0926\u0915\u094B\u0936 \u0906\u0909\u091F_\u0906\u0908\u0921\u0940 \u0935\u0930\u094D\u0924\u092E\u093E\u0928 \u092E\u0947\u0902 \u0905\u0902\u0917\u094D\u0930\u0947\u091C\u0940-\u091A\u0940\u0928\u0940 \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u093E \u0938\u092E\u0930\u094D\u0925\u0928 \u0915\u0930\u0924\u093E \u0939\u0948\u0964","description.model":"OpenAI \u0915\u093E \u092E\u0949\u0921\u0932 gpt-3.5-\u091F\u0930\u094D\u092C\u094B, gpt-4 \u0906\u0926\u093F \u0939\u094B \u0938\u0915\u0924\u093E \u0939\u0948\u0964","description.maxTextGroupLengthPerRequest":"\u0939\u0930 \u092C\u093E\u0930 \u0905\u0928\u0941\u0935\u093E\u0926 \u0938\u0947\u0935\u093E \u0915\u094B \u092D\u0947\u091C\u0947 \u0917\u090F \u092A\u0948\u0930\u093E\u0917\u094D\u0930\u093E\u092B\u094B\u0902 \u0915\u0940 \u0938\u0902\u0916\u094D\u092F\u093E\u0964 \u092F\u0926\u093F \u092C\u0939\u0941\u0924 \u0938\u093E\u0930\u0947 \u092A\u0948\u0930\u093E\u0917\u094D\u0930\u093E\u092B \u0939\u0948\u0902, \u0924\u094B \u0907\u0902\u091F\u0930\u092B\u093C\u0947\u0938 \u0915\u0940 \u092A\u094D\u0930\u0924\u093F\u0915\u094D\u0930\u093F\u092F\u093E \u0927\u0940\u092E\u0940 \u0939\u094B \u0938\u0915\u0924\u0940 \u0939\u0948\u0964","description.apiUrl":"\u0915\u0943\u092A\u092F\u093E \u092A\u0925 \u0915\u0947 \u0938\u093E\u0925 \u090F\u0915 \u0935\u093F\u0936\u093F\u0937\u094D\u091F \u092F\u0942\u0906\u0930\u090F\u0932 \u091C\u094B\u0921\u093C\u0947\u0902, <1> \u0905\u0927\u093F\u0915 \u0928\u093F\u0930\u094D\u0926\u0947\u0936",enabledExtension:"\u090F\u0915\u094D\u0938\u091F\u0947\u0902\u0936\u0928 \u0938\u0915\u094D\u0937\u092E",clickToDisableExtension:"\u090F\u0915\u094D\u0938\u091F\u0947\u0902\u0936\u0928 \u0905\u0915\u094D\u0937\u092E \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u0915\u094D\u0932\u093F\u0915 \u0915\u0930\u0947\u0902",clickToEnableExtension:"\u090F\u0915\u094D\u0938\u091F\u0947\u0902\u0936\u0928 \u0938\u0915\u094D\u0937\u092E \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u0915\u094D\u0932\u093F\u0915 \u0915\u0930\u0947\u0902",hasBeenDisabled:"\u0905\u0915\u094D\u0937\u092E","show password":"\u092A\u093E\u0938\u0935\u0930\u094D\u0921 \u0926\u093F\u0916\u093E\u090F",customContent:"\u0915\u0938\u094D\u091F\u092E \u092E\u0949\u0921\u0932 \u0928\u093E\u092E \u0926\u0930\u094D\u091C \u0915\u0930\u0947\u0902",inputOptions:"\u0907\u0928\u092A\u0941\u091F \u092C\u0949\u0915\u094D\u0938 \u0938\u0902\u0935\u0930\u094D\u0926\u094D\u0927\u0928",mouseHoverOptions:"\u092E\u093E\u0909\u0938 \u0915\u0947 \u090A\u092A\u0930",modifyMouseHoverKey:"\u092E\u093E\u0909\u0938\u0913\u0935\u0930 \u0936\u0949\u0930\u094D\u091F\u0915\u091F \u0915\u0941\u0902\u091C\u093F\u092F\u094B\u0902 \u0915\u094B \u0938\u0902\u0936\u094B\u0927\u093F\u0924 \u0915\u0930\u0947\u0902",enableInputTranslation:"\u0907\u0928\u092A\u0941\u091F \u092C\u0949\u0915\u094D\u0938 \u090F\u0928\u094D\u0939\u093E\u0902\u0938\u092E\u0947\u0902\u091F \u0938\u0915\u094D\u0937\u092E \u0915\u0930\u0928\u093E \u0939\u0948 \u092F\u093E \u0928\u0939\u0940\u0902",enableInputTranslationDescription:"{trailingKey}\u0938\u0915\u094D\u0937\u092E \u0915\u0930\u0928\u0947 \u0915\u0947 \u092C\u093E\u0926, \u0938\u0940\u0927\u0947 \u0907\u0928\u092A\u0941\u091F \u092C\u0949\u0915\u094D\u0938 \u092E\u0947\u0902 {startingKey}{startingKey} \u0939\u0948\u0932\u094B \u0926\u0930\u094D\u091C \u0915\u0930\u0947\u0902, \u0914\u0930 \u092B\u093F\u0930 \u0907\u0938\u0947 {inputTargetLanguage}\u092E\u0947\u0902 \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u091C\u0932\u094D\u0926\u0940 \u0938\u0947{inputTrailingTriggerKeyRepeatTimes}\u092A\u0930 \u0926\u094B \u092C\u093E\u0930 \u0915\u094D\u0932\u093F\u0915 \u0915\u0930\u0947\u0902\u0964",enableInputTranslationDescriptionForNoneKey:"\u0907\u0938\u0947 \u0938\u0915\u094D\u0937\u092E \u0915\u0930\u0928\u0947{trailingKey}, \u0938\u0940\u0927\u0947 \u0907\u0928\u092A\u0941\u091F \u092C\u0949\u0915\u094D\u0938 \u092E\u0947\u0902\uFF1A\u0939\u0948\u0932\u094B \u0935\u0930\u094D\u0932\u094D\u0921 \u0926\u0930\u094D\u091C \u0915\u0930\u0947\u0902, \u0914\u0930 \u092B\u093F\u0930 \u0921\u093F\u092B\u093C\u0949\u0932\u094D\u091F \u0932\u0915\u094D\u0937\u094D\u092F \u092D\u093E\u0937\u093E \u092E\u0947\u0902 \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u091C\u0932\u094D\u0926\u0940 \u0938\u0947{inputTrailingTriggerKeyRepeatTimes}\u092C\u093E\u0930 \u0915\u094D\u0932\u093F\u0915 \u0915\u0930\u0947\u0902\u0964",inputTargetLanguage:"\u0907\u0928\u092A\u0941\u091F \u092C\u0949\u0915\u094D\u0938 \u0915\u0940 \u0921\u093F\u092B\u093C\u0949\u0932\u094D\u091F \u0932\u0915\u094D\u0937\u094D\u092F \u092D\u093E\u0937\u093E \u0938\u0947\u091F \u0915\u0930\u0947\u0902",inputTargetLanguageDescription:"\u0907\u0928\u092A\u0941\u091F \u092C\u0949\u0915\u094D\u0938 \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0947 \u0932\u093F\u090F \u0921\u093F\u092B\u093C\u0949\u0932\u094D\u091F \u0932\u0915\u094D\u0937\u094D\u092F \u092D\u093E\u0937\u093E, \u091C\u094B \u091F\u094D\u0930\u093F\u0917\u0930 \u0936\u092C\u094D\u0926\u094B\u0902 \u0915\u0947 \u0932\u093F\u090F \u0921\u093F\u092B\u093C\u0949\u0932\u094D\u091F \u092D\u093E\u0937\u093E \u0915\u0947 \u0930\u0942\u092A \u092E\u0947\u0902 {startingKey}{startingKey} \u0939\u0948",inputTargetLanguageDescriptionForNoneKey:"\u0907\u0928\u092A\u0941\u091F \u092C\u0949\u0915\u094D\u0938 \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0947 \u0932\u093F\u090F \u0921\u093F\u092B\u093C\u0949\u0932\u094D\u091F \u0932\u0915\u094D\u0937\u094D\u092F \u092D\u093E\u0937\u093E",inputStartingTriggerKeyTitle:"\u0907\u0928\u092A\u0941\u091F \u092C\u0949\u0915\u094D\u0938 \u0915\u0947 \u0906\u0902\u0936\u093F\u0915 \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0947 \u0932\u093F\u090F \u0935\u093F\u092D\u093E\u091C\u0928 \u0935\u0930\u094D\u0923 \u0938\u0947\u091F \u0915\u0930\u0947\u0902",inputStartingTriggerKeyDescription:"\u091C\u092C \u0906\u092A\u0915\u094B \u092A\u0942\u0930\u0947 \u0907\u0928\u092A\u0941\u091F \u092C\u0949\u0915\u094D\u0938 \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0928\u0947 \u0915\u0940 \u0906\u0935\u0936\u094D\u092F\u0915\u0924\u093E \u0928\u0939\u0940\u0902 \u0939\u094B\u0924\u0940 \u0939\u0948, \u0924\u094B \u0921\u093F\u0932\u0940\u092E\u0940\u091F\u0930 \u0906\u092A\u0915\u094B \u0915\u0947\u0935\u0932 {startingKey}{startingKey} \u0938\u0947 \u0907\u0928\u092A\u0941\u091F \u092C\u0949\u0915\u094D\u0938 \u0915\u0947 \u0905\u0902\u0924 \u0924\u0915 \u0915\u0947 \u092D\u093E\u0917 \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0928\u0947 \u0915\u0940 \u0905\u0928\u0941\u092E\u0924\u093F \u0926\u0947\u0924\u093E \u0939\u0948, \u092F\u093E \u0906\u092A \u092D\u093E\u0937\u093E \u0915\u094B\u0921 \u0928\u093F\u0930\u094D\u0926\u093F\u0937\u094D\u091F \u0915\u0930 \u0938\u0915\u0924\u0947 \u0939\u0948\u0902, \u0909\u0926\u093E\u0939\u0930\u0923 \u0915\u0947 \u0932\u093F\u090F,\uFF1A{startingKey}ja \u0915\u093E \u0905\u0930\u094D\u0925 \u0915\u0947\u0935\u0932 \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0928\u093E \u0939\u0948 {startingKey}ja \u0938\u0947 \u0907\u0928\u092A\u0941\u091F \u092C\u0949\u0915\u094D\u0938 \u0915\u0947 \u0905\u0902\u0924 \u0924\u0915 \u0915\u093E \u092D\u093E\u0917\u0964",inputStartingTriggerKeyDescriptionForNoneKey:"\u0935\u0930\u094D\u0924\u092E\u093E\u0928 \u092E\u0947\u0902 \u0907\u0938\u0947 \u0915\u093F\u0938\u0940 \u0909\u092A\u0938\u0930\u094D\u0917 \u0915\u0940 \u0906\u0935\u0936\u094D\u092F\u0915\u0924\u093E \u0928\u0939\u0940\u0902 \u0939\u0948, \u0914\u0930 \u0907\u0928\u092A\u0941\u091F \u092C\u0949\u0915\u094D\u0938 \u0915\u0947 \u0915\u0941\u091B \u092A\u093E\u0920 \u0905\u0928\u0941\u0935\u093E\u0926 \u092B\u093C\u0902\u0915\u094D\u0936\u0928 \u0905\u0938\u094D\u0925\u093E\u092F\u0940 \u0930\u0942\u092A \u0938\u0947 \u0905\u0928\u0941\u092A\u0932\u092C\u094D\u0927 \u0939\u0948\u0902\u0964",inputTrailingTriggerKeyTitle:"\u090F\u0915 \u091F\u094D\u0930\u093F\u0917\u0930 \u0935\u0930\u094D\u0923 \u091A\u0941\u0928\u0947\u0902 \u091C\u094B \u0907\u0928\u092A\u0941\u091F \u0915\u094B \u0938\u092E\u093E\u092A\u094D\u0924 \u0915\u0930\u0924\u093E \u0939\u0948",inputTrailingTriggerKeyDescription:"\u0924\u094D\u0935\u0930\u093F\u0924 \u0909\u0924\u094D\u0924\u0930\u093E\u0927\u093F\u0915\u093E\u0930 \u092E\u0947\u0902{trailingKey} 3 \u092C\u093E\u0930 \u0939\u093F\u091F \u0915\u0930\u0928\u0947 \u0938\u0947 \u0905\u0928\u0941\u0935\u093E\u0926 \u0936\u0941\u0930\u0942 \u0939\u094B \u091C\u093E\u090F\u0917\u093E",inputTrailingTriggerKeyTimeout:"\u0915\u0949\u092E\u094D\u092C\u094B \u0915\u094B \u0938\u092E\u093E\u092A\u094D\u0924 \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u091F\u094D\u0930\u093F\u0917\u0930\u094D\u0938 \u0915\u0947 \u092C\u0940\u091A \u0905\u0902\u0924\u0930\u093E\u0932 \u0926\u0930\u094D\u091C \u0915\u0930\u0947\u0902\u0964",inputTrailingTriggerKeyTimeoutDescription:"\u0915\u0949\u092E\u094D\u092C\u094B \u091F\u094D\u0930\u093F\u0917\u0930 \u0915\u094B \u0938\u092E\u093E\u092A\u094D\u0924 \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u0907\u0928\u092A\u0941\u091F \u0915\u0947 \u0932\u093F\u090F \u0905\u0902\u0924\u0930\u093E\u0932 \u0938\u092E\u092F (\u092E\u093F\u0932\u0940\u0938\u0947\u0915\u0902\u0921) \u0928\u093F\u0930\u094D\u0927\u093E\u0930\u093F\u0924 \u0915\u0930\u0947\u0902",spaceKey:"<\u0938\u094D\u092A\u0947\u0938\u092C\u093E\u0930>",noneKey:"\u0915\u093F\u0938\u0940 \u0909\u092A\u0938\u0930\u094D\u0917 \u0915\u0940 \u0906\u0935\u0936\u094D\u092F\u0915\u0924\u093E \u0928\u0939\u0940\u0902 \u0939\u0948, \u0938\u0940\u0927\u0947 \u0938\u0902\u092A\u0942\u0930\u094D\u0923 \u091F\u0947\u0915\u094D\u0938\u094D\u091F \u092C\u0949\u0915\u094D\u0938 \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0947\u0902",inputTranslationBlockUrlsTitle:"\u092F\u0942\u0906\u0930\u090F\u0932 \u092E\u0947\u0902 \u0907\u0928\u092A\u0941\u091F \u092B\u093C\u0940\u0932\u094D\u0921 \u090F\u0928\u094D\u0939\u093E\u0902\u0938\u092E\u0947\u0902\u091F \u0915\u094B \u0915\u092D\u0940 \u092D\u0940 \u0938\u0915\u094D\u0937\u092E \u0928 \u0915\u0930\u0947\u0902",inputTranslationBlockUrlsDescription:"\u0928\u093F\u092E\u094D\u0928\u0932\u093F\u0916\u093F\u0924 \u092F\u0942\u0906\u0930\u090F\u0932 \u092E\u0947\u0902, \u0907\u0928\u092A\u0941\u091F \u092C\u0949\u0915\u094D\u0938 \u090F\u0928\u094D\u0939\u093E\u0902\u0938\u092E\u0947\u0902\u091F \u092A\u094D\u0930\u092D\u093E\u0935\u0940 \u0928\u0939\u0940\u0902 \u0939\u094B\u0917\u093E",clickToSeeQuickDemo:"30 \u0938\u0947\u0915\u0902\u0921 \u0915\u0947 \u0924\u094D\u0935\u0930\u093F\u0924 \u0928\u093F\u0930\u094D\u0926\u0947\u0936 \u0935\u0940\u0921\u093F\u092F\u094B \u0915\u093E \u0935\u093F\u0938\u094D\u0924\u093E\u0930 \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u0915\u094D\u0932\u093F\u0915 \u0915\u0930\u0947\u0902",inputHelperInfo:"\u0928\u094B\u091F\uFF1A: \u0939\u092E\u0928\u0947 \u0935\u093F\u0936\u0947\u0937 \u0930\u0942\u092A \u0938\u0947 \u0909\u0938 \u092E\u0941\u0926\u094D\u0926\u0947 \u0915\u094B \u0905\u0928\u0941\u0915\u0942\u0932\u093F\u0924 \u0915\u093F\u092F\u093E \u0939\u0948 \u091C\u0939\u093E\u0902 \u0915\u0941\u091B \u091F\u094D\u0930\u093F\u0917\u0930 \u0935\u0930\u094D\u0923 \u091A\u0940\u0928\u0940 \u0907\u0928\u092A\u0941\u091F \u092A\u0926\u094D\u0927\u0924\u093F \u0915\u0947 \u0924\u0939\u0924 \u091A\u0940\u0928\u0940 \u0935\u093F\u0930\u093E\u092E \u091A\u093F\u0939\u094D\u0928\u094B\u0902 \u092E\u0947\u0902 \u092C\u0926\u0932 \u091C\u093E\u090F\u0902\u0917\u0947\u0964 \u0909\u0926\u093E\u0939\u0930\u0923 \u0915\u0947 \u0932\u093F\u090F, \u0938\u094B\u0917\u094C \u0907\u0928\u092A\u0941\u091F \u092A\u0926\u094D\u0927\u0924\u093F \u0915\u0947 \u0924\u0939\u0924, / \u090F\u0915 \u0935\u093F\u0930\u093E\u092E \u092E\u0947\u0902 \u092C\u0926\u0932 \u091C\u093E\u090F\u0917\u093E, \u0914\u0930 \u0907\u092E\u0930\u094D\u0938\u093F\u0935 \u0905\u0928\u0941\u0935\u093E\u0926 \u0938\u0902\u092C\u0902\u0927\u093F\u0924 \u0938\u092D\u0940 \u091A\u0940\u0928\u0940 \u092A\u094D\u0930\u0924\u0940\u0915\u094B\u0902 \u0915\u093E \u0938\u092E\u0930\u094D\u0925\u0928 \u0915\u0930\u0924\u093E \u0939\u0948 \u091F\u094D\u0930\u093F\u0917\u0930 \u0935\u0930\u094D\u0923\u0964 , \u092F\u093E\u0928\u0940, //,, \u0914\u0930 \u0938\u092D\u0940 \u0915\u094B \u091F\u094D\u0930\u093F\u0917\u0930 \u0935\u0930\u094D\u0923 \u0915\u0947 \u0930\u0942\u092A \u092E\u0947\u0902 \u092A\u0939\u091A\u093E\u0928\u093E \u091C\u093E\u090F\u0917\u093E\u0964

\u0938\u093E\u0925 \u0939\u0940, \u0939\u092E \u0915\u092E\u093E\u0902\u0921 \u0915\u0947 \u0930\u0942\u092A \u092E\u0947\u0902 \u092D\u093E\u0937\u093E \u0915\u094B\u0921 \u0915\u0947 \u091A\u0940\u0928\u0940 \u0909\u092A\u0928\u093E\u092E\u094B\u0902 \u0915\u093E \u092D\u0940 \u0938\u092E\u0930\u094D\u0925\u0928 \u0915\u0930\u0924\u0947 \u0939\u0948\u0902\u0964 \u0909\u0926\u093E\u0939\u0930\u0923 \u0915\u0947 \u0932\u093F\u090F, /\u091C\u093E\u092A\u093E\u0928\u0940 \u0939\u0948\u0932\u094B \u0935\u0930\u094D\u0932\u094D\u0921 \u0915\u093E \u091C\u093E\u092A\u093E\u0928\u0940 \u092E\u0947\u0902 \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u093F\u092F\u093E \u091C\u093E\u090F\u0917\u093E\u0964 <1> \u0938\u092D\u0940 \u0938\u092E\u0930\u094D\u0925\u093F\u0924 \u092D\u093E\u0937\u093E \u0915\u094B\u0921 \u0926\u0947\u0916\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u092F\u0939\u093E\u0902 \u0915\u094D\u0932\u093F\u0915 \u0915\u0930\u0947\u0902\u0964 .",reloadCurrentPage:"\u0915\u0943\u092A\u092F\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0936\u0941\u0930\u0942 \u0915\u0930\u0928\u0947 \u0938\u0947 \u092A\u0939\u0932\u0947 \u0935\u0930\u094D\u0924\u092E\u093E\u0928 \u092A\u0943\u0937\u094D\u0920 \u0915\u094B \u0924\u093E\u091C\u093C\u093E \u0915\u0930\u0947\u0902",noLocalFilePermissionForPDF:"\u0935\u0930\u094D\u0924\u092E\u093E\u0928 \u092E\u0947\u0902 \u0939\u092E\u093E\u0930\u0947 \u092A\u093E\u0938 \u0938\u094D\u0925\u093E\u0928\u0940\u092F \u092B\u093C\u093E\u0907\u0932\u0947\u0902 \u092A\u0922\u093C\u0928\u0947 \u0915\u0940 \u0905\u0928\u0941\u092E\u0924\u093F \u0928\u0939\u0940\u0902 \u0939\u0948\u0964 \u0915\u0943\u092A\u092F\u093E \u090A\u092A\u0930 \u0926\u093F\u090F \u0917\u090F \u092C\u091F\u0928 \u092A\u0930 \u0915\u094D\u0932\u093F\u0915 \u0915\u0930\u0947\u0902 \u0914\u0930 \u0938\u094D\u0925\u093E\u0928\u0940\u092F \u092B\u093C\u093E\u0907\u0932\u0947\u0902 \u0906\u092F\u093E\u0924 \u0915\u0930\u0947\u0902\u0964",noPermissionForThisPage:"\u26A0\uFE0F \u0935\u0930\u094D\u0924\u092E\u093E\u0928 \u092A\u0943\u0937\u094D\u0920 \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0928\u0947 \u0915\u0940 \u0905\u0928\u0941\u092E\u0924\u093F \u0928\u0939\u0940\u0902",retryAllParagraphs:"\u0938\u092D\u0940 \u0924\u094D\u0930\u0941\u091F\u093F \u092A\u0948\u0930\u093E\u0917\u094D\u0930\u093E\u092B \u092A\u0941\u0928\u0903 \u092A\u094D\u0930\u092F\u093E\u0938 \u0915\u0930\u0947\u0902",retryAllButton:"\u0938\u092D\u0940 \u0924\u094D\u0930\u0941\u091F\u093F \u092A\u0948\u0930\u093E\u0917\u094D\u0930\u093E\u092B \u092A\u0941\u0928\u0903 \u092A\u094D\u0930\u092F\u093E\u0938 \u0915\u0930\u0947\u0902",errorTooltipTitle:"\u0924\u094D\u0930\u0941\u091F\u093F \u0915\u093E \u0915\u093E\u0930\u0923 \u0926\u0947\u0916\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u0915\u094D\u0932\u093F\u0915 \u0915\u0930\u0947\u0902",errorModalTitle:"\u0910\u0938\u093E \u0932\u0917\u0924\u093E \u0939\u0948 \u0915\u093F \u0905\u0928\u0941\u0935\u093E\u0926 \u0938\u0947\u0935\u093E \u092F\u093E \u0928\u0947\u091F\u0935\u0930\u094D\u0915 \u092E\u0947\u0902 \u0915\u0941\u091B \u0917\u0921\u093C\u092C\u0921\u093C \u0939\u0948...",disableConfirm:"\u0926\u094D\u0935\u093F\u092D\u093E\u0937\u0940 \u0938\u0942\u091A\u0928\u093E \u0938\u0902\u0935\u0930\u094D\u0926\u094D\u0927\u0928 \u0938\u0947\u091F\u093F\u0902\u0917\u094D\u0938",disableOnce:"\u0907\u0938 \u092C\u093E\u0930 \u0905\u0915\u094D\u0937\u092E",disableGlobal:"\u0938\u094D\u0925\u093E\u092F\u0940 \u0930\u0942\u092A \u0938\u0947 \u0905\u0915\u094D\u0937\u092E",disableTint:"* \u0906\u092A \u0907\u0938\u0947 {option} \u092E\u0947\u0902 \u092A\u0941\u0928\u0903 \u0938\u0915\u094D\u0937\u092E \u0915\u0930 \u0938\u0915\u0924\u0947 \u0939\u0948\u0902\u0964",searchEnhancementNotes:"\u0939\u092E\u0928\u0947 \u092A\u093E\u092F\u093E \u0915\u093F \u091A\u0940\u0928\u0940 \u0915\u0940\u0935\u0930\u094D\u0921 \u0914\u0930 \u0905\u0902\u0917\u094D\u0930\u0947\u091C\u0940 \u0915\u0940\u0935\u0930\u094D\u0921 \u0915\u0947 \u0932\u093F\u090F \u0938\u092E\u093E\u091A\u093E\u0930 \u092A\u0930\u093F\u0923\u093E\u092E \u092C\u0939\u0941\u0924 \u0905\u0932\u0917 \u0939\u0948\u0902\u0964 \u0907\u092E\u0930\u094D\u0938\u093F\u0935 \u091F\u094D\u0930\u093E\u0902\u0938\u0932\u0947\u0936\u0928 \u0926\u094D\u0935\u093F\u092D\u093E\u0937\u0940 \u0938\u0942\u091A\u0928\u093E \u0938\u0902\u0935\u0930\u094D\u0926\u094D\u0927\u0928 \u092B\u093C\u0902\u0915\u094D\u0936\u0928 \u0915\u094B \u0938\u0915\u094D\u0937\u092E \u0915\u0930\u0928\u0947 \u0915\u0947 \u092C\u093E\u0926, \u0939\u092E \u0938\u092E\u0930\u094D\u0925\u093F\u0924 \u0935\u0947\u092C\u0938\u093E\u0907\u091F\u094B\u0902 (Google \u0938\u092E\u093E\u091A\u093E\u0930, Google \u0916\u094B\u091C (\u0915\u0941\u091B \u0915\u0940\u0935\u0930\u094D\u0921), \u0938\u094D\u0928\u094B\u092C\u0949\u0932, \u0913\u0930\u093F\u090F\u0902\u091F\u0932 \u092B\u0949\u0930\u094D\u091A\u094D\u092F\u0942\u0928 \u0928\u0947\u091F\u0935\u0930\u094D\u0915, \u092B\u093C\u0941\u091F\u0942) \u092A\u0930 \u0916\u094B\u091C \u0915\u0930\u0947\u0902\u0917\u0947 , \u091F\u093E\u0907\u0917\u0930) \u0938\u094D\u0935\u091A\u093E\u0932\u093F\u0924 \u0930\u0942\u092A \u0938\u0947 \u0906\u092A\u0915\u0947 \u0932\u093F\u090F \u0905\u0902\u0917\u094D\u0930\u0947\u091C\u0940 \u092E\u0947\u0902 \u0938\u092E\u093E\u0928 \u0915\u0940\u0935\u0930\u094D\u0921 \u0916\u094B\u091C\u0924\u093E \u0939\u0948 \u0914\u0930 \u0909\u0928\u094D\u0939\u0947\u0902 \u0926\u093E\u0908\u0902 \u0913\u0930 \u092A\u094D\u0930\u0926\u0930\u094D\u0936\u093F\u0924 \u0915\u0930\u0924\u093E \u0939\u0948\u0964 \u092F\u0926\u093F \u0906\u092A\u0915\u094B \u0907\u0938 \u0938\u0941\u0935\u093F\u0927\u093E \u0915\u0940 \u0906\u0935\u0936\u094D\u092F\u0915\u0924\u093E \u0928\u0939\u0940\u0902 \u0939\u0948, \u0924\u094B \u0906\u092A \u0907\u0938\u0947 \u0905\u0915\u094D\u0937\u092E \u0915\u0930\u0928\u093E \u091A\u0941\u0928 \u0938\u0915\u0924\u0947 \u0939\u0948\u0902\u0964",option:"\u0938\u094D\u0925\u093E\u092A\u093F\u0924 \u0915\u0930\u0928\u093E",saveSettings:"\u0938\u0947\u091F\u093F\u0902\u0917\u094D\u0938 \u0938\u0947\u0935 \u0915\u0930\u0947\u0902",closeModal:"\u0916\u093F\u0921\u093C\u0915\u0940 \u092C\u0902\u0926 \u0915\u0930\u094B",enableInputTranslationWithoutTriggerKeyTitle:"\u0924\u094D\u0935\u0930\u093F\u0924 \u0915\u0949\u092E\u094D\u092C\u094B \u0915\u094B 3 \u0917\u0941\u0928\u093E{trailingKey}\u0938\u0915\u094D\u0937\u092E \u0915\u0930\u0947\u0902, \u0938\u0902\u092A\u0942\u0930\u094D\u0923 \u0907\u0928\u092A\u0941\u091F \u092C\u0949\u0915\u094D\u0938 \u0915\u094B \u0938\u0940\u0927\u0947{inputTargetLanguage}\u092E\u0947\u0902 \u0905\u0928\u0941\u0935\u093E\u0926\u093F\u0924 \u0915\u0930\u0947\u0902",enableInputTranslationWithoutTriggerKeyDescription:"\u092F\u0926\u093F \u0906\u092A\u0915\u094B \u0932\u0915\u094D\u0937\u094D\u092F \u092D\u093E\u0937\u093E \u0928\u093F\u0930\u094D\u0926\u093F\u0937\u094D\u091F \u0915\u0930\u0928\u0947 \u0915\u0940 \u0906\u0935\u0936\u094D\u092F\u0915\u0924\u093E \u0939\u0948, \u0924\u094B \u0915\u0943\u092A\u092F\u093E \u0938\u093E\u092E\u0928\u0947 \u092D\u093E\u0937\u093E \u0915\u094B\u0921 \u091C\u094B\u0921\u093C\u0947\u0902, \u091C\u0948\u0938\u0947\uFF1Aja \u0939\u0947\u0932\u094B \u0935\u0930\u094D\u0932\u094D\u0921",mouseHoverShortcutPlaceholder:"\u091C\u0948\u0938\u0947\uFF1A\u0936\u093F\u092B\u094D\u091F",deepLProName:"\u0907\u092E\u0930\u094D\u0938\u093F\u0935 \u091F\u094D\u0930\u093E\u0902\u0938\u0932\u0947\u0936\u0928 \u092A\u094D\u0930\u094B \u0938\u0926\u0938\u094D\u092F (\u0905\u0928\u0941\u0936\u0902\u0938\u093F\u0924)",deepLProDescription:"\u0935\u0930\u094D\u0924\u092E\u093E\u0928 \u092A\u0948\u0915\u0947\u091C \u0915\u093E \u0938\u0940\u0927\u0947 \u0909\u092A\u092F\u094B\u0917 \u0915\u093F\u092F\u093E \u091C\u093E \u0938\u0915\u0924\u093E \u0939\u0948",deeplProDescriptionForNormal:"\u0915\u093F\u0938\u0940 \u0938\u0947\u091F\u093F\u0902\u0917 \u0915\u0940 \u0906\u0935\u0936\u094D\u092F\u0915\u0924\u093E \u0928\u0939\u0940\u0902 \u0939\u0948\u0964 \u0906\u092A \u0938\u0926\u0938\u094D\u092F \u0915\u0947 \u0930\u0942\u092A \u092E\u0947\u0902 \u0932\u0949\u0917 \u0907\u0928 \u0915\u0930\u0928\u0947 \u0915\u0947 \u092C\u093E\u0926 \u0907\u0938\u0915\u093E \u0909\u092A\u092F\u094B\u0917 \u0915\u0930 \u0938\u0915\u0924\u0947 \u0939\u0948\u0902\u0964 <1> \u0938\u0926\u0938\u094D\u092F \u092E\u0947\u0902 \u0905\u092A\u0917\u094D\u0930\u0947\u0921 \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u092F\u0939\u093E\u0902 \u0915\u094D\u0932\u093F\u0915 \u0915\u0930\u0947\u0902\u0964",deepLCustomDescription:"\u0906\u092A\u0915\u094B \u090F\u0915 \u0935\u093F\u0926\u0947\u0936\u0940 \u0915\u094D\u0930\u0947\u0921\u093F\u091F \u0915\u093E\u0930\u094D\u0921 \u0915\u0940 \u0906\u0935\u0936\u094D\u092F\u0915\u0924\u093E \u0939\u0948, <1>\u0921\u0940\u092A\u090F\u0932 \u092A\u0930 \u091C\u093E\u090F\u0902 \u0906\u0927\u093F\u0915\u093E\u0930\u093F\u0915 \u0924\u094C\u0930 \u092A\u0930 \u0916\u094B\u0932\u093E \u0917\u092F\u093E, <2> \u0926\u0938\u094D\u0924\u093E\u0935\u0947\u091C\u093C \u0926\u0947\u0916\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u0915\u094D\u0932\u093F\u0915 \u0915\u0930\u0947\u0902",deepLCustomName:"\u0915\u0938\u094D\u091F\u092E \u092A\u094D\u0930\u093E\u092E\u093E\u0923\u093F\u0915 \u0915\u0941\u0902\u091C\u0940",chooseProviderLabel:"\u090F\u0915 \u0938\u0947\u0935\u093E \u092A\u094D\u0930\u0926\u093E\u0924\u093E \u091A\u0941\u0928\u0947\u0902",openaiProName:"\u0907\u092E\u0930\u094D\u0938\u093F\u0935 \u091F\u094D\u0930\u093E\u0902\u0938\u0932\u0947\u0936\u0928 \u092A\u094D\u0930\u094B \u0938\u0926\u0938\u094D\u092F (\u0905\u0928\u0941\u0936\u0902\u0938\u093F\u0924)",openaiProDescription:"\u0935\u0930\u094D\u0924\u092E\u093E\u0928 \u092A\u0948\u0915\u0947\u091C \u0915\u093E \u0938\u0940\u0927\u0947 \u0909\u092A\u092F\u094B\u0917 \u0915\u093F\u092F\u093E \u091C\u093E \u0938\u0915\u0924\u093E \u0939\u0948",openaiProDescriptionForNormal:"\u0915\u093F\u0938\u0940 \u0938\u0947\u091F\u093F\u0902\u0917 \u0915\u0940 \u0906\u0935\u0936\u094D\u092F\u0915\u0924\u093E \u0928\u0939\u0940\u0902 \u0939\u0948\u0964 \u0906\u092A \u0938\u0926\u0938\u094D\u092F \u0915\u0947 \u0930\u0942\u092A \u092E\u0947\u0902 \u0932\u0949\u0917 \u0907\u0928 \u0915\u0930\u0928\u0947 \u0915\u0947 \u092C\u093E\u0926 \u0907\u0938\u0915\u093E \u0909\u092A\u092F\u094B\u0917 \u0915\u0930 \u0938\u0915\u0924\u0947 \u0939\u0948\u0902\u0964 <1> \u0938\u0926\u0938\u094D\u092F \u092E\u0947\u0902 \u0905\u092A\u0917\u094D\u0930\u0947\u0921 \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u092F\u0939\u093E\u0902 \u0915\u094D\u0932\u093F\u0915 \u0915\u0930\u0947\u0902\u0964",openaiCustomDescription:"\u0907\u0938\u0947 OpenAI, Azure OpenAI, \u092F\u093E \u0905\u0928\u094D\u092F \u0924\u0943\u0924\u0940\u092F-\u092A\u0915\u094D\u0937 \u0938\u0947\u0935\u093E\u0913\u0902 \u0938\u0947 \u092A\u094D\u0930\u093E\u092A\u094D\u0924 \u0915\u093F\u092F\u093E \u091C\u093E \u0938\u0915\u0924\u093E \u0939\u0948\u0964 <1> \u0926\u0938\u094D\u0924\u093E\u0935\u0947\u091C\u093C \u0926\u0947\u0916\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u092F\u0939\u093E\u0902 \u0915\u094D\u0932\u093F\u0915 \u0915\u0930\u0947\u0902\u0964",openaiCustomName:"\u0915\u0938\u094D\u091F\u092E \u090F\u092A\u0940\u0906\u0908 \u0915\u0941\u0902\u091C\u0940",needLoginAction:"(\u0938\u0926\u0938\u094D\u092F\u0924\u093E \u0926\u0930\u094D\u091C \u0915\u0930\u0947\u0902 \u092F\u093E \u0905\u0928\u0941\u0915\u0942\u0932\u093F\u0924 \u0915\u0930\u0947\u0902)",goLoginOrAction:"(\u0938\u0926\u0938\u094D\u092F\u0924\u093E \u0926\u0930\u094D\u091C \u0915\u0930\u0947\u0902 \u092F\u093E \u0938\u0947\u091F\u093F\u0902\u0917\u094D\u0938 \u092A\u0930 \u091C\u093E\u090F\u0902)",yearly:"\u0938\u0924\u0924 \u0935\u093E\u0930\u094D\u0937\u093F\u0915 \u0938\u0926\u0938\u094D\u092F\u0924\u093E",quarterly:"\u0932\u0917\u093E\u0924\u093E\u0930 \u090B\u0924\u0941\u090F\u0901",monthly:"\u0928\u093F\u0930\u0902\u0924\u0930 \u092E\u093E\u0938\u093F\u0915 \u0938\u0926\u0938\u094D\u092F\u0924\u093E",yearlyForOnce:"\u090F\u0915\u092E\u0941\u0936\u094D\u0924 \u0935\u093E\u0930\u094D\u0937\u093F\u0915 \u092A\u0948\u0915\u0947\u091C",monthlyForOnce:"\u090F\u0915\u092E\u0941\u0936\u094D\u0924 \u092E\u093E\u0938\u093F\u0915 \u092A\u0948\u0915\u0947\u091C",daily:"\u0932\u0917\u093E\u0924\u093E\u0930 \u0926\u094B \u0926\u093F\u0928",year:"\u0938\u0924\u0924 \u0935\u093E\u0930\u094D\u0937\u093F\u0915 \u0938\u0926\u0938\u094D\u092F\u0924\u093E",quarter:"\u0932\u0917\u093E\u0924\u093E\u0930 \u090B\u0924\u0941\u090F\u0901",month:"\u0928\u093F\u0930\u0902\u0924\u0930 \u092E\u093E\u0938\u093F\u0915 \u0938\u0926\u0938\u094D\u092F\u0924\u093E",day:"\u0932\u0917\u093E\u0924\u093E\u0930 \u0926\u094B \u0926\u093F\u0928",onetime_7day:"7 \u0926\u093F\u0928 \u0915\u093E \u091F\u094D\u0930\u093E\u092F\u0932 \u092A\u0948\u0915\u0947\u091C",currentPlanDescriptionForFree:"\u0935\u0930\u094D\u0924\u092E\u093E\u0928 \u092A\u0948\u0915\u0947\u091C\uFF1A\u0928\u093F\u0903\u0936\u0941\u0932\u094D\u0915 \u0939\u0948",currentPlanDescriptionForContinuous:"\u0935\u0930\u094D\u0924\u092E\u093E\u0928 \u092A\u0948\u0915\u0947\u091C\uFF1A{plan}\u0939\u0948 \u0914\u0930 {endAt} \u0915\u094B \u0938\u094D\u0935\u091A\u093E\u0932\u093F\u0924 \u0930\u0942\u092A \u0938\u0947 \u0928\u0935\u0940\u0928\u0940\u0915\u0943\u0924 \u0939\u094B \u091C\u093E\u090F\u0917\u093E",currentPlanDescriptionForAutoRenewCaceling:"\u0935\u0930\u094D\u0924\u092E\u093E\u0928 \u092A\u0948\u0915\u0947\u091C\uFF1A{plan}\u0939\u0948 \u0914\u0930 {endAt} \u0915\u094B \u0938\u092E\u093E\u092A\u094D\u0924 \u0939\u094B \u091C\u093E\u090F\u0917\u093E\u0964 \u0938\u092E\u093E\u092A\u094D\u0924\u093F \u0915\u0947 \u092C\u093E\u0926 \u0907\u0938\u0947 \u0938\u094D\u0935\u091A\u093E\u0932\u093F\u0924 \u0930\u0942\u092A \u0938\u0947 \u0928\u0935\u0940\u0928\u0940\u0915\u0943\u0924 \u0928\u0939\u0940\u0902 \u0915\u093F\u092F\u093E \u091C\u093E\u090F\u0917\u093E\u0964",currentYearlyPlanDescriptionForAutoRenewCacelingWithRealPaiedUser:"\u0935\u0930\u094D\u0924\u092E\u093E\u0928 \u092A\u0948\u0915\u0947\u091C\uFF1A{plan} {endAt} \u0915\u094B \u0938\u092E\u093E\u092A\u094D\u0924 \u0939\u094B \u091C\u093E\u090F\u0917\u093E \u0914\u0930 \u0938\u092E\u093E\u092A\u094D\u0924\u093F \u0915\u0947 \u092C\u093E\u0926 \u0938\u094D\u0935\u091A\u093E\u0932\u093F\u0924 \u0930\u0942\u092A \u0938\u0947 \u0928\u0935\u0940\u0928\u0940\u0915\u0943\u0924 \u0928\u0939\u0940\u0902 \u0915\u093F\u092F\u093E \u091C\u093E\u090F\u0917\u093E\u0964
<1>\u0928\u0935\u0940\u0915\u0930\u0923 \u092F\u094B\u091C\u0928\u093E\u0913\u0902 \u0915\u094B \u092A\u094D\u0930\u092C\u0902\u0927\u093F\u0924 \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u092F\u0939\u093E\u0902 \u0915\u094D\u0932\u093F\u0915 \u0915\u0930\u0947\u0902",currentYearlyPlanDescriptionForAutoRenewCacelingWithAdmin:"\u0935\u0930\u094D\u0924\u092E\u093E\u0928 \u092A\u0948\u0915\u0947\u091C\uFF1A{plan} {endAt} \u0915\u094B \u0938\u092E\u093E\u092A\u094D\u0924 \u0939\u094B \u091C\u093E\u090F\u0917\u093E \u0914\u0930 \u0938\u092E\u093E\u092A\u094D\u0924\u093F \u0915\u0947 \u092C\u093E\u0926 \u0938\u094D\u0935\u091A\u093E\u0932\u093F\u0924 \u0930\u0942\u092A \u0938\u0947 \u0928\u0935\u0940\u0928\u0940\u0915\u0943\u0924 \u0928\u0939\u0940\u0902 \u0915\u093F\u092F\u093E \u091C\u093E\u090F\u0917\u093E\u0964
<1>\u0928\u093F\u0930\u0902\u0924\u0930 \u0935\u093E\u0930\u094D\u0937\u093F\u0915 \u0938\u0926\u0938\u094D\u092F\u0924\u093E \u0938\u0915\u094D\u0930\u093F\u092F \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u092F\u0939\u093E\u0902 \u0915\u094D\u0932\u093F\u0915 \u0915\u0930\u0947\u0902",currentPlanDescriptionForOneTime:"\u0935\u0930\u094D\u0924\u092E\u093E\u0928 \u092A\u0948\u0915\u0947\u091C\uFF1A{plan}\u0939\u0948 \u0914\u0930 {endAt} \u0915\u094B \u0938\u092E\u093E\u092A\u094D\u0924 \u0939\u094B \u091C\u093E\u090F\u0917\u093E\u0964 <1> \u0935\u093E\u0930\u094D\u0937\u093F\u0915 \u0936\u0941\u0932\u094D\u0915 \u092E\u0947\u0902 \u0905\u092A\u0917\u094D\u0930\u0947\u0921 \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u092F\u0939\u093E\u0902 \u0915\u094D\u0932\u093F\u0915 \u0915\u0930\u0947\u0902 \u092F\u093E <2> \u092E\u093E\u0938\u093F\u0915 \u0936\u0941\u0932\u094D\u0915 \u0938\u0926\u0938\u094D\u092F",upgradePlan:"\u092A\u094D\u0930\u094B \u0938\u0926\u0938\u094D\u092F\u0924\u093E \u092E\u0947\u0902 \u0905\u092A\u0917\u094D\u0930\u0947\u0921 \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u092F\u0939\u093E\u0902 \u0915\u094D\u0932\u093F\u0915 \u0915\u0930\u0947\u0902",upgradeToPro:"\u092A\u094D\u0930\u094B \u0938\u0926\u0938\u094D\u092F\u0924\u093E \u092E\u0947\u0902 \u0905\u092A\u0917\u094D\u0930\u0947\u0921 \u0915\u0930\u0947\u0902","popup.openPro":"\u092A\u094D\u0930\u094B \u0938\u0926\u0938\u094D\u092F\u0924\u093E \u092E\u0947\u0902 \u0905\u092A\u0917\u094D\u0930\u0947\u0921 \u0915\u0930\u0928\u0947 \u0915\u0947 \u092C\u093E\u0926, \u0906\u092A \u0921\u0940\u092A\u090F\u0932 \u0914\u0930 \u0913\u092A\u0928\u090F\u0906\u0908 \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u093E \u0906\u0928\u0902\u0926 \u0932\u0947 \u0938\u0915\u0924\u0947 \u0939\u0948\u0902, \u0905\u092A\u0917\u094D\u0930\u0947\u0921 \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u092F\u0939\u093E\u0902 \u0915\u094D\u0932\u093F\u0915 \u0915\u0930\u0947\u0902","popup.openProForPro":"\u0906\u092A \u090F\u0915 \u092A\u094D\u0930\u094B \u0938\u0926\u0938\u094D\u092F \u0939\u0948\u0902 \u0914\u0930 \u0938\u0940\u0927\u0947 \u0921\u0940\u092A\u090F\u0932 \u0914\u0930 \u0913\u092A\u0928\u090F\u0906\u0908 \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u093E \u0909\u092A\u092F\u094B\u0917 \u0915\u0930 \u0938\u0915\u0924\u0947 \u0939\u0948\u0902",currentAccount:"\u091A\u093E\u0932\u0942 \u0916\u093E\u0924\u093E",enableAutoSyncUserSettings:"\u090F\u0915\u093E\u0927\u093F\u0915 \u0921\u093F\u0935\u093E\u0907\u0938\u094B\u0902 \u092A\u0930 \u0938\u094D\u0935\u091A\u093E\u0932\u093F\u0924 \u0915\u094D\u0932\u093E\u0909\u0921 \u0938\u093F\u0902\u0915 \u0938\u0915\u094D\u0937\u092E \u0915\u0930\u0947\u0902",modalEnableInputTranslationTitle:"\u0907\u092E\u0930\u094D\u0938\u093F\u0935 \u091F\u094D\u0930\u093E\u0902\u0938\u0932\u0947\u0936\u0928 \u0907\u0928\u092A\u0941\u091F \u092C\u0949\u0915\u094D\u0938 \u091F\u094D\u0930\u093E\u0902\u0938\u0932\u0947\u0936\u0928 \u092F\u0941\u0915\u094D\u0924\u093F\u092F\u093E\u0901",modalEnableInputTranslationDesc:"\u0906\u092A\u0928\u0947 \u0938\u094D\u092A\u0947\u0938 \u092C\u093E\u0930 \u0915\u094B \u0932\u0917\u093E\u0924\u093E\u0930 \u0924\u0940\u0928 \u092C\u093E\u0930 \u0926\u092C\u093E\u0915\u0930 \u0907\u092E\u0930\u094D\u0938\u093F\u0935 \u091F\u094D\u0930\u093E\u0902\u0938\u0932\u0947\u0936\u0928 \u0915\u0947 \u0907\u0928\u092A\u0941\u091F \u092C\u0949\u0915\u094D\u0938 \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u094B \u091F\u094D\u0930\u093F\u0917\u0930 \u0915\u093F\u092F\u093E \u0939\u0948, \u0914\u0930 \u0907\u0928\u092A\u0941\u091F \u092C\u0949\u0915\u094D\u0938 \u0915\u0940 \u0938\u093E\u092E\u0917\u094D\u0930\u0940 \u0915\u094B \u0921\u093F\u092B\u093C\u0949\u0932\u094D\u091F \u0932\u0915\u094D\u0937\u094D\u092F \u092D\u093E\u0937\u093E \u092E\u0947\u0902 \u0905\u0928\u0941\u0935\u093E\u0926\u093F\u0924 \u0915\u093F\u092F\u093E \u091C\u093E\u090F\u0917\u093E\u0964 \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u094B Ctrl+Z \u0915\u0947 \u092E\u093E\u0927\u094D\u092F\u092E \u0938\u0947 \u092A\u0942\u0930\u094D\u0935\u0935\u0924 \u0915\u093F\u092F\u093E \u091C\u093E \u0938\u0915\u0924\u093E \u0939\u0948\u0964

\u092F\u0926\u093F \u092F\u0939 \u090F\u0915 \u0917\u0932\u0924\u0940 \u0939\u0948, \u0924\u094B \u091A\u093F\u0902\u0924\u093E \u0928 \u0915\u0930\u0947\u0902, \u0906\u092A \u0907\u0938 \u092C\u093E\u0930 \u0907\u0938\u0947 \u0905\u0915\u094D\u0937\u092E \u0915\u0930\u0928\u093E \u091A\u0941\u0928 \u0938\u0915\u0924\u0947 \u0939\u0948\u0902, \u092F\u093E \u0907\u0928\u092A\u0941\u091F \u092C\u0949\u0915\u094D\u0938 \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u094B \u0938\u094D\u0925\u093E\u092F\u0940 \u0930\u0942\u092A \u0938\u0947 \u0905\u0915\u094D\u0937\u092E \u0915\u0930 \u0938\u0915\u0924\u0947 \u0939\u0948\u0902\u0964",saveAndNotShowAgain:"\u0938\u0939\u0947\u091C\u0947\u0902 \u0914\u0930 \u0926\u094B\u092C\u093E\u0930\u093E \u0938\u0902\u0915\u0947\u0924 \u0928 \u0926\u0947\u0902",disableInputTranslationTips:"* \u0906\u092A {option} ,{learnMore}\u092E\u0947\u0902 \u091F\u094D\u0930\u093F\u0917\u0930 \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u0905\u0928\u094D\u092F \u0936\u0949\u0930\u094D\u091F\u0915\u091F \u0915\u0941\u0902\u091C\u093F\u092F\u093E\u0901 \u092D\u0940 \u0938\u0947\u091F \u0915\u0930 \u0938\u0915\u0924\u0947 \u0939\u0948\u0902\u0964",learnMore:"\u0914\u0930 \u091C\u093E\u0928\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u092F\u0939\u093E\u0902 \u0915\u094D\u0932\u093F\u0915 \u0915\u0930\u0947\u0902",continueEnalbeInputTranslation:"\u0907\u0928\u092A\u0941\u091F \u092C\u0949\u0915\u094D\u0938 \u0905\u0928\u0941\u0935\u093E\u0926 \u0938\u0915\u094D\u0937\u092E \u0915\u0930\u0928\u093E \u091C\u093E\u0930\u0940 \u0930\u0916\u0947\u0902",autoRenewTrialSuffix:'(\u092A\u0930\u0940\u0915\u094D\u0937\u0923 \u0915\u0947 \u0926\u094C\u0930\u093E\u0928,\u0924\u0941\u0930\u0902\u0924 \u0914\u092A\u091A\u093E\u0930\u093F\u0915\u092E\u0947\u0902 \u0905\u092A\u0917\u094D\u0930\u0947\u0921 \u0915\u0930 \u0926\u093F\u092F\u093E \u091C\u093E\u090F\u0917\u093E)',upgradeFromTrialTitle:"\u0906\u0927\u093F\u0915\u093E\u0930\u093F\u0915 \u0938\u0926\u0938\u094D\u092F \u0915\u0947 \u0930\u0942\u092A \u092E\u0947\u0902 \u0905\u092A\u0917\u094D\u0930\u0947\u0921 \u0915\u0930\u0947\u0902",subtitle:"\u0935\u0940\u0921\u093F\u092F\u094B \u0909\u092A\u0936\u0940\u0930\u094D\u0937\u0915",youtubeService:"\u0907\u092E\u0930\u094D\u0938\u093F\u0935 \u0905\u0928\u0941\u0935\u093E\u0926 \u0935\u0940\u0921\u093F\u092F\u094B \u0909\u092A\u0936\u0940\u0930\u094D\u0937\u0915 \u0905\u0928\u0941\u0935\u093E\u0926 \u0938\u0947\u0935\u093E","subtitle.disabledSubtitle":"\u0935\u0940\u0921\u093F\u092F\u094B \u0909\u092A\u0936\u0940\u0930\u094D\u0937\u0915 \u0915\u094B \u0938\u094D\u0925\u093E\u092F\u0940 \u0930\u0942\u092A \u0938\u0947 \u0905\u0915\u094D\u0937\u092E \u0915\u0930\u0947\u0902","subtitle.disabledSubtitleDescription":"\u092F\u0926\u093F \u0907\u092E\u0930\u094D\u0938\u093F\u0935 \u091F\u094D\u0930\u093E\u0902\u0938\u0932\u0947\u0936\u0928 \u0915\u0947 \u0935\u0940\u0921\u093F\u092F\u094B \u0909\u092A\u0936\u0940\u0930\u094D\u0937\u0915 \u0905\u0928\u094D\u092F \u090F\u0915\u094D\u0938\u091F\u0947\u0902\u0936\u0928 \u0915\u0947 \u0938\u093E\u0925 \u0938\u0902\u0918\u0930\u094D\u0937 \u0915\u0930\u0924\u0947 \u0939\u0948\u0902, \u0924\u094B \u0906\u092A \u0907\u092E\u0930\u094D\u0938\u093F\u0935 \u091F\u094D\u0930\u093E\u0902\u0938\u0932\u0947\u0936\u0928 \u0915\u0947 \u0935\u0940\u0921\u093F\u092F\u094B \u0909\u092A\u0936\u0940\u0930\u094D\u0937\u0915 \u092B\u093C\u0902\u0915\u094D\u0936\u0928 \u0915\u094B \u0938\u094D\u0925\u093E\u092F\u0940 \u0930\u0942\u092A \u0938\u0947 \u0905\u0915\u094D\u0937\u092E \u0915\u0930\u0928\u093E \u092F\u093E \u0905\u0928\u094D\u092F \u0935\u093F\u0930\u094B\u0927\u093E\u092D\u093E\u0938\u0940 \u090F\u0915\u094D\u0938\u091F\u0947\u0902\u0936\u0928 \u0915\u094B \u0905\u0928\u0907\u0902\u0938\u094D\u091F\u0949\u0932 \u0915\u0930\u0928\u093E \u091A\u0941\u0928 \u0938\u0915\u0924\u0947 \u0939\u0948\u0902\u0964","subtitle.autoEnableSubtitle":"\u0938\u094D\u0935\u091A\u093E\u0932\u093F\u0924 \u0930\u0942\u092A \u0938\u0947 \u0926\u094D\u0935\u093F\u092D\u093E\u0937\u0940 \u0909\u092A\u0936\u0940\u0930\u094D\u0937\u0915 \u0915\u093E \u0909\u092A\u092F\u094B\u0917 \u0915\u0930\u0947\u0902","subtitle.autoEnableSubtitleDescription":"\u0938\u0915\u094D\u0930\u093F\u092F \u0915\u0930\u0928\u0947 \u0915\u0947 \u092C\u093E\u0926, \u091C\u092C \u0935\u0940\u0921\u093F\u092F\u094B \u091A\u0932 \u0930\u0939\u093E \u0939\u094B\u0924\u093E \u0939\u0948, \u0924\u094B \u0938\u094D\u0935\u091A\u093E\u0932\u093F\u0924 \u0930\u0942\u092A \u0938\u0947 \u0926\u094D\u0935\u093F\u092D\u093E\u0937\u0940\u092F \u0909\u092A\u0936\u0940\u0930\u094D\u0937\u0915 \u0926\u093F\u0916\u093E\u0908 \u0926\u0947\u0902\u0917\u0947, \u0905\u0928\u094D\u092F\u0925\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u092C\u091F\u0928 \u092A\u0930 \u0915\u094D\u0932\u093F\u0915 \u0915\u0930\u0928\u0947 \u0915\u0940 \u0906\u0935\u0936\u094D\u092F\u0915\u0924\u093E \u0939\u094B\u0917\u0940\u0964","subtitle.preTranslation":"\u0909\u092A\u0936\u0940\u0930\u094D\u0937\u0915 \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u0907\u092E\u0930\u094D\u0938\u093F\u0935 \u091F\u094D\u0930\u093E\u0902\u0938\u0932\u0947\u0936\u0928 \u0915\u093E \u0909\u092A\u092F\u094B\u0917 \u0915\u0930\u0947\u0902","subtitle.preTranslationDescription":"\u0907\u0938\u0947 \u0938\u0915\u094D\u0937\u092E \u0915\u0930\u0928\u0947 \u0915\u0947 \u092C\u093E\u0926, \u0928\u0940\u091A\u0947 \u0926\u0940 \u0917\u0908 \u0928\u093F\u0930\u094D\u0926\u093F\u0937\u094D\u091F \u0905\u0928\u0941\u0935\u093E\u0926 \u0938\u0947\u0935\u093E \u0915\u093E \u0909\u092A\u092F\u094B\u0917 \u0938\u0902\u092A\u0942\u0930\u094D\u0923 \u0909\u092A\u0936\u0940\u0930\u094D\u0937\u0915 \u0915\u093E \u0905\u0917\u094D\u0930\u093F\u092E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u0915\u093F\u092F\u093E \u091C\u093E\u090F\u0917\u093E\u0964 \u090F\u0915 \u0918\u0902\u091F\u0947 \u0915\u093E \u0935\u0940\u0921\u093F\u092F\u094B \u0932\u0917\u092D\u0917 50,000 \u091F\u094B\u0915\u0928 \u092F\u093E \u0935\u0930\u094D\u0923\u094B\u0902 \u0915\u093E \u0909\u092A\u092D\u094B\u0917 \u0915\u0930\u0924\u093E \u0939\u0948, \u0907\u0938\u0932\u093F\u090F \u0915\u0943\u092A\u092F\u093E \u0907\u0938\u0947 \u0909\u092A\u092F\u0941\u0915\u094D\u0924 \u0915\u0947 \u0930\u0942\u092A \u092E\u0947\u0902 \u0909\u092A\u092F\u094B\u0917 \u0915\u0930\u0947\u0902; \u0907\u0938\u0947 \u092C\u0902\u0926 \u0915\u0930\u0928\u0947 \u0915\u0947 \u092C\u093E\u0926, \u092E\u0936\u0940\u0928 \u0938\u0947 \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u093F\u092F\u093E \u091C\u093E\u090F\u0917\u093E \u092E\u0942\u0932 \u0935\u0940\u0921\u093F\u092F\u094B \u0915\u0947 \u0938\u093E\u0925 \u0906\u0928\u0947 \u0935\u093E\u0932\u0947 \u0909\u092A\u0936\u0940\u0930\u094D\u0937\u0915 \u0915\u093E \u092A\u0939\u0932\u0947 \u0909\u092A\u092F\u094B\u0917 \u0915\u093F\u092F\u093E \u091C\u093E\u090F\u0917\u093E\u0964","subtitle.humanSubtitlesPreferred":"\u092E\u093E\u0928\u0935 \u0909\u092A\u0936\u0940\u0930\u094D\u0937\u0915 \u0915\u0947 \u0909\u092A\u092F\u094B\u0917 \u0915\u094B \u092A\u094D\u0930\u093E\u0925\u092E\u093F\u0915\u0924\u093E \u0926\u0947\u0902","subtitle.humanSubtitlesPreferredDescription":"\u091C\u092C \u0915\u093F\u0938\u0940 \u0935\u0940\u0921\u093F\u092F\u094B \u092E\u0947\u0902 \u0932\u0915\u094D\u0937\u093F\u0924 \u092D\u093E\u0937\u093E \u092E\u0947\u0902 \u092E\u0948\u0928\u094D\u092F\u0941\u0905\u0932 \u0909\u092A\u0936\u0940\u0930\u094D\u0937\u0915 \u0939\u094B\u0902, \u0924\u094B \u092A\u0939\u0932\u0947 \u092E\u0948\u0928\u094D\u092F\u0941\u0905\u0932 \u0909\u092A\u0936\u0940\u0930\u094D\u0937\u0915 \u0915\u093E \u0909\u092A\u092F\u094B\u0917 \u0915\u0930\u0947\u0902 (\u0905\u0928\u0941\u0936\u0902\u0938\u093F\u0924)",videoSubtitleTranslationDescription:"\u0935\u0940\u0921\u093F\u092F\u094B \u0909\u092A\u0936\u0940\u0930\u094D\u0937\u0915 \u0915\u0947 \u0932\u093F\u090F \u090F\u0915 \u0905\u0932\u0917 \u0905\u0928\u0941\u0935\u093E\u0926 \u0938\u0947\u0935\u093E \u0928\u093E\u092E\u093F\u0924 \u0915\u0930\u0947\u0902",subtitleTranslating:"{service} \u0938\u0947\u0935\u093E \u0915\u093E \u0909\u092A\u092F\u094B\u0917 \u0915\u0930\u0915\u0947 \u0909\u092A\u0936\u0940\u0930\u094D\u0937\u0915 \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930 \u0930\u0939\u0947 \u0939\u0948\u0902, \u0915\u0943\u092A\u092F\u093E \u092A\u094D\u0930\u0924\u0940\u0915\u094D\u0937\u093E \u0915\u0930\u0947\u0902... (\u0907\u092E\u0930\u094D\u0938\u093F\u0935 \u0905\u0928\u0941\u0935\u093E\u0926)",subtitleLoading:"\u0909\u092A\u0936\u0940\u0930\u094D\u0937\u0915 \u0932\u094B\u0921 \u0939\u094B \u0930\u0939\u093E \u0939\u0948...",bilingual:"\u0926\u094D\u0935\u093F\u092D\u093E\u0937\u093F\u0915","field.action":"Baidu \u0936\u092C\u094D\u0926\u093E\u0935\u0932\u0940 \u0915\u094B \u0938\u0915\u094D\u0937\u092E \u0915\u0930\u0928\u093E \u0939\u0948 \u092F\u093E \u0928\u0939\u0940\u0902","description.action":"\u0938\u0915\u094D\u0937\u092E \u0915\u0930\u0928\u0947 \u0915\u0947 \u092C\u093E\u0926, \u0936\u092C\u094D\u0926 \u0915\u094B \u0938\u0915\u094D\u0937\u092E \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F Baidu \u0915\u094B \u0938\u0942\u091A\u093F\u0924 \u0915\u0930\u0928\u0947 \u0915\u0947 \u0905\u0928\u0941\u0930\u094B\u0927 \u092E\u0947\u0902 \u092A\u0948\u0930\u093E\u092E\u0940\u091F\u0930 \u090F\u0915\u094D\u0936\u0928 = 1 \u091C\u094B\u0921\u093C\u093E \u091C\u093E\u090F\u0917\u093E\u0964 <1> \u0915\u0943\u092A\u092F\u093E \u0905\u0927\u093F\u0915 \u0928\u093F\u0930\u094D\u0926\u0947\u0936\u094B\u0902 \u0915\u0947 \u0932\u093F\u090F \u0906\u0927\u093F\u0915\u093E\u0930\u093F\u0915 \u0926\u0938\u094D\u0924\u093E\u0935\u0947\u091C\u093C \u0926\u0947\u0916\u0947\u0902\u0964",closeQuickTranslation:"\u0924\u0948\u0930\u0924\u0940 \u0939\u0941\u0908 \u0917\u0947\u0902\u0926 \u0915\u094B \u092C\u0902\u0926 \u0915\u0930\u0947\u0902","closeQuickTranslation.untilNext":"\u0905\u0917\u0932\u0940 \u092F\u093E\u0924\u094D\u0930\u093E \u0924\u0915 \u092C\u0902\u0926","closeQuickTranslation.currentWebsite":"\u0935\u0930\u094D\u0924\u092E\u093E\u0928 \u0935\u0947\u092C\u0938\u093E\u0907\u091F \u0905\u0915\u094D\u0937\u092E \u0939\u0948","closeQuickTranslation.alwaysClose":"\u0938\u094D\u0925\u093E\u092F\u0940 \u0930\u0942\u092A \u0938\u0947 \u0905\u0915\u094D\u0937\u092E","closeQuickTranslation.settingOpen":"(<1> \u0938\u0947\u091F\u093F\u0902\u0917 \u092A\u0947\u091C \u092A\u0930 \u092A\u093E\u092F\u093E \u091C\u093E \u0938\u0915\u0924\u093E \u0939\u0948 \u091A\u093E\u0932\u0942 \u0915\u0930\u094B)","closeQuickTranslation.cancel":"\u0930\u0926\u094D\u0926 \u0915\u0930\u0928\u093E","closeQuickTranslation.confirm":"\u091C\u093C\u0930\u0942\u0930","floatBall.popup":"\u0924\u094D\u0935\u0930\u093F\u0924 \u0938\u0947\u091F\u093F\u0902\u0917 \u092A\u0948\u0928\u0932 \u0916\u094B\u0932\u0947\u0902","floatBall.translate":"\u0907\u0938 \u092A\u0943\u0937\u094D\u0920 \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u0915\u094D\u0932\u093F\u0915 \u0915\u0930\u0947\u0902","floatBall.showOriginal":"\u092E\u0942\u0932 \u092A\u093E\u0920 \u092A\u0930 \u0935\u093E\u092A\u0938 \u091C\u093E\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u0915\u094D\u0932\u093F\u0915 \u0915\u0930\u0947\u0902","floatBall.close":"\u0924\u0948\u0930\u0924\u0940 \u0939\u0941\u0908 \u0917\u0947\u0902\u0926 \u0915\u094B \u092C\u0902\u0926 \u0915\u0930\u0947\u0902","floatBallOptions.enableDescPc":"\u092A\u0947\u091C \u092B\u093C\u094D\u0932\u094B\u091F\u093F\u0902\u0917 \u092C\u0949\u0932 \u0938\u0915\u094D\u0937\u092E \u0939\u094B\u0928\u0947 \u0915\u0947 \u092C\u093E\u0926, \u092A\u0943\u0937\u094D\u0920 \u0915\u0947 \u0926\u093E\u0908\u0902 \u0913\u0930 \u090F\u0915 \u0924\u094D\u0935\u0930\u093F\u0924 \u0905\u0928\u0941\u0935\u093E\u0926 \u092C\u091F\u0928 \u092A\u094D\u0930\u0926\u0930\u094D\u0936\u093F\u0924 \u0939\u094B\u0917\u093E\u0964 \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u0915\u094D\u0932\u093F\u0915 \u0915\u0930\u0947\u0902\u0964","floatBallOptions.enableDesc":"\u092B\u094D\u0932\u094B\u091F\u093F\u0902\u0917 \u092C\u0949\u0932 \u0915\u094B \u092C\u0902\u0926 \u0915\u0930\u0928\u0947 \u0915\u0947 \u092C\u093E\u0926 \u0907\u0938\u0947{touch}\u0938\u0947 \u091C\u0917\u093E\u092F\u093E \u091C\u093E \u0938\u0915\u0924\u093E \u0939\u0948\u0964 \u0907\u0938 \u0935\u093F\u0915\u0932\u094D\u092A \u0915\u094B \u0917\u0932\u0924\u0940 \u0938\u0947 \u092C\u0902\u0926 \u0915\u0930\u0928\u0947 \u0915\u0947 \u092C\u093E\u0926 \u092B\u094D\u0932\u094B\u091F\u093F\u0902\u0917 \u092C\u0949\u0932 \u0915\u094B \u092E\u093F\u0932\u0928\u0947 \u0938\u0947 \u0930\u094B\u0915\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F, \u0907\u0938 \u0938\u0947\u091F\u093F\u0902\u0917 \u092A\u0947\u091C \u0915\u094B \u092C\u0941\u0915\u092E\u093E\u0930\u094D\u0915 \u0915\u0930\u0928\u0947 \u0915\u0940 \u092A\u0941\u0930\u091C\u094B\u0930 \u0905\u0928\u0941\u0936\u0902\u0938\u093E \u0915\u0940 \u091C\u093E\u0924\u0940 \u0939\u0948\u0964","description.azureApiUrl":"\u0915\u0938\u094D\u091F\u092E \u090F\u092A\u0940\u0906\u0908 \u0907\u0902\u091F\u0930\u092B\u093C\u0947\u0938 \u092A\u0924\u093E \u092D\u0930\u0947\u0902",confirmSupportMouse:"\u092E\u093E\u0909\u0938 \u0938\u092E\u0930\u094D\u0925\u0928 \u0915\u094B \u0938\u0915\u094D\u0937\u092E \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u092C\u093E\u0927\u094D\u092F \u0915\u0930\u0947\u0902",confirmSupportMouseDescription:"\u092F\u0939 \u092A\u093E\u092F\u093E \u0917\u092F\u093E \u0939\u0948 \u0915\u093F \u0935\u0930\u094D\u0924\u092E\u093E\u0928 \u092C\u094D\u0930\u093E\u0909\u091C\u093C\u0930 \u092E\u093E\u0909\u0938 \u092B\u093C\u0902\u0915\u094D\u0936\u0928 \u0915\u093E \u0938\u092E\u0930\u094D\u0925\u0928 \u0928\u0939\u0940\u0902 \u0915\u0930\u0924\u093E \u0939\u0948\u0964 \u0915\u094D\u092F\u093E \u0906\u092A \u092E\u093E\u0909\u0938 \u0938\u092E\u0930\u094D\u0925\u0928 \u0915\u094B \u092C\u0932\u092A\u0942\u0930\u094D\u0935\u0915 \u0938\u0915\u094D\u0937\u092E \u0915\u0930\u0928\u093E \u091A\u093E\u0939\u0924\u0947 \u0939\u0948\u0902?",sampleTargetText:"\u0932\u092E\u094D\u092C\u0940 \u0930\u093E\u0924 \u0906\u0928\u0947 \u0935\u093E\u0932\u0940 \u0939\u0948, \u0914\u0930 \u0905\u092C \u0938\u0947 \u092E\u0948\u0902 \u092E\u0930\u0928\u0947 \u0924\u0915 \u091C\u093E\u0917\u0924\u093E \u0930\u0939\u0942\u0901\u0917\u093E\u0964 \u092E\u0948\u0902 \u0928 \u092A\u0924\u094D\u0928\u0940 \u0932\u0942\u0901\u0917\u093E, \u0928 \u091C\u093E\u0917\u0940\u0930, \u0928 \u092C\u091A\u094D\u091A\u0947\u0964 \u092E\u0948\u0902 \u0915\u094B\u0908 \u0924\u093E\u091C \u0928\u0939\u0940\u0902 \u092A\u0939\u0928\u0942\u0902\u0917\u093E \u092F\u093E \u0938\u092E\u094D\u092E\u093E\u0928 \u0915\u0947 \u0932\u093F\u090F \u092A\u094D\u0930\u0924\u093F\u0938\u094D\u092A\u0930\u094D\u0927\u093E \u0928\u0939\u0940\u0902 \u0915\u0930\u0942\u0902\u0917\u093E\u0964 \u092E\u0948\u0902 \u0905\u092A\u0928\u093E \u0915\u0930\u094D\u0924\u0935\u094D\u092F \u0928\u093F\u0937\u094D\u0920\u093E\u092A\u0942\u0930\u094D\u0935\u0915 \u0928\u093F\u092D\u093E\u090A\u0902\u0917\u093E, \u091C\u093F\u090A\u0902\u0917\u093E \u0914\u0930 \u092E\u0930\u0942\u0902\u0917\u093E\u0964",sampleSourceText:"Night gathers, and now my watch begins. It shall not end until my death. I shall take no wife, hold no lands, father no children. I shall wear no crowns and win no glory. I shall live and die at my post.","subtitle.supportedSites":"\u5DF2\u652F\u6301\u5728\u8FD9\u4E9B\u7F51\u7AD9\u4F7F\u7528\u53CC\u8BED\u5B57\u5E55\uFF08\u6CE8\u610F\uFF1A\u7531\u4E8E\u6280\u672F\u9650\u5236\uFF0C\u90E8\u5206\u7F51\u7AD9\u5728\u9996\u6B21\u5F00\u542F\u5B57\u5E55\u540E\u9700\u8981\u91CD\u65B0\u5237\u65B0\u9875\u9762\uFF0C\u6216\u8005\u9700\u7B49\u5F85\u7FFB\u8BD1\u5B8C\u6210\u4EE5\u663E\u793A\u53CC\u8BED\u5B57\u5E55\uFF09\uFF1A",viewWithImmersiveTranslate:"\u53CC\u8BED\u7248\u672C(\u6C89\u6D78\u5F0F\u7FFB\u8BD1)",errorReason:"\u9519\u8BEF\u539F\u56E0\uFF1A{message}","proQuotaExceededError.onetime7day":'\uFF0C\u60A8\u53EF\u4EE5\u9009\u62E9\u4EE5\u4E0B\u65B9\u5F0F\u89E3\u51B3\uFF1A

1. \u5207\u6362\u5230 {anotherService} \u6216\u5176\u4ED6\u7FFB\u8BD1\u670D\u52A1
2. \u5347\u7EA7\u4E3A\u6708\u5EA6/\u5E74\u5EA6\u4F1A\u5458',"proQuotaExceededError.trial":'\uFF0C\u60A8\u53EF\u4EE5\u9009\u62E9\u4EE5\u4E0B\u65B9\u5F0F\u89E3\u51B3\uFF1A

1. \u5207\u6362\u5230 {anotherService} \u6216\u5176\u4ED6\u7FFB\u8BD1\u670D\u52A1
2. \u7ACB\u523B\u5347\u7EA7\u4E3A\u6B63\u5F0F\u4F1A\u5458',"proQuotaExceededError.nonTrial":'\uFF0C\u60A8\u53EF\u4EE5\u9009\u62E9\u4EE5\u4E0B\u65B9\u5F0F\u89E3\u51B3\uFF1A

1. \u5207\u6362\u5230 {anotherService} \u6216\u5176\u4ED6\u7FFB\u8BD1\u670D\u52A1
2. \u8D2D\u4E70 {translationService} \u989D\u5916\u6D41\u91CF\u5305',"proQuotaExceededError.resetTime":"
3. \u989D\u5EA6\u91CD\u7F6E\u65F6\u95F4\uFF1A{resetTime}","desc.touchShortcutsToggleTranslatePageOnlyTranslation":"\u0915\u0947\u0935\u0932 \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u093E \u0924\u093E\u0924\u094D\u092A\u0930\u094D\u092F \u0939\u0948 \u0915\u093F \u0915\u0947\u0935\u0932 \u0905\u0928\u0941\u0935\u093E\u0926 \u092A\u094D\u0930\u0926\u0930\u094D\u0936\u093F\u0924 \u0939\u094B\u0917\u093E, \u092F\u0926\u093F \u0935\u0947\u092C\u092A\u0947\u091C \u0905\u092D\u0940 \u0924\u0915 \u0905\u0928\u0941\u0935\u093E\u0926\u093F\u0924 \u0928\u0939\u0940\u0902 \u0939\u0941\u0906 \u0939\u0948, \u0924\u094B \u092E\u094B\u0921 \u092C\u0926\u0932\u0947\u0917\u093E \u0914\u0930 \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0947\u0917\u093E\u0964","desc.toggleOnlyTransation":"\u0915\u0947\u0935\u0932 \u0905\u0928\u0941\u0935\u093E\u0926 \u092E\u094B\u0921 \u0915\u093E \u0924\u093E\u0924\u094D\u092A\u0930\u094D\u092F \u0939\u0948 \u0915\u093F \u0915\u0947\u0935\u0932 \u0905\u0928\u0941\u0935\u093E\u0926 \u092A\u094D\u0930\u0926\u0930\u094D\u0936\u093F\u0924 \u0939\u094B\u0917\u093E, \u092F\u0926\u093F \u0935\u0947\u092C\u092A\u0947\u091C \u0905\u092D\u0940 \u0924\u0915 \u0905\u0928\u0941\u0935\u093E\u0926\u093F\u0924 \u0928\u0939\u0940\u0902 \u0939\u0941\u0906 \u0939\u0948, \u0924\u094B \u092E\u094B\u0921 \u092C\u0926\u0932 \u091C\u093E\u090F\u0917\u093E \u0914\u0930 \u0905\u0928\u0941\u0935\u093E\u0926 \u0939\u094B\u0917\u093E\u0964",touchShortcutsToggleTranslatePageOnlyTranslation:"\u0938\u094D\u0915\u094D\u0930\u0940\u0928 \u091F\u091A \u091C\u0947\u0938\u094D\u091A\u0930 \u0938\u0947\u091F \u0915\u0930\u0947\u0902 \u0926\u094D\u0935\u093F\u092D\u093E\u0937\u0940 / \u0915\u0947\u0935\u0932 \u0905\u0928\u0941\u0935\u093E\u0926 \u092E\u094B\u0921 \u0915\u094B \u0938\u094D\u0935\u093F\u091A \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F",download_started:"\u0921\u093E\u0909\u0928\u0932\u094B\u0921 \u0936\u0941\u0930\u0942 \u0939\u094B \u091A\u0941\u0915\u093E \u0939\u0948, \u092F\u0926\u093F \u0938\u094D\u0935\u091A\u093E\u0932\u093F\u0924 \u0930\u0942\u092A \u0938\u0947 \u0921\u093E\u0909\u0928\u0932\u094B\u0921 \u0928\u0939\u0940\u0902 \u0939\u094B \u0930\u0939\u093E \u0939\u0948, \u0924\u094B \u0915\u0943\u092A\u092F\u093E \u092E\u0948\u0928\u094D\u092F\u0941\u0905\u0932 \u0930\u0942\u092A \u0938\u0947 \u0915\u094D\u0932\u093F\u0915 \u0915\u0930\u0947\u0902\u0964",here:"\u092F\u0939\u093E\u0901",batchEdit:"\u0925\u094B\u0915 \u0938\u0902\u091A\u093E\u0932\u0928","error.goReset":"\u0930\u0940\u0938\u0947\u091F \u0915\u0930\u0947\u0902",translationFont:"\u092B\u093C\u0949\u0928\u094D\u091F \u0938\u0947\u091F \u0915\u0930\u0947\u0902","translationFont.custom":"\u0905\u092A\u0928\u0940 \u0915\u0938\u094D\u091F\u092E \u092B\u093C\u0949\u0928\u094D\u091F \u0926\u0930\u094D\u091C \u0915\u0930\u0947\u0902","translationModeLang.translation.title":"\u0915\u0947\u0935\u0932 \u0905\u0928\u0941\u0935\u093E\u0926 \u092E\u094B\u0921 \u0915\u0940 \u092D\u093E\u0937\u093E","translationFont.customPlaceholder":"\u092B\u093C\u0949\u0928\u094D\u091F","translationServices.inherit":"\u092E\u0941\u0916\u094D\u092F \u0905\u0928\u0941\u0935\u093E\u0926 \u0938\u0947\u0935\u093E \u0915\u093E \u092A\u093E\u0932\u0928 \u0915\u0930\u0947\u0902","error.serveConfigError":"\u0938\u0947\u0935\u093E \u0938\u092E\u093E\u0915\u0943\u0924\u093F \u0924\u094D\u0930\u0941\u091F\u093F","error.configError":"\u0935\u093F\u0928\u094D\u092F\u093E\u0938 \u0921\u0947\u091F\u093E \u0905\u0938\u093E\u092E\u093E\u0928\u094D\u092F","translationModeUrl.translation.title":"\u0915\u0947\u0935\u0932 \u0905\u0928\u0941\u0935\u093E\u0926 \u092E\u094B\u0921 \u0915\u093E URL",toggleToService:"{\u0938\u0947\u0935\u093E} \u092A\u0930 \u0938\u094D\u0935\u093F\u091A \u0915\u0930\u0947\u0902 \u0914\u0930 \u092A\u0941\u0928\u0903 \u092A\u094D\u0930\u092F\u093E\u0938 \u0915\u0930\u0947\u0902",videoSubtitlePreTranslationOn:"\u0935\u0940\u0921\u093F\u092F\u094B \u0938\u092C\u091F\u093E\u092F\u091F\u0932\u094D\u0938 \u0915\u093E \u092A\u094D\u0930\u093E\u0925\u092E\u093F\u0915\u0924\u093E \u0938\u094D\u0935\u0930\u0942\u092A \u092E\u0947\u0902 \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u093E \u0909\u092A\u092F\u094B\u0917 \u0915\u0930\u0947\u0902\u0917\u0947\u0964","touch.mouse-translate":"\u0915\u0943\u092A\u092F\u093E \u0928\u093F\u0930\u094D\u0926\u093F\u0937\u094D\u091F \u092A\u0948\u0930\u093E\u0917\u094D\u0930\u093E\u092B \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0947\u0902",detectServiceLoading:"\u0909\u092A\u0932\u092C\u094D\u0927 \u0905\u0928\u0941\u0935\u093E\u0926 \u0938\u0947\u0935\u093E\u0913\u0902 \u0915\u0940 \u091C\u093E\u0902\u091A \u0915\u0930 \u0930\u0939\u093E \u0939\u0948...","error.proTokenInvalid":"\u092F\u0926\u093F \u0906\u092A \u092A\u094D\u0930\u094B \u0909\u092A\u092F\u094B\u0917\u0915\u0930\u094D\u0924\u093E \u0939\u0948\u0902, \u0924\u094B \u0915\u0943\u092A\u092F\u093E \u092A\u094D\u0930\u094B \u0905\u0928\u0941\u0935\u093E\u0926 \u0938\u0947\u0935\u093E \u0915\u093E \u0909\u092A\u092F\u094B\u0917 \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u0932\u0949\u0917 \u0907\u0928 \u0915\u0930\u0947\u0902\u0964","error.400":"\u0938\u0947\u0935\u093E \u0924\u094D\u0930\u0941\u091F\u093F \u0935\u093E\u092A\u0938 \u0915\u0930\u0924\u0940 \u0939\u0948, \u0905\u0928\u0941\u0930\u094B\u0927 \u092A\u0948\u0930\u093E\u092E\u0940\u091F\u0930 \u0917\u0932\u0924 \u0939\u0948, \u0915\u0943\u092A\u092F\u093E \u0938\u0902\u092C\u0902\u0927\u093F\u0924 \u0915\u0949\u0928\u094D\u092B\u093C\u093F\u0917\u0930\u0947\u0936\u0928 \u0915\u0940 \u091C\u093E\u0902\u091A \u0915\u0930\u0947\u0902\u0964","error.502":"\u0938\u0947\u0935\u093E \u0924\u094D\u0930\u0941\u091F\u093F \u0932\u094C\u091F\u0924\u0940 \u0939\u0948, \u0938\u0947\u0935\u093E \u0938\u092E\u092F \u0938\u092E\u093E\u092A\u094D\u0924, \u0915\u0943\u092A\u092F\u093E \u092C\u093E\u0926 \u092E\u0947\u0902 \u092A\u0941\u0928\u0903 \u092A\u094D\u0930\u092F\u093E\u0938 \u0915\u0930\u0947\u0902\u0964","error.reloadPageOfSetting":"\u0915\u0949\u0928\u094D\u092B\u093C\u093F\u0917\u0930 \u0915\u0930\u0928\u0947 \u0915\u0947 \u092C\u093E\u0926, \u0915\u0943\u092A\u092F\u093E \u092A\u0943\u0937\u094D\u0920 \u0915\u094B \u0924\u093E\u091C\u093C\u093E \u0915\u0930\u0947\u0902 \u0914\u0930 \u092B\u093F\u0930 \u0938\u0947 \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0947\u0902\u0964","translationModeUrl.translation.description":"\u091C\u092C \u0935\u0947\u092C\u0938\u093E\u0907\u091F \u0928\u093F\u092E\u094D\u0928\u0932\u093F\u0916\u093F\u0924 \u0921\u094B\u092E\u0947\u0928 \u0915\u0947 \u0932\u093F\u090F \u0939\u094B\u0924\u0940 \u0939\u0948, \u0924\u094B \u092F\u0939 \u0938\u094D\u0935\u091A\u093E\u0932\u093F\u0924 \u0930\u0942\u092A \u0938\u0947 \u0915\u0947\u0935\u0932 \u0905\u0928\u0941\u0935\u093E\u0926 \u092E\u094B\u0921 \u0915\u093E \u0909\u092A\u092F\u094B\u0917 \u0915\u0930\u0947\u0917\u0940\u0964","error.googleLimitIp":"\u0938\u0947\u0935\u093E \u0924\u094D\u0930\u0941\u091F\u093F \u0932\u094C\u091F\u093E\u0924\u0940 \u0939\u0948, \u0917\u0942\u0917\u0932 \u0938\u0947\u0935\u093E\u090F\u0902 \u0907\u0938 IP \u092A\u0924\u0947 \u092A\u0930 \u092A\u094D\u0930\u0935\u093E\u0939 \u0938\u0940\u092E\u093F\u0924 \u0915\u0930 \u091A\u0941\u0915\u0940 \u0939\u0948\u0902, \u0906\u092A\u0915\u093E \u0938\u0941\u091D\u093E\u0935 \u0939\u0948 \u0915\u093F \u0906\u092A \u0928\u0947\u091F\u0935\u0930\u094D\u0915 \u0928\u094B\u0921 \u092C\u0926\u0932\u0947\u0902\u0964","error.proUpgrade":"\u0905\u092A\u0917\u094D\u0930\u0947\u0921 \u0915\u0930\u0928\u0947 \u0915\u0947 \u092C\u093E\u0926, \u0915\u0943\u092A\u092F\u093E \u092A\u0943\u0937\u094D\u0920 \u0915\u094B \u0924\u093E\u091C\u093C\u093E \u0915\u0930\u0947\u0902 \u0914\u0930 \u092B\u093F\u0930 \u0938\u0947 \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0947\u0902\u0964","error.gemini.429":"\u0935\u0930\u094D\u0924\u092E\u093E\u0928 \u092E\u0947\u0902 \u091C\u0947\u092E\u093F\u0928\u0940 \u0938\u0947\u0935\u093E \u0915\u0940 \u0935\u0930\u094D\u0924\u092E\u093E\u0928 \u092D\u0930\u0923 \u0915\u094D\u0937\u092E\u0924\u093E \u0938\u0940\u092E\u093E \u0915\u094B \u092A\u0939\u0941\u0902\u091A \u091A\u0941\u0915\u0940 \u0939\u0948, \u0915\u0943\u092A\u092F\u093E \u092C\u093E\u0926 \u092E\u0947\u0902 \u092A\u094D\u0930\u092F\u093E\u0938 \u0915\u0930\u0947\u0902, \u092F\u093E \u0905\u0928\u094D\u092F \u0905\u0928\u0941\u0935\u093E\u0926 \u0938\u0947\u0935\u093E\u0913\u0902 \u092A\u0930 \u0938\u094D\u0935\u093F\u091A \u0915\u0930\u0947\u0902\u0964",enableSentryReport:"\u091C\u092C \u090F\u0915\u094D\u0938\u091F\u0947\u0902\u0936\u0928 \u092E\u0947\u0902 \u0924\u094D\u0930\u0941\u091F\u093F \u0939\u094B\u0924\u0940 \u0939\u0948, \u0924\u094B Sentry \u0915\u093E \u0909\u092A\u092F\u094B\u0917 \u092A\u094D\u0930\u0924\u093F\u0915\u094D\u0930\u093F\u092F\u093E \u0938\u092C\u092E\u093F\u091F \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u0915\u0930\u0947\u0902\u0964","error.403":"\u0938\u0947\u0935\u093E \u0924\u094D\u0930\u0941\u091F\u093F \u0932\u094C\u091F\u093E\u0924\u0940 \u0939\u0948, \u0905\u0938\u094D\u0925\u093E\u092F\u0940 \u0930\u0942\u092A \u0938\u0947 \u0907\u0938 \u0938\u0947\u0935\u093E \u0915\u093E \u0909\u092A\u092F\u094B\u0917 \u0915\u0930\u0928\u0947 \u0915\u0940 \u0905\u0928\u0941\u092E\u0924\u093F \u0928\u0939\u0940\u0902 \u0939\u0948\u0964","translationModeLang.translation.description":"\u091C\u092C \u092A\u0943\u0937\u094D\u0920 \u0915\u0940 \u092D\u093E\u0937\u093E \u0928\u093F\u092E\u094D\u0928\u0932\u093F\u0916\u093F\u0924 \u092D\u093E\u0937\u093E\u0913\u0902 \u092E\u0947\u0902 \u0939\u094B\u0924\u0940 \u0939\u0948, \u0924\u094B \u0915\u0947\u0935\u0932 \u0905\u0928\u0941\u0935\u093E\u0926 \u092E\u094B\u0921 \u0915\u093E \u0938\u094D\u0935\u091A\u093E\u0932\u093F\u0924 \u0930\u0942\u092A \u0938\u0947 \u0909\u092A\u092F\u094B\u0917 \u0915\u093F\u092F\u093E \u091C\u093E\u090F\u0917\u093E",videoSubtitlePreTranslationOff:"\u0935\u0940\u0921\u093F\u092F\u094B \u0938\u092C\u091F\u093E\u092F\u091F\u0932 \u092E\u0942\u0932 \u0935\u0940\u0921\u093F\u092F\u094B \u0926\u094D\u0935\u093E\u0930\u093E \u0938\u094D\u0935\u091A\u093E\u0932\u093F\u0924 \u0930\u0942\u092A \u0938\u0947 \u0905\u0928\u0941\u0935\u093E\u0926\u093F\u0924 \u0938\u092C\u091F\u093E\u092F\u091F\u0932 \u0915\u093E \u092A\u094D\u0930\u093E\u0925\u092E\u093F\u0915\u0924\u093E \u092A\u094D\u0930\u0926\u093E\u0928 \u0915\u0930\u0947\u0917\u093E\u0964","error.429":"\u0938\u0947\u0935\u093E \u0924\u094D\u0930\u0941\u091F\u093F \u0932\u094C\u091F\u093E\u0924\u0940 \u0939\u0948, \u091C\u093F\u0938\u0915\u093E \u0905\u0930\u094D\u0925 \u0939\u0948 \u0915\u093F \u0905\u0928\u0941\u0930\u094B\u0927 \u092C\u0939\u0941\u0924 \u0905\u0915\u094D\u0938\u0930 \u0939\u094B \u0930\u0939\u0947 \u0939\u0948\u0902 \u092F\u093E \u0938\u0940\u092E\u093E \u0938\u0940\u092E\u093E \u0938\u0947 \u0905\u0927\u093F\u0915 \u0939\u0948\u0902, \u0915\u0943\u092A\u092F\u093E \u092C\u093E\u0926 \u092E\u0947\u0902 \u092A\u0941\u0928\u0903 \u092A\u094D\u0930\u092F\u093E\u0938 \u0915\u0930\u0947\u0902\u0964","error.openAIExceededQuota":"\u0938\u0947\u0935\u093E \u0924\u094D\u0930\u0941\u091F\u093F \u0935\u093E\u092A\u0938 \u0915\u0930\u0924\u0940 \u0939\u0948: \u0906\u092A\u0915\u093E \u0935\u0930\u094D\u0924\u092E\u093E\u0928 OpenAI \u0916\u093E\u0924\u093E \u092C\u0948\u0932\u0947\u0902\u0938 \u092A\u0930\u094D\u092F\u093E\u092A\u094D\u0924 \u0928\u0939\u0940\u0902 \u0939\u0948, \u0915\u0943\u092A\u092F\u093E OpenAI \u0906\u0927\u093F\u0915\u093E\u0930\u093F\u0915 \u092C\u0948\u0915\u090F\u0902\u0921 \u092E\u0947\u0902 \u0930\u093F\u091A\u093E\u0930\u094D\u091C \u0915\u0930\u0947\u0902 \u092F\u093E \u0915\u094D\u0930\u0947\u0921\u093F\u091F \u0915\u093E\u0930\u094D\u0921 \u092C\u093E\u0902\u0927\u0947\u0902\u0964","translationFont.notSupportErrorMessage":"\u0915\u0943\u092A\u092F\u093E \u091C\u093E\u0902\u091A\u0947\u0902 \u0915\u093F \u0906\u092A\u0915\u0947 \u0926\u094D\u0935\u093E\u0930\u093E \u0926\u0930\u094D\u091C \u0915\u093F\u092F\u093E \u0917\u092F\u093E \u092B\u093C\u0949\u0928\u094D\u091F \u0928\u093E\u092E \u0938\u0939\u0940 \u0939\u0948 \u092F\u093E \u0928\u0939\u0940\u0902, \u092F\u093E \u092F\u0939 \u0938\u0941\u0928\u093F\u0936\u094D\u091A\u093F\u0924 \u0915\u0930\u0947\u0902 \u0915\u093F \u092F\u0939 \u092B\u093C\u0949\u0928\u094D\u091F \u0906\u092A\u0915\u0947 \u0909\u092A\u0915\u0930\u0923 \u092A\u0930 \u0938\u094D\u0925\u093E\u092A\u093F\u0924 \u0939\u0948\u0964","error.openAIFreeLimit":"\u0938\u0947\u0935\u093E \u0924\u094D\u0930\u0941\u091F\u093F \u0932\u094C\u091F\u093E\u0924\u0940 \u0939\u0948, \u0935\u0930\u094D\u0924\u092E\u093E\u0928 \u0905\u0928\u0941\u0935\u093E\u0926 \u0905\u0928\u0941\u0930\u094B\u0927 \u0915\u0940 \u0906\u0935\u0943\u0924\u094D\u0924\u093F \u092A\u094D\u0930\u0924\u093F \u092E\u093F\u0928\u091F 3 \u092C\u093E\u0930 \u0915\u0940 \u0905\u0927\u093F\u0915\u0924\u092E \u0938\u0940\u092E\u093E \u0924\u0915 \u092A\u0939\u0941\u0902\u091A \u091A\u0941\u0915\u0940 \u0939\u0948, \u0915\u0943\u092A\u092F\u093E \u092C\u093E\u0926 \u092E\u0947\u0902 \u092A\u094D\u0930\u092F\u093E\u0938 \u0915\u0930\u0947\u0902\u0964 (\u092F\u0939 OpenAI \u0915\u0940 \u0906\u0927\u093F\u0915\u093E\u0930\u093F\u0915 \u0938\u0940\u092E\u093E \u0939\u0948 \u0928\u093F:\u0936\u0941\u0932\u094D\u0915 API Key \u0915\u0947 \u0932\u093F\u090F, \u0907\u0938 \u0938\u0940\u092E\u093E \u0915\u094B \u0939\u091F\u093E\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F, \u0915\u0943\u092A\u092F\u093E OpenAI \u092C\u0948\u0915\u090F\u0902\u0921 \u092E\u0947\u0902 \u0915\u094D\u0930\u0947\u0921\u093F\u091F \u0915\u093E\u0930\u094D\u0921 \u092C\u093E\u0902\u0927\u0947\u0902\u0964)","desc.toggleVideoSubtitlePreTranslation":"\u091C\u092C \u0906\u092A \u0907\u0938\u0947 \u0926\u092C\u093E\u0924\u0947 \u0939\u0948\u0902, \u0924\u094B \u0935\u0940\u0921\u093F\u092F\u094B \u0926\u094D\u0935\u093F\u092D\u093E\u0937\u0940 \u0909\u092A\u0936\u0940\u0930\u094D\u0937\u0915 \u092A\u094D\u0930\u093E\u0925\u092E\u093F\u0915\u0924\u093E \u0938\u0947 \u0921\u0941\u092C\u0915\u0940 \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0940 \u0938\u0947\u091F\u093F\u0902\u0917 \u0915\u093E \u0909\u092A\u092F\u094B\u0917 \u0915\u0930\u0947\u0917\u093E, \u092B\u093F\u0930 \u0938\u0947 \u0926\u092C\u093E\u0928\u0947 \u092A\u0930 \u092F\u0939 \u092E\u0942\u0932 \u0935\u0940\u0921\u093F\u092F\u094B \u0915\u0947 \u0938\u094D\u0935\u091A\u093E\u0932\u093F\u0924 \u0905\u0928\u0941\u0935\u093E\u0926\u093F\u0924 \u0909\u092A\u0936\u0940\u0930\u094D\u0937\u0915 \u0915\u093E \u0909\u092A\u092F\u094B\u0917 \u0915\u0930\u0947\u0917\u093E, \u0927\u094D\u092F\u093E\u0928 \u0926\u0947\u0902: \u0907\u0938 \u0936\u0949\u0930\u094D\u091F\u0915\u091F \u0926\u094D\u0935\u093E\u0930\u093E \u0938\u0902\u0936\u094B\u0927\u093F\u0924 \u0938\u0947\u091F\u093F\u0902\u0917 \u0935\u0948\u0936\u094D\u0935\u093F\u0915 \u0939\u094B\u0924\u0940 \u0939\u0948\u0964","error.serveUnavailable":"\u0906\u092A\u0915\u0947 \u0926\u094D\u0935\u093E\u0930\u093E \u0935\u0930\u094D\u0924\u092E\u093E\u0928 \u092E\u0947\u0902 \u0909\u092A\u092F\u094B\u0917 \u0915\u093F\u090F \u091C\u093E \u0930\u0939\u0947 [{serverName}] \u0938\u0947\u0935\u093E \u0915\u094B \u0928\u0947\u091F\u0935\u0930\u094D\u0915 \u0915\u0928\u0947\u0915\u094D\u0936\u0928 \u092F\u093E \u0938\u0947\u0935\u093E \u092A\u094D\u0930\u0926\u093E\u0924\u093E \u0915\u0940 \u0938\u092E\u0938\u094D\u092F\u093E \u0915\u0947 \u0915\u093E\u0930\u0923 \u0905\u0938\u094D\u0925\u093E\u092F\u0940 \u0930\u0942\u092A \u0938\u0947 \u0909\u092A\u092F\u094B\u0917 \u0915\u0930\u0928\u0947 \u092E\u0947\u0902 \u0905\u0938\u092E\u0930\u094D\u0925 \u0939\u0948\u0964 \u0939\u092E\u093E\u0930\u093E \u0938\u0941\u091D\u093E\u0935 \u0939\u0948 \u0915\u093F \u0906\u092A \u092A\u0943\u0937\u094D\u0920 \u0915\u094B \u0924\u093E\u091C\u093E \u0915\u0930\u0928\u0947 \u0915\u093E \u092A\u094D\u0930\u092F\u093E\u0938 \u0915\u0930\u0947\u0902 \u092F\u093E <1>\u0938\u0947\u091F\u093F\u0902\u0917\u094D\u0938 \u0915\u0947 \u092E\u093E\u0927\u094D\u092F\u092E \u0938\u0947 \u0905\u0928\u094D\u092F \u0905\u0928\u0941\u0935\u093E\u0926 \u0938\u0947\u0935\u093E\u0913\u0902 \u0915\u094B \u092C\u0926\u0932\u0928\u0947 \u0915\u093E \u092A\u094D\u0930\u092F\u093E\u0938 \u0915\u0930\u0947\u0902\u0964 \u092F\u0926\u093F \u0906\u092A <2>Pro \u0938\u0926\u0938\u094D\u092F \u0939\u0948\u0902, \u0924\u094B \u0906\u092A DeepL \u092F\u093E OpenAI \u0905\u0928\u0941\u0935\u093E\u0926 \u0938\u0947\u0935\u093E \u0915\u093E \u0909\u092A\u092F\u094B\u0917 \u0915\u0930\u0928\u0947 \u0915\u093E \u091A\u092F\u0928 \u0915\u0930 \u0938\u0915\u0924\u0947 \u0939\u0948\u0902 \u091C\u094B \u0905\u0927\u093F\u0915 \u0938\u094D\u0925\u093F\u0930 \u0939\u0948 (<3>\u092F\u0939\u093E\u0902 \u092E\u0941\u092B\u094D\u0924 \u0905\u0928\u0941\u092D\u0935 \u0915\u0930\u0947\u0902)\u0964 \u0907\u0938\u0915\u0947 \u0905\u0932\u093E\u0935\u093E, \u0906\u092A\u0915\u094B \u0936\u093E\u092F\u0926 \u0905\u092A\u0928\u0940 \u0928\u0947\u091F\u0935\u0930\u094D\u0915 \u092F\u093E \u092A\u094D\u0930\u0949\u0915\u094D\u0938\u0940 \u0938\u0947\u091F\u093F\u0902\u0917\u094D\u0938 \u0915\u0940 \u091C\u093E\u0902\u091A \u0915\u0930\u0928\u0947 \u0915\u0940 \u0906\u0935\u0936\u094D\u092F\u0915\u0924\u093E \u0939\u094B \u0938\u0915\u0924\u0940 \u0939\u0948\u0964","translationServices.gemini":"\u092E\u093F\u0925\u0941\u0928","widget.translateFile":"PDF/ePub",goLogin:"\u0932\u0949\u0917 \u0907\u0928 \u0915\u0930\u0947\u0902","error.reason":"\u0924\u094D\u0930\u0941\u091F\u093F \u0915\u093E \u0915\u093E\u0930\u0923",contact:"\u0939\u092E\u0938\u0947 \u0938\u0902\u092A\u0930\u094D\u0915 \u0915\u0930\u0947\u0902",pickAll:"\u0938\u092D\u0940 \u0915\u093E \u091A\u092F\u0928 \u0915\u0930\u0947\u0902","multipleClick.3":"\u0924\u094D\u0930\u093F\u092A\u0932 \u0939\u093F\u091F","floatBall.iKnow":"\u092E\u0948\u0902\u0928\u0947 \u0938\u092E\u091D \u0932\u093F\u092F\u093E",shortcutSettings:"\u0936\u0949\u0930\u094D\u091F\u0915\u091F \u0915\u0941\u0902\u091C\u0940","error.retry":"\u092A\u0941\u0928\u0903 \u092A\u094D\u0930\u092F\u093E\u0938 \u0915\u0930\u0947\u0902",touchShortcutsOff:"\u092C\u0902\u0926 \u0915\u0930\u0947\u0902","subtitle.bilingual":"\u0926\u094D\u0935\u093F\u092D\u093E\u0937\u0940\u092F \u0909\u092A\u0936\u0940\u0930\u094D\u0937\u0915","tagsInput.add":"+ \u091C\u094B\u0921\u093C\u0947\u0902","slide.right":"\u092C\u093E\u090F\u0902 \u0938\u094D\u0932\u093E\u0907\u0921 \u0915\u0930\u0947\u0902","multipleClick.2":"\u0921\u092C\u0932 \u0915\u094D\u0932\u093F\u0915","widget.instruction":"\u0909\u092A\u092F\u094B\u0917 \u0915\u0940 \u0928\u093F\u0930\u094D\u0926\u0947\u0936\u093F\u0915\u093E",loggedIn:"\u0932\u0949\u0917 \u0907\u0928 \u0915\u093F\u092F\u093E \u0939\u0941\u0906 \u0939\u0948","shortcutGroup.main":"\u0938\u093E\u092E\u093E\u0928\u094D\u092F \u0909\u092A\u092F\u094B\u0917 \u0915\u0940 \u0936\u0949\u0930\u094D\u091F\u0915\u091F \u0915\u0941\u0902\u091C\u0940","slide.left":"\u0926\u093E\u090F\u0902 \u0938\u094D\u0932\u093E\u0907\u0921 \u0915\u0930\u0947\u0902",shortcutSettingsTitle:"\u0936\u0949\u0930\u094D\u091F\u0915\u091F \u0915\u0940 \u0938\u0947\u091F\u093F\u0902\u0917","multipleClick.4":"\u091A\u093E\u0930\u0939\u093F\u091F \u0938\u0902\u092F\u094B\u091C\u0928","error.subscriptionExpiredTitle":"\u0938\u0926\u0938\u094D\u092F\u0924\u093E \u0938\u092E\u093E\u092A\u094D\u0924 \u0939\u094B \u0917\u0908 \u0939\u0948",notLogin:"\u0932\u0949\u0917 \u0907\u0928 \u0928\u0939\u0940\u0902 \u0915\u093F\u092F\u093E \u0939\u0948","shortcutGroup.others":"\u0905\u0927\u093F\u0915 \u0915\u0938\u094D\u091F\u092E \u092B\u093C\u0902\u0915\u094D\u0936\u0928 \u0936\u0949\u0930\u094D\u091F\u0915\u091F","subtitle.hideQuickButton":"\u0907\u0938 \u0936\u0949\u0930\u094D\u091F\u0915\u091F \u0915\u094B \u092B\u093F\u0930 \u0938\u0947 \u0928\u093E \u0926\u093F\u0916\u093E\u090F\u0902","widget.videoSubtitleTooltip":"Youtube \u0906\u0926\u093F {count}+ \u0935\u0940\u0921\u093F\u092F\u094B \u0935\u0947\u092C\u0938\u093E\u0907\u091F\u094B\u0902 \u0915\u093E \u0938\u092E\u0930\u094D\u0925\u0928 \u0915\u0930\u0947\u0902","browser.translateInputBox":"\u0935\u0930\u094D\u0924\u092E\u093E\u0928 \u0907\u0928\u092A\u0941\u091F \u092C\u0949\u0915\u094D\u0938 \u0915\u0940 \u0938\u093E\u092E\u0917\u094D\u0930\u0940 \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0947\u0902",temprarilyChangeTranslationTo_openai:"\u0939\u092E \u0935\u0930\u094D\u0924\u092E\u093E\u0928 \u092A\u0943\u0937\u094D\u0920 \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 OpenAI \u0915\u093E \u0909\u092A\u092F\u094B\u0917 \u0915\u0930 \u0930\u0939\u0947 \u0939\u0948\u0902",alwaysTranslateThisSite:"\u0939\u092E\u0947\u0936\u093E \u0907\u0938 \u0935\u0947\u092C\u0938\u093E\u0907\u091F \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0947\u0902","shortcutGroup.mouse":"\u092E\u093E\u0909\u0938 \u0939\u094B\u0935\u0930 \u0936\u0949\u0930\u094D\u091F\u0915\u091F \u0915\u0949\u0928\u094D\u092B\u093C\u093F\u0917\u0930\u0947\u0936\u0928",translationOnlyMode:`\u0915\u0947\u0935\u0932 \u0905\u0928\u0941\u0935\u093E\u0926 \u092E\u094B\u0921 + {env.imt_sub_trans_field}: Traduction`,"subtitle.quickButton.magenta":"Fuchsia","subtitle.quickButton.red":"Rouge","subtitle.quickButton.setting":"Param\xE9trage","subtitle.quickButton.black":"noir","subtitle.quickButton.translationPosition":"Position de traduction","subtitle.quickButton.green":"Vert","subtitle.quickButton.translationFontSize":"Taille de police de traduction","subtitle.quickButton.sourceTextColor":"Couleur de police d'origine","translationServices.claude":"Claude","subtitle.quickButton.blue":"Bleu","subtitle.quickButton.sourceFontSize":"La taille originale de la police","subtitle.quickButton.translationTextColor":"Couleur de la police de traduction","subtitle.quickButton.backgroundColor":"couleur d'arri\xE8re-plan","subtitle.quickButton.white":"Blanc","subtitle.quickButton.translationPositionTop":"En haut de l'original","subtitle.quickButton.yellow":"jaune","subtitle.quickButton.cyan":"Bleu","subtitle.quickButton.backgroundOpacity":"Opacit\xE9 de l'arri\xE8re-plan","subtitle.quickButton.translationPositionBottom":"\u5728\u539F\u6587\u4E0B\u65B9",attachSubtitleTranslating:"Utilisation de {service} pour la traduction en cours...","error.claude.403":"Acc\xE8s temporairement interdit au service, cela peut \xEAtre li\xE9 aux restrictions r\xE9gionales de Claude. Vous pouvez essayer de changer votre adresse IP ou utiliser un autre service de traduction.","browser.brandDescriptionForSafari":"\u3010Traduction immersive\u3011Un plugin de traduction de pages web bilingue gratuit (texte original / traduction), qui supporte \xE9galement la traduction de PDF et de livres \xE9lectroniques EPUB tout en conservant la mise en page originale, la traduction de sous-titres bilingues pour des vid\xE9os en ligne comme Youtube/Netflix, et qui supporte les services de traduction principaux tels que Deepl/Google;","browser.PdfProFile":"AI pilot\xE9 PDF Pro traduction","browser.textTranslate":"Traduction de texte"};var z4={nologin:"\u0905\u0902\u0926\u0930 \u092A\u094D\u0930\u0935\u0947\u0936 \u0915\u0940 \u0905\u0928\u0941\u092E\u0924\u093F \u0928\u0939\u0940\u0902 \u0939\u0948",loginForSafari:"\u0932\u0949\u0917-\u0907\u0928 \u092F\u093E \u092A\u0902\u091C\u0940\u0915\u0943\u0924",login:"\u0932\u0949\u0917 \u0907\u0928 \u0915\u0930\u0928\u0947 \u0915\u0947 \u092C\u093E\u0926 \u0906\u092A \u0938\u0926\u0938\u094D\u092F\u0924\u093E \u0938\u0915\u094D\u0930\u093F\u092F \u0915\u0930 \u0938\u0915\u0924\u0947 \u0939\u0948\u0902",manageAccount:"\u0916\u093E\u0924\u0947 \u0915\u093E \u092A\u094D\u0930\u092C\u0902\u0927\u0928 \u0915\u0930\u0947\u0902",openPremium:"\u0938\u0926\u0938\u094D\u092F\u0924\u093E \u0917\u094D\u0930\u0939\u0923 \u0915\u0930\u0947\u0902",logout:"\u091B\u094B\u0921\u093C\u0928\u093E",curentPlan:"\u0935\u0930\u094D\u0924\u092E\u093E\u0928 \u092A\u0948\u0915\u0947\u091C",endAt:"\u092A\u0930\u093F\u092A\u0915\u094D\u0935\u0924\u093E",endAuto:"\u0938\u094D\u0935\u091A\u093E\u0932\u093F\u0924 \u0928\u0935\u0940\u0915\u0930\u0923",lineBreakMaxTextCount:"\u092A\u0902\u0915\u094D\u0924\u093F \u0935\u093F\u0930\u093E\u092E \u0915\u0947 \u092C\u093E\u0926 \u092A\u094D\u0930\u0924\u093F \u0935\u093E\u0915\u094D\u092F \u0905\u0928\u0941\u092E\u0924 \u0935\u0930\u094D\u0923\u094B\u0902 \u0915\u0940 \u0905\u0927\u093F\u0915\u0924\u092E \u0938\u0902\u0916\u094D\u092F\u093E","translate-pdf":"\u092A\u0940\u0921\u0940\u090F\u092B \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u0915\u094D\u0932\u093F\u0915 \u0915\u0930\u0947\u0902","noSupportTranslate-pdf":"\u0938\u094D\u0915\u094D\u0930\u093F\u092A\u094D\u091F \u0938\u092E\u0930\u094D\u0925\u093F\u0924 \u0928\u0939\u0940\u0902 \u0939\u0948, \u0915\u0943\u092A\u092F\u093E \u092A\u094D\u0932\u0917-\u0907\u0928 \u0915\u093E \u0909\u092A\u092F\u094B\u0917 \u0915\u0930\u0947\u0902","translate-firefox-local-pdf":"\u092A\u0940\u0921\u0940\u090F\u092B \u0906\u092F\u093E\u0924 \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u0915\u094D\u0932\u093F\u0915 \u0915\u0930\u0947\u0902",enableLineBreak:"\u0932\u0902\u092C\u0947 \u0905\u0928\u0941\u091A\u094D\u091B\u0947\u0926\u094B\u0902 \u0915\u0947 \u0932\u093F\u090F \u0938\u094D\u0935\u091A\u093E\u0932\u093F\u0924 \u0936\u092C\u094D\u0926 \u0930\u0948\u092A\u093F\u0902\u0917 \u091A\u093E\u0932\u0942 \u0915\u0930\u0947\u0902",sponsorLabel:"$1 \u0938\u0947 \u0936\u0941\u0930\u0942 \u0915\u0930\u0915\u0947 \u0915\u093F\u0938\u0940 \u0921\u0947\u0935\u0932\u092A\u0930 \u0915\u094B \u092A\u094D\u0930\u093E\u092F\u094B\u091C\u093F\u0924 \u0915\u0930\u0947\u0902",help:"\u092E\u0926\u0926",browserShortcutsNoteForFirefox:'\u092B\u093C\u093E\u092F\u0930\u092B\u093C\u0949\u0915\u094D\u0938 \u092C\u094D\u0930\u093E\u0909\u091C\u093C\u0930 \u092E\u0947\u0902 \u0936\u0949\u0930\u094D\u091F\u0915\u091F \u0915\u0941\u0902\u091C\u093F\u092F\u094B\u0902 \u0915\u094B \u0938\u0902\u0936\u094B\u0927\u093F\u0924 \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F, \u0906\u092A\u0915\u094B \u090F\u0915\u094D\u0938\u091F\u0947\u0902\u0936\u0928 \u092A\u094D\u0930\u092C\u0902\u0927\u0928 \u092A\u0943\u0937\u094D\u0920 `about:addons` \u0916\u094B\u0932\u0928\u093E \u0939\u094B\u0917\u093E, \u092B\u093F\u0930 "\u0938\u0947\u091F\u093F\u0902\u0917\u094D\u0938" \u092A\u0930 \u0915\u094D\u0932\u093F\u0915 \u0915\u0930\u0947\u0902, \u092B\u093F\u0930 \u0907\u0938\u0947 \u0938\u0947\u091F \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F "\u0936\u0949\u0930\u094D\u091F\u0915\u091F \u0915\u0941\u0902\u091C\u093F\u092F\u093E\u0901 \u092A\u094D\u0930\u092C\u0902\u0927\u093F\u0924 \u0915\u0930\u0947\u0902" \u092A\u0930 \u0915\u094D\u0932\u093F\u0915 \u0915\u0930\u0947\u0902\u0964',browserShortcutsNoteForChrome:"\u0915\u094D\u0930\u094B\u092E-\u091C\u0948\u0938\u0947 \u092C\u094D\u0930\u093E\u0909\u091C\u093C\u0930 \u092E\u0947\u0902 \u0936\u0949\u0930\u094D\u091F\u0915\u091F \u0915\u0941\u0902\u091C\u093F\u092F\u094B\u0902 \u0915\u094B \u0938\u0902\u0936\u094B\u0927\u093F\u0924 \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F, \u0906\u092A\u0915\u094B \u090F\u0915\u094D\u0938\u091F\u0947\u0902\u0936\u0928 \u092A\u094D\u0930\u092C\u0902\u0927\u0928 \u092A\u0943\u0937\u094D\u0920 \u0916\u094B\u0932\u0928\u093E \u0939\u094B\u0917\u093E, \u0907\u0938\u0947 `\u0936\u0949\u0930\u094D\u091F\u0915\u091F \u092A\u094D\u0930\u092C\u0902\u0927\u093F\u0924 \u0915\u0930\u0947\u0902` \u092A\u0948\u0928\u0932 (`\u0915\u094D\u0930\u094B\u092E://\u090F\u0915\u094D\u0938\u091F\u0947\u0902\u0936\u0928/\u0936\u0949\u0930\u094D\u091F\u0915\u091F`) \u092E\u0947\u0902 \u0938\u0947\u091F \u0915\u0930\u0928\u093E \u0939\u094B\u0917\u093E, \u0914\u0930 \u0938\u0940\u0927\u0947 \u091C\u093E\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u0928\u0940\u091A\u0947 \u0926\u093F\u090F \u0917\u090F \u092C\u091F\u0928 \u092A\u0930 \u0915\u094D\u0932\u093F\u0915 \u0915\u0930\u0928\u093E \u0939\u094B\u0917\u093E \u0936\u0949\u0930\u094D\u091F\u0915\u091F \u0915\u0941\u0902\u091C\u0940 \u092A\u094D\u0930\u092C\u0902\u0927\u0928 \u092A\u0943\u0937\u094D\u0920.",browserShortcutsSucks:"\u0915\u0938\u094D\u091F\u092E \u0936\u0949\u0930\u094D\u091F\u0915\u091F \u0915\u0941\u0902\u091C\u0940 \u092A\u094D\u0930\u093E\u0930\u0942\u092A \u0939\u0948 (\u0915\u094B\u0908 \u0938\u094D\u0935\u091A\u093E\u0932\u093F\u0924 \u092A\u0939\u091A\u093E\u0928 \u0928\u0939\u0940\u0902, \u0915\u0943\u092A\u092F\u093E \u0938\u0940\u0927\u0947 \u0926\u0930\u094D\u091C \u0915\u0930\u0947\u0902)\uFF1A",enableLineBreakDescription:"\u091A\u093E\u0932\u0942 \u0939\u094B\u0928\u0947 \u092A\u0930, \u092A\u0922\u093C\u0928\u0947 \u0915\u0940 \u0938\u0941\u0935\u093F\u0927\u093E \u0915\u0947 \u0932\u093F\u090F \u092A\u094D\u0930\u0924\u094D\u092F\u0947\u0915 \u0935\u093E\u0915\u094D\u092F \u0915\u0947 \u0905\u0902\u0924 \u092E\u0947\u0902 \u0932\u0902\u092C\u0947 \u092A\u0948\u0930\u093E\u0917\u094D\u0930\u093E\u092B \u092E\u0947\u0902 \u0932\u093E\u0907\u0928 \u092C\u094D\u0930\u0947\u0915 \u0921\u093E\u0932\u0947 \u091C\u093E\u090F\u0902\u0917\u0947\u0964","browser.shortBrandName":"\u0917\u0939\u0928 \u0905\u0928\u0941\u0935\u093E\u0926","browser.brandName":"\u0907\u092E\u0930\u094D\u0938\u093F\u0935 \u0905\u0928\u0941\u0935\u093E\u0926: \u0926\u094D\u0935\u093F\u092D\u093E\u0937\u0940 \u0935\u0947\u092C \u092A\u0947\u091C \u0905\u0928\u0941\u0935\u093E\u0926 \u0914\u0930 \u092A\u0940\u0921\u0940\u090F\u092B \u0926\u0938\u094D\u0924\u093E\u0935\u0947\u091C\u093C \u0905\u0928\u0941\u0935\u093E\u0926","browser.brandDescription":"Bilingual web page translation, also supports PDF translation, bilingual Epub eBook translation, free to use.","browser.toggleTranslatePage":"\u0935\u0947\u092C \u092A\u0947\u091C \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0947\u0902/\u092E\u0942\u0932 \u092A\u093E\u0920 \u0926\u093F\u0916\u093E\u090F\u0902","browser.toggleTranslateTheWholePage":"\u092A\u0943\u0937\u094D\u0920 \u0915\u0947 \u0938\u092D\u0940 \u0915\u094D\u0937\u0947\u0924\u094D\u0930\u094B\u0902 \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0947\u0902/\u092E\u0942\u0932 \u092A\u093E\u0920 \u092A\u094D\u0930\u0926\u0930\u094D\u0936\u093F\u0924 \u0915\u0930\u0947\u0902","browser.toggleOnlyTransation":"\u0926\u094D\u0935\u093F\u092D\u093E\u0937\u0940/\u0915\u0947\u0935\u0932 \u0905\u0928\u0941\u0935\u093E\u0926 \u092E\u094B\u0921 \u092A\u0930 \u0938\u094D\u0935\u093F\u091A \u0915\u0930\u0947\u0902","browser.toggleTranslateToThePageEndImmediately":"\u0924\u0941\u0930\u0902\u0924 \u092A\u0943\u0937\u094D\u0920 \u0915\u0947 \u0928\u0940\u091A\u0947 \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0947\u0902/\u092E\u0942\u0932 \u092A\u093E\u0920 \u0926\u093F\u0916\u093E\u090F\u0902","browser.toggleTranslateTheMainPage":"\u092A\u0943\u0937\u094D\u0920 \u0915\u0947 \u092E\u0941\u0916\u094D\u092F \u0915\u094D\u0937\u0947\u0924\u094D\u0930 \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0947\u0902/\u092E\u0942\u0932 \u092A\u093E\u0920 \u092A\u094D\u0930\u0926\u0930\u094D\u0936\u093F\u0924 \u0915\u0930\u0947\u0902","browser.shareToDraft":"\u0926\u094D\u0935\u093F\u092D\u093E\u0937\u0940 \u092A\u0943\u0937\u094D\u0920 \u0938\u093E\u091D\u093E \u0915\u0930\u0947\u0902","browser.openOptionsPage":"\u0938\u0947\u091F\u093F\u0902\u0917 \u092A\u0943\u0937\u094D\u0920 \u0916\u094B\u0932\u0947\u0902","browser.toggleTranslationMask":"\u0905\u0928\u0941\u0935\u093E\u0926 \u0927\u0941\u0902\u0927\u0932\u093E \u092A\u094D\u0930\u092D\u093E\u0935 \u0926\u093F\u0916\u093E\u090F\u0901/\u091B\u093F\u092A\u093E\u090F\u0901","browser.translateLocalPdfFile":"\u0938\u094D\u0925\u093E\u0928\u0940\u092F \u092A\u0940\u0921\u0940\u090F\u092B \u092B\u093E\u0907\u0932\u094B\u0902 \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0947\u0902","browser.openEbookViewer":"\u0938\u094D\u0925\u093E\u0928\u0940\u092F \u0908-\u092A\u0941\u0938\u094D\u0924\u0915\u0947\u0902 \u092A\u0922\u093C\u0947\u0902","browser.openEbookBuilder":"\u0926\u094D\u0935\u093F\u092D\u093E\u0937\u0940 EPUB \u0908-\u092A\u0941\u0938\u094D\u0924\u0915\u0947\u0902 \u092C\u0928\u093E\u090F\u0901","browser.translateLocalHtmlFile":"HTML/txt \u092B\u093C\u093E\u0907\u0932\u094B\u0902 \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0947\u0902","browser.donateContext":"\u092A\u094D\u0930\u093E\u092F\u094B\u091C\u0928 \u0932\u093E\u092D\u094B\u0902 \u0915\u0947 \u092C\u093E\u0930\u0947 \u092E\u0947\u0902 \u091C\u093E\u0928\u0947\u0902","browser.translateLocalSubtitleFile":"\u0938\u094D\u0925\u093E\u0928\u0940\u092F \u0909\u092A\u0936\u0940\u0930\u094D\u0937\u0915 \u092B\u093C\u093E\u0907\u0932\u094B\u0902 \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0947\u0902",confirmResetConfig:"\u0915\u094D\u092F\u093E \u0906\u092A \u0935\u093E\u0915\u0908 \u0905\u092A\u0928\u0940 \u0938\u0947\u091F\u093F\u0902\u0917\u094D\u0938 \u0930\u0940\u0938\u0947\u091F \u0915\u0930\u0928\u093E \u091A\u093E\u0939\u0924\u0947 \u0939\u0948\u0902?",translationLineBreakSettingTitle:"\u0905\u0928\u0941\u0935\u093E\u0926 \u092A\u0902\u0915\u094D\u0924\u093F \u0930\u0948\u092A\u093F\u0902\u0917 \u0938\u0947\u091F\u093F\u0902\u0917",smartLineBreak:"\u0938\u094D\u092E\u093E\u0930\u094D\u091F \u0932\u093E\u0907\u0928 \u0930\u0948\u092A\u093F\u0902\u0917",alwaysLineBreak:"\u0939\u092E\u0947\u0936\u093E \u0932\u092A\u0947\u091F\u094B",isShowContextMenu:"\u0905\u0928\u0941\u0935\u093E\u0926\u093F\u0924 \u0935\u0947\u092C \u092A\u0947\u091C \u0915\u094B \u0930\u093E\u0907\u091F-\u0915\u094D\u0932\u093F\u0915 \u092E\u0947\u0928\u0942 \u0906\u0907\u091F\u092E \u092E\u0947\u0902 \u091C\u094B\u0921\u093C\u0947\u0902",toggleBeta:"\u092C\u0940\u091F\u093E \u092A\u0930\u0940\u0915\u094D\u0937\u0923 \u0938\u0941\u0935\u093F\u0927\u093E\u090F\u0901 \u0938\u0915\u094D\u0937\u092E \u0915\u0930\u0947\u0902",betaDescription:"\u0909\u0928 \u0938\u0941\u0935\u093F\u0927\u093E\u0913\u0902 \u0915\u094B \u0938\u0915\u094D\u0937\u092E \u0915\u0930\u0947\u0902 \u091C\u094B \u0905\u092D\u0940 \u092D\u0940 \u092A\u094D\u0930\u092F\u094B\u0917\u093E\u0924\u094D\u092E\u0915 \u0939\u0948\u0902, \u0938\u093E\u0925 \u0939\u0940 \u092A\u0930\u0940\u0915\u094D\u0937\u0923 \u092E\u0947\u0902 \u0905\u0928\u0941\u0935\u093E\u0926 \u0938\u0947\u0935\u093E\u090F\u0902 \u092D\u0940 \u0938\u0915\u094D\u0937\u092E \u0915\u0930\u0947\u0902\u0964 <1>\u091F\u0947\u0932\u0940\u0917\u094D\u0930\u093E\u092E \u0938\u092E\u0942\u0939 \u0938\u0947 \u091C\u0941\u0921\u093C\u0947\u0902 \u0914\u0930 \u0905\u0927\u093F\u0915 \u091C\u093E\u0928\u0947\u0902\u0964",translationLineBreakSettingDescription:"\u0939\u092E\u0947\u0936\u093E \u0930\u0948\u092A \u0915\u092E \u0938\u093E\u092E\u0917\u094D\u0930\u0940 \u0935\u093E\u0932\u0947 \u0932\u0947\u0906\u0909\u091F \u0915\u0947 \u0932\u093F\u090F \u0909\u092A\u092F\u0941\u0915\u094D\u0924 \u0939\u094B\u0924\u093E \u0939\u0948 \u0914\u0930 \u0905\u0927\u093F\u0915 \u0938\u0941\u0935\u094D\u092F\u0935\u0938\u094D\u0925\u093F\u0924 \u0939\u094B\u0924\u093E \u0939\u0948\u0964 (\u0938\u094D\u0925\u093E\u0928 \u092C\u091A\u093E\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u092C\u0939\u0941\u0924 \u0938\u093E\u0930\u0940 \u0938\u093E\u092E\u0917\u094D\u0930\u0940 ({count}\u0938\u0947 \u0905\u0927\u093F\u0915 \u0905\u0915\u094D\u0937\u0930) \u0935\u093E\u0932\u0947 \u0932\u0902\u092C\u0947 \u092A\u0948\u0930\u093E\u0917\u094D\u0930\u093E\u092B \u092E\u0947\u0902 \u0938\u094D\u092E\u093E\u0930\u094D\u091F \u0932\u093E\u0907\u0928 \u092C\u094D\u0930\u0947\u0915 \u0915\u093E \u0909\u092A\u092F\u094B\u0917 \u0915\u0930\u0947\u0902)",tempTranslateDomainTitle:"\u0935\u0947\u092C\u0938\u093E\u0907\u091F \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u094B \u0905\u0938\u094D\u0925\u093E\u092F\u0940 \u0930\u0942\u092A \u0938\u0947 \u0915\u092C \u0924\u0915 \u0938\u0915\u094D\u0937\u092E \u0915\u0930\u0928\u093E \u0939\u0948",tempTranslateDomainDescription:"\u0915\u093F\u0938\u0940 \u0935\u0947\u092C \u092A\u0947\u091C \u0915\u093E \u092E\u0948\u0928\u094D\u092F\u0941\u0905\u0932 \u0930\u0942\u092A \u0938\u0947 \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0924\u0947 \u0938\u092E\u092F, \u0938\u094D\u0935\u091A\u093E\u0932\u093F\u0924 \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0947 \u0932\u093F\u090F \u0935\u0947\u092C\u0938\u093E\u0907\u091F \u0915\u094B \u0905\u0938\u094D\u0925\u093E\u092F\u0940 \u0930\u0942\u092A \u0938\u0947 \u091A\u093E\u0932\u0942 \u0915\u0930\u0947\u0902, \u0914\u0930 \u0906\u092A \u0905\u0938\u094D\u0925\u093E\u092F\u0940 \u0905\u0935\u0927\u093F \u0928\u093F\u0930\u094D\u0927\u093E\u0930\u093F\u0924 \u0915\u0930 \u0938\u0915\u0924\u0947 \u0939\u0948\u0902\u0964",xMinutes:"{count} \u092E\u093F\u0928\u091F",disabled:"\u0905\u0915\u094D\u0937\u092E \u0915\u0930\u0928\u093E",changelog:"\u0932\u0949\u0917 \u092C\u0926\u0932\u0947\u0902",toggleTranslatePageWhenThreeFingersOnTheScreen:"\u0935\u0947\u092C \u092A\u0947\u091C \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0928\u0947/\u092E\u0942\u0932 \u092A\u093E\u0920 \u092A\u094D\u0930\u0926\u0930\u094D\u0936\u093F\u0924 \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u090F\u0915 \u0939\u0940 \u0938\u092E\u092F \u092E\u0947\u0902 \u0915\u0908 \u0905\u0902\u0917\u0941\u0932\u093F\u092F\u094B\u0902 \u0938\u0947 \u0938\u094D\u0915\u094D\u0930\u0940\u0928 \u0915\u094B \u0938\u094D\u092A\u0930\u094D\u0936 \u0915\u0930\u0947\u0902",toggleTranslationMaskWhenThreeFingersOnTheScreen:"\u0905\u0928\u0941\u0935\u093E\u0926 \u0927\u0941\u0902\u0927\u0932\u093E \u092A\u094D\u0930\u092D\u093E\u0935 \u0926\u093F\u0916\u093E\u0928\u0947/\u091B\u093F\u092A\u093E\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u090F\u0915 \u0939\u0940 \u0938\u092E\u092F \u092E\u0947\u0902 \u0915\u0908 \u0905\u0902\u0917\u0941\u0932\u093F\u092F\u094B\u0902 \u0915\u094B \u0938\u094D\u092A\u0930\u094D\u0936 \u0915\u0930\u0947\u0902",fingerCountToToggleTranslagePageOnlyTranslationWhenTouching:"\u0935\u0947\u092C \u092A\u0947\u091C \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 (\u0915\u0947\u0935\u0932 \u0905\u0928\u0941\u0935\u093E\u0926)/\u092E\u0942\u0932 \u092A\u093E\u0920 \u092A\u094D\u0930\u0926\u0930\u094D\u0936\u093F\u0924 \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u090F\u0915 \u0939\u0940 \u0938\u092E\u092F \u092E\u0947\u0902 \u0915\u0908 \u0905\u0902\u0917\u0941\u0932\u093F\u092F\u094B\u0902 \u0938\u0947 \u0938\u094D\u0915\u094D\u0930\u0940\u0928 \u0915\u094B \u0938\u094D\u092A\u0930\u094D\u0936 \u0915\u0930\u0947\u0902",addUrlDescription:"\u092F\u0939 \u090F\u0915 \u0921\u094B\u092E\u0947\u0928 \u0928\u093E\u092E \u0939\u094B \u0938\u0915\u0924\u093E \u0939\u0948 \u0914\u0930 \u0935\u093E\u0907\u0932\u094D\u0921\u0915\u093E\u0930\u094D\u0921 \u0915\u093E \u0938\u092E\u0930\u094D\u0925\u0928 \u0915\u0930\u0924\u093E \u0939\u0948, \u091C\u0948\u0938\u0947\uFF1A*.google.com, google.com/mail/*, https://www.google.com/*",general:"\u092E\u0942\u0932 \u0938\u0947\u091F\u093F\u0902\u0917\u094D\u0938",clickToExpandConfig:"\u0935\u0930\u094D\u0924\u092E\u093E\u0928 \u0915\u0949\u0928\u094D\u092B\u093C\u093F\u0917\u0930\u0947\u0936\u0928 \u0915\u093E \u0935\u093F\u0938\u094D\u0924\u093E\u0930 \u0915\u0930\u0947\u0902",import:"\u092B\u093C\u093E\u0907\u0932 \u0938\u0947 \u0906\u092F\u093E\u0924 \u0915\u0930\u0947\u0902",export:"\u092B\u093C\u093E\u0907\u0932 \u092E\u0947\u0902 \u0928\u093F\u0930\u094D\u092F\u093E\u0924 \u0915\u0930\u0947\u0902",toggleDebug:"\u0915\u0902\u0938\u094B\u0932 \u092A\u0930 \u0921\u093F\u092C\u0917 \u0932\u0949\u0917 \u092A\u094D\u0930\u093F\u0902\u091F \u0915\u0930\u0947\u0902","fingers.0":"\u092C\u0902\u0926","fingers.2":"\u0926\u094B \u0909\u0902\u0917\u0932\u093F\u092F\u094B\u0902 \u0915\u093E \u0938\u094D\u092A\u0930\u094D\u0936","fingers.3":"\u0924\u0940\u0928 \u0909\u0902\u0917\u0932\u093F\u092F\u094B\u0902 \u0915\u093E \u0938\u094D\u092A\u0930\u094D\u0936","fingers.4":"\u091A\u093E\u0930 \u0905\u0902\u0917\u0941\u0932 \u0915\u093E \u0938\u094D\u092A\u0930\u094D\u0936","fingers.5":"\u092A\u093E\u0901\u091A \u0905\u0902\u0917\u0941\u0932 \u0915\u093E \u0938\u094D\u092A\u0930\u094D\u0936",mouseHoldKey:"+ {key} \u0907\u0938 \u0905\u0928\u0941\u091A\u094D\u091B\u0947\u0926 \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926/\u092A\u0941\u0928\u0930\u094D\u0938\u094D\u0925\u093E\u092A\u0928\u093E \u0915\u0930\u0947\u0902",mouseHoldKeyAuto:"\u0907\u0938 \u0905\u0928\u0941\u091A\u094D\u091B\u0947\u0926 \u0915\u093E \u0938\u0940\u0927\u0947 \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0947\u0902",mouseHoldKeyOff:"\u0915\u0941\u091B \u092E\u0924 \u0915\u0930\u094B",mouseHoldKeyOther:"\u0915\u0938\u094D\u091F\u092E \u0936\u0949\u0930\u094D\u091F\u0915\u091F \u0915\u0941\u0902\u091C\u093F\u092F\u093E\u0901 (\u0938\u0947\u091F\u093F\u0902\u0917\u094D\u0938 \u0916\u094B\u0932\u0947\u0902)",mouseHoldKeyCustomKey:"0\u0907\u0938 \u0905\u0928\u0941\u091A\u094D\u091B\u0947\u0926 \u0915\u093E {key} /\u092A\u0941\u0928\u0930\u094D\u0938\u094D\u0925\u093E\u092A\u0928\u093E \u0915\u0930\u0947\u0902",mouseHoverHoldKey:"\u092A\u0948\u0930\u093E\u0917\u094D\u0930\u093E\u092B \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u092E\u093E\u0909\u0938 \u0915\u094B \u0918\u0941\u092E\u093E\u090F\u0901 \u0914\u0930 \u0936\u0949\u0930\u094D\u091F\u0915\u091F \u0915\u0941\u0902\u091C\u0940 \u0926\u092C\u093E\u090F\u0901","mouse-translate":"\u092E\u093E\u0909\u0938 \u0915\u0947 \u090A\u092A\u0930",document:"\u0926\u0938\u094D\u0924\u093E\u0935\u0947\u091C\u093C",resetSuccess:"\u0938\u092D\u0940 \u0938\u0947\u091F\u093F\u0902\u0917\u094D\u0938 \u0938\u092B\u0932\u0924\u093E\u092A\u0942\u0930\u094D\u0935\u0915 \u0930\u0940\u0938\u0947\u091F \u0915\u0930\u0947\u0902",resetThisSuccess:"\u0930\u0940\u0938\u0947\u091F \u0938\u092B\u0932",saved:"\u0938\u092B\u0932\u0924\u093E\u092A\u0942\u0930\u094D\u0935\u0915 \u092C\u091A\u093E\u092F\u093E",successImportConfig:"\u0915\u0949\u0928\u094D\u092B\u093C\u093F\u0917\u0930\u0947\u0936\u0928 \u0938\u092B\u0932\u0924\u093E\u092A\u0942\u0930\u094D\u0935\u0915 \u0906\u092F\u093E\u0924 \u0915\u093F\u092F\u093E \u0917\u092F\u093E",goAdvancedSettings:"\u0909\u0928\u094D\u0928\u0924 \u0938\u0947\u091F\u093F\u0902\u0917 \u092A\u0943\u0937\u094D\u0920 \u092A\u0930 \u091C\u093E\u090F\u0901",goAdvancedInterfaceSettings:"\u0909\u0928\u094D\u0928\u0924 \u0905\u0928\u0941\u0915\u0942\u0932\u0928 \u0938\u0947\u091F\u093F\u0902\u0917 \u092A\u0943\u0937\u094D\u0920 \u092A\u0930 \u091C\u093E\u090F\u0901",advanced:"\u090F\u0921\u0935\u093E\u0902\u0938 \u0938\u0947\u091F\u093F\u0902\u0917",advancedDescription:"\u0906\u092E \u0924\u094C\u0930 \u092A\u0930, \u0915\u093F\u0938\u0940 \u0938\u0947\u091F\u093F\u0902\u0917 \u0915\u0940 \u0906\u0935\u0936\u094D\u092F\u0915\u0924\u093E \u0928\u0939\u0940\u0902 \u0939\u0948, \u092C\u0938 \u0921\u093F\u092B\u093C\u0949\u0932\u094D\u091F \u0930\u0916\u0947\u0902\u0964 \u0915\u0947\u0935\u0932 \u0905\u0927\u093F\u0915 \u092A\u0947\u0936\u0947\u0935\u0930 \u0909\u092A\u092F\u094B\u0917\u0915\u0930\u094D\u0924\u093E\u0913\u0902 \u0915\u0947 \u0932\u093F\u090F, \u0905\u0927\u093F\u0915 \u0935\u0948\u092F\u0915\u094D\u0924\u093F\u0915\u0943\u0924 \u0938\u0947\u091F\u093F\u0902\u0917\u094D\u0938 \u092A\u094D\u0930\u0926\u093E\u0928 \u0915\u0940 \u091C\u093E\u0924\u0940 \u0939\u0948\u0902\u0964",developer:"\u0921\u0947\u0935\u0932\u092A\u0930 \u0938\u0947\u091F\u093F\u0902\u0917\u094D\u0938",donateCafe:"\u0915\u0940\u092E\u0924","translate to the bottom of the page":"\u0935\u0947\u092C \u092A\u0947\u091C \u092E\u0947\u0902 \u092A\u094D\u0930\u0935\u0947\u0936 \u0915\u0930\u0928\u0947 \u0915\u0947 \u092C\u093E\u0926, \u0915\u094D\u092F\u093E \u0907\u0938\u0915\u093E \u0924\u0941\u0930\u0902\u0924 \u092A\u0943\u0937\u094D\u0920 \u0915\u0947 \u0928\u093F\u091A\u0932\u0947 \u092D\u093E\u0917 \u092E\u0947\u0902 \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u093F\u092F\u093E \u091C\u093E\u0924\u093E \u0939\u0948?",feedback:"\u092A\u094D\u0930\u0924\u093F\u0915\u094D\u0930\u093F\u092F\u093E",toggleTranslatePage:"\u0935\u0947\u092C \u092A\u0947\u091C \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0947\u0902/\u092E\u0942\u0932 \u092A\u093E\u0920 \u0926\u093F\u0916\u093E\u090F\u0902",translateToThePageEndImmediatelyDescription:"\u091A\u093E\u0932\u0942 \u0939\u094B\u0928\u0947 \u092A\u0930, \u0915\u093F\u0938\u0940 \u0935\u0947\u092C\u092A\u0947\u091C \u092E\u0947\u0902 \u092A\u094D\u0930\u0935\u0947\u0936 \u0915\u0930\u0928\u0947 \u092A\u0930 \u0938\u093E\u092E\u0917\u094D\u0930\u0940 \u0924\u0941\u0930\u0902\u0924 \u090A\u092A\u0930 \u0938\u0947 \u0928\u0940\u091A\u0947 \u0924\u0915 \u0905\u0928\u0941\u0935\u093E\u0926\u093F\u0924 \u0939\u094B \u091C\u093E\u090F\u0917\u0940\u0964 \u092F\u0926\u093F \u092C\u0902\u0926 \u0939\u0948, \u0924\u094B \u0906\u092A \u090F\u0915 \u0939\u0940 \u0938\u092E\u092F \u092E\u0947\u0902 \u092A\u0922\u093C \u0914\u0930 \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930 \u0938\u0915\u0924\u0947 \u0939\u0948\u0902\u0964 (\u091A\u093E\u0932\u0942 \u0915\u0930\u0928\u0947 \u0915\u0940 \u0905\u0928\u0941\u0936\u0902\u0938\u093E \u0928\u0939\u0940\u0902 \u0915\u0940 \u0917\u0908)","translate all areas of the page":"\u0935\u0947\u092C \u092A\u0947\u091C \u0915\u0947 \u0938\u092D\u0940 \u0915\u094D\u0937\u0947\u0924\u094D\u0930\u094B\u0902 \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0928\u093E \u0939\u0948 \u092F\u093E \u0928\u0939\u0940\u0902",translationAreaDescription:"\u091A\u093E\u0932\u0942 \u0939\u094B\u0928\u0947 \u092A\u0930, \u0938\u0902\u092A\u0942\u0930\u094D\u0923 \u0935\u0947\u092C \u092A\u0947\u091C \u0915\u0947 \u0938\u092D\u0940 \u0915\u094D\u0937\u0947\u0924\u094D\u0930\u094B\u0902 \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u093F\u092F\u093E \u091C\u093E\u090F\u0917\u093E\u0964 \u092F\u0926\u093F \u092C\u0902\u0926 \u0915\u093F\u092F\u093E \u091C\u093E\u0924\u093E \u0939\u0948, \u0924\u094B \u0921\u093F\u092B\u093C\u0949\u0932\u094D\u091F \u0938\u094D\u092E\u093E\u0930\u094D\u091F \u092A\u0939\u091A\u093E\u0928 \u0915\u093E \u0909\u092A\u092F\u094B\u0917 \u0915\u093F\u092F\u093E \u091C\u093E\u0924\u093E \u0939\u0948 \u0914\u0930 \u0915\u0947\u0935\u0932 \u092E\u0941\u0916\u094D\u092F \u0915\u094D\u0937\u0947\u0924\u094D\u0930 \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u093F\u092F\u093E \u091C\u093E\u0924\u093E \u0939\u0948\u0964 (\u091A\u093E\u0932\u0942 \u0915\u0930\u0928\u0947 \u0915\u0940 \u0905\u0928\u0941\u0936\u0902\u0938\u093E \u0928\u0939\u0940\u0902 \u0915\u0940 \u0917\u0908)","the number of characters to be translated first":"\u0926\u0943\u0936\u094D\u092F \u0915\u094D\u0937\u0947\u0924\u094D\u0930 \u0924\u0915 \u0938\u094D\u0915\u094D\u0930\u0949\u0932 \u0915\u0930\u0928\u0947 \u0915\u0940 \u092A\u094D\u0930\u0924\u0940\u0915\u094D\u0937\u093E \u0915\u093F\u090F \u092C\u093F\u0928\u093E \u092A\u0943\u0937\u094D\u0920 \u0915\u0947 \u092A\u0939\u0932\u0947 \u0915\u0941\u091B \u0935\u0930\u094D\u0923\u094B\u0902 \u0915\u093E \u0938\u0940\u0927\u0947 \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0947\u0902","interface language":"\u0907\u0902\u091F\u0930\u092B\u093C\u0947\u0938 \u092D\u093E\u0937\u093E","display both the original text and the translation":"\u092E\u0942\u0932 \u092A\u093E\u0920 \u0914\u0930 \u0905\u0928\u0941\u0935\u093E\u0926 \u090F\u0915 \u0938\u093E\u0925 \u092A\u094D\u0930\u0926\u0930\u094D\u0936\u093F\u0924 \u0915\u0930\u0947\u0902","keyboard shortcuts":"\u0915\u0941\u0902\u091C\u0940\u092A\u091F\u0932 \u0905\u0932\u094D\u092A \u092E\u093E\u0930\u094D\u0917",modify:"\u0936\u0949\u0930\u094D\u091F\u0915\u091F \u0915\u0941\u0902\u091C\u093F\u092F\u093E\u0901 \u0938\u0902\u0936\u094B\u0927\u093F\u0924 \u0915\u0930\u0947\u0902",reset:"\u0930\u0940\u0938\u0947\u091F",close:"\u092C\u0902\u0926",homepage:"\u0939\u094B\u092E \u092A\u0947\u091C",more:"\u0905\u0927\u093F\u0915",moreOptions:"\u0905\u0927\u093F\u0915 \u0905\u0928\u0941\u0915\u0942\u0932\u0928 \u0935\u093F\u0915\u0932\u094D\u092A\u094B\u0902 \u0915\u093E \u0935\u093F\u0938\u094D\u0924\u093E\u0930 \u0915\u0930\u0947\u0902",translateTheWholePage:"\u092A\u0943\u0937\u094D\u0920 \u0915\u0947 \u0938\u092D\u0940 \u0915\u094D\u0937\u0947\u0924\u094D\u0930\u094B\u0902 \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0947\u0902 (\u092C\u0941\u0926\u094D\u0927\u093F\u092E\u093E\u0928 \u092A\u0939\u091A\u093E\u0928 \u0915\u0947 \u092E\u0941\u0916\u094D\u092F \u0915\u094D\u0937\u0947\u0924\u094D\u0930\u094B\u0902 \u0938\u0947 \u092D\u093F\u0928\u094D\u0928)",changeToTranslateTheWholePage:"\u0938\u092D\u0940 \u0915\u094D\u0937\u0947\u0924\u094D\u0930\u094B\u0902 \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u0938\u094D\u0935\u093F\u091A \u0915\u0930\u0947\u0902",changeToTranslateTheMainPage:"\u0905\u0928\u0941\u0935\u093E\u0926 \u092E\u0941\u0916\u094D\u092F \u0915\u094D\u0937\u0947\u0924\u094D\u0930 \u092A\u0930 \u0938\u094D\u0935\u093F\u091A \u0915\u0930\u0947\u0902",changeToOnlyTranslationMode:"\u0915\u0947\u0935\u0932 \u0905\u0928\u0941\u0935\u093E\u0926 \u0926\u093F\u0916\u093E\u0928\u0947 \u092A\u0930 \u0938\u094D\u0935\u093F\u091A \u0915\u0930\u0947\u0902",changeToDualTranslationMode:"\u0926\u094D\u0935\u093F\u092D\u093E\u0937\u0940 \u0905\u0928\u0941\u0935\u093E\u0926 \u092A\u0930 \u0938\u094D\u0935\u093F\u091A \u0915\u0930\u0947\u0902",translateToThePageEndImmediately:"\u0924\u0941\u0930\u0902\u0924 \u092A\u0943\u0937\u094D\u0920 \u0915\u0947 \u0928\u0940\u091A\u0947 \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0947\u0902",translateTheMainPage:"\u092C\u0941\u0926\u094D\u0927\u093F\u092E\u093E\u0928 \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0947 \u092E\u0941\u0916\u094D\u092F \u0915\u094D\u0937\u0947\u0924\u094D\u0930","The local rules are up to date":"\u0938\u094D\u0925\u093E\u0928\u0940\u092F \u0905\u0928\u0941\u0915\u0942\u0932\u0928 \u0928\u093F\u092F\u092E \u0905\u0926\u094D\u092F\u0924\u093F\u0924 \u0939\u0948\u0902:","Successfully synchronized with the latest official rules:":"\u0928\u0935\u0940\u0928\u0924\u092E \u0906\u0927\u093F\u0915\u093E\u0930\u093F\u0915 \u0905\u0928\u0941\u0915\u0942\u0932\u0928 \u0928\u093F\u092F\u092E\u094B\u0902 \u0915\u094B \u0938\u092B\u0932\u0924\u093E\u092A\u0942\u0930\u094D\u0935\u0915 \u0938\u093F\u0902\u0915\u094D\u0930\u0928\u093E\u0907\u091C\u093C \u0915\u093F\u092F\u093E \u0917\u092F\u093E:","Checking for updates":"\u0905\u092A\u0921\u0947\u091F \u0915\u0947 \u0932\u093F\u090F \u091C\u093E\u0902\u091A \u0915\u0930 \u0930\u0939\u093E \u0939\u0948","Rules are being synchronized":"\u0905\u0928\u0941\u0915\u0942\u0932\u0928 \u0928\u093F\u092F\u092E\u094B\u0902 \u0915\u094B \u0938\u093F\u0902\u0915\u094D\u0930\u0928\u093E\u0907\u091C\u093C \u0915\u0930\u0928\u093E",localVersionIsTooOld:"\u0938\u094D\u0925\u093E\u0928\u0940\u092F \u090F\u0915\u094D\u0938\u091F\u0947\u0902\u0936\u0928 \u0938\u0902\u0938\u094D\u0915\u0930\u0923 \u092C\u0939\u0941\u0924 \u092A\u0941\u0930\u093E\u0928\u093E \u0939\u0948\u0964 \u0915\u0943\u092A\u092F\u093E \u090F\u0915\u094D\u0938\u091F\u0947\u0902\u0936\u0928 {minVersion} \u092F\u093E \u0928\u090F \u0938\u0902\u0938\u094D\u0915\u0930\u0923 \u092E\u0947\u0902 \u0905\u092A\u0917\u094D\u0930\u0947\u0921 \u0915\u0930\u0947\u0902 \u0914\u0930 \u092B\u093F\u0930 \u0938\u0947 \u0938\u093F\u0902\u0915\u094D\u0930\u0928\u093E\u0907\u091C\u093C\u0947\u0936\u0928 \u0915\u093E \u092A\u094D\u0930\u092F\u093E\u0938 \u0915\u0930\u0947\u0902\u0964",badUserscriptBrowser:"\u0935\u0930\u094D\u0924\u092E\u093E\u0928 \u092C\u094D\u0930\u093E\u0909\u091C\u093C\u0930 \u0917\u094D\u0930\u0940\u0938 \u092E\u0902\u0915\u0940 \u090F\u0915\u094D\u0938\u091F\u0947\u0902\u0936\u0928 \u0907\u0902\u091F\u0930\u092B\u093C\u0947\u0938 \u0915\u094B \u0938\u0939\u0940 \u0922\u0902\u0917 \u0938\u0947 \u0915\u093E\u0930\u094D\u092F\u093E\u0928\u094D\u0935\u093F\u0924 \u0928\u0939\u0940\u0902 \u0915\u0930\u0924\u093E \u0939\u0948 (\u091C\u0948\u0938\u0947 \u0915\u093F \u0917\u094D\u0930\u0940\u0938 \u092E\u0902\u0915\u0940 \u0938\u094D\u0915\u094D\u0930\u093F\u092A\u094D\u091F \u0915\u0940 \u0938\u0902\u0938\u094D\u0915\u0930\u0923 \u0938\u0902\u0916\u094D\u092F\u093E \u0915\u0940 \u091C\u093E\u0928\u0915\u093E\u0930\u0940 \u092A\u094D\u0930\u093E\u092A\u094D\u0924 \u0915\u0930\u0928\u093E), \u0915\u0943\u092A\u092F\u093E \u0905\u0928\u094D\u092F <1> \u0938\u092E\u0930\u094D\u0925\u0928 \u0917\u094D\u0930\u0940\u0938 \u092E\u0902\u0915\u0940 \u090F\u0915\u094D\u0938\u091F\u0947\u0902\u0936\u0928 \u0915\u093E \u0909\u092A\u092F\u094B\u0917 \u0915\u0930\u0947\u0902 \u092B\u093C\u093E\u092F\u0930\u092B\u093C\u0949\u0915\u094D\u0938 \u091C\u0948\u0938\u0947 \u092C\u094D\u0930\u093E\u0909\u091C\u093C\u0930",foundNewVersion:"\u0928\u092F\u093E \u0938\u0902\u0938\u094D\u0915\u0930\u0923 \u092E\u093F\u0932\u093E",theLocalExtensionIsUpToUpdate:"\u0935\u0930\u094D\u0924\u092E\u093E\u0928 \u090F\u0915\u094D\u0938\u091F\u0947\u0902\u0936\u0928 \u0928\u0935\u0940\u0928\u0924\u092E \u0938\u0902\u0938\u094D\u0915\u0930\u0923 \u0939\u0948.",failToSyncRules:"\u0928\u0935\u0940\u0928\u0924\u092E \u0905\u0928\u0941\u0915\u0942\u0932\u0928 \u0928\u093F\u092F\u092E\u094B\u0902 \u0915\u094B \u0938\u093F\u0902\u0915\u094D\u0930\u0928\u093E\u0907\u091C\u093C \u0915\u0930\u0928\u0947 \u092E\u0947\u0902 \u0935\u093F\u092B\u0932",retry:"\u092A\u0941\u0928\u0903 \u092A\u094D\u0930\u092F\u093E\u0938 \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u092F\u0939\u093E\u0902 \u092A\u0930 \u0915\u094D\u0932\u093F\u0915 \u0915\u0930\u0947\u0902",failedReason:"\u0905\u0938\u092B\u0932\u0924\u093E \u0915\u093E \u0915\u093E\u0930\u0923",currentRuleVersion:"\u0935\u0930\u094D\u0924\u092E\u093E\u0928 \u0928\u093F\u092F\u092E \u0938\u0902\u0938\u094D\u0915\u0930\u0923",calculating:"\u0917\u093F\u0928\u093E \u091C\u093E \u0930\u0939\u093E \u0939\u0948",unknownError:"\u0905\u091C\u094D\u091E\u093E\u0924 \u0917\u0932\u0924\u0940",canNotFetchRemoteRule:"\u0926\u0942\u0930\u0938\u094D\u0925 \u0928\u093F\u092F\u092E \u092A\u094D\u0930\u093E\u092A\u094D\u0924 \u0915\u0930\u0928\u0947 \u092E\u0947\u0902 \u0905\u0938\u092E\u0930\u094D\u0925",enableAlphaSuccess:"\u0905\u0932\u094D\u092B\u093C\u093E \u092B\u093C\u0902\u0915\u094D\u0936\u0928 \u091A\u093E\u0932\u0942 \u0939\u0941\u0906",disableAlphaSuccess:"\u0905\u0932\u094D\u092B\u093C\u093E \u0938\u0941\u0935\u093F\u0927\u093E \u092C\u0902\u0926 \u0915\u0930 \u0926\u0940 \u0917\u0908",cacheSize:"\u0915\u0948\u0936 \u0906\u0915\u093E\u0930\uFF1A",cleaning:"\u0938\u092B\u093E\u0908",cleanCache:"\u0915\u0948\u0936 \u0915\u094B \u0938\u093E\u092B\u093C \u0915\u0930\u0947\u0902",options:"\u0938\u094D\u0925\u093E\u092A\u093F\u0924 \u0915\u0930\u0928\u093E",about:"\u0915\u0947 \u092C\u093E\u0930\u0947 \u092E\u0947\u0902",service:"\u0905\u0928\u0941\u0935\u093E\u0926\u0928 \u0938\u0947\u0935\u093E",needAction:"(\u0938\u0947\u091F\u093F\u0902\u0917\u094D\u0938 \u092E\u0947\u0902 \u091C\u093E\u0913)",goSettings:"\u0938\u0947\u091F\u093F\u0902\u0917\u094D\u0938 \u092E\u0947\u0902 \u091C\u093E\u0913",needActionForOptions:"(\u0938\u0947\u091F \u0915\u0930\u0928\u0947 \u0915\u0940 \u0906\u0935\u0936\u094D\u092F\u0915\u0924\u093E \u0939\u0948)",translationEngine:"\u0907\u0902\u091C\u0928 \u0935\u093F\u0915\u0932\u094D\u092A",sourceLanguage:"\u0935\u093E\u0938\u094D\u0924\u0935\u093F\u0915 \u092D\u093E\u0937\u093E",target:"\u0932\u0915\u094D\u0937\u094D\u092F \u092D\u093E\u0937\u093E",popupSourceLanguage:"\u0935\u093E\u0938\u094D\u0924\u0935\u093F\u0915 \u092D\u093E\u0937\u093E",popupTarget:"\u0932\u0915\u094D\u0937\u094D\u092F \u092D\u093E\u0937\u093E",popupService:"\u0905\u0928\u0941\u0935\u093E\u0926\u0928 \u0938\u0947\u0935\u093E",forThisSite:"\u0935\u0930\u094D\u0924\u092E\u093E\u0928 \u0935\u0947\u092C\u0938\u093E\u0907\u091F",autoEnableSubtitle:"\u0926\u094D\u0935\u093F\u092D\u093E\u0937\u0940 \u0909\u092A\u0936\u0940\u0930\u094D\u0937\u0915 \u0938\u094D\u0935\u091A\u093E\u0932\u093F\u0924 \u0930\u0942\u092A \u0938\u0947 \u091A\u093E\u0932\u0942 \u0915\u0930\u0947\u0902",alwaysTranslate:"\u0939\u092E\u0947\u0936\u093E \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0947\u0902",neverTranslate:"\u0915\u092D\u0940 \u092D\u0940 \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0928 \u0915\u0930\u0947\u0902",alwaysTranslateSomeLanguage:"\u0939\u092E\u0947\u0936\u093E {language}\u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0947\u0902",neverTranslateSomeLanguage:"\u0915\u092D\u0940 \u092D\u0940 {language}\u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0928 \u0915\u0930\u0947\u0902",alwaysTranslateSomeSite:"\u0939\u092E\u0947\u0936\u093E {hostname}\u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0947\u0902",neverTranslateSomeSite:"\u0915\u092D\u0940 \u092D\u0940 {hostname}\u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0928 \u0915\u0930\u0947\u0902",alwaysTranslateSomeSiteOrWildSite:"\u0939\u092E\u0947\u0936\u093E \u0907\u0938 \u0938\u093E\u0907\u091F \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0947\u0902",alwaysTranslateSomePage:"\u0939\u092E\u0947\u0936\u093E \u0907\u0938 \u092A\u0943\u0937\u094D\u0920 \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0947\u0902",add:"\u0907\u0938\u092E\u0947\u0902 \u091C\u094B\u0921\u093C\u0947\u0902",default:"\u0917\u0932\u0924\u0940 \u0915\u0930\u0928\u093E",forThisLanguage:"\u0907\u0938 \u092D\u093E\u0937\u093E \u0915\u0947 \u0932\u093F\u090F\uFF1A","add url":"\u092F\u0942 \u0906\u0930 \u090F\u0932 \u0926\u0930\u094D\u091C \u0915\u0930\u094B",edit:"\u0938\u0902\u092A\u093E\u0926\u0928 \u0915\u0930\u0928\u093E","translate other languages into specific language":"\u0906\u092A\u0915\u0947 \u0926\u094D\u0935\u093E\u0930\u093E \u0928\u093F\u0930\u094D\u0927\u093E\u0930\u093F\u0924 \u092D\u093E\u0937\u093E \u092E\u0947\u0902 \u0905\u0928\u094D\u092F \u092D\u093E\u0937\u093E\u0913\u0902 \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0947\u0902","select translation service":"\u090F\u0915 \u0905\u0928\u0941\u0935\u093E\u0926 \u0938\u0947\u0935\u093E \u091A\u0941\u0928\u0947\u0902",language:"\u092D\u093E\u0937\u093E","show-original":"\u092E\u0942\u0932 \u092A\u093E\u0920 \u0926\u093F\u0916\u093E\u090F\u0901",translate:"\u0905\u0928\u0941\u0935\u093E\u0926",Translated:"\u0905\u0928\u0941\u0935\u093E\u0926",Translating:"\u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0928\u093E",Error:"\u0917\u0932\u0924\u0940",allowCacheTranslations:"\u0938\u094D\u0925\u093E\u0928\u0940\u092F \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0948\u0936\u093F\u0902\u0917 \u0938\u0915\u094D\u0937\u092E \u0915\u0930\u0947\u0902 (\u0921\u0941\u092A\u094D\u0932\u093F\u0915\u0947\u091F \u092A\u0948\u0930\u093E\u0917\u094D\u0930\u093E\u092B \u0915\u0947 \u0932\u093F\u090F \u0905\u0928\u0941\u0935\u093E\u0926 \u0905\u0928\u0941\u0930\u094B\u0927\u094B\u0902 \u0915\u094B \u0915\u092E \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F)","translation display":"\u0905\u0928\u0941\u0935\u093E\u0926 \u092A\u094D\u0930\u0926\u0930\u094D\u0936\u0928 \u0936\u0948\u0932\u0940","select diplay style":"\u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0940 \u0936\u0948\u0932\u0940 \u0915\u094B \u0905\u0932\u0917 \u0915\u0930\u0947\u0902\u0964 \u0935\u093F\u0935\u0930\u0923 \u0915\u0947 \u0932\u093F\u090F \u0915\u0943\u092A\u092F\u093E \u0928\u093F\u092E\u094D\u0928\u0932\u093F\u0916\u093F\u0924 \u0909\u0926\u093E\u0939\u0930\u0923 \u0926\u0947\u0916\u0947\u0902:",interface:"\u0907\u0902\u091F\u0930\u092B\u093C\u0947\u0938 \u0938\u0947\u091F\u093F\u0902\u0917\u094D\u0938",import_export:"\u0906\u092F\u093E\u0924 \u0914\u0930 \u0928\u093F\u0930\u094D\u092F\u093E\u0924",import_export_title:"\u0906\u092F\u093E\u0924/\u0928\u093F\u0930\u094D\u092F\u093E\u0924 \u0915\u0949\u0928\u094D\u092B\u093C\u093F\u0917\u0930\u0947\u0936\u0928",syncToGoogleDrive:"\u0905\u092D\u0940 Google Drive \u0915\u0947 \u0938\u093E\u0925 \u0938\u093F\u0902\u0915 \u0915\u0930\u0947\u0902",floatBallOptions:"\u0928\u093F\u0932\u0902\u092C\u093F\u0924 \u0917\u0947\u0902\u0926 \u0938\u0947\u091F\u093F\u0902\u0917\u094D\u0938","floatBallOptions.enable":"\u092B\u094D\u0932\u094B\u091F\u093F\u0902\u0917 \u092C\u0949\u0932 \u0938\u0915\u094D\u0937\u092E \u0915\u0930\u0947\u0902","floatBallOptions.blockUrls":"\u0935\u0947\u092C\u0938\u093E\u0907\u091F \u0905\u0915\u094D\u0937\u092E \u0915\u0930\u0947\u0902","floatBallOptions.add":"\u0907\u0938\u092E\u0947\u0902 \u091C\u094B\u0921\u093C\u0947\u0902","floatBallOptions.blockUrlDesc":"\u0928\u093F\u092E\u094D\u0928\u0932\u093F\u0916\u093F\u0924 \u0935\u0947\u092C\u0938\u093E\u0907\u091F\u094B\u0902 \u0915\u093E \u0938\u093E\u092E\u0928\u093E \u0915\u0930\u0928\u0947 \u092A\u0930 \u092B\u094D\u0932\u094B\u091F\u093F\u0902\u0917 \u092C\u0949\u0932 \u092A\u094D\u0930\u0926\u0930\u094D\u0936\u093F\u0924 \u0928\u0939\u0940\u0902 \u0939\u094B\u0917\u0940","floatBallOptions.clickType":"\u0935\u094D\u092F\u0935\u0939\u093E\u0930 \u092A\u0930 \u0915\u094D\u0932\u093F\u0915 \u0915\u0930\u0947\u0902","floatBallOptions.clickTypeDesc":"\u0915\u094D\u0932\u093F\u0915 \u0915\u0930\u0928\u0947 \u092A\u0930 \u092B\u094D\u0932\u094B\u091F\u093F\u0902\u0917 \u092C\u0949\u0932 \u0906\u0907\u0915\u0928 \u0915\u093E \u0935\u094D\u092F\u0935\u0939\u093E\u0930","floatBallOptions.clickPopup":"\u0905\u0928\u0941\u0935\u093E\u0926 \u092A\u0948\u0928\u0932 \u0926\u093F\u0916\u093E\u090F\u0901","floatBallOptions.clickTranslate":"\u092E\u0942\u0932 \u092A\u093E\u0920 \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0947\u0902/\u0926\u093F\u0916\u093E\u090F\u0901","floatBallOptions.fixedPosition":"\u56FA\u5B9A\u4F4D\u7F6E","floatBallOptions.fixedPositionDesc":"\u60AC\u6D6E\u7403\u5728\u7A97\u53E3\u5DE6\u4FA7\u8FD8\u662F\u53F3\u4FA7","floatBallOptions.fixedPositionLeft":"\u5DE6\u4FA7","floatBallOptions.fixedPositionRight":"\u53F3\u4FA7",previewAllThemes:"\u0938\u092D\u0940 \u0936\u0948\u0932\u093F\u092F\u094B\u0902 \u0915\u093E \u092A\u0942\u0930\u094D\u0935\u093E\u0935\u0932\u094B\u0915\u0928 \u0915\u0930\u0947\u0902","translationTheme.none":"\u0915\u094B\u0908 \u0928\u0939\u0940\u0902","translationTheme.grey":"\u0917\u0939\u0930\u093E \u092D\u0942\u0930\u093E","translationTheme.dashed":"\u0927\u0930\u093E\u0936\u093E\u092F\u0940 \u0930\u0947\u0916\u093E\u0902\u0915\u093F\u0924","translationTheme.dotted":"\u092C\u093F\u0902\u0926\u0940\u0926\u093E\u0930 \u0930\u0947\u0916\u093E\u0902\u0915\u0928","translationTheme.dashedBorder":"\u0927\u0930\u093E\u0936\u093E\u092F\u0940 \u0938\u0940\u092E\u093E","translationTheme.solidBorder":"\u0920\u094B\u0938 \u0938\u0940\u092E\u093E","translationTheme.underline":"\u0938\u0940\u0927\u0947 \u0930\u0947\u0916\u093E\u0902\u0915\u093F\u0924 \u0915\u0930\u0947\u0902","translationTheme.mask":"\u0927\u0941\u0902\u0927\u0932\u093E \u092A\u094D\u0930\u092D\u093E\u0935 (\u0938\u0940\u0916\u0928\u0947 \u0915\u093E \u0924\u0930\u0940\u0915\u093E)","translationTheme.opacity":"\u092A\u093E\u0930\u0926\u0930\u094D\u0936\u093F\u0924\u093E \u092A\u094D\u0930\u092D\u093E\u0935","translationTheme.paper":"\u0936\u094D\u0935\u0947\u0924 \u092A\u0924\u094D\u0930 \u091B\u093E\u092F\u093E \u092A\u094D\u0930\u092D\u093E\u0935","translationTheme.dividingLine":"\u0935\u093F\u092D\u093E\u091C\u0928 \u0930\u0947\u0916\u093E","translationTheme.highlight":"\u092A\u094D\u0930\u092E\u0941\u0916\u0924\u093E \u0938\u0947 \u0926\u093F\u0916\u093E\u0928\u093E","translationTheme.marker":"\u0928\u093F\u0936\u093E\u0928","translationTheme.marker2":"\u092E\u093E\u0930\u094D\u0915\u0930 2","translationTheme.blockquote":"\u0938\u0902\u0926\u0930\u094D\u092D \u0936\u0948\u0932\u0940","translationTheme.weakening":"\u0915\u092E\u091C\u094B\u0930","translationTheme.italic":"\u0924\u093F\u0930\u094D\u091B\u093E","translationTheme.bold":"\u092C\u094B\u0932\u094D\u0921","translationTheme.thinDashed":"\u092A\u0924\u0932\u0940 \u0927\u0930\u093E\u0936\u093E\u092F\u0940 \u0930\u0947\u0916\u093E\u0902\u0915\u0928","translationTheme.nativeDashed":"\u0938\u093F\u0938\u094D\u091F\u092E \u092C\u093F\u0902\u0926\u0940\u0926\u093E\u0930 \u0905\u0902\u0921\u0930\u0932\u093E\u0907\u0928 \u0915\u0947 \u0938\u093E\u0925 \u0906\u0924\u093E \u0939\u0948","translationTheme.nativeDotted":"\u0938\u093F\u0938\u094D\u091F\u092E \u092C\u093F\u0902\u0926\u0940\u0926\u093E\u0930 \u0905\u0902\u0921\u0930\u0932\u093E\u0907\u0928 \u0915\u0947 \u0938\u093E\u0925 \u0906\u0924\u093E \u0939\u0948","translationTheme.nativeUnderline":"\u0938\u093F\u0938\u094D\u091F\u092E \u0938\u0940\u0927\u0947 \u0905\u0902\u0921\u0930\u0932\u093E\u0907\u0928 \u0915\u0947 \u0938\u093E\u0925 \u0906\u0924\u093E \u0939\u0948","translationTheme.wavy":"\u0932\u0939\u0930\u0926\u093E\u0930 \u0930\u0947\u0916\u093E\u090F\u0901","translationServices.custom":"\u0915\u0938\u094D\u091F\u092E \u090F\u092A\u0940\u0906\u0908","translationServices.tencent":"\u091F\u0947\u0928\u0938\u0947\u0902\u091F \u0905\u0928\u0941\u0935\u093E\u0926\u0915","translationServices.tenAlpha":"Tencent \u0905\u0928\u0941\u0935\u093E\u0926\u0915 (\u0905\u0932\u094D\u092B\u093E)","translationServices.google":"\u0917\u0942\u0917\u0932 \u0905\u0928\u0941\u0935\u093E\u0926","translationServices.bai":"Baidu(\u0905\u0932\u094D\u092B\u093E)","translationServices.baidu":"Baidu \u0905\u0928\u0941\u0935\u093E\u0926\u0915","translationServices.aliyun":"\u0905\u0932\u0940\u092C\u093E\u092C\u093E \u0915\u094D\u0932\u093E\u0909\u0921 \u0905\u0928\u0941\u0935\u093E\u0926","translationServices.volc":"\u091C\u094D\u0935\u093E\u0932\u093E\u092E\u0941\u0916\u0940 \u0905\u0928\u0941\u0935\u093E\u0926","translationServices.deeplx":"\u0921\u0940\u092A\u090F\u0932\u090F\u0915\u094D\u0938(\u092C\u0940\u091F\u093E)","translationServices.bing":"\u092E\u093E\u0907\u0915\u094D\u0930\u094B\u0938\u0949\u092B\u094D\u091F \u0905\u0928\u0941\u0935\u093E\u0926\u0915","translationServices.deepl":"\u0921\u0940\u092A\u090F\u0932","translationServices.wechat":"\u0935\u0940\u091A\u0948\u091F \u0905\u0928\u0941\u0935\u093E\u0926","translationServices.azure":"\u0928\u0940\u0932\u093E \u0905\u0928\u0941\u0935\u093E\u0926","translationServices.ibm":"\u0906\u0908\u092C\u0940\u090F\u092E \u0935\u0949\u091F\u0938\u0928","translationServices.aws":"\u0905\u092E\u0947\u091C\u093C\u0928 \u0905\u0928\u0941\u0935\u093E\u0926","translationServices.mock":"\u0905\u0928\u0941\u0930\u0942\u092A\u093F\u0924 \u0905\u0928\u0941\u0935\u093E\u0926","translationServices.mock2":"\u0938\u093F\u092E\u094D\u092F\u0941\u0932\u0947\u091F\u0947\u0921 \u0905\u0928\u0941\u0935\u093E\u0926 2","translationServices.caiyun":"\u0915\u0948\u092F\u0941\u0928 \u0936\u093F\u092F\u093E\u0913\u092F\u0940","translationServices.cai":"\u0915\u0948\u092F\u0941\u0928 \u0936\u093F\u092F\u093E\u0913\u092F\u0940 (\u0905\u0932\u094D\u092B\u093E)","translationServices.volcAlpha":"\u091C\u094D\u0935\u093E\u0932\u093E\u092E\u0941\u0916\u0940 (\u0905\u0932\u094D\u092B\u093E)","translationServices.openl":"\u0913\u092A\u0928\u090F\u0932","translationServices.youdao":"Youdao \u0905\u0928\u0941\u0935\u093E\u0926","translationServices.you":"Youdao \u0905\u0928\u0941\u0935\u093E\u0926 (\u0905\u0932\u094D\u092B\u093E)","translationServices.transmart":"Tencent \u0907\u0902\u091F\u0930\u0948\u0915\u094D\u091F\u093F\u0935 \u0905\u0928\u0941\u0935\u093E\u0926","translationServices.niu":"\u092E\u093E\u0935\u0947\u0930\u093F\u0915\u094D\u0938 \u0905\u0928\u0941\u0935\u093E\u0926","translationServices.papago":"\u092A\u093E\u092A\u093E\u0917\u094B \u0905\u0928\u0941\u0935\u093E\u0926","translationServices.d":"\u0921\u0940(\u0905\u0932\u094D\u092B\u093E)","translationServices.dpro":"\u0921\u0940 \u092A\u094D\u0930\u094B (\u0915\u0948\u0928\u0930\u0940)","translationServices.openai":"\u0913\u092A\u0928\u090F\u0906\u0908","translationServices.chatgpt":"\u091A\u0948\u091F\u091C\u0940\u092A\u0940\u091F\u0940 \u0935\u0947\u092C(3.5 \u092E\u094B\u092C\u093E\u0907\u0932)","translate title":"\u092A\u0943\u0937\u094D\u0920 \u0936\u0940\u0930\u094D\u0937\u0915 \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0947\u0902","always languages":"\u0939\u092E\u0947\u0936\u093E \u0905\u0928\u0941\u0935\u093E\u0926\u093F\u0924 \u092D\u093E\u0937\u093E",neverTranslateLanguagesLabel:"\u0910\u0938\u0940 \u092D\u093E\u0937\u093E\u090F\u0901 \u091C\u093F\u0928\u0915\u093E \u0915\u092D\u0940 \u0905\u0928\u0941\u0935\u093E\u0926 \u0928\u0939\u0940\u0902 \u0939\u094B\u0924\u093E",neverTranslateTheFollowingLanguagesDescription:"\u091C\u092C \u092A\u0943\u0937\u094D\u0920 \u092E\u0947\u0902 \u0915\u094B\u0908 \u092A\u0948\u0930\u093E\u0917\u094D\u0930\u093E\u092B \u0928\u093F\u092E\u094D\u0928\u0932\u093F\u0916\u093F\u0924 \u092D\u093E\u0937\u093E\u0913\u0902 \u092E\u0947\u0902 \u0939\u094B\u0917\u093E \u0924\u094B \u0905\u0928\u0941\u0935\u093E\u0926 \u091B\u094B\u0921\u093C \u0926\u093F\u092F\u093E \u091C\u093E\u090F\u0917\u093E",enableUserscriptPagePopup:"\u092A\u0943\u0937\u094D\u0920 \u092A\u0930 \u0924\u0948\u0930\u0924\u0940 \u0939\u0941\u0908 \u0917\u0947\u0902\u0926 \u0926\u093F\u0916\u093E\u090F\u0901",enableUserscriptPagePopupDescription:"\u092B\u094D\u0932\u094B\u091F\u093F\u0902\u0917 \u092C\u0949\u0932 \u0915\u094B \u092C\u0902\u0926 \u0915\u0930\u0928\u0947 \u0915\u0947 \u092C\u093E\u0926 \u0906\u092A \u0909\u0938\u0947 \u091C\u0917\u093E\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u0936\u0949\u0930\u094D\u091F\u0915\u091F \u0915\u0941\u0902\u091C\u0940/{touch}\u0915\u093E \u0909\u092A\u092F\u094B\u0917 \u0915\u0930 \u0938\u0915\u0924\u0947 \u0939\u0948\u0902\u0964 \u0907\u0938 \u0935\u093F\u0915\u0932\u094D\u092A \u0915\u094B \u0917\u0932\u0924\u0940 \u0938\u0947 \u092C\u0902\u0926 \u0915\u0930\u0928\u0947 \u0915\u0947 \u092C\u093E\u0926 \u092B\u094D\u0932\u094B\u091F\u093F\u0902\u0917 \u092C\u0949\u0932 \u0915\u094B \u092E\u093F\u0932\u0928\u0947 \u0938\u0947 \u0930\u094B\u0915\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F, \u0907\u0938 \u0938\u0947\u091F\u093F\u0902\u0917 \u092A\u0947\u091C \u0915\u094B \u092C\u0941\u0915\u092E\u093E\u0930\u094D\u0915 \u0915\u0930\u0928\u0947 \u0915\u0940 \u092A\u0941\u0930\u091C\u094B\u0930 \u0905\u0928\u0941\u0936\u0902\u0938\u093E \u0915\u0940 \u091C\u093E\u0924\u0940 \u0939\u0948\u0964","always translate the following languages":"\u091C\u092C \u092A\u0943\u0937\u094D\u0920 \u0915\u0940 \u092D\u093E\u0937\u093E \u0928\u093F\u092E\u094D\u0928\u0932\u093F\u0916\u093F\u0924 \u092D\u093E\u0937\u093E\u0913\u0902 \u092E\u0947\u0902 \u0939\u094B\u0917\u0940, \u0924\u094B \u0907\u0938\u0947 \u0938\u094D\u0935\u091A\u093E\u0932\u093F\u0924 \u0930\u0942\u092A \u0938\u0947 \u0932\u0915\u094D\u0937\u094D\u092F \u092D\u093E\u0937\u093E \u092E\u0947\u0902 \u0905\u0928\u0941\u0935\u093E\u0926\u093F\u0924 \u0915\u093F\u092F\u093E \u091C\u093E\u090F\u0917\u093E","always sites":"\u0939\u092E\u0947\u0936\u093E \u0905\u0928\u0941\u0935\u093E\u0926\u093F\u0924 \u092F\u0942\u0906\u0930\u090F\u0932","always translate the following sites":"\u091C\u092C \u0935\u0947\u092C\u0938\u093E\u0907\u091F \u0928\u093F\u092E\u094D\u0928\u0932\u093F\u0916\u093F\u0924 \u0921\u094B\u092E\u0947\u0928 \u0928\u093E\u092E \u0915\u0940 \u0939\u094B\u0917\u0940, \u0924\u094B \u0907\u0938\u0947 \u0938\u094D\u0935\u091A\u093E\u0932\u093F\u0924 \u0930\u0942\u092A \u0938\u0947 \u0932\u0915\u094D\u0937\u094D\u092F \u092D\u093E\u0937\u093E \u092E\u0947\u0902 \u0905\u0928\u0941\u0935\u093E\u0926\u093F\u0924 \u0915\u093F\u092F\u093E \u091C\u093E\u090F\u0917\u093E","never sites":"\u0910\u0938\u0947 \u092F\u0942\u0906\u0930\u090F\u0932 \u091C\u093F\u0928\u0915\u093E \u0915\u092D\u0940 \u0905\u0928\u0941\u0935\u093E\u0926 \u0928\u0939\u0940\u0902 \u0915\u093F\u092F\u093E \u091C\u093E\u090F\u0917\u093E","never translate the following sites":"\u091C\u092C \u0935\u0947\u092C\u0938\u093E\u0907\u091F \u0928\u093F\u092E\u094D\u0928\u0932\u093F\u0916\u093F\u0924 \u0921\u094B\u092E\u0947\u0928 \u0928\u093E\u092E \u0915\u0940 \u0939\u094B \u0924\u094B \u0905\u0928\u0941\u0935\u093E\u0926 \u0928\u0939\u0940\u0902 \u0915\u093F\u092F\u093E \u091C\u093E\u090F\u0917\u093E","please refer to":"\u0909\u092A\u092F\u094B\u0917 \u0915\u0930\u0928\u0947 \u0938\u0947 \u092A\u0939\u0932\u0947 \u0906\u092A\u0915\u094B \u0915\u0941\u0902\u091C\u0940 \u092D\u0930\u0928\u0940 \u0939\u094B\u0917\u0940\u0964 \u0935\u093F\u0935\u0930\u0923 \u0915\u0947 \u0932\u093F\u090F, \u0915\u0943\u092A\u092F\u093E \u0926\u0947\u0916\u0947\u0902",KeyAndConfigurationTutorial:'"\u092E\u0941\u0916\u094D\u092F \u0905\u0928\u0941\u092A\u094D\u0930\u092F\u094B\u0917 \u0914\u0930 \u0915\u0949\u0928\u094D\u092B\u093C\u093F\u0917\u0930\u0947\u0936\u0928 \u091F\u094D\u092F\u0942\u091F\u094B\u0930\u093F\u092F\u0932"',useAboveStyleForTheseSites:"\u091C\u092C \u0935\u0947\u092C\u0938\u093E\u0907\u091F \u0928\u093F\u092E\u094D\u0928 \u0921\u094B\u092E\u0947\u0928 \u0928\u093E\u092E \u0939\u094B, \u0924\u094B \u0939\u092E\u0947\u0936\u093E \u2308{theme}\u230B \u0905\u0928\u0941\u0935\u093E\u0926 \u0936\u0948\u0932\u0940 \u0915\u093E \u0909\u092A\u092F\u094B\u0917 \u0915\u0930\u0947\u0902",currentUrl:"\u0935\u0930\u094D\u0924\u092E\u093E\u0928 \u092F\u0942\u0906\u0930\u090F\u0932",confirm:"\u092C\u091A\u093E\u0928\u093E",cancel:"\u0930\u0926\u094D\u0926 \u0915\u0930\u0928\u093E",delete:"\u092E\u093F\u091F\u093E\u0928\u093E","languages.auto":"\u0938\u094D\u0935\u091A\u093E\u0932\u093F\u0924 \u092A\u0939\u091A\u093E\u0928",syncToCloud:"Google Drive \u0938\u0947 \u0938\u093F\u0902\u0915 \u0915\u0930\u0947\u0902",syncToCloudDescription:"\u0915\u094D\u0932\u093E\u0909\u0921 \u092A\u0930 \u0905\u092A\u0932\u094B\u0921 \u0915\u0930\u0947\u0902, \u0914\u0930 \u0905\u0902\u0924\u093F\u092E \u0938\u0902\u0936\u094B\u0927\u0928 \u0938\u092E\u092F \u0915\u0947 \u0905\u0927\u0940\u0928, \u0915\u0949\u0928\u094D\u092B\u093C\u093F\u0917\u0930\u0947\u0936\u0928 \u0915\u094B \u0935\u093F\u092D\u093F\u0928\u094D\u0928 \u092C\u094D\u0930\u093E\u0909\u091C\u093C\u0930\u094B\u0902/\u0911\u092F\u0932 \u092E\u0902\u0915\u0940 \u0938\u094D\u0915\u094D\u0930\u093F\u092A\u094D\u091F \u0915\u0947 \u092C\u0940\u091A \u0938\u093F\u0902\u0915\u094D\u0930\u0928\u093E\u0907\u091C\u093C \u0915\u093F\u092F\u093E \u091C\u093E \u0938\u0915\u0924\u093E \u0939\u0948\u0964",syncToAccount:"\u0907\u092E\u0930\u094D\u0938\u093F\u0935 \u091F\u094D\u0930\u093E\u0902\u0938\u0932\u0947\u0936\u0928 \u0915\u094D\u0932\u093E\u0909\u0921 \u0938\u0947 \u0938\u093F\u0902\u0915 \u0915\u0930\u0947\u0902",syncToAccountButton:"\u0924\u0941\u0930\u0902\u0924 \u0915\u094D\u0932\u093E\u0909\u0921 \u0915\u0947 \u0938\u093E\u0925 \u0938\u093F\u0902\u0915 \u0915\u0930\u0947\u0902",syncToAccountDescription:"\u0905\u0902\u0924\u093F\u092E \u0938\u0902\u0936\u094B\u0927\u0928 \u0938\u092E\u092F \u0915\u0947 \u0906\u0927\u093E\u0930 \u092A\u0930, \u0935\u093F\u092D\u093F\u0928\u094D\u0928 \u0909\u092A\u0915\u0930\u0923\u094B\u0902 \u0915\u0947 \u092C\u0940\u091A \u0915\u0949\u0928\u094D\u092B\u093C\u093F\u0917\u0930\u0947\u0936\u0928 \u0915\u094B \u0938\u094D\u0935\u091A\u093E\u0932\u093F\u0924 \u0930\u0942\u092A \u0938\u0947 \u0938\u093F\u0902\u0915\u094D\u0930\u0928\u093E\u0907\u091C\u093C \u0915\u0930\u0947\u0902\u0964",successSyncConfigInAccount:"\u0915\u094D\u0932\u093E\u0909\u0921 \u0915\u0947 \u0938\u093E\u0925 \u0938\u092B\u0932\u0924\u093E\u092A\u0942\u0930\u094D\u0935\u0915 \u0938\u092E\u0928\u094D\u0935\u092F\u093F\u0924 \u0930\u0939\u0947\u0902",successSyncConfigToAccount:"\u0915\u094D\u0932\u093E\u0909\u0921 \u0915\u0947 \u0938\u093E\u0925 \u0938\u092B\u0932\u0924\u093E\u092A\u0942\u0930\u094D\u0935\u0915 \u0938\u092E\u0928\u094D\u0935\u092F\u093F\u0924 \u0915\u093F\u092F\u093E \u0917\u092F\u093E",syncConfigNoUpdate:"\u092A\u0939\u0932\u0947 \u0938\u0947 \u0939\u0940 \u0928\u0935\u0940\u0928\u0924\u092E",authFail:"\u092A\u094D\u0930\u092E\u093E\u0923\u0940\u0915\u0930\u0923 \u0935\u093F\u092B\u0932",syncTitle:"\u092E\u0948\u0928\u094D\u092F\u0941\u0905\u0932 \u092C\u0948\u0915\u0905\u092A \u092A\u094D\u0930\u092C\u0902\u0927\u0928",import_hint:"\u0906\u092F\u093E\u0924",upload:"\u0921\u093E\u0932\u0928\u093E",revokeAuth:"\u092A\u094D\u0930\u093E\u0927\u093F\u0915\u0930\u0923 \u0930\u0926\u094D\u0926 \u0915\u0930\u0947\u0902",uploadFail:"\u0905\u092A\u0932\u094B\u0921 \u0935\u093F\u092B\u0932",download:"\u0921\u093E\u0909\u0928\u0932\u094B\u0921 \u0915\u0930\u0928\u093E",importSuccess:"\u0906\u092F\u093E\u0924 \u0938\u092B\u0932",importFail:"\u0906\u092F\u093E\u0924 \u0935\u093F\u092B\u0932",deleteFail:"\u0939\u091F\u093E\u0928\u0947 \u092E\u0947\u0902 \u0935\u093F\u092B\u0932",backupToCloud:"\u092C\u0948\u0915\u0905\u092A \u092B\u093C\u093E\u0907\u0932\u094B\u0902 \u0915\u094B \u092E\u0948\u0928\u094D\u092F\u0941\u0905\u0932 \u0930\u0942\u092A \u0938\u0947 \u092A\u094D\u0930\u092C\u0902\u0927\u093F\u0924 \u0915\u0930\u0947\u0902",create_new_backup:"\u092C\u0948\u0915\u0905\u092A \u0928\u094B\u0921 \u091C\u094B\u0921\u093C\u0947\u0902",maxBackupFiles:"\u0905\u0927\u093F\u0915\u0924\u092E{count}\u0935\u093F\u092D\u093F\u0928\u094D\u0928 \u0928\u094B\u0921\u094D\u0938 \u0915\u093E \u092C\u0948\u0915\u0905\u092A \u0932\u093F\u092F\u093E \u091C\u093E \u0938\u0915\u0924\u093E \u0939\u0948, \u0915\u0943\u092A\u092F\u093E \u0905\u0928\u093E\u0935\u0936\u094D\u092F\u0915 \u0928\u094B\u0921\u094D\u0938 \u0939\u091F\u093E \u0926\u0947\u0902",backupToCloudDescription:"\u092C\u0948\u0915\u0905\u092A \u092B\u093C\u093E\u0907\u0932\u094B\u0902 \u0915\u094B \u092E\u0948\u0928\u094D\u092F\u0941\u0905\u0932 \u0930\u0942\u092A \u0938\u0947 \u0905\u092A\u0932\u094B\u0921 \u092F\u093E \u092A\u0941\u0928\u0930\u094D\u0938\u094D\u0925\u093E\u092A\u093F\u0924 \u0915\u0930\u0947\u0902, \u091C\u093F\u0938\u0938\u0947 3 \u0905\u0932\u0917-\u0905\u0932\u0917 \u092C\u0948\u0915\u0905\u092A \u0915\u0940 \u0905\u0928\u0941\u092E\u0924\u093F \u092E\u093F\u0932\u0924\u0940 \u0939\u0948",successSyncConfig:"\u0915\u094D\u0932\u093E\u0909\u0921 \u0915\u0947 \u0938\u093E\u0925 \u0938\u092B\u0932\u0924\u093E\u092A\u0942\u0930\u094D\u0935\u0915 \u0938\u092E\u0928\u094D\u0935\u092F\u093F\u0924 \u0930\u0939\u0947\u0902",syncFail:"\u0938\u092E\u0928\u094D\u0935\u092F\u0928 \u0935\u093F\u092B\u0932",updatedAt:"{date}\u092A\u0930 \u0905\u0926\u094D\u092F\u0924\u0928 \u0915\u093F\u092F\u093E \u0917\u092F\u093E",lastSyncedAt:"\u0905\u0902\u0924\u093F\u092E \u092C\u093E\u0930 {date}\u092A\u0930 \u091C\u093E\u0901\u091A \u0915\u0940 \u0917\u0908",downloadFail:"\u0921\u093E\u0909\u0928\u0932\u094B\u0921 \u0935\u093F\u092B\u0932",clickToDownload:"\u0921\u093E\u0909\u0928\u0932\u094B\u0921 \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u0915\u094D\u0932\u093F\u0915 \u0915\u0930\u0947\u0902",aboutLabel:"\u0915\u0947 \u092C\u093E\u0930\u0947 \u092E\u0947\u0902 - \u092A\u094D\u0930\u0924\u093F\u0915\u094D\u0930\u093F\u092F\u093E","browser.openAboutPage":"\u0915\u0947 \u092C\u093E\u0930\u0947 \u092E\u0947\u0902/\u092A\u094D\u0930\u0924\u093F\u0915\u094D\u0930\u093F\u092F\u093E",aboutLabelWithoutSponsor:"\u0915\u0947 \u092C\u093E\u0930\u0947 \u092E\u0947\u0902 - \u092A\u094D\u0930\u0924\u093F\u0915\u094D\u0930\u093F\u092F\u093E",aboutIntro:"\u092E\u0941\u091D\u0947 \u0906\u0936\u093E \u0939\u0948 \u0915\u093F \u0939\u092E \u0938\u092D\u0940 \u0907\u0902\u091F\u0930\u0928\u0947\u091F \u092A\u0930 \u0935\u093F\u0936\u093E\u0932 \u0935\u093F\u0926\u0947\u0936\u0940 \u092D\u093E\u0937\u093E \u0915\u0940 \u091C\u093E\u0928\u0915\u093E\u0930\u0940 \u0905\u0927\u093F\u0915 \u0906\u0938\u093E\u0928\u0940 \u0938\u0947 \u0914\u0930 \u0916\u0941\u0936\u0940 \u0938\u0947 \u092A\u094D\u0930\u093E\u092A\u094D\u0924 \u0915\u0930 \u0938\u0915\u0924\u0947 \u0939\u0948\u0902\u2764\uFE0F \u0906\u092A <6> \u092A\u094D\u0930\u094B \u0938\u0926\u0938\u094D\u092F\u0924\u093E \u0916\u094B\u0932\u0928\u093E \u091A\u0941\u0928 \u0938\u0915\u0924\u0947 \u0939\u0948\u0902 \u0921\u0940\u092A\u090F\u0932 \u0914\u0930 \u0913\u092A\u0928\u090F\u0906\u0908 \u0905\u0928\u0941\u0935\u093E\u0926\u094B\u0902 \u0915\u094B \u092C\u0949\u0915\u094D\u0938 \u0938\u0947 \u092C\u093E\u0939\u0930 \u0909\u092A\u092F\u094B\u0917 \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F\u0964

\u0939\u092E\u0947\u0902 <3>\u091F\u094D\u0935\u093F\u091F\u0930 \u092A\u0930 \u092B\u093C\u0949\u0932\u094B \u0915\u0930 \u0938\u0915\u0924\u0947 \u0939\u0948\u0902 ,<4>\u091F\u0947\u0932\u0940\u0917\u094D\u0930\u093E\u092E \u091A\u0948\u0928\u0932 , WeChat \u0938\u093E\u0930\u094D\u0935\u091C\u0928\u093F\u0915 \u0916\u093E\u0924\u093E, WeChat \u0938\u0902\u091A\u093E\u0930 \u0938\u092E\u0942\u0939, \u092F\u093E \u0928\u0940\u091A\u0947 <5> \u0908\u092E\u0947\u0932 \u0938\u0926\u0938\u094D\u092F\u0924\u093E \u0905\u092A\u0921\u0947\u091F \u091F\u094D\u0930\u0948\u0915 \u0915\u0930\u0947\u0902.
<7>\u092A\u094D\u0930\u094B \u0938\u0926\u0938\u094D\u092F \u0906\u092A \u090F\u0915\u094D\u0938\u092A\u094D\u0930\u0947\u0938 \u0917\u094D\u0930\u093E\u0939\u0915 \u0938\u0947\u0935\u093E \u0908\u092E\u0947\u0932 <8> support@immersivetranslate.com \u0938\u0947 \u0938\u0902\u092A\u0930\u094D\u0915 \u0915\u0930 \u0938\u0915\u0924\u0947 \u0939\u0948\u0902 \u0939\u092E\u093E\u0930\u0947 \u0938\u093E\u0925 \u091C\u0941\u0921\u093C\u0947\u0964",aboutIntroWithoutSponsor:"\u092E\u0941\u091D\u0947 \u0906\u0936\u093E \u0939\u0948 \u0915\u093F \u0939\u092E \u0938\u092D\u0940 \u0907\u0902\u091F\u0930\u0928\u0947\u091F \u092A\u0930 \u0935\u093F\u0936\u093E\u0932 \u092E\u093E\u0924\u094D\u0930\u093E \u092E\u0947\u0902 \u0935\u093F\u0926\u0947\u0936\u0940 \u092D\u093E\u0937\u093E \u0915\u0940 \u091C\u093E\u0928\u0915\u093E\u0930\u0940 \u0924\u0915 \u0906\u0938\u093E\u0928 \u0914\u0930 \u0905\u0927\u093F\u0915 \u0906\u0928\u0902\u0926\u0926\u093E\u092F\u0915 \u092A\u0939\u0941\u0902\u091A \u092A\u094D\u0930\u093E\u092A\u094D\u0924 \u0915\u0930 \u0938\u0915\u0924\u0947 \u0939\u0948\u0902 \u2764\uFE0F

\u0906\u092A \u0939\u092E\u0947\u0902 \u091F\u094D\u0935\u093F\u091F\u0930 \u092A\u0930 \u092B\u093C\u0949\u0932\u094B \u0915\u0930 \u0938\u0915\u0924\u0947 \u0939\u0948\u0902 <3> ,<4>\u091F\u0947\u0932\u0940\u0917\u094D\u0930\u093E\u092E \u091A\u0948\u0928\u0932 , WeChat \u0938\u093E\u0930\u094D\u0935\u091C\u0928\u093F\u0915 \u0916\u093E\u0924\u093E, WeChat \u0938\u0902\u091A\u093E\u0930 \u0938\u092E\u0942\u0939, \u092F\u093E \u0928\u0940\u091A\u0947 <5> \u0908\u092E\u0947\u0932 \u0938\u0926\u0938\u094D\u092F\u0924\u093E \u0905\u092A\u0921\u0947\u091F \u091F\u094D\u0930\u0948\u0915 \u0915\u0930\u0947\u0902.",projectHomepage:"\u092A\u094D\u0930\u094B\u091C\u0947\u0915\u094D\u091F \u0939\u094B\u092E \u092A\u0947\u091C",joinTelegramGroup:"\u092B\u093C\u0902\u0915\u094D\u0936\u0928 \u091A\u0930\u094D\u091A\u093E\u0913\u0902 \u092E\u0947\u0902 \u092D\u093E\u0917 \u0932\u0947\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u0909\u092A\u092F\u094B\u0917\u0915\u0930\u094D\u0924\u093E \u0938\u0902\u091A\u093E\u0930 \u0938\u092E\u0942\u0939 \u092E\u0947\u0902 \u0936\u093E\u092E\u093F\u0932 \u0939\u094B\u0902",wechatPublicAccount:"WeChat \u0938\u093E\u0930\u094D\u0935\u091C\u0928\u093F\u0915 \u0916\u093E\u0924\u093E",wechatCommunities:"WeChat \u0938\u0902\u091A\u093E\u0930 \u0938\u092E\u0942\u0939",qqCommunities:"QQ \u0938\u0902\u091A\u093E\u0930 \u091A\u0948\u0928\u0932",joinTelegramChannel:"\u0928\u0935\u0940\u0928\u0924\u092E \u0905\u092A\u0921\u0947\u091F \u0915\u0947 \u0932\u093F\u090F \u091F\u0947\u0932\u0940\u0917\u094D\u0930\u093E\u092E \u091A\u0948\u0928\u0932 \u0915\u094B \u092B\u0949\u0932\u094B \u0915\u0930\u0947\u0902",feedbackAndJoin:"\u0938\u092E\u0938\u094D\u092F\u093E \u092A\u094D\u0930\u0924\u093F\u0915\u094D\u0930\u093F\u092F\u093E/\u0938\u092E\u0942\u0939 \u092E\u0947\u0902 \u0936\u093E\u092E\u093F\u0932 \u0939\u094B\u0902",autoSync:"\u0938\u094D\u0935\u091A\u093E\u0932\u093F\u0924 \u0905\u0928\u0941\u0938\u0942\u091A\u093F\u0924 \u0924\u0941\u0932\u094D\u092F\u0915\u093E\u0932\u0928",loadingThemeTitle:"\u0932\u094B\u0921\u093F\u0902\u0917 \u0936\u0948\u0932\u0940",loadingThemeDescription:"\u0905\u0928\u0941\u0935\u093E\u0926 \u0932\u094B\u0921 \u0939\u094B\u0928\u0947 \u0915\u0940 \u092A\u094D\u0930\u0924\u0940\u0915\u094D\u0937\u093E \u0915\u0930\u0924\u0947 \u0938\u092E\u092F \u0936\u0948\u0932\u0940 \u0938\u0947\u091F \u0915\u0930\u0947\u0902","loadingTheme.spinner":"\u0935\u0943\u0924\u094D\u0924 \u090F\u0928\u0940\u092E\u0947\u0936\u0928","loadingTheme.text":"\u0938\u094D\u0925\u093F\u0930 \u092A\u093E\u0920... ","loadingTheme.none":"\u0928\u0939\u0940\u0902 \u0926\u093F\u0916\u093E\u0924\u0947",developerDescription:"\u0906\u092A \u092F\u0939\u093E\u0902 <1> \u092A\u0930 \u0915\u094D\u0932\u093F\u0915 \u0915\u0930 \u0938\u0915\u0924\u0947 \u0939\u0948\u0902 \u0909\u0928\u094D\u0928\u0924 \u0905\u0928\u0941\u0915\u0942\u0932\u0928 \u0938\u0947 \u0938\u0902\u092C\u0902\u0927\u093F\u0924 \u0926\u0938\u094D\u0924\u093E\u0935\u0947\u091C\u093C \u0926\u0947\u0916\u0947\u0902","edit border color":"\u092C\u0949\u0930\u094D\u0921\u0930 \u0915\u093E \u0930\u0902\u0917 \u0938\u0902\u0936\u094B\u0927\u093F\u0924 \u0915\u0930\u0947\u0902",successSyncButNoChange:"\u0935\u0930\u094D\u0924\u092E\u093E\u0928 \u0915\u0949\u0928\u094D\u092B\u093C\u093F\u0917\u0930\u0947\u0936\u0928 \u0915\u094D\u0932\u093E\u0909\u0921 \u0915\u0947 \u0905\u0928\u0941\u0930\u0942\u092A \u0939\u0948",customTheme:"\u0915\u0938\u094D\u091F\u092E \u0930\u0902\u0917 \u0914\u0930 \u0906\u0915\u093E\u0930","customThemeLabel.borderColor":"\u0938\u0940\u092E\u093E \u0930\u0902\u0917","customThemeLabel.borderRadius":"\u0938\u0940\u092E\u093E \u0917\u094B\u0932\u093E\u0915\u093E\u0930 \u0915\u094B\u0928\u0947","customThemeLabel.textColor":"\u092A\u093E\u0920 \u0915\u093E \u0930\u0902\u0917","customThemeLabel.backgroundColor":"\u092A\u0943\u0937\u094D\u0920\u092D\u0942\u092E\u093F \u0915\u093E \u0930\u0902\u0917","customThemeLabel.zoom":"\u092B\u093C\u0949\u0928\u094D\u091F \u0938\u094D\u0915\u0947\u0932\u093F\u0902\u0917 (%)","customThemeLabel.opacity":"\u092A\u093E\u0920 \u0905\u092A\u093E\u0930\u0926\u0930\u094D\u0936\u093F\u0924\u093E (%)",resetToDefaultColor:"\u0921\u093F\u092B\u093C\u0949\u0932\u094D\u091F \u0930\u0902\u0917 \u092A\u0930 \u0935\u093E\u092A\u0938 \u0932\u094C\u091F\u0947\u0902",resetToDefaultSettings:"\u0921\u093F\u092B\u093C\u0949\u0932\u094D\u091F \u0938\u0947\u091F\u093F\u0902\u0917\u094D\u0938 \u092A\u0930 \u0935\u093E\u092A\u0938 \u0932\u094C\u091F\u0947\u0902",isTranslateTitle:"\u0905\u0928\u0941\u0935\u093E\u0926\u093F\u0924 \u0935\u0947\u092C \u092A\u0947\u091C \u0936\u0940\u0930\u094D\u0937\u0915 \u091A\u093E\u0932\u0942 \u0915\u0930\u0947\u0902",isTranslateTitleDescription:"\u091A\u093E\u0932\u0942 \u0939\u094B\u0928\u0947 \u092A\u0930, \u0935\u0947\u092C \u092A\u0947\u091C \u0936\u0940\u0930\u094D\u0937\u0915 \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u093F\u092F\u093E \u091C\u093E\u090F\u0917\u093E",enableSearchEnhancement:"\u0926\u094D\u0935\u093F\u092D\u093E\u0937\u0940 \u0938\u0942\u091A\u0928\u093E \u0938\u0902\u0935\u0930\u094D\u0926\u094D\u0927\u0928 \u0938\u0915\u094D\u0937\u092E \u0915\u0930\u0947\u0902",enableSearchEnhancementDescription:'\u091A\u093E\u0932\u0942 \u0939\u094B\u0928\u0947 \u0915\u0947 \u092C\u093E\u0926, \u0905\u0902\u0917\u094D\u0930\u0947\u091C\u0940 \u0915\u0940\u0935\u0930\u094D\u0921 \u0938\u0947 \u0938\u0902\u092C\u0902\u0927\u093F\u0924 "Google \u0938\u092E\u093E\u091A\u093E\u0930" \u0916\u094B\u091C \u092A\u0930\u093F\u0923\u093E\u092E \u0938\u094D\u0935\u091A\u093E\u0932\u093F\u0924 \u0930\u0942\u092A \u0938\u0947 \u0938\u092E\u0930\u094D\u0925\u093F\u0924 \u0935\u0947\u092C\u0938\u093E\u0907\u091F\u094B\u0902 (Google \u0938\u092E\u093E\u091A\u093E\u0930, Google \u0916\u094B\u091C (\u0915\u0941\u091B \u0915\u0940\u0935\u0930\u094D\u0921), \u0938\u094D\u0928\u094B\u092C\u0949\u0932, \u0913\u0930\u093F\u090F\u0902\u091F\u0932 \u092B\u0949\u0930\u094D\u091A\u094D\u092F\u0942\u0928, \u092B\u093C\u0941\u091F\u0942, \u091F\u093E\u0907\u0917\u0930 \u0938\u092E\u0941\u0926\u093E\u092F) \u0915\u0947 \u0926\u093E\u0939\u093F\u0928\u0947 \u0915\u0949\u0932\u092E \u092E\u0947\u0902 \u092A\u094D\u0930\u0926\u0930\u094D\u0936\u093F\u0924 \u0939\u094B\u0902\u0917\u0947\u0964',verifyService:"\u0938\u0947\u0935\u093E \u0915\u093E \u092A\u0930\u0940\u0915\u094D\u0937\u0923 \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u092F\u0939\u093E\u0902 \u0915\u094D\u0932\u093F\u0915 \u0915\u0930\u0947\u0902",verified:"\u0938\u0924\u094D\u092F\u093E\u092A\u0928 \u0938\u092B\u0932","field.langs":"\u0938\u092E\u0930\u094D\u0925\u093F\u0924 \u092D\u093E\u0937\u093E \u0915\u094B\u0921","field.model":"\u0928\u092E\u0942\u0928\u093E","field.translationEngine":"\u0905\u0928\u0941\u0935\u093E\u0926 \u0907\u0902\u091C\u0928","field.limitPerMinute":"\u092A\u094D\u0930\u0924\u093F \u092E\u093F\u0928\u091F \u0905\u0928\u0941\u0930\u094B\u0927\u094B\u0902 \u0915\u0940 \u0905\u0927\u093F\u0915\u0924\u092E \u0938\u0902\u0916\u094D\u092F\u093E","field.limitPerSecond":"\u092A\u094D\u0930\u0924\u093F \u0938\u0947\u0915\u0902\u0921 \u0905\u0928\u0941\u0930\u094B\u0927\u094B\u0902 \u0915\u0940 \u0905\u0927\u093F\u0915\u0924\u092E \u0938\u0902\u0916\u094D\u092F\u093E","field.maxTextLengthPerRequest":"\u092A\u094D\u0930\u0924\u093F \u0905\u0928\u0941\u0930\u094B\u0927 \u0905\u0927\u093F\u0915\u0924\u092E \u092A\u093E\u0920 \u0932\u0902\u092C\u093E\u0908","field.maxTextGroupLengthPerRequest":"\u092A\u094D\u0930\u0924\u093F \u0905\u0928\u0941\u0930\u094B\u0927 \u092A\u0948\u0930\u093E\u0917\u094D\u0930\u093E\u092B \u0915\u0940 \u0905\u0927\u093F\u0915\u0924\u092E \u0938\u0902\u0916\u094D\u092F\u093E","field.apiUrl":"\u0915\u0938\u094D\u091F\u092E \u090F\u092A\u0940\u0906\u0908 \u0907\u0902\u091F\u0930\u092B\u093C\u0947\u0938 \u092A\u0924\u093E","field.placeholderDelimiters":"\u0906\u0930\u0915\u094D\u0937\u093F\u0924 \u092A\u094D\u0932\u0947\u0938\u0939\u094B\u0932\u094D\u0921\u0930","description.custom":"\u0915\u0938\u094D\u091F\u092E \u0907\u0902\u091F\u0930\u092B\u093C\u0947\u0938 \u090F\u0915\u094D\u0938\u0947\u0938 \u0915\u0947 \u0932\u093F\u090F \u0938\u0902\u0926\u0930\u094D\u092D \u0926\u0938\u094D\u0924\u093E\u0935\u0947\u091C\u093C\u094B\u0902 \u0915\u0940 \u0906\u0935\u0936\u094D\u092F\u0915\u0924\u093E \u0939\u0948","description.limitPerMinute":"\u091C\u092C \u0905\u0928\u0941\u0930\u094B\u0927\u094B\u0902 \u0915\u0940 \u0938\u0902\u0916\u094D\u092F\u093E \u0907\u0938 \u0938\u0940\u092E\u093E \u0938\u0947 \u0905\u0927\u093F\u0915 \u0939\u094B \u091C\u093E\u0924\u0940 \u0939\u0948, \u0924\u094B \u092F\u0939 \u0905\u0917\u0932\u0947 \u092E\u093F\u0928\u091F \u0915\u0940 \u0936\u0941\u0930\u0941\u0906\u0924 \u0924\u0915 \u0915\u0924\u093E\u0930 \u0938\u094D\u0925\u093F\u0924\u093F \u092E\u0947\u0902 \u092A\u094D\u0930\u0935\u0947\u0936 \u0915\u0930\u0947\u0917\u0940\u0964 OpenAI \u0915\u0940 \u0935\u0930\u094D\u0924\u092E\u093E\u0928 \u0938\u0947\u0935\u093E \u0915\u0940 \u0935\u093F\u092D\u093F\u0928\u094D\u0928 \u0938\u0940\u092E\u093E\u0913\u0902 \u0915\u0947 \u0915\u093E\u0930\u0923, \u0915\u0943\u092A\u092F\u093E \u092F\u0939\u093E\u0902 <1> \u0915\u094D\u0932\u093F\u0915 \u0915\u0930\u0947\u0902 \u0928\u0935\u0940\u0928\u0924\u092E \u0905\u0928\u0941\u0936\u0902\u0938\u093F\u0924 \u092E\u093E\u0928 \u0926\u0947\u0916\u0947\u0902","description.limitPerSecond":"\u091C\u092C \u0905\u0928\u0941\u0930\u094B\u0927\u094B\u0902 \u0915\u0940 \u0938\u0902\u0916\u094D\u092F\u093E \u0907\u0938 \u0938\u0940\u092E\u093E \u0938\u0947 \u0905\u0927\u093F\u0915 \u0939\u094B \u091C\u093E\u0924\u0940 \u0939\u0948, \u0924\u094B \u092F\u0939 \u0905\u0917\u0932\u0947 \u0938\u0947\u0915\u0902\u0921 \u0915\u0940 \u0936\u0941\u0930\u0941\u0906\u0924 \u0924\u0915 \u0915\u0924\u093E\u0930 \u0938\u094D\u0925\u093F\u0924\u093F \u092E\u0947\u0902 \u092A\u094D\u0930\u0935\u0947\u0936 \u0915\u0930\u0947\u0917\u0940\u0964 OpenAI \u0915\u0940 \u0935\u0930\u094D\u0924\u092E\u093E\u0928 \u0938\u0947\u0935\u093E \u0915\u0940 \u0935\u093F\u092D\u093F\u0928\u094D\u0928 \u0938\u0940\u092E\u093E\u0913\u0902 \u0915\u0947 \u0915\u093E\u0930\u0923, \u0915\u0943\u092A\u092F\u093E \u092F\u0939\u093E\u0902 <1> \u0915\u094D\u0932\u093F\u0915 \u0915\u0930\u0947\u0902 \u0928\u0935\u0940\u0928\u0924\u092E \u0905\u0928\u0941\u0936\u0902\u0938\u093F\u0924 \u092E\u093E\u0928 \u0926\u0947\u0916\u0947\u0902","description.generalLimitPerSecond":"\u091C\u092C \u0905\u0928\u0941\u0930\u094B\u0927\u094B\u0902 \u0915\u0940 \u0938\u0902\u0916\u094D\u092F\u093E \u0907\u0938 \u0938\u0940\u092E\u093E \u0938\u0947 \u0905\u0927\u093F\u0915 \u0939\u094B \u091C\u093E\u0924\u0940 \u0939\u0948, \u0924\u094B \u092F\u0939 \u0905\u0917\u0932\u0947 \u0938\u0947\u0915\u0902\u0921 \u0915\u0940 \u0936\u0941\u0930\u0941\u0906\u0924 \u0924\u0915 \u0915\u0924\u093E\u0930 \u0938\u094D\u0925\u093F\u0924\u093F \u092E\u0947\u0902 \u092A\u094D\u0930\u0935\u0947\u0936 \u0915\u0930\u0947\u0917\u0940\u0964","description.prompt":"\u0909\u092A\u092F\u094B\u0917\u0915\u0930\u094D\u0924\u093E \u0915\u0940 \u092A\u0939\u091A\u093E\u0928 \u092E\u0947\u0902 {service} \u0915\u094B \u092D\u0947\u091C\u0940 \u0917\u0908 \u0935\u093E\u0930\u094D\u0924\u093E\u0932\u093E\u092A, \u091C\u093F\u0938\u092E\u0947\u0902 {{text}} \u092A\u0948\u0930\u093E\u0917\u094D\u0930\u093E\u092B \u0915\u093E \u092A\u093E\u0920 \u0938\u093E\u092E\u0917\u094D\u0930\u0940 \u0915\u094B \u0926\u0930\u094D\u0936\u093E\u0924\u093E \u0939\u0948, {{from}} \u092A\u0948\u0930\u093E\u0917\u094D\u0930\u093E\u092B \u0915\u0940 \u092D\u093E\u0937\u093E \u0915\u094B \u0926\u0930\u094D\u0936\u093E\u0924\u093E \u0939\u0948, \u0914\u0930 {{to}} \u0932\u0915\u094D\u0937\u094D\u092F \u092D\u093E\u0937\u093E \u0915\u094B \u0926\u0930\u094D\u0936\u093E\u0924\u093E \u0939\u0948\u0964","description.maxTextLengthPerRequest":"\u092A\u094D\u0930\u0924\u093F \u0905\u0928\u0941\u0930\u094B\u0927 \u0935\u0930\u094D\u0923\u094B\u0902 \u0915\u0940 \u0905\u0927\u093F\u0915\u0924\u092E \u0938\u0902\u0916\u094D\u092F\u093E\u0964 \u092F\u0926\u093F \u092F\u0939 \u092C\u0939\u0941\u0924 \u092C\u0921\u093C\u093E \u0939\u0948, \u0924\u094B \u0907\u0902\u091F\u0930\u092B\u093C\u0947\u0938 \u0915\u0940 \u092A\u094D\u0930\u0924\u093F\u0915\u094D\u0930\u093F\u092F\u093E \u0927\u0940\u092E\u0940 \u0939\u094B \u091C\u093E\u090F\u0917\u0940, \u0907\u0938\u0932\u093F\u090F \u0906\u092A \u0917\u0924\u093F \u0915\u094B \u0905\u0928\u0941\u0915\u0942\u0932\u093F\u0924 \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u0907\u0938 \u0935\u093F\u0915\u0932\u094D\u092A \u0915\u094B \u0938\u092E\u093E\u092F\u094B\u091C\u093F\u0924 \u0915\u0930\u0928\u0947 \u0915\u093E \u092A\u094D\u0930\u092F\u093E\u0938 \u0915\u0930 \u0938\u0915\u0924\u0947 \u0939\u0948\u0902\u0964","description.systemPrompt":"\u0938\u093F\u0938\u094D\u091F\u092E \u0915\u0940 \u092A\u0939\u091A\u093E\u0928 \u0938\u0947 {service} \u0915\u094B \u092D\u0947\u091C\u0940 \u0917\u0908 \u0935\u093E\u0930\u094D\u0924\u093E\u0932\u093E\u092A, \u091C\u093F\u0938\u092E\u0947\u0902 {{text}} \u092A\u0948\u0930\u093E\u0917\u094D\u0930\u093E\u092B \u0915\u0947 \u092A\u093E\u0920 \u0915\u0940 \u0938\u093E\u092E\u0917\u094D\u0930\u0940 \u0915\u094B \u0926\u0930\u094D\u0936\u093E\u0924\u093E \u0939\u0948, {{from}} \u092A\u0948\u0930\u093E\u0917\u094D\u0930\u093E\u092B \u0915\u0940 \u092D\u093E\u0937\u093E \u0915\u094B \u0926\u0930\u094D\u0936\u093E\u0924\u093E \u0939\u0948, {{to}} \u0932\u0915\u094D\u0937\u094D\u092F \u092D\u093E\u0937\u093E \u0915\u094B \u0926\u0930\u094D\u0936\u093E\u0924\u093E \u0939\u0948","field.domain":"\u092E\u0948\u0926\u093E\u0928","description.domain":"\u0921\u093F\u092B\u093C\u0949\u0932\u094D\u091F\uFF1A\u0938\u093E\u092E\u093E\u0928\u094D\u092F \u0939\u0948. \u0907\u0938\u0947 \u0915\u0947\u0935\u0932 \u0924\u092D\u0940 \u0938\u0947\u091F \u0915\u093F\u092F\u093E \u091C\u093E \u0938\u0915\u0924\u093E \u0939\u0948 \u091C\u092C Youdao API \u0915\u0902\u0938\u094B\u0932 \u092E\u0947\u0902 \u0921\u094B\u092E\u0947\u0928-\u0906\u0927\u093E\u0930\u093F\u0924 \u0905\u0928\u0941\u0935\u093E\u0926 \u0938\u0915\u094D\u0937\u092E \u0939\u094B\u0964 \u0938\u092E\u0930\u094D\u0925\u093F\u0924 \u092B\u093C\u0940\u0932\u094D\u0921 \u0915\u0947 \u0932\u093F\u090F, \u0915\u0943\u092A\u092F\u093E \u092F\u0939\u093E\u0902 <1> \u0926\u0947\u0916\u0947\u0902\u0964","field.scene":"\u092A\u0930\u094D\u0926\u0947","description.scene":"\u0921\u093F\u092B\u093C\u0949\u0932\u094D\u091F\uFF1A\u0938\u093E\u092E\u093E\u0928\u094D\u092F \u0939\u0948. \u0907\u0938\u0947 \u0915\u0947\u0935\u0932 \u0924\u092D\u0940 \u0938\u0947\u091F \u0915\u093F\u092F\u093E \u091C\u093E \u0938\u0915\u0924\u093E \u0939\u0948 \u091C\u092C \u0905\u0932\u0940\u092C\u093E\u092C\u093E \u0915\u094D\u0932\u093E\u0909\u0921 \u090F\u092A\u0940\u0906\u0908 \u0915\u0902\u0938\u094B\u0932 \u092E\u0947\u0902 \u092E\u0936\u0940\u0928\u0940 \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u093E \u092A\u0947\u0936\u0947\u0935\u0930 \u0938\u0902\u0938\u094D\u0915\u0930\u0923 \u0938\u0915\u094D\u0930\u093F\u092F \u0939\u094B\u0964 \u0938\u092E\u0930\u094D\u0925\u093F\u0924 \u092A\u0930\u093F\u0926\u0943\u0936\u094D\u092F\u094B\u0902 \u0915\u0947 \u0932\u093F\u090F \u092F\u0939\u093E\u0902 <1> \u0926\u0947\u0916\u0947\u0902\u0964","field.vocabId":"\u0909\u092A\u092F\u094B\u0917\u0915\u0930\u094D\u0924\u093E \u0936\u092C\u094D\u0926\u0915\u094B\u0936 \u0906\u0908\u0921\u0940","description.vocabId":"\u0928\u093F\u0930\u094D\u0926\u093F\u0937\u094D\u091F \u0936\u092C\u094D\u0926\u0915\u094B\u0936 \u0906\u0909\u091F_\u0906\u0908\u0921\u0940 \u0935\u0930\u094D\u0924\u092E\u093E\u0928 \u092E\u0947\u0902 \u0905\u0902\u0917\u094D\u0930\u0947\u091C\u0940-\u091A\u0940\u0928\u0940 \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u093E \u0938\u092E\u0930\u094D\u0925\u0928 \u0915\u0930\u0924\u093E \u0939\u0948\u0964","description.model":"OpenAI \u0915\u093E \u092E\u0949\u0921\u0932 gpt-3.5-\u091F\u0930\u094D\u092C\u094B, gpt-4 \u0906\u0926\u093F \u0939\u094B \u0938\u0915\u0924\u093E \u0939\u0948\u0964","description.maxTextGroupLengthPerRequest":"\u0939\u0930 \u092C\u093E\u0930 \u0905\u0928\u0941\u0935\u093E\u0926 \u0938\u0947\u0935\u093E \u0915\u094B \u092D\u0947\u091C\u0947 \u0917\u090F \u092A\u0948\u0930\u093E\u0917\u094D\u0930\u093E\u092B\u094B\u0902 \u0915\u0940 \u0938\u0902\u0916\u094D\u092F\u093E\u0964 \u092F\u0926\u093F \u092C\u0939\u0941\u0924 \u0938\u093E\u0930\u0947 \u092A\u0948\u0930\u093E\u0917\u094D\u0930\u093E\u092B \u0939\u0948\u0902, \u0924\u094B \u0907\u0902\u091F\u0930\u092B\u093C\u0947\u0938 \u0915\u0940 \u092A\u094D\u0930\u0924\u093F\u0915\u094D\u0930\u093F\u092F\u093E \u0927\u0940\u092E\u0940 \u0939\u094B \u0938\u0915\u0924\u0940 \u0939\u0948\u0964","description.apiUrl":"\u0915\u0943\u092A\u092F\u093E \u092A\u0925 \u0915\u0947 \u0938\u093E\u0925 \u090F\u0915 \u0935\u093F\u0936\u093F\u0937\u094D\u091F \u092F\u0942\u0906\u0930\u090F\u0932 \u091C\u094B\u0921\u093C\u0947\u0902, <1> \u0905\u0927\u093F\u0915 \u0928\u093F\u0930\u094D\u0926\u0947\u0936",enabledExtension:"\u090F\u0915\u094D\u0938\u091F\u0947\u0902\u0936\u0928 \u0938\u0915\u094D\u0937\u092E",clickToDisableExtension:"\u090F\u0915\u094D\u0938\u091F\u0947\u0902\u0936\u0928 \u0905\u0915\u094D\u0937\u092E \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u0915\u094D\u0932\u093F\u0915 \u0915\u0930\u0947\u0902",clickToEnableExtension:"\u090F\u0915\u094D\u0938\u091F\u0947\u0902\u0936\u0928 \u0938\u0915\u094D\u0937\u092E \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u0915\u094D\u0932\u093F\u0915 \u0915\u0930\u0947\u0902",hasBeenDisabled:"\u0905\u0915\u094D\u0937\u092E","show password":"\u092A\u093E\u0938\u0935\u0930\u094D\u0921 \u0926\u093F\u0916\u093E\u090F",customContent:"\u0915\u0938\u094D\u091F\u092E \u092E\u0949\u0921\u0932 \u0928\u093E\u092E \u0926\u0930\u094D\u091C \u0915\u0930\u0947\u0902",inputOptions:"\u0907\u0928\u092A\u0941\u091F \u092C\u0949\u0915\u094D\u0938 \u0938\u0902\u0935\u0930\u094D\u0926\u094D\u0927\u0928",mouseHoverOptions:"\u092E\u093E\u0909\u0938 \u0915\u0947 \u090A\u092A\u0930",modifyMouseHoverKey:"\u092E\u093E\u0909\u0938\u0913\u0935\u0930 \u0936\u0949\u0930\u094D\u091F\u0915\u091F \u0915\u0941\u0902\u091C\u093F\u092F\u094B\u0902 \u0915\u094B \u0938\u0902\u0936\u094B\u0927\u093F\u0924 \u0915\u0930\u0947\u0902",enableInputTranslation:"\u0907\u0928\u092A\u0941\u091F \u092C\u0949\u0915\u094D\u0938 \u090F\u0928\u094D\u0939\u093E\u0902\u0938\u092E\u0947\u0902\u091F \u0938\u0915\u094D\u0937\u092E \u0915\u0930\u0928\u093E \u0939\u0948 \u092F\u093E \u0928\u0939\u0940\u0902",enableInputTranslationDescription:"{trailingKey}\u0938\u0915\u094D\u0937\u092E \u0915\u0930\u0928\u0947 \u0915\u0947 \u092C\u093E\u0926, \u0938\u0940\u0927\u0947 \u0907\u0928\u092A\u0941\u091F \u092C\u0949\u0915\u094D\u0938 \u092E\u0947\u0902 {startingKey}{startingKey} \u0939\u0948\u0932\u094B \u0926\u0930\u094D\u091C \u0915\u0930\u0947\u0902, \u0914\u0930 \u092B\u093F\u0930 \u0907\u0938\u0947 {inputTargetLanguage}\u092E\u0947\u0902 \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u091C\u0932\u094D\u0926\u0940 \u0938\u0947{inputTrailingTriggerKeyRepeatTimes}\u092A\u0930 \u0926\u094B \u092C\u093E\u0930 \u0915\u094D\u0932\u093F\u0915 \u0915\u0930\u0947\u0902\u0964",enableInputTranslationDescriptionForNoneKey:"\u0907\u0938\u0947 \u0938\u0915\u094D\u0937\u092E \u0915\u0930\u0928\u0947{trailingKey}, \u0938\u0940\u0927\u0947 \u0907\u0928\u092A\u0941\u091F \u092C\u0949\u0915\u094D\u0938 \u092E\u0947\u0902\uFF1A\u0939\u0948\u0932\u094B \u0935\u0930\u094D\u0932\u094D\u0921 \u0926\u0930\u094D\u091C \u0915\u0930\u0947\u0902, \u0914\u0930 \u092B\u093F\u0930 \u0921\u093F\u092B\u093C\u0949\u0932\u094D\u091F \u0932\u0915\u094D\u0937\u094D\u092F \u092D\u093E\u0937\u093E \u092E\u0947\u0902 \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u091C\u0932\u094D\u0926\u0940 \u0938\u0947{inputTrailingTriggerKeyRepeatTimes}\u092C\u093E\u0930 \u0915\u094D\u0932\u093F\u0915 \u0915\u0930\u0947\u0902\u0964",inputTargetLanguage:"\u0907\u0928\u092A\u0941\u091F \u092C\u0949\u0915\u094D\u0938 \u0915\u0940 \u0921\u093F\u092B\u093C\u0949\u0932\u094D\u091F \u0932\u0915\u094D\u0937\u094D\u092F \u092D\u093E\u0937\u093E \u0938\u0947\u091F \u0915\u0930\u0947\u0902",inputTargetLanguageDescription:"\u0907\u0928\u092A\u0941\u091F \u092C\u0949\u0915\u094D\u0938 \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0947 \u0932\u093F\u090F \u0921\u093F\u092B\u093C\u0949\u0932\u094D\u091F \u0932\u0915\u094D\u0937\u094D\u092F \u092D\u093E\u0937\u093E, \u091C\u094B \u091F\u094D\u0930\u093F\u0917\u0930 \u0936\u092C\u094D\u0926\u094B\u0902 \u0915\u0947 \u0932\u093F\u090F \u0921\u093F\u092B\u093C\u0949\u0932\u094D\u091F \u092D\u093E\u0937\u093E \u0915\u0947 \u0930\u0942\u092A \u092E\u0947\u0902 {startingKey}{startingKey} \u0939\u0948",inputTargetLanguageDescriptionForNoneKey:"\u0907\u0928\u092A\u0941\u091F \u092C\u0949\u0915\u094D\u0938 \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0947 \u0932\u093F\u090F \u0921\u093F\u092B\u093C\u0949\u0932\u094D\u091F \u0932\u0915\u094D\u0937\u094D\u092F \u092D\u093E\u0937\u093E",inputStartingTriggerKeyTitle:"\u0907\u0928\u092A\u0941\u091F \u092C\u0949\u0915\u094D\u0938 \u0915\u0947 \u0906\u0902\u0936\u093F\u0915 \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0947 \u0932\u093F\u090F \u0935\u093F\u092D\u093E\u091C\u0928 \u0935\u0930\u094D\u0923 \u0938\u0947\u091F \u0915\u0930\u0947\u0902",inputStartingTriggerKeyDescription:"\u091C\u092C \u0906\u092A\u0915\u094B \u092A\u0942\u0930\u0947 \u0907\u0928\u092A\u0941\u091F \u092C\u0949\u0915\u094D\u0938 \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0928\u0947 \u0915\u0940 \u0906\u0935\u0936\u094D\u092F\u0915\u0924\u093E \u0928\u0939\u0940\u0902 \u0939\u094B\u0924\u0940 \u0939\u0948, \u0924\u094B \u0921\u093F\u0932\u0940\u092E\u0940\u091F\u0930 \u0906\u092A\u0915\u094B \u0915\u0947\u0935\u0932 {startingKey}{startingKey} \u0938\u0947 \u0907\u0928\u092A\u0941\u091F \u092C\u0949\u0915\u094D\u0938 \u0915\u0947 \u0905\u0902\u0924 \u0924\u0915 \u0915\u0947 \u092D\u093E\u0917 \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0928\u0947 \u0915\u0940 \u0905\u0928\u0941\u092E\u0924\u093F \u0926\u0947\u0924\u093E \u0939\u0948, \u092F\u093E \u0906\u092A \u092D\u093E\u0937\u093E \u0915\u094B\u0921 \u0928\u093F\u0930\u094D\u0926\u093F\u0937\u094D\u091F \u0915\u0930 \u0938\u0915\u0924\u0947 \u0939\u0948\u0902, \u0909\u0926\u093E\u0939\u0930\u0923 \u0915\u0947 \u0932\u093F\u090F,\uFF1A{startingKey}ja \u0915\u093E \u0905\u0930\u094D\u0925 \u0915\u0947\u0935\u0932 \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0928\u093E \u0939\u0948 {startingKey}ja \u0938\u0947 \u0907\u0928\u092A\u0941\u091F \u092C\u0949\u0915\u094D\u0938 \u0915\u0947 \u0905\u0902\u0924 \u0924\u0915 \u0915\u093E \u092D\u093E\u0917\u0964",inputStartingTriggerKeyDescriptionForNoneKey:"\u0935\u0930\u094D\u0924\u092E\u093E\u0928 \u092E\u0947\u0902 \u0907\u0938\u0947 \u0915\u093F\u0938\u0940 \u0909\u092A\u0938\u0930\u094D\u0917 \u0915\u0940 \u0906\u0935\u0936\u094D\u092F\u0915\u0924\u093E \u0928\u0939\u0940\u0902 \u0939\u0948, \u0914\u0930 \u0907\u0928\u092A\u0941\u091F \u092C\u0949\u0915\u094D\u0938 \u0915\u0947 \u0915\u0941\u091B \u092A\u093E\u0920 \u0905\u0928\u0941\u0935\u093E\u0926 \u092B\u093C\u0902\u0915\u094D\u0936\u0928 \u0905\u0938\u094D\u0925\u093E\u092F\u0940 \u0930\u0942\u092A \u0938\u0947 \u0905\u0928\u0941\u092A\u0932\u092C\u094D\u0927 \u0939\u0948\u0902\u0964",inputTrailingTriggerKeyTitle:"\u090F\u0915 \u091F\u094D\u0930\u093F\u0917\u0930 \u0935\u0930\u094D\u0923 \u091A\u0941\u0928\u0947\u0902 \u091C\u094B \u0907\u0928\u092A\u0941\u091F \u0915\u094B \u0938\u092E\u093E\u092A\u094D\u0924 \u0915\u0930\u0924\u093E \u0939\u0948",inputTrailingTriggerKeyDescription:"\u0924\u094D\u0935\u0930\u093F\u0924 \u0909\u0924\u094D\u0924\u0930\u093E\u0927\u093F\u0915\u093E\u0930 \u092E\u0947\u0902{trailingKey} 3 \u092C\u093E\u0930 \u0939\u093F\u091F \u0915\u0930\u0928\u0947 \u0938\u0947 \u0905\u0928\u0941\u0935\u093E\u0926 \u0936\u0941\u0930\u0942 \u0939\u094B \u091C\u093E\u090F\u0917\u093E",inputTrailingTriggerKeyTimeout:"\u0915\u0949\u092E\u094D\u092C\u094B \u0915\u094B \u0938\u092E\u093E\u092A\u094D\u0924 \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u091F\u094D\u0930\u093F\u0917\u0930\u094D\u0938 \u0915\u0947 \u092C\u0940\u091A \u0905\u0902\u0924\u0930\u093E\u0932 \u0926\u0930\u094D\u091C \u0915\u0930\u0947\u0902\u0964",inputTrailingTriggerKeyTimeoutDescription:"\u0915\u0949\u092E\u094D\u092C\u094B \u091F\u094D\u0930\u093F\u0917\u0930 \u0915\u094B \u0938\u092E\u093E\u092A\u094D\u0924 \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u0907\u0928\u092A\u0941\u091F \u0915\u0947 \u0932\u093F\u090F \u0905\u0902\u0924\u0930\u093E\u0932 \u0938\u092E\u092F (\u092E\u093F\u0932\u0940\u0938\u0947\u0915\u0902\u0921) \u0928\u093F\u0930\u094D\u0927\u093E\u0930\u093F\u0924 \u0915\u0930\u0947\u0902",spaceKey:"<\u0938\u094D\u092A\u0947\u0938\u092C\u093E\u0930>",noneKey:"\u0915\u093F\u0938\u0940 \u0909\u092A\u0938\u0930\u094D\u0917 \u0915\u0940 \u0906\u0935\u0936\u094D\u092F\u0915\u0924\u093E \u0928\u0939\u0940\u0902 \u0939\u0948, \u0938\u0940\u0927\u0947 \u0938\u0902\u092A\u0942\u0930\u094D\u0923 \u091F\u0947\u0915\u094D\u0938\u094D\u091F \u092C\u0949\u0915\u094D\u0938 \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0947\u0902",inputTranslationBlockUrlsTitle:"\u092F\u0942\u0906\u0930\u090F\u0932 \u092E\u0947\u0902 \u0907\u0928\u092A\u0941\u091F \u092B\u093C\u0940\u0932\u094D\u0921 \u090F\u0928\u094D\u0939\u093E\u0902\u0938\u092E\u0947\u0902\u091F \u0915\u094B \u0915\u092D\u0940 \u092D\u0940 \u0938\u0915\u094D\u0937\u092E \u0928 \u0915\u0930\u0947\u0902",inputTranslationBlockUrlsDescription:"\u0928\u093F\u092E\u094D\u0928\u0932\u093F\u0916\u093F\u0924 \u092F\u0942\u0906\u0930\u090F\u0932 \u092E\u0947\u0902, \u0907\u0928\u092A\u0941\u091F \u092C\u0949\u0915\u094D\u0938 \u090F\u0928\u094D\u0939\u093E\u0902\u0938\u092E\u0947\u0902\u091F \u092A\u094D\u0930\u092D\u093E\u0935\u0940 \u0928\u0939\u0940\u0902 \u0939\u094B\u0917\u093E",clickToSeeQuickDemo:"30 \u0938\u0947\u0915\u0902\u0921 \u0915\u0947 \u0924\u094D\u0935\u0930\u093F\u0924 \u0928\u093F\u0930\u094D\u0926\u0947\u0936 \u0935\u0940\u0921\u093F\u092F\u094B \u0915\u093E \u0935\u093F\u0938\u094D\u0924\u093E\u0930 \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u0915\u094D\u0932\u093F\u0915 \u0915\u0930\u0947\u0902",inputHelperInfo:"\u0928\u094B\u091F\uFF1A: \u0939\u092E\u0928\u0947 \u0935\u093F\u0936\u0947\u0937 \u0930\u0942\u092A \u0938\u0947 \u0909\u0938 \u092E\u0941\u0926\u094D\u0926\u0947 \u0915\u094B \u0905\u0928\u0941\u0915\u0942\u0932\u093F\u0924 \u0915\u093F\u092F\u093E \u0939\u0948 \u091C\u0939\u093E\u0902 \u0915\u0941\u091B \u091F\u094D\u0930\u093F\u0917\u0930 \u0935\u0930\u094D\u0923 \u091A\u0940\u0928\u0940 \u0907\u0928\u092A\u0941\u091F \u092A\u0926\u094D\u0927\u0924\u093F \u0915\u0947 \u0924\u0939\u0924 \u091A\u0940\u0928\u0940 \u0935\u093F\u0930\u093E\u092E \u091A\u093F\u0939\u094D\u0928\u094B\u0902 \u092E\u0947\u0902 \u092C\u0926\u0932 \u091C\u093E\u090F\u0902\u0917\u0947\u0964 \u0909\u0926\u093E\u0939\u0930\u0923 \u0915\u0947 \u0932\u093F\u090F, \u0938\u094B\u0917\u094C \u0907\u0928\u092A\u0941\u091F \u092A\u0926\u094D\u0927\u0924\u093F \u0915\u0947 \u0924\u0939\u0924, / \u090F\u0915 \u0935\u093F\u0930\u093E\u092E \u092E\u0947\u0902 \u092C\u0926\u0932 \u091C\u093E\u090F\u0917\u093E, \u0914\u0930 \u0907\u092E\u0930\u094D\u0938\u093F\u0935 \u0905\u0928\u0941\u0935\u093E\u0926 \u0938\u0902\u092C\u0902\u0927\u093F\u0924 \u0938\u092D\u0940 \u091A\u0940\u0928\u0940 \u092A\u094D\u0930\u0924\u0940\u0915\u094B\u0902 \u0915\u093E \u0938\u092E\u0930\u094D\u0925\u0928 \u0915\u0930\u0924\u093E \u0939\u0948 \u091F\u094D\u0930\u093F\u0917\u0930 \u0935\u0930\u094D\u0923\u0964 , \u092F\u093E\u0928\u0940, //,, \u0914\u0930 \u0938\u092D\u0940 \u0915\u094B \u091F\u094D\u0930\u093F\u0917\u0930 \u0935\u0930\u094D\u0923 \u0915\u0947 \u0930\u0942\u092A \u092E\u0947\u0902 \u092A\u0939\u091A\u093E\u0928\u093E \u091C\u093E\u090F\u0917\u093E\u0964

\u0938\u093E\u0925 \u0939\u0940, \u0939\u092E \u0915\u092E\u093E\u0902\u0921 \u0915\u0947 \u0930\u0942\u092A \u092E\u0947\u0902 \u092D\u093E\u0937\u093E \u0915\u094B\u0921 \u0915\u0947 \u091A\u0940\u0928\u0940 \u0909\u092A\u0928\u093E\u092E\u094B\u0902 \u0915\u093E \u092D\u0940 \u0938\u092E\u0930\u094D\u0925\u0928 \u0915\u0930\u0924\u0947 \u0939\u0948\u0902\u0964 \u0909\u0926\u093E\u0939\u0930\u0923 \u0915\u0947 \u0932\u093F\u090F, /\u091C\u093E\u092A\u093E\u0928\u0940 \u0939\u0948\u0932\u094B \u0935\u0930\u094D\u0932\u094D\u0921 \u0915\u093E \u091C\u093E\u092A\u093E\u0928\u0940 \u092E\u0947\u0902 \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u093F\u092F\u093E \u091C\u093E\u090F\u0917\u093E\u0964 <1> \u0938\u092D\u0940 \u0938\u092E\u0930\u094D\u0925\u093F\u0924 \u092D\u093E\u0937\u093E \u0915\u094B\u0921 \u0926\u0947\u0916\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u092F\u0939\u093E\u0902 \u0915\u094D\u0932\u093F\u0915 \u0915\u0930\u0947\u0902\u0964 .",reloadCurrentPage:"\u0915\u0943\u092A\u092F\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0936\u0941\u0930\u0942 \u0915\u0930\u0928\u0947 \u0938\u0947 \u092A\u0939\u0932\u0947 \u0935\u0930\u094D\u0924\u092E\u093E\u0928 \u092A\u0943\u0937\u094D\u0920 \u0915\u094B \u0924\u093E\u091C\u093C\u093E \u0915\u0930\u0947\u0902",noLocalFilePermissionForPDF:"\u0935\u0930\u094D\u0924\u092E\u093E\u0928 \u092E\u0947\u0902 \u0939\u092E\u093E\u0930\u0947 \u092A\u093E\u0938 \u0938\u094D\u0925\u093E\u0928\u0940\u092F \u092B\u093C\u093E\u0907\u0932\u0947\u0902 \u092A\u0922\u093C\u0928\u0947 \u0915\u0940 \u0905\u0928\u0941\u092E\u0924\u093F \u0928\u0939\u0940\u0902 \u0939\u0948\u0964 \u0915\u0943\u092A\u092F\u093E \u090A\u092A\u0930 \u0926\u093F\u090F \u0917\u090F \u092C\u091F\u0928 \u092A\u0930 \u0915\u094D\u0932\u093F\u0915 \u0915\u0930\u0947\u0902 \u0914\u0930 \u0938\u094D\u0925\u093E\u0928\u0940\u092F \u092B\u093C\u093E\u0907\u0932\u0947\u0902 \u0906\u092F\u093E\u0924 \u0915\u0930\u0947\u0902\u0964",noPermissionForThisPage:"\u26A0\uFE0F \u0935\u0930\u094D\u0924\u092E\u093E\u0928 \u092A\u0943\u0937\u094D\u0920 \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0928\u0947 \u0915\u0940 \u0905\u0928\u0941\u092E\u0924\u093F \u0928\u0939\u0940\u0902",retryAllParagraphs:"\u0938\u092D\u0940 \u0924\u094D\u0930\u0941\u091F\u093F \u092A\u0948\u0930\u093E\u0917\u094D\u0930\u093E\u092B \u092A\u0941\u0928\u0903 \u092A\u094D\u0930\u092F\u093E\u0938 \u0915\u0930\u0947\u0902",retryAllButton:"\u0938\u092D\u0940 \u0924\u094D\u0930\u0941\u091F\u093F \u092A\u0948\u0930\u093E\u0917\u094D\u0930\u093E\u092B \u092A\u0941\u0928\u0903 \u092A\u094D\u0930\u092F\u093E\u0938 \u0915\u0930\u0947\u0902",errorTooltipTitle:"\u0924\u094D\u0930\u0941\u091F\u093F \u0915\u093E \u0915\u093E\u0930\u0923 \u0926\u0947\u0916\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u0915\u094D\u0932\u093F\u0915 \u0915\u0930\u0947\u0902",errorModalTitle:"\u0910\u0938\u093E \u0932\u0917\u0924\u093E \u0939\u0948 \u0915\u093F \u0905\u0928\u0941\u0935\u093E\u0926 \u0938\u0947\u0935\u093E \u092F\u093E \u0928\u0947\u091F\u0935\u0930\u094D\u0915 \u092E\u0947\u0902 \u0915\u0941\u091B \u0917\u0921\u093C\u092C\u0921\u093C \u0939\u0948...",disableConfirm:"\u0926\u094D\u0935\u093F\u092D\u093E\u0937\u0940 \u0938\u0942\u091A\u0928\u093E \u0938\u0902\u0935\u0930\u094D\u0926\u094D\u0927\u0928 \u0938\u0947\u091F\u093F\u0902\u0917\u094D\u0938",disableOnce:"\u0907\u0938 \u092C\u093E\u0930 \u0905\u0915\u094D\u0937\u092E",disableGlobal:"\u0938\u094D\u0925\u093E\u092F\u0940 \u0930\u0942\u092A \u0938\u0947 \u0905\u0915\u094D\u0937\u092E",disableTint:"* \u0906\u092A \u0907\u0938\u0947 {option} \u092E\u0947\u0902 \u092A\u0941\u0928\u0903 \u0938\u0915\u094D\u0937\u092E \u0915\u0930 \u0938\u0915\u0924\u0947 \u0939\u0948\u0902\u0964",searchEnhancementNotes:"\u0939\u092E\u0928\u0947 \u092A\u093E\u092F\u093E \u0915\u093F \u091A\u0940\u0928\u0940 \u0915\u0940\u0935\u0930\u094D\u0921 \u0914\u0930 \u0905\u0902\u0917\u094D\u0930\u0947\u091C\u0940 \u0915\u0940\u0935\u0930\u094D\u0921 \u0915\u0947 \u0932\u093F\u090F \u0938\u092E\u093E\u091A\u093E\u0930 \u092A\u0930\u093F\u0923\u093E\u092E \u092C\u0939\u0941\u0924 \u0905\u0932\u0917 \u0939\u0948\u0902\u0964 \u0907\u092E\u0930\u094D\u0938\u093F\u0935 \u091F\u094D\u0930\u093E\u0902\u0938\u0932\u0947\u0936\u0928 \u0926\u094D\u0935\u093F\u092D\u093E\u0937\u0940 \u0938\u0942\u091A\u0928\u093E \u0938\u0902\u0935\u0930\u094D\u0926\u094D\u0927\u0928 \u092B\u093C\u0902\u0915\u094D\u0936\u0928 \u0915\u094B \u0938\u0915\u094D\u0937\u092E \u0915\u0930\u0928\u0947 \u0915\u0947 \u092C\u093E\u0926, \u0939\u092E \u0938\u092E\u0930\u094D\u0925\u093F\u0924 \u0935\u0947\u092C\u0938\u093E\u0907\u091F\u094B\u0902 (Google \u0938\u092E\u093E\u091A\u093E\u0930, Google \u0916\u094B\u091C (\u0915\u0941\u091B \u0915\u0940\u0935\u0930\u094D\u0921), \u0938\u094D\u0928\u094B\u092C\u0949\u0932, \u0913\u0930\u093F\u090F\u0902\u091F\u0932 \u092B\u0949\u0930\u094D\u091A\u094D\u092F\u0942\u0928 \u0928\u0947\u091F\u0935\u0930\u094D\u0915, \u092B\u093C\u0941\u091F\u0942) \u092A\u0930 \u0916\u094B\u091C \u0915\u0930\u0947\u0902\u0917\u0947 , \u091F\u093E\u0907\u0917\u0930) \u0938\u094D\u0935\u091A\u093E\u0932\u093F\u0924 \u0930\u0942\u092A \u0938\u0947 \u0906\u092A\u0915\u0947 \u0932\u093F\u090F \u0905\u0902\u0917\u094D\u0930\u0947\u091C\u0940 \u092E\u0947\u0902 \u0938\u092E\u093E\u0928 \u0915\u0940\u0935\u0930\u094D\u0921 \u0916\u094B\u091C\u0924\u093E \u0939\u0948 \u0914\u0930 \u0909\u0928\u094D\u0939\u0947\u0902 \u0926\u093E\u0908\u0902 \u0913\u0930 \u092A\u094D\u0930\u0926\u0930\u094D\u0936\u093F\u0924 \u0915\u0930\u0924\u093E \u0939\u0948\u0964 \u092F\u0926\u093F \u0906\u092A\u0915\u094B \u0907\u0938 \u0938\u0941\u0935\u093F\u0927\u093E \u0915\u0940 \u0906\u0935\u0936\u094D\u092F\u0915\u0924\u093E \u0928\u0939\u0940\u0902 \u0939\u0948, \u0924\u094B \u0906\u092A \u0907\u0938\u0947 \u0905\u0915\u094D\u0937\u092E \u0915\u0930\u0928\u093E \u091A\u0941\u0928 \u0938\u0915\u0924\u0947 \u0939\u0948\u0902\u0964",option:"\u0938\u094D\u0925\u093E\u092A\u093F\u0924 \u0915\u0930\u0928\u093E",saveSettings:"\u0938\u0947\u091F\u093F\u0902\u0917\u094D\u0938 \u0938\u0947\u0935 \u0915\u0930\u0947\u0902",closeModal:"\u0916\u093F\u0921\u093C\u0915\u0940 \u092C\u0902\u0926 \u0915\u0930\u094B",enableInputTranslationWithoutTriggerKeyTitle:"\u0924\u094D\u0935\u0930\u093F\u0924 \u0915\u0949\u092E\u094D\u092C\u094B \u0915\u094B 3 \u0917\u0941\u0928\u093E{trailingKey}\u0938\u0915\u094D\u0937\u092E \u0915\u0930\u0947\u0902, \u0938\u0902\u092A\u0942\u0930\u094D\u0923 \u0907\u0928\u092A\u0941\u091F \u092C\u0949\u0915\u094D\u0938 \u0915\u094B \u0938\u0940\u0927\u0947{inputTargetLanguage}\u092E\u0947\u0902 \u0905\u0928\u0941\u0935\u093E\u0926\u093F\u0924 \u0915\u0930\u0947\u0902",enableInputTranslationWithoutTriggerKeyDescription:"\u092F\u0926\u093F \u0906\u092A\u0915\u094B \u0932\u0915\u094D\u0937\u094D\u092F \u092D\u093E\u0937\u093E \u0928\u093F\u0930\u094D\u0926\u093F\u0937\u094D\u091F \u0915\u0930\u0928\u0947 \u0915\u0940 \u0906\u0935\u0936\u094D\u092F\u0915\u0924\u093E \u0939\u0948, \u0924\u094B \u0915\u0943\u092A\u092F\u093E \u0938\u093E\u092E\u0928\u0947 \u092D\u093E\u0937\u093E \u0915\u094B\u0921 \u091C\u094B\u0921\u093C\u0947\u0902, \u091C\u0948\u0938\u0947\uFF1Aja \u0939\u0947\u0932\u094B \u0935\u0930\u094D\u0932\u094D\u0921",mouseHoverShortcutPlaceholder:"\u091C\u0948\u0938\u0947\uFF1A\u0936\u093F\u092B\u094D\u091F",deepLProName:"\u0907\u092E\u0930\u094D\u0938\u093F\u0935 \u091F\u094D\u0930\u093E\u0902\u0938\u0932\u0947\u0936\u0928 \u092A\u094D\u0930\u094B \u0938\u0926\u0938\u094D\u092F (\u0905\u0928\u0941\u0936\u0902\u0938\u093F\u0924)",deepLProDescription:"\u0935\u0930\u094D\u0924\u092E\u093E\u0928 \u092A\u0948\u0915\u0947\u091C \u0915\u093E \u0938\u0940\u0927\u0947 \u0909\u092A\u092F\u094B\u0917 \u0915\u093F\u092F\u093E \u091C\u093E \u0938\u0915\u0924\u093E \u0939\u0948",deeplProDescriptionForNormal:"\u0915\u093F\u0938\u0940 \u0938\u0947\u091F\u093F\u0902\u0917 \u0915\u0940 \u0906\u0935\u0936\u094D\u092F\u0915\u0924\u093E \u0928\u0939\u0940\u0902 \u0939\u0948\u0964 \u0906\u092A \u0938\u0926\u0938\u094D\u092F \u0915\u0947 \u0930\u0942\u092A \u092E\u0947\u0902 \u0932\u0949\u0917 \u0907\u0928 \u0915\u0930\u0928\u0947 \u0915\u0947 \u092C\u093E\u0926 \u0907\u0938\u0915\u093E \u0909\u092A\u092F\u094B\u0917 \u0915\u0930 \u0938\u0915\u0924\u0947 \u0939\u0948\u0902\u0964 <1> \u0938\u0926\u0938\u094D\u092F \u092E\u0947\u0902 \u0905\u092A\u0917\u094D\u0930\u0947\u0921 \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u092F\u0939\u093E\u0902 \u0915\u094D\u0932\u093F\u0915 \u0915\u0930\u0947\u0902\u0964",deepLCustomDescription:"\u0906\u092A\u0915\u094B \u090F\u0915 \u0935\u093F\u0926\u0947\u0936\u0940 \u0915\u094D\u0930\u0947\u0921\u093F\u091F \u0915\u093E\u0930\u094D\u0921 \u0915\u0940 \u0906\u0935\u0936\u094D\u092F\u0915\u0924\u093E \u0939\u0948, <1>\u0921\u0940\u092A\u090F\u0932 \u092A\u0930 \u091C\u093E\u090F\u0902 \u0906\u0927\u093F\u0915\u093E\u0930\u093F\u0915 \u0924\u094C\u0930 \u092A\u0930 \u0916\u094B\u0932\u093E \u0917\u092F\u093E, <2> \u0926\u0938\u094D\u0924\u093E\u0935\u0947\u091C\u093C \u0926\u0947\u0916\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u0915\u094D\u0932\u093F\u0915 \u0915\u0930\u0947\u0902",deepLCustomName:"\u0915\u0938\u094D\u091F\u092E \u092A\u094D\u0930\u093E\u092E\u093E\u0923\u093F\u0915 \u0915\u0941\u0902\u091C\u0940",chooseProviderLabel:"\u090F\u0915 \u0938\u0947\u0935\u093E \u092A\u094D\u0930\u0926\u093E\u0924\u093E \u091A\u0941\u0928\u0947\u0902",openaiProName:"\u0907\u092E\u0930\u094D\u0938\u093F\u0935 \u091F\u094D\u0930\u093E\u0902\u0938\u0932\u0947\u0936\u0928 \u092A\u094D\u0930\u094B \u0938\u0926\u0938\u094D\u092F (\u0905\u0928\u0941\u0936\u0902\u0938\u093F\u0924)",openaiProDescription:"\u0935\u0930\u094D\u0924\u092E\u093E\u0928 \u092A\u0948\u0915\u0947\u091C \u0915\u093E \u0938\u0940\u0927\u0947 \u0909\u092A\u092F\u094B\u0917 \u0915\u093F\u092F\u093E \u091C\u093E \u0938\u0915\u0924\u093E \u0939\u0948",openaiProDescriptionForNormal:"\u0915\u093F\u0938\u0940 \u0938\u0947\u091F\u093F\u0902\u0917 \u0915\u0940 \u0906\u0935\u0936\u094D\u092F\u0915\u0924\u093E \u0928\u0939\u0940\u0902 \u0939\u0948\u0964 \u0906\u092A \u0938\u0926\u0938\u094D\u092F \u0915\u0947 \u0930\u0942\u092A \u092E\u0947\u0902 \u0932\u0949\u0917 \u0907\u0928 \u0915\u0930\u0928\u0947 \u0915\u0947 \u092C\u093E\u0926 \u0907\u0938\u0915\u093E \u0909\u092A\u092F\u094B\u0917 \u0915\u0930 \u0938\u0915\u0924\u0947 \u0939\u0948\u0902\u0964 <1> \u0938\u0926\u0938\u094D\u092F \u092E\u0947\u0902 \u0905\u092A\u0917\u094D\u0930\u0947\u0921 \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u092F\u0939\u093E\u0902 \u0915\u094D\u0932\u093F\u0915 \u0915\u0930\u0947\u0902\u0964",openaiCustomDescription:"\u0907\u0938\u0947 OpenAI, Azure OpenAI, \u092F\u093E \u0905\u0928\u094D\u092F \u0924\u0943\u0924\u0940\u092F-\u092A\u0915\u094D\u0937 \u0938\u0947\u0935\u093E\u0913\u0902 \u0938\u0947 \u092A\u094D\u0930\u093E\u092A\u094D\u0924 \u0915\u093F\u092F\u093E \u091C\u093E \u0938\u0915\u0924\u093E \u0939\u0948\u0964 <1> \u0926\u0938\u094D\u0924\u093E\u0935\u0947\u091C\u093C \u0926\u0947\u0916\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u092F\u0939\u093E\u0902 \u0915\u094D\u0932\u093F\u0915 \u0915\u0930\u0947\u0902\u0964",openaiCustomName:"\u0915\u0938\u094D\u091F\u092E \u090F\u092A\u0940\u0906\u0908 \u0915\u0941\u0902\u091C\u0940",needLoginAction:"(\u0938\u0926\u0938\u094D\u092F\u0924\u093E \u0926\u0930\u094D\u091C \u0915\u0930\u0947\u0902 \u092F\u093E \u0905\u0928\u0941\u0915\u0942\u0932\u093F\u0924 \u0915\u0930\u0947\u0902)",goLoginOrAction:"(\u0938\u0926\u0938\u094D\u092F\u0924\u093E \u0926\u0930\u094D\u091C \u0915\u0930\u0947\u0902 \u092F\u093E \u0938\u0947\u091F\u093F\u0902\u0917\u094D\u0938 \u092A\u0930 \u091C\u093E\u090F\u0902)",yearly:"\u0938\u0924\u0924 \u0935\u093E\u0930\u094D\u0937\u093F\u0915 \u0938\u0926\u0938\u094D\u092F\u0924\u093E",quarterly:"\u0932\u0917\u093E\u0924\u093E\u0930 \u090B\u0924\u0941\u090F\u0901",monthly:"\u0928\u093F\u0930\u0902\u0924\u0930 \u092E\u093E\u0938\u093F\u0915 \u0938\u0926\u0938\u094D\u092F\u0924\u093E",yearlyForOnce:"\u090F\u0915\u092E\u0941\u0936\u094D\u0924 \u0935\u093E\u0930\u094D\u0937\u093F\u0915 \u092A\u0948\u0915\u0947\u091C",monthlyForOnce:"\u090F\u0915\u092E\u0941\u0936\u094D\u0924 \u092E\u093E\u0938\u093F\u0915 \u092A\u0948\u0915\u0947\u091C",daily:"\u0932\u0917\u093E\u0924\u093E\u0930 \u0926\u094B \u0926\u093F\u0928",year:"\u0938\u0924\u0924 \u0935\u093E\u0930\u094D\u0937\u093F\u0915 \u0938\u0926\u0938\u094D\u092F\u0924\u093E",quarter:"\u0932\u0917\u093E\u0924\u093E\u0930 \u090B\u0924\u0941\u090F\u0901",month:"\u0928\u093F\u0930\u0902\u0924\u0930 \u092E\u093E\u0938\u093F\u0915 \u0938\u0926\u0938\u094D\u092F\u0924\u093E",day:"\u0932\u0917\u093E\u0924\u093E\u0930 \u0926\u094B \u0926\u093F\u0928",onetime_7day:"7 \u0926\u093F\u0928 \u0915\u093E \u091F\u094D\u0930\u093E\u092F\u0932 \u092A\u0948\u0915\u0947\u091C",currentPlanDescriptionForFree:"\u0935\u0930\u094D\u0924\u092E\u093E\u0928 \u092A\u0948\u0915\u0947\u091C\uFF1A\u0928\u093F\u0903\u0936\u0941\u0932\u094D\u0915 \u0939\u0948",currentPlanDescriptionForContinuous:"\u0935\u0930\u094D\u0924\u092E\u093E\u0928 \u092A\u0948\u0915\u0947\u091C\uFF1A{plan}\u0939\u0948 \u0914\u0930 {endAt} \u0915\u094B \u0938\u094D\u0935\u091A\u093E\u0932\u093F\u0924 \u0930\u0942\u092A \u0938\u0947 \u0928\u0935\u0940\u0928\u0940\u0915\u0943\u0924 \u0939\u094B \u091C\u093E\u090F\u0917\u093E",currentPlanDescriptionForAutoRenewCaceling:"\u0935\u0930\u094D\u0924\u092E\u093E\u0928 \u092A\u0948\u0915\u0947\u091C\uFF1A{plan}\u0939\u0948 \u0914\u0930 {endAt} \u0915\u094B \u0938\u092E\u093E\u092A\u094D\u0924 \u0939\u094B \u091C\u093E\u090F\u0917\u093E\u0964 \u0938\u092E\u093E\u092A\u094D\u0924\u093F \u0915\u0947 \u092C\u093E\u0926 \u0907\u0938\u0947 \u0938\u094D\u0935\u091A\u093E\u0932\u093F\u0924 \u0930\u0942\u092A \u0938\u0947 \u0928\u0935\u0940\u0928\u0940\u0915\u0943\u0924 \u0928\u0939\u0940\u0902 \u0915\u093F\u092F\u093E \u091C\u093E\u090F\u0917\u093E\u0964",currentYearlyPlanDescriptionForAutoRenewCacelingWithRealPaiedUser:"\u0935\u0930\u094D\u0924\u092E\u093E\u0928 \u092A\u0948\u0915\u0947\u091C\uFF1A{plan} {endAt} \u0915\u094B \u0938\u092E\u093E\u092A\u094D\u0924 \u0939\u094B \u091C\u093E\u090F\u0917\u093E \u0914\u0930 \u0938\u092E\u093E\u092A\u094D\u0924\u093F \u0915\u0947 \u092C\u093E\u0926 \u0938\u094D\u0935\u091A\u093E\u0932\u093F\u0924 \u0930\u0942\u092A \u0938\u0947 \u0928\u0935\u0940\u0928\u0940\u0915\u0943\u0924 \u0928\u0939\u0940\u0902 \u0915\u093F\u092F\u093E \u091C\u093E\u090F\u0917\u093E\u0964
<1>\u0928\u0935\u0940\u0915\u0930\u0923 \u092F\u094B\u091C\u0928\u093E\u0913\u0902 \u0915\u094B \u092A\u094D\u0930\u092C\u0902\u0927\u093F\u0924 \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u092F\u0939\u093E\u0902 \u0915\u094D\u0932\u093F\u0915 \u0915\u0930\u0947\u0902",currentYearlyPlanDescriptionForAutoRenewCacelingWithAdmin:"\u0935\u0930\u094D\u0924\u092E\u093E\u0928 \u092A\u0948\u0915\u0947\u091C\uFF1A{plan} {endAt} \u0915\u094B \u0938\u092E\u093E\u092A\u094D\u0924 \u0939\u094B \u091C\u093E\u090F\u0917\u093E \u0914\u0930 \u0938\u092E\u093E\u092A\u094D\u0924\u093F \u0915\u0947 \u092C\u093E\u0926 \u0938\u094D\u0935\u091A\u093E\u0932\u093F\u0924 \u0930\u0942\u092A \u0938\u0947 \u0928\u0935\u0940\u0928\u0940\u0915\u0943\u0924 \u0928\u0939\u0940\u0902 \u0915\u093F\u092F\u093E \u091C\u093E\u090F\u0917\u093E\u0964
<1>\u0928\u093F\u0930\u0902\u0924\u0930 \u0935\u093E\u0930\u094D\u0937\u093F\u0915 \u0938\u0926\u0938\u094D\u092F\u0924\u093E \u0938\u0915\u094D\u0930\u093F\u092F \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u092F\u0939\u093E\u0902 \u0915\u094D\u0932\u093F\u0915 \u0915\u0930\u0947\u0902",currentPlanDescriptionForOneTime:"\u0935\u0930\u094D\u0924\u092E\u093E\u0928 \u092A\u0948\u0915\u0947\u091C\uFF1A{plan}\u0939\u0948 \u0914\u0930 {endAt} \u0915\u094B \u0938\u092E\u093E\u092A\u094D\u0924 \u0939\u094B \u091C\u093E\u090F\u0917\u093E\u0964 <1> \u0935\u093E\u0930\u094D\u0937\u093F\u0915 \u0936\u0941\u0932\u094D\u0915 \u092E\u0947\u0902 \u0905\u092A\u0917\u094D\u0930\u0947\u0921 \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u092F\u0939\u093E\u0902 \u0915\u094D\u0932\u093F\u0915 \u0915\u0930\u0947\u0902 \u092F\u093E <2> \u092E\u093E\u0938\u093F\u0915 \u0936\u0941\u0932\u094D\u0915 \u0938\u0926\u0938\u094D\u092F",upgradePlan:"\u092A\u094D\u0930\u094B \u0938\u0926\u0938\u094D\u092F\u0924\u093E \u092E\u0947\u0902 \u0905\u092A\u0917\u094D\u0930\u0947\u0921 \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u092F\u0939\u093E\u0902 \u0915\u094D\u0932\u093F\u0915 \u0915\u0930\u0947\u0902",upgradeToPro:"\u092A\u094D\u0930\u094B \u0938\u0926\u0938\u094D\u092F\u0924\u093E \u092E\u0947\u0902 \u0905\u092A\u0917\u094D\u0930\u0947\u0921 \u0915\u0930\u0947\u0902","popup.openPro":"\u092A\u094D\u0930\u094B \u0938\u0926\u0938\u094D\u092F\u0924\u093E \u092E\u0947\u0902 \u0905\u092A\u0917\u094D\u0930\u0947\u0921 \u0915\u0930\u0928\u0947 \u0915\u0947 \u092C\u093E\u0926, \u0906\u092A \u0921\u0940\u092A\u090F\u0932 \u0914\u0930 \u0913\u092A\u0928\u090F\u0906\u0908 \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u093E \u0906\u0928\u0902\u0926 \u0932\u0947 \u0938\u0915\u0924\u0947 \u0939\u0948\u0902, \u0905\u092A\u0917\u094D\u0930\u0947\u0921 \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u092F\u0939\u093E\u0902 \u0915\u094D\u0932\u093F\u0915 \u0915\u0930\u0947\u0902","popup.openProForPro":"\u0906\u092A \u090F\u0915 \u092A\u094D\u0930\u094B \u0938\u0926\u0938\u094D\u092F \u0939\u0948\u0902 \u0914\u0930 \u0938\u0940\u0927\u0947 \u0921\u0940\u092A\u090F\u0932 \u0914\u0930 \u0913\u092A\u0928\u090F\u0906\u0908 \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u093E \u0909\u092A\u092F\u094B\u0917 \u0915\u0930 \u0938\u0915\u0924\u0947 \u0939\u0948\u0902",currentAccount:"\u091A\u093E\u0932\u0942 \u0916\u093E\u0924\u093E",enableAutoSyncUserSettings:"\u090F\u0915\u093E\u0927\u093F\u0915 \u0921\u093F\u0935\u093E\u0907\u0938\u094B\u0902 \u092A\u0930 \u0938\u094D\u0935\u091A\u093E\u0932\u093F\u0924 \u0915\u094D\u0932\u093E\u0909\u0921 \u0938\u093F\u0902\u0915 \u0938\u0915\u094D\u0937\u092E \u0915\u0930\u0947\u0902",modalEnableInputTranslationTitle:"\u0907\u092E\u0930\u094D\u0938\u093F\u0935 \u091F\u094D\u0930\u093E\u0902\u0938\u0932\u0947\u0936\u0928 \u0907\u0928\u092A\u0941\u091F \u092C\u0949\u0915\u094D\u0938 \u091F\u094D\u0930\u093E\u0902\u0938\u0932\u0947\u0936\u0928 \u092F\u0941\u0915\u094D\u0924\u093F\u092F\u093E\u0901",modalEnableInputTranslationDesc:"\u0906\u092A\u0928\u0947 \u0938\u094D\u092A\u0947\u0938 \u092C\u093E\u0930 \u0915\u094B \u0932\u0917\u093E\u0924\u093E\u0930 \u0924\u0940\u0928 \u092C\u093E\u0930 \u0926\u092C\u093E\u0915\u0930 \u0907\u092E\u0930\u094D\u0938\u093F\u0935 \u091F\u094D\u0930\u093E\u0902\u0938\u0932\u0947\u0936\u0928 \u0915\u0947 \u0907\u0928\u092A\u0941\u091F \u092C\u0949\u0915\u094D\u0938 \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u094B \u091F\u094D\u0930\u093F\u0917\u0930 \u0915\u093F\u092F\u093E \u0939\u0948, \u0914\u0930 \u0907\u0928\u092A\u0941\u091F \u092C\u0949\u0915\u094D\u0938 \u0915\u0940 \u0938\u093E\u092E\u0917\u094D\u0930\u0940 \u0915\u094B \u0921\u093F\u092B\u093C\u0949\u0932\u094D\u091F \u0932\u0915\u094D\u0937\u094D\u092F \u092D\u093E\u0937\u093E \u092E\u0947\u0902 \u0905\u0928\u0941\u0935\u093E\u0926\u093F\u0924 \u0915\u093F\u092F\u093E \u091C\u093E\u090F\u0917\u093E\u0964 \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u094B Ctrl+Z \u0915\u0947 \u092E\u093E\u0927\u094D\u092F\u092E \u0938\u0947 \u092A\u0942\u0930\u094D\u0935\u0935\u0924 \u0915\u093F\u092F\u093E \u091C\u093E \u0938\u0915\u0924\u093E \u0939\u0948\u0964

\u092F\u0926\u093F \u092F\u0939 \u090F\u0915 \u0917\u0932\u0924\u0940 \u0939\u0948, \u0924\u094B \u091A\u093F\u0902\u0924\u093E \u0928 \u0915\u0930\u0947\u0902, \u0906\u092A \u0907\u0938 \u092C\u093E\u0930 \u0907\u0938\u0947 \u0905\u0915\u094D\u0937\u092E \u0915\u0930\u0928\u093E \u091A\u0941\u0928 \u0938\u0915\u0924\u0947 \u0939\u0948\u0902, \u092F\u093E \u0907\u0928\u092A\u0941\u091F \u092C\u0949\u0915\u094D\u0938 \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u094B \u0938\u094D\u0925\u093E\u092F\u0940 \u0930\u0942\u092A \u0938\u0947 \u0905\u0915\u094D\u0937\u092E \u0915\u0930 \u0938\u0915\u0924\u0947 \u0939\u0948\u0902\u0964",saveAndNotShowAgain:"\u0938\u0939\u0947\u091C\u0947\u0902 \u0914\u0930 \u0926\u094B\u092C\u093E\u0930\u093E \u0938\u0902\u0915\u0947\u0924 \u0928 \u0926\u0947\u0902",disableInputTranslationTips:"* \u0906\u092A {option} ,{learnMore}\u092E\u0947\u0902 \u091F\u094D\u0930\u093F\u0917\u0930 \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u0905\u0928\u094D\u092F \u0936\u0949\u0930\u094D\u091F\u0915\u091F \u0915\u0941\u0902\u091C\u093F\u092F\u093E\u0901 \u092D\u0940 \u0938\u0947\u091F \u0915\u0930 \u0938\u0915\u0924\u0947 \u0939\u0948\u0902\u0964",learnMore:"\u0914\u0930 \u091C\u093E\u0928\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u092F\u0939\u093E\u0902 \u0915\u094D\u0932\u093F\u0915 \u0915\u0930\u0947\u0902",continueEnalbeInputTranslation:"\u0907\u0928\u092A\u0941\u091F \u092C\u0949\u0915\u094D\u0938 \u0905\u0928\u0941\u0935\u093E\u0926 \u0938\u0915\u094D\u0937\u092E \u0915\u0930\u0928\u093E \u091C\u093E\u0930\u0940 \u0930\u0916\u0947\u0902",autoRenewTrialSuffix:'(\u092A\u0930\u0940\u0915\u094D\u0937\u0923 \u0915\u0947 \u0926\u094C\u0930\u093E\u0928,\u0924\u0941\u0930\u0902\u0924 \u0914\u092A\u091A\u093E\u0930\u093F\u0915\u092E\u0947\u0902 \u0905\u092A\u0917\u094D\u0930\u0947\u0921 \u0915\u0930 \u0926\u093F\u092F\u093E \u091C\u093E\u090F\u0917\u093E)',upgradeFromTrialTitle:"\u0906\u0927\u093F\u0915\u093E\u0930\u093F\u0915 \u0938\u0926\u0938\u094D\u092F \u0915\u0947 \u0930\u0942\u092A \u092E\u0947\u0902 \u0905\u092A\u0917\u094D\u0930\u0947\u0921 \u0915\u0930\u0947\u0902",subtitle:"\u0935\u0940\u0921\u093F\u092F\u094B \u0909\u092A\u0936\u0940\u0930\u094D\u0937\u0915",youtubeService:"\u0907\u092E\u0930\u094D\u0938\u093F\u0935 \u0905\u0928\u0941\u0935\u093E\u0926 \u0935\u0940\u0921\u093F\u092F\u094B \u0909\u092A\u0936\u0940\u0930\u094D\u0937\u0915 \u0905\u0928\u0941\u0935\u093E\u0926 \u0938\u0947\u0935\u093E","subtitle.disabledSubtitle":"\u0935\u0940\u0921\u093F\u092F\u094B \u0909\u092A\u0936\u0940\u0930\u094D\u0937\u0915 \u0915\u094B \u0938\u094D\u0925\u093E\u092F\u0940 \u0930\u0942\u092A \u0938\u0947 \u0905\u0915\u094D\u0937\u092E \u0915\u0930\u0947\u0902","subtitle.disabledSubtitleDescription":"\u092F\u0926\u093F \u0907\u092E\u0930\u094D\u0938\u093F\u0935 \u091F\u094D\u0930\u093E\u0902\u0938\u0932\u0947\u0936\u0928 \u0915\u0947 \u0935\u0940\u0921\u093F\u092F\u094B \u0909\u092A\u0936\u0940\u0930\u094D\u0937\u0915 \u0905\u0928\u094D\u092F \u090F\u0915\u094D\u0938\u091F\u0947\u0902\u0936\u0928 \u0915\u0947 \u0938\u093E\u0925 \u0938\u0902\u0918\u0930\u094D\u0937 \u0915\u0930\u0924\u0947 \u0939\u0948\u0902, \u0924\u094B \u0906\u092A \u0907\u092E\u0930\u094D\u0938\u093F\u0935 \u091F\u094D\u0930\u093E\u0902\u0938\u0932\u0947\u0936\u0928 \u0915\u0947 \u0935\u0940\u0921\u093F\u092F\u094B \u0909\u092A\u0936\u0940\u0930\u094D\u0937\u0915 \u092B\u093C\u0902\u0915\u094D\u0936\u0928 \u0915\u094B \u0938\u094D\u0925\u093E\u092F\u0940 \u0930\u0942\u092A \u0938\u0947 \u0905\u0915\u094D\u0937\u092E \u0915\u0930\u0928\u093E \u092F\u093E \u0905\u0928\u094D\u092F \u0935\u093F\u0930\u094B\u0927\u093E\u092D\u093E\u0938\u0940 \u090F\u0915\u094D\u0938\u091F\u0947\u0902\u0936\u0928 \u0915\u094B \u0905\u0928\u0907\u0902\u0938\u094D\u091F\u0949\u0932 \u0915\u0930\u0928\u093E \u091A\u0941\u0928 \u0938\u0915\u0924\u0947 \u0939\u0948\u0902\u0964","subtitle.autoEnableSubtitle":"\u0938\u094D\u0935\u091A\u093E\u0932\u093F\u0924 \u0930\u0942\u092A \u0938\u0947 \u0926\u094D\u0935\u093F\u092D\u093E\u0937\u0940 \u0909\u092A\u0936\u0940\u0930\u094D\u0937\u0915 \u0915\u093E \u0909\u092A\u092F\u094B\u0917 \u0915\u0930\u0947\u0902","subtitle.autoEnableSubtitleDescription":"\u0938\u0915\u094D\u0930\u093F\u092F \u0915\u0930\u0928\u0947 \u0915\u0947 \u092C\u093E\u0926, \u091C\u092C \u0935\u0940\u0921\u093F\u092F\u094B \u091A\u0932 \u0930\u0939\u093E \u0939\u094B\u0924\u093E \u0939\u0948, \u0924\u094B \u0938\u094D\u0935\u091A\u093E\u0932\u093F\u0924 \u0930\u0942\u092A \u0938\u0947 \u0926\u094D\u0935\u093F\u092D\u093E\u0937\u0940\u092F \u0909\u092A\u0936\u0940\u0930\u094D\u0937\u0915 \u0926\u093F\u0916\u093E\u0908 \u0926\u0947\u0902\u0917\u0947, \u0905\u0928\u094D\u092F\u0925\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u092C\u091F\u0928 \u092A\u0930 \u0915\u094D\u0932\u093F\u0915 \u0915\u0930\u0928\u0947 \u0915\u0940 \u0906\u0935\u0936\u094D\u092F\u0915\u0924\u093E \u0939\u094B\u0917\u0940\u0964","subtitle.preTranslation":"\u0909\u092A\u0936\u0940\u0930\u094D\u0937\u0915 \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u0907\u092E\u0930\u094D\u0938\u093F\u0935 \u091F\u094D\u0930\u093E\u0902\u0938\u0932\u0947\u0936\u0928 \u0915\u093E \u0909\u092A\u092F\u094B\u0917 \u0915\u0930\u0947\u0902","subtitle.preTranslationDescription":"\u0907\u0938\u0947 \u0938\u0915\u094D\u0937\u092E \u0915\u0930\u0928\u0947 \u0915\u0947 \u092C\u093E\u0926, \u0928\u0940\u091A\u0947 \u0926\u0940 \u0917\u0908 \u0928\u093F\u0930\u094D\u0926\u093F\u0937\u094D\u091F \u0905\u0928\u0941\u0935\u093E\u0926 \u0938\u0947\u0935\u093E \u0915\u093E \u0909\u092A\u092F\u094B\u0917 \u0938\u0902\u092A\u0942\u0930\u094D\u0923 \u0909\u092A\u0936\u0940\u0930\u094D\u0937\u0915 \u0915\u093E \u0905\u0917\u094D\u0930\u093F\u092E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u0915\u093F\u092F\u093E \u091C\u093E\u090F\u0917\u093E\u0964 \u090F\u0915 \u0918\u0902\u091F\u0947 \u0915\u093E \u0935\u0940\u0921\u093F\u092F\u094B \u0932\u0917\u092D\u0917 50,000 \u091F\u094B\u0915\u0928 \u092F\u093E \u0935\u0930\u094D\u0923\u094B\u0902 \u0915\u093E \u0909\u092A\u092D\u094B\u0917 \u0915\u0930\u0924\u093E \u0939\u0948, \u0907\u0938\u0932\u093F\u090F \u0915\u0943\u092A\u092F\u093E \u0907\u0938\u0947 \u0909\u092A\u092F\u0941\u0915\u094D\u0924 \u0915\u0947 \u0930\u0942\u092A \u092E\u0947\u0902 \u0909\u092A\u092F\u094B\u0917 \u0915\u0930\u0947\u0902; \u0907\u0938\u0947 \u092C\u0902\u0926 \u0915\u0930\u0928\u0947 \u0915\u0947 \u092C\u093E\u0926, \u092E\u0936\u0940\u0928 \u0938\u0947 \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u093F\u092F\u093E \u091C\u093E\u090F\u0917\u093E \u092E\u0942\u0932 \u0935\u0940\u0921\u093F\u092F\u094B \u0915\u0947 \u0938\u093E\u0925 \u0906\u0928\u0947 \u0935\u093E\u0932\u0947 \u0909\u092A\u0936\u0940\u0930\u094D\u0937\u0915 \u0915\u093E \u092A\u0939\u0932\u0947 \u0909\u092A\u092F\u094B\u0917 \u0915\u093F\u092F\u093E \u091C\u093E\u090F\u0917\u093E\u0964","subtitle.humanSubtitlesPreferred":"\u092E\u093E\u0928\u0935 \u0909\u092A\u0936\u0940\u0930\u094D\u0937\u0915 \u0915\u0947 \u0909\u092A\u092F\u094B\u0917 \u0915\u094B \u092A\u094D\u0930\u093E\u0925\u092E\u093F\u0915\u0924\u093E \u0926\u0947\u0902","subtitle.humanSubtitlesPreferredDescription":"\u091C\u092C \u0915\u093F\u0938\u0940 \u0935\u0940\u0921\u093F\u092F\u094B \u092E\u0947\u0902 \u0932\u0915\u094D\u0937\u093F\u0924 \u092D\u093E\u0937\u093E \u092E\u0947\u0902 \u092E\u0948\u0928\u094D\u092F\u0941\u0905\u0932 \u0909\u092A\u0936\u0940\u0930\u094D\u0937\u0915 \u0939\u094B\u0902, \u0924\u094B \u092A\u0939\u0932\u0947 \u092E\u0948\u0928\u094D\u092F\u0941\u0905\u0932 \u0909\u092A\u0936\u0940\u0930\u094D\u0937\u0915 \u0915\u093E \u0909\u092A\u092F\u094B\u0917 \u0915\u0930\u0947\u0902 (\u0905\u0928\u0941\u0936\u0902\u0938\u093F\u0924)",videoSubtitleTranslationDescription:"\u0935\u0940\u0921\u093F\u092F\u094B \u0909\u092A\u0936\u0940\u0930\u094D\u0937\u0915 \u0915\u0947 \u0932\u093F\u090F \u090F\u0915 \u0905\u0932\u0917 \u0905\u0928\u0941\u0935\u093E\u0926 \u0938\u0947\u0935\u093E \u0928\u093E\u092E\u093F\u0924 \u0915\u0930\u0947\u0902",subtitleTranslating:"{service} \u0938\u0947\u0935\u093E \u0915\u093E \u0909\u092A\u092F\u094B\u0917 \u0915\u0930\u0915\u0947 \u0909\u092A\u0936\u0940\u0930\u094D\u0937\u0915 \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930 \u0930\u0939\u0947 \u0939\u0948\u0902, \u0915\u0943\u092A\u092F\u093E \u092A\u094D\u0930\u0924\u0940\u0915\u094D\u0937\u093E \u0915\u0930\u0947\u0902... (\u0907\u092E\u0930\u094D\u0938\u093F\u0935 \u0905\u0928\u0941\u0935\u093E\u0926)",subtitleLoading:"\u0909\u092A\u0936\u0940\u0930\u094D\u0937\u0915 \u0932\u094B\u0921 \u0939\u094B \u0930\u0939\u093E \u0939\u0948...",bilingual:"\u0926\u094D\u0935\u093F\u092D\u093E\u0937\u093F\u0915","field.action":"Baidu \u0936\u092C\u094D\u0926\u093E\u0935\u0932\u0940 \u0915\u094B \u0938\u0915\u094D\u0937\u092E \u0915\u0930\u0928\u093E \u0939\u0948 \u092F\u093E \u0928\u0939\u0940\u0902","description.action":"\u0938\u0915\u094D\u0937\u092E \u0915\u0930\u0928\u0947 \u0915\u0947 \u092C\u093E\u0926, \u0936\u092C\u094D\u0926 \u0915\u094B \u0938\u0915\u094D\u0937\u092E \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F Baidu \u0915\u094B \u0938\u0942\u091A\u093F\u0924 \u0915\u0930\u0928\u0947 \u0915\u0947 \u0905\u0928\u0941\u0930\u094B\u0927 \u092E\u0947\u0902 \u092A\u0948\u0930\u093E\u092E\u0940\u091F\u0930 \u090F\u0915\u094D\u0936\u0928 = 1 \u091C\u094B\u0921\u093C\u093E \u091C\u093E\u090F\u0917\u093E\u0964 <1> \u0915\u0943\u092A\u092F\u093E \u0905\u0927\u093F\u0915 \u0928\u093F\u0930\u094D\u0926\u0947\u0936\u094B\u0902 \u0915\u0947 \u0932\u093F\u090F \u0906\u0927\u093F\u0915\u093E\u0930\u093F\u0915 \u0926\u0938\u094D\u0924\u093E\u0935\u0947\u091C\u093C \u0926\u0947\u0916\u0947\u0902\u0964",closeQuickTranslation:"\u0924\u0948\u0930\u0924\u0940 \u0939\u0941\u0908 \u0917\u0947\u0902\u0926 \u0915\u094B \u092C\u0902\u0926 \u0915\u0930\u0947\u0902","closeQuickTranslation.untilNext":"\u0905\u0917\u0932\u0940 \u092F\u093E\u0924\u094D\u0930\u093E \u0924\u0915 \u092C\u0902\u0926","closeQuickTranslation.currentWebsite":"\u0935\u0930\u094D\u0924\u092E\u093E\u0928 \u0935\u0947\u092C\u0938\u093E\u0907\u091F \u0905\u0915\u094D\u0937\u092E \u0939\u0948","closeQuickTranslation.alwaysClose":"\u0938\u094D\u0925\u093E\u092F\u0940 \u0930\u0942\u092A \u0938\u0947 \u0905\u0915\u094D\u0937\u092E","closeQuickTranslation.settingOpen":"(<1> \u0938\u0947\u091F\u093F\u0902\u0917 \u092A\u0947\u091C \u092A\u0930 \u092A\u093E\u092F\u093E \u091C\u093E \u0938\u0915\u0924\u093E \u0939\u0948 \u091A\u093E\u0932\u0942 \u0915\u0930\u094B)","closeQuickTranslation.cancel":"\u0930\u0926\u094D\u0926 \u0915\u0930\u0928\u093E","closeQuickTranslation.confirm":"\u091C\u093C\u0930\u0942\u0930","floatBall.popup":"\u0924\u094D\u0935\u0930\u093F\u0924 \u0938\u0947\u091F\u093F\u0902\u0917 \u092A\u0948\u0928\u0932 \u0916\u094B\u0932\u0947\u0902","floatBall.translate":"\u0907\u0938 \u092A\u0943\u0937\u094D\u0920 \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u0915\u094D\u0932\u093F\u0915 \u0915\u0930\u0947\u0902","floatBall.showOriginal":"\u092E\u0942\u0932 \u092A\u093E\u0920 \u092A\u0930 \u0935\u093E\u092A\u0938 \u091C\u093E\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u0915\u094D\u0932\u093F\u0915 \u0915\u0930\u0947\u0902","floatBall.close":"\u0924\u0948\u0930\u0924\u0940 \u0939\u0941\u0908 \u0917\u0947\u0902\u0926 \u0915\u094B \u092C\u0902\u0926 \u0915\u0930\u0947\u0902","floatBallOptions.enableDescPc":"\u092A\u0947\u091C \u092B\u093C\u094D\u0932\u094B\u091F\u093F\u0902\u0917 \u092C\u0949\u0932 \u0938\u0915\u094D\u0937\u092E \u0939\u094B\u0928\u0947 \u0915\u0947 \u092C\u093E\u0926, \u092A\u0943\u0937\u094D\u0920 \u0915\u0947 \u0926\u093E\u0908\u0902 \u0913\u0930 \u090F\u0915 \u0924\u094D\u0935\u0930\u093F\u0924 \u0905\u0928\u0941\u0935\u093E\u0926 \u092C\u091F\u0928 \u092A\u094D\u0930\u0926\u0930\u094D\u0936\u093F\u0924 \u0939\u094B\u0917\u093E\u0964 \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u0915\u094D\u0932\u093F\u0915 \u0915\u0930\u0947\u0902\u0964","floatBallOptions.enableDesc":"\u092B\u094D\u0932\u094B\u091F\u093F\u0902\u0917 \u092C\u0949\u0932 \u0915\u094B \u092C\u0902\u0926 \u0915\u0930\u0928\u0947 \u0915\u0947 \u092C\u093E\u0926 \u0907\u0938\u0947{touch}\u0938\u0947 \u091C\u0917\u093E\u092F\u093E \u091C\u093E \u0938\u0915\u0924\u093E \u0939\u0948\u0964 \u0907\u0938 \u0935\u093F\u0915\u0932\u094D\u092A \u0915\u094B \u0917\u0932\u0924\u0940 \u0938\u0947 \u092C\u0902\u0926 \u0915\u0930\u0928\u0947 \u0915\u0947 \u092C\u093E\u0926 \u092B\u094D\u0932\u094B\u091F\u093F\u0902\u0917 \u092C\u0949\u0932 \u0915\u094B \u092E\u093F\u0932\u0928\u0947 \u0938\u0947 \u0930\u094B\u0915\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F, \u0907\u0938 \u0938\u0947\u091F\u093F\u0902\u0917 \u092A\u0947\u091C \u0915\u094B \u092C\u0941\u0915\u092E\u093E\u0930\u094D\u0915 \u0915\u0930\u0928\u0947 \u0915\u0940 \u092A\u0941\u0930\u091C\u094B\u0930 \u0905\u0928\u0941\u0936\u0902\u0938\u093E \u0915\u0940 \u091C\u093E\u0924\u0940 \u0939\u0948\u0964","description.azureApiUrl":"\u0915\u0938\u094D\u091F\u092E \u090F\u092A\u0940\u0906\u0908 \u0907\u0902\u091F\u0930\u092B\u093C\u0947\u0938 \u092A\u0924\u093E \u092D\u0930\u0947\u0902",confirmSupportMouse:"\u092E\u093E\u0909\u0938 \u0938\u092E\u0930\u094D\u0925\u0928 \u0915\u094B \u0938\u0915\u094D\u0937\u092E \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u092C\u093E\u0927\u094D\u092F \u0915\u0930\u0947\u0902",confirmSupportMouseDescription:"\u092F\u0939 \u092A\u093E\u092F\u093E \u0917\u092F\u093E \u0939\u0948 \u0915\u093F \u0935\u0930\u094D\u0924\u092E\u093E\u0928 \u092C\u094D\u0930\u093E\u0909\u091C\u093C\u0930 \u092E\u093E\u0909\u0938 \u092B\u093C\u0902\u0915\u094D\u0936\u0928 \u0915\u093E \u0938\u092E\u0930\u094D\u0925\u0928 \u0928\u0939\u0940\u0902 \u0915\u0930\u0924\u093E \u0939\u0948\u0964 \u0915\u094D\u092F\u093E \u0906\u092A \u092E\u093E\u0909\u0938 \u0938\u092E\u0930\u094D\u0925\u0928 \u0915\u094B \u092C\u0932\u092A\u0942\u0930\u094D\u0935\u0915 \u0938\u0915\u094D\u0937\u092E \u0915\u0930\u0928\u093E \u091A\u093E\u0939\u0924\u0947 \u0939\u0948\u0902?",sampleTargetText:"\u0932\u092E\u094D\u092C\u0940 \u0930\u093E\u0924 \u0906\u0928\u0947 \u0935\u093E\u0932\u0940 \u0939\u0948, \u0914\u0930 \u0905\u092C \u0938\u0947 \u092E\u0948\u0902 \u092E\u0930\u0928\u0947 \u0924\u0915 \u091C\u093E\u0917\u0924\u093E \u0930\u0939\u0942\u0901\u0917\u093E\u0964 \u092E\u0948\u0902 \u0928 \u092A\u0924\u094D\u0928\u0940 \u0932\u0942\u0901\u0917\u093E, \u0928 \u091C\u093E\u0917\u0940\u0930, \u0928 \u092C\u091A\u094D\u091A\u0947\u0964 \u092E\u0948\u0902 \u0915\u094B\u0908 \u0924\u093E\u091C \u0928\u0939\u0940\u0902 \u092A\u0939\u0928\u0942\u0902\u0917\u093E \u092F\u093E \u0938\u092E\u094D\u092E\u093E\u0928 \u0915\u0947 \u0932\u093F\u090F \u092A\u094D\u0930\u0924\u093F\u0938\u094D\u092A\u0930\u094D\u0927\u093E \u0928\u0939\u0940\u0902 \u0915\u0930\u0942\u0902\u0917\u093E\u0964 \u092E\u0948\u0902 \u0905\u092A\u0928\u093E \u0915\u0930\u094D\u0924\u0935\u094D\u092F \u0928\u093F\u0937\u094D\u0920\u093E\u092A\u0942\u0930\u094D\u0935\u0915 \u0928\u093F\u092D\u093E\u090A\u0902\u0917\u093E, \u091C\u093F\u090A\u0902\u0917\u093E \u0914\u0930 \u092E\u0930\u0942\u0902\u0917\u093E\u0964",sampleSourceText:"Night gathers, and now my watch begins. It shall not end until my death. I shall take no wife, hold no lands, father no children. I shall wear no crowns and win no glory. I shall live and die at my post.","subtitle.supportedSites":"\u5DF2\u652F\u6301\u5728\u8FD9\u4E9B\u7F51\u7AD9\u4F7F\u7528\u53CC\u8BED\u5B57\u5E55\uFF08\u6CE8\u610F\uFF1A\u7531\u4E8E\u6280\u672F\u9650\u5236\uFF0C\u90E8\u5206\u7F51\u7AD9\u5728\u9996\u6B21\u5F00\u542F\u5B57\u5E55\u540E\u9700\u8981\u91CD\u65B0\u5237\u65B0\u9875\u9762\uFF0C\u6216\u8005\u9700\u7B49\u5F85\u7FFB\u8BD1\u5B8C\u6210\u4EE5\u663E\u793A\u53CC\u8BED\u5B57\u5E55\uFF09\uFF1A",viewWithImmersiveTranslate:"\u53CC\u8BED\u7248\u672C(\u6C89\u6D78\u5F0F\u7FFB\u8BD1)",errorReason:"\u9519\u8BEF\u539F\u56E0\uFF1A{message}","proQuotaExceededError.onetime7day":'\uFF0C\u60A8\u53EF\u4EE5\u9009\u62E9\u4EE5\u4E0B\u65B9\u5F0F\u89E3\u51B3\uFF1A

1. \u5207\u6362\u5230 {anotherService} \u6216\u5176\u4ED6\u7FFB\u8BD1\u670D\u52A1
2. \u5347\u7EA7\u4E3A\u6708\u5EA6/\u5E74\u5EA6\u4F1A\u5458',"proQuotaExceededError.trial":'\uFF0C\u60A8\u53EF\u4EE5\u9009\u62E9\u4EE5\u4E0B\u65B9\u5F0F\u89E3\u51B3\uFF1A

1. \u5207\u6362\u5230 {anotherService} \u6216\u5176\u4ED6\u7FFB\u8BD1\u670D\u52A1
2. \u7ACB\u523B\u5347\u7EA7\u4E3A\u6B63\u5F0F\u4F1A\u5458',"proQuotaExceededError.nonTrial":'\uFF0C\u60A8\u53EF\u4EE5\u9009\u62E9\u4EE5\u4E0B\u65B9\u5F0F\u89E3\u51B3\uFF1A

1. \u5207\u6362\u5230 {anotherService} \u6216\u5176\u4ED6\u7FFB\u8BD1\u670D\u52A1
2. \u8D2D\u4E70 {translationService} \u989D\u5916\u6D41\u91CF\u5305',"proQuotaExceededError.resetTime":"
3. \u989D\u5EA6\u91CD\u7F6E\u65F6\u95F4\uFF1A{resetTime}","desc.touchShortcutsToggleTranslatePageOnlyTranslation":"\u0915\u0947\u0935\u0932 \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u093E \u0924\u093E\u0924\u094D\u092A\u0930\u094D\u092F \u0939\u0948 \u0915\u093F \u0915\u0947\u0935\u0932 \u0905\u0928\u0941\u0935\u093E\u0926 \u092A\u094D\u0930\u0926\u0930\u094D\u0936\u093F\u0924 \u0939\u094B\u0917\u093E, \u092F\u0926\u093F \u0935\u0947\u092C\u092A\u0947\u091C \u0905\u092D\u0940 \u0924\u0915 \u0905\u0928\u0941\u0935\u093E\u0926\u093F\u0924 \u0928\u0939\u0940\u0902 \u0939\u0941\u0906 \u0939\u0948, \u0924\u094B \u092E\u094B\u0921 \u092C\u0926\u0932\u0947\u0917\u093E \u0914\u0930 \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0947\u0917\u093E\u0964","desc.toggleOnlyTransation":"\u0915\u0947\u0935\u0932 \u0905\u0928\u0941\u0935\u093E\u0926 \u092E\u094B\u0921 \u0915\u093E \u0924\u093E\u0924\u094D\u092A\u0930\u094D\u092F \u0939\u0948 \u0915\u093F \u0915\u0947\u0935\u0932 \u0905\u0928\u0941\u0935\u093E\u0926 \u092A\u094D\u0930\u0926\u0930\u094D\u0936\u093F\u0924 \u0939\u094B\u0917\u093E, \u092F\u0926\u093F \u0935\u0947\u092C\u092A\u0947\u091C \u0905\u092D\u0940 \u0924\u0915 \u0905\u0928\u0941\u0935\u093E\u0926\u093F\u0924 \u0928\u0939\u0940\u0902 \u0939\u0941\u0906 \u0939\u0948, \u0924\u094B \u092E\u094B\u0921 \u092C\u0926\u0932 \u091C\u093E\u090F\u0917\u093E \u0914\u0930 \u0905\u0928\u0941\u0935\u093E\u0926 \u0939\u094B\u0917\u093E\u0964",touchShortcutsToggleTranslatePageOnlyTranslation:"\u0938\u094D\u0915\u094D\u0930\u0940\u0928 \u091F\u091A \u091C\u0947\u0938\u094D\u091A\u0930 \u0938\u0947\u091F \u0915\u0930\u0947\u0902 \u0926\u094D\u0935\u093F\u092D\u093E\u0937\u0940 / \u0915\u0947\u0935\u0932 \u0905\u0928\u0941\u0935\u093E\u0926 \u092E\u094B\u0921 \u0915\u094B \u0938\u094D\u0935\u093F\u091A \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F",download_started:"\u0921\u093E\u0909\u0928\u0932\u094B\u0921 \u0936\u0941\u0930\u0942 \u0939\u094B \u091A\u0941\u0915\u093E \u0939\u0948, \u092F\u0926\u093F \u0938\u094D\u0935\u091A\u093E\u0932\u093F\u0924 \u0930\u0942\u092A \u0938\u0947 \u0921\u093E\u0909\u0928\u0932\u094B\u0921 \u0928\u0939\u0940\u0902 \u0939\u094B \u0930\u0939\u093E \u0939\u0948, \u0924\u094B \u0915\u0943\u092A\u092F\u093E \u092E\u0948\u0928\u094D\u092F\u0941\u0905\u0932 \u0930\u0942\u092A \u0938\u0947 \u0915\u094D\u0932\u093F\u0915 \u0915\u0930\u0947\u0902\u0964",here:"\u092F\u0939\u093E\u0901",batchEdit:"\u0925\u094B\u0915 \u0938\u0902\u091A\u093E\u0932\u0928","error.goReset":"\u0930\u0940\u0938\u0947\u091F \u0915\u0930\u0947\u0902",translationFont:"\u092B\u093C\u0949\u0928\u094D\u091F \u0938\u0947\u091F \u0915\u0930\u0947\u0902","translationFont.custom":"\u0905\u092A\u0928\u0940 \u0915\u0938\u094D\u091F\u092E \u092B\u093C\u0949\u0928\u094D\u091F \u0926\u0930\u094D\u091C \u0915\u0930\u0947\u0902","translationModeLang.translation.title":"\u0915\u0947\u0935\u0932 \u0905\u0928\u0941\u0935\u093E\u0926 \u092E\u094B\u0921 \u0915\u0940 \u092D\u093E\u0937\u093E","translationFont.customPlaceholder":"\u092B\u093C\u0949\u0928\u094D\u091F","translationServices.inherit":"\u092E\u0941\u0916\u094D\u092F \u0905\u0928\u0941\u0935\u093E\u0926 \u0938\u0947\u0935\u093E \u0915\u093E \u092A\u093E\u0932\u0928 \u0915\u0930\u0947\u0902","error.serveConfigError":"\u0938\u0947\u0935\u093E \u0938\u092E\u093E\u0915\u0943\u0924\u093F \u0924\u094D\u0930\u0941\u091F\u093F","error.configError":"\u0935\u093F\u0928\u094D\u092F\u093E\u0938 \u0921\u0947\u091F\u093E \u0905\u0938\u093E\u092E\u093E\u0928\u094D\u092F","translationModeUrl.translation.title":"\u0915\u0947\u0935\u0932 \u0905\u0928\u0941\u0935\u093E\u0926 \u092E\u094B\u0921 \u0915\u093E URL",toggleToService:"{\u0938\u0947\u0935\u093E} \u092A\u0930 \u0938\u094D\u0935\u093F\u091A \u0915\u0930\u0947\u0902 \u0914\u0930 \u092A\u0941\u0928\u0903 \u092A\u094D\u0930\u092F\u093E\u0938 \u0915\u0930\u0947\u0902",videoSubtitlePreTranslationOn:"\u0935\u0940\u0921\u093F\u092F\u094B \u0938\u092C\u091F\u093E\u092F\u091F\u0932\u094D\u0938 \u0915\u093E \u092A\u094D\u0930\u093E\u0925\u092E\u093F\u0915\u0924\u093E \u0938\u094D\u0935\u0930\u0942\u092A \u092E\u0947\u0902 \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u093E \u0909\u092A\u092F\u094B\u0917 \u0915\u0930\u0947\u0902\u0917\u0947\u0964","touch.mouse-translate":"\u0915\u0943\u092A\u092F\u093E \u0928\u093F\u0930\u094D\u0926\u093F\u0937\u094D\u091F \u092A\u0948\u0930\u093E\u0917\u094D\u0930\u093E\u092B \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0947\u0902",detectServiceLoading:"\u0909\u092A\u0932\u092C\u094D\u0927 \u0905\u0928\u0941\u0935\u093E\u0926 \u0938\u0947\u0935\u093E\u0913\u0902 \u0915\u0940 \u091C\u093E\u0902\u091A \u0915\u0930 \u0930\u0939\u093E \u0939\u0948...","error.proTokenInvalid":"\u092F\u0926\u093F \u0906\u092A \u092A\u094D\u0930\u094B \u0909\u092A\u092F\u094B\u0917\u0915\u0930\u094D\u0924\u093E \u0939\u0948\u0902, \u0924\u094B \u0915\u0943\u092A\u092F\u093E \u092A\u094D\u0930\u094B \u0905\u0928\u0941\u0935\u093E\u0926 \u0938\u0947\u0935\u093E \u0915\u093E \u0909\u092A\u092F\u094B\u0917 \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u0932\u0949\u0917 \u0907\u0928 \u0915\u0930\u0947\u0902\u0964","error.400":"\u0938\u0947\u0935\u093E \u0924\u094D\u0930\u0941\u091F\u093F \u0935\u093E\u092A\u0938 \u0915\u0930\u0924\u0940 \u0939\u0948, \u0905\u0928\u0941\u0930\u094B\u0927 \u092A\u0948\u0930\u093E\u092E\u0940\u091F\u0930 \u0917\u0932\u0924 \u0939\u0948, \u0915\u0943\u092A\u092F\u093E \u0938\u0902\u092C\u0902\u0927\u093F\u0924 \u0915\u0949\u0928\u094D\u092B\u093C\u093F\u0917\u0930\u0947\u0936\u0928 \u0915\u0940 \u091C\u093E\u0902\u091A \u0915\u0930\u0947\u0902\u0964","error.502":"\u0938\u0947\u0935\u093E \u0924\u094D\u0930\u0941\u091F\u093F \u0932\u094C\u091F\u0924\u0940 \u0939\u0948, \u0938\u0947\u0935\u093E \u0938\u092E\u092F \u0938\u092E\u093E\u092A\u094D\u0924, \u0915\u0943\u092A\u092F\u093E \u092C\u093E\u0926 \u092E\u0947\u0902 \u092A\u0941\u0928\u0903 \u092A\u094D\u0930\u092F\u093E\u0938 \u0915\u0930\u0947\u0902\u0964","error.reloadPageOfSetting":"\u0915\u0949\u0928\u094D\u092B\u093C\u093F\u0917\u0930 \u0915\u0930\u0928\u0947 \u0915\u0947 \u092C\u093E\u0926, \u0915\u0943\u092A\u092F\u093E \u092A\u0943\u0937\u094D\u0920 \u0915\u094B \u0924\u093E\u091C\u093C\u093E \u0915\u0930\u0947\u0902 \u0914\u0930 \u092B\u093F\u0930 \u0938\u0947 \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0947\u0902\u0964","translationModeUrl.translation.description":"\u091C\u092C \u0935\u0947\u092C\u0938\u093E\u0907\u091F \u0928\u093F\u092E\u094D\u0928\u0932\u093F\u0916\u093F\u0924 \u0921\u094B\u092E\u0947\u0928 \u0915\u0947 \u0932\u093F\u090F \u0939\u094B\u0924\u0940 \u0939\u0948, \u0924\u094B \u092F\u0939 \u0938\u094D\u0935\u091A\u093E\u0932\u093F\u0924 \u0930\u0942\u092A \u0938\u0947 \u0915\u0947\u0935\u0932 \u0905\u0928\u0941\u0935\u093E\u0926 \u092E\u094B\u0921 \u0915\u093E \u0909\u092A\u092F\u094B\u0917 \u0915\u0930\u0947\u0917\u0940\u0964","error.googleLimitIp":"\u0938\u0947\u0935\u093E \u0924\u094D\u0930\u0941\u091F\u093F \u0932\u094C\u091F\u093E\u0924\u0940 \u0939\u0948, \u0917\u0942\u0917\u0932 \u0938\u0947\u0935\u093E\u090F\u0902 \u0907\u0938 IP \u092A\u0924\u0947 \u092A\u0930 \u092A\u094D\u0930\u0935\u093E\u0939 \u0938\u0940\u092E\u093F\u0924 \u0915\u0930 \u091A\u0941\u0915\u0940 \u0939\u0948\u0902, \u0906\u092A\u0915\u093E \u0938\u0941\u091D\u093E\u0935 \u0939\u0948 \u0915\u093F \u0906\u092A \u0928\u0947\u091F\u0935\u0930\u094D\u0915 \u0928\u094B\u0921 \u092C\u0926\u0932\u0947\u0902\u0964","error.proUpgrade":"\u0905\u092A\u0917\u094D\u0930\u0947\u0921 \u0915\u0930\u0928\u0947 \u0915\u0947 \u092C\u093E\u0926, \u0915\u0943\u092A\u092F\u093E \u092A\u0943\u0937\u094D\u0920 \u0915\u094B \u0924\u093E\u091C\u093C\u093E \u0915\u0930\u0947\u0902 \u0914\u0930 \u092B\u093F\u0930 \u0938\u0947 \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0947\u0902\u0964","error.gemini.429":"\u0935\u0930\u094D\u0924\u092E\u093E\u0928 \u092E\u0947\u0902 \u091C\u0947\u092E\u093F\u0928\u0940 \u0938\u0947\u0935\u093E \u0915\u0940 \u0935\u0930\u094D\u0924\u092E\u093E\u0928 \u092D\u0930\u0923 \u0915\u094D\u0937\u092E\u0924\u093E \u0938\u0940\u092E\u093E \u0915\u094B \u092A\u0939\u0941\u0902\u091A \u091A\u0941\u0915\u0940 \u0939\u0948, \u0915\u0943\u092A\u092F\u093E \u092C\u093E\u0926 \u092E\u0947\u0902 \u092A\u094D\u0930\u092F\u093E\u0938 \u0915\u0930\u0947\u0902, \u092F\u093E \u0905\u0928\u094D\u092F \u0905\u0928\u0941\u0935\u093E\u0926 \u0938\u0947\u0935\u093E\u0913\u0902 \u092A\u0930 \u0938\u094D\u0935\u093F\u091A \u0915\u0930\u0947\u0902\u0964",enableSentryReport:"\u091C\u092C \u090F\u0915\u094D\u0938\u091F\u0947\u0902\u0936\u0928 \u092E\u0947\u0902 \u0924\u094D\u0930\u0941\u091F\u093F \u0939\u094B\u0924\u0940 \u0939\u0948, \u0924\u094B Sentry \u0915\u093E \u0909\u092A\u092F\u094B\u0917 \u092A\u094D\u0930\u0924\u093F\u0915\u094D\u0930\u093F\u092F\u093E \u0938\u092C\u092E\u093F\u091F \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u0915\u0930\u0947\u0902\u0964","error.403":"\u0938\u0947\u0935\u093E \u0924\u094D\u0930\u0941\u091F\u093F \u0932\u094C\u091F\u093E\u0924\u0940 \u0939\u0948, \u0905\u0938\u094D\u0925\u093E\u092F\u0940 \u0930\u0942\u092A \u0938\u0947 \u0907\u0938 \u0938\u0947\u0935\u093E \u0915\u093E \u0909\u092A\u092F\u094B\u0917 \u0915\u0930\u0928\u0947 \u0915\u0940 \u0905\u0928\u0941\u092E\u0924\u093F \u0928\u0939\u0940\u0902 \u0939\u0948\u0964","translationModeLang.translation.description":"\u091C\u092C \u092A\u0943\u0937\u094D\u0920 \u0915\u0940 \u092D\u093E\u0937\u093E \u0928\u093F\u092E\u094D\u0928\u0932\u093F\u0916\u093F\u0924 \u092D\u093E\u0937\u093E\u0913\u0902 \u092E\u0947\u0902 \u0939\u094B\u0924\u0940 \u0939\u0948, \u0924\u094B \u0915\u0947\u0935\u0932 \u0905\u0928\u0941\u0935\u093E\u0926 \u092E\u094B\u0921 \u0915\u093E \u0938\u094D\u0935\u091A\u093E\u0932\u093F\u0924 \u0930\u0942\u092A \u0938\u0947 \u0909\u092A\u092F\u094B\u0917 \u0915\u093F\u092F\u093E \u091C\u093E\u090F\u0917\u093E",videoSubtitlePreTranslationOff:"\u0935\u0940\u0921\u093F\u092F\u094B \u0938\u092C\u091F\u093E\u092F\u091F\u0932 \u092E\u0942\u0932 \u0935\u0940\u0921\u093F\u092F\u094B \u0926\u094D\u0935\u093E\u0930\u093E \u0938\u094D\u0935\u091A\u093E\u0932\u093F\u0924 \u0930\u0942\u092A \u0938\u0947 \u0905\u0928\u0941\u0935\u093E\u0926\u093F\u0924 \u0938\u092C\u091F\u093E\u092F\u091F\u0932 \u0915\u093E \u092A\u094D\u0930\u093E\u0925\u092E\u093F\u0915\u0924\u093E \u092A\u094D\u0930\u0926\u093E\u0928 \u0915\u0930\u0947\u0917\u093E\u0964","error.429":"\u0938\u0947\u0935\u093E \u0924\u094D\u0930\u0941\u091F\u093F \u0932\u094C\u091F\u093E\u0924\u0940 \u0939\u0948, \u091C\u093F\u0938\u0915\u093E \u0905\u0930\u094D\u0925 \u0939\u0948 \u0915\u093F \u0905\u0928\u0941\u0930\u094B\u0927 \u092C\u0939\u0941\u0924 \u0905\u0915\u094D\u0938\u0930 \u0939\u094B \u0930\u0939\u0947 \u0939\u0948\u0902 \u092F\u093E \u0938\u0940\u092E\u093E \u0938\u0940\u092E\u093E \u0938\u0947 \u0905\u0927\u093F\u0915 \u0939\u0948\u0902, \u0915\u0943\u092A\u092F\u093E \u092C\u093E\u0926 \u092E\u0947\u0902 \u092A\u0941\u0928\u0903 \u092A\u094D\u0930\u092F\u093E\u0938 \u0915\u0930\u0947\u0902\u0964","error.openAIExceededQuota":"\u0938\u0947\u0935\u093E \u0924\u094D\u0930\u0941\u091F\u093F \u0935\u093E\u092A\u0938 \u0915\u0930\u0924\u0940 \u0939\u0948: \u0906\u092A\u0915\u093E \u0935\u0930\u094D\u0924\u092E\u093E\u0928 OpenAI \u0916\u093E\u0924\u093E \u092C\u0948\u0932\u0947\u0902\u0938 \u092A\u0930\u094D\u092F\u093E\u092A\u094D\u0924 \u0928\u0939\u0940\u0902 \u0939\u0948, \u0915\u0943\u092A\u092F\u093E OpenAI \u0906\u0927\u093F\u0915\u093E\u0930\u093F\u0915 \u092C\u0948\u0915\u090F\u0902\u0921 \u092E\u0947\u0902 \u0930\u093F\u091A\u093E\u0930\u094D\u091C \u0915\u0930\u0947\u0902 \u092F\u093E \u0915\u094D\u0930\u0947\u0921\u093F\u091F \u0915\u093E\u0930\u094D\u0921 \u092C\u093E\u0902\u0927\u0947\u0902\u0964","translationFont.notSupportErrorMessage":"\u0915\u0943\u092A\u092F\u093E \u091C\u093E\u0902\u091A\u0947\u0902 \u0915\u093F \u0906\u092A\u0915\u0947 \u0926\u094D\u0935\u093E\u0930\u093E \u0926\u0930\u094D\u091C \u0915\u093F\u092F\u093E \u0917\u092F\u093E \u092B\u093C\u0949\u0928\u094D\u091F \u0928\u093E\u092E \u0938\u0939\u0940 \u0939\u0948 \u092F\u093E \u0928\u0939\u0940\u0902, \u092F\u093E \u092F\u0939 \u0938\u0941\u0928\u093F\u0936\u094D\u091A\u093F\u0924 \u0915\u0930\u0947\u0902 \u0915\u093F \u092F\u0939 \u092B\u093C\u0949\u0928\u094D\u091F \u0906\u092A\u0915\u0947 \u0909\u092A\u0915\u0930\u0923 \u092A\u0930 \u0938\u094D\u0925\u093E\u092A\u093F\u0924 \u0939\u0948\u0964","error.openAIFreeLimit":"\u0938\u0947\u0935\u093E \u0924\u094D\u0930\u0941\u091F\u093F \u0932\u094C\u091F\u093E\u0924\u0940 \u0939\u0948, \u0935\u0930\u094D\u0924\u092E\u093E\u0928 \u0905\u0928\u0941\u0935\u093E\u0926 \u0905\u0928\u0941\u0930\u094B\u0927 \u0915\u0940 \u0906\u0935\u0943\u0924\u094D\u0924\u093F \u092A\u094D\u0930\u0924\u093F \u092E\u093F\u0928\u091F 3 \u092C\u093E\u0930 \u0915\u0940 \u0905\u0927\u093F\u0915\u0924\u092E \u0938\u0940\u092E\u093E \u0924\u0915 \u092A\u0939\u0941\u0902\u091A \u091A\u0941\u0915\u0940 \u0939\u0948, \u0915\u0943\u092A\u092F\u093E \u092C\u093E\u0926 \u092E\u0947\u0902 \u092A\u094D\u0930\u092F\u093E\u0938 \u0915\u0930\u0947\u0902\u0964 (\u092F\u0939 OpenAI \u0915\u0940 \u0906\u0927\u093F\u0915\u093E\u0930\u093F\u0915 \u0938\u0940\u092E\u093E \u0939\u0948 \u0928\u093F:\u0936\u0941\u0932\u094D\u0915 API Key \u0915\u0947 \u0932\u093F\u090F, \u0907\u0938 \u0938\u0940\u092E\u093E \u0915\u094B \u0939\u091F\u093E\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F, \u0915\u0943\u092A\u092F\u093E OpenAI \u092C\u0948\u0915\u090F\u0902\u0921 \u092E\u0947\u0902 \u0915\u094D\u0930\u0947\u0921\u093F\u091F \u0915\u093E\u0930\u094D\u0921 \u092C\u093E\u0902\u0927\u0947\u0902\u0964)","desc.toggleVideoSubtitlePreTranslation":"\u091C\u092C \u0906\u092A \u0907\u0938\u0947 \u0926\u092C\u093E\u0924\u0947 \u0939\u0948\u0902, \u0924\u094B \u0935\u0940\u0921\u093F\u092F\u094B \u0926\u094D\u0935\u093F\u092D\u093E\u0937\u0940 \u0909\u092A\u0936\u0940\u0930\u094D\u0937\u0915 \u092A\u094D\u0930\u093E\u0925\u092E\u093F\u0915\u0924\u093E \u0938\u0947 \u0921\u0941\u092C\u0915\u0940 \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0940 \u0938\u0947\u091F\u093F\u0902\u0917 \u0915\u093E \u0909\u092A\u092F\u094B\u0917 \u0915\u0930\u0947\u0917\u093E, \u092B\u093F\u0930 \u0938\u0947 \u0926\u092C\u093E\u0928\u0947 \u092A\u0930 \u092F\u0939 \u092E\u0942\u0932 \u0935\u0940\u0921\u093F\u092F\u094B \u0915\u0947 \u0938\u094D\u0935\u091A\u093E\u0932\u093F\u0924 \u0905\u0928\u0941\u0935\u093E\u0926\u093F\u0924 \u0909\u092A\u0936\u0940\u0930\u094D\u0937\u0915 \u0915\u093E \u0909\u092A\u092F\u094B\u0917 \u0915\u0930\u0947\u0917\u093E, \u0927\u094D\u092F\u093E\u0928 \u0926\u0947\u0902: \u0907\u0938 \u0936\u0949\u0930\u094D\u091F\u0915\u091F \u0926\u094D\u0935\u093E\u0930\u093E \u0938\u0902\u0936\u094B\u0927\u093F\u0924 \u0938\u0947\u091F\u093F\u0902\u0917 \u0935\u0948\u0936\u094D\u0935\u093F\u0915 \u0939\u094B\u0924\u0940 \u0939\u0948\u0964","error.serveUnavailable":"\u0906\u092A\u0915\u0947 \u0926\u094D\u0935\u093E\u0930\u093E \u0935\u0930\u094D\u0924\u092E\u093E\u0928 \u092E\u0947\u0902 \u0909\u092A\u092F\u094B\u0917 \u0915\u093F\u090F \u091C\u093E \u0930\u0939\u0947 [{serverName}] \u0938\u0947\u0935\u093E \u0915\u094B \u0928\u0947\u091F\u0935\u0930\u094D\u0915 \u0915\u0928\u0947\u0915\u094D\u0936\u0928 \u092F\u093E \u0938\u0947\u0935\u093E \u092A\u094D\u0930\u0926\u093E\u0924\u093E \u0915\u0940 \u0938\u092E\u0938\u094D\u092F\u093E \u0915\u0947 \u0915\u093E\u0930\u0923 \u0905\u0938\u094D\u0925\u093E\u092F\u0940 \u0930\u0942\u092A \u0938\u0947 \u0909\u092A\u092F\u094B\u0917 \u0915\u0930\u0928\u0947 \u092E\u0947\u0902 \u0905\u0938\u092E\u0930\u094D\u0925 \u0939\u0948\u0964 \u0939\u092E\u093E\u0930\u093E \u0938\u0941\u091D\u093E\u0935 \u0939\u0948 \u0915\u093F \u0906\u092A \u092A\u0943\u0937\u094D\u0920 \u0915\u094B \u0924\u093E\u091C\u093E \u0915\u0930\u0928\u0947 \u0915\u093E \u092A\u094D\u0930\u092F\u093E\u0938 \u0915\u0930\u0947\u0902 \u092F\u093E <1>\u0938\u0947\u091F\u093F\u0902\u0917\u094D\u0938 \u0915\u0947 \u092E\u093E\u0927\u094D\u092F\u092E \u0938\u0947 \u0905\u0928\u094D\u092F \u0905\u0928\u0941\u0935\u093E\u0926 \u0938\u0947\u0935\u093E\u0913\u0902 \u0915\u094B \u092C\u0926\u0932\u0928\u0947 \u0915\u093E \u092A\u094D\u0930\u092F\u093E\u0938 \u0915\u0930\u0947\u0902\u0964 \u092F\u0926\u093F \u0906\u092A <2>Pro \u0938\u0926\u0938\u094D\u092F \u0939\u0948\u0902, \u0924\u094B \u0906\u092A DeepL \u092F\u093E OpenAI \u0905\u0928\u0941\u0935\u093E\u0926 \u0938\u0947\u0935\u093E \u0915\u093E \u0909\u092A\u092F\u094B\u0917 \u0915\u0930\u0928\u0947 \u0915\u093E \u091A\u092F\u0928 \u0915\u0930 \u0938\u0915\u0924\u0947 \u0939\u0948\u0902 \u091C\u094B \u0905\u0927\u093F\u0915 \u0938\u094D\u0925\u093F\u0930 \u0939\u0948 (<3>\u092F\u0939\u093E\u0902 \u092E\u0941\u092B\u094D\u0924 \u0905\u0928\u0941\u092D\u0935 \u0915\u0930\u0947\u0902)\u0964 \u0907\u0938\u0915\u0947 \u0905\u0932\u093E\u0935\u093E, \u0906\u092A\u0915\u094B \u0936\u093E\u092F\u0926 \u0905\u092A\u0928\u0940 \u0928\u0947\u091F\u0935\u0930\u094D\u0915 \u092F\u093E \u092A\u094D\u0930\u0949\u0915\u094D\u0938\u0940 \u0938\u0947\u091F\u093F\u0902\u0917\u094D\u0938 \u0915\u0940 \u091C\u093E\u0902\u091A \u0915\u0930\u0928\u0947 \u0915\u0940 \u0906\u0935\u0936\u094D\u092F\u0915\u0924\u093E \u0939\u094B \u0938\u0915\u0924\u0940 \u0939\u0948\u0964","translationServices.gemini":"\u092E\u093F\u0925\u0941\u0928","widget.translateFile":"PDF/ePub",goLogin:"\u0932\u0949\u0917 \u0907\u0928 \u0915\u0930\u0947\u0902","error.reason":"\u0924\u094D\u0930\u0941\u091F\u093F \u0915\u093E \u0915\u093E\u0930\u0923",contact:"\u0939\u092E\u0938\u0947 \u0938\u0902\u092A\u0930\u094D\u0915 \u0915\u0930\u0947\u0902",pickAll:"\u0938\u092D\u0940 \u0915\u093E \u091A\u092F\u0928 \u0915\u0930\u0947\u0902","multipleClick.3":"\u0924\u094D\u0930\u093F\u092A\u0932 \u0939\u093F\u091F","floatBall.iKnow":"\u092E\u0948\u0902\u0928\u0947 \u0938\u092E\u091D \u0932\u093F\u092F\u093E",shortcutSettings:"\u0936\u0949\u0930\u094D\u091F\u0915\u091F \u0915\u0941\u0902\u091C\u0940","error.retry":"\u092A\u0941\u0928\u0903 \u092A\u094D\u0930\u092F\u093E\u0938 \u0915\u0930\u0947\u0902",touchShortcutsOff:"\u092C\u0902\u0926 \u0915\u0930\u0947\u0902","subtitle.bilingual":"\u0926\u094D\u0935\u093F\u092D\u093E\u0937\u0940\u092F \u0909\u092A\u0936\u0940\u0930\u094D\u0937\u0915","tagsInput.add":"+ \u091C\u094B\u0921\u093C\u0947\u0902","slide.right":"\u092C\u093E\u090F\u0902 \u0938\u094D\u0932\u093E\u0907\u0921 \u0915\u0930\u0947\u0902","multipleClick.2":"\u0921\u092C\u0932 \u0915\u094D\u0932\u093F\u0915","widget.instruction":"\u0909\u092A\u092F\u094B\u0917 \u0915\u0940 \u0928\u093F\u0930\u094D\u0926\u0947\u0936\u093F\u0915\u093E",loggedIn:"\u0932\u0949\u0917 \u0907\u0928 \u0915\u093F\u092F\u093E \u0939\u0941\u0906 \u0939\u0948","shortcutGroup.main":"\u0938\u093E\u092E\u093E\u0928\u094D\u092F \u0909\u092A\u092F\u094B\u0917 \u0915\u0940 \u0936\u0949\u0930\u094D\u091F\u0915\u091F \u0915\u0941\u0902\u091C\u0940","slide.left":"\u0926\u093E\u090F\u0902 \u0938\u094D\u0932\u093E\u0907\u0921 \u0915\u0930\u0947\u0902",shortcutSettingsTitle:"\u0936\u0949\u0930\u094D\u091F\u0915\u091F \u0915\u0940 \u0938\u0947\u091F\u093F\u0902\u0917","multipleClick.4":"\u091A\u093E\u0930\u0939\u093F\u091F \u0938\u0902\u092F\u094B\u091C\u0928","error.subscriptionExpiredTitle":"\u0938\u0926\u0938\u094D\u092F\u0924\u093E \u0938\u092E\u093E\u092A\u094D\u0924 \u0939\u094B \u0917\u0908 \u0939\u0948",notLogin:"\u0932\u0949\u0917 \u0907\u0928 \u0928\u0939\u0940\u0902 \u0915\u093F\u092F\u093E \u0939\u0948","shortcutGroup.others":"\u0905\u0927\u093F\u0915 \u0915\u0938\u094D\u091F\u092E \u092B\u093C\u0902\u0915\u094D\u0936\u0928 \u0936\u0949\u0930\u094D\u091F\u0915\u091F","subtitle.hideQuickButton":"\u0907\u0938 \u0936\u0949\u0930\u094D\u091F\u0915\u091F \u0915\u094B \u092B\u093F\u0930 \u0938\u0947 \u0928\u093E \u0926\u093F\u0916\u093E\u090F\u0902","widget.videoSubtitleTooltip":"Youtube \u0906\u0926\u093F {count}+ \u0935\u0940\u0921\u093F\u092F\u094B \u0935\u0947\u092C\u0938\u093E\u0907\u091F\u094B\u0902 \u0915\u093E \u0938\u092E\u0930\u094D\u0925\u0928 \u0915\u0930\u0947\u0902","browser.translateInputBox":"\u0935\u0930\u094D\u0924\u092E\u093E\u0928 \u0907\u0928\u092A\u0941\u091F \u092C\u0949\u0915\u094D\u0938 \u0915\u0940 \u0938\u093E\u092E\u0917\u094D\u0930\u0940 \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0947\u0902",temprarilyChangeTranslationTo_openai:"\u0939\u092E \u0935\u0930\u094D\u0924\u092E\u093E\u0928 \u092A\u0943\u0937\u094D\u0920 \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 OpenAI \u0915\u093E \u0909\u092A\u092F\u094B\u0917 \u0915\u0930 \u0930\u0939\u0947 \u0939\u0948\u0902",alwaysTranslateThisSite:"\u0939\u092E\u0947\u0936\u093E \u0907\u0938 \u0935\u0947\u092C\u0938\u093E\u0907\u091F \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0947\u0902","shortcutGroup.mouse":"\u092E\u093E\u0909\u0938 \u0939\u094B\u0935\u0930 \u0936\u0949\u0930\u094D\u091F\u0915\u091F \u0915\u0949\u0928\u094D\u092B\u093C\u093F\u0917\u0930\u0947\u0936\u0928",translationOnlyMode:`\u0915\u0947\u0935\u0932 \u0905\u0928\u0941\u0935\u093E\u0926 \u092E\u094B\u0921 `,"shortcutGroup.touch":"\u0938\u094D\u0915\u094D\u0930\u0940\u0928 \u091F\u091A \u0915\u0947 \u0932\u093F\u090F \u0935\u093F\u0936\u0947\u0937 \u091C\u0947\u0938\u094D\u091A\u0930",networkError:"\u0905\u0928\u0941\u0935\u093E\u0926 \u0938\u0947\u0935\u093E\u090F\u0902 \u092F\u093E \u0928\u0947\u091F\u0935\u0930\u094D\u0915 \u092E\u0947\u0902 \u0938\u092E\u0938\u094D\u092F\u093E \u0939\u0948","intro.floatBallTitle":"\u0924\u094D\u0935\u0930\u093F\u0924 \u0905\u0928\u0941\u0935\u093E\u0926 \u092B\u094D\u0932\u094B\u091F\u093F\u0902\u0917 \u092C\u0949\u0932","widget.instructionTooltip":"\u0909\u092A\u092F\u094B\u0917 \u0915\u0940 \u0928\u093F\u0930\u094D\u0926\u0947\u0936\u093F\u0915\u093E \u0926\u0947\u0916\u0947\u0902",mouseHoverCustomKeyTitle:"\u0905\u0928\u0941\u0915\u0942\u0932\u093F\u0924 \u092E\u093E\u0909\u0938 \u0939\u094B\u0935\u0930 \u0936\u0949\u0930\u094D\u091F\u0915\u091F","widget.videoSubtitle":"\u0935\u0940\u0921\u093F\u092F\u094B \u0909\u092A\u0936\u0940\u0930\u094D\u0937\u0915",paragraphMinTextCountField:"\u0905\u0928\u0941\u0935\u093E\u0926 \u092A\u0948\u0930\u093E\u0917\u094D\u0930\u093E\u092B \u0915\u0947 \u0932\u093F\u090F \u0928\u094D\u092F\u0942\u0928\u0924\u092E \u0935\u0930\u094D\u0923 \u0938\u0902\u0916\u094D\u092F\u093E",neverTranslateThisSite:"\u0907\u0938 \u0935\u0947\u092C\u0938\u093E\u0907\u091F \u0915\u093E \u0915\u092D\u0940 \u0905\u0928\u0941\u0935\u093E\u0926 \u0928 \u0915\u0930\u0947\u0902","subtitle.showQuickButton":"\u0926\u094D\u0935\u093F\u092D\u093E\u0937\u0940\u092F \u0909\u092A\u0936\u0940\u0930\u094D\u0937\u0915\u094B\u0902 \u0915\u094B \u092A\u094D\u0932\u0947\u092F\u0930 \u092E\u0947\u0902 \u092A\u094D\u0930\u0926\u0930\u094D\u0936\u093F\u0924 \u0915\u0930\u0928\u0947 \u0915\u093E \u0936\u0949\u0930\u094D\u091F\u0915\u091F","widget.translateFileTooltip":"PDF, EPUB, SRT, ASS, HTML \u0914\u0930 TXT \u0926\u0938\u094D\u0924\u093E\u0935\u0947\u091C\u093C\u094B\u0902 \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0947\u0902","shortcutGroup.shortcutsForTranslationServices":"\u0905\u0928\u0941\u0935\u093E\u0926 \u0938\u0947\u0935\u093E\u0913\u0902 \u0938\u0947 \u0938\u0902\u092C\u0902\u0927\u093F\u0924 \u0936\u0949\u0930\u094D\u091F\u0915\u091F \u0915\u0941\u0902\u091C\u0940","intro.hoverTitle":"\u092E\u093E\u0909\u0938 \u0939\u094B\u0935\u0930 \u092A\u0930 \u0935\u0930\u094D\u0924\u092E\u093E\u0928 \u0905\u0928\u0941\u091A\u094D\u091B\u0947\u0926 \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0947\u0902",buildSnapshots:"\u0935\u0947\u092C\u092A\u0947\u091C \u0938\u094D\u0928\u0948\u092A\u0936\u0949\u091F \u0909\u0924\u094D\u092A\u0928\u094D\u0928 \u0915\u0930\u0947\u0902",notLoginPro:"\u0906\u092A\u0928\u0947 \u0905\u092D\u0940 \u0924\u0915 \u0905\u092A\u0928\u093E \u0938\u0926\u0938\u094D\u092F \u0916\u093E\u0924\u093E \u0932\u0949\u0917 \u0907\u0928 \u0928\u0939\u0940\u0902 \u0915\u093F\u092F\u093E \u0939\u0948\u0964","browser.translateWithTransmart":"\u0905\u0938\u094D\u0925\u093E\u092F\u0940 \u0930\u0942\u092A \u0938\u0947 \u091F\u0947\u0902\u0938\u0947\u0902\u091F \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u093E \u0909\u092A\u092F\u094B\u0917 \u0915\u0930\u0915\u0947 \u0935\u0930\u094D\u0924\u092E\u093E\u0928 \u092A\u0943\u0937\u094D\u0920 \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0947\u0902",temprarilyChangeTranslationTo_gemini:"\u0939\u092E \u0935\u0930\u094D\u0924\u092E\u093E\u0928 \u092A\u0943\u0937\u094D\u0920 \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 Gemini \u0915\u093E \u0909\u092A\u092F\u094B\u0917 \u0915\u0930 \u0930\u0939\u0947 \u0939\u0948\u0902\u0964",temprarilyChangeTranslationTo_deepl:"DeepL \u0915\u093E \u0909\u092A\u092F\u094B\u0917 \u0915\u0930\u0915\u0947 \u0935\u0930\u094D\u0924\u092E\u093E\u0928 \u092A\u0943\u0937\u094D\u0920 \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930 \u0930\u0939\u0947 \u0939\u0948\u0902",touchShortcutsToggleTranslationMask:"\u0938\u094D\u0915\u094D\u0930\u0940\u0928 \u091C\u0947\u0938\u094D\u091A\u0930 \u0938\u0947\u091F \u0915\u0930\u0947\u0902 \u0905\u0928\u0941\u0935\u093E\u0926 \u091B\u093F\u092A\u093E\u0928\u0947 / \u092E\u0942\u0932 \u092A\u093E\u0920 \u0926\u093F\u0916\u093E\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F","desc.touchShortcutsToggleTranslateTouchElement":"\u090F\u0915 \u0939\u0938\u094D\u0924\u0915\u094D\u0937\u0947\u092A \u0915\u094B \u0905\u0928\u0941\u0915\u0942\u0932\u093F\u0924 \u0915\u0930\u0947\u0902, \u0914\u0930 \u0906\u092A \u091C\u093F\u0938 \u0905\u0928\u0941\u091A\u094D\u091B\u0947\u0926 \u092E\u0947\u0902 \u0939\u0948\u0902, \u0909\u0938\u0947 \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930 \u0938\u0915\u0924\u0947 \u0939\u0948\u0902\u0964","browser.translateWithOpenAI":"\u0905\u0938\u094D\u0925\u093E\u092F\u0940 \u0930\u0942\u092A \u0938\u0947 OpenAI \u0915\u093E \u0909\u092A\u092F\u094B\u0917 \u0915\u0930\u0915\u0947 \u0935\u0930\u094D\u0924\u092E\u093E\u0928 \u092A\u0943\u0937\u094D\u0920 \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0947\u0902","browser.toggleMouseHoverTranslateDirectly":"\u092A\u0947\u091C \u092A\u0930 \u0905\u0938\u094D\u0925\u093E\u092F\u0940 \u0930\u0942\u092A \u0938\u0947 \u092E\u093E\u0909\u0938 \u0939\u094B\u0935\u0930 \u0938\u0940\u0927\u0947 \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u094B \u0938\u0915\u094D\u0937\u092E \u092F\u093E \u092C\u0902\u0926 \u0915\u0930\u0947\u0902","description.baiduField":"\u0938\u092E\u0930\u094D\u0925\u093F\u0924 \u0915\u094D\u0937\u0947\u0924\u094D\u0930\u094B\u0902 \u0915\u094B <1>\u092F\u0939\u093E\u0902 \u0926\u0947\u0916\u0947\u0902, \u0916\u093E\u0932\u0940 \u0939\u094B\u0928\u0947 \u0915\u093E \u0905\u0930\u094D\u0925 \u0939\u0948 \u0915\u094D\u0937\u0947\u0924\u094D\u0930 \u0928\u093F\u0930\u094D\u0926\u093F\u0937\u094D\u091F \u0928\u0939\u0940\u0902 \u0939\u0948","browser.toggleVideoSubtitlePreTranslation":"\u0926\u094D\u0935\u093F\u092D\u093E\u0937\u0940\u092F \u0938\u092C\u091F\u093E\u092F\u091F\u0932 \u0938\u094D\u0935\u093F\u091A \u0915\u0930\u0947\u0902, \u0921\u0941\u092C\u0915\u0940 \u0905\u0928\u0941\u0935\u093E\u0926 \u0938\u0947\u091F\u093F\u0902\u0917\u094D\u0938 \u0915\u093E \u092A\u094D\u0930\u093E\u0925\u092E\u093F\u0915\u0924\u093E \u0938\u0947 \u0909\u092A\u092F\u094B\u0917 \u0915\u0930\u0947\u0902","subtitle.autoDisableSubtitle":"\u0938\u094D\u0935\u091A\u093E\u0932\u093F\u0924 \u0930\u0942\u092A \u0938\u0947 \u0926\u094D\u0935\u093F\u092D\u093E\u0937\u0940 \u0909\u092A\u0936\u0940\u0930\u094D\u0937\u0915 \u0938\u0915\u094D\u0937\u092E \u0928\u0939\u0940\u0902 \u0915\u0930\u0947\u0902","browser.translateWithGemini":"\u0905\u0938\u094D\u0925\u093E\u092F\u0940 \u0930\u0942\u092A \u0938\u0947 Gemini \u0915\u093E \u0909\u092A\u092F\u094B\u0917 \u0915\u0930\u0915\u0947 \u0935\u0930\u094D\u0924\u092E\u093E\u0928 \u092A\u0943\u0937\u094D\u0920 \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0947\u0902","floatBall.guideClickToTranslate":`\u0905\u0928\u0941\u0935\u093E\u0926 \u092B\u094D\u0932\u094B\u091F\u093F\u0902\u0917 \u092C\u0949\u0932 \u092A\u0930 \u0915\u094D\u0932\u093F\u0915 \u0915\u0930\u0915\u0947 \u0924\u0941\u0930\u0902\u0924 \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930 \u0938\u0915\u0924\u0947 \u0939\u0948\u0902`,"neverTranslateText.title":"\u0928\u093F\u092E\u094D\u0928\u0932\u093F\u0916\u093F\u0924 \u0936\u092C\u094D\u0926 \u092E\u0942\u0932 \u0930\u0942\u092A \u092E\u0947\u0902 \u0930\u0916\u0947\u0902, \u0905\u0928\u0941\u0935\u093E\u0926 \u0928 \u0915\u0930\u0947\u0902",temprarilyChangeTranslationTo_google:"\u0935\u0930\u094D\u0924\u092E\u093E\u0928 \u092A\u0943\u0937\u094D\u0920 \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 Google \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u093E \u0909\u092A\u092F\u094B\u0917 \u0915\u0930 \u0930\u0939\u093E \u0939\u0948\u0964",touchShortcutsToggleTranslateTouchElement:"\u0938\u094D\u092A\u0930\u094D\u0936 \u0938\u094D\u0915\u094D\u0930\u0940\u0928 \u091C\u0947\u0938\u094D\u091A\u0930 \u0938\u0947\u091F \u0915\u0930\u0947\u0902 \u0928\u093F\u0930\u094D\u0926\u093F\u0937\u094D\u091F \u092A\u0948\u0930\u093E\u0917\u094D\u0930\u093E\u092B \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F",temprarilyChangeTranslationTo_transmart:"\u0939\u092E \u0935\u0930\u094D\u0924\u092E\u093E\u0928 \u092A\u0943\u0937\u094D\u0920 \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930 \u0930\u0939\u0947 \u0939\u0948\u0902 \u091F\u0947\u0902\u0938\u0947\u0902\u091F \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u093E \u0909\u092A\u092F\u094B\u0917 \u0915\u0930\u0915\u0947","browser.translateWithDeepL":"\u0905\u0938\u094D\u0925\u093E\u092F\u0940 \u0930\u0942\u092A \u0938\u0947 DeepL \u0915\u093E \u0909\u092A\u092F\u094B\u0917 \u0915\u0930\u0915\u0947 \u0935\u0930\u094D\u0924\u092E\u093E\u0928 \u092A\u0943\u0937\u094D\u0920 \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0947\u0902",upgradeToProErrorTitle:"\u0915\u0943\u092A\u092F\u093E \u0907\u0938 \u0905\u0928\u0941\u0935\u093E\u0926 \u0938\u0947\u0935\u093E \u0915\u093E \u0909\u092A\u092F\u094B\u0917 \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u092A\u094D\u0930\u094B \u0938\u0926\u0938\u094D\u092F\u0924\u093E \u0905\u092A\u0917\u094D\u0930\u0947\u0921 \u0915\u0930\u0947\u0902","floatBall.longPress":"\u0932\u0902\u092C\u0947 \u0938\u092E\u092F \u0924\u0915 \u0926\u092C\u093E\u090F \u0930\u0916\u0928\u0947 \u0938\u0947 \u0906\u092A \u0924\u094D\u0935\u0930\u093F\u0924 \u0930\u0942\u092A \u0938\u0947 \u0938\u0947\u091F\u093F\u0902\u0917\u094D\u0938 \u092A\u0948\u0928\u0932 \u0915\u094B \u0916\u094B\u0932 \u0938\u0915\u0924\u0947 \u0939\u0948\u0902\u0964",temprarilyChangeTranslationTo_bing:"\u092E\u093E\u0907\u0915\u094D\u0930\u094B\u0938\u0949\u092B\u094D\u091F \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u093E \u0909\u092A\u092F\u094B\u0917 \u0915\u0930\u0915\u0947 \u0935\u0930\u094D\u0924\u092E\u093E\u0928 \u092A\u0943\u0937\u094D\u0920 \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930 \u0930\u0939\u093E \u0939\u0948\u0902","browser.translateWithGoogle":"\u0905\u0938\u094D\u0925\u093E\u092F\u0940 \u0930\u0942\u092A \u0938\u0947 Google \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u093E \u0909\u092A\u092F\u094B\u0917 \u0915\u0930\u0915\u0947 \u0935\u0930\u094D\u0924\u092E\u093E\u0928 \u092A\u0943\u0937\u094D\u0920 \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0947\u0902","browser.translateWithBing":"\u092E\u093E\u0907\u0915\u094D\u0930\u094B\u0938\u0949\u092B\u094D\u091F \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u093E \u0905\u0938\u094D\u0925\u093E\u092F\u0940 \u0930\u0942\u092A \u0938\u0947 \u0935\u0930\u094D\u0924\u092E\u093E\u0928 \u092A\u0943\u0937\u094D\u0920 \u0915\u093E \u0909\u092A\u092F\u094B\u0917 \u0915\u0930\u0947\u0902",touchShortcutsToggleTranslatePage:"\u0935\u0947\u092C\u092A\u0947\u091C \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0928\u0947/\u092E\u0942\u0932 \u092A\u093E\u0920 \u0926\u093F\u0916\u093E\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u091F\u091A\u0938\u094D\u0915\u094D\u0930\u0940\u0928 \u091C\u0947\u0938\u094D\u091A\u0930 \u0938\u0947\u091F \u0915\u0930\u0947\u0902\u0964","error.subscriptionExpired":"\u0906\u092A\u0915\u0940 \u0938\u0926\u0938\u094D\u092F\u0924\u093E \u0938\u092E\u093E\u092A\u094D\u0924 \u0939\u094B \u0938\u0915\u0924\u0940 \u0939\u0948, \u0915\u0943\u092A\u092F\u093E \u0905\u092A\u0928\u0940 \u0938\u0926\u0938\u094D\u092F\u0924\u093E \u0915\u0940 \u0938\u094D\u0925\u093F\u0924\u093F \u0915\u0940 \u091C\u093E\u0902\u091A \u0915\u0930\u0947\u0902\u0964",paragraphMinTextCountDesc:"\u0927\u094D\u092F\u093E\u0928 \u0926\u0947\u0902, \u092F\u0939\u093E\u0902 \u0935\u0930\u094D\u0923\u094B\u0902 \u0915\u0940 \u0932\u0902\u092C\u093E\u0908 \u0915\u093E \u0924\u093E\u0924\u094D\u092A\u0930\u094D\u092F \u0939\u0948, \u0909\u0926\u093E\u0939\u0930\u0923 \u0915\u0947 \u0932\u093F\u090F: \u0939\u0947\u0932\u094B 5 \u0935\u0930\u094D\u0923 \u0939\u0948\u0902, \u0907\u0938\u0947 \u0905\u0927\u093F\u0915 \u092E\u093E\u0928 \u092A\u0930 \u0938\u0947\u091F \u0915\u0930\u0928\u0947 \u0938\u0947 \u0905\u0928\u093E\u0935\u0936\u094D\u092F\u0915 \u091B\u094B\u091F\u0947 \u0905\u0928\u0941\u091A\u094D\u091B\u0947\u0926\u094B\u0902 \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u092E \u0915\u093F\u092F\u093E \u091C\u093E \u0938\u0915\u0924\u093E \u0939\u0948\u0964","desc.interfaceLanguage":"\u0907\u0902\u091F\u0930\u092B\u093C\u0947\u0938 \u092D\u093E\u0937\u093E \u0938\u0947\u091F\u093F\u0902\u0917\u094D\u0938 \u0915\u0902\u091F\u094D\u0930\u094B\u0932 \u092A\u0948\u0928\u0932 \u0915\u0940 \u092A\u094D\u0930\u0926\u0930\u094D\u0936\u0928 \u092D\u093E\u0937\u093E \u0915\u094B \u092A\u094D\u0930\u092D\u093E\u0935\u093F\u0924 \u0915\u0930\u0924\u0940 \u0939\u0948\u0902, \u0914\u0930 \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0940 \u0932\u0915\u094D\u0937\u094D\u092F \u092D\u093E\u0937\u093E \u0938\u0947 \u0907\u0938\u0915\u093E \u0915\u094B\u0908 \u0938\u0902\u092C\u0902\u0927 \u0928\u0939\u0940\u0902 \u0939\u0948\u0964",mouseHoverCustomKeyDescription:"\u0906\u092A \u090F\u0915 \u0915\u0938\u094D\u091F\u092E \u092E\u093E\u0909\u0938 \u0939\u094B\u0935\u0930 \u0936\u0949\u0930\u094D\u091F\u0915\u091F \u0915\u0940 \u0924\u0930\u0939 \u092C\u0928\u093E \u0938\u0915\u0924\u0947 \u0939\u0948\u0902, \u091C\u0948\u0938\u0947 \u0915\u093F: Alt+Z, Ctrl+E, Cmd+Alt+E \u092F\u093E \u0938\u0940\u0927\u0947 Cmd, \u0915\u0943\u092A\u092F\u093E \u092E\u0948\u0928\u094D\u092F\u0941\u0905\u0932 \u0930\u0942\u092A \u0938\u0947 \u0907\u0928\u092A\u0941\u091F \u0915\u0930\u0947\u0902","desc.mouseHoverHoldKey":"\u091C\u092C \u092E\u093E\u0909\u0938 \u0915\u093F\u0938\u0940 \u092A\u0948\u0930\u093E\u0917\u094D\u0930\u093E\u092B \u092A\u0930 \u0939\u094B\u0935\u0930 \u0915\u0930\u0924\u093E \u0939\u0948, \u0924\u094B \u0938\u093E\u0925 \u0939\u0940 \u0926\u093E\u0908\u0902 \u0913\u0930 \u0915\u0940 \u0936\u0949\u0930\u094D\u091F\u0915\u091F \u0915\u0941\u0902\u091C\u0940 \u0926\u092C\u093E\u090F\u0902, \u0924\u094B \u0909\u0938 \u092A\u0948\u0930\u093E\u0917\u094D\u0930\u093E\u092B \u0915\u093E \u0938\u0940\u0927\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u093F\u092F\u093E \u091C\u093E \u0938\u0915\u0924\u093E \u0939\u0948\u0964","subtitle.showQuickButtonDescription":"\u0935\u0940\u0921\u093F\u092F\u094B \u092A\u094D\u0932\u0947\u092F\u0930 \u0915\u0947 \u0926\u093E\u090F\u0902 \u0928\u093F\u091A\u0932\u0947 \u0915\u094B\u0928\u0947 \u092E\u0947\u0902 \u0926\u094D\u0935\u093F\u092D\u093E\u0937\u0940\u092F \u0909\u092A\u0936\u0940\u0930\u094D\u0937\u0915 \u0938\u0915\u094D\u0937\u092E \u0915\u0930\u0928\u0947 \u0915\u093E \u0936\u0949\u0930\u094D\u091F\u0915\u091F \u092A\u094D\u0930\u0926\u093E\u0928 \u0915\u093F\u092F\u093E \u0917\u092F\u093E \u0939\u0948\u0964",confirmResetToDefaultSettings:"\u0915\u094D\u092F\u093E \u0906\u092A \u0935\u093E\u0915\u0908 \u0907\u0938 \u0905\u0928\u0941\u0935\u093E\u0926 \u0938\u0947\u0935\u093E \u0915\u094B \u0921\u093F\u092B\u093C\u0949\u0932\u094D\u091F \u0938\u0947\u091F\u093F\u0902\u0917\u094D\u0938 \u092A\u0930 \u092A\u0941\u0928\u0930\u094D\u0938\u094D\u0925\u093E\u092A\u093F\u0924 \u0915\u0930\u0928\u093E \u091A\u093E\u0939\u0924\u0947 \u0939\u0948\u0902? (\u0915\u0947\u0935\u0932 \u0935\u0930\u094D\u0924\u092E\u093E\u0928 \u0905\u0928\u0941\u0935\u093E\u0926 \u0938\u0947\u0935\u093E \u0915\u0940 \u0938\u0947\u091F\u093F\u0902\u0917\u094D\u0938 \u0930\u0940\u0938\u0947\u091F \u0915\u0930\u0947\u0902)","contact.description":"\u092F\u0926\u093F \u0906\u092A\u0915\u0947 \u092A\u093E\u0938 \u0915\u094B\u0908 \u092A\u094D\u0930\u0936\u094D\u0928 \u092F\u093E \u0938\u0941\u091D\u093E\u0935 \u0939\u0948\u0902, \u0924\u094B \u0915\u0943\u092A\u092F\u093E \u0928\u0940\u091A\u0947 \u0926\u093F\u090F \u0917\u090F \u092B\u0949\u0930\u094D\u092E \u0915\u094B \u092D\u0930\u0915\u0930 \u0939\u092E\u0938\u0947 \u0938\u0902\u092A\u0930\u094D\u0915 \u0915\u0930\u0947\u0902, \u092F\u093E {email} \u092A\u0930 \u0908\u092E\u0947\u0932 \u092D\u0947\u091C\u0947\u0902, \u0939\u092E \u091C\u0932\u094D\u0926 \u0938\u0947 \u091C\u0932\u094D\u0926 \u0906\u092A\u0915\u093E \u0909\u0924\u094D\u0924\u0930 \u0926\u0947\u0902\u0917\u0947\u0964","desc.touchShortcutsToggleTranslatePage":"\u0938\u0947\u091F \u0915\u0930\u0928\u0947 \u0915\u0947 \u092C\u093E\u0926, \u092E\u094B\u092C\u093E\u0907\u0932 \u0921\u093F\u0935\u093E\u0907\u0938 \u0915\u094B \u0939\u093F\u0932\u093E\u0924\u0947 \u0938\u092E\u092F, \u0906\u092A X \u0909\u0902\u0917\u0932\u093F\u092F\u094B\u0902 \u0915\u093E \u0909\u092A\u092F\u094B\u0917 \u0915\u0930\u0915\u0947 \u0938\u094D\u0915\u094D\u0930\u0940\u0928 \u0915\u094B \u091B\u0942\u0928\u093E, \u092C\u093E\u090F\u0902-\u0926\u093E\u090F\u0902 \u0938\u094D\u0935\u093E\u0907\u092A \u0915\u0930\u0928\u093E \u092F\u093E \u0932\u0917\u093E\u0924\u093E\u0930 \u0915\u094D\u0932\u093F\u0915 \u0915\u0930\u0928\u093E, \u0935\u0947\u092C\u092A\u0947\u091C \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0928\u0947 / \u092E\u0942\u0932 \u091F\u0947\u0915\u094D\u0938\u094D\u091F \u0926\u093F\u0916\u093E\u0928\u0947 \u0915\u094B \u091F\u094D\u0930\u093F\u0917\u0930 \u0915\u0930 \u0938\u0915\u0924\u0947 \u0939\u0948\u0902\u0964",shortcutDisableTooltip:"\u0915\u0943\u092A\u092F\u093E \u092C\u094D\u0930\u093E\u0909\u091C\u093C\u0930 \u0926\u094D\u0935\u093E\u0930\u093E \u092A\u094D\u0930\u0926\u093E\u0928 \u0915\u0940 \u0917\u0908 \u090F\u0915\u094D\u0938\u091F\u0947\u0902\u0936\u0928 \u0936\u0949\u0930\u094D\u091F\u0915\u091F \u0915\u0940 \u092A\u094D\u0930\u092C\u0902\u0927\u0928 \u092A\u0943\u0937\u094D\u0920 \u092A\u0930 \u0938\u0947\u091F\u093F\u0902\u0917 \u0915\u0930\u0947\u0902, \u0905\u0927\u093F\u0915 \u0926\u093F\u0936\u093E\u0928\u093F\u0930\u094D\u0926\u0947\u0936 \u0915\u0947 \u0932\u093F\u090F \u0915\u0943\u092A\u092F\u093E \u0907\u0938 \u092A\u0943\u0937\u094D\u0920 \u0915\u0947 \u0938\u092C\u0938\u0947 \u090A\u092A\u0930\u0940 \u0939\u093F\u0938\u094D\u0938\u0947 \u0915\u0940 \u091C\u093E\u0928\u0915\u093E\u0930\u0940 \u0926\u0947\u0916\u0947\u0902\u0964","desc.toggleTranslateTheWholePage":"\u092A\u0943\u0937\u094D\u0920 \u0915\u093E \u0938\u092E\u094D\u092A\u0942\u0930\u094D\u0923 \u0915\u094D\u0937\u0947\u0924\u094D\u0930 \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0947\u0902, \u0921\u093F\u092B\u093C\u0949\u0932\u094D\u091F \u0930\u0942\u092A \u0938\u0947, \u0939\u092E \u092A\u0943\u0937\u094D\u0920 \u0915\u0947 \u092A\u094D\u0930\u092E\u0941\u0916 \u0915\u094D\u0937\u0947\u0924\u094D\u0930 \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0947\u0902\u0917\u0947, \u0906\u092A \u0907\u0938 \u0936\u0949\u0930\u094D\u091F\u0915\u091F \u0915\u093E \u0909\u092A\u092F\u094B\u0917 \u0915\u0930\u0915\u0947 \u092A\u0943\u0937\u094D\u0920 \u0915\u0947 \u0938\u092E\u094D\u092A\u0942\u0930\u094D\u0923 \u0915\u094D\u0937\u0947\u0924\u094D\u0930 \u0915\u093E \u0935\u093F\u0936\u0947\u0937 \u0930\u0942\u092A \u0938\u0947 \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930 \u0938\u0915\u0924\u0947 \u0939\u0948\u0902\u0964","desc.touchShortcutsToggleTranslationMask":"\u0905\u0928\u0941\u0935\u093E\u0926 \u091B\u093F\u092A\u093E\u0928\u0947 \u0915\u093E \u0924\u093E\u0924\u094D\u092A\u0930\u094D\u092F \u0939\u0948 \u0905\u0928\u0941\u0935\u093E\u0926 \u0936\u0948\u0932\u0940 \u092E\u0947\u0902 \u0927\u0941\u0902\u0927\u0932\u093E \u092A\u094D\u0930\u092D\u093E\u0935 (\u0905\u0927\u094D\u092F\u092F\u0928 \u092E\u094B\u0921), \u091C\u093F\u0938\u0947 \u091A\u093E\u0932\u0942 \u0915\u0930\u0928\u0947 \u0915\u0947 \u092C\u093E\u0926 \u0905\u0928\u0941\u0935\u093E\u0926 \u092A\u0930 \u0905\u0938\u094D\u0925\u093E\u092F\u0940 \u0930\u0942\u092A \u0938\u0947 \u0927\u0941\u0902\u0927\u0932\u093E \u092A\u094D\u0930\u092D\u093E\u0935 \u0932\u093E\u0917\u0942 \u0915\u093F\u092F\u093E \u091C\u093E\u0924\u093E \u0939\u0948, \u091C\u094B \u0905\u0927\u094D\u092F\u092F\u0928 \u0915\u0947 \u0932\u093F\u090F \u0938\u0941\u0935\u093F\u0927\u093E\u091C\u0928\u0915 \u0939\u094B\u0924\u093E \u0939\u0948\u0964","desc.toggleTranslateTheMainPage":"\u0915\u0947\u0935\u0932 \u092A\u0943\u0937\u094D\u0920 \u0915\u0947 \u092E\u0941\u0916\u094D\u092F \u0915\u094D\u0937\u0947\u0924\u094D\u0930 \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0947\u0902, \u091C\u092C \u0906\u092A \u0909\u0928\u094D\u0928\u0924 \u0938\u0947\u091F\u093F\u0902\u0917\u094D\u0938 \u092E\u0947\u0902 \u092A\u0943\u0937\u094D\u0920 \u0915\u0947 \u0938\u092D\u0940 \u0915\u094D\u0937\u0947\u0924\u094D\u0930\u094B\u0902 \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0938\u0915\u094D\u0937\u092E \u0915\u0930\u0924\u0947 \u0939\u0948\u0902, \u0924\u094B \u0906\u092A \u0907\u0938 \u0936\u0949\u0930\u094D\u091F\u0915\u091F \u0915\u093E \u0909\u092A\u092F\u094B\u0917 \u092A\u0943\u0937\u094D\u0920 \u0915\u0947 \u092E\u0941\u0916\u094D\u092F \u0915\u094D\u0937\u0947\u0924\u094D\u0930 \u0915\u093E \u0935\u093F\u0936\u0947\u0937 \u0930\u0942\u092A \u0938\u0947 \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u0915\u0930 \u0938\u0915\u0924\u0947 \u0939\u0948\u0902\u0964",translationOnlyModeDescription:"\u0915\u0947\u0935\u0932 \u0905\u0928\u0941\u0935\u093E\u0926 \u092E\u094B\u0921 \u0915\u093E \u0924\u093E\u0924\u094D\u092A\u0930\u094D\u092F \u0939\u0948 \u0915\u093F \u0915\u0947\u0935\u0932 \u0905\u0928\u0941\u0935\u093E\u0926 \u092A\u094D\u0930\u0926\u0930\u094D\u0936\u093F\u0924 \u0915\u093F\u092F\u093E \u091C\u093E\u090F\u0917\u093E, \u0928 \u0915\u093F \u0921\u093F\u092B\u093C\u0949\u0932\u094D\u091F \u0926\u094D\u0935\u093F\u092D\u093E\u0937\u0940 \u092E\u094B\u0921\u0964 \u0927\u094D\u092F\u093E\u0928 \u0926\u0947\u0902: \u0924\u0915\u0928\u0940\u0915\u0940 \u0938\u0940\u092E\u093E\u0913\u0902 \u0915\u0947 \u0915\u093E\u0930\u0923, \u0915\u0947\u0935\u0932 \u0905\u0928\u0941\u0935\u093E\u0926 \u092E\u094B\u0921 \u092E\u0947\u0902, \u092E\u0942\u0932 \u092A\u093E\u0920 \u0915\u0947 \u0939\u093E\u0907\u092A\u0930\u0932\u093F\u0902\u0915 \u0905\u0915\u094D\u0937\u092E \u0939\u094B \u091C\u093E\u090F\u0902\u0917\u0947\u0964","intro.floatBallDescription":"\u0938\u0915\u094D\u0930\u093F\u092F \u0939\u094B\u0928\u0947 \u0915\u0947 \u092C\u093E\u0926, \u092A\u0943\u0937\u094D\u0920 \u0915\u0947 \u0926\u093E\u090F\u0902 \u0913\u0930 \u090F\u0915 \u0936\u0949\u0930\u094D\u091F\u0915\u091F \u0905\u0928\u0941\u0935\u093E\u0926 \u092C\u091F\u0928 \u0926\u093F\u0916\u093E\u0908 \u0926\u0947\u0917\u093E, \u091C\u093F\u0938\u0947 \u0915\u094D\u0932\u093F\u0915 \u0915\u0930\u0915\u0947 \u0906\u092A \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930 \u0938\u0915\u0924\u0947 \u0939\u0948\u0902, \u092B\u093F\u0930 \u0938\u0947 \u0915\u094D\u0932\u093F\u0915 \u0915\u0930\u0928\u0947 \u092A\u0930 \u092E\u0942\u0932 \u0932\u0947\u0916 \u092E\u0947\u0902 \u0935\u093E\u092A\u0938 \u091C\u093E \u0938\u0915\u0924\u0947 \u0939\u0948\u0902\u0964 \u092E\u094B\u092C\u093E\u0907\u0932 \u092A\u0930, \u0932\u0902\u092C\u0947 \u0938\u092E\u092F \u0924\u0915 \u092B\u094D\u0932\u094B\u091F\u093F\u0902\u0917 \u092C\u0949\u0932 \u0915\u094B \u0926\u092C\u093E\u090F\u0902, \u0906\u092A \u0936\u0949\u0930\u094D\u091F\u0915\u091F \u0938\u0947\u091F\u093F\u0902\u0917\u094D\u0938 \u092A\u0948\u0928\u0932 \u0915\u094B \u0916\u094B\u0932 \u0938\u0915\u0924\u0947 \u0939\u0948\u0902\u0964","desc.toggleMouseHoverTranslateDirectly":"\u0907\u0938 \u0936\u0949\u0930\u094D\u091F\u0915\u091F \u0915\u0941\u0902\u091C\u0940 \u0915\u094B \u0926\u092C\u093E\u0928\u0947 \u0915\u0947 \u092C\u093E\u0926, \u092A\u0943\u0937\u094D\u0920 \u092A\u0930, \u091C\u092C \u092D\u0940 \u092E\u093E\u0909\u0938 \u0915\u093F\u0938\u0940 \u092D\u0940 \u092A\u093E\u0920 \u0915\u0940 \u0913\u0930 \u0907\u0936\u093E\u0930\u093E \u0915\u0930\u0924\u093E \u0939\u0948, \u0924\u094B \u092F\u0939 \u092A\u093E\u0920 \u0938\u094D\u0935\u091A\u093E\u0932\u093F\u0924 \u0930\u0942\u092A \u0938\u0947 \u0905\u0928\u0941\u0935\u093E\u0926\u093F\u0924 \u0939\u094B \u091C\u093E\u0924\u093E \u0939\u0948\u0964 \u0936\u0949\u0930\u094D\u091F\u0915\u091F \u0915\u0941\u0902\u091C\u0940 \u0915\u094B \u090F\u0915 \u092C\u093E\u0930 \u092B\u093F\u0930 \u0926\u092C\u093E\u0928\u0947 \u0938\u0947, \u0906\u092A \u0907\u0938 \u0938\u094D\u0935\u091A\u093E\u0932\u093F\u0924 \u0905\u0928\u0941\u0935\u093E\u0926 \u0938\u0941\u0935\u093F\u0927\u093E \u0915\u094B \u092C\u0902\u0926 \u0915\u0930 \u0938\u0915\u0924\u0947 \u0939\u0948\u0902\u0964","intro.subtitleTitle":"\u0911\u0928\u0932\u093E\u0907\u0928 \u0935\u0940\u0921\u093F\u092F\u094B \u0926\u094D\u0935\u093F\u092D\u093E\u0937\u0940 \u0909\u092A\u0936\u0940\u0930\u094D\u0937\u0915 \u092A\u094D\u0930\u0926\u0930\u094D\u0936\u093F\u0924 \u0915\u0930\u0924\u0947 \u0939\u0948\u0902","neverTranslateText.description":"\u0915\u0941\u091B \u0905\u0928\u0941\u0935\u093E\u0926 \u0907\u0902\u091C\u0928 \u0935\u093F\u0936\u0947\u0937 \u0928\u093E\u092E\u094B\u0902 \u0915\u0940 \u092A\u0939\u091A\u093E\u0928 \u092E\u0947\u0902 \u0905\u0926\u0930\u0915 \u0928\u0939\u0940\u0902 \u0939\u0948\u0902, \u0906\u092A \u092F\u0939\u093E\u0902 \u0936\u092C\u094D\u0926 \u091C\u094B\u0921\u093C \u0938\u0915\u0924\u0947 \u0939\u0948\u0902, \u092F\u0939 \u0938\u0941\u0928\u093F\u0936\u094D\u091A\u093F\u0924 \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u0915\u093F \u0935\u0947 \u0905\u0928\u0941\u0935\u093E\u0926 \u092A\u094D\u0930\u0915\u094D\u0930\u093F\u092F\u093E \u092E\u0947\u0902 \u092A\u0930\u093F\u0935\u0930\u094D\u0924\u093F\u0924 \u0928\u0939\u0940\u0902 \u0939\u094B\u0924\u0947 \u0939\u0948\u0902\u0964 \u0915\u0943\u092A\u092F\u093E \u0927\u094D\u092F\u093E\u0928 \u0926\u0947\u0902, \u092F\u0939 \u0938\u0941\u0935\u093F\u0927\u093E \u092E\u093E\u092E\u0932\u0947 \u0915\u0940 \u092A\u0939\u091A\u093E\u0928 \u0915\u0930\u0924\u0940 \u0939\u0948, \u0914\u0930 \u0915\u0947\u0935\u0932 \u0916\u093E\u0932\u0940 \u091C\u0917\u0939 \u0938\u0947 \u0905\u0932\u0917 \u0936\u092C\u094D\u0926 \u092D\u093E\u0937\u093E\u0913\u0902 (\u091C\u0948\u0938\u0947 \u0905\u0902\u0917\u094D\u0930\u0947\u091C\u0940, \u092B\u094D\u0930\u0947\u0902\u091A) \u0915\u093E \u0938\u092E\u0930\u094D\u0925\u0928 \u0915\u0930\u0924\u0940 \u0939\u0948, \u091C\u093E\u092A\u093E\u0928\u0940, \u0915\u094B\u0930\u093F\u092F\u093E\u0908 \u0906\u0926\u093F \u092D\u093E\u0937\u093E\u0913\u0902 \u0915\u0947 \u0932\u093F\u090F \u092F\u0939 \u0909\u092A\u092F\u0941\u0915\u094D\u0924 \u0928\u0939\u0940\u0902 \u0939\u0948\u0964","intro.hoverDescription":"\u092E\u093E\u0909\u0938 \u0939\u094B\u0935\u0930 \u0905\u0928\u0941\u0935\u093E\u0926 \u0921\u0941\u092C\u0915\u0940 \u0905\u0928\u0941\u0935\u093E\u0926 \u092E\u0947\u0902 \u092C\u0939\u0941\u0924 \u092E\u0939\u0924\u094D\u0935\u092A\u0942\u0930\u094D\u0923 \u0938\u0941\u0935\u093F\u0927\u093E \u0939\u0948, \u092C\u0938 \u092A\u0948\u0930\u093E\u0917\u094D\u0930\u093E\u092B \u092A\u0930 \u092E\u093E\u0909\u0938 \u0930\u0916\u0947\u0902, \u0938\u093E\u0925 \u0939\u0940 \u0938\u0947\u091F \u0915\u0940 \u0917\u0908 \u0936\u0949\u0930\u094D\u091F\u0915\u091F \u0915\u0941\u0902\u091C\u0940 \u0926\u092C\u093E\u090F\u0902, \u0924\u094B \u0935\u0930\u094D\u0924\u092E\u093E\u0928 \u092A\u0948\u0930\u093E\u0917\u094D\u0930\u093E\u092B \u0915\u093E \u0938\u094D\u0935\u091A\u093E\u0932\u093F\u0924 \u0930\u0942\u092A \u0938\u0947 \u0905\u0928\u0941\u0935\u093E\u0926 \u0939\u094B \u091C\u093E\u090F\u0917\u093E (\u0927\u094D\u092F\u093E\u0928 \u0926\u0947\u0902: \u0921\u093F\u092B\u093C\u0949\u0932\u094D\u091F \u0930\u0942\u092A \u0938\u0947 \u092F\u0939 \u0938\u0915\u094D\u0937\u092E \u0928\u0939\u0940\u0902 \u0939\u0948, \u0915\u0943\u092A\u092F\u093E \u0928\u0940\u091A\u0947 \u0938\u0947\u091F \u0915\u0930\u0947\u0902), \u092F\u0939 \u0907\u0902\u091F\u0930\u090F\u0915\u094D\u0936\u0928 \u0936\u092C\u094D\u0926 \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u094B \u092C\u0947\u0939\u0924\u0930 \u0930\u0942\u092A \u0938\u0947 \u092A\u094D\u0930\u0924\u093F\u0938\u094D\u0925\u093E\u092A\u093F\u0924 \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u0909\u092A\u092F\u094B\u0917 \u0915\u093F\u092F\u093E \u091C\u093E\u0924\u093E \u0939\u0948, \u0907\u0938\u0915\u0947 \u0905\u0932\u093E\u0935\u093E, \u092F\u0939 \u0938\u0941\u0935\u093F\u0927\u093E \u0909\u0928 \u0915\u094D\u0937\u0947\u0924\u094D\u0930\u094B\u0902 \u092E\u0947\u0902 \u092D\u0940 \u0935\u094D\u092F\u093E\u092A\u0915 \u0930\u0942\u092A \u0938\u0947 \u0909\u092A\u092F\u094B\u0917 \u0915\u0940 \u091C\u093E\u0924\u0940 \u0939\u0948 \u091C\u093F\u0928\u094D\u0939\u0947\u0902 \u092A\u0939\u091A\u093E\u0928\u093E \u0928\u0939\u0940\u0902 \u091C\u093E \u0938\u0915\u0924\u093E \u0939\u0948, \u0906\u092A \u0907\u0938 \u0938\u0941\u0935\u093F\u0927\u093E \u0915\u093E \u0909\u092A\u092F\u094B\u0917 \u0915\u0930\u0915\u0947, \u0915\u093F\u0938\u0940 \u092D\u0940 \u092A\u0948\u0930\u093E\u0917\u094D\u0930\u093E\u092B \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u092E\u091C\u092C\u0942\u0930 \u0915\u0930 \u0938\u0915\u0924\u0947 \u0939\u0948\u0902\u0964","intro.subtitleDescription":"\u0907\u0938 \u0938\u0941\u0935\u093F\u0927\u093E \u0915\u094B \u091A\u093E\u0932\u0942 \u0915\u0930\u0928\u0947 \u0915\u0947 \u092C\u093E\u0926, \u0935\u0940\u0921\u093F\u092F\u094B \u092A\u094D\u0932\u0947 \u0939\u094B\u0928\u0947 \u092A\u0930 \u0938\u094D\u0935\u091A\u093E\u0932\u093F\u0924 \u0930\u0942\u092A \u0938\u0947 \u0926\u094D\u0935\u093F\u092D\u093E\u0937\u0940\u092F \u0909\u092A\u0936\u0940\u0930\u094D\u0937\u0915 \u092A\u094D\u0930\u0926\u0930\u094D\u0936\u093F\u0924 \u0939\u094B\u0902\u0917\u0947\u0964 \u092F\u0926\u093F \u092F\u0939 \u0938\u0915\u094D\u0937\u092E \u0928\u0939\u0940\u0902 \u0939\u0948, \u0924\u094B \u0906\u092A\u0915\u094B \u092A\u0943\u0937\u094D\u0920 \u092A\u0930 \u092E\u0948\u0928\u094D\u092F\u0941\u0905\u0932 \u0930\u0942\u092A \u0938\u0947 \u0905\u0928\u0941\u0935\u093E\u0926 \u092C\u091F\u0928 \u092A\u0930 \u0915\u094D\u0932\u093F\u0915 \u0915\u0930\u0928\u0947 \u0915\u0940 \u0906\u0935\u0936\u094D\u092F\u0915\u0924\u093E \u0939\u094B\u0917\u0940 \u0924\u093E\u0915\u093F \u0909\u092A\u0936\u0940\u0930\u094D\u0937\u0915 \u0926\u093F\u0916\u093E\u0908 \u0926\u0947\u0964 \u0915\u0943\u092A\u092F\u093E \u0927\u094D\u092F\u093E\u0928 \u0926\u0947\u0902, \u0924\u0915\u0928\u0940\u0915\u0940 \u0938\u0940\u092E\u093E\u0913\u0902 \u0915\u0947 \u0915\u093E\u0930\u0923, \u0915\u0941\u091B \u0935\u0947\u092C\u0938\u093E\u0907\u091F\u094B\u0902 \u092A\u0930 \u092A\u0939\u0932\u0940 \u092C\u093E\u0930 \u0909\u092A\u0936\u0940\u0930\u094D\u0937\u0915 \u0938\u0915\u094D\u0930\u093F\u092F \u0915\u0930\u0928\u0947 \u0915\u0947 \u0938\u092E\u092F \u092A\u0943\u0937\u094D\u0920 \u0915\u094B \u0924\u093E\u091C\u093E \u0915\u0930\u0928\u0947 \u0915\u0940 \u092F\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u092A\u0942\u0930\u093E \u0939\u094B\u0928\u0947 \u0915\u0947 \u092C\u093E\u0926 \u0907\u0902\u0924\u091C\u093E\u0930 \u0915\u0930\u0928\u0947 \u0915\u0940 \u0906\u0935\u0936\u094D\u092F\u0915\u0924\u093E \u0939\u094B \u0938\u0915\u0924\u0940 \u0939\u0948, \u0924\u092D\u0940 \u0926\u094D\u0935\u093F\u092D\u093E\u0937\u0940\u092F \u0909\u092A\u0936\u0940\u0930\u094D\u0937\u0915 \u092A\u094D\u0930\u0926\u0930\u094D\u0936\u093F\u0924 \u0939\u094B\u0902\u0917\u0947\u0964 (\u0907\u0938\u0915\u0947 \u0905\u0932\u093E\u0935\u093E, \u0906\u092A \u0935\u0940\u0921\u093F\u092F\u094B \u0935\u0947\u092C\u0938\u093E\u0907\u091F \u0916\u094B\u0932\u0928\u0947 \u0915\u0947 \u092C\u093E\u0926, \u090A\u092A\u0930\u0940 \u0926\u093E\u090F\u0902 \u0915\u094B\u0928\u0947 \u092E\u0947\u0902 \u0921\u0942\u092C\u0928\u0947 \u0935\u093E\u0932\u0947 \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0947 \u0924\u094D\u0935\u0930\u093F\u0924 \u092A\u0948\u0928\u0932 \u0915\u094B \u0938\u0915\u094D\u0937\u092E / \u0905\u0915\u094D\u0937\u092E \u0915\u0930 \u0938\u0915\u0924\u0947 \u0939\u0948\u0902)

\u0935\u0930\u094D\u0924\u092E\u093E\u0928 \u092E\u0947\u0902 \u0907\u0928 \u0935\u0947\u092C\u0938\u093E\u0907\u091F\u094B\u0902 \u092A\u0930 \u0926\u094D\u0935\u093F\u092D\u093E\u0937\u0940\u092F \u0909\u092A\u0936\u0940\u0930\u094D\u0937\u0915 \u0915\u093E \u0909\u092A\u092F\u094B\u0917 \u0915\u0930\u0928\u0947 \u0915\u093E \u0938\u092E\u0930\u094D\u0925\u0928 \u0915\u093F\u092F\u093E \u0917\u092F\u093E \u0939\u0948:",geminiWarning:"\u0927\u094D\u092F\u093E\u0928 \u0926\u0947\u0902: \u0917\u0942\u0917\u0932 \u0926\u094D\u0935\u093E\u0930\u093E \u092A\u094D\u0930\u0926\u093E\u0928 \u0915\u0940 \u0917\u0908 \u091C\u0947\u092E\u093F\u0928\u0940 \u0915\u0940 \u092E\u0941\u092B\u094D\u0924 \u0938\u0947\u0935\u093E \u0915\u0940 \u0938\u0940\u092E\u093E\u090F\u0902 \u0915\u0921\u093C\u0940 \u0939\u0948\u0902, \u092F\u0939 \u0938\u0902\u092D\u0935 \u0939\u0948 \u0915\u093F \u0917\u0942\u0917\u0932 \u0907\u0938\u0947 \u0909\u092A\u092F\u094B\u0917\u0915\u0930\u094D\u0924\u093E \u0915\u0947 \u0926\u094D\u0935\u093E\u0930\u093E \u0909\u0928\u0915\u0940 \u092E\u0941\u092B\u094D\u0924 \u0915\u094B\u091F\u093E \u0938\u0940\u092E\u093E \u0915\u094B \u0926\u0942\u0930 \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u0915\u0908 \u0915\u0941\u0902\u091C\u0940 \u0915\u093E \u0909\u092A\u092F\u094B\u0917 \u0915\u0930\u0928\u0947 \u0915\u0947 \u0930\u0942\u092A \u092E\u0947\u0902 \u0928\u093F\u0930\u094D\u0927\u093E\u0930\u093F\u0924 \u0915\u0930\u0947, \u0907\u0938\u0915\u093E \u0909\u092A\u092F\u094B\u0917 \u0915\u0930\u0928\u0947 \u0915\u0940 \u0938\u0932\u093E\u0939 \u0928\u0939\u0940\u0902 \u0926\u0940 \u091C\u093E\u0924\u0940 \u0939\u0948, \u0905\u0928\u0941\u0936\u0902\u0938\u093E \u0915\u0940 \u091C\u093E\u0924\u0940 \u0939\u0948 \u0915\u093F \u0917\u0942\u0917\u0932 \u091C\u0947\u092E\u093F\u0928\u0940 \u0915\u0947 \u092A\u0947\u0921\u093C \u0907\u0902\u091F\u0930\u092B\u093C\u0947\u0938 \u0915\u094B \u092D\u0935\u093F\u0937\u094D\u092F \u092E\u0947\u0902 \u0916\u094B\u0932\u0928\u0947 \u0915\u093E \u0907\u0902\u0924\u091C\u093E\u0930 \u0915\u0930\u0947\u0902\u0964","floatBall.setting":"\u0938\u0947\u091F\u093F\u0902\u0917\u094D\u0938","floatBall.translateToLanguage":"\u0915\u094D\u0932\u093F\u0915 \u0915\u0930\u0947\u0902 \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F {language}","floatBall.file":"PDF, EPUB, SRT, ASS, HTML, TXT \u092B\u093C\u093E\u0907\u0932\u094B\u0902 \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0947\u0902",changeToOnlyTempTranslationMode:"\u0915\u0947\u0935\u0932 \u0905\u0928\u0941\u0935\u093E\u0926 \u0926\u093F\u0916\u093E\u0928\u0947 \u092A\u0930 \u0938\u094D\u0935\u093F\u091A \u0915\u0930\u0947\u0902",changeToDualTempTranslationMode:"\u0926\u094D\u0935\u093F\u092D\u093E\u0937\u0940 \u0905\u0928\u0941\u0935\u093E\u0926 \u092A\u0930 \u0938\u094D\u0935\u093F\u091A \u0915\u0930\u0947\u0902","translationServices.yandex":"\u092F\u093E\u0902\u0921\u0947\u0915\u094D\u0938","options.navbar.installApp":"\u092E\u094B\u092C\u093E\u0907\u0932 \u0910\u092A \u0938\u094D\u0925\u093E\u092A\u093F\u0924 \u0915\u0930\u0947\u0902","options.navbar.translateFile":"\u0905\u0928\u0941\u0935\u093E\u0926 \u0926\u0938\u094D\u0924\u093E\u0935\u0947\u091C\u093C","transitionMode.dual":"\u0926\u094D\u0935\u093F\u092D\u093E\u0937\u0940\u092F \u0938\u092E\u093E\u0928\u093E\u0902\u0924\u0930","transitionMode.translation":"\u0915\u0947\u0935\u0932 \u0905\u0928\u0941\u0935\u093E\u0926","subtitle.transitionMode":"\u0935\u0940\u0921\u093F\u092F\u094B \u0938\u092C\u091F\u093E\u092F\u091F\u0932 \u0926\u094D\u0935\u093F\u092D\u093E\u0937\u0940 / \u0915\u0947\u0935\u0932 \u0905\u0928\u0941\u0935\u093E\u0926 \u0938\u0947\u091F\u093F\u0902\u0917","subtitle.transitionModeDescription":"\u0935\u0940\u0921\u093F\u092F\u094B \u0938\u092C\u091F\u093E\u092F\u091F\u0932 \u0915\u094B \u0926\u094D\u0935\u093F\u092D\u093E\u0937\u0940 \u0924\u0941\u0932\u0928\u093E\u0924\u094D\u092E\u0915 \u092F\u093E \u0915\u0947\u0935\u0932 \u0905\u0928\u0941\u0935\u093E\u0926 \u092E\u094B\u0921 \u092E\u0947\u0902 \u0938\u0947\u091F \u0915\u0930\u0947\u0902","transitionMode.inherit":"\u0938\u093F\u0938\u094D\u091F\u092E \u0915\u0947 \u0921\u093F\u092B\u093C\u0949\u0932\u094D\u091F \u0905\u0928\u0941\u0935\u093E\u0926 \u092A\u094D\u0930\u0926\u0930\u094D\u0936\u0928 \u092E\u094B\u0921 \u0915\u0947 \u0938\u093E\u0925 \u0938\u0902\u0930\u0947\u0916\u093F\u0924 \u0930\u0939\u0947\u0902",translateFileTooltip:`PDF, ePub, srt, ass, HTML, TXT \u092B\u093C\u093E\u0907\u0932\u094B\u0902 \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0947\u0902`,"description.multiplePrompt":`\u091C\u092C \u092A\u0948\u0930\u093E\u0917\u094D\u0930\u093E\u092B \u0915\u0940 \u0938\u0902\u0916\u094D\u092F\u093E 1 \u0938\u0947 \u0905\u0927\u093F\u0915 \u0939\u094B\u0924\u0940 \u0939\u0948, \u0924\u094B \u0909\u092A\u092F\u094B\u0917\u0915\u0930\u094D\u0924\u093E \u0915\u0940 \u092A\u0939\u091A\u093E\u0928 \u0938\u0947 {service} \u0915\u094B \u0926\u093F\u090F \u0917\u090F \u0938\u0902\u0935\u093E\u0926, \u091C\u093F\u0938\u092E\u0947\u0902 {{from}} \u092A\u0948\u0930\u093E\u0917\u094D\u0930\u093E\u092B \u0915\u0940 \u092D\u093E\u0937\u093E \u0915\u094B \u0926\u0930\u094D\u0936\u093E\u0924\u093E \u0939\u0948, {{to}} \u0932\u0915\u094D\u0937\u094D\u092F \u092D\u093E\u0937\u093E \u0915\u094B \u0926\u0930\u094D\u0936\u093E\u0924\u093E \u0939\u0948, {{yaml}} \u0939\u092E\u093E\u0930\u093E yaml \u092A\u094D\u0930\u093E\u0930\u0942\u092A \u092E\u0947\u0902 \u092A\u0948\u0915 \u0915\u093F\u092F\u093E \u0939\u0941\u0906 \u092A\u0948\u0930\u093E\u0917\u094D\u0930\u093E\u092B \u0938\u093E\u092E\u0917\u094D\u0930\u0940 \u0939\u0948, \u092F\u0926\u093F \u0906\u092A\u0915\u0947 \u092A\u093E\u0938 \u0905\u0928\u0941\u0915\u0942\u0932\u093F\u0924 Prompt \u0915\u0940 \u0906\u0935\u0936\u094D\u092F\u0915\u0924\u093E \u0939\u0948, \u0924\u094B \u0906\u092A\u0915\u094B \u0938\u0941\u0928\u093F\u0936\u094D\u091A\u093F\u0924 \u0915\u0930\u0928\u093E \u0939\u094B\u0917\u093E \u0915\u093F AI \u0915\u0947 \u092A\u094D\u0930\u0924\u093F\u0915\u094D\u0930\u093F\u092F\u093E \u0915\u0947 YAML \u092A\u0930\u093F\u0923\u093E\u092E \u092E\u0947\u0902 \u092A\u094D\u0930\u0924\u094D\u092F\u0947\u0915 \u0906\u0907\u091F\u092E {env.imt_trans_field} \u092B\u093C\u0940\u0932\u094D\u0921 \u0915\u094B \u0936\u093E\u092E\u093F\u0932 \u0915\u0930\u0924\u093E \u0939\u0948, {{imt_trans_field}} \u0939\u092E\u093E\u0930\u0940 \u0906\u0936\u093E \u0939\u0948 \u0915\u093F AI \u0915\u0947 \u092A\u094D\u0930\u0924\u093F\u0915\u094D\u0930\u093F\u092F\u093E \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u092B\u093C\u0940\u0932\u094D\u0921 \u0928\u093E\u092E \u0939\u0948, \u0921\u093F\u092B\u093C\u0949\u0932\u094D\u091F \u0930\u0942\u092A \u0938\u0947 {env.imt_trans_field} \u0939\u0948, {{imt_source_field}} \u0939\u092E\u093E\u0930\u093E AI \u0915\u0947 \u0932\u093F\u090F \u092A\u093E\u0930\u093F\u0924 \u092E\u0942\u0932 \u092B\u093C\u0940\u0932\u094D\u0921 \u0928\u093E\u092E \u0939\u0948, \u0921\u093F\u092B\u093C\u0949\u0932\u094D\u091F \u0930\u0942\u092A \u0938\u0947 {env.imt_source_field} \u0939\u0948, \u0909\u0926\u093E\u0939\u0930\u0923 \u092A\u0930\u093F\u0923\u093E\u092E: @@ -5198,7 +5198,7 @@ HTML, TXT \u092B\u093C\u093E\u0907\u0932\u094B\u0902 \u0915\u093E \u0905\u0928\u {env.imt_sub_trans_field}: \u0905\u0928\u0941\u0935\u093E\u0926 - id: 2 {env.imt_sub_source_field}: \u0938\u094D\u0930\u094B\u0924 - {env.imt_sub_trans_field}: \u0905\u0928\u0941\u0935\u093E\u0926`,"subtitle.quickButton.cyan":"\u0928\u0940\u0932\u093E","subtitle.quickButton.green":"\u0939\u0930\u093E","subtitle.quickButton.black":"\u0915\u093E\u0932\u093E","subtitle.quickButton.white":"\u0938\u092B\u0947\u0926","subtitle.quickButton.yellow":"\u092A\u0940\u0932\u093E","subtitle.quickButton.red":"\u0932\u093E\u0932","subtitle.quickButton.setting":"\u0938\u0947\u091F \u0915\u0930\u0947\u0902","subtitle.quickButton.blue":"\u0928\u0940\u0932\u093E","subtitle.quickButton.magenta":"\u0917\u0941\u0932\u093E\u092C\u0940 \u0930\u0902\u0917","subtitle.quickButton.translationPositionBottom":"\u092E\u0942\u0932 \u092A\u093E\u0920 \u0915\u0947 \u0928\u0940\u091A\u0947","translationServices.claude":"\u0915\u094D\u0932\u0949\u0921","subtitle.quickButton.sourceFontSize":"\u092E\u0942\u0932 \u092B\u093C\u0949\u0928\u094D\u091F \u0906\u0915\u093E\u0930","subtitle.quickButton.sourceTextColor":"\u092E\u0942\u0932 \u092B\u093C\u0949\u0928\u094D\u091F \u0915\u093E \u0930\u0902\u0917","subtitle.quickButton.translationPosition":"\u0905\u0928\u0941\u0935\u093E\u0926 \u0938\u094D\u0925\u093F\u0924\u093F","subtitle.quickButton.translationPositionTop":"\u092E\u0942\u0932 \u092A\u093E\u0920 \u0915\u0947 \u090A\u092A\u0930","subtitle.quickButton.backgroundColor":"\u092A\u0943\u0937\u094D\u0920\u092D\u0942\u092E\u093F \u0930\u0902\u0917","subtitle.quickButton.backgroundOpacity":"\u092A\u0943\u0937\u094D\u0920\u092D\u0942\u092E\u093F \u0905\u092A\u093E\u0930\u0926\u0930\u094D\u0936\u093F\u0924\u093E","subtitle.quickButton.translationFontSize":"\u0905\u0928\u0941\u0935\u093E\u0926 \u092B\u093C\u0949\u0928\u094D\u091F \u0915\u093E \u0906\u0915\u093E\u0930","subtitle.quickButton.translationTextColor":"\u0905\u0928\u0941\u0935\u093E\u0926 \u092B\u093C\u0949\u0928\u094D\u091F \u0915\u093E \u0930\u0902\u0917",attachSubtitleTranslating:"{service} \u0915\u093E \u0909\u092A\u092F\u094B\u0917 \u0915\u0930\u0915\u0947 \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930 \u0930\u0939\u093E \u0939\u0948...","error.claude.403":"\u0938\u0947\u0935\u093E \u0924\u0915 \u092A\u0939\u0941\u0902\u091A \u0915\u093E \u0915\u094B\u0908 \u0905\u0927\u093F\u0915\u093E\u0930 \u0928\u0939\u0940\u0902 \u0939\u0948, \u092F\u0939 Claude \u0915\u0940 \u0915\u094D\u0937\u0947\u0924\u094D\u0930\u0940\u092F \u0938\u0940\u092E\u093E\u0913\u0902 \u0938\u0947 \u0938\u0902\u092C\u0902\u0927\u093F\u0924 \u0939\u094B \u0938\u0915\u0924\u093E \u0939\u0948, \u0906\u092A \u0905\u092A\u0928\u093E IP \u092A\u0924\u093E \u092C\u0926\u0932\u0928\u0947 \u0915\u093E \u092A\u094D\u0930\u092F\u093E\u0938 \u0915\u0930 \u0938\u0915\u0924\u0947 \u0939\u0948\u0902, \u092F\u093E \u0905\u0928\u094D\u092F \u0905\u0928\u0941\u0935\u093E\u0926 \u0938\u0947\u0935\u093E\u0913\u0902 \u0915\u093E \u0909\u092A\u092F\u094B\u0917 \u0915\u0930 \u0938\u0915\u0924\u0947 \u0939\u0948\u0902\u0964","browser.brandDescriptionForSafari":"\u3010\u0907\u092E\u0930\u094D\u0938\u093F\u0935 \u0905\u0928\u0941\u0935\u093E\u0926\u3011 \u090F\u0915 \u092E\u0941\u092B\u094D\u0924 (\u092E\u0942\u0932 / \u0905\u0928\u0941\u0935\u093E\u0926) \u0926\u094D\u0935\u093F\u092D\u093E\u0937\u0940 \u0935\u0947\u092C\u092A\u0947\u091C \u0905\u0928\u0941\u0935\u093E\u0926 \u092A\u094D\u0932\u0917\u0907\u0928, \u091C\u094B \u0938\u092E\u092F-\u0938\u092E\u092F \u092A\u0930 PDF \u0905\u0928\u0941\u0935\u093E\u0926 \u0914\u0930 EPUB \u0908-\u092C\u0941\u0915 \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u093E \u0938\u092E\u0930\u094D\u0925\u0928 \u0915\u0930\u0924\u093E \u0939\u0948 \u0914\u0930 \u092E\u0942\u0932 \u0926\u0938\u094D\u0924\u093E\u0935\u0947\u091C\u093C \u0915\u0940 \u0935\u093F\u0928\u094D\u092F\u093E\u0938 \u0915\u094B \u092C\u0928\u093E\u090F \u0930\u0916\u0924\u093E \u0939\u0948, Youtube/Netflix \u0906\u0926\u093F \u0911\u0928\u0932\u093E\u0907\u0928 \u0935\u0940\u0921\u093F\u092F\u094B \u0926\u094D\u0935\u093F\u092D\u093E\u0937\u0940 \u0909\u092A\u0936\u0940\u0930\u094D\u0937\u0915 \u0905\u0928\u0941\u0935\u093E\u0926, Deepl/Google \u0906\u0926\u093F \u092A\u094D\u0930\u092E\u0941\u0916 \u0905\u0928\u0941\u0935\u093E\u0926 \u0938\u0947\u0935\u093E\u0913\u0902 \u0915\u093E \u0938\u092E\u0930\u094D\u0925\u0928 \u0915\u0930\u0924\u093E \u0939\u0948;","browser.PdfProFile":"AI \u0938\u0902\u091A\u093E\u0932\u093F\u0924 PDF Pro \u0905\u0928\u0941\u0935\u093E\u0926","browser.textTranslate":"\u0932\u093F\u0916\u093F\u0924 \u0905\u0928\u0941\u0935\u093E\u0926"};var N4={nologin:"non \xE8 stato effettuato l'accesso",loginForSafari:"Accedi o registrati",login:"Accedi per aprire un'iscrizione",manageAccount:"Conti gestiti",openPremium:"Soci aperti",logout:"interrompere",curentPlan:"Pacchetti attuali",endAt:"scadenza",endAuto:"rinnovo automatico",lineBreakMaxTextCount:"Numero massimo di caratteri consentiti per frase dopo le interruzioni di riga","translate-pdf":"Clicca per tradurre il PDF","noSupportTranslate-pdf":"Script non supportato, utilizzare il plugin","translate-firefox-local-pdf":"Fare clic per andare a Importazione PDF",enableLineBreak:"Abilita l'avanzamento automatico delle righe per i paragrafi lunghi",sponsorLabel:"1$ Sviluppatori sponsorizzati",help:"mano",browserShortcutsNoteForFirefox:"Per modificare le scorciatoie in Firefox, \xE8 necessario aprire la pagina di gestione delle estensioni `about:addons`, quindi fare clic su `Impostazioni` e poi su `Gestione scorciatoie` per impostare le scorciatoie.",browserShortcutsNoteForChrome:"Per modificare le scorciatoie in Chrome, \xE8 necessario aprire la pagina di gestione delle estensioni, impostarle nel pannello `Gestione scorciatoie` (`chrome://extensions/shortcuts`) e fare clic sul pulsante sottostante per passare alla pagina di gestione delle scorciatoie.",browserShortcutsSucks:"Le scorciatoie personalizzate sono formattate come (non viene effettuato il riconoscimento automatico, inserire direttamente)\uFF1A",enableLineBreakDescription:"Quando \xE8 attivata, le interruzioni di riga vengono inserite alla fine di ogni frase nei paragrafi lunghi per facilitarne la lettura.","browser.shortBrandName":"Traduzione in immersione","browser.brandName":"Immersion Translation: traduzione bilingue di pagine web e documenti PDF","browser.brandDescription":"Bilingual web page translation, also supports PDF translation, bilingual Epub eBook translation, free to use.","browser.toggleTranslatePage":"Tradurre la pagina/visualizzare il testo originale","browser.toggleTranslateTheWholePage":"Tradurre tutte le aree della pagina/visualizzare il testo originale","browser.toggleOnlyTransation":"Cambia modalit\xE0 bilingue/solo traduzione","browser.toggleTranslateToThePageEndImmediately":"Traduzione immediata a fondo pagina/visualizzazione del testo originale","browser.toggleTranslateTheMainPage":"Tradurre l'area principale della pagina/visualizzare il testo originale","browser.shareToDraft":"Condividi le pagine bilingue","browser.openOptionsPage":"Aprire la pagina delle impostazioni","browser.toggleTranslationMask":"Mostra/nascondi l'effetto di sfocatura della traslazione","browser.translateLocalPdfFile":"Tradurre i file PDF locali","browser.openEbookViewer":"Leggere gli eBook locali","browser.openEbookBuilder":"Creare eBook EPUB bilingue","browser.translateLocalHtmlFile":"Tradurre file HTML/testo","browser.donateContext":"Scopri i vantaggi della sponsorizzazione","browser.translateLocalSubtitleFile":"Tradurre i file dei sottotitoli locali",confirmResetConfig:"\xC8 sicuro di voler ripristinare le impostazioni?",translationLineBreakSettingTitle:"Impostazione dell'avanzamento riga di traduzione",smartLineBreak:"alimentazione di linea intelligente (calcolo)",alwaysLineBreak:"Sempre avanzamento di riga",isShowContextMenu:"Aggiungere pagine tradotte alle voci di menu del tasto destro del mouse",toggleBeta:"Abilitazione delle funzioni di beta testing",betaDescription:"Attiva funzioni ancora sperimentali e un servizio di traduzione in beta. Unitevi al <1>gruppo Telegram per saperne di pi\xF9.",translationLineBreakSettingDescription:"Le interruzioni di riga sono sempre ordinate per le pagine con meno contenuti. (Usare interruzioni di riga intelligenti nei paragrafi lunghi e ricchi di contenuti (pi\xF9 di{count}caratteri) per risparmiare spazio).",tempTranslateDomainTitle:"Durata dell'attivazione temporanea della traduzione del sito web",tempTranslateDomainDescription:"Quando si traduce manualmente una pagina web, \xE8 possibile attivare temporaneamente la traduzione automatica del sito web e impostare la durata temporanea.",xMinutes:"{count} minuti",disabled:"vietare l'uso di qcs.",changelog:"Registro degli aggiornamenti",toggleTranslatePageWhenThreeFingersOnTheScreen:"Il tocco simultaneo di pi\xF9 dita sullo schermo traduce le pagine web/visualizza il testo originale",toggleTranslationMaskWhenThreeFingersOnTheScreen:"Il tocco con pi\xF9 dita mostra/nasconde l'effetto di sfocatura.",fingerCountToToggleTranslagePageOnlyTranslationWhenTouching:"Pi\xF9 dita che toccano lo schermo contemporaneamente traducono la pagina web (solo traduzione)/visualizzano il testo originale.",addUrlDescription:"Pu\xF2 essere un nome di dominio e supporta anche i caratteri jolly, ad esempio\uFF1A*.google.com, google.com/mail/*, https://www.google.com/*",general:"Impostazioni di base",clickToExpandConfig:"Espandere la configurazione attuale",import:"Importazione da file",export:"Esportazione su file",toggleDebug:"Stampa il log di debug sulla console","fingers.0":"coagulo","fingers.2":"tocco con due dita","fingers.3":"tocco con tre dita","fingers.4":"tocco a quattro dita","fingers.5":"tocco a cinque dita",mouseHoldKey:"+ {key} tradurre/ripristinare il paragrafo",mouseHoldKeyAuto:"Traduzione diretta del paragrafo",mouseHoldKeyOff:"Non fare nulla.",mouseHoldKeyOther:"Collegamenti personalizzati (impostazioni di apertura)",mouseHoldKeyCustomKey:"{key} Traduzione/riduzione del paragrafo",mouseHoverHoldKey:"Passaggio del mouse mentre si premono i tasti di scelta rapida per tradurre i paragrafi","mouse-translate":"passaggio del mouse",document:"(computer) file",resetSuccess:"Reimpostare tutte le impostazioni con successo",resetThisSuccess:"Ripristino riuscito",saved:"Salva il successo",successImportConfig:"Configurazione importata con successo",goAdvancedSettings:"Andare alla pagina Impostazioni avanzate",goAdvancedInterfaceSettings:"Andare alla pagina Impostazioni di personalizzazione avanzate",advanced:"Impostazioni avanzate",advancedDescription:"In genere non \xE8 necessaria alcuna impostazione, basta lasciarla come predefinita. Solo per gli utenti pi\xF9 specializzati sono disponibili impostazioni pi\xF9 personalizzate.",developer:"Impostazioni dello sviluppatore",donateCafe:"prezzi","translate to the bottom of the page":"Si traduce in fondo alla pagina subito dopo l'ingresso nella pagina?",feedback:"Domanda Feedback",toggleTranslatePage:"Tradurre la pagina/visualizzare il testo originale",translateToThePageEndImmediatelyDescription:"Se si attiva, il contenuto viene tradotto immediatamente dall'inizio alla fine della pagina, non appena viene inserito. Se lo si disattiva, il contenuto viene tradotto man mano che si legge. (Non consigliato)","translate all areas of the page":"Se tradurre tutte le aree della pagina",translationAreaDescription:"Attivato, vengono tradotte tutte le aree dell'intera pagina web. Se si disattiva, viene utilizzato il riconoscimento intelligente predefinito e vengono tradotte solo le aree principali. (Non si consiglia di attivarlo)","the number of characters to be translated first":"Tradurre direttamente i primi caratteri della pagina senza attendere lo scorrimento dell'area di visualizzazione","interface language":"linguaggio dell'interfaccia","display both the original text and the translation":"Visualizzazione simultanea di originale e traduzione","keyboard shortcuts":"Scorciatoie da tastiera",modify:"Modifica dei tasti di scelta rapida",reset:"riproposizione",close:"coagulo",homepage:"homepage",more:"di pi\xF9",moreOptions:"Ampliare le opzioni di personalizzazione",translateTheWholePage:"Tradurre tutte le aree della pagina (invece di riconoscere intelligentemente le aree principali)",changeToTranslateTheWholePage:"Passare alla traduzione di tutte le regioni",changeToTranslateTheMainPage:"Passare all'area principale di traduzione",changeToOnlyTranslationMode:"Alterna per visualizzare solo le traduzioni",changeToDualTranslationMode:"Passare alla traduzione bilingue",translateToThePageEndImmediately:"Traduzione immediata a fondo pagina",translateTheMainPage:"Regioni chiave della traduzione intelligente","The local rules are up to date":"Le norme di adattamento locali sono aggiornate.","Successfully synchronized with the latest official rules:":"Sincronizzato con successo con le ultime regole ufficiali di adattamento.","Checking for updates":"Controllo degli aggiornamenti","Rules are being synchronized":"Regole di adattamento sincronizzate",localVersionIsTooOld:"La versione dell'estensione locale \xE8 troppo vecchia; aggiornare l'estensione a {minVersion} o a una versione pi\xF9 recente prima di tentare la sincronizzazione.",badUserscriptBrowser:"Il browser attuale non implementa correttamente l'interfaccia dell'estensione Grease Monkey (ad esempio, per ottenere informazioni sul numero di versione dello script Grease Monkey stesso); si prega di utilizzare altri browser che <1>supportano l'estensione Grease Monkey, come Firefox.",foundNewVersion:"Scoprite la nuova versione",theLocalExtensionIsUpToUpdate:"L'estensione attuale \xE8 aggiornata.",failToSyncRules:"Mancata sincronizzazione delle ultime regole di adattamento",retry:"Fare clic qui per riprovare",failedReason:"Motivi del fallimento",currentRuleVersion:"Versione attuale della regola",calculating:"calcoli",unknownError:"errore sconosciuto",canNotFetchRemoteRule:"Impossibile ottenere le regole remote",enableAlphaSuccess:"Alfa abilitato",disableAlphaSuccess:"La funzione Alpha \xE8 stata disattivata",cacheSize:"Dimensione della cache\uFF1A",cleaning:"in fase di liquidazione",cleanCache:"cancellare la cache",options:"allestimento",about:"rispetto a",service:"servizio di interpretariato",needAction:"(Vai alle impostazioni)",goSettings:"procedere con l'impostazione",needActionForOptions:"(da impostare)",translationEngine:"Opzioni del motore",sourceLanguage:"Lingua originale",target:"lingua di destinazione",popupSourceLanguage:"Lingua originale",popupTarget:"lingua di destinazione",popupService:"servizio di interpretariato",forThisSite:"Sito web attuale",autoEnableSubtitle:"Attiva automaticamente i sottotitoli bilingue",alwaysTranslate:"Tradurre sempre",neverTranslate:"Mai tradurre",alwaysTranslateSomeLanguage:"Tradurre sempre {language}",neverTranslateSomeLanguage:"Mai tradurre {language}",alwaysTranslateSomeSite:"Tradurre sempre {hostname}",neverTranslateSomeSite:"Mai tradurre {hostname}",alwaysTranslateSomeSiteOrWildSite:"Tradurre sempre il sito",alwaysTranslateSomePage:"Tradurre sempre la pagina",add:"aumento",default:"predefinito (impostazione)",forThisLanguage:"Per questa lingua\uFF1A","add url":"Inserire l'URL",edit:"compilatore","translate other languages into specific language":"Tradurre altre lingue nella lingua impostata","select translation service":"Selezionare un servizio di traduzione",language:"multilinguismo","show-original":"Mostra il testo originale",translate:"rendering",Translated:"tradotto",Translating:"in traduzione",Error:"non corretto",allowCacheTranslations:"Abilitare la cache delle traduzioni locali (per ridurre le richieste di traduzione per i passaggi duplicati)","translation display":"Stile di visualizzazione della traduzione","select diplay style":"Distinguere gli stili di traduzione, con specifico riferimento ai seguenti esempi",interface:"Impostazioni dell'interfaccia",import_export:"Importazione/Esportazione",import_export_title:"Configurazione di importazione/esportazione",syncToGoogleDrive:"Sincronizzazione con Google Drive ora",floatBallOptions:"Impostazioni Hoverball","floatBallOptions.enable":"Abilitare l'Hoverball","floatBallOptions.blockUrls":"Disattivare il sito web","floatBallOptions.add":"aumento","floatBallOptions.blockUrlDesc":"Gli Hoverball non vengono visualizzati quando si incontrano i seguenti siti web","floatBallOptions.clickType":"comportamento di clic","floatBallOptions.clickTypeDesc":"Comportamento dell'icona Hoverball quando viene cliccata","floatBallOptions.clickPopup":"Mostra pannello di traduzione","floatBallOptions.clickTranslate":"Traduzione/visualizzazione del testo originale",previewAllThemes:"Anteprima di tutti gli stili","translationTheme.none":"non hanno","translationTheme.grey":"grigio scuro","translationTheme.dashed":"sottolineatura tratteggiata","translationTheme.dotted":"trattino basso tratteggiato","translationTheme.dashedBorder":"bordo tratteggiato","translationTheme.solidBorder":"bordo solido","translationTheme.underline":"Sottolineare le linee rette","translationTheme.mask":"Effetti fuzzy (modalit\xE0 di apprendimento)","translationTheme.opacity":"effetto trasparenza","translationTheme.paper":"Effetto ombra su carta bianca","translationTheme.dividingLine":"linea di demarcazione","translationTheme.highlight":"alta luminosit\xE0","translationTheme.marker":"marcatore (parola d'ordine)","translationTheme.marker2":"Marcatore 2","translationTheme.blockquote":"Stili di riferimento","translationTheme.weakening":"indebolimento","translationTheme.italic":"carattere obliquo","translationTheme.bold":"addensare","translationTheme.thinDashed":"sottile linea tratteggiata di sottolineatura","translationTheme.nativeDashed":"Il sistema \xE8 dotato di una sottolineatura tratteggiata","translationTheme.nativeDotted":"Il sistema viene fornito con una sottolineatura tratteggiata","translationTheme.nativeUnderline":"Il sistema viene fornito con una linea retta di sottolineatura","translationTheme.wavy":"linea ondulata","translationServices.custom":"API personalizzata","translationServices.tencent":"Traduttore Tencent","translationServices.tenAlpha":"Traduttore Tencent (Alpha)","translationServices.google":"Google Translate","translationServices.bai":"Baidu (Alfa)","translationServices.baidu":"Traduzione di Baidu","translationServices.aliyun":"Traduzione di AliCloud","translationServices.volc":"traduzione vulcanica","translationServices.deeplx":"DeepLX (Beta)","translationServices.bing":"Microsoft Translate","translationServices.deepl":"DeepL","translationServices.wechat":"Traduzione di WeChat","translationServices.azure":"Traduzione di Azure","translationServices.ibm":"IBM Watson","translationServices.aws":"Traduzione Amazon","translationServices.mock":"Traduzione simulata","translationServices.mock2":"Traduzione simulata 2","translationServices.caiyun":"illuminato. nuvole colorate e piccole traduzioni","translationServices.cai":"Nuvole colorate (Alpha)","translationServices.volcAlpha":"Vulcano (Alfa)","translationServices.openl":"AprireL","translationServices.youdao":"Traduzione su Youtube","translationServices.you":"Traduttore Youdao (Alpha)","translationServices.transmart":"Traduzione interattiva di Tencent","translationServices.niu":"Traduttore anticonformista","translationServices.papago":"Traduzione di Papago","translationServices.d":"D (Alfa)","translationServices.dpro":"D Pro (Canarino)","translationServices.openai":"OpenAI","translationServices.yandex":"Yandex","translationServices.chatgpt":"ChatGPT Web(3.5 mobile)","translate title":"Tradurre i titoli delle pagine","always languages":"Tradurre sempre la lingua",neverTranslateLanguagesLabel:"La lingua che non sar\xE0 mai tradotta",neverTranslateTheFollowingLanguagesDescription:"Le traduzioni vengono saltate quando un paragrafo della pagina \xE8 in una delle seguenti lingue",enableUserscriptPagePopup:"Mostra l'hoverball nella pagina",enableUserscriptPagePopupDescription:"Dopo aver disattivato l'hoverball, pu\xF2 essere richiamato con la scorciatoia /{touch}. Si consiglia vivamente di inserire tra i preferiti questa pagina di impostazioni per evitare di non riuscire a trovare l'hoverball dopo aver inavvertitamente disattivato questa opzione!","always translate the following languages":"Traduce automaticamente nella lingua di destinazione quando la pagina \xE8 in una delle seguenti lingue","always sites":"Siti web sempre tradotti","always translate the following sites":"I siti web vengono tradotti automaticamente nella lingua di destinazione quando sono i nomi di dominio di","never sites":"Sito web mai tradotto","never translate the following sites":"Le traduzioni non verranno effettuate quando il sito web \xE8 destinato ai seguenti domini","please refer to":"\xC8 necessario compilare la chiave prima di poterla utilizzare.",KeyAndConfigurationTutorial:"Esercitazione sull'applicazione e la configurazione delle chiavi",useAboveStyleForTheseSites:"Usare sempre lo stile di traduzione \u2308{theme}\u230B quando il sito \xE8 destinato ai seguenti domini",currentUrl:"URL corrente",confirm:"salvare (un file, ecc.) (informatica)",cancel:"cancellazioni",delete:"rimozione","languages.auto":"rilevamento automatico",syncToCloud:"Sincronizzazione con Google Drive",syncToCloudDescription:"Caricata nel cloud, la configurazione pu\xF2 essere sincronizzata tra diversi browser/ script di scimmia grassa, a seconda dell'ultima modifica.",syncToAccount:"Sincronizzazione con il Cloud di traduzione immersiva",syncToAccountButton:"Sincronizzazione istantanea con il cloud",syncToAccountDescription:"Sincronizzare automaticamente le configurazioni tra i diversi dispositivi, a seconda dell'ultima modifica.",successSyncConfigInAccount:"Sincronizzazione riuscita con il cloud",successSyncConfigToAccount:"Sincronizzazione riuscita con il cloud",syncConfigNoUpdate:"\xC8 gi\xE0 aggiornato.",authFail:"Mancata autorizzazione",syncTitle:"Gestione manuale del backup",import_hint:"importazione (dati)",upload:"caricare",revokeAuth:"revocare un'autorizzazione",uploadFail:"Caricamento fallito",download:"scaricare",importSuccess:"Importato con successo",importFail:"errore di importazione",deleteFail:"Cancellazione non riuscita",backupToCloud:"Gestione manuale dei file di backup",create_new_backup:"Aggiungere un nuovo nodo di backup",maxBackupFiles:"\xC8 possibile eseguire il backup di un massimo di{count}nodi diversi; eliminare i nodi non necessari.",backupToCloudDescription:"Caricare o ripristinare manualmente i file di backup, consentendo fino a 3 backup diversi.",successSyncConfig:"Sincronizzazione di successo con il cloud",syncFail:"errore di sincronizzazione",updatedAt:"Aggiornato da {date}",lastSyncedAt:"Ultimo controllo: {date}",downloadFail:"Impossibile scaricare",clickToDownload:"Fare clic per scaricare",aboutLabel:"Informazioni - Feedback","browser.openAboutPage":"Informazioni/Risposte",aboutLabelWithoutSponsor:"Informazioni - Feedback",aboutIntro:"Che tutti noi possiamo avere un accesso pi\xF9 facile e piacevole alla grande quantit\xE0 di informazioni in lingua straniera su Internet \u2764\uFE0F Potete scegliere di attivare la vostra <6>iscrizione Pro per utilizzare le traduzioni di DeepL e OpenAI.

Potete seguirci su <3>Twitter, <4>Telegram, Weibo, WeChat o <5>iscrivervi alla nostra mailing list per seguire gli aggiornamenti.
I <7>membri Pro possono contattarci all'indirizzo <8>support@immersivetranslate.com per un rapido servizio clienti.",aboutIntroWithoutSponsor:"Che tutti noi possiamo avere un accesso pi\xF9 facile e piacevole all'enorme quantit\xE0 di informazioni in lingua straniera disponibili su Internet \u2764\uFE0F

Potete seguirci su <3>Twitter, <4>canale Telegram, WeChat, WeChat Exchange, o <5>iscrivervi per seguire gli aggiornamenti via <5>e-mail qui sotto.",projectHomepage:"Progetto Home",joinTelegramGroup:"Unitevi al gruppo di utenti per partecipare alle discussioni sulle funzionalit\xE0",wechatPublicAccount:"WeChat Pubblico",wechatCommunities:"Gruppo di scambio WeChat",qqCommunities:"Canale di comunicazione QQ",joinTelegramChannel:"Seguite il canale Telegram per gli ultimi aggiornamenti",feedbackAndJoin:"Domanda Feedback / Aggiungi gruppo",autoSync:"sincronizzazione automatica dell'ora",loadingThemeTitle:"Stile di caricamento",loadingThemeDescription:"Impostazione dello stile in attesa del caricamento della traduzione","loadingTheme.spinner":"Animazione di rotazione","loadingTheme.text":"testo statico qcs. ","loadingTheme.none":"non mostrato",developerDescription:"La documentazione sulla personalizzazione avanzata \xE8 disponibile <1>qui","edit border color":"Modificare il colore del bordo",successSyncButNoChange:"La configurazione attuale \xE8 coerente con il cloud",customTheme:"Colori e dimensioni personalizzate","customThemeLabel.borderColor":"Colore del bordo","customThemeLabel.borderRadius":"Bordi arrotondati","customThemeLabel.textColor":"colore del testo","customThemeLabel.backgroundColor":"colore di sfondo","customThemeLabel.zoom":"Scalatura dei caratteri (%)","customThemeLabel.opacity":"Opacit\xE0 del testo (%)",resetToDefaultColor:"Ripristino dei colori predefiniti",resetToDefaultSettings:"Ripristino delle impostazioni predefinite",isTranslateTitle:"Abilita la traduzione dei titoli delle pagine",isTranslateTitleDescription:"All'apertura, il titolo della pagina viene tradotto",enableSearchEnhancement:"Abilitazione del miglioramento dei messaggi bilingue",enableSearchEnhancementDescription:'Una volta abilitato, i risultati della ricerca di "Google News" verranno automaticamente visualizzati nella colonna destra dei siti web supportati (Google News, Google Search (alcune parole chiave), Snowball, Oriental Fortune, Futura, Tiger Community) per le parole chiave inglesi corrispondenti.',verifyService:"Clicca qui per testare il servizio",verified:"Verifica del successo","field.langs":"Codici lingua supportati","field.model":"modellazione","field.translationEngine":"motore di traduzione","field.limitPerMinute":"Richieste massime al minuto","field.limitPerSecond":"Numero massimo di richieste al secondo","field.maxTextLengthPerRequest":"Lunghezza massima del testo per richiesta","field.maxTextGroupLengthPerRequest":"Numero massimo di paragrafi per richiesta","field.apiUrl":"Indirizzo dell'interfaccia API personalizzata","field.placeholderDelimiters":"segnaposto riservato","description.custom":"Interfaccia personalizzata Accesso Documentazione necessaria","description.limitPerMinute":"Le richieste che superano questo limite vengono messe in coda fino all'inizio del minuto successivo. A causa delle varie limitazioni dell'attuale servizio di OpenAI, fare clic <1>qui per gli ultimi valori suggeriti.","description.limitPerSecond":"Le richieste che superano questo limite vengono messe in coda fino all'inizio del secondo successivo. A causa delle varie limitazioni dell'attuale servizio di OpenAI, fare clic <1>qui per gli ultimi valori suggeriti.","description.generalLimitPerSecond":"Le richieste che superano questo limite vengono messe in coda fino all'inizio del secondo successivo.","description.prompt":"Invia una conversazione a {service} come utente, dove {{text}} rappresenta il contenuto del testo del paragrafo, {{from}} rappresenta la lingua del paragrafo, {{to}} rappresenta la lingua di destinazione.","description.maxTextLengthPerRequest":"Il numero massimo di caratteri per richiesta \xE8 troppo elevato e causa una risposta lenta dell'interfaccia; provare a regolare questa opzione per ottimizzare la velocit\xE0.","description.systemPrompt":"Un dialogo inviato a OpenAI come sistema, dove {{text}} indica il contenuto testuale del paragrafo,{{from}} indica la lingua del paragrafo e{{to}} indica la lingua di destinazione.","field.domain":"regno","description.domain":"L'impostazione predefinita \xE8\uFF1Ageneral. Pu\xF2 essere impostata solo se la traduzione con dominio \xE8 abilitata nella console Arima API, vedere <1>qui per i domini supportati.","field.scene":"prendere","description.scene":"Valore predefinito:\uFF1Ageneral. Pu\xF2 essere impostato solo se la console API di AliCloud apre Machine Translation Pro, vedere <1>qui per gli scenari supportati.","field.vocabId":"ID del dizionario utente","description.vocabId":"Il dizionario out_id specificato, attualmente supporta la traduzione dall'inglese al cinese.","description.model":"Modelli OpenAI, possono essere gpt-3.5-turbo, gpt-4, ecc.","description.maxTextGroupLengthPerRequest":"Il numero di paragrafi inviati al servizio di traduzione alla volta; se ci sono troppi paragrafi, l'interfaccia potrebbe rispondere pi\xF9 lentamente.","description.apiUrl":"Si prega di aggiungere URL specifici con percorsi, <1>ulteriori descrizioni",enabledExtension:"Abilitazione delle estensioni",clickToDisableExtension:"Fare clic per disattivare le estensioni",clickToEnableExtension:"Fare clic per abilitare le estensioni",hasBeenDisabled:"disabilitato","show password":"Mostra password",customContent:"Inserire un nome di modello personalizzato",inputOptions:"Miglioramento della casella di input",mouseHoverOptions:"passaggio del mouse",modifyMouseHoverKey:"Modifica della scorciatoia per il passaggio del mouse",enableInputTranslation:"Abilitare o meno il miglioramento della casella di input",enableInputTranslationDescription:"Una volta abilitato, digitare {startingKey}{startingKey} hello direttamente nella casella di input, poi premere rapidamente{inputTrailingTriggerKeyRepeatTimes}volte{trailingKey}per tradurre in {inputTargetLanguage}.",enableInputTranslationDescriptionForNoneKey:"Una volta abilitato, digitate\uFF1AHello World direttamente nella casella di input, quindi premete rapidamente{inputTrailingTriggerKeyRepeatTimes}{trailingKey}volte per tradurre nella lingua di destinazione predefinita.",inputTargetLanguage:"Impostazione della lingua di destinazione predefinita per le caselle di input",inputTargetLanguageDescription:"Lingua di destinazione predefinita per la traduzione della casella di input, ovvero {startingKey}{startingKey} come lingua predefinita per le parole di attivazione.",inputTargetLanguageDescriptionForNoneKey:"Lingua di destinazione predefinita per la traduzione della casella di input",inputStartingTriggerKeyTitle:"Impostazione del carattere di divisione per la traduzione parziale della casella di input",inputStartingTriggerKeyDescription:"Quando non \xE8 necessario tradurre l'intera casella di input, lo splitter consente di tradurre solo la parte da {startingKey}{startingKey} alla fine della casella di input, oppure \xE8 possibile specificare il codice della lingua, ad esempio\uFF1A{startingKey}ja significa tradurre solo la parte da {startingKey}ja alla fine della casella di input.",inputStartingTriggerKeyDescriptionForNoneKey:"L'impostazione attuale di nessun prefisso non \xE8 necessaria e la funzione di traduzione di alcuni testi nella casella di immissione non \xE8 al momento disponibile.",inputTrailingTriggerKeyTitle:"Selezionare un carattere di attivazione di fine inserimento",inputTrailingTriggerKeyDescription:"3 colpi veloci{trailingKey} inizier\xE0 a tradurre!",inputTrailingTriggerKeyTimeout:"Immettere l'intervallo di tempo tra gli inneschi di fine combattimento",inputTrailingTriggerKeyTimeoutDescription:"Imposta l'intervallo di tempo (in millisecondi) tra le attivazioni della combo di fine input",spaceKey:"<\u7A7A\u683C\u952E>",noneKey:"Traduzione diretta dell'intera casella di testo senza prefissi",inputTranslationBlockUrlsTitle:"Non abilitare il miglioramento della casella di input nei seguenti URL",inputTranslationBlockUrlsDescription:"I miglioramenti della casella di input non funzionano con i seguenti URL",clickToSeeQuickDemo:"Fare clic per espandere il video di esercitazione rapida di 30 secondi",inputHelperInfo:"Descrizione\uFF1AAbbiamo ottimizzato il fatto che alcuni caratteri di attivazione si trasformano in segni di punteggiatura cinesi con i metodi di input cinesi, ad esempio, / si trasforma in un segno di dun, con il metodo di input Sogou, e Immersive Translator supporta tutti i simboli cinesi corrispondenti ai caratteri di attivazione, ad esempio //,,, saranno riconosciuti come caratteri di attivazione.

Supportiamo anche gli alias cinesi per i codici di lingua come comandi, ad esempio /Japanese Hello World verr\xE0 tradotto in giapponese; <1>fare clic qui per vedere tutti i codici di lingua supportati.",reloadCurrentPage:"Aggiornare la pagina corrente prima di iniziare la traduzione.",noLocalFilePermissionForPDF:"Non si ha l'autorizzazione a leggere i file locali, fare clic sul pulsante sopra e importare i file locali.",noPermissionForThisPage:"\u26A0\uFE0F Nessun permesso per tradurre la pagina corrente",retryAllParagraphs:"Riprova tutti i passaggi di errore",retryAllButton:"Riprova tutti i passaggi di errore",errorTooltipTitle:"Fare clic per visualizzare la causa dell'errore",errorModalTitle:"Sembra che ci sia qualcosa che non va nel servizio di traduzione o nella rete...",disableConfirm:"Impostazione bilingue per il miglioramento delle informazioni",disableOnce:"Questa disabilitazione",disableGlobal:"disabilitare in modo permanente",disableTint:"* \xC8 possibile riabilitarlo all'indirizzo {option} .",searchEnhancementNotes:"Dopo aver attivato la funzione Immersive Translation Bilingual Information Enhancement, cercheremo automaticamente le stesse parole chiave in inglese sui siti web supportati (Google News, Google Search (alcune parole chiave), Snowball, Oriental Wealth, Futura, Tiger) e le visualizzeremo sul lato destro. Potete scegliere di disabilitare questa funzione se non ne avete bisogno.",option:"allestimento",saveSettings:"Salva le impostazioni",closeModal:"Chiudere la finestra",enableInputTranslationWithoutTriggerKeyTitle:"Abilitare 3 colpi rapidi su{trailingKey}per tradurre direttamente l'intera casella di input in{inputTargetLanguage}",enableInputTranslationWithoutTriggerKeyDescription:"Per specificare la lingua di destinazione, usare il prefisso della lingua, per esempio\uFF1Aja Hello World",mouseHoverShortcutPlaceholder:"Ad esempio,\uFF1AShift",deepLProName:"Immersive Translation Pro Membro (consigliato)",deepLProDescription:"Il pacchetto corrente pu\xF2 essere utilizzato direttamente",deeplProDescriptionForNormal:"Non \xE8 richiesta alcuna configurazione, i membri possono utilizzarlo dopo il login, <1>clicca qui per passare a membro",deepLCustomDescription:"\xC8 richiesta una carta di credito estera, aperta ufficialmente su <1>DeepL, clicca per la <2>documentazione",deepLCustomName:"Chiave di autorizzazione personalizzata",chooseProviderLabel:"Selezionare un fornitore di servizi",openaiProName:"Immersive Translation Pro Membro (consigliato)",openaiProDescription:"Il pacchetto corrente pu\xF2 essere utilizzato direttamente",openaiProDescriptionForNormal:"Non \xE8 richiesta alcuna configurazione, i membri possono utilizzarlo dopo il login, <1>clicca qui per passare a membro",openaiCustomDescription:"Disponibile su OpenAI, Azure OpenAI o altri servizi di terze parti, <1>fare clic qui per la documentazione.",openaiCustomName:"Chiave API personalizzata",needLoginAction:"(Iscrizione aperta o personalizzazione)",goLoginOrAction:"(Aprire un'iscrizione o andare alle impostazioni)",yearly:"effettuare un pagamento annuale consecutivo",quarterly:"avvolgimento sequenziale",monthly:"abbonamento mensile",yearlyForOnce:"Pacchetto annuale una tantum",monthlyForOnce:"Pacchetto mensile una tantum",daily:"giorni consecutivi di pacchetti",year:"effettuare un pagamento annuale consecutivo",quarter:"avvolgimento sequenziale",month:"abbonamento mensile",day:"giorni consecutivi di pacchetti",onetime_7day:"Pacchetto esperienza di 7 giorni",currentPlanDescriptionForFree:"Pacchetti attuali\uFF1AGratis",currentPlanDescriptionForContinuous:"L'attuale pacchetto\uFF1A{plan}sar\xE0 rinnovato automaticamente su {endAt} .",currentPlanDescriptionForAutoRenewCaceling:"L'attuale pacchetto\uFF1A{plan}scadr\xE0 il giorno {endAt} e non sar\xE0 rinnovato automaticamente alla scadenza.",currentYearlyPlanDescriptionForAutoRenewCacelingWithRealPaiedUser:"Il pacchetto attuale,\uFF1A{plan}, scadr\xE0 il {endAt} e non sar\xE0 rinnovato automaticamente alla scadenza.
<1>Clicca qui per gestire il tuo piano di rinnovo",currentYearlyPlanDescriptionForAutoRenewCacelingWithAdmin:"Il pacchetto attuale,\uFF1A{plan}, scadr\xE0 il {endAt} e non sar\xE0 rinnovato automaticamente alla scadenza.
<1>Fare clic qui per attivare l'abbonamento annuale continuo",currentPlanDescriptionForOneTime:"L'attuale abbonamento\uFF1A{plan}scadr\xE0 il {endAt} , <1>clicca qui per passare all' abbonamento <1>annuale o <2>mensile.",upgradePlan:"Clicca qui per passare all'iscrizione Pro",upgradeToPro:"Aggiornamento all'iscrizione Pro","popup.openPro":"Passa all'iscrizione Pro per usufruire di DeepL e della traduzione OpenAI, clicca qui per effettuare l'aggiornamento!","popup.openProForPro":"Sei un membro Pro con accesso diretto alle traduzioni di DeepL e OpenAI!",currentAccount:"conto corrente",enableAutoSyncUserSettings:"Abilita la sincronizzazione automatica con il cloud su pi\xF9 dispositivi",modalEnableInputTranslationTitle:"Casella di input per la traduzione immersiva Avvisi di traduzione",modalEnableInputTranslationDesc:"\xC8 stata appena attivata la traduzione della casella di input di Immersive Translation premendo la barra spaziatrice 3 volte in rapida successione e il contenuto della casella di input verr\xE0 tradotto nella lingua di destinazione predefinita. La traduzione pu\xF2 essere annullata con Ctrl+Z.

Se si tratta di un errore, non preoccupatevi: potete scegliere di disattivarla questa volta o di disabilitare definitivamente la traduzione delle caselle di input.",saveAndNotShowAgain:"Salvare e interrompere la richiesta",disableInputTranslationTips:"* \xC8 inoltre possibile impostare altre scorciatoie da attivare in {option} ,{learnMore}.",learnMore:"Clicca qui per saperne di pi\xF9",continueEnalbeInputTranslation:"Continuare ad abilitare la traduzione della casella di input",autoRenewTrialSuffix:`(In prova,\xE8 passato immediatamente all'iscrizione completa)`,upgradeFromTrialTitle:"Aggiornamento a Socio Effettivo",subtitle:"sottotitoli video",youtubeService:"Traduzione in immersione Servizi di traduzione con sottotitoli video","subtitle.disabledSubtitle":"Disattivare in modo permanente la funzione dei sottotitoli video","subtitle.disabledSubtitleDescription":"Se Immersive Translator's Video Subtitles entra in conflitto con altre estensioni, \xE8 possibile scegliere di disabilitare definitivamente la funzionalit\xE0 di Immersive Translator's Video Subtitles o disinstallare le altre estensioni in conflitto.","subtitle.autoEnableSubtitle":"Uso automatico dei sottotitoli bilingue","subtitle.autoEnableSubtitleDescription":"Una volta attivato, i sottotitoli bilingue verranno visualizzati automaticamente durante la riproduzione del video, altrimenti sar\xE0 necessario fare clic sul pulsante di traduzione per visualizzarli.","subtitle.preTranslation":"Tradurre i sottotitoli con la traduzione immersiva","subtitle.preTranslationDescription":"Quando \xE8 abilitato, l'intero sottotitolo sar\xE0 pre-tradotto utilizzando il servizio di traduzione specificato di seguito; un video di un'ora consumer\xE0 circa 50.000 gettoni o caratteri, quindi si prega di utilizzarlo a propria discrezione; quando \xE8 disabilitato, i sottotitoli originali saranno utilizzati per primi.","subtitle.humanSubtitlesPreferred":"Uso prioritario del sottotitolaggio umano","subtitle.humanSubtitlesPreferredDescription":"Privilegiare l'uso di sottotitoli umani quando il video ha sottotitoli umani nella lingua di destinazione (consigliato)",videoSubtitleTranslationDescription:"Assegnare un servizio di traduzione separato per i sottotitoli video",subtitleTranslating:"Attendere mentre i sottotitoli vengono tradotti con il servizio {service} ... (traduzione ad immersione)",subtitleLoading:"Caricamento dei sottotitoli...",bilingual:"bilinguismo","field.action":"Se abilitare la terminologia Baidu","description.action":"Quando \xE8 abilitato, un parametro action=1 sar\xE0 aggiunto alla richiesta per informare Baidu del termine abilitato; <1>per ulteriori informazioni, consultare la documentazione ufficiale.",closeQuickTranslation:"Chiudere Hoverball","closeQuickTranslation.untilNext":"Questa volta chiuso fino alla prossima visita","closeQuickTranslation.currentWebsite":"Sito attuale disabilitato","closeQuickTranslation.alwaysClose":"disabilitare in modo permanente","closeQuickTranslation.settingOpen":"(pu\xF2 essere attivata nella <1>pagina delle impostazioni )","closeQuickTranslation.cancel":"cancellazioni","closeQuickTranslation.confirm":"definire","floatBall.popup":"Aprire il pannello Impostazioni rapide","floatBall.translate":"Fare clic per tradurre la pagina","floatBall.showOriginal":"Fare clic per tornare all'articolo originale","floatBall.close":"Chiudere Hoverball","floatBallOptions.enableDescPc":"Dopo aver abilitato l'hoverball della pagina, verr\xE0 visualizzato un pulsante di traduzione rapida sul lato destro della pagina: cliccatelo per tradurre!","floatBallOptions.enableDesc":"Dopo aver disattivato l'hoverball, \xE8 possibile richiamarlo con{touch}. Si consiglia vivamente di inserire tra i preferiti questa pagina di impostazioni nel caso in cui non si riesca a trovare l'hoverball dopo aver inavvertitamente disattivato questa opzione!","description.azureApiUrl":"Inserire l'indirizzo dell'interfaccia API personalizzata",confirmSupportMouse:"Forzare l'abilitazione del supporto del mouse",confirmSupportMouseDescription:"Rilevato che il browser corrente non supporta la funzione del mouse, \xE8 necessario abilitare il supporto del mouse?",sampleTargetText:"Verr\xE0 la lunga notte e io veglier\xF2 da oggi fino alla morte. Non prender\xF2 moglie, non far\xF2 feudi, non avr\xF2 figli. Non porter\xF2 una corona, non lotter\xF2 per l'onore. Far\xF2 il mio dovere, vivr\xF2 e morir\xF2.",sampleSourceText:"Night gathers, and now my watch begins. It shall not end until my death. I shall take no wife, hold no lands, father no children. I shall wear no crowns and win no glory. I shall live and die at my post.","desc.touchShortcutsToggleTranslatePageOnlyTranslation":"Solo traduzione significa che verr\xE0 visualizzata solo la traduzione, se la pagina web non \xE8 ancora stata tradotta, passer\xE0 alla modalit\xE0 e tradurr\xE0.","desc.toggleOnlyTransation":"La modalit\xE0 solo traduzione significa che verr\xE0 visualizzato solo il testo tradotto, se la pagina web non \xE8 ancora stata tradotta, cambier\xE0 modalit\xE0 e tradurr\xE0.",touchShortcutsToggleTranslatePageOnlyTranslation:"Imposta il gesto del touchscreen per passare alla modalit\xE0 bilingue/solo testo tradotto",download_started:"Il download \xE8 gi\xE0 iniziato, se non si avvia automaticamente, fai clic manualmente.",here:"Qui","translationFont.customPlaceholder":"carattere","error.goReset":"Vai a resettare","translationFont.custom":"Inserisci il carattere personalizzato",batchEdit:"Operazione in blocco","translationModeUrl.translation.title":"Solo modalit\xE0 di traduzione del sito web","error.configError":"Anomalia dei dati di configurazione","error.serveConfigError":"Errore nella configurazione del servizio","touch.mouse-translate":"Tradurre il paragrafo specificato","error.proTokenInvalid":"Se sei un utente Pro, per favore accedi prima di utilizzare il servizio di traduzione Pro.","translationModeLang.translation.title":"Solo modalit\xE0 di traduzione della lingua","translationServices.inherit":"Segui il servizio di traduzione principale",enableSentryReport:"Quando si verifica un errore di estensione, invia un feedback utilizzando Sentry",videoSubtitlePreTranslationOn:"I sottotitoli video utilizzeranno la traduzione immersiva come priorit\xE0.",translationFont:"Imposta il carattere","error.reloadPageOfSetting":"Dopo la configurazione, si prega di aggiornare la pagina e tradurre di nuovo.",detectServiceLoading:"Sto controllando i servizi di traduzione disponibili...",toggleToService:"Passa a {service} e riprova","translationModeLang.translation.description":"Quando la lingua della pagina \xE8 una delle seguenti, verr\xE0 utilizzata automaticamente solo la modalit\xE0 di traduzione.","translationModeUrl.translation.description":"Quando il sito web ha i seguenti nomi di dominio, verr\xE0 utilizzata automaticamente solo la modalit\xE0 di traduzione.","error.403":"Il servizio restituisce un errore, non si ha temporaneamente l'autorizzazione per accedere a questo servizio.","error.400":"Il servizio restituisce un errore, errore nei parametri della richiesta, si prega di controllare la configurazione corrispondente.",videoSubtitlePreTranslationOff:"I sottotitoli del video daranno la priorit\xE0 ai sottotitoli automatici inclusi nel video originale.","error.proUpgrade":"Dopo l'aggiornamento, si prega di aggiornare la pagina e tradurre di nuovo.","translationFont.notSupportErrorMessage":"Si prega di controllare se il nome del carattere inserito \xE8 corretto, o confermare che il carattere \xE8 gi\xE0 installato sul tuo dispositivo.","error.429":"Il servizio restituisce un errore, indicando che la richiesta \xE8 troppo frequente o supera il limite di quota, si prega di riprovare pi\xF9 tardi.","error.502":"Il servizio ha restituito un errore, il servizio \xE8 in timeout, si prega di riprovare pi\xF9 tardi.","error.googleLimitIp":"Il servizio restituisce un errore, il servizio Google ha limitato questo indirizzo IP, si consiglia di cambiare il nodo di rete.","error.openAIExceededQuota":"Il servizio restituisce un errore: il saldo del tuo account OpenAI non \xE8 sufficiente, si prega di ricaricare o collegare una carta di credito nel pannello di controllo ufficiale di OpenAI.","error.gemini.429":"Il servizio Gemini attuale ha raggiunto la sua capacit\xE0 massima, si prega di riprovare pi\xF9 tardi o passare ad un altro servizio di traduzione.","desc.toggleVideoSubtitlePreTranslation":"Dopo aver premuto, i sottotitoli bilingui del video utilizzeranno in primo luogo le impostazioni di traduzione immersive, premendo di nuovo avranno la priorit\xE0 i sottotitoli automatici inclusi nel video originale. Nota: questa scorciatoia modifica le impostazioni globali.","error.serveUnavailable":"Il servizio [{serverName}] che stai utilizzando attualmente non \xE8 accessibile a causa di problemi di connessione o del fornitore di servizi. Ti consigliamo di provare a ricaricare la pagina o di cambiare il servizio di traduzione attraverso le <1>impostazioni. Se sei un membro <2>Pro, puoi scegliere di utilizzare i servizi di traduzione pi\xF9 stabili di DeepL o OpenAI (<3>clicca qui per una prova gratuita). Inoltre, potrebbe essere necessario controllare la tua rete o le impostazioni del proxy.","error.openAIFreeLimit":"Il servizio restituisce un errore, la frequenza attuale delle richieste di traduzione ha raggiunto il limite massimo di 3 volte al minuto, si prega di riprovare pi\xF9 tardi. (Questo \xE8 il limite ufficiale di OpenAI per l'API Key gratuita, per rimuovere questo limite, si prega di collegare una carta di credito nel backend di OpenAI.)","floatBall.iKnow":"Lo so.","floatBallOptions.fixedPosition":"Posizione fissa",notLogin:"Non connesso","translationServices.gemini":"Gemelli","error.retry":"Riprova",pickAll:"Seleziona tutto","slide.right":"Scorri a sinistra","multipleClick.2":"Doppio clic",loggedIn:"Accesso effettuato","error.reason":"Motivo dell'errore","multipleClick.4":"Quadruplo colpo","multipleClick.3":"Triplo colpo","widget.translateFile":"PDF/ePub",shortcutSettings:"Scorciatoia","tagsInput.add":"+ Aggiungi","shortcutGroup.others":"Pi\xF9 scorciatoie personalizzate","slide.left":"Scorri a destra","subtitle.hideQuickButton":"Non mostrare pi\xF9 questa scorciatoia","widget.videoSubtitle":"sottotitoli video","error.subscriptionExpiredTitle":"La membership \xE8 scaduta",alwaysTranslateThisSite:"Sempre tradurre questo sito","floatBallOptions.fixedPositionLeft":"Sinistra",touchShortcutsOff:"Chiudi",neverTranslateThisSite:"Non tradurre mai questo sito web",translationOnlyMode:"Solo modalit\xE0 di traduzione",viewWithImmersiveTranslate:"Versione bilingue (traduzione immersiva)",contact:"Contattaci","browser.translateWithBing":"Utilizzo temporaneo di Microsoft per tradurre la pagina corrente",buildSnapshots:"Genera un'istantanea della pagina web","intro.floatBallTitle":"Traduzione rapida della sfera galleggiante","browser.translateWithOpenAI":"Utilizzo temporaneo di OpenAI per tradurre la pagina corrente","widget.videoSubtitleTooltip":"Supporta Youtube e altri {count}+ siti di video","browser.translateWithDeepL":"Utilizzo temporaneamente DeepL per tradurre la pagina corrente",errorReason:"Motivo dell'errore: {message}","browser.translateWithTransmart":"Utilizzo temporaneo di Tencent per tradurre la pagina corrente","shortcutGroup.shortcutsForTranslationServices":"Scorciatoie relative ai servizi di traduzione","browser.translateWithGoogle":"Utilizzo temporaneo di Google per tradurre la pagina corrente",temprarilyChangeTranslationTo_gemini:"Sto utilizzando Gemini per tradurre la pagina corrente.","browser.translateWithGemini":"Utilizza temporaneamente Gemini per tradurre la pagina corrente","widget.instructionTooltip":"Visualizza le istruzioni per l'uso",goLogin:"Vai a fare il login",temprarilyChangeTranslationTo_openai:"Sto utilizzando OpenAI per tradurre la pagina corrente.",temprarilyChangeTranslationTo_transmart:"Sto utilizzando Tencent per tradurre la pagina corrente.","floatBallOptions.fixedPositionRight":"lato destro",paragraphMinTextCountField:"Il numero minimo di caratteri necessari per tradurre un paragrafo",mouseHoverCustomKeyTitle:"Personalizza la scorciatoia del mouse al passaggio del mouse",temprarilyChangeTranslationTo_deepl:"Sto utilizzando DeepL per tradurre la pagina corrente.","subtitle.bilingual":"Sottotitoli bilingui",temprarilyChangeTranslationTo_bing:"Sto utilizzando Microsoft Translate per tradurre la pagina corrente.","intro.hoverTitle":"Posiziona il mouse per tradurre il paragrafo corrente","shortcutGroup.main":"Scorciatoie da tastiera di funzioni comuni",temprarilyChangeTranslationTo_google:"Sto utilizzando Google Traduttore per tradurre la pagina corrente.","subtitle.autoDisableSubtitle":"Non attivare automaticamente i sottotitoli bilingue",upgradeToProErrorTitle:"Si prega di aggiornare a membro Pro prima di utilizzare questo servizio di traduzione",touchShortcutsToggleTranslatePage:"Imposta gesti touch per tradurre pagine web / visualizzare il testo originale","widget.translateFileTooltip":"Traduci documenti PDF, EPUB, SRT, ASS, HTML e TXT","widget.instruction":"Istruzioni per l'uso","proQuotaExceededError.resetTime":"3. Tempo di reimpostazione del limite: {resetTime}","shortcutGroup.touch":"Gesti specifici per touch screen","floatBall.guideClickToTranslate":"Clicca sulla sfera galleggiante di traduzione immersiva per tradurre rapidamente","subtitle.showQuickButton":"Nel lettore visualizza la scorciatoia per i sottotitoli bilingue","floatBall.longPress":"Tenendo premuto a lungo \xE8 possibile aprire rapidamente il pannello delle impostazioni.","neverTranslateText.title":"Le parole seguenti rimangono in lingua originale, non tradurre.","browser.translateInputBox":"Traduci il contenuto attuale del campo di input.","browser.toggleVideoSubtitlePreTranslation":"Passa ai sottotitoli bilingui utilizzando preferibilmente le impostazioni di traduzione immersive.","error.subscriptionExpired":"La tua iscrizione potrebbe essere scaduta, controlla lo stato della tua iscrizione.","shortcutGroup.mouse":"Configurazione scorciatoia per il passaggio del mouse","browser.toggleMouseHoverTranslateDirectly":"Abilita o disabilita temporaneamente la traduzione diretta al passaggio del mouse sulla pagina","intro.subtitleTitle":"Visualizzazione dei sottotitoli bilingui nei video online",networkError:"Il servizio di traduzione o la rete ha problemi",notLoginPro:"Non hai ancora effettuato l'accesso al tuo account membro.",touchShortcutsToggleTranslationMask:"Imposta il gesto del touchscreen per mostrare la traduzione della maschera / mostrare il testo originale","floatBallOptions.fixedPositionDesc":"La palla galleggiante \xE8 a sinistra o a destra della finestra?","desc.touchShortcutsToggleTranslateTouchElement":"Personalizza un gesto e puoi tradurre qualsiasi paragrafo in cui ti trovi.",confirmResetToDefaultSettings:"Confermi di voler ripristinare questo servizio di traduzione alle impostazioni predefinite? (Ripristina solo le impostazioni di questo servizio di traduzione)","description.baiduField":"I campi supportati sono visti <1>qui, se vuoto significa che non \xE8 specificato alcun campo.",touchShortcutsToggleTranslateTouchElement:"Imposta il gesto del touchscreen per tradurre il paragrafo specificato","desc.toggleTranslateTheWholePage":"Traduci l'intera area della pagina, di default, tradurremo l'area principale della pagina, puoi utilizzare questa scorciatoia per tradurre specificamente l'intera area della pagina.",mouseHoverCustomKeyDescription:"Puoi personalizzare una combinazione di tasti di scelta rapida per il passaggio del mouse, ad esempio: Alt+Z, Ctrl+E, Cmd+Alt+E o direttamente Cmd, si prega di inserire manualmente.",paragraphMinTextCountDesc:"Attenzione, qui si intende la lunghezza del carattere, ad esempio: ciao \xE8 composto da 5 caratteri, impostare un valore maggiore pu\xF2 ridurre la traduzione di paragrafi non necessari.","desc.toggleTranslateTheMainPage":"Traduci solo l'area principale della pagina, quando hai abilitato la traduzione di tutta l'area della pagina nelle impostazioni avanzate, puoi utilizzare questa scorciatoia per tradurre specificamente l'area principale della pagina.","subtitle.showQuickButtonDescription":"Nell'angolo in basso a destra del lettore video \xE8 disponibile una scorciatoia per attivare i sottotitoli bilingue.","desc.mouseHoverHoldKey":"Quando il mouse \xE8 in hover su un paragrafo, premendo contemporaneamente il tasto di scelta rapida a destra, \xE8 possibile tradurre direttamente quel paragrafo.","desc.interfaceLanguage":"Le impostazioni della lingua dell'interfaccia influenzano la lingua di visualizzazione del pannello di controllo e non hanno nulla a che fare con la lingua target della traduzione.",translationOnlyModeDescription:"La modalit\xE0 solo traduzione si riferisce alla visualizzazione solo del testo tradotto, non della modalit\xE0 bilingue predefinita. Nota: a causa di limitazioni tecniche, i collegamenti ipertestuali del testo originale non funzioneranno in modalit\xE0 solo traduzione.","desc.touchShortcutsToggleTranslatePage":"Dopo aver impostato, quando si utilizza un dispositivo mobile, \xE8 possibile toccare lo schermo con X dita contemporaneamente, scorrere a sinistra e a destra o fare clic continuamente per attivare la traduzione della pagina web / visualizzare il testo originale.","desc.touchShortcutsToggleTranslationMask":"La maschera di traduzione si riferisce all'effetto sfocato nello stile del testo tradotto (modalit\xE0 di apprendimento), che, una volta attivato, applica temporaneamente un effetto sfocato al testo tradotto, facilitando l'apprendimento.",shortcutSettingsTitle:"Impostazioni scorciatoie","proQuotaExceededError.onetime7day":'\uFF0Cpuoi scegliere uno dei seguenti metodi per risolvere:

1. Passa a {anotherService} o ad altri servizi di traduzione
2. Aggiorna a un membro mensile/annuale ',"contact.description":"Se avete domande o suggerimenti, siete invitati a compilare il modulo sottostante per contattarci, o inviare una mail a {email}, vi risponderemo il pi\xF9 presto possibile.","proQuotaExceededError.nonTrial":'\uFF0Cpuoi scegliere uno dei seguenti metodi per risolvere:

1. Passa a {anotherService} o ad altri servizi di traduzione
2. Acquista un pacchetto di traffico extra {translationService}',"proQuotaExceededError.trial":'\uFF0Cpuoi scegliere uno dei seguenti metodi per risolvere:

1. Passa a {anotherService} o ad altri servizi di traduzione
2. Aggiorna subito a membro ufficiale',"intro.floatBallDescription":"Una volta attivato, verr\xE0 visualizzato un pulsante di traduzione rapida sul lato destro della pagina, cliccandolo si pu\xF2 tradurre, cliccandolo di nuovo si pu\xF2 tornare al testo originale. Su dispositivi mobili, tenendo premuto il pallone galleggiante, \xE8 possibile aprire il pannello delle impostazioni rapide.","desc.toggleMouseHoverTranslateDirectly":"Dopo aver premuto questo tasto di scelta rapida, sulla pagina, basta che il mouse punti a qualsiasi testo per tradurlo automaticamente. Premendo di nuovo il tasto di scelta rapida, \xE8 possibile disattivare questa funzione di traduzione automatica.",shortcutDisableTooltip:"Si prega di impostare nella pagina di gestione delle scorciatoie da tastiera dell'estensione del browser, per ulteriori indicazioni si prega di consultare le istruzioni nella parte superiore di questa pagina.","subtitle.supportedSites":"\xC8 supportato l'uso di sottotitoli bilingui su questi siti web (Nota: a causa di limitazioni tecniche, alcuni siti web potrebbero aver bisogno di essere aggiornati dopo aver attivato i sottotitoli per la prima volta, o potrebbe essere necessario attendere che la traduzione sia completata per visualizzare i sottotitoli bilingui):","neverTranslateText.description":"A causa di alcune carenze di riconoscimento dei nomi propri da parte di alcuni motori di traduzione, puoi aggiungere parole qui per assicurarti che non vengano convertite durante il processo di traduzione. Si prega di notare che questa funzione distingue tra maiuscole e minuscole e supporta solo le lingue separate da spazi (come l'inglese, il francese), non \xE8 adatta per lingue come il giapponese, il coreano, ecc.","intro.subtitleDescription":"Dopo aver attivato questa funzione, i sottotitoli bilingui verranno visualizzati automaticamente durante la riproduzione del video. Se non \xE8 abilitato, \xE8 necessario fare clic manualmente sul pulsante di traduzione sulla pagina per visualizzare i sottotitoli. Si prega di notare che, a causa di limitazioni tecniche, alcuni siti web potrebbero richiedere l'aggiornamento della pagina o l'attesa del completamento della traduzione prima di poter visualizzare i sottotitoli bilingui. (Inoltre, \xE8 possibile attivare/disattivare il pannello di traduzione immersiva nell'angolo in alto a destra dopo aver aperto il sito web del video).

Attualmente \xE8 possibile utilizzare i sottotitoli bilingui su questi siti web:","intro.hoverDescription":"La traduzione al passaggio del mouse \xE8 una funzione molto importante nella traduzione immersiva, basta posizionare il mouse sul paragrafo e premere contemporaneamente la scorciatoia impostata per tradurre automaticamente il paragrafo corrente (nota: non \xE8 abilitato di default, si prega di impostarlo qui sotto), questa interazione \xE8 utilizzata per sostituire meglio la traduzione del testo selezionato, inoltre, questa funzione \xE8 ampiamente utilizzata in quelle aree di traduzione che non possono essere riconosciute, puoi utilizzare questa funzione per forzare la traduzione di qualsiasi paragrafo.",geminiWarning:"Attenzione: il servizio gratuito Gemini fornito da Google ha restrizioni severe, potrebbe essere considerato da Google come un tentativo dell'utente di eludere i loro limiti di quota gratuita utilizzando pi\xF9 chiavi. Non \xE8 consigliato usarlo, si consiglia di aspettare che Google apra l'interfaccia a pagamento di Gemini in futuro per usarlo.","floatBall.setting":"Impostazione","floatBall.translateToLanguage":"Fare clic per tradurre in {language}","floatBall.file":"Traduci PDF, EPUB, SRT, ASS, HTML, file TXT",changeToOnlyTempTranslationMode:"Alterna per visualizzare solo le traduzioni",changeToDualTempTranslationMode:"Passare alla traduzione bilingue","transitionMode.dual":"Contrasto bilingue","options.navbar.installApp":"Installa l'app per smartphone","options.navbar.translateFile":"Tradurre il documento","transitionMode.translation":"Solo il testo tradotto.","subtitle.transitionModeDescription":"Imposta i sottotitoli del video per il confronto bilingue o solo modalit\xE0 di traduzione","transitionMode.inherit":"Mantenere coerente con la modalit\xE0 di visualizzazione della traduzione predefinita del sistema","subtitle.transitionMode":"Impostazioni dei sottotitoli video bilingue / solo traduzione",translateFileTooltip:`Traduci PDF, ePub, srt, + {env.imt_sub_trans_field}: \u0905\u0928\u0941\u0935\u093E\u0926`,"subtitle.quickButton.cyan":"\u0928\u0940\u0932\u093E","subtitle.quickButton.green":"\u0939\u0930\u093E","subtitle.quickButton.black":"\u0915\u093E\u0932\u093E","subtitle.quickButton.white":"\u0938\u092B\u0947\u0926","subtitle.quickButton.yellow":"\u092A\u0940\u0932\u093E","subtitle.quickButton.red":"\u0932\u093E\u0932","subtitle.quickButton.setting":"\u0938\u0947\u091F \u0915\u0930\u0947\u0902","subtitle.quickButton.blue":"\u0928\u0940\u0932\u093E","subtitle.quickButton.magenta":"\u0917\u0941\u0932\u093E\u092C\u0940 \u0930\u0902\u0917","subtitle.quickButton.translationPositionBottom":"\u092E\u0942\u0932 \u092A\u093E\u0920 \u0915\u0947 \u0928\u0940\u091A\u0947","translationServices.claude":"\u0915\u094D\u0932\u0949\u0921","subtitle.quickButton.sourceFontSize":"\u092E\u0942\u0932 \u092B\u093C\u0949\u0928\u094D\u091F \u0906\u0915\u093E\u0930","subtitle.quickButton.sourceTextColor":"\u092E\u0942\u0932 \u092B\u093C\u0949\u0928\u094D\u091F \u0915\u093E \u0930\u0902\u0917","subtitle.quickButton.translationPosition":"\u0905\u0928\u0941\u0935\u093E\u0926 \u0938\u094D\u0925\u093F\u0924\u093F","subtitle.quickButton.translationPositionTop":"\u092E\u0942\u0932 \u092A\u093E\u0920 \u0915\u0947 \u090A\u092A\u0930","subtitle.quickButton.backgroundColor":"\u092A\u0943\u0937\u094D\u0920\u092D\u0942\u092E\u093F \u0930\u0902\u0917","subtitle.quickButton.backgroundOpacity":"\u092A\u0943\u0937\u094D\u0920\u092D\u0942\u092E\u093F \u0905\u092A\u093E\u0930\u0926\u0930\u094D\u0936\u093F\u0924\u093E","subtitle.quickButton.translationFontSize":"\u0905\u0928\u0941\u0935\u093E\u0926 \u092B\u093C\u0949\u0928\u094D\u091F \u0915\u093E \u0906\u0915\u093E\u0930","subtitle.quickButton.translationTextColor":"\u0905\u0928\u0941\u0935\u093E\u0926 \u092B\u093C\u0949\u0928\u094D\u091F \u0915\u093E \u0930\u0902\u0917",attachSubtitleTranslating:"{service} \u0915\u093E \u0909\u092A\u092F\u094B\u0917 \u0915\u0930\u0915\u0947 \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930 \u0930\u0939\u093E \u0939\u0948...","error.claude.403":"\u0938\u0947\u0935\u093E \u0924\u0915 \u092A\u0939\u0941\u0902\u091A \u0915\u093E \u0915\u094B\u0908 \u0905\u0927\u093F\u0915\u093E\u0930 \u0928\u0939\u0940\u0902 \u0939\u0948, \u092F\u0939 Claude \u0915\u0940 \u0915\u094D\u0937\u0947\u0924\u094D\u0930\u0940\u092F \u0938\u0940\u092E\u093E\u0913\u0902 \u0938\u0947 \u0938\u0902\u092C\u0902\u0927\u093F\u0924 \u0939\u094B \u0938\u0915\u0924\u093E \u0939\u0948, \u0906\u092A \u0905\u092A\u0928\u093E IP \u092A\u0924\u093E \u092C\u0926\u0932\u0928\u0947 \u0915\u093E \u092A\u094D\u0930\u092F\u093E\u0938 \u0915\u0930 \u0938\u0915\u0924\u0947 \u0939\u0948\u0902, \u092F\u093E \u0905\u0928\u094D\u092F \u0905\u0928\u0941\u0935\u093E\u0926 \u0938\u0947\u0935\u093E\u0913\u0902 \u0915\u093E \u0909\u092A\u092F\u094B\u0917 \u0915\u0930 \u0938\u0915\u0924\u0947 \u0939\u0948\u0902\u0964","browser.brandDescriptionForSafari":"\u3010\u0907\u092E\u0930\u094D\u0938\u093F\u0935 \u0905\u0928\u0941\u0935\u093E\u0926\u3011 \u090F\u0915 \u092E\u0941\u092B\u094D\u0924 (\u092E\u0942\u0932 / \u0905\u0928\u0941\u0935\u093E\u0926) \u0926\u094D\u0935\u093F\u092D\u093E\u0937\u0940 \u0935\u0947\u092C\u092A\u0947\u091C \u0905\u0928\u0941\u0935\u093E\u0926 \u092A\u094D\u0932\u0917\u0907\u0928, \u091C\u094B \u0938\u092E\u092F-\u0938\u092E\u092F \u092A\u0930 PDF \u0905\u0928\u0941\u0935\u093E\u0926 \u0914\u0930 EPUB \u0908-\u092C\u0941\u0915 \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u093E \u0938\u092E\u0930\u094D\u0925\u0928 \u0915\u0930\u0924\u093E \u0939\u0948 \u0914\u0930 \u092E\u0942\u0932 \u0926\u0938\u094D\u0924\u093E\u0935\u0947\u091C\u093C \u0915\u0940 \u0935\u093F\u0928\u094D\u092F\u093E\u0938 \u0915\u094B \u092C\u0928\u093E\u090F \u0930\u0916\u0924\u093E \u0939\u0948, Youtube/Netflix \u0906\u0926\u093F \u0911\u0928\u0932\u093E\u0907\u0928 \u0935\u0940\u0921\u093F\u092F\u094B \u0926\u094D\u0935\u093F\u092D\u093E\u0937\u0940 \u0909\u092A\u0936\u0940\u0930\u094D\u0937\u0915 \u0905\u0928\u0941\u0935\u093E\u0926, Deepl/Google \u0906\u0926\u093F \u092A\u094D\u0930\u092E\u0941\u0916 \u0905\u0928\u0941\u0935\u093E\u0926 \u0938\u0947\u0935\u093E\u0913\u0902 \u0915\u093E \u0938\u092E\u0930\u094D\u0925\u0928 \u0915\u0930\u0924\u093E \u0939\u0948;","browser.PdfProFile":"AI \u0938\u0902\u091A\u093E\u0932\u093F\u0924 PDF Pro \u0905\u0928\u0941\u0935\u093E\u0926","browser.textTranslate":"\u0932\u093F\u0916\u093F\u0924 \u0905\u0928\u0941\u0935\u093E\u0926"};var N4={nologin:"non \xE8 stato effettuato l'accesso",loginForSafari:"Accedi o registrati",login:"Accedi per aprire un'iscrizione",manageAccount:"Conti gestiti",openPremium:"Soci aperti",logout:"interrompere",curentPlan:"Pacchetti attuali",endAt:"scadenza",endAuto:"rinnovo automatico",lineBreakMaxTextCount:"Numero massimo di caratteri consentiti per frase dopo le interruzioni di riga","translate-pdf":"Clicca per tradurre il PDF","noSupportTranslate-pdf":"Script non supportato, utilizzare il plugin","translate-firefox-local-pdf":"Fare clic per andare a Importazione PDF",enableLineBreak:"Abilita l'avanzamento automatico delle righe per i paragrafi lunghi",sponsorLabel:"1$ Sviluppatori sponsorizzati",help:"mano",browserShortcutsNoteForFirefox:"Per modificare le scorciatoie in Firefox, \xE8 necessario aprire la pagina di gestione delle estensioni `about:addons`, quindi fare clic su `Impostazioni` e poi su `Gestione scorciatoie` per impostare le scorciatoie.",browserShortcutsNoteForChrome:"Per modificare le scorciatoie in Chrome, \xE8 necessario aprire la pagina di gestione delle estensioni, impostarle nel pannello `Gestione scorciatoie` (`chrome://extensions/shortcuts`) e fare clic sul pulsante sottostante per passare alla pagina di gestione delle scorciatoie.",browserShortcutsSucks:"Le scorciatoie personalizzate sono formattate come (non viene effettuato il riconoscimento automatico, inserire direttamente)\uFF1A",enableLineBreakDescription:"Quando \xE8 attivata, le interruzioni di riga vengono inserite alla fine di ogni frase nei paragrafi lunghi per facilitarne la lettura.","browser.shortBrandName":"Traduzione in immersione","browser.brandName":"Immersion Translation: traduzione bilingue di pagine web e documenti PDF","browser.brandDescription":"Bilingual web page translation, also supports PDF translation, bilingual Epub eBook translation, free to use.","browser.toggleTranslatePage":"Tradurre la pagina/visualizzare il testo originale","browser.toggleTranslateTheWholePage":"Tradurre tutte le aree della pagina/visualizzare il testo originale","browser.toggleOnlyTransation":"Cambia modalit\xE0 bilingue/solo traduzione","browser.toggleTranslateToThePageEndImmediately":"Traduzione immediata a fondo pagina/visualizzazione del testo originale","browser.toggleTranslateTheMainPage":"Tradurre l'area principale della pagina/visualizzare il testo originale","browser.shareToDraft":"Condividi le pagine bilingue","browser.openOptionsPage":"Aprire la pagina delle impostazioni","browser.toggleTranslationMask":"Mostra/nascondi l'effetto di sfocatura della traslazione","browser.translateLocalPdfFile":"Tradurre i file PDF locali","browser.openEbookViewer":"Leggere gli eBook locali","browser.openEbookBuilder":"Creare eBook EPUB bilingue","browser.translateLocalHtmlFile":"Tradurre file HTML/testo","browser.donateContext":"Scopri i vantaggi della sponsorizzazione","browser.translateLocalSubtitleFile":"Tradurre i file dei sottotitoli locali",confirmResetConfig:"\xC8 sicuro di voler ripristinare le impostazioni?",translationLineBreakSettingTitle:"Impostazione dell'avanzamento riga di traduzione",smartLineBreak:"alimentazione di linea intelligente (calcolo)",alwaysLineBreak:"Sempre avanzamento di riga",isShowContextMenu:"Aggiungere pagine tradotte alle voci di menu del tasto destro del mouse",toggleBeta:"Abilitazione delle funzioni di beta testing",betaDescription:"Attiva funzioni ancora sperimentali e un servizio di traduzione in beta. Unitevi al <1>gruppo Telegram per saperne di pi\xF9.",translationLineBreakSettingDescription:"Le interruzioni di riga sono sempre ordinate per le pagine con meno contenuti. (Usare interruzioni di riga intelligenti nei paragrafi lunghi e ricchi di contenuti (pi\xF9 di{count}caratteri) per risparmiare spazio).",tempTranslateDomainTitle:"Durata dell'attivazione temporanea della traduzione del sito web",tempTranslateDomainDescription:"Quando si traduce manualmente una pagina web, \xE8 possibile attivare temporaneamente la traduzione automatica del sito web e impostare la durata temporanea.",xMinutes:"{count} minuti",disabled:"vietare l'uso di qcs.",changelog:"Registro degli aggiornamenti",toggleTranslatePageWhenThreeFingersOnTheScreen:"Il tocco simultaneo di pi\xF9 dita sullo schermo traduce le pagine web/visualizza il testo originale",toggleTranslationMaskWhenThreeFingersOnTheScreen:"Il tocco con pi\xF9 dita mostra/nasconde l'effetto di sfocatura.",fingerCountToToggleTranslagePageOnlyTranslationWhenTouching:"Pi\xF9 dita che toccano lo schermo contemporaneamente traducono la pagina web (solo traduzione)/visualizzano il testo originale.",addUrlDescription:"Pu\xF2 essere un nome di dominio e supporta anche i caratteri jolly, ad esempio\uFF1A*.google.com, google.com/mail/*, https://www.google.com/*",general:"Impostazioni di base",clickToExpandConfig:"Espandere la configurazione attuale",import:"Importazione da file",export:"Esportazione su file",toggleDebug:"Stampa il log di debug sulla console","fingers.0":"coagulo","fingers.2":"tocco con due dita","fingers.3":"tocco con tre dita","fingers.4":"tocco a quattro dita","fingers.5":"tocco a cinque dita",mouseHoldKey:"+ {key} tradurre/ripristinare il paragrafo",mouseHoldKeyAuto:"Traduzione diretta del paragrafo",mouseHoldKeyOff:"Non fare nulla.",mouseHoldKeyOther:"Collegamenti personalizzati (impostazioni di apertura)",mouseHoldKeyCustomKey:"{key} Traduzione/riduzione del paragrafo",mouseHoverHoldKey:"Passaggio del mouse mentre si premono i tasti di scelta rapida per tradurre i paragrafi","mouse-translate":"passaggio del mouse",document:"(computer) file",resetSuccess:"Reimpostare tutte le impostazioni con successo",resetThisSuccess:"Ripristino riuscito",saved:"Salva il successo",successImportConfig:"Configurazione importata con successo",goAdvancedSettings:"Andare alla pagina Impostazioni avanzate",goAdvancedInterfaceSettings:"Andare alla pagina Impostazioni di personalizzazione avanzate",advanced:"Impostazioni avanzate",advancedDescription:"In genere non \xE8 necessaria alcuna impostazione, basta lasciarla come predefinita. Solo per gli utenti pi\xF9 specializzati sono disponibili impostazioni pi\xF9 personalizzate.",developer:"Impostazioni dello sviluppatore",donateCafe:"prezzi","translate to the bottom of the page":"Si traduce in fondo alla pagina subito dopo l'ingresso nella pagina?",feedback:"Domanda Feedback",toggleTranslatePage:"Tradurre la pagina/visualizzare il testo originale",translateToThePageEndImmediatelyDescription:"Se si attiva, il contenuto viene tradotto immediatamente dall'inizio alla fine della pagina, non appena viene inserito. Se lo si disattiva, il contenuto viene tradotto man mano che si legge. (Non consigliato)","translate all areas of the page":"Se tradurre tutte le aree della pagina",translationAreaDescription:"Attivato, vengono tradotte tutte le aree dell'intera pagina web. Se si disattiva, viene utilizzato il riconoscimento intelligente predefinito e vengono tradotte solo le aree principali. (Non si consiglia di attivarlo)","the number of characters to be translated first":"Tradurre direttamente i primi caratteri della pagina senza attendere lo scorrimento dell'area di visualizzazione","interface language":"linguaggio dell'interfaccia","display both the original text and the translation":"Visualizzazione simultanea di originale e traduzione","keyboard shortcuts":"Scorciatoie da tastiera",modify:"Modifica dei tasti di scelta rapida",reset:"riproposizione",close:"coagulo",homepage:"homepage",more:"di pi\xF9",moreOptions:"Ampliare le opzioni di personalizzazione",translateTheWholePage:"Tradurre tutte le aree della pagina (invece di riconoscere intelligentemente le aree principali)",changeToTranslateTheWholePage:"Passare alla traduzione di tutte le regioni",changeToTranslateTheMainPage:"Passare all'area principale di traduzione",changeToOnlyTranslationMode:"Alterna per visualizzare solo le traduzioni",changeToDualTranslationMode:"Passare alla traduzione bilingue",translateToThePageEndImmediately:"Traduzione immediata a fondo pagina",translateTheMainPage:"Regioni chiave della traduzione intelligente","The local rules are up to date":"Le norme di adattamento locali sono aggiornate.","Successfully synchronized with the latest official rules:":"Sincronizzato con successo con le ultime regole ufficiali di adattamento.","Checking for updates":"Controllo degli aggiornamenti","Rules are being synchronized":"Regole di adattamento sincronizzate",localVersionIsTooOld:"La versione dell'estensione locale \xE8 troppo vecchia; aggiornare l'estensione a {minVersion} o a una versione pi\xF9 recente prima di tentare la sincronizzazione.",badUserscriptBrowser:"Il browser attuale non implementa correttamente l'interfaccia dell'estensione Grease Monkey (ad esempio, per ottenere informazioni sul numero di versione dello script Grease Monkey stesso); si prega di utilizzare altri browser che <1>supportano l'estensione Grease Monkey, come Firefox.",foundNewVersion:"Scoprite la nuova versione",theLocalExtensionIsUpToUpdate:"L'estensione attuale \xE8 aggiornata.",failToSyncRules:"Mancata sincronizzazione delle ultime regole di adattamento",retry:"Fare clic qui per riprovare",failedReason:"Motivi del fallimento",currentRuleVersion:"Versione attuale della regola",calculating:"calcoli",unknownError:"errore sconosciuto",canNotFetchRemoteRule:"Impossibile ottenere le regole remote",enableAlphaSuccess:"Alfa abilitato",disableAlphaSuccess:"La funzione Alpha \xE8 stata disattivata",cacheSize:"Dimensione della cache\uFF1A",cleaning:"in fase di liquidazione",cleanCache:"cancellare la cache",options:"allestimento",about:"rispetto a",service:"servizio di interpretariato",needAction:"(Vai alle impostazioni)",goSettings:"procedere con l'impostazione",needActionForOptions:"(da impostare)",translationEngine:"Opzioni del motore",sourceLanguage:"Lingua originale",target:"lingua di destinazione",popupSourceLanguage:"Lingua originale",popupTarget:"lingua di destinazione",popupService:"servizio di interpretariato",forThisSite:"Sito web attuale",autoEnableSubtitle:"Attiva automaticamente i sottotitoli bilingue",alwaysTranslate:"Tradurre sempre",neverTranslate:"Mai tradurre",alwaysTranslateSomeLanguage:"Tradurre sempre {language}",neverTranslateSomeLanguage:"Mai tradurre {language}",alwaysTranslateSomeSite:"Tradurre sempre {hostname}",neverTranslateSomeSite:"Mai tradurre {hostname}",alwaysTranslateSomeSiteOrWildSite:"Tradurre sempre il sito",alwaysTranslateSomePage:"Tradurre sempre la pagina",add:"aumento",default:"predefinito (impostazione)",forThisLanguage:"Per questa lingua\uFF1A","add url":"Inserire l'URL",edit:"compilatore","translate other languages into specific language":"Tradurre altre lingue nella lingua impostata","select translation service":"Selezionare un servizio di traduzione",language:"multilinguismo","show-original":"Mostra il testo originale",translate:"rendering",Translated:"tradotto",Translating:"in traduzione",Error:"non corretto",allowCacheTranslations:"Abilitare la cache delle traduzioni locali (per ridurre le richieste di traduzione per i passaggi duplicati)","translation display":"Stile di visualizzazione della traduzione","select diplay style":"Distinguere gli stili di traduzione, con specifico riferimento ai seguenti esempi",interface:"Impostazioni dell'interfaccia",import_export:"Importazione/Esportazione",import_export_title:"Configurazione di importazione/esportazione",syncToGoogleDrive:"Sincronizzazione con Google Drive ora",floatBallOptions:"Impostazioni Hoverball","floatBallOptions.enable":"Abilitare l'Hoverball","floatBallOptions.blockUrls":"Disattivare il sito web","floatBallOptions.add":"aumento","floatBallOptions.blockUrlDesc":"Gli Hoverball non vengono visualizzati quando si incontrano i seguenti siti web","floatBallOptions.clickType":"comportamento di clic","floatBallOptions.clickTypeDesc":"Comportamento dell'icona Hoverball quando viene cliccata","floatBallOptions.clickPopup":"Mostra pannello di traduzione","floatBallOptions.clickTranslate":"Traduzione/visualizzazione del testo originale",previewAllThemes:"Anteprima di tutti gli stili","translationTheme.none":"non hanno","translationTheme.grey":"grigio scuro","translationTheme.dashed":"sottolineatura tratteggiata","translationTheme.dotted":"trattino basso tratteggiato","translationTheme.dashedBorder":"bordo tratteggiato","translationTheme.solidBorder":"bordo solido","translationTheme.underline":"Sottolineare le linee rette","translationTheme.mask":"Effetti fuzzy (modalit\xE0 di apprendimento)","translationTheme.opacity":"effetto trasparenza","translationTheme.paper":"Effetto ombra su carta bianca","translationTheme.dividingLine":"linea di demarcazione","translationTheme.highlight":"alta luminosit\xE0","translationTheme.marker":"marcatore (parola d'ordine)","translationTheme.marker2":"Marcatore 2","translationTheme.blockquote":"Stili di riferimento","translationTheme.weakening":"indebolimento","translationTheme.italic":"carattere obliquo","translationTheme.bold":"addensare","translationTheme.thinDashed":"sottile linea tratteggiata di sottolineatura","translationTheme.nativeDashed":"Il sistema \xE8 dotato di una sottolineatura tratteggiata","translationTheme.nativeDotted":"Il sistema viene fornito con una sottolineatura tratteggiata","translationTheme.nativeUnderline":"Il sistema viene fornito con una linea retta di sottolineatura","translationTheme.wavy":"linea ondulata","translationServices.custom":"API personalizzata","translationServices.tencent":"Traduttore Tencent","translationServices.tenAlpha":"Traduttore Tencent (Alpha)","translationServices.google":"Google Translate","translationServices.bai":"Baidu (Alfa)","translationServices.baidu":"Traduzione di Baidu","translationServices.aliyun":"Traduzione di AliCloud","translationServices.volc":"traduzione vulcanica","translationServices.deeplx":"DeepLX (Beta)","translationServices.bing":"Microsoft Translate","translationServices.deepl":"DeepL","translationServices.wechat":"Traduzione di WeChat","translationServices.azure":"Traduzione di Azure","translationServices.ibm":"IBM Watson","translationServices.aws":"Traduzione Amazon","translationServices.mock":"Traduzione simulata","translationServices.mock2":"Traduzione simulata 2","translationServices.caiyun":"illuminato. nuvole colorate e piccole traduzioni","translationServices.cai":"Nuvole colorate (Alpha)","translationServices.volcAlpha":"Vulcano (Alfa)","translationServices.openl":"AprireL","translationServices.youdao":"Traduzione su Youtube","translationServices.you":"Traduttore Youdao (Alpha)","translationServices.transmart":"Traduzione interattiva di Tencent","translationServices.niu":"Traduttore anticonformista","translationServices.papago":"Traduzione di Papago","translationServices.d":"D (Alfa)","translationServices.dpro":"D Pro (Canarino)","translationServices.openai":"OpenAI","translationServices.yandex":"Yandex","translationServices.chatgpt":"ChatGPT Web(3.5 mobile)","translate title":"Tradurre i titoli delle pagine","always languages":"Tradurre sempre la lingua",neverTranslateLanguagesLabel:"La lingua che non sar\xE0 mai tradotta",neverTranslateTheFollowingLanguagesDescription:"Le traduzioni vengono saltate quando un paragrafo della pagina \xE8 in una delle seguenti lingue",enableUserscriptPagePopup:"Mostra l'hoverball nella pagina",enableUserscriptPagePopupDescription:"Dopo aver disattivato l'hoverball, pu\xF2 essere richiamato con la scorciatoia /{touch}. Si consiglia vivamente di inserire tra i preferiti questa pagina di impostazioni per evitare di non riuscire a trovare l'hoverball dopo aver inavvertitamente disattivato questa opzione!","always translate the following languages":"Traduce automaticamente nella lingua di destinazione quando la pagina \xE8 in una delle seguenti lingue","always sites":"Siti web sempre tradotti","always translate the following sites":"I siti web vengono tradotti automaticamente nella lingua di destinazione quando sono i nomi di dominio di","never sites":"Sito web mai tradotto","never translate the following sites":"Le traduzioni non verranno effettuate quando il sito web \xE8 destinato ai seguenti domini","please refer to":"\xC8 necessario compilare la chiave prima di poterla utilizzare.",KeyAndConfigurationTutorial:"Esercitazione sull'applicazione e la configurazione delle chiavi",useAboveStyleForTheseSites:"Usare sempre lo stile di traduzione \u2308{theme}\u230B quando il sito \xE8 destinato ai seguenti domini",currentUrl:"URL corrente",confirm:"salvare (un file, ecc.) (informatica)",cancel:"cancellazioni",delete:"rimozione","languages.auto":"rilevamento automatico",syncToCloud:"Sincronizzazione con Google Drive",syncToCloudDescription:"Caricata nel cloud, la configurazione pu\xF2 essere sincronizzata tra diversi browser/ script di scimmia grassa, a seconda dell'ultima modifica.",syncToAccount:"Sincronizzazione con il Cloud di traduzione immersiva",syncToAccountButton:"Sincronizzazione istantanea con il cloud",syncToAccountDescription:"Sincronizzare automaticamente le configurazioni tra i diversi dispositivi, a seconda dell'ultima modifica.",successSyncConfigInAccount:"Sincronizzazione riuscita con il cloud",successSyncConfigToAccount:"Sincronizzazione riuscita con il cloud",syncConfigNoUpdate:"\xC8 gi\xE0 aggiornato.",authFail:"Mancata autorizzazione",syncTitle:"Gestione manuale del backup",import_hint:"importazione (dati)",upload:"caricare",revokeAuth:"revocare un'autorizzazione",uploadFail:"Caricamento fallito",download:"scaricare",importSuccess:"Importato con successo",importFail:"errore di importazione",deleteFail:"Cancellazione non riuscita",backupToCloud:"Gestione manuale dei file di backup",create_new_backup:"Aggiungere un nuovo nodo di backup",maxBackupFiles:"\xC8 possibile eseguire il backup di un massimo di{count}nodi diversi; eliminare i nodi non necessari.",backupToCloudDescription:"Caricare o ripristinare manualmente i file di backup, consentendo fino a 3 backup diversi.",successSyncConfig:"Sincronizzazione di successo con il cloud",syncFail:"errore di sincronizzazione",updatedAt:"Aggiornato da {date}",lastSyncedAt:"Ultimo controllo: {date}",downloadFail:"Impossibile scaricare",clickToDownload:"Fare clic per scaricare",aboutLabel:"Informazioni - Feedback","browser.openAboutPage":"Informazioni/Risposte",aboutLabelWithoutSponsor:"Informazioni - Feedback",aboutIntro:"Che tutti noi possiamo avere un accesso pi\xF9 facile e piacevole alla grande quantit\xE0 di informazioni in lingua straniera su Internet \u2764\uFE0F Potete scegliere di attivare la vostra <6>iscrizione Pro per utilizzare le traduzioni di DeepL e OpenAI.

Potete seguirci su <3>Twitter, <4>Telegram, Weibo, WeChat o <5>iscrivervi alla nostra mailing list per seguire gli aggiornamenti.
I <7>membri Pro possono contattarci all'indirizzo <8>support@immersivetranslate.com per un rapido servizio clienti.",aboutIntroWithoutSponsor:"Che tutti noi possiamo avere un accesso pi\xF9 facile e piacevole all'enorme quantit\xE0 di informazioni in lingua straniera disponibili su Internet \u2764\uFE0F

Potete seguirci su <3>Twitter, <4>canale Telegram, WeChat, WeChat Exchange, o <5>iscrivervi per seguire gli aggiornamenti via <5>e-mail qui sotto.",projectHomepage:"Progetto Home",joinTelegramGroup:"Unitevi al gruppo di utenti per partecipare alle discussioni sulle funzionalit\xE0",wechatPublicAccount:"WeChat Pubblico",wechatCommunities:"Gruppo di scambio WeChat",qqCommunities:"Canale di comunicazione QQ",joinTelegramChannel:"Seguite il canale Telegram per gli ultimi aggiornamenti",feedbackAndJoin:"Domanda Feedback / Aggiungi gruppo",autoSync:"sincronizzazione automatica dell'ora",loadingThemeTitle:"Stile di caricamento",loadingThemeDescription:"Impostazione dello stile in attesa del caricamento della traduzione","loadingTheme.spinner":"Animazione di rotazione","loadingTheme.text":"testo statico qcs. ","loadingTheme.none":"non mostrato",developerDescription:"La documentazione sulla personalizzazione avanzata \xE8 disponibile <1>qui","edit border color":"Modificare il colore del bordo",successSyncButNoChange:"La configurazione attuale \xE8 coerente con il cloud",customTheme:"Colori e dimensioni personalizzate","customThemeLabel.borderColor":"Colore del bordo","customThemeLabel.borderRadius":"Bordi arrotondati","customThemeLabel.textColor":"colore del testo","customThemeLabel.backgroundColor":"colore di sfondo","customThemeLabel.zoom":"Scalatura dei caratteri (%)","customThemeLabel.opacity":"Opacit\xE0 del testo (%)",resetToDefaultColor:"Ripristino dei colori predefiniti",resetToDefaultSettings:"Ripristino delle impostazioni predefinite",isTranslateTitle:"Abilita la traduzione dei titoli delle pagine",isTranslateTitleDescription:"All'apertura, il titolo della pagina viene tradotto",enableSearchEnhancement:"Abilitazione del miglioramento dei messaggi bilingue",enableSearchEnhancementDescription:'Una volta abilitato, i risultati della ricerca di "Google News" verranno automaticamente visualizzati nella colonna destra dei siti web supportati (Google News, Google Search (alcune parole chiave), Snowball, Oriental Fortune, Futura, Tiger Community) per le parole chiave inglesi corrispondenti.',verifyService:"Clicca qui per testare il servizio",verified:"Verifica del successo","field.langs":"Codici lingua supportati","field.model":"modellazione","field.translationEngine":"motore di traduzione","field.limitPerMinute":"Richieste massime al minuto","field.limitPerSecond":"Numero massimo di richieste al secondo","field.maxTextLengthPerRequest":"Lunghezza massima del testo per richiesta","field.maxTextGroupLengthPerRequest":"Numero massimo di paragrafi per richiesta","field.apiUrl":"Indirizzo dell'interfaccia API personalizzata","field.placeholderDelimiters":"segnaposto riservato","description.custom":"Interfaccia personalizzata Accesso Documentazione necessaria","description.limitPerMinute":"Le richieste che superano questo limite vengono messe in coda fino all'inizio del minuto successivo. A causa delle varie limitazioni dell'attuale servizio di OpenAI, fare clic <1>qui per gli ultimi valori suggeriti.","description.limitPerSecond":"Le richieste che superano questo limite vengono messe in coda fino all'inizio del secondo successivo. A causa delle varie limitazioni dell'attuale servizio di OpenAI, fare clic <1>qui per gli ultimi valori suggeriti.","description.generalLimitPerSecond":"Le richieste che superano questo limite vengono messe in coda fino all'inizio del secondo successivo.","description.prompt":"Invia una conversazione a {service} come utente, dove {{text}} rappresenta il contenuto del testo del paragrafo, {{from}} rappresenta la lingua del paragrafo, {{to}} rappresenta la lingua di destinazione.","description.maxTextLengthPerRequest":"Il numero massimo di caratteri per richiesta \xE8 troppo elevato e causa una risposta lenta dell'interfaccia; provare a regolare questa opzione per ottimizzare la velocit\xE0.","description.systemPrompt":"Invia una conversazione a {service} come sistema, dove {{text}} rappresenta il contenuto del testo del paragrafo, {{from}} rappresenta la lingua del paragrafo, {{to}} rappresenta la lingua di destinazione.","field.domain":"regno","description.domain":"L'impostazione predefinita \xE8\uFF1Ageneral. Pu\xF2 essere impostata solo se la traduzione con dominio \xE8 abilitata nella console Arima API, vedere <1>qui per i domini supportati.","field.scene":"prendere","description.scene":"Valore predefinito:\uFF1Ageneral. Pu\xF2 essere impostato solo se la console API di AliCloud apre Machine Translation Pro, vedere <1>qui per gli scenari supportati.","field.vocabId":"ID del dizionario utente","description.vocabId":"Il dizionario out_id specificato, attualmente supporta la traduzione dall'inglese al cinese.","description.model":"Modelli OpenAI, possono essere gpt-3.5-turbo, gpt-4, ecc.","description.maxTextGroupLengthPerRequest":"Il numero di paragrafi inviati al servizio di traduzione alla volta; se ci sono troppi paragrafi, l'interfaccia potrebbe rispondere pi\xF9 lentamente.","description.apiUrl":"Si prega di aggiungere URL specifici con percorsi, <1>ulteriori descrizioni",enabledExtension:"Abilitazione delle estensioni",clickToDisableExtension:"Fare clic per disattivare le estensioni",clickToEnableExtension:"Fare clic per abilitare le estensioni",hasBeenDisabled:"disabilitato","show password":"Mostra password",customContent:"Inserire un nome di modello personalizzato",inputOptions:"Miglioramento della casella di input",mouseHoverOptions:"passaggio del mouse",modifyMouseHoverKey:"Modifica della scorciatoia per il passaggio del mouse",enableInputTranslation:"Abilitare o meno il miglioramento della casella di input",enableInputTranslationDescription:"Una volta abilitato, digitare {startingKey}{startingKey} hello direttamente nella casella di input, poi premere rapidamente{inputTrailingTriggerKeyRepeatTimes}volte{trailingKey}per tradurre in {inputTargetLanguage}.",enableInputTranslationDescriptionForNoneKey:"Una volta abilitato, digitate\uFF1AHello World direttamente nella casella di input, quindi premete rapidamente{inputTrailingTriggerKeyRepeatTimes}{trailingKey}volte per tradurre nella lingua di destinazione predefinita.",inputTargetLanguage:"Impostazione della lingua di destinazione predefinita per le caselle di input",inputTargetLanguageDescription:"Lingua di destinazione predefinita per la traduzione della casella di input, ovvero {startingKey}{startingKey} come lingua predefinita per le parole di attivazione.",inputTargetLanguageDescriptionForNoneKey:"Lingua di destinazione predefinita per la traduzione della casella di input",inputStartingTriggerKeyTitle:"Impostazione del carattere di divisione per la traduzione parziale della casella di input",inputStartingTriggerKeyDescription:"Quando non \xE8 necessario tradurre l'intera casella di input, lo splitter consente di tradurre solo la parte da {startingKey}{startingKey} alla fine della casella di input, oppure \xE8 possibile specificare il codice della lingua, ad esempio\uFF1A{startingKey}ja significa tradurre solo la parte da {startingKey}ja alla fine della casella di input.",inputStartingTriggerKeyDescriptionForNoneKey:"L'impostazione attuale di nessun prefisso non \xE8 necessaria e la funzione di traduzione di alcuni testi nella casella di immissione non \xE8 al momento disponibile.",inputTrailingTriggerKeyTitle:"Selezionare un carattere di attivazione di fine inserimento",inputTrailingTriggerKeyDescription:"3 colpi veloci{trailingKey} inizier\xE0 a tradurre!",inputTrailingTriggerKeyTimeout:"Immettere l'intervallo di tempo tra gli inneschi di fine combattimento",inputTrailingTriggerKeyTimeoutDescription:"Imposta l'intervallo di tempo (in millisecondi) tra le attivazioni della combo di fine input",spaceKey:"<\u7A7A\u683C\u952E>",noneKey:"Traduzione diretta dell'intera casella di testo senza prefissi",inputTranslationBlockUrlsTitle:"Non abilitare il miglioramento della casella di input nei seguenti URL",inputTranslationBlockUrlsDescription:"I miglioramenti della casella di input non funzionano con i seguenti URL",clickToSeeQuickDemo:"Fare clic per espandere il video di esercitazione rapida di 30 secondi",inputHelperInfo:"Descrizione\uFF1AAbbiamo ottimizzato il fatto che alcuni caratteri di attivazione si trasformano in segni di punteggiatura cinesi con i metodi di input cinesi, ad esempio, / si trasforma in un segno di dun, con il metodo di input Sogou, e Immersive Translator supporta tutti i simboli cinesi corrispondenti ai caratteri di attivazione, ad esempio //,,, saranno riconosciuti come caratteri di attivazione.

Supportiamo anche gli alias cinesi per i codici di lingua come comandi, ad esempio /Japanese Hello World verr\xE0 tradotto in giapponese; <1>fare clic qui per vedere tutti i codici di lingua supportati.",reloadCurrentPage:"Aggiornare la pagina corrente prima di iniziare la traduzione.",noLocalFilePermissionForPDF:"Non si ha l'autorizzazione a leggere i file locali, fare clic sul pulsante sopra e importare i file locali.",noPermissionForThisPage:"\u26A0\uFE0F Nessun permesso per tradurre la pagina corrente",retryAllParagraphs:"Riprova tutti i passaggi di errore",retryAllButton:"Riprova tutti i passaggi di errore",errorTooltipTitle:"Fare clic per visualizzare la causa dell'errore",errorModalTitle:"Sembra che ci sia qualcosa che non va nel servizio di traduzione o nella rete...",disableConfirm:"Impostazione bilingue per il miglioramento delle informazioni",disableOnce:"Questa disabilitazione",disableGlobal:"disabilitare in modo permanente",disableTint:"* \xC8 possibile riabilitarlo all'indirizzo {option} .",searchEnhancementNotes:"Dopo aver attivato la funzione Immersive Translation Bilingual Information Enhancement, cercheremo automaticamente le stesse parole chiave in inglese sui siti web supportati (Google News, Google Search (alcune parole chiave), Snowball, Oriental Wealth, Futura, Tiger) e le visualizzeremo sul lato destro. Potete scegliere di disabilitare questa funzione se non ne avete bisogno.",option:"allestimento",saveSettings:"Salva le impostazioni",closeModal:"Chiudere la finestra",enableInputTranslationWithoutTriggerKeyTitle:"Abilitare 3 colpi rapidi su{trailingKey}per tradurre direttamente l'intera casella di input in{inputTargetLanguage}",enableInputTranslationWithoutTriggerKeyDescription:"Per specificare la lingua di destinazione, usare il prefisso della lingua, per esempio\uFF1Aja Hello World",mouseHoverShortcutPlaceholder:"Ad esempio,\uFF1AShift",deepLProName:"Immersive Translation Pro Membro (consigliato)",deepLProDescription:"Il pacchetto corrente pu\xF2 essere utilizzato direttamente",deeplProDescriptionForNormal:"Non \xE8 richiesta alcuna configurazione, i membri possono utilizzarlo dopo il login, <1>clicca qui per passare a membro",deepLCustomDescription:"\xC8 richiesta una carta di credito estera, aperta ufficialmente su <1>DeepL, clicca per la <2>documentazione",deepLCustomName:"Chiave di autorizzazione personalizzata",chooseProviderLabel:"Selezionare un fornitore di servizi",openaiProName:"Immersive Translation Pro Membro (consigliato)",openaiProDescription:"Il pacchetto corrente pu\xF2 essere utilizzato direttamente",openaiProDescriptionForNormal:"Non \xE8 richiesta alcuna configurazione, i membri possono utilizzarlo dopo il login, <1>clicca qui per passare a membro",openaiCustomDescription:"Disponibile su OpenAI, Azure OpenAI o altri servizi di terze parti, <1>fare clic qui per la documentazione.",openaiCustomName:"Chiave API personalizzata",needLoginAction:"(Iscrizione aperta o personalizzazione)",goLoginOrAction:"(Aprire un'iscrizione o andare alle impostazioni)",yearly:"effettuare un pagamento annuale consecutivo",quarterly:"avvolgimento sequenziale",monthly:"abbonamento mensile",yearlyForOnce:"Pacchetto annuale una tantum",monthlyForOnce:"Pacchetto mensile una tantum",daily:"giorni consecutivi di pacchetti",year:"effettuare un pagamento annuale consecutivo",quarter:"avvolgimento sequenziale",month:"abbonamento mensile",day:"giorni consecutivi di pacchetti",onetime_7day:"Pacchetto esperienza di 7 giorni",currentPlanDescriptionForFree:"Pacchetti attuali\uFF1AGratis",currentPlanDescriptionForContinuous:"L'attuale pacchetto\uFF1A{plan}sar\xE0 rinnovato automaticamente su {endAt} .",currentPlanDescriptionForAutoRenewCaceling:"L'attuale pacchetto\uFF1A{plan}scadr\xE0 il giorno {endAt} e non sar\xE0 rinnovato automaticamente alla scadenza.",currentYearlyPlanDescriptionForAutoRenewCacelingWithRealPaiedUser:"Il pacchetto attuale,\uFF1A{plan}, scadr\xE0 il {endAt} e non sar\xE0 rinnovato automaticamente alla scadenza.
<1>Clicca qui per gestire il tuo piano di rinnovo",currentYearlyPlanDescriptionForAutoRenewCacelingWithAdmin:"Il pacchetto attuale,\uFF1A{plan}, scadr\xE0 il {endAt} e non sar\xE0 rinnovato automaticamente alla scadenza.
<1>Fare clic qui per attivare l'abbonamento annuale continuo",currentPlanDescriptionForOneTime:"L'attuale abbonamento\uFF1A{plan}scadr\xE0 il {endAt} , <1>clicca qui per passare all' abbonamento <1>annuale o <2>mensile.",upgradePlan:"Clicca qui per passare all'iscrizione Pro",upgradeToPro:"Aggiornamento all'iscrizione Pro","popup.openPro":"Passa all'iscrizione Pro per usufruire di DeepL e della traduzione OpenAI, clicca qui per effettuare l'aggiornamento!","popup.openProForPro":"Sei un membro Pro con accesso diretto alle traduzioni di DeepL e OpenAI!",currentAccount:"conto corrente",enableAutoSyncUserSettings:"Abilita la sincronizzazione automatica con il cloud su pi\xF9 dispositivi",modalEnableInputTranslationTitle:"Casella di input per la traduzione immersiva Avvisi di traduzione",modalEnableInputTranslationDesc:"\xC8 stata appena attivata la traduzione della casella di input di Immersive Translation premendo la barra spaziatrice 3 volte in rapida successione e il contenuto della casella di input verr\xE0 tradotto nella lingua di destinazione predefinita. La traduzione pu\xF2 essere annullata con Ctrl+Z.

Se si tratta di un errore, non preoccupatevi: potete scegliere di disattivarla questa volta o di disabilitare definitivamente la traduzione delle caselle di input.",saveAndNotShowAgain:"Salvare e interrompere la richiesta",disableInputTranslationTips:"* \xC8 inoltre possibile impostare altre scorciatoie da attivare in {option} ,{learnMore}.",learnMore:"Clicca qui per saperne di pi\xF9",continueEnalbeInputTranslation:"Continuare ad abilitare la traduzione della casella di input",autoRenewTrialSuffix:`(In prova,\xE8 passato immediatamente all'iscrizione completa)`,upgradeFromTrialTitle:"Aggiornamento a Socio Effettivo",subtitle:"sottotitoli video",youtubeService:"Traduzione in immersione Servizi di traduzione con sottotitoli video","subtitle.disabledSubtitle":"Disattivare in modo permanente la funzione dei sottotitoli video","subtitle.disabledSubtitleDescription":"Se Immersive Translator's Video Subtitles entra in conflitto con altre estensioni, \xE8 possibile scegliere di disabilitare definitivamente la funzionalit\xE0 di Immersive Translator's Video Subtitles o disinstallare le altre estensioni in conflitto.","subtitle.autoEnableSubtitle":"Uso automatico dei sottotitoli bilingue","subtitle.autoEnableSubtitleDescription":"Una volta attivato, i sottotitoli bilingue verranno visualizzati automaticamente durante la riproduzione del video, altrimenti sar\xE0 necessario fare clic sul pulsante di traduzione per visualizzarli.","subtitle.preTranslation":"Tradurre i sottotitoli con la traduzione immersiva","subtitle.preTranslationDescription":"Quando \xE8 abilitato, l'intero sottotitolo sar\xE0 pre-tradotto utilizzando il servizio di traduzione specificato di seguito; un video di un'ora consumer\xE0 circa 50.000 gettoni o caratteri, quindi si prega di utilizzarlo a propria discrezione; quando \xE8 disabilitato, i sottotitoli originali saranno utilizzati per primi.","subtitle.humanSubtitlesPreferred":"Uso prioritario del sottotitolaggio umano","subtitle.humanSubtitlesPreferredDescription":"Privilegiare l'uso di sottotitoli umani quando il video ha sottotitoli umani nella lingua di destinazione (consigliato)",videoSubtitleTranslationDescription:"Assegnare un servizio di traduzione separato per i sottotitoli video",subtitleTranslating:"Attendere mentre i sottotitoli vengono tradotti con il servizio {service} ... (traduzione ad immersione)",subtitleLoading:"Caricamento dei sottotitoli...",bilingual:"bilinguismo","field.action":"Se abilitare la terminologia Baidu","description.action":"Quando \xE8 abilitato, un parametro action=1 sar\xE0 aggiunto alla richiesta per informare Baidu del termine abilitato; <1>per ulteriori informazioni, consultare la documentazione ufficiale.",closeQuickTranslation:"Chiudere Hoverball","closeQuickTranslation.untilNext":"Questa volta chiuso fino alla prossima visita","closeQuickTranslation.currentWebsite":"Sito attuale disabilitato","closeQuickTranslation.alwaysClose":"disabilitare in modo permanente","closeQuickTranslation.settingOpen":"(pu\xF2 essere attivata nella <1>pagina delle impostazioni )","closeQuickTranslation.cancel":"cancellazioni","closeQuickTranslation.confirm":"definire","floatBall.popup":"Aprire il pannello Impostazioni rapide","floatBall.translate":"Fare clic per tradurre la pagina","floatBall.showOriginal":"Fare clic per tornare all'articolo originale","floatBall.close":"Chiudere Hoverball","floatBallOptions.enableDescPc":"Dopo aver abilitato l'hoverball della pagina, verr\xE0 visualizzato un pulsante di traduzione rapida sul lato destro della pagina: cliccatelo per tradurre!","floatBallOptions.enableDesc":"Dopo aver disattivato l'hoverball, \xE8 possibile richiamarlo con{touch}. Si consiglia vivamente di inserire tra i preferiti questa pagina di impostazioni nel caso in cui non si riesca a trovare l'hoverball dopo aver inavvertitamente disattivato questa opzione!","description.azureApiUrl":"Inserire l'indirizzo dell'interfaccia API personalizzata",confirmSupportMouse:"Forzare l'abilitazione del supporto del mouse",confirmSupportMouseDescription:"Rilevato che il browser corrente non supporta la funzione del mouse, \xE8 necessario abilitare il supporto del mouse?",sampleTargetText:"Verr\xE0 la lunga notte e io veglier\xF2 da oggi fino alla morte. Non prender\xF2 moglie, non far\xF2 feudi, non avr\xF2 figli. Non porter\xF2 una corona, non lotter\xF2 per l'onore. Far\xF2 il mio dovere, vivr\xF2 e morir\xF2.",sampleSourceText:"Night gathers, and now my watch begins. It shall not end until my death. I shall take no wife, hold no lands, father no children. I shall wear no crowns and win no glory. I shall live and die at my post.","desc.touchShortcutsToggleTranslatePageOnlyTranslation":"Solo traduzione significa che verr\xE0 visualizzata solo la traduzione, se la pagina web non \xE8 ancora stata tradotta, passer\xE0 alla modalit\xE0 e tradurr\xE0.","desc.toggleOnlyTransation":"La modalit\xE0 solo traduzione significa che verr\xE0 visualizzato solo il testo tradotto, se la pagina web non \xE8 ancora stata tradotta, cambier\xE0 modalit\xE0 e tradurr\xE0.",touchShortcutsToggleTranslatePageOnlyTranslation:"Imposta il gesto del touchscreen per passare alla modalit\xE0 bilingue/solo testo tradotto",download_started:"Il download \xE8 gi\xE0 iniziato, se non si avvia automaticamente, fai clic manualmente.",here:"Qui","translationFont.customPlaceholder":"carattere","error.goReset":"Vai a resettare","translationFont.custom":"Inserisci il carattere personalizzato",batchEdit:"Operazione in blocco","translationModeUrl.translation.title":"Solo modalit\xE0 di traduzione del sito web","error.configError":"Anomalia dei dati di configurazione","error.serveConfigError":"Errore nella configurazione del servizio","touch.mouse-translate":"Tradurre il paragrafo specificato","error.proTokenInvalid":"Se sei un utente Pro, per favore accedi prima di utilizzare il servizio di traduzione Pro.","translationModeLang.translation.title":"Solo modalit\xE0 di traduzione della lingua","translationServices.inherit":"Segui il servizio di traduzione principale",enableSentryReport:"Quando si verifica un errore di estensione, invia un feedback utilizzando Sentry",videoSubtitlePreTranslationOn:"I sottotitoli video utilizzeranno la traduzione immersiva come priorit\xE0.",translationFont:"Imposta il carattere","error.reloadPageOfSetting":"Dopo la configurazione, si prega di aggiornare la pagina e tradurre di nuovo.",detectServiceLoading:"Sto controllando i servizi di traduzione disponibili...",toggleToService:"Passa a {service} e riprova","translationModeLang.translation.description":"Quando la lingua della pagina \xE8 una delle seguenti, verr\xE0 utilizzata automaticamente solo la modalit\xE0 di traduzione.","translationModeUrl.translation.description":"Quando il sito web ha i seguenti nomi di dominio, verr\xE0 utilizzata automaticamente solo la modalit\xE0 di traduzione.","error.403":"Il servizio restituisce un errore, non si ha temporaneamente l'autorizzazione per accedere a questo servizio.","error.400":"Il servizio restituisce un errore, errore nei parametri della richiesta, si prega di controllare la configurazione corrispondente.",videoSubtitlePreTranslationOff:"I sottotitoli del video daranno la priorit\xE0 ai sottotitoli automatici inclusi nel video originale.","error.proUpgrade":"Dopo l'aggiornamento, si prega di aggiornare la pagina e tradurre di nuovo.","translationFont.notSupportErrorMessage":"Si prega di controllare se il nome del carattere inserito \xE8 corretto, o confermare che il carattere \xE8 gi\xE0 installato sul tuo dispositivo.","error.429":"Il servizio restituisce un errore, indicando che la richiesta \xE8 troppo frequente o supera il limite di quota, si prega di riprovare pi\xF9 tardi.","error.502":"Il servizio ha restituito un errore, il servizio \xE8 in timeout, si prega di riprovare pi\xF9 tardi.","error.googleLimitIp":"Il servizio restituisce un errore, il servizio Google ha limitato questo indirizzo IP, si consiglia di cambiare il nodo di rete.","error.openAIExceededQuota":"Il servizio restituisce un errore: il saldo del tuo account OpenAI non \xE8 sufficiente, si prega di ricaricare o collegare una carta di credito nel pannello di controllo ufficiale di OpenAI.","error.gemini.429":"Il servizio Gemini attuale ha raggiunto la sua capacit\xE0 massima, si prega di riprovare pi\xF9 tardi o passare ad un altro servizio di traduzione.","desc.toggleVideoSubtitlePreTranslation":"Dopo aver premuto, i sottotitoli bilingui del video utilizzeranno in primo luogo le impostazioni di traduzione immersive, premendo di nuovo avranno la priorit\xE0 i sottotitoli automatici inclusi nel video originale. Nota: questa scorciatoia modifica le impostazioni globali.","error.serveUnavailable":"Il servizio [{serverName}] che stai utilizzando attualmente non \xE8 accessibile a causa di problemi di connessione o del fornitore di servizi. Ti consigliamo di provare a ricaricare la pagina o di cambiare il servizio di traduzione attraverso le <1>impostazioni. Se sei un membro <2>Pro, puoi scegliere di utilizzare i servizi di traduzione pi\xF9 stabili di DeepL o OpenAI (<3>clicca qui per una prova gratuita). Inoltre, potrebbe essere necessario controllare la tua rete o le impostazioni del proxy.","error.openAIFreeLimit":"Il servizio restituisce un errore, la frequenza attuale delle richieste di traduzione ha raggiunto il limite massimo di 3 volte al minuto, si prega di riprovare pi\xF9 tardi. (Questo \xE8 il limite ufficiale di OpenAI per l'API Key gratuita, per rimuovere questo limite, si prega di collegare una carta di credito nel backend di OpenAI.)","floatBall.iKnow":"Lo so.","floatBallOptions.fixedPosition":"Posizione fissa",notLogin:"Non connesso","translationServices.gemini":"Gemelli","error.retry":"Riprova",pickAll:"Seleziona tutto","slide.right":"Scorri a sinistra","multipleClick.2":"Doppio clic",loggedIn:"Accesso effettuato","error.reason":"Motivo dell'errore","multipleClick.4":"Quadruplo colpo","multipleClick.3":"Triplo colpo","widget.translateFile":"PDF/ePub",shortcutSettings:"Scorciatoia","tagsInput.add":"+ Aggiungi","shortcutGroup.others":"Pi\xF9 scorciatoie personalizzate","slide.left":"Scorri a destra","subtitle.hideQuickButton":"Non mostrare pi\xF9 questa scorciatoia","widget.videoSubtitle":"sottotitoli video","error.subscriptionExpiredTitle":"La membership \xE8 scaduta",alwaysTranslateThisSite:"Sempre tradurre questo sito","floatBallOptions.fixedPositionLeft":"Sinistra",touchShortcutsOff:"Chiudi",neverTranslateThisSite:"Non tradurre mai questo sito web",translationOnlyMode:"Solo modalit\xE0 di traduzione",viewWithImmersiveTranslate:"Versione bilingue (traduzione immersiva)",contact:"Contattaci","browser.translateWithBing":"Utilizzo temporaneo di Microsoft per tradurre la pagina corrente",buildSnapshots:"Genera un'istantanea della pagina web","intro.floatBallTitle":"Traduzione rapida della sfera galleggiante","browser.translateWithOpenAI":"Utilizzo temporaneo di OpenAI per tradurre la pagina corrente","widget.videoSubtitleTooltip":"Supporta Youtube e altri {count}+ siti di video","browser.translateWithDeepL":"Utilizzo temporaneamente DeepL per tradurre la pagina corrente",errorReason:"Motivo dell'errore: {message}","browser.translateWithTransmart":"Utilizzo temporaneo di Tencent per tradurre la pagina corrente","shortcutGroup.shortcutsForTranslationServices":"Scorciatoie relative ai servizi di traduzione","browser.translateWithGoogle":"Utilizzo temporaneo di Google per tradurre la pagina corrente",temprarilyChangeTranslationTo_gemini:"Sto utilizzando Gemini per tradurre la pagina corrente.","browser.translateWithGemini":"Utilizza temporaneamente Gemini per tradurre la pagina corrente","widget.instructionTooltip":"Visualizza le istruzioni per l'uso",goLogin:"Vai a fare il login",temprarilyChangeTranslationTo_openai:"Sto utilizzando OpenAI per tradurre la pagina corrente.",temprarilyChangeTranslationTo_transmart:"Sto utilizzando Tencent per tradurre la pagina corrente.","floatBallOptions.fixedPositionRight":"lato destro",paragraphMinTextCountField:"Il numero minimo di caratteri necessari per tradurre un paragrafo",mouseHoverCustomKeyTitle:"Personalizza la scorciatoia del mouse al passaggio del mouse",temprarilyChangeTranslationTo_deepl:"Sto utilizzando DeepL per tradurre la pagina corrente.","subtitle.bilingual":"Sottotitoli bilingui",temprarilyChangeTranslationTo_bing:"Sto utilizzando Microsoft Translate per tradurre la pagina corrente.","intro.hoverTitle":"Posiziona il mouse per tradurre il paragrafo corrente","shortcutGroup.main":"Scorciatoie da tastiera di funzioni comuni",temprarilyChangeTranslationTo_google:"Sto utilizzando Google Traduttore per tradurre la pagina corrente.","subtitle.autoDisableSubtitle":"Non attivare automaticamente i sottotitoli bilingue",upgradeToProErrorTitle:"Si prega di aggiornare a membro Pro prima di utilizzare questo servizio di traduzione",touchShortcutsToggleTranslatePage:"Imposta gesti touch per tradurre pagine web / visualizzare il testo originale","widget.translateFileTooltip":"Traduci documenti PDF, EPUB, SRT, ASS, HTML e TXT","widget.instruction":"Istruzioni per l'uso","proQuotaExceededError.resetTime":"3. Tempo di reimpostazione del limite: {resetTime}","shortcutGroup.touch":"Gesti specifici per touch screen","floatBall.guideClickToTranslate":"Clicca sulla sfera galleggiante di traduzione immersiva per tradurre rapidamente","subtitle.showQuickButton":"Nel lettore visualizza la scorciatoia per i sottotitoli bilingue","floatBall.longPress":"Tenendo premuto a lungo \xE8 possibile aprire rapidamente il pannello delle impostazioni.","neverTranslateText.title":"Le parole seguenti rimangono in lingua originale, non tradurre.","browser.translateInputBox":"Traduci il contenuto attuale del campo di input.","browser.toggleVideoSubtitlePreTranslation":"Passa ai sottotitoli bilingui utilizzando preferibilmente le impostazioni di traduzione immersive.","error.subscriptionExpired":"La tua iscrizione potrebbe essere scaduta, controlla lo stato della tua iscrizione.","shortcutGroup.mouse":"Configurazione scorciatoia per il passaggio del mouse","browser.toggleMouseHoverTranslateDirectly":"Abilita o disabilita temporaneamente la traduzione diretta al passaggio del mouse sulla pagina","intro.subtitleTitle":"Visualizzazione dei sottotitoli bilingui nei video online",networkError:"Il servizio di traduzione o la rete ha problemi",notLoginPro:"Non hai ancora effettuato l'accesso al tuo account membro.",touchShortcutsToggleTranslationMask:"Imposta il gesto del touchscreen per mostrare la traduzione della maschera / mostrare il testo originale","floatBallOptions.fixedPositionDesc":"La palla galleggiante \xE8 a sinistra o a destra della finestra?","desc.touchShortcutsToggleTranslateTouchElement":"Personalizza un gesto e puoi tradurre qualsiasi paragrafo in cui ti trovi.",confirmResetToDefaultSettings:"Confermi di voler ripristinare questo servizio di traduzione alle impostazioni predefinite? (Ripristina solo le impostazioni di questo servizio di traduzione)","description.baiduField":"I campi supportati sono visti <1>qui, se vuoto significa che non \xE8 specificato alcun campo.",touchShortcutsToggleTranslateTouchElement:"Imposta il gesto del touchscreen per tradurre il paragrafo specificato","desc.toggleTranslateTheWholePage":"Traduci l'intera area della pagina, di default, tradurremo l'area principale della pagina, puoi utilizzare questa scorciatoia per tradurre specificamente l'intera area della pagina.",mouseHoverCustomKeyDescription:"Puoi personalizzare una combinazione di tasti di scelta rapida per il passaggio del mouse, ad esempio: Alt+Z, Ctrl+E, Cmd+Alt+E o direttamente Cmd, si prega di inserire manualmente.",paragraphMinTextCountDesc:"Attenzione, qui si intende la lunghezza del carattere, ad esempio: ciao \xE8 composto da 5 caratteri, impostare un valore maggiore pu\xF2 ridurre la traduzione di paragrafi non necessari.","desc.toggleTranslateTheMainPage":"Traduci solo l'area principale della pagina, quando hai abilitato la traduzione di tutta l'area della pagina nelle impostazioni avanzate, puoi utilizzare questa scorciatoia per tradurre specificamente l'area principale della pagina.","subtitle.showQuickButtonDescription":"Nell'angolo in basso a destra del lettore video \xE8 disponibile una scorciatoia per attivare i sottotitoli bilingue.","desc.mouseHoverHoldKey":"Quando il mouse \xE8 in hover su un paragrafo, premendo contemporaneamente il tasto di scelta rapida a destra, \xE8 possibile tradurre direttamente quel paragrafo.","desc.interfaceLanguage":"Le impostazioni della lingua dell'interfaccia influenzano la lingua di visualizzazione del pannello di controllo e non hanno nulla a che fare con la lingua target della traduzione.",translationOnlyModeDescription:"La modalit\xE0 solo traduzione si riferisce alla visualizzazione solo del testo tradotto, non della modalit\xE0 bilingue predefinita. Nota: a causa di limitazioni tecniche, i collegamenti ipertestuali del testo originale non funzioneranno in modalit\xE0 solo traduzione.","desc.touchShortcutsToggleTranslatePage":"Dopo aver impostato, quando si utilizza un dispositivo mobile, \xE8 possibile toccare lo schermo con X dita contemporaneamente, scorrere a sinistra e a destra o fare clic continuamente per attivare la traduzione della pagina web / visualizzare il testo originale.","desc.touchShortcutsToggleTranslationMask":"La maschera di traduzione si riferisce all'effetto sfocato nello stile del testo tradotto (modalit\xE0 di apprendimento), che, una volta attivato, applica temporaneamente un effetto sfocato al testo tradotto, facilitando l'apprendimento.",shortcutSettingsTitle:"Impostazioni scorciatoie","proQuotaExceededError.onetime7day":'\uFF0Cpuoi scegliere uno dei seguenti metodi per risolvere:

1. Passa a {anotherService} o ad altri servizi di traduzione
2. Aggiorna a un membro mensile/annuale ',"contact.description":"Se avete domande o suggerimenti, siete invitati a compilare il modulo sottostante per contattarci, o inviare una mail a {email}, vi risponderemo il pi\xF9 presto possibile.","proQuotaExceededError.nonTrial":'\uFF0Cpuoi scegliere uno dei seguenti metodi per risolvere:

1. Passa a {anotherService} o ad altri servizi di traduzione
2. Acquista un pacchetto di traffico extra {translationService}',"proQuotaExceededError.trial":'\uFF0Cpuoi scegliere uno dei seguenti metodi per risolvere:

1. Passa a {anotherService} o ad altri servizi di traduzione
2. Aggiorna subito a membro ufficiale',"intro.floatBallDescription":"Una volta attivato, verr\xE0 visualizzato un pulsante di traduzione rapida sul lato destro della pagina, cliccandolo si pu\xF2 tradurre, cliccandolo di nuovo si pu\xF2 tornare al testo originale. Su dispositivi mobili, tenendo premuto il pallone galleggiante, \xE8 possibile aprire il pannello delle impostazioni rapide.","desc.toggleMouseHoverTranslateDirectly":"Dopo aver premuto questo tasto di scelta rapida, sulla pagina, basta che il mouse punti a qualsiasi testo per tradurlo automaticamente. Premendo di nuovo il tasto di scelta rapida, \xE8 possibile disattivare questa funzione di traduzione automatica.",shortcutDisableTooltip:"Si prega di impostare nella pagina di gestione delle scorciatoie da tastiera dell'estensione del browser, per ulteriori indicazioni si prega di consultare le istruzioni nella parte superiore di questa pagina.","subtitle.supportedSites":"\xC8 supportato l'uso di sottotitoli bilingui su questi siti web (Nota: a causa di limitazioni tecniche, alcuni siti web potrebbero aver bisogno di essere aggiornati dopo aver attivato i sottotitoli per la prima volta, o potrebbe essere necessario attendere che la traduzione sia completata per visualizzare i sottotitoli bilingui):","neverTranslateText.description":"A causa di alcune carenze di riconoscimento dei nomi propri da parte di alcuni motori di traduzione, puoi aggiungere parole qui per assicurarti che non vengano convertite durante il processo di traduzione. Si prega di notare che questa funzione distingue tra maiuscole e minuscole e supporta solo le lingue separate da spazi (come l'inglese, il francese), non \xE8 adatta per lingue come il giapponese, il coreano, ecc.","intro.subtitleDescription":"Dopo aver attivato questa funzione, i sottotitoli bilingui verranno visualizzati automaticamente durante la riproduzione del video. Se non \xE8 abilitato, \xE8 necessario fare clic manualmente sul pulsante di traduzione sulla pagina per visualizzare i sottotitoli. Si prega di notare che, a causa di limitazioni tecniche, alcuni siti web potrebbero richiedere l'aggiornamento della pagina o l'attesa del completamento della traduzione prima di poter visualizzare i sottotitoli bilingui. (Inoltre, \xE8 possibile attivare/disattivare il pannello di traduzione immersiva nell'angolo in alto a destra dopo aver aperto il sito web del video).

Attualmente \xE8 possibile utilizzare i sottotitoli bilingui su questi siti web:","intro.hoverDescription":"La traduzione al passaggio del mouse \xE8 una funzione molto importante nella traduzione immersiva, basta posizionare il mouse sul paragrafo e premere contemporaneamente la scorciatoia impostata per tradurre automaticamente il paragrafo corrente (nota: non \xE8 abilitato di default, si prega di impostarlo qui sotto), questa interazione \xE8 utilizzata per sostituire meglio la traduzione del testo selezionato, inoltre, questa funzione \xE8 ampiamente utilizzata in quelle aree di traduzione che non possono essere riconosciute, puoi utilizzare questa funzione per forzare la traduzione di qualsiasi paragrafo.",geminiWarning:"Attenzione: il servizio gratuito Gemini fornito da Google ha restrizioni severe, potrebbe essere considerato da Google come un tentativo dell'utente di eludere i loro limiti di quota gratuita utilizzando pi\xF9 chiavi. Non \xE8 consigliato usarlo, si consiglia di aspettare che Google apra l'interfaccia a pagamento di Gemini in futuro per usarlo.","floatBall.setting":"Impostazione","floatBall.translateToLanguage":"Fare clic per tradurre in {language}","floatBall.file":"Traduci PDF, EPUB, SRT, ASS, HTML, file TXT",changeToOnlyTempTranslationMode:"Alterna per visualizzare solo le traduzioni",changeToDualTempTranslationMode:"Passare alla traduzione bilingue","transitionMode.dual":"Contrasto bilingue","options.navbar.installApp":"Installa l'app per smartphone","options.navbar.translateFile":"Tradurre il documento","transitionMode.translation":"Solo il testo tradotto.","subtitle.transitionModeDescription":"Imposta i sottotitoli del video per il confronto bilingue o solo modalit\xE0 di traduzione","transitionMode.inherit":"Mantenere coerente con la modalit\xE0 di visualizzazione della traduzione predefinita del sistema","subtitle.transitionMode":"Impostazioni dei sottotitoli video bilingue / solo traduzione",translateFileTooltip:`Traduci PDF, ePub, srt, ass, HTML, file TXT`,"description.multiplePrompt":`Quando il numero di paragrafi \xE8 superiore a 1, la conversazione inviata a {service} come utente, dove {{from}} indica la lingua del paragrafo, {{to}} indica la lingua di destinazione, {{yaml}} \xE8 il contenuto del paragrafo che abbiamo confezionato in formato yaml, se hai bisogno di personalizzare Prompt, devi assicurarti che ogni elemento nel risultato YAML della risposta AI includa il campo {env.imt_trans_field}, {{imt_trans_field}} \xE8 il nome del campo di traduzione che speriamo la AI risponda, il default \xE8 {env.imt_trans_field}, {{imt_source_field}} \xE8 il nome del campo del testo originale che passiamo alla AI, il default \xE8 {env.imt_source_field}, esempio di risultato: - id: 1 @@ -5211,7 +5211,7 @@ ass, HTML, file TXT`,"description.multiplePrompt":`Quando il numero di paragrafi {env.imt_sub_trans_field}: Traduzione - id: 2 {env.imt_sub_source_field}: Source - {env.imt_sub_trans_field}: Traduzione`,"translationServices.claude":"Claude","subtitle.quickButton.black":"nero","subtitle.quickButton.blue":"blu","subtitle.quickButton.white":"bianco","subtitle.quickButton.green":"Verde","subtitle.quickButton.magenta":"Fucsia","subtitle.quickButton.sourceTextColor":"Colore del carattere originale","subtitle.quickButton.yellow":"giallo","subtitle.quickButton.sourceFontSize":"Dimensione originale del carattere","subtitle.quickButton.backgroundOpacity":"Opacit\xE0 di sfondo","subtitle.quickButton.translationPositionTop":"Sopra il testo originale","subtitle.quickButton.backgroundColor":"colore di sfondo","subtitle.quickButton.translationPosition":"Posizione del testo tradotto","subtitle.quickButton.translationPositionBottom":"Sotto il testo originale","subtitle.quickButton.red":"Rosso","subtitle.quickButton.cyan":"Blu","subtitle.quickButton.setting":"Impostazione","subtitle.quickButton.translationTextColor":"Colore del carattere del testo","subtitle.quickButton.translationFontSize":"Dimensione del carattere del testo tradotto",attachSubtitleTranslating:"Utilizzando {service} per la traduzione...","error.claude.403":"Non hai l'autorizzazione per accedere al servizio, potrebbe essere correlato alle restrizioni regionali di Claude, puoi provare a cambiare il tuo indirizzo IP o utilizzare altri servizi di traduzione.","browser.brandDescriptionForSafari":"\u3010Traduzione Immersiva\u3011Un plugin gratuito per la traduzione di pagine web bilingue (originale/tradotto), che supporta anche la traduzione di PDF e libri elettronici EPUB mantenendo la formattazione originale del documento, la traduzione di sottotitoli bilingui per video online come Youtube/Netflix, e supporta servizi di traduzione mainstream come Deepl/Google;","browser.PdfProFile":"Traduzione Pro di PDF guidata da AI","browser.textTranslate":"Traduzione del testo"};var U4={nologin:"\u043D\u0435 \u0432\u043E\u0448\u0451\u043B \u0432 \u0441\u0438\u0441\u0442\u0435\u043C\u0443",loginForSafari:"\u0412\u043E\u0439\u0442\u0438 \u0438\u043B\u0438 \u0437\u0430\u0440\u0435\u0433\u0438\u0441\u0442\u0440\u0438\u0440\u043E\u0432\u0430\u0442\u044C\u0441\u044F",login:"\u0412\u0445\u043E\u0434 \u0432 \u0441\u0438\u0441\u0442\u0435\u043C\u0443 \u0434\u043B\u044F \u043E\u0442\u043A\u0440\u044B\u0442\u0438\u044F \u0447\u043B\u0435\u043D\u0441\u0442\u0432\u0430",manageAccount:"\u0423\u043F\u0440\u0430\u0432\u043B\u044F\u0435\u043C\u044B\u0435 \u0441\u0447\u0435\u0442\u0430",openPremium:"\u041E\u0442\u043A\u0440\u044B\u0442\u043E\u0435 \u0447\u043B\u0435\u043D\u0441\u0442\u0432\u043E",logout:"\u043F\u0440\u0435\u0440\u0432\u0430\u0442\u044C",curentPlan:"\u0422\u0435\u043A\u0443\u0449\u0438\u0435 \u043F\u0430\u043A\u0435\u0442\u044B",endAt:"\u0441\u0440\u043E\u043A \u0434\u0435\u0439\u0441\u0442\u0432\u0438\u044F",endAuto:"\u0430\u0432\u0442\u043E\u043F\u0440\u043E\u0434\u043B\u0435\u043D\u0438\u0435",lineBreakMaxTextCount:"\u041C\u0430\u043A\u0441\u0438\u043C\u0430\u043B\u044C\u043D\u043E\u0435 \u043A\u043E\u043B\u0438\u0447\u0435\u0441\u0442\u0432\u043E \u0441\u0438\u043C\u0432\u043E\u043B\u043E\u0432, \u0434\u043E\u043F\u0443\u0441\u0442\u0438\u043C\u043E\u0435 \u0432 \u043E\u0434\u043D\u043E\u043C \u043F\u0440\u0435\u0434\u043B\u043E\u0436\u0435\u043D\u0438\u0438 \u043F\u043E\u0441\u043B\u0435 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430 \u0441\u0442\u0440\u043E\u043A\u0438","translate-pdf":"\u041D\u0430\u0436\u043C\u0438\u0442\u0435, \u0447\u0442\u043E\u0431\u044B \u043F\u0435\u0440\u0435\u0432\u0435\u0441\u0442\u0438 PDF","noSupportTranslate-pdf":"\u0421\u043A\u0440\u0438\u043F\u0442 \u043D\u0435 \u043F\u043E\u0434\u0434\u0435\u0440\u0436\u0438\u0432\u0430\u0435\u0442\u0441\u044F, \u043F\u043E\u0436\u0430\u043B\u0443\u0439\u0441\u0442\u0430, \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u0443\u0439\u0442\u0435 \u043F\u043B\u0430\u0433\u0438\u043D","translate-firefox-local-pdf":"\u041D\u0430\u0436\u043C\u0438\u0442\u0435 \u0434\u043B\u044F \u043F\u0435\u0440\u0435\u0445\u043E\u0434\u0430 \u043A \u0440\u0430\u0437\u0434\u0435\u043B\u0443 \u0418\u043C\u043F\u043E\u0440\u0442 PDF",enableLineBreak:"\u0412\u043A\u043B\u044E\u0447\u0438\u0442\u044C \u0430\u0432\u0442\u043E\u043C\u0430\u0442\u0438\u0447\u0435\u0441\u043A\u0443\u044E \u043F\u043E\u0434\u0430\u0447\u0443 \u0441\u0442\u0440\u043E\u043A\u0438 \u0434\u043B\u044F \u0434\u043B\u0438\u043D\u043D\u044B\u0445 \u0430\u0431\u0437\u0430\u0446\u0435\u0432",sponsorLabel:"$1 \u0421\u043F\u043E\u043D\u0441\u0438\u0440\u0443\u0435\u043C\u044B\u0435 \u0440\u0430\u0437\u0440\u0430\u0431\u043E\u0442\u0447\u0438\u043A\u0438",help:"\u0440\u0443\u043A\u0430",browserShortcutsNoteForFirefox:"\u0427\u0442\u043E\u0431\u044B \u0438\u0437\u043C\u0435\u043D\u0438\u0442\u044C \u044F\u0440\u043B\u044B\u043A\u0438 \u0432 Firefox, \u043D\u0435\u043E\u0431\u0445\u043E\u0434\u0438\u043C\u043E \u043E\u0442\u043A\u0440\u044B\u0442\u044C \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u0443 \u0443\u043F\u0440\u0430\u0432\u043B\u0435\u043D\u0438\u044F \u0440\u0430\u0441\u0448\u0438\u0440\u0435\u043D\u0438\u044F\u043C\u0438 `about:addons`, \u0437\u0430\u0442\u0435\u043C \u043D\u0430\u0436\u0430\u0442\u044C `Settings`, \u0430 \u0434\u043B\u044F \u043D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0438 \u044F\u0440\u043B\u044B\u043A\u043E\u0432 - `Manage Shortcuts`.",browserShortcutsNoteForChrome:"\u0414\u043B\u044F \u0438\u0437\u043C\u0435\u043D\u0435\u043D\u0438\u044F \u044F\u0440\u043B\u044B\u043A\u043E\u0432 \u0432 Chrome \u043D\u0435\u043E\u0431\u0445\u043E\u0434\u0438\u043C\u043E \u043E\u0442\u043A\u0440\u044B\u0442\u044C \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u0443 \u0443\u043F\u0440\u0430\u0432\u043B\u0435\u043D\u0438\u044F \u0440\u0430\u0441\u0448\u0438\u0440\u0435\u043D\u0438\u044F\u043C\u0438, \u0437\u0430\u0434\u0430\u0442\u044C \u0438\u0445 \u043D\u0430 \u043F\u0430\u043D\u0435\u043B\u0438 `Manage Shortcuts` (`chrome://extensions/shortcuts`) \u0438 \u043D\u0430\u0436\u0430\u0442\u044C \u043A\u043D\u043E\u043F\u043A\u0443 \u043D\u0438\u0436\u0435 \u0434\u043B\u044F \u043F\u0435\u0440\u0435\u0445\u043E\u0434\u0430 \u043D\u0430 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u0443 \u0443\u043F\u0440\u0430\u0432\u043B\u0435\u043D\u0438\u044F \u044F\u0440\u043B\u044B\u043A\u0430\u043C\u0438.",browserShortcutsSucks:"\u041D\u0430\u0441\u0442\u0440\u043E\u0435\u043D\u043D\u044B\u0435 \u044F\u0440\u043B\u044B\u043A\u0438 \u0438\u043C\u0435\u044E\u0442 \u0432\u0438\u0434 (\u0430\u0432\u0442\u043E\u0440\u0430\u0441\u043F\u043E\u0437\u043D\u0430\u0432\u0430\u043D\u0438\u0435 \u043D\u0435 \u043F\u0440\u043E\u0438\u0437\u0432\u043E\u0434\u0438\u0442\u0441\u044F, \u0432\u0432\u043E\u0434\u0438\u0442\u0435 \u043D\u0435\u043F\u043E\u0441\u0440\u0435\u0434\u0441\u0442\u0432\u0435\u043D\u043D\u043E)\uFF1A",enableLineBreakDescription:"\u041F\u0440\u0438 \u0432\u043A\u043B\u044E\u0447\u0435\u043D\u0438\u0438 \u044D\u0442\u043E\u0439 \u0444\u0443\u043D\u043A\u0446\u0438\u0438 \u0432 \u0434\u043B\u0438\u043D\u043D\u044B\u0445 \u0430\u0431\u0437\u0430\u0446\u0430\u0445 \u0432 \u043A\u043E\u043D\u0446\u0435 \u043A\u0430\u0436\u0434\u043E\u0433\u043E \u043F\u0440\u0435\u0434\u043B\u043E\u0436\u0435\u043D\u0438\u044F \u0431\u0443\u0434\u0443\u0442 \u0432\u0441\u0442\u0430\u0432\u043B\u0435\u043D\u044B \u043F\u0435\u0440\u0435\u043D\u043E\u0441\u044B \u0441\u0442\u0440\u043E\u043A, \u0447\u0442\u043E \u043E\u0431\u043B\u0435\u0433\u0447\u0438\u0442 \u0438\u0445 \u0447\u0442\u0435\u043D\u0438\u0435","browser.shortBrandName":"\u041F\u043E\u0433\u0440\u0443\u0436\u043D\u043E\u0439 \u043F\u0435\u0440\u0435\u0432\u043E\u0434","browser.brandName":"\u0418\u043C\u043C\u0435\u0440\u0441\u0438\u043E\u043D\u043D\u044B\u0439 \u043F\u0435\u0440\u0435\u0432\u043E\u0434: \u0434\u0432\u0443\u044F\u0437\u044B\u0447\u043D\u044B\u0439 \u043F\u0435\u0440\u0435\u0432\u043E\u0434 \u0432\u0435\u0431-\u0441\u0442\u0440\u0430\u043D\u0438\u0446 \u0438 PDF-\u0434\u043E\u043A\u0443\u043C\u0435\u043D\u0442\u043E\u0432","browser.brandDescription":"Bilingual web page translation, also supports PDF translation, bilingual Epub eBook translation, free to use.","browser.toggleTranslatePage":"\u041F\u0435\u0440\u0435\u0432\u0435\u0441\u0442\u0438 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u0443/\u043E\u0442\u043E\u0431\u0440\u0430\u0437\u0438\u0442\u044C \u043E\u0440\u0438\u0433\u0438\u043D\u0430\u043B\u044C\u043D\u044B\u0439 \u0442\u0435\u043A\u0441\u0442","browser.toggleTranslateTheWholePage":"\u041F\u0435\u0440\u0435\u0432\u0435\u0441\u0442\u0438 \u0432\u0441\u0435 \u043E\u0431\u043B\u0430\u0441\u0442\u0438 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u044B/\u043E\u0442\u043E\u0431\u0440\u0430\u0437\u0438\u0442\u044C \u043E\u0440\u0438\u0433\u0438\u043D\u0430\u043B\u044C\u043D\u044B\u0439 \u0442\u0435\u043A\u0441\u0442","browser.toggleOnlyTransation":"\u041F\u0435\u0440\u0435\u043A\u043B\u044E\u0447\u0438\u0442\u044C \u043D\u0430 \u0434\u0432\u0443\u044F\u0437\u044B\u0447\u043D\u044B\u0439 / \u0442\u043E\u043B\u044C\u043A\u043E \u043F\u0435\u0440\u0435\u0432\u043E\u0434 \u0440\u0435\u0436\u0438\u043C","browser.toggleTranslateToThePageEndImmediately":"\u041D\u0435\u043C\u0435\u0434\u043B\u0435\u043D\u043D\u044B\u0439 \u043F\u0435\u0440\u0435\u0432\u043E\u0434 \u0432 \u043D\u0438\u0436\u043D\u044E\u044E \u0447\u0430\u0441\u0442\u044C \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u044B/\u043E\u0442\u043E\u0431\u0440\u0430\u0436\u0435\u043D\u0438\u0435 \u043E\u0440\u0438\u0433\u0438\u043D\u0430\u043B\u044C\u043D\u043E\u0433\u043E \u0442\u0435\u043A\u0441\u0442\u0430","browser.toggleTranslateTheMainPage":"\u041F\u0435\u0440\u0435\u0432\u0435\u0441\u0442\u0438 \u043E\u0441\u043D\u043E\u0432\u043D\u0443\u044E \u043E\u0431\u043B\u0430\u0441\u0442\u044C \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u044B/\u043E\u0442\u043E\u0431\u0440\u0430\u0437\u0438\u0442\u044C \u043E\u0440\u0438\u0433\u0438\u043D\u0430\u043B\u044C\u043D\u044B\u0439 \u0442\u0435\u043A\u0441\u0442","browser.shareToDraft":"\u041F\u043E\u0434\u0435\u043B\u0438\u0442\u044C\u0441\u044F \u0414\u0432\u0443\u044F\u0437\u044B\u0447\u043D\u044B\u0435 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u044B","browser.openOptionsPage":"\u041E\u0442\u043A\u0440\u043E\u0439\u0442\u0435 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u0443 \u043D\u0430\u0441\u0442\u0440\u043E\u0435\u043A","browser.toggleTranslationMask":"\u041F\u043E\u043A\u0430\u0437\u0430\u0442\u044C/\u0441\u043A\u0440\u044B\u0442\u044C \u044D\u0444\u0444\u0435\u043A\u0442 \u0440\u0430\u0437\u043C\u044B\u0442\u0438\u044F \u043F\u0440\u0438 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0435","browser.translateLocalPdfFile":"\u041F\u0435\u0440\u0435\u0432\u043E\u0434 \u043B\u043E\u043A\u0430\u043B\u044C\u043D\u044B\u0445 PDF-\u0444\u0430\u0439\u043B\u043E\u0432","browser.openEbookViewer":"\u0427\u0438\u0442\u0430\u0442\u044C \u043C\u0435\u0441\u0442\u043D\u044B\u0435 \u044D\u043B\u0435\u043A\u0442\u0440\u043E\u043D\u043D\u044B\u0435 \u043A\u043D\u0438\u0433\u0438","browser.openEbookBuilder":"\u0421\u043E\u0437\u0434\u0430\u043D\u0438\u0435 \u0434\u0432\u0443\u044F\u0437\u044B\u0447\u043D\u044B\u0445 \u044D\u043B\u0435\u043A\u0442\u0440\u043E\u043D\u043D\u044B\u0445 \u043A\u043D\u0438\u0433 EPUB","browser.translateLocalHtmlFile":"\u041F\u0435\u0440\u0435\u0432\u043E\u0434 HTML/\u0442\u0435\u043A\u0441\u0442\u043E\u0432\u044B\u0445 \u0444\u0430\u0439\u043B\u043E\u0432","browser.donateContext":"\u0423\u0437\u043D\u0430\u0439\u0442\u0435 \u043E \u043F\u0440\u0435\u0438\u043C\u0443\u0449\u0435\u0441\u0442\u0432\u0430\u0445 \u0441\u043F\u043E\u043D\u0441\u043E\u0440\u0441\u0442\u0432\u0430","browser.translateLocalSubtitleFile":"\u041F\u0435\u0440\u0435\u0432\u043E\u0434 \u0444\u0430\u0439\u043B\u043E\u0432 \u043B\u043E\u043A\u0430\u043B\u044C\u043D\u044B\u0445 \u0441\u0443\u0431\u0442\u0438\u0442\u0440\u043E\u0432",confirmResetConfig:"\u0412\u044B \u0443\u0432\u0435\u0440\u0435\u043D\u044B, \u0447\u0442\u043E \u0445\u043E\u0442\u0438\u0442\u0435 \u0441\u0431\u0440\u043E\u0441\u0438\u0442\u044C \u043D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0438?",translationLineBreakSettingTitle:"\u041D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0430 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430 \u0441\u0442\u0440\u043E\u043A\u0438",smartLineBreak:"\u0438\u043D\u0442\u0435\u043B\u043B\u0435\u043A\u0442\u0443\u0430\u043B\u044C\u043D\u043E\u0435 \u043B\u0438\u043D\u0435\u0439\u043D\u043E\u0435 \u043F\u0438\u0442\u0430\u043D\u0438\u0435 (\u0432\u044B\u0447\u0438\u0441\u043B\u0438\u0442\u0435\u043B\u044C\u043D\u0430\u044F \u0442\u0435\u0445\u043D\u0438\u043A\u0430)",alwaysLineBreak:"\u0412\u0441\u0435\u0433\u0434\u0430 \u043F\u043E\u0434\u0430\u0447\u0430 \u0441\u0442\u0440\u043E\u043A\u0438",isShowContextMenu:"\u0414\u043E\u0431\u0430\u0432\u043B\u0435\u043D\u0438\u0435 \u043F\u0435\u0440\u0435\u0432\u0435\u0434\u0435\u043D\u043D\u044B\u0445 \u0441\u0442\u0440\u0430\u043D\u0438\u0446 \u0432 \u043F\u0443\u043D\u043A\u0442\u044B \u043C\u0435\u043D\u044E, \u0432\u044B\u0437\u044B\u0432\u0430\u0435\u043C\u044B\u0435 \u043F\u0440\u0430\u0432\u043E\u0439 \u043A\u043D\u043E\u043F\u043A\u043E\u0439 \u043C\u044B\u0448\u0438",toggleBeta:"\u0412\u043A\u043B\u044E\u0447\u0435\u043D\u0438\u0435 \u0444\u0443\u043D\u043A\u0446\u0438\u0439 \u0431\u0435\u0442\u0430-\u0442\u0435\u0441\u0442\u0438\u0440\u043E\u0432\u0430\u043D\u0438\u044F",betaDescription:"\u0412\u043A\u043B\u044E\u0447\u0438\u0442\u0435 \u0444\u0443\u043D\u043A\u0446\u0438\u0438, \u043A\u043E\u0442\u043E\u0440\u044B\u0435 \u043F\u043E\u043A\u0430 \u043D\u0430\u0445\u043E\u0434\u044F\u0442\u0441\u044F \u0432 \u0441\u0442\u0430\u0434\u0438\u0438 \u044D\u043A\u0441\u043F\u0435\u0440\u0438\u043C\u0435\u043D\u0442\u0430, \u0430 \u0442\u0430\u043A\u0436\u0435 \u0441\u043B\u0443\u0436\u0431\u0443 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430 \u0432 \u0431\u0435\u0442\u0430-\u0432\u0435\u0440\u0441\u0438\u0438. \u041F\u0440\u0438\u0441\u043E\u0435\u0434\u0438\u043D\u044F\u0439\u0442\u0435\u0441\u044C \u043A <1>\u0433\u0440\u0443\u043F\u043F\u0435 Telegram, \u0447\u0442\u043E\u0431\u044B \u0443\u0437\u043D\u0430\u0442\u044C \u0431\u043E\u043B\u044C\u0448\u0435.",translationLineBreakSettingDescription:"\u0414\u043B\u044F \u0441\u0442\u0440\u0430\u043D\u0438\u0446 \u0441 \u043D\u0435\u0431\u043E\u043B\u044C\u0448\u0438\u043C \u0441\u043E\u0434\u0435\u0440\u0436\u0430\u043D\u0438\u0435\u043C \u0432\u0441\u0435\u0433\u0434\u0430 \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u0443\u0439\u0442\u0435 \u0430\u043A\u043A\u0443\u0440\u0430\u0442\u043D\u044B\u0435 \u043F\u0435\u0440\u0435\u043D\u043E\u0441\u044B \u0441\u0442\u0440\u043E\u043A. (\u0414\u043B\u044F \u044D\u043A\u043E\u043D\u043E\u043C\u0438\u0438 \u043C\u0435\u0441\u0442\u0430 \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u0443\u0439\u0442\u0435 \u0433\u0440\u0430\u043C\u043E\u0442\u043D\u044B\u0435 \u043F\u0435\u0440\u0435\u043D\u043E\u0441\u044B \u0441\u0442\u0440\u043E\u043A \u0432 \u0434\u043B\u0438\u043D\u043D\u044B\u0445 \u0430\u0431\u0437\u0430\u0446\u0430\u0445 \u0441 \u0431\u043E\u043B\u044C\u0448\u0438\u043C \u0441\u043E\u0434\u0435\u0440\u0436\u0430\u043D\u0438\u0435\u043C (\u0431\u043E\u043B\u0435\u0435{count}\u0441\u0438\u043C\u0432\u043E\u043B\u043E\u0432)).",tempTranslateDomainTitle:"\u041F\u0440\u043E\u0434\u043E\u043B\u0436\u0438\u0442\u0435\u043B\u044C\u043D\u043E\u0441\u0442\u044C \u0432\u0440\u0435\u043C\u0435\u043D\u043D\u043E\u0433\u043E \u0432\u043A\u043B\u044E\u0447\u0435\u043D\u0438\u044F \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430 \u0441\u0430\u0439\u0442\u0430",tempTranslateDomainDescription:"\u041F\u0440\u0438 \u0440\u0443\u0447\u043D\u043E\u043C \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0435 \u0432\u0435\u0431-\u0441\u0442\u0440\u0430\u043D\u0438\u0446\u044B \u0432\u0440\u0435\u043C\u0435\u043D\u043D\u043E \u0432\u043A\u043B\u044E\u0447\u0438\u0442\u044C \u0430\u0432\u0442\u043E\u043C\u0430\u0442\u0438\u0447\u0435\u0441\u043A\u0438\u0439 \u043F\u0435\u0440\u0435\u0432\u043E\u0434, \u043F\u0440\u0438 \u044D\u0442\u043E\u043C \u043C\u043E\u0436\u043D\u043E \u0437\u0430\u0434\u0430\u0442\u044C \u0432\u0440\u0435\u043C\u0435\u043D\u043D\u0443\u044E \u043F\u0440\u043E\u0434\u043E\u043B\u0436\u0438\u0442\u0435\u043B\u044C\u043D\u043E\u0441\u0442\u044C.",xMinutes:"{count} \u043C\u0438\u043D\u0443\u0442",disabled:"\u0437\u0430\u043F\u0440\u0435\u0449\u0430\u0442\u044C \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u043D\u0438\u0435 \u0447\u0435\u0433\u043E-\u043B.",changelog:"\u0416\u0443\u0440\u043D\u0430\u043B \u043E\u0431\u043D\u043E\u0432\u043B\u0435\u043D\u0438\u0439",toggleTranslatePageWhenThreeFingersOnTheScreen:"\u041E\u0434\u043D\u043E\u0432\u0440\u0435\u043C\u0435\u043D\u043D\u043E\u0435 \u043A\u0430\u0441\u0430\u043D\u0438\u0435 \u044D\u043A\u0440\u0430\u043D\u0430 \u043D\u0435\u0441\u043A\u043E\u043B\u044C\u043A\u0438\u043C\u0438 \u043F\u0430\u043B\u044C\u0446\u0430\u043C\u0438 \u043E\u0431\u0435\u0441\u043F\u0435\u0447\u0438\u0432\u0430\u0435\u0442 \u043F\u0435\u0440\u0435\u0432\u043E\u0434 \u0432\u0435\u0431-\u0441\u0442\u0440\u0430\u043D\u0438\u0446/\u043E\u0442\u043E\u0431\u0440\u0430\u0436\u0435\u043D\u0438\u0435 \u043E\u0440\u0438\u0433\u0438\u043D\u0430\u043B\u044C\u043D\u043E\u0433\u043E \u0442\u0435\u043A\u0441\u0442\u0430",toggleTranslationMaskWhenThreeFingersOnTheScreen:"\u041F\u0440\u0438\u043A\u043E\u0441\u043D\u043E\u0432\u0435\u043D\u0438\u0435 \u043D\u0435\u0441\u043A\u043E\u043B\u044C\u043A\u0438\u043C\u0438 \u043F\u0430\u043B\u044C\u0446\u0430\u043C\u0438 \u043F\u043E\u043A\u0430\u0437\u044B\u0432\u0430\u0435\u0442/\u0441\u043A\u0440\u044B\u0432\u0430\u0435\u0442 \u044D\u0444\u0444\u0435\u043A\u0442 \u0440\u0430\u0437\u043C\u044B\u0442\u0438\u044F.",fingerCountToToggleTranslagePageOnlyTranslationWhenTouching:"\u041F\u0440\u0438 \u043E\u0434\u043D\u043E\u0432\u0440\u0435\u043C\u0435\u043D\u043D\u043E\u043C \u043A\u0430\u0441\u0430\u043D\u0438\u0438 \u044D\u043A\u0440\u0430\u043D\u0430 \u043D\u0435\u0441\u043A\u043E\u043B\u044C\u043A\u0438\u043C\u0438 \u043F\u0430\u043B\u044C\u0446\u0430\u043C\u0438 \u043E\u0441\u0443\u0449\u0435\u0441\u0442\u0432\u043B\u044F\u0435\u0442\u0441\u044F \u043F\u0435\u0440\u0435\u0432\u043E\u0434 \u0432\u0435\u0431-\u0441\u0442\u0440\u0430\u043D\u0438\u0446\u044B (\u0442\u043E\u043B\u044C\u043A\u043E \u043F\u0435\u0440\u0435\u0432\u043E\u0434)/\u043E\u0442\u043E\u0431\u0440\u0430\u0436\u0435\u043D\u0438\u0435 \u043E\u0440\u0438\u0433\u0438\u043D\u0430\u043B\u044C\u043D\u043E\u0433\u043E \u0442\u0435\u043A\u0441\u0442\u0430.",addUrlDescription:"\u041C\u043E\u0436\u0435\u0442 \u0431\u044B\u0442\u044C \u0434\u043E\u043C\u0435\u043D\u043D\u044B\u043C \u0438\u043C\u0435\u043D\u0435\u043C, \u0430 \u0442\u0430\u043A\u0436\u0435 \u043F\u043E\u0434\u0434\u0435\u0440\u0436\u0438\u0432\u0430\u0435\u0442 \u043F\u043E\u0434\u0441\u0442\u0430\u043D\u043E\u0432\u043E\u0447\u043D\u044B\u0435 \u0437\u043D\u0430\u043A\u0438, \u043D\u0430\u043F\u0440\u0438\u043C\u0435\u0440,\uFF1A*.google.com, google.com/mail/*, https://www.google.com/*.",general:"\u041E\u0441\u043D\u043E\u0432\u043D\u044B\u0435 \u043D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0438",clickToExpandConfig:"\u0420\u0430\u0441\u0448\u0438\u0440\u0438\u0442\u044C \u0442\u0435\u043A\u0443\u0449\u0443\u044E \u043A\u043E\u043D\u0444\u0438\u0433\u0443\u0440\u0430\u0446\u0438\u044E",import:"\u0418\u043C\u043F\u043E\u0440\u0442 \u0438\u0437 \u0444\u0430\u0439\u043B\u0430",export:"\u042D\u043A\u0441\u043F\u043E\u0440\u0442 \u0432 \u0444\u0430\u0439\u043B",toggleDebug:"\u0412\u044B\u0432\u0435\u0441\u0442\u0438 \u0436\u0443\u0440\u043D\u0430\u043B \u043E\u0442\u043B\u0430\u0434\u043A\u0438 \u043D\u0430 \u043A\u043E\u043D\u0441\u043E\u043B\u044C","fingers.0":"\u043A\u043B\u043E\u0442\u0443\u0440\u0430","fingers.2":"\u043A\u0430\u0441\u0430\u043D\u0438\u0435 \u0434\u0432\u0443\u043C\u044F \u043F\u0430\u043B\u044C\u0446\u0430\u043C\u0438","fingers.3":"\u043A\u0430\u0441\u0430\u043D\u0438\u0435 \u0442\u0440\u0435\u043C\u044F \u043F\u0430\u043B\u044C\u0446\u0430\u043C\u0438","fingers.4":"\u043A\u0430\u0441\u0430\u043D\u0438\u0435 \u0447\u0435\u0442\u044B\u0440\u044C\u043C\u044F \u043F\u0430\u043B\u044C\u0446\u0430\u043C\u0438","fingers.5":"\u043F\u044F\u0442\u0438\u043F\u0430\u043B\u044C\u0446\u0435\u0432\u043E\u0435 \u043A\u0430\u0441\u0430\u043D\u0438\u0435",mouseHoldKey:"+ {key} \u043F\u0435\u0440\u0435\u0432\u0435\u0441\u0442\u0438/\u0432\u043E\u0441\u0441\u0442\u0430\u043D\u043E\u0432\u0438\u0442\u044C \u0430\u0431\u0437\u0430\u0446",mouseHoldKeyAuto:"\u041F\u0440\u044F\u043C\u043E\u0439 \u043F\u0435\u0440\u0435\u0432\u043E\u0434 \u0430\u0431\u0437\u0430\u0446\u0430",mouseHoldKeyOff:"\u041D\u0435 \u0434\u0435\u043B\u0430\u0439\u0442\u0435 \u043D\u0438\u0447\u0435\u0433\u043E.",mouseHoldKeyOther:"\u041D\u0430\u0441\u0442\u0440\u0430\u0438\u0432\u0430\u0435\u043C\u044B\u0435 \u044F\u0440\u043B\u044B\u043A\u0438 (\u043E\u0442\u043A\u0440\u044B\u0442\u044C \u043D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0438)",mouseHoldKeyCustomKey:"{key} \u041F\u0435\u0440\u0435\u0432\u043E\u0434/\u0441\u043E\u043A\u0440\u0430\u0449\u0435\u043D\u0438\u0435 \u0430\u0431\u0437\u0430\u0446\u0430",mouseHoverHoldKey:"\u041F\u0435\u0440\u0435\u0432\u043E\u0434 \u0430\u0431\u0437\u0430\u0446\u0435\u0432 \u043E\u0441\u0443\u0449\u0435\u0441\u0442\u0432\u043B\u044F\u0435\u0442\u0441\u044F \u043D\u0430\u0436\u0430\u0442\u0438\u0435\u043C \u043A\u043B\u0430\u0432\u0438\u0448\u0438 \u0431\u044B\u0441\u0442\u0440\u043E\u0433\u043E \u0434\u043E\u0441\u0442\u0443\u043F\u0430 \u043F\u0440\u0438 \u043D\u0430\u0432\u0435\u0434\u0435\u043D\u0438\u0438 \u043A\u0443\u0440\u0441\u043E\u0440\u0430 \u043C\u044B\u0448\u0438.","mouse-translate":"\u043D\u0430\u0432\u0435\u0434\u0435\u043D\u0438\u0435 \u043C\u044B\u0448\u0438",document:"(\u043A\u043E\u043C\u043F\u044C\u044E\u0442\u0435\u0440\u043D\u044B\u0439) \u0444\u0430\u0439\u043B",resetSuccess:"\u0423\u0441\u043F\u0435\u0448\u043D\u044B\u0439 \u0441\u0431\u0440\u043E\u0441 \u0432\u0441\u0435\u0445 \u043D\u0430\u0441\u0442\u0440\u043E\u0435\u043A",resetThisSuccess:"\u0421\u0431\u0440\u043E\u0441 \u0443\u0441\u043F\u0435\u0448\u0435\u043D",saved:"\u0421\u043E\u0445\u0440\u0430\u043D\u0438\u0442\u044C \u0443\u0441\u043F\u0435\u0448\u043D\u044B\u0439",successImportConfig:"\u0423\u0441\u043F\u0435\u0448\u043D\u044B\u0439 \u0438\u043C\u043F\u043E\u0440\u0442 \u043A\u043E\u043D\u0444\u0438\u0433\u0443\u0440\u0430\u0446\u0438\u0438",goAdvancedSettings:"\u041F\u0435\u0440\u0435\u0439\u0434\u0438\u0442\u0435 \u043D\u0430 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u0443 \u0414\u043E\u043F\u043E\u043B\u043D\u0438\u0442\u0435\u043B\u044C\u043D\u044B\u0435 \u043D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0438",goAdvancedInterfaceSettings:"\u041F\u0435\u0440\u0435\u0439\u0434\u0438\u0442\u0435 \u043D\u0430 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u0443 \u0414\u043E\u043F\u043E\u043B\u043D\u0438\u0442\u0435\u043B\u044C\u043D\u044B\u0435 \u043F\u0430\u0440\u0430\u043C\u0435\u0442\u0440\u044B \u043D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0438",advanced:"\u0414\u043E\u043F\u043E\u043B\u043D\u0438\u0442\u0435\u043B\u044C\u043D\u044B\u0435 \u043D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0438",advancedDescription:"\u041A\u0430\u043A \u043F\u0440\u0430\u0432\u0438\u043B\u043E, \u043D\u0438\u043A\u0430\u043A\u0438\u0445 \u043D\u0430\u0441\u0442\u0440\u043E\u0435\u043A \u043D\u0435 \u0442\u0440\u0435\u0431\u0443\u0435\u0442\u0441\u044F, \u043F\u0440\u043E\u0441\u0442\u043E \u043E\u0441\u0442\u0430\u0432\u044C\u0442\u0435 \u0432\u0441\u0435 \u043F\u043E \u0443\u043C\u043E\u043B\u0447\u0430\u043D\u0438\u044E. \u0422\u043E\u043B\u044C\u043A\u043E \u0434\u043B\u044F \u0431\u043E\u043B\u0435\u0435 \u0441\u043F\u0435\u0446\u0438\u0430\u043B\u0438\u0437\u0438\u0440\u043E\u0432\u0430\u043D\u043D\u044B\u0445 \u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u0435\u043B\u0435\u0439 \u0434\u043E\u0441\u0442\u0443\u043F\u043D\u044B \u0431\u043E\u043B\u0435\u0435 \u043F\u0435\u0440\u0441\u043E\u043D\u0430\u043B\u0438\u0437\u0438\u0440\u043E\u0432\u0430\u043D\u043D\u044B\u0435 \u043D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0438.",developer:"\u041D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0438 \u0440\u0430\u0437\u0440\u0430\u0431\u043E\u0442\u0447\u0438\u043A\u0430",donateCafe:"\u0446\u0435\u043D\u044B","translate to the bottom of the page":"\u041F\u0435\u0440\u0435\u0432\u043E\u0434\u0438\u0442\u0441\u044F \u043B\u0438 \u043E\u043D \u0432 \u043D\u0438\u0436\u043D\u044E\u044E \u0447\u0430\u0441\u0442\u044C \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u044B \u0441\u0440\u0430\u0437\u0443 \u043F\u043E\u0441\u043B\u0435 \u0432\u0445\u043E\u0434\u0430 \u043D\u0430 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u0443?",feedback:"\u0412\u043E\u043F\u0440\u043E\u0441-\u043E\u0442\u0432\u0435\u0442",toggleTranslatePage:"\u041F\u0435\u0440\u0435\u0432\u0435\u0441\u0442\u0438 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u0443/\u043E\u0442\u043E\u0431\u0440\u0430\u0437\u0438\u0442\u044C \u043E\u0440\u0438\u0433\u0438\u043D\u0430\u043B\u044C\u043D\u044B\u0439 \u0442\u0435\u043A\u0441\u0442",translateToThePageEndImmediatelyDescription:"\u041F\u0440\u0438 \u0432\u043A\u043B\u044E\u0447\u0435\u043D\u0438\u0438 \u044D\u0442\u043E\u0439 \u0444\u0443\u043D\u043A\u0446\u0438\u0438 \u0441\u043E\u0434\u0435\u0440\u0436\u0438\u043C\u043E\u0435 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u044B \u0431\u0443\u0434\u0435\u0442 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0438\u0442\u044C\u0441\u044F \u0441\u0432\u0435\u0440\u0445\u0443 \u0432\u043D\u0438\u0437 \u043F\u043E \u043C\u0435\u0440\u0435 \u0432\u0432\u043E\u0434\u0430. \u041F\u0440\u0438 \u0432\u044B\u043A\u043B\u044E\u0447\u0435\u043D\u0438\u0438 \u044D\u0442\u043E\u0439 \u0444\u0443\u043D\u043A\u0446\u0438\u0438 \u043F\u0435\u0440\u0435\u0432\u043E\u0434 \u0431\u0443\u0434\u0435\u0442 \u0432\u044B\u043F\u043E\u043B\u043D\u044F\u0442\u044C\u0441\u044F \u043F\u043E \u043C\u0435\u0440\u0435 \u0447\u0442\u0435\u043D\u0438\u044F. (\u041D\u0435 \u0440\u0435\u043A\u043E\u043C\u0435\u043D\u0434\u0443\u0435\u0442\u0441\u044F)","translate all areas of the page":"\u041F\u0435\u0440\u0435\u0432\u043E\u0434\u0438\u0442\u044C \u043B\u0438 \u0432\u0441\u0435 \u043E\u0431\u043B\u0430\u0441\u0442\u0438 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u044B",translationAreaDescription:"\u041F\u0440\u0438 \u0432\u043A\u043B\u044E\u0447\u0435\u043D\u0438\u0438 \u044D\u0442\u043E\u0439 \u043E\u043F\u0446\u0438\u0438 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u044F\u0442\u0441\u044F \u0432\u0441\u0435 \u043E\u0431\u043B\u0430\u0441\u0442\u0438 \u0432\u0441\u0435\u0439 \u0432\u0435\u0431-\u0441\u0442\u0440\u0430\u043D\u0438\u0446\u044B. \u041F\u0440\u0438 \u0432\u044B\u043A\u043B\u044E\u0447\u0435\u043D\u0438\u0438 \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u0443\u0435\u0442\u0441\u044F \u0438\u043D\u0442\u0435\u043B\u043B\u0435\u043A\u0442\u0443\u0430\u043B\u044C\u043D\u043E\u0435 \u0440\u0430\u0441\u043F\u043E\u0437\u043D\u0430\u0432\u0430\u043D\u0438\u0435 \u043F\u043E \u0443\u043C\u043E\u043B\u0447\u0430\u043D\u0438\u044E \u0438 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u044F\u0442\u0441\u044F \u0442\u043E\u043B\u044C\u043A\u043E \u043E\u0441\u043D\u043E\u0432\u043D\u044B\u0435 \u043E\u0431\u043B\u0430\u0441\u0442\u0438. (\u041D\u0435 \u0440\u0435\u043A\u043E\u043C\u0435\u043D\u0434\u0443\u0435\u0442\u0441\u044F \u0432\u043A\u043B\u044E\u0447\u0430\u0442\u044C)","the number of characters to be translated first":"\u041F\u0440\u044F\u043C\u043E\u0439 \u043F\u0435\u0440\u0435\u0432\u043E\u0434 \u043F\u0435\u0440\u0432\u044B\u0445 \u043D\u0435\u0441\u043A\u043E\u043B\u044C\u043A\u0438\u0445 \u0441\u0438\u043C\u0432\u043E\u043B\u043E\u0432 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u044B \u0431\u0435\u0437 \u043E\u0436\u0438\u0434\u0430\u043D\u0438\u044F \u043F\u0440\u043E\u043A\u0440\u0443\u0442\u043A\u0438 \u0432 \u043E\u0431\u043B\u0430\u0441\u0442\u044C \u043F\u0440\u043E\u0441\u043C\u043E\u0442\u0440\u0430","interface language":"\u044F\u0437\u044B\u043A \u0438\u043D\u0442\u0435\u0440\u0444\u0435\u0439\u0441\u0430","display both the original text and the translation":"\u041E\u0434\u043D\u043E\u0432\u0440\u0435\u043C\u0435\u043D\u043D\u043E\u0435 \u043E\u0442\u043E\u0431\u0440\u0430\u0436\u0435\u043D\u0438\u0435 \u043E\u0440\u0438\u0433\u0438\u043D\u0430\u043B\u0430 \u0438 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430","keyboard shortcuts":"\u041A\u043B\u0430\u0432\u0438\u0430\u0442\u0443\u0440\u043D\u044B\u0435 \u0441\u043E\u043A\u0440\u0430\u0449\u0435\u043D\u0438\u044F",modify:"\u041C\u043E\u0434\u0438\u0444\u0438\u043A\u0430\u0446\u0438\u044F \u043A\u043B\u0430\u0432\u0438\u0448 \u0431\u044B\u0441\u0442\u0440\u043E\u0433\u043E \u0434\u043E\u0441\u0442\u0443\u043F\u0430",reset:"\u043F\u0435\u0440\u0435\u043F\u0440\u043E\u0444\u0438\u043B\u0438\u0440\u043E\u0432\u0430\u043D\u0438\u0435",close:"\u043A\u043B\u043E\u0442\u0443\u0440\u0430",homepage:"\u0434\u043E\u043C\u0430\u0448\u043D\u044F\u044F \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u0430",more:"\u043F\u043E\u0434\u0440\u043E\u0431\u043D\u0435\u0435",moreOptions:"\u0420\u0430\u0441\u0448\u0438\u0440\u0435\u043D\u0438\u0435 \u0432\u043E\u0437\u043C\u043E\u0436\u043D\u043E\u0441\u0442\u0435\u0439 \u043D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0438",translateTheWholePage:"\u041F\u0435\u0440\u0435\u0432\u043E\u0434\u0438\u0442\u044C \u0432\u0441\u0435 \u043E\u0431\u043B\u0430\u0441\u0442\u0438 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u044B (\u0432 \u043E\u0442\u043B\u0438\u0447\u0438\u0435 \u043E\u0442 \u0438\u043D\u0442\u0435\u043B\u043B\u0435\u043A\u0442\u0443\u0430\u043B\u044C\u043D\u043E\u0433\u043E \u0440\u0430\u0441\u043F\u043E\u0437\u043D\u0430\u0432\u0430\u043D\u0438\u044F \u043E\u0441\u043D\u043E\u0432\u043D\u044B\u0445 \u043E\u0431\u043B\u0430\u0441\u0442\u0435\u0439)",changeToTranslateTheWholePage:"\u041F\u0435\u0440\u0435\u043A\u043B\u044E\u0447\u0435\u043D\u0438\u0435 \u043D\u0430 \u043F\u0435\u0440\u0435\u0432\u043E\u0434 \u0432\u0441\u0435\u0445 \u0440\u0435\u0433\u0438\u043E\u043D\u043E\u0432",changeToTranslateTheMainPage:'\u041F\u0435\u0440\u0435\u0445\u043E\u0434 \u0432 \u043E\u0441\u043D\u043E\u0432\u043D\u0443\u044E \u043E\u0431\u043B\u0430\u0441\u0442\u044C "\u041F\u0435\u0440\u0435\u0432\u043E\u0434',changeToOnlyTranslationMode:"\u041F\u0435\u0440\u0435\u043A\u043B\u044E\u0447\u0435\u043D\u0438\u0435 \u043D\u0430 \u043E\u0442\u043E\u0431\u0440\u0430\u0436\u0435\u043D\u0438\u0435 \u0442\u043E\u043B\u044C\u043A\u043E \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u043E\u0432",changeToDualTranslationMode:"\u041F\u0435\u0440\u0435\u0445\u043E\u0434 \u043D\u0430 \u0434\u0432\u0443\u044F\u0437\u044B\u0447\u043D\u044B\u0439 \u043F\u0435\u0440\u0435\u0432\u043E\u0434",translateToThePageEndImmediately:"\u041D\u0435\u043C\u0435\u0434\u043B\u0435\u043D\u043D\u044B\u0439 \u043F\u0435\u0440\u0435\u0432\u043E\u0434 \u0432 \u043D\u0438\u0436\u043D\u044E\u044E \u0447\u0430\u0441\u0442\u044C \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u044B",translateTheMainPage:"\u041A\u043B\u044E\u0447\u0435\u0432\u044B\u0435 \u0440\u0435\u0433\u0438\u043E\u043D\u044B \u0438\u043D\u0442\u0435\u043B\u043B\u0435\u043A\u0442\u0443\u0430\u043B\u044C\u043D\u043E\u0433\u043E \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430","The local rules are up to date":"\u041C\u0435\u0441\u0442\u043D\u044B\u0435 \u043F\u0440\u0430\u0432\u0438\u043B\u0430 \u0430\u0434\u0430\u043F\u0442\u0430\u0446\u0438\u0438 \u0441\u043E\u043E\u0442\u0432\u0435\u0442\u0441\u0442\u0432\u0443\u044E\u0442 \u0441\u043E\u0432\u0440\u0435\u043C\u0435\u043D\u043D\u044B\u043C \u0442\u0440\u0435\u0431\u043E\u0432\u0430\u043D\u0438\u044F\u043C.","Successfully synchronized with the latest official rules:":"\u0423\u0441\u043F\u0435\u0448\u043D\u0430\u044F \u0441\u0438\u043D\u0445\u0440\u043E\u043D\u0438\u0437\u0430\u0446\u0438\u044F \u0441 \u043F\u043E\u0441\u043B\u0435\u0434\u043D\u0438\u043C\u0438 \u043E\u0444\u0438\u0446\u0438\u0430\u043B\u044C\u043D\u044B\u043C\u0438 \u043F\u0440\u0430\u0432\u0438\u043B\u0430\u043C\u0438 \u0430\u0434\u0430\u043F\u0442\u0430\u0446\u0438\u0438.","Checking for updates":"\u041F\u0440\u043E\u0432\u0435\u0440\u043A\u0430 \u043D\u0430\u043B\u0438\u0447\u0438\u044F \u043E\u0431\u043D\u043E\u0432\u043B\u0435\u043D\u0438\u0439","Rules are being synchronized":"\u0421\u0438\u043D\u0445\u0440\u043E\u043D\u0438\u0437\u0430\u0446\u0438\u044F \u043F\u0440\u0430\u0432\u0438\u043B \u0430\u0434\u0430\u043F\u0442\u0430\u0446\u0438\u0438",localVersionIsTooOld:"\u0412\u0435\u0440\u0441\u0438\u044F \u043B\u043E\u043A\u0430\u043B\u044C\u043D\u043E\u0433\u043E \u0440\u0430\u0441\u0448\u0438\u0440\u0435\u043D\u0438\u044F \u0441\u043B\u0438\u0448\u043A\u043E\u043C \u0443\u0441\u0442\u0430\u0440\u0435\u043B\u0430, \u043F\u043E\u0436\u0430\u043B\u0443\u0439\u0441\u0442\u0430, \u043E\u0431\u043D\u043E\u0432\u0438\u0442\u0435 \u0440\u0430\u0441\u0448\u0438\u0440\u0435\u043D\u0438\u0435 \u0434\u043E {minVersion} \u0438\u043B\u0438 \u0431\u043E\u043B\u0435\u0435 \u043D\u043E\u0432\u043E\u0439 \u0432\u0435\u0440\u0441\u0438\u0438 \u043F\u0435\u0440\u0435\u0434 \u043F\u043E\u043F\u044B\u0442\u043A\u043E\u0439 \u0441\u0438\u043D\u0445\u0440\u043E\u043D\u0438\u0437\u0430\u0446\u0438\u0438.",badUserscriptBrowser:"\u0422\u0435\u043A\u0443\u0449\u0438\u0439 \u0431\u0440\u0430\u0443\u0437\u0435\u0440 \u043D\u0435\u043A\u043E\u0440\u0440\u0435\u043A\u0442\u043D\u043E \u0440\u0435\u0430\u043B\u0438\u0437\u0443\u0435\u0442 \u0438\u043D\u0442\u0435\u0440\u0444\u0435\u0439\u0441 \u0440\u0430\u0441\u0448\u0438\u0440\u0435\u043D\u0438\u044F Grease Monkey (\u043D\u0430\u043F\u0440\u0438\u043C\u0435\u0440, \u0434\u043B\u044F \u043F\u043E\u043B\u0443\u0447\u0435\u043D\u0438\u044F \u0438\u043D\u0444\u043E\u0440\u043C\u0430\u0446\u0438\u0438 \u043E \u043D\u043E\u043C\u0435\u0440\u0435 \u0432\u0435\u0440\u0441\u0438\u0438 \u0441\u0430\u043C\u043E\u0433\u043E \u0441\u043A\u0440\u0438\u043F\u0442\u0430 Grease Monkey), \u043F\u043E\u0436\u0430\u043B\u0443\u0439\u0441\u0442\u0430, \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u0443\u0439\u0442\u0435 \u0434\u0440\u0443\u0433\u0438\u0435 \u0431\u0440\u0430\u0443\u0437\u0435\u0440\u044B, <1>\u043F\u043E\u0434\u0434\u0435\u0440\u0436\u0438\u0432\u0430\u044E\u0449\u0438\u0435 \u0440\u0430\u0441\u0448\u0438\u0440\u0435\u043D\u0438\u0435 Grease Monkey, \u043D\u0430\u043F\u0440\u0438\u043C\u0435\u0440 Firefox.",foundNewVersion:"\u0417\u043D\u0430\u043A\u043E\u043C\u0441\u0442\u0432\u043E \u0441 \u043D\u043E\u0432\u043E\u0439 \u0432\u0435\u0440\u0441\u0438\u0435\u0439",theLocalExtensionIsUpToUpdate:"\u0422\u0435\u043A\u0443\u0449\u0435\u0435 \u0440\u0430\u0441\u0448\u0438\u0440\u0435\u043D\u0438\u0435 \u044F\u0432\u043B\u044F\u0435\u0442\u0441\u044F \u0430\u043A\u0442\u0443\u0430\u043B\u044C\u043D\u044B\u043C.",failToSyncRules:"\u041D\u0435\u0432\u043E\u0437\u043C\u043E\u0436\u043D\u043E\u0441\u0442\u044C \u0441\u0438\u043D\u0445\u0440\u043E\u043D\u0438\u0437\u0430\u0446\u0438\u0438 \u043F\u043E\u0441\u043B\u0435\u0434\u043D\u0438\u0445 \u043F\u0440\u0430\u0432\u0438\u043B \u0430\u0434\u0430\u043F\u0442\u0430\u0446\u0438\u0438",retry:"\u041D\u0430\u0436\u043C\u0438\u0442\u0435 \u0437\u0434\u0435\u0441\u044C, \u0447\u0442\u043E\u0431\u044B \u043F\u043E\u0432\u0442\u043E\u0440\u0438\u0442\u044C \u043F\u043E\u043F\u044B\u0442\u043A\u0443",failedReason:"\u041F\u0440\u0438\u0447\u0438\u043D\u044B \u043D\u0435\u0443\u0434\u0430\u0447",currentRuleVersion:"\u0414\u0435\u0439\u0441\u0442\u0432\u0443\u044E\u0449\u0430\u044F \u0440\u0435\u0434\u0430\u043A\u0446\u0438\u044F \u043F\u0440\u0430\u0432\u0438\u043B",calculating:"\u0440\u0430\u0441\u0447\u0435\u0442\u044B",unknownError:"\u043D\u0435\u0438\u0437\u0432\u0435\u0441\u0442\u043D\u0430\u044F \u043E\u0448\u0438\u0431\u043A\u0430",canNotFetchRemoteRule:"\u041D\u0435\u0432\u043E\u0437\u043C\u043E\u0436\u043D\u043E \u043F\u043E\u043B\u0443\u0447\u0438\u0442\u044C \u0443\u0434\u0430\u043B\u0435\u043D\u043D\u044B\u0435 \u043F\u0440\u0430\u0432\u0438\u043B\u0430",enableAlphaSuccess:"\u0410\u043B\u044C\u0444\u0430 \u0432\u043A\u043B\u044E\u0447\u0435\u043D\u0430",disableAlphaSuccess:"\u0424\u0443\u043D\u043A\u0446\u0438\u044F \u0430\u043B\u044C\u0444\u0430 \u043E\u0442\u043A\u043B\u044E\u0447\u0435\u043D\u0430",cacheSize:"\u0420\u0430\u0437\u043C\u0435\u0440 \u043A\u044D\u0448\u0430\uFF1A",cleaning:"\u0432 \u043F\u0440\u043E\u0446\u0435\u0441\u0441\u0435 \u043B\u0438\u043A\u0432\u0438\u0434\u0430\u0446\u0438\u0438",cleanCache:"\u043E\u0447\u0438\u0441\u0442\u0438\u0442\u044C \u043A\u044D\u0448",options:"\u043D\u0430\u0441\u0442\u0440\u0430\u0438\u0432\u0430\u0442\u044C",about:"\u043F\u043E \u043E\u0442\u043D\u043E\u0448\u0435\u043D\u0438\u044E \u043A",service:"\u0443\u0441\u043B\u0443\u0433\u0430 \u0443\u0441\u0442\u043D\u043E\u0433\u043E \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430",needAction:"(\u041F\u0435\u0440\u0435\u0439\u0442\u0438 \u043A \u043D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0430\u043C)",goSettings:"\u043F\u0435\u0440\u0435\u0439\u0434\u0438\u0442\u0435 \u043A \u043D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0435",needActionForOptions:"(\u0443\u0441\u0442\u0430\u043D\u0430\u0432\u043B\u0438\u0432\u0430\u0435\u0442\u0441\u044F)",translationEngine:"\u041E\u043F\u0446\u0438\u0438 \u0434\u0432\u0438\u0433\u0430\u0442\u0435\u043B\u044F",sourceLanguage:"\u042F\u0437\u044B\u043A \u043E\u0440\u0438\u0433\u0438\u043D\u0430\u043B\u0430",target:"\u044F\u0437\u044B\u043A \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430",popupSourceLanguage:"\u042F\u0437\u044B\u043A \u043E\u0440\u0438\u0433\u0438\u043D\u0430\u043B\u0430",popupTarget:"\u044F\u0437\u044B\u043A \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430",popupService:"\u0443\u0441\u043B\u0443\u0433\u0430 \u0443\u0441\u0442\u043D\u043E\u0433\u043E \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430",forThisSite:"\u0422\u0435\u043A\u0443\u0449\u0438\u0439 \u0441\u0430\u0439\u0442",autoEnableSubtitle:"\u0410\u0432\u0442\u043E\u043C\u0430\u0442\u0438\u0447\u0435\u0441\u043A\u043E\u0435 \u043E\u0442\u043A\u0440\u044B\u0442\u0438\u0435 \u0434\u0432\u0443\u044F\u0437\u044B\u0447\u043D\u044B\u0445 \u0441\u0443\u0431\u0442\u0438\u0442\u0440\u043E\u0432",alwaysTranslate:"\u0412\u0441\u0435\u0433\u0434\u0430 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0438\u0442\u0435",neverTranslate:"\u041D\u0438\u043A\u043E\u0433\u0434\u0430 \u043D\u0435 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0438\u0442\u0435",alwaysTranslateSomeLanguage:"\u0412\u0441\u0435\u0433\u0434\u0430 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0438\u0442\u0435 {language}",neverTranslateSomeLanguage:"\u041D\u0438\u043A\u043E\u0433\u0434\u0430 \u043D\u0435 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0438\u0442\u0435 {language}",alwaysTranslateSomeSite:"\u0412\u0441\u0435\u0433\u0434\u0430 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0438\u0442\u0435 {hostname}",neverTranslateSomeSite:"\u041D\u0438\u043A\u043E\u0433\u0434\u0430 \u043D\u0435 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0438\u0442\u0435 {hostname}",alwaysTranslateSomeSiteOrWildSite:"\u0412\u0441\u0435\u0433\u0434\u0430 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0438\u0442\u0435 \u0441\u0430\u0439\u0442",alwaysTranslateSomePage:"\u0412\u0441\u0435\u0433\u0434\u0430 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0438\u0442\u0435 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u0443",add:"\u0443\u0432\u0435\u043B\u0438\u0447\u0438\u0442\u044C",default:"\u043F\u043E \u0443\u043C\u043E\u043B\u0447\u0430\u043D\u0438\u044E (\u043D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0430)",forThisLanguage:"\u0414\u043B\u044F \u044D\u0442\u043E\u0433\u043E \u044F\u0437\u044B\u043A\u0430\uFF1A","add url":"\u0412\u0432\u0435\u0434\u0438\u0442\u0435 URL",edit:"\u043A\u043E\u043C\u043F\u0438\u043B\u044F\u0442\u043E\u0440","translate other languages into specific language":"\u041F\u0435\u0440\u0435\u0432\u043E\u0434 \u0434\u0440\u0443\u0433\u0438\u0445 \u044F\u0437\u044B\u043A\u043E\u0432 \u043D\u0430 \u0443\u0441\u0442\u0430\u043D\u043E\u0432\u043B\u0435\u043D\u043D\u044B\u0439 \u0432\u0430\u043C\u0438 \u044F\u0437\u044B\u043A","select translation service":"\u0412\u044B\u0431\u0435\u0440\u0438\u0442\u0435 \u0441\u043B\u0443\u0436\u0431\u0443 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430",language:"\u043C\u043D\u043E\u0433\u043E\u044F\u0437\u044B\u0447\u0438\u0435","show-original":"\u041F\u043E\u043A\u0430\u0437\u0430\u0442\u044C \u043E\u0440\u0438\u0433\u0438\u043D\u0430\u043B\u044C\u043D\u044B\u0439 \u0442\u0435\u043A\u0441\u0442",translate:"\u0440\u0435\u043D\u0434\u0435\u0440\u0438\u043D\u0433",Translated:"\u043F\u0435\u0440\u0435\u0432\u0435\u0434\u0435\u043D\u043E",Translating:"\u0432 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0435",Error:"\u043D\u0435\u0432\u0435\u0440\u043D\u044B\u0439",allowCacheTranslations:"\u0412\u043A\u043B\u044E\u0447\u0438\u0442\u044C \u043B\u043E\u043A\u0430\u043B\u044C\u043D\u043E\u0435 \u043A\u044D\u0448\u0438\u0440\u043E\u0432\u0430\u043D\u0438\u0435 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u043E\u0432 (\u0434\u043B\u044F \u0443\u043C\u0435\u043D\u044C\u0448\u0435\u043D\u0438\u044F \u043A\u043E\u043B\u0438\u0447\u0435\u0441\u0442\u0432\u0430 \u0437\u0430\u043F\u0440\u043E\u0441\u043E\u0432 \u043D\u0430 \u043F\u0435\u0440\u0435\u0432\u043E\u0434 \u0434\u0443\u0431\u043B\u0438\u0440\u0443\u044E\u0449\u0438\u0445\u0441\u044F \u043E\u0442\u0440\u044B\u0432\u043A\u043E\u0432)","translation display":"\u0421\u0442\u0438\u043B\u044C \u043E\u0442\u043E\u0431\u0440\u0430\u0436\u0435\u043D\u0438\u044F \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430","select diplay style":"\u0420\u0430\u0437\u043B\u0438\u0447\u0430\u0442\u044C \u0441\u0442\u0438\u043B\u0438 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430, \u043E\u043F\u0438\u0440\u0430\u044F\u0441\u044C \u043D\u0430 \u0441\u043B\u0435\u0434\u0443\u044E\u0449\u0438\u0435 \u043F\u0440\u0438\u043C\u0435\u0440\u044B",interface:"\u041D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0438 \u0438\u043D\u0442\u0435\u0440\u0444\u0435\u0439\u0441\u0430",import_export:"\u0418\u043C\u043F\u043E\u0440\u0442/\u044D\u043A\u0441\u043F\u043E\u0440\u0442",import_export_title:"\u041A\u043E\u043D\u0444\u0438\u0433\u0443\u0440\u0430\u0446\u0438\u044F \u0438\u043C\u043F\u043E\u0440\u0442\u0430/\u044D\u043A\u0441\u043F\u043E\u0440\u0442\u0430",syncToGoogleDrive:"\u0422\u0435\u043F\u0435\u0440\u044C \u0441\u0438\u043D\u0445\u0440\u043E\u043D\u0438\u0437\u0430\u0446\u0438\u044F \u0441 Google Drive",floatBallOptions:"\u041D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0438 \u0445\u043E\u0432\u0435\u0440\u0431\u043E\u043B\u0430","floatBallOptions.enable":"\u0412\u043A\u043B\u044E\u0447\u0438\u0442\u044C \u0445\u043E\u0432\u0435\u0440\u0431\u043E\u043B","floatBallOptions.blockUrls":"\u041E\u0442\u043A\u043B\u044E\u0447\u0438\u0442\u044C \u0441\u0430\u0439\u0442","floatBallOptions.add":"\u0443\u0432\u0435\u043B\u0438\u0447\u0438\u0442\u044C","floatBallOptions.blockUrlDesc":"\u041F\u0430\u0440\u044F\u0449\u0438\u0435 \u0448\u0430\u0440\u044B \u043D\u0435 \u043E\u0442\u043E\u0431\u0440\u0430\u0436\u0430\u044E\u0442\u0441\u044F, \u043A\u043E\u0433\u0434\u0430 \u0432\u0441\u0442\u0440\u0435\u0447\u0430\u044E\u0442\u0441\u044F \u0441\u043B\u0435\u0434\u0443\u044E\u0449\u0438\u0435 \u0441\u0430\u0439\u0442\u044B","floatBallOptions.clickType":"\u043F\u043E\u0432\u0435\u0434\u0435\u043D\u0438\u0435 \u043F\u0440\u0438 \u043D\u0430\u0436\u0430\u0442\u0438\u0438","floatBallOptions.clickTypeDesc":"\u041F\u043E\u0432\u0435\u0434\u0435\u043D\u0438\u0435 \u0438\u043A\u043E\u043D\u043A\u0438 \u0445\u043E\u0432\u0435\u0440\u0431\u043E\u043B\u0430 \u043F\u0440\u0438 \u043D\u0430\u0436\u0430\u0442\u0438\u0438","floatBallOptions.clickPopup":"\u041F\u043E\u043A\u0430\u0437\u0430\u0442\u044C \u043F\u0430\u043D\u0435\u043B\u044C \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430","floatBallOptions.clickTranslate":"\u041F\u0435\u0440\u0435\u0432\u043E\u0434/\u043E\u0442\u043E\u0431\u0440\u0430\u0436\u0435\u043D\u0438\u0435 \u043E\u0440\u0438\u0433\u0438\u043D\u0430\u043B\u044C\u043D\u043E\u0433\u043E \u0442\u0435\u043A\u0441\u0442\u0430","floatBallOptions.fixedPosition":"\u56FA\u5B9A\u4F4D\u7F6E","floatBallOptions.fixedPositionDesc":"\u60AC\u6D6E\u7403\u5728\u7A97\u53E3\u5DE6\u4FA7\u8FD8\u662F\u53F3\u4FA7","floatBallOptions.fixedPositionLeft":"\u5DE6\u4FA7","floatBallOptions.fixedPositionRight":"\u53F3\u4FA7",previewAllThemes:"\u041F\u0440\u0435\u0434\u0432\u0430\u0440\u0438\u0442\u0435\u043B\u044C\u043D\u044B\u0439 \u043F\u0440\u043E\u0441\u043C\u043E\u0442\u0440 \u0432\u0441\u0435\u0445 \u0441\u0442\u0438\u043B\u0435\u0439","translationTheme.none":"\u043D\u0435 \u0438\u043C\u0435\u0442\u044C","translationTheme.grey":"\u0442\u0451\u043C\u043D\u043E-\u0441\u0435\u0440\u044B\u0439","translationTheme.dashed":"\u043F\u0443\u043D\u043A\u0442\u0438\u0440\u043D\u043E\u0435 \u043F\u043E\u0434\u0447\u0451\u0440\u043A\u0438\u0432\u0430\u043D\u0438\u0435","translationTheme.dotted":"\u0442\u043E\u0447\u0435\u0447\u043D\u043E\u0435 \u043F\u043E\u0434\u0447\u0435\u0440\u043A\u0438\u0432\u0430\u043D\u0438\u0435","translationTheme.dashedBorder":"\u043F\u0443\u043D\u043A\u0442\u0438\u0440\u043D\u0430\u044F \u0433\u0440\u0430\u043D\u0438\u0446\u0430","translationTheme.solidBorder":"\u0441\u043F\u043B\u043E\u0448\u043D\u0430\u044F \u0433\u0440\u0430\u043D\u0438\u0446\u0430","translationTheme.underline":"\u041F\u043E\u0434\u0447\u0435\u0440\u043A\u0438\u0432\u0430\u043D\u0438\u0435 \u043F\u0440\u044F\u043C\u044B\u0445 \u043B\u0438\u043D\u0438\u0439","translationTheme.mask":"\u041D\u0435\u0447\u0435\u0442\u043A\u0438\u0435 \u044D\u0444\u0444\u0435\u043A\u0442\u044B (\u0440\u0435\u0436\u0438\u043C\u044B \u043E\u0431\u0443\u0447\u0435\u043D\u0438\u044F)","translationTheme.opacity":"\u044D\u0444\u0444\u0435\u043A\u0442 \u043F\u0440\u043E\u0437\u0440\u0430\u0447\u043D\u043E\u0441\u0442\u0438","translationTheme.paper":"\u042D\u0444\u0444\u0435\u043A\u0442 \u0442\u0435\u043D\u0438 \u043E\u0442 \u0431\u0435\u043B\u043E\u0439 \u0431\u0443\u043C\u0430\u0433\u0438","translationTheme.dividingLine":"\u0440\u0430\u0437\u0434\u0435\u043B\u0438\u0442\u0435\u043B\u044C\u043D\u0430\u044F \u043B\u0438\u043D\u0438\u044F","translationTheme.highlight":"\u0432\u044B\u0441\u043E\u043A\u0430\u044F \u044F\u0440\u043A\u043E\u0441\u0442\u044C","translationTheme.marker":"\u043C\u0430\u0440\u043A\u0435\u0440 (\u0437\u0430\u0438\u043C\u0441\u0442\u0432\u043E\u0432\u0430\u043D\u043D\u043E\u0435 \u0441\u043B\u043E\u0432\u043E)","translationTheme.marker2":"\u041C\u0430\u0440\u043A\u0435\u0440 2","translationTheme.blockquote":"\u0421\u0442\u0438\u043B\u0438 \u0441\u0441\u044B\u043B\u043E\u043A","translationTheme.weakening":"\u043E\u0441\u043B\u0430\u0431\u043B\u0435\u043D\u0438\u0435","translationTheme.italic":"\u043D\u0430\u043A\u043B\u043E\u043D\u043D\u044B\u0439 \u0448\u0440\u0438\u0444\u0442","translationTheme.bold":"\u0441\u0433\u0443\u0441\u0442\u0438\u0442\u044C","translationTheme.thinDashed":"\u0442\u043E\u043D\u043A\u0430\u044F \u043F\u0443\u043D\u043A\u0442\u0438\u0440\u043D\u0430\u044F \u043B\u0438\u043D\u0438\u044F \u043F\u043E\u0434\u0447\u0435\u0440\u043A\u0438\u0432\u0430\u043D\u0438\u0435","translationTheme.nativeDashed":"\u0421\u0438\u0441\u0442\u0435\u043C\u0430 \u043F\u043E\u0441\u0442\u0430\u0432\u043B\u044F\u0435\u0442\u0441\u044F \u0441 \u043F\u0443\u043D\u043A\u0442\u0438\u0440\u043D\u044B\u043C \u043F\u043E\u0434\u0447\u0435\u0440\u043A\u0438\u0432\u0430\u043D\u0438\u0435\u043C","translationTheme.nativeDotted":"\u0421\u0438\u0441\u0442\u0435\u043C\u0430 \u043F\u043E\u0441\u0442\u0430\u0432\u043B\u044F\u0435\u0442\u0441\u044F \u0441 \u043F\u0443\u043D\u043A\u0442\u0438\u0440\u043D\u044B\u043C \u043F\u043E\u0434\u0447\u0435\u0440\u043A\u0438\u0432\u0430\u043D\u0438\u0435\u043C","translationTheme.nativeUnderline":"\u0421\u0438\u0441\u0442\u0435\u043C\u0430 \u043F\u043E\u0441\u0442\u0430\u0432\u043B\u044F\u0435\u0442\u0441\u044F \u0441 \u043F\u0440\u044F\u043C\u044B\u043C \u043F\u043E\u0434\u0441\u0442\u0440\u043E\u0447\u043D\u0438\u043A\u043E\u043C","translationTheme.wavy":"\u0432\u043E\u043B\u043D\u0438\u0441\u0442\u0430\u044F \u043B\u0438\u043D\u0438\u044F","translationServices.custom":"\u041F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u0435\u043B\u044C\u0441\u043A\u0438\u0439 API","translationServices.tencent":"\u041F\u0435\u0440\u0435\u0432\u043E\u0434\u0447\u0438\u043A Tencent","translationServices.tenAlpha":"Tencent Translator (Alpha)","translationServices.google":"Google Translate","translationServices.bai":"Baidu (Alpha)","translationServices.baidu":"\u041F\u0435\u0440\u0435\u0432\u043E\u0434 Baidu","translationServices.aliyun":"\u041F\u0435\u0440\u0435\u0432\u043E\u0434 AliCloud","translationServices.volc":"\u043F\u0435\u0440\u0435\u0432\u043E\u0434 \u0432\u0443\u043B\u043A\u0430\u043D\u0430","translationServices.deeplx":"DeepLX (Beta)","translationServices.bing":"Microsoft Translate","translationServices.deepl":"DeepL","translationServices.wechat":"\u041F\u0435\u0440\u0435\u0432\u043E\u0434 WeChat","translationServices.azure":"\u041B\u0430\u0437\u0443\u0440\u043D\u044B\u0439 \u043F\u0435\u0440\u0435\u0432\u043E\u0434","translationServices.ibm":"IBM Watson","translationServices.aws":"\u041F\u0435\u0440\u0435\u0432\u043E\u0434 Amazon","translationServices.mock":"\u0418\u043C\u0438\u0442\u0430\u0446\u0438\u044F \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430","translationServices.mock2":"\u0418\u043C\u0438\u0442\u0430\u0446\u0438\u044F \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430 2","translationServices.caiyun":"\u043B\u0438\u0442. \u0440\u0430\u0437\u043D\u043E\u0446\u0432\u0435\u0442\u043D\u044B\u0435 \u043E\u0431\u043B\u0430\u043A\u0430 \u0438 \u043D\u0435\u0431\u043E\u043B\u044C\u0448\u0438\u0435 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u044B","translationServices.cai":"\u0420\u0430\u0437\u043D\u043E\u0446\u0432\u0435\u0442\u043D\u044B\u0435 \u043E\u0431\u043B\u0430\u043A\u0430 (\u0410\u043B\u044C\u0444\u0430)","translationServices.volcAlpha":"\u0412\u0443\u043B\u043A\u0430\u043D (\u0410\u043B\u044C\u0444\u0430)","translationServices.openl":"OpenL","translationServices.youdao":"\u041F\u0435\u0440\u0435\u0432\u043E\u0434 \u043D\u0430 Youtube","translationServices.you":"\u041F\u0435\u0440\u0435\u0432\u043E\u0434\u0447\u0438\u043A Youdao (\u0410\u043B\u044C\u0444\u0430)","translationServices.transmart":"\u041F\u0435\u0440\u0435\u0432\u043E\u0434 Tencent Interactive","translationServices.niu":"Maverick Translator","translationServices.papago":"\u041F\u0435\u0440\u0435\u0432\u043E\u0434 Papago","translationServices.d":"D (Alpha)","translationServices.dpro":"D Pro (Canary)","translationServices.openai":"OpenAI","translationServices.yandex":"Yandex","translationServices.chatgpt":"ChatGPT Web(3.5 mobile)","translate title":"\u041F\u0435\u0440\u0435\u0432\u043E\u0434 \u0437\u0430\u0433\u043E\u043B\u043E\u0432\u043A\u043E\u0432 \u0441\u0442\u0440\u0430\u043D\u0438\u0446","always languages":"\u0412\u0441\u0435\u0433\u0434\u0430 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0438\u0442\u0435 \u044F\u0437\u044B\u043A",neverTranslateLanguagesLabel:"\u042F\u0437\u044B\u043A, \u043A\u043E\u0442\u043E\u0440\u044B\u0439 \u043D\u0438\u043A\u043E\u0433\u0434\u0430 \u043D\u0435 \u0431\u0443\u0434\u0435\u0442 \u043F\u0435\u0440\u0435\u0432\u0435\u0434\u0435\u043D",neverTranslateTheFollowingLanguagesDescription:"\u041F\u0435\u0440\u0435\u0432\u043E\u0434\u044B \u043F\u0440\u043E\u043F\u0443\u0441\u043A\u0430\u044E\u0442\u0441\u044F, \u0435\u0441\u043B\u0438 \u0430\u0431\u0437\u0430\u0446 \u043D\u0430 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u0435 \u043D\u0430\u043F\u0438\u0441\u0430\u043D \u043D\u0430 \u043E\u0434\u043D\u043E\u043C \u0438\u0437 \u0441\u043B\u0435\u0434\u0443\u044E\u0449\u0438\u0445 \u044F\u0437\u044B\u043A\u043E\u0432",enableUserscriptPagePopup:"\u041F\u043E\u043A\u0430\u0437\u044B\u0432\u0430\u0442\u044C \u043D\u0430\u0432\u0435\u0434\u0435\u043D\u043D\u044B\u0439 \u0448\u0430\u0440 \u043D\u0430 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u0435",enableUserscriptPagePopupDescription:"\u041F\u043E\u0441\u043B\u0435 \u0432\u044B\u043A\u043B\u044E\u0447\u0435\u043D\u0438\u044F \u0445\u043E\u0432\u0435\u0440\u0431\u043E\u043B\u0430 \u0435\u0433\u043E \u043C\u043E\u0436\u043D\u043E \u0432\u044B\u0437\u0432\u0430\u0442\u044C \u0441 \u043F\u043E\u043C\u043E\u0449\u044C\u044E \u044F\u0440\u043B\u044B\u043A\u0430 /{touch}. \u041D\u0430\u0441\u0442\u043E\u044F\u0442\u0435\u043B\u044C\u043D\u043E \u0440\u0435\u043A\u043E\u043C\u0435\u043D\u0434\u0443\u0435\u0442\u0441\u044F \u0434\u043E\u0431\u0430\u0432\u0438\u0442\u044C \u044D\u0442\u0443 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u0443 \u043D\u0430\u0441\u0442\u0440\u043E\u0435\u043A \u0432 \u0437\u0430\u043A\u043B\u0430\u0434\u043A\u0438, \u0447\u0442\u043E\u0431\u044B \u043D\u0435 \u043D\u0430\u0439\u0442\u0438 \u0445\u043E\u0432\u0435\u0440\u0431\u043E\u043B \u043F\u043E\u0441\u043B\u0435 \u0441\u043B\u0443\u0447\u0430\u0439\u043D\u043E\u0433\u043E \u043E\u0442\u043A\u043B\u044E\u0447\u0435\u043D\u0438\u044F \u044D\u0442\u043E\u0439 \u043E\u043F\u0446\u0438\u0438!","always translate the following languages":"\u0410\u0432\u0442\u043E\u043C\u0430\u0442\u0438\u0447\u0435\u0441\u043A\u0438\u0439 \u043F\u0435\u0440\u0435\u0432\u043E\u0434 \u043D\u0430 \u0446\u0435\u043B\u0435\u0432\u043E\u0439 \u044F\u0437\u044B\u043A, \u0435\u0441\u043B\u0438 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u0430 \u043D\u0430\u043F\u0438\u0441\u0430\u043D\u0430 \u043D\u0430 \u043E\u0434\u043D\u043E\u043C \u0438\u0437 \u0441\u043B\u0435\u0434\u0443\u044E\u0449\u0438\u0445 \u044F\u0437\u044B\u043A\u043E\u0432","always sites":"\u0412\u0441\u0435\u0433\u0434\u0430 \u043F\u0435\u0440\u0435\u0432\u0435\u0434\u0435\u043D\u043D\u044B\u0435 \u0432\u0435\u0431-\u0441\u0430\u0439\u0442\u044B","always translate the following sites":"\u0412\u0435\u0431-\u0441\u0430\u0439\u0442\u044B \u0430\u0432\u0442\u043E\u043C\u0430\u0442\u0438\u0447\u0435\u0441\u043A\u0438 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u044F\u0442\u0441\u044F \u043D\u0430 \u044F\u0437\u044B\u043A \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430, \u0435\u0441\u043B\u0438 \u043E\u043D\u0438 \u044F\u0432\u043B\u044F\u044E\u0442\u0441\u044F \u0434\u043E\u043C\u0435\u043D\u043D\u044B\u043C\u0438 \u0438\u043C\u0435\u043D\u0430\u043C\u0438","never sites":"\u041D\u0435\u043F\u0435\u0440\u0435\u0432\u0435\u0434\u0435\u043D\u043D\u044B\u0439 \u0441\u0430\u0439\u0442","never translate the following sites":"\u041F\u0435\u0440\u0435\u0432\u043E\u0434 \u043D\u0435 \u0431\u0443\u0434\u0435\u0442 \u0432\u044B\u043F\u043E\u043B\u043D\u044F\u0442\u044C\u0441\u044F, \u0435\u0441\u043B\u0438 \u0441\u0430\u0439\u0442 \u043F\u0440\u0435\u0434\u043D\u0430\u0437\u043D\u0430\u0447\u0435\u043D \u0434\u043B\u044F \u0441\u043B\u0435\u0434\u0443\u044E\u0449\u0438\u0445 \u0434\u043E\u043C\u0435\u043D\u043E\u0432","please refer to":"\u041F\u0435\u0440\u0435\u0434 \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u043D\u0438\u0435\u043C \u043D\u0435\u043E\u0431\u0445\u043E\u0434\u0438\u043C\u043E \u0437\u0430\u043F\u043E\u043B\u043D\u0438\u0442\u044C \u043A\u043B\u044E\u0447.",KeyAndConfigurationTutorial:"\u0423\u0447\u0435\u0431\u043D\u0438\u043A \u043F\u043E \u043F\u0440\u0438\u043C\u0435\u043D\u0435\u043D\u0438\u044E \u0438 \u043D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0435 \u043A\u043B\u044E\u0447\u0435\u0439",useAboveStyleForTheseSites:"\u0412\u0441\u0435\u0433\u0434\u0430 \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u0443\u0439\u0442\u0435 \u0441\u0442\u0438\u043B\u044C \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430 \u2308{theme}\u230B, \u0435\u0441\u043B\u0438 \u0441\u0430\u0439\u0442 \u043F\u0440\u0435\u0434\u043D\u0430\u0437\u043D\u0430\u0447\u0435\u043D \u0434\u043B\u044F \u0441\u043B\u0435\u0434\u0443\u044E\u0449\u0438\u0445 \u0434\u043E\u043C\u0435\u043D\u043E\u0432",currentUrl:"\u0422\u0435\u043A\u0443\u0449\u0438\u0439 URL",confirm:"\u0441\u043E\u0445\u0440\u0430\u043D\u044F\u0442\u044C (\u0444\u0430\u0439\u043B \u0438 \u0442.\u0434.) (\u0432\u044B\u0447\u0438\u0441\u043B\u0438\u0442\u0435\u043B\u044C\u043D\u0430\u044F \u0442\u0435\u0445\u043D\u0438\u043A\u0430)",cancel:"\u043E\u0442\u043C\u0435\u043D\u044B",delete:"\u0443\u0434\u0430\u043B\u0435\u043D\u0438\u0435","languages.auto":"\u0430\u0432\u0442\u043E\u043C\u0430\u0442\u0438\u0447\u0435\u0441\u043A\u043E\u0435 \u043E\u0431\u043D\u0430\u0440\u0443\u0436\u0435\u043D\u0438\u0435",syncToCloud:"\u0421\u0438\u043D\u0445\u0440\u043E\u043D\u0438\u0437\u0430\u0446\u0438\u044F \u0441 Google Drive",syncToCloudDescription:"\u0417\u0430\u0433\u0440\u0443\u0436\u0435\u043D\u043D\u0430\u044F \u0432 \u043E\u0431\u043B\u0430\u043A\u043E, \u043A\u043E\u043D\u0444\u0438\u0433\u0443\u0440\u0430\u0446\u0438\u044F \u043C\u043E\u0436\u0435\u0442 \u0431\u044B\u0442\u044C \u0441\u0438\u043D\u0445\u0440\u043E\u043D\u0438\u0437\u0438\u0440\u043E\u0432\u0430\u043D\u0430 \u043C\u0435\u0436\u0434\u0443 \u0440\u0430\u0437\u043B\u0438\u0447\u043D\u044B\u043C\u0438 \u0431\u0440\u0430\u0443\u0437\u0435\u0440\u0430\u043C\u0438/\u0441\u043A\u0440\u0438\u043F\u0442\u0430\u043C\u0438 grease monkey, \u0432 \u0437\u0430\u0432\u0438\u0441\u0438\u043C\u043E\u0441\u0442\u0438 \u043E\u0442 \u0442\u043E\u0433\u043E, \u0447\u0442\u043E \u0431\u044B\u043B\u043E \u0438\u0437\u043C\u0435\u043D\u0435\u043D\u043E \u043F\u043E\u0441\u043B\u0435\u0434\u043D\u0438\u043C.",syncToAccount:"\u0421\u0438\u043D\u0445\u0440\u043E\u043D\u0438\u0437\u0430\u0446\u0438\u044F \u0441 \u043E\u0431\u043B\u0430\u043A\u043E\u043C \u0438\u043C\u043C\u0435\u0440\u0441\u0438\u0432\u043D\u043E\u0433\u043E \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430",syncToAccountButton:"\u041C\u0433\u043D\u043E\u0432\u0435\u043D\u043D\u0430\u044F \u0441\u0438\u043D\u0445\u0440\u043E\u043D\u0438\u0437\u0430\u0446\u0438\u044F \u0441 \u043E\u0431\u043B\u0430\u043A\u043E\u043C",syncToAccountDescription:"\u0410\u0432\u0442\u043E\u043C\u0430\u0442\u0438\u0447\u0435\u0441\u043A\u0430\u044F \u0441\u0438\u043D\u0445\u0440\u043E\u043D\u0438\u0437\u0430\u0446\u0438\u044F \u043A\u043E\u043D\u0444\u0438\u0433\u0443\u0440\u0430\u0446\u0438\u0439 \u043C\u0435\u0436\u0434\u0443 \u0440\u0430\u0437\u043B\u0438\u0447\u043D\u044B\u043C\u0438 \u0443\u0441\u0442\u0440\u043E\u0439\u0441\u0442\u0432\u0430\u043C\u0438 \u0432 \u0437\u0430\u0432\u0438\u0441\u0438\u043C\u043E\u0441\u0442\u0438 \u043E\u0442 \u0442\u043E\u0433\u043E, \u043A\u0430\u043A\u0430\u044F \u0438\u0437 \u043D\u0438\u0445 \u0431\u044B\u043B\u0430 \u0438\u0437\u043C\u0435\u043D\u0435\u043D\u0430 \u043F\u043E\u0441\u043B\u0435\u0434\u043D\u0435\u0439.",successSyncConfigInAccount:"\u0423\u0441\u043F\u0435\u0448\u043D\u0430\u044F \u0441\u0438\u043D\u0445\u0440\u043E\u043D\u0438\u0437\u0430\u0446\u0438\u044F \u0441 \u043E\u0431\u043B\u0430\u043A\u043E\u043C",successSyncConfigToAccount:"\u0423\u0441\u043F\u0435\u0448\u043D\u0430\u044F \u0441\u0438\u043D\u0445\u0440\u043E\u043D\u0438\u0437\u0430\u0446\u0438\u044F \u0441 \u043E\u0431\u043B\u0430\u043A\u043E\u043C",syncConfigNoUpdate:"\u041E\u043D\u0430 \u0443\u0436\u0435 \u0441\u043E\u043E\u0442\u0432\u0435\u0442\u0441\u0442\u0432\u0443\u0435\u0442 \u0441\u043E\u0432\u0440\u0435\u043C\u0435\u043D\u043D\u044B\u043C \u0442\u0440\u0435\u0431\u043E\u0432\u0430\u043D\u0438\u044F\u043C.",authFail:"\u0421\u0431\u043E\u0439 \u0430\u0432\u0442\u043E\u0440\u0438\u0437\u0430\u0446\u0438\u0438",syncTitle:"\u0420\u0443\u0447\u043D\u043E\u0435 \u0443\u043F\u0440\u0430\u0432\u043B\u0435\u043D\u0438\u0435 \u0440\u0435\u0437\u0435\u0440\u0432\u043D\u044B\u043C \u043A\u043E\u043F\u0438\u0440\u043E\u0432\u0430\u043D\u0438\u0435\u043C",import_hint:"\u0438\u043C\u043F\u043E\u0440\u0442 (\u0434\u0430\u043D\u043D\u044B\u0435)",upload:"\u0437\u0430\u0433\u0440\u0443\u0437\u0438\u0442\u044C",revokeAuth:"\u043E\u0442\u043E\u0437\u0432\u0430\u0442\u044C \u0440\u0430\u0437\u0440\u0435\u0448\u0435\u043D\u0438\u0435",uploadFail:"\u0417\u0430\u0433\u0440\u0443\u0437\u043A\u0430 \u043D\u0435 \u0443\u0434\u0430\u043B\u0430\u0441\u044C",download:"\u0437\u0430\u0433\u0440\u0443\u0437\u043A\u0430",importSuccess:"\u0423\u0441\u043F\u0435\u0448\u043D\u043E \u0438\u043C\u043F\u043E\u0440\u0442\u0438\u0440\u0443\u0435\u0442\u0441\u044F",importFail:"\u0441\u0431\u043E\u0439 \u0438\u043C\u043F\u043E\u0440\u0442\u0430",deleteFail:"\u041D\u0435 \u0443\u0434\u0430\u043B\u043E\u0441\u044C \u0443\u0434\u0430\u043B\u0438\u0442\u044C",backupToCloud:"\u0420\u0443\u0447\u043D\u043E\u0435 \u0443\u043F\u0440\u0430\u0432\u043B\u0435\u043D\u0438\u0435 \u0444\u0430\u0439\u043B\u0430\u043C\u0438 \u0440\u0435\u0437\u0435\u0440\u0432\u043D\u043E\u0433\u043E \u043A\u043E\u043F\u0438\u0440\u043E\u0432\u0430\u043D\u0438\u044F",create_new_backup:"\u0414\u043E\u0431\u0430\u0432\u043B\u0435\u043D\u0438\u0435 \u043D\u043E\u0432\u043E\u0433\u043E \u0443\u0437\u043B\u0430 \u0440\u0435\u0437\u0435\u0440\u0432\u043D\u043E\u0433\u043E \u043A\u043E\u043F\u0438\u0440\u043E\u0432\u0430\u043D\u0438\u044F",maxBackupFiles:"\u0420\u0435\u0437\u0435\u0440\u0432\u043D\u043E\u0435 \u043A\u043E\u043F\u0438\u0440\u043E\u0432\u0430\u043D\u0438\u0435 \u043C\u043E\u0436\u0435\u0442 \u0431\u044B\u0442\u044C \u0432\u044B\u043F\u043E\u043B\u043D\u0435\u043D\u043E \u0434\u043E{count}\u0440\u0430\u0437\u043B\u0438\u0447\u043D\u044B\u0445 \u0443\u0437\u043B\u043E\u0432, \u0443\u0434\u0430\u043B\u0438\u0442\u0435 \u043D\u0435\u043D\u0443\u0436\u043D\u044B\u0435 \u0443\u0437\u043B\u044B.",backupToCloudDescription:"\u0420\u0443\u0447\u043D\u0430\u044F \u0437\u0430\u0433\u0440\u0443\u0437\u043A\u0430 \u0438\u043B\u0438 \u0432\u043E\u0441\u0441\u0442\u0430\u043D\u043E\u0432\u043B\u0435\u043D\u0438\u0435 \u0444\u0430\u0439\u043B\u043E\u0432 \u0440\u0435\u0437\u0435\u0440\u0432\u043D\u044B\u0445 \u043A\u043E\u043F\u0438\u0439, \u043F\u043E\u0437\u0432\u043E\u043B\u044F\u044E\u0449\u0430\u044F \u0441\u043E\u0437\u0434\u0430\u0432\u0430\u0442\u044C \u0434\u043E 3 \u0440\u0430\u0437\u043B\u0438\u0447\u043D\u044B\u0445 \u0440\u0435\u0437\u0435\u0440\u0432\u043D\u044B\u0445 \u043A\u043E\u043F\u0438\u0439",successSyncConfig:"\u0423\u0441\u043F\u0435\u0448\u043D\u0430\u044F \u0441\u0438\u043D\u0445\u0440\u043E\u043D\u0438\u0437\u0430\u0446\u0438\u044F \u0441 \u043E\u0431\u043B\u0430\u043A\u043E\u043C",syncFail:"\u0441\u0431\u043E\u0439 \u0441\u0438\u043D\u0445\u0440\u043E\u043D\u0438\u0437\u0430\u0446\u0438\u0438",updatedAt:"\u041E\u0431\u043D\u043E\u0432\u043B\u0435\u043D\u043E \u0441 \u0441\u0430\u0439\u0442\u0430 {date}",lastSyncedAt:"\u041F\u043E\u0441\u043B\u0435\u0434\u043D\u044F\u044F \u043F\u0440\u043E\u0432\u0435\u0440\u043A\u0430 \u043D\u0430 \u0441\u0430\u0439\u0442\u0435 {date}",downloadFail:"\u041D\u0435 \u0443\u0434\u0430\u043B\u043E\u0441\u044C \u0437\u0430\u0433\u0440\u0443\u0437\u0438\u0442\u044C",clickToDownload:"\u041D\u0430\u0436\u043C\u0438\u0442\u0435 \u0434\u043B\u044F \u0437\u0430\u0433\u0440\u0443\u0437\u043A\u0438",aboutLabel:"\u041E \u043A\u043E\u043C\u043F\u0430\u043D\u0438\u0438 - \u041E\u0431\u0440\u0430\u0442\u043D\u0430\u044F \u0441\u0432\u044F\u0437\u044C","browser.openAboutPage":"\u0418\u043D\u0444\u043E\u0440\u043C\u0430\u0446\u0438\u044F/\u041E\u0442\u0437\u044B\u0432\u044B",aboutLabelWithoutSponsor:"\u041E \u043A\u043E\u043C\u043F\u0430\u043D\u0438\u0438 - \u041E\u0431\u0440\u0430\u0442\u043D\u0430\u044F \u0441\u0432\u044F\u0437\u044C",aboutIntro:"\u041F\u0443\u0441\u0442\u044C \u043D\u0430\u043C \u0432\u0441\u0435\u043C \u0431\u0443\u0434\u0435\u0442 \u043B\u0435\u0433\u0447\u0435 \u0438 \u043F\u0440\u0438\u044F\u0442\u043D\u0435\u0435 \u043F\u043E\u043B\u0443\u0447\u0430\u0442\u044C \u0434\u043E\u0441\u0442\u0443\u043F \u043A \u043E\u0433\u0440\u043E\u043C\u043D\u043E\u043C\u0443 \u043A\u043E\u043B\u0438\u0447\u0435\u0441\u0442\u0432\u0443 \u0438\u043D\u0444\u043E\u0440\u043C\u0430\u0446\u0438\u0438 \u043D\u0430 \u0438\u043D\u043E\u0441\u0442\u0440\u0430\u043D\u043D\u044B\u0445 \u044F\u0437\u044B\u043A\u0430\u0445 \u0432 \u0418\u043D\u0442\u0435\u0440\u043D\u0435\u0442\u0435 \u2764\uFE0F \u0412\u044B \u043C\u043E\u0436\u0435\u0442\u0435 \u0430\u043A\u0442\u0438\u0432\u0438\u0440\u043E\u0432\u0430\u0442\u044C <6>\u0447\u043B\u0435\u043D\u0441\u0442\u0432\u043E \u0432 \u043F\u0440\u043E\u0433\u0440\u0430\u043C\u043C\u0435 Pro, \u0447\u0442\u043E\u0431\u044B \u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u044C\u0441\u044F \u0433\u043E\u0442\u043E\u0432\u044B\u043C\u0438 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430\u043C\u0438 DeepL \u0438 OpenAI.

\u0412\u044B \u043C\u043E\u0436\u0435\u0442\u0435 \u0441\u043B\u0435\u0434\u0438\u0442\u044C \u0437\u0430 \u043D\u0430\u043C\u0438 \u0432 <3>Twitter, <4>Telegram, Weibo, WeChat \u0438\u043B\u0438 <5>\u043F\u043E\u0434\u043F\u0438\u0441\u0430\u0442\u044C\u0441\u044F \u043D\u0430 \u043D\u0430\u0448\u0443 \u0440\u0430\u0441\u0441\u044B\u043B\u043A\u0443 \u043D\u0438\u0436\u0435, \u0447\u0442\u043E\u0431\u044B \u043E\u0442\u0441\u043B\u0435\u0436\u0438\u0432\u0430\u0442\u044C \u043E\u0431\u043D\u043E\u0432\u043B\u0435\u043D\u0438\u044F.
<7>\u0423\u0447\u0430\u0441\u0442\u043D\u0438\u043A\u0438 \u043F\u0440\u043E\u0433\u0440\u0430\u043C\u043C\u044B Pro \u043C\u043E\u0433\u0443\u0442 \u0441\u0432\u044F\u0437\u0430\u0442\u044C\u0441\u044F \u0441 \u043D\u0430\u043C\u0438 \u043F\u043E \u0430\u0434\u0440\u0435\u0441\u0443 <8>support@immersivetranslate.com \u0434\u043B\u044F \u0431\u044B\u0441\u0442\u0440\u043E\u0433\u043E \u043E\u0431\u0441\u043B\u0443\u0436\u0438\u0432\u0430\u043D\u0438\u044F \u043A\u043B\u0438\u0435\u043D\u0442\u043E\u0432.",aboutIntroWithoutSponsor:"\u041F\u0443\u0441\u0442\u044C \u0432\u0441\u0435\u043C \u043D\u0430\u043C \u0431\u0443\u0434\u0435\u0442 \u043B\u0435\u0433\u0447\u0435 \u0438 \u043F\u0440\u0438\u044F\u0442\u043D\u0435\u0435 \u043F\u043E\u043B\u0443\u0447\u0430\u0442\u044C \u0434\u043E\u0441\u0442\u0443\u043F \u043A \u043E\u0433\u0440\u043E\u043C\u043D\u043E\u043C\u0443 \u043A\u043E\u043B\u0438\u0447\u0435\u0441\u0442\u0432\u0443 \u0438\u043D\u0444\u043E\u0440\u043C\u0430\u0446\u0438\u0438 \u043D\u0430 \u0438\u043D\u043E\u0441\u0442\u0440\u0430\u043D\u043D\u044B\u0445 \u044F\u0437\u044B\u043A\u0430\u0445, \u0434\u043E\u0441\u0442\u0443\u043F\u043D\u043E\u0439 \u0432 \u0418\u043D\u0442\u0435\u0440\u043D\u0435\u0442\u0435 \u2764\uFE0F

\u0412\u044B \u043C\u043E\u0436\u0435\u0442\u0435 \u0441\u043B\u0435\u0434\u0438\u0442\u044C \u0437\u0430 \u043D\u0430\u043C\u0438 \u0432 <3>Twitter, <4>Telegram-\u043A\u0430\u043D\u0430\u043B\u0435, WeChat, WeChat Exchange \u0438\u043B\u0438 <5>\u043F\u043E\u0434\u043F\u0438\u0441\u0430\u0442\u044C\u0441\u044F \u043D\u0430 \u043E\u0442\u0441\u043B\u0435\u0436\u0438\u0432\u0430\u043D\u0438\u0435 \u043E\u0431\u043D\u043E\u0432\u043B\u0435\u043D\u0438\u0439 \u043F\u043E <5>\u044D\u043B\u0435\u043A\u0442\u0440\u043E\u043D\u043D\u043E\u0439 \u043F\u043E\u0447\u0442\u0435 \u043D\u0438\u0436\u0435.",projectHomepage:'\u041F\u0440\u043E\u0435\u043A\u0442 "\u0414\u043E\u043C',joinTelegramGroup:"\u041F\u0440\u0438\u0441\u043E\u0435\u0434\u0438\u043D\u044F\u0439\u0442\u0435\u0441\u044C \u043A \u0433\u0440\u0443\u043F\u043F\u0435 \u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u0435\u043B\u0435\u0439 \u0434\u043B\u044F \u0443\u0447\u0430\u0441\u0442\u0438\u044F \u0432 \u043E\u0431\u0441\u0443\u0436\u0434\u0435\u043D\u0438\u0438 \u0444\u0443\u043D\u043A\u0446\u0438\u0439",wechatPublicAccount:"WeChat Public",wechatCommunities:"\u0413\u0440\u0443\u043F\u043F\u0430 \u043E\u0431\u043C\u0435\u043D\u0430 WeChat",qqCommunities:"\u041A\u0430\u043D\u0430\u043B \u0441\u0432\u044F\u0437\u0438 QQ",joinTelegramChannel:"\u0421\u043B\u0435\u0434\u0438\u0442\u0435 \u0437\u0430 \u043E\u0431\u043D\u043E\u0432\u043B\u0435\u043D\u0438\u044F\u043C\u0438 \u0432 Telegram-\u043A\u0430\u043D\u0430\u043B\u0435",feedbackAndJoin:"\u0412\u043E\u043F\u0440\u043E\u0441 \u041E\u0431\u0440\u0430\u0442\u043D\u0430\u044F \u0441\u0432\u044F\u0437\u044C / \u0414\u043E\u0431\u0430\u0432\u0438\u0442\u044C \u0433\u0440\u0443\u043F\u043F\u0443",autoSync:"\u0430\u0432\u0442\u043E\u043C\u0430\u0442\u0438\u0447\u0435\u0441\u043A\u0430\u044F \u0441\u0438\u043D\u0445\u0440\u043E\u043D\u0438\u0437\u0430\u0446\u0438\u044F \u0432\u0440\u0435\u043C\u0435\u043D\u0438",loadingThemeTitle:"\u0421\u0442\u0438\u043B\u044C \u0437\u0430\u0433\u0440\u0443\u0437\u043A\u0438",loadingThemeDescription:"\u0423\u0441\u0442\u0430\u043D\u043E\u0432\u043A\u0430 \u0441\u0442\u0438\u043B\u044F \u043F\u0440\u0438 \u043E\u0436\u0438\u0434\u0430\u043D\u0438\u0438 \u0437\u0430\u0433\u0440\u0443\u0437\u043A\u0438 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430","loadingTheme.spinner":"\u0412\u0440\u0430\u0449\u0430\u044E\u0449\u0430\u044F\u0441\u044F \u0430\u043D\u0438\u043C\u0430\u0446\u0438\u044F","loadingTheme.text":"\u0441\u0442\u0430\u0442\u0438\u0447\u0435\u0441\u043A\u0438\u0439 \u0442\u0435\u043A\u0441\u0442 \u0447\u0435\u0433\u043E-\u043B. ","loadingTheme.none":"\u043D\u0435 \u043F\u043E\u043A\u0430\u0437\u0430\u043D\u043E",developerDescription:"\u0414\u043E\u043A\u0443\u043C\u0435\u043D\u0442\u0430\u0446\u0438\u044E \u043F\u043E \u0440\u0430\u0441\u0448\u0438\u0440\u0435\u043D\u043D\u043E\u0439 \u043D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0435 \u043C\u043E\u0436\u043D\u043E \u043D\u0430\u0439\u0442\u0438 <1>\u0437\u0434\u0435\u0441\u044C","edit border color":"\u0418\u0437\u043C\u0435\u043D\u0435\u043D\u0438\u0435 \u0446\u0432\u0435\u0442\u0430 \u0433\u0440\u0430\u043D\u0438\u0446\u044B",successSyncButNoChange:"\u0422\u0435\u043A\u0443\u0449\u0430\u044F \u043A\u043E\u043D\u0444\u0438\u0433\u0443\u0440\u0430\u0446\u0438\u044F \u0441\u043E\u043E\u0442\u0432\u0435\u0442\u0441\u0442\u0432\u0443\u0435\u0442 \u043E\u0431\u043B\u0430\u043A\u0443",customTheme:"\u041D\u0435\u0441\u0442\u0430\u043D\u0434\u0430\u0440\u0442\u043D\u044B\u0435 \u0446\u0432\u0435\u0442\u0430 \u0438 \u0440\u0430\u0437\u043C\u0435\u0440\u044B","customThemeLabel.borderColor":"\u0426\u0432\u0435\u0442 \u0433\u0440\u0430\u043D\u0438\u0446\u044B","customThemeLabel.borderRadius":"\u0421\u043A\u0440\u0443\u0433\u043B\u0435\u043D\u043D\u044B\u0435 \u043A\u0440\u0430\u044F","customThemeLabel.textColor":"\u0446\u0432\u0435\u0442 \u0442\u0435\u043A\u0441\u0442\u0430","customThemeLabel.backgroundColor":"\u0446\u0432\u0435\u0442 \u0444\u043E\u043D\u0430","customThemeLabel.zoom":"\u041C\u0430\u0441\u0448\u0442\u0430\u0431\u0438\u0440\u043E\u0432\u0430\u043D\u0438\u0435 \u0448\u0440\u0438\u0444\u0442\u0430 (%)","customThemeLabel.opacity":"\u041D\u0435\u043F\u0440\u043E\u0437\u0440\u0430\u0447\u043D\u043E\u0441\u0442\u044C \u0442\u0435\u043A\u0441\u0442\u0430 (%)",resetToDefaultColor:"\u0412\u043E\u0441\u0441\u0442\u0430\u043D\u043E\u0432\u043B\u0435\u043D\u0438\u0435 \u0446\u0432\u0435\u0442\u043E\u0432 \u043F\u043E \u0443\u043C\u043E\u043B\u0447\u0430\u043D\u0438\u044E",resetToDefaultSettings:"\u0412\u043E\u0441\u0441\u0442\u0430\u043D\u043E\u0432\u043B\u0435\u043D\u0438\u0435 \u043D\u0430\u0441\u0442\u0440\u043E\u0435\u043A \u043F\u043E \u0443\u043C\u043E\u043B\u0447\u0430\u043D\u0438\u044E",isTranslateTitle:"\u0412\u043A\u043B\u044E\u0447\u0438\u0442\u044C \u043F\u0435\u0440\u0435\u0432\u043E\u0434 \u0437\u0430\u0433\u043E\u043B\u043E\u0432\u043A\u043E\u0432 \u0441\u0442\u0440\u0430\u043D\u0438\u0446",isTranslateTitleDescription:"\u041F\u0440\u0438 \u043E\u0442\u043A\u0440\u044B\u0442\u0438\u0438 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u044B \u0435\u0435 \u0437\u0430\u0433\u043E\u043B\u043E\u0432\u043E\u043A \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0438\u0442\u0441\u044F",enableSearchEnhancement:"\u0412\u043A\u043B\u044E\u0447\u0435\u043D\u0438\u0435 \u0444\u0443\u043D\u043A\u0446\u0438\u0438 \u0440\u0430\u0441\u0448\u0438\u0440\u0435\u043D\u0438\u044F \u0434\u0432\u0443\u044F\u0437\u044B\u0447\u043D\u044B\u0445 \u0441\u043E\u043E\u0431\u0449\u0435\u043D\u0438\u0439",enableSearchEnhancementDescription:'\u041F\u043E\u0441\u043B\u0435 \u0432\u043A\u043B\u044E\u0447\u0435\u043D\u0438\u044F \u044D\u0442\u043E\u0439 \u0444\u0443\u043D\u043A\u0446\u0438\u0438 \u0440\u0435\u0437\u0443\u043B\u044C\u0442\u0430\u0442\u044B \u043F\u043E\u0438\u0441\u043A\u0430 "Google \u041D\u043E\u0432\u043E\u0441\u0442\u0438" \u0431\u0443\u0434\u0443\u0442 \u0430\u0432\u0442\u043E\u043C\u0430\u0442\u0438\u0447\u0435\u0441\u043A\u0438 \u043E\u0442\u043E\u0431\u0440\u0430\u0436\u0430\u0442\u044C\u0441\u044F \u0432 \u043F\u0440\u0430\u0432\u043E\u0439 \u043A\u043E\u043B\u043E\u043D\u043A\u0435 \u043F\u043E\u0434\u0434\u0435\u0440\u0436\u0438\u0432\u0430\u0435\u043C\u044B\u0445 \u0441\u0430\u0439\u0442\u043E\u0432 (Google \u041D\u043E\u0432\u043E\u0441\u0442\u0438, Google \u041F\u043E\u0438\u0441\u043A (\u043D\u0435\u043A\u043E\u0442\u043E\u0440\u044B\u0435 \u043A\u043B\u044E\u0447\u0435\u0432\u044B\u0435 \u0441\u043B\u043E\u0432\u0430), Snowball, Oriental Fortune, Futura, Tiger Community) \u0434\u043B\u044F \u0441\u043E\u043E\u0442\u0432\u0435\u0442\u0441\u0442\u0432\u0443\u044E\u0449\u0438\u0445 \u0430\u043D\u0433\u043B\u0438\u0439\u0441\u043A\u0438\u0445 \u043A\u043B\u044E\u0447\u0435\u0432\u044B\u0445 \u0441\u043B\u043E\u0432.',verifyService:"\u041D\u0430\u0436\u043C\u0438\u0442\u0435 \u0437\u0434\u0435\u0441\u044C, \u0447\u0442\u043E\u0431\u044B \u043F\u0440\u043E\u0442\u0435\u0441\u0442\u0438\u0440\u043E\u0432\u0430\u0442\u044C \u0443\u0441\u043B\u0443\u0433\u0443",verified:"\u041F\u0440\u043E\u0432\u0435\u0440\u043A\u0430 \u0443\u0441\u043F\u0435\u0448\u043D\u043E\u0441\u0442\u0438","field.langs":"\u041F\u043E\u0434\u0434\u0435\u0440\u0436\u0438\u0432\u0430\u0435\u043C\u044B\u0435 \u043A\u043E\u0434\u044B \u044F\u0437\u044B\u043A\u043E\u0432","field.model":"\u043C\u043E\u0434\u0435\u043B\u0438\u0440\u043E\u0432\u0430\u043D\u0438\u0435","field.translationEngine":"\u043C\u0435\u0445\u0430\u043D\u0438\u0437\u043C \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430","field.limitPerMinute":"\u041C\u0430\u043A\u0441\u0438\u043C\u0430\u043B\u044C\u043D\u043E\u0435 \u043A\u043E\u043B\u0438\u0447\u0435\u0441\u0442\u0432\u043E \u0437\u0430\u043F\u0440\u043E\u0441\u043E\u0432 \u0432 \u043C\u0438\u043D\u0443\u0442\u0443","field.limitPerSecond":"\u041C\u0430\u043A\u0441\u0438\u043C\u0430\u043B\u044C\u043D\u043E\u0435 \u043A\u043E\u043B\u0438\u0447\u0435\u0441\u0442\u0432\u043E \u0437\u0430\u043F\u0440\u043E\u0441\u043E\u0432 \u0432 \u0441\u0435\u043A\u0443\u043D\u0434\u0443","field.maxTextLengthPerRequest":"\u041C\u0430\u043A\u0441\u0438\u043C\u0430\u043B\u044C\u043D\u0430\u044F \u0434\u043B\u0438\u043D\u0430 \u0442\u0435\u043A\u0441\u0442\u0430 \u0432 \u043E\u0434\u043D\u043E\u043C \u0437\u0430\u043F\u0440\u043E\u0441\u0435","field.maxTextGroupLengthPerRequest":"\u041C\u0430\u043A\u0441\u0438\u043C\u0430\u043B\u044C\u043D\u043E\u0435 \u043A\u043E\u043B\u0438\u0447\u0435\u0441\u0442\u0432\u043E \u043F\u0430\u0440\u0430\u0433\u0440\u0430\u0444\u043E\u0432 \u0432 \u043E\u0434\u043D\u043E\u043C \u0437\u0430\u043F\u0440\u043E\u0441\u0435","field.apiUrl":"\u0410\u0434\u0440\u0435\u0441 \u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u0435\u043B\u044C\u0441\u043A\u043E\u0433\u043E \u0438\u043D\u0442\u0435\u0440\u0444\u0435\u0439\u0441\u0430 API","field.placeholderDelimiters":"\u0437\u0430\u0440\u0435\u0437\u0435\u0440\u0432\u0438\u0440\u043E\u0432\u0430\u043D\u043D\u043E\u0435 \u043C\u0435\u0441\u0442\u043E","description.custom":"\u0414\u043E\u0441\u0442\u0443\u043F \u043A \u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u0435\u043B\u044C\u0441\u043A\u043E\u043C\u0443 \u0438\u043D\u0442\u0435\u0440\u0444\u0435\u0439\u0441\u0443 \u0422\u0440\u0435\u0431\u0443\u0435\u0442\u0441\u044F \u0434\u043E\u043A\u0443\u043C\u0435\u043D\u0442\u0430\u0446\u0438\u044F","description.limitPerMinute":"\u0417\u0430\u043F\u0440\u043E\u0441\u044B, \u043F\u0440\u0435\u0432\u044B\u0448\u0430\u044E\u0449\u0438\u0435 \u044D\u0442\u043E\u0442 \u043B\u0438\u043C\u0438\u0442, \u043F\u043E\u043F\u0430\u0434\u0430\u044E\u0442 \u0432 \u043E\u0447\u0435\u0440\u0435\u0434\u044C \u0434\u043E \u043D\u0430\u0447\u0430\u043B\u0430 \u0441\u043B\u0435\u0434\u0443\u044E\u0449\u0435\u0439 \u043C\u0438\u043D\u0443\u0442\u044B. \u0412 \u0441\u0432\u044F\u0437\u0438 \u0441 \u0440\u0430\u0437\u043B\u0438\u0447\u043D\u044B\u043C\u0438 \u043E\u0433\u0440\u0430\u043D\u0438\u0447\u0435\u043D\u0438\u044F\u043C\u0438 \u0442\u0435\u043A\u0443\u0449\u0435\u0433\u043E \u0441\u0435\u0440\u0432\u0438\u0441\u0430 OpenAI, \u043F\u043E\u0441\u043B\u0435\u0434\u043D\u0438\u0435 \u043F\u0440\u0435\u0434\u043B\u0430\u0433\u0430\u0435\u043C\u044B\u0435 \u0437\u043D\u0430\u0447\u0435\u043D\u0438\u044F \u043C\u043E\u0436\u043D\u043E \u043F\u043E\u0441\u043C\u043E\u0442\u0440\u0435\u0442\u044C <1>\u0437\u0434\u0435\u0441\u044C","description.limitPerSecond":"\u0417\u0430\u043F\u0440\u043E\u0441\u044B, \u043F\u0440\u0435\u0432\u044B\u0448\u0430\u044E\u0449\u0438\u0435 \u044D\u0442\u043E\u0442 \u043B\u0438\u043C\u0438\u0442, \u043F\u043E\u043F\u0430\u0434\u0430\u044E\u0442 \u0432 \u043E\u0447\u0435\u0440\u0435\u0434\u044C \u0434\u043E \u043D\u0430\u0447\u0430\u043B\u0430 \u0441\u043B\u0435\u0434\u0443\u044E\u0449\u0435\u0439 \u0441\u0435\u043A\u0443\u043D\u0434\u044B. \u0412 \u0441\u0432\u044F\u0437\u0438 \u0441 \u0440\u0430\u0437\u043B\u0438\u0447\u043D\u044B\u043C\u0438 \u043E\u0433\u0440\u0430\u043D\u0438\u0447\u0435\u043D\u0438\u044F\u043C\u0438 \u0442\u0435\u043A\u0443\u0449\u0435\u0433\u043E \u0441\u0435\u0440\u0432\u0438\u0441\u0430 OpenAI, \u043F\u043E\u0441\u043B\u0435\u0434\u043D\u0438\u0435 \u043F\u0440\u0435\u0434\u043B\u0430\u0433\u0430\u0435\u043C\u044B\u0435 \u0437\u043D\u0430\u0447\u0435\u043D\u0438\u044F \u043C\u043E\u0436\u043D\u043E \u043F\u043E\u0441\u043C\u043E\u0442\u0440\u0435\u0442\u044C <1>\u0437\u0434\u0435\u0441\u044C","description.generalLimitPerSecond":"\u0417\u0430\u043F\u0440\u043E\u0441\u044B, \u043F\u0440\u0435\u0432\u044B\u0448\u0430\u044E\u0449\u0438\u0435 \u044D\u0442\u043E\u0442 \u043B\u0438\u043C\u0438\u0442, \u043F\u043E\u043F\u0430\u0434\u0430\u044E\u0442 \u0432 \u043E\u0447\u0435\u0440\u0435\u0434\u044C \u0434\u043E \u043D\u0430\u0447\u0430\u043B\u0430 \u0441\u043B\u0435\u0434\u0443\u044E\u0449\u0435\u0439 \u0441\u0435\u043A\u0443\u043D\u0434\u044B.","description.prompt":"\u041E\u0442\u043F\u0440\u0430\u0432\u0438\u0442\u044C \u0434\u0438\u0430\u043B\u043E\u0433 {service} \u043E\u0442 \u0438\u043C\u0435\u043D\u0438 \u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u0435\u043B\u044F, \u0433\u0434\u0435 {{text}} \u043E\u0431\u043E\u0437\u043D\u0430\u0447\u0430\u0435\u0442 \u0442\u0435\u043A\u0441\u0442 \u043F\u0430\u0440\u0430\u0433\u0440\u0430\u0444\u0430, {{from}} \u043E\u0431\u043E\u0437\u043D\u0430\u0447\u0430\u0435\u0442 \u044F\u0437\u044B\u043A \u043F\u0430\u0440\u0430\u0433\u0440\u0430\u0444\u0430, \u0430 {{to}} \u043E\u0431\u043E\u0437\u043D\u0430\u0447\u0430\u0435\u0442 \u0446\u0435\u043B\u0435\u0432\u043E\u0439 \u044F\u0437\u044B\u043A.","description.maxTextLengthPerRequest":"\u041C\u0430\u043A\u0441\u0438\u043C\u0430\u043B\u044C\u043D\u043E\u0435 \u043A\u043E\u043B\u0438\u0447\u0435\u0441\u0442\u0432\u043E \u0441\u0438\u043C\u0432\u043E\u043B\u043E\u0432 \u0432 \u043E\u0434\u043D\u043E\u043C \u0437\u0430\u043F\u0440\u043E\u0441\u0435 \u0441\u043B\u0438\u0448\u043A\u043E\u043C \u0432\u0435\u043B\u0438\u043A\u043E, \u0447\u0442\u043E \u043F\u0440\u0438\u0432\u043E\u0434\u0438\u0442 \u043A \u043C\u0435\u0434\u043B\u0435\u043D\u043D\u043E\u043C\u0443 \u043E\u0442\u043A\u043B\u0438\u043A\u0443 \u0438\u043D\u0442\u0435\u0440\u0444\u0435\u0439\u0441\u0430, \u043F\u043E\u044D\u0442\u043E\u043C\u0443 \u043F\u043E\u043F\u0440\u043E\u0431\u0443\u0439\u0442\u0435 \u043E\u0442\u0440\u0435\u0433\u0443\u043B\u0438\u0440\u043E\u0432\u0430\u0442\u044C \u044D\u0442\u043E\u0442 \u043F\u0430\u0440\u0430\u043C\u0435\u0442\u0440 \u0434\u043B\u044F \u043E\u043F\u0442\u0438\u043C\u0438\u0437\u0430\u0446\u0438\u0438 \u0441\u043A\u043E\u0440\u043E\u0441\u0442\u0438 \u0440\u0430\u0431\u043E\u0442\u044B","description.systemPrompt":"\u0414\u0438\u0430\u043B\u043E\u0433, \u043F\u0435\u0440\u0435\u0434\u0430\u043D\u043D\u044B\u0439 \u0432 OpenAI \u043A\u0430\u043A \u0432 \u0441\u0438\u0441\u0442\u0435\u043C\u0443, \u0433\u0434\u0435 {{text}} \u0443\u043A\u0430\u0437\u044B\u0432\u0430\u0435\u0442 \u043D\u0430 \u0442\u0435\u043A\u0441\u0442\u043E\u0432\u043E\u0435 \u0441\u043E\u0434\u0435\u0440\u0436\u0430\u043D\u0438\u0435 \u0430\u0431\u0437\u0430\u0446\u0430,{{from}} - \u043D\u0430 \u044F\u0437\u044B\u043A \u0430\u0431\u0437\u0430\u0446\u0430, \u0430{{to}} - \u043D\u0430 \u0446\u0435\u043B\u0435\u0432\u043E\u0439 \u044F\u0437\u044B\u043A.","field.domain":"\u0446\u0430\u0440\u0441\u0442\u0432\u043E","description.domain":"\u041F\u043E \u0443\u043C\u043E\u043B\u0447\u0430\u043D\u0438\u044E \u0443\u0441\u0442\u0430\u043D\u043E\u0432\u043B\u0435\u043D\u043E \u0437\u043D\u0430\u0447\u0435\u043D\u0438\u0435\uFF1Ageneral. \u041C\u043E\u0436\u0435\u0442 \u0431\u044B\u0442\u044C \u0443\u0441\u0442\u0430\u043D\u043E\u0432\u043B\u0435\u043D\u043E \u0442\u043E\u043B\u044C\u043A\u043E \u0432 \u0442\u043E\u043C \u0441\u043B\u0443\u0447\u0430\u0435, \u0435\u0441\u043B\u0438 \u0432 \u043A\u043E\u043D\u0441\u043E\u043B\u0438 Arima API \u0432\u043A\u043B\u044E\u0447\u0435\u043D \u0434\u043E\u043C\u0435\u043D\u043D\u044B\u0439 \u043F\u0435\u0440\u0435\u0432\u043E\u0434, \u043F\u043E\u0434\u0434\u0435\u0440\u0436\u0438\u0432\u0430\u0435\u043C\u044B\u0435 \u0434\u043E\u043C\u0435\u043D\u044B \u0441\u043C. <1>\u0437\u0434\u0435\u0441\u044C","field.scene":"\u0432\u0437\u044F\u0442\u044C","description.scene":"\u041F\u043E \u0443\u043C\u043E\u043B\u0447\u0430\u043D\u0438\u044E \u0443\u0441\u0442\u0430\u043D\u043E\u0432\u043B\u0435\u043D\u043E \u0437\u043D\u0430\u0447\u0435\u043D\u0438\u0435\uFF1Ageneral. \u041C\u043E\u0436\u0435\u0442 \u0431\u044B\u0442\u044C \u0443\u0441\u0442\u0430\u043D\u043E\u0432\u043B\u0435\u043D\u043E \u0442\u043E\u043B\u044C\u043A\u043E \u0432 \u0442\u043E\u043C \u0441\u043B\u0443\u0447\u0430\u0435, \u0435\u0441\u043B\u0438 \u0432 \u043A\u043E\u043D\u0441\u043E\u043B\u0438 AliCloud API \u043E\u0442\u043A\u0440\u044B\u0442 Machine Translation Pro, \u043E \u043F\u043E\u0434\u0434\u0435\u0440\u0436\u0438\u0432\u0430\u0435\u043C\u044B\u0445 \u0441\u0446\u0435\u043D\u0430\u0440\u0438\u044F\u0445 \u0441\u043C. <1>\u0437\u0434\u0435\u0441\u044C","field.vocabId":"\u0418\u0434\u0435\u043D\u0442\u0438\u0444\u0438\u043A\u0430\u0442\u043E\u0440 \u0441\u043B\u043E\u0432\u0430\u0440\u044F \u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u0435\u043B\u044F","description.vocabId":"\u0423\u043A\u0430\u0437\u0430\u043D\u043D\u044B\u0439 \u0441\u043B\u043E\u0432\u0430\u0440\u044C out_id, \u0432 \u043D\u0430\u0441\u0442\u043E\u044F\u0449\u0435\u0435 \u0432\u0440\u0435\u043C\u044F \u043F\u043E\u0434\u0434\u0435\u0440\u0436\u0438\u0432\u0430\u0435\u0442 \u043F\u0435\u0440\u0435\u0432\u043E\u0434 \u0441 \u0430\u043D\u0433\u043B\u0438\u0439\u0441\u043A\u043E\u0433\u043E \u043D\u0430 \u043A\u0438\u0442\u0430\u0439\u0441\u043A\u0438\u0439.","description.model":"\u041C\u043E\u0434\u0435\u043B\u0438 OpenAI, \u043C\u043E\u0433\u0443\u0442 \u0431\u044B\u0442\u044C gpt-3.5-turbo, gpt-4 \u0438 \u0442.\u0434.","description.maxTextGroupLengthPerRequest":"\u041A\u043E\u043B\u0438\u0447\u0435\u0441\u0442\u0432\u043E \u0430\u0431\u0437\u0430\u0446\u0435\u0432, \u043F\u0435\u0440\u0435\u0434\u0430\u0432\u0430\u0435\u043C\u044B\u0445 \u0441\u043B\u0443\u0436\u0431\u0435 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430 \u0437\u0430 \u043E\u0434\u0438\u043D \u0440\u0430\u0437, \u0435\u0441\u043B\u0438 \u0438\u0445 \u0441\u043B\u0438\u0448\u043A\u043E\u043C \u043C\u043D\u043E\u0433\u043E, \u044D\u0442\u043E \u043C\u043E\u0436\u0435\u0442 \u043F\u0440\u0438\u0432\u0435\u0441\u0442\u0438 \u043A \u0437\u0430\u043C\u0435\u0434\u043B\u0435\u043D\u0438\u044E \u0440\u0435\u0430\u043A\u0446\u0438\u0438 \u0438\u043D\u0442\u0435\u0440\u0444\u0435\u0439\u0441\u0430","description.apiUrl":"\u041F\u043E\u0436\u0430\u043B\u0443\u0439\u0441\u0442\u0430, \u0434\u043E\u0431\u0430\u0432\u044C\u0442\u0435 \u043A\u043E\u043D\u043A\u0440\u0435\u0442\u043D\u044B\u0435 URL \u0441 \u043F\u0443\u0442\u044F\u043C\u0438, <1>\u0431\u043E\u043B\u0435\u0435 \u043F\u043E\u0434\u0440\u043E\u0431\u043D\u043E\u0435 \u043E\u043F\u0438\u0441\u0430\u043D\u0438\u0435",enabledExtension:"\u0412\u043A\u043B\u044E\u0447\u0435\u043D\u0438\u0435 \u0440\u0430\u0441\u0448\u0438\u0440\u0435\u043D\u0438\u0439",clickToDisableExtension:"\u041D\u0430\u0436\u043C\u0438\u0442\u0435 \u0434\u043B\u044F \u043E\u0442\u043A\u043B\u044E\u0447\u0435\u043D\u0438\u044F \u0440\u0430\u0441\u0448\u0438\u0440\u0435\u043D\u0438\u0439",clickToEnableExtension:"\u041D\u0430\u0436\u043C\u0438\u0442\u0435 \u0434\u043B\u044F \u0432\u043A\u043B\u044E\u0447\u0435\u043D\u0438\u044F \u0440\u0430\u0441\u0448\u0438\u0440\u0435\u043D\u0438\u0439",hasBeenDisabled:"\u043E\u0442\u043A\u043B\u044E\u0447\u0435\u043D\u043E","show password":"\u041F\u043E\u043A\u0430\u0437\u0430\u0442\u044C \u043F\u0430\u0440\u043E\u043B\u044C",customContent:"\u0412\u0432\u0435\u0434\u0438\u0442\u0435 \u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u0435\u043B\u044C\u0441\u043A\u043E\u0435 \u0438\u043C\u044F \u043C\u043E\u0434\u0435\u043B\u0438",inputOptions:"\u0423\u0441\u043E\u0432\u0435\u0440\u0448\u0435\u043D\u0441\u0442\u0432\u043E\u0432\u0430\u043D\u0438\u0435 \u0431\u043B\u043E\u043A\u0430 \u0432\u0432\u043E\u0434\u0430",mouseHoverOptions:"\u043D\u0430\u0432\u0435\u0434\u0435\u043D\u0438\u0435 \u043C\u044B\u0448\u0438",modifyMouseHoverKey:"\u0418\u0437\u043C\u0435\u043D\u0435\u043D\u0438\u0435 \u044F\u0440\u043B\u044B\u043A\u0430 \u043D\u0430\u0432\u0435\u0434\u0435\u043D\u0438\u044F \u043C\u044B\u0448\u0438",enableInputTranslation:"\u0412\u043A\u043B\u044E\u0447\u0430\u0442\u044C \u043B\u0438 \u0440\u0430\u0441\u0448\u0438\u0440\u0435\u043D\u0438\u0435 \u043F\u043E\u043B\u044F \u0432\u0432\u043E\u0434\u0430",enableInputTranslationDescription:"\u041F\u043E\u0441\u043B\u0435 \u0432\u043A\u043B\u044E\u0447\u0435\u043D\u0438\u044F \u0432\u0432\u0435\u0434\u0438\u0442\u0435 {startingKey}{startingKey} hello \u043F\u0440\u044F\u043C\u043E \u0432 \u043F\u043E\u043B\u0435 \u0432\u0432\u043E\u0434\u0430, \u0437\u0430\u0442\u0435\u043C \u0431\u044B\u0441\u0442\u0440\u043E \u043D\u0430\u0431\u0435\u0440\u0438\u0442\u0435{inputTrailingTriggerKeyRepeatTimes}\u0440\u0430\u0437{trailingKey}, \u0447\u0442\u043E\u0431\u044B \u043F\u0435\u0440\u0435\u0432\u0435\u0441\u0442\u0438 \u043D\u0430 {inputTargetLanguage}.",enableInputTranslationDescriptionForNoneKey:"\u041F\u043E\u0441\u043B\u0435 \u0432\u043A\u043B\u044E\u0447\u0435\u043D\u0438\u044F \u044D\u0442\u043E\u0439 \u0444\u0443\u043D\u043A\u0446\u0438\u0438 \u0432\u0432\u0435\u0434\u0438\u0442\u0435\uFF1AHello World \u043D\u0435\u043F\u043E\u0441\u0440\u0435\u0434\u0441\u0442\u0432\u0435\u043D\u043D\u043E \u0432 \u043F\u043E\u043B\u0435 \u0432\u0432\u043E\u0434\u0430, \u0430 \u0437\u0430\u0442\u0435\u043C \u0431\u044B\u0441\u0442\u0440\u043E \u043D\u0430\u0436\u043C\u0438\u0442\u0435{inputTrailingTriggerKeyRepeatTimes}{trailingKey}\u0440\u0430\u0437 \u0434\u043B\u044F \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430 \u043D\u0430 \u0446\u0435\u043B\u0435\u0432\u043E\u0439 \u044F\u0437\u044B\u043A \u043F\u043E \u0443\u043C\u043E\u043B\u0447\u0430\u043D\u0438\u044E.",inputTargetLanguage:"\u0423\u0441\u0442\u0430\u043D\u043E\u0432\u043A\u0430 \u0446\u0435\u043B\u0435\u0432\u043E\u0433\u043E \u044F\u0437\u044B\u043A\u0430 \u043F\u043E \u0443\u043C\u043E\u043B\u0447\u0430\u043D\u0438\u044E \u0434\u043B\u044F \u043E\u043A\u043E\u043D \u0432\u0432\u043E\u0434\u0430",inputTargetLanguageDescription:"\u0426\u0435\u043B\u0435\u0432\u043E\u0439 \u044F\u0437\u044B\u043A \u043F\u043E \u0443\u043C\u043E\u043B\u0447\u0430\u043D\u0438\u044E \u0434\u043B\u044F \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430 \u043E\u043A\u043D\u0430 \u0432\u0432\u043E\u0434\u0430, \u0442.\u0435. {startingKey}{startingKey} \u043A\u0430\u043A \u044F\u0437\u044B\u043A \u043F\u043E \u0443\u043C\u043E\u043B\u0447\u0430\u043D\u0438\u044E \u0434\u043B\u044F \u0442\u0440\u0438\u0433\u0433\u0435\u0440\u043D\u044B\u0445 \u0441\u043B\u043E\u0432",inputTargetLanguageDescriptionForNoneKey:"\u0426\u0435\u043B\u0435\u0432\u043E\u0439 \u044F\u0437\u044B\u043A \u043F\u043E \u0443\u043C\u043E\u043B\u0447\u0430\u043D\u0438\u044E \u0434\u043B\u044F \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430 \u043F\u043E\u043B\u044F \u0432\u0432\u043E\u0434\u0430",inputStartingTriggerKeyTitle:"\u0423\u0441\u0442\u0430\u043D\u043E\u0432\u043A\u0430 \u0441\u0438\u043C\u0432\u043E\u043B\u0430 \u0440\u0430\u0437\u0434\u0435\u043B\u0435\u043D\u0438\u044F \u0434\u043B\u044F \u0447\u0430\u0441\u0442\u0438\u0447\u043D\u043E\u0433\u043E \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430 \u043F\u043E\u043B\u044F \u0432\u0432\u043E\u0434\u0430",inputStartingTriggerKeyDescription:"\u0415\u0441\u043B\u0438 \u043D\u0435\u0442 \u043D\u0435\u043E\u0431\u0445\u043E\u0434\u0438\u043C\u043E\u0441\u0442\u0438 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0438\u0442\u044C \u0432\u0441\u0435 \u043F\u043E\u043B\u0435 \u0432\u0432\u043E\u0434\u0430, \u0441\u043F\u043B\u0438\u0442\u0442\u0435\u0440 \u043F\u043E\u0437\u0432\u043E\u043B\u044F\u0435\u0442 \u043F\u0435\u0440\u0435\u0432\u0435\u0441\u0442\u0438 \u0442\u043E\u043B\u044C\u043A\u043E \u0447\u0430\u0441\u0442\u044C \u043E\u0442 {startingKey}{startingKey} \u0434\u043E \u043A\u043E\u043D\u0446\u0430 \u043F\u043E\u043B\u044F \u0432\u0432\u043E\u0434\u0430, \u0438\u043B\u0438 \u043C\u043E\u0436\u043D\u043E \u0443\u043A\u0430\u0437\u0430\u0442\u044C \u043A\u043E\u0434 \u044F\u0437\u044B\u043A\u0430, \u043D\u0430\u043F\u0440\u0438\u043C\u0435\u0440,\uFF1A{startingKey}ja \u043E\u0437\u043D\u0430\u0447\u0430\u0435\u0442 \u043F\u0435\u0440\u0435\u0432\u043E\u0434 \u0442\u043E\u043B\u044C\u043A\u043E \u0447\u0430\u0441\u0442\u0438 \u043E\u0442 {startingKey}ja \u0434\u043E \u043A\u043E\u043D\u0446\u0430 \u043F\u043E\u043B\u044F \u0432\u0432\u043E\u0434\u0430.",inputStartingTriggerKeyDescriptionForNoneKey:"\u0422\u0435\u043A\u0443\u0449\u0430\u044F \u043D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0430 \u043E\u0442\u0441\u0443\u0442\u0441\u0442\u0432\u0438\u044F \u043F\u0440\u0435\u0444\u0438\u043A\u0441\u0430 \u043D\u0435 \u043D\u0443\u0436\u043D\u0430, \u0438 \u0444\u0443\u043D\u043A\u0446\u0438\u044F \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430 \u043D\u0435\u043A\u043E\u0442\u043E\u0440\u044B\u0445 \u0442\u0435\u043A\u0441\u0442\u043E\u0432 \u0432 \u043E\u043A\u043D\u0435 \u0432\u0432\u043E\u0434\u0430 \u043F\u043E\u043A\u0430 \u043D\u0435 \u043C\u043E\u0436\u0435\u0442 \u0431\u044B\u0442\u044C \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u043D\u0430.",inputTrailingTriggerKeyTitle:"\u0412\u044B\u0431\u0435\u0440\u0438\u0442\u0435 \u0441\u0438\u043C\u0432\u043E\u043B \u043E\u043A\u043E\u043D\u0447\u0430\u043D\u0438\u044F \u0432\u0432\u043E\u0434\u0430",inputTrailingTriggerKeyDescription:"3 \u0431\u044B\u0441\u0442\u0440\u044B\u0445 \u0443\u0434\u0430\u0440\u0430{trailingKey} \u043D\u0430\u0447\u043D\u0435\u0442 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0438\u0442\u044C!",inputTrailingTriggerKeyTimeout:"\u0412\u0432\u0435\u0434\u0438\u0442\u0435 \u0432\u0440\u0435\u043C\u044F \u043C\u0435\u0436\u0434\u0443 \u0441\u0440\u0430\u0431\u0430\u0442\u044B\u0432\u0430\u043D\u0438\u044F\u043C\u0438 \u0432 \u043A\u043E\u043D\u0446\u0435 \u0431\u043E\u044F",inputTrailingTriggerKeyTimeoutDescription:"\u0423\u0441\u0442\u0430\u043D\u0430\u0432\u043B\u0438\u0432\u0430\u0435\u0442 \u0432\u0440\u0435\u043C\u044F (\u0432 \u043C\u0438\u043B\u043B\u0438\u0441\u0435\u043A\u0443\u043D\u0434\u0430\u0445) \u043C\u0435\u0436\u0434\u0443 \u0441\u0440\u0430\u0431\u0430\u0442\u044B\u0432\u0430\u043D\u0438\u044F\u043C\u0438 \u043A\u043E\u043C\u0431\u0438\u043D\u0438\u0440\u043E\u0432\u0430\u043D\u043D\u044B\u0445 \u0443\u0441\u0442\u0440\u043E\u0439\u0441\u0442\u0432 \u043E\u043A\u043E\u043D\u0447\u0430\u043D\u0438\u044F \u0432\u0432\u043E\u0434\u0430",spaceKey:"<\u7A7A\u683C\u952E>",noneKey:"\u041F\u0440\u044F\u043C\u043E\u0439 \u043F\u0435\u0440\u0435\u0432\u043E\u0434 \u0432\u0441\u0435\u0433\u043E \u0442\u0435\u043A\u0441\u0442\u043E\u0432\u043E\u0433\u043E \u043F\u043E\u043B\u044F \u0431\u0435\u0437 \u043F\u0440\u0435\u0444\u0438\u043A\u0441\u043E\u0432",inputTranslationBlockUrlsTitle:"\u041D\u0435 \u0432\u043A\u043B\u044E\u0447\u0430\u0439\u0442\u0435 \u0440\u0430\u0441\u0448\u0438\u0440\u0435\u043D\u0438\u0435 \u043F\u043E\u043B\u044F \u0432\u0432\u043E\u0434\u0430 \u0432 \u0441\u043B\u0435\u0434\u0443\u044E\u0449\u0438\u0445 URL-\u0430\u0434\u0440\u0435\u0441\u0430\u0445",inputTranslationBlockUrlsDescription:"\u0423\u0441\u043E\u0432\u0435\u0440\u0448\u0435\u043D\u0441\u0442\u0432\u043E\u0432\u0430\u043D\u0438\u044F \u043F\u043E\u043B\u044F \u0432\u0432\u043E\u0434\u0430 \u043D\u0435 \u0431\u0443\u0434\u0443\u0442 \u0440\u0430\u0431\u043E\u0442\u0430\u0442\u044C \u043D\u0430 \u0441\u043B\u0435\u0434\u0443\u044E\u0449\u0438\u0445 URL-\u0430\u0434\u0440\u0435\u0441\u0430\u0445",clickToSeeQuickDemo:"\u041D\u0430\u0436\u043C\u0438\u0442\u0435, \u0447\u0442\u043E\u0431\u044B \u0440\u0430\u0437\u0432\u0435\u0440\u043D\u0443\u0442\u044C 30-\u0441\u0435\u043A\u0443\u043D\u0434\u043D\u044B\u0439 \u043E\u0431\u0443\u0447\u0430\u044E\u0449\u0438\u0439 \u0432\u0438\u0434\u0435\u043E\u0440\u043E\u043B\u0438\u043A",inputHelperInfo:"\u041E\u043F\u0438\u0441\u0430\u043D\u0438\u0435\uFF1A\u041C\u044B \u043E\u043F\u0442\u0438\u043C\u0438\u0437\u0438\u0440\u043E\u0432\u0430\u043B\u0438 \u0440\u0430\u0431\u043E\u0442\u0443 \u0441 \u0442\u0435\u043C, \u0447\u0442\u043E \u043D\u0435\u043A\u043E\u0442\u043E\u0440\u044B\u0435 \u0442\u0440\u0438\u0433\u0433\u0435\u0440\u043D\u044B\u0435 \u0441\u0438\u043C\u0432\u043E\u043B\u044B \u043F\u0440\u0435\u0432\u0440\u0430\u0449\u0430\u044E\u0442\u0441\u044F \u0432 \u043A\u0438\u0442\u0430\u0439\u0441\u043A\u0438\u0435 \u0437\u043D\u0430\u043A\u0438 \u043F\u0440\u0435\u043F\u0438\u043D\u0430\u043D\u0438\u044F \u043F\u0440\u0438 \u043A\u0438\u0442\u0430\u0439\u0441\u043A\u0438\u0445 \u043C\u0435\u0442\u043E\u0434\u0430\u0445 \u0432\u0432\u043E\u0434\u0430, \u043D\u0430\u043F\u0440\u0438\u043C\u0435\u0440, / \u043F\u0440\u0435\u0432\u0440\u0430\u0449\u0430\u0435\u0442\u0441\u044F \u0432 \u0437\u043D\u0430\u043A dun , \u043F\u0440\u0438 \u043C\u0435\u0442\u043E\u0434\u0435 \u0432\u0432\u043E\u0434\u0430 Sogou, \u0438 Immersive Translator \u043F\u043E\u0434\u0434\u0435\u0440\u0436\u0438\u0432\u0430\u0435\u0442 \u0432\u0441\u0435 \u043A\u0438\u0442\u0430\u0439\u0441\u043A\u0438\u0435 \u0441\u0438\u043C\u0432\u043E\u043B\u044B, \u0441\u043E\u043E\u0442\u0432\u0435\u0442\u0441\u0442\u0432\u0443\u044E\u0449\u0438\u0435 \u0442\u0440\u0438\u0433\u0433\u0435\u0440\u043D\u044B\u043C \u0441\u0438\u043C\u0432\u043E\u043B\u0430\u043C, \u0442.\u0435. //,,, \u0431\u0443\u0434\u0443\u0442 \u0440\u0430\u0441\u043F\u043E\u0437\u043D\u0430\u0432\u0430\u0442\u044C\u0441\u044F \u043A\u0430\u043A \u0442\u0440\u0438\u0433\u0433\u0435\u0440\u043D\u044B\u0435 \u0441\u0438\u043C\u0432\u043E\u043B\u044B.

\u041C\u044B \u0442\u0430\u043A\u0436\u0435 \u043F\u043E\u0434\u0434\u0435\u0440\u0436\u0438\u0432\u0430\u0435\u043C \u043A\u0438\u0442\u0430\u0439\u0441\u043A\u0438\u0435 \u043F\u0441\u0435\u0432\u0434\u043E\u043D\u0438\u043C\u044B \u0434\u043B\u044F \u044F\u0437\u044B\u043A\u043E\u0432\u044B\u0445 \u043A\u043E\u0434\u043E\u0432 \u0432 \u043A\u0430\u0447\u0435\u0441\u0442\u0432\u0435 \u043A\u043E\u043C\u0430\u043D\u0434, \u043D\u0430\u043F\u0440\u0438\u043C\u0435\u0440, /Japanese Hello World \u0431\u0443\u0434\u0435\u0442 \u043F\u0435\u0440\u0435\u0432\u0435\u0434\u0435\u043D \u043D\u0430 \u044F\u043F\u043E\u043D\u0441\u043A\u0438\u0439 \u044F\u0437\u044B\u043A, <1>\u043D\u0430\u0436\u043C\u0438\u0442\u0435 \u0437\u0434\u0435\u0441\u044C, \u0447\u0442\u043E\u0431\u044B \u043F\u043E\u0441\u043C\u043E\u0442\u0440\u0435\u0442\u044C \u0432\u0441\u0435 \u043F\u043E\u0434\u0434\u0435\u0440\u0436\u0438\u0432\u0430\u0435\u043C\u044B\u0435 \u044F\u0437\u044B\u043A\u043E\u0432\u044B\u0435 \u043A\u043E\u0434\u044B.",reloadCurrentPage:"\u041F\u0435\u0440\u0435\u0434 \u043D\u0430\u0447\u0430\u043B\u043E\u043C \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430 \u043E\u0431\u043D\u043E\u0432\u0438\u0442\u0435 \u0442\u0435\u043A\u0443\u0449\u0443\u044E \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u0443.",noLocalFilePermissionForPDF:"\u0423 \u0432\u0430\u0441 \u043D\u0435\u0442 \u043F\u0440\u0430\u0432 \u043D\u0430 \u0447\u0442\u0435\u043D\u0438\u0435 \u043B\u043E\u043A\u0430\u043B\u044C\u043D\u044B\u0445 \u0444\u0430\u0439\u043B\u043E\u0432, \u043F\u043E\u0436\u0430\u043B\u0443\u0439\u0441\u0442\u0430, \u043D\u0430\u0436\u043C\u0438\u0442\u0435 \u043A\u043D\u043E\u043F\u043A\u0443 \u0432\u044B\u0448\u0435, \u0430 \u0437\u0430\u0442\u0435\u043C \u0438\u043C\u043F\u043E\u0440\u0442\u0438\u0440\u0443\u0439\u0442\u0435 \u043B\u043E\u043A\u0430\u043B\u044C\u043D\u044B\u0435 \u0444\u0430\u0439\u043B\u044B.",noPermissionForThisPage:"\u26A0\uFE0F \u041D\u0435\u0442 \u0440\u0430\u0437\u0440\u0435\u0448\u0435\u043D\u0438\u044F \u043D\u0430 \u043F\u0435\u0440\u0435\u0432\u043E\u0434 \u0442\u0435\u043A\u0443\u0449\u0435\u0439 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u044B",retryAllParagraphs:"\u041F\u043E\u0432\u0442\u043E\u0440\u043D\u043E\u0435 \u0432\u044B\u043F\u043E\u043B\u043D\u0435\u043D\u0438\u0435 \u0432\u0441\u0435\u0445 \u043E\u0448\u0438\u0431\u043E\u0447\u043D\u044B\u0445 \u043F\u0435\u0440\u0435\u0445\u043E\u0434\u043E\u0432",retryAllButton:"\u041F\u043E\u0432\u0442\u043E\u0440\u043D\u043E\u0435 \u0432\u044B\u043F\u043E\u043B\u043D\u0435\u043D\u0438\u0435 \u0432\u0441\u0435\u0445 \u043E\u0448\u0438\u0431\u043E\u0447\u043D\u044B\u0445 \u043F\u0435\u0440\u0435\u0445\u043E\u0434\u043E\u0432",errorTooltipTitle:"\u0429\u0435\u043B\u043A\u043D\u0438\u0442\u0435, \u0447\u0442\u043E\u0431\u044B \u0443\u0432\u0438\u0434\u0435\u0442\u044C \u043F\u0440\u0438\u0447\u0438\u043D\u0443 \u043E\u0448\u0438\u0431\u043A\u0438",errorModalTitle:"\u041F\u043E\u0445\u043E\u0436\u0435, \u0447\u0442\u043E-\u0442\u043E \u043D\u0435 \u0442\u0430\u043A \u0441\u043E \u0441\u043B\u0443\u0436\u0431\u043E\u0439 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430 \u0438\u043B\u0438 \u0441\u0435\u0442\u044C\u044E...",disableConfirm:"\u0414\u0432\u0443\u044F\u0437\u044B\u0447\u043D\u0430\u044F \u0443\u0441\u0442\u0430\u043D\u043E\u0432\u043A\u0430 \u0434\u043B\u044F \u0440\u0430\u0441\u0448\u0438\u0440\u0435\u043D\u0438\u044F \u0438\u043D\u0444\u043E\u0440\u043C\u0430\u0446\u0438\u0438",disableOnce:"\u042D\u0442\u0430 \u0438\u043D\u0432\u0430\u043B\u0438\u0434\u043D\u043E\u0441\u0442\u044C",disableGlobal:"\u043E\u0442\u043A\u043B\u044E\u0447\u0438\u0442\u044C \u043D\u0430\u0432\u0441\u0435\u0433\u0434\u0430",disableTint:"* \u0412\u044B \u043C\u043E\u0436\u0435\u0442\u0435 \u043F\u043E\u0432\u0442\u043E\u0440\u043D\u043E \u0432\u043A\u043B\u044E\u0447\u0438\u0442\u044C \u0435\u0433\u043E \u043D\u0430 \u0441\u0430\u0439\u0442\u0435 {option} .",searchEnhancementNotes:"\u041C\u044B \u043E\u0431\u043D\u0430\u0440\u0443\u0436\u0438\u043B\u0438, \u0447\u0442\u043E \u0440\u0435\u0437\u0443\u043B\u044C\u0442\u0430\u0442\u044B \u043F\u043E\u0438\u0441\u043A\u0430 \u043D\u043E\u0432\u043E\u0441\u0442\u0435\u0439 \u043F\u043E \u043A\u043B\u044E\u0447\u0435\u0432\u044B\u043C \u0441\u043B\u043E\u0432\u0430\u043C \u043D\u0430 \u043A\u0438\u0442\u0430\u0439\u0441\u043A\u043E\u043C \u0438 \u0430\u043D\u0433\u043B\u0438\u0439\u0441\u043A\u043E\u043C \u044F\u0437\u044B\u043A\u0430\u0445 \u0441\u0438\u043B\u044C\u043D\u043E \u043E\u0442\u043B\u0438\u0447\u0430\u044E\u0442\u0441\u044F. \u041F\u043E\u0441\u043B\u0435 \u0432\u043A\u043B\u044E\u0447\u0435\u043D\u0438\u044F \u0444\u0443\u043D\u043A\u0446\u0438\u0438 Immersive Translation Bilingual Information Enhancement \u043C\u044B \u0431\u0443\u0434\u0435\u043C \u0430\u0432\u0442\u043E\u043C\u0430\u0442\u0438\u0447\u0435\u0441\u043A\u0438 \u0438\u0441\u043A\u0430\u0442\u044C \u0434\u043B\u044F \u0432\u0430\u0441 \u0442\u0435 \u0436\u0435 \u0441\u0430\u043C\u044B\u0435 \u043A\u043B\u044E\u0447\u0435\u0432\u044B\u0435 \u0441\u043B\u043E\u0432\u0430 \u043D\u0430 \u0430\u043D\u0433\u043B\u0438\u0439\u0441\u043A\u043E\u043C \u044F\u0437\u044B\u043A\u0435 \u043D\u0430 \u043F\u043E\u0434\u0434\u0435\u0440\u0436\u0438\u0432\u0430\u0435\u043C\u044B\u0445 \u0441\u0430\u0439\u0442\u0430\u0445 (Google News, Google Search (\u043D\u0435\u043A\u043E\u0442\u043E\u0440\u044B\u0435 \u043A\u043B\u044E\u0447\u0435\u0432\u044B\u0435 \u0441\u043B\u043E\u0432\u0430), Snowball, Oriental Wealth, Futura, Tiger) \u0438 \u043E\u0442\u043E\u0431\u0440\u0430\u0436\u0430\u0442\u044C \u0438\u0445 \u0432 \u043F\u0440\u0430\u0432\u043E\u0439 \u0447\u0430\u0441\u0442\u0438. \u0412\u044B \u043C\u043E\u0436\u0435\u0442\u0435 \u043E\u0442\u043A\u043B\u044E\u0447\u0438\u0442\u044C \u044D\u0442\u0443 \u0444\u0443\u043D\u043A\u0446\u0438\u044E, \u0435\u0441\u043B\u0438 \u043E\u043D\u0430 \u0432\u0430\u043C \u043D\u0435 \u043D\u0443\u0436\u043D\u0430.",option:"\u043D\u0430\u0441\u0442\u0440\u0430\u0438\u0432\u0430\u0442\u044C",saveSettings:"\u0421\u043E\u0445\u0440\u0430\u043D\u0438\u0442\u044C \u043D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0438",closeModal:"\u0417\u0430\u043A\u0440\u044B\u0442\u044C \u043E\u043A\u043D\u043E",enableInputTranslationWithoutTriggerKeyTitle:"\u0412\u043A\u043B\u044E\u0447\u0438\u0442\u0435 3 \u0431\u044B\u0441\u0442\u0440\u044B\u0445 \u043D\u0430\u0436\u0430\u0442\u0438\u044F \u043D\u0430{trailingKey}, \u0447\u0442\u043E\u0431\u044B \u043D\u0430\u043F\u0440\u044F\u043C\u0443\u044E \u043F\u0435\u0440\u0435\u0432\u0435\u0441\u0442\u0438 \u0432\u0441\u0435 \u043F\u043E\u043B\u0435 \u0432\u0432\u043E\u0434\u0430 \u043D\u0430{inputTargetLanguage}.",enableInputTranslationWithoutTriggerKeyDescription:"\u0427\u0442\u043E\u0431\u044B \u0443\u043A\u0430\u0437\u0430\u0442\u044C \u0446\u0435\u043B\u0435\u0432\u043E\u0439 \u044F\u0437\u044B\u043A, \u0434\u043E\u0431\u0430\u0432\u044C\u0442\u0435 \u043A \u043D\u0435\u043C\u0443 \u043A\u043E\u0434 \u044F\u0437\u044B\u043A\u0430, \u043D\u0430\u043F\u0440\u0438\u043C\u0435\u0440,\uFF1Aja Hello World",mouseHoverShortcutPlaceholder:"\u043D\u0430\u043F\u0440\u0438\u043C\u0435\u0440,\uFF1AShift",deepLProName:"Immersive Translation Pro Member (Recommended)",deepLProDescription:"\u0422\u0435\u043A\u0443\u0449\u0438\u0439 \u043F\u0430\u043A\u0435\u0442 \u043C\u043E\u0436\u0435\u0442 \u0431\u044B\u0442\u044C \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u043D \u043D\u0430\u043F\u0440\u044F\u043C\u0443\u044E",deeplProDescriptionForNormal:"\u041D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0430 \u043D\u0435 \u0442\u0440\u0435\u0431\u0443\u0435\u0442\u0441\u044F, \u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u0435\u043B\u0438 \u043C\u043E\u0433\u0443\u0442 \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u044C \u0435\u0433\u043E \u043F\u043E\u0441\u043B\u0435 \u0432\u0445\u043E\u0434\u0430 \u0432 \u0441\u0438\u0441\u0442\u0435\u043C\u0443, <1>\u043D\u0430\u0436\u043C\u0438\u0442\u0435 \u0437\u0434\u0435\u0441\u044C, \u0447\u0442\u043E\u0431\u044B \u043F\u0435\u0440\u0435\u0439\u0442\u0438 \u0432 \u043A\u0430\u0442\u0435\u0433\u043E\u0440\u0438\u044E \u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u0435\u043B\u0435\u0439",deepLCustomDescription:"\u0422\u0440\u0435\u0431\u0443\u0435\u0442\u0441\u044F \u0438\u043D\u043E\u0441\u0442\u0440\u0430\u043D\u043D\u0430\u044F \u043A\u0440\u0435\u0434\u0438\u0442\u043D\u0430\u044F \u043A\u0430\u0440\u0442\u0430, \u043E\u0444\u0438\u0446\u0438\u0430\u043B\u044C\u043D\u043E \u043E\u0442\u043A\u0440\u044B\u0442\u0430 \u043D\u0430 \u0441\u0430\u0439\u0442\u0435 <1>DeepL, \u043D\u0430\u0436\u043C\u0438\u0442\u0435 \u0434\u043B\u044F \u043F\u043E\u043B\u0443\u0447\u0435\u043D\u0438\u044F <2>\u0434\u043E\u043A\u0443\u043C\u0435\u043D\u0442\u0430\u0446\u0438\u0438",deepLCustomName:"\u041F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u0435\u043B\u044C\u0441\u043A\u0438\u0439 \u043A\u043B\u044E\u0447 \u0430\u0432\u0442\u043E\u0440\u0438\u0437\u0430\u0446\u0438\u0438",chooseProviderLabel:"\u0412\u044B\u0431\u043E\u0440 \u043F\u043E\u0441\u0442\u0430\u0432\u0449\u0438\u043A\u0430 \u0443\u0441\u043B\u0443\u0433",openaiProName:"Immersive Translation Pro Member (Recommended)",openaiProDescription:"\u0422\u0435\u043A\u0443\u0449\u0438\u0439 \u043F\u0430\u043A\u0435\u0442 \u043C\u043E\u0436\u0435\u0442 \u0431\u044B\u0442\u044C \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u043D \u043D\u0430\u043F\u0440\u044F\u043C\u0443\u044E",openaiProDescriptionForNormal:"\u041D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0430 \u043D\u0435 \u0442\u0440\u0435\u0431\u0443\u0435\u0442\u0441\u044F, \u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u0435\u043B\u0438 \u043C\u043E\u0433\u0443\u0442 \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u044C \u0435\u0433\u043E \u043F\u043E\u0441\u043B\u0435 \u0432\u0445\u043E\u0434\u0430 \u0432 \u0441\u0438\u0441\u0442\u0435\u043C\u0443, <1>\u043D\u0430\u0436\u043C\u0438\u0442\u0435 \u0437\u0434\u0435\u0441\u044C, \u0447\u0442\u043E\u0431\u044B \u043F\u0435\u0440\u0435\u0439\u0442\u0438 \u0432 \u043A\u0430\u0442\u0435\u0433\u043E\u0440\u0438\u044E \u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u0435\u043B\u0435\u0439",openaiCustomDescription:"\u0414\u043E\u0441\u0442\u0443\u043F\u043D\u044B OpenAI, Azure OpenAI \u0438\u043B\u0438 \u0434\u0440\u0443\u0433\u0438\u0435 \u0441\u0442\u043E\u0440\u043E\u043D\u043D\u0438\u0435 \u0441\u0435\u0440\u0432\u0438\u0441\u044B, <1>\u0434\u043E\u043A\u0443\u043C\u0435\u043D\u0442\u0430\u0446\u0438\u044E \u043C\u043E\u0436\u043D\u043E \u043D\u0430\u0439\u0442\u0438 \u0437\u0434\u0435\u0441\u044C",openaiCustomName:"\u041F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u0435\u043B\u044C\u0441\u043A\u0438\u0439 \u043A\u043B\u044E\u0447 API",needLoginAction:"(\u041E\u0442\u043A\u0440\u044B\u0442\u043E\u0435 \u0447\u043B\u0435\u043D\u0441\u0442\u0432\u043E \u0438\u043B\u0438 \u043D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0430)",goLoginOrAction:"(\u041E\u0442\u043A\u0440\u043E\u0439\u0442\u0435 \u0447\u043B\u0435\u043D\u0441\u0442\u0432\u043E \u0438\u043B\u0438 \u043F\u0435\u0440\u0435\u0439\u0434\u0438\u0442\u0435 \u043A \u043D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0430\u043C)",yearly:"\u043E\u0441\u0443\u0449\u0435\u0441\u0442\u0432\u043B\u044F\u0442\u044C \u043F\u043E\u0441\u043B\u0435\u0434\u043E\u0432\u0430\u0442\u0435\u043B\u044C\u043D\u044B\u0439 \u0435\u0436\u0435\u0433\u043E\u0434\u043D\u044B\u0439 \u043F\u043B\u0430\u0442\u0435\u0436",quarterly:"\u043F\u043E\u0441\u043B\u0435\u0434\u043E\u0432\u0430\u0442\u0435\u043B\u044C\u043D\u0430\u044F \u0443\u043F\u0430\u043A\u043E\u0432\u043A\u0430",monthly:"\u0435\u0436\u0435\u043C\u0435\u0441\u044F\u0447\u043D\u0430\u044F \u043F\u043E\u0434\u043F\u0438\u0441\u043A\u0430",yearlyForOnce:"\u0415\u0434\u0438\u043D\u043E\u0432\u0440\u0435\u043C\u0435\u043D\u043D\u044B\u0439 \u0433\u043E\u0434\u043E\u0432\u043E\u0439 \u043F\u0430\u043A\u0435\u0442",monthlyForOnce:"\u0415\u0434\u0438\u043D\u043E\u0432\u0440\u0435\u043C\u0435\u043D\u043D\u044B\u0439 \u043C\u0435\u0441\u044F\u0447\u043D\u044B\u0439 \u043F\u0430\u043A\u0435\u0442",daily:"\u043F\u043E\u0441\u043B\u0435\u0434\u043E\u0432\u0430\u0442\u0435\u043B\u044C\u043D\u044B\u0445 \u043F\u0430\u043A\u0435\u0442\u043D\u044B\u0445 \u0434\u043D\u0435\u0439",year:"\u043E\u0441\u0443\u0449\u0435\u0441\u0442\u0432\u043B\u044F\u0442\u044C \u043F\u043E\u0441\u043B\u0435\u0434\u043E\u0432\u0430\u0442\u0435\u043B\u044C\u043D\u044B\u0439 \u0435\u0436\u0435\u0433\u043E\u0434\u043D\u044B\u0439 \u043F\u043B\u0430\u0442\u0435\u0436",quarter:"\u043F\u043E\u0441\u043B\u0435\u0434\u043E\u0432\u0430\u0442\u0435\u043B\u044C\u043D\u0430\u044F \u0443\u043F\u0430\u043A\u043E\u0432\u043A\u0430",month:"\u0435\u0436\u0435\u043C\u0435\u0441\u044F\u0447\u043D\u0430\u044F \u043F\u043E\u0434\u043F\u0438\u0441\u043A\u0430",day:"\u043F\u043E\u0441\u043B\u0435\u0434\u043E\u0432\u0430\u0442\u0435\u043B\u044C\u043D\u044B\u0445 \u043F\u0430\u043A\u0435\u0442\u043D\u044B\u0445 \u0434\u043D\u0435\u0439",onetime_7day:"7-\u0434\u043D\u0435\u0432\u043D\u044B\u0439 \u043F\u0430\u043A\u0435\u0442 \u0432\u043F\u0435\u0447\u0430\u0442\u043B\u0435\u043D\u0438\u0439",currentPlanDescriptionForFree:"\u0422\u0435\u043A\u0443\u0449\u0438\u0435 \u043F\u0430\u043A\u0435\u0442\u044B\uFF1A\u0411\u0435\u0441\u043F\u043B\u0430\u0442\u043D\u043E",currentPlanDescriptionForContinuous:"\u0414\u0435\u0439\u0441\u0442\u0432\u0443\u044E\u0449\u0438\u0439 \u043F\u0430\u043A\u0435\u0442\uFF1A{plan}\u0431\u0443\u0434\u0435\u0442 \u0430\u0432\u0442\u043E\u043C\u0430\u0442\u0438\u0447\u0435\u0441\u043A\u0438 \u043F\u0440\u043E\u0434\u043B\u0435\u043D \u043D\u0430 {endAt}",currentPlanDescriptionForAutoRenewCaceling:"\u0421\u0440\u043E\u043A \u0434\u0435\u0439\u0441\u0442\u0432\u0438\u044F \u0442\u0435\u043A\u0443\u0449\u0435\u0433\u043E \u043F\u0430\u043A\u0435\u0442\u0430\uFF1A{plan}\u0438\u0441\u0442\u0435\u043A\u0430\u0435\u0442 \u043D\u0430 \u0441\u0430\u0439\u0442\u0435 {endAt} \u0438 \u043D\u0435 \u0431\u0443\u0434\u0435\u0442 \u0430\u0432\u0442\u043E\u043C\u0430\u0442\u0438\u0447\u0435\u0441\u043A\u0438 \u043F\u0440\u043E\u0434\u043B\u0435\u0432\u0430\u0442\u044C\u0441\u044F \u043F\u043E \u0435\u0433\u043E \u0438\u0441\u0442\u0435\u0447\u0435\u043D\u0438\u0438.",currentYearlyPlanDescriptionForAutoRenewCacelingWithRealPaiedUser:"\u0421\u0440\u043E\u043A \u0434\u0435\u0439\u0441\u0442\u0432\u0438\u044F \u0442\u0435\u043A\u0443\u0449\u0435\u0433\u043E \u043F\u0430\u043A\u0435\u0442\u0430\uFF1A{plan}\u0438\u0441\u0442\u0435\u043A\u0430\u0435\u0442 \u043D\u0430 \u0441\u0430\u0439\u0442\u0435 {endAt} \u0438 \u043D\u0435 \u0431\u0443\u0434\u0435\u0442 \u0430\u0432\u0442\u043E\u043C\u0430\u0442\u0438\u0447\u0435\u0441\u043A\u0438 \u043F\u0440\u043E\u0434\u043B\u0435\u0432\u0430\u0442\u044C\u0441\u044F \u043F\u043E \u0435\u0433\u043E \u0438\u0441\u0442\u0435\u0447\u0435\u043D\u0438\u0438.
<1>\u041D\u0430\u0436\u043C\u0438\u0442\u0435 \u0437\u0434\u0435\u0441\u044C, \u0447\u0442\u043E\u0431\u044B \u0443\u043F\u0440\u0430\u0432\u043B\u044F\u0442\u044C \u043F\u043B\u0430\u043D\u043E\u043C \u043F\u0440\u043E\u0434\u043B\u0435\u043D\u0438\u044F",currentYearlyPlanDescriptionForAutoRenewCacelingWithAdmin:"\u0421\u0440\u043E\u043A \u0434\u0435\u0439\u0441\u0442\u0432\u0438\u044F \u0442\u0435\u043A\u0443\u0449\u0435\u0433\u043E \u043F\u0430\u043A\u0435\u0442\u0430\uFF1A{plan}\u0438\u0441\u0442\u0435\u043A\u0430\u0435\u0442 \u043D\u0430 \u0441\u0430\u0439\u0442\u0435 {endAt} \u0438 \u043D\u0435 \u0431\u0443\u0434\u0435\u0442 \u0430\u0432\u0442\u043E\u043C\u0430\u0442\u0438\u0447\u0435\u0441\u043A\u0438 \u043F\u0440\u043E\u0434\u043B\u0435\u0432\u0430\u0442\u044C\u0441\u044F \u043F\u043E \u0435\u0433\u043E \u0438\u0441\u0442\u0435\u0447\u0435\u043D\u0438\u0438.
<1>\u041D\u0430\u0436\u043C\u0438\u0442\u0435 \u0437\u0434\u0435\u0441\u044C, \u0447\u0442\u043E\u0431\u044B \u0430\u043A\u0442\u0438\u0432\u0438\u0440\u043E\u0432\u0430\u0442\u044C \u043D\u0435\u043F\u0440\u0435\u0440\u044B\u0432\u043D\u0443\u044E \u0433\u043E\u0434\u043E\u0432\u0443\u044E \u043F\u043E\u0434\u043F\u0438\u0441\u043A\u0443",currentPlanDescriptionForOneTime:"\u0421\u0440\u043E\u043A \u0434\u0435\u0439\u0441\u0442\u0432\u0438\u044F \u0442\u0435\u043A\u0443\u0449\u0435\u0439 \u043F\u043E\u0434\u043F\u0438\u0441\u043A\u0438\uFF1A{plan}\u0438\u0441\u0442\u0435\u043A\u0430\u0435\u0442 \u043D\u0430 \u0441\u0430\u0439\u0442\u0435 {endAt} , <1>\u043D\u0430\u0436\u043C\u0438\u0442\u0435 \u0437\u0434\u0435\u0441\u044C, \u0447\u0442\u043E\u0431\u044B \u043F\u0435\u0440\u0435\u0439\u0442\u0438 \u043D\u0430 \u0433\u043E\u0434\u043E\u0432\u043E\u0435 \u0438\u043B\u0438 <2>\u0435\u0436\u0435\u043C\u0435\u0441\u044F\u0447\u043D\u043E\u0435 \u0447\u043B\u0435\u043D\u0441\u0442\u0432\u043E.",upgradePlan:"\u041D\u0430\u0436\u043C\u0438\u0442\u0435 \u0437\u0434\u0435\u0441\u044C, \u0447\u0442\u043E\u0431\u044B \u043F\u0435\u0440\u0435\u0439\u0442\u0438 \u043D\u0430 \u0447\u043B\u0435\u043D\u0441\u0442\u0432\u043E Pro",upgradeToPro:"\u041F\u0435\u0440\u0435\u0439\u0442\u0438 \u043D\u0430 \u0447\u043B\u0435\u043D\u0441\u0442\u0432\u043E Pro","popup.openPro":"\u0427\u0442\u043E\u0431\u044B \u043F\u043E\u043B\u0443\u0447\u0438\u0442\u044C \u0432\u043E\u0437\u043C\u043E\u0436\u043D\u043E\u0441\u0442\u044C \u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u044C\u0441\u044F DeepL \u0438 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u043E\u043C OpenAI, \u043F\u0435\u0440\u0435\u0439\u0434\u0438\u0442\u0435 \u043F\u043E \u0441\u0441\u044B\u043B\u043A\u0435.","popup.openProForPro":"\u0412\u044B \u044F\u0432\u043B\u044F\u0435\u0442\u0435\u0441\u044C \u0443\u0447\u0430\u0441\u0442\u043D\u0438\u043A\u043E\u043C \u043F\u0440\u043E\u0433\u0440\u0430\u043C\u043C\u044B Pro \u0441 \u043F\u0440\u044F\u043C\u044B\u043C \u0434\u043E\u0441\u0442\u0443\u043F\u043E\u043C \u043A DeepL \u0438 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430\u043C OpenAI!",currentAccount:"\u0442\u0435\u043A\u0443\u0449\u0438\u0439 \u0441\u0447\u0451\u0442",enableAutoSyncUserSettings:"\u041E\u0431\u0435\u0441\u043F\u0435\u0447\u0435\u043D\u0438\u0435 \u0430\u0432\u0442\u043E\u043C\u0430\u0442\u0438\u0447\u0435\u0441\u043A\u043E\u0439 \u043E\u0431\u043B\u0430\u0447\u043D\u043E\u0439 \u0441\u0438\u043D\u0445\u0440\u043E\u043D\u0438\u0437\u0430\u0446\u0438\u0438 \u043D\u0430 \u043D\u0435\u0441\u043A\u043E\u043B\u044C\u043A\u0438\u0445 \u0443\u0441\u0442\u0440\u043E\u0439\u0441\u0442\u0432\u0430\u0445",modalEnableInputTranslationTitle:"\u0411\u043B\u043E\u043A \u0432\u0432\u043E\u0434\u0430 \u0438\u043C\u043C\u0435\u0440\u0441\u0438\u0432\u043D\u043E\u0433\u043E \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430 \u041F\u0435\u0440\u0435\u0432\u043E\u0434\u0447\u0435\u0441\u043A\u0438\u0435 \u043E\u043F\u043E\u0432\u0435\u0449\u0435\u043D\u0438\u044F",modalEnableInputTranslationDesc:"\u0412\u044B \u0442\u043E\u043B\u044C\u043A\u043E \u0447\u0442\u043E \u0437\u0430\u043F\u0443\u0441\u0442\u0438\u043B\u0438 \u0444\u0443\u043D\u043A\u0446\u0438\u044E \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430 \u043F\u043E\u043B\u044F \u0432\u0432\u043E\u0434\u0430 Immersive Translation, \u043D\u0430\u0436\u0430\u0432 3 \u0440\u0430\u0437\u0430 \u043F\u043E\u0434\u0440\u044F\u0434 \u043A\u043B\u0430\u0432\u0438\u0448\u0443 \u043F\u0440\u043E\u0431\u0435\u043B\u0430, \u0438 \u0441\u043E\u0434\u0435\u0440\u0436\u0438\u043C\u043E\u0435 \u043F\u043E\u043B\u044F \u0432\u0432\u043E\u0434\u0430 \u0431\u0443\u0434\u0435\u0442 \u043F\u0435\u0440\u0435\u0432\u0435\u0434\u0435\u043D\u043E \u043D\u0430 \u0446\u0435\u043B\u0435\u0432\u043E\u0439 \u044F\u0437\u044B\u043A \u043F\u043E \u0443\u043C\u043E\u043B\u0447\u0430\u043D\u0438\u044E. \u041F\u0435\u0440\u0435\u0432\u043E\u0434 \u043C\u043E\u0436\u043D\u043E \u043E\u0442\u043C\u0435\u043D\u0438\u0442\u044C \u0441 \u043F\u043E\u043C\u043E\u0449\u044C\u044E \u043A\u043B\u0430\u0432\u0438\u0448 Ctrl+Z.

\u0415\u0441\u043B\u0438 \u044D\u0442\u043E \u0431\u044B\u043B\u0430 \u043E\u0448\u0438\u0431\u043A\u0430, \u043D\u0435 \u0432\u043E\u043B\u043D\u0443\u0439\u0442\u0435\u0441\u044C, \u0432\u044B \u043C\u043E\u0436\u0435\u0442\u0435 \u043E\u0442\u043A\u043B\u044E\u0447\u0438\u0442\u044C \u0435\u0435 \u043D\u0430 \u044D\u0442\u043E\u0442 \u0440\u0430\u0437 \u0438\u043B\u0438 \u043D\u0430\u0432\u0441\u0435\u0433\u0434\u0430 \u043E\u0442\u043A\u043B\u044E\u0447\u0438\u0442\u044C \u043F\u0435\u0440\u0435\u0432\u043E\u0434 \u043F\u043E\u043B\u044F \u0432\u0432\u043E\u0434\u0430.",saveAndNotShowAgain:"\u0421\u043E\u0445\u0440\u0430\u043D\u0438\u0442\u044C \u0438 \u043E\u0441\u0442\u0430\u043D\u043E\u0432\u0438\u0442\u044C \u0437\u0430\u043F\u0440\u043E\u0441",disableInputTranslationTips:"* \u0412\u044B \u0442\u0430\u043A\u0436\u0435 \u043C\u043E\u0436\u0435\u0442\u0435 \u0443\u0441\u0442\u0430\u043D\u043E\u0432\u0438\u0442\u044C \u0434\u0440\u0443\u0433\u0438\u0435 \u0441\u043E\u0447\u0435\u0442\u0430\u043D\u0438\u044F \u043A\u043B\u0430\u0432\u0438\u0448 \u0434\u043B\u044F \u0441\u0440\u0430\u0431\u0430\u0442\u044B\u0432\u0430\u043D\u0438\u044F \u0432 {option} ,{learnMore}.",learnMore:"\u041D\u0430\u0436\u043C\u0438\u0442\u0435 \u0437\u0434\u0435\u0441\u044C, \u0447\u0442\u043E\u0431\u044B \u0443\u0437\u043D\u0430\u0442\u044C \u0431\u043E\u043B\u044C\u0448\u0435",continueEnalbeInputTranslation:"\u041F\u0440\u043E\u0434\u043E\u043B\u0436\u0435\u043D\u0438\u0435 \u0432\u043A\u043B\u044E\u0447\u0435\u043D\u0438\u044F \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430 \u043F\u043E\u043B\u044F \u0432\u0432\u043E\u0434\u0430",autoRenewTrialSuffix:'(\u0412 \u043F\u0440\u043E\u0431\u043D\u043E\u043C \u0432\u0430\u0440\u0438\u0430\u043D\u0442\u0435\u0441\u0440\u0430\u0437\u0443 \u0436\u0435 \u043F\u0435\u0440\u0435\u0448\u0435\u043B \u043D\u0430 \u043F\u043E\u043B\u043D\u043E\u0435 \u0447\u043B\u0435\u043D\u0441\u0442\u0432\u043E)',upgradeFromTrialTitle:"\u041F\u043E\u0432\u044B\u0448\u0435\u043D\u0438\u0435 \u0441\u0442\u0430\u0442\u0443\u0441\u0430 \u0434\u043E \u043F\u043E\u043B\u043D\u043E\u0433\u043E \u0447\u043B\u0435\u043D\u0430",subtitle:"\u0441\u0443\u0431\u0442\u0438\u0442\u0440\u044B \u043A \u0432\u0438\u0434\u0435\u043E\u0444\u0438\u043B\u044C\u043C\u0430\u043C",youtubeService:"\u0418\u043C\u043C\u0435\u0440\u0441\u0438\u043E\u043D\u043D\u044B\u0439 \u043F\u0435\u0440\u0435\u0432\u043E\u0434 \u0412\u0438\u0434\u0435\u043E\u0441\u0443\u0431\u0442\u0438\u0442\u0440\u0438\u0440\u043E\u0432\u0430\u043D\u0438\u0435 \u041F\u0435\u0440\u0435\u0432\u043E\u0434\u0447\u0435\u0441\u043A\u0438\u0435 \u0443\u0441\u043B\u0443\u0433\u0438","subtitle.disabledSubtitle":"\u041F\u043E\u0441\u0442\u043E\u044F\u043D\u043D\u043E\u0435 \u043E\u0442\u043A\u043B\u044E\u0447\u0435\u043D\u0438\u0435 \u0444\u0443\u043D\u043A\u0446\u0438\u0438 \u0432\u0438\u0434\u0435\u043E\u0441\u0443\u0431\u0442\u0438\u0442\u0440\u043E\u0432","subtitle.disabledSubtitleDescription":"\u0415\u0441\u043B\u0438 Immersive Translator's Video Subtitles \u043A\u043E\u043D\u0444\u043B\u0438\u043A\u0442\u0443\u0435\u0442 \u0441 \u0434\u0440\u0443\u0433\u0438\u043C\u0438 \u0440\u0430\u0441\u0448\u0438\u0440\u0435\u043D\u0438\u044F\u043C\u0438, \u0432\u044B \u043C\u043E\u0436\u0435\u0442\u0435 \u0432\u044B\u0431\u0440\u0430\u0442\u044C \u043F\u043E\u0441\u0442\u043E\u044F\u043D\u043D\u043E\u0435 \u043E\u0442\u043A\u043B\u044E\u0447\u0435\u043D\u0438\u0435 Immersive Translator's Video Subtitles \u0438\u043B\u0438 \u0434\u0435\u0438\u043D\u0441\u0442\u0430\u043B\u043B\u0438\u0440\u043E\u0432\u0430\u0442\u044C \u0434\u0440\u0443\u0433\u0438\u0435 \u043A\u043E\u043D\u0444\u043B\u0438\u043A\u0442\u0443\u044E\u0449\u0438\u0435 \u0440\u0430\u0441\u0448\u0438\u0440\u0435\u043D\u0438\u044F","subtitle.autoEnableSubtitle":"\u0410\u0432\u0442\u043E\u043C\u0430\u0442\u0438\u0447\u0435\u0441\u043A\u043E\u0435 \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u043D\u0438\u0435 \u0434\u0432\u0443\u044F\u0437\u044B\u0447\u043D\u044B\u0445 \u0441\u0443\u0431\u0442\u0438\u0442\u0440\u043E\u0432","subtitle.autoEnableSubtitleDescription":"\u041F\u043E\u0441\u043B\u0435 \u0430\u043A\u0442\u0438\u0432\u0430\u0446\u0438\u0438, \u043F\u0440\u0438 \u0432\u043E\u0441\u043F\u0440\u043E\u0438\u0437\u0432\u0435\u0434\u0435\u043D\u0438\u0438 \u0432\u0438\u0434\u0435\u043E, \u0431\u0443\u0434\u0443\u0442 \u0430\u0432\u0442\u043E\u043C\u0430\u0442\u0438\u0447\u0435\u0441\u043A\u0438 \u043E\u0442\u043E\u0431\u0440\u0430\u0436\u0430\u0442\u044C\u0441\u044F \u0434\u0432\u0443\u044F\u0437\u044B\u0447\u043D\u044B\u0435 \u0441\u0443\u0431\u0442\u0438\u0442\u0440\u044B, \u0432 \u043F\u0440\u043E\u0442\u0438\u0432\u043D\u043E\u043C \u0441\u043B\u0443\u0447\u0430\u0435 \u043D\u0435\u043E\u0431\u0445\u043E\u0434\u0438\u043C\u043E \u043D\u0430\u0436\u0430\u0442\u044C \u043A\u043D\u043E\u043F\u043A\u0443 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430 \u0434\u043B\u044F \u043E\u0442\u043E\u0431\u0440\u0430\u0436\u0435\u043D\u0438\u044F.","subtitle.preTranslation":"\u041F\u0435\u0440\u0435\u0432\u043E\u0434 \u0441\u0443\u0431\u0442\u0438\u0442\u0440\u043E\u0432 \u0441 \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u043D\u0438\u0435\u043C \u0438\u043C\u043C\u0435\u0440\u0441\u0438\u0432\u043D\u043E\u0433\u043E \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430","subtitle.preTranslationDescription":"\u041F\u0440\u0438 \u0432\u043A\u043B\u044E\u0447\u0435\u043D\u0438\u0438 \u044D\u0442\u043E\u0439 \u0444\u0443\u043D\u043A\u0446\u0438\u0438 \u0432\u0441\u0435 \u0441\u0443\u0431\u0442\u0438\u0442\u0440\u044B \u0431\u0443\u0434\u0443\u0442 \u043F\u0440\u0435\u0434\u0432\u0430\u0440\u0438\u0442\u0435\u043B\u044C\u043D\u043E \u043F\u0435\u0440\u0435\u0432\u0435\u0434\u0435\u043D\u044B \u0441 \u043F\u043E\u043C\u043E\u0449\u044C\u044E \u0443\u043A\u0430\u0437\u0430\u043D\u043D\u043E\u0433\u043E \u043D\u0438\u0436\u0435 \u0441\u0435\u0440\u0432\u0438\u0441\u0430 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430, \u043F\u0440\u0438 \u044D\u0442\u043E\u043C \u043D\u0430 1-\u0447\u0430\u0441\u043E\u0432\u043E\u0435 \u0432\u0438\u0434\u0435\u043E \u0431\u0443\u0434\u0435\u0442 \u0437\u0430\u0442\u0440\u0430\u0447\u0435\u043D\u043E \u043E\u043A\u043E\u043B\u043E 50 000 \u0442\u043E\u043A\u0435\u043D\u043E\u0432 \u0438\u043B\u0438 \u0441\u0438\u043C\u0432\u043E\u043B\u043E\u0432, \u043F\u043E\u044D\u0442\u043E\u043C\u0443 \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u0443\u0439\u0442\u0435 \u0438\u0445 \u043F\u043E \u0441\u0432\u043E\u0435\u043C\u0443 \u0443\u0441\u043C\u043E\u0442\u0440\u0435\u043D\u0438\u044E; \u043F\u0440\u0438 \u043E\u0442\u043A\u043B\u044E\u0447\u0435\u043D\u0438\u0438 \u044D\u0442\u043E\u0439 \u0444\u0443\u043D\u043A\u0446\u0438\u0438 \u0441\u043D\u0430\u0447\u0430\u043B\u0430 \u0431\u0443\u0434\u0443\u0442 \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u044C\u0441\u044F \u043E\u0440\u0438\u0433\u0438\u043D\u0430\u043B\u044C\u043D\u044B\u0435 \u0441\u0443\u0431\u0442\u0438\u0442\u0440\u044B.","subtitle.humanSubtitlesPreferred":"\u041F\u0440\u0438\u043E\u0440\u0438\u0442\u0435\u0442\u043D\u043E\u0435 \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u043D\u0438\u0435 \u0447\u0435\u043B\u043E\u0432\u0435\u0447\u0435\u0441\u043A\u0438\u0445 \u0441\u0443\u0431\u0442\u0438\u0442\u0440\u043E\u0432","subtitle.humanSubtitlesPreferredDescription":"\u041F\u0440\u0438\u043E\u0440\u0438\u0442\u0435\u0442 \u043E\u0442\u0434\u0430\u0435\u0442\u0441\u044F \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u043D\u0438\u044E \u0447\u0435\u043B\u043E\u0432\u0435\u0447\u0435\u0441\u043A\u0438\u0445 \u0441\u0443\u0431\u0442\u0438\u0442\u0440\u043E\u0432, \u0435\u0441\u043B\u0438 \u0432\u0438\u0434\u0435\u043E\u0440\u043E\u043B\u0438\u043A \u0438\u043C\u0435\u0435\u0442 \u0447\u0435\u043B\u043E\u0432\u0435\u0447\u0435\u0441\u043A\u0438\u0435 \u0441\u0443\u0431\u0442\u0438\u0442\u0440\u044B \u043D\u0430 \u0446\u0435\u043B\u0435\u0432\u043E\u043C \u044F\u0437\u044B\u043A\u0435 (\u0440\u0435\u043A\u043E\u043C\u0435\u043D\u0434\u0443\u0435\u0442\u0441\u044F)",videoSubtitleTranslationDescription:"\u041D\u0430\u0437\u043D\u0430\u0447\u0438\u0442\u044C \u043E\u0442\u0434\u0435\u043B\u044C\u043D\u0443\u044E \u0441\u043B\u0443\u0436\u0431\u0443 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430 \u0434\u043B\u044F \u0432\u0438\u0434\u0435\u043E\u0441\u0443\u0431\u0442\u0438\u0442\u0440\u043E\u0432",subtitleTranslating:"\u041F\u043E\u0436\u0430\u043B\u0443\u0439\u0441\u0442\u0430, \u043F\u043E\u0434\u043E\u0436\u0434\u0438\u0442\u0435, \u043F\u043E\u043A\u0430 \u0441\u0443\u0431\u0442\u0438\u0442\u0440\u044B \u0431\u0443\u0434\u0443\u0442 \u043F\u0435\u0440\u0435\u0432\u0435\u0434\u0435\u043D\u044B \u0441 \u043F\u043E\u043C\u043E\u0449\u044C\u044E \u0441\u0435\u0440\u0432\u0438\u0441\u0430 {service} ... (\u0438\u043C\u043C\u0435\u0440\u0441\u0438\u043E\u043D\u043D\u044B\u0439 \u043F\u0435\u0440\u0435\u0432\u043E\u0434)",subtitleLoading:"\u0417\u0430\u0433\u0440\u0443\u0437\u043A\u0430 \u0441\u0443\u0431\u0442\u0438\u0442\u0440\u043E\u0432...",bilingual:"\u0431\u0438\u043B\u0438\u043D\u0433\u0432\u0438\u0437\u043C","field.action":"\u0412\u043A\u043B\u044E\u0447\u0430\u0442\u044C \u043B\u0438 \u0442\u0435\u0440\u043C\u0438\u043D\u043E\u043B\u043E\u0433\u0438\u044E Baidu","description.action":"\u041F\u0440\u0438 \u0432\u043A\u043B\u044E\u0447\u0435\u043D\u0438\u0438 \u0432 \u0437\u0430\u043F\u0440\u043E\u0441 \u0431\u0443\u0434\u0435\u0442 \u0434\u043E\u0431\u0430\u0432\u043B\u0435\u043D \u043F\u0430\u0440\u0430\u043C\u0435\u0442\u0440 action=1, \u0438\u043D\u0444\u043E\u0440\u043C\u0438\u0440\u0443\u044E\u0449\u0438\u0439 Baidu \u043E \u0432\u043A\u043B\u044E\u0447\u0435\u043D\u043D\u043E\u043C \u0442\u0435\u0440\u043C\u0438\u043D\u0435; <1>\u0431\u043E\u043B\u0435\u0435 \u043F\u043E\u0434\u0440\u043E\u0431\u043D\u0430\u044F \u0438\u043D\u0444\u043E\u0440\u043C\u0430\u0446\u0438\u044F \u043F\u0440\u0438\u0432\u0435\u0434\u0435\u043D\u0430 \u0432 \u043E\u0444\u0438\u0446\u0438\u0430\u043B\u044C\u043D\u043E\u0439 \u0434\u043E\u043A\u0443\u043C\u0435\u043D\u0442\u0430\u0446\u0438\u0438.",closeQuickTranslation:"\u0417\u0430\u043A\u0440\u044B\u0442\u044C \u0445\u043E\u0432\u0435\u0440\u0431\u043E\u043B","closeQuickTranslation.untilNext":"\u041D\u0430 \u044D\u0442\u043E\u0442 \u0440\u0430\u0437 \u0437\u0430\u043A\u0440\u044B\u0442\u043E \u0434\u043E \u0441\u043B\u0435\u0434\u0443\u044E\u0449\u0435\u0433\u043E \u043F\u043E\u0441\u0435\u0449\u0435\u043D\u0438\u044F","closeQuickTranslation.currentWebsite":"\u0422\u0435\u043A\u0443\u0449\u0438\u0439 \u0441\u0430\u0439\u0442 \u043E\u0442\u043A\u043B\u044E\u0447\u0435\u043D","closeQuickTranslation.alwaysClose":"\u043E\u0442\u043A\u043B\u044E\u0447\u0438\u0442\u044C \u043D\u0430\u0432\u0441\u0435\u0433\u0434\u0430","closeQuickTranslation.settingOpen":"(\u043C\u043E\u0436\u0435\u0442 \u0431\u044B\u0442\u044C \u0432\u043A\u043B\u044E\u0447\u0435\u043D\u0430 \u043D\u0430 <1>\u0441\u0442\u0440\u0430\u043D\u0438\u0446\u0435 \u043D\u0430\u0441\u0442\u0440\u043E\u0435\u043A )","closeQuickTranslation.cancel":"\u043E\u0442\u043C\u0435\u043D\u044B","closeQuickTranslation.confirm":"\u043E\u043F\u0440\u0435\u0434\u0435\u043B\u0438\u0442\u044C","floatBall.popup":"\u041E\u0442\u043A\u0440\u043E\u0439\u0442\u0435 \u043F\u0430\u043D\u0435\u043B\u044C \u0431\u044B\u0441\u0442\u0440\u044B\u0445 \u043D\u0430\u0441\u0442\u0440\u043E\u0435\u043A","floatBall.translate":"\u041D\u0430\u0436\u043C\u0438\u0442\u0435, \u0447\u0442\u043E\u0431\u044B \u043F\u0435\u0440\u0435\u0432\u0435\u0441\u0442\u0438 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u0443","floatBall.showOriginal":"\u041D\u0430\u0436\u043C\u0438\u0442\u0435, \u0447\u0442\u043E\u0431\u044B \u0432\u0435\u0440\u043D\u0443\u0442\u044C\u0441\u044F \u043A \u043E\u0440\u0438\u0433\u0438\u043D\u0430\u043B\u044C\u043D\u043E\u0439 \u0441\u0442\u0430\u0442\u044C\u0435","floatBall.close":"\u0417\u0430\u043A\u0440\u044B\u0442\u044C \u0445\u043E\u0432\u0435\u0440\u0431\u043E\u043B","floatBallOptions.enableDescPc":"\u041F\u043E\u0441\u043B\u0435 \u0432\u043A\u043B\u044E\u0447\u0435\u043D\u0438\u044F \u0445\u043E\u0432\u0435\u0440\u0431\u043E\u043B\u0430 \u0432 \u043F\u0440\u0430\u0432\u043E\u0439 \u0447\u0430\u0441\u0442\u0438 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u044B \u043F\u043E\u044F\u0432\u0438\u0442\u0441\u044F \u043A\u043D\u043E\u043F\u043A\u0430 \u0431\u044B\u0441\u0442\u0440\u043E\u0433\u043E \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430, \u043D\u0430\u0436\u043C\u0438\u0442\u0435 \u0435\u0435, \u0447\u0442\u043E\u0431\u044B \u043F\u0435\u0440\u0435\u0432\u0435\u0441\u0442\u0438!","floatBallOptions.enableDesc":"\u041F\u043E\u0441\u043B\u0435 \u0432\u044B\u043A\u043B\u044E\u0447\u0435\u043D\u0438\u044F \u0445\u043E\u0432\u0435\u0440\u0431\u043E\u043B\u0430 \u0435\u0433\u043E \u043C\u043E\u0436\u043D\u043E \u0432\u044B\u0437\u0432\u0430\u0442\u044C \u0441 \u043F\u043E\u043C\u043E\u0449\u044C\u044E{touch}. \u041D\u0430\u0441\u0442\u043E\u044F\u0442\u0435\u043B\u044C\u043D\u043E \u0440\u0435\u043A\u043E\u043C\u0435\u043D\u0434\u0443\u0435\u0442\u0441\u044F \u0441\u043E\u0445\u0440\u0430\u043D\u0438\u0442\u044C \u044D\u0442\u0443 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u0443 \u043D\u0430\u0441\u0442\u0440\u043E\u0435\u043A \u0432 \u0437\u0430\u043A\u043B\u0430\u0434\u043A\u0430\u0445, \u0447\u0442\u043E\u0431\u044B \u043D\u0435 \u043F\u043E\u0442\u0435\u0440\u044F\u0442\u044C \u0432\u043E\u0437\u043C\u043E\u0436\u043D\u043E\u0441\u0442\u044C \u043D\u0430\u0439\u0442\u0438 \u0445\u043E\u0432\u0435\u0440\u0431\u043E\u043B \u043F\u043E\u0441\u043B\u0435 \u0441\u043B\u0443\u0447\u0430\u0439\u043D\u043E\u0433\u043E \u043E\u0442\u043A\u043B\u044E\u0447\u0435\u043D\u0438\u044F \u044D\u0442\u043E\u0439 \u043E\u043F\u0446\u0438\u0438!","description.azureApiUrl":"\u0417\u0430\u043F\u043E\u043B\u043D\u0438\u0442\u0435 \u0430\u0434\u0440\u0435\u0441 \u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u0435\u043B\u044C\u0441\u043A\u043E\u0433\u043E \u0438\u043D\u0442\u0435\u0440\u0444\u0435\u0439\u0441\u0430 API",confirmSupportMouse:"\u041F\u0440\u0438\u043D\u0443\u0434\u0438\u0442\u0435\u043B\u044C\u043D\u043E\u0435 \u0432\u043A\u043B\u044E\u0447\u0435\u043D\u0438\u0435 \u043F\u043E\u0434\u0434\u0435\u0440\u0436\u043A\u0438 \u043C\u044B\u0448\u0438",confirmSupportMouseDescription:"\u041E\u0431\u043D\u0430\u0440\u0443\u0436\u0435\u043D\u043E, \u0447\u0442\u043E \u0442\u0435\u043A\u0443\u0449\u0438\u0439 \u0431\u0440\u0430\u0443\u0437\u0435\u0440 \u043D\u0435 \u043F\u043E\u0434\u0434\u0435\u0440\u0436\u0438\u0432\u0430\u0435\u0442 \u0444\u0443\u043D\u043A\u0446\u0438\u044E \u043C\u044B\u0448\u0438, \u043F\u0440\u0438\u043D\u0443\u0434\u0438\u0442\u0435\u043B\u044C\u043D\u043E \u043B\u0438 \u0432\u043A\u043B\u044E\u0447\u0438\u0442\u044C \u043F\u043E\u0434\u0434\u0435\u0440\u0436\u043A\u0443 \u043C\u044B\u0448\u0438?",sampleTargetText:"\u041D\u0430\u0441\u0442\u0443\u043F\u0438\u0442 \u0434\u043E\u043B\u0433\u0430\u044F \u043D\u043E\u0447\u044C, \u0438 \u044F \u0431\u0443\u0434\u0443 \u0441\u0442\u043E\u044F\u0442\u044C \u043D\u0430 \u0441\u0442\u0440\u0430\u0436\u0435 \u0441 \u044D\u0442\u043E\u0433\u043E \u0434\u043D\u044F \u0438 \u0434\u043E \u0441\u0430\u043C\u043E\u0439 \u0441\u043C\u0435\u0440\u0442\u0438. \u042F \u043D\u0435 \u0432\u043E\u0437\u044C\u043C\u0443 \u0436\u0435\u043D\u0443, \u043D\u0435 \u0441\u043E\u0437\u0434\u0430\u043C \u0432\u043E\u0442\u0447\u0438\u043D\u0443, \u043D\u0435 \u0437\u0430\u0432\u0435\u0434\u0443 \u0434\u0435\u0442\u0435\u0439. \u042F \u043D\u0435 \u0431\u0443\u0434\u0443 \u043D\u043E\u0441\u0438\u0442\u044C \u043A\u043E\u0440\u043E\u043D\u0443, \u043D\u0435 \u0431\u0443\u0434\u0443 \u0441\u0442\u0440\u0435\u043C\u0438\u0442\u044C\u0441\u044F \u043A \u043F\u043E\u0447\u0435\u0441\u0442\u044F\u043C. \u042F \u0431\u0443\u0434\u0443 \u0438\u0441\u043F\u043E\u043B\u043D\u044F\u0442\u044C \u0441\u0432\u043E\u0439 \u0434\u043E\u043B\u0433, \u0436\u0438\u0442\u044C \u0438 \u0443\u043C\u0438\u0440\u0430\u0442\u044C.",sampleSourceText:"Night gathers, and now my watch begins. It shall not end until my death. I shall take no wife, hold no lands, father no children. I shall wear no crowns and win no glory. I shall live and die at my post.","subtitle.supportedSites":"\u5DF2\u652F\u6301\u5728\u8FD9\u4E9B\u7F51\u7AD9\u4F7F\u7528\u53CC\u8BED\u5B57\u5E55\uFF08\u6CE8\u610F\uFF1A\u7531\u4E8E\u6280\u672F\u9650\u5236\uFF0C\u90E8\u5206\u7F51\u7AD9\u5728\u9996\u6B21\u5F00\u542F\u5B57\u5E55\u540E\u9700\u8981\u91CD\u65B0\u5237\u65B0\u9875\u9762\uFF0C\u6216\u8005\u9700\u7B49\u5F85\u7FFB\u8BD1\u5B8C\u6210\u4EE5\u663E\u793A\u53CC\u8BED\u5B57\u5E55\uFF09\uFF1A",viewWithImmersiveTranslate:"\u53CC\u8BED\u7248\u672C(\u6C89\u6D78\u5F0F\u7FFB\u8BD1)",errorReason:"\u9519\u8BEF\u539F\u56E0\uFF1A{message}","proQuotaExceededError.onetime7day":'\uFF0C\u60A8\u53EF\u4EE5\u9009\u62E9\u4EE5\u4E0B\u65B9\u5F0F\u89E3\u51B3\uFF1A

1. \u5207\u6362\u5230 {anotherService} \u6216\u5176\u4ED6\u7FFB\u8BD1\u670D\u52A1
2. \u5347\u7EA7\u4E3A\u6708\u5EA6/\u5E74\u5EA6\u4F1A\u5458',"proQuotaExceededError.trial":'\uFF0C\u60A8\u53EF\u4EE5\u9009\u62E9\u4EE5\u4E0B\u65B9\u5F0F\u89E3\u51B3\uFF1A

1. \u5207\u6362\u5230 {anotherService} \u6216\u5176\u4ED6\u7FFB\u8BD1\u670D\u52A1
2. \u7ACB\u523B\u5347\u7EA7\u4E3A\u6B63\u5F0F\u4F1A\u5458',"proQuotaExceededError.nonTrial":'\uFF0C\u60A8\u53EF\u4EE5\u9009\u62E9\u4EE5\u4E0B\u65B9\u5F0F\u89E3\u51B3\uFF1A

1. \u5207\u6362\u5230 {anotherService} \u6216\u5176\u4ED6\u7FFB\u8BD1\u670D\u52A1
2. \u8D2D\u4E70 {translationService} \u989D\u5916\u6D41\u91CF\u5305',"proQuotaExceededError.resetTime":"
3. \u989D\u5EA6\u91CD\u7F6E\u65F6\u95F4\uFF1A{resetTime}","desc.touchShortcutsToggleTranslatePageOnlyTranslation":"\u0422\u043E\u043B\u044C\u043A\u043E \u043F\u0435\u0440\u0435\u0432\u043E\u0434 \u043E\u0437\u043D\u0430\u0447\u0430\u0435\u0442, \u0447\u0442\u043E \u043E\u0442\u043E\u0431\u0440\u0430\u0436\u0430\u0435\u0442\u0441\u044F \u0442\u043E\u043B\u044C\u043A\u043E \u043F\u0435\u0440\u0435\u0432\u043E\u0434. \u0415\u0441\u043B\u0438 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u0430 \u0435\u0449\u0435 \u043D\u0435 \u043F\u0435\u0440\u0435\u0432\u0435\u0434\u0435\u043D\u0430, \u043E\u043D\u0430 \u043F\u0435\u0440\u0435\u043A\u043B\u044E\u0447\u0438\u0442\u0441\u044F \u0432 \u0440\u0435\u0436\u0438\u043C \u0438 \u0431\u0443\u0434\u0435\u0442 \u043F\u0435\u0440\u0435\u0432\u0435\u0434\u0435\u043D\u0430.","desc.toggleOnlyTransation":'\u0420\u0435\u0436\u0438\u043C "\u0422\u043E\u043B\u044C\u043A\u043E \u043F\u0435\u0440\u0435\u0432\u043E\u0434" \u043E\u0437\u043D\u0430\u0447\u0430\u0435\u0442, \u0447\u0442\u043E \u043E\u0442\u043E\u0431\u0440\u0430\u0436\u0430\u0435\u0442\u0441\u044F \u0442\u043E\u043B\u044C\u043A\u043E \u043F\u0435\u0440\u0435\u0432\u043E\u0434. \u0415\u0441\u043B\u0438 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u0430 \u0435\u0449\u0435 \u043D\u0435 \u043F\u0435\u0440\u0435\u0432\u0435\u0434\u0435\u043D\u0430, \u0440\u0435\u0436\u0438\u043C \u0431\u0443\u0434\u0435\u0442 \u043F\u0435\u0440\u0435\u043A\u043B\u044E\u0447\u0435\u043D \u0438 \u0432\u044B\u043F\u043E\u043B\u043D\u0435\u043D \u043F\u0435\u0440\u0435\u0432\u043E\u0434.',touchShortcutsToggleTranslatePageOnlyTranslation:"\u041D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0430 \u0436\u0435\u0441\u0442\u043E\u0432 \u0441\u0435\u043D\u0441\u043E\u0440\u043D\u043E\u0433\u043E \u044D\u043A\u0440\u0430\u043D\u0430 \u0434\u043B\u044F \u043F\u0435\u0440\u0435\u043A\u043B\u044E\u0447\u0435\u043D\u0438\u044F \u043C\u0435\u0436\u0434\u0443 \u0434\u0432\u0443\u044F\u0437\u044B\u0447\u043D\u044B\u043C / \u0442\u043E\u043B\u044C\u043A\u043E \u0442\u0435\u043A\u0441\u0442\u043E\u043C \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430",download_started:"\u0417\u0430\u0433\u0440\u0443\u0437\u043A\u0430 \u0443\u0436\u0435 \u043D\u0430\u0447\u0430\u043B\u0430\u0441\u044C, \u0435\u0441\u043B\u0438 \u043E\u043D\u0430 \u043D\u0435 \u043D\u0430\u0447\u0430\u043B\u0430\u0441\u044C \u0430\u0432\u0442\u043E\u043C\u0430\u0442\u0438\u0447\u0435\u0441\u043A\u0438, \u043F\u043E\u0436\u0430\u043B\u0443\u0439\u0441\u0442\u0430, \u043D\u0430\u0436\u043C\u0438\u0442\u0435 \u0432\u0440\u0443\u0447\u043D\u0443\u044E.",here:"\u0437\u0434\u0435\u0441\u044C","error.goReset":"\u0441\u0431\u0440\u043E\u0441\u0438\u0442\u044C",batchEdit:"\u041C\u0430\u0441\u0441\u043E\u0432\u0430\u044F \u043E\u043F\u0435\u0440\u0430\u0446\u0438\u044F","error.configError":"\u041D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0430 \u0434\u0430\u043D\u043D\u044B\u0445 \u0430\u043D\u043E\u043C\u0430\u043B\u044C\u043D\u0430","translationFont.custom":"\u0412\u0432\u0435\u0434\u0438\u0442\u0435 \u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u0435\u043B\u044C\u0441\u043A\u0438\u0439 \u0448\u0440\u0438\u0444\u0442",translationFont:"\u0443\u0441\u0442\u0430\u043D\u043E\u0432\u0438\u0442\u044C \u0448\u0440\u0438\u0444\u0442",detectServiceLoading:"\u041F\u0440\u043E\u0432\u0435\u0440\u043A\u0430 \u0434\u043E\u0441\u0442\u0443\u043F\u043D\u044B\u0445 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0447\u0435\u0441\u043A\u0438\u0445 \u0443\u0441\u043B\u0443\u0433...","translationFont.customPlaceholder":"\u0448\u0440\u0438\u0444\u0442","touch.mouse-translate":"\u041F\u0435\u0440\u0435\u0432\u0435\u0441\u0442\u0438 \u0443\u043A\u0430\u0437\u0430\u043D\u043D\u044B\u0439 \u0430\u0431\u0437\u0430\u0446","translationModeLang.translation.title":"\u0422\u043E\u043B\u044C\u043A\u043E \u0440\u0435\u0436\u0438\u043C \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430 \u044F\u0437\u044B\u043A\u0430","error.serveConfigError":"\u041E\u0448\u0438\u0431\u043A\u0430 \u043A\u043E\u043D\u0444\u0438\u0433\u0443\u0440\u0430\u0446\u0438\u0438 \u0441\u0435\u0440\u0432\u0438\u0441\u0430","error.403":"\u0421\u043B\u0443\u0436\u0431\u0430 \u0432\u043E\u0437\u0432\u0440\u0430\u0449\u0430\u0435\u0442 \u043E\u0448\u0438\u0431\u043A\u0443, \u0432\u0440\u0435\u043C\u0435\u043D\u043D\u043E \u043D\u0435\u0442 \u0434\u043E\u0441\u0442\u0443\u043F\u0430 \u043A \u044D\u0442\u043E\u0439 \u0441\u043B\u0443\u0436\u0431\u0435.","error.proUpgrade":"\u041F\u043E\u0441\u043B\u0435 \u043E\u0431\u043D\u043E\u0432\u043B\u0435\u043D\u0438\u044F, \u043F\u043E\u0436\u0430\u043B\u0443\u0439\u0441\u0442\u0430, \u043E\u0431\u043D\u043E\u0432\u0438\u0442\u0435 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u0443 \u0438 \u043F\u0435\u0440\u0435\u0432\u0435\u0434\u0438\u0442\u0435 \u0441\u043D\u043E\u0432\u0430.","translationModeUrl.translation.title":"\u0412\u0435\u0431-\u0430\u0434\u0440\u0435\u0441 \u0442\u043E\u043B\u044C\u043A\u043E \u0434\u043B\u044F \u0440\u0435\u0436\u0438\u043C\u0430 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430",enableSentryReport:"\u041A\u043E\u0433\u0434\u0430 \u043F\u0440\u043E\u0438\u0441\u0445\u043E\u0434\u0438\u0442 \u043E\u0448\u0438\u0431\u043A\u0430 \u0440\u0430\u0441\u0448\u0438\u0440\u0435\u043D\u0438\u044F, \u043E\u0442\u043F\u0440\u0430\u0432\u043B\u044F\u0439\u0442\u0435 \u043E\u0442\u0437\u044B\u0432\u044B \u0447\u0435\u0440\u0435\u0437 Sentry.","error.reloadPageOfSetting":"\u041F\u043E\u0441\u043B\u0435 \u043D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0438, \u043F\u043E\u0436\u0430\u043B\u0443\u0439\u0441\u0442\u0430, \u043E\u0431\u043D\u043E\u0432\u0438\u0442\u0435 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u0443 \u0438 \u043F\u0435\u0440\u0435\u0432\u0435\u0434\u0438\u0442\u0435 \u0441\u043D\u043E\u0432\u0430.","error.502":"\u0421\u0435\u0440\u0432\u0438\u0441 \u0432\u043E\u0437\u0432\u0440\u0430\u0449\u0430\u0435\u0442 \u043E\u0448\u0438\u0431\u043A\u0443, \u0432\u0440\u0435\u043C\u044F \u043E\u0436\u0438\u0434\u0430\u043D\u0438\u044F \u0441\u0435\u0440\u0432\u0438\u0441\u0430 \u0438\u0441\u0442\u0435\u043A\u043B\u043E, \u043F\u043E\u0436\u0430\u043B\u0443\u0439\u0441\u0442\u0430, \u043F\u043E\u043F\u0440\u043E\u0431\u0443\u0439\u0442\u0435 \u043F\u043E\u0437\u0436\u0435.","translationModeUrl.translation.description":"\u041A\u043E\u0433\u0434\u0430 \u0432\u0435\u0431-\u0441\u0430\u0439\u0442 \u0438\u043C\u0435\u0435\u0442 \u0441\u043B\u0435\u0434\u0443\u044E\u0449\u0438\u0435 \u0434\u043E\u043C\u0435\u043D\u043D\u044B\u0435 \u0438\u043C\u0435\u043D\u0430, \u043E\u043D \u0430\u0432\u0442\u043E\u043C\u0430\u0442\u0438\u0447\u0435\u0441\u043A\u0438 \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u0443\u0435\u0442 \u0440\u0435\u0436\u0438\u043C \u0442\u043E\u043B\u044C\u043A\u043E \u0441 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u043E\u043C.",videoSubtitlePreTranslationOn:"\u0412\u0438\u0434\u0435\u043E \u0441\u0443\u0431\u0442\u0438\u0442\u0440\u044B \u0431\u0443\u0434\u0443\u0442 \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u044C \u043F\u043E\u0433\u0440\u0443\u0436\u0435\u043D\u0438\u0435 \u0432 \u043F\u0435\u0440\u0435\u0432\u043E\u0434 \u0432 \u043F\u0435\u0440\u0432\u0443\u044E \u043E\u0447\u0435\u0440\u0435\u0434\u044C.","translationServices.inherit":"\u0421\u043B\u0435\u0434\u0443\u0439\u0442\u0435 \u0437\u0430 \u043E\u0441\u043D\u043E\u0432\u043D\u044B\u043C \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0447\u0435\u0441\u043A\u0438\u043C \u0441\u0435\u0440\u0432\u0438\u0441\u043E\u043C","error.proTokenInvalid":"\u0415\u0441\u043B\u0438 \u0432\u044B \u044F\u0432\u043B\u044F\u0435\u0442\u0435\u0441\u044C \u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u0435\u043B\u0435\u043C Pro, \u043F\u043E\u0436\u0430\u043B\u0443\u0439\u0441\u0442\u0430, \u0432\u043E\u0439\u0434\u0438\u0442\u0435 \u0432 \u0441\u0438\u0441\u0442\u0435\u043C\u0443, \u043F\u0440\u0435\u0436\u0434\u0435 \u0447\u0435\u043C \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u044C \u0441\u0435\u0440\u0432\u0438\u0441 Pro \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430.",toggleToService:"\u041F\u0435\u0440\u0435\u043A\u043B\u044E\u0447\u0438\u0442\u0435\u0441\u044C \u043D\u0430 {service} \u0438 \u043F\u043E\u043F\u0440\u043E\u0431\u0443\u0439\u0442\u0435 \u0441\u043D\u043E\u0432\u0430",videoSubtitlePreTranslationOff:"\u041F\u0440\u0438\u043E\u0440\u0438\u0442\u0435\u0442 \u0431\u0443\u0434\u0435\u0442 \u043E\u0442\u0434\u0430\u043D \u043C\u0430\u0448\u0438\u043D\u043D\u043E\u043C\u0443 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0443 \u0441\u0443\u0431\u0442\u0438\u0442\u0440\u043E\u0432, \u0432\u0441\u0442\u0440\u043E\u0435\u043D\u043D\u044B\u0445 \u0432 \u043E\u0440\u0438\u0433\u0438\u043D\u0430\u043B\u044C\u043D\u043E\u0435 \u0432\u0438\u0434\u0435\u043E.","error.gemini.429":"\u0422\u0435\u043A\u0443\u0449\u0430\u044F \u0441\u043B\u0443\u0436\u0431\u0430 Gemini \u0443\u0436\u0435 \u0434\u043E\u0441\u0442\u0438\u0433\u043B\u0430 \u0441\u0432\u043E\u0435\u0433\u043E \u043F\u0440\u0435\u0434\u0435\u043B\u0430, \u043F\u043E\u0436\u0430\u043B\u0443\u0439\u0441\u0442\u0430, \u043F\u043E\u043F\u0440\u043E\u0431\u0443\u0439\u0442\u0435 \u043F\u043E\u0437\u0436\u0435 \u0438\u043B\u0438 \u043F\u0435\u0440\u0435\u043A\u043B\u044E\u0447\u0438\u0442\u0435\u0441\u044C \u043D\u0430 \u0434\u0440\u0443\u0433\u0443\u044E \u0441\u043B\u0443\u0436\u0431\u0443 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430.","translationModeLang.translation.description":'\u041A\u043E\u0433\u0434\u0430 \u044F\u0437\u044B\u043A \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u044B \u044F\u0432\u043B\u044F\u0435\u0442\u0441\u044F \u043E\u0434\u043D\u0438\u043C \u0438\u0437 \u0441\u043B\u0435\u0434\u0443\u044E\u0449\u0438\u0445, \u0430\u0432\u0442\u043E\u043C\u0430\u0442\u0438\u0447\u0435\u0441\u043A\u0438 \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u0443\u0435\u0442\u0441\u044F \u0440\u0435\u0436\u0438\u043C "\u0442\u043E\u043B\u044C\u043A\u043E \u043F\u0435\u0440\u0435\u0432\u043E\u0434".',"translationFont.notSupportErrorMessage":"\u041F\u043E\u0436\u0430\u043B\u0443\u0439\u0441\u0442\u0430, \u043F\u0440\u043E\u0432\u0435\u0440\u044C\u0442\u0435 \u043F\u0440\u0430\u0432\u0438\u043B\u044C\u043D\u043E\u0441\u0442\u044C \u0432\u0432\u0435\u0434\u0435\u043D\u043D\u043E\u0433\u043E \u0432\u0430\u043C\u0438 \u043D\u0430\u0437\u0432\u0430\u043D\u0438\u044F \u0448\u0440\u0438\u0444\u0442\u0430 \u0438\u043B\u0438 \u0443\u0431\u0435\u0434\u0438\u0442\u0435\u0441\u044C, \u0447\u0442\u043E \u044D\u0442\u043E\u0442 \u0448\u0440\u0438\u0444\u0442 \u0443\u0436\u0435 \u0443\u0441\u0442\u0430\u043D\u043E\u0432\u043B\u0435\u043D \u043D\u0430 \u0432\u0430\u0448\u0435\u043C \u0443\u0441\u0442\u0440\u043E\u0439\u0441\u0442\u0432\u0435.","error.429":"\u0421\u0435\u0440\u0432\u0438\u0441 \u0432\u043E\u0437\u0432\u0440\u0430\u0449\u0430\u0435\u0442 \u043E\u0448\u0438\u0431\u043A\u0443, \u0447\u0442\u043E \u0443\u043A\u0430\u0437\u044B\u0432\u0430\u0435\u0442 \u043D\u0430 \u0441\u043B\u0438\u0448\u043A\u043E\u043C \u0447\u0430\u0441\u0442\u044B\u0435 \u0437\u0430\u043F\u0440\u043E\u0441\u044B \u0438\u043B\u0438 \u043F\u0440\u0435\u0432\u044B\u0448\u0435\u043D\u0438\u0435 \u043B\u0438\u043C\u0438\u0442\u0430. \u041F\u043E\u0436\u0430\u043B\u0443\u0439\u0441\u0442\u0430, \u043F\u043E\u043F\u0440\u043E\u0431\u0443\u0439\u0442\u0435 \u043F\u043E\u0437\u0436\u0435.","error.400":"\u0421\u043B\u0443\u0436\u0431\u0430 \u0432\u043E\u0437\u0432\u0440\u0430\u0449\u0430\u0435\u0442 \u043E\u0448\u0438\u0431\u043A\u0443, \u043D\u0435\u0432\u0435\u0440\u043D\u044B\u0439 \u0437\u0430\u043F\u0440\u043E\u0441 \u043F\u0430\u0440\u0430\u043C\u0435\u0442\u0440\u0430, \u043F\u0440\u043E\u0432\u0435\u0440\u044C\u0442\u0435 \u0441\u043E\u043E\u0442\u0432\u0435\u0442\u0441\u0442\u0432\u0443\u044E\u0449\u0443\u044E \u043A\u043E\u043D\u0444\u0438\u0433\u0443\u0440\u0430\u0446\u0438\u044E.","error.openAIExceededQuota":"\u0421\u0435\u0440\u0432\u0438\u0441 \u0432\u043E\u0437\u0432\u0440\u0430\u0449\u0430\u0435\u0442 \u043E\u0448\u0438\u0431\u043A\u0443: \u043D\u0430 \u0432\u0430\u0448\u0435\u043C \u0442\u0435\u043A\u0443\u0449\u0435\u043C \u0441\u0447\u0435\u0442\u0443 OpenAI \u043D\u0435\u0434\u043E\u0441\u0442\u0430\u0442\u043E\u0447\u043D\u043E \u0441\u0440\u0435\u0434\u0441\u0442\u0432, \u043F\u043E\u0436\u0430\u043B\u0443\u0439\u0441\u0442\u0430, \u043F\u043E\u043F\u043E\u043B\u043D\u0438\u0442\u0435 \u0441\u0447\u0435\u0442 \u0438\u043B\u0438 \u043F\u0440\u0438\u0432\u044F\u0436\u0438\u0442\u0435 \u043A\u0440\u0435\u0434\u0438\u0442\u043D\u0443\u044E \u043A\u0430\u0440\u0442\u0443 \u0432 \u043E\u0444\u0438\u0446\u0438\u0430\u043B\u044C\u043D\u043E\u0439 \u0430\u0434\u043C\u0438\u043D\u0438\u0441\u0442\u0440\u0430\u0442\u0438\u0432\u043D\u043E\u0439 \u043F\u0430\u043D\u0435\u043B\u0438 OpenAI.","error.googleLimitIp":"\u0421\u043B\u0443\u0436\u0431\u0430 \u0432\u043E\u0437\u0432\u0440\u0430\u0449\u0430\u0435\u0442 \u043E\u0448\u0438\u0431\u043A\u0443, Google \u043E\u0433\u0440\u0430\u043D\u0438\u0447\u0438\u0432\u0430\u0435\u0442 \u0434\u043E\u0441\u0442\u0443\u043F \u0434\u043B\u044F \u044D\u0442\u043E\u0433\u043E IP-\u0430\u0434\u0440\u0435\u0441\u0430, \u0440\u0435\u043A\u043E\u043C\u0435\u043D\u0434\u0443\u0435\u0442\u0441\u044F \u0438\u0437\u043C\u0435\u043D\u0438\u0442\u044C \u0441\u0435\u0442\u0435\u0432\u043E\u0439 \u0443\u0437\u0435\u043B.","desc.toggleVideoSubtitlePreTranslation":"\u041F\u043E\u0441\u043B\u0435 \u043D\u0430\u0436\u0430\u0442\u0438\u044F, \u0434\u0432\u0443\u044F\u0437\u044B\u0447\u043D\u044B\u0435 \u0441\u0443\u0431\u0442\u0438\u0442\u0440\u044B \u0432\u0438\u0434\u0435\u043E \u0431\u0443\u0434\u0443\u0442 \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u044C \u043D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0438 \u043F\u043E\u0433\u0440\u0443\u0436\u0435\u043D\u0438\u044F \u0432 \u043F\u0435\u0440\u0435\u0432\u043E\u0434 \u0432 \u043F\u0435\u0440\u0432\u0443\u044E \u043E\u0447\u0435\u0440\u0435\u0434\u044C, \u043F\u0440\u0438 \u043F\u043E\u0432\u0442\u043E\u0440\u043D\u043E\u043C \u043D\u0430\u0436\u0430\u0442\u0438\u0438 \u0431\u0443\u0434\u0435\u0442 \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u044C\u0441\u044F \u043C\u0430\u0448\u0438\u043D\u043D\u044B\u0439 \u043F\u0435\u0440\u0435\u0432\u043E\u0434 \u0441\u0443\u0431\u0442\u0438\u0442\u0440\u043E\u0432 \u0438\u0437\u043D\u0430\u0447\u0430\u043B\u044C\u043D\u043E\u0433\u043E \u0432\u0438\u0434\u0435\u043E. \u041E\u0431\u0440\u0430\u0442\u0438\u0442\u0435 \u0432\u043D\u0438\u043C\u0430\u043D\u0438\u0435: \u044D\u0442\u043E\u0442 \u044F\u0440\u043B\u044B\u043A \u0438\u0437\u043C\u0435\u043D\u044F\u0435\u0442 \u0433\u043B\u043E\u0431\u0430\u043B\u044C\u043D\u044B\u0435 \u043D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0438.","error.openAIFreeLimit":"\u0421\u0435\u0440\u0432\u0438\u0441 \u0432\u043E\u0437\u0432\u0440\u0430\u0449\u0430\u0435\u0442 \u043E\u0448\u0438\u0431\u043A\u0443, \u0442\u0435\u043A\u0443\u0449\u0430\u044F \u0447\u0430\u0441\u0442\u043E\u0442\u0430 \u0437\u0430\u043F\u0440\u043E\u0441\u043E\u0432 \u043D\u0430 \u043F\u0435\u0440\u0435\u0432\u043E\u0434 \u0434\u043E\u0441\u0442\u0438\u0433\u043B\u0430 \u043F\u0440\u0435\u0434\u0435\u043B\u0430 \u0432 3 \u0440\u0430\u0437\u0430 \u0432 \u043C\u0438\u043D\u0443\u0442\u0443, \u043F\u043E\u0436\u0430\u043B\u0443\u0439\u0441\u0442\u0430, \u043F\u043E\u043F\u0440\u043E\u0431\u0443\u0439\u0442\u0435 \u043F\u043E\u0437\u0436\u0435. (\u042D\u0442\u043E \u043E\u0433\u0440\u0430\u043D\u0438\u0447\u0435\u043D\u0438\u0435 OpenAI \u0434\u043B\u044F \u0431\u0435\u0441\u043F\u043B\u0430\u0442\u043D\u043E\u0433\u043E API Key, \u0447\u0442\u043E\u0431\u044B \u0441\u043D\u044F\u0442\u044C \u044D\u0442\u043E \u043E\u0433\u0440\u0430\u043D\u0438\u0447\u0435\u043D\u0438\u0435, \u043F\u043E\u0436\u0430\u043B\u0443\u0439\u0441\u0442\u0430, \u043F\u0440\u0438\u0432\u044F\u0436\u0438\u0442\u0435 \u043A\u0440\u0435\u0434\u0438\u0442\u043D\u0443\u044E \u043A\u0430\u0440\u0442\u0443 \u0432 \u0431\u044D\u043A\u0435\u043D\u0434\u0435 OpenAI.)","error.serveUnavailable":"\u0412 \u043D\u0430\u0441\u0442\u043E\u044F\u0449\u0435\u0435 \u0432\u0440\u0435\u043C\u044F \u0443\u0441\u043B\u0443\u0433\u0430 [{serverName}], \u043A\u043E\u0442\u043E\u0440\u0443\u044E \u0432\u044B \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u0443\u0435\u0442\u0435, \u0432\u0440\u0435\u043C\u0435\u043D\u043D\u043E \u043D\u0435\u0434\u043E\u0441\u0442\u0443\u043F\u043D\u0430 \u0438\u0437-\u0437\u0430 \u043F\u0440\u043E\u0431\u043B\u0435\u043C \u0441 \u043F\u043E\u0434\u043A\u043B\u044E\u0447\u0435\u043D\u0438\u0435\u043C \u043A \u0441\u0435\u0442\u0438 \u0438\u043B\u0438 \u043F\u043E\u0441\u0442\u0430\u0432\u0449\u0438\u043A\u043E\u043C \u0443\u0441\u043B\u0443\u0433. \u0420\u0435\u043A\u043E\u043C\u0435\u043D\u0434\u0443\u0435\u043C \u0432\u0430\u043C \u043F\u043E\u043F\u0440\u043E\u0431\u043E\u0432\u0430\u0442\u044C \u043E\u0431\u043D\u043E\u0432\u0438\u0442\u044C \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u0443 \u0438\u043B\u0438 \u0438\u0437\u043C\u0435\u043D\u0438\u0442\u044C \u0434\u0440\u0443\u0433\u043E\u0439 \u0441\u0435\u0440\u0432\u0438\u0441 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430 \u0447\u0435\u0440\u0435\u0437 <1>\u043D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0438. \u0415\u0441\u043B\u0438 \u0432\u044B <2>Pro-\u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u0435\u043B\u044C, \u0432\u044B \u043C\u043E\u0436\u0435\u0442\u0435 \u0432\u044B\u0431\u0440\u0430\u0442\u044C \u0431\u043E\u043B\u0435\u0435 \u0441\u0442\u0430\u0431\u0438\u043B\u044C\u043D\u044B\u0435 \u0441\u0435\u0440\u0432\u0438\u0441\u044B \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430 DeepL \u0438\u043B\u0438 OpenAI (<3>\u043D\u0430\u0436\u043C\u0438\u0442\u0435 \u0437\u0434\u0435\u0441\u044C, \u0447\u0442\u043E\u0431\u044B \u043F\u043E\u043F\u0440\u043E\u0431\u043E\u0432\u0430\u0442\u044C \u0431\u0435\u0441\u043F\u043B\u0430\u0442\u043D\u043E). \u041A\u0440\u043E\u043C\u0435 \u0442\u043E\u0433\u043E, \u0432\u0430\u043C, \u0432\u043E\u0437\u043C\u043E\u0436\u043D\u043E, \u043F\u0440\u0438\u0434\u0435\u0442\u0441\u044F \u043F\u0440\u043E\u0432\u0435\u0440\u0438\u0442\u044C \u043D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0438 \u0432\u0430\u0448\u0435\u0439 \u0441\u0435\u0442\u0438 \u0438\u043B\u0438 \u043F\u0440\u043E\u043A\u0441\u0438.",pickAll:"\u0412\u044B\u0431\u0440\u0430\u0442\u044C \u0432\u0441\u0435","tagsInput.add":"+ \u0414\u043E\u0431\u0430\u0432\u0438\u0442\u044C",loggedIn:"\u0412\u0445\u043E\u0434 \u0432\u044B\u043F\u043E\u043B\u043D\u0435\u043D","widget.translateFile":"PDF/ePub","translationServices.gemini":"\u0411\u043B\u0438\u0437\u043D\u0435\u0446\u044B",notLogin:"\u041D\u0435 \u0432\u043E\u0448\u0435\u043B \u0432 \u0441\u0438\u0441\u0442\u0435\u043C\u0443","multipleClick.2":"\u0434\u0432\u043E\u0439\u043D\u043E\u0439 \u043A\u043B\u0438\u043A",goLogin:"\u0432\u043E\u0439\u0442\u0438 \u0432 \u0441\u0438\u0441\u0442\u0435\u043C\u0443","multipleClick.3":"\u0442\u0440\u043E\u0439\u043D\u043E\u0439 \u0443\u0434\u0430\u0440","error.subscriptionExpiredTitle":"\u0427\u043B\u0435\u043D\u0441\u0442\u0432\u043E \u0438\u0441\u0442\u0435\u043A\u043B\u043E",shortcutSettings:"\u0413\u043E\u0440\u044F\u0447\u0438\u0435 \u043A\u043B\u0430\u0432\u0438\u0448\u0438","widget.instruction":"\u0418\u043D\u0441\u0442\u0440\u0443\u043A\u0446\u0438\u044F \u043F\u043E \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u043D\u0438\u044E",contact:"\u0421\u0432\u044F\u0436\u0438\u0442\u0435\u0441\u044C \u0441 \u043D\u0430\u043C\u0438","widget.videoSubtitle":"\u0432\u0438\u0434\u0435\u043E \u0441\u0443\u0431\u0442\u0438\u0442\u0440\u044B","error.retry":"\u041F\u043E\u0432\u0442\u043E\u0440\u0438\u0442\u044C \u043F\u043E\u043F\u044B\u0442\u043A\u0443","widget.instructionTooltip":"\u041F\u0440\u043E\u0441\u043C\u043E\u0442\u0440 \u0438\u043D\u0441\u0442\u0440\u0443\u043A\u0446\u0438\u0439 \u043F\u043E \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u043D\u0438\u044E","subtitle.bilingual":"\u0434\u0432\u0443\u044F\u0437\u044B\u0447\u043D\u044B\u0435 \u0441\u0443\u0431\u0442\u0438\u0442\u0440\u044B","error.reason":"\u043F\u0440\u0438\u0447\u0438\u043D\u0430 \u043E\u0448\u0438\u0431\u043A\u0438",alwaysTranslateThisSite:"\u0412\u0441\u0435\u0433\u0434\u0430 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0438\u0442\u0435 \u044D\u0442\u043E\u0442 \u0441\u0430\u0439\u0442",touchShortcutsOff:"\u0437\u0430\u043A\u0440\u044B\u0442\u044C",neverTranslateThisSite:"\u041D\u0438\u043A\u043E\u0433\u0434\u0430 \u043D\u0435 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0438\u0442\u0435 \u044D\u0442\u043E\u0442 \u0441\u0430\u0439\u0442",buildSnapshots:"\u0421\u043E\u0437\u0434\u0430\u043D\u0438\u0435 \u0441\u043D\u0438\u043C\u043A\u0430 \u0432\u0435\u0431-\u0441\u0442\u0440\u0430\u043D\u0438\u0446\u044B","slide.left":"\u041F\u0440\u043E\u0432\u0435\u0434\u0438\u0442\u0435 \u0432\u043F\u0440\u0430\u0432\u043E","shortcutGroup.others":"\u0411\u043E\u043B\u044C\u0448\u0435 \u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u0435\u043B\u044C\u0441\u043A\u0438\u0445 \u0444\u0443\u043D\u043A\u0446\u0438\u0439 \u0433\u043E\u0440\u044F\u0447\u0438\u0445 \u043A\u043B\u0430\u0432\u0438\u0448",temprarilyChangeTranslationTo_openai:"\u0418\u0441\u043F\u043E\u043B\u044C\u0437\u0443\u0435\u0442\u0441\u044F OpenAI \u0434\u043B\u044F \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430 \u0442\u0435\u043A\u0443\u0449\u0435\u0439 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u044B","intro.hoverTitle":"\u041D\u0430\u0432\u0435\u0434\u0438\u0442\u0435 \u043A\u0443\u0440\u0441\u043E\u0440, \u0447\u0442\u043E\u0431\u044B \u043F\u0435\u0440\u0435\u0432\u0435\u0441\u0442\u0438 \u0442\u0435\u043A\u0443\u0449\u0438\u0439 \u0430\u0431\u0437\u0430\u0446","browser.translateWithDeepL":"\u0412\u0440\u0435\u043C\u0435\u043D\u043D\u043E \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u0443\u0439\u0442\u0435 DeepL \u0434\u043B\u044F \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430 \u0442\u0435\u043A\u0443\u0449\u0435\u0439 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u044B","slide.right":"\u0421\u0432\u0430\u0439\u043F \u0432\u043B\u0435\u0432\u043E",translationOnlyMode:"\u0422\u043E\u043B\u044C\u043A\u043E \u0440\u0435\u0436\u0438\u043C \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430",notLoginPro:"\u0412\u044B \u0435\u0449\u0435 \u043D\u0435 \u0432\u043E\u0448\u043B\u0438 \u0432 \u0441\u0432\u043E\u0439 \u0430\u043A\u043A\u0430\u0443\u043D\u0442",mouseHoverCustomKeyTitle:"\u041D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0430 \u0433\u043E\u0440\u044F\u0447\u0438\u0445 \u043A\u043B\u0430\u0432\u0438\u0448 \u043F\u0440\u0438 \u043D\u0430\u0432\u0435\u0434\u0435\u043D\u0438\u0438 \u043C\u044B\u0448\u0438","shortcutGroup.mouse":"\u041D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0430 \u0433\u043E\u0440\u044F\u0447\u0438\u0445 \u043A\u043B\u0430\u0432\u0438\u0448 \u043F\u0440\u0438 \u043D\u0430\u0432\u0435\u0434\u0435\u043D\u0438\u0438 \u043C\u044B\u0448\u0438",temprarilyChangeTranslationTo_deepl:"\u0418\u0441\u043F\u043E\u043B\u044C\u0437\u0443\u0435\u0442\u0441\u044F \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0447\u0438\u043A DeepL \u0434\u043B\u044F \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430 \u0442\u0435\u043A\u0443\u0449\u0435\u0439 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u044B.","browser.translateWithGoogle":"\u0412\u0440\u0435\u043C\u0435\u043D\u043D\u043E\u0435 \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u043D\u0438\u0435 Google Translate \u0434\u043B\u044F \u0442\u0435\u043A\u0443\u0449\u0435\u0439 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u044B","shortcutGroup.touch":"\u0421\u043F\u0435\u0446\u0438\u0430\u043B\u044C\u043D\u044B\u0435 \u0436\u0435\u0441\u0442\u044B \u0434\u043B\u044F \u0441\u0435\u043D\u0441\u043E\u0440\u043D\u043E\u0433\u043E \u044D\u043A\u0440\u0430\u043D\u0430","browser.translateInputBox":"\u041F\u0435\u0440\u0435\u0432\u0435\u0441\u0442\u0438 \u0442\u0435\u043A\u0443\u0449\u0435\u0435 \u0441\u043E\u0434\u0435\u0440\u0436\u0438\u043C\u043E\u0435 \u0432\u0432\u043E\u0434\u0430","widget.videoSubtitleTooltip":"\u041F\u043E\u0434\u0434\u0435\u0440\u0436\u043A\u0430 Youtube \u0438 \u0434\u0440\u0443\u0433\u0438\u0445 {count}+ \u0432\u0438\u0434\u0435\u043E-\u0441\u0430\u0439\u0442\u043E\u0432","browser.translateWithGemini":"\u0412\u0440\u0435\u043C\u0435\u043D\u043D\u043E \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u0443\u0439\u0442\u0435 Gemini \u0434\u043B\u044F \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430 \u0442\u0435\u043A\u0443\u0449\u0435\u0439 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u044B","subtitle.hideQuickButton":"\u0411\u043E\u043B\u044C\u0448\u0435 \u043D\u0435 \u043F\u043E\u043A\u0430\u0437\u044B\u0432\u0430\u0442\u044C \u044D\u0442\u043E\u0442 \u044F\u0440\u043B\u044B\u043A","browser.translateWithBing":"\u0412\u0440\u0435\u043C\u0435\u043D\u043D\u043E \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u0443\u0439\u0442\u0435 Microsoft \u0434\u043B\u044F \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430 \u0442\u0435\u043A\u0443\u0449\u0435\u0439 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u044B","browser.translateWithTransmart":"\u0412\u0440\u0435\u043C\u0435\u043D\u043D\u043E \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u0443\u0439\u0442\u0435 Tencent \u0434\u043B\u044F \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430 \u0442\u0435\u043A\u0443\u0449\u0435\u0439 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u044B","multipleClick.4":"\u0447\u0435\u0442\u044B\u0440\u0435\u0445\u043A\u0440\u0430\u0442\u043D\u044B\u0439 \u0443\u0434\u0430\u0440",temprarilyChangeTranslationTo_gemini:"\u0418\u0441\u043F\u043E\u043B\u044C\u0437\u0443\u0435\u0442\u0441\u044F \u043F\u0435\u0440\u0435\u0432\u043E\u0434 \u0442\u0435\u043A\u0443\u0449\u0435\u0439 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u044B \u0441 \u043F\u043E\u043C\u043E\u0449\u044C\u044E Gemini","floatBall.longPress":"\u0423\u0434\u0435\u0440\u0436\u0438\u0432\u0430\u0439\u0442\u0435 \u043A\u043D\u043E\u043F\u043A\u0443, \u0447\u0442\u043E\u0431\u044B \u0431\u044B\u0441\u0442\u0440\u043E \u043E\u0442\u043A\u0440\u044B\u0442\u044C \u043F\u0430\u043D\u0435\u043B\u044C \u043D\u0430\u0441\u0442\u0440\u043E\u0435\u043A.",shortcutSettingsTitle:"\u041D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0430 \u0433\u043E\u0440\u044F\u0447\u0438\u0445 \u043A\u043B\u0430\u0432\u0438\u0448",networkError:"\u041F\u0440\u043E\u0431\u043B\u0435\u043C\u044B \u0441 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0447\u0435\u0441\u043A\u0438\u043C \u0441\u0435\u0440\u0432\u0438\u0441\u043E\u043C \u0438\u043B\u0438 \u0441\u0435\u0442\u044C\u044E","intro.floatBallTitle":"\u0411\u044B\u0441\u0442\u0440\u044B\u0439 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0447\u0438\u043A \u0432\u0441\u043F\u043B\u044B\u0432\u0430\u044E\u0449\u0435\u0433\u043E \u0448\u0430\u0440\u0430",temprarilyChangeTranslationTo_transmart:"\u0418\u0441\u043F\u043E\u043B\u044C\u0437\u0443\u0435\u0442\u0441\u044F \u043F\u0435\u0440\u0435\u0432\u043E\u0434 \u0442\u0435\u043A\u0443\u0449\u0435\u0439 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u044B \u0447\u0435\u0440\u0435\u0437 Tencent.","subtitle.autoDisableSubtitle":"\u041D\u0435 \u0430\u0432\u0442\u043E\u043C\u0430\u0442\u0438\u0447\u0435\u0441\u043A\u0438 \u0432\u043A\u043B\u044E\u0447\u0430\u0442\u044C \u0434\u0432\u0443\u044F\u0437\u044B\u0447\u043D\u044B\u0435 \u0441\u0443\u0431\u0442\u0438\u0442\u0440\u044B","browser.translateWithOpenAI":"\u0412\u0440\u0435\u043C\u0435\u043D\u043D\u043E \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u0443\u0439\u0442\u0435 OpenAI \u0434\u043B\u044F \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430 \u0442\u0435\u043A\u0443\u0449\u0435\u0439 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u044B","shortcutGroup.shortcutsForTranslationServices":"\u0421\u043E\u0447\u0435\u0442\u0430\u043D\u0438\u044F \u043A\u043B\u0430\u0432\u0438\u0448, \u0441\u0432\u044F\u0437\u0430\u043D\u043D\u044B\u0435 \u0441 \u0443\u0441\u043B\u0443\u0433\u0430\u043C\u0438 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430",temprarilyChangeTranslationTo_google:"\u0418\u0441\u043F\u043E\u043B\u044C\u0437\u0443\u0435\u0442\u0441\u044F Google Translate \u0434\u043B\u044F \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430 \u0442\u0435\u043A\u0443\u0449\u0435\u0439 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u044B.",paragraphMinTextCountField:"\u041C\u0438\u043D\u0438\u043C\u0430\u043B\u044C\u043D\u043E\u0435 \u043A\u043E\u043B\u0438\u0447\u0435\u0441\u0442\u0432\u043E \u0441\u0438\u043C\u0432\u043E\u043B\u043E\u0432, \u043D\u0435\u043E\u0431\u0445\u043E\u0434\u0438\u043C\u044B\u0445 \u0434\u043B\u044F \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430 \u0430\u0431\u0437\u0430\u0446\u0430",temprarilyChangeTranslationTo_bing:"\u0418\u0441\u043F\u043E\u043B\u044C\u0437\u0443\u0435\u0442\u0441\u044F Microsoft \u0434\u043B\u044F \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430 \u0442\u0435\u043A\u0443\u0449\u0435\u0439 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u044B",upgradeToProErrorTitle:"\u041F\u043E\u0436\u0430\u043B\u0443\u0439\u0441\u0442\u0430, \u043E\u0431\u043D\u043E\u0432\u0438\u0442\u0435 \u0434\u043E Pro-\u0447\u043B\u0435\u043D\u0441\u0442\u0432\u0430, \u0447\u0442\u043E\u0431\u044B \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u044C \u044D\u0442\u0443 \u0443\u0441\u043B\u0443\u0433\u0443 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430.","floatBall.guideClickToTranslate":`\u041D\u0430\u0436\u043C\u0438\u0442\u0435 \u043D\u0430 \u043F\u043B\u0430\u0432\u0430\u044E\u0449\u0438\u0439 \u0448\u0430\u0440 \u0434\u043B\u044F \u043F\u043E\u0433\u0440\u0443\u0436\u0435\u043D\u0438\u044F \u0432 \u043F\u0435\u0440\u0435\u0432\u043E\u0434, + {env.imt_sub_trans_field}: Traduzione`,"translationServices.claude":"Claude","subtitle.quickButton.black":"nero","subtitle.quickButton.blue":"blu","subtitle.quickButton.white":"bianco","subtitle.quickButton.green":"Verde","subtitle.quickButton.magenta":"Fucsia","subtitle.quickButton.sourceTextColor":"Colore del carattere originale","subtitle.quickButton.yellow":"giallo","subtitle.quickButton.sourceFontSize":"Dimensione originale del carattere","subtitle.quickButton.backgroundOpacity":"Opacit\xE0 di sfondo","subtitle.quickButton.translationPositionTop":"Sopra il testo originale","subtitle.quickButton.backgroundColor":"colore di sfondo","subtitle.quickButton.translationPosition":"Posizione del testo tradotto","subtitle.quickButton.translationPositionBottom":"Sotto il testo originale","subtitle.quickButton.red":"Rosso","subtitle.quickButton.cyan":"Blu","subtitle.quickButton.setting":"Impostazione","subtitle.quickButton.translationTextColor":"Colore del carattere del testo","subtitle.quickButton.translationFontSize":"Dimensione del carattere del testo tradotto",attachSubtitleTranslating:"Utilizzando {service} per la traduzione...","error.claude.403":"Non hai l'autorizzazione per accedere al servizio, potrebbe essere correlato alle restrizioni regionali di Claude, puoi provare a cambiare il tuo indirizzo IP o utilizzare altri servizi di traduzione.","browser.brandDescriptionForSafari":"\u3010Traduzione Immersiva\u3011Un plugin gratuito per la traduzione di pagine web bilingue (originale/tradotto), che supporta anche la traduzione di PDF e libri elettronici EPUB mantenendo la formattazione originale del documento, la traduzione di sottotitoli bilingui per video online come Youtube/Netflix, e supporta servizi di traduzione mainstream come Deepl/Google;","browser.PdfProFile":"Traduzione Pro di PDF guidata da AI","browser.textTranslate":"Traduzione del testo"};var U4={nologin:"\u043D\u0435 \u0432\u043E\u0448\u0451\u043B \u0432 \u0441\u0438\u0441\u0442\u0435\u043C\u0443",loginForSafari:"\u0412\u043E\u0439\u0442\u0438 \u0438\u043B\u0438 \u0437\u0430\u0440\u0435\u0433\u0438\u0441\u0442\u0440\u0438\u0440\u043E\u0432\u0430\u0442\u044C\u0441\u044F",login:"\u0412\u0445\u043E\u0434 \u0432 \u0441\u0438\u0441\u0442\u0435\u043C\u0443 \u0434\u043B\u044F \u043E\u0442\u043A\u0440\u044B\u0442\u0438\u044F \u0447\u043B\u0435\u043D\u0441\u0442\u0432\u0430",manageAccount:"\u0423\u043F\u0440\u0430\u0432\u043B\u044F\u0435\u043C\u044B\u0435 \u0441\u0447\u0435\u0442\u0430",openPremium:"\u041E\u0442\u043A\u0440\u044B\u0442\u043E\u0435 \u0447\u043B\u0435\u043D\u0441\u0442\u0432\u043E",logout:"\u043F\u0440\u0435\u0440\u0432\u0430\u0442\u044C",curentPlan:"\u0422\u0435\u043A\u0443\u0449\u0438\u0435 \u043F\u0430\u043A\u0435\u0442\u044B",endAt:"\u0441\u0440\u043E\u043A \u0434\u0435\u0439\u0441\u0442\u0432\u0438\u044F",endAuto:"\u0430\u0432\u0442\u043E\u043F\u0440\u043E\u0434\u043B\u0435\u043D\u0438\u0435",lineBreakMaxTextCount:"\u041C\u0430\u043A\u0441\u0438\u043C\u0430\u043B\u044C\u043D\u043E\u0435 \u043A\u043E\u043B\u0438\u0447\u0435\u0441\u0442\u0432\u043E \u0441\u0438\u043C\u0432\u043E\u043B\u043E\u0432, \u0434\u043E\u043F\u0443\u0441\u0442\u0438\u043C\u043E\u0435 \u0432 \u043E\u0434\u043D\u043E\u043C \u043F\u0440\u0435\u0434\u043B\u043E\u0436\u0435\u043D\u0438\u0438 \u043F\u043E\u0441\u043B\u0435 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430 \u0441\u0442\u0440\u043E\u043A\u0438","translate-pdf":"\u041D\u0430\u0436\u043C\u0438\u0442\u0435, \u0447\u0442\u043E\u0431\u044B \u043F\u0435\u0440\u0435\u0432\u0435\u0441\u0442\u0438 PDF","noSupportTranslate-pdf":"\u0421\u043A\u0440\u0438\u043F\u0442 \u043D\u0435 \u043F\u043E\u0434\u0434\u0435\u0440\u0436\u0438\u0432\u0430\u0435\u0442\u0441\u044F, \u043F\u043E\u0436\u0430\u043B\u0443\u0439\u0441\u0442\u0430, \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u0443\u0439\u0442\u0435 \u043F\u043B\u0430\u0433\u0438\u043D","translate-firefox-local-pdf":"\u041D\u0430\u0436\u043C\u0438\u0442\u0435 \u0434\u043B\u044F \u043F\u0435\u0440\u0435\u0445\u043E\u0434\u0430 \u043A \u0440\u0430\u0437\u0434\u0435\u043B\u0443 \u0418\u043C\u043F\u043E\u0440\u0442 PDF",enableLineBreak:"\u0412\u043A\u043B\u044E\u0447\u0438\u0442\u044C \u0430\u0432\u0442\u043E\u043C\u0430\u0442\u0438\u0447\u0435\u0441\u043A\u0443\u044E \u043F\u043E\u0434\u0430\u0447\u0443 \u0441\u0442\u0440\u043E\u043A\u0438 \u0434\u043B\u044F \u0434\u043B\u0438\u043D\u043D\u044B\u0445 \u0430\u0431\u0437\u0430\u0446\u0435\u0432",sponsorLabel:"$1 \u0421\u043F\u043E\u043D\u0441\u0438\u0440\u0443\u0435\u043C\u044B\u0435 \u0440\u0430\u0437\u0440\u0430\u0431\u043E\u0442\u0447\u0438\u043A\u0438",help:"\u0440\u0443\u043A\u0430",browserShortcutsNoteForFirefox:"\u0427\u0442\u043E\u0431\u044B \u0438\u0437\u043C\u0435\u043D\u0438\u0442\u044C \u044F\u0440\u043B\u044B\u043A\u0438 \u0432 Firefox, \u043D\u0435\u043E\u0431\u0445\u043E\u0434\u0438\u043C\u043E \u043E\u0442\u043A\u0440\u044B\u0442\u044C \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u0443 \u0443\u043F\u0440\u0430\u0432\u043B\u0435\u043D\u0438\u044F \u0440\u0430\u0441\u0448\u0438\u0440\u0435\u043D\u0438\u044F\u043C\u0438 `about:addons`, \u0437\u0430\u0442\u0435\u043C \u043D\u0430\u0436\u0430\u0442\u044C `Settings`, \u0430 \u0434\u043B\u044F \u043D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0438 \u044F\u0440\u043B\u044B\u043A\u043E\u0432 - `Manage Shortcuts`.",browserShortcutsNoteForChrome:"\u0414\u043B\u044F \u0438\u0437\u043C\u0435\u043D\u0435\u043D\u0438\u044F \u044F\u0440\u043B\u044B\u043A\u043E\u0432 \u0432 Chrome \u043D\u0435\u043E\u0431\u0445\u043E\u0434\u0438\u043C\u043E \u043E\u0442\u043A\u0440\u044B\u0442\u044C \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u0443 \u0443\u043F\u0440\u0430\u0432\u043B\u0435\u043D\u0438\u044F \u0440\u0430\u0441\u0448\u0438\u0440\u0435\u043D\u0438\u044F\u043C\u0438, \u0437\u0430\u0434\u0430\u0442\u044C \u0438\u0445 \u043D\u0430 \u043F\u0430\u043D\u0435\u043B\u0438 `Manage Shortcuts` (`chrome://extensions/shortcuts`) \u0438 \u043D\u0430\u0436\u0430\u0442\u044C \u043A\u043D\u043E\u043F\u043A\u0443 \u043D\u0438\u0436\u0435 \u0434\u043B\u044F \u043F\u0435\u0440\u0435\u0445\u043E\u0434\u0430 \u043D\u0430 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u0443 \u0443\u043F\u0440\u0430\u0432\u043B\u0435\u043D\u0438\u044F \u044F\u0440\u043B\u044B\u043A\u0430\u043C\u0438.",browserShortcutsSucks:"\u041D\u0430\u0441\u0442\u0440\u043E\u0435\u043D\u043D\u044B\u0435 \u044F\u0440\u043B\u044B\u043A\u0438 \u0438\u043C\u0435\u044E\u0442 \u0432\u0438\u0434 (\u0430\u0432\u0442\u043E\u0440\u0430\u0441\u043F\u043E\u0437\u043D\u0430\u0432\u0430\u043D\u0438\u0435 \u043D\u0435 \u043F\u0440\u043E\u0438\u0437\u0432\u043E\u0434\u0438\u0442\u0441\u044F, \u0432\u0432\u043E\u0434\u0438\u0442\u0435 \u043D\u0435\u043F\u043E\u0441\u0440\u0435\u0434\u0441\u0442\u0432\u0435\u043D\u043D\u043E)\uFF1A",enableLineBreakDescription:"\u041F\u0440\u0438 \u0432\u043A\u043B\u044E\u0447\u0435\u043D\u0438\u0438 \u044D\u0442\u043E\u0439 \u0444\u0443\u043D\u043A\u0446\u0438\u0438 \u0432 \u0434\u043B\u0438\u043D\u043D\u044B\u0445 \u0430\u0431\u0437\u0430\u0446\u0430\u0445 \u0432 \u043A\u043E\u043D\u0446\u0435 \u043A\u0430\u0436\u0434\u043E\u0433\u043E \u043F\u0440\u0435\u0434\u043B\u043E\u0436\u0435\u043D\u0438\u044F \u0431\u0443\u0434\u0443\u0442 \u0432\u0441\u0442\u0430\u0432\u043B\u0435\u043D\u044B \u043F\u0435\u0440\u0435\u043D\u043E\u0441\u044B \u0441\u0442\u0440\u043E\u043A, \u0447\u0442\u043E \u043E\u0431\u043B\u0435\u0433\u0447\u0438\u0442 \u0438\u0445 \u0447\u0442\u0435\u043D\u0438\u0435","browser.shortBrandName":"\u041F\u043E\u0433\u0440\u0443\u0436\u043D\u043E\u0439 \u043F\u0435\u0440\u0435\u0432\u043E\u0434","browser.brandName":"\u0418\u043C\u043C\u0435\u0440\u0441\u0438\u043E\u043D\u043D\u044B\u0439 \u043F\u0435\u0440\u0435\u0432\u043E\u0434: \u0434\u0432\u0443\u044F\u0437\u044B\u0447\u043D\u044B\u0439 \u043F\u0435\u0440\u0435\u0432\u043E\u0434 \u0432\u0435\u0431-\u0441\u0442\u0440\u0430\u043D\u0438\u0446 \u0438 PDF-\u0434\u043E\u043A\u0443\u043C\u0435\u043D\u0442\u043E\u0432","browser.brandDescription":"Bilingual web page translation, also supports PDF translation, bilingual Epub eBook translation, free to use.","browser.toggleTranslatePage":"\u041F\u0435\u0440\u0435\u0432\u0435\u0441\u0442\u0438 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u0443/\u043E\u0442\u043E\u0431\u0440\u0430\u0437\u0438\u0442\u044C \u043E\u0440\u0438\u0433\u0438\u043D\u0430\u043B\u044C\u043D\u044B\u0439 \u0442\u0435\u043A\u0441\u0442","browser.toggleTranslateTheWholePage":"\u041F\u0435\u0440\u0435\u0432\u0435\u0441\u0442\u0438 \u0432\u0441\u0435 \u043E\u0431\u043B\u0430\u0441\u0442\u0438 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u044B/\u043E\u0442\u043E\u0431\u0440\u0430\u0437\u0438\u0442\u044C \u043E\u0440\u0438\u0433\u0438\u043D\u0430\u043B\u044C\u043D\u044B\u0439 \u0442\u0435\u043A\u0441\u0442","browser.toggleOnlyTransation":"\u041F\u0435\u0440\u0435\u043A\u043B\u044E\u0447\u0438\u0442\u044C \u043D\u0430 \u0434\u0432\u0443\u044F\u0437\u044B\u0447\u043D\u044B\u0439 / \u0442\u043E\u043B\u044C\u043A\u043E \u043F\u0435\u0440\u0435\u0432\u043E\u0434 \u0440\u0435\u0436\u0438\u043C","browser.toggleTranslateToThePageEndImmediately":"\u041D\u0435\u043C\u0435\u0434\u043B\u0435\u043D\u043D\u044B\u0439 \u043F\u0435\u0440\u0435\u0432\u043E\u0434 \u0432 \u043D\u0438\u0436\u043D\u044E\u044E \u0447\u0430\u0441\u0442\u044C \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u044B/\u043E\u0442\u043E\u0431\u0440\u0430\u0436\u0435\u043D\u0438\u0435 \u043E\u0440\u0438\u0433\u0438\u043D\u0430\u043B\u044C\u043D\u043E\u0433\u043E \u0442\u0435\u043A\u0441\u0442\u0430","browser.toggleTranslateTheMainPage":"\u041F\u0435\u0440\u0435\u0432\u0435\u0441\u0442\u0438 \u043E\u0441\u043D\u043E\u0432\u043D\u0443\u044E \u043E\u0431\u043B\u0430\u0441\u0442\u044C \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u044B/\u043E\u0442\u043E\u0431\u0440\u0430\u0437\u0438\u0442\u044C \u043E\u0440\u0438\u0433\u0438\u043D\u0430\u043B\u044C\u043D\u044B\u0439 \u0442\u0435\u043A\u0441\u0442","browser.shareToDraft":"\u041F\u043E\u0434\u0435\u043B\u0438\u0442\u044C\u0441\u044F \u0414\u0432\u0443\u044F\u0437\u044B\u0447\u043D\u044B\u0435 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u044B","browser.openOptionsPage":"\u041E\u0442\u043A\u0440\u043E\u0439\u0442\u0435 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u0443 \u043D\u0430\u0441\u0442\u0440\u043E\u0435\u043A","browser.toggleTranslationMask":"\u041F\u043E\u043A\u0430\u0437\u0430\u0442\u044C/\u0441\u043A\u0440\u044B\u0442\u044C \u044D\u0444\u0444\u0435\u043A\u0442 \u0440\u0430\u0437\u043C\u044B\u0442\u0438\u044F \u043F\u0440\u0438 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0435","browser.translateLocalPdfFile":"\u041F\u0435\u0440\u0435\u0432\u043E\u0434 \u043B\u043E\u043A\u0430\u043B\u044C\u043D\u044B\u0445 PDF-\u0444\u0430\u0439\u043B\u043E\u0432","browser.openEbookViewer":"\u0427\u0438\u0442\u0430\u0442\u044C \u043C\u0435\u0441\u0442\u043D\u044B\u0435 \u044D\u043B\u0435\u043A\u0442\u0440\u043E\u043D\u043D\u044B\u0435 \u043A\u043D\u0438\u0433\u0438","browser.openEbookBuilder":"\u0421\u043E\u0437\u0434\u0430\u043D\u0438\u0435 \u0434\u0432\u0443\u044F\u0437\u044B\u0447\u043D\u044B\u0445 \u044D\u043B\u0435\u043A\u0442\u0440\u043E\u043D\u043D\u044B\u0445 \u043A\u043D\u0438\u0433 EPUB","browser.translateLocalHtmlFile":"\u041F\u0435\u0440\u0435\u0432\u043E\u0434 HTML/\u0442\u0435\u043A\u0441\u0442\u043E\u0432\u044B\u0445 \u0444\u0430\u0439\u043B\u043E\u0432","browser.donateContext":"\u0423\u0437\u043D\u0430\u0439\u0442\u0435 \u043E \u043F\u0440\u0435\u0438\u043C\u0443\u0449\u0435\u0441\u0442\u0432\u0430\u0445 \u0441\u043F\u043E\u043D\u0441\u043E\u0440\u0441\u0442\u0432\u0430","browser.translateLocalSubtitleFile":"\u041F\u0435\u0440\u0435\u0432\u043E\u0434 \u0444\u0430\u0439\u043B\u043E\u0432 \u043B\u043E\u043A\u0430\u043B\u044C\u043D\u044B\u0445 \u0441\u0443\u0431\u0442\u0438\u0442\u0440\u043E\u0432",confirmResetConfig:"\u0412\u044B \u0443\u0432\u0435\u0440\u0435\u043D\u044B, \u0447\u0442\u043E \u0445\u043E\u0442\u0438\u0442\u0435 \u0441\u0431\u0440\u043E\u0441\u0438\u0442\u044C \u043D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0438?",translationLineBreakSettingTitle:"\u041D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0430 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430 \u0441\u0442\u0440\u043E\u043A\u0438",smartLineBreak:"\u0438\u043D\u0442\u0435\u043B\u043B\u0435\u043A\u0442\u0443\u0430\u043B\u044C\u043D\u043E\u0435 \u043B\u0438\u043D\u0435\u0439\u043D\u043E\u0435 \u043F\u0438\u0442\u0430\u043D\u0438\u0435 (\u0432\u044B\u0447\u0438\u0441\u043B\u0438\u0442\u0435\u043B\u044C\u043D\u0430\u044F \u0442\u0435\u0445\u043D\u0438\u043A\u0430)",alwaysLineBreak:"\u0412\u0441\u0435\u0433\u0434\u0430 \u043F\u043E\u0434\u0430\u0447\u0430 \u0441\u0442\u0440\u043E\u043A\u0438",isShowContextMenu:"\u0414\u043E\u0431\u0430\u0432\u043B\u0435\u043D\u0438\u0435 \u043F\u0435\u0440\u0435\u0432\u0435\u0434\u0435\u043D\u043D\u044B\u0445 \u0441\u0442\u0440\u0430\u043D\u0438\u0446 \u0432 \u043F\u0443\u043D\u043A\u0442\u044B \u043C\u0435\u043D\u044E, \u0432\u044B\u0437\u044B\u0432\u0430\u0435\u043C\u044B\u0435 \u043F\u0440\u0430\u0432\u043E\u0439 \u043A\u043D\u043E\u043F\u043A\u043E\u0439 \u043C\u044B\u0448\u0438",toggleBeta:"\u0412\u043A\u043B\u044E\u0447\u0435\u043D\u0438\u0435 \u0444\u0443\u043D\u043A\u0446\u0438\u0439 \u0431\u0435\u0442\u0430-\u0442\u0435\u0441\u0442\u0438\u0440\u043E\u0432\u0430\u043D\u0438\u044F",betaDescription:"\u0412\u043A\u043B\u044E\u0447\u0438\u0442\u0435 \u0444\u0443\u043D\u043A\u0446\u0438\u0438, \u043A\u043E\u0442\u043E\u0440\u044B\u0435 \u043F\u043E\u043A\u0430 \u043D\u0430\u0445\u043E\u0434\u044F\u0442\u0441\u044F \u0432 \u0441\u0442\u0430\u0434\u0438\u0438 \u044D\u043A\u0441\u043F\u0435\u0440\u0438\u043C\u0435\u043D\u0442\u0430, \u0430 \u0442\u0430\u043A\u0436\u0435 \u0441\u043B\u0443\u0436\u0431\u0443 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430 \u0432 \u0431\u0435\u0442\u0430-\u0432\u0435\u0440\u0441\u0438\u0438. \u041F\u0440\u0438\u0441\u043E\u0435\u0434\u0438\u043D\u044F\u0439\u0442\u0435\u0441\u044C \u043A <1>\u0433\u0440\u0443\u043F\u043F\u0435 Telegram, \u0447\u0442\u043E\u0431\u044B \u0443\u0437\u043D\u0430\u0442\u044C \u0431\u043E\u043B\u044C\u0448\u0435.",translationLineBreakSettingDescription:"\u0414\u043B\u044F \u0441\u0442\u0440\u0430\u043D\u0438\u0446 \u0441 \u043D\u0435\u0431\u043E\u043B\u044C\u0448\u0438\u043C \u0441\u043E\u0434\u0435\u0440\u0436\u0430\u043D\u0438\u0435\u043C \u0432\u0441\u0435\u0433\u0434\u0430 \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u0443\u0439\u0442\u0435 \u0430\u043A\u043A\u0443\u0440\u0430\u0442\u043D\u044B\u0435 \u043F\u0435\u0440\u0435\u043D\u043E\u0441\u044B \u0441\u0442\u0440\u043E\u043A. (\u0414\u043B\u044F \u044D\u043A\u043E\u043D\u043E\u043C\u0438\u0438 \u043C\u0435\u0441\u0442\u0430 \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u0443\u0439\u0442\u0435 \u0433\u0440\u0430\u043C\u043E\u0442\u043D\u044B\u0435 \u043F\u0435\u0440\u0435\u043D\u043E\u0441\u044B \u0441\u0442\u0440\u043E\u043A \u0432 \u0434\u043B\u0438\u043D\u043D\u044B\u0445 \u0430\u0431\u0437\u0430\u0446\u0430\u0445 \u0441 \u0431\u043E\u043B\u044C\u0448\u0438\u043C \u0441\u043E\u0434\u0435\u0440\u0436\u0430\u043D\u0438\u0435\u043C (\u0431\u043E\u043B\u0435\u0435{count}\u0441\u0438\u043C\u0432\u043E\u043B\u043E\u0432)).",tempTranslateDomainTitle:"\u041F\u0440\u043E\u0434\u043E\u043B\u0436\u0438\u0442\u0435\u043B\u044C\u043D\u043E\u0441\u0442\u044C \u0432\u0440\u0435\u043C\u0435\u043D\u043D\u043E\u0433\u043E \u0432\u043A\u043B\u044E\u0447\u0435\u043D\u0438\u044F \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430 \u0441\u0430\u0439\u0442\u0430",tempTranslateDomainDescription:"\u041F\u0440\u0438 \u0440\u0443\u0447\u043D\u043E\u043C \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0435 \u0432\u0435\u0431-\u0441\u0442\u0440\u0430\u043D\u0438\u0446\u044B \u0432\u0440\u0435\u043C\u0435\u043D\u043D\u043E \u0432\u043A\u043B\u044E\u0447\u0438\u0442\u044C \u0430\u0432\u0442\u043E\u043C\u0430\u0442\u0438\u0447\u0435\u0441\u043A\u0438\u0439 \u043F\u0435\u0440\u0435\u0432\u043E\u0434, \u043F\u0440\u0438 \u044D\u0442\u043E\u043C \u043C\u043E\u0436\u043D\u043E \u0437\u0430\u0434\u0430\u0442\u044C \u0432\u0440\u0435\u043C\u0435\u043D\u043D\u0443\u044E \u043F\u0440\u043E\u0434\u043E\u043B\u0436\u0438\u0442\u0435\u043B\u044C\u043D\u043E\u0441\u0442\u044C.",xMinutes:"{count} \u043C\u0438\u043D\u0443\u0442",disabled:"\u0437\u0430\u043F\u0440\u0435\u0449\u0430\u0442\u044C \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u043D\u0438\u0435 \u0447\u0435\u0433\u043E-\u043B.",changelog:"\u0416\u0443\u0440\u043D\u0430\u043B \u043E\u0431\u043D\u043E\u0432\u043B\u0435\u043D\u0438\u0439",toggleTranslatePageWhenThreeFingersOnTheScreen:"\u041E\u0434\u043D\u043E\u0432\u0440\u0435\u043C\u0435\u043D\u043D\u043E\u0435 \u043A\u0430\u0441\u0430\u043D\u0438\u0435 \u044D\u043A\u0440\u0430\u043D\u0430 \u043D\u0435\u0441\u043A\u043E\u043B\u044C\u043A\u0438\u043C\u0438 \u043F\u0430\u043B\u044C\u0446\u0430\u043C\u0438 \u043E\u0431\u0435\u0441\u043F\u0435\u0447\u0438\u0432\u0430\u0435\u0442 \u043F\u0435\u0440\u0435\u0432\u043E\u0434 \u0432\u0435\u0431-\u0441\u0442\u0440\u0430\u043D\u0438\u0446/\u043E\u0442\u043E\u0431\u0440\u0430\u0436\u0435\u043D\u0438\u0435 \u043E\u0440\u0438\u0433\u0438\u043D\u0430\u043B\u044C\u043D\u043E\u0433\u043E \u0442\u0435\u043A\u0441\u0442\u0430",toggleTranslationMaskWhenThreeFingersOnTheScreen:"\u041F\u0440\u0438\u043A\u043E\u0441\u043D\u043E\u0432\u0435\u043D\u0438\u0435 \u043D\u0435\u0441\u043A\u043E\u043B\u044C\u043A\u0438\u043C\u0438 \u043F\u0430\u043B\u044C\u0446\u0430\u043C\u0438 \u043F\u043E\u043A\u0430\u0437\u044B\u0432\u0430\u0435\u0442/\u0441\u043A\u0440\u044B\u0432\u0430\u0435\u0442 \u044D\u0444\u0444\u0435\u043A\u0442 \u0440\u0430\u0437\u043C\u044B\u0442\u0438\u044F.",fingerCountToToggleTranslagePageOnlyTranslationWhenTouching:"\u041F\u0440\u0438 \u043E\u0434\u043D\u043E\u0432\u0440\u0435\u043C\u0435\u043D\u043D\u043E\u043C \u043A\u0430\u0441\u0430\u043D\u0438\u0438 \u044D\u043A\u0440\u0430\u043D\u0430 \u043D\u0435\u0441\u043A\u043E\u043B\u044C\u043A\u0438\u043C\u0438 \u043F\u0430\u043B\u044C\u0446\u0430\u043C\u0438 \u043E\u0441\u0443\u0449\u0435\u0441\u0442\u0432\u043B\u044F\u0435\u0442\u0441\u044F \u043F\u0435\u0440\u0435\u0432\u043E\u0434 \u0432\u0435\u0431-\u0441\u0442\u0440\u0430\u043D\u0438\u0446\u044B (\u0442\u043E\u043B\u044C\u043A\u043E \u043F\u0435\u0440\u0435\u0432\u043E\u0434)/\u043E\u0442\u043E\u0431\u0440\u0430\u0436\u0435\u043D\u0438\u0435 \u043E\u0440\u0438\u0433\u0438\u043D\u0430\u043B\u044C\u043D\u043E\u0433\u043E \u0442\u0435\u043A\u0441\u0442\u0430.",addUrlDescription:"\u041C\u043E\u0436\u0435\u0442 \u0431\u044B\u0442\u044C \u0434\u043E\u043C\u0435\u043D\u043D\u044B\u043C \u0438\u043C\u0435\u043D\u0435\u043C, \u0430 \u0442\u0430\u043A\u0436\u0435 \u043F\u043E\u0434\u0434\u0435\u0440\u0436\u0438\u0432\u0430\u0435\u0442 \u043F\u043E\u0434\u0441\u0442\u0430\u043D\u043E\u0432\u043E\u0447\u043D\u044B\u0435 \u0437\u043D\u0430\u043A\u0438, \u043D\u0430\u043F\u0440\u0438\u043C\u0435\u0440,\uFF1A*.google.com, google.com/mail/*, https://www.google.com/*.",general:"\u041E\u0441\u043D\u043E\u0432\u043D\u044B\u0435 \u043D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0438",clickToExpandConfig:"\u0420\u0430\u0441\u0448\u0438\u0440\u0438\u0442\u044C \u0442\u0435\u043A\u0443\u0449\u0443\u044E \u043A\u043E\u043D\u0444\u0438\u0433\u0443\u0440\u0430\u0446\u0438\u044E",import:"\u0418\u043C\u043F\u043E\u0440\u0442 \u0438\u0437 \u0444\u0430\u0439\u043B\u0430",export:"\u042D\u043A\u0441\u043F\u043E\u0440\u0442 \u0432 \u0444\u0430\u0439\u043B",toggleDebug:"\u0412\u044B\u0432\u0435\u0441\u0442\u0438 \u0436\u0443\u0440\u043D\u0430\u043B \u043E\u0442\u043B\u0430\u0434\u043A\u0438 \u043D\u0430 \u043A\u043E\u043D\u0441\u043E\u043B\u044C","fingers.0":"\u043A\u043B\u043E\u0442\u0443\u0440\u0430","fingers.2":"\u043A\u0430\u0441\u0430\u043D\u0438\u0435 \u0434\u0432\u0443\u043C\u044F \u043F\u0430\u043B\u044C\u0446\u0430\u043C\u0438","fingers.3":"\u043A\u0430\u0441\u0430\u043D\u0438\u0435 \u0442\u0440\u0435\u043C\u044F \u043F\u0430\u043B\u044C\u0446\u0430\u043C\u0438","fingers.4":"\u043A\u0430\u0441\u0430\u043D\u0438\u0435 \u0447\u0435\u0442\u044B\u0440\u044C\u043C\u044F \u043F\u0430\u043B\u044C\u0446\u0430\u043C\u0438","fingers.5":"\u043F\u044F\u0442\u0438\u043F\u0430\u043B\u044C\u0446\u0435\u0432\u043E\u0435 \u043A\u0430\u0441\u0430\u043D\u0438\u0435",mouseHoldKey:"+ {key} \u043F\u0435\u0440\u0435\u0432\u0435\u0441\u0442\u0438/\u0432\u043E\u0441\u0441\u0442\u0430\u043D\u043E\u0432\u0438\u0442\u044C \u0430\u0431\u0437\u0430\u0446",mouseHoldKeyAuto:"\u041F\u0440\u044F\u043C\u043E\u0439 \u043F\u0435\u0440\u0435\u0432\u043E\u0434 \u0430\u0431\u0437\u0430\u0446\u0430",mouseHoldKeyOff:"\u041D\u0435 \u0434\u0435\u043B\u0430\u0439\u0442\u0435 \u043D\u0438\u0447\u0435\u0433\u043E.",mouseHoldKeyOther:"\u041D\u0430\u0441\u0442\u0440\u0430\u0438\u0432\u0430\u0435\u043C\u044B\u0435 \u044F\u0440\u043B\u044B\u043A\u0438 (\u043E\u0442\u043A\u0440\u044B\u0442\u044C \u043D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0438)",mouseHoldKeyCustomKey:"{key} \u041F\u0435\u0440\u0435\u0432\u043E\u0434/\u0441\u043E\u043A\u0440\u0430\u0449\u0435\u043D\u0438\u0435 \u0430\u0431\u0437\u0430\u0446\u0430",mouseHoverHoldKey:"\u041F\u0435\u0440\u0435\u0432\u043E\u0434 \u0430\u0431\u0437\u0430\u0446\u0435\u0432 \u043E\u0441\u0443\u0449\u0435\u0441\u0442\u0432\u043B\u044F\u0435\u0442\u0441\u044F \u043D\u0430\u0436\u0430\u0442\u0438\u0435\u043C \u043A\u043B\u0430\u0432\u0438\u0448\u0438 \u0431\u044B\u0441\u0442\u0440\u043E\u0433\u043E \u0434\u043E\u0441\u0442\u0443\u043F\u0430 \u043F\u0440\u0438 \u043D\u0430\u0432\u0435\u0434\u0435\u043D\u0438\u0438 \u043A\u0443\u0440\u0441\u043E\u0440\u0430 \u043C\u044B\u0448\u0438.","mouse-translate":"\u043D\u0430\u0432\u0435\u0434\u0435\u043D\u0438\u0435 \u043C\u044B\u0448\u0438",document:"(\u043A\u043E\u043C\u043F\u044C\u044E\u0442\u0435\u0440\u043D\u044B\u0439) \u0444\u0430\u0439\u043B",resetSuccess:"\u0423\u0441\u043F\u0435\u0448\u043D\u044B\u0439 \u0441\u0431\u0440\u043E\u0441 \u0432\u0441\u0435\u0445 \u043D\u0430\u0441\u0442\u0440\u043E\u0435\u043A",resetThisSuccess:"\u0421\u0431\u0440\u043E\u0441 \u0443\u0441\u043F\u0435\u0448\u0435\u043D",saved:"\u0421\u043E\u0445\u0440\u0430\u043D\u0438\u0442\u044C \u0443\u0441\u043F\u0435\u0448\u043D\u044B\u0439",successImportConfig:"\u0423\u0441\u043F\u0435\u0448\u043D\u044B\u0439 \u0438\u043C\u043F\u043E\u0440\u0442 \u043A\u043E\u043D\u0444\u0438\u0433\u0443\u0440\u0430\u0446\u0438\u0438",goAdvancedSettings:"\u041F\u0435\u0440\u0435\u0439\u0434\u0438\u0442\u0435 \u043D\u0430 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u0443 \u0414\u043E\u043F\u043E\u043B\u043D\u0438\u0442\u0435\u043B\u044C\u043D\u044B\u0435 \u043D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0438",goAdvancedInterfaceSettings:"\u041F\u0435\u0440\u0435\u0439\u0434\u0438\u0442\u0435 \u043D\u0430 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u0443 \u0414\u043E\u043F\u043E\u043B\u043D\u0438\u0442\u0435\u043B\u044C\u043D\u044B\u0435 \u043F\u0430\u0440\u0430\u043C\u0435\u0442\u0440\u044B \u043D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0438",advanced:"\u0414\u043E\u043F\u043E\u043B\u043D\u0438\u0442\u0435\u043B\u044C\u043D\u044B\u0435 \u043D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0438",advancedDescription:"\u041A\u0430\u043A \u043F\u0440\u0430\u0432\u0438\u043B\u043E, \u043D\u0438\u043A\u0430\u043A\u0438\u0445 \u043D\u0430\u0441\u0442\u0440\u043E\u0435\u043A \u043D\u0435 \u0442\u0440\u0435\u0431\u0443\u0435\u0442\u0441\u044F, \u043F\u0440\u043E\u0441\u0442\u043E \u043E\u0441\u0442\u0430\u0432\u044C\u0442\u0435 \u0432\u0441\u0435 \u043F\u043E \u0443\u043C\u043E\u043B\u0447\u0430\u043D\u0438\u044E. \u0422\u043E\u043B\u044C\u043A\u043E \u0434\u043B\u044F \u0431\u043E\u043B\u0435\u0435 \u0441\u043F\u0435\u0446\u0438\u0430\u043B\u0438\u0437\u0438\u0440\u043E\u0432\u0430\u043D\u043D\u044B\u0445 \u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u0435\u043B\u0435\u0439 \u0434\u043E\u0441\u0442\u0443\u043F\u043D\u044B \u0431\u043E\u043B\u0435\u0435 \u043F\u0435\u0440\u0441\u043E\u043D\u0430\u043B\u0438\u0437\u0438\u0440\u043E\u0432\u0430\u043D\u043D\u044B\u0435 \u043D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0438.",developer:"\u041D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0438 \u0440\u0430\u0437\u0440\u0430\u0431\u043E\u0442\u0447\u0438\u043A\u0430",donateCafe:"\u0446\u0435\u043D\u044B","translate to the bottom of the page":"\u041F\u0435\u0440\u0435\u0432\u043E\u0434\u0438\u0442\u0441\u044F \u043B\u0438 \u043E\u043D \u0432 \u043D\u0438\u0436\u043D\u044E\u044E \u0447\u0430\u0441\u0442\u044C \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u044B \u0441\u0440\u0430\u0437\u0443 \u043F\u043E\u0441\u043B\u0435 \u0432\u0445\u043E\u0434\u0430 \u043D\u0430 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u0443?",feedback:"\u0412\u043E\u043F\u0440\u043E\u0441-\u043E\u0442\u0432\u0435\u0442",toggleTranslatePage:"\u041F\u0435\u0440\u0435\u0432\u0435\u0441\u0442\u0438 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u0443/\u043E\u0442\u043E\u0431\u0440\u0430\u0437\u0438\u0442\u044C \u043E\u0440\u0438\u0433\u0438\u043D\u0430\u043B\u044C\u043D\u044B\u0439 \u0442\u0435\u043A\u0441\u0442",translateToThePageEndImmediatelyDescription:"\u041F\u0440\u0438 \u0432\u043A\u043B\u044E\u0447\u0435\u043D\u0438\u0438 \u044D\u0442\u043E\u0439 \u0444\u0443\u043D\u043A\u0446\u0438\u0438 \u0441\u043E\u0434\u0435\u0440\u0436\u0438\u043C\u043E\u0435 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u044B \u0431\u0443\u0434\u0435\u0442 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0438\u0442\u044C\u0441\u044F \u0441\u0432\u0435\u0440\u0445\u0443 \u0432\u043D\u0438\u0437 \u043F\u043E \u043C\u0435\u0440\u0435 \u0432\u0432\u043E\u0434\u0430. \u041F\u0440\u0438 \u0432\u044B\u043A\u043B\u044E\u0447\u0435\u043D\u0438\u0438 \u044D\u0442\u043E\u0439 \u0444\u0443\u043D\u043A\u0446\u0438\u0438 \u043F\u0435\u0440\u0435\u0432\u043E\u0434 \u0431\u0443\u0434\u0435\u0442 \u0432\u044B\u043F\u043E\u043B\u043D\u044F\u0442\u044C\u0441\u044F \u043F\u043E \u043C\u0435\u0440\u0435 \u0447\u0442\u0435\u043D\u0438\u044F. (\u041D\u0435 \u0440\u0435\u043A\u043E\u043C\u0435\u043D\u0434\u0443\u0435\u0442\u0441\u044F)","translate all areas of the page":"\u041F\u0435\u0440\u0435\u0432\u043E\u0434\u0438\u0442\u044C \u043B\u0438 \u0432\u0441\u0435 \u043E\u0431\u043B\u0430\u0441\u0442\u0438 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u044B",translationAreaDescription:"\u041F\u0440\u0438 \u0432\u043A\u043B\u044E\u0447\u0435\u043D\u0438\u0438 \u044D\u0442\u043E\u0439 \u043E\u043F\u0446\u0438\u0438 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u044F\u0442\u0441\u044F \u0432\u0441\u0435 \u043E\u0431\u043B\u0430\u0441\u0442\u0438 \u0432\u0441\u0435\u0439 \u0432\u0435\u0431-\u0441\u0442\u0440\u0430\u043D\u0438\u0446\u044B. \u041F\u0440\u0438 \u0432\u044B\u043A\u043B\u044E\u0447\u0435\u043D\u0438\u0438 \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u0443\u0435\u0442\u0441\u044F \u0438\u043D\u0442\u0435\u043B\u043B\u0435\u043A\u0442\u0443\u0430\u043B\u044C\u043D\u043E\u0435 \u0440\u0430\u0441\u043F\u043E\u0437\u043D\u0430\u0432\u0430\u043D\u0438\u0435 \u043F\u043E \u0443\u043C\u043E\u043B\u0447\u0430\u043D\u0438\u044E \u0438 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u044F\u0442\u0441\u044F \u0442\u043E\u043B\u044C\u043A\u043E \u043E\u0441\u043D\u043E\u0432\u043D\u044B\u0435 \u043E\u0431\u043B\u0430\u0441\u0442\u0438. (\u041D\u0435 \u0440\u0435\u043A\u043E\u043C\u0435\u043D\u0434\u0443\u0435\u0442\u0441\u044F \u0432\u043A\u043B\u044E\u0447\u0430\u0442\u044C)","the number of characters to be translated first":"\u041F\u0440\u044F\u043C\u043E\u0439 \u043F\u0435\u0440\u0435\u0432\u043E\u0434 \u043F\u0435\u0440\u0432\u044B\u0445 \u043D\u0435\u0441\u043A\u043E\u043B\u044C\u043A\u0438\u0445 \u0441\u0438\u043C\u0432\u043E\u043B\u043E\u0432 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u044B \u0431\u0435\u0437 \u043E\u0436\u0438\u0434\u0430\u043D\u0438\u044F \u043F\u0440\u043E\u043A\u0440\u0443\u0442\u043A\u0438 \u0432 \u043E\u0431\u043B\u0430\u0441\u0442\u044C \u043F\u0440\u043E\u0441\u043C\u043E\u0442\u0440\u0430","interface language":"\u044F\u0437\u044B\u043A \u0438\u043D\u0442\u0435\u0440\u0444\u0435\u0439\u0441\u0430","display both the original text and the translation":"\u041E\u0434\u043D\u043E\u0432\u0440\u0435\u043C\u0435\u043D\u043D\u043E\u0435 \u043E\u0442\u043E\u0431\u0440\u0430\u0436\u0435\u043D\u0438\u0435 \u043E\u0440\u0438\u0433\u0438\u043D\u0430\u043B\u0430 \u0438 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430","keyboard shortcuts":"\u041A\u043B\u0430\u0432\u0438\u0430\u0442\u0443\u0440\u043D\u044B\u0435 \u0441\u043E\u043A\u0440\u0430\u0449\u0435\u043D\u0438\u044F",modify:"\u041C\u043E\u0434\u0438\u0444\u0438\u043A\u0430\u0446\u0438\u044F \u043A\u043B\u0430\u0432\u0438\u0448 \u0431\u044B\u0441\u0442\u0440\u043E\u0433\u043E \u0434\u043E\u0441\u0442\u0443\u043F\u0430",reset:"\u043F\u0435\u0440\u0435\u043F\u0440\u043E\u0444\u0438\u043B\u0438\u0440\u043E\u0432\u0430\u043D\u0438\u0435",close:"\u043A\u043B\u043E\u0442\u0443\u0440\u0430",homepage:"\u0434\u043E\u043C\u0430\u0448\u043D\u044F\u044F \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u0430",more:"\u043F\u043E\u0434\u0440\u043E\u0431\u043D\u0435\u0435",moreOptions:"\u0420\u0430\u0441\u0448\u0438\u0440\u0435\u043D\u0438\u0435 \u0432\u043E\u0437\u043C\u043E\u0436\u043D\u043E\u0441\u0442\u0435\u0439 \u043D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0438",translateTheWholePage:"\u041F\u0435\u0440\u0435\u0432\u043E\u0434\u0438\u0442\u044C \u0432\u0441\u0435 \u043E\u0431\u043B\u0430\u0441\u0442\u0438 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u044B (\u0432 \u043E\u0442\u043B\u0438\u0447\u0438\u0435 \u043E\u0442 \u0438\u043D\u0442\u0435\u043B\u043B\u0435\u043A\u0442\u0443\u0430\u043B\u044C\u043D\u043E\u0433\u043E \u0440\u0430\u0441\u043F\u043E\u0437\u043D\u0430\u0432\u0430\u043D\u0438\u044F \u043E\u0441\u043D\u043E\u0432\u043D\u044B\u0445 \u043E\u0431\u043B\u0430\u0441\u0442\u0435\u0439)",changeToTranslateTheWholePage:"\u041F\u0435\u0440\u0435\u043A\u043B\u044E\u0447\u0435\u043D\u0438\u0435 \u043D\u0430 \u043F\u0435\u0440\u0435\u0432\u043E\u0434 \u0432\u0441\u0435\u0445 \u0440\u0435\u0433\u0438\u043E\u043D\u043E\u0432",changeToTranslateTheMainPage:'\u041F\u0435\u0440\u0435\u0445\u043E\u0434 \u0432 \u043E\u0441\u043D\u043E\u0432\u043D\u0443\u044E \u043E\u0431\u043B\u0430\u0441\u0442\u044C "\u041F\u0435\u0440\u0435\u0432\u043E\u0434',changeToOnlyTranslationMode:"\u041F\u0435\u0440\u0435\u043A\u043B\u044E\u0447\u0435\u043D\u0438\u0435 \u043D\u0430 \u043E\u0442\u043E\u0431\u0440\u0430\u0436\u0435\u043D\u0438\u0435 \u0442\u043E\u043B\u044C\u043A\u043E \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u043E\u0432",changeToDualTranslationMode:"\u041F\u0435\u0440\u0435\u0445\u043E\u0434 \u043D\u0430 \u0434\u0432\u0443\u044F\u0437\u044B\u0447\u043D\u044B\u0439 \u043F\u0435\u0440\u0435\u0432\u043E\u0434",translateToThePageEndImmediately:"\u041D\u0435\u043C\u0435\u0434\u043B\u0435\u043D\u043D\u044B\u0439 \u043F\u0435\u0440\u0435\u0432\u043E\u0434 \u0432 \u043D\u0438\u0436\u043D\u044E\u044E \u0447\u0430\u0441\u0442\u044C \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u044B",translateTheMainPage:"\u041A\u043B\u044E\u0447\u0435\u0432\u044B\u0435 \u0440\u0435\u0433\u0438\u043E\u043D\u044B \u0438\u043D\u0442\u0435\u043B\u043B\u0435\u043A\u0442\u0443\u0430\u043B\u044C\u043D\u043E\u0433\u043E \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430","The local rules are up to date":"\u041C\u0435\u0441\u0442\u043D\u044B\u0435 \u043F\u0440\u0430\u0432\u0438\u043B\u0430 \u0430\u0434\u0430\u043F\u0442\u0430\u0446\u0438\u0438 \u0441\u043E\u043E\u0442\u0432\u0435\u0442\u0441\u0442\u0432\u0443\u044E\u0442 \u0441\u043E\u0432\u0440\u0435\u043C\u0435\u043D\u043D\u044B\u043C \u0442\u0440\u0435\u0431\u043E\u0432\u0430\u043D\u0438\u044F\u043C.","Successfully synchronized with the latest official rules:":"\u0423\u0441\u043F\u0435\u0448\u043D\u0430\u044F \u0441\u0438\u043D\u0445\u0440\u043E\u043D\u0438\u0437\u0430\u0446\u0438\u044F \u0441 \u043F\u043E\u0441\u043B\u0435\u0434\u043D\u0438\u043C\u0438 \u043E\u0444\u0438\u0446\u0438\u0430\u043B\u044C\u043D\u044B\u043C\u0438 \u043F\u0440\u0430\u0432\u0438\u043B\u0430\u043C\u0438 \u0430\u0434\u0430\u043F\u0442\u0430\u0446\u0438\u0438.","Checking for updates":"\u041F\u0440\u043E\u0432\u0435\u0440\u043A\u0430 \u043D\u0430\u043B\u0438\u0447\u0438\u044F \u043E\u0431\u043D\u043E\u0432\u043B\u0435\u043D\u0438\u0439","Rules are being synchronized":"\u0421\u0438\u043D\u0445\u0440\u043E\u043D\u0438\u0437\u0430\u0446\u0438\u044F \u043F\u0440\u0430\u0432\u0438\u043B \u0430\u0434\u0430\u043F\u0442\u0430\u0446\u0438\u0438",localVersionIsTooOld:"\u0412\u0435\u0440\u0441\u0438\u044F \u043B\u043E\u043A\u0430\u043B\u044C\u043D\u043E\u0433\u043E \u0440\u0430\u0441\u0448\u0438\u0440\u0435\u043D\u0438\u044F \u0441\u043B\u0438\u0448\u043A\u043E\u043C \u0443\u0441\u0442\u0430\u0440\u0435\u043B\u0430, \u043F\u043E\u0436\u0430\u043B\u0443\u0439\u0441\u0442\u0430, \u043E\u0431\u043D\u043E\u0432\u0438\u0442\u0435 \u0440\u0430\u0441\u0448\u0438\u0440\u0435\u043D\u0438\u0435 \u0434\u043E {minVersion} \u0438\u043B\u0438 \u0431\u043E\u043B\u0435\u0435 \u043D\u043E\u0432\u043E\u0439 \u0432\u0435\u0440\u0441\u0438\u0438 \u043F\u0435\u0440\u0435\u0434 \u043F\u043E\u043F\u044B\u0442\u043A\u043E\u0439 \u0441\u0438\u043D\u0445\u0440\u043E\u043D\u0438\u0437\u0430\u0446\u0438\u0438.",badUserscriptBrowser:"\u0422\u0435\u043A\u0443\u0449\u0438\u0439 \u0431\u0440\u0430\u0443\u0437\u0435\u0440 \u043D\u0435\u043A\u043E\u0440\u0440\u0435\u043A\u0442\u043D\u043E \u0440\u0435\u0430\u043B\u0438\u0437\u0443\u0435\u0442 \u0438\u043D\u0442\u0435\u0440\u0444\u0435\u0439\u0441 \u0440\u0430\u0441\u0448\u0438\u0440\u0435\u043D\u0438\u044F Grease Monkey (\u043D\u0430\u043F\u0440\u0438\u043C\u0435\u0440, \u0434\u043B\u044F \u043F\u043E\u043B\u0443\u0447\u0435\u043D\u0438\u044F \u0438\u043D\u0444\u043E\u0440\u043C\u0430\u0446\u0438\u0438 \u043E \u043D\u043E\u043C\u0435\u0440\u0435 \u0432\u0435\u0440\u0441\u0438\u0438 \u0441\u0430\u043C\u043E\u0433\u043E \u0441\u043A\u0440\u0438\u043F\u0442\u0430 Grease Monkey), \u043F\u043E\u0436\u0430\u043B\u0443\u0439\u0441\u0442\u0430, \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u0443\u0439\u0442\u0435 \u0434\u0440\u0443\u0433\u0438\u0435 \u0431\u0440\u0430\u0443\u0437\u0435\u0440\u044B, <1>\u043F\u043E\u0434\u0434\u0435\u0440\u0436\u0438\u0432\u0430\u044E\u0449\u0438\u0435 \u0440\u0430\u0441\u0448\u0438\u0440\u0435\u043D\u0438\u0435 Grease Monkey, \u043D\u0430\u043F\u0440\u0438\u043C\u0435\u0440 Firefox.",foundNewVersion:"\u0417\u043D\u0430\u043A\u043E\u043C\u0441\u0442\u0432\u043E \u0441 \u043D\u043E\u0432\u043E\u0439 \u0432\u0435\u0440\u0441\u0438\u0435\u0439",theLocalExtensionIsUpToUpdate:"\u0422\u0435\u043A\u0443\u0449\u0435\u0435 \u0440\u0430\u0441\u0448\u0438\u0440\u0435\u043D\u0438\u0435 \u044F\u0432\u043B\u044F\u0435\u0442\u0441\u044F \u0430\u043A\u0442\u0443\u0430\u043B\u044C\u043D\u044B\u043C.",failToSyncRules:"\u041D\u0435\u0432\u043E\u0437\u043C\u043E\u0436\u043D\u043E\u0441\u0442\u044C \u0441\u0438\u043D\u0445\u0440\u043E\u043D\u0438\u0437\u0430\u0446\u0438\u0438 \u043F\u043E\u0441\u043B\u0435\u0434\u043D\u0438\u0445 \u043F\u0440\u0430\u0432\u0438\u043B \u0430\u0434\u0430\u043F\u0442\u0430\u0446\u0438\u0438",retry:"\u041D\u0430\u0436\u043C\u0438\u0442\u0435 \u0437\u0434\u0435\u0441\u044C, \u0447\u0442\u043E\u0431\u044B \u043F\u043E\u0432\u0442\u043E\u0440\u0438\u0442\u044C \u043F\u043E\u043F\u044B\u0442\u043A\u0443",failedReason:"\u041F\u0440\u0438\u0447\u0438\u043D\u044B \u043D\u0435\u0443\u0434\u0430\u0447",currentRuleVersion:"\u0414\u0435\u0439\u0441\u0442\u0432\u0443\u044E\u0449\u0430\u044F \u0440\u0435\u0434\u0430\u043A\u0446\u0438\u044F \u043F\u0440\u0430\u0432\u0438\u043B",calculating:"\u0440\u0430\u0441\u0447\u0435\u0442\u044B",unknownError:"\u043D\u0435\u0438\u0437\u0432\u0435\u0441\u0442\u043D\u0430\u044F \u043E\u0448\u0438\u0431\u043A\u0430",canNotFetchRemoteRule:"\u041D\u0435\u0432\u043E\u0437\u043C\u043E\u0436\u043D\u043E \u043F\u043E\u043B\u0443\u0447\u0438\u0442\u044C \u0443\u0434\u0430\u043B\u0435\u043D\u043D\u044B\u0435 \u043F\u0440\u0430\u0432\u0438\u043B\u0430",enableAlphaSuccess:"\u0410\u043B\u044C\u0444\u0430 \u0432\u043A\u043B\u044E\u0447\u0435\u043D\u0430",disableAlphaSuccess:"\u0424\u0443\u043D\u043A\u0446\u0438\u044F \u0430\u043B\u044C\u0444\u0430 \u043E\u0442\u043A\u043B\u044E\u0447\u0435\u043D\u0430",cacheSize:"\u0420\u0430\u0437\u043C\u0435\u0440 \u043A\u044D\u0448\u0430\uFF1A",cleaning:"\u0432 \u043F\u0440\u043E\u0446\u0435\u0441\u0441\u0435 \u043B\u0438\u043A\u0432\u0438\u0434\u0430\u0446\u0438\u0438",cleanCache:"\u043E\u0447\u0438\u0441\u0442\u0438\u0442\u044C \u043A\u044D\u0448",options:"\u043D\u0430\u0441\u0442\u0440\u0430\u0438\u0432\u0430\u0442\u044C",about:"\u043F\u043E \u043E\u0442\u043D\u043E\u0448\u0435\u043D\u0438\u044E \u043A",service:"\u0443\u0441\u043B\u0443\u0433\u0430 \u0443\u0441\u0442\u043D\u043E\u0433\u043E \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430",needAction:"(\u041F\u0435\u0440\u0435\u0439\u0442\u0438 \u043A \u043D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0430\u043C)",goSettings:"\u043F\u0435\u0440\u0435\u0439\u0434\u0438\u0442\u0435 \u043A \u043D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0435",needActionForOptions:"(\u0443\u0441\u0442\u0430\u043D\u0430\u0432\u043B\u0438\u0432\u0430\u0435\u0442\u0441\u044F)",translationEngine:"\u041E\u043F\u0446\u0438\u0438 \u0434\u0432\u0438\u0433\u0430\u0442\u0435\u043B\u044F",sourceLanguage:"\u042F\u0437\u044B\u043A \u043E\u0440\u0438\u0433\u0438\u043D\u0430\u043B\u0430",target:"\u044F\u0437\u044B\u043A \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430",popupSourceLanguage:"\u042F\u0437\u044B\u043A \u043E\u0440\u0438\u0433\u0438\u043D\u0430\u043B\u0430",popupTarget:"\u044F\u0437\u044B\u043A \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430",popupService:"\u0443\u0441\u043B\u0443\u0433\u0430 \u0443\u0441\u0442\u043D\u043E\u0433\u043E \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430",forThisSite:"\u0422\u0435\u043A\u0443\u0449\u0438\u0439 \u0441\u0430\u0439\u0442",autoEnableSubtitle:"\u0410\u0432\u0442\u043E\u043C\u0430\u0442\u0438\u0447\u0435\u0441\u043A\u043E\u0435 \u043E\u0442\u043A\u0440\u044B\u0442\u0438\u0435 \u0434\u0432\u0443\u044F\u0437\u044B\u0447\u043D\u044B\u0445 \u0441\u0443\u0431\u0442\u0438\u0442\u0440\u043E\u0432",alwaysTranslate:"\u0412\u0441\u0435\u0433\u0434\u0430 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0438\u0442\u0435",neverTranslate:"\u041D\u0438\u043A\u043E\u0433\u0434\u0430 \u043D\u0435 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0438\u0442\u0435",alwaysTranslateSomeLanguage:"\u0412\u0441\u0435\u0433\u0434\u0430 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0438\u0442\u0435 {language}",neverTranslateSomeLanguage:"\u041D\u0438\u043A\u043E\u0433\u0434\u0430 \u043D\u0435 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0438\u0442\u0435 {language}",alwaysTranslateSomeSite:"\u0412\u0441\u0435\u0433\u0434\u0430 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0438\u0442\u0435 {hostname}",neverTranslateSomeSite:"\u041D\u0438\u043A\u043E\u0433\u0434\u0430 \u043D\u0435 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0438\u0442\u0435 {hostname}",alwaysTranslateSomeSiteOrWildSite:"\u0412\u0441\u0435\u0433\u0434\u0430 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0438\u0442\u0435 \u0441\u0430\u0439\u0442",alwaysTranslateSomePage:"\u0412\u0441\u0435\u0433\u0434\u0430 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0438\u0442\u0435 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u0443",add:"\u0443\u0432\u0435\u043B\u0438\u0447\u0438\u0442\u044C",default:"\u043F\u043E \u0443\u043C\u043E\u043B\u0447\u0430\u043D\u0438\u044E (\u043D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0430)",forThisLanguage:"\u0414\u043B\u044F \u044D\u0442\u043E\u0433\u043E \u044F\u0437\u044B\u043A\u0430\uFF1A","add url":"\u0412\u0432\u0435\u0434\u0438\u0442\u0435 URL",edit:"\u043A\u043E\u043C\u043F\u0438\u043B\u044F\u0442\u043E\u0440","translate other languages into specific language":"\u041F\u0435\u0440\u0435\u0432\u043E\u0434 \u0434\u0440\u0443\u0433\u0438\u0445 \u044F\u0437\u044B\u043A\u043E\u0432 \u043D\u0430 \u0443\u0441\u0442\u0430\u043D\u043E\u0432\u043B\u0435\u043D\u043D\u044B\u0439 \u0432\u0430\u043C\u0438 \u044F\u0437\u044B\u043A","select translation service":"\u0412\u044B\u0431\u0435\u0440\u0438\u0442\u0435 \u0441\u043B\u0443\u0436\u0431\u0443 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430",language:"\u043C\u043D\u043E\u0433\u043E\u044F\u0437\u044B\u0447\u0438\u0435","show-original":"\u041F\u043E\u043A\u0430\u0437\u0430\u0442\u044C \u043E\u0440\u0438\u0433\u0438\u043D\u0430\u043B\u044C\u043D\u044B\u0439 \u0442\u0435\u043A\u0441\u0442",translate:"\u0440\u0435\u043D\u0434\u0435\u0440\u0438\u043D\u0433",Translated:"\u043F\u0435\u0440\u0435\u0432\u0435\u0434\u0435\u043D\u043E",Translating:"\u0432 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0435",Error:"\u043D\u0435\u0432\u0435\u0440\u043D\u044B\u0439",allowCacheTranslations:"\u0412\u043A\u043B\u044E\u0447\u0438\u0442\u044C \u043B\u043E\u043A\u0430\u043B\u044C\u043D\u043E\u0435 \u043A\u044D\u0448\u0438\u0440\u043E\u0432\u0430\u043D\u0438\u0435 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u043E\u0432 (\u0434\u043B\u044F \u0443\u043C\u0435\u043D\u044C\u0448\u0435\u043D\u0438\u044F \u043A\u043E\u043B\u0438\u0447\u0435\u0441\u0442\u0432\u0430 \u0437\u0430\u043F\u0440\u043E\u0441\u043E\u0432 \u043D\u0430 \u043F\u0435\u0440\u0435\u0432\u043E\u0434 \u0434\u0443\u0431\u043B\u0438\u0440\u0443\u044E\u0449\u0438\u0445\u0441\u044F \u043E\u0442\u0440\u044B\u0432\u043A\u043E\u0432)","translation display":"\u0421\u0442\u0438\u043B\u044C \u043E\u0442\u043E\u0431\u0440\u0430\u0436\u0435\u043D\u0438\u044F \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430","select diplay style":"\u0420\u0430\u0437\u043B\u0438\u0447\u0430\u0442\u044C \u0441\u0442\u0438\u043B\u0438 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430, \u043E\u043F\u0438\u0440\u0430\u044F\u0441\u044C \u043D\u0430 \u0441\u043B\u0435\u0434\u0443\u044E\u0449\u0438\u0435 \u043F\u0440\u0438\u043C\u0435\u0440\u044B",interface:"\u041D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0438 \u0438\u043D\u0442\u0435\u0440\u0444\u0435\u0439\u0441\u0430",import_export:"\u0418\u043C\u043F\u043E\u0440\u0442/\u044D\u043A\u0441\u043F\u043E\u0440\u0442",import_export_title:"\u041A\u043E\u043D\u0444\u0438\u0433\u0443\u0440\u0430\u0446\u0438\u044F \u0438\u043C\u043F\u043E\u0440\u0442\u0430/\u044D\u043A\u0441\u043F\u043E\u0440\u0442\u0430",syncToGoogleDrive:"\u0422\u0435\u043F\u0435\u0440\u044C \u0441\u0438\u043D\u0445\u0440\u043E\u043D\u0438\u0437\u0430\u0446\u0438\u044F \u0441 Google Drive",floatBallOptions:"\u041D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0438 \u0445\u043E\u0432\u0435\u0440\u0431\u043E\u043B\u0430","floatBallOptions.enable":"\u0412\u043A\u043B\u044E\u0447\u0438\u0442\u044C \u0445\u043E\u0432\u0435\u0440\u0431\u043E\u043B","floatBallOptions.blockUrls":"\u041E\u0442\u043A\u043B\u044E\u0447\u0438\u0442\u044C \u0441\u0430\u0439\u0442","floatBallOptions.add":"\u0443\u0432\u0435\u043B\u0438\u0447\u0438\u0442\u044C","floatBallOptions.blockUrlDesc":"\u041F\u0430\u0440\u044F\u0449\u0438\u0435 \u0448\u0430\u0440\u044B \u043D\u0435 \u043E\u0442\u043E\u0431\u0440\u0430\u0436\u0430\u044E\u0442\u0441\u044F, \u043A\u043E\u0433\u0434\u0430 \u0432\u0441\u0442\u0440\u0435\u0447\u0430\u044E\u0442\u0441\u044F \u0441\u043B\u0435\u0434\u0443\u044E\u0449\u0438\u0435 \u0441\u0430\u0439\u0442\u044B","floatBallOptions.clickType":"\u043F\u043E\u0432\u0435\u0434\u0435\u043D\u0438\u0435 \u043F\u0440\u0438 \u043D\u0430\u0436\u0430\u0442\u0438\u0438","floatBallOptions.clickTypeDesc":"\u041F\u043E\u0432\u0435\u0434\u0435\u043D\u0438\u0435 \u0438\u043A\u043E\u043D\u043A\u0438 \u0445\u043E\u0432\u0435\u0440\u0431\u043E\u043B\u0430 \u043F\u0440\u0438 \u043D\u0430\u0436\u0430\u0442\u0438\u0438","floatBallOptions.clickPopup":"\u041F\u043E\u043A\u0430\u0437\u0430\u0442\u044C \u043F\u0430\u043D\u0435\u043B\u044C \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430","floatBallOptions.clickTranslate":"\u041F\u0435\u0440\u0435\u0432\u043E\u0434/\u043E\u0442\u043E\u0431\u0440\u0430\u0436\u0435\u043D\u0438\u0435 \u043E\u0440\u0438\u0433\u0438\u043D\u0430\u043B\u044C\u043D\u043E\u0433\u043E \u0442\u0435\u043A\u0441\u0442\u0430","floatBallOptions.fixedPosition":"\u56FA\u5B9A\u4F4D\u7F6E","floatBallOptions.fixedPositionDesc":"\u60AC\u6D6E\u7403\u5728\u7A97\u53E3\u5DE6\u4FA7\u8FD8\u662F\u53F3\u4FA7","floatBallOptions.fixedPositionLeft":"\u5DE6\u4FA7","floatBallOptions.fixedPositionRight":"\u53F3\u4FA7",previewAllThemes:"\u041F\u0440\u0435\u0434\u0432\u0430\u0440\u0438\u0442\u0435\u043B\u044C\u043D\u044B\u0439 \u043F\u0440\u043E\u0441\u043C\u043E\u0442\u0440 \u0432\u0441\u0435\u0445 \u0441\u0442\u0438\u043B\u0435\u0439","translationTheme.none":"\u043D\u0435 \u0438\u043C\u0435\u0442\u044C","translationTheme.grey":"\u0442\u0451\u043C\u043D\u043E-\u0441\u0435\u0440\u044B\u0439","translationTheme.dashed":"\u043F\u0443\u043D\u043A\u0442\u0438\u0440\u043D\u043E\u0435 \u043F\u043E\u0434\u0447\u0451\u0440\u043A\u0438\u0432\u0430\u043D\u0438\u0435","translationTheme.dotted":"\u0442\u043E\u0447\u0435\u0447\u043D\u043E\u0435 \u043F\u043E\u0434\u0447\u0435\u0440\u043A\u0438\u0432\u0430\u043D\u0438\u0435","translationTheme.dashedBorder":"\u043F\u0443\u043D\u043A\u0442\u0438\u0440\u043D\u0430\u044F \u0433\u0440\u0430\u043D\u0438\u0446\u0430","translationTheme.solidBorder":"\u0441\u043F\u043B\u043E\u0448\u043D\u0430\u044F \u0433\u0440\u0430\u043D\u0438\u0446\u0430","translationTheme.underline":"\u041F\u043E\u0434\u0447\u0435\u0440\u043A\u0438\u0432\u0430\u043D\u0438\u0435 \u043F\u0440\u044F\u043C\u044B\u0445 \u043B\u0438\u043D\u0438\u0439","translationTheme.mask":"\u041D\u0435\u0447\u0435\u0442\u043A\u0438\u0435 \u044D\u0444\u0444\u0435\u043A\u0442\u044B (\u0440\u0435\u0436\u0438\u043C\u044B \u043E\u0431\u0443\u0447\u0435\u043D\u0438\u044F)","translationTheme.opacity":"\u044D\u0444\u0444\u0435\u043A\u0442 \u043F\u0440\u043E\u0437\u0440\u0430\u0447\u043D\u043E\u0441\u0442\u0438","translationTheme.paper":"\u042D\u0444\u0444\u0435\u043A\u0442 \u0442\u0435\u043D\u0438 \u043E\u0442 \u0431\u0435\u043B\u043E\u0439 \u0431\u0443\u043C\u0430\u0433\u0438","translationTheme.dividingLine":"\u0440\u0430\u0437\u0434\u0435\u043B\u0438\u0442\u0435\u043B\u044C\u043D\u0430\u044F \u043B\u0438\u043D\u0438\u044F","translationTheme.highlight":"\u0432\u044B\u0441\u043E\u043A\u0430\u044F \u044F\u0440\u043A\u043E\u0441\u0442\u044C","translationTheme.marker":"\u043C\u0430\u0440\u043A\u0435\u0440 (\u0437\u0430\u0438\u043C\u0441\u0442\u0432\u043E\u0432\u0430\u043D\u043D\u043E\u0435 \u0441\u043B\u043E\u0432\u043E)","translationTheme.marker2":"\u041C\u0430\u0440\u043A\u0435\u0440 2","translationTheme.blockquote":"\u0421\u0442\u0438\u043B\u0438 \u0441\u0441\u044B\u043B\u043E\u043A","translationTheme.weakening":"\u043E\u0441\u043B\u0430\u0431\u043B\u0435\u043D\u0438\u0435","translationTheme.italic":"\u043D\u0430\u043A\u043B\u043E\u043D\u043D\u044B\u0439 \u0448\u0440\u0438\u0444\u0442","translationTheme.bold":"\u0441\u0433\u0443\u0441\u0442\u0438\u0442\u044C","translationTheme.thinDashed":"\u0442\u043E\u043D\u043A\u0430\u044F \u043F\u0443\u043D\u043A\u0442\u0438\u0440\u043D\u0430\u044F \u043B\u0438\u043D\u0438\u044F \u043F\u043E\u0434\u0447\u0435\u0440\u043A\u0438\u0432\u0430\u043D\u0438\u0435","translationTheme.nativeDashed":"\u0421\u0438\u0441\u0442\u0435\u043C\u0430 \u043F\u043E\u0441\u0442\u0430\u0432\u043B\u044F\u0435\u0442\u0441\u044F \u0441 \u043F\u0443\u043D\u043A\u0442\u0438\u0440\u043D\u044B\u043C \u043F\u043E\u0434\u0447\u0435\u0440\u043A\u0438\u0432\u0430\u043D\u0438\u0435\u043C","translationTheme.nativeDotted":"\u0421\u0438\u0441\u0442\u0435\u043C\u0430 \u043F\u043E\u0441\u0442\u0430\u0432\u043B\u044F\u0435\u0442\u0441\u044F \u0441 \u043F\u0443\u043D\u043A\u0442\u0438\u0440\u043D\u044B\u043C \u043F\u043E\u0434\u0447\u0435\u0440\u043A\u0438\u0432\u0430\u043D\u0438\u0435\u043C","translationTheme.nativeUnderline":"\u0421\u0438\u0441\u0442\u0435\u043C\u0430 \u043F\u043E\u0441\u0442\u0430\u0432\u043B\u044F\u0435\u0442\u0441\u044F \u0441 \u043F\u0440\u044F\u043C\u044B\u043C \u043F\u043E\u0434\u0441\u0442\u0440\u043E\u0447\u043D\u0438\u043A\u043E\u043C","translationTheme.wavy":"\u0432\u043E\u043B\u043D\u0438\u0441\u0442\u0430\u044F \u043B\u0438\u043D\u0438\u044F","translationServices.custom":"\u041F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u0435\u043B\u044C\u0441\u043A\u0438\u0439 API","translationServices.tencent":"\u041F\u0435\u0440\u0435\u0432\u043E\u0434\u0447\u0438\u043A Tencent","translationServices.tenAlpha":"Tencent Translator (Alpha)","translationServices.google":"Google Translate","translationServices.bai":"Baidu (Alpha)","translationServices.baidu":"\u041F\u0435\u0440\u0435\u0432\u043E\u0434 Baidu","translationServices.aliyun":"\u041F\u0435\u0440\u0435\u0432\u043E\u0434 AliCloud","translationServices.volc":"\u043F\u0435\u0440\u0435\u0432\u043E\u0434 \u0432\u0443\u043B\u043A\u0430\u043D\u0430","translationServices.deeplx":"DeepLX (Beta)","translationServices.bing":"Microsoft Translate","translationServices.deepl":"DeepL","translationServices.wechat":"\u041F\u0435\u0440\u0435\u0432\u043E\u0434 WeChat","translationServices.azure":"\u041B\u0430\u0437\u0443\u0440\u043D\u044B\u0439 \u043F\u0435\u0440\u0435\u0432\u043E\u0434","translationServices.ibm":"IBM Watson","translationServices.aws":"\u041F\u0435\u0440\u0435\u0432\u043E\u0434 Amazon","translationServices.mock":"\u0418\u043C\u0438\u0442\u0430\u0446\u0438\u044F \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430","translationServices.mock2":"\u0418\u043C\u0438\u0442\u0430\u0446\u0438\u044F \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430 2","translationServices.caiyun":"\u043B\u0438\u0442. \u0440\u0430\u0437\u043D\u043E\u0446\u0432\u0435\u0442\u043D\u044B\u0435 \u043E\u0431\u043B\u0430\u043A\u0430 \u0438 \u043D\u0435\u0431\u043E\u043B\u044C\u0448\u0438\u0435 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u044B","translationServices.cai":"\u0420\u0430\u0437\u043D\u043E\u0446\u0432\u0435\u0442\u043D\u044B\u0435 \u043E\u0431\u043B\u0430\u043A\u0430 (\u0410\u043B\u044C\u0444\u0430)","translationServices.volcAlpha":"\u0412\u0443\u043B\u043A\u0430\u043D (\u0410\u043B\u044C\u0444\u0430)","translationServices.openl":"OpenL","translationServices.youdao":"\u041F\u0435\u0440\u0435\u0432\u043E\u0434 \u043D\u0430 Youtube","translationServices.you":"\u041F\u0435\u0440\u0435\u0432\u043E\u0434\u0447\u0438\u043A Youdao (\u0410\u043B\u044C\u0444\u0430)","translationServices.transmart":"\u041F\u0435\u0440\u0435\u0432\u043E\u0434 Tencent Interactive","translationServices.niu":"Maverick Translator","translationServices.papago":"\u041F\u0435\u0440\u0435\u0432\u043E\u0434 Papago","translationServices.d":"D (Alpha)","translationServices.dpro":"D Pro (Canary)","translationServices.openai":"OpenAI","translationServices.yandex":"Yandex","translationServices.chatgpt":"ChatGPT Web(3.5 mobile)","translate title":"\u041F\u0435\u0440\u0435\u0432\u043E\u0434 \u0437\u0430\u0433\u043E\u043B\u043E\u0432\u043A\u043E\u0432 \u0441\u0442\u0440\u0430\u043D\u0438\u0446","always languages":"\u0412\u0441\u0435\u0433\u0434\u0430 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0438\u0442\u0435 \u044F\u0437\u044B\u043A",neverTranslateLanguagesLabel:"\u042F\u0437\u044B\u043A, \u043A\u043E\u0442\u043E\u0440\u044B\u0439 \u043D\u0438\u043A\u043E\u0433\u0434\u0430 \u043D\u0435 \u0431\u0443\u0434\u0435\u0442 \u043F\u0435\u0440\u0435\u0432\u0435\u0434\u0435\u043D",neverTranslateTheFollowingLanguagesDescription:"\u041F\u0435\u0440\u0435\u0432\u043E\u0434\u044B \u043F\u0440\u043E\u043F\u0443\u0441\u043A\u0430\u044E\u0442\u0441\u044F, \u0435\u0441\u043B\u0438 \u0430\u0431\u0437\u0430\u0446 \u043D\u0430 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u0435 \u043D\u0430\u043F\u0438\u0441\u0430\u043D \u043D\u0430 \u043E\u0434\u043D\u043E\u043C \u0438\u0437 \u0441\u043B\u0435\u0434\u0443\u044E\u0449\u0438\u0445 \u044F\u0437\u044B\u043A\u043E\u0432",enableUserscriptPagePopup:"\u041F\u043E\u043A\u0430\u0437\u044B\u0432\u0430\u0442\u044C \u043D\u0430\u0432\u0435\u0434\u0435\u043D\u043D\u044B\u0439 \u0448\u0430\u0440 \u043D\u0430 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u0435",enableUserscriptPagePopupDescription:"\u041F\u043E\u0441\u043B\u0435 \u0432\u044B\u043A\u043B\u044E\u0447\u0435\u043D\u0438\u044F \u0445\u043E\u0432\u0435\u0440\u0431\u043E\u043B\u0430 \u0435\u0433\u043E \u043C\u043E\u0436\u043D\u043E \u0432\u044B\u0437\u0432\u0430\u0442\u044C \u0441 \u043F\u043E\u043C\u043E\u0449\u044C\u044E \u044F\u0440\u043B\u044B\u043A\u0430 /{touch}. \u041D\u0430\u0441\u0442\u043E\u044F\u0442\u0435\u043B\u044C\u043D\u043E \u0440\u0435\u043A\u043E\u043C\u0435\u043D\u0434\u0443\u0435\u0442\u0441\u044F \u0434\u043E\u0431\u0430\u0432\u0438\u0442\u044C \u044D\u0442\u0443 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u0443 \u043D\u0430\u0441\u0442\u0440\u043E\u0435\u043A \u0432 \u0437\u0430\u043A\u043B\u0430\u0434\u043A\u0438, \u0447\u0442\u043E\u0431\u044B \u043D\u0435 \u043D\u0430\u0439\u0442\u0438 \u0445\u043E\u0432\u0435\u0440\u0431\u043E\u043B \u043F\u043E\u0441\u043B\u0435 \u0441\u043B\u0443\u0447\u0430\u0439\u043D\u043E\u0433\u043E \u043E\u0442\u043A\u043B\u044E\u0447\u0435\u043D\u0438\u044F \u044D\u0442\u043E\u0439 \u043E\u043F\u0446\u0438\u0438!","always translate the following languages":"\u0410\u0432\u0442\u043E\u043C\u0430\u0442\u0438\u0447\u0435\u0441\u043A\u0438\u0439 \u043F\u0435\u0440\u0435\u0432\u043E\u0434 \u043D\u0430 \u0446\u0435\u043B\u0435\u0432\u043E\u0439 \u044F\u0437\u044B\u043A, \u0435\u0441\u043B\u0438 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u0430 \u043D\u0430\u043F\u0438\u0441\u0430\u043D\u0430 \u043D\u0430 \u043E\u0434\u043D\u043E\u043C \u0438\u0437 \u0441\u043B\u0435\u0434\u0443\u044E\u0449\u0438\u0445 \u044F\u0437\u044B\u043A\u043E\u0432","always sites":"\u0412\u0441\u0435\u0433\u0434\u0430 \u043F\u0435\u0440\u0435\u0432\u0435\u0434\u0435\u043D\u043D\u044B\u0435 \u0432\u0435\u0431-\u0441\u0430\u0439\u0442\u044B","always translate the following sites":"\u0412\u0435\u0431-\u0441\u0430\u0439\u0442\u044B \u0430\u0432\u0442\u043E\u043C\u0430\u0442\u0438\u0447\u0435\u0441\u043A\u0438 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u044F\u0442\u0441\u044F \u043D\u0430 \u044F\u0437\u044B\u043A \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430, \u0435\u0441\u043B\u0438 \u043E\u043D\u0438 \u044F\u0432\u043B\u044F\u044E\u0442\u0441\u044F \u0434\u043E\u043C\u0435\u043D\u043D\u044B\u043C\u0438 \u0438\u043C\u0435\u043D\u0430\u043C\u0438","never sites":"\u041D\u0435\u043F\u0435\u0440\u0435\u0432\u0435\u0434\u0435\u043D\u043D\u044B\u0439 \u0441\u0430\u0439\u0442","never translate the following sites":"\u041F\u0435\u0440\u0435\u0432\u043E\u0434 \u043D\u0435 \u0431\u0443\u0434\u0435\u0442 \u0432\u044B\u043F\u043E\u043B\u043D\u044F\u0442\u044C\u0441\u044F, \u0435\u0441\u043B\u0438 \u0441\u0430\u0439\u0442 \u043F\u0440\u0435\u0434\u043D\u0430\u0437\u043D\u0430\u0447\u0435\u043D \u0434\u043B\u044F \u0441\u043B\u0435\u0434\u0443\u044E\u0449\u0438\u0445 \u0434\u043E\u043C\u0435\u043D\u043E\u0432","please refer to":"\u041F\u0435\u0440\u0435\u0434 \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u043D\u0438\u0435\u043C \u043D\u0435\u043E\u0431\u0445\u043E\u0434\u0438\u043C\u043E \u0437\u0430\u043F\u043E\u043B\u043D\u0438\u0442\u044C \u043A\u043B\u044E\u0447.",KeyAndConfigurationTutorial:"\u0423\u0447\u0435\u0431\u043D\u0438\u043A \u043F\u043E \u043F\u0440\u0438\u043C\u0435\u043D\u0435\u043D\u0438\u044E \u0438 \u043D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0435 \u043A\u043B\u044E\u0447\u0435\u0439",useAboveStyleForTheseSites:"\u0412\u0441\u0435\u0433\u0434\u0430 \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u0443\u0439\u0442\u0435 \u0441\u0442\u0438\u043B\u044C \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430 \u2308{theme}\u230B, \u0435\u0441\u043B\u0438 \u0441\u0430\u0439\u0442 \u043F\u0440\u0435\u0434\u043D\u0430\u0437\u043D\u0430\u0447\u0435\u043D \u0434\u043B\u044F \u0441\u043B\u0435\u0434\u0443\u044E\u0449\u0438\u0445 \u0434\u043E\u043C\u0435\u043D\u043E\u0432",currentUrl:"\u0422\u0435\u043A\u0443\u0449\u0438\u0439 URL",confirm:"\u0441\u043E\u0445\u0440\u0430\u043D\u044F\u0442\u044C (\u0444\u0430\u0439\u043B \u0438 \u0442.\u0434.) (\u0432\u044B\u0447\u0438\u0441\u043B\u0438\u0442\u0435\u043B\u044C\u043D\u0430\u044F \u0442\u0435\u0445\u043D\u0438\u043A\u0430)",cancel:"\u043E\u0442\u043C\u0435\u043D\u044B",delete:"\u0443\u0434\u0430\u043B\u0435\u043D\u0438\u0435","languages.auto":"\u0430\u0432\u0442\u043E\u043C\u0430\u0442\u0438\u0447\u0435\u0441\u043A\u043E\u0435 \u043E\u0431\u043D\u0430\u0440\u0443\u0436\u0435\u043D\u0438\u0435",syncToCloud:"\u0421\u0438\u043D\u0445\u0440\u043E\u043D\u0438\u0437\u0430\u0446\u0438\u044F \u0441 Google Drive",syncToCloudDescription:"\u0417\u0430\u0433\u0440\u0443\u0436\u0435\u043D\u043D\u0430\u044F \u0432 \u043E\u0431\u043B\u0430\u043A\u043E, \u043A\u043E\u043D\u0444\u0438\u0433\u0443\u0440\u0430\u0446\u0438\u044F \u043C\u043E\u0436\u0435\u0442 \u0431\u044B\u0442\u044C \u0441\u0438\u043D\u0445\u0440\u043E\u043D\u0438\u0437\u0438\u0440\u043E\u0432\u0430\u043D\u0430 \u043C\u0435\u0436\u0434\u0443 \u0440\u0430\u0437\u043B\u0438\u0447\u043D\u044B\u043C\u0438 \u0431\u0440\u0430\u0443\u0437\u0435\u0440\u0430\u043C\u0438/\u0441\u043A\u0440\u0438\u043F\u0442\u0430\u043C\u0438 grease monkey, \u0432 \u0437\u0430\u0432\u0438\u0441\u0438\u043C\u043E\u0441\u0442\u0438 \u043E\u0442 \u0442\u043E\u0433\u043E, \u0447\u0442\u043E \u0431\u044B\u043B\u043E \u0438\u0437\u043C\u0435\u043D\u0435\u043D\u043E \u043F\u043E\u0441\u043B\u0435\u0434\u043D\u0438\u043C.",syncToAccount:"\u0421\u0438\u043D\u0445\u0440\u043E\u043D\u0438\u0437\u0430\u0446\u0438\u044F \u0441 \u043E\u0431\u043B\u0430\u043A\u043E\u043C \u0438\u043C\u043C\u0435\u0440\u0441\u0438\u0432\u043D\u043E\u0433\u043E \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430",syncToAccountButton:"\u041C\u0433\u043D\u043E\u0432\u0435\u043D\u043D\u0430\u044F \u0441\u0438\u043D\u0445\u0440\u043E\u043D\u0438\u0437\u0430\u0446\u0438\u044F \u0441 \u043E\u0431\u043B\u0430\u043A\u043E\u043C",syncToAccountDescription:"\u0410\u0432\u0442\u043E\u043C\u0430\u0442\u0438\u0447\u0435\u0441\u043A\u0430\u044F \u0441\u0438\u043D\u0445\u0440\u043E\u043D\u0438\u0437\u0430\u0446\u0438\u044F \u043A\u043E\u043D\u0444\u0438\u0433\u0443\u0440\u0430\u0446\u0438\u0439 \u043C\u0435\u0436\u0434\u0443 \u0440\u0430\u0437\u043B\u0438\u0447\u043D\u044B\u043C\u0438 \u0443\u0441\u0442\u0440\u043E\u0439\u0441\u0442\u0432\u0430\u043C\u0438 \u0432 \u0437\u0430\u0432\u0438\u0441\u0438\u043C\u043E\u0441\u0442\u0438 \u043E\u0442 \u0442\u043E\u0433\u043E, \u043A\u0430\u043A\u0430\u044F \u0438\u0437 \u043D\u0438\u0445 \u0431\u044B\u043B\u0430 \u0438\u0437\u043C\u0435\u043D\u0435\u043D\u0430 \u043F\u043E\u0441\u043B\u0435\u0434\u043D\u0435\u0439.",successSyncConfigInAccount:"\u0423\u0441\u043F\u0435\u0448\u043D\u0430\u044F \u0441\u0438\u043D\u0445\u0440\u043E\u043D\u0438\u0437\u0430\u0446\u0438\u044F \u0441 \u043E\u0431\u043B\u0430\u043A\u043E\u043C",successSyncConfigToAccount:"\u0423\u0441\u043F\u0435\u0448\u043D\u0430\u044F \u0441\u0438\u043D\u0445\u0440\u043E\u043D\u0438\u0437\u0430\u0446\u0438\u044F \u0441 \u043E\u0431\u043B\u0430\u043A\u043E\u043C",syncConfigNoUpdate:"\u041E\u043D\u0430 \u0443\u0436\u0435 \u0441\u043E\u043E\u0442\u0432\u0435\u0442\u0441\u0442\u0432\u0443\u0435\u0442 \u0441\u043E\u0432\u0440\u0435\u043C\u0435\u043D\u043D\u044B\u043C \u0442\u0440\u0435\u0431\u043E\u0432\u0430\u043D\u0438\u044F\u043C.",authFail:"\u0421\u0431\u043E\u0439 \u0430\u0432\u0442\u043E\u0440\u0438\u0437\u0430\u0446\u0438\u0438",syncTitle:"\u0420\u0443\u0447\u043D\u043E\u0435 \u0443\u043F\u0440\u0430\u0432\u043B\u0435\u043D\u0438\u0435 \u0440\u0435\u0437\u0435\u0440\u0432\u043D\u044B\u043C \u043A\u043E\u043F\u0438\u0440\u043E\u0432\u0430\u043D\u0438\u0435\u043C",import_hint:"\u0438\u043C\u043F\u043E\u0440\u0442 (\u0434\u0430\u043D\u043D\u044B\u0435)",upload:"\u0437\u0430\u0433\u0440\u0443\u0437\u0438\u0442\u044C",revokeAuth:"\u043E\u0442\u043E\u0437\u0432\u0430\u0442\u044C \u0440\u0430\u0437\u0440\u0435\u0448\u0435\u043D\u0438\u0435",uploadFail:"\u0417\u0430\u0433\u0440\u0443\u0437\u043A\u0430 \u043D\u0435 \u0443\u0434\u0430\u043B\u0430\u0441\u044C",download:"\u0437\u0430\u0433\u0440\u0443\u0437\u043A\u0430",importSuccess:"\u0423\u0441\u043F\u0435\u0448\u043D\u043E \u0438\u043C\u043F\u043E\u0440\u0442\u0438\u0440\u0443\u0435\u0442\u0441\u044F",importFail:"\u0441\u0431\u043E\u0439 \u0438\u043C\u043F\u043E\u0440\u0442\u0430",deleteFail:"\u041D\u0435 \u0443\u0434\u0430\u043B\u043E\u0441\u044C \u0443\u0434\u0430\u043B\u0438\u0442\u044C",backupToCloud:"\u0420\u0443\u0447\u043D\u043E\u0435 \u0443\u043F\u0440\u0430\u0432\u043B\u0435\u043D\u0438\u0435 \u0444\u0430\u0439\u043B\u0430\u043C\u0438 \u0440\u0435\u0437\u0435\u0440\u0432\u043D\u043E\u0433\u043E \u043A\u043E\u043F\u0438\u0440\u043E\u0432\u0430\u043D\u0438\u044F",create_new_backup:"\u0414\u043E\u0431\u0430\u0432\u043B\u0435\u043D\u0438\u0435 \u043D\u043E\u0432\u043E\u0433\u043E \u0443\u0437\u043B\u0430 \u0440\u0435\u0437\u0435\u0440\u0432\u043D\u043E\u0433\u043E \u043A\u043E\u043F\u0438\u0440\u043E\u0432\u0430\u043D\u0438\u044F",maxBackupFiles:"\u0420\u0435\u0437\u0435\u0440\u0432\u043D\u043E\u0435 \u043A\u043E\u043F\u0438\u0440\u043E\u0432\u0430\u043D\u0438\u0435 \u043C\u043E\u0436\u0435\u0442 \u0431\u044B\u0442\u044C \u0432\u044B\u043F\u043E\u043B\u043D\u0435\u043D\u043E \u0434\u043E{count}\u0440\u0430\u0437\u043B\u0438\u0447\u043D\u044B\u0445 \u0443\u0437\u043B\u043E\u0432, \u0443\u0434\u0430\u043B\u0438\u0442\u0435 \u043D\u0435\u043D\u0443\u0436\u043D\u044B\u0435 \u0443\u0437\u043B\u044B.",backupToCloudDescription:"\u0420\u0443\u0447\u043D\u0430\u044F \u0437\u0430\u0433\u0440\u0443\u0437\u043A\u0430 \u0438\u043B\u0438 \u0432\u043E\u0441\u0441\u0442\u0430\u043D\u043E\u0432\u043B\u0435\u043D\u0438\u0435 \u0444\u0430\u0439\u043B\u043E\u0432 \u0440\u0435\u0437\u0435\u0440\u0432\u043D\u044B\u0445 \u043A\u043E\u043F\u0438\u0439, \u043F\u043E\u0437\u0432\u043E\u043B\u044F\u044E\u0449\u0430\u044F \u0441\u043E\u0437\u0434\u0430\u0432\u0430\u0442\u044C \u0434\u043E 3 \u0440\u0430\u0437\u043B\u0438\u0447\u043D\u044B\u0445 \u0440\u0435\u0437\u0435\u0440\u0432\u043D\u044B\u0445 \u043A\u043E\u043F\u0438\u0439",successSyncConfig:"\u0423\u0441\u043F\u0435\u0448\u043D\u0430\u044F \u0441\u0438\u043D\u0445\u0440\u043E\u043D\u0438\u0437\u0430\u0446\u0438\u044F \u0441 \u043E\u0431\u043B\u0430\u043A\u043E\u043C",syncFail:"\u0441\u0431\u043E\u0439 \u0441\u0438\u043D\u0445\u0440\u043E\u043D\u0438\u0437\u0430\u0446\u0438\u0438",updatedAt:"\u041E\u0431\u043D\u043E\u0432\u043B\u0435\u043D\u043E \u0441 \u0441\u0430\u0439\u0442\u0430 {date}",lastSyncedAt:"\u041F\u043E\u0441\u043B\u0435\u0434\u043D\u044F\u044F \u043F\u0440\u043E\u0432\u0435\u0440\u043A\u0430 \u043D\u0430 \u0441\u0430\u0439\u0442\u0435 {date}",downloadFail:"\u041D\u0435 \u0443\u0434\u0430\u043B\u043E\u0441\u044C \u0437\u0430\u0433\u0440\u0443\u0437\u0438\u0442\u044C",clickToDownload:"\u041D\u0430\u0436\u043C\u0438\u0442\u0435 \u0434\u043B\u044F \u0437\u0430\u0433\u0440\u0443\u0437\u043A\u0438",aboutLabel:"\u041E \u043A\u043E\u043C\u043F\u0430\u043D\u0438\u0438 - \u041E\u0431\u0440\u0430\u0442\u043D\u0430\u044F \u0441\u0432\u044F\u0437\u044C","browser.openAboutPage":"\u0418\u043D\u0444\u043E\u0440\u043C\u0430\u0446\u0438\u044F/\u041E\u0442\u0437\u044B\u0432\u044B",aboutLabelWithoutSponsor:"\u041E \u043A\u043E\u043C\u043F\u0430\u043D\u0438\u0438 - \u041E\u0431\u0440\u0430\u0442\u043D\u0430\u044F \u0441\u0432\u044F\u0437\u044C",aboutIntro:"\u041F\u0443\u0441\u0442\u044C \u043D\u0430\u043C \u0432\u0441\u0435\u043C \u0431\u0443\u0434\u0435\u0442 \u043B\u0435\u0433\u0447\u0435 \u0438 \u043F\u0440\u0438\u044F\u0442\u043D\u0435\u0435 \u043F\u043E\u043B\u0443\u0447\u0430\u0442\u044C \u0434\u043E\u0441\u0442\u0443\u043F \u043A \u043E\u0433\u0440\u043E\u043C\u043D\u043E\u043C\u0443 \u043A\u043E\u043B\u0438\u0447\u0435\u0441\u0442\u0432\u0443 \u0438\u043D\u0444\u043E\u0440\u043C\u0430\u0446\u0438\u0438 \u043D\u0430 \u0438\u043D\u043E\u0441\u0442\u0440\u0430\u043D\u043D\u044B\u0445 \u044F\u0437\u044B\u043A\u0430\u0445 \u0432 \u0418\u043D\u0442\u0435\u0440\u043D\u0435\u0442\u0435 \u2764\uFE0F \u0412\u044B \u043C\u043E\u0436\u0435\u0442\u0435 \u0430\u043A\u0442\u0438\u0432\u0438\u0440\u043E\u0432\u0430\u0442\u044C <6>\u0447\u043B\u0435\u043D\u0441\u0442\u0432\u043E \u0432 \u043F\u0440\u043E\u0433\u0440\u0430\u043C\u043C\u0435 Pro, \u0447\u0442\u043E\u0431\u044B \u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u044C\u0441\u044F \u0433\u043E\u0442\u043E\u0432\u044B\u043C\u0438 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430\u043C\u0438 DeepL \u0438 OpenAI.

\u0412\u044B \u043C\u043E\u0436\u0435\u0442\u0435 \u0441\u043B\u0435\u0434\u0438\u0442\u044C \u0437\u0430 \u043D\u0430\u043C\u0438 \u0432 <3>Twitter, <4>Telegram, Weibo, WeChat \u0438\u043B\u0438 <5>\u043F\u043E\u0434\u043F\u0438\u0441\u0430\u0442\u044C\u0441\u044F \u043D\u0430 \u043D\u0430\u0448\u0443 \u0440\u0430\u0441\u0441\u044B\u043B\u043A\u0443 \u043D\u0438\u0436\u0435, \u0447\u0442\u043E\u0431\u044B \u043E\u0442\u0441\u043B\u0435\u0436\u0438\u0432\u0430\u0442\u044C \u043E\u0431\u043D\u043E\u0432\u043B\u0435\u043D\u0438\u044F.
<7>\u0423\u0447\u0430\u0441\u0442\u043D\u0438\u043A\u0438 \u043F\u0440\u043E\u0433\u0440\u0430\u043C\u043C\u044B Pro \u043C\u043E\u0433\u0443\u0442 \u0441\u0432\u044F\u0437\u0430\u0442\u044C\u0441\u044F \u0441 \u043D\u0430\u043C\u0438 \u043F\u043E \u0430\u0434\u0440\u0435\u0441\u0443 <8>support@immersivetranslate.com \u0434\u043B\u044F \u0431\u044B\u0441\u0442\u0440\u043E\u0433\u043E \u043E\u0431\u0441\u043B\u0443\u0436\u0438\u0432\u0430\u043D\u0438\u044F \u043A\u043B\u0438\u0435\u043D\u0442\u043E\u0432.",aboutIntroWithoutSponsor:"\u041F\u0443\u0441\u0442\u044C \u0432\u0441\u0435\u043C \u043D\u0430\u043C \u0431\u0443\u0434\u0435\u0442 \u043B\u0435\u0433\u0447\u0435 \u0438 \u043F\u0440\u0438\u044F\u0442\u043D\u0435\u0435 \u043F\u043E\u043B\u0443\u0447\u0430\u0442\u044C \u0434\u043E\u0441\u0442\u0443\u043F \u043A \u043E\u0433\u0440\u043E\u043C\u043D\u043E\u043C\u0443 \u043A\u043E\u043B\u0438\u0447\u0435\u0441\u0442\u0432\u0443 \u0438\u043D\u0444\u043E\u0440\u043C\u0430\u0446\u0438\u0438 \u043D\u0430 \u0438\u043D\u043E\u0441\u0442\u0440\u0430\u043D\u043D\u044B\u0445 \u044F\u0437\u044B\u043A\u0430\u0445, \u0434\u043E\u0441\u0442\u0443\u043F\u043D\u043E\u0439 \u0432 \u0418\u043D\u0442\u0435\u0440\u043D\u0435\u0442\u0435 \u2764\uFE0F

\u0412\u044B \u043C\u043E\u0436\u0435\u0442\u0435 \u0441\u043B\u0435\u0434\u0438\u0442\u044C \u0437\u0430 \u043D\u0430\u043C\u0438 \u0432 <3>Twitter, <4>Telegram-\u043A\u0430\u043D\u0430\u043B\u0435, WeChat, WeChat Exchange \u0438\u043B\u0438 <5>\u043F\u043E\u0434\u043F\u0438\u0441\u0430\u0442\u044C\u0441\u044F \u043D\u0430 \u043E\u0442\u0441\u043B\u0435\u0436\u0438\u0432\u0430\u043D\u0438\u0435 \u043E\u0431\u043D\u043E\u0432\u043B\u0435\u043D\u0438\u0439 \u043F\u043E <5>\u044D\u043B\u0435\u043A\u0442\u0440\u043E\u043D\u043D\u043E\u0439 \u043F\u043E\u0447\u0442\u0435 \u043D\u0438\u0436\u0435.",projectHomepage:'\u041F\u0440\u043E\u0435\u043A\u0442 "\u0414\u043E\u043C',joinTelegramGroup:"\u041F\u0440\u0438\u0441\u043E\u0435\u0434\u0438\u043D\u044F\u0439\u0442\u0435\u0441\u044C \u043A \u0433\u0440\u0443\u043F\u043F\u0435 \u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u0435\u043B\u0435\u0439 \u0434\u043B\u044F \u0443\u0447\u0430\u0441\u0442\u0438\u044F \u0432 \u043E\u0431\u0441\u0443\u0436\u0434\u0435\u043D\u0438\u0438 \u0444\u0443\u043D\u043A\u0446\u0438\u0439",wechatPublicAccount:"WeChat Public",wechatCommunities:"\u0413\u0440\u0443\u043F\u043F\u0430 \u043E\u0431\u043C\u0435\u043D\u0430 WeChat",qqCommunities:"\u041A\u0430\u043D\u0430\u043B \u0441\u0432\u044F\u0437\u0438 QQ",joinTelegramChannel:"\u0421\u043B\u0435\u0434\u0438\u0442\u0435 \u0437\u0430 \u043E\u0431\u043D\u043E\u0432\u043B\u0435\u043D\u0438\u044F\u043C\u0438 \u0432 Telegram-\u043A\u0430\u043D\u0430\u043B\u0435",feedbackAndJoin:"\u0412\u043E\u043F\u0440\u043E\u0441 \u041E\u0431\u0440\u0430\u0442\u043D\u0430\u044F \u0441\u0432\u044F\u0437\u044C / \u0414\u043E\u0431\u0430\u0432\u0438\u0442\u044C \u0433\u0440\u0443\u043F\u043F\u0443",autoSync:"\u0430\u0432\u0442\u043E\u043C\u0430\u0442\u0438\u0447\u0435\u0441\u043A\u0430\u044F \u0441\u0438\u043D\u0445\u0440\u043E\u043D\u0438\u0437\u0430\u0446\u0438\u044F \u0432\u0440\u0435\u043C\u0435\u043D\u0438",loadingThemeTitle:"\u0421\u0442\u0438\u043B\u044C \u0437\u0430\u0433\u0440\u0443\u0437\u043A\u0438",loadingThemeDescription:"\u0423\u0441\u0442\u0430\u043D\u043E\u0432\u043A\u0430 \u0441\u0442\u0438\u043B\u044F \u043F\u0440\u0438 \u043E\u0436\u0438\u0434\u0430\u043D\u0438\u0438 \u0437\u0430\u0433\u0440\u0443\u0437\u043A\u0438 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430","loadingTheme.spinner":"\u0412\u0440\u0430\u0449\u0430\u044E\u0449\u0430\u044F\u0441\u044F \u0430\u043D\u0438\u043C\u0430\u0446\u0438\u044F","loadingTheme.text":"\u0441\u0442\u0430\u0442\u0438\u0447\u0435\u0441\u043A\u0438\u0439 \u0442\u0435\u043A\u0441\u0442 \u0447\u0435\u0433\u043E-\u043B. ","loadingTheme.none":"\u043D\u0435 \u043F\u043E\u043A\u0430\u0437\u0430\u043D\u043E",developerDescription:"\u0414\u043E\u043A\u0443\u043C\u0435\u043D\u0442\u0430\u0446\u0438\u044E \u043F\u043E \u0440\u0430\u0441\u0448\u0438\u0440\u0435\u043D\u043D\u043E\u0439 \u043D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0435 \u043C\u043E\u0436\u043D\u043E \u043D\u0430\u0439\u0442\u0438 <1>\u0437\u0434\u0435\u0441\u044C","edit border color":"\u0418\u0437\u043C\u0435\u043D\u0435\u043D\u0438\u0435 \u0446\u0432\u0435\u0442\u0430 \u0433\u0440\u0430\u043D\u0438\u0446\u044B",successSyncButNoChange:"\u0422\u0435\u043A\u0443\u0449\u0430\u044F \u043A\u043E\u043D\u0444\u0438\u0433\u0443\u0440\u0430\u0446\u0438\u044F \u0441\u043E\u043E\u0442\u0432\u0435\u0442\u0441\u0442\u0432\u0443\u0435\u0442 \u043E\u0431\u043B\u0430\u043A\u0443",customTheme:"\u041D\u0435\u0441\u0442\u0430\u043D\u0434\u0430\u0440\u0442\u043D\u044B\u0435 \u0446\u0432\u0435\u0442\u0430 \u0438 \u0440\u0430\u0437\u043C\u0435\u0440\u044B","customThemeLabel.borderColor":"\u0426\u0432\u0435\u0442 \u0433\u0440\u0430\u043D\u0438\u0446\u044B","customThemeLabel.borderRadius":"\u0421\u043A\u0440\u0443\u0433\u043B\u0435\u043D\u043D\u044B\u0435 \u043A\u0440\u0430\u044F","customThemeLabel.textColor":"\u0446\u0432\u0435\u0442 \u0442\u0435\u043A\u0441\u0442\u0430","customThemeLabel.backgroundColor":"\u0446\u0432\u0435\u0442 \u0444\u043E\u043D\u0430","customThemeLabel.zoom":"\u041C\u0430\u0441\u0448\u0442\u0430\u0431\u0438\u0440\u043E\u0432\u0430\u043D\u0438\u0435 \u0448\u0440\u0438\u0444\u0442\u0430 (%)","customThemeLabel.opacity":"\u041D\u0435\u043F\u0440\u043E\u0437\u0440\u0430\u0447\u043D\u043E\u0441\u0442\u044C \u0442\u0435\u043A\u0441\u0442\u0430 (%)",resetToDefaultColor:"\u0412\u043E\u0441\u0441\u0442\u0430\u043D\u043E\u0432\u043B\u0435\u043D\u0438\u0435 \u0446\u0432\u0435\u0442\u043E\u0432 \u043F\u043E \u0443\u043C\u043E\u043B\u0447\u0430\u043D\u0438\u044E",resetToDefaultSettings:"\u0412\u043E\u0441\u0441\u0442\u0430\u043D\u043E\u0432\u043B\u0435\u043D\u0438\u0435 \u043D\u0430\u0441\u0442\u0440\u043E\u0435\u043A \u043F\u043E \u0443\u043C\u043E\u043B\u0447\u0430\u043D\u0438\u044E",isTranslateTitle:"\u0412\u043A\u043B\u044E\u0447\u0438\u0442\u044C \u043F\u0435\u0440\u0435\u0432\u043E\u0434 \u0437\u0430\u0433\u043E\u043B\u043E\u0432\u043A\u043E\u0432 \u0441\u0442\u0440\u0430\u043D\u0438\u0446",isTranslateTitleDescription:"\u041F\u0440\u0438 \u043E\u0442\u043A\u0440\u044B\u0442\u0438\u0438 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u044B \u0435\u0435 \u0437\u0430\u0433\u043E\u043B\u043E\u0432\u043E\u043A \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0438\u0442\u0441\u044F",enableSearchEnhancement:"\u0412\u043A\u043B\u044E\u0447\u0435\u043D\u0438\u0435 \u0444\u0443\u043D\u043A\u0446\u0438\u0438 \u0440\u0430\u0441\u0448\u0438\u0440\u0435\u043D\u0438\u044F \u0434\u0432\u0443\u044F\u0437\u044B\u0447\u043D\u044B\u0445 \u0441\u043E\u043E\u0431\u0449\u0435\u043D\u0438\u0439",enableSearchEnhancementDescription:'\u041F\u043E\u0441\u043B\u0435 \u0432\u043A\u043B\u044E\u0447\u0435\u043D\u0438\u044F \u044D\u0442\u043E\u0439 \u0444\u0443\u043D\u043A\u0446\u0438\u0438 \u0440\u0435\u0437\u0443\u043B\u044C\u0442\u0430\u0442\u044B \u043F\u043E\u0438\u0441\u043A\u0430 "Google \u041D\u043E\u0432\u043E\u0441\u0442\u0438" \u0431\u0443\u0434\u0443\u0442 \u0430\u0432\u0442\u043E\u043C\u0430\u0442\u0438\u0447\u0435\u0441\u043A\u0438 \u043E\u0442\u043E\u0431\u0440\u0430\u0436\u0430\u0442\u044C\u0441\u044F \u0432 \u043F\u0440\u0430\u0432\u043E\u0439 \u043A\u043E\u043B\u043E\u043D\u043A\u0435 \u043F\u043E\u0434\u0434\u0435\u0440\u0436\u0438\u0432\u0430\u0435\u043C\u044B\u0445 \u0441\u0430\u0439\u0442\u043E\u0432 (Google \u041D\u043E\u0432\u043E\u0441\u0442\u0438, Google \u041F\u043E\u0438\u0441\u043A (\u043D\u0435\u043A\u043E\u0442\u043E\u0440\u044B\u0435 \u043A\u043B\u044E\u0447\u0435\u0432\u044B\u0435 \u0441\u043B\u043E\u0432\u0430), Snowball, Oriental Fortune, Futura, Tiger Community) \u0434\u043B\u044F \u0441\u043E\u043E\u0442\u0432\u0435\u0442\u0441\u0442\u0432\u0443\u044E\u0449\u0438\u0445 \u0430\u043D\u0433\u043B\u0438\u0439\u0441\u043A\u0438\u0445 \u043A\u043B\u044E\u0447\u0435\u0432\u044B\u0445 \u0441\u043B\u043E\u0432.',verifyService:"\u041D\u0430\u0436\u043C\u0438\u0442\u0435 \u0437\u0434\u0435\u0441\u044C, \u0447\u0442\u043E\u0431\u044B \u043F\u0440\u043E\u0442\u0435\u0441\u0442\u0438\u0440\u043E\u0432\u0430\u0442\u044C \u0443\u0441\u043B\u0443\u0433\u0443",verified:"\u041F\u0440\u043E\u0432\u0435\u0440\u043A\u0430 \u0443\u0441\u043F\u0435\u0448\u043D\u043E\u0441\u0442\u0438","field.langs":"\u041F\u043E\u0434\u0434\u0435\u0440\u0436\u0438\u0432\u0430\u0435\u043C\u044B\u0435 \u043A\u043E\u0434\u044B \u044F\u0437\u044B\u043A\u043E\u0432","field.model":"\u043C\u043E\u0434\u0435\u043B\u0438\u0440\u043E\u0432\u0430\u043D\u0438\u0435","field.translationEngine":"\u043C\u0435\u0445\u0430\u043D\u0438\u0437\u043C \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430","field.limitPerMinute":"\u041C\u0430\u043A\u0441\u0438\u043C\u0430\u043B\u044C\u043D\u043E\u0435 \u043A\u043E\u043B\u0438\u0447\u0435\u0441\u0442\u0432\u043E \u0437\u0430\u043F\u0440\u043E\u0441\u043E\u0432 \u0432 \u043C\u0438\u043D\u0443\u0442\u0443","field.limitPerSecond":"\u041C\u0430\u043A\u0441\u0438\u043C\u0430\u043B\u044C\u043D\u043E\u0435 \u043A\u043E\u043B\u0438\u0447\u0435\u0441\u0442\u0432\u043E \u0437\u0430\u043F\u0440\u043E\u0441\u043E\u0432 \u0432 \u0441\u0435\u043A\u0443\u043D\u0434\u0443","field.maxTextLengthPerRequest":"\u041C\u0430\u043A\u0441\u0438\u043C\u0430\u043B\u044C\u043D\u0430\u044F \u0434\u043B\u0438\u043D\u0430 \u0442\u0435\u043A\u0441\u0442\u0430 \u0432 \u043E\u0434\u043D\u043E\u043C \u0437\u0430\u043F\u0440\u043E\u0441\u0435","field.maxTextGroupLengthPerRequest":"\u041C\u0430\u043A\u0441\u0438\u043C\u0430\u043B\u044C\u043D\u043E\u0435 \u043A\u043E\u043B\u0438\u0447\u0435\u0441\u0442\u0432\u043E \u043F\u0430\u0440\u0430\u0433\u0440\u0430\u0444\u043E\u0432 \u0432 \u043E\u0434\u043D\u043E\u043C \u0437\u0430\u043F\u0440\u043E\u0441\u0435","field.apiUrl":"\u0410\u0434\u0440\u0435\u0441 \u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u0435\u043B\u044C\u0441\u043A\u043E\u0433\u043E \u0438\u043D\u0442\u0435\u0440\u0444\u0435\u0439\u0441\u0430 API","field.placeholderDelimiters":"\u0437\u0430\u0440\u0435\u0437\u0435\u0440\u0432\u0438\u0440\u043E\u0432\u0430\u043D\u043D\u043E\u0435 \u043C\u0435\u0441\u0442\u043E","description.custom":"\u0414\u043E\u0441\u0442\u0443\u043F \u043A \u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u0435\u043B\u044C\u0441\u043A\u043E\u043C\u0443 \u0438\u043D\u0442\u0435\u0440\u0444\u0435\u0439\u0441\u0443 \u0422\u0440\u0435\u0431\u0443\u0435\u0442\u0441\u044F \u0434\u043E\u043A\u0443\u043C\u0435\u043D\u0442\u0430\u0446\u0438\u044F","description.limitPerMinute":"\u0417\u0430\u043F\u0440\u043E\u0441\u044B, \u043F\u0440\u0435\u0432\u044B\u0448\u0430\u044E\u0449\u0438\u0435 \u044D\u0442\u043E\u0442 \u043B\u0438\u043C\u0438\u0442, \u043F\u043E\u043F\u0430\u0434\u0430\u044E\u0442 \u0432 \u043E\u0447\u0435\u0440\u0435\u0434\u044C \u0434\u043E \u043D\u0430\u0447\u0430\u043B\u0430 \u0441\u043B\u0435\u0434\u0443\u044E\u0449\u0435\u0439 \u043C\u0438\u043D\u0443\u0442\u044B. \u0412 \u0441\u0432\u044F\u0437\u0438 \u0441 \u0440\u0430\u0437\u043B\u0438\u0447\u043D\u044B\u043C\u0438 \u043E\u0433\u0440\u0430\u043D\u0438\u0447\u0435\u043D\u0438\u044F\u043C\u0438 \u0442\u0435\u043A\u0443\u0449\u0435\u0433\u043E \u0441\u0435\u0440\u0432\u0438\u0441\u0430 OpenAI, \u043F\u043E\u0441\u043B\u0435\u0434\u043D\u0438\u0435 \u043F\u0440\u0435\u0434\u043B\u0430\u0433\u0430\u0435\u043C\u044B\u0435 \u0437\u043D\u0430\u0447\u0435\u043D\u0438\u044F \u043C\u043E\u0436\u043D\u043E \u043F\u043E\u0441\u043C\u043E\u0442\u0440\u0435\u0442\u044C <1>\u0437\u0434\u0435\u0441\u044C","description.limitPerSecond":"\u0417\u0430\u043F\u0440\u043E\u0441\u044B, \u043F\u0440\u0435\u0432\u044B\u0448\u0430\u044E\u0449\u0438\u0435 \u044D\u0442\u043E\u0442 \u043B\u0438\u043C\u0438\u0442, \u043F\u043E\u043F\u0430\u0434\u0430\u044E\u0442 \u0432 \u043E\u0447\u0435\u0440\u0435\u0434\u044C \u0434\u043E \u043D\u0430\u0447\u0430\u043B\u0430 \u0441\u043B\u0435\u0434\u0443\u044E\u0449\u0435\u0439 \u0441\u0435\u043A\u0443\u043D\u0434\u044B. \u0412 \u0441\u0432\u044F\u0437\u0438 \u0441 \u0440\u0430\u0437\u043B\u0438\u0447\u043D\u044B\u043C\u0438 \u043E\u0433\u0440\u0430\u043D\u0438\u0447\u0435\u043D\u0438\u044F\u043C\u0438 \u0442\u0435\u043A\u0443\u0449\u0435\u0433\u043E \u0441\u0435\u0440\u0432\u0438\u0441\u0430 OpenAI, \u043F\u043E\u0441\u043B\u0435\u0434\u043D\u0438\u0435 \u043F\u0440\u0435\u0434\u043B\u0430\u0433\u0430\u0435\u043C\u044B\u0435 \u0437\u043D\u0430\u0447\u0435\u043D\u0438\u044F \u043C\u043E\u0436\u043D\u043E \u043F\u043E\u0441\u043C\u043E\u0442\u0440\u0435\u0442\u044C <1>\u0437\u0434\u0435\u0441\u044C","description.generalLimitPerSecond":"\u0417\u0430\u043F\u0440\u043E\u0441\u044B, \u043F\u0440\u0435\u0432\u044B\u0448\u0430\u044E\u0449\u0438\u0435 \u044D\u0442\u043E\u0442 \u043B\u0438\u043C\u0438\u0442, \u043F\u043E\u043F\u0430\u0434\u0430\u044E\u0442 \u0432 \u043E\u0447\u0435\u0440\u0435\u0434\u044C \u0434\u043E \u043D\u0430\u0447\u0430\u043B\u0430 \u0441\u043B\u0435\u0434\u0443\u044E\u0449\u0435\u0439 \u0441\u0435\u043A\u0443\u043D\u0434\u044B.","description.prompt":"\u041E\u0442\u043F\u0440\u0430\u0432\u0438\u0442\u044C \u0434\u0438\u0430\u043B\u043E\u0433 {service} \u043E\u0442 \u0438\u043C\u0435\u043D\u0438 \u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u0435\u043B\u044F, \u0433\u0434\u0435 {{text}} \u043E\u0431\u043E\u0437\u043D\u0430\u0447\u0430\u0435\u0442 \u0442\u0435\u043A\u0441\u0442 \u043F\u0430\u0440\u0430\u0433\u0440\u0430\u0444\u0430, {{from}} \u043E\u0431\u043E\u0437\u043D\u0430\u0447\u0430\u0435\u0442 \u044F\u0437\u044B\u043A \u043F\u0430\u0440\u0430\u0433\u0440\u0430\u0444\u0430, \u0430 {{to}} \u043E\u0431\u043E\u0437\u043D\u0430\u0447\u0430\u0435\u0442 \u0446\u0435\u043B\u0435\u0432\u043E\u0439 \u044F\u0437\u044B\u043A.","description.maxTextLengthPerRequest":"\u041C\u0430\u043A\u0441\u0438\u043C\u0430\u043B\u044C\u043D\u043E\u0435 \u043A\u043E\u043B\u0438\u0447\u0435\u0441\u0442\u0432\u043E \u0441\u0438\u043C\u0432\u043E\u043B\u043E\u0432 \u0432 \u043E\u0434\u043D\u043E\u043C \u0437\u0430\u043F\u0440\u043E\u0441\u0435 \u0441\u043B\u0438\u0448\u043A\u043E\u043C \u0432\u0435\u043B\u0438\u043A\u043E, \u0447\u0442\u043E \u043F\u0440\u0438\u0432\u043E\u0434\u0438\u0442 \u043A \u043C\u0435\u0434\u043B\u0435\u043D\u043D\u043E\u043C\u0443 \u043E\u0442\u043A\u043B\u0438\u043A\u0443 \u0438\u043D\u0442\u0435\u0440\u0444\u0435\u0439\u0441\u0430, \u043F\u043E\u044D\u0442\u043E\u043C\u0443 \u043F\u043E\u043F\u0440\u043E\u0431\u0443\u0439\u0442\u0435 \u043E\u0442\u0440\u0435\u0433\u0443\u043B\u0438\u0440\u043E\u0432\u0430\u0442\u044C \u044D\u0442\u043E\u0442 \u043F\u0430\u0440\u0430\u043C\u0435\u0442\u0440 \u0434\u043B\u044F \u043E\u043F\u0442\u0438\u043C\u0438\u0437\u0430\u0446\u0438\u0438 \u0441\u043A\u043E\u0440\u043E\u0441\u0442\u0438 \u0440\u0430\u0431\u043E\u0442\u044B","description.systemPrompt":"\u0414\u0438\u0430\u043B\u043E\u0433, \u043E\u0442\u043F\u0440\u0430\u0432\u043B\u0435\u043D\u043D\u044B\u0439 \u0441\u0438\u0441\u0442\u0435\u043C\u043E\u0439 \u0432 {service}, \u0433\u0434\u0435 {{text}} \u043E\u0431\u043E\u0437\u043D\u0430\u0447\u0430\u0435\u0442 \u0442\u0435\u043A\u0441\u0442 \u043F\u0430\u0440\u0430\u0433\u0440\u0430\u0444\u0430, {{from}} \u043E\u0431\u043E\u0437\u043D\u0430\u0447\u0430\u0435\u0442 \u044F\u0437\u044B\u043A \u043F\u0430\u0440\u0430\u0433\u0440\u0430\u0444\u0430, {{to}} \u043E\u0431\u043E\u0437\u043D\u0430\u0447\u0430\u0435\u0442 \u0446\u0435\u043B\u0435\u0432\u043E\u0439 \u044F\u0437\u044B\u043A.","field.domain":"\u0446\u0430\u0440\u0441\u0442\u0432\u043E","description.domain":"\u041F\u043E \u0443\u043C\u043E\u043B\u0447\u0430\u043D\u0438\u044E \u0443\u0441\u0442\u0430\u043D\u043E\u0432\u043B\u0435\u043D\u043E \u0437\u043D\u0430\u0447\u0435\u043D\u0438\u0435\uFF1Ageneral. \u041C\u043E\u0436\u0435\u0442 \u0431\u044B\u0442\u044C \u0443\u0441\u0442\u0430\u043D\u043E\u0432\u043B\u0435\u043D\u043E \u0442\u043E\u043B\u044C\u043A\u043E \u0432 \u0442\u043E\u043C \u0441\u043B\u0443\u0447\u0430\u0435, \u0435\u0441\u043B\u0438 \u0432 \u043A\u043E\u043D\u0441\u043E\u043B\u0438 Arima API \u0432\u043A\u043B\u044E\u0447\u0435\u043D \u0434\u043E\u043C\u0435\u043D\u043D\u044B\u0439 \u043F\u0435\u0440\u0435\u0432\u043E\u0434, \u043F\u043E\u0434\u0434\u0435\u0440\u0436\u0438\u0432\u0430\u0435\u043C\u044B\u0435 \u0434\u043E\u043C\u0435\u043D\u044B \u0441\u043C. <1>\u0437\u0434\u0435\u0441\u044C","field.scene":"\u0432\u0437\u044F\u0442\u044C","description.scene":"\u041F\u043E \u0443\u043C\u043E\u043B\u0447\u0430\u043D\u0438\u044E \u0443\u0441\u0442\u0430\u043D\u043E\u0432\u043B\u0435\u043D\u043E \u0437\u043D\u0430\u0447\u0435\u043D\u0438\u0435\uFF1Ageneral. \u041C\u043E\u0436\u0435\u0442 \u0431\u044B\u0442\u044C \u0443\u0441\u0442\u0430\u043D\u043E\u0432\u043B\u0435\u043D\u043E \u0442\u043E\u043B\u044C\u043A\u043E \u0432 \u0442\u043E\u043C \u0441\u043B\u0443\u0447\u0430\u0435, \u0435\u0441\u043B\u0438 \u0432 \u043A\u043E\u043D\u0441\u043E\u043B\u0438 AliCloud API \u043E\u0442\u043A\u0440\u044B\u0442 Machine Translation Pro, \u043E \u043F\u043E\u0434\u0434\u0435\u0440\u0436\u0438\u0432\u0430\u0435\u043C\u044B\u0445 \u0441\u0446\u0435\u043D\u0430\u0440\u0438\u044F\u0445 \u0441\u043C. <1>\u0437\u0434\u0435\u0441\u044C","field.vocabId":"\u0418\u0434\u0435\u043D\u0442\u0438\u0444\u0438\u043A\u0430\u0442\u043E\u0440 \u0441\u043B\u043E\u0432\u0430\u0440\u044F \u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u0435\u043B\u044F","description.vocabId":"\u0423\u043A\u0430\u0437\u0430\u043D\u043D\u044B\u0439 \u0441\u043B\u043E\u0432\u0430\u0440\u044C out_id, \u0432 \u043D\u0430\u0441\u0442\u043E\u044F\u0449\u0435\u0435 \u0432\u0440\u0435\u043C\u044F \u043F\u043E\u0434\u0434\u0435\u0440\u0436\u0438\u0432\u0430\u0435\u0442 \u043F\u0435\u0440\u0435\u0432\u043E\u0434 \u0441 \u0430\u043D\u0433\u043B\u0438\u0439\u0441\u043A\u043E\u0433\u043E \u043D\u0430 \u043A\u0438\u0442\u0430\u0439\u0441\u043A\u0438\u0439.","description.model":"\u041C\u043E\u0434\u0435\u043B\u0438 OpenAI, \u043C\u043E\u0433\u0443\u0442 \u0431\u044B\u0442\u044C gpt-3.5-turbo, gpt-4 \u0438 \u0442.\u0434.","description.maxTextGroupLengthPerRequest":"\u041A\u043E\u043B\u0438\u0447\u0435\u0441\u0442\u0432\u043E \u0430\u0431\u0437\u0430\u0446\u0435\u0432, \u043F\u0435\u0440\u0435\u0434\u0430\u0432\u0430\u0435\u043C\u044B\u0445 \u0441\u043B\u0443\u0436\u0431\u0435 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430 \u0437\u0430 \u043E\u0434\u0438\u043D \u0440\u0430\u0437, \u0435\u0441\u043B\u0438 \u0438\u0445 \u0441\u043B\u0438\u0448\u043A\u043E\u043C \u043C\u043D\u043E\u0433\u043E, \u044D\u0442\u043E \u043C\u043E\u0436\u0435\u0442 \u043F\u0440\u0438\u0432\u0435\u0441\u0442\u0438 \u043A \u0437\u0430\u043C\u0435\u0434\u043B\u0435\u043D\u0438\u044E \u0440\u0435\u0430\u043A\u0446\u0438\u0438 \u0438\u043D\u0442\u0435\u0440\u0444\u0435\u0439\u0441\u0430","description.apiUrl":"\u041F\u043E\u0436\u0430\u043B\u0443\u0439\u0441\u0442\u0430, \u0434\u043E\u0431\u0430\u0432\u044C\u0442\u0435 \u043A\u043E\u043D\u043A\u0440\u0435\u0442\u043D\u044B\u0435 URL \u0441 \u043F\u0443\u0442\u044F\u043C\u0438, <1>\u0431\u043E\u043B\u0435\u0435 \u043F\u043E\u0434\u0440\u043E\u0431\u043D\u043E\u0435 \u043E\u043F\u0438\u0441\u0430\u043D\u0438\u0435",enabledExtension:"\u0412\u043A\u043B\u044E\u0447\u0435\u043D\u0438\u0435 \u0440\u0430\u0441\u0448\u0438\u0440\u0435\u043D\u0438\u0439",clickToDisableExtension:"\u041D\u0430\u0436\u043C\u0438\u0442\u0435 \u0434\u043B\u044F \u043E\u0442\u043A\u043B\u044E\u0447\u0435\u043D\u0438\u044F \u0440\u0430\u0441\u0448\u0438\u0440\u0435\u043D\u0438\u0439",clickToEnableExtension:"\u041D\u0430\u0436\u043C\u0438\u0442\u0435 \u0434\u043B\u044F \u0432\u043A\u043B\u044E\u0447\u0435\u043D\u0438\u044F \u0440\u0430\u0441\u0448\u0438\u0440\u0435\u043D\u0438\u0439",hasBeenDisabled:"\u043E\u0442\u043A\u043B\u044E\u0447\u0435\u043D\u043E","show password":"\u041F\u043E\u043A\u0430\u0437\u0430\u0442\u044C \u043F\u0430\u0440\u043E\u043B\u044C",customContent:"\u0412\u0432\u0435\u0434\u0438\u0442\u0435 \u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u0435\u043B\u044C\u0441\u043A\u043E\u0435 \u0438\u043C\u044F \u043C\u043E\u0434\u0435\u043B\u0438",inputOptions:"\u0423\u0441\u043E\u0432\u0435\u0440\u0448\u0435\u043D\u0441\u0442\u0432\u043E\u0432\u0430\u043D\u0438\u0435 \u0431\u043B\u043E\u043A\u0430 \u0432\u0432\u043E\u0434\u0430",mouseHoverOptions:"\u043D\u0430\u0432\u0435\u0434\u0435\u043D\u0438\u0435 \u043C\u044B\u0448\u0438",modifyMouseHoverKey:"\u0418\u0437\u043C\u0435\u043D\u0435\u043D\u0438\u0435 \u044F\u0440\u043B\u044B\u043A\u0430 \u043D\u0430\u0432\u0435\u0434\u0435\u043D\u0438\u044F \u043C\u044B\u0448\u0438",enableInputTranslation:"\u0412\u043A\u043B\u044E\u0447\u0430\u0442\u044C \u043B\u0438 \u0440\u0430\u0441\u0448\u0438\u0440\u0435\u043D\u0438\u0435 \u043F\u043E\u043B\u044F \u0432\u0432\u043E\u0434\u0430",enableInputTranslationDescription:"\u041F\u043E\u0441\u043B\u0435 \u0432\u043A\u043B\u044E\u0447\u0435\u043D\u0438\u044F \u0432\u0432\u0435\u0434\u0438\u0442\u0435 {startingKey}{startingKey} hello \u043F\u0440\u044F\u043C\u043E \u0432 \u043F\u043E\u043B\u0435 \u0432\u0432\u043E\u0434\u0430, \u0437\u0430\u0442\u0435\u043C \u0431\u044B\u0441\u0442\u0440\u043E \u043D\u0430\u0431\u0435\u0440\u0438\u0442\u0435{inputTrailingTriggerKeyRepeatTimes}\u0440\u0430\u0437{trailingKey}, \u0447\u0442\u043E\u0431\u044B \u043F\u0435\u0440\u0435\u0432\u0435\u0441\u0442\u0438 \u043D\u0430 {inputTargetLanguage}.",enableInputTranslationDescriptionForNoneKey:"\u041F\u043E\u0441\u043B\u0435 \u0432\u043A\u043B\u044E\u0447\u0435\u043D\u0438\u044F \u044D\u0442\u043E\u0439 \u0444\u0443\u043D\u043A\u0446\u0438\u0438 \u0432\u0432\u0435\u0434\u0438\u0442\u0435\uFF1AHello World \u043D\u0435\u043F\u043E\u0441\u0440\u0435\u0434\u0441\u0442\u0432\u0435\u043D\u043D\u043E \u0432 \u043F\u043E\u043B\u0435 \u0432\u0432\u043E\u0434\u0430, \u0430 \u0437\u0430\u0442\u0435\u043C \u0431\u044B\u0441\u0442\u0440\u043E \u043D\u0430\u0436\u043C\u0438\u0442\u0435{inputTrailingTriggerKeyRepeatTimes}{trailingKey}\u0440\u0430\u0437 \u0434\u043B\u044F \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430 \u043D\u0430 \u0446\u0435\u043B\u0435\u0432\u043E\u0439 \u044F\u0437\u044B\u043A \u043F\u043E \u0443\u043C\u043E\u043B\u0447\u0430\u043D\u0438\u044E.",inputTargetLanguage:"\u0423\u0441\u0442\u0430\u043D\u043E\u0432\u043A\u0430 \u0446\u0435\u043B\u0435\u0432\u043E\u0433\u043E \u044F\u0437\u044B\u043A\u0430 \u043F\u043E \u0443\u043C\u043E\u043B\u0447\u0430\u043D\u0438\u044E \u0434\u043B\u044F \u043E\u043A\u043E\u043D \u0432\u0432\u043E\u0434\u0430",inputTargetLanguageDescription:"\u0426\u0435\u043B\u0435\u0432\u043E\u0439 \u044F\u0437\u044B\u043A \u043F\u043E \u0443\u043C\u043E\u043B\u0447\u0430\u043D\u0438\u044E \u0434\u043B\u044F \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430 \u043E\u043A\u043D\u0430 \u0432\u0432\u043E\u0434\u0430, \u0442.\u0435. {startingKey}{startingKey} \u043A\u0430\u043A \u044F\u0437\u044B\u043A \u043F\u043E \u0443\u043C\u043E\u043B\u0447\u0430\u043D\u0438\u044E \u0434\u043B\u044F \u0442\u0440\u0438\u0433\u0433\u0435\u0440\u043D\u044B\u0445 \u0441\u043B\u043E\u0432",inputTargetLanguageDescriptionForNoneKey:"\u0426\u0435\u043B\u0435\u0432\u043E\u0439 \u044F\u0437\u044B\u043A \u043F\u043E \u0443\u043C\u043E\u043B\u0447\u0430\u043D\u0438\u044E \u0434\u043B\u044F \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430 \u043F\u043E\u043B\u044F \u0432\u0432\u043E\u0434\u0430",inputStartingTriggerKeyTitle:"\u0423\u0441\u0442\u0430\u043D\u043E\u0432\u043A\u0430 \u0441\u0438\u043C\u0432\u043E\u043B\u0430 \u0440\u0430\u0437\u0434\u0435\u043B\u0435\u043D\u0438\u044F \u0434\u043B\u044F \u0447\u0430\u0441\u0442\u0438\u0447\u043D\u043E\u0433\u043E \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430 \u043F\u043E\u043B\u044F \u0432\u0432\u043E\u0434\u0430",inputStartingTriggerKeyDescription:"\u0415\u0441\u043B\u0438 \u043D\u0435\u0442 \u043D\u0435\u043E\u0431\u0445\u043E\u0434\u0438\u043C\u043E\u0441\u0442\u0438 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0438\u0442\u044C \u0432\u0441\u0435 \u043F\u043E\u043B\u0435 \u0432\u0432\u043E\u0434\u0430, \u0441\u043F\u043B\u0438\u0442\u0442\u0435\u0440 \u043F\u043E\u0437\u0432\u043E\u043B\u044F\u0435\u0442 \u043F\u0435\u0440\u0435\u0432\u0435\u0441\u0442\u0438 \u0442\u043E\u043B\u044C\u043A\u043E \u0447\u0430\u0441\u0442\u044C \u043E\u0442 {startingKey}{startingKey} \u0434\u043E \u043A\u043E\u043D\u0446\u0430 \u043F\u043E\u043B\u044F \u0432\u0432\u043E\u0434\u0430, \u0438\u043B\u0438 \u043C\u043E\u0436\u043D\u043E \u0443\u043A\u0430\u0437\u0430\u0442\u044C \u043A\u043E\u0434 \u044F\u0437\u044B\u043A\u0430, \u043D\u0430\u043F\u0440\u0438\u043C\u0435\u0440,\uFF1A{startingKey}ja \u043E\u0437\u043D\u0430\u0447\u0430\u0435\u0442 \u043F\u0435\u0440\u0435\u0432\u043E\u0434 \u0442\u043E\u043B\u044C\u043A\u043E \u0447\u0430\u0441\u0442\u0438 \u043E\u0442 {startingKey}ja \u0434\u043E \u043A\u043E\u043D\u0446\u0430 \u043F\u043E\u043B\u044F \u0432\u0432\u043E\u0434\u0430.",inputStartingTriggerKeyDescriptionForNoneKey:"\u0422\u0435\u043A\u0443\u0449\u0430\u044F \u043D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0430 \u043E\u0442\u0441\u0443\u0442\u0441\u0442\u0432\u0438\u044F \u043F\u0440\u0435\u0444\u0438\u043A\u0441\u0430 \u043D\u0435 \u043D\u0443\u0436\u043D\u0430, \u0438 \u0444\u0443\u043D\u043A\u0446\u0438\u044F \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430 \u043D\u0435\u043A\u043E\u0442\u043E\u0440\u044B\u0445 \u0442\u0435\u043A\u0441\u0442\u043E\u0432 \u0432 \u043E\u043A\u043D\u0435 \u0432\u0432\u043E\u0434\u0430 \u043F\u043E\u043A\u0430 \u043D\u0435 \u043C\u043E\u0436\u0435\u0442 \u0431\u044B\u0442\u044C \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u043D\u0430.",inputTrailingTriggerKeyTitle:"\u0412\u044B\u0431\u0435\u0440\u0438\u0442\u0435 \u0441\u0438\u043C\u0432\u043E\u043B \u043E\u043A\u043E\u043D\u0447\u0430\u043D\u0438\u044F \u0432\u0432\u043E\u0434\u0430",inputTrailingTriggerKeyDescription:"3 \u0431\u044B\u0441\u0442\u0440\u044B\u0445 \u0443\u0434\u0430\u0440\u0430{trailingKey} \u043D\u0430\u0447\u043D\u0435\u0442 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0438\u0442\u044C!",inputTrailingTriggerKeyTimeout:"\u0412\u0432\u0435\u0434\u0438\u0442\u0435 \u0432\u0440\u0435\u043C\u044F \u043C\u0435\u0436\u0434\u0443 \u0441\u0440\u0430\u0431\u0430\u0442\u044B\u0432\u0430\u043D\u0438\u044F\u043C\u0438 \u0432 \u043A\u043E\u043D\u0446\u0435 \u0431\u043E\u044F",inputTrailingTriggerKeyTimeoutDescription:"\u0423\u0441\u0442\u0430\u043D\u0430\u0432\u043B\u0438\u0432\u0430\u0435\u0442 \u0432\u0440\u0435\u043C\u044F (\u0432 \u043C\u0438\u043B\u043B\u0438\u0441\u0435\u043A\u0443\u043D\u0434\u0430\u0445) \u043C\u0435\u0436\u0434\u0443 \u0441\u0440\u0430\u0431\u0430\u0442\u044B\u0432\u0430\u043D\u0438\u044F\u043C\u0438 \u043A\u043E\u043C\u0431\u0438\u043D\u0438\u0440\u043E\u0432\u0430\u043D\u043D\u044B\u0445 \u0443\u0441\u0442\u0440\u043E\u0439\u0441\u0442\u0432 \u043E\u043A\u043E\u043D\u0447\u0430\u043D\u0438\u044F \u0432\u0432\u043E\u0434\u0430",spaceKey:"<\u7A7A\u683C\u952E>",noneKey:"\u041F\u0440\u044F\u043C\u043E\u0439 \u043F\u0435\u0440\u0435\u0432\u043E\u0434 \u0432\u0441\u0435\u0433\u043E \u0442\u0435\u043A\u0441\u0442\u043E\u0432\u043E\u0433\u043E \u043F\u043E\u043B\u044F \u0431\u0435\u0437 \u043F\u0440\u0435\u0444\u0438\u043A\u0441\u043E\u0432",inputTranslationBlockUrlsTitle:"\u041D\u0435 \u0432\u043A\u043B\u044E\u0447\u0430\u0439\u0442\u0435 \u0440\u0430\u0441\u0448\u0438\u0440\u0435\u043D\u0438\u0435 \u043F\u043E\u043B\u044F \u0432\u0432\u043E\u0434\u0430 \u0432 \u0441\u043B\u0435\u0434\u0443\u044E\u0449\u0438\u0445 URL-\u0430\u0434\u0440\u0435\u0441\u0430\u0445",inputTranslationBlockUrlsDescription:"\u0423\u0441\u043E\u0432\u0435\u0440\u0448\u0435\u043D\u0441\u0442\u0432\u043E\u0432\u0430\u043D\u0438\u044F \u043F\u043E\u043B\u044F \u0432\u0432\u043E\u0434\u0430 \u043D\u0435 \u0431\u0443\u0434\u0443\u0442 \u0440\u0430\u0431\u043E\u0442\u0430\u0442\u044C \u043D\u0430 \u0441\u043B\u0435\u0434\u0443\u044E\u0449\u0438\u0445 URL-\u0430\u0434\u0440\u0435\u0441\u0430\u0445",clickToSeeQuickDemo:"\u041D\u0430\u0436\u043C\u0438\u0442\u0435, \u0447\u0442\u043E\u0431\u044B \u0440\u0430\u0437\u0432\u0435\u0440\u043D\u0443\u0442\u044C 30-\u0441\u0435\u043A\u0443\u043D\u0434\u043D\u044B\u0439 \u043E\u0431\u0443\u0447\u0430\u044E\u0449\u0438\u0439 \u0432\u0438\u0434\u0435\u043E\u0440\u043E\u043B\u0438\u043A",inputHelperInfo:"\u041E\u043F\u0438\u0441\u0430\u043D\u0438\u0435\uFF1A\u041C\u044B \u043E\u043F\u0442\u0438\u043C\u0438\u0437\u0438\u0440\u043E\u0432\u0430\u043B\u0438 \u0440\u0430\u0431\u043E\u0442\u0443 \u0441 \u0442\u0435\u043C, \u0447\u0442\u043E \u043D\u0435\u043A\u043E\u0442\u043E\u0440\u044B\u0435 \u0442\u0440\u0438\u0433\u0433\u0435\u0440\u043D\u044B\u0435 \u0441\u0438\u043C\u0432\u043E\u043B\u044B \u043F\u0440\u0435\u0432\u0440\u0430\u0449\u0430\u044E\u0442\u0441\u044F \u0432 \u043A\u0438\u0442\u0430\u0439\u0441\u043A\u0438\u0435 \u0437\u043D\u0430\u043A\u0438 \u043F\u0440\u0435\u043F\u0438\u043D\u0430\u043D\u0438\u044F \u043F\u0440\u0438 \u043A\u0438\u0442\u0430\u0439\u0441\u043A\u0438\u0445 \u043C\u0435\u0442\u043E\u0434\u0430\u0445 \u0432\u0432\u043E\u0434\u0430, \u043D\u0430\u043F\u0440\u0438\u043C\u0435\u0440, / \u043F\u0440\u0435\u0432\u0440\u0430\u0449\u0430\u0435\u0442\u0441\u044F \u0432 \u0437\u043D\u0430\u043A dun , \u043F\u0440\u0438 \u043C\u0435\u0442\u043E\u0434\u0435 \u0432\u0432\u043E\u0434\u0430 Sogou, \u0438 Immersive Translator \u043F\u043E\u0434\u0434\u0435\u0440\u0436\u0438\u0432\u0430\u0435\u0442 \u0432\u0441\u0435 \u043A\u0438\u0442\u0430\u0439\u0441\u043A\u0438\u0435 \u0441\u0438\u043C\u0432\u043E\u043B\u044B, \u0441\u043E\u043E\u0442\u0432\u0435\u0442\u0441\u0442\u0432\u0443\u044E\u0449\u0438\u0435 \u0442\u0440\u0438\u0433\u0433\u0435\u0440\u043D\u044B\u043C \u0441\u0438\u043C\u0432\u043E\u043B\u0430\u043C, \u0442.\u0435. //,,, \u0431\u0443\u0434\u0443\u0442 \u0440\u0430\u0441\u043F\u043E\u0437\u043D\u0430\u0432\u0430\u0442\u044C\u0441\u044F \u043A\u0430\u043A \u0442\u0440\u0438\u0433\u0433\u0435\u0440\u043D\u044B\u0435 \u0441\u0438\u043C\u0432\u043E\u043B\u044B.

\u041C\u044B \u0442\u0430\u043A\u0436\u0435 \u043F\u043E\u0434\u0434\u0435\u0440\u0436\u0438\u0432\u0430\u0435\u043C \u043A\u0438\u0442\u0430\u0439\u0441\u043A\u0438\u0435 \u043F\u0441\u0435\u0432\u0434\u043E\u043D\u0438\u043C\u044B \u0434\u043B\u044F \u044F\u0437\u044B\u043A\u043E\u0432\u044B\u0445 \u043A\u043E\u0434\u043E\u0432 \u0432 \u043A\u0430\u0447\u0435\u0441\u0442\u0432\u0435 \u043A\u043E\u043C\u0430\u043D\u0434, \u043D\u0430\u043F\u0440\u0438\u043C\u0435\u0440, /Japanese Hello World \u0431\u0443\u0434\u0435\u0442 \u043F\u0435\u0440\u0435\u0432\u0435\u0434\u0435\u043D \u043D\u0430 \u044F\u043F\u043E\u043D\u0441\u043A\u0438\u0439 \u044F\u0437\u044B\u043A, <1>\u043D\u0430\u0436\u043C\u0438\u0442\u0435 \u0437\u0434\u0435\u0441\u044C, \u0447\u0442\u043E\u0431\u044B \u043F\u043E\u0441\u043C\u043E\u0442\u0440\u0435\u0442\u044C \u0432\u0441\u0435 \u043F\u043E\u0434\u0434\u0435\u0440\u0436\u0438\u0432\u0430\u0435\u043C\u044B\u0435 \u044F\u0437\u044B\u043A\u043E\u0432\u044B\u0435 \u043A\u043E\u0434\u044B.",reloadCurrentPage:"\u041F\u0435\u0440\u0435\u0434 \u043D\u0430\u0447\u0430\u043B\u043E\u043C \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430 \u043E\u0431\u043D\u043E\u0432\u0438\u0442\u0435 \u0442\u0435\u043A\u0443\u0449\u0443\u044E \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u0443.",noLocalFilePermissionForPDF:"\u0423 \u0432\u0430\u0441 \u043D\u0435\u0442 \u043F\u0440\u0430\u0432 \u043D\u0430 \u0447\u0442\u0435\u043D\u0438\u0435 \u043B\u043E\u043A\u0430\u043B\u044C\u043D\u044B\u0445 \u0444\u0430\u0439\u043B\u043E\u0432, \u043F\u043E\u0436\u0430\u043B\u0443\u0439\u0441\u0442\u0430, \u043D\u0430\u0436\u043C\u0438\u0442\u0435 \u043A\u043D\u043E\u043F\u043A\u0443 \u0432\u044B\u0448\u0435, \u0430 \u0437\u0430\u0442\u0435\u043C \u0438\u043C\u043F\u043E\u0440\u0442\u0438\u0440\u0443\u0439\u0442\u0435 \u043B\u043E\u043A\u0430\u043B\u044C\u043D\u044B\u0435 \u0444\u0430\u0439\u043B\u044B.",noPermissionForThisPage:"\u26A0\uFE0F \u041D\u0435\u0442 \u0440\u0430\u0437\u0440\u0435\u0448\u0435\u043D\u0438\u044F \u043D\u0430 \u043F\u0435\u0440\u0435\u0432\u043E\u0434 \u0442\u0435\u043A\u0443\u0449\u0435\u0439 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u044B",retryAllParagraphs:"\u041F\u043E\u0432\u0442\u043E\u0440\u043D\u043E\u0435 \u0432\u044B\u043F\u043E\u043B\u043D\u0435\u043D\u0438\u0435 \u0432\u0441\u0435\u0445 \u043E\u0448\u0438\u0431\u043E\u0447\u043D\u044B\u0445 \u043F\u0435\u0440\u0435\u0445\u043E\u0434\u043E\u0432",retryAllButton:"\u041F\u043E\u0432\u0442\u043E\u0440\u043D\u043E\u0435 \u0432\u044B\u043F\u043E\u043B\u043D\u0435\u043D\u0438\u0435 \u0432\u0441\u0435\u0445 \u043E\u0448\u0438\u0431\u043E\u0447\u043D\u044B\u0445 \u043F\u0435\u0440\u0435\u0445\u043E\u0434\u043E\u0432",errorTooltipTitle:"\u0429\u0435\u043B\u043A\u043D\u0438\u0442\u0435, \u0447\u0442\u043E\u0431\u044B \u0443\u0432\u0438\u0434\u0435\u0442\u044C \u043F\u0440\u0438\u0447\u0438\u043D\u0443 \u043E\u0448\u0438\u0431\u043A\u0438",errorModalTitle:"\u041F\u043E\u0445\u043E\u0436\u0435, \u0447\u0442\u043E-\u0442\u043E \u043D\u0435 \u0442\u0430\u043A \u0441\u043E \u0441\u043B\u0443\u0436\u0431\u043E\u0439 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430 \u0438\u043B\u0438 \u0441\u0435\u0442\u044C\u044E...",disableConfirm:"\u0414\u0432\u0443\u044F\u0437\u044B\u0447\u043D\u0430\u044F \u0443\u0441\u0442\u0430\u043D\u043E\u0432\u043A\u0430 \u0434\u043B\u044F \u0440\u0430\u0441\u0448\u0438\u0440\u0435\u043D\u0438\u044F \u0438\u043D\u0444\u043E\u0440\u043C\u0430\u0446\u0438\u0438",disableOnce:"\u042D\u0442\u0430 \u0438\u043D\u0432\u0430\u043B\u0438\u0434\u043D\u043E\u0441\u0442\u044C",disableGlobal:"\u043E\u0442\u043A\u043B\u044E\u0447\u0438\u0442\u044C \u043D\u0430\u0432\u0441\u0435\u0433\u0434\u0430",disableTint:"* \u0412\u044B \u043C\u043E\u0436\u0435\u0442\u0435 \u043F\u043E\u0432\u0442\u043E\u0440\u043D\u043E \u0432\u043A\u043B\u044E\u0447\u0438\u0442\u044C \u0435\u0433\u043E \u043D\u0430 \u0441\u0430\u0439\u0442\u0435 {option} .",searchEnhancementNotes:"\u041C\u044B \u043E\u0431\u043D\u0430\u0440\u0443\u0436\u0438\u043B\u0438, \u0447\u0442\u043E \u0440\u0435\u0437\u0443\u043B\u044C\u0442\u0430\u0442\u044B \u043F\u043E\u0438\u0441\u043A\u0430 \u043D\u043E\u0432\u043E\u0441\u0442\u0435\u0439 \u043F\u043E \u043A\u043B\u044E\u0447\u0435\u0432\u044B\u043C \u0441\u043B\u043E\u0432\u0430\u043C \u043D\u0430 \u043A\u0438\u0442\u0430\u0439\u0441\u043A\u043E\u043C \u0438 \u0430\u043D\u0433\u043B\u0438\u0439\u0441\u043A\u043E\u043C \u044F\u0437\u044B\u043A\u0430\u0445 \u0441\u0438\u043B\u044C\u043D\u043E \u043E\u0442\u043B\u0438\u0447\u0430\u044E\u0442\u0441\u044F. \u041F\u043E\u0441\u043B\u0435 \u0432\u043A\u043B\u044E\u0447\u0435\u043D\u0438\u044F \u0444\u0443\u043D\u043A\u0446\u0438\u0438 Immersive Translation Bilingual Information Enhancement \u043C\u044B \u0431\u0443\u0434\u0435\u043C \u0430\u0432\u0442\u043E\u043C\u0430\u0442\u0438\u0447\u0435\u0441\u043A\u0438 \u0438\u0441\u043A\u0430\u0442\u044C \u0434\u043B\u044F \u0432\u0430\u0441 \u0442\u0435 \u0436\u0435 \u0441\u0430\u043C\u044B\u0435 \u043A\u043B\u044E\u0447\u0435\u0432\u044B\u0435 \u0441\u043B\u043E\u0432\u0430 \u043D\u0430 \u0430\u043D\u0433\u043B\u0438\u0439\u0441\u043A\u043E\u043C \u044F\u0437\u044B\u043A\u0435 \u043D\u0430 \u043F\u043E\u0434\u0434\u0435\u0440\u0436\u0438\u0432\u0430\u0435\u043C\u044B\u0445 \u0441\u0430\u0439\u0442\u0430\u0445 (Google News, Google Search (\u043D\u0435\u043A\u043E\u0442\u043E\u0440\u044B\u0435 \u043A\u043B\u044E\u0447\u0435\u0432\u044B\u0435 \u0441\u043B\u043E\u0432\u0430), Snowball, Oriental Wealth, Futura, Tiger) \u0438 \u043E\u0442\u043E\u0431\u0440\u0430\u0436\u0430\u0442\u044C \u0438\u0445 \u0432 \u043F\u0440\u0430\u0432\u043E\u0439 \u0447\u0430\u0441\u0442\u0438. \u0412\u044B \u043C\u043E\u0436\u0435\u0442\u0435 \u043E\u0442\u043A\u043B\u044E\u0447\u0438\u0442\u044C \u044D\u0442\u0443 \u0444\u0443\u043D\u043A\u0446\u0438\u044E, \u0435\u0441\u043B\u0438 \u043E\u043D\u0430 \u0432\u0430\u043C \u043D\u0435 \u043D\u0443\u0436\u043D\u0430.",option:"\u043D\u0430\u0441\u0442\u0440\u0430\u0438\u0432\u0430\u0442\u044C",saveSettings:"\u0421\u043E\u0445\u0440\u0430\u043D\u0438\u0442\u044C \u043D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0438",closeModal:"\u0417\u0430\u043A\u0440\u044B\u0442\u044C \u043E\u043A\u043D\u043E",enableInputTranslationWithoutTriggerKeyTitle:"\u0412\u043A\u043B\u044E\u0447\u0438\u0442\u0435 3 \u0431\u044B\u0441\u0442\u0440\u044B\u0445 \u043D\u0430\u0436\u0430\u0442\u0438\u044F \u043D\u0430{trailingKey}, \u0447\u0442\u043E\u0431\u044B \u043D\u0430\u043F\u0440\u044F\u043C\u0443\u044E \u043F\u0435\u0440\u0435\u0432\u0435\u0441\u0442\u0438 \u0432\u0441\u0435 \u043F\u043E\u043B\u0435 \u0432\u0432\u043E\u0434\u0430 \u043D\u0430{inputTargetLanguage}.",enableInputTranslationWithoutTriggerKeyDescription:"\u0427\u0442\u043E\u0431\u044B \u0443\u043A\u0430\u0437\u0430\u0442\u044C \u0446\u0435\u043B\u0435\u0432\u043E\u0439 \u044F\u0437\u044B\u043A, \u0434\u043E\u0431\u0430\u0432\u044C\u0442\u0435 \u043A \u043D\u0435\u043C\u0443 \u043A\u043E\u0434 \u044F\u0437\u044B\u043A\u0430, \u043D\u0430\u043F\u0440\u0438\u043C\u0435\u0440,\uFF1Aja Hello World",mouseHoverShortcutPlaceholder:"\u043D\u0430\u043F\u0440\u0438\u043C\u0435\u0440,\uFF1AShift",deepLProName:"Immersive Translation Pro Member (Recommended)",deepLProDescription:"\u0422\u0435\u043A\u0443\u0449\u0438\u0439 \u043F\u0430\u043A\u0435\u0442 \u043C\u043E\u0436\u0435\u0442 \u0431\u044B\u0442\u044C \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u043D \u043D\u0430\u043F\u0440\u044F\u043C\u0443\u044E",deeplProDescriptionForNormal:"\u041D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0430 \u043D\u0435 \u0442\u0440\u0435\u0431\u0443\u0435\u0442\u0441\u044F, \u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u0435\u043B\u0438 \u043C\u043E\u0433\u0443\u0442 \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u044C \u0435\u0433\u043E \u043F\u043E\u0441\u043B\u0435 \u0432\u0445\u043E\u0434\u0430 \u0432 \u0441\u0438\u0441\u0442\u0435\u043C\u0443, <1>\u043D\u0430\u0436\u043C\u0438\u0442\u0435 \u0437\u0434\u0435\u0441\u044C, \u0447\u0442\u043E\u0431\u044B \u043F\u0435\u0440\u0435\u0439\u0442\u0438 \u0432 \u043A\u0430\u0442\u0435\u0433\u043E\u0440\u0438\u044E \u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u0435\u043B\u0435\u0439",deepLCustomDescription:"\u0422\u0440\u0435\u0431\u0443\u0435\u0442\u0441\u044F \u0438\u043D\u043E\u0441\u0442\u0440\u0430\u043D\u043D\u0430\u044F \u043A\u0440\u0435\u0434\u0438\u0442\u043D\u0430\u044F \u043A\u0430\u0440\u0442\u0430, \u043E\u0444\u0438\u0446\u0438\u0430\u043B\u044C\u043D\u043E \u043E\u0442\u043A\u0440\u044B\u0442\u0430 \u043D\u0430 \u0441\u0430\u0439\u0442\u0435 <1>DeepL, \u043D\u0430\u0436\u043C\u0438\u0442\u0435 \u0434\u043B\u044F \u043F\u043E\u043B\u0443\u0447\u0435\u043D\u0438\u044F <2>\u0434\u043E\u043A\u0443\u043C\u0435\u043D\u0442\u0430\u0446\u0438\u0438",deepLCustomName:"\u041F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u0435\u043B\u044C\u0441\u043A\u0438\u0439 \u043A\u043B\u044E\u0447 \u0430\u0432\u0442\u043E\u0440\u0438\u0437\u0430\u0446\u0438\u0438",chooseProviderLabel:"\u0412\u044B\u0431\u043E\u0440 \u043F\u043E\u0441\u0442\u0430\u0432\u0449\u0438\u043A\u0430 \u0443\u0441\u043B\u0443\u0433",openaiProName:"Immersive Translation Pro Member (Recommended)",openaiProDescription:"\u0422\u0435\u043A\u0443\u0449\u0438\u0439 \u043F\u0430\u043A\u0435\u0442 \u043C\u043E\u0436\u0435\u0442 \u0431\u044B\u0442\u044C \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u043D \u043D\u0430\u043F\u0440\u044F\u043C\u0443\u044E",openaiProDescriptionForNormal:"\u041D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0430 \u043D\u0435 \u0442\u0440\u0435\u0431\u0443\u0435\u0442\u0441\u044F, \u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u0435\u043B\u0438 \u043C\u043E\u0433\u0443\u0442 \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u044C \u0435\u0433\u043E \u043F\u043E\u0441\u043B\u0435 \u0432\u0445\u043E\u0434\u0430 \u0432 \u0441\u0438\u0441\u0442\u0435\u043C\u0443, <1>\u043D\u0430\u0436\u043C\u0438\u0442\u0435 \u0437\u0434\u0435\u0441\u044C, \u0447\u0442\u043E\u0431\u044B \u043F\u0435\u0440\u0435\u0439\u0442\u0438 \u0432 \u043A\u0430\u0442\u0435\u0433\u043E\u0440\u0438\u044E \u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u0435\u043B\u0435\u0439",openaiCustomDescription:"\u0414\u043E\u0441\u0442\u0443\u043F\u043D\u044B OpenAI, Azure OpenAI \u0438\u043B\u0438 \u0434\u0440\u0443\u0433\u0438\u0435 \u0441\u0442\u043E\u0440\u043E\u043D\u043D\u0438\u0435 \u0441\u0435\u0440\u0432\u0438\u0441\u044B, <1>\u0434\u043E\u043A\u0443\u043C\u0435\u043D\u0442\u0430\u0446\u0438\u044E \u043C\u043E\u0436\u043D\u043E \u043D\u0430\u0439\u0442\u0438 \u0437\u0434\u0435\u0441\u044C",openaiCustomName:"\u041F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u0435\u043B\u044C\u0441\u043A\u0438\u0439 \u043A\u043B\u044E\u0447 API",needLoginAction:"(\u041E\u0442\u043A\u0440\u044B\u0442\u043E\u0435 \u0447\u043B\u0435\u043D\u0441\u0442\u0432\u043E \u0438\u043B\u0438 \u043D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0430)",goLoginOrAction:"(\u041E\u0442\u043A\u0440\u043E\u0439\u0442\u0435 \u0447\u043B\u0435\u043D\u0441\u0442\u0432\u043E \u0438\u043B\u0438 \u043F\u0435\u0440\u0435\u0439\u0434\u0438\u0442\u0435 \u043A \u043D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0430\u043C)",yearly:"\u043E\u0441\u0443\u0449\u0435\u0441\u0442\u0432\u043B\u044F\u0442\u044C \u043F\u043E\u0441\u043B\u0435\u0434\u043E\u0432\u0430\u0442\u0435\u043B\u044C\u043D\u044B\u0439 \u0435\u0436\u0435\u0433\u043E\u0434\u043D\u044B\u0439 \u043F\u043B\u0430\u0442\u0435\u0436",quarterly:"\u043F\u043E\u0441\u043B\u0435\u0434\u043E\u0432\u0430\u0442\u0435\u043B\u044C\u043D\u0430\u044F \u0443\u043F\u0430\u043A\u043E\u0432\u043A\u0430",monthly:"\u0435\u0436\u0435\u043C\u0435\u0441\u044F\u0447\u043D\u0430\u044F \u043F\u043E\u0434\u043F\u0438\u0441\u043A\u0430",yearlyForOnce:"\u0415\u0434\u0438\u043D\u043E\u0432\u0440\u0435\u043C\u0435\u043D\u043D\u044B\u0439 \u0433\u043E\u0434\u043E\u0432\u043E\u0439 \u043F\u0430\u043A\u0435\u0442",monthlyForOnce:"\u0415\u0434\u0438\u043D\u043E\u0432\u0440\u0435\u043C\u0435\u043D\u043D\u044B\u0439 \u043C\u0435\u0441\u044F\u0447\u043D\u044B\u0439 \u043F\u0430\u043A\u0435\u0442",daily:"\u043F\u043E\u0441\u043B\u0435\u0434\u043E\u0432\u0430\u0442\u0435\u043B\u044C\u043D\u044B\u0445 \u043F\u0430\u043A\u0435\u0442\u043D\u044B\u0445 \u0434\u043D\u0435\u0439",year:"\u043E\u0441\u0443\u0449\u0435\u0441\u0442\u0432\u043B\u044F\u0442\u044C \u043F\u043E\u0441\u043B\u0435\u0434\u043E\u0432\u0430\u0442\u0435\u043B\u044C\u043D\u044B\u0439 \u0435\u0436\u0435\u0433\u043E\u0434\u043D\u044B\u0439 \u043F\u043B\u0430\u0442\u0435\u0436",quarter:"\u043F\u043E\u0441\u043B\u0435\u0434\u043E\u0432\u0430\u0442\u0435\u043B\u044C\u043D\u0430\u044F \u0443\u043F\u0430\u043A\u043E\u0432\u043A\u0430",month:"\u0435\u0436\u0435\u043C\u0435\u0441\u044F\u0447\u043D\u0430\u044F \u043F\u043E\u0434\u043F\u0438\u0441\u043A\u0430",day:"\u043F\u043E\u0441\u043B\u0435\u0434\u043E\u0432\u0430\u0442\u0435\u043B\u044C\u043D\u044B\u0445 \u043F\u0430\u043A\u0435\u0442\u043D\u044B\u0445 \u0434\u043D\u0435\u0439",onetime_7day:"7-\u0434\u043D\u0435\u0432\u043D\u044B\u0439 \u043F\u0430\u043A\u0435\u0442 \u0432\u043F\u0435\u0447\u0430\u0442\u043B\u0435\u043D\u0438\u0439",currentPlanDescriptionForFree:"\u0422\u0435\u043A\u0443\u0449\u0438\u0435 \u043F\u0430\u043A\u0435\u0442\u044B\uFF1A\u0411\u0435\u0441\u043F\u043B\u0430\u0442\u043D\u043E",currentPlanDescriptionForContinuous:"\u0414\u0435\u0439\u0441\u0442\u0432\u0443\u044E\u0449\u0438\u0439 \u043F\u0430\u043A\u0435\u0442\uFF1A{plan}\u0431\u0443\u0434\u0435\u0442 \u0430\u0432\u0442\u043E\u043C\u0430\u0442\u0438\u0447\u0435\u0441\u043A\u0438 \u043F\u0440\u043E\u0434\u043B\u0435\u043D \u043D\u0430 {endAt}",currentPlanDescriptionForAutoRenewCaceling:"\u0421\u0440\u043E\u043A \u0434\u0435\u0439\u0441\u0442\u0432\u0438\u044F \u0442\u0435\u043A\u0443\u0449\u0435\u0433\u043E \u043F\u0430\u043A\u0435\u0442\u0430\uFF1A{plan}\u0438\u0441\u0442\u0435\u043A\u0430\u0435\u0442 \u043D\u0430 \u0441\u0430\u0439\u0442\u0435 {endAt} \u0438 \u043D\u0435 \u0431\u0443\u0434\u0435\u0442 \u0430\u0432\u0442\u043E\u043C\u0430\u0442\u0438\u0447\u0435\u0441\u043A\u0438 \u043F\u0440\u043E\u0434\u043B\u0435\u0432\u0430\u0442\u044C\u0441\u044F \u043F\u043E \u0435\u0433\u043E \u0438\u0441\u0442\u0435\u0447\u0435\u043D\u0438\u0438.",currentYearlyPlanDescriptionForAutoRenewCacelingWithRealPaiedUser:"\u0421\u0440\u043E\u043A \u0434\u0435\u0439\u0441\u0442\u0432\u0438\u044F \u0442\u0435\u043A\u0443\u0449\u0435\u0433\u043E \u043F\u0430\u043A\u0435\u0442\u0430\uFF1A{plan}\u0438\u0441\u0442\u0435\u043A\u0430\u0435\u0442 \u043D\u0430 \u0441\u0430\u0439\u0442\u0435 {endAt} \u0438 \u043D\u0435 \u0431\u0443\u0434\u0435\u0442 \u0430\u0432\u0442\u043E\u043C\u0430\u0442\u0438\u0447\u0435\u0441\u043A\u0438 \u043F\u0440\u043E\u0434\u043B\u0435\u0432\u0430\u0442\u044C\u0441\u044F \u043F\u043E \u0435\u0433\u043E \u0438\u0441\u0442\u0435\u0447\u0435\u043D\u0438\u0438.
<1>\u041D\u0430\u0436\u043C\u0438\u0442\u0435 \u0437\u0434\u0435\u0441\u044C, \u0447\u0442\u043E\u0431\u044B \u0443\u043F\u0440\u0430\u0432\u043B\u044F\u0442\u044C \u043F\u043B\u0430\u043D\u043E\u043C \u043F\u0440\u043E\u0434\u043B\u0435\u043D\u0438\u044F",currentYearlyPlanDescriptionForAutoRenewCacelingWithAdmin:"\u0421\u0440\u043E\u043A \u0434\u0435\u0439\u0441\u0442\u0432\u0438\u044F \u0442\u0435\u043A\u0443\u0449\u0435\u0433\u043E \u043F\u0430\u043A\u0435\u0442\u0430\uFF1A{plan}\u0438\u0441\u0442\u0435\u043A\u0430\u0435\u0442 \u043D\u0430 \u0441\u0430\u0439\u0442\u0435 {endAt} \u0438 \u043D\u0435 \u0431\u0443\u0434\u0435\u0442 \u0430\u0432\u0442\u043E\u043C\u0430\u0442\u0438\u0447\u0435\u0441\u043A\u0438 \u043F\u0440\u043E\u0434\u043B\u0435\u0432\u0430\u0442\u044C\u0441\u044F \u043F\u043E \u0435\u0433\u043E \u0438\u0441\u0442\u0435\u0447\u0435\u043D\u0438\u0438.
<1>\u041D\u0430\u0436\u043C\u0438\u0442\u0435 \u0437\u0434\u0435\u0441\u044C, \u0447\u0442\u043E\u0431\u044B \u0430\u043A\u0442\u0438\u0432\u0438\u0440\u043E\u0432\u0430\u0442\u044C \u043D\u0435\u043F\u0440\u0435\u0440\u044B\u0432\u043D\u0443\u044E \u0433\u043E\u0434\u043E\u0432\u0443\u044E \u043F\u043E\u0434\u043F\u0438\u0441\u043A\u0443",currentPlanDescriptionForOneTime:"\u0421\u0440\u043E\u043A \u0434\u0435\u0439\u0441\u0442\u0432\u0438\u044F \u0442\u0435\u043A\u0443\u0449\u0435\u0439 \u043F\u043E\u0434\u043F\u0438\u0441\u043A\u0438\uFF1A{plan}\u0438\u0441\u0442\u0435\u043A\u0430\u0435\u0442 \u043D\u0430 \u0441\u0430\u0439\u0442\u0435 {endAt} , <1>\u043D\u0430\u0436\u043C\u0438\u0442\u0435 \u0437\u0434\u0435\u0441\u044C, \u0447\u0442\u043E\u0431\u044B \u043F\u0435\u0440\u0435\u0439\u0442\u0438 \u043D\u0430 \u0433\u043E\u0434\u043E\u0432\u043E\u0435 \u0438\u043B\u0438 <2>\u0435\u0436\u0435\u043C\u0435\u0441\u044F\u0447\u043D\u043E\u0435 \u0447\u043B\u0435\u043D\u0441\u0442\u0432\u043E.",upgradePlan:"\u041D\u0430\u0436\u043C\u0438\u0442\u0435 \u0437\u0434\u0435\u0441\u044C, \u0447\u0442\u043E\u0431\u044B \u043F\u0435\u0440\u0435\u0439\u0442\u0438 \u043D\u0430 \u0447\u043B\u0435\u043D\u0441\u0442\u0432\u043E Pro",upgradeToPro:"\u041F\u0435\u0440\u0435\u0439\u0442\u0438 \u043D\u0430 \u0447\u043B\u0435\u043D\u0441\u0442\u0432\u043E Pro","popup.openPro":"\u0427\u0442\u043E\u0431\u044B \u043F\u043E\u043B\u0443\u0447\u0438\u0442\u044C \u0432\u043E\u0437\u043C\u043E\u0436\u043D\u043E\u0441\u0442\u044C \u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u044C\u0441\u044F DeepL \u0438 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u043E\u043C OpenAI, \u043F\u0435\u0440\u0435\u0439\u0434\u0438\u0442\u0435 \u043F\u043E \u0441\u0441\u044B\u043B\u043A\u0435.","popup.openProForPro":"\u0412\u044B \u044F\u0432\u043B\u044F\u0435\u0442\u0435\u0441\u044C \u0443\u0447\u0430\u0441\u0442\u043D\u0438\u043A\u043E\u043C \u043F\u0440\u043E\u0433\u0440\u0430\u043C\u043C\u044B Pro \u0441 \u043F\u0440\u044F\u043C\u044B\u043C \u0434\u043E\u0441\u0442\u0443\u043F\u043E\u043C \u043A DeepL \u0438 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430\u043C OpenAI!",currentAccount:"\u0442\u0435\u043A\u0443\u0449\u0438\u0439 \u0441\u0447\u0451\u0442",enableAutoSyncUserSettings:"\u041E\u0431\u0435\u0441\u043F\u0435\u0447\u0435\u043D\u0438\u0435 \u0430\u0432\u0442\u043E\u043C\u0430\u0442\u0438\u0447\u0435\u0441\u043A\u043E\u0439 \u043E\u0431\u043B\u0430\u0447\u043D\u043E\u0439 \u0441\u0438\u043D\u0445\u0440\u043E\u043D\u0438\u0437\u0430\u0446\u0438\u0438 \u043D\u0430 \u043D\u0435\u0441\u043A\u043E\u043B\u044C\u043A\u0438\u0445 \u0443\u0441\u0442\u0440\u043E\u0439\u0441\u0442\u0432\u0430\u0445",modalEnableInputTranslationTitle:"\u0411\u043B\u043E\u043A \u0432\u0432\u043E\u0434\u0430 \u0438\u043C\u043C\u0435\u0440\u0441\u0438\u0432\u043D\u043E\u0433\u043E \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430 \u041F\u0435\u0440\u0435\u0432\u043E\u0434\u0447\u0435\u0441\u043A\u0438\u0435 \u043E\u043F\u043E\u0432\u0435\u0449\u0435\u043D\u0438\u044F",modalEnableInputTranslationDesc:"\u0412\u044B \u0442\u043E\u043B\u044C\u043A\u043E \u0447\u0442\u043E \u0437\u0430\u043F\u0443\u0441\u0442\u0438\u043B\u0438 \u0444\u0443\u043D\u043A\u0446\u0438\u044E \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430 \u043F\u043E\u043B\u044F \u0432\u0432\u043E\u0434\u0430 Immersive Translation, \u043D\u0430\u0436\u0430\u0432 3 \u0440\u0430\u0437\u0430 \u043F\u043E\u0434\u0440\u044F\u0434 \u043A\u043B\u0430\u0432\u0438\u0448\u0443 \u043F\u0440\u043E\u0431\u0435\u043B\u0430, \u0438 \u0441\u043E\u0434\u0435\u0440\u0436\u0438\u043C\u043E\u0435 \u043F\u043E\u043B\u044F \u0432\u0432\u043E\u0434\u0430 \u0431\u0443\u0434\u0435\u0442 \u043F\u0435\u0440\u0435\u0432\u0435\u0434\u0435\u043D\u043E \u043D\u0430 \u0446\u0435\u043B\u0435\u0432\u043E\u0439 \u044F\u0437\u044B\u043A \u043F\u043E \u0443\u043C\u043E\u043B\u0447\u0430\u043D\u0438\u044E. \u041F\u0435\u0440\u0435\u0432\u043E\u0434 \u043C\u043E\u0436\u043D\u043E \u043E\u0442\u043C\u0435\u043D\u0438\u0442\u044C \u0441 \u043F\u043E\u043C\u043E\u0449\u044C\u044E \u043A\u043B\u0430\u0432\u0438\u0448 Ctrl+Z.

\u0415\u0441\u043B\u0438 \u044D\u0442\u043E \u0431\u044B\u043B\u0430 \u043E\u0448\u0438\u0431\u043A\u0430, \u043D\u0435 \u0432\u043E\u043B\u043D\u0443\u0439\u0442\u0435\u0441\u044C, \u0432\u044B \u043C\u043E\u0436\u0435\u0442\u0435 \u043E\u0442\u043A\u043B\u044E\u0447\u0438\u0442\u044C \u0435\u0435 \u043D\u0430 \u044D\u0442\u043E\u0442 \u0440\u0430\u0437 \u0438\u043B\u0438 \u043D\u0430\u0432\u0441\u0435\u0433\u0434\u0430 \u043E\u0442\u043A\u043B\u044E\u0447\u0438\u0442\u044C \u043F\u0435\u0440\u0435\u0432\u043E\u0434 \u043F\u043E\u043B\u044F \u0432\u0432\u043E\u0434\u0430.",saveAndNotShowAgain:"\u0421\u043E\u0445\u0440\u0430\u043D\u0438\u0442\u044C \u0438 \u043E\u0441\u0442\u0430\u043D\u043E\u0432\u0438\u0442\u044C \u0437\u0430\u043F\u0440\u043E\u0441",disableInputTranslationTips:"* \u0412\u044B \u0442\u0430\u043A\u0436\u0435 \u043C\u043E\u0436\u0435\u0442\u0435 \u0443\u0441\u0442\u0430\u043D\u043E\u0432\u0438\u0442\u044C \u0434\u0440\u0443\u0433\u0438\u0435 \u0441\u043E\u0447\u0435\u0442\u0430\u043D\u0438\u044F \u043A\u043B\u0430\u0432\u0438\u0448 \u0434\u043B\u044F \u0441\u0440\u0430\u0431\u0430\u0442\u044B\u0432\u0430\u043D\u0438\u044F \u0432 {option} ,{learnMore}.",learnMore:"\u041D\u0430\u0436\u043C\u0438\u0442\u0435 \u0437\u0434\u0435\u0441\u044C, \u0447\u0442\u043E\u0431\u044B \u0443\u0437\u043D\u0430\u0442\u044C \u0431\u043E\u043B\u044C\u0448\u0435",continueEnalbeInputTranslation:"\u041F\u0440\u043E\u0434\u043E\u043B\u0436\u0435\u043D\u0438\u0435 \u0432\u043A\u043B\u044E\u0447\u0435\u043D\u0438\u044F \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430 \u043F\u043E\u043B\u044F \u0432\u0432\u043E\u0434\u0430",autoRenewTrialSuffix:'(\u0412 \u043F\u0440\u043E\u0431\u043D\u043E\u043C \u0432\u0430\u0440\u0438\u0430\u043D\u0442\u0435\u0441\u0440\u0430\u0437\u0443 \u0436\u0435 \u043F\u0435\u0440\u0435\u0448\u0435\u043B \u043D\u0430 \u043F\u043E\u043B\u043D\u043E\u0435 \u0447\u043B\u0435\u043D\u0441\u0442\u0432\u043E)',upgradeFromTrialTitle:"\u041F\u043E\u0432\u044B\u0448\u0435\u043D\u0438\u0435 \u0441\u0442\u0430\u0442\u0443\u0441\u0430 \u0434\u043E \u043F\u043E\u043B\u043D\u043E\u0433\u043E \u0447\u043B\u0435\u043D\u0430",subtitle:"\u0441\u0443\u0431\u0442\u0438\u0442\u0440\u044B \u043A \u0432\u0438\u0434\u0435\u043E\u0444\u0438\u043B\u044C\u043C\u0430\u043C",youtubeService:"\u0418\u043C\u043C\u0435\u0440\u0441\u0438\u043E\u043D\u043D\u044B\u0439 \u043F\u0435\u0440\u0435\u0432\u043E\u0434 \u0412\u0438\u0434\u0435\u043E\u0441\u0443\u0431\u0442\u0438\u0442\u0440\u0438\u0440\u043E\u0432\u0430\u043D\u0438\u0435 \u041F\u0435\u0440\u0435\u0432\u043E\u0434\u0447\u0435\u0441\u043A\u0438\u0435 \u0443\u0441\u043B\u0443\u0433\u0438","subtitle.disabledSubtitle":"\u041F\u043E\u0441\u0442\u043E\u044F\u043D\u043D\u043E\u0435 \u043E\u0442\u043A\u043B\u044E\u0447\u0435\u043D\u0438\u0435 \u0444\u0443\u043D\u043A\u0446\u0438\u0438 \u0432\u0438\u0434\u0435\u043E\u0441\u0443\u0431\u0442\u0438\u0442\u0440\u043E\u0432","subtitle.disabledSubtitleDescription":"\u0415\u0441\u043B\u0438 Immersive Translator's Video Subtitles \u043A\u043E\u043D\u0444\u043B\u0438\u043A\u0442\u0443\u0435\u0442 \u0441 \u0434\u0440\u0443\u0433\u0438\u043C\u0438 \u0440\u0430\u0441\u0448\u0438\u0440\u0435\u043D\u0438\u044F\u043C\u0438, \u0432\u044B \u043C\u043E\u0436\u0435\u0442\u0435 \u0432\u044B\u0431\u0440\u0430\u0442\u044C \u043F\u043E\u0441\u0442\u043E\u044F\u043D\u043D\u043E\u0435 \u043E\u0442\u043A\u043B\u044E\u0447\u0435\u043D\u0438\u0435 Immersive Translator's Video Subtitles \u0438\u043B\u0438 \u0434\u0435\u0438\u043D\u0441\u0442\u0430\u043B\u043B\u0438\u0440\u043E\u0432\u0430\u0442\u044C \u0434\u0440\u0443\u0433\u0438\u0435 \u043A\u043E\u043D\u0444\u043B\u0438\u043A\u0442\u0443\u044E\u0449\u0438\u0435 \u0440\u0430\u0441\u0448\u0438\u0440\u0435\u043D\u0438\u044F","subtitle.autoEnableSubtitle":"\u0410\u0432\u0442\u043E\u043C\u0430\u0442\u0438\u0447\u0435\u0441\u043A\u043E\u0435 \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u043D\u0438\u0435 \u0434\u0432\u0443\u044F\u0437\u044B\u0447\u043D\u044B\u0445 \u0441\u0443\u0431\u0442\u0438\u0442\u0440\u043E\u0432","subtitle.autoEnableSubtitleDescription":"\u041F\u043E\u0441\u043B\u0435 \u0430\u043A\u0442\u0438\u0432\u0430\u0446\u0438\u0438, \u043F\u0440\u0438 \u0432\u043E\u0441\u043F\u0440\u043E\u0438\u0437\u0432\u0435\u0434\u0435\u043D\u0438\u0438 \u0432\u0438\u0434\u0435\u043E, \u0431\u0443\u0434\u0443\u0442 \u0430\u0432\u0442\u043E\u043C\u0430\u0442\u0438\u0447\u0435\u0441\u043A\u0438 \u043E\u0442\u043E\u0431\u0440\u0430\u0436\u0430\u0442\u044C\u0441\u044F \u0434\u0432\u0443\u044F\u0437\u044B\u0447\u043D\u044B\u0435 \u0441\u0443\u0431\u0442\u0438\u0442\u0440\u044B, \u0432 \u043F\u0440\u043E\u0442\u0438\u0432\u043D\u043E\u043C \u0441\u043B\u0443\u0447\u0430\u0435 \u043D\u0435\u043E\u0431\u0445\u043E\u0434\u0438\u043C\u043E \u043D\u0430\u0436\u0430\u0442\u044C \u043A\u043D\u043E\u043F\u043A\u0443 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430 \u0434\u043B\u044F \u043E\u0442\u043E\u0431\u0440\u0430\u0436\u0435\u043D\u0438\u044F.","subtitle.preTranslation":"\u041F\u0435\u0440\u0435\u0432\u043E\u0434 \u0441\u0443\u0431\u0442\u0438\u0442\u0440\u043E\u0432 \u0441 \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u043D\u0438\u0435\u043C \u0438\u043C\u043C\u0435\u0440\u0441\u0438\u0432\u043D\u043E\u0433\u043E \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430","subtitle.preTranslationDescription":"\u041F\u0440\u0438 \u0432\u043A\u043B\u044E\u0447\u0435\u043D\u0438\u0438 \u044D\u0442\u043E\u0439 \u0444\u0443\u043D\u043A\u0446\u0438\u0438 \u0432\u0441\u0435 \u0441\u0443\u0431\u0442\u0438\u0442\u0440\u044B \u0431\u0443\u0434\u0443\u0442 \u043F\u0440\u0435\u0434\u0432\u0430\u0440\u0438\u0442\u0435\u043B\u044C\u043D\u043E \u043F\u0435\u0440\u0435\u0432\u0435\u0434\u0435\u043D\u044B \u0441 \u043F\u043E\u043C\u043E\u0449\u044C\u044E \u0443\u043A\u0430\u0437\u0430\u043D\u043D\u043E\u0433\u043E \u043D\u0438\u0436\u0435 \u0441\u0435\u0440\u0432\u0438\u0441\u0430 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430, \u043F\u0440\u0438 \u044D\u0442\u043E\u043C \u043D\u0430 1-\u0447\u0430\u0441\u043E\u0432\u043E\u0435 \u0432\u0438\u0434\u0435\u043E \u0431\u0443\u0434\u0435\u0442 \u0437\u0430\u0442\u0440\u0430\u0447\u0435\u043D\u043E \u043E\u043A\u043E\u043B\u043E 50 000 \u0442\u043E\u043A\u0435\u043D\u043E\u0432 \u0438\u043B\u0438 \u0441\u0438\u043C\u0432\u043E\u043B\u043E\u0432, \u043F\u043E\u044D\u0442\u043E\u043C\u0443 \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u0443\u0439\u0442\u0435 \u0438\u0445 \u043F\u043E \u0441\u0432\u043E\u0435\u043C\u0443 \u0443\u0441\u043C\u043E\u0442\u0440\u0435\u043D\u0438\u044E; \u043F\u0440\u0438 \u043E\u0442\u043A\u043B\u044E\u0447\u0435\u043D\u0438\u0438 \u044D\u0442\u043E\u0439 \u0444\u0443\u043D\u043A\u0446\u0438\u0438 \u0441\u043D\u0430\u0447\u0430\u043B\u0430 \u0431\u0443\u0434\u0443\u0442 \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u044C\u0441\u044F \u043E\u0440\u0438\u0433\u0438\u043D\u0430\u043B\u044C\u043D\u044B\u0435 \u0441\u0443\u0431\u0442\u0438\u0442\u0440\u044B.","subtitle.humanSubtitlesPreferred":"\u041F\u0440\u0438\u043E\u0440\u0438\u0442\u0435\u0442\u043D\u043E\u0435 \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u043D\u0438\u0435 \u0447\u0435\u043B\u043E\u0432\u0435\u0447\u0435\u0441\u043A\u0438\u0445 \u0441\u0443\u0431\u0442\u0438\u0442\u0440\u043E\u0432","subtitle.humanSubtitlesPreferredDescription":"\u041F\u0440\u0438\u043E\u0440\u0438\u0442\u0435\u0442 \u043E\u0442\u0434\u0430\u0435\u0442\u0441\u044F \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u043D\u0438\u044E \u0447\u0435\u043B\u043E\u0432\u0435\u0447\u0435\u0441\u043A\u0438\u0445 \u0441\u0443\u0431\u0442\u0438\u0442\u0440\u043E\u0432, \u0435\u0441\u043B\u0438 \u0432\u0438\u0434\u0435\u043E\u0440\u043E\u043B\u0438\u043A \u0438\u043C\u0435\u0435\u0442 \u0447\u0435\u043B\u043E\u0432\u0435\u0447\u0435\u0441\u043A\u0438\u0435 \u0441\u0443\u0431\u0442\u0438\u0442\u0440\u044B \u043D\u0430 \u0446\u0435\u043B\u0435\u0432\u043E\u043C \u044F\u0437\u044B\u043A\u0435 (\u0440\u0435\u043A\u043E\u043C\u0435\u043D\u0434\u0443\u0435\u0442\u0441\u044F)",videoSubtitleTranslationDescription:"\u041D\u0430\u0437\u043D\u0430\u0447\u0438\u0442\u044C \u043E\u0442\u0434\u0435\u043B\u044C\u043D\u0443\u044E \u0441\u043B\u0443\u0436\u0431\u0443 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430 \u0434\u043B\u044F \u0432\u0438\u0434\u0435\u043E\u0441\u0443\u0431\u0442\u0438\u0442\u0440\u043E\u0432",subtitleTranslating:"\u041F\u043E\u0436\u0430\u043B\u0443\u0439\u0441\u0442\u0430, \u043F\u043E\u0434\u043E\u0436\u0434\u0438\u0442\u0435, \u043F\u043E\u043A\u0430 \u0441\u0443\u0431\u0442\u0438\u0442\u0440\u044B \u0431\u0443\u0434\u0443\u0442 \u043F\u0435\u0440\u0435\u0432\u0435\u0434\u0435\u043D\u044B \u0441 \u043F\u043E\u043C\u043E\u0449\u044C\u044E \u0441\u0435\u0440\u0432\u0438\u0441\u0430 {service} ... (\u0438\u043C\u043C\u0435\u0440\u0441\u0438\u043E\u043D\u043D\u044B\u0439 \u043F\u0435\u0440\u0435\u0432\u043E\u0434)",subtitleLoading:"\u0417\u0430\u0433\u0440\u0443\u0437\u043A\u0430 \u0441\u0443\u0431\u0442\u0438\u0442\u0440\u043E\u0432...",bilingual:"\u0431\u0438\u043B\u0438\u043D\u0433\u0432\u0438\u0437\u043C","field.action":"\u0412\u043A\u043B\u044E\u0447\u0430\u0442\u044C \u043B\u0438 \u0442\u0435\u0440\u043C\u0438\u043D\u043E\u043B\u043E\u0433\u0438\u044E Baidu","description.action":"\u041F\u0440\u0438 \u0432\u043A\u043B\u044E\u0447\u0435\u043D\u0438\u0438 \u0432 \u0437\u0430\u043F\u0440\u043E\u0441 \u0431\u0443\u0434\u0435\u0442 \u0434\u043E\u0431\u0430\u0432\u043B\u0435\u043D \u043F\u0430\u0440\u0430\u043C\u0435\u0442\u0440 action=1, \u0438\u043D\u0444\u043E\u0440\u043C\u0438\u0440\u0443\u044E\u0449\u0438\u0439 Baidu \u043E \u0432\u043A\u043B\u044E\u0447\u0435\u043D\u043D\u043E\u043C \u0442\u0435\u0440\u043C\u0438\u043D\u0435; <1>\u0431\u043E\u043B\u0435\u0435 \u043F\u043E\u0434\u0440\u043E\u0431\u043D\u0430\u044F \u0438\u043D\u0444\u043E\u0440\u043C\u0430\u0446\u0438\u044F \u043F\u0440\u0438\u0432\u0435\u0434\u0435\u043D\u0430 \u0432 \u043E\u0444\u0438\u0446\u0438\u0430\u043B\u044C\u043D\u043E\u0439 \u0434\u043E\u043A\u0443\u043C\u0435\u043D\u0442\u0430\u0446\u0438\u0438.",closeQuickTranslation:"\u0417\u0430\u043A\u0440\u044B\u0442\u044C \u0445\u043E\u0432\u0435\u0440\u0431\u043E\u043B","closeQuickTranslation.untilNext":"\u041D\u0430 \u044D\u0442\u043E\u0442 \u0440\u0430\u0437 \u0437\u0430\u043A\u0440\u044B\u0442\u043E \u0434\u043E \u0441\u043B\u0435\u0434\u0443\u044E\u0449\u0435\u0433\u043E \u043F\u043E\u0441\u0435\u0449\u0435\u043D\u0438\u044F","closeQuickTranslation.currentWebsite":"\u0422\u0435\u043A\u0443\u0449\u0438\u0439 \u0441\u0430\u0439\u0442 \u043E\u0442\u043A\u043B\u044E\u0447\u0435\u043D","closeQuickTranslation.alwaysClose":"\u043E\u0442\u043A\u043B\u044E\u0447\u0438\u0442\u044C \u043D\u0430\u0432\u0441\u0435\u0433\u0434\u0430","closeQuickTranslation.settingOpen":"(\u043C\u043E\u0436\u0435\u0442 \u0431\u044B\u0442\u044C \u0432\u043A\u043B\u044E\u0447\u0435\u043D\u0430 \u043D\u0430 <1>\u0441\u0442\u0440\u0430\u043D\u0438\u0446\u0435 \u043D\u0430\u0441\u0442\u0440\u043E\u0435\u043A )","closeQuickTranslation.cancel":"\u043E\u0442\u043C\u0435\u043D\u044B","closeQuickTranslation.confirm":"\u043E\u043F\u0440\u0435\u0434\u0435\u043B\u0438\u0442\u044C","floatBall.popup":"\u041E\u0442\u043A\u0440\u043E\u0439\u0442\u0435 \u043F\u0430\u043D\u0435\u043B\u044C \u0431\u044B\u0441\u0442\u0440\u044B\u0445 \u043D\u0430\u0441\u0442\u0440\u043E\u0435\u043A","floatBall.translate":"\u041D\u0430\u0436\u043C\u0438\u0442\u0435, \u0447\u0442\u043E\u0431\u044B \u043F\u0435\u0440\u0435\u0432\u0435\u0441\u0442\u0438 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u0443","floatBall.showOriginal":"\u041D\u0430\u0436\u043C\u0438\u0442\u0435, \u0447\u0442\u043E\u0431\u044B \u0432\u0435\u0440\u043D\u0443\u0442\u044C\u0441\u044F \u043A \u043E\u0440\u0438\u0433\u0438\u043D\u0430\u043B\u044C\u043D\u043E\u0439 \u0441\u0442\u0430\u0442\u044C\u0435","floatBall.close":"\u0417\u0430\u043A\u0440\u044B\u0442\u044C \u0445\u043E\u0432\u0435\u0440\u0431\u043E\u043B","floatBallOptions.enableDescPc":"\u041F\u043E\u0441\u043B\u0435 \u0432\u043A\u043B\u044E\u0447\u0435\u043D\u0438\u044F \u0445\u043E\u0432\u0435\u0440\u0431\u043E\u043B\u0430 \u0432 \u043F\u0440\u0430\u0432\u043E\u0439 \u0447\u0430\u0441\u0442\u0438 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u044B \u043F\u043E\u044F\u0432\u0438\u0442\u0441\u044F \u043A\u043D\u043E\u043F\u043A\u0430 \u0431\u044B\u0441\u0442\u0440\u043E\u0433\u043E \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430, \u043D\u0430\u0436\u043C\u0438\u0442\u0435 \u0435\u0435, \u0447\u0442\u043E\u0431\u044B \u043F\u0435\u0440\u0435\u0432\u0435\u0441\u0442\u0438!","floatBallOptions.enableDesc":"\u041F\u043E\u0441\u043B\u0435 \u0432\u044B\u043A\u043B\u044E\u0447\u0435\u043D\u0438\u044F \u0445\u043E\u0432\u0435\u0440\u0431\u043E\u043B\u0430 \u0435\u0433\u043E \u043C\u043E\u0436\u043D\u043E \u0432\u044B\u0437\u0432\u0430\u0442\u044C \u0441 \u043F\u043E\u043C\u043E\u0449\u044C\u044E{touch}. \u041D\u0430\u0441\u0442\u043E\u044F\u0442\u0435\u043B\u044C\u043D\u043E \u0440\u0435\u043A\u043E\u043C\u0435\u043D\u0434\u0443\u0435\u0442\u0441\u044F \u0441\u043E\u0445\u0440\u0430\u043D\u0438\u0442\u044C \u044D\u0442\u0443 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u0443 \u043D\u0430\u0441\u0442\u0440\u043E\u0435\u043A \u0432 \u0437\u0430\u043A\u043B\u0430\u0434\u043A\u0430\u0445, \u0447\u0442\u043E\u0431\u044B \u043D\u0435 \u043F\u043E\u0442\u0435\u0440\u044F\u0442\u044C \u0432\u043E\u0437\u043C\u043E\u0436\u043D\u043E\u0441\u0442\u044C \u043D\u0430\u0439\u0442\u0438 \u0445\u043E\u0432\u0435\u0440\u0431\u043E\u043B \u043F\u043E\u0441\u043B\u0435 \u0441\u043B\u0443\u0447\u0430\u0439\u043D\u043E\u0433\u043E \u043E\u0442\u043A\u043B\u044E\u0447\u0435\u043D\u0438\u044F \u044D\u0442\u043E\u0439 \u043E\u043F\u0446\u0438\u0438!","description.azureApiUrl":"\u0417\u0430\u043F\u043E\u043B\u043D\u0438\u0442\u0435 \u0430\u0434\u0440\u0435\u0441 \u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u0435\u043B\u044C\u0441\u043A\u043E\u0433\u043E \u0438\u043D\u0442\u0435\u0440\u0444\u0435\u0439\u0441\u0430 API",confirmSupportMouse:"\u041F\u0440\u0438\u043D\u0443\u0434\u0438\u0442\u0435\u043B\u044C\u043D\u043E\u0435 \u0432\u043A\u043B\u044E\u0447\u0435\u043D\u0438\u0435 \u043F\u043E\u0434\u0434\u0435\u0440\u0436\u043A\u0438 \u043C\u044B\u0448\u0438",confirmSupportMouseDescription:"\u041E\u0431\u043D\u0430\u0440\u0443\u0436\u0435\u043D\u043E, \u0447\u0442\u043E \u0442\u0435\u043A\u0443\u0449\u0438\u0439 \u0431\u0440\u0430\u0443\u0437\u0435\u0440 \u043D\u0435 \u043F\u043E\u0434\u0434\u0435\u0440\u0436\u0438\u0432\u0430\u0435\u0442 \u0444\u0443\u043D\u043A\u0446\u0438\u044E \u043C\u044B\u0448\u0438, \u043F\u0440\u0438\u043D\u0443\u0434\u0438\u0442\u0435\u043B\u044C\u043D\u043E \u043B\u0438 \u0432\u043A\u043B\u044E\u0447\u0438\u0442\u044C \u043F\u043E\u0434\u0434\u0435\u0440\u0436\u043A\u0443 \u043C\u044B\u0448\u0438?",sampleTargetText:"\u041D\u0430\u0441\u0442\u0443\u043F\u0438\u0442 \u0434\u043E\u043B\u0433\u0430\u044F \u043D\u043E\u0447\u044C, \u0438 \u044F \u0431\u0443\u0434\u0443 \u0441\u0442\u043E\u044F\u0442\u044C \u043D\u0430 \u0441\u0442\u0440\u0430\u0436\u0435 \u0441 \u044D\u0442\u043E\u0433\u043E \u0434\u043D\u044F \u0438 \u0434\u043E \u0441\u0430\u043C\u043E\u0439 \u0441\u043C\u0435\u0440\u0442\u0438. \u042F \u043D\u0435 \u0432\u043E\u0437\u044C\u043C\u0443 \u0436\u0435\u043D\u0443, \u043D\u0435 \u0441\u043E\u0437\u0434\u0430\u043C \u0432\u043E\u0442\u0447\u0438\u043D\u0443, \u043D\u0435 \u0437\u0430\u0432\u0435\u0434\u0443 \u0434\u0435\u0442\u0435\u0439. \u042F \u043D\u0435 \u0431\u0443\u0434\u0443 \u043D\u043E\u0441\u0438\u0442\u044C \u043A\u043E\u0440\u043E\u043D\u0443, \u043D\u0435 \u0431\u0443\u0434\u0443 \u0441\u0442\u0440\u0435\u043C\u0438\u0442\u044C\u0441\u044F \u043A \u043F\u043E\u0447\u0435\u0441\u0442\u044F\u043C. \u042F \u0431\u0443\u0434\u0443 \u0438\u0441\u043F\u043E\u043B\u043D\u044F\u0442\u044C \u0441\u0432\u043E\u0439 \u0434\u043E\u043B\u0433, \u0436\u0438\u0442\u044C \u0438 \u0443\u043C\u0438\u0440\u0430\u0442\u044C.",sampleSourceText:"Night gathers, and now my watch begins. It shall not end until my death. I shall take no wife, hold no lands, father no children. I shall wear no crowns and win no glory. I shall live and die at my post.","subtitle.supportedSites":"\u5DF2\u652F\u6301\u5728\u8FD9\u4E9B\u7F51\u7AD9\u4F7F\u7528\u53CC\u8BED\u5B57\u5E55\uFF08\u6CE8\u610F\uFF1A\u7531\u4E8E\u6280\u672F\u9650\u5236\uFF0C\u90E8\u5206\u7F51\u7AD9\u5728\u9996\u6B21\u5F00\u542F\u5B57\u5E55\u540E\u9700\u8981\u91CD\u65B0\u5237\u65B0\u9875\u9762\uFF0C\u6216\u8005\u9700\u7B49\u5F85\u7FFB\u8BD1\u5B8C\u6210\u4EE5\u663E\u793A\u53CC\u8BED\u5B57\u5E55\uFF09\uFF1A",viewWithImmersiveTranslate:"\u53CC\u8BED\u7248\u672C(\u6C89\u6D78\u5F0F\u7FFB\u8BD1)",errorReason:"\u9519\u8BEF\u539F\u56E0\uFF1A{message}","proQuotaExceededError.onetime7day":'\uFF0C\u60A8\u53EF\u4EE5\u9009\u62E9\u4EE5\u4E0B\u65B9\u5F0F\u89E3\u51B3\uFF1A

1. \u5207\u6362\u5230 {anotherService} \u6216\u5176\u4ED6\u7FFB\u8BD1\u670D\u52A1
2. \u5347\u7EA7\u4E3A\u6708\u5EA6/\u5E74\u5EA6\u4F1A\u5458',"proQuotaExceededError.trial":'\uFF0C\u60A8\u53EF\u4EE5\u9009\u62E9\u4EE5\u4E0B\u65B9\u5F0F\u89E3\u51B3\uFF1A

1. \u5207\u6362\u5230 {anotherService} \u6216\u5176\u4ED6\u7FFB\u8BD1\u670D\u52A1
2. \u7ACB\u523B\u5347\u7EA7\u4E3A\u6B63\u5F0F\u4F1A\u5458',"proQuotaExceededError.nonTrial":'\uFF0C\u60A8\u53EF\u4EE5\u9009\u62E9\u4EE5\u4E0B\u65B9\u5F0F\u89E3\u51B3\uFF1A

1. \u5207\u6362\u5230 {anotherService} \u6216\u5176\u4ED6\u7FFB\u8BD1\u670D\u52A1
2. \u8D2D\u4E70 {translationService} \u989D\u5916\u6D41\u91CF\u5305',"proQuotaExceededError.resetTime":"
3. \u989D\u5EA6\u91CD\u7F6E\u65F6\u95F4\uFF1A{resetTime}","desc.touchShortcutsToggleTranslatePageOnlyTranslation":"\u0422\u043E\u043B\u044C\u043A\u043E \u043F\u0435\u0440\u0435\u0432\u043E\u0434 \u043E\u0437\u043D\u0430\u0447\u0430\u0435\u0442, \u0447\u0442\u043E \u043E\u0442\u043E\u0431\u0440\u0430\u0436\u0430\u0435\u0442\u0441\u044F \u0442\u043E\u043B\u044C\u043A\u043E \u043F\u0435\u0440\u0435\u0432\u043E\u0434. \u0415\u0441\u043B\u0438 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u0430 \u0435\u0449\u0435 \u043D\u0435 \u043F\u0435\u0440\u0435\u0432\u0435\u0434\u0435\u043D\u0430, \u043E\u043D\u0430 \u043F\u0435\u0440\u0435\u043A\u043B\u044E\u0447\u0438\u0442\u0441\u044F \u0432 \u0440\u0435\u0436\u0438\u043C \u0438 \u0431\u0443\u0434\u0435\u0442 \u043F\u0435\u0440\u0435\u0432\u0435\u0434\u0435\u043D\u0430.","desc.toggleOnlyTransation":'\u0420\u0435\u0436\u0438\u043C "\u0422\u043E\u043B\u044C\u043A\u043E \u043F\u0435\u0440\u0435\u0432\u043E\u0434" \u043E\u0437\u043D\u0430\u0447\u0430\u0435\u0442, \u0447\u0442\u043E \u043E\u0442\u043E\u0431\u0440\u0430\u0436\u0430\u0435\u0442\u0441\u044F \u0442\u043E\u043B\u044C\u043A\u043E \u043F\u0435\u0440\u0435\u0432\u043E\u0434. \u0415\u0441\u043B\u0438 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u0430 \u0435\u0449\u0435 \u043D\u0435 \u043F\u0435\u0440\u0435\u0432\u0435\u0434\u0435\u043D\u0430, \u0440\u0435\u0436\u0438\u043C \u0431\u0443\u0434\u0435\u0442 \u043F\u0435\u0440\u0435\u043A\u043B\u044E\u0447\u0435\u043D \u0438 \u0432\u044B\u043F\u043E\u043B\u043D\u0435\u043D \u043F\u0435\u0440\u0435\u0432\u043E\u0434.',touchShortcutsToggleTranslatePageOnlyTranslation:"\u041D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0430 \u0436\u0435\u0441\u0442\u043E\u0432 \u0441\u0435\u043D\u0441\u043E\u0440\u043D\u043E\u0433\u043E \u044D\u043A\u0440\u0430\u043D\u0430 \u0434\u043B\u044F \u043F\u0435\u0440\u0435\u043A\u043B\u044E\u0447\u0435\u043D\u0438\u044F \u043C\u0435\u0436\u0434\u0443 \u0434\u0432\u0443\u044F\u0437\u044B\u0447\u043D\u044B\u043C / \u0442\u043E\u043B\u044C\u043A\u043E \u0442\u0435\u043A\u0441\u0442\u043E\u043C \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430",download_started:"\u0417\u0430\u0433\u0440\u0443\u0437\u043A\u0430 \u0443\u0436\u0435 \u043D\u0430\u0447\u0430\u043B\u0430\u0441\u044C, \u0435\u0441\u043B\u0438 \u043E\u043D\u0430 \u043D\u0435 \u043D\u0430\u0447\u0430\u043B\u0430\u0441\u044C \u0430\u0432\u0442\u043E\u043C\u0430\u0442\u0438\u0447\u0435\u0441\u043A\u0438, \u043F\u043E\u0436\u0430\u043B\u0443\u0439\u0441\u0442\u0430, \u043D\u0430\u0436\u043C\u0438\u0442\u0435 \u0432\u0440\u0443\u0447\u043D\u0443\u044E.",here:"\u0437\u0434\u0435\u0441\u044C","error.goReset":"\u0441\u0431\u0440\u043E\u0441\u0438\u0442\u044C",batchEdit:"\u041C\u0430\u0441\u0441\u043E\u0432\u0430\u044F \u043E\u043F\u0435\u0440\u0430\u0446\u0438\u044F","error.configError":"\u041D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0430 \u0434\u0430\u043D\u043D\u044B\u0445 \u0430\u043D\u043E\u043C\u0430\u043B\u044C\u043D\u0430","translationFont.custom":"\u0412\u0432\u0435\u0434\u0438\u0442\u0435 \u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u0435\u043B\u044C\u0441\u043A\u0438\u0439 \u0448\u0440\u0438\u0444\u0442",translationFont:"\u0443\u0441\u0442\u0430\u043D\u043E\u0432\u0438\u0442\u044C \u0448\u0440\u0438\u0444\u0442",detectServiceLoading:"\u041F\u0440\u043E\u0432\u0435\u0440\u043A\u0430 \u0434\u043E\u0441\u0442\u0443\u043F\u043D\u044B\u0445 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0447\u0435\u0441\u043A\u0438\u0445 \u0443\u0441\u043B\u0443\u0433...","translationFont.customPlaceholder":"\u0448\u0440\u0438\u0444\u0442","touch.mouse-translate":"\u041F\u0435\u0440\u0435\u0432\u0435\u0441\u0442\u0438 \u0443\u043A\u0430\u0437\u0430\u043D\u043D\u044B\u0439 \u0430\u0431\u0437\u0430\u0446","translationModeLang.translation.title":"\u0422\u043E\u043B\u044C\u043A\u043E \u0440\u0435\u0436\u0438\u043C \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430 \u044F\u0437\u044B\u043A\u0430","error.serveConfigError":"\u041E\u0448\u0438\u0431\u043A\u0430 \u043A\u043E\u043D\u0444\u0438\u0433\u0443\u0440\u0430\u0446\u0438\u0438 \u0441\u0435\u0440\u0432\u0438\u0441\u0430","error.403":"\u0421\u043B\u0443\u0436\u0431\u0430 \u0432\u043E\u0437\u0432\u0440\u0430\u0449\u0430\u0435\u0442 \u043E\u0448\u0438\u0431\u043A\u0443, \u0432\u0440\u0435\u043C\u0435\u043D\u043D\u043E \u043D\u0435\u0442 \u0434\u043E\u0441\u0442\u0443\u043F\u0430 \u043A \u044D\u0442\u043E\u0439 \u0441\u043B\u0443\u0436\u0431\u0435.","error.proUpgrade":"\u041F\u043E\u0441\u043B\u0435 \u043E\u0431\u043D\u043E\u0432\u043B\u0435\u043D\u0438\u044F, \u043F\u043E\u0436\u0430\u043B\u0443\u0439\u0441\u0442\u0430, \u043E\u0431\u043D\u043E\u0432\u0438\u0442\u0435 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u0443 \u0438 \u043F\u0435\u0440\u0435\u0432\u0435\u0434\u0438\u0442\u0435 \u0441\u043D\u043E\u0432\u0430.","translationModeUrl.translation.title":"\u0412\u0435\u0431-\u0430\u0434\u0440\u0435\u0441 \u0442\u043E\u043B\u044C\u043A\u043E \u0434\u043B\u044F \u0440\u0435\u0436\u0438\u043C\u0430 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430",enableSentryReport:"\u041A\u043E\u0433\u0434\u0430 \u043F\u0440\u043E\u0438\u0441\u0445\u043E\u0434\u0438\u0442 \u043E\u0448\u0438\u0431\u043A\u0430 \u0440\u0430\u0441\u0448\u0438\u0440\u0435\u043D\u0438\u044F, \u043E\u0442\u043F\u0440\u0430\u0432\u043B\u044F\u0439\u0442\u0435 \u043E\u0442\u0437\u044B\u0432\u044B \u0447\u0435\u0440\u0435\u0437 Sentry.","error.reloadPageOfSetting":"\u041F\u043E\u0441\u043B\u0435 \u043D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0438, \u043F\u043E\u0436\u0430\u043B\u0443\u0439\u0441\u0442\u0430, \u043E\u0431\u043D\u043E\u0432\u0438\u0442\u0435 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u0443 \u0438 \u043F\u0435\u0440\u0435\u0432\u0435\u0434\u0438\u0442\u0435 \u0441\u043D\u043E\u0432\u0430.","error.502":"\u0421\u0435\u0440\u0432\u0438\u0441 \u0432\u043E\u0437\u0432\u0440\u0430\u0449\u0430\u0435\u0442 \u043E\u0448\u0438\u0431\u043A\u0443, \u0432\u0440\u0435\u043C\u044F \u043E\u0436\u0438\u0434\u0430\u043D\u0438\u044F \u0441\u0435\u0440\u0432\u0438\u0441\u0430 \u0438\u0441\u0442\u0435\u043A\u043B\u043E, \u043F\u043E\u0436\u0430\u043B\u0443\u0439\u0441\u0442\u0430, \u043F\u043E\u043F\u0440\u043E\u0431\u0443\u0439\u0442\u0435 \u043F\u043E\u0437\u0436\u0435.","translationModeUrl.translation.description":"\u041A\u043E\u0433\u0434\u0430 \u0432\u0435\u0431-\u0441\u0430\u0439\u0442 \u0438\u043C\u0435\u0435\u0442 \u0441\u043B\u0435\u0434\u0443\u044E\u0449\u0438\u0435 \u0434\u043E\u043C\u0435\u043D\u043D\u044B\u0435 \u0438\u043C\u0435\u043D\u0430, \u043E\u043D \u0430\u0432\u0442\u043E\u043C\u0430\u0442\u0438\u0447\u0435\u0441\u043A\u0438 \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u0443\u0435\u0442 \u0440\u0435\u0436\u0438\u043C \u0442\u043E\u043B\u044C\u043A\u043E \u0441 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u043E\u043C.",videoSubtitlePreTranslationOn:"\u0412\u0438\u0434\u0435\u043E \u0441\u0443\u0431\u0442\u0438\u0442\u0440\u044B \u0431\u0443\u0434\u0443\u0442 \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u044C \u043F\u043E\u0433\u0440\u0443\u0436\u0435\u043D\u0438\u0435 \u0432 \u043F\u0435\u0440\u0435\u0432\u043E\u0434 \u0432 \u043F\u0435\u0440\u0432\u0443\u044E \u043E\u0447\u0435\u0440\u0435\u0434\u044C.","translationServices.inherit":"\u0421\u043B\u0435\u0434\u0443\u0439\u0442\u0435 \u0437\u0430 \u043E\u0441\u043D\u043E\u0432\u043D\u044B\u043C \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0447\u0435\u0441\u043A\u0438\u043C \u0441\u0435\u0440\u0432\u0438\u0441\u043E\u043C","error.proTokenInvalid":"\u0415\u0441\u043B\u0438 \u0432\u044B \u044F\u0432\u043B\u044F\u0435\u0442\u0435\u0441\u044C \u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u0435\u043B\u0435\u043C Pro, \u043F\u043E\u0436\u0430\u043B\u0443\u0439\u0441\u0442\u0430, \u0432\u043E\u0439\u0434\u0438\u0442\u0435 \u0432 \u0441\u0438\u0441\u0442\u0435\u043C\u0443, \u043F\u0440\u0435\u0436\u0434\u0435 \u0447\u0435\u043C \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u044C \u0441\u0435\u0440\u0432\u0438\u0441 Pro \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430.",toggleToService:"\u041F\u0435\u0440\u0435\u043A\u043B\u044E\u0447\u0438\u0442\u0435\u0441\u044C \u043D\u0430 {service} \u0438 \u043F\u043E\u043F\u0440\u043E\u0431\u0443\u0439\u0442\u0435 \u0441\u043D\u043E\u0432\u0430",videoSubtitlePreTranslationOff:"\u041F\u0440\u0438\u043E\u0440\u0438\u0442\u0435\u0442 \u0431\u0443\u0434\u0435\u0442 \u043E\u0442\u0434\u0430\u043D \u043C\u0430\u0448\u0438\u043D\u043D\u043E\u043C\u0443 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0443 \u0441\u0443\u0431\u0442\u0438\u0442\u0440\u043E\u0432, \u0432\u0441\u0442\u0440\u043E\u0435\u043D\u043D\u044B\u0445 \u0432 \u043E\u0440\u0438\u0433\u0438\u043D\u0430\u043B\u044C\u043D\u043E\u0435 \u0432\u0438\u0434\u0435\u043E.","error.gemini.429":"\u0422\u0435\u043A\u0443\u0449\u0430\u044F \u0441\u043B\u0443\u0436\u0431\u0430 Gemini \u0443\u0436\u0435 \u0434\u043E\u0441\u0442\u0438\u0433\u043B\u0430 \u0441\u0432\u043E\u0435\u0433\u043E \u043F\u0440\u0435\u0434\u0435\u043B\u0430, \u043F\u043E\u0436\u0430\u043B\u0443\u0439\u0441\u0442\u0430, \u043F\u043E\u043F\u0440\u043E\u0431\u0443\u0439\u0442\u0435 \u043F\u043E\u0437\u0436\u0435 \u0438\u043B\u0438 \u043F\u0435\u0440\u0435\u043A\u043B\u044E\u0447\u0438\u0442\u0435\u0441\u044C \u043D\u0430 \u0434\u0440\u0443\u0433\u0443\u044E \u0441\u043B\u0443\u0436\u0431\u0443 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430.","translationModeLang.translation.description":'\u041A\u043E\u0433\u0434\u0430 \u044F\u0437\u044B\u043A \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u044B \u044F\u0432\u043B\u044F\u0435\u0442\u0441\u044F \u043E\u0434\u043D\u0438\u043C \u0438\u0437 \u0441\u043B\u0435\u0434\u0443\u044E\u0449\u0438\u0445, \u0430\u0432\u0442\u043E\u043C\u0430\u0442\u0438\u0447\u0435\u0441\u043A\u0438 \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u0443\u0435\u0442\u0441\u044F \u0440\u0435\u0436\u0438\u043C "\u0442\u043E\u043B\u044C\u043A\u043E \u043F\u0435\u0440\u0435\u0432\u043E\u0434".',"translationFont.notSupportErrorMessage":"\u041F\u043E\u0436\u0430\u043B\u0443\u0439\u0441\u0442\u0430, \u043F\u0440\u043E\u0432\u0435\u0440\u044C\u0442\u0435 \u043F\u0440\u0430\u0432\u0438\u043B\u044C\u043D\u043E\u0441\u0442\u044C \u0432\u0432\u0435\u0434\u0435\u043D\u043D\u043E\u0433\u043E \u0432\u0430\u043C\u0438 \u043D\u0430\u0437\u0432\u0430\u043D\u0438\u044F \u0448\u0440\u0438\u0444\u0442\u0430 \u0438\u043B\u0438 \u0443\u0431\u0435\u0434\u0438\u0442\u0435\u0441\u044C, \u0447\u0442\u043E \u044D\u0442\u043E\u0442 \u0448\u0440\u0438\u0444\u0442 \u0443\u0436\u0435 \u0443\u0441\u0442\u0430\u043D\u043E\u0432\u043B\u0435\u043D \u043D\u0430 \u0432\u0430\u0448\u0435\u043C \u0443\u0441\u0442\u0440\u043E\u0439\u0441\u0442\u0432\u0435.","error.429":"\u0421\u0435\u0440\u0432\u0438\u0441 \u0432\u043E\u0437\u0432\u0440\u0430\u0449\u0430\u0435\u0442 \u043E\u0448\u0438\u0431\u043A\u0443, \u0447\u0442\u043E \u0443\u043A\u0430\u0437\u044B\u0432\u0430\u0435\u0442 \u043D\u0430 \u0441\u043B\u0438\u0448\u043A\u043E\u043C \u0447\u0430\u0441\u0442\u044B\u0435 \u0437\u0430\u043F\u0440\u043E\u0441\u044B \u0438\u043B\u0438 \u043F\u0440\u0435\u0432\u044B\u0448\u0435\u043D\u0438\u0435 \u043B\u0438\u043C\u0438\u0442\u0430. \u041F\u043E\u0436\u0430\u043B\u0443\u0439\u0441\u0442\u0430, \u043F\u043E\u043F\u0440\u043E\u0431\u0443\u0439\u0442\u0435 \u043F\u043E\u0437\u0436\u0435.","error.400":"\u0421\u043B\u0443\u0436\u0431\u0430 \u0432\u043E\u0437\u0432\u0440\u0430\u0449\u0430\u0435\u0442 \u043E\u0448\u0438\u0431\u043A\u0443, \u043D\u0435\u0432\u0435\u0440\u043D\u044B\u0439 \u0437\u0430\u043F\u0440\u043E\u0441 \u043F\u0430\u0440\u0430\u043C\u0435\u0442\u0440\u0430, \u043F\u0440\u043E\u0432\u0435\u0440\u044C\u0442\u0435 \u0441\u043E\u043E\u0442\u0432\u0435\u0442\u0441\u0442\u0432\u0443\u044E\u0449\u0443\u044E \u043A\u043E\u043D\u0444\u0438\u0433\u0443\u0440\u0430\u0446\u0438\u044E.","error.openAIExceededQuota":"\u0421\u0435\u0440\u0432\u0438\u0441 \u0432\u043E\u0437\u0432\u0440\u0430\u0449\u0430\u0435\u0442 \u043E\u0448\u0438\u0431\u043A\u0443: \u043D\u0430 \u0432\u0430\u0448\u0435\u043C \u0442\u0435\u043A\u0443\u0449\u0435\u043C \u0441\u0447\u0435\u0442\u0443 OpenAI \u043D\u0435\u0434\u043E\u0441\u0442\u0430\u0442\u043E\u0447\u043D\u043E \u0441\u0440\u0435\u0434\u0441\u0442\u0432, \u043F\u043E\u0436\u0430\u043B\u0443\u0439\u0441\u0442\u0430, \u043F\u043E\u043F\u043E\u043B\u043D\u0438\u0442\u0435 \u0441\u0447\u0435\u0442 \u0438\u043B\u0438 \u043F\u0440\u0438\u0432\u044F\u0436\u0438\u0442\u0435 \u043A\u0440\u0435\u0434\u0438\u0442\u043D\u0443\u044E \u043A\u0430\u0440\u0442\u0443 \u0432 \u043E\u0444\u0438\u0446\u0438\u0430\u043B\u044C\u043D\u043E\u0439 \u0430\u0434\u043C\u0438\u043D\u0438\u0441\u0442\u0440\u0430\u0442\u0438\u0432\u043D\u043E\u0439 \u043F\u0430\u043D\u0435\u043B\u0438 OpenAI.","error.googleLimitIp":"\u0421\u043B\u0443\u0436\u0431\u0430 \u0432\u043E\u0437\u0432\u0440\u0430\u0449\u0430\u0435\u0442 \u043E\u0448\u0438\u0431\u043A\u0443, Google \u043E\u0433\u0440\u0430\u043D\u0438\u0447\u0438\u0432\u0430\u0435\u0442 \u0434\u043E\u0441\u0442\u0443\u043F \u0434\u043B\u044F \u044D\u0442\u043E\u0433\u043E IP-\u0430\u0434\u0440\u0435\u0441\u0430, \u0440\u0435\u043A\u043E\u043C\u0435\u043D\u0434\u0443\u0435\u0442\u0441\u044F \u0438\u0437\u043C\u0435\u043D\u0438\u0442\u044C \u0441\u0435\u0442\u0435\u0432\u043E\u0439 \u0443\u0437\u0435\u043B.","desc.toggleVideoSubtitlePreTranslation":"\u041F\u043E\u0441\u043B\u0435 \u043D\u0430\u0436\u0430\u0442\u0438\u044F, \u0434\u0432\u0443\u044F\u0437\u044B\u0447\u043D\u044B\u0435 \u0441\u0443\u0431\u0442\u0438\u0442\u0440\u044B \u0432\u0438\u0434\u0435\u043E \u0431\u0443\u0434\u0443\u0442 \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u044C \u043D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0438 \u043F\u043E\u0433\u0440\u0443\u0436\u0435\u043D\u0438\u044F \u0432 \u043F\u0435\u0440\u0435\u0432\u043E\u0434 \u0432 \u043F\u0435\u0440\u0432\u0443\u044E \u043E\u0447\u0435\u0440\u0435\u0434\u044C, \u043F\u0440\u0438 \u043F\u043E\u0432\u0442\u043E\u0440\u043D\u043E\u043C \u043D\u0430\u0436\u0430\u0442\u0438\u0438 \u0431\u0443\u0434\u0435\u0442 \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u044C\u0441\u044F \u043C\u0430\u0448\u0438\u043D\u043D\u044B\u0439 \u043F\u0435\u0440\u0435\u0432\u043E\u0434 \u0441\u0443\u0431\u0442\u0438\u0442\u0440\u043E\u0432 \u0438\u0437\u043D\u0430\u0447\u0430\u043B\u044C\u043D\u043E\u0433\u043E \u0432\u0438\u0434\u0435\u043E. \u041E\u0431\u0440\u0430\u0442\u0438\u0442\u0435 \u0432\u043D\u0438\u043C\u0430\u043D\u0438\u0435: \u044D\u0442\u043E\u0442 \u044F\u0440\u043B\u044B\u043A \u0438\u0437\u043C\u0435\u043D\u044F\u0435\u0442 \u0433\u043B\u043E\u0431\u0430\u043B\u044C\u043D\u044B\u0435 \u043D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0438.","error.openAIFreeLimit":"\u0421\u0435\u0440\u0432\u0438\u0441 \u0432\u043E\u0437\u0432\u0440\u0430\u0449\u0430\u0435\u0442 \u043E\u0448\u0438\u0431\u043A\u0443, \u0442\u0435\u043A\u0443\u0449\u0430\u044F \u0447\u0430\u0441\u0442\u043E\u0442\u0430 \u0437\u0430\u043F\u0440\u043E\u0441\u043E\u0432 \u043D\u0430 \u043F\u0435\u0440\u0435\u0432\u043E\u0434 \u0434\u043E\u0441\u0442\u0438\u0433\u043B\u0430 \u043F\u0440\u0435\u0434\u0435\u043B\u0430 \u0432 3 \u0440\u0430\u0437\u0430 \u0432 \u043C\u0438\u043D\u0443\u0442\u0443, \u043F\u043E\u0436\u0430\u043B\u0443\u0439\u0441\u0442\u0430, \u043F\u043E\u043F\u0440\u043E\u0431\u0443\u0439\u0442\u0435 \u043F\u043E\u0437\u0436\u0435. (\u042D\u0442\u043E \u043E\u0433\u0440\u0430\u043D\u0438\u0447\u0435\u043D\u0438\u0435 OpenAI \u0434\u043B\u044F \u0431\u0435\u0441\u043F\u043B\u0430\u0442\u043D\u043E\u0433\u043E API Key, \u0447\u0442\u043E\u0431\u044B \u0441\u043D\u044F\u0442\u044C \u044D\u0442\u043E \u043E\u0433\u0440\u0430\u043D\u0438\u0447\u0435\u043D\u0438\u0435, \u043F\u043E\u0436\u0430\u043B\u0443\u0439\u0441\u0442\u0430, \u043F\u0440\u0438\u0432\u044F\u0436\u0438\u0442\u0435 \u043A\u0440\u0435\u0434\u0438\u0442\u043D\u0443\u044E \u043A\u0430\u0440\u0442\u0443 \u0432 \u0431\u044D\u043A\u0435\u043D\u0434\u0435 OpenAI.)","error.serveUnavailable":"\u0412 \u043D\u0430\u0441\u0442\u043E\u044F\u0449\u0435\u0435 \u0432\u0440\u0435\u043C\u044F \u0443\u0441\u043B\u0443\u0433\u0430 [{serverName}], \u043A\u043E\u0442\u043E\u0440\u0443\u044E \u0432\u044B \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u0443\u0435\u0442\u0435, \u0432\u0440\u0435\u043C\u0435\u043D\u043D\u043E \u043D\u0435\u0434\u043E\u0441\u0442\u0443\u043F\u043D\u0430 \u0438\u0437-\u0437\u0430 \u043F\u0440\u043E\u0431\u043B\u0435\u043C \u0441 \u043F\u043E\u0434\u043A\u043B\u044E\u0447\u0435\u043D\u0438\u0435\u043C \u043A \u0441\u0435\u0442\u0438 \u0438\u043B\u0438 \u043F\u043E\u0441\u0442\u0430\u0432\u0449\u0438\u043A\u043E\u043C \u0443\u0441\u043B\u0443\u0433. \u0420\u0435\u043A\u043E\u043C\u0435\u043D\u0434\u0443\u0435\u043C \u0432\u0430\u043C \u043F\u043E\u043F\u0440\u043E\u0431\u043E\u0432\u0430\u0442\u044C \u043E\u0431\u043D\u043E\u0432\u0438\u0442\u044C \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u0443 \u0438\u043B\u0438 \u0438\u0437\u043C\u0435\u043D\u0438\u0442\u044C \u0434\u0440\u0443\u0433\u043E\u0439 \u0441\u0435\u0440\u0432\u0438\u0441 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430 \u0447\u0435\u0440\u0435\u0437 <1>\u043D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0438. \u0415\u0441\u043B\u0438 \u0432\u044B <2>Pro-\u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u0435\u043B\u044C, \u0432\u044B \u043C\u043E\u0436\u0435\u0442\u0435 \u0432\u044B\u0431\u0440\u0430\u0442\u044C \u0431\u043E\u043B\u0435\u0435 \u0441\u0442\u0430\u0431\u0438\u043B\u044C\u043D\u044B\u0435 \u0441\u0435\u0440\u0432\u0438\u0441\u044B \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430 DeepL \u0438\u043B\u0438 OpenAI (<3>\u043D\u0430\u0436\u043C\u0438\u0442\u0435 \u0437\u0434\u0435\u0441\u044C, \u0447\u0442\u043E\u0431\u044B \u043F\u043E\u043F\u0440\u043E\u0431\u043E\u0432\u0430\u0442\u044C \u0431\u0435\u0441\u043F\u043B\u0430\u0442\u043D\u043E). \u041A\u0440\u043E\u043C\u0435 \u0442\u043E\u0433\u043E, \u0432\u0430\u043C, \u0432\u043E\u0437\u043C\u043E\u0436\u043D\u043E, \u043F\u0440\u0438\u0434\u0435\u0442\u0441\u044F \u043F\u0440\u043E\u0432\u0435\u0440\u0438\u0442\u044C \u043D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0438 \u0432\u0430\u0448\u0435\u0439 \u0441\u0435\u0442\u0438 \u0438\u043B\u0438 \u043F\u0440\u043E\u043A\u0441\u0438.",pickAll:"\u0412\u044B\u0431\u0440\u0430\u0442\u044C \u0432\u0441\u0435","tagsInput.add":"+ \u0414\u043E\u0431\u0430\u0432\u0438\u0442\u044C",loggedIn:"\u0412\u0445\u043E\u0434 \u0432\u044B\u043F\u043E\u043B\u043D\u0435\u043D","widget.translateFile":"PDF/ePub","translationServices.gemini":"\u0411\u043B\u0438\u0437\u043D\u0435\u0446\u044B",notLogin:"\u041D\u0435 \u0432\u043E\u0448\u0435\u043B \u0432 \u0441\u0438\u0441\u0442\u0435\u043C\u0443","multipleClick.2":"\u0434\u0432\u043E\u0439\u043D\u043E\u0439 \u043A\u043B\u0438\u043A",goLogin:"\u0432\u043E\u0439\u0442\u0438 \u0432 \u0441\u0438\u0441\u0442\u0435\u043C\u0443","multipleClick.3":"\u0442\u0440\u043E\u0439\u043D\u043E\u0439 \u0443\u0434\u0430\u0440","error.subscriptionExpiredTitle":"\u0427\u043B\u0435\u043D\u0441\u0442\u0432\u043E \u0438\u0441\u0442\u0435\u043A\u043B\u043E",shortcutSettings:"\u0413\u043E\u0440\u044F\u0447\u0438\u0435 \u043A\u043B\u0430\u0432\u0438\u0448\u0438","widget.instruction":"\u0418\u043D\u0441\u0442\u0440\u0443\u043A\u0446\u0438\u044F \u043F\u043E \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u043D\u0438\u044E",contact:"\u0421\u0432\u044F\u0436\u0438\u0442\u0435\u0441\u044C \u0441 \u043D\u0430\u043C\u0438","widget.videoSubtitle":"\u0432\u0438\u0434\u0435\u043E \u0441\u0443\u0431\u0442\u0438\u0442\u0440\u044B","error.retry":"\u041F\u043E\u0432\u0442\u043E\u0440\u0438\u0442\u044C \u043F\u043E\u043F\u044B\u0442\u043A\u0443","widget.instructionTooltip":"\u041F\u0440\u043E\u0441\u043C\u043E\u0442\u0440 \u0438\u043D\u0441\u0442\u0440\u0443\u043A\u0446\u0438\u0439 \u043F\u043E \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u043D\u0438\u044E","subtitle.bilingual":"\u0434\u0432\u0443\u044F\u0437\u044B\u0447\u043D\u044B\u0435 \u0441\u0443\u0431\u0442\u0438\u0442\u0440\u044B","error.reason":"\u043F\u0440\u0438\u0447\u0438\u043D\u0430 \u043E\u0448\u0438\u0431\u043A\u0438",alwaysTranslateThisSite:"\u0412\u0441\u0435\u0433\u0434\u0430 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0438\u0442\u0435 \u044D\u0442\u043E\u0442 \u0441\u0430\u0439\u0442",touchShortcutsOff:"\u0437\u0430\u043A\u0440\u044B\u0442\u044C",neverTranslateThisSite:"\u041D\u0438\u043A\u043E\u0433\u0434\u0430 \u043D\u0435 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0438\u0442\u0435 \u044D\u0442\u043E\u0442 \u0441\u0430\u0439\u0442",buildSnapshots:"\u0421\u043E\u0437\u0434\u0430\u043D\u0438\u0435 \u0441\u043D\u0438\u043C\u043A\u0430 \u0432\u0435\u0431-\u0441\u0442\u0440\u0430\u043D\u0438\u0446\u044B","slide.left":"\u041F\u0440\u043E\u0432\u0435\u0434\u0438\u0442\u0435 \u0432\u043F\u0440\u0430\u0432\u043E","shortcutGroup.others":"\u0411\u043E\u043B\u044C\u0448\u0435 \u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u0435\u043B\u044C\u0441\u043A\u0438\u0445 \u0444\u0443\u043D\u043A\u0446\u0438\u0439 \u0433\u043E\u0440\u044F\u0447\u0438\u0445 \u043A\u043B\u0430\u0432\u0438\u0448",temprarilyChangeTranslationTo_openai:"\u0418\u0441\u043F\u043E\u043B\u044C\u0437\u0443\u0435\u0442\u0441\u044F OpenAI \u0434\u043B\u044F \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430 \u0442\u0435\u043A\u0443\u0449\u0435\u0439 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u044B","intro.hoverTitle":"\u041D\u0430\u0432\u0435\u0434\u0438\u0442\u0435 \u043A\u0443\u0440\u0441\u043E\u0440, \u0447\u0442\u043E\u0431\u044B \u043F\u0435\u0440\u0435\u0432\u0435\u0441\u0442\u0438 \u0442\u0435\u043A\u0443\u0449\u0438\u0439 \u0430\u0431\u0437\u0430\u0446","browser.translateWithDeepL":"\u0412\u0440\u0435\u043C\u0435\u043D\u043D\u043E \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u0443\u0439\u0442\u0435 DeepL \u0434\u043B\u044F \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430 \u0442\u0435\u043A\u0443\u0449\u0435\u0439 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u044B","slide.right":"\u0421\u0432\u0430\u0439\u043F \u0432\u043B\u0435\u0432\u043E",translationOnlyMode:"\u0422\u043E\u043B\u044C\u043A\u043E \u0440\u0435\u0436\u0438\u043C \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430",notLoginPro:"\u0412\u044B \u0435\u0449\u0435 \u043D\u0435 \u0432\u043E\u0448\u043B\u0438 \u0432 \u0441\u0432\u043E\u0439 \u0430\u043A\u043A\u0430\u0443\u043D\u0442",mouseHoverCustomKeyTitle:"\u041D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0430 \u0433\u043E\u0440\u044F\u0447\u0438\u0445 \u043A\u043B\u0430\u0432\u0438\u0448 \u043F\u0440\u0438 \u043D\u0430\u0432\u0435\u0434\u0435\u043D\u0438\u0438 \u043C\u044B\u0448\u0438","shortcutGroup.mouse":"\u041D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0430 \u0433\u043E\u0440\u044F\u0447\u0438\u0445 \u043A\u043B\u0430\u0432\u0438\u0448 \u043F\u0440\u0438 \u043D\u0430\u0432\u0435\u0434\u0435\u043D\u0438\u0438 \u043C\u044B\u0448\u0438",temprarilyChangeTranslationTo_deepl:"\u0418\u0441\u043F\u043E\u043B\u044C\u0437\u0443\u0435\u0442\u0441\u044F \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0447\u0438\u043A DeepL \u0434\u043B\u044F \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430 \u0442\u0435\u043A\u0443\u0449\u0435\u0439 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u044B.","browser.translateWithGoogle":"\u0412\u0440\u0435\u043C\u0435\u043D\u043D\u043E\u0435 \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u043D\u0438\u0435 Google Translate \u0434\u043B\u044F \u0442\u0435\u043A\u0443\u0449\u0435\u0439 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u044B","shortcutGroup.touch":"\u0421\u043F\u0435\u0446\u0438\u0430\u043B\u044C\u043D\u044B\u0435 \u0436\u0435\u0441\u0442\u044B \u0434\u043B\u044F \u0441\u0435\u043D\u0441\u043E\u0440\u043D\u043E\u0433\u043E \u044D\u043A\u0440\u0430\u043D\u0430","browser.translateInputBox":"\u041F\u0435\u0440\u0435\u0432\u0435\u0441\u0442\u0438 \u0442\u0435\u043A\u0443\u0449\u0435\u0435 \u0441\u043E\u0434\u0435\u0440\u0436\u0438\u043C\u043E\u0435 \u0432\u0432\u043E\u0434\u0430","widget.videoSubtitleTooltip":"\u041F\u043E\u0434\u0434\u0435\u0440\u0436\u043A\u0430 Youtube \u0438 \u0434\u0440\u0443\u0433\u0438\u0445 {count}+ \u0432\u0438\u0434\u0435\u043E-\u0441\u0430\u0439\u0442\u043E\u0432","browser.translateWithGemini":"\u0412\u0440\u0435\u043C\u0435\u043D\u043D\u043E \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u0443\u0439\u0442\u0435 Gemini \u0434\u043B\u044F \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430 \u0442\u0435\u043A\u0443\u0449\u0435\u0439 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u044B","subtitle.hideQuickButton":"\u0411\u043E\u043B\u044C\u0448\u0435 \u043D\u0435 \u043F\u043E\u043A\u0430\u0437\u044B\u0432\u0430\u0442\u044C \u044D\u0442\u043E\u0442 \u044F\u0440\u043B\u044B\u043A","browser.translateWithBing":"\u0412\u0440\u0435\u043C\u0435\u043D\u043D\u043E \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u0443\u0439\u0442\u0435 Microsoft \u0434\u043B\u044F \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430 \u0442\u0435\u043A\u0443\u0449\u0435\u0439 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u044B","browser.translateWithTransmart":"\u0412\u0440\u0435\u043C\u0435\u043D\u043D\u043E \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u0443\u0439\u0442\u0435 Tencent \u0434\u043B\u044F \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430 \u0442\u0435\u043A\u0443\u0449\u0435\u0439 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u044B","multipleClick.4":"\u0447\u0435\u0442\u044B\u0440\u0435\u0445\u043A\u0440\u0430\u0442\u043D\u044B\u0439 \u0443\u0434\u0430\u0440",temprarilyChangeTranslationTo_gemini:"\u0418\u0441\u043F\u043E\u043B\u044C\u0437\u0443\u0435\u0442\u0441\u044F \u043F\u0435\u0440\u0435\u0432\u043E\u0434 \u0442\u0435\u043A\u0443\u0449\u0435\u0439 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u044B \u0441 \u043F\u043E\u043C\u043E\u0449\u044C\u044E Gemini","floatBall.longPress":"\u0423\u0434\u0435\u0440\u0436\u0438\u0432\u0430\u0439\u0442\u0435 \u043A\u043D\u043E\u043F\u043A\u0443, \u0447\u0442\u043E\u0431\u044B \u0431\u044B\u0441\u0442\u0440\u043E \u043E\u0442\u043A\u0440\u044B\u0442\u044C \u043F\u0430\u043D\u0435\u043B\u044C \u043D\u0430\u0441\u0442\u0440\u043E\u0435\u043A.",shortcutSettingsTitle:"\u041D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0430 \u0433\u043E\u0440\u044F\u0447\u0438\u0445 \u043A\u043B\u0430\u0432\u0438\u0448",networkError:"\u041F\u0440\u043E\u0431\u043B\u0435\u043C\u044B \u0441 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0447\u0435\u0441\u043A\u0438\u043C \u0441\u0435\u0440\u0432\u0438\u0441\u043E\u043C \u0438\u043B\u0438 \u0441\u0435\u0442\u044C\u044E","intro.floatBallTitle":"\u0411\u044B\u0441\u0442\u0440\u044B\u0439 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0447\u0438\u043A \u0432\u0441\u043F\u043B\u044B\u0432\u0430\u044E\u0449\u0435\u0433\u043E \u0448\u0430\u0440\u0430",temprarilyChangeTranslationTo_transmart:"\u0418\u0441\u043F\u043E\u043B\u044C\u0437\u0443\u0435\u0442\u0441\u044F \u043F\u0435\u0440\u0435\u0432\u043E\u0434 \u0442\u0435\u043A\u0443\u0449\u0435\u0439 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u044B \u0447\u0435\u0440\u0435\u0437 Tencent.","subtitle.autoDisableSubtitle":"\u041D\u0435 \u0430\u0432\u0442\u043E\u043C\u0430\u0442\u0438\u0447\u0435\u0441\u043A\u0438 \u0432\u043A\u043B\u044E\u0447\u0430\u0442\u044C \u0434\u0432\u0443\u044F\u0437\u044B\u0447\u043D\u044B\u0435 \u0441\u0443\u0431\u0442\u0438\u0442\u0440\u044B","browser.translateWithOpenAI":"\u0412\u0440\u0435\u043C\u0435\u043D\u043D\u043E \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u0443\u0439\u0442\u0435 OpenAI \u0434\u043B\u044F \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430 \u0442\u0435\u043A\u0443\u0449\u0435\u0439 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u044B","shortcutGroup.shortcutsForTranslationServices":"\u0421\u043E\u0447\u0435\u0442\u0430\u043D\u0438\u044F \u043A\u043B\u0430\u0432\u0438\u0448, \u0441\u0432\u044F\u0437\u0430\u043D\u043D\u044B\u0435 \u0441 \u0443\u0441\u043B\u0443\u0433\u0430\u043C\u0438 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430",temprarilyChangeTranslationTo_google:"\u0418\u0441\u043F\u043E\u043B\u044C\u0437\u0443\u0435\u0442\u0441\u044F Google Translate \u0434\u043B\u044F \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430 \u0442\u0435\u043A\u0443\u0449\u0435\u0439 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u044B.",paragraphMinTextCountField:"\u041C\u0438\u043D\u0438\u043C\u0430\u043B\u044C\u043D\u043E\u0435 \u043A\u043E\u043B\u0438\u0447\u0435\u0441\u0442\u0432\u043E \u0441\u0438\u043C\u0432\u043E\u043B\u043E\u0432, \u043D\u0435\u043E\u0431\u0445\u043E\u0434\u0438\u043C\u044B\u0445 \u0434\u043B\u044F \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430 \u0430\u0431\u0437\u0430\u0446\u0430",temprarilyChangeTranslationTo_bing:"\u0418\u0441\u043F\u043E\u043B\u044C\u0437\u0443\u0435\u0442\u0441\u044F Microsoft \u0434\u043B\u044F \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430 \u0442\u0435\u043A\u0443\u0449\u0435\u0439 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u044B",upgradeToProErrorTitle:"\u041F\u043E\u0436\u0430\u043B\u0443\u0439\u0441\u0442\u0430, \u043E\u0431\u043D\u043E\u0432\u0438\u0442\u0435 \u0434\u043E Pro-\u0447\u043B\u0435\u043D\u0441\u0442\u0432\u0430, \u0447\u0442\u043E\u0431\u044B \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u044C \u044D\u0442\u0443 \u0443\u0441\u043B\u0443\u0433\u0443 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430.","floatBall.guideClickToTranslate":`\u041D\u0430\u0436\u043C\u0438\u0442\u0435 \u043D\u0430 \u043F\u043B\u0430\u0432\u0430\u044E\u0449\u0438\u0439 \u0448\u0430\u0440 \u0434\u043B\u044F \u043F\u043E\u0433\u0440\u0443\u0436\u0435\u043D\u0438\u044F \u0432 \u043F\u0435\u0440\u0435\u0432\u043E\u0434, \u0447\u0442\u043E\u0431\u044B \u0431\u044B\u0441\u0442\u0440\u043E \u043F\u0435\u0440\u0435\u0432\u0435\u0441\u0442\u0438`,"floatBall.iKnow":"\u042F \u0437\u043D\u0430\u044E.","shortcutGroup.main":"\u041E\u0431\u044B\u0447\u043D\u044B\u0435 \u0433\u043E\u0440\u044F\u0447\u0438\u0435 \u043A\u043B\u0430\u0432\u0438\u0448\u0438 \u0444\u0443\u043D\u043A\u0446\u0438\u0439","widget.translateFileTooltip":"\u041F\u0435\u0440\u0435\u0432\u043E\u0434\u0438\u0442\u0435 \u0434\u043E\u043A\u0443\u043C\u0435\u043D\u0442\u044B PDF, EPUB, SRT, ASS, HTML \u0438 TXT","neverTranslateText.title":"\u041F\u043E\u0436\u0430\u043B\u0443\u0439\u0441\u0442\u0430, \u043F\u0435\u0440\u0435\u0432\u0435\u0434\u0438\u0442\u0435 \u0441\u043B\u0435\u0434\u0443\u044E\u0449\u0438\u0435 \u0441\u043B\u043E\u0432\u0430 \u043D\u0430 \u0440\u0443\u0441\u0441\u043A\u0438\u0439 \u044F\u0437\u044B\u043A, \u043D\u0435 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u044F \u0438\u0445.","subtitle.showQuickButton":"\u041D\u0430 \u043F\u043B\u0435\u0435\u0440\u0435 \u043E\u0442\u043E\u0431\u0440\u0430\u0436\u0430\u0435\u0442\u0441\u044F \u044F\u0440\u043B\u044B\u043A \u0434\u043B\u044F \u0434\u0432\u0443\u044F\u0437\u044B\u0447\u043D\u044B\u0445 \u0441\u0443\u0431\u0442\u0438\u0442\u0440\u043E\u0432","description.baiduField":"\u041F\u043E\u0434\u0434\u0435\u0440\u0436\u0438\u0432\u0430\u0435\u043C\u044B\u0435 \u043E\u0431\u043B\u0430\u0441\u0442\u0438 \u0441\u043C\u043E\u0442\u0440\u0438\u0442\u0435 <1>\u0437\u0434\u0435\u0441\u044C, \u0435\u0441\u043B\u0438 \u043F\u0443\u0441\u0442\u043E, \u0437\u043D\u0430\u0447\u0438\u0442 \u043E\u0431\u043B\u0430\u0441\u0442\u044C \u043D\u0435 \u0443\u043A\u0430\u0437\u0430\u043D\u0430.","desc.interfaceLanguage":"\u041D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0430 \u044F\u0437\u044B\u043A\u0430 \u0438\u043D\u0442\u0435\u0440\u0444\u0435\u0439\u0441\u0430 \u0432\u043B\u0438\u044F\u0435\u0442 \u043D\u0430 \u044F\u0437\u044B\u043A \u043E\u0442\u043E\u0431\u0440\u0430\u0436\u0435\u043D\u0438\u044F \u043F\u0430\u043D\u0435\u043B\u0438 \u0443\u043F\u0440\u0430\u0432\u043B\u0435\u043D\u0438\u044F \u0438 \u043D\u0435 \u0441\u0432\u044F\u0437\u0430\u043D\u0430 \u0441 \u0446\u0435\u043B\u0435\u0432\u044B\u043C \u044F\u0437\u044B\u043A\u043E\u043C \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430.",touchShortcutsToggleTranslatePage:"\u041D\u0430\u0441\u0442\u0440\u043E\u0439\u0442\u0435 \u0436\u0435\u0441\u0442\u044B \u0441\u0435\u043D\u0441\u043E\u0440\u043D\u043E\u0433\u043E \u044D\u043A\u0440\u0430\u043D\u0430 \u0434\u043B\u044F \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430 \u0432\u0435\u0431-\u0441\u0442\u0440\u0430\u043D\u0438\u0446/\u043E\u0442\u043E\u0431\u0440\u0430\u0436\u0435\u043D\u0438\u044F \u0438\u0441\u0445\u043E\u0434\u043D\u043E\u0433\u043E \u0442\u0435\u043A\u0441\u0442\u0430","browser.toggleVideoSubtitlePreTranslation":"\u041F\u0435\u0440\u0435\u043A\u043B\u044E\u0447\u0438\u0442\u0435 \u0434\u0432\u0443\u044F\u0437\u044B\u0447\u043D\u044B\u0435 \u0441\u0443\u0431\u0442\u0438\u0442\u0440\u044B \u0434\u043B\u044F \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u043D\u0438\u044F \u043D\u0430\u0441\u0442\u0440\u043E\u0435\u043A \u043F\u043E\u0433\u0440\u0443\u0436\u0435\u043D\u0438\u044F \u0432 \u043F\u0435\u0440\u0435\u0432\u043E\u0434.",touchShortcutsToggleTranslateTouchElement:"\u041D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0430 \u0436\u0435\u0441\u0442\u043E\u0432 \u0441\u0435\u043D\u0441\u043E\u0440\u043D\u043E\u0433\u043E \u044D\u043A\u0440\u0430\u043D\u0430 \u0434\u043B\u044F \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430 \u0443\u043A\u0430\u0437\u0430\u043D\u043D\u043E\u0433\u043E \u0430\u0431\u0437\u0430\u0446\u0430","intro.subtitleTitle":"\u041E\u0442\u043E\u0431\u0440\u0430\u0436\u0435\u043D\u0438\u0435 \u0434\u0432\u0443\u044F\u0437\u044B\u0447\u043D\u044B\u0445 \u0441\u0443\u0431\u0442\u0438\u0442\u0440\u043E\u0432 \u0432 \u043E\u043D\u043B\u0430\u0439\u043D-\u0432\u0438\u0434\u0435\u043E","desc.touchShortcutsToggleTranslateTouchElement":"\u041D\u0430\u0441\u0442\u0440\u043E\u0439\u0442\u0435 \u0436\u0435\u0441\u0442, \u0438 \u0432\u044B \u0441\u043C\u043E\u0436\u0435\u0442\u0435 \u043F\u0435\u0440\u0435\u0432\u0435\u0441\u0442\u0438 \u043B\u044E\u0431\u043E\u0439 \u0430\u0431\u0437\u0430\u0446, \u0433\u0434\u0435 \u0431\u044B \u0432\u044B \u043D\u0438 \u043D\u0430\u0445\u043E\u0434\u0438\u043B\u0438\u0441\u044C.","browser.toggleMouseHoverTranslateDirectly":"\u041D\u0430 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u0435 \u0432\u0440\u0435\u043C\u0435\u043D\u043D\u043E \u0432\u043A\u043B\u044E\u0447\u0438\u0442\u0435 \u0438\u043B\u0438 \u043E\u0442\u043A\u043B\u044E\u0447\u0438\u0442\u0435 \u043F\u0440\u044F\u043C\u043E\u0439 \u043F\u0435\u0440\u0435\u0432\u043E\u0434 \u043F\u0440\u0438 \u043D\u0430\u0432\u0435\u0434\u0435\u043D\u0438\u0438 \u043C\u044B\u0448\u0438",paragraphMinTextCountDesc:"\u041E\u0431\u0440\u0430\u0442\u0438\u0442\u0435 \u0432\u043D\u0438\u043C\u0430\u043D\u0438\u0435, \u0437\u0434\u0435\u0441\u044C \u0440\u0435\u0447\u044C \u0438\u0434\u0435\u0442 \u043E \u0434\u043B\u0438\u043D\u0435 \u0441\u0438\u043C\u0432\u043E\u043B\u043E\u0432, \u043D\u0430\u043F\u0440\u0438\u043C\u0435\u0440: hello \u0441\u043E\u0441\u0442\u043E\u0438\u0442 \u0438\u0437 5 \u0441\u0438\u043C\u0432\u043E\u043B\u043E\u0432, \u0443\u0441\u0442\u0430\u043D\u043E\u0432\u043A\u0430 \u0431\u043E\u043B\u044C\u0448\u0435\u0433\u043E \u0437\u043D\u0430\u0447\u0435\u043D\u0438\u044F \u043C\u043E\u0436\u0435\u0442 \u0443\u043C\u0435\u043D\u044C\u0448\u0438\u0442\u044C \u043D\u0435\u043D\u0443\u0436\u043D\u044B\u0439 \u043F\u0435\u0440\u0435\u0432\u043E\u0434 \u043C\u0430\u043B\u0435\u043D\u044C\u043A\u0438\u0445 \u0430\u0431\u0437\u0430\u0446\u0435\u0432.",confirmResetToDefaultSettings:"\u0412\u044B \u0443\u0432\u0435\u0440\u0435\u043D\u044B, \u0447\u0442\u043E \u0445\u043E\u0442\u0438\u0442\u0435 \u0432\u043E\u0441\u0441\u0442\u0430\u043D\u043E\u0432\u0438\u0442\u044C \u044D\u0442\u043E\u0442 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0447\u0435\u0441\u043A\u0438\u0439 \u0441\u0435\u0440\u0432\u0438\u0441 \u0434\u043E \u043D\u0430\u0441\u0442\u0440\u043E\u0435\u043A \u043F\u043E \u0443\u043C\u043E\u043B\u0447\u0430\u043D\u0438\u044E? (\u0421\u0431\u0440\u043E\u0441 \u043D\u0430\u0441\u0442\u0440\u043E\u0435\u043A \u0442\u043E\u043B\u044C\u043A\u043E \u0434\u043B\u044F \u0442\u0435\u043A\u0443\u0449\u0435\u0433\u043E \u0441\u0435\u0440\u0432\u0438\u0441\u0430 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430)",touchShortcutsToggleTranslationMask:"\u041D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0430 \u043E\u0442\u043E\u0431\u0440\u0430\u0436\u0435\u043D\u0438\u044F \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430/\u043E\u0440\u0438\u0433\u0438\u043D\u0430\u043B\u044C\u043D\u043E\u0433\u043E \u0442\u0435\u043A\u0441\u0442\u0430 \u0441 \u043F\u043E\u043C\u043E\u0449\u044C\u044E \u0436\u0435\u0441\u0442\u043E\u0432 \u043D\u0430 \u0441\u0435\u043D\u0441\u043E\u0440\u043D\u043E\u043C \u044D\u043A\u0440\u0430\u043D\u0435",shortcutDisableTooltip:"\u041F\u043E\u0436\u0430\u043B\u0443\u0439\u0441\u0442\u0430, \u043D\u0430\u0441\u0442\u0440\u043E\u0439\u0442\u0435 \u043D\u0430 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u0435 \u0443\u043F\u0440\u0430\u0432\u043B\u0435\u043D\u0438\u044F \u0431\u044B\u0441\u0442\u0440\u044B\u043C\u0438 \u043A\u043B\u0430\u0432\u0438\u0448\u0430\u043C\u0438 \u0440\u0430\u0441\u0448\u0438\u0440\u0435\u043D\u0438\u044F \u0431\u0440\u0430\u0443\u0437\u0435\u0440\u0430, \u0434\u043B\u044F \u043F\u043E\u043B\u0443\u0447\u0435\u043D\u0438\u044F \u0434\u043E\u043F\u043E\u043B\u043D\u0438\u0442\u0435\u043B\u044C\u043D\u044B\u0445 \u0440\u0443\u043A\u043E\u0432\u043E\u0434\u0441\u0442\u0432 \u0441\u043C\u043E\u0442\u0440\u0438\u0442\u0435 \u0438\u043D\u0441\u0442\u0440\u0443\u043A\u0446\u0438\u0438 \u0432 \u0432\u0435\u0440\u0445\u043D\u0435\u0439 \u0447\u0430\u0441\u0442\u0438 \u044D\u0442\u043E\u0439 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u044B.",mouseHoverCustomKeyDescription:"\u0412\u044B \u043C\u043E\u0436\u0435\u0442\u0435 \u043D\u0430\u0441\u0442\u0440\u043E\u0438\u0442\u044C \u0441\u043E\u0447\u0435\u0442\u0430\u043D\u0438\u0435 \u043A\u043B\u0430\u0432\u0438\u0448 \u0434\u043B\u044F \u043D\u0430\u0432\u0435\u0434\u0435\u043D\u0438\u044F \u043C\u044B\u0448\u0438, \u043D\u0430\u043F\u0440\u0438\u043C\u0435\u0440: Alt+Z, Ctrl+E, Cmd+Alt+E \u0438\u043B\u0438 \u043F\u0440\u043E\u0441\u0442\u043E Cmd, \u043F\u043E\u0436\u0430\u043B\u0443\u0439\u0441\u0442\u0430, \u0432\u0432\u0435\u0434\u0438\u0442\u0435 \u0432\u0440\u0443\u0447\u043D\u0443\u044E.","desc.mouseHoverHoldKey":"\u041F\u0440\u0438 \u043D\u0430\u0432\u0435\u0434\u0435\u043D\u0438\u0438 \u043C\u044B\u0448\u0438 \u043D\u0430 \u0430\u0431\u0437\u0430\u0446, \u043E\u0434\u043D\u043E\u0432\u0440\u0435\u043C\u0435\u043D\u043D\u043E \u043D\u0430\u0436\u043C\u0438\u0442\u0435 \u043F\u0440\u0430\u0432\u0443\u044E \u0433\u043E\u0440\u044F\u0447\u0443\u044E \u043A\u043B\u0430\u0432\u0438\u0448\u0443, \u0447\u0442\u043E\u0431\u044B \u043D\u0435\u043F\u043E\u0441\u0440\u0435\u0434\u0441\u0442\u0432\u0435\u043D\u043D\u043E \u043F\u0435\u0440\u0435\u0432\u0435\u0441\u0442\u0438 \u044D\u0442\u043E\u0442 \u0430\u0431\u0437\u0430\u0446.","error.subscriptionExpired":"\u0412\u0430\u0448\u0430 \u043F\u043E\u0434\u043F\u0438\u0441\u043A\u0430, \u0432\u043E\u0437\u043C\u043E\u0436\u043D\u043E, \u0438\u0441\u0442\u0435\u043A\u043B\u0430, \u043F\u043E\u0436\u0430\u043B\u0443\u0439\u0441\u0442\u0430, \u043F\u0440\u043E\u0432\u0435\u0440\u044C\u0442\u0435 \u0441\u0442\u0430\u0442\u0443\u0441 \u0432\u0430\u0448\u0435\u0439 \u043F\u043E\u0434\u043F\u0438\u0441\u043A\u0438.","desc.touchShortcutsToggleTranslatePage":"\u041F\u043E\u0441\u043B\u0435 \u043D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0438, \u043F\u0440\u0438 \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u043D\u0438\u0438 \u043C\u043E\u0431\u0438\u043B\u044C\u043D\u043E\u0433\u043E \u0443\u0441\u0442\u0440\u043E\u0439\u0441\u0442\u0432\u0430, \u043C\u043E\u0436\u043D\u043E \u043E\u0434\u043D\u043E\u0432\u0440\u0435\u043C\u0435\u043D\u043D\u043E \u043A\u0430\u0441\u0430\u0442\u044C\u0441\u044F \u044D\u043A\u0440\u0430\u043D\u0430 X \u043F\u0430\u043B\u044C\u0446\u0430\u043C\u0438, \u043F\u0440\u043E\u0432\u043E\u0434\u0438\u0442\u044C \u043F\u043E \u043D\u0435\u043C\u0443 \u0432\u043B\u0435\u0432\u043E \u0438 \u0432\u043F\u0440\u0430\u0432\u043E \u0438\u043B\u0438 \u043D\u0435\u043F\u0440\u0435\u0440\u044B\u0432\u043D\u043E \u043D\u0430\u0436\u0438\u043C\u0430\u0442\u044C, \u0447\u0442\u043E\u0431\u044B \u0430\u043A\u0442\u0438\u0432\u0438\u0440\u043E\u0432\u0430\u0442\u044C \u043F\u0435\u0440\u0435\u0432\u043E\u0434 \u0432\u0435\u0431-\u0441\u0442\u0440\u0430\u043D\u0438\u0446\u044B/\u043F\u043E\u043A\u0430\u0437\u0430\u0442\u044C \u0438\u0441\u0445\u043E\u0434\u043D\u044B\u0439 \u0442\u0435\u043A\u0441\u0442.","contact.description":"\u0415\u0441\u043B\u0438 \u0443 \u0432\u0430\u0441 \u0435\u0441\u0442\u044C \u043A\u0430\u043A\u0438\u0435-\u043B\u0438\u0431\u043E \u0432\u043E\u043F\u0440\u043E\u0441\u044B \u0438\u043B\u0438 \u043F\u0440\u0435\u0434\u043B\u043E\u0436\u0435\u043D\u0438\u044F, \u043F\u043E\u0436\u0430\u043B\u0443\u0439\u0441\u0442\u0430, \u0437\u0430\u043F\u043E\u043B\u043D\u0438\u0442\u0435 \u0444\u043E\u0440\u043C\u0443 \u043D\u0438\u0436\u0435, \u0447\u0442\u043E\u0431\u044B \u0441\u0432\u044F\u0437\u0430\u0442\u044C\u0441\u044F \u0441 \u043D\u0430\u043C\u0438, \u0438\u043B\u0438 \u043E\u0442\u043F\u0440\u0430\u0432\u044C\u0442\u0435 \u044D\u043B\u0435\u043A\u0442\u0440\u043E\u043D\u043D\u043E\u0435 \u043F\u0438\u0441\u044C\u043C\u043E \u043D\u0430 {email}, \u0438 \u043C\u044B \u043E\u0442\u0432\u0435\u0442\u0438\u043C \u0432\u0430\u043C \u043A\u0430\u043A \u043C\u043E\u0436\u043D\u043E \u0441\u043A\u043E\u0440\u0435\u0435.","desc.toggleTranslateTheWholePage":"\u041F\u0435\u0440\u0435\u0432\u043E\u0434\u0438\u0442\u0435 \u0432\u0441\u0435 \u043E\u0431\u043B\u0430\u0441\u0442\u0438 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u044B, \u043F\u043E \u0443\u043C\u043E\u043B\u0447\u0430\u043D\u0438\u044E \u043C\u044B \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0438\u043C \u043E\u0441\u043D\u043E\u0432\u043D\u044B\u0435 \u043E\u0431\u043B\u0430\u0441\u0442\u0438 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u044B, \u0432\u044B \u043C\u043E\u0436\u0435\u0442\u0435 \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u044C \u044D\u0442\u043E\u0442 \u0433\u043E\u0440\u044F\u0447\u0438\u0439 \u043A\u043B\u0430\u0432\u0438\u0448 \u0434\u043B\u044F \u0441\u043F\u0435\u0446\u0438\u0430\u043B\u044C\u043D\u043E\u0433\u043E \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430 \u0432\u0441\u0435\u0445 \u043E\u0431\u043B\u0430\u0441\u0442\u0435\u0439 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u044B.",translationOnlyModeDescription:'\u0420\u0435\u0436\u0438\u043C "\u0422\u043E\u043B\u044C\u043A\u043E \u043F\u0435\u0440\u0435\u0432\u043E\u0434" \u043E\u0437\u043D\u0430\u0447\u0430\u0435\u0442, \u0447\u0442\u043E \u043E\u0442\u043E\u0431\u0440\u0430\u0436\u0430\u0435\u0442\u0441\u044F \u0442\u043E\u043B\u044C\u043A\u043E \u043F\u0435\u0440\u0435\u0432\u043E\u0434, \u0430 \u043D\u0435 \u0441\u0442\u0430\u043D\u0434\u0430\u0440\u0442\u043D\u044B\u0439 \u0434\u0432\u0443\u044F\u0437\u044B\u0447\u043D\u044B\u0439 \u0440\u0435\u0436\u0438\u043C. \u041E\u0431\u0440\u0430\u0442\u0438\u0442\u0435 \u0432\u043D\u0438\u043C\u0430\u043D\u0438\u0435: \u0438\u0437-\u0437\u0430 \u0442\u0435\u0445\u043D\u0438\u0447\u0435\u0441\u043A\u0438\u0445 \u043E\u0433\u0440\u0430\u043D\u0438\u0447\u0435\u043D\u0438\u0439, \u0433\u0438\u043F\u0435\u0440\u0441\u0441\u044B\u043B\u043A\u0438 \u0438\u0441\u0445\u043E\u0434\u043D\u043E\u0433\u043E \u0442\u0435\u043A\u0441\u0442\u0430 \u0431\u0443\u0434\u0443\u0442 \u043D\u0435\u0430\u043A\u0442\u0438\u0432\u043D\u044B \u0432 \u0440\u0435\u0436\u0438\u043C\u0435 "\u0422\u043E\u043B\u044C\u043A\u043E \u043F\u0435\u0440\u0435\u0432\u043E\u0434".',"desc.toggleTranslateTheMainPage":"\u0422\u043E\u043B\u044C\u043A\u043E \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0438\u0442\u0435 \u043E\u0441\u043D\u043E\u0432\u043D\u044B\u0435 \u043E\u0431\u043B\u0430\u0441\u0442\u0438 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u044B, \u043A\u043E\u0433\u0434\u0430 \u0432\u044B \u0432\u043A\u043B\u044E\u0447\u0438\u043B\u0438 \u043F\u0435\u0440\u0435\u0432\u043E\u0434 \u0432\u0441\u0435\u0445 \u043E\u0431\u043B\u0430\u0441\u0442\u0435\u0439 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u044B \u0432 \u0440\u0430\u0441\u0448\u0438\u0440\u0435\u043D\u043D\u044B\u0445 \u043D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0430\u0445, \u0432\u044B \u043C\u043E\u0436\u0435\u0442\u0435 \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u044C \u044D\u0442\u043E\u0442 \u0433\u043E\u0440\u044F\u0447\u0438\u0439 \u043A\u043B\u0430\u0432\u0438\u0448 \u0434\u043B\u044F \u0441\u043F\u0435\u0446\u0438\u0430\u043B\u044C\u043D\u043E\u0433\u043E \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430 \u043E\u0441\u043D\u043E\u0432\u043D\u044B\u0445 \u043E\u0431\u043B\u0430\u0441\u0442\u0435\u0439 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u044B.","intro.floatBallDescription":"\u041F\u043E\u0441\u043B\u0435 \u0430\u043A\u0442\u0438\u0432\u0430\u0446\u0438\u0438 \u043D\u0430 \u043F\u0440\u0430\u0432\u043E\u0439 \u0441\u0442\u043E\u0440\u043E\u043D\u0435 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u044B \u043F\u043E\u044F\u0432\u0438\u0442\u0441\u044F \u043A\u043D\u043E\u043F\u043A\u0430 \u0431\u044B\u0441\u0442\u0440\u043E\u0433\u043E \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430, \u043D\u0430\u0436\u043C\u0438\u0442\u0435 \u043D\u0430 \u043D\u0435\u0435, \u0447\u0442\u043E\u0431\u044B \u043F\u0435\u0440\u0435\u0432\u0435\u0441\u0442\u0438, \u043D\u0430\u0436\u043C\u0438\u0442\u0435 \u0435\u0449\u0435 \u0440\u0430\u0437, \u0447\u0442\u043E\u0431\u044B \u0432\u0435\u0440\u043D\u0443\u0442\u044C\u0441\u044F \u043A \u0438\u0441\u0445\u043E\u0434\u043D\u043E\u043C\u0443 \u0442\u0435\u043A\u0441\u0442\u0443. \u041D\u0430 \u043C\u043E\u0431\u0438\u043B\u044C\u043D\u043E\u043C \u0443\u0441\u0442\u0440\u043E\u0439\u0441\u0442\u0432\u0435, \u0435\u0441\u043B\u0438 \u0432\u044B \u0434\u043E\u043B\u0433\u043E \u043D\u0430\u0436\u0438\u043C\u0430\u0435\u0442\u0435 \u043D\u0430 \u043F\u043B\u0430\u0432\u0430\u044E\u0449\u0438\u0439 \u0448\u0430\u0440, \u0432\u044B \u043C\u043E\u0436\u0435\u0442\u0435 \u043E\u0442\u043A\u0440\u044B\u0442\u044C \u043F\u0430\u043D\u0435\u043B\u044C \u0431\u044B\u0441\u0442\u0440\u044B\u0445 \u043D\u0430\u0441\u0442\u0440\u043E\u0435\u043A.","desc.toggleMouseHoverTranslateDirectly":"\u041F\u043E\u0441\u043B\u0435 \u043D\u0430\u0436\u0430\u0442\u0438\u044F \u044D\u0442\u043E\u0439 \u0433\u043E\u0440\u044F\u0447\u0435\u0439 \u043A\u043B\u0430\u0432\u0438\u0448\u0438, \u043D\u0430 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u0435, \u043A\u0430\u043A \u0442\u043E\u043B\u044C\u043A\u043E \u043C\u044B\u0448\u044C \u0443\u043A\u0430\u0437\u044B\u0432\u0430\u0435\u0442 \u043D\u0430 \u043B\u044E\u0431\u043E\u0439 \u0442\u0435\u043A\u0441\u0442, \u044D\u0442\u043E\u0442 \u0442\u0435\u043A\u0441\u0442 \u0430\u0432\u0442\u043E\u043C\u0430\u0442\u0438\u0447\u0435\u0441\u043A\u0438 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0438\u0442\u0441\u044F. \u041D\u0430\u0436\u043C\u0438\u0442\u0435 \u0433\u043E\u0440\u044F\u0447\u0443\u044E \u043A\u043B\u0430\u0432\u0438\u0448\u0443 \u0435\u0449\u0435 \u0440\u0430\u0437, \u0447\u0442\u043E\u0431\u044B \u043E\u0442\u043A\u043B\u044E\u0447\u0438\u0442\u044C \u044D\u0442\u0443 \u0444\u0443\u043D\u043A\u0446\u0438\u044E \u0430\u0432\u0442\u043E\u043C\u0430\u0442\u0438\u0447\u0435\u0441\u043A\u043E\u0433\u043E \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430.","subtitle.showQuickButtonDescription":"\u0412 \u043F\u0440\u0430\u0432\u043E\u043C \u043D\u0438\u0436\u043D\u0435\u043C \u0443\u0433\u043B\u0443 \u0432\u0438\u0434\u0435\u043E\u043F\u043B\u0435\u0435\u0440\u0430 \u043F\u0440\u0435\u0434\u043E\u0441\u0442\u0430\u0432\u043B\u044F\u0435\u0442\u0441\u044F \u0431\u044B\u0441\u0442\u0440\u044B\u0439 \u0434\u043E\u0441\u0442\u0443\u043F \u043A \u0432\u043A\u043B\u044E\u0447\u0435\u043D\u0438\u044E \u0434\u0432\u0443\u044F\u0437\u044B\u0447\u043D\u044B\u0445 \u0441\u0443\u0431\u0442\u0438\u0442\u0440\u043E\u0432.","neverTranslateText.description":"\u0418\u0437-\u0437\u0430 \u0442\u043E\u0433\u043E, \u0447\u0442\u043E \u043D\u0435\u043A\u043E\u0442\u043E\u0440\u044B\u0435 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0447\u0435\u0441\u043A\u0438\u0435 \u0434\u0432\u0438\u0436\u043A\u0438 \u043D\u0435 \u0438\u0434\u0435\u0430\u043B\u044C\u043D\u043E \u0440\u0430\u0441\u043F\u043E\u0437\u043D\u0430\u044E\u0442 \u0441\u043F\u0435\u0446\u0438\u0430\u043B\u044C\u043D\u044B\u0435 \u0442\u0435\u0440\u043C\u0438\u043D\u044B, \u0432\u044B \u043C\u043E\u0436\u0435\u0442\u0435 \u0434\u043E\u0431\u0430\u0432\u0438\u0442\u044C \u0441\u043B\u043E\u0432\u0430 \u0437\u0434\u0435\u0441\u044C, \u0447\u0442\u043E\u0431\u044B \u0443\u0431\u0435\u0434\u0438\u0442\u044C\u0441\u044F, \u0447\u0442\u043E \u043E\u043D\u0438 \u043D\u0435 \u0431\u0443\u0434\u0443\u0442 \u043F\u0440\u0435\u043E\u0431\u0440\u0430\u0437\u043E\u0432\u0430\u043D\u044B \u0432 \u043F\u0440\u043E\u0446\u0435\u0441\u0441\u0435 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430. \u041E\u0431\u0440\u0430\u0442\u0438\u0442\u0435 \u0432\u043D\u0438\u043C\u0430\u043D\u0438\u0435, \u0447\u0442\u043E \u044D\u0442\u0430 \u0444\u0443\u043D\u043A\u0446\u0438\u044F \u0440\u0430\u0437\u043B\u0438\u0447\u0430\u0435\u0442 \u0440\u0435\u0433\u0438\u0441\u0442\u0440 \u0438 \u043F\u043E\u0434\u0434\u0435\u0440\u0436\u0438\u0432\u0430\u0435\u0442 \u0442\u043E\u043B\u044C\u043A\u043E \u044F\u0437\u044B\u043A\u0438 \u0441\u043E \u0441\u043B\u043E\u0432\u0430\u043C\u0438, \u0440\u0430\u0437\u0434\u0435\u043B\u0435\u043D\u043D\u044B\u043C\u0438 \u043F\u0440\u043E\u0431\u0435\u043B\u0430\u043C\u0438 (\u043D\u0430\u043F\u0440\u0438\u043C\u0435\u0440, \u0430\u043D\u0433\u043B\u0438\u0439\u0441\u043A\u0438\u0439, \u0444\u0440\u0430\u043D\u0446\u0443\u0437\u0441\u043A\u0438\u0439), \u0438 \u043D\u0435 \u043F\u043E\u0434\u0445\u043E\u0434\u0438\u0442 \u0434\u043B\u044F \u044F\u0437\u044B\u043A\u043E\u0432, \u0442\u0430\u043A\u0438\u0445 \u043A\u0430\u043A \u044F\u043F\u043E\u043D\u0441\u043A\u0438\u0439, \u043A\u043E\u0440\u0435\u0439\u0441\u043A\u0438\u0439 \u0438 \u0442.\u0434.","intro.subtitleDescription":"\u041F\u043E\u0441\u043B\u0435 \u0432\u043A\u043B\u044E\u0447\u0435\u043D\u0438\u044F \u044D\u0442\u043E\u0439 \u0444\u0443\u043D\u043A\u0446\u0438\u0438, \u043F\u0440\u0438 \u043F\u0440\u043E\u0441\u043C\u043E\u0442\u0440\u0435 \u0432\u0438\u0434\u0435\u043E \u0431\u0443\u0434\u0443\u0442 \u0430\u0432\u0442\u043E\u043C\u0430\u0442\u0438\u0447\u0435\u0441\u043A\u0438 \u043E\u0442\u043E\u0431\u0440\u0430\u0436\u0430\u0442\u044C\u0441\u044F \u0441\u0443\u0431\u0442\u0438\u0442\u0440\u044B \u043D\u0430 \u0434\u0432\u0443\u0445 \u044F\u0437\u044B\u043A\u0430\u0445. \u0415\u0441\u043B\u0438 \u0444\u0443\u043D\u043A\u0446\u0438\u044F \u043D\u0435 \u0432\u043A\u043B\u044E\u0447\u0435\u043D\u0430, \u0432\u0430\u043C \u043D\u0443\u0436\u043D\u043E \u0431\u0443\u0434\u0435\u0442 \u0432\u0440\u0443\u0447\u043D\u0443\u044E \u043D\u0430\u0436\u0430\u0442\u044C \u043A\u043D\u043E\u043F\u043A\u0443 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430 \u043D\u0430 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u0435, \u0447\u0442\u043E\u0431\u044B \u043E\u0442\u043E\u0431\u0440\u0430\u0437\u0438\u0442\u044C \u0441\u0443\u0431\u0442\u0438\u0442\u0440\u044B. \u041E\u0431\u0440\u0430\u0442\u0438\u0442\u0435 \u0432\u043D\u0438\u043C\u0430\u043D\u0438\u0435, \u0447\u0442\u043E \u0438\u0437-\u0437\u0430 \u0442\u0435\u0445\u043D\u0438\u0447\u0435\u0441\u043A\u0438\u0445 \u043E\u0433\u0440\u0430\u043D\u0438\u0447\u0435\u043D\u0438\u0439 \u043D\u0430 \u043D\u0435\u043A\u043E\u0442\u043E\u0440\u044B\u0445 \u0441\u0430\u0439\u0442\u0430\u0445 \u043F\u0440\u0438 \u043F\u0435\u0440\u0432\u043E\u0439 \u0430\u043A\u0442\u0438\u0432\u0430\u0446\u0438\u0438 \u0441\u0443\u0431\u0442\u0438\u0442\u0440\u043E\u0432 \u043C\u043E\u0436\u0435\u0442 \u043F\u043E\u0442\u0440\u0435\u0431\u043E\u0432\u0430\u0442\u044C\u0441\u044F \u043E\u0431\u043D\u043E\u0432\u0438\u0442\u044C \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u0443 \u0438\u043B\u0438 \u0434\u043E\u0436\u0434\u0430\u0442\u044C\u0441\u044F \u043E\u043A\u043E\u043D\u0447\u0430\u043D\u0438\u044F \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430, \u0447\u0442\u043E\u0431\u044B \u043E\u0442\u043E\u0431\u0440\u0430\u0437\u0438\u0442\u044C \u0441\u0443\u0431\u0442\u0438\u0442\u0440\u044B \u043D\u0430 \u0434\u0432\u0443\u0445 \u044F\u0437\u044B\u043A\u0430\u0445. (\u041A\u0440\u043E\u043C\u0435 \u0442\u043E\u0433\u043E, \u0432\u044B \u0442\u0430\u043A\u0436\u0435 \u043C\u043E\u0436\u0435\u0442\u0435 \u0432\u043A\u043B\u044E\u0447\u0438\u0442\u044C / \u043E\u0442\u043A\u043B\u044E\u0447\u0438\u0442\u044C \u043F\u0430\u043D\u0435\u043B\u044C \u0431\u044B\u0441\u0442\u0440\u044B\u0445 \u043A\u043E\u043C\u0430\u043D\u0434 \u0434\u043B\u044F \u043F\u043E\u0433\u0440\u0443\u0436\u0435\u043D\u0438\u044F \u0432 \u043F\u0435\u0440\u0435\u0432\u043E\u0434 \u0432 \u0432\u0435\u0440\u0445\u043D\u0435\u043C \u043F\u0440\u0430\u0432\u043E\u043C \u0443\u0433\u043B\u0443 \u043F\u043E\u0441\u043B\u0435 \u043E\u0442\u043A\u0440\u044B\u0442\u0438\u044F \u0432\u0438\u0434\u0435\u043E \u0441\u0430\u0439\u0442\u0430)

\u0412 \u043D\u0430\u0441\u0442\u043E\u044F\u0449\u0435\u0435 \u0432\u0440\u0435\u043C\u044F \u043F\u043E\u0434\u0434\u0435\u0440\u0436\u0438\u0432\u0430\u0435\u0442\u0441\u044F \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u043D\u0438\u0435 \u0441\u0443\u0431\u0442\u0438\u0442\u0440\u043E\u0432 \u043D\u0430 \u0434\u0432\u0443\u0445 \u044F\u0437\u044B\u043A\u0430\u0445 \u043D\u0430 \u044D\u0442\u0438\u0445 \u0441\u0430\u0439\u0442\u0430\u0445:","desc.touchShortcutsToggleTranslationMask":"\u041F\u0435\u0440\u0435\u0432\u043E\u0434\u0447\u0435\u0441\u043A\u0430\u044F \u043C\u0430\u0441\u043A\u0430 - \u044D\u0442\u043E \u044D\u0444\u0444\u0435\u043A\u0442 \u0440\u0430\u0437\u043C\u044B\u0442\u0438\u044F \u0432 \u0441\u0442\u0438\u043B\u0435 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430 (\u0440\u0435\u0436\u0438\u043C \u043E\u0431\u0443\u0447\u0435\u043D\u0438\u044F). \u041F\u043E\u0441\u043B\u0435 \u0432\u043A\u043B\u044E\u0447\u0435\u043D\u0438\u044F \u0432\u0440\u0435\u043C\u0435\u043D\u043D\u043E \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u0443\u0435\u0442\u0441\u044F \u044D\u0444\u0444\u0435\u043A\u0442 \u0440\u0430\u0437\u043C\u044B\u0442\u0438\u044F \u0434\u043B\u044F \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430, \u0447\u0442\u043E \u0443\u0434\u043E\u0431\u043D\u043E \u0434\u043B\u044F \u043E\u0431\u0443\u0447\u0435\u043D\u0438\u044F.","intro.hoverDescription":"\u041F\u0435\u0440\u0435\u0432\u043E\u0434 \u043F\u0440\u0438 \u043D\u0430\u0432\u0435\u0434\u0435\u043D\u0438\u0438 \u043C\u044B\u0448\u0438 - \u044D\u0442\u043E \u043E\u0447\u0435\u043D\u044C \u0432\u0430\u0436\u043D\u0430\u044F \u0444\u0443\u043D\u043A\u0446\u0438\u044F \u0432 \u043A\u043E\u043D\u0442\u0435\u043A\u0441\u0442\u043D\u043E\u043C \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0435, \u0434\u043E\u0441\u0442\u0430\u0442\u043E\u0447\u043D\u043E \u043F\u0440\u043E\u0441\u0442\u043E \u043F\u043E\u043C\u0435\u0441\u0442\u0438\u0442\u044C \u043A\u0443\u0440\u0441\u043E\u0440 \u043D\u0430 \u0430\u0431\u0437\u0430\u0446 \u0438 \u043E\u0434\u043D\u043E\u0432\u0440\u0435\u043C\u0435\u043D\u043D\u043E \u043D\u0430\u0436\u0430\u0442\u044C \u0437\u0430\u0434\u0430\u043D\u043D\u0443\u044E \u0433\u043E\u0440\u044F\u0447\u0443\u044E \u043A\u043B\u0430\u0432\u0438\u0448\u0443, \u0447\u0442\u043E\u0431\u044B \u0430\u0432\u0442\u043E\u043C\u0430\u0442\u0438\u0447\u0435\u0441\u043A\u0438 \u043F\u0435\u0440\u0435\u0432\u0435\u0441\u0442\u0438 \u0442\u0435\u043A\u0443\u0449\u0438\u0439 \u0430\u0431\u0437\u0430\u0446 (\u043E\u0431\u0440\u0430\u0442\u0438\u0442\u0435 \u0432\u043D\u0438\u043C\u0430\u043D\u0438\u0435: \u043F\u043E \u0443\u043C\u043E\u043B\u0447\u0430\u043D\u0438\u044E \u043E\u043D \u043D\u0435 \u0432\u043A\u043B\u044E\u0447\u0435\u043D, \u043F\u043E\u0436\u0430\u043B\u0443\u0439\u0441\u0442\u0430, \u043D\u0430\u0441\u0442\u0440\u043E\u0439\u0442\u0435 \u0435\u0433\u043E \u043D\u0438\u0436\u0435). \u042D\u0442\u043E\u0442 \u0432\u0437\u0430\u0438\u043C\u043E\u0434\u0435\u0439\u0441\u0442\u0432\u0438\u0435 \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u0443\u0435\u0442\u0441\u044F \u0434\u043B\u044F \u043B\u0443\u0447\u0448\u0435\u0439 \u0437\u0430\u043C\u0435\u043D\u044B \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430 \u0432\u044B\u0434\u0435\u043B\u0435\u043D\u043D\u043E\u0433\u043E \u0442\u0435\u043A\u0441\u0442\u0430, \u043A\u0440\u043E\u043C\u0435 \u0442\u043E\u0433\u043E, \u044D\u0442\u0430 \u0444\u0443\u043D\u043A\u0446\u0438\u044F \u0448\u0438\u0440\u043E\u043A\u043E \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u0443\u0435\u0442\u0441\u044F \u0432 \u043E\u0431\u043B\u0430\u0441\u0442\u044F\u0445, \u043A\u043E\u0442\u043E\u0440\u044B\u0435 \u043D\u0435 \u043C\u043E\u0433\u0443\u0442 \u0431\u044B\u0442\u044C \u0440\u0430\u0441\u043F\u043E\u0437\u043D\u0430\u043D\u044B \u0434\u043B\u044F \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430, \u0432\u044B \u043C\u043E\u0436\u0435\u0442\u0435 \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u044C \u044D\u0442\u0443 \u0444\u0443\u043D\u043A\u0446\u0438\u044E \u0434\u043B\u044F \u043F\u0440\u0438\u043D\u0443\u0434\u0438\u0442\u0435\u043B\u044C\u043D\u043E\u0433\u043E \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430 \u043B\u044E\u0431\u043E\u0433\u043E \u0430\u0431\u0437\u0430\u0446\u0430.",geminiWarning:"\u0412\u043D\u0438\u043C\u0430\u043D\u0438\u0435: \u0431\u0435\u0441\u043F\u043B\u0430\u0442\u043D\u044B\u0439 \u0441\u0435\u0440\u0432\u0438\u0441 Gemini \u043E\u0442 Google \u0438\u043C\u0435\u0435\u0442 \u0441\u0442\u0440\u043E\u0433\u0438\u0435 \u043E\u0433\u0440\u0430\u043D\u0438\u0447\u0435\u043D\u0438\u044F, Google \u043C\u043E\u0436\u0435\u0442 \u0441\u0447\u0438\u0442\u0430\u0442\u044C, \u0447\u0442\u043E \u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u0435\u043B\u044C \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u0443\u0435\u0442 \u043D\u0435\u0441\u043A\u043E\u043B\u044C\u043A\u043E \u043A\u043B\u044E\u0447\u0435\u0439 \u0434\u043B\u044F \u043E\u0431\u0445\u043E\u0434\u0430 \u0438\u0445 \u0431\u0435\u0441\u043F\u043B\u0430\u0442\u043D\u044B\u0445 \u043A\u0432\u043E\u0442. \u041D\u0435 \u0440\u0435\u043A\u043E\u043C\u0435\u043D\u0434\u0443\u0435\u0442\u0441\u044F \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u044C, \u0440\u0435\u043A\u043E\u043C\u0435\u043D\u0434\u0443\u0435\u0442\u0441\u044F \u0436\u0434\u0430\u0442\u044C, \u043F\u043E\u043A\u0430 Google \u043D\u0435 \u043E\u0442\u043A\u0440\u043E\u0435\u0442 \u043F\u043B\u0430\u0442\u043D\u044B\u0439 \u0438\u043D\u0442\u0435\u0440\u0444\u0435\u0439\u0441 Gemini \u0434\u043B\u044F \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u043D\u0438\u044F \u0432 \u0431\u0443\u0434\u0443\u0449\u0435\u043C.","floatBall.setting":"\u043D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0430","floatBall.file":"\u041F\u0435\u0440\u0435\u0432\u043E\u0434 PDF, EPUB, SRT, ASS, HTML, TXT \u0444\u0430\u0439\u043B\u043E\u0432","floatBall.translateToLanguage":"\u041D\u0430\u0436\u043C\u0438\u0442\u0435, \u0447\u0442\u043E\u0431\u044B \u043F\u0435\u0440\u0435\u0432\u0435\u0441\u0442\u0438 \u043D\u0430 {language}",changeToOnlyTempTranslationMode:"\u041F\u0435\u0440\u0435\u043A\u043B\u044E\u0447\u0435\u043D\u0438\u0435 \u043D\u0430 \u043E\u0442\u043E\u0431\u0440\u0430\u0436\u0435\u043D\u0438\u0435 \u0442\u043E\u043B\u044C\u043A\u043E \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u043E\u0432",changeToDualTempTranslationMode:"\u041F\u0435\u0440\u0435\u0445\u043E\u0434 \u043D\u0430 \u0434\u0432\u0443\u044F\u0437\u044B\u0447\u043D\u044B\u0439 \u043F\u0435\u0440\u0435\u0432\u043E\u0434","transitionMode.dual":"\u0434\u0432\u0443\u044F\u0437\u044B\u0447\u043D\u043E\u0435 \u0441\u043E\u043F\u043E\u0441\u0442\u0430\u0432\u043B\u0435\u043D\u0438\u0435","transitionMode.translation":"\u0422\u043E\u043B\u044C\u043A\u043E \u043F\u0435\u0440\u0435\u0432\u043E\u0434","options.navbar.installApp":"\u0423\u0441\u0442\u0430\u043D\u043E\u0432\u0438\u0442\u0435 \u043C\u043E\u0431\u0438\u043B\u044C\u043D\u043E\u0435 \u043F\u0440\u0438\u043B\u043E\u0436\u0435\u043D\u0438\u0435","options.navbar.translateFile":"\u041F\u0435\u0440\u0435\u0432\u0435\u0441\u0442\u0438 \u0434\u043E\u043A\u0443\u043C\u0435\u043D\u0442","subtitle.transitionMode":"\u0412\u0438\u0434\u0435\u043E \u0441 \u0434\u0432\u0443\u044F\u0437\u044B\u0447\u043D\u044B\u043C\u0438 \u0441\u0443\u0431\u0442\u0438\u0442\u0440\u0430\u043C\u0438 / \u043D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0430 \u0442\u043E\u043B\u044C\u043A\u043E \u0434\u043B\u044F \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430","subtitle.transitionModeDescription":"\u0423\u0441\u0442\u0430\u043D\u043E\u0432\u0438\u0442\u0435 \u0441\u0443\u0431\u0442\u0438\u0442\u0440\u044B \u0432\u0438\u0434\u0435\u043E \u043D\u0430 \u0434\u0432\u0443\u044F\u0437\u044B\u0447\u043D\u043E\u0435 \u0441\u043E\u043F\u043E\u0441\u0442\u0430\u0432\u043B\u0435\u043D\u0438\u0435 \u0438\u043B\u0438 \u0442\u043E\u043B\u044C\u043A\u043E \u0440\u0435\u0436\u0438\u043C \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430","transitionMode.inherit":"\u0421\u043E\u0445\u0440\u0430\u043D\u044F\u0439\u0442\u0435 \u0441\u043E\u043E\u0442\u0432\u0435\u0442\u0441\u0442\u0432\u0438\u0435 \u0441 \u0440\u0435\u0436\u0438\u043C\u043E\u043C \u043E\u0442\u043E\u0431\u0440\u0430\u0436\u0435\u043D\u0438\u044F \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430 \u043F\u043E \u0443\u043C\u043E\u043B\u0447\u0430\u043D\u0438\u044E \u0441\u0438\u0441\u0442\u0435\u043C\u044B.",translateFileTooltip:`\u041F\u0435\u0440\u0435\u0432\u043E\u0434 PDF, ePub, srt, ass, HTML, TXT \u0444\u0430\u0439\u043B\u043E\u0432`,"description.multiplePrompt":`\u041A\u043E\u0433\u0434\u0430 \u043A\u043E\u043B\u0438\u0447\u0435\u0441\u0442\u0432\u043E \u0430\u0431\u0437\u0430\u0446\u0435\u0432 \u0431\u043E\u043B\u044C\u0448\u0435 1, \u0434\u0438\u0430\u043B\u043E\u0433\u0438, \u043E\u0442\u043F\u0440\u0430\u0432\u043B\u0435\u043D\u043D\u044B\u0435 {service} \u043E\u0442 \u0438\u043C\u0435\u043D\u0438 \u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u0435\u043B\u044F, \u0433\u0434\u0435 {{from}} \u043E\u0431\u043E\u0437\u043D\u0430\u0447\u0430\u0435\u0442 \u044F\u0437\u044B\u043A \u0430\u0431\u0437\u0430\u0446\u0430, {{to}} \u043E\u0431\u043E\u0437\u043D\u0430\u0447\u0430\u0435\u0442 \u0446\u0435\u043B\u0435\u0432\u043E\u0439 \u044F\u0437\u044B\u043A, {{yaml}} - \u044D\u0442\u043E \u043D\u0430\u0448 \u043A\u043E\u043D\u0442\u0435\u043D\u0442 \u0430\u0431\u0437\u0430\u0446\u0430, \u0443\u043F\u0430\u043A\u043E\u0432\u0430\u043D\u043D\u044B\u0439 \u0432 \u0444\u043E\u0440\u043C\u0430\u0442\u0435 yaml. \u0415\u0441\u043B\u0438 \u0443 \u0432\u0430\u0441 \u0435\u0441\u0442\u044C \u043F\u043E\u0442\u0440\u0435\u0431\u043D\u043E\u0441\u0442\u044C \u0432 \u043D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0435 Prompt, \u0432\u0430\u043C \u043D\u0443\u0436\u043D\u043E \u0443\u0431\u0435\u0434\u0438\u0442\u044C\u0441\u044F, \u0447\u0442\u043E \u043A\u0430\u0436\u0434\u044B\u0439 \u044D\u043B\u0435\u043C\u0435\u043D\u0442 \u0432 \u0440\u0435\u0437\u0443\u043B\u044C\u0442\u0430\u0442\u0435 YAML \u043E\u0442 AI \u0441\u043E\u0434\u0435\u0440\u0436\u0438\u0442 \u043F\u043E\u043B\u0435 {env.imt_trans_field}, {{imt_trans_field}} - \u044D\u0442\u043E \u043D\u0430\u0437\u0432\u0430\u043D\u0438\u0435 \u043F\u043E\u043B\u044F \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430, \u043A\u043E\u0442\u043E\u0440\u043E\u0435 \u043C\u044B \u0445\u043E\u0442\u0438\u043C \u043F\u043E\u043B\u0443\u0447\u0438\u0442\u044C \u043E\u0442 AI, \u043F\u043E \u0443\u043C\u043E\u043B\u0447\u0430\u043D\u0438\u044E \u044D\u0442\u043E {env.imt_trans_field}, {{imt_source_field}} - \u044D\u0442\u043E \u043D\u0430\u0437\u0432\u0430\u043D\u0438\u0435 \u043F\u043E\u043B\u044F \u0438\u0441\u0445\u043E\u0434\u043D\u043E\u0433\u043E \u0442\u0435\u043A\u0441\u0442\u0430, \u043A\u043E\u0442\u043E\u0440\u043E\u0435 \u043C\u044B \u043F\u0435\u0440\u0435\u0434\u0430\u0435\u043C AI, \u043F\u043E \u0443\u043C\u043E\u043B\u0447\u0430\u043D\u0438\u044E \u044D\u0442\u043E {env.imt_source_field}. \u041F\u0440\u0438\u043C\u0435\u0440 \u0440\u0435\u0437\u0443\u043B\u044C\u0442\u0430\u0442\u0430: @@ -5225,7 +5225,7 @@ ass, HTML, TXT \u0444\u0430\u0439\u043B\u043E\u0432`,"description.multiplePrompt {env.imt_sub_trans_field}: \u041F\u0435\u0440\u0435\u0432\u043E\u0434 - id: 2 {env.imt_sub_source_field}: \u0418\u0441\u0442\u043E\u0447\u043D\u0438\u043A - {env.imt_sub_trans_field}: \u041F\u0435\u0440\u0435\u0432\u043E\u0434`,"subtitle.quickButton.cyan":"\u0421\u0438\u043D\u0438\u0439","subtitle.quickButton.magenta":"\u041F\u0443\u0440\u043F\u0443\u0440\u043D\u044B\u0439","subtitle.quickButton.white":"\u0431\u0435\u043B\u044B\u0439","subtitle.quickButton.blue":"\u0441\u0438\u043D\u0438\u0439","subtitle.quickButton.red":"\u043A\u0440\u0430\u0441\u043D\u044B\u0439","subtitle.quickButton.translationPositionTop":"\u0432 \u0432\u0435\u0440\u0445\u043D\u0435\u0439 \u0447\u0430\u0441\u0442\u0438 \u0442\u0435\u043A\u0441\u0442\u0430","subtitle.quickButton.translationPosition":"\u043C\u0435\u0441\u0442\u043E\u043F\u043E\u043B\u043E\u0436\u0435\u043D\u0438\u0435 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430","subtitle.quickButton.green":"\u0437\u0435\u043B\u0435\u043D\u044B\u0439","subtitle.quickButton.translationPositionBottom":"\u043E\u0440\u0438\u0433\u0438\u043D\u0430\u043B \u043D\u0438\u0436\u0435","subtitle.quickButton.yellow":"\u0436\u0435\u043B\u0442\u044B\u0439","subtitle.quickButton.backgroundColor":"\u0444\u043E\u043D\u043E\u0432\u044B\u0439 \u0446\u0432\u0435\u0442","subtitle.quickButton.sourceFontSize":"\u0418\u0441\u0445\u043E\u0434\u043D\u044B\u0439 \u0440\u0430\u0437\u043C\u0435\u0440 \u0448\u0440\u0438\u0444\u0442\u0430","translationServices.claude":"\u041A\u043B\u043E\u0434","subtitle.quickButton.setting":"\u043D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0430","subtitle.quickButton.translationFontSize":"\u0440\u0430\u0437\u043C\u0435\u0440 \u0448\u0440\u0438\u0444\u0442\u0430 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430","subtitle.quickButton.translationTextColor":"\u0426\u0432\u0435\u0442 \u0448\u0440\u0438\u0444\u0442\u0430 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430","subtitle.quickButton.black":"\u0447\u0435\u0440\u043D\u044B\u0439","subtitle.quickButton.sourceTextColor":"\u0418\u0441\u0445\u043E\u0434\u043D\u044B\u0439 \u0446\u0432\u0435\u0442 \u0448\u0440\u0438\u0444\u0442\u0430","subtitle.quickButton.backgroundOpacity":"\u0424\u043E\u043D\u043E\u0432\u0430\u044F \u043D\u0435\u043F\u0440\u043E\u0437\u0440\u0430\u0447\u043D\u043E\u0441\u0442\u044C",attachSubtitleTranslating:"\u0418\u0441\u043F\u043E\u043B\u044C\u0437\u0443\u044F {service} \u0434\u043B\u044F \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430...","error.claude.403":"\u0412\u0440\u0435\u043C\u0435\u043D\u043D\u043E \u043D\u0435\u0442 \u0434\u043E\u0441\u0442\u0443\u043F\u0430 \u043A \u0441\u0435\u0440\u0432\u0438\u0441\u0443, \u0432\u043E\u0437\u043C\u043E\u0436\u043D\u043E, \u044D\u0442\u043E \u0441\u0432\u044F\u0437\u0430\u043D\u043E \u0441 \u0440\u0435\u0433\u0438\u043E\u043D\u0430\u043B\u044C\u043D\u044B\u043C\u0438 \u043E\u0433\u0440\u0430\u043D\u0438\u0447\u0435\u043D\u0438\u044F\u043C\u0438 \u041A\u043B\u043E\u0434\u0430. \u0412\u044B \u043C\u043E\u0436\u0435\u0442\u0435 \u043F\u043E\u043F\u0440\u043E\u0431\u043E\u0432\u0430\u0442\u044C \u0438\u0437\u043C\u0435\u043D\u0438\u0442\u044C \u0441\u0432\u043E\u0439 IP-\u0430\u0434\u0440\u0435\u0441 \u0438\u043B\u0438 \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u044C \u0434\u0440\u0443\u0433\u0438\u0435 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0447\u0435\u0441\u043A\u0438\u0435 \u0443\u0441\u043B\u0443\u0433\u0438.","browser.brandDescriptionForSafari":"\u3010\u041F\u043E\u0433\u0440\u0443\u0436\u0435\u043D\u0438\u0435 \u0432 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u3011\u0411\u0435\u0441\u043F\u043B\u0430\u0442\u043D\u044B\u0439 \u043F\u043B\u0430\u0433\u0438\u043D \u0434\u043B\u044F \u0434\u0432\u0443\u044F\u0437\u044B\u0447\u043D\u043E\u0433\u043E \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430 \u0432\u0435\u0431-\u0441\u0442\u0440\u0430\u043D\u0438\u0446 (\u043E\u0440\u0438\u0433\u0438\u043D\u0430\u043B/\u043F\u0435\u0440\u0435\u0432\u043E\u0434), \u043F\u043E\u0434\u0434\u0435\u0440\u0436\u0438\u0432\u0430\u044E\u0449\u0438\u0439 \u043F\u0435\u0440\u0435\u0432\u043E\u0434 PDF \u0438 \u043F\u0435\u0440\u0435\u0432\u043E\u0434 \u044D\u043B\u0435\u043A\u0442\u0440\u043E\u043D\u043D\u044B\u0445 \u043A\u043D\u0438\u0433 EPUB \u0441 \u0441\u043E\u0445\u0440\u0430\u043D\u0435\u043D\u0438\u0435\u043C \u043E\u0440\u0438\u0433\u0438\u043D\u0430\u043B\u044C\u043D\u043E\u0433\u043E \u0444\u043E\u0440\u043C\u0430\u0442\u0438\u0440\u043E\u0432\u0430\u043D\u0438\u044F \u0434\u043E\u043A\u0443\u043C\u0435\u043D\u0442\u0430, \u043F\u0435\u0440\u0435\u0432\u043E\u0434 \u0434\u0432\u0443\u044F\u0437\u044B\u0447\u043D\u044B\u0445 \u0441\u0443\u0431\u0442\u0438\u0442\u0440\u043E\u0432 \u0434\u043B\u044F \u043E\u043D\u043B\u0430\u0439\u043D-\u0432\u0438\u0434\u0435\u043E \u043D\u0430 Youtube/Netflix, \u043F\u043E\u0434\u0434\u0435\u0440\u0436\u0438\u0432\u0430\u044E\u0449\u0438\u0439 \u043E\u0441\u043D\u043E\u0432\u043D\u044B\u0435 \u0441\u0435\u0440\u0432\u0438\u0441\u044B \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430, \u0442\u0430\u043A\u0438\u0435 \u043A\u0430\u043A Deepl/Google \u0438 \u0442.\u0434.","browser.PdfProFile":"\u041F\u0435\u0440\u0435\u0432\u043E\u0434 PDF Pro, \u0443\u043F\u0440\u0430\u0432\u043B\u044F\u0435\u043C\u044B\u0439 AI","browser.textTranslate":"\u0422\u0435\u043A\u0441\u0442\u043E\u0432\u044B\u0439 \u043F\u0435\u0440\u0435\u0432\u043E\u0434"};var q4={nologin:"\uB85C\uADF8\uC778\uD558\uC9C0 \uC54A\uC74C",loginForSafari:"\uB85C\uADF8\uC778 \uB610\uB294 \uB4F1\uB85D",login:"\uB85C\uADF8\uC778\uD558\uC5EC \uBA64\uBC84\uC2ED \uAC1C\uC124",manageAccount:"\uAD00\uB9AC \uACC4\uC815",openPremium:"\uBA64\uBC84\uC2ED \uC5F4\uAE30",logout:"\uC911\uB2E8",curentPlan:"\uD604\uC7AC \uD328\uD0A4\uC9C0",endAt:"\uB9CC\uB8CC",endAuto:"\uC790\uB3D9 \uAC31\uC2E0",lineBreakMaxTextCount:"\uC904 \uBC14\uAFC8 \uC774\uD6C4 \uBB38\uC7A5\uB2F9 \uD5C8\uC6A9\uB418\uB294 \uCD5C\uB300 \uAE00\uC790 \uC218","translate-pdf":"PDF\uB97C \uBC88\uC5ED\uD558\uB824\uBA74 \uD074\uB9AD\uD558\uC138\uC694.","noSupportTranslate-pdf":"\uC2A4\uD06C\uB9BD\uD2B8\uAC00 \uC9C0\uC6D0\uB418\uC9C0 \uC54A\uC73C\uB2C8 \uD50C\uB7EC\uADF8\uC778\uC744 \uC0AC\uC6A9\uD558\uC138\uC694.","translate-firefox-local-pdf":"PDF \uAC00\uC838\uC624\uAE30\uB85C \uC774\uB3D9\uD558\uB824\uBA74 \uD074\uB9AD\uD558\uC138\uC694.",enableLineBreak:"\uAE34 \uB2E8\uB77D\uC5D0 \uC790\uB3D9 \uC904 \uBC14\uAFC8 \uD65C\uC131\uD654",sponsorLabel:"1 \uD6C4\uC6D0 \uAC1C\uBC1C\uC790",help:"hand",browserShortcutsNoteForFirefox:"Firefox\uC5D0\uC11C \uBC14\uB85C\uAC00\uAE30\uB97C \uBCC0\uACBD\uD558\uB824\uBA74 \uD655\uC7A5 \uD504\uB85C\uADF8\uB7A8 \uAD00\uB9AC \uD398\uC774\uC9C0 `\uC815\uBCF4:\uC560\uB4DC\uC628`\uC744 \uC5F4\uACE0 `\uC124\uC815`\uC744 \uD074\uB9AD\uD55C \uB2E4\uC74C `\uBC14\uB85C \uAC00\uAE30 \uAD00\uB9AC`\uB97C \uD074\uB9AD\uD558\uC5EC \uBC14\uB85C\uAC00\uAE30\uB97C \uC124\uC815\uD574\uC57C \uD569\uB2C8\uB2E4.",browserShortcutsNoteForChrome:"Chrome\uC5D0\uC11C \uBC14\uB85C\uAC00\uAE30\uB97C \uC218\uC815\uD558\uB824\uBA74 \uD655\uC7A5 \uD504\uB85C\uADF8\uB7A8 \uAD00\uB9AC \uD398\uC774\uC9C0\uB97C \uC5F4\uACE0 '\uBC14\uB85C \uAC00\uAE30 \uAD00\uB9AC' \uD328\uB110(`chrome://extensions/shortcuts`)\uC5D0\uC11C \uC124\uC815\uD55C \uD6C4 \uC544\uB798 \uBC84\uD2BC\uC744 \uD074\uB9AD\uD558\uC5EC \uBC14\uB85C \uAC00\uAE30 \uAD00\uB9AC \uD398\uC774\uC9C0\uB85C \uC774\uB3D9\uD574\uC57C \uD569\uB2C8\uB2E4.",browserShortcutsSucks:"\uC0AC\uC6A9\uC790 \uC9C0\uC815 \uBC14\uB85C\uAC00\uAE30\uC758 \uD615\uC2DD\uC740\uFF1A\uC785\uB2C8\uB2E4(\uC790\uB3D9 \uC778\uC2DD\uB418\uC9C0 \uC54A\uC73C\uBBC0\uB85C \uC9C1\uC811 \uC785\uB825\uD558\uC138\uC694).",enableLineBreakDescription:"\uC774 \uAE30\uB2A5\uC744 \uCF1C\uBA74 \uAE34 \uB2E8\uB77D\uC758 \uAC01 \uBB38\uC7A5 \uB05D\uC5D0 \uC904 \uBC14\uAFC8\uC774 \uC0BD\uC785\uB418\uC5B4 \uBB38\uC7A5\uC744 \uB354 \uC27D\uAC8C \uC77D\uC744 \uC218 \uC788\uC2B5\uB2C8\uB2E4.","browser.shortBrandName":"\uBAB0\uC785 \uBC88\uC5ED","browser.brandName":"\uBAB0\uC785 \uBC88\uC5ED: \uC774\uC911 \uC5B8\uC5B4 \uC6F9 \uD398\uC774\uC9C0 \uBC88\uC5ED \uBC0F PDF \uBB38\uC11C \uBC88\uC5ED","browser.brandDescription":"Bilingual web page translation, also supports PDF translation, bilingual Epub eBook translation, free to use.","browser.toggleTranslatePage":"\uD398\uC774\uC9C0 \uBC88\uC5ED/\uC6D0\uBB38 \uD45C\uC2DC","browser.toggleTranslateTheWholePage":"\uD398\uC774\uC9C0\uC758 \uBAA8\uB4E0 \uC601\uC5ED \uBC88\uC5ED/\uC6D0\uBB38 \uD14D\uC2A4\uD2B8 \uD45C\uC2DC","browser.toggleOnlyTransation":"\uC591\uC5B8\uC5B4/\uBC88\uC5ED\uBB38\uB9CC \uBAA8\uB4DC\uB85C \uC804\uD658","browser.toggleTranslateToThePageEndImmediately":"\uD398\uC774\uC9C0 \uD558\uB2E8\uC73C\uB85C \uC989\uC2DC \uBC88\uC5ED/\uC6D0\uBB38 \uD45C\uC2DC","browser.toggleTranslateTheMainPage":"\uD398\uC774\uC9C0\uC758 \uC8FC\uC694 \uC601\uC5ED \uBC88\uC5ED/\uC6D0\uBB38 \uD14D\uC2A4\uD2B8 \uD45C\uC2DC","browser.shareToDraft":"\uC774\uC911 \uC5B8\uC5B4 \uD398\uC774\uC9C0 \uACF5\uC720","browser.openOptionsPage":"\uC124\uC815 \uD398\uC774\uC9C0 \uC5F4\uAE30","browser.toggleTranslationMask":"\uBC88\uC5ED \uD750\uB9BC \uD6A8\uACFC \uD45C\uC2DC/\uC228\uAE30\uAE30","browser.translateLocalPdfFile":"\uB85C\uCEEC PDF \uD30C\uC77C \uBC88\uC5ED","browser.openEbookViewer":"\uD604\uC9C0 \uC804\uC790\uCC45 \uC77D\uAE30","browser.openEbookBuilder":"\uC774\uC911 \uC5B8\uC5B4 EPUB \uC804\uC790\uCC45 \uB9CC\uB4E4\uAE30","browser.translateLocalHtmlFile":"HTML/\uD14D\uC2A4\uD2B8 \uD30C\uC77C \uBC88\uC5ED","browser.donateContext":"\uC2A4\uD3F0\uC11C\uC2ED \uD61C\uD0DD\uC5D0 \uB300\uD574 \uC54C\uC544\uBCF4\uAE30","browser.translateLocalSubtitleFile":"\uB85C\uCEEC \uC790\uB9C9 \uD30C\uC77C \uBC88\uC5ED",confirmResetConfig:"\uC124\uC815\uC744 \uC7AC\uC124\uC815\uD558\uC2DC\uACA0\uC2B5\uB2C8\uAE4C?",translationLineBreakSettingTitle:"\uBC88\uC5ED \uC904 \uBC14\uAFC8 \uC124\uC815",smartLineBreak:"\uC2A4\uB9C8\uD2B8 \uB77C\uC778 \uD53C\uB4DC(\uCEF4\uD4E8\uD305)",alwaysLineBreak:"\uD56D\uC0C1 \uB77C\uC778 \uD53C\uB4DC",isShowContextMenu:"\uBA54\uB274 \uD56D\uBAA9\uC744 \uB9C8\uC6B0\uC2A4 \uC624\uB978\uCABD \uBC84\uD2BC\uC73C\uB85C \uD074\uB9AD\uD558\uC5EC \uBC88\uC5ED\uB41C \uD398\uC774\uC9C0 \uCD94\uAC00\uD558\uAE30",toggleBeta:"\uBCA0\uD0C0 \uD14C\uC2A4\uD2B8 \uAE30\uB2A5 \uD65C\uC131\uD654",betaDescription:"\uC544\uC9C1 \uC2E4\uD5D8\uB2E8\uACC4\uC778 \uAE30\uB2A5\uB4E4\uACFC \uBCA0\uD0C0\uBC84\uC804\uC778 \uBC88\uC5ED \uC11C\uBE44\uC2A4\uB97C \uC0AC\uC6A9\uD574\uBCF4\uC138\uC694. <1>\uD154\uB808\uADF8\uB7A8 \uADF8\uB8F9\uC5D0 \uAC00\uC785\uD558\uC5EC \uC790\uC138\uD788 \uC54C\uC544\uBCF4\uC138\uC694.",translationLineBreakSettingDescription:"\uCF58\uD150\uCE20\uAC00 \uC801\uC740 \uD398\uC774\uC9C0\uC758 \uACBD\uC6B0 \uD56D\uC0C1 \uC904 \uBC14\uAFC8\uC774 \uAE54\uB054\uD558\uAC8C \uC720\uC9C0\uB429\uB2C8\uB2E4. (\uCF58\uD150\uCE20\uAC00 \uB9CE\uC740 \uAE34 \uB2E8\uB77D({count}\uC790 \uC774\uC0C1)\uC5D0\uB294 \uC2A4\uB9C8\uD2B8 \uC904 \uBC14\uAFC8\uC744 \uC0AC\uC6A9\uD558\uC5EC \uACF5\uAC04\uC744 \uC808\uC57D\uD558\uC138\uC694.)",tempTranslateDomainTitle:"\uC6F9\uC0AC\uC774\uD2B8 \uBC88\uC5ED\uC774 \uC77C\uC2DC\uC801\uC73C\uB85C \uCF1C\uC9C0\uB294 \uAE30\uAC04",tempTranslateDomainDescription:"\uC6F9 \uD398\uC774\uC9C0\uB97C \uC218\uB3D9\uC73C\uB85C \uBC88\uC5ED\uD560 \uB54C \uC790\uB3D9 \uBC88\uC5ED\uC744 \uC704\uD574 \uC6F9 \uC0AC\uC774\uD2B8\uB97C \uC77C\uC2DC\uC801\uC73C\uB85C \uCF1C\uACE0 \uC77C\uC2DC\uC801\uC778 \uAE30\uAC04\uC744 \uC124\uC815\uD560 \uC218 \uC788\uC2B5\uB2C8\uB2E4.",xMinutes:"{count} \uBD84",disabled:"STH \uC0AC\uC6A9\uC744 \uAE08\uC9C0\uD569\uB2C8\uB2E4.",changelog:"\uC5C5\uB370\uC774\uD2B8 \uB85C\uADF8",toggleTranslatePageWhenThreeFingersOnTheScreen:"\uC5EC\uB7EC \uC190\uAC00\uB77D\uC774 \uB3D9\uC2DC\uC5D0 \uD654\uBA74\uC744 \uD130\uCE58\uD560 \uB54C \uC6F9 \uD398\uC774\uC9C0 \uBC88\uC5ED/\uC6D0\uBB38 \uD14D\uC2A4\uD2B8 \uD45C\uC2DC",toggleTranslationMaskWhenThreeFingersOnTheScreen:"\uC5EC\uB7EC \uC190\uAC00\uB77D\uC73C\uB85C \uD130\uCE58\uD558\uBA74 \uD750\uB9BC \uD6A8\uACFC\uB97C \uD45C\uC2DC\uD558\uAC70\uB098 \uC228\uAE38 \uC218 \uC788\uC2B5\uB2C8\uB2E4.",fingerCountToToggleTranslagePageOnlyTranslationWhenTouching:"\uC5EC\uB7EC \uC190\uAC00\uB77D\uC73C\uB85C \uB3D9\uC2DC\uC5D0 \uD654\uBA74\uC744 \uD130\uCE58\uD558\uBA74 \uC6F9 \uD398\uC774\uC9C0\uAC00 \uBC88\uC5ED(\uBC88\uC5ED \uC804\uC6A9)/\uC6D0\uBB38\uC744 \uD45C\uC2DC\uD569\uB2C8\uB2E4.",addUrlDescription:"\uB3C4\uBA54\uC778 \uC774\uB984\uC77C \uC218 \uC788\uC73C\uBA70 \uC640\uC77C\uB4DC\uCE74\uB4DC(\uC608:\uFF1A*.google.com, google.com/mail/*, https://www.google.com/*)\uB3C4 \uC9C0\uC6D0\uD569\uB2C8\uB2E4.",general:"\uAE30\uBCF8 \uC124\uC815",clickToExpandConfig:"\uD604\uC7AC \uAD6C\uC131 \uD655\uC7A5",import:"\uD30C\uC77C\uC5D0\uC11C \uAC00\uC838\uC624\uAE30",export:"\uD30C\uC77C\uB85C \uB0B4\uBCF4\uB0B4\uAE30",toggleDebug:"\uCF58\uC194\uC5D0\uC11C \uB514\uBC84\uADF8 \uB85C\uADF8 \uC778\uC1C4","fingers.0":"\uC751\uACE0","fingers.2":"\uB450 \uC190\uAC00\uB77D \uD130\uCE58","fingers.3":"\uC138 \uC190\uAC00\uB77D \uD130\uCE58","fingers.4":"\uB124 \uC190\uAC00\uB77D \uD130\uCE58","fingers.5":"\uB2E4\uC12F \uC190\uAC00\uB77D \uD130\uCE58",mouseHoldKey:"+ {key} \uB2E8\uB77D \uBC88\uC5ED/\uBCF5\uC6D0\uD558\uAE30",mouseHoldKeyAuto:"\uB2E8\uB77D\uC758 \uC9C1\uC811 \uBC88\uC5ED",mouseHoldKeyOff:"\uC544\uBB34\uAC83\uB3C4 \uD558\uC9C0 \uB9C8\uC138\uC694.",mouseHoldKeyOther:"\uC0AC\uC6A9\uC790 \uC9C0\uC815 \uBC14\uB85C \uAC00\uAE30(\uC124\uC815 \uC5F4\uAE30)",mouseHoldKeyCustomKey:"{key} \uB2E8\uB77D\uC758 \uBC88\uC5ED/\uCD95\uC18C",mouseHoverHoldKey:"\uBC14\uB85C \uAC00\uAE30 \uD0A4\uB97C \uB204\uB978 \uC0C1\uD0DC\uC5D0\uC11C \uB9C8\uC6B0\uC2A4\uB97C \uAC00\uB9AC\uD0A4\uBA74 \uB2E8\uB77D\uC774 \uBC88\uC5ED\uB429\uB2C8\uB2E4.","mouse-translate":"\uB9C8\uC6B0\uC2A4 \uD638\uBC84",document:"(\uCEF4\uD4E8\uD130) \uD30C\uC77C",resetSuccess:"\uBAA8\uB4E0 \uC124\uC815 \uC7AC\uC124\uC815\uC5D0 \uC131\uACF5",resetThisSuccess:"\uC7AC\uC124\uC815 \uC131\uACF5",saved:"\uC800\uC7A5 \uC131\uACF5",successImportConfig:"\uC131\uACF5\uC801\uC73C\uB85C \uAC00\uC838\uC628 \uAD6C\uC131",goAdvancedSettings:"\uACE0\uAE09 \uC124\uC815 \uD398\uC774\uC9C0\uB85C \uC774\uB3D9\uD569\uB2C8\uB2E4.",goAdvancedInterfaceSettings:"\uACE0\uAE09 \uC0AC\uC6A9\uC790 \uC9C0\uC815 \uC124\uC815 \uD398\uC774\uC9C0\uB85C \uC774\uB3D9\uD569\uB2C8\uB2E4.",advanced:"\uACE0\uAE09 \uC124\uC815",advancedDescription:"\uC77C\uBC18\uC801\uC73C\uB85C \uC124\uC815\uC774 \uD544\uC694\uD558\uC9C0 \uC54A\uC73C\uBA70 \uAE30\uBCF8\uAC12\uC744 \uADF8\uB300\uB85C \uB450\uBA74 \uB429\uB2C8\uB2E4. \uBCF4\uB2E4 \uC804\uBB38\uC801\uC778 \uC0AC\uC6A9\uC790\uB9CC \uAC1C\uC778\uD654\uB41C \uC124\uC815\uC744 \uC0AC\uC6A9\uD560 \uC218 \uC788\uC2B5\uB2C8\uB2E4.",developer:"\uAC1C\uBC1C\uC790 \uC124\uC815",donateCafe:"\uAC00\uACA9","translate to the bottom of the page":"\uD398\uC774\uC9C0\uC5D0 \uB4E4\uC5B4\uAC00\uBA74 \uBC14\uB85C \uD398\uC774\uC9C0 \uD558\uB2E8\uC73C\uB85C \uBC88\uC5ED\uB418\uB098\uC694?",feedback:"\uC9C8\uBB38 \uD53C\uB4DC\uBC31",toggleTranslatePage:"\uD398\uC774\uC9C0 \uBC88\uC5ED/\uC6D0\uBB38 \uD45C\uC2DC",translateToThePageEndImmediatelyDescription:"\uC774 \uAE30\uB2A5\uC744 \uCF1C\uBA74 \uC785\uB825\uD558\uB294 \uC989\uC2DC \uD398\uC774\uC9C0\uC758 \uC704\uCABD\uC5D0\uC11C \uC544\uB798\uCABD\uC73C\uB85C \uCF58\uD150\uCE20\uAC00 \uBC88\uC5ED\uB429\uB2C8\uB2E4. \uB044\uBA74 \uC77D\uB294 \uB300\uB85C \uBC88\uC5ED\uB429\uB2C8\uB2E4. (\uAD8C\uC7A5\uD558\uC9C0 \uC54A\uC74C)","translate all areas of the page":"\uD398\uC774\uC9C0\uC758 \uBAA8\uB4E0 \uC601\uC5ED\uC744 \uBC88\uC5ED\uD560\uC9C0 \uC5EC\uBD80",translationAreaDescription:"\uCF1C\uBA74 \uC804\uCCB4 \uC6F9 \uD398\uC774\uC9C0\uC758 \uBAA8\uB4E0 \uC601\uC5ED\uC774 \uBC88\uC5ED\uB429\uB2C8\uB2E4. \uB044\uBA74 \uAE30\uBCF8 \uC2A4\uB9C8\uD2B8 \uC778\uC2DD\uC774 \uC0AC\uC6A9\uB418\uBA70 \uC8FC\uC694 \uC601\uC5ED\uB9CC \uBC88\uC5ED\uB429\uB2C8\uB2E4. (\uCF1C\uC9C0 \uC54A\uB294 \uAC83\uC774 \uC88B\uC2B5\uB2C8\uB2E4.)","the number of characters to be translated first":"\uBCF4\uAE30 \uC601\uC5ED\uC73C\uB85C \uC2A4\uD06C\uB864\uD560 \uB54C\uAE4C\uC9C0 \uAE30\uB2E4\uB9AC\uC9C0 \uC54A\uACE0 \uD398\uC774\uC9C0\uC758 \uCC98\uC74C \uBA87 \uBB38\uC790\uB97C \uBC14\uB85C \uBC88\uC5ED\uD569\uB2C8\uB2E4.","interface language":"\uC778\uD130\uD398\uC774\uC2A4 \uC5B8\uC5B4","display both the original text and the translation":"\uC6D0\uBCF8\uACFC \uBC88\uC5ED\uBCF8 \uB3D9\uC2DC \uD45C\uC2DC","keyboard shortcuts":"\uD0A4\uBCF4\uB4DC \uB2E8\uCD95\uD0A4",modify:"\uBC14\uB85C \uAC00\uAE30 \uD0A4 \uC218\uC815",reset:"\uC7AC\uD504\uB85C\uBE44\uC800\uB2DD",close:"\uC751\uACE0",homepage:"\uD648\uD398\uC774\uC9C0",more:"\uB354 \uBCF4\uAE30",moreOptions:"\uB354 \uB9CE\uC740 \uC0AC\uC6A9\uC790 \uC9C0\uC815 \uC635\uC158 \uD655\uC7A5",translateTheWholePage:"\uD398\uC774\uC9C0\uC758 \uBAA8\uB4E0 \uC601\uC5ED \uBC88\uC5ED(\uC8FC\uC694 \uC601\uC5ED\uB9CC \uC9C0\uB2A5\uC801\uC73C\uB85C \uC778\uC2DD\uD558\uB294 \uAC83\uC774 \uC544\uB2C8\uB77C)",changeToTranslateTheWholePage:"\uBAA8\uB4E0 \uC9C0\uC5ED \uBC88\uC5ED\uC73C\uB85C \uC804\uD658",changeToTranslateTheMainPage:"\uAE30\uBCF8 \uC601\uC5ED \uBC88\uC5ED\uC73C\uB85C \uC804\uD658",changeToOnlyTranslationMode:"\uBC88\uC5ED\uB9CC \uD45C\uC2DC\uD558\uB3C4\uB85D \uD1A0\uAE00",changeToDualTranslationMode:"\uC774\uC911 \uC5B8\uC5B4 \uBC88\uC5ED\uC73C\uB85C \uC804\uD658",translateToThePageEndImmediately:"\uD398\uC774\uC9C0 \uD558\uB2E8\uC73C\uB85C \uC989\uC2DC \uBC88\uC5ED\uD558\uAE30",translateTheMainPage:"\uC9C0\uB2A5\uD615 \uBC88\uC5ED \uC8FC\uC694 \uC9C0\uC5ED","The local rules are up to date":"\uB85C\uCEEC \uC801\uC751 \uADDC\uCE59\uC740 \uCD5C\uC2E0 \uC0C1\uD0DC\uC785\uB2C8\uB2E4.","Successfully synchronized with the latest official rules:":"\uCD5C\uC2E0 \uACF5\uC2DD \uC801\uC751 \uADDC\uCE59\uACFC \uC131\uACF5\uC801\uC73C\uB85C \uB3D9\uAE30\uD654\uB418\uC5C8\uC2B5\uB2C8\uB2E4.","Checking for updates":"\uC5C5\uB370\uC774\uD2B8 \uD655\uC778","Rules are being synchronized":"\uC801\uC751 \uADDC\uCE59 \uB3D9\uAE30\uD654 \uC911",localVersionIsTooOld:"\uB85C\uCEEC \uD655\uC7A5 \uD504\uB85C\uADF8\uB7A8 \uBC84\uC804\uC774 \uB108\uBB34 \uC624\uB798\uB418\uC5C8\uC73C\uBBC0\uB85C \uB3D9\uAE30\uD654\uB97C \uC2DC\uB3C4\uD558\uAE30 \uC804\uC5D0 \uD655\uC7A5 \uD504\uB85C\uADF8\uB7A8\uC744 {minVersion} \uC774\uC0C1\uC73C\uB85C \uC5C5\uADF8\uB808\uC774\uB4DC\uD558\uC138\uC694.",badUserscriptBrowser:"\uD604\uC7AC \uBE0C\uB77C\uC6B0\uC800\uB294 \uADF8\uB9AC\uC2A4\uBABD\uD0A4 \uD655\uC7A5 \uC778\uD130\uD398\uC774\uC2A4\uB97C \uC62C\uBC14\uB974\uAC8C \uAD6C\uD604\uD558\uC9C0 \uC54A\uC73C\uBBC0\uB85C(\uC608: \uADF8\uB9AC\uC2A4\uBABD\uD0A4 \uC2A4\uD06C\uB9BD\uD2B8 \uC790\uCCB4\uC758 \uBC84\uC804 \uBC88\uD638\uC5D0 \uB300\uD55C \uC815\uBCF4\uB97C \uC5BB\uC73C\uB824\uBA74), \uD30C\uC774\uC5B4\uD3ED\uC2A4 \uB4F1 <1>\uADF8\uB9AC\uC2A4\uBABD\uD0A4 \uD655\uC7A5 \uAE30\uB2A5\uC744 \uC9C0\uC6D0\uD558\uB294 \uB2E4\uB978 \uBE0C\uB77C\uC6B0\uC800\uB97C \uC0AC\uC6A9\uD558\uC2DC\uAE30 \uBC14\uB78D\uB2C8\uB2E4.",foundNewVersion:"\uC0C8 \uBC84\uC804 \uC54C\uC544\uBCF4\uAE30",theLocalExtensionIsUpToUpdate:"\uD604\uC7AC \uD655\uC7A5 \uD504\uB85C\uADF8\uB7A8\uC774 \uCD5C\uC2E0 \uBC84\uC804\uC785\uB2C8\uB2E4.",failToSyncRules:"\uCD5C\uC2E0 \uC801\uC751 \uADDC\uCE59\uC744 \uB3D9\uAE30\uD654\uD558\uC9C0 \uBABB\uD568",retry:"\uB2E4\uC2DC \uC2DC\uB3C4\uD558\uB824\uBA74 \uC5EC\uAE30\uB97C \uD074\uB9AD\uD558\uC138\uC694.",failedReason:"\uC2E4\uD328 \uC774\uC720",currentRuleVersion:"\uD604\uC7AC \uADDC\uCE59 \uBC84\uC804",calculating:"\uACC4\uC0B0",unknownError:"\uC54C \uC218 \uC5C6\uB294 \uC624\uB958",canNotFetchRemoteRule:"\uC6D0\uACA9 \uADDC\uCE59\uC744 \uAC00\uC838\uC62C \uC218 \uC5C6\uC74C",enableAlphaSuccess:"\uC54C\uD30C \uC0AC\uC6A9",disableAlphaSuccess:"\uC54C\uD30C \uAE30\uB2A5\uC774 \uAEBC\uC838 \uC788\uC2B5\uB2C8\uB2E4.",cacheSize:"\uCE90\uC2DC \uD06C\uAE30\uFF1A",cleaning:"\uCCAD\uC0B0 \uACFC\uC815\uC5D0\uC11C",cleanCache:"\uCE90\uC2DC \uC9C0\uC6B0\uAE30",options:"\uC124\uC815",about:"\uB2E4\uC74C\uACFC \uAD00\uB828\uD558\uC5EC",service:"\uD1B5\uC5ED \uC11C\uBE44\uC2A4",needAction:"(\uC124\uC815\uC73C\uB85C \uC774\uB3D9)",goSettings:"\uACC4\uC18D\uD574\uC11C \uC124\uC815\uD558\uC138\uC694.",needActionForOptions:"(\uC124\uC815 \uC608\uC815)",translationEngine:"\uC5D4\uC9C4 \uC635\uC158",sourceLanguage:"\uC6D0\uBCF8 \uC5B8\uC5B4",target:"\uB300\uC0C1 \uC5B8\uC5B4",popupSourceLanguage:"\uC6D0\uBCF8 \uC5B8\uC5B4",popupTarget:"\uB300\uC0C1 \uC5B8\uC5B4",popupService:"\uD1B5\uC5ED \uC11C\uBE44\uC2A4",forThisSite:"\uD604\uC7AC \uC6F9\uC0AC\uC774\uD2B8",autoEnableSubtitle:"\uC774\uC911 \uC5B8\uC5B4 \uC790\uB9C9 \uC790\uB3D9 \uC5F4\uAE30",alwaysTranslate:"\uD56D\uC0C1 \uBC88\uC5ED",neverTranslate:"\uBC88\uC5ED \uAE08\uC9C0",alwaysTranslateSomeLanguage:"\uD56D\uC0C1 \uBC88\uC5ED {language}",neverTranslateSomeLanguage:"\uBC88\uC5ED \uAE08\uC9C0 {language}",alwaysTranslateSomeSite:"\uD56D\uC0C1 \uBC88\uC5ED {hostname}",neverTranslateSomeSite:"\uBC88\uC5ED \uAE08\uC9C0 {hostname}",alwaysTranslateSomeSiteOrWildSite:"\uD56D\uC0C1 \uC0AC\uC774\uD2B8 \uBC88\uC5ED",alwaysTranslateSomePage:"\uD56D\uC0C1 \uD398\uC774\uC9C0 \uBC88\uC5ED",add:"\uC99D\uAC00",default:"\uAE30\uBCF8\uAC12(\uC124\uC815)",forThisLanguage:"\uC774 \uC5B8\uC5B4\uC758 \uACBD\uC6B0\uFF1A","add url":"URL \uC785\uB825",edit:"\uCEF4\uD30C\uC77C\uB7EC","translate other languages into specific language":"\uB2E4\uB978 \uC5B8\uC5B4\uB97C \uC124\uC815\uD55C \uC5B8\uC5B4\uB85C \uBC88\uC5ED","select translation service":"\uBC88\uC5ED \uC11C\uBE44\uC2A4 \uC120\uD0DD",language:"\uB2E4\uAD6D\uC5B4 \uC9C0\uC6D0","show-original":"\uC6D0\uBCF8 \uD14D\uC2A4\uD2B8 \uD45C\uC2DC",translate:"\uB80C\uB354\uB9C1",Translated:"\uBC88\uC5ED\uB428",Translating:"\uBC88\uC5ED \uC911",Error:"\uC798\uBABB\uB41C",allowCacheTranslations:"\uB85C\uCEEC \uBC88\uC5ED \uCE90\uC2F1 \uC0AC\uC6A9(\uC911\uBCF5 \uAD6C\uC808\uC5D0 \uB300\uD55C \uBC88\uC5ED \uC694\uCCAD\uC744 \uC904\uC774\uAE30 \uC704\uD574)","translation display":"\uBC88\uC5ED \uD45C\uC2DC \uC2A4\uD0C0\uC77C","select diplay style":"\uB2E4\uC74C \uC608\uC2DC\uB97C \uAD6C\uCCB4\uC801\uC73C\uB85C \uCC38\uC870\uD558\uC5EC \uBC88\uC5ED \uC2A4\uD0C0\uC77C\uC744 \uAD6C\uBD84\uD558\uC138\uC694.",interface:"\uC778\uD130\uD398\uC774\uC2A4 \uC124\uC815",import_export:"\uAC00\uC838\uC624\uAE30/\uB0B4\uBCF4\uB0B4\uAE30",import_export_title:"\uAD6C\uC131 \uAC00\uC838\uC624\uAE30/\uB0B4\uBCF4\uB0B4\uAE30",syncToGoogleDrive:"\uC9C0\uAE08 Google \uB4DC\uB77C\uC774\uBE0C\uC640 \uB3D9\uAE30\uD654",floatBallOptions:"\uD638\uBC84\uBCFC \uC124\uC815","floatBallOptions.enable":"\uD638\uBC84\uBCFC \uD65C\uC131\uD654","floatBallOptions.blockUrls":"\uC6F9\uC0AC\uC774\uD2B8 \uBE44\uD65C\uC131\uD654","floatBallOptions.add":"\uC99D\uAC00","floatBallOptions.blockUrlDesc":"\uB2E4\uC74C \uC6F9\uC0AC\uC774\uD2B8\uC5D0\uC11C\uB294 \uD638\uBC84\uBCFC\uC774 \uD45C\uC2DC\uB418\uC9C0 \uC54A\uC2B5\uB2C8\uB2E4.","floatBallOptions.clickType":"\uD074\uB9AD \uB3D9\uC791","floatBallOptions.clickTypeDesc":"\uD074\uB9AD \uC2DC \uD638\uBC84\uBCFC \uC544\uC774\uCF58 \uB3D9\uC791","floatBallOptions.clickPopup":"\uBC88\uC5ED \uD328\uB110 \uD45C\uC2DC","floatBallOptions.clickTranslate":"\uC6D0\uBCF8 \uD14D\uC2A4\uD2B8 \uBC88\uC5ED/\uD45C\uC2DC","floatBallOptions.fixedPosition":"\u56FA\u5B9A\u4F4D\u7F6E","floatBallOptions.fixedPositionDesc":"\u60AC\u6D6E\u7403\u5728\u7A97\u53E3\u5DE6\u4FA7\u8FD8\u662F\u53F3\u4FA7","floatBallOptions.fixedPositionLeft":"\u5DE6\u4FA7","floatBallOptions.fixedPositionRight":"\u53F3\u4FA7",previewAllThemes:"\uBAA8\uB4E0 \uC2A4\uD0C0\uC77C \uBBF8\uB9AC\uBCF4\uAE30","translationTheme.none":"\uAC00\uC9C0\uACE0 \uC788\uC9C0 \uC54A\uB2E4","translationTheme.grey":"\uC9D9\uC740 \uD68C\uC0C9","translationTheme.dashed":"\uC810\uC120 \uBC11\uC904","translationTheme.dotted":"\uC810\uC120 \uBC11\uC904","translationTheme.dashedBorder":"\uC810\uC120 \uD14C\uB450\uB9AC","translationTheme.solidBorder":"\uC2E4\uC120 \uD14C\uB450\uB9AC","translationTheme.underline":"\uC9C1\uC120\uC5D0 \uBC11\uC904","translationTheme.mask":"\uD37C\uC9C0 \uD6A8\uACFC(\uD559\uC2B5 \uBAA8\uB4DC)","translationTheme.opacity":"\uD22C\uBA85\uC131 \uD6A8\uACFC","translationTheme.paper":"\uD770 \uC885\uC774 \uADF8\uB9BC\uC790 \uD6A8\uACFC","translationTheme.dividingLine":"\uAD6C\uBD84\uC120","translationTheme.highlight":"\uB192\uC740 \uBC1D\uAE30","translationTheme.marker":"\uB9C8\uCEE4(\uC678\uB798\uC5B4)","translationTheme.marker2":"\uB9C8\uCEE4 2","translationTheme.blockquote":"\uCC38\uC870 \uC2A4\uD0C0\uC77C","translationTheme.weakening":"\uC57D\uD654","translationTheme.italic":"\uAE30\uC6B8\uC5B4\uC9C0\uB294 \uC11C\uCCB4","translationTheme.bold":"\uB450\uAECD\uAC8C","translationTheme.thinDashed":"\uAC00\uB294 \uC810\uC120 \uBC11\uC904","translationTheme.nativeDashed":"\uC2DC\uC2A4\uD15C\uC5D0\uB294 \uC810\uC120\uC73C\uB85C \uD45C\uC2DC\uB41C \uBC11\uC904\uC774 \uC788\uC2B5\uB2C8\uB2E4.","translationTheme.nativeDotted":"\uC2DC\uC2A4\uD15C\uC5D0\uB294 \uC810\uC120\uC73C\uB85C \uBC11\uC904\uC774 \uADF8\uC5B4\uC838 \uC788\uC2B5\uB2C8\uB2E4.","translationTheme.nativeUnderline":"\uC2DC\uC2A4\uD15C\uC5D0\uB294 \uC9C1\uC120 \uBC11\uC904\uC774 \uC788\uC2B5\uB2C8\uB2E4.","translationTheme.wavy":"\uBB3C\uACB0 \uBAA8\uC591 \uB77C\uC778","translationServices.custom":"\uC0AC\uC6A9\uC790 \uC9C0\uC815 API","translationServices.tencent":"\uD150\uC13C\uD2B8 \uBC88\uC5ED\uAE30","translationServices.tenAlpha":"\uD150\uC13C\uD2B8 \uBC88\uC5ED\uAE30(\uC54C\uD30C)","translationServices.google":"Google \uBC88\uC5ED","translationServices.bai":"\uBC14\uC774\uB450(\uC54C\uD30C)","translationServices.baidu":"\uBC14\uC774\uB450 \uBC88\uC5ED","translationServices.aliyun":"\uC54C\uB9AC\uD074\uB77C\uC6B0\uB4DC \uBC88\uC5ED","translationServices.volc":"\uD654\uC0B0 \uBC88\uC5ED","translationServices.deeplx":"DeepLX(\uBCA0\uD0C0)","translationServices.bing":"Microsoft \uBC88\uC5ED","translationServices.deepl":"DeepL","translationServices.wechat":"\uC704\uCC57 \uBC88\uC5ED","translationServices.azure":"Azure \uBC88\uC5ED","translationServices.ibm":"IBM \uC653\uC2A8","translationServices.aws":"\uC544\uB9C8\uC874 \uBC88\uC5ED","translationServices.mock":"\uC2DC\uBBAC\uB808\uC774\uC158 \uBC88\uC5ED","translationServices.mock2":"\uC2DC\uBBAC\uB808\uC774\uC158 \uBC88\uC5ED 2","translationServices.caiyun":"\uC870\uBA85. \uB2E4\uCC44\uB85C\uC6B4 \uAD6C\uB984\uACFC \uC791\uC740 \uBC88\uC5ED","translationServices.cai":"\uB2E4\uCC44\uB85C\uC6B4 \uAD6C\uB984(\uC54C\uD30C)","translationServices.volcAlpha":"\uD654\uC0B0 (\uC54C\uD30C)","translationServices.openl":"OpenL","translationServices.youdao":"\uC720\uD29C\uBE0C \uBC88\uC5ED","translationServices.you":"\uC720\uB2E4\uC624 \uBC88\uC5ED\uAE30(\uC54C\uD30C)","translationServices.transmart":"\uD150\uC13C\uD2B8 \uC778\uD130\uB799\uD2F0\uBE0C \uBC88\uC5ED","translationServices.niu":"\uB9E4\uBC84\uB9AD \uBC88\uC5ED\uAE30","translationServices.papago":"\uD30C\uD30C\uACE0 \uBC88\uC5ED","translationServices.d":"D(\uC54C\uD30C)","translationServices.dpro":"D \uD504\uB85C(\uCE74\uB098\uB9AC\uC544)","translationServices.openai":"OpenAI","translationServices.yandex":"Yandex","translationServices.chatgpt":"ChatGPT \uC6F9(3.5 \uBAA8\uBC14\uC77C)","translate title":"\uD398\uC774\uC9C0 \uC81C\uBAA9 \uBC88\uC5ED","always languages":"\uD56D\uC0C1 \uC5B8\uC5B4 \uBC88\uC5ED",neverTranslateLanguagesLabel:"\uBC88\uC5ED\uB418\uC9C0 \uC54A\uB294 \uC5B8\uC5B4",neverTranslateTheFollowingLanguagesDescription:"\uD398\uC774\uC9C0\uC758 \uB2E8\uB77D\uC774 \uB2E4\uC74C \uC5B8\uC5B4 \uC911 \uD558\uB098\uC778 \uACBD\uC6B0 \uBC88\uC5ED\uC774 \uAC74\uB108\uB6F0\uC5B4\uC9D1\uB2C8\uB2E4.",enableUserscriptPagePopup:"\uD398\uC774\uC9C0\uC5D0 \uD638\uBC84\uBCFC \uD45C\uC2DC",enableUserscriptPagePopupDescription:"\uD638\uBC84\uBCFC\uC744 \uB044\uACE0 \uB098\uBA74 \uBC14\uB85C \uAC00\uAE30 /{touch}\uB85C \uBD88\uB7EC\uC62C \uC218 \uC788\uC2B5\uB2C8\uB2E4. \uC2E4\uC218\uB85C \uC774 \uC635\uC158\uC744 \uB048 \uD6C4 \uD638\uBC84\uBCFC\uC744 \uCC3E\uC9C0 \uBABB\uD558\uB294 \uACBD\uC6B0\uB97C \uBC29\uC9C0\uD558\uAE30 \uC704\uD574 \uC774 \uC124\uC815 \uD398\uC774\uC9C0\uB97C \uBD81\uB9C8\uD06C\uC5D0 \uCD94\uAC00\uD558\uB294 \uAC83\uC774 \uC88B\uC2B5\uB2C8\uB2E4!","always translate the following languages":"\uD398\uC774\uC9C0\uAC00 \uB2E4\uC74C \uC5B8\uC5B4 \uC911 \uD558\uB098\uC778 \uACBD\uC6B0 \uB300\uC0C1 \uC5B8\uC5B4\uB85C \uC790\uB3D9 \uBC88\uC5ED\uB429\uB2C8\uB2E4.","always sites":"\uD56D\uC0C1 \uBC88\uC5ED\uB41C \uC6F9 \uC0AC\uC774\uD2B8","always translate the following sites":"\uC6F9 \uC0AC\uC774\uD2B8\uAC00 \uB2E4\uC74C \uB3C4\uBA54\uC778 \uC774\uB984\uC778 \uACBD\uC6B0 \uB300\uC0C1 \uC5B8\uC5B4\uB85C \uC790\uB3D9 \uBC88\uC5ED\uB429\uB2C8\uB2E4.","never sites":"\uBC88\uC5ED\uB418\uC9C0 \uC54A\uC740 \uC6F9 \uC0AC\uC774\uD2B8","never translate the following sites":"\uC6F9\uC0AC\uC774\uD2B8\uAC00 \uB2E4\uC74C \uB3C4\uBA54\uC778\uC6A9\uC778 \uACBD\uC6B0 \uBC88\uC5ED\uC774 \uC218\uD589\uB418\uC9C0 \uC54A\uC2B5\uB2C8\uB2E4.","please refer to":"\uD0A4\uB97C \uC0AC\uC6A9\uD558\uB824\uBA74 \uD0A4\uB97C \uC785\uB825\uD574\uC57C \uD558\uBA70, \uC790\uC138\uD55C \uB0B4\uC6A9\uC740 \uB2E4\uC74C\uC744 \uCC38\uC870\uD558\uC138\uC694.",KeyAndConfigurationTutorial:"\uC8FC\uC694 \uC560\uD50C\uB9AC\uCF00\uC774\uC158 \uBC0F \uAD6C\uC131 \uD29C\uD1A0\uB9AC\uC5BC",useAboveStyleForTheseSites:"\uB2E4\uC74C \uB3C4\uBA54\uC778\uC744 \uC704\uD55C \uC0AC\uC774\uD2B8\uC778 \uACBD\uC6B0 \uD56D\uC0C1 \u2308{theme}\u230B \uBC88\uC5ED \uC2A4\uD0C0\uC77C\uC744 \uC0AC\uC6A9\uD558\uC138\uC694.",currentUrl:"\uD604\uC7AC URL",confirm:"\uC800\uC7A5(\uD30C\uC77C \uB4F1)(\uCEF4\uD4E8\uD305)",cancel:"\uCDE8\uC18C",delete:"\uC81C\uAC70","languages.auto":"\uC790\uB3D9 \uAC10\uC9C0",syncToCloud:"Google \uB4DC\uB77C\uC774\uBE0C\uC5D0 \uB3D9\uAE30\uD654",syncToCloudDescription:"\uD074\uB77C\uC6B0\uB4DC\uC5D0 \uC5C5\uB85C\uB4DC\uB41C \uAD6C\uC131\uC740 \uB9C8\uC9C0\uB9C9\uC73C\uB85C \uC218\uC815\uB41C \uBE0C\uB77C\uC6B0\uC800/\uADF8\uB9AC\uC2A4\uBABD\uD0A4 \uC2A4\uD06C\uB9BD\uD2B8 \uAC04\uC5D0 \uB3D9\uAE30\uD654\uD560 \uC218 \uC788\uC2B5\uB2C8\uB2E4.",syncToAccount:"\uBAB0\uC785\uD615 \uBC88\uC5ED \uD074\uB77C\uC6B0\uB4DC\uC5D0 \uB3D9\uAE30\uD654",syncToAccountButton:"\uD074\uB77C\uC6B0\uB4DC\uC640 \uC989\uC2DC \uB3D9\uAE30\uD654",syncToAccountDescription:"\uB9C8\uC9C0\uB9C9\uC73C\uB85C \uC218\uC815\uD55C \uC2DC\uAC04\uC744 \uAE30\uC900\uC73C\uB85C \uC11C\uB85C \uB2E4\uB978 \uC7A5\uCE58 \uAC04\uC5D0 \uAD6C\uC131\uC744 \uC790\uB3D9\uC73C\uB85C \uB3D9\uAE30\uD654\uD569\uB2C8\uB2E4.",successSyncConfigInAccount:"\uD074\uB77C\uC6B0\uB4DC\uC640\uC758 \uC131\uACF5\uC801\uC778 \uB3D9\uAE30\uD654",successSyncConfigToAccount:"\uD074\uB77C\uC6B0\uB4DC\uC5D0 \uC131\uACF5\uC801\uC73C\uB85C \uB3D9\uAE30\uD654",syncConfigNoUpdate:"\uC774\uBBF8 \uCD5C\uC2E0 \uBC84\uC804\uC785\uB2C8\uB2E4.",authFail:"\uC778\uC99D \uC2E4\uD328",syncTitle:"\uC218\uB3D9 \uBC31\uC5C5 \uAD00\uB9AC",import_hint:"\uAC00\uC838\uC624\uAE30(\uB370\uC774\uD130)",upload:"\uC5C5\uB85C\uB4DC",revokeAuth:"\uC2B9\uC778 \uCDE8\uC18C",uploadFail:"\uC5C5\uB85C\uB4DC \uC2E4\uD328",download:"\uB2E4\uC6B4\uB85C\uB4DC",importSuccess:"\uAC00\uC838\uC624\uAE30 \uC131\uACF5",importFail:"\uAC00\uC838\uC624\uAE30 \uC2E4\uD328",deleteFail:"\uC0AD\uC81C\uD558\uC9C0 \uBABB\uD568",backupToCloud:"\uBC31\uC5C5 \uD30C\uC77C \uC218\uB3D9 \uAD00\uB9AC",create_new_backup:"\uC0C8 \uBC31\uC5C5 \uB178\uB4DC \uCD94\uAC00",maxBackupFiles:"\uCD5C\uB300{count}\uAC1C\uC758 \uC11C\uB85C \uB2E4\uB978 \uB178\uB4DC\uB97C \uBC31\uC5C5\uD560 \uC218 \uC788\uC73C\uBA70, \uD544\uC694\uD558\uC9C0 \uC54A\uC740 \uB178\uB4DC\uB294 \uC0AD\uC81C\uD558\uC138\uC694.",backupToCloudDescription:"\uBC31\uC5C5 \uD30C\uC77C\uC744 \uC218\uB3D9\uC73C\uB85C \uC5C5\uB85C\uB4DC\uD558\uAC70\uB098 \uBCF5\uC6D0\uD558\uC5EC \uCD5C\uB300 3\uAC1C\uC758 \uC11C\uB85C \uB2E4\uB978 \uBC31\uC5C5 \uD5C8\uC6A9",successSyncConfig:"\uD074\uB77C\uC6B0\uB4DC\uC640\uC758 \uC131\uACF5\uC801\uC778 \uB3D9\uAE30\uD654",syncFail:"\uB3D9\uAE30\uD654 \uC2E4\uD328",updatedAt:"{date}\uC5D0\uC11C \uC5C5\uB370\uC774\uD2B8\uB428",lastSyncedAt:"\uCD5C\uC885 \uD655\uC778: {date}",downloadFail:"\uB2E4\uC6B4\uB85C\uB4DC\uC5D0 \uC2E4\uD328\uD588\uC2B5\uB2C8\uB2E4.",clickToDownload:"\uB2E4\uC6B4\uB85C\uB4DC\uD558\uB824\uBA74 \uD074\uB9AD",aboutLabel:"\uC815\uBCF4 - \uD53C\uB4DC\uBC31","browser.openAboutPage":"\uC815\uBCF4/\uD53C\uB4DC\uBC31",aboutLabelWithoutSponsor:"\uC815\uBCF4 - \uD53C\uB4DC\uBC31",aboutIntro:"\uC6B0\uB9AC \uBAA8\uB450\uAC00 \uC778\uD130\uB137\uC758 \uBC29\uB300\uD55C \uC678\uAD6D\uC5B4 \uC815\uBCF4\uC5D0 \uB354 \uC27D\uACE0 \uC990\uAC81\uAC8C \uC561\uC138\uC2A4\uD560 \uC218 \uC788\uAE30\uB97C \uBC14\uB78D\uB2C8\uB2E4 \u2764\uFE0F <6>Pro \uBA64\uBC84\uC2ED\uC744 \uD65C\uC131\uD654\uD558\uC5EC \uBC14\uB85C \uC0AC\uC6A9\uD560 \uC218 \uC788\uB294 DeepL \uBC0F OpenAI \uBC88\uC5ED\uC744 \uC0AC\uC6A9\uD560 \uC218 \uC788\uC2B5\uB2C8\uB2E4.

<3>\uD2B8\uC704\uD130, <4>\uD154\uB808\uADF8\uB7A8, \uC6E8\uC774\uBCF4, \uC704\uCC57\uC5D0\uC11C \uD314\uB85C\uC6B0\uD558\uAC70\uB098 \uC544\uB798 <5>\uBA54\uC77C\uB9C1 \uB9AC\uC2A4\uD2B8\uC5D0 <5>\uAC00\uC785\uD558\uC5EC \uC5C5\uB370\uC774\uD2B8\uB97C \uD655\uC778\uD560 \uC218 \uC788\uC2B5\uB2C8\uB2E4.
<7>\uD504\uB85C \uD68C\uC6D0\uC740 <8>support@immersivetranslate.com \uC73C\uB85C \uBB38\uC758\uD558\uC2DC\uBA74 \uBE60\uB978 \uACE0\uAC1D \uC11C\uBE44\uC2A4\uB97C \uBC1B\uC73C\uC2E4 \uC218 \uC788\uC2B5\uB2C8\uB2E4.",aboutIntroWithoutSponsor:"\uC6B0\uB9AC \uBAA8\uB450\uAC00 \uC778\uD130\uB137\uC5D0\uC11C \uC81C\uACF5\uB418\uB294 \uBC29\uB300\uD55C \uC591\uC758 \uC678\uAD6D\uC5B4 \uC815\uBCF4\uC5D0 \uB354 \uC27D\uACE0 \uC990\uAC81\uAC8C \uC811\uADFC\uD560 \uC218 \uC788\uAE30\uB97C \uBC14\uB78D\uB2C8\uB2E4 \u2764\uFE0F

<3>\uD2B8\uC704\uD130, <4>\uD154\uB808\uADF8\uB7A8 \uCC44\uB110, \uC704\uCC57, \uC704\uCC57 \uC775\uC2A4\uCCB4\uC778\uC9C0\uC5D0\uC11C \uD314\uB85C\uC6B0\uD558\uAC70\uB098 \uC544\uB798 <5>\uC774\uBA54\uC77C\uB85C \uC5C5\uB370\uC774\uD2B8\uB97C <5>\uAD6C\uB3C5\uD560 \uC218 \uC788\uC2B5\uB2C8\uB2E4.",projectHomepage:"\uD504\uB85C\uC81D\uD2B8 \uD648",joinTelegramGroup:"\uC0AC\uC6A9\uC790 \uADF8\uB8F9\uC5D0 \uAC00\uC785\uD558\uC5EC \uAE30\uB2A5 \uD1A0\uB860\uC5D0 \uCC38\uC5EC\uD558\uC138\uC694.",wechatPublicAccount:"\uC704\uCC57 \uACF5\uAC1C",wechatCommunities:"\uC704\uCC57 \uAD50\uD658 \uADF8\uB8F9",qqCommunities:"QQ \uCEE4\uBBA4\uB2C8\uCF00\uC774\uC158 \uCC44\uB110",joinTelegramChannel:"\uD154\uB808\uADF8\uB7A8 \uCC44\uB110 \uD314\uB85C\uC6B0\uD558\uC5EC \uCD5C\uC2E0 \uC5C5\uB370\uC774\uD2B8 \uD655\uC778",feedbackAndJoin:"\uC9C8\uBB38 \uD53C\uB4DC\uBC31 / \uADF8\uB8F9 \uCD94\uAC00",autoSync:"\uC790\uB3D9 \uC2DC\uAC04 \uB3D9\uAE30\uD654",loadingThemeTitle:"\uB85C\uB529 \uC2A4\uD0C0\uC77C",loadingThemeDescription:"\uBC88\uC5ED \uB85C\uB4DC\uB97C \uAE30\uB2E4\uB9B4 \uB54C \uC2A4\uD0C0\uC77C \uC124\uC815\uD558\uAE30","loadingTheme.spinner":"\uD68C\uC804 \uC560\uB2C8\uBA54\uC774\uC158","loadingTheme.text":"\uC815\uC801 \uD14D\uC2A4\uD2B8 sth. ","loadingTheme.none":"\uD45C\uC2DC\uB418\uC9C0 \uC54A\uC74C",developerDescription:"\uACE0\uAE09 \uC0AC\uC6A9\uC790 \uC9C0\uC815\uC5D0 \uB300\uD55C \uBB38\uC11C\uB294 <1>\uC5EC\uAE30\uC5D0\uC11C \uD655\uC778\uD560 \uC218 \uC788\uC2B5\uB2C8\uB2E4.","edit border color":"\uD14C\uB450\uB9AC \uC0C9\uC0C1 \uC218\uC815",successSyncButNoChange:"\uD604\uC7AC \uAD6C\uC131\uC774 \uD074\uB77C\uC6B0\uB4DC\uC640 \uC77C\uCE58\uD569\uB2C8\uB2E4.",customTheme:"\uB9DE\uCDA4\uD615 \uC0C9\uC0C1 \uBC0F \uD06C\uAE30","customThemeLabel.borderColor":"\uD14C\uB450\uB9AC \uC0C9\uC0C1","customThemeLabel.borderRadius":"\uB465\uADFC \uBAA8\uC11C\uB9AC","customThemeLabel.textColor":"\uD14D\uC2A4\uD2B8 \uC0C9\uC0C1","customThemeLabel.backgroundColor":"\uBC30\uACBD\uC0C9","customThemeLabel.zoom":"\uAE00\uAF34 \uD06C\uAE30 \uC870\uC815(%)","customThemeLabel.opacity":"\uD14D\uC2A4\uD2B8 \uBD88\uD22C\uBA85\uB3C4(%)",resetToDefaultColor:"\uAE30\uBCF8 \uC0C9\uC0C1\uC73C\uB85C \uBCF5\uC6D0",resetToDefaultSettings:"\uAE30\uBCF8 \uC124\uC815\uC73C\uB85C \uBCF5\uC6D0",isTranslateTitle:"\uD398\uC774\uC9C0 \uC81C\uBAA9 \uBC88\uC5ED \uC0AC\uC6A9",isTranslateTitleDescription:"\uC804\uC6D0\uC744 \uCF1C\uBA74 \uD398\uC774\uC9C0 \uC81C\uBAA9\uC774 \uBC88\uC5ED\uB429\uB2C8\uB2E4.",enableSearchEnhancement:"\uC774\uC911 \uC5B8\uC5B4 \uBA54\uC2DC\uC9C0 \uD5A5\uC0C1 \uC0AC\uC6A9",enableSearchEnhancementDescription:"\uC774 \uAE30\uB2A5\uC744 \uD65C\uC131\uD654\uD558\uBA74 \uC9C0\uC6D0\uB418\uB294 \uC6F9\uC0AC\uC774\uD2B8(Google \uB274\uC2A4, Google \uAC80\uC0C9(\uC77C\uBD80 \uD0A4\uC6CC\uB4DC), \uC2A4\uB178\uC6B0\uBCFC, \uC624\uB9AC\uC5D4\uD0C8 \uD3EC\uCD98, \uD4E8\uD22C\uB77C, \uD0C0\uC774\uAC70 \uCEE4\uBBA4\uB2C8\uD2F0)\uC758 \uC624\uB978\uCABD \uC5F4\uC5D0 \uD574\uB2F9 \uC601\uC5B4 \uD0A4\uC6CC\uB4DC\uC5D0 \uB300\uD55C 'Google \uB274\uC2A4'\uC758 \uAC80\uC0C9 \uACB0\uACFC\uAC00 \uC790\uB3D9\uC73C\uB85C \uD45C\uC2DC\uB429\uB2C8\uB2E4.",verifyService:"\uC11C\uBE44\uC2A4\uB97C \uD14C\uC2A4\uD2B8\uD558\uB824\uBA74 \uC5EC\uAE30\uB97C \uD074\uB9AD\uD558\uC138\uC694.",verified:"\uC131\uACF5 \uD655\uC778","field.langs":"\uC9C0\uC6D0\uB418\uB294 \uC5B8\uC5B4 \uCF54\uB4DC","field.model":"\uBAA8\uB378\uB9C1","field.translationEngine":"\uBC88\uC5ED \uC5D4\uC9C4","field.limitPerMinute":"\uBD84\uB2F9 \uCD5C\uB300 \uC694\uCCAD \uC218","field.limitPerSecond":"\uCD08\uB2F9 \uCD5C\uB300 \uC694\uCCAD \uC218","field.maxTextLengthPerRequest":"\uC694\uCCAD\uB2F9 \uCD5C\uB300 \uD14D\uC2A4\uD2B8 \uAE38\uC774","field.maxTextGroupLengthPerRequest":"\uC694\uCCAD\uB2F9 \uCD5C\uB300 \uB2E8\uB77D \uC218","field.apiUrl":"\uC0AC\uC6A9\uC790 \uC9C0\uC815 API \uC778\uD130\uD398\uC774\uC2A4 \uC8FC\uC18C","field.placeholderDelimiters":"\uC608\uC57D\uB41C \uC790\uB9AC \uD45C\uC2DC\uC790","description.custom":"\uC0AC\uC6A9\uC790 \uC9C0\uC815 \uC778\uD130\uD398\uC774\uC2A4 \uC561\uC138\uC2A4 \uBB38\uC11C \uD544\uC694","description.limitPerMinute":"\uC774 \uD55C\uB3C4\uB97C \uCD08\uACFC\uD558\uB294 \uC694\uCCAD\uC740 \uB2E4\uC74C \uBD84\uC774 \uC2DC\uC791\uB420 \uB54C\uAE4C\uC9C0 \uB300\uAE30\uC5F4\uC5D0 \uB4E4\uC5B4\uAC11\uB2C8\uB2E4. \uD604\uC7AC OpenAI \uC11C\uBE44\uC2A4\uC758 \uC5EC\uB7EC \uAC00\uC9C0 \uC81C\uD55C \uC0AC\uD56D\uC73C\uB85C \uC778\uD574 <1>\uC5EC\uAE30\uB97C \uD074\uB9AD\uD558\uC5EC \uCD5C\uC2E0 \uC81C\uC548 \uAC12\uC744 \uD655\uC778\uD558\uC138\uC694.","description.limitPerSecond":"\uC774 \uC81C\uD55C\uC744 \uCD08\uACFC\uD558\uB294 \uC694\uCCAD\uC740 \uB2E4\uC74C \uCD08\uAC00 \uC2DC\uC791\uB420 \uB54C\uAE4C\uC9C0 \uB300\uAE30\uC5F4\uC5D0 \uB4E4\uC5B4\uAC11\uB2C8\uB2E4. \uD604\uC7AC OpenAI \uC11C\uBE44\uC2A4\uC758 \uC5EC\uB7EC \uAC00\uC9C0 \uC81C\uD55C \uC0AC\uD56D\uC73C\uB85C \uC778\uD574 <1>\uC5EC\uAE30\uB97C \uD074\uB9AD\uD558\uC5EC \uCD5C\uC2E0 \uC81C\uC548 \uAC12\uC744 \uD655\uC778\uD558\uC138\uC694.","description.generalLimitPerSecond":"\uC774 \uC81C\uD55C\uC744 \uCD08\uACFC\uD558\uB294 \uC694\uCCAD\uC740 \uB2E4\uC74C \uCD08\uAC00 \uC2DC\uC791\uB420 \uB54C\uAE4C\uC9C0 \uB300\uAE30\uC5F4\uC5D0 \uB4E4\uC5B4\uAC11\uB2C8\uB2E4.","description.prompt":"\uC0AC\uC6A9\uC790 \uC2E0\uBD84\uC73C\uB85C {service}\uC5D0 \uBCF4\uB0B8 \uB300\uD654\uC5D0\uC11C {{text}}\uB294 \uB2E8\uB77D\uC758 \uD14D\uC2A4\uD2B8 \uB0B4\uC6A9\uC744 \uB098\uD0C0\uB0B4\uACE0, {{from}}\uC740 \uB2E8\uB77D\uC758 \uC5B8\uC5B4\uB97C \uB098\uD0C0\uB0B4\uBA70, {{to}}\uB294 \uBAA9\uD45C \uC5B8\uC5B4\uB97C \uB098\uD0C0\uB0C5\uB2C8\uB2E4.","description.maxTextLengthPerRequest":"\uC694\uCCAD\uB2F9 \uCD5C\uB300 \uAE00\uC790 \uC218\uAC00 \uB108\uBB34 \uB9CE\uC73C\uBA74 \uC778\uD130\uD398\uC774\uC2A4\uAC00 \uB290\uB9AC\uAC8C \uC751\uB2F5\uD558\uBBC0\uB85C \uC774 \uC635\uC158\uC744 \uC870\uC815\uD558\uC5EC \uC18D\uB3C4\uB97C \uCD5C\uC801\uD654\uD558\uC138\uC694.","description.systemPrompt":"\uC2DC\uC2A4\uD15C\uC73C\uB85C\uC11C OpenAI\uC5D0 \uC804\uC1A1\uB418\uB294 \uB300\uD654\uB85C, {{text}} \uC740 \uB2E8\uB77D\uC758 \uD14D\uC2A4\uD2B8 \uB0B4\uC6A9\uC744 \uB098\uD0C0\uB0B4\uACE0{{from}} \uC740 \uB2E8\uB77D\uC758 \uC5B8\uC5B4\uB97C \uB098\uD0C0\uB0B4\uBA70{{to}} \uC740 \uB300\uC0C1 \uC5B8\uC5B4\uB97C \uB098\uD0C0\uB0C5\uB2C8\uB2E4.","field.domain":"\uC601\uC5ED","description.domain":"\uAE30\uBCF8\uAC12\uC740\uFF1Ageneral\uC785\uB2C8\uB2E4. \uC544\uB9AC\uB9C8 API \uCF58\uC194\uC5D0\uC11C \uB3C4\uBA54\uC778 \uBC88\uC5ED\uC774 \uD65C\uC131\uD654\uB41C \uACBD\uC6B0\uC5D0\uB9CC \uC124\uC815\uD560 \uC218 \uC788\uC73C\uBA70, \uC9C0\uC6D0\uB418\uB294 \uB3C4\uBA54\uC778\uC740 <1>\uC5EC\uAE30\uB97C \uCC38\uC870\uD558\uC138\uC694.","field.scene":"take","description.scene":"\uAE30\uBCF8\uAC12\uC740\uFF1Ageneral\uC785\uB2C8\uB2E4. AliCloud API \uCF58\uC194\uC774 Machine Translation Pro\uB97C \uC5EC\uB294 \uACBD\uC6B0\uC5D0\uB9CC \uC124\uC815\uD560 \uC218 \uC788\uC73C\uBA70, \uC9C0\uC6D0\uB418\uB294 \uC2DC\uB098\uB9AC\uC624\uB294 <1>\uC5EC\uAE30\uB97C \uCC38\uC870\uD558\uC138\uC694.","field.vocabId":"\uC0AC\uC6A9\uC790 \uC0AC\uC804 ID","description.vocabId":"\uC9C0\uC815\uB41C \uC0AC\uC804 out_id\uB294 \uD604\uC7AC \uC601\uC5B4\uC5D0\uC11C \uC911\uAD6D\uC5B4 \uBC88\uC5ED\uC744 \uC9C0\uC6D0\uD569\uB2C8\uB2E4.","description.model":"OpenAI \uBAA8\uB378, gpt-3.5-turbo, gpt-4 \uB4F1 \uAC00\uB2A5","description.maxTextGroupLengthPerRequest":"\uD55C \uBC88\uC5D0 \uBC88\uC5ED \uC11C\uBE44\uC2A4\uB85C \uC804\uC1A1\uB418\uB294 \uB2E8\uB77D \uC218, \uB2E8\uB77D\uC774 \uB108\uBB34 \uB9CE\uC73C\uBA74 \uC778\uD130\uD398\uC774\uC2A4\uAC00 \uB290\uB9AC\uAC8C \uC751\uB2F5\uD560 \uC218 \uC788\uC2B5\uB2C8\uB2E4.","description.apiUrl":"\uACBD\uB85C, <1>\uC790\uC138\uD55C \uC124\uBA85\uC774 \uD3EC\uD568\uB41C \uD2B9\uC815 URL\uC744 \uCD94\uAC00\uD558\uC138\uC694.",enabledExtension:"\uD655\uC7A5 \uAE30\uB2A5 \uC0AC\uC6A9",clickToDisableExtension:"\uD655\uC7A5 \uAE30\uB2A5\uC744 \uBE44\uD65C\uC131\uD654\uD558\uB824\uBA74 \uD074\uB9AD\uD558\uC138\uC694.",clickToEnableExtension:"\uD655\uC7A5 \uAE30\uB2A5\uC744 \uC0AC\uC6A9\uD558\uB824\uBA74 \uD074\uB9AD\uD558\uC138\uC694.",hasBeenDisabled:"disabled","show password":"\uBE44\uBC00\uBC88\uD638 \uD45C\uC2DC",customContent:"\uC0AC\uC6A9\uC790 \uC9C0\uC815 \uBAA8\uB378 \uC774\uB984 \uC785\uB825",inputOptions:"\uC785\uB825 \uC0C1\uC790 \uAC1C\uC120",mouseHoverOptions:"\uB9C8\uC6B0\uC2A4 \uD638\uBC84",modifyMouseHoverKey:"\uB9C8\uC6B0\uC2A4 \uCEE4\uC11C \uBC14\uB85C \uAC00\uAE30 \uC218\uC815",enableInputTranslation:"\uC785\uB825 \uC0C1\uC790 \uD5A5\uC0C1 \uD65C\uC131\uD654 \uC5EC\uBD80",enableInputTranslationDescription:"\uD65C\uC131\uD654\uB418\uBA74 \uC785\uB825 \uC0C1\uC790\uC5D0 {startingKey}{startingKey} hello\uB97C \uC9C1\uC811 \uC785\uB825\uD55C \uB2E4\uC74C{inputTrailingTriggerKeyRepeatTimes}\uBC88{trailingKey}\uC744 \uBE60\uB974\uAC8C \uB20C\uB7EC {inputTargetLanguage}\uC73C\uB85C \uBC88\uC5ED\uD569\uB2C8\uB2E4.",enableInputTranslationDescriptionForNoneKey:"\uD65C\uC131\uD654\uB418\uBA74 \uC785\uB825 \uC0C1\uC790\uC5D0\uFF1AHello World\uB97C \uC9C1\uC811 \uC785\uB825\uD55C \uB2E4\uC74C{inputTrailingTriggerKeyRepeatTimes}{trailingKey}\uC744 \uBE60\uB974\uAC8C \uC5EC\uB7EC \uBC88 \uB20C\uB7EC \uAE30\uBCF8 \uB300\uC0C1 \uC5B8\uC5B4\uB85C \uBC88\uC5ED\uD569\uB2C8\uB2E4.",inputTargetLanguage:"\uC785\uB825 \uC0C1\uC790\uC758 \uAE30\uBCF8 \uB300\uC0C1 \uC5B8\uC5B4 \uC124\uC815",inputTargetLanguageDescription:"\uC785\uB825 \uC0C1\uC790 \uBC88\uC5ED\uC758 \uAE30\uBCF8 \uB300\uC0C1 \uC5B8\uC5B4(\uC608: \uD2B8\uB9AC\uAC70 \uB2E8\uC5B4\uC758 \uAE30\uBCF8 \uC5B8\uC5B4 {startingKey}{startingKey})",inputTargetLanguageDescriptionForNoneKey:"\uC785\uB825 \uC0C1\uC790 \uBC88\uC5ED\uC758 \uAE30\uBCF8 \uB300\uC0C1 \uC5B8\uC5B4",inputStartingTriggerKeyTitle:"\uC785\uB825 \uC0C1\uC790\uC758 \uBD80\uBD84 \uBC88\uC5ED\uC744 \uC704\uD574 \uBD84\uD560 \uBB38\uC790 \uC124\uC815\uD558\uAE30",inputStartingTriggerKeyDescription:"\uC785\uB825 \uC0C1\uC790 \uC804\uCCB4\uB97C \uBC88\uC5ED\uD560 \uD544\uC694\uAC00 \uC5C6\uB294 \uACBD\uC6B0 \uC2A4\uD50C\uB9AC\uD130\uB97C \uC0AC\uC6A9\uD558\uBA74 {startingKey}{startingKey} \uC5D0\uC11C \uC785\uB825 \uC0C1\uC790 \uB05D\uAE4C\uC9C0 \uBD80\uBD84\uB9CC \uBC88\uC5ED\uD558\uAC70\uB098 \uC5B8\uC5B4 \uCF54\uB4DC\uB97C \uC9C0\uC815\uD560 \uC218 \uC788\uC2B5\uB2C8\uB2E4(\uC608:\uFF1A{startingKey}ja \uB294 {startingKey}ja \uC5D0\uC11C \uC785\uB825 \uC0C1\uC790 \uB05D\uAE4C\uC9C0 \uBD80\uBD84\uB9CC \uBC88\uC5ED\uD55C\uB2E4\uB294 \uC758\uBBF8).",inputStartingTriggerKeyDescriptionForNoneKey:"\uD604\uC7AC \uC811\uB450\uC0AC \uC5C6\uC74C \uC124\uC815\uC740 \uD544\uC694\uD558\uC9C0 \uC54A\uC73C\uBA70, \uC785\uB825 \uC0C1\uC790\uC5D0 \uC788\uB294 \uC77C\uBD80 \uD14D\uC2A4\uD2B8\uC758 \uBC88\uC5ED \uAE30\uB2A5\uC740 \uB2F9\uBD84\uAC04 \uC0AC\uC6A9\uD560 \uC218 \uC5C6\uC2B5\uB2C8\uB2E4.",inputTrailingTriggerKeyTitle:"\uC785\uB825 \uC885\uB8CC \uD2B8\uB9AC\uAC70 \uBB38\uC790 \uC120\uD0DD",inputTrailingTriggerKeyDescription:"3\uBC88\uB9CC \uB204\uB974\uBA74{trailingKey} \uBC88\uC5ED\uC774 \uC2DC\uC791\uB429\uB2C8\uB2E4!",inputTrailingTriggerKeyTimeout:"\uC804\uD22C \uC885\uB8CC \uD2B8\uB9AC\uAC70 \uC0AC\uC774\uC758 \uC2DC\uAC04\uC744 \uC785\uB825\uD569\uB2C8\uB2E4.",inputTrailingTriggerKeyTimeoutDescription:"\uC785\uB825 \uC885\uB8CC \uCF64\uBCF4 \uD2B8\uB9AC\uAC70 \uC0AC\uC774\uC758 \uC2DC\uAC04(\uBC00\uB9AC\uCD08)\uC744 \uC124\uC815\uD569\uB2C8\uB2E4.",spaceKey:"<\u7A7A\u683C\u952E>",noneKey:"\uC811\uB450\uC0AC \uC5C6\uC774 \uC804\uCCB4 \uD14D\uC2A4\uD2B8 \uC0C1\uC790\uC758 \uC9C1\uC811 \uBC88\uC5ED",inputTranslationBlockUrlsTitle:"\uB2E4\uC74C URL\uC5D0\uC11C\uB294 \uC785\uB825 \uC0C1\uC790 \uAC1C\uC120 \uAE30\uB2A5\uC744 \uD65C\uC131\uD654\uD558\uC9C0 \uB9C8\uC138\uC694.",inputTranslationBlockUrlsDescription:"\uB2E4\uC74C URL\uC5D0\uC11C\uB294 \uC785\uB825 \uC0C1\uC790 \uAC1C\uC120 \uC0AC\uD56D\uC774 \uC791\uB3D9\uD558\uC9C0 \uC54A\uC2B5\uB2C8\uB2E4.",clickToSeeQuickDemo:"\uD074\uB9AD\uD558\uC5EC 30\uCD08 \uD035 \uD29C\uD1A0\uB9AC\uC5BC \uBE44\uB514\uC624 \uD655\uC7A5\uD558\uAE30",inputHelperInfo:"\uC124\uBA85\uFF1A\uC911\uAD6D\uC5B4 \uC785\uB825 \uBC29\uC2DD\uC5D0 \uB530\uB77C \uC77C\uBD80 \uD2B8\uB9AC\uAC70 \uBB38\uC790\uAC00 \uC911\uAD6D\uC5B4 \uBB38\uC7A5 \uBD80\uD638\uB85C \uBC14\uB00C\uB294 \uAC83\uC744 \uCD5C\uC801\uD654\uD588\uC2B5\uB2C8\uB2E4(\uC608: /\uB294 \uC18C\uAD6C \uC785\uB825 \uBC29\uC2DD\uC5D0 \uB530\uB77C \uB454 \uBD80\uD638\uB85C \uBC14\uB01C). \uBAB0\uC785\uD615 \uBC88\uC5ED\uAE30\uB294 \uD2B8\uB9AC\uAC70 \uBB38\uC790\uC5D0 \uD574\uB2F9\uD558\uB294 \uBAA8\uB4E0 \uC911\uAD6D\uC5B4 \uAE30\uD638, \uC989 //,,, \uB97C \uD2B8\uB9AC\uAC70 \uBB38\uC790\uB85C \uC778\uC2DD\uD560 \uC218 \uC788\uB3C4\uB85D \uC9C0\uC6D0\uD569\uB2C8\uB2E4.

\uB610\uD55C \uC5B8\uC5B4 \uCF54\uB4DC\uC5D0 \uC911\uAD6D\uC5B4 \uBCC4\uCE6D\uC744 \uBA85\uB839\uC5B4\uB85C \uC0AC\uC6A9\uD560 \uC218 \uC788\uC2B5\uB2C8\uB2E4(\uC608: /Japanese Hello World\uB294 \uC77C\uBCF8\uC5B4\uB85C \uBC88\uC5ED\uB428). <1>\uC9C0\uC6D0\uB418\uB294 \uBAA8\uB4E0 \uC5B8\uC5B4 \uCF54\uB4DC\uB97C \uBCF4\uB824\uBA74 \uC5EC\uAE30\uB97C \uD074\uB9AD\uD558\uC138\uC694.",reloadCurrentPage:"\uBC88\uC5ED\uC744 \uC2DC\uC791\uD558\uAE30 \uC804\uC5D0 \uD604\uC7AC \uD398\uC774\uC9C0\uB97C \uC0C8\uB85C\uACE0\uCE68\uD558\uC138\uC694.",noLocalFilePermissionForPDF:"\uB85C\uCEEC \uD30C\uC77C\uC744 \uC77D\uC744 \uC218 \uC788\uB294 \uAD8C\uD55C\uC774 \uC5C6\uB294 \uACBD\uC6B0 \uC704\uC758 \uBC84\uD2BC\uC744 \uD074\uB9AD\uD55C \uB2E4\uC74C \uB85C\uCEEC \uD30C\uC77C\uC744 \uAC00\uC838\uC624\uC138\uC694.",noPermissionForThisPage:"\u26A0\uFE0F \uD604\uC7AC \uD398\uC774\uC9C0 \uBC88\uC5ED \uAD8C\uD55C\uC774 \uC5C6\uC2B5\uB2C8\uB2E4.",retryAllParagraphs:"\uBAA8\uB4E0 \uC624\uB958 \uAD6C\uC808 \uB2E4\uC2DC \uC2DC\uB3C4",retryAllButton:"\uBAA8\uB4E0 \uC624\uB958 \uAD6C\uC808 \uB2E4\uC2DC \uC2DC\uB3C4",errorTooltipTitle:"\uC624\uB958\uC758 \uC6D0\uC778\uC744 \uBCF4\uB824\uBA74 \uD074\uB9AD\uD558\uC138\uC694.",errorModalTitle:"\uBC88\uC5ED \uC11C\uBE44\uC2A4 \uB610\uB294 \uB124\uD2B8\uC6CC\uD06C\uC5D0 \uBB38\uC81C\uAC00 \uC788\uB294 \uAC83 \uAC19\uC2B5\uB2C8\uB2E4...",disableConfirm:"\uC774\uC911 \uC5B8\uC5B4 \uC815\uBCF4 \uD5A5\uC0C1 \uC124\uC815",disableOnce:"\uC774 \uBE44\uD65C\uC131\uD654",disableGlobal:"\uC601\uAD6C\uC801\uC73C\uB85C \uBE44\uD65C\uC131\uD654",disableTint:"* {option} \uC5D0\uC11C \uB2E4\uC2DC \uD65C\uC131\uD654\uD560 \uC218 \uC788\uC2B5\uB2C8\uB2E4.",searchEnhancementNotes:"\uC911\uAD6D\uC5B4 \uD0A4\uC6CC\uB4DC\uC640 \uC601\uC5B4 \uD0A4\uC6CC\uB4DC\uC5D0 \uB300\uD55C \uB274\uC2A4 \uACB0\uACFC\uAC00 \uB9E4\uC6B0 \uB2E4\uB978 \uAC83\uC744 \uBC1C\uACAC\uD588\uC2B5\uB2C8\uB2E4. \uBAB0\uC785\uD615 \uBC88\uC5ED \uC774\uC911 \uC5B8\uC5B4 \uC815\uBCF4 \uD5A5\uC0C1 \uAE30\uB2A5\uC744 \uD65C\uC131\uD654\uD558\uBA74 \uC9C0\uC6D0\uB418\uB294 \uC6F9\uC0AC\uC774\uD2B8(Google \uB274\uC2A4, Google \uAC80\uC0C9(\uC77C\uBD80 \uD0A4\uC6CC\uB4DC), \uC2A4\uB178\uC6B0\uBCFC, \uB3D9\uC591\uC758 \uBD80, \uD4E8\uD22C\uB77C, \uD0C0\uC774\uAC70)\uC5D0\uC11C \uB3D9\uC77C\uD55C \uD0A4\uC6CC\uB4DC\uB97C \uC601\uC5B4\uB85C \uC790\uB3D9 \uAC80\uC0C9\uD558\uC5EC \uC624\uB978\uCABD\uC5D0 \uD45C\uC2DC\uD574 \uC90D\uB2C8\uB2E4. \uC774 \uAE30\uB2A5\uC774 \uD544\uC694\uD558\uC9C0 \uC54A\uC740 \uACBD\uC6B0 \uBE44\uD65C\uC131\uD654\uD560 \uC218 \uC788\uC2B5\uB2C8\uB2E4.",option:"\uC124\uC815",saveSettings:"\uC124\uC815 \uC800\uC7A5",closeModal:"\uCC3D \uB2EB\uAE30",enableInputTranslationWithoutTriggerKeyTitle:"{trailingKey}\uB97C 3\uBC88 \uBE60\uB974\uAC8C \uB204\uB974\uBA74 \uC804\uCCB4 \uC785\uB825 \uC0C1\uC790\uB97C{inputTargetLanguage}\uB85C \uBC14\uB85C \uBC88\uC5ED\uD560 \uC218 \uC788\uC2B5\uB2C8\uB2E4.",enableInputTranslationWithoutTriggerKeyDescription:"\uB300\uC0C1 \uC5B8\uC5B4\uB97C \uC9C0\uC815\uD558\uB824\uBA74 \uC55E\uC5D0 \uC5B8\uC5B4 \uCF54\uB4DC\uB97C \uBD99\uC785\uB2C8\uB2E4(\uC608:\uFF1Aja Hello World).",mouseHoverShortcutPlaceholder:"\uC608:\uFF1A\uC2DC\uD504\uD2B8",deepLProName:"\uBAB0\uC785\uD615 \uBC88\uC5ED \uD504\uB85C \uD68C\uC6D0(\uAD8C\uC7A5)",deepLProDescription:"\uD604\uC7AC \uD328\uD0A4\uC9C0\uB97C \uC9C1\uC811 \uC0AC\uC6A9\uD560 \uC218 \uC788\uC2B5\uB2C8\uB2E4.",deeplProDescriptionForNormal:"\uC124\uC815 \uD544\uC694 \uC5C6\uC74C, \uD68C\uC6D0\uC740 \uB85C\uADF8\uC778 \uD6C4 \uC0AC\uC6A9 \uAC00\uB2A5, <1>\uD68C\uC6D0\uC73C\uB85C \uC5C5\uADF8\uB808\uC774\uB4DC\uD558\uB824\uBA74 \uC5EC\uAE30\uB97C \uD074\uB9AD\uD558\uC138\uC694.",deepLCustomDescription:"\uC678\uAD6D \uC2E0\uC6A9 \uCE74\uB4DC \uD544\uC694, \uACF5\uC2DD\uC801\uC73C\uB85C \uAC1C\uC124\uB41C <1>DeepL,<2>\uBB38\uC11C\uB97C \uBCF4\uB824\uBA74 \uD074\uB9AD\uD558\uC138\uC694.",deepLCustomName:"\uC0AC\uC6A9\uC790 \uC9C0\uC815 \uC778\uC99D \uD0A4",chooseProviderLabel:"\uC11C\uBE44\uC2A4 \uC81C\uACF5\uC5C5\uCCB4 \uC120\uD0DD",openaiProName:"\uBAB0\uC785\uD615 \uBC88\uC5ED \uD504\uB85C \uD68C\uC6D0(\uAD8C\uC7A5)",openaiProDescription:"\uD604\uC7AC \uD328\uD0A4\uC9C0\uB97C \uC9C1\uC811 \uC0AC\uC6A9\uD560 \uC218 \uC788\uC2B5\uB2C8\uB2E4.",openaiProDescriptionForNormal:"\uC124\uC815\uC774 \uD544\uC694\uD558\uC9C0 \uC54A\uC73C\uBA70, \uD68C\uC6D0\uC740 \uB85C\uADF8\uC778 \uD6C4 \uC0AC\uC6A9\uD560 \uC218 \uC788\uC2B5\uB2C8\uB2E4. <1>\uD68C\uC6D0\uC73C\uB85C \uC5C5\uADF8\uB808\uC774\uB4DC\uD558\uB824\uBA74 \uC5EC\uAE30\uB97C \uD074\uB9AD\uD558\uC138\uC694.",openaiCustomDescription:"OpenAI, Azure OpenAI \uB610\uB294 \uAE30\uD0C0 \uD0C0\uC0AC \uC11C\uBE44\uC2A4\uC5D0\uC11C \uC0AC\uC6A9 \uAC00\uB2A5, <1>\uC124\uBA85\uC11C\uB97C \uBCF4\uB824\uBA74 \uC5EC\uAE30\uB97C \uD074\uB9AD\uD558\uC138\uC694.",openaiCustomName:"\uC0AC\uC6A9\uC790 \uC9C0\uC815 API \uD0A4",needLoginAction:"(\uACF5\uAC1C \uBA64\uBC84\uC2ED \uB610\uB294 \uC0AC\uC6A9\uC790 \uC9C0\uC815)",goLoginOrAction:"(\uBA64\uBC84\uC2ED\uC744 \uC5F4\uAC70\uB098 \uC124\uC815\uC73C\uB85C \uC774\uB3D9)",yearly:"\uC5F0\uAC04 \uC5F0\uC18D \uACB0\uC81C",quarterly:"\uC21C\uCC28\uC801 \uB798\uD551",monthly:"\uC6D4\uAC04 \uAD6C\uB3C5",yearlyForOnce:"\uC5F0\uAC04 1\uD68C \uD328\uD0A4\uC9C0",monthlyForOnce:"\uC6D4 1\uD68C \uD328\uD0A4\uC9C0",daily:"\uC5F0\uC18D \uD328\uD0B7 \uC77C\uC218",year:"\uC5F0\uAC04 \uC5F0\uC18D \uACB0\uC81C",quarter:"\uC21C\uCC28\uC801 \uB798\uD551",month:"\uC6D4\uAC04 \uAD6C\uB3C5",day:"\uC5F0\uC18D \uD328\uD0B7 \uC77C\uC218",onetime_7day:"7\uC77C \uCCB4\uD5D8 \uD329",currentPlanDescriptionForFree:"\uD604\uC7AC \uD328\uD0A4\uC9C0\uFF1A\uBB34\uB8CC",currentPlanDescriptionForContinuous:"\uD604\uC7AC \uD328\uD0A4\uC9C0\uFF1A{plan}\uB294 {endAt} \uC5D0\uC11C \uC790\uB3D9\uC73C\uB85C \uAC31\uC2E0\uB429\uB2C8\uB2E4.",currentPlanDescriptionForAutoRenewCaceling:"\uD604\uC7AC \uD328\uD0A4\uC9C0(\uFF1A{plan})\uB294 {endAt} \uC5D0\uC11C \uB9CC\uB8CC\uB418\uBA70 \uB9CC\uB8CC \uC2DC \uC790\uB3D9\uC73C\uB85C \uAC31\uC2E0\uB418\uC9C0 \uC54A\uC2B5\uB2C8\uB2E4.",currentYearlyPlanDescriptionForAutoRenewCacelingWithRealPaiedUser:"\uD604\uC7AC \uD328\uD0A4\uC9C0(\uFF1A{plan})\uB294 {endAt} \uC5D0\uC11C \uB9CC\uB8CC\uB418\uBA70 \uB9CC\uB8CC \uC2DC \uC790\uB3D9\uC73C\uB85C \uAC31\uC2E0\uB418\uC9C0 \uC54A\uC2B5\uB2C8\uB2E4.
<1>\uAC31\uC2E0 \uD50C\uB79C\uC744 \uAD00\uB9AC\uD558\uB824\uBA74 \uC5EC\uAE30\uB97C \uD074\uB9AD\uD558\uC138\uC694.",currentYearlyPlanDescriptionForAutoRenewCacelingWithAdmin:"\uD604\uC7AC \uD328\uD0A4\uC9C0(\uFF1A{plan})\uB294 {endAt} \uC5D0\uC11C \uB9CC\uB8CC\uB418\uBA70 \uB9CC\uB8CC \uC2DC \uC790\uB3D9\uC73C\uB85C \uAC31\uC2E0\uB418\uC9C0 \uC54A\uC2B5\uB2C8\uB2E4.
<1>\uC5F0\uAC04 \uC5F0\uC18D \uAD6C\uB3C5\uC744 \uD65C\uC131\uD654\uD558\uB824\uBA74 \uC5EC\uAE30\uB97C \uD074\uB9AD\uD558\uC138\uC694.",currentPlanDescriptionForOneTime:"\uD604\uC7AC \uAD6C\uB3C5\uFF1A{plan}\uC740 {endAt} \uC5D0\uC11C \uB9CC\uB8CC\uB418\uBA70, <1>\uC5F0\uAC04 \uB610\uB294 <2>\uC6D4\uAC04<1>\uBA64\uBC84\uC2ED\uC73C\uB85C \uC5C5\uADF8\uB808\uC774\uB4DC\uD558\uB824\uBA74 \uC5EC\uAE30\uB97C \uD074\uB9AD\uD558\uC138\uC694.",upgradePlan:"\uD504\uB85C \uBA64\uBC84\uC2ED\uC73C\uB85C \uC5C5\uADF8\uB808\uC774\uB4DC\uD558\uB824\uBA74 \uC5EC\uAE30\uB97C \uD074\uB9AD\uD558\uC138\uC694.",upgradeToPro:"\uD504\uB85C \uBA64\uBC84\uC2ED\uC73C\uB85C \uC5C5\uADF8\uB808\uC774\uB4DC","popup.openPro":"DeepL \uBC0F OpenAI \uBC88\uC5ED\uC744 \uC990\uAE30\uB824\uBA74 \uD504\uB85C \uBA64\uBC84\uC2ED\uC73C\uB85C \uC5C5\uADF8\uB808\uC774\uB4DC\uD558\uACE0 \uC5EC\uAE30\uB97C \uD074\uB9AD\uD558\uC5EC \uC5C5\uADF8\uB808\uC774\uB4DC\uD558\uC138\uC694!","popup.openProForPro":"\uADC0\uD558\uB294 DeepL \uBC0F OpenAI \uBC88\uC5ED\uC5D0 \uC9C1\uC811 \uC561\uC138\uC2A4\uD560 \uC218 \uC788\uB294 \uD504\uB85C \uD68C\uC6D0\uC785\uB2C8\uB2E4!",currentAccount:"\uACBD\uC0C1 \uACC4\uC815",enableAutoSyncUserSettings:"\uC5EC\uB7EC \uB514\uBC14\uC774\uC2A4\uC5D0\uC11C \uD074\uB77C\uC6B0\uB4DC \uC790\uB3D9 \uB3D9\uAE30\uD654 \uC0AC\uC6A9",modalEnableInputTranslationTitle:"\uBAB0\uC785\uD615 \uBC88\uC5ED \uC785\uB825 \uC0C1\uC790 \uBC88\uC5ED \uC54C\uB9BC",modalEnableInputTranslationDesc:"\uC2A4\uD398\uC774\uC2A4\uBC14\uB97C \uC5F0\uC18D\uD574\uC11C \uC138 \uBC88 \uBE60\uB974\uAC8C \uB20C\uB7EC \uBAB0\uC785\uD615 \uBC88\uC5ED\uC758 \uC785\uB825 \uC0C1\uC790 \uBC88\uC5ED\uC744 \uD2B8\uB9AC\uAC70\uD588\uC73C\uBA70, \uC785\uB825 \uC0C1\uC790\uC758 \uB0B4\uC6A9\uC774 \uAE30\uBCF8 \uB300\uC0C1 \uC5B8\uC5B4\uB85C \uBC88\uC5ED\uB429\uB2C8\uB2E4. \uBC88\uC5ED\uC740 Ctrl+Z\uB85C \uCDE8\uC18C\uD560 \uC218 \uC788\uC2B5\uB2C8\uB2E4.

\uBC88\uC5ED\uC774 \uC2E4\uC218\uC600\uB2E4\uBA74 \uC9C0\uAE08 \uBC14\uB85C \uBE44\uD65C\uC131\uD654\uD558\uAC70\uB098 \uC785\uB825 \uC0C1\uC790 \uBC88\uC5ED\uC744 \uC601\uAD6C\uC801\uC73C\uB85C \uBE44\uD65C\uC131\uD654\uD560 \uC218 \uC788\uC73C\uB2C8 \uAC71\uC815\uD558\uC9C0 \uB9C8\uC138\uC694.",saveAndNotShowAgain:"\uC800\uC7A5 \uBC0F \uD504\uB86C\uD504\uD2B8 \uC911\uC9C0",disableInputTranslationTips:"* {option} ,{learnMore}\uC5D0\uC11C \uB2E4\uB978 \uBC14\uB85C\uAC00\uAE30\uB97C \uD2B8\uB9AC\uAC70\uD558\uB3C4\uB85D \uC124\uC815\uD560 \uC218\uB3C4 \uC788\uC2B5\uB2C8\uB2E4.",learnMore:"\uC790\uC138\uD788 \uC54C\uC544\uBCF4\uB824\uBA74 \uC5EC\uAE30\uB97C \uD074\uB9AD\uD558\uC138\uC694.",continueEnalbeInputTranslation:"\uC785\uB825 \uC0C1\uC790 \uBC88\uC5ED \uACC4\uC18D \uD65C\uC131\uD654",autoRenewTrialSuffix:'(\uD3C9\uAC00\uD310 \uC0AC\uC6A9 \uC2DC\uC989\uC2DC \uC815\uC2DD \uBA64\uBC84\uC2ED\uC73C\uB85C \uC5C5\uADF8\uB808\uC774\uB4DC)',upgradeFromTrialTitle:"\uC815\uD68C\uC6D0\uC73C\uB85C \uC5C5\uADF8\uB808\uC774\uB4DC",subtitle:"\uBE44\uB514\uC624 \uCEA1\uC158",youtubeService:"\uBAB0\uC785 \uBC88\uC5ED \uBE44\uB514\uC624 \uC790\uB9C9 \uBC88\uC5ED \uC11C\uBE44\uC2A4","subtitle.disabledSubtitle":"\uB3D9\uC601\uC0C1 \uC790\uB9C9 \uAE30\uB2A5 \uC601\uAD6C \uBE44\uD65C\uC131\uD654\uD558\uAE30","subtitle.disabledSubtitleDescription":"\uBAB0\uC785\uD615 \uBC88\uC5ED\uAE30\uC758 \uBE44\uB514\uC624 \uC790\uB9C9\uC774 \uB2E4\uB978 \uD655\uC7A5 \uD504\uB85C\uADF8\uB7A8\uACFC \uCDA9\uB3CC\uD558\uB294 \uACBD\uC6B0, \uBAB0\uC785\uD615 \uBC88\uC5ED\uAE30\uC758 \uBE44\uB514\uC624 \uC790\uB9C9 \uAE30\uB2A5\uC744 \uC601\uAD6C\uC801\uC73C\uB85C \uBE44\uD65C\uC131\uD654\uD558\uAC70\uB098 \uCDA9\uB3CC\uD558\uB294 \uB2E4\uB978 \uD655\uC7A5 \uD504\uB85C\uADF8\uB7A8\uC744 \uC81C\uAC70\uD558\uB3C4\uB85D \uC120\uD0DD\uD560 \uC218 \uC788\uC2B5\uB2C8\uB2E4.","subtitle.autoEnableSubtitle":"\uC774\uC911 \uC5B8\uC5B4 \uC790\uB9C9 \uC790\uB3D9 \uC0AC\uC6A9","subtitle.autoEnableSubtitleDescription":"\uC0AC\uC6A9\uD558\uBA74 \uBE44\uB514\uC624\uAC00 \uC7AC\uC0DD\uB420 \uB54C \uC790\uB3D9\uC73C\uB85C \uC774\uC911 \uC5B8\uC5B4 \uC790\uB9C9\uC774 \uD45C\uC2DC\uB418\uBA70, \uADF8\uB807\uC9C0 \uC54A\uC73C\uBA74 \uBC88\uC5ED \uBC84\uD2BC\uC744 \uD074\uB9AD\uD574\uC57C \uD45C\uC2DC\uB429\uB2C8\uB2E4.","subtitle.preTranslation":"\uBAB0\uC785\uD615 \uBC88\uC5ED\uC744 \uC0AC\uC6A9\uD558\uC5EC \uC790\uB9C9 \uBC88\uC5ED\uD558\uAE30","subtitle.preTranslationDescription":"\uD65C\uC131\uD654\uD558\uBA74 \uC544\uB798\uC5D0 \uBA85\uC2DC\uB41C \uBC88\uC5ED \uC11C\uBE44\uC2A4\uB97C \uC0AC\uC6A9\uD558\uC5EC \uC804\uCCB4 \uC790\uB9C9\uC774 \uC0AC\uC804 \uBC88\uC5ED\uB418\uBA70, 1\uC2DC\uAC04 \uBD84\uB7C9\uC758 \uB3D9\uC601\uC0C1\uC740 \uC57D 50,000 \uD1A0\uD070 \uB610\uB294 \uBB38\uC790\uB97C \uC18C\uBAA8\uD558\uBBC0\uB85C \uC2E0\uC911\uD558\uAC8C \uC0AC\uC6A9\uD558\uC2DC\uAE30 \uBC14\uB77C\uBA70, \uBE44\uD65C\uC131\uD654\uD558\uBA74 \uC6D0\uBCF8 \uC790\uB9C9\uC774 \uBA3C\uC800 \uC0AC\uC6A9\uB429\uB2C8\uB2E4.","subtitle.humanSubtitlesPreferred":"\uD734\uBA3C \uCEA1\uC158 \uC6B0\uC120 \uC0AC\uC6A9","subtitle.humanSubtitlesPreferredDescription":"\uB3D9\uC601\uC0C1\uC5D0 \uB300\uC0C1 \uC5B8\uC5B4\uB85C \uB41C \uC0AC\uB78C \uC790\uB9C9\uC774 \uC788\uB294 \uACBD\uC6B0 \uC0AC\uB78C \uC790\uB9C9\uC744 \uC6B0\uC120\uC801\uC73C\uB85C \uC0AC\uC6A9\uD569\uB2C8\uB2E4(\uAD8C\uC7A5).",videoSubtitleTranslationDescription:"\uB3D9\uC601\uC0C1 \uC790\uB9C9\uC744 \uC704\uD55C \uBCC4\uB3C4\uC758 \uBC88\uC5ED \uC11C\uBE44\uC2A4 \uC9C0\uC815",subtitleTranslating:"{service} \uC11C\uBE44\uC2A4\uB97C \uC0AC\uC6A9\uD558\uC5EC \uC790\uB9C9\uC744 \uBC88\uC5ED\uD558\uB294 \uB3D9\uC548 \uC7A0\uC2DC \uAE30\uB2E4\uB824\uC8FC\uC138\uC694... (\uBAB0\uC785 \uBC88\uC5ED)",subtitleLoading:"\uC790\uB9C9 \uB85C\uB4DC \uC911...",bilingual:"\uC774\uC911 \uC5B8\uC5B4 \uC0AC\uC6A9","field.action":"\uBC14\uC774\uB450 \uC6A9\uC5B4 \uC0AC\uC6A9 \uC5EC\uBD80","description.action":"\uD65C\uC131\uD654\uD558\uBA74 \uC694\uCCAD\uC5D0 action=1 \uB9E4\uAC1C\uBCC0\uC218\uAC00 \uCD94\uAC00\uB418\uC5B4 \uBC14\uC774\uB450\uC5D0 \uD65C\uC131\uD654\uB41C \uC6A9\uC5B4\uB97C \uC54C\uB9B4 \uC218 \uC788\uC73C\uBA70, <1>\uC790\uC138\uD55C \uB0B4\uC6A9\uC740 \uACF5\uC2DD \uBB38\uC11C\uB97C \uCC38\uC870\uD558\uC138\uC694.",closeQuickTranslation:"\uD638\uBC84\uBCFC \uB2EB\uAE30","closeQuickTranslation.untilNext":"\uB2E4\uC74C \uBC29\uBB38 \uC2DC\uAE4C\uC9C0 \uD734\uBB34\uC785\uB2C8\uB2E4.","closeQuickTranslation.currentWebsite":"\uD604\uC7AC \uC0AC\uC774\uD2B8 \uBE44\uD65C\uC131\uD654","closeQuickTranslation.alwaysClose":"\uC601\uAD6C\uC801\uC73C\uB85C \uBE44\uD65C\uC131\uD654","closeQuickTranslation.settingOpen":"( <1>\uC124\uC815 \uD398\uC774\uC9C0\uC5D0\uC11C \uCF1C\uAE30 \uAC00\uB2A5)","closeQuickTranslation.cancel":"\uCDE8\uC18C","closeQuickTranslation.confirm":"\uC815\uC758","floatBall.popup":"\uBE60\uB978 \uC124\uC815 \uD328\uB110 \uC5F4\uAE30","floatBall.translate":"\uD074\uB9AD\uD558\uC5EC \uD398\uC774\uC9C0 \uBC88\uC5ED\uD558\uAE30","floatBall.showOriginal":"\uC6D0\uBCF8 \uBB38\uC11C\uB85C \uB3CC\uC544\uAC00\uB824\uBA74 \uD074\uB9AD\uD558\uC138\uC694.","floatBall.close":"\uD638\uBC84\uBCFC \uB2EB\uAE30","floatBallOptions.enableDescPc":"\uD398\uC774\uC9C0 \uD638\uBC84\uBCFC\uC744 \uD65C\uC131\uD654\uD558\uBA74 \uD398\uC774\uC9C0 \uC624\uB978\uCABD\uC5D0 \uBE60\uB978 \uBC88\uC5ED \uBC84\uD2BC\uC774 \uD45C\uC2DC\uB418\uBA70, \uC774\uB97C \uD074\uB9AD\uD558\uBA74 \uBC88\uC5ED\uD560 \uC218 \uC788\uC2B5\uB2C8\uB2E4!","floatBallOptions.enableDesc":"\uD638\uBC84\uBCFC\uC744 \uB044\uACE0 \uB098\uBA74{touch}\uC73C\uB85C \uBD88\uB7EC\uC62C \uC218 \uC788\uC2B5\uB2C8\uB2E4. \uC2E4\uC218\uB85C \uC774 \uC635\uC158\uC744 \uB048 \uD6C4 \uD638\uBC84\uBCFC\uC744 \uCC3E\uC744 \uC218 \uC5C6\uB294 \uACBD\uC6B0\uB97C \uB300\uBE44\uD574 \uC774 \uC124\uC815 \uD398\uC774\uC9C0\uB97C \uBD81\uB9C8\uD06C\uC5D0 \uCD94\uAC00\uD574 \uB450\uB294 \uAC83\uC774 \uC88B\uC2B5\uB2C8\uB2E4!","description.azureApiUrl":"\uC0AC\uC6A9\uC790 \uC9C0\uC815 API \uC778\uD130\uD398\uC774\uC2A4\uC758 \uC8FC\uC18C\uB97C \uC785\uB825\uD569\uB2C8\uB2E4.",confirmSupportMouse:"\uB9C8\uC6B0\uC2A4 \uC9C0\uC6D0 \uAC15\uC81C \uD65C\uC131\uD654",confirmSupportMouseDescription:"\uD604\uC7AC \uBE0C\uB77C\uC6B0\uC800\uAC00 \uB9C8\uC6B0\uC2A4 \uAE30\uB2A5\uC744 \uC9C0\uC6D0\uD558\uC9C0 \uC54A\uB294 \uAC83\uC73C\uB85C \uAC10\uC9C0\uB418\uBA74 \uB9C8\uC6B0\uC2A4 \uC9C0\uC6D0\uC744 \uAC15\uC81C\uB85C \uD65C\uC131\uD654\uD574\uC57C \uD558\uB098\uC694?",sampleTargetText:"\uAE34 \uBC24\uC774 \uC62C \uAC83\uC774\uB2C8, \uB098\uB294 \uC624\uB298\uBD80\uD130 \uC8FD\uC744 \uB54C\uAE4C\uC9C0 \uBCF4\uCD08\uB97C \uC124 \uAC83\uC774\uB2E4. \uB098\uB294 \uC544\uB0B4\uB97C \uCDE8\uD558\uC9C0 \uC54A\uC744 \uAC83\uC774\uBA70, \uB3D9\uB9F9\uC744 \uB9FA\uC9C0 \uC54A\uC744 \uAC83\uC774\uBA70, \uC790\uC2DD\uC744 \uB0B3\uC9C0 \uC54A\uC744 \uAC83\uC774\uB2E4. \uB098\uB294 \uC655\uAD00\uC744 \uC4F0\uC9C0 \uC54A\uC744 \uAC83\uC774\uBA70 \uBA85\uC608\uB97C \uC704\uD574 \uB178\uB825\uD558\uC9C0 \uC54A\uC744 \uAC83\uC774\uB2E4. \uB098\uB294 \uB0B4 \uC758\uBB34\uB97C \uB2E4\uD558\uACE0 \uC0B4\uB2E4\uAC00 \uC8FD\uC744 \uAC83\uC785\uB2C8\uB2E4.",sampleSourceText:"Night gathers, and now my watch begins. It shall not end until my death. I shall take no wife, hold no lands, father no children. I shall wear no crowns and win no glory. I shall live and die at my post.","subtitle.supportedSites":"\u5DF2\u652F\u6301\u5728\u8FD9\u4E9B\u7F51\u7AD9\u4F7F\u7528\u53CC\u8BED\u5B57\u5E55\uFF08\u6CE8\u610F\uFF1A\u7531\u4E8E\u6280\u672F\u9650\u5236\uFF0C\u90E8\u5206\u7F51\u7AD9\u5728\u9996\u6B21\u5F00\u542F\u5B57\u5E55\u540E\u9700\u8981\u91CD\u65B0\u5237\u65B0\u9875\u9762\uFF0C\u6216\u8005\u9700\u7B49\u5F85\u7FFB\u8BD1\u5B8C\u6210\u4EE5\u663E\u793A\u53CC\u8BED\u5B57\u5E55\uFF09\uFF1A",viewWithImmersiveTranslate:"\u53CC\u8BED\u7248\u672C(\u6C89\u6D78\u5F0F\u7FFB\u8BD1)",errorReason:"\u9519\u8BEF\u539F\u56E0\uFF1A{message}","proQuotaExceededError.onetime7day":'\uFF0C\u60A8\u53EF\u4EE5\u9009\u62E9\u4EE5\u4E0B\u65B9\u5F0F\u89E3\u51B3\uFF1A

1. \u5207\u6362\u5230 {anotherService} \u6216\u5176\u4ED6\u7FFB\u8BD1\u670D\u52A1
2. \u5347\u7EA7\u4E3A\u6708\u5EA6/\u5E74\u5EA6\u4F1A\u5458',"proQuotaExceededError.trial":'\uFF0C\u60A8\u53EF\u4EE5\u9009\u62E9\u4EE5\u4E0B\u65B9\u5F0F\u89E3\u51B3\uFF1A

1. \u5207\u6362\u5230 {anotherService} \u6216\u5176\u4ED6\u7FFB\u8BD1\u670D\u52A1
2. \u7ACB\u523B\u5347\u7EA7\u4E3A\u6B63\u5F0F\u4F1A\u5458',"proQuotaExceededError.nonTrial":'\uFF0C\u60A8\u53EF\u4EE5\u9009\u62E9\u4EE5\u4E0B\u65B9\u5F0F\u89E3\u51B3\uFF1A

1. \u5207\u6362\u5230 {anotherService} \u6216\u5176\u4ED6\u7FFB\u8BD1\u670D\u52A1
2. \u8D2D\u4E70 {translationService} \u989D\u5916\u6D41\u91CF\u5305',"proQuotaExceededError.resetTime":"
3. \u989D\u5EA6\u91CD\u7F6E\u65F6\u95F4\uFF1A{resetTime}","desc.touchShortcutsToggleTranslatePageOnlyTranslation":"\uBC88\uC5ED\uBB38\uB9CC\uC774\uB77C\uB294 \uAC83\uC740 \uBC88\uC5ED\uBB38\uB9CC \uD45C\uC2DC\uD558\uBA70, \uC6F9\uD398\uC774\uC9C0\uAC00 \uC544\uC9C1 \uBC88\uC5ED\uB418\uC9C0 \uC54A\uC558\uB2E4\uBA74 \uBAA8\uB4DC\uB97C \uC804\uD658\uD558\uACE0 \uBC88\uC5ED\uD560 \uAC83\uC785\uB2C8\uB2E4.","desc.toggleOnlyTransation":"\uC624\uC9C1 \uBC88\uC5ED \uBAA8\uB4DC\uB294 \uBC88\uC5ED\uBB38\uB9CC \uD45C\uC2DC\uD558\uB294 \uAC83\uC744 \uC758\uBBF8\uD558\uBA70, \uC6F9\uD398\uC774\uC9C0\uAC00 \uC544\uC9C1 \uBC88\uC5ED\uB418\uC9C0 \uC54A\uC558\uB2E4\uBA74 \uBAA8\uB4DC\uB97C \uC804\uD658\uD558\uACE0 \uBC88\uC5ED\uD560 \uAC83\uC785\uB2C8\uB2E4.",touchShortcutsToggleTranslatePageOnlyTranslation:"\uD130\uCE58 \uC2A4\uD06C\uB9B0 \uC81C\uC2A4\uCC98\uB97C \uC124\uC815\uD558\uC5EC \uC774\uC911 \uC5B8\uC5B4/\uBC88\uC5ED \uD14D\uC2A4\uD2B8 \uC804\uC6A9 \uBAA8\uB4DC\uB97C \uC804\uD658\uD558\uC138\uC694.",download_started:"\uB2E4\uC6B4\uB85C\uB4DC\uAC00 \uC774\uBBF8 \uC2DC\uC791\uB418\uC5C8\uC2B5\uB2C8\uB2E4. \uC790\uB3D9\uC73C\uB85C \uB2E4\uC6B4\uB85C\uB4DC\uB418\uC9C0 \uC54A\uB294 \uACBD\uC6B0, \uC218\uB3D9\uC73C\uB85C \uD074\uB9AD\uD558\uC2ED\uC2DC\uC624.",here:"\uC5EC\uAE30","error.serveConfigError":"\uC11C\uBE44\uC2A4 \uAD6C\uC131 \uC624\uB958","translationFont.customPlaceholder":"\uAE00\uAF34","error.configError":"\uAD6C\uC131 \uB370\uC774\uD130 \uC774\uC0C1","error.goReset":"\uC7AC\uC124\uC815\uD558\uB2E4","touch.mouse-translate":"\uC9C0\uC815\uB41C \uB2E8\uB77D \uBC88\uC5ED",batchEdit:"\uB300\uB7C9 \uC791\uC5C5","translationModeUrl.translation.title":"\uBC88\uC5ED\uB9CC \uBAA8\uB4DC\uC758 \uC6F9\uC0AC\uC774\uD2B8","translationFont.custom":"\uC0AC\uC6A9\uC790 \uC815\uC758 \uAE00\uAF34 \uC785\uB825",translationFont:"\uAE00\uAF34 \uC124\uC815","translationServices.inherit":"\uC8FC \uBC88\uC5ED \uC11C\uBE44\uC2A4\uB97C \uB530\uB974\uC2ED\uC2DC\uC624",detectServiceLoading:"\uC0AC\uC6A9 \uAC00\uB2A5\uD55C \uBC88\uC5ED \uC11C\uBE44\uC2A4\uB97C \uD655\uC778 \uC911\uC785\uB2C8\uB2E4...",toggleToService:"{service}\uB85C \uC804\uD658\uD558\uACE0 \uB2E4\uC2DC \uC2DC\uB3C4\uD558\uC2ED\uC2DC\uC624.","translationModeLang.translation.title":"\uB2E8\uC21C \uBC88\uC5ED \uBAA8\uB4DC\uC758 \uC5B8\uC5B4","error.502":"\uC11C\uBE44\uC2A4\uAC00 \uC624\uB958\uB97C \uBC18\uD658\uD588\uC2B5\uB2C8\uB2E4, \uC11C\uBE44\uC2A4\uAC00 \uC2DC\uAC04 \uCD08\uACFC\uB418\uC5C8\uC2B5\uB2C8\uB2E4. \uC7A0\uC2DC \uD6C4 \uB2E4\uC2DC \uC2DC\uB3C4\uD574 \uC8FC\uC138\uC694.","error.proUpgrade":"\uC5C5\uADF8\uB808\uC774\uB4DC \uD6C4\uC5D0\uB294 \uD398\uC774\uC9C0\uB97C \uC0C8\uB85C \uACE0\uCE68\uD558\uC5EC \uB2E4\uC2DC \uBC88\uC5ED\uD558\uC2ED\uC2DC\uC624.","error.reloadPageOfSetting":"\uAD6C\uC131 \uD6C4\uC5D0\uB294 \uD398\uC774\uC9C0\uB97C \uC0C8\uB85C \uACE0\uCE68\uD558\uC5EC \uB2E4\uC2DC \uBC88\uC5ED\uD558\uC2ED\uC2DC\uC624.","translationModeLang.translation.description":"\uD398\uC774\uC9C0 \uC5B8\uC5B4\uAC00 \uB2E4\uC74C \uC5B8\uC5B4\uC77C \uB54C, \uC790\uB3D9\uC73C\uB85C \uBC88\uC5ED\uBB38\uB9CC \uBAA8\uB4DC\uB97C \uC0AC\uC6A9\uD569\uB2C8\uB2E4.","error.proTokenInvalid":"Pro \uC0AC\uC6A9\uC790\uC774\uC2DC\uB77C\uBA74, \uB85C\uADF8\uC778 \uD6C4 Pro \uBC88\uC5ED \uC11C\uBE44\uC2A4\uB97C \uC774\uC6A9\uD574 \uC8FC\uC138\uC694.","error.403":"\uC11C\uBE44\uC2A4\uAC00 \uC624\uB958\uB97C \uBC18\uD658\uD558\uC600\uC2B5\uB2C8\uB2E4, \uC7A0\uC2DC \uD574\uB2F9 \uC11C\uBE44\uC2A4\uC5D0 \uC811\uADFC\uD560 \uAD8C\uD55C\uC774 \uC5C6\uC2B5\uB2C8\uB2E4.","error.googleLimitIp":"\uC11C\uBE44\uC2A4\uAC00 \uC624\uB958\uB97C \uBC18\uD658\uD588\uC73C\uBA70, Google \uC11C\uBE44\uC2A4\uB294 \uD574\uB2F9 IP \uC8FC\uC18C\uC5D0 \uB300\uD574 \uC81C\uD55C\uC744 \uB450\uC5C8\uC2B5\uB2C8\uB2E4. \uB124\uD2B8\uC6CC\uD06C \uB178\uB4DC\uB97C \uBCC0\uACBD\uD558\uB294 \uAC83\uC774 \uC88B\uC2B5\uB2C8\uB2E4.",videoSubtitlePreTranslationOff:"\uBE44\uB514\uC624 \uC790\uB9C9\uC740 \uC6D0\uB798 \uBE44\uB514\uC624\uC5D0 \uD3EC\uD568\uB41C \uAE30\uACC4 \uBC88\uC5ED \uC790\uB9C9\uC744 \uC6B0\uC120\uC801\uC73C\uB85C \uC0AC\uC6A9\uD560 \uAC83\uC785\uB2C8\uB2E4.",videoSubtitlePreTranslationOn:"\uBE44\uB514\uC624 \uC790\uB9C9\uC740 \uC6B0\uC120\uC801\uC73C\uB85C \uBAB0\uC785\uD615 \uBC88\uC5ED\uC744 \uC0AC\uC6A9\uD560 \uAC83\uC785\uB2C8\uB2E4.",enableSentryReport:"\uD655\uC7A5\uC774 \uC624\uB958\uB97C \uC77C\uC73C\uD0AC \uB54C Sentry\uB97C \uC0AC\uC6A9\uD558\uC5EC \uD53C\uB4DC\uBC31\uC744 \uC81C\uCD9C\uD558\uC2ED\uC2DC\uC624.","translationModeUrl.translation.description":"\uB2E4\uC74C \uB3C4\uBA54\uC778\uC5D0 \uB300\uD55C \uC6F9\uC0AC\uC774\uD2B8\uC77C \uACBD\uC6B0, \uC790\uB3D9\uC73C\uB85C \uBC88\uC5ED\uBB38\uB9CC \uBAA8\uB4DC\uB97C \uC0AC\uC6A9\uD569\uB2C8\uB2E4.","error.openAIExceededQuota":"\uC11C\uBE44\uC2A4 \uC624\uB958 \uBC18\uD658: \uD604\uC7AC OpenAI \uACC4\uC815 \uC794\uC561\uC774 \uBD80\uC871\uD569\uB2C8\uB2E4. OpenAI \uACF5\uC2DD \uAD00\uB9AC \uD398\uC774\uC9C0\uC5D0\uC11C \uCDA9\uC804\uD558\uAC70\uB098 \uC2E0\uC6A9\uCE74\uB4DC\uB97C \uC5F0\uACB0\uD574\uC8FC\uC138\uC694.","error.400":"\uC11C\uBE44\uC2A4\uAC00 \uC624\uB958\uB97C \uBC18\uD658\uD588\uC2B5\uB2C8\uB2E4. \uC694\uCCAD \uB9E4\uAC1C\uBCC0\uC218\uAC00 \uC798\uBABB\uB418\uC5C8\uC2B5\uB2C8\uB2E4. \uD574\uB2F9 \uC124\uC815\uC744 \uD655\uC778\uD558\uC2ED\uC2DC\uC624.","error.gemini.429":"\uD604\uC7AC Gemini \uC11C\uBE44\uC2A4\uC758 \uD604\uC7AC \uBD80\uD558 \uC6A9\uB7C9\uC774 \uCD5C\uB300\uC5D0 \uB3C4\uB2EC\uD588\uC2B5\uB2C8\uB2E4. \uC7A0\uC2DC \uD6C4\uC5D0 \uB2E4\uC2DC \uC2DC\uB3C4\uD558\uAC70\uB098 \uB2E4\uB978 \uBC88\uC5ED \uC11C\uBE44\uC2A4\uB85C \uC804\uD658\uD574 \uC8FC\uC138\uC694.","translationFont.notSupportErrorMessage":"\uC785\uB825\uD558\uC2E0 \uAE00\uAF34 \uC774\uB984\uC774 \uC815\uD655\uD55C\uC9C0 \uD655\uC778\uD558\uC2DC\uAC70\uB098, \uD574\uB2F9 \uAE00\uAF34\uC774 \uADC0\uD558\uC758 \uC7A5\uCE58\uC5D0 \uC124\uCE58\uB418\uC5B4 \uC788\uB294\uC9C0 \uD655\uC778\uD574 \uC8FC\uC138\uC694.","error.openAIFreeLimit":"\uC11C\uBE44\uC2A4\uAC00 \uC624\uB958\uB97C \uBC18\uD658\uD588\uC2B5\uB2C8\uB2E4. \uD604\uC7AC \uBC88\uC5ED \uC694\uCCAD \uBE48\uB3C4\uAC00 \uBD84\uB2F9 \uCD5C\uB300 3\uD68C\uB85C \uC81C\uD55C\uB418\uC5C8\uC2B5\uB2C8\uB2E4. \uC7A0\uC2DC \uD6C4 \uB2E4\uC2DC \uC2DC\uB3C4\uD558\uC2ED\uC2DC\uC624. (\uC774\uAC83\uC740 OpenAI \uACF5\uC2DD\uC774 \uBB34\uB8CC API Key\uC5D0 \uB300\uD55C \uC81C\uD55C\uC774\uBA70, \uC774 \uC81C\uD55C\uC744 \uD574\uC81C\uD558\uB824\uBA74 OpenAI \uAD00\uB9AC \uBC31\uC5D4\uB4DC\uC5D0\uC11C \uC2E0\uC6A9\uCE74\uB4DC\uB97C \uC5F0\uACB0\uD558\uC2ED\uC2DC\uC624.)","desc.toggleVideoSubtitlePreTranslation":"\uB204\uB974\uBA74 \uBE44\uB514\uC624\uC758 \uC774\uC911 \uC5B8\uC5B4 \uC790\uB9C9\uC740 \uC6B0\uC120\uC801\uC73C\uB85C \uBAB0\uC785\uD615 \uBC88\uC5ED \uC124\uC815\uC744 \uC0AC\uC6A9\uD558\uACE0, \uB2E4\uC2DC \uB204\uB974\uBA74 \uC6D0\uB798 \uBE44\uB514\uC624\uC5D0 \uB0B4\uC7A5\uB41C \uAE30\uACC4 \uBC88\uC5ED \uC790\uB9C9\uC744 \uC6B0\uC120\uC801\uC73C\uB85C \uC0AC\uC6A9\uD569\uB2C8\uB2E4. \uC8FC\uC758: \uC774 \uB2E8\uCD95\uD0A4\uB294 \uC804\uC5ED \uC124\uC815\uC744 \uC218\uC815\uD569\uB2C8\uB2E4.","error.429":"\uC11C\uBE44\uC2A4\uAC00 \uC624\uB958\uB97C \uBC18\uD658\uD588\uC2B5\uB2C8\uB2E4. \uC774\uB294 \uC694\uCCAD\uC774 \uB108\uBB34 \uC790\uC8FC \uBC1C\uC0DD\uD558\uAC70\uB098 \uD560\uB2F9\uB7C9 \uC81C\uD55C\uC744 \uCD08\uACFC\uD588\uC74C\uC744 \uB098\uD0C0\uB0C5\uB2C8\uB2E4. \uC7A0\uC2DC \uD6C4\uC5D0 \uB2E4\uC2DC \uC2DC\uB3C4\uD558\uC2ED\uC2DC\uC624.","error.serveUnavailable":"\uD604\uC7AC \uC0AC\uC6A9 \uC911\uC778 [{serverName}] \uC11C\uBE44\uC2A4\uB294 \uB124\uD2B8\uC6CC\uD06C \uC5F0\uACB0 \uB610\uB294 \uC11C\uBE44\uC2A4 \uC81C\uACF5\uC790\uC758 \uBB38\uC81C\uB85C \uC778\uD574 \uC77C\uC2DC\uC801\uC73C\uB85C \uC811\uC18D\uD560 \uC218 \uC5C6\uC2B5\uB2C8\uB2E4. \uD398\uC774\uC9C0\uB97C \uC0C8\uB85C \uACE0\uCE68\uD558\uAC70\uB098 <1>\uC124\uC815\uC744 \uD1B5\uD574 \uB2E4\uB978 \uBC88\uC5ED \uC11C\uBE44\uC2A4\uB85C \uBCC0\uACBD\uD574 \uBCF4\uC2DC\uB294 \uAC83\uC744 \uAD8C\uC7A5\uD569\uB2C8\uB2E4. <2>Pro \uD68C\uC6D0\uC774\uC2DC\uB77C\uBA74, \uB354 \uC548\uC815\uC801\uC778 DeepL \uB610\uB294 OpenAI \uBC88\uC5ED \uC11C\uBE44\uC2A4\uB97C \uC0AC\uC6A9\uD560 \uC218 \uC788\uC2B5\uB2C8\uB2E4(<3>\uC5EC\uAE30\uB97C \uD074\uB9AD\uD558\uC2DC\uBA74 \uBB34\uB8CC\uB85C \uCCB4\uD5D8\uD558\uC2E4 \uC218 \uC788\uC2B5\uB2C8\uB2E4). \uB610\uD55C, \uB124\uD2B8\uC6CC\uD06C \uB610\uB294 \uD504\uB85D\uC2DC \uC124\uC815\uC744 \uD655\uC778\uD574\uC57C \uD560 \uC218\uB3C4 \uC788\uC2B5\uB2C8\uB2E4.",pickAll:"\uC804\uCCB4 \uC120\uD0DD","error.reason":"\uC624\uB958 \uC6D0\uC778","error.retry":"\uB2E4\uC2DC \uC2DC\uB3C4\uD558\uB2E4","widget.instruction":"\uC0AC\uC6A9 \uC124\uBA85\uC11C",notLogin:"\uB85C\uADF8\uC778\uD558\uC9C0 \uC54A\uC74C",loggedIn:"\uB85C\uADF8\uC778 \uB418\uC5C8\uC2B5\uB2C8\uB2E4",touchShortcutsOff:"\uB2EB\uAE30",goLogin:"\uB85C\uADF8\uC778\uD558\uC2ED\uC2DC\uC624","widget.videoSubtitle":"\uBE44\uB514\uC624 \uC790\uB9C9","multipleClick.2":"\uB354\uBE14 \uD074\uB9AD","widget.translateFile":"PDF/ePub",shortcutSettings:"\uB2E8\uCD95\uD0A4","tagsInput.add":"+ \uCD94\uAC00",translationOnlyMode:"\uC624\uC9C1 \uBC88\uC5ED \uBAA8\uB4DC\uB9CC",shortcutSettingsTitle:"\uB2E8\uCD95\uD0A4 \uC124\uC815","translationServices.gemini":"\uC30D\uB465\uC774\uC790\uB9AC","multipleClick.4":"\uB124 \uBC88 \uC5F0\uC18D \uD0C0\uACA9","floatBall.iKnow":"\uB098\uB294 \uC54C\uC558\uC5B4","widget.instructionTooltip":"\uC0AC\uC6A9 \uC124\uBA85\uC11C\uB97C \uD655\uC778\uD558\uC2ED\uC2DC\uC624","multipleClick.3":"\uD2B8\uB9AC\uD50C \uD788\uD2B8",paragraphMinTextCountField:"\uBC88\uC5ED \uB2E8\uB77D\uC5D0 \uD544\uC694\uD55C \uCD5C\uC18C \uBB38\uC790 \uC218","shortcutGroup.shortcutsForTranslationServices":"\uBC88\uC5ED \uC11C\uBE44\uC2A4 \uAD00\uB828 \uB2E8\uCD95\uD0A4",temprarilyChangeTranslationTo_openai:"\uD604\uC7AC \uD398\uC774\uC9C0\uB97C OpenAI\uB85C \uBC88\uC5ED\uD558\uACE0 \uC788\uC2B5\uB2C8\uB2E4.","browser.translateWithGoogle":"\uD604\uC7AC \uD398\uC774\uC9C0\uB97C \uC784\uC2DC\uB85C Google \uBC88\uC5ED \uC0AC\uC6A9\uD558\uAE30",mouseHoverCustomKeyTitle:"\uC0AC\uC6A9\uC790 \uC815\uC758 \uB9C8\uC6B0\uC2A4 \uD638\uBC84 \uB2E8\uCD95\uD0A4","slide.left":"\uC624\uB978\uCABD\uC73C\uB85C \uC2AC\uB77C\uC774\uB4DC\uD558\uC138\uC694","browser.translateInputBox":"\uD604\uC7AC \uC785\uB825 \uC0C1\uC790 \uB0B4\uC6A9 \uBC88\uC5ED","intro.floatBallTitle":"\uBE60\uB978 \uBC88\uC5ED \uD50C\uB85C\uD305 \uBCFC","shortcutGroup.touch":"\uD130\uCE58 \uC2A4\uD06C\uB9B0 \uC804\uC6A9 \uC81C\uC2A4\uCC98","widget.videoSubtitleTooltip":"Youtube \uB4F1 {count}+ \uBE44\uB514\uC624 \uC6F9\uC0AC\uC774\uD2B8\uB97C \uC9C0\uC6D0\uD569\uB2C8\uB2E4","intro.subtitleTitle":"\uC628\uB77C\uC778 \uBE44\uB514\uC624 \uC774\uC911 \uC5B8\uC5B4 \uC790\uB9C9 \uD45C\uC2DC","subtitle.autoDisableSubtitle":"\uC790\uB3D9\uC73C\uB85C \uC774\uC911 \uC5B8\uC5B4 \uC790\uB9C9\uC744 \uD65C\uC131\uD654\uD558\uC9C0 \uC54A\uC2B5\uB2C8\uB2E4",temprarilyChangeTranslationTo_bing:"\uD604\uC7AC \uD398\uC774\uC9C0\uB97C Microsoft \uBC88\uC5ED\uC744 \uC0AC\uC6A9\uD558\uC5EC \uBC88\uC5ED\uD558\uACE0 \uC788\uC2B5\uB2C8\uB2E4.","slide.right":"\uC67C\uCABD\uC73C\uB85C \uC2AC\uB77C\uC774\uB4DC\uD558\uC138\uC694","widget.translateFileTooltip":"PDF, EPUB, SRT, ASS, HTML \uBC0F TXT \uBB38\uC11C \uBC88\uC5ED","intro.hoverTitle":"\uB9C8\uC6B0\uC2A4\uB97C \uB193\uC73C\uBA74 \uD604\uC7AC \uB2E8\uB77D\uC774 \uBC88\uC5ED\uB429\uB2C8\uB2E4.",temprarilyChangeTranslationTo_gemini:"\uD604\uC7AC \uD398\uC774\uC9C0\uB97C Gemini\uB85C \uBC88\uC5ED\uD558\uACE0 \uC788\uC2B5\uB2C8\uB2E4.","shortcutGroup.mouse":"\uB9C8\uC6B0\uC2A4 \uD638\uBC84 \uB2E8\uCD95\uD0A4 \uC124\uC815",temprarilyChangeTranslationTo_google:"\uD604\uC7AC \uD398\uC774\uC9C0\uB97C Google \uBC88\uC5ED\uC744 \uC0AC\uC6A9\uD558\uC5EC \uBC88\uC5ED\uD558\uACE0 \uC788\uC2B5\uB2C8\uB2E4.",neverTranslateThisSite:"\uC774 \uC6F9\uC0AC\uC774\uD2B8\uB97C \uC808\uB300 \uBC88\uC5ED\uD558\uC9C0 \uB9C8\uC2ED\uC2DC\uC624.","subtitle.bilingual":"\uC774\uC911 \uC5B8\uC5B4 \uC790\uB9C9",alwaysTranslateThisSite:"\uD56D\uC0C1 \uC774 \uC6F9\uC0AC\uC774\uD2B8\uB97C \uBC88\uC5ED\uD569\uB2C8\uB2E4",buildSnapshots:"\uC6F9\uD398\uC774\uC9C0 \uC2A4\uB0C5\uC0F7 \uC0DD\uC131","error.subscriptionExpiredTitle":"\uD68C\uC6D0\uC774 \uB9CC\uB8CC\uB418\uC5C8\uC2B5\uB2C8\uB2E4",notLoginPro:"\uB2F9\uC2E0\uC740 \uC544\uC9C1 \uD68C\uC6D0 \uACC4\uC815\uC5D0 \uB85C\uADF8\uC778\uD558\uC9C0 \uC54A\uC558\uC2B5\uB2C8\uB2E4.","browser.translateWithGemini":"\uD604\uC7AC \uD398\uC774\uC9C0\uB97C \uC784\uC2DC\uB85C Gemini\uB85C \uBC88\uC5ED\uD558\uC2ED\uC2DC\uC624.","shortcutGroup.others":"\uB354 \uB9CE\uC740 \uC0AC\uC6A9\uC790 \uC815\uC758 \uAE30\uB2A5 \uB2E8\uCD95\uD0A4","subtitle.showQuickButton":"\uD50C\uB808\uC774\uC5B4\uC5D0\uC11C \uC774\uC911 \uC5B8\uC5B4 \uC790\uB9C9 \uB2E8\uCD95\uD0A4\uB97C \uD45C\uC2DC\uD569\uB2C8\uB2E4","browser.translateWithBing":"\uC784\uC2DC\uB85C \uB9C8\uC774\uD06C\uB85C\uC18C\uD504\uD2B8 \uBC88\uC5ED\uC744 \uC0AC\uC6A9\uD558\uC5EC \uD604\uC7AC \uD398\uC774\uC9C0\uB97C \uBC88\uC5ED\uD558\uC2ED\uC2DC\uC624.",contact:"\uC6B0\uB9AC\uC5D0\uAC8C \uC5F0\uB77D\uD558\uC2ED\uC2DC\uC624","desc.touchShortcutsToggleTranslateTouchElement":"\uC0AC\uC6A9\uC790 \uC815\uC758 \uC81C\uC2A4\uCC98\uB97C \uC0AC\uC6A9\uD558\uBA74 \uC5B4\uB5A4 \uB2E8\uB77D\uC774\uB4E0 \uBC88\uC5ED\uD560 \uC218 \uC788\uC2B5\uB2C8\uB2E4.",temprarilyChangeTranslationTo_deepl:"\uD604\uC7AC \uD398\uC774\uC9C0\uB97C DeepL\uB85C \uBC88\uC5ED\uD558\uACE0 \uC788\uC2B5\uB2C8\uB2E4.",networkError:"\uBC88\uC5ED \uC11C\uBE44\uC2A4 \uB610\uB294 \uB124\uD2B8\uC6CC\uD06C\uC5D0 \uBB38\uC81C\uAC00 \uBC1C\uC0DD\uD588\uC2B5\uB2C8\uB2E4.","browser.translateWithTransmart":"\uC784\uC2DC\uB85C \uD150\uC13C\uD2B8 \uBC88\uC5ED\uC744 \uC0AC\uC6A9\uD558\uC5EC \uD604\uC7AC \uD398\uC774\uC9C0\uB97C \uBC88\uC5ED\uD558\uC2ED\uC2DC\uC624.",upgradeToProErrorTitle:"\uC774 \uBC88\uC5ED \uC11C\uBE44\uC2A4\uB97C \uC0AC\uC6A9\uD558\uB824\uBA74 Pro \uD68C\uC6D0\uC73C\uB85C \uC5C5\uADF8\uB808\uC774\uB4DC\uD558\uC2ED\uC2DC\uC624.",temprarilyChangeTranslationTo_transmart:"\uD604\uC7AC \uD398\uC774\uC9C0\uB97C \uD150\uC13C\uD2B8 \uBC88\uC5ED\uC744 \uC0AC\uC6A9\uD558\uC5EC \uBC88\uC5ED\uD558\uACE0 \uC788\uC2B5\uB2C8\uB2E4.",touchShortcutsToggleTranslationMask:"\uD130\uCE58 \uC2A4\uD06C\uB9B0 \uC81C\uC2A4\uCC98 \uC124\uC815\uD558\uC5EC \uBC88\uC5ED \uB9C8\uC2A4\uD06C \uD45C\uC2DC / \uC6D0\uBB38 \uD45C\uC2DC","neverTranslateText.title":"\uB2E4\uC74C \uB2E8\uC5B4\uB294 \uC6D0\uBB38\uC744 \uC720\uC9C0\uD558\uACE0 \uBC88\uC5ED\uD558\uC9C0 \uB9C8\uC2ED\uC2DC\uC624.","browser.translateWithOpenAI":"\uC784\uC2DC\uB85C OpenAI\uB97C \uC0AC\uC6A9\uD558\uC5EC \uD604\uC7AC \uD398\uC774\uC9C0\uB97C \uBC88\uC5ED\uD558\uC2ED\uC2DC\uC624.","floatBall.guideClickToTranslate":`\uD074\uB9AD\uD558\uC5EC \uBAB0\uC785\uD615 \uBC88\uC5ED \uD50C\uB85C\uD305 \uBCFC\uC744 + {env.imt_sub_trans_field}: \u041F\u0435\u0440\u0435\u0432\u043E\u0434`,"subtitle.quickButton.cyan":"\u0421\u0438\u043D\u0438\u0439","subtitle.quickButton.magenta":"\u041F\u0443\u0440\u043F\u0443\u0440\u043D\u044B\u0439","subtitle.quickButton.white":"\u0431\u0435\u043B\u044B\u0439","subtitle.quickButton.blue":"\u0441\u0438\u043D\u0438\u0439","subtitle.quickButton.red":"\u043A\u0440\u0430\u0441\u043D\u044B\u0439","subtitle.quickButton.translationPositionTop":"\u0432 \u0432\u0435\u0440\u0445\u043D\u0435\u0439 \u0447\u0430\u0441\u0442\u0438 \u0442\u0435\u043A\u0441\u0442\u0430","subtitle.quickButton.translationPosition":"\u043C\u0435\u0441\u0442\u043E\u043F\u043E\u043B\u043E\u0436\u0435\u043D\u0438\u0435 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430","subtitle.quickButton.green":"\u0437\u0435\u043B\u0435\u043D\u044B\u0439","subtitle.quickButton.translationPositionBottom":"\u043E\u0440\u0438\u0433\u0438\u043D\u0430\u043B \u043D\u0438\u0436\u0435","subtitle.quickButton.yellow":"\u0436\u0435\u043B\u0442\u044B\u0439","subtitle.quickButton.backgroundColor":"\u0444\u043E\u043D\u043E\u0432\u044B\u0439 \u0446\u0432\u0435\u0442","subtitle.quickButton.sourceFontSize":"\u0418\u0441\u0445\u043E\u0434\u043D\u044B\u0439 \u0440\u0430\u0437\u043C\u0435\u0440 \u0448\u0440\u0438\u0444\u0442\u0430","translationServices.claude":"\u041A\u043B\u043E\u0434","subtitle.quickButton.setting":"\u043D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0430","subtitle.quickButton.translationFontSize":"\u0440\u0430\u0437\u043C\u0435\u0440 \u0448\u0440\u0438\u0444\u0442\u0430 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430","subtitle.quickButton.translationTextColor":"\u0426\u0432\u0435\u0442 \u0448\u0440\u0438\u0444\u0442\u0430 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430","subtitle.quickButton.black":"\u0447\u0435\u0440\u043D\u044B\u0439","subtitle.quickButton.sourceTextColor":"\u0418\u0441\u0445\u043E\u0434\u043D\u044B\u0439 \u0446\u0432\u0435\u0442 \u0448\u0440\u0438\u0444\u0442\u0430","subtitle.quickButton.backgroundOpacity":"\u0424\u043E\u043D\u043E\u0432\u0430\u044F \u043D\u0435\u043F\u0440\u043E\u0437\u0440\u0430\u0447\u043D\u043E\u0441\u0442\u044C",attachSubtitleTranslating:"\u0418\u0441\u043F\u043E\u043B\u044C\u0437\u0443\u044F {service} \u0434\u043B\u044F \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430...","error.claude.403":"\u0412\u0440\u0435\u043C\u0435\u043D\u043D\u043E \u043D\u0435\u0442 \u0434\u043E\u0441\u0442\u0443\u043F\u0430 \u043A \u0441\u0435\u0440\u0432\u0438\u0441\u0443, \u0432\u043E\u0437\u043C\u043E\u0436\u043D\u043E, \u044D\u0442\u043E \u0441\u0432\u044F\u0437\u0430\u043D\u043E \u0441 \u0440\u0435\u0433\u0438\u043E\u043D\u0430\u043B\u044C\u043D\u044B\u043C\u0438 \u043E\u0433\u0440\u0430\u043D\u0438\u0447\u0435\u043D\u0438\u044F\u043C\u0438 \u041A\u043B\u043E\u0434\u0430. \u0412\u044B \u043C\u043E\u0436\u0435\u0442\u0435 \u043F\u043E\u043F\u0440\u043E\u0431\u043E\u0432\u0430\u0442\u044C \u0438\u0437\u043C\u0435\u043D\u0438\u0442\u044C \u0441\u0432\u043E\u0439 IP-\u0430\u0434\u0440\u0435\u0441 \u0438\u043B\u0438 \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u044C \u0434\u0440\u0443\u0433\u0438\u0435 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0447\u0435\u0441\u043A\u0438\u0435 \u0443\u0441\u043B\u0443\u0433\u0438.","browser.brandDescriptionForSafari":"\u3010\u041F\u043E\u0433\u0440\u0443\u0436\u0435\u043D\u0438\u0435 \u0432 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u3011\u0411\u0435\u0441\u043F\u043B\u0430\u0442\u043D\u044B\u0439 \u043F\u043B\u0430\u0433\u0438\u043D \u0434\u043B\u044F \u0434\u0432\u0443\u044F\u0437\u044B\u0447\u043D\u043E\u0433\u043E \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430 \u0432\u0435\u0431-\u0441\u0442\u0440\u0430\u043D\u0438\u0446 (\u043E\u0440\u0438\u0433\u0438\u043D\u0430\u043B/\u043F\u0435\u0440\u0435\u0432\u043E\u0434), \u043F\u043E\u0434\u0434\u0435\u0440\u0436\u0438\u0432\u0430\u044E\u0449\u0438\u0439 \u043F\u0435\u0440\u0435\u0432\u043E\u0434 PDF \u0438 \u043F\u0435\u0440\u0435\u0432\u043E\u0434 \u044D\u043B\u0435\u043A\u0442\u0440\u043E\u043D\u043D\u044B\u0445 \u043A\u043D\u0438\u0433 EPUB \u0441 \u0441\u043E\u0445\u0440\u0430\u043D\u0435\u043D\u0438\u0435\u043C \u043E\u0440\u0438\u0433\u0438\u043D\u0430\u043B\u044C\u043D\u043E\u0433\u043E \u0444\u043E\u0440\u043C\u0430\u0442\u0438\u0440\u043E\u0432\u0430\u043D\u0438\u044F \u0434\u043E\u043A\u0443\u043C\u0435\u043D\u0442\u0430, \u043F\u0435\u0440\u0435\u0432\u043E\u0434 \u0434\u0432\u0443\u044F\u0437\u044B\u0447\u043D\u044B\u0445 \u0441\u0443\u0431\u0442\u0438\u0442\u0440\u043E\u0432 \u0434\u043B\u044F \u043E\u043D\u043B\u0430\u0439\u043D-\u0432\u0438\u0434\u0435\u043E \u043D\u0430 Youtube/Netflix, \u043F\u043E\u0434\u0434\u0435\u0440\u0436\u0438\u0432\u0430\u044E\u0449\u0438\u0439 \u043E\u0441\u043D\u043E\u0432\u043D\u044B\u0435 \u0441\u0435\u0440\u0432\u0438\u0441\u044B \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430, \u0442\u0430\u043A\u0438\u0435 \u043A\u0430\u043A Deepl/Google \u0438 \u0442.\u0434.","browser.PdfProFile":"\u041F\u0435\u0440\u0435\u0432\u043E\u0434 PDF Pro, \u0443\u043F\u0440\u0430\u0432\u043B\u044F\u0435\u043C\u044B\u0439 AI","browser.textTranslate":"\u0422\u0435\u043A\u0441\u0442\u043E\u0432\u044B\u0439 \u043F\u0435\u0440\u0435\u0432\u043E\u0434"};var q4={nologin:"\uB85C\uADF8\uC778\uD558\uC9C0 \uC54A\uC74C",loginForSafari:"\uB85C\uADF8\uC778 \uB610\uB294 \uB4F1\uB85D",login:"\uB85C\uADF8\uC778\uD558\uC5EC \uBA64\uBC84\uC2ED \uAC1C\uC124",manageAccount:"\uAD00\uB9AC \uACC4\uC815",openPremium:"\uBA64\uBC84\uC2ED \uC5F4\uAE30",logout:"\uC911\uB2E8",curentPlan:"\uD604\uC7AC \uD328\uD0A4\uC9C0",endAt:"\uB9CC\uB8CC",endAuto:"\uC790\uB3D9 \uAC31\uC2E0",lineBreakMaxTextCount:"\uC904 \uBC14\uAFC8 \uC774\uD6C4 \uBB38\uC7A5\uB2F9 \uD5C8\uC6A9\uB418\uB294 \uCD5C\uB300 \uAE00\uC790 \uC218","translate-pdf":"PDF\uB97C \uBC88\uC5ED\uD558\uB824\uBA74 \uD074\uB9AD\uD558\uC138\uC694.","noSupportTranslate-pdf":"\uC2A4\uD06C\uB9BD\uD2B8\uAC00 \uC9C0\uC6D0\uB418\uC9C0 \uC54A\uC73C\uB2C8 \uD50C\uB7EC\uADF8\uC778\uC744 \uC0AC\uC6A9\uD558\uC138\uC694.","translate-firefox-local-pdf":"PDF \uAC00\uC838\uC624\uAE30\uB85C \uC774\uB3D9\uD558\uB824\uBA74 \uD074\uB9AD\uD558\uC138\uC694.",enableLineBreak:"\uAE34 \uB2E8\uB77D\uC5D0 \uC790\uB3D9 \uC904 \uBC14\uAFC8 \uD65C\uC131\uD654",sponsorLabel:"1 \uD6C4\uC6D0 \uAC1C\uBC1C\uC790",help:"hand",browserShortcutsNoteForFirefox:"Firefox\uC5D0\uC11C \uBC14\uB85C\uAC00\uAE30\uB97C \uBCC0\uACBD\uD558\uB824\uBA74 \uD655\uC7A5 \uD504\uB85C\uADF8\uB7A8 \uAD00\uB9AC \uD398\uC774\uC9C0 `\uC815\uBCF4:\uC560\uB4DC\uC628`\uC744 \uC5F4\uACE0 `\uC124\uC815`\uC744 \uD074\uB9AD\uD55C \uB2E4\uC74C `\uBC14\uB85C \uAC00\uAE30 \uAD00\uB9AC`\uB97C \uD074\uB9AD\uD558\uC5EC \uBC14\uB85C\uAC00\uAE30\uB97C \uC124\uC815\uD574\uC57C \uD569\uB2C8\uB2E4.",browserShortcutsNoteForChrome:"Chrome\uC5D0\uC11C \uBC14\uB85C\uAC00\uAE30\uB97C \uC218\uC815\uD558\uB824\uBA74 \uD655\uC7A5 \uD504\uB85C\uADF8\uB7A8 \uAD00\uB9AC \uD398\uC774\uC9C0\uB97C \uC5F4\uACE0 '\uBC14\uB85C \uAC00\uAE30 \uAD00\uB9AC' \uD328\uB110(`chrome://extensions/shortcuts`)\uC5D0\uC11C \uC124\uC815\uD55C \uD6C4 \uC544\uB798 \uBC84\uD2BC\uC744 \uD074\uB9AD\uD558\uC5EC \uBC14\uB85C \uAC00\uAE30 \uAD00\uB9AC \uD398\uC774\uC9C0\uB85C \uC774\uB3D9\uD574\uC57C \uD569\uB2C8\uB2E4.",browserShortcutsSucks:"\uC0AC\uC6A9\uC790 \uC9C0\uC815 \uBC14\uB85C\uAC00\uAE30\uC758 \uD615\uC2DD\uC740\uFF1A\uC785\uB2C8\uB2E4(\uC790\uB3D9 \uC778\uC2DD\uB418\uC9C0 \uC54A\uC73C\uBBC0\uB85C \uC9C1\uC811 \uC785\uB825\uD558\uC138\uC694).",enableLineBreakDescription:"\uC774 \uAE30\uB2A5\uC744 \uCF1C\uBA74 \uAE34 \uB2E8\uB77D\uC758 \uAC01 \uBB38\uC7A5 \uB05D\uC5D0 \uC904 \uBC14\uAFC8\uC774 \uC0BD\uC785\uB418\uC5B4 \uBB38\uC7A5\uC744 \uB354 \uC27D\uAC8C \uC77D\uC744 \uC218 \uC788\uC2B5\uB2C8\uB2E4.","browser.shortBrandName":"\uBAB0\uC785 \uBC88\uC5ED","browser.brandName":"\uBAB0\uC785 \uBC88\uC5ED: \uC774\uC911 \uC5B8\uC5B4 \uC6F9 \uD398\uC774\uC9C0 \uBC88\uC5ED \uBC0F PDF \uBB38\uC11C \uBC88\uC5ED","browser.brandDescription":"Bilingual web page translation, also supports PDF translation, bilingual Epub eBook translation, free to use.","browser.toggleTranslatePage":"\uD398\uC774\uC9C0 \uBC88\uC5ED/\uC6D0\uBB38 \uD45C\uC2DC","browser.toggleTranslateTheWholePage":"\uD398\uC774\uC9C0\uC758 \uBAA8\uB4E0 \uC601\uC5ED \uBC88\uC5ED/\uC6D0\uBB38 \uD14D\uC2A4\uD2B8 \uD45C\uC2DC","browser.toggleOnlyTransation":"\uC591\uC5B8\uC5B4/\uBC88\uC5ED\uBB38\uB9CC \uBAA8\uB4DC\uB85C \uC804\uD658","browser.toggleTranslateToThePageEndImmediately":"\uD398\uC774\uC9C0 \uD558\uB2E8\uC73C\uB85C \uC989\uC2DC \uBC88\uC5ED/\uC6D0\uBB38 \uD45C\uC2DC","browser.toggleTranslateTheMainPage":"\uD398\uC774\uC9C0\uC758 \uC8FC\uC694 \uC601\uC5ED \uBC88\uC5ED/\uC6D0\uBB38 \uD14D\uC2A4\uD2B8 \uD45C\uC2DC","browser.shareToDraft":"\uC774\uC911 \uC5B8\uC5B4 \uD398\uC774\uC9C0 \uACF5\uC720","browser.openOptionsPage":"\uC124\uC815 \uD398\uC774\uC9C0 \uC5F4\uAE30","browser.toggleTranslationMask":"\uBC88\uC5ED \uD750\uB9BC \uD6A8\uACFC \uD45C\uC2DC/\uC228\uAE30\uAE30","browser.translateLocalPdfFile":"\uB85C\uCEEC PDF \uD30C\uC77C \uBC88\uC5ED","browser.openEbookViewer":"\uD604\uC9C0 \uC804\uC790\uCC45 \uC77D\uAE30","browser.openEbookBuilder":"\uC774\uC911 \uC5B8\uC5B4 EPUB \uC804\uC790\uCC45 \uB9CC\uB4E4\uAE30","browser.translateLocalHtmlFile":"HTML/\uD14D\uC2A4\uD2B8 \uD30C\uC77C \uBC88\uC5ED","browser.donateContext":"\uC2A4\uD3F0\uC11C\uC2ED \uD61C\uD0DD\uC5D0 \uB300\uD574 \uC54C\uC544\uBCF4\uAE30","browser.translateLocalSubtitleFile":"\uB85C\uCEEC \uC790\uB9C9 \uD30C\uC77C \uBC88\uC5ED",confirmResetConfig:"\uC124\uC815\uC744 \uC7AC\uC124\uC815\uD558\uC2DC\uACA0\uC2B5\uB2C8\uAE4C?",translationLineBreakSettingTitle:"\uBC88\uC5ED \uC904 \uBC14\uAFC8 \uC124\uC815",smartLineBreak:"\uC2A4\uB9C8\uD2B8 \uB77C\uC778 \uD53C\uB4DC(\uCEF4\uD4E8\uD305)",alwaysLineBreak:"\uD56D\uC0C1 \uB77C\uC778 \uD53C\uB4DC",isShowContextMenu:"\uBA54\uB274 \uD56D\uBAA9\uC744 \uB9C8\uC6B0\uC2A4 \uC624\uB978\uCABD \uBC84\uD2BC\uC73C\uB85C \uD074\uB9AD\uD558\uC5EC \uBC88\uC5ED\uB41C \uD398\uC774\uC9C0 \uCD94\uAC00\uD558\uAE30",toggleBeta:"\uBCA0\uD0C0 \uD14C\uC2A4\uD2B8 \uAE30\uB2A5 \uD65C\uC131\uD654",betaDescription:"\uC544\uC9C1 \uC2E4\uD5D8\uB2E8\uACC4\uC778 \uAE30\uB2A5\uB4E4\uACFC \uBCA0\uD0C0\uBC84\uC804\uC778 \uBC88\uC5ED \uC11C\uBE44\uC2A4\uB97C \uC0AC\uC6A9\uD574\uBCF4\uC138\uC694. <1>\uD154\uB808\uADF8\uB7A8 \uADF8\uB8F9\uC5D0 \uAC00\uC785\uD558\uC5EC \uC790\uC138\uD788 \uC54C\uC544\uBCF4\uC138\uC694.",translationLineBreakSettingDescription:"\uCF58\uD150\uCE20\uAC00 \uC801\uC740 \uD398\uC774\uC9C0\uC758 \uACBD\uC6B0 \uD56D\uC0C1 \uC904 \uBC14\uAFC8\uC774 \uAE54\uB054\uD558\uAC8C \uC720\uC9C0\uB429\uB2C8\uB2E4. (\uCF58\uD150\uCE20\uAC00 \uB9CE\uC740 \uAE34 \uB2E8\uB77D({count}\uC790 \uC774\uC0C1)\uC5D0\uB294 \uC2A4\uB9C8\uD2B8 \uC904 \uBC14\uAFC8\uC744 \uC0AC\uC6A9\uD558\uC5EC \uACF5\uAC04\uC744 \uC808\uC57D\uD558\uC138\uC694.)",tempTranslateDomainTitle:"\uC6F9\uC0AC\uC774\uD2B8 \uBC88\uC5ED\uC774 \uC77C\uC2DC\uC801\uC73C\uB85C \uCF1C\uC9C0\uB294 \uAE30\uAC04",tempTranslateDomainDescription:"\uC6F9 \uD398\uC774\uC9C0\uB97C \uC218\uB3D9\uC73C\uB85C \uBC88\uC5ED\uD560 \uB54C \uC790\uB3D9 \uBC88\uC5ED\uC744 \uC704\uD574 \uC6F9 \uC0AC\uC774\uD2B8\uB97C \uC77C\uC2DC\uC801\uC73C\uB85C \uCF1C\uACE0 \uC77C\uC2DC\uC801\uC778 \uAE30\uAC04\uC744 \uC124\uC815\uD560 \uC218 \uC788\uC2B5\uB2C8\uB2E4.",xMinutes:"{count} \uBD84",disabled:"STH \uC0AC\uC6A9\uC744 \uAE08\uC9C0\uD569\uB2C8\uB2E4.",changelog:"\uC5C5\uB370\uC774\uD2B8 \uB85C\uADF8",toggleTranslatePageWhenThreeFingersOnTheScreen:"\uC5EC\uB7EC \uC190\uAC00\uB77D\uC774 \uB3D9\uC2DC\uC5D0 \uD654\uBA74\uC744 \uD130\uCE58\uD560 \uB54C \uC6F9 \uD398\uC774\uC9C0 \uBC88\uC5ED/\uC6D0\uBB38 \uD14D\uC2A4\uD2B8 \uD45C\uC2DC",toggleTranslationMaskWhenThreeFingersOnTheScreen:"\uC5EC\uB7EC \uC190\uAC00\uB77D\uC73C\uB85C \uD130\uCE58\uD558\uBA74 \uD750\uB9BC \uD6A8\uACFC\uB97C \uD45C\uC2DC\uD558\uAC70\uB098 \uC228\uAE38 \uC218 \uC788\uC2B5\uB2C8\uB2E4.",fingerCountToToggleTranslagePageOnlyTranslationWhenTouching:"\uC5EC\uB7EC \uC190\uAC00\uB77D\uC73C\uB85C \uB3D9\uC2DC\uC5D0 \uD654\uBA74\uC744 \uD130\uCE58\uD558\uBA74 \uC6F9 \uD398\uC774\uC9C0\uAC00 \uBC88\uC5ED(\uBC88\uC5ED \uC804\uC6A9)/\uC6D0\uBB38\uC744 \uD45C\uC2DC\uD569\uB2C8\uB2E4.",addUrlDescription:"\uB3C4\uBA54\uC778 \uC774\uB984\uC77C \uC218 \uC788\uC73C\uBA70 \uC640\uC77C\uB4DC\uCE74\uB4DC(\uC608:\uFF1A*.google.com, google.com/mail/*, https://www.google.com/*)\uB3C4 \uC9C0\uC6D0\uD569\uB2C8\uB2E4.",general:"\uAE30\uBCF8 \uC124\uC815",clickToExpandConfig:"\uD604\uC7AC \uAD6C\uC131 \uD655\uC7A5",import:"\uD30C\uC77C\uC5D0\uC11C \uAC00\uC838\uC624\uAE30",export:"\uD30C\uC77C\uB85C \uB0B4\uBCF4\uB0B4\uAE30",toggleDebug:"\uCF58\uC194\uC5D0\uC11C \uB514\uBC84\uADF8 \uB85C\uADF8 \uC778\uC1C4","fingers.0":"\uC751\uACE0","fingers.2":"\uB450 \uC190\uAC00\uB77D \uD130\uCE58","fingers.3":"\uC138 \uC190\uAC00\uB77D \uD130\uCE58","fingers.4":"\uB124 \uC190\uAC00\uB77D \uD130\uCE58","fingers.5":"\uB2E4\uC12F \uC190\uAC00\uB77D \uD130\uCE58",mouseHoldKey:"+ {key} \uB2E8\uB77D \uBC88\uC5ED/\uBCF5\uC6D0\uD558\uAE30",mouseHoldKeyAuto:"\uB2E8\uB77D\uC758 \uC9C1\uC811 \uBC88\uC5ED",mouseHoldKeyOff:"\uC544\uBB34\uAC83\uB3C4 \uD558\uC9C0 \uB9C8\uC138\uC694.",mouseHoldKeyOther:"\uC0AC\uC6A9\uC790 \uC9C0\uC815 \uBC14\uB85C \uAC00\uAE30(\uC124\uC815 \uC5F4\uAE30)",mouseHoldKeyCustomKey:"{key} \uB2E8\uB77D\uC758 \uBC88\uC5ED/\uCD95\uC18C",mouseHoverHoldKey:"\uBC14\uB85C \uAC00\uAE30 \uD0A4\uB97C \uB204\uB978 \uC0C1\uD0DC\uC5D0\uC11C \uB9C8\uC6B0\uC2A4\uB97C \uAC00\uB9AC\uD0A4\uBA74 \uB2E8\uB77D\uC774 \uBC88\uC5ED\uB429\uB2C8\uB2E4.","mouse-translate":"\uB9C8\uC6B0\uC2A4 \uD638\uBC84",document:"(\uCEF4\uD4E8\uD130) \uD30C\uC77C",resetSuccess:"\uBAA8\uB4E0 \uC124\uC815 \uC7AC\uC124\uC815\uC5D0 \uC131\uACF5",resetThisSuccess:"\uC7AC\uC124\uC815 \uC131\uACF5",saved:"\uC800\uC7A5 \uC131\uACF5",successImportConfig:"\uC131\uACF5\uC801\uC73C\uB85C \uAC00\uC838\uC628 \uAD6C\uC131",goAdvancedSettings:"\uACE0\uAE09 \uC124\uC815 \uD398\uC774\uC9C0\uB85C \uC774\uB3D9\uD569\uB2C8\uB2E4.",goAdvancedInterfaceSettings:"\uACE0\uAE09 \uC0AC\uC6A9\uC790 \uC9C0\uC815 \uC124\uC815 \uD398\uC774\uC9C0\uB85C \uC774\uB3D9\uD569\uB2C8\uB2E4.",advanced:"\uACE0\uAE09 \uC124\uC815",advancedDescription:"\uC77C\uBC18\uC801\uC73C\uB85C \uC124\uC815\uC774 \uD544\uC694\uD558\uC9C0 \uC54A\uC73C\uBA70 \uAE30\uBCF8\uAC12\uC744 \uADF8\uB300\uB85C \uB450\uBA74 \uB429\uB2C8\uB2E4. \uBCF4\uB2E4 \uC804\uBB38\uC801\uC778 \uC0AC\uC6A9\uC790\uB9CC \uAC1C\uC778\uD654\uB41C \uC124\uC815\uC744 \uC0AC\uC6A9\uD560 \uC218 \uC788\uC2B5\uB2C8\uB2E4.",developer:"\uAC1C\uBC1C\uC790 \uC124\uC815",donateCafe:"\uAC00\uACA9","translate to the bottom of the page":"\uD398\uC774\uC9C0\uC5D0 \uB4E4\uC5B4\uAC00\uBA74 \uBC14\uB85C \uD398\uC774\uC9C0 \uD558\uB2E8\uC73C\uB85C \uBC88\uC5ED\uB418\uB098\uC694?",feedback:"\uC9C8\uBB38 \uD53C\uB4DC\uBC31",toggleTranslatePage:"\uD398\uC774\uC9C0 \uBC88\uC5ED/\uC6D0\uBB38 \uD45C\uC2DC",translateToThePageEndImmediatelyDescription:"\uC774 \uAE30\uB2A5\uC744 \uCF1C\uBA74 \uC785\uB825\uD558\uB294 \uC989\uC2DC \uD398\uC774\uC9C0\uC758 \uC704\uCABD\uC5D0\uC11C \uC544\uB798\uCABD\uC73C\uB85C \uCF58\uD150\uCE20\uAC00 \uBC88\uC5ED\uB429\uB2C8\uB2E4. \uB044\uBA74 \uC77D\uB294 \uB300\uB85C \uBC88\uC5ED\uB429\uB2C8\uB2E4. (\uAD8C\uC7A5\uD558\uC9C0 \uC54A\uC74C)","translate all areas of the page":"\uD398\uC774\uC9C0\uC758 \uBAA8\uB4E0 \uC601\uC5ED\uC744 \uBC88\uC5ED\uD560\uC9C0 \uC5EC\uBD80",translationAreaDescription:"\uCF1C\uBA74 \uC804\uCCB4 \uC6F9 \uD398\uC774\uC9C0\uC758 \uBAA8\uB4E0 \uC601\uC5ED\uC774 \uBC88\uC5ED\uB429\uB2C8\uB2E4. \uB044\uBA74 \uAE30\uBCF8 \uC2A4\uB9C8\uD2B8 \uC778\uC2DD\uC774 \uC0AC\uC6A9\uB418\uBA70 \uC8FC\uC694 \uC601\uC5ED\uB9CC \uBC88\uC5ED\uB429\uB2C8\uB2E4. (\uCF1C\uC9C0 \uC54A\uB294 \uAC83\uC774 \uC88B\uC2B5\uB2C8\uB2E4.)","the number of characters to be translated first":"\uBCF4\uAE30 \uC601\uC5ED\uC73C\uB85C \uC2A4\uD06C\uB864\uD560 \uB54C\uAE4C\uC9C0 \uAE30\uB2E4\uB9AC\uC9C0 \uC54A\uACE0 \uD398\uC774\uC9C0\uC758 \uCC98\uC74C \uBA87 \uBB38\uC790\uB97C \uBC14\uB85C \uBC88\uC5ED\uD569\uB2C8\uB2E4.","interface language":"\uC778\uD130\uD398\uC774\uC2A4 \uC5B8\uC5B4","display both the original text and the translation":"\uC6D0\uBCF8\uACFC \uBC88\uC5ED\uBCF8 \uB3D9\uC2DC \uD45C\uC2DC","keyboard shortcuts":"\uD0A4\uBCF4\uB4DC \uB2E8\uCD95\uD0A4",modify:"\uBC14\uB85C \uAC00\uAE30 \uD0A4 \uC218\uC815",reset:"\uC7AC\uD504\uB85C\uBE44\uC800\uB2DD",close:"\uC751\uACE0",homepage:"\uD648\uD398\uC774\uC9C0",more:"\uB354 \uBCF4\uAE30",moreOptions:"\uB354 \uB9CE\uC740 \uC0AC\uC6A9\uC790 \uC9C0\uC815 \uC635\uC158 \uD655\uC7A5",translateTheWholePage:"\uD398\uC774\uC9C0\uC758 \uBAA8\uB4E0 \uC601\uC5ED \uBC88\uC5ED(\uC8FC\uC694 \uC601\uC5ED\uB9CC \uC9C0\uB2A5\uC801\uC73C\uB85C \uC778\uC2DD\uD558\uB294 \uAC83\uC774 \uC544\uB2C8\uB77C)",changeToTranslateTheWholePage:"\uBAA8\uB4E0 \uC9C0\uC5ED \uBC88\uC5ED\uC73C\uB85C \uC804\uD658",changeToTranslateTheMainPage:"\uAE30\uBCF8 \uC601\uC5ED \uBC88\uC5ED\uC73C\uB85C \uC804\uD658",changeToOnlyTranslationMode:"\uBC88\uC5ED\uB9CC \uD45C\uC2DC\uD558\uB3C4\uB85D \uD1A0\uAE00",changeToDualTranslationMode:"\uC774\uC911 \uC5B8\uC5B4 \uBC88\uC5ED\uC73C\uB85C \uC804\uD658",translateToThePageEndImmediately:"\uD398\uC774\uC9C0 \uD558\uB2E8\uC73C\uB85C \uC989\uC2DC \uBC88\uC5ED\uD558\uAE30",translateTheMainPage:"\uC9C0\uB2A5\uD615 \uBC88\uC5ED \uC8FC\uC694 \uC9C0\uC5ED","The local rules are up to date":"\uB85C\uCEEC \uC801\uC751 \uADDC\uCE59\uC740 \uCD5C\uC2E0 \uC0C1\uD0DC\uC785\uB2C8\uB2E4.","Successfully synchronized with the latest official rules:":"\uCD5C\uC2E0 \uACF5\uC2DD \uC801\uC751 \uADDC\uCE59\uACFC \uC131\uACF5\uC801\uC73C\uB85C \uB3D9\uAE30\uD654\uB418\uC5C8\uC2B5\uB2C8\uB2E4.","Checking for updates":"\uC5C5\uB370\uC774\uD2B8 \uD655\uC778","Rules are being synchronized":"\uC801\uC751 \uADDC\uCE59 \uB3D9\uAE30\uD654 \uC911",localVersionIsTooOld:"\uB85C\uCEEC \uD655\uC7A5 \uD504\uB85C\uADF8\uB7A8 \uBC84\uC804\uC774 \uB108\uBB34 \uC624\uB798\uB418\uC5C8\uC73C\uBBC0\uB85C \uB3D9\uAE30\uD654\uB97C \uC2DC\uB3C4\uD558\uAE30 \uC804\uC5D0 \uD655\uC7A5 \uD504\uB85C\uADF8\uB7A8\uC744 {minVersion} \uC774\uC0C1\uC73C\uB85C \uC5C5\uADF8\uB808\uC774\uB4DC\uD558\uC138\uC694.",badUserscriptBrowser:"\uD604\uC7AC \uBE0C\uB77C\uC6B0\uC800\uB294 \uADF8\uB9AC\uC2A4\uBABD\uD0A4 \uD655\uC7A5 \uC778\uD130\uD398\uC774\uC2A4\uB97C \uC62C\uBC14\uB974\uAC8C \uAD6C\uD604\uD558\uC9C0 \uC54A\uC73C\uBBC0\uB85C(\uC608: \uADF8\uB9AC\uC2A4\uBABD\uD0A4 \uC2A4\uD06C\uB9BD\uD2B8 \uC790\uCCB4\uC758 \uBC84\uC804 \uBC88\uD638\uC5D0 \uB300\uD55C \uC815\uBCF4\uB97C \uC5BB\uC73C\uB824\uBA74), \uD30C\uC774\uC5B4\uD3ED\uC2A4 \uB4F1 <1>\uADF8\uB9AC\uC2A4\uBABD\uD0A4 \uD655\uC7A5 \uAE30\uB2A5\uC744 \uC9C0\uC6D0\uD558\uB294 \uB2E4\uB978 \uBE0C\uB77C\uC6B0\uC800\uB97C \uC0AC\uC6A9\uD558\uC2DC\uAE30 \uBC14\uB78D\uB2C8\uB2E4.",foundNewVersion:"\uC0C8 \uBC84\uC804 \uC54C\uC544\uBCF4\uAE30",theLocalExtensionIsUpToUpdate:"\uD604\uC7AC \uD655\uC7A5 \uD504\uB85C\uADF8\uB7A8\uC774 \uCD5C\uC2E0 \uBC84\uC804\uC785\uB2C8\uB2E4.",failToSyncRules:"\uCD5C\uC2E0 \uC801\uC751 \uADDC\uCE59\uC744 \uB3D9\uAE30\uD654\uD558\uC9C0 \uBABB\uD568",retry:"\uB2E4\uC2DC \uC2DC\uB3C4\uD558\uB824\uBA74 \uC5EC\uAE30\uB97C \uD074\uB9AD\uD558\uC138\uC694.",failedReason:"\uC2E4\uD328 \uC774\uC720",currentRuleVersion:"\uD604\uC7AC \uADDC\uCE59 \uBC84\uC804",calculating:"\uACC4\uC0B0",unknownError:"\uC54C \uC218 \uC5C6\uB294 \uC624\uB958",canNotFetchRemoteRule:"\uC6D0\uACA9 \uADDC\uCE59\uC744 \uAC00\uC838\uC62C \uC218 \uC5C6\uC74C",enableAlphaSuccess:"\uC54C\uD30C \uC0AC\uC6A9",disableAlphaSuccess:"\uC54C\uD30C \uAE30\uB2A5\uC774 \uAEBC\uC838 \uC788\uC2B5\uB2C8\uB2E4.",cacheSize:"\uCE90\uC2DC \uD06C\uAE30\uFF1A",cleaning:"\uCCAD\uC0B0 \uACFC\uC815\uC5D0\uC11C",cleanCache:"\uCE90\uC2DC \uC9C0\uC6B0\uAE30",options:"\uC124\uC815",about:"\uB2E4\uC74C\uACFC \uAD00\uB828\uD558\uC5EC",service:"\uD1B5\uC5ED \uC11C\uBE44\uC2A4",needAction:"(\uC124\uC815\uC73C\uB85C \uC774\uB3D9)",goSettings:"\uACC4\uC18D\uD574\uC11C \uC124\uC815\uD558\uC138\uC694.",needActionForOptions:"(\uC124\uC815 \uC608\uC815)",translationEngine:"\uC5D4\uC9C4 \uC635\uC158",sourceLanguage:"\uC6D0\uBCF8 \uC5B8\uC5B4",target:"\uB300\uC0C1 \uC5B8\uC5B4",popupSourceLanguage:"\uC6D0\uBCF8 \uC5B8\uC5B4",popupTarget:"\uB300\uC0C1 \uC5B8\uC5B4",popupService:"\uD1B5\uC5ED \uC11C\uBE44\uC2A4",forThisSite:"\uD604\uC7AC \uC6F9\uC0AC\uC774\uD2B8",autoEnableSubtitle:"\uC774\uC911 \uC5B8\uC5B4 \uC790\uB9C9 \uC790\uB3D9 \uC5F4\uAE30",alwaysTranslate:"\uD56D\uC0C1 \uBC88\uC5ED",neverTranslate:"\uBC88\uC5ED \uAE08\uC9C0",alwaysTranslateSomeLanguage:"\uD56D\uC0C1 \uBC88\uC5ED {language}",neverTranslateSomeLanguage:"\uBC88\uC5ED \uAE08\uC9C0 {language}",alwaysTranslateSomeSite:"\uD56D\uC0C1 \uBC88\uC5ED {hostname}",neverTranslateSomeSite:"\uBC88\uC5ED \uAE08\uC9C0 {hostname}",alwaysTranslateSomeSiteOrWildSite:"\uD56D\uC0C1 \uC0AC\uC774\uD2B8 \uBC88\uC5ED",alwaysTranslateSomePage:"\uD56D\uC0C1 \uD398\uC774\uC9C0 \uBC88\uC5ED",add:"\uC99D\uAC00",default:"\uAE30\uBCF8\uAC12(\uC124\uC815)",forThisLanguage:"\uC774 \uC5B8\uC5B4\uC758 \uACBD\uC6B0\uFF1A","add url":"URL \uC785\uB825",edit:"\uCEF4\uD30C\uC77C\uB7EC","translate other languages into specific language":"\uB2E4\uB978 \uC5B8\uC5B4\uB97C \uC124\uC815\uD55C \uC5B8\uC5B4\uB85C \uBC88\uC5ED","select translation service":"\uBC88\uC5ED \uC11C\uBE44\uC2A4 \uC120\uD0DD",language:"\uB2E4\uAD6D\uC5B4 \uC9C0\uC6D0","show-original":"\uC6D0\uBCF8 \uD14D\uC2A4\uD2B8 \uD45C\uC2DC",translate:"\uB80C\uB354\uB9C1",Translated:"\uBC88\uC5ED\uB428",Translating:"\uBC88\uC5ED \uC911",Error:"\uC798\uBABB\uB41C",allowCacheTranslations:"\uB85C\uCEEC \uBC88\uC5ED \uCE90\uC2F1 \uC0AC\uC6A9(\uC911\uBCF5 \uAD6C\uC808\uC5D0 \uB300\uD55C \uBC88\uC5ED \uC694\uCCAD\uC744 \uC904\uC774\uAE30 \uC704\uD574)","translation display":"\uBC88\uC5ED \uD45C\uC2DC \uC2A4\uD0C0\uC77C","select diplay style":"\uB2E4\uC74C \uC608\uC2DC\uB97C \uAD6C\uCCB4\uC801\uC73C\uB85C \uCC38\uC870\uD558\uC5EC \uBC88\uC5ED \uC2A4\uD0C0\uC77C\uC744 \uAD6C\uBD84\uD558\uC138\uC694.",interface:"\uC778\uD130\uD398\uC774\uC2A4 \uC124\uC815",import_export:"\uAC00\uC838\uC624\uAE30/\uB0B4\uBCF4\uB0B4\uAE30",import_export_title:"\uAD6C\uC131 \uAC00\uC838\uC624\uAE30/\uB0B4\uBCF4\uB0B4\uAE30",syncToGoogleDrive:"\uC9C0\uAE08 Google \uB4DC\uB77C\uC774\uBE0C\uC640 \uB3D9\uAE30\uD654",floatBallOptions:"\uD638\uBC84\uBCFC \uC124\uC815","floatBallOptions.enable":"\uD638\uBC84\uBCFC \uD65C\uC131\uD654","floatBallOptions.blockUrls":"\uC6F9\uC0AC\uC774\uD2B8 \uBE44\uD65C\uC131\uD654","floatBallOptions.add":"\uC99D\uAC00","floatBallOptions.blockUrlDesc":"\uB2E4\uC74C \uC6F9\uC0AC\uC774\uD2B8\uC5D0\uC11C\uB294 \uD638\uBC84\uBCFC\uC774 \uD45C\uC2DC\uB418\uC9C0 \uC54A\uC2B5\uB2C8\uB2E4.","floatBallOptions.clickType":"\uD074\uB9AD \uB3D9\uC791","floatBallOptions.clickTypeDesc":"\uD074\uB9AD \uC2DC \uD638\uBC84\uBCFC \uC544\uC774\uCF58 \uB3D9\uC791","floatBallOptions.clickPopup":"\uBC88\uC5ED \uD328\uB110 \uD45C\uC2DC","floatBallOptions.clickTranslate":"\uC6D0\uBCF8 \uD14D\uC2A4\uD2B8 \uBC88\uC5ED/\uD45C\uC2DC","floatBallOptions.fixedPosition":"\u56FA\u5B9A\u4F4D\u7F6E","floatBallOptions.fixedPositionDesc":"\u60AC\u6D6E\u7403\u5728\u7A97\u53E3\u5DE6\u4FA7\u8FD8\u662F\u53F3\u4FA7","floatBallOptions.fixedPositionLeft":"\u5DE6\u4FA7","floatBallOptions.fixedPositionRight":"\u53F3\u4FA7",previewAllThemes:"\uBAA8\uB4E0 \uC2A4\uD0C0\uC77C \uBBF8\uB9AC\uBCF4\uAE30","translationTheme.none":"\uAC00\uC9C0\uACE0 \uC788\uC9C0 \uC54A\uB2E4","translationTheme.grey":"\uC9D9\uC740 \uD68C\uC0C9","translationTheme.dashed":"\uC810\uC120 \uBC11\uC904","translationTheme.dotted":"\uC810\uC120 \uBC11\uC904","translationTheme.dashedBorder":"\uC810\uC120 \uD14C\uB450\uB9AC","translationTheme.solidBorder":"\uC2E4\uC120 \uD14C\uB450\uB9AC","translationTheme.underline":"\uC9C1\uC120\uC5D0 \uBC11\uC904","translationTheme.mask":"\uD37C\uC9C0 \uD6A8\uACFC(\uD559\uC2B5 \uBAA8\uB4DC)","translationTheme.opacity":"\uD22C\uBA85\uC131 \uD6A8\uACFC","translationTheme.paper":"\uD770 \uC885\uC774 \uADF8\uB9BC\uC790 \uD6A8\uACFC","translationTheme.dividingLine":"\uAD6C\uBD84\uC120","translationTheme.highlight":"\uB192\uC740 \uBC1D\uAE30","translationTheme.marker":"\uB9C8\uCEE4(\uC678\uB798\uC5B4)","translationTheme.marker2":"\uB9C8\uCEE4 2","translationTheme.blockquote":"\uCC38\uC870 \uC2A4\uD0C0\uC77C","translationTheme.weakening":"\uC57D\uD654","translationTheme.italic":"\uAE30\uC6B8\uC5B4\uC9C0\uB294 \uC11C\uCCB4","translationTheme.bold":"\uB450\uAECD\uAC8C","translationTheme.thinDashed":"\uAC00\uB294 \uC810\uC120 \uBC11\uC904","translationTheme.nativeDashed":"\uC2DC\uC2A4\uD15C\uC5D0\uB294 \uC810\uC120\uC73C\uB85C \uD45C\uC2DC\uB41C \uBC11\uC904\uC774 \uC788\uC2B5\uB2C8\uB2E4.","translationTheme.nativeDotted":"\uC2DC\uC2A4\uD15C\uC5D0\uB294 \uC810\uC120\uC73C\uB85C \uBC11\uC904\uC774 \uADF8\uC5B4\uC838 \uC788\uC2B5\uB2C8\uB2E4.","translationTheme.nativeUnderline":"\uC2DC\uC2A4\uD15C\uC5D0\uB294 \uC9C1\uC120 \uBC11\uC904\uC774 \uC788\uC2B5\uB2C8\uB2E4.","translationTheme.wavy":"\uBB3C\uACB0 \uBAA8\uC591 \uB77C\uC778","translationServices.custom":"\uC0AC\uC6A9\uC790 \uC9C0\uC815 API","translationServices.tencent":"\uD150\uC13C\uD2B8 \uBC88\uC5ED\uAE30","translationServices.tenAlpha":"\uD150\uC13C\uD2B8 \uBC88\uC5ED\uAE30(\uC54C\uD30C)","translationServices.google":"Google \uBC88\uC5ED","translationServices.bai":"\uBC14\uC774\uB450(\uC54C\uD30C)","translationServices.baidu":"\uBC14\uC774\uB450 \uBC88\uC5ED","translationServices.aliyun":"\uC54C\uB9AC\uD074\uB77C\uC6B0\uB4DC \uBC88\uC5ED","translationServices.volc":"\uD654\uC0B0 \uBC88\uC5ED","translationServices.deeplx":"DeepLX(\uBCA0\uD0C0)","translationServices.bing":"Microsoft \uBC88\uC5ED","translationServices.deepl":"DeepL","translationServices.wechat":"\uC704\uCC57 \uBC88\uC5ED","translationServices.azure":"Azure \uBC88\uC5ED","translationServices.ibm":"IBM \uC653\uC2A8","translationServices.aws":"\uC544\uB9C8\uC874 \uBC88\uC5ED","translationServices.mock":"\uC2DC\uBBAC\uB808\uC774\uC158 \uBC88\uC5ED","translationServices.mock2":"\uC2DC\uBBAC\uB808\uC774\uC158 \uBC88\uC5ED 2","translationServices.caiyun":"\uC870\uBA85. \uB2E4\uCC44\uB85C\uC6B4 \uAD6C\uB984\uACFC \uC791\uC740 \uBC88\uC5ED","translationServices.cai":"\uB2E4\uCC44\uB85C\uC6B4 \uAD6C\uB984(\uC54C\uD30C)","translationServices.volcAlpha":"\uD654\uC0B0 (\uC54C\uD30C)","translationServices.openl":"OpenL","translationServices.youdao":"\uC720\uD29C\uBE0C \uBC88\uC5ED","translationServices.you":"\uC720\uB2E4\uC624 \uBC88\uC5ED\uAE30(\uC54C\uD30C)","translationServices.transmart":"\uD150\uC13C\uD2B8 \uC778\uD130\uB799\uD2F0\uBE0C \uBC88\uC5ED","translationServices.niu":"\uB9E4\uBC84\uB9AD \uBC88\uC5ED\uAE30","translationServices.papago":"\uD30C\uD30C\uACE0 \uBC88\uC5ED","translationServices.d":"D(\uC54C\uD30C)","translationServices.dpro":"D \uD504\uB85C(\uCE74\uB098\uB9AC\uC544)","translationServices.openai":"OpenAI","translationServices.yandex":"Yandex","translationServices.chatgpt":"ChatGPT \uC6F9(3.5 \uBAA8\uBC14\uC77C)","translate title":"\uD398\uC774\uC9C0 \uC81C\uBAA9 \uBC88\uC5ED","always languages":"\uD56D\uC0C1 \uC5B8\uC5B4 \uBC88\uC5ED",neverTranslateLanguagesLabel:"\uBC88\uC5ED\uB418\uC9C0 \uC54A\uB294 \uC5B8\uC5B4",neverTranslateTheFollowingLanguagesDescription:"\uD398\uC774\uC9C0\uC758 \uB2E8\uB77D\uC774 \uB2E4\uC74C \uC5B8\uC5B4 \uC911 \uD558\uB098\uC778 \uACBD\uC6B0 \uBC88\uC5ED\uC774 \uAC74\uB108\uB6F0\uC5B4\uC9D1\uB2C8\uB2E4.",enableUserscriptPagePopup:"\uD398\uC774\uC9C0\uC5D0 \uD638\uBC84\uBCFC \uD45C\uC2DC",enableUserscriptPagePopupDescription:"\uD638\uBC84\uBCFC\uC744 \uB044\uACE0 \uB098\uBA74 \uBC14\uB85C \uAC00\uAE30 /{touch}\uB85C \uBD88\uB7EC\uC62C \uC218 \uC788\uC2B5\uB2C8\uB2E4. \uC2E4\uC218\uB85C \uC774 \uC635\uC158\uC744 \uB048 \uD6C4 \uD638\uBC84\uBCFC\uC744 \uCC3E\uC9C0 \uBABB\uD558\uB294 \uACBD\uC6B0\uB97C \uBC29\uC9C0\uD558\uAE30 \uC704\uD574 \uC774 \uC124\uC815 \uD398\uC774\uC9C0\uB97C \uBD81\uB9C8\uD06C\uC5D0 \uCD94\uAC00\uD558\uB294 \uAC83\uC774 \uC88B\uC2B5\uB2C8\uB2E4!","always translate the following languages":"\uD398\uC774\uC9C0\uAC00 \uB2E4\uC74C \uC5B8\uC5B4 \uC911 \uD558\uB098\uC778 \uACBD\uC6B0 \uB300\uC0C1 \uC5B8\uC5B4\uB85C \uC790\uB3D9 \uBC88\uC5ED\uB429\uB2C8\uB2E4.","always sites":"\uD56D\uC0C1 \uBC88\uC5ED\uB41C \uC6F9 \uC0AC\uC774\uD2B8","always translate the following sites":"\uC6F9 \uC0AC\uC774\uD2B8\uAC00 \uB2E4\uC74C \uB3C4\uBA54\uC778 \uC774\uB984\uC778 \uACBD\uC6B0 \uB300\uC0C1 \uC5B8\uC5B4\uB85C \uC790\uB3D9 \uBC88\uC5ED\uB429\uB2C8\uB2E4.","never sites":"\uBC88\uC5ED\uB418\uC9C0 \uC54A\uC740 \uC6F9 \uC0AC\uC774\uD2B8","never translate the following sites":"\uC6F9\uC0AC\uC774\uD2B8\uAC00 \uB2E4\uC74C \uB3C4\uBA54\uC778\uC6A9\uC778 \uACBD\uC6B0 \uBC88\uC5ED\uC774 \uC218\uD589\uB418\uC9C0 \uC54A\uC2B5\uB2C8\uB2E4.","please refer to":"\uD0A4\uB97C \uC0AC\uC6A9\uD558\uB824\uBA74 \uD0A4\uB97C \uC785\uB825\uD574\uC57C \uD558\uBA70, \uC790\uC138\uD55C \uB0B4\uC6A9\uC740 \uB2E4\uC74C\uC744 \uCC38\uC870\uD558\uC138\uC694.",KeyAndConfigurationTutorial:"\uC8FC\uC694 \uC560\uD50C\uB9AC\uCF00\uC774\uC158 \uBC0F \uAD6C\uC131 \uD29C\uD1A0\uB9AC\uC5BC",useAboveStyleForTheseSites:"\uB2E4\uC74C \uB3C4\uBA54\uC778\uC744 \uC704\uD55C \uC0AC\uC774\uD2B8\uC778 \uACBD\uC6B0 \uD56D\uC0C1 \u2308{theme}\u230B \uBC88\uC5ED \uC2A4\uD0C0\uC77C\uC744 \uC0AC\uC6A9\uD558\uC138\uC694.",currentUrl:"\uD604\uC7AC URL",confirm:"\uC800\uC7A5(\uD30C\uC77C \uB4F1)(\uCEF4\uD4E8\uD305)",cancel:"\uCDE8\uC18C",delete:"\uC81C\uAC70","languages.auto":"\uC790\uB3D9 \uAC10\uC9C0",syncToCloud:"Google \uB4DC\uB77C\uC774\uBE0C\uC5D0 \uB3D9\uAE30\uD654",syncToCloudDescription:"\uD074\uB77C\uC6B0\uB4DC\uC5D0 \uC5C5\uB85C\uB4DC\uB41C \uAD6C\uC131\uC740 \uB9C8\uC9C0\uB9C9\uC73C\uB85C \uC218\uC815\uB41C \uBE0C\uB77C\uC6B0\uC800/\uADF8\uB9AC\uC2A4\uBABD\uD0A4 \uC2A4\uD06C\uB9BD\uD2B8 \uAC04\uC5D0 \uB3D9\uAE30\uD654\uD560 \uC218 \uC788\uC2B5\uB2C8\uB2E4.",syncToAccount:"\uBAB0\uC785\uD615 \uBC88\uC5ED \uD074\uB77C\uC6B0\uB4DC\uC5D0 \uB3D9\uAE30\uD654",syncToAccountButton:"\uD074\uB77C\uC6B0\uB4DC\uC640 \uC989\uC2DC \uB3D9\uAE30\uD654",syncToAccountDescription:"\uB9C8\uC9C0\uB9C9\uC73C\uB85C \uC218\uC815\uD55C \uC2DC\uAC04\uC744 \uAE30\uC900\uC73C\uB85C \uC11C\uB85C \uB2E4\uB978 \uC7A5\uCE58 \uAC04\uC5D0 \uAD6C\uC131\uC744 \uC790\uB3D9\uC73C\uB85C \uB3D9\uAE30\uD654\uD569\uB2C8\uB2E4.",successSyncConfigInAccount:"\uD074\uB77C\uC6B0\uB4DC\uC640\uC758 \uC131\uACF5\uC801\uC778 \uB3D9\uAE30\uD654",successSyncConfigToAccount:"\uD074\uB77C\uC6B0\uB4DC\uC5D0 \uC131\uACF5\uC801\uC73C\uB85C \uB3D9\uAE30\uD654",syncConfigNoUpdate:"\uC774\uBBF8 \uCD5C\uC2E0 \uBC84\uC804\uC785\uB2C8\uB2E4.",authFail:"\uC778\uC99D \uC2E4\uD328",syncTitle:"\uC218\uB3D9 \uBC31\uC5C5 \uAD00\uB9AC",import_hint:"\uAC00\uC838\uC624\uAE30(\uB370\uC774\uD130)",upload:"\uC5C5\uB85C\uB4DC",revokeAuth:"\uC2B9\uC778 \uCDE8\uC18C",uploadFail:"\uC5C5\uB85C\uB4DC \uC2E4\uD328",download:"\uB2E4\uC6B4\uB85C\uB4DC",importSuccess:"\uAC00\uC838\uC624\uAE30 \uC131\uACF5",importFail:"\uAC00\uC838\uC624\uAE30 \uC2E4\uD328",deleteFail:"\uC0AD\uC81C\uD558\uC9C0 \uBABB\uD568",backupToCloud:"\uBC31\uC5C5 \uD30C\uC77C \uC218\uB3D9 \uAD00\uB9AC",create_new_backup:"\uC0C8 \uBC31\uC5C5 \uB178\uB4DC \uCD94\uAC00",maxBackupFiles:"\uCD5C\uB300{count}\uAC1C\uC758 \uC11C\uB85C \uB2E4\uB978 \uB178\uB4DC\uB97C \uBC31\uC5C5\uD560 \uC218 \uC788\uC73C\uBA70, \uD544\uC694\uD558\uC9C0 \uC54A\uC740 \uB178\uB4DC\uB294 \uC0AD\uC81C\uD558\uC138\uC694.",backupToCloudDescription:"\uBC31\uC5C5 \uD30C\uC77C\uC744 \uC218\uB3D9\uC73C\uB85C \uC5C5\uB85C\uB4DC\uD558\uAC70\uB098 \uBCF5\uC6D0\uD558\uC5EC \uCD5C\uB300 3\uAC1C\uC758 \uC11C\uB85C \uB2E4\uB978 \uBC31\uC5C5 \uD5C8\uC6A9",successSyncConfig:"\uD074\uB77C\uC6B0\uB4DC\uC640\uC758 \uC131\uACF5\uC801\uC778 \uB3D9\uAE30\uD654",syncFail:"\uB3D9\uAE30\uD654 \uC2E4\uD328",updatedAt:"{date}\uC5D0\uC11C \uC5C5\uB370\uC774\uD2B8\uB428",lastSyncedAt:"\uCD5C\uC885 \uD655\uC778: {date}",downloadFail:"\uB2E4\uC6B4\uB85C\uB4DC\uC5D0 \uC2E4\uD328\uD588\uC2B5\uB2C8\uB2E4.",clickToDownload:"\uB2E4\uC6B4\uB85C\uB4DC\uD558\uB824\uBA74 \uD074\uB9AD",aboutLabel:"\uC815\uBCF4 - \uD53C\uB4DC\uBC31","browser.openAboutPage":"\uC815\uBCF4/\uD53C\uB4DC\uBC31",aboutLabelWithoutSponsor:"\uC815\uBCF4 - \uD53C\uB4DC\uBC31",aboutIntro:"\uC6B0\uB9AC \uBAA8\uB450\uAC00 \uC778\uD130\uB137\uC758 \uBC29\uB300\uD55C \uC678\uAD6D\uC5B4 \uC815\uBCF4\uC5D0 \uB354 \uC27D\uACE0 \uC990\uAC81\uAC8C \uC561\uC138\uC2A4\uD560 \uC218 \uC788\uAE30\uB97C \uBC14\uB78D\uB2C8\uB2E4 \u2764\uFE0F <6>Pro \uBA64\uBC84\uC2ED\uC744 \uD65C\uC131\uD654\uD558\uC5EC \uBC14\uB85C \uC0AC\uC6A9\uD560 \uC218 \uC788\uB294 DeepL \uBC0F OpenAI \uBC88\uC5ED\uC744 \uC0AC\uC6A9\uD560 \uC218 \uC788\uC2B5\uB2C8\uB2E4.

<3>\uD2B8\uC704\uD130, <4>\uD154\uB808\uADF8\uB7A8, \uC6E8\uC774\uBCF4, \uC704\uCC57\uC5D0\uC11C \uD314\uB85C\uC6B0\uD558\uAC70\uB098 \uC544\uB798 <5>\uBA54\uC77C\uB9C1 \uB9AC\uC2A4\uD2B8\uC5D0 <5>\uAC00\uC785\uD558\uC5EC \uC5C5\uB370\uC774\uD2B8\uB97C \uD655\uC778\uD560 \uC218 \uC788\uC2B5\uB2C8\uB2E4.
<7>\uD504\uB85C \uD68C\uC6D0\uC740 <8>support@immersivetranslate.com \uC73C\uB85C \uBB38\uC758\uD558\uC2DC\uBA74 \uBE60\uB978 \uACE0\uAC1D \uC11C\uBE44\uC2A4\uB97C \uBC1B\uC73C\uC2E4 \uC218 \uC788\uC2B5\uB2C8\uB2E4.",aboutIntroWithoutSponsor:"\uC6B0\uB9AC \uBAA8\uB450\uAC00 \uC778\uD130\uB137\uC5D0\uC11C \uC81C\uACF5\uB418\uB294 \uBC29\uB300\uD55C \uC591\uC758 \uC678\uAD6D\uC5B4 \uC815\uBCF4\uC5D0 \uB354 \uC27D\uACE0 \uC990\uAC81\uAC8C \uC811\uADFC\uD560 \uC218 \uC788\uAE30\uB97C \uBC14\uB78D\uB2C8\uB2E4 \u2764\uFE0F

<3>\uD2B8\uC704\uD130, <4>\uD154\uB808\uADF8\uB7A8 \uCC44\uB110, \uC704\uCC57, \uC704\uCC57 \uC775\uC2A4\uCCB4\uC778\uC9C0\uC5D0\uC11C \uD314\uB85C\uC6B0\uD558\uAC70\uB098 \uC544\uB798 <5>\uC774\uBA54\uC77C\uB85C \uC5C5\uB370\uC774\uD2B8\uB97C <5>\uAD6C\uB3C5\uD560 \uC218 \uC788\uC2B5\uB2C8\uB2E4.",projectHomepage:"\uD504\uB85C\uC81D\uD2B8 \uD648",joinTelegramGroup:"\uC0AC\uC6A9\uC790 \uADF8\uB8F9\uC5D0 \uAC00\uC785\uD558\uC5EC \uAE30\uB2A5 \uD1A0\uB860\uC5D0 \uCC38\uC5EC\uD558\uC138\uC694.",wechatPublicAccount:"\uC704\uCC57 \uACF5\uAC1C",wechatCommunities:"\uC704\uCC57 \uAD50\uD658 \uADF8\uB8F9",qqCommunities:"QQ \uCEE4\uBBA4\uB2C8\uCF00\uC774\uC158 \uCC44\uB110",joinTelegramChannel:"\uD154\uB808\uADF8\uB7A8 \uCC44\uB110 \uD314\uB85C\uC6B0\uD558\uC5EC \uCD5C\uC2E0 \uC5C5\uB370\uC774\uD2B8 \uD655\uC778",feedbackAndJoin:"\uC9C8\uBB38 \uD53C\uB4DC\uBC31 / \uADF8\uB8F9 \uCD94\uAC00",autoSync:"\uC790\uB3D9 \uC2DC\uAC04 \uB3D9\uAE30\uD654",loadingThemeTitle:"\uB85C\uB529 \uC2A4\uD0C0\uC77C",loadingThemeDescription:"\uBC88\uC5ED \uB85C\uB4DC\uB97C \uAE30\uB2E4\uB9B4 \uB54C \uC2A4\uD0C0\uC77C \uC124\uC815\uD558\uAE30","loadingTheme.spinner":"\uD68C\uC804 \uC560\uB2C8\uBA54\uC774\uC158","loadingTheme.text":"\uC815\uC801 \uD14D\uC2A4\uD2B8 sth. ","loadingTheme.none":"\uD45C\uC2DC\uB418\uC9C0 \uC54A\uC74C",developerDescription:"\uACE0\uAE09 \uC0AC\uC6A9\uC790 \uC9C0\uC815\uC5D0 \uB300\uD55C \uBB38\uC11C\uB294 <1>\uC5EC\uAE30\uC5D0\uC11C \uD655\uC778\uD560 \uC218 \uC788\uC2B5\uB2C8\uB2E4.","edit border color":"\uD14C\uB450\uB9AC \uC0C9\uC0C1 \uC218\uC815",successSyncButNoChange:"\uD604\uC7AC \uAD6C\uC131\uC774 \uD074\uB77C\uC6B0\uB4DC\uC640 \uC77C\uCE58\uD569\uB2C8\uB2E4.",customTheme:"\uB9DE\uCDA4\uD615 \uC0C9\uC0C1 \uBC0F \uD06C\uAE30","customThemeLabel.borderColor":"\uD14C\uB450\uB9AC \uC0C9\uC0C1","customThemeLabel.borderRadius":"\uB465\uADFC \uBAA8\uC11C\uB9AC","customThemeLabel.textColor":"\uD14D\uC2A4\uD2B8 \uC0C9\uC0C1","customThemeLabel.backgroundColor":"\uBC30\uACBD\uC0C9","customThemeLabel.zoom":"\uAE00\uAF34 \uD06C\uAE30 \uC870\uC815(%)","customThemeLabel.opacity":"\uD14D\uC2A4\uD2B8 \uBD88\uD22C\uBA85\uB3C4(%)",resetToDefaultColor:"\uAE30\uBCF8 \uC0C9\uC0C1\uC73C\uB85C \uBCF5\uC6D0",resetToDefaultSettings:"\uAE30\uBCF8 \uC124\uC815\uC73C\uB85C \uBCF5\uC6D0",isTranslateTitle:"\uD398\uC774\uC9C0 \uC81C\uBAA9 \uBC88\uC5ED \uC0AC\uC6A9",isTranslateTitleDescription:"\uC804\uC6D0\uC744 \uCF1C\uBA74 \uD398\uC774\uC9C0 \uC81C\uBAA9\uC774 \uBC88\uC5ED\uB429\uB2C8\uB2E4.",enableSearchEnhancement:"\uC774\uC911 \uC5B8\uC5B4 \uBA54\uC2DC\uC9C0 \uD5A5\uC0C1 \uC0AC\uC6A9",enableSearchEnhancementDescription:"\uC774 \uAE30\uB2A5\uC744 \uD65C\uC131\uD654\uD558\uBA74 \uC9C0\uC6D0\uB418\uB294 \uC6F9\uC0AC\uC774\uD2B8(Google \uB274\uC2A4, Google \uAC80\uC0C9(\uC77C\uBD80 \uD0A4\uC6CC\uB4DC), \uC2A4\uB178\uC6B0\uBCFC, \uC624\uB9AC\uC5D4\uD0C8 \uD3EC\uCD98, \uD4E8\uD22C\uB77C, \uD0C0\uC774\uAC70 \uCEE4\uBBA4\uB2C8\uD2F0)\uC758 \uC624\uB978\uCABD \uC5F4\uC5D0 \uD574\uB2F9 \uC601\uC5B4 \uD0A4\uC6CC\uB4DC\uC5D0 \uB300\uD55C 'Google \uB274\uC2A4'\uC758 \uAC80\uC0C9 \uACB0\uACFC\uAC00 \uC790\uB3D9\uC73C\uB85C \uD45C\uC2DC\uB429\uB2C8\uB2E4.",verifyService:"\uC11C\uBE44\uC2A4\uB97C \uD14C\uC2A4\uD2B8\uD558\uB824\uBA74 \uC5EC\uAE30\uB97C \uD074\uB9AD\uD558\uC138\uC694.",verified:"\uC131\uACF5 \uD655\uC778","field.langs":"\uC9C0\uC6D0\uB418\uB294 \uC5B8\uC5B4 \uCF54\uB4DC","field.model":"\uBAA8\uB378\uB9C1","field.translationEngine":"\uBC88\uC5ED \uC5D4\uC9C4","field.limitPerMinute":"\uBD84\uB2F9 \uCD5C\uB300 \uC694\uCCAD \uC218","field.limitPerSecond":"\uCD08\uB2F9 \uCD5C\uB300 \uC694\uCCAD \uC218","field.maxTextLengthPerRequest":"\uC694\uCCAD\uB2F9 \uCD5C\uB300 \uD14D\uC2A4\uD2B8 \uAE38\uC774","field.maxTextGroupLengthPerRequest":"\uC694\uCCAD\uB2F9 \uCD5C\uB300 \uB2E8\uB77D \uC218","field.apiUrl":"\uC0AC\uC6A9\uC790 \uC9C0\uC815 API \uC778\uD130\uD398\uC774\uC2A4 \uC8FC\uC18C","field.placeholderDelimiters":"\uC608\uC57D\uB41C \uC790\uB9AC \uD45C\uC2DC\uC790","description.custom":"\uC0AC\uC6A9\uC790 \uC9C0\uC815 \uC778\uD130\uD398\uC774\uC2A4 \uC561\uC138\uC2A4 \uBB38\uC11C \uD544\uC694","description.limitPerMinute":"\uC774 \uD55C\uB3C4\uB97C \uCD08\uACFC\uD558\uB294 \uC694\uCCAD\uC740 \uB2E4\uC74C \uBD84\uC774 \uC2DC\uC791\uB420 \uB54C\uAE4C\uC9C0 \uB300\uAE30\uC5F4\uC5D0 \uB4E4\uC5B4\uAC11\uB2C8\uB2E4. \uD604\uC7AC OpenAI \uC11C\uBE44\uC2A4\uC758 \uC5EC\uB7EC \uAC00\uC9C0 \uC81C\uD55C \uC0AC\uD56D\uC73C\uB85C \uC778\uD574 <1>\uC5EC\uAE30\uB97C \uD074\uB9AD\uD558\uC5EC \uCD5C\uC2E0 \uC81C\uC548 \uAC12\uC744 \uD655\uC778\uD558\uC138\uC694.","description.limitPerSecond":"\uC774 \uC81C\uD55C\uC744 \uCD08\uACFC\uD558\uB294 \uC694\uCCAD\uC740 \uB2E4\uC74C \uCD08\uAC00 \uC2DC\uC791\uB420 \uB54C\uAE4C\uC9C0 \uB300\uAE30\uC5F4\uC5D0 \uB4E4\uC5B4\uAC11\uB2C8\uB2E4. \uD604\uC7AC OpenAI \uC11C\uBE44\uC2A4\uC758 \uC5EC\uB7EC \uAC00\uC9C0 \uC81C\uD55C \uC0AC\uD56D\uC73C\uB85C \uC778\uD574 <1>\uC5EC\uAE30\uB97C \uD074\uB9AD\uD558\uC5EC \uCD5C\uC2E0 \uC81C\uC548 \uAC12\uC744 \uD655\uC778\uD558\uC138\uC694.","description.generalLimitPerSecond":"\uC774 \uC81C\uD55C\uC744 \uCD08\uACFC\uD558\uB294 \uC694\uCCAD\uC740 \uB2E4\uC74C \uCD08\uAC00 \uC2DC\uC791\uB420 \uB54C\uAE4C\uC9C0 \uB300\uAE30\uC5F4\uC5D0 \uB4E4\uC5B4\uAC11\uB2C8\uB2E4.","description.prompt":"\uC0AC\uC6A9\uC790 \uC2E0\uBD84\uC73C\uB85C {service}\uC5D0 \uBCF4\uB0B8 \uB300\uD654\uC5D0\uC11C {{text}}\uB294 \uB2E8\uB77D\uC758 \uD14D\uC2A4\uD2B8 \uB0B4\uC6A9\uC744 \uB098\uD0C0\uB0B4\uACE0, {{from}}\uC740 \uB2E8\uB77D\uC758 \uC5B8\uC5B4\uB97C \uB098\uD0C0\uB0B4\uBA70, {{to}}\uB294 \uBAA9\uD45C \uC5B8\uC5B4\uB97C \uB098\uD0C0\uB0C5\uB2C8\uB2E4.","description.maxTextLengthPerRequest":"\uC694\uCCAD\uB2F9 \uCD5C\uB300 \uAE00\uC790 \uC218\uAC00 \uB108\uBB34 \uB9CE\uC73C\uBA74 \uC778\uD130\uD398\uC774\uC2A4\uAC00 \uB290\uB9AC\uAC8C \uC751\uB2F5\uD558\uBBC0\uB85C \uC774 \uC635\uC158\uC744 \uC870\uC815\uD558\uC5EC \uC18D\uB3C4\uB97C \uCD5C\uC801\uD654\uD558\uC138\uC694.","description.systemPrompt":"\uC2DC\uC2A4\uD15C \uC2E0\uBD84\uC73C\uB85C {service}\uC5D0\uAC8C \uBCF4\uB0B8 \uB300\uD654\uC5D0\uC11C {{text}}\uB294 \uB2E8\uB77D\uC758 \uD14D\uC2A4\uD2B8 \uB0B4\uC6A9\uC744 \uB098\uD0C0\uB0B4\uACE0, {{from}}\uC740 \uB2E8\uB77D\uC758 \uC5B8\uC5B4\uB97C \uB098\uD0C0\uB0B4\uBA70, {{to}}\uB294 \uBAA9\uD45C \uC5B8\uC5B4\uB97C \uB098\uD0C0\uB0C5\uB2C8\uB2E4.","field.domain":"\uC601\uC5ED","description.domain":"\uAE30\uBCF8\uAC12\uC740\uFF1Ageneral\uC785\uB2C8\uB2E4. \uC544\uB9AC\uB9C8 API \uCF58\uC194\uC5D0\uC11C \uB3C4\uBA54\uC778 \uBC88\uC5ED\uC774 \uD65C\uC131\uD654\uB41C \uACBD\uC6B0\uC5D0\uB9CC \uC124\uC815\uD560 \uC218 \uC788\uC73C\uBA70, \uC9C0\uC6D0\uB418\uB294 \uB3C4\uBA54\uC778\uC740 <1>\uC5EC\uAE30\uB97C \uCC38\uC870\uD558\uC138\uC694.","field.scene":"take","description.scene":"\uAE30\uBCF8\uAC12\uC740\uFF1Ageneral\uC785\uB2C8\uB2E4. AliCloud API \uCF58\uC194\uC774 Machine Translation Pro\uB97C \uC5EC\uB294 \uACBD\uC6B0\uC5D0\uB9CC \uC124\uC815\uD560 \uC218 \uC788\uC73C\uBA70, \uC9C0\uC6D0\uB418\uB294 \uC2DC\uB098\uB9AC\uC624\uB294 <1>\uC5EC\uAE30\uB97C \uCC38\uC870\uD558\uC138\uC694.","field.vocabId":"\uC0AC\uC6A9\uC790 \uC0AC\uC804 ID","description.vocabId":"\uC9C0\uC815\uB41C \uC0AC\uC804 out_id\uB294 \uD604\uC7AC \uC601\uC5B4\uC5D0\uC11C \uC911\uAD6D\uC5B4 \uBC88\uC5ED\uC744 \uC9C0\uC6D0\uD569\uB2C8\uB2E4.","description.model":"OpenAI \uBAA8\uB378, gpt-3.5-turbo, gpt-4 \uB4F1 \uAC00\uB2A5","description.maxTextGroupLengthPerRequest":"\uD55C \uBC88\uC5D0 \uBC88\uC5ED \uC11C\uBE44\uC2A4\uB85C \uC804\uC1A1\uB418\uB294 \uB2E8\uB77D \uC218, \uB2E8\uB77D\uC774 \uB108\uBB34 \uB9CE\uC73C\uBA74 \uC778\uD130\uD398\uC774\uC2A4\uAC00 \uB290\uB9AC\uAC8C \uC751\uB2F5\uD560 \uC218 \uC788\uC2B5\uB2C8\uB2E4.","description.apiUrl":"\uACBD\uB85C, <1>\uC790\uC138\uD55C \uC124\uBA85\uC774 \uD3EC\uD568\uB41C \uD2B9\uC815 URL\uC744 \uCD94\uAC00\uD558\uC138\uC694.",enabledExtension:"\uD655\uC7A5 \uAE30\uB2A5 \uC0AC\uC6A9",clickToDisableExtension:"\uD655\uC7A5 \uAE30\uB2A5\uC744 \uBE44\uD65C\uC131\uD654\uD558\uB824\uBA74 \uD074\uB9AD\uD558\uC138\uC694.",clickToEnableExtension:"\uD655\uC7A5 \uAE30\uB2A5\uC744 \uC0AC\uC6A9\uD558\uB824\uBA74 \uD074\uB9AD\uD558\uC138\uC694.",hasBeenDisabled:"disabled","show password":"\uBE44\uBC00\uBC88\uD638 \uD45C\uC2DC",customContent:"\uC0AC\uC6A9\uC790 \uC9C0\uC815 \uBAA8\uB378 \uC774\uB984 \uC785\uB825",inputOptions:"\uC785\uB825 \uC0C1\uC790 \uAC1C\uC120",mouseHoverOptions:"\uB9C8\uC6B0\uC2A4 \uD638\uBC84",modifyMouseHoverKey:"\uB9C8\uC6B0\uC2A4 \uCEE4\uC11C \uBC14\uB85C \uAC00\uAE30 \uC218\uC815",enableInputTranslation:"\uC785\uB825 \uC0C1\uC790 \uD5A5\uC0C1 \uD65C\uC131\uD654 \uC5EC\uBD80",enableInputTranslationDescription:"\uD65C\uC131\uD654\uB418\uBA74 \uC785\uB825 \uC0C1\uC790\uC5D0 {startingKey}{startingKey} hello\uB97C \uC9C1\uC811 \uC785\uB825\uD55C \uB2E4\uC74C{inputTrailingTriggerKeyRepeatTimes}\uBC88{trailingKey}\uC744 \uBE60\uB974\uAC8C \uB20C\uB7EC {inputTargetLanguage}\uC73C\uB85C \uBC88\uC5ED\uD569\uB2C8\uB2E4.",enableInputTranslationDescriptionForNoneKey:"\uD65C\uC131\uD654\uB418\uBA74 \uC785\uB825 \uC0C1\uC790\uC5D0\uFF1AHello World\uB97C \uC9C1\uC811 \uC785\uB825\uD55C \uB2E4\uC74C{inputTrailingTriggerKeyRepeatTimes}{trailingKey}\uC744 \uBE60\uB974\uAC8C \uC5EC\uB7EC \uBC88 \uB20C\uB7EC \uAE30\uBCF8 \uB300\uC0C1 \uC5B8\uC5B4\uB85C \uBC88\uC5ED\uD569\uB2C8\uB2E4.",inputTargetLanguage:"\uC785\uB825 \uC0C1\uC790\uC758 \uAE30\uBCF8 \uB300\uC0C1 \uC5B8\uC5B4 \uC124\uC815",inputTargetLanguageDescription:"\uC785\uB825 \uC0C1\uC790 \uBC88\uC5ED\uC758 \uAE30\uBCF8 \uB300\uC0C1 \uC5B8\uC5B4(\uC608: \uD2B8\uB9AC\uAC70 \uB2E8\uC5B4\uC758 \uAE30\uBCF8 \uC5B8\uC5B4 {startingKey}{startingKey})",inputTargetLanguageDescriptionForNoneKey:"\uC785\uB825 \uC0C1\uC790 \uBC88\uC5ED\uC758 \uAE30\uBCF8 \uB300\uC0C1 \uC5B8\uC5B4",inputStartingTriggerKeyTitle:"\uC785\uB825 \uC0C1\uC790\uC758 \uBD80\uBD84 \uBC88\uC5ED\uC744 \uC704\uD574 \uBD84\uD560 \uBB38\uC790 \uC124\uC815\uD558\uAE30",inputStartingTriggerKeyDescription:"\uC785\uB825 \uC0C1\uC790 \uC804\uCCB4\uB97C \uBC88\uC5ED\uD560 \uD544\uC694\uAC00 \uC5C6\uB294 \uACBD\uC6B0 \uC2A4\uD50C\uB9AC\uD130\uB97C \uC0AC\uC6A9\uD558\uBA74 {startingKey}{startingKey} \uC5D0\uC11C \uC785\uB825 \uC0C1\uC790 \uB05D\uAE4C\uC9C0 \uBD80\uBD84\uB9CC \uBC88\uC5ED\uD558\uAC70\uB098 \uC5B8\uC5B4 \uCF54\uB4DC\uB97C \uC9C0\uC815\uD560 \uC218 \uC788\uC2B5\uB2C8\uB2E4(\uC608:\uFF1A{startingKey}ja \uB294 {startingKey}ja \uC5D0\uC11C \uC785\uB825 \uC0C1\uC790 \uB05D\uAE4C\uC9C0 \uBD80\uBD84\uB9CC \uBC88\uC5ED\uD55C\uB2E4\uB294 \uC758\uBBF8).",inputStartingTriggerKeyDescriptionForNoneKey:"\uD604\uC7AC \uC811\uB450\uC0AC \uC5C6\uC74C \uC124\uC815\uC740 \uD544\uC694\uD558\uC9C0 \uC54A\uC73C\uBA70, \uC785\uB825 \uC0C1\uC790\uC5D0 \uC788\uB294 \uC77C\uBD80 \uD14D\uC2A4\uD2B8\uC758 \uBC88\uC5ED \uAE30\uB2A5\uC740 \uB2F9\uBD84\uAC04 \uC0AC\uC6A9\uD560 \uC218 \uC5C6\uC2B5\uB2C8\uB2E4.",inputTrailingTriggerKeyTitle:"\uC785\uB825 \uC885\uB8CC \uD2B8\uB9AC\uAC70 \uBB38\uC790 \uC120\uD0DD",inputTrailingTriggerKeyDescription:"3\uBC88\uB9CC \uB204\uB974\uBA74{trailingKey} \uBC88\uC5ED\uC774 \uC2DC\uC791\uB429\uB2C8\uB2E4!",inputTrailingTriggerKeyTimeout:"\uC804\uD22C \uC885\uB8CC \uD2B8\uB9AC\uAC70 \uC0AC\uC774\uC758 \uC2DC\uAC04\uC744 \uC785\uB825\uD569\uB2C8\uB2E4.",inputTrailingTriggerKeyTimeoutDescription:"\uC785\uB825 \uC885\uB8CC \uCF64\uBCF4 \uD2B8\uB9AC\uAC70 \uC0AC\uC774\uC758 \uC2DC\uAC04(\uBC00\uB9AC\uCD08)\uC744 \uC124\uC815\uD569\uB2C8\uB2E4.",spaceKey:"<\u7A7A\u683C\u952E>",noneKey:"\uC811\uB450\uC0AC \uC5C6\uC774 \uC804\uCCB4 \uD14D\uC2A4\uD2B8 \uC0C1\uC790\uC758 \uC9C1\uC811 \uBC88\uC5ED",inputTranslationBlockUrlsTitle:"\uB2E4\uC74C URL\uC5D0\uC11C\uB294 \uC785\uB825 \uC0C1\uC790 \uAC1C\uC120 \uAE30\uB2A5\uC744 \uD65C\uC131\uD654\uD558\uC9C0 \uB9C8\uC138\uC694.",inputTranslationBlockUrlsDescription:"\uB2E4\uC74C URL\uC5D0\uC11C\uB294 \uC785\uB825 \uC0C1\uC790 \uAC1C\uC120 \uC0AC\uD56D\uC774 \uC791\uB3D9\uD558\uC9C0 \uC54A\uC2B5\uB2C8\uB2E4.",clickToSeeQuickDemo:"\uD074\uB9AD\uD558\uC5EC 30\uCD08 \uD035 \uD29C\uD1A0\uB9AC\uC5BC \uBE44\uB514\uC624 \uD655\uC7A5\uD558\uAE30",inputHelperInfo:"\uC124\uBA85\uFF1A\uC911\uAD6D\uC5B4 \uC785\uB825 \uBC29\uC2DD\uC5D0 \uB530\uB77C \uC77C\uBD80 \uD2B8\uB9AC\uAC70 \uBB38\uC790\uAC00 \uC911\uAD6D\uC5B4 \uBB38\uC7A5 \uBD80\uD638\uB85C \uBC14\uB00C\uB294 \uAC83\uC744 \uCD5C\uC801\uD654\uD588\uC2B5\uB2C8\uB2E4(\uC608: /\uB294 \uC18C\uAD6C \uC785\uB825 \uBC29\uC2DD\uC5D0 \uB530\uB77C \uB454 \uBD80\uD638\uB85C \uBC14\uB01C). \uBAB0\uC785\uD615 \uBC88\uC5ED\uAE30\uB294 \uD2B8\uB9AC\uAC70 \uBB38\uC790\uC5D0 \uD574\uB2F9\uD558\uB294 \uBAA8\uB4E0 \uC911\uAD6D\uC5B4 \uAE30\uD638, \uC989 //,,, \uB97C \uD2B8\uB9AC\uAC70 \uBB38\uC790\uB85C \uC778\uC2DD\uD560 \uC218 \uC788\uB3C4\uB85D \uC9C0\uC6D0\uD569\uB2C8\uB2E4.

\uB610\uD55C \uC5B8\uC5B4 \uCF54\uB4DC\uC5D0 \uC911\uAD6D\uC5B4 \uBCC4\uCE6D\uC744 \uBA85\uB839\uC5B4\uB85C \uC0AC\uC6A9\uD560 \uC218 \uC788\uC2B5\uB2C8\uB2E4(\uC608: /Japanese Hello World\uB294 \uC77C\uBCF8\uC5B4\uB85C \uBC88\uC5ED\uB428). <1>\uC9C0\uC6D0\uB418\uB294 \uBAA8\uB4E0 \uC5B8\uC5B4 \uCF54\uB4DC\uB97C \uBCF4\uB824\uBA74 \uC5EC\uAE30\uB97C \uD074\uB9AD\uD558\uC138\uC694.",reloadCurrentPage:"\uBC88\uC5ED\uC744 \uC2DC\uC791\uD558\uAE30 \uC804\uC5D0 \uD604\uC7AC \uD398\uC774\uC9C0\uB97C \uC0C8\uB85C\uACE0\uCE68\uD558\uC138\uC694.",noLocalFilePermissionForPDF:"\uB85C\uCEEC \uD30C\uC77C\uC744 \uC77D\uC744 \uC218 \uC788\uB294 \uAD8C\uD55C\uC774 \uC5C6\uB294 \uACBD\uC6B0 \uC704\uC758 \uBC84\uD2BC\uC744 \uD074\uB9AD\uD55C \uB2E4\uC74C \uB85C\uCEEC \uD30C\uC77C\uC744 \uAC00\uC838\uC624\uC138\uC694.",noPermissionForThisPage:"\u26A0\uFE0F \uD604\uC7AC \uD398\uC774\uC9C0 \uBC88\uC5ED \uAD8C\uD55C\uC774 \uC5C6\uC2B5\uB2C8\uB2E4.",retryAllParagraphs:"\uBAA8\uB4E0 \uC624\uB958 \uAD6C\uC808 \uB2E4\uC2DC \uC2DC\uB3C4",retryAllButton:"\uBAA8\uB4E0 \uC624\uB958 \uAD6C\uC808 \uB2E4\uC2DC \uC2DC\uB3C4",errorTooltipTitle:"\uC624\uB958\uC758 \uC6D0\uC778\uC744 \uBCF4\uB824\uBA74 \uD074\uB9AD\uD558\uC138\uC694.",errorModalTitle:"\uBC88\uC5ED \uC11C\uBE44\uC2A4 \uB610\uB294 \uB124\uD2B8\uC6CC\uD06C\uC5D0 \uBB38\uC81C\uAC00 \uC788\uB294 \uAC83 \uAC19\uC2B5\uB2C8\uB2E4...",disableConfirm:"\uC774\uC911 \uC5B8\uC5B4 \uC815\uBCF4 \uD5A5\uC0C1 \uC124\uC815",disableOnce:"\uC774 \uBE44\uD65C\uC131\uD654",disableGlobal:"\uC601\uAD6C\uC801\uC73C\uB85C \uBE44\uD65C\uC131\uD654",disableTint:"* {option} \uC5D0\uC11C \uB2E4\uC2DC \uD65C\uC131\uD654\uD560 \uC218 \uC788\uC2B5\uB2C8\uB2E4.",searchEnhancementNotes:"\uC911\uAD6D\uC5B4 \uD0A4\uC6CC\uB4DC\uC640 \uC601\uC5B4 \uD0A4\uC6CC\uB4DC\uC5D0 \uB300\uD55C \uB274\uC2A4 \uACB0\uACFC\uAC00 \uB9E4\uC6B0 \uB2E4\uB978 \uAC83\uC744 \uBC1C\uACAC\uD588\uC2B5\uB2C8\uB2E4. \uBAB0\uC785\uD615 \uBC88\uC5ED \uC774\uC911 \uC5B8\uC5B4 \uC815\uBCF4 \uD5A5\uC0C1 \uAE30\uB2A5\uC744 \uD65C\uC131\uD654\uD558\uBA74 \uC9C0\uC6D0\uB418\uB294 \uC6F9\uC0AC\uC774\uD2B8(Google \uB274\uC2A4, Google \uAC80\uC0C9(\uC77C\uBD80 \uD0A4\uC6CC\uB4DC), \uC2A4\uB178\uC6B0\uBCFC, \uB3D9\uC591\uC758 \uBD80, \uD4E8\uD22C\uB77C, \uD0C0\uC774\uAC70)\uC5D0\uC11C \uB3D9\uC77C\uD55C \uD0A4\uC6CC\uB4DC\uB97C \uC601\uC5B4\uB85C \uC790\uB3D9 \uAC80\uC0C9\uD558\uC5EC \uC624\uB978\uCABD\uC5D0 \uD45C\uC2DC\uD574 \uC90D\uB2C8\uB2E4. \uC774 \uAE30\uB2A5\uC774 \uD544\uC694\uD558\uC9C0 \uC54A\uC740 \uACBD\uC6B0 \uBE44\uD65C\uC131\uD654\uD560 \uC218 \uC788\uC2B5\uB2C8\uB2E4.",option:"\uC124\uC815",saveSettings:"\uC124\uC815 \uC800\uC7A5",closeModal:"\uCC3D \uB2EB\uAE30",enableInputTranslationWithoutTriggerKeyTitle:"{trailingKey}\uB97C 3\uBC88 \uBE60\uB974\uAC8C \uB204\uB974\uBA74 \uC804\uCCB4 \uC785\uB825 \uC0C1\uC790\uB97C{inputTargetLanguage}\uB85C \uBC14\uB85C \uBC88\uC5ED\uD560 \uC218 \uC788\uC2B5\uB2C8\uB2E4.",enableInputTranslationWithoutTriggerKeyDescription:"\uB300\uC0C1 \uC5B8\uC5B4\uB97C \uC9C0\uC815\uD558\uB824\uBA74 \uC55E\uC5D0 \uC5B8\uC5B4 \uCF54\uB4DC\uB97C \uBD99\uC785\uB2C8\uB2E4(\uC608:\uFF1Aja Hello World).",mouseHoverShortcutPlaceholder:"\uC608:\uFF1A\uC2DC\uD504\uD2B8",deepLProName:"\uBAB0\uC785\uD615 \uBC88\uC5ED \uD504\uB85C \uD68C\uC6D0(\uAD8C\uC7A5)",deepLProDescription:"\uD604\uC7AC \uD328\uD0A4\uC9C0\uB97C \uC9C1\uC811 \uC0AC\uC6A9\uD560 \uC218 \uC788\uC2B5\uB2C8\uB2E4.",deeplProDescriptionForNormal:"\uC124\uC815 \uD544\uC694 \uC5C6\uC74C, \uD68C\uC6D0\uC740 \uB85C\uADF8\uC778 \uD6C4 \uC0AC\uC6A9 \uAC00\uB2A5, <1>\uD68C\uC6D0\uC73C\uB85C \uC5C5\uADF8\uB808\uC774\uB4DC\uD558\uB824\uBA74 \uC5EC\uAE30\uB97C \uD074\uB9AD\uD558\uC138\uC694.",deepLCustomDescription:"\uC678\uAD6D \uC2E0\uC6A9 \uCE74\uB4DC \uD544\uC694, \uACF5\uC2DD\uC801\uC73C\uB85C \uAC1C\uC124\uB41C <1>DeepL,<2>\uBB38\uC11C\uB97C \uBCF4\uB824\uBA74 \uD074\uB9AD\uD558\uC138\uC694.",deepLCustomName:"\uC0AC\uC6A9\uC790 \uC9C0\uC815 \uC778\uC99D \uD0A4",chooseProviderLabel:"\uC11C\uBE44\uC2A4 \uC81C\uACF5\uC5C5\uCCB4 \uC120\uD0DD",openaiProName:"\uBAB0\uC785\uD615 \uBC88\uC5ED \uD504\uB85C \uD68C\uC6D0(\uAD8C\uC7A5)",openaiProDescription:"\uD604\uC7AC \uD328\uD0A4\uC9C0\uB97C \uC9C1\uC811 \uC0AC\uC6A9\uD560 \uC218 \uC788\uC2B5\uB2C8\uB2E4.",openaiProDescriptionForNormal:"\uC124\uC815\uC774 \uD544\uC694\uD558\uC9C0 \uC54A\uC73C\uBA70, \uD68C\uC6D0\uC740 \uB85C\uADF8\uC778 \uD6C4 \uC0AC\uC6A9\uD560 \uC218 \uC788\uC2B5\uB2C8\uB2E4. <1>\uD68C\uC6D0\uC73C\uB85C \uC5C5\uADF8\uB808\uC774\uB4DC\uD558\uB824\uBA74 \uC5EC\uAE30\uB97C \uD074\uB9AD\uD558\uC138\uC694.",openaiCustomDescription:"OpenAI, Azure OpenAI \uB610\uB294 \uAE30\uD0C0 \uD0C0\uC0AC \uC11C\uBE44\uC2A4\uC5D0\uC11C \uC0AC\uC6A9 \uAC00\uB2A5, <1>\uC124\uBA85\uC11C\uB97C \uBCF4\uB824\uBA74 \uC5EC\uAE30\uB97C \uD074\uB9AD\uD558\uC138\uC694.",openaiCustomName:"\uC0AC\uC6A9\uC790 \uC9C0\uC815 API \uD0A4",needLoginAction:"(\uACF5\uAC1C \uBA64\uBC84\uC2ED \uB610\uB294 \uC0AC\uC6A9\uC790 \uC9C0\uC815)",goLoginOrAction:"(\uBA64\uBC84\uC2ED\uC744 \uC5F4\uAC70\uB098 \uC124\uC815\uC73C\uB85C \uC774\uB3D9)",yearly:"\uC5F0\uAC04 \uC5F0\uC18D \uACB0\uC81C",quarterly:"\uC21C\uCC28\uC801 \uB798\uD551",monthly:"\uC6D4\uAC04 \uAD6C\uB3C5",yearlyForOnce:"\uC5F0\uAC04 1\uD68C \uD328\uD0A4\uC9C0",monthlyForOnce:"\uC6D4 1\uD68C \uD328\uD0A4\uC9C0",daily:"\uC5F0\uC18D \uD328\uD0B7 \uC77C\uC218",year:"\uC5F0\uAC04 \uC5F0\uC18D \uACB0\uC81C",quarter:"\uC21C\uCC28\uC801 \uB798\uD551",month:"\uC6D4\uAC04 \uAD6C\uB3C5",day:"\uC5F0\uC18D \uD328\uD0B7 \uC77C\uC218",onetime_7day:"7\uC77C \uCCB4\uD5D8 \uD329",currentPlanDescriptionForFree:"\uD604\uC7AC \uD328\uD0A4\uC9C0\uFF1A\uBB34\uB8CC",currentPlanDescriptionForContinuous:"\uD604\uC7AC \uD328\uD0A4\uC9C0\uFF1A{plan}\uB294 {endAt} \uC5D0\uC11C \uC790\uB3D9\uC73C\uB85C \uAC31\uC2E0\uB429\uB2C8\uB2E4.",currentPlanDescriptionForAutoRenewCaceling:"\uD604\uC7AC \uD328\uD0A4\uC9C0(\uFF1A{plan})\uB294 {endAt} \uC5D0\uC11C \uB9CC\uB8CC\uB418\uBA70 \uB9CC\uB8CC \uC2DC \uC790\uB3D9\uC73C\uB85C \uAC31\uC2E0\uB418\uC9C0 \uC54A\uC2B5\uB2C8\uB2E4.",currentYearlyPlanDescriptionForAutoRenewCacelingWithRealPaiedUser:"\uD604\uC7AC \uD328\uD0A4\uC9C0(\uFF1A{plan})\uB294 {endAt} \uC5D0\uC11C \uB9CC\uB8CC\uB418\uBA70 \uB9CC\uB8CC \uC2DC \uC790\uB3D9\uC73C\uB85C \uAC31\uC2E0\uB418\uC9C0 \uC54A\uC2B5\uB2C8\uB2E4.
<1>\uAC31\uC2E0 \uD50C\uB79C\uC744 \uAD00\uB9AC\uD558\uB824\uBA74 \uC5EC\uAE30\uB97C \uD074\uB9AD\uD558\uC138\uC694.",currentYearlyPlanDescriptionForAutoRenewCacelingWithAdmin:"\uD604\uC7AC \uD328\uD0A4\uC9C0(\uFF1A{plan})\uB294 {endAt} \uC5D0\uC11C \uB9CC\uB8CC\uB418\uBA70 \uB9CC\uB8CC \uC2DC \uC790\uB3D9\uC73C\uB85C \uAC31\uC2E0\uB418\uC9C0 \uC54A\uC2B5\uB2C8\uB2E4.
<1>\uC5F0\uAC04 \uC5F0\uC18D \uAD6C\uB3C5\uC744 \uD65C\uC131\uD654\uD558\uB824\uBA74 \uC5EC\uAE30\uB97C \uD074\uB9AD\uD558\uC138\uC694.",currentPlanDescriptionForOneTime:"\uD604\uC7AC \uAD6C\uB3C5\uFF1A{plan}\uC740 {endAt} \uC5D0\uC11C \uB9CC\uB8CC\uB418\uBA70, <1>\uC5F0\uAC04 \uB610\uB294 <2>\uC6D4\uAC04<1>\uBA64\uBC84\uC2ED\uC73C\uB85C \uC5C5\uADF8\uB808\uC774\uB4DC\uD558\uB824\uBA74 \uC5EC\uAE30\uB97C \uD074\uB9AD\uD558\uC138\uC694.",upgradePlan:"\uD504\uB85C \uBA64\uBC84\uC2ED\uC73C\uB85C \uC5C5\uADF8\uB808\uC774\uB4DC\uD558\uB824\uBA74 \uC5EC\uAE30\uB97C \uD074\uB9AD\uD558\uC138\uC694.",upgradeToPro:"\uD504\uB85C \uBA64\uBC84\uC2ED\uC73C\uB85C \uC5C5\uADF8\uB808\uC774\uB4DC","popup.openPro":"DeepL \uBC0F OpenAI \uBC88\uC5ED\uC744 \uC990\uAE30\uB824\uBA74 \uD504\uB85C \uBA64\uBC84\uC2ED\uC73C\uB85C \uC5C5\uADF8\uB808\uC774\uB4DC\uD558\uACE0 \uC5EC\uAE30\uB97C \uD074\uB9AD\uD558\uC5EC \uC5C5\uADF8\uB808\uC774\uB4DC\uD558\uC138\uC694!","popup.openProForPro":"\uADC0\uD558\uB294 DeepL \uBC0F OpenAI \uBC88\uC5ED\uC5D0 \uC9C1\uC811 \uC561\uC138\uC2A4\uD560 \uC218 \uC788\uB294 \uD504\uB85C \uD68C\uC6D0\uC785\uB2C8\uB2E4!",currentAccount:"\uACBD\uC0C1 \uACC4\uC815",enableAutoSyncUserSettings:"\uC5EC\uB7EC \uB514\uBC14\uC774\uC2A4\uC5D0\uC11C \uD074\uB77C\uC6B0\uB4DC \uC790\uB3D9 \uB3D9\uAE30\uD654 \uC0AC\uC6A9",modalEnableInputTranslationTitle:"\uBAB0\uC785\uD615 \uBC88\uC5ED \uC785\uB825 \uC0C1\uC790 \uBC88\uC5ED \uC54C\uB9BC",modalEnableInputTranslationDesc:"\uC2A4\uD398\uC774\uC2A4\uBC14\uB97C \uC5F0\uC18D\uD574\uC11C \uC138 \uBC88 \uBE60\uB974\uAC8C \uB20C\uB7EC \uBAB0\uC785\uD615 \uBC88\uC5ED\uC758 \uC785\uB825 \uC0C1\uC790 \uBC88\uC5ED\uC744 \uD2B8\uB9AC\uAC70\uD588\uC73C\uBA70, \uC785\uB825 \uC0C1\uC790\uC758 \uB0B4\uC6A9\uC774 \uAE30\uBCF8 \uB300\uC0C1 \uC5B8\uC5B4\uB85C \uBC88\uC5ED\uB429\uB2C8\uB2E4. \uBC88\uC5ED\uC740 Ctrl+Z\uB85C \uCDE8\uC18C\uD560 \uC218 \uC788\uC2B5\uB2C8\uB2E4.

\uBC88\uC5ED\uC774 \uC2E4\uC218\uC600\uB2E4\uBA74 \uC9C0\uAE08 \uBC14\uB85C \uBE44\uD65C\uC131\uD654\uD558\uAC70\uB098 \uC785\uB825 \uC0C1\uC790 \uBC88\uC5ED\uC744 \uC601\uAD6C\uC801\uC73C\uB85C \uBE44\uD65C\uC131\uD654\uD560 \uC218 \uC788\uC73C\uB2C8 \uAC71\uC815\uD558\uC9C0 \uB9C8\uC138\uC694.",saveAndNotShowAgain:"\uC800\uC7A5 \uBC0F \uD504\uB86C\uD504\uD2B8 \uC911\uC9C0",disableInputTranslationTips:"* {option} ,{learnMore}\uC5D0\uC11C \uB2E4\uB978 \uBC14\uB85C\uAC00\uAE30\uB97C \uD2B8\uB9AC\uAC70\uD558\uB3C4\uB85D \uC124\uC815\uD560 \uC218\uB3C4 \uC788\uC2B5\uB2C8\uB2E4.",learnMore:"\uC790\uC138\uD788 \uC54C\uC544\uBCF4\uB824\uBA74 \uC5EC\uAE30\uB97C \uD074\uB9AD\uD558\uC138\uC694.",continueEnalbeInputTranslation:"\uC785\uB825 \uC0C1\uC790 \uBC88\uC5ED \uACC4\uC18D \uD65C\uC131\uD654",autoRenewTrialSuffix:'(\uD3C9\uAC00\uD310 \uC0AC\uC6A9 \uC2DC\uC989\uC2DC \uC815\uC2DD \uBA64\uBC84\uC2ED\uC73C\uB85C \uC5C5\uADF8\uB808\uC774\uB4DC)',upgradeFromTrialTitle:"\uC815\uD68C\uC6D0\uC73C\uB85C \uC5C5\uADF8\uB808\uC774\uB4DC",subtitle:"\uBE44\uB514\uC624 \uCEA1\uC158",youtubeService:"\uBAB0\uC785 \uBC88\uC5ED \uBE44\uB514\uC624 \uC790\uB9C9 \uBC88\uC5ED \uC11C\uBE44\uC2A4","subtitle.disabledSubtitle":"\uB3D9\uC601\uC0C1 \uC790\uB9C9 \uAE30\uB2A5 \uC601\uAD6C \uBE44\uD65C\uC131\uD654\uD558\uAE30","subtitle.disabledSubtitleDescription":"\uBAB0\uC785\uD615 \uBC88\uC5ED\uAE30\uC758 \uBE44\uB514\uC624 \uC790\uB9C9\uC774 \uB2E4\uB978 \uD655\uC7A5 \uD504\uB85C\uADF8\uB7A8\uACFC \uCDA9\uB3CC\uD558\uB294 \uACBD\uC6B0, \uBAB0\uC785\uD615 \uBC88\uC5ED\uAE30\uC758 \uBE44\uB514\uC624 \uC790\uB9C9 \uAE30\uB2A5\uC744 \uC601\uAD6C\uC801\uC73C\uB85C \uBE44\uD65C\uC131\uD654\uD558\uAC70\uB098 \uCDA9\uB3CC\uD558\uB294 \uB2E4\uB978 \uD655\uC7A5 \uD504\uB85C\uADF8\uB7A8\uC744 \uC81C\uAC70\uD558\uB3C4\uB85D \uC120\uD0DD\uD560 \uC218 \uC788\uC2B5\uB2C8\uB2E4.","subtitle.autoEnableSubtitle":"\uC774\uC911 \uC5B8\uC5B4 \uC790\uB9C9 \uC790\uB3D9 \uC0AC\uC6A9","subtitle.autoEnableSubtitleDescription":"\uC0AC\uC6A9\uD558\uBA74 \uBE44\uB514\uC624\uAC00 \uC7AC\uC0DD\uB420 \uB54C \uC790\uB3D9\uC73C\uB85C \uC774\uC911 \uC5B8\uC5B4 \uC790\uB9C9\uC774 \uD45C\uC2DC\uB418\uBA70, \uADF8\uB807\uC9C0 \uC54A\uC73C\uBA74 \uBC88\uC5ED \uBC84\uD2BC\uC744 \uD074\uB9AD\uD574\uC57C \uD45C\uC2DC\uB429\uB2C8\uB2E4.","subtitle.preTranslation":"\uBAB0\uC785\uD615 \uBC88\uC5ED\uC744 \uC0AC\uC6A9\uD558\uC5EC \uC790\uB9C9 \uBC88\uC5ED\uD558\uAE30","subtitle.preTranslationDescription":"\uD65C\uC131\uD654\uD558\uBA74 \uC544\uB798\uC5D0 \uBA85\uC2DC\uB41C \uBC88\uC5ED \uC11C\uBE44\uC2A4\uB97C \uC0AC\uC6A9\uD558\uC5EC \uC804\uCCB4 \uC790\uB9C9\uC774 \uC0AC\uC804 \uBC88\uC5ED\uB418\uBA70, 1\uC2DC\uAC04 \uBD84\uB7C9\uC758 \uB3D9\uC601\uC0C1\uC740 \uC57D 50,000 \uD1A0\uD070 \uB610\uB294 \uBB38\uC790\uB97C \uC18C\uBAA8\uD558\uBBC0\uB85C \uC2E0\uC911\uD558\uAC8C \uC0AC\uC6A9\uD558\uC2DC\uAE30 \uBC14\uB77C\uBA70, \uBE44\uD65C\uC131\uD654\uD558\uBA74 \uC6D0\uBCF8 \uC790\uB9C9\uC774 \uBA3C\uC800 \uC0AC\uC6A9\uB429\uB2C8\uB2E4.","subtitle.humanSubtitlesPreferred":"\uD734\uBA3C \uCEA1\uC158 \uC6B0\uC120 \uC0AC\uC6A9","subtitle.humanSubtitlesPreferredDescription":"\uB3D9\uC601\uC0C1\uC5D0 \uB300\uC0C1 \uC5B8\uC5B4\uB85C \uB41C \uC0AC\uB78C \uC790\uB9C9\uC774 \uC788\uB294 \uACBD\uC6B0 \uC0AC\uB78C \uC790\uB9C9\uC744 \uC6B0\uC120\uC801\uC73C\uB85C \uC0AC\uC6A9\uD569\uB2C8\uB2E4(\uAD8C\uC7A5).",videoSubtitleTranslationDescription:"\uB3D9\uC601\uC0C1 \uC790\uB9C9\uC744 \uC704\uD55C \uBCC4\uB3C4\uC758 \uBC88\uC5ED \uC11C\uBE44\uC2A4 \uC9C0\uC815",subtitleTranslating:"{service} \uC11C\uBE44\uC2A4\uB97C \uC0AC\uC6A9\uD558\uC5EC \uC790\uB9C9\uC744 \uBC88\uC5ED\uD558\uB294 \uB3D9\uC548 \uC7A0\uC2DC \uAE30\uB2E4\uB824\uC8FC\uC138\uC694... (\uBAB0\uC785 \uBC88\uC5ED)",subtitleLoading:"\uC790\uB9C9 \uB85C\uB4DC \uC911...",bilingual:"\uC774\uC911 \uC5B8\uC5B4 \uC0AC\uC6A9","field.action":"\uBC14\uC774\uB450 \uC6A9\uC5B4 \uC0AC\uC6A9 \uC5EC\uBD80","description.action":"\uD65C\uC131\uD654\uD558\uBA74 \uC694\uCCAD\uC5D0 action=1 \uB9E4\uAC1C\uBCC0\uC218\uAC00 \uCD94\uAC00\uB418\uC5B4 \uBC14\uC774\uB450\uC5D0 \uD65C\uC131\uD654\uB41C \uC6A9\uC5B4\uB97C \uC54C\uB9B4 \uC218 \uC788\uC73C\uBA70, <1>\uC790\uC138\uD55C \uB0B4\uC6A9\uC740 \uACF5\uC2DD \uBB38\uC11C\uB97C \uCC38\uC870\uD558\uC138\uC694.",closeQuickTranslation:"\uD638\uBC84\uBCFC \uB2EB\uAE30","closeQuickTranslation.untilNext":"\uB2E4\uC74C \uBC29\uBB38 \uC2DC\uAE4C\uC9C0 \uD734\uBB34\uC785\uB2C8\uB2E4.","closeQuickTranslation.currentWebsite":"\uD604\uC7AC \uC0AC\uC774\uD2B8 \uBE44\uD65C\uC131\uD654","closeQuickTranslation.alwaysClose":"\uC601\uAD6C\uC801\uC73C\uB85C \uBE44\uD65C\uC131\uD654","closeQuickTranslation.settingOpen":"( <1>\uC124\uC815 \uD398\uC774\uC9C0\uC5D0\uC11C \uCF1C\uAE30 \uAC00\uB2A5)","closeQuickTranslation.cancel":"\uCDE8\uC18C","closeQuickTranslation.confirm":"\uC815\uC758","floatBall.popup":"\uBE60\uB978 \uC124\uC815 \uD328\uB110 \uC5F4\uAE30","floatBall.translate":"\uD074\uB9AD\uD558\uC5EC \uD398\uC774\uC9C0 \uBC88\uC5ED\uD558\uAE30","floatBall.showOriginal":"\uC6D0\uBCF8 \uBB38\uC11C\uB85C \uB3CC\uC544\uAC00\uB824\uBA74 \uD074\uB9AD\uD558\uC138\uC694.","floatBall.close":"\uD638\uBC84\uBCFC \uB2EB\uAE30","floatBallOptions.enableDescPc":"\uD398\uC774\uC9C0 \uD638\uBC84\uBCFC\uC744 \uD65C\uC131\uD654\uD558\uBA74 \uD398\uC774\uC9C0 \uC624\uB978\uCABD\uC5D0 \uBE60\uB978 \uBC88\uC5ED \uBC84\uD2BC\uC774 \uD45C\uC2DC\uB418\uBA70, \uC774\uB97C \uD074\uB9AD\uD558\uBA74 \uBC88\uC5ED\uD560 \uC218 \uC788\uC2B5\uB2C8\uB2E4!","floatBallOptions.enableDesc":"\uD638\uBC84\uBCFC\uC744 \uB044\uACE0 \uB098\uBA74{touch}\uC73C\uB85C \uBD88\uB7EC\uC62C \uC218 \uC788\uC2B5\uB2C8\uB2E4. \uC2E4\uC218\uB85C \uC774 \uC635\uC158\uC744 \uB048 \uD6C4 \uD638\uBC84\uBCFC\uC744 \uCC3E\uC744 \uC218 \uC5C6\uB294 \uACBD\uC6B0\uB97C \uB300\uBE44\uD574 \uC774 \uC124\uC815 \uD398\uC774\uC9C0\uB97C \uBD81\uB9C8\uD06C\uC5D0 \uCD94\uAC00\uD574 \uB450\uB294 \uAC83\uC774 \uC88B\uC2B5\uB2C8\uB2E4!","description.azureApiUrl":"\uC0AC\uC6A9\uC790 \uC9C0\uC815 API \uC778\uD130\uD398\uC774\uC2A4\uC758 \uC8FC\uC18C\uB97C \uC785\uB825\uD569\uB2C8\uB2E4.",confirmSupportMouse:"\uB9C8\uC6B0\uC2A4 \uC9C0\uC6D0 \uAC15\uC81C \uD65C\uC131\uD654",confirmSupportMouseDescription:"\uD604\uC7AC \uBE0C\uB77C\uC6B0\uC800\uAC00 \uB9C8\uC6B0\uC2A4 \uAE30\uB2A5\uC744 \uC9C0\uC6D0\uD558\uC9C0 \uC54A\uB294 \uAC83\uC73C\uB85C \uAC10\uC9C0\uB418\uBA74 \uB9C8\uC6B0\uC2A4 \uC9C0\uC6D0\uC744 \uAC15\uC81C\uB85C \uD65C\uC131\uD654\uD574\uC57C \uD558\uB098\uC694?",sampleTargetText:"\uAE34 \uBC24\uC774 \uC62C \uAC83\uC774\uB2C8, \uB098\uB294 \uC624\uB298\uBD80\uD130 \uC8FD\uC744 \uB54C\uAE4C\uC9C0 \uBCF4\uCD08\uB97C \uC124 \uAC83\uC774\uB2E4. \uB098\uB294 \uC544\uB0B4\uB97C \uCDE8\uD558\uC9C0 \uC54A\uC744 \uAC83\uC774\uBA70, \uB3D9\uB9F9\uC744 \uB9FA\uC9C0 \uC54A\uC744 \uAC83\uC774\uBA70, \uC790\uC2DD\uC744 \uB0B3\uC9C0 \uC54A\uC744 \uAC83\uC774\uB2E4. \uB098\uB294 \uC655\uAD00\uC744 \uC4F0\uC9C0 \uC54A\uC744 \uAC83\uC774\uBA70 \uBA85\uC608\uB97C \uC704\uD574 \uB178\uB825\uD558\uC9C0 \uC54A\uC744 \uAC83\uC774\uB2E4. \uB098\uB294 \uB0B4 \uC758\uBB34\uB97C \uB2E4\uD558\uACE0 \uC0B4\uB2E4\uAC00 \uC8FD\uC744 \uAC83\uC785\uB2C8\uB2E4.",sampleSourceText:"Night gathers, and now my watch begins. It shall not end until my death. I shall take no wife, hold no lands, father no children. I shall wear no crowns and win no glory. I shall live and die at my post.","subtitle.supportedSites":"\u5DF2\u652F\u6301\u5728\u8FD9\u4E9B\u7F51\u7AD9\u4F7F\u7528\u53CC\u8BED\u5B57\u5E55\uFF08\u6CE8\u610F\uFF1A\u7531\u4E8E\u6280\u672F\u9650\u5236\uFF0C\u90E8\u5206\u7F51\u7AD9\u5728\u9996\u6B21\u5F00\u542F\u5B57\u5E55\u540E\u9700\u8981\u91CD\u65B0\u5237\u65B0\u9875\u9762\uFF0C\u6216\u8005\u9700\u7B49\u5F85\u7FFB\u8BD1\u5B8C\u6210\u4EE5\u663E\u793A\u53CC\u8BED\u5B57\u5E55\uFF09\uFF1A",viewWithImmersiveTranslate:"\u53CC\u8BED\u7248\u672C(\u6C89\u6D78\u5F0F\u7FFB\u8BD1)",errorReason:"\u9519\u8BEF\u539F\u56E0\uFF1A{message}","proQuotaExceededError.onetime7day":'\uFF0C\u60A8\u53EF\u4EE5\u9009\u62E9\u4EE5\u4E0B\u65B9\u5F0F\u89E3\u51B3\uFF1A

1. \u5207\u6362\u5230 {anotherService} \u6216\u5176\u4ED6\u7FFB\u8BD1\u670D\u52A1
2. \u5347\u7EA7\u4E3A\u6708\u5EA6/\u5E74\u5EA6\u4F1A\u5458',"proQuotaExceededError.trial":'\uFF0C\u60A8\u53EF\u4EE5\u9009\u62E9\u4EE5\u4E0B\u65B9\u5F0F\u89E3\u51B3\uFF1A

1. \u5207\u6362\u5230 {anotherService} \u6216\u5176\u4ED6\u7FFB\u8BD1\u670D\u52A1
2. \u7ACB\u523B\u5347\u7EA7\u4E3A\u6B63\u5F0F\u4F1A\u5458',"proQuotaExceededError.nonTrial":'\uFF0C\u60A8\u53EF\u4EE5\u9009\u62E9\u4EE5\u4E0B\u65B9\u5F0F\u89E3\u51B3\uFF1A

1. \u5207\u6362\u5230 {anotherService} \u6216\u5176\u4ED6\u7FFB\u8BD1\u670D\u52A1
2. \u8D2D\u4E70 {translationService} \u989D\u5916\u6D41\u91CF\u5305',"proQuotaExceededError.resetTime":"
3. \u989D\u5EA6\u91CD\u7F6E\u65F6\u95F4\uFF1A{resetTime}","desc.touchShortcutsToggleTranslatePageOnlyTranslation":"\uBC88\uC5ED\uBB38\uB9CC\uC774\uB77C\uB294 \uAC83\uC740 \uBC88\uC5ED\uBB38\uB9CC \uD45C\uC2DC\uD558\uBA70, \uC6F9\uD398\uC774\uC9C0\uAC00 \uC544\uC9C1 \uBC88\uC5ED\uB418\uC9C0 \uC54A\uC558\uB2E4\uBA74 \uBAA8\uB4DC\uB97C \uC804\uD658\uD558\uACE0 \uBC88\uC5ED\uD560 \uAC83\uC785\uB2C8\uB2E4.","desc.toggleOnlyTransation":"\uC624\uC9C1 \uBC88\uC5ED \uBAA8\uB4DC\uB294 \uBC88\uC5ED\uBB38\uB9CC \uD45C\uC2DC\uD558\uB294 \uAC83\uC744 \uC758\uBBF8\uD558\uBA70, \uC6F9\uD398\uC774\uC9C0\uAC00 \uC544\uC9C1 \uBC88\uC5ED\uB418\uC9C0 \uC54A\uC558\uB2E4\uBA74 \uBAA8\uB4DC\uB97C \uC804\uD658\uD558\uACE0 \uBC88\uC5ED\uD560 \uAC83\uC785\uB2C8\uB2E4.",touchShortcutsToggleTranslatePageOnlyTranslation:"\uD130\uCE58 \uC2A4\uD06C\uB9B0 \uC81C\uC2A4\uCC98\uB97C \uC124\uC815\uD558\uC5EC \uC774\uC911 \uC5B8\uC5B4/\uBC88\uC5ED \uD14D\uC2A4\uD2B8 \uC804\uC6A9 \uBAA8\uB4DC\uB97C \uC804\uD658\uD558\uC138\uC694.",download_started:"\uB2E4\uC6B4\uB85C\uB4DC\uAC00 \uC774\uBBF8 \uC2DC\uC791\uB418\uC5C8\uC2B5\uB2C8\uB2E4. \uC790\uB3D9\uC73C\uB85C \uB2E4\uC6B4\uB85C\uB4DC\uB418\uC9C0 \uC54A\uB294 \uACBD\uC6B0, \uC218\uB3D9\uC73C\uB85C \uD074\uB9AD\uD558\uC2ED\uC2DC\uC624.",here:"\uC5EC\uAE30","error.serveConfigError":"\uC11C\uBE44\uC2A4 \uAD6C\uC131 \uC624\uB958","translationFont.customPlaceholder":"\uAE00\uAF34","error.configError":"\uAD6C\uC131 \uB370\uC774\uD130 \uC774\uC0C1","error.goReset":"\uC7AC\uC124\uC815\uD558\uB2E4","touch.mouse-translate":"\uC9C0\uC815\uB41C \uB2E8\uB77D \uBC88\uC5ED",batchEdit:"\uB300\uB7C9 \uC791\uC5C5","translationModeUrl.translation.title":"\uBC88\uC5ED\uB9CC \uBAA8\uB4DC\uC758 \uC6F9\uC0AC\uC774\uD2B8","translationFont.custom":"\uC0AC\uC6A9\uC790 \uC815\uC758 \uAE00\uAF34 \uC785\uB825",translationFont:"\uAE00\uAF34 \uC124\uC815","translationServices.inherit":"\uC8FC \uBC88\uC5ED \uC11C\uBE44\uC2A4\uB97C \uB530\uB974\uC2ED\uC2DC\uC624",detectServiceLoading:"\uC0AC\uC6A9 \uAC00\uB2A5\uD55C \uBC88\uC5ED \uC11C\uBE44\uC2A4\uB97C \uD655\uC778 \uC911\uC785\uB2C8\uB2E4...",toggleToService:"{service}\uB85C \uC804\uD658\uD558\uACE0 \uB2E4\uC2DC \uC2DC\uB3C4\uD558\uC2ED\uC2DC\uC624.","translationModeLang.translation.title":"\uB2E8\uC21C \uBC88\uC5ED \uBAA8\uB4DC\uC758 \uC5B8\uC5B4","error.502":"\uC11C\uBE44\uC2A4\uAC00 \uC624\uB958\uB97C \uBC18\uD658\uD588\uC2B5\uB2C8\uB2E4, \uC11C\uBE44\uC2A4\uAC00 \uC2DC\uAC04 \uCD08\uACFC\uB418\uC5C8\uC2B5\uB2C8\uB2E4. \uC7A0\uC2DC \uD6C4 \uB2E4\uC2DC \uC2DC\uB3C4\uD574 \uC8FC\uC138\uC694.","error.proUpgrade":"\uC5C5\uADF8\uB808\uC774\uB4DC \uD6C4\uC5D0\uB294 \uD398\uC774\uC9C0\uB97C \uC0C8\uB85C \uACE0\uCE68\uD558\uC5EC \uB2E4\uC2DC \uBC88\uC5ED\uD558\uC2ED\uC2DC\uC624.","error.reloadPageOfSetting":"\uAD6C\uC131 \uD6C4\uC5D0\uB294 \uD398\uC774\uC9C0\uB97C \uC0C8\uB85C \uACE0\uCE68\uD558\uC5EC \uB2E4\uC2DC \uBC88\uC5ED\uD558\uC2ED\uC2DC\uC624.","translationModeLang.translation.description":"\uD398\uC774\uC9C0 \uC5B8\uC5B4\uAC00 \uB2E4\uC74C \uC5B8\uC5B4\uC77C \uB54C, \uC790\uB3D9\uC73C\uB85C \uBC88\uC5ED\uBB38\uB9CC \uBAA8\uB4DC\uB97C \uC0AC\uC6A9\uD569\uB2C8\uB2E4.","error.proTokenInvalid":"Pro \uC0AC\uC6A9\uC790\uC774\uC2DC\uB77C\uBA74, \uB85C\uADF8\uC778 \uD6C4 Pro \uBC88\uC5ED \uC11C\uBE44\uC2A4\uB97C \uC774\uC6A9\uD574 \uC8FC\uC138\uC694.","error.403":"\uC11C\uBE44\uC2A4\uAC00 \uC624\uB958\uB97C \uBC18\uD658\uD558\uC600\uC2B5\uB2C8\uB2E4, \uC7A0\uC2DC \uD574\uB2F9 \uC11C\uBE44\uC2A4\uC5D0 \uC811\uADFC\uD560 \uAD8C\uD55C\uC774 \uC5C6\uC2B5\uB2C8\uB2E4.","error.googleLimitIp":"\uC11C\uBE44\uC2A4\uAC00 \uC624\uB958\uB97C \uBC18\uD658\uD588\uC73C\uBA70, Google \uC11C\uBE44\uC2A4\uB294 \uD574\uB2F9 IP \uC8FC\uC18C\uC5D0 \uB300\uD574 \uC81C\uD55C\uC744 \uB450\uC5C8\uC2B5\uB2C8\uB2E4. \uB124\uD2B8\uC6CC\uD06C \uB178\uB4DC\uB97C \uBCC0\uACBD\uD558\uB294 \uAC83\uC774 \uC88B\uC2B5\uB2C8\uB2E4.",videoSubtitlePreTranslationOff:"\uBE44\uB514\uC624 \uC790\uB9C9\uC740 \uC6D0\uB798 \uBE44\uB514\uC624\uC5D0 \uD3EC\uD568\uB41C \uAE30\uACC4 \uBC88\uC5ED \uC790\uB9C9\uC744 \uC6B0\uC120\uC801\uC73C\uB85C \uC0AC\uC6A9\uD560 \uAC83\uC785\uB2C8\uB2E4.",videoSubtitlePreTranslationOn:"\uBE44\uB514\uC624 \uC790\uB9C9\uC740 \uC6B0\uC120\uC801\uC73C\uB85C \uBAB0\uC785\uD615 \uBC88\uC5ED\uC744 \uC0AC\uC6A9\uD560 \uAC83\uC785\uB2C8\uB2E4.",enableSentryReport:"\uD655\uC7A5\uC774 \uC624\uB958\uB97C \uC77C\uC73C\uD0AC \uB54C Sentry\uB97C \uC0AC\uC6A9\uD558\uC5EC \uD53C\uB4DC\uBC31\uC744 \uC81C\uCD9C\uD558\uC2ED\uC2DC\uC624.","translationModeUrl.translation.description":"\uB2E4\uC74C \uB3C4\uBA54\uC778\uC5D0 \uB300\uD55C \uC6F9\uC0AC\uC774\uD2B8\uC77C \uACBD\uC6B0, \uC790\uB3D9\uC73C\uB85C \uBC88\uC5ED\uBB38\uB9CC \uBAA8\uB4DC\uB97C \uC0AC\uC6A9\uD569\uB2C8\uB2E4.","error.openAIExceededQuota":"\uC11C\uBE44\uC2A4 \uC624\uB958 \uBC18\uD658: \uD604\uC7AC OpenAI \uACC4\uC815 \uC794\uC561\uC774 \uBD80\uC871\uD569\uB2C8\uB2E4. OpenAI \uACF5\uC2DD \uAD00\uB9AC \uD398\uC774\uC9C0\uC5D0\uC11C \uCDA9\uC804\uD558\uAC70\uB098 \uC2E0\uC6A9\uCE74\uB4DC\uB97C \uC5F0\uACB0\uD574\uC8FC\uC138\uC694.","error.400":"\uC11C\uBE44\uC2A4\uAC00 \uC624\uB958\uB97C \uBC18\uD658\uD588\uC2B5\uB2C8\uB2E4. \uC694\uCCAD \uB9E4\uAC1C\uBCC0\uC218\uAC00 \uC798\uBABB\uB418\uC5C8\uC2B5\uB2C8\uB2E4. \uD574\uB2F9 \uC124\uC815\uC744 \uD655\uC778\uD558\uC2ED\uC2DC\uC624.","error.gemini.429":"\uD604\uC7AC Gemini \uC11C\uBE44\uC2A4\uC758 \uD604\uC7AC \uBD80\uD558 \uC6A9\uB7C9\uC774 \uCD5C\uB300\uC5D0 \uB3C4\uB2EC\uD588\uC2B5\uB2C8\uB2E4. \uC7A0\uC2DC \uD6C4\uC5D0 \uB2E4\uC2DC \uC2DC\uB3C4\uD558\uAC70\uB098 \uB2E4\uB978 \uBC88\uC5ED \uC11C\uBE44\uC2A4\uB85C \uC804\uD658\uD574 \uC8FC\uC138\uC694.","translationFont.notSupportErrorMessage":"\uC785\uB825\uD558\uC2E0 \uAE00\uAF34 \uC774\uB984\uC774 \uC815\uD655\uD55C\uC9C0 \uD655\uC778\uD558\uC2DC\uAC70\uB098, \uD574\uB2F9 \uAE00\uAF34\uC774 \uADC0\uD558\uC758 \uC7A5\uCE58\uC5D0 \uC124\uCE58\uB418\uC5B4 \uC788\uB294\uC9C0 \uD655\uC778\uD574 \uC8FC\uC138\uC694.","error.openAIFreeLimit":"\uC11C\uBE44\uC2A4\uAC00 \uC624\uB958\uB97C \uBC18\uD658\uD588\uC2B5\uB2C8\uB2E4. \uD604\uC7AC \uBC88\uC5ED \uC694\uCCAD \uBE48\uB3C4\uAC00 \uBD84\uB2F9 \uCD5C\uB300 3\uD68C\uB85C \uC81C\uD55C\uB418\uC5C8\uC2B5\uB2C8\uB2E4. \uC7A0\uC2DC \uD6C4 \uB2E4\uC2DC \uC2DC\uB3C4\uD558\uC2ED\uC2DC\uC624. (\uC774\uAC83\uC740 OpenAI \uACF5\uC2DD\uC774 \uBB34\uB8CC API Key\uC5D0 \uB300\uD55C \uC81C\uD55C\uC774\uBA70, \uC774 \uC81C\uD55C\uC744 \uD574\uC81C\uD558\uB824\uBA74 OpenAI \uAD00\uB9AC \uBC31\uC5D4\uB4DC\uC5D0\uC11C \uC2E0\uC6A9\uCE74\uB4DC\uB97C \uC5F0\uACB0\uD558\uC2ED\uC2DC\uC624.)","desc.toggleVideoSubtitlePreTranslation":"\uB204\uB974\uBA74 \uBE44\uB514\uC624\uC758 \uC774\uC911 \uC5B8\uC5B4 \uC790\uB9C9\uC740 \uC6B0\uC120\uC801\uC73C\uB85C \uBAB0\uC785\uD615 \uBC88\uC5ED \uC124\uC815\uC744 \uC0AC\uC6A9\uD558\uACE0, \uB2E4\uC2DC \uB204\uB974\uBA74 \uC6D0\uB798 \uBE44\uB514\uC624\uC5D0 \uB0B4\uC7A5\uB41C \uAE30\uACC4 \uBC88\uC5ED \uC790\uB9C9\uC744 \uC6B0\uC120\uC801\uC73C\uB85C \uC0AC\uC6A9\uD569\uB2C8\uB2E4. \uC8FC\uC758: \uC774 \uB2E8\uCD95\uD0A4\uB294 \uC804\uC5ED \uC124\uC815\uC744 \uC218\uC815\uD569\uB2C8\uB2E4.","error.429":"\uC11C\uBE44\uC2A4\uAC00 \uC624\uB958\uB97C \uBC18\uD658\uD588\uC2B5\uB2C8\uB2E4. \uC774\uB294 \uC694\uCCAD\uC774 \uB108\uBB34 \uC790\uC8FC \uBC1C\uC0DD\uD558\uAC70\uB098 \uD560\uB2F9\uB7C9 \uC81C\uD55C\uC744 \uCD08\uACFC\uD588\uC74C\uC744 \uB098\uD0C0\uB0C5\uB2C8\uB2E4. \uC7A0\uC2DC \uD6C4\uC5D0 \uB2E4\uC2DC \uC2DC\uB3C4\uD558\uC2ED\uC2DC\uC624.","error.serveUnavailable":"\uD604\uC7AC \uC0AC\uC6A9 \uC911\uC778 [{serverName}] \uC11C\uBE44\uC2A4\uB294 \uB124\uD2B8\uC6CC\uD06C \uC5F0\uACB0 \uB610\uB294 \uC11C\uBE44\uC2A4 \uC81C\uACF5\uC790\uC758 \uBB38\uC81C\uB85C \uC778\uD574 \uC77C\uC2DC\uC801\uC73C\uB85C \uC811\uC18D\uD560 \uC218 \uC5C6\uC2B5\uB2C8\uB2E4. \uD398\uC774\uC9C0\uB97C \uC0C8\uB85C \uACE0\uCE68\uD558\uAC70\uB098 <1>\uC124\uC815\uC744 \uD1B5\uD574 \uB2E4\uB978 \uBC88\uC5ED \uC11C\uBE44\uC2A4\uB85C \uBCC0\uACBD\uD574 \uBCF4\uC2DC\uB294 \uAC83\uC744 \uAD8C\uC7A5\uD569\uB2C8\uB2E4. <2>Pro \uD68C\uC6D0\uC774\uC2DC\uB77C\uBA74, \uB354 \uC548\uC815\uC801\uC778 DeepL \uB610\uB294 OpenAI \uBC88\uC5ED \uC11C\uBE44\uC2A4\uB97C \uC0AC\uC6A9\uD560 \uC218 \uC788\uC2B5\uB2C8\uB2E4(<3>\uC5EC\uAE30\uB97C \uD074\uB9AD\uD558\uC2DC\uBA74 \uBB34\uB8CC\uB85C \uCCB4\uD5D8\uD558\uC2E4 \uC218 \uC788\uC2B5\uB2C8\uB2E4). \uB610\uD55C, \uB124\uD2B8\uC6CC\uD06C \uB610\uB294 \uD504\uB85D\uC2DC \uC124\uC815\uC744 \uD655\uC778\uD574\uC57C \uD560 \uC218\uB3C4 \uC788\uC2B5\uB2C8\uB2E4.",pickAll:"\uC804\uCCB4 \uC120\uD0DD","error.reason":"\uC624\uB958 \uC6D0\uC778","error.retry":"\uB2E4\uC2DC \uC2DC\uB3C4\uD558\uB2E4","widget.instruction":"\uC0AC\uC6A9 \uC124\uBA85\uC11C",notLogin:"\uB85C\uADF8\uC778\uD558\uC9C0 \uC54A\uC74C",loggedIn:"\uB85C\uADF8\uC778 \uB418\uC5C8\uC2B5\uB2C8\uB2E4",touchShortcutsOff:"\uB2EB\uAE30",goLogin:"\uB85C\uADF8\uC778\uD558\uC2ED\uC2DC\uC624","widget.videoSubtitle":"\uBE44\uB514\uC624 \uC790\uB9C9","multipleClick.2":"\uB354\uBE14 \uD074\uB9AD","widget.translateFile":"PDF/ePub",shortcutSettings:"\uB2E8\uCD95\uD0A4","tagsInput.add":"+ \uCD94\uAC00",translationOnlyMode:"\uC624\uC9C1 \uBC88\uC5ED \uBAA8\uB4DC\uB9CC",shortcutSettingsTitle:"\uB2E8\uCD95\uD0A4 \uC124\uC815","translationServices.gemini":"\uC30D\uB465\uC774\uC790\uB9AC","multipleClick.4":"\uB124 \uBC88 \uC5F0\uC18D \uD0C0\uACA9","floatBall.iKnow":"\uB098\uB294 \uC54C\uC558\uC5B4","widget.instructionTooltip":"\uC0AC\uC6A9 \uC124\uBA85\uC11C\uB97C \uD655\uC778\uD558\uC2ED\uC2DC\uC624","multipleClick.3":"\uD2B8\uB9AC\uD50C \uD788\uD2B8",paragraphMinTextCountField:"\uBC88\uC5ED \uB2E8\uB77D\uC5D0 \uD544\uC694\uD55C \uCD5C\uC18C \uBB38\uC790 \uC218","shortcutGroup.shortcutsForTranslationServices":"\uBC88\uC5ED \uC11C\uBE44\uC2A4 \uAD00\uB828 \uB2E8\uCD95\uD0A4",temprarilyChangeTranslationTo_openai:"\uD604\uC7AC \uD398\uC774\uC9C0\uB97C OpenAI\uB85C \uBC88\uC5ED\uD558\uACE0 \uC788\uC2B5\uB2C8\uB2E4.","browser.translateWithGoogle":"\uD604\uC7AC \uD398\uC774\uC9C0\uB97C \uC784\uC2DC\uB85C Google \uBC88\uC5ED \uC0AC\uC6A9\uD558\uAE30",mouseHoverCustomKeyTitle:"\uC0AC\uC6A9\uC790 \uC815\uC758 \uB9C8\uC6B0\uC2A4 \uD638\uBC84 \uB2E8\uCD95\uD0A4","slide.left":"\uC624\uB978\uCABD\uC73C\uB85C \uC2AC\uB77C\uC774\uB4DC\uD558\uC138\uC694","browser.translateInputBox":"\uD604\uC7AC \uC785\uB825 \uC0C1\uC790 \uB0B4\uC6A9 \uBC88\uC5ED","intro.floatBallTitle":"\uBE60\uB978 \uBC88\uC5ED \uD50C\uB85C\uD305 \uBCFC","shortcutGroup.touch":"\uD130\uCE58 \uC2A4\uD06C\uB9B0 \uC804\uC6A9 \uC81C\uC2A4\uCC98","widget.videoSubtitleTooltip":"Youtube \uB4F1 {count}+ \uBE44\uB514\uC624 \uC6F9\uC0AC\uC774\uD2B8\uB97C \uC9C0\uC6D0\uD569\uB2C8\uB2E4","intro.subtitleTitle":"\uC628\uB77C\uC778 \uBE44\uB514\uC624 \uC774\uC911 \uC5B8\uC5B4 \uC790\uB9C9 \uD45C\uC2DC","subtitle.autoDisableSubtitle":"\uC790\uB3D9\uC73C\uB85C \uC774\uC911 \uC5B8\uC5B4 \uC790\uB9C9\uC744 \uD65C\uC131\uD654\uD558\uC9C0 \uC54A\uC2B5\uB2C8\uB2E4",temprarilyChangeTranslationTo_bing:"\uD604\uC7AC \uD398\uC774\uC9C0\uB97C Microsoft \uBC88\uC5ED\uC744 \uC0AC\uC6A9\uD558\uC5EC \uBC88\uC5ED\uD558\uACE0 \uC788\uC2B5\uB2C8\uB2E4.","slide.right":"\uC67C\uCABD\uC73C\uB85C \uC2AC\uB77C\uC774\uB4DC\uD558\uC138\uC694","widget.translateFileTooltip":"PDF, EPUB, SRT, ASS, HTML \uBC0F TXT \uBB38\uC11C \uBC88\uC5ED","intro.hoverTitle":"\uB9C8\uC6B0\uC2A4\uB97C \uB193\uC73C\uBA74 \uD604\uC7AC \uB2E8\uB77D\uC774 \uBC88\uC5ED\uB429\uB2C8\uB2E4.",temprarilyChangeTranslationTo_gemini:"\uD604\uC7AC \uD398\uC774\uC9C0\uB97C Gemini\uB85C \uBC88\uC5ED\uD558\uACE0 \uC788\uC2B5\uB2C8\uB2E4.","shortcutGroup.mouse":"\uB9C8\uC6B0\uC2A4 \uD638\uBC84 \uB2E8\uCD95\uD0A4 \uC124\uC815",temprarilyChangeTranslationTo_google:"\uD604\uC7AC \uD398\uC774\uC9C0\uB97C Google \uBC88\uC5ED\uC744 \uC0AC\uC6A9\uD558\uC5EC \uBC88\uC5ED\uD558\uACE0 \uC788\uC2B5\uB2C8\uB2E4.",neverTranslateThisSite:"\uC774 \uC6F9\uC0AC\uC774\uD2B8\uB97C \uC808\uB300 \uBC88\uC5ED\uD558\uC9C0 \uB9C8\uC2ED\uC2DC\uC624.","subtitle.bilingual":"\uC774\uC911 \uC5B8\uC5B4 \uC790\uB9C9",alwaysTranslateThisSite:"\uD56D\uC0C1 \uC774 \uC6F9\uC0AC\uC774\uD2B8\uB97C \uBC88\uC5ED\uD569\uB2C8\uB2E4",buildSnapshots:"\uC6F9\uD398\uC774\uC9C0 \uC2A4\uB0C5\uC0F7 \uC0DD\uC131","error.subscriptionExpiredTitle":"\uD68C\uC6D0\uC774 \uB9CC\uB8CC\uB418\uC5C8\uC2B5\uB2C8\uB2E4",notLoginPro:"\uB2F9\uC2E0\uC740 \uC544\uC9C1 \uD68C\uC6D0 \uACC4\uC815\uC5D0 \uB85C\uADF8\uC778\uD558\uC9C0 \uC54A\uC558\uC2B5\uB2C8\uB2E4.","browser.translateWithGemini":"\uD604\uC7AC \uD398\uC774\uC9C0\uB97C \uC784\uC2DC\uB85C Gemini\uB85C \uBC88\uC5ED\uD558\uC2ED\uC2DC\uC624.","shortcutGroup.others":"\uB354 \uB9CE\uC740 \uC0AC\uC6A9\uC790 \uC815\uC758 \uAE30\uB2A5 \uB2E8\uCD95\uD0A4","subtitle.showQuickButton":"\uD50C\uB808\uC774\uC5B4\uC5D0\uC11C \uC774\uC911 \uC5B8\uC5B4 \uC790\uB9C9 \uB2E8\uCD95\uD0A4\uB97C \uD45C\uC2DC\uD569\uB2C8\uB2E4","browser.translateWithBing":"\uC784\uC2DC\uB85C \uB9C8\uC774\uD06C\uB85C\uC18C\uD504\uD2B8 \uBC88\uC5ED\uC744 \uC0AC\uC6A9\uD558\uC5EC \uD604\uC7AC \uD398\uC774\uC9C0\uB97C \uBC88\uC5ED\uD558\uC2ED\uC2DC\uC624.",contact:"\uC6B0\uB9AC\uC5D0\uAC8C \uC5F0\uB77D\uD558\uC2ED\uC2DC\uC624","desc.touchShortcutsToggleTranslateTouchElement":"\uC0AC\uC6A9\uC790 \uC815\uC758 \uC81C\uC2A4\uCC98\uB97C \uC0AC\uC6A9\uD558\uBA74 \uC5B4\uB5A4 \uB2E8\uB77D\uC774\uB4E0 \uBC88\uC5ED\uD560 \uC218 \uC788\uC2B5\uB2C8\uB2E4.",temprarilyChangeTranslationTo_deepl:"\uD604\uC7AC \uD398\uC774\uC9C0\uB97C DeepL\uB85C \uBC88\uC5ED\uD558\uACE0 \uC788\uC2B5\uB2C8\uB2E4.",networkError:"\uBC88\uC5ED \uC11C\uBE44\uC2A4 \uB610\uB294 \uB124\uD2B8\uC6CC\uD06C\uC5D0 \uBB38\uC81C\uAC00 \uBC1C\uC0DD\uD588\uC2B5\uB2C8\uB2E4.","browser.translateWithTransmart":"\uC784\uC2DC\uB85C \uD150\uC13C\uD2B8 \uBC88\uC5ED\uC744 \uC0AC\uC6A9\uD558\uC5EC \uD604\uC7AC \uD398\uC774\uC9C0\uB97C \uBC88\uC5ED\uD558\uC2ED\uC2DC\uC624.",upgradeToProErrorTitle:"\uC774 \uBC88\uC5ED \uC11C\uBE44\uC2A4\uB97C \uC0AC\uC6A9\uD558\uB824\uBA74 Pro \uD68C\uC6D0\uC73C\uB85C \uC5C5\uADF8\uB808\uC774\uB4DC\uD558\uC2ED\uC2DC\uC624.",temprarilyChangeTranslationTo_transmart:"\uD604\uC7AC \uD398\uC774\uC9C0\uB97C \uD150\uC13C\uD2B8 \uBC88\uC5ED\uC744 \uC0AC\uC6A9\uD558\uC5EC \uBC88\uC5ED\uD558\uACE0 \uC788\uC2B5\uB2C8\uB2E4.",touchShortcutsToggleTranslationMask:"\uD130\uCE58 \uC2A4\uD06C\uB9B0 \uC81C\uC2A4\uCC98 \uC124\uC815\uD558\uC5EC \uBC88\uC5ED \uB9C8\uC2A4\uD06C \uD45C\uC2DC / \uC6D0\uBB38 \uD45C\uC2DC","neverTranslateText.title":"\uB2E4\uC74C \uB2E8\uC5B4\uB294 \uC6D0\uBB38\uC744 \uC720\uC9C0\uD558\uACE0 \uBC88\uC5ED\uD558\uC9C0 \uB9C8\uC2ED\uC2DC\uC624.","browser.translateWithOpenAI":"\uC784\uC2DC\uB85C OpenAI\uB97C \uC0AC\uC6A9\uD558\uC5EC \uD604\uC7AC \uD398\uC774\uC9C0\uB97C \uBC88\uC5ED\uD558\uC2ED\uC2DC\uC624.","floatBall.guideClickToTranslate":`\uD074\uB9AD\uD558\uC5EC \uBAB0\uC785\uD615 \uBC88\uC5ED \uD50C\uB85C\uD305 \uBCFC\uC744 \uBE60\uB974\uAC8C \uBC88\uC5ED\uD560 \uC218 \uC788\uC2B5\uB2C8\uB2E4`,"floatBall.longPress":"\uAE38\uAC8C \uB204\uB974\uBA74 \uC124\uC815 \uD328\uB110\uC744 \uBE60\uB974\uAC8C \uC5F4 \uC218 \uC788\uC5B4\uC694.","browser.translateWithDeepL":"\uD604\uC7AC \uD398\uC774\uC9C0\uB97C \uC784\uC2DC\uB85C DeepL\uB85C \uBC88\uC5ED\uD558\uC2ED\uC2DC\uC624.","shortcutGroup.main":"\uC77C\uBC18\uC801\uC73C\uB85C \uC0AC\uC6A9\uD558\uB294 \uAE30\uB2A5\uC758 \uB2E8\uCD95\uD0A4","subtitle.hideQuickButton":"\uB354 \uC774\uC0C1 \uC774 \uB2E8\uCD95\uD0A4\uB97C \uD45C\uC2DC\uD558\uC9C0 \uC54A\uC2B5\uB2C8\uB2E4",touchShortcutsToggleTranslatePage:"\uC6F9\uD398\uC774\uC9C0 \uBC88\uC5ED/\uC6D0\uBB38 \uD45C\uC2DC\uB97C \uC704\uD574 \uD130\uCE58 \uC2A4\uD06C\uB9B0 \uC81C\uC2A4\uCC98 \uC124\uC815",touchShortcutsToggleTranslateTouchElement:"\uD2B9\uC815 \uB2E8\uB77D \uBC88\uC5ED\uC744 \uC704\uD55C \uD130\uCE58 \uC2A4\uD06C\uB9B0 \uC81C\uC2A4\uCC98 \uC124\uC815",confirmResetToDefaultSettings:"\uC774 \uBC88\uC5ED \uC11C\uBE44\uC2A4\uB97C \uAE30\uBCF8 \uC124\uC815\uC73C\uB85C \uBCF5\uC6D0\uD558\uC2DC\uACA0\uC2B5\uB2C8\uAE4C? (\uD604\uC7AC \uBC88\uC5ED \uC11C\uBE44\uC2A4 \uC124\uC815\uB9CC \uC7AC\uC124\uC815\uB429\uB2C8\uB2E4)","description.baiduField":"\uC9C0\uC6D0\uB418\uB294 \uBD84\uC57C\uB294 <1>\uC5EC\uAE30\uB97C \uCC38\uC870\uD558\uC2ED\uC2DC\uC624. \uBE44\uC5B4 \uC788\uC73C\uBA74 \uBD84\uC57C\uB97C \uC9C0\uC815\uD558\uC9C0 \uC54A\uB294 \uAC83\uC744 \uC758\uBBF8\uD569\uB2C8\uB2E4.","error.subscriptionExpired":"\uD68C\uC6D0\uB2D8\uC758 \uD68C\uC6D0\uAD8C\uC774 \uB9CC\uB8CC\uB418\uC5C8\uC744 \uC218 \uC788\uC2B5\uB2C8\uB2E4. \uD68C\uC6D0 \uC0C1\uD0DC\uB97C \uD655\uC778\uD574 \uC8FC\uC138\uC694.","desc.interfaceLanguage":"\uC778\uD130\uD398\uC774\uC2A4 \uC5B8\uC5B4 \uC124\uC815\uC740 \uC81C\uC5B4\uD310\uC758 \uD45C\uC2DC \uC5B8\uC5B4\uC5D0 \uC601\uD5A5\uC744 \uBBF8\uCE58\uBA70, \uBC88\uC5ED\uC758 \uB300\uC0C1 \uC5B8\uC5B4\uC640\uB294 \uBB34\uAD00\uD569\uB2C8\uB2E4.","browser.toggleMouseHoverTranslateDirectly":"\uD398\uC774\uC9C0\uC5D0\uC11C \uC784\uC2DC\uB85C \uB9C8\uC6B0\uC2A4 \uD638\uBC84\uB97C \uC0AC\uC6A9\uD558\uC5EC \uC9C1\uC811 \uBC88\uC5ED\uC744 \uD65C\uC131\uD654\uD558\uAC70\uB098 \uBE44\uD65C\uC131\uD654\uD558\uC2ED\uC2DC\uC624.","desc.toggleTranslateTheMainPage":"\uD398\uC774\uC9C0\uC758 \uC8FC\uC694 \uC601\uC5ED\uB9CC \uBC88\uC5ED\uD558\uC2ED\uC2DC\uC624. \uACE0\uAE09 \uC124\uC815\uC5D0\uC11C \uD398\uC774\uC9C0 \uC804\uCCB4 \uC601\uC5ED \uBC88\uC5ED\uC744 \uD65C\uC131\uD654 \uD55C \uD6C4, \uC774 \uB2E8\uCD95\uD0A4\uB97C \uC0AC\uC6A9\uD558\uC5EC \uD398\uC774\uC9C0\uC758 \uC8FC\uC694 \uC601\uC5ED\uB9CC \uBC88\uC5ED\uD560 \uC218 \uC788\uC2B5\uB2C8\uB2E4.","desc.mouseHoverHoldKey":"\uB9C8\uC6B0\uC2A4\uB97C \uD2B9\uC815 \uB2E8\uB77D \uC704\uC5D0 \uB193\uACE0 \uC624\uB978\uCABD \uB2E8\uCD95\uD0A4\uB97C \uB3D9\uC2DC\uC5D0 \uB204\uB974\uBA74 \uD574\uB2F9 \uB2E8\uB77D\uC744 \uBC14\uB85C \uBC88\uC5ED\uD560 \uC218 \uC788\uC2B5\uB2C8\uB2E4.",mouseHoverCustomKeyDescription:"\uB9C8\uC6B0\uC2A4\uB97C \uD638\uBC84\uD558\uB294 \uC870\uD569 \uB2E8\uCD95\uD0A4\uB97C \uC0AC\uC6A9\uC790 \uC815\uC758 \uD560 \uC218 \uC788\uC2B5\uB2C8\uB2E4. \uC608\uB97C \uB4E4\uC5B4 : Alt+Z, Ctrl+E, Cmd+Alt+E \uB610\uB294 \uBC14\uB85C Cmd, \uC218\uB3D9\uC73C\uB85C \uC785\uB825\uD574 \uC8FC\uC138\uC694.","subtitle.showQuickButtonDescription":"\uBE44\uB514\uC624 \uD50C\uB808\uC774\uC5B4\uC758 \uC624\uB978\uCABD \uD558\uB2E8\uC5D0\uC11C \uC774\uC911 \uC5B8\uC5B4 \uC790\uB9C9\uC744 \uD65C\uC131\uD654\uD558\uB294 \uB2E8\uCD95\uD0A4\uB97C \uC81C\uACF5\uD569\uB2C8\uB2E4.","desc.toggleTranslateTheWholePage":"\uD398\uC774\uC9C0 \uC804\uCCB4 \uBC88\uC5ED, \uAE30\uBCF8\uC801\uC73C\uB85C \uC6B0\uB9AC\uB294 \uD398\uC774\uC9C0\uC758 \uC8FC\uC694 \uC601\uC5ED\uC744 \uBC88\uC5ED\uD569\uB2C8\uB2E4. \uC774 \uB2E8\uCD95\uD0A4\uB97C \uC0AC\uC6A9\uD558\uC5EC \uD398\uC774\uC9C0 \uC804\uCCB4\uB97C \uC804\uC6A9 \uBC88\uC5ED\uD560 \uC218 \uC788\uC2B5\uB2C8\uB2E4.",shortcutDisableTooltip:"\uBE0C\uB77C\uC6B0\uC800\uC5D0\uC11C \uC81C\uACF5\uD558\uB294 \uD655\uC7A5 \uD504\uB85C\uADF8\uB7A8 \uB2E8\uCD95\uD0A4 \uAD00\uB9AC \uD398\uC774\uC9C0\uC5D0\uC11C \uC124\uC815\uC744 \uD574 \uC8FC\uC138\uC694. \uB354 \uB9CE\uC740 \uC9C0\uCE68\uC740 \uC774 \uD398\uC774\uC9C0 \uC0C1\uB2E8\uC758 \uC124\uBA85\uC744 \uCC38\uC870\uD558\uC2ED\uC2DC\uC624.","browser.toggleVideoSubtitlePreTranslation":"\uC774\uC911 \uC5B8\uC5B4 \uC790\uB9C9\uC744 \uC804\uD658\uD558\uACE0, \uBAB0\uC785\uD615 \uBC88\uC5ED \uC124\uC815\uC744 \uC6B0\uC120\uC801\uC73C\uB85C \uC0AC\uC6A9\uD558\uC2ED\uC2DC\uC624.","desc.touchShortcutsToggleTranslatePage":"\uC124\uC815 \uD6C4\uC5D0\uB294 \uC774\uB3D9 \uC7A5\uCE58\uB97C \uC0AC\uC6A9\uD560 \uB54C X \uAC1C\uC758 \uC190\uAC00\uB77D\uC73C\uB85C \uB3D9\uC2DC\uC5D0 \uD654\uBA74\uC744 \uD130\uCE58\uD558\uAC70\uB098 \uC88C\uC6B0\uB85C \uC2AC\uB77C\uC774\uB4DC\uD558\uAC70\uB098 \uC5F0\uC18D\uC801\uC73C\uB85C \uD0ED\uD558\uC5EC \uC6F9 \uD398\uC774\uC9C0\uB97C \uBC88\uC5ED\uD558\uAC70\uB098 \uC6D0\uBB38\uC744 \uD45C\uC2DC\uD560 \uC218 \uC788\uC2B5\uB2C8\uB2E4.","desc.toggleMouseHoverTranslateDirectly":"\uC774 \uB2E8\uCD95\uD0A4\uB97C \uB204\uB978 \uD6C4 \uD398\uC774\uC9C0\uC5D0\uC11C \uB9C8\uC6B0\uC2A4\uB97C \uD14D\uC2A4\uD2B8\uC758 \uC5B4\uB5A4 \uBD80\uBD84\uC5D0\uB4E0\uC9C0 \uAC00\uB9AC\uD0A4\uBA74 \uD574\uB2F9 \uD14D\uC2A4\uD2B8\uAC00 \uC790\uB3D9\uC73C\uB85C \uBC88\uC5ED\uB429\uB2C8\uB2E4. \uB2E8\uCD95\uD0A4\uB97C \uB2E4\uC2DC \uD55C \uBC88 \uB204\uB974\uBA74 \uC774 \uC790\uB3D9 \uBC88\uC5ED \uAE30\uB2A5\uC744 \uB2EB\uC744 \uC218 \uC788\uC2B5\uB2C8\uB2E4.",paragraphMinTextCountDesc:"\uC8FC\uC758, \uC5EC\uAE30\uC11C\uB294 \uBB38\uC790 \uAE38\uC774\uB97C \uC758\uBBF8\uD569\uB2C8\uB2E4. \uC608\uB97C \uB4E4\uC5B4, hello\uB294 5\uAC1C\uC758 \uBB38\uC790\uC785\uB2C8\uB2E4. \uB354 \uD070 \uAC12\uC744 \uC124\uC815\uD558\uBA74 \uBD88\uD544\uC694\uD55C \uC791\uC740 \uB2E8\uB77D \uBC88\uC5ED\uC744 \uC904\uC77C \uC218 \uC788\uC2B5\uB2C8\uB2E4.",translationOnlyModeDescription:"\uBC88\uC5ED\uBB38\uB9CC \uBAA8\uB4DC\uB294 \uAE30\uBCF8\uC801\uC778 \uC774\uC911 \uC5B8\uC5B4 \uBAA8\uB4DC\uAC00 \uC544\uB2CC \uC624\uC9C1 \uBC88\uC5ED\uBB38\uB9CC\uC744 \uD45C\uC2DC\uD558\uB294 \uAC83\uC744 \uC758\uBBF8\uD569\uB2C8\uB2E4. \uC8FC\uC758: \uAE30\uC220\uC801 \uC81C\uD55C\uC73C\uB85C \uC778\uD574 \uBC88\uC5ED\uBB38\uB9CC \uBAA8\uB4DC\uC5D0\uC11C\uB294 \uC6D0\uBB38\uC758 \uD558\uC774\uD37C\uB9C1\uD06C\uAC00 \uC791\uB3D9\uD558\uC9C0 \uC54A\uC744 \uAC83\uC785\uB2C8\uB2E4.","desc.touchShortcutsToggleTranslationMask":"\uBC88\uC5ED \uB9C8\uC2A4\uD06C\uB294 \uBC88\uC5ED \uC2A4\uD0C0\uC77C\uC758 \uD750\uB9BF\uD55C \uD6A8\uACFC\uB97C \uAC00\uB9AC\uD0A4\uBA70(\uD559\uC2B5 \uBAA8\uB4DC), \uD65C\uC131\uD654\uD558\uBA74 \uC784\uC2DC\uB85C \uBC88\uC5ED\uC5D0 \uD750\uB9BF\uD55C \uD6A8\uACFC\uB97C \uC0AC\uC6A9\uD558\uC5EC \uD559\uC2B5\uC744 \uC6A9\uC774\uD558\uAC8C \uD569\uB2C8\uB2E4.","intro.floatBallDescription":"\uC0AC\uC6A9\uD558\uBA74 \uD398\uC774\uC9C0 \uC624\uB978\uCABD\uC5D0 \uBE60\uB978 \uBC88\uC5ED \uBC84\uD2BC\uC774 \uD45C\uC2DC\uB418\uBA70, \uD074\uB9AD\uD558\uBA74 \uBC88\uC5ED\uD560 \uC218 \uC788\uACE0 \uB2E4\uC2DC \uD074\uB9AD\uD558\uBA74 \uC6D0\uBB38\uC73C\uB85C \uC804\uD658\uD560 \uC218 \uC788\uC2B5\uB2C8\uB2E4. \uBAA8\uBC14\uC77C\uC5D0\uC11C\uB294 \uD50C\uB85C\uD305 \uBCFC\uC744 \uAE38\uAC8C \uB204\uB974\uBA74 \uBE60\uB978 \uC124\uC815 \uD328\uB110\uC744 \uC5F4 \uC218 \uC788\uC2B5\uB2C8\uB2E4.","contact.description":"\uB2F9\uC2E0\uC774 \uC9C8\uBB38\uC774\uB098 \uC81C\uC548\uC0AC\uD56D\uC774 \uC788\uC73C\uC2DC\uB2E4\uBA74, \uC544\uB798\uC758 \uC591\uC2DD\uC744 \uC791\uC131\uD558\uC5EC \uC800\uD76C\uC5D0\uAC8C \uC5F0\uB77D\uD558\uC2DC\uAC70\uB098 {email}\uB85C \uC774\uBA54\uC77C\uC744 \uBCF4\uB0B4\uC8FC\uC2DC\uAE30 \uBC14\uB78D\uB2C8\uB2E4. \uC800\uD76C\uB294 \uBE60\uB978 \uC2DC\uC77C \uB0B4\uC5D0 \uB2F5\uBCC0\uB4DC\uB9AC\uACA0\uC2B5\uB2C8\uB2E4.","neverTranslateText.description":"\uC77C\uBD80 \uBC88\uC5ED \uC5D4\uC9C4\uC774 \uACE0\uC720 \uBA85\uC0AC\uB97C \uC81C\uB300\uB85C \uC778\uC2DD\uD558\uC9C0 \uBABB\uD558\uAE30 \uB54C\uBB38\uC5D0, \uC5EC\uAE30\uC5D0 \uB2E8\uC5B4\uB97C \uCD94\uAC00\uD558\uC5EC \uBC88\uC5ED \uACFC\uC815\uC5D0\uC11C \uBCC0\uD658\uB418\uC9C0 \uC54A\uB3C4\uB85D \uD560 \uC218 \uC788\uC2B5\uB2C8\uB2E4. \uC774 \uAE30\uB2A5\uC740 \uB300\uC18C\uBB38\uC790\uB97C \uAD6C\uBD84\uD558\uBA70 \uACF5\uBC31\uC73C\uB85C \uAD6C\uBD84\uB41C \uB2E8\uC5B4 \uC5B8\uC5B4(\uC601\uC5B4, \uD504\uB791\uC2A4\uC5B4 \uB4F1)\uB9CC \uC9C0\uC6D0\uD558\uBA70 \uC77C\uBCF8\uC5B4, \uD55C\uAD6D\uC5B4 \uB4F1\uC758 \uC5B8\uC5B4\uC5D0\uB294 \uC801\uC6A9\uB418\uC9C0 \uC54A\uC2B5\uB2C8\uB2E4.","intro.hoverDescription":"\uB9C8\uC6B0\uC2A4 \uD638\uBC84 \uBC88\uC5ED\uC740 \uBAB0\uC785\uD615 \uBC88\uC5ED\uC5D0\uC11C \uB9E4\uC6B0 \uC911\uC694\uD55C \uAE30\uB2A5\uC785\uB2C8\uB2E4. \uB2E8\uC9C0 \uBB38\uB2E8 \uC704\uC5D0 \uB9C8\uC6B0\uC2A4\uB97C \uB193\uACE0 \uB3D9\uC2DC\uC5D0 \uC124\uC815\uB41C \uB2E8\uCD95\uD0A4\uB97C \uB204\uB974\uBA74 \uD604\uC7AC \uBB38\uB2E8\uC774 \uC790\uB3D9\uC73C\uB85C \uBC88\uC5ED\uB429\uB2C8\uB2E4(\uC8FC\uC758: \uAE30\uBCF8\uC801\uC73C\uB85C \uD65C\uC131\uD654\uB418\uC5B4 \uC788\uC9C0 \uC54A\uC2B5\uB2C8\uB2E4. \uC544\uB798\uC5D0\uC11C \uC124\uC815\uD558\uC2ED\uC2DC\uC624). \uC774 \uC0C1\uD638\uC791\uC6A9\uC740 \uB2E8\uC5B4 \uC120\uD0DD \uBC88\uC5ED\uC744 \uB354 \uC798 \uB300\uCCB4\uD558\uAE30 \uC704\uD574 \uC0AC\uC6A9\uB418\uBA70, \uB610\uD55C \uC774 \uAE30\uB2A5\uC740 \uC778\uC2DD\uD560 \uC218 \uC5C6\uB294 \uBC88\uC5ED \uC601\uC5ED\uC5D0 \uB110\uB9AC \uC801\uC6A9\uB429\uB2C8\uB2E4. \uC774 \uAE30\uB2A5\uC744 \uC774\uC6A9\uD558\uC5EC \uC5B4\uB5A4 \uBB38\uB2E8\uC774\uB4E0 \uAC15\uC81C\uB85C \uBC88\uC5ED\uD560 \uC218 \uC788\uC2B5\uB2C8\uB2E4.","intro.subtitleDescription":"\uC774 \uAE30\uB2A5\uC744 \uD65C\uC131\uD654\uD558\uBA74 \uBE44\uB514\uC624 \uC7AC\uC0DD \uC2DC \uC790\uB3D9\uC73C\uB85C \uC774\uC911 \uC5B8\uC5B4 \uC790\uB9C9\uC774 \uD45C\uC2DC\uB429\uB2C8\uB2E4. \uD65C\uC131\uD654\uD558\uC9C0 \uC54A\uC740 \uACBD\uC6B0, \uD398\uC774\uC9C0\uC5D0\uC11C \uC218\uB3D9\uC73C\uB85C \uBC88\uC5ED \uBC84\uD2BC\uC744 \uD074\uB9AD\uD558\uC5EC \uC790\uB9C9\uC744 \uD45C\uC2DC\uD574\uC57C \uD569\uB2C8\uB2E4. \uAE30\uC220\uC801 \uC81C\uD55C\uC73C\uB85C \uC778\uD574 \uC77C\uBD80 \uC6F9\uC0AC\uC774\uD2B8\uC5D0\uC11C\uB294 \uC790\uB9C9\uC744 \uCC98\uC74C \uD65C\uC131\uD654\uD560 \uB54C \uD398\uC774\uC9C0\uB97C \uC0C8\uB85C \uACE0\uCE68\uD558\uAC70\uB098 \uBC88\uC5ED\uC774 \uC644\uB8CC\uB41C \uD6C4\uC5D0\uC57C \uC774\uC911 \uC5B8\uC5B4 \uC790\uB9C9\uC744 \uD45C\uC2DC\uD560 \uC218 \uC788\uC2B5\uB2C8\uB2E4. (\uB610\uD55C, \uBE44\uB514\uC624 \uC6F9\uC0AC\uC774\uD2B8\uB97C \uC5F4\uACE0 \uB098\uC11C \uC624\uB978\uCABD \uC0C1\uB2E8\uC5D0\uC11C \uBAB0\uC785\uD615 \uBC88\uC5ED\uC758 \uBC14\uB85C\uAC00\uAE30 \uD328\uB110\uC744 \uD65C\uC131\uD654/\uBE44\uD65C\uC131\uD654 \uD560 \uC218\uB3C4 \uC788\uC2B5\uB2C8\uB2E4.)

\uD604\uC7AC \uC774\uB7EC\uD55C \uC6F9\uC0AC\uC774\uD2B8\uC5D0\uC11C \uC774\uC911 \uC5B8\uC5B4 \uC790\uB9C9\uC744 \uC0AC\uC6A9\uD560 \uC218 \uC788\uC2B5\uB2C8\uB2E4:",geminiWarning:"\uC8FC\uC758: Google\uC774 \uC81C\uACF5\uD558\uB294 Gemini\uC758 \uBB34\uB8CC \uC11C\uBE44\uC2A4 \uC81C\uD55C\uC774 \uC5C4\uACA9\uD558\uBBC0\uB85C, \uC0AC\uC6A9\uC790\uAC00 \uC5EC\uB7EC Key\uB97C \uC0AC\uC6A9\uD558\uC5EC \uADF8\uB4E4\uC758 \uBB34\uB8CC \uD560\uB2F9\uB7C9 \uC81C\uD55C\uC744 \uD68C\uD53C\uD558\uACE0 \uC788\uB2E4\uACE0 Google\uC5D0 \uD310\uB2E8\uB420 \uC218 \uC788\uC2B5\uB2C8\uB2E4. \uC0AC\uC6A9\uD558\uC9C0 \uC54A\uB294 \uAC83\uC774 \uC88B\uC73C\uBA70, Google\uC774 Gemini \uC720\uB8CC \uC778\uD130\uD398\uC774\uC2A4\uB97C \uAC1C\uBC29\uD560 \uB54C\uAE4C\uC9C0 \uAE30\uB2E4\uB9AC\uB294 \uAC83\uC774 \uC88B\uC2B5\uB2C8\uB2E4.","floatBall.setting":"\uC124\uC815","floatBall.translateToLanguage":"{language}\uB85C \uBC88\uC5ED\uC744 \uD074\uB9AD\uD558\uC2ED\uC2DC\uC624.","floatBall.file":`PDF, EPUB, SRT, ASS, HTML, TXT \uD30C\uC77C \uBC88\uC5ED`,changeToOnlyTempTranslationMode:"\uBC88\uC5ED\uB9CC \uD45C\uC2DC\uD558\uB3C4\uB85D \uD1A0\uAE00",changeToDualTempTranslationMode:"\uC774\uC911 \uC5B8\uC5B4 \uBC88\uC5ED\uC73C\uB85C \uC804\uD658","options.navbar.translateFile":"\uBB38\uC11C \uBC88\uC5ED","transitionMode.dual":"\uC774\uC911 \uC5B8\uC5B4 \uB300\uC870","transitionMode.translation":"\uC624\uC9C1 \uBC88\uC5ED\uBB38","options.navbar.installApp":"\uD734\uB300\uD3F0 \uC571 \uC124\uCE58","subtitle.transitionMode":"\uBE44\uB514\uC624 \uC790\uB9C9 \uC774\uC911 \uC5B8\uC5B4 / \uBC88\uC5ED\uBB38\uB9CC \uC124\uC815","transitionMode.inherit":"\uC2DC\uC2A4\uD15C\uC758 \uAE30\uBCF8 \uBC88\uC5ED \uD45C\uC2DC \uBAA8\uB4DC\uC640 \uC77C\uCE58\uD558\uC2ED\uC2DC\uC624","subtitle.transitionModeDescription":"\uBE44\uB514\uC624 \uC790\uB9C9\uC744 \uC774\uC911 \uC5B8\uC5B4 \uB300\uC870 \uB610\uB294 \uBC88\uC5ED\uBB38\uB9CC \uBAA8\uB4DC\uB85C \uC124\uC815\uD558\uC2ED\uC2DC\uC624.",translateFileTooltip:`PDF, ePub, srt, ass, HTML, TXT \uD30C\uC77C \uBC88\uC5ED`,"description.subtitlePrompt":`\uC790\uB9C9 \uC2DC\uB098\uB9AC\uC624\uC5D0\uC11C \uC5EC\uB7EC \uB2E8\uB77D\uC744 \uBCF4\uB0BC \uB54C, \uC0AC\uC6A9\uC790\uC758 \uC2E0\uBD84\uC73C\uB85C {service}\uC5D0 \uB300\uD654\uB97C \uBCF4\uB0B4\uB294\uB370, \uC5EC\uAE30\uC11C {{from}}\uC740 \uB2E8\uB77D\uC758 \uC5B8\uC5B4\uB97C \uB098\uD0C0\uB0B4\uACE0, {{to}}\uB294 \uBAA9\uD45C \uC5B8\uC5B4\uB97C \uB098\uD0C0\uB0C5\uB2C8\uB2E4. {{yaml}}\uC740 \uC6B0\uB9AC\uAC00 yaml \uD615\uC2DD\uC73C\uB85C \uD3EC\uC7A5\uD55C \uB2E8\uB77D \uB0B4\uC6A9\uC774\uBA70, \uC0AC\uC6A9\uC790 \uC815\uC758 Prompt\uAC00 \uD544\uC694\uD55C \uACBD\uC6B0, AI \uC751\uB2F5\uC758 YAML \uACB0\uACFC\uC758 \uAC01 \uD56D\uBAA9\uC774 {env.imt_sub_trans_field} \uD544\uB4DC\uB97C \uD3EC\uD568\uD574\uC57C \uD569\uB2C8\uB2E4. {{imt_sub_trans_field}}\uB294 \uC6B0\uB9AC\uAC00 AI \uC751\uB2F5\uC744 \uC6D0\uD558\uB294 \uBC88\uC5ED \uD544\uB4DC \uC774\uB984\uC774\uBA70, \uAE30\uBCF8\uAC12\uC740: {env.imt_sub_trans_field}, {{imt_sub_source_field}}\uB294 \uC6B0\uB9AC\uAC00 AI\uC5D0\uAC8C \uC804\uB2EC\uD558\uB294 \uC6D0\uBB38 \uD544\uB4DC \uC774\uB984\uC774\uBA70, \uAE30\uBCF8\uAC12\uC740: {env.imt_sub_source_field}\uC785\uB2C8\uB2E4. \uC608\uC2DC \uACB0\uACFC\uB294 \uB2E4\uC74C\uACFC \uAC19\uC2B5\uB2C8\uB2E4: @@ -5240,7 +5240,7 @@ HTML, TXT \uD30C\uC77C \uBC88\uC5ED`,"description.subtitlePrompt":`\uC790\uB9C9 - id: 1 {env.imt_trans_field}: \uBC88\uC5ED\uBB38 - id: 2 - {env.imt_trans_field}: \uBC88\uC5ED\uBB38`,"subtitle.quickButton.setting":"\uC124\uC815","subtitle.quickButton.translationPosition":"\uBC88\uC5ED \uC704\uCE58","subtitle.quickButton.black":"\uAC80\uC740\uC0C9","translationServices.claude":"\uD074\uB85C\uB4DC","subtitle.quickButton.translationPositionTop":"\uC6D0\uBB38 \uC704\uC5D0","subtitle.quickButton.backgroundColor":"\uBC30\uACBD\uC0C9","subtitle.quickButton.translationPositionBottom":"\uC6D0\uBB38 \uC544\uB798\uC5D0","subtitle.quickButton.yellow":"\uB178\uB780\uC0C9","subtitle.quickButton.white":"\uD558\uC580\uC0C9","subtitle.quickButton.translationTextColor":"\uBC88\uC5ED \uAE00\uAF34 \uC0C9\uC0C1","subtitle.quickButton.red":"\uBE68\uAC04\uC0C9","subtitle.quickButton.sourceTextColor":"\uC6D0\uB798 \uAE00\uAF34 \uC0C9\uC0C1","subtitle.quickButton.green":"\uB179\uC0C9","subtitle.quickButton.cyan":"\uCCAD\uC0C9","subtitle.quickButton.magenta":"\uB9C8\uC820\uD0C0\uC0C9","subtitle.quickButton.backgroundOpacity":"\uBC30\uACBD \uBD88\uD22C\uBA85\uB3C4","subtitle.quickButton.translationFontSize":"\uBC88\uC5ED \uAE00\uC790 \uD06C\uAE30","subtitle.quickButton.sourceFontSize":"\uC6D0\uB798 \uAE00\uAF34 \uD06C\uAE30","subtitle.quickButton.blue":"\uD30C\uB780\uC0C9",attachSubtitleTranslating:"{service}\uB97C \uC0AC\uC6A9\uD558\uC5EC \uBC88\uC5ED \uC911...","error.claude.403":"\uC11C\uBE44\uC2A4\uC5D0 \uC561\uC138\uC2A4 \uD560 \uAD8C\uD55C\uC774 \uC5C6\uC2B5\uB2C8\uB2E4. \uC774\uB294 Claude\uC758 \uC9C0\uC5ED \uC81C\uD55C\uACFC \uAD00\uB828\uC774 \uC788\uC744 \uC218 \uC788\uC2B5\uB2C8\uB2E4. IP \uC8FC\uC18C\uB97C \uBCC0\uACBD\uD558\uAC70\uB098 \uB2E4\uB978 \uBC88\uC5ED \uC11C\uBE44\uC2A4\uB97C \uC0AC\uC6A9\uD574 \uBCF4\uC2ED\uC2DC\uC624.","browser.brandDescriptionForSafari":"\u3010\uBAB0\uC785\uD615 \uBC88\uC5ED\u3011\uBB34\uB8CC\uC758 (\uC6D0\uBB38/\uBC88\uC5ED\uBB38) \uC774\uC911 \uC5B8\uC5B4 \uB300\uC870 \uC6F9 \uD398\uC774\uC9C0 \uBC88\uC5ED \uD50C\uB7EC\uADF8\uC778\uC73C\uB85C, PDF \uBC88\uC5ED \uBC0F EPUB \uC804\uC790\uCC45 \uBC88\uC5ED\uC744 \uC9C0\uC6D0\uD558\uBA70 \uC6D0\uBB38\uC758 \uBB38\uC11C \uBC30\uCE58\uB97C \uC720\uC9C0\uD569\uB2C8\uB2E4. Youtube/Netflix \uB4F1\uC758 \uC628\uB77C\uC778 \uBE44\uB514\uC624 \uC774\uC911 \uC5B8\uC5B4 \uC790\uB9C9 \uBC88\uC5ED\uC744 \uC9C0\uC6D0\uD558\uBA70, Deepl/Google \uB4F1 \uC8FC\uC694 \uBC88\uC5ED \uC11C\uBE44\uC2A4\uB97C \uC9C0\uC6D0\uD569\uB2C8\uB2E4.","browser.PdfProFile":"AI\uAC00 \uAD6C\uB3D9\uD558\uB294 PDF Pro \uBC88\uC5ED","browser.textTranslate":"\uBB38\uC11C \uBC88\uC5ED"};var j4={nologin:"n\xE3o conectado",loginForSafari:"Iniciar sess\xE3o ou registar-se",login:"Iniciar sess\xE3o para abrir uma inscri\xE7\xE3o",manageAccount:"Contas geridas",openPremium:"Associa\xE7\xE3o aberta",logout:"abortar",curentPlan:"Pacotes actuais",endAt:"expira\xE7\xE3o",endAuto:"renova\xE7\xE3o autom\xE1tica",lineBreakMaxTextCount:"N\xFAmero m\xE1ximo de caracteres permitidos por frase ap\xF3s as mudan\xE7as de linha","translate-pdf":"Clique para traduzir o PDF","noSupportTranslate-pdf":"Script n\xE3o suportado, utilize o plugin","translate-firefox-local-pdf":"Clique para ir para Importar PDF",enableLineBreak:"Ativar o avan\xE7o autom\xE1tico de linha para par\xE1grafos longos",sponsorLabel:"$1 Desenvolvedores patrocinados",help:"m\xE3o",browserShortcutsNoteForFirefox:"Para alterar os atalhos no Firefox, \xE9 necess\xE1rio abrir a p\xE1gina de gest\xE3o de extens\xF5es `about:addons`, clicar em `Settings` e, em seguida, clicar em `Manage Shortcuts` para definir os atalhos.",browserShortcutsNoteForChrome:"Para modificar os atalhos no Chrome, tem de abrir a p\xE1gina de gest\xE3o de extens\xF5es, defini-los no painel `Gerir atalhos` (`chrome://extensions/shortcuts`) e clicar no bot\xE3o abaixo para saltar para a p\xE1gina de gest\xE3o de atalhos.",browserShortcutsSucks:"Os atalhos personalizados s\xE3o formatados como (sem reconhecimento autom\xE1tico, introduza diretamente)\uFF1A",enableLineBreakDescription:"Quando activada, as quebras de linha ser\xE3o inseridas no final de cada frase em par\xE1grafos longos para facilitar a leitura","browser.shortBrandName":"Tradu\xE7\xE3o por imers\xE3o","browser.brandName":"Tradu\xE7\xE3o por imers\xE3o: Tradu\xE7\xE3o bilingue de p\xE1ginas Web e de documentos PDF","browser.brandDescription":"Bilingual web page translation, also supports PDF translation, bilingual Epub eBook translation, free to use.","browser.toggleTranslatePage":"Traduzir a p\xE1gina/apresentar o texto original","browser.toggleTranslateTheWholePage":"Traduzir todas as \xE1reas da p\xE1gina/apresentar o texto original","browser.toggleOnlyTransation":"Alternar entre o modo bil\xEDngue / apenas tradu\xE7\xE3o","browser.toggleTranslateToThePageEndImmediately":"Tradu\xE7\xE3o imediata para o fim da p\xE1gina/visualiza\xE7\xE3o do texto original","browser.toggleTranslateTheMainPage":"Traduzir a \xE1rea principal da p\xE1gina/apresentar o texto original","browser.shareToDraft":"Partilhar p\xE1ginas bilingues","browser.openOptionsPage":"Abrir a p\xE1gina de defini\xE7\xF5es","browser.toggleTranslationMask":"Mostrar/ocultar o efeito de desfocagem da tradu\xE7\xE3o","browser.translateLocalPdfFile":"Traduzir ficheiros PDF locais","browser.openEbookViewer":"Ler livros electr\xF3nicos locais","browser.openEbookBuilder":"Criar livros electr\xF3nicos EPUB bilingues","browser.translateLocalHtmlFile":"Traduzir ficheiros HTML/txt","browser.donateContext":"Saiba mais sobre as vantagens do patroc\xEDnio","browser.translateLocalSubtitleFile":"Traduzir ficheiros de legendas locais",confirmResetConfig:"Tem a certeza de que pretende repor as defini\xE7\xF5es?",translationLineBreakSettingTitle:"Defini\xE7\xE3o do avan\xE7o de linha de tradu\xE7\xE3o",smartLineBreak:"alimenta\xE7\xE3o de linha inteligente (computa\xE7\xE3o)",alwaysLineBreak:"Sempre alimenta\xE7\xE3o de linha",isShowContextMenu:"Adicionar p\xE1ginas traduzidas aos itens de menu do bot\xE3o direito do rato",toggleBeta:"Ativa\xE7\xE3o de funcionalidades de teste beta",betaDescription:"Ativar funcionalidades que ainda s\xE3o experimentais, bem como um servi\xE7o de tradu\xE7\xE3o em vers\xE3o beta. Junte-se ao <1>grupo do Telegram para saber mais.",translationLineBreakSettingDescription:"Os feeds de linha s\xE3o sempre limpos e organizados para p\xE1ginas com menos conte\xFAdo. (Utilize quebras de linha inteligentes em par\xE1grafos longos e com muito conte\xFAdo (mais de{count}caracteres) para poupar espa\xE7o).",tempTranslateDomainTitle:"Dura\xE7\xE3o da ativa\xE7\xE3o tempor\xE1ria da tradu\xE7\xE3o do s\xEDtio Web",tempTranslateDomainDescription:"Quando traduzir manualmente uma p\xE1gina Web, active temporariamente o s\xEDtio Web para tradu\xE7\xE3o autom\xE1tica e pode definir a dura\xE7\xE3o tempor\xE1ria.",xMinutes:"{count} minutos",disabled:"proibir a utiliza\xE7\xE3o de algo",changelog:"Registo de atualiza\xE7\xE3o",toggleTranslatePageWhenThreeFingersOnTheScreen:"O toque simult\xE2neo de v\xE1rios dedos no ecr\xE3 traduz p\xE1ginas Web/apresenta o texto original",toggleTranslationMaskWhenThreeFingersOnTheScreen:"O toque de v\xE1rios dedos mostra/oculta o efeito de desfocagem.",fingerCountToToggleTranslagePageOnlyTranslationWhenTouching:"O toque simult\xE2neo de v\xE1rios dedos no ecr\xE3 traduz a p\xE1gina Web (apenas tradu\xE7\xE3o)/apresenta o texto original.",addUrlDescription:"Pode ser um nome de dom\xEDnio e tamb\xE9m suporta wildcards, por exemplo,\uFF1A*.google.com, google.com/mail/*, https://www.google.com/*",general:"Defini\xE7\xF5es b\xE1sicas",clickToExpandConfig:"Expandir a configura\xE7\xE3o atual",import:"Importar de um ficheiro",export:"Exportar para ficheiro",toggleDebug:"Imprimir o registo de depura\xE7\xE3o na consola","fingers.0":"coagula\xE7\xE3o","fingers.2":"toque com dois dedos","fingers.3":"toque com tr\xEAs dedos","fingers.4":"toque com quatro dedos","fingers.5":"toque com cinco dedos",mouseHoldKey:"+ {key} traduzir/restaurar o par\xE1grafo",mouseHoldKeyAuto:"Tradu\xE7\xE3o direta do par\xE1grafo",mouseHoldKeyOff:"N\xE3o fa\xE7as nada.",mouseHoldKeyOther:"Atalhos personalizados (abrir defini\xE7\xF5es)",mouseHoldKeyCustomKey:"{key} Tradu\xE7\xE3o/redu\xE7\xE3o do par\xE1grafo",mouseHoverHoldKey:"Passar o rato enquanto se premem as teclas de atalho para traduzir par\xE1grafos","mouse-translate":"passar o rato",document:"ficheiro (inform\xE1tico)",resetSuccess:"Repor todas as defini\xE7\xF5es com \xEAxito",resetThisSuccess:"Reinicializa\xE7\xE3o bem-sucedida",saved:"Guardar com sucesso",successImportConfig:"Configura\xE7\xE3o importada com sucesso",goAdvancedSettings:"Aceder \xE0 p\xE1gina Defini\xE7\xF5es avan\xE7adas",goAdvancedInterfaceSettings:"Aceder \xE0 p\xE1gina Defini\xE7\xF5es de personaliza\xE7\xE3o avan\xE7adas",advanced:"Defini\xE7\xF5es avan\xE7adas",advancedDescription:"Geralmente n\xE3o s\xE3o necess\xE1rias defini\xE7\xF5es, basta deix\xE1-la como predefinida. Apenas para utilizadores mais especializados, est\xE3o dispon\xEDveis defini\xE7\xF5es mais personalizadas.",developer:"Defini\xE7\xF5es do programador",donateCafe:"pre\xE7os","translate to the bottom of the page":"\xC9 traduzido para o fundo da p\xE1gina imediatamente ap\xF3s entrar na p\xE1gina?",feedback:"Feedback sobre os problemas",toggleTranslatePage:"Traduzir a p\xE1gina/apresentar o texto original",translateToThePageEndImmediatelyDescription:"Se a ativar, o conte\xFAdo ser\xE1 imediatamente traduzido da parte superior para a parte inferior da p\xE1gina \xE0 medida que a introduz. Se a desativar, a tradu\xE7\xE3o \xE9 feita \xE0 medida que l\xEA. (N\xE3o recomendado)","translate all areas of the page":"Se pretende traduzir todas as \xE1reas da p\xE1gina",translationAreaDescription:"Ligado, todas as \xE1reas de toda a p\xE1gina Web s\xE3o traduzidas. Se estiver desativado, utiliza o reconhecimento inteligente predefinido e traduz apenas as \xE1reas principais. (N\xE3o se recomenda que seja ativado)","the number of characters to be translated first":"Traduzir diretamente os primeiros caracteres da p\xE1gina sem ter de se deslocar para a \xE1rea de visualiza\xE7\xE3o","interface language":"linguagem de interface","display both the original text and the translation":"Visualiza\xE7\xE3o simult\xE2nea do original e da tradu\xE7\xE3o","keyboard shortcuts":"Atalhos de teclado",modify:"Modificar teclas de atalho",reset:"reprovis\xE3o",close:"coagula\xE7\xE3o",homepage:"p\xE1gina inicial",more:"mais",moreOptions:"Expandir mais op\xE7\xF5es de personaliza\xE7\xE3o",translateTheWholePage:"Traduzir todas as \xE1reas da p\xE1gina (em vez de reconhecer inteligentemente as \xE1reas principais)",changeToTranslateTheWholePage:"Mudar para traduzir todas as regi\xF5es",changeToTranslateTheMainPage:"Mudar para Traduzir \xC1rea Principal",changeToOnlyTranslationMode:"Alternar para apresentar apenas tradu\xE7\xF5es",changeToDualTranslationMode:"Mudar para tradu\xE7\xE3o bilingue",translateToThePageEndImmediately:"Tradu\xE7\xE3o imediata para o fim da p\xE1gina",translateTheMainPage:"Regi\xF5es-chave da tradu\xE7\xE3o inteligente","The local rules are up to date":"As regras de adapta\xE7\xE3o local est\xE3o actualizadas.","Successfully synchronized with the latest official rules:":"Sincroniza\xE7\xE3o bem sucedida com as \xFAltimas regras oficiais de adapta\xE7\xE3o.","Checking for updates":"Verifica\xE7\xE3o de actualiza\xE7\xF5es","Rules are being synchronized":"Regras de adapta\xE7\xE3o sincronizadas",localVersionIsTooOld:"A vers\xE3o da extens\xE3o local \xE9 demasiado antiga. Actualize a extens\xE3o para {minVersion} ou mais recente antes de tentar sincronizar.",badUserscriptBrowser:"O navegador atual n\xE3o implementa corretamente a interface da extens\xE3o Grease Monkey (por exemplo, para obter informa\xE7\xF5es sobre o n\xFAmero da vers\xE3o do pr\xF3prio script Grease Monkey), utilize outros navegadores que <1>suportem a extens\xE3o Grease Monkey, como o Firefox.",foundNewVersion:"Descubra a nova vers\xE3o",theLocalExtensionIsUpToUpdate:"A extens\xE3o atual est\xE1 actualizada.",failToSyncRules:"N\xE3o sincroniza\xE7\xE3o das regras de adapta\xE7\xE3o mais recentes",retry:"Clique aqui para tentar novamente",failedReason:"Raz\xF5es do insucesso",currentRuleVersion:"Vers\xE3o atual da regra",calculating:"c\xE1lculos",unknownError:"erro desconhecido",canNotFetchRemoteRule:"N\xE3o \xE9 poss\xEDvel obter regras remotas",enableAlphaSuccess:"Alfa ativado",disableAlphaSuccess:"A fun\xE7\xE3o alfa foi desactivada",cacheSize:"Tamanho da cache\uFF1A",cleaning:"em processo de liquida\xE7\xE3o",cleanCache:"limpar a cache",options:"preparar",about:"em rela\xE7\xE3o a",service:"servi\xE7o de interpreta\xE7\xE3o",needAction:"(Ir para Defini\xE7\xF5es)",goSettings:"v\xE1 em frente e configure",needActionForOptions:"(a definir)",translationEngine:"Op\xE7\xF5es de motor",sourceLanguage:"L\xEDngua original",target:"l\xEDngua-alvo",popupSourceLanguage:"L\xEDngua original",popupTarget:"l\xEDngua-alvo",popupService:"servi\xE7o de interpreta\xE7\xE3o",forThisSite:"S\xEDtio Web atual",autoEnableSubtitle:"Abertura autom\xE1tica de legendas bilingues",alwaysTranslate:"Traduzir sempre",neverTranslate:"Nunca traduzir",alwaysTranslateSomeLanguage:"Traduzir sempre {language}",neverTranslateSomeLanguage:"Nunca traduzir {language}",alwaysTranslateSomeSite:"Traduzir sempre {hostname}",neverTranslateSomeSite:"Nunca traduzir {hostname}",alwaysTranslateSomeSiteOrWildSite:"Traduzir sempre o s\xEDtio",alwaysTranslateSomePage:"Traduzir sempre a p\xE1gina",add:"aumentar",default:"predefini\xE7\xE3o (defini\xE7\xE3o)",forThisLanguage:"Para esta l\xEDngua\uFF1A","add url":"Introduzir URL",edit:"compilador","translate other languages into specific language":"Traduzir outras l\xEDnguas para a sua l\xEDngua definida","select translation service":"Selecionar um servi\xE7o de tradu\xE7\xE3o",language:"multilinguismo","show-original":"Mostrar texto original",translate:"renderiza\xE7\xE3o",Translated:"traduzido",Translating:"na tradu\xE7\xE3o",Error:"incorreto",allowCacheTranslations:"Ativar o caching de tradu\xE7\xE3o local (para reduzir os pedidos de tradu\xE7\xE3o de passagens duplicadas)","translation display":"Estilo de apresenta\xE7\xE3o da tradu\xE7\xE3o","select diplay style":"Distinguir os estilos de tradu\xE7\xE3o, com refer\xEAncia espec\xEDfica aos seguintes exemplos",interface:"Defini\xE7\xF5es de interface",import_export:"Importa\xE7\xE3o/Exporta\xE7\xE3o",import_export_title:"Configura\xE7\xE3o de importa\xE7\xE3o/exporta\xE7\xE3o",syncToGoogleDrive:"Sincronizar com o Google Drive agora",floatBallOptions:"Defini\xE7\xF5es do Hoverball","floatBallOptions.enable":"Ativar Hoverball","floatBallOptions.blockUrls":"Desativar o s\xEDtio Web","floatBallOptions.add":"aumentar","floatBallOptions.blockUrlDesc":"As Hoverballs n\xE3o s\xE3o apresentadas quando s\xE3o encontrados os seguintes s\xEDtios Web","floatBallOptions.clickType":"comportamento de clique","floatBallOptions.clickTypeDesc":"Comportamento do \xEDcone da bola flutuante quando clicado","floatBallOptions.clickPopup":"Mostrar painel de tradu\xE7\xE3o","floatBallOptions.clickTranslate":"Tradu\xE7\xE3o/apresenta\xE7\xE3o do texto original",previewAllThemes:"Pr\xE9-visualizar todos os estilos","translationTheme.none":"n\xE3o ter","translationTheme.grey":"cinzento escuro","translationTheme.dashed":"sublinhado pontilhado","translationTheme.dotted":"sublinhado pontilhado","translationTheme.dashedBorder":"borda pontilhada","translationTheme.solidBorder":"fronteira s\xF3lida","translationTheme.underline":"Sublinhar linhas rectas","translationTheme.mask":"Efeitos difusos (modos de aprendizagem)","translationTheme.opacity":"efeito de transpar\xEAncia","translationTheme.paper":"Efeito de sombra de papel branco","translationTheme.dividingLine":"linha divis\xF3ria","translationTheme.highlight":"alta luminosidade","translationTheme.marker":"marcador (palavra emprestada)","translationTheme.marker2":"Marcador 2","translationTheme.blockquote":"Estilos de refer\xEAncia","translationTheme.weakening":"enfraquecimento","translationTheme.italic":"tipo de letra inclinado","translationTheme.bold":"engrossar","translationTheme.thinDashed":"linha fina pontilhada sublinhada","translationTheme.nativeDashed":"O sistema vem com um sublinhado a tracejado","translationTheme.nativeDotted":"O sistema vem com um sublinhado pontilhado","translationTheme.nativeUnderline":"O sistema \xE9 fornecido com um sublinhado de linha reta","translationTheme.wavy":"linha ondulada","translationServices.custom":"API personalizada","translationServices.tencent":"Tencent Translator","translationServices.tenAlpha":"Tencent Translator (Alfa)","translationServices.google":"Google Tradutor","translationServices.bai":"Baidu (Alfa)","translationServices.baidu":"Tradu\xE7\xE3o do Baidu","translationServices.aliyun":"Tradu\xE7\xE3o AliCloud","translationServices.volc":"tradu\xE7\xE3o vulc\xE2nica","translationServices.deeplx":"DeepLX (Beta)","translationServices.bing":"Microsoft Translate","translationServices.deepl":"DeepL","translationServices.wechat":"Tradu\xE7\xE3o do WeChat","translationServices.azure":"Tradu\xE7\xE3o do Azure","translationServices.ibm":"IBM Watson","translationServices.aws":"Tradu\xE7\xE3o da Amazon","translationServices.mock":"Tradu\xE7\xE3o simulada","translationServices.mock2":"Tradu\xE7\xE3o Simulada 2","translationServices.caiyun":"lit. nuvens coloridas e pequenas tradu\xE7\xF5es","translationServices.cai":"Nuvens coloridas (Alfa)","translationServices.volcAlpha":"Vulc\xE3o (Alfa)","translationServices.openl":"OpenL","translationServices.youdao":"Tradu\xE7\xE3o do Youtube","translationServices.you":"Tradutor Youdao (Alfa)","translationServices.transmart":"Tradu\xE7\xE3o da Tencent Interactive","translationServices.niu":"Tradutor Maverick","translationServices.papago":"Tradu\xE7\xE3o de Papago","translationServices.d":"D (Alfa)","translationServices.dpro":"D Pro (Can\xE1rio)","translationServices.openai":"OpenAI","translationServices.yandex":"Yandex","translationServices.chatgpt":"ChatGPT Web(3.5 m\xF3vel)","translate title":"Traduzir t\xEDtulos de p\xE1ginas","always languages":"Traduzir sempre a l\xEDngua",neverTranslateLanguagesLabel:"A l\xEDngua que nunca ser\xE1 traduzida",neverTranslateTheFollowingLanguagesDescription:"As tradu\xE7\xF5es s\xE3o ignoradas quando um par\xE1grafo da p\xE1gina est\xE1 numa das seguintes l\xEDnguas",enableUserscriptPagePopup:"Mostrar hoverball na p\xE1gina",enableUserscriptPagePopupDescription:"Depois de desligar a hoverball, esta pode ser recuperada com o atalho /{touch}. Recomenda-se vivamente que marque esta p\xE1gina de defini\xE7\xF5es para evitar n\xE3o conseguir encontrar a hoverball depois de ter desligado inadvertidamente esta op\xE7\xE3o!","always translate the following languages":"Traduz automaticamente para a l\xEDngua de destino quando a p\xE1gina est\xE1 numa das seguintes l\xEDnguas","always sites":"S\xEDtios Web sempre traduzidos","always translate the following sites":"Os s\xEDtios Web s\xE3o automaticamente traduzidos para a l\xEDngua de chegada quando s\xE3o os nomes de dom\xEDnio de","never sites":"S\xEDtio nunca traduzido","never translate the following sites":"As tradu\xE7\xF5es n\xE3o ser\xE3o efectuadas quando o s\xEDtio Web se destinar aos seguintes dom\xEDnios","please refer to":"\xC9 necess\xE1rio preencher a chave antes de a poder utilizar. Para mais informa\xE7\xF5es, consulte",KeyAndConfigurationTutorial:"Tutorial de configura\xE7\xE3o e aplica\xE7\xE3o de chaves",useAboveStyleForTheseSites:"Utilize sempre o estilo de tradu\xE7\xE3o \u2308{theme}\u230B quando o s\xEDtio se destina aos seguintes dom\xEDnios",currentUrl:"URL atual",confirm:"guardar (um ficheiro, etc.) (inform\xE1tica)",cancel:"cancelamentos",delete:"remo\xE7\xE3o","languages.auto":"dete\xE7\xE3o autom\xE1tica",syncToCloud:"Sincronizar com o Google Drive",syncToCloudDescription:"Transferida para a nuvem, a configura\xE7\xE3o pode ser sincronizada entre diferentes navegadores/scripts do grease monkey, consoante a \xFAltima modifica\xE7\xE3o.",syncToAccount:"Sincroniza\xE7\xE3o com a Nuvem de Tradu\xE7\xE3o Imersiva",syncToAccountButton:"Sincroniza\xE7\xE3o instant\xE2nea com a nuvem",syncToAccountDescription:"Sincronizar automaticamente as configura\xE7\xF5es entre dispositivos diferentes, consoante a \xFAltima modifica\xE7\xE3o efectuada.",successSyncConfigInAccount:"Sincroniza\xE7\xE3o bem sucedida com a nuvem",successSyncConfigToAccount:"Sincroniza\xE7\xE3o bem sucedida com a nuvem",syncConfigNoUpdate:"J\xE1 est\xE1 atualizado.",authFail:"Falha de autoriza\xE7\xE3o",syncTitle:"Gest\xE3o manual de c\xF3pias de seguran\xE7a",import_hint:"importa\xE7\xE3o (dados)",upload:"carregar",revokeAuth:"revogar uma autoriza\xE7\xE3o",uploadFail:"Falha na transfer\xEAncia",download:"descarregamento",importSuccess:"Importado com sucesso",importFail:"falha na importa\xE7\xE3o",deleteFail:"Falha ao eliminar",backupToCloud:"Gerir manualmente os ficheiros de c\xF3pia de seguran\xE7a",create_new_backup:"Adicionar um novo n\xF3 de backup",maxBackupFiles:"\xC9 poss\xEDvel efetuar a c\xF3pia de seguran\xE7a de at\xE9{count}n\xF3s diferentes. Elimine os n\xF3s de que n\xE3o necessita.",backupToCloudDescription:"Carregar ou restaurar manualmente ficheiros de c\xF3pia de seguran\xE7a, permitindo at\xE9 3 c\xF3pias de seguran\xE7a diferentes",successSyncConfig:"Sincroniza\xE7\xE3o bem sucedida com a nuvem",syncFail:"falha de sincroniza\xE7\xE3o",updatedAt:"Atualizado a partir de {date}",lastSyncedAt:"\xDAltima verifica\xE7\xE3o em {date}",downloadFail:"Falha na transfer\xEAncia",clickToDownload:"Clique para descarregar",aboutLabel:"Acerca de - Feedback","browser.openAboutPage":"Sobre/Feedback",aboutLabelWithoutSponsor:"Acerca de - Feedback",aboutIntro:"Que todos possamos ter um acesso mais f\xE1cil e mais agrad\xE1vel \xE0 vasta quantidade de informa\xE7\xF5es em l\xEDnguas estrangeiras na Internet \u2764\uFE0F Pode optar por ativar a sua <6>subscri\xE7\xE3o Pro para utilizar as tradu\xE7\xF5es DeepL e OpenAI prontas a utilizar.

Pode seguir-nos no <3>Twitter, <4>Telegram, Weibo, WeChat ou <5>subscrever a nossa lista de <5>correio abaixo para acompanhar as actualiza\xE7\xF5es.
<7>Os membros Pro podem contactar-nos em <8>support@immersivetranslate.com para um servi\xE7o de apoio ao cliente r\xE1pido.",aboutIntroWithoutSponsor:"Que todos possamos ter um acesso mais f\xE1cil e mais agrad\xE1vel \xE0 enorme quantidade de informa\xE7\xE3o em l\xEDngua estrangeira dispon\xEDvel na Internet \u2764\uFE0F

Pode seguir-nos no <3>Twitter, no <4>canal Telegram, no WeChat, no WeChat Exchange ou <5>subscrever as actualiza\xE7\xF5es por correio <5>eletr\xF3nico abaixo.",projectHomepage:"In\xEDcio do projeto",joinTelegramGroup:"Junte-se ao grupo de utilizadores para participar em debates sobre funcionalidades",wechatPublicAccount:"WeChat P\xFAblico",wechatCommunities:"Grupo de interc\xE2mbio WeChat",qqCommunities:"Canal de comunica\xE7\xE3o QQ",joinTelegramChannel:"Siga o canal Telegram para obter as \xFAltimas actualiza\xE7\xF5es",feedbackAndJoin:"Feedback da pergunta / Adicionar grupo",autoSync:"sincroniza\xE7\xE3o autom\xE1tica da hora",loadingThemeTitle:"Estilo de carregamento",loadingThemeDescription:"Definir o estilo quando se est\xE1 \xE0 espera que a tradu\xE7\xE3o seja carregada","loadingTheme.spinner":"Anima\xE7\xE3o girat\xF3ria","loadingTheme.text":"texto est\xE1tico algo ","loadingTheme.none":"n\xE3o indicado",developerDescription:"A documenta\xE7\xE3o sobre personaliza\xE7\xE3o avan\xE7ada pode ser encontrada <1>aqui","edit border color":"Modificar a cor do rebordo",successSyncButNoChange:"A configura\xE7\xE3o atual \xE9 coerente com a nuvem",customTheme:"Cores e tamanhos personalizados","customThemeLabel.borderColor":"Cor da margem","customThemeLabel.borderRadius":"Arestas arredondadas","customThemeLabel.textColor":"cor do texto","customThemeLabel.backgroundColor":"cor de fundo","customThemeLabel.zoom":"Escala do tipo de letra (%)","customThemeLabel.opacity":"Opacidade do texto (%)",resetToDefaultColor:"Repor as cores predefinidas",resetToDefaultSettings:"Repor as predefini\xE7\xF5es",isTranslateTitle:"Ativar a tradu\xE7\xE3o dos t\xEDtulos das p\xE1ginas",isTranslateTitleDescription:"Quando aberto, o t\xEDtulo da p\xE1gina \xE9 traduzido",enableSearchEnhancement:"Permitir o melhoramento de mensagens bilingues",enableSearchEnhancementDescription:'Uma vez activada, os resultados da pesquisa do "Google News" ser\xE3o automaticamente apresentados na coluna direita dos s\xEDtios Web suportados (Google News, Pesquisa Google (algumas palavras-chave), Snowball, Oriental Fortune, Futura, Tiger Community) para as palavras-chave inglesas correspondentes.',verifyService:"Clique aqui para testar o servi\xE7o",verified:"Verificar o sucesso","field.langs":"C\xF3digos de idioma suportados","field.model":"modela\xE7\xE3o","field.translationEngine":"motor de tradu\xE7\xE3o","field.limitPerMinute":"M\xE1ximo de pedidos por minuto","field.limitPerSecond":"N\xFAmero m\xE1ximo de pedidos por segundo","field.maxTextLengthPerRequest":"Comprimento m\xE1ximo do texto por pedido","field.maxTextGroupLengthPerRequest":"N\xFAmero m\xE1ximo de par\xE1grafos por pedido","field.apiUrl":"Endere\xE7o da interface API personalizada","field.placeholderDelimiters":"marcador de posi\xE7\xE3o reservado","description.custom":"Acesso \xE0 interface personalizada Documenta\xE7\xE3o necess\xE1ria","description.limitPerMinute":"Os pedidos que excedem este limite entram numa fila de espera at\xE9 ao in\xEDcio do minuto seguinte. Devido \xE0s v\xE1rias limita\xE7\xF5es do servi\xE7o atual da OpenAI, clique <1>aqui para obter os valores sugeridos mais recentes","description.limitPerSecond":"Os pedidos que excedem este limite entram numa fila de espera at\xE9 ao in\xEDcio do segundo seguinte. Devido \xE0s v\xE1rias limita\xE7\xF5es do servi\xE7o atual da OpenAI, clique <1>aqui para obter os valores sugeridos mais recentes","description.generalLimitPerSecond":"Os pedidos que excedem este limite entram numa fila de espera at\xE9 ao in\xEDcio do segundo seguinte.","description.prompt":"Enviar a conversa para {service} como usu\xE1rio, onde {{text}} representa o conte\xFAdo do texto do par\xE1grafo, {{from}} representa a l\xEDngua do par\xE1grafo e {{to}} representa a l\xEDngua alvo.","description.maxTextLengthPerRequest":"O n\xFAmero m\xE1ximo de caracteres por pedido \xE9 demasiado grande para provocar uma resposta lenta da interface, pelo que deve tentar ajustar esta op\xE7\xE3o para otimizar a velocidade","description.systemPrompt":"Um di\xE1logo enviado ao OpenAI como um sistema, em que {{text}} indica o conte\xFAdo do texto do par\xE1grafo,{{from}} indica a l\xEDngua do par\xE1grafo e{{to}} indica a l\xEDngua de destino.","field.domain":"dom\xEDnio","description.domain":"A predefini\xE7\xE3o \xE9\uFF1Ageneral. S\xF3 pode ser definido se a tradu\xE7\xE3o de dom\xEDnios estiver activada na consola da API Arima, ver <1>aqui os dom\xEDnios suportados","field.scene":"tomar","description.scene":"A predefini\xE7\xE3o \xE9\uFF1Ageneral. S\xF3 pode ser definido se a consola da API AliCloud abrir o Machine Translation Pro, consulte <1>aqui os cen\xE1rios suportados","field.vocabId":"ID do dicion\xE1rio do utilizador","description.vocabId":"O dicion\xE1rio especificado out_id, atualmente suporta a tradu\xE7\xE3o de ingl\xEAs para chin\xEAs.","description.model":"Modelos OpenAI, podem ser gpt-3.5-turbo, gpt-4, etc.","description.maxTextGroupLengthPerRequest":"O n\xFAmero de par\xE1grafos enviados ao servi\xE7o de tradu\xE7\xE3o de cada vez; se houver demasiados par\xE1grafos, a interface poder\xE1 responder mais lentamente","description.apiUrl":"Por favor, adicione URLs espec\xEDficos com caminhos, <1>mais descri\xE7\xE3o",enabledExtension:"Ativa\xE7\xE3o de extens\xF5es",clickToDisableExtension:"Clique para desativar as extens\xF5es",clickToEnableExtension:"Clique para ativar as extens\xF5es",hasBeenDisabled:"desativado","show password":"Mostrar palavra-passe",customContent:"Introduzir um nome de modelo personalizado",inputOptions:"Melhoria da caixa de entrada",mouseHoverOptions:"passar o rato",modifyMouseHoverKey:"Modificar o atalho para passar o rato",enableInputTranslation:"Ativar ou n\xE3o o melhoramento da caixa de entrada",enableInputTranslationDescription:"Uma vez ativado, escreva {startingKey}{startingKey} hello diretamente na caixa de entrada e, em seguida, prima rapidamente{inputTrailingTriggerKeyRepeatTimes}vezes{trailingKey}para traduzir para {inputTargetLanguage}",enableInputTranslationDescriptionForNoneKey:"Uma vez ativado, escreva\uFF1AHello World diretamente na caixa de entrada e, em seguida, prima rapidamente{inputTrailingTriggerKeyRepeatTimes}{trailingKey}vezes para traduzir para o idioma de destino predefinido.",inputTargetLanguage:"Definir o idioma de destino predefinido para as caixas de entrada",inputTargetLanguageDescription:"L\xEDngua de destino predefinida para a tradu\xE7\xE3o da caixa de entrada, ou seja, {startingKey}{startingKey} como l\xEDngua predefinida para as palavras de acionamento",inputTargetLanguageDescriptionForNoneKey:"L\xEDngua de destino predefinida para a tradu\xE7\xE3o da caixa de entrada",inputStartingTriggerKeyTitle:"Definir o car\xE1cter de divis\xE3o para a tradu\xE7\xE3o parcial da caixa de entrada",inputStartingTriggerKeyDescription:"Quando n\xE3o \xE9 necess\xE1rio traduzir toda a caixa de entrada, o separador permite-lhe traduzir apenas a parte de {startingKey}{startingKey} at\xE9 ao fim da caixa de entrada, ou pode especificar o c\xF3digo da l\xEDngua, por exemplo,\uFF1A{startingKey}ja significa traduzir apenas a parte de {startingKey}ja at\xE9 ao fim da caixa de entrada.",inputStartingTriggerKeyDescriptionForNoneKey:"A defini\xE7\xE3o atual de sem prefixo n\xE3o \xE9 necess\xE1ria, e a fun\xE7\xE3o de tradu\xE7\xE3o de alguns textos na caixa de entrada n\xE3o pode ser utilizada por enquanto.",inputTrailingTriggerKeyTitle:"Selecionar um car\xE1cter de acionamento de fim de registo",inputTrailingTriggerKeyDescription:"3 hits r\xE1pidos{trailingKey} come\xE7ar\xE1 a traduzir!",inputTrailingTriggerKeyTimeout:"Introduzir o tempo entre os accionamentos de fim de combate",inputTrailingTriggerKeyTimeoutDescription:"Define o tempo (em milissegundos) entre os accionamentos da combina\xE7\xE3o de fim de entrada",spaceKey:"<\u7A7A\u683C\u952E>",noneKey:"Tradu\xE7\xE3o direta de toda a caixa de texto sem prefixos",inputTranslationBlockUrlsTitle:"N\xE3o ativar o melhoramento da caixa de entrada nos seguintes URLs",inputTranslationBlockUrlsDescription:"As melhorias na caixa de entrada n\xE3o funcionar\xE3o nos seguintes URLs",clickToSeeQuickDemo:"Clique para expandir o v\xEDdeo tutorial r\xE1pido de 30 segundos",inputHelperInfo:"Descri\xE7\xE3o\uFF1AOptimiz\xE1mos o facto de alguns caracteres desencadeadores se transformarem em sinais de pontua\xE7\xE3o chineses nos m\xE9todos de introdu\xE7\xE3o chineses, por exemplo, / transforma-se num sinal de dun , no m\xE9todo de introdu\xE7\xE3o Sogou, e o Immersive Translator suporta todos os s\xEDmbolos chineses correspondentes aos caracteres desencadeadores, ou seja, //,,,, ser\xE3o reconhecidos como caracteres desencadeadores.

Tamb\xE9m suportamos pseud\xF3nimos chineses para c\xF3digos de idioma como comandos, por exemplo, /Japanese Hello World ser\xE1 traduzido para japon\xEAs, <1>clique aqui para ver todos os c\xF3digos de idioma suportados.",reloadCurrentPage:"Por favor, actualize a p\xE1gina atual antes de iniciar a tradu\xE7\xE3o.",noLocalFilePermissionForPDF:"N\xE3o tem permiss\xE3o para ler ficheiros locais, por favor clique no bot\xE3o acima e depois importe os ficheiros locais.",noPermissionForThisPage:"\u26A0\uFE0F Sem permiss\xE3o para traduzir a p\xE1gina atual",retryAllParagraphs:"Repetir todas as passagens de erro",retryAllButton:"Repetir todas as passagens de erro",errorTooltipTitle:"Clique para ver a causa do erro",errorModalTitle:"Algo parece estar errado com o servi\xE7o de tradu\xE7\xE3o ou com a rede...",disableConfirm:"Defini\xE7\xE3o de melhoria da informa\xE7\xE3o bilingue",disableOnce:"Esta incapacidade",disableGlobal:"desativar permanentemente",disableTint:"* Pode voltar a activ\xE1-lo em {option} .",searchEnhancementNotes:"Depois de ativar a funcionalidade de Melhoria da informa\xE7\xE3o bilingue da tradu\xE7\xE3o imersiva, pesquisamos automaticamente as mesmas palavras-chave em ingl\xEAs nos s\xEDtios Web suportados (Google News, Pesquisa Google (algumas palavras-chave), Snowball, Oriental Wealth, Futura, Tiger) e apresentamo-las no lado direito. Pode optar por desactiv\xE1-la se n\xE3o necessitar desta funcionalidade.",option:"preparar",saveSettings:"Guardar defini\xE7\xF5es",closeModal:"Fechar a janela",enableInputTranslationWithoutTriggerKeyTitle:"Permitir 3 acessos r\xE1pidos em{trailingKey}para traduzir diretamente toda a caixa de entrada para{inputTargetLanguage}",enableInputTranslationWithoutTriggerKeyDescription:"Para especificar o idioma de destino, prefixe-o com o c\xF3digo do idioma, por exemplo,\uFF1Aja Hello World",mouseHoverShortcutPlaceholder:"Por exemplo,\uFF1AShift",deepLProName:"Membro Pro da Immersive Translation (Recomendado)",deepLProDescription:"O pacote atual pode ser utilizado diretamente",deeplProDescriptionForNormal:"N\xE3o \xE9 necess\xE1ria qualquer configura\xE7\xE3o, os membros podem utiliz\xE1-lo depois de iniciarem sess\xE3o, <1>clique aqui para atualizar para membro",deepLCustomDescription:"Necess\xE1rio cart\xE3o de cr\xE9dito estrangeiro, oficialmente aberto em <1>DeepL, clique para <2>documenta\xE7\xE3o",deepLCustomName:"Chave de autentica\xE7\xE3o personalizada",chooseProviderLabel:"Selecionar um fornecedor de servi\xE7os",openaiProName:"Membro Pro da Immersive Translation (Recomendado)",openaiProDescription:"O pacote atual pode ser utilizado diretamente",openaiProDescriptionForNormal:"N\xE3o \xE9 necess\xE1ria qualquer configura\xE7\xE3o, os membros podem utiliz\xE1-lo depois de iniciarem sess\xE3o, <1>clique aqui para atualizar para membro",openaiCustomDescription:"Dispon\xEDvel no OpenAI, Azure OpenAI ou noutros servi\xE7os de terceiros, <1>clique aqui para ver a documenta\xE7\xE3o",openaiCustomName:"Chave API personalizada",needLoginAction:"(ades\xE3o aberta ou personaliza\xE7\xE3o)",goLoginOrAction:"(Abrir uma inscri\xE7\xE3o ou ir \xE0s defini\xE7\xF5es)",yearly:"efetuar um pagamento anual consecutivo",quarterly:"embalagem sequencial",monthly:"assinatura mensal",yearlyForOnce:"Pacote anual \xFAnico",monthlyForOnce:"Pacote mensal \xFAnico",daily:"dias consecutivos de embalagem",year:"efetuar um pagamento anual consecutivo",quarter:"embalagem sequencial",month:"assinatura mensal",day:"dias consecutivos de embalagem",onetime_7day:"Pacote de experi\xEAncia de 7 dias",currentPlanDescriptionForFree:"Pacotes actuais\uFF1AFree",currentPlanDescriptionForContinuous:"O pacote atual\uFF1A{plan}ser\xE1 automaticamente renovado em {endAt}",currentPlanDescriptionForAutoRenewCaceling:"O pacote atual\uFF1A{plan}expira em {endAt} e n\xE3o ser\xE1 renovado automaticamente ap\xF3s a expira\xE7\xE3o.",currentYearlyPlanDescriptionForAutoRenewCacelingWithRealPaiedUser:"O pacote atual,\uFF1A{plan}, expira em {endAt} e n\xE3o ser\xE1 renovado automaticamente ap\xF3s a expira\xE7\xE3o.
<1>Clique aqui para gerir o seu plano de renova\xE7\xE3o",currentYearlyPlanDescriptionForAutoRenewCacelingWithAdmin:"O pacote atual,\uFF1A{plan}, expira em {endAt} e n\xE3o ser\xE1 renovado automaticamente ap\xF3s a expira\xE7\xE3o.
<1>Clique aqui para ativar a subscri\xE7\xE3o anual cont\xEDnua",currentPlanDescriptionForOneTime:"A subscri\xE7\xE3o atual\uFF1A{plan}expira em {endAt} . <1>Clique aqui para atualizar para uma subscri\xE7\xE3o <1>anual ou <2>mensal.",upgradePlan:"Clique aqui para atualizar para a subscri\xE7\xE3o Pro",upgradeToPro:"Atualizar para a subscri\xE7\xE3o Pro","popup.openPro":"Actualize para a subscri\xE7\xE3o Pro para desfrutar de DeepL e da tradu\xE7\xE3o OpenAI, clique aqui para atualizar!","popup.openProForPro":"\xC9 um membro Pro com acesso direto \xE0s tradu\xE7\xF5es de DeepL e OpenAI!",currentAccount:"conta corrente",enableAutoSyncUserSettings:"Permitir a sincroniza\xE7\xE3o autom\xE1tica na nuvem em v\xE1rios dispositivos",modalEnableInputTranslationTitle:"Tradu\xE7\xE3o imersiva Caixa de entrada Alertas de tradu\xE7\xE3o",modalEnableInputTranslationDesc:"Acaba de ativar a tradu\xE7\xE3o da caixa de entrada da Tradu\xE7\xE3o Imersiva, carregando na barra de espa\xE7os 3 vezes em sucess\xE3o r\xE1pida, e o conte\xFAdo da caixa de entrada ser\xE1 traduzido para a l\xEDngua de destino predefinida. A tradu\xE7\xE3o pode ser anulada com Ctrl+Z.

Se isto foi um erro, n\xE3o se preocupe, pode optar por desactiv\xE1-la desta vez ou desativar permanentemente a tradu\xE7\xE3o da caixa de entrada.",saveAndNotShowAgain:"Guardar e parar a solicita\xE7\xE3o",disableInputTranslationTips:"* Tamb\xE9m pode definir outros atalhos para serem accionados em {option} ,{learnMore}.",learnMore:"Clique aqui para saber mais",continueEnalbeInputTranslation:"Continuar a ativar a tradu\xE7\xE3o da caixa de entrada",autoRenewTrialSuffix:'(Durante o per\xEDodo experimental,passa imediatamente a membro efetivo)',upgradeFromTrialTitle:"Atualiza\xE7\xE3o para membro de pleno direito",subtitle:"legendagem de v\xEDdeo",youtubeService:"Tradu\xE7\xE3o por imers\xE3o Servi\xE7os de tradu\xE7\xE3o de legendagem de v\xEDdeo","subtitle.disabledSubtitle":"Desativar permanentemente a funcionalidade de legendas de v\xEDdeo","subtitle.disabledSubtitleDescription":"Se Immersive Translator's Video Subtitles entrar em conflito com outras extens\xF5es, pode optar por desativar permanentemente a funcionalidade Immersive Translator's Video Subtitles ou desinstalar outras extens\xF5es que entrem em conflito","subtitle.autoEnableSubtitle":"Utiliza\xE7\xE3o autom\xE1tica de legendas bilingues","subtitle.autoEnableSubtitleDescription":"Depois de ativado, quando o v\xEDdeo \xE9 reproduzido, as legendas bilingues s\xE3o exibidas automaticamente, caso contr\xE1rio, \xE9 necess\xE1rio clicar no bot\xE3o de tradu\xE7\xE3o para exibir.","subtitle.preTranslation":"Traduzir legendas utilizando a tradu\xE7\xE3o imersiva","subtitle.preTranslationDescription":"Quando activada, toda a legenda ser\xE1 pr\xE9-traduzida utilizando o servi\xE7o de tradu\xE7\xE3o especificado abaixo, e um v\xEDdeo de 1 hora consumir\xE1 cerca de 50.000 Tokens ou caracteres, pelo que deve ser utilizada \xE0 sua discri\xE7\xE3o; quando desactivada, ser\xE3o utilizadas primeiro as legendas originais.","subtitle.humanSubtitlesPreferred":"Utiliza\xE7\xE3o priorit\xE1ria de legendagem humana","subtitle.humanSubtitlesPreferredDescription":"Dar prioridade \xE0 utiliza\xE7\xE3o de legendas humanas quando o v\xEDdeo tiver legendas humanas na l\xEDngua de chegada (recomendado)",videoSubtitleTranslationDescription:"Atribuir um servi\xE7o de tradu\xE7\xE3o separado para as legendas de v\xEDdeo",subtitleTranslating:"Aguarde enquanto as legendas est\xE3o a ser traduzidas utilizando o servi\xE7o {service} ... (tradu\xE7\xE3o por imers\xE3o)",subtitleLoading:"A carregar as legendas...",bilingual:"bilinguismo","field.action":"Se deve ativar a terminologia Baidu","description.action":"Quando ativado, ser\xE1 adicionado um par\xE2metro action=1 ao pedido para informar o Baidu do termo ativado. <1>Consulte a documenta\xE7\xE3o oficial para obter mais informa\xE7\xF5es.",closeQuickTranslation:"Fechar Hoverball","closeQuickTranslation.untilNext":"Desta vez fechado at\xE9 \xE0 pr\xF3xima visita","closeQuickTranslation.currentWebsite":"S\xEDtio atual desativado","closeQuickTranslation.alwaysClose":"desativar permanentemente","closeQuickTranslation.settingOpen":"(pode ser ativado na <1>p\xE1gina de defini\xE7\xF5es )","closeQuickTranslation.cancel":"cancelamentos","closeQuickTranslation.confirm":"definir","floatBall.popup":"Abrir o painel Defini\xE7\xF5es r\xE1pidas","floatBall.translate":"Clique para traduzir a p\xE1gina","floatBall.showOriginal":"Clique para voltar ao artigo original","floatBall.close":"Fechar Hoverball","floatBallOptions.enableDescPc":"Depois de ativar o hoverball da p\xE1gina, ser\xE1 apresentado um bot\xE3o de tradu\xE7\xE3o r\xE1pida no lado direito da p\xE1gina, clique nele para traduzir!","floatBallOptions.enableDesc":"Depois de desligar a hoverball, esta pode ser recuperada com{touch}. Recomenda-se vivamente que marques esta p\xE1gina de defini\xE7\xF5es para o caso de n\xE3o conseguires encontrar a hoverball depois de teres desligado inadvertidamente esta op\xE7\xE3o!","description.azureApiUrl":"Preencher o endere\xE7o da interface API personalizada",confirmSupportMouse:"For\xE7ar a ativa\xE7\xE3o do suporte do rato",confirmSupportMouseDescription:"Detectado que o browser atual n\xE3o suporta a fun\xE7\xE3o de rato, \xE9 for\xE7ado a ativar o suporte de rato?",sampleTargetText:"A longa noite chegar\xE1, e eu vigiarei de hoje at\xE9 \xE0 minha morte. N\xE3o tomarei nenhuma esposa, n\xE3o farei nenhum feudo, n\xE3o terei filhos. N\xE3o usarei uma coroa, n\xE3o lutarei por honra. Cumprirei o meu dever, viverei e morrerei.",sampleSourceText:"Night gathers, and now my watch begins. It shall not end until my death. I shall take no wife, hold no lands, father no children. I shall wear no crowns and win no glory. I shall live and die at my post.","desc.touchShortcutsToggleTranslatePageOnlyTranslation":"Apenas a tradu\xE7\xE3o significa que apenas o texto traduzido ser\xE1 exibido, se a p\xE1gina ainda n\xE3o foi traduzida, o modo ser\xE1 alterado e traduzido.","desc.toggleOnlyTransation":"O modo de tradu\xE7\xE3o apenas se refere a mostrar apenas a tradu\xE7\xE3o, se a p\xE1gina ainda n\xE3o foi traduzida, o modo ser\xE1 alterado e traduzido.",touchShortcutsToggleTranslatePageOnlyTranslation:"Configurar gestos de toque na tela para alternar entre o modo bil\xEDngue / apenas tradu\xE7\xE3o",download_started:"O download j\xE1 come\xE7ou, se n\xE3o come\xE7ou automaticamente, por favor clique manualmente.",here:"aqui","translationFont.customPlaceholder":"tipo de letra",batchEdit:"Opera\xE7\xE3o em massa","error.goReset":"ir redefinir","error.configError":"Dados de configura\xE7\xE3o anormais","translationServices.inherit":"Siga o servi\xE7o de tradu\xE7\xE3o principal",detectServiceLoading:"Detectando servi\xE7os de tradu\xE7\xE3o dispon\xEDveis...","translationModeLang.translation.title":"Apenas o modo de tradu\xE7\xE3o de idioma","translationFont.custom":"Insira a fonte personalizada","error.serveConfigError":"Erro de configura\xE7\xE3o do servi\xE7o",toggleToService:"Mude para {service} e tente novamente","touch.mouse-translate":"Traduzir o par\xE1grafo especificado","translationModeUrl.translation.title":"Modo de apenas tradu\xE7\xE3o do URL","error.proTokenInvalid":"Se voc\xEA \xE9 um usu\xE1rio Pro, fa\xE7a login antes de usar o servi\xE7o de tradu\xE7\xE3o Pro.",enableSentryReport:"Quando ocorre um erro de extens\xE3o, use o Sentry para enviar feedback.",translationFont:"Definir fonte",videoSubtitlePreTranslationOn:"As legendas de v\xEDdeo usar\xE3o tradu\xE7\xE3o imersiva como prioridade.","error.reloadPageOfSetting":"Ap\xF3s a configura\xE7\xE3o, atualize a p\xE1gina para traduzir novamente.","translationModeLang.translation.description":"Quando a l\xEDngua da p\xE1gina \xE9 uma das seguintes, o modo de tradu\xE7\xE3o apenas ser\xE1 usado automaticamente.","error.502":"O servi\xE7o retornou um erro, o servi\xE7o est\xE1 fora do tempo, por favor tente novamente mais tarde.","error.googleLimitIp":"O servi\xE7o retorna um erro, o servi\xE7o Google j\xE1 limitou este endere\xE7o IP, \xE9 recomendado que voc\xEA mude o n\xF3 da rede.","error.403":"O servi\xE7o retorna um erro, temporariamente sem permiss\xE3o para acessar esse servi\xE7o.","error.400":"O servi\xE7o retorna um erro, o par\xE2metro de solicita\xE7\xE3o est\xE1 errado, por favor, verifique a configura\xE7\xE3o correspondente.","error.proUpgrade":"Ap\xF3s a atualiza\xE7\xE3o, atualize a p\xE1gina e traduza novamente.",videoSubtitlePreTranslationOff:"As legendas do v\xEDdeo dar\xE3o prioridade \xE0s legendas traduzidas automaticamente inclu\xEDdas no v\xEDdeo original.","error.429":"O servi\xE7o retornou um erro, indicando que a solicita\xE7\xE3o \xE9 muito frequente ou excede o limite, tente novamente mais tarde.","error.gemini.429":"O servi\xE7o Gemini atual atingiu sua capacidade m\xE1xima, por favor, tente novamente mais tarde ou mude para outro servi\xE7o de tradu\xE7\xE3o.","error.openAIExceededQuota":"O servi\xE7o retorna um erro: o saldo da sua conta OpenAI atual \xE9 insuficiente, por favor recarregue ou vincule um cart\xE3o de cr\xE9dito no back-end oficial da OpenAI.","translationFont.notSupportErrorMessage":"Por favor, verifique se o nome da fonte que voc\xEA inseriu est\xE1 correto, ou confirme se essa fonte j\xE1 est\xE1 instalada em seu dispositivo.","translationModeUrl.translation.description":"Quando o site \xE9 para os seguintes dom\xEDnios, o modo de apenas tradu\xE7\xE3o \xE9 usado automaticamente.","desc.toggleVideoSubtitlePreTranslation":"Ao pressionar, as legendas em dois idiomas do v\xEDdeo usar\xE3o preferencialmente as configura\xE7\xF5es de tradu\xE7\xE3o imersiva, ao pressionar novamente, as legendas autom\xE1ticas do v\xEDdeo original ser\xE3o priorizadas. Aten\xE7\xE3o: este atalho modifica as configura\xE7\xF5es globais.","error.openAIFreeLimit":"O servi\xE7o retorna um erro, a frequ\xEAncia atual de solicita\xE7\xF5es de tradu\xE7\xE3o atingiu o limite m\xE1ximo de 3 vezes por minuto, tente novamente mais tarde. (Esta \xE9 a restri\xE7\xE3o oficial da OpenAI para a chave API gratuita, para remover essa restri\xE7\xE3o, vincule um cart\xE3o de cr\xE9dito no backend da OpenAI.)","error.serveUnavailable":"O servi\xE7o [{serverName}] que voc\xEA est\xE1 usando atualmente n\xE3o pode ser acessado temporariamente devido a problemas de conex\xE3o de rede ou do provedor de servi\xE7os. Sugerimos que voc\xEA tente atualizar a p\xE1gina ou alterar para outro servi\xE7o de tradu\xE7\xE3o atrav\xE9s das <1>configura\xE7\xF5es. Se voc\xEA \xE9 um membro <2>Pro, pode optar por usar os servi\xE7os de tradu\xE7\xE3o mais est\xE1veis da DeepL ou OpenAI (<3>clique aqui para experimentar gratuitamente). Al\xE9m disso, voc\xEA pode precisar verificar suas configura\xE7\xF5es de rede ou proxy.","tagsInput.add":"+ Adicionar","floatBall.iKnow":"Eu sei.",pickAll:"Selecionar tudo",goLogin:"V\xE1 fazer login",notLogin:"N\xE3o conectado","error.retry":"Tentar novamente",shortcutSettingsTitle:"Configura\xE7\xF5es de atalho","error.reason":"Raz\xE3o do erro","subtitle.hideQuickButton":"N\xE3o mostrar mais este atalho",errorReason:"Raz\xE3o do erro: {message}","widget.instruction":"Instru\xE7\xF5es de uso","multipleClick.2":"Clique duplo","multipleClick.3":"Tr\xEDplice golpe","widget.translateFile":"PDF/ePub","floatBallOptions.fixedPositionLeft":"lado esquerdo","floatBallOptions.fixedPosition":"Posi\xE7\xE3o fixa",buildSnapshots:"Gerar instant\xE2neo da p\xE1gina da web","intro.floatBallTitle":"Bola flutuante de tradu\xE7\xE3o r\xE1pida",neverTranslateThisSite:"Nunca traduza este site",mouseHoverCustomKeyTitle:"Personalizar atalhos de mouse hover","subtitle.autoDisableSubtitle":"N\xE3o ative automaticamente as legendas bilingues","browser.translateWithGoogle":"Usar o Google Tradutor temporariamente para a p\xE1gina atual","error.subscriptionExpiredTitle":"A associa\xE7\xE3o expirou","floatBallOptions.fixedPositionRight":"lado direito",loggedIn:"Conectado","subtitle.bilingual":"Legendas bil\xEDngues","slide.right":"Deslize para a esquerda",networkError:"O servi\xE7o de tradu\xE7\xE3o ou a rede est\xE1 com problemas",contact:"Entre em contato conosco","intro.subtitleTitle":"Exibi\xE7\xE3o de legendas bilingues em v\xEDdeos online","browser.translateWithTransmart":"Usar temporariamente o Tencent para traduzir a p\xE1gina atual",alwaysTranslateThisSite:"Sempre traduza este site",temprarilyChangeTranslationTo_gemini:"Est\xE1 a usar o Gemini para traduzir a p\xE1gina atual","multipleClick.4":"Qu\xE1druplo golpe","intro.hoverTitle":"Passe o mouse para traduzir o par\xE1grafo atual",temprarilyChangeTranslationTo_google:"Est\xE1 a usar o Google Tradutor para traduzir a p\xE1gina atual","shortcutGroup.touch":"Gestos espec\xEDficos para tela sens\xEDvel ao toque",notLoginPro:"Ainda n\xE3o iniciou sess\xE3o na sua conta de membro.",paragraphMinTextCountField:"N\xFAmero m\xEDnimo de caracteres necess\xE1rios para traduzir um par\xE1grafo",temprarilyChangeTranslationTo_openai:"Est\xE1 a usar o OpenAI para traduzir a p\xE1gina atual",translationOnlyMode:"Apenas modo de tradu\xE7\xE3o",viewWithImmersiveTranslate:"Vers\xE3o bil\xEDngue (tradu\xE7\xE3o imersiva)","translationServices.gemini":"G\xEAmeos","browser.toggleMouseHoverTranslateDirectly":"Ativar ou desativar temporariamente a tradu\xE7\xE3o direta do mouse hover na p\xE1gina",shortcutSettings:"Atalho","browser.translateWithOpenAI":"Usar temporariamente o OpenAI para traduzir a p\xE1gina atual",touchShortcutsToggleTranslateTouchElement:"Configurar gestos de toque na tela para traduzir par\xE1grafos espec\xEDficos","widget.instructionTooltip":"Consulte as instru\xE7\xF5es de uso","shortcutGroup.mouse":"Configura\xE7\xE3o de atalhos de teclado para hover do mouse",temprarilyChangeTranslationTo_deepl:"Est\xE1 a usar o DeepL para traduzir a p\xE1gina atual.","floatBall.longPress":"Pressione e segure para abrir rapidamente o painel de configura\xE7\xF5es.","widget.videoSubtitle":"legendas de v\xEDdeo",upgradeToProErrorTitle:"Por favor, atualize para o membro Pro antes de usar este servi\xE7o de tradu\xE7\xE3o.","floatBallOptions.fixedPositionDesc":"A bola flutuante est\xE1 \xE0 esquerda ou \xE0 direita da janela?","shortcutGroup.shortcutsForTranslationServices":"Servi\xE7os de tradu\xE7\xE3o atalhos relacionados",temprarilyChangeTranslationTo_transmart:"Est\xE1 a usar o Tencent para traduzir a p\xE1gina atual.",touchShortcutsOff:"fechar","browser.translateWithBing":"Usar temporariamente o Microsoft Translate para traduzir a p\xE1gina atual","browser.toggleVideoSubtitlePreTranslation":"Alternar legendas bil\xEDngues prefere usar configura\xE7\xF5es de tradu\xE7\xE3o imersiva","proQuotaExceededError.resetTime":"3. Tempo de redefini\xE7\xE3o do limite: {resetTime}","widget.videoSubtitleTooltip":"Suporta Youtube e outros {count}+ sites de v\xEDdeo","desc.touchShortcutsToggleTranslateTouchElement":"Personalize um gesto e voc\xEA poder\xE1 traduzir qualquer par\xE1grafo em que estiver.","subtitle.showQuickButton":"No leitor, exibir legendas em dois idiomas \xE9 um atalho","shortcutGroup.others":"Mais atalhos de fun\xE7\xF5es personalizadas",touchShortcutsToggleTranslationMask:"Configurar gestos de toque na tela para mostrar a m\xE1scara de tradu\xE7\xE3o / mostrar o texto original",temprarilyChangeTranslationTo_bing:"Est\xE1 a usar o Microsoft Translator para traduzir a p\xE1gina atual.","browser.translateWithGemini":"Use temporariamente o Gemini para traduzir a p\xE1gina atual","error.subscriptionExpired":"A sua associa\xE7\xE3o pode ter expirado, por favor verifique o estado da sua associa\xE7\xE3o.","browser.translateInputBox":"Traduzir o conte\xFAdo da caixa de entrada atual",touchShortcutsToggleTranslatePage:"Defina gestos de toque na tela para traduzir p\xE1ginas da web / mostrar o texto original","widget.translateFileTooltip":"Traduzir documentos PDF, EPUB, SRT, ASS, HTML e TXT","description.baiduField":"Os campos suportados s\xE3o vistos <1>aqui, se estiver vazio, significa que nenhum campo \xE9 especificado.","browser.translateWithDeepL":"Use temporariamente o DeepL para traduzir a p\xE1gina atual","desc.interfaceLanguage":"A configura\xE7\xE3o do idioma da interface afeta o idioma de exibi\xE7\xE3o do painel de controle e n\xE3o est\xE1 relacionada ao idioma de destino da tradu\xE7\xE3o.","neverTranslateText.title":`Por favor, traduza diretamente para o portugu\xEAs (evite explicar o texto original): + {env.imt_trans_field}: \uBC88\uC5ED\uBB38`,"subtitle.quickButton.setting":"\uC124\uC815","subtitle.quickButton.translationPosition":"\uBC88\uC5ED \uC704\uCE58","subtitle.quickButton.black":"\uAC80\uC740\uC0C9","translationServices.claude":"\uD074\uB85C\uB4DC","subtitle.quickButton.translationPositionTop":"\uC6D0\uBB38 \uC704\uC5D0","subtitle.quickButton.backgroundColor":"\uBC30\uACBD\uC0C9","subtitle.quickButton.translationPositionBottom":"\uC6D0\uBB38 \uC544\uB798\uC5D0","subtitle.quickButton.yellow":"\uB178\uB780\uC0C9","subtitle.quickButton.white":"\uD558\uC580\uC0C9","subtitle.quickButton.translationTextColor":"\uBC88\uC5ED \uAE00\uAF34 \uC0C9\uC0C1","subtitle.quickButton.red":"\uBE68\uAC04\uC0C9","subtitle.quickButton.sourceTextColor":"\uC6D0\uB798 \uAE00\uAF34 \uC0C9\uC0C1","subtitle.quickButton.green":"\uB179\uC0C9","subtitle.quickButton.cyan":"\uCCAD\uC0C9","subtitle.quickButton.magenta":"\uB9C8\uC820\uD0C0\uC0C9","subtitle.quickButton.backgroundOpacity":"\uBC30\uACBD \uBD88\uD22C\uBA85\uB3C4","subtitle.quickButton.translationFontSize":"\uBC88\uC5ED \uAE00\uC790 \uD06C\uAE30","subtitle.quickButton.sourceFontSize":"\uC6D0\uB798 \uAE00\uAF34 \uD06C\uAE30","subtitle.quickButton.blue":"\uD30C\uB780\uC0C9",attachSubtitleTranslating:"{service}\uB97C \uC0AC\uC6A9\uD558\uC5EC \uBC88\uC5ED \uC911...","error.claude.403":"\uC11C\uBE44\uC2A4\uC5D0 \uC561\uC138\uC2A4 \uD560 \uAD8C\uD55C\uC774 \uC5C6\uC2B5\uB2C8\uB2E4. \uC774\uB294 Claude\uC758 \uC9C0\uC5ED \uC81C\uD55C\uACFC \uAD00\uB828\uC774 \uC788\uC744 \uC218 \uC788\uC2B5\uB2C8\uB2E4. IP \uC8FC\uC18C\uB97C \uBCC0\uACBD\uD558\uAC70\uB098 \uB2E4\uB978 \uBC88\uC5ED \uC11C\uBE44\uC2A4\uB97C \uC0AC\uC6A9\uD574 \uBCF4\uC2ED\uC2DC\uC624.","browser.brandDescriptionForSafari":"\u3010\uBAB0\uC785\uD615 \uBC88\uC5ED\u3011\uBB34\uB8CC\uC758 (\uC6D0\uBB38/\uBC88\uC5ED\uBB38) \uC774\uC911 \uC5B8\uC5B4 \uB300\uC870 \uC6F9 \uD398\uC774\uC9C0 \uBC88\uC5ED \uD50C\uB7EC\uADF8\uC778\uC73C\uB85C, PDF \uBC88\uC5ED \uBC0F EPUB \uC804\uC790\uCC45 \uBC88\uC5ED\uC744 \uC9C0\uC6D0\uD558\uBA70 \uC6D0\uBB38\uC758 \uBB38\uC11C \uBC30\uCE58\uB97C \uC720\uC9C0\uD569\uB2C8\uB2E4. Youtube/Netflix \uB4F1\uC758 \uC628\uB77C\uC778 \uBE44\uB514\uC624 \uC774\uC911 \uC5B8\uC5B4 \uC790\uB9C9 \uBC88\uC5ED\uC744 \uC9C0\uC6D0\uD558\uBA70, Deepl/Google \uB4F1 \uC8FC\uC694 \uBC88\uC5ED \uC11C\uBE44\uC2A4\uB97C \uC9C0\uC6D0\uD569\uB2C8\uB2E4.","browser.PdfProFile":"AI\uAC00 \uAD6C\uB3D9\uD558\uB294 PDF Pro \uBC88\uC5ED","browser.textTranslate":"\uBB38\uC11C \uBC88\uC5ED"};var j4={nologin:"n\xE3o conectado",loginForSafari:"Iniciar sess\xE3o ou registar-se",login:"Iniciar sess\xE3o para abrir uma inscri\xE7\xE3o",manageAccount:"Contas geridas",openPremium:"Associa\xE7\xE3o aberta",logout:"abortar",curentPlan:"Pacotes actuais",endAt:"expira\xE7\xE3o",endAuto:"renova\xE7\xE3o autom\xE1tica",lineBreakMaxTextCount:"N\xFAmero m\xE1ximo de caracteres permitidos por frase ap\xF3s as mudan\xE7as de linha","translate-pdf":"Clique para traduzir o PDF","noSupportTranslate-pdf":"Script n\xE3o suportado, utilize o plugin","translate-firefox-local-pdf":"Clique para ir para Importar PDF",enableLineBreak:"Ativar o avan\xE7o autom\xE1tico de linha para par\xE1grafos longos",sponsorLabel:"$1 Desenvolvedores patrocinados",help:"m\xE3o",browserShortcutsNoteForFirefox:"Para alterar os atalhos no Firefox, \xE9 necess\xE1rio abrir a p\xE1gina de gest\xE3o de extens\xF5es `about:addons`, clicar em `Settings` e, em seguida, clicar em `Manage Shortcuts` para definir os atalhos.",browserShortcutsNoteForChrome:"Para modificar os atalhos no Chrome, tem de abrir a p\xE1gina de gest\xE3o de extens\xF5es, defini-los no painel `Gerir atalhos` (`chrome://extensions/shortcuts`) e clicar no bot\xE3o abaixo para saltar para a p\xE1gina de gest\xE3o de atalhos.",browserShortcutsSucks:"Os atalhos personalizados s\xE3o formatados como (sem reconhecimento autom\xE1tico, introduza diretamente)\uFF1A",enableLineBreakDescription:"Quando activada, as quebras de linha ser\xE3o inseridas no final de cada frase em par\xE1grafos longos para facilitar a leitura","browser.shortBrandName":"Tradu\xE7\xE3o por imers\xE3o","browser.brandName":"Tradu\xE7\xE3o por imers\xE3o: Tradu\xE7\xE3o bilingue de p\xE1ginas Web e de documentos PDF","browser.brandDescription":"Bilingual web page translation, also supports PDF translation, bilingual Epub eBook translation, free to use.","browser.toggleTranslatePage":"Traduzir a p\xE1gina/apresentar o texto original","browser.toggleTranslateTheWholePage":"Traduzir todas as \xE1reas da p\xE1gina/apresentar o texto original","browser.toggleOnlyTransation":"Alternar entre o modo bil\xEDngue / apenas tradu\xE7\xE3o","browser.toggleTranslateToThePageEndImmediately":"Tradu\xE7\xE3o imediata para o fim da p\xE1gina/visualiza\xE7\xE3o do texto original","browser.toggleTranslateTheMainPage":"Traduzir a \xE1rea principal da p\xE1gina/apresentar o texto original","browser.shareToDraft":"Partilhar p\xE1ginas bilingues","browser.openOptionsPage":"Abrir a p\xE1gina de defini\xE7\xF5es","browser.toggleTranslationMask":"Mostrar/ocultar o efeito de desfocagem da tradu\xE7\xE3o","browser.translateLocalPdfFile":"Traduzir ficheiros PDF locais","browser.openEbookViewer":"Ler livros electr\xF3nicos locais","browser.openEbookBuilder":"Criar livros electr\xF3nicos EPUB bilingues","browser.translateLocalHtmlFile":"Traduzir ficheiros HTML/txt","browser.donateContext":"Saiba mais sobre as vantagens do patroc\xEDnio","browser.translateLocalSubtitleFile":"Traduzir ficheiros de legendas locais",confirmResetConfig:"Tem a certeza de que pretende repor as defini\xE7\xF5es?",translationLineBreakSettingTitle:"Defini\xE7\xE3o do avan\xE7o de linha de tradu\xE7\xE3o",smartLineBreak:"alimenta\xE7\xE3o de linha inteligente (computa\xE7\xE3o)",alwaysLineBreak:"Sempre alimenta\xE7\xE3o de linha",isShowContextMenu:"Adicionar p\xE1ginas traduzidas aos itens de menu do bot\xE3o direito do rato",toggleBeta:"Ativa\xE7\xE3o de funcionalidades de teste beta",betaDescription:"Ativar funcionalidades que ainda s\xE3o experimentais, bem como um servi\xE7o de tradu\xE7\xE3o em vers\xE3o beta. Junte-se ao <1>grupo do Telegram para saber mais.",translationLineBreakSettingDescription:"Os feeds de linha s\xE3o sempre limpos e organizados para p\xE1ginas com menos conte\xFAdo. (Utilize quebras de linha inteligentes em par\xE1grafos longos e com muito conte\xFAdo (mais de{count}caracteres) para poupar espa\xE7o).",tempTranslateDomainTitle:"Dura\xE7\xE3o da ativa\xE7\xE3o tempor\xE1ria da tradu\xE7\xE3o do s\xEDtio Web",tempTranslateDomainDescription:"Quando traduzir manualmente uma p\xE1gina Web, active temporariamente o s\xEDtio Web para tradu\xE7\xE3o autom\xE1tica e pode definir a dura\xE7\xE3o tempor\xE1ria.",xMinutes:"{count} minutos",disabled:"proibir a utiliza\xE7\xE3o de algo",changelog:"Registo de atualiza\xE7\xE3o",toggleTranslatePageWhenThreeFingersOnTheScreen:"O toque simult\xE2neo de v\xE1rios dedos no ecr\xE3 traduz p\xE1ginas Web/apresenta o texto original",toggleTranslationMaskWhenThreeFingersOnTheScreen:"O toque de v\xE1rios dedos mostra/oculta o efeito de desfocagem.",fingerCountToToggleTranslagePageOnlyTranslationWhenTouching:"O toque simult\xE2neo de v\xE1rios dedos no ecr\xE3 traduz a p\xE1gina Web (apenas tradu\xE7\xE3o)/apresenta o texto original.",addUrlDescription:"Pode ser um nome de dom\xEDnio e tamb\xE9m suporta wildcards, por exemplo,\uFF1A*.google.com, google.com/mail/*, https://www.google.com/*",general:"Defini\xE7\xF5es b\xE1sicas",clickToExpandConfig:"Expandir a configura\xE7\xE3o atual",import:"Importar de um ficheiro",export:"Exportar para ficheiro",toggleDebug:"Imprimir o registo de depura\xE7\xE3o na consola","fingers.0":"coagula\xE7\xE3o","fingers.2":"toque com dois dedos","fingers.3":"toque com tr\xEAs dedos","fingers.4":"toque com quatro dedos","fingers.5":"toque com cinco dedos",mouseHoldKey:"+ {key} traduzir/restaurar o par\xE1grafo",mouseHoldKeyAuto:"Tradu\xE7\xE3o direta do par\xE1grafo",mouseHoldKeyOff:"N\xE3o fa\xE7as nada.",mouseHoldKeyOther:"Atalhos personalizados (abrir defini\xE7\xF5es)",mouseHoldKeyCustomKey:"{key} Tradu\xE7\xE3o/redu\xE7\xE3o do par\xE1grafo",mouseHoverHoldKey:"Passar o rato enquanto se premem as teclas de atalho para traduzir par\xE1grafos","mouse-translate":"passar o rato",document:"ficheiro (inform\xE1tico)",resetSuccess:"Repor todas as defini\xE7\xF5es com \xEAxito",resetThisSuccess:"Reinicializa\xE7\xE3o bem-sucedida",saved:"Guardar com sucesso",successImportConfig:"Configura\xE7\xE3o importada com sucesso",goAdvancedSettings:"Aceder \xE0 p\xE1gina Defini\xE7\xF5es avan\xE7adas",goAdvancedInterfaceSettings:"Aceder \xE0 p\xE1gina Defini\xE7\xF5es de personaliza\xE7\xE3o avan\xE7adas",advanced:"Defini\xE7\xF5es avan\xE7adas",advancedDescription:"Geralmente n\xE3o s\xE3o necess\xE1rias defini\xE7\xF5es, basta deix\xE1-la como predefinida. Apenas para utilizadores mais especializados, est\xE3o dispon\xEDveis defini\xE7\xF5es mais personalizadas.",developer:"Defini\xE7\xF5es do programador",donateCafe:"pre\xE7os","translate to the bottom of the page":"\xC9 traduzido para o fundo da p\xE1gina imediatamente ap\xF3s entrar na p\xE1gina?",feedback:"Feedback sobre os problemas",toggleTranslatePage:"Traduzir a p\xE1gina/apresentar o texto original",translateToThePageEndImmediatelyDescription:"Se a ativar, o conte\xFAdo ser\xE1 imediatamente traduzido da parte superior para a parte inferior da p\xE1gina \xE0 medida que a introduz. Se a desativar, a tradu\xE7\xE3o \xE9 feita \xE0 medida que l\xEA. (N\xE3o recomendado)","translate all areas of the page":"Se pretende traduzir todas as \xE1reas da p\xE1gina",translationAreaDescription:"Ligado, todas as \xE1reas de toda a p\xE1gina Web s\xE3o traduzidas. Se estiver desativado, utiliza o reconhecimento inteligente predefinido e traduz apenas as \xE1reas principais. (N\xE3o se recomenda que seja ativado)","the number of characters to be translated first":"Traduzir diretamente os primeiros caracteres da p\xE1gina sem ter de se deslocar para a \xE1rea de visualiza\xE7\xE3o","interface language":"linguagem de interface","display both the original text and the translation":"Visualiza\xE7\xE3o simult\xE2nea do original e da tradu\xE7\xE3o","keyboard shortcuts":"Atalhos de teclado",modify:"Modificar teclas de atalho",reset:"reprovis\xE3o",close:"coagula\xE7\xE3o",homepage:"p\xE1gina inicial",more:"mais",moreOptions:"Expandir mais op\xE7\xF5es de personaliza\xE7\xE3o",translateTheWholePage:"Traduzir todas as \xE1reas da p\xE1gina (em vez de reconhecer inteligentemente as \xE1reas principais)",changeToTranslateTheWholePage:"Mudar para traduzir todas as regi\xF5es",changeToTranslateTheMainPage:"Mudar para Traduzir \xC1rea Principal",changeToOnlyTranslationMode:"Alternar para apresentar apenas tradu\xE7\xF5es",changeToDualTranslationMode:"Mudar para tradu\xE7\xE3o bilingue",translateToThePageEndImmediately:"Tradu\xE7\xE3o imediata para o fim da p\xE1gina",translateTheMainPage:"Regi\xF5es-chave da tradu\xE7\xE3o inteligente","The local rules are up to date":"As regras de adapta\xE7\xE3o local est\xE3o actualizadas.","Successfully synchronized with the latest official rules:":"Sincroniza\xE7\xE3o bem sucedida com as \xFAltimas regras oficiais de adapta\xE7\xE3o.","Checking for updates":"Verifica\xE7\xE3o de actualiza\xE7\xF5es","Rules are being synchronized":"Regras de adapta\xE7\xE3o sincronizadas",localVersionIsTooOld:"A vers\xE3o da extens\xE3o local \xE9 demasiado antiga. Actualize a extens\xE3o para {minVersion} ou mais recente antes de tentar sincronizar.",badUserscriptBrowser:"O navegador atual n\xE3o implementa corretamente a interface da extens\xE3o Grease Monkey (por exemplo, para obter informa\xE7\xF5es sobre o n\xFAmero da vers\xE3o do pr\xF3prio script Grease Monkey), utilize outros navegadores que <1>suportem a extens\xE3o Grease Monkey, como o Firefox.",foundNewVersion:"Descubra a nova vers\xE3o",theLocalExtensionIsUpToUpdate:"A extens\xE3o atual est\xE1 actualizada.",failToSyncRules:"N\xE3o sincroniza\xE7\xE3o das regras de adapta\xE7\xE3o mais recentes",retry:"Clique aqui para tentar novamente",failedReason:"Raz\xF5es do insucesso",currentRuleVersion:"Vers\xE3o atual da regra",calculating:"c\xE1lculos",unknownError:"erro desconhecido",canNotFetchRemoteRule:"N\xE3o \xE9 poss\xEDvel obter regras remotas",enableAlphaSuccess:"Alfa ativado",disableAlphaSuccess:"A fun\xE7\xE3o alfa foi desactivada",cacheSize:"Tamanho da cache\uFF1A",cleaning:"em processo de liquida\xE7\xE3o",cleanCache:"limpar a cache",options:"preparar",about:"em rela\xE7\xE3o a",service:"servi\xE7o de interpreta\xE7\xE3o",needAction:"(Ir para Defini\xE7\xF5es)",goSettings:"v\xE1 em frente e configure",needActionForOptions:"(a definir)",translationEngine:"Op\xE7\xF5es de motor",sourceLanguage:"L\xEDngua original",target:"l\xEDngua-alvo",popupSourceLanguage:"L\xEDngua original",popupTarget:"l\xEDngua-alvo",popupService:"servi\xE7o de interpreta\xE7\xE3o",forThisSite:"S\xEDtio Web atual",autoEnableSubtitle:"Abertura autom\xE1tica de legendas bilingues",alwaysTranslate:"Traduzir sempre",neverTranslate:"Nunca traduzir",alwaysTranslateSomeLanguage:"Traduzir sempre {language}",neverTranslateSomeLanguage:"Nunca traduzir {language}",alwaysTranslateSomeSite:"Traduzir sempre {hostname}",neverTranslateSomeSite:"Nunca traduzir {hostname}",alwaysTranslateSomeSiteOrWildSite:"Traduzir sempre o s\xEDtio",alwaysTranslateSomePage:"Traduzir sempre a p\xE1gina",add:"aumentar",default:"predefini\xE7\xE3o (defini\xE7\xE3o)",forThisLanguage:"Para esta l\xEDngua\uFF1A","add url":"Introduzir URL",edit:"compilador","translate other languages into specific language":"Traduzir outras l\xEDnguas para a sua l\xEDngua definida","select translation service":"Selecionar um servi\xE7o de tradu\xE7\xE3o",language:"multilinguismo","show-original":"Mostrar texto original",translate:"renderiza\xE7\xE3o",Translated:"traduzido",Translating:"na tradu\xE7\xE3o",Error:"incorreto",allowCacheTranslations:"Ativar o caching de tradu\xE7\xE3o local (para reduzir os pedidos de tradu\xE7\xE3o de passagens duplicadas)","translation display":"Estilo de apresenta\xE7\xE3o da tradu\xE7\xE3o","select diplay style":"Distinguir os estilos de tradu\xE7\xE3o, com refer\xEAncia espec\xEDfica aos seguintes exemplos",interface:"Defini\xE7\xF5es de interface",import_export:"Importa\xE7\xE3o/Exporta\xE7\xE3o",import_export_title:"Configura\xE7\xE3o de importa\xE7\xE3o/exporta\xE7\xE3o",syncToGoogleDrive:"Sincronizar com o Google Drive agora",floatBallOptions:"Defini\xE7\xF5es do Hoverball","floatBallOptions.enable":"Ativar Hoverball","floatBallOptions.blockUrls":"Desativar o s\xEDtio Web","floatBallOptions.add":"aumentar","floatBallOptions.blockUrlDesc":"As Hoverballs n\xE3o s\xE3o apresentadas quando s\xE3o encontrados os seguintes s\xEDtios Web","floatBallOptions.clickType":"comportamento de clique","floatBallOptions.clickTypeDesc":"Comportamento do \xEDcone da bola flutuante quando clicado","floatBallOptions.clickPopup":"Mostrar painel de tradu\xE7\xE3o","floatBallOptions.clickTranslate":"Tradu\xE7\xE3o/apresenta\xE7\xE3o do texto original",previewAllThemes:"Pr\xE9-visualizar todos os estilos","translationTheme.none":"n\xE3o ter","translationTheme.grey":"cinzento escuro","translationTheme.dashed":"sublinhado pontilhado","translationTheme.dotted":"sublinhado pontilhado","translationTheme.dashedBorder":"borda pontilhada","translationTheme.solidBorder":"fronteira s\xF3lida","translationTheme.underline":"Sublinhar linhas rectas","translationTheme.mask":"Efeitos difusos (modos de aprendizagem)","translationTheme.opacity":"efeito de transpar\xEAncia","translationTheme.paper":"Efeito de sombra de papel branco","translationTheme.dividingLine":"linha divis\xF3ria","translationTheme.highlight":"alta luminosidade","translationTheme.marker":"marcador (palavra emprestada)","translationTheme.marker2":"Marcador 2","translationTheme.blockquote":"Estilos de refer\xEAncia","translationTheme.weakening":"enfraquecimento","translationTheme.italic":"tipo de letra inclinado","translationTheme.bold":"engrossar","translationTheme.thinDashed":"linha fina pontilhada sublinhada","translationTheme.nativeDashed":"O sistema vem com um sublinhado a tracejado","translationTheme.nativeDotted":"O sistema vem com um sublinhado pontilhado","translationTheme.nativeUnderline":"O sistema \xE9 fornecido com um sublinhado de linha reta","translationTheme.wavy":"linha ondulada","translationServices.custom":"API personalizada","translationServices.tencent":"Tencent Translator","translationServices.tenAlpha":"Tencent Translator (Alfa)","translationServices.google":"Google Tradutor","translationServices.bai":"Baidu (Alfa)","translationServices.baidu":"Tradu\xE7\xE3o do Baidu","translationServices.aliyun":"Tradu\xE7\xE3o AliCloud","translationServices.volc":"tradu\xE7\xE3o vulc\xE2nica","translationServices.deeplx":"DeepLX (Beta)","translationServices.bing":"Microsoft Translate","translationServices.deepl":"DeepL","translationServices.wechat":"Tradu\xE7\xE3o do WeChat","translationServices.azure":"Tradu\xE7\xE3o do Azure","translationServices.ibm":"IBM Watson","translationServices.aws":"Tradu\xE7\xE3o da Amazon","translationServices.mock":"Tradu\xE7\xE3o simulada","translationServices.mock2":"Tradu\xE7\xE3o Simulada 2","translationServices.caiyun":"lit. nuvens coloridas e pequenas tradu\xE7\xF5es","translationServices.cai":"Nuvens coloridas (Alfa)","translationServices.volcAlpha":"Vulc\xE3o (Alfa)","translationServices.openl":"OpenL","translationServices.youdao":"Tradu\xE7\xE3o do Youtube","translationServices.you":"Tradutor Youdao (Alfa)","translationServices.transmart":"Tradu\xE7\xE3o da Tencent Interactive","translationServices.niu":"Tradutor Maverick","translationServices.papago":"Tradu\xE7\xE3o de Papago","translationServices.d":"D (Alfa)","translationServices.dpro":"D Pro (Can\xE1rio)","translationServices.openai":"OpenAI","translationServices.yandex":"Yandex","translationServices.chatgpt":"ChatGPT Web(3.5 m\xF3vel)","translate title":"Traduzir t\xEDtulos de p\xE1ginas","always languages":"Traduzir sempre a l\xEDngua",neverTranslateLanguagesLabel:"A l\xEDngua que nunca ser\xE1 traduzida",neverTranslateTheFollowingLanguagesDescription:"As tradu\xE7\xF5es s\xE3o ignoradas quando um par\xE1grafo da p\xE1gina est\xE1 numa das seguintes l\xEDnguas",enableUserscriptPagePopup:"Mostrar hoverball na p\xE1gina",enableUserscriptPagePopupDescription:"Depois de desligar a hoverball, esta pode ser recuperada com o atalho /{touch}. Recomenda-se vivamente que marque esta p\xE1gina de defini\xE7\xF5es para evitar n\xE3o conseguir encontrar a hoverball depois de ter desligado inadvertidamente esta op\xE7\xE3o!","always translate the following languages":"Traduz automaticamente para a l\xEDngua de destino quando a p\xE1gina est\xE1 numa das seguintes l\xEDnguas","always sites":"S\xEDtios Web sempre traduzidos","always translate the following sites":"Os s\xEDtios Web s\xE3o automaticamente traduzidos para a l\xEDngua de chegada quando s\xE3o os nomes de dom\xEDnio de","never sites":"S\xEDtio nunca traduzido","never translate the following sites":"As tradu\xE7\xF5es n\xE3o ser\xE3o efectuadas quando o s\xEDtio Web se destinar aos seguintes dom\xEDnios","please refer to":"\xC9 necess\xE1rio preencher a chave antes de a poder utilizar. Para mais informa\xE7\xF5es, consulte",KeyAndConfigurationTutorial:"Tutorial de configura\xE7\xE3o e aplica\xE7\xE3o de chaves",useAboveStyleForTheseSites:"Utilize sempre o estilo de tradu\xE7\xE3o \u2308{theme}\u230B quando o s\xEDtio se destina aos seguintes dom\xEDnios",currentUrl:"URL atual",confirm:"guardar (um ficheiro, etc.) (inform\xE1tica)",cancel:"cancelamentos",delete:"remo\xE7\xE3o","languages.auto":"dete\xE7\xE3o autom\xE1tica",syncToCloud:"Sincronizar com o Google Drive",syncToCloudDescription:"Transferida para a nuvem, a configura\xE7\xE3o pode ser sincronizada entre diferentes navegadores/scripts do grease monkey, consoante a \xFAltima modifica\xE7\xE3o.",syncToAccount:"Sincroniza\xE7\xE3o com a Nuvem de Tradu\xE7\xE3o Imersiva",syncToAccountButton:"Sincroniza\xE7\xE3o instant\xE2nea com a nuvem",syncToAccountDescription:"Sincronizar automaticamente as configura\xE7\xF5es entre dispositivos diferentes, consoante a \xFAltima modifica\xE7\xE3o efectuada.",successSyncConfigInAccount:"Sincroniza\xE7\xE3o bem sucedida com a nuvem",successSyncConfigToAccount:"Sincroniza\xE7\xE3o bem sucedida com a nuvem",syncConfigNoUpdate:"J\xE1 est\xE1 atualizado.",authFail:"Falha de autoriza\xE7\xE3o",syncTitle:"Gest\xE3o manual de c\xF3pias de seguran\xE7a",import_hint:"importa\xE7\xE3o (dados)",upload:"carregar",revokeAuth:"revogar uma autoriza\xE7\xE3o",uploadFail:"Falha na transfer\xEAncia",download:"descarregamento",importSuccess:"Importado com sucesso",importFail:"falha na importa\xE7\xE3o",deleteFail:"Falha ao eliminar",backupToCloud:"Gerir manualmente os ficheiros de c\xF3pia de seguran\xE7a",create_new_backup:"Adicionar um novo n\xF3 de backup",maxBackupFiles:"\xC9 poss\xEDvel efetuar a c\xF3pia de seguran\xE7a de at\xE9{count}n\xF3s diferentes. Elimine os n\xF3s de que n\xE3o necessita.",backupToCloudDescription:"Carregar ou restaurar manualmente ficheiros de c\xF3pia de seguran\xE7a, permitindo at\xE9 3 c\xF3pias de seguran\xE7a diferentes",successSyncConfig:"Sincroniza\xE7\xE3o bem sucedida com a nuvem",syncFail:"falha de sincroniza\xE7\xE3o",updatedAt:"Atualizado a partir de {date}",lastSyncedAt:"\xDAltima verifica\xE7\xE3o em {date}",downloadFail:"Falha na transfer\xEAncia",clickToDownload:"Clique para descarregar",aboutLabel:"Acerca de - Feedback","browser.openAboutPage":"Sobre/Feedback",aboutLabelWithoutSponsor:"Acerca de - Feedback",aboutIntro:"Que todos possamos ter um acesso mais f\xE1cil e mais agrad\xE1vel \xE0 vasta quantidade de informa\xE7\xF5es em l\xEDnguas estrangeiras na Internet \u2764\uFE0F Pode optar por ativar a sua <6>subscri\xE7\xE3o Pro para utilizar as tradu\xE7\xF5es DeepL e OpenAI prontas a utilizar.

Pode seguir-nos no <3>Twitter, <4>Telegram, Weibo, WeChat ou <5>subscrever a nossa lista de <5>correio abaixo para acompanhar as actualiza\xE7\xF5es.
<7>Os membros Pro podem contactar-nos em <8>support@immersivetranslate.com para um servi\xE7o de apoio ao cliente r\xE1pido.",aboutIntroWithoutSponsor:"Que todos possamos ter um acesso mais f\xE1cil e mais agrad\xE1vel \xE0 enorme quantidade de informa\xE7\xE3o em l\xEDngua estrangeira dispon\xEDvel na Internet \u2764\uFE0F

Pode seguir-nos no <3>Twitter, no <4>canal Telegram, no WeChat, no WeChat Exchange ou <5>subscrever as actualiza\xE7\xF5es por correio <5>eletr\xF3nico abaixo.",projectHomepage:"In\xEDcio do projeto",joinTelegramGroup:"Junte-se ao grupo de utilizadores para participar em debates sobre funcionalidades",wechatPublicAccount:"WeChat P\xFAblico",wechatCommunities:"Grupo de interc\xE2mbio WeChat",qqCommunities:"Canal de comunica\xE7\xE3o QQ",joinTelegramChannel:"Siga o canal Telegram para obter as \xFAltimas actualiza\xE7\xF5es",feedbackAndJoin:"Feedback da pergunta / Adicionar grupo",autoSync:"sincroniza\xE7\xE3o autom\xE1tica da hora",loadingThemeTitle:"Estilo de carregamento",loadingThemeDescription:"Definir o estilo quando se est\xE1 \xE0 espera que a tradu\xE7\xE3o seja carregada","loadingTheme.spinner":"Anima\xE7\xE3o girat\xF3ria","loadingTheme.text":"texto est\xE1tico algo ","loadingTheme.none":"n\xE3o indicado",developerDescription:"A documenta\xE7\xE3o sobre personaliza\xE7\xE3o avan\xE7ada pode ser encontrada <1>aqui","edit border color":"Modificar a cor do rebordo",successSyncButNoChange:"A configura\xE7\xE3o atual \xE9 coerente com a nuvem",customTheme:"Cores e tamanhos personalizados","customThemeLabel.borderColor":"Cor da margem","customThemeLabel.borderRadius":"Arestas arredondadas","customThemeLabel.textColor":"cor do texto","customThemeLabel.backgroundColor":"cor de fundo","customThemeLabel.zoom":"Escala do tipo de letra (%)","customThemeLabel.opacity":"Opacidade do texto (%)",resetToDefaultColor:"Repor as cores predefinidas",resetToDefaultSettings:"Repor as predefini\xE7\xF5es",isTranslateTitle:"Ativar a tradu\xE7\xE3o dos t\xEDtulos das p\xE1ginas",isTranslateTitleDescription:"Quando aberto, o t\xEDtulo da p\xE1gina \xE9 traduzido",enableSearchEnhancement:"Permitir o melhoramento de mensagens bilingues",enableSearchEnhancementDescription:'Uma vez activada, os resultados da pesquisa do "Google News" ser\xE3o automaticamente apresentados na coluna direita dos s\xEDtios Web suportados (Google News, Pesquisa Google (algumas palavras-chave), Snowball, Oriental Fortune, Futura, Tiger Community) para as palavras-chave inglesas correspondentes.',verifyService:"Clique aqui para testar o servi\xE7o",verified:"Verificar o sucesso","field.langs":"C\xF3digos de idioma suportados","field.model":"modela\xE7\xE3o","field.translationEngine":"motor de tradu\xE7\xE3o","field.limitPerMinute":"M\xE1ximo de pedidos por minuto","field.limitPerSecond":"N\xFAmero m\xE1ximo de pedidos por segundo","field.maxTextLengthPerRequest":"Comprimento m\xE1ximo do texto por pedido","field.maxTextGroupLengthPerRequest":"N\xFAmero m\xE1ximo de par\xE1grafos por pedido","field.apiUrl":"Endere\xE7o da interface API personalizada","field.placeholderDelimiters":"marcador de posi\xE7\xE3o reservado","description.custom":"Acesso \xE0 interface personalizada Documenta\xE7\xE3o necess\xE1ria","description.limitPerMinute":"Os pedidos que excedem este limite entram numa fila de espera at\xE9 ao in\xEDcio do minuto seguinte. Devido \xE0s v\xE1rias limita\xE7\xF5es do servi\xE7o atual da OpenAI, clique <1>aqui para obter os valores sugeridos mais recentes","description.limitPerSecond":"Os pedidos que excedem este limite entram numa fila de espera at\xE9 ao in\xEDcio do segundo seguinte. Devido \xE0s v\xE1rias limita\xE7\xF5es do servi\xE7o atual da OpenAI, clique <1>aqui para obter os valores sugeridos mais recentes","description.generalLimitPerSecond":"Os pedidos que excedem este limite entram numa fila de espera at\xE9 ao in\xEDcio do segundo seguinte.","description.prompt":"Enviar a conversa para {service} como usu\xE1rio, onde {{text}} representa o conte\xFAdo do texto do par\xE1grafo, {{from}} representa a l\xEDngua do par\xE1grafo e {{to}} representa a l\xEDngua alvo.","description.maxTextLengthPerRequest":"O n\xFAmero m\xE1ximo de caracteres por pedido \xE9 demasiado grande para provocar uma resposta lenta da interface, pelo que deve tentar ajustar esta op\xE7\xE3o para otimizar a velocidade","description.systemPrompt":"Enviar uma conversa para {service} como sistema, onde {{text}} representa o conte\xFAdo do texto do par\xE1grafo, {{from}} representa a l\xEDngua do par\xE1grafo e {{to}} representa a l\xEDngua alvo.","field.domain":"dom\xEDnio","description.domain":"A predefini\xE7\xE3o \xE9\uFF1Ageneral. S\xF3 pode ser definido se a tradu\xE7\xE3o de dom\xEDnios estiver activada na consola da API Arima, ver <1>aqui os dom\xEDnios suportados","field.scene":"tomar","description.scene":"A predefini\xE7\xE3o \xE9\uFF1Ageneral. S\xF3 pode ser definido se a consola da API AliCloud abrir o Machine Translation Pro, consulte <1>aqui os cen\xE1rios suportados","field.vocabId":"ID do dicion\xE1rio do utilizador","description.vocabId":"O dicion\xE1rio especificado out_id, atualmente suporta a tradu\xE7\xE3o de ingl\xEAs para chin\xEAs.","description.model":"Modelos OpenAI, podem ser gpt-3.5-turbo, gpt-4, etc.","description.maxTextGroupLengthPerRequest":"O n\xFAmero de par\xE1grafos enviados ao servi\xE7o de tradu\xE7\xE3o de cada vez; se houver demasiados par\xE1grafos, a interface poder\xE1 responder mais lentamente","description.apiUrl":"Por favor, adicione URLs espec\xEDficos com caminhos, <1>mais descri\xE7\xE3o",enabledExtension:"Ativa\xE7\xE3o de extens\xF5es",clickToDisableExtension:"Clique para desativar as extens\xF5es",clickToEnableExtension:"Clique para ativar as extens\xF5es",hasBeenDisabled:"desativado","show password":"Mostrar palavra-passe",customContent:"Introduzir um nome de modelo personalizado",inputOptions:"Melhoria da caixa de entrada",mouseHoverOptions:"passar o rato",modifyMouseHoverKey:"Modificar o atalho para passar o rato",enableInputTranslation:"Ativar ou n\xE3o o melhoramento da caixa de entrada",enableInputTranslationDescription:"Uma vez ativado, escreva {startingKey}{startingKey} hello diretamente na caixa de entrada e, em seguida, prima rapidamente{inputTrailingTriggerKeyRepeatTimes}vezes{trailingKey}para traduzir para {inputTargetLanguage}",enableInputTranslationDescriptionForNoneKey:"Uma vez ativado, escreva\uFF1AHello World diretamente na caixa de entrada e, em seguida, prima rapidamente{inputTrailingTriggerKeyRepeatTimes}{trailingKey}vezes para traduzir para o idioma de destino predefinido.",inputTargetLanguage:"Definir o idioma de destino predefinido para as caixas de entrada",inputTargetLanguageDescription:"L\xEDngua de destino predefinida para a tradu\xE7\xE3o da caixa de entrada, ou seja, {startingKey}{startingKey} como l\xEDngua predefinida para as palavras de acionamento",inputTargetLanguageDescriptionForNoneKey:"L\xEDngua de destino predefinida para a tradu\xE7\xE3o da caixa de entrada",inputStartingTriggerKeyTitle:"Definir o car\xE1cter de divis\xE3o para a tradu\xE7\xE3o parcial da caixa de entrada",inputStartingTriggerKeyDescription:"Quando n\xE3o \xE9 necess\xE1rio traduzir toda a caixa de entrada, o separador permite-lhe traduzir apenas a parte de {startingKey}{startingKey} at\xE9 ao fim da caixa de entrada, ou pode especificar o c\xF3digo da l\xEDngua, por exemplo,\uFF1A{startingKey}ja significa traduzir apenas a parte de {startingKey}ja at\xE9 ao fim da caixa de entrada.",inputStartingTriggerKeyDescriptionForNoneKey:"A defini\xE7\xE3o atual de sem prefixo n\xE3o \xE9 necess\xE1ria, e a fun\xE7\xE3o de tradu\xE7\xE3o de alguns textos na caixa de entrada n\xE3o pode ser utilizada por enquanto.",inputTrailingTriggerKeyTitle:"Selecionar um car\xE1cter de acionamento de fim de registo",inputTrailingTriggerKeyDescription:"3 hits r\xE1pidos{trailingKey} come\xE7ar\xE1 a traduzir!",inputTrailingTriggerKeyTimeout:"Introduzir o tempo entre os accionamentos de fim de combate",inputTrailingTriggerKeyTimeoutDescription:"Define o tempo (em milissegundos) entre os accionamentos da combina\xE7\xE3o de fim de entrada",spaceKey:"<\u7A7A\u683C\u952E>",noneKey:"Tradu\xE7\xE3o direta de toda a caixa de texto sem prefixos",inputTranslationBlockUrlsTitle:"N\xE3o ativar o melhoramento da caixa de entrada nos seguintes URLs",inputTranslationBlockUrlsDescription:"As melhorias na caixa de entrada n\xE3o funcionar\xE3o nos seguintes URLs",clickToSeeQuickDemo:"Clique para expandir o v\xEDdeo tutorial r\xE1pido de 30 segundos",inputHelperInfo:"Descri\xE7\xE3o\uFF1AOptimiz\xE1mos o facto de alguns caracteres desencadeadores se transformarem em sinais de pontua\xE7\xE3o chineses nos m\xE9todos de introdu\xE7\xE3o chineses, por exemplo, / transforma-se num sinal de dun , no m\xE9todo de introdu\xE7\xE3o Sogou, e o Immersive Translator suporta todos os s\xEDmbolos chineses correspondentes aos caracteres desencadeadores, ou seja, //,,,, ser\xE3o reconhecidos como caracteres desencadeadores.

Tamb\xE9m suportamos pseud\xF3nimos chineses para c\xF3digos de idioma como comandos, por exemplo, /Japanese Hello World ser\xE1 traduzido para japon\xEAs, <1>clique aqui para ver todos os c\xF3digos de idioma suportados.",reloadCurrentPage:"Por favor, actualize a p\xE1gina atual antes de iniciar a tradu\xE7\xE3o.",noLocalFilePermissionForPDF:"N\xE3o tem permiss\xE3o para ler ficheiros locais, por favor clique no bot\xE3o acima e depois importe os ficheiros locais.",noPermissionForThisPage:"\u26A0\uFE0F Sem permiss\xE3o para traduzir a p\xE1gina atual",retryAllParagraphs:"Repetir todas as passagens de erro",retryAllButton:"Repetir todas as passagens de erro",errorTooltipTitle:"Clique para ver a causa do erro",errorModalTitle:"Algo parece estar errado com o servi\xE7o de tradu\xE7\xE3o ou com a rede...",disableConfirm:"Defini\xE7\xE3o de melhoria da informa\xE7\xE3o bilingue",disableOnce:"Esta incapacidade",disableGlobal:"desativar permanentemente",disableTint:"* Pode voltar a activ\xE1-lo em {option} .",searchEnhancementNotes:"Depois de ativar a funcionalidade de Melhoria da informa\xE7\xE3o bilingue da tradu\xE7\xE3o imersiva, pesquisamos automaticamente as mesmas palavras-chave em ingl\xEAs nos s\xEDtios Web suportados (Google News, Pesquisa Google (algumas palavras-chave), Snowball, Oriental Wealth, Futura, Tiger) e apresentamo-las no lado direito. Pode optar por desactiv\xE1-la se n\xE3o necessitar desta funcionalidade.",option:"preparar",saveSettings:"Guardar defini\xE7\xF5es",closeModal:"Fechar a janela",enableInputTranslationWithoutTriggerKeyTitle:"Permitir 3 acessos r\xE1pidos em{trailingKey}para traduzir diretamente toda a caixa de entrada para{inputTargetLanguage}",enableInputTranslationWithoutTriggerKeyDescription:"Para especificar o idioma de destino, prefixe-o com o c\xF3digo do idioma, por exemplo,\uFF1Aja Hello World",mouseHoverShortcutPlaceholder:"Por exemplo,\uFF1AShift",deepLProName:"Membro Pro da Immersive Translation (Recomendado)",deepLProDescription:"O pacote atual pode ser utilizado diretamente",deeplProDescriptionForNormal:"N\xE3o \xE9 necess\xE1ria qualquer configura\xE7\xE3o, os membros podem utiliz\xE1-lo depois de iniciarem sess\xE3o, <1>clique aqui para atualizar para membro",deepLCustomDescription:"Necess\xE1rio cart\xE3o de cr\xE9dito estrangeiro, oficialmente aberto em <1>DeepL, clique para <2>documenta\xE7\xE3o",deepLCustomName:"Chave de autentica\xE7\xE3o personalizada",chooseProviderLabel:"Selecionar um fornecedor de servi\xE7os",openaiProName:"Membro Pro da Immersive Translation (Recomendado)",openaiProDescription:"O pacote atual pode ser utilizado diretamente",openaiProDescriptionForNormal:"N\xE3o \xE9 necess\xE1ria qualquer configura\xE7\xE3o, os membros podem utiliz\xE1-lo depois de iniciarem sess\xE3o, <1>clique aqui para atualizar para membro",openaiCustomDescription:"Dispon\xEDvel no OpenAI, Azure OpenAI ou noutros servi\xE7os de terceiros, <1>clique aqui para ver a documenta\xE7\xE3o",openaiCustomName:"Chave API personalizada",needLoginAction:"(ades\xE3o aberta ou personaliza\xE7\xE3o)",goLoginOrAction:"(Abrir uma inscri\xE7\xE3o ou ir \xE0s defini\xE7\xF5es)",yearly:"efetuar um pagamento anual consecutivo",quarterly:"embalagem sequencial",monthly:"assinatura mensal",yearlyForOnce:"Pacote anual \xFAnico",monthlyForOnce:"Pacote mensal \xFAnico",daily:"dias consecutivos de embalagem",year:"efetuar um pagamento anual consecutivo",quarter:"embalagem sequencial",month:"assinatura mensal",day:"dias consecutivos de embalagem",onetime_7day:"Pacote de experi\xEAncia de 7 dias",currentPlanDescriptionForFree:"Pacotes actuais\uFF1AFree",currentPlanDescriptionForContinuous:"O pacote atual\uFF1A{plan}ser\xE1 automaticamente renovado em {endAt}",currentPlanDescriptionForAutoRenewCaceling:"O pacote atual\uFF1A{plan}expira em {endAt} e n\xE3o ser\xE1 renovado automaticamente ap\xF3s a expira\xE7\xE3o.",currentYearlyPlanDescriptionForAutoRenewCacelingWithRealPaiedUser:"O pacote atual,\uFF1A{plan}, expira em {endAt} e n\xE3o ser\xE1 renovado automaticamente ap\xF3s a expira\xE7\xE3o.
<1>Clique aqui para gerir o seu plano de renova\xE7\xE3o",currentYearlyPlanDescriptionForAutoRenewCacelingWithAdmin:"O pacote atual,\uFF1A{plan}, expira em {endAt} e n\xE3o ser\xE1 renovado automaticamente ap\xF3s a expira\xE7\xE3o.
<1>Clique aqui para ativar a subscri\xE7\xE3o anual cont\xEDnua",currentPlanDescriptionForOneTime:"A subscri\xE7\xE3o atual\uFF1A{plan}expira em {endAt} . <1>Clique aqui para atualizar para uma subscri\xE7\xE3o <1>anual ou <2>mensal.",upgradePlan:"Clique aqui para atualizar para a subscri\xE7\xE3o Pro",upgradeToPro:"Atualizar para a subscri\xE7\xE3o Pro","popup.openPro":"Actualize para a subscri\xE7\xE3o Pro para desfrutar de DeepL e da tradu\xE7\xE3o OpenAI, clique aqui para atualizar!","popup.openProForPro":"\xC9 um membro Pro com acesso direto \xE0s tradu\xE7\xF5es de DeepL e OpenAI!",currentAccount:"conta corrente",enableAutoSyncUserSettings:"Permitir a sincroniza\xE7\xE3o autom\xE1tica na nuvem em v\xE1rios dispositivos",modalEnableInputTranslationTitle:"Tradu\xE7\xE3o imersiva Caixa de entrada Alertas de tradu\xE7\xE3o",modalEnableInputTranslationDesc:"Acaba de ativar a tradu\xE7\xE3o da caixa de entrada da Tradu\xE7\xE3o Imersiva, carregando na barra de espa\xE7os 3 vezes em sucess\xE3o r\xE1pida, e o conte\xFAdo da caixa de entrada ser\xE1 traduzido para a l\xEDngua de destino predefinida. A tradu\xE7\xE3o pode ser anulada com Ctrl+Z.

Se isto foi um erro, n\xE3o se preocupe, pode optar por desactiv\xE1-la desta vez ou desativar permanentemente a tradu\xE7\xE3o da caixa de entrada.",saveAndNotShowAgain:"Guardar e parar a solicita\xE7\xE3o",disableInputTranslationTips:"* Tamb\xE9m pode definir outros atalhos para serem accionados em {option} ,{learnMore}.",learnMore:"Clique aqui para saber mais",continueEnalbeInputTranslation:"Continuar a ativar a tradu\xE7\xE3o da caixa de entrada",autoRenewTrialSuffix:'(Durante o per\xEDodo experimental,passa imediatamente a membro efetivo)',upgradeFromTrialTitle:"Atualiza\xE7\xE3o para membro de pleno direito",subtitle:"legendagem de v\xEDdeo",youtubeService:"Tradu\xE7\xE3o por imers\xE3o Servi\xE7os de tradu\xE7\xE3o de legendagem de v\xEDdeo","subtitle.disabledSubtitle":"Desativar permanentemente a funcionalidade de legendas de v\xEDdeo","subtitle.disabledSubtitleDescription":"Se Immersive Translator's Video Subtitles entrar em conflito com outras extens\xF5es, pode optar por desativar permanentemente a funcionalidade Immersive Translator's Video Subtitles ou desinstalar outras extens\xF5es que entrem em conflito","subtitle.autoEnableSubtitle":"Utiliza\xE7\xE3o autom\xE1tica de legendas bilingues","subtitle.autoEnableSubtitleDescription":"Depois de ativado, quando o v\xEDdeo \xE9 reproduzido, as legendas bilingues s\xE3o exibidas automaticamente, caso contr\xE1rio, \xE9 necess\xE1rio clicar no bot\xE3o de tradu\xE7\xE3o para exibir.","subtitle.preTranslation":"Traduzir legendas utilizando a tradu\xE7\xE3o imersiva","subtitle.preTranslationDescription":"Quando activada, toda a legenda ser\xE1 pr\xE9-traduzida utilizando o servi\xE7o de tradu\xE7\xE3o especificado abaixo, e um v\xEDdeo de 1 hora consumir\xE1 cerca de 50.000 Tokens ou caracteres, pelo que deve ser utilizada \xE0 sua discri\xE7\xE3o; quando desactivada, ser\xE3o utilizadas primeiro as legendas originais.","subtitle.humanSubtitlesPreferred":"Utiliza\xE7\xE3o priorit\xE1ria de legendagem humana","subtitle.humanSubtitlesPreferredDescription":"Dar prioridade \xE0 utiliza\xE7\xE3o de legendas humanas quando o v\xEDdeo tiver legendas humanas na l\xEDngua de chegada (recomendado)",videoSubtitleTranslationDescription:"Atribuir um servi\xE7o de tradu\xE7\xE3o separado para as legendas de v\xEDdeo",subtitleTranslating:"Aguarde enquanto as legendas est\xE3o a ser traduzidas utilizando o servi\xE7o {service} ... (tradu\xE7\xE3o por imers\xE3o)",subtitleLoading:"A carregar as legendas...",bilingual:"bilinguismo","field.action":"Se deve ativar a terminologia Baidu","description.action":"Quando ativado, ser\xE1 adicionado um par\xE2metro action=1 ao pedido para informar o Baidu do termo ativado. <1>Consulte a documenta\xE7\xE3o oficial para obter mais informa\xE7\xF5es.",closeQuickTranslation:"Fechar Hoverball","closeQuickTranslation.untilNext":"Desta vez fechado at\xE9 \xE0 pr\xF3xima visita","closeQuickTranslation.currentWebsite":"S\xEDtio atual desativado","closeQuickTranslation.alwaysClose":"desativar permanentemente","closeQuickTranslation.settingOpen":"(pode ser ativado na <1>p\xE1gina de defini\xE7\xF5es )","closeQuickTranslation.cancel":"cancelamentos","closeQuickTranslation.confirm":"definir","floatBall.popup":"Abrir o painel Defini\xE7\xF5es r\xE1pidas","floatBall.translate":"Clique para traduzir a p\xE1gina","floatBall.showOriginal":"Clique para voltar ao artigo original","floatBall.close":"Fechar Hoverball","floatBallOptions.enableDescPc":"Depois de ativar o hoverball da p\xE1gina, ser\xE1 apresentado um bot\xE3o de tradu\xE7\xE3o r\xE1pida no lado direito da p\xE1gina, clique nele para traduzir!","floatBallOptions.enableDesc":"Depois de desligar a hoverball, esta pode ser recuperada com{touch}. Recomenda-se vivamente que marques esta p\xE1gina de defini\xE7\xF5es para o caso de n\xE3o conseguires encontrar a hoverball depois de teres desligado inadvertidamente esta op\xE7\xE3o!","description.azureApiUrl":"Preencher o endere\xE7o da interface API personalizada",confirmSupportMouse:"For\xE7ar a ativa\xE7\xE3o do suporte do rato",confirmSupportMouseDescription:"Detectado que o browser atual n\xE3o suporta a fun\xE7\xE3o de rato, \xE9 for\xE7ado a ativar o suporte de rato?",sampleTargetText:"A longa noite chegar\xE1, e eu vigiarei de hoje at\xE9 \xE0 minha morte. N\xE3o tomarei nenhuma esposa, n\xE3o farei nenhum feudo, n\xE3o terei filhos. N\xE3o usarei uma coroa, n\xE3o lutarei por honra. Cumprirei o meu dever, viverei e morrerei.",sampleSourceText:"Night gathers, and now my watch begins. It shall not end until my death. I shall take no wife, hold no lands, father no children. I shall wear no crowns and win no glory. I shall live and die at my post.","desc.touchShortcutsToggleTranslatePageOnlyTranslation":"Apenas a tradu\xE7\xE3o significa que apenas o texto traduzido ser\xE1 exibido, se a p\xE1gina ainda n\xE3o foi traduzida, o modo ser\xE1 alterado e traduzido.","desc.toggleOnlyTransation":"O modo de tradu\xE7\xE3o apenas se refere a mostrar apenas a tradu\xE7\xE3o, se a p\xE1gina ainda n\xE3o foi traduzida, o modo ser\xE1 alterado e traduzido.",touchShortcutsToggleTranslatePageOnlyTranslation:"Configurar gestos de toque na tela para alternar entre o modo bil\xEDngue / apenas tradu\xE7\xE3o",download_started:"O download j\xE1 come\xE7ou, se n\xE3o come\xE7ou automaticamente, por favor clique manualmente.",here:"aqui","translationFont.customPlaceholder":"tipo de letra",batchEdit:"Opera\xE7\xE3o em massa","error.goReset":"ir redefinir","error.configError":"Dados de configura\xE7\xE3o anormais","translationServices.inherit":"Siga o servi\xE7o de tradu\xE7\xE3o principal",detectServiceLoading:"Detectando servi\xE7os de tradu\xE7\xE3o dispon\xEDveis...","translationModeLang.translation.title":"Apenas o modo de tradu\xE7\xE3o de idioma","translationFont.custom":"Insira a fonte personalizada","error.serveConfigError":"Erro de configura\xE7\xE3o do servi\xE7o",toggleToService:"Mude para {service} e tente novamente","touch.mouse-translate":"Traduzir o par\xE1grafo especificado","translationModeUrl.translation.title":"Modo de apenas tradu\xE7\xE3o do URL","error.proTokenInvalid":"Se voc\xEA \xE9 um usu\xE1rio Pro, fa\xE7a login antes de usar o servi\xE7o de tradu\xE7\xE3o Pro.",enableSentryReport:"Quando ocorre um erro de extens\xE3o, use o Sentry para enviar feedback.",translationFont:"Definir fonte",videoSubtitlePreTranslationOn:"As legendas de v\xEDdeo usar\xE3o tradu\xE7\xE3o imersiva como prioridade.","error.reloadPageOfSetting":"Ap\xF3s a configura\xE7\xE3o, atualize a p\xE1gina para traduzir novamente.","translationModeLang.translation.description":"Quando a l\xEDngua da p\xE1gina \xE9 uma das seguintes, o modo de tradu\xE7\xE3o apenas ser\xE1 usado automaticamente.","error.502":"O servi\xE7o retornou um erro, o servi\xE7o est\xE1 fora do tempo, por favor tente novamente mais tarde.","error.googleLimitIp":"O servi\xE7o retorna um erro, o servi\xE7o Google j\xE1 limitou este endere\xE7o IP, \xE9 recomendado que voc\xEA mude o n\xF3 da rede.","error.403":"O servi\xE7o retorna um erro, temporariamente sem permiss\xE3o para acessar esse servi\xE7o.","error.400":"O servi\xE7o retorna um erro, o par\xE2metro de solicita\xE7\xE3o est\xE1 errado, por favor, verifique a configura\xE7\xE3o correspondente.","error.proUpgrade":"Ap\xF3s a atualiza\xE7\xE3o, atualize a p\xE1gina e traduza novamente.",videoSubtitlePreTranslationOff:"As legendas do v\xEDdeo dar\xE3o prioridade \xE0s legendas traduzidas automaticamente inclu\xEDdas no v\xEDdeo original.","error.429":"O servi\xE7o retornou um erro, indicando que a solicita\xE7\xE3o \xE9 muito frequente ou excede o limite, tente novamente mais tarde.","error.gemini.429":"O servi\xE7o Gemini atual atingiu sua capacidade m\xE1xima, por favor, tente novamente mais tarde ou mude para outro servi\xE7o de tradu\xE7\xE3o.","error.openAIExceededQuota":"O servi\xE7o retorna um erro: o saldo da sua conta OpenAI atual \xE9 insuficiente, por favor recarregue ou vincule um cart\xE3o de cr\xE9dito no back-end oficial da OpenAI.","translationFont.notSupportErrorMessage":"Por favor, verifique se o nome da fonte que voc\xEA inseriu est\xE1 correto, ou confirme se essa fonte j\xE1 est\xE1 instalada em seu dispositivo.","translationModeUrl.translation.description":"Quando o site \xE9 para os seguintes dom\xEDnios, o modo de apenas tradu\xE7\xE3o \xE9 usado automaticamente.","desc.toggleVideoSubtitlePreTranslation":"Ao pressionar, as legendas em dois idiomas do v\xEDdeo usar\xE3o preferencialmente as configura\xE7\xF5es de tradu\xE7\xE3o imersiva, ao pressionar novamente, as legendas autom\xE1ticas do v\xEDdeo original ser\xE3o priorizadas. Aten\xE7\xE3o: este atalho modifica as configura\xE7\xF5es globais.","error.openAIFreeLimit":"O servi\xE7o retorna um erro, a frequ\xEAncia atual de solicita\xE7\xF5es de tradu\xE7\xE3o atingiu o limite m\xE1ximo de 3 vezes por minuto, tente novamente mais tarde. (Esta \xE9 a restri\xE7\xE3o oficial da OpenAI para a chave API gratuita, para remover essa restri\xE7\xE3o, vincule um cart\xE3o de cr\xE9dito no backend da OpenAI.)","error.serveUnavailable":"O servi\xE7o [{serverName}] que voc\xEA est\xE1 usando atualmente n\xE3o pode ser acessado temporariamente devido a problemas de conex\xE3o de rede ou do provedor de servi\xE7os. Sugerimos que voc\xEA tente atualizar a p\xE1gina ou alterar para outro servi\xE7o de tradu\xE7\xE3o atrav\xE9s das <1>configura\xE7\xF5es. Se voc\xEA \xE9 um membro <2>Pro, pode optar por usar os servi\xE7os de tradu\xE7\xE3o mais est\xE1veis da DeepL ou OpenAI (<3>clique aqui para experimentar gratuitamente). Al\xE9m disso, voc\xEA pode precisar verificar suas configura\xE7\xF5es de rede ou proxy.","tagsInput.add":"+ Adicionar","floatBall.iKnow":"Eu sei.",pickAll:"Selecionar tudo",goLogin:"V\xE1 fazer login",notLogin:"N\xE3o conectado","error.retry":"Tentar novamente",shortcutSettingsTitle:"Configura\xE7\xF5es de atalho","error.reason":"Raz\xE3o do erro","subtitle.hideQuickButton":"N\xE3o mostrar mais este atalho",errorReason:"Raz\xE3o do erro: {message}","widget.instruction":"Instru\xE7\xF5es de uso","multipleClick.2":"Clique duplo","multipleClick.3":"Tr\xEDplice golpe","widget.translateFile":"PDF/ePub","floatBallOptions.fixedPositionLeft":"lado esquerdo","floatBallOptions.fixedPosition":"Posi\xE7\xE3o fixa",buildSnapshots:"Gerar instant\xE2neo da p\xE1gina da web","intro.floatBallTitle":"Bola flutuante de tradu\xE7\xE3o r\xE1pida",neverTranslateThisSite:"Nunca traduza este site",mouseHoverCustomKeyTitle:"Personalizar atalhos de mouse hover","subtitle.autoDisableSubtitle":"N\xE3o ative automaticamente as legendas bilingues","browser.translateWithGoogle":"Usar o Google Tradutor temporariamente para a p\xE1gina atual","error.subscriptionExpiredTitle":"A associa\xE7\xE3o expirou","floatBallOptions.fixedPositionRight":"lado direito",loggedIn:"Conectado","subtitle.bilingual":"Legendas bil\xEDngues","slide.right":"Deslize para a esquerda",networkError:"O servi\xE7o de tradu\xE7\xE3o ou a rede est\xE1 com problemas",contact:"Entre em contato conosco","intro.subtitleTitle":"Exibi\xE7\xE3o de legendas bilingues em v\xEDdeos online","browser.translateWithTransmart":"Usar temporariamente o Tencent para traduzir a p\xE1gina atual",alwaysTranslateThisSite:"Sempre traduza este site",temprarilyChangeTranslationTo_gemini:"Est\xE1 a usar o Gemini para traduzir a p\xE1gina atual","multipleClick.4":"Qu\xE1druplo golpe","intro.hoverTitle":"Passe o mouse para traduzir o par\xE1grafo atual",temprarilyChangeTranslationTo_google:"Est\xE1 a usar o Google Tradutor para traduzir a p\xE1gina atual","shortcutGroup.touch":"Gestos espec\xEDficos para tela sens\xEDvel ao toque",notLoginPro:"Ainda n\xE3o iniciou sess\xE3o na sua conta de membro.",paragraphMinTextCountField:"N\xFAmero m\xEDnimo de caracteres necess\xE1rios para traduzir um par\xE1grafo",temprarilyChangeTranslationTo_openai:"Est\xE1 a usar o OpenAI para traduzir a p\xE1gina atual",translationOnlyMode:"Apenas modo de tradu\xE7\xE3o",viewWithImmersiveTranslate:"Vers\xE3o bil\xEDngue (tradu\xE7\xE3o imersiva)","translationServices.gemini":"G\xEAmeos","browser.toggleMouseHoverTranslateDirectly":"Ativar ou desativar temporariamente a tradu\xE7\xE3o direta do mouse hover na p\xE1gina",shortcutSettings:"Atalho","browser.translateWithOpenAI":"Usar temporariamente o OpenAI para traduzir a p\xE1gina atual",touchShortcutsToggleTranslateTouchElement:"Configurar gestos de toque na tela para traduzir par\xE1grafos espec\xEDficos","widget.instructionTooltip":"Consulte as instru\xE7\xF5es de uso","shortcutGroup.mouse":"Configura\xE7\xE3o de atalhos de teclado para hover do mouse",temprarilyChangeTranslationTo_deepl:"Est\xE1 a usar o DeepL para traduzir a p\xE1gina atual.","floatBall.longPress":"Pressione e segure para abrir rapidamente o painel de configura\xE7\xF5es.","widget.videoSubtitle":"legendas de v\xEDdeo",upgradeToProErrorTitle:"Por favor, atualize para o membro Pro antes de usar este servi\xE7o de tradu\xE7\xE3o.","floatBallOptions.fixedPositionDesc":"A bola flutuante est\xE1 \xE0 esquerda ou \xE0 direita da janela?","shortcutGroup.shortcutsForTranslationServices":"Servi\xE7os de tradu\xE7\xE3o atalhos relacionados",temprarilyChangeTranslationTo_transmart:"Est\xE1 a usar o Tencent para traduzir a p\xE1gina atual.",touchShortcutsOff:"fechar","browser.translateWithBing":"Usar temporariamente o Microsoft Translate para traduzir a p\xE1gina atual","browser.toggleVideoSubtitlePreTranslation":"Alternar legendas bil\xEDngues prefere usar configura\xE7\xF5es de tradu\xE7\xE3o imersiva","proQuotaExceededError.resetTime":"3. Tempo de redefini\xE7\xE3o do limite: {resetTime}","widget.videoSubtitleTooltip":"Suporta Youtube e outros {count}+ sites de v\xEDdeo","desc.touchShortcutsToggleTranslateTouchElement":"Personalize um gesto e voc\xEA poder\xE1 traduzir qualquer par\xE1grafo em que estiver.","subtitle.showQuickButton":"No leitor, exibir legendas em dois idiomas \xE9 um atalho","shortcutGroup.others":"Mais atalhos de fun\xE7\xF5es personalizadas",touchShortcutsToggleTranslationMask:"Configurar gestos de toque na tela para mostrar a m\xE1scara de tradu\xE7\xE3o / mostrar o texto original",temprarilyChangeTranslationTo_bing:"Est\xE1 a usar o Microsoft Translator para traduzir a p\xE1gina atual.","browser.translateWithGemini":"Use temporariamente o Gemini para traduzir a p\xE1gina atual","error.subscriptionExpired":"A sua associa\xE7\xE3o pode ter expirado, por favor verifique o estado da sua associa\xE7\xE3o.","browser.translateInputBox":"Traduzir o conte\xFAdo da caixa de entrada atual",touchShortcutsToggleTranslatePage:"Defina gestos de toque na tela para traduzir p\xE1ginas da web / mostrar o texto original","widget.translateFileTooltip":"Traduzir documentos PDF, EPUB, SRT, ASS, HTML e TXT","description.baiduField":"Os campos suportados s\xE3o vistos <1>aqui, se estiver vazio, significa que nenhum campo \xE9 especificado.","browser.translateWithDeepL":"Use temporariamente o DeepL para traduzir a p\xE1gina atual","desc.interfaceLanguage":"A configura\xE7\xE3o do idioma da interface afeta o idioma de exibi\xE7\xE3o do painel de controle e n\xE3o est\xE1 relacionada ao idioma de destino da tradu\xE7\xE3o.","neverTranslateText.title":`Por favor, traduza diretamente para o portugu\xEAs (evite explicar o texto original): Mantenha as seguintes palavras no original, n\xE3o traduza.`,"shortcutGroup.main":"Atalhos de fun\xE7\xF5es comuns",confirmResetToDefaultSettings:"Confirma que deseja restaurar este servi\xE7o de tradu\xE7\xE3o para as configura\xE7\xF5es padr\xE3o? (Apenas redefinir as configura\xE7\xF5es deste servi\xE7o de tradu\xE7\xE3o)","subtitle.showQuickButtonDescription":"No canto inferior direito do player de v\xEDdeo, fornece um atalho para ativar legendas bil\xEDngues.","slide.left":"Deslize para a direita","contact.description":"Se voc\xEA tiver alguma d\xFAvida ou sugest\xE3o, sinta-se \xE0 vontade para preencher o formul\xE1rio abaixo para nos contatar, ou envie um e-mail para {email}, responderemos o mais r\xE1pido poss\xEDvel.",paragraphMinTextCountDesc:"Aten\xE7\xE3o, aqui refere-se ao comprimento do caractere, por exemplo: hello tem 5 caracteres, definir um valor maior pode reduzir a tradu\xE7\xE3o desnecess\xE1ria de pequenos par\xE1grafos.","desc.toggleTranslateTheMainPage":"Traduza apenas a \xE1rea principal da p\xE1gina, quando voc\xEA ativou a tradu\xE7\xE3o de toda a \xE1rea da p\xE1gina nas configura\xE7\xF5es avan\xE7adas, voc\xEA pode usar este atalho para traduzir especificamente a \xE1rea principal da p\xE1gina.",mouseHoverCustomKeyDescription:"Voc\xEA pode personalizar um atalho de combina\xE7\xE3o de mouse sobre, como: Alt+Z, Ctrl+E, Cmd+Alt+E ou diretamente Cmd, por favor, insira manualmente.","desc.toggleMouseHoverTranslateDirectly":"Depois de pressionar esta tecla de atalho, na p\xE1gina, sempre que o mouse apontar para qualquer texto, ele ser\xE1 traduzido automaticamente. Pressione a tecla de atalho novamente para desativar este recurso de tradu\xE7\xE3o autom\xE1tica.","desc.mouseHoverHoldKey":"Quando o mouse \xE9 colocado sobre um par\xE1grafo, pressionando a tecla de atalho \xE0 direita ao mesmo tempo, voc\xEA pode traduzir diretamente esse par\xE1grafo.","floatBall.guideClickToTranslate":"Clique na bola flutuante de tradu\xE7\xE3o imersiva para traduzir rapidamente",translationOnlyModeDescription:"O modo de tradu\xE7\xE3o apenas se refere a mostrar apenas a tradu\xE7\xE3o, n\xE3o o modo bil\xEDngue padr\xE3o. Aten\xE7\xE3o: devido a limita\xE7\xF5es t\xE9cnicas, os hiperlinks do texto original ser\xE3o desativados no modo de tradu\xE7\xE3o apenas.","desc.touchShortcutsToggleTranslatePage":"Ap\xF3s a configura\xE7\xE3o, ao usar um dispositivo m\xF3vel, \xE9 poss\xEDvel tocar na tela com X dedos, deslizar para a esquerda e para a direita ou tocar continuamente para acionar a tradu\xE7\xE3o da p\xE1gina / exibir o texto original.","desc.touchShortcutsToggleTranslationMask":"A m\xE1scara de tradu\xE7\xE3o refere-se ao efeito de desfoque no estilo de tradu\xE7\xE3o (modo de aprendizado), que, quando ativado, usa temporariamente o efeito de desfoque na tradu\xE7\xE3o, facilitando o aprendizado.","intro.floatBallDescription":"Depois de ativado, um bot\xE3o de tradu\xE7\xE3o r\xE1pida ser\xE1 exibido no lado direito da p\xE1gina. Clique para traduzir e clique novamente para voltar ao texto original. No dispositivo m\xF3vel, pressione e segure a bola flutuante para abrir o painel de configura\xE7\xF5es r\xE1pidas.","proQuotaExceededError.trial":'\uFF0Cvoc\xEA pode escolher as seguintes maneiras de resolver:

1. Mude para {anotherService} ou outro servi\xE7o de tradu\xE7\xE3o
2. Atualize imediatamente para um membro oficial',"desc.toggleTranslateTheWholePage":"Traduzir toda a \xE1rea da p\xE1gina, por padr\xE3o, traduziremos a \xE1rea principal da p\xE1gina, voc\xEA pode usar este atalho para traduzir especificamente toda a \xE1rea da p\xE1gina.","subtitle.supportedSites":"J\xE1 \xE9 suportado o uso de legendas bil\xEDngues nestes sites (aten\xE7\xE3o: devido a limita\xE7\xF5es t\xE9cnicas, alguns sites podem precisar ser atualizados ap\xF3s a ativa\xE7\xE3o inicial das legendas, ou pode ser necess\xE1rio esperar a tradu\xE7\xE3o ser conclu\xEDda para exibir as legendas bil\xEDngues):",shortcutDisableTooltip:"Por favor, configure na p\xE1gina de gerenciamento de atalhos de extens\xE3o fornecida pelo navegador. Para mais orienta\xE7\xF5es, consulte as instru\xE7\xF5es na parte superior desta p\xE1gina.","proQuotaExceededError.onetime7day":'\uFF0Cvoc\xEA pode escolher as seguintes maneiras de resolver:

1. Mude para {anotherService} ou outro servi\xE7o de tradu\xE7\xE3o
2. Atualize para membro mensal/anual',"proQuotaExceededError.nonTrial":'\uFF0Cvoc\xEA pode escolher as seguintes maneiras de resolver:

1. Mude para {anotherService} ou outro servi\xE7o de tradu\xE7\xE3o
2. Compre um pacote de tr\xE1fego extra {translationService} ',"neverTranslateText.description":"Devido a algumas m\xE1quinas de tradu\xE7\xE3o n\xE3o reconhecerem adequadamente os nomes pr\xF3prios, voc\xEA pode adicionar palavras aqui para garantir que elas n\xE3o sejam convertidas durante o processo de tradu\xE7\xE3o. Por favor, note que esta fun\xE7\xE3o distingue mai\xFAsculas de min\xFAsculas e suporta apenas idiomas com palavras separadas por espa\xE7os (como ingl\xEAs, franc\xEAs), n\xE3o sendo adequada para idiomas como japon\xEAs, coreano, etc.","intro.hoverDescription":"A tradu\xE7\xE3o do mouse hover \xE9 uma fun\xE7\xE3o muito importante na tradu\xE7\xE3o imersiva, basta colocar o mouse sobre o par\xE1grafo e pressionar a tecla de atalho definida para traduzir automaticamente o par\xE1grafo atual (nota: n\xE3o est\xE1 ativado por padr\xE3o, por favor configure abaixo), esta intera\xE7\xE3o \xE9 usada para substituir melhor a tradu\xE7\xE3o de palavras selecionadas, al\xE9m disso, esta fun\xE7\xE3o tamb\xE9m \xE9 amplamente utilizada em \xE1reas de tradu\xE7\xE3o que n\xE3o podem ser reconhecidas, voc\xEA pode usar esta fun\xE7\xE3o para for\xE7ar a tradu\xE7\xE3o de qualquer par\xE1grafo.","intro.subtitleDescription":"Ap\xF3s ativar este recurso, as legendas bil\xEDngues ser\xE3o exibidas automaticamente durante a reprodu\xE7\xE3o do v\xEDdeo. Se n\xE3o estiver ativado, voc\xEA precisar\xE1 clicar manualmente no bot\xE3o de tradu\xE7\xE3o na p\xE1gina para exibir as legendas. Por favor, note que, devido a limita\xE7\xF5es t\xE9cnicas, alguns sites podem precisar atualizar a p\xE1gina ou esperar a tradu\xE7\xE3o ser conclu\xEDda antes de poderem exibir as legendas bil\xEDngues. (Al\xE9m disso, voc\xEA tamb\xE9m pode ativar/desativar o painel de atalhos de tradu\xE7\xE3o imersiva no canto superior direito ap\xF3s abrir o site do v\xEDdeo)

Atualmente, suportamos o uso de legendas bil\xEDngues nestes sites:",geminiWarning:"Aten\xE7\xE3o: O servi\xE7o gratuito Gemini fornecido pelo Google tem restri\xE7\xF5es rigorosas, pode ser considerado pelo Google que o usu\xE1rio est\xE1 usando v\xE1rias chaves para evitar suas restri\xE7\xF5es de cota gratuita, n\xE3o \xE9 recomendado usar, \xE9 aconselh\xE1vel esperar pelo Google para abrir a interface de pagamento Gemini no futuro para uso.","floatBall.setting":"Configura\xE7\xE3o","floatBall.translateToLanguage":"Clique para traduzir para {language}","floatBall.file":`Traduzir PDF, EPUB, SRT, ASS, HTML, arquivos TXT`,changeToOnlyTempTranslationMode:"Alternar para apresentar apenas tradu\xE7\xF5es",changeToDualTempTranslationMode:"Mudar para tradu\xE7\xE3o bilingue","transitionMode.dual":"Bilingue comparativo","options.navbar.translateFile":"Traduzir documento","options.navbar.installApp":"Instalar o aplicativo para celular","transitionMode.translation":"Apenas texto traduzido.","subtitle.transitionModeDescription":"Defina as legendas do v\xEDdeo para compara\xE7\xE3o bilingue ou apenas modo de tradu\xE7\xE3o","subtitle.transitionMode":"Legendas de v\xEDdeo bil\xEDngue / configura\xE7\xE3o apenas de tradu\xE7\xE3o","transitionMode.inherit":"Mantenha consist\xEAncia com o modo de exibi\xE7\xE3o de tradu\xE7\xE3o padr\xE3o do sistema.",translateFileTooltip:`Traduzir PDF, ePub, srt, @@ -5259,10 +5259,10 @@ ass, HTML, arquivos TXT`,"description.subtitlePrompt":`Em cen\xE1rios de legenda {env.imt_trans_field}: tradu\xE7\xE3o`,"subtitle.quickButton.green":"verde","subtitle.quickButton.magenta":"Magenta","translationServices.claude":"Claude","subtitle.quickButton.white":"branco","subtitle.quickButton.translationTextColor":"Cor da fonte da tradu\xE7\xE3o","subtitle.quickButton.backgroundOpacity":"opacidade de fundo","subtitle.quickButton.sourceFontSize":"Tamanho original da fonte","subtitle.quickButton.backgroundColor":"cor de fundo","subtitle.quickButton.setting":"configura\xE7\xE3o","subtitle.quickButton.blue":"azul","subtitle.quickButton.translationPositionBottom":"\u539F\u6587\u4E0B\u65B9","subtitle.quickButton.yellow":"Amarelo","subtitle.quickButton.translationPositionTop":"Acima do texto original","subtitle.quickButton.sourceTextColor":"Cor original da fonte","subtitle.quickButton.red":"vermelho","subtitle.quickButton.translationPosition":"Posi\xE7\xE3o de tradu\xE7\xE3o","subtitle.quickButton.cyan":"Azul","subtitle.quickButton.black":"preto","subtitle.quickButton.translationFontSize":"Tamanho da fonte do texto traduzido",attachSubtitleTranslating:"Usando {service} para traduzir...","error.claude.403":"Sem permiss\xE3o para acessar o servi\xE7o, pode estar relacionado com as restri\xE7\xF5es de \xE1rea de Claude, voc\xEA pode tentar alterar o seu endere\xE7o IP, ou usar outros servi\xE7os de tradu\xE7\xE3o.","browser.brandDescriptionForSafari":"\u3010Tradu\xE7\xE3o imersiva\u3011Um plugin de tradu\xE7\xE3o de p\xE1ginas da web bilingue (original/tradu\xE7\xE3o) gratuito, que suporta a tradu\xE7\xE3o de PDF e EPUB e mant\xE9m a formata\xE7\xE3o original do documento, a tradu\xE7\xE3o de legendas bilingues de v\xEDdeos online como Youtube/Netflix, e suporta servi\xE7os de tradu\xE7\xE3o mainstream como Deepl/Google;","browser.PdfProFile":"AI impulsionado pela tradu\xE7\xE3o do PDF Pro","browser.textTranslate":"Tradu\xE7\xE3o de texto"};var H4=[{code:"zh-CN",messages:P4},{code:"zh-TW",messages:L4},{code:"en",messages:_4},{code:"ja",messages:F4},{code:"ar",messages:M4},{code:"de",messages:B4},{code:"es",messages:I4},{code:"fa",messages:R4},{code:"fr",messages:O4},{code:"hi",messages:z4},{code:"it",messages:N4},{code:"ru",messages:U4},{code:"ko",messages:q4},{code:"pt",messages:j4}];var B0="immersiveTranslateBingGlobalState",I0="immersiveTranslateYandexGlobalState",Nt={};for(let t of H4)Nt[t.code]=t.messages;var Ua="Immersive Translate",Q="immersive-translate";var me="immersiveTranslate";var K4=me+"GoogleAccessToken",G4=me+"AuthFlow";var VC=me+"AuthState",ju=me+"IframeMessage",BO=me+"WaitForRateLimit",Hu=me+"DocumentMessageAsk",_t=me+"DocumentMessageTellThirdParty",qa=me+"showError",$4=me+"DocumentMessageThirdPartyTell",V4=me+"DocumentMessageEventUpload",Wu=me+"DocumentMessageHandler",Ku=`${me}Share`,Qo=`${me}ToggleMouseHoverTranslateDirectly`,Y4=`${me}ReqDraft`,Q4=`${me}ResDraft`,YC=`${me}Container`,J4=`${me}SpecifiedContainer`,Xr="buildinConfig",Jo="localConfig",R0="openOptionsPage",O0="openAboutPage";var z0="openEbookViewer",N0="openEbookBuilder";var ja=`${me}PageTranslatedStatus`,IO=`${me}PageUrlChanged`,Mr=`${me}ReceiveCommand`,Z4=me+"LastUseMouseHoverTime",Gu=me+"LastUseInputTime",Xn=me+"LastUseManualTranslatePageTime",RO=`${me}PopupReceiveMessage`,QC="immersivetranslate.com",JC="config.immersivetranslate.com",OO=`https://${QC}/`,Zo=`https://${JC}/default_config.json`,zO=`${me}Mark`,xn=`${me}Root`,X4=`${me}Walked`,NO=`data-${Q}-walked`,eb=`${me}Paragraph`,tb=`data-${Q}-paragraph`,dr=`data-${Q}-translation-element-mark`,nb=`${me}TranslationElementMark`,UO=`${me}TranslatedMark`,rb=`${me}LoadingId`,U0=`data-${Q}-loading-id`,ab=`${me}ErrorId`,$u=`data-${Q}-error-id`,ZC=`${me}AtomicBlockMark`,ib=`${me}ExcludeMark`,qO=`data-${Q}-exclude-mark`,XC=`${me}StayOriginalMark`,jO=`${me}PreWhitespaceMark`,Vu=`${me}InlineMark`,ob=`${me}BlockMark`,HO=`${me}Left`,WO=`${me}Right`,KO=`${me}Width`,GO=`${me}Height`,$O=`${me}Top`,VO=`${me}FontSize`,Xo="lastRunTime",YO=`${me}GlobalStyleMark`,es=["@","#"],Yu=" --- ",sb=` `,yt=`${Q}-target-wrapper`,QO=`${Q}-pdf-target-container`,Qu=`${Q}-target-inner`,JO=`${Q}-source-wrapper`,q0=`${Q}-target-translation-block-wrapper`,ZO=`${Q}-root-translation-theme`,Di=`${me}RootTranslationTheme`,ub=`${Q}-target-translation-vertical-block-wrapper`,XO=`${Q}-target-translation-pdf-block-wrapper`,lb=`${Q}-target-translation-pre-whitespace`,j0=`${Q}-target-translation-inline-wrapper`;var cb={underline:[{name:"borderColor",required:!1,type:"color"}],nativeUnderline:[{name:"borderColor",required:!1,type:"color"}],nativeDashed:[{name:"borderColor",required:!1,type:"color"}],nativeDotted:[{name:"borderColor",required:!1,type:"color"}],dotted:[{name:"borderColor",required:!1,type:"color"}],dividingLine:[{name:"borderColor",required:!1,type:"color"}],highlight:[{name:"backgroundColor",required:!1,type:"color"}],marker:[{name:"backgroundColor",required:!1,type:"color"}],dashed:[{name:"borderColor",required:!1,type:"color"}],blockquote:[{name:"borderColor",required:!1,type:"color"}],thinDashed:[{name:"borderColor",required:!1,type:"color"}],dashedBorder:[{name:"borderRadius",required:!1,type:"number",default:"0"},{name:"borderColor",required:!1,type:"color"}],solidBorder:[{name:"borderRadius",required:!1,type:"number",default:"0"},{name:"borderColor",required:!1,type:"color"}],marker2:[{name:"backgroundColor",required:!1,type:"color"}],wavy:[{name:"borderColor",required:!1,type:"color"}],opacity:[{name:"opacity",required:!1,type:"number",default:10}]},kn=["auto","zh-CN","zh-TW","en","ja","ko","es","de","fr","pt","pt-br","ru","ar","it","ms","id","vi","af","th","ur","yue","zh-CN-NE","bo","wyw","am","az","be","bg","bn","bs","ca","ceb","co","cs","cy","da","el","eo","et","eu","fa","fi","fil","fj","fy","ga","gd","gl","gu","ha","haw","he","hi","hmn","hr","ht","hu","hy","ig","is","jw","ka","kk","km","kn","ku","ky","la","lb","lo","lt","lv","mg","mi","mk","ml","mn","mr","mt","mww","my","ne","nl","no","ny","otq","pa","pl","ps","ro","sa","sd","si","sk","sl","sm","sn","so","sq","sr","sr-Cyrl","sr-Latn","st","su","sv","sw","ta","te","tg","tlh","tlh-Qaak","to","tr","ty","ug","uk","uz","xh","yi","yo","yua","zu"],db={af:"Afrikaans",am:"Amharic",ar:"Arabic",auto:"Auto Detect",az:"Azerbaijani",be:"Belarusian",bg:"Bulgarian",tn:"Zana",bn:"Bengali",bs:"Bosnian",bo:"Tibetan",ca:"Catalan",ceb:"Cebuano",co:"Corsican",cs:"Czech",cy:"Welsh",da:"Danish",de:"German",el:"Greek",en:"English",eo:"Esperanto",es:"Spanish",et:"Estonian",eu:"Basque",sa:"Sanskrit",fa:"Persian",fi:"Finnish",fil:"Filipino",fj:"Fijian",fr:"French",fy:"Frisian",ga:"Irish",gd:"Scottish Gaelic",gl:"Galician",gu:"Gujarati",ha:"Hausa",haw:"Hawaiian",he:"Hebrew",hi:"Hindi",hmn:"Hmong",hr:"Croatian",ht:"Haitian Creole",hu:"Hungarian",hy:"Armenian",id:"Indonesian",ig:"Igbo",is:"Icelandic",it:"Italian",ja:"Japanese",jw:"Javanese",ka:"Georgian",kk:"Kazakh",km:"Khmer",kn:"Kannada",ko:"Korean",ku:"Kurdish",ky:"Kyrgyz",la:"Latin",lb:"Luxembourgish",lo:"Lao",lt:"Lithuanian",lv:"Latvian",mg:"Malagasy",mi:"Maori",mk:"Macedonian",ml:"Malayalam",mn:"Mongolian",mr:"Marathi",ms:"Malay",mt:"Maltese",mww:"Hmong Daw",my:"Burmese",ne:"Nepali",nl:"Dutch",no:"Norwegian",ny:"Chichewa",otq:"Quer\xE9taro Otomi",pa:"Punjabi",pl:"Polish",ps:"Pashto",pt:"Portuguese","pt-br":"Portuguese (Brazil)",ro:"Romanian",ru:"Russian",sd:"Sindhi",si:"Sinhala",sk:"Slovak",sl:"Slovenian",sm:"Samoan",sn:"Shona",so:"Somali",sq:"Albanian",sr:"Serbian","sr-Cyrl":"Serbian (Cyrillic)","sr-Latn":"Serbian (Latin)",st:"Sesotho",su:"Sundanese",sv:"Swedish",sw:"Swahili",ta:"Tamil",te:"Telugu",tg:"Tajik",th:"Thai",tlh:"Klingon","tlh-Qaak":"Klingon (piqaD)",to:"Tongan",tr:"Turkish",ty:"Tahitian",ug:"Uyghur",uk:"Ukrainian",ur:"Urdu",uz:"Uzbek",vi:"Vietnamese",wyw:"Classical Chinese",xh:"Xhosa",placeholder:"Please Select",yi:"Yiddish",yo:"Yoruba",yua:"Yucatec Maya",yue:"Cantonese (Traditional)","zh-CN":"Simplified Chinese","zh-TW":"Traditional Chinese","zh-CN-NE":"Northeastern Chinese",zu:"Zulu","":"All Languages"},pb={placeholder:"\u8BF7\u9009\u62E9",af:"\u5357\u975E\u8377\u5170\u8BED",am:"\u963F\u59C6\u54C8\u62C9\u8BED",ar:"\u963F\u62C9\u4F2F\u8BED",auto:"\u81EA\u52A8\u68C0\u6D4B",az:"\u963F\u585E\u62DC\u7586\u8BED",be:"\u767D\u4FC4\u7F57\u65AF\u8BED",bg:"\u4FDD\u52A0\u5229\u4E9A\u8BED",tn:"\u8D5E\u7EB3\u8BED",bn:"\u5B5F\u52A0\u62C9\u8BED",bs:"\u6CE2\u65AF\u5C3C\u4E9A\u8BED",bo:"\u85CF\u8BED",ca:"\u52A0\u6CF0\u7F57\u5C3C\u4E9A\u8BED",ceb:"\u5BBF\u52A1\u8BED",co:"\u79D1\u897F\u5609\u8BED",cs:"\u6377\u514B\u8BED",cy:"\u5A01\u5C14\u58EB\u8BED",da:"\u4E39\u9EA6\u8BED",de:"\u5FB7\u8BED",el:"\u5E0C\u814A\u8BED",en:"\u82F1\u8BED",eo:"\u4E16\u754C\u8BED",es:"\u897F\u73ED\u7259\u8BED",et:"\u7231\u6C99\u5C3C\u4E9A\u8BED",eu:"\u5DF4\u65AF\u514B\u8BED",sa:"\u68B5\u8BED",fa:"\u6CE2\u65AF\u8BED",fi:"\u82AC\u5170\u8BED",fil:"\u83F2\u5F8B\u5BBE\u8BED",fj:"\u6590\u6D4E\u8BED",fr:"\u6CD5\u8BED",fy:"\u5F17\u91CC\u65AF\u5170\u8BED",ga:"\u7231\u5C14\u5170\u8BED",gd:"\u82CF\u683C\u5170\u76D6\u5C14\u8BED",gl:"\u52A0\u5229\u897F\u4E9A\u8BED",gu:"\u53E4\u5409\u62C9\u7279\u8BED",ha:"\u8C6A\u8428\u8BED",haw:"\u590F\u5A01\u5937\u8BED",he:"\u5E0C\u4F2F\u6765\u8BED",hi:"\u5370\u5730\u8BED",hmn:"\u82D7\u8BED",hr:"\u514B\u7F57\u5730\u4E9A\u8BED",ht:"\u6D77\u5730\u514B\u91CC\u5965\u5C14\u8BED",hu:"\u5308\u7259\u5229\u8BED",hy:"\u4E9A\u7F8E\u5C3C\u4E9A\u8BED",id:"\u5370\u5EA6\u5C3C\u897F\u4E9A\u8BED",ig:"\u4F0A\u535A\u8BED",is:"\u51B0\u5C9B\u8BED",it:"\u610F\u5927\u5229\u8BED",ja:"\u65E5\u672C\u8BED",jw:"\u722A\u54C7\u8BED",ka:"\u683C\u9C81\u5409\u4E9A\u8BED",kk:"\u54C8\u8428\u514B\u8BED",km:"\u9AD8\u68C9\u8BED",kn:"\u5361\u7EB3\u8FBE\u8BED",ko:"\u97E9\u8BED",ku:"\u5E93\u5C14\u5FB7\u8BED",ky:"\u5409\u5C14\u5409\u65AF\u8BED",la:"\u62C9\u4E01\u8BED",lb:"\u5362\u68EE\u5821\u8BED",lo:"\u8001\u631D\u8BED",lt:"\u7ACB\u9676\u5B9B\u8BED",lv:"\u62C9\u8131\u7EF4\u4E9A\u8BED",mg:"\u9A6C\u62C9\u52A0\u65AF\u8BED",mi:"\u6BDB\u5229\u8BED",mk:"\u9A6C\u5176\u987F\u8BED",ml:"\u9A6C\u62C9\u96C5\u62C9\u59C6\u8BED",mn:"\u8499\u53E4\u8BED",mr:"\u9A6C\u62C9\u5730\u8BED",ms:"\u9A6C\u6765\u8BED",mt:"\u9A6C\u8033\u4ED6\u8BED",mww:"\u767D\u82D7\u8BED",my:"\u7F05\u7538\u8BED",ne:"\u5C3C\u6CCA\u5C14\u8BED",nl:"\u8377\u5170\u8BED",no:"\u632A\u5A01\u8BED",ny:"\u9F50\u5207\u74E6\u8BED\uFF08\u5C3C\u626C\u8D3E\u8BED\uFF09",otq:"\u514B\u96F7\u5854\u7F57\u5965\u6258\u7C73\u8BED",pa:"\u65C1\u906E\u666E\u8BED",pl:"\u6CE2\u5170\u8BED",ps:"\u666E\u4EC0\u56FE\u8BED",pt:"\u8461\u8404\u7259\u8BED","pt-br":"\u8461\u8404\u7259\u8BED\uFF08\u5DF4\u897F\uFF09",ro:"\u7F57\u9A6C\u5C3C\u4E9A\u8BED",ru:"\u4FC4\u8BED",sd:"\u4FE1\u5FB7\u8BED",si:"\u50E7\u4F3D\u7F57\u8BED",sk:"\u65AF\u6D1B\u4F10\u514B\u8BED",sl:"\u65AF\u6D1B\u6587\u5C3C\u4E9A\u8BED",sm:"\u8428\u6469\u4E9A\u8BED",sn:"\u4FEE\u7EB3\u8BED",so:"\u7D22\u9A6C\u91CC\u8BED",sq:"\u963F\u5C14\u5DF4\u5C3C\u4E9A\u8BED",sr:"\u585E\u5C14\u7EF4\u4E9A\u8BED","sr-Cyrl":"\u585E\u5C14\u7EF4\u4E9A\u8BED\uFF08\u897F\u91CC\u5C14\u6587\uFF09","sr-Latn":"\u585E\u5C14\u7EF4\u4E9A\u8BED\uFF08\u62C9\u4E01\u6587\uFF09",st:"\u585E\u7D22\u6258\u8BED",su:"\u5DFD\u4ED6\u8BED",sv:"\u745E\u5178\u8BED",sw:"\u65AF\u74E6\u5E0C\u91CC\u8BED",ta:"\u6CF0\u7C73\u5C14\u8BED",te:"\u6CF0\u5362\u56FA\u8BED",tg:"\u5854\u5409\u514B\u8BED",th:"\u6CF0\u8BED",tlh:"\u514B\u6797\u8D21\u8BED","tlh-Qaak":"\u514B\u6797\u8D21\u8BED\uFF08piqaD\uFF09",to:"\u6C64\u52A0\u8BED",tr:"\u571F\u8033\u5176\u8BED",ty:"\u5854\u5E0C\u63D0\u8BED",ug:"\u7EF4\u543E\u5C14\u8BED",uk:"\u4E4C\u514B\u5170\u8BED",ur:"\u4E4C\u5C14\u90FD\u8BED",uz:"\u4E4C\u5179\u522B\u514B\u8BED",vi:"\u8D8A\u5357\u8BED",wyw:"\u6587\u8A00\u6587",xh:"\u73ED\u56FE\u8BED",yi:"\u610F\u7B2C\u7EEA\u8BED",yo:"\u7EA6\u9C81\u5DF4\u8BED",yua:"\u5C24\u5361\u5766\u739B\u96C5\u8BED",yue:"\u7CA4\u8BED","zh-CN":"\u7B80\u4F53\u4E2D\u6587","zh-TW":"\u7E41\u4F53\u4E2D\u6587","zh-CN-NE":"\u4E1C\u5317\u8BDD",zu:"\u7956\u9C81\u8BED","":"\u6240\u6709\u8BED\u8A00"},gb={placeholder:"\u8ACB\u9078\u64C7",af:"\u963F\u975E\u5229\u5361\u8A9E",am:"\u963F\u59C6\u54C8\u62C9\u8A9E",ar:"\u963F\u62C9\u4F2F\u8A9E",auto:"\u81EA\u52D5\u6AA2\u6E2C",az:"\u963F\u585E\u62DC\u7586\u8A9E",be:"\u767D\u4FC4\u7F85\u65AF\u8A9E",bg:"\u4FDD\u52A0\u5229\u4E9E\u8A9E",tn:"\u8D0A\u7D0D\u8A9E",bn:"\u5B5F\u52A0\u62C9\u8A9E",bs:"\u6CE2\u65AF\u5C3C\u4E9E\u8A9E",bo:"\u85CF\u8A9E",ca:"\u52A0\u6CF0\u862D\u8A9E",ceb:"\u5BBF\u9727\u8A9E",co:"\u79D1\u897F\u5609\u8A9E",cs:"\u6377\u514B\u8A9E",cy:"\u5A01\u723E\u65AF\u8A9E",da:"\u4E39\u9EA5\u8A9E",de:"\u5FB7\u8A9E",el:"\u5E0C\u81D8\u8A9E",en:"\u82F1\u8A9E",eo:"\u4E16\u754C\u8A9E",es:"\u897F\u73ED\u7259\u8A9E",et:"\u611B\u6C99\u5C3C\u4E9E\u8A9E",eu:"\u5DF4\u65AF\u514B\u8A9E",sa:"\u68B5\u8A9E",fa:"\u6CE2\u65AF\u8A9E",fi:"\u82AC\u862D\u8A9E",fil:"\u83F2\u5F8B\u8CD3\u8A9E",fj:"\u6590\u6FDF\u8A9E",fr:"\u6CD5\u8A9E",fy:"\u5F17\u91CC\u897F\u8A9E",ga:"\u611B\u723E\u862D\u8A9E",gd:"\u8607\u683C\u862D\u84CB\u723E\u8A9E",gl:"\u52A0\u5229\u897F\u4E9E\u8A9E",gu:"\u53E4\u5409\u62C9\u7279\u8A9E",ha:"\u8C6A\u6492\u8A9E",haw:"\u590F\u5A01\u5937\u8A9E",he:"\u5E0C\u4F2F\u4F86\u8A9E",hi:"\u5370\u5730\u8A9E",hmn:"\u82D7\u8A9E",hr:"\u514B\u7F85\u5730\u4E9E\u8A9E",ht:"\u6D77\u5730\u514B\u91CC\u5967\u723E\u8A9E",hu:"\u5308\u7259\u5229\u8A9E",hy:"\u4E9E\u7F8E\u5C3C\u4E9E\u8A9E",id:"\u5370\u5C3C\u8A9E",ig:"\u4F0A\u535A\u8A9E",is:"\u51B0\u5CF6\u8A9E",it:"\u610F\u5927\u5229\u8A9E",ja:"\u65E5\u8A9E",jw:"\u722A\u54C7\u8A9E",ka:"\u55AC\u6CBB\u4E9E\u8A9E",kk:"\u54C8\u85A9\u514B\u8A9E",km:"\u9AD8\u68C9\u8A9E",kn:"\u574E\u7D0D\u9054\u8A9E",ko:"\u97D3\u8A9E",ku:"\u5EAB\u723E\u5FB7\u8A9E",ky:"\u5409\u723E\u5409\u65AF\u8A9E",la:"\u62C9\u4E01\u8A9E",lb:"\u76E7\u68EE\u5821\u8A9E",lo:"\u8001\u64BE\u8A9E",lt:"\u7ACB\u9676\u5B9B\u8A9E",lv:"\u62C9\u812B\u7DAD\u4E9E\u8A9E",mg:"\u99AC\u62C9\u52A0\u65AF\u8A9E",mi:"\u6BDB\u5229\u8A9E",mk:"\u99AC\u5176\u9813\u8A9E",ml:"\u99AC\u62C9\u96C5\u62C9\u59C6\u8A9E",mn:"\u8499\u53E4\u8A9E",mr:"\u99AC\u62C9\u5730\u8A9E",ms:"\u99AC\u4F86\u8A9E",mt:"\u99AC\u723E\u4ED6\u8A9E",mww:"\u767D\u82D7\u8A9E",my:"\u7DEC\u7538\u8A9E",ne:"\u5C3C\u6CCA\u723E\u8A9E",nl:"\u8377\u862D\u8A9E",no:"\u632A\u5A01\u8A9E",ny:"\u9F4A\u5207\u74E6\u8A9E",otq:"\u594E\u96F7\u5854\u7F85\u5967\u6258\u7C73\u8A9E",pa:"\u65C1\u906E\u666E\u8A9E",pl:"\u6CE2\u862D\u8A9E",ps:"\u666E\u4EC0\u5716\u8A9E",pt:"\u8461\u8404\u7259\u8A9E","pt-br":"\u8461\u8404\u7259\u8A9E\uFF08\u5DF4\u897F\uFF09",ro:"\u7F85\u99AC\u5C3C\u4E9E\u8A9E",ru:"\u4FC4\u8A9E",sd:"\u4FE1\u5FB7\u8A9E",si:"\u50E7\u4F3D\u7F85\u8A9E",sk:"\u65AF\u6D1B\u4F10\u514B\u8A9E",sl:"\u65AF\u6D1B\u7DAD\u5C3C\u4E9E\u8A9E",sm:"\u85A9\u6469\u4E9E\u8A9E",sn:"\u7D39\u7D0D\u8A9E",so:"\u7D22\u99AC\u91CC\u8A9E",sq:"\u963F\u723E\u5DF4\u5C3C\u4E9E\u8A9E",sr:"\u585E\u723E\u7DAD\u4E9E\u8A9E","sr-Cyrl":"\u585E\u723E\u7DAD\u4E9E\u8A9E (\u897F\u91CC\u723E\u6587)","sr-Latn":"\u585E\u723E\u7DAD\u4E9E\u8A9E (\u62C9\u4E01\u6587)",st:"\u585E\u7D22\u6258\u8A9E",su:"\u5DFD\u4ED6\u8A9E",sv:"\u745E\u5178\u8A9E",sw:"\u65AF\u74E6\u5E0C\u91CC\u8A9E",ta:"\u6CF0\u7C73\u723E\u8A9E",te:"\u6CF0\u76E7\u56FA\u8A9E",tg:"\u5854\u5409\u514B\u8A9E",th:"\u6CF0\u8A9E",tlh:"\u514B\u6797\u8CA2\u8A9E","tlh-Qaak":"\u514B\u6797\u8CA2\u8A9E (piqaD)",to:"\u6771\u52A0\u8A9E",tr:"\u571F\u8033\u5176\u8A9E",ty:"\u5854\u5E0C\u63D0\u8A9E",ug:"\u7DAD\u543E\u723E\u8A9E",uk:"\u70CF\u514B\u862D\u8A9E",ur:"\u70CF\u723E\u90FD\u8A9E",uz:"\u70CF\u8332\u5225\u514B\u8A9E",vi:"\u8D8A\u5357\u8A9E",wyw:"\u6587\u8A00\u6587",xh:"\u79D1\u85A9\u8A9E",yi:"\u610F\u7B2C\u7DD2\u8A9E",yo:"\u7D04\u9B6F\u5DF4\u8A9E",yua:"\u5C24\u52A0\u6566\u99AC\u96C5\u8A9E",yue:"\u5EE3\u6771\u8A71 (\u50B3\u7D71)","zh-CN":"\u7C21\u9AD4\u4E2D\u6587","zh-TW":"\u7E41\u9AD4\u4E2D\u6587","zh-CN-NE":"\u6771\u5317\u8A71",zu:"\u7956\u9B6F\u8A9E","":"\u6240\u6709\u8A9E\u8A00"};var mb=[{name:"touch",shortcuts:[{command:"touchShortcutsToggleTranslatePage",type:"finger"},{command:"touchShortcutsToggleTranslationMask",type:"finger"},{command:"touchShortcutsToggleTranslatePageOnlyTranslation",type:"finger"},{command:"touchShortcutsToggleTranslateTouchElement",type:"finger"}]},{name:"main",shortcuts:["toggleTranslatePage","shareToDraft","translateInputBox"]},{name:"mouse",shortcuts:[{command:"mouseHoverHoldKey",type:"mouseHoverHoldKey"},"toggleMouseHoverTranslateDirectly"]},{name:"others",shortcuts:["toggleTranslationMask","toggleTranslateToThePageEndImmediately","toggleTranslateTheMainPage","toggleOnlyTransation","toggleTranslateTheWholePage","toggleVideoSubtitlePreTranslation"]},{name:"shortcutsForTranslationServices",shortcuts:["translateWithDeepL","translateWithGoogle","translateWithOpenAI","translateWithBing","translateWithTransmart","translateWithGemini"]}],fb=["https://immersive-translate.owenyoung.com/options/","https://immersive-translate.owenyoung.com/auth-done/","https://dash.immersivetranslate.com/","https://dash.immersivetranslate.com/auth-done/","http://localhost:8000/dist/userscript/options/","http://localhost:8000/auth-done/","http://192.168.50.9:8000/dist/userscript/options/","http://192.168.31.51:8000/dist/userscript/options/","http://192.168.1.72:8000/dist/userscript/options/","https://www.deepl.com/translator","translate.google.com","http://localhost:8000/options/","http://192.168.50.9:8000/options/","http://192.168.31.51:8000/options/","http://192.168.1.72:8000/options/"],pr="zh-CN";var W4=[{type:"select",name:"codename",labelKey:"field.translationEngine",default:"youdao",required:!1,options:[{label:"translationServices.google",value:"google"},{label:"translationServices.deepl",value:"deepl"},{label:"translationServices.youdao",value:"youdao"},{label:"translationServices.tencent",value:"tencent"},{label:"translationServices.aliyun",value:"aliyun"},{label:"translationServices.baidu",value:"baidu"},{label:"translationServices.caiyun",value:"caiyun"},{label:"translationServices.wechat",value:"wechat"},{label:"translationServices.ibm",value:"ibm"},{label:"translationServices.azure",value:"azure"},{label:"translationServices.aws",value:"aws"}]}],Ju=["caiyun","cai"],gr={bing:{name:"\u5FAE\u8F6F\u7FFB\u8BD1",homepage:"https://www.bing.com/translator"},google:{name:"Google",homepage:"https://translate.google.com/"},deepl:{name:"DeepL",homepage:"https://www.deepl.com/translator",docUrl:"https://immersivetranslate.com/docs/services/deepL/",providers:[{name:"pro",nameKey:"deepLProName",descriptionKey:"deepLProDescription",descriptionKeyForNormal:"deeplProDescriptionForNormal",descriptionLink1:"https://immersivetranslate.com/pricing"},{name:"custom",nameKey:"deepLCustomName",descriptionKey:"deepLCustomDescription",descriptionLink1:"https://www.deepl.com/translator",descriptionLink2:"https://immersivetranslate.com/docs/services/deepL/"}],allProps:[{name:"authKey",providers:["custom"],label:"Auth Key",required:!0,type:"password"}]},openai:{name:"Open AI",homepage:"https://openai.com/api/",docUrl:"https://immersivetranslate.com/docs/services/openai/",providers:[{name:"pro",nameKey:"openaiProName",descriptionKey:"openaiProDescription",descriptionKeyForNormal:"openaiProDescriptionForNormal",descriptionLink1:"https://immersivetranslate.com/pricing"},{name:"custom",nameKey:"openaiCustomName",descriptionKey:"openaiCustomDescription",descriptionLink1:"https://immersivetranslate.com/docs/services/openai/"}],allProps:[{name:"APIKEY",providers:["custom"],required:!0,type:"password"},{name:"model",labelKey:"field.model",descriptionKey:"description.model",required:!1,type:"model-select",default:"gpt-3.5-turbo-1106",providers:["custom"],options:[{providers:["custom","pro"],label:"gpt-3.5-turbo",value:"gpt-3.5-turbo"},{providers:["custom"],label:"gpt-3.5-turbo-0125",value:"gpt-3.5-turbo-0125"},{providers:["custom","pro"],label:"gpt-3.5-turbo-1106",value:"gpt-3.5-turbo-1106"},{providers:["custom","pro"],label:"gpt-3.5-turbo-0613",value:"gpt-3.5-turbo-0613"},{providers:["custom"],label:"gpt-4-1106-preview",value:"gpt-4-1106-preview"},{providers:["custom"],label:"gpt-4-0125-preview",value:"gpt-4-0125-preview"},{providers:["custom"],label:"gpt-4",value:"gpt-4"}]},{name:"limit",required:!1,labelKey:"field.limitPerSecond",descriptionKey:"description.limitPerSecond",descriptionLink1:"https://immersivetranslate.com/docs/services/openai/",type:"number",default:10,providers:["custom"]},{name:"maxTextLengthPerRequest",required:!1,labelKey:"field.maxTextLengthPerRequest",descriptionKey:"description.maxTextLengthPerRequest",type:"number",default:1200,optional:!0},{name:"maxTextGroupLengthPerRequest",required:!1,labelKey:"field.maxTextGroupLengthPerRequest",descriptionKey:"description.maxTextGroupLengthPerRequest",type:"number",default:1,optional:!0},{name:"apiUrl",labelKey:"field.apiUrl",required:!1,type:"text",default:"https://api.openai.com/v1/chat/completions",descriptionKey:"description.apiUrl",descriptionLink1:"https://immersivetranslate.com/docs/services/openai/",optional:!0,providers:["custom"]},{name:"systemPrompt",label:"System Prompt",required:!1,descriptionKey:"description.systemPrompt",type:"textarea",optional:!0,default:"You are a translation engine, you can only translate text and cannot interpret it, and do not explain."},{name:"prompt",label:"Prompt",required:!1,descriptionKey:"description.prompt",type:"textarea",default:`Translate the text to {{to}}, please do not explain any sentences, just translate or leave them as they are.: -{{text}}`,optional:!0},{name:"multiplePrompt",label:"Multiple Prompt",required:!1,descriptionKey:"description.multiplePrompt",type:"textarea",default:"",optional:!0},{name:"subtitlePrompt",label:"Subtitle Prompt",required:!1,descriptionKey:"description.subtitlePrompt",type:"textarea",default:"",optional:!0}]},yandex:{name:"Yandex",homepage:"https://translate.yandex.com/"},gemini:{name:"Gemini",homepage:"https://makersuite.google.com/",docUrl:"https://immersivetranslate.com/docs/services/gemini/",beta:!0,allProps:[{name:"APIKEY",providers:["custom"],required:!0,type:"password"},{name:"model",labelKey:"field.model",descriptionKey:"description.model",optional:!0,required:!1,type:"model-select",options:[{label:"gemini-1.0-pro-latest",value:"gemini-1.0-pro-latest"}]},{name:"limit",required:!1,optional:!0,labelKey:"field.limitPerSecond",descriptionKey:"description.generalLimitPerSecond",descriptionLink1:"https://immersivetranslate.com/docs/services/openai/",type:"number",default:1},{name:"maxTextLengthPerRequest",required:!1,labelKey:"field.maxTextLengthPerRequest",descriptionKey:"description.maxTextLengthPerRequest",type:"number",default:1200,optional:!0},{name:"maxTextGroupLengthPerRequest",required:!1,labelKey:"field.maxTextGroupLengthPerRequest",descriptionKey:"description.maxTextGroupLengthPerRequest",type:"number",default:3,optional:!0},{name:"apiUrl",labelKey:"field.apiUrl",required:!1,type:"text",default:"https://generativelanguage.googleapis.com/v1beta/models/{model}:generateContent?key={key}",descriptionKey:"description.apiUrl",descriptionLink1:"https://immersivetranslate.com/docs/services/gemini/",optional:!0},{name:"prompt",label:"Prompt",required:!1,descriptionKey:"description.prompt",type:"textarea",default:"",optional:!0},{name:"multiplePrompt",label:"Multiple Prompt",required:!1,descriptionKey:"description.multiplePrompt",type:"textarea",default:"",optional:!0},{name:"subtitlePrompt",label:"Subtitle Prompt",required:!1,descriptionKey:"description.subtitlePrompt",type:"textarea",default:"",optional:!0}]},claude:{name:"Claude",homepage:"https://www.anthropic.com/",docUrl:"https://immersivetranslate.com/docs/services/claude/",allProps:[{name:"APIKEY",providers:["custom"],required:!0,type:"password"},{name:"model",labelKey:"field.model",descriptionKey:"description.model",optional:!0,required:!1,type:"model-select",default:"claude-3-haiku-20240307",options:[{label:"claude-3-haiku-20240307",value:"claude-3-haiku-20240307"},{label:"claude-3-sonnet-20240229",value:"claude-3-sonnet-20240229"},{label:"claude-3-opus-20240229",value:"claude-3-opus-20240229"},{label:"claude-2.1",value:"claude-2.1"}]},{name:"limit",required:!1,optional:!0,labelKey:"field.limitPerSecond",descriptionKey:"description.generalLimitPerSecond",descriptionLink1:"https://immersivetranslate.com/docs/services/openai/",type:"number",default:1},{name:"maxTextLengthPerRequest",required:!1,labelKey:"field.maxTextLengthPerRequest",descriptionKey:"description.maxTextLengthPerRequest",type:"number",default:1200,optional:!0},{name:"maxTextGroupLengthPerRequest",required:!1,labelKey:"field.maxTextGroupLengthPerRequest",descriptionKey:"description.maxTextGroupLengthPerRequest",type:"number",default:10,optional:!0},{name:"apiUrl",labelKey:"field.apiUrl",required:!1,type:"text",default:"https://api.anthropic.com/v1/messages",descriptionKey:"description.apiUrl",descriptionLink1:"https://immersivetranslate.com/docs/services/claude/",optional:!0},{name:"prompt",label:"Prompt",required:!1,descriptionKey:"description.prompt",type:"textarea",default:"",optional:!0},{name:"multiplePrompt",label:"Multiple Prompt",required:!1,descriptionKey:"description.multiplePrompt",type:"textarea",default:"",optional:!0},{name:"subtitlePrompt",label:"Subtitle Prompt",required:!1,descriptionKey:"description.subtitlePrompt",type:"textarea",default:"",optional:!0}]},transmart:{name:"Transmart",homepage:"https://transmart.qq.com/"},youdao:{name:"Youdao",homepage:"https://youdao.com/",docUrl:"https://immersivetranslate.com/docs/services/youdao/",allProps:[{name:"appId",required:!0,type:"text"},{name:"appSecret",required:!0,type:"password"},{name:"limit",required:!1,labelKey:"field.limitPerSecond",descriptionKey:"description.generalLimitPerSecond",type:"number",default:5,optional:!0},{name:"maxTextLengthPerRequest",required:!1,labelKey:"field.maxTextLengthPerRequest",descriptionKey:"description.maxTextLengthPerRequest",type:"number",default:1200,optional:!0},{name:"maxTextGroupLengthPerRequest",required:!1,labelKey:"field.maxTextGroupLengthPerRequest",descriptionKey:"description.maxTextGroupLengthPerRequest",type:"number",default:200,optional:!0},{name:"domain",required:!1,labelKey:"field.domain",descriptionKey:"description.domain",descriptionLink1:"https://fanyi.youdao.com/openapi/",type:"text",default:"general",optional:!0},{name:"vocabId",required:!1,labelKey:"field.vocabId",descriptionKey:"description.vocabId",type:"text",default:"",optional:!0}]},tencent:{name:"Tencent",homepage:"https://fanyi.qq.com/",docUrl:"https://immersivetranslate.com/docs/services/tencent/",allProps:[{name:"secretId",required:!0,type:"text"},{name:"secretKey",required:!0,type:"password"}]},aliyun:{name:"Aliyun",homepage:"https://translate.alibaba.com/",docUrl:"https://immersivetranslate.com/docs/services/aliyun/",allProps:[{name:"AccessKeyID",required:!0,type:"text"},{name:"AccessKeySecret",required:!0,type:"password"},{name:"scene",labelKey:"field.scene",descriptionKey:"description.scene",descriptionLink1:"https://help.aliyun.com/document_detail/158267.html",required:!1,optional:!0,type:"text",default:"general"}]},azure:{name:"azure",homepage:"https://learn.microsoft.com/en-us/azure/cognitive-services/translator/text-translation-overview",docUrl:"https://immersivetranslate.com/docs/services/azure/",allProps:[{name:"region",required:!1,default:"eastasia",type:"text"},{name:"APIKEY",required:!0,type:"password"},{name:"apiUrl",labelKey:"field.apiUrl",required:!1,type:"text",default:"https://api.cognitive.microsofttranslator.com/",descriptionKey:"description.azureApiUrl",optional:!0}]},papago:{name:"Papago",homepage:"https://translate.google.com/",canary:!0},baidu:{name:"Baidu",homepage:"https://fanyi.baidu.com/",docUrl:"https://immersivetranslate.com/docs/services/baidu/",allProps:[{name:"appid",required:!0,type:"text"},{name:"key",required:!0,type:"password"},{name:"limit",required:!1,labelKey:"field.limitPerSecond",descriptionKey:"description.generalLimitPerSecond",type:"number",default:1,optional:!0},{name:"maxTextLengthPerRequest",required:!1,labelKey:"field.maxTextLengthPerRequest",descriptionKey:"description.maxTextLengthPerRequest",type:"number",default:1800,optional:!0},{name:"maxTextGroupLengthPerRequest",required:!1,labelKey:"field.maxTextGroupLengthPerRequest",descriptionKey:"description.maxTextGroupLengthPerRequest",type:"number",default:8,optional:!0},{name:"action",required:!1,labelKey:"field.action",descriptionKey:"description.action",descriptionLink1:"https://fanyi-api.baidu.com/doc/21",type:"boolean",default:!1,optional:!0},{name:"domain",required:!1,labelKey:"field.domain",descriptionKey:"description.baiduField",descriptionLink1:"https://fanyi-api.baidu.com/doc/22",type:"text",default:"",optional:!0}]},volc:{name:"Volc",homepage:"https://www.volcengine.com/",docUrl:"https://immersivetranslate.com/docs/services/volcano/",allProps:[{name:"accessKeyId",required:!0,type:"text"},{name:"secretAccessKey",required:!0,type:"password"},{name:"limit",required:!1,labelKey:"field.limitPerSecond",descriptionKey:"description.generalLimitPerSecond",type:"number",default:5,optional:!0},{name:"maxTextLengthPerRequest",required:!1,labelKey:"field.maxTextLengthPerRequest",descriptionKey:"description.maxTextLengthPerRequest",type:"number",default:1800,optional:!0},{name:"maxTextGroupLengthPerRequest",required:!1,labelKey:"field.maxTextGroupLengthPerRequest",descriptionKey:"description.maxTextGroupLengthPerRequest",type:"number",default:8,optional:!0}]},caiyun:{name:"Caiyun",homepage:"https://fanyi.caiyunapp.com/",docUrl:"https://immersivetranslate.com/docs/services/caiyun/",allProps:[{name:"token",required:!0,type:"password"}]},cai:{name:"Cai",homepage:"https://fanyi.caiyunapp.com/",alpha:!0},custom:{name:"Custom",beta:!0,homepage:"https://immersivetranslate.com/docs/services/custom/",titleKey:"description.custom",allProps:[{name:"url",label:"API URL",required:!0,type:"text"},{name:"langs",required:!1,labelKey:"field.langs",type:"textarea",default:"zh-CN,en",optional:!0},{name:"placeholderDelimiters",required:!1,labelKey:"field.placeholderDelimiters",type:"text",default:es,optional:!0},{name:"limit",required:!1,labelKey:"field.limitPerSecond",descriptionKey:"description.generalLimitPerSecond",type:"number",default:5,optional:!0},{name:"maxTextLengthPerRequest",required:!1,labelKey:"field.maxTextLengthPerRequest",descriptionKey:"description.maxTextLengthPerRequest",type:"number",default:1200,optional:!0},{name:"maxTextGroupLengthPerRequest",required:!1,labelKey:"field.maxTextGroupLengthPerRequest",descriptionKey:"description.maxTextGroupLengthPerRequest",type:"number",default:1,optional:!0}]},mock:{name:"Mock",homepage:"https://www.google.com"},mock2:{name:"Mock2",homepage:"https://www.google.com"},tenAlpha:{name:"TenAlpha",homepage:"https://fanyi.qq.com/",alpha:!0},you:{name:"You",alpha:!0,homepage:"https://youdao.com/"},openl:{name:"Openl",homepage:"https://openl.club/",docUrl:"https://immersivetranslate.com/docs/services/openL/",allProps:[...W4,{type:"password",name:"apikey",required:!0}],props:W4},volcAlpha:{name:"Volc Alpha",alpha:!0,homepage:"https://www.volcengine.com/"},d:{name:"D () ",canary:!0,homepage:"https://www.deepl.com/translator"},dpro:{name:"DPro (Canary) ",canary:!0,homepage:"https://www.deepl.com/translator"},deeplx:{name:"DeepLX (Beta)",beta:!0,homepage:"https://www.deepl.com/translator",allProps:[{name:"url",label:"API URL",required:!0,type:"text"},{name:"limit",required:!1,labelKey:"field.limitPerSecond",descriptionKey:"description.generalLimitPerSecond",type:"number",default:5,optional:!0},{name:"maxTextLengthPerRequest",required:!1,labelKey:"field.maxTextLengthPerRequest",descriptionKey:"description.maxTextLengthPerRequest",type:"number",default:1200,optional:!0},{name:"maxTextGroupLengthPerRequest",required:!1,labelKey:"field.maxTextGroupLengthPerRequest",descriptionKey:"description.maxTextGroupLengthPerRequest",type:"number",default:1,optional:!0}]},niu:{name:"niutrans",homepage:"https://niutrans.com/",docUrl:"https://immersivetranslate.com/docs/services/niu",allProps:[{name:"APIKEY",required:!0,type:"password"}]}},Zu={type:me+"ChildFrameToRootFrameIdentifier"},H0=["youtube","netflix","webvtt","khanacademy","bilibili","udemy","hulu","text_track","text_track_dynamic","general","live","ebutt","disneyplus","fmp4.xml","multi_attach_vtt","twitter","subsrt","xml","av"],ts=["Ctrl","Shift","Alt","Auto","Off","OtherCustom","Other"],hb=["ctrl","alt","shift","cmd","command","option","control"];var ez=Qt()?"https://dash.immersivetranslate.com/#general":"http://localhost:8000/dist/userscript/options/#general",W0="user_from_plugin",Ft="user_info",ns=Qt()||Rn()?"https://api2.immersivetranslate.com":"https://test-api2.immersivetranslate.com",bb=Qt()||Rn()?"https://immersivetranslate.com/accounts/login?from=plugin":"https://test.immersivetranslate.com/accounts/login?from=plugin",Tb=bb+"&utm_source=extension&utm_medium=extension&utm_campaign=error_modal",yb=bb+"&utm_source=extension&utm_medium=extension&utm_campaign=popup_more",Xu=Qt()||Rn()?"https://immersivetranslate.com/profile":"https://test.immersivetranslate.com/profile",Ai=Qt()||Rn()?"https://immersivetranslate.com/pricing":"https://test.immersivetranslate.com/pricing",ew=Qt()||Rn()?"https://immersivetranslate.com/download/":"https://test.immersivetranslate.com/download/",tw=Qt()||Rn()?"https://immersivetranslate.com/topup?type=open_ai&":"https://test.immersivetranslate.com/topup?type=open_ai&",nw=Qt()||Rn()?"https://immersivetranslate.com/topup?type=deepl&":"https://test.immersivetranslate.com/topup?type=deepl&",tz=Ai+"?utm_source=extension&utm_medium=extension&utm_campaign=popup_more",nz=ew+"?utm_source=extension&utm_medium=extension&utm_campaign=options_nav",vb=Ai+"?utm_source=extension&utm_medium=extension&utm_campaign=popup_footer",el=Ai+"?utm_source=extension&utm_medium=extension&utm_campaign=error_modal",Sb=tw+"utm_source=extension&utm_medium=extension&utm_campaign=error_modal",xb=nw+"utm_source=extension&utm_medium=extension&utm_campaign=error_modal",Eb=Xu+"?utm_source=extension&utm_medium=extension&utm_campaign=error_modal&upgradeFromTrial=true",Cb="https://immersivetranslate.com/docs/usage/";var wb=Me().TRANSLATE_FILE_URL,rz=wb+"?utm_source=extension&utm_medium=extension&utm_campaign=options_nav",Db=wb+"?utm_source=extension&utm_medium=extension&utm_campaign=float_ball";var ki=console,K0=class{#e=performance.now();reset(){this.#e=performance.now()}stop(e){let n=performance.now(),r=Math.round(n-this.#e),a=On.green;r>1e4?a=On.red:r>1e3&&(a=On.yellow),ki.debug(On.dim(Ua+" TIMING:"),e,"in",a(r+"ms")),this.#e=n}},rs=class{#e=1;get level(){return this.#e}setLevel(e){switch(e){case"debug":this.#e=0;break;case"info":this.#e=1;break;case"warn":this.#e=2;break;case"error":this.#e=3;break;case"fatal":this.#e=4;break}}debug(...e){this.#e<=0&&ki.log(On.dim(Ua+" DEBUG:"),...e)}v(...e){this.#e<=0}info(...e){this.#e<=1&&ki.log(On.green(Ua+" INFO:"),...e)}l(...e){this.#e<=1}warn(...e){this.#e<=2&&ki.warn(On.yellow(Ua+" WARN:"),...e)}error(...e){this.#e<=3&&ki.error(On.red(Ua+" ERROR:"),...e)}fatal(...e){this.#e<=4&&ki.error(On.red(Ua+" FATAL:"),...e)}timing(){return this.level===0?new K0:{reset:()=>{},stop:()=>{}}}},B=new rs;d();d();d();var G0=/iPhone/i,Ab=/iPod/i,kb=/iPad/i,Pb=/\biOS-universal(?:.+)Mac\b/i,$0=/\bAndroid(?:.+)Mobile\b/i,Lb=/Android/i,Pi=/(?:SD4930UR|\bSilk(?:.+)Mobile\b)/i,tl=/Silk/i,Br=/Windows Phone/i,_b=/\bWindows(?:.+)ARM\b/i,Fb=/BlackBerry/i,Mb=/BB10/i,Bb=/Opera Mini/i,Ib=/\b(CriOS|Chrome)(?:.+)Mobile/i,Rb=/Mobile(?:.+)Firefox\b/i,Ob=t=>typeof t<"u"&&t.platform==="MacIntel"&&typeof t.maxTouchPoints=="number"&&t.maxTouchPoints>1&&typeof globalThis.MSStream>"u";function rw(t){return e=>e.test(t)}function ut(t){let e={userAgent:"",platform:"",maxTouchPoints:0};!t&&typeof navigator<"u"?e={userAgent:navigator.userAgent,platform:navigator.platform,maxTouchPoints:navigator.maxTouchPoints||0}:typeof t=="string"?e.userAgent=t:t&&t.userAgent&&(e={userAgent:t.userAgent,platform:t.platform,maxTouchPoints:t.maxTouchPoints||0});let n=e.userAgent,r=n.split("[FBAN");typeof r[1]<"u"&&(n=r[0]),r=n.split("Twitter"),typeof r[1]<"u"&&(n=r[0]);let a=rw(n),i={apple:{phone:a(G0)&&!a(Br),ipod:a(Ab),tablet:!a(G0)&&(a(kb)||Ob(e))&&!a(Br),universal:a(Pb),device:(a(G0)||a(Ab)||a(kb)||a(Pb)||Ob(e))&&!a(Br)},amazon:{phone:a(Pi),tablet:!a(Pi)&&a(tl),device:a(Pi)||a(tl)},android:{phone:!a(Br)&&a(Pi)||!a(Br)&&a($0),tablet:!a(Br)&&!a(Pi)&&!a($0)&&(a(tl)||a(Lb)),device:!a(Br)&&(a(Pi)||a(tl)||a($0)||a(Lb))||a(/\bokhttp\b/i)},windows:{phone:a(Br),tablet:a(_b),device:a(Br)||a(_b)},other:{blackberry:a(Fb),blackberry10:a(Mb),opera:a(Bb),firefox:a(Rb),chrome:a(Ib),device:a(Fb)||a(Mb)||a(Bb)||a(Rb)||a(Ib)},any:!1,phone:!1,tablet:!1};return i.any=i.apple.device||i.android.device||i.windows.device||i.other.device,i.phone=i.apple.phone||i.android.phone||i.windows.phone,i.tablet=i.apple.tablet||i.android.tablet||i.windows.tablet,i}var V0="DENO",nl="CHROME",rl="FIREFOX";function zb(t){let e=nl;try{let n=navigator?.userAgent||"";/firefox/i.test(n)||typeof InstallTrigger<"u"?e=rl:/deno/i.test(n)&&(e=V0)}catch{}return t===nl&&e===nl||t===rl&&e===rl||t===V0&&e===V0}function aw(){return zb(nl)}function Nb(){return typeof Deno<"u"}function Ir(){return zb(rl)}function al(){return!!navigator.maxTouchPoints||"ontouchstart"in document.documentElement}function as(t){return!!(t?.confirmSupportMouse||globalThis.matchMedia("(pointer:fine)").matches)}function Ub(){return ye()?"monkey":aw()?"chrome":Ir()?"firefox":tt()?"safari":null}d();var qb={addListener:()=>{},removeListener:()=>{},hasListener:()=>{}},jb={permissions:{contains:()=>{},request:()=>{}},runtime:{onMessage:qb,openOptionsPage:()=>{},lastError:{message:""}},storage:{sync:{get:()=>{},set:()=>{}}},tabs:{onUpdated:qb,query:()=>{},sendMessage:()=>{}}};var oe;Nb()?oe=jb:oe=globalThis.immersiveTranslateBrowserAPI;d();d();d();d();d();var Dz=Wb(2),Hb=Wb(3);function Wb(t){if(typeof t!="number"||Number.isNaN(t)||t<1||t===Number.POSITIVE_INFINITY)throw new Error("`"+t+"` is not a valid argument for `n-gram`");return e;function e(n){let r=[];if(n==null)return r;let a=typeof n.slice=="function"?n:String(n),i=a.length-t+1;if(i<1)return r;for(;i--;)r[i]=a.slice(i,i+t);return r}}d();var iw=/\s+/g,ow=/[\t\n\v\f\r ]+/g;function Kb(t,e){e?typeof e=="string"&&(e={style:e}):e={};let n=e.preserveLineEndings?sw:uw;return String(t).replace(e.style==="html"?ow:iw,e.trim?lw(n):n)}function sw(t){let e=/\r?\n|\r/.exec(t);return e?e[0]:" "}function uw(){return" "}function lw(t){return e;function e(n,r,a){return r===0||r+n.length===a.length?"":t(n)}}var Gb={}.hasOwnProperty;function cw(t){return t==null?"":Kb(String(t).replace(/[\u0021-\u0040]+/g," ")).trim().toLowerCase()}function dw(t){return Hb(" "+cw(t)+" ")}function pw(t){let e=dw(t),n={},r=-1;for(;++rn&&(n=i,r=a)}return[r,n]}function yw(t,e){let n=t.match(e);return(n?n.length:0)/t.length||0}function vw(t,e,n,r){e=xw(e,n,r);let a=[],i;if(e)for(i in e)il.call(e,i)&&a.push([i,Sw(t,e[i])]);return a.length===0?Q0():a.sort(Ew)}function Sw(t,e){let n=0,r=-1;for(;++re.traditionalCharacters?(e.detectedCharacters="simplified",e.detectionRate=e.simplifiedCharacters/e.traditionalCharacters|1):e.simplifiedCharacterso+s.length,0));let i=t.length-r;for(let o of Mw){let s=o[1],u=o[0],l=t.match(s),c=l?l.length:0;c>n&&(n=c,e=u)}return n*2.5/i>.5?e==="zh-CN"?e3(t)?"zh-TW":"zh-CN":e:"auto"}var n3=[["afr","af"],["amh","am"],["arb","ar"],["azj","az"],["bel","be"],["bul","bg"],["ben","bn"],["bos","bs"],["cat","ca"],["ceb","ceb"],["ces","cs"],["dan","da"],["deu","de"],["ell","el"],["eng","en"],["epo","eo"],["spa","es"],["est","et"],["fas","fa"],["fin","fi"],["fra","fr"],["gax","ga"],["glg","gl"],["guj","gu"],["hau","ha"],["heb","he"],["hin","hi"],["hrv","hr"],["hun","hu"],["hye","hy"],["ind","id"],["ibo","ig"],["ita","it"],["jpn","ja"],["jav","jw"],["kat","ka"],["kaz","kk"],["khm","km"],["kan","kn"],["kor","ko"],["ckb","ku"],["lao","lo"],["lit","lt"],["lav","lv"],["min","mi"],["mkd","mk"],["mal","ml"],["mar","mr"],["mya","my"],["nep","ne"],["nld","nl"],["nob","no"],["nya","ny"],["pan","pa"],["pol","pl"],["pbu","ps"],["por","pt"],["ron","ro"],["rus","ru"],["sin","si"],["slk","sk"],["slv","sl"],["sna","sn"],["som","so"],["als","sq"],["srp","sr"],["sun","su"],["swe","sv"],["swh","sw"],["tam","ta"],["tel","te"],["tgk","tg"],["tha","th"],["toi","to"],["tur","tr"],["ukr","uk"],["urd","ur"],["uzn","uz"],["vie","vi"],["xho","xh"],["ydd","yi"],["yor","yo"],["cmn","zh-CN"],["zul","zu"]],J0=new Map(n3),Bw=new Map(n3.map(([t,e])=>[e,t]));function r3(t,e,n=["en"]){if(!t)return"auto";try{let r=n.map(s=>Bw.get(s));!e&&e!==0&&(e=25);let a=sl(t);if(a!=="auto")return a;let i={minLength:e,whitelist:[...J0.keys()]},o=Yb(t,i);if(o&&o.length>0){if(o.length>1&&o[0][1]-o[1][1]<=.3)for(let c=0;c.5&&c/o.length<=.25){if(p=="eng"&&m<.95)break;return J0.get(p)}}let[s,u]=o[0],l=J0.get(s);if(l&&u>.9)return l}}catch(r){B.error(r)}return"auto"}d();d();function he(t){if(typeof t!="string")return"auto";let e=t.toLowerCase();if(e==="und")return"auto";if(e==="zh"||e.startsWith("zh-hans"))return"zh-CN";if(e.startsWith("zh-hant")||e.startsWith("zh-hk")||e.startsWith("zh-tw"))return"zh-TW";if(e.startsWith("zh-"))return"zh-CN";if(e==="iw")return"he";if(e==="jv")return"jw";let n=kn.map(a=>a.toLowerCase()),r=n.indexOf(e);if(r===-1)if(e.indexOf("-")>=0){e=e.split("-")[0];let a=n.indexOf(e);return a===-1?"auto":kn[a]}else return"auto";else return kn[r]}function ht(){return he(document?.documentElement?.lang||"en")}d();function Jt(t){return!!(t&&t.subscription&&t.subscription.subscriptionStatus==="active")}function a3(t){if(t){let e=new Date(t.createTime),n=Iw(e),r="free",a="unknown";return t.subscription&&t.subscription.subscriptionStatus==="active"&&(r=t.subscription.subscriptionType),t.subscription&&t.subscription.subscriptionId&&(t.subscription.subscriptionId.startsWith("sub_")?a="stripe":a="admin"),{user_type:r,user_register_day:n,subscription_from:a}}else return null}function Iw(t){try{let n=t.toLocaleString("en-US",{timeZone:"Asia/Shanghai"}).split(" ")[0];n.endsWith(",")&&(n=n.slice(0,-1));let[r,a,i]=n.split("/");return n=`${i}-${r}-${a}`,n}catch{return"unknown"}}d();var i3=me+"SyncStoreKey_";function At(t,e){let n=i3+t;return oe.storage.sync.get(n).then(r=>r[n]===void 0?e:r[n])}function et(t,e){let n=i3+t;return oe.storage.sync.set({[n]:e})}d();var o3=me+"StoreKey_";function Rr(t,e){let n=o3+t;return oe.storage.local.get(n).then(r=>r[n]===void 0?e:r[n])}function s3(t,e){let n=o3+t;return oe.storage.local.set({[n]:e})}d();var Ha=me+"CacheKey_";function Z0(t,e){let n=Ha+t;return oe.storage.local.get(n).then(r=>r[n]===void 0?e:r[n])}function Rw(){let t=oe.storage.local.refresh;t&&t()}function X0(t,e){let n=Ha+t;return oe.storage.local.get(n).then(r=>{if(r[n]===void 0)return e;let{value:a,expired:i}=r[n];return i&&ir.startsWith(Ha)).filter(r=>r!==Ha+Ft);if(n.length>0)return oe.storage.local.remove(n)}}var Mt={get:Z0,set:tp,getExpired:X0,setExpired:ep,remove:np,clear:u3,refresh:Rw};d();d();d();d();function l3(t,e){return[t,!t||t.endsWith("/")?"":"/",e,".json"].join("")}function rp(t,e){let n=t;return e&&Object.keys(e).forEach(r=>{let a=e[r];if(a===void 0)return;let i=Ow(r);if(typeof a=="object"||i){let o=a;i&&typeof o=="string"&&(o={tag:"a",href:o,target:"_blank",class:"immersive-translate-link"});let s=`<${r}>`,u=n.indexOf(s);if(u!==-1){let l=o.tag||"a",c=n.indexOf(``);if(c!==-1){let p=n.substring(u+s.length,c),m=Object.keys(o).filter(g=>g!=="tag").map(g=>`${g}="${o[g]}"`).join(" ");n=n.replace(`${s}${p}`,`<${l} ${m}>${p}`)}}}else if(a){let o=new RegExp("{"+r+"}","gm");n=n.replace(o,a.toString())}}),n}function os(t,e,n){let r=t[e];if(!r)return n;if(!n)return"";let a=n.split("."),i="";do{i+=a.shift();let o=r[i];o!==void 0&&(typeof o=="object"||!a.length)?(r=o,i=""):a.length?i+=".":r=n}while(a.length);return r}function mr(t,e,n,r,a){if(!t.hasOwnProperty(n))return e;let i=os(t,n,e);return i===e&&n!==r&&(i=os(t,r,e)),rp(i,a)}function Ow(t){if(typeof t=="number")return!0;if(t){let e=parseInt(t);return!isNaN(e)}else return!1}function kt(t,e,n){return mr(Nt,e,t.config.interfaceLanguage,"en",n)}d();function c3(t,e){let n=new Date(t),r=n.getFullYear().toString(),a=(n.getMonth()+1).toString().padStart(2,"0"),i=n.getDate().toString().padStart(2,"0"),o=n.getHours().toString().padStart(2,"0"),s=n.getMinutes().toString().padStart(2,"0"),u=n.getSeconds().toString().padStart(2,"0");return e.replace("YYYY",r).replace("MM",a).replace("DD",i).replace("HH",o).replace("mm",s).replace("ss",u)}function d3(t){return new Date(t).getTime()}var V=class extends Error{status;constructor(e,n){if(e&&n){super(n),this.name=e;return}super(e)}initNetWork(e){return e&&(this.status=e),this}initStack(e){return e&&(this.stack=e),this}initData(e){return this.data=e,this}data;uiConfig(e){if(!this.message)return{};let n=null;if(n=this.handleProQuota(e)||this.handleUnavailableError(e)||this.handleProUser(e)||this.handleServiceMissingConfig(e)||this.handleNetwork(e)||this.handleFetchError(e),!n){let r=kt.bind(null,e),a=this.getErrorMsg();n={type:"error",title:r("networkError"),errMsg:r("error.serveUnavailable",{serverName:r("translationServices."+e.translationService),1:"https://dash.immersivetranslate.com/#general",2:"https://immersivetranslate.com/pricing/?utm_source=extension&utm_medium=webpage&utm_campaign=service_error",3:"https://immersivetranslate.com/pricing/?utm_source=extension&utm_medium=webpage&utm_campaign=service_error"})+"

"+r("errorReason",{message:a}),action:"changeService"}}return n}getErrorMsg(){return this.status?this.status<0?this.message:`${this.status}: ${this.message}`:this.message}handleUnavailableError(e){let n=kt.bind(null,e),r=this.message.startsWith("bingAuth"),a=this.data?.translationService==="transmart"&&this.message.startsWith("Server is busy now");if(r||a)return this.message=this.message.replace("bingAuth:",""),{type:"network",title:n("networkError"),errMsg:n("error.serveUnavailable",{serverName:n("translationServices."+e.translationService),1:"https://dash.immersivetranslate.com/#general",2:"https://immersivetranslate.com/pricing/?utm_source=extension&utm_medium=webpage&utm_campaign=service_error",3:"https://immersivetranslate.com/pricing/?utm_source=extension&utm_medium=webpage&utm_campaign=service_error"})+"

"+n("errorReason",{message:this.message}),action:"changeService"}}handleServiceMissingConfig(e){let n=kt.bind(null,e);if(this.message.endsWith(" are required")||this.message.includes("You didn't provide an API key"))return{type:"configError",title:n("error.serveConfigError"),errMsg:this.getErrorMsg()+"

"+n("error.reloadPageOfSetting"),action:"setting"}}handleNetwork(e){let n=kt.bind(null,e),r="retry",a="network",i=n("networkError");if(!this.status||this.status<0)return;let o=this.getErrorMsg();return this.status===429?this.data?.translationService=="google"?o=`${n("error.googleLimitIp")}

${o}`:this.data?.translationService=="openai"&&(this.message.indexOf("Limit: 3 / min")>=0||this.message.includes("rate_limit_exceeded")&&this.message.includes("Limit 3"))?o=`${n("error.openAIFreeLimit")}

+{{text}}`,optional:!0},{name:"multiplePrompt",label:"Multiple Prompt",required:!1,descriptionKey:"description.multiplePrompt",type:"textarea",default:"",optional:!0},{name:"subtitlePrompt",label:"Subtitle Prompt",required:!1,descriptionKey:"description.subtitlePrompt",type:"textarea",default:"",optional:!0}]},yandex:{name:"Yandex",homepage:"https://translate.yandex.com/"},gemini:{name:"Gemini",homepage:"https://makersuite.google.com/",docUrl:"https://immersivetranslate.com/docs/services/gemini/",beta:!0,allProps:[{name:"APIKEY",providers:["custom"],required:!0,type:"password"},{name:"model",labelKey:"field.model",descriptionKey:"description.model",optional:!0,required:!1,type:"model-select",options:[{label:"gemini-1.0-pro-latest",value:"gemini-1.0-pro-latest"}]},{name:"limit",required:!1,optional:!0,labelKey:"field.limitPerSecond",descriptionKey:"description.generalLimitPerSecond",descriptionLink1:"https://immersivetranslate.com/docs/services/openai/",type:"number",default:1},{name:"maxTextLengthPerRequest",required:!1,labelKey:"field.maxTextLengthPerRequest",descriptionKey:"description.maxTextLengthPerRequest",type:"number",default:1200,optional:!0},{name:"maxTextGroupLengthPerRequest",required:!1,labelKey:"field.maxTextGroupLengthPerRequest",descriptionKey:"description.maxTextGroupLengthPerRequest",type:"number",default:3,optional:!0},{name:"apiUrl",labelKey:"field.apiUrl",required:!1,type:"text",default:"https://generativelanguage.googleapis.com/v1beta/models/{model}:generateContent?key={key}",descriptionKey:"description.apiUrl",descriptionLink1:"https://immersivetranslate.com/docs/services/gemini/",optional:!0},{name:"prompt",label:"Prompt",required:!1,descriptionKey:"description.prompt",type:"textarea",default:"",optional:!0},{name:"multiplePrompt",label:"Multiple Prompt",required:!1,descriptionKey:"description.multiplePrompt",type:"textarea",default:"",optional:!0},{name:"subtitlePrompt",label:"Subtitle Prompt",required:!1,descriptionKey:"description.subtitlePrompt",type:"textarea",default:"",optional:!0}]},claude:{name:"Claude",homepage:"https://www.anthropic.com/",docUrl:"https://immersivetranslate.com/docs/services/claude/",allProps:[{name:"APIKEY",providers:["custom"],required:!0,type:"password"},{name:"model",labelKey:"field.model",descriptionKey:"description.model",optional:!0,required:!1,type:"model-select",default:"claude-3-haiku-20240307",options:[{label:"claude-3-haiku-20240307",value:"claude-3-haiku-20240307"},{label:"claude-3-sonnet-20240229",value:"claude-3-sonnet-20240229"},{label:"claude-3-opus-20240229",value:"claude-3-opus-20240229"},{label:"claude-2.1",value:"claude-2.1"}]},{name:"limit",required:!1,optional:!0,labelKey:"field.limitPerSecond",descriptionKey:"description.generalLimitPerSecond",descriptionLink1:"https://immersivetranslate.com/docs/services/openai/",type:"number",default:1},{name:"maxTextLengthPerRequest",required:!1,labelKey:"field.maxTextLengthPerRequest",descriptionKey:"description.maxTextLengthPerRequest",type:"number",default:1200,optional:!0},{name:"maxTextGroupLengthPerRequest",required:!1,labelKey:"field.maxTextGroupLengthPerRequest",descriptionKey:"description.maxTextGroupLengthPerRequest",type:"number",default:10,optional:!0},{name:"apiUrl",labelKey:"field.apiUrl",required:!1,type:"text",default:"https://api.anthropic.com/v1/messages",descriptionKey:"description.apiUrl",descriptionLink1:"https://immersivetranslate.com/docs/services/claude/",optional:!0},{name:"systemPrompt",label:"System Prompt",required:!1,descriptionKey:"description.systemPrompt",type:"textarea",optional:!0,default:"You are a translation engine, you can only translate text and cannot interpret it, and do not explain."},{name:"prompt",label:"Prompt",required:!1,descriptionKey:"description.prompt",type:"textarea",default:"",optional:!0},{name:"multiplePrompt",label:"Multiple Prompt",required:!1,descriptionKey:"description.multiplePrompt",type:"textarea",default:"",optional:!0},{name:"subtitlePrompt",label:"Subtitle Prompt",required:!1,descriptionKey:"description.subtitlePrompt",type:"textarea",default:"",optional:!0}]},transmart:{name:"Transmart",homepage:"https://transmart.qq.com/"},youdao:{name:"Youdao",homepage:"https://youdao.com/",docUrl:"https://immersivetranslate.com/docs/services/youdao/",allProps:[{name:"appId",required:!0,type:"text"},{name:"appSecret",required:!0,type:"password"},{name:"limit",required:!1,labelKey:"field.limitPerSecond",descriptionKey:"description.generalLimitPerSecond",type:"number",default:5,optional:!0},{name:"maxTextLengthPerRequest",required:!1,labelKey:"field.maxTextLengthPerRequest",descriptionKey:"description.maxTextLengthPerRequest",type:"number",default:1200,optional:!0},{name:"maxTextGroupLengthPerRequest",required:!1,labelKey:"field.maxTextGroupLengthPerRequest",descriptionKey:"description.maxTextGroupLengthPerRequest",type:"number",default:200,optional:!0},{name:"domain",required:!1,labelKey:"field.domain",descriptionKey:"description.domain",descriptionLink1:"https://fanyi.youdao.com/openapi/",type:"text",default:"general",optional:!0},{name:"vocabId",required:!1,labelKey:"field.vocabId",descriptionKey:"description.vocabId",type:"text",default:"",optional:!0}]},tencent:{name:"Tencent",homepage:"https://fanyi.qq.com/",docUrl:"https://immersivetranslate.com/docs/services/tencent/",allProps:[{name:"secretId",required:!0,type:"text"},{name:"secretKey",required:!0,type:"password"}]},aliyun:{name:"Aliyun",homepage:"https://translate.alibaba.com/",docUrl:"https://immersivetranslate.com/docs/services/aliyun/",allProps:[{name:"AccessKeyID",required:!0,type:"text"},{name:"AccessKeySecret",required:!0,type:"password"},{name:"scene",labelKey:"field.scene",descriptionKey:"description.scene",descriptionLink1:"https://help.aliyun.com/document_detail/158267.html",required:!1,optional:!0,type:"text",default:"general"}]},azure:{name:"azure",homepage:"https://learn.microsoft.com/en-us/azure/cognitive-services/translator/text-translation-overview",docUrl:"https://immersivetranslate.com/docs/services/azure/",allProps:[{name:"region",required:!1,default:"eastasia",type:"text"},{name:"APIKEY",required:!0,type:"password"},{name:"apiUrl",labelKey:"field.apiUrl",required:!1,type:"text",default:"https://api.cognitive.microsofttranslator.com/",descriptionKey:"description.azureApiUrl",optional:!0}]},papago:{name:"Papago",homepage:"https://translate.google.com/",canary:!0},baidu:{name:"Baidu",homepage:"https://fanyi.baidu.com/",docUrl:"https://immersivetranslate.com/docs/services/baidu/",allProps:[{name:"appid",required:!0,type:"text"},{name:"key",required:!0,type:"password"},{name:"limit",required:!1,labelKey:"field.limitPerSecond",descriptionKey:"description.generalLimitPerSecond",type:"number",default:1,optional:!0},{name:"maxTextLengthPerRequest",required:!1,labelKey:"field.maxTextLengthPerRequest",descriptionKey:"description.maxTextLengthPerRequest",type:"number",default:1800,optional:!0},{name:"maxTextGroupLengthPerRequest",required:!1,labelKey:"field.maxTextGroupLengthPerRequest",descriptionKey:"description.maxTextGroupLengthPerRequest",type:"number",default:8,optional:!0},{name:"action",required:!1,labelKey:"field.action",descriptionKey:"description.action",descriptionLink1:"https://fanyi-api.baidu.com/doc/21",type:"boolean",default:!1,optional:!0},{name:"domain",required:!1,labelKey:"field.domain",descriptionKey:"description.baiduField",descriptionLink1:"https://fanyi-api.baidu.com/doc/22",type:"text",default:"",optional:!0}]},volc:{name:"Volc",homepage:"https://www.volcengine.com/",docUrl:"https://immersivetranslate.com/docs/services/volcano/",allProps:[{name:"accessKeyId",required:!0,type:"text"},{name:"secretAccessKey",required:!0,type:"password"},{name:"limit",required:!1,labelKey:"field.limitPerSecond",descriptionKey:"description.generalLimitPerSecond",type:"number",default:5,optional:!0},{name:"maxTextLengthPerRequest",required:!1,labelKey:"field.maxTextLengthPerRequest",descriptionKey:"description.maxTextLengthPerRequest",type:"number",default:1800,optional:!0},{name:"maxTextGroupLengthPerRequest",required:!1,labelKey:"field.maxTextGroupLengthPerRequest",descriptionKey:"description.maxTextGroupLengthPerRequest",type:"number",default:8,optional:!0}]},caiyun:{name:"Caiyun",homepage:"https://fanyi.caiyunapp.com/",docUrl:"https://immersivetranslate.com/docs/services/caiyun/",allProps:[{name:"token",required:!0,type:"password"}]},cai:{name:"Cai",homepage:"https://fanyi.caiyunapp.com/",alpha:!0},custom:{name:"Custom",beta:!0,homepage:"https://immersivetranslate.com/docs/services/custom/",titleKey:"description.custom",allProps:[{name:"url",label:"API URL",required:!0,type:"text"},{name:"langs",required:!1,labelKey:"field.langs",type:"textarea",default:"zh-CN,en",optional:!0},{name:"placeholderDelimiters",required:!1,labelKey:"field.placeholderDelimiters",type:"text",default:es,optional:!0},{name:"limit",required:!1,labelKey:"field.limitPerSecond",descriptionKey:"description.generalLimitPerSecond",type:"number",default:5,optional:!0},{name:"maxTextLengthPerRequest",required:!1,labelKey:"field.maxTextLengthPerRequest",descriptionKey:"description.maxTextLengthPerRequest",type:"number",default:1200,optional:!0},{name:"maxTextGroupLengthPerRequest",required:!1,labelKey:"field.maxTextGroupLengthPerRequest",descriptionKey:"description.maxTextGroupLengthPerRequest",type:"number",default:1,optional:!0}]},mock:{name:"Mock",homepage:"https://www.google.com"},mock2:{name:"Mock2",homepage:"https://www.google.com"},tenAlpha:{name:"TenAlpha",homepage:"https://fanyi.qq.com/",alpha:!0},you:{name:"You",alpha:!0,homepage:"https://youdao.com/"},openl:{name:"Openl",homepage:"https://openl.club/",docUrl:"https://immersivetranslate.com/docs/services/openL/",allProps:[...W4,{type:"password",name:"apikey",required:!0}],props:W4},volcAlpha:{name:"Volc Alpha",alpha:!0,homepage:"https://www.volcengine.com/"},d:{name:"D () ",canary:!0,homepage:"https://www.deepl.com/translator"},dpro:{name:"DPro (Canary) ",canary:!0,homepage:"https://www.deepl.com/translator"},deeplx:{name:"DeepLX (Beta)",beta:!0,homepage:"https://www.deepl.com/translator",allProps:[{name:"url",label:"API URL",required:!0,type:"text"},{name:"limit",required:!1,labelKey:"field.limitPerSecond",descriptionKey:"description.generalLimitPerSecond",type:"number",default:5,optional:!0},{name:"maxTextLengthPerRequest",required:!1,labelKey:"field.maxTextLengthPerRequest",descriptionKey:"description.maxTextLengthPerRequest",type:"number",default:1200,optional:!0},{name:"maxTextGroupLengthPerRequest",required:!1,labelKey:"field.maxTextGroupLengthPerRequest",descriptionKey:"description.maxTextGroupLengthPerRequest",type:"number",default:1,optional:!0}]},niu:{name:"niutrans",homepage:"https://niutrans.com/",docUrl:"https://immersivetranslate.com/docs/services/niu",allProps:[{name:"APIKEY",required:!0,type:"password"}]}},Zu={type:me+"ChildFrameToRootFrameIdentifier"},H0=["youtube","netflix","webvtt","khanacademy","bilibili","udemy","hulu","text_track","text_track_dynamic","general","live","ebutt","disneyplus","fmp4.xml","multi_attach_vtt","twitter","subsrt","xml","av"],ts=["Ctrl","Shift","Alt","Auto","Off","OtherCustom","Other"],hb=["ctrl","alt","shift","cmd","command","option","control"];var ez=Qt()?"https://dash.immersivetranslate.com/#general":"http://localhost:8000/dist/userscript/options/#general",W0="user_from_plugin",Ft="user_info",ns=Qt()||Rn()?"https://api2.immersivetranslate.com":"https://test-api2.immersivetranslate.com",bb=Qt()||Rn()?"https://immersivetranslate.com/accounts/login?from=plugin":"https://test.immersivetranslate.com/accounts/login?from=plugin",Tb=bb+"&utm_source=extension&utm_medium=extension&utm_campaign=error_modal",yb=bb+"&utm_source=extension&utm_medium=extension&utm_campaign=popup_more",Xu=Qt()||Rn()?"https://immersivetranslate.com/profile":"https://test.immersivetranslate.com/profile",Ai=Qt()||Rn()?"https://immersivetranslate.com/pricing":"https://test.immersivetranslate.com/pricing",ew=Qt()||Rn()?"https://immersivetranslate.com/download/":"https://test.immersivetranslate.com/download/",tw=Qt()||Rn()?"https://immersivetranslate.com/topup?type=open_ai&":"https://test.immersivetranslate.com/topup?type=open_ai&",nw=Qt()||Rn()?"https://immersivetranslate.com/topup?type=deepl&":"https://test.immersivetranslate.com/topup?type=deepl&",tz=Ai+"?utm_source=extension&utm_medium=extension&utm_campaign=popup_more",nz=ew+"?utm_source=extension&utm_medium=extension&utm_campaign=options_nav",vb=Ai+"?utm_source=extension&utm_medium=extension&utm_campaign=popup_footer",el=Ai+"?utm_source=extension&utm_medium=extension&utm_campaign=error_modal",Sb=tw+"utm_source=extension&utm_medium=extension&utm_campaign=error_modal",xb=nw+"utm_source=extension&utm_medium=extension&utm_campaign=error_modal",Eb=Xu+"?utm_source=extension&utm_medium=extension&utm_campaign=error_modal&upgradeFromTrial=true",Cb="https://immersivetranslate.com/docs/usage/";var wb=Me().TRANSLATE_FILE_URL,rz=wb+"?utm_source=extension&utm_medium=extension&utm_campaign=options_nav",Db=wb+"?utm_source=extension&utm_medium=extension&utm_campaign=float_ball";var ki=console,K0=class{#e=performance.now();reset(){this.#e=performance.now()}stop(e){let n=performance.now(),r=Math.round(n-this.#e),a=On.green;r>1e4?a=On.red:r>1e3&&(a=On.yellow),ki.debug(On.dim(Ua+" TIMING:"),e,"in",a(r+"ms")),this.#e=n}},rs=class{#e=1;get level(){return this.#e}setLevel(e){switch(e){case"debug":this.#e=0;break;case"info":this.#e=1;break;case"warn":this.#e=2;break;case"error":this.#e=3;break;case"fatal":this.#e=4;break}}debug(...e){this.#e<=0&&ki.log(On.dim(Ua+" DEBUG:"),...e)}v(...e){this.#e<=0}info(...e){this.#e<=1&&ki.log(On.green(Ua+" INFO:"),...e)}l(...e){this.#e<=1}warn(...e){this.#e<=2&&ki.warn(On.yellow(Ua+" WARN:"),...e)}error(...e){this.#e<=3&&ki.error(On.red(Ua+" ERROR:"),...e)}fatal(...e){this.#e<=4&&ki.error(On.red(Ua+" FATAL:"),...e)}timing(){return this.level===0?new K0:{reset:()=>{},stop:()=>{}}}},B=new rs;d();d();d();var G0=/iPhone/i,Ab=/iPod/i,kb=/iPad/i,Pb=/\biOS-universal(?:.+)Mac\b/i,$0=/\bAndroid(?:.+)Mobile\b/i,Lb=/Android/i,Pi=/(?:SD4930UR|\bSilk(?:.+)Mobile\b)/i,tl=/Silk/i,Br=/Windows Phone/i,_b=/\bWindows(?:.+)ARM\b/i,Fb=/BlackBerry/i,Mb=/BB10/i,Bb=/Opera Mini/i,Ib=/\b(CriOS|Chrome)(?:.+)Mobile/i,Rb=/Mobile(?:.+)Firefox\b/i,Ob=t=>typeof t<"u"&&t.platform==="MacIntel"&&typeof t.maxTouchPoints=="number"&&t.maxTouchPoints>1&&typeof globalThis.MSStream>"u";function rw(t){return e=>e.test(t)}function ut(t){let e={userAgent:"",platform:"",maxTouchPoints:0};!t&&typeof navigator<"u"?e={userAgent:navigator.userAgent,platform:navigator.platform,maxTouchPoints:navigator.maxTouchPoints||0}:typeof t=="string"?e.userAgent=t:t&&t.userAgent&&(e={userAgent:t.userAgent,platform:t.platform,maxTouchPoints:t.maxTouchPoints||0});let n=e.userAgent,r=n.split("[FBAN");typeof r[1]<"u"&&(n=r[0]),r=n.split("Twitter"),typeof r[1]<"u"&&(n=r[0]);let a=rw(n),i={apple:{phone:a(G0)&&!a(Br),ipod:a(Ab),tablet:!a(G0)&&(a(kb)||Ob(e))&&!a(Br),universal:a(Pb),device:(a(G0)||a(Ab)||a(kb)||a(Pb)||Ob(e))&&!a(Br)},amazon:{phone:a(Pi),tablet:!a(Pi)&&a(tl),device:a(Pi)||a(tl)},android:{phone:!a(Br)&&a(Pi)||!a(Br)&&a($0),tablet:!a(Br)&&!a(Pi)&&!a($0)&&(a(tl)||a(Lb)),device:!a(Br)&&(a(Pi)||a(tl)||a($0)||a(Lb))||a(/\bokhttp\b/i)},windows:{phone:a(Br),tablet:a(_b),device:a(Br)||a(_b)},other:{blackberry:a(Fb),blackberry10:a(Mb),opera:a(Bb),firefox:a(Rb),chrome:a(Ib),device:a(Fb)||a(Mb)||a(Bb)||a(Rb)||a(Ib)},any:!1,phone:!1,tablet:!1};return i.any=i.apple.device||i.android.device||i.windows.device||i.other.device,i.phone=i.apple.phone||i.android.phone||i.windows.phone,i.tablet=i.apple.tablet||i.android.tablet||i.windows.tablet,i}var V0="DENO",nl="CHROME",rl="FIREFOX";function zb(t){let e=nl;try{let n=navigator?.userAgent||"";/firefox/i.test(n)||typeof InstallTrigger<"u"?e=rl:/deno/i.test(n)&&(e=V0)}catch{}return t===nl&&e===nl||t===rl&&e===rl||t===V0&&e===V0}function aw(){return zb(nl)}function Nb(){return typeof Deno<"u"}function Ir(){return zb(rl)}function al(){return!!navigator.maxTouchPoints||"ontouchstart"in document.documentElement}function as(t){return!!(t?.confirmSupportMouse||globalThis.matchMedia("(pointer:fine)").matches)}function Ub(){return ye()?"monkey":aw()?"chrome":Ir()?"firefox":tt()?"safari":null}d();var qb={addListener:()=>{},removeListener:()=>{},hasListener:()=>{}},jb={permissions:{contains:()=>{},request:()=>{}},runtime:{onMessage:qb,openOptionsPage:()=>{},lastError:{message:""}},storage:{sync:{get:()=>{},set:()=>{}}},tabs:{onUpdated:qb,query:()=>{},sendMessage:()=>{}}};var oe;Nb()?oe=jb:oe=globalThis.immersiveTranslateBrowserAPI;d();d();d();d();d();var Dz=Wb(2),Hb=Wb(3);function Wb(t){if(typeof t!="number"||Number.isNaN(t)||t<1||t===Number.POSITIVE_INFINITY)throw new Error("`"+t+"` is not a valid argument for `n-gram`");return e;function e(n){let r=[];if(n==null)return r;let a=typeof n.slice=="function"?n:String(n),i=a.length-t+1;if(i<1)return r;for(;i--;)r[i]=a.slice(i,i+t);return r}}d();var iw=/\s+/g,ow=/[\t\n\v\f\r ]+/g;function Kb(t,e){e?typeof e=="string"&&(e={style:e}):e={};let n=e.preserveLineEndings?sw:uw;return String(t).replace(e.style==="html"?ow:iw,e.trim?lw(n):n)}function sw(t){let e=/\r?\n|\r/.exec(t);return e?e[0]:" "}function uw(){return" "}function lw(t){return e;function e(n,r,a){return r===0||r+n.length===a.length?"":t(n)}}var Gb={}.hasOwnProperty;function cw(t){return t==null?"":Kb(String(t).replace(/[\u0021-\u0040]+/g," ")).trim().toLowerCase()}function dw(t){return Hb(" "+cw(t)+" ")}function pw(t){let e=dw(t),n={},r=-1;for(;++rn&&(n=i,r=a)}return[r,n]}function yw(t,e){let n=t.match(e);return(n?n.length:0)/t.length||0}function vw(t,e,n,r){e=xw(e,n,r);let a=[],i;if(e)for(i in e)il.call(e,i)&&a.push([i,Sw(t,e[i])]);return a.length===0?Q0():a.sort(Ew)}function Sw(t,e){let n=0,r=-1;for(;++re.traditionalCharacters?(e.detectedCharacters="simplified",e.detectionRate=e.simplifiedCharacters/e.traditionalCharacters|1):e.simplifiedCharacterso+s.length,0));let i=t.length-r;for(let o of Mw){let s=o[1],u=o[0],l=t.match(s),c=l?l.length:0;c>n&&(n=c,e=u)}return n*2.5/i>.5?e==="zh-CN"?e3(t)?"zh-TW":"zh-CN":e:"auto"}var n3=[["afr","af"],["amh","am"],["arb","ar"],["azj","az"],["bel","be"],["bul","bg"],["ben","bn"],["bos","bs"],["cat","ca"],["ceb","ceb"],["ces","cs"],["dan","da"],["deu","de"],["ell","el"],["eng","en"],["epo","eo"],["spa","es"],["est","et"],["fas","fa"],["fin","fi"],["fra","fr"],["gax","ga"],["glg","gl"],["guj","gu"],["hau","ha"],["heb","he"],["hin","hi"],["hrv","hr"],["hun","hu"],["hye","hy"],["ind","id"],["ibo","ig"],["ita","it"],["jpn","ja"],["jav","jw"],["kat","ka"],["kaz","kk"],["khm","km"],["kan","kn"],["kor","ko"],["ckb","ku"],["lao","lo"],["lit","lt"],["lav","lv"],["min","mi"],["mkd","mk"],["mal","ml"],["mar","mr"],["mya","my"],["nep","ne"],["nld","nl"],["nob","no"],["nya","ny"],["pan","pa"],["pol","pl"],["pbu","ps"],["por","pt"],["ron","ro"],["rus","ru"],["sin","si"],["slk","sk"],["slv","sl"],["sna","sn"],["som","so"],["als","sq"],["srp","sr"],["sun","su"],["swe","sv"],["swh","sw"],["tam","ta"],["tel","te"],["tgk","tg"],["tha","th"],["toi","to"],["tur","tr"],["ukr","uk"],["urd","ur"],["uzn","uz"],["vie","vi"],["xho","xh"],["ydd","yi"],["yor","yo"],["cmn","zh-CN"],["zul","zu"]],J0=new Map(n3),Bw=new Map(n3.map(([t,e])=>[e,t]));function r3(t,e,n=["en"]){if(!t)return"auto";try{let r=n.map(s=>Bw.get(s));!e&&e!==0&&(e=25);let a=sl(t);if(a!=="auto")return a;let i={minLength:e,whitelist:[...J0.keys()]},o=Yb(t,i);if(o&&o.length>0){if(o.length>1&&o[0][1]-o[1][1]<=.3)for(let c=0;c.5&&c/o.length<=.25){if(p=="eng"&&m<.95)break;return J0.get(p)}}let[s,u]=o[0],l=J0.get(s);if(l&&u>.9)return l}}catch(r){B.error(r)}return"auto"}d();d();function he(t){if(typeof t!="string")return"auto";let e=t.toLowerCase();if(e==="und")return"auto";if(e==="zh"||e.startsWith("zh-hans"))return"zh-CN";if(e.startsWith("zh-hant")||e.startsWith("zh-hk")||e.startsWith("zh-tw"))return"zh-TW";if(e.startsWith("zh-"))return"zh-CN";if(e==="iw")return"he";if(e==="jv")return"jw";let n=kn.map(a=>a.toLowerCase()),r=n.indexOf(e);if(r===-1)if(e.indexOf("-")>=0){e=e.split("-")[0];let a=n.indexOf(e);return a===-1?"auto":kn[a]}else return"auto";else return kn[r]}function ht(){return he(document?.documentElement?.lang||"en")}d();function Jt(t){return!!(t&&t.subscription&&t.subscription.subscriptionStatus==="active")}function a3(t){if(t){let e=new Date(t.createTime),n=Iw(e),r="free",a="unknown";return t.subscription&&t.subscription.subscriptionStatus==="active"&&(r=t.subscription.subscriptionType),t.subscription&&t.subscription.subscriptionId&&(t.subscription.subscriptionId.startsWith("sub_")?a="stripe":a="admin"),{user_type:r,user_register_day:n,subscription_from:a}}else return null}function Iw(t){try{let n=t.toLocaleString("en-US",{timeZone:"Asia/Shanghai"}).split(" ")[0];n.endsWith(",")&&(n=n.slice(0,-1));let[r,a,i]=n.split("/");return n=`${i}-${r}-${a}`,n}catch{return"unknown"}}d();var i3=me+"SyncStoreKey_";function At(t,e){let n=i3+t;return oe.storage.sync.get(n).then(r=>r[n]===void 0?e:r[n])}function et(t,e){let n=i3+t;return oe.storage.sync.set({[n]:e})}d();var o3=me+"StoreKey_";function Rr(t,e){let n=o3+t;return oe.storage.local.get(n).then(r=>r[n]===void 0?e:r[n])}function s3(t,e){let n=o3+t;return oe.storage.local.set({[n]:e})}d();var Ha=me+"CacheKey_";function Z0(t,e){let n=Ha+t;return oe.storage.local.get(n).then(r=>r[n]===void 0?e:r[n])}function Rw(){let t=oe.storage.local.refresh;t&&t()}function X0(t,e){let n=Ha+t;return oe.storage.local.get(n).then(r=>{if(r[n]===void 0)return e;let{value:a,expired:i}=r[n];return i&&ir.startsWith(Ha)).filter(r=>r!==Ha+Ft);if(n.length>0)return oe.storage.local.remove(n)}}var Mt={get:Z0,set:tp,getExpired:X0,setExpired:ep,remove:np,clear:u3,refresh:Rw};d();d();d();d();function l3(t,e){return[t,!t||t.endsWith("/")?"":"/",e,".json"].join("")}function rp(t,e){let n=t;return e&&Object.keys(e).forEach(r=>{let a=e[r];if(a===void 0)return;let i=Ow(r);if(typeof a=="object"||i){let o=a;i&&typeof o=="string"&&(o={tag:"a",href:o,target:"_blank",class:"immersive-translate-link"});let s=`<${r}>`,u=n.indexOf(s);if(u!==-1){let l=o.tag||"a",c=n.indexOf(``);if(c!==-1){let p=n.substring(u+s.length,c),m=Object.keys(o).filter(g=>g!=="tag").map(g=>`${g}="${o[g]}"`).join(" ");n=n.replace(`${s}${p}`,`<${l} ${m}>${p}`)}}}else if(a){let o=new RegExp("{"+r+"}","gm");n=n.replace(o,a.toString())}}),n}function os(t,e,n){let r=t[e];if(!r)return n;if(!n)return"";let a=n.split("."),i="";do{i+=a.shift();let o=r[i];o!==void 0&&(typeof o=="object"||!a.length)?(r=o,i=""):a.length?i+=".":r=n}while(a.length);return r}function mr(t,e,n,r,a){if(!t.hasOwnProperty(n))return e;let i=os(t,n,e);return i===e&&n!==r&&(i=os(t,r,e)),rp(i,a)}function Ow(t){if(typeof t=="number")return!0;if(t){let e=parseInt(t);return!isNaN(e)}else return!1}function kt(t,e,n){return mr(Nt,e,t.config.interfaceLanguage,"en",n)}d();function c3(t,e){let n=new Date(t),r=n.getFullYear().toString(),a=(n.getMonth()+1).toString().padStart(2,"0"),i=n.getDate().toString().padStart(2,"0"),o=n.getHours().toString().padStart(2,"0"),s=n.getMinutes().toString().padStart(2,"0"),u=n.getSeconds().toString().padStart(2,"0");return e.replace("YYYY",r).replace("MM",a).replace("DD",i).replace("HH",o).replace("mm",s).replace("ss",u)}function d3(t){return new Date(t).getTime()}var V=class extends Error{status;constructor(e,n){if(e&&n){super(n),this.name=e;return}super(e)}initNetWork(e){return e&&(this.status=e),this}initStack(e){return e&&(this.stack=e),this}initData(e){return this.data=e,this}data;uiConfig(e){if(!this.message)return{};let n=null;if(n=this.handleProQuota(e)||this.handleUnavailableError(e)||this.handleProUser(e)||this.handleServiceMissingConfig(e)||this.handleNetwork(e)||this.handleFetchError(e),!n){let r=kt.bind(null,e),a=this.getErrorMsg();n={type:"error",title:r("networkError"),errMsg:r("error.serveUnavailable",{serverName:r("translationServices."+e.translationService),1:"https://dash.immersivetranslate.com/#general",2:"https://immersivetranslate.com/pricing/?utm_source=extension&utm_medium=webpage&utm_campaign=service_error",3:"https://immersivetranslate.com/pricing/?utm_source=extension&utm_medium=webpage&utm_campaign=service_error"})+"

"+r("errorReason",{message:a}),action:"changeService"}}return n}getErrorMsg(){return this.status?this.status<0?this.message:`${this.status}: ${this.message}`:this.message}handleUnavailableError(e){let n=kt.bind(null,e),r=this.message.startsWith("bingAuth"),a=this.data?.translationService==="transmart"&&this.message.startsWith("Server is busy now");if(r||a)return this.message=this.message.replace("bingAuth:",""),{type:"network",title:n("networkError"),errMsg:n("error.serveUnavailable",{serverName:n("translationServices."+e.translationService),1:"https://dash.immersivetranslate.com/#general",2:"https://immersivetranslate.com/pricing/?utm_source=extension&utm_medium=webpage&utm_campaign=service_error",3:"https://immersivetranslate.com/pricing/?utm_source=extension&utm_medium=webpage&utm_campaign=service_error"})+"

"+n("errorReason",{message:this.message}),action:"changeService"}}handleServiceMissingConfig(e){let n=kt.bind(null,e);if(this.message.endsWith(" are required")||this.message.includes("You didn't provide an API key"))return{type:"configError",title:n("error.serveConfigError"),errMsg:this.getErrorMsg()+"

"+n("error.reloadPageOfSetting"),action:"setting"}}handleNetwork(e){let n=kt.bind(null,e),r="retry",a="network",i=n("networkError");if(!this.status||this.status<0)return;let o=this.getErrorMsg();return this.status===429?this.data?.translationService=="google"?o=`${n("error.googleLimitIp")}

${o}`:this.data?.translationService=="openai"&&(this.message.indexOf("Limit: 3 / min")>=0||this.message.includes("rate_limit_exceeded")&&this.message.includes("Limit 3"))?o=`${n("error.openAIFreeLimit")}

${o}`:this.data?.translationService=="openai"&&this.message.includes("You exceeded your current quota")?o=`${n("error.openAIExceededQuota")}

${o}`:this.data?.translationService=="gemini"&&this.message.includes("RESOURCE_EXHAUSTED")?o=`${n("error.gemini.429")}

${o}`:o=`${n("error.429")}

${o}`:this.status===403?this.data?.translationService=="claude"?o=`${n("error.claude.403")}

${o}`:o=`${n("error.403")}

${o}`:this.status===400?o=`${n("error.400")}

${o}`:this.status===502?o=`${n("error.502")}

${o}`:this.status===404&&o.includes("User subscription not found")&&(o=`${n("error.subscriptionExpired")}

${o}`,r="setting",a="configError",i=n("error.subscriptionExpiredTitle")),{type:a,title:i,errMsg:o,action:r}}handleFetchError(e){let n=kt.bind(null,e);if(this.status!==-999)return;let r=this.getErrorMsg();return{type:"network",title:"",errMsg:n("error.serveUnavailable",{serverName:n("translationServices."+e.translationService),1:"https://dash.immersivetranslate.com/#general",2:"https://immersivetranslate.com/pricing/?utm_source=extension&utm_medium=webpage&utm_campaign=service_error",3:"https://immersivetranslate.com/pricing/?utm_source=extension&utm_medium=webpage&utm_campaign=service_error"})+"

"+n("errorReason",{message:r}),action:"changeService"}}handleProUser(e){let n=kt.bind(null,e);if(!(this.data?.translationService!=="openai"&&this.data?.translationService!=="deepl")){if(this.message.indexOf("token invalid")>=0||this.message.indexOf("Login required")>=0)return{type:"notLogin",title:n("notLoginPro"),errMsg:n("error.proTokenInvalid"),action:"login"};if(this.message.indexOf("activate Pro")>=0)return e.user?{type:"upgrade",title:n("upgradeToProErrorTitle"),errMsg:n("error.proUpgrade"),action:"upgrade"}:{type:"notLogin",title:n("notLoginPro"),errMsg:n("error.proTokenInvalid"),action:"login"}}}handleProQuota(e){if(!this.message.startsWith("ProQuota:")||!e.user?.subscription)return;let n=kt.bind(null,e);this.message=this.message.replace("ProQuota:","");let r=this.message;try{r=JSON.parse(this.message).error}catch{}let a=e.user.subscription,{subscriptionType:i,isTrial:o,openAITokenUsedCountResetTime:s,subscriptionTo:u}=a;return{type:"ProQuotaExceeded",title:"",errMsg:c.call(this),action:"retry"};function c(){let p=this.data?.translationService=="deepl"?"OpenAI":"Deepl",m=this.data?.translationService=="deepl"?"Deepl":"OpenAI",g=n("errorReason",{message:r});if(i=="onetime_7day")g+=n("proQuotaExceededError.onetime7day",{anotherService:p,brandId:Q,href:el});else{let f="";m=="OpenAI"?f=Sb:f=xb,o?g+=n("proQuotaExceededError.trial",{anotherService:p,brandId:Q,href:Eb}):g+=n("proQuotaExceededError.nonTrial",{anotherService:p,brandId:Q,href:f,translationService:m}),!o&&(a.cancelAtPeriodEnd==="false"||d3(u)>s)&&(g+=n("proQuotaExceededError.resetTime",{resetTime:c3(s,"YYYY-MM-DD HH:mm:ss")}))}return g}}};async function Wa(t){let e;if(t&&t.retry&&t.retry>0)try{e=await vd(p3.bind(null,t),{multiplier:2,maxAttempts:t.retry})}catch(n){throw n&&n.name==="RetryError"&&n.cause?n.cause:n}else e=await p3(t);return e}async function p3(t){t.body;let{url:e,responseType:n,...r}=t;n||(n="json"),r={mode:"cors",...r};let a=!0;t.fetchPolyfill&&(a=!1);let i=t.fetchPolyfill||fetch,o=3e4;if(t.timeout&&(o=t.timeout),a){let u=new AbortController,l=u.signal;setTimeout(()=>{u.abort()},o),r.signal=l}let s;try{s=await i(e,r)}catch(u){B.debug("fetch error",e,u);let l=u.message||"Unknown Error";throw new V("fetchError",l).initNetWork(-999).initStack(u.stack)}if(s.ok&&s.status>=200&&s.status<400){if(n==="json")return await s.json();if(n==="text")return await s.text();if(n==="raw"){let u=await s.text(),l=Object.fromEntries([...s.headers.entries()]),c=s.url;return c||(s.headers.get("X-Final-URL")?c=s.headers.get("X-Final-URL"):c=e),{body:u,headers:l,status:s.status,statusText:s.statusText,url:c}}else if(n==="stream"){let u="",l;if(s.body&&s.body instanceof ReadableStream)for await(let c of zw(s.body)){let p=new TextDecoder().decode(c);u+=p;let m;for(;(m=u.indexOf(` -`))>=0;){let g=u.slice(0,m).trim();if(u=u.slice(m+1),g.startsWith("event:")||g==="")continue;let f="";if(g.startsWith("data:")&&(f=g.slice(5).trim()),f==="[DONE]")break;let T;try{T=JSON.parse(f??"")}catch(b){B.debug("json error",b);continue}l=T}}return l}}else{let u;try{u=await s.text()}catch(g){B.error("parse response failed",g)}u&&B.error("fail response",u);let l="";u&&(l=u.slice(0,500));let c=l,m=new URL(e).hostname.endsWith(".immersivetranslate.com");throw e.endsWith("edge.microsoft.com/translate/auth")&&(c="bingAuth:"+l),m&&l.includes("quota exceeded")&&(c="ProQuota:"+l),new V("fetchError",c).initNetWork(s.status)}}async function*zw(t){let e=t.getReader();try{for(;;){let{done:n,value:r}=await e.read();if(n)return;yield r}}finally{e.releaseLock()}}d();var Nw=new Map;function ul(t){let e=Uw(64),n=new CustomEvent(Hu,{detail:JSON.stringify({...t,type:"ask",id:e})});return document.dispatchEvent(n),new Promise((r,a)=>{Nw.set(e,(i,o)=>{i?a(i):r(o)})})}function Uw(t){let e="",n="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789",r=n.length,a=0;for(;a","file:///*","*://*/*"],js:["content_script.js"],run_at:"document_end",all_frames:!0},{matches:["","file:///*","*://*/*"],js:["content_start.js"],run_at:"document_start",all_frames:!0}],commands:{toggleTranslatePage:{suggested_key:{default:"Alt+A"},description:"__MSG_toggleTranslatePage__"},toggleTranslateTheWholePage:{suggested_key:{default:"Alt+W"},description:"__MSG_toggleTranslateTheWholePage__"},toggleOnlyTransation:{description:"__MSG_toggleOnlyTransation__"},toggleTranslateToThePageEndImmediately:{description:"__MSG_toggleTranslateToThePageEndImmediately__"},toggleTranslateTheMainPage:{description:"__MSG_toggleTranslateTheMainPage__"},toggleTranslationMask:{description:"__MSG_toggleTranslationMask__"},shareToDraft:{description:"__MSG_shareToDraft__"},toggleMouseHoverTranslateDirectly:{description:"__MSG_toggleMouseHoverTranslateDirectly__"},translateWithOpenAI:{description:"__MSG_translateWithOpenAI__"},translateWithDeepL:{description:"__MSG_translateWithDeepL__"},translateWithGoogle:{description:"__MSG_translateWithGoogle__"},translateWithTransmart:{description:"__MSG_translateWithTransmart__"},translateWithGemini:{description:"__MSG_translateWithGemini__"},translateWithBing:{description:"__MSG_translateWithBing__"},translateInputBox:{description:"__MSG_translateInputBox__"},toggleVideoSubtitlePreTranslation:{description:"__MSG_toggleVideoSubtitlePreTranslation__"}},options_page:"options.html",options_ui:{page:"options.html",open_in_tab:!0,browser_style:!1},permissions:["storage","activeTab","contextMenus","webRequest","webRequestBlocking","declarativeNetRequestWithHostAccess","declarativeNetRequestFeedback","declarativeNetRequest"],host_permissions:[""],declarative_net_request:{rule_resources:[{id:"ruleset_1",enabled:!0,path:"rules/request_modifier_rule.json"}]},action:{default_popup:"popup.html",default_icon:{"32":"icons/32.png","48":"icons/48.png","64":"icons/64.png","128":"icons/128.png","256":"icons/256.png"}},browser_action:{default_icon:"icons/32.png",default_popup:"popup.html",theme_icons:[{dark:"icons/32.png",light:"icons/dark-32.png",size:32},{dark:"icons/48.png",light:"icons/dark-48.png",size:48},{dark:"icons/64.png",light:"icons/dark-64.png",size:64},{dark:"icons/128.png",light:"icons/dark-128.png",size:128},{dark:"icons/256.png",light:"icons/dark-256.png",size:256}]},icons:{"32":"icons/32.png","48":"icons/48.png","64":"icons/64.png","128":"icons/128.png","256":"icons/256.png"},browser_specific_settings:{gecko:{id:"{5efceaa7-f3a2-4e59-a54b-85319448e305}",strict_min_version:"63.0"},gecko_android:{strict_min_version:"113.0"}},key:"MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA7JPn78UfqI3xIIOPPLPS74UTzLfJL1gQM8hlk/deKWvFP/WqUBnPJPdhQeF45sFpI1OjO70nFqdATT4/RwYAiZK7G/E6m27MDVnhHjszfzReOuoAEn9J3RnE2xEx5pFhRFcelhnwTTLrrn90aaPcaMtNsgXtZA1Ggz/SnX9I4ZygqpJYjx3Ql2t6SyNK222oRQiKMT93Rrjgyc8RFA7FKXsWglG0TvseRjbmG5Jk5gDx+2/YTcWGqCDotQnWnkPj/dBO23UAX7IpyJK3FGYdkvWFih6OVClHIIWY8mfCjjwSGbXNQNesaa9F2hrzBZ5MRTj4m7yj76mGxuPHPIE8mwIDAQAB"};var jw="";function Ut(){return jw||ll.version}function ap(){return oe.runtime.getManifest().version}d();function He(){try{let t=[Me().EBOOK_BUILDER_URL,Me().EBOOK_VIEWER_URL,Me().SUBTITLE_BUILDER_URL,Me().HTML_VIEWER_URL,Me().PDF_VIEWER_URL].filter(a=>!!a),e=["app.immersivetranslate.com"];Qt()||e.push("localhost:38001");let n=globalThis.location.pathname;return t.find(a=>{let i=new URL(a);return n.startsWith(i.pathname)&&e.includes(i.host)})?!1:globalThis.self!==globalThis.top}catch{return!0}}d();var ss=new Map,ea=class{fromType;logger;constructor(e,n=!1){this.logger=new rs,n&&this.logger.setLevel("debug"),this.fromType=e,ss.has(e)||(ss.set(e,new Map),oe.runtime.onMessage.addListener((r,a,i)=>{let o=r.from,s=r.to,u,l,c;a.tab&&a.tab.id&&(u=a.tab.id,o=`${o}:${u}`,l=a.tab.url,c=a.tab.active),this.logger.debug(`${r.to} received message [${r.payload.method}] from ${r.from}`,r.payload.data?r.payload.data:" ");let p=op(s),{type:m,name:g}=p;if(m!==e)return!1;let f=op(o),b=ss.get(m).get(g);if(!b)return this.logger.debug(`no message handler for ${m}:${s}, but it's ok`),!1;let{messageHandler:h,sync:E}=b,D={type:e,name:f.name,id:u,url:l,active:c};if(E){try{let M=h(r.payload,D);i({ok:!0,data:M})}catch(M){i({ok:!1,errorName:M.name,errorMessage:M.message,errorDetails:M.details,errorStatus:M.status})}return!1}else return h(r.payload,D).then(M=>{i({ok:!0,data:M})}).catch(M=>{i({ok:!1,errorName:M.name,errorMessage:M.message,errorDetails:M.message,errorStatus:M.status})}),!0}))}getConnection(e,n,r){let a=!1;r&&r.sync&&(a=!0);let i=this.fromType,o=ss.get(i);if(o.has(e))return o.get(e).connectionInstance;{let s=new ip(`${i}:${e}`,this.logger);return ss.get(i).set(e,{messageHandler:n,sync:a,connectionInstance:s}),s}}},ip=class{from;logger;constructor(e,n){this.from=e,this.logger=n}async sendMessage(e,n){let r=op(e),{type:a,id:i}=r;if(a!=="content_script"){let o={to:e,from:this.from,payload:n};this.logger.debug(`${o.from} send message [${o.payload.method}] to ${o.to}`,o.payload.data?o.payload.data:" ");try{let s=await oe.runtime.sendMessage(o);return g3(o,s,this.logger)}catch(s){if(a==="popup"){let u=`popup ${e} is not active, so the message does not send, ignore this error, ${JSON.stringify(n)}`;return this.logger.debug(u,n,e,s),Promise.resolve({message:u})}else throw s}}else{let o={from:this.from,to:e,payload:n};this.logger.debug(`${o.from} send message [${o.payload.method}] to ${o.to}`,o.payload.data?o.payload.data:" ");let s=await oe.tabs.sendMessage(i,o);return g3(o,s,this.logger)}}};function g3(t,e,n){if(e){if(e.ok)return n.debug(`${t.from} received response from ${t.to}:`,e.data?e.data:" "),e.data;throw new V(e.errorName||"UnknownError",e.errorMessage||"Unknown error").initNetWork(e.errorStatus)}else throw new V("noResponse","Unknown error")}function op(t){let e=t.split(":");if(e.length<2)throw new Error("not a valid to string");let n={type:e[0],name:e[1]};if(e[0]==="content_script"){let r=parseInt(e[2]);if(!isNaN(r))n.id=r;else throw new Error("tab id not a valid number")}return n}d();var Hw="";function Li(){return Hw||globalThis.navigator.userAgent}function sp(){return Li().includes("ImtFxiOS")}function m3(){let e=Li().match(/ImtFxiOS\/(\d+\.\d+\.\d+)/);return e?e[1]:null}function Ww(){return Li().includes("ImtFxAndroid")}function f3(){let t=Li();return/ImtFxAndroid\/(\d+\.\d+\.\d+)\/google/.test(t)}function h3(){let e=Li().match(/ImtFxAndroid\/(\d+\.\d+\.\d+)/);return e?e[1]:null}function us(){let t=Li();if(sp()||Ww()){let e=t.match(/Imt[\w/.]+/);if(e){let n=e[0].split("/"),r=n[0];return n[2]&&(r+="_"+n[2]),{name:r,version:n[1]}}}return null}var cl;function Kw(){return cl||(cl=new ea("content_script",!1).getConnection("pure_main",()=>{}),cl)}var b3="G-MKMD9LWFTR";async function ls(t){try{let e=Me(),n=e.INSTALL_FROM==="firefox_store";if(us()?.name?.startsWith("ImtFx")&&(n=!1),n)return;let a=ye(),i=He(),o=e.PROD==="1",s="sitc4WmvShWYwfU0dANM3Q",u=await At("fakeUserId","");u||(u=await Rr("fakeUserId",""),u&&await et("fakeUserId",u));let l=Ut(),c=new Date,p=await At("installedAt","");p||(p=await Rr("installedAt",""),p&&await et("installedAt",p)),u?p||(p=new Date(0).toISOString(),await et("installedAt",p)):(u=Gw(32),await et("fakeUserId",u)),p||(p=c.toISOString(),await et("installedAt",p));let m=new Date(p),g=T3(m),f=T3(c),T=g===f,b=c.getTime()-m.getTime()<7*24*60*60*1e3,h=`https://www.google-analytics.com/mp/collect?measurement_id=${b3}&api_secret=${s}`;o||(h=`https://www.google-analytics.com/debug/mp/collect?measurement_id=${b3}&api_secret=${s}`);let E="";typeof navigator<"u"&&(E=window.navigator.userAgent);let D=mi.parse(E),M=t.map(S=>{let y=S.params||{};if(D.os&&(y.os_name=D.os.name||"unknown",y.os_version=D.os.version||"unknown",y.os_version_name=D.os.versionName||"unknown"),D.browser){y.browser_name=D.browser.name||"unknown",y.browser_version=D.browser.version||"unknown";let L=us();L&&(y.browser_name=L.name,y.browser_version=L.version)}return D.platform&&(y.platform_type=D.platform.type||"unknown"),D.engine&&(y.engine_name=D.engine.name||"unknown",y.engine_version=D.engine.version||"unknown"),l&&(y.version=l),e.INSTALL_FROM&&(y.install_from=e.INSTALL_FROM),g&&(y.install_day=$w(m)),y.userscript=a.toString(),T?y.is_new_user_today="1":y.is_new_user_today="0",b?y.is_new_user_this_week="1":y.is_new_user_this_week="0",i?y.main_frame=0:y.main_frame=1,{...S,params:y}}),I=await dl({responseType:"text",url:h,method:"POST",body:JSON.stringify({client_id:u,user_id:u,events:M})})}catch{}}function Gw(t){let e="",n="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789",r=n.length,a=0;for(;a",""],limit:5},custom:{placeholderDelimiters:["{","}"]},bing:{maxTextLengthPerRequest:1800,requestTimeout:1e4,retry:1,placeholderDelimiters:["","","b"]},yandex:{maxTextLengthPerRequest:1e3,requestTimeout:1e4,retry:1,placeholderDelimiters:["","","b"]},deeplx:{limit:3,placeholderDelimiters:["@","#"]},d:{immediateTranslationTextCount:0,placeholderDelimiters:["@","#"]},papago:{placeholderDelimiters:["{","}"]},dpro:{apiUrl:"https://api.deepl.com/jsonrpc"},ai:{env:{imt_source_field:"text",imt_trans_field:"text",imt_sub_source_field:"source",imt_sub_trans_field:"translation",imt_yaml_item:`- id: {{id}} +`))>=0;){let g=u.slice(0,m).trim();if(u=u.slice(m+1),g.startsWith("event:")||g==="")continue;let f="";if(g.startsWith("data:")&&(f=g.slice(5).trim()),f==="[DONE]")break;let T;try{T=JSON.parse(f??"")}catch(b){B.debug("json error",b);continue}l=T}}return l}}else{let u;try{u=await s.text()}catch(g){B.error("parse response failed",g)}u&&B.error("fail response",u);let l="";u&&(l=u.slice(0,500));let c=l,m=new URL(e).hostname.endsWith(".immersivetranslate.com");throw e.endsWith("edge.microsoft.com/translate/auth")&&(c="bingAuth:"+l),m&&l.includes("quota exceeded")&&(c="ProQuota:"+l),new V("fetchError",c).initNetWork(s.status)}}async function*zw(t){let e=t.getReader();try{for(;;){let{done:n,value:r}=await e.read();if(n)return;yield r}}finally{e.releaseLock()}}d();var Nw=new Map;function ul(t){let e=Uw(64),n=new CustomEvent(Hu,{detail:JSON.stringify({...t,type:"ask",id:e})});return document.dispatchEvent(n),new Promise((r,a)=>{Nw.set(e,(i,o)=>{i?a(i):r(o)})})}function Uw(t){let e="",n="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789",r=n.length,a=0;for(;a","file:///*","*://*/*"],js:["content_script.js"],run_at:"document_end",all_frames:!0},{matches:["","file:///*","*://*/*"],js:["content_start.js"],run_at:"document_start",all_frames:!0}],commands:{toggleTranslatePage:{suggested_key:{default:"Alt+A"},description:"__MSG_toggleTranslatePage__"},toggleTranslateTheWholePage:{suggested_key:{default:"Alt+W"},description:"__MSG_toggleTranslateTheWholePage__"},toggleOnlyTransation:{description:"__MSG_toggleOnlyTransation__"},toggleTranslateToThePageEndImmediately:{description:"__MSG_toggleTranslateToThePageEndImmediately__"},toggleTranslateTheMainPage:{description:"__MSG_toggleTranslateTheMainPage__"},toggleTranslationMask:{description:"__MSG_toggleTranslationMask__"},shareToDraft:{description:"__MSG_shareToDraft__"},toggleMouseHoverTranslateDirectly:{description:"__MSG_toggleMouseHoverTranslateDirectly__"},translateWithOpenAI:{description:"__MSG_translateWithOpenAI__"},translateWithDeepL:{description:"__MSG_translateWithDeepL__"},translateWithGoogle:{description:"__MSG_translateWithGoogle__"},translateWithTransmart:{description:"__MSG_translateWithTransmart__"},translateWithGemini:{description:"__MSG_translateWithGemini__"},translateWithBing:{description:"__MSG_translateWithBing__"},translateInputBox:{description:"__MSG_translateInputBox__"},toggleVideoSubtitlePreTranslation:{description:"__MSG_toggleVideoSubtitlePreTranslation__"}},options_page:"options.html",options_ui:{page:"options.html",open_in_tab:!0,browser_style:!1},permissions:["storage","activeTab","contextMenus","webRequest","webRequestBlocking","declarativeNetRequestWithHostAccess","declarativeNetRequestFeedback","declarativeNetRequest"],host_permissions:[""],declarative_net_request:{rule_resources:[{id:"ruleset_1",enabled:!0,path:"rules/request_modifier_rule.json"}]},action:{default_popup:"popup.html",default_icon:{"32":"icons/32.png","48":"icons/48.png","64":"icons/64.png","128":"icons/128.png","256":"icons/256.png"}},browser_action:{default_icon:"icons/32.png",default_popup:"popup.html",theme_icons:[{dark:"icons/32.png",light:"icons/dark-32.png",size:32},{dark:"icons/48.png",light:"icons/dark-48.png",size:48},{dark:"icons/64.png",light:"icons/dark-64.png",size:64},{dark:"icons/128.png",light:"icons/dark-128.png",size:128},{dark:"icons/256.png",light:"icons/dark-256.png",size:256}]},icons:{"32":"icons/32.png","48":"icons/48.png","64":"icons/64.png","128":"icons/128.png","256":"icons/256.png"},browser_specific_settings:{gecko:{id:"{5efceaa7-f3a2-4e59-a54b-85319448e305}",strict_min_version:"63.0"},gecko_android:{strict_min_version:"113.0"}},key:"MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA7JPn78UfqI3xIIOPPLPS74UTzLfJL1gQM8hlk/deKWvFP/WqUBnPJPdhQeF45sFpI1OjO70nFqdATT4/RwYAiZK7G/E6m27MDVnhHjszfzReOuoAEn9J3RnE2xEx5pFhRFcelhnwTTLrrn90aaPcaMtNsgXtZA1Ggz/SnX9I4ZygqpJYjx3Ql2t6SyNK222oRQiKMT93Rrjgyc8RFA7FKXsWglG0TvseRjbmG5Jk5gDx+2/YTcWGqCDotQnWnkPj/dBO23UAX7IpyJK3FGYdkvWFih6OVClHIIWY8mfCjjwSGbXNQNesaa9F2hrzBZ5MRTj4m7yj76mGxuPHPIE8mwIDAQAB"};var jw="";function Ut(){return jw||ll.version}function ap(){return oe.runtime.getManifest().version}d();function He(){try{let t=[Me().EBOOK_BUILDER_URL,Me().EBOOK_VIEWER_URL,Me().SUBTITLE_BUILDER_URL,Me().HTML_VIEWER_URL,Me().PDF_VIEWER_URL].filter(a=>!!a),e=["app.immersivetranslate.com"];Qt()||e.push("localhost:38001");let n=globalThis.location.pathname;return t.find(a=>{let i=new URL(a);return n.startsWith(i.pathname)&&e.includes(i.host)})?!1:globalThis.self!==globalThis.top}catch{return!0}}d();var ss=new Map,ea=class{fromType;logger;constructor(e,n=!1){this.logger=new rs,n&&this.logger.setLevel("debug"),this.fromType=e,ss.has(e)||(ss.set(e,new Map),oe.runtime.onMessage.addListener((r,a,i)=>{let o=r.from,s=r.to,u,l,c;a.tab&&a.tab.id&&(u=a.tab.id,o=`${o}:${u}`,l=a.tab.url,c=a.tab.active),this.logger.debug(`${r.to} received message [${r.payload.method}] from ${r.from}`,r.payload.data?r.payload.data:" ");let p=op(s),{type:m,name:g}=p;if(m!==e)return!1;let f=op(o),b=ss.get(m).get(g);if(!b)return this.logger.debug(`no message handler for ${m}:${s}, but it's ok`),!1;let{messageHandler:h,sync:E}=b,D={type:e,name:f.name,id:u,url:l,active:c};if(E){try{let M=h(r.payload,D);i({ok:!0,data:M})}catch(M){i({ok:!1,errorName:M.name,errorMessage:M.message,errorDetails:M.details,errorStatus:M.status})}return!1}else return h(r.payload,D).then(M=>{i({ok:!0,data:M})}).catch(M=>{i({ok:!1,errorName:M.name,errorMessage:M.message,errorDetails:M.message,errorStatus:M.status})}),!0}))}getConnection(e,n,r){let a=!1;r&&r.sync&&(a=!0);let i=this.fromType,o=ss.get(i);if(o.has(e))return o.get(e).connectionInstance;{let s=new ip(`${i}:${e}`,this.logger);return ss.get(i).set(e,{messageHandler:n,sync:a,connectionInstance:s}),s}}},ip=class{from;logger;constructor(e,n){this.from=e,this.logger=n}async sendMessage(e,n){let r=op(e),{type:a,id:i}=r;if(a!=="content_script"){let o={to:e,from:this.from,payload:n};this.logger.debug(`${o.from} send message [${o.payload.method}] to ${o.to}`,o.payload.data?o.payload.data:" ");try{let s=await oe.runtime.sendMessage(o);return g3(o,s,this.logger)}catch(s){if(a==="popup"){let u=`popup ${e} is not active, so the message does not send, ignore this error, ${JSON.stringify(n)}`;return this.logger.debug(u,n,e,s),Promise.resolve({message:u})}else throw s}}else{let o={from:this.from,to:e,payload:n};this.logger.debug(`${o.from} send message [${o.payload.method}] to ${o.to}`,o.payload.data?o.payload.data:" ");let s=await oe.tabs.sendMessage(i,o);return g3(o,s,this.logger)}}};function g3(t,e,n){if(e){if(e.ok)return n.debug(`${t.from} received response from ${t.to}:`,e.data?e.data:" "),e.data;throw new V(e.errorName||"UnknownError",e.errorMessage||"Unknown error").initNetWork(e.errorStatus)}else throw new V("noResponse","Unknown error")}function op(t){let e=t.split(":");if(e.length<2)throw new Error("not a valid to string");let n={type:e[0],name:e[1]};if(e[0]==="content_script"){let r=parseInt(e[2]);if(!isNaN(r))n.id=r;else throw new Error("tab id not a valid number")}return n}d();var Hw="";function Li(){return Hw||globalThis.navigator.userAgent}function sp(){return Li().includes("ImtFxiOS")}function m3(){let e=Li().match(/ImtFxiOS\/(\d+\.\d+\.\d+)/);return e?e[1]:null}function Ww(){return Li().includes("ImtFxAndroid")}function f3(){let t=Li();return/ImtFxAndroid\/(\d+\.\d+\.\d+)\/google/.test(t)}function h3(){let e=Li().match(/ImtFxAndroid\/(\d+\.\d+\.\d+)/);return e?e[1]:null}function us(){let t=Li();if(sp()||Ww()){let e=t.match(/Imt[\w/.]+/);if(e){let n=e[0].split("/"),r=n[0];return n[2]&&(r+="_"+n[2]),{name:r,version:n[1]}}}return null}var cl;function Kw(){return cl||(cl=new ea("content_script",!1).getConnection("pure_main",()=>{}),cl)}var b3="G-MKMD9LWFTR";async function ls(t){try{let e=Me(),n=e.INSTALL_FROM==="firefox_store";if(us()?.name?.startsWith("ImtFx")&&(n=!1),n)return;let a=ye(),i=He(),o=e.PROD==="1",s="sitc4WmvShWYwfU0dANM3Q",u=await At("fakeUserId","");u||(u=await Rr("fakeUserId",""),u&&await et("fakeUserId",u));let l=Ut(),c=new Date,p=await At("installedAt","");p||(p=await Rr("installedAt",""),p&&await et("installedAt",p)),u?p||(p=new Date(0).toISOString(),await et("installedAt",p)):(u=Gw(32),await et("fakeUserId",u)),p||(p=c.toISOString(),await et("installedAt",p));let m=new Date(p),g=T3(m),f=T3(c),T=g===f,b=c.getTime()-m.getTime()<7*24*60*60*1e3,h=`https://www.google-analytics.com/mp/collect?measurement_id=${b3}&api_secret=${s}`;o||(h=`https://www.google-analytics.com/debug/mp/collect?measurement_id=${b3}&api_secret=${s}`);let E="";typeof navigator<"u"&&(E=window.navigator.userAgent);let D=mi.parse(E),M=t.map(S=>{let v=S.params||{};if(D.os&&(v.os_name=D.os.name||"unknown",v.os_version=D.os.version||"unknown",v.os_version_name=D.os.versionName||"unknown"),D.browser){v.browser_name=D.browser.name||"unknown",v.browser_version=D.browser.version||"unknown";let k=us();k&&(v.browser_name=k.name,v.browser_version=k.version)}return D.platform&&(v.platform_type=D.platform.type||"unknown"),D.engine&&(v.engine_name=D.engine.name||"unknown",v.engine_version=D.engine.version||"unknown"),l&&(v.version=l),e.INSTALL_FROM&&(v.install_from=e.INSTALL_FROM),g&&(v.install_day=$w(m)),v.userscript=a.toString(),T?v.is_new_user_today="1":v.is_new_user_today="0",b?v.is_new_user_this_week="1":v.is_new_user_this_week="0",i?v.main_frame=0:v.main_frame=1,{...S,params:v}}),I=await dl({responseType:"text",url:h,method:"POST",body:JSON.stringify({client_id:u,user_id:u,events:M})})}catch{}}function Gw(t){let e="",n="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789",r=n.length,a=0;for(;a",""],limit:5},custom:{placeholderDelimiters:["{","}"]},bing:{maxTextLengthPerRequest:1800,requestTimeout:1e4,retry:1,placeholderDelimiters:["","","b"]},yandex:{maxTextLengthPerRequest:1e3,requestTimeout:1e4,retry:1,placeholderDelimiters:["","","b"]},deeplx:{limit:3,placeholderDelimiters:["@","#"]},d:{immediateTranslationTextCount:0,placeholderDelimiters:["@","#"]},papago:{placeholderDelimiters:["{","}"]},dpro:{apiUrl:"https://api.deepl.com/jsonrpc"},ai:{env:{imt_source_field:"text",imt_trans_field:"text",imt_sub_source_field:"source",imt_sub_trans_field:"translation",imt_yaml_item:`- id: {{id}} {{imt_source_field}}: {{text}}`,imt_subtitle_yaml_item:`- id: {{id}} {{imt_sub_source_field}}: {{text}}`,normal_result_yaml_example:`Example request: - id: 1 @@ -5414,15 +5414,15 @@ Translate the content to {{to}} Language: ? ?-\\|\\d+\\|- ? -?`]},azure:{placeholderDelimiters:["@","#"]},you:{placeholderDelimiters:["@","#"]},openl:{placeholderDelimiters:["@","#"]},niu:{placeholderDelimiters:["@","#"]}},shortcuts:{toggleTranslatePage:"Alt+A",toggleTranslateTheWholePage:"Alt+W",toggleOnlyTransation:"",toggleTranslateToThePageEndImmediately:"",toggleTranslationMask:"",shareToDraft:"",toggleMouseHoverTranslateDirectly:""},tempTranslateDomainMinutes:0,translationParagraphLanguagePattern:{matches:["onboarding.immersivetranslate.com","www.reddit.com","old.reddit.com","twitter.com","www.tumblr.com","*.twitter.com","medium.com","*.medium.com","github.com","gist.github.com","www.facebook.com","www.youtube.com","m.youtube.com","read.readwise.io","www.inoreader.com","mail.google.com","google.com","discord.com","*.instagram.com","instagram.com","web.telegram.org","web.whatsapp.com","*.slack.com","*.indeed.com","outlook.live.com","https://bsky.app","store.steampowered.com","test-app.immersivetranslate.com","app.immersivetranslate.com"],excludeMatches:[],selectorMatches:["meta[property='al:ios:url'][content^='medium://']"],selectorExcludeMatches:[]},sourceLanguageUrlPattern:{},selectTranslationFont:"",translationFonts:["Microsoft YaHei","SimSun","NSimSun","SimHei","Microsoft JhengHei","KaiTi","FangSong","PingFang SC","STHeiti","STKaiti","STSong","STFangsong","STZhongsong","STHupo","STXinwei","STLiti","STXingkai","Hiragino Sans GB","Lantinghei SC","Hanzipen SC","Hannotate SC","Songti SC","Wawati SC","Weibei SC","Xingkai SC","Yapi SC","Yuanti SC","Arial Unicode MS","MingLiU-ExtB","Malgun Gothic","Arial","Calibri","Cambria","Candara","Consolas","Constantia","Corbel","Courier New","Georgia","Lucida Console","MingLiU","PMingLiU","MingLiU_HKSCS","Meiryo","MS Gothic","MS PGothic","MS UI Gothic","MS Mincho","MS PMincho","Segoe UI","Segoe UI Symbol","Tahoma","Times New Roman","Trebuchet MS","Verdana","Gulim","Dotum","Batang","Gungsuh","San Francisco","Helvetica Neue","Hiragino Mincho ProN","Hiragino Kaku Gothic ProN","Yu Gothic","Yu Mincho","Geeza Pro","Al Nile","Tehran","Devanagari MT","Kohinoor Devanagari","Apple SD Gothic Neo","Nanum Gothic"],generalRule:{_comment:"",isTranslateWhenServiceChanged:!0,glossaries:[{k:"LLM",v:""},{k:"LLMs",v:""}],excludeRegexps:["(<\\\\/?[a-zA-Z0-9]+(?:[^>]*?)>)","(||||||||||
|
)"],detectionServiceOrder:["google","bing","transmart"],detectParagraphLanguage:!1,paragraphFirstLetterFontSize:35,toastErrorMinTimes:20,enableSubtitle:!1,"subtitle.autoEnableSubtitle":!1,disableNewTextTranslate:!1,skipEditableCheck:!1,mutationObserverLimitTargetSelectors:[],condition:{},normalizeBody:"",inputExecCommandDeleteEnable:!1,inputConfig:{clearContentEnable:!0,execCommandDeleteEnable:!1},mutationExcludeSelectors:["span.highlighter--highlighted","span.highlighter-ext","mark","msreadoutspan","rw-highlight","web-highlight","font.immersive-translate-target-wrapper *","pre",".uacc-clickable"],mutationExcludeContainsSelectors:["msreadoutspan","[class*='rgh-seen-']","[isInvalidTag]","mh","body","relin-hc"],atomicBlockSelectors:["relin-hc"],shareConfig:{injectCss:!0,removeSelectors:["noscript","script"]},mutationConfig:{consumeTimeout:100,buildTimeout:100,checkSelfUpdate:!0},useIframePostMessage:!1,searchEnhancementConfig:[],injectedCss:[],isOnBoardingPage:!1,isEbook:!1,isEbookBuilder:!1,ignoreZhCNandZhTW:!1,showSponsorOnSafari:!1,noTranslateRegexp:["^\\d+.+ago$","^\\d+\\s+MIN\\s+READ$"],waitForSelectors:[],isInjectOptionsUrl:!1,isInjectVersion:!1,isInjectMeta:!1,waitForSelectorsTimeout:3e3,pairs:{},aiRule:{},subtitleRule:{isInject:!0,autoEnableSubtitle:!1,preTranslation:!1,humanPreferred:!0,disabled:!1,hookType:"xhr",showQuickButton:!0,backgroundColor:"#080808",backgroundOpacity:"75",sourceTextColor:"#FFFFFF",translationTextColor:"#FFFFFF",sourceFontSize:"100",translationMode:"dual",translationPosition:"bottom",translationFontSize:"100",translateGroupCount:5,velocityGroup:[1,3,20]},bodyRule:{enable:!0,maxBodyScreenLength:25,articleChildTags:["P"],articleChildTagsNum:4,bodyIsRoot:!1,humanPreferred:!0,preTranslation:!0,xpathRule:["name:P"]},isSubtitleBuilder:!1,minZIndex:0,initTranslationServiceAsSoonAsPossible:!0,targetWrapperTag:"font",additionalInjectedCss:[],isTranslateTitle:!0,enableSearchEnhancement:!1,searchEnhancementSelector:"#rhs",languageDetectMinTextCount:50,wrapperPrefix:"smart",wrapperSuffix:"smart",isPdf:!1,pdfUrlExtractRule:{},isTransformPreTagNewLine:!1,urlChangeDelay:50,mutationChangeDelay:10,mainFrameMinTextCount:50,mainFrameMinWordCount:5,visibleDelay:0,additionalStayOriginalSelectors:["span.katex","span.notranslate",".MathJax_Preview",".MathJax",".MathJax_SVG",'[aria-labelledby^="MathJax-SVG"]',".mwe-math-element","span[translate=no]","em[translate=no]","code[translate=no]","span.math.inline","span.math.display",".ltx_Math",".mathjax-block",".MathJax_CHTML","kbd","span.pretex-inline","span.math-inline",".reference-citations"],translationBlockStyle:"",isShowUserscriptPagePopup:!0,observeUrlChange:!1,paragraphMinTextCount:4,paragraphMinWordCount:2,shadowRootSelectors:[],blockMinTextCount:24,blockMinWordCount:4,asideMaxTextCount:1e3,asideMaxWordCount:200,asideMaxTextCountPerParagraph:67,asideMaxWordCountPerParagraph:12,lineBreakMaxTextCount:0,globalAttributes:{},inputTutorialsText:"",inputTutorialsSelectors:[],globalMeta:{},globalStyles:{},initialGlobalAttributes:{},initialSelectorGlobalAttributes:{header:{translate:"no"},"footer:last-of-type":{translate:"no"},"nav:last-of-type":{translate:"no"},nav:{translate:"no"}},selectors:[],preWhitespaceDetectedTags:["DIV","SPAN"],stayOriginalSelectors:[],additionalSelectors:["h1","section h2","section h3","section h4","main h2","main h3","main h4",".article-title",".article-subtitle",".article_title",".article_subtitle",".article__title",".articleTitle",".Article__content",".titleLink",".summary",".headline",".page-content","aside.note","aside.article-comments","aside.onebox"],atomicBlockTags:[],excludeSelectors:[],additionalExcludeSelectors:['[contenteditable="true"]',".uacc-clickable","#monica-content-root","#immersive-translate-popup",".social-share",".breadcrumbs",".post__footer",".btn",".share-nav",".o-share","[data-toolbar=share]","rp","rt",".prism-code",".rc-CodeBlock","[role=code]","#omni-extension",".omni-item","div[data-paste-markdown-skip]","table.highlight","div[class^=codeBlockContent]","div[class^=codeBlockLines]","div[class^=token-line]","#liuchan-window > .liuchan-container > *",".material-icons","i.fa","i[class^=fa-]",".notranslate","[translate=no]",".navmenu-container",".google-symbols","h1 br","h2 br","h3 br","h4 br","table thead"],translationClasses:[],excludeTags:["TITLE","LINK","SCRIPT","STYLE","TEXTAREA","SVG","svg","G","NOSCRIPT","BUTTON","BASE","HR","PRE","KBD","WBR","RT","RP","META","MATH","TTS-SENTENCE","AIO-CODE","RELIN-TARGET"],bodyTranslateTags:["FOOTER","ASIDE","BUTTON","NAV"],forceTranslateTags:[],metaTags:["META","SCRIPT","STYLE","NOSCRIPT"],additionalExcludeTags:[],stayOriginalTags:["CODE","TT","IMG","SUP","SUB","SAMP","math","semantics","mrow","mo","mfrac","msup","mi","mn","msqrt","d-math"],additionalStayOriginalTags:[],inlineTags:["A","ABBR","FONT","ACRONYM","B","INS","DEL","RUBY","RP","RB","BDO","MARK","BIG","RT","NOBR","CITE","DFN","EM","I","LABEL","Q","S","SMALL","SPAN","STRONG","SUB","SUP","U","KBD","TT","VAR","IMG","CODE","SCRIPT","STYLE","LINK","TIME","META","WBR","RELIN-HC","RELIN-HIGHLIGHT","RELIN-ORIGIN","RELIN-TARGET","XQDD_HIGHLIGHT_NEW_WORD","NOBR","RW-HIGHLIGHT","HYPOTHESIS-HIGHLIGHT"],additionalInlineTags:[],extraInlineSelectors:["p > a span","p > span a span"],additionalInlineSelectors:[".MathJax_Preview",".MathJax",".highlighter--highlighted",".rw-highlight","ruby *"],extraBlockSelectors:["turbo-frame","readme-toc","#hs_cos_wrapper_post_body","#hs_cos_wrapper_post_body","option","ul > li"],allBlockTags:["BODY","HGROUP","CONTENT","ADDRESS","ARTICLE","ASIDE","DETAILS","BLOCKQUOTE","SELECT","OPTION","CANVAS","DD","DL","DT","FIELDSET","FIGCAPTION","FIGURE","FOOTER","HEADER","FORM","HR","MAIN","SUMMARY","NAV","NOSCRIPT","PRE","SECTION","TABLE","TFOOT","UL","VIDEO","P","DIV","H1","H2","H3","H4","H5","H6","UL","LI","OL","BR","PICTURE","TBODY","TR","TD","TH","SOURCE","C-WIZ","BUTTON","TURBO-FRAME","README-TOC"],mutationObserverContainerSelectors:[],pdfNewParagraphLineHeight:2.4,pdfNewParagraphIndent:1.2,pdfNewParagraphIndentRightIndentPx:130,fingerCountToToggleTranslagePageWhenTouching:4,fingerCountToToggleTranslationMaskWhenTouching:0,fingerCountToToggleTranslagePageOnlyTranslationWhenTouching:0,touchShortcutsToggleTranslatePage:"fingers.4",touchShortcutsToggleTranslationMask:"touchShortcutsOff",touchShortcutsToggleTranslatePageOnlyTranslation:"touchShortcutsOff",touchShortcutsToggleTranslateTouchElement:"touchShortcutsOff",touchShortcutsToggleTranslateTouchElementPreferenceKey:"slide.left",mouseHoverHoldKey:"Off",mouseHoverPreferenceKey:"Ctrl"},rules:[{id:"isSubtitleBuilder",isSubtitleBuilder:!0,pageType:"subtitleBuilder",selectorMatches:["meta[name='immersive-translate-subtitle-builder'][content='true']"],pairs:{".source-text":".target-text"},paragraphMinTextCount:4,paragraphMinWordCount:2,isTranslateTitle:!1,wrapperPrefix:"",wrapperSuffix:"","bodyRule.add":{enable:!1}},{id:"isEbook",isEbook:!0,pageType:"ebookReader",isTranslateTitle:!1,urlChangeDelay:200,selectorMatches:["meta[name='immersive-translate-ebook-viewer'][content='true']"],injectedCss:[".immersive-translate-target-translation-block-wrapper {display:block;}"],excludeSelectors:["#drop-target","#drop-target h1","#side-bar","h1#side-bar-title"],extraInlineSelectors:["span.dropcaps"],"bodyRule.add":{enable:!1},paragraphMinTextCount:4,paragraphMinWordCount:2,blockMinTextCount:1,blockMinWordCount:1,containerMinTextCount:1,wrapperPrefix:"
",targetWrapperTag:"span"},{id:"pdf",isPdf:!0,isTranslateTitle:!1,pageType:"pdfReader",selectorMatches:["meta[name='immersive-translate-pdf-viewer'][content='true']"],matches:["https://app.immersivetranslate.com/pdf","https://app.immersivetranslate.com/pdf/","https://app.immersivetranslate.com/pdf/*","http://localhost:38001/pdf*"],"additionalExcludeSelectors.remove":['[contenteditable="true"]'],isTranslateWhenServiceChanged:!1,translationMode:"translation",skipEditableCheck:!0,selectors:["p"],"bodyRule.add":{enable:!1},injectedCss:[".immersive-translate-target-wrapper {display: contents!important;position:absolute;}",".immersive-translate-target-wrapper br {display: none;!important;}",".immersive-translate-target-wrapper span {position: relative;!important;}",".immersive-translate-error-wrapper {padding:0px !important;margin:0px !important;}","font {line-height: 0!important;}"],globalAttributes:{"[class='textLayer']":{translate:"no"}},mutationExcludeContainsSelectors:["font.immersive-translate-target-wrapper"],"shareConfig.add":{removeSelectors:["noscript","script",".toolbar","#sidebarContainer",'[class="page"]',".editorParamsToolbar",".image-mode",".im_db",".im_cb"]},wrapperPrefix:"",isInjectVersion:!0},{id:"sci-hub.pdfWebPage",matches:["sci-hub.*"],waitForSelectorsTimeout:1,pdfUrlExtractRule:{selector:"#pdf",attribute:"src"}},{id:"common.pdfWebPage",waitForSelectorsTimeout:1,selectorMatches:["embed[type='application/pdf']"]},{id:"isEbookBuilder",matches:["https://app.immersivetranslate.com/ebook/make/","http://localhost:38001/ebook/make/"],isEbookBuilder:!0,pageType:"ebookBuilder",toastErrorMinTimes:500,isTranslateWhenServiceChanged:!1,isTranslateTitle:!1,targetWrapperTag:"span",selectorMatches:["meta[name='immersive-translate-ebook-builder'][content='true']"],injectedCss:[".immersive-translate-target-translation-block-wrapper {display:block;}"],globalMeta:{},excludeSelectors:["h1.notranslate","#drop-target","#drop-target h1","#side-bar","h1#side-bar-title","#tool",".Code"],"bodyRule.add":{enable:!1},isInjectMeta:!0,paragraphMinTextCount:4,paragraphMinWordCount:2,blockMinTextCount:1,blockMinWordCount:1,containerMinTextCount:1,wrapperPrefix:"
"},{id:"immersiveTranslateIosOnBoarding",selectorMatches:["meta[name=immersiveTranslateIosOnBoarding]"],initialGlobalAttributes:{"input#immersiveTranslateDetectedSlot":{value:"true"}},isInjectOptionsUrl:!0,isInjectVersion:!0,isInjectMeta:!0},{id:"immersiveTranslateIosOnBoardingStep1",selectorMatches:["meta[name=immersiveTranslateIosOnBoardingStep1]"],isOnBoardingPage:!0,isInjectOptionsUrl:!0,isInjectVersion:!0,isInjectMeta:!0},{id:"immersivePreview",matches:["https://immersivetranslate.com/preview*","https://test.immersivetranslate.com/preview*","https://immersivetranslate.com/drafts*","https://test.immersivetranslate.com/drafts*"],isInjectVersion:!0,isInjectMeta:!0,waitForSelectorsTimeout:1},{id:"pro-pdf",matches:["https://*.immersivetranslate.com/pdf-pro*"],pageType:"pdfProReader","excludeSelectors.add":["table"],isInjectVersion:!0,isInjectMeta:!0,waitForSelectorsTimeout:1},{id:"immersive",matches:["https://immersivetranslate.com","https://test.immersivetranslate.com","https://onboarding.immersivetranslate.com","https://app.immersivetranslate.com","https://test-app.immersivetranslate.com","http://localhost:38001"],isInjectVersion:!0,isInjectMeta:!0,waitForSelectorsTimeout:1},{id:"simpread",selectorMatches:"div.simpread-read-root.simpread-read-root-show > sr-read",mainFrameSelector:"div.simpread-read-root.simpread-read-root-show > sr-read"},{id:"txt",matches:["*://*/*.txt","file://*/*.txt"],selectorMatches:["body > pre"],"mutationExcludeSelectors.add":["body"],isTransformPreTagNewLine:!0,"excludeTags.remove":["PRE"]},{id:"hangejp",matches:["arad.hange.jp","arad.nexon.co.jp","oapi.dingtalk.com","login.dingtalk.com"],useIframePostMessage:!1},{id:"preSites",matches:["mail.jabber.org","antirez.com","patchwork.kernel.org","lists.apache.org","manned.org","bugs.webkit.org","bugzilla.mozilla.org","lwn.net/Articles/*","docs.haproxy.org","man.freebsd.org","www.oreilly.com/openbook/opensources/book/*","gamefaqs.gamespot.com"],isTransformPreTagNewLine:!0},{id:"wikipedia",matches:"*.wikipedia.org",paragraphMinWordCount:2,paragraphMinTextCount:4,injectedCss:[".immersive-translate-target-translation-block-wrapper { display: block; }"],excludeSelectors:[".mw-editsection",".mw-cite-backlink","#p-lang-btn","#right-navigation","#p-associated-pages",".vector-header"],stayOriginalSelectors:[".chemf",".mwe-math-element","[role=math]",".nowrap"],extraInlineSelectors:[".chemf",".mwe-math-element","[role=math]",".nowrap"],"bodyRule.add":{bodySelector:"#content",articleSelector:"#bodyContent"}},{id:"twitter",matches:["twitter.com","mobile.twitter.com","tweetdeck.twitter.com","pro.twitter.com","https://platform.twitter.com/embed*"],additionalStayOriginalSelectors:['[data-testid="tweetText"] a',"[data-testid='UserDescription'] a","[data-testid='HoverCard'] a","[data-testid='UserCell'] a","[data-testid='birdwatch-pivot'] a"],blockMinTextCount:0,blockMinWordCount:0,excludeSelectors:["[aria-describedby][role=button]","header","[data-testid='radioGroupplayback_rate'] div","[data-testid='userFollowIndicator']","[class='css-901oao r-14j79pv r-37j5jr r-n6v787 r-16dba41 r-1cwl3u0 r-bcqeeo r-qvutc0']","[class='css-175oi2r r-1wbh5a2 r-dnmrzs']"],extraBlockSelectors:['[data-testid="tweetText"] div.r-6koalj'],extraInlineSelectors:['[data-testid="tweetText"] div.r-xoduu5','[data-testid="tweetText"] span','[data-testid="UserDescription"] div',"[data-testid='HoverCard'] div[dir=auto] div","[data-testid='HoverCard'] span[dir=auto] div"],globalStyles:{"[data-testid='card.layoutLarge.detail'] > div:nth-child(2)":"-webkit-line-clamp: unset;","[data-testid='card.layoutSmall.detail'] > div:nth-child(2)":"-webkit-line-clamp: unset;","[data-testid='tweetText']":"-webkit-line-clamp: unset;"},ignoreZhCNandZhTW:!0,isTranslateTitle:!1,useIframePostMessage:!1,observeUrlChange:!1,paragraphMinTextCount:2,paragraphMinWordCount:1,selectors:['[data-testid="tweetText"]',".tweet-text",".js-quoted-tweet-text","[data-testid='card.layoutSmall.detail'] > div:nth-child(2)","[data-testid='developerBuiltCardContainer'] > div:nth-child(2)","[data-testid='card.layoutLarge.detail'] > div:nth-child(2)","[data-testid='cellInnerDiv'] div[data-testid='UserCell'] > div> div:nth-child(2)","[data-testid='UserDescription']","[data-testid='HoverCard'] div[dir=auto]","[data-testid='HoverCard'] span[dir=auto]","[data-testid='HoverCard'] [role='dialog'] div[dir=ltr]","[data-testid='birdwatch-pivot'] div[dir=ltr]"],"subtitleRule.add":{type:"live",isInject:!1,injectedCss:["#layers[style='z-index: 1;'] [style='height: 100px;'] { height: 400px !important; }"],liveSubtitleRule:{containerSelector:".css-175oi2r.r-13awgt0.r-1pi2tsx.r-13qz1uu > [role='listbox']",reportSelector:".css-175oi2r.r-1awozwy.r-173mn98.r-1mf7evn.r-7e3msg",textSelectors:[".css-1rynq56.r-bcqeeo.r-qvutc0.r-37j5jr.r-a023e6.r-16dba41.r-dhbnww.r-1pb70le"],mutationChangeDelay:1e3}},"subtitleRule.add_v.[1.2.1]":{type:"twitter",videoPlayerSelector:"video",loadingStyle:"bottom: unset; top: 5%;",injectedCss:["#layers[style='z-index: 1;'] [style='height: 100px;'] { height: 400px !important; }","video::cue {white-space: pre-line;}"]}},{id:"threads",matches:"www.threads.net",selectors:["p",".x1npkx4u.x1exu5d8",".xw7yly9",".xgkxs2y",".x1xdureb.xqti54a.x13vxnyz",".xqti54a.x13vxnyz.x49hn82.xcrlgei.x889kno"],stayOriginalSelectors:[".x1rg5ohu",".xat24cr.xdj266r a"],"excludeSelectors.add":[".x6s0dn4.x78zum5",".xpvyfi4.x1npkx4u.x1ms6mhf"],globalStyles:{span:"max-height:unset;-webkit-line-clamp:unset;height:unset;white-space:unset;"}},{id:"stackoverflow",matches:["stackoverflow.com","*.stackexchange.com","superuser.com","askubuntu.com","serverfault.com"],extraBlockSelectors:["span.comment-copy"],globalStyles:{".s-post-summary--content-excerpt":"-webkit-line-clamp:unset;"},"excludeSelectors.add":[".votecell","header","#footer","#question-header + div","div.postcell div.mb0","div[id^=comments-link-]","#answers-header",".new-post-login",".form-submit","a[href='/questions/ask']","#left-sidebar","a.comment-user","span.comment-date","div.s-prose.js-post-body + div",".bottom-notice","div[data-campaign-name=stk]",".s-post-summary--stats",".s-post-summary--meta"],paragraphMinTextCount:4,paragraphMinWordCount:2},{id:"appleDeveloper",matches:"developer.apple.com/documentation/*",selectors:[".container","h3.title","div.content"]},{id:"hackerNews",matches:"news.ycombinator.com",selectors:[".titleline > a",".comment > .commtext",".toptext","a.hn-item-title",".hn-comment-text",".hn-story-title"],excludeSelectors:[".reply"]},{id:"quora",matches:["*.quora.com","quora.com"],excludeSelectors:[".dom_annotate_multifeed_bundle_AskQuestionPromptBundle",".dom_annotate_feed_switcher","[class='q-box qu-py--small qu-color--gray_light']","[class='q-box spacing_log_answer_header']","[class='q-box qu-flex--auto']","[class='q-text qu-dynamicFontSize--small qu-mt--small qu-color--gray_light qu-passColorToLinks']",".AnswerFooter___StyledFlex-sc-2xbo88-0","[class='q-box qu-mb--small']"],globalStyles:{".qu-truncateLines--3":"-webkit-line-clamp: unset;"}},{id:"oldReddit",matches:["old.reddit.com/*/.compact","old.reddit.com/.compact","www.reddit.com/*/.compact","www.reddit.com/.compact"],selectors:[".title > a",".usertext-body"],detectParagraphLanguage:!0},{id:"otherOldReddit",matches:"old.reddit.com",selectors:["p.title > a","[role=main] .md-container"],detectParagraphLanguage:!0},{id:"redditList",matches:["https://www.reddit.com/r/*/comments/*/*","https://www.reddit.com/","https://www.reddit.com/hot/","https://www.reddit.com/new/","https://www.reddit.com/top/"],excludeMatches:["https://www.reddit.com/r/*/wiki/*"],observeUrlChange:!0,selectors:["h1",".PostHeader__post-title-line","[data-click-id=body] h3","[data-click-id=background] h3","[data-testid=comment]","[data-adclicklocation='title'] h3","[data-adclicklocation=media]","[data-testid='post-title-text']",".PostContent",".post-content",".Comment__body","faceplate-batch .md","[slot=comment]",".RichTextJSON-root","[slot=title]","[slot=text-body]","p.title > a","[role=main] .md-container"],detectParagraphLanguage:!0,globalStyles:{"div.XPromoBottomBar":"display:none","[class*='line-clamp']":"-webkit-line-clamp: unset"},waitForSelectors:["[data-testid=post_author_link]"],"inputConfig.add":{clearContentEnable:!1}},{id:"reddit",matches:"www.reddit.com",selectors:["#search-results-tab-slot","h1",".PostHeader__post-title-line","[data-click-id=body] h3","[data-click-id=background] h3","[data-testid=comment]","[data-adclicklocation='title'] h3","[data-testid='post-title-text']","[slot=comment]","[data-adclicklocation=media]",".PostContent",".post-content",".Comment__body","faceplate-batch .md","[slot=text-body]","p.title > a","[role=main] .md-container","#-post-rtjson-content",".RichTextJSON-root","[slot='title']"],excludeSelectors:[".text-neutral-content-weak"],paragraphMinTextCount:5,paragraphMinWordCount:2,excludeMatches:["https://www.reddit.com/r/*/wiki/*","https://www.reddit.com/settings/*"],detectParagraphLanguage:!0,globalStyles:{"div.XPromoBottomBar":"display:none","[class*='line-clamp']":"-webkit-line-clamp: unset"}},{id:"reuters",matches:"www.reuters.com",excludeSelectors:["[promotext]","[data-testid=Leaderboard]","[data-testid=HomeTickerV2]","[data-testid=SiteFooter]","[class^=refinitiv-promo-bar__container]","[data-testid=ResponsiveAdSlot]","[data-testid=SiteHeader]","[data-testid=HomeTickerV2]"]},{id:"npmjs",matches:"https://www.npmjs.com/package/*",selectors:["#tabpanel-readme > div:first-child"]},{id:"github",matches:"github.com",useIframePostMessage:!1,excludeMatches:["https://github.com/*/*/settings","https://github.com/settings/*","https://github.com/sponsors/*","https://github.com/readme/*","https://github.com/readme/","https://github.com/features/*","https://github.com/customer-stories/*"],mutationExcludeSelectors:[".react-blob-sticky-header *"],selectors:["h1","[aria-label=Issues] .markdown-title","[aria-labelledby=discussions-list] .markdown-title","h3 .markdown-title",".markdown-body",".Layout-sidebar p","div > span.search-match","li.repo-list-item p","#responsive-meta-container p","article p","div.repo-description p","[itemprop=description]",".integrations-auth-wrapper",".new-feed-onboarding-notice","article section[aria-label='card content'] > div > div > div > div:nth-child(2)",".TimelineItem-body .Link--primary",'[role="navigation"] p'],atomicBlockSelectors:["[itemprop=description]"],excludeSelectors:[".css-truncate","[data-test-selector='commit-tease-commit-message']","[data-test-selector='create-branch.developmentForm']","div.Box-header.position-relative","div.blob-wrapper-embedded","div.Box.Box--condensed.my-2","div.jp-CodeCell",'[aria-label="Account"] .markdown-title',".js-repos-container .markdown-title","a.anchor","div.file-navigation + div.Box"],extraBlockSelectors:[],extraInlineSelectors:["g-emoji","a.anchor"],stayOriginalTags:["CODE","TT","G-EMOJI","IMG","SUP","SUB"],detectParagraphLanguage:!0,globalStyles:{".TimelineItem-body .Link--primary":"-webkit-line-clamp: unset;"}},{id:"github-blog",matches:["github.blog"],injectedCss:["font {word-break: break-all !important;}"]},{id:"githubNotebook",matches:"notebooks.githubusercontent.com",useIframePostMessage:!1,excludeSelectors:["div.jp-CodeCell"]},{id:"facebook",matches:"www.facebook.com",excludeMatches:["https://www.facebook.com/business/*","https://www.facebook.com/help*"],selectors:["div[dir=auto][style]","div[dir=auto][class]","span[lang]"],atomicBlockSelectors:["div[dir=auto][style]","div[dir=auto][class]","span[lang]"],insertPosition:"afterend",preWhitespaceDetectedTags:["DIV","SPAN"],extraBlockSelectors:["span.x1vvkbs"],excludeSelectors:["[role=button]"],translationClasses:["immersive-translate-text"],detectParagraphLanguage:!0},{id:"youtubeMobile",matches:"m.youtube.com",selectors:[".comment-text","#content-text",".media-item-headline",".slim-video-information-title",".yt-spec-button-view-model",".yt-core-attributed-string > span",".title"],shareConfig:{injectCss:!1,removeSelectors:["iron-iconset-svg","iframe","ytd-watch-next-secondary-results-renderer","noscript","script"]},"mutationConfig.add":{checkSelfUpdate:!1},"excludeTags.remove":["BUTTON"],additionalExcludeSelectors:[".ytp-caption-window-container","text"],"subtitleRule.add":{type:"youtube",subtitleUrlRegExp:"(/api/timedtext|videoplayback\\?expire.*text)",translateSelectors:[".caption-window",".caption-visual-line"],videoPlayerSelector:".html5-video-player.playing-mode,.html5-video-player.paused-mode",loadingContainerSelector:".ytp-caption-window-container",videoADSelector:".ytp-ad-player-overlay",injectedCss:["#player-shorts-container .ytp-caption-window-bottom {top: 40px; bottom: unset!important;}"],videoSelector:".html5-video-player.playing-mode video,.html5-video-player.paused-mode video",translationOnlyPattern:["m.youtube.com/watch*","m.youtube.com/embed*","m.youtube.com/shorts*"],attachRule:{appendSelector:".html5-video-player.playing-mode,.html5-video-player.paused-mode",injectedCSS:[".imt-caption-container {z-index:40;}"],injectedGlobalCSS:[".caption-window {display: none;} ","shorts-video #immersive-translate-caption-window { height: 150px;}"]}},wrapperPrefix:"",wrapperSuffix:"",observeUrlChange:!0,atomicBlockSelectors:[".comment-text"],globalStyles:{".comment-text":"max-height:unset;",".media-item-headline":"max-height:unset;-webkit-line-clamp:unset;"},injectedCss:[".immersive-translate-target-wrapper img { width: 16px; height: 16px }"],extraBlockSelectors:[".caption-visual-line"]},{id:"youtube",matches:"www.youtube.com",blockMinTextCount:0,blockMinWordCount:0,detectParagraphLanguage:!0,lineBreakMaxTextCount:0,shareConfig:{injectCss:!1,removeSelectors:["iron-iconset-svg","iframe","ytd-watch-next-secondary-results-renderer","noscript","script"]},"additionalExcludeSelectors.add":[".ytp-caption-window-container","text"],globalStyles:{"#video-title":"-webkit-line-clamp: unset;max-height: unset;","h1.ytd-watch-metadata":"-webkit-line-clamp: unset;max-height: unset;","yt-formatted-string#video-title":"-webkit-line-clamp: unset;max-height: unset;","ytd-expander.ytd-comment-renderer":"--ytd-expander-max-lines: 1000;"},injectedCss:[".immersive-translate-target-wrapper img { width: 16px; height: 16px }",".metadata-snippet-container {max-height: unset !important;}",".immersive-translate-target-wrapper {text-align: left;}",".immersive-translate-target-wrapper[dir=rtl] {text-align: right;}"],isTranslateTitle:!1,observeUrlChange:!0,selectors:["yt-formatted-string[slot=content].ytd-comment-renderer","yt-formatted-string.ytd-video-renderer","yt-formatted-string#content-text","h1","yt-formatted-string#video-title","yt-formatted-string.span","span#video-title","a#video-title","yt-formatted-string.ytd-transcript-segment-renderer","#description-inline-expander > yt-attributed-string > span","yt-attributed-string > span","ytd-notification-renderer .message","#message",".yt_to_text_transcript_text"],extraBlockSelectors:["yt-formatted-string.ytd-transcript-segment-renderer",".caption-visual-line"],"subtitleRule.add":{type:"youtube",subtitleUrlRegExp:"(/api/timedtext|videoplayback\\?expire.*text)",translateSelectors:[".caption-window",".caption-visual-line"],videoPlayerSelector:".html5-video-player.playing-mode,.html5-video-player.paused-mode",loadingContainerSelector:".ytp-caption-window-container",videoADSelector:".ytp-ad-player-overlay",translationOnlyPattern:["www.youtube.com/watch*","www.youtube.com/embed*","www.youtube.com/shorts*"],subtitleButtonSelector:".html5-video-player.playing-mode .ytp-subtitles-button,.html5-video-player.paused-mode .ytp-subtitles-button",languageSelector:".ytp-menuitem-label",injectedCss:["#shorts-player .ytp-caption-window-bottom {top: 2%; bottom: unset!important;} #immersive-translate-quick-button-container {font-size: 12px;z-index:1001;}"],quickButtonRule:{appendSelector:".ytp-chrome-controls",insertBeforeSelector:".ytp-right-controls"},videoSelector:".html5-video-player.playing-mode video,.html5-video-player.paused-mode video",attachRule:{appendSelector:".html5-video-player.playing-mode,.html5-video-player.paused-mode",injectedCSS:[".imt-caption-container {z-index:40;}",".imt-caption-window {margin-bottom: 2%}"],injectedGlobalCSS:[".caption-window {display: none;} ","#shorts-player #immersive-translate-caption-window { height: 20%;}",".html5-video-player:not(.ytp-autohide) #immersive-translate-caption-window {bottom: 60px;}"]}},urlChangeDelay:2e3,wrapperPrefix:"
",wrapperSuffix:""},{id:"tvYoutube",matches:"tv.youtube.com","subtitleRule.add":{type:"youtube",preTranslation:!0,humanPreferred:!1,subtitleUrlRegExp:"(/api/timedtext|videoplayback\\?expire.*text)",translateSelectors:[".caption-window",".caption-visual-line"],videoPlayerSelector:".html5-video-player.playing-mode,.html5-video-player.paused-mode",loadingContainerSelector:".ytp-caption-window-container",videoADSelector:".ytp-ad-player-overlay",translationOnlyPattern:["tv.youtube.com/watch*"],subtitleButtonSelector:".ytp-subtitles-button",languageSelector:".ytp-menuitem-label",injectedCss:["#shorts-player .ytp-caption-window-bottom {top: 2%; bottom: unset!important;} #immersive-translate-quick-button-container {font-size: 12px;z-index:1001;}"],quickButtonRule:{appendSelector:".ypcs-control-buttons-right",insertBeforeSelector:".ypcs-control-buttons-right .ypcs-volume-control-slot"},videoSelector:".html5-video-player.playing-mode video,.html5-video-player.paused-mode video",attachRule:{appendSelector:".html5-video-player.playing-mode,.html5-video-player.paused-mode",injectedCSS:[".imt-caption-container {z-index:40;}",".imt-caption-window {margin-bottom: 2%;}"],injectedGlobalCSS:[".caption-window {display: none;} ","#shorts-player #immersive-translate-caption-window { height: 20%;}",".html5-video-player:not(.ytp-autohide) #immersive-translate-caption-window {bottom: 60px;}"]}}},{id:"youtube-subtitle",matches:["www.youtube-nocookie.com","music.youtube.com"],extraBlockSelectors:[".caption-visual-line"],mainFrameMinTextCount:0,"excludeSelectors.add":[".captions-text",".ytp-caption-segment"],"subtitleRule.add":{type:"youtube",subtitleUrlRegExp:"/api/timedtext",translateSelectors:[".caption-window",".caption-visual-line"],videoPlayerSelector:".html5-video-player",loadingContainerSelector:".ytp-caption-window-container",videoADSelector:".ytp-ad-player-overlay",translationOnlyPattern:["www.youtube-nocookie.com/embed*","music.youtube.com/watch*"],subtitleButtonSelector:".ytp-subtitles-button",languageSelector:".ytp-menuitem-label",injectedCss:["#shorts-player .ytp-caption-window-bottom {top: 2%; bottom: unset!important;}"],quickButtonRule:{appendSelector:".ytp-chrome-controls",insertBeforeSelector:".ytp-right-controls"},videoSelector:".html5-video-player video",attachRule:{appendSelector:".html5-video-player",injectedCSS:[".imt-caption-container {z-index:40;}",".imt-caption-window {margin-bottom: 2%;}"],injectedGlobalCSS:[".caption-window {display: none;} ","#shorts-player #immersive-translate-caption-window { height: 20%;}",".html5-video-player:not(.ytp-autohide) #immersive-translate-caption-window {bottom: 60px;}"]}}},{id:"instagramMessage",matches:["https://www.instagram.com/direct/*"],wrapperPrefix:"
",selectors:["div[dir=auto].html-div"]},{id:"instagramPost",matches:["https://www.instagram.com/p/*","https://www.instagram.com/reels/*"],blockMinTextCount:1,paragraphMinTextCount:2,excludeSelectors:["hr+div span[dir=auto][style] > span"],selectors:["h1","ul li h3+div span[dir=auto]","hr+div span[dir=auto][style]","div > div[dir=auto]","div:not([class]) > div > div:nth-child(2)"],wrapperPrefix:"
"},{id:"otherInstagram",blockMinWordCount:1,matches:"https://www.instagram.com/*",paragraphMinTextCount:2,selectors:["h1","article span[dir=auto] > span[dir=auto]","._ab1y","ul li h3+div span[dir=auto]","hr+div span[dir=auto][style]","span[dir=auto] > div > span","div > h1[dir=auto]"],wrapperSuffix:""},{id:"1paragraph",matches:"1paragraph.app",selectors:["#book"]},{id:"poeditor",matches:"https://poeditor.com/projects/*",selectors:[".comment-body",".reference_language .source-string"]},{id:"substack",matches:["*.substack.com","newsletter.rootsofprogress.org"],selectorMatches:["link[href^='https://substackcdn.com/bundle/'][rel=preload]"],excludeSelectors:["[style^=top]",".publication-footer",".subscribe-footer",".main-menu",".navbar-title-link","[data-testid='navbar']",".navbar-title",".captioned-button-wrap",".subscription-widget-wrap",".tweet-header",".tweet-link-bottom",".expanded-link",".meta-subheader",".comment-meta",".comment-actions"],globalStyles:{".reader2-clamp-lines":"max-height: unset; -webkit-line-clamp: unset;","[class*='clamp-']":"max-height: unset; -webkit-line-clamp:unset;",".blurb-text":"max-height: unset;",".comment-body":"max-height: unset;"},extraBlockSelectors:[".reader2-post-title",".tweet-link-top",".tweet-link-bottom",".expanded-link"]},{id:"seekingalpha",matches:["seekingalpha.com/article/*","seekingalpha.com/news/*"],selectors:["[data-test-id=card-container]","[data-test-id=comments-section]"],excludeSelectors:["[data-test-id=post-page-meta]","header > div:first-child"]},{id:"hnAlgolia",matches:"hn.algolia.com",selectors:[".Story_title > a:first-child",".Story_comment > span"]},{id:"readwise",matches:"read.readwise.io",selectors:["div[class^='_titleRow_']","#document-text-content"],detectParagraphLanguage:!0},{id:"inoreader",matches:["www.inoreader.com","*.inoreader.com"],selectors:[".article_header_title",".article_title_link",".article_content",".article_magazine_title_link",".blog-post-page","#welcome_center",".gad_overview_articles_wrapper",".library_article_text h4",".header_name"],excludeMatches:["https://www.inoreader.com/features/"],observeUrlChange:!1,globalStyles:{".article_title_link,.library_article_text h4,.gadget_overview_article_title,.article_magazine_title_link,.reader_pane_view_style_2 .column_view_title":"-webkit-line-clamp: unset;max-height: unset;",".article_tile_content_wraper,div.article_tile":"overflow:auto",".article_header_title":"white-space:normal"}},{id:"aha",matches:"*.ideas.aha.io",excludeSelectors:[".comment-header",".vote-status",".idea-meta",".filters-title",".ideas-showing-count",".my-ideas-filters-wrapper",".statuses-filters-wrapper",".categories-filters-wrapper","[class^='attachment']","span[class^='attachment-name']"]},{id:"googleScholar",matches:["scholar.google.*/*","scholar.google.com.*/*","scholar.google.co.*/*"],wrapperPrefix:` -`,selectors:["h3 a[data-clk]","div.gs_rs","td a.gsc_a_at","td div.gs_gray:last-of-type","div.gsc_oci_value","#gs_opinion"],extraInlineSelectors:["br"],atomicBlockSelectors:["h3 a[data-clk]"]},{id:"googleMail",matches:"mail.google.com",detectParagraphLanguage:!0,selectors:["h2[data-thread-perm-id]","span[data-thread-id]","div[data-message-id] div[class='']",".messageBody","#views"],globalStyles:{"[role='listitem'] > div":"height:auto!important;white-space:unset!important;"}},{id:"googleNews",matches:"news.google.com",blockMinTextCount:26,blockMinWordCount:5,globalStyles:{".MCAGUe":"height: auto;",".To2ZZb.DbQnIe":"height: unset;",".cp7Yvc > h2":"display: block;",".oovtQ":"height: auto;",h4:"-webkit-line-clamp: unset;"},excludeSelectors:[".EyERq",".AOl7G.eejsDc","[aria-label='Home']","[aria-label='For you']","[aria-label='Following']","[aria-label='World']","[aria-label='Local']",".gb_Fc",".wBQf7b",".yPI8Rb",".jKHa4e",".u43Gd",".Zgjpyb","[role='button']","[jsname='rymPhb']",".cbz1ld",".VfPpkd-P5QLlc",".XvhY1d"]},{id:"outlook",matches:"outlook.live.com",excludeSelectors:[".jHAG3.XG5Jd",".OZZZK",".lDdSm"]},{id:"producthunt",matches:"www.producthunt.com",excludeMatches:"https://www.producthunt.com/stories/*",selectors:["h2","div[class^='styles_htmlText__']","[class^='styles_tagline']","a[href^='/discussions/'].fontWeight-600","button[class^='styles_textButton'] > div > span","h5 + p","div[data-test=product-item-name] + div",".noOfLines-1,.noOfLines-2,.noOfLines-3",".fontWeight-600","[class*='styles_dropdown']","[class*='styles_aboutText']"],globalStyles:{"h5 + p":"height:unset;",".noOfLines-1,.noOfLines-2,.noOfLines-3":"-webkit-line-clamp:unset;"},"excludeTags.remove":["PRE"]},{id:"codeforces",matches:"https://codeforces.com/*","stayOriginalTags.add":["[class^='MathJax']"]},{id:"discord",matches:"https://discord.com/channels/*",isTranslateTitle:!1,selectors:["li[id^=chat-messages] div[id^=message-content]","div[class^=headerText]","section[aria-label='Search Results'] div[id^=message-content]"],extraBlockSelectors:["[class^='embedFieldValue']","li[class^='card'] div[class^='message']","[data-list-item-id^='forum-channel-list'] div[class^='headerText']"],globalStyles:{"div[class^=headerText]":"max-height: unset;","div[class^=message]":"max-height: unset;","div[class^=text]":"max-height: unset;","h3[data-text-variant='heading-lg/semibold']":"-webkit-line-clamp: none;"},detectParagraphLanguage:!0,wrapperPrefix:"
",wrapperSuffix:"",paragraphMinTextCount:4,paragraphMinWordCount:2},{id:"telegram",matches:["web.telegram.org/z/*","web.telegram.org/a/*"],isTranslateTitle:!1,selectors:[".text-content",".message",".reply-markup-button-text",".bot-commands-list-element-description"],"extraBlockSelectors.add":[".message.spoilers-container em",".message.spoilers-container strong"],excludeSelectors:[".time",".peer-title",".document-wrapper",".message.spoilers-container custom-emoji-element"],detectParagraphLanguage:!0},{id:"telegramK",matches:["web.telegram.org/k/*","web.telegram.org/k/"],selectors:[".message",".reply-markup-button-text",".bot-commands-list-element-description"],"extraBlockSelectors.add":[".message.spoilers-container em",".message.spoilers-container strong"],excludeSelectors:[".time",".peer-title",".document-wrapper",".message.spoilers-container custom-emoji-element"],detectParagraphLanguage:!0},{id:"githubGist",matches:"gist.github.com",selectors:[".markdown-body",".readme"],detectParagraphLanguage:!0},{id:"lobste",matches:"lobste.rs",excludeMatches:["https://lobste.rs/about","https://lobste.rs/chat"],selectors:[".u-repost-of",".comment_text",".story_text"]},{id:"slack",matches:"*.slack.com",selectors:[".p-rich_text_block",".p-message_pane__foreword",".c-alert__message","[data-qa=message_attachment_text]"],additionalStayOriginalSelectors:["[data-qa=emoji]"],detectParagraphLanguage:!0},{id:"artstationArtwork",matches:"www.artstation.com/artwork/*",excludeSelectors:".project-description a",selectors:[".project-description","div.project-comment-text"],detectParagraphLanguage:!0},{id:"artstationLearning",matches:"www.artstation.com/learning/courses/*",additionalSelectors:["footer.learning-course-description.ng-star-inserted > span"],excludeSelectors:[".learning-card-meta",".vjs-text-track-display"],"mutationExcludeSelectors.add":[".vjs-text-track-display *"],"subtitleRule.add":{type:"webvtt",subtitleUrlRegExp:"/subtitles/.*\\.(vtt|webvtt)$",loadingContainerSelector:".vjs-text-track-display",quickButtonRule:{appendSelector:".vjs-control-bar",insertBeforeSelector:".vjs-playback-rate",injectCSS:".imt-quick-subtitle-button { font-size: 12px;} .logo,.logo svg { height: 18px !important; width: 18px !important;} .imt-quick-subtitle-pop-content {bottom: 38px !important;}"},videoSelector:"video",attachRule:{appendSelector:".video-js",injectedGlobalCSS:[".vjs-text-track-display {display: none;}",".captions-text: {margin-bottom: 10%;}"]}}},{id:"artstationBlog",matches:["https://www.artstation.com/blogs","https://www.artstation.com/blogs/*"],detectParagraphLanguage:!0,additionalSelectors:[".comment-item-body"],atomicBlockSelectors:[".author-headline",".author-location"],excludeSelectors:["blog-card-thumbnail","blog-card-header",".blog-card-author",".blog-card-meta",".blog-view-header",".blog-grid-title",".post-meta-header"]},{id:"figmaCommunity",matches:"www.figma.com/community/*",normalizeBody:"div.ql-editor[contenteditable='false']",excludeSelectors:["div[class*='metadataRight']","div[class*='commentMetaAndOptions']"],globalStyles:{"div[class*='mini_cardBottomRowSizing']":"height: 3em;"},additionalSelectors:["div[class*='mini_cardBottomRow_Metadata']"],stayOriginalSelectors:["[data-tooltip='tooltip-user-info']"]},{id:"googleIndex",matches:["https://www.google.com/","https://www.google.com.hk/"],excludeSelectors:["#gb","#SIvCob"],inputTutorialsText:"\u8BD5\u8BD5\u8F93\u5165\u4E2D\u6587\u540E\u5FEB\u901F\u8FDE\u51FB 3 \u6B21\u7A7A\u683C\u952E\u7FFB\u8BD1\uFF08\u4EC5\u63D0\u793A\u4E00\u6B21\uFF09",inputTutorialsSelectors:["textarea#APjFqb"],"inputConfig.add":{tutorialsText:"\u8BD5\u8BD5\u8F93\u5165\u4E2D\u6587\u540E\u5FEB\u901F\u8FDE\u51FB 3 \u6B21\u7A7A\u683C\u952E\u7FFB\u8BD1\uFF08\u4EC5\u63D0\u793A\u4E00\u6B21\uFF09",tutorialsSelectors:["textarea#APjFqb"]}},{id:"googleSearch",matches:"www.google.*/search*",blockMinTextCount:32,blockMinWordCount:3,wrapperSuffix:"",detectParagraphLanguage:!0,excludeSelectors:["a h3 + div","div#sfooter","a[role=presentation] > div > div:first-child",".b5ZQcf",".CEMjEf",".MgUUmf.NUnG9d","#result-stats","[role=navigation]","div.sCuL3","div.eFM0qc.BCF2pd","div.WZ8Tjf","div.adDDi","#headerSection","#rateChatDiv","[id=bres]",".title-D5Lgyj","[data-attrid='VisualDigestVideoResult']",".search-enhance-WDIEkP h4",".SPZz6b h2",".CtCigf",".VLkRKc",".EbH0bb",".Wr0c6d",".jleFbf","#searchform",".yg51vc",".CbAZb"],extraBlockSelectors:[".MUFPAc"],"additionalExcludeSelectors.add":["[jscontroller='UsftYd']"],globalStyles:{".V82bz":"-webkit-line-clamp: unset;max-height: unset;margin-bottom:30px",".pe7FNb":"-webkit-line-clamp: unset;",".promotion-3PDMAb":"display: none;",".uAKcGb":"-webkit-line-clamp: unset;max-height: unset;margin-bottom:30px","div[data-content-feature='1'] > div":"-webkit-line-clamp: unset;max-height: unset;","div[style='-webkit-line-clamp:2']":"-webkit-line-clamp: unset;max-height: unset;","div[style='-webkit-line-clamp:3']":"-webkit-line-clamp: unset;max-height: unset;","div[style='-webkit-line-clamp:4']":"-webkit-line-clamp: unset;max-height: unset;",".Pw4Ldf.RsCEN":"height:unset;",".related-question-pair":"overflow:auto;"},ignoreZhCNandZhTW:!0,isTranslateTitle:!1,searchEnhancementConfig:[{id:"google",urlMatch:"https://www\\.google\\..+/search",style:{source:"font-size:12px; margin-bottom: 6px;",enTitle:"margin-top:6px;font-size:14px;",searchTitle:"margin-top:6px;position:relative;padding-right:24px;",more:"color:#1a0dab;margin-top:8px;",enTitleClassName:"immersive-translate-search-enhancement-en-title"},keyword:{value:"[0]$1",matches:[{source:"url",matchRegex:"q=(.+?)&"}]},showCount:5}]},{id:"lowendtalk",matches:"lowendtalk.com",selectors:["[role=heading]","h1",".userContent"]},{id:"linkedinJobs",matches:"www.linkedin.com/jobs/*",selectors:["#job-details > span",".decorated-job-posting__details"]},{id:"linkedinFeed",matches:"https://linkedin.com/feed/*",selectors:["h1",".feed-shared-update-v2__description-wrapper"]},{id:"indiehackers",matches:"www.indiehackers.com",selectors:[".content","h1","h3.story__title",".feed-item__title-link",".article-body",".interview-body"]},{id:"libreddit",matches:"libreddit.de",selectors:["h2.post_title",".comment_body > .md"]},{id:"notionSite",matches:["notion.site","*.notion.site"],normalizeBody:"body",selectors:["div[data-block-id]"]},{id:"notion_so",matches:["www.notion.so"],injectedCss:["[aria-label='Templates'] font br {display:none;}"]},{id:"newyorker",matches:"www.newyorker.com",additionalSelectors:["h1","[data-testid=SummaryItemHed]"],excludeSelectors:["[data-testid=PersistentTop]","[data-testid=StackedNavigationHeader]"],urlChangeDelay:2e3},{id:"startme",matches:"start.me",selectors:[".rss-article__title",".rss-articles-list__article-link",".rss-showcase__title",".rss-showcase__text"]},{id:"scmp",matches:"www.scmp.com",additionalSelectors:[".info__subHeadline",".section-content h2"],globalStyles:{".topic__article-list":"height: unset;",".adverisers__adveriser":"height: unset;",".advertiser__content":"height: unset;",".content-title__link":"display:unset;overflow:unset;-webkit-line-clamp:unset;",".title__text":"max-height:unset; -webkit-line-clamp:unset;",".news-list-item__news-title":"max-height:unset; -webkit-line-clamp:unset;","a[class*='link'] > .link__headline":"max-height:unset; -webkit-line-clamp:unset;"},"bodyRule.add":{bodySelector:"[data-qa='ArticleList-Item']",articleSelector:"[data-qa='GenericArticle-Content']",xpathRule:["datatype:p"]}},{id:"lesswrong",matches:"www.lesswrong.com",extraBlockSelectors:["span.commentOnSelection"]},{id:"mastodon",matches:["mastodon.social","mastodon.online","kolektiva.social","indieweb.social","mastodon.world","infosec.exchange"],isTranslateTitle:!1,selectorMatches:["div#mastodon"],selectors:["div.status__content__text",".about__section__body",".content",".form-container",".account__header__extra"],globalAttributes:{"[class='notranslate app-holder']":{class:"app-holder"}},detectLanguage:!0},{id:"cnbc",matches:"www.cnbc.com",urlChangeDelay:1e3,globalStyles:{"div.Card-titleContainer > div":"-webkit-line-clamp: unset;max-height: unset;"},"excludeSelectors.add":["#GlobalNavigation","#GlobalFooter",".LiveBlogHeader-timestampAndShareBarContainer",".LiveBlogHeader-liveUpdatesPill"]},{id:"dailyDev",matches:"app.daily.dev",selectors:["h1",".typo-body","article h3","[class^=markdown_markdown]"],globalStyles:{".line-clamp-3":"-webkit-line-clamp: unset"}},{id:"pornhub",matches:["*.pornhub.com","pornhub.com"],excludeMatches:["*.pornhub.com/insights/*","pornhub.com/insights/*"],extraBlockSelectors:[".trendingNow",".searchItem",".tagcloud > a"],detectParagraphLanguage:!0,wrapperPrefix:"
",wrapperSuffix:` +?`]},azure:{placeholderDelimiters:["@","#"]},you:{placeholderDelimiters:["@","#"]},openl:{placeholderDelimiters:["@","#"]},niu:{placeholderDelimiters:["@","#"]}},shortcuts:{toggleTranslatePage:"Alt+A",toggleTranslateTheWholePage:"Alt+W",toggleOnlyTransation:"",toggleTranslateToThePageEndImmediately:"",toggleTranslationMask:"",shareToDraft:"",toggleMouseHoverTranslateDirectly:""},tempTranslateDomainMinutes:0,translationParagraphLanguagePattern:{matches:["onboarding.immersivetranslate.com","www.reddit.com","old.reddit.com","twitter.com","www.tumblr.com","*.twitter.com","medium.com","*.medium.com","github.com","gist.github.com","www.facebook.com","www.youtube.com","m.youtube.com","read.readwise.io","www.inoreader.com","mail.google.com","google.com","discord.com","*.instagram.com","instagram.com","web.telegram.org","web.whatsapp.com","*.slack.com","*.indeed.com","outlook.live.com","https://bsky.app","store.steampowered.com","test-app.immersivetranslate.com","app.immersivetranslate.com"],excludeMatches:[],selectorMatches:["meta[property='al:ios:url'][content^='medium://']"],selectorExcludeMatches:[]},sourceLanguageUrlPattern:{},selectTranslationFont:"",translationFonts:["Microsoft YaHei","SimSun","NSimSun","SimHei","Microsoft JhengHei","KaiTi","FangSong","PingFang SC","STHeiti","STKaiti","STSong","STFangsong","STZhongsong","STHupo","STXinwei","STLiti","STXingkai","Hiragino Sans GB","Lantinghei SC","Hanzipen SC","Hannotate SC","Songti SC","Wawati SC","Weibei SC","Xingkai SC","Yapi SC","Yuanti SC","Arial Unicode MS","MingLiU-ExtB","Malgun Gothic","Arial","Calibri","Cambria","Candara","Consolas","Constantia","Corbel","Courier New","Georgia","Lucida Console","MingLiU","PMingLiU","MingLiU_HKSCS","Meiryo","MS Gothic","MS PGothic","MS UI Gothic","MS Mincho","MS PMincho","Segoe UI","Segoe UI Symbol","Tahoma","Times New Roman","Trebuchet MS","Verdana","Gulim","Dotum","Batang","Gungsuh","San Francisco","Helvetica Neue","Hiragino Mincho ProN","Hiragino Kaku Gothic ProN","Yu Gothic","Yu Mincho","Geeza Pro","Al Nile","Tehran","Devanagari MT","Kohinoor Devanagari","Apple SD Gothic Neo","Nanum Gothic"],generalRule:{_comment:"",isTranslateWhenServiceChanged:!0,glossaries:[{k:"LLM",v:""},{k:"LLMs",v:""}],excludeRegexps:["(<\\\\/?[a-zA-Z0-9]+(?:[^>]*?)>)","(||||||||||
|
)"],detectionServiceOrder:["google","bing","transmart"],detectParagraphLanguage:!1,paragraphFirstLetterFontSize:35,toastErrorMinTimes:20,enableSubtitle:!1,"subtitle.autoEnableSubtitle":!1,disableNewTextTranslate:!1,skipEditableCheck:!1,mutationObserverLimitTargetSelectors:[],condition:{},normalizeBody:"",inputExecCommandDeleteEnable:!1,inputConfig:{clearContentEnable:!0,execCommandDeleteEnable:!1},mutationExcludeSelectors:["span.highlighter--highlighted","span.highlighter-ext","mark","msreadoutspan","rw-highlight","web-highlight","font.immersive-translate-target-wrapper *","pre",".uacc-clickable"],mutationExcludeContainsSelectors:["msreadoutspan","[class*='rgh-seen-']","[isInvalidTag]","mh","body","relin-hc"],atomicBlockSelectors:["relin-hc"],shareConfig:{injectCss:!0,removeSelectors:["noscript","script"]},mutationConfig:{consumeTimeout:100,buildTimeout:100,checkSelfUpdate:!0},useIframePostMessage:!1,searchEnhancementConfig:[],injectedCss:[],isOnBoardingPage:!1,isEbook:!1,isEbookBuilder:!1,ignoreZhCNandZhTW:!1,showSponsorOnSafari:!1,noTranslateRegexp:["^\\d+.+ago$","^\\d+\\s+MIN\\s+READ$"],waitForSelectors:[],isInjectOptionsUrl:!1,isInjectVersion:!1,isInjectMeta:!1,waitForSelectorsTimeout:3e3,pairs:{},aiRule:{},subtitleRule:{isInject:!0,autoEnableSubtitle:!1,preTranslation:!1,humanPreferred:!0,disabled:!1,hookType:"xhr",showQuickButton:!0,backgroundColor:"#080808",backgroundOpacity:"75",sourceTextColor:"#FFFFFF",translationTextColor:"#FFFFFF",sourceFontSize:"100",translationMode:"dual",translationPosition:"bottom",translationFontSize:"100",translateGroupCount:5,velocityGroup:[1,3,20]},bodyRule:{enable:!0,maxBodyScreenLength:25,articleChildTags:["P"],articleChildTagsNum:4,bodyIsRoot:!1,humanPreferred:!0,preTranslation:!0,xpathRule:["name:P"]},isSubtitleBuilder:!1,minZIndex:0,initTranslationServiceAsSoonAsPossible:!0,targetWrapperTag:"font",additionalInjectedCss:[],isTranslateTitle:!0,enableSearchEnhancement:!1,searchEnhancementSelector:"#rhs",languageDetectMinTextCount:50,wrapperPrefix:"smart",wrapperSuffix:"smart",isPdf:!1,pdfUrlExtractRule:{},isTransformPreTagNewLine:!1,urlChangeDelay:50,mutationChangeDelay:10,mainFrameMinTextCount:50,mainFrameMinWordCount:5,visibleDelay:0,additionalStayOriginalSelectors:["span.katex","span.notranslate",".MathJax_Preview",".MathJax",".MathJax_SVG",'[aria-labelledby^="MathJax-SVG"]',".mwe-math-element","span[translate=no]","em[translate=no]","code[translate=no]","span.math.inline","span.math.display",".ltx_Math",".mathjax-block",".MathJax_CHTML","kbd","span.pretex-inline","span.math-inline",".reference-citations"],translationBlockStyle:"",isShowUserscriptPagePopup:!0,observeUrlChange:!1,paragraphMinTextCount:4,paragraphMinWordCount:2,shadowRootSelectors:[],blockMinTextCount:24,blockMinWordCount:4,asideMaxTextCount:1e3,asideMaxWordCount:200,asideMaxTextCountPerParagraph:67,asideMaxWordCountPerParagraph:12,lineBreakMaxTextCount:0,globalAttributes:{},inputTutorialsText:"",inputTutorialsSelectors:[],globalMeta:{},globalStyles:{},initialGlobalAttributes:{},initialSelectorGlobalAttributes:{header:{translate:"no"},"footer:last-of-type":{translate:"no"},"nav:last-of-type":{translate:"no"},nav:{translate:"no"}},selectors:[],preWhitespaceDetectedTags:["DIV","SPAN"],stayOriginalSelectors:[],additionalSelectors:["h1","section h2","section h3","section h4","main h2","main h3","main h4",".article-title",".article-subtitle",".article_title",".article_subtitle",".article__title",".articleTitle",".Article__content",".titleLink",".summary",".headline",".page-content","aside.note","aside.article-comments","aside.onebox"],atomicBlockTags:[],excludeSelectors:[],additionalExcludeSelectors:['[contenteditable="true"]',".uacc-clickable","#monica-content-root","#immersive-translate-popup",".social-share",".breadcrumbs",".post__footer",".btn",".share-nav",".o-share","[data-toolbar=share]","rp","rt",".prism-code",".rc-CodeBlock","[role=code]","#omni-extension",".omni-item","div[data-paste-markdown-skip]","table.highlight","div[class^=codeBlockContent]","div[class^=codeBlockLines]","div[class^=token-line]","#liuchan-window > .liuchan-container > *",".material-icons","i.fa","i[class^=fa-]",".notranslate","[translate=no]",".navmenu-container",".google-symbols","h1 br","h2 br","h3 br","h4 br","table thead"],translationClasses:[],excludeTags:["TITLE","LINK","SCRIPT","STYLE","TEXTAREA","SVG","svg","G","NOSCRIPT","BUTTON","BASE","HR","PRE","KBD","WBR","RT","RP","META","MATH","TTS-SENTENCE","AIO-CODE","RELIN-TARGET"],bodyTranslateTags:["FOOTER","ASIDE","BUTTON","NAV"],forceTranslateTags:[],metaTags:["META","SCRIPT","STYLE","NOSCRIPT"],additionalExcludeTags:[],stayOriginalTags:["CODE","TT","IMG","SUP","SUB","SAMP","math","semantics","mrow","mo","mfrac","msup","mi","mn","msqrt","d-math"],additionalStayOriginalTags:[],inlineTags:["A","ABBR","FONT","ACRONYM","B","INS","DEL","RUBY","RP","RB","BDO","MARK","BIG","RT","NOBR","CITE","DFN","EM","I","LABEL","Q","S","SMALL","SPAN","STRONG","SUB","SUP","U","KBD","TT","VAR","IMG","CODE","SCRIPT","STYLE","LINK","TIME","META","WBR","RELIN-HC","RELIN-HIGHLIGHT","RELIN-ORIGIN","RELIN-TARGET","XQDD_HIGHLIGHT_NEW_WORD","NOBR","RW-HIGHLIGHT","HYPOTHESIS-HIGHLIGHT"],additionalInlineTags:[],extraInlineSelectors:["p > a span","p > span a span"],additionalInlineSelectors:[".MathJax_Preview",".MathJax",".highlighter--highlighted",".rw-highlight","ruby *"],extraBlockSelectors:["turbo-frame","readme-toc","#hs_cos_wrapper_post_body","#hs_cos_wrapper_post_body","option","ul > li"],allBlockTags:["BODY","HGROUP","CONTENT","ADDRESS","ARTICLE","ASIDE","DETAILS","BLOCKQUOTE","SELECT","OPTION","CANVAS","DD","DL","DT","FIELDSET","FIGCAPTION","FIGURE","FOOTER","HEADER","FORM","HR","MAIN","SUMMARY","NAV","NOSCRIPT","PRE","SECTION","TABLE","TFOOT","UL","VIDEO","P","DIV","H1","H2","H3","H4","H5","H6","UL","LI","OL","BR","PICTURE","TBODY","TR","TD","TH","SOURCE","C-WIZ","BUTTON","TURBO-FRAME","README-TOC"],mutationObserverContainerSelectors:[],pdfNewParagraphLineHeight:2.4,pdfNewParagraphIndent:1.2,pdfNewParagraphIndentRightIndentPx:130,fingerCountToToggleTranslagePageWhenTouching:4,fingerCountToToggleTranslationMaskWhenTouching:0,fingerCountToToggleTranslagePageOnlyTranslationWhenTouching:0,touchShortcutsToggleTranslatePage:"fingers.4",touchShortcutsToggleTranslationMask:"touchShortcutsOff",touchShortcutsToggleTranslatePageOnlyTranslation:"touchShortcutsOff",touchShortcutsToggleTranslateTouchElement:"touchShortcutsOff",touchShortcutsToggleTranslateTouchElementPreferenceKey:"slide.left",mouseHoverHoldKey:"Off",mouseHoverPreferenceKey:"Ctrl"},rules:[{id:"isSubtitleBuilder",isSubtitleBuilder:!0,pageType:"subtitleBuilder",selectorMatches:["meta[name='immersive-translate-subtitle-builder'][content='true']"],pairs:{".source-text":".target-text"},paragraphMinTextCount:4,paragraphMinWordCount:2,isTranslateTitle:!1,wrapperPrefix:"",wrapperSuffix:"","bodyRule.add":{enable:!1}},{id:"isEbook",isEbook:!0,pageType:"ebookReader",isTranslateTitle:!1,urlChangeDelay:200,selectorMatches:["meta[name='immersive-translate-ebook-viewer'][content='true']"],injectedCss:[".immersive-translate-target-translation-block-wrapper {display:block;}"],excludeSelectors:["#drop-target","#drop-target h1","#side-bar","h1#side-bar-title"],extraInlineSelectors:["span.dropcaps"],"bodyRule.add":{enable:!1},paragraphMinTextCount:4,paragraphMinWordCount:2,blockMinTextCount:1,blockMinWordCount:1,containerMinTextCount:1,wrapperPrefix:"
",targetWrapperTag:"span"},{id:"pdf",isPdf:!0,isTranslateTitle:!1,pageType:"pdfReader",selectorMatches:["meta[name='immersive-translate-pdf-viewer'][content='true']"],matches:["https://app.immersivetranslate.com/pdf","https://app.immersivetranslate.com/pdf/","https://app.immersivetranslate.com/pdf/*","http://localhost:38001/pdf*"],"additionalExcludeSelectors.remove":['[contenteditable="true"]'],isTranslateWhenServiceChanged:!1,translationMode:"translation",skipEditableCheck:!0,selectors:["p"],"bodyRule.add":{enable:!1},injectedCss:[".immersive-translate-target-wrapper {display: contents!important;position:absolute;}",".immersive-translate-target-wrapper br {display: none;!important;}",".immersive-translate-target-wrapper span {position: relative;!important;}",".immersive-translate-error-wrapper {padding:0px !important;margin:0px !important;}","font {line-height: 0!important;}"],globalAttributes:{"[class='textLayer']":{translate:"no"}},mutationExcludeContainsSelectors:["font.immersive-translate-target-wrapper"],"shareConfig.add":{removeSelectors:["noscript","script",".toolbar","#sidebarContainer",'[class="page"]',".editorParamsToolbar",".image-mode",".im_db",".im_cb"]},wrapperPrefix:"",isInjectVersion:!0},{id:"sci-hub.pdfWebPage",matches:["sci-hub.*"],waitForSelectorsTimeout:1,pdfUrlExtractRule:{selector:"#pdf",attribute:"src"}},{id:"common.pdfWebPage",waitForSelectorsTimeout:1,selectorMatches:["embed[type='application/pdf']"]},{id:"isEbookBuilder",matches:["https://app.immersivetranslate.com/ebook/make/","http://localhost:38001/ebook/make/"],isEbookBuilder:!0,pageType:"ebookBuilder",toastErrorMinTimes:500,isTranslateWhenServiceChanged:!1,isTranslateTitle:!1,targetWrapperTag:"span",selectorMatches:["meta[name='immersive-translate-ebook-builder'][content='true']"],injectedCss:[".immersive-translate-target-translation-block-wrapper {display:block;}"],globalMeta:{},excludeSelectors:["h1.notranslate","#drop-target","#drop-target h1","#side-bar","h1#side-bar-title","#tool",".Code"],"bodyRule.add":{enable:!1},isInjectMeta:!0,paragraphMinTextCount:4,paragraphMinWordCount:2,blockMinTextCount:1,blockMinWordCount:1,containerMinTextCount:1,wrapperPrefix:"
"},{id:"immersiveTranslateIosOnBoarding",selectorMatches:["meta[name=immersiveTranslateIosOnBoarding]"],initialGlobalAttributes:{"input#immersiveTranslateDetectedSlot":{value:"true"}},isInjectOptionsUrl:!0,isInjectVersion:!0,isInjectMeta:!0},{id:"immersiveTranslateIosOnBoardingStep1",selectorMatches:["meta[name=immersiveTranslateIosOnBoardingStep1]"],isOnBoardingPage:!0,isInjectOptionsUrl:!0,isInjectVersion:!0,isInjectMeta:!0},{id:"immersivePreview",matches:["https://immersivetranslate.com/preview*","https://test.immersivetranslate.com/preview*","https://immersivetranslate.com/drafts*","https://test.immersivetranslate.com/drafts*"],isInjectVersion:!0,isInjectMeta:!0,waitForSelectorsTimeout:1},{id:"pro-pdf",matches:["https://*.immersivetranslate.com/pdf-pro*"],pageType:"pdfProReader","excludeSelectors.add":["table"],isInjectVersion:!0,isInjectMeta:!0,waitForSelectorsTimeout:1},{id:"immersive",matches:["https://immersivetranslate.com","https://test.immersivetranslate.com","https://onboarding.immersivetranslate.com","https://app.immersivetranslate.com","https://test-app.immersivetranslate.com","http://localhost:38001"],isInjectVersion:!0,isInjectMeta:!0,waitForSelectorsTimeout:1},{id:"simpread",selectorMatches:"div.simpread-read-root.simpread-read-root-show > sr-read",mainFrameSelector:"div.simpread-read-root.simpread-read-root-show > sr-read"},{id:"txt",matches:["*://*/*.txt","file://*/*.txt"],selectorMatches:["body > pre"],"mutationExcludeSelectors.add":["body"],isTransformPreTagNewLine:!0,"excludeTags.remove":["PRE"]},{id:"hangejp",matches:["arad.hange.jp","arad.nexon.co.jp","oapi.dingtalk.com","login.dingtalk.com"],useIframePostMessage:!1},{id:"preSites",matches:["mail.jabber.org","antirez.com","patchwork.kernel.org","lists.apache.org","manned.org","bugs.webkit.org","bugzilla.mozilla.org","lwn.net/Articles/*","docs.haproxy.org","man.freebsd.org","www.oreilly.com/openbook/opensources/book/*","gamefaqs.gamespot.com"],isTransformPreTagNewLine:!0},{id:"wikipedia",matches:"*.wikipedia.org",paragraphMinWordCount:2,paragraphMinTextCount:4,injectedCss:[".immersive-translate-target-translation-block-wrapper { display: block; }"],excludeSelectors:[".mw-editsection",".mw-cite-backlink","#p-lang-btn","#right-navigation","#p-associated-pages",".vector-header"],stayOriginalSelectors:[".chemf",".mwe-math-element","[role=math]",".nowrap"],extraInlineSelectors:[".chemf",".mwe-math-element","[role=math]",".nowrap"],"bodyRule.add":{bodySelector:"#content",articleSelector:"#bodyContent"}},{id:"twitter",matches:["twitter.com","mobile.twitter.com","tweetdeck.twitter.com","pro.twitter.com","https://platform.twitter.com/embed*"],additionalStayOriginalSelectors:['[data-testid="tweetText"] a',"[data-testid='UserDescription'] a","[data-testid='HoverCard'] a","[data-testid='UserCell'] a","[data-testid='birdwatch-pivot'] a"],blockMinTextCount:0,blockMinWordCount:0,excludeSelectors:["[aria-describedby][role=button]","header","[data-testid='radioGroupplayback_rate'] div","[data-testid='userFollowIndicator']","[class='css-901oao r-14j79pv r-37j5jr r-n6v787 r-16dba41 r-1cwl3u0 r-bcqeeo r-qvutc0']","[class='css-175oi2r r-1wbh5a2 r-dnmrzs']"],extraBlockSelectors:['[data-testid="tweetText"] div.r-6koalj'],extraInlineSelectors:['[data-testid="tweetText"] div.r-xoduu5','[data-testid="tweetText"] span','[data-testid="UserDescription"] div',"[data-testid='HoverCard'] div[dir=auto] div","[data-testid='HoverCard'] span[dir=auto] div"],globalStyles:{"[data-testid='card.layoutLarge.detail'] > div:nth-child(2)":"-webkit-line-clamp: unset;","[data-testid='card.layoutSmall.detail'] > div:nth-child(2)":"-webkit-line-clamp: unset;","[data-testid='tweetText']":"-webkit-line-clamp: unset;"},ignoreZhCNandZhTW:!0,isTranslateTitle:!1,useIframePostMessage:!1,observeUrlChange:!1,paragraphMinTextCount:2,paragraphMinWordCount:1,selectors:['[data-testid="tweetText"]',".tweet-text",".js-quoted-tweet-text","[data-testid='card.layoutSmall.detail'] > div:nth-child(2)","[data-testid='developerBuiltCardContainer'] > div:nth-child(2)","[data-testid='card.layoutLarge.detail'] > div:nth-child(2)","[data-testid='cellInnerDiv'] div[data-testid='UserCell'] > div> div:nth-child(2)","[data-testid='UserDescription']","[data-testid='HoverCard'] div[dir=auto]","[data-testid='HoverCard'] span[dir=auto]","[data-testid='HoverCard'] [role='dialog'] div[dir=ltr]","[data-testid='birdwatch-pivot'] div[dir=ltr]"],"subtitleRule.add":{type:"live",isInject:!1,injectedCss:["#layers[style='z-index: 1;'] [style='height: 100px;'] { height: 400px !important; }"],liveSubtitleRule:{containerSelector:".css-175oi2r.r-13awgt0.r-1pi2tsx.r-13qz1uu > [role='listbox']",reportSelector:".css-175oi2r.r-1awozwy.r-173mn98.r-1mf7evn.r-7e3msg",textSelectors:[".css-1rynq56.r-bcqeeo.r-qvutc0.r-37j5jr.r-a023e6.r-16dba41.r-dhbnww.r-1pb70le"],mutationChangeDelay:1e3}},"subtitleRule.add_v.[1.2.1]":{type:"twitter",videoPlayerSelector:"video",loadingStyle:"bottom: unset; top: 5%;",injectedCss:["#layers[style='z-index: 1;'] [style='height: 100px;'] { height: 400px !important; }","video::cue {white-space: pre-line;}"]}},{id:"threads",matches:"www.threads.net",selectors:["p",".x1npkx4u.x1exu5d8",".xw7yly9",".xgkxs2y",".x1xdureb.xqti54a.x13vxnyz",".xqti54a.x13vxnyz.x49hn82.xcrlgei.x889kno"],stayOriginalSelectors:[".x1rg5ohu",".xat24cr.xdj266r a"],"excludeSelectors.add":[".x6s0dn4.x78zum5",".xpvyfi4.x1npkx4u.x1ms6mhf"],globalStyles:{span:"max-height:unset;-webkit-line-clamp:unset;height:unset;white-space:unset;"}},{id:"stackoverflow",matches:["stackoverflow.com","*.stackexchange.com","superuser.com","askubuntu.com","serverfault.com"],extraBlockSelectors:["span.comment-copy"],globalStyles:{".s-post-summary--content-excerpt":"-webkit-line-clamp:unset;"},"excludeSelectors.add":[".votecell","header","#footer","#question-header + div","div.postcell div.mb0","div[id^=comments-link-]","#answers-header",".new-post-login",".form-submit","a[href='/questions/ask']","#left-sidebar","a.comment-user","span.comment-date","div.s-prose.js-post-body + div",".bottom-notice","div[data-campaign-name=stk]",".s-post-summary--stats",".s-post-summary--meta"],paragraphMinTextCount:4,paragraphMinWordCount:2},{id:"appleDeveloper",matches:"developer.apple.com/documentation/*",selectors:[".container","h3.title","div.content"]},{id:"hackerNews",matches:"news.ycombinator.com",selectors:[".titleline > a",".comment > .commtext",".toptext","a.hn-item-title",".hn-comment-text",".hn-story-title"],excludeSelectors:[".reply"]},{id:"quora",matches:["*.quora.com","quora.com"],excludeSelectors:[".dom_annotate_multifeed_bundle_AskQuestionPromptBundle",".dom_annotate_feed_switcher","[class='q-box qu-py--small qu-color--gray_light']","[class='q-box spacing_log_answer_header']","[class='q-box qu-flex--auto']","[class='q-text qu-dynamicFontSize--small qu-mt--small qu-color--gray_light qu-passColorToLinks']",".AnswerFooter___StyledFlex-sc-2xbo88-0","[class='q-box qu-mb--small']"],globalStyles:{".qu-truncateLines--3":"-webkit-line-clamp: unset;"}},{id:"oldReddit",matches:["old.reddit.com/*/.compact","old.reddit.com/.compact","www.reddit.com/*/.compact","www.reddit.com/.compact"],selectors:[".title > a",".usertext-body"],detectParagraphLanguage:!0},{id:"otherOldReddit",matches:"old.reddit.com",selectors:["p.title > a","[role=main] .md-container"],detectParagraphLanguage:!0},{id:"redditList",matches:["https://www.reddit.com/r/*/comments/*/*","https://www.reddit.com/","https://www.reddit.com/hot/","https://www.reddit.com/new/","https://www.reddit.com/top/"],excludeMatches:["https://www.reddit.com/r/*/wiki/*"],observeUrlChange:!0,selectors:["h1",".PostHeader__post-title-line","[data-click-id=body] h3","[data-click-id=background] h3","[data-testid=comment]","[data-adclicklocation='title'] h3","[data-adclicklocation=media]","[data-testid='post-title-text']",".PostContent",".post-content",".Comment__body","faceplate-batch .md","[slot=comment]",".RichTextJSON-root","[slot=title]","[slot=text-body]","p.title > a","[role=main] .md-container"],detectParagraphLanguage:!0,globalStyles:{"div.XPromoBottomBar":"display:none","[class*='line-clamp']":"-webkit-line-clamp: unset"},waitForSelectors:["[data-testid=post_author_link]"],"inputConfig.add":{clearContentEnable:!1}},{id:"reddit",matches:"www.reddit.com",selectors:["#search-results-tab-slot","h1",".PostHeader__post-title-line","[data-click-id=body] h3","[data-click-id=background] h3","[data-testid=comment]","[data-adclicklocation='title'] h3","[data-testid='post-title-text']","[slot=comment]","[data-adclicklocation=media]",".PostContent",".post-content",".Comment__body","faceplate-batch .md","[slot=text-body]","p.title > a","[role=main] .md-container","#-post-rtjson-content",".RichTextJSON-root","[slot='title']"],excludeSelectors:[".text-neutral-content-weak"],paragraphMinTextCount:5,paragraphMinWordCount:2,excludeMatches:["https://www.reddit.com/r/*/wiki/*","https://www.reddit.com/settings/*"],detectParagraphLanguage:!0,globalStyles:{"div.XPromoBottomBar":"display:none","[class*='line-clamp']":"-webkit-line-clamp: unset"}},{id:"reuters",matches:"www.reuters.com",excludeSelectors:["[promotext]","[data-testid=Leaderboard]","[data-testid=HomeTickerV2]","[data-testid=SiteFooter]","[class^=refinitiv-promo-bar__container]","[data-testid=ResponsiveAdSlot]","[data-testid=SiteHeader]","[data-testid=HomeTickerV2]"]},{id:"npmjs",matches:"https://www.npmjs.com/package/*",selectors:["#tabpanel-readme > div:first-child"]},{id:"github",matches:"github.com",useIframePostMessage:!1,excludeMatches:["https://github.com/*/*/settings","https://github.com/settings/*","https://github.com/sponsors/*","https://github.com/readme/*","https://github.com/readme/","https://github.com/features/*","https://github.com/customer-stories/*"],mutationExcludeSelectors:[".react-blob-sticky-header *"],selectors:["h1","[aria-label=Issues] .markdown-title","[aria-labelledby=discussions-list] .markdown-title","h3 .markdown-title",".markdown-body",".Layout-sidebar p","div > span.search-match","li.repo-list-item p","#responsive-meta-container p","article p","div.repo-description p","[itemprop=description]",".integrations-auth-wrapper",".new-feed-onboarding-notice","article section[aria-label='card content'] > div > div > div > div:nth-child(2)",".TimelineItem-body .Link--primary",'[role="navigation"] p','[data-testid="commit-row-item"] h4'],atomicBlockSelectors:["[itemprop=description]"],excludeSelectors:[".css-truncate","[data-test-selector='commit-tease-commit-message']","[data-test-selector='create-branch.developmentForm']","div.Box-header.position-relative","div.blob-wrapper-embedded","div.Box.Box--condensed.my-2","div.jp-CodeCell",'[aria-label="Account"] .markdown-title',".js-repos-container .markdown-title","a.anchor","div.file-navigation + div.Box"],extraBlockSelectors:[],extraInlineSelectors:["g-emoji","a.anchor"],stayOriginalTags:["CODE","TT","G-EMOJI","IMG","SUP","SUB"],"stayOriginalSelectors.add":[".issue-link"],detectParagraphLanguage:!0,globalStyles:{".TimelineItem-body .Link--primary":"-webkit-line-clamp: unset;"}},{id:"github-blog",matches:["github.blog"],injectedCss:["font {word-break: break-all !important;}"]},{id:"githubNotebook",matches:"notebooks.githubusercontent.com",useIframePostMessage:!1,excludeSelectors:["div.jp-CodeCell"]},{id:"facebook",matches:"www.facebook.com",excludeMatches:["https://www.facebook.com/business/*","https://www.facebook.com/help*"],selectors:["div[dir=auto][style]","div[dir=auto][class]","span[lang]"],atomicBlockSelectors:["div[dir=auto][style]","div[dir=auto][class]","span[lang]"],insertPosition:"afterend",preWhitespaceDetectedTags:["DIV","SPAN"],extraBlockSelectors:["span.x1vvkbs"],excludeSelectors:["[role=button]"],translationClasses:["immersive-translate-text"],detectParagraphLanguage:!0},{id:"youtubeMobile",matches:"m.youtube.com",selectors:[".comment-text","#content-text",".media-item-headline",".slim-video-information-title",".yt-spec-button-view-model",".yt-core-attributed-string > span",".title"],shareConfig:{injectCss:!1,removeSelectors:["iron-iconset-svg","iframe","ytd-watch-next-secondary-results-renderer","noscript","script"]},"mutationConfig.add":{checkSelfUpdate:!1},"excludeTags.remove":["BUTTON"],additionalExcludeSelectors:[".ytp-caption-window-container","text"],"subtitleRule.add":{type:"youtube",subtitleUrlRegExp:"(/api/timedtext|videoplayback\\?expire.*text)",translateSelectors:[".caption-window",".caption-visual-line"],videoPlayerSelector:".html5-video-player.playing-mode,.html5-video-player.paused-mode",loadingContainerSelector:".ytp-caption-window-container",videoADSelector:".ytp-ad-player-overlay",injectedCss:["#player-shorts-container .ytp-caption-window-bottom {top: 40px; bottom: unset!important;}"],videoSelector:".html5-video-player.playing-mode video,.html5-video-player.paused-mode video",translationOnlyPattern:["m.youtube.com/watch*","m.youtube.com/embed*","m.youtube.com/shorts*"],attachRule:{appendSelector:".html5-video-player.playing-mode,.html5-video-player.paused-mode",injectedCSS:[".imt-caption-container {z-index:40;}"],injectedGlobalCSS:[".caption-window {display: none;} ","shorts-video #immersive-translate-caption-window { height: 150px;}"]}},wrapperPrefix:"",wrapperSuffix:"",observeUrlChange:!0,atomicBlockSelectors:[".comment-text"],globalStyles:{".comment-text":"max-height:unset;",".media-item-headline":"max-height:unset;-webkit-line-clamp:unset;"},injectedCss:[".immersive-translate-target-wrapper img { width: 16px; height: 16px }"],extraBlockSelectors:[".caption-visual-line"]},{id:"youtube",matches:"www.youtube.com",blockMinTextCount:0,blockMinWordCount:0,detectParagraphLanguage:!0,lineBreakMaxTextCount:0,shareConfig:{injectCss:!1,removeSelectors:["iron-iconset-svg","iframe","ytd-watch-next-secondary-results-renderer","noscript","script"]},"additionalExcludeSelectors.add":[".ytp-caption-window-container","text"],globalStyles:{"#video-title":"-webkit-line-clamp: unset;max-height: unset;","h1.ytd-watch-metadata":"-webkit-line-clamp: unset;max-height: unset;","yt-formatted-string#video-title":"-webkit-line-clamp: unset;max-height: unset;","ytd-expander.ytd-comment-renderer":"--ytd-expander-max-lines: 1000;"},injectedCss:[".immersive-translate-target-wrapper img { width: 16px; height: 16px }",".metadata-snippet-container {max-height: unset !important;}",".immersive-translate-target-wrapper {text-align: left;}",".immersive-translate-target-wrapper[dir=rtl] {text-align: right;}"],isTranslateTitle:!1,observeUrlChange:!0,selectors:["yt-formatted-string[slot=content].ytd-comment-renderer","yt-formatted-string.ytd-video-renderer","yt-formatted-string#content-text","h1","yt-formatted-string#video-title","yt-formatted-string.span","span#video-title","a#video-title","yt-formatted-string.ytd-transcript-segment-renderer","#description-inline-expander > yt-attributed-string > span","yt-attributed-string > span","ytd-notification-renderer .message","#message",".yt_to_text_transcript_text"],extraBlockSelectors:["yt-formatted-string.ytd-transcript-segment-renderer",".caption-visual-line"],"subtitleRule.add":{type:"youtube",subtitleUrlRegExp:"(/api/timedtext|videoplayback\\?expire.*text)",translateSelectors:[".caption-window",".caption-visual-line"],videoPlayerSelector:".html5-video-player.playing-mode,.html5-video-player.paused-mode",loadingContainerSelector:".ytp-caption-window-container",videoADSelector:".ytp-ad-player-overlay",translationOnlyPattern:["www.youtube.com/watch*","www.youtube.com/embed*","www.youtube.com/shorts*"],subtitleButtonSelector:".html5-video-player.playing-mode .ytp-subtitles-button,.html5-video-player.paused-mode .ytp-subtitles-button",languageSelector:".ytp-menuitem-label",injectedCss:["#shorts-player .ytp-caption-window-bottom {top: 2%; bottom: unset!important;} #immersive-translate-quick-button-container {font-size: 12px;z-index:1001;}"],quickButtonRule:{appendSelector:".ytp-chrome-controls",insertBeforeSelector:".ytp-right-controls"},videoSelector:".html5-video-player.playing-mode video,.html5-video-player.paused-mode video",attachRule:{appendSelector:".html5-video-player.playing-mode,.html5-video-player.paused-mode",injectedCSS:[".imt-caption-container {z-index:40;}",".imt-caption-window {margin-bottom: 2%}"],injectedGlobalCSS:[".caption-window {display: none;} ","#shorts-player #immersive-translate-caption-window { height: 20%;}",".html5-video-player:not(.ytp-autohide) #immersive-translate-caption-window {bottom: 60px;}"]}},urlChangeDelay:2e3,wrapperPrefix:"
",wrapperSuffix:""},{id:"tvYoutube",matches:"tv.youtube.com","subtitleRule.add":{type:"youtube",preTranslation:!0,humanPreferred:!1,subtitleUrlRegExp:"(/api/timedtext|videoplayback\\?expire.*text)",translateSelectors:[".caption-window",".caption-visual-line"],videoPlayerSelector:".html5-video-player.playing-mode,.html5-video-player.paused-mode",loadingContainerSelector:".ytp-caption-window-container",videoADSelector:".ytp-ad-player-overlay",translationOnlyPattern:["tv.youtube.com/watch*"],subtitleButtonSelector:".ytp-subtitles-button",languageSelector:".ytp-menuitem-label",injectedCss:["#shorts-player .ytp-caption-window-bottom {top: 2%; bottom: unset!important;} #immersive-translate-quick-button-container {font-size: 12px;z-index:1001;}"],quickButtonRule:{appendSelector:".ypcs-control-buttons-right",insertBeforeSelector:".ypcs-control-buttons-right .ypcs-volume-control-slot"},videoSelector:".html5-video-player.playing-mode video,.html5-video-player.paused-mode video",attachRule:{appendSelector:".html5-video-player.playing-mode,.html5-video-player.paused-mode",injectedCSS:[".imt-caption-container {z-index:40;}",".imt-caption-window {margin-bottom: 2%;}"],injectedGlobalCSS:[".caption-window {display: none;} ","#shorts-player #immersive-translate-caption-window { height: 20%;}",".html5-video-player:not(.ytp-autohide) #immersive-translate-caption-window {bottom: 60px;}"]}}},{id:"youtube-subtitle",matches:["www.youtube-nocookie.com","music.youtube.com"],extraBlockSelectors:[".caption-visual-line"],mainFrameMinTextCount:0,"excludeSelectors.add":[".captions-text",".ytp-caption-segment"],"subtitleRule.add":{type:"youtube",subtitleUrlRegExp:"/api/timedtext",translateSelectors:[".caption-window",".caption-visual-line"],videoPlayerSelector:".html5-video-player",loadingContainerSelector:".ytp-caption-window-container",videoADSelector:".ytp-ad-player-overlay",translationOnlyPattern:["www.youtube-nocookie.com/embed*","music.youtube.com/watch*"],subtitleButtonSelector:".ytp-subtitles-button",languageSelector:".ytp-menuitem-label",injectedCss:["#shorts-player .ytp-caption-window-bottom {top: 2%; bottom: unset!important;}"],quickButtonRule:{appendSelector:".ytp-chrome-controls",insertBeforeSelector:".ytp-right-controls"},videoSelector:".html5-video-player video",attachRule:{appendSelector:".html5-video-player",injectedCSS:[".imt-caption-container {z-index:40;}",".imt-caption-window {margin-bottom: 2%;}"],injectedGlobalCSS:[".caption-window {display: none;} ","#shorts-player #immersive-translate-caption-window { height: 20%;}",".html5-video-player:not(.ytp-autohide) #immersive-translate-caption-window {bottom: 60px;}"]}}},{id:"instagramMessage",matches:["https://www.instagram.com/direct/*"],wrapperPrefix:"
",selectors:["div[dir=auto].html-div"]},{id:"instagramPost",matches:["https://www.instagram.com/p/*","https://www.instagram.com/reels/*"],blockMinTextCount:1,paragraphMinTextCount:2,excludeSelectors:["hr+div span[dir=auto][style] > span"],selectors:["h1","ul li h3+div span[dir=auto]","hr+div span[dir=auto][style]","div > div[dir=auto]","div:not([class]) > div > div:nth-child(2)"],wrapperPrefix:"
"},{id:"otherInstagram",blockMinWordCount:1,matches:"https://www.instagram.com/*",paragraphMinTextCount:2,selectors:["h1","article span[dir=auto] > span[dir=auto]","._ab1y","ul li h3+div span[dir=auto]","hr+div span[dir=auto][style]","span[dir=auto] > div > span","div > h1[dir=auto]"],wrapperSuffix:""},{id:"1paragraph",matches:"1paragraph.app",selectors:["#book"]},{id:"poeditor",matches:"https://poeditor.com/projects/*",selectors:[".comment-body",".reference_language .source-string"]},{id:"substack",matches:["*.substack.com","newsletter.rootsofprogress.org"],selectorMatches:["link[href^='https://substackcdn.com/bundle/'][rel=preload]"],excludeSelectors:["[style^=top]",".publication-footer",".subscribe-footer",".main-menu",".navbar-title-link","[data-testid='navbar']",".navbar-title",".captioned-button-wrap",".subscription-widget-wrap",".tweet-header",".tweet-link-bottom",".expanded-link",".meta-subheader",".comment-meta",".comment-actions"],globalStyles:{".reader2-clamp-lines":"max-height: unset; -webkit-line-clamp: unset;","[class*='clamp-']":"max-height: unset; -webkit-line-clamp:unset;",".blurb-text":"max-height: unset;",".comment-body":"max-height: unset;"},extraBlockSelectors:[".reader2-post-title",".tweet-link-top",".tweet-link-bottom",".expanded-link"]},{id:"seekingalpha",matches:["seekingalpha.com/article/*","seekingalpha.com/news/*"],selectors:["[data-test-id=card-container]","[data-test-id=comments-section]"],excludeSelectors:["[data-test-id=post-page-meta]","header > div:first-child"]},{id:"hnAlgolia",matches:"hn.algolia.com",selectors:[".Story_title > a:first-child",".Story_comment > span"]},{id:"readwise",matches:"read.readwise.io",selectors:["div[class^='_titleRow_']","#document-text-content"],detectParagraphLanguage:!0},{id:"inoreader",matches:["www.inoreader.com","*.inoreader.com"],selectors:[".article_header_title",".article_title_link",".article_content",".article_magazine_title_link",".blog-post-page","#welcome_center",".gad_overview_articles_wrapper",".library_article_text h4",".header_name"],excludeMatches:["https://www.inoreader.com/features/"],observeUrlChange:!1,globalStyles:{".article_title_link,.library_article_text h4,.gadget_overview_article_title,.article_magazine_title_link,.reader_pane_view_style_2 .column_view_title":"-webkit-line-clamp: unset;max-height: unset;",".article_tile_content_wraper,div.article_tile":"overflow:auto",".article_header_title":"white-space:normal"}},{id:"aha",matches:"*.ideas.aha.io",excludeSelectors:[".comment-header",".vote-status",".idea-meta",".filters-title",".ideas-showing-count",".my-ideas-filters-wrapper",".statuses-filters-wrapper",".categories-filters-wrapper","[class^='attachment']","span[class^='attachment-name']"]},{id:"googleScholar",matches:["scholar.google.*/*","scholar.google.com.*/*","scholar.google.co.*/*"],wrapperPrefix:` +`,selectors:["h3 a[data-clk]","div.gs_rs","td a.gsc_a_at","td div.gs_gray:last-of-type","div.gsc_oci_value","#gs_opinion"],extraInlineSelectors:["br"],atomicBlockSelectors:["h3 a[data-clk]"]},{id:"googleMail",matches:"mail.google.com",detectParagraphLanguage:!0,selectors:["h2[data-thread-perm-id]","span[data-thread-id]","div[data-message-id] div[class='']",".messageBody","#views"],globalStyles:{"[role='listitem'] > div":"height:auto!important;white-space:unset!important;"}},{id:"googleNews",matches:"news.google.com",blockMinTextCount:26,blockMinWordCount:5,globalStyles:{".MCAGUe":"height: auto;",".To2ZZb.DbQnIe":"height: unset;",".cp7Yvc > h2":"display: block;",".oovtQ":"height: auto;",h4:"-webkit-line-clamp: unset;"},excludeSelectors:[".EyERq",".AOl7G.eejsDc","[aria-label='Home']","[aria-label='For you']","[aria-label='Following']","[aria-label='World']","[aria-label='Local']",".gb_Fc",".wBQf7b",".yPI8Rb",".jKHa4e",".u43Gd",".Zgjpyb","[role='button']","[jsname='rymPhb']",".cbz1ld",".VfPpkd-P5QLlc",".XvhY1d"]},{id:"outlook",matches:"outlook.live.com",excludeSelectors:[".jHAG3.XG5Jd",".OZZZK",".lDdSm"]},{id:"producthunt",matches:"www.producthunt.com",excludeMatches:"https://www.producthunt.com/stories/*",selectors:["h2","div[class^='styles_htmlText__']","[class^='styles_tagline']","a[href^='/discussions/'].fontWeight-600","button[class^='styles_textButton'] > div > span","h5 + p","div[data-test=product-item-name] + div",".noOfLines-1,.noOfLines-2,.noOfLines-3",".fontWeight-600","[class*='styles_dropdown']","[class*='styles_aboutText']","[class*='styles_titleContainer']","[class*='styles_header'] h1"],globalStyles:{"h5 + p":"height:unset;",".noOfLines-1,.noOfLines-2,.noOfLines-3":"-webkit-line-clamp:unset;"},"excludeTags.remove":["PRE"]},{id:"codeforces",matches:"https://codeforces.com/*","stayOriginalTags.add":["[class^='MathJax']"]},{id:"discord",matches:"https://discord.com/channels/*",isTranslateTitle:!1,selectors:["li[id^=chat-messages] div[id^=message-content]","div[class^=headerText]","section[aria-label='Search Results'] div[id^=message-content]"],extraBlockSelectors:["[class^='embedFieldValue']","li[class^='card'] div[class^='message']","[data-list-item-id^='forum-channel-list'] div[class^='headerText']"],globalStyles:{"div[class^=headerText]":"max-height: unset;","div[class^=message]":"max-height: unset;","div[class^=text]":"max-height: unset;","h3[data-text-variant='heading-lg/semibold']":"-webkit-line-clamp: none;"},detectParagraphLanguage:!0,wrapperPrefix:"
",wrapperSuffix:"",paragraphMinTextCount:4,paragraphMinWordCount:2},{id:"telegram",matches:["web.telegram.org/z/*","web.telegram.org/a/*"],isTranslateTitle:!1,selectors:[".text-content",".message",".reply-markup-button-text",".bot-commands-list-element-description"],"extraBlockSelectors.add":[".message.spoilers-container em",".message.spoilers-container strong"],excludeSelectors:[".time",".peer-title",".document-wrapper",".message.spoilers-container custom-emoji-element"],detectParagraphLanguage:!0},{id:"telegramK",matches:["web.telegram.org/k/*","web.telegram.org/k/"],selectors:[".message",".reply-markup-button-text",".bot-commands-list-element-description"],"extraBlockSelectors.add":[".message.spoilers-container em",".message.spoilers-container strong"],excludeSelectors:[".time",".peer-title",".document-wrapper",".message.spoilers-container custom-emoji-element"],detectParagraphLanguage:!0},{id:"githubGist",matches:"gist.github.com",selectors:[".markdown-body",".readme"],detectParagraphLanguage:!0},{id:"lobste",matches:"lobste.rs",excludeMatches:["https://lobste.rs/about","https://lobste.rs/chat"],selectors:[".u-repost-of",".comment_text",".story_text"]},{id:"slack",matches:"*.slack.com",selectors:[".p-rich_text_block",".p-message_pane__foreword",".c-alert__message","[data-qa=message_attachment_text]"],additionalStayOriginalSelectors:["[data-qa=emoji]"],detectParagraphLanguage:!0},{id:"artstationArtwork",matches:"www.artstation.com/artwork/*",excludeSelectors:".project-description a",selectors:[".project-description","div.project-comment-text"],detectParagraphLanguage:!0},{id:"artstationLearning",matches:"www.artstation.com/learning/courses/*",additionalSelectors:["footer.learning-course-description.ng-star-inserted > span"],excludeSelectors:[".learning-card-meta",".vjs-text-track-display"],"mutationExcludeSelectors.add":[".vjs-text-track-display *"],"subtitleRule.add":{type:"webvtt",subtitleUrlRegExp:"/subtitles/.*\\.(vtt|webvtt)$",loadingContainerSelector:".vjs-text-track-display",quickButtonRule:{appendSelector:".vjs-control-bar",insertBeforeSelector:".vjs-playback-rate",injectCSS:".imt-quick-subtitle-button { font-size: 12px;} .logo,.logo svg { height: 18px !important; width: 18px !important;} .imt-quick-subtitle-pop-content {bottom: 38px !important;}"},videoSelector:"video",attachRule:{appendSelector:".video-js",injectedGlobalCSS:[".vjs-text-track-display {display: none;}",".captions-text: {margin-bottom: 10%;}"]}}},{id:"artstationBlog",matches:["https://www.artstation.com/blogs","https://www.artstation.com/blogs/*"],detectParagraphLanguage:!0,additionalSelectors:[".comment-item-body"],atomicBlockSelectors:[".author-headline",".author-location"],excludeSelectors:["blog-card-thumbnail","blog-card-header",".blog-card-author",".blog-card-meta",".blog-view-header",".blog-grid-title",".post-meta-header"]},{id:"figmaCommunity",matches:"www.figma.com/community/*",normalizeBody:"div.ql-editor[contenteditable='false']",excludeSelectors:["div[class*='metadataRight']","div[class*='commentMetaAndOptions']"],globalStyles:{"div[class*='mini_cardBottomRowSizing']":"height: 3em;"},additionalSelectors:["div[class*='mini_cardBottomRow_Metadata']"],stayOriginalSelectors:["[data-tooltip='tooltip-user-info']"]},{id:"googleIndex",matches:["https://www.google.com/","https://www.google.com.hk/"],excludeSelectors:["#gb","#SIvCob"],inputTutorialsText:"\u8BD5\u8BD5\u8F93\u5165\u4E2D\u6587\u540E\u5FEB\u901F\u8FDE\u51FB 3 \u6B21\u7A7A\u683C\u952E\u7FFB\u8BD1\uFF08\u4EC5\u63D0\u793A\u4E00\u6B21\uFF09",inputTutorialsSelectors:["textarea#APjFqb"],"inputConfig.add":{tutorialsText:"\u8BD5\u8BD5\u8F93\u5165\u4E2D\u6587\u540E\u5FEB\u901F\u8FDE\u51FB 3 \u6B21\u7A7A\u683C\u952E\u7FFB\u8BD1\uFF08\u4EC5\u63D0\u793A\u4E00\u6B21\uFF09",tutorialsSelectors:["textarea#APjFqb"]}},{id:"googleSearch",matches:"www.google.*/search*",blockMinTextCount:32,blockMinWordCount:3,wrapperSuffix:"",detectParagraphLanguage:!0,excludeSelectors:["a h3 + div","div#sfooter","a[role=presentation] > div > div:first-child",".b5ZQcf",".CEMjEf",".MgUUmf.NUnG9d","#result-stats","[role=navigation]","div.sCuL3","div.eFM0qc.BCF2pd","div.WZ8Tjf","div.adDDi","#headerSection","#rateChatDiv","[id=bres]",".title-D5Lgyj","[data-attrid='VisualDigestVideoResult']",".search-enhance-WDIEkP h4",".SPZz6b h2",".CtCigf",".VLkRKc",".EbH0bb",".Wr0c6d",".jleFbf","#searchform",".yg51vc",".CbAZb"],extraBlockSelectors:[".MUFPAc"],"additionalExcludeSelectors.add":["[jscontroller='UsftYd']"],globalStyles:{".V82bz":"-webkit-line-clamp: unset;max-height: unset;margin-bottom:30px",".pe7FNb":"-webkit-line-clamp: unset;",".promotion-3PDMAb":"display: none;",".uAKcGb":"-webkit-line-clamp: unset;max-height: unset;margin-bottom:30px","div[data-content-feature='1'] > div":"-webkit-line-clamp: unset;max-height: unset;","div[style='-webkit-line-clamp:2']":"-webkit-line-clamp: unset;max-height: unset;","div[style='-webkit-line-clamp:3']":"-webkit-line-clamp: unset;max-height: unset;","div[style='-webkit-line-clamp:4']":"-webkit-line-clamp: unset;max-height: unset;",".Pw4Ldf.RsCEN":"height:unset;",".related-question-pair":"overflow:auto;"},ignoreZhCNandZhTW:!0,isTranslateTitle:!1,searchEnhancementConfig:[{id:"google",urlMatch:"https://www\\.google\\..+/search",style:{source:"font-size:12px; margin-bottom: 6px;",enTitle:"margin-top:6px;font-size:14px;",searchTitle:"margin-top:6px;position:relative;padding-right:24px;",more:"color:#1a0dab;margin-top:8px;",enTitleClassName:"immersive-translate-search-enhancement-en-title"},keyword:{value:"[0]$1",matches:[{source:"url",matchRegex:"q=(.+?)&"}]},showCount:5}]},{id:"lowendtalk",matches:"lowendtalk.com",selectors:["[role=heading]","h1",".userContent"]},{id:"linkedinJobs",matches:"www.linkedin.com/jobs/*",selectors:["#job-details > span",".decorated-job-posting__details"]},{id:"linkedinFeed",matches:"https://linkedin.com/feed/*",selectors:["h1",".feed-shared-update-v2__description-wrapper"]},{id:"indiehackers",matches:"www.indiehackers.com",selectors:[".content","h1","h3.story__title",".feed-item__title-link",".article-body",".interview-body"]},{id:"libreddit",matches:"libreddit.de",selectors:["h2.post_title",".comment_body > .md"]},{id:"notionSite",matches:["notion.site","*.notion.site"],normalizeBody:"body",selectors:["div[data-block-id]"]},{id:"notion_so",matches:["www.notion.so"],injectedCss:["[aria-label='Templates'] font br {display:none;}"]},{id:"newyorker",matches:"www.newyorker.com",additionalSelectors:["h1","[data-testid=SummaryItemHed]"],excludeSelectors:["[data-testid=PersistentTop]","[data-testid=StackedNavigationHeader]"],urlChangeDelay:2e3},{id:"startme",matches:"start.me",selectors:[".rss-article__title",".rss-articles-list__article-link",".rss-showcase__title",".rss-showcase__text"]},{id:"scmp",matches:"www.scmp.com",additionalSelectors:[".info__subHeadline",".section-content h2"],globalStyles:{".topic__article-list":"height: unset;",".adverisers__adveriser":"height: unset;",".advertiser__content":"height: unset;",".content-title__link":"display:unset;overflow:unset;-webkit-line-clamp:unset;",".title__text":"max-height:unset; -webkit-line-clamp:unset;",".news-list-item__news-title":"max-height:unset; -webkit-line-clamp:unset;","a[class*='link'] > .link__headline":"max-height:unset; -webkit-line-clamp:unset;"},"bodyRule.add":{bodySelector:"[data-qa='ArticleList-Item']",articleSelector:"[data-qa='GenericArticle-Content']",xpathRule:["datatype:p"]}},{id:"lesswrong",matches:"www.lesswrong.com",extraBlockSelectors:["span.commentOnSelection"]},{id:"mastodon",matches:["mastodon.social","mastodon.online","kolektiva.social","indieweb.social","mastodon.world","infosec.exchange"],isTranslateTitle:!1,selectorMatches:["div#mastodon"],selectors:["div.status__content__text",".about__section__body",".content",".form-container",".account__header__extra"],globalAttributes:{"[class='notranslate app-holder']":{class:"app-holder"}},detectLanguage:!0},{id:"cnbc",matches:"www.cnbc.com",urlChangeDelay:1e3,globalStyles:{"div.Card-titleContainer > div":"-webkit-line-clamp: unset;max-height: unset;"},"excludeSelectors.add":["#GlobalNavigation","#GlobalFooter",".LiveBlogHeader-timestampAndShareBarContainer",".LiveBlogHeader-liveUpdatesPill"]},{id:"dailyDev",matches:"app.daily.dev",selectors:["h1",".typo-body","article h3","[class^=markdown_markdown]"],globalStyles:{".line-clamp-3":"-webkit-line-clamp: unset"}},{id:"pornhub",matches:["*.pornhub.com","pornhub.com"],excludeMatches:["*.pornhub.com/insights/*","pornhub.com/insights/*"],extraBlockSelectors:[".trendingNow",".searchItem",".tagcloud > a"],detectParagraphLanguage:!0,wrapperPrefix:"
",wrapperSuffix:` `,globalStyles:{"span.title":"height:unset; max-height:unset;",".detailedInfo":"max-height:unset;",".pcVideoListItem":"max-height:unset;",".wrap":"height:unset;",".entry-header":"height:unset;",".entry-title > a":"height:unset;-webkit-line-clamp:unset;"}},{id:"yourporn",matches:"https://www.youporn.com/*",extraBlockSelectors:[".button"],globalStyles:{".video-box":"max-height:unset;",".video-box-title":"white-space:unset;"}},{id:"modelhub",matches:"https://www.modelhub.com/*",globalStyles:{".videoTitle":"height:unset;",a:"height:unset;"}},{id:"xvideos",matches:"https://www.xvideos.com/*",globalStyles:{".title":"-webkit-line-clamp:unset;max-height:unset;",".mozaique":"display:flex; flex-wrap:wrap;"},excludeSelectors:[".video-hd-mark"]},{id:"missav",matches:"https://missav.com/*",globalStyles:{".truncate":"white-space:unset;",".overflow-y-hidden":"max-height:unset;overflow-y:unset;"},"subtitleRule.add":{type:"av",avSerial:{type:"url",regexStr:".+/([a-z0-9-]+)$"},videoSelector:".plyr__video-wrapper video",attachRule:{appendSelector:".plyr--video",injectedGlobalCSS:""},quickButtonRule:{appendSelector:".plyr__controls",insertBeforeSelector:'[data-plyr="captions"]'}}},{id:"javbus",matches:"https://www.javbus.com/*",globalStyles:{".photo-info":"height:unset;"},excludeSelectors:[".item-tag","date"]},{id:"spankbang",matches:"https://spankbang.com/*",globalStyles:{".video-item > a":"white-space:unset;"},excludeSelectors:[".stats",".thumb"],extraBlockSelectors:[".searches > a",".tag > a",".extra > a",".positions > li"]},{id:"javdb",matches:"https://javdb*.com/*",globalStyles:{".video-title":"white-space:unset;"},excludeSelectors:[".video-number",".score",".has-addons"]},{id:"jable",matches:"https://jable.tv/*",globalStyles:{".title":"white-space:unset;max-height:unset;",".img-box > a":"position:relative;"}},{id:"netflav.player",matches:["https://netflavns1.com","https://embedrise.com"],mainFrameMinTextCount:0,"subtitleRule.add":{type:"av",avSerial:{type:"url",regexStr:"code=([a-z0-9-]+)"},videoSelector:"#vplayer video",attachRule:{appendSelector:"#vplayer"},quickButtonRule:{appendSelector:"#vplayer .jw-button-container",insertBeforeSelector:"#vplayer .jw-button-container .jw-icon-cc"}}},{id:"netflav",matches:["https://netflav*.com/*"],globalStyles:{".grid_title":"max-height:unset;"},extraBlockSelectors:[".genre_filter_item","button"],"subtitleRule.add":{type:"av",avSerial:{type:"selector",selector:".videodetail_2_field_values",serialAttachIframe:"#iframe-block"}}},{id:"czechvideo",matches:"https://czechvideo.co/*",globalStyles:{".short-story":"height:unset;",".short-title":"height:unset;"},globalAttributes:{header:{translate:"unset;"}}},{id:"weibo",matches:["weibo.com","*.weibo.*"],selectors:["div[class^='detail_wbtext']",".weibo-text"],"stayOriginalSelectors.add":[".expand"]},{id:"medium",matches:["medium.com","*.medium.com"],selectorMatches:["meta[property='al:ios:url'][content^='medium://']"],urlChangeDelay:20,"additionalExcludeSelectors.remove":["i.fa","i[class^=fa-]",".navmenu-container",".google-symbols"],selectors:["h1","h2","h3","article section","[aria-hidden='false'] pre","article p",".postMetaInline","a .u-fontSize24"],excludeSelectors:["[aria-label='Post Preview Reading Time']",".al.b.bl.ag.bp",".al.b.bl.ag.ai",".hx.hy.hz.ia.ib.ab",".qb.ab",".ai.bn.n.mj",".speechify-ignore"],globalStyles:{"h2,h3":"-webkit-line-clamp: unset;max-height:unset;","article p":"-webkit-line-clamp: unset;max-height:unset;"},injectedCss:[".u-lineClamp4,.u-lineClamp3,.u-lineClamp2 {-webkit-line-clamp:unset!important;max-height:unset!important;}"]},{id:"nitter",selectorMatches:["meta[property='og:site_name'][content='Nitter']"],selectors:[".tweet-content",".quote-text"]},{id:"economist",matches:"www.economist.com",extraInlineSelectors:["span[data-caps='initial']"],excludeSelectors:["footer.ds-footer"],injectedCss:["a::before {position:relative!important;}"]},{id:"healthline",matches:"www.healthline.com",excludeSelectors:[".icon-hl-trusted-source-after"]},{id:"ebay",matches:"www.ebay.com",excludeSelectors:["headers","[itemprop=offers]",".dne-itemtile-original-price"],paragraphMinTextCount:4,paragraphMinWordCount:2,globalStyles:{"[itemprop=name]":"-webkit-line-clamp: unset;max-height: unset;",".merch-item-title":"-webkit-line-clamp: unset;max-height: unset;"}},{id:"skinstore",matches:"www.skinstore.com",excludeSelectors:[".responsiveFlyoutMenu_levelOneLink"],paragraphMinTextCount:4,paragraphMinWordCount:2},{id:"tripadvisor",matches:"www.tripadvisor.com",paragraphMinTextCount:4,paragraphMinWordCount:2},{id:"primevideo",matches:["www.primevideo.com","https://*.amazon.co.*/*video*","https://*.amazon.com/*video*"],"excludeSelectors.add":["#dv-web-player"],"mutationExcludeSelectors.add":["#dv-web-player *"],"subtitleRule.add":{type:"ebutt",hookType:"xhr",subtitleUrlRegExp:"\\.ttml2$",loadingContainerSelector:"#dv-web-player"}},{id:"amazon",matches:"www.amazon.com",paragraphMinTextCount:4,paragraphMinWordCount:2,extraBlockSelectors:[".a-size-small.a-link-normal.page-banner-link.a-nowrap"],globalStyles:{".a-carousel-viewport":"height:unset;","[class*='clamp']":"max-height: unset;-webkit-line-clamp: unset;","[data-rows]":"max-height: unset;-webkit-line-clamp: unset;","[data-a-expander-name='review_text_read_more']":" max-height: unset;"},excludeSelectors:["#navFooter","#navbar-main",".s-price-instructions-style","[class*='-star ']","[data-hook='acr-average-stars-rating-text']",".a-color-price"]},{id:"visualstudioMarketplace",matches:"marketplace.visualstudio.com",additionalExcludeSelectors:[".core-info-second-row",".core-info-third-row",".meta-data-list",".item-title",".breadcrumb",".itemDetails-right",".ux-user-name",".ux-updated-date",".ux-item-second-row-wrapper",".stats-and-offer",".header-container"],atomicBlockSelectors:[".core-info-cell > div.name"],globalStyles:{".item-details-control-root.ux-item-shortdesc":"height: unset; overflow: visible; max-height:unset;"}},{id:"bloomberg",matches:"www.bloomberg.com",urlChangeDelay:2e3,excludeSelectors:[".ticker-bar","nav","[aria-label=Banner]","aside","[data-component=ticker-bar]","footer.bb-global-footer",".vjs-text-track-display"],"bodyRule.add":{bodySelector:"main article",articleSelector:".body-content"},"subtitleRule.add":{type:"webvtt",subtitleUrlRegExp:"webvtt$",loadingContainerSelector:".vjs-text-track-display",quickButtonRule:{appendSelector:".vjs-control-bar",insertBeforeSelector:".vjs-playback-rate"}}},{id:"baiduXueshu",matches:"xueshu.baidu.com",globalStyles:{".abstract_wr":"height: unset; overflow: visible; max-height:unset;"}},{id:"sciencedirect",matches:"www.sciencedirect.com",urlChangeDelay:2e3,stayOriginalSelectors:["span.display","span.math"],extraBlockSelectors:["span.captions","span[id^=cap]"],globalAttributes:{"#abspara0010 br":{style:"display:none;"}}},{id:"thehighestofthemountains",matches:"www.thehighestofthemountains.com",extraBlockSelectors:"div"},{id:"telegraph1",matches:"te.legra.ph",normalizeBody:"div.ql-editor[contenteditable='false']",urlChangeDelay:500},{id:"telegraph2",matches:["telegra.ph"],normalizeBody:"div.ql-editor[contenteditable='false']",wrapperPrefix:` `},{id:"annasArchive",matches:["*.annas-archive.org","annas-archive.org"],selectors:[],globalStyles:{"div[id^='link-index-']":"height: unset; max-height: unset;","main div[class*='h-[125]']":"height:auto"},normalizeBody:"body",extraBlockSelectors:["a.custom-a"]},{id:"explainshell",matches:["explainshell.com"],selectors:["[class='help-box']"]},{id:"apnews",matches:["apnews.com"],urlChangeDelay:2e3},{id:"googlePlay",matches:"play.google.com",excludeSelectors:[".vlGucd",".ubGTjb"],globalStyles:{".Epkrse":"-webkit-line-clamp:unset;"}},{id:"tumblr",matches:["www.tumblr.com"],selectors:["article h1","article > header + div","[data-testid=notes-root] p","div.k31gt","p","article ul","article h2","article h3","article h4","article h5","article h6","article blockquote","article ol"],excludeSelectors:["div.fAAi8","div.wvu3V"],preWhitespaceDetectedTags:["DIV","SPAN","P"]},{id:"tinytask",matches:"https://www.tinytask.net",globalStyles:{"table > tbody > tr > td > center > table > tbody > tr > td > ul > li":"height: 100%"}},{id:"foxnews",matches:"www.foxnews.com",shadowRootSelectors:["[data-spot-im-module-default-area='conversation'] > div"],"excludeTags.add":["TEXT","IMG","SUB","SUP","CODE","TT","ASIDE"],excludeSelectors:[".site-footer",".components-MessageDetails-index__message-details-wrapper","div[class^=SlideDown__container]",".components-MessageActions-index__messageActionsWrapper","span[data-openweb-allow-amp]","div.spcv_typing-users"]},{id:"afreecatv",matches:"www.afreecatv.com",globalStyles:{"a.title":"max-height:unset;-webkit-line-clamp:unset;"}},{id:"opennet",matches:"opennet.ru","excludeTags.add":["LABEL","IMG","SUB","SUP","CODE","TT"],"excludeTags.remove":["LINK","G","MATH","TTS-SENTENCE","AIO-CODE"]},{id:"construct",matches:["www.construct.net"],excludeMatches:["preview.construct.net","editor.construct.net"],additionalSelectors:["aside","div.manualContent"],atomicBlockSelectors:[],stayOriginalSelectors:["a.usernameReference"],additionalInlineSelectors:["a.forumLink"],additionalExcludeSelectors:["div.topNav","div.usernameLink","ul.authorDetails","ul.tagViewer","ul.breadCrumbNav","ul.subForumForums","ul.postTools","li.comment ul.controls","div.forumTopNavWrap","div.downloadWrap","div.articleLeftMenu","div.usernameTextWrap","div.favouriteWrap","div.bannerWrapper","div.viewAddonRightMenu","div.extendedMenu.addonsSubMenu","#BottomLinks.bottomLinks","div#LeftSide.leftSide","div#BottomWrap.bottomWrap","div.courseListWrap div.overview","div.conversationControls","div.contentWrapper h1","div.conversationControls","td.location a#LocationLink","#TopLevelComments .topBar","#TopLevelComments .controls",".tagViewWrap",".changeCount",".otherStats",".FilterMenu",".mobileTopicStats",".forumControlsWrapper",".forumsBottomNavWrap",".breadCrumbNav",".favouriteWrap",".usernameLink",".followWrapper",".blogPostStats",".manualContent dl dt"],globalStyles:{"td.location a#LocationLink":"padding-top: 4px;","div.articleMain .tutCourseWrap":"align-items: flex-start;"}},{id:"getpocket",matches:"getpocket.com",selectors:["h2","div.excerpt p","article","h1"],globalStyles:{"h2.title":"max-height:unset;-webkit-line-clamp:unset;","div.excerpt p":"max-height:unset;-webkit-line-clamp:unset;"}},{id:"fandom",matches:"*.fandom.com",urlChangeDelay:800,normalizeBody:"#mw-content-text",globalStyles:{"#mw-content-text > div > div:nth-child(1)":"height:100%;"},additionalExcludeSelectors:["header.fandom-community-header","div.ph-registration-buttons"]},{id:"huggingface",matches:"huggingface.co",globalStyles:{".line-clamp-2":"-webkit-line-clamp:unset;max-height:unset;"}},{id:"statista",matches:"www.statista.com",globalStyles:{".itemContent__text":"height:unset;max-height:unset;",".itemContent__subline":"height:unset;max-height:unset;"}},{id:"epubReader",matches:"epub-reader.online",globalStyles:{"span.slide-contents-item-label":"overflow:visible;max-height:unset;white-space:normal;"},atomicBlockSelectors:["div.slide-contents-item"]},{id:"you",matches:"https://you.com/search",globalStyles:{h3:"max-height:unset;-webkit-line-clamp:unset;",".caKYaC":"max-height:unset;-webkit-line-clamp:unset;",".dDwDsu":"max-height:unset;-webkit-line-clamp:unset;"},excludeSelectors:["div.hpIWZO"]},{id:"auth0Openai",matches:"auth0.openai.com",excludeSelectors:["form","header > h1"]},{id:"chatOpenai",matches:"chat.openai.com",excludeSelectors:["div.absolute.bottom-0.left-0.w-full","h1","div#headlessui-portal-root","nav","ul[aria-multiselectable]",".markdown *","div[class='flex flex-col items-start']","div[class='flex items-center justify-center gap-1 border-b border-black/10 bg-gray-50 p-3 text-gray-500 dark:border-gray-900/50 dark:bg-gray-700 dark:text-gray-300']"],"excludeTags.remove":["BUTTON"],isTranslateTitle:!1,wrapperPrefix:"",globalStyles:{"[class*='line-clamp']":"max-height:unset;-webkit-line-clamp:unset;height:unset;white-space:unset;"},aiRule:{streamingSelector:".result-streaming.markdown",messageWrapperSelector:".markdown",streamingChange:!0,streamingDeepChild:!0,streamingDelayTime:1e3}},{id:"poe",matches:["https://poe.com/*"],excludeSelectors:[".Markdown_markdownContainer__Tz3HQ *",".MarkdownLink_linkifiedLink__KxC9G","menu","aside"],aiRule:{streamingSelector:".ChatStopMessageButton_stopButton__LWNj6",messageWrapperSelector:".Markdown_markdownContainer__Tz3HQ",streamingChange:!1,streamingDeepChild:!0,streamingDelayTime:1e3}},{id:"glasp",matches:"glasp.co",excludeSelectors:[".home_overview_list_content_wrapper"]},{id:"developerChrome",matches:"developer.chrome.com",excludeSelectors:["web-tabs","ul.code-sections--summary"]},{id:"android",matches:["developer.android.google.cn","developer.android.com"],observeUrlChange:!0,additionalSelectors:["aside","google-codelab-step"]},{id:"ft",matches:"www.ft.com",excludeSelectors:["header","[aria-labelledby=cookie-banner-aria-label]","footer","[aria-label='Primary navigation']"]},{id:"microsoft",matches:"https://apps.microsoft.com/store/detail/*",additionalSelectors:["pre"],globalStyles:{".line-clamp":"-webkit-line-clamp:unset;max-height:unset;"},isTransformPreTagNewLine:!0},{id:"gitlab",matches:"gitlab.com",excludeSelectors:[".tree-content-holder","nav",".home-panel-metadata","div[data-testid=project_topic_list]",".commit"]},{id:"tiktok",matches:"https://www.tiktok.com/*/video/*",selectors:["[data-e2e^=comment-level]","[data-e2e=browse-video-desc] > span"]},{id:"rfcEditor",matches:["www.rfc-editor.org","docs.haproxy.org"],isTransformPreTagNewLine:!0,"excludeTags.add":["IMG","SUB","SUP","CODE","TT","ASIDE","FOOTER"],"excludeTags.remove":["LINK","G","PRE","TTS-SENTENCE","AIO-CODE"]},{id:"steamcommunity",matches:"steamcommunity.com",globalStyles:{".forum_topic,.rightbox_list_option":"height:auto;",".forum_topic_name":"white-space:normal;line-height: 1.25rem; padding: 6px 20px 0 0;",".forum_topic_op":"clear: left; padding: 0 0 6px 2rem;"},excludeSelectors:[".forum_paging",".forum_topic_reply_count",".forum_topic_lastpost",".forum_topic_award_count",".discussion_search_pagingcontrols"]},{id:"steampoweredApp",matches:"store.steampowered.com/app/*",selectors:[".game_description_snippet",".game_area_description","#earlyAccessHeader","[id^='ReviewContent'] .content",".ModalOverlayContent"],excludeSelectors:["#global_actions","#store_controls","#foryou_tab","[class*=persona]","[class*=game_title_area]","a.btn_medium",".persona_name",".hours.ellipsis",".checkcol",".postedDate",".dev_row .summary",".already_in_library",".game_header_image_ctn .grid_content",".ds_flag.ds_wishlist_flag",".early_access_review.tooltip",".communitylink_achievement_images",".user_reviews_summary_row.summary",".review_award_ctn",".add_to_wishlist_area",".next_in_queue_content",".glance_tags.popular_tags",".game_purchase_action",".vote_button_ctn","#VoteUpDownBtnCtn","#footer","#ViewAllReviewssummary"],atomicBlockSelectors:[".game_area_sys_req_leftCol",".game_area_sys_req_rightCol"],extraInlineSelectors:[".pulldown"],additionalSelectors:[".game_page_autocollapse_ctn iframe"],globalStyles:{".game_description_snippet":"max-height:unset; overflow: scroll;",".game_purchase_area_friends_want":"height: auto; padding-bottom: 6px;",".div.early_access_banner":"height: 84px",".franchise_notice > *":"height: 84px"},detectParagraphLanguage:!0},{id:"steampowered",matches:"store.steampowered.com",detectParagraphLanguage:!0},{id:"nature",matches:"https://www.nature.com/articles/*",excludeSelectors:[".c-header",".c-recommendations-header",".c-recommendations-list-container",".c-article-references__links",".c-article-identifiers",".c-article-author-list",".c-article-metrics-bar__wrapper",".c-article__pill-button","#author-information-content","#article-info-section"]},{id:"webofscience",matches:"https://www.webofscience.com/*",globalStyles:{".abstract":"height:auto !important;",".show-more-lines":"height:unset !important;"},excludeSelectors:[".summary-left-panel",".authors","app-full-record-keywords mark"],mutationObserverContainerSelectors:["[data-ta='summary-record-title-link']","#FullRTa-fullRecordtitle-0"],extraBlockSelectors:["app-summary-authors + div","app-full-record-keywords span span"],observeUrlChange:!0,urlChangeDelay:600,mutationChangeDelay:600},{id:"appleinsider",matches:["appleinsider.com"],excludeSelectors:["#topic-nav"]},{id:"jetbrains",matches:"https://www.jetbrains.com/help/*",extraBlockSelectors:["[data-test=prompt]"]},{id:"crates",matches:["https://crates.io/search*"],selectors:["div[class^=_description-box] div[class^=_description]"]},{id:"theverge",matches:"www.theverge.com",shadowRootSelectors:["div#coral_thread > div"]},{id:"simp",matches:"https://beta.simp.red/trans*",mainFrameSelector:".simpread-read-root"},{id:"lookintobitcoin",matches:"https://www.lookintobitcoin.com/charts/*",excludeSelectors:["svg"]},{id:"openaiAccount",matches:"https://platform.openai.com/account/api-keys*",urlChangeDelay:1500},{id:"openaiDocs",matches:"https://platform.openai.com/docs*","excludeSelectors.add":[".pheader"]},{id:"pkgStd",matches:"https://pkg.go.dev/std",selectors:["td.UnitDirectories-desktopSynopsis"]},{id:"pkg",matches:"https://pkg.go.dev/*",selectors:["div.UnitDetails p"]},{id:"explainpaper",matches:["https://www.explainpaper.com/reader*"],isTranslateTitle:!1,selectors:[".leading-relaxed",".chat-messages p",".text-sm"]},{id:"colab",matches:"https://colab.research.google.com/*",excludeSelectors:["code","view-line"]},{id:"gatesnotes",matches:"www.gatesnotes.com",minZIndex:-1},{id:"kakao",matches:"page.kakao.com",shadowRootSelectors:["div[style^='visibility: visible'"]},{id:"coinmarketcap",matches:"coinmarketcap.com",extraBlockSelectors:["div[class='sc-3502f6cd-0 JxHqg']"]},{id:"wandb",matches:"wandb.ai",additionalSelectors:[".report-page-top"],additionalStayOriginalSelectors:["span[data-slate-inline=true]"],extraInlineSelectors:[]},{id:"paulgraham",matches:"paulgraham.com",additionalSelectors:["font[face=verdana]"],extraBlockSelectors:"font[face=verdana]"},{id:"zendesk",matches:"https://*.zendesk.com/agent/*",selectors:["[data-test-id*=subject]",".zd-comment",".title"]},{id:"migadu",matches:"webmail.migadu.com",selectors:[".bodyText"]},{id:"thehackernews",matches:"thehackernews.com",excludeSelectors:["span#blog-pager-older-link","span.h-datetime"],additionalSelectors:[".pop-title"]},{id:"brown",matches:"cs.brown.edu",excludeSelectors:[".SCodeFlow"]},{id:"tass",matches:"tass.ru",globalStyles:{"#__next":"font-size: 19px;line-height:28px;"}},{id:"chatGoogle",matches:"chat.google.com",selectors:["[jsname=bgckF]"]},{id:"fiverr",matches:"https://www.fiverr.com/inbox/*",selectors:[".message-body"]},{id:"fiverr-main",matches:"*.fiverr.com",globalStyles:{"h3 > a":"-webkit-line-clamp:unset;overflow:unset;",h3:"-webkit-line-clamp:unset;overflow:unset;",h5:"-webkit-line-clamp:unset;overflow:unset;",p:"-webkit-line-clamp:unset;overflow:unset;",".YLycza2.u9KHmsf":"height:unset;max-height:unset;",".lt2ar2q.EhHcMiw":"height:unset; max-height: unset;"},excludeSelectors:[".popular"]},{id:"jira",matches:["jira.*.com/browse/*","jira.*.com/projects/*"],selectors:["[id=descriptionmodule]","[id=summary-val]","div.action-body","td.stsummary"]},{id:"ahaIo",matches:["*.aha.io"],selectors:["[tabindex='0']","div.user-content","div.comments__body","span.name"]},{id:"thehill",matches:"thehill.com",injectedCss:[".most-popular-item { max-height: unset !important; }",".most-popular-item__link { -webkit-line-clamp: unset !important; }"],excludeSelectors:["div.featured-cards__byline","div.list-item__meta",".tags__item","div.extended-scroll__header",".submitted-by",".site-header--has-alert-banner",".homepage__container__opinion__item__byline",".homepage__container__header",".archive__item__meta"]},{id:"ubuntu",matches:"manpages.ubuntu.com",selectors:["pre"],atomicBlockTags:["pre"]},{id:"spiedigitallibrary",matches:"www.spiedigitallibrary.org","excludeTags.add":["IMG","SUB","SUP","CODE","TT","ASIDE","FOOTER"],"excludeTags.remove":["LINK"]},{id:"promptingguide",matches:"www.promptingguide.ai",selectors:["article","li"]},{id:"ground",matches:"ground.news",globalStyles:{".line-clamp-3":"-webkit-line-clamp: unset !important;"}},{id:"ietf",matches:"*.ietf.org/doc/html/*",additionalSelectors:["pre"],isTransformPreTagNewLine:!0,preWhitespaceDetectedTags:["DIV","SPAN","PRE"]},{id:"newsminimalist",matches:"https://www.newsminimalist.com/",extraBlockSelectors:[".inline-flex"],"excludeTags.remove":["BUTTON"]},{id:"yandexIndex",matches:"https://yandex.com/",selectors:[".tabs__item-text"]},{id:"yandexSearch",matches:"https://yandex.com/search/*",excludeSelectors:[".KeyValue-Row",".EntityFeedbackFooter",".Organic-Subtitle",".SerpFooter-Content",".serp-user",".Pager"],globalStyles:{".ExtendedText-Toggle":"white-space:normal;"}},{id:"yandex",matches:"https://yandex.com/video/*",selectors:[".serp-item__title",".serp-item__text",".Keypoints-ItemTitle",".bes-epmjnzm-idtktyj",".OrganicTitle-LinkText","h1.VideoTitle"],globalStyles:{".serp-item__title":"-webkit-line-clamp: unset;max-height:unset;",".serp-item__text":"-webkit-line-clamp: unset;max-height:unset;",".OrganicTitle-LinkText":"-webkit-line-clamp: unset;max-height:unset;","h1.VideoTitle":"-webkit-line-clamp: unset;max-height:unset;",".link .serp-item__keypoints":"bottom:2px;",".OrganicTitle":"max-height:unset;"}},{id:"perplexity",matches:"https://www.perplexity.ai",globalStyles:{".line-clamp-1":"-webkit-line-clamp: unset !important;",".line-clamp-2":"-webkit-line-clamp: unset !important;"},"mutationConfig.add":{buildTimeout:1e3,consumeTimeout:1e3},additionalStayOriginalSelectors:["a.citation"],selectors:[".prose",".my-md",".line-clamp-2",".line-clamp-1"]},{id:"allmyfaves",matches:"https://allmyfaves.com/",selectors:["p"],paragraphMinTextCount:2,paragraphMinWordCount:1},{id:"man7",matches:"man7.org",isTransformPreTagNewLine:!0,globalStyles:{pre:"white-space: inherit;"}},{id:"kadaza",matches:"https://www.kadaza.com/",selectors:[".header span.title",".custom-content-footer"],containerMinTextCount:2,containerMinWordCount:1,paragraphMinTextCount:2,paragraphMinWordCount:1},{id:"urlChangeDelay",matches:["https://babelnovel.com/books/*","https://www.webnovel.com/book/*","https://platform.openai.com/docs/*","docs.oracle.com","docs-cortex.paloaltonetworks.com","forum.m5stack.com/topic/*","community.m5stack.com/topic/*"],urlChangeDelay:0,_comment:"\u89E3\u51B3url\u53D8\u5316\u91CD\u590D\u7FFB\u8BD1\u95EE\u9898"},{id:"genuine",matches:"blog.genuine.com",excludeSelectors:["div.enlighter"]},{id:"chinadaily",matches:"www.chinadaily.com.cn",injectedCss:["a { height: unset !important; }","li { height: unset !important; }","div { height: unset !important; }",".immersive-translate-target-inner {color:black;}"],excludeSelectors:[".topNav",".topNav2_art > span",".topNav_art2 > .dropdown",".dibu-three",".topBar"]},{id:"braynzarsoft",matches:"www.braynzarsoft.net",selectors:["div#view-question-desc"]},{globalAttributes:{"#stimulus":{translate:"off",class:"stimulus"},"#stem":{translate:"off",class:"stem"}},id:"lawhub",matches:"https://lawhub.lsac.org/question/*"},{id:"yuque",matches:"https://www.yuque.com/*",excludeSelectors:[".lark-virtual-tree"]},{id:"bearblog",matches:"https://bearblog.dev/discover/*",excludeTags:["small"]},{id:"researchgate",matches:"www.researchgate.net",excludeSelectors:[".nova-legacy-v-publication-item__meta-data",".nova-legacy-v-publication-item__person-list",".js-authors-list"]},{id:"theatlantic",matches:["www.theatlantic.com","https://mashable.com/*"],"excludeSelectors.add":["footer:last-of-type","nav","header div.subtitle-2.w-full"],initialSelectorGlobalAttributes:{"footer:last-of-type":{translate:"no"},"nav:last-of-type":{translate:"no"},nav:{translate:"no"}}},{id:"youtrackJetbrains",matches:"youtrack.jetbrains.com/articles/*",selectors:["[role=presentation]","[data-test=article-content]"],excludeSelectors:[".toolbar__ee8"]},{id:"dw",matches:"www.dw.com",initialSelectorGlobalAttributes:{"footer:last-of-type":{translate:"no"},"nav:last-of-type":{translate:"no"},nav:{translate:"no"}},excludeSelectors:[".focus-menu-shown"]},{id:"sentry",matches:"docs.sentry.io",initialSelectorGlobalAttributes:{"footer:last-of-type":{translate:"no"},".navbar":{translate:"no"}},"extraInlineSelectors.add":[".term-wrapper","span.description"]},{id:"openai-blog",matches:"https://openai.com/blog/*","stayOriginalTags.remove":["CODE"]},{id:"urlComment",selectorMatches:["meta[name='generator'][content^='Discourse']"],urlChangeDelay:0,_comment:"\u89E3\u51B3url\u53D8\u5316\u4F46\u662F\u9875\u9762\u4E0D\u53D8\u7684\u95EE\u9898"},{id:"feedly",matches:"feedly.com",globalStyles:{".TitleOnlyLayout":"height:unset !important;",".EntrySummary--u4":"-webkit-line-clamp: unset;max-height:unset;",".EntrySummary--u5":"-webkit-line-clamp: unset;max-height:unset;"},excludeSelectors:[".Leftnav"]},{id:"bardGoogle",matches:"bard.google.com",excludeSelectors:["mat-sidenav","div.capabilities-disclaimer","#cdk-overlay-6","message-actions button",".mdc-button__label .ng-star-inserted",".mdc-list-item__primary-text"],isTranslateTitle:!1,"excludeTags.add":["mat-tooltip-component"],"excludeTags.remove":["BUTTON"]},{id:"whatsapp",matches:"web.whatsapp.com",selectors:[".copyable-text > span"],wrapperPrefix:` -`,wrapperSuffix:"
"},{id:"bing",matches:"https://*.bing.com/search*",extraInlineSelectors:["a","i"],globalStyles:{"[class*='lineclamp'],.b_title":"-webkit-line-clamp:unset;"}},{id:"yahoo",matches:"*.yahoo.*",excludeSelectors:["._ys_jiqava","#ybar-inner-wrap","#Col2-5-Rmp-Proxy"],extraBlockSelectors:[".SIPGg",".sc-kzMCTH.pSZXj"],globalStyles:{"#atomic .Mt\\(20px\\)":"margin-top: 100px;","[class*='LineClamp']":"-webkit-line-clamp:unset;max-height:unset;","a[class*='js-content-viewer']> div[class*='Td\\(n\\)']":"overflow: scroll;","[class*='_ys_24482e']":"-webkit-line-clamp:unset;","#Aside > :first-child":"overflow:scroll;"}},{id:"wsj",matches:"www.wsj.com",excludeSelectors:["header","footer","nav","[aria-label='Markets summary']"]},{id:"businessinsider",matches:"www.businessinsider.com",excludeSelectors:["header","nav","section.live-updates-module "]},{id:"goodreads",matches:"www.goodreads.com",excludeSelectors:[".badgeYear",".gr-mediaBox__desc",".bookVotedRow",".minirating","div[itemprop='aggregateRating']",".wtrButtonContainer",".RatingsHistogram__labelTitle",".FollowButton",".siteHeader__topLevelLink","#books > thead","td[class*='rating']","td[class*='shelves']","td[class*='date_read']","td[class*='date_added']","td[class*='actions']"]},{id:"feeder",matches:"https://feeder.co/*",globalStyles:{".item-summary":"-webkit-line-clamp:unset;"}},{id:"elektrotechnik",matches:"https://www.elektrotechnik.rwth-aachen.de/*",globalAttributes:{"[class='notranslate']":{class:""}}},{id:"nytimes",matches:"www.nytimes.com",excludeSelectors:["#app > div > div > header","#app > div > div > div > div > header","#in-story-masthead"],injectedCss:["a::after {position:relative!important;}"]},{id:"bugsKde",matches:"bugs.kde.org","excludeTags.remove":["svg","PRE"],additionalExcludeSelectors:[".bz_first_comment_head",".bz_comment_head",".related_actions"]},{id:"eastmoney",matches:"guba.eastmoney.com",searchEnhancementConfig:[{id:"eastmoney",urlMatch:"guba.eastmoney.com/news,us\\w+,\\w+.html",delayTime:0,selector:".moneyFlowContainer",selectorAction:"insertBefore",style:{container:"background:white;border:none;border-radius: 4px;box-shadow: 0 2px 4px hsla(216,5%,62%,.14);",source:"font-size:12px; margin-bottom: 0px;",keyword:"color:#294688",title:"font-size:14px;color:#294688;",enTitle:"margin-top:4px;font-size:12px;",searchTitle:"margin:4px 0 16px;position:relative;padding-right:24px;font-size: 16px;",time:"margin: 0px 0 16px;",more:"color:#294688;margin-top:8px;"},keyword:{value:"[0]$1 stock",matches:[{source:"url",matchRegex:"guba.eastmoney.com/news,us(\\w+?),\\S+.html"}]},showCount:8},{id:"eastmoney",urlMatch:"guba.eastmoney.com/list,us\\w+.*.html",delayTime:0,selector:".qualityContentContainer",selectorAction:"insertBefore",style:{container:"background:white;border:none;border-radius: 4px;box-shadow: 0 2px 4px hsla(216,5%,62%,.14);",source:"font-size:12px; margin-bottom: 0px;",keyword:"color:#294688",title:"font-size:14px;color:#294688;",enTitle:"margin-top:4px;font-size:12px;",searchTitle:"margin:4px 0 16px;position:relative;padding-right:24px;font-size: 16px;",time:"margin:0px 0 16px;",more:"color:#294688;margin-top:8px;"},keyword:{value:"[0]$1:[0]$2",matches:[{source:{type:"selector",attribute:"href"},matchRegex:"code=(\\w+)_(\\w+)",match:"a[href*='rank/stock?code=']"}]},showCount:8}]},{id:"xueqiu",matches:"xueqiu.com",searchEnhancementConfig:[{id:"xueqiu",urlMatch:"xueqiu.com/S/[a-zA-Z]+/?$",delayTime:0,selector:".container-side-sm.float-right.stock__side",selectorAction:"appendChild",style:{container:"background:white;border:none;border-radius: 4px;padding:0;",source:"font-size:12px; margin-bottom: 0px;",keyword:"color:#06c",title:"font-size:14px;color:#06c;",enTitle:"margin-top:4px;font-size:12px;",searchTitle:"margin:4px 0 16px;position:relative;padding-right:24px;font-size: 16px;font-weight: bold;",time:"margin:0px 0 16px;",more:"color:#06c;margin-top:8px;"},showCount:8,keyword:{value:"[0]$1",matches:[{source:{type:"selector",attribute:"text"},matchRegex:"\\((.+)\\)",match:".stock-name"}]}}]},{id:"laohu8",matches:"www.laohu8.com",searchEnhancementConfig:[{id:"laohu8",urlMatch:"www.laohu8.com/stock/[a-zA-Z]+/?$",delayTime:0,selector:".hot-stocks-root",selectorAction:"insertBefore",style:{container:"background:white;border:none;border-radius: 4px;box-shadow: 0 2px 4px hsla(216,5%,62%,.14);",source:"font-size:12px; margin-bottom: 0px;",title:"font-size:14px;color: #007bff;",enTitle:"margin-top:4px;color: #4d5156;font-size:12px;",searchTitle:"margin:4px 0 16px;position:relative;padding-right:24px;font-size: 16px;",time:"margin: 0px 0 16px;"},keyword:{value:"[0]$1 stock",matches:[{source:"url",matchRegex:"stock/([a-zA-Z]+)"}]},showCount:8}]},{id:"futunn",matches:"www.futunn.com",searchEnhancementConfig:[{id:"futunn",urlMatch:"www.futunn.com/stock/\\w+-US",delayTime:0,selector:".right",selectorAction:"appendChild",style:{container:"background:white;border:none;border-radius: 4px;box-shadow: 0 2px 4px hsla(216,5%,62%,.14);",source:"font-size:12px; margin-bottom: 4px;",title:"font-size:14px;color: #007bff;",enTitle:"margin-top:4px;color: #4d5156;font-size:12px;",searchTitle:"margin:4px 0 16px;position:relative;padding-right:24px;font-size: 16px;",time:"margin: 4px 0 20px;"},keyword:{value:"[0]$1 stock",matches:[{source:"url",matchRegex:"stock/([a-zA-Z]+)-US"}]},showCount:8}]},{id:"bmvrMarseille",matches:"www.bmvr.marseille.fr",globalStyles:{"a > div":"display:block;","[style*='358px;']":"width: 33.3333%; height: auto; padding: 0px; position: relative; margin: 0px;"},globalAttributes:{"#app":{class:""}}},{id:"piAi",matches:"pi.ai/talk",globalStyles:{"[class*='text-brand-green']":"flex-direction:column;"}},{id:"claudeAi",matches:"claude.ai",excludeSelectors:[".contents *"],"excludeTags.remove":["PRE"],injectedCss:"[data-testid='chat-menu-trigger'] br {display:none;}",aiRule:{messageWrapperSelector:".contents",messageContainerSelector:".ReactMarkdown",messageStreamEndSelector:".contents > button",streamingChange:!0,streamingDeepChild:!1,streamingDelayTime:1e3}},{id:"feishu",matches:["*.feishu.cn","*.larkoffice.com","*.larksuite.com"],"additionalExcludeSelectors.remove":[".notranslate","[translate=no]"],mutationObserverLimitTargetSelectors:[".maindocbody","div[class*='render']","div[class*='block']"],"excludeSelectors.add":[".catalogue__list"]},{id:"gitbook",selectorMatches:[".gitbook-root"],"additionalExcludeSelectors.remove":[".notranslate","[translate=no]"],"additionalExcludeSelectors.add":["[spellcheck='false']"]},{id:"mitre",matches:"cwe.mitre.org",globalStyles:{"span.list_entry":"height: unset;"}},{id:"kaggle",matches:"www.kaggle.com",excludeTags:["i","button"]},{id:"ieee",matches:"spectrum.ieee.org",extraBlockSelectors:["small"]},{id:"ieeexplore",matches:"ieeexplore.ieee.org",stayOriginalSelectors:["a[ref-type]",".inline-formula",".display-formula"]},{id:"cnn",matches:"*.cnn.com","excludeSelectors.add":[".ad-slot-header__wrapper","#pageFooter"],"bodyRule.add":{bodySelector:".layout__content-wrapper",articleSelector:".article__content-container"}},{id:"marginalrevolution",matches:"marginalrevolution.com",globalAttributes:{header:{translate:"unset;"}}},{id:"highfrequencyelectronics",matches:"www.highfrequencyelectronics.com",globalStyles:{"#main-content":"overflow:unset;"}},{id:"githubBlog",matches:"github.blog",globalStyles:{".font-mktg":"word-break:normal;"}},{id:"semanticscholar",matches:"www.semanticscholar.org",selectors:[".cl-paper-title",".cl-paper-abstract",".tldr-abstract-replacement",".text-truncator",".paper-detail-title"]},{id:"uni-trier",matches:"dblp.uni-trier.de",selectors:["h1","h2",".title",".external","dd p"],excludeSelectors:[".side-column"]},{id:"bilibili",matches:"www.bilibili.com","excludeSelectors.add":[".bpx-player-subtitle-panel-text"],"subtitleRule.add":{type:"bilibili",subtitleUrlRegExp:"aisubtitle.hdslb.com/bfs",loadingContainerSelector:".bpx-player-subtitle-panel"}},{id:"time",matches:"time.com",excludeSelectors:[".date-and-duration"],globalStyles:{".headline":"-webkit-line-clamp:unset;overflow:unset;height:unset;",h3:"-webkit-line-clamp:unset;overflow:unset;",p:"-webkit-line-clamp:unset;overflow:unset;"}},{id:"docs-swift",matches:"docs.swift.org",selectors:[".content","#menu"]},{id:"uzh",matches:"www.uzh.ch",injectedCss:[".TextImage--inner {overflow:auto !important;}"]},{id:"mail-yandex",matches:"mail.yandex.com",selectors:["article",".Text_color_primary",".mail-MessageSnippet-Item_subject"],globalStyles:{".mail-MessageSnippet":"height: unset; line-height:unset;",".immersive-translate-target-translation-block-wrapper":"margin:unset;"}},{id:"forums.zotero",matches:"forums.zotero.org",selectors:[".page-sidebar",".page-content"]},{id:"pubmed.ncbi.nlm.nih.gov",matches:"pubmed.ncbi.nlm.nih.gov",urlChangeDelay:0,excludeSelectors:[".docsum-journal-citation",".citation-part",".docsum-authors",".top-wrapper",".article-source",".citation-doi",".identifiers",".cite",".share",".arrow-link"],globalAttributes:{"#Scholarscope_HighlightContent":{class:""},"#Scholarscope_HighlightOrigin":{class:"Scholarscope_HighlightContents"}},mutationExcludeContainsSelectors:["#Scholarscope_HighlightContent highlight"],mutationExcludeSelectors:["#Scholarscope_HighlightContent","#Scholarscope_HighlightContent span"],injectedCss:["#Scholarscope_HighlightOrigin > p font,#Scholarscope_HighlightContent > p font {display: inline!important;}","#Scholarscope_HighlightOrigin > p font br,#Scholarscope_HighlightContent > p font br {display: none!important;}"]},{id:"chosun",matches:"www.chosun.com",injectedCss:"body {word-break: unset!important;}"},{id:"yna",matches:"*.yna*",injectedCss:["font > br {display:none}"],globalStyles:{"a,strong":"max-height:unset;-webkit-line-clamp:unset;height:unset;white-space:unset;","div,p,li,.item-box01,.news-con":"height:unset;max-height:unset;-webkit-line-clamp:unset;"},"additionalExcludeSelectors.remove":[".notranslate","[translate=no]"]},{id:"cnet",matches:"www.cnet.com",globalStyles:{"h3,div,span,p":"max-height:unset;-webkit-line-clamp:unset;height:unset;white-space:unset;"}},{id:"dolmods",matches:"dolmods.net",globalStyles:{"[class*='max-h']":"max-height:unset!important;"}},{id:"digitimes",matches:"www.digitimes.com",globalStyles:{"a,.title,.abstract,.display-5,.top":"max-height:unset;-webkit-line-clamp:unset;height:unset;white-space:unset;"},"excludeSelectors.add":[".main-nav-frame",".sub-header-wrapper",".footer",".date"],"additionalExcludeSelectors.remove":[".notranslate","[translate=no]"]},{id:"vdi-nachrichten",matches:"www.vdi-nachrichten.com","excludeSelectors.add":[".header-menu__item > a",".linkbar__item",".header__button-group"]},{id:"htdp",matches:"htdp.org",excludeTags:["blockquote"],stayOriginalSelectors:[".RktIn"]},{id:"newsletterss",matches:"newsletterss.com",initialGlobalAttributes:{iframe:{scrolling:"auto"}}},{id:"docusaurus",selectorMatches:["#__docusaurus"],"excludeSelectors.add":["aside",".DocSearch-Modal"]},{id:"mercari",matches:"*.mercari.com","excludeTags.remove":["PRE"]},{id:"qqMail",matches:"mail.qq.com",useIframePostMessage:!1},{id:"nikkei",matches:"www.nikkei.com",globalStyles:{"h3,div,span,p":"max-height:unset;-webkit-line-clamp:unset;height:unset;white-space:unset;"}},{id:"pubs.rsc.org",matches:"pubs.rsc.org",excludeSelectors:[".eqn"]},{id:"indeed",matches:"*.indeed.com",globalStyles:{"span,.css-19rjr9w.e1wnkr790":"max-height:unset;-webkit-line-clamp:unset;height:unset;white-space:unset;"},"excludeTags.remove":["BUTTON"]},{id:"brutalist",matches:"brutalist.report",selectors:["li > a:first-child","aside","nav > a","h1 > a","h3 > a","h2 >a"],"additionalExcludeSelectors.remove":[".notranslate","[translate=no]"]},{id:"maxroll",matches:["maxroll.gg"],extraInlineSelectors:[".d4t-sprite-icon",".d4t-icon"],injectedCss:["font {font-family: sans-serif !important;}"]},{id:"microsoftTeams",matches:["teams.live.com"],"stayOriginalSelectors.add":["span[title][style='min-width: 20px; height: 20px;']"]},{id:"gradioappdocs",matches:"www.gradio.app/docs/*",selectors:["div.obj"],excludeSelectors:["div#examples"]},{id:"arca",matches:"arca.live","excludeTags.remove":["PRE"]},{id:"chatpdf",matches:["www.chatpdf.com"],"additionalExcludeSelectors.remove":[".notranslate"],excludeSelectors:[".chat-message-row.ai *",".pdf-viewer"],aiRule:{streamingSelector:"",messageWrapperSelector:".chat-message-row.ai",streamingChange:!1,streamingDeepChild:!0,streamingDelayTime:1e3}},{id:"inciteful",matches:["inciteful.xyz"],"excludeTags.remove":["BUTTON"]},{id:"app.element.io",matches:["app.element.io"],"additionalExcludeSelectors.remove":[".notranslate"],"excludeSelectors.add":[".mx_DisambiguatedProfile",".mx_ReplyChain_wrapper",".mx_ThreadSummary_replies_amount"]},{id:"fastapi.tiangolo.com",matches:"fastapi.tiangolo.com",selectors:["article"]},{id:"termynal",selectorMatches:["link[href*='termynal.css']"],"stayOriginalSelectors.add":[".termy"]},{id:"cpb-nl",matches:["www.cpb.nl"],"bodyRule.add":{enable:!1}},{id:"hub.logseq",matches:["hub.logseq.com"],globalStyles:{"[class*=':h-[']":"height:unset;"}},{id:"chat.zalo",matches:["chat.zalo.me"],"additionalExcludeSelectors.remove":[".notranslate"],inputExecCommandDeleteEnable:!0,"inputConfig.add":{execCommandDeleteEnable:!0}},{id:"epam",matches:"*.epam.com",globalStyles:{"[class*='ContentAnchorLinkList']":"word-break:unset;"},"excludeSelectors.add":["#blog-page-sidebar-wrapper"],"excludeTags.remove":["BUTTON"]},{id:"discussions.apple",matches:"discussions.apple.com","excludeSelectors.add":[".page-number"]},{id:"www.sixthtone.com",matches:["www.sixthtone.com"],"excludeSelectors.add":["#footer","[class^=index_time]","[class^=index_anthorList]","[class^=index_node]","[class^=index_popupWrapper]"]},{id:"forum.unity",matches:["forum.unity.com"],"excludeSelectors.add":[".bbCodeCode"]},{id:"wattpad",matches:["www.wattpad.com"],"excludeTags.remove":["PRE"],globalAttributes:{header:{translate:"unset;"}},globalStyles:{".story-info .item-description":"overflow: scroll;"}},{id:"netflix",matches:["www.netflix.com"],"excludeSelectors.add":[".player-timedtext"],"mutationExcludeSelectors.add":[".player-timedtext *"],"subtitleRule.add":{type:"netflix",loadingContainerSelector:".watch-video",subtitleUrlRegExp:"^https://.+?.oca.nflxvideo.net/\\?([ovet]=[^=]+){4}$",loadingStyle:"bottom: 15%;",quickButtonRule:{appendSelector:'[data-uia="control-next"]',insertBeforeSelector:'[data-uia="control-next"]',injectCSS:".imt-quick-subtitle-button {height: 60%; margin-right: 50px; font-size: 20px; } .logo,.logo svg { height: 36px; width: 36px} .label { display: none; } .imt-quick-subtitle-pop-content {transform: translateX(50%); right: 0}"},videoSelector:"video",attachRule:{appendSelector:".watch-video",injectedCSS:[".imt-caption-window {margin-bottom: 0px; bottom: 10vw;}"],injectedGlobalCSS:[".player-timedtext {display: none !important; }"]}}},{id:"udemy",matches:["www.udemy.com"],"excludeSelectors.add":["[data-purpose='captions-cue-text']",".shaka-text-container"],"mutationExcludeSelectors.add":["[data-purpose='captions-cue-text'] *",".shaka-text-container *"],"subtitleRule.add":{type:"udemy",subtitleUrlRegExp:"^https://vtt.*\\.udemycdn\\.com/.*\\.vtt",videoPlayerSelector:"video.shaka-video",humanTrust:85,loadingContainerSelector:".shaka-video-container",loadingStyle:"bottom: 15%;",injectedCss:["[class^='well--text'] {white-space: pre;}"],quickButtonRule:{appendSelector:'[data-purpose="video-controls"]'}},"subtitleRule.add_v.[1.4.1]":{hookType:"fetch|xhr"}},{id:"iview",matches:"iview.abc.net.au",excludeSelectors:[".jwplayer"],"mutationExcludeSelectors.add":[".jwplayer *"],"subtitleRule.add":{type:"webvtt",subtitleUrlRegExp:"/cc/.*\\.(vtt|webvtt)$",loadingContainerSelector:".jwplayer",quickButtonRule:{appendSelector:".jw-reset.jw-button-container",insertBeforeSelector:".jw-settings-submenu-button",injectCSS:".imt-quick-subtitle-pop-content {z-index: 999999;}"}}},{id:"nmaart",matches:"www.nma.art",excludeSelectors:[".video-container"],"mutationExcludeSelectors.add":[".video-container *"],"subtitleRule.add":{type:"webvtt",subtitleUrlRegExp:"/texttrack/.*\\.(vtt|webvtt)",loadingContainerSelector:".video-container",quickButtonRule:{appendSelector:".vjs-control-bar",insertBeforeSelector:".vjs-playback-rate"}}},{id:"apple",matches:"developer.apple.com",excludeSelectors:[".developer-video-player"],"mutationExcludeSelectors.add":[".developer-video-player *"],"subtitleRule.add":{type:"webvtt",subtitleUrlRegExp:"\\.(vtt|webvtt)"}},{id:"khanacademy",matches:["www.khanacademy.org"],"subtitleRule.add":{type:"khanacademy",subtitleUrlRegExp:"GetSubtitles",hookType:"fetch"},"stayOriginalSelectors.add":[".mathjax-wrapper"]},{id:"nebula",matches:["nebula.tv"],"excludeSelectors.add":["[data-subtitles-container='true']"],"mutationExcludeSelectors.add":["[data-subtitles-container='true'] *"],"subtitleRule.add":{type:"webvtt",subtitleUrlRegExp:"\\.vtt$",loadingContainerSelector:".video-poster",quickButtonRule:{appendSelector:".icon-spacing.css-4yh7a0",insertBeforeSelector:"#subtitles-toggle-button",ccEnableSelector:"#subtitles-toggle-button"}}},{id:"frontendmasters",matches:["frontendmasters.com"],"excludeSelectors.add":[".vjs-text-track-display"],"mutationExcludeSelectors.add":[".vjs-text-track-display *"],"subtitleRule.add":{type:"webvtt",subtitleUrlRegExp:".vtt$",loadingContainerSelector:".vjs-text-track-display",injectedCss:["#immersive-translate-quick-button-container {order: 2} .imt-quick-subtitle-pop-content {z-index: 2147483647}"],quickButtonRule:{appendSelector:".vjs-control-bar"},videoSelector:".PromoPlayer video",attachRule:{appendSelector:".video-js",injectedGlobalCSS:".vjs-text-track-display {display: none;}"}}},{id:"udacity",matches:["*.udacity.com"],"excludeSelectors.add":[".vjs-text-track-display"],"mutationExcludeSelectors.add":[".vjs-text-track-display *"],"subtitleRule.add":{type:"webvtt",subtitleUrlRegExp:".vtt$",loadingContainerSelector:".vjs-text-track-display"}},{id:"skillshare",matches:["www.skillshare.com"],"excludeSelectors.add":[".vjs-text-track-display"],"mutationExcludeSelectors.add":[".vjs-text-track-display *"],"subtitleRule.add":{type:"webvtt",subtitleUrlRegExp:"\\.vtt\\?",loadingContainerSelector:".vjs-text-track-display",injectedCss:["#immersive-translate-quick-button-container {order: 13}"],quickButtonRule:{appendSelector:".vjs-control-bar",insertBeforeSelector:".vjs-volume-panel",injectCSS:" .label { display: none; } .imt-quick-subtitle-pop-content {transform: translateX(43%); right: 0; z-index: 2147483647 } "}}},{id:"domestika",matches:["www.domestika.org"],"excludeSelectors.add":[".vjs-text-track-display"],"mutationExcludeSelectors.add":[".vjs-text-track-display *"],"subtitleRule.add":{type:"webvtt",subtitleUrlRegExp:".*subtitles.*\\.vtt",quickButtonRule:{appendSelector:".controlBar-wrapper .right-wrapper",insertBeforeSelector:".vjs-volume-panel"}}},{id:"hbomax",matches:["play.max.com","play.hbomax.com"],"excludeSelectors.add":["[data-testid='playerContainer']","[data-testid='CueBoxContainer']"],"mutationExcludeSelectors.add":["[data-testid='playerContainer'] *","[data-testid='CueBoxContainer'] *"],"subtitleRule.add":{type:"webvtt",subtitleUrlRegExp:"\\.vtt$",loadingContainerSelector:"[data-testid='playerContainer']"}},{id:"mindvalley",matches:["home.mindvalley.com"],"excludeSelectors.add":[".vjs-text-track-display"],"mutationExcludeSelectors.add":[".vjs-text-track-display *"],"subtitleRule.add":{type:"webvtt",subtitleUrlRegExp:"\\.webvtt$",loadingContainerSelector:".vjs-text-track-display",injectedCss:["#immersive-translate-quick-button-container {order: 6}"],quickButtonRule:{appendSelector:'[data-testid="video-section"] .vjs-control-bar',insertBeforeSelector:'[data-testid="video-section"] .vjs-volume-panel',injectCSS:".imt-quick-subtitle-pop-content {z-index: 999999;}"}}},{id:"masterclass",matches:["www.masterclass.com","learn.microsoft.com"],"excludeSelectors.add":[".vjs-text-track-display"],"mutationExcludeSelectors.add":[".vjs-text-track-display *"],"subtitleRule.add":{type:"webvtt",subtitleUrlRegExp:"\\.vtt",loadingContainerSelector:".vjs-text-track-display",quickButtonRule:{appendSelector:".vjs-control-bar",insertBeforeSelector:".vjs-playback-rate"}}},{id:"viu",matches:["www.viu.com"],"excludeSelectors.add":[".bmpui-ui-viu-subtitle-overlay"],"mutationExcludeSelectors.add":[".bmpui-ui-viu-subtitle-overlay *"],"subtitleRule.add":{type:"webvtt",hookType:"xhr",subtitleUrlRegExp:"https?://[^/]+\\.cloudfront\\.net/[^/]+/[^/]+$",loadingContainerSelector:".bmpui-container-wrapper",loadingStyle:"bottom: 20%;",injectedCss:[".bmpui-controls-hidden #immersive-translate-quick-button-container {display: none;}"],quickButtonRule:{appendSelector:".bmpui-ui-container.bmpui-ui-viu-subtitle > .bmpui-container-wrapper",injectCSS:".imt-quick-subtitle-button {margin-bottom: 8px}"}}},{id:"linkin",matches:"*.linkedin.com","excludeSelectors.add":[".vjs-text-track-display"],"mutationExcludeSelectors.add":[".vjs-text-track-display *"],"subtitleRule.add":{type:"webvtt",subtitleUrlRegExp:".*ambry/\\?x-li-ambry-ep=.*",hookType:"xhr",loadingContainerSelector:".video-player-container",quickButtonRule:{appendSelector:".vjs-control-bar",insertBeforeSelector:".vjs-captions-toggle"}}},{id:"kanopy",matches:"*.kanopy.com","excludeSelectors.add":[".vjs-text-track-display"],"mutationExcludeSelectors.add":[".vjs-text-track-display *"],"subtitleRule.add":{type:"webvtt",subtitleUrlRegExp:".*captioncache/webvtt.*",hookType:"xhr",loadingContainerSelector:".video-player-container",injectedCss:["#immersive-translate-quick-button-container{height: 40px;display: flex;align-items: center;align-self: flex-end;}"],quickButtonRule:{appendSelector:".vjs-control-bar",insertBeforeSelector:".vjs-caption-control"}}},{id:"iflix",matches:["www.iflix.com","wetv.vip"],"excludeSelectors.add":[".text-track"],"mutationExcludeSelectors.add":[".player-wrapper *"],"subtitleRule.add":{type:"webvtt",subtitleUrlRegExp:"\\.vtt",hookType:"xhr",loadingContainerSelector:"#player-wrapper",loadingStyle:"bottom: 18%;",quickButtonRule:{appendSelector:'[data-role="wetv-ctrlbar-right"]',insertBeforeSelector:'[data-role="wetv-player-definition"]'}}},{id:"imdb",matches:"www.imdb.com","excludeSelectors.add":[".jw-text-track-container"],"mutationExcludeSelectors.add":[".jw-text-track-container *"],"subtitleRule.add":{type:"webvtt",subtitleUrlRegExp:"\\.srt$",loadingContainerSelector:"#imdbnext-vp-jw-single",quickButtonRule:{appendSelector:".jw-reset.jw-button-container",insertBeforeSelector:'[button="ttt-button"]'}}},{id:"itv",matches:["www.itv.com"],"subtitleRule.add":{type:"text_track",videoPlayerSelector:".genie-video",loadingContainerSelector:".genie-container",loadingStyle:"bottom: unset; top: 5%;",quickButtonRule:{appendSelector:".control-bar_right-child-container",insertBeforeSelector:".controls-toggle_button--fullscreen"}}},{id:"egghead",matches:["egghead.io"],"subtitleRule.add":{type:"text_track",videoPlayerSelector:".cueplayer-react-video",loadingContainerSelector:".cueplayer-react-video-holder",loadingStyle:"bottom: unset; top: 5%;",quickButtonRule:{appendSelector:".cueplayer-react-control-bar-right-part",insertBeforeSelector:".cueplayer-react-closed-caption"}}},{id:"coursera",matches:["www.coursera.org"],"subtitleRule.add":{type:"text_track",videoPlayerSelector:".vjs-tech",loadingContainerSelector:".rc-VideoControlsContainer",loadingStyle:"bottom: unset; top: 5%;",quickButtonRule:{appendSelector:'[role="presentation"] > .rc-ControlBar > .icon-container'}}},{id:"ocrtraining",matches:["ocrtraining.cit.nih.gov","videocast.nih.gov"],"excludeSelectors.add":["#videocastPlayer"],"mutationExcludeSelectors.add":["#videocastPlayer *"],"subtitleRule.add":{type:"webvtt",subtitleUrlRegExp:"\\.srt$",loadingContainerSelector:"#videocastPlayer"}},{id:"espn",matches:["*.espn.com"],mainFrameMinTextCount:0,"excludeSelectors.add":["#fittPageContainer"],"mutationExcludeSelectors.add":["#fittPageContainer *"],"subtitleRule.add":{type:"webvtt",subtitleUrlRegExp:"\\.vtt$",injectedCss:["#immersive-translate-quick-button-container{margin-top:16px;}",".vjs-text-track-display > div >div {font:unset!important;}"],quickButtonRule:{appendSelector:".vjs-control-bar",insertBeforeSelector:".vjs-captions-button"}}},{id:"fmoviesz",matches:["fmoviesz.to","vidplay.online","c8365730d4.nl"],"excludeSelectors.add":["#player"],"mutationExcludeSelectors.add":["#player *"],"subtitleRule.add":{type:"multi_attach_vtt",subtitleUrlRegExp:"subtitle/.*\\.vtt$",quickButtonRule:{appendSelector:".jw-button-container",insertBeforeSelector:".jw-icon-cc"},activeLangSelector:"#jw-player-settings-submenu-captions .jw-settings-submenu-items .jw-settings-item-active",videoSelector:"video",attachRule:{appendSelector:"#player",injectedGlobalCSS:[".jw-text-track-container {display: none;}","@media (min-width: 576px) { video::cue {opacity: 0} }"]}}},{id:"aniwatch",matches:["megacloud.tv","aniwatch.to"],"excludeSelectors.add":[".jw-wrapper"],"mutationExcludeSelectors.add":[".jw-wrapper *"],"subtitleRule.add":{type:"multi_attach_vtt",subtitleUrlRegExp:"^(?!.*sprite\\.vtt$).*\\.vtt$",quickButtonRule:{appendSelector:".jw-button-container",insertBeforeSelector:".jw-icon-cc"},activeLangSelector:"#jw-player-settings-submenu-captions .jw-settings-submenu-items .jw-settings-item-active",videoSelector:"video",attachRule:{appendSelector:".jw-wrapper",injectedGlobalCSS:[".jw-text-track-container {display: none;}","@media (min-width: 576px) { video::cue {opacity: 0} }"]}}},{id:"rottentomatoes",matches:["*.rottentomatoes.com"],"excludeSelectors.add":[".jw-wrapper"],"mutationExcludeSelectors.add":[".jw-wrapper *"],"subtitleRule.add":{type:"webvtt",subtitleUrlRegExp:"\\.vtt$",quickButtonRule:{appendSelector:".jw-button-container",insertBeforeSelector:".jw-icon-cc"}}},{id:"dailymotion",matches:["*.dailymotion.com"],"excludeSelectors.add":[".player"],"mutationExcludeSelectors.add":[".player *"],mainFrameMinTextCount:0,"subtitleRule.add":{type:"subsrt",subsrtFormat:"srt",loadingContainerSelector:".player",subtitleUrlRegExp:"/video/.*\\.srt",quickButtonRule:{appendSelector:".controls_bottom_right",insertBeforeSelector:".subtitles_toggle_button"}}},{id:"movie-web",matches:["movie-web.app/media*"],"excludeSelectors.add":["#root"],"mutationExcludeSelectors.add":["#root *"],"subtitleRule.add":{type:"subsrt",hookType:"fetch",subsrtFormat:"vtt",loadingContainerSelector:".relative.h-screen.overflow-hidden",subtitleUrlRegExp:".*\\.vtt",quickButtonRule:{appendSelector:".hidden.justify-between .flex.items-center.space-x-3"}}},{id:"deeplearning",matches:["learn.deeplearning.ai"],"excludeSelectors.add":['[data-layout="video"]'],"mutationExcludeSelectors.add":['[data-layout="video"] *'],"subtitleRule.add":{type:"subsrt",subsrtFormat:"vtt",loadingContainerSelector:'[data-layout="video"]',subtitleUrlRegExp:".*\\.vtt",quickButtonRule:{appendSelector:".vds-controls-group:last-child",insertBeforeSelector:".vds-caption-button"}}},{id:"paramountplus",matches:["*.paramountplus.com"],"excludeSelectors.add":[".aa-player-skin"],"mutationExcludeSelectors.add":[".aa-player-skin *"],"subtitleRule.add":{type:"text_track_dynamic",injectedCss:[".tt-container {white-space: pre-line;}",".timed-text-css-box-inner {display: none!important;}",".timed-text-css-box-inner:last-child {display: block!important;}"],videoPlayerSelector:"video",quickButtonRule:{appendSelector:".top-menu-container"}}},{id:"pluto",matches:["pluto.tv"],"excludeSelectors.add":[".video-player-layout"],"mutationExcludeSelectors.add":[".video-player-layout *"],"subtitleRule.add":{type:"text_track_dynamic",videoPlayerSelector:"video",quickButtonRule:{appendSelector:".endControls-0-2-85"}}},{id:"vimeo",matches:["vimeo.com"],"excludeSelectors.add":[".vp-captions"],"mutationExcludeSelectors.add":[".vp-captions *"],"subtitleRule.add":{type:"text_track",videoPlayerSelector:"video",loadingContainerSelector:".player_container",loadingStyle:"bottom: unset; top: 5%;",injectedCss:["#immersive-translateQuickButton {visibility: inherit!important;}"],quickButtonRule:{appendSelector:'[data-control-bar="true"] > div',insertBeforeSelector:'[data-volume-control-container="true"]',ccEnableSelector:'[data-cc-button="true"]',injectCSS:".imt-quick-subtitle-button {margin-right: 0px; font-size: 12px;} .logo,.logo svg { height: 18px !important; width: 18px !important;} .imt-quick-subtitle-pop-content {bottom: 28px !important;}"}}},{id:"ted",matches:["www.ted.com"],"excludeSelectors.add":["#video"],"mutationExcludeSelectors.add":["#video *"],"subtitleRule.add":{type:"webvtt",hookType:"fetch",subtitleUrlRegExp:"\\.vtt",videoPlayerSelector:"video",loadingContainerSelector:"media-controller",quickButtonRule:{appendSelector:".pointer-events-none #media-control-bar",insertBeforeSelector:".pointer-events-none .media-volume-wrapper"}}},{id:"player.vimeo",matches:["https://player.vimeo.com/video/*","laracasts.com"],selectorMatches:["iframe[src*='player.vimeo.com']"],extraBlockSelectors:["span.vp-captions-line","span[class^=CaptionsRenderer_]"],"excludeSelectors.add":[".vp-captions-line"],"mutationExcludeSelectors.add":[".vp-captions *",".vp-captions-line *"],"subtitleRule.add":{type:"text_track",videoPlayerSelector:"video",loadingContainerSelector:".vp-telecine",loadingStyle:"bottom: unset; top: 5%; font-size: 12px;",injectedCss:["#immersive-translateQuickButton {visibility: inherit!important;}"],quickButtonRule:{appendSelector:'[data-control-bar="true"] > div',insertBeforeSelector:'[data-volume-control-container="true"]',ccEnableSelector:'[data-cc-button="true"]',injectCSS:".imt-quick-subtitle-button {margin-right: 0px; font-size: 12px;} .logo,.logo svg { height: 18px !important; width: 18px !important;} .imt-quick-subtitle-pop-content {bottom: 28px !important;}"}}},{id:"tv.adobe",matches:"https://*.tv.adobe.com","excludeSelectors.add":[".mpc-player"],"mutationExcludeSelectors.add":[".mpc-player *"],"subtitleRule.add":{type:"text_track",videoPlayerSelector:"video",loadingContainerSelector:".mpc-player",quickButtonRule:{appendSelector:".mpc-controls__container"}}},{id:"threejs-journey",matches:"threejs-journey.com","excludeSelectors.add":[".video-area"],"mutationExcludeSelectors.add":[".video-area *"],"subtitleRule.add":{type:"text_track",videoPlayerSelector:"video",loadingContainerSelector:".video-area",injectedCss:[".js-tracks-text.tracks-text {white-space: pre;}"],quickButtonRule:{appendSelector:".js-controls .right",insertBeforeSelector:".js-subtitles",injectCSS:".imt-quick-subtitle-button { font-size: 12px;} .logo,.logo svg { height: 18px !important; width: 18px !important;} .imt-quick-subtitle-pop-content {bottom: 38px !important;}"}}},{id:"codewithchris",matches:["learn.codewithchris.com","*.rachelsenglishacademy.com","www.unrealsenseiacademy.com"],"excludeSelectors.add":[".w-captions",".w-captions-line > div > span"],"mutationExcludeSelectors.add":[".w-captions *"],"subtitleRule.add":{type:"general",subtitleUrlRegExp:"/embed/captions/",loadingContainerSelector:".w-ui-container",hookType:"fetch",generalSetting:{captionsPath:"captions",itemsPath:"hash.lines",textKey:"text"}}},{id:"panopto",matches:["southampton.cloud.panopto.eu"],"excludeSelectors.add":[".primaryPlayer"],"mutationExcludeSelectors.add":[".primaryPlayer *"],"subtitleRule.add":{type:"general",subtitleUrlRegExp:"DeliveryInfo.aspx",disableSubsCache:!0,loadingContainerSelector:"#primaryPlayer",hookType:"fetch",generalSetting:{textKey:"Caption"},quickButtonRule:{appendSelector:"#transportControls",insertBeforeSelector:"#captionsButton"}}},{id:"edx",matches:["*.edx.org"],"excludeSelectors.add":[".closed-captions",".subtitles-menu"],mainFrameMinTextCount:0,"subtitleRule.add":{type:"general",subtitleUrlRegExp:"/transcript/translation/",loadingContainerSelector:".tc-wrapper",generalSetting:{itemsPath:"text"},injectedCss:[".subtitles-menu span,.closed-captions {white-space: pre-line;}","#immersive-translate-quick-button-container {display: inline-block; vertical-align: middle;}"],quickButtonRule:{appendSelector:".secondary-controls",insertBeforeSelector:".speeds.menu-container"}}},{id:"ardmediathek",matches:["www.ardmediathek.*"],"excludeSelectors.add":[".ardplayer-viewport-addon-overlays"],"mutationExcludeSelectors.add":[".ardplayer-viewport-addon-overlays *"],"subtitleRule.add":{type:"ebutt",hookType:"fetch",subtitleUrlRegExp:"subtitle/ebutt",loadingContainerSelector:".ardplayer-viewport-addon-overlays",quickButtonRule:{appendSelector:".ardplayer-footer .ardplayer-addons-container",insertBeforeSelector:".ardplayer-footer .ardplayer-button-sharing",injectCSS:".imt-quick-subtitle-button {font-size: 20px; } .logo,.logo svg { height: 36px !important; width: 36px !important;} .imt-quick-subtitle-pop-content {z-index: 2147483647;} "}}},{id:"bbc-iplayer",matches:["https://www.bbc.*/iplayer*"],"excludeSelectors.add":[".player"],"mutationExcludeSelectors.add":[".player *"],"subtitleRule.add":{type:"ebutt",hookType:"fetch",subtitleUrlRegExp:"iplayer/subtitles/.*.xml",loadingContainerSelector:".player__container"}},{id:"bbc",matches:["*.bbc.*"],"excludeSelectors.add":["section.module--languages",".drop-capped",".smp-toucan-player","smp-subtitles","#subtitle_subtitle2"],"mutationExcludeSelectors.add":["[data-testid='media-player-container-landscape'] *"],"subtitleRule.add":{type:"ebutt",hookType:"fetch",subtitleUrlRegExp:"iplayer/subtitles/.*.xml",loadingContainerSelector:".smp-toucan-player"}},{id:"zdf.de",matches:["www.zdf.de"],"excludeSelectors.add":[".zdfplayer-cue-region"],"subtitleRule.add":{type:"ebutt",subtitleUrlRegExp:"mtt/.*.xml",loadingContainerSelector:".zdfplayer-video-container",responseType:"document",injectedCss:["#immersive-translate-quick-button-container {display:inline-block;vertical-align:middle;margin-right:-16px;}"],quickButtonRule:{appendSelector:".right-controls-1FfJUp.svelte-inzdbf",insertBeforeSelector:".right-controls-1FfJUp.svelte-inzdbf button"}}},{id:"piped.video",matches:"piped.video","subtitleRule.add":{type:"ebutt",hookType:"fetch",subtitleUrlRegExp:"api/timedtext",loadingContainerSelector:".shaka-video-container",responseType:"document",quickButtonRule:{appendSelector:".shaka-controls-button-panel",insertBeforeSelector:".shaka-mute-button"}}},{id:"disneyplus",matches:["www.disneyplus.com"],"excludeSelectors.add":[".dss-hls-subtitle-overlay"],"mutationExcludeSelectors.add":[".dss-hls-subtitle-overlay *"],"subtitleRule.add":{type:"disneyplus",subtitleUrlRegExp:"\\.vtt$"}},{id:"mubi",matches:["https://mubi.com","https://mubi.de"],"subtitleRule.add":{type:"fmp4.xml",subtitleUrlRegExp:"textstream",hookType:"fetch",quickButtonRule:{appendSelector:".css-1k6yql2.e1b63bld4",insertBeforeSelector:".css-1ce7rqp.e7f2hfl0"}}},{id:"hulu",matches:"https://*.hulu.com","subtitleRule.add":{type:"hulu",hookType:"fetch",injectedCss:[".ClosedCaption {display:none!important;}"],videoSelector:"#content-video-player",subtitleUrlRegExp:"play.hulu.com/.*/playlist",loadingContainerSelector:"#web-player-app",quickButtonRule:{appendSelector:".PlayerSettingsGroup",insertBeforeSelector:".PlayerSettingsGroup .PlayerControlsButton"}}},{id:"youku.tv",matches:"www.youku.tv","excludeSelectors.add":["#subtitle"],"mutationExcludeSelectors.add":["#subtitle *"],"subtitleRule.add":{type:"subsrt",hookType:"fetch",injectedCss:["#immersive-translate-quick-button-container {display: inline-block; vertical-align: middle;}"],subtitleUrlRegExp:"\\.ass$",subsrtFormat:"ass",loadingContainerSelector:"#youku-dashboard",loadingStyle:"bottom: 10%;",quickButtonRule:{appendSelector:".kui-dashboard-dashboard-panel .kui-dashboard-rear-ctn",insertBeforeSelector:".kui-rate-control-0"}}},{id:"starz",matches:"www.starz.com","excludeSelectors.add":["starz-player"],"mutationExcludeSelectors.add":["starz-player *"],"subtitleRule.add":{type:"subsrt",subsrtFormat:"vtt",subtitleUrlRegExp:"\\.vtt$",loadingContainerSelector:"starz-player",loadingStyle:"bottom: 10%;",injectedCss:["#immersive-translate-quick-button-container {display: inline-block;}"],quickButtonRule:{appendSelector:"starz-player .button-group",insertBeforeSelector:"starz-player .button-group .video-player-icon-md"}}},{id:"www.iq.com",matches:"www.iq.com","excludeSelectors.add":[".iqp-subtitle"],"mutationExcludeSelectors.add":[".iqp-subtitle *"],"subtitleRule.add":{type:"xml",subtitleUrlRegExp:"\\.xml\\?",loadingContainerSelector:".intl-video-area",xmlTextSelector:"sub",loadingStyle:"bottom: 10%;",injectedCss:["#immersive-translate-quick-button-container {float: right; height: 100%;}"],quickButtonRule:{appendSelector:".iqp-contrls-right"}}},{id:"archiveToday",matches:["archive.today","archive.ph","archive.is","archive.md"],"excludeSelectors.add":["#HEADER"]},{id:"arxiv-vanity.com",matches:["www.arxiv-vanity.com"],"excludeSelectors.add":[".arxiv-vanity-wrapper"]},{id:"fibery",matches:["the.fibery.io"],"additionalExcludeSelectors.remove":["[translate=no]"],"additionalStayOriginalSelectors.add":[".entity-node-view-container"]},{id:"makersuite.google",matches:"makersuite.google.com","excludeSelectors.add":[".material-symbols-outlined"]},{id:"etymonline",matches:"www.etymonline.com",globalAttributes:{".crossreference.notranslate":{class:"crossreference"},".foreign.notranslate":{class:"foreign"}}},{id:"https://browse.arxiv.org/",matches:["https://browse.arxiv.org","https://arxiv.org/html/*"],"excludeSelectors.add":[".desktop_header","[class*='ltx_lst_language_']","div.package-alerts"]},{id:"jstor",matches:"www.jstor.org","excludeSelectors.add":[".audio-duration","[data-qa='card-item-count']"],globalStyles:{".card__heading":"-webkit-line-clamp:unset;","search-results-vue-pharos-image-card,search-ui-pharos-image-card":"display:flex;","search-results-vue-pharos-link":"display:inline;"}},{id:"tandfonline",matches:"*.tandfonline.com","extraInlineSelectors.add":["span.off-screen"]},{id:"boringreport",matches:["www.boringreport.org"],"excludeTags.remove":["BUTTON"]},{id:"bsky.app",matches:"https://bsky.app",selectors:["[data-testid=postText]"],isTranslateTitle:!1},{id:"peacocktv",matches:["*.peacocktv.com"],injectedCss:[".video-player__subtitles__line > font,.video-player__subtitles__line:only-child{display:block;}"]},{id:"noTranslate",matches:["*.tiktok.com","altis.world","*.newthingsunderthesun.com","*.gumroad.com","edstem.org","actions.tldrnewsletter.com","community.linkingyourthinking.com","doc.qt.io","winaero.com"],"additionalExcludeSelectors.remove":[".notranslate","[translate=no]"]},{id:"jmir",matches:["*.jmir.org"],"additionalInlineSelectors.add":[".tooltiptext"]},{id:"smzdm",matches:["www.smzdm.com"],"excludeSelectors.add":[".z-highlight",".feed-block-info",".z-feed-foot",".feed-block-descripe","#J_column_tab_box",".crumbs"],globalStyles:{".feed-block-title":"height:unset"}},{id:"xiaohongshu.com",matches:["www.xiaohongshu.com"],"excludeSelectors.add":[".author-wrapper",".info",".side-bar"],globalStyles:{"a.title":"-webkit-line-clamp:3"}},{id:"learnopengl",matches:["learnopengl.com"],globalStyles:{function:"position:relative;z-index:1000;"}},{id:"notateslaapp",matches:["www.notateslaapp.com"],"extraBlockSelectors.add":[".nav > *"]},{id:"eightfold",matches:["*.eightfold.ai"],injectedCss:[".flexbox{width:100%}"]},{id:"deno",matches:["deno.com"],injectedCss:[":root {font-feature-settings:unset}"]},{id:"soundcloud",matches:"soundcloud.com",injectedCss:[".compactTrackListItem {height: unset !important;}"],"excludeSelectors.add":[".searchTitle__textContent",".searchOptions__container",".compactTrackListItem__additional",".soundTitle__tagContainer",".searchResultGroupHeading",".sc-ministats-group",".compactTrackList__moreLink",".sound__soundActions"]},{id:"section.blog.naver.com",matches:"section.blog.naver.com",globalStyles:{".text,.title_post,.text_post,p,strong,div":"-webkit-line-clamp:unset;max-height:unset;height:unset;"},"extraBlockSelectors.add":[".item",".heading a",".info_find a"],"excludeSelectors.add":[".comments",".time"]},{id:"gradio-app",selectorMatches:"gradio-app","excludeTags.remove":["BUTTON"],"excludeSelectors.add":['[data-testid="block-label"]'],"mutationConfig.add":{buildTimeout:1e3,consumeTimeout:1e3}}]};d();d();function pl(t){if(t.beta)return!1;if(tt()&&t.spVersion)return cs(ap(),t.spVersion);if(f3()&&t.gspVersion){let e=h3();if(e)return cs(e,t.gspVersion)}if(sp()&&t.ispVersion){let e=m3();if(e)return cs(e,t.ispVersion)}return!1}function cs(t,e){let n=t.split(".").reverse(),r=e.split(".").reverse(),a=0,i=0,o=1;for(let s=0;s<3;s++)a+=o*Number(r[s]||"0"),i+=o*Number(n[s]||"0"),o*=100;return i>=a}function up(t){t.message?.indexOf("token invalid")>=0&&Mt.remove(Ft)}d();function gl(t){return Array.isArray(t)?t:t?[t]:[]}function ml(t,e){return e?(Array.isArray(e)||(e=[e]),Array.from(new Set([...e,t]))):[t]}function fl(t,e){return e?(Array.isArray(t)||(t=[t]),Array.isArray(e)||(e=[e]),e.filter(n=>!t.includes(n))):[]}function hl(t,e){let n={...t};return x3(n,e),Qw(n,e),n}function S3(t,e,n){let r={...e};return Ka({rule:r,valueIsArray:a=>Array.isArray(t[a]),getMergedValue:a=>t[a],onMergedResult:(a,i)=>r[a]=i}),Ka({rule:n,valueIsArray:a=>Array.isArray(t[a]),getMergedValue:a=>r[a],onMergedResult:(a,i)=>r[a]=i}),r}function Qw(t,e){if(!e.condition)return;let n=e.condition.enableSubtitle?.true||{},r=e.condition.enableSubtitle?.false||{},a=t.enableSubtitle?n:r;x3(t,a)}function Ka({rule:t,getMergedValue:e,valueIsArray:n,onMergedResult:r}){Object.keys(t).sort().forEach(a=>{let[i,o,s]=Jw(a);if(!i||t[a]===void 0)return;let u=t[a];n(i)&&(u=gl(t[a]));let l=e(i);if(l==null){r(i,u);return}let c;if(o=="add_v"){if(!y3(s))return;c=lp(l,u)}else if(o=="remove_v"){if(!y3(s))return;c=v3(l,u)}else o==="add"?c=lp(l,u):o=="remove"&&(c=v3(l,u));if(c){r(i,c);return}Array.isArray(t[i])&&i.startsWith("additional")?c=lp(l,u):c=u,r(i,c)})}function x3(t,e){return Ka({rule:e,valueIsArray:n=>Array.isArray(t[n]),getMergedValue:n=>t[n],onMergedResult:(n,r)=>{t[n]=r}}),t}function lp(t,e){let n;if(Array.isArray(t)){let r=gl(e);n=[...t,...r],n=Array.from(new Set(n))}else typeof t=="object"&&typeof e=="object"?n={...t,...e}:n=e;return n}function Jw(t){let e=t.lastIndexOf("["),n="",r=t;return e>0&&(n=t.slice(e+1,t.length-1),r=t.slice(0,e-1)),[...r.split("."),n]}function y3(t){let e=Ut();return t&&cs(e,t)}function v3(t,e){if(Array.isArray(t)){let n=gl(e);return t=t.filter(r=>!n.includes(r)),Array.from(new Set(t))}else if(typeof t=="object"&&typeof e=="object")Object.keys(e).forEach(n=>{delete t[n]});else return e;return t}function E3(){if(we.PROD==="1")return{};let t={};if(we.IMMERSIVE_TRANSLATE_SECRET_TENCENT_SECRET_ID&&we.IMMERSIVE_TRANSLATE_SECRET_TENCENT_SECRET_KEY){let n={secretId:we.IMMERSIVE_TRANSLATE_SECRET_TENCENT_SECRET_ID,secretKey:we.IMMERSIVE_TRANSLATE_SECRET_TENCENT_SECRET_KEY};t.translationServices={},t.translationServices.tencent=n}if(we.IMMERSIVE_TRANSLATE_SECRET_BAIDU_APPID&&we.IMMERSIVE_TRANSLATE_SECRET_BAIDU_KEY){let n={appid:we.IMMERSIVE_TRANSLATE_SECRET_BAIDU_APPID,key:we.IMMERSIVE_TRANSLATE_SECRET_BAIDU_KEY};t.translationServices||(t.translationServices={}),t.translationServices.baidu=n}if(we.IMMERSIVE_TRANSLATE_SECRET_CAIYUN_TOKEN){let n={token:we.IMMERSIVE_TRANSLATE_SECRET_CAIYUN_TOKEN};t.translationServices||(t.translationServices={}),t.translationServices.caiyun=n}if(we.IMMERSIVE_TRANSLATE_SECRET_OPENL_APIKEY){let n={apikey:we.IMMERSIVE_TRANSLATE_SECRET_OPENL_APIKEY};t.translationServices||(t.translationServices={}),t.translationServices.openl=n}if(we.IMMERSIVE_TRANSLATE_SECRET_YOUDAO_APP_ID&&we.IMMERSIVE_TRANSLATE_SECRET_YOUDAO_APP_SECRET){let n={appId:we.IMMERSIVE_TRANSLATE_SECRET_YOUDAO_APP_ID,appSecret:we.IMMERSIVE_TRANSLATE_SECRET_YOUDAO_APP_SECRET};t.translationServices||(t.translationServices={}),t.translationServices.youdao=n}if(we.IMMERSIVE_TRANSLATE_SECRET_VOLC_ACCESS_KEY_ID&&we.IMMERSIVE_TRANSLATE_SECRET_VOLC_SECRET_ACCESS_KEY){let n={accessKeyId:we.IMMERSIVE_TRANSLATE_SECRET_VOLC_ACCESS_KEY_ID,secretAccessKey:we.IMMERSIVE_TRANSLATE_SECRET_VOLC_SECRET_ACCESS_KEY};t.translationServices||(t.translationServices={}),t.translationServices.volc=n}if(we.IMMERSIVE_TRANSLATE_SECRET_DEEPL_AUTH_KEY){let n={authKey:we.IMMERSIVE_TRANSLATE_SECRET_DEEPL_AUTH_KEY};t.translationServices||(t.translationServices={}),t.translationServices.deepl=n}if(we.DEEPL_PROXY_ENDPOINT&&(t.translationServices||(t.translationServices={}),t.translationServices.deepl||(t.translationServices.deepl={}),t.translationServices.deepl.immersiveTranslateApiUrl=we.DEEPL_PROXY_ENDPOINT),we.IMMERSIVE_TRANSLATE_DEEPL_ENDPOINT&&(t.translationServices||(t.translationServices={}),t.translationServices.deepl||(t.translationServices.deepl={}),t.translationServices.deepl.immersiveTranslateDeeplTokenUrl=we.IMMERSIVE_TRANSLATE_DEEPL_ENDPOINT),we.IMMERSIVE_TRANSLATE_SECRET_OPENAI_API_KEY){let n={APIKEY:we.IMMERSIVE_TRANSLATE_SECRET_OPENAI_API_KEY};t.translationServices||(t.translationServices={}),t.translationServices.openai=n}we.IMMERSIVE_TRANSLATE_SERVICE&&(t.translationService=we.IMMERSIVE_TRANSLATE_SERVICE);let e={};return we.DEBUG==="1"&&(e.debug=!0,e.cache=!1),we.MOCK==="1"&&(e.translationService="mock"),e}async function Zt(){let t=await oe.storage.local.get(Jo);if(t[Jo]){let e=t[Jo],n=e.tempTranslationUrlMatches||[],r=n.filter(o=>o.expiredAt>Date.now()),a=!1;r.length!==n.length&&(n=r,a=!0);let i={...e,tempTranslationUrlMatches:[...n]};return a&&await Xt(i),i}else return{}}async function Xt(t){await oe.storage.local.set({[Jo]:t})}async function C3(t){await oe.storage.local.set({[Xr]:t})}async function w3(){let t=await oe.storage.local.get(Xr),n={...await cp(),..._i,buildinConfigUpdatedAt:we.BUILD_TIME};if(t[Xr]){let r=t[Xr];if(r&&r.buildinConfigUpdatedAt){let a=new Date(r.buildinConfigUpdatedAt),i=new Date(n.buildinConfigUpdatedAt);a>i&&(n=r)}}return n}async function Pn(){let t=await oe.storage.local.get(Xr),e={..._i,buildinConfigUpdatedAt:we.BUILD_TIME};if(t[Xr]){let C=t[Xr];if(C&&C.buildinConfigUpdatedAt){let P=new Date(C.buildinConfigUpdatedAt),U=new Date(e.buildinConfigUpdatedAt);P>U&&(e=C)}}let n=await eD(e);e.targetLanguage=n;let r=await Mt.get(Ft,null),a={};if(!ye()&&oe.commands&&oe.commands.getAll){let C=await oe.commands.getAll();for(let P of C)P.name&&P.shortcut&&(a[P.name]=P.shortcut)}let i=await cp(),o=E3(),s=await Or(),u=globalThis.IMMERSIVE_TRANSLATE_CONFIG||{},l=await Zt(),c=new Date,p=Object.assign({},u,o,s);if(!p.interfaceLanguage){let C=await Zw();p.interfaceLanguage=C}let m=p.interfaceLanguage==="en",g=p.targetLanguage==="en",f=e&&e.translationLanguagePattern&&e.translationLanguagePattern.matches&&e.translationLanguagePattern.matches.length===0,T=["bing","google","transmart","mock"].includes(p.translationService)||!p.translationService;!m&&!g&&!f&&T?e.translationLanguagePattern||(e.translationLanguagePattern={matches:["en"],excludeMatches:[]}):e.translationLanguagePattern={matches:[],excludeMatches:[]};let b=e&&e.enableDefaultAlwaysTranslatedUrls;p.enableDefaultAlwaysTranslatedUrls===!1&&(b=!1);let h=p&&p.isChangedAlwaysTranslatedUrls,E=[];p.translationUrlPattern&&p.translationUrlPattern.matches&&(E=p.translationUrlPattern.matches||[]);let D=!1;h===void 0&&(E.length>0?h=!0:h=!1,p.isChangedAlwaysTranslatedUrls=h,s.isChangedAlwaysTranslatedUrls=h,D=!0);let M=(p?.translationLanguagePattern?.matches?.length||0)>0,I=await At("installedAt",""),S=Number(await Rr("translage_page_daily",0)),y=Number(await At(Xn,0)),L;y>0&&(Date.now()-y0&&(Date.now()-S0){let C=l.tempTranslationUrlMatches.filter(P=>new Date(P.expiredAt)>c);if(C.length>0){let P=p.translationUrlPattern?p.translationUrlPattern?.matches||[]:[],U=Array.isArray(P)?P:[P],H=Array.from(new Set(U.concat(C.map(j=>j.match))));p.translationUrlPattern={...p.translationUrlPattern,matches:H}}}let _=Object.assign(i,e);Ka({rule:e,valueIsArray:C=>Array.isArray(i[C]),getMergedValue:C=>i[C],onMergedResult:(C,P)=>{C!="generalRule"&&(_[C]=P)}});let k=Jt(r),N={};p.translationServices&&p.translationServices.deepl&&(N=p.translationServices.deepl);let z={};p.translationServices&&p.translationServices.openai&&(z=p.translationServices.openai),!k&&N.authKey&&!N.provider?(_.translationServices.deepl||(_.translationServices.deepl={}),_.translationServices.deepl.provider="custom"):N&&N.provider||(_.translationServices.deepl||(_.translationServices.deepl={}),_.translationServices.deepl.provider="pro"),!k&&z.APIKEY&&!z.provider?(_.translationServices.openai||(_.translationServices.openai={}),_.translationServices.openai.provider="custom"):z&&z.provider||(_.translationServices.openai||(_.translationServices.openai={}),_.translationServices.openai.provider="pro");let q=Object.keys(_),F=["translationUrlPattern","translationLanguagePattern","immediateTranslationPattern","translationBodyAreaPattern","translationParagraphLanguagePattern","translationThemePatterns","translationGeneralConfig","shortcuts","inputTranslationUrlPattern","inputLanguageCodeAlias"];for(let C of q){let P=C;if(P==="generalRule")typeof p[P]=="object"&&(_[P]=hl(i[P],p[P]));else if(P==="translationServices")tD(p,_);else if(typeof p[P]!="string"&&typeof p[P]!="boolean"&&typeof p[P]!="number"&&F.includes(P))p[P]&&(_[P]=Object.assign(_[P],p[P])),P==="shortcuts"&&(ye()||tt()?_[P]={..._[P],...a}:_[P]={...a});else if(P==="rules"){if(Array.isArray(p[P])){let U=_.rules||[],H={};for(let W of U)W.id&&(H[W.id]=W);let j=p[P].map(W=>W.id&&H[W.id]?S3(e.generalRule,H[W.id],W):W);_[P]=[...j,..._[P]]}if(we.PROD==="0"&&we.DEV_RULES){let U=JSON.parse(we.DEV_RULES);_[P]=[...U,..._[P]]}}else p[P]!==void 0&&(_[P]=p[P])}return _.donateUrl=e.donateUrl,_.minVersion=e.minVersion,_.feedbackUrl=e.feedbackUrl,_.rawUserConfig=s,_}async function Or(){return(await oe.storage.sync.get("userConfig")||{}).userConfig||{}}async function ds(t){await oe.storage.sync.set({userConfig:t})}async function ps(t,e){await oe.storage.local.set({[t]:e})}async function bl(t){return(await oe.storage.local.get(t))[t]||""}var Zw=async()=>{let t=["zh-CN"];try{t=await oe.i18n.getAcceptLanguages()}catch(r){B.warn("get browser language error:",r)}let n=t.map(r=>he(r)).find(r=>Nt[r]);return n||"en"},cp=async()=>{let t={..._i,buildinConfigUpdatedAt:we.BUILD_TIME};return{...t,targetLanguage:pr,interfaceLanguage:"en",translationMode:"dual",debug:!1,alpha:!1,translationUrlPattern:{matches:[],excludeMatches:[]},translationLanguagePattern:{matches:[],excludeMatches:[]},translationThemePatterns:{},translationParagraphLanguagePattern:{matches:[],excludeMatches:[],selectorMatches:[],excludeSelectorMatches:[]},translationBodyAreaPattern:{matches:[],excludeMatches:[],selectorMatches:[],excludeSelectorMatches:[]},translationTheme:"none",translationService:"bing",inputTranslationService:"inherit",mouseHoverTranslationService:"inherit",subtitleTranslateService:"inherit",translationArea:"main",translationStartMode:"dynamic",translationServices:{},monkeyH5FloatBall:{...t.monkeyH5FloatBall},pcFloatBall:{...t.pcFloatBall},generalRule:{...t.generalRule},translationGeneralConfig:{engine:"bing",_systemExcludeWordRegex:"\\b({word})\\b"},rules:[]}};function Xw(t,e){return t=t||[],e=e||[],t.length!==e.length?!0:e.filter(r=>!t.includes(r)).length>0}async function eD(t){try{let e=t?.autoSelectTargetLanguageAfterInstalledAt;if(!e)return pr;let n=await At("installedAt","");if(n&&new Date(n){let l=a[u],c=a[l.extends];!c||l.extends==u||(a[u]={...c,...a[u]})}),Ka({rule:{...a},valueIsArray:u=>Array.isArray(a[u]),getMergedValue:u=>a[u],onMergedResult:(u,l)=>{a[u]={...a[u],...l}}}),Ka({rule:{...r},valueIsArray:u=>Array.isArray(a[u]),getMergedValue:u=>a[u],onMergedResult:(u,l)=>{a[u]={...a[u],...l}}}),new Date(t.updatedAt)<=new Date("2024.4.2")&&Object.keys(r).forEach(u=>{["openai","gemini"].includes(u)&&r[u].prompt!=null&&(r[u].maxTextGroupLengthPerRequest==null&&(a[u].maxTextGroupLengthPerRequest=1),r[u].multiplePrompt==null&&(a[u].multiplePrompt=r[u].prompt))});let o=["imt_source_field","imt_trans_field","imt_sub_source_field","imt_sub_trans_field"],s=(u,l)=>{!u||!u[l]||!u?.env||(u[l]=u[l].replace(/{{(.+?)}}/g,(c,p)=>o.includes(p)?c:u?.env[p]||c))};Object.values(a).forEach(u=>{s(u,"prompt"),s(u,"multiplePrompt"),s(u,"subtitlePrompt")})}d();d();function ta(t,e){var n=(t&65535)+(e&65535),r=(t>>16)+(e>>16)+(n>>16);return r<<16|n&65535}function nD(t,e){return t<>>32-e}function yl(t,e,n,r,a,i){return ta(nD(ta(ta(e,t),ta(r,i)),a),n)}function en(t,e,n,r,a,i,o){return yl(e&n|~e&r,t,e,a,i,o)}function tn(t,e,n,r,a,i,o){return yl(e&r|n&~r,t,e,a,i,o)}function nn(t,e,n,r,a,i,o){return yl(e^n^r,t,e,a,i,o)}function rn(t,e,n,r,a,i,o){return yl(n^(e|~r),t,e,a,i,o)}function Tl(t,e){t[e>>5]|=128<>>9<<4)+14]=e;var n,r,a,i,o,s=1732584193,u=-271733879,l=-1732584194,c=271733878;for(n=0;n>5]>>>e%32&255);return n}function dp(t){var e,n=[];for(n[(t.length>>2)-1]=void 0,e=0;e>5]|=(t.charCodeAt(e/8)&255)<16&&(r=Tl(r,t.length*8)),n=0;n<16;n+=1)a[n]=r[n]^909522486,i[n]=r[n]^1549556828;return o=Tl(a.concat(dp(e)),512+e.length*8),D3(Tl(i.concat(o),512+128))}function A3(t){var e="0123456789abcdef",n="",r,a;for(a=0;a>>4&15)+e.charAt(r&15);return n}function pp(t){return unescape(encodeURIComponent(t))}function k3(t){return rD(pp(t))}function iD(t){return A3(k3(t))}function P3(t,e){return aD(pp(t),pp(e))}function oD(t,e){return A3(P3(t,e))}function Ln(t,e,n){return e?n?P3(e,t):oD(e,t):n?k3(t):iD(t)}d();function L3(t,e,n){let r=sD(t,e),a=[],i={from:t[0].from,fromByClient:t[0].fromByClient,to:t[0].to,tempSentences:[],url:t[0].url};for(let o of r)(i.tempSentences.reduce((u,l)=>u+l.text.length,0)+o.text.length>e||i.tempSentences.length>=n)&&(a.push(i),i={fromByClient:i.fromByClient,from:o.from,to:o.to,tempSentences:[],url:o.url}),(i.from!==o.from||i.to!==o.to)&&(i.tempSentences.length>0?(a.push(i),i={fromByClient:i.fromByClient,from:o.from,to:o.to,tempSentences:[],url:o.url}):(i.from=o.from,i.to=o.to)),i.tempSentences.push(o);return i.tempSentences.length>0&&a.push(i),a}function sD(t,e){let n=[],r=[];for(let a=0;a0?T"},{id:"bing",matches:"https://*.bing.com/search*",extraInlineSelectors:["a","i"],globalStyles:{"[class*='lineclamp'],.b_title":"-webkit-line-clamp:unset;"}},{id:"yahoo",matches:"*.yahoo.*",excludeSelectors:["._ys_jiqava","#ybar-inner-wrap","#Col2-5-Rmp-Proxy"],extraBlockSelectors:[".SIPGg",".sc-kzMCTH.pSZXj"],globalStyles:{"#atomic .Mt\\(20px\\)":"margin-top: 100px;","[class*='LineClamp']":"-webkit-line-clamp:unset;max-height:unset;","a[class*='js-content-viewer']> div[class*='Td\\(n\\)']":"overflow: scroll;","[class*='_ys_24482e']":"-webkit-line-clamp:unset;","#Aside > :first-child":"overflow:scroll;"}},{id:"wsj",matches:"www.wsj.com",excludeSelectors:["header","footer","nav","[aria-label='Markets summary']"]},{id:"businessinsider",matches:"www.businessinsider.com",excludeSelectors:["header","nav","section.live-updates-module "]},{id:"goodreads",matches:"www.goodreads.com",excludeSelectors:[".badgeYear",".gr-mediaBox__desc",".bookVotedRow",".minirating","div[itemprop='aggregateRating']",".wtrButtonContainer",".RatingsHistogram__labelTitle",".FollowButton",".siteHeader__topLevelLink","#books > thead","td[class*='rating']","td[class*='shelves']","td[class*='date_read']","td[class*='date_added']","td[class*='actions']"]},{id:"feeder",matches:"https://feeder.co/*",globalStyles:{".item-summary":"-webkit-line-clamp:unset;"}},{id:"elektrotechnik",matches:"https://www.elektrotechnik.rwth-aachen.de/*",globalAttributes:{"[class='notranslate']":{class:""}}},{id:"nytimes",matches:"www.nytimes.com",excludeSelectors:["#app > div > div > header","#app > div > div > div > div > header","#in-story-masthead"],injectedCss:["a::after {position:relative!important;}"]},{id:"bugsKde",matches:"bugs.kde.org","excludeTags.remove":["svg","PRE"],additionalExcludeSelectors:[".bz_first_comment_head",".bz_comment_head",".related_actions"]},{id:"eastmoney",matches:"guba.eastmoney.com",searchEnhancementConfig:[{id:"eastmoney",urlMatch:"guba.eastmoney.com/news,us\\w+,\\w+.html",delayTime:0,selector:".moneyFlowContainer",selectorAction:"insertBefore",style:{container:"background:white;border:none;border-radius: 4px;box-shadow: 0 2px 4px hsla(216,5%,62%,.14);",source:"font-size:12px; margin-bottom: 0px;",keyword:"color:#294688",title:"font-size:14px;color:#294688;",enTitle:"margin-top:4px;font-size:12px;",searchTitle:"margin:4px 0 16px;position:relative;padding-right:24px;font-size: 16px;",time:"margin: 0px 0 16px;",more:"color:#294688;margin-top:8px;"},keyword:{value:"[0]$1 stock",matches:[{source:"url",matchRegex:"guba.eastmoney.com/news,us(\\w+?),\\S+.html"}]},showCount:8},{id:"eastmoney",urlMatch:"guba.eastmoney.com/list,us\\w+.*.html",delayTime:0,selector:".qualityContentContainer",selectorAction:"insertBefore",style:{container:"background:white;border:none;border-radius: 4px;box-shadow: 0 2px 4px hsla(216,5%,62%,.14);",source:"font-size:12px; margin-bottom: 0px;",keyword:"color:#294688",title:"font-size:14px;color:#294688;",enTitle:"margin-top:4px;font-size:12px;",searchTitle:"margin:4px 0 16px;position:relative;padding-right:24px;font-size: 16px;",time:"margin:0px 0 16px;",more:"color:#294688;margin-top:8px;"},keyword:{value:"[0]$1:[0]$2",matches:[{source:{type:"selector",attribute:"href"},matchRegex:"code=(\\w+)_(\\w+)",match:"a[href*='rank/stock?code=']"}]},showCount:8}]},{id:"xueqiu",matches:"xueqiu.com",searchEnhancementConfig:[{id:"xueqiu",urlMatch:"xueqiu.com/S/[a-zA-Z]+/?$",delayTime:0,selector:".container-side-sm.float-right.stock__side",selectorAction:"appendChild",style:{container:"background:white;border:none;border-radius: 4px;padding:0;",source:"font-size:12px; margin-bottom: 0px;",keyword:"color:#06c",title:"font-size:14px;color:#06c;",enTitle:"margin-top:4px;font-size:12px;",searchTitle:"margin:4px 0 16px;position:relative;padding-right:24px;font-size: 16px;font-weight: bold;",time:"margin:0px 0 16px;",more:"color:#06c;margin-top:8px;"},showCount:8,keyword:{value:"[0]$1",matches:[{source:{type:"selector",attribute:"text"},matchRegex:"\\((.+)\\)",match:".stock-name"}]}}]},{id:"laohu8",matches:"www.laohu8.com",searchEnhancementConfig:[{id:"laohu8",urlMatch:"www.laohu8.com/stock/[a-zA-Z]+/?$",delayTime:0,selector:".hot-stocks-root",selectorAction:"insertBefore",style:{container:"background:white;border:none;border-radius: 4px;box-shadow: 0 2px 4px hsla(216,5%,62%,.14);",source:"font-size:12px; margin-bottom: 0px;",title:"font-size:14px;color: #007bff;",enTitle:"margin-top:4px;color: #4d5156;font-size:12px;",searchTitle:"margin:4px 0 16px;position:relative;padding-right:24px;font-size: 16px;",time:"margin: 0px 0 16px;"},keyword:{value:"[0]$1 stock",matches:[{source:"url",matchRegex:"stock/([a-zA-Z]+)"}]},showCount:8}]},{id:"futunn",matches:"www.futunn.com",searchEnhancementConfig:[{id:"futunn",urlMatch:"www.futunn.com/stock/\\w+-US",delayTime:0,selector:".right",selectorAction:"appendChild",style:{container:"background:white;border:none;border-radius: 4px;box-shadow: 0 2px 4px hsla(216,5%,62%,.14);",source:"font-size:12px; margin-bottom: 4px;",title:"font-size:14px;color: #007bff;",enTitle:"margin-top:4px;color: #4d5156;font-size:12px;",searchTitle:"margin:4px 0 16px;position:relative;padding-right:24px;font-size: 16px;",time:"margin: 4px 0 20px;"},keyword:{value:"[0]$1 stock",matches:[{source:"url",matchRegex:"stock/([a-zA-Z]+)-US"}]},showCount:8}]},{id:"bmvrMarseille",matches:"www.bmvr.marseille.fr",globalStyles:{"a > div":"display:block;","[style*='358px;']":"width: 33.3333%; height: auto; padding: 0px; position: relative; margin: 0px;"},globalAttributes:{"#app":{class:""}}},{id:"piAi",matches:"pi.ai/talk",globalStyles:{"[class*='text-brand-green']":"flex-direction:column;"}},{id:"claudeAi",matches:"claude.ai",excludeSelectors:[".contents *"],"excludeTags.remove":["PRE"],injectedCss:"[data-testid='chat-menu-trigger'] br {display:none;}",aiRule:{messageWrapperSelector:".contents",messageContainerSelector:".ReactMarkdown",messageStreamEndSelector:".contents > button",streamingChange:!0,streamingDeepChild:!1,streamingDelayTime:1e3}},{id:"feishu",matches:["*.feishu.cn","*.larkoffice.com","*.larksuite.com"],"additionalExcludeSelectors.remove":[".notranslate","[translate=no]"],mutationObserverLimitTargetSelectors:[".maindocbody","div[class*='render']","div[class*='block']"],"excludeSelectors.add":[".catalogue__list"]},{id:"gitbook",selectorMatches:[".gitbook-root"],"additionalExcludeSelectors.remove":[".notranslate","[translate=no]"],"additionalExcludeSelectors.add":["[spellcheck='false']"]},{id:"mitre",matches:"cwe.mitre.org",globalStyles:{"span.list_entry":"height: unset;"}},{id:"kaggle",matches:"www.kaggle.com",excludeTags:["i","button"]},{id:"ieee",matches:"spectrum.ieee.org",extraBlockSelectors:["small"]},{id:"ieeexplore",matches:"ieeexplore.ieee.org",stayOriginalSelectors:["a[ref-type]",".inline-formula",".display-formula"]},{id:"cnn",matches:"*.cnn.com","excludeSelectors.add":[".ad-slot-header__wrapper","#pageFooter"],"bodyRule.add":{bodySelector:".layout__content-wrapper",articleSelector:".article__content-container"}},{id:"marginalrevolution",matches:"marginalrevolution.com",globalAttributes:{header:{translate:"unset;"}}},{id:"highfrequencyelectronics",matches:"www.highfrequencyelectronics.com",globalStyles:{"#main-content":"overflow:unset;"}},{id:"githubBlog",matches:"github.blog",globalStyles:{".font-mktg":"word-break:normal;"}},{id:"semanticscholar",matches:"www.semanticscholar.org",selectors:[".cl-paper-title",".cl-paper-abstract",".tldr-abstract-replacement",".text-truncator",".paper-detail-title"]},{id:"uni-trier",matches:"dblp.uni-trier.de",selectors:["h1","h2",".title",".external","dd p"],excludeSelectors:[".side-column"]},{id:"bilibili",matches:"www.bilibili.com","excludeSelectors.add":[".bpx-player-subtitle-panel-text"],"subtitleRule.add":{type:"bilibili",subtitleUrlRegExp:"aisubtitle.hdslb.com/bfs",loadingContainerSelector:".bpx-player-subtitle-panel"}},{id:"time",matches:"time.com",excludeSelectors:[".date-and-duration"],globalStyles:{".headline":"-webkit-line-clamp:unset;overflow:unset;height:unset;",h3:"-webkit-line-clamp:unset;overflow:unset;",p:"-webkit-line-clamp:unset;overflow:unset;"}},{id:"docs-swift",matches:"docs.swift.org",selectors:[".content","#menu"]},{id:"uzh",matches:"www.uzh.ch",injectedCss:[".TextImage--inner {overflow:auto !important;}"]},{id:"mail-yandex",matches:"mail.yandex.com",selectors:["article",".Text_color_primary",".mail-MessageSnippet-Item_subject"],globalStyles:{".mail-MessageSnippet":"height: unset; line-height:unset;",".immersive-translate-target-translation-block-wrapper":"margin:unset;"}},{id:"forums.zotero",matches:"forums.zotero.org",selectors:[".page-sidebar",".page-content"]},{id:"pubmed.ncbi.nlm.nih.gov",matches:"pubmed.ncbi.nlm.nih.gov",urlChangeDelay:0,excludeSelectors:[".docsum-journal-citation",".citation-part",".docsum-authors",".top-wrapper",".article-source",".citation-doi",".identifiers",".cite",".share",".arrow-link"],globalAttributes:{"#Scholarscope_HighlightContent":{class:""},"#Scholarscope_HighlightOrigin":{class:"Scholarscope_HighlightContents"}},mutationExcludeContainsSelectors:["#Scholarscope_HighlightContent highlight"],mutationExcludeSelectors:["#Scholarscope_HighlightContent","#Scholarscope_HighlightContent span"],injectedCss:["#Scholarscope_HighlightOrigin > p font,#Scholarscope_HighlightContent > p font {display: inline!important;}","#Scholarscope_HighlightOrigin > p font br,#Scholarscope_HighlightContent > p font br {display: none!important;}"]},{id:"chosun",matches:"www.chosun.com",injectedCss:"body {word-break: unset!important;}"},{id:"yna",matches:"*.yna*",injectedCss:["font > br {display:none}"],globalStyles:{"a,strong":"max-height:unset;-webkit-line-clamp:unset;height:unset;white-space:unset;","div,p,li,.item-box01,.news-con":"height:unset;max-height:unset;-webkit-line-clamp:unset;"},"additionalExcludeSelectors.remove":[".notranslate","[translate=no]"]},{id:"cnet",matches:"www.cnet.com",globalStyles:{"h3,div,span,p":"max-height:unset;-webkit-line-clamp:unset;height:unset;white-space:unset;"}},{id:"dolmods",matches:"dolmods.net",globalStyles:{"[class*='max-h']":"max-height:unset!important;"}},{id:"digitimes",matches:"www.digitimes.com",globalStyles:{"a,.title,.abstract,.display-5,.top":"max-height:unset;-webkit-line-clamp:unset;height:unset;white-space:unset;"},"excludeSelectors.add":[".main-nav-frame",".sub-header-wrapper",".footer",".date"],"additionalExcludeSelectors.remove":[".notranslate","[translate=no]"]},{id:"vdi-nachrichten",matches:"www.vdi-nachrichten.com","excludeSelectors.add":[".header-menu__item > a",".linkbar__item",".header__button-group"]},{id:"htdp",matches:"htdp.org",excludeTags:["blockquote"],stayOriginalSelectors:[".RktIn"]},{id:"newsletterss",matches:"newsletterss.com",initialGlobalAttributes:{iframe:{scrolling:"auto"}}},{id:"docusaurus",selectorMatches:["#__docusaurus"],"excludeSelectors.add":["aside",".DocSearch-Modal"]},{id:"mercari",matches:"*.mercari.com","excludeTags.remove":["PRE"]},{id:"qqMail",matches:"mail.qq.com",useIframePostMessage:!1},{id:"nikkei",matches:"www.nikkei.com",globalStyles:{"h3,div,span,p":"max-height:unset;-webkit-line-clamp:unset;height:unset;white-space:unset;"}},{id:"pubs.rsc.org",matches:"pubs.rsc.org",excludeSelectors:[".eqn"]},{id:"indeed",matches:"*.indeed.com",globalStyles:{"span,.css-19rjr9w.e1wnkr790":"max-height:unset;-webkit-line-clamp:unset;height:unset;white-space:unset;"},"excludeTags.remove":["BUTTON"]},{id:"brutalist",matches:"brutalist.report",selectors:["li > a:first-child","aside","nav > a","h1 > a","h3 > a","h2 >a"],"additionalExcludeSelectors.remove":[".notranslate","[translate=no]"]},{id:"maxroll",matches:["maxroll.gg"],extraInlineSelectors:[".d4t-sprite-icon",".d4t-icon"],injectedCss:["font {font-family: sans-serif !important;}"]},{id:"microsoftTeams",matches:["teams.live.com"],"stayOriginalSelectors.add":["span[title][style='min-width: 20px; height: 20px;']"]},{id:"gradioappdocs",matches:"www.gradio.app/docs/*",selectors:["div.obj"],excludeSelectors:["div#examples"]},{id:"arca",matches:"arca.live","excludeTags.remove":["PRE"]},{id:"chatpdf",matches:["www.chatpdf.com"],"additionalExcludeSelectors.remove":[".notranslate"],excludeSelectors:[".chat-message-row.ai *",".pdf-viewer"],aiRule:{streamingSelector:"",messageWrapperSelector:".chat-message-row.ai",streamingChange:!1,streamingDeepChild:!0,streamingDelayTime:1e3}},{id:"inciteful",matches:["inciteful.xyz"],"excludeTags.remove":["BUTTON"]},{id:"app.element.io",matches:["app.element.io"],"additionalExcludeSelectors.remove":[".notranslate"],"excludeSelectors.add":[".mx_DisambiguatedProfile",".mx_ReplyChain_wrapper",".mx_ThreadSummary_replies_amount"]},{id:"fastapi.tiangolo.com",matches:"fastapi.tiangolo.com",selectors:["article"]},{id:"termynal",selectorMatches:["link[href*='termynal.css']"],"stayOriginalSelectors.add":[".termy"]},{id:"cpb-nl",matches:["www.cpb.nl"],"bodyRule.add":{enable:!1}},{id:"hub.logseq",matches:["hub.logseq.com"],globalStyles:{"[class*=':h-[']":"height:unset;"}},{id:"chat.zalo",matches:["chat.zalo.me"],"additionalExcludeSelectors.remove":[".notranslate"],inputExecCommandDeleteEnable:!0,"inputConfig.add":{execCommandDeleteEnable:!0}},{id:"epam",matches:"*.epam.com",globalStyles:{"[class*='ContentAnchorLinkList']":"word-break:unset;"},"excludeSelectors.add":["#blog-page-sidebar-wrapper"],"excludeTags.remove":["BUTTON"]},{id:"discussions.apple",matches:"discussions.apple.com","excludeSelectors.add":[".page-number"]},{id:"www.sixthtone.com",matches:["www.sixthtone.com"],"excludeSelectors.add":["#footer","[class^=index_time]","[class^=index_anthorList]","[class^=index_node]","[class^=index_popupWrapper]"]},{id:"forum.unity",matches:["forum.unity.com"],"excludeSelectors.add":[".bbCodeCode"]},{id:"wattpad",matches:["www.wattpad.com"],"excludeTags.remove":["PRE"],globalAttributes:{header:{translate:"unset;"}},globalStyles:{".story-info .item-description":"overflow: scroll;"}},{id:"netflix",matches:["www.netflix.com"],"excludeSelectors.add":[".player-timedtext"],"mutationExcludeSelectors.add":[".player-timedtext *"],"subtitleRule.add":{type:"netflix",loadingContainerSelector:".watch-video",subtitleUrlRegExp:"^https://.+?.oca.nflxvideo.net/\\?([ovet]=[^=]+){4}$",loadingStyle:"bottom: 15%;",quickButtonRule:{appendSelector:'[data-uia="control-next"]',insertBeforeSelector:'[data-uia="control-next"]',injectCSS:".imt-quick-subtitle-button {height: 60%; margin-right: 50px; font-size: 20px; } .logo,.logo svg { height: 36px; width: 36px} .label { display: none; } .imt-quick-subtitle-pop-content {transform: translateX(50%); right: 0}"},videoSelector:"video",attachRule:{appendSelector:".watch-video",injectedCSS:[".imt-caption-window {margin-bottom: 0px; bottom: 10vw;}"],injectedGlobalCSS:[".player-timedtext {display: none !important; }"]}}},{id:"udemy",matches:["www.udemy.com"],"excludeSelectors.add":["[data-purpose='captions-cue-text']",".shaka-text-container"],"mutationExcludeSelectors.add":["[data-purpose='captions-cue-text'] *",".shaka-text-container *"],"subtitleRule.add":{type:"udemy",subtitleUrlRegExp:"^https://vtt.*\\.udemycdn\\.com/.*\\.vtt",videoPlayerSelector:"video.shaka-video",humanTrust:85,loadingContainerSelector:".shaka-video-container",loadingStyle:"bottom: 15%;",injectedCss:["[class^='well--text'] {white-space: pre;}"],quickButtonRule:{appendSelector:'[data-purpose="video-controls"]'}},"subtitleRule.add_v.[1.4.1]":{hookType:"fetch|xhr"}},{id:"iview",matches:"iview.abc.net.au",excludeSelectors:[".jwplayer"],"mutationExcludeSelectors.add":[".jwplayer *"],"subtitleRule.add":{type:"webvtt",subtitleUrlRegExp:"/cc/.*\\.(vtt|webvtt)$",loadingContainerSelector:".jwplayer",quickButtonRule:{appendSelector:".jw-reset.jw-button-container",insertBeforeSelector:".jw-settings-submenu-button",injectCSS:".imt-quick-subtitle-pop-content {z-index: 999999;}"}}},{id:"nmaart",matches:"www.nma.art",excludeSelectors:[".video-container"],"mutationExcludeSelectors.add":[".video-container *"],"subtitleRule.add":{type:"webvtt",subtitleUrlRegExp:"/texttrack/.*\\.(vtt|webvtt)",loadingContainerSelector:".video-container",quickButtonRule:{appendSelector:".vjs-control-bar",insertBeforeSelector:".vjs-playback-rate"}}},{id:"apple",matches:"developer.apple.com",excludeSelectors:[".developer-video-player"],"mutationExcludeSelectors.add":[".developer-video-player *"],"subtitleRule.add":{type:"webvtt",subtitleUrlRegExp:"\\.(vtt|webvtt)"}},{id:"khanacademy",matches:["www.khanacademy.org"],"subtitleRule.add":{type:"khanacademy",subtitleUrlRegExp:"GetSubtitles",hookType:"fetch"},"stayOriginalSelectors.add":[".mathjax-wrapper"]},{id:"nebula",matches:["nebula.tv"],"excludeSelectors.add":["[data-subtitles-container='true']"],"mutationExcludeSelectors.add":["[data-subtitles-container='true'] *"],"subtitleRule.add":{type:"webvtt",subtitleUrlRegExp:"\\.vtt$",loadingContainerSelector:".video-poster",quickButtonRule:{appendSelector:".icon-spacing.css-4yh7a0",insertBeforeSelector:"#subtitles-toggle-button",ccEnableSelector:"#subtitles-toggle-button"}}},{id:"frontendmasters",matches:["frontendmasters.com"],"excludeSelectors.add":[".vjs-text-track-display"],"mutationExcludeSelectors.add":[".vjs-text-track-display *"],"subtitleRule.add":{type:"webvtt",subtitleUrlRegExp:".vtt$",loadingContainerSelector:".vjs-text-track-display",injectedCss:["#immersive-translate-quick-button-container {order: 2} .imt-quick-subtitle-pop-content {z-index: 2147483647}"],quickButtonRule:{appendSelector:".vjs-control-bar"},videoSelector:".PromoPlayer video",attachRule:{appendSelector:".video-js",injectedGlobalCSS:".vjs-text-track-display {display: none;}"}}},{id:"udacity",matches:["*.udacity.com"],"excludeSelectors.add":[".vjs-text-track-display"],"mutationExcludeSelectors.add":[".vjs-text-track-display *"],"subtitleRule.add":{type:"webvtt",subtitleUrlRegExp:".vtt$",loadingContainerSelector:".vjs-text-track-display"}},{id:"skillshare",matches:["www.skillshare.com"],"excludeSelectors.add":[".vjs-text-track-display"],"mutationExcludeSelectors.add":[".vjs-text-track-display *"],"subtitleRule.add":{type:"webvtt",subtitleUrlRegExp:"\\.vtt\\?",loadingContainerSelector:".vjs-text-track-display",injectedCss:["#immersive-translate-quick-button-container {order: 13}"],quickButtonRule:{appendSelector:".vjs-control-bar",insertBeforeSelector:".vjs-volume-panel",injectCSS:" .label { display: none; } .imt-quick-subtitle-pop-content {transform: translateX(43%); right: 0; z-index: 2147483647 } "}}},{id:"domestika",matches:["www.domestika.org"],"excludeSelectors.add":[".vjs-text-track-display"],"mutationExcludeSelectors.add":[".vjs-text-track-display *"],"subtitleRule.add":{type:"webvtt",subtitleUrlRegExp:".*subtitles.*\\.vtt",quickButtonRule:{appendSelector:".controlBar-wrapper .right-wrapper",insertBeforeSelector:".vjs-volume-panel"}}},{id:"hbomax",matches:["play.max.com","play.hbomax.com"],"excludeSelectors.add":["[data-testid='playerContainer']","[data-testid='CueBoxContainer']"],"mutationExcludeSelectors.add":["[data-testid='playerContainer'] *","[data-testid='CueBoxContainer'] *"],"subtitleRule.add":{type:"webvtt",subtitleUrlRegExp:"\\.vtt$",loadingContainerSelector:"[data-testid='playerContainer']"}},{id:"mindvalley",matches:["home.mindvalley.com"],"excludeSelectors.add":[".vjs-text-track-display"],"mutationExcludeSelectors.add":[".vjs-text-track-display *"],"subtitleRule.add":{type:"webvtt",subtitleUrlRegExp:"\\.webvtt$",loadingContainerSelector:".vjs-text-track-display",injectedCss:["#immersive-translate-quick-button-container {order: 6}"],quickButtonRule:{appendSelector:'[data-testid="video-section"] .vjs-control-bar',insertBeforeSelector:'[data-testid="video-section"] .vjs-volume-panel',injectCSS:".imt-quick-subtitle-pop-content {z-index: 999999;}"}}},{id:"masterclass",matches:["www.masterclass.com","learn.microsoft.com"],"excludeSelectors.add":[".vjs-text-track-display"],"mutationExcludeSelectors.add":[".vjs-text-track-display *"],"subtitleRule.add":{type:"webvtt",subtitleUrlRegExp:"\\.vtt",loadingContainerSelector:".vjs-text-track-display",quickButtonRule:{appendSelector:".vjs-control-bar",insertBeforeSelector:".vjs-playback-rate"}}},{id:"viu",matches:["www.viu.com"],"excludeSelectors.add":[".bmpui-ui-viu-subtitle-overlay"],"mutationExcludeSelectors.add":[".bmpui-ui-viu-subtitle-overlay *"],"subtitleRule.add":{type:"webvtt",hookType:"xhr",subtitleUrlRegExp:"https?://[^/]+\\.cloudfront\\.net/[^/]+/[^/]+$",loadingContainerSelector:".bmpui-container-wrapper",loadingStyle:"bottom: 20%;",injectedCss:[".bmpui-controls-hidden #immersive-translate-quick-button-container {display: none;}"],quickButtonRule:{appendSelector:".bmpui-ui-container.bmpui-ui-viu-subtitle > .bmpui-container-wrapper",injectCSS:".imt-quick-subtitle-button {margin-bottom: 8px}"}}},{id:"linkin",matches:"*.linkedin.com","excludeSelectors.add":[".vjs-text-track-display"],"mutationExcludeSelectors.add":[".vjs-text-track-display *"],"subtitleRule.add":{type:"webvtt",subtitleUrlRegExp:".*ambry/\\?x-li-ambry-ep=.*",hookType:"xhr",loadingContainerSelector:".video-player-container",quickButtonRule:{appendSelector:".vjs-control-bar",insertBeforeSelector:".vjs-captions-toggle"}}},{id:"kanopy",matches:"*.kanopy.com","excludeSelectors.add":[".vjs-text-track-display"],"mutationExcludeSelectors.add":[".vjs-text-track-display *"],"subtitleRule.add":{type:"webvtt",subtitleUrlRegExp:".*captioncache/webvtt.*",hookType:"xhr",loadingContainerSelector:".video-player-container",injectedCss:["#immersive-translate-quick-button-container{height: 40px;display: flex;align-items: center;align-self: flex-end;}"],quickButtonRule:{appendSelector:".vjs-control-bar",insertBeforeSelector:".vjs-caption-control"}}},{id:"iflix",matches:["www.iflix.com","wetv.vip"],"excludeSelectors.add":[".text-track"],"mutationExcludeSelectors.add":[".player-wrapper *"],"subtitleRule.add":{type:"webvtt",subtitleUrlRegExp:"\\.vtt",hookType:"xhr",loadingContainerSelector:"#player-wrapper",loadingStyle:"bottom: 18%;",quickButtonRule:{appendSelector:'[data-role="wetv-ctrlbar-right"]',insertBeforeSelector:'[data-role="wetv-player-definition"]'}}},{id:"imdb",matches:"www.imdb.com","excludeSelectors.add":[".jw-text-track-container"],"mutationExcludeSelectors.add":[".jw-text-track-container *"],"subtitleRule.add":{type:"webvtt",subtitleUrlRegExp:"\\.srt$",loadingContainerSelector:"#imdbnext-vp-jw-single",quickButtonRule:{appendSelector:".jw-reset.jw-button-container",insertBeforeSelector:'[button="ttt-button"]'}}},{id:"itv",matches:["www.itv.com"],"subtitleRule.add":{type:"text_track",videoPlayerSelector:".genie-video",loadingContainerSelector:".genie-container",loadingStyle:"bottom: unset; top: 5%;",quickButtonRule:{appendSelector:".control-bar_right-child-container",insertBeforeSelector:".controls-toggle_button--fullscreen"}}},{id:"egghead",matches:["egghead.io"],"subtitleRule.add":{type:"text_track",videoPlayerSelector:".cueplayer-react-video",loadingContainerSelector:".cueplayer-react-video-holder",loadingStyle:"bottom: unset; top: 5%;",quickButtonRule:{appendSelector:".cueplayer-react-control-bar-right-part",insertBeforeSelector:".cueplayer-react-closed-caption"}}},{id:"coursera",matches:["www.coursera.org"],"subtitleRule.add":{type:"text_track",videoPlayerSelector:".vjs-tech",loadingContainerSelector:".rc-VideoControlsContainer",loadingStyle:"bottom: unset; top: 5%;",quickButtonRule:{appendSelector:'[role="presentation"] > .rc-ControlBar > .icon-container'}}},{id:"ocrtraining",matches:["ocrtraining.cit.nih.gov","videocast.nih.gov"],"excludeSelectors.add":["#videocastPlayer"],"mutationExcludeSelectors.add":["#videocastPlayer *"],"subtitleRule.add":{type:"webvtt",subtitleUrlRegExp:"\\.srt$",loadingContainerSelector:"#videocastPlayer"}},{id:"espn",matches:["*.espn.com"],mainFrameMinTextCount:0,"excludeSelectors.add":["#fittPageContainer"],"mutationExcludeSelectors.add":["#fittPageContainer *"],"subtitleRule.add":{type:"webvtt",subtitleUrlRegExp:"\\.vtt$",injectedCss:["#immersive-translate-quick-button-container{margin-top:16px;}",".vjs-text-track-display > div >div {font:unset!important;}"],quickButtonRule:{appendSelector:".vjs-control-bar",insertBeforeSelector:".vjs-captions-button"}}},{id:"fmoviesz",matches:["fmoviesz.to","vidplay.online","c8365730d4.nl"],"excludeSelectors.add":["#player"],"mutationExcludeSelectors.add":["#player *"],"subtitleRule.add":{type:"multi_attach_vtt",subtitleUrlRegExp:"subtitle/.*\\.vtt$",quickButtonRule:{appendSelector:".jw-button-container",insertBeforeSelector:".jw-icon-cc"},activeLangSelector:"#jw-player-settings-submenu-captions .jw-settings-submenu-items .jw-settings-item-active",videoSelector:"video",attachRule:{appendSelector:"#player",injectedGlobalCSS:[".jw-text-track-container {display: none;}","@media (min-width: 576px) { video::cue {opacity: 0} }"]}}},{id:"aniwatch",matches:["megacloud.tv","aniwatch.to"],"excludeSelectors.add":[".jw-wrapper"],"mutationExcludeSelectors.add":[".jw-wrapper *"],"subtitleRule.add":{type:"multi_attach_vtt",subtitleUrlRegExp:"^(?!.*sprite\\.vtt$).*\\.vtt$",quickButtonRule:{appendSelector:".jw-button-container",insertBeforeSelector:".jw-icon-cc"},activeLangSelector:"#jw-player-settings-submenu-captions .jw-settings-submenu-items .jw-settings-item-active",videoSelector:"video",attachRule:{appendSelector:".jw-wrapper",injectedGlobalCSS:[".jw-text-track-container {display: none;}","@media (min-width: 576px) { video::cue {opacity: 0} }"]}}},{id:"rottentomatoes",matches:["*.rottentomatoes.com"],"excludeSelectors.add":[".jw-wrapper"],"mutationExcludeSelectors.add":[".jw-wrapper *"],"subtitleRule.add":{type:"webvtt",subtitleUrlRegExp:"\\.vtt$",quickButtonRule:{appendSelector:".jw-button-container",insertBeforeSelector:".jw-icon-cc"}}},{id:"dailymotion",matches:["*.dailymotion.com"],"excludeSelectors.add":[".player"],"mutationExcludeSelectors.add":[".player *"],mainFrameMinTextCount:0,"subtitleRule.add":{type:"subsrt",subsrtFormat:"srt",loadingContainerSelector:".player",subtitleUrlRegExp:"/video/.*\\.srt",quickButtonRule:{appendSelector:".controls_bottom_right",insertBeforeSelector:".subtitles_toggle_button"}}},{id:"movie-web",matches:["movie-web.app/media*"],"excludeSelectors.add":["#root"],"mutationExcludeSelectors.add":["#root *"],"subtitleRule.add":{type:"subsrt",hookType:"fetch",subsrtFormat:"vtt",loadingContainerSelector:".relative.h-screen.overflow-hidden",subtitleUrlRegExp:".*\\.vtt",quickButtonRule:{appendSelector:".hidden.justify-between .flex.items-center.space-x-3"}}},{id:"deeplearning",matches:["learn.deeplearning.ai"],"excludeSelectors.add":['[data-layout="video"]'],"mutationExcludeSelectors.add":['[data-layout="video"] *'],"subtitleRule.add":{type:"subsrt",subsrtFormat:"vtt",loadingContainerSelector:'[data-layout="video"]',subtitleUrlRegExp:".*\\.vtt",quickButtonRule:{appendSelector:".vds-controls-group:last-child",insertBeforeSelector:".vds-caption-button"}}},{id:"paramountplus",matches:["*.paramountplus.com"],"excludeSelectors.add":[".aa-player-skin"],"mutationExcludeSelectors.add":[".aa-player-skin *"],"subtitleRule.add":{type:"text_track_dynamic",injectedCss:[".tt-container {white-space: pre-line;}",".timed-text-css-box-inner {display: none!important;}",".timed-text-css-box-inner:last-child {display: block!important;}"],videoPlayerSelector:"video",quickButtonRule:{appendSelector:".top-menu-container"}}},{id:"pluto",matches:["pluto.tv"],"excludeSelectors.add":[".video-player-layout"],"mutationExcludeSelectors.add":[".video-player-layout *"],"subtitleRule.add":{type:"text_track_dynamic",videoPlayerSelector:"video",quickButtonRule:{appendSelector:".endControls-0-2-85"}}},{id:"vimeo",matches:["vimeo.com"],"excludeSelectors.add":[".vp-captions"],"mutationExcludeSelectors.add":[".vp-captions *"],"subtitleRule.add":{type:"text_track",videoPlayerSelector:"video",loadingContainerSelector:".player_container",loadingStyle:"bottom: unset; top: 5%;",injectedCss:["#immersive-translateQuickButton {visibility: inherit!important;}"],quickButtonRule:{appendSelector:'[data-control-bar="true"] > div',insertBeforeSelector:'[data-volume-control-container="true"]',ccEnableSelector:'[data-cc-button="true"]',injectCSS:".imt-quick-subtitle-button {margin-right: 0px; font-size: 12px;} .logo,.logo svg { height: 18px !important; width: 18px !important;} .imt-quick-subtitle-pop-content {bottom: 28px !important;}"}}},{id:"ted",matches:["www.ted.com"],"excludeSelectors.add":["#video"],"mutationExcludeSelectors.add":["#video *"],"subtitleRule.add":{type:"webvtt",hookType:"fetch",subtitleUrlRegExp:"\\.vtt",videoPlayerSelector:"video",loadingContainerSelector:"media-controller",quickButtonRule:{appendSelector:".pointer-events-none #media-control-bar",insertBeforeSelector:".pointer-events-none .media-volume-wrapper"}}},{id:"player.vimeo",matches:["https://player.vimeo.com/video/*","laracasts.com"],selectorMatches:["iframe[src*='player.vimeo.com']"],extraBlockSelectors:["span.vp-captions-line","span[class^=CaptionsRenderer_]"],"excludeSelectors.add":[".vp-captions-line"],"mutationExcludeSelectors.add":[".vp-captions *",".vp-captions-line *"],"subtitleRule.add":{type:"text_track",videoPlayerSelector:"video",loadingContainerSelector:".vp-telecine",loadingStyle:"bottom: unset; top: 5%; font-size: 12px;",injectedCss:["#immersive-translateQuickButton {visibility: inherit!important;}"],quickButtonRule:{appendSelector:'[data-control-bar="true"] > div',insertBeforeSelector:'[data-volume-control-container="true"]',ccEnableSelector:'[data-cc-button="true"]',injectCSS:".imt-quick-subtitle-button {margin-right: 0px; font-size: 12px;} .logo,.logo svg { height: 18px !important; width: 18px !important;} .imt-quick-subtitle-pop-content {bottom: 28px !important;}"}}},{id:"tv.adobe",matches:"https://*.tv.adobe.com","excludeSelectors.add":[".mpc-player"],"mutationExcludeSelectors.add":[".mpc-player *"],"subtitleRule.add":{type:"text_track",videoPlayerSelector:"video",loadingContainerSelector:".mpc-player",quickButtonRule:{appendSelector:".mpc-controls__container"}}},{id:"threejs-journey",matches:"threejs-journey.com","excludeSelectors.add":[".video-area"],"mutationExcludeSelectors.add":[".video-area *"],"subtitleRule.add":{type:"text_track",videoPlayerSelector:"video",loadingContainerSelector:".video-area",injectedCss:[".js-tracks-text.tracks-text {white-space: pre;}"],quickButtonRule:{appendSelector:".js-controls .right",insertBeforeSelector:".js-subtitles",injectCSS:".imt-quick-subtitle-button { font-size: 12px;} .logo,.logo svg { height: 18px !important; width: 18px !important;} .imt-quick-subtitle-pop-content {bottom: 38px !important;}"}}},{id:"codewithchris",matches:["learn.codewithchris.com","*.rachelsenglishacademy.com","www.unrealsenseiacademy.com"],"excludeSelectors.add":[".w-captions",".w-captions-line > div > span"],"mutationExcludeSelectors.add":[".w-captions *"],"subtitleRule.add":{type:"general",subtitleUrlRegExp:"/embed/captions/",loadingContainerSelector:".w-ui-container",hookType:"fetch",generalSetting:{captionsPath:"captions",itemsPath:"hash.lines",textKey:"text"}}},{id:"panopto",matches:["southampton.cloud.panopto.eu"],"excludeSelectors.add":[".primaryPlayer"],"mutationExcludeSelectors.add":[".primaryPlayer *"],"subtitleRule.add":{type:"general",subtitleUrlRegExp:"DeliveryInfo.aspx",disableSubsCache:!0,loadingContainerSelector:"#primaryPlayer",hookType:"fetch",generalSetting:{textKey:"Caption"},quickButtonRule:{appendSelector:"#transportControls",insertBeforeSelector:"#captionsButton"}}},{id:"edx",matches:["*.edx.org"],"excludeSelectors.add":[".closed-captions",".subtitles-menu"],mainFrameMinTextCount:0,"subtitleRule.add":{type:"general",subtitleUrlRegExp:"/transcript/translation/",loadingContainerSelector:".tc-wrapper",generalSetting:{itemsPath:"text"},injectedCss:[".subtitles-menu span,.closed-captions {white-space: pre-line;}","#immersive-translate-quick-button-container {display: inline-block; vertical-align: middle;}"],quickButtonRule:{appendSelector:".secondary-controls",insertBeforeSelector:".speeds.menu-container"}}},{id:"ardmediathek",matches:["www.ardmediathek.*"],"excludeSelectors.add":[".ardplayer-viewport-addon-overlays"],"mutationExcludeSelectors.add":[".ardplayer-viewport-addon-overlays *"],"subtitleRule.add":{type:"ebutt",hookType:"fetch",subtitleUrlRegExp:"subtitle/ebutt",loadingContainerSelector:".ardplayer-viewport-addon-overlays",quickButtonRule:{appendSelector:".ardplayer-footer .ardplayer-addons-container",insertBeforeSelector:".ardplayer-footer .ardplayer-button-sharing",injectCSS:".imt-quick-subtitle-button {font-size: 20px; } .logo,.logo svg { height: 36px !important; width: 36px !important;} .imt-quick-subtitle-pop-content {z-index: 2147483647;} "}}},{id:"bbc-iplayer",matches:["https://www.bbc.*/iplayer*"],"excludeSelectors.add":[".player"],"mutationExcludeSelectors.add":[".player *"],"subtitleRule.add":{type:"ebutt",hookType:"fetch",subtitleUrlRegExp:"iplayer/subtitles/.*.xml",loadingContainerSelector:".player__container"}},{id:"bbc",matches:["*.bbc.*"],"excludeSelectors.add":["section.module--languages",".drop-capped",".smp-toucan-player","smp-subtitles","#subtitle_subtitle2"],"mutationExcludeSelectors.add":["[data-testid='media-player-container-landscape'] *"],"subtitleRule.add":{type:"ebutt",hookType:"fetch",subtitleUrlRegExp:"iplayer/subtitles/.*.xml",loadingContainerSelector:".smp-toucan-player"}},{id:"zdf.de",matches:["www.zdf.de"],"excludeSelectors.add":[".zdfplayer-cue-region"],"subtitleRule.add":{type:"ebutt",subtitleUrlRegExp:"mtt/.*.xml",loadingContainerSelector:".zdfplayer-video-container",responseType:"document",injectedCss:["#immersive-translate-quick-button-container {display:inline-block;vertical-align:middle;margin-right:-16px;}"],quickButtonRule:{appendSelector:".right-controls-1FfJUp.svelte-inzdbf",insertBeforeSelector:".right-controls-1FfJUp.svelte-inzdbf button"}}},{id:"piped.video",matches:"piped.video","subtitleRule.add":{type:"ebutt",hookType:"fetch",subtitleUrlRegExp:"api/timedtext",loadingContainerSelector:".shaka-video-container",responseType:"document",quickButtonRule:{appendSelector:".shaka-controls-button-panel",insertBeforeSelector:".shaka-mute-button"}}},{id:"disneyplus",matches:["www.disneyplus.com"],"excludeSelectors.add":[".dss-hls-subtitle-overlay"],"mutationExcludeSelectors.add":[".dss-hls-subtitle-overlay *"],"subtitleRule.add":{type:"disneyplus",subtitleUrlRegExp:"\\.vtt$"}},{id:"mubi",matches:["https://mubi.com","https://mubi.de"],"subtitleRule.add":{type:"fmp4.xml",subtitleUrlRegExp:"textstream",hookType:"fetch",quickButtonRule:{appendSelector:".css-1k6yql2.e1b63bld4",insertBeforeSelector:".css-1ce7rqp.e7f2hfl0"}}},{id:"hulu",matches:"https://*.hulu.com","subtitleRule.add":{type:"hulu",hookType:"fetch",injectedCss:[".ClosedCaption {display:none!important;}"],videoSelector:"#content-video-player",subtitleUrlRegExp:"play.hulu.com/.*/playlist",loadingContainerSelector:"#web-player-app",quickButtonRule:{appendSelector:".PlayerSettingsGroup",insertBeforeSelector:".PlayerSettingsGroup .PlayerControlsButton"}}},{id:"youku.tv",matches:"www.youku.tv","excludeSelectors.add":["#subtitle"],"mutationExcludeSelectors.add":["#subtitle *"],"subtitleRule.add":{type:"subsrt",hookType:"fetch",injectedCss:["#immersive-translate-quick-button-container {display: inline-block; vertical-align: middle;}"],subtitleUrlRegExp:"\\.ass$",subsrtFormat:"ass",loadingContainerSelector:"#youku-dashboard",loadingStyle:"bottom: 10%;",quickButtonRule:{appendSelector:".kui-dashboard-dashboard-panel .kui-dashboard-rear-ctn",insertBeforeSelector:".kui-rate-control-0"}}},{id:"starz",matches:"www.starz.com","excludeSelectors.add":["starz-player"],"mutationExcludeSelectors.add":["starz-player *"],"subtitleRule.add":{type:"subsrt",subsrtFormat:"vtt",subtitleUrlRegExp:"\\.vtt$",loadingContainerSelector:"starz-player",loadingStyle:"bottom: 10%;",injectedCss:["#immersive-translate-quick-button-container {display: inline-block;}"],quickButtonRule:{appendSelector:"starz-player .button-group",insertBeforeSelector:"starz-player .button-group .video-player-icon-md"}}},{id:"www.iq.com",matches:"www.iq.com","excludeSelectors.add":[".iqp-subtitle"],"mutationExcludeSelectors.add":[".iqp-subtitle *"],"subtitleRule.add":{type:"xml",subtitleUrlRegExp:"\\.xml\\?",loadingContainerSelector:".intl-video-area",xmlTextSelector:"sub",loadingStyle:"bottom: 10%;",injectedCss:["#immersive-translate-quick-button-container {float: right; height: 100%;}"],quickButtonRule:{appendSelector:".iqp-contrls-right"}}},{id:"archiveToday",matches:["archive.today","archive.ph","archive.is","archive.md"],"excludeSelectors.add":["#HEADER"]},{id:"arxiv-vanity.com",matches:["www.arxiv-vanity.com"],"excludeSelectors.add":[".arxiv-vanity-wrapper"]},{id:"fibery",matches:["the.fibery.io"],"additionalExcludeSelectors.remove":["[translate=no]"],"additionalStayOriginalSelectors.add":[".entity-node-view-container"]},{id:"makersuite.google",matches:"makersuite.google.com","excludeSelectors.add":[".material-symbols-outlined"]},{id:"etymonline",matches:"www.etymonline.com",globalAttributes:{".crossreference.notranslate":{class:"crossreference"},".foreign.notranslate":{class:"foreign"}}},{id:"https://browse.arxiv.org/",matches:["https://browse.arxiv.org","https://arxiv.org/html/*"],"excludeSelectors.add":[".desktop_header","[class*='ltx_lst_language_']","div.package-alerts"]},{id:"jstor",matches:"www.jstor.org","excludeSelectors.add":[".audio-duration","[data-qa='card-item-count']"],globalStyles:{".card__heading":"-webkit-line-clamp:unset;","search-results-vue-pharos-image-card,search-ui-pharos-image-card":"display:flex;","search-results-vue-pharos-link":"display:inline;"}},{id:"tandfonline",matches:"*.tandfonline.com","extraInlineSelectors.add":["span.off-screen"]},{id:"boringreport",matches:["www.boringreport.org"],"excludeTags.remove":["BUTTON"]},{id:"bsky.app",matches:"https://bsky.app",selectors:["[data-testid=postText]"],isTranslateTitle:!1},{id:"peacocktv",matches:["*.peacocktv.com"],injectedCss:[".video-player__subtitles__line > font,.video-player__subtitles__line:only-child{display:block;}"]},{id:"noTranslate",matches:["*.tiktok.com","altis.world","*.newthingsunderthesun.com","*.gumroad.com","edstem.org","actions.tldrnewsletter.com","community.linkingyourthinking.com","doc.qt.io","winaero.com"],"additionalExcludeSelectors.remove":[".notranslate","[translate=no]"]},{id:"jmir",matches:["*.jmir.org"],"additionalInlineSelectors.add":[".tooltiptext"]},{id:"smzdm",matches:["www.smzdm.com"],"excludeSelectors.add":[".z-highlight",".feed-block-info",".z-feed-foot",".feed-block-descripe","#J_column_tab_box",".crumbs"],globalStyles:{".feed-block-title":"height:unset"}},{id:"xiaohongshu.com",matches:["www.xiaohongshu.com"],"excludeSelectors.add":[".author-wrapper",".info",".side-bar"],globalStyles:{"a.title":"-webkit-line-clamp:3"}},{id:"learnopengl",matches:["learnopengl.com"],globalStyles:{function:"position:relative;z-index:1000;"}},{id:"notateslaapp",matches:["www.notateslaapp.com"],"extraBlockSelectors.add":[".nav > *"]},{id:"eightfold",matches:["*.eightfold.ai"],injectedCss:[".flexbox{width:100%}"]},{id:"deno",matches:["deno.com"],injectedCss:[":root {font-feature-settings:unset}"]},{id:"soundcloud",matches:"soundcloud.com",injectedCss:[".compactTrackListItem {height: unset !important;}"],"excludeSelectors.add":[".searchTitle__textContent",".searchOptions__container",".compactTrackListItem__additional",".soundTitle__tagContainer",".searchResultGroupHeading",".sc-ministats-group",".compactTrackList__moreLink",".sound__soundActions"]},{id:"section.blog.naver.com",matches:"section.blog.naver.com",globalStyles:{".text,.title_post,.text_post,p,strong,div":"-webkit-line-clamp:unset;max-height:unset;height:unset;"},"extraBlockSelectors.add":[".item",".heading a",".info_find a"],"excludeSelectors.add":[".comments",".time"]},{id:"gradio-app",selectorMatches:"gradio-app","excludeTags.remove":["BUTTON"],"excludeSelectors.add":['[data-testid="block-label"]'],"mutationConfig.add":{buildTimeout:1e3,consumeTimeout:1e3}}]};d();d();function pl(t){if(t.beta)return!1;if(tt()&&t.spVersion)return cs(ap(),t.spVersion);if(f3()&&t.gspVersion){let e=h3();if(e)return cs(e,t.gspVersion)}if(sp()&&t.ispVersion){let e=m3();if(e)return cs(e,t.ispVersion)}return!1}function cs(t,e){let n=t.split(".").reverse(),r=e.split(".").reverse(),a=0,i=0,o=1;for(let s=0;s<3;s++)a+=o*Number(r[s]||"0"),i+=o*Number(n[s]||"0"),o*=100;return i>=a}function up(t){t.message?.indexOf("token invalid")>=0&&Mt.remove(Ft)}d();function gl(t){return Array.isArray(t)?t:t?[t]:[]}function ml(t,e){return e?(Array.isArray(e)||(e=[e]),Array.from(new Set([...e,t]))):[t]}function fl(t,e){return e?(Array.isArray(t)||(t=[t]),Array.isArray(e)||(e=[e]),e.filter(n=>!t.includes(n))):[]}function hl(t,e){let n={...t};return x3(n,e),Qw(n,e),n}function S3(t,e,n){let r={...e};return Ka({rule:r,valueIsArray:a=>Array.isArray(t[a]),getMergedValue:a=>t[a],onMergedResult:(a,i)=>r[a]=i}),Ka({rule:n,valueIsArray:a=>Array.isArray(t[a]),getMergedValue:a=>r[a],onMergedResult:(a,i)=>r[a]=i}),r}function Qw(t,e){if(!e.condition)return;let n=e.condition.enableSubtitle?.true||{},r=e.condition.enableSubtitle?.false||{},a=t.enableSubtitle?n:r;x3(t,a)}function Ka({rule:t,getMergedValue:e,valueIsArray:n,onMergedResult:r}){Object.keys(t).sort().forEach(a=>{let[i,o,s]=Jw(a);if(!i||t[a]===void 0)return;let u=t[a];n(i)&&(u=gl(t[a]));let l=e(i);if(l==null){r(i,u);return}let c;if(o=="add_v"){if(!y3(s))return;c=lp(l,u)}else if(o=="remove_v"){if(!y3(s))return;c=v3(l,u)}else o==="add"?c=lp(l,u):o=="remove"&&(c=v3(l,u));if(c){r(i,c);return}Array.isArray(t[i])&&i.startsWith("additional")?c=lp(l,u):c=u,r(i,c)})}function x3(t,e){return Ka({rule:e,valueIsArray:n=>Array.isArray(t[n]),getMergedValue:n=>t[n],onMergedResult:(n,r)=>{t[n]=r}}),t}function lp(t,e){let n;if(Array.isArray(t)){let r=gl(e);n=[...t,...r],n=Array.from(new Set(n))}else typeof t=="object"&&typeof e=="object"?n={...t,...e}:n=e;return n}function Jw(t){let e=t.lastIndexOf("["),n="",r=t;return e>0&&(n=t.slice(e+1,t.length-1),r=t.slice(0,e-1)),[...r.split("."),n]}function y3(t){let e=Ut();return t&&cs(e,t)}function v3(t,e){if(Array.isArray(t)){let n=gl(e);return t=t.filter(r=>!n.includes(r)),Array.from(new Set(t))}else if(typeof t=="object"&&typeof e=="object")Object.keys(e).forEach(n=>{delete t[n]});else return e;return t}function E3(){if(we.PROD==="1")return{};let t={};if(we.IMMERSIVE_TRANSLATE_SECRET_TENCENT_SECRET_ID&&we.IMMERSIVE_TRANSLATE_SECRET_TENCENT_SECRET_KEY){let n={secretId:we.IMMERSIVE_TRANSLATE_SECRET_TENCENT_SECRET_ID,secretKey:we.IMMERSIVE_TRANSLATE_SECRET_TENCENT_SECRET_KEY};t.translationServices={},t.translationServices.tencent=n}if(we.IMMERSIVE_TRANSLATE_SECRET_BAIDU_APPID&&we.IMMERSIVE_TRANSLATE_SECRET_BAIDU_KEY){let n={appid:we.IMMERSIVE_TRANSLATE_SECRET_BAIDU_APPID,key:we.IMMERSIVE_TRANSLATE_SECRET_BAIDU_KEY};t.translationServices||(t.translationServices={}),t.translationServices.baidu=n}if(we.IMMERSIVE_TRANSLATE_SECRET_CAIYUN_TOKEN){let n={token:we.IMMERSIVE_TRANSLATE_SECRET_CAIYUN_TOKEN};t.translationServices||(t.translationServices={}),t.translationServices.caiyun=n}if(we.IMMERSIVE_TRANSLATE_SECRET_OPENL_APIKEY){let n={apikey:we.IMMERSIVE_TRANSLATE_SECRET_OPENL_APIKEY};t.translationServices||(t.translationServices={}),t.translationServices.openl=n}if(we.IMMERSIVE_TRANSLATE_SECRET_YOUDAO_APP_ID&&we.IMMERSIVE_TRANSLATE_SECRET_YOUDAO_APP_SECRET){let n={appId:we.IMMERSIVE_TRANSLATE_SECRET_YOUDAO_APP_ID,appSecret:we.IMMERSIVE_TRANSLATE_SECRET_YOUDAO_APP_SECRET};t.translationServices||(t.translationServices={}),t.translationServices.youdao=n}if(we.IMMERSIVE_TRANSLATE_SECRET_VOLC_ACCESS_KEY_ID&&we.IMMERSIVE_TRANSLATE_SECRET_VOLC_SECRET_ACCESS_KEY){let n={accessKeyId:we.IMMERSIVE_TRANSLATE_SECRET_VOLC_ACCESS_KEY_ID,secretAccessKey:we.IMMERSIVE_TRANSLATE_SECRET_VOLC_SECRET_ACCESS_KEY};t.translationServices||(t.translationServices={}),t.translationServices.volc=n}if(we.IMMERSIVE_TRANSLATE_SECRET_DEEPL_AUTH_KEY){let n={authKey:we.IMMERSIVE_TRANSLATE_SECRET_DEEPL_AUTH_KEY};t.translationServices||(t.translationServices={}),t.translationServices.deepl=n}if(we.DEEPL_PROXY_ENDPOINT&&(t.translationServices||(t.translationServices={}),t.translationServices.deepl||(t.translationServices.deepl={}),t.translationServices.deepl.immersiveTranslateApiUrl=we.DEEPL_PROXY_ENDPOINT),we.IMMERSIVE_TRANSLATE_DEEPL_ENDPOINT&&(t.translationServices||(t.translationServices={}),t.translationServices.deepl||(t.translationServices.deepl={}),t.translationServices.deepl.immersiveTranslateDeeplTokenUrl=we.IMMERSIVE_TRANSLATE_DEEPL_ENDPOINT),we.IMMERSIVE_TRANSLATE_SECRET_OPENAI_API_KEY){let n={APIKEY:we.IMMERSIVE_TRANSLATE_SECRET_OPENAI_API_KEY};t.translationServices||(t.translationServices={}),t.translationServices.openai=n}we.IMMERSIVE_TRANSLATE_SERVICE&&(t.translationService=we.IMMERSIVE_TRANSLATE_SERVICE);let e={};return we.DEBUG==="1"&&(e.debug=!0,e.cache=!1),we.MOCK==="1"&&(e.translationService="mock"),e}async function Zt(){let t=await oe.storage.local.get(Jo);if(t[Jo]){let e=t[Jo],n=e.tempTranslationUrlMatches||[],r=n.filter(o=>o.expiredAt>Date.now()),a=!1;r.length!==n.length&&(n=r,a=!0);let i={...e,tempTranslationUrlMatches:[...n]};return a&&await Xt(i),i}else return{}}async function Xt(t){await oe.storage.local.set({[Jo]:t})}async function C3(t){await oe.storage.local.set({[Xr]:t})}async function w3(){let t=await oe.storage.local.get(Xr),n={...await cp(),..._i,buildinConfigUpdatedAt:we.BUILD_TIME};if(t[Xr]){let r=t[Xr];if(r&&r.buildinConfigUpdatedAt){let a=new Date(r.buildinConfigUpdatedAt),i=new Date(n.buildinConfigUpdatedAt);a>i&&(n=r)}}return n}async function Pn(){let t=await oe.storage.local.get(Xr),e={..._i,buildinConfigUpdatedAt:we.BUILD_TIME};if(t[Xr]){let C=t[Xr];if(C&&C.buildinConfigUpdatedAt){let L=new Date(C.buildinConfigUpdatedAt),U=new Date(e.buildinConfigUpdatedAt);L>U&&(e=C)}}let n=await eD(e);e.targetLanguage=n;let r=await Mt.get(Ft,null),a={};if(!ye()&&oe.commands&&oe.commands.getAll){let C=await oe.commands.getAll();for(let L of C)L.name&&L.shortcut&&(a[L.name]=L.shortcut)}let i=await cp(),o=E3(),s=await Or(),u=globalThis.IMMERSIVE_TRANSLATE_CONFIG||{},l=await Zt(),c=new Date,p=Object.assign({},u,o,s);if(!p.interfaceLanguage){let C=await Zw();p.interfaceLanguage=C}let m=p.interfaceLanguage==="en",g=p.targetLanguage==="en",f=e&&e.translationLanguagePattern&&e.translationLanguagePattern.matches&&e.translationLanguagePattern.matches.length===0,T=["bing","google","transmart","mock"].includes(p.translationService)||!p.translationService;!m&&!g&&!f&&T?e.translationLanguagePattern||(e.translationLanguagePattern={matches:["en"],excludeMatches:[]}):e.translationLanguagePattern={matches:[],excludeMatches:[]};let b=e&&e.enableDefaultAlwaysTranslatedUrls;p.enableDefaultAlwaysTranslatedUrls===!1&&(b=!1);let h=p&&p.isChangedAlwaysTranslatedUrls,E=[];p.translationUrlPattern&&p.translationUrlPattern.matches&&(E=p.translationUrlPattern.matches||[]);let D=!1;h===void 0&&(E.length>0?h=!0:h=!1,p.isChangedAlwaysTranslatedUrls=h,s.isChangedAlwaysTranslatedUrls=h,D=!0);let M=(p?.translationLanguagePattern?.matches?.length||0)>0,I=await At("installedAt",""),S=Number(await Rr("translage_page_daily",0)),v=Number(await At(Xn,0)),k;v>0&&(Date.now()-v0&&(Date.now()-S0){let C=l.tempTranslationUrlMatches.filter(L=>new Date(L.expiredAt)>c);if(C.length>0){let L=p.translationUrlPattern?p.translationUrlPattern?.matches||[]:[],U=Array.isArray(L)?L:[L],H=Array.from(new Set(U.concat(C.map(j=>j.match))));p.translationUrlPattern={...p.translationUrlPattern,matches:H}}}let _=Object.assign(i,e);Ka({rule:e,valueIsArray:C=>Array.isArray(i[C]),getMergedValue:C=>i[C],onMergedResult:(C,L)=>{C!="generalRule"&&(_[C]=L)}});let P=Jt(r),N={};p.translationServices&&p.translationServices.deepl&&(N=p.translationServices.deepl);let z={};p.translationServices&&p.translationServices.openai&&(z=p.translationServices.openai),!P&&N.authKey&&!N.provider?(_.translationServices.deepl||(_.translationServices.deepl={}),_.translationServices.deepl.provider="custom"):N&&N.provider||(_.translationServices.deepl||(_.translationServices.deepl={}),_.translationServices.deepl.provider="pro"),!P&&z.APIKEY&&!z.provider?(_.translationServices.openai||(_.translationServices.openai={}),_.translationServices.openai.provider="custom"):z&&z.provider||(_.translationServices.openai||(_.translationServices.openai={}),_.translationServices.openai.provider="pro");let q=Object.keys(_),F=["translationUrlPattern","translationLanguagePattern","immediateTranslationPattern","translationBodyAreaPattern","translationParagraphLanguagePattern","translationThemePatterns","translationGeneralConfig","shortcuts","inputTranslationUrlPattern","inputLanguageCodeAlias"];for(let C of q){let L=C;if(L==="generalRule")typeof p[L]=="object"&&(_[L]=hl(i[L],p[L]));else if(L==="translationServices")tD(p,_);else if(typeof p[L]!="string"&&typeof p[L]!="boolean"&&typeof p[L]!="number"&&F.includes(L))p[L]&&(_[L]=Object.assign(_[L],p[L])),L==="shortcuts"&&(ye()||tt()?_[L]={..._[L],...a}:_[L]={...a});else if(L==="rules"){if(Array.isArray(p[L])){let U=_.rules||[],H={};for(let W of U)W.id&&(H[W.id]=W);let j=p[L].map(W=>W.id&&H[W.id]?S3(e.generalRule,H[W.id],W):W);_[L]=[...j,..._[L]]}if(we.PROD==="0"&&we.DEV_RULES){let U=JSON.parse(we.DEV_RULES);_[L]=[...U,..._[L]]}}else p[L]!==void 0&&(_[L]=p[L])}return _.donateUrl=e.donateUrl,_.minVersion=e.minVersion,_.feedbackUrl=e.feedbackUrl,_.rawUserConfig=s,_}async function Or(){return(await oe.storage.sync.get("userConfig")||{}).userConfig||{}}async function ds(t){await oe.storage.sync.set({userConfig:t})}async function ps(t,e){await oe.storage.local.set({[t]:e})}async function bl(t){return(await oe.storage.local.get(t))[t]||""}var Zw=async()=>{let t=["zh-CN"];try{t=await oe.i18n.getAcceptLanguages()}catch(r){B.warn("get browser language error:",r)}let n=t.map(r=>he(r)).find(r=>Nt[r]);return n||"en"},cp=async()=>{let t={..._i,buildinConfigUpdatedAt:we.BUILD_TIME};return{...t,targetLanguage:pr,interfaceLanguage:"en",translationMode:"dual",debug:!1,alpha:!1,translationUrlPattern:{matches:[],excludeMatches:[]},translationLanguagePattern:{matches:[],excludeMatches:[]},translationThemePatterns:{},translationParagraphLanguagePattern:{matches:[],excludeMatches:[],selectorMatches:[],excludeSelectorMatches:[]},translationBodyAreaPattern:{matches:[],excludeMatches:[],selectorMatches:[],excludeSelectorMatches:[]},translationTheme:"none",translationService:"bing",inputTranslationService:"inherit",mouseHoverTranslationService:"inherit",subtitleTranslateService:"inherit",translationArea:"main",translationStartMode:"dynamic",translationServices:{},monkeyH5FloatBall:{...t.monkeyH5FloatBall},pcFloatBall:{...t.pcFloatBall},generalRule:{...t.generalRule},translationGeneralConfig:{engine:"bing",_systemExcludeWordRegex:"\\b({word})\\b"},rules:[]}};function Xw(t,e){return t=t||[],e=e||[],t.length!==e.length?!0:e.filter(r=>!t.includes(r)).length>0}async function eD(t){try{let e=t?.autoSelectTargetLanguageAfterInstalledAt;if(!e)return pr;let n=await At("installedAt","");if(n&&new Date(n){let l=a[u],c=a[l.extends];!c||l.extends==u||(a[u]={...c,...a[u]})}),Ka({rule:{...a},valueIsArray:u=>Array.isArray(a[u]),getMergedValue:u=>a[u],onMergedResult:(u,l)=>{a[u]={...a[u],...l}}}),Ka({rule:{...r},valueIsArray:u=>Array.isArray(a[u]),getMergedValue:u=>a[u],onMergedResult:(u,l)=>{let c=a[u].env||{},p=l.env||{};c={...c,...p},a[u]={...a[u],...l,env:c}}}),new Date(t.updatedAt)<=new Date("2024.4.2")&&Object.keys(r).forEach(u=>{["openai","gemini"].includes(u)&&r[u].prompt!=null&&(r[u].maxTextGroupLengthPerRequest==null&&(a[u].maxTextGroupLengthPerRequest=1),r[u].multiplePrompt==null&&(a[u].multiplePrompt=r[u].prompt))});let o=["imt_source_field","imt_trans_field","imt_sub_source_field","imt_sub_trans_field"],s=(u,l)=>{!u||!u[l]||!u?.env||(u[l]=u[l].replace(/{{(.+?)}}/g,(c,p)=>o.includes(p)?c:u?.env[p]||c))};Object.values(a).forEach(u=>{s(u,"prompt"),s(u,"multiplePrompt"),s(u,"subtitlePrompt")})}d();d();function ta(t,e){var n=(t&65535)+(e&65535),r=(t>>16)+(e>>16)+(n>>16);return r<<16|n&65535}function nD(t,e){return t<>>32-e}function yl(t,e,n,r,a,i){return ta(nD(ta(ta(e,t),ta(r,i)),a),n)}function en(t,e,n,r,a,i,o){return yl(e&n|~e&r,t,e,a,i,o)}function tn(t,e,n,r,a,i,o){return yl(e&r|n&~r,t,e,a,i,o)}function nn(t,e,n,r,a,i,o){return yl(e^n^r,t,e,a,i,o)}function rn(t,e,n,r,a,i,o){return yl(n^(e|~r),t,e,a,i,o)}function Tl(t,e){t[e>>5]|=128<>>9<<4)+14]=e;var n,r,a,i,o,s=1732584193,u=-271733879,l=-1732584194,c=271733878;for(n=0;n>5]>>>e%32&255);return n}function dp(t){var e,n=[];for(n[(t.length>>2)-1]=void 0,e=0;e>5]|=(t.charCodeAt(e/8)&255)<16&&(r=Tl(r,t.length*8)),n=0;n<16;n+=1)a[n]=r[n]^909522486,i[n]=r[n]^1549556828;return o=Tl(a.concat(dp(e)),512+e.length*8),D3(Tl(i.concat(o),512+128))}function A3(t){var e="0123456789abcdef",n="",r,a;for(a=0;a>>4&15)+e.charAt(r&15);return n}function pp(t){return unescape(encodeURIComponent(t))}function k3(t){return rD(pp(t))}function iD(t){return A3(k3(t))}function P3(t,e){return aD(pp(t),pp(e))}function oD(t,e){return A3(P3(t,e))}function Ln(t,e,n){return e?n?P3(e,t):oD(e,t):n?k3(t):iD(t)}d();function L3(t,e,n){let r=sD(t,e),a=[],i={from:t[0].from,fromByClient:t[0].fromByClient,to:t[0].to,tempSentences:[],url:t[0].url};for(let o of r)(i.tempSentences.reduce((u,l)=>u+l.text.length,0)+o.text.length>e||i.tempSentences.length>=n)&&(a.push(i),i={fromByClient:i.fromByClient,from:o.from,to:o.to,tempSentences:[],url:o.url}),(i.from!==o.from||i.to!==o.to)&&(i.tempSentences.length>0?(a.push(i),i={fromByClient:i.fromByClient,from:o.from,to:o.to,tempSentences:[],url:o.url}):(i.from=o.from,i.to=o.to)),i.tempSentences.push(o);return i.tempSentences.length>0&&a.push(i),a}function sD(t,e){let n=[],r=[];for(let a=0;a0?Te){let E=[];gp(b,e,E);for(let D=0;D0&&T{let s=t.lastIndexOf(o,e);return s>i?s:i},-1);if(a===-1){let i=t.slice(0,e);if(i&&!i.trim())return;n.push({text:i,prefix:"",suffix:""}),t.length>e&&gp(t.slice(e),e,n)}else{let i=t.slice(0,a+1);if(i&&i.trim()==="")return;i.startsWith(" ")?n.push({text:i.slice(1),prefix:" ",suffix:""}):n.push({text:i,prefix:"",suffix:""}),a+10){p.forEach(T=>{c.length>0&&T.providers&&T.providers.length>0&&!T.providers.includes(l)||(T.optional?g.push(T):m.push(T))});let f=g.concat(m).filter(T=>T.required);if(f.length>0){for(let T of f)if(!i[T.name]){u=!1;break}}}return{...a,id:e,selected:n[t]===e,ok:u,currentProvider:l,config:i,providers:a.providers||[],props:a.props||[],allProps:p,optionalProps:g,explicitProps:m}}var gs=(t,e)=>{let{config:n}=t,r=n.alpha,a=n.beta,i=n.canary,o=n.debug,s=t.user,u=Jt(s),l=Object.keys(gr);return e!=="translationService"&&l.unshift("inherit"),l.filter(c=>{if(c==="inherit")return!0;let p=gr[c];if(c.startsWith("mock"))return o?!0:c===t.config[e];if(c===t.config[e])return!0;if(c==="openai"&&tt())return t.config.showOpenaiOnSafari||u?!0:!!(a||r||i||u);let m=!!p.canary,g=!!p.alpha,f=!!p.beta;return c===t[e]||m&&i||g&&(r||i)||f&&(a||r||i)?!0:!g&&!f&&!m}).map(c=>vl(e,c,t))};function ms(){return([1e7]+-1e3+-4e3+-8e3+-1e11).replace(/[018]/g,t=>(t^crypto.getRandomValues(new Uint8Array(1))[0]&15>>t/4).toString(16))}function _3(t){return t.replace(/([a-zA-Z0-9]+)([\u4e00-\u9fa5]+)/g,"$1 $2").replace(/([\u4e00-\u9fa5]+)([a-zA-Z0-9]+)/g,"$1 $2")}var Fi=[];async function Sl(t,e){return await new Promise((n,r)=>{let a=t,i=1,o=indexedDB.open(a,i);o.onsuccess=s=>{n(o.result)},o.onerror=s=>{r()},o.onupgradeneeded=s=>{let u=o.result,l=e||"cache";u.createObjectStore(l,{keyPath:"key"})}})}async function F3(t){let e=`${Q}-${t.service}@${t.from}->${t.to}`;return await cD(e,t)}async function M3(t){let e=Ln(t.originalText),n=`${Q}-${t.service}@${t.from}->${t.to}`;return await lD(n,e)}async function lD(t,e){let n=await Sl(t);return await new Promise((r,a)=>{if(!n)return a();let i="cache",s=n.transaction([i],"readonly").objectStore(i).get(e);s.onsuccess=u=>{n.close();let l=s.result;r(l)},s.onerror=u=>{n.close(),a()}})}async function cD(t,e){let n=await Sl(t);return(await pD()).includes(t)||await dD(t),await new Promise(a=>{if(!n)return a(!1);let i="cache",s=n.transaction([i],"readwrite").objectStore(i).put(e);s.onsuccess=u=>{n.close(),a(!0)},s.onerror=u=>{n.close(),a(!1)}})}async function dD(t){let e="cache_list",n=await Sl(Q+"-cacheList",e),a=n.transaction([e],"readwrite").objectStore(e).put({key:t});a.onsuccess=i=>{n.close(),Fi.push(t)},a.onerror=i=>{n.close()}}async function pD(){if(Fi&&Fi.length>0)return Fi;let t=await Sl(Q+"-cacheList","cache_list");return Fi=await new Promise(e=>{let n="cache_list",a=t.transaction([n],"readonly").objectStore(n).getAllKeys();a.onsuccess=i=>{t.close(),e(a.result)},a.onerror=i=>{t.close(),e([])}}),Fi}d();d();var mp="Original";function Qe(){return mp}function gn(t){mp=t,B3(mp)}d();var R3="auto",xl="auto",I3="auto";function O3(t){R3=t}function qn(t){xl=t}function vt(){return xl!=="auto"?xl:I3!=="auto"?I3:R3}function El(){return xl}d();function Ga(t){return t?.id?.endsWith("pdfWebPage")||!1}function ra(t){try{if(!t||!Ga(t))return"";let e="";if(t.pdfUrlExtractRule.attribute&&t.pdfUrlExtractRule.selector){let r=t.pdfUrlExtractRule,{selector:a,attribute:i}=r;if(a&&i){let o=document.querySelector(a);if(!o)return"";e=o.getAttribute(i)||""}}else e=document.querySelector("embed[type='application/pdf']")?.getAttribute("src")||"";if(e.startsWith("about"))return"";if(!e.startsWith("/"))return e;let n=new URL(location.href);return e.startsWith("//")?n.protocol+e:n.protocol+"//"+n.host+e}catch{return""}}var Je={},aa=async function(t,e){let{method:n,data:r}=t,a=await Je.updateGlobalContext(),i=Date.now();if(B.debug(`content script received message: ${n}`,r||" "),n==="translateTheWholePage")await Je.translateTheWholePage(r),et(Xn,i);else if(n==="translateTheMainPage")await Je.translateTheMainPage(r),et(Xn,i);else if(n==="translateToThePageEndImmediately")await Je.translateToThePageEndImmediately(r),et(Xn,i);else if(n==="toggleTranslatePage")await Je.toggleTranslatePage(r),et(Xn,i);else if(n==="toggleTranslateTheWholePage")await Je.toggleTranslateTheWholePage(r),et(Xn,i);else if(n==="toggleTranslateTheMainPage")await Je.toggleTranslateTheMainPage(r),et(Xn,i);else if(n==="toggleOnlyTransation")await Je.ensureSwitchTranslationMode(r),et(Xn,i);else if(n==="translatePage")await Je.translatePage(a,r),et(Xn,i);else if(n==="toggleTranslationMask")await Je.toggleTranslationMask(r);else if(n==="restorePage")Je.restorePage();else if(n==="retryFailedParagraphs")Je.retryFailedParagraphs();else if(n==="switchTranslationMode"){if(a.rule.isPdf)return;r&&r.mode&&(await Je.switchTranslationMode(r.mode),await Je.reloadSubtitleWithTranslationModeChanged())}else if(n==="autoEnableSubtitleChanged")Je.autoEnableSubtitleChanged(a,r);else if(n=="shareToDraft")globalThis.document.dispatchEvent(new CustomEvent(Ku,{detail:r}));else if(n=="toggleTranslateToThePageEndImmediately")await Je.toggleTranslateToThePageEndImmediately(r);else if(n==="toggleMouseHoverTranslateDirectly")globalThis.document.dispatchEvent(new CustomEvent(Qo,{detail:r}));else if(n==="translateWithOpenAI")await Je.translatePageWithTranslationService("openai",r);else if(n==="translateWithGoogle")await Je.translatePageWithTranslationService("google",r);else if(n==="translateWithDeepL")await Je.translatePageWithTranslationService("deepl",r);else if(n==="translateWithBing")await Je.translatePageWithTranslationService("bing",r);else if(n==="translateWithTransmart")await Je.translatePageWithTranslationService("transmart",r);else if(n==="translateWithGemini")await Je.translatePageWithTranslationService("gemini",r);else if(n==="translateInputBox")await Je.translateInputBoxWithShortcut(a);else if(n!=="updateGlobalCtx"){if(n==="toggleVideoSubtitlePreTranslation")He()||await Je.toggleVideoSubtitlePreTranslation();else if(n==="getAsyncContextString"&&!He())return JSON.stringify(a)}};function z3(t){Object.assign(Je,t)}function N3(t){Object.assign(Je,t)}function U3(t){Object.assign(Je,t)}var gD=function(t,e){let{method:n,data:r}=t;if(B.debug(`content script received sync message: ${n}`,r||" "),n==="ping")return"pong";if(n==="getPageStatus")return Qe();if(n==="getCurrentPageLanguage"){let a=vt();return Je.detectCurrentPageLanguage().catch(i=>{B.warn("detectCurrentPageLanguage failed",i)}),a}else{if(n==="setCurrentPageLanguageByClient")return qn(r),vt();if(n==="getContextString"){let a=Je.getPureGlobalContext(),{articleNode:i,bodyNode:o,...s}=a;return JSON.stringify(s)}else if(n=="getPdfWebUrl"){let a=Je.getPureGlobalContext();return ra(a?.rule)}}},Cl,wl;function q3(){let t=Dl();He()||mD(),t.sendMessage("popup:main_sync",{method:"ready"}).catch(n=>{})}function Dl(){return Cl||(Cl=new ea("content_script",!1).getConnection("main",aa),Cl)}function mD(){return wl||(wl=new ea("content_script",!1).getConnection("main_sync",gD,{sync:!0}),wl)}d();var fp=[["auto","auto"],["zh-CN","zh"],["zh-TW","zh-TW"],["de","de"],["en","en"],["es","es"],["fr","fr"],["id","id"],["it","it"],["ja","ja"],["ko","ko"],["ms","ms"],["pt","pt"],["ru","ru"],["th","th"],["tr","tr"],["vi","vi"]],Al="https://transmart.qq.com/api/imt",zr=class t{static langMapReverse=new Map(fp.map(([e,n])=>[n,e]));static getClientKey(){return btoa("transmart_crx_"+navigator.userAgent).slice(0,100)}static async detectLanguageRemotelyByTransmart(e){let n={header:{fn:"text_analysis",client_key:t.getClientKey()},text:e.slice(0,280)},r=await ce({url:Al,method:"POST",body:JSON.stringify(n)});if(r.header.ret_code!=="succ")throw new Error(r.message||r.header.ret_code);let a=r.language,i=t.langMapReverse.get(a);return i||a}};d();function fD(t,e){return Math.floor(Math.random()*(e-t+1))+t}var hD=30,hp="RATE_LIMITER_TICKS",Mi=class t{static strictTicks={};static clearStrictTicks(){ps(hp,"{}")}static async getStrictTicks(e,n){if(n)return this.strictTicks[e]||[];try{let r=await bl(hp);r&&(this.strictTicks=JSON.parse(r)||{})}catch(r){B.debug("Error setting rate limiter ticks",r),this.strictTicks[e]=[]}finally{return this.strictTicks[e]||[]}}static wait(e,n){return new Promise((r,a)=>{t.getDelay(e,n).then(i=>{setTimeout(()=>{r(i)},i)})})}static async setStrictTicks(e,n,r){try{if(this.strictTicks[e]=n,r)return;await ps(hp,JSON.stringify(this.strictTicks))}catch(a){B.debug("Error setting rate limiter ticks",a)}}static async getDelay(e,n,r=!1){if(!r){let l=fD(4,hD);await vr(l)}let a=await this.getStrictTicks(e,r)||[],{limit:i,interval:o}=n,s=Date.now();if(a.length=u?(a.push(s),await this.setStrictTicks(e,a,r),0):(a.push(u),await this.setStrictTicks(e,a,r),u-s)}};async function St(t){return await Dl().sendMessage("background:main",t)}function ce(t){return au()?ul({method:"request",data:t}):ye()||ru()?(t.fetchPolyfill=globalThis.GM_fetch,Wa(t)):St({method:"fetch",data:t})}function an(){return ye()?Pn():St({method:"getConfig"})}function mn(t){return ye()?ds(t):St({method:"setUserConfig",data:t})}function fn(){return ye()?Or():St({method:"getUserConfig"})}function fs(){return ye()?Zt():St({method:"getLocalConfig"})}function kl(t){return ye()?Xt(t):St({method:"setLocalConfig",data:t})}function j3(t){return ye()?C3(t):St({method:"setBuildinConfig",data:t})}async function Ie(t){if(t.text){let n=sl(t.text);if(n!=="auto")return Promise.resolve(n)}else return"auto";if(ye()||tt()){if(t.translateService&&!Ju.includes(t.translateService))return Promise.resolve("auto");let r=r3(t.text,t.minLength,t.pageLangs);return Promise.resolve(r)}let e=await St({method:"detectLanguage",data:t});return Promise.resolve(e)}function H3(){return St({method:"detectTabLanguage"})}async function Pl(t){let e=await Ie({text:t,pageLangs:["en"]});try{if(ye()||tt()){let n=t.substring(0,200);e=await zr.detectLanguageRemotelyByTransmart(n)}}catch{}return e}function B3(t){let e=new CustomEvent(ja,{detail:t});if(document.dispatchEvent(e),ye())return;Dl().sendMessage("popup:main_sync",{method:"setPageStatus",data:t}).catch(r=>{})}function W3(t){return ye()?M3(t):St({method:"queryParagraphCache",data:t})}async function K3(t){if(ye()){await F3(t);return}return St({method:"setParagraphCache",data:t})}async function G3(){if(ye())return Promise.resolve();await St({method:"mockRequest"})}function Bi(t=!1,e=""){return ye()?(oe.runtime.openOptionsPage(t,e),Promise.resolve()):St({method:"openOptionsPage",data:{newTab:t,pageRoute:e}})}function Ii(t=""){return ye()||tt()?Me().OPTIONS_URL:oe.runtime.getURL("options.html")}function $3(t=""){return oe&&oe.runtime&&oe.runtime.getURL?oe.runtime.getURL("options.html"):""}function Ll(t=!1){return ye()?(oe.extra.openAboutPage(t),Promise.resolve()):St({method:"openAboutPage"})}function Ri(t){return ye()?(oe.extra.openInTab(t),Promise.resolve()):St({method:"openInTab",data:t})}function V3(t=!1){return ye()?(oe.extra.openEbookViewerPage(t),Promise.resolve()):St({method:"openEbookViewerPage"})}function Y3(t=!1){return ye()?(oe.extra.openEbookBuilderPage(t),Promise.resolve()):St({method:"openEbookBuilderPage"})}function _l(t){tt()}function Oi(t=!1,e){return ye()?(oe.extra.openPdfViewerPage(t),Promise.resolve()):St({method:"openPdfViewerPage",data:{url:e}})}function Q3(t=!1){return ye()?(oe.extra.openSubtitleBuilderPage(t),Promise.resolve()):St({method:"openSubtitleBuilderPage"})}function zi(t){return ye()?Promise.resolve():St({method:"setBadge",data:{text:t}})}function J3(){return ye()?(B.warn("autoSyncLatestConfig is not support in monkey"),Promise.resolve()):St({method:"autoSyncLatestConfig"})}function Fl(t,e=!1){return ye()?oe.extra.openInTab(t,e):globalThis.open(t,e?"_blank":"_self"),Promise.resolve()}function Z3(t,e){return ye()?Mi.getDelay(t,e):St({method:"getDelay",data:{key:t,options:e}})}var X3="G-MKMD9LWFTR";async function ot(t,e,n){try{let r=us(),a=Me(),i=a.INSTALL_FROM==="firefox_store";r?.name?.startsWith("ImtFx")&&(i=!1);let o=ye(),s=He(),u=a.PROD==="1",l=`report_${t}`,c=t.endsWith("_daily");if(c){if(s)return;let A=await Rr(l,0),v=Ml(new Date(A)),O=Date.now(),_=Ml(new Date(O));if(v===_)return;await s3(l,O)}else if(!n.config.telemetry)return;let p="sitc4WmvShWYwfU0dANM3Q",m=await At("fakeUserId","");m||(m=await Rr("fakeUserId",""),m&&await et("fakeUserId",m));let g=Ut(),f=new Date,T=await At("installedAt","");T||(T=await Rr("installedAt",""),T&&await et("installedAt",T)),m?T||(T=new Date(0).toISOString(),await et("installedAt",T)):(m=bD(32),await et("fakeUserId",m)),T||(T=f.toISOString(),await et("installedAt",T));let b=new Date(T),h=Ml(b),E=Ml(f),D=h===E,M=f.getTime()-b.getTime()<7*24*60*60*1e3,I=`https://www.google-analytics.com/mp/collect?measurement_id=${X3}&api_secret=${p}`;u||(I=`https://www.google-analytics.com/debug/mp/collect?measurement_id=${X3}&api_secret=${p}`);let S=mi.parse(window.navigator.userAgent),y=e.map(A=>{let v=A.params||{};if(S.os&&(v.os_name=S.os.name||"unknown",v.os_version=S.os.version||"unknown",v.os_version_name=S.os.versionName||"unknown"),S.browser&&(v.browser_name=S.browser.name||"unknown",v.browser_version=S.browser.version||"unknown",r&&(v.browser_name=r.name,v.browser_version=r.version)),S.platform&&(v.platform_type=S.platform.type||"unknown"),S.engine&&(v.engine_name=S.engine.name||"unknown",v.engine_version=S.engine.version||"unknown"),n.translationService&&(v.translation_service||(v.translation_service=n.translationService),n.config.translationServices&&n.config.translationServices[n.translationService]&&(n.config.translationServices[n.translationService].provider&&(v.translation_service_provider=n.config.translationServices[n.translationService].provider),n.translationService==="openai"&&n.config.translationServices[n.translationService].provider==="custom"&&(n.config.translationServices[n.translationService].apiUrl?n.config.translationServices[n.translationService].apiUrl.startsWith("https://api.openai.com/")?v.openai_is_official="1":v.openai_is_official="0":v.openai_is_official="1"))),n.targetLanguage&&(v.target_language=n.targetLanguage),n.config.interfaceLanguage&&(v.interface_language=n.config.interfaceLanguage),n.config.enableDefaultAlwaysTranslatedUrls?v.enable_default_always_translated_urls=n.config.enableDefaultAlwaysTranslatedUrls?"1":"0":v.enable_default_always_translated_urls="0",g&&(v.version=g),n.config.enableInputTranslation?v.enable_input_translation=n.config.enableInputTranslation?"1":"0":v.enable_input_translation="0",n.config.translationTheme&&(v.translation_theme=n.config.translationTheme),n.config.alpha&&(v.alpha=n.config.alpha.toString()),n.config.translationLanguagePattern&&n.config.translationLanguagePattern.matches?.length>0?v.always_translate_languages=n.config.translationLanguagePattern.matches.join(","):v.always_translate_languages="none",a.INSTALL_FROM&&(v.install_from=a.INSTALL_FROM),n.config.beta&&(v.beta=n.config.alpha.toString()),n.config.translationArea&&(v.translation_area=n.config.translationArea),h&&(v.install_day=TD(b)),n.user){let _=a3(n.user);_&&Object.keys(_).forEach(k=>{v[k]=_[k]})}else v.user_type="anonymous";n.config.translationMode&&(v.translation_mode=n.config.translationMode),v.userscript=o.toString(),D?v.is_new_user_today="1":v.is_new_user_today="0",M?v.is_new_user_this_week="1":v.is_new_user_this_week="0",n.config.tempTranslateDomainMinutes?v.temp_translate_domain_minutes=n.config.tempTranslateDomainMinutes.toString():v.temp_translate_domain_minutes="0";let O="html";if(n.rule.pageType&&(O=n.rule.pageType),v.page_type=O,s?v.main_frame=0:v.main_frame=1,!c){let _=n.url;try{let k=new URL(_);v.site_host=k.hostname}catch{v.site_host="unknown"}n.sourceLanguage&&(v.source_language=n.sourceLanguage)}return{...A,params:v}});if(i)return;let L=await ce({responseType:"text",url:I,method:"POST",body:JSON.stringify({client_id:m,user_id:m,events:y})})}catch{}}function bD(t){let e="",n="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789",r=n.length,a=0;for(;ae.removeEventListener("message",n)),t.length=0}function xD(t,e,n,r){return new Promise(a=>{let i=o=>{let s=o.data;vD(e,n,s)&&s.id===r&&(t.removeEventListener("message",i),a(s.response))};t.addEventListener("message",i)})}function ED(t,e,n,r){let a=i=>{let o=i.data;a1(e,"tell",n,o)&&r(o.body)};return t.addEventListener("message",a),[t,a]}function e1(t,e,n,r,a,i){let o=async s=>{let u=s.data;if(a1(n,"ask",r,u)){let l=await i(u.body);e=s.source,e.postMessage(yD(n,r,u.id,l),s.origin)}};return t.addEventListener("message",o),[t,o]}function CD(t,e,n,r,a){let i=Math.random().toString();return t.postMessage(r1(e,"tell",n,i,r),a)}async function t1(t,e,n,r,a,i,o){let s=Math.random().toString(),u=new Promise(async(l,c)=>{let p=setTimeout(()=>c(new Error(`Failed to get response within ${o}ms`)),o),m=await xD(t,n,r,s);clearTimeout(p),l(m)});return e.postMessage(r1(n,"ask",r,s,a),i),u}var oa=class t{constructor(e,n,r=window,a="*"){this.protocol=e;this.targetWindow=n;this.thisWindow=r;this.targetOrigin=a;e1(r,n,this.getSystemProtocol("ping"),"ping",a,()=>Promise.resolve({}))}static async connect(e,n=10,r=500){for(let a=0;a<=n;a++)try{return await e.ping({timeout:r}),e}catch{continue}throw new Error(`Could not connect on protocol ${e.protocol.type} after ${n*r}ms`)}static parent(e,n,r="*",a=window){let i=n.contentWindow;if(ia(i))return new t(e,i,a,r);throw new Error("iframe.contentWindow was null")}static iframe(e,n="*",{thisWindow:r=window,targetWindow:a=window.parent}={}){return new t(e,a,r,n)}static rootIframe(e,n="*",{thisWindow:r=window}={}){return new t(e,null,r,n)}getSystemProtocol(e){return{type:`system|${e}`}}listeners=[];async ping({timeout:e=1e4}){await t1(this.thisWindow,this.targetWindow,this.getSystemProtocol("ping"),"ping",{data:{},payload:{}},this.targetOrigin,e)}handleTell(e,n){this.listeners.push(ED(this.thisWindow,this.protocol,e,n))}tell(e,n){CD(this.targetWindow,this.protocol,e,n,this.targetOrigin)}handleAsk(e,n){this.listeners.push(e1(this.thisWindow,this.targetWindow,this.protocol,e,this.targetOrigin,n))}ask(e,n,r=1e4){if(this.targetWindow)return t1(this.thisWindow,this.targetWindow,this.protocol,e,n,this.targetOrigin,r);throw new Error("target window is requried")}destroy(){SD(this.listeners)}};var i1;async function o1(){if(He()){let e=globalThis;for(;e.top!=e.self;)e=e.top;let n=oa.iframe(Zu,"*",{targetWindow:e});i1=n,await oa.connect(n).catch(r=>{B.error("connect with parent frame error",r)})}}function s1(){return i1}d();function u1(t,e){let n=e.matches||[],r=e.excludeMatches||[];if(r&&!Array.isArray(r)&&(r=[r]),n&&!Array.isArray(n)&&(n=[n]),r.length>0){if(r.includes(t)||r.includes(""))return!1;for(let a of r)if(a.includes("*")&&new RegExp(a).test(t))return!1}if(n.length===0)return!1;if(n.length>0){if(n.includes(t)||n.includes(""))return!0;for(let a of n)if(a.includes("*")&&new RegExp(a).test(t))return!0}return!1}d();d();d();d();d();d();function l1(t){return t.replace(//g,">")}d();var Bl=!1,wD=ye();function c1(t,e){let n=[];for(let r of e){let a=t.querySelectorAll(r);for(let i of a)n.push(i)}return n}function DD(t,e){let n=function(i){return i.nodeType===Node.ELEMENT_NODE||i.nodeType===Node.TEXT_NODE?i.nodeType===Node.ELEMENT_NODE&&d1(i,e,!0)?NodeFilter.FILTER_REJECT:NodeFilter.FILTER_ACCEPT:NodeFilter.FILTER_REJECT},r=document.createTreeWalker(t,NodeFilter.SHOW_ELEMENT,n),a=!0;for(;r.nextNode();){let i=r.currentNode;if(i.nodeType===Node.ELEMENT_NODE){if(sa(i,Vu)){if(a===!0)return!0;continue}if(hs(i.nodeName,e.inlineTags))return!0;if(!bp(i,e))return!1}}return!0}function Tp(t,e){let n=e.inlineTags;if(t.nodeType===Node.ELEMENT_NODE)if(hs(t.nodeName,n)||bp(t,e)){if(sa(t,ob)||hs(t.nodeName,["BR"]))return!1;if(sa(t,Vu))return!0;if(bp(t,e)){let r=globalThis.getComputedStyle(t);if(r.display==="block"||r.display==="flex")return!1}return DD(t,e)}else return sa(t,Vu);return!1}function d1(t,e,n){if(!(t.nodeType===Node.ELEMENT_NODE||t.nodeType===Node.TEXT_NODE)||t.nodeType===Node.ELEMENT_NODE&&sa(t,ib,!0))return!0;if(t.nodeType===Node.ELEMENT_NODE&&sa(t,J4))return!1;let{stayOriginalTags:r,excludeTags:a}=e,i=[];return n&&a&&a.length>0?i=a||[]:i=a.filter(o=>!r.includes(o)),!!(t.nodeType===Node.ELEMENT_NODE&&(t.getAttribute("translate")==="no"||t.classList.contains("notranslate"))||hs(t.nodeName,i))}function Ni(t,e,n){let r=t.trim();return r.length>=e||r.split(" ").filter(o=>o.trim()!=="").length>=n||!g1(r)&&r.length>=n}function p1(t,e,n){let r=t.trim();if(r.length<=e)return!0;if(g1(r)){if(r.split(" ").length<=n)return!0}else if(r.length<=n)return!0;return!1}function g1(t){for(let e=0;e127)return!1;return!0}function m1(t){if(t&&t.includes("://")&&!t.includes(" ")&&t.length<512)try{return new URL(t),!0}catch{return!1}else return!1}function f1(t){return t?/^[a-zA-Z0-9._-]+@[a-zA-Z0-9.-]+\.[a-zA-Z]{2,4}$/.test(t):!1}function h1(t){return t?/^[_\d:\-+\.。,,% ]+$/.test(t):!1}function b1(t){if(t&&t.startsWith("#")){if(t.split("#").length>2)return!1;if(t.indexOf(" ")===-1)return!0}return!1}function T1(t){return!!(t&&t.startsWith("@")&&t.indexOf(" ")===-1)}function sa(t,e,n=!1){return yp(t,e,"1",n)}function yp(t,e,n,r=!1){return Bl&&!r?t[xn]?!!(t[xn]&&t[xn][e]===n):!1:t.dataset[e]===n}function Ui(t){return(t.innerText||t.textContent||"").trim()}function vp(t){let e=t.querySelectorAll("iframe"),n="";for(let r=0;r2e3))break}return n}function Il(t){return t?typeof t=="string"?document.querySelector(t)!==null:t.some(e=>document.querySelector(e)):!1}function lt(t,e,n,r=!1,a=!1){t.isContentEditable&&!a||(Bl&&!r?(t[xn]||(t[xn]={}),t[xn][e]||(t[xn][e]=n)):t.dataset[e]!==n&&(t.dataset[e]=n))}function Rl(t,e,n=!1){if(Bl&&!n){if(!t[xn]||!t[xn][e])return;delete t[xn][e]}else delete t.dataset[e]}function qi(t,e,n=!1){return Bl&&!n?!t[xn]||!t[xn][e]?void 0:t[xn][e]:t.dataset[e]}function bp(t,e){let n=e.allBlockTags.concat(e.inlineTags).concat(e.excludeTags);return!hs(t.nodeName,n)}function Ee(){if(!globalThis||!globalThis.location)return"https://example.com";if(!He())return globalThis.location.href;try{let e=globalThis.location.href,n=new URL(e);if(n.protocol==="about:"||n.protocol==="blob:"){if(globalThis.location.ancestorOrigins&&globalThis.location.ancestorOrigins.length>0)return globalThis.location.ancestorOrigins[0];let r="";try{r=globalThis.parent.location.href}catch{}return r||(globalThis.location!=globalThis.parent.location?document.referrer:document.location.href)}else return e}catch{}return globalThis.location.href}function En(t,e,n){if(t instanceof ShadowRoot){try{t.appendChild(document.createElement("style")).textContent=e}catch(r){B.warn("injectCSS failed, rootDocument"+r?.message,t)}return}if(t&&t.head&&t.head.appendChild){let r=t.createElement("style");if(n){let a=t.querySelector(`style[data-id="${n}"]`);a&&a.remove(),r.dataset.id=n}r.textContent=e,t.head.appendChild(r)}else if(t){let r=document.createElement("head"),a=document.createElement("style");a.textContent=e,r.appendChild(a),t.appendChild(r)}else B.warn("injectCSS failed, rootDocument does not have head node",t)}function ji(t){let e=t.getAttribute("src");if(e){if(e==="about:blank")return!0;if(wD){if(e.startsWith("blob:"))return!0}else if(e.startsWith("blob:"))return!!document.querySelector("meta[name='immersive-translate-ebook-viewer']")||!e.startsWith("blob:http");return!1}try{if(t.contentDocument&&t.contentDocument.body)return!0}catch{}return!1}function hs(t,e){if(!t||!e)return!1;Array.isArray(e)||(e=[e]),t=t.toUpperCase();for(let n of e)if(t===n)return!0;return!1}function y1(t){let e=t.replace("#",""),n=parseInt(e.substring(0,2),16),r=parseInt(e.substring(2,4),16),a=parseInt(e.substring(4,6),16);return{r:n,g:r,b:a}}function v1(t,e,n,r){if(r.document.caretPositionFromPoint){let a=r.document.caretPositionFromPoint(t,e);if(a){let i=r.document.createRange(),o=a.offsetNode;if(!o||o.nodeType!==Node.TEXT_NODE||d1(o,n,!0))return null;try{i.setStart(o,a.offset),i.setEnd(o,a.offset)}catch(s){return B.warn("getRangeFromPoint error",s),null}return i}return null}else return r.document.caretRangeFromPoint?r.document.caretRangeFromPoint(t,e):null}function S1(t,e,n){let r=0,a=(i,o,s,u)=>{if(++r>100||u===i)return i;let l=i.shadowRoot;if(!l||typeof l.elementFromPoint!="function")return i;let c=l.elementFromPoint(o,s);return c?a(c,o,s,i):i};return a(t,e,n)}d();d();d();var ql,Fe,D1,AD,bs,x1,A1,zl={},k1=[],kD=/acit|ex(?:s|g|n|p|$)|rph|grid|ows|mnc|ntw|ine[ch]|zoo|^ord|itera/i;function ua(t,e){for(var n in e)t[n]=e[n];return t}function P1(t){var e=t.parentNode;e&&e.removeChild(t)}function xp(t,e,n){var r,a,i,o={};for(i in e)i=="key"?r=e[i]:i=="ref"?a=e[i]:o[i]=e[i];if(arguments.length>2&&(o.children=arguments.length>3?ql.call(arguments,2):n),typeof t=="function"&&t.defaultProps!=null)for(i in t.defaultProps)o[i]===void 0&&(o[i]=t.defaultProps[i]);return Ol(t,o,r,a,null)}function Ol(t,e,n,r,a){var i={type:t,props:e,key:n,ref:r,__k:null,__:null,__b:0,__e:null,__d:void 0,__c:null,__h:null,constructor:void 0,__v:a??++D1};return a==null&&Fe.vnode!=null&&Fe.vnode(i),i}function jt(t){return t.children}function Hi(t,e){this.props=t,this.context=e}function Wi(t,e){if(e==null)return t.__?Wi(t.__,t.__.__k.indexOf(t)+1):null;for(var n;e0?Ol(g.type,g.props,g.key,g.ref?g.ref:null,g.__v):g)!=null){if(g.__=n,g.__b=n.__b+1,(m=h[c])===null||m&&g.key==m.key&&g.type===m.type)h[c]=void 0;else for(p=0;p=n.__.length&&n.__.push({__V:jl}),n.__[t]}function se(t){return Ts=1,FD(G1,t)}function FD(t,e,n){var r=Wl(ys++,2);if(r.t=t,!r.__c&&(r.__=[n?n(e):G1(void 0,e),function(i){var o=r.__N?r.__N[0]:r.__[0],s=r.t(o,i);o!==s&&(r.__N=[s,r.__[1]],r.__c.setState({}))}],r.__c=wt,!wt.u)){wt.u=!0;var a=wt.shouldComponentUpdate;wt.shouldComponentUpdate=function(i,o,s){if(!r.__c.__H)return!0;var u=r.__c.__H.__.filter(function(c){return c.__c});if(u.every(function(c){return!c.__N}))return!a||a.call(this,i,o,s);var l=!1;return u.forEach(function(c){if(c.__N){var p=c.__[0];c.__=c.__N,c.__N=void 0,p!==c.__[0]&&(l=!0)}}),!!l&&(!a||a.call(this,i,o,s))}}return r.__N||r.__}function Ae(t,e){var n=Wl(ys++,3);!Fe.__s&&K1(n.__H,e)&&(n.__=t,n.i=e,wt.__H.__h.push(n))}function $e(t){return Ts=5,Ue(function(){return{current:t}},[])}function Ue(t,e){var n=Wl(ys++,7);return K1(n.__H,e)?(n.__V=t(),n.i=e,n.__h=t,n.__V):n.__}function Ve(t,e){return Ts=8,Ue(function(){return t},e)}function Kl(t){var e=wt.context[t.__c],n=Wl(ys++,9);return n.c=t,e?(n.__==null&&(n.__=!0,e.sub(wt)),e.props.value):t.__}function MD(){for(var t;t=W1.shift();)if(t.__P&&t.__H)try{t.__H.__h.forEach(Hl),t.__H.__h.forEach(wp),t.__H.__h=[]}catch(e){t.__H.__h=[],Fe.__e(e,t.__v)}}Fe.__b=function(t){typeof t.type!="function"||t.o||t.type===jt?t.o||(t.o=t.__&&t.__.o?t.__.o:""):t.o=(t.__&&t.__.o?t.__.o:"")+(t.__&&t.__.__k?t.__.__k.indexOf(t):0),wt=null,z1&&z1(t)},Fe.__r=function(t){N1&&N1(t),ys=0;var e=(wt=t.__c).__H;e&&(Cp===wt?(e.__h=[],wt.__h=[],e.__.forEach(function(n){n.__N&&(n.__=n.__N),n.__V=jl,n.__N=n.i=void 0})):(e.__h.forEach(Hl),e.__h.forEach(wp),e.__h=[])),Cp=wt},Fe.diffed=function(t){U1&&U1(t);var e=t.__c;e&&e.__H&&(e.__H.__h.length&&(W1.push(e)!==1&&O1===Fe.requestAnimationFrame||((O1=Fe.requestAnimationFrame)||BD)(MD)),e.__H.__.forEach(function(n){n.i&&(n.__H=n.i),n.__V!==jl&&(n.__=n.__V),n.i=void 0,n.__V=jl})),Cp=wt=null},Fe.__c=function(t,e){e.some(function(n){try{n.__h.forEach(Hl),n.__h=n.__h.filter(function(r){return!r.__||wp(r)})}catch(r){e.some(function(a){a.__h&&(a.__h=[])}),e=[],Fe.__e(r,n.__v)}}),q1&&q1(t,e)},Fe.unmount=function(t){j1&&j1(t);var e,n=t.__c;n&&n.__H&&(n.__H.__.forEach(function(r){try{Hl(r)}catch(a){e=a}}),n.__H=void 0,e&&Fe.__e(e,n.__v))};var H1=typeof requestAnimationFrame=="function";function BD(t){var e,n=function(){clearTimeout(r),H1&&cancelAnimationFrame(e),setTimeout(t)},r=setTimeout(n,100);H1&&(e=requestAnimationFrame(n))}function Hl(t){var e=wt,n=t.__c;typeof n=="function"&&(t.__c=void 0,n()),wt=e}function wp(t){var e=wt;t.__c=t.__(),wt=e}function K1(t,e){return!t||t.length!==e.length||e.some(function(n,r){return n!==t[r]})}function G1(t,e){return typeof e=="function"?e(t):e}d();var $1=["*://*/*","*","*://*"],Y1="immersive-translate-wildcard-placeholder.com";function Dp(t,e){try{let n=[];if(!e||(e&&!Array.isArray(e)?n=[e]:n=e,n.length===0))return null;if(n.some(s=>$1.includes(s)))return t;let r=new URL(t);r.hash="",r.search="";let a=r.href,i=r.hostname,o=r.port;if(n&&n.length>0){let s=n.find(u=>{if(!u)return!1;if(u===i)return!0;if($1.includes(u))return!0;if(!u.includes("*")&&u.includes("://")){try{let l=new URL(u);if(l.pathname==="/"&&!u.endsWith("/")){let c=l.hostname===i,p=l.port===o;return l.port?c&&p:c}else return RD(a,u)}catch{}return!1}else{let l,c=u;if(u.includes("://")){let b=u.split("://");l=b[0],l==="*"&&b.length>1&&(l="*",u="https://"+b[1])}else l="*",u="https://"+u;let p=u.replace(/\*/g,Y1),m;try{m=new URL(p)}catch{return B.debug("invalid match pattern",p,"raw match value:",c),!1}let g=m.host,f=m.pathname;f==="/"&&(c.replace("://","").includes("/")||(f="/*"));let T=ID(l+":",V1(g),V1(f));if(T){let b=new URL(a);return T.test(b.href)}else return!1}});if(s)return s}return null}catch{return null}}function V1(t){return t.replaceAll(Y1,"*")}function ID(t,e,n){let r="^";return t==="*:"?r+="(http:|https:|file:)":r+=t,r+="//",e&&(t==="file:"||(e==="*"?r+="[^/]+?":(e.match(/^\*\./)&&(r+="[^/]*?",e=e.substring(1)),r+=e.replace(/\./g,"\\.").replace(/\*/g,"[^/]*")))),n?n==="*"||n==="/*"?r+="(/.*)?":n.includes("*")?(r+=n.replace(/\*/g,".*?"),r+="/?"):r+=n.replace(/[-[\]{}()*+?.,\\^$|#\s]/g,"\\$&"):r+="/?",r+="$",new RegExp(r)}function dt(t,e){return Dp(t,e)!==null}function RD(t,e){let n=new URL(t),r=new URL(e);return n.hostname===r.hostname&&n.pathname===r.pathname&&n.protocol===r.protocol&&n.port===r.port}var OD=["block","grid","flex","table","table-row","table-cell","list-item","-webkit-box","box","contents"];function Cn(t,e){if(e.length===0)return!1;let n=e.join(",");return t.matches&&t.matches(n)||!1}function la(t,e,n){let{blockSelectors:r,extraBlockSelectors:a,extraInlineSelectors:i,atomicBlockSelectors:o}=e;if(Cn(t,i))return!1;if(Cn(t,a)||["br","input"].includes(t.nodeName.toLowerCase()))return!0;let l=null;if(t.parentNode&&t.parentNode.immersiveTranslateComputedStyle&&(l=t.parentNode.immersiveTranslateComputedStyle),l&&l.display&&l.display==="inline-flex")return!1;let c=p();return c&&(c=!Cn(t,o)),c;function p(){return n&&n.display?!!OD.includes(n.display):Cn(t,r)}}var Gt=Cn;function Va(t){return!!t.shadowRoot}function ca(t){if(!t||typeof t!="string"&&(t=t.textContent,!t))return"";let e="";return t!==t.trimStart()&&(e+=" "),e+=t.trim(),e===" "||t!==t.trimEnd()&&(e+=" "),e}function vs(t){if(!t)return["",""];if(typeof t!="string"&&(t=t.textContent,!t))return["",""];let e=[];return t!==t.trimStart()?e.push(" "):e.push(""),!t.trim()&&e.length===1?[" ",""]:(t!==t.trimEnd()?e.push(" "):e.push(""),e)}function fr(t,e=!1){let n=es;return e&&t?.translatedPlaceholderDelimiters?n=t.translatedPlaceholderDelimiters:t?.placeholderDelimiters&&(n=t.placeholderDelimiters),n}function $a(t,e=!1){let n=t.config?.translationServices?.[t.translationService];return fr(n,e)}function $i(t,e){return na(e,t.targetLanguage,{ignoreZhCNandZhTW:t.rule.ignoreZhCNandZhTW})}function Ap(t){let{rule:e}=t,n=zD(t);return` <${e.targetWrapperTag} class="${n} notranslate">`}function zD(t){let e=t.config.loadingTheme;return`${Q}-loading-${e}`}function Ss(t,e){let n=t.rule,r=document.createElement(n.targetWrapperTag);r.classList.add("notranslate",yt),r.setAttribute("translate","no"),r.setAttribute("lang",t.targetLanguage),lt(r,rb,e.toString());let a=Ap(t);return r.append(Ye.sanitize(a,{RETURN_DOM_FRAGMENT:!0})),r}function Vi(t,e){return t.querySelector(`[${U0}='${e}']`)}function Q1(){document.querySelectorAll(`[${U0}]`).forEach(e=>{e.remove()})}function J1(){document.querySelectorAll(`.${yt}-error`).forEach(e=>{e.remove()})}function Z1(){let t=document.querySelectorAll("iframe"),e=[];return t.forEach(n=>{ji(n)&&e.push(n)}),e}function kp(t){let e={},{glossaries:r,_systemExcludeWordRegex:a,text:i,delimiters:o,excludeRegexps:s,targetLanguage:u}=t,l=i,c=1001;try{if(r&&r.length>0){let p={},m=r.filter(f=>f.tl&&f.tl!==u?!1:f.k?(p[f.k]=f.v||"",!0):!1).sort((f,T)=>f.tl&&!T.tl?1:!f.tl&&T.tl?-1:0),g=new RegExp(a.replace("{word}",m.map(f=>f.k).join("|")),"g");l=l.replace(g,(f,T)=>{let b=c++;return e[`${b}`]=p[T]||T,o.length>2?f.replace(T,`<${o[2]}${b}>`):f.replace(T,`${o[0]}${b}${o[1]}`)})}s&&s.length>0&&s.forEach(p=>{let m=new RegExp(p,"gi");l=l.replace(m,(g,f)=>{let T=c++;return e[`${T}`]=l1(f),o.length>2?g.replace(f,`<${o[2]}${T}>`):g.replace(f,`${o[0]}${T}${o[1]}`)})})}catch(p){B.debug(`format source text error: ${p.message}`)}return{text:l,variables:e}}function xs(t){let{noTranslateRegexp:e,minTextCount:n,minWordCount:r,delimiters:a,text:i}=t,o=new RegExp(`${a[0]}(\\d+)${a[1]}`,"gi");if(a.length>2){let u=a[2];o=new RegExp(`<${u}(\\d+)>(.*?)`,"gi")}let s=i.trim();return s=s.replace(o,""),s=s.trim(),s===""||s.length===1&&s.charCodeAt(0)===8203||/^[0-9.,\/#!$%\^&\*;:{}=\-_`~()\s]+$/.test(i)||s.includes("")||s.includes("< styles>")||T1(s)||m1(s)||b1(s)||f1(s)||h1(s)||UD(s)||o.test(s)||e&&e.length>0&&new RegExp(e.join("|"),"gi").test(s)?!1:Ni(i,n,r)}function Nr(t){return t.nodeType===Node.ELEMENT_NODE}function X1(t,e){return t.paragraphs?t.paragraphs[0]?.ctxId!==e?(t.paragraphs=[],!1):!0:!1}async function Pp(){return await At("fakeUserId","")}async function ND(){return await At("installedAt","")}async function Gl(t){let n=Me().INSTALL_FROM,r=Ut(),a=await ND(),i=await Pp(),o=await Pn(),s=!1,u=await Mt.get(Ft,null),l=!1;return u&&Jt(u)&&(s=!0,u.subscription&&u.subscription.isTrial&&(l=!0)),{installFrom:n,version:r,installedAt:a,interfaceLang:t,optionInterfaceLang:o.interfaceLanguage,deviceId:i,isProUser:s,isTrial:l}}function e2(t,e,n,r){if(!e||!r||!t)return"";let a=t.xpathRule,i=0,o=n;for(;o&&o!==r;)i++,o=o.parentNode;let s=i+"";for(let u=0;u{!t||!e||(async()=>{let a=await _p(t,e);r(a)})()},[t,e,r]),n}async function _p(t,e){if(!t||!e)return;let n=!1,r,a=!0;!tt()&&ye()||ut().any?(a=!1,r=e.monkeyH5FloatBall,!r&&t.rule.isShowUserscriptPagePopup==!1&&(r=t.config.monkeyH5FloatBall,r.enable=!1),r||(r=t.config.monkeyH5FloatBall),n=!e.monkeyH5FloatBall):(r=t.config.pcFloatBall,n=!e.pcFloatBall);try{if(r?.afterInstalledAt&&n){let i=await At("installedAt","");new Date(i).getTime()s==n),a=t.config.translationModeLanguagePattern.translationMatches.find(s=>s==n),i=t.config.translationModeUrlPattern.dualMatches.find(s=>dt(t.url,s));return t.config.translationModeUrlPattern.translationMatches.find(s=>dt(t.url,s))?"translation":i?"dual":a?"translation":r?"dual":null}d();function Fp(t,e,n=[],r){let a=["notranslate"];return r&&a.push(lb),t&&(a.push(`${Q}-target-translation-theme-${t}`),e?a.push(`${j0}-theme-${t}`):a.push(`${q0}-theme-${t}`)),n.length>0&&a.push(...n),e?a.push(j0):a.push(q0),a}function Mp(t){let e=["notranslate",Qu];return t&&e.push(`${Q}-target-translation-theme-${t}-inner`),e}function a2(t,e,n){let{rule:r,state:a}=n,{translationTheme:i}=a,{variables:o,isVertical:s}=t;o=o||[];let{text:u}=e,{wrapperPrefix:l,wrapperSuffix:c}=r,p=$a(n,!0),m="afterend",g=p[0],f=p[1],T=`${g}(\\d+)${f}`,b=new RegExp(T,"g"),h=Ye.sanitize(u);o.length>0&&(h=h.replace(b,I=>{let S=h.indexOf(I),y=h[S-1]===" ",L=h[S+I.length]===" ",v=I.replace(new RegExp(p[0],"g"),"").replace(new RegExp(p[1],"g"),""),O=Number(v);if(isNaN(O))return I;let _=o[O];if(_&&_.type==="element"){let k=_.value.outerHTML;return y||(k=" "+k),L||(k=k+" "),k}else B.error("variable type not supported",_,I);return I}));let E=Fp(i,t.inline,r.translationClasses||[],t.preWhitespace);s&&E.push(ub);let D=Mp(i),M="";return r.translationBlockStyle&&(M=`style="${r.translationBlockStyle}"`),h=`<${n.rule.targetWrapperTag} ${M} class="${E.join(" ")}" ${dr}="1"><${r.targetWrapperTag} class="${D.join(" ")}" ${dr}="1">${h}`,t.inline||(l==="smart"?h=`
${h}`:h=`${l}${h}`),t.inline&&(l!=="smart"?h=`${l}${h}`:h=`<${r.targetWrapperTag} class="notranslate" ${dr}="1"> ${h}`),c==="smart"?h=`${h}`:h=`${h}${c}`,{html:h,position:m}}function $l(t,e){let n=t.original||t,r=null,{stayOriginalSelectors:a,delimiters:i,isPreWhitespace:o}=e,s=[],u={};for(let l=0;l2&&(h=`<${i[2]}${b}>`),u[b]=c,s.push({text:h,type:"variable"})}else s.push({text:c.textContent||"",type:"text"});else{let T=c.textContent||"";m&&(T=ca(Bp(c))),s.push({text:T,type:"text"})}else if(c.nodeType===Node.ELEMENT_NODE)if(c&&Gt(c,a)){let b=Object.keys(u).length,h=`${i[0]}${b}${i[1]}`;i.length>2&&(h=`<${i[2]}${b}>`),u[b]=c;let E=Ip(s).endsWith(" ")?" ":"",D=ca(c.innerText||c.textContent),M=ca(c.nextSibling).startsWith(" ")?" ":"",I=vs(E+D+M),S=I[0]+h+I[1];if(E===" ")S=S.trimStart();else if(!S.startsWith(" ")){let y=vs(c.previousSibling)[1];y===""&&(y=" "),S=y+S}s.push({text:S,type:"variable"})}else{let T=Ip(s).endsWith(" ")?" ":"",b=ca(c.innerText||c.textContent);m&&(b=ca(Bp(c)));let h=ca(c.nextSibling).startsWith(" ")?" ":"",E=vs(T+b+h),D=E[0]+(c.innerText?.trim()||c.textContent?.trim()||"")+E[1];if(T===" ")D=D.trimStart();else{let M=vs(c.previousSibling)[1];M===""&&(c.nodeName==="A"||c.nodeName==="CODE")&&(M=" "),D=M+D}s.push({text:D,type:"text"})}else{let T=Ip(s).endsWith(" ")?" ":"",b="";c.textContent&&(b=ca(Bp(c))),T===" "&&(b=b.trimStart()),s.push({text:b,type:"text"})}}if(s&&s.length>0){let l="";for(let c=0;c0&&(m=s[c-1].text),c/g,">"))}t.targetText=Ye.sanitize(t.targetText);let a=!1,i=t.text,o=i.split(" ").length,s=i.split(` -`).length;o<=n.blockMinWordCount&&i.length<=n.blockMinTextCount&&s<2&&(a=!0);let u={id:Number(t.id),elements:[],isVertical:!1,rootFrame:t.commonAncestorContainer,text:t.text,variables:r,inline:a,preWhitespace:t.isPreWhitespace||!1,languageByLocal:"auto",languageByClient:"auto"},l=$a(e);if(l.length>2){let c=l[2];return qD({delimiterTag:c,targetText:t.targetText,inline:a,preWhitespace:t.isPreWhitespace||!1,wrapperPrefix:e.rule.wrapperPrefix,wrapperSuffix:e.rule.wrapperSuffix,targetWrapperTag:e.rule.targetWrapperTag,translationTheme:e.state.translationTheme,translationBlockStyle:e.rule.translationBlockStyle,translationClasses:e.rule.translationClasses,variables:r}).html}else{let c=a2(u,{id:Number(t.id),url:"https://google.com",text:t.targetText,from:"auto",to:"auto",fromByClient:"auto"},e);return c.html}}function Bp(t){return(t?.innerText||t.textContent||"").replace(/\s+/g," ")||""}function qD(t){let{delimiterTag:e,inline:n,translationClasses:r,targetWrapperTag:a,wrapperPrefix:i,variables:o,preWhitespace:s,wrapperSuffix:u,translationTheme:l,translationBlockStyle:c}=t;o=o||[];let p=t.targetText;p=Ye.sanitize(p);let m=p,g=new RegExp(`<${e}(\\d+)>(.*?)`,"g"),f=new RegExp(`<${e}(\\d+)>`);o.length>0&&(m=m.replace(g,E=>{let D=m.indexOf(E),M=m[D-1]===" ",I=m[D+E.length]===" ",S=E.match(f);if(!S)return E;let y=S[1],L=Number(y);if(isNaN(L))return E;let A=o[Number(L)];if(A&&A.type==="element"){let v=A.value.outerHTML;return M||(v=" "+v),I||(v=v+" "),v}else if(A&&A.type==="text"){let v=A.value;return M||(v=" "+v),I||(v=v+" "),v}else B.error("variable type not supported",A,E);return E}));let T=Fp(l,n,r||[],s),b=Mp(l),h="";return c&&(h=`style="${c}"`),m=`<${a} ${h} class="${T.join(" ")}" ${dr}="1"><${a} class="${b.join(" ")}" ${dr}="1">${m}`,n||(i==="smart"?m=`
${m}`:m=`${i}${m}`),n&&(i!=="smart"?m=`${i}${m}`:m=`<${a} class="notranslate" ${dr}="1"> ${m}`),u==="smart"?m=`${m}`:m=`${m}${u}`,{html:m,position:"afterend"}}function Ip(t){let e=t[t.length-1];return e?e.text:""}function Rp(t){let{text:e,delimiters:n,variables:r}=t,a=e;if(n.length>2){let i=n[2],o=new RegExp(`<${i}(\\d+)>(.*?)`,"g"),s=new RegExp(`<${i}(\\d+)>`),u=e;return Object.keys(r).length>0&&(u=u.replace(o,c=>{let p=c.match(s);if(!p)return c;let m=p[1],g=Number(m);if(isNaN(g))return c;let f=r[m];return f||c})),u}else{let i=`${n[0]}(\\d+)${n[1]}`,o=new RegExp(i,"g");a=a.replace(o,s=>{let l=s.replace(new RegExp(n[0],"g"),"").replace(new RegExp(n[1],"g"),""),c=Number(l);return isNaN(c)?s:r[c]?r[c]:s})}return a}var De=class{static langMap=new Map;serviceConfig;generalConfig;maxTextLength=1800;isSupportList=!0;maxTextGroupLength=50;requestTimeout=30*1e3;retry=2;translationOptions;minTextCount=2;constructor(e,n,r){this.serviceConfig=e,this.generalConfig=n,this.translationOptions=r,e?.retry&&(this.retry=e.retry),e?.requestTimeout&&(this.requestTimeout=Number(e.requestTimeout)),r&&r.minTextCount&&(this.minTextCount=r.minTextCount)}async init(){}getMaxTextGroupLength(){return this.maxTextGroupLength}getRateLimiter(){let e=this.getDefaultRateLimit()||{limit:7,interval:1250},n=this.serviceConfig;return n?.limit&&(e.limit=Number(n.limit)),n?.interval&&(e.interval=Number(n.interval)),e}formatRateLimit(e){return e.limit<1&&(e.interval=Math.round(1e3/e.limit),e.limit=1),e}getDefaultRateLimit(){return{limit:7,interval:1250}}getCacheKeyPrefix(){return""}translate(e){throw new Error("Not implemented")}translateList(e){throw new Error("Not implemented")}async multipleTranslate(e,n,r){if(e.sentences.length===0)return{sentences:[]};let{sentences:a}=e,i=!1,o=!1,s=[],u=null,l=new Set;for(let b of a)b.from&&b.from!=="auto"&&l.add(b.from),b.refresh&&(i=!0),b.debug&&(o=!0);let c=this.maxTextLength;this.serviceConfig&&this.serviceConfig.maxTextLengthPerRequest&&(c=this.serviceConfig.maxTextLengthPerRequest);let p=this.maxTextGroupLength;this.serviceConfig&&this.serviceConfig.maxTextGroupLengthPerRequest&&(p=this.serviceConfig.maxTextGroupLengthPerRequest),this.translationOptions&&this.translationOptions.sourceProgram&&["videoSubtitle","subtitle"].includes(this.translationOptions.sourceProgram)&&this.serviceConfig&&this.serviceConfig.maxTextGroupLengthPerRequestForSubtitle&&(p=this.serviceConfig.maxTextGroupLengthPerRequestForSubtitle);try{s=L3(a,c,p)}catch(b){if(r)for(let h=0;hb));let m=[],g=[],f=(b,h,E)=>{let D="";if(h.translatedTexts&&h.translatedTexts[0]&&(D=h.translatedTexts[0]),g[b]||(g[b]=h,g[b].translatedTexts=Array(h.sentenceTotalParts).fill(null)),g[b].hasError)return;if(E){let S=E instanceof V?new V(E.name,E.message).initNetWork(E.status).initData(E.data):E;g[b].hasError=!0,h.callback&&h.callback(S,null,h.sentence);return}g[b].translatedTexts[h.partIndex]=D;let M=g[b],I=0;for(let S=0;S{let I=h.from;if(h.fromByClient&&h.fromByClient!=="auto"&&(I=h.fromByClient),this.isSupportList)return{...await this.formatAndTranslateList({text:h.tempSentences.map(y=>y.text),forces:h.tempSentences.map(y=>y.force),xpaths:h.tempSentences.map(y=>y.xpath||""),from:I,to:h.to,url:E,options:n,refresh:i,debug:o}),sourceTempSentences:h.tempSentences};{let S=sb;this.serviceConfig&&this.serviceConfig.translationTextSeparator&&(S=this.serviceConfig.translationTextSeparator);let y=null;this.serviceConfig&&this.serviceConfig.newlinePlaceholderDelimiters&&(y=this.serviceConfig.newlinePlaceholderDelimiters);let L=[],A=fr(this.serviceConfig);if(h.tempSentences.forEach((q,F)=>{let C=kp({text:q.text,_systemExcludeWordRegex:this.generalConfig._systemExcludeWordRegex,delimiters:A,glossaries:this.translationOptions.glossaries,excludeRegexps:this.translationOptions.excludeRegexps,targetLanguage:h.to});q.force!==!0&&(C&&C.text&&C.text.trim().lengthF.text);return Promise.resolve({sourceTempSentences:h.tempSentences,text:q,from:I,to:h.to})}let v="";y&&y.length>=2?v=L.map((q,F)=>{let{item:C}=q;return F===L.length-1?C.text:C.text+y[0]+(F+1)+y[1]}).join(""):v=L.map(({item:q})=>q.text).join(S);let O=await this.translate({text:v,from:I,to:h.to,url:E,options:{...n,rawTextArrayLength:L.length,sourceProgram:this.translationOptions.sourceProgram||""},refresh:i,debug:o}),{text:_}=O,k=[];if(y&&y.length>=2){let q=`${y[0]}\\d+${y[1]}`;y&&y.length>=3&&(q=y[2]);let F=new RegExp(q,"g");k=_.split(F)}else k=_.split(S);let N=[];if(k.length>L.length){for(let q=0;qq.text);return A=fr(this.serviceConfig,!0),N.forEach((q,F)=>{let C=L[F],P=C.index,U=C.variables||{};Object.keys(U).length>0&&(q=Rp({text:q,delimiters:A,variables:U})),z[P]=q}),{sourceTempSentences:h.tempSentences,text:z,from:O.from,to:O.to}}};m.push(M().then(I=>{let{text:S,sourceTempSentences:y}=I;for(let L=0;L{if(I instanceof V&&I.initData({translationService:this.translationOptions.translationService,isLogin:!!this.translationOptions.userToken,isPro:this.translationOptions.isPro}),r){for(let S=0;S{let h=b.sentence.text;return b.translatedTexts&&b.translatedTexts.length>0&&(h=b.translatedTexts.join("")),{...b.sentence,text:h}})}}async formatAndTranslateList(e){let n={...e},{forces:r}=e,a=[],i=fr(this.serviceConfig);if(this.serviceConfig&&i.length>0)try{let{text:l,xpaths:c}=e;if(l.forEach((p,m)=>{let g=kp({text:p,_systemExcludeWordRegex:this.generalConfig._systemExcludeWordRegex,delimiters:i,excludeRegexps:this.translationOptions.excludeRegexps,glossaries:this.translationOptions.glossaries,targetLanguage:e.to});r&&r[m]!==!0&&(g&&g.text&&g.text.trim().lengthp.text),n.xpaths=a.map(p=>p.xpath)}catch(l){B.debug("formatAndTranslateList error",e,l)}let o=await this.translateList(n),{text:s}=o,u=e.text.map(l=>l);return i=fr(this.serviceConfig,!0),s.forEach((l,c)=>{let p=a[c];if(p){let m=p.index,g=p.variables,f=Object.keys(g);u[m]=l,f.length>0&&(u[m]=Rp({text:l,delimiters:i,variables:g}))}}),{...o,text:u}}detectLanguageLocally(e){return Ie({text:e,minLength:18,pageLangs:[vt(),"en"]})}detectLanguageRemotely(e){return Promise.resolve("auto")}detectLanguage(e){return e.length>=50?this.detectLanguageLocally(e):this.detectLanguageRemotely(e)}};d();d();var Qi="input is invalid type",Op=typeof window=="object",da=Op?window:{};da.JS_SHA256_NO_WINDOW&&(Op=!1);var jD=!Op&&typeof self=="object",HD=!da.JS_SHA256_NO_NODE_JS&&typeof process=="object"&&process.versions&&process.versions.node;HD?da=global:jD&&(da=self);var jH=!da.JS_SHA256_NO_COMMON_JS&&typeof module=="object"&&module.exports,HH=typeof define=="function"&&define.amd,Es=!da.JS_SHA256_NO_ARRAY_BUFFER&&typeof ArrayBuffer<"u",be="0123456789abcdef".split(""),WD=[-2147483648,8388608,32768,128],er=[24,16,8,0],Vl=[1116352408,1899447441,3049323471,3921009573,961987163,1508970993,2453635748,2870763221,3624381080,310598401,607225278,1426881987,1925078388,2162078206,2614888103,3248222580,3835390401,4022224774,264347078,604807628,770255983,1249150122,1555081692,1996064986,2554220882,2821834349,2952996808,3210313671,3336571891,3584528711,113926993,338241895,666307205,773529912,1294757372,1396182291,1695183700,1986661051,2177026350,2456956037,2730485921,2820302411,3259730800,3345764771,3516065817,3600352804,4094571909,275423344,430227734,506948616,659060556,883997877,958139571,1322822218,1537002063,1747873779,1955562222,2024104815,2227730452,2361852424,2428436474,2756734187,3204031479,3329325298],Yl=["hex","array","digest","arrayBuffer"],Ht=[];(da.JS_SHA256_NO_NODE_JS||!Array.isArray)&&(Array.isArray=function(t){return Object.prototype.toString.call(t)==="[object Array]"});Es&&(da.JS_SHA256_NO_ARRAY_BUFFER_IS_VIEW||!ArrayBuffer.isView)&&(ArrayBuffer.isView=function(t){return typeof t=="object"&&t.buffer&&t.buffer.constructor===ArrayBuffer});var o2=function(t,e){return function(n){return new Wt(e,!0).update(n)[t]()}},u2=function(t){var e=o2("hex",t);e.create=function(){return new Wt(t)},e.update=function(a){return e.create().update(a)};for(var n=0;n>2]|=t[a]<>2]|=r<>2]|=(192|r>>6)<>2]|=(128|r&63)<=57344?(s[i>>2]|=(224|r>>12)<>2]|=(128|r>>6&63)<>2]|=(128|r&63)<>2]|=(240|r>>18)<>2]|=(128|r>>12&63)<>2]|=(128|r>>6&63)<>2]|=(128|r&63)<=64?(this.block=s[16],this.start=i-64,this.hash(),this.hashed=!0):this.start=i}return this.bytes>4294967295&&(this.hBytes+=this.bytes/4294967296<<0,this.bytes=this.bytes%4294967296),this}};Wt.prototype.finalize=function(){if(!this.finalized){this.finalized=!0;var t=this.blocks,e=this.lastByteIndex;t[16]=this.block,t[e>>2]|=WD[e&3],this.block=t[16],e>=56&&(this.hashed||this.hash(),t[0]=this.block,t[16]=t[1]=t[2]=t[3]=t[4]=t[5]=t[6]=t[7]=t[8]=t[9]=t[10]=t[11]=t[12]=t[13]=t[14]=t[15]=0),t[14]=this.hBytes<<3|this.bytes>>>29,t[15]=this.bytes<<3,this.hash()}};Wt.prototype.hash=function(){var t=this.h0,e=this.h1,n=this.h2,r=this.h3,a=this.h4,i=this.h5,o=this.h6,s=this.h7,u=this.blocks,l,c,p,m,g,f,T,b,h,E,D;for(l=16;l<64;++l)g=u[l-15],c=(g>>>7|g<<25)^(g>>>18|g<<14)^g>>>3,g=u[l-2],p=(g>>>17|g<<15)^(g>>>19|g<<13)^g>>>10,u[l]=u[l-16]+c+u[l-7]+p<<0;for(D=e&n,l=0;l<64;l+=4)this.first?(this.is224?(b=300032,g=u[0]-1413257819,s=g-150054599<<0,r=g+24177077<<0):(b=704751109,g=u[0]-210244248,s=g-1521486534<<0,r=g+143694565<<0),this.first=!1):(c=(t>>>2|t<<30)^(t>>>13|t<<19)^(t>>>22|t<<10),p=(a>>>6|a<<26)^(a>>>11|a<<21)^(a>>>25|a<<7),b=t&e,m=b^t&n^D,T=a&i^~a&o,g=s+p+T+Vl[l]+u[l],f=c+m,s=r+g<<0,r=g+f<<0),c=(r>>>2|r<<30)^(r>>>13|r<<19)^(r>>>22|r<<10),p=(s>>>6|s<<26)^(s>>>11|s<<21)^(s>>>25|s<<7),h=r&t,m=h^r&e^b,T=s&a^~s&i,g=o+p+T+Vl[l+1]+u[l+1],f=c+m,o=n+g<<0,n=g+f<<0,c=(n>>>2|n<<30)^(n>>>13|n<<19)^(n>>>22|n<<10),p=(o>>>6|o<<26)^(o>>>11|o<<21)^(o>>>25|o<<7),E=n&r,m=E^n&t^h,T=o&s^~o&a,g=i+p+T+Vl[l+2]+u[l+2],f=c+m,i=e+g<<0,e=g+f<<0,c=(e>>>2|e<<30)^(e>>>13|e<<19)^(e>>>22|e<<10),p=(i>>>6|i<<26)^(i>>>11|i<<21)^(i>>>25|i<<7),D=e&n,m=D^e&r^E,T=i&o^~i&s,g=a+p+T+Vl[l+3]+u[l+3],f=c+m,a=t+g<<0,t=g+f<<0;this.h0=this.h0+t<<0,this.h1=this.h1+e<<0,this.h2=this.h2+n<<0,this.h3=this.h3+r<<0,this.h4=this.h4+a<<0,this.h5=this.h5+i<<0,this.h6=this.h6+o<<0,this.h7=this.h7+s<<0};Wt.prototype.hex=function(){this.finalize();var t=this.h0,e=this.h1,n=this.h2,r=this.h3,a=this.h4,i=this.h5,o=this.h6,s=this.h7,u=be[t>>28&15]+be[t>>24&15]+be[t>>20&15]+be[t>>16&15]+be[t>>12&15]+be[t>>8&15]+be[t>>4&15]+be[t&15]+be[e>>28&15]+be[e>>24&15]+be[e>>20&15]+be[e>>16&15]+be[e>>12&15]+be[e>>8&15]+be[e>>4&15]+be[e&15]+be[n>>28&15]+be[n>>24&15]+be[n>>20&15]+be[n>>16&15]+be[n>>12&15]+be[n>>8&15]+be[n>>4&15]+be[n&15]+be[r>>28&15]+be[r>>24&15]+be[r>>20&15]+be[r>>16&15]+be[r>>12&15]+be[r>>8&15]+be[r>>4&15]+be[r&15]+be[a>>28&15]+be[a>>24&15]+be[a>>20&15]+be[a>>16&15]+be[a>>12&15]+be[a>>8&15]+be[a>>4&15]+be[a&15]+be[i>>28&15]+be[i>>24&15]+be[i>>20&15]+be[i>>16&15]+be[i>>12&15]+be[i>>8&15]+be[i>>4&15]+be[i&15]+be[o>>28&15]+be[o>>24&15]+be[o>>20&15]+be[o>>16&15]+be[o>>12&15]+be[o>>8&15]+be[o>>4&15]+be[o&15];return this.is224||(u+=be[s>>28&15]+be[s>>24&15]+be[s>>20&15]+be[s>>16&15]+be[s>>12&15]+be[s>>8&15]+be[s>>4&15]+be[s&15]),u};Wt.prototype.toString=Wt.prototype.hex;Wt.prototype.digest=function(){this.finalize();var t=this.h0,e=this.h1,n=this.h2,r=this.h3,a=this.h4,i=this.h5,o=this.h6,s=this.h7,u=[t>>24&255,t>>16&255,t>>8&255,t&255,e>>24&255,e>>16&255,e>>8&255,e&255,n>>24&255,n>>16&255,n>>8&255,n&255,r>>24&255,r>>16&255,r>>8&255,r&255,a>>24&255,a>>16&255,a>>8&255,a&255,i>>24&255,i>>16&255,i>>8&255,i&255,o>>24&255,o>>16&255,o>>8&255,o&255];return this.is224||u.push(s>>24&255,s>>16&255,s>>8&255,s&255),u};Wt.prototype.array=Wt.prototype.digest;Wt.prototype.arrayBuffer=function(){this.finalize();var t=new ArrayBuffer(this.is224?28:32),e=new DataView(t);return e.setUint32(0,this.h0),e.setUint32(4,this.h1),e.setUint32(8,this.h2),e.setUint32(12,this.h3),e.setUint32(16,this.h4),e.setUint32(20,this.h5),e.setUint32(24,this.h6),this.is224||e.setUint32(28,this.h7),t};function Ql(t,e,n){var r,a=typeof t;if(a==="string"){var i=[],o=t.length,s=0,u;for(r=0;r>6,i[s++]=128|u&63):u<55296||u>=57344?(i[s++]=224|u>>12,i[s++]=128|u>>6&63,i[s++]=128|u&63):(u=65536+((u&1023)<<10|t.charCodeAt(++r)&1023),i[s++]=240|u>>18,i[s++]=128|u>>12&63,i[s++]=128|u>>6&63,i[s++]=128|u&63);t=i}else if(a==="object"){if(t===null)throw new Error(Qi);if(Es&&t.constructor===ArrayBuffer)t=new Uint8Array(t);else if(!Array.isArray(t)&&(!Es||!ArrayBuffer.isView(t)))throw new Error(Qi)}else throw new Error(Qi);t.length>64&&(t=new Wt(e,!0).update(t).array());var l=[],c=[];for(r=0;r<64;++r){var p=t[r]||0;l[r]=92^p,c[r]=54^p}Wt.call(this,e,n),this.update(c),this.oKeyPad=l,this.inner=!0,this.sharedMemory=n}Ql.prototype=new Wt;Ql.prototype.finalize=function(){if(Wt.prototype.finalize.call(this),this.inner){this.inner=!1;var t=this.array();Wt.call(this,this.is224,this.sharedMemory),this.update(this.oKeyPad),this.update(t),Wt.prototype.finalize.call(this)}};var Ji=u2();Ji.sha256=Ji;Ji.sha224=u2(!0);Ji.sha256.hmac=l2();Ji.sha224.hmac=l2(!0);var c2=Ji;var d2=c2.sha256;function tr(t){return Promise.resolve(d2(t))}function Jl(t){return Array.from(new Uint8Array(t)).map(r=>r.toString(16).padStart(2,"0")).join("")}function pa(t,e){let n=d2.hmac.create(e);return n.update(t),Promise.resolve(n.array())}async function p2(t,e){let n=await pa(t,e);return Jl(n)}async function Zl(t,e){let n=KD(e),r=await pa(t,n);return Jl(r)}function KD(t){let e=[];return t.replace(/../g,function(n){return e.push(parseInt(n,16)),""}),new Uint8Array(e).buffer}var g2=[["auto","auto"],["zh-CN","zh"],["zh-TW","zh-TW"],["de","de"],["en","en"],["es","es"],["fr","fr"],["id","id"],["it","it"],["ja","jp"],["ko","kr"],["ms","ms"],["pt","pt"],["ru","ru"],["th","th"],["tr","tr"],["vi","vi"]],Cs=class t extends De{static langMap=new Map(g2);maxTextGroupLength=50;static langMapReverse=new Map(g2.map(([e,n])=>[n,e]));static getUTCDate(e){let n=e.getUTCFullYear(),r=`${e.getUTCMonth()+1}`.padStart(2,"0"),a=`${e.getUTCDate()}`.padStart(2,"0");return`${n}-${r}-${a}`}secretId="";secretKey="";isSupportList=!0;constructor(e,n,r){if(super(e,n,r),!e||!e.secretId||!e.secretKey)throw new V("secretId and secretKey are required");this.secretId=e.secretId?.trim(),this.secretKey=e.secretKey?.trim()}getDefaultRateLimit(){return{limit:3,interval:1350}}async translate(e){let{text:n,from:r,to:a}=e,i=JSON.stringify({ProjectId:0,Source:t.langMap.get(r)||"auto",SourceText:n,Target:t.langMap.get(a)||a}),o=await this.signedRequest({secretId:this.secretId,secretKey:this.secretKey,action:"TextTranslate",payload:i,service:"tmt",version:"2018-03-21"});return{text:o.Response.TargetText,from:t.langMapReverse.get(o.Response.Source)||r,to:t.langMapReverse.get(o.Response.Target)||a}}async translateList(e){let{text:n,from:r,to:a}=e,i=JSON.stringify({ProjectId:0,Source:t.langMap.get(r)||"auto",SourceTextList:n,Target:t.langMap.get(a)||a}),o=await this.signedRequest({secretId:this.secretId,secretKey:this.secretKey,action:"TextTranslateBatch",payload:i,service:"tmt",version:"2018-03-21"});return{text:o.Response.TargetTextList,from:t.langMapReverse.get(o.Response.Source)||r,to:t.langMapReverse.get(o.Response.Target)||a}}async signedRequest({secretId:e,secretKey:n,action:r,payload:a,service:i,version:o}){let s=`${i}.tencentcloudapi.com`,u=new Date,l=`${new Date().valueOf()}`.slice(0,10),c=["POST","/","","content-type:application/json; charset=utf-8",`host:${s}`,"","content-type;host",await tr(a)].join(` +`;continue}else if(b.length>e){let E=[];gp(b,e,E);for(let D=0;D0&&T{let s=t.lastIndexOf(o,e);return s>i?s:i},-1);if(a===-1){let i=t.slice(0,e);if(i&&!i.trim())return;n.push({text:i,prefix:"",suffix:""}),t.length>e&&gp(t.slice(e),e,n)}else{let i=t.slice(0,a+1);if(i&&i.trim()==="")return;i.startsWith(" ")?n.push({text:i.slice(1),prefix:" ",suffix:""}):n.push({text:i,prefix:"",suffix:""}),a+10){p.forEach(T=>{c.length>0&&T.providers&&T.providers.length>0&&!T.providers.includes(l)||(T.optional?g.push(T):m.push(T))});let f=g.concat(m).filter(T=>T.required);if(f.length>0){for(let T of f)if(!i[T.name]){u=!1;break}}}return{...a,id:e,selected:n[t]===e,ok:u,currentProvider:l,config:i,providers:a.providers||[],props:a.props||[],allProps:p,optionalProps:g,explicitProps:m}}var gs=(t,e)=>{let{config:n}=t,r=n.alpha,a=n.beta,i=n.canary,o=n.debug,s=t.user,u=Jt(s),l=Object.keys(gr);return e!=="translationService"&&l.unshift("inherit"),l.filter(c=>{if(c==="inherit")return!0;let p=gr[c];if(c.startsWith("mock"))return o?!0:c===t.config[e];if(c===t.config[e])return!0;if(c==="openai"&&tt())return t.config.showOpenaiOnSafari||u?!0:!!(a||r||i||u);let m=!!p.canary,g=!!p.alpha,f=!!p.beta;return c===t[e]||m&&i||g&&(r||i)||f&&(a||r||i)?!0:!g&&!f&&!m}).map(c=>vl(e,c,t))};function ms(){return([1e7]+-1e3+-4e3+-8e3+-1e11).replace(/[018]/g,t=>(t^crypto.getRandomValues(new Uint8Array(1))[0]&15>>t/4).toString(16))}function _3(t){return t.replace(/([a-zA-Z0-9]+)([\u4e00-\u9fa5]+)/g,"$1 $2").replace(/([\u4e00-\u9fa5]+)([a-zA-Z0-9]+)/g,"$1 $2")}var Fi=[];async function Sl(t,e){return await new Promise((n,r)=>{let a=t,i=1,o=indexedDB.open(a,i);o.onsuccess=s=>{n(o.result)},o.onerror=s=>{r()},o.onupgradeneeded=s=>{let u=o.result,l=e||"cache";u.createObjectStore(l,{keyPath:"key"})}})}async function F3(t){let e=`${Q}-${t.service}@${t.from}->${t.to}`;return await cD(e,t)}async function M3(t){let e=Ln(t.originalText),n=`${Q}-${t.service}@${t.from}->${t.to}`;return await lD(n,e)}async function lD(t,e){let n=await Sl(t);return await new Promise((r,a)=>{if(!n)return a();let i="cache",s=n.transaction([i],"readonly").objectStore(i).get(e);s.onsuccess=u=>{n.close();let l=s.result;r(l)},s.onerror=u=>{n.close(),a()}})}async function cD(t,e){let n=await Sl(t);return(await pD()).includes(t)||await dD(t),await new Promise(a=>{if(!n)return a(!1);let i="cache",s=n.transaction([i],"readwrite").objectStore(i).put(e);s.onsuccess=u=>{n.close(),a(!0)},s.onerror=u=>{n.close(),a(!1)}})}async function dD(t){let e="cache_list",n=await Sl(Q+"-cacheList",e),a=n.transaction([e],"readwrite").objectStore(e).put({key:t});a.onsuccess=i=>{n.close(),Fi.push(t)},a.onerror=i=>{n.close()}}async function pD(){if(Fi&&Fi.length>0)return Fi;let t=await Sl(Q+"-cacheList","cache_list");return Fi=await new Promise(e=>{let n="cache_list",a=t.transaction([n],"readonly").objectStore(n).getAllKeys();a.onsuccess=i=>{t.close(),e(a.result)},a.onerror=i=>{t.close(),e([])}}),Fi}d();d();var mp="Original";function Qe(){return mp}function gn(t){mp=t,B3(mp)}d();var R3="auto",xl="auto",I3="auto";function O3(t){R3=t}function qn(t){xl=t}function vt(){return xl!=="auto"?xl:I3!=="auto"?I3:R3}function El(){return xl}d();function Ga(t){return t?.id?.endsWith("pdfWebPage")||!1}function ra(t){try{if(!t||!Ga(t))return"";let e="";if(t.pdfUrlExtractRule.attribute&&t.pdfUrlExtractRule.selector){let r=t.pdfUrlExtractRule,{selector:a,attribute:i}=r;if(a&&i){let o=document.querySelector(a);if(!o)return"";e=o.getAttribute(i)||""}}else e=document.querySelector("embed[type='application/pdf']")?.getAttribute("src")||"";if(e.startsWith("about"))return"";if(!e.startsWith("/"))return e;let n=new URL(location.href);return e.startsWith("//")?n.protocol+e:n.protocol+"//"+n.host+e}catch{return""}}var Je={},aa=async function(t,e){let{method:n,data:r}=t,a=await Je.updateGlobalContext(),i=Date.now();if(B.debug(`content script received message: ${n}`,r||" "),n==="translateTheWholePage")await Je.translateTheWholePage(r),et(Xn,i);else if(n==="translateTheMainPage")await Je.translateTheMainPage(r),et(Xn,i);else if(n==="translateToThePageEndImmediately")await Je.translateToThePageEndImmediately(r),et(Xn,i);else if(n==="toggleTranslatePage")await Je.toggleTranslatePage(r),et(Xn,i);else if(n==="toggleTranslateTheWholePage")await Je.toggleTranslateTheWholePage(r),et(Xn,i);else if(n==="toggleTranslateTheMainPage")await Je.toggleTranslateTheMainPage(r),et(Xn,i);else if(n==="toggleOnlyTransation")await Je.ensureSwitchTranslationMode(r),et(Xn,i);else if(n==="translatePage")await Je.translatePage(a,r),et(Xn,i);else if(n==="toggleTranslationMask")await Je.toggleTranslationMask(r);else if(n==="restorePage")Je.restorePage();else if(n==="retryFailedParagraphs")Je.retryFailedParagraphs();else if(n==="switchTranslationMode"){if(a.rule.isPdf)return;r&&r.mode&&(await Je.switchTranslationMode(r.mode),await Je.reloadSubtitleWithTranslationModeChanged())}else if(n==="autoEnableSubtitleChanged")Je.autoEnableSubtitleChanged(a,r);else if(n=="shareToDraft")globalThis.document.dispatchEvent(new CustomEvent(Ku,{detail:r}));else if(n=="toggleTranslateToThePageEndImmediately")await Je.toggleTranslateToThePageEndImmediately(r);else if(n==="toggleMouseHoverTranslateDirectly")globalThis.document.dispatchEvent(new CustomEvent(Qo,{detail:r}));else if(n==="translateWithOpenAI")await Je.translatePageWithTranslationService("openai",r);else if(n==="translateWithGoogle")await Je.translatePageWithTranslationService("google",r);else if(n==="translateWithDeepL")await Je.translatePageWithTranslationService("deepl",r);else if(n==="translateWithBing")await Je.translatePageWithTranslationService("bing",r);else if(n==="translateWithTransmart")await Je.translatePageWithTranslationService("transmart",r);else if(n==="translateWithGemini")await Je.translatePageWithTranslationService("gemini",r);else if(n==="translateInputBox")await Je.translateInputBoxWithShortcut(a);else if(n!=="updateGlobalCtx"){if(n==="toggleVideoSubtitlePreTranslation")He()||await Je.toggleVideoSubtitlePreTranslation();else if(n==="getAsyncContextString"&&!He())return JSON.stringify(a)}};function z3(t){Object.assign(Je,t)}function N3(t){Object.assign(Je,t)}function U3(t){Object.assign(Je,t)}var gD=function(t,e){let{method:n,data:r}=t;if(B.debug(`content script received sync message: ${n}`,r||" "),n==="ping")return"pong";if(n==="getPageStatus")return Qe();if(n==="getCurrentPageLanguage"){let a=vt();return Je.detectCurrentPageLanguage().catch(i=>{B.warn("detectCurrentPageLanguage failed",i)}),a}else{if(n==="setCurrentPageLanguageByClient")return qn(r),vt();if(n==="getContextString"){let a=Je.getPureGlobalContext(),{articleNode:i,bodyNode:o,...s}=a;return JSON.stringify(s)}else if(n=="getPdfWebUrl"){let a=Je.getPureGlobalContext();return ra(a?.rule)}}},Cl,wl;function q3(){let t=Dl();He()||mD(),t.sendMessage("popup:main_sync",{method:"ready"}).catch(n=>{})}function Dl(){return Cl||(Cl=new ea("content_script",!1).getConnection("main",aa),Cl)}function mD(){return wl||(wl=new ea("content_script",!1).getConnection("main_sync",gD,{sync:!0}),wl)}d();var fp=[["auto","auto"],["zh-CN","zh"],["zh-TW","zh-TW"],["de","de"],["en","en"],["es","es"],["fr","fr"],["id","id"],["it","it"],["ja","ja"],["ko","ko"],["ms","ms"],["pt","pt"],["ru","ru"],["th","th"],["tr","tr"],["vi","vi"]],Al="https://transmart.qq.com/api/imt",zr=class t{static langMapReverse=new Map(fp.map(([e,n])=>[n,e]));static getClientKey(){return btoa("transmart_crx_"+navigator.userAgent).slice(0,100)}static async detectLanguageRemotelyByTransmart(e){let n={header:{fn:"text_analysis",client_key:t.getClientKey()},text:e.slice(0,280)},r=await ce({url:Al,method:"POST",body:JSON.stringify(n)});if(r.header.ret_code!=="succ")throw new Error(r.message||r.header.ret_code);let a=r.language,i=t.langMapReverse.get(a);return i||a}};d();function fD(t,e){return Math.floor(Math.random()*(e-t+1))+t}var hD=30,hp="RATE_LIMITER_TICKS",Mi=class t{static strictTicks={};static clearStrictTicks(){ps(hp,"{}")}static async getStrictTicks(e,n){if(n)return this.strictTicks[e]||[];try{let r=await bl(hp);r&&(this.strictTicks=JSON.parse(r)||{})}catch(r){B.debug("Error setting rate limiter ticks",r),this.strictTicks[e]=[]}finally{return this.strictTicks[e]||[]}}static wait(e,n){return new Promise((r,a)=>{t.getDelay(e,n).then(i=>{setTimeout(()=>{r(i)},i)})})}static async setStrictTicks(e,n,r){try{if(this.strictTicks[e]=n,r)return;await ps(hp,JSON.stringify(this.strictTicks))}catch(a){B.debug("Error setting rate limiter ticks",a)}}static async getDelay(e,n,r=!1){if(!r){let l=fD(4,hD);await vr(l)}let a=await this.getStrictTicks(e,r)||[],{limit:i,interval:o}=n,s=Date.now();if(a.length=u?(a.push(s),await this.setStrictTicks(e,a,r),0):(a.push(u),await this.setStrictTicks(e,a,r),u-s)}};async function St(t){return await Dl().sendMessage("background:main",t)}function ce(t){return au()?ul({method:"request",data:t}):ye()||ru()?(t.fetchPolyfill=globalThis.GM_fetch,Wa(t)):St({method:"fetch",data:t})}function an(){return ye()?Pn():St({method:"getConfig"})}function mn(t){return ye()?ds(t):St({method:"setUserConfig",data:t})}function fn(){return ye()?Or():St({method:"getUserConfig"})}function fs(){return ye()?Zt():St({method:"getLocalConfig"})}function kl(t){return ye()?Xt(t):St({method:"setLocalConfig",data:t})}function j3(t){return ye()?C3(t):St({method:"setBuildinConfig",data:t})}async function Ie(t){if(t.text){let n=sl(t.text);if(n!=="auto")return Promise.resolve(n)}else return"auto";if(ye()||tt()){if(t.translateService&&!Ju.includes(t.translateService))return Promise.resolve("auto");let r=r3(t.text,t.minLength,t.pageLangs);return Promise.resolve(r)}let e=await St({method:"detectLanguage",data:t});return Promise.resolve(e)}function H3(){return St({method:"detectTabLanguage"})}async function Pl(t){let e=await Ie({text:t,pageLangs:["en"]});try{if(ye()||tt()){let n=t.substring(0,200);e=await zr.detectLanguageRemotelyByTransmart(n)}}catch{}return e}function B3(t){let e=new CustomEvent(ja,{detail:t});if(document.dispatchEvent(e),ye())return;Dl().sendMessage("popup:main_sync",{method:"setPageStatus",data:t}).catch(r=>{})}function W3(t){return ye()?M3(t):St({method:"queryParagraphCache",data:t})}async function K3(t){if(ye()){await F3(t);return}return St({method:"setParagraphCache",data:t})}async function G3(){if(ye())return Promise.resolve();await St({method:"mockRequest"})}function Bi(t=!1,e=""){return ye()?(oe.runtime.openOptionsPage(t,e),Promise.resolve()):St({method:"openOptionsPage",data:{newTab:t,pageRoute:e}})}function Ii(t=""){return ye()||tt()?Me().OPTIONS_URL:oe.runtime.getURL("options.html")}function $3(t=""){return oe&&oe.runtime&&oe.runtime.getURL?oe.runtime.getURL("options.html"):""}function Ll(t=!1){return ye()?(oe.extra.openAboutPage(t),Promise.resolve()):St({method:"openAboutPage"})}function Ri(t){return ye()?(oe.extra.openInTab(t),Promise.resolve()):St({method:"openInTab",data:t})}function V3(t=!1){return ye()?(oe.extra.openEbookViewerPage(t),Promise.resolve()):St({method:"openEbookViewerPage"})}function Y3(t=!1){return ye()?(oe.extra.openEbookBuilderPage(t),Promise.resolve()):St({method:"openEbookBuilderPage"})}function _l(t){tt()}function Oi(t=!1,e){return ye()?(oe.extra.openPdfViewerPage(t),Promise.resolve()):St({method:"openPdfViewerPage",data:{url:e}})}function Q3(t=!1){return ye()?(oe.extra.openSubtitleBuilderPage(t),Promise.resolve()):St({method:"openSubtitleBuilderPage"})}function zi(t){return ye()?Promise.resolve():St({method:"setBadge",data:{text:t}})}function J3(){return ye()?(B.warn("autoSyncLatestConfig is not support in monkey"),Promise.resolve()):St({method:"autoSyncLatestConfig"})}function Fl(t,e=!1){return ye()?oe.extra.openInTab(t,e):globalThis.open(t,e?"_blank":"_self"),Promise.resolve()}function Z3(t,e){return ye()?Mi.getDelay(t,e):St({method:"getDelay",data:{key:t,options:e}})}var X3="G-MKMD9LWFTR";async function ot(t,e,n){try{let r=us(),a=Me(),i=a.INSTALL_FROM==="firefox_store";r?.name?.startsWith("ImtFx")&&(i=!1);let o=ye(),s=He(),u=a.PROD==="1",l=`report_${t}`,c=t.endsWith("_daily");if(c){if(s)return;let A=await Rr(l,0),y=Ml(new Date(A)),R=Date.now(),_=Ml(new Date(R));if(y===_)return;await s3(l,R)}else if(!n.config.telemetry)return;let p="sitc4WmvShWYwfU0dANM3Q",m=await At("fakeUserId","");m||(m=await Rr("fakeUserId",""),m&&await et("fakeUserId",m));let g=Ut(),f=new Date,T=await At("installedAt","");T||(T=await Rr("installedAt",""),T&&await et("installedAt",T)),m?T||(T=new Date(0).toISOString(),await et("installedAt",T)):(m=bD(32),await et("fakeUserId",m)),T||(T=f.toISOString(),await et("installedAt",T));let b=new Date(T),h=Ml(b),E=Ml(f),D=h===E,M=f.getTime()-b.getTime()<7*24*60*60*1e3,I=`https://www.google-analytics.com/mp/collect?measurement_id=${X3}&api_secret=${p}`;u||(I=`https://www.google-analytics.com/debug/mp/collect?measurement_id=${X3}&api_secret=${p}`);let S=mi.parse(window.navigator.userAgent),v=e.map(A=>{let y=A.params||{};if(S.os&&(y.os_name=S.os.name||"unknown",y.os_version=S.os.version||"unknown",y.os_version_name=S.os.versionName||"unknown"),S.browser&&(y.browser_name=S.browser.name||"unknown",y.browser_version=S.browser.version||"unknown",r&&(y.browser_name=r.name,y.browser_version=r.version)),S.platform&&(y.platform_type=S.platform.type||"unknown"),S.engine&&(y.engine_name=S.engine.name||"unknown",y.engine_version=S.engine.version||"unknown"),n.translationService&&(y.translation_service||(y.translation_service=n.translationService),n.config.translationServices&&n.config.translationServices[n.translationService]&&(n.config.translationServices[n.translationService].provider&&(y.translation_service_provider=n.config.translationServices[n.translationService].provider),n.translationService==="openai"&&n.config.translationServices[n.translationService].provider==="custom"&&(n.config.translationServices[n.translationService].apiUrl?n.config.translationServices[n.translationService].apiUrl.startsWith("https://api.openai.com/")?y.openai_is_official="1":y.openai_is_official="0":y.openai_is_official="1"))),n.targetLanguage&&(y.target_language=n.targetLanguage),n.config.interfaceLanguage&&(y.interface_language=n.config.interfaceLanguage),n.config.enableDefaultAlwaysTranslatedUrls?y.enable_default_always_translated_urls=n.config.enableDefaultAlwaysTranslatedUrls?"1":"0":y.enable_default_always_translated_urls="0",g&&(y.version=g),n.config.enableInputTranslation?y.enable_input_translation=n.config.enableInputTranslation?"1":"0":y.enable_input_translation="0",n.config.translationTheme&&(y.translation_theme=n.config.translationTheme),n.config.alpha&&(y.alpha=n.config.alpha.toString()),n.config.translationLanguagePattern&&n.config.translationLanguagePattern.matches?.length>0?y.always_translate_languages=n.config.translationLanguagePattern.matches.join(","):y.always_translate_languages="none",a.INSTALL_FROM&&(y.install_from=a.INSTALL_FROM),n.config.beta&&(y.beta=n.config.alpha.toString()),n.config.translationArea&&(y.translation_area=n.config.translationArea),h&&(y.install_day=TD(b)),n.user){let _=a3(n.user);_&&Object.keys(_).forEach(P=>{y[P]=_[P]})}else y.user_type="anonymous";n.config.translationMode&&(y.translation_mode=n.config.translationMode),y.userscript=o.toString(),D?y.is_new_user_today="1":y.is_new_user_today="0",M?y.is_new_user_this_week="1":y.is_new_user_this_week="0",n.config.tempTranslateDomainMinutes?y.temp_translate_domain_minutes=n.config.tempTranslateDomainMinutes.toString():y.temp_translate_domain_minutes="0";let R="html";if(n.rule.pageType&&(R=n.rule.pageType),y.page_type=R,s?y.main_frame=0:y.main_frame=1,!c){let _=n.url;try{let P=new URL(_);y.site_host=P.hostname}catch{y.site_host="unknown"}n.sourceLanguage&&(y.source_language=n.sourceLanguage)}return{...A,params:y}});if(i)return;let k=await ce({responseType:"text",url:I,method:"POST",body:JSON.stringify({client_id:m,user_id:m,events:v})})}catch{}}function bD(t){let e="",n="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789",r=n.length,a=0;for(;ae.removeEventListener("message",n)),t.length=0}function xD(t,e,n,r){return new Promise(a=>{let i=o=>{let s=o.data;vD(e,n,s)&&s.id===r&&(t.removeEventListener("message",i),a(s.response))};t.addEventListener("message",i)})}function ED(t,e,n,r){let a=i=>{let o=i.data;a1(e,"tell",n,o)&&r(o.body)};return t.addEventListener("message",a),[t,a]}function e1(t,e,n,r,a,i){let o=async s=>{let u=s.data;if(a1(n,"ask",r,u)){let l=await i(u.body);e=s.source,e.postMessage(yD(n,r,u.id,l),s.origin)}};return t.addEventListener("message",o),[t,o]}function CD(t,e,n,r,a){let i=Math.random().toString();return t.postMessage(r1(e,"tell",n,i,r),a)}async function t1(t,e,n,r,a,i,o){let s=Math.random().toString(),u=new Promise(async(l,c)=>{let p=setTimeout(()=>c(new Error(`Failed to get response within ${o}ms`)),o),m=await xD(t,n,r,s);clearTimeout(p),l(m)});return e.postMessage(r1(n,"ask",r,s,a),i),u}var oa=class t{constructor(e,n,r=window,a="*"){this.protocol=e;this.targetWindow=n;this.thisWindow=r;this.targetOrigin=a;e1(r,n,this.getSystemProtocol("ping"),"ping",a,()=>Promise.resolve({}))}static async connect(e,n=10,r=500){for(let a=0;a<=n;a++)try{return await e.ping({timeout:r}),e}catch{continue}throw new Error(`Could not connect on protocol ${e.protocol.type} after ${n*r}ms`)}static parent(e,n,r="*",a=window){let i=n.contentWindow;if(ia(i))return new t(e,i,a,r);throw new Error("iframe.contentWindow was null")}static iframe(e,n="*",{thisWindow:r=window,targetWindow:a=window.parent}={}){return new t(e,a,r,n)}static rootIframe(e,n="*",{thisWindow:r=window}={}){return new t(e,null,r,n)}getSystemProtocol(e){return{type:`system|${e}`}}listeners=[];async ping({timeout:e=1e4}){await t1(this.thisWindow,this.targetWindow,this.getSystemProtocol("ping"),"ping",{data:{},payload:{}},this.targetOrigin,e)}handleTell(e,n){this.listeners.push(ED(this.thisWindow,this.protocol,e,n))}tell(e,n){CD(this.targetWindow,this.protocol,e,n,this.targetOrigin)}handleAsk(e,n){this.listeners.push(e1(this.thisWindow,this.targetWindow,this.protocol,e,this.targetOrigin,n))}ask(e,n,r=1e4){if(this.targetWindow)return t1(this.thisWindow,this.targetWindow,this.protocol,e,n,this.targetOrigin,r);throw new Error("target window is requried")}destroy(){SD(this.listeners)}};var i1;async function o1(){if(He()){let e=globalThis;for(;e.top!=e.self;)e=e.top;let n=oa.iframe(Zu,"*",{targetWindow:e});i1=n,await oa.connect(n).catch(r=>{B.error("connect with parent frame error",r)})}}function s1(){return i1}d();function u1(t,e){let n=e.matches||[],r=e.excludeMatches||[];if(r&&!Array.isArray(r)&&(r=[r]),n&&!Array.isArray(n)&&(n=[n]),r.length>0){if(r.includes(t)||r.includes(""))return!1;for(let a of r)if(a.includes("*")&&new RegExp(a).test(t))return!1}if(n.length===0)return!1;if(n.length>0){if(n.includes(t)||n.includes(""))return!0;for(let a of n)if(a.includes("*")&&new RegExp(a).test(t))return!0}return!1}d();d();d();d();d();d();function l1(t){return t.replace(//g,">")}d();var Bl=!1,wD=ye();function c1(t,e){let n=[];for(let r of e){let a=t.querySelectorAll(r);for(let i of a)n.push(i)}return n}function DD(t,e){let n=function(i){return i.nodeType===Node.ELEMENT_NODE||i.nodeType===Node.TEXT_NODE?i.nodeType===Node.ELEMENT_NODE&&d1(i,e,!0)?NodeFilter.FILTER_REJECT:NodeFilter.FILTER_ACCEPT:NodeFilter.FILTER_REJECT},r=document.createTreeWalker(t,NodeFilter.SHOW_ELEMENT,n),a=!0;for(;r.nextNode();){let i=r.currentNode;if(i.nodeType===Node.ELEMENT_NODE){if(sa(i,Vu)){if(a===!0)return!0;continue}if(hs(i.nodeName,e.inlineTags))return!0;if(!bp(i,e))return!1}}return!0}function Tp(t,e){let n=e.inlineTags;if(t.nodeType===Node.ELEMENT_NODE)if(hs(t.nodeName,n)||bp(t,e)){if(sa(t,ob)||hs(t.nodeName,["BR"]))return!1;if(sa(t,Vu))return!0;if(bp(t,e)){let r=globalThis.getComputedStyle(t);if(r.display==="block"||r.display==="flex")return!1}return DD(t,e)}else return sa(t,Vu);return!1}function d1(t,e,n){if(!(t.nodeType===Node.ELEMENT_NODE||t.nodeType===Node.TEXT_NODE)||t.nodeType===Node.ELEMENT_NODE&&sa(t,ib,!0))return!0;if(t.nodeType===Node.ELEMENT_NODE&&sa(t,J4))return!1;let{stayOriginalTags:r,excludeTags:a}=e,i=[];return n&&a&&a.length>0?i=a||[]:i=a.filter(o=>!r.includes(o)),!!(t.nodeType===Node.ELEMENT_NODE&&(t.getAttribute("translate")==="no"||t.classList.contains("notranslate"))||hs(t.nodeName,i))}function Ni(t,e,n){let r=t.trim();return r.length>=e||r.split(" ").filter(o=>o.trim()!=="").length>=n||!g1(r)&&r.length>=n}function p1(t,e,n){let r=t.trim();if(r.length<=e)return!0;if(g1(r)){if(r.split(" ").length<=n)return!0}else if(r.length<=n)return!0;return!1}function g1(t){for(let e=0;e127)return!1;return!0}function m1(t){if(t&&t.includes("://")&&!t.includes(" ")&&t.length<512)try{return new URL(t),!0}catch{return!1}else return!1}function f1(t){return t?/^[a-zA-Z0-9._-]+@[a-zA-Z0-9.-]+\.[a-zA-Z]{2,4}$/.test(t):!1}function h1(t){return t?/^[_\d:\-+\.。,,% ]+$/.test(t):!1}function b1(t){if(t&&t.startsWith("#")){if(t.split("#").length>2)return!1;if(t.indexOf(" ")===-1)return!0}return!1}function T1(t){return!!(t&&t.startsWith("@")&&t.indexOf(" ")===-1)}function sa(t,e,n=!1){return yp(t,e,"1",n)}function yp(t,e,n,r=!1){return Bl&&!r?t[xn]?!!(t[xn]&&t[xn][e]===n):!1:t.dataset[e]===n}function Ui(t){return(t.innerText||t.textContent||"").trim()}function vp(t){let e=t.querySelectorAll("iframe"),n="";for(let r=0;r2e3))break}return n}function Il(t){return t?typeof t=="string"?document.querySelector(t)!==null:t.some(e=>document.querySelector(e)):!1}function lt(t,e,n,r=!1,a=!1){t.isContentEditable&&!a||(Bl&&!r?(t[xn]||(t[xn]={}),t[xn][e]||(t[xn][e]=n)):t.dataset[e]!==n&&(t.dataset[e]=n))}function Rl(t,e,n=!1){if(Bl&&!n){if(!t[xn]||!t[xn][e])return;delete t[xn][e]}else delete t.dataset[e]}function qi(t,e,n=!1){return Bl&&!n?!t[xn]||!t[xn][e]?void 0:t[xn][e]:t.dataset[e]}function bp(t,e){let n=e.allBlockTags.concat(e.inlineTags).concat(e.excludeTags);return!hs(t.nodeName,n)}function Ee(){if(!globalThis||!globalThis.location)return"https://example.com";if(!He())return globalThis.location.href;try{let e=globalThis.location.href,n=new URL(e);if(n.protocol==="about:"||n.protocol==="blob:"){if(globalThis.location.ancestorOrigins&&globalThis.location.ancestorOrigins.length>0)return globalThis.location.ancestorOrigins[0];let r="";try{r=globalThis.parent.location.href}catch{}return r||(globalThis.location!=globalThis.parent.location?document.referrer:document.location.href)}else return e}catch{}return globalThis.location.href}function En(t,e,n){if(t instanceof ShadowRoot){try{t.appendChild(document.createElement("style")).textContent=e}catch(r){B.warn("injectCSS failed, rootDocument"+r?.message,t)}return}if(t&&t.head&&t.head.appendChild){let r=t.createElement("style");if(n){let a=t.querySelector(`style[data-id="${n}"]`);a&&a.remove(),r.dataset.id=n}r.textContent=e,t.head.appendChild(r)}else if(t){let r=document.createElement("head"),a=document.createElement("style");a.textContent=e,r.appendChild(a),t.appendChild(r)}else B.warn("injectCSS failed, rootDocument does not have head node",t)}function ji(t){let e=t.getAttribute("src");if(e){if(e==="about:blank")return!0;if(wD){if(e.startsWith("blob:"))return!0}else if(e.startsWith("blob:"))return!!document.querySelector("meta[name='immersive-translate-ebook-viewer']")||!e.startsWith("blob:http");return!1}try{if(t.contentDocument&&t.contentDocument.body)return!0}catch{}return!1}function hs(t,e){if(!t||!e)return!1;Array.isArray(e)||(e=[e]),t=t.toUpperCase();for(let n of e)if(t===n)return!0;return!1}function y1(t){let e=t.replace("#",""),n=parseInt(e.substring(0,2),16),r=parseInt(e.substring(2,4),16),a=parseInt(e.substring(4,6),16);return{r:n,g:r,b:a}}function v1(t,e,n,r){if(r.document.caretPositionFromPoint){let a=r.document.caretPositionFromPoint(t,e);if(a){let i=r.document.createRange(),o=a.offsetNode;if(!o||o.nodeType!==Node.TEXT_NODE||d1(o,n,!0))return null;try{i.setStart(o,a.offset),i.setEnd(o,a.offset)}catch(s){return B.warn("getRangeFromPoint error",s),null}return i}return null}else return r.document.caretRangeFromPoint?r.document.caretRangeFromPoint(t,e):null}function S1(t,e,n){let r=0,a=(i,o,s,u)=>{if(++r>100||u===i)return i;let l=i.shadowRoot;if(!l||typeof l.elementFromPoint!="function")return i;let c=l.elementFromPoint(o,s);return c?a(c,o,s,i):i};return a(t,e,n)}d();d();d();var ql,Fe,D1,AD,bs,x1,A1,zl={},k1=[],kD=/acit|ex(?:s|g|n|p|$)|rph|grid|ows|mnc|ntw|ine[ch]|zoo|^ord|itera/i;function ua(t,e){for(var n in e)t[n]=e[n];return t}function P1(t){var e=t.parentNode;e&&e.removeChild(t)}function xp(t,e,n){var r,a,i,o={};for(i in e)i=="key"?r=e[i]:i=="ref"?a=e[i]:o[i]=e[i];if(arguments.length>2&&(o.children=arguments.length>3?ql.call(arguments,2):n),typeof t=="function"&&t.defaultProps!=null)for(i in t.defaultProps)o[i]===void 0&&(o[i]=t.defaultProps[i]);return Ol(t,o,r,a,null)}function Ol(t,e,n,r,a){var i={type:t,props:e,key:n,ref:r,__k:null,__:null,__b:0,__e:null,__d:void 0,__c:null,__h:null,constructor:void 0,__v:a??++D1};return a==null&&Fe.vnode!=null&&Fe.vnode(i),i}function jt(t){return t.children}function Hi(t,e){this.props=t,this.context=e}function Wi(t,e){if(e==null)return t.__?Wi(t.__,t.__.__k.indexOf(t)+1):null;for(var n;e0?Ol(g.type,g.props,g.key,g.ref?g.ref:null,g.__v):g)!=null){if(g.__=n,g.__b=n.__b+1,(m=h[c])===null||m&&g.key==m.key&&g.type===m.type)h[c]=void 0;else for(p=0;p=n.__.length&&n.__.push({__V:jl}),n.__[t]}function se(t){return Ts=1,FD(G1,t)}function FD(t,e,n){var r=Wl(ys++,2);if(r.t=t,!r.__c&&(r.__=[n?n(e):G1(void 0,e),function(i){var o=r.__N?r.__N[0]:r.__[0],s=r.t(o,i);o!==s&&(r.__N=[s,r.__[1]],r.__c.setState({}))}],r.__c=wt,!wt.u)){wt.u=!0;var a=wt.shouldComponentUpdate;wt.shouldComponentUpdate=function(i,o,s){if(!r.__c.__H)return!0;var u=r.__c.__H.__.filter(function(c){return c.__c});if(u.every(function(c){return!c.__N}))return!a||a.call(this,i,o,s);var l=!1;return u.forEach(function(c){if(c.__N){var p=c.__[0];c.__=c.__N,c.__N=void 0,p!==c.__[0]&&(l=!0)}}),!!l&&(!a||a.call(this,i,o,s))}}return r.__N||r.__}function Ae(t,e){var n=Wl(ys++,3);!Fe.__s&&K1(n.__H,e)&&(n.__=t,n.i=e,wt.__H.__h.push(n))}function $e(t){return Ts=5,Ue(function(){return{current:t}},[])}function Ue(t,e){var n=Wl(ys++,7);return K1(n.__H,e)?(n.__V=t(),n.i=e,n.__h=t,n.__V):n.__}function Ve(t,e){return Ts=8,Ue(function(){return t},e)}function Kl(t){var e=wt.context[t.__c],n=Wl(ys++,9);return n.c=t,e?(n.__==null&&(n.__=!0,e.sub(wt)),e.props.value):t.__}function MD(){for(var t;t=W1.shift();)if(t.__P&&t.__H)try{t.__H.__h.forEach(Hl),t.__H.__h.forEach(wp),t.__H.__h=[]}catch(e){t.__H.__h=[],Fe.__e(e,t.__v)}}Fe.__b=function(t){typeof t.type!="function"||t.o||t.type===jt?t.o||(t.o=t.__&&t.__.o?t.__.o:""):t.o=(t.__&&t.__.o?t.__.o:"")+(t.__&&t.__.__k?t.__.__k.indexOf(t):0),wt=null,z1&&z1(t)},Fe.__r=function(t){N1&&N1(t),ys=0;var e=(wt=t.__c).__H;e&&(Cp===wt?(e.__h=[],wt.__h=[],e.__.forEach(function(n){n.__N&&(n.__=n.__N),n.__V=jl,n.__N=n.i=void 0})):(e.__h.forEach(Hl),e.__h.forEach(wp),e.__h=[])),Cp=wt},Fe.diffed=function(t){U1&&U1(t);var e=t.__c;e&&e.__H&&(e.__H.__h.length&&(W1.push(e)!==1&&O1===Fe.requestAnimationFrame||((O1=Fe.requestAnimationFrame)||BD)(MD)),e.__H.__.forEach(function(n){n.i&&(n.__H=n.i),n.__V!==jl&&(n.__=n.__V),n.i=void 0,n.__V=jl})),Cp=wt=null},Fe.__c=function(t,e){e.some(function(n){try{n.__h.forEach(Hl),n.__h=n.__h.filter(function(r){return!r.__||wp(r)})}catch(r){e.some(function(a){a.__h&&(a.__h=[])}),e=[],Fe.__e(r,n.__v)}}),q1&&q1(t,e)},Fe.unmount=function(t){j1&&j1(t);var e,n=t.__c;n&&n.__H&&(n.__H.__.forEach(function(r){try{Hl(r)}catch(a){e=a}}),n.__H=void 0,e&&Fe.__e(e,n.__v))};var H1=typeof requestAnimationFrame=="function";function BD(t){var e,n=function(){clearTimeout(r),H1&&cancelAnimationFrame(e),setTimeout(t)},r=setTimeout(n,100);H1&&(e=requestAnimationFrame(n))}function Hl(t){var e=wt,n=t.__c;typeof n=="function"&&(t.__c=void 0,n()),wt=e}function wp(t){var e=wt;t.__c=t.__(),wt=e}function K1(t,e){return!t||t.length!==e.length||e.some(function(n,r){return n!==t[r]})}function G1(t,e){return typeof e=="function"?e(t):e}d();var $1=["*://*/*","*","*://*"],Y1="immersive-translate-wildcard-placeholder.com";function Dp(t,e){try{let n=[];if(!e||(e&&!Array.isArray(e)?n=[e]:n=e,n.length===0))return null;if(n.some(s=>$1.includes(s)))return t;let r=new URL(t);r.hash="",r.search="";let a=r.href,i=r.hostname,o=r.port;if(n&&n.length>0){let s=n.find(u=>{if(!u)return!1;if(u===i)return!0;if($1.includes(u))return!0;if(!u.includes("*")&&u.includes("://")){try{let l=new URL(u);if(l.pathname==="/"&&!u.endsWith("/")){let c=l.hostname===i,p=l.port===o;return l.port?c&&p:c}else return RD(a,u)}catch{}return!1}else{let l,c=u;if(u.includes("://")){let b=u.split("://");l=b[0],l==="*"&&b.length>1&&(l="*",u="https://"+b[1])}else l="*",u="https://"+u;let p=u.replace(/\*/g,Y1),m;try{m=new URL(p)}catch{return B.debug("invalid match pattern",p,"raw match value:",c),!1}let g=m.host,f=m.pathname;f==="/"&&(c.replace("://","").includes("/")||(f="/*"));let T=ID(l+":",V1(g),V1(f));if(T){let b=new URL(a);return T.test(b.href)}else return!1}});if(s)return s}return null}catch{return null}}function V1(t){return t.replaceAll(Y1,"*")}function ID(t,e,n){let r="^";return t==="*:"?r+="(http:|https:|file:)":r+=t,r+="//",e&&(t==="file:"||(e==="*"?r+="[^/]+?":(e.match(/^\*\./)&&(r+="[^/]*?",e=e.substring(1)),r+=e.replace(/\./g,"\\.").replace(/\*/g,"[^/]*")))),n?n==="*"||n==="/*"?r+="(/.*)?":n.includes("*")?(r+=n.replace(/\*/g,".*?"),r+="/?"):r+=n.replace(/[-[\]{}()*+?.,\\^$|#\s]/g,"\\$&"):r+="/?",r+="$",new RegExp(r)}function dt(t,e){return Dp(t,e)!==null}function RD(t,e){let n=new URL(t),r=new URL(e);return n.hostname===r.hostname&&n.pathname===r.pathname&&n.protocol===r.protocol&&n.port===r.port}var OD=["block","grid","flex","table","table-row","table-cell","list-item","-webkit-box","box","contents"];function Cn(t,e){if(e.length===0)return!1;let n=e.join(",");return t.matches&&t.matches(n)||!1}function la(t,e,n){let{blockSelectors:r,extraBlockSelectors:a,extraInlineSelectors:i,atomicBlockSelectors:o}=e;if(Cn(t,i))return!1;if(Cn(t,a)||["br","input"].includes(t.nodeName.toLowerCase()))return!0;let l=null;if(t.parentNode&&t.parentNode.immersiveTranslateComputedStyle&&(l=t.parentNode.immersiveTranslateComputedStyle),l&&l.display&&l.display==="inline-flex")return!1;let c=p();return c&&(c=!Cn(t,o)),c;function p(){return n&&n.display?!!OD.includes(n.display):Cn(t,r)}}var Gt=Cn;function Va(t){return!!t.shadowRoot}function ca(t){if(!t||typeof t!="string"&&(t=t.textContent,!t))return"";let e="";return t!==t.trimStart()&&(e+=" "),e+=t.trim(),e===" "||t!==t.trimEnd()&&(e+=" "),e}function vs(t){if(!t)return["",""];if(typeof t!="string"&&(t=t.textContent,!t))return["",""];let e=[];return t!==t.trimStart()?e.push(" "):e.push(""),!t.trim()&&e.length===1?[" ",""]:(t!==t.trimEnd()?e.push(" "):e.push(""),e)}function fr(t,e=!1){let n=es;return e&&t?.translatedPlaceholderDelimiters?n=t.translatedPlaceholderDelimiters:t?.placeholderDelimiters&&(n=t.placeholderDelimiters),n}function $a(t,e=!1){let n=t.config?.translationServices?.[t.translationService];return fr(n,e)}function $i(t,e){return na(e,t.targetLanguage,{ignoreZhCNandZhTW:t.rule.ignoreZhCNandZhTW})}function Ap(t){let{rule:e}=t,n=zD(t);return` <${e.targetWrapperTag} class="${n} notranslate">`}function zD(t){let e=t.config.loadingTheme;return`${Q}-loading-${e}`}function Ss(t,e){let n=t.rule,r=document.createElement(n.targetWrapperTag);r.classList.add("notranslate",yt),r.setAttribute("translate","no"),r.setAttribute("lang",t.targetLanguage),lt(r,rb,e.toString());let a=Ap(t);return r.append(Ye.sanitize(a,{RETURN_DOM_FRAGMENT:!0})),r}function Vi(t,e){return t.querySelector(`[${U0}='${e}']`)}function Q1(){document.querySelectorAll(`[${U0}]`).forEach(e=>{e.remove()})}function J1(){document.querySelectorAll(`.${yt}-error`).forEach(e=>{e.remove()})}function Z1(){let t=document.querySelectorAll("iframe"),e=[];return t.forEach(n=>{ji(n)&&e.push(n)}),e}function kp(t){let e={},{glossaries:r,_systemExcludeWordRegex:a,text:i,delimiters:o,excludeRegexps:s,targetLanguage:u}=t,l=i,c=1001;try{if(r&&r.length>0){let p={},m=r.filter(f=>f.tl&&f.tl!==u?!1:f.k?(p[f.k]=f.v||"",!0):!1).sort((f,T)=>f.tl&&!T.tl?1:!f.tl&&T.tl?-1:0),g=new RegExp(a.replace("{word}",m.map(f=>f.k).join("|")),"g");l=l.replace(g,(f,T)=>{let b=c++;return e[`${b}`]=p[T]||T,o.length>2?f.replace(T,`<${o[2]}${b}>`):f.replace(T,`${o[0]}${b}${o[1]}`)})}s&&s.length>0&&s.forEach(p=>{let m=new RegExp(p,"gi");l=l.replace(m,(g,f)=>{let T=c++;return e[`${T}`]=l1(f),o.length>2?g.replace(f,`<${o[2]}${T}>`):g.replace(f,`${o[0]}${T}${o[1]}`)})})}catch(p){B.debug(`format source text error: ${p.message}`)}return{text:l,variables:e}}function xs(t){let{noTranslateRegexp:e,minTextCount:n,minWordCount:r,delimiters:a,text:i}=t,o=new RegExp(`${a[0]}(\\d+)${a[1]}`,"gi");if(a.length>2){let u=a[2];o=new RegExp(`<${u}(\\d+)>(.*?)`,"gi")}let s=i.trim();return s=s.replace(o,""),s=s.trim(),s===""||s.length===1&&s.charCodeAt(0)===8203||/^[0-9.,\/#!$%\^&\*;:{}=\-_`~()\s]+$/.test(i)||s.includes("")||s.includes("< styles>")||T1(s)||m1(s)||b1(s)||f1(s)||h1(s)||UD(s)||o.test(s)||e&&e.length>0&&new RegExp(e.join("|"),"gi").test(s)?!1:Ni(i,n,r)}function Nr(t){return t.nodeType===Node.ELEMENT_NODE}function X1(t,e){return t.paragraphs?t.paragraphs[0]?.ctxId!==e?(t.paragraphs=[],!1):!0:!1}async function Pp(){return await At("fakeUserId","")}async function ND(){return await At("installedAt","")}async function Gl(t){let n=Me().INSTALL_FROM,r=Ut(),a=await ND(),i=await Pp(),o=await Pn(),s=!1,u=await Mt.get(Ft,null),l=!1;return u&&Jt(u)&&(s=!0,u.subscription&&u.subscription.isTrial&&(l=!0)),{installFrom:n,version:r,installedAt:a,interfaceLang:t,optionInterfaceLang:o.interfaceLanguage,deviceId:i,isProUser:s,isTrial:l}}function e2(t,e,n,r){if(!e||!r||!t)return"";let a=t.xpathRule,i=0,o=n;for(;o&&o!==r;)i++,o=o.parentNode;let s=i+"";for(let u=0;u{!t||!e||(async()=>{let a=await _p(t,e);r(a)})()},[t,e,r]),n}async function _p(t,e){if(!t||!e)return;let n=!1,r,a=!0;!tt()&&ye()||ut().any?(a=!1,r=e.monkeyH5FloatBall,!r&&t.rule.isShowUserscriptPagePopup==!1&&(r=t.config.monkeyH5FloatBall,r.enable=!1),r||(r=t.config.monkeyH5FloatBall),n=!e.monkeyH5FloatBall):(r=t.config.pcFloatBall,n=!e.pcFloatBall);try{if(r?.afterInstalledAt&&n){let i=await At("installedAt","");new Date(i).getTime()s==n),a=t.config.translationModeLanguagePattern.translationMatches.find(s=>s==n),i=t.config.translationModeUrlPattern.dualMatches.find(s=>dt(t.url,s));return t.config.translationModeUrlPattern.translationMatches.find(s=>dt(t.url,s))?"translation":i?"dual":a?"translation":r?"dual":null}d();function Fp(t,e,n=[],r){let a=["notranslate"];return r&&a.push(lb),t&&(a.push(`${Q}-target-translation-theme-${t}`),e?a.push(`${j0}-theme-${t}`):a.push(`${q0}-theme-${t}`)),n.length>0&&a.push(...n),e?a.push(j0):a.push(q0),a}function Mp(t){let e=["notranslate",Qu];return t&&e.push(`${Q}-target-translation-theme-${t}-inner`),e}function a2(t,e,n){let{rule:r,state:a}=n,{translationTheme:i}=a,{variables:o,isVertical:s}=t;o=o||[];let{text:u}=e,{wrapperPrefix:l,wrapperSuffix:c}=r,p=$a(n,!0),m="afterend",g=p[0],f=p[1],T=`${g}(\\d+)${f}`,b=new RegExp(T,"g"),h=Ye.sanitize(u);o.length>0&&(h=h.replace(b,I=>{let S=h.indexOf(I),v=h[S-1]===" ",k=h[S+I.length]===" ",y=I.replace(new RegExp(p[0],"g"),"").replace(new RegExp(p[1],"g"),""),R=Number(y);if(isNaN(R))return I;let _=o[R];if(_&&_.type==="element"){let P=_.value.outerHTML;return v||(P=" "+P),k||(P=P+" "),P}else B.error("variable type not supported",_,I);return I}));let E=Fp(i,t.inline,r.translationClasses||[],t.preWhitespace);s&&E.push(ub);let D=Mp(i),M="";return r.translationBlockStyle&&(M=`style="${r.translationBlockStyle}"`),h=`<${n.rule.targetWrapperTag} ${M} class="${E.join(" ")}" ${dr}="1"><${r.targetWrapperTag} class="${D.join(" ")}" ${dr}="1">${h}`,t.inline||(l==="smart"?h=`
${h}`:h=`${l}${h}`),t.inline&&(l!=="smart"?h=`${l}${h}`:h=`<${r.targetWrapperTag} class="notranslate" ${dr}="1"> ${h}`),c==="smart"?h=`${h}`:h=`${h}${c}`,{html:h,position:m}}function $l(t,e){let n=t.original||t,r=null,{stayOriginalSelectors:a,delimiters:i,isPreWhitespace:o}=e,s=[],u={};for(let l=0;l2&&(h=`<${i[2]}${b}>`),u[b]=c,s.push({text:h,type:"variable"})}else s.push({text:c.textContent||"",type:"text"});else{let T=c.textContent||"";m&&(T=ca(Bp(c))),s.push({text:T,type:"text"})}else if(c.nodeType===Node.ELEMENT_NODE)if(c&&Gt(c,a)){let b=Object.keys(u).length,h=`${i[0]}${b}${i[1]}`;i.length>2&&(h=`<${i[2]}${b}>`),u[b]=c;let E=Ip(s).endsWith(" ")?" ":"",D=ca(c.innerText||c.textContent),M=ca(c.nextSibling).startsWith(" ")?" ":"",I=vs(E+D+M),S=I[0]+h+I[1];if(E===" ")S=S.trimStart();else if(!S.startsWith(" ")){let v=vs(c.previousSibling)[1];v===""&&(v=" "),S=v+S}s.push({text:S,type:"variable"})}else{let T=Ip(s).endsWith(" ")?" ":"",b=ca(c.innerText||c.textContent);m&&(b=ca(Bp(c)));let h=ca(c.nextSibling).startsWith(" ")?" ":"",E=vs(T+b+h),D=E[0]+(c.innerText?.trim()||c.textContent?.trim()||"")+E[1];if(T===" ")D=D.trimStart();else{let M=vs(c.previousSibling)[1];M===""&&(c.nodeName==="A"||c.nodeName==="CODE")&&(M=" "),D=M+D}s.push({text:D,type:"text"})}else{let T=Ip(s).endsWith(" ")?" ":"",b="";c.textContent&&(b=ca(Bp(c))),T===" "&&(b=b.trimStart()),s.push({text:b,type:"text"})}}if(s&&s.length>0){let l="";for(let c=0;c0&&(m=s[c-1].text),c/g,">"))}t.targetText=Ye.sanitize(t.targetText);let a=!1,i=t.text,o=i.split(" ").length,s=i.split(` +`).length;o<=n.blockMinWordCount&&i.length<=n.blockMinTextCount&&s<2&&(a=!0);let u={id:Number(t.id),elements:[],isVertical:!1,rootFrame:t.commonAncestorContainer,text:t.text,variables:r,inline:a,preWhitespace:t.isPreWhitespace||!1,languageByLocal:"auto",languageByClient:"auto"},l=$a(e);if(l.length>2){let c=l[2];return qD({delimiterTag:c,targetText:t.targetText,inline:a,preWhitespace:t.isPreWhitespace||!1,wrapperPrefix:e.rule.wrapperPrefix,wrapperSuffix:e.rule.wrapperSuffix,targetWrapperTag:e.rule.targetWrapperTag,translationTheme:e.state.translationTheme,translationBlockStyle:e.rule.translationBlockStyle,translationClasses:e.rule.translationClasses,variables:r}).html}else{let c=a2(u,{id:Number(t.id),url:"https://google.com",text:t.targetText,from:"auto",to:"auto",fromByClient:"auto"},e);return c.html}}function Bp(t){return(t?.innerText||t.textContent||"").replace(/\s+/g," ")||""}function qD(t){let{delimiterTag:e,inline:n,translationClasses:r,targetWrapperTag:a,wrapperPrefix:i,variables:o,preWhitespace:s,wrapperSuffix:u,translationTheme:l,translationBlockStyle:c}=t;o=o||[];let p=t.targetText;p=Ye.sanitize(p);let m=p,g=new RegExp(`<${e}(\\d+)>(.*?)`,"g"),f=new RegExp(`<${e}(\\d+)>`);o.length>0&&(m=m.replace(g,E=>{let D=m.indexOf(E),M=m[D-1]===" ",I=m[D+E.length]===" ",S=E.match(f);if(!S)return E;let v=S[1],k=Number(v);if(isNaN(k))return E;let A=o[Number(k)];if(A&&A.type==="element"){let y=A.value.outerHTML;return M||(y=" "+y),I||(y=y+" "),y}else if(A&&A.type==="text"){let y=A.value;return M||(y=" "+y),I||(y=y+" "),y}else B.error("variable type not supported",A,E);return E}));let T=Fp(l,n,r||[],s),b=Mp(l),h="";return c&&(h=`style="${c}"`),m=`<${a} ${h} class="${T.join(" ")}" ${dr}="1"><${a} class="${b.join(" ")}" ${dr}="1">${m}`,n||(i==="smart"?m=`
${m}`:m=`${i}${m}`),n&&(i!=="smart"?m=`${i}${m}`:m=`<${a} class="notranslate" ${dr}="1"> ${m}`),u==="smart"?m=`${m}`:m=`${m}${u}`,{html:m,position:"afterend"}}function Ip(t){let e=t[t.length-1];return e?e.text:""}function Rp(t){let{text:e,delimiters:n,variables:r}=t,a=e;if(n.length>2){let i=n[2],o=new RegExp(`<${i}(\\d+)>(.*?)`,"g"),s=new RegExp(`<${i}(\\d+)>`),u=e;return Object.keys(r).length>0&&(u=u.replace(o,c=>{let p=c.match(s);if(!p)return c;let m=p[1],g=Number(m);if(isNaN(g))return c;let f=r[m];return f||c})),u}else{let i=`${n[0]}(\\d+)${n[1]}`,o=new RegExp(i,"g");a=a.replace(o,s=>{let l=s.replace(new RegExp(n[0],"g"),"").replace(new RegExp(n[1],"g"),""),c=Number(l);return isNaN(c)?s:r[c]?r[c]:s})}return a}var De=class{static langMap=new Map;serviceConfig;generalConfig;maxTextLength=1800;isSupportList=!0;maxTextGroupLength=50;requestTimeout=30*1e3;retry=2;translationOptions;minTextCount=2;constructor(e,n,r){this.serviceConfig=e,this.generalConfig=n,this.translationOptions=r,e?.retry&&(this.retry=e.retry),e?.requestTimeout&&(this.requestTimeout=Number(e.requestTimeout)),r&&r.minTextCount&&(this.minTextCount=r.minTextCount)}async init(){}getMaxTextGroupLength(){return this.maxTextGroupLength}getRateLimiter(){let e=this.getDefaultRateLimit()||{limit:7,interval:1250},n=this.serviceConfig;return n?.limit&&(e.limit=Number(n.limit)),n?.interval&&(e.interval=Number(n.interval)),e}formatRateLimit(e){return e.limit<1&&(e.interval=Math.round(1e3/e.limit),e.limit=1),e}getDefaultRateLimit(){return{limit:7,interval:1250}}getCacheKeyPrefix(){return""}translate(e){throw new Error("Not implemented")}translateList(e){throw new Error("Not implemented")}async multipleTranslate(e,n,r){if(e.sentences.length===0)return{sentences:[]};let{sentences:a}=e,i=!1,o=!1,s=[],u=null,l=new Set;for(let b of a)b.from&&b.from!=="auto"&&l.add(b.from),b.refresh&&(i=!0),b.debug&&(o=!0);let c=this.maxTextLength;this.serviceConfig&&this.serviceConfig.maxTextLengthPerRequest&&(c=this.serviceConfig.maxTextLengthPerRequest);let p=this.maxTextGroupLength;this.serviceConfig&&this.serviceConfig.maxTextGroupLengthPerRequest&&(p=this.serviceConfig.maxTextGroupLengthPerRequest),this.translationOptions&&this.translationOptions.sourceProgram&&["videoSubtitle","subtitle"].includes(this.translationOptions.sourceProgram)&&this.serviceConfig&&this.serviceConfig.maxTextGroupLengthPerRequestForSubtitle&&(p=this.serviceConfig.maxTextGroupLengthPerRequestForSubtitle);try{s=L3(a,c,p)}catch(b){if(r)for(let h=0;hb));let m=[],g=[],f=(b,h,E)=>{let D="";if(h.translatedTexts&&h.translatedTexts[0]&&(D=h.translatedTexts[0]),g[b]||(g[b]=h,g[b].translatedTexts=Array(h.sentenceTotalParts).fill(null)),g[b].hasError)return;if(E){let S=E instanceof V?new V(E.name,E.message).initNetWork(E.status).initData(E.data):E;g[b].hasError=!0,h.callback&&h.callback(S,null,h.sentence);return}g[b].translatedTexts[h.partIndex]=D;let M=g[b],I=0;for(let S=0;S{let I=h.from;if(h.fromByClient&&h.fromByClient!=="auto"&&(I=h.fromByClient),this.isSupportList)return{...await this.formatAndTranslateList({text:h.tempSentences.map(v=>v.text),forces:h.tempSentences.map(v=>v.force),xpaths:h.tempSentences.map(v=>v.xpath||""),from:I,to:h.to,url:E,options:n,refresh:i,debug:o}),sourceTempSentences:h.tempSentences};{let S=sb;this.serviceConfig&&this.serviceConfig.translationTextSeparator&&(S=this.serviceConfig.translationTextSeparator);let v=null;this.serviceConfig&&this.serviceConfig.newlinePlaceholderDelimiters&&(v=this.serviceConfig.newlinePlaceholderDelimiters);let k=[],A=fr(this.serviceConfig);if(h.tempSentences.forEach((q,F)=>{let C=kp({text:q.text,_systemExcludeWordRegex:this.generalConfig._systemExcludeWordRegex,delimiters:A,glossaries:this.translationOptions.glossaries,excludeRegexps:this.translationOptions.excludeRegexps,targetLanguage:h.to});q.force!==!0&&(C&&C.text&&C.text.trim().lengthF.text);return Promise.resolve({sourceTempSentences:h.tempSentences,text:q,from:I,to:h.to})}let y="";v&&v.length>=2?y=k.map((q,F)=>{let{item:C}=q;return F===k.length-1?C.text:C.text+v[0]+(F+1)+v[1]}).join(""):y=k.map(({item:q})=>q.text).join(S);let R=await this.translate({text:y,from:I,to:h.to,url:E,options:{...n,rawTextArrayLength:k.length,sourceProgram:this.translationOptions.sourceProgram||""},refresh:i,debug:o}),{text:_}=R,P=[];if(v&&v.length>=2){let q=`${v[0]}\\d+${v[1]}`;v&&v.length>=3&&(q=v[2]);let F=new RegExp(q,"g");P=_.split(F)}else P=_.split(S);let N=[];if(P.length>k.length){for(let q=0;qq.text);return A=fr(this.serviceConfig,!0),N.forEach((q,F)=>{let C=k[F],L=C.index,U=C.variables||{};Object.keys(U).length>0&&(q=Rp({text:q,delimiters:A,variables:U})),z[L]=q}),{sourceTempSentences:h.tempSentences,text:z,from:R.from,to:R.to}}};m.push(M().then(I=>{let{text:S,sourceTempSentences:v}=I;for(let k=0;k{if(I instanceof V&&I.initData({translationService:this.translationOptions.translationService,isLogin:!!this.translationOptions.userToken,isPro:this.translationOptions.isPro}),r){for(let S=0;S{let h=b.sentence.text;return b.translatedTexts&&b.translatedTexts.length>0&&(h=b.translatedTexts.join("")),{...b.sentence,text:h}})}}async formatAndTranslateList(e){let n={...e},{forces:r}=e,a=[],i=fr(this.serviceConfig);if(this.serviceConfig&&i.length>0)try{let{text:l,xpaths:c}=e;if(l.forEach((p,m)=>{let g=kp({text:p,_systemExcludeWordRegex:this.generalConfig._systemExcludeWordRegex,delimiters:i,excludeRegexps:this.translationOptions.excludeRegexps,glossaries:this.translationOptions.glossaries,targetLanguage:e.to});r&&r[m]!==!0&&(g&&g.text&&g.text.trim().lengthp.text),n.xpaths=a.map(p=>p.xpath)}catch(l){B.debug("formatAndTranslateList error",e,l)}let o=await this.translateList(n),{text:s}=o,u=e.text.map(l=>l);return i=fr(this.serviceConfig,!0),s.forEach((l,c)=>{let p=a[c];if(p){let m=p.index,g=p.variables,f=Object.keys(g);u[m]=l,f.length>0&&(u[m]=Rp({text:l,delimiters:i,variables:g}))}}),{...o,text:u}}detectLanguageLocally(e){return Ie({text:e,minLength:18,pageLangs:[vt(),"en"]})}detectLanguageRemotely(e){return Promise.resolve("auto")}detectLanguage(e){return e.length>=50?this.detectLanguageLocally(e):this.detectLanguageRemotely(e)}};d();d();var Qi="input is invalid type",Op=typeof window=="object",da=Op?window:{};da.JS_SHA256_NO_WINDOW&&(Op=!1);var jD=!Op&&typeof self=="object",HD=!da.JS_SHA256_NO_NODE_JS&&typeof process=="object"&&process.versions&&process.versions.node;HD?da=global:jD&&(da=self);var jH=!da.JS_SHA256_NO_COMMON_JS&&typeof module=="object"&&module.exports,HH=typeof define=="function"&&define.amd,Es=!da.JS_SHA256_NO_ARRAY_BUFFER&&typeof ArrayBuffer<"u",be="0123456789abcdef".split(""),WD=[-2147483648,8388608,32768,128],er=[24,16,8,0],Vl=[1116352408,1899447441,3049323471,3921009573,961987163,1508970993,2453635748,2870763221,3624381080,310598401,607225278,1426881987,1925078388,2162078206,2614888103,3248222580,3835390401,4022224774,264347078,604807628,770255983,1249150122,1555081692,1996064986,2554220882,2821834349,2952996808,3210313671,3336571891,3584528711,113926993,338241895,666307205,773529912,1294757372,1396182291,1695183700,1986661051,2177026350,2456956037,2730485921,2820302411,3259730800,3345764771,3516065817,3600352804,4094571909,275423344,430227734,506948616,659060556,883997877,958139571,1322822218,1537002063,1747873779,1955562222,2024104815,2227730452,2361852424,2428436474,2756734187,3204031479,3329325298],Yl=["hex","array","digest","arrayBuffer"],Ht=[];(da.JS_SHA256_NO_NODE_JS||!Array.isArray)&&(Array.isArray=function(t){return Object.prototype.toString.call(t)==="[object Array]"});Es&&(da.JS_SHA256_NO_ARRAY_BUFFER_IS_VIEW||!ArrayBuffer.isView)&&(ArrayBuffer.isView=function(t){return typeof t=="object"&&t.buffer&&t.buffer.constructor===ArrayBuffer});var o2=function(t,e){return function(n){return new Wt(e,!0).update(n)[t]()}},u2=function(t){var e=o2("hex",t);e.create=function(){return new Wt(t)},e.update=function(a){return e.create().update(a)};for(var n=0;n>2]|=t[a]<>2]|=r<>2]|=(192|r>>6)<>2]|=(128|r&63)<=57344?(s[i>>2]|=(224|r>>12)<>2]|=(128|r>>6&63)<>2]|=(128|r&63)<>2]|=(240|r>>18)<>2]|=(128|r>>12&63)<>2]|=(128|r>>6&63)<>2]|=(128|r&63)<=64?(this.block=s[16],this.start=i-64,this.hash(),this.hashed=!0):this.start=i}return this.bytes>4294967295&&(this.hBytes+=this.bytes/4294967296<<0,this.bytes=this.bytes%4294967296),this}};Wt.prototype.finalize=function(){if(!this.finalized){this.finalized=!0;var t=this.blocks,e=this.lastByteIndex;t[16]=this.block,t[e>>2]|=WD[e&3],this.block=t[16],e>=56&&(this.hashed||this.hash(),t[0]=this.block,t[16]=t[1]=t[2]=t[3]=t[4]=t[5]=t[6]=t[7]=t[8]=t[9]=t[10]=t[11]=t[12]=t[13]=t[14]=t[15]=0),t[14]=this.hBytes<<3|this.bytes>>>29,t[15]=this.bytes<<3,this.hash()}};Wt.prototype.hash=function(){var t=this.h0,e=this.h1,n=this.h2,r=this.h3,a=this.h4,i=this.h5,o=this.h6,s=this.h7,u=this.blocks,l,c,p,m,g,f,T,b,h,E,D;for(l=16;l<64;++l)g=u[l-15],c=(g>>>7|g<<25)^(g>>>18|g<<14)^g>>>3,g=u[l-2],p=(g>>>17|g<<15)^(g>>>19|g<<13)^g>>>10,u[l]=u[l-16]+c+u[l-7]+p<<0;for(D=e&n,l=0;l<64;l+=4)this.first?(this.is224?(b=300032,g=u[0]-1413257819,s=g-150054599<<0,r=g+24177077<<0):(b=704751109,g=u[0]-210244248,s=g-1521486534<<0,r=g+143694565<<0),this.first=!1):(c=(t>>>2|t<<30)^(t>>>13|t<<19)^(t>>>22|t<<10),p=(a>>>6|a<<26)^(a>>>11|a<<21)^(a>>>25|a<<7),b=t&e,m=b^t&n^D,T=a&i^~a&o,g=s+p+T+Vl[l]+u[l],f=c+m,s=r+g<<0,r=g+f<<0),c=(r>>>2|r<<30)^(r>>>13|r<<19)^(r>>>22|r<<10),p=(s>>>6|s<<26)^(s>>>11|s<<21)^(s>>>25|s<<7),h=r&t,m=h^r&e^b,T=s&a^~s&i,g=o+p+T+Vl[l+1]+u[l+1],f=c+m,o=n+g<<0,n=g+f<<0,c=(n>>>2|n<<30)^(n>>>13|n<<19)^(n>>>22|n<<10),p=(o>>>6|o<<26)^(o>>>11|o<<21)^(o>>>25|o<<7),E=n&r,m=E^n&t^h,T=o&s^~o&a,g=i+p+T+Vl[l+2]+u[l+2],f=c+m,i=e+g<<0,e=g+f<<0,c=(e>>>2|e<<30)^(e>>>13|e<<19)^(e>>>22|e<<10),p=(i>>>6|i<<26)^(i>>>11|i<<21)^(i>>>25|i<<7),D=e&n,m=D^e&r^E,T=i&o^~i&s,g=a+p+T+Vl[l+3]+u[l+3],f=c+m,a=t+g<<0,t=g+f<<0;this.h0=this.h0+t<<0,this.h1=this.h1+e<<0,this.h2=this.h2+n<<0,this.h3=this.h3+r<<0,this.h4=this.h4+a<<0,this.h5=this.h5+i<<0,this.h6=this.h6+o<<0,this.h7=this.h7+s<<0};Wt.prototype.hex=function(){this.finalize();var t=this.h0,e=this.h1,n=this.h2,r=this.h3,a=this.h4,i=this.h5,o=this.h6,s=this.h7,u=be[t>>28&15]+be[t>>24&15]+be[t>>20&15]+be[t>>16&15]+be[t>>12&15]+be[t>>8&15]+be[t>>4&15]+be[t&15]+be[e>>28&15]+be[e>>24&15]+be[e>>20&15]+be[e>>16&15]+be[e>>12&15]+be[e>>8&15]+be[e>>4&15]+be[e&15]+be[n>>28&15]+be[n>>24&15]+be[n>>20&15]+be[n>>16&15]+be[n>>12&15]+be[n>>8&15]+be[n>>4&15]+be[n&15]+be[r>>28&15]+be[r>>24&15]+be[r>>20&15]+be[r>>16&15]+be[r>>12&15]+be[r>>8&15]+be[r>>4&15]+be[r&15]+be[a>>28&15]+be[a>>24&15]+be[a>>20&15]+be[a>>16&15]+be[a>>12&15]+be[a>>8&15]+be[a>>4&15]+be[a&15]+be[i>>28&15]+be[i>>24&15]+be[i>>20&15]+be[i>>16&15]+be[i>>12&15]+be[i>>8&15]+be[i>>4&15]+be[i&15]+be[o>>28&15]+be[o>>24&15]+be[o>>20&15]+be[o>>16&15]+be[o>>12&15]+be[o>>8&15]+be[o>>4&15]+be[o&15];return this.is224||(u+=be[s>>28&15]+be[s>>24&15]+be[s>>20&15]+be[s>>16&15]+be[s>>12&15]+be[s>>8&15]+be[s>>4&15]+be[s&15]),u};Wt.prototype.toString=Wt.prototype.hex;Wt.prototype.digest=function(){this.finalize();var t=this.h0,e=this.h1,n=this.h2,r=this.h3,a=this.h4,i=this.h5,o=this.h6,s=this.h7,u=[t>>24&255,t>>16&255,t>>8&255,t&255,e>>24&255,e>>16&255,e>>8&255,e&255,n>>24&255,n>>16&255,n>>8&255,n&255,r>>24&255,r>>16&255,r>>8&255,r&255,a>>24&255,a>>16&255,a>>8&255,a&255,i>>24&255,i>>16&255,i>>8&255,i&255,o>>24&255,o>>16&255,o>>8&255,o&255];return this.is224||u.push(s>>24&255,s>>16&255,s>>8&255,s&255),u};Wt.prototype.array=Wt.prototype.digest;Wt.prototype.arrayBuffer=function(){this.finalize();var t=new ArrayBuffer(this.is224?28:32),e=new DataView(t);return e.setUint32(0,this.h0),e.setUint32(4,this.h1),e.setUint32(8,this.h2),e.setUint32(12,this.h3),e.setUint32(16,this.h4),e.setUint32(20,this.h5),e.setUint32(24,this.h6),this.is224||e.setUint32(28,this.h7),t};function Ql(t,e,n){var r,a=typeof t;if(a==="string"){var i=[],o=t.length,s=0,u;for(r=0;r>6,i[s++]=128|u&63):u<55296||u>=57344?(i[s++]=224|u>>12,i[s++]=128|u>>6&63,i[s++]=128|u&63):(u=65536+((u&1023)<<10|t.charCodeAt(++r)&1023),i[s++]=240|u>>18,i[s++]=128|u>>12&63,i[s++]=128|u>>6&63,i[s++]=128|u&63);t=i}else if(a==="object"){if(t===null)throw new Error(Qi);if(Es&&t.constructor===ArrayBuffer)t=new Uint8Array(t);else if(!Array.isArray(t)&&(!Es||!ArrayBuffer.isView(t)))throw new Error(Qi)}else throw new Error(Qi);t.length>64&&(t=new Wt(e,!0).update(t).array());var l=[],c=[];for(r=0;r<64;++r){var p=t[r]||0;l[r]=92^p,c[r]=54^p}Wt.call(this,e,n),this.update(c),this.oKeyPad=l,this.inner=!0,this.sharedMemory=n}Ql.prototype=new Wt;Ql.prototype.finalize=function(){if(Wt.prototype.finalize.call(this),this.inner){this.inner=!1;var t=this.array();Wt.call(this,this.is224,this.sharedMemory),this.update(this.oKeyPad),this.update(t),Wt.prototype.finalize.call(this)}};var Ji=u2();Ji.sha256=Ji;Ji.sha224=u2(!0);Ji.sha256.hmac=l2();Ji.sha224.hmac=l2(!0);var c2=Ji;var d2=c2.sha256;function tr(t){return Promise.resolve(d2(t))}function Jl(t){return Array.from(new Uint8Array(t)).map(r=>r.toString(16).padStart(2,"0")).join("")}function pa(t,e){let n=d2.hmac.create(e);return n.update(t),Promise.resolve(n.array())}async function p2(t,e){let n=await pa(t,e);return Jl(n)}async function Zl(t,e){let n=KD(e),r=await pa(t,n);return Jl(r)}function KD(t){let e=[];return t.replace(/../g,function(n){return e.push(parseInt(n,16)),""}),new Uint8Array(e).buffer}var g2=[["auto","auto"],["zh-CN","zh"],["zh-TW","zh-TW"],["de","de"],["en","en"],["es","es"],["fr","fr"],["id","id"],["it","it"],["ja","jp"],["ko","kr"],["ms","ms"],["pt","pt"],["ru","ru"],["th","th"],["tr","tr"],["vi","vi"]],Cs=class t extends De{static langMap=new Map(g2);maxTextGroupLength=50;static langMapReverse=new Map(g2.map(([e,n])=>[n,e]));static getUTCDate(e){let n=e.getUTCFullYear(),r=`${e.getUTCMonth()+1}`.padStart(2,"0"),a=`${e.getUTCDate()}`.padStart(2,"0");return`${n}-${r}-${a}`}secretId="";secretKey="";isSupportList=!0;constructor(e,n,r){if(super(e,n,r),!e||!e.secretId||!e.secretKey)throw new V("secretId and secretKey are required");this.secretId=e.secretId?.trim(),this.secretKey=e.secretKey?.trim()}getDefaultRateLimit(){return{limit:3,interval:1350}}async translate(e){let{text:n,from:r,to:a}=e,i=JSON.stringify({ProjectId:0,Source:t.langMap.get(r)||"auto",SourceText:n,Target:t.langMap.get(a)||a}),o=await this.signedRequest({secretId:this.secretId,secretKey:this.secretKey,action:"TextTranslate",payload:i,service:"tmt",version:"2018-03-21"});return{text:o.Response.TargetText,from:t.langMapReverse.get(o.Response.Source)||r,to:t.langMapReverse.get(o.Response.Target)||a}}async translateList(e){let{text:n,from:r,to:a}=e,i=JSON.stringify({ProjectId:0,Source:t.langMap.get(r)||"auto",SourceTextList:n,Target:t.langMap.get(a)||a}),o=await this.signedRequest({secretId:this.secretId,secretKey:this.secretKey,action:"TextTranslateBatch",payload:i,service:"tmt",version:"2018-03-21"});return{text:o.Response.TargetTextList,from:t.langMapReverse.get(o.Response.Source)||r,to:t.langMapReverse.get(o.Response.Target)||a}}async signedRequest({secretId:e,secretKey:n,action:r,payload:a,service:i,version:o}){let s=`${i}.tencentcloudapi.com`,u=new Date,l=`${new Date().valueOf()}`.slice(0,10),c=["POST","/","","content-type:application/json; charset=utf-8",`host:${s}`,"","content-type;host",await tr(a)].join(` `),p=t.getUTCDate(u),m=["TC3-HMAC-SHA256",l,`${p}/${i}/tc3_request`,await tr(c)].join(` `),g=await p2(p,`TC3${n}`),f=await Zl(i,g),T=await Zl("tc3_request",f),b=await Zl(m,T),h=await ce({retry:this.retry,url:`https://${i}.tencentcloudapi.com`,method:"POST",headers:{"Content-Type":"application/json; charset=utf-8",Host:s,"X-TC-Action":r,"X-TC-Timestamp":l,"X-TC-Region":"ap-beijing","X-TC-Version":o,Authorization:`TC3-HMAC-SHA256 Credential=${e}/${p}/${i}/tc3_request, SignedHeaders=content-type;host, Signature=${b}`},body:a,timeout:this.requestTimeout});if(h instanceof Error)throw h;if(h.Response&&h.Response.Error&&h.Response.Error.Message)throw new V(h.Response.Error.Message);return h}};d();var m2=[["auto","auto"],["zh-CN","zh"],["zh-TW","zh-TW"],["de","de"],["en","en"],["es","es"],["fr","fr"],["id","id"],["it","it"],["ja","jp"],["ko","kr"],["ms","ms"],["pt","pt"],["ru","ru"],["th","th"],["tr","tr"],["vi","vi"]],GD={"content-type":"application/json",Host:"wxapp.translator.qq.com","User-Agent":"Mozilla/5.0 (iPhone; CPU iPhone OS 16_3_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/15E148 MicroMessenger/8.0.32(0x18002035) NetType/WIFI Language/zh_TW",Referer:"https://servicewechat.com/wxb1070eabc6f9107e/117/page-frame.html"},ws=class t extends De{static langMap=new Map(m2);static langMapReverse=new Map(m2.map(([e,n])=>[n,e]));isSupportList=!1;constructor(e,n,r){super(e,n,r)}async translate(e){let{text:n,from:r,to:a}=e,i=new URLSearchParams({source:r,target:a,sourceText:n,platform:"WeChat_APP",candidateLangs:"en|zh",guid:"oqdgX0SIwhvM0TmqzTHghWBvfk22"}).toString(),o=await ce({url:`https://wxapp.translator.qq.com/api/translate?${i}`,retry:this.retry,method:"GET",headers:GD,timeout:this.requestTimeout});return{text:o.targetText,from:t.langMapReverse.get(o.source)||r,to:t.langMapReverse.get(o.target)||a}}};d();var f2=[["auto","auto"],["zh-CN","zh-CN"],["zh-TW","zh-TW"],["en","en"],["af","af"],["am","am"],["ar","ar"],["az","az"],["be","be"],["bg","bg"],["bn","bn"],["bs","bs"],["ca","ca"],["ceb","ceb"],["co","co"],["cs","cs"],["cy","cy"],["da","da"],["de","de"],["el","el"],["eo","eo"],["es","es"],["et","et"],["eu","eu"],["fa","fa"],["fi","fi"],["fr","fr"],["fy","fy"],["ga","ga"],["gd","gd"],["gl","gl"],["gu","gu"],["ha","ha"],["haw","haw"],["he","he"],["hi","hi"],["hmn","hmn"],["hr","hr"],["ht","ht"],["hu","hu"],["hy","hy"],["id","id"],["ig","ig"],["is","is"],["it","it"],["ja","ja"],["jw","jw"],["ka","ka"],["kk","kk"],["km","km"],["kn","kn"],["ko","ko"],["ku","ku"],["ky","ky"],["la","la"],["lb","lb"],["lo","lo"],["lt","lt"],["lv","lv"],["mg","mg"],["mi","mi"],["mk","mk"],["ml","ml"],["mn","mn"],["mr","mr"],["ms","ms"],["mt","mt"],["my","my"],["ne","ne"],["nl","nl"],["no","no"],["ny","ny"],["pa","pa"],["pl","pl"],["ps","ps"],["pt","pt"],["ro","ro"],["ru","ru"],["sd","sd"],["sa","sa"],["si","si"],["sk","sk"],["sl","sl"],["sm","sm"],["sn","sn"],["so","so"],["sq","sq"],["sr","sr"],["st","st"],["su","su"],["sv","sv"],["sw","sw"],["ta","ta"],["te","te"],["tg","tg"],["th","th"],["fil","tl"],["tr","tr"],["ug","ug"],["uk","uk"],["ur","ur"],["uz","uz"],["vi","vi"],["xh","xh"],["yi","yi"],["yo","yo"],["zu","zu"]],Ya=class t extends De{static langMap=new Map(f2);static langMapReverse=new Map(f2.map(([e,n])=>[n,e]));isSupportList=!1;apiUrl="https://translate.googleapis.com/translate_a/single";constructor(e,n,r){super(e,n,r),e?.apiUrl&&(this.apiUrl=qt(this.apiUrl,e.apiUrl))}getDefaultRateLimit(){return{limit:10,interval:1050}}async translate(e){let{text:n,from:r,to:a}=e;if(!n)return{...e};let i=t.langMap.get(r)||"auto",o=t.langMap.get(a)||a,s=await this.fetchWithoutToken(n,i,o);if(!s)throw new V("google translate NETWORK_ERROR");if(!s.data[0]||s.data[0].length<=0)throw new V("google translate API_SERVER_ERROR");return{text:s.data[0].map(l=>l[0]).filter(Boolean).join(""),from:t.langMapReverse.get(s.data[2])||"auto",to:a}}async translateXml(e){let{text:n,from:r,to:a}=e;if(!n)return{...e};let i=t.langMap.get(r)||"auto",o=t.langMap.get(a)||a,s=await this.fetchXmlWithoutToken(n,i,o);if(!s)throw new V("google translate NETWORK_ERROR");if(!s.data[0]||s.data[0].length<=0)throw new V("google translate API_SERVER_ERROR");return{text:s.data[0].map(l=>l[0]).filter(Boolean).join(""),from:t.langMapReverse.get(s.data[2])||"auto",to:a}}async fetchXmlWithoutToken(e,n,r){let i="https://translate.googleapis.com/translate_a/t?"+new URLSearchParams({client:"gtx",dt:"t",sl:n,tl:r,q:e}).toString();return{data:await ce({retry:this.retry,url:i,timeout:this.requestTimeout})}}async fetchWithoutToken(e,n,r){let a=new URLSearchParams({client:"gtx",dt:"t",sl:n,tl:r,q:e}),i=this.apiUrl+"?"+a.toString();return{data:await ce({retry:this.retry,url:i,timeout:this.requestTimeout})}}};d();d();d();function $D(t,e){return e?t+(e-t%e):t}function VD(t,e){return t.split(e).length-1}function zp(t){let e=Date.now(),n=1;for(let r of t)n+=VD(r,"i");return $D(e,n)}function YD(t,e){return Math.floor(Math.random()*(e-t+1))+t}function Np(){return YD(1e6,1e8)}d();d();d();var Up="https://www2.deepl.com/jsonrpc",qp="auto",h2=[{code:"BG",language:"Bulgarian"},{code:"ZH",language:"Chinese"},{code:"CS",language:"Czech"},{code:"DA",language:"Danish"},{code:"NL",language:"Dutch"},{code:"EN",language:"English"},{code:"ET",language:"Estonian"},{code:"FI",language:"Finnish"},{code:"FR",language:"French"},{code:"DE",language:"German"},{code:"EL",language:"Greek"},{code:"HU",language:"Hungarian"},{code:"IT",language:"Italian"},{code:"JA",language:"Japanese"},{code:"LV",language:"Latvian"},{code:"LT",language:"Lithuanian"},{code:"PL",language:"Polish"},{code:"PT",language:"Portuguese"},{code:"RO",language:"Romanian"},{code:"RU",language:"Russian"},{code:"SK",language:"Slovak"},{code:"SL",language:"Slovenian"},{code:"ES",language:"Spanish"},{code:"SV",language:"Swedish"}];d();function QD(t=h2){return t.reduce((e,n)=>(e[n.code.toLowerCase()]=n.code,e[n.language.toLowerCase()]=n.code,e),{})}function jp(t){return QD()[t.toLowerCase()]}var JD={Accept:"*/*","Accept-Language":"en-US;q=0.8,en;q=0.7","Content-Type":"application/json",Origin:"https://www.deepl.com",Referer:"https://www.deepl.com/translator","Sec-Fetch-Dest":"empty","Sec-Fetch-Mode":"cors","Sec-Fetch-Site":"same-site"};function ZD(t){return JSON.stringify(t).replace('"method":"',()=>{let e=t;return(e.id+3)%13===0||(e.id+5)%29===0?'"method" : "':'"method": "'})}function XD(t,e){return{id:1,jsonrpc:"2.0",method:"LMT_handle_texts",params:{timestamp:0,texts:[{text:"",requestAlternatives:3}],splitting:"newlines",lang:{source_lang_user_selected:t,target_lang:e}}}}async function eA(t,e,n,r,a,i,o){let s=Np(),u=XD(r,n),l=[];e.forEach(m=>{l.push({text:m,requestAlternatives:3})}),u.id=s,u.params.texts=l,u.params.timestamp=zp(e);let c=await ce({retry:2,method:"POST",url:t,body:ZD(u),headers:JD}),p={from:c.result.lang,to:n,text:[]};return c.result.texts.forEach(m=>{p.text.push(m.text)}),p}async function b2(t,e,n,r=qp,a,i,o){return e?e&&e.length===1&&e[0]===""?{text:[""],from:r,to:n}:eA(t,e,jp(n),jp(r)??"auto",a,i,o):{text:[],from:r,to:n}}var T2=[["auto","auto"],["en","EN"],["ja","JA"],["pl","PL"],["zh-CN","ZH"],["zh-TW","ZH"],["ja","JA"],["ko","KO"],["es","ES"],["de","DE"],["fr","FR"],["pt","PT"],["ru","RU"],["it","IT"],["id","ID"],["nl","NL"],["pl","PL"],["bg","BG"],["cs","CS"],["da","DA"],["el","EL"],["et","ET"],["fi","FI"],["hu","HU"],["lt","LT"],["lv","LV"],["ro","RO"],["sk","SK"],["sl","SL"],["sv","SV"],["tr","TR"],["uk","UK"]],Zi=class t extends De{static langMap=new Map(T2);static langMapReverse=new Map(T2.map(([e,n])=>[n,e]));maxTextGroupLength=3;maxTextLength=800;isSupportList=!0;API_URL=Up;constructor(e,n,r){super(e,n,r),e&&e.apiUrl&&(this.API_URL=qt(Up,e.apiUrl))}getDefaultRateLimit(){return{limit:1,interval:1050}}async translateList(e){let{text:n,to:r,from:a}=e,i=await b2(this.API_URL,n,t.langMap.get(r)||r,t.langMap.get(a)||"auto");return{text:i.text,from:t.langMapReverse.get(i.from),to:t.langMapReverse.get(i.to)}}};d();var Ds=class t extends De{static langMap=new Map(fp);clientKey;maxTextGroupLength=25;maxTextLength=1e3;isSupportList=!1;constructor(e,n,r){super(e,n,r),this.clientKey=zr.getClientKey()}async translate(e){let{text:n,to:r}=e,a=await this.detectLanguage(n),i=t.langMap.get(a)||a,o=t.langMap.get(r)||r;if(a===r)return{text:n,from:a,to:r};let s=Me(),u=e.url;s.INSTALL_FROM==="firefox_store"&&(u=y2());let c=JSON.stringify({header:{fn:"auto_translation_block",client_key:this.clientKey},source:{text_block:n,lang:i,orig_url:u},target:{lang:o}}),p=await ce({url:Al,body:c,method:"POST",retry:this.retry,timeout:this.requestTimeout});if(p.header.ret_code!=="succ")throw new V(p.message||p.header.ret_code);return{text:p.auto_translation,from:a||"auto",to:r}}getDefaultRateLimit(){return{limit:30,interval:1050}}async translateList(e){let{from:n,text:r,to:a}=e,i=Me(),o=e.url;if(i.INSTALL_FROM==="firefox_store"&&(o=y2()),r.length===1){let g=await this.translate({from:n,text:r[0],to:a,url:o,options:e.options});return{text:[g.text],from:g.from,to:g.to}}let u=await this.detectLanguage(r.join(` `));if(u===a)return{text:r,from:u,to:a};let l=t.langMap.get(u)||u,c=t.langMap.get(a)||a,p=JSON.stringify({header:{fn:"auto_translation",client_key:this.clientKey},source:{text_list:r,lang:l,orig_url:o},target:{lang:c},type:"plain"}),m=await ce({url:Al,body:p,method:"POST"});if(m.header.ret_code!=="succ")throw new V(m.message||m.header.ret_code);return{text:m.auto_translation,from:u||"auto",to:a}}detectLanguageLocally(e){return this.detectLanguageRemotely(e)}detectLanguageRemotely(e){return zr.detectLanguageRemotelyByTransmart(e)}};function y2(){let t=new Date;return t.setMinutes(t.getMinutes()-t.getMinutes()%5),t.setSeconds(0),t.setMilliseconds(0),`https://google.com/search?q=google&_t=${t.getTime()/1e3}`}d();d();function Hp(){return Math.random()>=.1}var Xi=class extends De{isSupportList=!1;maxTextLength=1200;maxTextGroupLength=1;async translate(e){let{text:n}=e;if(!Hp())throw new V("404","\u6A21\u62DF\u9519\u8BEF");let r=n.match(/^\s*/)[0].length;return{text:n.slice(0,r)+"\u6A21\u62DF\uFF1A"+n.slice(r,-6),from:e.from,to:e.to}}async translateList(e){let{text:n,from:r,to:a}=e;if(await G3(),!Hp())throw new V("404","\u6A21\u62DF\u9519\u8BEF");return n.length===0?{from:r,to:a,text:[""]}:{from:r,to:a,text:n.map(i=>{let o=i.match(/^\s*/)[0].length;return i.slice(0,o)+"\u6A21\u62DF\uFF1A"+i.slice(o,-6)})}}};d();var S2=[["auto","auto"],["zh-CN","zh"],["zh-TW","zh"],["en","en"],["ja","ja"],["de","de"],["fr","fr"],["it","it"],["es","es"],["nl","nl"],["pl","pl"],["pt","pt"],["ru","ru"]],Wp=new Map(S2),v2=new Map(S2.map(([t,e])=>[e,t])),Kp=class t extends De{static langMap=Wp;static DEFAULT_CODENAME="deepl";apikey="";codename=t.DEFAULT_CODENAME;isSupportList=!1;maxTextGroupLength=1;constructor(e,n,r){if(super(e,n,r),!e||!e.apikey)throw new V("apikey are required");this.apikey=e.apikey?.trim(),e.codename&&(this.codename=e.codename)}async translate(e){let{text:n,from:r,to:a}=e,i=await ce({retry:this.retry,url:`https://api.openl.club/services/${this.codename}/translate`,headers:{"content-type":"application/json"},method:"POST",body:JSON.stringify({apikey:this.apikey,text:n,source_lang:Wp.get(r)||"auto",target_lang:Wp.get(a)||a}),timeout:this.requestTimeout});if(i.status){let o=i;return o.result&&a=="zh-TW",{text:o.result,from:v2.get(o.source_lang),to:v2.get(o.target_lang)}}else throw new V(i.msg)}},Xl=Kp;d();var x2=[["auto",""],["en","EN"],["ja","JA"],["pl","PL"],["zh-CN","ZH"],["zh-TW","ZH"],["ar","AR"],["ja","JA"],["ko","KO"],["es","ES"],["de","DE"],["fr","FR"],["pt","PT"],["pt-br","PT-BR"],["ru","RU"],["it","IT"],["id","ID"],["nl","NL"],["pl","PL"],["bg","BG"],["cs","CS"],["da","DA"],["el","EL"],["et","ET"],["fi","FI"],["hu","HU"],["lt","LT"],["lv","LV"],["ro","RO"],["sk","SK"],["sl","SL"],["sv","SV"],["tr","TR"],["uk","UK"]],As=new Map(x2),tA=new Map(x2.map(([t,e])=>[e,t])),Gp=class extends De{static langMap=As;authKey="";maxTextLength=1800;freeApiUrl="https://api-free.deepl.com/v2/translate";proApiUrl="https://api.deepl.com/v2/translate";immersiveTranslateApiUrl="https://deepl.immersivetranslate.com/v2/translate";immersiveTranslateDeeplTokenUrl="https://api.immersivetranslate.com";immersiveTranslateDeeplProApiUrl=Qt()||Rn()?"https://api2.immersivetranslate.com/deepl/translate":"https://test-api2.immersivetranslate.com/deepl/translate";provider="custom";splitor="";qualityNoSymabol="";qualityMinTextLength;apiKeys=[];static async clearState(){}getRandomKey(){let e=Math.floor(Math.random()*this.apiKeys.length);return this.apiKeys[e]}constructor(e,n,r){if(super(e,n,r),e=e||{},this.splitor=e.qualityDelimiterBetaV3||"",this.qualityNoSymabol=e.qualityNoSymoblBetaV3||"",this.qualityMinTextLength=e.qualityMinTextLengthV3||0,e.provider==="pro")if(this.provider="pro",r.userToken){if(!r.isPro)throw new V("Please activate Pro membership first, \u8BF7\u5148\u5F00\u901A Pro \u4F1A\u5458\u3002");this.authKey=r.userToken,this.apiKeys=this.authKey.split(",").map(a=>a.trim())}else throw new V("Login required, \u767B\u5F55\u540E\u624D\u53EF\u4EE5\u4F7F\u7528\u3002");else if(this.authKey=e.authKey?.trim(),this.apiKeys=this.authKey.split(",").map(a=>a.trim()),!this.authKey)throw new V("authKey are required");if(!this.authKey)throw new V("authKey are required");e&&e.freeApiUrl&&(this.freeApiUrl=qt(this.freeApiUrl,e.freeApiUrl)),e&&e.proApiUrl&&(this.proApiUrl=qt(this.proApiUrl,e.proApiUrl)),e&&e.immersiveTranslateApiUrl&&(this.immersiveTranslateApiUrl=qt(this.immersiveTranslateApiUrl,e.immersiveTranslateApiUrl)),e&&e.immersiveTranslateDeeplTokenUrl&&(this.immersiveTranslateDeeplTokenUrl=qt(this.immersiveTranslateDeeplTokenUrl,e.immersiveTranslateDeeplTokenUrl)),e&&e.immersiveTranslateDeeplProApiUrl&&(this.immersiveTranslateDeeplProApiUrl=qt(this.immersiveTranslateDeeplProApiUrl,e.immersiveTranslateDeeplProApiUrl))}async init(){}getRateLimiter(){let e=super.getRateLimiter();if(this.provider==="pro"){if(this.serviceConfig?.immersiveTranslateProLimit){let n=Number(this.serviceConfig.immersiveTranslateProLimit);return isNaN(n)&&(n=15),{limit:n,interval:e?.interval||1050}}return{limit:15,interval:e?.interval||1050}}return super.getRateLimiter()}getDefaultRateLimit(){return{limit:3,interval:1250}}async translateList(e){let{from:n,to:r}=e,a=this.getRandomKey(),{text:i,merged:o}=this.optimizationText(e),s={source_lang:As.get(n)||"",target_lang:As.get(r)||r,tag_handling:"html"};this.serviceConfig?.tag_handling&&(this.serviceConfig.tag_handling==="none"?delete s.tag_handling:s.tag_handling=this.serviceConfig.tag_handling);let u=new URLSearchParams(s);i.forEach(b=>{u.append("text",b)});let l=u.toString(),c={text:i,source_lang:As.get(n)||"auto",target_lang:As.get(r)||r},p=this.freeApiUrl;a.endsWith(":im")?p=this.immersiveTranslateApiUrl:a.endsWith(":fx")||(p=this.proApiUrl);let m,g={};e.refresh&&(g={"X-Refresh":"True"}),e.debug&&(g={...g,"X-Debug":"True"}),this.provider==="pro"?m=await ce({retry:this.retry,url:this.immersiveTranslateDeeplProApiUrl,method:"POST",body:JSON.stringify(c),headers:{...g,token:a,"Content-Type":"application/json"},timeout:this.requestTimeout}):a.startsWith("immersive_")?m=await ce({retry:this.retry,url:this.immersiveTranslateDeeplProApiUrl,method:"POST",body:JSON.stringify(c),headers:{...g,token:a,"Content-Type":"application/json"},timeout:this.requestTimeout}):m=await ce({retry:2,url:p,method:"POST",body:l,headers:{Authorization:"DeepL-Auth-Key "+a,"Content-Type":"application/x-www-form-urlencoded; charset=UTF-8"},extra:{overrideMimeType:"application/json; charset=utf-8"}});let{translations:f}=this.restoreText(m,o,!!e.debug),T=f.map(b=>b.text);if(r==="zh-TW"){let b=this.serviceConfig||{};b&&b.googleApiUrl&&(b.apiUrl=b.googleApiUrl);let E=await new Ya(this.serviceConfig,this.generalConfig,this.translationOptions).translate({from:"zh-CN",to:"zh-TW",text:f.map(D=>D.text).join(` @@ -5430,15 +5430,15 @@ Translate the content to {{to}} Language: `))}return{text:T,from:f[0]&&tA.get(f[0].detected_source_language)||n,to:r}}optimizationText(e){let{text:n,xpaths:r}=e;if(!this.splitor||this.provider!="pro")return{text:n,merged:[]};let a=new Map,i=[];for(let o=0;o=0){i.push(n[o]);continue}if(this.qualityMinTextLength>0&&n[o].length({text:!Qt()&&r?`[${l}]`:l,detected_source_language:s.detected_source_language}));i.push(...u)}else i.push(s)}return{...e,translations:i}}},E2=Gp;d();var nA=[["auto","auto"],["zh-CN","zh"],["zh-TW","cht"],["en","en"],["ja","ja"],["ko","ko"],["es","es"],["de","de"],["fr","fra"],["pt","pt"],["ru","ru"],["ar","ara"],["it","it"],["ms","ms"],["id","id"],["vi","vie"],["th","th"],["ur","ur"],["yue","yue"],["bo","bo"],["wyw","wyw"],["be","be"],["bg","bul"],["bn","bn"],["ca","ca"],["cs","cs"],["da","da"],["el","el"],["et","et"],["fa","fa"],["fi","fi"],["gu","gu"],["he","he"],["hi","hi"],["hr","hr"],["hu","hu"],["hy","hye"],["is","is"],["ka","ka"],["km","km"],["kn","kn"],["lt","lt"],["lv","lv"],["mk","mk"],["ml","ml"],["mn","mn"],["mr","mr"],["mt","mt"],["my","my"],["ne","ne"],["nl","nl"],["no","no"],["pa","pa"],["pl","pl"],["ps","ps"],["ro","ro"],["si","si"],["sk","sk"],["sl","sl"],["sq","sq"],["sr","sr"],["sv","sv"],["sw","sw"],["ta","ta"],["te","te"],["tg","tg"],["tr","tr"],["ug","ug"],["uk","uk"],["uz","uz"]],$p=new Map(nA),Vp=class extends De{static langMap=$p;APIKEY="";isSupportList=!1;constructor(e,n,r){if(super(e,n,r),!e||!e.APIKEY)throw new V("APIKEY are required");this.APIKEY=e.APIKEY?.trim()}async translate(e){let{text:n,from:r,to:a}=e,i=n,o={url:"https://api.niutrans.com/NiuTransServer/translation",retry:this.retry,headers:{"content-type":"application/json"},method:"POST",body:JSON.stringify({src_text:i,from:$p.get(r)||r,to:$p.get(a)||a,apikey:this.APIKEY}),timeout:this.requestTimeout},s=await ce(o);if(s.tgt_text){let u=s.tgt_text;return u.endsWith(` `)&&(u=u.slice(0,-1)),{text:u,from:r,to:a}}else throw new V(s.error_msg||JSON.stringify(s).slice(0,500))}getDefaultRateLimit(){return{limit:4,interval:1350}}},C2=Vp;d();var rA=[["auto",""],["ar","ar"],["ga","ga"],["et","et"],["bg","bg"],["is","is"],["pl","pl"],["bs","bs-Latn"],["fa","fa"],["da","da"],["de","de"],["ru","ru"],["fr","fr"],["zh-TW","zh-Hant"],["fil","fil"],["fj","fj"],["fi","fi"],["gu","gu"],["kk","kk"],["ht","ht"],["ko","ko"],["nl","nl"],["ca","ca"],["zh-CN","zh-Hans"],["cs","cs"],["kn","kn"],["otq","otq"],["tlh","tlh"],["hr","hr"],["lv","lv"],["lt","lt"],["ro","ro"],["mg","mg"],["mt","mt"],["mr","mr"],["ml","ml"],["ms","ms"],["mi","mi"],["bn","bn-BD"],["hmn","mww"],["af","af"],["pa","pa"],["pt","pt"],["ps","ps"],["ja","ja"],["sv","sv"],["sm","sm"],["sr-Latn","sr-Latn"],["sr-Cyrl","sr-Cyrl"],["no","nb"],["sk","sk"],["sl","sl"],["sw","sw"],["ty","ty"],["te","te"],["ta","ta"],["th","th"],["to","to"],["tr","tr"],["cy","cy"],["ur","ur"],["uk","uk"],["es","es"],["he","he"],["el","el"],["hu","hu"],["it","it"],["hi","hi"],["id","id"],["en","en"],["yua","yua"],["bo","bo"]],Yp=new Map(rA),Qp=class extends De{static langMap=Yp;APIKEY="";region="eastasia";isSupportList=!0;apiUrl="https://api.cognitive.microsofttranslator.com/translate?x=2";constructor(e,n,r){if(super(e,n,r),!e||!e.APIKEY)throw new V("APIKEY are required");this.APIKEY=e.APIKEY?.trim(),e.region&&(this.region=e.region),e.apiUrl&&(this.apiUrl=qt(this.apiUrl,e.apiUrl))}async translateList(e){let{text:n,from:r,to:a}=e;if(n.length===0)return{from:r,to:a,text:[]};let i={"api-version":"3.0",to:Yp.get(a)||a};r!=="auto"&&(i.from=Yp.get(r)||r);let o=new URLSearchParams(i),s=JSON.stringify(n.map(m=>({text:m}))),u=new URL(this.apiUrl),l=new URLSearchParams(u.search);l.toString()!==""&&l.forEach((m,g)=>{o.append(g,m)}),u.search=o.toString();let c={url:u.toString(),retry:this.retry,method:"POST",headers:{"Ocp-Apim-Subscription-Key":this.APIKEY,"Ocp-Apim-Subscription-Region":this.region,"content-type":"application/json"},body:s,timeout:this.requestTimeout},p=await ce(c);if(p.length===0)throw new V("server response invalid");return{from:r,to:a,text:p.map(m=>m.translations.map(f=>f.text).join(" "))}}},w2=Qp;d();var aA=[["auto","auto"],["zh-CN","zh-CN"],["zh-TW","zh-TW"],["en","en"],["ja","ja"],["ru","ru"],["es","es"],["de","de"],["ko","ko"],["fr","fr"],["th","th"],["vi","vi"],["id","id"]],eo=new Map(aA),Jp=class extends De{static langMap=eo;isSupportList=!0;maxTextGroupLength=25;maxTextLength=1200;constructor(e,n,r){super(e,n,r)}getDefaultRateLimit(){return{limit:3,interval:1150}}async translateList(e){let{text:n,from:r,to:a}=e,i;if(n.length===0)return{from:r,to:a,text:[]};let o=`
-`,s=n.join(o),u={url:"https://api.papago-chrome.com/v2/translate/openapi",retry:this.retry,method:"POST",headers:{authority:"api.papago-chrome.com","content-type":"application/json"},body:"",timeout:this.requestTimeout};r==="auto"||!eo.get(r)?(i=(await ce({url:"https://api.papago-chrome.com/v2/translate/detect",method:"POST",headers:{authority:"api.papago-chrome.com","content-type":"application/json"},body:s})).langCode,u.body=JSON.stringify({text:s,source:i||eo.get(r)||r,target:eo.get(a)||a})):u.body=JSON.stringify({text:s,source:eo.get(r),target:eo.get(a)||a});let l=await ce(u);if(l.translatedText==="")throw new V("server response invalid");let c=l.translatedText.split("
").map(p=>p.trim());return{from:r,to:a,text:c}}},D2=Jp;d();function k2(t,e){let n=Object.assign({},t),r=new Map;(n.langOverrides||[]).forEach(i=>{r.set(i.id,i)});for(let i of r.keys()){let[o,s]=i.split("2");if(["auto",e.sourceLanguage].includes(o)&&["auto",e.targetLanguage].includes(s)){let u=r.get(i);if(!u)continue;if(u.extends){let l=r.get(u.extends);l&&(n=Object.assign({},n,l))}n=Object.assign({},n,u)}}return n}async function hn(t){let{url:e,config:n,state:r}=t,a=new URL(e),i="auto",{translationParagraphLanguagePattern:o,translationService:s,translationServices:u,translationTheme:l,translationThemePatterns:c,translationUrlPattern:p,targetLanguage:m,sourceLanguageUrlPattern:g,immediateTranslationPattern:f}=n,T=m||"zh-CN",b=to(e,o),h=to(e,f),E=s,D=Object.keys(u);for(let ne of D){let re=u[ne];if(to(e,re)){E=ne;break}}let M=l,I=Object.keys(c);for(let ne of I){let re=c[ne];if(re&&to(e,re)){M=ne;break}}let S=to(e,p),y=A2(e,p);y||(y=dt(e,fb)),y||(y=dt(e,n.blockUrls));let L=A2(e,n.inputTranslationUrlPattern);L||(L=dt(e,n.inputTranslationBlockUrls));let A=dt(e,n.mutationBlockUrls),v=Object.keys(g),O={};for(let ne of v){let re=g[ne];if(re&&re.matches)for(let xe of re.matches)O[xe]=ne}let _=Object.keys(O),k=Dp(e,_);k&&(i=O[k]??"auto",O[k]&&O[k]!=="auto"&&qn(O[k]));let N=a.hostname,z=await tr(N),q=a.pathname+a.search+a.hash,F=await tr(q),C=`https://${z}.com/${F}`,P=await Zt(),U=await w3(),H=n.translationStartMode;H==="dynamic"&&h&&(H="immediate");let j=E;n.inputTranslationService&&n.inputTranslationService!=="inherit"&&(j=n.inputTranslationService);let W=E;n.mouseHoverTranslationService&&n.mouseHoverTranslationService!=="inherit"&&(W=n.mouseHoverTranslationService);let $=E;n.subtitleTranslateService&&n.subtitleTranslateService!=="inherit"&&($=n.subtitleTranslateService);let ue=await Mt.get(Ft,null),ae=!1;ue&&(ae=Jt(ue));let J={targetLanguage:T,config:n,translationService:E,inputTranslationService:j,mouseHoverTranslationService:W,subtitleTranslateService:$,isTranslateUrl:S,sourceLanguage:i,mainFrame:document.body,isTranslateExcludeUrl:y,isMutationTranslationExcludeUrl:A,isInputTranslationExcludeUrl:L,rule:n.generalRule,url:e,encryptedUrl:C,state:r?Object.assign({translationMode:n.translationMode,translationArea:n.translationArea,translationStartMode:H,immediateTranslationTextCount:n.immediateTranslationTextCount,isAutoTranslate:!1,translationDebounce:300,isNeedClean:!1,isDetectParagraphLanguage:b,cache:n.cache,translationTheme:M,isTranslateDirectlyOnHover:!1},r):{translationMode:n.translationMode,translationArea:n.translationArea,translationStartMode:H,immediateTranslationTextCount:n.immediateTranslationTextCount,isAutoTranslate:!1,translationDebounce:300,isNeedClean:!1,isDetectParagraphLanguage:b,cache:n.cache,translationTheme:M,isTranslateDirectlyOnHover:!1},localConfig:P};ue&&(J.user=ue,ae?J.isPro=!0:J.isPro=!1),J.state.translationArea==="body"&&(J.config.generalRule.excludeTags=J.config.generalRule.excludeTags.filter(ne=>!J.config.generalRule.bodyTranslateTags.includes(ne)),J.config.generalRule.additionalExcludeSelectors=J.config.generalRule.additionalExcludeSelectors.filter(ne=>ne!==".btn"));let ie=n.translationServices[J.translationService]||{};ie.immediateTranslationTextCount!==void 0&&iA(ie.immediateTranslationTextCount)&&ie.immediateTranslationTextCount>=0&&(J.state.immediateTranslationTextCount=ie.immediateTranslationTextCount),J.translationService==="deepl"&&(ie&&ie.authKey&&ie.authKey.startsWith("immersive_")||ie&&ie.provider==="pro"&&J.user?.token)&&ie.immediateTranslationTextCountForImmersiveDeepl!==void 0&&ie.immediateTranslationTextCountForImmersiveDeepl>=0&&(J.state.immediateTranslationTextCount=ie.immediateTranslationTextCountForImmersiveDeepl),ie&&ie.translationDebounce&&typeof ie.translationDebounce=="number"&&(J.state.translationDebounce=ie.translationDebounce);let ge=U.immediateTranslationTextCount;n.immediateTranslationTextCount!==ge&&(J.state.immediateTranslationTextCount=n.immediateTranslationTextCount);let ee=n.rules,Y;globalThis.PDFViewerApplication?Y=ee.find(ne=>ne.pageType=="pdfReader"):globalThis.immersiveTranslateEbookViewer?Y=ee.find(ne=>ne.pageType=="ebookReader"):globalThis.immersiveTranslateEbookBuilder?Y=ee.find(ne=>ne.pageType=="ebookBuilder"):Y=ee.find(ne=>to(e,ne)),J.state.translationArea==="body"&&(J.rule.paragraphMinTextCount=1,J.rule.paragraphMinWordCount=1),Y&&Y.pageType==="ebookBuilder"&&(J.state.translationStartMode="immediate");let Te=n.generalRule;if(Y&&(J.rule=hl(Te,Y)),J.rule.selectors.length>0&&(J.rule.paragraphMinTextCount=2,J.rule.paragraphMinWordCount=1),J.state.translationArea==="body"&&J.rule.excludeTags&&(J.rule.excludeTags=J.rule.excludeTags.filter(ne=>!J.rule.bodyTranslateTags.includes(ne)&&!J.rule.forceTranslateTags.includes(ne))),J.rule.mainFrameSelector){let ne=document.querySelector(J.rule.mainFrameSelector);ne&&(J.mainFrame=ne)}return J}function to(t,e){if(!e)return!1;let{matches:n,excludeMatches:r,selectorMatches:a,excludeSelectorMatches:i}=e;return r&&r.length>0&&dt(t,r)?!1:n&&n.length>0&&dt(t,n)?!0:i&&i.length>0&&Il(i)?!1:!!(a&&a.length>0&&Il(a))}function A2(t,e){if(!e)return!1;let{excludeMatches:n,excludeSelectorMatches:r}=e;return!!(n&&n.length>0&&dt(t,n)||r&&r.length>0&&Il(r))}function iA(t){return typeof t=="number"}d();d();d();function P2(t){let e=t.split(` +`,s=n.join(o),u={url:"https://api.papago-chrome.com/v2/translate/openapi",retry:this.retry,method:"POST",headers:{authority:"api.papago-chrome.com","content-type":"application/json"},body:"",timeout:this.requestTimeout};r==="auto"||!eo.get(r)?(i=(await ce({url:"https://api.papago-chrome.com/v2/translate/detect",method:"POST",headers:{authority:"api.papago-chrome.com","content-type":"application/json"},body:s})).langCode,u.body=JSON.stringify({text:s,source:i||eo.get(r)||r,target:eo.get(a)||a})):u.body=JSON.stringify({text:s,source:eo.get(r),target:eo.get(a)||a});let l=await ce(u);if(l.translatedText==="")throw new V("server response invalid");let c=l.translatedText.split("
").map(p=>p.trim());return{from:r,to:a,text:c}}},D2=Jp;d();function k2(t,e,n){let r=Object.assign({},e),a=new Map;(r.langOverrides||[]).forEach(s=>{a.set(s.id,s)});for(let s of a.keys()){let[u,l]=s.split("2");if(["auto",n.sourceLanguage].includes(u)&&["auto",n.targetLanguage].includes(l)){let c=a.get(s);if(!c)continue;if(c.extends){let p=a.get(c.extends);p&&(r=Object.assign({},r,p))}r=Object.assign({},r,c)}}return["prompt","systemPrompt","multiplePrompt","subtitlePrompt"].forEach(s=>{t?.hasOwnProperty(s)&&(r[s]=t[s])}),r}async function hn(t){let{url:e,config:n,state:r}=t,a=new URL(e),i="auto",{translationParagraphLanguagePattern:o,translationService:s,translationServices:u,translationTheme:l,translationThemePatterns:c,translationUrlPattern:p,targetLanguage:m,sourceLanguageUrlPattern:g,immediateTranslationPattern:f}=n,T=m||"zh-CN",b=to(e,o),h=to(e,f),E=s,D=Object.keys(u);for(let ne of D){let re=u[ne];if(to(e,re)){E=ne;break}}let M=l,I=Object.keys(c);for(let ne of I){let re=c[ne];if(re&&to(e,re)){M=ne;break}}let S=to(e,p),v=A2(e,p);v||(v=dt(e,fb)),v||(v=dt(e,n.blockUrls));let k=A2(e,n.inputTranslationUrlPattern);k||(k=dt(e,n.inputTranslationBlockUrls));let A=dt(e,n.mutationBlockUrls),y=Object.keys(g),R={};for(let ne of y){let re=g[ne];if(re&&re.matches)for(let xe of re.matches)R[xe]=ne}let _=Object.keys(R),P=Dp(e,_);P&&(i=R[P]??"auto",R[P]&&R[P]!=="auto"&&qn(R[P]));let N=a.hostname,z=await tr(N),q=a.pathname+a.search+a.hash,F=await tr(q),C=`https://${z}.com/${F}`,L=await Zt(),U=await w3(),H=n.translationStartMode;H==="dynamic"&&h&&(H="immediate");let j=E;n.inputTranslationService&&n.inputTranslationService!=="inherit"&&(j=n.inputTranslationService);let W=E;n.mouseHoverTranslationService&&n.mouseHoverTranslationService!=="inherit"&&(W=n.mouseHoverTranslationService);let $=E;n.subtitleTranslateService&&n.subtitleTranslateService!=="inherit"&&($=n.subtitleTranslateService);let ue=await Mt.get(Ft,null),ae=!1;ue&&(ae=Jt(ue));let J={targetLanguage:T,config:n,translationService:E,inputTranslationService:j,mouseHoverTranslationService:W,subtitleTranslateService:$,isTranslateUrl:S,sourceLanguage:i,mainFrame:document.body,isTranslateExcludeUrl:v,isMutationTranslationExcludeUrl:A,isInputTranslationExcludeUrl:k,rule:n.generalRule,url:e,encryptedUrl:C,state:r?Object.assign({translationMode:n.translationMode,translationArea:n.translationArea,translationStartMode:H,immediateTranslationTextCount:n.immediateTranslationTextCount,isAutoTranslate:!1,translationDebounce:300,isNeedClean:!1,isDetectParagraphLanguage:b,cache:n.cache,translationTheme:M,isTranslateDirectlyOnHover:!1},r):{translationMode:n.translationMode,translationArea:n.translationArea,translationStartMode:H,immediateTranslationTextCount:n.immediateTranslationTextCount,isAutoTranslate:!1,translationDebounce:300,isNeedClean:!1,isDetectParagraphLanguage:b,cache:n.cache,translationTheme:M,isTranslateDirectlyOnHover:!1},localConfig:L};ue&&(J.user=ue,ae?J.isPro=!0:J.isPro=!1),J.state.translationArea==="body"&&(J.config.generalRule.excludeTags=J.config.generalRule.excludeTags.filter(ne=>!J.config.generalRule.bodyTranslateTags.includes(ne)),J.config.generalRule.additionalExcludeSelectors=J.config.generalRule.additionalExcludeSelectors.filter(ne=>ne!==".btn"));let ie=n.translationServices[J.translationService]||{};ie.immediateTranslationTextCount!==void 0&&iA(ie.immediateTranslationTextCount)&&ie.immediateTranslationTextCount>=0&&(J.state.immediateTranslationTextCount=ie.immediateTranslationTextCount),J.translationService==="deepl"&&(ie&&ie.authKey&&ie.authKey.startsWith("immersive_")||ie&&ie.provider==="pro"&&J.user?.token)&&ie.immediateTranslationTextCountForImmersiveDeepl!==void 0&&ie.immediateTranslationTextCountForImmersiveDeepl>=0&&(J.state.immediateTranslationTextCount=ie.immediateTranslationTextCountForImmersiveDeepl),ie&&ie.translationDebounce&&typeof ie.translationDebounce=="number"&&(J.state.translationDebounce=ie.translationDebounce);let ge=U.immediateTranslationTextCount;n.immediateTranslationTextCount!==ge&&(J.state.immediateTranslationTextCount=n.immediateTranslationTextCount);let ee=n.rules,Y;globalThis.PDFViewerApplication?Y=ee.find(ne=>ne.pageType=="pdfReader"):globalThis.immersiveTranslateEbookViewer?Y=ee.find(ne=>ne.pageType=="ebookReader"):globalThis.immersiveTranslateEbookBuilder?Y=ee.find(ne=>ne.pageType=="ebookBuilder"):Y=ee.find(ne=>to(e,ne)),J.state.translationArea==="body"&&(J.rule.paragraphMinTextCount=1,J.rule.paragraphMinWordCount=1),Y&&Y.pageType==="ebookBuilder"&&(J.state.translationStartMode="immediate");let Te=n.generalRule;if(Y&&(J.rule=hl(Te,Y)),J.rule.selectors.length>0&&(J.rule.paragraphMinTextCount=2,J.rule.paragraphMinWordCount=1),J.state.translationArea==="body"&&J.rule.excludeTags&&(J.rule.excludeTags=J.rule.excludeTags.filter(ne=>!J.rule.bodyTranslateTags.includes(ne)&&!J.rule.forceTranslateTags.includes(ne))),J.rule.mainFrameSelector){let ne=document.querySelector(J.rule.mainFrameSelector);ne&&(J.mainFrame=ne)}return J}function to(t,e){if(!e)return!1;let{matches:n,excludeMatches:r,selectorMatches:a,excludeSelectorMatches:i}=e;return r&&r.length>0&&dt(t,r)?!1:n&&n.length>0&&dt(t,n)?!0:i&&i.length>0&&Il(i)?!1:!!(a&&a.length>0&&Il(a))}function A2(t,e){if(!e)return!1;let{excludeMatches:n,excludeSelectorMatches:r}=e;return!!(n&&n.length>0&&dt(t,n)||r&&r.length>0&&Il(r))}function iA(t){return typeof t=="number"}d();d();d();function P2(t){let e=t.split(` `),n=[],r,a="",i="";for(let o of e){o.startsWith("- ")&&(o=o.slice(1),r&&n.push(r),r={},a="",i="");let s=o.trim().split(/[::]/).map(l=>l.trim()).filter(l=>!!l);if(s.length>=2&&!/\S\s\S/.test(s[0])){let l=o.slice(o.indexOf(s[1])).trim();l?(a=s[0],l=="|-"?i="":i=l):i+=` `+o}else i+=` `+o;if(!a)continue;r||(r={});let u=Number(i);r[a]=Number.isNaN(u)?i:Number(i)}return r&&n.push(r),Object.values(n).forEach(o=>{Object.entries(o).forEach(([s,u])=>{if(typeof u=="string"){let l=u.trim();l?.startsWith('"')&&l?.endsWith('"')?o[s]=l.slice(1,-1):o[s]=l}})}),n}var Zp=class extends De{apiKeys=[];isSupportList=!1;maxTextLength=1200;maxTextGroupLength=1;translationTextSeparator=` %% -`;bodyConfigs={};model="";systemPrompt="";prompt="";subtitlePrompt="";multiplePrompt="";ignoreResReges=[];apiUrl="";constructor(e,n,r){if(super(e,n,r),e||(e={}),e.APIKEY){let a=e.APIKEY?.trim();this.apiKeys=a.split(",").map(i=>i.trim())}Array.isArray(e.ignoreResRegexs)&&(this.ignoreResReges=e.ignoreResRegexs),e.translationTextSeparator&&(this.translationTextSeparator=e.translationTextSeparator),e.model&&(this.model=e.model),e.systemPrompt&&(this.systemPrompt=e.systemPrompt),e.prompt&&(this.prompt=e.prompt),e.multiplePrompt&&(this.multiplePrompt=e.multiplePrompt),e.subtitlePrompt&&(this.subtitlePrompt=e.subtitlePrompt),e.bodyConfigs&&(this.bodyConfigs=e.bodyConfigs)}getLangMap(){return new Map}getRandomKey(){let e=Math.floor(Math.random()*this.apiKeys.length);return this.apiKeys[e]}async translate(e){let{text:n,from:r,to:a,options:i}=e;if(n.length===0)return{from:r,to:a,text:""};let o=this.getLangMap(),s=this.prompt||"",u=o.get(r)||r,l=o.get(a)||a,c=this.serviceConfig.env||{},p=i?.sourceProgram,m=["subtitle","videoSubtitle"].includes(p),g=[n];i?.rawTextArrayLength&&(g=n.split(this.translationTextSeparator)),g.length>1&&this.multiplePrompt&&(s=this.multiplePrompt),m&&this.subtitlePrompt&&g.length>1&&(s=this.subtitlePrompt);let f="",T="",b=s.includes("{{json}}"),h=s.includes("{{yaml}}");if(b){let I=[],S=c.imt_json_item||"";m&&(S=c.imt_subtitle_json_item||S);for(let y=0;yS==="from"?u:S==="to"?l+" Language":S==="text"?n:S=="json"?f:S=="yaml"?T:c[S]||I).replace(/{{(.+?)}}/g,(I,S)=>c[S]||I);let E=await this.handleOptions(s,e);B.debug("request options",E);let D=await ce(E),M=this.parseResponse(D);if(M=this.filterContent(n,M,s,g),B.debug("filterContent after",M),!b&&!h||!M)return{from:r,to:a,text:M||n};M=oA(n,M),M=_3(M);try{let I={};if(b){B.debug("extractValidJson before",M);let L=this.extractValidJson(M);B.debug("parse before",M),I=uu.parse(L)}else if(h){B.debug("parseYAML before",M);let L=this.extractValidYaml(M);I=P2(L)}let S=c.imt_trans_field;m&&(S=c.imt_sub_trans_field||S);let y=c.imt_source_field;return m&&(y=c.imt_sub_source_field||y),M=this.restoreText(g,I,S,this.translationTextSeparator,y),{from:r,to:a,text:M}}catch(I){return B.error("parse response failed",M,I),{from:r,to:a,text:M}}}extractValidJson(e){let n=e.indexOf("["),r=e.lastIndexOf("]");return n!==-1&&r!==-1?e.slice(n,r+1):""}extractValidYaml(e){let n=e.split(` +`;bodyConfigs={};model="";systemPrompt="";prompt="";subtitlePrompt="";multiplePrompt="";ignoreResReges=[];apiUrl="";constructor(e,n,r){if(super(e,n,r),e||(e={}),e.APIKEY){let a=e.APIKEY?.trim();this.apiKeys=a.split(",").map(i=>i.trim())}Array.isArray(e.ignoreResRegexs)&&(this.ignoreResReges=e.ignoreResRegexs),e.translationTextSeparator&&(this.translationTextSeparator=e.translationTextSeparator),e.model&&(this.model=e.model),e.systemPrompt&&(this.systemPrompt=e.systemPrompt),e.prompt&&(this.prompt=e.prompt),e.multiplePrompt&&(this.multiplePrompt=e.multiplePrompt),e.subtitlePrompt&&(this.subtitlePrompt=e.subtitlePrompt),e.bodyConfigs&&(this.bodyConfigs=e.bodyConfigs)}getLangMap(){return new Map}getRandomKey(){let e=Math.floor(Math.random()*this.apiKeys.length);return this.apiKeys[e]}async translate(e){let{text:n,from:r,to:a,options:i}=e;if(n.length===0)return{from:r,to:a,text:""};let o=this.getLangMap(),s=this.prompt||"",u=o.get(r)||r,l=o.get(a)||a,c=this.serviceConfig.env||{},p=i?.sourceProgram,m=["subtitle","videoSubtitle"].includes(p),g=[n];i?.rawTextArrayLength&&(g=n.split(this.translationTextSeparator)),g.length>1&&this.multiplePrompt&&(s=this.multiplePrompt),m&&this.subtitlePrompt&&g.length>1&&(s=this.subtitlePrompt);let f="",T="",b=s.includes("{{json}}"),h=s.includes("{{yaml}}");if(b){let I=[],S=c.imt_json_item||"";m&&(S=c.imt_subtitle_json_item||S);for(let v=0;vS==="from"?u:S==="to"?l+" Language":S==="text"?n:S=="json"?f:S=="yaml"?T:c[S]||I).replace(/{{(.+?)}}/g,(I,S)=>c[S]||I);let E=await this.handleOptions(s,e);B.debug("request options",E);let D=await ce(E),M=this.parseResponse(D);if(M=this.filterContent(n,M,s,g),B.debug("filterContent after",M),!b&&!h||!M)return{from:r,to:a,text:M||n};M=oA(n,M),M=_3(M);try{let I={};if(b){B.debug("extractValidJson before",M);let k=this.extractValidJson(M);B.debug("parse before",M),I=uu.parse(k)}else if(h){B.debug("parseYAML before",M);let k=this.extractValidYaml(M);I=P2(k)}let S=c.imt_trans_field;m&&(S=c.imt_sub_trans_field||S);let v=c.imt_source_field;return m&&(v=c.imt_sub_source_field||v),M=this.restoreText(g,I,S,this.translationTextSeparator,v),{from:r,to:a,text:M}}catch(I){return B.error("parse response failed",M,I),{from:r,to:a,text:M}}}extractValidJson(e){let n=e.indexOf("["),r=e.lastIndexOf("]");return n!==-1&&r!==-1?e.slice(n,r+1):""}extractValidYaml(e){let n=e.split(` `),r=[];for(let a=0;anew RegExp(s).test(i))&&(i=e)}catch(o){B.debug("e",o)}return i}getCacheKeyPrefix(){let e=[this.model||"",this.apiUrl||"",this.systemPrompt||"",this.prompt||"",this.systemPrompt||"",this.multiplePrompt||"",this.subtitlePrompt||""];return Ln(e.join("_"))}},no=Zp;function oA(t,e){return!t.includes(".")&&!t.includes("\u3002")&&(e.endsWith("\u3002")||e.endsWith("."))?e.slice(0,-1):e}var sA=[["auto","auto"],["zh-CN","Simplified Chinese"],["zh-TW","Traditional Chinese"],["zh-CN-NE","Northeastern Chinese"],["en","English"],["yue","Cantonese"],["bo","\u85CF\u8BED"],["wyw","Classical Chinese"],["ja","Japanese"],["ko","Korean"],["fr","French"],["de","German"],["es","Spanish"],["it","Italian"],["ru","Russian"],["pt","Portuguese"],["pt-br","Portuguese (Brazil)"],["nl","Dutch"],["pl","Polish"],["ar","Arabic"],["af","Afrikaans"],["am","Amharic"],["az","Azerbaijani"],["be","Belarusian"],["bg","Bulgarian"],["bn","Bengali"],["bs","Bosnian"],["ca","Catalan"],["ceb","Cebuano"],["co","Corsican"],["cs","Czech"],["cy","Welsh"],["da","Danish"],["el","Greek"],["eo","Esperanto"],["et","Estonian"],["eu","Basque"],["fa","Persian"],["fi","Finnish"],["fj","Fijian"],["fil","Filipino"],["fy","Western Frisian"],["ga","Irish"],["gd","Scottish Gaelic"],["gl","Galician"],["gu","Gujarati"],["ha","Hausa"],["haw","Hawaiian"],["he","Hebrew"],["hi","Hindi"],["hmn","Hmong"],["hr","Croatian"],["ht","Haitian Creole"],["hu","Hungarian"],["hy","Armenian"],["id","Indonesian"],["ig","Igbo"],["is","Icelandic"],["jw","Javanese"],["ka","Georgian"],["kk","Kazakh"],["km","Khmer"],["kn","Kannada"],["ku","Kurdish"],["ky","Kyrgyz"],["la","Lao"],["lb","Luxembourgish"],["lo","Lao"],["lt","Lithuanian"],["lv","Latvian"],["mg","Malagasy"],["mi","Maori"],["mk","Macedonian"],["ml","Malayalam"],["mn","Mongolian"],["mr","Marathi"],["ms","Malay"],["mt","Maltese"],["my","Burmese"],["pa","Punjabi"],["ps","Pashto"],["ro","Romanian"],["si","Sinhala"],["sk","Slovak"],["sl","Slovene"],["sa","Sanskrit"],["sm","Samoan"],["sn","Shona"],["so","Somali"],["sq","Albanian"],["sr","Serbian"],["sr-Cyrl","Serbian (Cyrillic)"],["sr-Latn","Serbian (Latin)"],["st","Southern Sotho"],["su","Sundanese"],["sv","Swedish"],["sw","Swahili"],["ta","Tamil"],["te","Telugu"],["tg","Tajik"],["th","Thai"],["tr","Turkish"],["ug","Uyghur"],["uk","Ukrainian"],["ur","Urdu"],["uz","Uzbek"],["vi","Vietnamese"],["xh","Xhosa"],["yi","Yiddish"],["yo","Yoruba"],["zu","Zulu"]],L2=new Map(sA),Xp=class extends no{static langMap=L2;provider="custom";immersiveApiUrl="https://openai-api.immersivetranslate.com/v1/chat/completions";immersiveProApiUrl=Qt()||Rn()?"https://api2.immersivetranslate.com/openai/v1/chat/completions":"https://test-api2.immersivetranslate.com/openai/v1/chat/completions";temperature=0;constructor(e,n,r){if(super(e,n,r),e||(e={}),e.provider&&(this.provider=e.provider),e.temperature!==void 0&&(this.temperature=parseFloat(e.temperature)),this.provider==="pro"){if(!r.isPro)throw new V("Please activate Pro membership first, \u8BF7\u5148\u5F00\u901A Pro \u4F1A\u5458\u3002");let a=r.userToken||"";if(this.apiKeys=a.split(",").map(i=>i.trim()),!a)throw new V("Login required, \u767B\u5F55\u540E\u624D\u53EF\u4EE5\u4F7F\u7528\u3002");e.proModel&&(e.model=e.proModel),e.proLimit&&(e.limit=e.proLimit)}e&&e.immersiveApiUrl&&(this.immersiveApiUrl=qt(this.immersiveApiUrl,e.immersiveApiUrl)),this.apiUrl="https://api.openai.com/v1/chat/completions",e.apiUrl&&(this.apiUrl=qt(this.apiUrl,e.apiUrl)),e&&e.immersiveProApiUrl&&(this.immersiveProApiUrl=qt(this.immersiveProApiUrl,e.immersiveProApiUrl)),this.model=this.model||"gpt-3.5-turbo-1106"}getLangMap(){return L2}getDefaultRateLimit(){return{limit:10,interval:1300}}parseResponse(e){return e?.choices?.[0]?.message?.content?.trim()}async handleOptions(e,n){let r={};n.refresh&&(r["X-Refresh"]="True"),n.debug&&(r["X-Debug"]="True");let a=[{role:"system",content:this.serviceConfig.systemPrompt||""},{role:"user",content:e}],i={url:this.apiUrl,method:"POST",headers:{"Content-Type":"application/json"},body:JSON.stringify({model:this.model,temperature:this.temperature,messages:a},null,2),timeout:this.requestTimeout,retry:this.retry},o=this.getRandomKey();return this.provider==="pro"?(i.url=this.immersiveProApiUrl,i.headers.token=o,i.headers={...i.headers,...r}):o&&(i.headers.Authorization="Bearer "+o,i.headers["api-key"]=o,o.startsWith("immersiveopenai_")&&(i.url=this.immersiveProApiUrl,i.headers.token=o,o.endsWith("x")||(i.headers["Immersive-Corpus-Campagin"]="yes"),delete i.headers.Authorization,delete i.headers["api-key"],i.headers={...i.headers,...r})),i}getCacheKeyPrefix(){let e=["openai",this.provider||"",this.model||"",this.systemPrompt||"",this.prompt||"",this.systemPrompt||"",this.multiplePrompt||"",this.subtitlePrompt||""];return Ln(e.join("_"))}},_2=Xp;d();var B2=u6(F2());var M2=[["af","af"],["am","am"],["ar","ar"],["auto","auto"],["az","az"],["be","be"],["bg","bg"],["bn","bn"],["bs","bs"],["ca","ca"],["ceb","ceb"],["co","co"],["cs","cs"],["cy","cy"],["da","da"],["de","de"],["el","el"],["en","en"],["eo","eo"],["es","es"],["et","et"],["eu","eu"],["fa","fa"],["fi","fi"],["fil","fil"],["fj","fj"],["fr","fr"],["fy","fy"],["ga","ga"],["gd","gd"],["gl","gl"],["gu","gu"],["ha","ha"],["haw","haw"],["he","he"],["hi","hi"],["hmn","hmn"],["hr","hr"],["ht","ht"],["hu","hu"],["hy","hy"],["id","id"],["ig","ig"],["is","is"],["it","it"],["ja","ja"],["jw","jw"],["ka","ka"],["kk","kk"],["km","km"],["kn","kn"],["ko","ko"],["ku","ku"],["ky","ky"],["la","la"],["lb","lb"],["lo","lo"],["lt","lt"],["lv","lv"],["mg","mg"],["mi","mi"],["mk","mk"],["ml","ml"],["mn","mn"],["mr","mr"],["ms","ms"],["mt","mt"],["mww","mww"],["my","my"],["ne","ne"],["nl","nl"],["no","no"],["ny","ny"],["otq","otq"],["pa","pa"],["pl","pl"],["ps","ps"],["pt","pt"],["ro","ro"],["ru","ru"],["sd","sd"],["si","si"],["sk","sk"],["sl","sl"],["sm","sm"],["sn","sn"],["so","so"],["sq","sq"],["tn","tn"],["st","st"],["su","su"],["sv","sv"],["sw","sw"],["ta","ta"],["te","te"],["tg","tg"],["th","th"],["tlh","tlh"],["to","to"],["tr","tr"],["ty","ty"],["ug","ug"],["uk","uk"],["ur","ur"],["uz","uz"],["vi","vi"],["xh","xh"],["yi","yi"],["yo","yo"],["yua","yua"],["yue","yue"],["bo","bo"],["sa","sa"],["zh-CN","zh"],["zh-TW","zh-tw"],["zu","zu"]],Ps=class t extends De{static langMap=new Map(M2);static langMapReverse=new Map(M2.map(([e,n])=>[n,e]));SHA1;AccessKeyID="";AccessKeySecret="";isSupportList=!0;scene="general";maxTextGroupLength=50;maxTextLength=1e3;constructor(e,n,r){if(super(e,n,r),!e||!e.AccessKeyID||!e.AccessKeySecret)throw new V("AccessKeyID and AccessKeySecret are required");this.AccessKeyID=e.AccessKeyID?.trim(),this.AccessKeySecret=e.AccessKeySecret?.trim(),this.SHA1=new B2.default.SHA1,e.scene&&(this.scene=e.scene)}async translate(e){let{text:n,from:r,to:a}=e,i={FormatType:"text",Scene:this.scene,SourceLanguage:t.langMap.get(r)||"auto",SourceText:n,TargetLanguage:t.langMap.get(a)||a},o=this.scene=="general"?"TranslateGeneral":"Translate",s=await this.signedRequest({secretId:this.AccessKeyID,secretKey:this.AccessKeySecret,action:o,payload:i,service:"mt",version:"2018-10-12"});return{text:s.Data.Translated,from:s.Data.DetectedLanguage&&t.langMapReverse.get(s.Data.DetectedLanguage)||r||"auto",to:t.langMapReverse.get(a)||a}}async translateList(e){let{text:n,from:r,to:a}=e,i=this.scene=="general"?"translate_standard":"translate_ecommerce",o={FormatType:"text",Scene:this.scene,SourceLanguage:t.langMap.get(r)||"auto",SourceText:JSON.stringify(n.reduce((l,c,p)=>(l[p]=c,l),{})),TargetLanguage:t.langMap.get(a)||a,ApiType:i},s=await this.signedRequest({secretId:this.AccessKeyID,secretKey:this.AccessKeySecret,action:"GetBatchTranslate",payload:o,service:"mt",version:"2018-10-12"}),u=s.TranslatedList.length&&s.TranslatedList[0].detectedLanguage;return{text:s.TranslatedList.sort((l,c)=>parseInt(l.index)-parseInt(c.index)).map(l=>l.translated),from:u&&t.langMapReverse.get(u)||r||"auto",to:t.langMapReverse.get(a)||a}}encode(e){return encodeURIComponent(e).replace(/!/g,"%21").replace(/'/g,"%27").replace(/\(/g,"%28").replace(/\)/g,"%29").replace(/\*/g,"%2A")}async signedRequest({secretId:e,secretKey:n,action:r,payload:a,service:i,version:o}){let s=new Date().toISOString(),u=Math.random().toString(36).slice(2),l={Action:r,Version:o,Format:"JSON",AccessKeyId:e,SignatureNonce:u,Timestamp:s,SignatureMethod:"HMAC-SHA1",SignatureVersion:"1.0"},p=(T=>{let h=Object.keys(T).sort().map(E=>`${this.encode(E)}=${this.encode(T[E])}`).join("&");return`POST&%2F&${this.encode(h)}`})(Object.assign({},l,a)),m=this.SHA1.b64_hmac(`${n}&`,p),g=new URLSearchParams(Object.assign({},l,{Signature:m})).toString(),f=await ce({retry:this.retry,url:`https://${i}.aliyuncs.com?${g}`,method:"POST",headers:{"content-type":"application/x-www-form-urlencoded"},body:new URLSearchParams(a).toString(),timeout:this.requestTimeout});if(f instanceof Error)throw f;if(f.Code!=="200")throw new V(f.Message);return f}};d();d();var uA=["authorization","content-type","content-length","user-agent","presigned-expires","expect"],Dt={algorithm:"HMAC-SHA256",v4Identifier:"request",dateHeader:"X-Date",tokenHeader:"X-Security-Token",contentSha256Header:"X-Content-Sha256",notSignBody:"X-NotSignBody",kDatePrefix:"",credential:"X-Credential",algorithmKey:"X-Algorithm",signHeadersKey:"X-SignedHeaders",signQueriesKey:"X-SignedQueries",signatureKey:"X-Signature"},eg=t=>{try{return encodeURIComponent(t).replace(/[^A-Za-z0-9_.~\-%]+/g,escape).replace(/[*]/g,e=>`%${e.charCodeAt(0).toString(16).toUpperCase()}`)}catch{return""}},tg=t=>Object.keys(t).map(e=>{let n=t[e];if(typeof n>"u"||n===null)return;let r=eg(e);if(r)return Array.isArray(n)?`${r}=${n.map(eg).sort().join(`&${r}=`)}`:`${r}=${eg(n)}`}).filter(e=>e).join("&"),ro=class{request;serviceName;bodySha256;constructor(e,n,r){this.request=e,this.request.headers=e.headers||{},this.serviceName=n,r=r||{},this.bodySha256=r.bodySha256,this.request.params=this.sortParams(this.request.params)}sortParams(e){let n={};return e&&Object.keys(e).filter(r=>{let a=e[r];return typeof a<"u"&&a!==null}).sort().map(r=>{n[r]=e[r]}),n}async addAuthorization(e,n){let r=this.getDateTime(n);await this.addHeaders(e,r),this.request.headers.Authorization=await this.authorization(e,r)}async authorization(e,n){let r=[],a=this.credentialString(n);return r.push(`${Dt.algorithm} Credential=${e.accessKeyId}/${a}`),r.push(`SignedHeaders=${this.signedHeaders()}`),r.push(`Signature=${await this.signature(e,n)}`),r.join(", ")}async getSignUrl(e,n){let r=this.getDateTime(n),a={...this.request.params},i=this.request.params,o=this.request.headers;e.sessionToken&&(a[Dt.tokenHeader]=e.sessionToken),a[Dt.dateHeader]=r,a[Dt.notSignBody]="",a[Dt.credential]=`${e.accessKeyId}/${this.credentialString(r)}`,a[Dt.algorithmKey]=Dt.algorithm,a[Dt.signHeadersKey]="",a[Dt.signQueriesKey]=void 0,a[Dt.signatureKey]=void 0,a=this.sortParams(a),this.request.params=a,this.request.headers={};let s=await this.signature(e,r);return this.request.params=i,this.request.headers=o,a[Dt.signQueriesKey]=Object.keys(a).sort().join(";"),a[Dt.signatureKey]=s,tg(a)}getDateTime(e){return this.iso8601(e).replace(/[:\-]|\.\d{3}/g,"")}async addHeaders(e,n){if(this.request.headers[Dt.dateHeader]=n,e.sessionToken&&(this.request.headers[Dt.tokenHeader]=e.sessionToken),this.request.body){let r=this.request.body;this.request.headers[Dt.contentSha256Header]=await tr(r)}}async signature(e,n){let r=await this.getSigningKey(e,n.substr(0,8),this.request.region,this.serviceName);return Jl(await pa(await this.stringToSign(n),r))}async stringToSign(e){let n=[];n.push(Dt.algorithm),n.push(e),n.push(this.credentialString(e));let r=await this.canonicalString();return n.push(await this.hexEncodedHash(r)),n.join(` `)}async canonicalString(){let e=[],n=this.request.pathname||"/";e.push(this.request.method.toUpperCase()),e.push(n);let r=tg(this.request.params)||"";return e.push(r),e.push(`${this.canonicalHeaders()} @@ -5455,7 +5455,7 @@ Translate the content to {{to}} Language: `);if(c.statusCode)throw new Error(`Something went wrong! The response is ${JSON.stringify(c)}.`)}let p=c[0].translations[0],m=c[0].detectedLanguage;return{text:p.text,from:N2.get(m.language),to:N2.get(p.to)}}d();var nc=new Map;async function ug(t){let e=t.url;if(t.method&&(e+=t.method),t.body&&(e+=Ln(t.body)),nc.has(e))return nc.get(e);let n=ce(t);nc.set(e,n);try{return await n}catch(r){throw r}finally{setTimeout(()=>{nc.delete(e)},3e3)}}async function K2(t){return ug(t)}async function rc(t){if(He()){let n=s1();if(n)try{return await n.ask("throttleRequest",t)}catch(r){throw B.error("can not comunicate with root frame, use strict limiter",r),r}else return ug(t)}else return ug(t)}d();function G2(t){let e=t.split(".");if(e.length<=1)throw new Error("invlaid token");let n=e[1];if(!n)throw new Error("invalid base64 url token");let r=n.replace(/-/g,"+").replace(/_/g,"/"),a=decodeURIComponent(globalThis.atob(r).split("").map(function(s){return"%"+("00"+s.charCodeAt(0).toString(16)).slice(-2)}).join("")),i=JSON.parse(a),o=new Date(i.exp*1e3);return{accessToken:t,accessTokenExpiresAt:o.toISOString()}}d();async function ac(t){await np(t)}async function ic(t,e){let n=await X0(t);if(n?.accessToken&&n?.accessTokenExpiresAt){let r=Date.now(),i=new Date(n.accessTokenExpiresAt).getTime();if(i-r>30*1e3)return n;if(i-r>3e3)return $2(t,e)}return $2(t,e)}async function $2(t,e){let n=await e(),r=n.accessTokenExpiresAt,i=new Date(r).getTime()-Date.now();return await ep(t,n,i-1e3),n}var bA=[["auto",""],["ar","ar"],["ga","ga"],["et","et"],["bg","bg"],["is","is"],["pl","pl"],["bs","bs-Latn"],["fa","fa"],["da","da"],["de","de"],["ru","ru"],["fr","fr"],["zh-TW","zh-Hant"],["fil","fil"],["fj","fj"],["fi","fi"],["gu","gu"],["kk","kk"],["he","he"],["ht","ht"],["ko","ko"],["nl","nl"],["ca","ca"],["zh-CN","zh-Hans"],["wyw","lzh"],["cs","cs"],["kn","kn"],["otq","otq"],["tlh","tlh"],["hr","hr"],["lv","lv"],["lt","lt"],["ro","ro"],["mg","mg"],["mt","mt"],["mr","mr"],["ml","ml"],["ms","ms"],["mi","mi"],["bn","bn-BD"],["hmn","mww"],["af","af"],["pa","pa"],["pt","pt"],["ps","ps"],["ja","ja"],["sv","sv"],["sm","sm"],["sr-Latn","sr-Latn"],["sr-Cyrl","sr-Cyrl"],["no","nb"],["sk","sk"],["sl","sl"],["sw","sw"],["ty","ty"],["te","te"],["ta","ta"],["th","th"],["to","to"],["tr","tr"],["cy","cy"],["ur","ur"],["uk","uk"],["es","es"],["el","el"],["hu","hu"],["it","it"],["hi","hi"],["id","id"],["en","en"],["yua","yua"],["bo","bo"],["vi","vi"]],lg=new Map(bA),Fs=class extends De{static langMap=lg;isSupportList=!0;maxTextLength=1800;constructor(e,n,r){super(e,n,r)}static async clearState(){await ac(B0)}async translate(e){let{text:n,from:r,to:a}=e;return n?await W2(n,r,a):{...e}}async init(){await this.getAccessToken()}async getAccessToken(){return await ic(B0,async()=>{let e=await rc({responseType:"text",url:"https://edge.microsoft.com/translate/auth",headers:{accept:"*/*","accept-language":"zh-TW,zh;q=0.9,ja;q=0.8,zh-CN;q=0.7,en-US;q=0.6,en;q=0.5","cache-control":"no-cache",pragma:"no-cache","sec-ch-ua":'"Microsoft Edge";v="113", "Chromium";v="113", "Not-A.Brand";v="24"',"sec-ch-ua-mobile":"?0","sec-ch-ua-platform":'"Windows"',"sec-fetch-dest":"empty","sec-fetch-mode":"cors","sec-fetch-site":"cross-site","sec-mesh-client-arch":"x86_64","sec-mesh-client-edge-channel":"beta","sec-mesh-client-edge-version":"113.0.1774.23","sec-mesh-client-os":"Windows","sec-mesh-client-os-version":"10.0.19044","sec-mesh-client-webview":"0",Referer:"https://appsumo.com/","Referrer-Policy":"strict-origin-when-cross-origin"},body:null,method:"GET",timeout:5e3,retry:this.retry});return G2(e)})}async translateList(e){let{from:n,to:r,text:a}=e,i=lg.get(n)||"auto",o=lg.get(r)||r;i==="auto"&&(i="");let s=await this.getAccessToken(),u=[];for(let m of a)u.push({Text:m});let l=JSON.stringify(u),c=`https://api-edge.cognitive.microsofttranslator.com/translate?from=${i}&to=${o}&api-version=3.0&includeSentenceLength=true`,p=await ce({url:c,headers:{accept:"*/*","accept-language":"zh-TW,zh;q=0.9,ja;q=0.8,zh-CN;q=0.7,en-US;q=0.6,en;q=0.5",authorization:"Bearer "+s.accessToken,"cache-control":"no-cache","content-type":"application/json",pragma:"no-cache","sec-ch-ua":'"Microsoft Edge";v="113", "Chromium";v="113", "Not-A.Brand";v="24"',"sec-ch-ua-mobile":"?0","sec-ch-ua-platform":'"Windows"',"sec-fetch-dest":"empty","sec-fetch-mode":"cors","sec-fetch-site":"cross-site","Referrer-Policy":"strict-origin-when-cross-origin","User-Agent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36 Edg/120.0.0.0"},body:l,method:"POST",timeout:this.requestTimeout});if(p&&p.length>0&&p[0].translations&&p[0].translations.length>0)return{text:p.map(m=>m.translations[0]?.text||""),from:n,to:r};throw new V("Microsoft translate error "+JSON.stringify(p))}};d();var V2=[["auto","auto"],["zh-CN","zh"],["en","en"],["yue","yue"],["wyw","wyw"],["ja","jp"],["ko","kor"],["fr","fra"],["es","spa"],["th","th"],["ar","ara"],["ru","ru"],["pt","pt"],["de","de"],["it","it"],["el","el"],["nl","nl"],["pl","pl"],["bg","bul"],["et","est"],["da","dan"],["fi","fin"],["cs","cs"],["ro","rom"],["sl","slo"],["sv","swe"],["hu","hu"],["zh-TW","cht"],["vi","vie"]],cg=new Map(V2),TA=new Map(V2.map(([t,e])=>[e,t])),dg=class extends De{static langMap=cg;endpoint="https://api.fanyi.baidu.com/api/trans/vip/translate";fieldEndpoint="https://fanyi-api.baidu.com/api/trans/vip/fieldtranslate";appid="";key="";isSupportList=!1;maxTextGroupLength=3;action=!1;domain="";constructor(e,n,r){if(super(e,n,r),!e||!e.appid||!e.key)throw new V("appid and key are required");this.appid=e.appid?.trim(),this.key=e.key?.trim(),e.action&&(this.action=!0),e.endpoint&&(this.endpoint=e.endpoint),e.fieldEndpoint&&(this.fieldEndpoint=e.fieldEndpoint),e.domain&&(this.domain=e.domain,this.endpoint=this.fieldEndpoint)}getDefaultRateLimit(){return{limit:1,interval:1550}}async translate(e){let n=Date.now().toString(),{endpoint:r}=this,{appid:a,key:i}=this,{text:o,from:s,to:u}=e,l=Ln(a+o+n+i);this.domain&&(l=Ln(a+o+n+this.domain+i));let c=new URLSearchParams({from:cg.get(s)||"auto",to:cg.get(u)||u,q:o,salt:n,appid:a,sign:l});this.action&&c.set("action","1"),this.domain&&c.set("domain",this.domain);let p=new URL(r);p.search=c.toString();let m=await ce({url:p.toString(),retry:this.retry,timeout:this.requestTimeout});if(m.error_code)throw new V("API_SERVER_ERROR",m.error_msg);let{trans_result:g,from:f}=m,T=g.map(({dst:h})=>h);return{from:TA.get(f)||f,to:u,text:T.join(` `)}}},Y2=dg;d();d();var Qa=class extends De{langMap;requestBaseConfig;apiServiceConfig;constructor(e,n,r){super(e,n,r),this.apiServiceConfig=this.serviceConfig,this.isSupportList=this.apiServiceConfig.isSupportList,this.langMap=new Map(this.apiServiceConfig.langs),this.requestBaseConfig=this.handleBaseApiServiceConfig(this.apiServiceConfig)}async translate(e){if(!Object.keys(this.apiServiceConfig).length)throw"serivce id not found config";let{text:n,from:r,to:a}=e;if(!this.langMap.has(a))throw new V(`Unsupported language: ${a}`);a=this.langMap.get(a);let i=await this.checkLang(r,n);if(!i)return{text:n,from:r,to:a};r=i;let o=this.handleRequest(n,r,a),s=await dl(o);return{text:this.handleResponseText(s),from:r,to:a}}async translateList(e){if(!Object.keys(this.apiServiceConfig).length)throw new V("serivce id not found config");let{text:n,from:r,to:a}=e;if(!this.langMap.has(a))throw new V(`Unsupported language: ${a}`);a=this.langMap.get(a);let i=await this.checkLang(r,n.join(" "));if(!i)return{text:n,from:r,to:a};r=i;let o=this.handleRequest(n,r,a),s=await dl(o);return{text:this.handleResponseText(s),from:r,to:a}}handleBaseApiServiceConfig(e){let n=e.request.url,r=e.request.headers||{};return r["content-type"]||(r["content-type"]="application/json"),{url:n,retry:e.request.retry||this.retry,method:e.request.method||"POST",headers:r,body:JSON.stringify(e.request.body),timeout:this.requestTimeout}}async checkLang(e,n){if(e=="auto"){if(this.langMap.has("auto"))return"auto";e=await this.detectLanguageRemotely(n.slice(0,this.apiServiceConfig.checkLangLenth||10))}return this.langMap.has(e)?this.langMap.get(e):null}handleRequest(e,n,r){let a={...this.requestBaseConfig},i=a?.body||"",o=this.apiServiceConfig.keywords||{};a.body=u(i);let s=a.headers||{};return Object.keys(s).forEach(l=>{s[l]=u(s[l])}),a.headers=s,a.url=u(a.url||""),a;function u(l){return l.replaceAll('"{text}"',()=>Array.isArray(e)?JSON.stringify(e):`"${e}"`).replaceAll("{from}",n).replaceAll("{to}",r).replaceAll(/{([a-z:_]+)}/gi,(p,m)=>{let[g,f]=m.split(":"),T=o[g];return f==="random"?yA(T.split(",")):T})}}handleResponseText(e){let n=this.apiServiceConfig.response,r=e,a=n.text.split(".");for(let i of a){if(Array.isArray(r))return r=r.map(o=>o[i]),r;r=r[i]}return r}detectLanguageRemotely(e){return zr.detectLanguageRemotelyByTransmart(e)}};function yA(t){let e=Math.floor(Math.random()*t.length);return t[e]}var Q2=[["zh-CN","zh"],["en","en"],["ja","ja"],["ko","ko"],["fr","fr"],["es","es"],["ru","ru"]],pg=class extends Qa{static langMap=new Map(Q2);constructor(e,n,r){if(!e?.token)throw new V("token are required");super({...e,isSupportList:!0,langs:Q2,keywords:{token:e.token?.trim()},request:{headers:{"content-type":"application/json","x-authorization":"token {token:random}"},url:"https://api.interpreter.caiyunai.com/v1/translator",retry:2,body:{source:"{text}",trans_type:"{from}2{to}"}},response:{text:"target"}},n,r)}},J2=pg;d();var vA=[["auto","auto"],["zh-CN","zh"],["en","en"],["ja","ja"]],oc=new Map(vA),gg=class extends De{static langMap=oc;token="ssdj273ksdiwi923bsd9";constructor(e,n,r){super(e,n,r)}getDefaultRateLimit(){return{limit:5,interval:1050}}async translateList(e){let{text:n,from:r,to:a}=e;if(!oc.get(a))throw new V(`Unsupported language: ${a}`);if(r==="auto")throw new V("Unsupported language: auto");let o=n;return{text:(await ce({retry:this.retry,url:"https://api.interpreter.caiyunai.com/v1/translator",headers:{"content-type":"application/json","x-authorization":"token "+this.token},method:"POST",body:JSON.stringify({source:o,trans_type:`${oc.get(r)||"auto"}2${oc.get(a)}`}),timeout:this.requestTimeout})).target,from:r,to:a}}},Z2=gg;d();var X2=[["auto","auto"],["en","en"],["ru","ru"],["pt","pt"],["es","es"],["zh-CN","zh-CHS"],["ja","ja"],["ko","ko"],["fr","fr"],["ar","ar"],["id","id"],["vi","vi"],["it","it"]],mg=new Map(X2),SA=new Map(X2.map(([t,e])=>[e,t]));function xA(t){let e=t.length;return e<=20?t:t.substring(0,10)+e+t.substring(e-10,e)}var fg=class extends De{static langMap=mg;isSupportList=!1;appId="";appSecret="";throttleLimit=5;domain="general";vocabId="";constructor(e,n,r){if(super(e,n,r),!e||!e.appId||!e.appSecret)throw new V("appId and appSecret are required");this.appId=e.appId?.trim(),this.appSecret=e.appSecret?.trim(),e.domain&&(this.domain=e.domain),e&&e.vocabId&&(this.vocabId=e.vocabId)}getDefaultRateLimit(){return{limit:5,interval:1050}}async translate(e){let{text:n,from:r,to:a}=e,i=EA(32),o=Math.round(new Date().getTime()/1e3),s=this.appId+xA(n)+i+o+this.appSecret,u=await tr(s),l={q:n,appKey:this.appId,salt:i.toString(),from:mg.get(r)||"auto",to:mg.get(a)||a,sign:u,signType:"v3",curtime:o.toString()};this.domain&&this.domain!=="general"&&(l.domain=this.domain),this.vocabId&&(l.vocabId=this.vocabId);let c=new URLSearchParams(l),m=await ce({url:"https://openapi.youdao.com/api",method:"POST",body:c.toString(),headers:{"Content-Type":"application/x-www-form-urlencoded"},retry:this.retry,timeout:this.requestTimeout});if(!m.translation)throw new V(JSON.stringify(m));let g=m.l,[f,T]=g.split("2");return{text:m.translation.join(` `),from:SA.get(f),to:a}}};function EA(t){let e="",n="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789",r=n.length,a=0;for(;a[e,t]));var bg=class extends De{static langMap=hg;isSupportList=!1;appId="";appSecret="";maxTextLength=800;constructor(e,n,r){super(e,n,r)}getDefaultRateLimit(){return{limit:5,interval:1050}}async translate(e){let{text:n,from:r,to:a}=e,i={q:n,from:hg.get(r)||"auto",to:hg.get(a)||a},o=new URLSearchParams(i),s=await ce({url:"https://aidemo.youdao.com/trans",method:"POST",body:o.toString(),headers:{"content-type":"application/x-www-form-urlencoded; charset=UTF-8","user-agent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/110.0.0.0 Safari/537.36"},retry:this.retry,timeout:this.requestTimeout});if(s&&s.translation)return{text:s.translation.join(` -`),from:r,to:a};throw new V("Youdao translation failed: "+JSON.stringify(s))}},nT=bg;d();var Ms=class extends Qa{constructor(e,n,r){super({...e,isSupportList:!0,langs:(e.langs||"zh-CN,en").split(",").map(a=>[a,a]),limitPerSecond:e.limitPerSecond||5,maxTextLengthPerRequest:e.maxTextLengthPerRequest||1200,maxTextGroupLengthPerRequest:e.maxTextGroupLengthPerRequest||1,placeholderDelimiters:e.placeholderDelimiters||es,request:{url:e.url,retry:2,body:{text_list:"{text}",source_lang:"{from}",target_lang:"{to}"}},response:{text:"translations.text"}},n,r)}};d();var rT="immersive-translate-gemini-fake-user-key",CA=[["auto","auto"],["zh-CN","Simplified Chinese"],["zh-TW","Traditional Chinese"],["en","English"],["ar","Arabic"],["bn","Bengali"],["bg","Bulgarian"],["hr","Croatian"],["cs","Czech"],["da","Danish"],["nl","Dutch"],["et","Estonian"],["fi","Finnish"],["fr","French"],["de","German"],["el","Greek"],["he","iw"],["hi","Hindi"],["hu","Hungarian"],["id","Indonesian"],["it","Italian"],["ja","Japanese"],["ko","Korean"],["lv","Latvian"],["lt","Lithuanian"],["no","Norway"],["pl","Polish"],["pt","Portuguese"],["ro","Romanian"],["ru","Russian"],["sr","Serbian"],["sk","Slovak"],["sl","Slovene"],["es","Spanish"],["sw","Swahili"],["sv","Swedish"],["th","Thai"],["tr","Turkish"],["uk","Ukrainian"],["vi","Vietnamese"]],aT=new Map(CA),Tg=class extends no{static langMap=aT;provider="custom";randomPrefix="My user id is {{id}}. ";fakeId="";constructor(e,n,r){super(e,n,r),e||(e={}),e.provider&&(this.provider=e.provider),e.randomPrefix&&(this.randomPrefix=e.randomPrefix),this.apiUrl="https://generativelanguage.googleapis.com/v1beta/models/{model}:generateContent?key={key}",e?.apiUrl&&(this.apiUrl=e.apiUrl),this.maxTextGroupLength=this.maxTextGroupLength||10,this.model=this.model||"gemini-1.0-pro-latest",this.bodyConfigs=e?.bodyConfigs||{}}getLangMap(){return aT}getDefaultRateLimit(){return{limit:1,interval:1050}}async handleOptions(e,n){this.fakeId="",this.randomPrefix&&(this.fakeId=await Z0(rT,""),this.fakeId||(this.fakeId=wA(10),await tp(rT,this.fakeId)));let r=this.getRandomKey(),a={url:this.apiUrl.replace("{model}",this.model),method:"POST",headers:{"content-type":"application/json"},timeout:this.requestTimeout,retry:this.retry};r&&(a.url=a.url.replace("{key}",r));let i=this.systemPrompt+e;this.randomPrefix&&(i=this.randomPrefix.replace("{{id}}",this.fakeId)+i);let o={contents:[{role:"user",parts:[{text:i}]}],...this.bodyConfigs};return a.body=JSON.stringify(o,null,2),a}parseResponse(e){return e?.candidates?.[0]?.content?.parts?.[0]?.text}filterContent(e,n,r,a){let i=super.filterContent(e,n,r);return i.includes(this.fakeId)&&a.length<=1?e:i}};function wA(t){let e="",n="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789",r=n.length,a=0;for(;a{let n=(await rc({url:"https://translate.yandex.net/website-widget/v1/widget.js?widgetId=ytWidget&pageLang=es&widgetTheme=light&autoMode=false",method:"GET",responseType:"text"})).match(/sid\:\s\'[0-9a-f\.]+/),r="",a=Date.now()+1*60*1e3;return n&&n[0]&&n[0].length>7&&(r=n[0].substring(6),a=Date.now()+30*60*1e3),{accessToken:r,accessTokenExpiresAt:new Date(a).toISOString()}})}async translateList(e){let{text:n,from:r,to:a}=e;if(!n)return{...e};let i=await this.getAccessToken(),o=new URLSearchParams;o.append("srv","tr-url-widget"),o.append("id",`${i.accessToken}-0-0`),o.append("format","html"),o.append("lang",`${r==="auto"?"":vg.get(r)+"-"}${vg.get(a)}`),n.forEach(l=>{o.append("text",l)});let s=await ce({url:`https://translate.yandex.net/api/v1/tr.json/translate?${o.toString()}`});if(s?.code!==200)return{...e};let u=s.text?.map(l=>l);return{from:r,to:a,text:u||n}}getDefaultRateLimit(){return{limit:5,interval:1050}}};var kA={mock:Xi,mock2:Xi,custom:Ms,google:Ya,transmart:Ds,deepl:E2,volc:R2,volcAlpha:Ls,bing:Fs,tencent:Cs,tenAlpha:ws,baidu:Y2,caiyun:J2,cai:Z2,openl:Xl,youdao:eT,you:nT,d:Zi,dpro:Zi,deeplx:_s,niu:C2,azure:w2,openai:_2,gemini:iT,claude:sT,papago:D2,aliyun:Ps,yandex:Bs},ga={};Object.keys(gr).forEach(t=>{ga[t]={...gr[t],class:kA[t]}});function sc(t,e){let n=kn;if(ga[t]&&ga[t].class&&ga[t].class.langMap&&ga[t].class.langMap.size>0){let r=ga[t].class.langMap,a=n.filter(i=>r.get(i));return a.includes(e)||a.unshift("placeholder"),a}else return kn}async function ma(t,e,n){if(!t.text)return t;let r=null,a=await Ze({sentences:[t]},e,(i,o,s)=>{i&&(r=i)},n);if(r)throw r;if(a.sentences.length>0)return{...t,...a.sentences[0]};throw new V("translateFailed","translate failed")}async function uT(t,e){for(let n of t)try{return await ma({id:1e6,text:"Hello world",from:"en",to:"zh-CN",url:"https://google.com",fromByClient:"auto"},{...e,translationService:n},{retry:1,requestTimeout:e.config.verifyRequestTimeout||5*1e3}),n}catch{continue}return null}async function Sg(t){let{config:e,translationService:n}=t,r=e.translationGeneralConfig,a=e.translationServices,i=n,o=a[i]||{},s=Jt(t.user);await new ga[i].class(o,r,{translationService:i,userToken:t.user?.token,isPro:s,sourceProgram:t.sourceProgram,glossaries:t.rule.glossaries,excludeRegexps:t.rule.excludeRegexps}).init()}function PA(t){if(!t?.length)return"auto";let e=t[0].from;return t[0].fromByClient&&t[0].fromByClient!=="auto"&&(e=t[0].fromByClient),e}async function Ze(t,e,n,r){if(!t.sentences.length)return{...t};let{config:a,translationService:i,state:o}=e,s=a.translationGeneralConfig,u=a.translationServices,l=i,c=e.targetLanguage;t&&t.sentences&&t.sentences[0]&&t.sentences[0].to&&(c=t.sentences[0].to);let p=u[l]||{};p=k2(p,{sourceLanguage:PA(t.sentences),targetLanguage:c,model:p.model||"",url:e.url,isPro:e.isPro?"true":"false",sourceProgram:e.sourceProgram||""}),r&&(p={...p,...r});let m=a.beta,g=o.cache===!1&&m,f=a.debug===!0&&m;t.sentences&&t.sentences.length>0&&(t.sentences=t.sentences.map(y=>(g&&(y.refresh=!0),f&&(y.debug=!0),y))),l==="openai"&&(t.sentences=t.sentences.map(y=>({...y,from:"auto"})));let T=[],b={sentences:Array(t.sentences.length)},h=t.sentences.length,E=-1,D=Jt(e.user),M;try{M=new ga[l].class(p,s,{translationService:l,userToken:e.user?.token,isPro:D,sourceProgram:e.sourceProgram,glossaries:e.rule.glossaries,excludeRegexps:e.rule.excludeRegexps,minTextCount:e.rule.paragraphMinTextCount}),await M.init()}catch(y){if(n){T.push(...t.sentences);let L={translationService:l,isPro:!!e.isPro,isLogin:!!e.user?.token};for(let A of T){let v=y instanceof V?new V(y.name,y.message).initNetWork(y.status).initData(y.data||L):y;n(v,null,A)}}return{sentences:[]}}if(o.cache)for(let y of t.sentences){E++;let L=l;l==="openl"&&(L=l+"-"+p.codename||Xl.DEFAULT_CODENAME);let A=M.getCacheKeyPrefix();A&&(L=A+"-"+L);let v=null;try{v=await iu(W3({originalText:y.text,from:y.from,to:y.to,service:L}),200)}catch(O){B.warn("query cache DB error, but it's ok",O)}if(v){let O={...y,text:v.translatedText};b.sentences[E]=O,n&&n(null,O,y)}else T.push(y)}else T.push(...t.sentences);let I=T.length;if(h-I>0&&B.debug(`use ${h-I} sentences from cache`),!T.length)return b;let S=await M.multipleTranslate({sentences:T},p,(y,L,A)=>{if(n&&n(y,L,A),!y&&L&&!l.startsWith("mock")&&o.cache){let v=l;l==="openl"&&(v=l+"-"+p.codename||Xl.DEFAULT_CODENAME);let O=M.getCacheKeyPrefix();O&&(v=O+"-"+v),o.cache&&iu(K3({translatedText:L.text,from:A.from,to:A.to,detectedFrom:L.from,key:Ln(A.text),service:v}),3e3).catch(_=>{B.warn("set cache DB error",_)})}});for(let y of S?.sentences||[]){let L=b.sentences.findIndex(A=>!A);if(L===-1)throw new V("translateFailed","can not match the result");b.sentences[L]=y}return b}d();d();function lT(t){let e=null,n=null,r=t.rule.bodyRule;if(!r.enable)return{bodyIsRoot:!1,bodyNode:e,articleNode:n};if(r.bodySelector&&(e=document.querySelector(r.bodySelector)),r.articleSelector&&(n=document.querySelector(r.articleSelector)),e||n)return B.debug("body rule has confirm"),{bodyIsRoot:a(),bodyNode:e,articleNode:n};if(document.body.scrollHeight>=window.innerHeight*r.maxBodyScreenLength)return B.debug("content dom elements too long"),{bodyIsRoot:!1,bodyNode:e,articleNode:n};try{let i=window.document.cloneNode(!0),s=new bu(i,{keepClasses:!0}).parse();if(!s)throw new Error("article is null");e=LA(s.content,s.textContent),e&&(n=dT(r,e))}catch(i){B.debug(i)}return{bodyIsRoot:a(),bodyNode:e,articleNode:n};function a(){return t.state.translationArea==="body"?!1:!!r.bodyIsRoot}}function cT(t,e){if(!t.rule.bodyRule.articleSelector||e.nodeType!==Node.ELEMENT_NODE)return;let n=e.querySelector(t.rule.bodyRule.articleSelector);n&&(t.articleNode!=n&&B.debug("update article node",n),t.articleNode=n)}function xg(t,e){return e&&t?.contains(e)||!1}function LA(t,e){let a=new DOMParser().parseFromString(t,"text/html").querySelectorAll("#readability-page-1 > div");if(a.length<=0)return null;let i=_A(a[0]),o=document.querySelector(i);return!o||(a.length>1&&(o=o.parentElement),o==document.documentElement)?null:(o?.textContent?.length||0)>=e.length&&e.length>=500?o:null}function _A(t){let e=t.tagName.toLowerCase();t.id&&(e+="#"+t.id),t.className&&(e+="."+t.className.trim().split(/\s+/).join("."));let n=Array.from(t.attributes).filter(r=>!["id","class","style"].includes(r.name)).map(r=>`[${r.name}="${r.value}"]`).join("");return e+n}function dT(t,e){if(e.nodeType!=Node.ELEMENT_NODE)return null;let n=null,r=Array.from(e.childNodes);if(r.filter(i=>t.articleChildTags.includes(i.nodeName)).length>=t.articleChildTagsNum)return e;for(let i=0;i{let C=q(F);return C==NodeFilter.FILTER_ACCEPT?pt.mark(F,k,T):C==NodeFilter.FILTER_REJECT,C}),z=v;if(q(z)===NodeFilter.FILTER_REJECT)return;for(pt.mark(z,k,T);z;){if(s=xg(i,z),c&&c.length>0){let{currentNode:F,isMatchedSelection:C}=M(N,z,c);if(F)z=F;else break;if(!C)continue}if(z.nodeType===Node.ELEMENT_NODE||z.nodeType===Node.DOCUMENT_FRAGMENT_NODE){let F=z;if(F.nodeName==="IFRAME"){O&&O(F),I(),Eg(b,!0),z=N.nextNode();continue}F.nodeType===Node.ELEMENT_NODE&&(l&&wg(F,l),g&&Ag(F,g));let C=la(F,{blockSelectors:n.blockSelectors,extraInlineSelectors:n.extraInlineSelectors,extraBlockSelectors:n.extraBlockSelectors,atomicBlockSelectors:n.atomicBlockSelectors},F.immersiveTranslateComputedStyle||null);if(C&&n.paragraphFirstLetterFontSize>0&&F.childNodes.length==1&&F.childNodes[0].nodeType===Node.TEXT_NODE&&F.innerText?.length==1&&F?.immersiveTranslateComputedStyle?.fontSize>=n.paragraphFirstLetterFontSize+"px"&&(C=!1),Gt(F,u)&&!C){S(F);let H=null;for(;!(H=N.nextSibling())&&N.parentNode(););z=H;continue}let P=Va(F);if(!pT(b,F)||C){I(F);let H=C?F:F.parentElement;H&&H.childNodes.length>0&&y(b,H,H.immersiveTranslateComputedStyle||null)}P&&F.shadowRoot?.mode==="open"&&(C?O?.(F.shadowRoot):D({...A,container:F.shadowRoot})),F.nodeType===Node.ELEMENT_NODE&&F.nodeName==="PRE"&&p&&OA(F)}else if(z.nodeType===Node.TEXT_NODE)S(z);else throw new Error("should not be here");z=N.nextNode(),b.commonAncestorContainer&&z&&z.parentNode===b.commonAncestorContainer&&(b._currentStacks=[]),b.commonAncestorContainer&&z&&z.nodeType===Node.ELEMENT_NODE&&b._currentStacks.push(z)}function q(F){if(F.nodeType===Node.DOCUMENT_FRAGMENT_NODE)return NodeFilter.FILTER_ACCEPT;if(Nr(F)){if(g){let H=Object.keys(g);if(H.length>0&&Gt(F,H))for(let W of H){let $=g[W];if(F.matches(W)){let ue=g[W],ae=Object.keys(ue);for(let J of ae){let ie=ue[J];F.getAttribute(J)!==ie&&(ie===null?F.removeAttribute(J):F.setAttribute(J,ie))}break}}}if(!A.force&&pt.isMarked(F,k)||X1(F,k)||lc(F,{excludeSelectors:n.excludeSelectors,selectors:n.selectors,stayOriginalSelectors:u})||F.nodeName==="IFRAME"&&!ji(F))return NodeFilter.FILTER_REJECT;if(F.nodeType===Node.ELEMENT_NODE){let H=window.getComputedStyle(F);if(F.immersiveTranslateComputedStyle=H,Dg(H))return _&&_(F),NodeFilter.FILTER_REJECT;let j=la(F,{blockSelectors:n.blockSelectors,extraInlineSelectors:n.extraInlineSelectors,extraBlockSelectors:n.extraBlockSelectors,atomicBlockSelectors:n.atomicBlockSelectors},H||null);if(Gt(F,u)&&j)return NodeFilter.FILTER_REJECT}let C=F.getBoundingClientRect(),{width:P,height:U}=C;return F.nodeName==="IMG"&&(P>48&&U>48?F.immersiveTranslateComputedStyle={display:"block"}:P>0&&U>0&&f!==!1&&(F.setAttribute("width",P),F.setAttribute("height",U))),!F.childNodes||F.childNodes&&F.childNodes.length===0?NodeFilter.FILTER_ACCEPT:!b.isPreWhitespace&&(P>0&&P<4||U>0&&U<4)&&(F.textContent?.trim().length||0)<2?NodeFilter.FILTER_REJECT:NodeFilter.FILTER_ACCEPT}else if(F.nodeType===Node.TEXT_NODE){let C=F.textContent?.trim();if(!C)return b.isPreWhitespace?NodeFilter.FILTER_ACCEPT:NodeFilter.FILTER_REJECT;let P=F.parentNode;if(P.getBoundingClientRect){let{width:U,height:H}=P.getBoundingClientRect();if(U>0&&U<4||H>0&&H<4)return NodeFilter.FILTER_REJECT}return m>0&&C.length>=m&&Cg(F,m),NodeFilter.FILTER_ACCEPT}return NodeFilter.FILTER_REJECT}}D(t),b&&b.commonAncestorContainer&&b.flatNodes.length>0&&I();function M(A,v,O){let _=v.immersiveTranslateComputedStyle||null;if(E){if(!E.contains(v))if(h=!1,v&&v.nodeType===Node.ELEMENT_NODE)if(uc(v,O))h=!0,E=v,I(),y(b,E,_);else return h=!1,v=A.nextNode(),{currentNode:v,isMatchedSelection:h};else return h=!1,v=A.nextNode(),{currentNode:v,isMatchedSelection:h}}else if(v&&v.nodeType===Node.ELEMENT_NODE)if(uc(v,O))h=!0,E=v,I(),y(b,E,_);else return h=!1,v=A.nextNode(),{currentNode:v,isMatchedSelection:h};else return h=!1,v=A.nextNode(),{currentNode:v,isMatchedSelection:h};return{currentNode:v,isMatchedSelection:!0}}function I(A){if(A&&A.nodeName==="BR"){b.commonAncestorContainer=A.parentNode;let O=[...b.flatNodes],_=b.flatNodes.filter(k=>A.parentNode?.contains(k));_.length>0&&O.length!=_.length&&(b.flatNodes=_,b.flatNodes.original=O)}let v=RA(b,a,n);v&&(v.xpath=e2(r,s,v.commonAncestorContainer,i),e&&e(v)),Eg(b)}function S(A){if(!pT(b,A)){I(),Eg(b);let v=A.parentNode;v&&y(b,v,v.computedStyle)}b.flatNodes.push(A)}function y(A,v,O){A.commonAncestorContainer=v;let _=L(O);A.isPreWhitespace=_}function L(A){return A&&A.whiteSpace&&A.whiteSpace.startsWith("pre")||A&&A.whiteSpace==="break-spaces"||!1}}function pT(t,e){let n=!1;(e.nodeType===Node.ELEMENT_NODE||e.nodeType===Node.DOCUMENT_FRAGMENT_NODE)&&(n=Va(e));let r=IA(t),a=!0;return!n&&!r&&(t.commonAncestorContainer&&t.commonAncestorContainer.contains(e)?a=!0:t.commonAncestorContainer&&(a=!1,t._currentStacks=[])),a}function MA(t){let{isTransformPreTagNewLine:e}=t;return t.excludeSelectors=t.excludeSelectors.filter(n=>{let r=n!=="iframe";return e?r&&n!=="pre":r}),t}function BA(t,e,n){if(e){for(let r of e.childNodes)if(r.contains(n))return r}return t._currentStacks.length>0?(t.commonAncestorContainer||(t.commonAncestorContainer=t._currentStacks[0]),t._currentStacks[0]):null}function wg(t,e){if(e){let n=Object.keys(e);if(n.length>0&&Gt(t,n))for(let a of n){let i=e[a];if(t.matches(a)){let o=t.style.cssText||"";o&&(o=o.trim()),o&&!o.endsWith(";")&&(o+=";"),t.style.cssText=o+i;break}}}}function IA(t){return t&&t._currentStacks?t._currentStacks.some(e=>Va(e)):!1}function RA(t,e,n){let{flatNodes:r,commonAncestorContainer:a}=t;if(a&&r.length>0){if(!r.map(g=>g.textContent?.trim()||"").join(""))return null;if(r.length===1)return{ctxId:e,stepState:1,commonAncestorContainer:r[0].parentNode,rootNodes:[r[0]],flatNodes:r,isPreWhitespace:t.isPreWhitespace,variables:{},xpath:""};let o=zA(r,a,n);o||(o=a);let s=[];for(let g of r){let f=BA(t,o,g);f&&(s.includes(f)||s.push(f))}if(s.length<1)return null;let u=s[0],l=s[s.length-1],c=[],p=u,m=0;for(;p&&(c.push(p),p!==l);){if(m++,m>FA){B.warn("loop too many times for convert root nodes, break");break}p=p.nextSibling}return{ctxId:e,rootNodes:c,stepState:1,flatNodes:r,commonAncestorContainer:o,variables:{},isPreWhitespace:t.isPreWhitespace,xpath:""}}else return null}function Eg(t,e=!1){t.rootNodes=[],t.flatNodes=[],t._currentStacks=[],e&&(t.commonAncestorContainer=null)}function Dg(t){return t.display==="none"}var pt={_marked_key:X4,isMarked(t,e){return yp(t,this._marked_key,e)},clearMark(t){if(!(!t||t.nodeType!==Node.ELEMENT_NODE)&&!(t instanceof HTMLIFrameElement||Va(t)))return Rl(t,this._marked_key)},clearToParentMark(t,e){let n=t;for(;n&&e&&n!=e;)pt.clearMark(n),n=n.parentElement},mark(t,e,n){if(!(!t||t.nodeType!==Node.ELEMENT_NODE)&&!(t instanceof HTMLIFrameElement||Va(t)))return lt(t,this._marked_key,e,!1,n)},markWalk(t,e,n){if(!t||t.nodeType!==Node.ELEMENT_NODE||this.isSkipMarkEle(t))return;let r=qi(t,"markWalk")||"";return lt(t,"markWalk",r+","+e,!1,n)},isSkipMarkEle(t){return t?!!(t instanceof HTMLIFrameElement||Va(t)):!1}};function OA(t){let n=t.innerHTML.replace(/\n\n/g,"
");t.innerHTML=n}function zA(t,e,n){if(!t.length)return null;let r=t.map(a=>{let i=new Set;for(;(a=a.parentNode)&&(i.add(a),a!==e););return i});for(let a of r[0])if(a.nodeType===Node.ELEMENT_NODE||a.nodeType===Node.DOCUMENT_FRAGMENT_NODE){if(Cn(a,n.atomicBlockSelectors))continue;if(r.every(i=>i.has(a)))return a}return null}function Cg(t,e){let n=t.textContent||"";if(n.trim().length<=e)return;let i=[". ","? ","! ","\u3002","\uFF1F","\uFF01",`.${String.fromCharCode(160)}`].reduce((o,s)=>{let u=n.lastIndexOf(s,e);return u>o?u:o},-1);if(i>1){let o=n[i-1]||"",s=n[i-2]||"",u=n[i+1]||"";o==="."||u==="."||u===")"||s==="."&&o==="S"||s.toUpperCase()==="M"&&(o.toUpperCase()==="R"||o.toUpperCase()==="S")?i=-1:isNaN(Number(o))||(i=-1)}if(i===-1)n.length>e+20&&Cg(t,e+20);else{let o=n.slice(i+1);if(!o.trim())return;i++,o.startsWith(" ")&&i++,t.immersive=!0;let s=t.splitText(i);s.immersive=!0;let u=document.createElement("br");u.immersive=!0,s.parentNode?.insertBefore(u,s),i+10)for(let r of n){let a=e[r],i=Object.keys(a),o=c1(t,[r]);for(let s of o)for(let u of i){let l=a[u];s.getAttribute(u)!==l&&(l===null?s.removeAttribute(u):s.setAttribute(u,l))}}}function mT(t,e,n,r,a,i,o){let s=Object.keys(e);if(s.length>0)for(let u of s){let l=e[u],c=Object.keys(l),p=t.querySelector(u);if(p)for(let m of c){let g=l[m];if(m==="translate"&&g==="no"){let T=p.innerText||p.textContent||"";if(!T.trim()||NA(p,a,i,o)||!p1(T,n,r))continue}p.getAttribute(m)!==g&&(g===null?p.removeAttribute(m):p.setAttribute(m,g))}}}function Ag(t,e){if(e){let n=Object.keys(e);if(n.length>0&&Gt(t,n))for(let a of n){let i=e[a];if(t.matches(a)){let o=e[a],s=Object.keys(o);for(let u of s){let l=o[u];t.getAttribute(u)!==l&&(l===null?t.removeAttribute(u):t.setAttribute(u,l))}break}}}}function lc(t,e){return Gt(t,e.excludeSelectors||[])?Gt(t,e.selectors||[])?!1:!Gt(t,e.stayOriginalSelectors||[]):!1}function uc(t,e){if(e.length===0)return!1;let n=e.filter(r=>!r.endsWith("*")).map(r=>r+" *");return Gt(t,e.concat(n))}function NA(t,e,n,r){let a=document.createTreeWalker(t,NodeFilter.SHOW_TEXT|NodeFilter.SHOW_ELEMENT,i=>i.nodeType===Node.ELEMENT_NODE&&lc(i,{excludeSelectors:r.excludeSelectors,selectors:r.selectors,stayOriginalSelectors:r.stayOriginalSelectors})?NodeFilter.FILTER_REJECT:NodeFilter.FILTER_ACCEPT);for(;a.nextNode();){let i=a.currentNode;if(i.nodeType===Node.TEXT_NODE&&parent){let o=i.textContent||"";if(o.includes("Copyright"))continue;if(Ni(o,e,n))return!0}}return!1}d();d();d();function fT(t,e,n,r,a){let i=e,o=cb[i]||[],s="";t&&o&&o.length>0&&o.forEach(c=>{let{name:p}=c;if(t&&n&&n[p]){let m=n[p];if(["borderRadius"].includes(p)&&(m+="px"),s+=`--immersive-translate-theme-${i}-${p}: ${m}; +`),from:r,to:a};throw new V("Youdao translation failed: "+JSON.stringify(s))}},nT=bg;d();var Ms=class extends Qa{constructor(e,n,r){super({...e,isSupportList:!0,langs:(e.langs||"zh-CN,en").split(",").map(a=>[a,a]),limitPerSecond:e.limitPerSecond||5,maxTextLengthPerRequest:e.maxTextLengthPerRequest||1200,maxTextGroupLengthPerRequest:e.maxTextGroupLengthPerRequest||1,placeholderDelimiters:e.placeholderDelimiters||es,request:{url:e.url,retry:2,body:{text_list:"{text}",source_lang:"{from}",target_lang:"{to}"}},response:{text:"translations.text"}},n,r)}};d();var rT="immersive-translate-gemini-fake-user-key",CA=[["auto","auto"],["zh-CN","Simplified Chinese"],["zh-TW","Traditional Chinese"],["en","English"],["ar","Arabic"],["bn","Bengali"],["bg","Bulgarian"],["hr","Croatian"],["cs","Czech"],["da","Danish"],["nl","Dutch"],["et","Estonian"],["fi","Finnish"],["fr","French"],["de","German"],["el","Greek"],["he","iw"],["hi","Hindi"],["hu","Hungarian"],["id","Indonesian"],["it","Italian"],["ja","Japanese"],["ko","Korean"],["lv","Latvian"],["lt","Lithuanian"],["no","Norway"],["pl","Polish"],["pt","Portuguese"],["ro","Romanian"],["ru","Russian"],["sr","Serbian"],["sk","Slovak"],["sl","Slovene"],["es","Spanish"],["sw","Swahili"],["sv","Swedish"],["th","Thai"],["tr","Turkish"],["uk","Ukrainian"],["vi","Vietnamese"]],aT=new Map(CA),Tg=class extends no{static langMap=aT;provider="custom";randomPrefix="My user id is {{id}}. ";fakeId="";constructor(e,n,r){super(e,n,r),e||(e={}),e.provider&&(this.provider=e.provider),e.randomPrefix&&(this.randomPrefix=e.randomPrefix),this.apiUrl="https://generativelanguage.googleapis.com/v1beta/models/{model}:generateContent?key={key}",e?.apiUrl&&(this.apiUrl=e.apiUrl),this.maxTextGroupLength=this.maxTextGroupLength||10,this.model=this.model||"gemini-1.0-pro-latest",this.bodyConfigs=e?.bodyConfigs||{}}getLangMap(){return aT}getDefaultRateLimit(){return{limit:1,interval:1050}}async handleOptions(e,n){this.fakeId="",this.randomPrefix&&(this.fakeId=await Z0(rT,""),this.fakeId||(this.fakeId=wA(10),await tp(rT,this.fakeId)));let r=this.getRandomKey(),a={url:this.apiUrl.replace("{model}",this.model),method:"POST",headers:{"content-type":"application/json"},timeout:this.requestTimeout,retry:this.retry};r&&(a.url=a.url.replace("{key}",r));let i=this.systemPrompt+e;this.randomPrefix&&(i=this.randomPrefix.replace("{{id}}",this.fakeId)+i);let o={contents:[{role:"user",parts:[{text:i}]}],...this.bodyConfigs};return a.body=JSON.stringify(o,null,2),a}parseResponse(e){return e?.candidates?.[0]?.content?.parts?.[0]?.text}filterContent(e,n,r,a){let i=super.filterContent(e,n,r);return i.includes(this.fakeId)&&a.length<=1?e:i}};function wA(t){let e="",n="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789",r=n.length,a=0;for(;a{let n=(await rc({url:"https://translate.yandex.net/website-widget/v1/widget.js?widgetId=ytWidget&pageLang=es&widgetTheme=light&autoMode=false",method:"GET",responseType:"text"})).match(/sid\:\s\'[0-9a-f\.]+/),r="",a=Date.now()+1*60*1e3;return n&&n[0]&&n[0].length>7&&(r=n[0].substring(6),a=Date.now()+30*60*1e3),{accessToken:r,accessTokenExpiresAt:new Date(a).toISOString()}})}async translateList(e){let{text:n,from:r,to:a}=e;if(!n)return{...e};let i=await this.getAccessToken(),o=new URLSearchParams;o.append("srv","tr-url-widget"),o.append("id",`${i.accessToken}-0-0`),o.append("format","html"),o.append("lang",`${r==="auto"?"":vg.get(r)+"-"}${vg.get(a)}`),n.forEach(l=>{o.append("text",l)});let s=await ce({url:`https://translate.yandex.net/api/v1/tr.json/translate?${o.toString()}`});if(s?.code!==200)return{...e};let u=s.text?.map(l=>l);return{from:r,to:a,text:u||n}}getDefaultRateLimit(){return{limit:5,interval:1050}}};var kA={mock:Xi,mock2:Xi,custom:Ms,google:Ya,transmart:Ds,deepl:E2,volc:R2,volcAlpha:Ls,bing:Fs,tencent:Cs,tenAlpha:ws,baidu:Y2,caiyun:J2,cai:Z2,openl:Xl,youdao:eT,you:nT,d:Zi,dpro:Zi,deeplx:_s,niu:C2,azure:w2,openai:_2,gemini:iT,claude:sT,papago:D2,aliyun:Ps,yandex:Bs},ga={};Object.keys(gr).forEach(t=>{ga[t]={...gr[t],class:kA[t]}});function sc(t,e){let n=kn;if(ga[t]&&ga[t].class&&ga[t].class.langMap&&ga[t].class.langMap.size>0){let r=ga[t].class.langMap,a=n.filter(i=>r.get(i));return a.includes(e)||a.unshift("placeholder"),a}else return kn}async function ma(t,e,n){if(!t.text)return t;let r=null,a=await Ze({sentences:[t]},e,(i,o,s)=>{i&&(r=i)},n);if(r)throw r;if(a.sentences.length>0)return{...t,...a.sentences[0]};throw new V("translateFailed","translate failed")}async function uT(t,e){for(let n of t)try{return await ma({id:1e6,text:"Hello world",from:"en",to:"zh-CN",url:"https://google.com",fromByClient:"auto"},{...e,translationService:n},{retry:1,requestTimeout:e.config.verifyRequestTimeout||5*1e3}),n}catch{continue}return null}async function Sg(t){let{config:e,translationService:n}=t,r=e.translationGeneralConfig,a=e.translationServices,i=n,o=a[i]||{},s=Jt(t.user);await new ga[i].class(o,r,{translationService:i,userToken:t.user?.token,isPro:s,sourceProgram:t.sourceProgram,glossaries:t.rule.glossaries,excludeRegexps:t.rule.excludeRegexps}).init()}function PA(t){if(!t?.length)return"auto";let e=t[0].from;return t[0].fromByClient&&t[0].fromByClient!=="auto"&&(e=t[0].fromByClient),e}async function Ze(t,e,n,r){if(!t.sentences.length)return{...t};let{config:a,translationService:i,state:o}=e,s=a.translationGeneralConfig,u=a.translationServices,l=i,c=e.targetLanguage;t&&t.sentences&&t.sentences[0]&&t.sentences[0].to&&(c=t.sentences[0].to);let p=u[l]||{},m=a.rawUserConfig?.translationServices?.[l]||{};p=k2(m,p,{sourceLanguage:PA(t.sentences),targetLanguage:c,model:p.model||"",url:e.url,isPro:e.isPro?"true":"false",sourceProgram:e.sourceProgram||""}),r&&(p={...p,...r});let g=a.beta,f=o.cache===!1&&g,T=a.debug===!0&&g;t.sentences&&t.sentences.length>0&&(t.sentences=t.sentences.map(k=>(f&&(k.refresh=!0),T&&(k.debug=!0),k))),l==="openai"&&(t.sentences=t.sentences.map(k=>({...k,from:"auto"})));let b=[],h={sentences:Array(t.sentences.length)},E=t.sentences.length,D=-1,M=Jt(e.user),I;try{I=new ga[l].class(p,s,{translationService:l,userToken:e.user?.token,isPro:M,sourceProgram:e.sourceProgram,glossaries:e.rule.glossaries,excludeRegexps:e.rule.excludeRegexps,minTextCount:e.rule.paragraphMinTextCount}),await I.init()}catch(k){if(n){b.push(...t.sentences);let A={translationService:l,isPro:!!e.isPro,isLogin:!!e.user?.token};for(let y of b){let R=k instanceof V?new V(k.name,k.message).initNetWork(k.status).initData(k.data||A):k;n(R,null,y)}}return{sentences:[]}}if(o.cache)for(let k of t.sentences){D++;let A=l;l==="openl"&&(A=l+"-"+p.codename||Xl.DEFAULT_CODENAME);let y=I.getCacheKeyPrefix();y&&(A=y+"-"+A);let R=null;try{R=await iu(W3({originalText:k.text,from:k.from,to:k.to,service:A}),200)}catch(_){B.warn("query cache DB error, but it's ok",_)}if(R){let _={...k,text:R.translatedText};h.sentences[D]=_,n&&n(null,_,k)}else b.push(k)}else b.push(...t.sentences);let S=b.length;if(E-S>0&&B.debug(`use ${E-S} sentences from cache`),!b.length)return h;let v=await I.multipleTranslate({sentences:b},p,(k,A,y)=>{if(n&&n(k,A,y),!k&&A&&!l.startsWith("mock")&&o.cache){let R=l;l==="openl"&&(R=l+"-"+p.codename||Xl.DEFAULT_CODENAME);let _=I.getCacheKeyPrefix();_&&(R=_+"-"+R),o.cache&&iu(K3({translatedText:A.text,from:y.from,to:y.to,detectedFrom:A.from,key:Ln(y.text),service:R}),3e3).catch(P=>{B.warn("set cache DB error",P)})}});for(let k of v?.sentences||[]){let A=h.sentences.findIndex(y=>!y);if(A===-1)throw new V("translateFailed","can not match the result");h.sentences[A]=k}return h}d();d();function lT(t){let e=null,n=null,r=t.rule.bodyRule;if(!r.enable)return{bodyIsRoot:!1,bodyNode:e,articleNode:n};if(r.bodySelector&&(e=document.querySelector(r.bodySelector)),r.articleSelector&&(n=document.querySelector(r.articleSelector)),e||n)return B.debug("body rule has confirm"),{bodyIsRoot:a(),bodyNode:e,articleNode:n};if(document.body.scrollHeight>=window.innerHeight*r.maxBodyScreenLength)return B.debug("content dom elements too long"),{bodyIsRoot:!1,bodyNode:e,articleNode:n};try{let i=window.document.cloneNode(!0),s=new bu(i,{keepClasses:!0}).parse();if(!s)throw new Error("article is null");e=LA(s.content,s.textContent),e&&(n=dT(r,e))}catch(i){B.debug(i)}return{bodyIsRoot:a(),bodyNode:e,articleNode:n};function a(){return t.state.translationArea==="body"?!1:!!r.bodyIsRoot}}function cT(t,e){if(!t.rule.bodyRule.articleSelector||e.nodeType!==Node.ELEMENT_NODE)return;let n=e.querySelector(t.rule.bodyRule.articleSelector);n&&(t.articleNode!=n&&B.debug("update article node",n),t.articleNode=n)}function xg(t,e){return e&&t?.contains(e)||!1}function LA(t,e){let a=new DOMParser().parseFromString(t,"text/html").querySelectorAll("#readability-page-1 > div");if(a.length<=0)return null;let i=_A(a[0]),o=document.querySelector(i);return!o||(a.length>1&&(o=o.parentElement),o==document.documentElement)?null:(o?.textContent?.length||0)>=e.length&&e.length>=500?o:null}function _A(t){let e=t.tagName.toLowerCase();t.id&&(e+="#"+t.id),t.className&&(e+="."+t.className.trim().split(/\s+/).join("."));let n=Array.from(t.attributes).filter(r=>!["id","class","style"].includes(r.name)).map(r=>`[${r.name}="${r.value}"]`).join("");return e+n}function dT(t,e){if(e.nodeType!=Node.ELEMENT_NODE)return null;let n=null,r=Array.from(e.childNodes);if(r.filter(i=>t.articleChildTags.includes(i.nodeName)).length>=t.articleChildTagsNum)return e;for(let i=0;i{let C=q(F);return C==NodeFilter.FILTER_ACCEPT?pt.mark(F,P,T):C==NodeFilter.FILTER_REJECT,C}),z=y;if(q(z)===NodeFilter.FILTER_REJECT)return;for(pt.mark(z,P,T);z;){if(s=xg(i,z),c&&c.length>0){let{currentNode:F,isMatchedSelection:C}=M(N,z,c);if(F)z=F;else break;if(!C)continue}if(z.nodeType===Node.ELEMENT_NODE||z.nodeType===Node.DOCUMENT_FRAGMENT_NODE){let F=z;if(F.nodeName==="IFRAME"){R&&R(F),I(),Eg(b,!0),z=N.nextNode();continue}F.nodeType===Node.ELEMENT_NODE&&(l&&wg(F,l),g&&Ag(F,g));let C=la(F,{blockSelectors:n.blockSelectors,extraInlineSelectors:n.extraInlineSelectors,extraBlockSelectors:n.extraBlockSelectors,atomicBlockSelectors:n.atomicBlockSelectors},F.immersiveTranslateComputedStyle||null);if(C&&n.paragraphFirstLetterFontSize>0&&F.childNodes.length==1&&F.childNodes[0].nodeType===Node.TEXT_NODE&&F.innerText?.length==1&&F?.immersiveTranslateComputedStyle?.fontSize>=n.paragraphFirstLetterFontSize+"px"&&(C=!1),Gt(F,u)&&!C){S(F);let H=null;for(;!(H=N.nextSibling())&&N.parentNode(););z=H;continue}let L=Va(F);if(!pT(b,F)||C){I(F);let H=C?F:F.parentElement;H&&H.childNodes.length>0&&v(b,H,H.immersiveTranslateComputedStyle||null)}L&&F.shadowRoot?.mode==="open"&&(C?R?.(F.shadowRoot):D({...A,container:F.shadowRoot})),F.nodeType===Node.ELEMENT_NODE&&F.nodeName==="PRE"&&p&&OA(F)}else if(z.nodeType===Node.TEXT_NODE)S(z);else throw new Error("should not be here");z=N.nextNode(),b.commonAncestorContainer&&z&&z.parentNode===b.commonAncestorContainer&&(b._currentStacks=[]),b.commonAncestorContainer&&z&&z.nodeType===Node.ELEMENT_NODE&&b._currentStacks.push(z)}function q(F){if(F.nodeType===Node.DOCUMENT_FRAGMENT_NODE)return NodeFilter.FILTER_ACCEPT;if(Nr(F)){if(g){let H=Object.keys(g);if(H.length>0&&Gt(F,H))for(let W of H){let $=g[W];if(F.matches(W)){let ue=g[W],ae=Object.keys(ue);for(let J of ae){let ie=ue[J];F.getAttribute(J)!==ie&&(ie===null?F.removeAttribute(J):F.setAttribute(J,ie))}break}}}if(!A.force&&pt.isMarked(F,P)||X1(F,P)||lc(F,{excludeSelectors:n.excludeSelectors,selectors:n.selectors,stayOriginalSelectors:u})||F.nodeName==="IFRAME"&&!ji(F))return NodeFilter.FILTER_REJECT;if(F.nodeType===Node.ELEMENT_NODE){let H=window.getComputedStyle(F);if(F.immersiveTranslateComputedStyle=H,Dg(H))return _&&_(F),NodeFilter.FILTER_REJECT;let j=la(F,{blockSelectors:n.blockSelectors,extraInlineSelectors:n.extraInlineSelectors,extraBlockSelectors:n.extraBlockSelectors,atomicBlockSelectors:n.atomicBlockSelectors},H||null);if(Gt(F,u)&&j)return NodeFilter.FILTER_REJECT}let C=F.getBoundingClientRect(),{width:L,height:U}=C;return F.nodeName==="IMG"&&(L>48&&U>48?F.immersiveTranslateComputedStyle={display:"block"}:L>0&&U>0&&f!==!1&&(F.setAttribute("width",L),F.setAttribute("height",U))),!F.childNodes||F.childNodes&&F.childNodes.length===0?NodeFilter.FILTER_ACCEPT:!b.isPreWhitespace&&(L>0&&L<4||U>0&&U<4)&&(F.textContent?.trim().length||0)<2?NodeFilter.FILTER_REJECT:NodeFilter.FILTER_ACCEPT}else if(F.nodeType===Node.TEXT_NODE){let C=F.textContent?.trim();if(!C)return b.isPreWhitespace?NodeFilter.FILTER_ACCEPT:NodeFilter.FILTER_REJECT;let L=F.parentNode;if(L.getBoundingClientRect){let{width:U,height:H}=L.getBoundingClientRect();if(U>0&&U<4||H>0&&H<4)return NodeFilter.FILTER_REJECT}return m>0&&C.length>=m&&Cg(F,m),NodeFilter.FILTER_ACCEPT}return NodeFilter.FILTER_REJECT}}D(t),b&&b.commonAncestorContainer&&b.flatNodes.length>0&&I();function M(A,y,R){let _=y.immersiveTranslateComputedStyle||null;if(E){if(!E.contains(y))if(h=!1,y&&y.nodeType===Node.ELEMENT_NODE)if(uc(y,R))h=!0,E=y,I(),v(b,E,_);else return h=!1,y=A.nextNode(),{currentNode:y,isMatchedSelection:h};else return h=!1,y=A.nextNode(),{currentNode:y,isMatchedSelection:h}}else if(y&&y.nodeType===Node.ELEMENT_NODE)if(uc(y,R))h=!0,E=y,I(),v(b,E,_);else return h=!1,y=A.nextNode(),{currentNode:y,isMatchedSelection:h};else return h=!1,y=A.nextNode(),{currentNode:y,isMatchedSelection:h};return{currentNode:y,isMatchedSelection:!0}}function I(A){if(A&&A.nodeName==="BR"){b.commonAncestorContainer=A.parentNode;let R=[...b.flatNodes],_=b.flatNodes.filter(P=>A.parentNode?.contains(P));_.length>0&&R.length!=_.length&&(b.flatNodes=_,b.flatNodes.original=R)}let y=RA(b,a,n);y&&(y.xpath=e2(r,s,y.commonAncestorContainer,i),e&&e(y)),Eg(b)}function S(A){if(!pT(b,A)){I(),Eg(b);let y=A.parentNode;y&&v(b,y,y.computedStyle)}b.flatNodes.push(A)}function v(A,y,R){A.commonAncestorContainer=y;let _=k(R);A.isPreWhitespace=_}function k(A){return A&&A.whiteSpace&&A.whiteSpace.startsWith("pre")||A&&A.whiteSpace==="break-spaces"||!1}}function pT(t,e){let n=!1;(e.nodeType===Node.ELEMENT_NODE||e.nodeType===Node.DOCUMENT_FRAGMENT_NODE)&&(n=Va(e));let r=IA(t),a=!0;return!n&&!r&&(t.commonAncestorContainer&&t.commonAncestorContainer.contains(e)?a=!0:t.commonAncestorContainer&&(a=!1,t._currentStacks=[])),a}function MA(t){let{isTransformPreTagNewLine:e}=t;return t.excludeSelectors=t.excludeSelectors.filter(n=>{let r=n!=="iframe";return e?r&&n!=="pre":r}),t}function BA(t,e,n){if(e){for(let r of e.childNodes)if(r.contains(n))return r}return t._currentStacks.length>0?(t.commonAncestorContainer||(t.commonAncestorContainer=t._currentStacks[0]),t._currentStacks[0]):null}function wg(t,e){if(e){let n=Object.keys(e);if(n.length>0&&Gt(t,n))for(let a of n){let i=e[a];if(t.matches(a)){let o=t.style.cssText||"";o&&(o=o.trim()),o&&!o.endsWith(";")&&(o+=";"),t.style.cssText=o+i;break}}}}function IA(t){return t&&t._currentStacks?t._currentStacks.some(e=>Va(e)):!1}function RA(t,e,n){let{flatNodes:r,commonAncestorContainer:a}=t;if(a&&r.length>0){if(!r.map(g=>g.textContent?.trim()||"").join(""))return null;if(r.length===1)return{ctxId:e,stepState:1,commonAncestorContainer:r[0].parentNode,rootNodes:[r[0]],flatNodes:r,isPreWhitespace:t.isPreWhitespace,variables:{},xpath:""};let o=zA(r,a,n);o||(o=a);let s=[];for(let g of r){let f=BA(t,o,g);f&&(s.includes(f)||s.push(f))}if(s.length<1)return null;let u=s[0],l=s[s.length-1],c=[],p=u,m=0;for(;p&&(c.push(p),p!==l);){if(m++,m>FA){B.warn("loop too many times for convert root nodes, break");break}p=p.nextSibling}return{ctxId:e,rootNodes:c,stepState:1,flatNodes:r,commonAncestorContainer:o,variables:{},isPreWhitespace:t.isPreWhitespace,xpath:""}}else return null}function Eg(t,e=!1){t.rootNodes=[],t.flatNodes=[],t._currentStacks=[],e&&(t.commonAncestorContainer=null)}function Dg(t){return t.display==="none"}var pt={_marked_key:X4,isMarked(t,e){return yp(t,this._marked_key,e)},clearMark(t){if(!(!t||t.nodeType!==Node.ELEMENT_NODE)&&!(t instanceof HTMLIFrameElement||Va(t)))return Rl(t,this._marked_key)},clearToParentMark(t,e){let n=t;for(;n&&e&&n!=e;)pt.clearMark(n),n=n.parentElement},mark(t,e,n){if(!(!t||t.nodeType!==Node.ELEMENT_NODE)&&!(t instanceof HTMLIFrameElement||Va(t)))return lt(t,this._marked_key,e,!1,n)},markWalk(t,e,n){if(!t||t.nodeType!==Node.ELEMENT_NODE||this.isSkipMarkEle(t))return;let r=qi(t,"markWalk")||"";return lt(t,"markWalk",r+","+e,!1,n)},isSkipMarkEle(t){return t?!!(t instanceof HTMLIFrameElement||Va(t)):!1}};function OA(t){let n=t.innerHTML.replace(/\n\n/g,"
");t.innerHTML=n}function zA(t,e,n){if(!t.length)return null;let r=t.map(a=>{let i=new Set;for(;(a=a.parentNode)&&(i.add(a),a!==e););return i});for(let a of r[0])if(a.nodeType===Node.ELEMENT_NODE||a.nodeType===Node.DOCUMENT_FRAGMENT_NODE){if(Cn(a,n.atomicBlockSelectors))continue;if(r.every(i=>i.has(a)))return a}return null}function Cg(t,e){let n=t.textContent||"";if(n.trim().length<=e)return;let i=[". ","? ","! ","\u3002","\uFF1F","\uFF01",`.${String.fromCharCode(160)}`].reduce((o,s)=>{let u=n.lastIndexOf(s,e);return u>o?u:o},-1);if(i>1){let o=n[i-1]||"",s=n[i-2]||"",u=n[i+1]||"";o==="."||u==="."||u===")"||s==="."&&o==="S"||s.toUpperCase()==="M"&&(o.toUpperCase()==="R"||o.toUpperCase()==="S")?i=-1:isNaN(Number(o))||(i=-1)}if(i===-1)n.length>e+20&&Cg(t,e+20);else{let o=n.slice(i+1);if(!o.trim())return;i++,o.startsWith(" ")&&i++,t.immersive=!0;let s=t.splitText(i);s.immersive=!0;let u=document.createElement("br");u.immersive=!0,s.parentNode?.insertBefore(u,s),i+10)for(let r of n){let a=e[r],i=Object.keys(a),o=c1(t,[r]);for(let s of o)for(let u of i){let l=a[u];s.getAttribute(u)!==l&&(l===null?s.removeAttribute(u):s.setAttribute(u,l))}}}function mT(t,e,n,r,a,i,o){let s=Object.keys(e);if(s.length>0)for(let u of s){let l=e[u],c=Object.keys(l),p=t.querySelector(u);if(p)for(let m of c){let g=l[m];if(m==="translate"&&g==="no"){let T=p.innerText||p.textContent||"";if(!T.trim()||NA(p,a,i,o)||!p1(T,n,r))continue}p.getAttribute(m)!==g&&(g===null?p.removeAttribute(m):p.setAttribute(m,g))}}}function Ag(t,e){if(e){let n=Object.keys(e);if(n.length>0&&Gt(t,n))for(let a of n){let i=e[a];if(t.matches(a)){let o=e[a],s=Object.keys(o);for(let u of s){let l=o[u];t.getAttribute(u)!==l&&(l===null?t.removeAttribute(u):t.setAttribute(u,l))}break}}}}function lc(t,e){return Gt(t,e.excludeSelectors||[])?Gt(t,e.selectors||[])?!1:!Gt(t,e.stayOriginalSelectors||[]):!1}function uc(t,e){if(e.length===0)return!1;let n=e.filter(r=>!r.endsWith("*")).map(r=>r+" *");return Gt(t,e.concat(n))}function NA(t,e,n,r){let a=document.createTreeWalker(t,NodeFilter.SHOW_TEXT|NodeFilter.SHOW_ELEMENT,i=>i.nodeType===Node.ELEMENT_NODE&&lc(i,{excludeSelectors:r.excludeSelectors,selectors:r.selectors,stayOriginalSelectors:r.stayOriginalSelectors})?NodeFilter.FILTER_REJECT:NodeFilter.FILTER_ACCEPT);for(;a.nextNode();){let i=a.currentNode;if(i.nodeType===Node.TEXT_NODE&&parent){let o=i.textContent||"";if(o.includes("Copyright"))continue;if(Ni(o,e,n))return!0}}return!1}d();d();d();function fT(t,e,n,r,a){let i=e,o=cb[i]||[],s="";t&&o&&o.length>0&&o.forEach(c=>{let{name:p}=c;if(t&&n&&n[p]){let m=n[p];if(["borderRadius"].includes(p)&&(m+="px"),s+=`--immersive-translate-theme-${i}-${p}: ${m}; `,e==="marker"&&p==="backgroundColor"&&typeof m=="string"){let{r:g,g:f,b:T}=y1(m);s+=`--immersive-translate-theme-${i}-${p}-rgb: ${g}, ${f}, ${T}; `}}}),r||(r="inherit"),t&&(s+=` .immersive-translate-target-inner { font-family: ${r}; } @@ -5550,7 +5550,7 @@ ${r}`}function Bt(t){try{let e=t.replace(/</g,"<").replace(/>/g,">");retur } `,IT=Q+"-attach-subtitle-dynamic-injected-css";function uk(t){let n=t.rule.subtitleRule.attachRule?.injectedGlobalCSS;if(n){let r=typeof n=="string"?n:n.join(` `);En(document,sk+` -`+r,IT)}}function zs(t){[...document.querySelectorAll(`#${BT}`)].forEach(e=>e.remove()),document.querySelector(`[data-id="${IT}"]`)?.remove()}d();function RT(t){let e=document.createElement("span");return e.innerHTML=t,(e.textContent||"").trim()}function qe(t,e,n){ot("translate_video_subtitle",[{name:"translate_video_subtitle",params:{video_platform:n||t.rule.id||""}}],{...t,sourceLanguage:e||"auto"})}function nt(t,e){return e.indexOf("zh")>=0?t==="zh-CN"||t==="zh-TW":t==e}function OT(t){let{url:e,method:n,headers:r,body:a}=t,i=new Headers;for(let[u,l]of Object.entries(r))i.append(u,l);let o;return typeof a=="object"?(delete a._formatBodyType,o=JSON.stringify(a)):typeof a=="string"&&(o=a),new Request(e,{method:n,headers:i,body:o})}function zT(t){return t?Object.entries(t).reduce((e,[n,r])=>{if(r==null||r==null||typeof r=="object"&&Object.keys(r).length===0)return e;if(n=="body"&&typeof r=="object"&&r._formatBodyType=="FormData"){let a=new FormData;for(let[i,o]of Object.entries(r))i!=="_formatBodyType"&&a.append(i,o);return e[n]=a,e}return e[n]=r,e},{}):null}function Xa(t){return t.replace(/\n/g," ")}d();d();var po="imt-subtitle-inject",Tc=class{from;to;constructor(e,n){this.from=e,this.to=n}sendMessages(e){globalThis.postMessage({type:po,to:this.to,from:this.from,action:e.action,data:e.data,id:e.id||new Date().getTime(),isAsync:!1})}getRandomId(){return(new Date().getTime()+Math.random())*Math.random()}sendAsyncMessages({action:e,data:n}){return new Promise(r=>{let a=this.getRandomId();globalThis.postMessage({type:po,to:this.to,from:this.from,action:e,data:n,id:a,isAsync:!0});let i=({data:o})=>{po===o.type&&o.id===a&&o.to===this.from&&(r(o.data),globalThis.removeEventListener("message",i))};globalThis.addEventListener("message",i)})}handleMessageOnce(e){return new Promise(n=>{let r=({data:a})=>{po===a.type&&a.action===e&&a.to===this.from&&(n(a.data),globalThis.removeEventListener("message",r))};globalThis.addEventListener("message",r)})}handleMessage(e,n){let r=({data:a})=>{po===a.type&&a.action===e&&a.to===this.from&&n(a)};return globalThis.addEventListener("message",r),()=>{globalThis.removeEventListener("message",r)}}handleMessages(e){let n=({data:r})=>{po===r.type&&r.to===this.from&&e(r)};return globalThis.addEventListener("message",n),()=>{globalThis.removeEventListener("message",n)}}},yc=new Tc("content-script","inject"),lk=new Tc("inject","content-script"),NT={get(t,e,n){return e in t?(...r)=>{let a=t[e];return typeof a=="function"?a.apply(t,r):Reflect.get(t,e,n)}:r=>t.sendAsyncMessages({action:e,data:r})}},FJ=new Proxy(lk,NT),UT=new Proxy(yc,NT);d();d();var vc='',qT="data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgZmlsbD0ibm9uZSI+PHBhdGggZmlsbD0iI0ZGQzczNiIgZD0iTTMgN2gxN3YxMEgzeiIvPjxwYXRoIGZpbGw9InVybCgjYSkiIGQ9Ik02Ljg5NyA5LjI0MmMuNDE1IDAgLjcyLjExMS45MjguMzQ3LjIwNy4yMzUuMzE4LjUyNy4zMTguODczcy0uMTEuNjIzLS4zMTguODQ1Yy0uMjA4LjIyMi0uNTI3LjMzMy0uOTI4LjMzM2gtMS4zM1Y5LjI0MmgxLjMzWm05Ljg0NiAxLjc4OGMuMzg4IDAgLjY2NS4xNTIuODQ1LjQ1Ny4xNTIuMjY0LjIzNS41ODIuMjYzLjk4NHYuMzE5YzAgLjQ5OS0uMDgzLjg4Ny0uMjYzIDEuMTkyLS4xOC4zMDQtLjQ1Ny40NTctLjgzLjQ1Ny0uMzg5IDAtLjY2Ni0uMTUzLS44NDYtLjQ0NC0uMTUyLS4yNjMtLjIzNS0uNTk1LS4yNjMtMS4wMTF2LS4yOTFjMC0uNDg1LjA4My0uODczLjI2My0xLjE3OC4xOC0uMzA1LjQ0My0uNDg1LjgzMS0uNDg1Wm0tMy40MDctMS4xMzZhMS4xNyAxLjE3IDAgMCAwLS43MDYuMjM1IDEuNDgyIDEuNDgyIDAgMCAwLS40MTUuNWwtLjA4My4xNjUtLjA3LS44MDNoLTEuMzU3djUuNDMyaDEuNDU0di0zLjY1OWEuODguODggMCAwIDEgLjMxOS0uMzg4Yy4xMS0uMDY5LjI1LS4xMS40MTUtLjEyNGguMTI1bC41NC4wMTQuMTY2LTEuMzE3Yy0uMDctLjAxNC0uMTI0LS4wMjgtLjE5NC0uMDQxLS4wNTUtLjAxNC0uMTI0LS4wMTQtLjE5NC0uMDE0Wk02Ljg5NiA4LjEySDQuMTE0djcuMzE3aDEuNDY4VjEyLjc5aDEuMzNjLjg0NCAwIDEuNDk1LS4yMDggMS45OC0uNjM4LjQ4NS0uNDMuNzItLjk4My43Mi0xLjY5cy0uMjM1LTEuMjYxLS43Mi0xLjY5Yy0uNDQzLS4zODktMS4wMzktLjYxLTEuNzczLS42MzhsLS4yMjEtLjAxNFptOS44NDcgMS43NzRjLS44MDMgMC0xLjQyNi4yNjMtMS44ODMuNzc2LS40MTYuNDctLjYzNyAxLjA2Ny0uNjc5IDEuNzczdi4zMzNjMCAuODE4LjIyMiAxLjQ4My42NzkgMS45OTUuNDU3LjUxMyAxLjA4Ljc3NiAxLjg4My43NzYuODA0IDAgMS40MjctLjI2MyAxLjg4NC0uNzc2LjQxNS0uNDcuNjM3LTEuMDUzLjY3OC0xLjc3M3YtLjMzM2MwLS44MTctLjIyMS0xLjQ4Mi0uNjc4LTEuOTk1LS40NTctLjUxMy0xLjA4LS43NzYtMS44ODQtLjc3NlpNMTguMDAzIDZhNiA2IDAgMCAxIDAgMTJIMFY5LjQyM0EzLjQyIDMuNDIgMCAwIDEgMy40MiA2aDE0LjU4M1oiLz48ZGVmcz48bGluZWFyR3JhZGllbnQgaWQ9ImEiIHgxPSI3LjUiIHgyPSIyMiIgeTE9IjE5IiB5Mj0iNiIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiPjxzdG9wIHN0b3AtY29sb3I9IiMyMjIiLz48c3RvcCBvZmZzZXQ9IjEiIHN0b3AtY29sb3I9IiM2OTY5NjkiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48L3N2Zz4=",jT="data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIxMiIgZmlsbD0ibm9uZSI+PHBhdGggZmlsbD0iIzk5OSIgZD0iTTYuODk3IDMuMjQyYy40MTUgMCAuNzIuMTExLjkyOC4zNDcuMjA3LjIzNS4zMTguNTI2LjMxOC44NzMgMCAuMzQ2LS4xMS42MjMtLjMxOC44NDUtLjIwOC4yMjItLjUyNy4zMzMtLjkyOC4zMzNoLTEuMzNWMy4yNDJoMS4zM1ptOS44NDYgMS43ODhjLjM4OCAwIC42NjUuMTUyLjg0NS40NTcuMTUyLjI2NC4yMzUuNTgyLjI2My45ODR2LjMxOWMwIC40OTktLjA4My44ODctLjI2MyAxLjE5Mi0uMTguMzA0LS40NTcuNDU3LS44My40NTctLjM4OSAwLS42NjYtLjE1My0uODQ2LS40NDQtLjE1Mi0uMjYzLS4yMzUtLjU5NS0uMjYzLTEuMDExdi0uMjkxYzAtLjQ4NS4wODMtLjg3My4yNjMtMS4xNzguMTgtLjMwNS40NDMtLjQ4NS44MzEtLjQ4NVptLTMuNDA3LTEuMTM2YTEuMTcgMS4xNyAwIDAgMC0uNzA2LjIzNSAxLjQ4MiAxLjQ4MiAwIDAgMC0uNDE1LjVsLS4wODMuMTY1LS4wNy0uODAzaC0xLjM1N3Y1LjQzMmgxLjQ1NFY1Ljc2NGEuODguODggMCAwIDEgLjMxOS0uMzg4Yy4xMS0uMDY5LjI1LS4xMS40MTUtLjEyNGguMTI1bC41NC4wMTQuMTY2LTEuMzE3Yy0uMDctLjAxNC0uMTI0LS4wMjgtLjE5NC0uMDQxLS4wNTUtLjAxNC0uMTI0LS4wMTQtLjE5NC0uMDE0Wk02Ljg5NiAyLjEySDQuMTE0djcuMzE3aDEuNDY4VjYuNzloMS4zM2MuODQ0IDAgMS40OTUtLjIwOCAxLjk4LS42MzguNDg1LS40My43Mi0uOTgzLjcyLTEuNjlzLS4yMzUtMS4yNjEtLjcyLTEuNjljLS40NDMtLjM4OS0xLjAzOS0uNjEtMS43NzMtLjYzOGwtLjIyMS0uMDE0Wm05Ljg0NyAxLjc3NGMtLjgwMyAwLTEuNDI2LjI2My0xLjg4My43NzYtLjQxNi40Ny0uNjM3IDEuMDY3LS42NzkgMS43NzN2LjMzM2MwIC44MTguMjIyIDEuNDgzLjY3OSAxLjk5NS40NTcuNTEzIDEuMDguNzc2IDEuODgzLjc3Ni44MDQgMCAxLjQyNy0uMjYzIDEuODg0LS43NzYuNDE1LS40Ny42MzctMS4wNTMuNjc4LTEuNzczdi0uMzMzYzAtLjgxNy0uMjIxLTEuNDgzLS42NzgtMS45OTUtLjQ1Ny0uNTEzLTEuMDgtLjc3Ni0xLjg4NC0uNzc2Wk0xOC4wMDMgMGE2IDYgMCAwIDEgMCAxMkgwVjMuNDIzQTMuNDIgMy40MiAwIDAgMSAzLjQyIDBoMTQuNTgzWiIvPjwvc3ZnPg==";var HT="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAMAAADXqc3KAAAAn1BMVEUAAADt7vHu7vLu7vLv7+/n5+fFxcXu7vHv7/PHx8eamprt7fLt7fHn5+vGxsbS09Surq6fn5+ZmZmZmZnGxsbGxsbt7/K/v7/Hx8ft7vHGxsaZmZn09vnk5eeqqquenp7p6u3X2NnLy8vU1dbr7O67u7uvr6/o6evh4uPR0dLCwsLAwMDZ2ty9vb6kpaWhoaHe3+HPz8+zs7OkpKTc3d7Gt0R8AAAAGXRSTlMA779wIBDv338gv5+AgHDv7+/v36+gn3BgD0kJmgAAAS1JREFUKM9dkOmSgyAQhNFo7mTvYwYEBa9oorne/9l2hqJSbr4q+NHNdBcjAukyXgBE8SwRU5IYHmwm1iyCCdFMBJbwxDK8B2iKLGjl8VAC+JmEcqzRrmnP5yzrbm93SuOeDQCcpNToGaV8ISGmAfBGPce+qjrsjSxYSbkBGtt1tZGEueLpwsZW8A8snlj2jD0efRZVtxzw4Ia2BFgIch1qOaHCM4lsHHA0WpOpKyk7qX2WWLBhhhxU7grlKlV7I+LyAm+DUplS/sqv2HL5FiDDSio15CQOdHrrl5L6kpqEMOHwTlIiOKu0WIDy5Bfkn3+HJTYXRNdmWXtA1nmJfu1lgRNcQw2encV/2J0I7OdIXM1YIzH/FQ9WX4i1JF4RP1dBDNZ+/S7lx/onDcIfdi8x4pYpSxgAAAAASUVORK5CYII=",WT="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAMAAADXqc3KAAAA51BMVEUAAABRT2tSUGpRT2tQUHBQUGjwtcxRT2tRUGtST2tSTmrvsMnvt89QUHDqTIpkXHhST2zQobmfdpPrTYrGVoHqS4nwtszvtMzvtc3vr89RT2vwtczASHb09vnIXYbt4OncqMDqTInGVoBbVnHqp8GqiKJlXHfz2+bsrsfkmrfIm7SggpvScZfKaY/q1uDtgKvRiKaNdY/MY4vy7fLy5Ozxydrxw9bhtcjnobzVlK/diam0j6jYfqHVeJyXfJWcd5TrXJOCb4l5aYNvYn3DUXzxzd3kwNDSorrth6/CjqnAeZnNdJaDb4nDaCDkAAAAGnRSTlMA73C/ICDv37+ff3AgEL+AgO/v7+/fr6BgELJb3PQAAAE/SURBVCjPXZHnUsMwEIRlOySkhw66k+24YScx6b0XOu//PJw0mozh+6Efu6ddzYlpqiWrwLlhmTmW5cLiZ4oZyzR4BsNkmhL/R0nPcx6FR6357ZbPuanyKefT62yjn37/cJwPbjeUJnuKNPeFuAaFjXhNgkUXONHDdR6CJIkh8HArlSo1UIUbx6sTEt4CZlfSaLBLOl2YeaixA2irLKrey4AzA4jpXQVG7hI6mCGBPonSaIF9StMUMe0hzrGjslhBGp7tDIUzfRPTnvhWhiHLQxjYQrwIoQ5nAXtZ3uD8AAkKYTsk0sAocNVSqqpkRaK+MYYNSTkms3wXXodCMZpAKD9FLzF6Bxg/ExMgXS+RluKHkGEZUYOi7sIf3DrTlPNAfOx2XSDyj+xM5QGg2yTIua+wLJVy7abZvKuVn7TwCyKmN+3PjJblAAAAAElFTkSuQmCC",KT="data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGcgaWQ9IkZyYW1lIj4KPHBhdGggaWQ9IlZlY3RvciIgZD0iTTguNzEwMjMgMTMuMzg3NkwxMy4yODkzIDguODA4NkwxNC4wOTc3IDguMDAwMjJMMTMuMjg5NyA3LjE5MjIyTDguNzEwMjMgMi42MTI3OUw3LjkwMjIzIDMuNDIwNzlMMTEuOTA5NSA3LjQyODc5SDEuOTA1NjZWOC41NzE2NUgxMS45MDk1TDcuOTAxODUgMTIuNTc5M0w4LjcxMDIzIDEzLjM4NzZaIiBmaWxsPSIjODM4MzgzIi8+CjwvZz4KPC9zdmc+Cg==";d();d();function _n(t){aa(t,{tab:{id:1,url:"https://www.fake.com",active:!0}}).catch(r=>{B.error("send content message request failed",t,r)}),document.querySelectorAll("iframe").forEach(r=>{r.contentWindow&&r.contentWindow.postMessage({author:ju,payload:t},"*")});let n=new CustomEvent(Mr,{detail:t});globalThis.document.dispatchEvent(n)}function GT(t){let{t:e}=Ce(),[n,r]=se(!0),[a,i]=se(!1),[o,s]=se(),[u,l]=se("home"),[c,p]=se(t.rule.subtitleRule),m=$e(c);m.current=c;let g=$e(a);g.current=a,Ae(()=>{let M=I=>{i(!1)};return document.addEventListener("click",M),()=>{document.removeEventListener("click",M)}},[i,g]);let f=Ve(M=>{M.stopPropagation(),i(!g.current)},[i,g]),T=M=>{l(M.key)},b=M=>{D(I=>(I={...I,...M},I)),_n({method:"updateGlobalCtx",data:{trigger:"quick_button"}})},h=Ue(()=>{let M=[{key:"70",label:"70%",selectIcon:!0},{key:"80",label:"80%",selectIcon:!0},{key:"90",label:"90%",selectIcon:!0},{key:"100",label:"100%",selectIcon:!0},{key:"110",label:"110%",selectIcon:!0},{key:"120",label:"120%",selectIcon:!0},{key:"130",label:"130%",selectIcon:!0}],I=[{key:"#FFFFFF",label:e("subtitle.quickButton.white"),selectIcon:!0},{key:"#FFFF00",label:e("subtitle.quickButton.yellow"),selectIcon:!0},{key:"#00FF00",label:e("subtitle.quickButton.green"),selectIcon:!0},{key:"#00FFFF",label:e("subtitle.quickButton.cyan"),selectIcon:!0},{key:"#0000FF",label:e("subtitle.quickButton.blue"),selectIcon:!0},{key:"#FF00FF",label:e("subtitle.quickButton.magenta"),selectIcon:!0},{key:"#FF0000",label:e("subtitle.quickButton.red"),selectIcon:!0},{key:"#080808",label:e("subtitle.quickButton.black"),selectIcon:!0}],S={home:{items:[{key:"enable",label:e("subtitle.autoEnableSubtitle"),selectIcon:!0,onClick:async()=>{await D(y=>(y.autoEnableSubtitle=!0,y)),_n({method:"autoEnableSubtitleChanged",data:{trigger:"quick_button"}}),i(!1)}},{key:"disable",label:e("subtitle.autoDisableSubtitle"),selectIcon:!0,onClick:async()=>{await D(y=>(y.autoEnableSubtitle=!1,y)),_n({method:"autoEnableSubtitleChanged",data:{trigger:"quick_button"}}),i(!1)}},{key:"close",label:e("subtitle.hideQuickButton"),selectIcon:!0,onClick:()=>{D(y=>(y.showQuickButton=!1,y)),r(!1),ot("close_subtitle_quick_button",[{name:"close_subtitle_quick_button"}],t),i(!1)}},{key:"setting",label:e("subtitle.quickButton.setting"),selectIcon:!0,rightIcon:!0,onClick:()=>{l("setting")}}]},setting:{title:e("subtitle.quickButton.setting"),onBackClick:()=>l("home"),onItemClick:T,items:[{key:"translationPosition",label:e("subtitle.quickButton.translationPosition"),rightIcon:!0},{key:"sourceFontSize",label:e("subtitle.quickButton.sourceFontSize"),rightIcon:!0},{key:"translationFontSize",label:e("subtitle.quickButton.translationFontSize"),rightIcon:!0},{key:"sourceTextColor",label:e("subtitle.quickButton.sourceTextColor"),rightIcon:!0},{key:"translationTextColor",label:e("subtitle.quickButton.translationTextColor"),rightIcon:!0},{key:"backgroundColor",label:e("subtitle.quickButton.backgroundColor"),rightIcon:!0},{key:"backgroundOpacity",label:e("subtitle.quickButton.backgroundOpacity"),rightIcon:!0}]},translationPosition:{title:e("subtitle.quickButton.translationPosition"),onBackClick:()=>l("setting"),onItemClick:y=>{b({translationPosition:y.key})},items:[{key:"top",label:e("subtitle.quickButton.translationPositionTop"),selectIcon:!0},{key:"bottom",label:e("subtitle.quickButton.translationPositionBottom"),selectIcon:!0}]},sourceFontSize:{title:e("subtitle.quickButton.sourceFontSize"),onBackClick:()=>l("setting"),onItemClick:y=>{b({sourceFontSize:y.key})},items:M},translationFontSize:{title:e("subtitle.quickButton.translationFontSize"),onBackClick:()=>l("setting"),onItemClick:y=>{b({translationFontSize:y.key})},items:M},sourceTextColor:{title:e("subtitle.quickButton.sourceTextColor"),onBackClick:()=>l("setting"),onItemClick:y=>{b({sourceTextColor:y.key})},items:I},translationTextColor:{title:e("subtitle.quickButton.translationTextColor"),onBackClick:()=>l("setting"),onItemClick:y=>{b({translationTextColor:y.key})},items:I},backgroundColor:{title:e("subtitle.quickButton.backgroundColor"),onBackClick:()=>l("setting"),onItemClick:y=>{b({backgroundColor:y.key})},items:I},backgroundOpacity:{title:e("subtitle.quickButton.backgroundOpacity"),onBackClick:()=>l("setting"),onItemClick:y=>{b({backgroundOpacity:y.key})},items:[{key:"0",label:"0%",selectIcon:!0},{key:"25",label:"25%",selectIcon:!0},{key:"50",label:"50%",selectIcon:!0},{key:"75",label:"75%",selectIcon:!0},{key:"100",label:"100%",selectIcon:!0}]}};return S.setting.items.forEach(y=>{let L=c[y.key],A=S[y.key].items.find(v=>v.key===L);y.value=A?.label}),S},[c]),E=Ue(()=>{let M=h[u];return u==="home"?{...M,items:M.items.filter(I=>t.rule.subtitleRule.attachRule?!0:I.key!=="setting")}:M},[u,t]);Ae(()=>{if(u==="home")s(c.autoEnableSubtitle?"enable":"disable");else{if(u=="setting")return;s(c[u])}},[u,c]),Ae(()=>{a&&l("home")},[a]);let D=Ve(async M=>{let I=await Or();I.generalRule||(I.generalRule={}),I.generalRule["subtitleRule.add"]||(I.generalRule["subtitleRule.add"]={}),I.generalRule["subtitleRule.add"]=M(I.generalRule["subtitleRule.add"]),await ds(I);let S={...m.current,...I.generalRule["subtitleRule.add"]};p(S),_T(S)},[m,p]);return{visible:n,selectType:u,selectKey:o,contentVisible:a,activeSetting:E,handleButtonClick:f}}function $T(t){let{t:e}=Ce(),{visible:n,selectKey:r,contentVisible:a,activeSetting:i,handleButtonClick:o}=GT(t.ctx);return n?w("div",{class:`${Fn}-button`,onClick:o,children:[w(ck,{}),w("span",{class:"label",children:e("subtitle.bilingual")}),w("div",{onClick:s=>{s.stopPropagation(),i.onBackClick?.()},class:`${Fn}-pop-content ${a?"show":""}`,children:[!!i.title&&w("div",{class:"content-header",children:[w(pk,{}),w("span",{children:i.title})]}),i.items.map(s=>w("p",{"immersive-translate-subtitle-type":"enable",class:`${s.key===r?"select":""}`,onClick:u=>{u.stopPropagation(),s.onClick?s.onClick(s):i.onItemClick?.(s)},children:[s.selectIcon&&w(dk,{}),w("label",{children:s.label}),s.value&&w("span",{children:s.value}),s.rightIcon&&w(gk,{})]},s.key))]})]}):null}var Fn="imt-quick-subtitle",VT=` +`+r,IT)}}function zs(t){[...document.querySelectorAll(`#${BT}`)].forEach(e=>e.remove()),document.querySelector(`[data-id="${IT}"]`)?.remove()}d();function RT(t){let e=document.createElement("span");return e.innerHTML=t,(e.textContent||"").trim()}function qe(t,e,n){ot("translate_video_subtitle",[{name:"translate_video_subtitle",params:{video_platform:n||t.rule.id||""}}],{...t,sourceLanguage:e||"auto"})}function nt(t,e){return e.indexOf("zh")>=0?t==="zh-CN"||t==="zh-TW":t==e}function OT(t){let{url:e,method:n,headers:r,body:a}=t,i=new Headers;for(let[u,l]of Object.entries(r))i.append(u,l);let o;return typeof a=="object"?(delete a._formatBodyType,o=JSON.stringify(a)):typeof a=="string"&&(o=a),new Request(e,{method:n,headers:i,body:o})}function zT(t){return t?Object.entries(t).reduce((e,[n,r])=>{if(r==null||r==null||typeof r=="object"&&Object.keys(r).length===0)return e;if(n=="body"&&typeof r=="object"&&r._formatBodyType=="FormData"){let a=new FormData;for(let[i,o]of Object.entries(r))i!=="_formatBodyType"&&a.append(i,o);return e[n]=a,e}return e[n]=r,e},{}):null}function Xa(t){return t.replace(/\n/g," ")}d();d();var po="imt-subtitle-inject",Tc=class{from;to;constructor(e,n){this.from=e,this.to=n}sendMessages(e){globalThis.postMessage({type:po,to:this.to,from:this.from,action:e.action,data:e.data,id:e.id||new Date().getTime(),isAsync:!1})}getRandomId(){return(new Date().getTime()+Math.random())*Math.random()}sendAsyncMessages({action:e,data:n}){return new Promise(r=>{let a=this.getRandomId();globalThis.postMessage({type:po,to:this.to,from:this.from,action:e,data:n,id:a,isAsync:!0});let i=({data:o})=>{po===o.type&&o.id===a&&o.to===this.from&&(r(o.data),globalThis.removeEventListener("message",i))};globalThis.addEventListener("message",i)})}handleMessageOnce(e){return new Promise(n=>{let r=({data:a})=>{po===a.type&&a.action===e&&a.to===this.from&&(n(a.data),globalThis.removeEventListener("message",r))};globalThis.addEventListener("message",r)})}handleMessage(e,n){let r=({data:a})=>{po===a.type&&a.action===e&&a.to===this.from&&n(a)};return globalThis.addEventListener("message",r),()=>{globalThis.removeEventListener("message",r)}}handleMessages(e){let n=({data:r})=>{po===r.type&&r.to===this.from&&e(r)};return globalThis.addEventListener("message",n),()=>{globalThis.removeEventListener("message",n)}}},yc=new Tc("content-script","inject"),lk=new Tc("inject","content-script"),NT={get(t,e,n){return e in t?(...r)=>{let a=t[e];return typeof a=="function"?a.apply(t,r):Reflect.get(t,e,n)}:r=>t.sendAsyncMessages({action:e,data:r})}},FJ=new Proxy(lk,NT),UT=new Proxy(yc,NT);d();d();var vc='',qT="data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgZmlsbD0ibm9uZSI+PHBhdGggZmlsbD0iI0ZGQzczNiIgZD0iTTMgN2gxN3YxMEgzeiIvPjxwYXRoIGZpbGw9InVybCgjYSkiIGQ9Ik02Ljg5NyA5LjI0MmMuNDE1IDAgLjcyLjExMS45MjguMzQ3LjIwNy4yMzUuMzE4LjUyNy4zMTguODczcy0uMTEuNjIzLS4zMTguODQ1Yy0uMjA4LjIyMi0uNTI3LjMzMy0uOTI4LjMzM2gtMS4zM1Y5LjI0MmgxLjMzWm05Ljg0NiAxLjc4OGMuMzg4IDAgLjY2NS4xNTIuODQ1LjQ1Ny4xNTIuMjY0LjIzNS41ODIuMjYzLjk4NHYuMzE5YzAgLjQ5OS0uMDgzLjg4Ny0uMjYzIDEuMTkyLS4xOC4zMDQtLjQ1Ny40NTctLjgzLjQ1Ny0uMzg5IDAtLjY2Ni0uMTUzLS44NDYtLjQ0NC0uMTUyLS4yNjMtLjIzNS0uNTk1LS4yNjMtMS4wMTF2LS4yOTFjMC0uNDg1LjA4My0uODczLjI2My0xLjE3OC4xOC0uMzA1LjQ0My0uNDg1LjgzMS0uNDg1Wm0tMy40MDctMS4xMzZhMS4xNyAxLjE3IDAgMCAwLS43MDYuMjM1IDEuNDgyIDEuNDgyIDAgMCAwLS40MTUuNWwtLjA4My4xNjUtLjA3LS44MDNoLTEuMzU3djUuNDMyaDEuNDU0di0zLjY1OWEuODguODggMCAwIDEgLjMxOS0uMzg4Yy4xMS0uMDY5LjI1LS4xMS40MTUtLjEyNGguMTI1bC41NC4wMTQuMTY2LTEuMzE3Yy0uMDctLjAxNC0uMTI0LS4wMjgtLjE5NC0uMDQxLS4wNTUtLjAxNC0uMTI0LS4wMTQtLjE5NC0uMDE0Wk02Ljg5NiA4LjEySDQuMTE0djcuMzE3aDEuNDY4VjEyLjc5aDEuMzNjLjg0NCAwIDEuNDk1LS4yMDggMS45OC0uNjM4LjQ4NS0uNDMuNzItLjk4My43Mi0xLjY5cy0uMjM1LTEuMjYxLS43Mi0xLjY5Yy0uNDQzLS4zODktMS4wMzktLjYxLTEuNzczLS42MzhsLS4yMjEtLjAxNFptOS44NDcgMS43NzRjLS44MDMgMC0xLjQyNi4yNjMtMS44ODMuNzc2LS40MTYuNDctLjYzNyAxLjA2Ny0uNjc5IDEuNzczdi4zMzNjMCAuODE4LjIyMiAxLjQ4My42NzkgMS45OTUuNDU3LjUxMyAxLjA4Ljc3NiAxLjg4My43NzYuODA0IDAgMS40MjctLjI2MyAxLjg4NC0uNzc2LjQxNS0uNDcuNjM3LTEuMDUzLjY3OC0xLjc3M3YtLjMzM2MwLS44MTctLjIyMS0xLjQ4Mi0uNjc4LTEuOTk1LS40NTctLjUxMy0xLjA4LS43NzYtMS44ODQtLjc3NlpNMTguMDAzIDZhNiA2IDAgMCAxIDAgMTJIMFY5LjQyM0EzLjQyIDMuNDIgMCAwIDEgMy40MiA2aDE0LjU4M1oiLz48ZGVmcz48bGluZWFyR3JhZGllbnQgaWQ9ImEiIHgxPSI3LjUiIHgyPSIyMiIgeTE9IjE5IiB5Mj0iNiIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiPjxzdG9wIHN0b3AtY29sb3I9IiMyMjIiLz48c3RvcCBvZmZzZXQ9IjEiIHN0b3AtY29sb3I9IiM2OTY5NjkiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48L3N2Zz4=",jT="data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIxMiIgZmlsbD0ibm9uZSI+PHBhdGggZmlsbD0iIzk5OSIgZD0iTTYuODk3IDMuMjQyYy40MTUgMCAuNzIuMTExLjkyOC4zNDcuMjA3LjIzNS4zMTguNTI2LjMxOC44NzMgMCAuMzQ2LS4xMS42MjMtLjMxOC44NDUtLjIwOC4yMjItLjUyNy4zMzMtLjkyOC4zMzNoLTEuMzNWMy4yNDJoMS4zM1ptOS44NDYgMS43ODhjLjM4OCAwIC42NjUuMTUyLjg0NS40NTcuMTUyLjI2NC4yMzUuNTgyLjI2My45ODR2LjMxOWMwIC40OTktLjA4My44ODctLjI2MyAxLjE5Mi0uMTguMzA0LS40NTcuNDU3LS44My40NTctLjM4OSAwLS42NjYtLjE1My0uODQ2LS40NDQtLjE1Mi0uMjYzLS4yMzUtLjU5NS0uMjYzLTEuMDExdi0uMjkxYzAtLjQ4NS4wODMtLjg3My4yNjMtMS4xNzguMTgtLjMwNS40NDMtLjQ4NS44MzEtLjQ4NVptLTMuNDA3LTEuMTM2YTEuMTcgMS4xNyAwIDAgMC0uNzA2LjIzNSAxLjQ4MiAxLjQ4MiAwIDAgMC0uNDE1LjVsLS4wODMuMTY1LS4wNy0uODAzaC0xLjM1N3Y1LjQzMmgxLjQ1NFY1Ljc2NGEuODguODggMCAwIDEgLjMxOS0uMzg4Yy4xMS0uMDY5LjI1LS4xMS40MTUtLjEyNGguMTI1bC41NC4wMTQuMTY2LTEuMzE3Yy0uMDctLjAxNC0uMTI0LS4wMjgtLjE5NC0uMDQxLS4wNTUtLjAxNC0uMTI0LS4wMTQtLjE5NC0uMDE0Wk02Ljg5NiAyLjEySDQuMTE0djcuMzE3aDEuNDY4VjYuNzloMS4zM2MuODQ0IDAgMS40OTUtLjIwOCAxLjk4LS42MzguNDg1LS40My43Mi0uOTgzLjcyLTEuNjlzLS4yMzUtMS4yNjEtLjcyLTEuNjljLS40NDMtLjM4OS0xLjAzOS0uNjEtMS43NzMtLjYzOGwtLjIyMS0uMDE0Wm05Ljg0NyAxLjc3NGMtLjgwMyAwLTEuNDI2LjI2My0xLjg4My43NzYtLjQxNi40Ny0uNjM3IDEuMDY3LS42NzkgMS43NzN2LjMzM2MwIC44MTguMjIyIDEuNDgzLjY3OSAxLjk5NS40NTcuNTEzIDEuMDguNzc2IDEuODgzLjc3Ni44MDQgMCAxLjQyNy0uMjYzIDEuODg0LS43NzYuNDE1LS40Ny42MzctMS4wNTMuNjc4LTEuNzczdi0uMzMzYzAtLjgxNy0uMjIxLTEuNDgzLS42NzgtMS45OTUtLjQ1Ny0uNTEzLTEuMDgtLjc3Ni0xLjg4NC0uNzc2Wk0xOC4wMDMgMGE2IDYgMCAwIDEgMCAxMkgwVjMuNDIzQTMuNDIgMy40MiAwIDAgMSAzLjQyIDBoMTQuNTgzWiIvPjwvc3ZnPg==";var HT="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAMAAADXqc3KAAAAn1BMVEUAAADt7vHu7vLu7vLv7+/n5+fFxcXu7vHv7/PHx8eamprt7fLt7fHn5+vGxsbS09Surq6fn5+ZmZmZmZnGxsbGxsbt7/K/v7/Hx8ft7vHGxsaZmZn09vnk5eeqqquenp7p6u3X2NnLy8vU1dbr7O67u7uvr6/o6evh4uPR0dLCwsLAwMDZ2ty9vb6kpaWhoaHe3+HPz8+zs7OkpKTc3d7Gt0R8AAAAGXRSTlMA779wIBDv338gv5+AgHDv7+/v36+gn3BgD0kJmgAAAS1JREFUKM9dkOmSgyAQhNFo7mTvYwYEBa9oorne/9l2hqJSbr4q+NHNdBcjAukyXgBE8SwRU5IYHmwm1iyCCdFMBJbwxDK8B2iKLGjl8VAC+JmEcqzRrmnP5yzrbm93SuOeDQCcpNToGaV8ISGmAfBGPce+qjrsjSxYSbkBGtt1tZGEueLpwsZW8A8snlj2jD0efRZVtxzw4Ia2BFgIch1qOaHCM4lsHHA0WpOpKyk7qX2WWLBhhhxU7grlKlV7I+LyAm+DUplS/sqv2HL5FiDDSio15CQOdHrrl5L6kpqEMOHwTlIiOKu0WIDy5Bfkn3+HJTYXRNdmWXtA1nmJfu1lgRNcQw2encV/2J0I7OdIXM1YIzH/FQ9WX4i1JF4RP1dBDNZ+/S7lx/onDcIfdi8x4pYpSxgAAAAASUVORK5CYII=",WT="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAMAAADXqc3KAAAA51BMVEUAAABRT2tSUGpRT2tQUHBQUGjwtcxRT2tRUGtST2tSTmrvsMnvt89QUHDqTIpkXHhST2zQobmfdpPrTYrGVoHqS4nwtszvtMzvtc3vr89RT2vwtczASHb09vnIXYbt4OncqMDqTInGVoBbVnHqp8GqiKJlXHfz2+bsrsfkmrfIm7SggpvScZfKaY/q1uDtgKvRiKaNdY/MY4vy7fLy5Ozxydrxw9bhtcjnobzVlK/diam0j6jYfqHVeJyXfJWcd5TrXJOCb4l5aYNvYn3DUXzxzd3kwNDSorrth6/CjqnAeZnNdJaDb4nDaCDkAAAAGnRSTlMA73C/ICDv37+ff3AgEL+AgO/v7+/fr6BgELJb3PQAAAE/SURBVCjPXZHnUsMwEIRlOySkhw66k+24YScx6b0XOu//PJw0mozh+6Efu6ddzYlpqiWrwLlhmTmW5cLiZ4oZyzR4BsNkmhL/R0nPcx6FR6357ZbPuanyKefT62yjn37/cJwPbjeUJnuKNPeFuAaFjXhNgkUXONHDdR6CJIkh8HArlSo1UIUbx6sTEt4CZlfSaLBLOl2YeaixA2irLKrey4AzA4jpXQVG7hI6mCGBPonSaIF9StMUMe0hzrGjslhBGp7tDIUzfRPTnvhWhiHLQxjYQrwIoQ5nAXtZ3uD8AAkKYTsk0sAocNVSqqpkRaK+MYYNSTkms3wXXodCMZpAKD9FLzF6Bxg/ExMgXS+RluKHkGEZUYOi7sIf3DrTlPNAfOx2XSDyj+xM5QGg2yTIua+wLJVy7abZvKuVn7TwCyKmN+3PjJblAAAAAElFTkSuQmCC",KT="data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGcgaWQ9IkZyYW1lIj4KPHBhdGggaWQ9IlZlY3RvciIgZD0iTTguNzEwMjMgMTMuMzg3NkwxMy4yODkzIDguODA4NkwxNC4wOTc3IDguMDAwMjJMMTMuMjg5NyA3LjE5MjIyTDguNzEwMjMgMi42MTI3OUw3LjkwMjIzIDMuNDIwNzlMMTEuOTA5NSA3LjQyODc5SDEuOTA1NjZWOC41NzE2NUgxMS45MDk1TDcuOTAxODUgMTIuNTc5M0w4LjcxMDIzIDEzLjM4NzZaIiBmaWxsPSIjODM4MzgzIi8+CjwvZz4KPC9zdmc+Cg==";d();d();function _n(t){aa(t,{tab:{id:1,url:"https://www.fake.com",active:!0}}).catch(r=>{B.error("send content message request failed",t,r)}),document.querySelectorAll("iframe").forEach(r=>{r.contentWindow&&r.contentWindow.postMessage({author:ju,payload:t},"*")});let n=new CustomEvent(Mr,{detail:t});globalThis.document.dispatchEvent(n)}function GT(t){let{t:e}=Ce(),[n,r]=se(!0),[a,i]=se(!1),[o,s]=se(),[u,l]=se("home"),[c,p]=se(t.rule.subtitleRule),m=$e(c);m.current=c;let g=$e(a);g.current=a,Ae(()=>{let M=I=>{i(!1)};return document.addEventListener("click",M),()=>{document.removeEventListener("click",M)}},[i,g]);let f=Ve(M=>{M.stopPropagation(),i(!g.current)},[i,g]),T=M=>{l(M.key)},b=M=>{D(I=>(I={...I,...M},I)),_n({method:"updateGlobalCtx",data:{trigger:"quick_button"}})},h=Ue(()=>{let M=[{key:"50",label:"50%",selectIcon:!0},{key:"70",label:"70%",selectIcon:!0},{key:"80",label:"80%",selectIcon:!0},{key:"90",label:"90%",selectIcon:!0},{key:"100",label:"100%",selectIcon:!0},{key:"110",label:"110%",selectIcon:!0},{key:"120",label:"120%",selectIcon:!0},{key:"130",label:"130%",selectIcon:!0},{key:"150",label:"150%",selectIcon:!0}],I=[{key:"#FFFFFF",label:e("subtitle.quickButton.white"),selectIcon:!0},{key:"#FFFF00",label:e("subtitle.quickButton.yellow"),selectIcon:!0},{key:"#00FF00",label:e("subtitle.quickButton.green"),selectIcon:!0},{key:"#00FFFF",label:e("subtitle.quickButton.cyan"),selectIcon:!0},{key:"#0000FF",label:e("subtitle.quickButton.blue"),selectIcon:!0},{key:"#FF00FF",label:e("subtitle.quickButton.magenta"),selectIcon:!0},{key:"#FF0000",label:e("subtitle.quickButton.red"),selectIcon:!0},{key:"#080808",label:e("subtitle.quickButton.black"),selectIcon:!0}],S={home:{items:[{key:"enable",label:e("subtitle.autoEnableSubtitle"),selectIcon:!0,onClick:async()=>{await D(v=>(v.autoEnableSubtitle=!0,v)),_n({method:"autoEnableSubtitleChanged",data:{trigger:"quick_button"}}),i(!1)}},{key:"disable",label:e("subtitle.autoDisableSubtitle"),selectIcon:!0,onClick:async()=>{await D(v=>(v.autoEnableSubtitle=!1,v)),_n({method:"autoEnableSubtitleChanged",data:{trigger:"quick_button"}}),i(!1)}},{key:"close",label:e("subtitle.hideQuickButton"),selectIcon:!0,onClick:()=>{D(v=>(v.showQuickButton=!1,v)),r(!1),ot("close_subtitle_quick_button",[{name:"close_subtitle_quick_button"}],t),i(!1)}},{key:"setting",label:e("subtitle.quickButton.setting"),selectIcon:!0,rightIcon:!0,onClick:()=>{l("setting")}}]},setting:{title:e("subtitle.quickButton.setting"),onBackClick:()=>l("home"),onItemClick:T,items:[{key:"translationPosition",label:e("subtitle.quickButton.translationPosition"),rightIcon:!0},{key:"sourceFontSize",label:e("subtitle.quickButton.sourceFontSize"),rightIcon:!0},{key:"translationFontSize",label:e("subtitle.quickButton.translationFontSize"),rightIcon:!0},{key:"sourceTextColor",label:e("subtitle.quickButton.sourceTextColor"),rightIcon:!0},{key:"translationTextColor",label:e("subtitle.quickButton.translationTextColor"),rightIcon:!0},{key:"backgroundColor",label:e("subtitle.quickButton.backgroundColor"),rightIcon:!0},{key:"backgroundOpacity",label:e("subtitle.quickButton.backgroundOpacity"),rightIcon:!0}]},translationPosition:{title:e("subtitle.quickButton.translationPosition"),onBackClick:()=>l("setting"),onItemClick:v=>{b({translationPosition:v.key})},items:[{key:"top",label:e("subtitle.quickButton.translationPositionTop"),selectIcon:!0},{key:"bottom",label:e("subtitle.quickButton.translationPositionBottom"),selectIcon:!0}]},sourceFontSize:{title:e("subtitle.quickButton.sourceFontSize"),onBackClick:()=>l("setting"),onItemClick:v=>{b({sourceFontSize:v.key})},items:M},translationFontSize:{title:e("subtitle.quickButton.translationFontSize"),onBackClick:()=>l("setting"),onItemClick:v=>{b({translationFontSize:v.key})},items:M},sourceTextColor:{title:e("subtitle.quickButton.sourceTextColor"),onBackClick:()=>l("setting"),onItemClick:v=>{b({sourceTextColor:v.key})},items:I},translationTextColor:{title:e("subtitle.quickButton.translationTextColor"),onBackClick:()=>l("setting"),onItemClick:v=>{b({translationTextColor:v.key})},items:I},backgroundColor:{title:e("subtitle.quickButton.backgroundColor"),onBackClick:()=>l("setting"),onItemClick:v=>{b({backgroundColor:v.key})},items:I},backgroundOpacity:{title:e("subtitle.quickButton.backgroundOpacity"),onBackClick:()=>l("setting"),onItemClick:v=>{b({backgroundOpacity:v.key})},items:[{key:"0",label:"0%",selectIcon:!0},{key:"25",label:"25%",selectIcon:!0},{key:"50",label:"50%",selectIcon:!0},{key:"75",label:"75%",selectIcon:!0},{key:"100",label:"100%",selectIcon:!0}]}};return S.setting.items.forEach(v=>{let k=c[v.key],A=S[v.key].items.find(y=>y.key===k);v.value=A?.label}),S},[c]),E=Ue(()=>{let M=h[u];return u==="home"?{...M,items:M.items.filter(I=>t.rule.subtitleRule.attachRule?!0:I.key!=="setting")}:M},[u,t]);Ae(()=>{if(u==="home")s(c.autoEnableSubtitle?"enable":"disable");else{if(u=="setting")return;s(c[u])}},[u,c]),Ae(()=>{a&&l("home")},[a]);let D=Ve(async M=>{let I=await Or();I.generalRule||(I.generalRule={}),I.generalRule["subtitleRule.add"]||(I.generalRule["subtitleRule.add"]={}),I.generalRule["subtitleRule.add"]=M(I.generalRule["subtitleRule.add"]),await ds(I);let S={...m.current,...I.generalRule["subtitleRule.add"]};p(S),_T(S)},[m,p]);return{visible:n,selectType:u,selectKey:o,contentVisible:a,activeSetting:E,handleButtonClick:f}}function $T(t){let{t:e}=Ce(),{visible:n,selectKey:r,contentVisible:a,activeSetting:i,handleButtonClick:o}=GT(t.ctx);return n?w("div",{class:`${Fn}-button`,onClick:o,children:[w(ck,{}),w("span",{class:"label",children:e("subtitle.bilingual")}),w("div",{onClick:s=>{s.stopPropagation(),i.onBackClick?.()},class:`${Fn}-pop-content ${a?"show":""}`,children:[!!i.title&&w("div",{class:"content-header",children:[w(pk,{}),w("span",{children:i.title})]}),i.items.map(s=>w("p",{"immersive-translate-subtitle-type":"enable",class:`${s.key===r?"select":""}`,onClick:u=>{u.stopPropagation(),s.onClick?s.onClick(s):i.onItemClick?.(s)},children:[s.selectIcon&&w(dk,{}),w("label",{children:s.label}),s.value&&w("span",{children:s.value}),s.rightIcon&&w(gk,{})]},s.key))]})]}):null}var Fn="imt-quick-subtitle",VT=` .${Fn}-button { display: flex; align-items: center; @@ -5666,7 +5666,7 @@ ${s}`)}),ha(e)}async getHumanSubtitleUrls(e,n){if(!n)return null;let r=n.find(s= `)){if(n.startsWith('EXT-X-DS-MARKER:ID="INT-END"'))break;n.endsWith(".vtt")&&e.push(n)}return e}d();var _c=class extends je{autoShowObserver=null;videoSrc=null;loadSubtitleWithFetch(e,n){return this.loadSubtitle(e,n)}async loadSubtitle(e,n){try{this.showSubtitleLoading(!0);let r=await this.fetchSubtitle(e,n);if(!r)return null;let a=hc(r);if(!a)return;let i=[...a.document.querySelectorAll("p")].filter(c=>c.textContent?.trim()),o=i.map(c=>c.textContent||"");if(!o.length)return null;let s=await Ie({text:o.join(` `),pageLangs:[ht(),"en"]});return nt(he(s),this.ctx.targetLanguage)?null:(qe(this.ctx,he(s)),(await this._translateSubtitle(o,s,"
")).forEach((c,p)=>{i[p]&&(i[p].innerHTML=c)}),bc(a.arrayBuffer,a.document))}catch(r){return B.error(r),null}finally{this.hideSubtitleLoading()}}async fetchSubtitle(e,n){let r=await fetch(e,n);if(!r.ok)throw new Error("request subtitle error");return await r.arrayBuffer()}};d();var Fc=class extends je{async requestSubtitle(e){let n=await We(Ee(),{});if(this.initConfig(n),!this.isEnableSubtitle())return;let r=this.config.videoSelector;if(!r)return;let a=document.querySelector(r);if(!a)return;let i=await this.parseVTTUrl(e);if(!i)return;let s=await new go(this.ctx).loadSubtitle(i.url);if(!s)return;let u=jg(s);AT(a),Gg(a,i.lang,i.lang,u,!0)}parseVTTUrl(e){if(e?.webvtt){let[n,r]=Object.entries(e?.webvtt||{})[0];return{url:r,lang:n}}}};d();var Mc=class extends je{autoShowObserver=null;videoSrc=null;subtitleMap={};currentLang="en";mutationVideoChange(){let e=this.config;this.autoShowObserver&&this.autoShowObserver.disconnect(),this.autoShowObserver=new MutationObserver(()=>{if(e.videoSelector){let n=document.querySelector(e.videoSelector),r=n&&n.getAttribute("src");r&&r!=this.videoSrc&&(this.videoSrc=r,this.subtitleMap={})}if(e.activeLangSelector){let n=document.querySelector(e.activeLangSelector);if(!n)return;let r=Tk(n?.textContent);if(r&&r==this.currentLang)return;this.currentLang=r,this.attachMultiSubtitle(r)}}),this.autoShowObserver.observe(document,{subtree:!0,childList:!0})}loadSubtitleWithFetch(e,n){return this.loadSubtitle(e,n)}async loadSubtitle(e,n){try{let r=await this.fetchSubtitle(e,n);if(!r)return null;let a=fa(r),i=await Pl(a.subtitles.map(o=>o.text).join(" "));return nt(he(i),this.ctx.targetLanguage)||(this.subtitleMap[i]=a,i===this.currentLang&&this.attachMultiSubtitle(i)),null}catch(r){return B.error(r),null}}attachMultiSubtitle(e){if(!e||e=="auto"||!this.config.attachRule?.appendSelector)return;let n=this.subtitleMap[e];n&&(qe(this.ctx,e),qr(this.ctx,this.config.attachRule?.appendSelector||"",{videoSelector:this.config.videoSelector||"video",subtitleItems:n.subtitles,ctx:this.ctx,lang:e}))}async fetchSubtitle(e,n){let r=await fetch(e,n);if(!r.ok)throw new Error("request subtitle error");return(await r.text()||"").replace(/\r\n/g,` `)}},JT={af:"Afrikaans",am:"Amharic",ar:"Arabic",auto:"Automatic",az:"Azerbaijani",be:"Belarusian",bg:"Bulgarian",bn:"Bengali",bs:"Bosnian",ca:"Catalan",ceb:"Cebuano",co:"Corsican",cs:"Czech",cy:"Welsh",da:"Danish",de:"German",el:"Greek",en:"English",eo:"Esperanto",es:"Spanish",et:"Estonian",eu:"Basque",fa:"Persian",fi:"Finnish",fil:"Filipino",fj:"Fijian",fr:"French",fy:"Frisian",ga:"Irish",gd:"Scots Gaelic",gl:"Galician",gu:"Gujarati",ha:"Hausa",haw:"Hawaiian",he:"Hebrew",hi:"Hindi",hmn:"Hmong",hr:"Croatian",ht:"Haitian Creole",hu:"Hungarian",hy:"Armenian",id:"Indonesian",ig:"Igbo",is:"Icelandic",it:"Italian",ja:"Japanese",jw:"Javanese",ka:"Georgian",kk:"Kazakh",km:"Khmer",kn:"Kannada",ko:"Korean",ku:"Kurdish",ky:"Kyrgyz",la:"Latin",lb:"Luxembourgish",lo:"Lao",lt:"Lithuanian",lv:"Latvian",mg:"Malagasy",mi:"Maori",mk:"Macedonian",ml:"Malayalam",mn:"Mongolian",mr:"Marathi",ms:"Malay",mt:"Maltese",mww:"Hmong Daw",my:"Burmese",ne:"Nepali",nl:"Dutch",no:"Norwegian",ny:"Nyanja (Chichewa)",otq:"Quer\xE9taro Otomi",pa:"Punjabi",pl:"Polish",ps:"Pashto",pt:"Portuguese","pt-br":"Portuguese (Brazil)",ro:"Romanian",ru:"Russian",sd:"Sindhi",si:"Sinhala (Sinhalese)",sk:"Slovak",sl:"Slovenian",sm:"Samoan",sn:"Shona",so:"Somali",sq:"Albanian",sr:"Serbian","sr-Cyrl":"Serbian (Cyrillic)","sr-Latn":"Serbian (Latin)",st:"Sesotho",su:"Sundanese",sv:"Swedish",sw:"Swahili",ta:"Tamil",te:"Telugu",tg:"Tajik",th:"Thai",tlh:"Klingon","tlh-Qaak":"Klingon (pIqaD)",to:"Tongan",tr:"Turkish",ty:"Tahitian",ug:"Uyghur",uk:"Ukrainian",ur:"Urdu",uz:"Uzbek",vi:"Vietnamese",wyw:"Welayta",xh:"Xhosa",yi:"Yiddish",yo:"Yoruba",yua:"Yucatec Maya",yue:"Cantonese",bo:"Tibetan",sa:"Sanskrit","zh-CN":"Chinese (Simplified)","zh-TW":"Chinese (Traditional)",zu:"Zulu"};function Tk(t){if(!t)return null;let e={};return Object.keys(JT).forEach(n=>{let r=JT[n];e[r]=n}),e[t]}d();d();var fo=class extends ba{mutationVideoChange(){let e=this.config,n=document,r=null;this.autoShowObserver&&this.autoShowObserver.disconnect(),e.videoPlayerSelector&&(this.autoShowObserver=new MutationObserver(()=>{let a=n.querySelector(e.videoPlayerSelector),i=a?.querySelector("source"),o="";i?o=i.getAttribute("src")||"":o=a?.getAttribute("src")||"",a?.textTracks.length&&(o&&o!==this.videoSrc||r&&r!=a)&&(r=a,this.videoSrc=o,!(e.videoADSelector&&document.querySelector(e.videoADSelector))&&this.isEnableSubtitle()&&this.mutationSubtitleChange(a))}),this.autoShowObserver.observe(n,{subtree:!0,childList:!0}))}mutationSubtitleChange(e){if(!e)return;this.removeCueChangeListeners.forEach(a=>a()),e?.textTracks?.length&&qe(this.ctx,he(e.textTracks[0].language),`${this.ctx.rule.id}_text_track_dynamic`),[...e.textTracks].forEach(a=>{this.handleTextTracks(a)})}handleTextTracks(e){let n=r=>{B.debug("handEvent",r.target);let a=[...e.cues||[]];if(!a.length)return;let i=a.filter(o=>!o.isTranslated);i.forEach(o=>o.isTranslated=!0),this.translateSubtitle(i,he(e.language))};e.addEventListener("cuechange",n),this.removeCueChangeListeners.push(()=>e.removeEventListener("cuechange",n))}};var Bc=class extends fo{constructor(e){super(e),new mo(e)}};d();d();d();d();d();var Qg=class{name;helper;build;detect;parse;constructor({name:e,build:n,detect:r,helper:a,parse:i}){this.name=e,this.helper=a,this.build=n,this.detect=o=>{if(typeof o!="string")throw new Error("Expected string content!");return r(o)},this.parse=(o,s)=>{if(typeof o!="string")throw new Error("Expected string content!");return i(o,s)}}},Kt=t=>new Qg(t);d();var yk="ssa",ei={toMilliseconds:t=>{let e=/^\s*(\d+:)?(\d{1,2}):(\d{1,2})(?:[.,](\d{1,3}))?\s*$/.exec(t);if(!e)throw new Error(`Invalid time format: ${t}`);let n=e[1]?parseInt(e[1].replace(":","")):0,r=parseInt(e[2]),a=parseInt(e[3]),i=e[4]?parseInt(e[4]):0;return n*3600*1e3+r*60*1e3+a*1e3+i*10},toTimeString:t=>{let e=Math.floor(t/1e3/3600),n=Math.floor(t/1e3/60%60),r=Math.floor(t/1e3%60),a=Math.floor(t%1e3/10);return`${e}:${n<10?"0":""}${n}:${r<10?"0":""}${r}.${a<10?"0":""}${a}`}},Jg=(t,e)=>{let n,r=null,a=[],i=e.eol||`\r -`,o=t.split(/\r?\n\s*\n/);for(let s=0;sI.split(S,y).join(S).length)(b,",",r.length-1)+1;E.content=b.substring(M),E.data.Text=E.content,E.text=E.content.replace(/\\N/g,i).replace(/\{[^}]+\}/g,""),a.push(E)}}}}}e.verbose}return a},Zg=(t,e)=>{let n=e.eol||`\r +`,o=t.split(/\r?\n\s*\n/);for(let s=0;sI.split(S,v).join(S).length)(b,",",r.length-1)+1;E.content=b.substring(M),E.data.Text=E.content,E.text=E.content.replace(/\\N/g,i).replace(/\{[^}]+\}/g,""),a.push(E)}}}}}e.verbose}return a},Zg=(t,e)=>{let n=e.eol||`\r `,r=e.format==="ass",a=t.find(l=>l.type=="meta"),i=typeof a?.data=="object"?a.data:null,o=t.find(l=>l.type=="style"),s=typeof o?.data=="object"?o.data:null,u="";u+=`[Script Info]${n}`,u+=`ScriptType: ${i?.ScriptType||`v4.00${r?"+":""}${n}`} `,i?.WrapStyle&&(u+=`WrapStyle: ${i?.WrapStyle}${n}`),i?.ScaledBorderAndShadow&&(u+=`ScaledBorderAndShadow: ${i?.ScaledBorderAndShadow}${n}`),u+=`Collisions: Normal${n}`,u+=n,r?(u+=`[V4+ Styles]${n}`,u+=`Format: Name, Fontname, Fontsize, PrimaryColour, SecondaryColour, OutlineColour, BackColour, Bold, Italic, Underline, StrikeOut, ScaleX, ScaleY, Spacing, Angle, BorderStyle, Outline, Shadow, Alignment, MarginL, MarginR, MarginV, Encoding${n}`,u+=`Style: ${s?.Name||"DefaultVCD"}, ${s?.Fontname||"Arial"},${s?.Fontsize||"28"},${s?.PrimaryColour||"&H00B4FCFC"},${s?.SecondaryColour||"&H00B4FCFC"},${s?.OutlineColour||"&H00000008"},${s?.BackColour||"&H80000008"},${s?.Bold||"-1"},${s?.Italic||"0"},${s?.Underline||"0"},${s?.StrikeOut||"0"},${s?.ScaleX||"100"},${s?.ScaleY||"100"},${s?.Spacing||"0.00"},${s?.Angle||"0.00"},${s?.BorderStyle||"1"},${s?.Outline||"1.00"},${s?.Shadow||"2.00"},${s?.Alignment||"2"},${s?.MarginL||"30"},${s?.MarginR||"30"},${s?.MarginV||"30"},${s?.Encoding||"0"}${n}`):(u+=`[V4 Styles]${n}`,u+=`Format: Name, Fontname, Fontsize, PrimaryColour, SecondaryColour, TertiaryColour, BackColour, Bold, Italic, BorderStyle, Outline, Shadow, Alignment, MarginL, MarginR, MarginV, AlphaLevel, Encoding${n}`,u+=`Style: DefaultVCD, Arial,28,11861244,11861244,11861244,-2147483640,-1,0,1,1,2,2,30,30,30,0,0${n}`),u+=n,u+=`[Events]${n}`,u+=`Format: ${r?"Layer":"Marked"}, Start, End, Style, Name, MarginL, MarginR, MarginV, Effect, Text${n}`;for(let l=0;l/^\s*\[Script Info\]\r?\n/.test(t)&&/\s*\[Events\]\r?\n/.test(t)?t.indexOf("[V4+ Styles]")>0?"ass":"ssa":!1,ZT=Kt({name:yk,build:Zg,detect:Xg,helper:ei,parse:Jg});var vk="ass",XT=Kt({name:vk,build:Zg,detect:Xg,helper:ei,parse:Jg});d();var Sk="json",xk=(t,e)=>JSON.parse(t),Ek=(t,e)=>JSON.stringify(t,void 0,2),Ck=t=>{try{let e=JSON.parse(t);return Array.isArray(e)&&e.length>0&&typeof e[0]=="object"}catch{return!1}},ey=Kt({name:Sk,build:Ek,detect:Ck,parse:xk});d();var wk="lrc",em={toMilliseconds:t=>{let e=/^\s*(\d+):(\d{1,2})(?:[.,](\d{1,3}))?\s*$/.exec(t);if(!e)throw new Error(`Invalid time format: ${t}`);let n=parseInt(e[1]),r=parseInt(e[2]),a=e[3]?parseInt(e[3]):0;return n*60*1e3+r*1e3+a*10},toTimeString:t=>{let e=Math.floor(t/1e3/60),n=Math.floor(t/1e3%60),r=Math.floor(t%1e3);return`${(e<10?"0":"")+e}:${n<10?"0":""}${n}.${r<100?"0":""}${r<10?"0":Math.floor(r/10)}`}},Dk=(t,e)=>{let n=null,r=[],a=t.split(/\r?\n/);for(let i=0;i{let n="",r=!1,a=e.eol||`\r `;for(let i=0;i/\r?\n\[\d+:\d{1,2}(?:[.,]\d{1,3})?\].*\r?\n/.test(t),ty=Kt({name:wk,build:Ak,detect:kk,helper:em,parse:Dk});d();var Pk="sbv",Ns={toMilliseconds:t=>{let e=/^\s*(\d{1,2}):(\d{1,2}):(\d{1,2})(?:[.,](\d{1,3}))?\s*$/.exec(t);if(!e)throw new Error(`Invalid time format: ${t}`);let n=parseInt(e[1]),r=parseInt(e[2]),a=parseInt(e[3]),i=e[4]?parseInt(e[4]):0;return n*3600*1e3+r*60*1e3+a*1e3+i},toTimeString:t=>{let e=Math.floor(t/1e3/3600),n=Math.floor(t/1e3/60%60),r=Math.floor(t/1e3%60),a=Math.floor(t%1e3);return`${(e<10?"0":"")+e}:${n<10?"0":""}${n}:${r<10?"0":""}${r}.${a<100?"0":""}${a<10?"0":""}${a}`}},Lk=(t,e)=>{let n=[],r=e.eol||`\r `,a=t.split(/\r?\n\s*\n/);for(let i=0;i>[^:]+:\s*/g,""),n.push(u);continue}e.verbose}return n},_k=(t,e)=>{let n="",r=e.eol||`\r @@ -5684,11 +5684,11 @@ ${s}`)}),ha(e)}async getHumanSubtitleUrls(e,n){if(!n)return null;let r=n.find(s= `),pageLangs:[ht(),"en"]});return nt(he(o),this.ctx.targetLanguage)?null:(qe(this.ctx,he(o)),(await this._translateSubtitle(i.map(u=>u.textContent||""),he(o))).forEach((u,l)=>{i[l].textContent=u}),new XMLSerializer().serializeToString(a))}catch(r){return B.error(r),null}finally{this.hideSubtitleLoading()}}async fetchSubtitle(e,n){let r=await fetch(e,n);if(!r.ok)throw new Error("request subtitle error");return(await r.text()||"").replace(/\r\n/g,` `)}parseFromXml(e){if(!this.config.xmlTextSelector)throw new Error("xml text selector is required");let n=new DOMParser().parseFromString(e,"text/xml"),r=[...n.querySelectorAll(this.config.xmlTextSelector)];return{doc:n,subtitles:r}}};d();var Oc=class extends je{hasSubtitle=!1;async mutationVideoChange(){let e=Qk(location.href,document,this.config.avSerial);if(!e)return;let n=this.config.avSerial?.serialAttachIframe;if(n){let a=document.querySelector(n);if(!a)return;let i=new URL(a.getAttribute("src")||"");i.searchParams.set("code",e),a.setAttribute("src",i.toString());return}let r=await this.fetchSubtitle(e);r&&(qe(this.ctx,"ja","av"),this.hasSubtitle=!0,qr(this.ctx,this.config.attachRule?.appendSelector||"",{videoSelector:this.config.videoSelector||"video",subtitleItems:r,ctx:this.ctx,lang:"ja"}))}isShowQuickButton(){return Promise.resolve(this.hasSubtitle)}async fetchSubtitle(e){try{let n=await ce({url:`https://subhub.weixin.so/missav/${e}`,responseType:"text"});if(!n)throw new Error("request subtitle error");return js.parse(n,{format:"vtt"}).map(a=>({...a,start:a.start/1e3,end:a.end/1e3}))}catch(n){B.error("fetchSubtitle",n);return}}};function Qk(t,e,n){if(!n)return;let r;if(n.type==="url"&&(r=t),n.type=="selector"&&n.selector&&(r=e?.querySelector(n.selector)?.textContent),!!r){if(n.regexStr){let a=r.match(new RegExp(n.regexStr));if(a)return a[1]||a[0]}return r.toLowerCase()}}var Jk={youtube:Sc,netflix:xc,webvtt:go,khanacademy:Ec,bilibili:Cc,udemy:wc,hulu:Fc,text_track:ba,text_track_dynamic:fo,general:Dc,live:mo,ebutt:Pc,disneyplus:Lc,"fmp4.xml":_c,multi_attach_vtt:Mc,twitter:Bc,subsrt:Ic,xml:Rc,av:Oc},zc;function cy(t){try{let e=t.rule.subtitleRule;if(e.disabled||!e.type)return;let n=Jk[e.type];if(!n)return;zc=new n(t)}catch(e){B.error(e)}}async function am(){zc?.onPageStatusChange()}async function Zk(t,e){if(zc?.autoEnableSubtitleChanged(),e&&e.trigger==="popup"&&He())return;let n={auto_enable_subtitles:t.rule.subtitleRule.autoEnableSubtitle?"1":"0",video_platform:t.rule.id||""};e&&e.trigger&&(n.trigger=e.trigger),ot("auto_enable_subtitles_changed",[{name:"auto_enable_subtitles_changed",params:n}],t)}async function Xk(){zc?.onTranslationModeChanged()}U3({autoEnableSubtitleChanged:Zk,reloadSubtitleWithTranslationModeChanged:Xk});var pe=null;function Hs(){return pe||null}function ho(t){e5(t),s5(t),a5(t),o5(t),io(document,t),gn("Translated"),i5(pe),r5(pe),xT(ti),t5(pe),am(),f5()}function e5(t){if(t.state.translationArea==="main"&&t.rule.initialSelectorGlobalAttributes){let e=on(t);mT(document.body,t.rule.initialSelectorGlobalAttributes,t.rule.asideMaxTextCount,t.rule.asideMaxWordCount,t.rule.asideMaxTextCountPerParagraph,t.rule.asideMaxWordCountPerParagraph,e)}oo(t)&<(document.documentElement,me+"_rtl",t.targetLanguage)}function t5(t){ET(t)}function n5(){CT()}function r5(t){t.ctx.isMutationTranslationExcludeUrl||t.dynamicContainerObserver?.observe(document.body,{subtree:!0,childList:!0,characterData:!0});let{bodyNode:e,articleNode:n,bodyIsRoot:r}=lT(t.ctx);if(B.debug("bodyIsRoot",r,"bodyNode",e,"articleNode",n),t.ctx.bodyNode=e,t.ctx.articleNode=n,e&&Ja(e,t),r)return;let a=[];t.ctx.rule.mainFrameSelector&&(a=[...document.querySelectorAll(t.ctx.rule.mainFrameSelector||"")]),a.length<=0&&(a=[document.body]),a.forEach(i=>{Ja(i,t)})}async function a5(t){if(!t.state.isAutoTranslate&&t.config.tempTranslateDomainMinutes>0){let e=await Zt(),n=Date.now(),a=new URL(t.url).hostname,i=e.tempTranslationUrlMatches||[],o=i.findIndex(u=>u.match===a&&u.expiredAt>n),s=!1;o>-1||(i.push({match:a,expiredAt:n+t.config.tempTranslateDomainMinutes*60*1e3}),s=!0),s&&await Xt({...e,tempTranslationUrlMatches:[...i]})}}function i5(t){t.ctx.rule.isTranslateTitle&&(kg(t.ctx),t.titleDynamicObserver=bT(t.ctx))}function o5(t){if(t.rule.normalizeBody&&document.querySelector(t.rule.normalizeBody)){let n=document.body.innerHTML;document.body.innerHTML="",document.body.innerHTML=n}}function im(t){if(!pe)return;let e=on(t);pe.rule={excludeSelectors:e.excludeSelectors||[],selectors:e.selectors||[]},pe.containerRule={pageHeight:screen.availHeight,selectors:e.selectors},pe.translationService=t.translationService,pe.urlChangeDelay=t.rule.urlChangeDelay,pe.immediateTranslateCapacity=t.state.immediateTranslationTextCount,pe.translateState=t.state.translationMode||t.config.translationMode||"dual"}function s5(t){let e=ms();pe&&(e=pe.id),pe=pe||{},pe.ctx=t,pe.id=e,pe.paragraphQueue=pe.paragraphQueue||[],im(t),pe.currentUrl=window.location.href,pe.paragraphEntities=pe.paragraphEntities||{},pe.autoIncreaseParagraphId=pe.autoIncreaseParagraphId||1,pe.interruptEffectDOM=!1,pe.observeContainers=pe.observeContainers||[],pe.observeParagraphs=pe.observeParagraphs||[],pe.dynamicContainerObserver=pe.dynamicContainerObserver||g5(pe),pe.ignoreResizeObserver=pe.ignoreResizeObserver||m5(pe),pe.containerVisibleObserver=pe.containerVisibleObserver||c5(pe),pe.paragraphVisibleObserver=pe.paragraphVisibleObserver||d5(pe),pe.injectCssToDocument=Nc,pe.walkContainer=Ur,pe.allInlineWindows=[window],window.onerror=l5(pe,t),window.immersiveTranslateSwitchTranslateState=sm.bind(pe)}function my(t,e){e.getRootNode()instanceof ShadowRoot?Nc(e.getRootNode(),t):Nc(e.ownerDocument,t),u5(t)}function u5(t){pe||(pe={},pe.ctx=t,pe.id=ms(),om(pe,t))}function om(t,e){t.paragraphQueue=[],t.injectCssToDocument=Nc;let n=on(e);return t.rule={excludeSelectors:n.excludeSelectors,selectors:n.selectors||[]},t.translationService=e.mouseHoverTranslationService,t.currentUrl=window.location.href,t.paragraphEntities={},t.autoIncreaseParagraphId=1,t.interruptEffectDOM=!1,t.urlChangeDelay=e.rule.urlChangeDelay,t.translateState=e.state.translationMode||e.config.translationMode||"dual",t.observeContainers=[],t.observeParagraphs=[],t.allInlineWindows=[window],window.switchTranslateState=sm.bind(t),t}function ti(t=!0){pe&&(gn("Original"),am(),n5(),Rs(),pe.interruptEffectDOM=!0,pe.ignoreResizeObserver?.disconnect(),pe.dynamicContainerObserver?.disconnect(),pe.containerVisibleObserver?.disconnect(),pe.paragraphVisibleObserver?.disconnect(),pe.titleDynamicObserver?.disconnect(),TT(pe.ctx),Q1(),J1(),t&&sm.call(pe,"original"),Object.values(pe.paragraphEntities).forEach(e=>{e.commonAncestorContainer.paragraphs=null}),pe=null)}function l5(t,e){t.interruptEffectDOM=!1;let n;return function(r){let a=r.message,i=!1;return a?.indexOf("Minified React error")>=0&&(i=!0),i&&(clearTimeout(n),ti(),n=setTimeout(()=>{ho(e)},t.urlChangeDelay||2e3)),!0}}function c5(t){return new IntersectionObserver((e,n)=>{t.interruptEffectDOM||e.forEach(r=>{r.intersectionRatio>0&&(Fg(t,r.target),n.unobserve(r.target))})})}function d5(t){return new IntersectionObserver((e,n)=>{t.interruptEffectDOM||e.forEach(r=>{if(r.intersectionRatio>0){let a=r.target;(a.paragraphs||[]).forEach(o=>{Mg(t,o)}),n.unobserve(a)}})})}var dy;function p5(t){if(t.urlChangeDelay<=0)return!1;let n=(window.location.href||"").split("#")[0];return t.currentUrl.split("#")[0]!=n?(clearTimeout(dy),t.translateState=="original"?!1:(ti(t.urlChangeDelay>20),dy=setTimeout(()=>{let a=t.ctx;ho(a)},t.urlChangeDelay),!0)):!1}function g5(t){let e=t.ctx.rule,n=on(t.ctx);return new MutationObserver(r=>{if(!(e.mutationConfig.enableUrlChange&&p5(t))&&!t.interruptEffectDOM){for(let a of r)if(a.target.nodeType!=Node.COMMENT_NODE)try{if(e.mutationObserverLimitTargetSelectors.length>0&&!Cn(a.target,e.mutationObserverLimitTargetSelectors)||e.mutationExcludeSelectors.length>0&&Cn(a.target,e.mutationExcludeSelectors))continue;let i=a.target;if(a.type=="characterData"){let u=i.parentElement,l=1;for(;u&&!u.recordLength&&l<=5;){if(u.classList?.contains(Qu)){u=null;break}u=u?.parentElement,l++}u?.recordLength&&u.recordLength!==u.innerHTML.length&&py(t,n,u);continue}if(e.mutationConfig.checkSelfUpdate&&zg(a))continue;if(i.recordLength){i.recordLength!==i.innerHTML.length&&py(t,n,i);continue}if((a.addedNodes||[]).length<=0||a.target.nodeType!==Node.ELEMENT_NODE||!pt.isSkipMarkEle(a.target)&&!pt.isMarked(a.target,t.id)&&a.target.nodeName!=="BODY"&&!a.target.timer)continue;if(!la(i,{blockSelectors:n.blockSelectors,extraInlineSelectors:n.extraInlineSelectors,extraBlockSelectors:n.extraBlockSelectors,atomicBlockSelectors:n.atomicBlockSelectors},window.getComputedStyle(i))){let u=Yi(n,i.parentElement);u&&(pt.clearToParentMark(i,u),gy(t,u));continue}[...a.addedNodes].filter(u=>u.nodeType==Node.COMMENT_NODE||u.immersive||Gt(u,[...t.ctx.rule.mutationExcludeSelectors,"."+yt])?!1:i.contains(u)).length&&gy(t,a.target)}catch(i){B.error(i)}}})}function py(t,e,n){let r=t.ctx.rule;for(let o of r.mutationExcludeContainsSelectors)if(n.querySelector(o))return;if(Gt(n,r.mutationExcludeContainsSelectors))return;let a=r.mutationConfig.consumeTimeout||100,i=n;clearTimeout(i.timer),i.timer=setTimeout(()=>{Og(n),Ur({id:t.id,container:n,filterRule:e,force:!0,onParagraph:o=>{Za(t,o,!0)},onFrame:()=>{},onIgnoreElement:()=>{}}),i.timer=null},a)}function gy(t,e,n=!0){let a=t.ctx.rule.mutationConfig.buildTimeout||100,i=e;pt.clearMark(i),clearTimeout(i.timer),i.timer=setTimeout(()=>{Ja(e,t,n),i.timer=null},a)}function Og(t){t.paragraphs=[],pt.clearMark(t),t.querySelectorAll("."+yt).forEach(e=>{e.remove()}),t.querySelectorAll("[data-immersive_translate_walked]").forEach(e=>{e.paragraphs=void 0,pt.clearMark(e)}),t.recordLength?t.recordLength=t.innerHTML.length:t.recordLength=void 0}function zg(t){return[...t.addedNodes,...t.removedNodes].filter(n=>!(n.immersive||Gt(n,["."+yt]))).length==0}function m5(t){return new ResizeObserver((e,n)=>{if(!t.interruptEffectDOM)for(let r of e){if(r.target.nodeType!==Node.ELEMENT_NODE)return;let a=r.target,i=globalThis.getComputedStyle(a);Dg(i)||(n.unobserve(r.target),pt.clearMark(a),Ja(a,t))}})}function sm(t){this.translateState=t,Object.values(this.paragraphEntities).forEach(e=>{Is(e,t)}),t=="original"&&document.querySelectorAll(`.${yt}`).forEach(e=>e.remove())}function Nc(t,e){if(t instanceof HTMLIFrameElement){io(t.contentDocument,e);return}io(t,e)}async function fy(t){let e=He(),n="auto";if(ye()){let r="";t.rule.pageType=="ebookReader"||t.rule.pageType=="ebookBuilder"?(r=vp(t.mainFrame),n=await Ie({text:r,pageLangs:["en"]})):(r=Ui(t.mainFrame).slice(0,1e3),n=await Ie({text:r,pageLangs:[ht(),"en"]}))}else if(e)n=await Ie({text:Ui(t.mainFrame).slice(0,1e3),pageLangs:[ht(),"en"]});else if(t.rule.pageType=="ebookReader"||t.rule.pageType=="ebookBuilder"){let r="";r=vp(t.mainFrame),n=await Ie({text:r,pageLangs:["en"]})}else n=await H3();return n==="auto"&&(n=await hT()),O3(n),n}async function hy(){if(!pe)return;Rs(),document.dispatchEvent(new CustomEvent(_t,{detail:JSON.stringify({type:"retryFailedParagraphsStart",payload:{}})}));let t=pe.paragraphEntities,e=Object.keys(t);for(let n of e){let r=t[n];if(r.error){pe.paragraphQueue.push(n);let i=r.commonAncestorContainer.querySelector(`[${$u}='${n}']`);i&&i.remove()}}pc.call(pe,pe.ctx)}async function um(t,e){let n={};t&&t.detail?.trigger&&(n.trigger=t.detail.trigger),ot("share_to_draft",[{name:"share_to_draft",params:n}],{...e,sourceLanguage:vt()});let r=pe?.ctx||e,a=await Zt(),i=document.head.cloneNode(!0),s=document.body.cloneNode(!0),u=r.rule.shareConfig;[...u?.removeSelectors||[]].forEach(g=>{[...i?.querySelectorAll(g),...s?.querySelectorAll(g)].forEach(f=>{f.nodeName.toLowerCase()=="script"&&f.type=="application/ld+json"||f.remove()})});let c=u.injectCss?n2():"",p="";globalThis.document.documentElement.getAttributeNames().forEach(g=>{p+=`${g}="${globalThis.document.documentElement.getAttribute(g)}" `});let m="";globalThis.document.body.getAttributeNames().forEach(g=>{m+=`${g}="${globalThis.document.body.getAttribute(g)}" `});try{a.draft={url:globalThis.location.href,title:document.title,source_lang:r.sourceLanguage,target_lang:r.targetLanguage,content:` ${i.innerHTML} - ${s.innerHTML}`.replaceAll('data-immersive-translate-translation-element-mark="1"',"dim_m='1'").replace(/data-immersive-translate-walked=\".+?\"/g,"dim_w='1'").replace(/data-on-parse-paragraph=\".+?\"/g,"").replace(/data-consume-paragraph=\".+?\"/g,"").replace(/data-consume-container=\".+?\"/g,"").replace(/immersive-translate-target-([a-z\-]+)/g,(b,h)=>"imt_"+h.replaceAll("translation","t"))},await Xt(a);let f=Me().SHARE_DRAFT_URL,T=r.rule;if(T.shareConfig?.sharePath){let b=new URL(f);b.pathname=T.shareConfig.sharePath,f=b.toString()}Ri(f)}catch(g){B.error(g)}}async function by(){let t=await Zt();t.draft&&globalThis.document.dispatchEvent(new CustomEvent(Q4,{detail:JSON.stringify(t.draft)}))}async function f5(){try{if(await bl("reportActive"))return;B.debug("\u672A\u6FC0\u6D3B\u8FC7");let e=await Pp();await ce({url:ns+"/v1/user/campaign-info-translated/"+e,method:"POST",headers:{"content-type":"application/json"}}),ps("reportActive","1")}catch(t){B.error(t)}}d();d();var Ty={"zh-CN":{"languages.en":"\u82F1\u8BED","languages.ja":"\u65E5\u8BED","languages.ko":"\u97E9\u8BED","languages.es":"\u897F\u73ED\u7259\u8BED","languages.fr":"\u6CD5\u8BED","languages.de":"\u5FB7\u8BED","languages.it":"\u610F\u5927\u5229\u8BED","languages.pt":"\u8461\u8404\u7259\u8BED","languages.ru":"\u4FC4\u8BED","languages.wyw":"\u6587\u8A00\u6587","languages.":"\u5168\u90E8"},"zh-TW":{"languages.en":"\u82F1\u8A9E","languages.ja":"\u65E5\u8A9E","languages.ko":"\u97D3\u8A9E","languages.es":"\u897F\u73ED\u7259\u8A9E","languages.fr":"\u6CD5\u8A9E","languages.de":"\u5FB7\u8A9E","languages.it":"\u610F\u5927\u5229\u8A9E","languages.pt":"\u8461\u8404\u7259\u8A9E","languages.ru":"\u4FC4\u8A9E","languages.wyw":"\u6587\u8A00\u6587","languages.":"\u5168\u90E8"}},yy={...Nt,"zh-CN":{...Ty["zh-CN"],...Nt["zh-CN"]},"zh-TW":{...Ty["zh-TW"],...Nt["zh-TW"]}},vy=yy;function bo(t,e,n){return mr(yy,t,e,pr,n)}var Ta=(t,e,n,r)=>{let a=db[t]||t,i=pb[t],o=gb[t],s={"zh-CN":i,"zh-TW":o,en:a};if(n)return s[t]?s[t]:a;if(s[e]){let u=s[e];return r||t==="auto"||t==="placeholder"?u:`${u} (${a})`}else return a};d();function lm(t){let e=t.shortcuts||{},r=Object.keys(e).reduce((i,o)=>(i[e[o]]=o,i),{}),a=Object.keys(r);for(let i of a){let o=i.replace(/MacCtrl/ig,"Ctrl");o&&vn(o,s=>{s.preventDefault();let u=r[i];_n({method:u,data:{trigger:"shortcut"}})})}}d();d();d();d();var Sy=`${Q}-float-ball`;function ya(t){return t.type=="logo"?w("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",width:"24",height:"24",class:`${Sy}-logo-img`,children:[w("path",{fill:"none",d:"M0 0h24v24H0z"}),w("path",{d:"M5 15v2a2 2 0 0 0 1.85 1.995L7 19h3v2H7a4 4 0 0 1-4-4v-2h2zm13-5l4.4 11h-2.155l-1.201-3h-4.09l-1.199 3h-2.154L16 10h2zm-1 2.885L15.753 16h2.492L17 12.885zM8 2v2h4v7H8v3H6v-3H2V4h4V2h2zm9 1a4 4 0 0 1 4 4v2h-2V7a2 2 0 0 0-2-2h-3V3h3zM6 6H4v3h2V6zm4 0H8v3h2V6z",fill:"rgba(255,255,255,1)"})]}):t.type=="close"?w("svg",{width:"14",height:"14",viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:[w("g",{"clip-path":"url(#clip0_2589_9951)",children:w("path",{d:"M7 14C5.14348 14 3.36301 13.2625 2.05025 11.9497C0.737498 10.637 0 8.85652 0 7C0 5.14348 0.737498 3.36301 2.05025 2.05025C3.36301 0.737498 5.14348 0 7 0C8.85652 0 10.637 0.737498 11.9497 2.05025C13.2625 3.36301 14 5.14348 14 7C14 8.85652 13.2625 10.637 11.9497 11.9497C10.637 13.2625 8.85652 14 7 14ZM4.183 5.064L6.118 7L4.183 8.936C4.12409 8.99361 4.07719 9.06234 4.04502 9.1382C4.01285 9.21406 3.99605 9.29554 3.99559 9.37794C3.99513 9.46034 4.01101 9.54201 4.04234 9.61823C4.07366 9.69444 4.11978 9.76369 4.17805 9.82195C4.23631 9.88022 4.30556 9.92634 4.38177 9.95766C4.45799 9.98898 4.53966 10.0049 4.62206 10.0044C4.70446 10.004 4.78594 9.98715 4.8618 9.95498C4.93766 9.92281 5.00639 9.87591 5.064 9.817L7 7.882L8.936 9.817C9.05327 9.93168 9.21104 9.99548 9.37506 9.99457C9.53908 9.99365 9.69612 9.92809 9.8121 9.8121C9.92809 9.69612 9.99365 9.53908 9.99457 9.37506C9.99548 9.21104 9.93168 9.05327 9.817 8.936L7.882 7L9.817 5.064C9.87591 5.00639 9.92281 4.93766 9.95498 4.8618C9.98715 4.78594 10.004 4.70446 10.0044 4.62206C10.0049 4.53966 9.98898 4.45799 9.95766 4.38177C9.92634 4.30556 9.88022 4.23631 9.82195 4.17805C9.76369 4.11978 9.69444 4.07366 9.61823 4.04234C9.54201 4.01101 9.46034 3.99513 9.37794 3.99559C9.29554 3.99605 9.21406 4.01285 9.1382 4.04502C9.06234 4.07719 8.99361 4.12409 8.936 4.183L7 6.118L5.064 4.183C4.94673 4.06832 4.78896 4.00452 4.62494 4.00543C4.46092 4.00635 4.30388 4.07191 4.1879 4.1879C4.07191 4.30388 4.00635 4.46092 4.00543 4.62494C4.00452 4.78896 4.06832 4.94673 4.183 5.064Z",fill:"#B1B1B1","fill-opacity":"0.32"})}),w("defs",{children:w("clipPath",{id:"clip0_2589_9951",children:w("rect",{width:"14",height:"14",fill:"white"})})})]}):t.type=="setting"?w("svg",{width:"16",height:"16",viewBox:"0 0 16 16",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:w("path",{d:"M6.55741 0L9.06847 0.00329403C9.84824 0.00470579 10.4802 0.636235 10.4812 1.41647L10.4821 1.82588C10.9687 2.0278 11.4297 2.28671 11.8553 2.59718L12.1913 2.40329C12.516 2.21676 12.9013 2.1665 13.2629 2.26352C13.6246 2.36055 13.933 2.59695 14.1207 2.92094L15.3795 5.09365C15.5601 5.40546 15.6149 5.7744 15.5328 6.12523C15.4507 6.47606 15.2378 6.78235 14.9376 6.98165L14.8609 7.02871L14.5235 7.22353C14.5819 7.76273 14.5736 8.30708 14.4986 8.84424L14.7372 8.98259C15.0496 9.16307 15.2812 9.45606 15.3848 9.80165C15.4884 10.1472 15.456 10.5193 15.2944 10.8419L15.2553 10.9153L14.076 12.9576C13.8955 13.27 13.6025 13.5017 13.2569 13.6053C12.9113 13.7088 12.5392 13.6765 12.2167 13.5148L12.1433 13.4753L11.8172 13.2871C11.4074 13.5817 10.9651 13.8283 10.4991 14.0221L10.4995 14.5831C10.5 14.9434 10.3629 15.2904 10.1163 15.5532C9.86972 15.816 9.53215 15.9748 9.17247 15.9972L9.08306 16L6.57153 15.9967C6.19697 15.9961 5.83793 15.847 5.57312 15.5821C5.30831 15.3172 5.15932 14.9581 5.15883 14.5835L5.15788 13.9073C4.76852 13.7244 4.39771 13.5044 4.05059 13.2504L3.44918 13.5967C3.12448 13.7834 2.73902 13.8337 2.37726 13.7367C2.01551 13.6397 1.70698 13.4032 1.5193 13.0791L0.260473 10.9064C0.0799611 10.5945 0.0252226 10.2255 0.107423 9.87467C0.189623 9.52384 0.402569 9.21757 0.702826 9.01835L0.779062 8.97129L1.3913 8.61835C1.34424 8.17129 1.34188 7.71765 1.38706 7.26494L0.707532 6.87247C0.395061 6.69207 0.163305 6.39911 0.0596515 6.05351C-0.0440025 5.70791 -0.0117246 5.33577 0.149885 5.01318L0.189415 4.93976L1.36871 2.89741C1.54919 2.58502 1.84218 2.35337 2.18777 2.2498C2.53336 2.14624 2.90547 2.17859 3.228 2.34023L3.30141 2.37976L3.89436 2.72188C4.28027 2.42082 4.69854 2.1637 5.14141 1.95529L5.14047 1.41694C5.14001 1.05657 5.27707 0.709596 5.52367 0.446813C5.77028 0.184029 6.10786 0.0252343 6.46753 0.00282354L6.55741 0ZM6.55553 1.41506L6.55694 2.85271L5.74377 3.23576C5.39553 3.39906 5.06706 3.60094 4.764 3.83718L4.01247 4.424L2.62941 3.62494L2.59365 3.60518L1.41483 5.64753L2.88636 6.49694L2.79506 7.40612C2.75968 7.7598 2.76078 8.11619 2.79836 8.46965L2.8953 9.38541L1.48494 10.1976L2.7433 12.3704L4.14377 11.5647L4.88636 12.1087C5.15997 12.309 5.45231 12.4823 5.7593 12.6264L6.57106 13.008L6.57388 14.5816L9.08447 14.5849L9.08306 13.0791L9.95553 12.7158C10.3216 12.5635 10.6689 12.3698 10.9908 12.1384L11.7329 11.6047L12.8506 12.2499L14.0289 10.2075L12.9654 9.592L13.0972 8.64847C13.1561 8.22659 13.1628 7.79904 13.1169 7.37553L13.0181 6.45882L14.1555 5.80235L12.8967 3.62965L11.7645 4.28235L11.0214 3.74024C10.686 3.4956 10.3229 3.29152 9.93953 3.13224L9.06894 2.77082L9.06659 1.41835L6.55553 1.41506ZM9.37153 5.47624C10.0214 5.85201 10.4955 6.47036 10.6898 7.19547C10.8841 7.92058 10.7827 8.69316 10.4078 9.34353C10.2223 9.66543 9.97517 9.9476 9.68053 10.1739C9.38589 10.4002 9.04953 10.5662 8.69068 10.6623C8.33183 10.7585 7.95754 10.7829 7.58923 10.7343C7.22092 10.6856 6.86582 10.5648 6.54424 10.3788C5.89445 10.003 5.4204 9.38458 5.2262 8.65948C5.032 7.93438 5.13352 7.16184 5.50847 6.51153C5.69395 6.18963 5.94107 5.90746 6.23571 5.68117C6.53034 5.45488 6.86671 5.28891 7.22556 5.19275C7.58441 5.09659 7.9587 5.07213 8.32701 5.12077C8.69532 5.16942 9.05042 5.29021 9.372 5.47624H9.37153ZM6.73388 7.21835C6.54638 7.54388 6.49567 7.9305 6.5929 8.29336C6.69012 8.65623 6.92733 8.96571 7.25247 9.15388C7.41305 9.24679 7.59037 9.30712 7.77429 9.33143C7.9582 9.35574 8.14511 9.34355 8.32431 9.29556C8.50351 9.24757 8.67149 9.16472 8.81864 9.05174C8.96579 8.93877 9.08923 8.7979 9.18188 8.63718C9.55883 7.98353 9.356 7.15435 8.73435 6.74494L8.66377 6.70118L8.59035 6.66165C8.26834 6.49988 7.89663 6.46742 7.55145 6.57093C7.20626 6.67444 6.91375 6.90608 6.73388 7.21835Z",fill:"#6C6F73"})}):t.type==="file"?w("svg",{width:"18",height:"18",viewBox:"0 0 18 18",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:w("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M11.6861 1L15.2353 4.54635V7.11765V14.6471V15.5882C15.2353 15.9627 15.0866 16.3217 14.8218 16.5865C14.557 16.8513 14.198 17 13.8235 17H4.41176C4.03734 17 3.67825 16.8513 3.4135 16.5865C3.14874 16.3217 3 15.9627 3 15.5882V14.6471V7.11765V2.41176C3 2.03734 3.14874 1.67825 3.4135 1.4135C3.67825 1.14874 4.03734 1 4.41176 1H11.6861ZM11.8692 3.17882V4.74212H13.4334L11.8692 3.17882ZM4.41171 15.5882V14.647V2.41176H10.4574L10.4578 6.15341H13.8235V14.647V15.5882H4.41171ZM12.7739 7.51746H5.46094V8.6155H12.7739V7.51746ZM5.46094 9.98805H12.7739V11.0861H5.46094V9.98805ZM9.5127 12.36H5.46094V13.458H9.5127V12.36Z",fill:"#6C6F73"})}):t.type==="translated"?w("svg",{width:"11",height:"11",viewBox:"0 0 11 11",fill:"none",xmlns:"http://www.w3.org/2000/svg",class:`${Sy}-translated-img`,children:[w("circle",{cx:"5.5",cy:"5.5",r:"5.5",fill:"#68CD52"}),w("path",{d:"M1.40857 5.87858L2.24148 5.18962L4.15344 6.64214C4.15344 6.64214 6.33547 4.15566 9.00658 2.48145L9.32541 2.87514C9.32541 2.87514 6.28665 5.55844 4.71735 9.07881L1.40857 5.87858Z",fill:"white"})]}):t.type==="modal-close"?w("svg",{width:"20",height:"20",viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:w("path",{d:"M4.41083 4.41066C4.5671 4.25443 4.77902 4.16667 4.99999 4.16667C5.22096 4.16667 5.43289 4.25443 5.58916 4.41066L9.99999 8.82149L14.4108 4.41066C14.4877 4.33107 14.5797 4.26758 14.6813 4.22391C14.783 4.18023 14.8923 4.15724 15.003 4.15628C15.1136 4.15532 15.2234 4.1764 15.3258 4.21831C15.4282 4.26021 15.5212 4.32208 15.5995 4.40033C15.6777 4.47857 15.7396 4.57162 15.7815 4.67403C15.8234 4.77644 15.8445 4.88618 15.8435 4.99682C15.8426 5.10747 15.8196 5.21682 15.7759 5.31849C15.7322 5.42016 15.6688 5.51212 15.5892 5.58899L11.1783 9.99982L15.5892 14.4107C15.741 14.5678 15.825 14.7783 15.8231 14.9968C15.8212 15.2153 15.7335 15.4243 15.579 15.5788C15.4245 15.7333 15.2155 15.821 14.997 15.8229C14.7785 15.8248 14.568 15.7408 14.4108 15.589L9.99999 11.1782L5.58916 15.589C5.43199 15.7408 5.22149 15.8248 5.00299 15.8229C4.7845 15.821 4.57549 15.7333 4.42098 15.5788C4.26647 15.4243 4.17883 15.2153 4.17693 14.9968C4.17503 14.7783 4.25903 14.5678 4.41083 14.4107L8.82166 9.99982L4.41083 5.58899C4.2546 5.43272 4.16684 5.22079 4.16684 4.99982C4.16684 4.77885 4.2546 4.56693 4.41083 4.41066Z",fill:"#C4C4C4"})}):null}d();d();function xy(t,e,n){let r=[];n||(n={}),e!=="auto"&&!n[e]&&(n[e]={matches:[],excludeMatches:[]}),r=e!=="auto"?n[e].matches:[];let a={},i=Object.keys(n);for(let l of i){let p=n[l].matches;for(let m of p)a[m]||(a[m]=[]),a[m].push(l)}let o=a[t];if(o&&o.length>0)for(let l of o)n[l].matches.indexOf(t)>-1&&(n[l]={...n[l],matches:n[l].matches.filter(p=>p!==t)});let s=new Set(r);if(e==="auto")return{...n};s.add(t);let u=Array.from(s);return{...n,[e]:{...n[e],matches:u}}}d();d();function Ey(t,e=2e3){return n=>{let r,a=0;return i=>{++a==t&&(n(i),a=0),clearTimeout(r),r=setTimeout(()=>a=0,e)}}}d();var Uc="DROP_DOWN_DEFAULT_VALUE";function cm(t){let{showArrow:e,onSelected:n,className:r,menus:a,maxWidth:i,style:o}=t;r=r||"",e=e??!0,i=i||80;let s=$e(null);return w("select",{ref:s,autoComplete:"off",class:`min-select ${e?"":"min-select-no-arrow"} ${r||""}`,value:Uc,style:{maxWidth:`${i}px`,...o},onChange:u=>{u.preventDefault();let l=u.target.value;if(s.current&&l!==Uc){s.current.value=Uc,s.current?.dispatchEvent(new Event("change"));let c=a.find(p=>p.value===l);c&&n(c)}},children:[{value:Uc,label:t.label}].concat(a).map((u,l)=>w("option",{value:u.value,children:u.label},"option-"+l))})}d();d();function To(t,e){return t.localeCompare(e,void 0,{numeric:!0,sensitivity:"base"})>=0}var h5=({date:t})=>{let{t:e}=Ce(),[n,r]=se(!1);return Ae(()=>{setTimeout(()=>{r(!0)},5e3)},[]),n?null:w("p",{class:"text-sm",children:[e("Successfully synchronized with the latest official rules:")," ",new Date(t).toLocaleString()]})},b5=({minVersion:t})=>{let{t:e}=Ce();return w("p",{class:"text-sm",children:e("localVersionIsTooOld",{minVersion:t})})},T5=()=>{let{t}=Ce();return w("p",{class:"text-sm",dangerouslySetInnerHTML:{__html:t("badUserscriptBrowser",{1:"https://immersivetranslate.com/docs/installation/"})}})},y5=({message:t,handleSyncing:e,date:n})=>{let{t:r}=Ce();return w("p",{class:"text-sm",children:[r("failToSyncRules")," ",w("a",{onClick:e,children:r("retry")}),w("br",{}),r("failedReason"),"\uFF1A",t,w("br",{}),r("currentRuleVersion"),"\uFF1A",n]})};function dm(t){let{isShowError:e,request:n}=t,[r,a]=se(null),{t:i}=Ce(),[o,s]=se(null),[u,l]=se(null),[c,p]=se(""),[m,g]=se(!1),[f,T]=se(!1),[b,h]=se(!1),[E,D]=se(null),[M,I]=se(null),S=Ut(),y=async()=>{p("");let L=o;if(o===null)try{let A=await n({url:Zo});A?(s(A),L=A,g(!0)):(p(i("unknownError")),l(null))}catch(A){l(null),p(A.message);return}L!==null?(t.setStorageBuildinConfig(L),l(!1),a(L.buildinConfigUpdatedAt)):(p(i("canNotFetchRemoteRule")),l(null))};return Ae(()=>{Pn().then(L=>{let A=L.buildinConfigUpdatedAt;D(L);let v=new Date(A);if(a(A),S==="0.0.0"){h(!0);return}n({url:Zo}).then(O=>{let _=O,k=_.minVersion,N=S;s(_);let z=_.latestVersion;if(z&&(To(N,z)?I(!0):I(!1)),To(N,k)){let q=_.buildinConfigUpdatedAt;new Date(q)>v?(l(!0),y()):l(!1)}else T(!0),l(null)}).catch(O=>{l(null),p(O.message)})})},[]),Ae(()=>{Pn().then(L=>{D(L)})},[r]),E?w("div",{class:"text-sm mt-2",style:{maxWidth:218},children:b?w(T5,{}):c?e===!1?null:w(y5,{handleSyncing:y,message:c,date:r||""}):f?e===!1?null:w(b5,{minVersion:o.minVersion}):u===null||u===!0?null:m?w(h5,{date:r}):null}):null}d();function v5(){return navigator.userAgent.indexOf("Mac")!==-1}var Cy={Alt:"\u2325"};function qc(t=""){return v5()?Object.keys(Cy).reduce((e,n)=>e.replace(n,Cy[n]),t):t}d();function wy({config:t,isLogin:e,isProUser:n}){let{t:r}=Ce();return pl(t)?w("div",{}):w("div",{class:"flex items-center",children:[w("a",{class:"flex items-center text-decoration-none",target:"_blank",href:e?Xu:yb,children:[w("img",{src:e?WT:HT}),w("span",{class:"text-xs ml-2 text-label",children:r(e?"loggedIn":"notLogin")})]}),w("a",{title:r(n?"popup.openProForPro":"popup.openPro"),target:"_blank",class:"ml-2",href:n?Xu:vb,children:w("img",{src:n?qT:jT})})]})}d();function Dy({currentLang:t,ctx:e,onSetPageLanguage:n,setSettings:r}){let{t:a}=Ce();if(!e)return null;let i=sc(e.config.translationService,e.config.targetLanguage),o=kn;i.length<=30&&(o=i.indexOf("auto")>=0?i:["auto",...i]);let s=i.filter(u=>u!=="auto");return w("div",{class:"flex mt-4 items-center",children:[w(S5,{supportedLanguages:o,interfaceLanguage:e.config.interfaceLanguage,currentLang:t,value:e.sourceLanguage,onSelected:n}),w("img",{src:KT,style:{maxWidth:"unset"},class:"mx-2"}),w(x5,{supportedLanguages:s,interfaceLanguage:e.config.interfaceLanguage,value:e.config.targetLanguage,label:a("popupTarget"),onSelected:u=>{r(l=>({...l,targetLanguage:u}))}})]})}function S5(t){let{t:e}=Ce(),{value:n,currentLang:r}=t,a=e("popupSourceLanguage");return n==="auto"&&r&&r!=="auto"&&(a=e("languages.auto")),w("div",{class:"language-select-container",children:[w("label",{children:a}),w("select",{autoComplete:"off",class:"language-select",onChange:i=>{let o=i.target.value;o&&t.onSelected(o)},children:t.supportedLanguages.map((i,o)=>{let s=Ta(i,t.interfaceLanguage),u="";return i==="auto"&&n==="auto"&&(r&&r==="auto"?u=e("languages.auto"):u=Ta(r,t.interfaceLanguage)+` (${e("languages.auto")})`),w("option",{value:i,selected:i===t.value,children:u||s},"selectlink"+o)})})]})}function x5(t){return w("div",{class:"language-select-container",children:[w("label",{children:t.label}),w("select",{autoComplete:"off",class:"language-select",onChange:e=>{let n=e.target.value;n&&t.onSelected(n)},children:t.supportedLanguages.map((e,n)=>{let r=Ta(e,t.interfaceLanguage);return w("option",{value:e,selected:e===t.value,children:r},"selectlink"+n)})})]})}d();d();function va(t){let{items:e,maxWidth:n,className:r,style:a}=t,{lang:i}=Ce();return n=n||(i==="en"?144:160),w("select",{autoComplete:"off",class:r||"min-select",style:{maxWidth:`${n}px`,...a},value:e.find(o=>o.selected)?.value,onChange:o=>{let s=o.target.value,u=e.find(l=>l.value===s);u&&u.onSelected(u)},children:e.map((o,s)=>w("option",{value:o.value,selected:o.selected,children:o.label},"selectlink"+s))})}function Ay(t){let{t:e}=Ce(),{translationServiceItems:n,translationServiceOptions:r}=D5(t);return n.length?w(jt,{children:[w(ky,{class:"mt-3",label:e("popupService"),items:r}),w(E5,{ctx:t.ctx,onRestorePage:t.onRestorePage,setSettings:t.setSettings})]}):null}function ky(t){return w("div",{class:`min-select-container ${t.class||""}`,children:[w("label",{class:"inline-block text-label mb-0 text-gray-6",style:{minWidth:60},children:[t.label,"\uFF1A"]}),w(va,{className:"translate-service transform-padding-left",maxWidth:300,items:t.items})]})}function E5({ctx:t,setSettings:e,onRestorePage:n}){let{t:r}=Ce(),a=w5(t),i=C5(t),o=Ve((u,l)=>{e(c=>{let p=c.translationServices||{},m=p[a.id]||{};return setTimeout(()=>{n()},1),{...c,translationServices:{...p,[a.id]:{...m,[u]:l}}}})},[]),s=Ue(()=>a?.props.filter(u=>u.type==="select").map(u=>{let l=u.name;u.label&&(l=u.label),u.labelKey&&(l=r(u.labelKey));let c=u.options.map(p=>({label:`${p.label?r(p.label):p.value}`,value:p.value,selected:p.value==i[u.name],onSelected:()=>{o(u.name,p.value)}}));return{label:l,items:c}}),[i]);return!i||!a?.props?.length||!s||!s?.length?null:w(jt,{children:s.map(({label:u,items:l},c)=>w(ky,{class:"mt-2",label:u,items:l},"field-"+c))})}function C5(t){return Ue(()=>{let{translationServices:n,translationService:r}=t.config;return n&&n[r]?n[r]||{}:{}},[t])}function w5(t){return Ue(()=>{let{translationService:n}=t.config;if(gr[n])return vl("translationService",n,t)},[gr,vl,t])}function D5({isProUser:t,ctx:e,setSettings:n,pageStatus:r,onTranslatePage:a,onRestorePage:i,openOptionsPage:o}){let{t:s}=Ce(),u=Ue(()=>e?gs(e,"translationService"):[],[gs,e]),l=Ve(p=>{let m=u.find(g=>g.id===p.value);if(m.ok){if(n(g=>({...g,translationService:m.id,translationServiceChangedbyUserAt:new Date().toISOString()})),r!="Translated")return;m.props.length===0?e.rule.isTranslateWhenServiceChanged&&setTimeout(()=>{a()},1):setTimeout(()=>{i()},1)}else n(g=>({...g,translationService:m.id,translationServiceChangedbyUserAt:new Date().toISOString()})),setTimeout(()=>{o()},100)},[o,i,a,n]),c=Ue(()=>{let p=tt();return u.filter(g=>e.config.showUnconfiguredTranslationServiceInPopup===!1?g.ok:!0).map(g=>({label:`${s("translationServices."+g.id)}${g.ok?"":" "+(" "+(!t&&!p&&g.providers&&g.providers.length>0?s("goLoginOrAction"):s("needAction")))}`,value:g.id,selected:g.selected,onSelected:l}))},[u,e,l,s]);return{translationServiceItems:u,translationServiceOptions:c}}d();d();function Py(t){let e;try{e=new URL(t)}catch{return!1}let n=$3(),r="";try{r=new URL(n).hostname}catch{}return r&&e.hostname===r?!0:!(A5(t)||e.protocol!=="http:"&&e.protocol!=="https:"&&e.protocol!=="file:"&&e.protocol!=="data:")}function A5(t){try{return new URL(t)?.pathname.toLowerCase().endsWith(".pdf")}catch{return!1}}d();function Ly(t){let e=t.indexOf("#");return e===-1?t:t.slice(0,e)}function _y(t){let{t:e}=Ce(),{currentUrlObj:n,isAlwaysTranslateDomain:r,isNeverTranslateDomain:a,handleTranslationUrlPatternSelected:i}=k5(t),[o,s]=se(()=>a?"excludeMatches":"matches"),u=Ue(()=>r||a||!1,[r,a]),l=Ve(c=>{s(c),u&&i(c,n.hostname)},[s,i,u]);return w("div",{class:"flex justify-between mt-5",children:[w(va,{style:{width:"unset",flex:"unset"},maxWidth:230,className:"transform-padding-left min-select",items:[{label:e("alwaysTranslateThisSite"),value:"matches",selected:o==="matches",onSelected:()=>{l("matches")}},{label:e("neverTranslateThisSite"),value:"excludeMatches",selected:o==="excludeMatches",onSelected:()=>{l("excludeMatches")}}].filter(Boolean)}),w("input",{type:"checkbox",role:"switch",checked:u,class:"shrink-0",onChange:c=>{let p=c.target.checked;i(p?o:"default",n.hostname)}})]})}function k5({currentUrl:t,ctx:e,currentLang:n,onSetLocalConfig:r,pageStatus:a,onRestorePage:i,onTranslatePage:o,setSettings:s,onClose:u}){let l=null,c=null,p=null,m=null,g=null,{translationUrlPattern:f}=e.config;if(l=Ue(()=>new URL(t||""),[t]),e.config&&t&&Py(t)){c=Ly(t);let{matches:h,excludeMatches:E}=f;p=!!h.find(D=>dt(t,D)),m=!!E.find(D=>dt(t,D))}if(n&&n!=="auto"){let{translationLanguagePattern:h}=e.config,{matches:E}=h;E.includes(n)?g=!0:g=!1}let T=Ve(()=>{let h=l.hostname,E=e.localConfig.tempTranslationUrlMatches||[],D=E.filter(I=>I.match!==h),M=!1;D.length!==E.length&&(M=!0),M&&r({...e.localConfig,tempTranslationUrlMatches:[...D]})},[r]),b=Ve((h,E)=>{if(h==="default"){s(I=>{let S={...I.translationUrlPattern};return{...I,isChangedAlwaysTranslatedUrls:!0,translationUrlPattern:{...I.translationUrlPattern,matches:pm(t,S.matches),excludeMatches:pm(t,S.excludeMatches)}}}),T();return}let D=h,M=D==="matches"?"excludeMatches":"matches";l&&s(I=>{let S={...I.translationUrlPattern};return S[M]=pm(t,S[M]),S[D]=ml(E,S[D]),{...I,isChangedAlwaysTranslatedUrls:!0,translationUrlPattern:{...I.translationUrlPattern,...S}}}),D==="matches"&&a==="Original"?setTimeout(()=>{o(),u()},100):D==="excludeMatches"&&a==="Translated"&&setTimeout(()=>{i(),u()},100)},[o,u,a,T]);return{currentUrlObj:l,currentUrlWithoutHash:c,isAlwaysTranslateDomain:p,isNeverTranslateDomain:m,isAlwaysTranslateLang:g,handleTranslationUrlPatternSelected:b}}function pm(t,e){return e?(Array.isArray(e)||(e=[e]),t?e.filter(n=>!dt(t,n)):e):[]}d();d();d();var P5=new AbortController,{signal:L5}=P5,jc=0,Hc=0,yo=!1,ni,Fy=0,Sa=[];function vo(t,e){_5();let n=t,r=n.config,a=r.generalRule.mouseHoverHoldKey==="Off",i=r.mouseModifierKeyPressTimeout||400;n.state.isTranslateDirectlyOnHover===!0&&(a=!1);let o=n.state.isTranslateDirectlyOnHover===!0||r.generalRule.mouseHoverHoldKey==="Auto";function s(){o=!o,o?(B.debug("mouse hover translate on"),n.state.isTranslateDirectlyOnHover=!0,vo(n,e)):(B.debug("mouse hover translate off"),n.state.isTranslateDirectlyOnHover=!1,vo(n,e))}document.addEventListener(Qo,s),Sa.push(()=>{document.removeEventListener(Qo,s)});let u=Kn(m=>{if(!(Math.abs(m.clientX-jc)+Math.abs(m.clientY-Hc)<=3)&&(jc=m.clientX,Hc=m.clientY,o||yo&&!ni)){let g=Ry(n.rule,e);if(g){if(hm(g))return;fm(n,!1,g)}}},o?700:300),l=m=>{let g=m.target;hm(g)||fm(n,!0)},c=m=>{let g=r?.generalRule?.mouseHoverHoldKey?.toLowerCase()||"alt",f=vn.getPressedKeyCodes();if(f.length>1&&vn[g]&&(Fy=Date.now(),yo=!1),f.length===1&&vn[g]){let T=Date.now();yo=!0,ni&&clearTimeout(ni),ni=setTimeout(()=>{let b=Fy-T;b>0&&b<=i?yo=!1:l(m),ni=void 0},i)}};if(Sa.push(()=>{ni&&clearTimeout(ni)}),a)return;gm("mousemove",u,e),Sa.push(()=>{e.removeEventListener("mousemove",u)});function p(){o?u.cancel():yo=!1}if(gm("blur",p,e),Sa.push(()=>{e.removeEventListener("blur",p)}),!o){let m=r?.generalRule?.mouseHoverHoldKey?.toLowerCase()||"alt",g=hb;gm("keyup",My,e),Sa.push(()=>{e.removeEventListener("keyup",My)}),g.includes(m)?vn("*","mouseHover",c):vn(r.generalRule.mouseHoverHoldKey,"mouseHover",l),vn.setScope("mouseHover"),Sa.push(()=>{vn.deleteScope("mouseHover")})}}function _5(){Sa.forEach(t=>t()),Sa=[],vn.setScope("all")}function My(t){yo=!1}function gm(t,e,n=window){return n.addEventListener(t,e,{signal:L5})}function fm(t,e,n,r=window){if(n=n||Ry(t.rule,r),!n){B.debug("can not find selection part!");return}if(M5(n,e))return;if(hm(n)){B.debug("exclude dom");return}my(t,n);let i=Hs();i&&(i.setupMouseHoverListener=vo);let o=on(t);o.excludeSelectors=[],o.selectors=[];let s=!1,u=om({...i},t);Ur({id:i.id,container:n,filterRule:o,force:!0,onParagraph:l=>{Za(u,l,!0,"hover").then(c=>{if(c&&!s){s=!0;let p=Date.now();et(Z4,p),ot("mouse_hover_translate",[{name:"mouse_hover_translate"}],{...t,sourceLanguage:"mouseHover"})}})},onFrame:()=>{},onIgnoreElement:()=>{}})}function Ry(t,e){return F5(jc,Hc,t,e)}function F5(t,e,n,r){let a=v1(t,e,n,r);if(a==null)return;let i=()=>{let u=r.document.elementFromPoint(t,e);if(!u)return;let l=S1(u,t,e);return l===u?u.nodeName==="BUTTON"?u:void 0:Iy(l,n)},o=()=>{try{a.setStartBefore(a.startContainer),a.setEndAfter(a.startContainer)}catch(l){B.debug("get mouse over word fail",l)}let u=a.getBoundingClientRect();if(!(u.left>t||u.righte||u.bottom{I5(r)}),!0}function B5(t){let e=[t];if(t.nodeName=="FONT"&&t.classList.contains("immersive-translate-target-wrapper"))e=[t.parentElement];else{let r=[...t.querySelectorAll(".immersive-translate-target-wrapper")].map(a=>a.parentElement).filter(a=>!!a);r.length&&(e=r)}return e.filter(n=>n?.paragraphs&&n?.paragraphs.length>0)}function I5(t){let e=Hs();e&&(!t.paragraphs||!t.paragraphs.length||(t.paragraphs.forEach(n=>{Is(n,n.state==="original"?e.translateState:"original")}),t.paragraphs=[]))}function mm(t){return!!(t.host&&t.mode)}function By(t,e){let n=t.parentNode;if(n.nodeName==="BODY"||mm(n))return t;for(;n&&n.nodeName!=="BODY"&&!mm(n)&&Tp(n,e);){let r=n.parentNode;if(r&&mm(r))break;n=r}return n}function Iy(t,e){return t.nodeType===Node.TEXT_NODE||Tp(t,e)?By(t,e):t}function Oy(t,e){jc=e.clientX,Hc=e.clientY,fm(t,!0)}var Ws=[];function bm(t,e){let n=0,r=0,a,i=s=>{let u=new Date().getTime();r++,u-n<300?o(s):r=1,n=u},o=s=>{clearTimeout(a),r===parseInt(t+"")&&(a=setTimeout(()=>{r=0,e(s)},400))};document.addEventListener("click",i),Ws.push(()=>{document.removeEventListener("click",i)})}function zy(t,e){let n=0,r=0,a=0,i=s=>{let u=s.changedTouches[0];n=new Date().getTime(),r=u.clientX,a=u.clientY},o=s=>{let u=s.changedTouches[0];n-new Date().getTime()>1e3||Math.abs(a-u.clientY)>50||(t==="left"&&u.clientX-r>50&&e(s.changedTouches[0]),t==="right"&&u.clientX-r<-50&&e(s.changedTouches[0]))};document.addEventListener("touchstart",i),document.addEventListener("touchend",o),Ws.push(()=>{document.removeEventListener("touchstart",i),document.removeEventListener("touchend",o)})}function Wc(t,e){let n,r=a=>{clearTimeout(n),a.touches.length===parseInt(t+"")&&(n=setTimeout(()=>{e(a.changedTouches[0])},200))};document.addEventListener("touchstart",r),Ws.push(()=>{document.removeEventListener("touchstart",r)})}var Tm={touchShortcutsOff:()=>{},"multipleClick.2":bm,"multipleClick.3":bm,"multipleClick.4":bm,"slide.left":zy,"slide.right":zy,"fingers.2":Wc,"fingers.3":Wc,"fingers.4":Wc,"fingers.5":Wc};async function Uy(t){try{q5();let e=await Or(),n=mb.find(r=>r.name==="touch");if(!n)return;n.shortcuts.forEach(r=>{if(typeof r=="string")return;let a=R5(t,e,r.command),i=Tm[a];if(a==="touchShortcutsOff"||!i)return;let o=a.split(".");if(o.length!==2)return;let s=o[1];s&&i(s,u=>{U5(r.command,t,u)})})}catch(e){B.error(e)}}function R5(t,e,n){if(!e.generalRule)return t.config.generalRule[n];if(e.generalRule[n])return e.generalRule[n];let r={touchShortcutsToggleTranslatePage:"fingerCountToToggleTranslagePageWhenTouching",touchShortcutsToggleTranslationMask:"fingerCountToToggleTranslationMaskWhenTouching",touchShortcutsToggleTranslatePageOnlyTranslation:"fingerCountToToggleTranslagePageOnlyTranslationWhenTouching"};return r[n]&&e.generalRule[r[n]]?`fingers.${e.generalRule[r[n]]}`:t.config.generalRule[n]||""}var O5=()=>{ym();let t=new CustomEvent(Mr,{detail:{method:"toggleTranslatePage"}});globalThis.document.dispatchEvent(t)},z5=()=>{Sm();let t=new CustomEvent(Mr,{detail:{method:"toggleOnlyTranslation"}});globalThis.document.dispatchEvent(t)},N5=()=>{vm();let t=new CustomEvent(Mr,{detail:{method:"toggleTranslationMask"}});globalThis.document.dispatchEvent(t)},Ny=0,U5=(t,e,n)=>{new Date().getTime()-Ny<200||(Ny=new Date().getTime(),t==="touchShortcutsToggleTranslatePage"?O5():t==="touchShortcutsToggleTranslationMask"?N5():t==="touchShortcutsToggleTranslatePageOnlyTranslation"?z5():t==="touchShortcutsToggleTranslateTouchElement"&&Oy(e,n))};function q5(){Ws.forEach(t=>{t()}),Ws=[]}function qy(t){let{t:e}=Ce(),{ctx:n,setSettings:r}=t,a=j5(t);return as(n.localConfig)?a.length?w("div",{class:"flex mt-3 items-center justify-between",children:[w("div",{class:"flex items-center",children:[w("label",{class:"mb-0 mr-2 shrink-0",children:[e("mouse-translate"),":"]}),w(va,{style:{width:"100%",maxWidth:"100%"},className:"transform-padding-left min-select",items:a})]}),w("input",{type:"checkbox",role:"switch",class:"shrink-0",checked:n.config.generalRule.mouseHoverHoldKey!=="Off",onChange:i=>{let o=i.target.checked;r(s=>{let u=s.generalRule?.mouseHoverPreferenceKey||n.config.generalRule.mouseHoverPreferenceKey||ts[0];return{...s,generalRule:{...s.generalRule,mouseHoverHoldKey:o?u:"Off"}}})}})]}):null:w(H5,{...t})}function j5({ctx:t,openOptionsPage:e,setSettings:n}){let{t:r}=Ce(),a=Ue(()=>{let s=t.config.generalRule,u=s.mouseHoverPreferenceKey;return s.mouseHoverHoldKey!=="Off"&&u!==s.mouseHoverHoldKey&&(u=s.mouseHoverHoldKey),u},[t]),i=Ue(()=>ts.filter(s=>!(s==="Off"||ts.includes(a)&&s==="OtherCustom")),[t,a]);return Ue(()=>i.map(s=>{let u=r("mouseHoldKey",{key:qc(s)}),l=ts.includes(a),c=s===a;return s==="Auto"?u=r("mouseHoldKeyAuto"):s==="Off"?u=r("mouseHoldKeyOff"):s==="OtherCustom"?u=l?r("mouseHoldKeyOther"):r("mouseHoldKeyCustomKey",{key:a}):s==="Other"&&(u=r("mouseHoldKeyOther")),l||s==="OtherCustom"&&(c=!0),{label:u,value:s,selected:c,onSelected:p=>{p.value==="Other"?e("#shortcuts"):n(m=>{let g={...m.generalRule,mouseHoverPreferenceKey:p.value};return t.config.generalRule.mouseHoverHoldKey!=="Off"&&(g.mouseHoverHoldKey=p.value),{...m,generalRule:g}})}}}),[i,a])}function H5(t){let{ctx:e,setSettings:n}=t,{t:r}=Ce(),a=e.config.generalRule,i=Object.keys(Tm).filter(l=>l!="touchShortcutsOff"),o=a.touchShortcutsToggleTranslateTouchElement,s=a.touchShortcutsToggleTranslateTouchElementPreferenceKey,u=s||"touchShortcutsOff";return o!=="touchShortcutsOff"&&o!==s&&(u=o),w("div",{class:"flex mt-3 items-center justify-between",children:[w("div",{class:"flex items-center",children:[w("label",{class:"mb-0 mr-2 shrink-0",children:[r("touch.mouse-translate"),":"]}),w(va,{style:{width:"100%",maxWidth:"100%"},className:"transform-padding-left min-select",items:i.map((l,c)=>({value:l,label:r(l),selected:l==u,onSelected(p){n(m=>{let g={...m.generalRule,touchShortcutsToggleTranslateTouchElementPreferenceKey:p.value};return e.config.generalRule.touchShortcutsToggleTranslateTouchElement!=="touchShortcutsOff"&&(g.touchShortcutsToggleTranslateTouchElement=p.value),{...m,generalRule:g}})}}))})]}),w("input",{type:"checkbox",role:"switch",class:"shrink-0",checked:e.config.generalRule.touchShortcutsToggleTranslateTouchElement!=="touchShortcutsOff",onChange:l=>{let c=l.target.checked;n(p=>{let m=p.generalRule?.touchShortcutsToggleTranslateTouchElementPreferenceKey||e.config.generalRule.touchShortcutsToggleTranslateTouchElementPreferenceKey||"slide.left";return{...p,generalRule:{...p.generalRule,touchShortcutsToggleTranslateTouchElement:c?m:"touchShortcutsOff"}}})}})]})}d();function jy(t){let{isAlwaysTranslateLang:e}=W5({ctx:t.ctx,currentLang:t.currentLang}),{t:n}=Ce();if(t.currentLang!=="auto")return w("div",{class:"flex justify-between mt-3 items-center",children:[w("label",{class:"mb-0 text-overflow-ellipsis flex-1",children:n("alwaysTranslateSomeLanguage",{language:Ta(t.currentLang,t.ctx.config.interfaceLanguage,!1,!0)})}),w("input",{id:"alwaysTranslateThisLanugage",name:"alwaysTranslateThisLanugage",type:"checkbox",role:"switch",class:"shrink-0",checked:!!e,onChange:a=>{let i=a.target.checked;r(i?"matches":void 0)}})]});return w("span",{});function r(a){if(!a){t.setSettings(s=>{let u={...s.translationLanguagePattern};return{...s,translationLanguagePattern:{...s.translationLanguagePattern,matches:fl(t.currentLang,u.matches),excludeMatches:fl(t.currentLang,u.excludeMatches)}}});return}let i=a,o=i==="matches"?"excludeMatches":"matches";t.currentLang&&t.setSettings(s=>{let u={...s.translationLanguagePattern};return u[i]=ml(t.currentLang,u[i]),u[o]=fl(t.currentLang,u[o]),{...s,translationLanguagePattern:{...s.translationLanguagePattern,...u}}}),i==="matches"&&t.pageStatus==="Original"&&setTimeout(()=>{t.onTranslatePage(),t.onClose()},100)}}function W5({ctx:t,currentLang:e}){let n=null;if(e&&e!=="auto"){let{translationLanguagePattern:r}=t.config,{matches:a}=r;a.includes(e)?n=!0:n=!1}return{isAlwaysTranslateLang:n}}d();d();var K5=({text:t,children:e,position:n="top",containerStyle:r,containerClass:a,multiple:i=!1,width:o,delay:s=0,disable:u,enableMobile:l,tipStyle:c,onHidden:p,onShow:m})=>{let[g,f]=se(!1),T=$e(null),b=$e(null),h=()=>{u||!l&&ut().any||(T.current&&clearTimeout(T.current),T.current=setTimeout(()=>{f(!0),m?.()},s))},E=()=>{ut().any&&(b.current&&clearTimeout(b.current),b.current=setTimeout(()=>{D()},2e3))},D=()=>{T.current&&(clearTimeout(T.current),p?.()),f(!1)},M=Ue(()=>{let I={position:"absolute",padding:"6px 20px",backgroundColor:"#000000",color:"#ffffff",borderRadius:"8px",whiteSpace:"nowrap",fontSize:"14px",zIndex:1e3};switch(i&&(I.maxWidth="200px",o&&(I.width=o+"px"),I.whiteSpace="normal"),n){case"top":return{...I,bottom:"100%",left:"50%",transform:"translateX(-50%)",marginBottom:"10px",...c};case"bottom":return{...I,top:"100%",left:"50%",transform:"translateX(-50%)",marginTop:"10px",...c};case"left":return{...I,right:"100%",top:"50%",transform:"translateY(-50%)",marginRight:"10px",...c};case"right":return{...I,left:"100%",top:"50%",transform:"translateY(-50%)",marginLeft:"10px",...c};default:return{}}},[n,i,o,c]);return w("div",{class:a,style:{position:"relative",pointerEvents:"all",display:"inline-block",...r},children:[w("div",{onMouseEnter:h,onMouseLeave:D,onTouchStart:()=>{l&&h()},onTouchEnd:()=>{l&&E()},children:e}),g&&w("div",{style:M,role:"tooltip",children:t})]})},xa=K5;d();var Hy=w("svg",{width:"24",height:"24",viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg",fill:"#222222",children:[w("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M19.4284 6.59193L15.1187 2.28564H6.28557C5.83092 2.28564 5.39488 2.46626 5.07339 2.78775C4.7519 3.10924 4.57129 3.54527 4.57129 3.99993V9.71422V18.8571V19.9999C4.57129 20.4546 4.7519 20.8906 5.07339 21.2121C5.39488 21.5336 5.83092 21.7142 6.28557 21.7142H17.7141C18.1688 21.7142 18.6048 21.5336 18.9263 21.2121C19.2478 20.8906 19.4284 20.4546 19.4284 19.9999V18.8571V9.71422V6.59193ZM15.341 6.82964V4.93136L17.2404 6.82964H15.341ZM6.28551 18.8571V19.9999H17.7141V18.8571V8.54335H13.6272L13.6267 3.99992H6.28551V18.8571Z"}),w("rect",{x:"7.55957",y:"10.2002",width:"8.88",height:"1.8",fill:"#EA4C89"}),w("rect",{x:"7.55957",y:"13.2002",width:"8.88",height:"1.68",fill:"#EA4C89"}),w("rect",{x:"7.55957",y:"16.0801",width:"4.92",height:"1.8",fill:"#EA4C89"})]}),Wy=w("svg",{xmlns:"http://www.w3.org/2000/svg",width:"22",height:"22",viewBox:"0 0 24 24",fill:"#222222",children:[w("path",{d:"M19.4289 2.85693C19.654 2.85693 19.8769 2.90127 20.0849 2.98743C20.2929 3.07358 20.4818 3.19985 20.641 3.35904C20.8002 3.51822 20.9265 3.7072 21.0126 3.91519C21.0988 4.12318 21.1431 4.3461 21.1431 4.57122V19.4284C21.1431 19.6535 21.0988 19.8764 21.0126 20.0844C20.9265 20.2924 20.8002 20.4814 20.641 20.6405C20.4818 20.7997 20.2929 20.926 20.0849 21.0122C19.8769 21.0983 19.654 21.1426 19.4289 21.1426H4.57171C4.11705 21.1426 3.68102 20.962 3.35952 20.6405C3.03803 20.3191 2.85742 19.883 2.85742 19.4284V4.57122C2.85742 4.11656 3.03803 3.68053 3.35952 3.35904C3.68102 3.03755 4.11705 2.85693 4.57171 2.85693H19.4289ZM19.4289 9.14265H4.57171V19.4284H19.4289V9.14265ZM8.00028 4.57122H4.57171V7.42836H8.00028V4.57122ZM14.286 4.57122H9.71457V7.42836H14.286V4.57122ZM19.4289 4.57122H16.0003V7.42836H19.4289V4.57122Z"}),w("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M10.2854 10.543C10.4843 10.5431 10.6797 10.5951 10.8523 10.6938L15.4066 13.2955C15.5815 13.3955 15.7269 13.5399 15.828 13.7142C15.9292 13.8884 15.9824 14.0863 15.9824 14.2878C15.9824 14.4893 15.9292 14.6872 15.828 14.8615C15.7269 15.0357 15.5815 15.1802 15.4066 15.2801L10.8523 17.8824C10.6785 17.9817 10.4816 18.0336 10.2814 18.0329C10.0812 18.0322 9.88476 17.9789 9.71164 17.8784C9.53851 17.7779 9.39483 17.6337 9.29496 17.4602C9.19509 17.2867 9.14254 17.09 9.14258 16.8898V11.6858C9.14258 11.3827 9.26299 11.092 9.47731 10.8777C9.69164 10.6634 9.98233 10.543 10.2854 10.543ZM10.8569 12.6704V15.9047L13.6872 14.2875L10.8569 12.6704Z",fill:"#EA4C89"})]}),Ky=w("svg",{xmlns:"http://www.w3.org/2000/svg",width:"22",height:"22",viewBox:"0 0 24 24",fill:"#222222",children:[w("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M19.4979 2.78775C19.1764 2.46626 18.7404 2.28564 18.2857 2.28564H5.71429C5.25963 2.28564 4.82359 2.46626 4.5021 2.78775C4.18061 3.10924 4 3.54527 4 3.99993V19.9999C4 20.2251 4.04434 20.448 4.13049 20.656C4.21664 20.8639 4.34292 21.0529 4.5021 21.2121C4.66129 21.3713 4.85027 21.4976 5.05826 21.5837C5.26624 21.6699 5.48916 21.7142 5.71429 21.7142H18.2857C18.5108 21.7142 18.7338 21.6699 18.9417 21.5837C19.1497 21.4976 19.3387 21.3713 19.4979 21.2121C19.6571 21.0529 19.7834 20.8639 19.8695 20.656C19.9557 20.448 20 20.2251 20 19.9999V3.99993C20 3.54527 19.8194 3.10924 19.4979 2.78775ZM5.71429 18.8571H18.2857V19.9999H5.71429V18.8571ZM5.71428 3.95993V17.1028H18.2857V3.95993H5.71428Z"}),w("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M13.5033 3.95996V10.8171L10.6462 9.55653L7.78906 10.8171V3.95996H9.50334V8.18682L10.6462 7.68282L11.7891 8.18682V3.95996H13.5033Z",fill:"#EA4C89"})]}),Gy=w("svg",{xmlns:"http://www.w3.org/2000/svg",width:"18",height:"18",viewBox:"0 0 20 20",fill:"#B3B3B3",children:w("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M11.0402 2.56219C10.8673 2.38914 10.6329 2.29178 10.3883 2.2915H9.61327C9.36886 2.29316 9.13508 2.39169 8.96323 2.5655C8.79138 2.7393 8.6955 2.97417 8.6966 3.21859V4.08317L7.88827 4.38838C7.27152 4.62052 6.69744 4.95314 6.18931 5.37275L5.51952 5.92484L4.76848 5.4915L4.7539 5.48317C4.61453 5.40172 4.45595 5.35893 4.29452 5.35921C4.13241 5.35919 3.97315 5.40182 3.83273 5.48282C3.69231 5.56382 3.57567 5.68033 3.49452 5.82067L3.12577 6.45817C3.00657 6.66857 2.9746 6.91731 3.03672 7.15101C3.09885 7.38471 3.25012 7.58474 3.45806 7.70817L3.47056 7.72171L4.21952 8.15505L4.07785 9.00817C3.96954 9.6575 3.96954 10.3203 4.07785 10.9696L4.2164 11.8207L3.46848 12.2519L3.44556 12.2655C3.23393 12.3881 3.07956 12.5896 3.0163 12.8259C2.95303 13.0622 2.98603 13.3139 3.10806 13.5259L3.50077 14.2061C3.58233 14.3463 3.6992 14.4627 3.83975 14.5436C3.9803 14.6246 4.13961 14.6673 4.30181 14.6675C4.46324 14.6678 4.62182 14.625 4.76119 14.5436L4.7841 14.53L5.53306 14.0978L6.20181 14.6457C6.70534 15.0591 7.27331 15.3871 7.88306 15.6165L8.6914 15.9217V16.7853C8.6914 17.0298 8.78849 17.2644 8.96134 17.4375C9.1342 17.6105 9.36868 17.7079 9.61327 17.7082H10.3883C10.5096 17.7086 10.6299 17.685 10.7422 17.6389C10.8544 17.5928 10.9565 17.525 11.0425 17.4393C11.1285 17.3537 11.1968 17.2519 11.2435 17.1399C11.2901 17.0278 11.3142 16.9077 11.3143 16.7863V15.9217L12.1226 15.6165C12.7394 15.3844 13.3135 15.0517 13.8216 14.6321L14.4914 14.08L15.2424 14.5134L15.257 14.5228C15.469 14.6447 15.7206 14.6775 15.9567 14.614C16.1929 14.5505 16.3941 14.3959 16.5164 14.1842L16.8851 13.5467C17.0068 13.3348 17.0397 13.0834 16.9764 12.8473C16.9132 12.6113 16.759 12.41 16.5476 12.2873L16.532 12.278L15.782 11.8457L15.9237 10.9915C16.032 10.3422 16.032 9.67938 15.9237 9.03005L15.7851 8.179L16.5331 7.74775L16.556 7.73421C16.7676 7.61158 16.922 7.41003 16.9852 7.17376C17.0485 6.93749 17.0155 6.68577 16.8935 6.4738L16.5008 5.79359C16.4192 5.65338 16.3023 5.53699 16.1618 5.45603C16.0212 5.37506 15.8619 5.33234 15.6997 5.33213C15.5383 5.33185 15.3797 5.37464 15.2404 5.45609L15.2174 5.46963L14.4685 5.90192L13.7997 5.354C13.2962 4.94059 12.7282 4.61262 12.1185 4.38317L11.3101 4.07796V3.21442C11.3101 2.96983 11.2131 2.73524 11.0402 2.56219ZM9.61327 1.0415H10.3883C10.6736 1.04164 10.9562 1.09798 11.2197 1.20731C11.4833 1.31663 11.7228 1.4768 11.9245 1.67867C12.1261 1.88054 12.2861 2.12016 12.3951 2.38384C12.5042 2.64753 12.5603 2.93011 12.5601 3.21546C13.2969 3.49312 13.9834 3.88931 14.5924 4.38838L14.6154 4.37484C14.8625 4.2313 15.1356 4.13798 15.4189 4.10025C15.7023 4.06251 15.9903 4.0811 16.2664 4.15495C16.5425 4.2288 16.8013 4.35644 17.028 4.53057C17.2547 4.7047 17.4447 4.92187 17.5872 5.16963L17.9799 5.84984C18.1226 6.09693 18.2153 6.36972 18.2525 6.65262C18.2897 6.93552 18.2709 7.22299 18.197 7.49859C18.123 7.7742 17.9956 8.03254 17.8218 8.25885C17.648 8.48516 17.4313 8.67501 17.1841 8.81755L17.1612 8.83109C17.2248 9.21777 17.2569 9.60899 17.257 10.0009C17.2552 10.4017 17.2203 10.8016 17.1529 11.1967L17.1685 11.205C17.6673 11.4933 18.0313 11.9678 18.1803 12.5243C18.3294 13.0809 18.2513 13.6738 17.9633 14.1728L17.5956 14.8103C17.3075 15.3093 16.833 15.6734 16.2765 15.8227C15.72 15.9719 15.1269 15.894 14.6279 15.6061L14.6133 15.5978C13.999 16.1043 13.3053 16.5059 12.5601 16.7863C12.5599 17.3622 12.331 17.9145 11.9237 18.3217C11.5165 18.729 10.9642 18.9579 10.3883 18.9582H9.61327C9.32792 18.958 9.04539 18.9017 8.78181 18.7924C8.51823 18.683 8.27877 18.5229 8.07709 18.321C7.87541 18.1191 7.71547 17.8795 7.6064 17.6158C7.49733 17.3521 7.44126 17.0696 7.4414 16.7842C6.70459 16.5066 6.01812 16.1104 5.40911 15.6113L5.38619 15.6248C5.13939 15.7686 4.86664 15.8623 4.58357 15.9005C4.30049 15.9387 4.01267 15.9206 3.73659 15.8474C3.4605 15.7741 3.20159 15.6471 2.97469 15.4736C2.74779 15.3001 2.55736 15.0835 2.41431 14.8363L2.0216 14.1561C1.8789 13.909 1.78628 13.6362 1.74904 13.3533C1.7118 13.0704 1.73068 12.7829 1.80459 12.5073C1.87849 12.2317 2.00599 11.9734 2.17977 11.7471C2.35356 11.5208 2.57025 11.3309 2.81744 11.1884L2.84035 11.1748C2.7767 10.7882 2.74465 10.3969 2.74452 10.005C2.74637 9.60425 2.78121 9.20429 2.84869 8.80921L2.83306 8.80088C2.33422 8.51264 1.97027 8.0381 1.82123 7.48158C1.67218 6.92506 1.75025 6.33214 2.03827 5.83317L2.40598 5.19046C2.69404 4.69144 3.16851 4.32727 3.72504 4.17803C4.28157 4.02879 4.87459 4.1067 5.37369 4.39463L5.38827 4.40296C6.00243 3.89603 6.69615 3.49408 7.4414 3.21338C7.44167 2.63745 7.67058 2.08518 8.07783 1.67794C8.48507 1.27069 9.03734 1.04178 9.61327 1.0415ZM11.1583 8.26761C10.8156 8.03869 10.4129 7.9165 10.0008 7.9165C9.44828 7.9165 8.91838 8.136 8.52768 8.5267C8.13698 8.9174 7.91748 9.4473 7.91748 9.99984C7.91748 10.4119 8.03967 10.8147 8.26859 11.1573C8.49751 11.4999 8.82288 11.7669 9.20356 11.9246C9.58424 12.0823 10.0031 12.1235 10.4073 12.0431C10.8114 11.9628 11.1826 11.7643 11.474 11.473C11.7653 11.1816 11.9637 10.8104 12.0441 10.4063C12.1245 10.0021 12.0832 9.58326 11.9256 9.20258C11.7679 8.8219 11.5009 8.49653 11.1583 8.26761ZM8.14891 7.22827C8.69708 6.862 9.34154 6.6665 10.0008 6.6665C10.8849 6.6665 11.7327 7.01769 12.3578 7.64281C12.983 8.26794 13.3341 9.11578 13.3341 9.99984C13.3341 10.6591 13.1387 11.3036 12.7724 11.8517C12.4061 12.3999 11.8855 12.8271 11.2764 13.0794C10.6673 13.3317 9.99712 13.3977 9.35051 13.2691C8.70391 13.1405 8.10997 12.823 7.64379 12.3569C7.17762 11.8907 6.86015 11.2967 6.73153 10.6501C6.60291 10.0035 6.66892 9.33331 6.92122 8.72423C7.17351 8.11514 7.60075 7.59454 8.14891 7.22827Z"})}),$y=w("svg",{xmlns:"http://www.w3.org/2000/svg",width:"22",height:"22",viewBox:"0 0 24 24",fill:"#222222",children:[w("path",{d:"M22.9331 7.46673V21.3334C22.9331 22.2667 22.1331 23.0667 21.1997 23.0667H10.1331V22.0001V20.9334H20.9331V7.60006H15.3331L11.0664 18.0001C10.7997 18.6667 10.1331 19.0667 9.46641 19.0667H2.79974C1.86641 19.0667 1.06641 18.2667 1.06641 17.3334V3.46673C1.06641 2.5334 1.86641 1.7334 2.79974 1.7334L12.9331 1.7334V2.80007V3.86673H2.93307V17.3334H9.33307L13.5997 6.9334C13.8664 6.26673 14.5331 5.86673 15.1997 5.86673H21.3331C22.2664 5.60006 22.9331 6.40007 22.9331 7.46673Z"}),w("path",{d:"M5.904 11.4063L5.472 13H4L6.056 6H7.96L10 13H8.496L8.072 11.4063H5.904ZM7.688 9.95389L7.048 7.54323H6.952L6.296 9.95389H7.688Z",fill:"#EA4C89"}),w("path",{d:"M19.4337 18.9805C18.403 18.6732 17.5907 18.3117 16.9968 17.8961C16.6999 18.1039 16.3542 18.2965 15.9597 18.474C15.5652 18.6558 15.1071 18.8312 14.5854 19L14 17.8831C14.9035 17.6494 15.6076 17.3918 16.1124 17.1104C15.8579 16.816 15.6394 16.4848 15.4571 16.1169C15.2789 15.7489 15.1262 15.3312 14.9989 14.8636H14.1718V13.8182H16.456C16.4178 13.5844 16.3669 13.3312 16.3033 13.0584L17.5504 13L17.6522 13.8182H19.8091V14.8636H18.9374C18.8059 15.3485 18.6532 15.7749 18.4793 16.1429C18.3054 16.5108 18.0976 16.8377 17.8558 17.1234C18.4327 17.4524 19.1474 17.6926 20 17.8442L19.4337 18.9805ZM16.1633 14.8636C16.3118 15.487 16.5854 16.013 16.9841 16.4416C17.1707 16.2424 17.3256 16.0152 17.4486 15.7597C17.5758 15.5 17.684 15.2013 17.7731 14.8636H16.1633Z",fill:"#EA4C89"})]}),Vy=w("svg",{xmlns:"http://www.w3.org/2000/svg",width:"22",height:"22",viewBox:"0 0 24 24",fill:"#222222",children:[w("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M13 2H3C1.89543 2 1 2.89543 1 4V20C1 21.1046 1.89543 22 3 22H7V20H3V4H13V2ZM21 2H17V4H21V20H11V22H21C22.1046 22 23 21.1046 23 20V4C23 2.89543 22.1046 2 21 2Z"}),w("path",{d:"M10.5387 14.1787L9.96267 16H8L10.7413 8H13.28L16 16H13.9947L13.4293 14.1787H10.5387ZM12.9173 12.5187L12.064 9.76369H11.936L11.0613 12.5187H12.9173Z",fill:"#EA4C89"})]}),Yy=w("svg",{xmlns:"http://www.w3.org/2000/svg",width:"28",height:"28",viewBox:"0 0 28 28",fill:"#666666",children:w("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M19 8H9C8.44772 8 8 8.44772 8 9V11H20V9C20 8.44772 19.5523 8 19 8ZM21 11V9C21 7.89543 20.1046 7 19 7H9C7.89543 7 7 7.89543 7 9V11V12V19C7 20.1046 7.89543 21 9 21H13V20H9C8.44772 20 8 19.5523 8 19V12H20V14H21V12V11ZM9 9H11V10H9V9ZM17 9H15V10H17V9ZM12 9H14V10H12V9ZM21 17H18V14H17V17H14V18H17V21H18V18H21V17Z"})});function Jy({onOpenUrl:t,openOptionsPage:e,type:n}){let{t:r}=Ce(),a=Me(),i=Math.round((_i.supportedVideoSubtitleSites||[]).length/10),o=Ue(()=>[{title:r("widget.translateFile"),icon:Hy,tooltipText:r("translateFileTooltip"),tooltipStyle:{left:-10,transform:"unset",fontSize:13,whiteSpace:"pre"},tooltipMultiple:!0,onClick:()=>{t(a.TRANSLATE_FILE_URL,n)}},{title:r("widget.videoSubtitle"),icon:Wy,tooltipText:r("widget.videoSubtitleTooltip",{count:i*10}),tooltipStyle:{fontSize:13},onClick:()=>{e("#subtitle")}},{title:r("widget.instruction"),icon:Ky,tooltipText:r("widget.instructionTooltip"),tooltipStyle:{left:"unset",right:-10,transform:"unset",fontSize:13},onClick:()=>{t(Cb)}}],[a,t,e,r]);return w("div",{class:"widgets-container mt-5",children:o.map(s=>s.tooltipText?w(xa,{text:s.tooltipText,containerStyle:{flex:1},tipStyle:s.tooltipStyle,multiple:s.tooltipMultiple,children:w(Qy,{...s})}):w(Qy,{...s}))})}function Qy(t){return w("div",{class:"widget-item",onClick:t.onClick,children:[t.icon,w("span",{class:"ml-1 text-gray-6",children:t.title})]})}function xm(t){let{setSettings:e,config:n,openSharePage:r,ctx:a,errorMsg:i,onAutoEnableSubtitleChanged:o}=t,[s,u]=se(""),[l,c]=se(i),[p,m]=se(null),[g,f]=se(null);Ae(()=>{Mt.get(Ft,null).then(E=>{E?(m(E),f(Jt(E))):f(!1)}).catch(E=>{f(!1)})},[]);let T=!0,b=tt();n&&b&&(T=n.generalRule.showSponsorOnSafari);let h=pl(n);return w("div",{class:`popup-container ${t.className||""}`,style:t.style,children:[w("div",{class:"popup-content text-sm",children:[h?w("div",{style:{marginTop:-12}}):w("div",{class:"flex items-center justify-between ml-1",style:{height:28},children:[w(wy,{isLogin:!!p,isProUser:!!g,config:n}),w(J5,{openSharePage:r})]}),w(Dy,{ctx:t.ctx,setSettings:t.setSettings,onSetPageLanguage:t.onSetPageLanguage,currentLang:t.currentLang}),w(Ay,{isProUser:!!g,ctx:t.ctx,setSettings:t.setSettings,pageStatus:t.pageStatus,onTranslatePage:t.onTranslatePage,onRestorePage:t.onRestorePage,openOptionsPage:t.openOptionsPage}),w("div",{class:"flex flex-row mt-3 items-center",children:[w($5,{ctx:a,onSwitchTranslationMode:t.onSwitchTranslationMode}),w(Y5,{ctx:t.ctx,pageStatus:t.pageStatus,currentUrl:t.currentUrl,onTranslatePdf:t.onTranslatePdf,onToggleTranslate:t.onToggleTranslate,disabledButton:t.disabledButton,noPermissionPDF:t.noPermissionPDF})]}),w("div",{class:`text-sm text-gray-9 mt-4 ml-1 ${s?"":"display-none"}`,children:s}),w("div",{class:`text-sm text-gray-9 mt-4 ml-1 ${l?"":"display-none"}`,children:l}),w(dm,{isShowError:!1,request:t.request,setStorageBuildinConfig:t.onSetBuildinConfig}),w("div",{class:"text-sm px-1 text-gray-2",children:[w(_y,{ctx:t.ctx,setSettings:t.setSettings,pageStatus:t.pageStatus,onTranslatePage:t.onTranslatePage,onRestorePage:t.onRestorePage,currentUrl:t.currentUrl,currentLang:t.currentLang,onClose:t.onClose,onSetLocalConfig:t.onSetLocalConfig}),w(qy,{ctx:t.ctx,openOptionsPage:t.openOptionsPage,setSettings:t.setSettings}),w(jy,{ctx:a,currentLang:t.currentLang,pageStatus:t.pageStatus,onTranslatePage:t.onTranslatePage,onClose:t.onClose,setSettings:t.setSettings}),w(G5,{onAutoEnableSubtitleChanged:o,ctx:a,setSettings:e})]}),w(Jy,{type:t.type,onOpenUrl:t.onOpenUrl,openOptionsPage:t.openOptionsPage})]}),w(V5,{...t,isProUser:!!g,isShowPricing:T,setMessage:u})]})}function G5(t){let{t:e}=Ce(),{ctx:n,setSettings:r,onAutoEnableSubtitleChanged:a}=t;return Ue(()=>!n.rule.subtitleRule.disabled&&H0.includes(n.rule.subtitleRule.type||""),[n,H0])?w("div",{class:"flex justify-between mt-3 items-center",children:[w("label",{class:"mb-0",children:e("autoEnableSubtitle")}),w("input",{type:"checkbox",role:"switch",id:"autoEnableSubtitle",name:"autoEnableSubtitle",checked:!!n.rule.subtitleRule.autoEnableSubtitle,onChange:o=>{let s=o.target.checked;r(u=>({...u,generalRule:{...u.generalRule,"subtitleRule.add":{...u.generalRule?.["subtitleRule.add"],autoEnableSubtitle:s}}})),a()}})]}):null}function $5(t){let{t:e}=Ce(),n=t.ctx.state.translationMode,r=()=>{let i=n==="dual"?"translation":"dual";t.onSwitchTranslationMode(i)},a=e(n==="dual"?"changeToOnlyTempTranslationMode":"changeToDualTempTranslationMode");return w(xa,{text:a,multiple:!0,tipStyle:{left:-20,transform:"unset",fontSize:13,whiteSpace:"pre"},children:w("div",{class:"translate-mode mr-2 ",onClick:r,children:n==="dual"?$y:Vy})})}function V5(t){let{t:e,lang:n}=Ce(),{isProUser:r,isShowPricing:a}=t,{config:i}=t.ctx,o=60;n.startsWith("zh")||(o=70);let s=Me(),u=`${t.type}_more`;return w("footer",{children:w("div",{class:"px-3 py-2-5 text-sm flex items-center justify-between popup-footer",children:[w("div",{class:"setting flex flex-row items-center justify-center secondary clickable",onClick:l,children:[Gy,w("span",{class:"ml-1 text-gray-6",children:e("options")})]}),w(Q5,{ctx:t.ctx,onToggleEnabled:t.onToggleEnabled,setSettings:t.setSettings,setMessage:t.setMessage}),w(cm,{label:e("more"),showArrow:!0,maxWidth:o,className:"text-gray-6 transform-padding-left more",onSelected:g=>{g.value==="openPremium"?(globalThis.open(Ai),t.onClose()):g.value==="changeToOnlyTranslationMode"?c("translation"):g.value==="changeToDualTranslationMode"?c("dual"):g.value==="translateTheWholePage"?t.onTranslateTheWholePage():g.value==="translateToThePageEndImmediately"?t.onTranslateToThePageEndImmediately():g.value==="translateTheMainPage"?t.onTranslateTheMainPage():g.value==="translateLocalPdfFile"?t.onOpenUrl(s.PDF_VIEWER_URL,u):g.value==="pdfProFile"?t.onOpenUrl(s.PDF_PRO_URL,u):g.value==="translateText"?t.onOpenUrl(s.TEXT_TRANSLATE_URL,u):g.value==="translateLocalHtmlFile"?t.onOpenUrl(s.HTML_VIEWER_URL,u):g.value==="translateLocalSubtitleFile"?t.onOpenUrl(s.SUBTITLE_BUILDER_URL,u):g.value==="donate"?(globalThis.open(i.donateUrl),t.onClose()):g.value==="feedback"?(globalThis.open(i.feedbackUrl),t.onClose()):g.value==="options"?(t.openOptionsPage(),t.onClose()):g.value==="changeToTranslateTheWholePage"?p():g.value==="changeToTranslateTheMainPage"?m():g.value==="about"?t.openAboutPage():g.value==="toggleEnabled"?t.onToggleEnabled():g.value==="openEbookViewer"?t.onOpenUrl(s.EBOOK_VIEWER_URL,u):g.value==="openEbookBuilder"?t.onOpenUrl(s.EBOOK_BUILDER_URL,u):g.value==="goPro"&&t.onOpenUrl(Ai,u)},menus:[i.translationMode==="dual"&&{label:"\u{1F524} "+e("changeToOnlyTranslationMode"),value:"changeToOnlyTranslationMode"},i.translationMode==="translation"&&{label:"\u{1F521} "+e("changeToDualTranslationMode"),value:"changeToDualTranslationMode"},i.translationArea==="main"&&{label:"\u{1F480} "+e("changeToTranslateTheWholePage"),value:"changeToTranslateTheWholePage"},i.translationArea==="body"&&{label:"\u{1F4D6} "+e("changeToTranslateTheMainPage"),value:"changeToTranslateTheMainPage"},{label:"\u26A1 "+e("translateToThePageEndImmediately"),value:"translateToThePageEndImmediately"},{label:"\u{1F4D8} "+e("browser.openEbookViewer"),value:"openEbookViewer"},{label:"\u{1F4DA} "+e("browser.openEbookBuilder"),value:"openEbookBuilder"},{label:"\u{1F4C1} "+e("browser.translateLocalPdfFile"),value:"translateLocalPdfFile"},{label:"\u2747\uFE0F "+e("browser.PdfProFile"),value:"pdfProFile"},{label:"\u{1F310} "+e("browser.translateLocalHtmlFile"),value:"translateLocalHtmlFile"},{label:"\u{1F4FA} "+e("browser.translateLocalSubtitleFile"),value:"translateLocalSubtitleFile"},{label:"\u{1F4DD} "+e("browser.textTranslate"),value:"translateText"},r===!1&&a&&{label:"\u{1F451} "+e("upgradeToPro"),value:"goPro"},{label:"\u2764\uFE0F "+e(a?"aboutLabel":"aboutLabelWithoutSponsor"),value:"about"}].filter(Boolean)})]})});function l(g){g.preventDefault(),t.openOptionsPage()}function c(g){t.setSettings(f=>({...f,translationMode:g})),t.onSwitchTranslationMode(g)}function p(){t.setSettings(g=>({...g,translationArea:"body"})),t.onTranslateTheWholePage()}function m(){t.setSettings(g=>({...g,translationArea:"main"})),t.onTranslateTheMainPage()}}function Y5({currentUrl:t,pageStatus:e,onTranslatePdf:n,ctx:r,onToggleTranslate:a,disabledButton:i,noPermissionPDF:o}){let{t:s,lang:u}=Ce(),l=r.config,c=Ue(()=>new URL(t||""),[t]),p=c?.pathname.toLowerCase().endsWith(".pdf");Ga(r?.rule)&&!p&&(p=!0);let m=s("translate");e==="Translated"||e==="Error"?m=s("show-original"):e==="Original"?p?Ir()&&c.protocol==="file:"||o?m=s("translate-firefox-local-pdf"):ye()?m=s("noSupportTranslate-pdf"):m=s("translate-pdf"):m=s("translate"):m=s(e);let g=s("translateToThePageEndImmediately");return(e==="Original"||e==="Translated")&&(l.shortcuts.toggleTranslatePage&&(al()?r.rule.touchShortcutsToggleTranslatePage&&r.rule.touchShortcutsToggleTranslatePage!=="touchShortcutsOff"&&(m+=` (${s(r.rule.touchShortcutsToggleTranslatePage)})`):m+=` (${qc(l.shortcuts.toggleTranslatePage)})`),l.shortcuts.toggleTranslateToThePageEndImmediately&&(g+=` (${l.shortcuts.toggleTranslateToThePageEndImmediately})`)),w("button",{class:"mb-0 main-button",onClick:()=>{p?n&&n():a()},"aria-busy":e==="Translating",disabled:i||e==="Translating",children:m})}function Q5({ctx:t,onToggleEnabled:e,setSettings:n,setMessage:r}){let{t:a,lang:i}=Ce(),o=Ut();return w("div",{class:"flex",children:w("span",{class:"immersive-translate-no-select text-sm text-gray-c2",onClick:Ey(7)(s),children:["V",o,t.config.enabled?null:w("a",{href:"#",onClick:e,children:[" ","(",a("hasBeenDisabled"),")"]})]})});function s(u){n(l=>(l.alpha?r("Success disable alpha!"):r("Success enable alpha!"),{...l,alpha:!l.alpha}))}}function J5(t){let{t:e}=Ce();return w("div",{class:"share-button-container",onClick:t.openSharePage,children:[w("span",{class:"text-gray-9",children:e("buildSnapshots")}),Yy]})}d();d();d();d();var Em={get:(t,e,n)=>{let r=e===void 0?t:{[t]:e};return oe.storage[n].get(r)},set:(t,e,n)=>oe.storage[n].set({[t]:e})};function Kc(t,e,n){let[r]=se(()=>typeof e=="function"?e():e),[a]=se(n),[i,o]=se(r),[s,u]=se(!1),[l,c]=se("");Ae(()=>{Em.get(t,r,a).then(m=>{m[t]&&o(m[t]),u(!0),c("")}).catch(m=>{u(!1),c(m)})},[t,r,a]);let p=Ve(m=>{let g=typeof m=="function"?m(i):m;B.debug("new settings",g),Em.set(t,g,a).then(()=>{o(g),u(!0),c("")}).catch(f=>{o(g),u(!1),c(f)})},[a,t,i]);return[i,p,s,l]}d();function Cm(t,e,n){let r=[];return function(){let[i,o,s,u]=Kc(t,e,n),l=Ve(c=>{for(let p of r)p(c)},[]);return Ae(()=>(r.push(o),()=>{r.splice(r.indexOf(o),1)}),[o]),[i,l,s,u]}}function Zy(t,e){return Cm(t,e,"sync")}var Z5="userConfig",X5=null,e8=Zy(Z5,X5);function jr(t){let[e,n,r,a]=e8(),i=Ve(o=>{let s=typeof o=="function"?o(e):o;s&&(s.updatedAt=new Date().toISOString()),n(s),t&&t(s)},[e]);return[e,i,r,a,n]}d();d();async function Gc(t){try{let e=new Date;B.debug("cron task start, next will run at",new Date(e.getTime()+t).toLocaleString()),await oe.storage.local.set({[Xo]:e.toISOString()}),await t8(),ye()||await J3()}catch(e){B.error("run cron task failed",e)}}async function Xy(){let e=(await an()).interval;if(e){let n=await oe.storage.local.get(Xo);if(n&&n[Xo]){let r=n[Xo];if(Date.now()-new Date(r).getTime()r?(await oe.storage.local.set({buildinConfig:e}),B.info(`sync remote rules success, latest: ${new Date(a).toLocaleString()}`),aa({method:"updateGlobalCtx",data:{}},{tab:{id:1,url:"https://www.fake.com",active:!0}}).catch(u=>{B.error("send content message request failed from cron task",u)})):B.debug(`no need to sync rules, latest: ${r}`):B.info(`local version is too old, please update to ${o} or later`)}catch(t){B.error("sync rules error: ",t)}}d();d();d();d();d();d();var wm;function Im(t){return[...t.v,(t.i?"!":"")+t.n].join(":")}function uv(t,e=","){return t.map(Im).join(e)}var lv=typeof CSS<"u"&&CSS.escape||(t=>t.replace(/[!"'`*+.,;:\\/<=>?@#$%&^|~()[\]{}]/g,"\\$&").replace(/^\d/,"\\3$& "));function Vc(t){for(var e=9,n=t.length;n--;)e=Math.imul(e^t.charCodeAt(n),1597334677);return"#"+((e^e>>>9)>>>0).toString(36)}function Yc(t,e="@media "){return e+Mn(t).map(n=>(typeof n=="string"&&(n={min:n}),n.raw||Object.keys(n).map(r=>`(${r}-width:${n[r]})`).join(" and "))).join(",")}function Mn(t=[]){return Array.isArray(t)?t:t==null?[]:[t]}function n8(){}var $t={d:0,b:134217728,c:268435456,a:671088640,u:805306368,o:939524096};function cv(t){return t.match(/[-=:;]/g)?.length||0}function _m(t){return Math.min(/(?:^|width[^\d]+)(\d+(?:.\d+)?)(p)?/.test(t)?Math.max(0,29.63*(+RegExp.$1/(RegExp.$2?15:1))**.137-43):0,15)<<22|Math.min(cv(t),15)<<18}var r8=["rst-c","st-ch","h-chi","y-lin","nk","sited","ecked","pty","ad-on","cus-w","ver","cus","cus-v","tive","sable","tiona","quire"];function Rm({n:t,i:e,v:n=[]},r,a,i){t&&(t=Im({n:t,i:e,v:n})),i=[...Mn(i)];for(let s of n){let u=r.theme("screens",s);for(let l of Mn(u&&Yc(u)||r.v(s))){var o;i.push(l),a|=u?67108864|_m(l):s=="dark"?1073741824:l[0]=="@"?_m(l):(o=l,1<<~(/:([a-z-]+)/.test(o)&&~r8.indexOf(RegExp.$1.slice(2,7))||-18))}}return{n:t,p:a,r:i,i:e}}var Om=new Map;function ev(t){if(t.d){let e=[],n=Dm(t.r.reduce((r,a)=>a[0]=="@"?(e.push(a),r):a?Dm(r,i=>Dm(a,o=>{let s=/(:merge\(.+?\))(:[a-z-]+|\\[.+])/.exec(o);if(s){let u=i.indexOf(s[1]);return~u?i.slice(0,u)+s[0]+i.slice(u+s[1].length):Am(i,o)}return Am(o,i)})):r,"&"),r=>Am(r,t.n?"."+lv(t.n):""));return n&&e.push(n.replace(/:merge\((.+?)\)/g,"$1")),e.reduceRight((r,a)=>a+"{"+r+"}",t.d)}}function Dm(t,e){return t.replace(/ *((?:\(.+?\)|\[.+?\]|[^,])+) *(,|$)/g,(n,r,a)=>e(r)+a)}function Am(t,e){return t.replace(/&/g,e)}var tv=new Intl.Collator("en",{numeric:!0});function a8(t,e){for(var n=0,r=t.length;n>1;0>=dv(t[a],e)?n=a+1:r=a}return r}function dv(t,e){let n=t.p&$t.o;return n==(e.p&$t.o)&&(n==$t.b||n==$t.o)?0:t.p-e.p||t.o-e.o||tv.compare(nv(t.n),nv(e.n))||tv.compare(rv(t.n),rv(e.n))}function nv(t){return(t||"").split(/:/).pop().split("/").pop()||"\0"}function rv(t){return(t||"").replace(/\W/g,e=>String.fromCharCode(127+e.charCodeAt(0)))+"\0"}function km(t,e){return Math.round(parseInt(t,16)*e)}function Ea(t,e={}){if(typeof t=="function")return t(e);let{opacityValue:n="1",opacityVariable:r}=e,a=r?`var(${r})`:n;if(t.includes(""))return t.replace("",a);if(t[0]=="#"&&(t.length==4||t.length==7)){let i=(t.length-1)/3,o=[17,1,.062272][i-1];return`rgba(${[km(t.substr(1,i),o),km(t.substr(1+i,i),o),km(t.substr(1+2*i,i),o),a]})`}return a=="1"?t:a=="0"?"#0000":t.replace(/^(rgb|hsl)(\([^)]+)\)$/,`$1a$2,${a})`)}function pv(t,e,n,r,a=[]){return function i(o,{n:s,p:u,r:l=[],i:c},p){let m=[],g="",f=0,T=0;for(let E in o||{}){var b,h;let D=o[E];if(E[0]=="@"){if(!D)continue;if(E[1]=="a"){m.push(...mv(s,u,Nm(""+D),p,u,l,c,!0));continue}if(E[1]=="l"){for(let M of Mn(D))m.push(...i(M,{n:s,p:(b=$t[E[7]],u&~$t.o|b),r:E[7]=="d"?[]:l,i:c},p));continue}if(E[1]=="i"){m.push(...Mn(D).map(M=>({p:-1,o:0,r:[],d:E+" "+M})));continue}if(E[1]=="k"){m.push({p:$t.d,o:0,r:[E],d:i(D,{p:$t.d},p).map(ev).join("")});continue}if(E[1]=="f"){m.push(...Mn(D).map(M=>({p:$t.d,o:0,r:[E],d:i(M,{p:$t.d},p).map(ev).join("")})));continue}}if(typeof D!="object"||Array.isArray(D))E=="label"&&D?s=D+Vc(JSON.stringify([u,c,o])):(D||D===0)&&(E=E.replace(/[A-Z]/g,M=>"-"+M.toLowerCase()),T+=1,f=Math.max(f,(h=E)[0]=="-"?0:cv(h)+(/^(?:(border-(?!w|c|sty)|[tlbr].{2,4}m?$|c.{7,8}$)|([fl].{5}l|g.{8}$|pl))/.test(h)?+!!RegExp.$1||-!!RegExp.$2:0)+1),g+=(g?";":"")+Mn(D).map(M=>p.s(E,gv(""+M,p.theme)+(c?" !important":""))).join(";"));else if(E[0]=="@"||E.includes("&")){let M=u;E[0]=="@"&&(E=E.replace(/\bscreen\(([^)]+)\)/g,(I,S)=>{let y=p.theme("screens",S);return y?(M|=67108864,Yc(y,"")):I}),M|=_m(E)),m.push(...i(D,{n:s,p:M,r:[...l,E],i:c},p))}else m.push(...i(D,{p:u,r:[...l,E]},p))}return m.unshift({n:s,p:u,o:Math.max(0,15-T)+1.5*Math.min(f||15,15),r:l,d:g}),m.sort(dv)}(t,Rm(e,n,r,a),n)}function gv(t,e){return t.replace(/theme\((["'`])?(.+?)\1(?:\s*,\s*(["'`])?(.+?)\3)?\)/g,(n,r,a,i,o="")=>{let s=e(a,o);return typeof s=="function"&&/color|fill|stroke/i.test(a)?Ea(s):""+Mn(s).filter(u=>Object(u)!==u)})}function zm(t,e){let n,r=[];for(let a of t)a.d&&a.n?n?.p==a.p&&""+n.r==""+a.r?(n.c=[n.c,a.c].filter(Boolean).join(" "),n.d=n.d+";"+a.d):r.push(n={...a,n:a.n&&e}):r.push({...a,n:a.n&&e});return r}function Fm(t,e,n=$t.u,r,a){let i=[];for(let o of t)for(let s of function(u,l,c,p,m){u={...u,i:u.i||m};let g=function(f,T){let b=Om.get(f.n);return b?b(f,T):T.r(f.n,f.v[0]=="dark")}(u,l);return g?typeof g=="string"?({r:p,p:c}=Rm(u,l,c,p),zm(Fm(Nm(g),l,c,p,u.i),u.n)):Array.isArray(g)?g.map(f=>{var T,b;return{o:0,...f,r:[...Mn(p),...Mn(f.r)],p:(T=c,b=f.p??c,T&~$t.o|b)}}):pv(g,u,l,c,p):[{c:Im(u),p:0,o:0,r:[]}]}(o,e,n,r,a))i.splice(a8(i,s),0,s);return i}function mv(t,e,n,r,a,i,o,s){return zm((s?n.flatMap(u=>Fm([u],r,a,i,o)):Fm(n,r,a,i,o)).map(u=>u.p&$t.o&&(u.n||e==$t.b)?{...u,p:u.p&~$t.o|e,o:0}:u),t)}function i8(t,e,n,r){var a;return a=(i,o)=>{let{n:s,p:u,r:l,i:c}=Rm(i,o,e);return n&&mv(s,e,n,o,u,l,c,r)},Om.set(t,a),t}function Pm(t,e,n){if(t[t.length-1]!="("){let r=[],a=!1,i=!1,o="";for(let s of t)if(!(s=="("||/[~@]$/.test(s))){if(s[0]=="!"&&(s=s.slice(1),a=!a),s.endsWith(":")){r[s=="dark:"?"unshift":"push"](s.slice(0,-1));continue}s[0]=="-"&&(s=s.slice(1),i=!i),s.endsWith("-")&&(s=s.slice(0,-1)),s&&s!="&"&&(o+=(o&&"-")+s)}o&&(i&&(o="-"+o),e[0].push({n:o,v:r.filter(o8),i:a}))}}function o8(t,e,n){return n.indexOf(t)==e}var av=new Map;function Nm(t){let e=av.get(t);if(!e){let n=[],r=[[]],a=0,i=0,o=null,s=0,u=(l,c=0)=>{a!=s&&(n.push(t.slice(a,s+c)),l&&Pm(n,r)),a=s+1};for(;s1?p.slice(0,-1)+Vc(JSON.stringify([p,m])):p+"("+uv(m)+")",$t.a,m,/@$/.test(p))],r)}c=n.lastIndexOf("(",c-1)}n.length=c+1}else/[~@]/.test(l)&&t[s+1]=="("&&r.unshift([])}u(!0),av.set(t,e=r[0])}return e}function fv(t,e,n){return e.reduce((r,a,i)=>r+n(a)+t[i+1],t[0])}function hv(t,e){return Array.isArray(t)&&Array.isArray(t.raw)?fv(t,e,n=>Lm(n).trim()):e.filter(Boolean).reduce((n,r)=>n+Lm(r),t?Lm(t):"")}function Lm(t){let e,n="";if(t&&typeof t=="object")if(Array.isArray(t))(e=hv(t[0],t.slice(1)))&&(n+=" "+e);else for(let r in t)t[r]&&(n+=" "+r);else t!=null&&typeof t!="boolean"&&(n+=" "+t);return n}var dse=bv("@"),pse=bv("~");function bv(t){return new Proxy(function(n,...r){return e("",n,r)},{get(n,r){return r in n?n[r]:function(a,...i){return e(r,a,i)}}});function e(n,r,a){return uv(Nm(n+t+"("+hv(r,a)+")"))}}function Mm(t,e){return Array.isArray(t)?iv(fv(t,e,n=>n!=null&&typeof n!="boolean"?n:"")):typeof t=="string"?iv(t):[t]}var s8=/ *(?:(?:([\u0080-\uFFFF\w-%@]+) *:? *([^{;]+?);|([^;}{]*?) *{)|(}))/g;function iv(t){let e;t=t.replace(/\/\*[^]*?\*\/|\s\s+|\n/gm," ");let n=[{}],r=[n[0]],a=[];for(;e=s8.exec(t);)e[4]&&(n.shift(),a.shift()),e[3]?(a.unshift(e[3]),n.unshift({}),r.push(a.reduce((i,o)=>({[o]:i}),n[0]))):e[4]||(n[0][e[1]]&&(n.unshift({}),r.push(a.reduce((i,o)=>({[o]:i}),n[0]))),n[0][e[1]]=e[2]);return r}function Tv(t,...e){var n;let r=Mm(t,e),a=(r.find(i=>i.label)?.label||"css")+Vc(JSON.stringify(r));return n=(i,o)=>zm(r.flatMap(s=>pv(s,i,o,$t.o)),a),Om.set(a,n),a}var gse=new Proxy(function(t,e){return ov("animation",t,e)},{get(t,e){return e in t?t[e]:function(n,r){return ov(e,n,r)}}});function ov(t,e,n){return{toString(){return Tv({label:t,"@layer components":{...typeof e=="object"?e:{animation:e},animationName:""+n}})}}}function X(t,e,n){return[t,u8(e,n)]}function u8(t,e){return typeof t=="function"?t:typeof t=="string"&&/^[\w-]+$/.test(t)?(n,r)=>({[t]:e?e(n,r):Bm(n,1)}):n=>t||{[n[1]]:Bm(n,2)}}function Bm(t,e,n=t.slice(e).find(Boolean)||t.$$||t.input){return t.input[0]=="-"?`calc(${n} * -1)`:n}function te(t,e,n,r){return[t,l8(e,n,r)]}function l8(t,e,n){let r=typeof e=="string"?(a,i)=>({[e]:n?n(a,i):a._}):e||(({1:a,_:i},o,s)=>({[a||s]:i}));return(a,i)=>{let o=yv(t||a[1]),s=i.theme(o,a.$$)??So(a.$$,o,i);if(s!=null)return a._=Bm(a,0,s),r(a,i,o)}}function It(t,e={},n){return[t,c8(e,n)]}function c8(t={},e){return(n,r)=>{let{section:a=yv(n[0]).replace("-","")+"Color"}=t,[i,o]=d8(n.$$);if(!i)return;let s=r.theme(a,i)||So(i,a,r);if(!s||typeof s=="object")return;let{opacityVariable:u=`--tw-${n[0].replace(/-$/,"")}-opacity`,opacitySection:l=a.replace("Color","Opacity"),property:c=a,selector:p}=t,m=r.theme(l,o||"DEFAULT")||o&&So(o,l,r),g=e||(({_:T})=>{let b=Ks(c,T);return p?{[p]:b}:b});n._={value:Ea(s,{opacityVariable:u||void 0,opacityValue:m||void 0}),color:T=>Ea(s,T),opacityVariable:u||void 0,opacityValue:m||void 0};let f=g(n,r);if(!n.dark){let T=r.d(a,i,s);T&&T!==s&&(n._={value:Ea(T,{opacityVariable:u||void 0,opacityValue:m||"1"}),color:b=>Ea(T,b),opacityVariable:u||void 0,opacityValue:m||void 0},f={"&":f,[r.v("dark")]:g(n,r)})}return f}}function d8(t){return(t.match(/^(\[[^\]]+]|[^/]+?)(?:\/(.+))?$/)||[]).slice(1)}function Ks(t,e){let n={};return typeof e=="string"?n[t]=e:(e.opacityVariable&&e.value.includes(e.opacityVariable)&&(n[e.opacityVariable]=e.opacityValue||"1"),n[t]=e.value),n}function So(t,e,n){if(t[0]=="["&&t.slice(-1)=="]"){if(t=$c(gv(t.slice(1,-1),n.theme)),!e)return t;if(!(/color|fill|stroke/i.test(e)&&!(/^color:/.test(t)||/^(#|((hsl|rgb)a?|hwb|lab|lch|color)\(|[a-z]+$)/.test(t))||/image/i.test(e)&&!(/^image:/.test(t)||/^[a-z-]+\(/.test(t))||/weight/i.test(e)&&!(/^(number|any):/.test(t)||/^\d+$/.test(t))||/position/i.test(e)&&/^(length|size):/.test(t)))return t.replace(/^[a-z-]+:/,"")}}function yv(t){return t.replace(/-./g,e=>e[1].toUpperCase())}function $c(t){return t.includes("url(")?t.replace(/(.*?)(url\(.*?\))(.*?)/g,(e,n="",r,a="")=>$c(n)+r+$c(a)):t.replace(/(^|[^\\])_+/g,(e,n)=>n+" ".repeat(e.length-n.length)).replace(/\\_/g,"_").replace(/(calc|min|max|clamp)\(.+\)/g,e=>e.replace(/(-?\d*\.?\d(?!\b-.+[,)](?![^+\-/*])\D)(?:%|[a-z]+)?|\))([+\-/*])/g,"$1 $2 "))}var mse=Symbol();var vv=new Proxy(n8,{apply(t,e,n){return wm(n[0])},get(t,e){let n=wm[e];return typeof n=="function"?function(){return n.apply(wm,arguments)}:n}});var fse=function t(e){return new Proxy(function(n,...r){return sv(e,"",n,r)},{get(n,r){return r==="bind"?t:r in n?n[r]:function(a,...i){return sv(e,r,a,i)}}})}();function sv(t,e,n,r){return{toString(){let a=Mm(n,r),i=lv(e+Vc(JSON.stringify([e,a])));return(typeof t=="function"?t:vv)(Tv({[`@keyframes ${i}`]:Mm(n,r)})),i}}}d();d();d();d();d();var Sv={screens:{sm:"640px",md:"768px",lg:"1024px",xl:"1280px","2xl":"1536px"},columns:{auto:"auto","3xs":"16rem","2xs":"18rem",xs:"20rem",sm:"24rem",md:"28rem",lg:"32rem",xl:"36rem","2xl":"42rem","3xl":"48rem","4xl":"56rem","5xl":"64rem","6xl":"72rem","7xl":"80rem"},spacing:{px:"1px",0:"0px",...Bn(4,"rem",4,.5,.5),...Bn(12,"rem",4,5),14:"3.5rem",...Bn(64,"rem",4,16,4),72:"18rem",80:"20rem",96:"24rem"},durations:{75:"75ms",100:"100ms",150:"150ms",200:"200ms",300:"300ms",500:"500ms",700:"700ms",1e3:"1000ms"},animation:{none:"none",spin:"spin 1s linear infinite",ping:"ping 1s cubic-bezier(0,0,0.2,1) infinite",pulse:"pulse 2s cubic-bezier(0.4,0,0.6,1) infinite",bounce:"bounce 1s infinite"},aspectRatio:{auto:"auto",square:"1/1",video:"16/9"},backdropBlur:Ke("blur"),backdropBrightness:Ke("brightness"),backdropContrast:Ke("contrast"),backdropGrayscale:Ke("grayscale"),backdropHueRotate:Ke("hueRotate"),backdropInvert:Ke("invert"),backdropOpacity:Ke("opacity"),backdropSaturate:Ke("saturate"),backdropSepia:Ke("sepia"),backgroundColor:Ke("colors"),backgroundImage:{none:"none"},backgroundOpacity:Ke("opacity"),backgroundSize:{auto:"auto",cover:"cover",contain:"contain"},blur:{none:"none",0:"0",sm:"4px",DEFAULT:"8px",md:"12px",lg:"16px",xl:"24px","2xl":"40px","3xl":"64px"},brightness:{...Bn(200,"",100,0,50),...Bn(110,"",100,90,5),75:"0.75",125:"1.25"},borderColor:({theme:t})=>({DEFAULT:t("colors.gray.200","currentColor"),...t("colors")}),borderOpacity:Ke("opacity"),borderRadius:{none:"0px",sm:"0.125rem",DEFAULT:"0.25rem",md:"0.375rem",lg:"0.5rem",xl:"0.75rem","2xl":"1rem","3xl":"1.5rem","1/2":"50%",full:"9999px"},borderSpacing:Ke("spacing"),borderWidth:{DEFAULT:"1px",...jn(8,"px")},boxShadow:{sm:"0 1px 2px 0 rgba(0,0,0,0.05)",DEFAULT:"0 1px 3px 0 rgba(0,0,0,0.1), 0 1px 2px -1px rgba(0,0,0,0.1)",md:"0 4px 6px -1px rgba(0,0,0,0.1), 0 2px 4px -2px rgba(0,0,0,0.1)",lg:"0 10px 15px -3px rgba(0,0,0,0.1), 0 4px 6px -4px rgba(0,0,0,0.1)",xl:"0 20px 25px -5px rgba(0,0,0,0.1), 0 8px 10px -6px rgba(0,0,0,0.1)","2xl":"0 25px 50px -12px rgba(0,0,0,0.25)",inner:"inset 0 2px 4px 0 rgba(0,0,0,0.05)",none:"0 0 #0000"},boxShadowColor:Ke("colors"),caretColor:Ke("colors"),accentColor:({theme:t})=>({auto:"auto",...t("colors")}),contrast:{...Bn(200,"",100,0,50),75:"0.75",125:"1.25"},content:{none:"none"},divideColor:Ke("borderColor"),divideOpacity:Ke("borderOpacity"),divideWidth:Ke("borderWidth"),dropShadow:{sm:"0 1px 1px rgba(0,0,0,0.05)",DEFAULT:["0 1px 2px rgba(0,0,0,0.1)","0 1px 1px rgba(0,0,0,0.06)"],md:["0 4px 3px rgba(0,0,0,0.07)","0 2px 2px rgba(0,0,0,0.06)"],lg:["0 10px 8px rgba(0,0,0,0.04)","0 4px 3px rgba(0,0,0,0.1)"],xl:["0 20px 13px rgba(0,0,0,0.03)","0 8px 5px rgba(0,0,0,0.08)"],"2xl":"0 25px 25px rgba(0,0,0,0.15)",none:"0 0 #0000"},fill:({theme:t})=>({...t("colors"),none:"none"}),grayscale:{DEFAULT:"100%",0:"0"},hueRotate:{0:"0deg",15:"15deg",30:"30deg",60:"60deg",90:"90deg",180:"180deg"},invert:{DEFAULT:"100%",0:"0"},flex:{1:"1 1 0%",auto:"1 1 auto",initial:"0 1 auto",none:"none"},flexBasis:({theme:t})=>({...t("spacing"),...Gs(2,6),...Gs(12,12),auto:"auto",full:"100%"}),flexGrow:{DEFAULT:1,0:0},flexShrink:{DEFAULT:1,0:0},fontFamily:{sans:'ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji"'.split(","),serif:'ui-serif,Georgia,Cambria,"Times New Roman",Times,serif'.split(","),mono:'ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace'.split(",")},fontSize:{xs:["0.75rem","1rem"],sm:["0.875rem","1.25rem"],base:["1rem","1.5rem"],lg:["1.125rem","1.75rem"],xl:["1.25rem","1.75rem"],"2xl":["1.5rem","2rem"],"3xl":["1.875rem","2.25rem"],"4xl":["2.25rem","2.5rem"],"5xl":["3rem","1"],"6xl":["3.75rem","1"],"7xl":["4.5rem","1"],"8xl":["6rem","1"],"9xl":["8rem","1"]},fontWeight:{thin:"100",extralight:"200",light:"300",normal:"400",medium:"500",semibold:"600",bold:"700",extrabold:"800",black:"900"},gap:Ke("spacing"),gradientColorStops:Ke("colors"),gridAutoColumns:{auto:"auto",min:"min-content",max:"max-content",fr:"minmax(0,1fr)"},gridAutoRows:{auto:"auto",min:"min-content",max:"max-content",fr:"minmax(0,1fr)"},gridColumn:{auto:"auto","span-full":"1 / -1"},gridRow:{auto:"auto","span-full":"1 / -1"},gridTemplateColumns:{none:"none"},gridTemplateRows:{none:"none"},height:({theme:t})=>({...t("spacing"),...Gs(2,6),min:"min-content",max:"max-content",fit:"fit-content",auto:"auto",full:"100%",screen:"100vh"}),inset:({theme:t})=>({...t("spacing"),...Gs(2,4),auto:"auto",full:"100%"}),keyframes:{spin:{from:{transform:"rotate(0deg)"},to:{transform:"rotate(360deg)"}},ping:{"0%":{transform:"scale(1)",opacity:"1"},"75%,100%":{transform:"scale(2)",opacity:"0"}},pulse:{"0%,100%":{opacity:"1"},"50%":{opacity:".5"}},bounce:{"0%, 100%":{transform:"translateY(-25%)",animationTimingFunction:"cubic-bezier(0.8,0,1,1)"},"50%":{transform:"none",animationTimingFunction:"cubic-bezier(0,0,0.2,1)"}}},letterSpacing:{tighter:"-0.05em",tight:"-0.025em",normal:"0em",wide:"0.025em",wider:"0.05em",widest:"0.1em"},lineHeight:{...Bn(10,"rem",4,3),none:"1",tight:"1.25",snug:"1.375",normal:"1.5",relaxed:"1.625",loose:"2"},margin:({theme:t})=>({auto:"auto",...t("spacing")}),maxHeight:({theme:t})=>({full:"100%",min:"min-content",max:"max-content",fit:"fit-content",screen:"100vh",...t("spacing")}),maxWidth:({theme:t,breakpoints:e})=>({...e(t("screens")),none:"none",0:"0rem",xs:"20rem",sm:"24rem",md:"28rem",lg:"32rem",xl:"36rem","2xl":"42rem","3xl":"48rem","4xl":"56rem","5xl":"64rem","6xl":"72rem","7xl":"80rem",full:"100%",min:"min-content",max:"max-content",fit:"fit-content",prose:"65ch"}),minHeight:{0:"0px",full:"100%",min:"min-content",max:"max-content",fit:"fit-content",screen:"100vh"},minWidth:{0:"0px",full:"100%",min:"min-content",max:"max-content",fit:"fit-content"},opacity:{...Bn(100,"",100,0,10),5:"0.05",25:"0.25",75:"0.75",95:"0.95"},order:{first:"-9999",last:"9999",none:"0"},padding:Ke("spacing"),placeholderColor:Ke("colors"),placeholderOpacity:Ke("opacity"),outlineColor:Ke("colors"),outlineOffset:jn(8,"px"),outlineWidth:jn(8,"px"),ringColor:({theme:t})=>({...t("colors"),DEFAULT:"#3b82f6"}),ringOffsetColor:Ke("colors"),ringOffsetWidth:jn(8,"px"),ringOpacity:({theme:t})=>({...t("opacity"),DEFAULT:"0.5"}),ringWidth:{DEFAULT:"3px",...jn(8,"px")},rotate:{...jn(2,"deg"),...jn(12,"deg",3),...jn(180,"deg",45)},saturate:Bn(200,"",100,0,50),scale:{...Bn(150,"",100,0,50),...Bn(110,"",100,90,5),75:"0.75",125:"1.25"},scrollMargin:Ke("spacing"),scrollPadding:Ke("spacing"),sepia:{0:"0",DEFAULT:"100%"},skew:{...jn(2,"deg"),...jn(12,"deg",3)},space:Ke("spacing"),stroke:({theme:t})=>({...t("colors"),none:"none"}),strokeWidth:Bn(2),textColor:Ke("colors"),textDecorationColor:Ke("colors"),textDecorationThickness:{"from-font":"from-font",auto:"auto",...jn(8,"px")},textUnderlineOffset:{auto:"auto",...jn(8,"px")},textIndent:Ke("spacing"),textOpacity:Ke("opacity"),transitionDuration:({theme:t})=>({...t("durations"),DEFAULT:"150ms"}),transitionDelay:Ke("durations"),transitionProperty:{none:"none",all:"all",DEFAULT:"color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter",colors:"color,background-color,border-color,text-decoration-color,fill,stroke",opacity:"opacity",shadow:"box-shadow",transform:"transform"},transitionTimingFunction:{DEFAULT:"cubic-bezier(0.4,0,0.2,1)",linear:"linear",in:"cubic-bezier(0.4,0,1,1)",out:"cubic-bezier(0,0,0.2,1)","in-out":"cubic-bezier(0.4,0,0.2,1)"},translate:({theme:t})=>({...t("spacing"),...Gs(2,4),full:"100%"}),width:({theme:t})=>({min:"min-content",max:"max-content",fit:"fit-content",screen:"100vw",...t("flexBasis")}),willChange:{scroll:"scroll-position"},zIndex:{...Bn(50,"",1,0,10),auto:"auto"}};function Gs(t,e){let n={};do for(var r=1;re(t)}var Mse={"*,::before,::after":{boxSizing:"border-box",borderWidth:"0",borderStyle:"solid",borderColor:"theme(borderColor.DEFAULT, currentColor)"},"::before,::after":{"--tw-content":"''"},html:{lineHeight:1.5,WebkitTextSizeAdjust:"100%",MozTabSize:"4",tabSize:4,fontFamily:`theme(fontFamily.sans, ${Sv.fontFamily.sans})`,fontFeatureSettings:"theme(fontFamily.sans[1].fontFeatureSettings, normal)"},body:{margin:"0",lineHeight:"inherit"},hr:{height:"0",color:"inherit",borderTopWidth:"1px"},"abbr:where([title])":{textDecoration:"underline dotted"},"h1,h2,h3,h4,h5,h6":{fontSize:"inherit",fontWeight:"inherit"},a:{color:"inherit",textDecoration:"inherit"},"b,strong":{fontWeight:"bolder"},"code,kbd,samp,pre":{fontFamily:`theme(fontFamily.mono, ${Sv.fontFamily.mono})`,fontFeatureSettings:"theme(fontFamily.mono[1].fontFeatureSettings, normal)",fontSize:"1em"},small:{fontSize:"80%"},"sub,sup":{fontSize:"75%",lineHeight:0,position:"relative",verticalAlign:"baseline"},sub:{bottom:"-0.25em"},sup:{top:"-0.5em"},table:{textIndent:"0",borderColor:"inherit",borderCollapse:"collapse"},"button,input,optgroup,select,textarea":{fontFamily:"inherit",fontSize:"100%",lineHeight:"inherit",color:"inherit",margin:"0",padding:"0"},"button,select":{textTransform:"none"},"button,[type='button'],[type='reset'],[type='submit']":{WebkitAppearance:"button",backgroundColor:"transparent",backgroundImage:"none"},":-moz-focusring":{outline:"auto"},":-moz-ui-invalid":{boxShadow:"none"},progress:{verticalAlign:"baseline"},"::-webkit-inner-spin-button,::-webkit-outer-spin-button":{height:"auto"},"[type='search']":{WebkitAppearance:"textfield",outlineOffset:"-2px"},"::-webkit-search-decoration":{WebkitAppearance:"none"},"::-webkit-file-upload-button":{WebkitAppearance:"button",font:"inherit"},summary:{display:"list-item"},"blockquote,dl,dd,h1,h2,h3,h4,h5,h6,hr,figure,p,pre":{margin:"0"},fieldset:{margin:"0",padding:"0"},legend:{padding:"0"},"ol,ul,menu":{listStyle:"none",margin:"0",padding:"0"},textarea:{resize:"vertical"},"input::placeholder,textarea::placeholder":{opacity:1,color:"theme(colors.gray.400, #9ca3af)"},'button,[role="button"]':{cursor:"pointer"},":disabled":{cursor:"default"},"img,svg,video,canvas,audio,iframe,embed,object":{display:"block",verticalAlign:"middle"},"img,video":{maxWidth:"100%",height:"auto"},"[hidden]":{display:"none"}},Ise=[X("\\[([-\\w]+):(.+)]",({1:t,2:e},n)=>({"@layer overrides":{"&":{[t]:So(`[${e}]`,"",n)}}})),X("(group|peer)([~/][^-[]+)?",({input:t},{h:e})=>[{c:e(t)}]),te("aspect-","aspectRatio"),X("container",(t,{theme:e})=>{let{screens:n=e("screens"),center:r,padding:a}=e("container"),i={width:"100%",marginRight:r&&"auto",marginLeft:r&&"auto",...o("xs")};for(let s in n){let u=n[s];typeof u=="string"&&(i[Yc(u)]={"&":{maxWidth:u,...o(s)}})}return i;function o(s){let u=a&&(typeof a=="string"?a:a[s]||a.DEFAULT);if(u)return{paddingRight:u,paddingLeft:u}}}),te("content-","content",({_:t})=>({"--tw-content":t,content:"var(--tw-content)"})),X("(?:box-)?decoration-(slice|clone)","boxDecorationBreak"),X("box-(border|content)","boxSizing",({1:t})=>t+"-box"),X("hidden",{display:"none"}),X("table-(auto|fixed)","tableLayout"),X(["(block|flex|table|grid|inline|contents|flow-root|list-item)","(inline-(block|flex|table|grid))","(table-(caption|cell|column|row|(column|row|footer|header)-group))"],"display"),"(float)-(left|right|none)","(clear)-(left|right|none|both)","(overflow(?:-[xy])?)-(auto|hidden|clip|visible|scroll)","(isolation)-(auto)",X("isolate","isolation"),X("object-(contain|cover|fill|none|scale-down)","objectFit"),te("object-","objectPosition"),X("object-(top|bottom|center|(left|right)(-(top|bottom))?)","objectPosition",Qc),X("overscroll(-[xy])?-(auto|contain|none)",({1:t="",2:e})=>({["overscroll-behavior"+t]:e})),X("(static|fixed|absolute|relative|sticky)","position"),te("-?inset(-[xy])?(?:$|-)","inset",({1:t,_:e})=>({top:t!="-x"&&e,right:t!="-y"&&e,bottom:t!="-x"&&e,left:t!="-y"&&e})),te("-?(top|bottom|left|right)(?:$|-)","inset"),X("(visible|collapse)","visibility"),X("invisible",{visibility:"hidden"}),te("-?z-","zIndex"),X("flex-((row|col)(-reverse)?)","flexDirection",xv),X("flex-(wrap|wrap-reverse|nowrap)","flexWrap"),te("(flex-(?:grow|shrink))(?:$|-)"),te("(flex)-"),te("grow(?:$|-)","flexGrow"),te("shrink(?:$|-)","flexShrink"),te("basis-","flexBasis"),te("-?(order)-"),"-?(order)-(\\d+)",te("grid-cols-","gridTemplateColumns"),X("grid-cols-(\\d+)","gridTemplateColumns",Dv),te("col-","gridColumn"),X("col-(span)-(\\d+)","gridColumn",wv),te("col-start-","gridColumnStart"),X("col-start-(auto|\\d+)","gridColumnStart"),te("col-end-","gridColumnEnd"),X("col-end-(auto|\\d+)","gridColumnEnd"),te("grid-rows-","gridTemplateRows"),X("grid-rows-(\\d+)","gridTemplateRows",Dv),te("row-","gridRow"),X("row-(span)-(\\d+)","gridRow",wv),te("row-start-","gridRowStart"),X("row-start-(auto|\\d+)","gridRowStart"),te("row-end-","gridRowEnd"),X("row-end-(auto|\\d+)","gridRowEnd"),X("grid-flow-((row|col)(-dense)?)","gridAutoFlow",t=>Qc(xv(t))),X("grid-flow-(dense)","gridAutoFlow"),te("auto-cols-","gridAutoColumns"),te("auto-rows-","gridAutoRows"),te("gap-x(?:$|-)","gap","columnGap"),te("gap-y(?:$|-)","gap","rowGap"),te("gap(?:$|-)","gap"),"(justify-(?:items|self))-",X("justify-","justifyContent",Ev),X("(content|items|self)-",t=>({["align-"+t[1]]:Ev(t)})),X("(place-(content|items|self))-",({1:t,$$:e})=>({[t]:("wun".includes(e[3])?"space-":"")+e})),te("p([xytrbl])?(?:$|-)","padding",xo("padding")),te("-?m([xytrbl])?(?:$|-)","margin",xo("margin")),te("-?space-(x|y)(?:$|-)","space",({1:t,_:e})=>({"&>:not([hidden])~:not([hidden])":{[`--tw-space-${t}-reverse`]:"0",["margin-"+{y:"top",x:"left"}[t]]:`calc(${e} * calc(1 - var(--tw-space-${t}-reverse)))`,["margin-"+{y:"bottom",x:"right"}[t]]:`calc(${e} * var(--tw-space-${t}-reverse))`}})),X("space-(x|y)-reverse",({1:t})=>({"&>:not([hidden])~:not([hidden])":{[`--tw-space-${t}-reverse`]:"1"}})),te("w-","width"),te("min-w-","minWidth"),te("max-w-","maxWidth"),te("h-","height"),te("min-h-","minHeight"),te("max-h-","maxHeight"),te("font-","fontWeight"),te("font-","fontFamily",({_:t})=>typeof(t=Mn(t))[1]=="string"?{fontFamily:rr(t)}:{fontFamily:rr(t[0]),...t[1]}),X("antialiased",{WebkitFontSmoothing:"antialiased",MozOsxFontSmoothing:"grayscale"}),X("subpixel-antialiased",{WebkitFontSmoothing:"auto",MozOsxFontSmoothing:"auto"}),X("italic","fontStyle"),X("not-italic",{fontStyle:"normal"}),X("(ordinal|slashed-zero|(normal|lining|oldstyle|proportional|tabular)-nums|(diagonal|stacked)-fractions)",({1:t,2:e="",3:n})=>e=="normal"?{fontVariantNumeric:"normal"}:{["--tw-"+(n?"numeric-fraction":"pt".includes(e[0])?"numeric-spacing":e?"numeric-figure":t)]:t,fontVariantNumeric:"var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction)",...Ca({"--tw-ordinal":"var(--tw-empty,/*!*/ /*!*/)","--tw-slashed-zero":"var(--tw-empty,/*!*/ /*!*/)","--tw-numeric-figure":"var(--tw-empty,/*!*/ /*!*/)","--tw-numeric-spacing":"var(--tw-empty,/*!*/ /*!*/)","--tw-numeric-fraction":"var(--tw-empty,/*!*/ /*!*/)"})}),te("tracking-","letterSpacing"),te("leading-","lineHeight"),X("list-(inside|outside)","listStylePosition"),te("list-","listStyleType"),X("list-","listStyleType"),te("placeholder-opacity-","placeholderOpacity",({_:t})=>({"&::placeholder":{"--tw-placeholder-opacity":t}})),It("placeholder-",{property:"color",selector:"&::placeholder"}),X("text-(left|center|right|justify|start|end)","textAlign"),X("text-(ellipsis|clip)","textOverflow"),te("text-opacity-","textOpacity","--tw-text-opacity"),It("text-",{property:"color"}),te("text-","fontSize",({_:t})=>typeof t=="string"?{fontSize:t}:{fontSize:t[0],...typeof t[1]=="string"?{lineHeight:t[1]}:t[1]}),te("indent-","textIndent"),X("(overline|underline|line-through)","textDecorationLine"),X("no-underline",{textDecorationLine:"none"}),te("underline-offset-","textUnderlineOffset"),It("decoration-",{section:"textDecorationColor",opacityVariable:!1,opacitySection:"opacity"}),te("decoration-","textDecorationThickness"),X("decoration-","textDecorationStyle"),X("(uppercase|lowercase|capitalize)","textTransform"),X("normal-case",{textTransform:"none"}),X("truncate",{overflow:"hidden",whiteSpace:"nowrap",textOverflow:"ellipsis"}),X("align-","verticalAlign"),X("whitespace-","whiteSpace"),X("break-normal",{wordBreak:"normal",overflowWrap:"normal"}),X("break-words",{overflowWrap:"break-word"}),X("break-all",{wordBreak:"break-all"}),X("break-keep",{wordBreak:"keep-all"}),It("caret-",{opacityVariable:!1,opacitySection:"opacity"}),It("accent-",{opacityVariable:!1,opacitySection:"opacity"}),X("bg-gradient-to-([trbl]|[tb][rl])","backgroundImage",({1:t})=>`linear-gradient(to ${ri(t," ")},var(--tw-gradient-stops))`),It("from-",{section:"gradientColorStops",opacityVariable:!1,opacitySection:"opacity"},({_:t})=>({"--tw-gradient-from":t.value,"--tw-gradient-to":t.color({opacityValue:"0"}),"--tw-gradient-stops":"var(--tw-gradient-from),var(--tw-gradient-to)"})),It("via-",{section:"gradientColorStops",opacityVariable:!1,opacitySection:"opacity"},({_:t})=>({"--tw-gradient-to":t.color({opacityValue:"0"}),"--tw-gradient-stops":`var(--tw-gradient-from),${t.value},var(--tw-gradient-to)`})),It("to-",{section:"gradientColorStops",property:"--tw-gradient-to",opacityVariable:!1,opacitySection:"opacity"}),X("bg-(fixed|local|scroll)","backgroundAttachment"),X("bg-origin-(border|padding|content)","backgroundOrigin",({1:t})=>t+"-box"),X(["bg-(no-repeat|repeat(-[xy])?)","bg-repeat-(round|space)"],"backgroundRepeat"),X("bg-blend-","backgroundBlendMode"),X("bg-clip-(border|padding|content|text)","backgroundClip",({1:t})=>t+(t=="text"?"":"-box")),te("bg-opacity-","backgroundOpacity","--tw-bg-opacity"),It("bg-",{section:"backgroundColor"}),te("bg-","backgroundImage"),te("bg-","backgroundPosition"),X("bg-(top|bottom|center|(left|right)(-(top|bottom))?)","backgroundPosition",Qc),te("bg-","backgroundSize"),te("rounded(?:$|-)","borderRadius"),te("rounded-([trbl]|[tb][rl])(?:$|-)","borderRadius",({1:t,_:e})=>{let n={t:["tl","tr"],r:["tr","br"],b:["bl","br"],l:["bl","tl"]}[t]||[t,t];return{[`border-${ri(n[0])}-radius`]:e,[`border-${ri(n[1])}-radius`]:e}}),X("border-(collapse|separate)","borderCollapse"),te("border-opacity(?:$|-)","borderOpacity","--tw-border-opacity"),X("border-(solid|dashed|dotted|double|none)","borderStyle"),te("border-spacing(-[xy])?(?:$|-)","borderSpacing",({1:t,_:e})=>({...Ca({"--tw-border-spacing-x":"0","--tw-border-spacing-y":"0"}),["--tw-border-spacing"+(t||"-x")]:e,["--tw-border-spacing"+(t||"-y")]:e,"border-spacing":"var(--tw-border-spacing-x) var(--tw-border-spacing-y)"})),It("border-([xytrbl])-",{section:"borderColor"},xo("border","Color")),It("border-"),te("border-([xytrbl])(?:$|-)","borderWidth",xo("border","Width")),te("border(?:$|-)","borderWidth"),te("divide-opacity(?:$|-)","divideOpacity",({_:t})=>({"&>:not([hidden])~:not([hidden])":{"--tw-divide-opacity":t}})),X("divide-(solid|dashed|dotted|double|none)",({1:t})=>({"&>:not([hidden])~:not([hidden])":{borderStyle:t}})),X("divide-([xy]-reverse)",({1:t})=>({"&>:not([hidden])~:not([hidden])":{["--tw-divide-"+t]:"1"}})),te("divide-([xy])(?:$|-)","divideWidth",({1:t,_:e})=>{let n={x:"lr",y:"tb"}[t];return{"&>:not([hidden])~:not([hidden])":{[`--tw-divide-${t}-reverse`]:"0",[`border-${ri(n[0])}Width`]:`calc(${e} * calc(1 - var(--tw-divide-${t}-reverse)))`,[`border-${ri(n[1])}Width`]:`calc(${e} * var(--tw-divide-${t}-reverse))`}}}),It("divide-",{property:"borderColor",selector:"&>:not([hidden])~:not([hidden])"}),te("ring-opacity(?:$|-)","ringOpacity","--tw-ring-opacity"),It("ring-offset-",{property:"--tw-ring-offset-color",opacityVariable:!1}),te("ring-offset(?:$|-)","ringOffsetWidth","--tw-ring-offset-width"),X("ring-inset",{"--tw-ring-inset":"inset"}),It("ring-",{property:"--tw-ring-color"}),te("ring(?:$|-)","ringWidth",({_:t},{theme:e})=>({...Ca({"--tw-ring-offset-shadow":"0 0 #0000","--tw-ring-shadow":"0 0 #0000","--tw-shadow":"0 0 #0000","--tw-shadow-colored":"0 0 #0000","&":{"--tw-ring-inset":"var(--tw-empty,/*!*/ /*!*/)","--tw-ring-offset-width":e("ringOffsetWidth","","0px"),"--tw-ring-offset-color":Ea(e("ringOffsetColor","","#fff")),"--tw-ring-color":Ea(e("ringColor","","#93c5fd"),{opacityVariable:"--tw-ring-opacity"}),"--tw-ring-opacity":e("ringOpacity","","0.5")}}),"--tw-ring-offset-shadow":"var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color)","--tw-ring-shadow":`var(--tw-ring-inset) 0 0 0 calc(${t} + var(--tw-ring-offset-width)) var(--tw-ring-color)`,boxShadow:"var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)"})),It("shadow-",{section:"boxShadowColor",opacityVariable:!1,opacitySection:"opacity"},({_:t})=>({"--tw-shadow-color":t.value,"--tw-shadow":"var(--tw-shadow-colored)"})),te("shadow(?:$|-)","boxShadow",({_:t})=>({...Ca({"--tw-ring-offset-shadow":"0 0 #0000","--tw-ring-shadow":"0 0 #0000","--tw-shadow":"0 0 #0000","--tw-shadow-colored":"0 0 #0000"}),"--tw-shadow":rr(t),"--tw-shadow-colored":rr(t).replace(/([^,]\s+)(?:#[a-f\d]+|(?:(?:hsl|rgb)a?|hwb|lab|lch|color|var)\(.+?\)|[a-z]+)(,|$)/g,"$1var(--tw-shadow-color)$2"),boxShadow:"var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)"})),te("(opacity)-"),X("mix-blend-","mixBlendMode"),...Cv(),...Cv("backdrop-"),te("transition(?:$|-)","transitionProperty",(t,{theme:e})=>({transitionProperty:rr(t),transitionTimingFunction:t._=="none"?void 0:rr(e("transitionTimingFunction","")),transitionDuration:t._=="none"?void 0:rr(e("transitionDuration",""))})),te("duration(?:$|-)","transitionDuration","transitionDuration",rr),te("ease(?:$|-)","transitionTimingFunction","transitionTimingFunction",rr),te("delay(?:$|-)","transitionDelay","transitionDelay",rr),te("animate(?:$|-)","animation",(t,{theme:e,h:n,e:r})=>{let a=rr(t),i=a.split(" "),o=e("keyframes",i[0]);return o?{["@keyframes "+(i[0]=r(n(i[0])))]:o,animation:i.join(" ")}:{animation:a}}),"(transform)-(none)",X("transform",qm),X("transform-(cpu|gpu)",({1:t})=>({"--tw-transform":Av(t=="gpu")})),te("scale(-[xy])?-","scale",({1:t,_:e})=>({["--tw-scale"+(t||"-x")]:e,["--tw-scale"+(t||"-y")]:e,...qm()})),te("-?(rotate)-","rotate",Um),te("-?(translate-[xy])-","translate",Um),te("-?(skew-[xy])-","skew",Um),X("origin-(center|((top|bottom)(-(left|right))?)|left|right)","transformOrigin",Qc),"(appearance)-",te("(columns)-"),"(columns)-(\\d+)","(break-(?:before|after|inside))-",te("(cursor)-"),"(cursor)-",X("snap-(none)","scroll-snap-type"),X("snap-(x|y|both)",({1:t})=>({...Ca({"--tw-scroll-snap-strictness":"proximity"}),"scroll-snap-type":t+" var(--tw-scroll-snap-strictness)"})),X("snap-(mandatory|proximity)","--tw-scroll-snap-strictness"),X("snap-(?:(start|end|center)|align-(none))","scroll-snap-align"),X("snap-(normal|always)","scroll-snap-stop"),X("scroll-(auto|smooth)","scroll-behavior"),te("scroll-p([xytrbl])?(?:$|-)","padding",xo("scroll-padding")),te("-?scroll-m([xytrbl])?(?:$|-)","scroll-margin",xo("scroll-margin")),X("touch-(auto|none|manipulation)","touch-action"),X("touch-(pinch-zoom|pan-(?:(x|left|right)|(y|up|down)))",({1:t,2:e,3:n})=>({...Ca({"--tw-pan-x":"var(--tw-empty,/*!*/ /*!*/)","--tw-pan-y":"var(--tw-empty,/*!*/ /*!*/)","--tw-pinch-zoom":"var(--tw-empty,/*!*/ /*!*/)","--tw-touch-action":"var(--tw-pan-x) var(--tw-pan-y) var(--tw-pinch-zoom)"}),[`--tw-${e?"pan-x":n?"pan-y":t}`]:t,"touch-action":"var(--tw-touch-action)"})),X("outline-none",{outline:"2px solid transparent","outline-offset":"2px"}),X("outline",{outlineStyle:"solid"}),X("outline-(dashed|dotted|double)","outlineStyle"),te("-?(outline-offset)-"),It("outline-",{opacityVariable:!1,opacitySection:"opacity"}),te("outline-","outlineWidth"),"(pointer-events)-",te("(will-change)-"),"(will-change)-",["resize(?:-(none|x|y))?","resize",({1:t})=>({x:"horizontal",y:"vertical"})[t]||t||"both"],X("select-(none|text|all|auto)","userSelect"),It("fill-",{section:"fill",opacityVariable:!1,opacitySection:"opacity"}),It("stroke-",{section:"stroke",opacityVariable:!1,opacitySection:"opacity"}),te("stroke-","strokeWidth"),X("sr-only",{position:"absolute",width:"1px",height:"1px",padding:"0",margin:"-1px",overflow:"hidden",whiteSpace:"nowrap",clip:"rect(0,0,0,0)",borderWidth:"0"}),X("not-sr-only",{position:"static",width:"auto",height:"auto",padding:"0",margin:"0",overflow:"visible",whiteSpace:"normal",clip:"auto"})];function Qc(t){return(typeof t=="string"?t:t[1]).replace(/-/g," ").trim()}function xv(t){return(typeof t=="string"?t:t[1]).replace("col","column")}function ri(t,e="-"){let n=[];for(let r of t)n.push({t:"top",r:"right",b:"bottom",l:"left"}[r]);return n.join(e)}function rr(t){return t&&""+(t._||t)}function Ev({$$:t}){return({r:"flex-","":"flex-",w:"space-",u:"space-",n:"space-"}[t[3]||""]||"")+t}function xo(t,e=""){return({1:n,_:r})=>{let a={x:"lr",y:"tb"}[n]||n+n;return a?{...Ks(t+"-"+ri(a[0])+e,r),...Ks(t+"-"+ri(a[1])+e,r)}:Ks(t+e,r)}}function Cv(t=""){let e=["blur","brightness","contrast","grayscale","hue-rotate","invert",t&&"opacity","saturate","sepia",!t&&"drop-shadow"].filter(Boolean),n={};for(let r of e)n[`--tw-${t}${r}`]="var(--tw-empty,/*!*/ /*!*/)";return n={...Ca(n),[`${t}filter`]:e.map(r=>`var(--tw-${t}${r})`).join(" ")},[`(${t}filter)-(none)`,X(`${t}filter`,n),...e.map(r=>te(`${r[0]=="h"?"-?":""}(${t}${r})(?:$|-)`,r,({1:a,_:i})=>({[`--tw-${a}`]:Mn(i).map(o=>`${r}(${o})`).join(" "),...n})))]}function Um({1:t,_:e}){return{["--tw-"+t]:e,...qm()}}function qm(){return{...Ca({"--tw-translate-x":"0","--tw-translate-y":"0","--tw-rotate":"0","--tw-skew-x":"0","--tw-skew-y":"0","--tw-scale-x":"1","--tw-scale-y":"1","--tw-transform":Av()}),transform:"var(--tw-transform)"}}function Av(t){return[t?"translate3d(var(--tw-translate-x),var(--tw-translate-y),0)":"translateX(var(--tw-translate-x)) translateY(var(--tw-translate-y))","rotate(var(--tw-rotate))","skewX(var(--tw-skew-x))","skewY(var(--tw-skew-y))","scaleX(var(--tw-scale-x))","scaleY(var(--tw-scale-y))"].join(" ")}function wv({1:t,2:e}){return`${t} ${e} / ${t} ${e}`}function Dv({1:t}){return`repeat(${t},minmax(0,1fr))`}function Ca(t){return{"@layer defaults":{"*,::before,::after":t,"::backdrop":t}}}d();d();var Jc=globalThis||(typeof window<"u"?window:self),m8=Object.create,Hm=Object.defineProperty,f8=Object.getOwnPropertyDescriptor,h8=Object.getOwnPropertyNames,b8=Object.getPrototypeOf,T8=Object.prototype.hasOwnProperty,y8=(t,e)=>()=>(e||t((e={exports:{}}).exports,e),e.exports),v8=(t,e)=>{for(var n in e)Hm(t,n,{get:e[n],enumerable:!0})},jm=(t,e,n,r)=>{if(e&&typeof e=="object"||typeof e=="function")for(let a of h8(e))!T8.call(t,a)&&a!==n&&Hm(t,a,{get:()=>e[a],enumerable:!(r=f8(e,a))||r.enumerable});return t},S8=(t,e,n)=>(jm(t,e,"default"),n&&jm(n,e,"default")),Pv=(t,e,n)=>(n=t!=null?m8(b8(t)):{},jm(e||!t||!t.__esModule?Hm(n,"default",{value:t,enumerable:!0}):n,t)),Lv=y8((t,e)=>{(function(n,r){typeof define=="function"&&define.amd?define([],r):typeof t<"u"?r():(r(),n.FileSaver={})})(t,function(){"use strict";function n(l,c){return typeof c>"u"?c={autoBom:!1}:typeof c!="object"&&(c={autoBom:!c}),c.autoBom&&/^\s*(?:text\/\S*|application\/xml|\S*\/\S*\+xml)\s*;.*charset\s*=\s*utf-8/i.test(l.type)?new Blob(["\uFEFF",l],{type:l.type}):l}function r(l,c,p){var m=new XMLHttpRequest;m.open("GET",l),m.responseType="blob",m.onload=function(){u(m.response,c,p)},m.onerror=function(){},m.send()}function a(l){var c=new XMLHttpRequest;c.open("HEAD",l,!1);try{c.send()}catch{}return 200<=c.status&&299>=c.status}function i(l){try{l.dispatchEvent(new MouseEvent("click"))}catch{var c=document.createEvent("MouseEvents");c.initMouseEvent("click",!0,!0,window,0,0,0,80,20,!1,!1,!1,!1,0,null),l.dispatchEvent(c)}}var o=typeof window=="object"&&window.window===window?window:typeof self=="object"&&self.self===self?self:typeof Jc=="object"&&Jc.global===Jc?Jc:void 0,s=o.navigator&&/Macintosh/.test(navigator.userAgent)&&/AppleWebKit/.test(navigator.userAgent)&&!/Safari/.test(navigator.userAgent),u=o.saveAs||(typeof window!="object"||window!==o?function(){}:"download"in HTMLAnchorElement.prototype&&!s?function(l,c,p){var m=o.URL||o.webkitURL,g=document.createElement("a");c=c||l.name||"download",g.download=c,g.rel="noopener",typeof l=="string"?(g.href=l,g.origin===location.origin?i(g):a(g.href)?r(l,c,p):i(g,g.target="_blank")):(g.href=m.createObjectURL(l),setTimeout(function(){m.revokeObjectURL(g.href)},4e4),setTimeout(function(){i(g)},0))}:"msSaveOrOpenBlob"in navigator?function(l,c,p){if(c=c||l.name||"download",typeof l!="string")navigator.msSaveOrOpenBlob(n(l,p),c);else if(a(l))r(l,c,p);else{var m=document.createElement("a");m.href=l,m.target="_blank",setTimeout(function(){i(m)})}}:function(l,c,p,m){if(m=m||open("","_blank"),m&&(m.document.title=m.document.body.innerText="downloading..."),typeof l=="string")return r(l,c,p);var g=l.type==="application/octet-stream",f=/constructor/i.test(o.HTMLElement)||o.safari,T=/CriOS\/[\d]+/.test(navigator.userAgent);if((T||g&&f||s)&&typeof FileReader<"u"){var b=new FileReader;b.onloadend=function(){var D=b.result;D=T?D:D.replace(/^data:[^;]*;/,"data:attachment/file;"),m?m.location.href=D:location=D,m=null},b.readAsDataURL(l)}else{var h=o.URL||o.webkitURL,E=h.createObjectURL(l);m?m.location=E:location.href=E,m=null,setTimeout(function(){h.revokeObjectURL(E)},4e4)}});o.saveAs=u.saveAs=u,typeof e<"u"&&(e.exports=u)})}),_v={};v8(_v,{default:()=>Zc});var x8=Pv(Lv());S8(_v,Pv(Lv()));var{default:kv,...E8}=x8,Zc=kv!==void 0?kv:E8;d();d();d();d();d();d();var Sue=Me().REDIRECT_URL;d();var Xue=Gi([]);function Bv(t){let[e,n]=se(null);return Ae(()=>{Pn().then(r=>{n(r),B.debug("current config",r)})},[]),Ae(()=>{Pn().then(r=>{n(r)})},[t]),e}function Iv(t){let[e,n]=se(null);return Ae(()=>{t&&hn({url:"http://localhost",config:t,state:{cache:!1}}).then(r=>n(r))},[t]),e}function Rv(){let[t,e]=se(null);return Ae(()=>{Zt().then(r=>{e(r)})},[]),[t,r=>{e(r),Xt(r)}]}d();async function _8(t,e,n){try{if(e===null)return"noupdate";let r=await Zt();if(e.updatedAt){let s=new Date().getTime(),u=new Date(e.updatedAt).getTime();if(s-u<1e3)return await Wm(t,e),await Xt(r),"upload"}let a=await zv(t);r.accountLastSyncedAt=Date.now(),B.debug("settings",e),B.debug("local settings.updatedAt",e.updatedAt),B.debug("remote settings.updatedAt",a.updatedAt),B.debug("last synced at",r.accountLastSyncedAt);let i=!1;if(e.updatedAt&&(!a||!a.updatedAt)&&(i=!0),!i&&e.updatedAt>a.updatedAt&&(i=!0),B.debug("isUpload",i),i)return await Wm(t,e),await Xt(r),"upload";let o=!1;return a.updatedAt&&(!e||!e.updatedAt)&&(o=!0),!o&&e.updatedAt{!n||!n.token||r&&r.proAutoSync===!1||F8(n)&&_8(n.token,t,e).then(i=>{B.debug("syncUserSetting result",i)})},[t,n])}function F8(t){return Jt(t)?!0:new Date(t.createTime){Mt.get(Ft,null).then(n=>{e(n)})},[e]),t}function zv(t){return(location.href?.indexOf("popup.html")>0?Wa:ce)({responseType:"json",url:ns+"/v1/user/settings",method:"get",headers:{token:t}}).then(n=>n.data)}function Wm(t,e){return(location.href?.indexOf("popup.html")>0?Wa:ce)({responseType:"json",url:ns+"/v1/user/settings",method:"post",headers:{token:t,"content-type":"application/json"},body:JSON.stringify(e)}).then(r=>r.data)}function ed(t){let{onClose:e}=t,[n,r]=se("Original"),[a,i,o,s]=jr(()=>{setTimeout(()=>{D("updateGlobalContext",!1)()},250)});Xc(a,i);let[u,l]=se(null),[c,p]=se(globalThis.location.href),[m,g]=se("auto"),[f,T]=se(null),b=O=>{r(O.detail)};if(Ae(()=>(document.addEventListener(ja,b,!1),an().then(O=>{l(O);let _=vt();g(_);let k=Qe();r(k),Gc(O.interval)}),document.addEventListener("urlChange",E),()=>{document.removeEventListener("pageTranslatedStatus",b),document.removeEventListener("urlChange",E)}),[]),Ae(()=>{an().then(O=>{l(O)})},[a]),Ae(()=>{c&&u&&Km().then(O=>{T(O)})},[c,u]),!u||!f)return null;return w(xm,{type:"float_ball_popup",className:t.className,onSwitchTranslationMode:O=>{D("switchTranslationMode",!0,{mode:O})()},request:ce,onClose:M,onToggleEnabled:I,onTranslateTheWholePage:D("translateTheWholePage",!0),openOptionsPage:L,onToggleTranslate:D("toggleTranslatePage",!0),onTranslateTheMainPage:D("translateTheMainPage",!0),onTranslateToThePageEndImmediately:D("translateToThePageEndImmediately",!0),onTranslatePage:D("translatePage",!0),onRestorePage:D("restorePage",!1),onTranslatePdf:()=>{y(ra(f.rule)||c)},openAboutPage:A,openSharePage:D("shareToDraft",!0),onSetPageLanguage:h,setSettings:i,config:u,pageStatus:n,ctx:f,currentUrl:c,currentLang:m,onSetLocalConfig:kl,onSetBuildinConfig:j3,onAutoEnableSubtitleChanged:D("autoEnableSubtitleChanged",!0),onOpenUrl:S});function h(O){g(O);let _=xy(c,O,u.sourceLanguageUrlPattern);i(k=>({...k,sourceLanguageUrlPattern:_})),qn(O)}function E(){p(globalThis.location.href)}function D(O,_,k={}){let N={trigger:"page_popup",...k};return()=>{_n({method:O,data:N}),_&&e()}}function M(){e()}function I(){i(O=>({...O,enabled:!O.enabled})),setTimeout(()=>{M()},50)}function S(O,_){let k=O;_&&(k=`${O}?utm_source=extension&utm_medium=extension&utm_campaign=${_}`),Fl(k,!0),setTimeout(()=>{M()},50)}function y(O){O&&(Oi(!1,O),setTimeout(()=>{M()},50))}function L(O=""){Bi(!0,O),setTimeout(()=>{e()},50)}function A(){Ll(),setTimeout(()=>{e()},50)}function v(){Q3(),setTimeout(()=>{e()},50)}}d();function jv(){let[t,e]=se("Original");return Ae(()=>{let n=Qe();e(n);let r=a=>{e(a.detail)};return document.addEventListener(ja,r),()=>{document.removeEventListener(ja,r)}},[]),{pageStatus:t}}var Nv=6,B8={position:"right",top:335};function Hv({handleBallClick:t,isShow:e,localConfig:n,handleMobileBallLongPress:r,popupVisible:a}){let i=$e(null),o=$e(null),[s,u]=se(!1),l=$e(null),c=$e(!1),p=$e(n.floatBallConfig||B8),m=$e(0),g=$e(0),f=$e(0),T=$e(!1),b=$e(0),h=$e(0),E=$e(0),D=$e(0),M=$e(!1),I=Ve(S=>{a||(clearTimeout(l.current),S?u(S):l.current=setTimeout(()=>{u(S),T.current=!1},ut().any?3e3:0))},[u,l,T,a]);return Ae(()=>{a||u(!1)},[a]),Ae(()=>{if(i.current&&p.current){let S=Gm(p.current.top);p.current.top=S,i.current.style.top=`${S}px`,i.current.style.display="flex"}},[e,i]),Ae(()=>{if(!o.current||!i.current)return;let S=k=>{k.preventDefault&&k.preventDefault(),m.current=k.clientX,g.current=k.clientY,b.current=Date.now(),f.current=i.current.offsetTop,c.current=!0,clearTimeout(l.current),I(!0),E.current=k.clientX,D.current=k.clientY,M.current=!1,ut().any&&(clearTimeout(h.current),h.current=setTimeout(()=>{Uv({startX:m.current,startY:g.current,endX:E.current,endY:D.current})||(M.current=!0,r())},500)),document.addEventListener("mousemove",y),document.addEventListener("touchmove",v),document.addEventListener("mouseup",L),document.addEventListener("touchend",O),document.addEventListener("touchcancel",O)},y=k=>{if(k.preventDefault&&k.preventDefault(),!c.current||!i.current||(E.current=k.clientX,D.current=k.clientY,M.current))return;let N=k.clientY-g.current+f.current,z=Gm(N);i.current.style.top=`${z}px`},L=k=>{if(k.preventDefault&&k.preventDefault(),_(),c.current=!1,clearTimeout(l.current),T.current||I(!1),M.current)return;Uv({startX:m.current,startY:g.current,endX:k.clientX,endY:k.clientY})||(clearTimeout(h.current),t());let z=Gm(k.clientY-30);p.current.top=z;let q=fs();kl({...q,floatBallConfig:p.current})},A=k=>{k.preventDefault&&k.preventDefault(),S(k.changedTouches[0])},v=k=>{k.preventDefault&&k.preventDefault(),y(k.changedTouches[0])},O=k=>{k.preventDefault&&k.preventDefault(),L(k.changedTouches[0])},_=()=>{document.removeEventListener("mousemove",y),document.removeEventListener("touchmove",v),document.removeEventListener("mouseup",L),document.removeEventListener("touchend",O),document.removeEventListener("touchcancel",O)};return o.current.addEventListener("mousedown",S),o.current.addEventListener("touchstart",A),()=>{o.current&&(o.current.removeEventListener("mousedown",S),o.current.removeEventListener("touchstart",A))}},[e,o,i,l,c,n,I,t]),Ae(()=>{if(ut().any)return;let S=L=>{L.target===i.current&&!T.current||(T.current=!0,I(!0),clearTimeout(l.current))},y=L=>{if(c.current){T.current=!1;return}L.target===i.current&&!T.current||I(!1)};return i.current?.addEventListener("mouseover",S),i.current?.addEventListener("mouseout",y),()=>{i.current?.removeEventListener("mouseover",S),i.current?.removeEventListener("mouseout",y)}},[i,c,I,e,T]),{ballRef:o,floatBallConfigRef:p,containerRef:i,active:s,setActive:I}}function Uv({startX:t,startY:e,endX:n,endY:r}){let a=Math.abs(n-t),i=Math.abs(r-e);return a>Nv||i>Nv}function Wv(t,e){let n=t?.fixedPosition||"right",r=t?.clickType==="translate",a=Ue(()=>e?"":n=="left"?"translateX(-100%)":"translateX(100%)",[n,e]),i=Ue(()=>e&&r?"":n=="left"?"translateX(-20px)":"translateX(20px)",[n,e,r]),o=Ue(()=>e&&r?"":n=="left"?"translateX(-60px)":"translateX(60px)",[n,e,r]);return{closeTransform:a,logoContainerTransform:i,settingTransform:o}}function Kv(){let[t,e]=se(!1);return Ae(()=>{let n=()=>{document.querySelector("video")&&e(!!document.fullscreenElement)};return document.addEventListener("fullscreenchange",n),()=>{document.removeEventListener("fullscreenchange",n)}},[]),{isFullScreen:t}}var qv="hasShownFloatingBallGuide",I8="2024-01-06";function Gv(t){let[e,n]=se(!1);Ae(()=>{!t.config.enableShowFloatingBallGuide||vt()==t.targetLanguage||(async()=>{let a=await At(qv,""),i=await At("installedAt","");i&&new Date(i){n(!1)},[]);return{isShowGuide:e,handleCloseGuide:r}}function $v(t,e){let n=$e(0),[r,a]=se(!0),[i,o]=se(!1),s=jr(),[u,l]=s,{t:c}=Ce(),p=Ve(()=>{t?.config.floatBallTooltipRule&&(ut().any?o(n.current>=(t.config.floatBallTooltipRule.h5MainBtnTooltipMaxShowCount||2)):a(n.current>=(t.config.floatBallTooltipRule.mainBtnTooltipImmediateShowCount||5)))},[a,n,t,o]);Ae(()=>{t&&(n.current=t.config.pcFloatBallMainBtnTooltipShownCount||0,ut().any&&(n.current=t.config.h5FloatBallMainBtnTooltipShownCount||0),p())},[t]);let m=Ve(()=>{t&&(n.current=n.current+1,p(),l(T=>{let b={...T};return ut().any?b.h5FloatBallMainBtnTooltipShownCount=n.current:b.pcFloatBallMainBtnTooltipShownCount=n.current,b}))},[l,p,n,t]),g=Ue(()=>ut().any||!r?0:t?.config.floatBallTooltipRule?.mainBtnTooltipDelayTime||2e3,[r,t]),f=Ue(()=>ut().any?c("floatBall.longPress"):e!=="Original"?c("floatBall.showOriginal"):t?.targetLanguage?c("floatBall.translateToLanguage",{language:Ta(t.targetLanguage,t.targetLanguage,!0)}):c("floatBall.translate"),[e,t]);return{disableTooltipDelay:i,tooltipDelay:g,tooltipText:f,handleShowTooltip:m}}function Gm(t){return Math.max(Math.min(t,globalThis.innerHeight-200),10)}d();var ai=`${Q}-float-ball`;function Vv(t){let e=n=>{n&&n.target&&n.target.id==="immersive-translate-popup-overlay"&&t.onClose()};return t.visible?w("div",{onClick:e,id:"immersive-translate-popup-overlay",class:"immersive-translate-popup-overlay",children:w("div",{class:"immersive-translate-popup-wrapper",style:t.getModalStyle(),children:w(R8,{onConfirm:t.onCloseConfirm,onClose:t.onClose})})}):null}function R8(t){let{t:e}=Ce(),[n,r]=se("UntilNext"),a=Ii()+"#floating",i=e("closeQuickTranslation.settingOpen",{1:a}),o=[{title:e("closeQuickTranslation.untilNext"),type:"UntilNext"},{title:e("closeQuickTranslation.currentWebsite"),type:"CurrentWebsite",description:i},{title:e("closeQuickTranslation.alwaysClose"),type:"AlwaysClose",description:i}];return w("div",{class:`${ai}-close-content`,children:[w("div",{class:"flex justify-between",children:[w("div",{class:`${ai}-close-title`,children:e("closeQuickTranslation")}),w("div",{class:"clickable",onClick:t.onClose,children:w(ya,{type:"modal-close"})})]}),w("div",{class:`${ai}-close-radio-content mt-3`,children:o.map(s=>w(O8,{onClick:()=>{r(s.type)},title:s.title,description:s.description,selected:s.type===n,onLinkClick:u=>{Ri(u)}},s.type))}),w("div",{class:"flex mt-3 flex-end",children:[w("div",{class:`${ai}-default-btn`,onClick:t.onClose,children:e("closeQuickTranslation.cancel")}),w("div",{class:`${ai}-primary-btn ml-2`,onClick:()=>{t.onConfirm&&t.onConfirm(n)},children:e("closeQuickTranslation.confirm")})]})]})}function O8(t){let{selected:e,title:n,description:r,onLinkClick:a}=t,i=z8(r||"");return w("div",{class:"flex items-center clickable",style:"padding: 8px 0",onClick:t.onClick,children:[w("div",{class:e?`${ai}-radio-sel`:`${ai}-radio-nor`,children:w("div",{})}),w("div",{class:"ml-2 text-sm",children:[w("span",{children:n}),r?w("small",{class:"muted text-sm",children:i.map(o=>o.type==="text"?o.value:w("a",{onClick:()=>o.href&&a&&a(o.href),children:o.value}))}):null]})]})}function z8(t){let e=[],n=/((.*?)<\/a>)|([^<]+)/g,r=Array.from(t.matchAll(n));for(let a of r){let i=a[2],o=a[3],s=a[4];i&&o?e.push({type:"link",href:i,value:o}):s&&e.push({type:"text",value:s})}return e}d();d();function Yv(t){return we.ASSETS_BASE_URL+t}var ii=`${Q}-float-ball`;function Qv(t){let{t:e}=Ce(),n=a=>{a&&a.target&&a.target.id==="immersive-translate-popup-overlay"&&t.onClose()},r=Ue(()=>{let a={position:"fixed",top:t.top+60};return t.fixedPosition=="left"&&(a.left=48),t.fixedPosition=="right"&&(a.right=48),a},[t.top,t.fixedPosition]);return t.visible?w("div",{onClick:n,id:"immersive-translate-popup-overlay",class:"immersive-translate-popup-overlay",children:w("div",{class:`${ii}-guide-container`,style:r,children:[w("img",{class:`${ii}-guide-bg ${t.fixedPosition}`,src:N8}),w("div",{class:`${ii}-guide-content ${t.fixedPosition}`,children:[w("img",{class:`${ii}-guide-img`,src:Yv("images/float_ball_intro.png")}),w("div",{class:`${ii}-guide-message`,children:[e("floatBall.guideClickToTranslate"),ut().any?` -${e("floatBall.longPress")}`:""]}),w("div",{class:`${ii}-primary-btn ${ii}-guide-button`,onClick:t.onClose,children:e("floatBall.iKnow")})]})]})}):null}var N8="data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzEyIiBoZWlnaHQ9IjM3MiIgdmlld0JveD0iMCAwIDMxMiAzNzIiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSBtZWV0Ij4KPGcgZmlsdGVyPSJ1cmwoI2ZpbHRlcjBfZF8zNjQ4XzEyODAyKSI+CjxwYXRoIGQ9Ik0yMCAzNkMyMCAyNC45NTQzIDI4Ljk1NDMgMTYgNDAgMTZIMjU4LjkxNEMyNjkuOTU5IDE2IDI3OC45MTQgMjQuOTU0MyAyNzguOTE0IDM2VjE3My4wNzVMMjg5LjEyOCAxNzguNzQyQzI5MS43NzggMTgwLjIxMyAyOTEuODk0IDE4My45ODIgMjg5LjMzOSAxODUuNjEyTDI3OC45MTQgMTkyLjI2M1YzMjhDMjc4LjkxNCAzMzkuMDQ2IDI2OS45NTkgMzQ4IDI1OC45MTQgMzQ4SDQwQzI4Ljk1NDMgMzQ4IDIwIDMzOS4wNDYgMjAgMzI4VjM2WiIgZmlsbD0idXJsKCNwYWludDBfbGluZWFyXzM2NDhfMTI4MDIpIi8+CjwvZz4KPGRlZnM+CjxmaWx0ZXIgaWQ9ImZpbHRlcjBfZF8zNjQ4XzEyODAyIiB4PSIwIiB5PSIwIiB3aWR0aD0iMzExLjE4OCIgaGVpZ2h0PSIzNzIiIGZpbHRlclVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgY29sb3ItaW50ZXJwb2xhdGlvbi1maWx0ZXJzPSJzUkdCIj4KPGZlRmxvb2QgZmxvb2Qtb3BhY2l0eT0iMCIgcmVzdWx0PSJCYWNrZ3JvdW5kSW1hZ2VGaXgiLz4KPGZlQ29sb3JNYXRyaXggaW49IlNvdXJjZUFscGhhIiB0eXBlPSJtYXRyaXgiIHZhbHVlcz0iMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMTI3IDAiIHJlc3VsdD0iaGFyZEFscGhhIi8+CjxmZU9mZnNldCBkeT0iNCIvPgo8ZmVHYXVzc2lhbkJsdXIgc3RkRGV2aWF0aW9uPSIxMCIvPgo8ZmVDb21wb3NpdGUgaW4yPSJoYXJkQWxwaGEiIG9wZXJhdG9yPSJvdXQiLz4KPGZlQ29sb3JNYXRyaXggdHlwZT0ibWF0cml4IiB2YWx1ZXM9IjAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAuMSAwIi8+CjxmZUJsZW5kIG1vZGU9Im5vcm1hbCIgaW4yPSJCYWNrZ3JvdW5kSW1hZ2VGaXgiIHJlc3VsdD0iZWZmZWN0MV9kcm9wU2hhZG93XzM2NDhfMTI4MDIiLz4KPGZlQmxlbmQgbW9kZT0ibm9ybWFsIiBpbj0iU291cmNlR3JhcGhpYyIgaW4yPSJlZmZlY3QxX2Ryb3BTaGFkb3dfMzY0OF8xMjgwMiIgcmVzdWx0PSJzaGFwZSIvPgo8L2ZpbHRlcj4KPGxpbmVhckdyYWRpZW50IGlkPSJwYWludDBfbGluZWFyXzM2NDhfMTI4MDIiIHgxPSIxNTcuNSIgeTE9IjE2IiB4Mj0iMTU3LjUiIHkyPSIzNDgiIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIj4KPHN0b3Agc3RvcC1jb2xvcj0iI0ZGOTJCQyIvPgo8c3RvcCBvZmZzZXQ9IjEiIHN0b3AtY29sb3I9IndoaXRlIi8+CjwvbGluZWFyR3JhZGllbnQ+CjwvZGVmcz4KPC9zdmc+Cg==";d();function U8({isVisible:t,onClose:e,children:n}){return w(jt,{children:[t&&w("div",{className:`immersive-translate-sheet-backdrop ${t?"visible":""}`,onClick:e}),w("div",{className:`immersive-translate-sheet ${t?"visible":""}`,children:w("div",{className:"immersive-translate-sheet-content",children:n})})]})}var Jv=U8;var $s=`${Q}-float-ball`;function $m(t){let{t:e}=Ce(),n=jr(),[r,a,i,o]=n;Xc(r,a);let s=Bv(r),u=Iv(s),{isFullScreen:l}=Kv(),[c,p]=se(!1),[m,g]=se(!0),{pageStatus:f}=jv(),T=Lp(u,r),b=Ve(()=>{if(T?.clickType==="popup")return p(!0);if(T?.clickType==="translate"){let P=Ee();if(Ga(u?.rule)){let U=ra(u.rule);Oi(!0,U||P);return}_n({method:"toggleTranslatePage",data:{trigger:"float_ball"}})}},[T,_n,p]),h=Ve(()=>{p(!0)},[p]),E=m&&!!s,{containerRef:D,active:M,ballRef:I,floatBallConfigRef:S,setActive:y}=Hv({handleBallClick:b,handleMobileBallLongPress:h,isShow:E,localConfig:t.localConfig,popupVisible:c}),L=T?.fixedPosition||"right",A=L==="right"?"left":"right",{isShowGuide:v,handleCloseGuide:O}=Gv(t.ctx),{closeTransform:_,logoContainerTransform:k,settingTransform:N}=Wv(T,M||v),{tooltipDelay:z,disableTooltipDelay:q,tooltipText:F,handleShowTooltip:C}=$v(u,f);return E?w("div",{class:`${$s}-container ${L} notranslate`,style:{zIndex:l?-1:2147483647,pointerEvents:M||v||c?"all":"none"},ref:D,children:[w(q8,{ctx:u,setVisible:g,closeTransform:_,setActive:y,getModalStyle:()=>Zv(S.current.top,300,L)}),w(xa,{enableMobile:!0,text:F,position:A,delay:z,onShow:C,disable:q,children:w("div",{class:`${$s}-btn ${L} btn-animate `,ref:I,style:{transform:k,opacity:M||v?1:.5},children:w("div",{children:[w(ya,{type:"logo"}),f!=="Original"?w(ya,{type:"translated"}):null]})})}),w("div",{style:{marginTop:"12px",transform:N},class:`${$s}-more-buttons btn-animate`,children:[w(xa,{text:e("translateFileTooltip"),multiple:!0,width:200,position:A,containerClass:"btn-animate",children:w("div",{class:`${$s}-more-button`,onClick:()=>{Fl(Db,!0)},children:w(ya,{type:"file"})})}),w(xa,{text:e("floatBall.setting"),position:A,containerClass:"btn-animate",children:w("div",{class:`${$s}-more-button`,onClick:()=>{y(!0),p(!0)},children:w(ya,{type:"setting"})})})]}),w(j8,{onClose:()=>{y(!1),p(!1)},visible:c,getModalStyle:()=>Zv(S.current.top,500,L)}),w(Qv,{visible:v,top:S.current.top,fixedPosition:L,onClose:()=>{O(),y(!1)}})]}):null}function q8(t){let{t:e}=Ce(),[n,r]=se(!1),a=jr(),[i,o,s,u]=a,l=Lp(t.ctx,i),c=Ve(m=>{t.ctx&&o(g=>t2({...g},m))},[t.ctx,o]),p=Ve(m=>{l&&(t.setVisible(!1),m==="AlwaysClose"?c({...l,enable:!1}):m==="CurrentWebsite"&&c({...l,blockUrls:[...l.blockUrls,globalThis.location.hostname]}))},[c,l,t.setVisible]);return w(jt,{children:[w("div",{title:e("floatBall.close"),class:"btn-animate",style:{transform:t.closeTransform,padding:4},onClick:()=>{t.setActive(!0),r(!0)},children:w(ya,{type:"close"})}),w(Vv,{visible:n,onClose:()=>{t.setActive(!1),r(!1)},getModalStyle:t.getModalStyle,onCloseConfirm:p})]})}function j8(t){let e=r=>{r&&r.target&&r.target.id==="immersive-translate-popup-overlay"&&t.onClose()};return window.innerWidth<=385?w(Jv,{isVisible:t.visible,onClose:t.onClose,children:w(ed,{onClose:t.onClose,className:"popup-container-sheet"})}):t.visible?w("div",{onClick:e,id:"immersive-translate-popup-overlay",class:"immersive-translate-popup-overlay",children:w("div",{class:"immersive-translate-popup-wrapper",style:t.getModalStyle(),children:w(ed,{onClose:t.onClose})})}):null}function H8(){return{width:Math.max(document.documentElement.clientWidth,window.innerWidth||0),height:Math.max(document.documentElement.clientHeight,window.innerHeight||0)}}var Zv=(t,e,n)=>{let a=H8().height,i={position:"fixed"},o=0;return xf()&&(t=W8.top),i.top=t-o,i.top+e>=a?(i.bottom=30,delete i.top):i.top<=10&&(i.top=10),n==="left"?i.left=65:i.right=65,i},W8={position:"right",right:0,top:335};function K8(t,e){for(let n of e){if(ye()&&!Ir()&&typeof GM!==void 0&&GM.addElement){GM.addElement(t,"style",{textContent:n});continue}t.appendChild(document.createElement("style")).textContent=n}}async function Vm(){let t=Me(),e=await an(),n=await Or(),r={url:globalThis.location.href,config:e},a=await hn(r),i=await _p(a,n),o=dt(a.url,i?.blockUrls),s=await Zt();if(!i?.enable||o)return;let u=document.createElement("div");u.id="immersive-translate-popup",u.setAttribute("style","all: initial"),document.documentElement.appendChild(u);let l=u.attachShadow({mode:"open"}),c=[t.IMMERSIVE_TRANSLATE_PICO_CSS,t.IMMERSIVE_TRANSLATE_COMMON_CSS,t.IMMERSIVE_TRANSLATE_POPUP_CSS,t.IMMERSIVE_TRANSLATE_PAGE_POPUP_CSS].join(` + ${s.innerHTML}`.replaceAll('data-immersive-translate-translation-element-mark="1"',"dim_m='1'").replace(/data-immersive-translate-walked=\".+?\"/g,"dim_w='1'").replace(/data-on-parse-paragraph=\".+?\"/g,"").replace(/data-consume-paragraph=\".+?\"/g,"").replace(/data-consume-container=\".+?\"/g,"").replace(/immersive-translate-target-([a-z\-]+)/g,(b,h)=>"imt_"+h.replaceAll("translation","t"))},await Xt(a);let f=Me().SHARE_DRAFT_URL,T=r.rule;if(T.shareConfig?.sharePath){let b=new URL(f);b.pathname=T.shareConfig.sharePath,f=b.toString()}Ri(f)}catch(g){B.error(g)}}async function by(){let t=await Zt();t.draft&&globalThis.document.dispatchEvent(new CustomEvent(Q4,{detail:JSON.stringify(t.draft)}))}async function f5(){try{if(await bl("reportActive"))return;B.debug("\u672A\u6FC0\u6D3B\u8FC7");let e=await Pp();await ce({url:ns+"/v1/user/campaign-info-translated/"+e,method:"POST",headers:{"content-type":"application/json"}}),ps("reportActive","1")}catch(t){B.error(t)}}d();d();var Ty={"zh-CN":{"languages.en":"\u82F1\u8BED","languages.ja":"\u65E5\u8BED","languages.ko":"\u97E9\u8BED","languages.es":"\u897F\u73ED\u7259\u8BED","languages.fr":"\u6CD5\u8BED","languages.de":"\u5FB7\u8BED","languages.it":"\u610F\u5927\u5229\u8BED","languages.pt":"\u8461\u8404\u7259\u8BED","languages.ru":"\u4FC4\u8BED","languages.wyw":"\u6587\u8A00\u6587","languages.":"\u5168\u90E8"},"zh-TW":{"languages.en":"\u82F1\u8A9E","languages.ja":"\u65E5\u8A9E","languages.ko":"\u97D3\u8A9E","languages.es":"\u897F\u73ED\u7259\u8A9E","languages.fr":"\u6CD5\u8A9E","languages.de":"\u5FB7\u8A9E","languages.it":"\u610F\u5927\u5229\u8A9E","languages.pt":"\u8461\u8404\u7259\u8A9E","languages.ru":"\u4FC4\u8A9E","languages.wyw":"\u6587\u8A00\u6587","languages.":"\u5168\u90E8"}},yy={...Nt,"zh-CN":{...Ty["zh-CN"],...Nt["zh-CN"]},"zh-TW":{...Ty["zh-TW"],...Nt["zh-TW"]}},vy=yy;function bo(t,e,n){return mr(yy,t,e,pr,n)}var Ta=(t,e,n,r)=>{let a=db[t]||t,i=pb[t],o=gb[t],s={"zh-CN":i,"zh-TW":o,en:a};if(n)return s[t]?s[t]:a;if(s[e]){let u=s[e];return r||t==="auto"||t==="placeholder"?u:`${u} (${a})`}else return a};d();function lm(t){let e=t.shortcuts||{},r=Object.keys(e).reduce((i,o)=>(i[e[o]]=o,i),{}),a=Object.keys(r);for(let i of a){let o=i.replace(/MacCtrl/ig,"Ctrl");o&&vn(o,s=>{s.preventDefault();let u=r[i];_n({method:u,data:{trigger:"shortcut"}})})}}d();d();d();d();var Sy=`${Q}-float-ball`;function ya(t){return t.type=="logo"?w("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",width:"24",height:"24",class:`${Sy}-logo-img`,children:[w("path",{fill:"none",d:"M0 0h24v24H0z"}),w("path",{d:"M5 15v2a2 2 0 0 0 1.85 1.995L7 19h3v2H7a4 4 0 0 1-4-4v-2h2zm13-5l4.4 11h-2.155l-1.201-3h-4.09l-1.199 3h-2.154L16 10h2zm-1 2.885L15.753 16h2.492L17 12.885zM8 2v2h4v7H8v3H6v-3H2V4h4V2h2zm9 1a4 4 0 0 1 4 4v2h-2V7a2 2 0 0 0-2-2h-3V3h3zM6 6H4v3h2V6zm4 0H8v3h2V6z",fill:"rgba(255,255,255,1)"})]}):t.type=="close"?w("svg",{width:"14",height:"14",viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:[w("g",{"clip-path":"url(#clip0_2589_9951)",children:w("path",{d:"M7 14C5.14348 14 3.36301 13.2625 2.05025 11.9497C0.737498 10.637 0 8.85652 0 7C0 5.14348 0.737498 3.36301 2.05025 2.05025C3.36301 0.737498 5.14348 0 7 0C8.85652 0 10.637 0.737498 11.9497 2.05025C13.2625 3.36301 14 5.14348 14 7C14 8.85652 13.2625 10.637 11.9497 11.9497C10.637 13.2625 8.85652 14 7 14ZM4.183 5.064L6.118 7L4.183 8.936C4.12409 8.99361 4.07719 9.06234 4.04502 9.1382C4.01285 9.21406 3.99605 9.29554 3.99559 9.37794C3.99513 9.46034 4.01101 9.54201 4.04234 9.61823C4.07366 9.69444 4.11978 9.76369 4.17805 9.82195C4.23631 9.88022 4.30556 9.92634 4.38177 9.95766C4.45799 9.98898 4.53966 10.0049 4.62206 10.0044C4.70446 10.004 4.78594 9.98715 4.8618 9.95498C4.93766 9.92281 5.00639 9.87591 5.064 9.817L7 7.882L8.936 9.817C9.05327 9.93168 9.21104 9.99548 9.37506 9.99457C9.53908 9.99365 9.69612 9.92809 9.8121 9.8121C9.92809 9.69612 9.99365 9.53908 9.99457 9.37506C9.99548 9.21104 9.93168 9.05327 9.817 8.936L7.882 7L9.817 5.064C9.87591 5.00639 9.92281 4.93766 9.95498 4.8618C9.98715 4.78594 10.004 4.70446 10.0044 4.62206C10.0049 4.53966 9.98898 4.45799 9.95766 4.38177C9.92634 4.30556 9.88022 4.23631 9.82195 4.17805C9.76369 4.11978 9.69444 4.07366 9.61823 4.04234C9.54201 4.01101 9.46034 3.99513 9.37794 3.99559C9.29554 3.99605 9.21406 4.01285 9.1382 4.04502C9.06234 4.07719 8.99361 4.12409 8.936 4.183L7 6.118L5.064 4.183C4.94673 4.06832 4.78896 4.00452 4.62494 4.00543C4.46092 4.00635 4.30388 4.07191 4.1879 4.1879C4.07191 4.30388 4.00635 4.46092 4.00543 4.62494C4.00452 4.78896 4.06832 4.94673 4.183 5.064Z",fill:"#B1B1B1","fill-opacity":"0.32"})}),w("defs",{children:w("clipPath",{id:"clip0_2589_9951",children:w("rect",{width:"14",height:"14",fill:"white"})})})]}):t.type=="setting"?w("svg",{width:"16",height:"16",viewBox:"0 0 16 16",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:w("path",{d:"M6.55741 0L9.06847 0.00329403C9.84824 0.00470579 10.4802 0.636235 10.4812 1.41647L10.4821 1.82588C10.9687 2.0278 11.4297 2.28671 11.8553 2.59718L12.1913 2.40329C12.516 2.21676 12.9013 2.1665 13.2629 2.26352C13.6246 2.36055 13.933 2.59695 14.1207 2.92094L15.3795 5.09365C15.5601 5.40546 15.6149 5.7744 15.5328 6.12523C15.4507 6.47606 15.2378 6.78235 14.9376 6.98165L14.8609 7.02871L14.5235 7.22353C14.5819 7.76273 14.5736 8.30708 14.4986 8.84424L14.7372 8.98259C15.0496 9.16307 15.2812 9.45606 15.3848 9.80165C15.4884 10.1472 15.456 10.5193 15.2944 10.8419L15.2553 10.9153L14.076 12.9576C13.8955 13.27 13.6025 13.5017 13.2569 13.6053C12.9113 13.7088 12.5392 13.6765 12.2167 13.5148L12.1433 13.4753L11.8172 13.2871C11.4074 13.5817 10.9651 13.8283 10.4991 14.0221L10.4995 14.5831C10.5 14.9434 10.3629 15.2904 10.1163 15.5532C9.86972 15.816 9.53215 15.9748 9.17247 15.9972L9.08306 16L6.57153 15.9967C6.19697 15.9961 5.83793 15.847 5.57312 15.5821C5.30831 15.3172 5.15932 14.9581 5.15883 14.5835L5.15788 13.9073C4.76852 13.7244 4.39771 13.5044 4.05059 13.2504L3.44918 13.5967C3.12448 13.7834 2.73902 13.8337 2.37726 13.7367C2.01551 13.6397 1.70698 13.4032 1.5193 13.0791L0.260473 10.9064C0.0799611 10.5945 0.0252226 10.2255 0.107423 9.87467C0.189623 9.52384 0.402569 9.21757 0.702826 9.01835L0.779062 8.97129L1.3913 8.61835C1.34424 8.17129 1.34188 7.71765 1.38706 7.26494L0.707532 6.87247C0.395061 6.69207 0.163305 6.39911 0.0596515 6.05351C-0.0440025 5.70791 -0.0117246 5.33577 0.149885 5.01318L0.189415 4.93976L1.36871 2.89741C1.54919 2.58502 1.84218 2.35337 2.18777 2.2498C2.53336 2.14624 2.90547 2.17859 3.228 2.34023L3.30141 2.37976L3.89436 2.72188C4.28027 2.42082 4.69854 2.1637 5.14141 1.95529L5.14047 1.41694C5.14001 1.05657 5.27707 0.709596 5.52367 0.446813C5.77028 0.184029 6.10786 0.0252343 6.46753 0.00282354L6.55741 0ZM6.55553 1.41506L6.55694 2.85271L5.74377 3.23576C5.39553 3.39906 5.06706 3.60094 4.764 3.83718L4.01247 4.424L2.62941 3.62494L2.59365 3.60518L1.41483 5.64753L2.88636 6.49694L2.79506 7.40612C2.75968 7.7598 2.76078 8.11619 2.79836 8.46965L2.8953 9.38541L1.48494 10.1976L2.7433 12.3704L4.14377 11.5647L4.88636 12.1087C5.15997 12.309 5.45231 12.4823 5.7593 12.6264L6.57106 13.008L6.57388 14.5816L9.08447 14.5849L9.08306 13.0791L9.95553 12.7158C10.3216 12.5635 10.6689 12.3698 10.9908 12.1384L11.7329 11.6047L12.8506 12.2499L14.0289 10.2075L12.9654 9.592L13.0972 8.64847C13.1561 8.22659 13.1628 7.79904 13.1169 7.37553L13.0181 6.45882L14.1555 5.80235L12.8967 3.62965L11.7645 4.28235L11.0214 3.74024C10.686 3.4956 10.3229 3.29152 9.93953 3.13224L9.06894 2.77082L9.06659 1.41835L6.55553 1.41506ZM9.37153 5.47624C10.0214 5.85201 10.4955 6.47036 10.6898 7.19547C10.8841 7.92058 10.7827 8.69316 10.4078 9.34353C10.2223 9.66543 9.97517 9.9476 9.68053 10.1739C9.38589 10.4002 9.04953 10.5662 8.69068 10.6623C8.33183 10.7585 7.95754 10.7829 7.58923 10.7343C7.22092 10.6856 6.86582 10.5648 6.54424 10.3788C5.89445 10.003 5.4204 9.38458 5.2262 8.65948C5.032 7.93438 5.13352 7.16184 5.50847 6.51153C5.69395 6.18963 5.94107 5.90746 6.23571 5.68117C6.53034 5.45488 6.86671 5.28891 7.22556 5.19275C7.58441 5.09659 7.9587 5.07213 8.32701 5.12077C8.69532 5.16942 9.05042 5.29021 9.372 5.47624H9.37153ZM6.73388 7.21835C6.54638 7.54388 6.49567 7.9305 6.5929 8.29336C6.69012 8.65623 6.92733 8.96571 7.25247 9.15388C7.41305 9.24679 7.59037 9.30712 7.77429 9.33143C7.9582 9.35574 8.14511 9.34355 8.32431 9.29556C8.50351 9.24757 8.67149 9.16472 8.81864 9.05174C8.96579 8.93877 9.08923 8.7979 9.18188 8.63718C9.55883 7.98353 9.356 7.15435 8.73435 6.74494L8.66377 6.70118L8.59035 6.66165C8.26834 6.49988 7.89663 6.46742 7.55145 6.57093C7.20626 6.67444 6.91375 6.90608 6.73388 7.21835Z",fill:"#6C6F73"})}):t.type==="file"?w("svg",{width:"18",height:"18",viewBox:"0 0 18 18",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:w("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M11.6861 1L15.2353 4.54635V7.11765V14.6471V15.5882C15.2353 15.9627 15.0866 16.3217 14.8218 16.5865C14.557 16.8513 14.198 17 13.8235 17H4.41176C4.03734 17 3.67825 16.8513 3.4135 16.5865C3.14874 16.3217 3 15.9627 3 15.5882V14.6471V7.11765V2.41176C3 2.03734 3.14874 1.67825 3.4135 1.4135C3.67825 1.14874 4.03734 1 4.41176 1H11.6861ZM11.8692 3.17882V4.74212H13.4334L11.8692 3.17882ZM4.41171 15.5882V14.647V2.41176H10.4574L10.4578 6.15341H13.8235V14.647V15.5882H4.41171ZM12.7739 7.51746H5.46094V8.6155H12.7739V7.51746ZM5.46094 9.98805H12.7739V11.0861H5.46094V9.98805ZM9.5127 12.36H5.46094V13.458H9.5127V12.36Z",fill:"#6C6F73"})}):t.type==="translated"?w("svg",{width:"11",height:"11",viewBox:"0 0 11 11",fill:"none",xmlns:"http://www.w3.org/2000/svg",class:`${Sy}-translated-img`,children:[w("circle",{cx:"5.5",cy:"5.5",r:"5.5",fill:"#68CD52"}),w("path",{d:"M1.40857 5.87858L2.24148 5.18962L4.15344 6.64214C4.15344 6.64214 6.33547 4.15566 9.00658 2.48145L9.32541 2.87514C9.32541 2.87514 6.28665 5.55844 4.71735 9.07881L1.40857 5.87858Z",fill:"white"})]}):t.type==="modal-close"?w("svg",{width:"20",height:"20",viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:w("path",{d:"M4.41083 4.41066C4.5671 4.25443 4.77902 4.16667 4.99999 4.16667C5.22096 4.16667 5.43289 4.25443 5.58916 4.41066L9.99999 8.82149L14.4108 4.41066C14.4877 4.33107 14.5797 4.26758 14.6813 4.22391C14.783 4.18023 14.8923 4.15724 15.003 4.15628C15.1136 4.15532 15.2234 4.1764 15.3258 4.21831C15.4282 4.26021 15.5212 4.32208 15.5995 4.40033C15.6777 4.47857 15.7396 4.57162 15.7815 4.67403C15.8234 4.77644 15.8445 4.88618 15.8435 4.99682C15.8426 5.10747 15.8196 5.21682 15.7759 5.31849C15.7322 5.42016 15.6688 5.51212 15.5892 5.58899L11.1783 9.99982L15.5892 14.4107C15.741 14.5678 15.825 14.7783 15.8231 14.9968C15.8212 15.2153 15.7335 15.4243 15.579 15.5788C15.4245 15.7333 15.2155 15.821 14.997 15.8229C14.7785 15.8248 14.568 15.7408 14.4108 15.589L9.99999 11.1782L5.58916 15.589C5.43199 15.7408 5.22149 15.8248 5.00299 15.8229C4.7845 15.821 4.57549 15.7333 4.42098 15.5788C4.26647 15.4243 4.17883 15.2153 4.17693 14.9968C4.17503 14.7783 4.25903 14.5678 4.41083 14.4107L8.82166 9.99982L4.41083 5.58899C4.2546 5.43272 4.16684 5.22079 4.16684 4.99982C4.16684 4.77885 4.2546 4.56693 4.41083 4.41066Z",fill:"#C4C4C4"})}):null}d();d();function xy(t,e,n){let r=[];n||(n={}),e!=="auto"&&!n[e]&&(n[e]={matches:[],excludeMatches:[]}),r=e!=="auto"?n[e].matches:[];let a={},i=Object.keys(n);for(let l of i){let p=n[l].matches;for(let m of p)a[m]||(a[m]=[]),a[m].push(l)}let o=a[t];if(o&&o.length>0)for(let l of o)n[l].matches.indexOf(t)>-1&&(n[l]={...n[l],matches:n[l].matches.filter(p=>p!==t)});let s=new Set(r);if(e==="auto")return{...n};s.add(t);let u=Array.from(s);return{...n,[e]:{...n[e],matches:u}}}d();d();function Ey(t,e=2e3){return n=>{let r,a=0;return i=>{++a==t&&(n(i),a=0),clearTimeout(r),r=setTimeout(()=>a=0,e)}}}d();var Uc="DROP_DOWN_DEFAULT_VALUE";function cm(t){let{showArrow:e,onSelected:n,className:r,menus:a,maxWidth:i,style:o}=t;r=r||"",e=e??!0,i=i||80;let s=$e(null);return w("select",{ref:s,autoComplete:"off",class:`min-select ${e?"":"min-select-no-arrow"} ${r||""}`,value:Uc,style:{maxWidth:`${i}px`,...o},onChange:u=>{u.preventDefault();let l=u.target.value;if(s.current&&l!==Uc){s.current.value=Uc,s.current?.dispatchEvent(new Event("change"));let c=a.find(p=>p.value===l);c&&n(c)}},children:[{value:Uc,label:t.label}].concat(a).map((u,l)=>w("option",{value:u.value,children:u.label},"option-"+l))})}d();d();function To(t,e){return t.localeCompare(e,void 0,{numeric:!0,sensitivity:"base"})>=0}var h5=({date:t})=>{let{t:e}=Ce(),[n,r]=se(!1);return Ae(()=>{setTimeout(()=>{r(!0)},5e3)},[]),n?null:w("p",{class:"text-sm",children:[e("Successfully synchronized with the latest official rules:")," ",new Date(t).toLocaleString()]})},b5=({minVersion:t})=>{let{t:e}=Ce();return w("p",{class:"text-sm",children:e("localVersionIsTooOld",{minVersion:t})})},T5=()=>{let{t}=Ce();return w("p",{class:"text-sm",dangerouslySetInnerHTML:{__html:t("badUserscriptBrowser",{1:"https://immersivetranslate.com/docs/installation/"})}})},y5=({message:t,handleSyncing:e,date:n})=>{let{t:r}=Ce();return w("p",{class:"text-sm",children:[r("failToSyncRules")," ",w("a",{onClick:e,children:r("retry")}),w("br",{}),r("failedReason"),"\uFF1A",t,w("br",{}),r("currentRuleVersion"),"\uFF1A",n]})};function dm(t){let{isShowError:e,request:n}=t,[r,a]=se(null),{t:i}=Ce(),[o,s]=se(null),[u,l]=se(null),[c,p]=se(""),[m,g]=se(!1),[f,T]=se(!1),[b,h]=se(!1),[E,D]=se(null),[M,I]=se(null),S=Ut(),v=async()=>{p("");let k=o;if(o===null)try{let A=await n({url:Zo});A?(s(A),k=A,g(!0)):(p(i("unknownError")),l(null))}catch(A){l(null),p(A.message);return}k!==null?(t.setStorageBuildinConfig(k),l(!1),a(k.buildinConfigUpdatedAt)):(p(i("canNotFetchRemoteRule")),l(null))};return Ae(()=>{Pn().then(k=>{let A=k.buildinConfigUpdatedAt;D(k);let y=new Date(A);if(a(A),S==="0.0.0"){h(!0);return}n({url:Zo}).then(R=>{let _=R,P=_.minVersion,N=S;s(_);let z=_.latestVersion;if(z&&(To(N,z)?I(!0):I(!1)),To(N,P)){let q=_.buildinConfigUpdatedAt;new Date(q)>y?(l(!0),v()):l(!1)}else T(!0),l(null)}).catch(R=>{l(null),p(R.message)})})},[]),Ae(()=>{Pn().then(k=>{D(k)})},[r]),E?w("div",{class:"text-sm mt-2",style:{maxWidth:218},children:b?w(T5,{}):c?e===!1?null:w(y5,{handleSyncing:v,message:c,date:r||""}):f?e===!1?null:w(b5,{minVersion:o.minVersion}):u===null||u===!0?null:m?w(h5,{date:r}):null}):null}d();function v5(){return navigator.userAgent.indexOf("Mac")!==-1}var Cy={Alt:"\u2325"};function qc(t=""){return v5()?Object.keys(Cy).reduce((e,n)=>e.replace(n,Cy[n]),t):t}d();function wy({config:t,isLogin:e,isProUser:n}){let{t:r}=Ce();return pl(t)?w("div",{}):w("div",{class:"flex items-center",children:[w("a",{class:"flex items-center text-decoration-none",target:"_blank",href:e?Xu:yb,children:[w("img",{src:e?WT:HT}),w("span",{class:"text-xs ml-2 text-label",children:r(e?"loggedIn":"notLogin")})]}),w("a",{title:r(n?"popup.openProForPro":"popup.openPro"),target:"_blank",class:"ml-2",href:n?Xu:vb,children:w("img",{src:n?qT:jT})})]})}d();function Dy({currentLang:t,ctx:e,onSetPageLanguage:n,setSettings:r}){let{t:a}=Ce();if(!e)return null;let i=sc(e.config.translationService,e.config.targetLanguage),o=kn;i.length<=30&&(o=i.indexOf("auto")>=0?i:["auto",...i]);let s=i.filter(u=>u!=="auto");return w("div",{class:"flex mt-4 items-center",children:[w(S5,{supportedLanguages:o,interfaceLanguage:e.config.interfaceLanguage,currentLang:t,value:e.sourceLanguage,onSelected:n}),w("img",{src:KT,style:{maxWidth:"unset"},class:"mx-2"}),w(x5,{supportedLanguages:s,interfaceLanguage:e.config.interfaceLanguage,value:e.config.targetLanguage,label:a("popupTarget"),onSelected:u=>{r(l=>({...l,targetLanguage:u}))}})]})}function S5(t){let{t:e}=Ce(),{value:n,currentLang:r}=t,a=e("popupSourceLanguage");return n==="auto"&&r&&r!=="auto"&&(a=e("languages.auto")),w("div",{class:"language-select-container",children:[w("label",{children:a}),w("select",{autoComplete:"off",class:"language-select",onChange:i=>{let o=i.target.value;o&&t.onSelected(o)},children:t.supportedLanguages.map((i,o)=>{let s=Ta(i,t.interfaceLanguage),u="";return i==="auto"&&n==="auto"&&(r&&r==="auto"?u=e("languages.auto"):u=Ta(r,t.interfaceLanguage)+` (${e("languages.auto")})`),w("option",{value:i,selected:i===t.value,children:u||s},"selectlink"+o)})})]})}function x5(t){return w("div",{class:"language-select-container",children:[w("label",{children:t.label}),w("select",{autoComplete:"off",class:"language-select",onChange:e=>{let n=e.target.value;n&&t.onSelected(n)},children:t.supportedLanguages.map((e,n)=>{let r=Ta(e,t.interfaceLanguage);return w("option",{value:e,selected:e===t.value,children:r},"selectlink"+n)})})]})}d();d();function va(t){let{items:e,maxWidth:n,className:r,style:a}=t,{lang:i}=Ce();return n=n||(i==="en"?144:160),w("select",{autoComplete:"off",class:r||"min-select",style:{maxWidth:`${n}px`,...a},value:e.find(o=>o.selected)?.value,onChange:o=>{let s=o.target.value,u=e.find(l=>l.value===s);u&&u.onSelected(u)},children:e.map((o,s)=>w("option",{value:o.value,selected:o.selected,children:o.label},"selectlink"+s))})}function Ay(t){let{t:e}=Ce(),{translationServiceItems:n,translationServiceOptions:r}=D5(t);return n.length?w(jt,{children:[w(ky,{class:"mt-3",label:e("popupService"),items:r}),w(E5,{ctx:t.ctx,onRestorePage:t.onRestorePage,setSettings:t.setSettings})]}):null}function ky(t){return w("div",{class:`min-select-container ${t.class||""}`,children:[w("label",{class:"inline-block text-label mb-0 text-gray-6",style:{minWidth:60},children:[t.label,"\uFF1A"]}),w(va,{className:"translate-service transform-padding-left",maxWidth:300,items:t.items})]})}function E5({ctx:t,setSettings:e,onRestorePage:n}){let{t:r}=Ce(),a=w5(t),i=C5(t),o=Ve((u,l)=>{e(c=>{let p=c.translationServices||{},m=p[a.id]||{};return setTimeout(()=>{n()},1),{...c,translationServices:{...p,[a.id]:{...m,[u]:l}}}})},[]),s=Ue(()=>a?.props.filter(u=>u.type==="select").map(u=>{let l=u.name;u.label&&(l=u.label),u.labelKey&&(l=r(u.labelKey));let c=u.options.map(p=>({label:`${p.label?r(p.label):p.value}`,value:p.value,selected:p.value==i[u.name],onSelected:()=>{o(u.name,p.value)}}));return{label:l,items:c}}),[i]);return!i||!a?.props?.length||!s||!s?.length?null:w(jt,{children:s.map(({label:u,items:l},c)=>w(ky,{class:"mt-2",label:u,items:l},"field-"+c))})}function C5(t){return Ue(()=>{let{translationServices:n,translationService:r}=t.config;return n&&n[r]?n[r]||{}:{}},[t])}function w5(t){return Ue(()=>{let{translationService:n}=t.config;if(gr[n])return vl("translationService",n,t)},[gr,vl,t])}function D5({isProUser:t,ctx:e,setSettings:n,pageStatus:r,onTranslatePage:a,onRestorePage:i,openOptionsPage:o}){let{t:s}=Ce(),u=Ue(()=>e?gs(e,"translationService"):[],[gs,e]),l=Ve(p=>{let m=u.find(g=>g.id===p.value);if(m.ok){if(n(g=>({...g,translationService:m.id,translationServiceChangedbyUserAt:new Date().toISOString()})),r!="Translated")return;m.props.length===0?e.rule.isTranslateWhenServiceChanged&&setTimeout(()=>{a()},1):setTimeout(()=>{i()},1)}else n(g=>({...g,translationService:m.id,translationServiceChangedbyUserAt:new Date().toISOString()})),setTimeout(()=>{o()},100)},[o,i,a,n]),c=Ue(()=>{let p=tt();return u.filter(g=>e.config.showUnconfiguredTranslationServiceInPopup===!1?g.ok:!0).map(g=>({label:`${s("translationServices."+g.id)}${g.ok?"":" "+(" "+(!t&&!p&&g.providers&&g.providers.length>0?s("goLoginOrAction"):s("needAction")))}`,value:g.id,selected:g.selected,onSelected:l}))},[u,e,l,s]);return{translationServiceItems:u,translationServiceOptions:c}}d();d();function Py(t){let e;try{e=new URL(t)}catch{return!1}let n=$3(),r="";try{r=new URL(n).hostname}catch{}return r&&e.hostname===r?!0:!(A5(t)||e.protocol!=="http:"&&e.protocol!=="https:"&&e.protocol!=="file:"&&e.protocol!=="data:")}function A5(t){try{return new URL(t)?.pathname.toLowerCase().endsWith(".pdf")}catch{return!1}}d();function Ly(t){let e=t.indexOf("#");return e===-1?t:t.slice(0,e)}function _y(t){let{t:e}=Ce(),{currentUrlObj:n,isAlwaysTranslateDomain:r,isNeverTranslateDomain:a,handleTranslationUrlPatternSelected:i}=k5(t),[o,s]=se(()=>a?"excludeMatches":"matches"),u=Ue(()=>r||a||!1,[r,a]),l=Ve(c=>{s(c),u&&i(c,n.hostname)},[s,i,u]);return w("div",{class:"flex justify-between mt-5",children:[w(va,{style:{width:"unset",flex:"unset"},maxWidth:230,className:"transform-padding-left min-select",items:[{label:e("alwaysTranslateThisSite"),value:"matches",selected:o==="matches",onSelected:()=>{l("matches")}},{label:e("neverTranslateThisSite"),value:"excludeMatches",selected:o==="excludeMatches",onSelected:()=>{l("excludeMatches")}}].filter(Boolean)}),w("input",{type:"checkbox",role:"switch",checked:u,class:"shrink-0",onChange:c=>{let p=c.target.checked;i(p?o:"default",n.hostname)}})]})}function k5({currentUrl:t,ctx:e,currentLang:n,onSetLocalConfig:r,pageStatus:a,onRestorePage:i,onTranslatePage:o,setSettings:s,onClose:u}){let l=null,c=null,p=null,m=null,g=null,{translationUrlPattern:f}=e.config;if(l=Ue(()=>new URL(t||""),[t]),e.config&&t&&Py(t)){c=Ly(t);let{matches:h,excludeMatches:E}=f;p=!!h.find(D=>dt(t,D)),m=!!E.find(D=>dt(t,D))}if(n&&n!=="auto"){let{translationLanguagePattern:h}=e.config,{matches:E}=h;E.includes(n)?g=!0:g=!1}let T=Ve(()=>{let h=l.hostname,E=e.localConfig.tempTranslationUrlMatches||[],D=E.filter(I=>I.match!==h),M=!1;D.length!==E.length&&(M=!0),M&&r({...e.localConfig,tempTranslationUrlMatches:[...D]})},[r]),b=Ve((h,E)=>{if(h==="default"){s(I=>{let S={...I.translationUrlPattern};return{...I,isChangedAlwaysTranslatedUrls:!0,translationUrlPattern:{...I.translationUrlPattern,matches:pm(t,S.matches),excludeMatches:pm(t,S.excludeMatches)}}}),T();return}let D=h,M=D==="matches"?"excludeMatches":"matches";l&&s(I=>{let S={...I.translationUrlPattern};return S[M]=pm(t,S[M]),S[D]=ml(E,S[D]),{...I,isChangedAlwaysTranslatedUrls:!0,translationUrlPattern:{...I.translationUrlPattern,...S}}}),D==="matches"&&a==="Original"?setTimeout(()=>{o(),u()},100):D==="excludeMatches"&&a==="Translated"&&setTimeout(()=>{i(),u()},100)},[o,u,a,T]);return{currentUrlObj:l,currentUrlWithoutHash:c,isAlwaysTranslateDomain:p,isNeverTranslateDomain:m,isAlwaysTranslateLang:g,handleTranslationUrlPatternSelected:b}}function pm(t,e){return e?(Array.isArray(e)||(e=[e]),t?e.filter(n=>!dt(t,n)):e):[]}d();d();d();var P5=new AbortController,{signal:L5}=P5,jc=0,Hc=0,yo=!1,ni,Fy=0,Sa=[];function vo(t,e){_5();let n=t,r=n.config,a=r.generalRule.mouseHoverHoldKey==="Off",i=r.mouseModifierKeyPressTimeout||400;n.state.isTranslateDirectlyOnHover===!0&&(a=!1);let o=n.state.isTranslateDirectlyOnHover===!0||r.generalRule.mouseHoverHoldKey==="Auto";function s(){o=!o,o?(B.debug("mouse hover translate on"),n.state.isTranslateDirectlyOnHover=!0,vo(n,e)):(B.debug("mouse hover translate off"),n.state.isTranslateDirectlyOnHover=!1,vo(n,e))}document.addEventListener(Qo,s),Sa.push(()=>{document.removeEventListener(Qo,s)});let u=Kn(m=>{if(!(Math.abs(m.clientX-jc)+Math.abs(m.clientY-Hc)<=3)&&(jc=m.clientX,Hc=m.clientY,o||yo&&!ni)){let g=Ry(n.rule,e);if(g){if(hm(g))return;fm(n,!1,g)}}},o?700:300),l=m=>{let g=m.target;hm(g)||fm(n,!0)},c=m=>{let g=r?.generalRule?.mouseHoverHoldKey?.toLowerCase()||"alt",f=vn.getPressedKeyCodes();if(f.length>1&&vn[g]&&(Fy=Date.now(),yo=!1),f.length===1&&vn[g]){let T=Date.now();yo=!0,ni&&clearTimeout(ni),ni=setTimeout(()=>{let b=Fy-T;b>0&&b<=i?yo=!1:l(m),ni=void 0},i)}};if(Sa.push(()=>{ni&&clearTimeout(ni)}),a)return;gm("mousemove",u,e),Sa.push(()=>{e.removeEventListener("mousemove",u)});function p(){o?u.cancel():yo=!1}if(gm("blur",p,e),Sa.push(()=>{e.removeEventListener("blur",p)}),!o){let m=r?.generalRule?.mouseHoverHoldKey?.toLowerCase()||"alt",g=hb;gm("keyup",My,e),Sa.push(()=>{e.removeEventListener("keyup",My)}),g.includes(m)?vn("*","mouseHover",c):vn(r.generalRule.mouseHoverHoldKey,"mouseHover",l),vn.setScope("mouseHover"),Sa.push(()=>{vn.deleteScope("mouseHover")})}}function _5(){Sa.forEach(t=>t()),Sa=[],vn.setScope("all")}function My(t){yo=!1}function gm(t,e,n=window){return n.addEventListener(t,e,{signal:L5})}function fm(t,e,n,r=window){if(n=n||Ry(t.rule,r),!n){B.debug("can not find selection part!");return}if(M5(n,e))return;if(hm(n)){B.debug("exclude dom");return}my(t,n);let i=Hs();i&&(i.setupMouseHoverListener=vo);let o=on(t);o.excludeSelectors=[],o.selectors=[];let s=!1,u=om({...i},t);Ur({id:i.id,container:n,filterRule:o,force:!0,onParagraph:l=>{Za(u,l,!0,"hover").then(c=>{if(c&&!s){s=!0;let p=Date.now();et(Z4,p),ot("mouse_hover_translate",[{name:"mouse_hover_translate"}],{...t,sourceLanguage:"mouseHover"})}})},onFrame:()=>{},onIgnoreElement:()=>{}})}function Ry(t,e){return F5(jc,Hc,t,e)}function F5(t,e,n,r){let a=v1(t,e,n,r);if(a==null)return;let i=()=>{let u=r.document.elementFromPoint(t,e);if(!u)return;let l=S1(u,t,e);return l===u?u.nodeName==="BUTTON"?u:void 0:Iy(l,n)},o=()=>{try{a.setStartBefore(a.startContainer),a.setEndAfter(a.startContainer)}catch(l){B.debug("get mouse over word fail",l)}let u=a.getBoundingClientRect();if(!(u.left>t||u.righte||u.bottom{I5(r)}),!0}function B5(t){let e=[t];if(t.nodeName=="FONT"&&t.classList.contains("immersive-translate-target-wrapper"))e=[t.parentElement];else{let r=[...t.querySelectorAll(".immersive-translate-target-wrapper")].map(a=>a.parentElement).filter(a=>!!a);r.length&&(e=r)}return e.filter(n=>n?.paragraphs&&n?.paragraphs.length>0)}function I5(t){let e=Hs();e&&(!t.paragraphs||!t.paragraphs.length||(t.paragraphs.forEach(n=>{Is(n,n.state==="original"?e.translateState:"original")}),t.paragraphs=[]))}function mm(t){return!!(t.host&&t.mode)}function By(t,e){let n=t.parentNode;if(n.nodeName==="BODY"||mm(n))return t;for(;n&&n.nodeName!=="BODY"&&!mm(n)&&Tp(n,e);){let r=n.parentNode;if(r&&mm(r))break;n=r}return n}function Iy(t,e){return t.nodeType===Node.TEXT_NODE||Tp(t,e)?By(t,e):t}function Oy(t,e){jc=e.clientX,Hc=e.clientY,fm(t,!0)}var Ws=[];function bm(t,e){let n=0,r=0,a,i=s=>{let u=new Date().getTime();r++,u-n<300?o(s):r=1,n=u},o=s=>{clearTimeout(a),r===parseInt(t+"")&&(a=setTimeout(()=>{r=0,e(s)},400))};document.addEventListener("click",i),Ws.push(()=>{document.removeEventListener("click",i)})}function zy(t,e){let n=0,r=0,a=0,i=s=>{let u=s.changedTouches[0];n=new Date().getTime(),r=u.clientX,a=u.clientY},o=s=>{let u=s.changedTouches[0];n-new Date().getTime()>1e3||Math.abs(a-u.clientY)>50||(t==="left"&&u.clientX-r>50&&e(s.changedTouches[0]),t==="right"&&u.clientX-r<-50&&e(s.changedTouches[0]))};document.addEventListener("touchstart",i),document.addEventListener("touchend",o),Ws.push(()=>{document.removeEventListener("touchstart",i),document.removeEventListener("touchend",o)})}function Wc(t,e){let n,r=a=>{clearTimeout(n),a.touches.length===parseInt(t+"")&&(n=setTimeout(()=>{e(a.changedTouches[0])},200))};document.addEventListener("touchstart",r),Ws.push(()=>{document.removeEventListener("touchstart",r)})}var Tm={touchShortcutsOff:()=>{},"multipleClick.2":bm,"multipleClick.3":bm,"multipleClick.4":bm,"slide.left":zy,"slide.right":zy,"fingers.2":Wc,"fingers.3":Wc,"fingers.4":Wc,"fingers.5":Wc};async function Uy(t){try{q5();let e=await Or(),n=mb.find(r=>r.name==="touch");if(!n)return;n.shortcuts.forEach(r=>{if(typeof r=="string")return;let a=R5(t,e,r.command),i=Tm[a];if(a==="touchShortcutsOff"||!i)return;let o=a.split(".");if(o.length!==2)return;let s=o[1];s&&i(s,u=>{U5(r.command,t,u)})})}catch(e){B.error(e)}}function R5(t,e,n){if(!e.generalRule)return t.config.generalRule[n];if(e.generalRule[n])return e.generalRule[n];let r={touchShortcutsToggleTranslatePage:"fingerCountToToggleTranslagePageWhenTouching",touchShortcutsToggleTranslationMask:"fingerCountToToggleTranslationMaskWhenTouching",touchShortcutsToggleTranslatePageOnlyTranslation:"fingerCountToToggleTranslagePageOnlyTranslationWhenTouching"};return r[n]&&e.generalRule[r[n]]?`fingers.${e.generalRule[r[n]]}`:t.config.generalRule[n]||""}var O5=()=>{ym();let t=new CustomEvent(Mr,{detail:{method:"toggleTranslatePage"}});globalThis.document.dispatchEvent(t)},z5=()=>{Sm();let t=new CustomEvent(Mr,{detail:{method:"toggleOnlyTranslation"}});globalThis.document.dispatchEvent(t)},N5=()=>{vm();let t=new CustomEvent(Mr,{detail:{method:"toggleTranslationMask"}});globalThis.document.dispatchEvent(t)},Ny=0,U5=(t,e,n)=>{new Date().getTime()-Ny<200||(Ny=new Date().getTime(),t==="touchShortcutsToggleTranslatePage"?O5():t==="touchShortcutsToggleTranslationMask"?N5():t==="touchShortcutsToggleTranslatePageOnlyTranslation"?z5():t==="touchShortcutsToggleTranslateTouchElement"&&Oy(e,n))};function q5(){Ws.forEach(t=>{t()}),Ws=[]}function qy(t){let{t:e}=Ce(),{ctx:n,setSettings:r}=t,a=j5(t);return as(n.localConfig)?a.length?w("div",{class:"flex mt-3 items-center justify-between",children:[w("div",{class:"flex items-center",children:[w("label",{class:"mb-0 mr-2 shrink-0",children:[e("mouse-translate"),":"]}),w(va,{style:{width:"100%",maxWidth:"100%"},className:"transform-padding-left min-select",items:a})]}),w("input",{type:"checkbox",role:"switch",class:"shrink-0",checked:n.config.generalRule.mouseHoverHoldKey!=="Off",onChange:i=>{let o=i.target.checked;r(s=>{let u=s.generalRule?.mouseHoverPreferenceKey||n.config.generalRule.mouseHoverPreferenceKey||ts[0];return{...s,generalRule:{...s.generalRule,mouseHoverHoldKey:o?u:"Off"}}})}})]}):null:w(H5,{...t})}function j5({ctx:t,openOptionsPage:e,setSettings:n}){let{t:r}=Ce(),a=Ue(()=>{let s=t.config.generalRule,u=s.mouseHoverPreferenceKey;return s.mouseHoverHoldKey!=="Off"&&u!==s.mouseHoverHoldKey&&(u=s.mouseHoverHoldKey),u},[t]),i=Ue(()=>ts.filter(s=>!(s==="Off"||ts.includes(a)&&s==="OtherCustom")),[t,a]);return Ue(()=>i.map(s=>{let u=r("mouseHoldKey",{key:qc(s)}),l=ts.includes(a),c=s===a;return s==="Auto"?u=r("mouseHoldKeyAuto"):s==="Off"?u=r("mouseHoldKeyOff"):s==="OtherCustom"?u=l?r("mouseHoldKeyOther"):r("mouseHoldKeyCustomKey",{key:a}):s==="Other"&&(u=r("mouseHoldKeyOther")),l||s==="OtherCustom"&&(c=!0),{label:u,value:s,selected:c,onSelected:p=>{p.value==="Other"?e("#shortcuts"):n(m=>{let g={...m.generalRule,mouseHoverPreferenceKey:p.value};return t.config.generalRule.mouseHoverHoldKey!=="Off"&&(g.mouseHoverHoldKey=p.value),{...m,generalRule:g}})}}}),[i,a])}function H5(t){let{ctx:e,setSettings:n}=t,{t:r}=Ce(),a=e.config.generalRule,i=Object.keys(Tm).filter(l=>l!="touchShortcutsOff"),o=a.touchShortcutsToggleTranslateTouchElement,s=a.touchShortcutsToggleTranslateTouchElementPreferenceKey,u=s||"touchShortcutsOff";return o!=="touchShortcutsOff"&&o!==s&&(u=o),w("div",{class:"flex mt-3 items-center justify-between",children:[w("div",{class:"flex items-center",children:[w("label",{class:"mb-0 mr-2 shrink-0",children:[r("touch.mouse-translate"),":"]}),w(va,{style:{width:"100%",maxWidth:"100%"},className:"transform-padding-left min-select",items:i.map((l,c)=>({value:l,label:r(l),selected:l==u,onSelected(p){n(m=>{let g={...m.generalRule,touchShortcutsToggleTranslateTouchElementPreferenceKey:p.value};return e.config.generalRule.touchShortcutsToggleTranslateTouchElement!=="touchShortcutsOff"&&(g.touchShortcutsToggleTranslateTouchElement=p.value),{...m,generalRule:g}})}}))})]}),w("input",{type:"checkbox",role:"switch",class:"shrink-0",checked:e.config.generalRule.touchShortcutsToggleTranslateTouchElement!=="touchShortcutsOff",onChange:l=>{let c=l.target.checked;n(p=>{let m=p.generalRule?.touchShortcutsToggleTranslateTouchElementPreferenceKey||e.config.generalRule.touchShortcutsToggleTranslateTouchElementPreferenceKey||"slide.left";return{...p,generalRule:{...p.generalRule,touchShortcutsToggleTranslateTouchElement:c?m:"touchShortcutsOff"}}})}})]})}d();function jy(t){let{isAlwaysTranslateLang:e}=W5({ctx:t.ctx,currentLang:t.currentLang}),{t:n}=Ce();if(t.currentLang!=="auto")return w("div",{class:"flex justify-between mt-3 items-center",children:[w("label",{class:"mb-0 text-overflow-ellipsis flex-1",children:n("alwaysTranslateSomeLanguage",{language:Ta(t.currentLang,t.ctx.config.interfaceLanguage,!1,!0)})}),w("input",{id:"alwaysTranslateThisLanugage",name:"alwaysTranslateThisLanugage",type:"checkbox",role:"switch",class:"shrink-0",checked:!!e,onChange:a=>{let i=a.target.checked;r(i?"matches":void 0)}})]});return w("span",{});function r(a){if(!a){t.setSettings(s=>{let u={...s.translationLanguagePattern};return{...s,translationLanguagePattern:{...s.translationLanguagePattern,matches:fl(t.currentLang,u.matches),excludeMatches:fl(t.currentLang,u.excludeMatches)}}});return}let i=a,o=i==="matches"?"excludeMatches":"matches";t.currentLang&&t.setSettings(s=>{let u={...s.translationLanguagePattern};return u[i]=ml(t.currentLang,u[i]),u[o]=fl(t.currentLang,u[o]),{...s,translationLanguagePattern:{...s.translationLanguagePattern,...u}}}),i==="matches"&&t.pageStatus==="Original"&&setTimeout(()=>{t.onTranslatePage(),t.onClose()},100)}}function W5({ctx:t,currentLang:e}){let n=null;if(e&&e!=="auto"){let{translationLanguagePattern:r}=t.config,{matches:a}=r;a.includes(e)?n=!0:n=!1}return{isAlwaysTranslateLang:n}}d();d();var K5=({text:t,children:e,position:n="top",containerStyle:r,containerClass:a,multiple:i=!1,width:o,delay:s=0,disable:u,enableMobile:l,tipStyle:c,onHidden:p,onShow:m})=>{let[g,f]=se(!1),T=$e(null),b=$e(null),h=()=>{u||!l&&ut().any||(T.current&&clearTimeout(T.current),T.current=setTimeout(()=>{f(!0),m?.()},s))},E=()=>{ut().any&&(b.current&&clearTimeout(b.current),b.current=setTimeout(()=>{D()},2e3))},D=()=>{T.current&&(clearTimeout(T.current),p?.()),f(!1)},M=Ue(()=>{let I={position:"absolute",padding:"6px 20px",backgroundColor:"#000000",color:"#ffffff",borderRadius:"8px",whiteSpace:"nowrap",fontSize:"14px",zIndex:1e3};switch(i&&(I.maxWidth="200px",o&&(I.width=o+"px"),I.whiteSpace="normal"),n){case"top":return{...I,bottom:"100%",left:"50%",transform:"translateX(-50%)",marginBottom:"10px",...c};case"bottom":return{...I,top:"100%",left:"50%",transform:"translateX(-50%)",marginTop:"10px",...c};case"left":return{...I,right:"100%",top:"50%",transform:"translateY(-50%)",marginRight:"10px",...c};case"right":return{...I,left:"100%",top:"50%",transform:"translateY(-50%)",marginLeft:"10px",...c};default:return{}}},[n,i,o,c]);return w("div",{class:a,style:{position:"relative",pointerEvents:"all",display:"inline-block",...r},children:[w("div",{onMouseEnter:h,onMouseLeave:D,onTouchStart:()=>{l&&h()},onTouchEnd:()=>{l&&E()},children:e}),g&&w("div",{style:M,role:"tooltip",children:t})]})},xa=K5;d();var Hy=w("svg",{width:"24",height:"24",viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg",fill:"#222222",children:[w("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M19.4284 6.59193L15.1187 2.28564H6.28557C5.83092 2.28564 5.39488 2.46626 5.07339 2.78775C4.7519 3.10924 4.57129 3.54527 4.57129 3.99993V9.71422V18.8571V19.9999C4.57129 20.4546 4.7519 20.8906 5.07339 21.2121C5.39488 21.5336 5.83092 21.7142 6.28557 21.7142H17.7141C18.1688 21.7142 18.6048 21.5336 18.9263 21.2121C19.2478 20.8906 19.4284 20.4546 19.4284 19.9999V18.8571V9.71422V6.59193ZM15.341 6.82964V4.93136L17.2404 6.82964H15.341ZM6.28551 18.8571V19.9999H17.7141V18.8571V8.54335H13.6272L13.6267 3.99992H6.28551V18.8571Z"}),w("rect",{x:"7.55957",y:"10.2002",width:"8.88",height:"1.8",fill:"#EA4C89"}),w("rect",{x:"7.55957",y:"13.2002",width:"8.88",height:"1.68",fill:"#EA4C89"}),w("rect",{x:"7.55957",y:"16.0801",width:"4.92",height:"1.8",fill:"#EA4C89"})]}),Wy=w("svg",{xmlns:"http://www.w3.org/2000/svg",width:"22",height:"22",viewBox:"0 0 24 24",fill:"#222222",children:[w("path",{d:"M19.4289 2.85693C19.654 2.85693 19.8769 2.90127 20.0849 2.98743C20.2929 3.07358 20.4818 3.19985 20.641 3.35904C20.8002 3.51822 20.9265 3.7072 21.0126 3.91519C21.0988 4.12318 21.1431 4.3461 21.1431 4.57122V19.4284C21.1431 19.6535 21.0988 19.8764 21.0126 20.0844C20.9265 20.2924 20.8002 20.4814 20.641 20.6405C20.4818 20.7997 20.2929 20.926 20.0849 21.0122C19.8769 21.0983 19.654 21.1426 19.4289 21.1426H4.57171C4.11705 21.1426 3.68102 20.962 3.35952 20.6405C3.03803 20.3191 2.85742 19.883 2.85742 19.4284V4.57122C2.85742 4.11656 3.03803 3.68053 3.35952 3.35904C3.68102 3.03755 4.11705 2.85693 4.57171 2.85693H19.4289ZM19.4289 9.14265H4.57171V19.4284H19.4289V9.14265ZM8.00028 4.57122H4.57171V7.42836H8.00028V4.57122ZM14.286 4.57122H9.71457V7.42836H14.286V4.57122ZM19.4289 4.57122H16.0003V7.42836H19.4289V4.57122Z"}),w("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M10.2854 10.543C10.4843 10.5431 10.6797 10.5951 10.8523 10.6938L15.4066 13.2955C15.5815 13.3955 15.7269 13.5399 15.828 13.7142C15.9292 13.8884 15.9824 14.0863 15.9824 14.2878C15.9824 14.4893 15.9292 14.6872 15.828 14.8615C15.7269 15.0357 15.5815 15.1802 15.4066 15.2801L10.8523 17.8824C10.6785 17.9817 10.4816 18.0336 10.2814 18.0329C10.0812 18.0322 9.88476 17.9789 9.71164 17.8784C9.53851 17.7779 9.39483 17.6337 9.29496 17.4602C9.19509 17.2867 9.14254 17.09 9.14258 16.8898V11.6858C9.14258 11.3827 9.26299 11.092 9.47731 10.8777C9.69164 10.6634 9.98233 10.543 10.2854 10.543ZM10.8569 12.6704V15.9047L13.6872 14.2875L10.8569 12.6704Z",fill:"#EA4C89"})]}),Ky=w("svg",{xmlns:"http://www.w3.org/2000/svg",width:"22",height:"22",viewBox:"0 0 24 24",fill:"#222222",children:[w("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M19.4979 2.78775C19.1764 2.46626 18.7404 2.28564 18.2857 2.28564H5.71429C5.25963 2.28564 4.82359 2.46626 4.5021 2.78775C4.18061 3.10924 4 3.54527 4 3.99993V19.9999C4 20.2251 4.04434 20.448 4.13049 20.656C4.21664 20.8639 4.34292 21.0529 4.5021 21.2121C4.66129 21.3713 4.85027 21.4976 5.05826 21.5837C5.26624 21.6699 5.48916 21.7142 5.71429 21.7142H18.2857C18.5108 21.7142 18.7338 21.6699 18.9417 21.5837C19.1497 21.4976 19.3387 21.3713 19.4979 21.2121C19.6571 21.0529 19.7834 20.8639 19.8695 20.656C19.9557 20.448 20 20.2251 20 19.9999V3.99993C20 3.54527 19.8194 3.10924 19.4979 2.78775ZM5.71429 18.8571H18.2857V19.9999H5.71429V18.8571ZM5.71428 3.95993V17.1028H18.2857V3.95993H5.71428Z"}),w("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M13.5033 3.95996V10.8171L10.6462 9.55653L7.78906 10.8171V3.95996H9.50334V8.18682L10.6462 7.68282L11.7891 8.18682V3.95996H13.5033Z",fill:"#EA4C89"})]}),Gy=w("svg",{xmlns:"http://www.w3.org/2000/svg",width:"18",height:"18",viewBox:"0 0 20 20",fill:"#B3B3B3",children:w("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M11.0402 2.56219C10.8673 2.38914 10.6329 2.29178 10.3883 2.2915H9.61327C9.36886 2.29316 9.13508 2.39169 8.96323 2.5655C8.79138 2.7393 8.6955 2.97417 8.6966 3.21859V4.08317L7.88827 4.38838C7.27152 4.62052 6.69744 4.95314 6.18931 5.37275L5.51952 5.92484L4.76848 5.4915L4.7539 5.48317C4.61453 5.40172 4.45595 5.35893 4.29452 5.35921C4.13241 5.35919 3.97315 5.40182 3.83273 5.48282C3.69231 5.56382 3.57567 5.68033 3.49452 5.82067L3.12577 6.45817C3.00657 6.66857 2.9746 6.91731 3.03672 7.15101C3.09885 7.38471 3.25012 7.58474 3.45806 7.70817L3.47056 7.72171L4.21952 8.15505L4.07785 9.00817C3.96954 9.6575 3.96954 10.3203 4.07785 10.9696L4.2164 11.8207L3.46848 12.2519L3.44556 12.2655C3.23393 12.3881 3.07956 12.5896 3.0163 12.8259C2.95303 13.0622 2.98603 13.3139 3.10806 13.5259L3.50077 14.2061C3.58233 14.3463 3.6992 14.4627 3.83975 14.5436C3.9803 14.6246 4.13961 14.6673 4.30181 14.6675C4.46324 14.6678 4.62182 14.625 4.76119 14.5436L4.7841 14.53L5.53306 14.0978L6.20181 14.6457C6.70534 15.0591 7.27331 15.3871 7.88306 15.6165L8.6914 15.9217V16.7853C8.6914 17.0298 8.78849 17.2644 8.96134 17.4375C9.1342 17.6105 9.36868 17.7079 9.61327 17.7082H10.3883C10.5096 17.7086 10.6299 17.685 10.7422 17.6389C10.8544 17.5928 10.9565 17.525 11.0425 17.4393C11.1285 17.3537 11.1968 17.2519 11.2435 17.1399C11.2901 17.0278 11.3142 16.9077 11.3143 16.7863V15.9217L12.1226 15.6165C12.7394 15.3844 13.3135 15.0517 13.8216 14.6321L14.4914 14.08L15.2424 14.5134L15.257 14.5228C15.469 14.6447 15.7206 14.6775 15.9567 14.614C16.1929 14.5505 16.3941 14.3959 16.5164 14.1842L16.8851 13.5467C17.0068 13.3348 17.0397 13.0834 16.9764 12.8473C16.9132 12.6113 16.759 12.41 16.5476 12.2873L16.532 12.278L15.782 11.8457L15.9237 10.9915C16.032 10.3422 16.032 9.67938 15.9237 9.03005L15.7851 8.179L16.5331 7.74775L16.556 7.73421C16.7676 7.61158 16.922 7.41003 16.9852 7.17376C17.0485 6.93749 17.0155 6.68577 16.8935 6.4738L16.5008 5.79359C16.4192 5.65338 16.3023 5.53699 16.1618 5.45603C16.0212 5.37506 15.8619 5.33234 15.6997 5.33213C15.5383 5.33185 15.3797 5.37464 15.2404 5.45609L15.2174 5.46963L14.4685 5.90192L13.7997 5.354C13.2962 4.94059 12.7282 4.61262 12.1185 4.38317L11.3101 4.07796V3.21442C11.3101 2.96983 11.2131 2.73524 11.0402 2.56219ZM9.61327 1.0415H10.3883C10.6736 1.04164 10.9562 1.09798 11.2197 1.20731C11.4833 1.31663 11.7228 1.4768 11.9245 1.67867C12.1261 1.88054 12.2861 2.12016 12.3951 2.38384C12.5042 2.64753 12.5603 2.93011 12.5601 3.21546C13.2969 3.49312 13.9834 3.88931 14.5924 4.38838L14.6154 4.37484C14.8625 4.2313 15.1356 4.13798 15.4189 4.10025C15.7023 4.06251 15.9903 4.0811 16.2664 4.15495C16.5425 4.2288 16.8013 4.35644 17.028 4.53057C17.2547 4.7047 17.4447 4.92187 17.5872 5.16963L17.9799 5.84984C18.1226 6.09693 18.2153 6.36972 18.2525 6.65262C18.2897 6.93552 18.2709 7.22299 18.197 7.49859C18.123 7.7742 17.9956 8.03254 17.8218 8.25885C17.648 8.48516 17.4313 8.67501 17.1841 8.81755L17.1612 8.83109C17.2248 9.21777 17.2569 9.60899 17.257 10.0009C17.2552 10.4017 17.2203 10.8016 17.1529 11.1967L17.1685 11.205C17.6673 11.4933 18.0313 11.9678 18.1803 12.5243C18.3294 13.0809 18.2513 13.6738 17.9633 14.1728L17.5956 14.8103C17.3075 15.3093 16.833 15.6734 16.2765 15.8227C15.72 15.9719 15.1269 15.894 14.6279 15.6061L14.6133 15.5978C13.999 16.1043 13.3053 16.5059 12.5601 16.7863C12.5599 17.3622 12.331 17.9145 11.9237 18.3217C11.5165 18.729 10.9642 18.9579 10.3883 18.9582H9.61327C9.32792 18.958 9.04539 18.9017 8.78181 18.7924C8.51823 18.683 8.27877 18.5229 8.07709 18.321C7.87541 18.1191 7.71547 17.8795 7.6064 17.6158C7.49733 17.3521 7.44126 17.0696 7.4414 16.7842C6.70459 16.5066 6.01812 16.1104 5.40911 15.6113L5.38619 15.6248C5.13939 15.7686 4.86664 15.8623 4.58357 15.9005C4.30049 15.9387 4.01267 15.9206 3.73659 15.8474C3.4605 15.7741 3.20159 15.6471 2.97469 15.4736C2.74779 15.3001 2.55736 15.0835 2.41431 14.8363L2.0216 14.1561C1.8789 13.909 1.78628 13.6362 1.74904 13.3533C1.7118 13.0704 1.73068 12.7829 1.80459 12.5073C1.87849 12.2317 2.00599 11.9734 2.17977 11.7471C2.35356 11.5208 2.57025 11.3309 2.81744 11.1884L2.84035 11.1748C2.7767 10.7882 2.74465 10.3969 2.74452 10.005C2.74637 9.60425 2.78121 9.20429 2.84869 8.80921L2.83306 8.80088C2.33422 8.51264 1.97027 8.0381 1.82123 7.48158C1.67218 6.92506 1.75025 6.33214 2.03827 5.83317L2.40598 5.19046C2.69404 4.69144 3.16851 4.32727 3.72504 4.17803C4.28157 4.02879 4.87459 4.1067 5.37369 4.39463L5.38827 4.40296C6.00243 3.89603 6.69615 3.49408 7.4414 3.21338C7.44167 2.63745 7.67058 2.08518 8.07783 1.67794C8.48507 1.27069 9.03734 1.04178 9.61327 1.0415ZM11.1583 8.26761C10.8156 8.03869 10.4129 7.9165 10.0008 7.9165C9.44828 7.9165 8.91838 8.136 8.52768 8.5267C8.13698 8.9174 7.91748 9.4473 7.91748 9.99984C7.91748 10.4119 8.03967 10.8147 8.26859 11.1573C8.49751 11.4999 8.82288 11.7669 9.20356 11.9246C9.58424 12.0823 10.0031 12.1235 10.4073 12.0431C10.8114 11.9628 11.1826 11.7643 11.474 11.473C11.7653 11.1816 11.9637 10.8104 12.0441 10.4063C12.1245 10.0021 12.0832 9.58326 11.9256 9.20258C11.7679 8.8219 11.5009 8.49653 11.1583 8.26761ZM8.14891 7.22827C8.69708 6.862 9.34154 6.6665 10.0008 6.6665C10.8849 6.6665 11.7327 7.01769 12.3578 7.64281C12.983 8.26794 13.3341 9.11578 13.3341 9.99984C13.3341 10.6591 13.1387 11.3036 12.7724 11.8517C12.4061 12.3999 11.8855 12.8271 11.2764 13.0794C10.6673 13.3317 9.99712 13.3977 9.35051 13.2691C8.70391 13.1405 8.10997 12.823 7.64379 12.3569C7.17762 11.8907 6.86015 11.2967 6.73153 10.6501C6.60291 10.0035 6.66892 9.33331 6.92122 8.72423C7.17351 8.11514 7.60075 7.59454 8.14891 7.22827Z"})}),$y=w("svg",{xmlns:"http://www.w3.org/2000/svg",width:"22",height:"22",viewBox:"0 0 24 24",fill:"#222222",children:[w("path",{d:"M22.9331 7.46673V21.3334C22.9331 22.2667 22.1331 23.0667 21.1997 23.0667H10.1331V22.0001V20.9334H20.9331V7.60006H15.3331L11.0664 18.0001C10.7997 18.6667 10.1331 19.0667 9.46641 19.0667H2.79974C1.86641 19.0667 1.06641 18.2667 1.06641 17.3334V3.46673C1.06641 2.5334 1.86641 1.7334 2.79974 1.7334L12.9331 1.7334V2.80007V3.86673H2.93307V17.3334H9.33307L13.5997 6.9334C13.8664 6.26673 14.5331 5.86673 15.1997 5.86673H21.3331C22.2664 5.60006 22.9331 6.40007 22.9331 7.46673Z"}),w("path",{d:"M5.904 11.4063L5.472 13H4L6.056 6H7.96L10 13H8.496L8.072 11.4063H5.904ZM7.688 9.95389L7.048 7.54323H6.952L6.296 9.95389H7.688Z",fill:"#EA4C89"}),w("path",{d:"M19.4337 18.9805C18.403 18.6732 17.5907 18.3117 16.9968 17.8961C16.6999 18.1039 16.3542 18.2965 15.9597 18.474C15.5652 18.6558 15.1071 18.8312 14.5854 19L14 17.8831C14.9035 17.6494 15.6076 17.3918 16.1124 17.1104C15.8579 16.816 15.6394 16.4848 15.4571 16.1169C15.2789 15.7489 15.1262 15.3312 14.9989 14.8636H14.1718V13.8182H16.456C16.4178 13.5844 16.3669 13.3312 16.3033 13.0584L17.5504 13L17.6522 13.8182H19.8091V14.8636H18.9374C18.8059 15.3485 18.6532 15.7749 18.4793 16.1429C18.3054 16.5108 18.0976 16.8377 17.8558 17.1234C18.4327 17.4524 19.1474 17.6926 20 17.8442L19.4337 18.9805ZM16.1633 14.8636C16.3118 15.487 16.5854 16.013 16.9841 16.4416C17.1707 16.2424 17.3256 16.0152 17.4486 15.7597C17.5758 15.5 17.684 15.2013 17.7731 14.8636H16.1633Z",fill:"#EA4C89"})]}),Vy=w("svg",{xmlns:"http://www.w3.org/2000/svg",width:"22",height:"22",viewBox:"0 0 24 24",fill:"#222222",children:[w("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M13 2H3C1.89543 2 1 2.89543 1 4V20C1 21.1046 1.89543 22 3 22H7V20H3V4H13V2ZM21 2H17V4H21V20H11V22H21C22.1046 22 23 21.1046 23 20V4C23 2.89543 22.1046 2 21 2Z"}),w("path",{d:"M10.5387 14.1787L9.96267 16H8L10.7413 8H13.28L16 16H13.9947L13.4293 14.1787H10.5387ZM12.9173 12.5187L12.064 9.76369H11.936L11.0613 12.5187H12.9173Z",fill:"#EA4C89"})]}),Yy=w("svg",{xmlns:"http://www.w3.org/2000/svg",width:"28",height:"28",viewBox:"0 0 28 28",fill:"#666666",children:w("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M19 8H9C8.44772 8 8 8.44772 8 9V11H20V9C20 8.44772 19.5523 8 19 8ZM21 11V9C21 7.89543 20.1046 7 19 7H9C7.89543 7 7 7.89543 7 9V11V12V19C7 20.1046 7.89543 21 9 21H13V20H9C8.44772 20 8 19.5523 8 19V12H20V14H21V12V11ZM9 9H11V10H9V9ZM17 9H15V10H17V9ZM12 9H14V10H12V9ZM21 17H18V14H17V17H14V18H17V21H18V18H21V17Z"})});function Jy({onOpenUrl:t,openOptionsPage:e,type:n}){let{t:r}=Ce(),a=Me(),i=Math.round((_i.supportedVideoSubtitleSites||[]).length/10),o=Ue(()=>[{title:r("widget.translateFile"),icon:Hy,tooltipText:r("translateFileTooltip"),tooltipStyle:{left:-10,transform:"unset",fontSize:13,whiteSpace:"pre"},tooltipMultiple:!0,onClick:()=>{t(a.TRANSLATE_FILE_URL,n)}},{title:r("widget.videoSubtitle"),icon:Wy,tooltipText:r("widget.videoSubtitleTooltip",{count:i*10}),tooltipStyle:{fontSize:13},onClick:()=>{e("#subtitle")}},{title:r("widget.instruction"),icon:Ky,tooltipText:r("widget.instructionTooltip"),tooltipStyle:{left:"unset",right:-10,transform:"unset",fontSize:13},onClick:()=>{t(Cb)}}],[a,t,e,r]);return w("div",{class:"widgets-container mt-5",children:o.map(s=>s.tooltipText?w(xa,{text:s.tooltipText,containerStyle:{flex:1},tipStyle:s.tooltipStyle,multiple:s.tooltipMultiple,children:w(Qy,{...s})}):w(Qy,{...s}))})}function Qy(t){return w("div",{class:"widget-item",onClick:t.onClick,children:[t.icon,w("span",{class:"ml-1 text-gray-6",children:t.title})]})}function xm(t){let{setSettings:e,config:n,openSharePage:r,ctx:a,errorMsg:i,onAutoEnableSubtitleChanged:o}=t,[s,u]=se(""),[l,c]=se(i),[p,m]=se(null),[g,f]=se(null);Ae(()=>{Mt.get(Ft,null).then(E=>{E?(m(E),f(Jt(E))):f(!1)}).catch(E=>{f(!1)})},[]);let T=!0,b=tt();n&&b&&(T=n.generalRule.showSponsorOnSafari);let h=pl(n);return w("div",{class:`popup-container ${t.className||""}`,style:t.style,children:[w("div",{class:"popup-content text-sm",children:[h?w("div",{style:{marginTop:-12}}):w("div",{class:"flex items-center justify-between ml-1",style:{height:28},children:[w(wy,{isLogin:!!p,isProUser:!!g,config:n}),w(J5,{openSharePage:r})]}),w(Dy,{ctx:t.ctx,setSettings:t.setSettings,onSetPageLanguage:t.onSetPageLanguage,currentLang:t.currentLang}),w(Ay,{isProUser:!!g,ctx:t.ctx,setSettings:t.setSettings,pageStatus:t.pageStatus,onTranslatePage:t.onTranslatePage,onRestorePage:t.onRestorePage,openOptionsPage:t.openOptionsPage}),w("div",{class:"flex flex-row mt-3 items-center",children:[w($5,{ctx:a,onSwitchTranslationMode:t.onSwitchTranslationMode}),w(Y5,{ctx:t.ctx,pageStatus:t.pageStatus,currentUrl:t.currentUrl,onTranslatePdf:t.onTranslatePdf,onToggleTranslate:t.onToggleTranslate,disabledButton:t.disabledButton,noPermissionPDF:t.noPermissionPDF})]}),w("div",{class:`text-sm text-gray-9 mt-4 ml-1 ${s?"":"display-none"}`,children:s}),w("div",{class:`text-sm text-gray-9 mt-4 ml-1 ${l?"":"display-none"}`,children:l}),w(dm,{isShowError:!1,request:t.request,setStorageBuildinConfig:t.onSetBuildinConfig}),w("div",{class:"text-sm px-1 text-gray-2",children:[w(_y,{ctx:t.ctx,setSettings:t.setSettings,pageStatus:t.pageStatus,onTranslatePage:t.onTranslatePage,onRestorePage:t.onRestorePage,currentUrl:t.currentUrl,currentLang:t.currentLang,onClose:t.onClose,onSetLocalConfig:t.onSetLocalConfig}),w(qy,{ctx:t.ctx,openOptionsPage:t.openOptionsPage,setSettings:t.setSettings}),w(jy,{ctx:a,currentLang:t.currentLang,pageStatus:t.pageStatus,onTranslatePage:t.onTranslatePage,onClose:t.onClose,setSettings:t.setSettings}),w(G5,{onAutoEnableSubtitleChanged:o,ctx:a,setSettings:e})]}),w(Jy,{type:t.type,onOpenUrl:t.onOpenUrl,openOptionsPage:t.openOptionsPage})]}),w(V5,{...t,isProUser:!!g,isShowPricing:T,setMessage:u})]})}function G5(t){let{t:e}=Ce(),{ctx:n,setSettings:r,onAutoEnableSubtitleChanged:a}=t;return Ue(()=>!n.rule.subtitleRule.disabled&&H0.includes(n.rule.subtitleRule.type||""),[n,H0])?w("div",{class:"flex justify-between mt-3 items-center",children:[w("label",{class:"mb-0",children:e("autoEnableSubtitle")}),w("input",{type:"checkbox",role:"switch",id:"autoEnableSubtitle",name:"autoEnableSubtitle",checked:!!n.rule.subtitleRule.autoEnableSubtitle,onChange:o=>{let s=o.target.checked;r(u=>({...u,generalRule:{...u.generalRule,"subtitleRule.add":{...u.generalRule?.["subtitleRule.add"],autoEnableSubtitle:s}}})),a()}})]}):null}function $5(t){let{t:e}=Ce(),n=t.ctx.state.translationMode,r=()=>{let i=n==="dual"?"translation":"dual";t.onSwitchTranslationMode(i)},a=e(n==="dual"?"changeToOnlyTempTranslationMode":"changeToDualTempTranslationMode");return w(xa,{text:a,multiple:!0,tipStyle:{left:-20,transform:"unset",fontSize:13,whiteSpace:"pre"},children:w("div",{class:"translate-mode mr-2 ",onClick:r,children:n==="dual"?$y:Vy})})}function V5(t){let{t:e,lang:n}=Ce(),{isProUser:r,isShowPricing:a}=t,{config:i}=t.ctx,o=60;n.startsWith("zh")||(o=70);let s=Me(),u=`${t.type}_more`;return w("footer",{children:w("div",{class:"px-3 py-2-5 text-sm flex items-center justify-between popup-footer",children:[w("div",{class:"setting flex flex-row items-center justify-center secondary clickable",onClick:l,children:[Gy,w("span",{class:"ml-1 text-gray-6",children:e("options")})]}),w(Q5,{ctx:t.ctx,onToggleEnabled:t.onToggleEnabled,setSettings:t.setSettings,setMessage:t.setMessage}),w(cm,{label:e("more"),showArrow:!0,maxWidth:o,className:"text-gray-6 transform-padding-left more",onSelected:g=>{g.value==="openPremium"?(globalThis.open(Ai),t.onClose()):g.value==="changeToOnlyTranslationMode"?c("translation"):g.value==="changeToDualTranslationMode"?c("dual"):g.value==="translateTheWholePage"?t.onTranslateTheWholePage():g.value==="translateToThePageEndImmediately"?t.onTranslateToThePageEndImmediately():g.value==="translateTheMainPage"?t.onTranslateTheMainPage():g.value==="translateLocalPdfFile"?t.onOpenUrl(s.PDF_VIEWER_URL,u):g.value==="pdfProFile"?t.onOpenUrl(s.PDF_PRO_URL,u):g.value==="translateText"?t.onOpenUrl(s.TEXT_TRANSLATE_URL,u):g.value==="translateLocalHtmlFile"?t.onOpenUrl(s.HTML_VIEWER_URL,u):g.value==="translateLocalSubtitleFile"?t.onOpenUrl(s.SUBTITLE_BUILDER_URL,u):g.value==="donate"?(globalThis.open(i.donateUrl),t.onClose()):g.value==="feedback"?(globalThis.open(i.feedbackUrl),t.onClose()):g.value==="options"?(t.openOptionsPage(),t.onClose()):g.value==="changeToTranslateTheWholePage"?p():g.value==="changeToTranslateTheMainPage"?m():g.value==="about"?t.openAboutPage():g.value==="toggleEnabled"?t.onToggleEnabled():g.value==="openEbookViewer"?t.onOpenUrl(s.EBOOK_VIEWER_URL,u):g.value==="openEbookBuilder"?t.onOpenUrl(s.EBOOK_BUILDER_URL,u):g.value==="goPro"&&t.onOpenUrl(Ai,u)},menus:[i.translationMode==="dual"&&{label:"\u{1F524} "+e("changeToOnlyTranslationMode"),value:"changeToOnlyTranslationMode"},i.translationMode==="translation"&&{label:"\u{1F521} "+e("changeToDualTranslationMode"),value:"changeToDualTranslationMode"},i.translationArea==="main"&&{label:"\u{1F480} "+e("changeToTranslateTheWholePage"),value:"changeToTranslateTheWholePage"},i.translationArea==="body"&&{label:"\u{1F4D6} "+e("changeToTranslateTheMainPage"),value:"changeToTranslateTheMainPage"},{label:"\u26A1 "+e("translateToThePageEndImmediately"),value:"translateToThePageEndImmediately"},{label:"\u{1F4D8} "+e("browser.openEbookViewer"),value:"openEbookViewer"},{label:"\u{1F4DA} "+e("browser.openEbookBuilder"),value:"openEbookBuilder"},{label:"\u{1F4C1} "+e("browser.translateLocalPdfFile"),value:"translateLocalPdfFile"},{label:"\u2747\uFE0F "+e("browser.PdfProFile"),value:"pdfProFile"},{label:"\u{1F310} "+e("browser.translateLocalHtmlFile"),value:"translateLocalHtmlFile"},{label:"\u{1F4FA} "+e("browser.translateLocalSubtitleFile"),value:"translateLocalSubtitleFile"},{label:"\u{1F4DD} "+e("browser.textTranslate"),value:"translateText"},r===!1&&a&&{label:"\u{1F451} "+e("upgradeToPro"),value:"goPro"},{label:"\u2764\uFE0F "+e(a?"aboutLabel":"aboutLabelWithoutSponsor"),value:"about"}].filter(Boolean)})]})});function l(g){g.preventDefault(),t.openOptionsPage()}function c(g){t.setSettings(f=>({...f,translationMode:g})),t.onSwitchTranslationMode(g)}function p(){t.setSettings(g=>({...g,translationArea:"body"})),t.onTranslateTheWholePage()}function m(){t.setSettings(g=>({...g,translationArea:"main"})),t.onTranslateTheMainPage()}}function Y5({currentUrl:t,pageStatus:e,onTranslatePdf:n,ctx:r,onToggleTranslate:a,disabledButton:i,noPermissionPDF:o}){let{t:s,lang:u}=Ce(),l=r.config,c=Ue(()=>new URL(t||""),[t]),p=c?.pathname.toLowerCase().endsWith(".pdf");Ga(r?.rule)&&!p&&(p=!0);let m=s("translate");e==="Translated"||e==="Error"?m=s("show-original"):e==="Original"?p?Ir()&&c.protocol==="file:"||o?m=s("translate-firefox-local-pdf"):ye()?m=s("noSupportTranslate-pdf"):m=s("translate-pdf"):m=s("translate"):m=s(e);let g=s("translateToThePageEndImmediately");return(e==="Original"||e==="Translated")&&(l.shortcuts.toggleTranslatePage&&(al()?r.rule.touchShortcutsToggleTranslatePage&&r.rule.touchShortcutsToggleTranslatePage!=="touchShortcutsOff"&&(m+=` (${s(r.rule.touchShortcutsToggleTranslatePage)})`):m+=` (${qc(l.shortcuts.toggleTranslatePage)})`),l.shortcuts.toggleTranslateToThePageEndImmediately&&(g+=` (${l.shortcuts.toggleTranslateToThePageEndImmediately})`)),w("button",{class:"mb-0 main-button",onClick:()=>{p?n&&n():a()},"aria-busy":e==="Translating",disabled:i||e==="Translating",children:m})}function Q5({ctx:t,onToggleEnabled:e,setSettings:n,setMessage:r}){let{t:a,lang:i}=Ce(),o=Ut();return w("div",{class:"flex",children:w("span",{class:"immersive-translate-no-select text-sm text-gray-c2",onClick:Ey(7)(s),children:["V",o,t.config.enabled?null:w("a",{href:"#",onClick:e,children:[" ","(",a("hasBeenDisabled"),")"]})]})});function s(u){n(l=>(l.alpha?r("Success disable alpha!"):r("Success enable alpha!"),{...l,alpha:!l.alpha}))}}function J5(t){let{t:e}=Ce();return w("div",{class:"share-button-container",onClick:t.openSharePage,children:[w("span",{class:"text-gray-9",children:e("buildSnapshots")}),Yy]})}d();d();d();d();var Em={get:(t,e,n)=>{let r=e===void 0?t:{[t]:e};return oe.storage[n].get(r)},set:(t,e,n)=>oe.storage[n].set({[t]:e})};function Kc(t,e,n){let[r]=se(()=>typeof e=="function"?e():e),[a]=se(n),[i,o]=se(r),[s,u]=se(!1),[l,c]=se("");Ae(()=>{Em.get(t,r,a).then(m=>{m[t]&&o(m[t]),u(!0),c("")}).catch(m=>{u(!1),c(m)})},[t,r,a]);let p=Ve(m=>{let g=typeof m=="function"?m(i):m;B.debug("new settings",g),Em.set(t,g,a).then(()=>{o(g),u(!0),c("")}).catch(f=>{o(g),u(!1),c(f)})},[a,t,i]);return[i,p,s,l]}d();function Cm(t,e,n){let r=[];return function(){let[i,o,s,u]=Kc(t,e,n),l=Ve(c=>{for(let p of r)p(c)},[]);return Ae(()=>(r.push(o),()=>{r.splice(r.indexOf(o),1)}),[o]),[i,l,s,u]}}function Zy(t,e){return Cm(t,e,"sync")}var Z5="userConfig",X5=null,e8=Zy(Z5,X5);function jr(t){let[e,n,r,a]=e8(),i=Ve(o=>{let s=typeof o=="function"?o(e):o;s&&(s.updatedAt=new Date().toISOString()),n(s),t&&t(s)},[e]);return[e,i,r,a,n]}d();d();async function Gc(t){try{let e=new Date;B.debug("cron task start, next will run at",new Date(e.getTime()+t).toLocaleString()),await oe.storage.local.set({[Xo]:e.toISOString()}),await t8(),ye()||await J3()}catch(e){B.error("run cron task failed",e)}}async function Xy(){let e=(await an()).interval;if(e){let n=await oe.storage.local.get(Xo);if(n&&n[Xo]){let r=n[Xo];if(Date.now()-new Date(r).getTime()r?(await oe.storage.local.set({buildinConfig:e}),B.info(`sync remote rules success, latest: ${new Date(a).toLocaleString()}`),aa({method:"updateGlobalCtx",data:{}},{tab:{id:1,url:"https://www.fake.com",active:!0}}).catch(u=>{B.error("send content message request failed from cron task",u)})):B.debug(`no need to sync rules, latest: ${r}`):B.info(`local version is too old, please update to ${o} or later`)}catch(t){B.error("sync rules error: ",t)}}d();d();d();d();d();d();var wm;function Im(t){return[...t.v,(t.i?"!":"")+t.n].join(":")}function uv(t,e=","){return t.map(Im).join(e)}var lv=typeof CSS<"u"&&CSS.escape||(t=>t.replace(/[!"'`*+.,;:\\/<=>?@#$%&^|~()[\]{}]/g,"\\$&").replace(/^\d/,"\\3$& "));function Vc(t){for(var e=9,n=t.length;n--;)e=Math.imul(e^t.charCodeAt(n),1597334677);return"#"+((e^e>>>9)>>>0).toString(36)}function Yc(t,e="@media "){return e+Mn(t).map(n=>(typeof n=="string"&&(n={min:n}),n.raw||Object.keys(n).map(r=>`(${r}-width:${n[r]})`).join(" and "))).join(",")}function Mn(t=[]){return Array.isArray(t)?t:t==null?[]:[t]}function n8(){}var $t={d:0,b:134217728,c:268435456,a:671088640,u:805306368,o:939524096};function cv(t){return t.match(/[-=:;]/g)?.length||0}function _m(t){return Math.min(/(?:^|width[^\d]+)(\d+(?:.\d+)?)(p)?/.test(t)?Math.max(0,29.63*(+RegExp.$1/(RegExp.$2?15:1))**.137-43):0,15)<<22|Math.min(cv(t),15)<<18}var r8=["rst-c","st-ch","h-chi","y-lin","nk","sited","ecked","pty","ad-on","cus-w","ver","cus","cus-v","tive","sable","tiona","quire"];function Rm({n:t,i:e,v:n=[]},r,a,i){t&&(t=Im({n:t,i:e,v:n})),i=[...Mn(i)];for(let s of n){let u=r.theme("screens",s);for(let l of Mn(u&&Yc(u)||r.v(s))){var o;i.push(l),a|=u?67108864|_m(l):s=="dark"?1073741824:l[0]=="@"?_m(l):(o=l,1<<~(/:([a-z-]+)/.test(o)&&~r8.indexOf(RegExp.$1.slice(2,7))||-18))}}return{n:t,p:a,r:i,i:e}}var Om=new Map;function ev(t){if(t.d){let e=[],n=Dm(t.r.reduce((r,a)=>a[0]=="@"?(e.push(a),r):a?Dm(r,i=>Dm(a,o=>{let s=/(:merge\(.+?\))(:[a-z-]+|\\[.+])/.exec(o);if(s){let u=i.indexOf(s[1]);return~u?i.slice(0,u)+s[0]+i.slice(u+s[1].length):Am(i,o)}return Am(o,i)})):r,"&"),r=>Am(r,t.n?"."+lv(t.n):""));return n&&e.push(n.replace(/:merge\((.+?)\)/g,"$1")),e.reduceRight((r,a)=>a+"{"+r+"}",t.d)}}function Dm(t,e){return t.replace(/ *((?:\(.+?\)|\[.+?\]|[^,])+) *(,|$)/g,(n,r,a)=>e(r)+a)}function Am(t,e){return t.replace(/&/g,e)}var tv=new Intl.Collator("en",{numeric:!0});function a8(t,e){for(var n=0,r=t.length;n>1;0>=dv(t[a],e)?n=a+1:r=a}return r}function dv(t,e){let n=t.p&$t.o;return n==(e.p&$t.o)&&(n==$t.b||n==$t.o)?0:t.p-e.p||t.o-e.o||tv.compare(nv(t.n),nv(e.n))||tv.compare(rv(t.n),rv(e.n))}function nv(t){return(t||"").split(/:/).pop().split("/").pop()||"\0"}function rv(t){return(t||"").replace(/\W/g,e=>String.fromCharCode(127+e.charCodeAt(0)))+"\0"}function km(t,e){return Math.round(parseInt(t,16)*e)}function Ea(t,e={}){if(typeof t=="function")return t(e);let{opacityValue:n="1",opacityVariable:r}=e,a=r?`var(${r})`:n;if(t.includes(""))return t.replace("",a);if(t[0]=="#"&&(t.length==4||t.length==7)){let i=(t.length-1)/3,o=[17,1,.062272][i-1];return`rgba(${[km(t.substr(1,i),o),km(t.substr(1+i,i),o),km(t.substr(1+2*i,i),o),a]})`}return a=="1"?t:a=="0"?"#0000":t.replace(/^(rgb|hsl)(\([^)]+)\)$/,`$1a$2,${a})`)}function pv(t,e,n,r,a=[]){return function i(o,{n:s,p:u,r:l=[],i:c},p){let m=[],g="",f=0,T=0;for(let E in o||{}){var b,h;let D=o[E];if(E[0]=="@"){if(!D)continue;if(E[1]=="a"){m.push(...mv(s,u,Nm(""+D),p,u,l,c,!0));continue}if(E[1]=="l"){for(let M of Mn(D))m.push(...i(M,{n:s,p:(b=$t[E[7]],u&~$t.o|b),r:E[7]=="d"?[]:l,i:c},p));continue}if(E[1]=="i"){m.push(...Mn(D).map(M=>({p:-1,o:0,r:[],d:E+" "+M})));continue}if(E[1]=="k"){m.push({p:$t.d,o:0,r:[E],d:i(D,{p:$t.d},p).map(ev).join("")});continue}if(E[1]=="f"){m.push(...Mn(D).map(M=>({p:$t.d,o:0,r:[E],d:i(M,{p:$t.d},p).map(ev).join("")})));continue}}if(typeof D!="object"||Array.isArray(D))E=="label"&&D?s=D+Vc(JSON.stringify([u,c,o])):(D||D===0)&&(E=E.replace(/[A-Z]/g,M=>"-"+M.toLowerCase()),T+=1,f=Math.max(f,(h=E)[0]=="-"?0:cv(h)+(/^(?:(border-(?!w|c|sty)|[tlbr].{2,4}m?$|c.{7,8}$)|([fl].{5}l|g.{8}$|pl))/.test(h)?+!!RegExp.$1||-!!RegExp.$2:0)+1),g+=(g?";":"")+Mn(D).map(M=>p.s(E,gv(""+M,p.theme)+(c?" !important":""))).join(";"));else if(E[0]=="@"||E.includes("&")){let M=u;E[0]=="@"&&(E=E.replace(/\bscreen\(([^)]+)\)/g,(I,S)=>{let v=p.theme("screens",S);return v?(M|=67108864,Yc(v,"")):I}),M|=_m(E)),m.push(...i(D,{n:s,p:M,r:[...l,E],i:c},p))}else m.push(...i(D,{p:u,r:[...l,E]},p))}return m.unshift({n:s,p:u,o:Math.max(0,15-T)+1.5*Math.min(f||15,15),r:l,d:g}),m.sort(dv)}(t,Rm(e,n,r,a),n)}function gv(t,e){return t.replace(/theme\((["'`])?(.+?)\1(?:\s*,\s*(["'`])?(.+?)\3)?\)/g,(n,r,a,i,o="")=>{let s=e(a,o);return typeof s=="function"&&/color|fill|stroke/i.test(a)?Ea(s):""+Mn(s).filter(u=>Object(u)!==u)})}function zm(t,e){let n,r=[];for(let a of t)a.d&&a.n?n?.p==a.p&&""+n.r==""+a.r?(n.c=[n.c,a.c].filter(Boolean).join(" "),n.d=n.d+";"+a.d):r.push(n={...a,n:a.n&&e}):r.push({...a,n:a.n&&e});return r}function Fm(t,e,n=$t.u,r,a){let i=[];for(let o of t)for(let s of function(u,l,c,p,m){u={...u,i:u.i||m};let g=function(f,T){let b=Om.get(f.n);return b?b(f,T):T.r(f.n,f.v[0]=="dark")}(u,l);return g?typeof g=="string"?({r:p,p:c}=Rm(u,l,c,p),zm(Fm(Nm(g),l,c,p,u.i),u.n)):Array.isArray(g)?g.map(f=>{var T,b;return{o:0,...f,r:[...Mn(p),...Mn(f.r)],p:(T=c,b=f.p??c,T&~$t.o|b)}}):pv(g,u,l,c,p):[{c:Im(u),p:0,o:0,r:[]}]}(o,e,n,r,a))i.splice(a8(i,s),0,s);return i}function mv(t,e,n,r,a,i,o,s){return zm((s?n.flatMap(u=>Fm([u],r,a,i,o)):Fm(n,r,a,i,o)).map(u=>u.p&$t.o&&(u.n||e==$t.b)?{...u,p:u.p&~$t.o|e,o:0}:u),t)}function i8(t,e,n,r){var a;return a=(i,o)=>{let{n:s,p:u,r:l,i:c}=Rm(i,o,e);return n&&mv(s,e,n,o,u,l,c,r)},Om.set(t,a),t}function Pm(t,e,n){if(t[t.length-1]!="("){let r=[],a=!1,i=!1,o="";for(let s of t)if(!(s=="("||/[~@]$/.test(s))){if(s[0]=="!"&&(s=s.slice(1),a=!a),s.endsWith(":")){r[s=="dark:"?"unshift":"push"](s.slice(0,-1));continue}s[0]=="-"&&(s=s.slice(1),i=!i),s.endsWith("-")&&(s=s.slice(0,-1)),s&&s!="&"&&(o+=(o&&"-")+s)}o&&(i&&(o="-"+o),e[0].push({n:o,v:r.filter(o8),i:a}))}}function o8(t,e,n){return n.indexOf(t)==e}var av=new Map;function Nm(t){let e=av.get(t);if(!e){let n=[],r=[[]],a=0,i=0,o=null,s=0,u=(l,c=0)=>{a!=s&&(n.push(t.slice(a,s+c)),l&&Pm(n,r)),a=s+1};for(;s1?p.slice(0,-1)+Vc(JSON.stringify([p,m])):p+"("+uv(m)+")",$t.a,m,/@$/.test(p))],r)}c=n.lastIndexOf("(",c-1)}n.length=c+1}else/[~@]/.test(l)&&t[s+1]=="("&&r.unshift([])}u(!0),av.set(t,e=r[0])}return e}function fv(t,e,n){return e.reduce((r,a,i)=>r+n(a)+t[i+1],t[0])}function hv(t,e){return Array.isArray(t)&&Array.isArray(t.raw)?fv(t,e,n=>Lm(n).trim()):e.filter(Boolean).reduce((n,r)=>n+Lm(r),t?Lm(t):"")}function Lm(t){let e,n="";if(t&&typeof t=="object")if(Array.isArray(t))(e=hv(t[0],t.slice(1)))&&(n+=" "+e);else for(let r in t)t[r]&&(n+=" "+r);else t!=null&&typeof t!="boolean"&&(n+=" "+t);return n}var dse=bv("@"),pse=bv("~");function bv(t){return new Proxy(function(n,...r){return e("",n,r)},{get(n,r){return r in n?n[r]:function(a,...i){return e(r,a,i)}}});function e(n,r,a){return uv(Nm(n+t+"("+hv(r,a)+")"))}}function Mm(t,e){return Array.isArray(t)?iv(fv(t,e,n=>n!=null&&typeof n!="boolean"?n:"")):typeof t=="string"?iv(t):[t]}var s8=/ *(?:(?:([\u0080-\uFFFF\w-%@]+) *:? *([^{;]+?);|([^;}{]*?) *{)|(}))/g;function iv(t){let e;t=t.replace(/\/\*[^]*?\*\/|\s\s+|\n/gm," ");let n=[{}],r=[n[0]],a=[];for(;e=s8.exec(t);)e[4]&&(n.shift(),a.shift()),e[3]?(a.unshift(e[3]),n.unshift({}),r.push(a.reduce((i,o)=>({[o]:i}),n[0]))):e[4]||(n[0][e[1]]&&(n.unshift({}),r.push(a.reduce((i,o)=>({[o]:i}),n[0]))),n[0][e[1]]=e[2]);return r}function Tv(t,...e){var n;let r=Mm(t,e),a=(r.find(i=>i.label)?.label||"css")+Vc(JSON.stringify(r));return n=(i,o)=>zm(r.flatMap(s=>pv(s,i,o,$t.o)),a),Om.set(a,n),a}var gse=new Proxy(function(t,e){return ov("animation",t,e)},{get(t,e){return e in t?t[e]:function(n,r){return ov(e,n,r)}}});function ov(t,e,n){return{toString(){return Tv({label:t,"@layer components":{...typeof e=="object"?e:{animation:e},animationName:""+n}})}}}function X(t,e,n){return[t,u8(e,n)]}function u8(t,e){return typeof t=="function"?t:typeof t=="string"&&/^[\w-]+$/.test(t)?(n,r)=>({[t]:e?e(n,r):Bm(n,1)}):n=>t||{[n[1]]:Bm(n,2)}}function Bm(t,e,n=t.slice(e).find(Boolean)||t.$$||t.input){return t.input[0]=="-"?`calc(${n} * -1)`:n}function te(t,e,n,r){return[t,l8(e,n,r)]}function l8(t,e,n){let r=typeof e=="string"?(a,i)=>({[e]:n?n(a,i):a._}):e||(({1:a,_:i},o,s)=>({[a||s]:i}));return(a,i)=>{let o=yv(t||a[1]),s=i.theme(o,a.$$)??So(a.$$,o,i);if(s!=null)return a._=Bm(a,0,s),r(a,i,o)}}function It(t,e={},n){return[t,c8(e,n)]}function c8(t={},e){return(n,r)=>{let{section:a=yv(n[0]).replace("-","")+"Color"}=t,[i,o]=d8(n.$$);if(!i)return;let s=r.theme(a,i)||So(i,a,r);if(!s||typeof s=="object")return;let{opacityVariable:u=`--tw-${n[0].replace(/-$/,"")}-opacity`,opacitySection:l=a.replace("Color","Opacity"),property:c=a,selector:p}=t,m=r.theme(l,o||"DEFAULT")||o&&So(o,l,r),g=e||(({_:T})=>{let b=Ks(c,T);return p?{[p]:b}:b});n._={value:Ea(s,{opacityVariable:u||void 0,opacityValue:m||void 0}),color:T=>Ea(s,T),opacityVariable:u||void 0,opacityValue:m||void 0};let f=g(n,r);if(!n.dark){let T=r.d(a,i,s);T&&T!==s&&(n._={value:Ea(T,{opacityVariable:u||void 0,opacityValue:m||"1"}),color:b=>Ea(T,b),opacityVariable:u||void 0,opacityValue:m||void 0},f={"&":f,[r.v("dark")]:g(n,r)})}return f}}function d8(t){return(t.match(/^(\[[^\]]+]|[^/]+?)(?:\/(.+))?$/)||[]).slice(1)}function Ks(t,e){let n={};return typeof e=="string"?n[t]=e:(e.opacityVariable&&e.value.includes(e.opacityVariable)&&(n[e.opacityVariable]=e.opacityValue||"1"),n[t]=e.value),n}function So(t,e,n){if(t[0]=="["&&t.slice(-1)=="]"){if(t=$c(gv(t.slice(1,-1),n.theme)),!e)return t;if(!(/color|fill|stroke/i.test(e)&&!(/^color:/.test(t)||/^(#|((hsl|rgb)a?|hwb|lab|lch|color)\(|[a-z]+$)/.test(t))||/image/i.test(e)&&!(/^image:/.test(t)||/^[a-z-]+\(/.test(t))||/weight/i.test(e)&&!(/^(number|any):/.test(t)||/^\d+$/.test(t))||/position/i.test(e)&&/^(length|size):/.test(t)))return t.replace(/^[a-z-]+:/,"")}}function yv(t){return t.replace(/-./g,e=>e[1].toUpperCase())}function $c(t){return t.includes("url(")?t.replace(/(.*?)(url\(.*?\))(.*?)/g,(e,n="",r,a="")=>$c(n)+r+$c(a)):t.replace(/(^|[^\\])_+/g,(e,n)=>n+" ".repeat(e.length-n.length)).replace(/\\_/g,"_").replace(/(calc|min|max|clamp)\(.+\)/g,e=>e.replace(/(-?\d*\.?\d(?!\b-.+[,)](?![^+\-/*])\D)(?:%|[a-z]+)?|\))([+\-/*])/g,"$1 $2 "))}var mse=Symbol();var vv=new Proxy(n8,{apply(t,e,n){return wm(n[0])},get(t,e){let n=wm[e];return typeof n=="function"?function(){return n.apply(wm,arguments)}:n}});var fse=function t(e){return new Proxy(function(n,...r){return sv(e,"",n,r)},{get(n,r){return r==="bind"?t:r in n?n[r]:function(a,...i){return sv(e,r,a,i)}}})}();function sv(t,e,n,r){return{toString(){let a=Mm(n,r),i=lv(e+Vc(JSON.stringify([e,a])));return(typeof t=="function"?t:vv)(Tv({[`@keyframes ${i}`]:Mm(n,r)})),i}}}d();d();d();d();d();var Sv={screens:{sm:"640px",md:"768px",lg:"1024px",xl:"1280px","2xl":"1536px"},columns:{auto:"auto","3xs":"16rem","2xs":"18rem",xs:"20rem",sm:"24rem",md:"28rem",lg:"32rem",xl:"36rem","2xl":"42rem","3xl":"48rem","4xl":"56rem","5xl":"64rem","6xl":"72rem","7xl":"80rem"},spacing:{px:"1px",0:"0px",...Bn(4,"rem",4,.5,.5),...Bn(12,"rem",4,5),14:"3.5rem",...Bn(64,"rem",4,16,4),72:"18rem",80:"20rem",96:"24rem"},durations:{75:"75ms",100:"100ms",150:"150ms",200:"200ms",300:"300ms",500:"500ms",700:"700ms",1e3:"1000ms"},animation:{none:"none",spin:"spin 1s linear infinite",ping:"ping 1s cubic-bezier(0,0,0.2,1) infinite",pulse:"pulse 2s cubic-bezier(0.4,0,0.6,1) infinite",bounce:"bounce 1s infinite"},aspectRatio:{auto:"auto",square:"1/1",video:"16/9"},backdropBlur:Ke("blur"),backdropBrightness:Ke("brightness"),backdropContrast:Ke("contrast"),backdropGrayscale:Ke("grayscale"),backdropHueRotate:Ke("hueRotate"),backdropInvert:Ke("invert"),backdropOpacity:Ke("opacity"),backdropSaturate:Ke("saturate"),backdropSepia:Ke("sepia"),backgroundColor:Ke("colors"),backgroundImage:{none:"none"},backgroundOpacity:Ke("opacity"),backgroundSize:{auto:"auto",cover:"cover",contain:"contain"},blur:{none:"none",0:"0",sm:"4px",DEFAULT:"8px",md:"12px",lg:"16px",xl:"24px","2xl":"40px","3xl":"64px"},brightness:{...Bn(200,"",100,0,50),...Bn(110,"",100,90,5),75:"0.75",125:"1.25"},borderColor:({theme:t})=>({DEFAULT:t("colors.gray.200","currentColor"),...t("colors")}),borderOpacity:Ke("opacity"),borderRadius:{none:"0px",sm:"0.125rem",DEFAULT:"0.25rem",md:"0.375rem",lg:"0.5rem",xl:"0.75rem","2xl":"1rem","3xl":"1.5rem","1/2":"50%",full:"9999px"},borderSpacing:Ke("spacing"),borderWidth:{DEFAULT:"1px",...jn(8,"px")},boxShadow:{sm:"0 1px 2px 0 rgba(0,0,0,0.05)",DEFAULT:"0 1px 3px 0 rgba(0,0,0,0.1), 0 1px 2px -1px rgba(0,0,0,0.1)",md:"0 4px 6px -1px rgba(0,0,0,0.1), 0 2px 4px -2px rgba(0,0,0,0.1)",lg:"0 10px 15px -3px rgba(0,0,0,0.1), 0 4px 6px -4px rgba(0,0,0,0.1)",xl:"0 20px 25px -5px rgba(0,0,0,0.1), 0 8px 10px -6px rgba(0,0,0,0.1)","2xl":"0 25px 50px -12px rgba(0,0,0,0.25)",inner:"inset 0 2px 4px 0 rgba(0,0,0,0.05)",none:"0 0 #0000"},boxShadowColor:Ke("colors"),caretColor:Ke("colors"),accentColor:({theme:t})=>({auto:"auto",...t("colors")}),contrast:{...Bn(200,"",100,0,50),75:"0.75",125:"1.25"},content:{none:"none"},divideColor:Ke("borderColor"),divideOpacity:Ke("borderOpacity"),divideWidth:Ke("borderWidth"),dropShadow:{sm:"0 1px 1px rgba(0,0,0,0.05)",DEFAULT:["0 1px 2px rgba(0,0,0,0.1)","0 1px 1px rgba(0,0,0,0.06)"],md:["0 4px 3px rgba(0,0,0,0.07)","0 2px 2px rgba(0,0,0,0.06)"],lg:["0 10px 8px rgba(0,0,0,0.04)","0 4px 3px rgba(0,0,0,0.1)"],xl:["0 20px 13px rgba(0,0,0,0.03)","0 8px 5px rgba(0,0,0,0.08)"],"2xl":"0 25px 25px rgba(0,0,0,0.15)",none:"0 0 #0000"},fill:({theme:t})=>({...t("colors"),none:"none"}),grayscale:{DEFAULT:"100%",0:"0"},hueRotate:{0:"0deg",15:"15deg",30:"30deg",60:"60deg",90:"90deg",180:"180deg"},invert:{DEFAULT:"100%",0:"0"},flex:{1:"1 1 0%",auto:"1 1 auto",initial:"0 1 auto",none:"none"},flexBasis:({theme:t})=>({...t("spacing"),...Gs(2,6),...Gs(12,12),auto:"auto",full:"100%"}),flexGrow:{DEFAULT:1,0:0},flexShrink:{DEFAULT:1,0:0},fontFamily:{sans:'ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji"'.split(","),serif:'ui-serif,Georgia,Cambria,"Times New Roman",Times,serif'.split(","),mono:'ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace'.split(",")},fontSize:{xs:["0.75rem","1rem"],sm:["0.875rem","1.25rem"],base:["1rem","1.5rem"],lg:["1.125rem","1.75rem"],xl:["1.25rem","1.75rem"],"2xl":["1.5rem","2rem"],"3xl":["1.875rem","2.25rem"],"4xl":["2.25rem","2.5rem"],"5xl":["3rem","1"],"6xl":["3.75rem","1"],"7xl":["4.5rem","1"],"8xl":["6rem","1"],"9xl":["8rem","1"]},fontWeight:{thin:"100",extralight:"200",light:"300",normal:"400",medium:"500",semibold:"600",bold:"700",extrabold:"800",black:"900"},gap:Ke("spacing"),gradientColorStops:Ke("colors"),gridAutoColumns:{auto:"auto",min:"min-content",max:"max-content",fr:"minmax(0,1fr)"},gridAutoRows:{auto:"auto",min:"min-content",max:"max-content",fr:"minmax(0,1fr)"},gridColumn:{auto:"auto","span-full":"1 / -1"},gridRow:{auto:"auto","span-full":"1 / -1"},gridTemplateColumns:{none:"none"},gridTemplateRows:{none:"none"},height:({theme:t})=>({...t("spacing"),...Gs(2,6),min:"min-content",max:"max-content",fit:"fit-content",auto:"auto",full:"100%",screen:"100vh"}),inset:({theme:t})=>({...t("spacing"),...Gs(2,4),auto:"auto",full:"100%"}),keyframes:{spin:{from:{transform:"rotate(0deg)"},to:{transform:"rotate(360deg)"}},ping:{"0%":{transform:"scale(1)",opacity:"1"},"75%,100%":{transform:"scale(2)",opacity:"0"}},pulse:{"0%,100%":{opacity:"1"},"50%":{opacity:".5"}},bounce:{"0%, 100%":{transform:"translateY(-25%)",animationTimingFunction:"cubic-bezier(0.8,0,1,1)"},"50%":{transform:"none",animationTimingFunction:"cubic-bezier(0,0,0.2,1)"}}},letterSpacing:{tighter:"-0.05em",tight:"-0.025em",normal:"0em",wide:"0.025em",wider:"0.05em",widest:"0.1em"},lineHeight:{...Bn(10,"rem",4,3),none:"1",tight:"1.25",snug:"1.375",normal:"1.5",relaxed:"1.625",loose:"2"},margin:({theme:t})=>({auto:"auto",...t("spacing")}),maxHeight:({theme:t})=>({full:"100%",min:"min-content",max:"max-content",fit:"fit-content",screen:"100vh",...t("spacing")}),maxWidth:({theme:t,breakpoints:e})=>({...e(t("screens")),none:"none",0:"0rem",xs:"20rem",sm:"24rem",md:"28rem",lg:"32rem",xl:"36rem","2xl":"42rem","3xl":"48rem","4xl":"56rem","5xl":"64rem","6xl":"72rem","7xl":"80rem",full:"100%",min:"min-content",max:"max-content",fit:"fit-content",prose:"65ch"}),minHeight:{0:"0px",full:"100%",min:"min-content",max:"max-content",fit:"fit-content",screen:"100vh"},minWidth:{0:"0px",full:"100%",min:"min-content",max:"max-content",fit:"fit-content"},opacity:{...Bn(100,"",100,0,10),5:"0.05",25:"0.25",75:"0.75",95:"0.95"},order:{first:"-9999",last:"9999",none:"0"},padding:Ke("spacing"),placeholderColor:Ke("colors"),placeholderOpacity:Ke("opacity"),outlineColor:Ke("colors"),outlineOffset:jn(8,"px"),outlineWidth:jn(8,"px"),ringColor:({theme:t})=>({...t("colors"),DEFAULT:"#3b82f6"}),ringOffsetColor:Ke("colors"),ringOffsetWidth:jn(8,"px"),ringOpacity:({theme:t})=>({...t("opacity"),DEFAULT:"0.5"}),ringWidth:{DEFAULT:"3px",...jn(8,"px")},rotate:{...jn(2,"deg"),...jn(12,"deg",3),...jn(180,"deg",45)},saturate:Bn(200,"",100,0,50),scale:{...Bn(150,"",100,0,50),...Bn(110,"",100,90,5),75:"0.75",125:"1.25"},scrollMargin:Ke("spacing"),scrollPadding:Ke("spacing"),sepia:{0:"0",DEFAULT:"100%"},skew:{...jn(2,"deg"),...jn(12,"deg",3)},space:Ke("spacing"),stroke:({theme:t})=>({...t("colors"),none:"none"}),strokeWidth:Bn(2),textColor:Ke("colors"),textDecorationColor:Ke("colors"),textDecorationThickness:{"from-font":"from-font",auto:"auto",...jn(8,"px")},textUnderlineOffset:{auto:"auto",...jn(8,"px")},textIndent:Ke("spacing"),textOpacity:Ke("opacity"),transitionDuration:({theme:t})=>({...t("durations"),DEFAULT:"150ms"}),transitionDelay:Ke("durations"),transitionProperty:{none:"none",all:"all",DEFAULT:"color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter",colors:"color,background-color,border-color,text-decoration-color,fill,stroke",opacity:"opacity",shadow:"box-shadow",transform:"transform"},transitionTimingFunction:{DEFAULT:"cubic-bezier(0.4,0,0.2,1)",linear:"linear",in:"cubic-bezier(0.4,0,1,1)",out:"cubic-bezier(0,0,0.2,1)","in-out":"cubic-bezier(0.4,0,0.2,1)"},translate:({theme:t})=>({...t("spacing"),...Gs(2,4),full:"100%"}),width:({theme:t})=>({min:"min-content",max:"max-content",fit:"fit-content",screen:"100vw",...t("flexBasis")}),willChange:{scroll:"scroll-position"},zIndex:{...Bn(50,"",1,0,10),auto:"auto"}};function Gs(t,e){let n={};do for(var r=1;re(t)}var Mse={"*,::before,::after":{boxSizing:"border-box",borderWidth:"0",borderStyle:"solid",borderColor:"theme(borderColor.DEFAULT, currentColor)"},"::before,::after":{"--tw-content":"''"},html:{lineHeight:1.5,WebkitTextSizeAdjust:"100%",MozTabSize:"4",tabSize:4,fontFamily:`theme(fontFamily.sans, ${Sv.fontFamily.sans})`,fontFeatureSettings:"theme(fontFamily.sans[1].fontFeatureSettings, normal)"},body:{margin:"0",lineHeight:"inherit"},hr:{height:"0",color:"inherit",borderTopWidth:"1px"},"abbr:where([title])":{textDecoration:"underline dotted"},"h1,h2,h3,h4,h5,h6":{fontSize:"inherit",fontWeight:"inherit"},a:{color:"inherit",textDecoration:"inherit"},"b,strong":{fontWeight:"bolder"},"code,kbd,samp,pre":{fontFamily:`theme(fontFamily.mono, ${Sv.fontFamily.mono})`,fontFeatureSettings:"theme(fontFamily.mono[1].fontFeatureSettings, normal)",fontSize:"1em"},small:{fontSize:"80%"},"sub,sup":{fontSize:"75%",lineHeight:0,position:"relative",verticalAlign:"baseline"},sub:{bottom:"-0.25em"},sup:{top:"-0.5em"},table:{textIndent:"0",borderColor:"inherit",borderCollapse:"collapse"},"button,input,optgroup,select,textarea":{fontFamily:"inherit",fontSize:"100%",lineHeight:"inherit",color:"inherit",margin:"0",padding:"0"},"button,select":{textTransform:"none"},"button,[type='button'],[type='reset'],[type='submit']":{WebkitAppearance:"button",backgroundColor:"transparent",backgroundImage:"none"},":-moz-focusring":{outline:"auto"},":-moz-ui-invalid":{boxShadow:"none"},progress:{verticalAlign:"baseline"},"::-webkit-inner-spin-button,::-webkit-outer-spin-button":{height:"auto"},"[type='search']":{WebkitAppearance:"textfield",outlineOffset:"-2px"},"::-webkit-search-decoration":{WebkitAppearance:"none"},"::-webkit-file-upload-button":{WebkitAppearance:"button",font:"inherit"},summary:{display:"list-item"},"blockquote,dl,dd,h1,h2,h3,h4,h5,h6,hr,figure,p,pre":{margin:"0"},fieldset:{margin:"0",padding:"0"},legend:{padding:"0"},"ol,ul,menu":{listStyle:"none",margin:"0",padding:"0"},textarea:{resize:"vertical"},"input::placeholder,textarea::placeholder":{opacity:1,color:"theme(colors.gray.400, #9ca3af)"},'button,[role="button"]':{cursor:"pointer"},":disabled":{cursor:"default"},"img,svg,video,canvas,audio,iframe,embed,object":{display:"block",verticalAlign:"middle"},"img,video":{maxWidth:"100%",height:"auto"},"[hidden]":{display:"none"}},Ise=[X("\\[([-\\w]+):(.+)]",({1:t,2:e},n)=>({"@layer overrides":{"&":{[t]:So(`[${e}]`,"",n)}}})),X("(group|peer)([~/][^-[]+)?",({input:t},{h:e})=>[{c:e(t)}]),te("aspect-","aspectRatio"),X("container",(t,{theme:e})=>{let{screens:n=e("screens"),center:r,padding:a}=e("container"),i={width:"100%",marginRight:r&&"auto",marginLeft:r&&"auto",...o("xs")};for(let s in n){let u=n[s];typeof u=="string"&&(i[Yc(u)]={"&":{maxWidth:u,...o(s)}})}return i;function o(s){let u=a&&(typeof a=="string"?a:a[s]||a.DEFAULT);if(u)return{paddingRight:u,paddingLeft:u}}}),te("content-","content",({_:t})=>({"--tw-content":t,content:"var(--tw-content)"})),X("(?:box-)?decoration-(slice|clone)","boxDecorationBreak"),X("box-(border|content)","boxSizing",({1:t})=>t+"-box"),X("hidden",{display:"none"}),X("table-(auto|fixed)","tableLayout"),X(["(block|flex|table|grid|inline|contents|flow-root|list-item)","(inline-(block|flex|table|grid))","(table-(caption|cell|column|row|(column|row|footer|header)-group))"],"display"),"(float)-(left|right|none)","(clear)-(left|right|none|both)","(overflow(?:-[xy])?)-(auto|hidden|clip|visible|scroll)","(isolation)-(auto)",X("isolate","isolation"),X("object-(contain|cover|fill|none|scale-down)","objectFit"),te("object-","objectPosition"),X("object-(top|bottom|center|(left|right)(-(top|bottom))?)","objectPosition",Qc),X("overscroll(-[xy])?-(auto|contain|none)",({1:t="",2:e})=>({["overscroll-behavior"+t]:e})),X("(static|fixed|absolute|relative|sticky)","position"),te("-?inset(-[xy])?(?:$|-)","inset",({1:t,_:e})=>({top:t!="-x"&&e,right:t!="-y"&&e,bottom:t!="-x"&&e,left:t!="-y"&&e})),te("-?(top|bottom|left|right)(?:$|-)","inset"),X("(visible|collapse)","visibility"),X("invisible",{visibility:"hidden"}),te("-?z-","zIndex"),X("flex-((row|col)(-reverse)?)","flexDirection",xv),X("flex-(wrap|wrap-reverse|nowrap)","flexWrap"),te("(flex-(?:grow|shrink))(?:$|-)"),te("(flex)-"),te("grow(?:$|-)","flexGrow"),te("shrink(?:$|-)","flexShrink"),te("basis-","flexBasis"),te("-?(order)-"),"-?(order)-(\\d+)",te("grid-cols-","gridTemplateColumns"),X("grid-cols-(\\d+)","gridTemplateColumns",Dv),te("col-","gridColumn"),X("col-(span)-(\\d+)","gridColumn",wv),te("col-start-","gridColumnStart"),X("col-start-(auto|\\d+)","gridColumnStart"),te("col-end-","gridColumnEnd"),X("col-end-(auto|\\d+)","gridColumnEnd"),te("grid-rows-","gridTemplateRows"),X("grid-rows-(\\d+)","gridTemplateRows",Dv),te("row-","gridRow"),X("row-(span)-(\\d+)","gridRow",wv),te("row-start-","gridRowStart"),X("row-start-(auto|\\d+)","gridRowStart"),te("row-end-","gridRowEnd"),X("row-end-(auto|\\d+)","gridRowEnd"),X("grid-flow-((row|col)(-dense)?)","gridAutoFlow",t=>Qc(xv(t))),X("grid-flow-(dense)","gridAutoFlow"),te("auto-cols-","gridAutoColumns"),te("auto-rows-","gridAutoRows"),te("gap-x(?:$|-)","gap","columnGap"),te("gap-y(?:$|-)","gap","rowGap"),te("gap(?:$|-)","gap"),"(justify-(?:items|self))-",X("justify-","justifyContent",Ev),X("(content|items|self)-",t=>({["align-"+t[1]]:Ev(t)})),X("(place-(content|items|self))-",({1:t,$$:e})=>({[t]:("wun".includes(e[3])?"space-":"")+e})),te("p([xytrbl])?(?:$|-)","padding",xo("padding")),te("-?m([xytrbl])?(?:$|-)","margin",xo("margin")),te("-?space-(x|y)(?:$|-)","space",({1:t,_:e})=>({"&>:not([hidden])~:not([hidden])":{[`--tw-space-${t}-reverse`]:"0",["margin-"+{y:"top",x:"left"}[t]]:`calc(${e} * calc(1 - var(--tw-space-${t}-reverse)))`,["margin-"+{y:"bottom",x:"right"}[t]]:`calc(${e} * var(--tw-space-${t}-reverse))`}})),X("space-(x|y)-reverse",({1:t})=>({"&>:not([hidden])~:not([hidden])":{[`--tw-space-${t}-reverse`]:"1"}})),te("w-","width"),te("min-w-","minWidth"),te("max-w-","maxWidth"),te("h-","height"),te("min-h-","minHeight"),te("max-h-","maxHeight"),te("font-","fontWeight"),te("font-","fontFamily",({_:t})=>typeof(t=Mn(t))[1]=="string"?{fontFamily:rr(t)}:{fontFamily:rr(t[0]),...t[1]}),X("antialiased",{WebkitFontSmoothing:"antialiased",MozOsxFontSmoothing:"grayscale"}),X("subpixel-antialiased",{WebkitFontSmoothing:"auto",MozOsxFontSmoothing:"auto"}),X("italic","fontStyle"),X("not-italic",{fontStyle:"normal"}),X("(ordinal|slashed-zero|(normal|lining|oldstyle|proportional|tabular)-nums|(diagonal|stacked)-fractions)",({1:t,2:e="",3:n})=>e=="normal"?{fontVariantNumeric:"normal"}:{["--tw-"+(n?"numeric-fraction":"pt".includes(e[0])?"numeric-spacing":e?"numeric-figure":t)]:t,fontVariantNumeric:"var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction)",...Ca({"--tw-ordinal":"var(--tw-empty,/*!*/ /*!*/)","--tw-slashed-zero":"var(--tw-empty,/*!*/ /*!*/)","--tw-numeric-figure":"var(--tw-empty,/*!*/ /*!*/)","--tw-numeric-spacing":"var(--tw-empty,/*!*/ /*!*/)","--tw-numeric-fraction":"var(--tw-empty,/*!*/ /*!*/)"})}),te("tracking-","letterSpacing"),te("leading-","lineHeight"),X("list-(inside|outside)","listStylePosition"),te("list-","listStyleType"),X("list-","listStyleType"),te("placeholder-opacity-","placeholderOpacity",({_:t})=>({"&::placeholder":{"--tw-placeholder-opacity":t}})),It("placeholder-",{property:"color",selector:"&::placeholder"}),X("text-(left|center|right|justify|start|end)","textAlign"),X("text-(ellipsis|clip)","textOverflow"),te("text-opacity-","textOpacity","--tw-text-opacity"),It("text-",{property:"color"}),te("text-","fontSize",({_:t})=>typeof t=="string"?{fontSize:t}:{fontSize:t[0],...typeof t[1]=="string"?{lineHeight:t[1]}:t[1]}),te("indent-","textIndent"),X("(overline|underline|line-through)","textDecorationLine"),X("no-underline",{textDecorationLine:"none"}),te("underline-offset-","textUnderlineOffset"),It("decoration-",{section:"textDecorationColor",opacityVariable:!1,opacitySection:"opacity"}),te("decoration-","textDecorationThickness"),X("decoration-","textDecorationStyle"),X("(uppercase|lowercase|capitalize)","textTransform"),X("normal-case",{textTransform:"none"}),X("truncate",{overflow:"hidden",whiteSpace:"nowrap",textOverflow:"ellipsis"}),X("align-","verticalAlign"),X("whitespace-","whiteSpace"),X("break-normal",{wordBreak:"normal",overflowWrap:"normal"}),X("break-words",{overflowWrap:"break-word"}),X("break-all",{wordBreak:"break-all"}),X("break-keep",{wordBreak:"keep-all"}),It("caret-",{opacityVariable:!1,opacitySection:"opacity"}),It("accent-",{opacityVariable:!1,opacitySection:"opacity"}),X("bg-gradient-to-([trbl]|[tb][rl])","backgroundImage",({1:t})=>`linear-gradient(to ${ri(t," ")},var(--tw-gradient-stops))`),It("from-",{section:"gradientColorStops",opacityVariable:!1,opacitySection:"opacity"},({_:t})=>({"--tw-gradient-from":t.value,"--tw-gradient-to":t.color({opacityValue:"0"}),"--tw-gradient-stops":"var(--tw-gradient-from),var(--tw-gradient-to)"})),It("via-",{section:"gradientColorStops",opacityVariable:!1,opacitySection:"opacity"},({_:t})=>({"--tw-gradient-to":t.color({opacityValue:"0"}),"--tw-gradient-stops":`var(--tw-gradient-from),${t.value},var(--tw-gradient-to)`})),It("to-",{section:"gradientColorStops",property:"--tw-gradient-to",opacityVariable:!1,opacitySection:"opacity"}),X("bg-(fixed|local|scroll)","backgroundAttachment"),X("bg-origin-(border|padding|content)","backgroundOrigin",({1:t})=>t+"-box"),X(["bg-(no-repeat|repeat(-[xy])?)","bg-repeat-(round|space)"],"backgroundRepeat"),X("bg-blend-","backgroundBlendMode"),X("bg-clip-(border|padding|content|text)","backgroundClip",({1:t})=>t+(t=="text"?"":"-box")),te("bg-opacity-","backgroundOpacity","--tw-bg-opacity"),It("bg-",{section:"backgroundColor"}),te("bg-","backgroundImage"),te("bg-","backgroundPosition"),X("bg-(top|bottom|center|(left|right)(-(top|bottom))?)","backgroundPosition",Qc),te("bg-","backgroundSize"),te("rounded(?:$|-)","borderRadius"),te("rounded-([trbl]|[tb][rl])(?:$|-)","borderRadius",({1:t,_:e})=>{let n={t:["tl","tr"],r:["tr","br"],b:["bl","br"],l:["bl","tl"]}[t]||[t,t];return{[`border-${ri(n[0])}-radius`]:e,[`border-${ri(n[1])}-radius`]:e}}),X("border-(collapse|separate)","borderCollapse"),te("border-opacity(?:$|-)","borderOpacity","--tw-border-opacity"),X("border-(solid|dashed|dotted|double|none)","borderStyle"),te("border-spacing(-[xy])?(?:$|-)","borderSpacing",({1:t,_:e})=>({...Ca({"--tw-border-spacing-x":"0","--tw-border-spacing-y":"0"}),["--tw-border-spacing"+(t||"-x")]:e,["--tw-border-spacing"+(t||"-y")]:e,"border-spacing":"var(--tw-border-spacing-x) var(--tw-border-spacing-y)"})),It("border-([xytrbl])-",{section:"borderColor"},xo("border","Color")),It("border-"),te("border-([xytrbl])(?:$|-)","borderWidth",xo("border","Width")),te("border(?:$|-)","borderWidth"),te("divide-opacity(?:$|-)","divideOpacity",({_:t})=>({"&>:not([hidden])~:not([hidden])":{"--tw-divide-opacity":t}})),X("divide-(solid|dashed|dotted|double|none)",({1:t})=>({"&>:not([hidden])~:not([hidden])":{borderStyle:t}})),X("divide-([xy]-reverse)",({1:t})=>({"&>:not([hidden])~:not([hidden])":{["--tw-divide-"+t]:"1"}})),te("divide-([xy])(?:$|-)","divideWidth",({1:t,_:e})=>{let n={x:"lr",y:"tb"}[t];return{"&>:not([hidden])~:not([hidden])":{[`--tw-divide-${t}-reverse`]:"0",[`border-${ri(n[0])}Width`]:`calc(${e} * calc(1 - var(--tw-divide-${t}-reverse)))`,[`border-${ri(n[1])}Width`]:`calc(${e} * var(--tw-divide-${t}-reverse))`}}}),It("divide-",{property:"borderColor",selector:"&>:not([hidden])~:not([hidden])"}),te("ring-opacity(?:$|-)","ringOpacity","--tw-ring-opacity"),It("ring-offset-",{property:"--tw-ring-offset-color",opacityVariable:!1}),te("ring-offset(?:$|-)","ringOffsetWidth","--tw-ring-offset-width"),X("ring-inset",{"--tw-ring-inset":"inset"}),It("ring-",{property:"--tw-ring-color"}),te("ring(?:$|-)","ringWidth",({_:t},{theme:e})=>({...Ca({"--tw-ring-offset-shadow":"0 0 #0000","--tw-ring-shadow":"0 0 #0000","--tw-shadow":"0 0 #0000","--tw-shadow-colored":"0 0 #0000","&":{"--tw-ring-inset":"var(--tw-empty,/*!*/ /*!*/)","--tw-ring-offset-width":e("ringOffsetWidth","","0px"),"--tw-ring-offset-color":Ea(e("ringOffsetColor","","#fff")),"--tw-ring-color":Ea(e("ringColor","","#93c5fd"),{opacityVariable:"--tw-ring-opacity"}),"--tw-ring-opacity":e("ringOpacity","","0.5")}}),"--tw-ring-offset-shadow":"var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color)","--tw-ring-shadow":`var(--tw-ring-inset) 0 0 0 calc(${t} + var(--tw-ring-offset-width)) var(--tw-ring-color)`,boxShadow:"var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)"})),It("shadow-",{section:"boxShadowColor",opacityVariable:!1,opacitySection:"opacity"},({_:t})=>({"--tw-shadow-color":t.value,"--tw-shadow":"var(--tw-shadow-colored)"})),te("shadow(?:$|-)","boxShadow",({_:t})=>({...Ca({"--tw-ring-offset-shadow":"0 0 #0000","--tw-ring-shadow":"0 0 #0000","--tw-shadow":"0 0 #0000","--tw-shadow-colored":"0 0 #0000"}),"--tw-shadow":rr(t),"--tw-shadow-colored":rr(t).replace(/([^,]\s+)(?:#[a-f\d]+|(?:(?:hsl|rgb)a?|hwb|lab|lch|color|var)\(.+?\)|[a-z]+)(,|$)/g,"$1var(--tw-shadow-color)$2"),boxShadow:"var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)"})),te("(opacity)-"),X("mix-blend-","mixBlendMode"),...Cv(),...Cv("backdrop-"),te("transition(?:$|-)","transitionProperty",(t,{theme:e})=>({transitionProperty:rr(t),transitionTimingFunction:t._=="none"?void 0:rr(e("transitionTimingFunction","")),transitionDuration:t._=="none"?void 0:rr(e("transitionDuration",""))})),te("duration(?:$|-)","transitionDuration","transitionDuration",rr),te("ease(?:$|-)","transitionTimingFunction","transitionTimingFunction",rr),te("delay(?:$|-)","transitionDelay","transitionDelay",rr),te("animate(?:$|-)","animation",(t,{theme:e,h:n,e:r})=>{let a=rr(t),i=a.split(" "),o=e("keyframes",i[0]);return o?{["@keyframes "+(i[0]=r(n(i[0])))]:o,animation:i.join(" ")}:{animation:a}}),"(transform)-(none)",X("transform",qm),X("transform-(cpu|gpu)",({1:t})=>({"--tw-transform":Av(t=="gpu")})),te("scale(-[xy])?-","scale",({1:t,_:e})=>({["--tw-scale"+(t||"-x")]:e,["--tw-scale"+(t||"-y")]:e,...qm()})),te("-?(rotate)-","rotate",Um),te("-?(translate-[xy])-","translate",Um),te("-?(skew-[xy])-","skew",Um),X("origin-(center|((top|bottom)(-(left|right))?)|left|right)","transformOrigin",Qc),"(appearance)-",te("(columns)-"),"(columns)-(\\d+)","(break-(?:before|after|inside))-",te("(cursor)-"),"(cursor)-",X("snap-(none)","scroll-snap-type"),X("snap-(x|y|both)",({1:t})=>({...Ca({"--tw-scroll-snap-strictness":"proximity"}),"scroll-snap-type":t+" var(--tw-scroll-snap-strictness)"})),X("snap-(mandatory|proximity)","--tw-scroll-snap-strictness"),X("snap-(?:(start|end|center)|align-(none))","scroll-snap-align"),X("snap-(normal|always)","scroll-snap-stop"),X("scroll-(auto|smooth)","scroll-behavior"),te("scroll-p([xytrbl])?(?:$|-)","padding",xo("scroll-padding")),te("-?scroll-m([xytrbl])?(?:$|-)","scroll-margin",xo("scroll-margin")),X("touch-(auto|none|manipulation)","touch-action"),X("touch-(pinch-zoom|pan-(?:(x|left|right)|(y|up|down)))",({1:t,2:e,3:n})=>({...Ca({"--tw-pan-x":"var(--tw-empty,/*!*/ /*!*/)","--tw-pan-y":"var(--tw-empty,/*!*/ /*!*/)","--tw-pinch-zoom":"var(--tw-empty,/*!*/ /*!*/)","--tw-touch-action":"var(--tw-pan-x) var(--tw-pan-y) var(--tw-pinch-zoom)"}),[`--tw-${e?"pan-x":n?"pan-y":t}`]:t,"touch-action":"var(--tw-touch-action)"})),X("outline-none",{outline:"2px solid transparent","outline-offset":"2px"}),X("outline",{outlineStyle:"solid"}),X("outline-(dashed|dotted|double)","outlineStyle"),te("-?(outline-offset)-"),It("outline-",{opacityVariable:!1,opacitySection:"opacity"}),te("outline-","outlineWidth"),"(pointer-events)-",te("(will-change)-"),"(will-change)-",["resize(?:-(none|x|y))?","resize",({1:t})=>({x:"horizontal",y:"vertical"})[t]||t||"both"],X("select-(none|text|all|auto)","userSelect"),It("fill-",{section:"fill",opacityVariable:!1,opacitySection:"opacity"}),It("stroke-",{section:"stroke",opacityVariable:!1,opacitySection:"opacity"}),te("stroke-","strokeWidth"),X("sr-only",{position:"absolute",width:"1px",height:"1px",padding:"0",margin:"-1px",overflow:"hidden",whiteSpace:"nowrap",clip:"rect(0,0,0,0)",borderWidth:"0"}),X("not-sr-only",{position:"static",width:"auto",height:"auto",padding:"0",margin:"0",overflow:"visible",whiteSpace:"normal",clip:"auto"})];function Qc(t){return(typeof t=="string"?t:t[1]).replace(/-/g," ").trim()}function xv(t){return(typeof t=="string"?t:t[1]).replace("col","column")}function ri(t,e="-"){let n=[];for(let r of t)n.push({t:"top",r:"right",b:"bottom",l:"left"}[r]);return n.join(e)}function rr(t){return t&&""+(t._||t)}function Ev({$$:t}){return({r:"flex-","":"flex-",w:"space-",u:"space-",n:"space-"}[t[3]||""]||"")+t}function xo(t,e=""){return({1:n,_:r})=>{let a={x:"lr",y:"tb"}[n]||n+n;return a?{...Ks(t+"-"+ri(a[0])+e,r),...Ks(t+"-"+ri(a[1])+e,r)}:Ks(t+e,r)}}function Cv(t=""){let e=["blur","brightness","contrast","grayscale","hue-rotate","invert",t&&"opacity","saturate","sepia",!t&&"drop-shadow"].filter(Boolean),n={};for(let r of e)n[`--tw-${t}${r}`]="var(--tw-empty,/*!*/ /*!*/)";return n={...Ca(n),[`${t}filter`]:e.map(r=>`var(--tw-${t}${r})`).join(" ")},[`(${t}filter)-(none)`,X(`${t}filter`,n),...e.map(r=>te(`${r[0]=="h"?"-?":""}(${t}${r})(?:$|-)`,r,({1:a,_:i})=>({[`--tw-${a}`]:Mn(i).map(o=>`${r}(${o})`).join(" "),...n})))]}function Um({1:t,_:e}){return{["--tw-"+t]:e,...qm()}}function qm(){return{...Ca({"--tw-translate-x":"0","--tw-translate-y":"0","--tw-rotate":"0","--tw-skew-x":"0","--tw-skew-y":"0","--tw-scale-x":"1","--tw-scale-y":"1","--tw-transform":Av()}),transform:"var(--tw-transform)"}}function Av(t){return[t?"translate3d(var(--tw-translate-x),var(--tw-translate-y),0)":"translateX(var(--tw-translate-x)) translateY(var(--tw-translate-y))","rotate(var(--tw-rotate))","skewX(var(--tw-skew-x))","skewY(var(--tw-skew-y))","scaleX(var(--tw-scale-x))","scaleY(var(--tw-scale-y))"].join(" ")}function wv({1:t,2:e}){return`${t} ${e} / ${t} ${e}`}function Dv({1:t}){return`repeat(${t},minmax(0,1fr))`}function Ca(t){return{"@layer defaults":{"*,::before,::after":t,"::backdrop":t}}}d();d();var Jc=globalThis||(typeof window<"u"?window:self),m8=Object.create,Hm=Object.defineProperty,f8=Object.getOwnPropertyDescriptor,h8=Object.getOwnPropertyNames,b8=Object.getPrototypeOf,T8=Object.prototype.hasOwnProperty,y8=(t,e)=>()=>(e||t((e={exports:{}}).exports,e),e.exports),v8=(t,e)=>{for(var n in e)Hm(t,n,{get:e[n],enumerable:!0})},jm=(t,e,n,r)=>{if(e&&typeof e=="object"||typeof e=="function")for(let a of h8(e))!T8.call(t,a)&&a!==n&&Hm(t,a,{get:()=>e[a],enumerable:!(r=f8(e,a))||r.enumerable});return t},S8=(t,e,n)=>(jm(t,e,"default"),n&&jm(n,e,"default")),Pv=(t,e,n)=>(n=t!=null?m8(b8(t)):{},jm(e||!t||!t.__esModule?Hm(n,"default",{value:t,enumerable:!0}):n,t)),Lv=y8((t,e)=>{(function(n,r){typeof define=="function"&&define.amd?define([],r):typeof t<"u"?r():(r(),n.FileSaver={})})(t,function(){"use strict";function n(l,c){return typeof c>"u"?c={autoBom:!1}:typeof c!="object"&&(c={autoBom:!c}),c.autoBom&&/^\s*(?:text\/\S*|application\/xml|\S*\/\S*\+xml)\s*;.*charset\s*=\s*utf-8/i.test(l.type)?new Blob(["\uFEFF",l],{type:l.type}):l}function r(l,c,p){var m=new XMLHttpRequest;m.open("GET",l),m.responseType="blob",m.onload=function(){u(m.response,c,p)},m.onerror=function(){},m.send()}function a(l){var c=new XMLHttpRequest;c.open("HEAD",l,!1);try{c.send()}catch{}return 200<=c.status&&299>=c.status}function i(l){try{l.dispatchEvent(new MouseEvent("click"))}catch{var c=document.createEvent("MouseEvents");c.initMouseEvent("click",!0,!0,window,0,0,0,80,20,!1,!1,!1,!1,0,null),l.dispatchEvent(c)}}var o=typeof window=="object"&&window.window===window?window:typeof self=="object"&&self.self===self?self:typeof Jc=="object"&&Jc.global===Jc?Jc:void 0,s=o.navigator&&/Macintosh/.test(navigator.userAgent)&&/AppleWebKit/.test(navigator.userAgent)&&!/Safari/.test(navigator.userAgent),u=o.saveAs||(typeof window!="object"||window!==o?function(){}:"download"in HTMLAnchorElement.prototype&&!s?function(l,c,p){var m=o.URL||o.webkitURL,g=document.createElement("a");c=c||l.name||"download",g.download=c,g.rel="noopener",typeof l=="string"?(g.href=l,g.origin===location.origin?i(g):a(g.href)?r(l,c,p):i(g,g.target="_blank")):(g.href=m.createObjectURL(l),setTimeout(function(){m.revokeObjectURL(g.href)},4e4),setTimeout(function(){i(g)},0))}:"msSaveOrOpenBlob"in navigator?function(l,c,p){if(c=c||l.name||"download",typeof l!="string")navigator.msSaveOrOpenBlob(n(l,p),c);else if(a(l))r(l,c,p);else{var m=document.createElement("a");m.href=l,m.target="_blank",setTimeout(function(){i(m)})}}:function(l,c,p,m){if(m=m||open("","_blank"),m&&(m.document.title=m.document.body.innerText="downloading..."),typeof l=="string")return r(l,c,p);var g=l.type==="application/octet-stream",f=/constructor/i.test(o.HTMLElement)||o.safari,T=/CriOS\/[\d]+/.test(navigator.userAgent);if((T||g&&f||s)&&typeof FileReader<"u"){var b=new FileReader;b.onloadend=function(){var D=b.result;D=T?D:D.replace(/^data:[^;]*;/,"data:attachment/file;"),m?m.location.href=D:location=D,m=null},b.readAsDataURL(l)}else{var h=o.URL||o.webkitURL,E=h.createObjectURL(l);m?m.location=E:location.href=E,m=null,setTimeout(function(){h.revokeObjectURL(E)},4e4)}});o.saveAs=u.saveAs=u,typeof e<"u"&&(e.exports=u)})}),_v={};v8(_v,{default:()=>Zc});var x8=Pv(Lv());S8(_v,Pv(Lv()));var{default:kv,...E8}=x8,Zc=kv!==void 0?kv:E8;d();d();d();d();d();d();var Sue=Me().REDIRECT_URL;d();var Xue=Gi([]);function Bv(t){let[e,n]=se(null);return Ae(()=>{Pn().then(r=>{n(r),B.debug("current config",r)})},[]),Ae(()=>{Pn().then(r=>{n(r)})},[t]),e}function Iv(t){let[e,n]=se(null);return Ae(()=>{t&&hn({url:"http://localhost",config:t,state:{cache:!1}}).then(r=>n(r))},[t]),e}function Rv(){let[t,e]=se(null);return Ae(()=>{Zt().then(r=>{e(r)})},[]),[t,r=>{e(r),Xt(r)}]}d();async function _8(t,e,n){try{if(e===null)return"noupdate";let r=await Zt();if(e.updatedAt){let s=new Date().getTime(),u=new Date(e.updatedAt).getTime();if(s-u<1e3)return await Wm(t,e),await Xt(r),"upload"}let a=await zv(t);r.accountLastSyncedAt=Date.now(),B.debug("settings",e),B.debug("local settings.updatedAt",e.updatedAt),B.debug("remote settings.updatedAt",a.updatedAt),B.debug("last synced at",r.accountLastSyncedAt);let i=!1;if(e.updatedAt&&(!a||!a.updatedAt)&&(i=!0),!i&&e.updatedAt>a.updatedAt&&(i=!0),B.debug("isUpload",i),i)return await Wm(t,e),await Xt(r),"upload";let o=!1;return a.updatedAt&&(!e||!e.updatedAt)&&(o=!0),!o&&e.updatedAt{!n||!n.token||r&&r.proAutoSync===!1||F8(n)&&_8(n.token,t,e).then(i=>{B.debug("syncUserSetting result",i)})},[t,n])}function F8(t){return Jt(t)?!0:new Date(t.createTime){Mt.get(Ft,null).then(n=>{e(n)})},[e]),t}function zv(t){return(location.href?.indexOf("popup.html")>0?Wa:ce)({responseType:"json",url:ns+"/v1/user/settings",method:"get",headers:{token:t}}).then(n=>n.data)}function Wm(t,e){return(location.href?.indexOf("popup.html")>0?Wa:ce)({responseType:"json",url:ns+"/v1/user/settings",method:"post",headers:{token:t,"content-type":"application/json"},body:JSON.stringify(e)}).then(r=>r.data)}function ed(t){let{onClose:e}=t,[n,r]=se("Original"),[a,i,o,s]=jr(()=>{setTimeout(()=>{D("updateGlobalContext",!1)()},250)});Xc(a,i);let[u,l]=se(null),[c,p]=se(globalThis.location.href),[m,g]=se("auto"),[f,T]=se(null),b=R=>{r(R.detail)};if(Ae(()=>(document.addEventListener(ja,b,!1),an().then(R=>{l(R);let _=vt();g(_);let P=Qe();r(P),Gc(R.interval)}),document.addEventListener("urlChange",E),()=>{document.removeEventListener("pageTranslatedStatus",b),document.removeEventListener("urlChange",E)}),[]),Ae(()=>{an().then(R=>{l(R)})},[a]),Ae(()=>{c&&u&&Km().then(R=>{T(R)})},[c,u]),!u||!f)return null;return w(xm,{type:"float_ball_popup",className:t.className,onSwitchTranslationMode:R=>{D("switchTranslationMode",!0,{mode:R})()},request:ce,onClose:M,onToggleEnabled:I,onTranslateTheWholePage:D("translateTheWholePage",!0),openOptionsPage:k,onToggleTranslate:D("toggleTranslatePage",!0),onTranslateTheMainPage:D("translateTheMainPage",!0),onTranslateToThePageEndImmediately:D("translateToThePageEndImmediately",!0),onTranslatePage:D("translatePage",!0),onRestorePage:D("restorePage",!1),onTranslatePdf:()=>{v(ra(f.rule)||c)},openAboutPage:A,openSharePage:D("shareToDraft",!0),onSetPageLanguage:h,setSettings:i,config:u,pageStatus:n,ctx:f,currentUrl:c,currentLang:m,onSetLocalConfig:kl,onSetBuildinConfig:j3,onAutoEnableSubtitleChanged:D("autoEnableSubtitleChanged",!0),onOpenUrl:S});function h(R){g(R);let _=xy(c,R,u.sourceLanguageUrlPattern);i(P=>({...P,sourceLanguageUrlPattern:_})),qn(R)}function E(){p(globalThis.location.href)}function D(R,_,P={}){let N={trigger:"page_popup",...P};return()=>{_n({method:R,data:N}),_&&e()}}function M(){e()}function I(){i(R=>({...R,enabled:!R.enabled})),setTimeout(()=>{M()},50)}function S(R,_){let P=R;_&&(P=`${R}?utm_source=extension&utm_medium=extension&utm_campaign=${_}`),Fl(P,!0),setTimeout(()=>{M()},50)}function v(R){R&&(Oi(!1,R),setTimeout(()=>{M()},50))}function k(R=""){Bi(!0,R),setTimeout(()=>{e()},50)}function A(){Ll(),setTimeout(()=>{e()},50)}function y(){Q3(),setTimeout(()=>{e()},50)}}d();function jv(){let[t,e]=se("Original");return Ae(()=>{let n=Qe();e(n);let r=a=>{e(a.detail)};return document.addEventListener(ja,r),()=>{document.removeEventListener(ja,r)}},[]),{pageStatus:t}}var Nv=6,B8={position:"right",top:335};function Hv({handleBallClick:t,isShow:e,localConfig:n,handleMobileBallLongPress:r,popupVisible:a}){let i=$e(null),o=$e(null),[s,u]=se(!1),l=$e(null),c=$e(!1),p=$e(n.floatBallConfig||B8),m=$e(0),g=$e(0),f=$e(0),T=$e(!1),b=$e(0),h=$e(0),E=$e(0),D=$e(0),M=$e(!1),I=Ve(S=>{a||(clearTimeout(l.current),S?u(S):l.current=setTimeout(()=>{u(S),T.current=!1},ut().any?3e3:0))},[u,l,T,a]);return Ae(()=>{a||u(!1)},[a]),Ae(()=>{if(i.current&&p.current){let S=Gm(p.current.top);p.current.top=S,i.current.style.top=`${S}px`,i.current.style.display="flex"}},[e,i]),Ae(()=>{if(!o.current||!i.current)return;let S=P=>{P.preventDefault&&P.preventDefault(),m.current=P.clientX,g.current=P.clientY,b.current=Date.now(),f.current=i.current.offsetTop,c.current=!0,clearTimeout(l.current),I(!0),E.current=P.clientX,D.current=P.clientY,M.current=!1,ut().any&&(clearTimeout(h.current),h.current=setTimeout(()=>{Uv({startX:m.current,startY:g.current,endX:E.current,endY:D.current})||(M.current=!0,r())},500)),document.addEventListener("mousemove",v),document.addEventListener("touchmove",y),document.addEventListener("mouseup",k),document.addEventListener("touchend",R),document.addEventListener("touchcancel",R)},v=P=>{if(P.preventDefault&&P.preventDefault(),!c.current||!i.current||(E.current=P.clientX,D.current=P.clientY,M.current))return;let N=P.clientY-g.current+f.current,z=Gm(N);i.current.style.top=`${z}px`},k=P=>{if(P.preventDefault&&P.preventDefault(),_(),c.current=!1,clearTimeout(l.current),T.current||I(!1),M.current)return;Uv({startX:m.current,startY:g.current,endX:P.clientX,endY:P.clientY})||(clearTimeout(h.current),t());let z=Gm(P.clientY-30);p.current.top=z;let q=fs();kl({...q,floatBallConfig:p.current})},A=P=>{P.preventDefault&&P.preventDefault(),S(P.changedTouches[0])},y=P=>{P.preventDefault&&P.preventDefault(),v(P.changedTouches[0])},R=P=>{P.preventDefault&&P.preventDefault(),k(P.changedTouches[0])},_=()=>{document.removeEventListener("mousemove",v),document.removeEventListener("touchmove",y),document.removeEventListener("mouseup",k),document.removeEventListener("touchend",R),document.removeEventListener("touchcancel",R)};return o.current.addEventListener("mousedown",S),o.current.addEventListener("touchstart",A),()=>{o.current&&(o.current.removeEventListener("mousedown",S),o.current.removeEventListener("touchstart",A))}},[e,o,i,l,c,n,I,t]),Ae(()=>{if(ut().any)return;let S=k=>{k.target===i.current&&!T.current||(T.current=!0,I(!0),clearTimeout(l.current))},v=k=>{if(c.current){T.current=!1;return}k.target===i.current&&!T.current||I(!1)};return i.current?.addEventListener("mouseover",S),i.current?.addEventListener("mouseout",v),()=>{i.current?.removeEventListener("mouseover",S),i.current?.removeEventListener("mouseout",v)}},[i,c,I,e,T]),{ballRef:o,floatBallConfigRef:p,containerRef:i,active:s,setActive:I}}function Uv({startX:t,startY:e,endX:n,endY:r}){let a=Math.abs(n-t),i=Math.abs(r-e);return a>Nv||i>Nv}function Wv(t,e){let n=t?.fixedPosition||"right",r=t?.clickType==="translate",a=Ue(()=>e?"":n=="left"?"translateX(-100%)":"translateX(100%)",[n,e]),i=Ue(()=>e&&r?"":n=="left"?"translateX(-20px)":"translateX(20px)",[n,e,r]),o=Ue(()=>e&&r?"":n=="left"?"translateX(-60px)":"translateX(60px)",[n,e,r]);return{closeTransform:a,logoContainerTransform:i,settingTransform:o}}function Kv(){let[t,e]=se(!1);return Ae(()=>{let n=()=>{document.querySelector("video")&&e(!!document.fullscreenElement)};return document.addEventListener("fullscreenchange",n),()=>{document.removeEventListener("fullscreenchange",n)}},[]),{isFullScreen:t}}var qv="hasShownFloatingBallGuide",I8="2024-01-06";function Gv(t){let[e,n]=se(!1);Ae(()=>{!t.config.enableShowFloatingBallGuide||vt()==t.targetLanguage||(async()=>{let a=await At(qv,""),i=await At("installedAt","");i&&new Date(i){n(!1)},[]);return{isShowGuide:e,handleCloseGuide:r}}function $v(t,e){let n=$e(0),[r,a]=se(!0),[i,o]=se(!1),s=jr(),[u,l]=s,{t:c}=Ce(),p=Ve(()=>{t?.config.floatBallTooltipRule&&(ut().any?o(n.current>=(t.config.floatBallTooltipRule.h5MainBtnTooltipMaxShowCount||2)):a(n.current>=(t.config.floatBallTooltipRule.mainBtnTooltipImmediateShowCount||5)))},[a,n,t,o]);Ae(()=>{t&&(n.current=t.config.pcFloatBallMainBtnTooltipShownCount||0,ut().any&&(n.current=t.config.h5FloatBallMainBtnTooltipShownCount||0),p())},[t]);let m=Ve(()=>{t&&(n.current=n.current+1,p(),l(T=>{let b={...T};return ut().any?b.h5FloatBallMainBtnTooltipShownCount=n.current:b.pcFloatBallMainBtnTooltipShownCount=n.current,b}))},[l,p,n,t]),g=Ue(()=>ut().any||!r?0:t?.config.floatBallTooltipRule?.mainBtnTooltipDelayTime||2e3,[r,t]),f=Ue(()=>ut().any?c("floatBall.longPress"):e!=="Original"?c("floatBall.showOriginal"):t?.targetLanguage?c("floatBall.translateToLanguage",{language:Ta(t.targetLanguage,t.targetLanguage,!0)}):c("floatBall.translate"),[e,t]);return{disableTooltipDelay:i,tooltipDelay:g,tooltipText:f,handleShowTooltip:m}}function Gm(t){return Math.max(Math.min(t,globalThis.innerHeight-200),10)}d();var ai=`${Q}-float-ball`;function Vv(t){let e=n=>{n&&n.target&&n.target.id==="immersive-translate-popup-overlay"&&t.onClose()};return t.visible?w("div",{onClick:e,id:"immersive-translate-popup-overlay",class:"immersive-translate-popup-overlay",children:w("div",{class:"immersive-translate-popup-wrapper",style:t.getModalStyle(),children:w(R8,{onConfirm:t.onCloseConfirm,onClose:t.onClose})})}):null}function R8(t){let{t:e}=Ce(),[n,r]=se("UntilNext"),a=Ii()+"#floating",i=e("closeQuickTranslation.settingOpen",{1:a}),o=[{title:e("closeQuickTranslation.untilNext"),type:"UntilNext"},{title:e("closeQuickTranslation.currentWebsite"),type:"CurrentWebsite",description:i},{title:e("closeQuickTranslation.alwaysClose"),type:"AlwaysClose",description:i}];return w("div",{class:`${ai}-close-content`,children:[w("div",{class:"flex justify-between",children:[w("div",{class:`${ai}-close-title`,children:e("closeQuickTranslation")}),w("div",{class:"clickable",onClick:t.onClose,children:w(ya,{type:"modal-close"})})]}),w("div",{class:`${ai}-close-radio-content mt-3`,children:o.map(s=>w(O8,{onClick:()=>{r(s.type)},title:s.title,description:s.description,selected:s.type===n,onLinkClick:u=>{Ri(u)}},s.type))}),w("div",{class:"flex mt-3 flex-end",children:[w("div",{class:`${ai}-default-btn`,onClick:t.onClose,children:e("closeQuickTranslation.cancel")}),w("div",{class:`${ai}-primary-btn ml-2`,onClick:()=>{t.onConfirm&&t.onConfirm(n)},children:e("closeQuickTranslation.confirm")})]})]})}function O8(t){let{selected:e,title:n,description:r,onLinkClick:a}=t,i=z8(r||"");return w("div",{class:"flex items-center clickable",style:"padding: 8px 0",onClick:t.onClick,children:[w("div",{class:e?`${ai}-radio-sel`:`${ai}-radio-nor`,children:w("div",{})}),w("div",{class:"ml-2 text-sm",children:[w("span",{children:n}),r?w("small",{class:"muted text-sm",children:i.map(o=>o.type==="text"?o.value:w("a",{onClick:()=>o.href&&a&&a(o.href),children:o.value}))}):null]})]})}function z8(t){let e=[],n=/((.*?)<\/a>)|([^<]+)/g,r=Array.from(t.matchAll(n));for(let a of r){let i=a[2],o=a[3],s=a[4];i&&o?e.push({type:"link",href:i,value:o}):s&&e.push({type:"text",value:s})}return e}d();d();function Yv(t){return we.ASSETS_BASE_URL+t}var ii=`${Q}-float-ball`;function Qv(t){let{t:e}=Ce(),n=a=>{a&&a.target&&a.target.id==="immersive-translate-popup-overlay"&&t.onClose()},r=Ue(()=>{let a={position:"fixed",top:t.top+60};return t.fixedPosition=="left"&&(a.left=48),t.fixedPosition=="right"&&(a.right=48),a},[t.top,t.fixedPosition]);return t.visible?w("div",{onClick:n,id:"immersive-translate-popup-overlay",class:"immersive-translate-popup-overlay",children:w("div",{class:`${ii}-guide-container`,style:r,children:[w("img",{class:`${ii}-guide-bg ${t.fixedPosition}`,src:N8}),w("div",{class:`${ii}-guide-content ${t.fixedPosition}`,children:[w("img",{class:`${ii}-guide-img`,src:Yv("images/float_ball_intro.png")}),w("div",{class:`${ii}-guide-message`,children:[e("floatBall.guideClickToTranslate"),ut().any?` +${e("floatBall.longPress")}`:""]}),w("div",{class:`${ii}-primary-btn ${ii}-guide-button`,onClick:t.onClose,children:e("floatBall.iKnow")})]})]})}):null}var N8="data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzEyIiBoZWlnaHQ9IjM3MiIgdmlld0JveD0iMCAwIDMxMiAzNzIiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSBtZWV0Ij4KPGcgZmlsdGVyPSJ1cmwoI2ZpbHRlcjBfZF8zNjQ4XzEyODAyKSI+CjxwYXRoIGQ9Ik0yMCAzNkMyMCAyNC45NTQzIDI4Ljk1NDMgMTYgNDAgMTZIMjU4LjkxNEMyNjkuOTU5IDE2IDI3OC45MTQgMjQuOTU0MyAyNzguOTE0IDM2VjE3My4wNzVMMjg5LjEyOCAxNzguNzQyQzI5MS43NzggMTgwLjIxMyAyOTEuODk0IDE4My45ODIgMjg5LjMzOSAxODUuNjEyTDI3OC45MTQgMTkyLjI2M1YzMjhDMjc4LjkxNCAzMzkuMDQ2IDI2OS45NTkgMzQ4IDI1OC45MTQgMzQ4SDQwQzI4Ljk1NDMgMzQ4IDIwIDMzOS4wNDYgMjAgMzI4VjM2WiIgZmlsbD0idXJsKCNwYWludDBfbGluZWFyXzM2NDhfMTI4MDIpIi8+CjwvZz4KPGRlZnM+CjxmaWx0ZXIgaWQ9ImZpbHRlcjBfZF8zNjQ4XzEyODAyIiB4PSIwIiB5PSIwIiB3aWR0aD0iMzExLjE4OCIgaGVpZ2h0PSIzNzIiIGZpbHRlclVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgY29sb3ItaW50ZXJwb2xhdGlvbi1maWx0ZXJzPSJzUkdCIj4KPGZlRmxvb2QgZmxvb2Qtb3BhY2l0eT0iMCIgcmVzdWx0PSJCYWNrZ3JvdW5kSW1hZ2VGaXgiLz4KPGZlQ29sb3JNYXRyaXggaW49IlNvdXJjZUFscGhhIiB0eXBlPSJtYXRyaXgiIHZhbHVlcz0iMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMTI3IDAiIHJlc3VsdD0iaGFyZEFscGhhIi8+CjxmZU9mZnNldCBkeT0iNCIvPgo8ZmVHYXVzc2lhbkJsdXIgc3RkRGV2aWF0aW9uPSIxMCIvPgo8ZmVDb21wb3NpdGUgaW4yPSJoYXJkQWxwaGEiIG9wZXJhdG9yPSJvdXQiLz4KPGZlQ29sb3JNYXRyaXggdHlwZT0ibWF0cml4IiB2YWx1ZXM9IjAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAuMSAwIi8+CjxmZUJsZW5kIG1vZGU9Im5vcm1hbCIgaW4yPSJCYWNrZ3JvdW5kSW1hZ2VGaXgiIHJlc3VsdD0iZWZmZWN0MV9kcm9wU2hhZG93XzM2NDhfMTI4MDIiLz4KPGZlQmxlbmQgbW9kZT0ibm9ybWFsIiBpbj0iU291cmNlR3JhcGhpYyIgaW4yPSJlZmZlY3QxX2Ryb3BTaGFkb3dfMzY0OF8xMjgwMiIgcmVzdWx0PSJzaGFwZSIvPgo8L2ZpbHRlcj4KPGxpbmVhckdyYWRpZW50IGlkPSJwYWludDBfbGluZWFyXzM2NDhfMTI4MDIiIHgxPSIxNTcuNSIgeTE9IjE2IiB4Mj0iMTU3LjUiIHkyPSIzNDgiIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIj4KPHN0b3Agc3RvcC1jb2xvcj0iI0ZGOTJCQyIvPgo8c3RvcCBvZmZzZXQ9IjEiIHN0b3AtY29sb3I9IndoaXRlIi8+CjwvbGluZWFyR3JhZGllbnQ+CjwvZGVmcz4KPC9zdmc+Cg==";d();function U8({isVisible:t,onClose:e,children:n}){return w(jt,{children:[t&&w("div",{className:`immersive-translate-sheet-backdrop ${t?"visible":""}`,onClick:e}),w("div",{className:`immersive-translate-sheet ${t?"visible":""}`,children:w("div",{className:"immersive-translate-sheet-content",children:n})})]})}var Jv=U8;var $s=`${Q}-float-ball`;function $m(t){let{t:e}=Ce(),n=jr(),[r,a,i,o]=n;Xc(r,a);let s=Bv(r),u=Iv(s),{isFullScreen:l}=Kv(),[c,p]=se(!1),[m,g]=se(!0),{pageStatus:f}=jv(),T=Lp(u,r),b=Ve(()=>{if(T?.clickType==="popup")return p(!0);if(T?.clickType==="translate"){let L=Ee();if(Ga(u?.rule)){let U=ra(u.rule);Oi(!0,U||L);return}_n({method:"toggleTranslatePage",data:{trigger:"float_ball"}})}},[T,_n,p]),h=Ve(()=>{p(!0)},[p]),E=m&&!!s,{containerRef:D,active:M,ballRef:I,floatBallConfigRef:S,setActive:v}=Hv({handleBallClick:b,handleMobileBallLongPress:h,isShow:E,localConfig:t.localConfig,popupVisible:c}),k=T?.fixedPosition||"right",A=k==="right"?"left":"right",{isShowGuide:y,handleCloseGuide:R}=Gv(t.ctx),{closeTransform:_,logoContainerTransform:P,settingTransform:N}=Wv(T,M||y),{tooltipDelay:z,disableTooltipDelay:q,tooltipText:F,handleShowTooltip:C}=$v(u,f);return E?w("div",{class:`${$s}-container ${k} notranslate`,style:{zIndex:l?-1:2147483647,pointerEvents:M||y||c?"all":"none"},ref:D,children:[w(q8,{ctx:u,setVisible:g,closeTransform:_,setActive:v,getModalStyle:()=>Zv(S.current.top,300,k)}),w(xa,{enableMobile:!0,text:F,position:A,delay:z,onShow:C,disable:q,children:w("div",{class:`${$s}-btn ${k} btn-animate `,ref:I,style:{transform:P,opacity:M||y?1:.5},children:w("div",{children:[w(ya,{type:"logo"}),f!=="Original"?w(ya,{type:"translated"}):null]})})}),w("div",{style:{marginTop:"12px",transform:N},class:`${$s}-more-buttons btn-animate`,children:[w(xa,{text:e("translateFileTooltip"),multiple:!0,width:200,position:A,containerClass:"btn-animate",children:w("div",{class:`${$s}-more-button`,onClick:()=>{Fl(Db,!0)},children:w(ya,{type:"file"})})}),w(xa,{text:e("floatBall.setting"),position:A,containerClass:"btn-animate",children:w("div",{class:`${$s}-more-button`,onClick:()=>{v(!0),p(!0)},children:w(ya,{type:"setting"})})})]}),w(j8,{onClose:()=>{v(!1),p(!1)},visible:c,getModalStyle:()=>Zv(S.current.top,500,k)}),w(Qv,{visible:y,top:S.current.top,fixedPosition:k,onClose:()=>{R(),v(!1)}})]}):null}function q8(t){let{t:e}=Ce(),[n,r]=se(!1),a=jr(),[i,o,s,u]=a,l=Lp(t.ctx,i),c=Ve(m=>{t.ctx&&o(g=>t2({...g},m))},[t.ctx,o]),p=Ve(m=>{l&&(t.setVisible(!1),m==="AlwaysClose"?c({...l,enable:!1}):m==="CurrentWebsite"&&c({...l,blockUrls:[...l.blockUrls,globalThis.location.hostname]}))},[c,l,t.setVisible]);return w(jt,{children:[w("div",{title:e("floatBall.close"),class:"btn-animate",style:{transform:t.closeTransform,padding:4},onClick:()=>{t.setActive(!0),r(!0)},children:w(ya,{type:"close"})}),w(Vv,{visible:n,onClose:()=>{t.setActive(!1),r(!1)},getModalStyle:t.getModalStyle,onCloseConfirm:p})]})}function j8(t){let e=r=>{r&&r.target&&r.target.id==="immersive-translate-popup-overlay"&&t.onClose()};return window.innerWidth<=385?w(Jv,{isVisible:t.visible,onClose:t.onClose,children:w(ed,{onClose:t.onClose,className:"popup-container-sheet"})}):t.visible?w("div",{onClick:e,id:"immersive-translate-popup-overlay",class:"immersive-translate-popup-overlay",children:w("div",{class:"immersive-translate-popup-wrapper",style:t.getModalStyle(),children:w(ed,{onClose:t.onClose})})}):null}function H8(){return{width:Math.max(document.documentElement.clientWidth,window.innerWidth||0),height:Math.max(document.documentElement.clientHeight,window.innerHeight||0)}}var Zv=(t,e,n)=>{let a=H8().height,i={position:"fixed"},o=0;return xf()&&(t=W8.top),i.top=t-o,i.top+e>=a?(i.bottom=30,delete i.top):i.top<=10&&(i.top=10),n==="left"?i.left=65:i.right=65,i},W8={position:"right",right:0,top:335};function K8(t,e){for(let n of e){if(ye()&&!Ir()&&typeof GM!==void 0&&GM.addElement){GM.addElement(t,"style",{textContent:n});continue}t.appendChild(document.createElement("style")).textContent=n}}async function Vm(){let t=Me(),e=await an(),n=await Or(),r={url:globalThis.location.href,config:e},a=await hn(r),i=await _p(a,n),o=dt(a.url,i?.blockUrls),s=await Zt();if(!i?.enable||o)return;let u=document.createElement("div");u.id="immersive-translate-popup",u.setAttribute("style","all: initial"),document.documentElement.appendChild(u);let l=u.attachShadow({mode:"open"}),c=[t.IMMERSIVE_TRANSLATE_PICO_CSS,t.IMMERSIVE_TRANSLATE_COMMON_CSS,t.IMMERSIVE_TRANSLATE_POPUP_CSS,t.IMMERSIVE_TRANSLATE_PAGE_POPUP_CSS].join(` `);return K8(l,[c]),G8(l,e,s,a)}function G8(t,e,n,r){let a=document.createElement("div");a.id="mount",a.style.display="block",t.appendChild(a),Ki(w(mc,{lang:e.interfaceLanguage,fallbackLang:"en",translations:vy,children:w($m,{localConfig:n,ctx:r})}),a)}var Ym=!1;async function Xv(t){if(!t){let e=await an(),n={url:globalThis.location.href,config:e};t=await hn(n)}t.config.debug&&B.setLevel("debug"),t.isTranslateExcludeUrl?B.debug("detect exclude url, do not inject anything."):(Ym=!0,Vm().catch(e=>{B.debug("init popup error",e)}))}async function e9(){Ym||(Ym=!0,Vm().catch(t=>{B.error("init popup error",t)}))}var t9=!1,i9=[()=>{vn.unbind()}],n9=[...i9],$8=Kn(async()=>{await Bi()},50),V8=Kn(async()=>{await Ll()},50),Y8=Kn(async()=>{await Y3()},50),Q8=Kn(async()=>{await V3()},50),o9=Kn(t=>{_n({method:t,data:{trigger:"userscript_menu"}})},50);function J8(t,e){let n=t.document;if(t9)return;t9=!0,ye()||q3(),n.addEventListener("securitypolicyviolation",u7),document.addEventListener(me+"DocumentMessageUser",l9),document.addEventListener(me+"DocumentMessageUpdateUser",c9),document.addEventListener(me+"ChangeSuccessService",d9.bind(null,e)),document.addEventListener(me+"ChangeService",p9.bind(null,e)),document.addEventListener(qa,i7.bind(null,e)),n.addEventListener(me+"EbookLoaded",s7),n.addEventListener($4,o7.bind(null,e)),n.addEventListener(V4,l7.bind(null,e)),n.addEventListener(Ku,a=>{He()||um(a,e)}),n.addEventListener(Y4,by),n.addEventListener("click",a=>{e7(a,e)}),He()&&t.addEventListener("message",X8,!1),ye()&&(He()||n.addEventListener(Mr,Z8)),He()||oa.rootIframe(Zu).handleAsk("throttleRequest",K2)}function Vs(t,e){c7(),J8(e,t),ye()&&(He()||(lm(t.config),d7(t.config))),al()&&Uy(t),tt()&&lm(t.config)}function Z8(t){e9()}function X8(t){let e=t;e&&e.data&&e.data.payload&&e.data.author===ju&&aa(e.data.payload,{tab:{id:1,url:"https://www.fake-iframe.com",active:!0}})}function e7(t,e){let n=t.target;if(!n||!n.getAttribute){wa(n);return}let r=n.getAttribute("data-immersive-translate-event");r&&ot(r,[{name:r}],{...e,sourceLanguage:"none"});let a=n.getAttribute(`data-${Q}-action`);if(a){if(t.preventDefault(),a==="retry"){typeof t.stopPropagation=="function"&&t.stopPropagation(),Qm({method:"retryFailedParagraphs"}),wa(n,!0);return}else if(a=="toast-error"){let i=n.getAttribute(`data-${Q}-tooltip-text`)||"",o="",s="retry";try{let u=JSON.parse(i);o=u.title,i=u.errMsg,s=u.action}catch{}s9(u9.bind(null,e,o,i,s));return}}}async function t7(){let t=await fn(),e=t.enableDefaultAlwaysTranslatedUrls===void 0?!0:t.enableDefaultAlwaysTranslatedUrls;if(t.enableDefaultAlwaysTranslatedUrls=!e,!t.enableDefaultAlwaysTranslatedUrls){let n=t&&t.isChangedAlwaysTranslatedUrls,r=[];t.translationUrlPattern&&t.translationUrlPattern.matches&&(r=t.translationUrlPattern.matches||[]),!n&&r.length>0&&(t.translationUrlPattern={matches:[],excludeMatches:[]})}await mn(t)}async function n7(){let t=await fn(),e=t.enableInputTranslation;t.enableInputTranslation=!e,await mn(t)}var r9=0;function s9(t){let e=Date.now();if(e-r9<2e3||(r9=e,r7()))return;let n=`${Q}-modal-root`,r=`${Q}-modal`,a=document.getElementById(n),i=`${Q}-modal-title`,o=`${Q}-modal-body`,s=`${Q}-modal-footer`,u;if(a){u=a.shadowRoot.querySelector(`.${r}`);let l=u.querySelector(`.${i}`),c=u.querySelector(`.${s}`),p=u.querySelector(`.${o}`);t(u,l,p,c)}else{a=document.createElement("div"),a.setAttribute("translate","no"),a.className="no-translate immersive-translate-error-modal-shadow-root",a.id=n,a.style.all="initial",a.style.zIndex="2147483647",document.body.appendChild(a);let l=a.attachShadow({mode:"open"}),c=document.createElement("style"),p=Me();c.textContent=p.IMMERSIVE_TRANSLATE_INPUT_INJECTED_CSS,l.appendChild(c),u=document.createElement("div"),u.className=r+" notranslate",u.id=r;let m=document.createElement("div");m.className=Q+"-modal-content notranslate",u.appendChild(m);let g=document.createElement("span");g.textContent="\xD7",g.className=Q+"-close",m.appendChild(g);let f=document.createElement("div");f.className=i+" notranslate",m.appendChild(f);let T=document.createElement("div");T.className=o+" notranslate",m.appendChild(T);let b=document.createElement("div");b.className=s,m.appendChild(b),l.appendChild(u),g.onclick=function(){u.style.display="none"},l.addEventListener("click",h=>{h.target==u&&(u.style.display="none")}),t(u,f,T,b)}setTimeout(()=>{a7()},100)}function u9(t,e,n,r="retry",a,i,o,s){let u=kt.bind(null,t),l=e||u("errorModalTitle"),c=u("unknownError");i.innerText=l,o.innerHTML=Ye.sanitize(n||c,{ADD_ATTR:["target"]}),s.innerText="";let p="",m=document.createElement("button");if(r=="retry"){p=u("retryAllButton"),m.setAttribute(`data-${Q}-action`,"retry");let g=document.createElementNS("http://www.w3.org/2000/svg","svg");g.setAttribute("viewBox","0 0 16 16"),g.setAttribute("width","20"),g.setAttribute("height","20"),g.innerHTML='',m.appendChild(g),m.onclick=()=>{a.style.display="none",Qm({method:"retryFailedParagraphs"}),wa(m,!0)}}else if(r=="login")p=u("goLogin"),m.onclick=()=>{wa(m,!0),window.open(Tb)};else if(r=="upgrade")p=u("upgradeToPro"),m.onclick=()=>{wa(m,!0),window.open(el)};else if(r=="setting")p=u("goSettings"),m.onclick=()=>{wa(m,!0),window.open(we.OPTIONS_URL)};else if(r=="changeService")p=u("detectServiceLoading"),m.onclick=()=>{wa(m,!0),window.open(we.OPTIONS_URL)},Zm(t,t.config.translationService,!1).then(g=>{g?(p=u("toggleToService",{service:u("translationServices."+g)}),m.innerHTML=Ye.sanitize(p),m.onclick=()=>{g9(g),wa(m,!0)}):(p=u("goSettings"),m.innerHTML=Ye.sanitize(p))});else if(r=="none")return;m.className="immersive-translate-btn",m.innerHTML+=Ye.sanitize(p),s.appendChild(m)}function r7(){let t=document.querySelector("#immersive-translate-modal-root");return t&&t.shadowRoot?t.shadowRoot.querySelector(`#${Q}-modal`)?.style.display=="block":!1}function a7(){let t=document.querySelector("#immersive-translate-modal-root");if(t&&(t.style.display="block",t.shadowRoot)){let e=t.shadowRoot.querySelector(`#${Q}-modal`);e&&(e.style.display="block")}}function wa(t,e=!1){let n=document.querySelector("#immersive-translate-modal-root");if(!n||n.style.display=="none")return;let r=n.shadowRoot.querySelector(`#${Q}-modal`);r&&r!==t&&(!e&&r.contains(t)||(r.style.display="none"))}function i7(t,e){let n=e;if(n&&n.detail)try{let r=n.detail;if(!r||!r.type)return;let{title:a,errMsg:i,action:o}=r;s9(u9.bind(null,t,a,i,o))}catch(r){B.warn("parse message error",r)}}async function o7(t,e){let n=e;if(B.debug("receive third party message",n),n&&n.detail){let r=null;try{let a=JSON.parse(n.detail);if(a&&a.type){if(a.type==="retryFailedParagraphs")Qm({method:"retryFailedParagraphs"});else if(a.type==="updateCommands")_l(a.data);else if(a.type==="toggleEnableDefaultAlwaysTranslatedUrls")t7();else if(a.type==="toggleEnableInputTranslation")n7();else if(a.type==="translatePage")p7(a.data);else if(a.type==="getAsyncTranslationServiceList")r=gs(t,"translationService");else if(a.type==="getAsyncTargetLanguageList")r=sc(a.data?.translationService,a.data?.targetLanguage);else if(a.type==="getAsyncTranslationMeta"){let i=t.state.translationService||t.config.translationService;r={targetLanguage:t.state.targetLanguage||t.targetLanguage,translationService:i,translationMode:t.state.translationMode}}else if(a.type=="getAsyncTranslateContent"){let i={...t,translationService:a.data.service};try{r=await g7(a.data,i)}catch(o){a9(a.type,o.uiConfig(i),a.id)}}else a.type==="getAsyncLanguageByText"?r=await Pl(a.data):a.type==="sharePage"?um({detail:a.data},t):a.type==="switchTranslationMode"?Jm(a.data):o9(a.type);r&&a.id&&a9(a.type,r,a.id)}}catch(a){B.warn("parse message error",a)}}}function s7(t){setTimeout(()=>{td()},10)}function u7(t){we.HAS_CSP_ERROR="1"}function l7(t,e){let n=e.detail;(n.name=="open_pdf_page"||n.name==="open_html_page")&&ot(n.name,[{name:n.name}],{...t})}function c7(){n9.forEach(t=>{t()}),n9=i9}function d7(t){if(ye()&&typeof GM<"u"&&GM&&GM.registerMenuCommand){let e=ll.commands,a=[...Object.keys(e).filter(i=>i==="toggleTranslatePage").map(i=>{let o=e[i].description,s=o;return o.startsWith("__MSG_")&&o.endsWith("__")&&(s=bo(`browser.${o.slice(6,-2)}`,t.interfaceLanguage)),{id:i,title:s}}),{id:z0,title:bo("browser.openEbookViewer",t.interfaceLanguage),key:"e"},{id:N0,title:bo("browser.openEbookBuilder",t.interfaceLanguage),key:"m"},{id:R0,title:bo("browser.openOptionsPage",t.interfaceLanguage),key:"o"},{id:O0,title:bo("browser.openAboutPage",t.interfaceLanguage),key:"a"}];for(let i of a)GM.registerMenuCommand(i.title,()=>{i.id===R0?$8():i.id===O0?V8():i.id===N0?Y8():i.id===z0?Q8():o9(i.id)},i.key)}}function Qm(t){aa(t,{tab:{id:1,url:"https://www.fake.com",active:!0}}).catch(n=>{B.error("send content message request failed",t,n)});let e=new CustomEvent(Mr,{detail:t});globalThis.document.dispatchEvent(e)}async function p7(t){let e={};t?.translationMode&&(e.translationMode=t.translationMode),t?.translationService&&(e.translationService=t.translationService),t?.targetLanguage&&(e.targetLanguage=t.targetLanguage),t?.translationStartMode&&(e.translationStartMode=t.translationStartMode);let n=await We(Ee(),e);Tn(n)}function a9(t,e,n){globalThis.document.dispatchEvent(new CustomEvent(_t,{detail:JSON.stringify({id:n,type:t,payload:e})}))}async function g7({textList:t,from:e,to:n,service:r},a){if(a.rule.id!=="immersive")return;let i=t.map(s=>({text:s||"",id:0,from:e,to:n,url:a.url,fromByClient:e,force:!0})),o=null;try{let s=await Ze({sentences:i},{...a,translationService:r},u=>o=u);if(o)throw o;return s}catch(s){throw s}}d();var oi={};async function Xm(){let e=[...document.querySelectorAll(".source-text")].map(r=>r.textContent).join(""),n=await Ie({text:e,minLength:200,pageLangs:[ht(),"en"]});return qn(n),n}async function m9(t){gn("Translating");let e=vt(),n=El(),r=[...document.querySelectorAll(".source-text")];if($i(t,e))return;let a=r.filter(i=>i.innerText?.trim()).map((i,o)=>{let s=i.parentElement?.parentElement?.querySelector(".target-text");return lt(i,"id",o+""),s&&(Vi(s,o)?.remove(),s.appendChild(Ss(t,o))),{text:i.innerText||"",id:o,from:e,to:t.targetLanguage,url:"https://google.com",fromByClient:n,force:!0}});document.dispatchEvent(new CustomEvent(_t,{detail:JSON.stringify({type:"totalParagraphsCount",payload:{totalParagraphsCount:a.length}})}));try{await Ze({sentences:a},{...t,sourceProgram:"subtitle"},(i,o,s)=>{let u=s.id,l=Vi(document.body,u);if(!l)return;let c=l.parentElement;c&&(l.remove(),i?(c.innerHTML=Ye.sanitize(`${i.message}`),oi[u]={ok:!1,sentence:s}):o&&(c.innerHTML=Ye.sanitize(o.text),oi[u]={ok:!0,sentence:s}),document.dispatchEvent(new CustomEvent(_t,{detail:JSON.stringify({type:"paragraphTranslated",payload:{ok:!i}})})))})}catch(i){throw i}finally{gn("Translated")}}async function f9(t){gn("Translating"),document.dispatchEvent(new CustomEvent(_t,{detail:JSON.stringify({type:"retryFailedParagraphsStart",payload:{}})}));let e=Object.keys(oi),n=[],r=[];for(let a of e){let i=oi[a];if(!i.ok){let s=document.querySelector(`#error-id-${a}`);if(s){let u=s.parentElement;s.remove(),u&&(delete oi[a],u.appendChild(Ss(t,a)),r.push(i.sentence))}}}try{await Ze({sentences:r},t,(a,i,o)=>{let s=o.id,u=Vi(document.body,s);if(!u)return;let l=u.parentElement;l&&(u.remove(),a?(l.innerHTML=Ye.sanitize(`${a.message}`),oi[s]={ok:!1,sentence:o}):i&&(l.innerHTML=Ye.sanitize(i.text),oi[s]={ok:!0,sentence:o}),document.dispatchEvent(new CustomEvent(_t,{detail:JSON.stringify({type:"paragraphTranslated",payload:{ok:!a}})})))})}catch(a){throw a}finally{gn("Translated")}}function ef(){gn("Original"),document.querySelectorAll(".target-text").forEach(t=>{t.innerHTML=""})}d();var tf={};async function h9(){let t=[...document.querySelectorAll("iframe")],e="";for(let r of t){let a=r.contentDocument;if(!a)continue;let i=a.body;if(i&&(e=e+i.innerText||"",e.length>1e3))break}let n=await Ie({text:e,pageLangs:["en"]});return qn(n),n}async function b9(t){gn("Translating"),document.dispatchEvent(new CustomEvent(_t,{detail:JSON.stringify({type:"retryFailedParagraphsStart",payload:{}})}));let e=Object.keys(tf),n=[];for(let r of e){let a=tf[r];if(a.error){let o=a.commonAncestorContainer.querySelector(`[${$u}='${r}']`);o&&o.remove(),n.push(a)}}try{Rs(),await gc(n,t,t.state.translationMode||t.config.translationMode)}catch{}finally{gn("Translated")}}function T9(){let t=[...document.querySelectorAll("iframe")];for(let e of t){let n=e.contentDocument;if(!n)continue;let r=n.querySelectorAll("."+yt);for(let a of r)a.remove()}gn("Original")}async function y9(t){gn("Translating");let e=ms(),n=[...document.querySelectorAll("iframe")],r=[],a=[];for(let s of n){let u=s.contentDocument;if(!u)continue;io(u,t);let l=u.body;if(!l)continue;let c=on(t);c.isModifyImage=!1,Ur({id:e,container:l,filterRule:c,onParagraph:p=>{r.push(p)}})}let i=fr(t.config.translationServices[t.translationService]),o=1;for(let s of r){let u=$l(s.flatNodes,{isPreWhitespace:s.isPreWhitespace||!1,delimiters:i,stayOriginalSelectors:t.rule.stayOriginalTags.concat(t.rule.stayOriginalTags).map(c=>c.toLowerCase()).concat(t.rule.stayOriginalSelectors).concat(t.rule.additionalStayOriginalSelectors)});if(!u)continue;s.variables=u?.variables||{},s.text=u?.text,s.id=(o++).toString();let l=await Bg(t,s,{excludeLanguages:t?.config?.translationLanguagePattern?.excludeMatches||[],isDetectParagraphLanguage:t.state.isDetectParagraphLanguage,targetLanguage:t.targetLanguage,delimiters:i,noTranslateRegexp:t.rule.noTranslateRegexp,minTextCount:2,minWordCount:1,ignoreZhCNandZhTW:t.rule.ignoreZhCNandZhTW});l&&(a.push(l),tf[l.id]=l)}r=[],document.dispatchEvent(new CustomEvent(_t,{detail:JSON.stringify({type:"totalParagraphsCount",payload:{totalParagraphsCount:a.length}})}));try{await gc(a,t,t.state.translationMode||t.config.translationMode)}catch{}finally{gn("Translated")}}d();var ar=!1,nd,v9=!1,rd=null;function nf(t){let{config:e}=t;if(t.isInputTranslationExcludeUrl){B.debug("exclude url for input");return}if(rd===!1){B.debug("disable for this time");return}let n={...e.inputLanguageCodeAlias};kn.forEach(c=>n[c]=[c,...n[c]||[]]);let r=e.inputStartingTriggerKeyAlias[e.inputStartingTriggerKey]||[];r.includes(e.inputStartingTriggerKey)||r.unshift(e.inputStartingTriggerKey),n[e.inputTargetLanguage]=[...r,...n[e.inputTargetLanguage]];let a=e.inputTrailingTriggerKeyTimeout;ut().any&&(a=e.inputTrailingMobileTriggerKeyTimeout);let i={triggerTimes:e.inputTrailingTriggerKeyRepeatTimes,triggerKey:e.inputTrailingTriggerKey,triggerTimeout:a,codePrefix:e.inputStartingTriggerKey,codeAlias:n,flatAlias:Object.values(n).flat(),codePrefixAlias:e.inputStartingTriggerKeyAlias},o=0,s=Date.now();nd&&self.removeEventListener("keydown",nd),nd=u,self.addEventListener("keydown",nd);function u(c){if(ar||rd===!1)return;let p=c,m=p.target||p.srcElement,g=m?.tagName;(m?.isContentEditable||g=="INPUT"||g=="SELECT"||g=="TEXTAREA")&&(A7(c,i.triggerKey,i.codePrefixAlias)?l(c):o=0)}async function l(c){Date.now()-s=i.triggerTimes&&h7()&&(o=0,f7(c,t,i))}k7(t)}function x9({codePrefix:t,flatAlias:e,codePrefixAlias:n}){let r=[],a=n[t]||[];a.includes(t)||a.unshift(t);for(let i of a){let o=e.map(s=>{let u=i+s;return a.includes(s)||(u+=" "),u});r.push(...o)}return new RegExp(r.join("|"))}function ad(t,e){for(let[n,r]of Object.entries(e))if(r.includes(t))return n;return""}var Eo;function E9(t){let e=t.parentElement;if(!e)return;Eo=document.createElement("div"),Eo.className=Q+"-input",Eo.innerHTML=`
`,e.appendChild(Eo);let n=e,r=!1;do{let a=getComputedStyle(n).position;if(["fixed","absolute","relative"].includes(a)){r=!0;break}n=n.parentElement}while(n);if(n=e,!r)do{if(getComputedStyle(n).position==="static"){n.style.position="relative";break}n=n?.parentElement||null}while(n)}function C9(){Eo&&Eo.remove()}async function m7(t){if(!ar)try{let f=function(){c=t.config.inputTargetLanguage;let b=l.split(" ")[0];b&&b[0]&&(b=b[0].toLowerCase()+b.slice(1)),b.trim()&&i.flatAlias.includes(b)?(c=ad(b,i.codeAlias),u=l.slice(b.length+1)):u=l},T=function(){c="";let b=x9(i),h=l.split(b);if(h.length<2)return;if(u=h[h.length-1],s=h[0],h.length>2){let D=l.lastIndexOf(u),M=l.slice(0,D).lastIndexOf(h[h.length-2]);s=l.slice(0,M+h[h.length-2].length)}if(s.endsWith(i.codePrefix))return;if(s.endsWith(":")&&i.codePrefix=="/"){s="",u="";return}let E=l.slice(s.length+1,l.indexOf(u)).trim();if(c=ad(E,i.codeAlias),!c){B.warn("not found alias",E);return}},{config:e}=t,n={...e.inputLanguageCodeAlias};kn.forEach(b=>n[b]=[b,...n[b]||[]]);let r=e.inputStartingTriggerKeyAlias[e.inputStartingTriggerKey]||[];r.includes(e.inputStartingTriggerKey)||r.unshift(e.inputStartingTriggerKey),n[e.inputTargetLanguage]=[...r,...n[e.inputTargetLanguage]];let a=e.inputTrailingTriggerKeyTimeout;ut().any&&(a=e.inputTrailingMobileTriggerKeyTimeout);let i={triggerTimes:e.inputTrailingTriggerKeyRepeatTimes,triggerKey:e.inputTrailingTriggerKey,triggerTimeout:a,codePrefix:e.inputStartingTriggerKey,codeAlias:n,flatAlias:Object.values(n).flat(),codePrefixAlias:e.inputStartingTriggerKeyAlias},o=document.activeElement;if(!o||o.tagName==="BODY")return;ar=!0;let s="",u="",l=Da(o)||"",c=t.config.inputTargetLanguage;t.config.inputStartingTriggerKey==="none"?f():(T(),!c&&t.config.enableInputTranslationWithoutTriggerKey&&f());let p=w9(u,i),m=await Ie({text:p,pageLangs:["en"]});B.debug("translateContent",p,m);let g={text:p||"",id:0,from:m,to:c,url:"https://google.com",fromByClient:m,force:!0};if(!g.text||g.text.length>5e3)return;E9(o),et(Gu,Date.now());try{let b=await ma(g,{...t,translationService:t.inputTranslationService});A9(t),D9(t,o,s+b.text)}catch(b){if(b instanceof V){let h=b.uiConfig(t);h.action=="retry"&&(h.action="none"),document.dispatchEvent(new CustomEvent(qa,{detail:h}))}}finally{ar=!1}}catch(e){throw ar=!1,e}finally{ar=!1,C9()}}async function f7(t,e,n){if(!ar)try{let p=function(){s=e.config.inputTargetLanguage;let g=o.split(" ")[0];g&&g[0]&&(g=g[0].toLowerCase()+g.slice(1)),g.trim()&&n.flatAlias.includes(g)?(s=ad(g,n.codeAlias),i=o.slice(g.length+1)):i=o},m=function(){s="";let g=x9(n),f=o.split(g);if(f.length<2)return;if(i=f[f.length-1],a=f[0],f.length>2){let b=o.lastIndexOf(i),h=o.slice(0,b).lastIndexOf(f[f.length-2]);a=o.slice(0,h+f[f.length-2].length)}if(a.endsWith(n.codePrefix))return;if(a.endsWith(":")&&n.codePrefix=="/"){a="",i="";return}let T=o.slice(a.length+1,o.indexOf(i)).trim();if(s=ad(T,n.codeAlias),!s){B.warn("not found alias",T);return}},r=document.activeElement;ar=!0;let a="",i="",o=Da(r)||"",s=e.config.inputTargetLanguage;n.codePrefix==="none"?p():(m(),!s&&e.config.enableInputTranslationWithoutTriggerKey&&p());let u=w9(i,n),l=await Ie({text:u,pageLangs:["en"]});B.debug("translateContent",u,l);let c={text:u||"",id:0,from:l,to:s,url:"https://google.com",fromByClient:l,force:!0};if(!c.text)return;if(e.config.isShowInputTranslationConsent&&!v9){v9=!0;let g=await P7(e);if(t.target&&t.target.focus(),g==="open_settings"){Bi(!0,"#input");return}else if(g==="open_learn_more"){Ri("https://immersivetranslate.com/docs/input/");return}else if(g==="disable_once"||g==="disable_forever"){if(rd=!1,g==="disable_forever"){let f=await fn();f.enableInputTranslation=!1,f.isShowInputTranslationConsent=!1,await mn(f)}else if(g==="disable_once"){let f=await fn();f.isShowInputTranslationConsent=!1,await mn(f)}return}else if(g==="close_disable_once"||g==="close_disable_forever"){if(rd=!1,g==="close_disable_forever"){let f=await fn();f.enableInputTranslation=!1,f.isShowInputTranslationConsent=!1,await mn(f)}return}else if(g==="enable"){let f=await fn();f.enableInputTranslation=!0,f.isShowInputTranslationConsent=!1,await mn(f)}else if(g==="close_enable"){let f=await fn();f.enableInputTranslation=!0,await mn(f)}}E9(r),et(Gu,Date.now());try{let g=await ma(c,{...e,translationService:e.inputTranslationService});A9(e),D9(e,r,a+g.text)}catch(g){if(g instanceof V){let f=g.uiConfig(e);f.action=="retry"&&(f.action="none"),document.dispatchEvent(new CustomEvent(qa,{detail:f}))}}finally{ar=!1}}catch(r){throw ar=!1,r}finally{ar=!1,C9()}}function h7(){let t=document.activeElement;if(!t)return!1;if(id(t)){let e=t.selectionStart||0,n=t.value.length,a=t.value.split(` `).reverse()[0].trim(),i=n<=e;return B.debug("cursorPosition",e,"textLength",n),B.debug("input isTail",i,"tailHasText",a),i&&!!a}else{let e=window.getSelection();if(!e)return B.debug("No active selection found."),!1;if(e.rangeCount>0){let n=e.getRangeAt(0),r=n.startContainer;if(r.nodeType===Node.TEXT_NODE){let a=b7(r,t);B.debug("Current text node:",r.textContent),B.debug("Cursor position within text node:",n.startOffset);let i=r.textContent?.length===n.startOffset&&a,o=t.innerText?.split(` -`).reverse(),s=tt()?o[0]||o[1]:o[0];return B.debug("editdiv isTail",i,"tailHasText",s),i&&!!s}else B.debug("Cursor is not within a text node.")}}return!1}function b7(t,e){let n;function r(a){if(a.nodeType===Node.TEXT_NODE)n=a;else for(let i of a.childNodes)r(i)}return r(e),n==t}function w9(t,e){let{triggerTimes:n,triggerKey:r}=e,a=0,i=" ";r.length==1?(a=n,i=r):r.toLowerCase()=="space"&&(a=n);let o=t.length;for(let s=t.length-1;s>=t.length-a;s--){if([10,8629].includes(t[s].charCodeAt(0))){o--;continue}if(![...e.codePrefixAlias[r]||[],i].includes(t[s]))break;o--}return t.length-o<3&&[".","\u3002"].includes(t[o-1])&&o--,t.slice(0,o)}function T7(t,e){let n=e.innerHTML,r=Da(e);return{html:n.replace(r,t),text:t}}function S9(t,e,n=!1){let r=Da(e);return n?r.trim().endsWith(t.text.trim()):r?.trim()?.indexOf(t?.text?.trim())>=0}function Da(t){return t.value||t.innerText||t.textContent}async function Aa(t){await new Promise((e,n)=>{setTimeout(()=>{e("")},t)})}async function y7(t,e,n){await Aa(10);let r=new DataTransfer;t.forEach(a=>{a==="plain"&&r.setData("text/plain",e.text)}),n.dispatchEvent(new ClipboardEvent("paste",{clipboardData:r,bubbles:!0,cancelable:!0})),r.clearData(),await Aa(10)}async function v7(t,e){let n=document.createEvent("TextEvent");n.initTextEvent&&(n.initTextEvent("textInput",!0,!0,window,t.text),e.dispatchEvent(n),await Aa(10))}async function S7(t,e){e.value&&e.select(),document.execCommand("insertText",!1,t.text.replace(/\n/g,"\r")),await Aa(20),(e.value||e.value==="")&&(e.value=t.text)}async function x7(t,e){id(e)&&(e.value=t.text,e.dispatchEvent(new Event("input",{bubbles:!0})),await Aa(20))}var E7=[y7.bind(null,["plain"])];function C7(t){let e;id(t)?e=new InputEvent("beforeinput",{bubbles:!0,cancelable:!0,inputType:"deleteContent"}):e=new KeyboardEvent("keydown",{bubbles:!0,cancelable:!0,keyCode:8,which:8,location:0,key:"Backspace"}),t.dispatchEvent(e)}function id(t){return t.tagName==="INPUT"||t.tagName==="TEXTAREA"}function w7(t){if(id(t))return;t.focus();let e=window.getSelection();if(!e)return;let n=document.createRange();n.selectNodeContents(t),e.removeAllRanges(),e.addRange(n)}async function D9(t,e,n){await w7(e),await Aa(50);let r=t.rule.inputConfig,a=T7(n,e);try{r?.clearContentEnable&&C7(e),await Aa(50),r?.execCommandDeleteEnable&&!Ir()&&Da(e)?.trim()!=""&&(document.execCommand("delete"),await Aa(50)),B.debug("clearContent",Da(e))}catch(i){B.error(i)}for(let i of[...E7,S7,x7,v7]){await i(a,e);let o=D7();if(!o)return;if(B.debug("setContent",i.name,S9(a,o),Da(o),a),S9(a,o))break}}function D7(){return document.activeElement}function A9(t){ot("translate_input",[{name:"translate_input",params:{input_trailing_trigger_key:t.config.inputTrailingTriggerKey,input_starting_trigger_key:t.config.inputStartingTriggerKey,input_target_language:t.config.inputTargetLanguage}}],t)}function A7(t,e,n){let r="";t&&t.code&&(r=t.code.toLowerCase());let a="";t&&t.key&&(a=t.key.toLowerCase());let i=t.keyCode,o=n[e]||[];return i===229&&e!=="space"?!1:!!(o.includes(r)||o.includes(a)||r===e||a===e)}async function k7(t){if(t.config.interfaceLanguage!=="zh-CN"||t.config.targetLanguage!=="zh-CN")return;let e="inputTutorialsShowedAt";if(await At(e,"")||Number(await At(Gu,0))>0)return;let a=t.rule.inputConfig,i=a.tutorialsSelectors,o=a.tutorialsText;if((i?.length||0)>0&&o)for(let s=0;s{L7()},100),new Promise(p=>{let m=p;if(o){let A=o.shadowRoot;if(!A)return;s=A.querySelector(`.${n}`);let v=s.querySelector(`.${r}`),O=s.querySelector(`.${i}`),_=s.querySelector(`.${a}`)}else{let A=document.createElement("div");A.setAttribute("translate","no"),A.className="no-translate immersive-translate-error-modal-input-shadow-root",A.id=e,A.style.all="initial",A.style.zIndex="2147483647",document.body.appendChild(A);let v=A.attachShadow({mode:"open"}),O=document.createElement("style"),_=Me();O.textContent=_.IMMERSIVE_TRANSLATE_INPUT_INJECTED_CSS,v.appendChild(O),s=document.createElement("div"),s.className=n+" notranslate",s.id=n;let k=document.createElement("div");k.className=Q+"-modal-content notranslate "+Q+"-modal-content-in-input",s.appendChild(k);let N=document.createElement("span");N.textContent="\xD7",N.className=Q+"-close",k.appendChild(N),u=document.createElement("div"),u.className=r+" notranslate",k.appendChild(u),c=document.createElement("div"),c.className=a+" notranslate",k.appendChild(c),l=document.createElement("div"),l.className=i,k.appendChild(l),v.appendChild(s),N.onclick=function(){I(),p("close")},v.addEventListener("click",z=>{z.target==s&&(s.style.display="none",p("close"))})}document.addEventListener("keydown",L);let g=kt.bind(null,t);u.innerHTML=`
${vc} ${g("modalEnableInputTranslationTitle")}
`,c.innerHTML="";let f=document.createElement("p");f.innerHTML=g("modalEnableInputTranslationDesc",{1:"https://immersivetranslate.com/docs/input/"}),f.style.cssText="margin-bottom:12px",c.appendChild(f);let T=document.createElement("div");T.style.cssText="margin-bottom: 12px;",T.innerHTML=Ye.sanitize(g("disableInputTranslationTips",{option:`${g("option")}`,learnMore:`${g("learnMore")}`})),c.appendChild(T);let b=[{id:"enable-search-enhancement",value:"enable",text:g("continueEnalbeInputTranslation")},{id:"disable-once",value:"once",text:g("disableOnce")},{id:"disable-global",value:"global",text:g("disableGlobal")}];for(let A=0;Al===e)||t.ignoreBuildPlatforms?.find(l=>l===n))return;let i=globalThis.navigator.userAgent;if(t.ignoreUserAgents?.find(l=>i.match(new RegExp(l))))return;let{initOptions:s}=t,u={dsn:_7,environment:Me().PROD==="1"?"production":"develop",...t.initOptions};s?.ignoreErrors&&(u.ignoreErrors=rf(s.ignoreErrors)),s?.denyUrls&&(u.denyUrls=rf(s.denyUrls)),s?.allowUrls&&(u.allowUrls=rf(s.allowUrls)),u.release=`${n}@${e}`,Na.init(u),sd()}catch{}}async function sd(){try{let t=await Mt.get(Ft,null);if(!Ys||!t)return;Na.setUser({id:t.id,username:t.userName,nickname:t.nickName,email:t.email})}catch{}}function P9(t,e){try{if(!Ys)return;Na.setContext(t,e)}catch{}}function L9(t){try{if(!Ys)return;Na.setTags(t)}catch{}}function rf(t){return t.map(e=>new RegExp(e))}var fe=null,ud={},Co,_9=!1;async function td(){Mi.clearStrictTicks();let t=await We(Ee(),{}),e=await fs();if(B.debug("init page ctx",t),cy(t),t.rule.pageType=="subtitleBuilder"){Xm();return}if(t.rule.pageType=="ebookBuilder"){h9();return}if(Co||(Co=t.state.translationTheme),t.rule.urlChangeDelay&&await vr(t.rule.urlChangeDelay),t.rule.waitForSelectors&&t.rule.waitForSelectors.length>0&&await j7(t.rule.waitForSelectors,t.rule.waitForSelectorsTimeout),t.rule.isInjectOptionsUrl){let s=Ii(),u=document.createElement("meta");u.name="immersive-translate-options-url",u.content=s;try{document.head&&document.head.appendChild&&document.head.appendChild(u)}catch(l){B.warn("inject options url failed",l)}}if(t.rule.globalMeta&&Object.keys(t.rule.globalMeta).forEach(u=>{let l=document.createElement("meta");l.name=u,l.content=t.rule.globalMeta[u],document.head.appendChild(l)}),t.rule.initialGlobalAttributes&&gT(document.body,t.rule.initialGlobalAttributes),t.rule.pageType=="pdfReader"){Tn(t);return}if(t.config.arxivRule&&t.config.arxivRule.matches&&dt(t.url,t.config.arxivRule.matches)){let u=document.querySelector(t.config.arxivRule.injectContainerSelector);if(u){let l=document.querySelector(t.config.arxivRule.officialHtmlSelector),c="";if(l&&l.getAttribute&&l.getAttribute("href")){let b=l.getAttribute("href");try{let h=new URL(b);h.searchParams.set("_immersive_translate_auto_translate","1"),c=h.toString()}catch{}}let g=new URL(t.url).pathname.split("/").pop(),f=!1,T=!0;if(g)try{let h=g.split(".")[0],E=h.slice(0,2),D=h.slice(2,4),M=new Date(`20${E}-${D}-27`),I=new Date(t.config.arxivRule.validBefore);M${kt(t,"viewWithImmersiveTranslate")}`,u.appendChild(b)}else{let b="";if(c&&(b=c),b){let h=document.createElement("li");h.innerHTML=`${kt(t,"viewWithImmersiveTranslate")}`,u.appendChild(h)}}}}if(t.rule.isOnBoardingPage){document.dispatchEvent(new CustomEvent(_t,{detail:JSON.stringify({type:"currentConfig",payload:{enableDefaultAlwaysTranslatedUrls:!!t.config.enableDefaultAlwaysTranslatedUrls}})}));let s=document.querySelector("#immersiveTranslateEnableDefaultAlwaysTranslatedUrlsValue");s&&(s.value="helloworld",s.value=String(!!t.config.enableDefaultAlwaysTranslatedUrls),s.dispatchEvent(new Event("change")))}_9||(_9=!0,He()&&t.rule.useIframePostMessage&&await o1());let n=t.sourceLanguage;n==="auto"?n=await F9():qn(n);let r=r2(t,n);if(r&&(t=await We(Ee(),{translationMode:r})),t.rule.isInjectMeta)try{let s=await Gl(n),u=document.createElement("meta");u.name="immersive-translate-meta",u.content=Do(JSON.stringify(s)),document.head&&document.head.appendChild&&document.head.appendChild(u)}catch(s){B.warn("inject meta failed",s)}let a=new URL(t.url),o=a.searchParams.get("_immersive_translate_auto_translate")==="1"||a.searchParams.get("_immersive_translate_auto_translate")==="true"||t.state.isAutoTranslate||t.isTranslateUrl||t.rule.pageType=="pdfReader";if(!o&&!t.isTranslateExcludeUrl&&(B.debug(`detect page language: ${t.url} ${n}`),na(n,t.targetLanguage,{ignoreZhCNandZhTW:t.rule.ignoreZhCNandZhTW})||n==="auto"||u1(n,t.config.translationLanguagePattern)&&(o=!0,B.debug(`match language pattern ${n}, auto translate`))),t.rule.pageType=="ebookBuilder"&&(o=!1),t.rule.pageType!=="pdfReader"&&as(e)&&vo(t,window),o)fe.state.isAutoTranslate=!0,Tn(fe);else if(B.debug("do not auto translate",t),t.rule.initTranslationServiceAsSoonAsPossible&&t.translationService==="deepl"){if(na(n,t.targetLanguage,{ignoreZhCNandZhTW:t.rule.ignoreZhCNandZhTW})||n==="auto")return;t.config&&t.config.translationServices&&t.config.translationServices.deepl&&t.config.translationServices.deepl.authKey&&typeof t.config.translationServices.deepl.authKey=="string"&&t.config.translationServices.deepl.authKey.startsWith("immersive_")&&(ud[t.translationService]||(ud[t.translationService]=!0,He()||Sg(t).catch(s=>{B.warn("init translation engine error",s)})))}}async function ym(t){if(Qe()==="Original"){let e={};Co&&(e.translationTheme=Co),fe&&(e={...fe.state,...e});let n=await We(Ee(),e);if(t?.trigger=="right_menu"&&Ga(n?.rule)){let r=ra(n.rule);Oi(!0,r||Ee());return}await Tn(fe,t)}else(Qe()==="Translated"||Qe()==="Error")&&si()}async function F7(){if(fe=await We(Ee(),{}),fe.rule.pageType=="ebookBuilder")return b9(fe);if(fe.rule.pageType=="subtitleBuilder")return f9(fe);hy()}async function vm(t){if(Qe()==="Original"){fe=await We(Ee(),{}),Co||(Co=fe.state.translationTheme);let e="mask";fe.state.translationTheme==="opacity"&&(e="opacity"),fe=await We(Ee(),{translationTheme:e}),await Tn(fe,t)}else if(Qe()==="Translated"){let e="mask";fe?.state?.translationTheme==="opacity"&&(e="opacity");let n=Z1().filter(i=>i.contentDocument?.body).map(i=>i.contentDocument.body),r=[fe.mainFrame,...n],a=fe?.state.translationTheme;for(let i of r){let o=qi(i,Di,!0);a==="mask"||a==="opacity"?o!=="none"?lt(i,Di,"none",!0):lt(i,Di,e,!0):o!=="mask"&&o!=="opacity"?lt(i,Di,e,!0):lt(i,Di,"none",!0)}}}async function F9(){let t=await We(Ee(),{});return t.rule.pageType=="subtitleBuilder"?Xm():fy(t)}function M7(t){Qe()==="Original"?k9(t):ti()}function B7(t){Qe()==="Original"?m9(t):ef()}function I7(t){Qe()==="Original"?ho(t):ti()}async function si(){zi(""),document.dispatchEvent(new CustomEvent(_t,{detail:JSON.stringify({type:"restorePage",payload:{}})}));let t=await We(Ee(),{});if(t.rule.pageType=="subtitleBuilder"){ef();return}else t.rule.pageType=="ebookBuilder"&&T9();ti()}async function Tn(t,e){t.config?.sentryConfig?.contentInitTime=="translate_page"&&od(t.config?.sentryConfig);let n=Qe(),r={pageStatus:n,translateService:t.state.translationService||t.translationService,translationMode:t.state.translationMode};P9("translatePage",r),L9(r),n!=="Original"&&await si(),document.dispatchEvent(new CustomEvent(_t,{detail:JSON.stringify({type:"translateStart",payload:{}})})),document.dispatchEvent(new CustomEvent(_t,{detail:JSON.stringify({type:"targetLanguage",payload:{targetLanguage:t.targetLanguage}})})),ud[t.translationService]||(ud[t.translationService]=!0,He()||Sg(t).catch(i=>{B.warn("init translation engine error",i)}));let a={};if(e&&e.trigger&&(a.trigger=e.trigger),ot("translage_page_daily",[{name:"translage_page_daily",params:a}],t),ot("translate_page",[{name:"translate_page",params:a}],{...t,sourceLanguage:vt()}),t.rule.pageType=="subtitleBuilder"){B7(t),zi("yes");return}if(t.rule.pageType=="ebookBuilder"){y9(t),zi("yes");return}if(t.rule.pageType==="pdfReader"){M7(t),zi("yes");return}I7(t),zi("yes")}async function R7(t,e){let n=fe?.translationService;if(Qe()==="Original"||n!=t){fe=await We(Ee(),{translationService:t});let r=kt(fe,"temprarilyChangeTranslationTo_"+t);nu({text:r}),await Tn(fe,e)}else{si();let r=await an(),a={url:Ee(),config:r,state:{}},i=await hn(a);fe=await We(Ee(),{translationService:i.translationService})}}async function O7(t){Qe()==="Original"?await af(t):(Qe()==="Translated"||Qe()==="Error")&&(fe=await We(Ee(),{}),fe.state.translationArea!=="main"?await af(t):si())}async function af(t){fe=await We(Ee(),{translationArea:"main"}),await Tn(fe,t)}async function M9(t){fe=await We(Ee(),{translationArea:"body"}),await Tn(fe,t)}async function Sm(t){let e=await We(Ee(),{}),n=e.state.translationMode=="dual"?"translation":"dual";if(e=await We(Ee(),{translationMode:n}),Qe()==="Original"){Tn(e,t);return}window.immersiveTranslateSwitchTranslateState&&window.immersiveTranslateSwitchTranslateState(n)}async function Jm(t){if(fe=await We(Ee(),{translationMode:t}),ot("switch_translation_mode",[{name:"switch_translation_mode",params:{mode:t}}],{...fe,sourceLanguage:"unknown"}),Qe()==="Original"){Tn(fe);return}window.immersiveTranslateSwitchTranslateState&&window.immersiveTranslateSwitchTranslateState(t)}async function z7(t){if(Qe()==="Original")await M9(t);else if(Qe()==="Translated"||Qe()==="Error"){let e={};fe&&fe.state&&(e=fe.state),fe=await We(Ee(),e),fe.state.translationArea!=="body"?(fe.state.translationArea="body",fe=await We(Ee(),fe.state),await Tn(fe,t)):si()}}async function B9(t){fe=await We(Ee(),{translationStartMode:"immediate"}),await Tn(fe,t)}async function N7(t){Qe()==="Original"?await B9(t):(Qe()==="Translated"||Qe()==="Error")&&si()}async function I9(){let t=await We(Ee(),{});if(!dt(t.url,t.config.inputStyleBlockUrls)){let n=Me().IMMERSIVE_TRANSLATE_INPUT_INJECTED_CSS;En(document,n,"immersive-translate-input-injected-css")}t.rule.pageType&&t.rule.pageType!=="html"||t.config.enableInputTranslation&&nf(t)}function U7(){return fe}async function We(t,e){let n=Object.keys(e);if(fe){let r={url:t,config:fe.config,state:{...fe.state,...e}};fe=await hn(r)}else{let r=await an(),a=e;n.length===0&&(a=void 0),fe=await hn({url:t,config:r,state:a})}return fe.state&&fe.state.translationService&&(fe.translationService=fe.state.translationService),fe.state&&fe.state.targetLanguage&&(fe.targetLanguage=fe.state.targetLanguage),fe}async function q7(){let t=await fn()||{},e=t.generalRule||{},n=e["subtitleRule.add"]||{},r=!n.preTranslation;await mn({...t,generalRule:{...e,"subtitleRule.add":{...n,preTranslation:r}}}),r?nu({text:kt(fe,"videoSubtitlePreTranslationOn")}):nu({text:kt(fe,"videoSubtitlePreTranslationOff")}),setTimeout(()=>{window.location.reload()},1e3)}async function Km(){let t=await an(),e=await fs(),n;fe&&fe.state&&(n=fe.state);let r={url:Ee(),config:t,state:n},a=await hn(r);a.state&&a.state.translationService&&(a.translationService=a.state.translationService),fe=a,im(fe);let i=Hs(),o=[];return i?o=i.allInlineWindows||[window]:o=[window],o.forEach(s=>{Vs(a,s),as(e)&&vo(a,s),nf(a)}),a}function j7(t,e=3e3){return new Promise((n,r)=>{let a=e?setTimeout(()=>{n(new Error("timeout"))},e):void 0,i=setInterval(()=>{t.every(s=>document.querySelector(s)!==null)&&(clearInterval(i),a&&clearTimeout(a),n(null))},50)})}async function l9(t){let e=t.detail,n=fn();await Ov(e.token,n,mn),Mt.set(Ft,e);let r=await Mt.get(W0,!1);Mt.set(W0,!1),document.dispatchEvent(new CustomEvent("immersiveTranslateDocumentMessageUserResult",{detail:r?"close":"success"})),sd()}function c9(t){B.debug("update user info",t);let e=t.detail;Mt.set(Ft,e),sd()}async function d9(t){let e=await fn();if(e.translationService)return;let n=t.config.translationService,r=await Zm(t,n);if(t.translationService!==r){if(!r){ls([{name:"no_avaliable_translation_service"}]);return}e.translationService=r,mn(e),t.translationService=r,ls([{name:"change_default_translation_service",params:{translation_service:r}}])}}async function p9(t,e){let n=e.detail;if(t.rule.id!="immersive")return;let r=n.translateService;if(!r)return;let a=n.provider,i=await fn();i.translationService=r,a&&i?.translationServices?.[r]?.provider&&(i.translationServices[r].provider=a),i.translationServiceChangedbyUserAt=new Date().toISOString(),mn(i)}async function Zm(t,e,n=!0){let r=t.rule.detectionServiceOrder||["google","bing","transmart","yandex"];return r.sort((a,i)=>a===e?n?-1:1:i===e?n?1:-1:0),await uT(r,t)}async function g9(t){let e=await fn();e.translationService=t,await mn(e);let n=await We(Ee(),{});n.translationService=t,await Tn(n)}z3({detectCurrentPageLanguage:F9,ensureSwitchTranslationMode:Sm,restorePage:si,retryFailedParagraphs:F7,switchTranslationMode:Jm,toggleTranslatePage:ym,toggleTranslateTheMainPage:O7,toggleTranslateTheWholePage:z7,toggleTranslationMask:vm,toggleVideoSubtitlePreTranslation:q7,translatePage:Tn,translatePageWithTranslationService:R7,translateTheMainPage:af,translateTheWholePage:M9,translateToThePageEndImmediately:B9,toggleTranslateToThePageEndImmediately:N7,updateGlobalContext:Km,getPureGlobalContext:U7});async function R9(t){if(!t){let n=await an();t=await hn({config:n,url:Ee()})}if(t.config.debug?B.setLevel("debug"):B.setLevel("info"),!t.isTranslateExcludeUrl){if(t.rule.pageType=="ebookReader"||t.rule.pageType=="ebookBuilder"){if(t.rule.isInjectMeta){try{let n=await Gl("auto"),r=document.createElement("meta");r.name="immersive-translate-meta",r.content=Do(JSON.stringify(n)),document.head&&document.head.appendChild&&document.head.appendChild(r)}catch(n){B.warn("inject meta failed",n)}if(t.rule.isInjectOptionsUrl){let n=Ii(),r=document.createElement("meta");r.name="immersive-translate-options-url",r.content=n;try{document.head&&document.head.appendChild&&document.head.appendChild(r)}catch(a){B.warn("inject options url failed",a)}}if(t.rule.isInjectVersion){let n=Ut(),r=document.createElement("meta");r.name="immersive-translate-version",r.content=n;try{document.head&&document.head.appendChild&&document.head.appendChild(r)}catch(a){B.warn("inject version failed",a)}}}}else await td();He()||await Xv().catch(n=>{B.error(`init popup page error: ${n}`)}),He()||Xy()}await I9()}d();var Qs={capture:!0,once:!0,passive:!0},N9=()=>document.readyState==="interactive"||document.readyState==="complete",H7=t=>document.readyState===t,Js=(t,e)=>H7(t)||N9()?(e(t),!0):!1,W7=()=>new Promise(t=>{Js("loading",t)||document.addEventListener("readystatechange",()=>{document.readyState==="loading"&&t("loading")},Qs)}),K7=()=>new Promise(t=>{Js("interactive",t)||document.addEventListener("readystatechange",()=>{document.readyState==="interactive"&&t("interactive")},Qs)}),G7=()=>new Promise(t=>{Js("complete",t)||document.addEventListener("readystatechange",()=>{document.readyState==="complete"&&t("complete")},Qs)}),O9=()=>new Promise(t=>{Js("domready",t)||document.addEventListener("DOMContentLoaded",()=>{t("domready")},Qs)}),z9=()=>new Promise(t=>{Js("load",t)||window.addEventListener("load",()=>{t("load")},Qs)}),U9={};Object.defineProperties(U9,{state:{get:function(){return document.readyState}},loading:{get:function(){return W7()}},interactive:{get:function(){return K7()}},complete:{get:function(){return G7()}},window:{get:function(){return z9()}},load:{get:function(){return z9()}},domready:{get:function(){return O9()}},dom:{get:function(){return O9()}},ready:{get:function(){return N9()}}});var q9=U9;d();d();var j9={NOT_FUNCTION:"Your executor is not a function. functions and promises are valid.",FAILED_TO_WAIT:"Failed to wait"};function $7(t){return()=>Promise.resolve().then(()=>t()).catch(e=>{throw e})}function V7(t){if(typeof t!="function")throw new Error(j9.NOT_FUNCTION)}var of=class{_interval;_timeout;_stopOnFailure;_backoffFactor;_backoffMaxInterval;_Console;originalStacktraceError;_userMessage;_verbose;_isWaiting;_isResolved;_executeFn;start;promise;resolve;reject;_lastError;constructor({interval:e=100,timeout:n=1e3,stopOnFailure:r=!1,verbose:a=!1,backoffFactor:i=1,backoffMaxInterval:o,message:s=""}={}){this._interval=e,this._timeout=n,this._stopOnFailure=r,this._isWaiting=!1,this._isResolved=!1,this._verbose=a,this._userMessage=s,this.originalStacktraceError=new Error,this._Console=console,this._backoffFactor=i,this._backoffMaxInterval=o||n,this.start=+Date.now()}tryEvery(e){return this._interval=e,this}stopAfter(e){return this._timeout=e,this}execute(e){return this._applyPromiseHandlers(),V7(e),this._executeFn=$7(e),this.start=Date.now(),this._isWaiting=!0,this._log("starting to execute"),this._runFunction(),this.promise}getPromise(){return this.promise}isResolved(){return this._isResolved}isWaiting(){return this._isWaiting}stopOnFailure(e){return this._stopOnFailure=e,this}_applyPromiseHandlers(){this.promise=new Promise((e,n)=>{this.resolve=e,this.reject=n})}_timeFromStart(){return Date.now()-this.start}_shouldStopTrying(){return this._timeFromStart()>this._timeout}_executeAgain(){this._log("executing again");let e=this._interval,n=e*this._backoffFactor;this._interval=n>this._backoffMaxInterval?this._backoffMaxInterval:n,setTimeout(this._runFunction.bind(this),e)}_failedToWait(){let e=`${j9.FAILED_TO_WAIT} after ${this._timeFromStart()}ms`;if(this._userMessage&&(e=`${e}: ${this._userMessage}`),this._lastError){this._lastError.message=`${e} +`).reverse(),s=tt()?o[0]||o[1]:o[0];return B.debug("editdiv isTail",i,"tailHasText",s),i&&!!s}else B.debug("Cursor is not within a text node.")}}return!1}function b7(t,e){let n;function r(a){if(a.nodeType===Node.TEXT_NODE)n=a;else for(let i of a.childNodes)r(i)}return r(e),n==t}function w9(t,e){let{triggerTimes:n,triggerKey:r}=e,a=0,i=" ";r.length==1?(a=n,i=r):r.toLowerCase()=="space"&&(a=n);let o=t.length;for(let s=t.length-1;s>=t.length-a;s--){if([10,8629].includes(t[s].charCodeAt(0))){o--;continue}if(![...e.codePrefixAlias[r]||[],i].includes(t[s]))break;o--}return t.length-o<3&&[".","\u3002"].includes(t[o-1])&&o--,t.slice(0,o)}function T7(t,e){let n=e.innerHTML,r=Da(e);return{html:n.replace(r,t),text:t}}function S9(t,e,n=!1){let r=Da(e);return n?r.trim().endsWith(t.text.trim()):r?.trim()?.indexOf(t?.text?.trim())>=0}function Da(t){return t.value||t.innerText||t.textContent}async function Aa(t){await new Promise((e,n)=>{setTimeout(()=>{e("")},t)})}async function y7(t,e,n){await Aa(10);let r=new DataTransfer;t.forEach(a=>{a==="plain"&&r.setData("text/plain",e.text)}),n.dispatchEvent(new ClipboardEvent("paste",{clipboardData:r,bubbles:!0,cancelable:!0})),r.clearData(),await Aa(10)}async function v7(t,e){let n=document.createEvent("TextEvent");n.initTextEvent&&(n.initTextEvent("textInput",!0,!0,window,t.text),e.dispatchEvent(n),await Aa(10))}async function S7(t,e){e.value&&e.select(),document.execCommand("insertText",!1,t.text.replace(/\n/g,"\r")),await Aa(20),(e.value||e.value==="")&&(e.value=t.text)}async function x7(t,e){id(e)&&(e.value=t.text,e.dispatchEvent(new Event("input",{bubbles:!0})),await Aa(20))}var E7=[y7.bind(null,["plain"])];function C7(t){let e;id(t)?e=new InputEvent("beforeinput",{bubbles:!0,cancelable:!0,inputType:"deleteContent"}):e=new KeyboardEvent("keydown",{bubbles:!0,cancelable:!0,keyCode:8,which:8,location:0,key:"Backspace"}),t.dispatchEvent(e)}function id(t){return t.tagName==="INPUT"||t.tagName==="TEXTAREA"}function w7(t){if(id(t))return;t.focus();let e=window.getSelection();if(!e)return;let n=document.createRange();n.selectNodeContents(t),e.removeAllRanges(),e.addRange(n)}async function D9(t,e,n){await w7(e),await Aa(50);let r=t.rule.inputConfig,a=T7(n,e);try{r?.clearContentEnable&&C7(e),await Aa(50),r?.execCommandDeleteEnable&&!Ir()&&Da(e)?.trim()!=""&&(document.execCommand("delete"),await Aa(50)),B.debug("clearContent",Da(e))}catch(i){B.error(i)}for(let i of[...E7,S7,x7,v7]){await i(a,e);let o=D7();if(!o)return;if(B.debug("setContent",i.name,S9(a,o),Da(o),a),S9(a,o))break}}function D7(){return document.activeElement}function A9(t){ot("translate_input",[{name:"translate_input",params:{input_trailing_trigger_key:t.config.inputTrailingTriggerKey,input_starting_trigger_key:t.config.inputStartingTriggerKey,input_target_language:t.config.inputTargetLanguage}}],t)}function A7(t,e,n){let r="";t&&t.code&&(r=t.code.toLowerCase());let a="";t&&t.key&&(a=t.key.toLowerCase());let i=t.keyCode,o=n[e]||[];return i===229&&e!=="space"?!1:!!(o.includes(r)||o.includes(a)||r===e||a===e)}async function k7(t){if(t.config.interfaceLanguage!=="zh-CN"||t.config.targetLanguage!=="zh-CN")return;let e="inputTutorialsShowedAt";if(await At(e,"")||Number(await At(Gu,0))>0)return;let a=t.rule.inputConfig,i=a.tutorialsSelectors,o=a.tutorialsText;if((i?.length||0)>0&&o)for(let s=0;s{L7()},100),new Promise(p=>{let m=p;if(o){let A=o.shadowRoot;if(!A)return;s=A.querySelector(`.${n}`);let y=s.querySelector(`.${r}`),R=s.querySelector(`.${i}`),_=s.querySelector(`.${a}`)}else{let A=document.createElement("div");A.setAttribute("translate","no"),A.className="no-translate immersive-translate-error-modal-input-shadow-root",A.id=e,A.style.all="initial",A.style.zIndex="2147483647",document.body.appendChild(A);let y=A.attachShadow({mode:"open"}),R=document.createElement("style"),_=Me();R.textContent=_.IMMERSIVE_TRANSLATE_INPUT_INJECTED_CSS,y.appendChild(R),s=document.createElement("div"),s.className=n+" notranslate",s.id=n;let P=document.createElement("div");P.className=Q+"-modal-content notranslate "+Q+"-modal-content-in-input",s.appendChild(P);let N=document.createElement("span");N.textContent="\xD7",N.className=Q+"-close",P.appendChild(N),u=document.createElement("div"),u.className=r+" notranslate",P.appendChild(u),c=document.createElement("div"),c.className=a+" notranslate",P.appendChild(c),l=document.createElement("div"),l.className=i,P.appendChild(l),y.appendChild(s),N.onclick=function(){I(),p("close")},y.addEventListener("click",z=>{z.target==s&&(s.style.display="none",p("close"))})}document.addEventListener("keydown",k);let g=kt.bind(null,t);u.innerHTML=`
${vc} ${g("modalEnableInputTranslationTitle")}
`,c.innerHTML="";let f=document.createElement("p");f.innerHTML=g("modalEnableInputTranslationDesc",{1:"https://immersivetranslate.com/docs/input/"}),f.style.cssText="margin-bottom:12px",c.appendChild(f);let T=document.createElement("div");T.style.cssText="margin-bottom: 12px;",T.innerHTML=Ye.sanitize(g("disableInputTranslationTips",{option:`${g("option")}`,learnMore:`${g("learnMore")}`})),c.appendChild(T);let b=[{id:"enable-search-enhancement",value:"enable",text:g("continueEnalbeInputTranslation")},{id:"disable-once",value:"once",text:g("disableOnce")},{id:"disable-global",value:"global",text:g("disableGlobal")}];for(let A=0;Al===e)||t.ignoreBuildPlatforms?.find(l=>l===n))return;let i=globalThis.navigator.userAgent;if(t.ignoreUserAgents?.find(l=>i.match(new RegExp(l))))return;let{initOptions:s}=t,u={dsn:_7,environment:Me().PROD==="1"?"production":"develop",...t.initOptions};s?.ignoreErrors&&(u.ignoreErrors=rf(s.ignoreErrors)),s?.denyUrls&&(u.denyUrls=rf(s.denyUrls)),s?.allowUrls&&(u.allowUrls=rf(s.allowUrls)),u.release=`${n}@${e}`,Na.init(u),sd()}catch{}}async function sd(){try{let t=await Mt.get(Ft,null);if(!Ys||!t)return;Na.setUser({id:t.id,username:t.userName,nickname:t.nickName,email:t.email})}catch{}}function P9(t,e){try{if(!Ys)return;Na.setContext(t,e)}catch{}}function L9(t){try{if(!Ys)return;Na.setTags(t)}catch{}}function rf(t){return t.map(e=>new RegExp(e))}var fe=null,ud={},Co,_9=!1;async function td(){Mi.clearStrictTicks();let t=await We(Ee(),{}),e=await fs();if(B.debug("init page ctx",t),cy(t),t.rule.pageType=="subtitleBuilder"){Xm();return}if(t.rule.pageType=="ebookBuilder"){h9();return}if(Co||(Co=t.state.translationTheme),t.rule.urlChangeDelay&&await vr(t.rule.urlChangeDelay),t.rule.waitForSelectors&&t.rule.waitForSelectors.length>0&&await j7(t.rule.waitForSelectors,t.rule.waitForSelectorsTimeout),t.rule.isInjectOptionsUrl){let s=Ii(),u=document.createElement("meta");u.name="immersive-translate-options-url",u.content=s;try{document.head&&document.head.appendChild&&document.head.appendChild(u)}catch(l){B.warn("inject options url failed",l)}}if(t.rule.globalMeta&&Object.keys(t.rule.globalMeta).forEach(u=>{let l=document.createElement("meta");l.name=u,l.content=t.rule.globalMeta[u],document.head.appendChild(l)}),t.rule.initialGlobalAttributes&&gT(document.body,t.rule.initialGlobalAttributes),t.rule.pageType=="pdfReader"){Tn(t);return}if(t.config.arxivRule&&t.config.arxivRule.matches&&dt(t.url,t.config.arxivRule.matches)){let u=document.querySelector(t.config.arxivRule.injectContainerSelector);if(u){let l=document.querySelector(t.config.arxivRule.officialHtmlSelector),c="";if(l&&l.getAttribute&&l.getAttribute("href")){let b=l.getAttribute("href");try{let h=new URL(b);h.searchParams.set("_immersive_translate_auto_translate","1"),c=h.toString()}catch{}}let g=new URL(t.url).pathname.split("/").pop(),f=!1,T=!0;if(g)try{let h=g.split(".")[0],E=h.slice(0,2),D=h.slice(2,4),M=new Date(`20${E}-${D}-27`),I=new Date(t.config.arxivRule.validBefore);M${kt(t,"viewWithImmersiveTranslate")}`,u.appendChild(b)}else{let b="";if(c&&(b=c),b){let h=document.createElement("li");h.innerHTML=`${kt(t,"viewWithImmersiveTranslate")}`,u.appendChild(h)}}}}if(t.rule.isOnBoardingPage){document.dispatchEvent(new CustomEvent(_t,{detail:JSON.stringify({type:"currentConfig",payload:{enableDefaultAlwaysTranslatedUrls:!!t.config.enableDefaultAlwaysTranslatedUrls}})}));let s=document.querySelector("#immersiveTranslateEnableDefaultAlwaysTranslatedUrlsValue");s&&(s.value="helloworld",s.value=String(!!t.config.enableDefaultAlwaysTranslatedUrls),s.dispatchEvent(new Event("change")))}_9||(_9=!0,He()&&t.rule.useIframePostMessage&&await o1());let n=t.sourceLanguage;n==="auto"?n=await F9():qn(n);let r=r2(t,n);if(r&&(t=await We(Ee(),{translationMode:r})),t.rule.isInjectMeta)try{let s=await Gl(n),u=document.createElement("meta");u.name="immersive-translate-meta",u.content=Do(JSON.stringify(s)),document.head&&document.head.appendChild&&document.head.appendChild(u)}catch(s){B.warn("inject meta failed",s)}let a=new URL(t.url),o=a.searchParams.get("_immersive_translate_auto_translate")==="1"||a.searchParams.get("_immersive_translate_auto_translate")==="true"||t.state.isAutoTranslate||t.isTranslateUrl||t.rule.pageType=="pdfReader";if(!o&&!t.isTranslateExcludeUrl&&(B.debug(`detect page language: ${t.url} ${n}`),na(n,t.targetLanguage,{ignoreZhCNandZhTW:t.rule.ignoreZhCNandZhTW})||n==="auto"||u1(n,t.config.translationLanguagePattern)&&(o=!0,B.debug(`match language pattern ${n}, auto translate`))),t.rule.pageType=="ebookBuilder"&&(o=!1),t.rule.pageType!=="pdfReader"&&as(e)&&vo(t,window),o)fe.state.isAutoTranslate=!0,Tn(fe);else if(B.debug("do not auto translate",t),t.rule.initTranslationServiceAsSoonAsPossible&&t.translationService==="deepl"){if(na(n,t.targetLanguage,{ignoreZhCNandZhTW:t.rule.ignoreZhCNandZhTW})||n==="auto")return;t.config&&t.config.translationServices&&t.config.translationServices.deepl&&t.config.translationServices.deepl.authKey&&typeof t.config.translationServices.deepl.authKey=="string"&&t.config.translationServices.deepl.authKey.startsWith("immersive_")&&(ud[t.translationService]||(ud[t.translationService]=!0,He()||Sg(t).catch(s=>{B.warn("init translation engine error",s)})))}}async function ym(t){if(Qe()==="Original"){let e={};Co&&(e.translationTheme=Co),fe&&(e={...fe.state,...e});let n=await We(Ee(),e);if(t?.trigger=="right_menu"&&Ga(n?.rule)){let r=ra(n.rule);Oi(!0,r||Ee());return}await Tn(fe,t)}else(Qe()==="Translated"||Qe()==="Error")&&si()}async function F7(){if(fe=await We(Ee(),{}),fe.rule.pageType=="ebookBuilder")return b9(fe);if(fe.rule.pageType=="subtitleBuilder")return f9(fe);hy()}async function vm(t){if(Qe()==="Original"){fe=await We(Ee(),{}),Co||(Co=fe.state.translationTheme);let e="mask";fe.state.translationTheme==="opacity"&&(e="opacity"),fe=await We(Ee(),{translationTheme:e}),await Tn(fe,t)}else if(Qe()==="Translated"){let e="mask";fe?.state?.translationTheme==="opacity"&&(e="opacity");let n=Z1().filter(i=>i.contentDocument?.body).map(i=>i.contentDocument.body),r=[fe.mainFrame,...n],a=fe?.state.translationTheme;for(let i of r){let o=qi(i,Di,!0);a==="mask"||a==="opacity"?o!=="none"?lt(i,Di,"none",!0):lt(i,Di,e,!0):o!=="mask"&&o!=="opacity"?lt(i,Di,e,!0):lt(i,Di,"none",!0)}}}async function F9(){let t=await We(Ee(),{});return t.rule.pageType=="subtitleBuilder"?Xm():fy(t)}function M7(t){Qe()==="Original"?k9(t):ti()}function B7(t){Qe()==="Original"?m9(t):ef()}function I7(t){Qe()==="Original"?ho(t):ti()}async function si(){zi(""),document.dispatchEvent(new CustomEvent(_t,{detail:JSON.stringify({type:"restorePage",payload:{}})}));let t=await We(Ee(),{});if(t.rule.pageType=="subtitleBuilder"){ef();return}else t.rule.pageType=="ebookBuilder"&&T9();ti()}async function Tn(t,e){t.config?.sentryConfig?.contentInitTime=="translate_page"&&od(t.config?.sentryConfig);let n=Qe(),r={pageStatus:n,translateService:t.state.translationService||t.translationService,translationMode:t.state.translationMode};P9("translatePage",r),L9(r),n!=="Original"&&await si(),document.dispatchEvent(new CustomEvent(_t,{detail:JSON.stringify({type:"translateStart",payload:{}})})),document.dispatchEvent(new CustomEvent(_t,{detail:JSON.stringify({type:"targetLanguage",payload:{targetLanguage:t.targetLanguage}})})),ud[t.translationService]||(ud[t.translationService]=!0,He()||Sg(t).catch(i=>{B.warn("init translation engine error",i)}));let a={};if(e&&e.trigger&&(a.trigger=e.trigger),ot("translage_page_daily",[{name:"translage_page_daily",params:a}],t),ot("translate_page",[{name:"translate_page",params:a}],{...t,sourceLanguage:vt()}),t.rule.pageType=="subtitleBuilder"){B7(t),zi("yes");return}if(t.rule.pageType=="ebookBuilder"){y9(t),zi("yes");return}if(t.rule.pageType==="pdfReader"){M7(t),zi("yes");return}I7(t),zi("yes")}async function R7(t,e){let n=fe?.translationService;if(Qe()==="Original"||n!=t){fe=await We(Ee(),{translationService:t});let r=kt(fe,"temprarilyChangeTranslationTo_"+t);nu({text:r}),await Tn(fe,e)}else{si();let r=await an(),a={url:Ee(),config:r,state:{}},i=await hn(a);fe=await We(Ee(),{translationService:i.translationService})}}async function O7(t){Qe()==="Original"?await af(t):(Qe()==="Translated"||Qe()==="Error")&&(fe=await We(Ee(),{}),fe.state.translationArea!=="main"?await af(t):si())}async function af(t){fe=await We(Ee(),{translationArea:"main"}),await Tn(fe,t)}async function M9(t){fe=await We(Ee(),{translationArea:"body"}),await Tn(fe,t)}async function Sm(t){let e=await We(Ee(),{}),n=e.state.translationMode=="dual"?"translation":"dual";if(e=await We(Ee(),{translationMode:n}),Qe()==="Original"){Tn(e,t);return}window.immersiveTranslateSwitchTranslateState&&window.immersiveTranslateSwitchTranslateState(n)}async function Jm(t){if(fe=await We(Ee(),{translationMode:t}),ot("switch_translation_mode",[{name:"switch_translation_mode",params:{mode:t}}],{...fe,sourceLanguage:"unknown"}),Qe()==="Original"){Tn(fe);return}window.immersiveTranslateSwitchTranslateState&&window.immersiveTranslateSwitchTranslateState(t)}async function z7(t){if(Qe()==="Original")await M9(t);else if(Qe()==="Translated"||Qe()==="Error"){let e={};fe&&fe.state&&(e=fe.state),fe=await We(Ee(),e),fe.state.translationArea!=="body"?(fe.state.translationArea="body",fe=await We(Ee(),fe.state),await Tn(fe,t)):si()}}async function B9(t){fe=await We(Ee(),{translationStartMode:"immediate"}),await Tn(fe,t)}async function N7(t){Qe()==="Original"?await B9(t):(Qe()==="Translated"||Qe()==="Error")&&si()}async function I9(){let t=await We(Ee(),{});if(!dt(t.url,t.config.inputStyleBlockUrls)){let n=Me().IMMERSIVE_TRANSLATE_INPUT_INJECTED_CSS;En(document,n,"immersive-translate-input-injected-css")}t.rule.pageType&&t.rule.pageType!=="html"||t.config.enableInputTranslation&&nf(t)}function U7(){return fe}async function We(t,e){let n=Object.keys(e);if(fe){let r={url:t,config:fe.config,state:{...fe.state,...e}};fe=await hn(r)}else{let r=await an(),a=e;n.length===0&&(a=void 0),fe=await hn({url:t,config:r,state:a})}return fe.state&&fe.state.translationService&&(fe.translationService=fe.state.translationService),fe.state&&fe.state.targetLanguage&&(fe.targetLanguage=fe.state.targetLanguage),fe}async function q7(){let t=await fn()||{},e=t.generalRule||{},n=e["subtitleRule.add"]||{},r=!n.preTranslation;await mn({...t,generalRule:{...e,"subtitleRule.add":{...n,preTranslation:r}}}),r?nu({text:kt(fe,"videoSubtitlePreTranslationOn")}):nu({text:kt(fe,"videoSubtitlePreTranslationOff")}),setTimeout(()=>{window.location.reload()},1e3)}async function Km(){let t=await an(),e=await fs(),n;fe&&fe.state&&(n=fe.state);let r={url:Ee(),config:t,state:n},a=await hn(r);a.state&&a.state.translationService&&(a.translationService=a.state.translationService),fe=a,im(fe);let i=Hs(),o=[];return i?o=i.allInlineWindows||[window]:o=[window],o.forEach(s=>{Vs(a,s),as(e)&&vo(a,s),nf(a)}),a}function j7(t,e=3e3){return new Promise((n,r)=>{let a=e?setTimeout(()=>{n(new Error("timeout"))},e):void 0,i=setInterval(()=>{t.every(s=>document.querySelector(s)!==null)&&(clearInterval(i),a&&clearTimeout(a),n(null))},50)})}async function l9(t){let e=t.detail,n=fn();await Ov(e.token,n,mn),Mt.set(Ft,e);let r=await Mt.get(W0,!1);Mt.set(W0,!1),document.dispatchEvent(new CustomEvent("immersiveTranslateDocumentMessageUserResult",{detail:r?"close":"success"})),sd()}function c9(t){B.debug("update user info",t);let e=t.detail;Mt.set(Ft,e),sd()}async function d9(t){let e=await fn();if(e.translationService)return;let n=t.config.translationService,r=await Zm(t,n);if(t.translationService!==r){if(!r){ls([{name:"no_avaliable_translation_service"}]);return}e.translationService=r,mn(e),t.translationService=r,ls([{name:"change_default_translation_service",params:{translation_service:r}}])}}async function p9(t,e){let n=e.detail;if(t.rule.id!="immersive")return;let r=n.translateService;if(!r)return;let a=n.provider,i=await fn();i.translationService=r,a&&i?.translationServices?.[r]?.provider&&(i.translationServices[r].provider=a),i.translationServiceChangedbyUserAt=new Date().toISOString(),mn(i)}async function Zm(t,e,n=!0){let r=t.rule.detectionServiceOrder||["google","bing","transmart","yandex"];return r.sort((a,i)=>a===e?n?-1:1:i===e?n?1:-1:0),await uT(r,t)}async function g9(t){let e=await fn();e.translationService=t,await mn(e);let n=await We(Ee(),{});n.translationService=t,await Tn(n)}z3({detectCurrentPageLanguage:F9,ensureSwitchTranslationMode:Sm,restorePage:si,retryFailedParagraphs:F7,switchTranslationMode:Jm,toggleTranslatePage:ym,toggleTranslateTheMainPage:O7,toggleTranslateTheWholePage:z7,toggleTranslationMask:vm,toggleVideoSubtitlePreTranslation:q7,translatePage:Tn,translatePageWithTranslationService:R7,translateTheMainPage:af,translateTheWholePage:M9,translateToThePageEndImmediately:B9,toggleTranslateToThePageEndImmediately:N7,updateGlobalContext:Km,getPureGlobalContext:U7});async function R9(t){if(!t){let n=await an();t=await hn({config:n,url:Ee()})}if(t.config.debug?B.setLevel("debug"):B.setLevel("info"),!t.isTranslateExcludeUrl){if(t.rule.pageType=="ebookReader"||t.rule.pageType=="ebookBuilder"){if(t.rule.isInjectMeta){try{let n=await Gl("auto"),r=document.createElement("meta");r.name="immersive-translate-meta",r.content=Do(JSON.stringify(n)),document.head&&document.head.appendChild&&document.head.appendChild(r)}catch(n){B.warn("inject meta failed",n)}if(t.rule.isInjectOptionsUrl){let n=Ii(),r=document.createElement("meta");r.name="immersive-translate-options-url",r.content=n;try{document.head&&document.head.appendChild&&document.head.appendChild(r)}catch(a){B.warn("inject options url failed",a)}}if(t.rule.isInjectVersion){let n=Ut(),r=document.createElement("meta");r.name="immersive-translate-version",r.content=n;try{document.head&&document.head.appendChild&&document.head.appendChild(r)}catch(a){B.warn("inject version failed",a)}}}}else await td();He()||await Xv().catch(n=>{B.error(`init popup page error: ${n}`)}),He()||Xy()}await I9()}d();var Qs={capture:!0,once:!0,passive:!0},N9=()=>document.readyState==="interactive"||document.readyState==="complete",H7=t=>document.readyState===t,Js=(t,e)=>H7(t)||N9()?(e(t),!0):!1,W7=()=>new Promise(t=>{Js("loading",t)||document.addEventListener("readystatechange",()=>{document.readyState==="loading"&&t("loading")},Qs)}),K7=()=>new Promise(t=>{Js("interactive",t)||document.addEventListener("readystatechange",()=>{document.readyState==="interactive"&&t("interactive")},Qs)}),G7=()=>new Promise(t=>{Js("complete",t)||document.addEventListener("readystatechange",()=>{document.readyState==="complete"&&t("complete")},Qs)}),O9=()=>new Promise(t=>{Js("domready",t)||document.addEventListener("DOMContentLoaded",()=>{t("domready")},Qs)}),z9=()=>new Promise(t=>{Js("load",t)||window.addEventListener("load",()=>{t("load")},Qs)}),U9={};Object.defineProperties(U9,{state:{get:function(){return document.readyState}},loading:{get:function(){return W7()}},interactive:{get:function(){return K7()}},complete:{get:function(){return G7()}},window:{get:function(){return z9()}},load:{get:function(){return z9()}},domready:{get:function(){return O9()}},dom:{get:function(){return O9()}},ready:{get:function(){return N9()}}});var q9=U9;d();d();var j9={NOT_FUNCTION:"Your executor is not a function. functions and promises are valid.",FAILED_TO_WAIT:"Failed to wait"};function $7(t){return()=>Promise.resolve().then(()=>t()).catch(e=>{throw e})}function V7(t){if(typeof t!="function")throw new Error(j9.NOT_FUNCTION)}var of=class{_interval;_timeout;_stopOnFailure;_backoffFactor;_backoffMaxInterval;_Console;originalStacktraceError;_userMessage;_verbose;_isWaiting;_isResolved;_executeFn;start;promise;resolve;reject;_lastError;constructor({interval:e=100,timeout:n=1e3,stopOnFailure:r=!1,verbose:a=!1,backoffFactor:i=1,backoffMaxInterval:o,message:s=""}={}){this._interval=e,this._timeout=n,this._stopOnFailure=r,this._isWaiting=!1,this._isResolved=!1,this._verbose=a,this._userMessage=s,this.originalStacktraceError=new Error,this._Console=console,this._backoffFactor=i,this._backoffMaxInterval=o||n,this.start=+Date.now()}tryEvery(e){return this._interval=e,this}stopAfter(e){return this._timeout=e,this}execute(e){return this._applyPromiseHandlers(),V7(e),this._executeFn=$7(e),this.start=Date.now(),this._isWaiting=!0,this._log("starting to execute"),this._runFunction(),this.promise}getPromise(){return this.promise}isResolved(){return this._isResolved}isWaiting(){return this._isWaiting}stopOnFailure(e){return this._stopOnFailure=e,this}_applyPromiseHandlers(){this.promise=new Promise((e,n)=>{this.resolve=e,this.reject=n})}_timeFromStart(){return Date.now()-this.start}_shouldStopTrying(){return this._timeFromStart()>this._timeout}_executeAgain(){this._log("executing again");let e=this._interval,n=e*this._backoffFactor;this._interval=n>this._backoffMaxInterval?this._backoffMaxInterval:n,setTimeout(this._runFunction.bind(this),e)}_failedToWait(){let e=`${j9.FAILED_TO_WAIT} after ${this._timeFromStart()}ms`;if(this._userMessage&&(e=`${e}: ${this._userMessage}`),this._lastError){this._lastError.message=`${e} ${this._lastError.message}`;let n=this.originalStacktraceError.stack;n&&(this._lastError.stack+=n.substring(n.indexOf(` `)+1))}else this._lastError=this.originalStacktraceError,this._lastError.message=e;return this._log(this._lastError),this._lastError}_runFunction(){if(this._shouldStopTrying()){this._isWaiting=!1,this.reject?.(this._failedToWait());return}this._executeFn().then(e=>{if(e===!1){this._log(`then execute again with result: ${e}`),this._executeAgain();return}this.resolve?.(e),this._isWaiting=!1,this._isResolved=!0,this._log(`then done waiting with result: ${e}`)}).catch(e=>this._stopOnFailure?(this._log(`stopped on failure with err: ${e}`),this.reject?.(e)):(this._lastError=e,this._log(`catch with err: ${e}`),this._executeAgain()))}_log(e){this._verbose&&this._Console&&this._Console.log&&this._Console.log(e)}},H9=(t,e)=>new of(e).execute(t);async function W9(t){try{let e=t.config.domReadyDetectTimeout;return await H9(()=>{let r=t.mainFrame.innerText||"";if(Ni(r,t.rule.mainFrameMinTextCount,t.rule.mainFrameMinWordCount))return!0;throw new Error("there is no main text")},{timeout:e!==void 0?e:3e3}),!0}catch(e){if(He())throw e;return B.debug("check dom element ready failed:",e,t),!0}}d();function K9(){let t=document.querySelector("meta[name=immersive-translate-options]");return!!(t&&t.getAttribute("content")==="true")}d();async function $9(){if(!document.getElementById("immersive-translate-status")){B.error("Could not find status element");return}await G9("local"),await G9("sync"),Q7();let e=document.getElementById("immersive-translate-page-ready");e&&setTimeout(()=>{e.value="true",e.dispatchEvent(new Event("change"))},100)}async function Y7(t,e){let n;try{n=JSON.parse(t.detail)}catch(a){B.error("parse detail failed",a);return}let r=n.id||"default";try{let a=n.data||{},i=await e(a),o={id:r,ok:!0,data:i};document.dispatchEvent(new CustomEvent(Wu,{detail:JSON.stringify({...o,type:"answer"})}))}catch(a){let i={ok:!1,errorName:a.name,errorMessage:a.message,errorDetails:a.details||a.detail};document.dispatchEvent(new CustomEvent(Wu,{detail:JSON.stringify({...i,id:r,type:"answer"})}))}}function Q7(){document.addEventListener(Hu,r=>{let a=r;if(B.debug("document message",a),a&&a.detail){let i;try{i=JSON.parse(a.detail)}catch(o){B.error("parse detail failed",o);return}i.type==="ask"?i.method==="request"&&Y7(a,ce):i.type==="tell"&&i.method==="updateCommands"&&_l(i.data)}});let t=document.getElementById("immersive-translate-manifest");if(!t){B.error("Could not find manifest element");return}let e=oe.runtime.getManifest();tt()&&(e._isSafari=!0),t.value=JSON.stringify(e),t.dispatchEvent(new Event("change")),document.getElementById("immersive-translate-message").addEventListener("change",r=>{try{let a=JSON.parse(r.target.value);a&&a.method==="removeStorageKey"&&a.data&&a.data.area&&a.data.keys&&oe.storage[a.data.area].remove(a.data.keys)}catch(a){B.error("parse message error",a)}})}async function G9(t){let e=document.getElementById("immersive-translate-status"),n=document.getElementById(`immersive-translate-${t}-storage`);if(n){B.debug("init storage");let r=await oe.storage[t].get(null);n.value=JSON.stringify(r),n.dispatchEvent(new Event("change")),n.addEventListener("change",a=>{try{let i=JSON.parse(a.target.value);oe.storage[t].set(i)}catch(i){B.error("save to storage error",i)}}),n.addEventListener("refresh-"+t,async a=>{let i=await oe.storage[t].get(null);n.value=JSON.stringify(i),B.debug("refresh ",t,"storage")})}else{B.error(`Could not find storage ${t} element`),e.innerText="Could not find storage local input element";return}}var V9=["textarea","input","button","select","option","iframe","strong","form","body"];async function J7(){let t=await Pn();t.sentryConfig?.contentInitTime=="init"&&od(t.sentryConfig),t.excludeTranslationHtmlTags&&(V9=t.excludeTranslationHtmlTags),Ye.addHook("beforeSanitizeElements",function(r,a,i){let o=(r.nodeName||"").toLowerCase();if(V9.includes(o)){let u=`<${o}>${r.textContent||""}`,l=document.createTextNode(u);return r.replaceWith(l),r}return r}),Ye.addHook("uponSanitizeElement",function(r,a){let i=r.nodeName||"";/\d+$/.test(i)&&(a.allowedTags[a.tagName]=!0)});let e=Ee(),n=await hn({config:t,url:e});ot("init_page_daily",[{name:"init_page_daily"}],n),q9.domready.then(()=>{if(n.isTranslateExcludeUrl&&K9())B.debug("detect web options page"),Vs(n,window),$9();else{if(!n.config.enabled)return;if(n.rule.isInjectVersion){let a=Ut(),i=document.createElement("meta");i.name="immersive-translate-version",i.content=a;try{document.head&&document.head.appendChild&&document.head.appendChild(i)}catch(o){B.warn("inject version failed",o)}}if(dt(n.url,n.config.blockUrls))return;Vs(n,window),W9(n).then(()=>{R9(n).catch(a=>{a&&B.debug("translate page error",a.name,a.message,a)})}).catch(a=>{B.debug("can not detect a valid body: ",a)})}}).catch(r=>{r&&B.debug("translate dom ready detect error",r)})}J7().catch(t=>{B.debug("init error",t)});})(); /*! diff --git a/dist/firefox/content_start.js b/dist/firefox/content_start.js index 351dabb..161c998 100644 --- a/dist/firefox/content_start.js +++ b/dist/firefox/content_start.js @@ -1,4 +1,4 @@ -(()=>{var nu=Object.defineProperty;var qn=(t,e)=>{for(var r in e)nu(t,r,{get:e[r],enumerable:!0})};var b={BUILD_TIME:"2024-04-03T14:28:35.000Z",VERSION:"1.4.5",PROD:"1",REDIRECT_URL:"https://dash.immersivetranslate.com/auth-done/",PROD_API:"1",BETA:"0",IMMERSIVE_TRANSLATE_INJECTED_CSS:`:root { +(()=>{var nu=Object.defineProperty;var qn=(t,e)=>{for(var r in e)nu(t,r,{get:e[r],enumerable:!0})};var b={BUILD_TIME:"2024-04-04T07:37:00.000Z",VERSION:"1.4.6",PROD:"1",REDIRECT_URL:"https://dash.immersivetranslate.com/auth-done/",PROD_API:"1",BETA:"0",IMMERSIVE_TRANSLATE_INJECTED_CSS:`:root { --immersive-translate-theme-underline-borderColor: #72ece9; --immersive-translate-theme-nativeUnderline-borderColor: #72ece9; --immersive-translate-theme-nativeDashed-borderColor: #72ece9; @@ -4964,7 +4964,7 @@ ass\u3001HTML\u3001TXT\u6587\u4EF6`,"subtitle.quickButton.setting":"\u8BBE\u7F6E {env.imt_sub_trans_field}: \u8BD1\u6587 - id: 2 {env.imt_sub_source_field}: Source - {env.imt_sub_trans_field}: \u8BD1\u6587`,"browser.PdfProFile":"AI \u9A71\u52A8\u7684 PDF Pro \u7FFB\u8BD1","browser.textTranslate":"\u6587\u672C\u7FFB\u8BD1"};var As={nologin:"\u672A\u767B\u9304",loginForSafari:"\u767B\u5165\u6216\u8A3B\u518A",login:"\u767B\u9304",goLogin:"\u53BB\u767B\u9304",manageAccount:"\u7BA1\u7406\u8CEC\u6236",openPremium:"\u958B\u901A\u6703\u54E1",logout:"\u9000\u51FA",curentPlan:"\u7576\u524D\u5957\u9910",endAt:"\u5230\u671F",endAuto:"\u81EA\u52D5\u7E8C\u671F",lineBreakMaxTextCount:"\u63DB\u884C\u5F8C\uFF0C\u6BCF\u53E5\u8A71\u5141\u8A31\u7684\u6700\u5927\u5B57\u5143\u6578\u91CF","translate-pdf":"\u9EDE\u9078\u7FFB\u8B6F PDF","noSupportTranslate-pdf":"\u8173\u672C\u4E0D\u652F\u63F4\uFF0C\u8ACB\u4F7F\u7528\u64F4\u5145\u5957\u4EF6","translate-firefox-local-pdf":"\u9EDE\u64CA\u53BB\u5C0E\u5165PDF",enableLineBreak:"\u958B\u555F\u9577\u6BB5\u843D\u81EA\u52D5\u63DB\u884C",sponsorLabel:"$1 \u8D77\u8D0A\u52A9\u958B\u767C\u8005 (\u6708\u4ED8\u6216\u50C5\u8D0A\u52A9\u4E00\u6B21\u5747\u53EF)",help:"\u8AAA\u660E",enableLineBreakDescription:"\u555F\u7528\u5F8C\uFF0C\u5C07\u6703\u5728\u9577\u6BB5\u843D\u4E2D\u6BCF\u53E5\u8A71\u7D50\u675F\u63D2\u5165\u63DB\u884C\u5B57\u5143\uFF0C\u4EE5\u4FBF\u65BC\u95B1\u8B80","browser.shortBrandName":"\u6C89\u6D78\u5F0F\u7FFB\u8B6F","browser.brandName":"\u6C88\u6D78\u5F0F\u7FFB\u8B6F - \u7DB2\u9801\u7FFB\u8B6F\u64F4\u5145 | PDF\u7FFB\u8B6F | \u514D\u8CBB","browser.brandDescription":"\u3010\u6C88\u6D78\u5F0F\u7FFB\u8B6F\u3011\u4E00\u6B3E\u514D\u8CBB\u7684\uFF08\u539F\u6587/\u8B6F\u6587\uFF09\u96D9\u8A9E\u5C0D\u7167\u7DB2\u9801\u7FFB\u8B6F\u64F4\u5145\uFF0C\u540C\u6642\u652F\u6301PDF\u7FFB\u8B6F\uFF08\u4FDD\u7559\u539F\u6587\u6A94\u6392\u7248\uFF09\uFF0C\u8996\u983B\u96D9\u8A9E\u5B57\u5E55\u7FFB\u8B6F\uFF08Youtube, Netflix\u7B49\uFF09\uFF0CEPUB\u96FB\u5B50\u66F8\u7FFB\u8B6F\u7B49\uFF1B\u652F\u6301\u8ABF\u7528\u4EBA\u5DE5\u667A\u80FDAI\u7FFB\u8B6F\u5927\u6A21\u578B\uFF08OpenAI (ChatGPT)\u3001DeepL\u3001Gemini(Bard) \u7B49 \uFF09\u5C0D\u4EE5\u4E0A\u5167\u5BB9\u9032\u884C\u66F4\u6E96\u78BA\u7684\u7FFB\u8B6F\uFF1B","browser.toggleTranslatePage":"\u7FFB\u8B6F\u7DB2\u9801/\u986F\u793A\u539F\u6587","browser.toggleTranslateTheWholePage":"\u7FFB\u8B6F\u9801\u9762\u5168\u90E8\u5340\u57DF/\u986F\u793A\u539F\u6587","browser.toggleTranslateToThePageEndImmediately":"\u7ACB\u5373\u7FFB\u8B6F\u5230\u9801\u9762\u5E95\u90E8/\u986F\u793A\u539F\u6587","browser.toggleTranslateTheMainPage":"\u7FFB\u8B6F\u9801\u9762\u4E3B\u8981\u5340\u57DF/\u986F\u793A\u539F\u6587","browser.shareToDraft":"\u751F\u6210\u7DB2\u9801\u5FEB\u7167","browser.openOptionsPage":"\u958B\u555F\u8A2D\u5B9A\u9801\u9762","browser.translateLocalPdfFile":"\u7FFB\u8B6F\u672C\u6A5F PDF \u6A94\u6848","browser.openEbookViewer":"\u95B1\u8B80\u672C\u6A5F\u96FB\u5B50\u66F8","browser.openEbookBuilder":"\u88FD\u4F5C\u96D9\u8A9E EPUB \u96FB\u5B50\u66F8","browser.translateLocalHtmlFile":"\u7FFB\u8B6F HTML/txt \u6A94\u6848","browser.donateContext":"\u4E86\u89E3\u8D0A\u52A9\u798F\u5229","browser.translateLocalSubtitleFile":"\u7FFB\u8B6F\u5B57\u5E55\u6A94\u6848",confirmResetConfig:"\u4F60\u78BA\u5B9A\u8981\u91CD\u8A2D\u8A2D\u5B9A\u55CE\uFF1F",translationLineBreakSettingTitle:"\u8B6F\u6587\u63DB\u884C\u8A2D\u5B9A",smartLineBreak:"\u667A\u6167\u63DB\u884C",alwaysLineBreak:"\u7E3D\u662F\u63DB\u884C",isShowContextMenu:"\u5C07\u7DB2\u9801\u7FFB\u8B6F\u529F\u80FD\u52A0\u5165\u53F3\u9375\u9078\u55AE",toggleBeta:"\u958B\u555F Beta \u6E2C\u8A66\u529F\u80FD",betaDescription:"\u555F\u7528\u4ECD\u5728\u5BE6\u9A57\u7684\u529F\u80FD\u4EE5\u53CA\u6E2C\u8A66\u4E2D\u7684\u7FFB\u8B6F\u670D\u52D9\u3002\u52A0\u5165 <1>Telegram \u7FA4\u7D44\u4E86\u89E3\u66F4\u591A\u3002",translationLineBreakSettingDescription:"\u7E3D\u662F\u63DB\u884C\u9069\u7528\u65BC\u8F03\u5C11\u5167\u5BB9\u7684\u7248\u9762\uFF0C\u66F4\u6574\u9F4A\u3002(\u5728\u5167\u5BB9\u8F03\u591A\u7684\u9577\u6BB5\u843D(\u8D85\u904E {count} \u500B\u5B57\u5143) \u4F7F\u7528\u667A\u6167\u63DB\u884C\u6703\u66F4\u7701\u7A7A\u9593)",tempTranslateDomainTitle:"\u81E8\u6642\u958B\u555F\u7DB2\u7AD9\u7FFB\u8B6F\u7684\u6642\u9577",tempTranslateDomainDescription:"\u7576\u624B\u52D5\u7FFB\u8B6F\u67D0\u500B\u7DB2\u9801\u7684\u6642\u5019\uFF0C\u81E8\u6642\u958B\u555F\u8A72\u7DB2\u7AD9\u70BA\u81EA\u52D5\u7FFB\u8B6F",xMinutes:"{count} \u5206\u9418",disabled:"\u505C\u7528",changelog:"\u66F4\u65B0\u8A18\u9304",toggleTranslatePageWhenThreeFingersOnTheScreen:"\u591A\u6307\u540C\u6642\u89F8\u6478\u87A2\u5E55\u5247\u7FFB\u8B6F\u7DB2\u9801/\u986F\u793A\u539F\u6587",toggleTranslationMaskWhenThreeFingersOnTheScreen:"\u591A\u6307\u540C\u6642\u89F8\u6478\u5247\u986F\u793A/\u96B1\u85CF\u8B6F\u6587\u6A21\u7CCA\u6548\u679C",addUrlDescription:"\u53EF\u4EE5\u70BA\u7DB2\u57DF\u540D\u7A31\uFF0C\u540C\u6642\u652F\u63F4\u842C\u7528\u5B57\u5143\uFF0C\u5982\uFF1A*.google.com, google.com/mail/*, https://www.google.com/*",general:"\u57FA\u672C\u8A2D\u5B9A",clickToExpandConfig:"\u5C55\u958B\u76EE\u524D\u8A2D\u5B9A",import:"\u5F9E\u6A94\u6848\u532F\u5165",export:"\u532F\u51FA\u70BA\u6A94\u6848",toggleDebug:"\u5728\u4E3B\u63A7\u53F0\u986F\u793A\u5075\u932F\u8A18\u9304","fingers.0":"\u95DC\u9589",mouseHoldKey:"+ {key} \u7FFB\u8B6F/\u9084\u539F\u8A72\u6BB5",mouseHoldKeyAuto:"\u76F4\u63A5\u7FFB\u8B6F\u8A72\u6BB5",mouseHoldKeyOff:"\u4E0D\u505A\u4EFB\u4F55\u4E8B\u60C5",mouseHoldKeyOther:"\u81EA\u5B9A\u7FA9\u5FEB\u6377\u9375(\u6253\u958B\u8A2D\u7F6E)",mouseHoldKeyCustomKey:"{key} \u7FFB\u8B6F/\u9084\u539F\u8A72\u6BB5","mouse-translate":"\u9F20\u6A19\u6ED1\u904E",document:"\u8AAA\u660E\u6587\u4EF6",resetSuccess:"\u91CD\u8A2D\u6240\u6709\u8A2D\u5B9A\u6210\u529F",resetThisSuccess:"\u91CD\u8A2D\u6210\u529F",saved:"\u5132\u5B58\u6210\u529F",successImportConfig:"\u6210\u529F\u532F\u5165\u8A2D\u5B9A",goAdvancedSettings:"\u524D\u5F80\u9032\u968E\u8A2D\u5B9A\u9801\u9762",goAdvancedInterfaceSettings:"\u524D\u5F80\u81EA\u8A02\u8A2D\u5B9A\u9801\u9762",advanced:"\u9032\u968E\u8A2D\u5B9A",advancedDescription:"\u6B63\u5E38\u60C5\u6CC1\u7121\u9700\u8A2D\u5B9A\uFF0C\u4FDD\u6301\u9810\u8A2D\u5373\u53EF\u3002\u50C5\u91DD\u5C0D\u66F4\u5C08\u696D\u7684\u4F7F\u7528\u8005\uFF0C\u63D0\u4F9B\u66F4\u500B\u4EBA\u5316\u7684\u8A2D\u5B9A\u9805\u76EE\u3002",developer:"\u958B\u767C\u8005\u8A2D\u5B9A",donateCafe:"\u50F9\u683C","translate to the bottom of the page":"\u9032\u5165\u7DB2\u9801\u5F8C\uFF0C\u662F\u5426\u7ACB\u5373\u7FFB\u8B6F\u5230\u9801\u9762\u5E95\u90E8\uFF1F",feedback:"\u554F\u984C\u56DE\u5831",toggleTranslatePage:"\u7FFB\u8B6F\u7DB2\u9801/\u986F\u793A\u539F\u6587",translateToThePageEndImmediatelyDescription:"\u555F\u7528\u5F8C\uFF0C\u9032\u5165\u7DB2\u9801\u5C07\u7ACB\u5373\u7FFB\u8B6F\u5F9E\u9802\u90E8\u5230\u5E95\u90E8\u7684\u5167\u5BB9\u3002\u95DC\u9589\u5247\u908A\u770B\u908A\u8B6F\u3002\uFF08\u4E0D\u63A8\u85A6\u958B\u555F\uFF09","translate all areas of the page":"\u662F\u5426\u7FFB\u8B6F\u7DB2\u9801\u6240\u6709\u5340\u57DF",translationAreaDescription:"\u555F\u7528\u5F8C\uFF0C\u7DB2\u9801\u7684\u6240\u6709\u5340\u57DF\u90FD\u6703\u88AB\u7FFB\u8B6F\u3002\u95DC\u9589\u5247\u4F7F\u7528\u9810\u8A2D\u7684\u667A\u6167\u8FA8\u8B58\uFF0C\u50C5\u7FFB\u8B6F\u4E3B\u8981\u5340\u57DF\u3002(\u4E0D\u63A8\u85A6\u958B\u555F)","the number of characters to be translated first":"\u76F4\u63A5\u7FFB\u8B6F\u9801\u9762\u524D\u591A\u5C11\u500B\u5B57\u5143\uFF0C\u800C\u7121\u9700\u7B49\u5F85\u6372\u52D5\u81F3\u53EF\u898B\u5340\u57DF","interface language":"\u4ECB\u9762\u8A9E\u8A00","display both the original text and the translation":"\u540C\u6642\u986F\u793A\u539F\u6587\u548C\u8B6F\u6587","keyboard shortcuts":"\u9375\u76E4\u5FEB\u901F\u9375",modify:"\u8B8A\u66F4\u5FEB\u901F\u9375",reset:"\u91CD\u8A2D",close:"\u95DC\u9589",homepage:"\u9996\u9801",more:"\u66F4\u591A",moreOptions:"\u5C55\u958B\u66F4\u591A\u81EA\u8A02\u9078\u9805",translateTheWholePage:"\u7FFB\u8B6F\u9801\u9762\u5168\u90E8\u5340\u57DF\uFF08\u5340\u5206\u65BC\u53EA\u7FFB\u8B6F\u4E3B\u8981\u5340\u57DF\uFF09",changeToTranslateTheWholePage:"\u5207\u63DB\u70BA\u7FFB\u8B6F\u6240\u6709\u5340\u57DF",changeToTranslateTheMainPage:"\u5207\u63DB\u70BA\u7FFB\u8B6F\u4E3B\u8981\u5340\u57DF",translateToThePageEndImmediately:"\u7ACB\u5373\u7FFB\u8B6F\u5230\u5E95\u90E8\uFF08\u5340\u5206\u65BC\u770B\u54EA\u8B6F\u54EA\uFF09",translateTheMainPage:"\u667A\u6167\u7FFB\u8B6F\u4E3B\u8981\u5340\u57DF","The local rules are up to date":"\u672C\u6A5F\u898F\u5247\u5DF2\u70BA\u6700\u65B0\uFF1A","Successfully synchronized with the latest official rules:":"\u6210\u529F\u540C\u6B65\u6700\u65B0\u5B98\u65B9\u898F\u5247\uFF1A","Checking for updates":"\u6B63\u5728\u6AA2\u67E5\u66F4\u65B0","Rules are being synchronized":"\u6B63\u5728\u540C\u6B65\u5B98\u65B9\u898F\u5247",localVersionIsTooOld:"\u672C\u6A5F\u5957\u4EF6\u7248\u672C\u904E\u820A\uFF0C\u8ACB\u5347\u7D1A\u5957\u4EF6\u81F3 {minVersion} \u6216\u66F4\u65B0\u7684\u7248\u672C\u518D\u5617\u8A66\u540C\u6B65",badUserscriptBrowser:"\u76EE\u524D\u700F\u89BD\u5668\u7121\u6CD5\u6B63\u78BA\u5BE6\u73FE\u6CB9\u7334\u5957\u4EF6\u7684\u4ECB\u9762\uFF0C\u8ACB\u4F7F\u7528\u5176\u4ED6<1>\u652F\u63F4\u6CB9\u7334\u5957\u4EF6\u7684\u700F\u89BD\u5668\u5982(Firefox Nightly \u7248\u672C)",foundNewVersion:"\u6709\u65B0\u7248\u672C\u53EF\u7528",theLocalExtensionIsUpToUpdate:"\u76EE\u524D\u5957\u4EF6\u5DF2\u662F\u6700\u65B0\u7248\u672C",failToSyncRules:"\u540C\u6B65\u6700\u65B0\u5B98\u65B9\u898F\u5247\u5931\u6557",retry:"\u9EDE\u6B64\u91CD\u8A66",failedReason:"\u5931\u6557\u539F\u56E0",currentRuleVersion:"\u76EE\u524D\u898F\u5247\u7248\u672C",calculating:"\u6B63\u5728\u8A08\u7B97",unknownError:"\u672A\u77E5\u7684\u932F\u8AA4",canNotFetchRemoteRule:"\u7121\u6CD5\u53D6\u5F97\u9060\u7AEF\u898F\u5247",enableAlphaSuccess:"\u5DF2\u555F\u7528 Alpha \u529F\u80FD",disableAlphaSuccess:"\u5DF2\u505C\u7528 Alpha \u529F\u80FD",cacheSize:"\u5FEB\u53D6\u5927\u5C0F\uFF1A",cleaning:"\u6B63\u5728\u6E05\u7406",cleanCache:"\u6E05\u9664\u5FEB\u53D6",options:"\u9078\u9805",about:"\u95DC\u65BC",service:"\u7FFB\u8B6F\u670D\u52D9",needAction:"(\u524D\u5F80\u8A2D\u5B9A)",goSettings:"\u524D\u5F80\u8A2D\u5B9A",needActionForOptions:"(\u9700\u8A2D\u5B9A)",translationEngine:"\u5F15\u64CE\u9078\u9805",sourceLanguage:"\u539F\u6587\u8A9E\u8A00",target:"\u76EE\u6A19\u8A9E\u8A00",popupSourceLanguage:"\u539F\u6587\u8A9E\u8A00",popupTarget:"\u76EE\u6A19\u8A9E\u8A00",popupService:"\u7FFB\u8B6F\u670D\u52D9",forThisSite:"\u7576\u524D\u7DB2\u7AD9",autoEnableSubtitle:"\u81EA\u52D5\u958B\u555F\u96D9\u8A9E\u5B57\u5E55",alwaysTranslate:"\u7E3D\u662F\u7FFB\u8B6F",neverTranslate:"\u6C38\u4E0D\u7FFB\u8B6F",neverTranslateSomeLanguage:"\u6C38\u4E0D\u7FFB\u8B6F {language}",alwaysTranslateSomeSite:"\u7E3D\u662F\u7FFB\u8B6F {hostname}",neverTranslateSomeSite:"\u6C38\u4E0D\u7FFB\u8B6F {hostname}",alwaysTranslateSomeSiteOrWildSite:"\u7E3D\u662F\u7FFB\u8B6F\u7DB2\u7AD9",alwaysTranslateSomePage:"\u7E3D\u662F\u7FFB\u8B6F\u8A72\u7DB2\u9801",add:"\u65B0\u589E",default:"\u9810\u8A2D",forThisLanguage:"\u91DD\u5C0D\u8A72\u8A9E\u8A00\uFF1A","add url":"\u8F38\u5165 URL",edit:"\u7DE8\u8F2F",pickAll:"\u5168\u9078","translate other languages into specific language":"\u5C07\u5176\u5B83\u8A9E\u8A00\u7FFB\u8B6F\u70BA\u4F60\u8A2D\u5B9A\u7684\u8A9E\u8A00","select translation service":"\u9078\u64C7\u4F60\u60F3\u7528\u7684\u7FFB\u8B6F\u670D\u52D9",language:"\u8A9E\u8A00","show-original":"\u986F\u793A\u539F\u6587",translate:"\u7FFB\u8B6F",Translated:"\u5DF2\u7FFB\u8B6F",Translating:"\u6B63\u5728\u7FFB\u8B6F",Error:"\u932F\u8AA4",allowCacheTranslations:"\u555F\u7528\u672C\u6A5F\u7FFB\u8B6F\u5FEB\u53D6\uFF08\u6E1B\u5C11\u91CD\u8907\u6BB5\u843D\u7684\u7FFB\u8B6F\u8981\u6C42\uFF09","translation display":"\u8B6F\u6587\u986F\u793A\u6A23\u5F0F","select diplay style":"\u5340\u5206\u8B6F\u6587\u7684\u6A23\u5F0F\uFF0C\u5177\u9AD4\u53EF\u53C3\u8003\u4E0B\u5217\u7BC4\u4F8B",interface:"\u4ECB\u9762\u8A2D\u5B9A",import_export:"\u532F\u5165/\u532F\u51FA",import_export_title:"\u532F\u5165/\u532F\u51FA\u8A2D\u5B9A",syncToGoogleDrive:"\u7ACB\u5373\u8207 Google Drive \u540C\u6B65","floatBallOptions.enable":"\u555F\u7528\u61F8\u6D6E\u7403","floatBallOptions.blockUrls":"\u7981\u7528\u7DB2\u7AD9","floatBallOptions.add":"\u6DFB\u52A0","floatBallOptions.blockUrlDesc":"\u7576\u9047\u5230\u4EE5\u4E0B\u7DB2\u7AD9\u6642\u4E0D\u986F\u793A\u61F8\u6D6E\u7403","floatBallOptions.clickType":"\u9EDE\u64CA\u884C\u70BA","floatBallOptions.clickTypeDesc":"\u61F8\u6D6E\u7403\u5716\u6A19\u9EDE\u64CA\u6642\u7684\u884C\u70BA","floatBallOptions.clickPopup":"\u986F\u793A\u7FFB\u8B6F\u9762\u677F","floatBallOptions.clickTranslate":"\u7FFB\u8B6F/\u986F\u793A\u539F\u6587","floatBallOptions.fixedPosition":"\u56FA\u5B9A\u4F4D\u7F6E","floatBallOptions.fixedPositionDesc":"\u61F8\u6D6E\u7403\u5728\u7A97\u53E3\u5DE6\u5074\u9084\u662F\u53F3\u5074","floatBallOptions.fixedPositionLeft":"\u5DE6\u5074","floatBallOptions.fixedPositionRight":"\u53F3\u5074",previewAllThemes:"\u9810\u89BD\u5168\u90E8\u6A23\u5F0F","translationTheme.none":"\u7121","translationTheme.grey":"\u9ED1\u7070\u8272","translationTheme.dashed":"\u7834\u6298\u865F\u5E95\u7DDA","translationTheme.dotted":"\u9EDE\u72C0\u5E95\u7DDA","translationTheme.dashedBorder":"\u865B\u7DDA\u6846\u7DDA","translationTheme.solidBorder":"\u5BE6\u7DDA\u6846\u7DDA","translationTheme.underline":"\u76F4\u7DDA\u5E95\u7DDA","translationTheme.mask":"\u6A21\u7CCA\u6548\u679C\uFF08\u5B78\u7FD2\u6A21\u5F0F\uFF09","translationTheme.opacity":"\u900F\u660E\u6548\u679C","translationTheme.paper":"\u767D\u7D19\u9670\u5F71\u6548\u679C","translationTheme.dividingLine":"\u5206\u9694\u7DDA","translationTheme.highlight":"\u9192\u76EE\u63D0\u793A","translationTheme.marker":"\u99AC\u514B\u7B46","translationTheme.marker2":"\u99AC\u514B\u7B462","translationTheme.blockquote":"\u5F15\u7528\u6A23\u5F0F","translationTheme.weakening":"\u5F31\u5316","translationTheme.italic":"\u659C\u9AD4","translationTheme.bold":"\u7C97\u9AD4","translationTheme.thinDashed":"\u7D30\u7834\u6298\u865F\u5E95\u7DDA","translationTheme.nativeDashed":"\u7CFB\u7D71\u5167\u5EFA\u7834\u6298\u865F\u5E95\u7DDA","translationTheme.nativeDotted":"\u7CFB\u7D71\u5167\u5EFA\u9EDE\u72C0\u5E95\u7DDA","translationTheme.nativeUnderline":"\u7CFB\u7D71\u5167\u5EFA\u76F4\u7DDA\u5E95\u7DDA","translationTheme.wavy":"\u6CE2\u5F62\u66F2\u7DDA","translationServices.custom":"\u81EA\u5B9A\u7FA9API","translationServices.tencent":"\u9A30\u8A0A\u7FFB\u8B6F\u541B","translationServices.tenAlpha":"\u9A30\u8A0A\u7FFB\u8B6F\u541B(Alpha)","translationServices.google":"Google \u7FFB\u8B6F","translationServices.bai":"\u767E\u5EA6(Alpha)","translationServices.baidu":"\u767E\u5EA6\u7FFB\u8B6F","translationServices.aliyun":"\u963F\u91CC\u96F2\u7FFB\u8B6F","translationServices.volc":"\u706B\u5C71\u7FFB\u8B6F","translationServices.deeplx":"DeepLX(Beta)","translationServices.bing":"\u5FAE\u8F6F\u7FFB\u8B6F","translationServices.deepl":"DeepL","translationServices.wechat":"\u5FAE\u4FE1\u7FFB\u8B6F","translationServices.azure":"Azure \u7FFB\u8B6F","translationServices.ibm":"IBM Watson","translationServices.aws":"\u4E9E\u99AC\u905C\u7FFB\u8B6F","translationServices.mock":"\u6A21\u64EC\u7FFB\u8B6F","translationServices.mock2":"\u6A21\u64EC\u7FFB\u8B6F2","translationServices.caiyun":"\u5F69\u96F2\u5C0F\u8B6F","translationServices.cai":"\u5F69\u96F2\u5C0F\u8B6F (Alpha)","translationServices.volcAlpha":"\u706B\u5C71\u7FFB\u8B6F(Alpha)","translationServices.openl":"OpenL","translationServices.youdao":"\u6709\u9053\u7FFB\u8B6F","translationServices.you":"\u6709\u9053\u7FFB\u8B6F (Alpha)","translationServices.transmart":"\u9A30\u8A0A\u4EA4\u4E92\u7FFB\u8B6F","translationServices.niu":"\u5C0F\u725B\u7FFB\u8B6F","translationServices.papago":"Papago \u7FFB\u8B6F","translationServices.d":"Deepl(Alpha)","translationServices.dpro":"D Pro (Canary)","translationServices.openai":"OpenAI","translationServices.yandex":"Yandex","translationServices.chatgpt":"ChatGPT Web(3.5 mobile)","translate title":"\u7FFB\u8B6F\u9801\u9762\u6A19\u984C","always languages":"\u7E3D\u662F\u7FFB\u8B6F\u7684\u8A9E\u8A00",neverTranslateLanguagesLabel:"\u6C38\u4E0D\u7FFB\u8B6F\u7684\u8A9E\u8A00",neverTranslateTheFollowingLanguagesDescription:"\u7576\u9801\u9762\u4E2D\u67D0\u4E00\u6BB5\u843D\u7684\u8A9E\u8A00\u70BA\u4E0B\u5217\u8A9E\u8A00\u6642\uFF0C\u5C07\u8DF3\u904E\u7FFB\u8B6F",enableUserscriptPagePopup:"\u5728\u9801\u9762\u4E0A\u986F\u793A\u61F8\u6D6E\u7403",enableUserscriptPagePopupDescription:"\u95DC\u9589\u61F8\u6D6E\u7403\u5F8C\uFF0C\u53EF\u4EE5\u7528\u5FEB\u901F\u9375/{touch}\u518D\u6B21\u986F\u793A\u3002\u70BA\u9632\u6B62\u4E0D\u614E\u95DC\u9589\u8A72\u9078\u9805\u5F8C\u627E\u4E0D\u5230\u61F8\u6D6E\u7403\uFF0C\u5EFA\u8B70\u5C07\u672C\u8A2D\u5B9A\u9801\u9762\u52A0\u5165\u81F3\u6211\u7684\u6700\u611B","always translate the following languages":"\u7576\u9801\u9762\u8A9E\u8A00\u70BA\u4E0B\u5217\u8A9E\u8A00\u6642\uFF0C\u6703\u81EA\u52D5\u7FFB\u8B6F\u70BA\u76EE\u6A19\u8A9E\u8A00","always sites":"\u7E3D\u662F\u7FFB\u8B6F\u7684\u7DB2\u5740","always translate the following sites":"\u7576\u7DB2\u7AD9\u70BA\u4E0B\u5217\u7DB2\u57DF\u540D\u7A31\u6642\uFF0C\u6703\u81EA\u52D5\u7FFB\u8B6F\u70BA\u76EE\u6A19\u8A9E\u8A00","never sites":"\u6C38\u4E0D\u7FFB\u8B6F\u7684\u7DB2\u5740","never translate the following sites":"\u7576\u7DB2\u7AD9\u70BA\u4E0B\u5217\u7DB2\u57DF\u540D\u7A31\u6642\uFF0C\u5C07\u4E0D\u6703\u9032\u884C\u7FFB\u8B6F","please refer to":"\u9700\u8981\u586B\u5BEB\u91D1\u9470\u5F8C\u624D\u53EF\u4F7F\u7528\uFF0C\u8A73\u7D30\u8CC7\u8A0A\u8ACB\u53C3\u8003",KeyAndConfigurationTutorial:"\u300A\u91D1\u9470\u7533\u8ACB\u548C\u8A2D\u5B9A\u6559\u5B78\u300B",useAboveStyleForTheseSites:"\u7576\u7DB2\u7AD9\u70BA\u4E0B\u5217\u7DB2\u57DF\u540D\u7A31\u6642\uFF0C\u7E3D\u662F\u4F7F\u7528 \u2308{theme}\u230B \u8B6F\u6587\u6A23\u5F0F",currentUrl:"\u76EE\u524D\u7DB2\u5740",confirm:"\u5132\u5B58",cancel:"\u53D6\u6D88",delete:"\u522A\u9664","languages.auto":"\u81EA\u52D5\u5075\u6E2C",syncToCloud:"\u540C\u6B65\u81F3\u96F2\u7AEF",syncToCloudDescription:"\u4E0A\u50B3\u81F3\u96F2\u7AEF\u5F8C\uFF0C\u53EF\u4EE5\u5728\u4E0D\u540C\u7684\u700F\u89BD\u5668/\u6CB9\u7334\u8173\u672C\u4E4B\u9593\u540C\u6B65\u8A2D\u5B9A\uFF0C\u4EE5\u6700\u5F8C\u8B8A\u66F4\u6642\u9593\u70BA\u6E96\u3002",syncToAccount:"\u540C\u6B65\u5230\u8CEC\u6236",syncToAccountButton:"\u7ACB\u5373\u8207\u96F2\u7AEF\u540C\u6B65",syncToAccountDescription:"\u4E0A\u50B3\u5230\u5DF2\u767B\u9304\u8CEC\u6236\uFF0C\u53EF\u4EE5\u5728\u4E0D\u540C\u7684\u8A2D\u5099\u4E4B\u9593\u540C\u6B65\u914D\u7F6E\uFF0C\u4EE5\u6700\u5F8C\u4FEE\u6539\u6642\u9593\u70BA\u6E96\u3002",successSyncConfigInAccount:"\u6210\u529F\u8207\u8CEC\u6236\u4FDD\u6301\u540C\u6B65",successSyncConfigToAccount:"\u6210\u529F\u540C\u6B65\u5230\u8CEC\u6236",syncConfigNoUpdate:"\u5DF2\u7D93\u662F\u6700\u65B0\u7684\u4E86",authFail:"\u6388\u6B0A\u5931\u6557",syncTitle:"\u624B\u52D5\u5099\u4EFD\u7BA1\u7406",import_hint:"\u532F\u5165",upload:"\u4E0A\u50B3",revokeAuth:"\u64A4\u92B7\u6388\u6B0A",uploadFail:"\u4E0A\u50B3\u5931\u6557",download:"\u4E0B\u8F09",importSuccess:"\u532F\u5165\u6210\u529F",importFail:"\u532F\u5165\u5931\u6557",deleteFail:"\u522A\u9664\u5931\u6557",backupToCloud:"\u624B\u52D5\u7BA1\u7406\u5099\u4EFD\u6A94\u6848",create_new_backup:"\u65B0\u589E\u5099\u4EFD\u7BC0\u9EDE",maxBackupFiles:"\u6700\u591A\u53EF\u4EE5\u5099\u4EFD{count}\u500B\u4E0D\u540C\u7684\u7BC0\u9EDE\uFF0C\u8ACB\u522A\u9664\u4E0D\u9700\u8981\u7684\u7BC0\u9EDE",backupToCloudDescription:"\u624B\u52D5\u4E0A\u50B3\u6216\u9084\u539F\u5099\u4EFD\u6A94\u6848\uFF0C\u6700\u591A\u5141\u8A31 3 \u500B\u4E0D\u540C\u7684\u5099\u4EFD",successSyncConfig:"\u6210\u529F\u8207\u96F2\u7AEF\u4FDD\u6301\u540C\u6B65",syncFail:"\u540C\u6B65\u5931\u6557",updatedAt:"\u66F4\u65B0\u65BC {date}",lastSyncedAt:"\u4E0A\u6B21\u6AA2\u67E5\u65BC {date}",downloadFail:"\u4E0B\u8F09\u5931\u6557",clickToDownload:"\u9EDE\u9078\u4E0B\u8F09",aboutLabel:"\u95DC\u65BC - \u554F\u984C\u56DE\u5831","browser.openAboutPage":"\u95DC\u65BC/\u554F\u984C\u56DE\u5831",aboutLabelWithoutSponsor:"\u95DC\u65BC - \u554F\u984C\u56DE\u5831",aboutIntro:"\u5E0C\u671B\u6211\u5011\u90FD\u80FD\u66F4\u52A0\u5BB9\u6613\u4E14\u6109\u6085\u5730\u7372\u53D6\u7DB2\u969B\u7DB2\u8DEF\u4E0A\u66F4\u591A\u7684\u5916\u8A9E\u8CC7\u8A0A \u2764\uFE0F \u4F60\u53EF\u4EE5\u9078\u64C7\u958B\u901A <6>Pro\u6703\u54E1 \u4F86\u4F7F\u7528\u958B\u7BB1\u5373\u7528\u7684 DeepL \u548C OpenAI \u7FFB\u8B6F\u3002

\u4F60\u53EF\u4EE5\u95DC\u6CE8\u6211\u4EEC\u7684<3>Twitter\uFF0C<4>Telegram \u983B\u9053\u4EE5\u53CA\u4E0B\u65B9\u7684<5>\u90F5\u4EF6\u8A02\u95B1\u8FFD\u8E64\u66F4\u65B0\u3002
<7>Pro \u6703\u54E1 \u53EF\u4EE5\u901A\u904E\u5FEB\u901F\u5BA2\u670D\u90F5\u7BB1 <8>support@immersivetranslate.com \u548C\u6211\u5011\u53D6\u5F97\u806F\u7E6B\u3002",aboutIntroWithoutSponsor:"\u5E0C\u671B\u6211\u5011\u90FD\u80FD\u66F4\u52A0\u5BB9\u6613\u4E14\u6109\u6085\u5730\u7372\u53D6\u7DB2\u969B\u7DB2\u8DEF\u4E0A\u66F4\u591A\u7684\u5916\u8A9E\u8CC7\u8A0A \u2764\uFE0F ",projectHomepage:"\u5C08\u6848\u9996\u9801",joinTelegramGroup:"\u52A0\u5165\u7528\u6237\u4EA4\u6D41\u7FA4\u7D44\u53C3\u8207\u529F\u80FD\u8A0E\u8AD6",wechatPublicAccount:"\u5FAE\u4FE1\u516C\u773E\u865F",wechatCommunities:"\u5FAE\u4FE1\u4EA4\u6D41\u7FA4",qqCommunities:"QQ \u4EA4\u6D41\u983B\u9053",joinTelegramChannel:"\u95DC\u6CE8 Telegram \u983B\u9053\u77AD\u89E3\u66F4\u65B0\u8CC7\u8A0A",feedbackAndJoin:"\u554F\u984C\u56DE\u5831/\u52A0\u5165\u7FA4\u7D44",autoSync:"\u81EA\u52D5\u5B9A\u6642\u540C\u6B65",loadingThemeTitle:"Loading \u6A23\u5F0F",loadingThemeDescription:"\u8A2D\u5B9A\u7B49\u5F85\u8B6F\u6587\u8F09\u5165\u6642\u7684\u6A23\u5F0F","loadingTheme.spinner":"\u8F49\u5708\u52D5\u756B","loadingTheme.text":"\u975C\u614B\u6587\u5B57 ... ","loadingTheme.none":"\u4E0D\u986F\u793A",developerDescription:"\u53EF\u4EE5\u9EDE\u9078<1>\u6B64\u8655\u6AA2\u8996\u9032\u968E\u81EA\u8A02\u529F\u80FD\u76F8\u95DC\u7684\u8AAA\u660E\u6587\u4EF6","edit border color":"\u8B8A\u66F4\u908A\u6846\u8272\u5F69",successSyncButNoChange:"\u76EE\u524D\u8A2D\u5B9A\u8207\u96F2\u7AEF\u4E00\u81F4",customTheme:"\u81EA\u8A02\u8272\u5F69\u548C\u5927\u5C0F","customThemeLabel.borderColor":"\u908A\u6846\u8272\u5F69","customThemeLabel.borderRadius":"\u908A\u6846\u5713\u89D2","customThemeLabel.textColor":"\u6587\u5B57\u8272\u5F69","customThemeLabel.backgroundColor":"\u80CC\u666F\u8272\u5F69","customThemeLabel.zoom":"\u5B57\u578B\u7E2E\u653E\u6BD4\u4F8B (%)","customThemeLabel.opacity":"\u6587\u5B57\u4E0D\u900F\u660E\u5EA6(%)",resetToDefaultColor:"\u9084\u539F\u70BA\u9810\u8A2D\u8272\u5F69",resetToDefaultSettings:"\u9084\u539F\u70BA\u9810\u8A2D\u8A2D\u5B9A",isTranslateTitle:"\u555F\u7528\u7DB2\u9801\u6A19\u984C\u7FFB\u8B6F",isTranslateTitleDescription:"\u555F\u7528\u5F8C\uFF0C\u7DB2\u9801\u7684\u6A19\u984C\u6703\u88AB\u7FFB\u8B6F",enableSearchEnhancement:"\u958B\u555F\u641C\u7D22\u589E\u5F37",enableSearchEnhancementDescription:"\u4E2D\u6587\u641C\u7D22\u8C37\u6B4C\u6703\u5728\u53F3\u908A\u51FA\u73FE\u82F1\u6587\u7248\u8C37\u6B4C\u65B0\u805E",verifyService:"\u9EDE\u6B64\u6E2C\u8A66\u670D\u52D9",verified:"\u9A57\u8B49\u6210\u529F","field.langs":"\u652F\u63F4\u7684\u8A9E\u8A00\u4EE3\u78BC","field.model":"\u6A21\u578B","field.translationEngine":"\u7FFB\u8B6F\u5F15\u64CE","field.limitPerMinute":"\u6BCF\u5206\u9418\u6700\u5927\u8981\u6C42\u6578","field.limitPerSecond":"\u6BCF\u79D2\u6700\u5927\u8981\u6C42\u6578","field.maxTextLengthPerRequest":"\u6BCF\u6B21\u8981\u6C42\u7684\u6700\u5927\u6587\u5B57\u9577\u5EA6","field.maxTextGroupLengthPerRequest":"\u6BCF\u6B21\u8981\u6C42\u6700\u5927\u6BB5\u843D\u6578","field.apiUrl":"\u81EA\u8A02 API \u4F4D\u5740","field.placeholderDelimiters":"\u4FDD\u7559\u7684\u4F54\u4F4D\u7B26","description.custom":"\u81EA\u5B9A\u7FA9\u63A5\u53E3\u63A5\u5165 \u9700\u8981\u53C3\u8003\u6587\u6A94","description.limitPerMinute":"\u8981\u6C42\u6578\u8D85\u904E\u8A72\u9650\u5236\u6642\u6703\u88AB\u66AB\u6642\u505C\u7528\uFF0C\u76F4\u81F3\u4E0B\u4E00\u5206\u9418\u958B\u59CB\u3002\u7531\u4E8EOpenAI\u76EE\u524D\u670D\u52A1\u7684\u5404\u79CD\u9650\u5236\uFF0C\u8BF7\u70B9\u51FB<1>\u8FD9\u91CC\u67E5\u770B\u6700\u65B0\u5EFA\u8BAE\u7684\u6570\u503C","description.limitPerSecond":"\u8981\u6C42\u6578\u8D85\u904E\u8A72\u9650\u5236\u6642\u6703\u88AB\u66AB\u6642\u505C\u7528\uFF0C\u76F4\u81F3\u4E0B\u4E00\u79D2\u9418\u958B\u59CB\u3002\u7531\u4E8EOpenAI\u76EE\u524D\u670D\u52A1\u7684\u5404\u79CD\u9650\u5236\uFF0C\u8BF7\u70B9\u51FB<1>\u8FD9\u91CC\u67E5\u770B\u6700\u65B0\u5EFA\u8BAE\u7684\u6570\u503C","description.generalLimitPerSecond":"\u8ACB\u6C42\u6578\u8D85\u904E\u8A72\u9650\u5236\u6642\u6703\u9032\u5165\u6392\u968A\u72C0\u614B\uFF0C\u76F4\u5230\u4E0B\u4E00\u79D2\u9418\u958B\u59CB\u3002","description.prompt":"\u4EE5\u7528\u6236\u8EAB\u4EFD\u767C\u9001\u7D66 {service} \u7684\u5C0D\u8A71\uFF0C\u5176\u4E2D {{text}} \u8868\u793A\u6BB5\u843D\u7684\u6587\u672C\u5167\u5BB9\uFF0C{{from}} \u8868\u793A\u6BB5\u843D\u7684\u8A9E\u8A00\uFF0C{{to}} \u8868\u793A\u76EE\u6A19\u8A9E\u8A00","description.maxTextLengthPerRequest":"\u9810\u8A2D\u6703\u5408\u4F75\u591A\u500B\u6BB5\u843D\uFF0C\u4EE5\u6E1B\u5C11\u8ACB\u8981\u6C42\u6578\uFF0C\u4F46\u662F\u5982\u679C\u6BB5\u843D\u7E3D\u9577\u5EA6\u904E\u9577\uFF0C\u4E5F\u53EF\u80FD\u6703\u5C0E\u81F4 API \u7684\u56DE\u61C9\u6642\u9593\u589E\u52A0\uFF0C\u56E0\u6B64\u53EF\u4EE5\u5617\u8A66\u8ABF\u6574\u8A72\u9078\u9805\u4F86\u63D0\u5347\u901F\u5EA6","description.systemPrompt":"\u4EE5\u7CFB\u7D71\u50B3\u9001\u767C\u9001\u7D66 OpenAI \u7684\u5C0D\u8A71\uFF0C\u5176\u4E2D {{text}} \u8868\u793A\u6BB5\u843D\u7684\u6587\u5B57\u5167\u5BB9\uFF0C{{from}} \u8868\u793A\u6BB5\u843D\u7684\u8A9E\u8A00\uFF0C{{to}} \u8868\u793A\u76EE\u6A19\u8A9E\u8A00","field.domain":"\u9818\u57DF","description.domain":"\u9ED8\u8A8D\u70BA\uFF1Ageneral\u3002\u50C5\u5728\u6709\u9053API\u63A7\u5236\u53F0\u958B\u901A\u9818\u57DF\u5316\u7FFB\u8B6F\u7684\u60C5\u6CC1\u4E0B\u53EF\u8A2D\u7F6E\uFF0C\u652F\u6301\u9818\u57DF\u898B<1>\u9019\u88E1","field.scene":"\u5834\u666F","description.scene":"\u9ED8\u8A8D\u70BA\uFF1Ageneral\u3002\u50C5\u5728\u963F\u91CC\u96F2API\u63A7\u5236\u53F0\u958B\u901A\u6A5F\u5668\u7FFB\u8B6F\u5C08\u696D\u7248\u7684\u60C5\u6CC1\u4E0B\u53EF\u8A2D\u7F6E\uFF0C\u652F\u6301\u5834\u666F\u898B<1>\u9019\u88E1","field.vocabId":"\u4F7F\u7528\u8005\u8A5E\u5178ID","description.vocabId":"\u6307\u5B9A\u7684\u5B57\u5178out_id\uFF0C\u76EE\u524D\u652F\u63F4\u82F1\u8B6F\u4E2D","description.model":"OpenAI \u7684\u6A21\u578B\uFF0C\u53EF\u4EE5\u70BA gpt-3.5-turbo, gpt-4 \u7B49","description.maxTextGroupLengthPerRequest":"\u6BCF\u6B21\u50B3\u9001\u7D66\u7FFB\u8B6F\u670D\u52D9\u7684\u6BB5\u843D\u6578\u91CF\uFF0C\u5982\u679C\u6BB5\u843D\u6578\u91CF\u904E\u591A\uFF0C\u53EF\u80FD\u6703\u5C0E\u81F4\u56DE\u61C9\u901F\u5EA6\u8B8A\u6162","description.apiUrl":"\u8ACB\u52A0\u5165\u5177\u9AD4\u5305\u542B\u8DEF\u5F91\u7684\u7DB2\u5740",enabledExtension:"\u555F\u7528\u5957\u4EF6",clickToDisableExtension:"\u9EDE\u9078\u505C\u7528\u5957\u4EF6",clickToEnableExtension:"\u9EDE\u9078\u555F\u7528\u5957\u4EF6",hasBeenDisabled:"\u5DF2\u505C\u7528","show password":"\u986F\u793A\u5BC6\u78BC",customContent:"\u8F38\u5165\u81EA\u5B9A\u7FA9\u6A21\u578B",inputOptions:"\u8F38\u5165\u6846\u589E\u5F37",mouseHoverOptions:"\u9F20\u6A19\u6ED1\u904E",modifyMouseHoverKey:"\u4FEE\u6539\u6ED1\u9F20\u61F8\u505C\u5FEB\u6377\u9375",enableInputTranslation:"\u662F\u5426\u555F\u7528\u8F38\u5165\u6846\u589E\u5F37",enableInputTranslationDescription:"\u555F\u7528\u5F8C\uFF0C\u8F38\u5165\u6846\u76F4\u63A5\u8F38\u5165 {startingKey}{startingKey} \u4F60\u597D\uFF0C\u7136\u5F8C\u5FEB\u901F\u9023\u64CA{inputTrailingTriggerKeyRepeatTimes}\u6B21{trailingKey}\uFF0C\u5373\u53EF\u7FFB\u8B6F\u70BA {inputTargetLanguage}",enableInputTranslationDescriptionForNoneKey:"\u555F\u7528\u5F8C\uFF0C\u8F38\u5165\u6846\u76F4\u63A5\u8F38\u5165\uFF1A\u4F60\u597D\u4E16\u754C\uFF0C\u7136\u5F8C\u5FEB\u901F\u9023\u64CA{inputTrailingTriggerKeyRepeatTimes}\u6B21{trailingKey}\uFF0C\u5373\u53EF\u7FFB\u8B6F\u70BA\u9810\u8A2D\u76EE\u6A19\u8A9E\u8A00",inputTargetLanguage:"\u8A2D\u5B9A\u8F38\u5165\u6846\u7684\u9810\u8A2D\u76EE\u6A19\u8A9E\u8A00",inputTargetLanguageDescription:"\u8F38\u5165\u6846\u7FFB\u8B6F\u7684\u9810\u8A2D\u76EE\u6A19\u8A9E\u8A00\uFF0C\u4E5F\u5C31\u662F {startingKey}{startingKey} \u4F5C\u70BA\u89F8\u767C\u8A5E\u7684\u9810\u8A2D\u8A9E\u8A00",inputTargetLanguageDescriptionForNoneKey:"\u8F38\u5165\u6846\u7FFB\u8B6F\u7684\u9810\u8A2D\u76EE\u6A19\u8A9E\u8A00",inputStartingTriggerKeyTitle:"\u8A2D\u5B9A\u8F38\u5165\u6846\u90E8\u5206\u7FFB\u8B6F\u7684\u5206\u5272\u5B57\u7B26",inputStartingTriggerKeyDescription:"\u7576\u4F60\u4E0D\u9700\u8981\u7FFB\u8B6F\u6574\u500B\u8F38\u5165\u6846\u7684\u6642\u5019\uFF0C\u5206\u5272\u7B26\u5141\u8A31\u4F60\u53EA\u7FFB\u8B6F {startingKey}{startingKey} \u5230\u8F38\u5165\u6846\u672B\u5C3E\u7684\u90E8\u5206\uFF0C\u4E5F\u53EF\u4EE5\u6307\u5B9A\u8A9E\u8A00\u4EE3\u78BC\uFF0C\u4F8B\u5982\uFF1A{startingKey}ja \u8868\u793A\u53EA\u7FFB\u8B6F {startingKey}ja \u5230\u8F38\u5165\u6846\u672B\u5C3E\u7684\u90E8\u5206",inputStartingTriggerKeyDescriptionForNoneKey:"\u76EE\u524D\u8A2D\u5B9A\u70BA\u7121\u9700\u524D\u7DB4\uFF0C\u66AB\u7121\u6CD5\u4F7F\u7528\u8F38\u5165\u6846\u7684\u90E8\u5206\u6587\u5B57\u7FFB\u8B6F\u529F\u80FD",inputTrailingTriggerKeyTitle:"\u9078\u64C7\u4E00\u500B\u8F38\u5165\u7D50\u675F\u7684\u89F8\u767C\u5B57\u7B26",inputTrailingTriggerKeyDescription:"\u5FEB\u901F\u9023\u64CA3 \u6B21{trailingKey} \u5C07\u6703\u958B\u59CB\u7FFB\u8B6F",inputTrailingTriggerKeyTimeout:"\u8F38\u5165\u7D50\u675F\u9023\u64CA\u89F8\u767C\u7684\u9593\u9694\u6642\u9593",inputTrailingTriggerKeyTimeoutDescription:"\u8A2D\u7F6E\u8F38\u5165\u7D50\u675F\u9023\u64CA\u89F8\u767C\u7684\u9593\u9694\u6642\u9593\uFF08\u6BEB\u79D2\uFF09",spaceKey:"<\u7A7A\u683C\u9375>",noneKey:"\u7121\u9700\u524D\u7DB4\uFF0C\u76F4\u63A5\u7FFB\u8B6F\u6574\u500B\u6587\u5B57\u6846",inputTranslationBlockUrlsTitle:"\u5207\u52FF\u5728\u4EE5\u4E0B\u7DB2\u5740\u4E2D\u555F\u7528\u8F38\u5165\u6846\u589E\u5F37",inputTranslationBlockUrlsDescription:"\u5728\u4EE5\u4E0B\u7DB2\u5740\u4E2D\uFF0C\u8F38\u5165\u6846\u589E\u5F37\u5C07\u4E0D\u6703\u751F\u6548",inputHelperInfo:"\u8AAA\u660E\uFF1A\u6211\u5011\u7279\u5225\u91DD\u5C0D\u5728\u4E2D\u6587\u8F38\u5165\u6CD5\u4E0B\u90E8\u5206\u89F8\u767C\u5B57\u7B26\u6703\u8B8A\u6210\u4E2D\u6587\u6A19\u9EDE\u7B26\u865F\u9019\u4EF6\u4E8B\u505A\u4E86\u512A\u5316\uFF0C\u6BD4\u5982\u641C\u72D7\u8F38\u5165\u6CD5\u4E0B / \u6703\u8B8A\u6210\u9813\u865F \u3001\uFF0C\u6C89\u6D78\u5F0F\u7FFB\u8B6F\u652F\u6301\u6240\u6709\u89F8\u767C\u7B26\u5C0D\u61C9\u7684\u4E2D\u6587\u7B26\u865F\uFF0C\u4E5F\u5C31\u662F\u8AAA // \u3001\u3001 \u90FD\u6703\u88AB\u8B58\u5225\u70BA\u89F8\u767C\u5B57\u7B26\u3002

\u540C\u6642\u6211\u5011\u4E5F\u652F\u6301\u8A9E\u8A00\u4EE3\u78BC\u7684\u4E2D\u6587\u5225\u540D\u4F5C\u70BA\u547D\u4EE4\uFF0C\u6BD4\u5982 /\u65E5\u6587 \u4F60\u597D\u4E16\u754C \u6703\u88AB\u7FFB\u8B6F\u70BA\u65E5\u6587\uFF0C<1>\u9EDE\u6B64\u67E5\u770B\u6240\u6709\u652F\u63F4\u7684\u8A9E\u8A00\u4EE3\u78BC\u3002",reloadCurrentPage:"\u8ACB\u5148\u5237\u65B0\u76EE\u524D\u9801\u9762\uFF0C\u518D\u958B\u59CB\u7FFB\u8B6F",noLocalFilePermissionForPDF:"\u66AB\u7121\u6B0A\u9650\u8B80\u53D6\u672C\u6A5F\u6587\u4EF6\uFF0C\u8ACB\u9EDE\u9078\u4E0A\u65B9\u6309\u9215\uFF0C\u7136\u5F8C\u532F\u5165\u672C\u6A5F\u6587\u4EF6",noPermissionForThisPage:"\u26A0\uFE0F \u66AB\u7121\u6B0A\u9650\u7FFB\u8B6F\u76EE\u524D\u9801\u9762","error.retry":"\u91CD\u8A66","error.reason":"\u932F\u8AA4\u539F\u56E0",retryAllParagraphs:"\u91CD\u8A66\u5168\u90E8\u932F\u8AA4\u6BB5\u843D",retryAllButton:"\u91CD\u8A66\u5168\u90E8\u932F\u8AA4\u6BB5\u843D",errorTooltipTitle:"\u9EDE\u64CA\u770B\u932F\u8AA4\u539F\u56E0",errorModalTitle:"\u7FFB\u8B6F\u670D\u52D9\u6216\u7DB2\u8DEF\u4F3C\u4E4E\u51FA\u4E86\u9EDE\u554F\u984C...",disableConfirm:"\u7981\u7528\u78BA\u8A8D",disableOnce:"\u7981\u7528\u4E00\u6B21",disableGlobal:"\u5168\u5C40\u7981\u7528",disableTint:"* \u60A8\u53EF\u4EE5\u5728 {option} \u4E2D\u91CD\u65B0\u555F\u7528\u3002",searchEnhancementNotes:"\u6211\u5011\u767C\u73FE\uFF0C\u4E2D\u6587\u95DC\u9375\u8A5E\u548C\u82F1\u6587\u95DC\u9375\u8A5E\u7684\u65B0\u805E\u7D50\u679C\u6709\u975E\u5E38\u5927\u7684\u4E0D\u540C\uFF0C\u5728\u555F\u7528\u6C89\u6D78\u5F0F\u7FFB\u8B6F\u96D9\u8A9E\u4FE1\u606F\u589E\u5F37\u529F\u80FD\u5F8C\uFF0C\u6211\u5011\u6703\u5728\u652F\u6301\u7684\u7DB2\u7AD9\uFF08\u8C37\u6B4C\u65B0\u805E\uFF0C\u8C37\u6B4C\u641C\u7D22\uFF08\u90E8\u5206\u95DC\u9375\u8A5E\uFF09\uFF0C\u96EA\u7403\uFF0C\u6771\u65B9\u8CA1\u5BCC\u7DB2\uFF0C\u5BCC\u9014\uFF0C\u8001\u864E\uFF09\u81EA\u52D5\u7528\u82F1\u6587\u70BA\u4F60\u641C\u7D22\u540C\u6A23\u7684\u95DC\u9375\u8A5E\u4E26\u5C55\u793A\u5728\u53F3\u5074\u3002\u5982\u679C\u4F60\u4E0D\u9700\u8981\u8A72\u529F\u80FD\u7684\u8A71\uFF0C\u53EF\u4EE5\u9078\u64C7\u7981\u7528\u5B83\u3002",option:"\u9078\u9805",saveSettings:"\u5132\u5B58\u8A2D\u5B9A",closeModal:"\u95DC\u9589\u8996\u7A97",enableInputTranslationWithoutTriggerKeyTitle:"\u555F\u7528\u5FEB\u901F\u9023\u64CA3 \u6B21{trailingKey}\uFF0C\u76F4\u63A5\u7FFB\u8B6F\u6574\u500B\u8F38\u5165\u6846\u70BA{inputTargetLanguage}",enableInputTranslationWithoutTriggerKeyDescription:"\u5982\u9700\u6307\u5B9A\u76EE\u6A19\u8A9E\u8A00\uFF0C\u8ACB\u5728\u524D\u9762\u52A0\u4E0A\u8A9E\u8A00\u7A0B\u5F0F\u78BC\uFF0C\u5982\uFF1Aja \u4F60\u597D\u4E16\u754C",deepLProName:"\u6C89\u6D78\u5F0F\u7FFB\u8B6FPro \u6703\u54E1(\u63A8\u85A6)",deepLProDescription:"\u76EE\u524D\u5957\u9910\u53EF\u4EE5\u76F4\u63A5\u4F7F\u7528",deeplProDescriptionForNormal:"\u7121\u9700\u4EFB\u4F55\u8A2D\u7F6E\uFF0C\u6703\u54E1\u767B\u5165\u5F8C\u5373\u53EF\u4F7F\u7528\uFF0C<1>\u9EDE\u6B64\u5347\u7D1A\u70BA\u6703\u54E1",deepLCustomDescription:"\u9700\u8981\u570B\u5916\u4FE1\u7528\u5361\uFF0C\u5728<1>DeepL\u5B98\u65B9\u958B\u901A\uFF0C\u9EDE\u9078\u67E5\u770B<2>\u6587\u6A94",deepLCustomName:"\u81EA\u8A02Auth Key",chooseProviderLabel:"\u9078\u64C7\u4E00\u500B\u670D\u52D9\u63D0\u4F9B\u8005",openaiProName:"\u6C89\u6D78\u5F0F\u7FFB\u8B6FPro \u6703\u54E1(\u63A8\u85A6)",openaiProDescription:"\u76EE\u524D\u5957\u9910\u53EF\u4EE5\u76F4\u63A5\u4F7F\u7528",openaiProDescriptionForNormal:"\u7121\u9700\u4EFB\u4F55\u8A2D\u7F6E\uFF0C\u6703\u54E1\u767B\u5165\u5F8C\u5373\u53EF\u4F7F\u7528\uFF0C<1>\u9EDE\u6B64\u5347\u7D1A\u70BA\u6703\u54E1",openaiCustomDescription:"\u53EF\u5728OpenAI, Azure OpenAI, \u6216\u5176\u4ED6\u7B2C\u4E09\u65B9\u670D\u52D9\u7372\u53D6\uFF0C<1>\u9EDE\u6B64\u67E5\u770B\u6587\u6A94",openaiCustomName:"\u81EA\u8A02API Key",needLoginAction:"(\u958B\u901A\u6703\u54E1\u6216\u81EA\u8A02)",goLoginOrAction:"(\u958B\u901A\u6703\u54E1\u6216\u53BB\u8A2D\u5B9A)",yearly:"\u5E74\u5EA6\u7E8C\u8A02",quarterly:"\u5B63\u5EA6\u7E8C\u8A02",monthly:"\u6BCF\u6708\u7E8C\u8A02",yearlyForOnce:"\u4E00\u6B21\u6027\u5E74\u5EA6\u5957\u9910",monthlyForOnce:"\u4E00\u6B21\u6027\u6708\u5EA6\u5957\u9910",daily:"\u6BCF\u65E5\u7E8C\u8A02",year:"\u5E74\u5EA6\u7E8C\u8A02",quarter:"\u5B63\u5EA6\u7E8C\u8A02",month:"\u6BCF\u6708\u7E8C\u8A02",day:"\u6BCF\u65E5\u7E8C\u8A02",onetime_7day:"7 \u5929\u9AD4\u9A57\u5305",currentPlanDescriptionForFree:"\u76EE\u524D\u5957\u9910\uFF1A\u514D\u8CBB",currentPlanDescriptionForContinuous:"\u76EE\u524D\u5957\u9910\uFF1A{plan}\uFF0C\u5C07\u65BC {endAt} \u81EA\u52D5\u7E8C\u8CBB",currentPlanDescriptionForAutoRenewCaceling:"\u76EE\u524D\u5957\u9910\uFF1A{plan}\uFF0C\u5C07\u65BC {endAt} \u5230\u671F\uFF0C\u5230\u671F\u5F8C\u5C07\u4E0D\u6703\u81EA\u52D5\u7E8C\u7D04",currentYearlyPlanDescriptionForAutoRenewCacelingWithRealPaiedUser:"\u76EE\u524D\u5957\u9910\uFF1A{plan}\uFF0C\u5C07\u65BC {endAt} \u5230\u671F\uFF0C\u5230\u671F\u5F8C\u5C07\u4E0D\u6703\u81EA\u52D5\u7E8C\u7D04\u3002
<1>\u9EDE\u6B64\u7BA1\u7406\u7E8C\u8CBB\u65B9\u6848",currentYearlyPlanDescriptionForAutoRenewCacelingWithAdmin:"\u76EE\u524D\u5957\u9910\uFF1A{plan}\uFF0C\u5C07\u65BC {endAt} \u5230\u671F\uFF0C\u5230\u671F\u5F8C\u5C07\u4E0D\u6703\u81EA\u52D5\u7E8C\u7D04\u3002
<1>\u9EDE\u6B64\u555F\u7528\u9023\u7E8C\u5305\u5E74",currentPlanDescriptionForOneTime:"\u76EE\u524D\u5957\u9910\uFF1A{plan}\uFF0C\u5C07\u65BC {endAt} \u5230\u671F\uFF0C<1>\u9EDE\u6B64\u5347\u7D1A\u70BA\u5E74\u8CBB\u6216<2>\u6708\u8CBB\u6703\u54E1",upgradePlan:"\u9EDE\u6B64\u5347\u7D1A\u70BAPro \u6703\u54E1",upgradeToPro:"\u5347\u7D1A\u70BA Pro \u6703\u54E1","popup.openPro":"\u5347\u7D1A\u70BA Pro \u6703\u54E1\u5F8C\u53EF\u4EE5\u66A2\u4EAB DeepL \u548C OpenAI \u7FFB\u8B6F\uFF0C\u9EDE\u6B64\u5347\u7D1A","popup.openProForPro":"\u60A8\u662F Pro \u6703\u54E1\uFF0C\u53EF\u76F4\u63A5\u4F7F\u7528 DeepL \u548C OpenAI \u7FFB\u8B6F",currentAccount:"\u7576\u524D\u8CEC\u6236",enableAutoSyncUserSettings:"\u555F\u7528\u591A\u8A2D\u5099\u81EA\u52D5\u96F2\u7AEF\u540C\u6B65",modalEnableInputTranslationTitle:"\u6C89\u6D78\u5F0F\u7FFB\u8B6F\u8F38\u5165\u6846\u7FFB\u8B6F\u63D0\u793A",modalEnableInputTranslationDesc:"\u60A8\u525B\u525B\u900F\u904E\u5FEB\u901F\u9023\u64CA3 \u6B21\u7A7A\u767D\u9375\u89F8\u767C\u4E86\u6C89\u6D78\u5F0F\u7FFB\u8B6F\u7684\u8F38\u5165\u6846\u7FFB\u8B6F\uFF0C\u8F38\u5165\u6846\u7684\u5167\u5BB9\u5C07\u7FFB\u8B6F\u70BA\u9810\u8A2D\u7684\u76EE\u6A19\u8A9E\u8A00\u3002\u900F\u904ECtrl+Z \u53EF\u4EE5\u64A4\u92B7\u7FFB\u8B6F\u3002

\u5982\u679C\u9019\u662F\u4E00\u500B\u5931\u8AA4\uFF0C\u4E0D\u7528\u64D4\u5FC3\uFF0C\u60A8\u53EF\u4EE5\u9078\u64C7\u672C\u6B21\u505C\u7528\uFF0C\u6216\u6C38\u4E45\u505C\u7528\u8F38\u5165\u6846\u7FFB\u8B6F\u3002",saveAndNotShowAgain:"\u5132\u5B58\u4E14\u4E0D\u518D\u63D0\u793A",disableInputTranslationTips:"* \u4F60\u4E5F\u53EF\u4EE5\u5728 {option} \u4E2D\u8A2D\u5B9A\u5176\u4ED6\u5FEB\u6377\u9375\u4F86\u89F8\u767C\uFF0C{learnMore}\u3002",learnMore:"\u9EDE\u6B64\u4E86\u89E3\u66F4\u591A",continueEnalbeInputTranslation:"\u7E7C\u7E8C\u555F\u7528\u8F38\u5165\u6846\u7FFB\u8B6F",autoRenewTrialSuffix:'\uFF08\u8A66\u7528\u4E2D\uFF0C\u7ACB\u523B\u5347\u7D1A\u70BA\u6B63\u5F0F\u6703\u54E1\uFF09',upgradeFromTrialTitle:"\u5347\u7D1A\u70BA\u6B63\u5F0F\u6703\u54E1",subtitle:"\u5F71\u7247\u5B57\u5E55",youtubeService:"\u6C89\u6D78\u5F0F\u7FFB\u8B6F\u5F71\u7247\u5B57\u5E55\u670D\u52D9","subtitle.disabledSubtitle":"\u6C38\u4E45\u7981\u7528\u8996\u983B\u5B57\u5E55\u529F\u80FD","subtitle.disabledSubtitleDescription":"\u5982\u679C\u6C89\u6D78\u5F0F\u7FFB\u8B6F\u7684\u8996\u983B\u5B57\u5E55\u548C\u5176\u4ED6\u64F4\u5C55\u6709\u885D\u7A81\uFF0C\u4F60\u53EF\u4EE5\u9078\u64C7\u6C38\u4E45\u7981\u7528\u6C89\u6D78\u5F0F\u7FFB\u8B6F\u7684\u8996\u983B\u5B57\u5E55\u529F\u80FD\u6216\u8005\u5378\u8F09\u5176\u4ED6\u885D\u7A81\u7684\u64F4\u5C55","subtitle.autoEnableSubtitleDescription":"\u555F\u7528\u5F8C\uFF0C\u7576\u5F71\u7247\u64AD\u653E\u7684\u6642\u5019\uFF0C\u6703\u81EA\u52D5\u986F\u793A\u96D9\u8A9E\u5B57\u5E55\uFF0C\u5426\u5247\u9700\u8981\u9EDE\u64CA\u7FFB\u8B6F\u6309\u9215\u624D\u6703\u986F\u793A\u3002","subtitle.preTranslation":"\u512A\u5148\u4F7F\u7528\u6C89\u6D78\u5F0F\u7FFB\u8B6F\u5B57\u5E55","subtitle.preTranslationDescription":"\u555F\u7528\u5F8C\u6703\u512A\u5148\u7528\u4E0B\u9762\u7684\u7FFB\u8B6F\u670D\u52D9\u63D0\u524D\u7FFB\u8B6F\u6574\u500B\u5B57\u5E55\uFF0C1 \u5C0F\u6642\u7684\u8996\u8A0A\u5927\u6982\u6D88\u8017 5\u842C Tokens \u6216 \u5B57\u7B26\uFF0C\u8ACB\u914C\u60C5\u4F7F\u7528\uFF1B\u95DC\u9589\u5F8C\u5247\u512A\u5148\u4F7F\u7528\u539F\u5F71\u7247\u81EA\u5E36\u7684\u6A5F\u7FFB\u5B57\u5E55","subtitle.humanSubtitlesPreferred":"\u512A\u5148\u4F7F\u7528\u4EBA\u5DE5\u5B57\u5E55","subtitle.humanSubtitlesPreferredDescription":"\u7576\u5F71\u7247\u6709\u76EE\u6A19\u8A9E\u8A00\u4EBA\u5DE5\u5B57\u5E55\u6642\uFF0C\u512A\u5148\u4F7F\u7528\u4EBA\u5DE5\u5B57\u5E55\uFF08\u63A8\u85A6\uFF09","subtitle.bilingual":"\u96D9\u8A9E\u5B57\u5E55","subtitle.autoDisableSubtitle":"\u4E0D\u81EA\u52D5\u555F\u7528\u96D9\u8A9E\u5B57\u5E55","subtitle.hideQuickButton":"\u4E0D\u518D\u986F\u793A\u8A72\u5FEB\u6377\u65B9\u5F0F","subtitle.showQuickButton":"\u986F\u793A\u96D9\u8A9E\u5B57\u5E55\u5FEB\u6377\u65B9\u5F0F","subtitle.showQuickButtonDescription":"\u5728\u8996\u983B\u64AD\u653E\u5668\u53F3\u4E0B\u89D2\u63D0\u4F9B\u555F\u7528\u96D9\u8A9E\u5B57\u5E55\u7684\u5FEB\u6377\u65B9\u5F0F",videoSubtitleTranslationDescription:"\u70BA\u5F71\u7247\u5B57\u5E55\u55AE\u7368\u6307\u5B9A\u4E00\u500B\u7FFB\u8B6F\u670D\u52D9",subtitleTranslating:"\u6B63\u5728\u4F7F\u7528 {service} \u670D\u52D9\u7FFB\u8B6F\u5B57\u5E55\u4E2D\uFF0C\u8ACB\u7A0D\u7B49...\uFF08\u6C89\u6D78\u5F0F\u7FFB\u8B6F\uFF09",subtitleLoading:"\u6B63\u5728\u8F09\u5165\u5B57\u5E55...",bilingual:"\u96D9\u8A9E","field.action":"\u662F\u5426\u555F\u7528\u767E\u5EA6\u8853\u8A9E","description.action":"\u555F\u7528\u5F8C\u6703\u5728\u8ACB\u6C42\u4E2D\u52A0\u5165 action=1 \u7684\u53C3\u6578\uFF0C\u4EE5\u4FBF\u544A\u77E5\u767E\u5EA6\u555F\u7528\u8853\u8A9E\uFF0C<1>\u66F4\u591A\u8AAA\u660E\u8ACB\u53C3\u8003\u5B98\u65B9\u6587\u6A94",closeQuickTranslation:"\u95DC\u9589\u61F8\u6D6E\u7403","closeQuickTranslation.untilNext":"\u672C\u6B21\u95DC\u9589\u76F4\u5230\u4E0B\u6B21\u8A2A\u554F","closeQuickTranslation.currentWebsite":"\u7576\u524D\u7DB2\u7AD9\u7981\u7528","closeQuickTranslation.alwaysClose":"\u6C38\u4E45\u7981\u7528","closeQuickTranslation.settingOpen":"\uFF08\u53EF\u5728<1>\u8A2D\u5B9A\u9801\u958B\u555F\uFF09","closeQuickTranslation.cancel":"\u53D6\u6D88","closeQuickTranslation.confirm":"\u78BA\u5B9A","floatBall.popup":"\u6253\u958B\u5FEB\u6377\u8A2D\u5B9A\u9762\u677F","floatBall.translate":"\u9EDE\u64CA\u7FFB\u8B6F\u8A72\u9801\u9762","floatBall.showOriginal":"\u9EDE\u64CA\u5207\u63DB\u5230\u539F\u6587","floatBall.close":"\u95DC\u9589\u61F8\u6D6E\u7403","floatBallOptions.enableDescPc":"\u555F\u7528\u9801\u9762\u61F8\u6D6E\u7403\u5F8C\uFF0C\u6703\u5728\u9801\u9762\u53F3\u5074\u986F\u793A\u4E00\u500B\u5FEB\u6377\u7FFB\u8B6F\u6309\u9215\uFF0C\u9EDE\u64CA\u5373\u53EF\u7FFB\u8B6F","floatBallOptions.enableDesc":"\u95DC\u9589\u61F8\u6D6E\u7403\u5F8C\uFF0C\u53EF\u4EE5\u7528{touch}\u559A\u8D77\u3002\u70BA\u9632\u6B62\u4E0D\u614E\u95DC\u9589\u8A72\u9078\u9805\u5F8C\u627E\u4E0D\u5230\u61F8\u6D6E\u7403\uFF0C\u5F37\u70C8\u5EFA\u8B70\u6536\u85CF\u672C\u8A2D\u5B9A\u9801","description.azureApiUrl":"\u586B\u5165\u81EA\u8A02\u7684API\u4F4D\u5740",shareBtnTitle:"\u9EDE\u64CA\u751F\u6210\u7DB2\u9801\u5FEB\u7167","floatBall.share":"\u751F\u6210\u7DB2\u9801\u5FEB\u7167","floatBall.guideClickToTranslate":`\u9EDE\u64CA\u6C89\u6D78\u5F0F\u7FFB\u8B6F\u61F8\u6D6E\u7403 + {env.imt_sub_trans_field}: \u8BD1\u6587`,"browser.PdfProFile":"AI \u9A71\u52A8\u7684 PDF Pro \u7FFB\u8BD1","browser.textTranslate":"\u6587\u672C\u7FFB\u8BD1"};var As={nologin:"\u672A\u767B\u9304",loginForSafari:"\u767B\u5165\u6216\u8A3B\u518A",login:"\u767B\u9304",goLogin:"\u53BB\u767B\u9304",manageAccount:"\u7BA1\u7406\u8CEC\u6236",openPremium:"\u958B\u901A\u6703\u54E1",logout:"\u9000\u51FA",curentPlan:"\u7576\u524D\u5957\u9910",endAt:"\u5230\u671F",endAuto:"\u81EA\u52D5\u7E8C\u671F",lineBreakMaxTextCount:"\u63DB\u884C\u5F8C\uFF0C\u6BCF\u53E5\u8A71\u5141\u8A31\u7684\u6700\u5927\u5B57\u5143\u6578\u91CF","translate-pdf":"\u9EDE\u9078\u7FFB\u8B6F PDF","noSupportTranslate-pdf":"\u8173\u672C\u4E0D\u652F\u63F4\uFF0C\u8ACB\u4F7F\u7528\u64F4\u5145\u5957\u4EF6","translate-firefox-local-pdf":"\u9EDE\u64CA\u53BB\u5C0E\u5165PDF",enableLineBreak:"\u958B\u555F\u9577\u6BB5\u843D\u81EA\u52D5\u63DB\u884C",sponsorLabel:"$1 \u8D77\u8D0A\u52A9\u958B\u767C\u8005 (\u6708\u4ED8\u6216\u50C5\u8D0A\u52A9\u4E00\u6B21\u5747\u53EF)",help:"\u8AAA\u660E",enableLineBreakDescription:"\u555F\u7528\u5F8C\uFF0C\u5C07\u6703\u5728\u9577\u6BB5\u843D\u4E2D\u6BCF\u53E5\u8A71\u7D50\u675F\u63D2\u5165\u63DB\u884C\u5B57\u5143\uFF0C\u4EE5\u4FBF\u65BC\u95B1\u8B80","browser.shortBrandName":"\u6C89\u6D78\u5F0F\u7FFB\u8B6F","browser.brandName":"\u6C88\u6D78\u5F0F\u7FFB\u8B6F - \u7DB2\u9801\u7FFB\u8B6F\u64F4\u5145 | PDF\u7FFB\u8B6F | \u514D\u8CBB","browser.brandDescription":"\u3010\u6C88\u6D78\u5F0F\u7FFB\u8B6F\u3011\u4E00\u6B3E\u514D\u8CBB\u7684\uFF08\u539F\u6587/\u8B6F\u6587\uFF09\u96D9\u8A9E\u5C0D\u7167\u7DB2\u9801\u7FFB\u8B6F\u64F4\u5145\uFF0C\u540C\u6642\u652F\u6301PDF\u7FFB\u8B6F\uFF08\u4FDD\u7559\u539F\u6587\u6A94\u6392\u7248\uFF09\uFF0C\u8996\u983B\u96D9\u8A9E\u5B57\u5E55\u7FFB\u8B6F\uFF08Youtube, Netflix\u7B49\uFF09\uFF0CEPUB\u96FB\u5B50\u66F8\u7FFB\u8B6F\u7B49\uFF1B\u652F\u6301\u8ABF\u7528\u4EBA\u5DE5\u667A\u80FDAI\u7FFB\u8B6F\u5927\u6A21\u578B\uFF08OpenAI (ChatGPT)\u3001DeepL\u3001Gemini(Bard) \u7B49 \uFF09\u5C0D\u4EE5\u4E0A\u5167\u5BB9\u9032\u884C\u66F4\u6E96\u78BA\u7684\u7FFB\u8B6F\uFF1B","browser.toggleTranslatePage":"\u7FFB\u8B6F\u7DB2\u9801/\u986F\u793A\u539F\u6587","browser.toggleTranslateTheWholePage":"\u7FFB\u8B6F\u9801\u9762\u5168\u90E8\u5340\u57DF/\u986F\u793A\u539F\u6587","browser.toggleTranslateToThePageEndImmediately":"\u7ACB\u5373\u7FFB\u8B6F\u5230\u9801\u9762\u5E95\u90E8/\u986F\u793A\u539F\u6587","browser.toggleTranslateTheMainPage":"\u7FFB\u8B6F\u9801\u9762\u4E3B\u8981\u5340\u57DF/\u986F\u793A\u539F\u6587","browser.shareToDraft":"\u751F\u6210\u7DB2\u9801\u5FEB\u7167","browser.openOptionsPage":"\u958B\u555F\u8A2D\u5B9A\u9801\u9762","browser.translateLocalPdfFile":"\u7FFB\u8B6F\u672C\u6A5F PDF \u6A94\u6848","browser.openEbookViewer":"\u95B1\u8B80\u672C\u6A5F\u96FB\u5B50\u66F8","browser.openEbookBuilder":"\u88FD\u4F5C\u96D9\u8A9E EPUB \u96FB\u5B50\u66F8","browser.translateLocalHtmlFile":"\u7FFB\u8B6F HTML/txt \u6A94\u6848","browser.donateContext":"\u4E86\u89E3\u8D0A\u52A9\u798F\u5229","browser.translateLocalSubtitleFile":"\u7FFB\u8B6F\u5B57\u5E55\u6A94\u6848",confirmResetConfig:"\u4F60\u78BA\u5B9A\u8981\u91CD\u8A2D\u8A2D\u5B9A\u55CE\uFF1F",translationLineBreakSettingTitle:"\u8B6F\u6587\u63DB\u884C\u8A2D\u5B9A",smartLineBreak:"\u667A\u6167\u63DB\u884C",alwaysLineBreak:"\u7E3D\u662F\u63DB\u884C",isShowContextMenu:"\u5C07\u7DB2\u9801\u7FFB\u8B6F\u529F\u80FD\u52A0\u5165\u53F3\u9375\u9078\u55AE",toggleBeta:"\u958B\u555F Beta \u6E2C\u8A66\u529F\u80FD",betaDescription:"\u555F\u7528\u4ECD\u5728\u5BE6\u9A57\u7684\u529F\u80FD\u4EE5\u53CA\u6E2C\u8A66\u4E2D\u7684\u7FFB\u8B6F\u670D\u52D9\u3002\u52A0\u5165 <1>Telegram \u7FA4\u7D44\u4E86\u89E3\u66F4\u591A\u3002",translationLineBreakSettingDescription:"\u7E3D\u662F\u63DB\u884C\u9069\u7528\u65BC\u8F03\u5C11\u5167\u5BB9\u7684\u7248\u9762\uFF0C\u66F4\u6574\u9F4A\u3002(\u5728\u5167\u5BB9\u8F03\u591A\u7684\u9577\u6BB5\u843D(\u8D85\u904E {count} \u500B\u5B57\u5143) \u4F7F\u7528\u667A\u6167\u63DB\u884C\u6703\u66F4\u7701\u7A7A\u9593)",tempTranslateDomainTitle:"\u81E8\u6642\u958B\u555F\u7DB2\u7AD9\u7FFB\u8B6F\u7684\u6642\u9577",tempTranslateDomainDescription:"\u7576\u624B\u52D5\u7FFB\u8B6F\u67D0\u500B\u7DB2\u9801\u7684\u6642\u5019\uFF0C\u81E8\u6642\u958B\u555F\u8A72\u7DB2\u7AD9\u70BA\u81EA\u52D5\u7FFB\u8B6F",xMinutes:"{count} \u5206\u9418",disabled:"\u505C\u7528",changelog:"\u66F4\u65B0\u8A18\u9304",toggleTranslatePageWhenThreeFingersOnTheScreen:"\u591A\u6307\u540C\u6642\u89F8\u6478\u87A2\u5E55\u5247\u7FFB\u8B6F\u7DB2\u9801/\u986F\u793A\u539F\u6587",toggleTranslationMaskWhenThreeFingersOnTheScreen:"\u591A\u6307\u540C\u6642\u89F8\u6478\u5247\u986F\u793A/\u96B1\u85CF\u8B6F\u6587\u6A21\u7CCA\u6548\u679C",addUrlDescription:"\u53EF\u4EE5\u70BA\u7DB2\u57DF\u540D\u7A31\uFF0C\u540C\u6642\u652F\u63F4\u842C\u7528\u5B57\u5143\uFF0C\u5982\uFF1A*.google.com, google.com/mail/*, https://www.google.com/*",general:"\u57FA\u672C\u8A2D\u5B9A",clickToExpandConfig:"\u5C55\u958B\u76EE\u524D\u8A2D\u5B9A",import:"\u5F9E\u6A94\u6848\u532F\u5165",export:"\u532F\u51FA\u70BA\u6A94\u6848",toggleDebug:"\u5728\u4E3B\u63A7\u53F0\u986F\u793A\u5075\u932F\u8A18\u9304","fingers.0":"\u95DC\u9589",mouseHoldKey:"+ {key} \u7FFB\u8B6F/\u9084\u539F\u8A72\u6BB5",mouseHoldKeyAuto:"\u76F4\u63A5\u7FFB\u8B6F\u8A72\u6BB5",mouseHoldKeyOff:"\u4E0D\u505A\u4EFB\u4F55\u4E8B\u60C5",mouseHoldKeyOther:"\u81EA\u5B9A\u7FA9\u5FEB\u6377\u9375(\u6253\u958B\u8A2D\u7F6E)",mouseHoldKeyCustomKey:"{key} \u7FFB\u8B6F/\u9084\u539F\u8A72\u6BB5","mouse-translate":"\u9F20\u6A19\u6ED1\u904E",document:"\u8AAA\u660E\u6587\u4EF6",resetSuccess:"\u91CD\u8A2D\u6240\u6709\u8A2D\u5B9A\u6210\u529F",resetThisSuccess:"\u91CD\u8A2D\u6210\u529F",saved:"\u5132\u5B58\u6210\u529F",successImportConfig:"\u6210\u529F\u532F\u5165\u8A2D\u5B9A",goAdvancedSettings:"\u524D\u5F80\u9032\u968E\u8A2D\u5B9A\u9801\u9762",goAdvancedInterfaceSettings:"\u524D\u5F80\u81EA\u8A02\u8A2D\u5B9A\u9801\u9762",advanced:"\u9032\u968E\u8A2D\u5B9A",advancedDescription:"\u6B63\u5E38\u60C5\u6CC1\u7121\u9700\u8A2D\u5B9A\uFF0C\u4FDD\u6301\u9810\u8A2D\u5373\u53EF\u3002\u50C5\u91DD\u5C0D\u66F4\u5C08\u696D\u7684\u4F7F\u7528\u8005\uFF0C\u63D0\u4F9B\u66F4\u500B\u4EBA\u5316\u7684\u8A2D\u5B9A\u9805\u76EE\u3002",developer:"\u958B\u767C\u8005\u8A2D\u5B9A",donateCafe:"\u50F9\u683C","translate to the bottom of the page":"\u9032\u5165\u7DB2\u9801\u5F8C\uFF0C\u662F\u5426\u7ACB\u5373\u7FFB\u8B6F\u5230\u9801\u9762\u5E95\u90E8\uFF1F",feedback:"\u554F\u984C\u56DE\u5831",toggleTranslatePage:"\u7FFB\u8B6F\u7DB2\u9801/\u986F\u793A\u539F\u6587",translateToThePageEndImmediatelyDescription:"\u555F\u7528\u5F8C\uFF0C\u9032\u5165\u7DB2\u9801\u5C07\u7ACB\u5373\u7FFB\u8B6F\u5F9E\u9802\u90E8\u5230\u5E95\u90E8\u7684\u5167\u5BB9\u3002\u95DC\u9589\u5247\u908A\u770B\u908A\u8B6F\u3002\uFF08\u4E0D\u63A8\u85A6\u958B\u555F\uFF09","translate all areas of the page":"\u662F\u5426\u7FFB\u8B6F\u7DB2\u9801\u6240\u6709\u5340\u57DF",translationAreaDescription:"\u555F\u7528\u5F8C\uFF0C\u7DB2\u9801\u7684\u6240\u6709\u5340\u57DF\u90FD\u6703\u88AB\u7FFB\u8B6F\u3002\u95DC\u9589\u5247\u4F7F\u7528\u9810\u8A2D\u7684\u667A\u6167\u8FA8\u8B58\uFF0C\u50C5\u7FFB\u8B6F\u4E3B\u8981\u5340\u57DF\u3002(\u4E0D\u63A8\u85A6\u958B\u555F)","the number of characters to be translated first":"\u76F4\u63A5\u7FFB\u8B6F\u9801\u9762\u524D\u591A\u5C11\u500B\u5B57\u5143\uFF0C\u800C\u7121\u9700\u7B49\u5F85\u6372\u52D5\u81F3\u53EF\u898B\u5340\u57DF","interface language":"\u4ECB\u9762\u8A9E\u8A00","display both the original text and the translation":"\u540C\u6642\u986F\u793A\u539F\u6587\u548C\u8B6F\u6587","keyboard shortcuts":"\u9375\u76E4\u5FEB\u901F\u9375",modify:"\u8B8A\u66F4\u5FEB\u901F\u9375",reset:"\u91CD\u8A2D",close:"\u95DC\u9589",homepage:"\u9996\u9801",more:"\u66F4\u591A",moreOptions:"\u5C55\u958B\u66F4\u591A\u81EA\u8A02\u9078\u9805",translateTheWholePage:"\u7FFB\u8B6F\u9801\u9762\u5168\u90E8\u5340\u57DF\uFF08\u5340\u5206\u65BC\u53EA\u7FFB\u8B6F\u4E3B\u8981\u5340\u57DF\uFF09",changeToTranslateTheWholePage:"\u5207\u63DB\u70BA\u7FFB\u8B6F\u6240\u6709\u5340\u57DF",changeToTranslateTheMainPage:"\u5207\u63DB\u70BA\u7FFB\u8B6F\u4E3B\u8981\u5340\u57DF",translateToThePageEndImmediately:"\u7ACB\u5373\u7FFB\u8B6F\u5230\u5E95\u90E8\uFF08\u5340\u5206\u65BC\u770B\u54EA\u8B6F\u54EA\uFF09",translateTheMainPage:"\u667A\u6167\u7FFB\u8B6F\u4E3B\u8981\u5340\u57DF","The local rules are up to date":"\u672C\u6A5F\u898F\u5247\u5DF2\u70BA\u6700\u65B0\uFF1A","Successfully synchronized with the latest official rules:":"\u6210\u529F\u540C\u6B65\u6700\u65B0\u5B98\u65B9\u898F\u5247\uFF1A","Checking for updates":"\u6B63\u5728\u6AA2\u67E5\u66F4\u65B0","Rules are being synchronized":"\u6B63\u5728\u540C\u6B65\u5B98\u65B9\u898F\u5247",localVersionIsTooOld:"\u672C\u6A5F\u5957\u4EF6\u7248\u672C\u904E\u820A\uFF0C\u8ACB\u5347\u7D1A\u5957\u4EF6\u81F3 {minVersion} \u6216\u66F4\u65B0\u7684\u7248\u672C\u518D\u5617\u8A66\u540C\u6B65",badUserscriptBrowser:"\u76EE\u524D\u700F\u89BD\u5668\u7121\u6CD5\u6B63\u78BA\u5BE6\u73FE\u6CB9\u7334\u5957\u4EF6\u7684\u4ECB\u9762\uFF0C\u8ACB\u4F7F\u7528\u5176\u4ED6<1>\u652F\u63F4\u6CB9\u7334\u5957\u4EF6\u7684\u700F\u89BD\u5668\u5982(Firefox Nightly \u7248\u672C)",foundNewVersion:"\u6709\u65B0\u7248\u672C\u53EF\u7528",theLocalExtensionIsUpToUpdate:"\u76EE\u524D\u5957\u4EF6\u5DF2\u662F\u6700\u65B0\u7248\u672C",failToSyncRules:"\u540C\u6B65\u6700\u65B0\u5B98\u65B9\u898F\u5247\u5931\u6557",retry:"\u9EDE\u6B64\u91CD\u8A66",failedReason:"\u5931\u6557\u539F\u56E0",currentRuleVersion:"\u76EE\u524D\u898F\u5247\u7248\u672C",calculating:"\u6B63\u5728\u8A08\u7B97",unknownError:"\u672A\u77E5\u7684\u932F\u8AA4",canNotFetchRemoteRule:"\u7121\u6CD5\u53D6\u5F97\u9060\u7AEF\u898F\u5247",enableAlphaSuccess:"\u5DF2\u555F\u7528 Alpha \u529F\u80FD",disableAlphaSuccess:"\u5DF2\u505C\u7528 Alpha \u529F\u80FD",cacheSize:"\u5FEB\u53D6\u5927\u5C0F\uFF1A",cleaning:"\u6B63\u5728\u6E05\u7406",cleanCache:"\u6E05\u9664\u5FEB\u53D6",options:"\u9078\u9805",about:"\u95DC\u65BC",service:"\u7FFB\u8B6F\u670D\u52D9",needAction:"(\u524D\u5F80\u8A2D\u5B9A)",goSettings:"\u524D\u5F80\u8A2D\u5B9A",needActionForOptions:"(\u9700\u8A2D\u5B9A)",translationEngine:"\u5F15\u64CE\u9078\u9805",sourceLanguage:"\u539F\u6587\u8A9E\u8A00",target:"\u76EE\u6A19\u8A9E\u8A00",popupSourceLanguage:"\u539F\u6587\u8A9E\u8A00",popupTarget:"\u76EE\u6A19\u8A9E\u8A00",popupService:"\u7FFB\u8B6F\u670D\u52D9",forThisSite:"\u7576\u524D\u7DB2\u7AD9",autoEnableSubtitle:"\u81EA\u52D5\u958B\u555F\u96D9\u8A9E\u5B57\u5E55",alwaysTranslate:"\u7E3D\u662F\u7FFB\u8B6F",neverTranslate:"\u6C38\u4E0D\u7FFB\u8B6F",neverTranslateSomeLanguage:"\u6C38\u4E0D\u7FFB\u8B6F {language}",alwaysTranslateSomeSite:"\u7E3D\u662F\u7FFB\u8B6F {hostname}",neverTranslateSomeSite:"\u6C38\u4E0D\u7FFB\u8B6F {hostname}",alwaysTranslateSomeSiteOrWildSite:"\u7E3D\u662F\u7FFB\u8B6F\u7DB2\u7AD9",alwaysTranslateSomePage:"\u7E3D\u662F\u7FFB\u8B6F\u8A72\u7DB2\u9801",add:"\u65B0\u589E",default:"\u9810\u8A2D",forThisLanguage:"\u91DD\u5C0D\u8A72\u8A9E\u8A00\uFF1A","add url":"\u8F38\u5165 URL",edit:"\u7DE8\u8F2F",pickAll:"\u5168\u9078","translate other languages into specific language":"\u5C07\u5176\u5B83\u8A9E\u8A00\u7FFB\u8B6F\u70BA\u4F60\u8A2D\u5B9A\u7684\u8A9E\u8A00","select translation service":"\u9078\u64C7\u4F60\u60F3\u7528\u7684\u7FFB\u8B6F\u670D\u52D9",language:"\u8A9E\u8A00","show-original":"\u986F\u793A\u539F\u6587",translate:"\u7FFB\u8B6F",Translated:"\u5DF2\u7FFB\u8B6F",Translating:"\u6B63\u5728\u7FFB\u8B6F",Error:"\u932F\u8AA4",allowCacheTranslations:"\u555F\u7528\u672C\u6A5F\u7FFB\u8B6F\u5FEB\u53D6\uFF08\u6E1B\u5C11\u91CD\u8907\u6BB5\u843D\u7684\u7FFB\u8B6F\u8981\u6C42\uFF09","translation display":"\u8B6F\u6587\u986F\u793A\u6A23\u5F0F","select diplay style":"\u5340\u5206\u8B6F\u6587\u7684\u6A23\u5F0F\uFF0C\u5177\u9AD4\u53EF\u53C3\u8003\u4E0B\u5217\u7BC4\u4F8B",interface:"\u4ECB\u9762\u8A2D\u5B9A",import_export:"\u532F\u5165/\u532F\u51FA",import_export_title:"\u532F\u5165/\u532F\u51FA\u8A2D\u5B9A",syncToGoogleDrive:"\u7ACB\u5373\u8207 Google Drive \u540C\u6B65","floatBallOptions.enable":"\u555F\u7528\u61F8\u6D6E\u7403","floatBallOptions.blockUrls":"\u7981\u7528\u7DB2\u7AD9","floatBallOptions.add":"\u6DFB\u52A0","floatBallOptions.blockUrlDesc":"\u7576\u9047\u5230\u4EE5\u4E0B\u7DB2\u7AD9\u6642\u4E0D\u986F\u793A\u61F8\u6D6E\u7403","floatBallOptions.clickType":"\u9EDE\u64CA\u884C\u70BA","floatBallOptions.clickTypeDesc":"\u61F8\u6D6E\u7403\u5716\u6A19\u9EDE\u64CA\u6642\u7684\u884C\u70BA","floatBallOptions.clickPopup":"\u986F\u793A\u7FFB\u8B6F\u9762\u677F","floatBallOptions.clickTranslate":"\u7FFB\u8B6F/\u986F\u793A\u539F\u6587","floatBallOptions.fixedPosition":"\u56FA\u5B9A\u4F4D\u7F6E","floatBallOptions.fixedPositionDesc":"\u61F8\u6D6E\u7403\u5728\u7A97\u53E3\u5DE6\u5074\u9084\u662F\u53F3\u5074","floatBallOptions.fixedPositionLeft":"\u5DE6\u5074","floatBallOptions.fixedPositionRight":"\u53F3\u5074",previewAllThemes:"\u9810\u89BD\u5168\u90E8\u6A23\u5F0F","translationTheme.none":"\u7121","translationTheme.grey":"\u9ED1\u7070\u8272","translationTheme.dashed":"\u7834\u6298\u865F\u5E95\u7DDA","translationTheme.dotted":"\u9EDE\u72C0\u5E95\u7DDA","translationTheme.dashedBorder":"\u865B\u7DDA\u6846\u7DDA","translationTheme.solidBorder":"\u5BE6\u7DDA\u6846\u7DDA","translationTheme.underline":"\u76F4\u7DDA\u5E95\u7DDA","translationTheme.mask":"\u6A21\u7CCA\u6548\u679C\uFF08\u5B78\u7FD2\u6A21\u5F0F\uFF09","translationTheme.opacity":"\u900F\u660E\u6548\u679C","translationTheme.paper":"\u767D\u7D19\u9670\u5F71\u6548\u679C","translationTheme.dividingLine":"\u5206\u9694\u7DDA","translationTheme.highlight":"\u9192\u76EE\u63D0\u793A","translationTheme.marker":"\u99AC\u514B\u7B46","translationTheme.marker2":"\u99AC\u514B\u7B462","translationTheme.blockquote":"\u5F15\u7528\u6A23\u5F0F","translationTheme.weakening":"\u5F31\u5316","translationTheme.italic":"\u659C\u9AD4","translationTheme.bold":"\u7C97\u9AD4","translationTheme.thinDashed":"\u7D30\u7834\u6298\u865F\u5E95\u7DDA","translationTheme.nativeDashed":"\u7CFB\u7D71\u5167\u5EFA\u7834\u6298\u865F\u5E95\u7DDA","translationTheme.nativeDotted":"\u7CFB\u7D71\u5167\u5EFA\u9EDE\u72C0\u5E95\u7DDA","translationTheme.nativeUnderline":"\u7CFB\u7D71\u5167\u5EFA\u76F4\u7DDA\u5E95\u7DDA","translationTheme.wavy":"\u6CE2\u5F62\u66F2\u7DDA","translationServices.custom":"\u81EA\u5B9A\u7FA9API","translationServices.tencent":"\u9A30\u8A0A\u7FFB\u8B6F\u541B","translationServices.tenAlpha":"\u9A30\u8A0A\u7FFB\u8B6F\u541B(Alpha)","translationServices.google":"Google \u7FFB\u8B6F","translationServices.bai":"\u767E\u5EA6(Alpha)","translationServices.baidu":"\u767E\u5EA6\u7FFB\u8B6F","translationServices.aliyun":"\u963F\u91CC\u96F2\u7FFB\u8B6F","translationServices.volc":"\u706B\u5C71\u7FFB\u8B6F","translationServices.deeplx":"DeepLX(Beta)","translationServices.bing":"\u5FAE\u8F6F\u7FFB\u8B6F","translationServices.deepl":"DeepL","translationServices.wechat":"\u5FAE\u4FE1\u7FFB\u8B6F","translationServices.azure":"Azure \u7FFB\u8B6F","translationServices.ibm":"IBM Watson","translationServices.aws":"\u4E9E\u99AC\u905C\u7FFB\u8B6F","translationServices.mock":"\u6A21\u64EC\u7FFB\u8B6F","translationServices.mock2":"\u6A21\u64EC\u7FFB\u8B6F2","translationServices.caiyun":"\u5F69\u96F2\u5C0F\u8B6F","translationServices.cai":"\u5F69\u96F2\u5C0F\u8B6F (Alpha)","translationServices.volcAlpha":"\u706B\u5C71\u7FFB\u8B6F(Alpha)","translationServices.openl":"OpenL","translationServices.youdao":"\u6709\u9053\u7FFB\u8B6F","translationServices.you":"\u6709\u9053\u7FFB\u8B6F (Alpha)","translationServices.transmart":"\u9A30\u8A0A\u4EA4\u4E92\u7FFB\u8B6F","translationServices.niu":"\u5C0F\u725B\u7FFB\u8B6F","translationServices.papago":"Papago \u7FFB\u8B6F","translationServices.d":"Deepl(Alpha)","translationServices.dpro":"D Pro (Canary)","translationServices.openai":"OpenAI","translationServices.yandex":"Yandex","translationServices.chatgpt":"ChatGPT Web(3.5 mobile)","translate title":"\u7FFB\u8B6F\u9801\u9762\u6A19\u984C","always languages":"\u7E3D\u662F\u7FFB\u8B6F\u7684\u8A9E\u8A00",neverTranslateLanguagesLabel:"\u6C38\u4E0D\u7FFB\u8B6F\u7684\u8A9E\u8A00",neverTranslateTheFollowingLanguagesDescription:"\u7576\u9801\u9762\u4E2D\u67D0\u4E00\u6BB5\u843D\u7684\u8A9E\u8A00\u70BA\u4E0B\u5217\u8A9E\u8A00\u6642\uFF0C\u5C07\u8DF3\u904E\u7FFB\u8B6F",enableUserscriptPagePopup:"\u5728\u9801\u9762\u4E0A\u986F\u793A\u61F8\u6D6E\u7403",enableUserscriptPagePopupDescription:"\u95DC\u9589\u61F8\u6D6E\u7403\u5F8C\uFF0C\u53EF\u4EE5\u7528\u5FEB\u901F\u9375/{touch}\u518D\u6B21\u986F\u793A\u3002\u70BA\u9632\u6B62\u4E0D\u614E\u95DC\u9589\u8A72\u9078\u9805\u5F8C\u627E\u4E0D\u5230\u61F8\u6D6E\u7403\uFF0C\u5EFA\u8B70\u5C07\u672C\u8A2D\u5B9A\u9801\u9762\u52A0\u5165\u81F3\u6211\u7684\u6700\u611B","always translate the following languages":"\u7576\u9801\u9762\u8A9E\u8A00\u70BA\u4E0B\u5217\u8A9E\u8A00\u6642\uFF0C\u6703\u81EA\u52D5\u7FFB\u8B6F\u70BA\u76EE\u6A19\u8A9E\u8A00","always sites":"\u7E3D\u662F\u7FFB\u8B6F\u7684\u7DB2\u5740","always translate the following sites":"\u7576\u7DB2\u7AD9\u70BA\u4E0B\u5217\u7DB2\u57DF\u540D\u7A31\u6642\uFF0C\u6703\u81EA\u52D5\u7FFB\u8B6F\u70BA\u76EE\u6A19\u8A9E\u8A00","never sites":"\u6C38\u4E0D\u7FFB\u8B6F\u7684\u7DB2\u5740","never translate the following sites":"\u7576\u7DB2\u7AD9\u70BA\u4E0B\u5217\u7DB2\u57DF\u540D\u7A31\u6642\uFF0C\u5C07\u4E0D\u6703\u9032\u884C\u7FFB\u8B6F","please refer to":"\u9700\u8981\u586B\u5BEB\u91D1\u9470\u5F8C\u624D\u53EF\u4F7F\u7528\uFF0C\u8A73\u7D30\u8CC7\u8A0A\u8ACB\u53C3\u8003",KeyAndConfigurationTutorial:"\u300A\u91D1\u9470\u7533\u8ACB\u548C\u8A2D\u5B9A\u6559\u5B78\u300B",useAboveStyleForTheseSites:"\u7576\u7DB2\u7AD9\u70BA\u4E0B\u5217\u7DB2\u57DF\u540D\u7A31\u6642\uFF0C\u7E3D\u662F\u4F7F\u7528 \u2308{theme}\u230B \u8B6F\u6587\u6A23\u5F0F",currentUrl:"\u76EE\u524D\u7DB2\u5740",confirm:"\u5132\u5B58",cancel:"\u53D6\u6D88",delete:"\u522A\u9664","languages.auto":"\u81EA\u52D5\u5075\u6E2C",syncToCloud:"\u540C\u6B65\u81F3\u96F2\u7AEF",syncToCloudDescription:"\u4E0A\u50B3\u81F3\u96F2\u7AEF\u5F8C\uFF0C\u53EF\u4EE5\u5728\u4E0D\u540C\u7684\u700F\u89BD\u5668/\u6CB9\u7334\u8173\u672C\u4E4B\u9593\u540C\u6B65\u8A2D\u5B9A\uFF0C\u4EE5\u6700\u5F8C\u8B8A\u66F4\u6642\u9593\u70BA\u6E96\u3002",syncToAccount:"\u540C\u6B65\u5230\u8CEC\u6236",syncToAccountButton:"\u7ACB\u5373\u8207\u96F2\u7AEF\u540C\u6B65",syncToAccountDescription:"\u4E0A\u50B3\u5230\u5DF2\u767B\u9304\u8CEC\u6236\uFF0C\u53EF\u4EE5\u5728\u4E0D\u540C\u7684\u8A2D\u5099\u4E4B\u9593\u540C\u6B65\u914D\u7F6E\uFF0C\u4EE5\u6700\u5F8C\u4FEE\u6539\u6642\u9593\u70BA\u6E96\u3002",successSyncConfigInAccount:"\u6210\u529F\u8207\u8CEC\u6236\u4FDD\u6301\u540C\u6B65",successSyncConfigToAccount:"\u6210\u529F\u540C\u6B65\u5230\u8CEC\u6236",syncConfigNoUpdate:"\u5DF2\u7D93\u662F\u6700\u65B0\u7684\u4E86",authFail:"\u6388\u6B0A\u5931\u6557",syncTitle:"\u624B\u52D5\u5099\u4EFD\u7BA1\u7406",import_hint:"\u532F\u5165",upload:"\u4E0A\u50B3",revokeAuth:"\u64A4\u92B7\u6388\u6B0A",uploadFail:"\u4E0A\u50B3\u5931\u6557",download:"\u4E0B\u8F09",importSuccess:"\u532F\u5165\u6210\u529F",importFail:"\u532F\u5165\u5931\u6557",deleteFail:"\u522A\u9664\u5931\u6557",backupToCloud:"\u624B\u52D5\u7BA1\u7406\u5099\u4EFD\u6A94\u6848",create_new_backup:"\u65B0\u589E\u5099\u4EFD\u7BC0\u9EDE",maxBackupFiles:"\u6700\u591A\u53EF\u4EE5\u5099\u4EFD{count}\u500B\u4E0D\u540C\u7684\u7BC0\u9EDE\uFF0C\u8ACB\u522A\u9664\u4E0D\u9700\u8981\u7684\u7BC0\u9EDE",backupToCloudDescription:"\u624B\u52D5\u4E0A\u50B3\u6216\u9084\u539F\u5099\u4EFD\u6A94\u6848\uFF0C\u6700\u591A\u5141\u8A31 3 \u500B\u4E0D\u540C\u7684\u5099\u4EFD",successSyncConfig:"\u6210\u529F\u8207\u96F2\u7AEF\u4FDD\u6301\u540C\u6B65",syncFail:"\u540C\u6B65\u5931\u6557",updatedAt:"\u66F4\u65B0\u65BC {date}",lastSyncedAt:"\u4E0A\u6B21\u6AA2\u67E5\u65BC {date}",downloadFail:"\u4E0B\u8F09\u5931\u6557",clickToDownload:"\u9EDE\u9078\u4E0B\u8F09",aboutLabel:"\u95DC\u65BC - \u554F\u984C\u56DE\u5831","browser.openAboutPage":"\u95DC\u65BC/\u554F\u984C\u56DE\u5831",aboutLabelWithoutSponsor:"\u95DC\u65BC - \u554F\u984C\u56DE\u5831",aboutIntro:"\u5E0C\u671B\u6211\u5011\u90FD\u80FD\u66F4\u52A0\u5BB9\u6613\u4E14\u6109\u6085\u5730\u7372\u53D6\u7DB2\u969B\u7DB2\u8DEF\u4E0A\u66F4\u591A\u7684\u5916\u8A9E\u8CC7\u8A0A \u2764\uFE0F \u4F60\u53EF\u4EE5\u9078\u64C7\u958B\u901A <6>Pro\u6703\u54E1 \u4F86\u4F7F\u7528\u958B\u7BB1\u5373\u7528\u7684 DeepL \u548C OpenAI \u7FFB\u8B6F\u3002

\u4F60\u53EF\u4EE5\u95DC\u6CE8\u6211\u4EEC\u7684<3>Twitter\uFF0C<4>Telegram \u983B\u9053\u4EE5\u53CA\u4E0B\u65B9\u7684<5>\u90F5\u4EF6\u8A02\u95B1\u8FFD\u8E64\u66F4\u65B0\u3002
<7>Pro \u6703\u54E1 \u53EF\u4EE5\u901A\u904E\u5FEB\u901F\u5BA2\u670D\u90F5\u7BB1 <8>support@immersivetranslate.com \u548C\u6211\u5011\u53D6\u5F97\u806F\u7E6B\u3002",aboutIntroWithoutSponsor:"\u5E0C\u671B\u6211\u5011\u90FD\u80FD\u66F4\u52A0\u5BB9\u6613\u4E14\u6109\u6085\u5730\u7372\u53D6\u7DB2\u969B\u7DB2\u8DEF\u4E0A\u66F4\u591A\u7684\u5916\u8A9E\u8CC7\u8A0A \u2764\uFE0F ",projectHomepage:"\u5C08\u6848\u9996\u9801",joinTelegramGroup:"\u52A0\u5165\u7528\u6237\u4EA4\u6D41\u7FA4\u7D44\u53C3\u8207\u529F\u80FD\u8A0E\u8AD6",wechatPublicAccount:"\u5FAE\u4FE1\u516C\u773E\u865F",wechatCommunities:"\u5FAE\u4FE1\u4EA4\u6D41\u7FA4",qqCommunities:"QQ \u4EA4\u6D41\u983B\u9053",joinTelegramChannel:"\u95DC\u6CE8 Telegram \u983B\u9053\u77AD\u89E3\u66F4\u65B0\u8CC7\u8A0A",feedbackAndJoin:"\u554F\u984C\u56DE\u5831/\u52A0\u5165\u7FA4\u7D44",autoSync:"\u81EA\u52D5\u5B9A\u6642\u540C\u6B65",loadingThemeTitle:"Loading \u6A23\u5F0F",loadingThemeDescription:"\u8A2D\u5B9A\u7B49\u5F85\u8B6F\u6587\u8F09\u5165\u6642\u7684\u6A23\u5F0F","loadingTheme.spinner":"\u8F49\u5708\u52D5\u756B","loadingTheme.text":"\u975C\u614B\u6587\u5B57 ... ","loadingTheme.none":"\u4E0D\u986F\u793A",developerDescription:"\u53EF\u4EE5\u9EDE\u9078<1>\u6B64\u8655\u6AA2\u8996\u9032\u968E\u81EA\u8A02\u529F\u80FD\u76F8\u95DC\u7684\u8AAA\u660E\u6587\u4EF6","edit border color":"\u8B8A\u66F4\u908A\u6846\u8272\u5F69",successSyncButNoChange:"\u76EE\u524D\u8A2D\u5B9A\u8207\u96F2\u7AEF\u4E00\u81F4",customTheme:"\u81EA\u8A02\u8272\u5F69\u548C\u5927\u5C0F","customThemeLabel.borderColor":"\u908A\u6846\u8272\u5F69","customThemeLabel.borderRadius":"\u908A\u6846\u5713\u89D2","customThemeLabel.textColor":"\u6587\u5B57\u8272\u5F69","customThemeLabel.backgroundColor":"\u80CC\u666F\u8272\u5F69","customThemeLabel.zoom":"\u5B57\u578B\u7E2E\u653E\u6BD4\u4F8B (%)","customThemeLabel.opacity":"\u6587\u5B57\u4E0D\u900F\u660E\u5EA6(%)",resetToDefaultColor:"\u9084\u539F\u70BA\u9810\u8A2D\u8272\u5F69",resetToDefaultSettings:"\u9084\u539F\u70BA\u9810\u8A2D\u8A2D\u5B9A",isTranslateTitle:"\u555F\u7528\u7DB2\u9801\u6A19\u984C\u7FFB\u8B6F",isTranslateTitleDescription:"\u555F\u7528\u5F8C\uFF0C\u7DB2\u9801\u7684\u6A19\u984C\u6703\u88AB\u7FFB\u8B6F",enableSearchEnhancement:"\u958B\u555F\u641C\u7D22\u589E\u5F37",enableSearchEnhancementDescription:"\u4E2D\u6587\u641C\u7D22\u8C37\u6B4C\u6703\u5728\u53F3\u908A\u51FA\u73FE\u82F1\u6587\u7248\u8C37\u6B4C\u65B0\u805E",verifyService:"\u9EDE\u6B64\u6E2C\u8A66\u670D\u52D9",verified:"\u9A57\u8B49\u6210\u529F","field.langs":"\u652F\u63F4\u7684\u8A9E\u8A00\u4EE3\u78BC","field.model":"\u6A21\u578B","field.translationEngine":"\u7FFB\u8B6F\u5F15\u64CE","field.limitPerMinute":"\u6BCF\u5206\u9418\u6700\u5927\u8981\u6C42\u6578","field.limitPerSecond":"\u6BCF\u79D2\u6700\u5927\u8981\u6C42\u6578","field.maxTextLengthPerRequest":"\u6BCF\u6B21\u8981\u6C42\u7684\u6700\u5927\u6587\u5B57\u9577\u5EA6","field.maxTextGroupLengthPerRequest":"\u6BCF\u6B21\u8981\u6C42\u6700\u5927\u6BB5\u843D\u6578","field.apiUrl":"\u81EA\u8A02 API \u4F4D\u5740","field.placeholderDelimiters":"\u4FDD\u7559\u7684\u4F54\u4F4D\u7B26","description.custom":"\u81EA\u5B9A\u7FA9\u63A5\u53E3\u63A5\u5165 \u9700\u8981\u53C3\u8003\u6587\u6A94","description.limitPerMinute":"\u8981\u6C42\u6578\u8D85\u904E\u8A72\u9650\u5236\u6642\u6703\u88AB\u66AB\u6642\u505C\u7528\uFF0C\u76F4\u81F3\u4E0B\u4E00\u5206\u9418\u958B\u59CB\u3002\u7531\u4E8EOpenAI\u76EE\u524D\u670D\u52A1\u7684\u5404\u79CD\u9650\u5236\uFF0C\u8BF7\u70B9\u51FB<1>\u8FD9\u91CC\u67E5\u770B\u6700\u65B0\u5EFA\u8BAE\u7684\u6570\u503C","description.limitPerSecond":"\u8981\u6C42\u6578\u8D85\u904E\u8A72\u9650\u5236\u6642\u6703\u88AB\u66AB\u6642\u505C\u7528\uFF0C\u76F4\u81F3\u4E0B\u4E00\u79D2\u9418\u958B\u59CB\u3002\u7531\u4E8EOpenAI\u76EE\u524D\u670D\u52A1\u7684\u5404\u79CD\u9650\u5236\uFF0C\u8BF7\u70B9\u51FB<1>\u8FD9\u91CC\u67E5\u770B\u6700\u65B0\u5EFA\u8BAE\u7684\u6570\u503C","description.generalLimitPerSecond":"\u8ACB\u6C42\u6578\u8D85\u904E\u8A72\u9650\u5236\u6642\u6703\u9032\u5165\u6392\u968A\u72C0\u614B\uFF0C\u76F4\u5230\u4E0B\u4E00\u79D2\u9418\u958B\u59CB\u3002","description.prompt":"\u4EE5\u7528\u6236\u8EAB\u4EFD\u767C\u9001\u7D66 {service} \u7684\u5C0D\u8A71\uFF0C\u5176\u4E2D {{text}} \u8868\u793A\u6BB5\u843D\u7684\u6587\u672C\u5167\u5BB9\uFF0C{{from}} \u8868\u793A\u6BB5\u843D\u7684\u8A9E\u8A00\uFF0C{{to}} \u8868\u793A\u76EE\u6A19\u8A9E\u8A00","description.maxTextLengthPerRequest":"\u9810\u8A2D\u6703\u5408\u4F75\u591A\u500B\u6BB5\u843D\uFF0C\u4EE5\u6E1B\u5C11\u8ACB\u8981\u6C42\u6578\uFF0C\u4F46\u662F\u5982\u679C\u6BB5\u843D\u7E3D\u9577\u5EA6\u904E\u9577\uFF0C\u4E5F\u53EF\u80FD\u6703\u5C0E\u81F4 API \u7684\u56DE\u61C9\u6642\u9593\u589E\u52A0\uFF0C\u56E0\u6B64\u53EF\u4EE5\u5617\u8A66\u8ABF\u6574\u8A72\u9078\u9805\u4F86\u63D0\u5347\u901F\u5EA6","description.systemPrompt":"\u4EE5\u7CFB\u7D71\u8EAB\u4EFD\u767C\u9001\u7D66 {service} \u7684\u5C0D\u8A71\uFF0C\u5176\u4E2D {{text}} \u8868\u793A\u6BB5\u843D\u7684\u6587\u672C\u5167\u5BB9\uFF0C{{from}} \u8868\u793A\u6BB5\u843D\u7684\u8A9E\u8A00\uFF0C{{to}} \u8868\u793A\u76EE\u6A19\u8A9E\u8A00","field.domain":"\u9818\u57DF","description.domain":"\u9ED8\u8A8D\u70BA\uFF1Ageneral\u3002\u50C5\u5728\u6709\u9053API\u63A7\u5236\u53F0\u958B\u901A\u9818\u57DF\u5316\u7FFB\u8B6F\u7684\u60C5\u6CC1\u4E0B\u53EF\u8A2D\u7F6E\uFF0C\u652F\u6301\u9818\u57DF\u898B<1>\u9019\u88E1","field.scene":"\u5834\u666F","description.scene":"\u9ED8\u8A8D\u70BA\uFF1Ageneral\u3002\u50C5\u5728\u963F\u91CC\u96F2API\u63A7\u5236\u53F0\u958B\u901A\u6A5F\u5668\u7FFB\u8B6F\u5C08\u696D\u7248\u7684\u60C5\u6CC1\u4E0B\u53EF\u8A2D\u7F6E\uFF0C\u652F\u6301\u5834\u666F\u898B<1>\u9019\u88E1","field.vocabId":"\u4F7F\u7528\u8005\u8A5E\u5178ID","description.vocabId":"\u6307\u5B9A\u7684\u5B57\u5178out_id\uFF0C\u76EE\u524D\u652F\u63F4\u82F1\u8B6F\u4E2D","description.model":"OpenAI \u7684\u6A21\u578B\uFF0C\u53EF\u4EE5\u70BA gpt-3.5-turbo, gpt-4 \u7B49","description.maxTextGroupLengthPerRequest":"\u6BCF\u6B21\u50B3\u9001\u7D66\u7FFB\u8B6F\u670D\u52D9\u7684\u6BB5\u843D\u6578\u91CF\uFF0C\u5982\u679C\u6BB5\u843D\u6578\u91CF\u904E\u591A\uFF0C\u53EF\u80FD\u6703\u5C0E\u81F4\u56DE\u61C9\u901F\u5EA6\u8B8A\u6162","description.apiUrl":"\u8ACB\u52A0\u5165\u5177\u9AD4\u5305\u542B\u8DEF\u5F91\u7684\u7DB2\u5740",enabledExtension:"\u555F\u7528\u5957\u4EF6",clickToDisableExtension:"\u9EDE\u9078\u505C\u7528\u5957\u4EF6",clickToEnableExtension:"\u9EDE\u9078\u555F\u7528\u5957\u4EF6",hasBeenDisabled:"\u5DF2\u505C\u7528","show password":"\u986F\u793A\u5BC6\u78BC",customContent:"\u8F38\u5165\u81EA\u5B9A\u7FA9\u6A21\u578B",inputOptions:"\u8F38\u5165\u6846\u589E\u5F37",mouseHoverOptions:"\u9F20\u6A19\u6ED1\u904E",modifyMouseHoverKey:"\u4FEE\u6539\u6ED1\u9F20\u61F8\u505C\u5FEB\u6377\u9375",enableInputTranslation:"\u662F\u5426\u555F\u7528\u8F38\u5165\u6846\u589E\u5F37",enableInputTranslationDescription:"\u555F\u7528\u5F8C\uFF0C\u8F38\u5165\u6846\u76F4\u63A5\u8F38\u5165 {startingKey}{startingKey} \u4F60\u597D\uFF0C\u7136\u5F8C\u5FEB\u901F\u9023\u64CA{inputTrailingTriggerKeyRepeatTimes}\u6B21{trailingKey}\uFF0C\u5373\u53EF\u7FFB\u8B6F\u70BA {inputTargetLanguage}",enableInputTranslationDescriptionForNoneKey:"\u555F\u7528\u5F8C\uFF0C\u8F38\u5165\u6846\u76F4\u63A5\u8F38\u5165\uFF1A\u4F60\u597D\u4E16\u754C\uFF0C\u7136\u5F8C\u5FEB\u901F\u9023\u64CA{inputTrailingTriggerKeyRepeatTimes}\u6B21{trailingKey}\uFF0C\u5373\u53EF\u7FFB\u8B6F\u70BA\u9810\u8A2D\u76EE\u6A19\u8A9E\u8A00",inputTargetLanguage:"\u8A2D\u5B9A\u8F38\u5165\u6846\u7684\u9810\u8A2D\u76EE\u6A19\u8A9E\u8A00",inputTargetLanguageDescription:"\u8F38\u5165\u6846\u7FFB\u8B6F\u7684\u9810\u8A2D\u76EE\u6A19\u8A9E\u8A00\uFF0C\u4E5F\u5C31\u662F {startingKey}{startingKey} \u4F5C\u70BA\u89F8\u767C\u8A5E\u7684\u9810\u8A2D\u8A9E\u8A00",inputTargetLanguageDescriptionForNoneKey:"\u8F38\u5165\u6846\u7FFB\u8B6F\u7684\u9810\u8A2D\u76EE\u6A19\u8A9E\u8A00",inputStartingTriggerKeyTitle:"\u8A2D\u5B9A\u8F38\u5165\u6846\u90E8\u5206\u7FFB\u8B6F\u7684\u5206\u5272\u5B57\u7B26",inputStartingTriggerKeyDescription:"\u7576\u4F60\u4E0D\u9700\u8981\u7FFB\u8B6F\u6574\u500B\u8F38\u5165\u6846\u7684\u6642\u5019\uFF0C\u5206\u5272\u7B26\u5141\u8A31\u4F60\u53EA\u7FFB\u8B6F {startingKey}{startingKey} \u5230\u8F38\u5165\u6846\u672B\u5C3E\u7684\u90E8\u5206\uFF0C\u4E5F\u53EF\u4EE5\u6307\u5B9A\u8A9E\u8A00\u4EE3\u78BC\uFF0C\u4F8B\u5982\uFF1A{startingKey}ja \u8868\u793A\u53EA\u7FFB\u8B6F {startingKey}ja \u5230\u8F38\u5165\u6846\u672B\u5C3E\u7684\u90E8\u5206",inputStartingTriggerKeyDescriptionForNoneKey:"\u76EE\u524D\u8A2D\u5B9A\u70BA\u7121\u9700\u524D\u7DB4\uFF0C\u66AB\u7121\u6CD5\u4F7F\u7528\u8F38\u5165\u6846\u7684\u90E8\u5206\u6587\u5B57\u7FFB\u8B6F\u529F\u80FD",inputTrailingTriggerKeyTitle:"\u9078\u64C7\u4E00\u500B\u8F38\u5165\u7D50\u675F\u7684\u89F8\u767C\u5B57\u7B26",inputTrailingTriggerKeyDescription:"\u5FEB\u901F\u9023\u64CA3 \u6B21{trailingKey} \u5C07\u6703\u958B\u59CB\u7FFB\u8B6F",inputTrailingTriggerKeyTimeout:"\u8F38\u5165\u7D50\u675F\u9023\u64CA\u89F8\u767C\u7684\u9593\u9694\u6642\u9593",inputTrailingTriggerKeyTimeoutDescription:"\u8A2D\u7F6E\u8F38\u5165\u7D50\u675F\u9023\u64CA\u89F8\u767C\u7684\u9593\u9694\u6642\u9593\uFF08\u6BEB\u79D2\uFF09",spaceKey:"<\u7A7A\u683C\u9375>",noneKey:"\u7121\u9700\u524D\u7DB4\uFF0C\u76F4\u63A5\u7FFB\u8B6F\u6574\u500B\u6587\u5B57\u6846",inputTranslationBlockUrlsTitle:"\u5207\u52FF\u5728\u4EE5\u4E0B\u7DB2\u5740\u4E2D\u555F\u7528\u8F38\u5165\u6846\u589E\u5F37",inputTranslationBlockUrlsDescription:"\u5728\u4EE5\u4E0B\u7DB2\u5740\u4E2D\uFF0C\u8F38\u5165\u6846\u589E\u5F37\u5C07\u4E0D\u6703\u751F\u6548",inputHelperInfo:"\u8AAA\u660E\uFF1A\u6211\u5011\u7279\u5225\u91DD\u5C0D\u5728\u4E2D\u6587\u8F38\u5165\u6CD5\u4E0B\u90E8\u5206\u89F8\u767C\u5B57\u7B26\u6703\u8B8A\u6210\u4E2D\u6587\u6A19\u9EDE\u7B26\u865F\u9019\u4EF6\u4E8B\u505A\u4E86\u512A\u5316\uFF0C\u6BD4\u5982\u641C\u72D7\u8F38\u5165\u6CD5\u4E0B / \u6703\u8B8A\u6210\u9813\u865F \u3001\uFF0C\u6C89\u6D78\u5F0F\u7FFB\u8B6F\u652F\u6301\u6240\u6709\u89F8\u767C\u7B26\u5C0D\u61C9\u7684\u4E2D\u6587\u7B26\u865F\uFF0C\u4E5F\u5C31\u662F\u8AAA // \u3001\u3001 \u90FD\u6703\u88AB\u8B58\u5225\u70BA\u89F8\u767C\u5B57\u7B26\u3002

\u540C\u6642\u6211\u5011\u4E5F\u652F\u6301\u8A9E\u8A00\u4EE3\u78BC\u7684\u4E2D\u6587\u5225\u540D\u4F5C\u70BA\u547D\u4EE4\uFF0C\u6BD4\u5982 /\u65E5\u6587 \u4F60\u597D\u4E16\u754C \u6703\u88AB\u7FFB\u8B6F\u70BA\u65E5\u6587\uFF0C<1>\u9EDE\u6B64\u67E5\u770B\u6240\u6709\u652F\u63F4\u7684\u8A9E\u8A00\u4EE3\u78BC\u3002",reloadCurrentPage:"\u8ACB\u5148\u5237\u65B0\u76EE\u524D\u9801\u9762\uFF0C\u518D\u958B\u59CB\u7FFB\u8B6F",noLocalFilePermissionForPDF:"\u66AB\u7121\u6B0A\u9650\u8B80\u53D6\u672C\u6A5F\u6587\u4EF6\uFF0C\u8ACB\u9EDE\u9078\u4E0A\u65B9\u6309\u9215\uFF0C\u7136\u5F8C\u532F\u5165\u672C\u6A5F\u6587\u4EF6",noPermissionForThisPage:"\u26A0\uFE0F \u66AB\u7121\u6B0A\u9650\u7FFB\u8B6F\u76EE\u524D\u9801\u9762","error.retry":"\u91CD\u8A66","error.reason":"\u932F\u8AA4\u539F\u56E0",retryAllParagraphs:"\u91CD\u8A66\u5168\u90E8\u932F\u8AA4\u6BB5\u843D",retryAllButton:"\u91CD\u8A66\u5168\u90E8\u932F\u8AA4\u6BB5\u843D",errorTooltipTitle:"\u9EDE\u64CA\u770B\u932F\u8AA4\u539F\u56E0",errorModalTitle:"\u7FFB\u8B6F\u670D\u52D9\u6216\u7DB2\u8DEF\u4F3C\u4E4E\u51FA\u4E86\u9EDE\u554F\u984C...",disableConfirm:"\u7981\u7528\u78BA\u8A8D",disableOnce:"\u7981\u7528\u4E00\u6B21",disableGlobal:"\u5168\u5C40\u7981\u7528",disableTint:"* \u60A8\u53EF\u4EE5\u5728 {option} \u4E2D\u91CD\u65B0\u555F\u7528\u3002",searchEnhancementNotes:"\u6211\u5011\u767C\u73FE\uFF0C\u4E2D\u6587\u95DC\u9375\u8A5E\u548C\u82F1\u6587\u95DC\u9375\u8A5E\u7684\u65B0\u805E\u7D50\u679C\u6709\u975E\u5E38\u5927\u7684\u4E0D\u540C\uFF0C\u5728\u555F\u7528\u6C89\u6D78\u5F0F\u7FFB\u8B6F\u96D9\u8A9E\u4FE1\u606F\u589E\u5F37\u529F\u80FD\u5F8C\uFF0C\u6211\u5011\u6703\u5728\u652F\u6301\u7684\u7DB2\u7AD9\uFF08\u8C37\u6B4C\u65B0\u805E\uFF0C\u8C37\u6B4C\u641C\u7D22\uFF08\u90E8\u5206\u95DC\u9375\u8A5E\uFF09\uFF0C\u96EA\u7403\uFF0C\u6771\u65B9\u8CA1\u5BCC\u7DB2\uFF0C\u5BCC\u9014\uFF0C\u8001\u864E\uFF09\u81EA\u52D5\u7528\u82F1\u6587\u70BA\u4F60\u641C\u7D22\u540C\u6A23\u7684\u95DC\u9375\u8A5E\u4E26\u5C55\u793A\u5728\u53F3\u5074\u3002\u5982\u679C\u4F60\u4E0D\u9700\u8981\u8A72\u529F\u80FD\u7684\u8A71\uFF0C\u53EF\u4EE5\u9078\u64C7\u7981\u7528\u5B83\u3002",option:"\u9078\u9805",saveSettings:"\u5132\u5B58\u8A2D\u5B9A",closeModal:"\u95DC\u9589\u8996\u7A97",enableInputTranslationWithoutTriggerKeyTitle:"\u555F\u7528\u5FEB\u901F\u9023\u64CA3 \u6B21{trailingKey}\uFF0C\u76F4\u63A5\u7FFB\u8B6F\u6574\u500B\u8F38\u5165\u6846\u70BA{inputTargetLanguage}",enableInputTranslationWithoutTriggerKeyDescription:"\u5982\u9700\u6307\u5B9A\u76EE\u6A19\u8A9E\u8A00\uFF0C\u8ACB\u5728\u524D\u9762\u52A0\u4E0A\u8A9E\u8A00\u7A0B\u5F0F\u78BC\uFF0C\u5982\uFF1Aja \u4F60\u597D\u4E16\u754C",deepLProName:"\u6C89\u6D78\u5F0F\u7FFB\u8B6FPro \u6703\u54E1(\u63A8\u85A6)",deepLProDescription:"\u76EE\u524D\u5957\u9910\u53EF\u4EE5\u76F4\u63A5\u4F7F\u7528",deeplProDescriptionForNormal:"\u7121\u9700\u4EFB\u4F55\u8A2D\u7F6E\uFF0C\u6703\u54E1\u767B\u5165\u5F8C\u5373\u53EF\u4F7F\u7528\uFF0C<1>\u9EDE\u6B64\u5347\u7D1A\u70BA\u6703\u54E1",deepLCustomDescription:"\u9700\u8981\u570B\u5916\u4FE1\u7528\u5361\uFF0C\u5728<1>DeepL\u5B98\u65B9\u958B\u901A\uFF0C\u9EDE\u9078\u67E5\u770B<2>\u6587\u6A94",deepLCustomName:"\u81EA\u8A02Auth Key",chooseProviderLabel:"\u9078\u64C7\u4E00\u500B\u670D\u52D9\u63D0\u4F9B\u8005",openaiProName:"\u6C89\u6D78\u5F0F\u7FFB\u8B6FPro \u6703\u54E1(\u63A8\u85A6)",openaiProDescription:"\u76EE\u524D\u5957\u9910\u53EF\u4EE5\u76F4\u63A5\u4F7F\u7528",openaiProDescriptionForNormal:"\u7121\u9700\u4EFB\u4F55\u8A2D\u7F6E\uFF0C\u6703\u54E1\u767B\u5165\u5F8C\u5373\u53EF\u4F7F\u7528\uFF0C<1>\u9EDE\u6B64\u5347\u7D1A\u70BA\u6703\u54E1",openaiCustomDescription:"\u53EF\u5728OpenAI, Azure OpenAI, \u6216\u5176\u4ED6\u7B2C\u4E09\u65B9\u670D\u52D9\u7372\u53D6\uFF0C<1>\u9EDE\u6B64\u67E5\u770B\u6587\u6A94",openaiCustomName:"\u81EA\u8A02API Key",needLoginAction:"(\u958B\u901A\u6703\u54E1\u6216\u81EA\u8A02)",goLoginOrAction:"(\u958B\u901A\u6703\u54E1\u6216\u53BB\u8A2D\u5B9A)",yearly:"\u5E74\u5EA6\u7E8C\u8A02",quarterly:"\u5B63\u5EA6\u7E8C\u8A02",monthly:"\u6BCF\u6708\u7E8C\u8A02",yearlyForOnce:"\u4E00\u6B21\u6027\u5E74\u5EA6\u5957\u9910",monthlyForOnce:"\u4E00\u6B21\u6027\u6708\u5EA6\u5957\u9910",daily:"\u6BCF\u65E5\u7E8C\u8A02",year:"\u5E74\u5EA6\u7E8C\u8A02",quarter:"\u5B63\u5EA6\u7E8C\u8A02",month:"\u6BCF\u6708\u7E8C\u8A02",day:"\u6BCF\u65E5\u7E8C\u8A02",onetime_7day:"7 \u5929\u9AD4\u9A57\u5305",currentPlanDescriptionForFree:"\u76EE\u524D\u5957\u9910\uFF1A\u514D\u8CBB",currentPlanDescriptionForContinuous:"\u76EE\u524D\u5957\u9910\uFF1A{plan}\uFF0C\u5C07\u65BC {endAt} \u81EA\u52D5\u7E8C\u8CBB",currentPlanDescriptionForAutoRenewCaceling:"\u76EE\u524D\u5957\u9910\uFF1A{plan}\uFF0C\u5C07\u65BC {endAt} \u5230\u671F\uFF0C\u5230\u671F\u5F8C\u5C07\u4E0D\u6703\u81EA\u52D5\u7E8C\u7D04",currentYearlyPlanDescriptionForAutoRenewCacelingWithRealPaiedUser:"\u76EE\u524D\u5957\u9910\uFF1A{plan}\uFF0C\u5C07\u65BC {endAt} \u5230\u671F\uFF0C\u5230\u671F\u5F8C\u5C07\u4E0D\u6703\u81EA\u52D5\u7E8C\u7D04\u3002
<1>\u9EDE\u6B64\u7BA1\u7406\u7E8C\u8CBB\u65B9\u6848",currentYearlyPlanDescriptionForAutoRenewCacelingWithAdmin:"\u76EE\u524D\u5957\u9910\uFF1A{plan}\uFF0C\u5C07\u65BC {endAt} \u5230\u671F\uFF0C\u5230\u671F\u5F8C\u5C07\u4E0D\u6703\u81EA\u52D5\u7E8C\u7D04\u3002
<1>\u9EDE\u6B64\u555F\u7528\u9023\u7E8C\u5305\u5E74",currentPlanDescriptionForOneTime:"\u76EE\u524D\u5957\u9910\uFF1A{plan}\uFF0C\u5C07\u65BC {endAt} \u5230\u671F\uFF0C<1>\u9EDE\u6B64\u5347\u7D1A\u70BA\u5E74\u8CBB\u6216<2>\u6708\u8CBB\u6703\u54E1",upgradePlan:"\u9EDE\u6B64\u5347\u7D1A\u70BAPro \u6703\u54E1",upgradeToPro:"\u5347\u7D1A\u70BA Pro \u6703\u54E1","popup.openPro":"\u5347\u7D1A\u70BA Pro \u6703\u54E1\u5F8C\u53EF\u4EE5\u66A2\u4EAB DeepL \u548C OpenAI \u7FFB\u8B6F\uFF0C\u9EDE\u6B64\u5347\u7D1A","popup.openProForPro":"\u60A8\u662F Pro \u6703\u54E1\uFF0C\u53EF\u76F4\u63A5\u4F7F\u7528 DeepL \u548C OpenAI \u7FFB\u8B6F",currentAccount:"\u7576\u524D\u8CEC\u6236",enableAutoSyncUserSettings:"\u555F\u7528\u591A\u8A2D\u5099\u81EA\u52D5\u96F2\u7AEF\u540C\u6B65",modalEnableInputTranslationTitle:"\u6C89\u6D78\u5F0F\u7FFB\u8B6F\u8F38\u5165\u6846\u7FFB\u8B6F\u63D0\u793A",modalEnableInputTranslationDesc:"\u60A8\u525B\u525B\u900F\u904E\u5FEB\u901F\u9023\u64CA3 \u6B21\u7A7A\u767D\u9375\u89F8\u767C\u4E86\u6C89\u6D78\u5F0F\u7FFB\u8B6F\u7684\u8F38\u5165\u6846\u7FFB\u8B6F\uFF0C\u8F38\u5165\u6846\u7684\u5167\u5BB9\u5C07\u7FFB\u8B6F\u70BA\u9810\u8A2D\u7684\u76EE\u6A19\u8A9E\u8A00\u3002\u900F\u904ECtrl+Z \u53EF\u4EE5\u64A4\u92B7\u7FFB\u8B6F\u3002

\u5982\u679C\u9019\u662F\u4E00\u500B\u5931\u8AA4\uFF0C\u4E0D\u7528\u64D4\u5FC3\uFF0C\u60A8\u53EF\u4EE5\u9078\u64C7\u672C\u6B21\u505C\u7528\uFF0C\u6216\u6C38\u4E45\u505C\u7528\u8F38\u5165\u6846\u7FFB\u8B6F\u3002",saveAndNotShowAgain:"\u5132\u5B58\u4E14\u4E0D\u518D\u63D0\u793A",disableInputTranslationTips:"* \u4F60\u4E5F\u53EF\u4EE5\u5728 {option} \u4E2D\u8A2D\u5B9A\u5176\u4ED6\u5FEB\u6377\u9375\u4F86\u89F8\u767C\uFF0C{learnMore}\u3002",learnMore:"\u9EDE\u6B64\u4E86\u89E3\u66F4\u591A",continueEnalbeInputTranslation:"\u7E7C\u7E8C\u555F\u7528\u8F38\u5165\u6846\u7FFB\u8B6F",autoRenewTrialSuffix:'\uFF08\u8A66\u7528\u4E2D\uFF0C\u7ACB\u523B\u5347\u7D1A\u70BA\u6B63\u5F0F\u6703\u54E1\uFF09',upgradeFromTrialTitle:"\u5347\u7D1A\u70BA\u6B63\u5F0F\u6703\u54E1",subtitle:"\u5F71\u7247\u5B57\u5E55",youtubeService:"\u6C89\u6D78\u5F0F\u7FFB\u8B6F\u5F71\u7247\u5B57\u5E55\u670D\u52D9","subtitle.disabledSubtitle":"\u6C38\u4E45\u7981\u7528\u8996\u983B\u5B57\u5E55\u529F\u80FD","subtitle.disabledSubtitleDescription":"\u5982\u679C\u6C89\u6D78\u5F0F\u7FFB\u8B6F\u7684\u8996\u983B\u5B57\u5E55\u548C\u5176\u4ED6\u64F4\u5C55\u6709\u885D\u7A81\uFF0C\u4F60\u53EF\u4EE5\u9078\u64C7\u6C38\u4E45\u7981\u7528\u6C89\u6D78\u5F0F\u7FFB\u8B6F\u7684\u8996\u983B\u5B57\u5E55\u529F\u80FD\u6216\u8005\u5378\u8F09\u5176\u4ED6\u885D\u7A81\u7684\u64F4\u5C55","subtitle.autoEnableSubtitleDescription":"\u555F\u7528\u5F8C\uFF0C\u7576\u5F71\u7247\u64AD\u653E\u7684\u6642\u5019\uFF0C\u6703\u81EA\u52D5\u986F\u793A\u96D9\u8A9E\u5B57\u5E55\uFF0C\u5426\u5247\u9700\u8981\u9EDE\u64CA\u7FFB\u8B6F\u6309\u9215\u624D\u6703\u986F\u793A\u3002","subtitle.preTranslation":"\u512A\u5148\u4F7F\u7528\u6C89\u6D78\u5F0F\u7FFB\u8B6F\u5B57\u5E55","subtitle.preTranslationDescription":"\u555F\u7528\u5F8C\u6703\u512A\u5148\u7528\u4E0B\u9762\u7684\u7FFB\u8B6F\u670D\u52D9\u63D0\u524D\u7FFB\u8B6F\u6574\u500B\u5B57\u5E55\uFF0C1 \u5C0F\u6642\u7684\u8996\u8A0A\u5927\u6982\u6D88\u8017 5\u842C Tokens \u6216 \u5B57\u7B26\uFF0C\u8ACB\u914C\u60C5\u4F7F\u7528\uFF1B\u95DC\u9589\u5F8C\u5247\u512A\u5148\u4F7F\u7528\u539F\u5F71\u7247\u81EA\u5E36\u7684\u6A5F\u7FFB\u5B57\u5E55","subtitle.humanSubtitlesPreferred":"\u512A\u5148\u4F7F\u7528\u4EBA\u5DE5\u5B57\u5E55","subtitle.humanSubtitlesPreferredDescription":"\u7576\u5F71\u7247\u6709\u76EE\u6A19\u8A9E\u8A00\u4EBA\u5DE5\u5B57\u5E55\u6642\uFF0C\u512A\u5148\u4F7F\u7528\u4EBA\u5DE5\u5B57\u5E55\uFF08\u63A8\u85A6\uFF09","subtitle.bilingual":"\u96D9\u8A9E\u5B57\u5E55","subtitle.autoDisableSubtitle":"\u4E0D\u81EA\u52D5\u555F\u7528\u96D9\u8A9E\u5B57\u5E55","subtitle.hideQuickButton":"\u4E0D\u518D\u986F\u793A\u8A72\u5FEB\u6377\u65B9\u5F0F","subtitle.showQuickButton":"\u986F\u793A\u96D9\u8A9E\u5B57\u5E55\u5FEB\u6377\u65B9\u5F0F","subtitle.showQuickButtonDescription":"\u5728\u8996\u983B\u64AD\u653E\u5668\u53F3\u4E0B\u89D2\u63D0\u4F9B\u555F\u7528\u96D9\u8A9E\u5B57\u5E55\u7684\u5FEB\u6377\u65B9\u5F0F",videoSubtitleTranslationDescription:"\u70BA\u5F71\u7247\u5B57\u5E55\u55AE\u7368\u6307\u5B9A\u4E00\u500B\u7FFB\u8B6F\u670D\u52D9",subtitleTranslating:"\u6B63\u5728\u4F7F\u7528 {service} \u670D\u52D9\u7FFB\u8B6F\u5B57\u5E55\u4E2D\uFF0C\u8ACB\u7A0D\u7B49...\uFF08\u6C89\u6D78\u5F0F\u7FFB\u8B6F\uFF09",subtitleLoading:"\u6B63\u5728\u8F09\u5165\u5B57\u5E55...",bilingual:"\u96D9\u8A9E","field.action":"\u662F\u5426\u555F\u7528\u767E\u5EA6\u8853\u8A9E","description.action":"\u555F\u7528\u5F8C\u6703\u5728\u8ACB\u6C42\u4E2D\u52A0\u5165 action=1 \u7684\u53C3\u6578\uFF0C\u4EE5\u4FBF\u544A\u77E5\u767E\u5EA6\u555F\u7528\u8853\u8A9E\uFF0C<1>\u66F4\u591A\u8AAA\u660E\u8ACB\u53C3\u8003\u5B98\u65B9\u6587\u6A94",closeQuickTranslation:"\u95DC\u9589\u61F8\u6D6E\u7403","closeQuickTranslation.untilNext":"\u672C\u6B21\u95DC\u9589\u76F4\u5230\u4E0B\u6B21\u8A2A\u554F","closeQuickTranslation.currentWebsite":"\u7576\u524D\u7DB2\u7AD9\u7981\u7528","closeQuickTranslation.alwaysClose":"\u6C38\u4E45\u7981\u7528","closeQuickTranslation.settingOpen":"\uFF08\u53EF\u5728<1>\u8A2D\u5B9A\u9801\u958B\u555F\uFF09","closeQuickTranslation.cancel":"\u53D6\u6D88","closeQuickTranslation.confirm":"\u78BA\u5B9A","floatBall.popup":"\u6253\u958B\u5FEB\u6377\u8A2D\u5B9A\u9762\u677F","floatBall.translate":"\u9EDE\u64CA\u7FFB\u8B6F\u8A72\u9801\u9762","floatBall.showOriginal":"\u9EDE\u64CA\u5207\u63DB\u5230\u539F\u6587","floatBall.close":"\u95DC\u9589\u61F8\u6D6E\u7403","floatBallOptions.enableDescPc":"\u555F\u7528\u9801\u9762\u61F8\u6D6E\u7403\u5F8C\uFF0C\u6703\u5728\u9801\u9762\u53F3\u5074\u986F\u793A\u4E00\u500B\u5FEB\u6377\u7FFB\u8B6F\u6309\u9215\uFF0C\u9EDE\u64CA\u5373\u53EF\u7FFB\u8B6F","floatBallOptions.enableDesc":"\u95DC\u9589\u61F8\u6D6E\u7403\u5F8C\uFF0C\u53EF\u4EE5\u7528{touch}\u559A\u8D77\u3002\u70BA\u9632\u6B62\u4E0D\u614E\u95DC\u9589\u8A72\u9078\u9805\u5F8C\u627E\u4E0D\u5230\u61F8\u6D6E\u7403\uFF0C\u5F37\u70C8\u5EFA\u8B70\u6536\u85CF\u672C\u8A2D\u5B9A\u9801","description.azureApiUrl":"\u586B\u5165\u81EA\u8A02\u7684API\u4F4D\u5740",shareBtnTitle:"\u9EDE\u64CA\u751F\u6210\u7DB2\u9801\u5FEB\u7167","floatBall.share":"\u751F\u6210\u7DB2\u9801\u5FEB\u7167","floatBall.guideClickToTranslate":`\u9EDE\u64CA\u6C89\u6D78\u5F0F\u7FFB\u8B6F\u61F8\u6D6E\u7403 \u5373\u53EF\u5FEB\u901F\u7FFB\u8B6F`,"floatBall.iKnow":"\u6211\u77E5\u9053\u4E86",confirmSupportMouse:"\u5F37\u5236\u555F\u7528\u6ED1\u9F20\u652F\u63F4",confirmSupportMouseDescription:"\u6AA2\u6E2C\u5230\u7576\u524D\u700F\u89BD\u5668\u4E0D\u652F\u63F4\u6ED1\u9F20\u529F\u80FD\uFF0C\u662F\u5426\u5F37\u5236\u555F\u7528\u6ED1\u9F20\u652F\u63F4\uFF1F",sampleTargetText:"\u9577\u591C\u5C07\u81F3\uFF0C\u6211\u5F9E\u4ECA\u958B\u59CB\u5B88\u671B\uFF0C\u81F3\u6B7B\u65B9\u4F11\u3002 \u6211\u5C07\u4E0D\u5A36\u59BB\u3001\u4E0D\u5C01\u5730\u3001\u4E0D\u751F\u5B50\u3002 \u6211\u5C07\u4E0D\u6234\u5BF6\u51A0\uFF0C\u4E0D\u722D\u69AE\u5BF5\u3002 \u6211\u5C07\u76E1\u5FE0\u8077\u5B88\uFF0C\u751F\u6B7B\u65BC\u65AF\u3002",sampleSourceText:"Night gathers, and now my watch begins. It shall not end until my death. I shall take no wife, hold no lands, father no children. I shall wear no crowns and win no glory. I shall live and die at my post.","subtitle.supportedSites":"\u5DF2\u652F\u63F4\u5728\u9019\u4E9B\u7DB2\u7AD9\u4F7F\u7528\u96D9\u8A9E\u5B57\u5E55\uFF08\u6CE8\u610F\uFF1A\u7531\u65BC\u6280\u8853\u9650\u5236\uFF0C\u90E8\u5206\u7DB2\u7AD9\u5728\u9996\u6B21\u958B\u555F\u5B57\u5E55\u5F8C\u9700\u8981\u91CD\u65B0\u5237\u65B0\u9801\u9762\uFF0C\u6216\u8005\u9700\u7B49\u5F85\u7FFB\u8B6F\u5B8C\u6210\u4EE5\u986F\u793A\u96D9\u8A9E\u5B57\u5E55\uFF09\uFF1A",viewWithImmersiveTranslate:"\u53CC\u8BED\u7248\u672C(\u6C89\u6D78\u5F0F\u7FFB\u8BD1)",errorReason:"\u932F\u8AA4\u539F\u56E0\uFF1A{message}","proQuotaExceededError.onetime7day":'\uFF0C\u60A8\u53EF\u4EE5\u9078\u64C7\u4EE5\u4E0B\u65B9\u5F0F\u89E3\u6C7A\uFF1A

1. \u5207\u63DB\u5230 {anotherService} \u6216\u5176\u4ED6\u7FFB\u8B6F\u670D\u52D9
2. \u5347\u7D1A\u70BA\u6708\u5EA6/\u5E74\u5EA6\u6703\u54E1',"proQuotaExceededError.trial":'\uFF0C\u60A8\u53EF\u4EE5\u9078\u64C7\u4EE5\u4E0B\u65B9\u5F0F\u89E3\u6C7A\uFF1A

1. \u5207\u63DB\u5230 {anotherService} \u6216\u5176\u4ED6\u7FFB\u8B6F\u670D\u52D9
2. \u7ACB\u5373\u5347\u7D1A\u70BA\u6B63\u5F0F\u6703\u54E1',"proQuotaExceededError.nonTrial":'\uFF0C\u60A8\u53EF\u4EE5\u9078\u64C7\u4EE5\u4E0B\u65B9\u5F0F\u89E3\u6C7A\uFF1A

1. \u5207\u63DB\u5230 {anotherService} \u6216\u5176\u4ED6\u7FFB\u8B6F\u670D\u52D9
2. \u8CFC\u8CB7 {translationService} \u984D\u5916\u6D41\u91CF\u5305',"proQuotaExceededError.resetTime":"
3. \u984D\u5EA6\u91CD\u7F6E\u6642\u9593\uFF1A{resetTime}",paragraphMinTextCountField:"\u7FFB\u8B6F\u6BB5\u843D\u6240\u9700\u7684\u6700\u5C11\u5B57\u7B26\u6578",paragraphMinTextCountDesc:"\u6CE8\u610F\uFF0C\u9019\u88E1\u6307\u7684\u5B57\u7B26\u9577\u5EA6\uFF0C\u6BD4\u5982\uFF1Ahello \u662F 5 \u500B\u5B57\u7B26\uFF0C\u8A2D\u5B9A\u70BA\u66F4\u5927\u7684\u503C\u53EF\u4EE5\u6E1B\u5C11\u4E0D\u5FC5\u8981\u7684\u5C0F\u6BB5\u843D\u7FFB\u8B6F",networkError:"\u7FFB\u8B6F\u670D\u52D9\u6216\u7DB2\u8DEF\u51FA\u73FE\u554F\u984C",notLogin:"\u672A\u767B\u9304","browser.toggleMouseHoverTranslateDirectly":"\u5728\u9801\u9762\u4E0A\u81E8\u6642\u555F\u7528\u6216\u95DC\u9589\u6ED1\u9F20\u61F8\u505C\u76F4\u63A5\u7FFB\u8B6F","browser.translateWithOpenAI":"\u81E8\u6642\u4F7F\u7528 OpenAI \u7FFB\u8B6F\u7576\u524D\u9801\u9762","browser.translateWithDeepL":"\u81E8\u6642\u4F7F\u7528 DeepL \u7FFB\u8B6F\u7576\u524D\u9801\u9762","browser.translateWithGoogle":"\u81E8\u6642\u4F7F\u7528 Google \u7FFB\u8B6F\u7576\u524D\u9801\u9762","browser.translateWithBing":"\u81E8\u6642\u4F7F\u7528\u5FAE\u8EDF\u7FFB\u8B6F\u7576\u524D\u9801\u9762","browser.translateWithGemini":"\u81E8\u6642\u4F7F\u7528 Gemini \u7FFB\u8B6F\u7576\u524D\u9801\u9762","browser.translateWithTransmart":"\u81E8\u6642\u4F7F\u7528\u9A30\u8A0A\u7FFB\u8B6F\u7576\u524D\u9801\u9762","browser.translateInputBox":"\u7FFB\u8B6F\u7576\u524D\u8F38\u5165\u6846\u5167\u5BB9",shortcutSettings:"\u5FEB\u6377\u9375",shortcutSettingsTitle:"\u5FEB\u6377\u9375\u8A2D\u7F6E",confirmResetToDefaultSettings:"\u78BA\u8A8D\u8981\u6062\u5FA9\u8A72\u7FFB\u8B6F\u670D\u52D9\u70BA\u9ED8\u8A8D\u8A2D\u7F6E\u55CE\uFF1F\uFF08\u50C5\u91CD\u7F6E\u7576\u524D\u7FFB\u8B6F\u670D\u52D9\u7684\u8A2D\u7F6E\uFF09","intro.hoverTitle":"\u6ED1\u9F20\u61F8\u505C\u7FFB\u8B6F\u7576\u524D\u6BB5\u843D","intro.hoverDescription":"\u6ED1\u9F20\u61F8\u505C\u7FFB\u8B6F\u662F\u6C89\u6D78\u5F0F\u7FFB\u8B6F\u88E1\u975E\u5E38\u91CD\u8981\u7684\u529F\u80FD\uFF0C\u53EA\u9700\u5C07\u6ED1\u9F20\u653E\u5728\u6BB5\u843D\u4E0A\uFF0C\u540C\u6642\u6309\u4E0B\u8A2D\u5B9A\u7684\u5FEB\u6377\u9375\uFF0C\u5373\u53EF\u81EA\u52D5\u7FFB\u8B6F\u7576\u524D\u6BB5\u843D\uFF08\u6CE8\u610F\uFF1A\u9810\u8A2D\u6C92\u6709\u555F\u7528\u54E6\uFF0C\u8ACB \u5728\u4E0B\u65B9\u8A2D\u5B9A\uFF09\uFF0C\u8A72\u4E92\u52D5\u7528\u65BC\u66F4\u597D\u7684\u66FF\u4EE3\u5283\u8A5E\u7FFB\u8B6F\uFF0C\u53E6\u5916\uFF0C\u6B64\u529F\u80FD\u4E5F\u5EE3\u6CDB\u61C9\u7528\u65BC\u90A3\u4E9B\u7121\u6CD5\u88AB\u8B58\u5225\u7684\u7FFB\u8B6F\u5340\u57DF\uFF0C\u4F60\u53EF\u4EE5\u5229\u7528\u8A72\u529F\u80FD\uFF0C\u5F37\u5236\u7FFB\u8B6F\u4EFB\u4F55\u6BB5\u843D\u3002","intro.floatBallTitle":"\u5FEB\u6377\u7FFB\u8B6F\u61F8\u6D6E\u7403","intro.floatBallDescription":"\u555F\u7528\u5F8C\uFF0C\u6703\u5728\u9801\u9762\u53F3\u5074\u986F\u793A\u4E00\u500B\u5FEB\u6377\u7FFB\u8B6F\u6309\u9215\uFF0C\u9EDE\u64CA\u5373\u53EF\u7FFB\u8B6F\uFF0C\u518D\u6B21\u9EDE\u64CA\u5373\u53EF\u5207\u63DB\u56DE\u539F\u6587\u3002\u5728\u79FB\u52D5\u7AEF\uFF0C\u9577\u6309\u61F8\u6D6E\u7403\uFF0C\u53EF\u4EE5\u6253\u958B\u5FEB\u6377\u8A2D\u7F6E\u9762\u677F\u3002","intro.subtitleTitle":"\u5728\u7DDA\u8996\u983B\u96D9\u8A9E\u5B57\u5E55\u986F\u793A","intro.subtitleDescription":"\u958B\u555F\u6B64\u529F\u80FD\u5F8C\uFF0C\u5F71\u7247\u64AD\u653E\u6642\u5C07\u81EA\u52D5\u5C55\u793A\u96D9\u8A9E\u5B57\u5E55\u3002 \u5982\u679C\u672A\u555F\u7528\uFF0C\u60A8\u9700\u5728\u9801\u9762\u4E0A\u624B\u52D5\u9EDE\u9078\u7FFB\u8B6F\u6309\u9215\u4EE5\u986F\u793A\u5B57\u5E55\u3002 \u8ACB\u6CE8\u610F\uFF0C\u7531\u65BC\u6280\u8853\u9650\u5236\uFF0C\u67D0\u4E9B\u7DB2\u7AD9\u5728\u9996\u6B21\u555F\u52D5\u5B57\u5E55\u6642\u53EF\u80FD\u9700\u8981\u91CD\u65B0\u6574\u7406\u9801\u9762\u6216\u7B49\u5F85\u7FFB\u8B6F\u5B8C\u6210\u5F8C\uFF0C\u624D\u80FD\u986F\u793A\u96D9\u8A9E\u5B57\u5E55\u3002 \uFF08\u6B64\u5916\uFF0C\u4F60\u9084\u53EF\u4EE5\u5728\u958B\u555F\u5F71\u7247\u7DB2\u7AD9\u5F8C\uFF0C\u53F3\u4E0A\u89D2\u958B\u555F\u6C89\u6D78\u5F0F\u7FFB\u8B6F\u7684\u5FEB\u6377\u9762\u677F\u555F\u7528/\u95DC\u9589\uFF09

\u76EE\u524D\u5DF2\u652F\u63F4\u5728\u9019\u4E9B\u7DB2\u7AD9\u4F7F\u7528\u96D9\u8A9E\u5B57\u5E55\uFF1A","desc.toggleMouseHoverTranslateDirectly":"\u6309\u4E0B\u9019\u500B\u5FEB\u6377\u9375\u5F8C\uFF0C\u5728\u9801\u9762\u4E0A\uFF0C\u53EA\u8981\u6ED1\u9F20\u6307\u5411\u4EFB\u4F55\u4E00\u6BB5\u6587\u5B57\uFF0C\u5C31\u6703\u81EA\u52D5\u7FFB\u8B6F\u9019\u6BB5\u6587\u5B57\u3002\u518D\u6309\u4E00\u6B21\u5FEB\u6377\u9375\uFF0C\u5C31\u53EF\u4EE5\u95DC\u9589\u9019\u500B\u81EA\u52D5\u7FFB\u8B6F\u529F\u80FD\u3002","shortcutGroup.main":"\u5E38\u7528\u529F\u80FD\u5FEB\u6377\u9375","shortcutGroup.others":"\u66F4\u591A\u81EA\u5B9A\u7FA9\u529F\u80FD\u5FEB\u6377\u9375","shortcutGroup.shortcutsForTranslationServices":"\u7FFB\u8B6F\u670D\u52D9\u76F8\u95DC\u5FEB\u6377\u9375",browserShortcutsSucks:"\u7531\u65BC\u700F\u89BD\u5668\u5C0D\u8F38\u5165\u6846\u7684\u5FEB\u6377\u9375\u8B58\u5225\u4E0D\u6E96\u78BA\uFF0C\u6240\u4EE5\u8ACB\u624B\u52D5\u8F38\u5165\u5FEB\u6377\u9375\u7684\u540D\u5B57\uFF0C\u8F38\u5165\u5F8C\uFF0C\u9EDE\u64CA\u7A7A\u767D\u8655\u5373\u53EF\u81EA\u52D5\u4FDD\u5B58\u3002\uFF08macOS \u88E1\u9762 Alt \u548C Option \u662F\u540C\u6A23\u7684\u9375\uFF0C\u5EFA\u8B70\u7D71\u4E00\u8F38\u5165 Alt\uFF09\u3002\u6BD4\u5982\uFF1A","shortcutGroup.touch":"\u89F8\u5C4F\u5C08\u7528\u624B\u52E2","shortcutGroup.mouse":"\u6ED1\u9F20\u61F8\u505C\u5FEB\u6377\u9375\u914D\u7F6E",fingerCountToToggleTranslagePageWhenTouching:"\u591A\u6307\u540C\u6642\u89F8\u6478\u5C4F\u5E55\u5247\u7FFB\u8B6F\u7DB2\u9801/\u986F\u793A\u539F\u6587","desc.fingerCountToToggleTranslagePageWhenTouching":"\u8A2D\u7F6E\u5F8C\uFF0C\u5728\u79FB\u52D5\u8A2D\u5099\u6642\uFF0C\u53EF\u4EE5\u540C\u6642\u7528 X \u500B\u624B\u6307\u89F8\u6478\u5C4F\u5E55\uFF0C\u5373\u53EF\u7FFB\u8B6F\u7DB2\u9801/\u986F\u793A\u539F\u6587",fingerCountToToggleTranslationMaskWhenTouching:"\u591A\u6307\u540C\u6642\u89F8\u6478\u5C4F\u5E55\u5247\u986F\u793A\u7FFB\u8B6F\u906E\u7F69/\u986F\u793A\u539F\u6587","desc.fingerCountToToggleTranslationMaskWhenTouching":"\u7FFB\u8B6F\u906E\u7F69\u662F\u6307\u8B6F\u6587\u6A23\u5F0F\u88E1\u7684\u6A21\u7CCA\u6548\u679C\uFF08\u5B78\u7FD2\u6A21\u5F0F\uFF09\uFF0C\u958B\u555F\u5F8C\u81E8\u6642\u5C0D\u8B6F\u6587\u4F7F\u7528\u6A21\u7CCA\u6548\u679C\uFF0C\u65B9\u4FBF\u5B78\u7FD2",fingerCountToToggleTranslagePageOnlyTranslationWhenTouching:"\u591A\u6307\u540C\u6642\u89F8\u5C4F\uFF0C\u4F7F\u7528\u50C5\u8B6F\u6587\u6A21\u5F0F\u9032\u884C\u7FFB\u8B6F/\u986F\u793A\u539F\u6587","desc.fingerCountToToggleTranslagePageOnlyTranslationWhenTouching":"\u50C5\u8B6F\u6587\u6307\u7684\u662F\u53EA\u986F\u793A\u8B6F\u6587\uFF0C\u800C\u4E0D\u662F\u9ED8\u8A8D\u7684\u96D9\u8A9E\u6A21\u5F0F","neverTranslateText.title":"\u4EE5\u4E0B\u55AE\u8A5E\u4FDD\u6301\u539F\u6587\uFF0C\u4E0D\u8981\u7FFB\u8B6F","neverTranslateText.description":"\u7531\u65BC\u67D0\u4E9B\u7FFB\u8B6F\u5F15\u64CE\u5C0D\u5C08\u6709\u540D\u8A5E\u8B58\u5225\u4E0D\u7406\u60F3\uFF0C\u4F60\u53EF\u4EE5\u5728\u6B64\u8655\u6DFB\u52A0\u55AE\u8A5E\uFF0C\u78BA\u4FDD\u5B83\u5011\u5728\u7FFB\u8B6F\u904E\u7A0B\u4E2D\u4E0D\u88AB\u8F49\u63DB\u3002\u8ACB\u6CE8\u610F\uFF0C\u6B64\u529F\u80FD\u5340\u5206\u5927\u5C0F\u5BEB\uFF0C\u4E26\u50C5\u652F\u6301\u4EE5\u7A7A\u683C\u5206\u9694\u7684\u55AE\u8A5E\u8A9E\u8A00\uFF08\u5982\u82F1\u8A9E\u3001\u6CD5\u8A9E\uFF09\uFF0C\u4E0D\u9069\u7528\u65BC\u65E5\u8A9E\u3001\u97D3\u8A9E\u7B49\u8A9E\u8A00","tagsInput.add":"+ \u6DFB\u52A0","desc.mouseHoverHoldKey":"\u7576\u6ED1\u9F20\u61F8\u505C\u5728\u67D0\u500B\u6BB5\u843D\u4E0A\u6642\uFF0C\u540C\u6642\u6309\u4E0B\u53F3\u5074\u7684\u5FEB\u6377\u9375\uFF0C\u5373\u53EF\u76F4\u63A5\u7FFB\u8B6F\u8A72\u6BB5\u843D",mouseHoverCustomKeyTitle:"\u81EA\u5B9A\u7FA9\u6ED1\u9F20\u61F8\u505C\u5FEB\u6377\u9375",mouseHoverCustomKeyDescription:"\u4F60\u53EF\u4EE5\u81EA\u5B9A\u7FA9\u4E00\u500B\u6ED1\u9F20\u61F8\u505C\u7684\u7D44\u5408\u5FEB\u6377\u9375\uFF0C\u6BD4\u5982\uFF1A Alt+Z, Ctrl+E, Cmd+Alt+E \u6216\u8005\u76F4\u63A5 Cmd\uFF0C \u8ACB\u624B\u52D5\u8F38\u5165",mouseHoverShortcutPlaceholder:"\u8ACB\u624B\u52D5\u8F38\u5165",browserShortcutsNoteForFirefox:"Firefox \u700F\u89BD\u5668\u4FEE\u6539\u5FEB\u6377\u9375\u9700\u8981\u6253\u958B\u64F4\u5C55\u7BA1\u7406\u9801\u9762 `about:addons`\uFF0C\u7136\u5F8C\u9EDE\u64CA\u300C\u8A2D\u7F6E\u300D-> \u300C\u7BA1\u7406\u5FEB\u6377\u9375\u300D",browserShortcutsNoteForChrome:"\u8ACB\u6CE8\u610F\uFF1A\u8981\u5728\u57FA\u65BCChrome\u5167\u6838\u7684\u700F\u89BD\u5668\u4E2D\u4FEE\u6539\u5FEB\u6377\u9375\uFF0C\u8ACB\u8A2A\u554F[\u64F4\u5C55\u7BA1\u7406\u9801\u9762] -> [\u7BA1\u7406\u5FEB\u6377\u9375]","desc.toggleTranslateTheMainPage":"\u50C5\u7FFB\u8B6F\u9801\u9762\u4E3B\u8981\u5340\u57DF\uFF0C\u7576\u4F60\u5728\u9032\u968E\u8A2D\u7F6E\u88E1\u555F\u7528\u4E86\u7FFB\u8B6F\u9801\u9762\u5168\u90E8\u5340\u57DF\u5F8C\uFF0C\u4F60\u53EF\u4EE5\u4F7F\u7528\u9019\u500B\u5FEB\u6377\u9375\u4F86\u5C08\u9580\u7FFB\u8B6F\u9801\u9762\u7684\u4E3B\u8981\u5340\u57DF","desc.toggleTranslateTheWholePage":"\u7FFB\u8B6F\u9801\u9762\u5168\u90E8\u5340\u57DF\uFF0C\u9810\u8A2D\u60C5\u6CC1\u4E0B\uFF0C\u6211\u5011\u6703\u7FFB\u8B6F\u9801\u9762\u7684\u4E3B\u8981\u5340\u57DF\uFF0C\u4F60\u53EF\u4EE5\u4F7F\u7528\u9019\u500B\u5FEB\u6377\u9375\u4F86\u5C08\u9580\u7FFB\u8B6F\u9801\u9762\u7684\u5168\u90E8\u5340\u57DF","browser.toggleOnlyTransation":"\u5207\u63DB\u96D9\u8A9E/\u50C5\u8B6F\u6587\u6A21\u5F0F","desc.toggleOnlyTransation":"\u50C5\u8B6F\u6587\u6A21\u5F0F\u6307\u7684\u662F\u53EA\u986F\u793A\u8B6F\u6587\uFF0C\u5982\u679C\u7DB2\u9801\u9084\u6C92\u6709\u7FFB\u8B6F\u7684\u8A71\uFF0C\u5C07\u6703\u5207\u63DB\u6A21\u5F0F\u4E26\u7FFB\u8B6F\u3002","browser.toggleTranslationMask":"\u5207\u63DB\u7576\u524D\u9801\u9762\u8B6F\u6587\u70BA\u6A21\u7CCA\u6548\u679C\uFF08\u5B78\u7FD2\u6A21\u5F0F\uFF09","desc.interfaceLanguage":"\u4ECB\u9762\u8A9E\u8A00\u8A2D\u7F6E\u5F71\u97FF\u63A7\u5236\u9762\u677F\u7684\u986F\u793A\u8A9E\u8A00\uFF0C\u548C\u7FFB\u8B6F\u7684\u76EE\u6A19\u8A9E\u8A00\u7121\u95DC",mouseHoverHoldKey:"\u61F8\u505C\u7FFB\u8B6F\u89F8\u767C\u9375",clickToSeeQuickDemo:"30 \u79D2\u5FEB\u901F\u6559\u5B78\u8996\u983B",shortcutDisableTooltip:"\u8ACB\u5728\u700F\u89BD\u5668\u63D0\u4F9B\u7684\u64F4\u5C55\u5FEB\u6377\u9375\u7BA1\u7406\u9801\u9762\u9032\u884C\u8A2D\u7F6E\uFF0C\u66F4\u591A\u6307\u5F15\u8ACB\u67E5\u770B\u672C\u9801\u9762\u6700\u4E0A\u65B9\u7684\u8AAA\u660E",floatBallOptions:"\u61F8\u6D6E\u7403","subtitle.autoEnableSubtitle":"\u81EA\u52D5\u958B\u555F\u96D9\u8A9E\u5B57\u5E55","floatBall.longPress":"\u9577\u6309\u53EF\u5FEB\u901F\u6253\u958B\u8A2D\u7F6E\u9762\u677F\u54E6",notLoginPro:"\u60A8\u9084\u672A\u767B\u9304\u60A8\u7684\u6703\u54E1\u8CEC\u6236",upgradeToProErrorTitle:"\u8ACB\u5347\u7D1A\u70BA Pro \u6703\u54E1\u518D\u4F7F\u7528\u8A72\u7FFB\u8B6F\u670D\u52D9",translationOnlyMode:"\u50C5\u8B6F\u6587\u6A21\u5F0F",translationOnlyModeDescription:"\u50C5\u8B6F\u6587\u6A21\u5F0F\u6307\u7684\u662F\u53EA\u986F\u793A\u8B6F\u6587\uFF0C\u800C\u4E0D\u662F\u9ED8\u8A8D\u7684\u96D9\u8A9E\u6A21\u5F0F\u3002\u6CE8\u610F\uFF1A\u7531\u65BC\u6280\u8853\u7684\u9650\u5236\u554F\u984C\uFF0C\u5728\u50C5\u8B6F\u6587\u6A21\u5F0F\u4E0B\uFF0C\u539F\u6587\u7684\u8D85\u9023\u7D50\u5C07\u6703\u5931\u6548","description.baiduField":"\u652F\u6301\u7684\u9818\u57DF\u898B<1>\u9019\u88E1\uFF0C\u70BA\u7A7A\u5247\u8868\u793A\u4E0D\u6307\u5B9A\u9818\u57DF",temprarilyChangeTranslationTo_openai:"\u6B63\u5728\u4F7F\u7528 OpenAI \u7FFB\u8B6F\u7576\u524D\u9801\u9762",temprarilyChangeTranslationTo_google:"\u6B63\u5728\u4F7F\u7528 Google \u7FFB\u8B6F\u7576\u524D\u9801\u9762",temprarilyChangeTranslationTo_bing:"\u6B63\u5728\u4F7F\u7528\u5FAE\u8EDF\u7FFB\u8B6F\u7576\u524D\u9801\u9762",temprarilyChangeTranslationTo_gemini:"\u6B63\u5728\u4F7F\u7528 Gemini \u7FFB\u8B6F\u7576\u524D\u9801\u9762",temprarilyChangeTranslationTo_transmart:"\u6B63\u5728\u4F7F\u7528\u9A30\u8A0A\u7FFB\u8B6F\u7576\u524D\u9801\u9762",temprarilyChangeTranslationTo_deepl:"\u6B63\u5728\u4F7F\u7528 DeepL \u7FFB\u8B6F\u7576\u524D\u9801\u9762","widget.videoSubtitle":"\u5F71\u7247\u5B57\u5E55","widget.instruction":"\u4F7F\u7528\u8AAA\u660E","widget.translateFile":"PDF/ePub",buildSnapshots:"\u751F\u6210\u7DB2\u9801\u5FEB\u7167","widget.translateFileTooltip":"\u7FFB\u8B6F PDF\u3001EPUB\u3001SRT\u3001ASS\u3001HTML \u548C TXT \u6587\u4EF6","widget.videoSubtitleTooltip":"\u652F\u63F4 Youtube \u7B49 {count}+ \u5F71\u7247\u7DB2\u7AD9","widget.instructionTooltip":"\u67E5\u770B\u4F7F\u7528\u8AAA\u660E",alwaysTranslateSomeLanguage:"\u7E3D\u662F\u7FFB\u8B6F{language}\u9801\u9762",alwaysTranslateThisSite:"\u7E3D\u662F\u7FFB\u8B6F\u8A72\u7DB2\u7AD9",neverTranslateThisSite:"\u6C38\u4E0D\u7FFB\u8B6F\u8A72\u7DB2\u7AD9",loggedIn:"\u5DF2\u767B\u5165",touchShortcutsToggleTranslatePage:"\u8A2D\u7F6E\u89F8\u5C4F\u624B\u52E2\u4F86\u7FFB\u8B6F\u7DB2\u9801/\u986F\u793A\u539F\u6587","desc.touchShortcutsToggleTranslatePage":"\u8A2D\u7F6E\u5F8C\uFF0C\u5728\u79FB\u52D5\u8A2D\u5099\u6642\uFF0C\u53EF\u4EE5\u540C\u6642\u7528 X \u500B\u624B\u6307\u89F8\u6478\u5C4F\u5E55\u3001\u5DE6\u53F3\u6ED1\u52D5\u6216\u9023\u7E8C\u9EDE\u64CA\uFF0C\u89F8\u767C\u7FFB\u8B6F\u7DB2\u9801/\u986F\u793A\u539F\u6587",touchShortcutsToggleTranslationMask:"\u8A2D\u7F6E\u89F8\u5C4F\u624B\u52E2\u986F\u793A\u7FFB\u8B6F\u906E\u7F69/\u986F\u793A\u539F\u6587","desc.touchShortcutsToggleTranslationMask":"\u7FFB\u8B6F\u906E\u7F69\u662F\u6307\u8B6F\u6587\u6A23\u5F0F\u88E1\u7684\u6A21\u7CCA\u6548\u679C\uFF08\u5B78\u7FD2\u6A21\u5F0F\uFF09\uFF0C\u958B\u555F\u5F8C\u81E8\u6642\u5C0D\u8B6F\u6587\u4F7F\u7528\u6A21\u7CCA\u6548\u679C\uFF0C\u65B9\u4FBF\u5B78\u7FD2",touchShortcutsToggleTranslatePageOnlyTranslation:"\u8A2D\u7F6E\u89F8\u5C4F\u624B\u52E2\u5207\u63DB\u96D9\u8A9E/\u50C5\u8B6F\u6587\u6A21\u5F0F","desc.touchShortcutsToggleTranslatePageOnlyTranslation":"\u53EA\u986F\u793A\u8B6F\u6587\u662F\u6307\u50C5\u986F\u793A\u8B6F\u6587\uFF0C\u5982\u679C\u7DB2\u9801\u9084\u6C92\u6709\u7FFB\u8B6F\u7684\u8A71\uFF0C\u5C07\u6703\u5207\u63DB\u6A21\u5F0F\u4E26\u7FFB\u8B6F\u3002",touchShortcutsToggleTranslateTouchElement:"\u8A2D\u7F6E\u89F8\u5C4F\u624B\u52E2\u7FFB\u8B6F\u6307\u5B9A\u6BB5\u843D","desc.touchShortcutsToggleTranslateTouchElement":"\u81EA\u5B9A\u7FA9\u4E00\u500B\u624B\u52E2\uFF0C\u5373\u53EF\u7FFB\u8B6F\u60A8\u6240\u5728\u7684\u4EFB\u4F55\u6BB5\u843D",touchShortcutsOff:"\u95DC\u9589","fingers.2":"\u96D9\u6307\u89F8\u6478","fingers.3":"\u4E09\u6307\u89F8\u6478","fingers.4":"\u56DB\u6307\u89F8\u6478","fingers.5":"\u4E94\u6307\u89F8\u6478","multipleClick.2":"\u96D9\u64CA","multipleClick.3":"\u4E09\u9023\u64CA","multipleClick.4":"\u56DB\u9023\u64CA","slide.left":"\u5411\u53F3\u6ED1\u52D5","slide.right":"\u5411\u5DE6\u6ED1\u52D5",contact:"\u806F\u7D61\u6211\u5011","contact.description":"\u5982\u679C\u60A8\u6709\u4EFB\u4F55\u554F\u984C\u6216\u5EFA\u8B70\uFF0C\u6B61\u8FCE\u586B\u5BEB\u4E0B\u65B9\u8868\u55AE\u806F\u7D61\u6211\u5011\uFF0C\u6216\u8005\u767C\u9001\u90F5\u4EF6\u81F3 {email}\uFF0C\u6211\u5011\u6703\u76E1\u5FEB\u56DE\u8986\u60A8\u3002","font.none":"\u7121","font.Microsoft YaHei":"\u5FAE\u8EDF\u96C5\u9ED1","font.SimSun":"\u5B8B\u9AD4","font.NSimSun":"\u65B0\u5B8B\u9AD4","font.Microsoft JhengHei":"\u5FAE\u8EDF\u6B63\u9ED1\u9AD4","font.KaiTi":"\u6977\u9AD4","font.FangSong":"\u4EFF\u5B8B","font.PingFang SC":"\u860B\u65B9","font.STHeiti":"\u83EF\u6587\u9ED1\u9AD4","font.STKaiti":"\u83EF\u6587\u6977\u9AD4","font.STSong":"\u83EF\u6587\u5B8B\u9AD4","font.STFangsong":"\u83EF\u6587\u4EFF\u5B8B","font.STZhongsong":"\u83EF\u6587\u4E2D\u5B8B","font.STHupo":"\u83EF\u6587\u7425\u73C0","font.STXinwei":"\u83EF\u6587\u65B0\u9B4F","font.STLiti":"\u83EF\u6587\u96B8\u66F8","font.STXingkai":"\u83EF\u6587\u884C\u6977","font.Hiragino Sans GB":"\u51AC\u9752\u9ED1\u9AD4","font.Lantinghei SC":"\u862D\u4EAD\u9ED1","font.Hanzipen SC":"\u6F22\u5100\u7FE9\u7FE9\u9AD4","font.Hannotate SC":"\u6F22\u5100\u6CE8\u9ED1","font.Songti SC":"\u5B8B\u9AD4","font.Wawati SC":"\u5A03\u5A03\u9AD4","font.Weibei SC":"\u9B4F\u7891","font.Xingkai SC":"\u884C\u6977","font.Yapi SC":"\u96C5\u75DE","font.Yuanti SC":"\u5713\u9AD4","browser.toggleVideoSubtitlePreTranslation":"\u5207\u63DB\u96D9\u8A9E\u5B57\u5E55\u512A\u5148\u4F7F\u7528\u6C89\u6D78\u5F0F\u7FFB\u8B6F\u8A2D\u7F6E","desc.toggleVideoSubtitlePreTranslation":"\u6309\u4E0B\u5F8C\uFF0C\u8996\u983B\u96D9\u8A9E\u5B57\u5E55\u6703\u512A\u5148\u4F7F\u7528\u6C89\u6D78\u5F0F\u7FFB\u8B6F\u7684\u8A2D\u7F6E\uFF0C\u518D\u6B21\u6309\u4E0B\u6703\u512A\u5148\u4F7F\u7528\u539F\u8996\u983B\u81EA\u5E36\u7684\u6A5F\u7FFB\u5B57\u5E55\uFF0C\u6CE8\u610F\uFF1A\u8A72\u5FEB\u6377\u65B9\u5F0F\u4FEE\u6539\u7684\u662F\u5168\u5C40\u8A2D\u7F6E",videoSubtitlePreTranslationOn:"\u8996\u983B\u5B57\u5E55\u5C07\u512A\u5148\u4F7F\u7528\u6C89\u6D78\u5F0F\u7FFB\u8B6F",videoSubtitlePreTranslationOff:"\u8996\u983B\u5B57\u5E55\u5C07\u512A\u5148\u4F7F\u7528\u539F\u8996\u983B\u81EA\u5E36\u7684\u6A5F\u7FFB\u5B57\u5E55",translationFont:"\u8A2D\u7F6E\u5B57\u9AD4","translationFont.custom":"\u8F38\u5165\u81EA\u5B9A\u7FA9\u5B57\u9AD4","translationFont.customPlaceholder":"\u5B57\u9AD4","translationFont.notSupportErrorMessage":"\u8ACB\u6AA2\u67E5\u60A8\u8F38\u5165\u7684\u5B57\u9AD4\u540D\u7A31\u662F\u5426\u6B63\u78BA\uFF0C\u6216\u78BA\u8A8D\u8A72\u5B57\u9AD4\u5DF2\u5728\u60A8\u7684\u8A2D\u5099\u4E0A\u5B89\u88DD\u3002","touch.mouse-translate":"\u7FFB\u8B6F\u6307\u5B9A\u6BB5\u843D","error.serveConfigError":"\u670D\u52D9\u914D\u7F6E\u932F\u8AA4","error.reloadPageOfSetting":"\u914D\u7F6E\u5F8C\uFF0C\u8ACB\u5237\u65B0\u9801\u9762\u518D\u6B21\u7FFB\u8B6F\u3002","error.googleLimitIp":"\u670D\u52D9\u8FD4\u56DE\u932F\u8AA4\uFF0C\u8C37\u6B4C\u670D\u52D9\u5DF2\u5C0D\u8A72IP\u5730\u5740\u9032\u884C\u9650\u6D41\uFF0C\u5EFA\u8B70\u60A8\u66F4\u63DB\u7DB2\u7D61\u7BC0\u9EDE\u3002","error.openAIFreeLimit":"\u670D\u52D9\u8FD4\u56DE\u932F\u8AA4\uFF0C\u7576\u524D\u7684\u7FFB\u8B6F\u8ACB\u6C42\u983B\u7387\u5DF2\u9054\u5230\u6BCF\u5206\u9418\u6700\u591A 3 \u6B21\u7684\u4E0A\u9650\uFF0C\u8ACB\u7A0D\u5F8C\u518D\u8A66\u3002\uFF08\u9019\u662F OpenAI \u5B98\u65B9\u5C0D\u514D\u8CBB API Key \u7684\u9650\u5236\uFF0C\u82E5\u8981\u89E3\u9664\u6B64\u9650\u5236\uFF0C\u8ACB\u5728 OpenAI \u5F8C\u53F0\u7D81\u5B9A\u4FE1\u7528\u5361\u3002\uFF09","error.openAIExceededQuota":"\u670D\u52D9\u8FD4\u56DE\u932F\u8AA4\uFF1A\u4F60\u7576\u524D\u7684 OpenAI \u8CEC\u6236\u9918\u984D\u4E0D\u8DB3\uFF0C\u8ACB\u5728 OpenAI \u5B98\u65B9\u5F8C\u53F0\u9032\u884C\u5145\u503C\u6216\u8005\u7D81\u5B9A\u4FE1\u7528\u5361\u3002","error.429":"\u670D\u52D9\u8FD4\u56DE\u932F\u8AA4\uFF0C\u8AAA\u660E\u8ACB\u6C42\u904E\u65BC\u983B\u7E41\u6216\u8D85\u51FA\u984D\u5EA6\u9650\u5236\uFF0C\u8ACB\u7A0D\u5F8C\u518D\u8A66\u3002","error.403":"\u670D\u52D9\u8FD4\u56DE\u932F\u8AA4\uFF0C \u66AB\u6642\u6C92\u6709\u6B0A\u9650\u8A2A\u554F\u8A72\u670D\u52D9\u3002","error.400":"\u670D\u52D9\u8FD4\u56DE\u932F\u8AA4\uFF0C \u8ACB\u6C42\u53C3\u6578\u932F\u8AA4\uFF0C\u8ACB\u6AA2\u67E5\u76F8\u61C9\u914D\u7F6E\u3002","error.502":"\u670D\u52D9\u8FD4\u56DE\u932F\u8AA4\uFF0C \u670D\u52D9\u8D85\u6642\uFF0C\u8ACB\u7A0D\u5F8C\u518D\u8A66\u3002","error.proTokenInvalid":"\u82E5\u60A8\u662FPro\u7528\u6236\uFF0C\u8ACB\u767B\u9678\u5F8C\u518D\u4F7F\u7528Pro\u7FFB\u8B6F\u670D\u52D9","error.proUpgrade":"\u5347\u7D1A\u5F8C\uFF0C\u8ACB\u5237\u65B0\u9801\u9762\u518D\u6B21\u7FFB\u8B6F\u3002","error.configError":"\u914D\u7F6E\u6578\u64DA\u7570\u5E38","error.goReset":"\u524D\u5F80\u91CD\u7F6E",batchEdit:"\u6279\u6B21\u64CD\u4F5C","translationServices.inherit":"\u8DDF\u96A8\u4E3B\u7FFB\u8B6F\u670D\u52D9","translationModeLang.translation.title":"\u50C5\u8B6F\u6587\u6A21\u5F0F\u7684\u8A9E\u8A00","translationModeLang.translation.description":"\u7576\u9801\u9762\u8A9E\u8A00\u70BA\u4E0B\u5217\u8A9E\u8A00\u6642\uFF0C\u6703\u81EA\u52D5\u4F7F\u7528\u50C5\u8B6F\u6587\u6A21\u5F0F","translationModeUrl.translation.title":"\u50C5\u8B6F\u6587\u6A21\u5F0F\u7684\u7DB2\u5740","translationModeUrl.translation.description":"\u7576\u7DB2\u7AD9\u70BA\u4E0B\u5217\u57DF\u540D\u6642\uFF0C\u6703\u81EA\u52D5\u4F7F\u7528\u50C5\u8B6F\u6587\u6A21\u5F0F",download_started:"\u4E0B\u8F09\u5DF2\u7D93\u958B\u59CB\uFF0C\u5982\u679C\u6C92\u6709\u81EA\u52D5\u4E0B\u8F09\uFF0C\u8ACB\u624B\u52D5\u9EDE\u64CA",here:"\u9019\u88E1","error.serveUnavailable":"\u60A8\u76EE\u524D\u6240\u4F7F\u7528\u7684 [{serverName}] \u670D\u52D9\u56E0\u7DB2\u8DEF\u9023\u7DDA\u6216\u670D\u52D9\u63D0\u4F9B\u5546\u7684\u554F\u984C\u66AB\u6642\u7121\u6CD5\u8A2A\u554F\u3002\u5EFA\u8B70\u60A8\u5617\u8A66\u5237\u65B0\u9801\u9762\u6216\u900F\u904E<1>\u8A2D\u5B9A\u66F4\u63DB\u5176\u4ED6\u7FFB\u8B6F\u670D\u52D9\u3002\u82E5\u60A8\u662F<2>Pro\u6703\u54E1\uFF0C\u53EF\u4EE5\u9078\u64C7\u4F7F\u7528\u66F4\u70BA\u7A69\u5B9A\u7684 DeepL \u6216 OpenAI \u7FFB\u8B6F\u670D\u52D9\uFF08<3>\u9EDE\u6B64\u514D\u8CBB\u9AD4\u9A57\uFF09\u3002 \u53E6\u5916\uFF0C\u60A8\u4E5F\u53EF\u80FD\u9700\u8981\u6AA2\u67E5\u60A8\u7684\u7DB2\u8DEF\u6216\u4EE3\u7406\u8A2D\u5B9A\u3002",detectServiceLoading:"\u6B63\u5728\u6AA2\u6E2C\u53EF\u7528\u7684\u7FFB\u8B6F\u670D\u52D9...",toggleToService:"\u5207\u63DB\u5230{service}\u4E26\u91CD\u8A66","error.gemini.429":"\u7576\u524D Gemini \u670D\u52D9\u7576\u524D\u627F\u8F09\u80FD\u529B\u5DF2\u9054\u4E0A\u9650\uFF0C\u8ACB\u60A8\u7A0D\u5F8C\u518D\u8A66\uFF0C\u6216\u8005\u5207\u63DB\u5230\u5176\u4ED6\u7FFB\u8B6F\u670D\u52D9",enableSentryReport:"\u7576\u64F4\u5C55\u767C\u751F\u932F\u8AA4\u6642\uFF0C\u4F7F\u7528 Sentry \u63D0\u4EA4\u53CD\u994B","translationServices.gemini":"\u96D9\u5B50\u5EA7","error.subscriptionExpiredTitle":"\u6703\u54E1\u5DF2\u904E\u671F","error.subscriptionExpired":"\u60A8\u7684\u6703\u54E1\u53EF\u80FD\u5DF2\u904E\u671F\uFF0C\u8ACB\u6AA2\u67E5\u60A8\u7684\u6703\u54E1\u72C0\u614B",geminiWarning:"\u6CE8\u610F\uFF1AGoogle \u63D0\u4F9B\u7684 Gemini \u7684\u514D\u8CBB\u670D\u52D9\u9650\u5236\u56B4\u683C\uFF0C\u53EF\u80FD\u6703\u88AB Google \u5224\u5B9A\u70BA\u7528\u6236\u5728\u4F7F\u7528\u591A\u500B Key \u4F86\u898F\u907F\u4ED6\u5011\u7684\u514D\u8CBB\u914D\u984D\u9650\u5236\uFF0C\u4E0D\u5EFA\u8B70\u4F7F\u7528\uFF0C\u5EFA\u8B70\u7B49\u5F85 Google \u672A\u4F86\u958B\u653E Gemini \u4ED8\u8CBB\u63A5\u53E3\u5F8C\u518D\u4F7F\u7528\u3002","floatBall.setting":"\u8A2D\u7F6E","floatBall.translateToLanguage":"\u9EDE\u64CA\u7FFB\u8B6F\u70BA{language}","floatBall.file":`\u7FFB\u8B6FPDF\u3001EPUB\u3001SRT\u3001 ASS\u3001HTML\u3001TXT\u6587\u4EF6`,changeToDualTranslationMode:"\u5207\u63DB\u9810\u8A2D\u8B6F\u6587\u6A21\u5F0F\u70BA\u96D9\u8A9E\u5C0D\u7167",changeToOnlyTempTranslationMode:`\u7576\u524D\u70BA\u96D9\u8A9E\u5C0D\u7167 \u9EDE\u64CA\u5207\u63DB\u70BA\u50C5\u8B6F\u6587`,changeToOnlyTranslationMode:"\u5207\u63DB\u9810\u8A2D\u7FFB\u8B6F\u6A21\u5F0F\u70BA\u50C5\u986F\u793A\u8B6F\u6587",changeToDualTempTranslationMode:`\u7576\u524D\u70BA\u50C5\u8B6F\u6587 @@ -4981,7 +4981,7 @@ ass\u3001HTML\u3001TXT\u6A94\u6848`,"description.multiplePrompt":`\u7576\u6BB5\u {env.imt_sub_trans_field}: \u8B6F\u6587 - id: 2 {env.imt_sub_source_field}: Source - {env.imt_sub_trans_field}: \u8B6F\u6587`,"subtitle.quickButton.translationPosition":"\u8B6F\u6587\u4F4D\u7F6E","subtitle.quickButton.cyan":"\u9752\u8272","subtitle.quickButton.translationPositionTop":"\u539F\u6587\u4E0A\u65B9","subtitle.quickButton.translationPositionBottom":"\u539F\u6587\u4E0B\u65B9","subtitle.quickButton.yellow":"\u9EC3\u8272","subtitle.quickButton.black":"\u9ED1\u8272","subtitle.quickButton.white":"\u767D\u8272","subtitle.quickButton.setting":"\u8A2D\u7F6E","subtitle.quickButton.blue":"\u85CD\u8272","subtitle.quickButton.backgroundColor":"\u80CC\u666F\u984F\u8272","subtitle.quickButton.sourceFontSize":"\u539F\u59CB\u5B57\u9AD4\u5927\u5C0F","subtitle.quickButton.translationFontSize":"\u7FFB\u8B6F\u6587\u5B57\u9AD4\u5927\u5C0F","translationServices.claude":"\u514B\u52DE\u5FB7","subtitle.quickButton.sourceTextColor":"\u539F\u59CB\u5B57\u9AD4\u984F\u8272","subtitle.quickButton.red":"\u7D05\u8272","subtitle.quickButton.translationTextColor":"\u7FFB\u8B6F\u6587\u5B57\u9AD4\u984F\u8272","subtitle.quickButton.magenta":"\u6D0B\u7D05\u8272","subtitle.quickButton.green":"\u7DA0\u8272","subtitle.quickButton.backgroundOpacity":"\u80CC\u666F\u4E0D\u900F\u660E\u5EA6",attachSubtitleTranslating:"\u6B63\u5728\u4F7F\u7528 {service} \u7FFB\u8B6F\u4E2D...","error.claude.403":"\u66AB\u7121\u6B0A\u9650\u8A2A\u554F\u670D\u52D9\uFF0C\u53EF\u80FD\u8207 Claude \u7684\u5730\u5340\u9650\u5236\u6709\u95DC\uFF0C\u60A8\u53EF\u4EE5\u5617\u8A66\u5207\u63DB\u60A8\u7684 IP \u5730\u5740\uFF0C\u6216\u8005\u4F7F\u7528\u5176\u4ED6\u7FFB\u8B6F\u670D\u52D9\u3002","browser.brandDescriptionForSafari":"\u3010\u6C89\u6D78\u5F0F\u7FFB\u8B6F\u3011\u4E00\u6B3E\u514D\u8CBB\u7684\uFF08\u539F\u6587/\u8B6F\u6587\uFF09\u96D9\u8A9E\u5C0D\u7167\u7DB2\u9801\u7FFB\u8B6F\u63D2\u4EF6\uFF0C\u540C\u6642\u652F\u6301PDF\u7FFB\u8B6F\u548CEPUB\u96FB\u5B50\u66F8\u7FFB\u8B6F\u4E14\u4FDD\u7559\u539F\u6587\u6A94\u6392\u7248\uFF0CYoutube/Netflix\u7B49\u5728\u7DDA\u8996\u983B\u96D9\u8A9E\u5B57\u5E55\u7FFB\u8B6F\uFF0C\u652F\u6301Deepl/Google\u7B49\u4E3B\u6D41\u7FFB\u8B6F\u670D\u52D9;","browser.PdfProFile":"AI \u9A45\u52D5\u7684 PDF Pro \u7FFB\u8B6F","browser.textTranslate":"\u6587\u672C\u7FFB\u8B6F\uFF08\u5C0D\u6BD4\u591A\u500B\u7FFB\u8B6F\u670D\u52D9\uFF09"};var Ds={nologin:"Not logged in",loginForSafari:"Sign In or Sign Up",login:"Log In",goLogin:"Sign In",manageAccount:"Manage Account",openPremium:"Upgrade to Pro",logout:"Logout",curentPlan:"Current Plan",endAt:"Expires",endAuto:"Auto Renew",lineBreakMaxTextCount:"Maximum characters per sentence after line break","translate-pdf":"Translate PDF","noSupportTranslate-pdf":"This script is not supported. Please use a plugin.","translate-firefox-local-pdf":"Go to upload PDF",enableLineBreak:"Enable automatic line wrapping for long paragraphs",sponsorLabel:"Sponsor developers from $1 (monthly or one-time)",help:"Help",enableLineBreakDescription:"After activating, insert line breaks at the end of each sentence in lengthy paragraphs for improved readability.","browser.shortBrandName":"Immersive Translate","browser.brandName":"Immersive Translate - Translate Website & PDF","browser.brandDescription":"Free Translate Website, Translate PDF & Epub eBook, Translate Video Subtitles in Bilingual","browser.toggleTranslatePage":"Translate webpage/Display original text","browser.toggleTranslateTheWholePage":"Translate entire page/Display original text","browser.toggleTranslateToThePageEndImmediately":"Translate instantly to the bottom of the page/Display original text","browser.toggleTranslateTheMainPage":"Translate main page /Display original text","browser.shareToDraft":"Share Bilingual Page","browser.openOptionsPage":"Open Settings Page","browser.translateLocalPdfFile":"Translate local PDF File","browser.openEbookViewer":"Read local e-books","browser.openEbookBuilder":"Create Bilingual EPUB E-books","browser.translateLocalHtmlFile":"Translate HTML/txt File","browser.donateContext":"Explore Sponsorship Benefits","browser.translateLocalSubtitleFile":"Translate Local Subtitle File",confirmResetConfig:"Are you sure you want to reset settings?",translationLineBreakSettingTitle:"Line break setting",smartLineBreak:"Smart Wrap",alwaysLineBreak:"Always Wrap",isShowContextMenu:"Add Translation to Right-Click Menu",toggleBeta:"Enable Beta Testing Features",betaDescription:"Enable experimental features and test translation services. Join the <1>Telegram group for more information.",translationLineBreakSettingDescription:"Always Wrap is suitable for layouts with less content, providing a neater appearance. (For longer paragraphs with over {count} characters, use Smart Wrap for a more space-efficient display.)",tempTranslateDomainTitle:"Temporarily Activate Website Translation Time",tempTranslateDomainDescription:"When manually translating a webpage, temporarily enable automatic translation for the site. You can set a temporary duration.",xMinutes:"{count} minutes",disabled:"Disable",changelog:"Change Log",toggleTranslatePageWhenThreeFingersOnTheScreen:"Touch screen with multiple fingers to translate webpage/display original text",toggleTranslationMaskWhenThreeFingersOnTheScreen:"Touch screen with multiple fingers to show/hide the blurry effect of the translated text",addUrlDescription:"You can specify domain names, and also use wildcard characters, such as: *.google.com, google.com/mail/*, https://www.google.com/*",general:"General",clickToExpandConfig:"Expand current configuration",import:"Import from file",export:"Export to file",toggleDebug:"Print debug logs to console","fingers.0":"Close",mouseHoldKey:"+ {key} translate/restore this paragraph",mouseHoldKeyAuto:"immediately translate this paragraph",mouseHoldKeyOff:"Do nothing",mouseHoldKeyOther:"Custom shortcut key (open settings)",mouseHoldKeyCustomKey:"{key} translate/restore this paragraph","mouse-translate":"Hover",document:"Document",resetSuccess:"Reset all settings successful",resetThisSuccess:"Reset successful",saved:"Saved successfully",successImportConfig:"Configuration imported successfully",goAdvancedSettings:"Go to Advanced Settings Page",goAdvancedInterfaceSettings:"Go to Advanced Custom Settings Page",advanced:"Advanced Settings",advancedDescription:"Generally, there's no need to adjust; keep the default settings. These options are provided for more advanced users seeking a more personalized experience.",developer:"Developer settings",donateCafe:"Pricing","translate to the bottom of the page":"After opening a webpage, do you want to translate to the bottom of the page immediately?",feedback:"Feedback",toggleTranslatePage:"Translate webpage/Show original text",translateToThePageEndImmediatelyDescription:"Once enabled, upon entering a webpage, it will immediately translate the content from the top to the bottom. If disabled, it will translate as you read. (Not recommended to enable)","translate all areas of the page":"Should all areas of the webpage be translated?",translationAreaDescription:"Once enabled, all areas of the entire webpage will be translated. If disabled, the default smart recognition will be used to translate only the main areas. (Not recommended to enable)","the number of characters to be translated first":"Translate the first few characters of the page directly, without waiting to scroll to the visible area.","interface language":"Interface language","display both the original text and the translation":"Display both the original text and the translation","keyboard shortcuts":"Keyboard shortcuts",modify:"Edit",reset:"Reset",close:"Close",homepage:"Home Page",more:"More",moreOptions:"Expand for more custom settings",translateTheWholePage:"Translate entire page",changeToTranslateTheWholePage:"Translate the Whole Page",changeToTranslateTheMainPage:"Translate the Main Content",changeToOnlyTranslationMode:"Show Translation only",changeToDualTranslationMode:"Show Bilingual Translation",translateToThePageEndImmediately:"Immediately translate to the bottom ",translateTheMainPage:"smart translate the main areas","The local rules are up to date":"Local rules are up to date:","Successfully synchronized with the latest official rules:":"Successfully synced latest official rules:","Checking for updates":"Checking for update","Rules are being synchronized":"Syncing official rules",localVersionIsTooOld:"The local extension version is too old, please upgrade the extension to {minVersion} or a newer version and try to sync again.",badUserscriptBrowser:"The current browser does not correctly support the interface of the Tampermonkey extension (such as obtaining version information of Tampermonkey scripts). Please use another <1>browser that supports Tampermonkey extensions, such as Firefox.",foundNewVersion:"New version available",theLocalExtensionIsUpToUpdate:"The current extension version is up to date.",failToSyncRules:"Failed to sync latest adaptive rules",retry:"Retry",failedReason:"Failure reason",currentRuleVersion:"Current Rule Version",calculating:"Calculating",unknownError:"Unknown Error",canNotFetchRemoteRule:"Unable to fetch remote rule",enableAlphaSuccess:"Alpha feature enabled successfully",disableAlphaSuccess:"Alpha feature has been disabled",cacheSize:"Cache size:",cleaning:"Cleaning",cleanCache:"Clear cache",options:"Options",about:"About",service:"Translation Service",needAction:"(go to settings)",goSettings:"go to settings",needActionForOptions:"(requires setting)",translationEngine:"Engine Options",sourceLanguage:"Original language",target:"Target Language",popupSourceLanguage:"Source",popupTarget:"Target",popupService:"Service",forThisSite:"Site",autoEnableSubtitle:"Auto-enable bilingual captions",alwaysTranslate:"Always translate",neverTranslate:"Never translate",neverTranslateSomeLanguage:"Never translate {language}",alwaysTranslateSomeSite:"Always translate {hostname}",neverTranslateSomeSite:"Never translate {hostname}",alwaysTranslateSomeSiteOrWildSite:"Always translate this site",alwaysTranslateSomePage:"Always translate this page",add:"Add",default:"Default",forThisLanguage:"For This Language:","add url":"Add URL",edit:"Edit",pickAll:"Select All","translate other languages into specific language":"Translate other languages into the language you set","select translation service":"Select a translation service",language:"Language","show-original":"Show Original",translate:"Translate",Translated:"Translated",Translating:"Translating",Error:"Error",allowCacheTranslations:"Enable local translation caching (reduce translation requests for repeated paragraphs)","translation display":"Translation display style","select diplay style":"See below for examples of different translation styles",interface:"Interface Settings",import_export:"Import/Export",import_export_title:"Import/Export Configuration",syncToGoogleDrive:"Sync Now with Google Drive",floatBallOptions:"Floating Button","floatBallOptions.enable":"Enable Floating Ball","floatBallOptions.blockUrls":"Blocked Websites","floatBallOptions.add":"Add","floatBallOptions.blockUrlDesc":"Don\u2019t show the floating ball on these websites","floatBallOptions.clickType":"Click Behavior","floatBallOptions.clickTypeDesc":"What happens when you click the floating ball icon","floatBallOptions.clickPopup":"Display Translation Panel","floatBallOptions.clickTranslate":"Translate/Show Original Text","floatBallOptions.fixedPosition":"Fixed Position","floatBallOptions.fixedPositionDesc":"Whether the float ball is on the left or right of the window","floatBallOptions.fixedPositionLeft":"Left","floatBallOptions.fixedPositionRight":"Right",previewAllThemes:"Preview all themes","translationTheme.none":"None","translationTheme.grey":"Black Gray","translationTheme.dashed":"Dotted lines","translationTheme.dotted":"Dotted lines","translationTheme.dashedBorder":"Dotted Border","translationTheme.solidBorder":"Solid Border","translationTheme.underline":"Straight line","translationTheme.mask":"Blur effect (learning mode)","translationTheme.opacity":"Transparency effect","translationTheme.paper":"White paper shadow effect","translationTheme.dividingLine":"Dividing line","translationTheme.highlight":"Highlight","translationTheme.marker":"Marker","translationTheme.marker2":"Maker2","translationTheme.blockquote":"quote style","translationTheme.weakening":"Weaken","translationTheme.italic":"Italic","translationTheme.bold":"Bold","translationTheme.thinDashed":"Thin dotted lines","translationTheme.nativeDashed":"System built-in dotted lines","translationTheme.nativeDotted":"System built-in dotted lines","translationTheme.nativeUnderline":"System built-in straight lines","translationTheme.wavy":"wavy lines","translationServices.custom":"Custom API","translationServices.tencent":"Tencent Translator","translationServices.tenAlpha":"Tencent Translator (Alpha)","translationServices.google":"Google Translate","translationServices.bai":"Baidu (Alpha)","translationServices.baidu":"Baidu translation","translationServices.aliyun":"Aliyun Translator","translationServices.volc":"Volcano Translation","translationServices.deeplx":"DeepLX (Alpha)","translationServices.bing":"Microsoft Translator","translationServices.deepl":"DeepL","translationServices.wechat":"Wechat translation","translationServices.azure":"Azure Translator","translationServices.ibm":"IBM Watson","translationServices.aws":"Amazon Translate","translationServices.mock":"Mock translation","translationServices.mock2":"Mock Translation2","translationServices.caiyun":"Caiyun Translation","translationServices.cai":"Caiyun Translation (Alpha)","translationServices.volcAlpha":"Volcano Translation (Alpha)","translationServices.openl":"OpenL","translationServices.youdao":"Youdao Translation","translationServices.you":"Youdao Translation (Alpha)","translationServices.transmart":"Tencent Smart Translation","translationServices.niu":"Niu Translation","translationServices.papago":"Papago Translation","translationServices.d":"DeeplX (Alpha)","translationServices.dpro":"D Pro (Canary)","translationServices.openai":"OpenAI","translationServices.yandex":"Yandex","translationServices.gemini":"Gemini","translationServices.chatgpt":"ChatGPT Web(3.5 mobile)","translate title":"Translate page title","always languages":"Always translate the following languages",neverTranslateLanguagesLabel:"Never Translated Languages",neverTranslateTheFollowingLanguagesDescription:"When a paragraph on a page is in one of the following languages, the translation will be skipped",enableUserscriptPagePopup:"Always show Popup windows on the page",enableUserscriptPagePopupDescription:"After closing the floating ball, you can use the shortcut key /{touch} to summon it. To prevent accidentally losing the floating ball after turning off this option, it is strongly recommended to bookmark this settings page.","always translate the following languages":"The following languages will always be translated","always sites":"Always translate the following sites","always translate the following sites":"The following sites will always be translated","never sites":"Never translate the following sites","never translate the following sites":"The following sites will never be translated","please refer to":"It can only be used after filling in the key. For details, please refer to",KeyAndConfigurationTutorial:"Key Application and Configuration Tutorial",useAboveStyleForTheseSites:"Sites that always use the {theme} translation style",currentUrl:"Current URL",confirm:"Save",cancel:"Cancel",delete:"Delete",syncToCloud:"Sync to cloud",syncToCloudDescription:"Upload the configuration to the cloud server, and you can synchronize the configuration between different browsers or Tampermonkey scripts, based on the last modification time.",syncToAccount:"Sync to account",syncToAccountButton:"Sync to account now",syncToAccountDescription:"Uploaded to the logged-in account, the configuration can be synchronized between different devices, and the last modification time shall prevail.",successSyncConfigInAccount:"Successfully synced with account",successSyncConfigToAccount:"Successfully synchronized to account",syncConfigNoUpdate:"Already up to date",authFail:"Authorization Failed",syncTitle:"Manual Backup Management",import_hint:"Import",upload:"Upload",revokeAuth:"Revoke Authorization",uploadFail:"Upload Failed",download:"Download",importSuccess:"Upload Success",importFail:"Import Failed",deleteFail:"Delete Failed",backupToCloud:"Manage backup files manually",create_new_backup:"Add backup node",maxBackupFiles:"Up to{count}different nodes can be backed up. Please delete unneeded nodes",backupToCloudDescription:"Upload or restore backup files manually, up to 3 different backups",successSyncConfig:"Successfully synced with cloud",syncFail:"Synchronization failed",updatedAt:"Updated at {date}",lastSyncedAt:"Last checked at {date}",downloadFail:"Download failed",clickToDownload:"Click to download",aboutLabel:"About - Feedback ","browser.openAboutPage":"About / Feedback/Sponsor",aboutLabelWithoutSponsor:"About - Feedback",aboutIntro:"We hope that all users will easily and pleasantly access to the enormous amount of foreign language information available on the Internet \u2764\uFE0F. You can choose to subscribe to <6>Pro membership to use the out-of-the-box DeepL and OpenAI translation.

Follow us on<3>Twitter, <4>Telegram Channel, WeChat public account, WeChat community group, or subscribe to updates via <5>email below.
<7>Pro members can contact us through the quick customer service email <8>support@immersivetranslate.com.",aboutIntroWithoutSponsor:"The extension is completely free. We hope that everyone can easily and joyfully access the vast foreign language information on the Internet \u2764\uFE0F.

Follow us on <3>Twitter, <4>Telegram channel, WeChat public account, WeChat community group, or subscribe to updates via <5>email below.",projectHomepage:"Project Homepage",joinTelegramGroup:"Join our communities for feature discussion",wechatPublicAccount:"Wechat Official Account",wechatCommunities:"Wechat Group",qqCommunities:"QQ Channel",joinTelegramChannel:"Subscribe to our Telegram channel to get the latest updates",feedbackAndJoin:"Feedback",autoSync:"Auto-Time Sync",loadingThemeTitle:"Loading Style",loadingThemeDescription:"Set the style of waiting for the translation to load","loadingTheme.spinner":"Spinning icon","loadingTheme.text":"Static Text... ","loadingTheme.none":"Disabled",developerDescription:"You can click <1>here to see the documentation related to advanced customization","edit border color":"Edit border color",successSyncButNoChange:"The current configuration is consistent with that in the cloud server",customTheme:"Customize colors and sizes","customThemeLabel.borderColor":"Border color","customThemeLabel.borderRadius":"Border Round Corner","customThemeLabel.textColor":"Text color","customThemeLabel.backgroundColor":"Background color","customThemeLabel.zoom":"Font scale (%)","customThemeLabel.opacity":"Text opacity (%)",resetToDefaultColor:"Reset to default colors",resetToDefaultSettings:"Reset to default settings",isTranslateTitle:"Enable translate page title",isTranslateTitleDescription:"When enabled, the webpage title will be translated",enableSearchEnhancement:"Enable Search Enhancement",enableSearchEnhancementDescription:"After activation, the right sidebar will automatically display 'Google News' search results for the corresponding English keywords on supported websites (Google News, Google Search (for certain keywords), Xueqiu, East Money, Futu, Tiger Community).",verifyService:"Verify service",verified:"Successful","field.langs":"Supported Language Code","field.model":"Model","field.translationEngine":"Translation engine","field.limitPerMinute":"Max requests per minute","field.limitPerSecond":"Max requests per second","field.maxTextLengthPerRequest":"Maximum text length per request","field.maxTextGroupLengthPerRequest":"Maximum number of paragraphs per request","field.apiUrl":"Custom API interface address","field.placeholderDelimiters":"Reserved placeholders","description.custom":"Custom interface access requires reference documents","description.limitPerMinute":"When the number of requests exceeds this limit, it will be temporarily suspended until the beginning of the next minute. Due to various limitations of OpenAI's current services, please click <1>here to view the latest suggested values","description.limitPerSecond":"When the number of requests exceeds this limit, it will be temporarily suspended until the beginning of the next second. Due to various limitations of OpenAI's current services, please click <1>here to view the latest suggested values","description.generalLimitPerSecond":"When the number of requests exceeds the limit, it will enter a queue state until the beginning of the next second.","description.prompt":"The dialogue sent to {service} as a user, where {{text}} represents the text content of the paragraph, {{from}} represents the language of the paragraph, and {{to}} represents the target language.","description.maxTextLengthPerRequest":"By default multiple paragraphs will be merged to reduce the number of requests, but if the total length of the paragraphs is too long, it may also cause the interface to respond slowly, so you can try to adjust this option to optimize speed","description.systemPrompt":"Send the conversation to OpenAI as a system, where {{text}} represents the text content of the paragraph, {{from}} represents the original language of the paragraph, and {{to}} represents the target language.","field.domain":"Domain","description.domain":"The default is: general. It can only be set when domain translation is activated in the Youdao API console, and the supported domains can be seen <1>Here ","field.scene":"Scenarios","description.scene":"The default is: general. It can be set only if the Alibaba Cloud API console has the Machine Translation Professional Edition enabled. Supported scenes can be found <1>here.","field.vocabId":"User dictionary ID","description.vocabId":"Specified dictionary out_id, currently supported in English translation","description.model":"OpenAI's models, such as gpt-3.5-turbo, gpt-4, etc","description.maxTextGroupLengthPerRequest":"The number of paragraphs sent to translation service each time. Sending too many paragraphs to OpenAI at once can slow down the interface.","description.apiUrl":"Please add a specific URL with a path, <1>more instructions",enabledExtension:"Enable extensions",clickToDisableExtension:"Click to disable extension",clickToEnableExtension:"Click to enable the extension",hasBeenDisabled:"Disabled","show password":"Show password",customContent:"Enter the name of the custom model",inputOptions:"Enhanced input box",mouseHoverOptions:"Mouse Hover",modifyMouseHoverKey:"Modify mouse hover shortcuts",enableInputTranslation:"enhanced input box?",enableInputTranslationDescription:"When enabled, enter {startingKey}{startingKey} direct in the input box and hit{inputTrailingTriggerKeyRepeatTimes}times{trailingKey}, translated into {inputTargetLanguage}",enableInputTranslationDescriptionForNoneKey:'When enabled, simply enter "Hello World" in the input box, then quickly press {inputTrailingTriggerKeyRepeatTimes} times on {trailingKey}, and it will be translated into the default target language.',inputTargetLanguage:"Set the default target language for the input box",inputTargetLanguageDescription:"The default target language for the translation input box, which is {startingKey}{startingKey} as the default language for triggering words.",inputTargetLanguageDescriptionForNoneKey:"Default target language for translation input box",inputStartingTriggerKeyTitle:"Set the delimiter character for partial translation of the input box",inputStartingTriggerKeyDescription:"When you don\u2019t need to translate the entire input box, the delimiter allows you to only translate the part from {startingKey}{startingKey} to the end of the input box. You can also specify a language code, for example: {startingKey}ja means to only translate the part from {startingKey}ja to the end of the input box",inputStartingTriggerKeyDescriptionForNoneKey:"The current setting does not require a prefix, so the partial text translation function of the input box cannot be used temporarily",inputTrailingTriggerKeyTitle:"Select a trigger character to indicate the end of input.",inputTrailingTriggerKeyDescription:"Quickly hitting {trailingKey} 3 times will start the translation",inputTrailingTriggerKeyTimeout:"Enter the interval time to end the trailing trigger",inputTrailingTriggerKeyTimeoutDescription:"Set the interval time for the end of input combo trigger (milliseconds)",spaceKey:"",noneKey:"No prefix needed, translate the entire text box directly",inputTranslationBlockUrlsTitle:"Do not enable input box enhancement on the following URLs",inputTranslationBlockUrlsDescription:"The input box enhancement will not work in the following URL",inputHelperInfo:`Note: We have optimized the system to address an issue where certain characters in Chinese input methods were being converted into Chinese punctuation marks. For instance, when using Sogou Input Method, "/" would be changed to "\u3001". We now recognizes all corresponding Chinese symbols as triggering characters, including "//" and "\u3001\u3001". + {env.imt_sub_trans_field}: \u8B6F\u6587`,"subtitle.quickButton.translationPosition":"\u8B6F\u6587\u4F4D\u7F6E","subtitle.quickButton.cyan":"\u9752\u8272","subtitle.quickButton.translationPositionTop":"\u539F\u6587\u4E0A\u65B9","subtitle.quickButton.translationPositionBottom":"\u539F\u6587\u4E0B\u65B9","subtitle.quickButton.yellow":"\u9EC3\u8272","subtitle.quickButton.black":"\u9ED1\u8272","subtitle.quickButton.white":"\u767D\u8272","subtitle.quickButton.setting":"\u8A2D\u7F6E","subtitle.quickButton.blue":"\u85CD\u8272","subtitle.quickButton.backgroundColor":"\u80CC\u666F\u984F\u8272","subtitle.quickButton.sourceFontSize":"\u539F\u59CB\u5B57\u9AD4\u5927\u5C0F","subtitle.quickButton.translationFontSize":"\u7FFB\u8B6F\u6587\u5B57\u9AD4\u5927\u5C0F","translationServices.claude":"\u514B\u52DE\u5FB7","subtitle.quickButton.sourceTextColor":"\u539F\u59CB\u5B57\u9AD4\u984F\u8272","subtitle.quickButton.red":"\u7D05\u8272","subtitle.quickButton.translationTextColor":"\u7FFB\u8B6F\u6587\u5B57\u9AD4\u984F\u8272","subtitle.quickButton.magenta":"\u6D0B\u7D05\u8272","subtitle.quickButton.green":"\u7DA0\u8272","subtitle.quickButton.backgroundOpacity":"\u80CC\u666F\u4E0D\u900F\u660E\u5EA6",attachSubtitleTranslating:"\u6B63\u5728\u4F7F\u7528 {service} \u7FFB\u8B6F\u4E2D...","error.claude.403":"\u66AB\u7121\u6B0A\u9650\u8A2A\u554F\u670D\u52D9\uFF0C\u53EF\u80FD\u8207 Claude \u7684\u5730\u5340\u9650\u5236\u6709\u95DC\uFF0C\u60A8\u53EF\u4EE5\u5617\u8A66\u5207\u63DB\u60A8\u7684 IP \u5730\u5740\uFF0C\u6216\u8005\u4F7F\u7528\u5176\u4ED6\u7FFB\u8B6F\u670D\u52D9\u3002","browser.brandDescriptionForSafari":"\u3010\u6C89\u6D78\u5F0F\u7FFB\u8B6F\u3011\u4E00\u6B3E\u514D\u8CBB\u7684\uFF08\u539F\u6587/\u8B6F\u6587\uFF09\u96D9\u8A9E\u5C0D\u7167\u7DB2\u9801\u7FFB\u8B6F\u63D2\u4EF6\uFF0C\u540C\u6642\u652F\u6301PDF\u7FFB\u8B6F\u548CEPUB\u96FB\u5B50\u66F8\u7FFB\u8B6F\u4E14\u4FDD\u7559\u539F\u6587\u6A94\u6392\u7248\uFF0CYoutube/Netflix\u7B49\u5728\u7DDA\u8996\u983B\u96D9\u8A9E\u5B57\u5E55\u7FFB\u8B6F\uFF0C\u652F\u6301Deepl/Google\u7B49\u4E3B\u6D41\u7FFB\u8B6F\u670D\u52D9;","browser.PdfProFile":"AI \u9A45\u52D5\u7684 PDF Pro \u7FFB\u8B6F","browser.textTranslate":"\u6587\u672C\u7FFB\u8B6F\uFF08\u5C0D\u6BD4\u591A\u500B\u7FFB\u8B6F\u670D\u52D9\uFF09"};var Ds={nologin:"Not logged in",loginForSafari:"Sign In or Sign Up",login:"Log In",goLogin:"Sign In",manageAccount:"Manage Account",openPremium:"Upgrade to Pro",logout:"Logout",curentPlan:"Current Plan",endAt:"Expires",endAuto:"Auto Renew",lineBreakMaxTextCount:"Maximum characters per sentence after line break","translate-pdf":"Translate PDF","noSupportTranslate-pdf":"This script is not supported. Please use a plugin.","translate-firefox-local-pdf":"Go to upload PDF",enableLineBreak:"Enable automatic line wrapping for long paragraphs",sponsorLabel:"Sponsor developers from $1 (monthly or one-time)",help:"Help",enableLineBreakDescription:"After activating, insert line breaks at the end of each sentence in lengthy paragraphs for improved readability.","browser.shortBrandName":"Immersive Translate","browser.brandName":"Immersive Translate - Translate Website & PDF","browser.brandDescription":"Free Translate Website, Translate PDF & Epub eBook, Translate Video Subtitles in Bilingual","browser.toggleTranslatePage":"Translate webpage/Display original text","browser.toggleTranslateTheWholePage":"Translate entire page/Display original text","browser.toggleTranslateToThePageEndImmediately":"Translate instantly to the bottom of the page/Display original text","browser.toggleTranslateTheMainPage":"Translate main page /Display original text","browser.shareToDraft":"Share Bilingual Page","browser.openOptionsPage":"Open Settings Page","browser.translateLocalPdfFile":"Translate local PDF File","browser.openEbookViewer":"Read local e-books","browser.openEbookBuilder":"Create Bilingual EPUB E-books","browser.translateLocalHtmlFile":"Translate HTML/txt File","browser.donateContext":"Explore Sponsorship Benefits","browser.translateLocalSubtitleFile":"Translate Local Subtitle File",confirmResetConfig:"Are you sure you want to reset settings?",translationLineBreakSettingTitle:"Line break setting",smartLineBreak:"Smart Wrap",alwaysLineBreak:"Always Wrap",isShowContextMenu:"Add Translation to Right-Click Menu",toggleBeta:"Enable Beta Testing Features",betaDescription:"Enable experimental features and test translation services. Join the <1>Telegram group for more information.",translationLineBreakSettingDescription:"Always Wrap is suitable for layouts with less content, providing a neater appearance. (For longer paragraphs with over {count} characters, use Smart Wrap for a more space-efficient display.)",tempTranslateDomainTitle:"Temporarily Activate Website Translation Time",tempTranslateDomainDescription:"When manually translating a webpage, temporarily enable automatic translation for the site. You can set a temporary duration.",xMinutes:"{count} minutes",disabled:"Disable",changelog:"Change Log",toggleTranslatePageWhenThreeFingersOnTheScreen:"Touch screen with multiple fingers to translate webpage/display original text",toggleTranslationMaskWhenThreeFingersOnTheScreen:"Touch screen with multiple fingers to show/hide the blurry effect of the translated text",addUrlDescription:"You can specify domain names, and also use wildcard characters, such as: *.google.com, google.com/mail/*, https://www.google.com/*",general:"General",clickToExpandConfig:"Expand current configuration",import:"Import from file",export:"Export to file",toggleDebug:"Print debug logs to console","fingers.0":"Close",mouseHoldKey:"+ {key} translate/restore this paragraph",mouseHoldKeyAuto:"immediately translate this paragraph",mouseHoldKeyOff:"Do nothing",mouseHoldKeyOther:"Custom shortcut key (open settings)",mouseHoldKeyCustomKey:"{key} translate/restore this paragraph","mouse-translate":"Hover",document:"Document",resetSuccess:"Reset all settings successful",resetThisSuccess:"Reset successful",saved:"Saved successfully",successImportConfig:"Configuration imported successfully",goAdvancedSettings:"Go to Advanced Settings Page",goAdvancedInterfaceSettings:"Go to Advanced Custom Settings Page",advanced:"Advanced Settings",advancedDescription:"Generally, there's no need to adjust; keep the default settings. These options are provided for more advanced users seeking a more personalized experience.",developer:"Developer settings",donateCafe:"Pricing","translate to the bottom of the page":"After opening a webpage, do you want to translate to the bottom of the page immediately?",feedback:"Feedback",toggleTranslatePage:"Translate webpage/Show original text",translateToThePageEndImmediatelyDescription:"Once enabled, upon entering a webpage, it will immediately translate the content from the top to the bottom. If disabled, it will translate as you read. (Not recommended to enable)","translate all areas of the page":"Should all areas of the webpage be translated?",translationAreaDescription:"Once enabled, all areas of the entire webpage will be translated. If disabled, the default smart recognition will be used to translate only the main areas. (Not recommended to enable)","the number of characters to be translated first":"Translate the first few characters of the page directly, without waiting to scroll to the visible area.","interface language":"Interface language","display both the original text and the translation":"Display both the original text and the translation","keyboard shortcuts":"Keyboard shortcuts",modify:"Edit",reset:"Reset",close:"Close",homepage:"Home Page",more:"More",moreOptions:"Expand for more custom settings",translateTheWholePage:"Translate entire page",changeToTranslateTheWholePage:"Translate the Whole Page",changeToTranslateTheMainPage:"Translate the Main Content",changeToOnlyTranslationMode:"Show Translation only",changeToDualTranslationMode:"Show Bilingual Translation",translateToThePageEndImmediately:"Immediately translate to the bottom ",translateTheMainPage:"smart translate the main areas","The local rules are up to date":"Local rules are up to date:","Successfully synchronized with the latest official rules:":"Successfully synced latest official rules:","Checking for updates":"Checking for update","Rules are being synchronized":"Syncing official rules",localVersionIsTooOld:"The local extension version is too old, please upgrade the extension to {minVersion} or a newer version and try to sync again.",badUserscriptBrowser:"The current browser does not correctly support the interface of the Tampermonkey extension (such as obtaining version information of Tampermonkey scripts). Please use another <1>browser that supports Tampermonkey extensions, such as Firefox.",foundNewVersion:"New version available",theLocalExtensionIsUpToUpdate:"The current extension version is up to date.",failToSyncRules:"Failed to sync latest adaptive rules",retry:"Retry",failedReason:"Failure reason",currentRuleVersion:"Current Rule Version",calculating:"Calculating",unknownError:"Unknown Error",canNotFetchRemoteRule:"Unable to fetch remote rule",enableAlphaSuccess:"Alpha feature enabled successfully",disableAlphaSuccess:"Alpha feature has been disabled",cacheSize:"Cache size:",cleaning:"Cleaning",cleanCache:"Clear cache",options:"Options",about:"About",service:"Translation Service",needAction:"(go to settings)",goSettings:"go to settings",needActionForOptions:"(requires setting)",translationEngine:"Engine Options",sourceLanguage:"Original language",target:"Target Language",popupSourceLanguage:"Source",popupTarget:"Target",popupService:"Service",forThisSite:"Site",autoEnableSubtitle:"Auto-enable bilingual captions",alwaysTranslate:"Always translate",neverTranslate:"Never translate",neverTranslateSomeLanguage:"Never translate {language}",alwaysTranslateSomeSite:"Always translate {hostname}",neverTranslateSomeSite:"Never translate {hostname}",alwaysTranslateSomeSiteOrWildSite:"Always translate this site",alwaysTranslateSomePage:"Always translate this page",add:"Add",default:"Default",forThisLanguage:"For This Language:","add url":"Add URL",edit:"Edit",pickAll:"Select All","translate other languages into specific language":"Translate other languages into the language you set","select translation service":"Select a translation service",language:"Language","show-original":"Show Original",translate:"Translate",Translated:"Translated",Translating:"Translating",Error:"Error",allowCacheTranslations:"Enable local translation caching (reduce translation requests for repeated paragraphs)","translation display":"Translation display style","select diplay style":"See below for examples of different translation styles",interface:"Interface Settings",import_export:"Import/Export",import_export_title:"Import/Export Configuration",syncToGoogleDrive:"Sync Now with Google Drive",floatBallOptions:"Floating Button","floatBallOptions.enable":"Enable Floating Ball","floatBallOptions.blockUrls":"Blocked Websites","floatBallOptions.add":"Add","floatBallOptions.blockUrlDesc":"Don\u2019t show the floating ball on these websites","floatBallOptions.clickType":"Click Behavior","floatBallOptions.clickTypeDesc":"What happens when you click the floating ball icon","floatBallOptions.clickPopup":"Display Translation Panel","floatBallOptions.clickTranslate":"Translate/Show Original Text","floatBallOptions.fixedPosition":"Fixed Position","floatBallOptions.fixedPositionDesc":"Whether the float ball is on the left or right of the window","floatBallOptions.fixedPositionLeft":"Left","floatBallOptions.fixedPositionRight":"Right",previewAllThemes:"Preview all themes","translationTheme.none":"None","translationTheme.grey":"Black Gray","translationTheme.dashed":"Dotted lines","translationTheme.dotted":"Dotted lines","translationTheme.dashedBorder":"Dotted Border","translationTheme.solidBorder":"Solid Border","translationTheme.underline":"Straight line","translationTheme.mask":"Blur effect (learning mode)","translationTheme.opacity":"Transparency effect","translationTheme.paper":"White paper shadow effect","translationTheme.dividingLine":"Dividing line","translationTheme.highlight":"Highlight","translationTheme.marker":"Marker","translationTheme.marker2":"Maker2","translationTheme.blockquote":"quote style","translationTheme.weakening":"Weaken","translationTheme.italic":"Italic","translationTheme.bold":"Bold","translationTheme.thinDashed":"Thin dotted lines","translationTheme.nativeDashed":"System built-in dotted lines","translationTheme.nativeDotted":"System built-in dotted lines","translationTheme.nativeUnderline":"System built-in straight lines","translationTheme.wavy":"wavy lines","translationServices.custom":"Custom API","translationServices.tencent":"Tencent Translator","translationServices.tenAlpha":"Tencent Translator (Alpha)","translationServices.google":"Google Translate","translationServices.bai":"Baidu (Alpha)","translationServices.baidu":"Baidu translation","translationServices.aliyun":"Aliyun Translator","translationServices.volc":"Volcano Translation","translationServices.deeplx":"DeepLX (Alpha)","translationServices.bing":"Microsoft Translator","translationServices.deepl":"DeepL","translationServices.wechat":"Wechat translation","translationServices.azure":"Azure Translator","translationServices.ibm":"IBM Watson","translationServices.aws":"Amazon Translate","translationServices.mock":"Mock translation","translationServices.mock2":"Mock Translation2","translationServices.caiyun":"Caiyun Translation","translationServices.cai":"Caiyun Translation (Alpha)","translationServices.volcAlpha":"Volcano Translation (Alpha)","translationServices.openl":"OpenL","translationServices.youdao":"Youdao Translation","translationServices.you":"Youdao Translation (Alpha)","translationServices.transmart":"Tencent Smart Translation","translationServices.niu":"Niu Translation","translationServices.papago":"Papago Translation","translationServices.d":"DeeplX (Alpha)","translationServices.dpro":"D Pro (Canary)","translationServices.openai":"OpenAI","translationServices.yandex":"Yandex","translationServices.gemini":"Gemini","translationServices.chatgpt":"ChatGPT Web(3.5 mobile)","translate title":"Translate page title","always languages":"Always translate the following languages",neverTranslateLanguagesLabel:"Never Translated Languages",neverTranslateTheFollowingLanguagesDescription:"When a paragraph on a page is in one of the following languages, the translation will be skipped",enableUserscriptPagePopup:"Always show Popup windows on the page",enableUserscriptPagePopupDescription:"After closing the floating ball, you can use the shortcut key /{touch} to summon it. To prevent accidentally losing the floating ball after turning off this option, it is strongly recommended to bookmark this settings page.","always translate the following languages":"The following languages will always be translated","always sites":"Always translate the following sites","always translate the following sites":"The following sites will always be translated","never sites":"Never translate the following sites","never translate the following sites":"The following sites will never be translated","please refer to":"It can only be used after filling in the key. For details, please refer to",KeyAndConfigurationTutorial:"Key Application and Configuration Tutorial",useAboveStyleForTheseSites:"Sites that always use the {theme} translation style",currentUrl:"Current URL",confirm:"Save",cancel:"Cancel",delete:"Delete",syncToCloud:"Sync to cloud",syncToCloudDescription:"Upload the configuration to the cloud server, and you can synchronize the configuration between different browsers or Tampermonkey scripts, based on the last modification time.",syncToAccount:"Sync to account",syncToAccountButton:"Sync to account now",syncToAccountDescription:"Uploaded to the logged-in account, the configuration can be synchronized between different devices, and the last modification time shall prevail.",successSyncConfigInAccount:"Successfully synced with account",successSyncConfigToAccount:"Successfully synchronized to account",syncConfigNoUpdate:"Already up to date",authFail:"Authorization Failed",syncTitle:"Manual Backup Management",import_hint:"Import",upload:"Upload",revokeAuth:"Revoke Authorization",uploadFail:"Upload Failed",download:"Download",importSuccess:"Upload Success",importFail:"Import Failed",deleteFail:"Delete Failed",backupToCloud:"Manage backup files manually",create_new_backup:"Add backup node",maxBackupFiles:"Up to{count}different nodes can be backed up. Please delete unneeded nodes",backupToCloudDescription:"Upload or restore backup files manually, up to 3 different backups",successSyncConfig:"Successfully synced with cloud",syncFail:"Synchronization failed",updatedAt:"Updated at {date}",lastSyncedAt:"Last checked at {date}",downloadFail:"Download failed",clickToDownload:"Click to download",aboutLabel:"About - Feedback ","browser.openAboutPage":"About / Feedback/Sponsor",aboutLabelWithoutSponsor:"About - Feedback",aboutIntro:"We hope that all users will easily and pleasantly access to the enormous amount of foreign language information available on the Internet \u2764\uFE0F. You can choose to subscribe to <6>Pro membership to use the out-of-the-box DeepL and OpenAI translation.

Follow us on<3>Twitter, <4>Telegram Channel, WeChat public account, WeChat community group, or subscribe to updates via <5>email below.
<7>Pro members can contact us through the quick customer service email <8>support@immersivetranslate.com.",aboutIntroWithoutSponsor:"The extension is completely free. We hope that everyone can easily and joyfully access the vast foreign language information on the Internet \u2764\uFE0F.

Follow us on <3>Twitter, <4>Telegram channel, WeChat public account, WeChat community group, or subscribe to updates via <5>email below.",projectHomepage:"Project Homepage",joinTelegramGroup:"Join our communities for feature discussion",wechatPublicAccount:"Wechat Official Account",wechatCommunities:"Wechat Group",qqCommunities:"QQ Channel",joinTelegramChannel:"Subscribe to our Telegram channel to get the latest updates",feedbackAndJoin:"Feedback",autoSync:"Auto-Time Sync",loadingThemeTitle:"Loading Style",loadingThemeDescription:"Set the style of waiting for the translation to load","loadingTheme.spinner":"Spinning icon","loadingTheme.text":"Static Text... ","loadingTheme.none":"Disabled",developerDescription:"You can click <1>here to see the documentation related to advanced customization","edit border color":"Edit border color",successSyncButNoChange:"The current configuration is consistent with that in the cloud server",customTheme:"Customize colors and sizes","customThemeLabel.borderColor":"Border color","customThemeLabel.borderRadius":"Border Round Corner","customThemeLabel.textColor":"Text color","customThemeLabel.backgroundColor":"Background color","customThemeLabel.zoom":"Font scale (%)","customThemeLabel.opacity":"Text opacity (%)",resetToDefaultColor:"Reset to default colors",resetToDefaultSettings:"Reset to default settings",isTranslateTitle:"Enable translate page title",isTranslateTitleDescription:"When enabled, the webpage title will be translated",enableSearchEnhancement:"Enable Search Enhancement",enableSearchEnhancementDescription:"After activation, the right sidebar will automatically display 'Google News' search results for the corresponding English keywords on supported websites (Google News, Google Search (for certain keywords), Xueqiu, East Money, Futu, Tiger Community).",verifyService:"Verify service",verified:"Successful","field.langs":"Supported Language Code","field.model":"Model","field.translationEngine":"Translation engine","field.limitPerMinute":"Max requests per minute","field.limitPerSecond":"Max requests per second","field.maxTextLengthPerRequest":"Maximum text length per request","field.maxTextGroupLengthPerRequest":"Maximum number of paragraphs per request","field.apiUrl":"Custom API interface address","field.placeholderDelimiters":"Reserved placeholders","description.custom":"Custom interface access requires reference documents","description.limitPerMinute":"When the number of requests exceeds this limit, it will be temporarily suspended until the beginning of the next minute. Due to various limitations of OpenAI's current services, please click <1>here to view the latest suggested values","description.limitPerSecond":"When the number of requests exceeds this limit, it will be temporarily suspended until the beginning of the next second. Due to various limitations of OpenAI's current services, please click <1>here to view the latest suggested values","description.generalLimitPerSecond":"When the number of requests exceeds the limit, it will enter a queue state until the beginning of the next second.","description.prompt":"The dialogue sent to {service} as a user, where {{text}} represents the text content of the paragraph, {{from}} represents the language of the paragraph, and {{to}} represents the target language.","description.maxTextLengthPerRequest":"By default multiple paragraphs will be merged to reduce the number of requests, but if the total length of the paragraphs is too long, it may also cause the interface to respond slowly, so you can try to adjust this option to optimize speed","description.systemPrompt":"The dialogue sent to {service} as a system, where {{text}} represents the text content of the paragraph, {{from}} represents the language of the paragraph, and {{to}} represents the target language.","field.domain":"Domain","description.domain":"The default is: general. It can only be set when domain translation is activated in the Youdao API console, and the supported domains can be seen <1>Here ","field.scene":"Scenarios","description.scene":"The default is: general. It can be set only if the Alibaba Cloud API console has the Machine Translation Professional Edition enabled. Supported scenes can be found <1>here.","field.vocabId":"User dictionary ID","description.vocabId":"Specified dictionary out_id, currently supported in English translation","description.model":"OpenAI's models, such as gpt-3.5-turbo, gpt-4, etc","description.maxTextGroupLengthPerRequest":"The number of paragraphs sent to translation service each time. Sending too many paragraphs to OpenAI at once can slow down the interface.","description.apiUrl":"Please add a specific URL with a path, <1>more instructions",enabledExtension:"Enable extensions",clickToDisableExtension:"Click to disable extension",clickToEnableExtension:"Click to enable the extension",hasBeenDisabled:"Disabled","show password":"Show password",customContent:"Enter the name of the custom model",inputOptions:"Enhanced input box",mouseHoverOptions:"Mouse Hover",modifyMouseHoverKey:"Modify mouse hover shortcuts",enableInputTranslation:"enhanced input box?",enableInputTranslationDescription:"When enabled, enter {startingKey}{startingKey} direct in the input box and hit{inputTrailingTriggerKeyRepeatTimes}times{trailingKey}, translated into {inputTargetLanguage}",enableInputTranslationDescriptionForNoneKey:'When enabled, simply enter "Hello World" in the input box, then quickly press {inputTrailingTriggerKeyRepeatTimes} times on {trailingKey}, and it will be translated into the default target language.',inputTargetLanguage:"Set the default target language for the input box",inputTargetLanguageDescription:"The default target language for the translation input box, which is {startingKey}{startingKey} as the default language for triggering words.",inputTargetLanguageDescriptionForNoneKey:"Default target language for translation input box",inputStartingTriggerKeyTitle:"Set the delimiter character for partial translation of the input box",inputStartingTriggerKeyDescription:"When you don\u2019t need to translate the entire input box, the delimiter allows you to only translate the part from {startingKey}{startingKey} to the end of the input box. You can also specify a language code, for example: {startingKey}ja means to only translate the part from {startingKey}ja to the end of the input box",inputStartingTriggerKeyDescriptionForNoneKey:"The current setting does not require a prefix, so the partial text translation function of the input box cannot be used temporarily",inputTrailingTriggerKeyTitle:"Select a trigger character to indicate the end of input.",inputTrailingTriggerKeyDescription:"Quickly hitting {trailingKey} 3 times will start the translation",inputTrailingTriggerKeyTimeout:"Enter the interval time to end the trailing trigger",inputTrailingTriggerKeyTimeoutDescription:"Set the interval time for the end of input combo trigger (milliseconds)",spaceKey:"",noneKey:"No prefix needed, translate the entire text box directly",inputTranslationBlockUrlsTitle:"Do not enable input box enhancement on the following URLs",inputTranslationBlockUrlsDescription:"The input box enhancement will not work in the following URL",inputHelperInfo:`Note: We have optimized the system to address an issue where certain characters in Chinese input methods were being converted into Chinese punctuation marks. For instance, when using Sogou Input Method, "/" would be changed to "\u3001". We now recognizes all corresponding Chinese symbols as triggering characters, including "//" and "\u3001\u3001". Additionally, we support using Chinese aliases of language codes as commands. For example, entering "/Japanense Hello World" will translate the text into Japanese. You can click here to see a list of all supported language codes.`,reloadCurrentPage:"Please refresh the current page before starting translation",noLocalFilePermissionForPDF:"No permission to read local files temporarily, please click the button above and then import local files",noPermissionForThisPage:"\u26A0\uFE0F No permission to translate the current page","error.retry":"Retry","error.reason":"Reason",retryAllParagraphs:"Retry all error paragraphs",retryAllButton:"Retry All",errorTooltipTitle:"Click to get the error details",errorModalTitle:"Oops, something went wrong",disableConfirm:"Bilingual information enhancement settings",disableOnce:"Disable Once",disableGlobal:"Disable Forever",disableTint:"* You can re-enable it in {option}.",searchEnhancementNotes:"We found that the news results of Chinese keywords and English keywords are very different. After enabling the immersive translate bilingual information enhancement function, we will automatically search for the same keywords in English on supported websites (Google News, Google Search (for certain keywords), Xueqiu, East Money, Futu, Tiger) and display them on the right side. If you don\u2019t need this feature, you can choose to disable it",option:"Settings",saveSettings:"Save",closeModal:"Close",enableInputTranslationWithoutTriggerKeyTitle:"\u201CEnable quick hit 3 times {trailingKey}, directly translate the entire input box into {inputTargetLanguage}",enableInputTranslationWithoutTriggerKeyDescription:"To specify the target language, please add a language code at the beginning, such as: ja Hello world",deepLProName:"Premium Membership (Recommended)",deepLProDescription:"You can directly use this service",deeplProDescriptionForNormal:"No setup required, available for premium members after login, <1>Upgrade",deepLCustomDescription:"Requires an international credit card, activate at <1>DeepL official site, click to see <2>documentation",deepLCustomName:"Custom Auth Key",chooseProviderLabel:"Choose a service provider",openaiProName:"Premium Membership (Recommended)",openaiProDescription:"The current plan can be used directly",openaiProDescriptionForNormal:"No setup required, available for premium members after login, <1>Upgrade",openaiCustomDescription:"Can be obtained from OpenAI, Azure OpenAI, or other third-party services, <1>Click here to view documentation",openaiCustomName:"Custom API Key",needLoginAction:"(Premium or custom)",goLoginOrAction:"(Premium or go to setting)",yearly:"Annual Renewal",quarterly:"Quarterly Renewal",monthly:"Monthly Renewal",yearlyForOnce:"One-time Annual",monthlyForOnce:"One-time Monthly",daily:"Daily Renewal",year:"Annual Renewal",quarter:"Quarterly Renewal",month:"Monthly Renewal",day:"Daily Renewal",onetime_7day:"7-day Trial Pack",currentPlanDescriptionForFree:"Current plan: Free",currentPlanDescriptionForContinuous:"Current plan: {plan}, will auto-renew on {endAt}",currentPlanDescriptionForAutoRenewCaceling:"Current plan: {plan}, will expire on {endAt}. After expiration, it will not be automatically renewed",currentYearlyPlanDescriptionForAutoRenewCacelingWithRealPaiedUser:"Current plan: {plan}, will expire on {endAt}, will not be auto-renewed after expiration
<1>Manage the renewal plan",currentYearlyPlanDescriptionForAutoRenewCacelingWithAdmin:"The current plan: {plan}, will expire on {endAt}. After expiration, it will not be automatically renewed.
<1>Click here to enable continuous annual renewal",currentPlanDescriptionForOneTime:"Current plan: {plan}, expiring on {endAt}. <1>Upgrade to annual or <2>monthly or pro membership",upgradePlan:"Click here to upgrade to Pro membership",upgradeToPro:"Upgrade to Pro","popup.openPro":"Enjoy unrestricted access to DeepL and OpenAI translations after upgrading to Pro Membership. Click here to upgrade","popup.openProForPro":"You are a Pro member, you can directly use DeepL and OpenAI translations",currentAccount:"Account",enableAutoSyncUserSettings:"Enable auto-sync user settings",modalEnableInputTranslationTitle:"Writing Settings",modalEnableInputTranslationDesc:"You just triggered the translation of the immersive translate input box by quickly tapping the space bar 3 times. The content of the input box will be translated into the default target language. You can undo the translation with Ctrl+Z.

If this was a mistake, don't worry, you can choose to disable it this time, or permanently disable input box translation.",saveAndNotShowAgain:"Save and don't show prompt again",disableInputTranslationTips:"* You can also set other shortcuts in {option}, {learnMore}.",learnMore:"Click here to learn more",continueEnalbeInputTranslation:"Continue to enable input translation",autoRenewTrialSuffix:'(In trial, Upgrade to paid Pro now)',upgradeFromTrialTitle:"Upgrade to Pro membership",subtitle:"Video Subtitles",youtubeService:"Video Subtitle Translation Service","subtitle.disabledSubtitle":"Disable Video Subtitle Feature Permanently ","subtitle.disabledSubtitleDescription":"If the video subtitles of immersive translate conflict with other extensions, you can choose to permanently disable the video subtitle function of immersive translation or uninstall other conflicting extensions","subtitle.autoEnableSubtitleDescription":"Once enabled, bilingual subtitles will automatically appear when the video is playing, otherwise, you need to click the translation button to display them.","subtitle.preTranslation":"Use immersive translate to translate subtitles","subtitle.preTranslationDescription":"After enabling, the specified translation service below will be used to translate the entire subtitle in advance. A 1-hour video will consume approximately 50,000 Tokens or characters. Please use it judiciously. If disabled, the machine-translated subtitles that come with the original video will be used preferentially","subtitle.humanSubtitlesPreferred":"Use manual subtitles first","subtitle.humanSubtitlesPreferredDescription":"When the video has manual subtitles in the target language, prioritize using manual subtitles (recommended)","subtitle.bilingual":"Bilingual","subtitle.autoDisableSubtitle":"Disable Auto Bilingual","subtitle.hideQuickButton":"Hide This Shortcut","subtitle.showQuickButton":"Display bilingual subtitles shortcut","subtitle.showQuickButtonDescription":"Provide a shortcut to enable bilingual subtitles in the lower right corner of the video player.",videoSubtitleTranslationDescription:"Specify a separate translation service for video subtitles.",subtitleTranslating:"Immersive Translate is using {service} to translate subtitles...",subtitleLoading:"Loading subtitles...",bilingual:"Bilingual","field.action":"Enable Baidu terminology?","description.action":"After enabling, an action=1 parameter will be added to the request to inform Baidu to enable terminology. <1>For more explanation, please refer to the [official documentation]",closeQuickTranslation:"Close Floating Button","closeQuickTranslation.untilNext":"Close this time until the next visit","closeQuickTranslation.currentWebsite":"Disable the current website","closeQuickTranslation.alwaysClose":"Permanently disable","closeQuickTranslation.settingOpen":"(Can be activated in <1>Settings Page)","closeQuickTranslation.cancel":"Cancel","closeQuickTranslation.confirm":"confirm","floatBall.popup":"Open quick settings panel","floatBall.translate":"Click to translate this page","floatBall.showOriginal":"Click to switch back to the original text","floatBall.close":"Close Floating Button","floatBallOptions.enableDescPc":"When you enable the floating button, a translation button appears on the right. Click it to translate","floatBallOptions.enableDesc":"After you turn off the floating button, you can bring it back with {touch}. To avoid losing the floating button by accidentally turning it off, it is highly recommended you bookmark this settings page.","description.azureApiUrl":"Enter the custom API interface address","floatBall.guideClickToTranslate":`Click the floating ball to translate quickly`,"floatBall.iKnow":"Got it",confirmSupportMouse:"Force Enable Mouse Support",confirmSupportMouseDescription:"The current browser does not support mouse functions, do you want to forcibly enable mouse support?",sampleTargetText:"Night is coming, I will start watching from now on until death. I will not marry, not seal the land, not have children. I will not wear a crown, not fight for glory. I will be loyal to my duty, life and death.",sampleSourceText:"\u957F\u591C\u5C06\u81F3\uFF0C\u6211\u4ECE\u4ECA\u5F00\u59CB\u5B88\u671B\uFF0C\u81F3\u6B7B\u65B9\u4F11\u3002\u6211\u5C06\u4E0D\u5A36\u59BB\u3001\u4E0D\u5C01\u5730\u3001\u4E0D\u751F\u5B50\u3002\u6211\u5C06\u4E0D\u6234\u5B9D\u51A0\uFF0C\u4E0D\u4E89\u8363\u5BA0\u3002\u6211\u5C06\u5C3D\u5FE0\u804C\u5B88\uFF0C\u751F\u6B7B\u4E8E\u65AF\u3002","subtitle.supportedSites":"Bilingual subtitles are now supported on these websites (Note: Due to technical limitations, some websites need to be refreshed after the subtitles are turned on for the first time, or wait for the translation to complete to display bilingual subtitles)",viewWithImmersiveTranslate:"Bilingual version (Immersive Translate)",errorReason:"Error reason: {message}","proQuotaExceededError.onetime7day":'You can resolve this issue by choosing one of the following options:

1. Switch to {anotherService} or another translation service
2. Upgrade to Monthly/Annual membership',"proQuotaExceededError.trial":'You can resolve this issue by choosing one of the following options:

1. Switch to {anotherService} or another translation service
2. Upgrade to paid Pro now',"proQuotaExceededError.nonTrial":'You can resolve this issue by choosing one of the following options:

1. Switch to {anotherService} or another translation service
2. Purchase Data Package for {translationService}',"proQuotaExceededError.resetTime":"
3. Quota reset time: {resetTime}",paragraphMinTextCountField:"Minimum character count for paragraph translation",paragraphMinTextCountDesc:"Note, this refers to the character length, for example: 'hello' is 5 characters, setting a higher value can reduce unnecessary translations of small paragraphs",networkError:"Translation service or network problem",notLogin:"Not Logged In","browser.toggleMouseHoverTranslateDirectly":"Temporarily enable or disable direct translation by mouse hover on the page","browser.translateWithOpenAI":"Temporarily translate the current page with OpenAI","browser.translateWithDeepL":"Temporarily translate the current page with DeepL","browser.translateWithGoogle":"Temporarily translate the current page with Google","browser.translateWithBing":"Temporarily translate the current page with Microsoft Translator","browser.translateWithGemini":"Temporarily translate the current page with Gemini","browser.translateWithTransmart":"Temporarily translate the current page with Tencent Translator","browser.translateInputBox":"Translate the content of the current input box",shortcutSettings:"Shortcuts",shortcutSettingsTitle:"Shortcut Settings",confirmResetToDefaultSettings:"Confirm to reset this translation service to default settings? (Only resets settings for the current translation service)","intro.hoverTitle":"Mouse Hover Translation of the Current Paragraph","intro.hoverDescription":"Mouse hover translation is an important and easy-to-use feature in immersive translation. Simply hover the mouse over a paragraph and press the set shortcut to automatically translate it (not enabled by default, please set below). This interaction is a better alternative to word-selection translation, as it's more intuitive and convenient. Additionally, this function is widely used in areas we can't recognize, allowing you to force-translate any paragraph.","intro.floatBallTitle":"Quick Translation Floating Button","intro.floatBallDescription":"Once enabled, a quick translation button appears on the right side of the page. Click to translate, and click again to switch back to the original text. On mobile, long-press the floating button to open the quick settings panel.","intro.subtitleTitle":"Bilingual Subtitles for Online Videos","intro.subtitleDescription":"When enabled, bilingual subtitles will automatically appear when a video starts playing. Otherwise, manually click the translate button on the page to display them. (Due to technical limitations, some sites may require a page refresh or wait for the translation to complete to display bilingual subtitles.)

Currently supported on these sites:","desc.toggleMouseHoverTranslateDirectly":"Press this shortcut to automatically translate any text under the mouse pointer on the page. Press again to turn off this auto-translation feature.","shortcutGroup.main":"Common Function Shortcuts","shortcutGroup.others":"More Custom Function Shortcuts","shortcutGroup.shortcutsForTranslationServices":"Shortcuts for Translation Services",browserShortcutsSucks:"Due to browsers' inaccurate recognition of shortcuts in input boxes, please manually enter the name of the shortcut. After entering, click on a blank space to auto-save. (In macOS, Alt and Option are the same key, so it's recommended to enter Alt). For example:","shortcutGroup.touch":"Touch Screen Specific Gestures","shortcutGroup.mouse":"Mouse Hover Shortcut Configuration",fingerCountToToggleTranslagePageWhenTouching:"Multiple fingers touching the screen to translate the page/show original text","desc.fingerCountToToggleTranslagePageWhenTouching":"Once set, you can touch the screen with X number of fingers on a mobile device to translate the page/show original text",fingerCountToToggleTranslationMaskWhenTouching:"Multiple fingers touching the screen to display translation mask/show original text","desc.fingerCountToToggleTranslationMaskWhenTouching":"Translation mask refers to the blur effect on the translated text (learning mode). When enabled, it temporarily applies a blur effect to the translation, facilitating learning",fingerCountToToggleTranslagePageOnlyTranslationWhenTouching:"Touch the screen with multiple fingers to translate in translation-only mode/show original text","desc.fingerCountToToggleTranslagePageOnlyTranslationWhenTouching":"Translation-only mode refers to displaying only the translated text, as opposed to the default bilingual mode","neverTranslateText.title":"Keep the following words untranslated","neverTranslateText.description":"Due to some translation engines' poor recognition of proper nouns, you can add words here to ensure they remain untranslated during the process. Please note, this feature is case-sensitive and only supports space-separated word languages (like English, French), not suitable for languages like Japanese, Korean, etc.","tagsInput.add":"+ Add","desc.mouseHoverHoldKey":"While hovering the mouse over a paragraph, press the shortcut key on the right to directly translate it",mouseHoverCustomKeyTitle:"Customize Mouse Hover Shortcut Key",mouseHoverCustomKeyDescription:"You can customize a combination shortcut key for mouse hover, like: Alt+Z, Ctrl+E, Cmd+Alt+E or just Cmd. Please enter manually",mouseHoverShortcutPlaceholder:"Please enter manually",browserShortcutsNoteForFirefox:"For Firefox, modify shortcuts by opening the extensions management page `about:addons`, then click 'Settings' -> 'Manage Shortcuts'",browserShortcutsNoteForChrome:"Note: To modify shortcuts in Chrome-based browsers, visit [Extensions Management Page] -> [Manage Shortcuts]","desc.toggleTranslateTheMainPage":"Translate only the main area of the page. If you have enabled translating all areas in advanced settings, use this shortcut to specifically translate the main area","desc.toggleTranslateTheWholePage":"Translate the entire page area. By default, we translate the main area of the page, use this shortcut to specifically translate the entire area","browser.toggleOnlyTransation":"Switch to bilingual/translation-only mode","desc.toggleOnlyTransation":'"Only translation mode" refers to only displaying the translation. If the webpage has not been translated yet, it will switch modes and translate.',"browser.toggleTranslationMask":"Toggle blur effect on translated text (learning mode) for the current page","desc.interfaceLanguage":"The interface language setting affects the language of the control panel display and is unrelated to the target language of the translation",mouseHoverHoldKey:"Mouse Hover Translation Trigger Key",clickToSeeQuickDemo:"30-second Quick Tutorial Video",shortcutDisableTooltip:"Please set in the browser's extension shortcut key management page, for more guidance, see the instructions at the top of this page","subtitle.autoEnableSubtitle":"Enable Bilingual","floatBall.longPress":"Long press to quickly open the settings panel",notLoginPro:"You have not logged in to your member account",upgradeToProErrorTitle:"Please upgrade to Pro member before using this translation service",translationOnlyMode:"Translation Only Mode",translationOnlyModeDescription:"Translation only mode refers to displaying only the translation, instead of the default bilingual mode. Note: Due to technical limitations, hyperlinks in the original text will be ineffective in translation only mode","description.baiduField":"See supported fields <1>here; if empty, it means no specific field is designated",temprarilyChangeTranslationTo_openai:"Currently using OpenAI to translate this page",temprarilyChangeTranslationTo_google:"Currently using Google to translate this page",temprarilyChangeTranslationTo_bing:"Currently using Microsoft Translate to translate this page",temprarilyChangeTranslationTo_gemini:"Currently using Gemini to translate this page",temprarilyChangeTranslationTo_transmart:"Currently using Tencent Translate to translate this page",temprarilyChangeTranslationTo_deepl:"Currently using DeepL to translate this page","widget.videoSubtitle":"Subtitle","widget.instruction":"Usage",buildSnapshots:"Snapshot","widget.translateFileTooltip":"Translate PDF, EPUB, SRT, ASS, HTML, and TXT documents","widget.videoSubtitleTooltip":"Youtube and {count}+ video websites","widget.instructionTooltip":"View instructions for use",alwaysTranslateSomeLanguage:"Always translate {language} pages",alwaysTranslateThisSite:"Always translate this site",neverTranslateThisSite:"Never translate this site",loggedIn:"Logged in","widget.translateFile":"PDF/ePub",touchShortcutsToggleTranslatePage:"Set touch gestures to translate web pages/show original text","desc.touchShortcutsToggleTranslatePage":"Once set, on mobile devices, you can touch the screen with X fingers, swipe left and right or tap continuously to trigger translation of web pages/show original text",touchShortcutsToggleTranslationMask:"Set touch gestures to display translation mask/show original text","desc.touchShortcutsToggleTranslationMask":"Translation mask refers to the blur effect in the translation style (learning mode). When activated, it temporarily applies a blur effect to the translated text, facilitating learning",touchShortcutsToggleTranslatePageOnlyTranslation:"Set touch screen gesture to switch between bilingual/translation-only mode.","desc.touchShortcutsToggleTranslatePageOnlyTranslation":'"Only translation" means that only the translated text will be displayed. If the webpage has not been translated yet, the mode will be switched and it will be translated.',touchShortcutsToggleTranslateTouchElement:"Set touch gestures to translate a specified paragraph","desc.touchShortcutsToggleTranslateTouchElement":"Customize a gesture to translate any paragraph you're on",touchShortcutsOff:"Off","fingers.2":"Two-finger touch","fingers.3":"Three-finger touch","fingers.4":"Four-finger touch","fingers.5":"Five-finger touch","font.none":"Unset","multipleClick.2":"Double click","multipleClick.3":"Triple click","multipleClick.4":"Quadruple click","slide.left":"Slide right","slide.right":"Slide left","browser.toggleVideoSubtitlePreTranslation":"Switch Video Subtitles with Immersive Translation Feature",contact:"Contact","contact.description":"If you have any questions or suggestions, please contact us via filling out the form below or sending an email to {email}","desc.toggleVideoSubtitlePreTranslation":"After pressing, video bilingual subtitles will prioritize immersive translation settings. Pressing again will prioritize the auto-translated subtitles originally provided with the video. Note: This shortcut modifies the global settings",videoSubtitlePreTranslationOn:"Video subtitles will prioritize immersive translation",videoSubtitlePreTranslationOff:"Video subtitles will prioritize the auto-translated subtitles originally provided with the video",translationFont:"Set Font","translationFont.custom":"Enter Custom Font","translationFont.customPlaceholder":"Font","translationFont.notSupportErrorMessage":"Please check if the font name you entered is correct, or confirm that the font is installed on your device.","touch.mouse-translate":"Translate Paragraph","error.serveConfigError":"Service configuration error","error.reloadPageOfSetting":"After configuring, please refresh the page to translate again.","error.googleLimitIp":"Service returned an error, Google services have limited the flow for this IP address, it is recommended to change the network node.","error.openAIFreeLimit":"Service returned an error, the current translation request frequency has reached the maximum of 3 times per minute, please try again later. (This is the limit imposed by OpenAI official on free API Keys, to remove this limit, please bind a credit card in the OpenAI backend.)","error.openAIExceededQuota":"Service returned an error: your current OpenAI account balance is insufficient, please recharge or bind a credit card in the OpenAI official backend.","error.429":"Service returned an error, indicating too frequent requests or exceeding the quota limit, please try again later.","error.403":"Service returned an error, temporarily no permission to access the service.","error.400":"Service returned an error, request parameter error, please check the corresponding configuration.","error.502":"Service returned an error, service timeout, please try again later.","error.proTokenInvalid":"If you are a Pro user, please log in before using the Pro translation service","error.proUpgrade":"After upgrading, please refresh the page to translate again.","error.configError":"Configuration data anomaly","error.goReset":"Go to Reset",batchEdit:"Batch Edit","translationServices.inherit":"Inherit","translationModeLang.translation.title":"Language for Translation-Only Mode","translationModeLang.translation.description":"Translation-only mode will be automatically used when the page language is one of the following","translationModeUrl.translation.title":"URLs for Translation-Only Mode","translationModeUrl.translation.description":"Translation-only mode will be automatically used for websites with the following domains",download_started:"The download has begun, if it does not start automatically, please click manually.",here:"Here","error.serveUnavailable":"The [{serverName}] service you are currently using is temporarily unavailable due to network connection or service provider issues. It is suggested that you try refreshing the page or switch to another translation service through <1>Settings. If you are a <2>Pro member, you can choose to use the more stable DeepL or OpenAI translation services (<3>click here for a free trial). Additionally, you may need to check your network or proxy settings.",detectServiceLoading:"Detecting available translation services...",toggleToService:"Change to {service}","error.gemini.429":"The current Gemini service has reached its capacity limit. Please try again later, or switch to another translation service.",enableSentryReport:"When an extension encounters an error, submit feedback using Sentry","error.subscriptionExpired":"Your membership may have expired, please check your membership status.","error.subscriptionExpiredTitle":"Membership has expired.","languages.auto":"Auto Detect",geminiWarning:"Note: The free service provided by Google for Gemini is strictly limited and may be judged by Google as users using multiple Keys to evade their free quota restrictions. It is not recommended to use it. It is suggested to wait for Google to open the paid interface of Gemini in the future before using it.","floatBall.setting":"Settings","floatBall.translateToLanguage":"Click to translate into {language}","floatBall.file":"Translate PDF, EPUB, SRT, ASS, HTML, TXT files.",changeToOnlyTempTranslationMode:"Show Translation only",changeToDualTempTranslationMode:"Show Bilingual Translation","transitionMode.translation":"Only the translation","options.navbar.installApp":"Install mobile APP","options.navbar.translateFile":"Translate Document","subtitle.transitionMode":"Bilingual Video Subtitles/Translation Only Settings","transitionMode.dual":"Bilingual Comparison","transitionMode.inherit":"Maintain consistency with the system's default translation display mode.","subtitle.transitionModeDescription":"Set the video subtitles to bilingual comparison or translation-only mode.",translateFileTooltip:`Translate PDF, ePub, srt, @@ -4997,7 +4997,7 @@ ass, HTML, TXT files.`,"description.multiplePrompt":`When the number of paragrap {env.imt_sub_trans_field}: Translation - id: 2 {env.imt_sub_source_field}: Source - {env.imt_sub_trans_field}: Translation`,"subtitle.quickButton.black":"Black","subtitle.quickButton.cyan":"Blue","translationServices.claude":"Claude","subtitle.quickButton.backgroundColor":"Background color","subtitle.quickButton.green":"Green","subtitle.quickButton.blue":"Blue","subtitle.quickButton.white":"White","subtitle.quickButton.setting":"Settings","subtitle.quickButton.translationPosition":"Translation location","subtitle.quickButton.backgroundOpacity":"Background Opacity","subtitle.quickButton.sourceFontSize":"Original font size","subtitle.quickButton.sourceTextColor":"Original font color","subtitle.quickButton.yellow":"Yellow","subtitle.quickButton.translationFontSize":"Translation font size","subtitle.quickButton.translationPositionBottom":"Below the original text","subtitle.quickButton.red":"Red","subtitle.quickButton.translationPositionTop":"Above the original text","subtitle.quickButton.translationTextColor":"Translation font color","subtitle.quickButton.magenta":"Magenta",attachSubtitleTranslating:"Translating using {service}...","error.claude.403":"Access to the service is temporarily unavailable, possibly due to regional restrictions related to Claude. You can try changing your IP address, or use other translation services.","browser.brandDescriptionForSafari":"Free Translate Website, Translate PDF & Epub eBook, Translate Video Subtitles in Bilingual","browser.PdfProFile":"AI-Driven PDF Pro Translation","browser.textTranslate":"Text Translation"};var Es={nologin:"\u30ED\u30B0\u30A4\u30F3\u3057\u3066\u3044\u306A\u3044",loginForSafari:"\u30ED\u30B0\u30A4\u30F3\u307E\u305F\u306F\u767B\u9332",login:"\u30ED\u30B0\u30A4\u30F3\u3057\u3066\u4F1A\u54E1\u767B\u9332",manageAccount:"\u30DE\u30CD\u30FC\u30B8\u30C9\u30FB\u30A2\u30AB\u30A6\u30F3\u30C8",openPremium:"\u30AA\u30FC\u30D7\u30F3\u30FB\u30E1\u30F3\u30D0\u30FC",logout:"\u30A2\u30DC\u30FC\u30C8",curentPlan:"\u73FE\u5728\u306E\u30D1\u30C3\u30B1\u30FC\u30B8",endAt:"\u7D76\u606F",endAuto:"\u81EA\u52D5\u66F4\u65B0",lineBreakMaxTextCount:"\u6539\u884C\u5F8C\u306E1\u6587\u306B\u8A31\u3055\u308C\u308B\u6700\u5927\u6587\u5B57\u6570","translate-pdf":"\u30AF\u30EA\u30C3\u30AF\u3057\u3066PDF\u3092\u7FFB\u8A33\u3059\u308B","noSupportTranslate-pdf":"\u30B9\u30AF\u30EA\u30D7\u30C8\u306F\u30B5\u30DD\u30FC\u30C8\u3055\u308C\u3066\u3044\u307E\u305B\u3093\u3002","translate-firefox-local-pdf":"\u30AF\u30EA\u30C3\u30AF\u3057\u3066PDF\u3092\u30A4\u30F3\u30DD\u30FC\u30C8\u3059\u308B",enableLineBreak:"\u9577\u3044\u6BB5\u843D\u306E\u81EA\u52D5\u6539\u884C\u3092\u6709\u52B9\u306B\u3059\u308B",sponsorLabel:"\u30B9\u30DD\u30F3\u30B5\u30FC\u4ED8\u304D\u958B\u767A\u8005",help:"\u624B",browserShortcutsNoteForFirefox:"Firefox\u3067\u30B7\u30E7\u30FC\u30C8\u30AB\u30C3\u30C8\u3092\u5909\u66F4\u3059\u308B\u306B\u306F\u3001\u62E1\u5F35\u6A5F\u80FD\u306E\u7BA1\u7406\u30DA\u30FC\u30B8`about:addons`\u3092\u958B\u304D\u3001`Settings`\u3092\u30AF\u30EA\u30C3\u30AF\u3057\u3001`Manage Shortcuts`\u3092\u30AF\u30EA\u30C3\u30AF\u3057\u3066\u30B7\u30E7\u30FC\u30C8\u30AB\u30C3\u30C8\u3092\u8A2D\u5B9A\u3059\u308B\u5FC5\u8981\u304C\u3042\u308B\u3002",browserShortcutsNoteForChrome:"Chrome\u3067\u30B7\u30E7\u30FC\u30C8\u30AB\u30C3\u30C8\u3092\u5909\u66F4\u3059\u308B\u306B\u306F\u3001\u62E1\u5F35\u6A5F\u80FD\u306E\u7BA1\u7406\u30DA\u30FC\u30B8\u3092\u958B\u304D\u3001`\u30B7\u30E7\u30FC\u30C8\u30AB\u30C3\u30C8\u306E\u7BA1\u7406`\u30D1\u30CD\u30EB\uFF08`chrome://extensions/shortcuts`\uFF09\u3067\u30B7\u30E7\u30FC\u30C8\u30AB\u30C3\u30C8\u3092\u8A2D\u5B9A\u3057\u3001\u4E0B\u306E\u30DC\u30BF\u30F3\u3092\u30AF\u30EA\u30C3\u30AF\u3057\u3066\u30B7\u30E7\u30FC\u30C8\u30AB\u30C3\u30C8\u306E\u7BA1\u7406\u30DA\u30FC\u30B8\u306B\u30B8\u30E3\u30F3\u30D7\u3059\u308B\u5FC5\u8981\u304C\u3042\u308A\u307E\u3059\u3002",browserShortcutsSucks:"\u30AB\u30B9\u30BF\u30DE\u30A4\u30BA\u3055\u308C\u305F\u30B7\u30E7\u30FC\u30C8\u30AB\u30C3\u30C8\u306E\u66F8\u5F0F\u306F\u6B21\u306E\u3068\u304A\u308A\u3067\u3059\uFF08\u81EA\u52D5\u8A8D\u8B58\u306F\u884C\u308F\u308C\u307E\u305B\u3093\u306E\u3067\u3001\u76F4\u63A5\u5165\u529B\u3057\u3066\u304F\u3060\u3055\u3044\uFF09\uFF1A",enableLineBreakDescription:"\u30AA\u30F3\u306B\u3059\u308B\u3068\u3001\u9577\u3044\u6BB5\u843D\u306E\u6587\u672B\u306B\u6539\u884C\u304C\u5165\u308A\u3001\u8AAD\u307F\u3084\u3059\u304F\u306A\u308A\u307E\u3059\u3002","browser.shortBrandName":"\u30A4\u30DE\u30FC\u30B8\u30E7\u30F3\u7FFB\u8A33","browser.brandName":"\u30A4\u30DE\u30FC\u30B8\u30E7\u30F3\u7FFB\u8A33: \u4E8C\u30F6\u56FD\u8A9E\u30A6\u30A7\u30D6\u30DA\u30FC\u30B8\u7FFB\u8A33 & PDF\u6587\u66F8\u7FFB\u8A33","browser.brandDescription":"Deepl\u3001Google\u3001YouDao\u3001Tencent Translate\u306A\u3069\u3001\u8907\u6570\u306E\u7FFB\u8A33\u30B5\u30FC\u30D3\u30B9\u3092\u30B5\u30DD\u30FC\u30C8\u3057\u3066\u3044\u307E\u3059\u3002","browser.toggleTranslatePage":"\u30DA\u30FC\u30B8\u3092\u7FFB\u8A33\u3059\u308B\uFF0F\u539F\u6587\u3092\u8868\u793A\u3059\u308B","browser.toggleTranslateTheWholePage":"\u30DA\u30FC\u30B8\u306E\u5168\u9818\u57DF\u3092\u7FFB\u8A33\u3059\u308B\uFF0F\u539F\u6587\u3092\u8868\u793A\u3059\u308B","browser.toggleOnlyTransation":"\u30D0\u30A4\u30EA\u30F3\u30AC\u30EB/\u7FFB\u8A33\u30C6\u30AD\u30B9\u30C8\u306E\u307F\u30E2\u30FC\u30C9\u306B\u5207\u308A\u66FF\u3048\u3066\u304F\u3060\u3055\u3044","browser.toggleTranslateToThePageEndImmediately":"\u30DA\u30FC\u30B8\u4E0B\u90E8\u3078\u306E\u5373\u6642\u7FFB\u8A33\uFF0F\u539F\u6587\u306E\u8868\u793A","browser.toggleTranslateTheMainPage":"\u30DA\u30FC\u30B8\u306E\u30E1\u30A4\u30F3\u30A8\u30EA\u30A2\u3092\u7FFB\u8A33\u3059\u308B\uFF0F\u539F\u6587\u3092\u8868\u793A\u3059\u308B","browser.shareToDraft":"\u30D0\u30A4\u30EA\u30F3\u30AC\u30EB\u30DA\u30FC\u30B8\u3092\u5171\u6709\u3059\u308B","browser.openOptionsPage":"\u8A2D\u5B9A\u30DA\u30FC\u30B8\u3092\u958B\u304F","browser.toggleTranslationMask":"\u4E26\u9032\u30D6\u30E9\u30FC\u52B9\u679C\u306E\u8868\u793A\uFF0F\u975E\u8868\u793A","browser.translateLocalPdfFile":"\u30ED\u30FC\u30AB\u30EB\u306EPDF\u30D5\u30A1\u30A4\u30EB\u3092\u7FFB\u8A33\u3059\u308B","browser.openEbookViewer":"\u5730\u5143\u306E\u96FB\u5B50\u66F8\u7C4D\u3092\u8AAD\u3080","browser.openEbookBuilder":"\u30D0\u30A4\u30EA\u30F3\u30AC\u30EBEPUB\u96FB\u5B50\u66F8\u7C4D\u306E\u5236\u4F5C","browser.translateLocalHtmlFile":"HTML/\u30C6\u30AD\u30B9\u30C8\u30D5\u30A1\u30A4\u30EB\u3092\u7FFB\u8A33\u3059\u308B","browser.donateContext":"\u30B9\u30DD\u30F3\u30B5\u30FC\u7279\u5178\u306B\u3064\u3044\u3066","browser.translateLocalSubtitleFile":"\u30ED\u30FC\u30AB\u30EB\u5B57\u5E55\u30D5\u30A1\u30A4\u30EB\u3092\u7FFB\u8A33\u3059\u308B",confirmResetConfig:"\u672C\u5F53\u306B\u8A2D\u5B9A\u3092\u30EA\u30BB\u30C3\u30C8\u3057\u307E\u3059\u304B\uFF1F",translationLineBreakSettingTitle:"\u7FFB\u8A33\u306E\u6539\u884C\u8A2D\u5B9A",smartLineBreak:"\u30B9\u30DE\u30FC\u30C8\u30E9\u30A4\u30F3\u30D5\u30A3\u30FC\u30C9",alwaysLineBreak:"\u5E38\u306B\u6539\u884C",isShowContextMenu:"\u53F3\u30AF\u30EA\u30C3\u30AF\u30E1\u30CB\u30E5\u30FC\u306B\u7FFB\u8A33\u30DA\u30FC\u30B8\u3092\u8FFD\u52A0",toggleBeta:"\u30D9\u30FC\u30BF\u30C6\u30B9\u30C8\u6A5F\u80FD\u306E\u6709\u52B9\u5316",betaDescription:"\u307E\u3060\u5B9F\u9A13\u6BB5\u968E\u3067\u3042\u308B\u6A5F\u80FD\u3084\u3001\u30D9\u30FC\u30BF\u7248\u306E\u7FFB\u8A33\u30B5\u30FC\u30D3\u30B9\u3092\u6709\u52B9\u306B\u3059\u308B\u3002\u8A73\u3057\u304F\u306F <1>Telegram\u30B0\u30EB\u30FC\u30D7\u306B\u3054\u53C2\u52A0\u304F\u3060\u3055\u3044\u3002",translationLineBreakSettingDescription:"\u30B3\u30F3\u30C6\u30F3\u30C4\u304C\u5C11\u306A\u3044\u30DA\u30FC\u30B8\u3067\u306F\u3001\u5E38\u306B\u304D\u3061\u3093\u3068\u6539\u884C\u3059\u308B\u3002(\u5185\u5BB9\u306E\u591A\u3044\u9577\u3044\u6BB5\u843D({count}\u6587\u5B57\u4EE5\u4E0A)\u3067\u306F\u3001\u30B9\u30DA\u30FC\u30B9\u3092\u7BC0\u7D04\u3059\u308B\u305F\u3081\u306B\u6539\u884C\u3092\u30B9\u30DE\u30FC\u30C8\u306B\u4F7F\u3044\u307E\u3057\u3087\u3046)\u3002",tempTranslateDomainTitle:"\u30A6\u30A7\u30D6\u30B5\u30A4\u30C8\u7FFB\u8A33\u306E\u4E00\u6642\u7684\u306A\u5207\u308A\u66FF\u3048\u671F\u9593",tempTranslateDomainDescription:"\u624B\u52D5\u3067\u30A6\u30A7\u30D6\u30DA\u30FC\u30B8\u3092\u7FFB\u8A33\u3059\u308B\u5834\u5408\u306F\u3001\u4E00\u6642\u7684\u306B\u81EA\u52D5\u7FFB\u8A33\u7528\u306EWeb\u30B5\u30A4\u30C8\u3092\u30AA\u30F3\u306B\u3057\u3001\u4E00\u6642\u7684\u306A\u671F\u9593\u3092\u8A2D\u5B9A\u3059\u308B\u3053\u3068\u304C\u3067\u304D\u307E\u3059\u3002",xMinutes:"{count} \u8B70\u4E8B\u9332",disabled:"\u7269\u306E\u4F7F\u7528\u3092\u7981\u6B62\u3059\u308B\u3002",changelog:"\u66F4\u65B0\u30ED\u30B0",toggleTranslatePageWhenThreeFingersOnTheScreen:"\u8907\u6570\u306E\u6307\u304C\u540C\u6642\u306B\u753B\u9762\u306B\u89E6\u308C\u308B\u3068\u3001\u30A6\u30A7\u30D6\u30DA\u30FC\u30B8\u3092\u7FFB\u8A33\u3057\u305F\u308A\u3001\u539F\u6587\u3092\u8868\u793A\u3057\u305F\u308A\u3059\u308B\u3002",toggleTranslationMaskWhenThreeFingersOnTheScreen:"\u30DE\u30EB\u30C1\u30D5\u30A3\u30F3\u30AC\u30FC\u30BF\u30C3\u30C1\u3067\u307C\u304B\u3057\u52B9\u679C\u3092\u8868\u793A/\u975E\u8868\u793A\u3002",fingerCountToToggleTranslagePageOnlyTranslationWhenTouching:"\u8907\u6570\u306E\u6307\u304C\u540C\u6642\u306B\u753B\u9762\u306B\u89E6\u308C\u308B\u3053\u3068\u3067\u3001\u30A6\u30A7\u30D6\u30DA\u30FC\u30B8\u3092\u7FFB\u8A33\uFF08\u7FFB\u8A33\u306E\u307F\uFF09\uFF0F\u539F\u6587\u3092\u8868\u793A\u3002",addUrlDescription:"\u30C9\u30E1\u30A4\u30F3\u540D\u3092\u6307\u5B9A\u3067\u304D\u3001\u30EF\u30A4\u30EB\u30C9\u30AB\u30FC\u30C9\u3082\u30B5\u30DD\u30FC\u30C8\u3002\u4F8B\uFF1A\uFF1A*.google.com\u3001google.com/mail/*\u3001https://www.google.com/*\u3002",general:"\u57FA\u672C\u8A2D\u5B9A",clickToExpandConfig:"\u73FE\u5728\u306E\u30B3\u30F3\u30D5\u30A3\u30AE\u30E5\u30EC\u30FC\u30B7\u30E7\u30F3\u3092\u62E1\u5927\u3059\u308B",import:"\u30D5\u30A1\u30A4\u30EB\u304B\u3089\u306E\u30A4\u30F3\u30DD\u30FC\u30C8",export:"\u30D5\u30A1\u30A4\u30EB\u3078\u306E\u30A8\u30AF\u30B9\u30DD\u30FC\u30C8",toggleDebug:"\u30B3\u30F3\u30BD\u30FC\u30EB\u306B\u30C7\u30D0\u30C3\u30B0\u30ED\u30B0\u3092\u8868\u793A\u3059\u308B","fingers.0":"\u51DD\u56FA","fingers.2":"\u30C4\u30FC\u30D5\u30A3\u30F3\u30AC\u30FC\u30BF\u30C3\u30C1","fingers.3":"\u30B9\u30EA\u30FC\u30D5\u30A3\u30F3\u30AC\u30FC\u30BF\u30C3\u30C1","fingers.4":"\u30D5\u30A9\u30FC\u30D5\u30A3\u30F3\u30AC\u30FC\u30BF\u30C3\u30C1","fingers.5":"5\u672C\u6307\u30BF\u30C3\u30C1",mouseHoldKey:"+ {key} \u7FFB\u8A33/\u6BB5\u843D\u3092\u5143\u306B\u623B\u3059",mouseHoldKeyAuto:"\u30D1\u30E9\u30B0\u30E9\u30D5\u306E\u76F4\u8A33",mouseHoldKeyOff:"\u4F55\u3082\u3059\u308B\u306A\u3002",mouseHoldKeyOther:"\u30B7\u30E7\u30FC\u30C8\u30AB\u30C3\u30C8\u306E\u30AB\u30B9\u30BF\u30DE\u30A4\u30BA\uFF08\u8A2D\u5B9A\u3092\u958B\u304F\uFF09",mouseHoldKeyCustomKey:"{key} \u30D1\u30E9\u30B0\u30E9\u30D5\u306E\u7FFB\u8A33\uFF0F\u7E2E\u5C0F",mouseHoverHoldKey:"\u30B7\u30E7\u30FC\u30C8\u30AB\u30C3\u30C8\u30AD\u30FC\u3092\u62BC\u3057\u306A\u304C\u3089\u30DE\u30A6\u30B9\u3092\u52D5\u304B\u3059\u3068\u6BB5\u843D\u304C\u7FFB\u8A33\u3055\u308C\u308B","mouse-translate":"\u30DE\u30A6\u30B9\u30DB\u30D0\u30FC",document:"(\u3055\u3093\u3077",resetSuccess:"\u3059\u3079\u3066\u306E\u8A2D\u5B9A\u306E\u30EA\u30BB\u30C3\u30C8\u306B\u6210\u529F",resetThisSuccess:"\u30EA\u30BB\u30C3\u30C8\u6210\u529F",saved:"\u30BB\u30FC\u30D6\u30FB\u30B5\u30AF\u30BB\u30B9",successImportConfig:"\u8A2D\u5B9A\u306E\u30A4\u30F3\u30DD\u30FC\u30C8\u306B\u6210\u529F",goAdvancedSettings:"\u8A73\u7D30\u8A2D\u5B9A\u30DA\u30FC\u30B8\u306B\u79FB\u52D5\u3059\u308B",goAdvancedInterfaceSettings:"\u8A73\u7D30\u30AB\u30B9\u30BF\u30DE\u30A4\u30BA\u8A2D\u5B9A\u30DA\u30FC\u30B8\u306B\u79FB\u52D5\u3059\u308B",advanced:"\u8A73\u7D30\u8A2D\u5B9A",advancedDescription:"\u901A\u5E38\u3001\u8A2D\u5B9A\u306F\u5FC5\u8981\u306A\u304F\u3001\u30C7\u30D5\u30A9\u30EB\u30C8\u306E\u307E\u307E\u3067\u3088\u3044\u3002\u3088\u308A\u5C02\u9580\u7684\u306A\u30E6\u30FC\u30B6\u30FC\u306E\u307F\u3001\u3088\u308A\u30D1\u30FC\u30BD\u30CA\u30E9\u30A4\u30BA\u3055\u308C\u305F\u8A2D\u5B9A\u304C\u53EF\u80FD\u3067\u3059\u3002",developer:"\u30C7\u30D9\u30ED\u30C3\u30D1\u30FC\u8A2D\u5B9A",donateCafe:"\u7269\u4FA1","translate to the bottom of the page":"\u30DA\u30FC\u30B8\u4E0B\u90E8\u3078\u306E\u7FFB\u8A33\u306F\u3001\u30DA\u30FC\u30B8\u306B\u5165\u3063\u3066\u3059\u3050\u306B\u884C\u308F\u308C\u308B\u306E\u3067\u3059\u304B\uFF1F",feedback:"\u554F\u984C\u306B\u95A2\u3059\u308B\u30D5\u30A3\u30FC\u30C9\u30D0\u30C3\u30AF",toggleTranslatePage:"\u30DA\u30FC\u30B8\u3092\u7FFB\u8A33\u3059\u308B\uFF0F\u539F\u6587\u3092\u8868\u793A\u3059\u308B",translateToThePageEndImmediatelyDescription:"\u3053\u306E\u6A5F\u80FD\u3092\u30AA\u30F3\u306B\u3059\u308B\u3068\u3001\u30DA\u30FC\u30B8\u306E\u4E0A\u304B\u3089\u4E0B\u306B\u5165\u529B\u3057\u305F\u5185\u5BB9\u304C\u5373\u5EA7\u306B\u7FFB\u8A33\u3055\u308C\u307E\u3059\u3002\u30AA\u30D5\u306B\u3059\u308B\u3068\u3001\u8AAD\u307F\u306A\u304C\u3089\u7FFB\u8A33\u3055\u308C\u307E\u3059\u3002(\u304A\u52E7\u3081\u3057\u307E\u305B\u3093\uFF09","translate all areas of the page":"\u30DA\u30FC\u30B8\u306E\u5168\u9818\u57DF\u3092\u7FFB\u8A33\u3059\u308B\u304B\u3069\u3046\u304B",translationAreaDescription:"\u30AA\u30F3\u306B\u3059\u308B\u3068\u3001\u30A6\u30A7\u30D6\u30DA\u30FC\u30B8\u5168\u4F53\u306E\u3059\u3079\u3066\u306E\u9818\u57DF\u304C\u7FFB\u8A33\u3055\u308C\u307E\u3059\u3002\u30AA\u30D5\u306B\u3059\u308B\u3068\u3001\u30C7\u30D5\u30A9\u30EB\u30C8\u306E\u30B9\u30DE\u30FC\u30C8\u8A8D\u8B58\u304C\u4F7F\u7528\u3055\u308C\u3001\u4E3B\u8981\u306A\u9818\u57DF\u306E\u307F\u304C\u7FFB\u8A33\u3055\u308C\u307E\u3059\u3002(\u30AA\u30F3\u306B\u3059\u308B\u3053\u3068\u306F\u304A\u52E7\u3081\u3057\u307E\u305B\u3093)","the number of characters to be translated first":"\u8868\u793A\u9818\u57DF\u307E\u3067\u30B9\u30AF\u30ED\u30FC\u30EB\u3059\u308B\u3053\u3068\u306A\u304F\u3001\u30DA\u30FC\u30B8\u306E\u6700\u521D\u306E\u6570\u6587\u5B57\u3092\u76F4\u63A5\u7FFB\u8A33\u3059\u308B\u3002","interface language":"\u30A4\u30F3\u30BF\u30FC\u30D5\u30A7\u30FC\u30B9\u8A00\u8A9E","display both the original text and the translation":"\u539F\u6587\u3068\u8A33\u6587\u306E\u540C\u6642\u8868\u793A","keyboard shortcuts":"\u30AD\u30FC\u30DC\u30FC\u30C9\u30B7\u30E7\u30FC\u30C8\u30AB\u30C3\u30C8",modify:"\u30B7\u30E7\u30FC\u30C8\u30AB\u30C3\u30C8\u30AD\u30FC\u306E\u5909\u66F4",reset:"\u30EA\u30D3\u30B8\u30E7\u30F3",close:"\u51DD\u56FA",homepage:"\u30DB\u30FC\u30E0\u30DA\u30FC\u30B8",more:"\u3082\u3063\u3068\u898B\u308B",moreOptions:"\u30AB\u30B9\u30BF\u30DE\u30A4\u30BA\u30FB\u30AA\u30D7\u30B7\u30E7\u30F3\u306E\u62E1\u5927",translateTheWholePage:"\u30DA\u30FC\u30B8\u306E\u5168\u9818\u57DF\u3092\u7FFB\u8A33\u3059\u308B\uFF08\u4E3B\u8981\u306A\u9818\u57DF\u3092\u30A4\u30F3\u30C6\u30EA\u30B8\u30A7\u30F3\u30C8\u306B\u8A8D\u8B58\u3059\u308B\u306E\u3068\u306F\u5BFE\u7167\u7684\uFF09\u3002",changeToTranslateTheWholePage:"\u5168\u5730\u57DF\u306E\u7FFB\u8A33\u306B\u5207\u308A\u66FF\u3048\u308B",changeToTranslateTheMainPage:"\u30E1\u30A4\u30F3\u30A8\u30EA\u30A2\u306E\u7FFB\u8A33\u306B\u5207\u308A\u66FF\u3048\u308B",changeToOnlyTranslationMode:"\u7FFB\u8A33\u306E\u307F\u3092\u8868\u793A\u3059\u308B\u3088\u3046\u306B\u5207\u308A\u66FF\u3048\u308B",changeToDualTranslationMode:"\u5BFE\u8A33\u3078\u306E\u5207\u308A\u66FF\u3048",translateToThePageEndImmediately:"\u30DA\u30FC\u30B8\u4E0B\u90E8\u3078\u306E\u5373\u6642\u7FFB\u8A33",translateTheMainPage:"\u30A4\u30F3\u30C6\u30EA\u30B8\u30A7\u30F3\u30C8\u7FFB\u8A33 \u4E3B\u8981\u5730\u57DF","The local rules are up to date":"\u5730\u5143\u306E\u9069\u5FDC\u898F\u5B9A\u306F\u6700\u65B0\u306E\u3082\u306E\u3060\u3002","Successfully synchronized with the latest official rules:":"\u6700\u65B0\u306E\u516C\u5F0F\u7AF6\u6280\u898F\u5247\u3068\u306E\u540C\u671F\u306B\u6210\u529F\u3002","Checking for updates":"\u30A2\u30C3\u30D7\u30C7\u30FC\u30C8\u306E\u30C1\u30A7\u30C3\u30AF","Rules are being synchronized":"\u9069\u5FDC\u30EB\u30FC\u30EB\u306E\u540C\u671F\u5316",localVersionIsTooOld:"\u30ED\u30FC\u30AB\u30EB\u306E\u62E1\u5F35\u6A5F\u80FD\u306E\u30D0\u30FC\u30B8\u30E7\u30F3\u304C\u53E4\u3059\u304E\u307E\u3059\u3002\u540C\u671F\u3092\u8A66\u307F\u308B\u524D\u306B\u3001\u62E1\u5F35\u6A5F\u80FD\u3092 {minVersion} \u4EE5\u964D\u306B\u30A2\u30C3\u30D7\u30B0\u30EC\u30FC\u30C9\u3057\u3066\u304F\u3060\u3055\u3044\u3002",badUserscriptBrowser:"\u73FE\u5728\u306E\u30D6\u30E9\u30A6\u30B6\u306F\u30B0\u30EA\u30FC\u30B9\u30E2\u30F3\u30AD\u30FC\u62E1\u5F35\u30A4\u30F3\u30BF\u30FC\u30D5\u30A7\u30A4\u30B9\u3092\u6B63\u3057\u304F\u5B9F\u88C5\u3057\u3066\u3044\u307E\u305B\u3093\uFF08\u4F8B\u3048\u3070\u3001\u30B0\u30EA\u30FC\u30B9\u30E2\u30F3\u30AD\u30FC\u30FB\u30B9\u30AF\u30EA\u30D7\u30C8\u81EA\u4F53\u306E\u30D0\u30FC\u30B8\u30E7\u30F3\u756A\u53F7\u306B\u95A2\u3059\u308B\u60C5\u5831\u3092\u53D6\u5F97\u3059\u308B\u5834\u5408\u306A\u3069\uFF09\u306E\u3067\u3001Firefox\u306A\u3069<1>\u30B0\u30EA\u30FC\u30B9\u30E2\u30F3\u30AD\u30FC\u62E1\u5F35\u3092\u30B5\u30DD\u30FC\u30C8\u3059\u308B\u4ED6\u306E\u30D6\u30E9\u30A6\u30B6\u3092\u3054\u5229\u7528\u304F\u3060\u3055\u3044\u3002",foundNewVersion:"\u65B0\u30D0\u30FC\u30B8\u30E7\u30F3\u3092\u898B\u308B",theLocalExtensionIsUpToUpdate:"\u73FE\u5728\u306E\u30A8\u30AF\u30B9\u30C6\u30F3\u30B7\u30E7\u30F3\u306F\u6700\u65B0\u3060\u3002",failToSyncRules:"\u6700\u65B0\u306E\u9069\u5FDC\u30EB\u30FC\u30EB\u306E\u540C\u671F\u306B\u5931\u6557",retry:"\u30EA\u30C8\u30E9\u30A4\u3059\u308B\u306B\u306F\u3053\u3053\u3092\u30AF\u30EA\u30C3\u30AF",failedReason:"\u5931\u6557\u306E\u7406\u7531",currentRuleVersion:"\u73FE\u5728\u306E\u30EB\u30FC\u30EB\u30FB\u30D0\u30FC\u30B8\u30E7\u30F3",calculating:"\u8A08\u7B97",unknownError:"\u672A\u77E5\u306E\u30A8\u30E9\u30FC",canNotFetchRemoteRule:"\u30EA\u30E2\u30FC\u30C8\u30EB\u30FC\u30EB\u304C\u53D6\u5F97\u3067\u304D\u306A\u3044",enableAlphaSuccess:"\u30A2\u30EB\u30D5\u30A1\u5BFE\u5FDC",disableAlphaSuccess:"\u30A2\u30EB\u30D5\u30A1\u6A5F\u80FD\u306F\u30AA\u30D5",cacheSize:"\u30AD\u30E3\u30C3\u30B7\u30E5\u30FB\u30B5\u30A4\u30BA\uFF1A",cleaning:"\u6E05\u7B97\u4E2D",cleanCache:"\u30AD\u30E3\u30C3\u30B7\u30E5\u3092\u6D88\u53BB\u3059\u308B",options:"\u30BB\u30C3\u30C8\u30A2\u30C3\u30D7",about:"\u306B\u5BFE\u3057\u3066",service:"\u901A\u8A33\u30B5\u30FC\u30D3\u30B9",needAction:"(\u8A2D\u5B9A\u3078\uFF09",goSettings:"\u8A2D\u5B9A\u3059\u308B",needActionForOptions:"(\u8A2D\u5B9A\u4E88\u5B9A\uFF09",translationEngine:"\u30A8\u30F3\u30B8\u30F3\u30FB\u30AA\u30D7\u30B7\u30E7\u30F3",sourceLanguage:"\u539F\u8A9E",target:"\u76EE\u6A19\u8A00\u8A9E",popupSourceLanguage:"\u539F\u8A9E",popupTarget:"\u76EE\u6A19\u8A00\u8A9E",popupService:"\u901A\u8A33\u30B5\u30FC\u30D3\u30B9",forThisSite:"\u73FE\u5728\u306E\u30A6\u30A7\u30D6\u30B5\u30A4\u30C8",autoEnableSubtitle:"\u4E8C\u30AB\u56FD\u8A9E\u5B57\u5E55\u3092\u81EA\u52D5\u7684\u306B\u30AA\u30F3\u306B\u3059\u308B",alwaysTranslate:"\u5E38\u306B\u7FFB\u8A33\u3059\u308B",neverTranslate:"\u6C7A\u3057\u3066\u7FFB\u8A33\u3057\u306A\u3044",alwaysTranslateSomeLanguage:"\u5E38\u306B\u7FFB\u8A33\u3059\u308B {language}",neverTranslateSomeLanguage:"\u6C7A\u3057\u3066\u7FFB\u8A33\u3057\u306A\u3044 {language}",alwaysTranslateSomeSite:"\u5E38\u306B\u7FFB\u8A33\u3059\u308B {hostname}",neverTranslateSomeSite:"\u6C7A\u3057\u3066\u7FFB\u8A33\u3057\u306A\u3044 {hostname}",alwaysTranslateSomeSiteOrWildSite:"\u5E38\u306B\u30B5\u30A4\u30C8\u3092\u7FFB\u8A33\u3059\u308B",alwaysTranslateSomePage:"\u5E38\u306B\u30DA\u30FC\u30B8\u3092\u7FFB\u8A33\u3059\u308B",add:"\u5897\u52A0",default:"\u30C7\u30D5\u30A9\u30EB\u30C8",forThisLanguage:"\u3053\u306E\u8A00\u8A9E\u306E\u5834\u5408\uFF1A","add url":"URL\u3092\u5165\u529B",edit:"\u30B3\u30F3\u30D1\u30A4\u30E9","translate other languages into specific language":"\u4ED6\u306E\u8A00\u8A9E\u3092\u8A2D\u5B9A\u3057\u305F\u8A00\u8A9E\u306B\u7FFB\u8A33\u3059\u308B","select translation service":"\u7FFB\u8A33\u30B5\u30FC\u30D3\u30B9\u306E\u9078\u629E",language:"\u591A\u8A00\u8A9E\u4E3B\u7FA9","show-original":"\u539F\u6587\u3092\u8868\u793A",translate:"\u30EC\u30F3\u30C0\u30EA\u30F3\u30B0",Translated:"\u7FFB\u8A33",Translating:"\u7FFB\u8A33\u4E2D",Error:"\u4E0D\u6B63\u78BA",allowCacheTranslations:"\u30ED\u30FC\u30AB\u30EB\u7FFB\u8A33\u30AD\u30E3\u30C3\u30B7\u30E5\u3092\u6709\u52B9\u306B\u3059\u308B\uFF08\u91CD\u8907\u3057\u305F\u7B87\u6240\u306E\u7FFB\u8A33\u30EA\u30AF\u30A8\u30B9\u30C8\u3092\u6E1B\u3089\u3059\uFF09","translation display":"\u7FFB\u8A33\u8868\u793A\u30B9\u30BF\u30A4\u30EB","select diplay style":"\u4EE5\u4E0B\u306E\u4F8B\u3092\u5177\u4F53\u7684\u306B\u53C2\u7167\u3057\u306A\u304C\u3089\u3001\u7FFB\u8A33\u306E\u30B9\u30BF\u30A4\u30EB\u3092\u533A\u5225\u3059\u308B\u3002",interface:"\u30A4\u30F3\u30BF\u30FC\u30D5\u30A7\u30FC\u30B9\u8A2D\u5B9A",import_export:"\u30A4\u30F3\u30DD\u30FC\u30C8/\u30A8\u30AF\u30B9\u30DD\u30FC\u30C8",import_export_title:"\u30A4\u30F3\u30DD\u30FC\u30C8/\u30A8\u30AF\u30B9\u30DD\u30FC\u30C8\u8A2D\u5B9A",syncToGoogleDrive:"Google\u30C9\u30E9\u30A4\u30D6\u3068\u540C\u671F",floatBallOptions:"\u30DB\u30D0\u30FC\u30DC\u30FC\u30EB\u306E\u8A2D\u5B9A","floatBallOptions.enable":"\u30DB\u30D0\u30FC\u30DC\u30FC\u30EB\u3092\u4F7F\u7528\u53EF\u80FD\u306B\u3059\u308B","floatBallOptions.blockUrls":"\u30A6\u30A7\u30D6\u30B5\u30A4\u30C8\u3092\u7121\u52B9\u306B\u3059\u308B","floatBallOptions.add":"\u5897\u52A0","floatBallOptions.blockUrlDesc":"\u4EE5\u4E0B\u306E\u30B5\u30A4\u30C8\u3067\u306F\u30DB\u30D0\u30FC\u30DC\u30FC\u30EB\u304C\u8868\u793A\u3055\u308C\u307E\u305B\u3093\u3002","floatBallOptions.clickType":"\u30AF\u30EA\u30C3\u30AF\u884C\u52D5","floatBallOptions.clickTypeDesc":"\u30AF\u30EA\u30C3\u30AF\u3057\u305F\u3068\u304D\u306E\u30DB\u30D0\u30FC\u30DC\u30FC\u30EB\u30FB\u30A2\u30A4\u30B3\u30F3\u306E\u52D5\u4F5C","floatBallOptions.clickPopup":"\u7FFB\u8A33\u30D1\u30CD\u30EB\u306E\u8868\u793A","floatBallOptions.clickTranslate":"\u539F\u6587\u306E\u7FFB\u8A33\uFF0F\u8868\u793A","floatBallOptions.fixedPosition":"\u56FA\u5B9A\u4F4D\u7F6E","floatBallOptions.fixedPositionDesc":"\u60AC\u6D6E\u7403\u5728\u7A97\u53E3\u5DE6\u4FA7\u8FD8\u662F\u53F3\u4FA7","floatBallOptions.fixedPositionLeft":"\u5DE6\u4FA7","floatBallOptions.fixedPositionRight":"\u53F3\u4FA7",previewAllThemes:"\u3059\u3079\u3066\u306E\u30B9\u30BF\u30A4\u30EB\u3092\u30D7\u30EC\u30D3\u30E5\u30FC\u3059\u308B","translationTheme.none":"\u306A\u3044","translationTheme.grey":"\u30C0\u30FC\u30AF\u30B0\u30EC\u30FC","translationTheme.dashed":"\u70B9\u7DDA\u4E0B\u7DDA","translationTheme.dotted":"\u70B9\u7DDA\u30A2\u30F3\u30C0\u30FC\u30B9\u30B3\u30A2","translationTheme.dashedBorder":"\u70B9\u7DDA","translationTheme.solidBorder":"\u30BD\u30EA\u30C3\u30C9\u30DC\u30FC\u30C0\u30FC","translationTheme.underline":"\u76F4\u7DDA\u306B\u4E0B\u7DDA\u3092\u5F15\u304F","translationTheme.mask":"\u30D5\u30A1\u30B8\u30FC\u52B9\u679C\uFF08\u5B66\u7FD2\u30E2\u30FC\u30C9\uFF09","translationTheme.opacity":"\u900F\u660E\u52B9\u679C","translationTheme.paper":"\u767D\u3044\u7D19\u306E\u5F71\u306E\u52B9\u679C","translationTheme.dividingLine":"\u308F\u3051\u3081","translationTheme.highlight":"\u9AD8\u8F1D\u5EA6","translationTheme.marker":"\u30DE\u30FC\u30AB\u30FC","translationTheme.marker2":"\u30DE\u30FC\u30AB\u30FC2","translationTheme.blockquote":"\u53C2\u7167\u30B9\u30BF\u30A4\u30EB","translationTheme.weakening":"\u5F31\u4F53\u5316","translationTheme.italic":"\u659C\u4F53","translationTheme.bold":"\u6FC3\u5316","translationTheme.thinDashed":"\u7D30\u70B9\u7DDA\u30A2\u30F3\u30C0\u30FC\u30E9\u30A4\u30F3","translationTheme.nativeDashed":"\u30B7\u30B9\u30C6\u30E0\u306F\u70B9\u7DDA\u306E\u30A2\u30F3\u30C0\u30FC\u30E9\u30A4\u30F3\u4ED8\u304D","translationTheme.nativeDotted":"\u30B7\u30B9\u30C6\u30E0\u306F\u70B9\u7DDA\u306E\u30A2\u30F3\u30C0\u30FC\u30E9\u30A4\u30F3\u4ED8\u304D","translationTheme.nativeUnderline":"\u30B7\u30B9\u30C6\u30E0\u306B\u306F\u76F4\u7DDA\u306E\u30A2\u30F3\u30C0\u30FC\u30E9\u30A4\u30F3\u304C\u4ED8\u5C5E\u3057\u3066\u3044\u308B","translationTheme.wavy":"\u6CE2\u7DDA","translationServices.custom":"\u30AB\u30B9\u30BF\u30E0API","translationServices.tencent":"\u30C6\u30F3\u30BB\u30F3\u30C8\u7FFB\u8A33\u8005","translationServices.tenAlpha":"\u30C6\u30F3\u30BB\u30F3\u30C8\u30FB\u30C8\u30E9\u30F3\u30B9\u30EC\u30FC\u30BF\u30FC\uFF08\u30A2\u30EB\u30D5\u30A1\uFF09","translationServices.google":"\u30B0\u30FC\u30B0\u30EB\u7FFB\u8A33","translationServices.bai":"\u30D0\u30A4\u30C9\u30A5\uFF08\u30A2\u30EB\u30D5\u30A1\uFF09","translationServices.baidu":"\u767E\u5EA6\u306E\u7FFB\u8A33","translationServices.aliyun":"\u30A2\u30EA\u30AF\u30E9\u30A6\u30C9\u7FFB\u8A33","translationServices.volc":"\u706B\u5C71\u7FFB\u8A33","translationServices.deeplx":"DeepLX (\u30D9\u30FC\u30BF)","translationServices.bing":"\u30DE\u30A4\u30AF\u30ED\u30BD\u30D5\u30C8\u7FFB\u8A33","translationServices.deepl":"\u30C7\u30A3\u30FC\u30D7\u30A8\u30EB","translationServices.wechat":"WeChat\u7FFB\u8A33","translationServices.azure":"\u30A2\u30B8\u30E5\u30FC\u30EB\u7FFB\u8A33","translationServices.ibm":"IBM\u30EF\u30C8\u30BD\u30F3","translationServices.aws":"\u30A2\u30DE\u30BE\u30F3\u7FFB\u8A33","translationServices.mock":"\u6A21\u64EC\u7FFB\u8A33","translationServices.mock2":"\u6A21\u64EC\u7FFB\u8A332","translationServices.caiyun":"\u30AB\u30E9\u30D5\u30EB\u306A\u96F2\u3068\u5C0F\u3055\u306A\u7FFB\u8A33","translationServices.cai":"\u30AB\u30E9\u30D5\u30EB\u306A\u96F2\uFF08\u30A2\u30EB\u30D5\u30A1\uFF09","translationServices.volcAlpha":"\u30DC\u30EB\u30B1\u30FC\u30CE\uFF08\u30A2\u30EB\u30D5\u30A1\uFF09","translationServices.openl":"\u30AA\u30FC\u30D7\u30F3L","translationServices.youdao":"Youtube\u7FFB\u8A33","translationServices.you":"Youdao \u7FFB\u8A33\u8005\uFF08\u30A2\u30EB\u30D5\u30A1\uFF09","translationServices.transmart":"\u9A30\u8A0A\u30A4\u30F3\u30BF\u30E9\u30AF\u30C6\u30A3\u30D6\u7FFB\u8A33","translationServices.niu":"\u30DE\u30FC\u30D9\u30EA\u30C3\u30AF\u7FFB\u8A33\u8005","translationServices.papago":"\u30D1\u30D1\u30B4\u7FFB\u8A33","translationServices.d":"D\uFF08\u30A2\u30EB\u30D5\u30A1\uFF09","translationServices.dpro":"D\u30D7\u30ED\uFF08\u30AB\u30CA\u30EA\u30A2\uFF09","translationServices.openai":"\u30AA\u30FC\u30D7\u30F3AI","translationServices.chatgpt":"ChatGPT Web(3.5 mobile)","translate title":"\u30DA\u30FC\u30B8\u30BF\u30A4\u30C8\u30EB\u3092\u7FFB\u8A33\u3059\u308B","always languages":"\u5E38\u306B\u8A00\u8A9E\u3092\u7FFB\u8A33\u3059\u308B",neverTranslateLanguagesLabel:"\u7FFB\u8A33\u3055\u308C\u308B\u3053\u3068\u306E\u306A\u3044\u8A00\u8A9E",neverTranslateTheFollowingLanguagesDescription:"\u30DA\u30FC\u30B8\u4E0A\u306E\u6BB5\u843D\u304C\u4EE5\u4E0B\u306E\u8A00\u8A9E\u306E\u3044\u305A\u308C\u304B\u3067\u3042\u308B\u5834\u5408\u3001\u7FFB\u8A33\u306F\u30B9\u30AD\u30C3\u30D7\u3055\u308C\u307E\u3059\u3002",enableUserscriptPagePopup:"\u30DA\u30FC\u30B8\u306B\u30DB\u30D0\u30FC\u30DC\u30FC\u30EB\u3092\u8868\u793A",enableUserscriptPagePopupDescription:"\u30DB\u30D0\u30FC\u30DC\u30FC\u30EB\u3092\u30AA\u30D5\u306B\u3057\u305F\u5F8C\u306F\u3001\u30B7\u30E7\u30FC\u30C8\u30AB\u30C3\u30C8 /{touch}\u3067\u547C\u3073\u51FA\u3059\u3053\u3068\u304C\u3067\u304D\u307E\u3059\u3002\u3046\u3063\u304B\u308A\u3053\u306E\u30AA\u30D7\u30B7\u30E7\u30F3\u3092\u30AA\u30D5\u306B\u3057\u305F\u5F8C\u3001\u30DB\u30D0\u30FC\u30DC\u30FC\u30EB\u3092\u898B\u3064\u3051\u3089\u308C\u306A\u304F\u306A\u308B\u306E\u3092\u9632\u3050\u305F\u3081\u3001\u3053\u306E\u8A2D\u5B9A\u30DA\u30FC\u30B8\u3092\u30D6\u30C3\u30AF\u30DE\u30FC\u30AF\u3057\u3066\u304A\u304F\u3053\u3068\u3092\u5F37\u304F\u304A\u52E7\u3081\u3057\u307E\u3059\uFF01","always translate the following languages":"\u30DA\u30FC\u30B8\u304C\u6B21\u306E\u8A00\u8A9E\u306E1\u3064\u3067\u3042\u308B\u3068\u304D\u81EA\u52D5\u7684\u306B\u30BF\u30FC\u30B2\u30C3\u30C8\u8A00\u8A9E\u306B\u7FFB\u8A33\u3059\u308B","always sites":"\u5E38\u306B\u7FFB\u8A33\u3055\u308C\u305F\u30A6\u30A7\u30D6\u30B5\u30A4\u30C8","always translate the following sites":"\u306E\u30C9\u30E1\u30A4\u30F3\u540D\u3067\u3042\u308C\u3070\u3001\u30A6\u30A7\u30D6\u30B5\u30A4\u30C8\u306F\u81EA\u52D5\u7684\u306B\u30BF\u30FC\u30B2\u30C3\u30C8\u8A00\u8A9E\u306B\u7FFB\u8A33\u3055\u308C\u308B\u3002","never sites":"\u672A\u7FFB\u8A33\u30B5\u30A4\u30C8","never translate the following sites":"\u4EE5\u4E0B\u306E\u30C9\u30E1\u30A4\u30F3\u306E\u30B5\u30A4\u30C8\u3067\u306F\u3001\u7FFB\u8A33\u306F\u884C\u308F\u308C\u307E\u305B\u3093\u3002","please refer to":"\u4F7F\u7528\u3059\u308B\u524D\u306B\u30AD\u30FC\u3092\u5165\u529B\u3059\u308B\u5FC5\u8981\u304C\u3042\u308A\u307E\u3059\u3002",KeyAndConfigurationTutorial:"\u30AD\u30FC\u30FB\u30A2\u30D7\u30EA\u30B1\u30FC\u30B7\u30E7\u30F3\u3068\u30B3\u30F3\u30D5\u30A3\u30AE\u30E5\u30EC\u30FC\u30B7\u30E7\u30F3\u30FB\u30C1\u30E5\u30FC\u30C8\u30EA\u30A2\u30EB",useAboveStyleForTheseSites:"\u4EE5\u4E0B\u306E\u30C9\u30E1\u30A4\u30F3\u306E\u30B5\u30A4\u30C8\u3067\u306F\u3001\u5E38\u306B \u2308{theme}\u230B \u7FFB\u8A33\u30B9\u30BF\u30A4\u30EB\u3092\u4F7F\u7528\u3057\u307E\u3059\u3002",currentUrl:"\u73FE\u5728\u306EURL",confirm:"\u30BB\u30FC\u30D6",cancel:"\u30AD\u30E3\u30F3\u30BB\u30EB",delete:"\u9664\u53BB","languages.auto":"\u81EA\u52D5\u691C\u51FA",syncToCloud:"\u30B0\u30FC\u30B0\u30EB\u30C9\u30E9\u30A4\u30D6\u306B\u540C\u671F",syncToCloudDescription:"\u30AF\u30E9\u30A6\u30C9\u306B\u30A2\u30C3\u30D7\u30ED\u30FC\u30C9\u3055\u308C\u305F\u30B3\u30F3\u30D5\u30A3\u30AE\u30E5\u30EC\u30FC\u30B7\u30E7\u30F3\u306F\u3001\u7570\u306A\u308B\u30D6\u30E9\u30A6\u30B6\u30FC\uFF0F\u30B0\u30EA\u30FC\u30B9\u30E2\u30F3\u30AD\u30FC\u30FB\u30B9\u30AF\u30EA\u30D7\u30C8\u9593\u3067\u540C\u671F\u3055\u305B\u308B\u3053\u3068\u304C\u3067\u304D\u308B\u3002",syncToAccount:"\u30A4\u30DE\u30FC\u30B7\u30D6\u7FFB\u8A33\u30AF\u30E9\u30A6\u30C9\u3078\u306E\u540C\u671F",syncToAccountButton:"\u30AF\u30E9\u30A6\u30C9\u3068\u306E\u5373\u6642\u540C\u671F",syncToAccountDescription:"\u7570\u306A\u308B\u30C7\u30D0\u30A4\u30B9\u9593\u3067\u3001\u6700\u5F8C\u306B\u5909\u66F4\u3055\u308C\u305F\u65B9\u306E\u8A2D\u5B9A\u3092\u81EA\u52D5\u7684\u306B\u540C\u671F\u3057\u307E\u3059\u3002",successSyncConfigInAccount:"\u30AF\u30E9\u30A6\u30C9\u3068\u306E\u540C\u671F\u306B\u6210\u529F",successSyncConfigToAccount:"\u30AF\u30E9\u30A6\u30C9\u3078\u306E\u540C\u671F\u306B\u6210\u529F",syncConfigNoUpdate:"\u3082\u3046\u6700\u65B0\u306E\u3082\u306E\u3060\u3002",authFail:"\u8A8D\u8A3C\u5931\u6557",syncTitle:"\u624B\u52D5\u30D0\u30C3\u30AF\u30A2\u30C3\u30D7\u7BA1\u7406",import_hint:"\u30A4\u30F3\u30DD\u30FC\u30C8",upload:"\u30A2\u30C3\u30D7\u30ED\u30FC\u30C9",revokeAuth:"\u8A8D\u53EF\u306E\u53D6\u308A\u6D88\u3057",uploadFail:"\u30A2\u30C3\u30D7\u30ED\u30FC\u30C9\u5931\u6557",download:"\u30C0\u30A6\u30F3\u30ED\u30FC\u30C9",importSuccess:"\u8F38\u5165\u306B\u6210\u529F",importFail:"\u30A4\u30F3\u30DD\u30FC\u30C8\u5931\u6557",deleteFail:"\u524A\u9664\u306B\u5931\u6557\u3057\u307E\u3057\u305F",backupToCloud:"\u30D0\u30C3\u30AF\u30A2\u30C3\u30D7\u30D5\u30A1\u30A4\u30EB\u306E\u624B\u52D5\u7BA1\u7406",create_new_backup:"\u65B0\u3057\u3044\u30D0\u30C3\u30AF\u30A2\u30C3\u30D7\u30CE\u30FC\u30C9\u3092\u8FFD\u52A0\u3059\u308B",maxBackupFiles:"\u6700\u5927{count}\u7570\u306A\u308B\u30CE\u30FC\u30C9\u3092\u30D0\u30C3\u30AF\u30A2\u30C3\u30D7\u3067\u304D\u307E\u3059\u3002\u4E0D\u8981\u306A\u30CE\u30FC\u30C9\u306F\u524A\u9664\u3057\u3066\u304F\u3060\u3055\u3044\u3002",backupToCloudDescription:"\u30D0\u30C3\u30AF\u30A2\u30C3\u30D7\u30D5\u30A1\u30A4\u30EB\u3092\u624B\u52D5\u3067\u30A2\u30C3\u30D7\u30ED\u30FC\u30C9\u307E\u305F\u306F\u30EA\u30B9\u30C8\u30A2\u3002",successSyncConfig:"\u30AF\u30E9\u30A6\u30C9\u3068\u306E\u540C\u671F\u306B\u6210\u529F",syncFail:"\u540C\u671F\u5931\u6557",updatedAt:"{date}\u3088\u308A\u66F4\u65B0",lastSyncedAt:"\u6700\u7D42\u78BA\u8A8D\uFF1A {date}",downloadFail:"\u30C0\u30A6\u30F3\u30ED\u30FC\u30C9\u306B\u5931\u6557\u3057\u307E\u3057\u305F",clickToDownload:"\u30AF\u30EA\u30C3\u30AF\u3057\u3066\u30C0\u30A6\u30F3\u30ED\u30FC\u30C9",aboutLabel:"\u30D5\u30A3\u30FC\u30C9\u30D0\u30C3\u30AF","browser.openAboutPage":"\u3054\u610F\u898B\u30FB\u3054\u611F\u60F3",aboutLabelWithoutSponsor:"\u30D5\u30A3\u30FC\u30C9\u30D0\u30C3\u30AF",aboutIntro:"\u30A4\u30F3\u30BF\u30FC\u30CD\u30C3\u30C8\u4E0A\u306E\u81A8\u5927\u306A\u5916\u56FD\u8A9E\u60C5\u5831\u3078\u306E\u30A2\u30AF\u30BB\u30B9\u304C\u3088\u308A\u7C21\u5358\u3067\u697D\u3057\u3044\u3082\u306E\u306B\u306A\u308A\u307E\u3059\u3088\u3046\u306B \u2764\uFE0F <6>\u30D7\u30ED\u30E1\u30F3\u30D0\u30FC\u30B7\u30C3\u30D7\u3092 \u6709\u52B9\u306B\u3057\u3066\u3001\u3059\u3050\u306B\u4F7F\u3048\u308BDeepL\u3068OpenAI\u306E\u7FFB\u8A33\u3092\u3054\u5229\u7528\u304F\u3060\u3055\u3044\u3002

<3>Twitter\u3001<4>Telegram\u3001Weibo\u3001WeChat\u3067\u79C1\u305F\u3061\u3092\u30D5\u30A9\u30ED\u30FC\u3059\u308B\u304B\u3001\u4EE5\u4E0B\u306E<5>\u30E1\u30FC\u30EA\u30F3\u30B0\u30EA\u30B9\u30C8\u306B\u767B\u9332\u3057\u3066\u66F4\u65B0\u3092\u8FFD\u8DE1\u3059\u308B\u3053\u3068\u304C\u3067\u304D\u307E\u3059\u3002
<7>\u30D7\u30ED\u4F1A\u54E1\u306E \u65B9\u306F\u3001 <8>support@immersivetranslate.com \u307E\u3067\u3054\u9023\u7D61\u3044\u305F\u3060\u3051\u308C\u3070\u3001\u8FC5\u901F\u306A\u30AB\u30B9\u30BF\u30DE\u30FC\u30B5\u30FC\u30D3\u30B9\u3092\u3054\u63D0\u4F9B\u3044\u305F\u3057\u307E\u3059\u3002",aboutIntroWithoutSponsor:"\u2764\uFE0F

<3>\u30C4\u30A4\u30C3\u30BF\u30FC\u3001<4>\u30C6\u30EC\u30B0\u30E9\u30E0\u30FB\u30C1\u30E3\u30F3\u30CD\u30EB\u3001WeChat\u3001WeChat Exchange\u3067\u30D5\u30A9\u30ED\u30FC\u3057\u3066\u3044\u305F\u3060\u304F\u304B\u3001\u4EE5\u4E0B\u306E<5>E\u30E1\u30FC\u30EB\u3067\u66F4\u65B0\u60C5\u5831\u3092<5>\u8CFC\u8AAD\u3057\u3066\u304F\u3060\u3055\u3044\u3002",projectHomepage:"\u30D7\u30ED\u30B8\u30A7\u30AF\u30C8\u30FB\u30DB\u30FC\u30E0",joinTelegramGroup:"\u30E6\u30FC\u30B6\u30FC\u30B0\u30EB\u30FC\u30D7\u306B\u53C2\u52A0\u3057\u3066\u3001\u6A5F\u80FD\u306B\u95A2\u3059\u308B\u30C7\u30A3\u30B9\u30AB\u30C3\u30B7\u30E7\u30F3\u306B\u53C2\u52A0",wechatPublicAccount:"WeChat\u30D1\u30D6\u30EA\u30C3\u30AF",wechatCommunities:"WeChat\u4EA4\u6D41\u30B0\u30EB\u30FC\u30D7",qqCommunities:"QQ\u30B3\u30DF\u30E5\u30CB\u30B1\u30FC\u30B7\u30E7\u30F3\u30C1\u30E3\u30F3\u30CD\u30EB",joinTelegramChannel:"\u6700\u65B0\u60C5\u5831\u306FTelegram\u30C1\u30E3\u30F3\u30CD\u30EB\u3092\u30D5\u30A9\u30ED\u30FC",feedbackAndJoin:"\u8CEA\u554F \u30D5\u30A3\u30FC\u30C9\u30D0\u30C3\u30AF / \u30B0\u30EB\u30FC\u30D7\u8FFD\u52A0",autoSync:"\u81EA\u52D5\u6642\u523B\u540C\u671F",loadingThemeTitle:"\u30ED\u30FC\u30C7\u30A3\u30F3\u30B0\u30FB\u30B9\u30BF\u30A4\u30EB",loadingThemeDescription:"\u7FFB\u8A33\u30ED\u30FC\u30C9\u5F85\u3061\u6642\u9593\u306E\u30B9\u30BF\u30A4\u30EB\u8A2D\u5B9A","loadingTheme.spinner":"\u56DE\u8EE2\u30A2\u30CB\u30E1\u30FC\u30B7\u30E7\u30F3","loadingTheme.text":"\u9759\u7684\u30C6\u30AD\u30B9\u30C8 ","loadingTheme.none":"\u8868\u793A\u306A\u3057",developerDescription:"\u9AD8\u5EA6\u306A\u30AB\u30B9\u30BF\u30DE\u30A4\u30BA\u306B\u95A2\u3059\u308B\u30C9\u30AD\u30E5\u30E1\u30F3\u30C8\u306F<1>\u3053\u3061\u3089\u3092\u3054\u89A7\u304F\u3060\u3055\u3044\u3002","edit border color":"\u30DC\u30FC\u30C0\u30FC\u30AB\u30E9\u30FC\u306E\u5909\u66F4",successSyncButNoChange:"\u73FE\u5728\u306E\u30B3\u30F3\u30D5\u30A3\u30AE\u30E5\u30EC\u30FC\u30B7\u30E7\u30F3\u306F\u30AF\u30E9\u30A6\u30C9\u3068\u4E00\u81F4\u3057\u3066\u3044\u308B",customTheme:"\u30AB\u30B9\u30BF\u30E0\u30AB\u30E9\u30FC\u3068\u30B5\u30A4\u30BA","customThemeLabel.borderColor":"\u30DC\u30FC\u30C0\u30FC\u30AB\u30E9\u30FC","customThemeLabel.borderRadius":"\u4E38\u307F\u3092\u5E2F\u3073\u305F\u30A8\u30C3\u30B8","customThemeLabel.textColor":"\u30C6\u30AD\u30B9\u30C8\u30AB\u30E9\u30FC","customThemeLabel.backgroundColor":"\u80CC\u666F\u8272","customThemeLabel.zoom":"\u30D5\u30A9\u30F3\u30C8\u30FB\u30B9\u30B1\u30FC\u30EA\u30F3\u30B0 (%)","customThemeLabel.opacity":"\u30C6\u30AD\u30B9\u30C8\u306E\u4E0D\u900F\u660E\u5EA6 (%)",resetToDefaultColor:"\u30C7\u30D5\u30A9\u30EB\u30C8\u30AB\u30E9\u30FC\u306B\u623B\u3059",resetToDefaultSettings:"\u30C7\u30D5\u30A9\u30EB\u30C8\u8A2D\u5B9A\u306B\u623B\u3059",isTranslateTitle:"\u30DA\u30FC\u30B8\u30BF\u30A4\u30C8\u30EB\u306E\u7FFB\u8A33\u3092\u6709\u52B9\u306B\u3059\u308B",isTranslateTitleDescription:"\u30AA\u30F3\u306B\u3059\u308B\u3068\u3001\u30DA\u30FC\u30B8\u30BF\u30A4\u30C8\u30EB\u304C\u7FFB\u8A33\u3055\u308C\u307E\u3059",enableSearchEnhancement:"\u30D0\u30A4\u30EA\u30F3\u30AC\u30EB\u30E1\u30C3\u30BB\u30FC\u30B8\u3092\u6709\u52B9\u306B\u3059\u308B",enableSearchEnhancementDescription:"\u6709\u52B9\u306B\u3059\u308B\u3068\u3001\u5BFE\u5FDC\u30B5\u30A4\u30C8\uFF08Google News\u3001Google Search\uFF08\u4E00\u90E8\u30AD\u30FC\u30EF\u30FC\u30C9\uFF09\u3001Snowball\u3001Oriental Fortune\u3001Futura\u3001Tiger Community\uFF09\u306E\u53F3\u30AB\u30E9\u30E0\u306B\u3001\u8A72\u5F53\u3059\u308B\u82F1\u8A9E\u30AD\u30FC\u30EF\u30FC\u30C9\u3067\u300CGoogle News\u300D\u306E\u691C\u7D22\u7D50\u679C\u304C\u81EA\u52D5\u7684\u306B\u8868\u793A\u3055\u308C\u308B\u3088\u3046\u306B\u306A\u308A\u307E\u3059\u3002",verifyService:"\u30B5\u30FC\u30D3\u30B9\u306E\u30C6\u30B9\u30C8\u306F\u3053\u3061\u3089",verified:"\u6210\u529F\u306E\u78BA\u8A8D","field.langs":"\u5BFE\u5FDC\u8A00\u8A9E\u30B3\u30FC\u30C9","field.model":"\u30E2\u30C7\u30EA\u30F3\u30B0","field.translationEngine":"\u7FFB\u8A33\u30A8\u30F3\u30B8\u30F3","field.limitPerMinute":"1\u5206\u3042\u305F\u308A\u306E\u6700\u5927\u30EA\u30AF\u30A8\u30B9\u30C8\u6570","field.limitPerSecond":"1\u79D2\u3042\u305F\u308A\u306E\u6700\u5927\u30EA\u30AF\u30A8\u30B9\u30C8\u6570","field.maxTextLengthPerRequest":"\u30EA\u30AF\u30A8\u30B9\u30C8\u3054\u3068\u306E\u6700\u5927\u30C6\u30AD\u30B9\u30C8\u9577","field.maxTextGroupLengthPerRequest":"\u30EA\u30AF\u30A8\u30B9\u30C8\u3054\u3068\u306E\u6700\u5927\u6BB5\u843D\u6570","field.apiUrl":"\u30AB\u30B9\u30BF\u30E0API\u30A4\u30F3\u30BF\u30FC\u30D5\u30A7\u30FC\u30B9\u306E\u30A2\u30C9\u30EC\u30B9","field.placeholderDelimiters":"\u4E88\u7D04\u30D7\u30EC\u30FC\u30B9\u30DB\u30EB\u30C0","description.custom":"\u30AB\u30B9\u30BF\u30E0\u30A4\u30F3\u30BF\u30FC\u30D5\u30A7\u30FC\u30B9\u30A2\u30AF\u30BB\u30B9 \u8981\u30C9\u30AD\u30E5\u30E1\u30F3\u30C6\u30FC\u30B7\u30E7\u30F3","description.limitPerMinute":"\u3053\u306E\u5236\u9650\u3092\u8D85\u3048\u305F\u30EA\u30AF\u30A8\u30B9\u30C8\u306F\u3001\u6B21\u306E\u5206\u304C\u59CB\u307E\u308B\u307E\u3067\u30AD\u30E5\u30FC\u306B\u5165\u308A\u307E\u3059\u3002OpenAI\u306E\u73FE\u5728\u306E\u30B5\u30FC\u30D3\u30B9\u306B\u306F\u3055\u307E\u3056\u307E\u306A\u5236\u9650\u304C\u3042\u308B\u305F\u3081\u3001\u6700\u65B0\u306E\u63A8\u5968\u5024\u306F<1>\u3053\u3061\u3089\u3092\u3054\u89A7\u304F\u3060\u3055\u3044\u3002","description.limitPerSecond":"\u3053\u306E\u5236\u9650\u3092\u8D85\u3048\u305F\u30EA\u30AF\u30A8\u30B9\u30C8\u306F\u3001\u6B21\u306E\u79D2\u304C\u59CB\u307E\u308B\u307E\u3067\u30AD\u30E5\u30FC\u306B\u5165\u308A\u307E\u3059\u3002OpenAI\u306E\u73FE\u5728\u306E\u30B5\u30FC\u30D3\u30B9\u306B\u306F\u3055\u307E\u3056\u307E\u306A\u5236\u9650\u304C\u3042\u308B\u305F\u3081\u3001\u6700\u65B0\u306E\u63A8\u5968\u5024\u306F<1>\u3053\u3061\u3089\u3092\u3054\u89A7\u304F\u3060\u3055\u3044\u3002","description.generalLimitPerSecond":"\u3053\u306E\u5236\u9650\u3092\u8D85\u3048\u305F\u30EA\u30AF\u30A8\u30B9\u30C8\u306F\u3001\u6B21\u306E\u79D2\u304C\u59CB\u307E\u308B\u307E\u3067\u30AD\u30E5\u30FC\u306B\u5165\u308B\u3002","description.prompt":"\u30E6\u30FC\u30B6\u30FC\u3068\u3057\u3066 {service} \u306B\u9001\u4FE1\u3055\u308C\u308B\u5BFE\u8A71\u3067\u3001{{text}} \u306F\u6BB5\u843D\u306E\u30C6\u30AD\u30B9\u30C8\u5185\u5BB9\u3092\u793A\u3057\u3001{{from}} \u306F\u6BB5\u843D\u306E\u8A00\u8A9E\u3092\u793A\u3057\u3001{{to}} \u306F\u76EE\u6A19\u8A00\u8A9E\u3092\u793A\u3057\u307E\u3059\u3002","description.maxTextLengthPerRequest":"\u30EA\u30AF\u30A8\u30B9\u30C8\u3042\u305F\u308A\u306E\u6700\u5927\u6587\u5B57\u6570\u304C\u5927\u304D\u3059\u304E\u308B\u3068\u3001\u30A4\u30F3\u30BF\u30FC\u30D5\u30A7\u30FC\u30B9\u306E\u5FDC\u7B54\u304C\u9045\u304F\u306A\u308B\u306E\u3067\u3001\u3053\u306E\u30AA\u30D7\u30B7\u30E7\u30F3\u3092\u8ABF\u6574\u3057\u3066\u901F\u5EA6\u3092\u6700\u9069\u5316\u3057\u3066\u304F\u3060\u3055\u3044\u3002","description.systemPrompt":"\u30B7\u30B9\u30C6\u30E0\u3068\u3057\u3066OpenAI\u306B\u9001\u3089\u308C\u308B\u30C0\u30A4\u30A2\u30ED\u30B0\u3002 {{text}} \u306F\u6BB5\u843D\u306E\u30C6\u30AD\u30B9\u30C8\u5185\u5BB9\u3001{{from}} \u306F\u6BB5\u843D\u306E\u8A00\u8A9E\u3001{{to}} \u306F\u30BF\u30FC\u30B2\u30C3\u30C8\u8A00\u8A9E\u3092\u793A\u3059\u3002","field.domain":"\u30EC\u30A2\u30EB","description.domain":"\u30C7\u30D5\u30A9\u30EB\u30C8\u306F\uFF1Ageneral \u3067\u3059\u3002Arima API \u30B3\u30F3\u30BD\u30FC\u30EB\u3067\u30C9\u30E1\u30A4\u30F3\u5909\u63DB\u304C\u6709\u52B9\u306B\u306A\u3063\u3066\u3044\u308B\u5834\u5408\u306E\u307F\u8A2D\u5B9A\u3067\u304D\u307E\u3059\u3002","field.scene":"\u53D6\u308B","description.scene":"\u30C7\u30D5\u30A9\u30EB\u30C8\u306F\uFF1A\u4E00\u822C\u3067\u3059\u3002AliCloud API\u30B3\u30F3\u30BD\u30FC\u30EB\u3067Machine Translation Pro\u3092\u958B\u3044\u305F\u5834\u5408\u306E\u307F\u8A2D\u5B9A\u3067\u304D\u307E\u3059\u3002","field.vocabId":"\u30E6\u30FC\u30B6\u30FC\u8F9E\u66F8ID","description.vocabId":"\u6307\u5B9A\u3055\u308C\u305F\u8F9E\u66F8out_id\u306F\u3001\u73FE\u5728\u3001\u82F1\u8A9E\u304B\u3089\u4E2D\u56FD\u8A9E\u3078\u306E\u7FFB\u8A33\u3092\u30B5\u30DD\u30FC\u30C8\u3057\u3066\u3044\u308B\u3002","description.model":"OpenAI\u306E\u30E2\u30C7\u30EB\u306F\u3001gpt-3.5-turbo\u3001gpt-4\u306A\u3069\u3002","description.maxTextGroupLengthPerRequest":"\u4E00\u5EA6\u306B\u7FFB\u8A33\u30B5\u30FC\u30D3\u30B9\u306B\u9001\u4FE1\u3055\u308C\u308B\u6BB5\u843D\u6570\u3002\u6BB5\u843D\u6570\u304C\u591A\u3059\u304E\u308B\u3068\u3001\u30A4\u30F3\u30BF\u30FC\u30D5\u30A7\u30FC\u30B9\u306E\u5FDC\u7B54\u304C\u9045\u304F\u306A\u308B\u3053\u3068\u304C\u3042\u308A\u307E\u3059\u3002","description.apiUrl":"\u5177\u4F53\u7684\u306AURL\u3068\u30D1\u30B9\u3001<1>\u3088\u308A\u8A73\u3057\u3044\u8AAC\u660E\u3092\u8FFD\u52A0\u3057\u3066\u304F\u3060\u3055\u3044\u3002",enabledExtension:"\u30A8\u30AF\u30B9\u30C6\u30F3\u30B7\u30E7\u30F3\u306E\u6709\u52B9\u5316",clickToDisableExtension:"\u30AF\u30EA\u30C3\u30AF\u3057\u3066\u62E1\u5F35\u6A5F\u80FD\u3092\u7121\u52B9\u306B\u3059\u308B",clickToEnableExtension:"\u30AF\u30EA\u30C3\u30AF\u3057\u3066\u62E1\u5F35\u6A5F\u80FD\u3092\u6709\u52B9\u306B\u3059\u308B",hasBeenDisabled:"\u4F7F\u7528\u4E0D\u80FD","show password":"\u30D1\u30B9\u30EF\u30FC\u30C9\u3092\u8868\u793A\u3059\u308B",customContent:"\u30AB\u30B9\u30BF\u30E0\u30E2\u30C7\u30EB\u540D\u3092\u5165\u529B",inputOptions:"\u5165\u529B\u30DC\u30C3\u30AF\u30B9\u306E\u5F37\u5316",mouseHoverOptions:"\u30DE\u30A6\u30B9\u30DB\u30D0\u30FC",modifyMouseHoverKey:"\u30DE\u30A6\u30B9\u30DB\u30D0\u30FC\u30B7\u30E7\u30FC\u30C8\u30AB\u30C3\u30C8\u306E\u5909\u66F4",enableInputTranslation:"\u5165\u529B\u30DC\u30C3\u30AF\u30B9\u306E\u62E1\u5F35\u3092\u6709\u52B9\u306B\u3059\u308B\u304B\u3069\u3046\u304B",enableInputTranslationDescription:"\u6709\u52B9\u5316\u3057\u305F\u3089\u3001 {startingKey}{startingKey} hello \u3068\u5165\u529B\u30DC\u30C3\u30AF\u30B9\u306B\u76F4\u63A5\u5165\u529B\u3057\u3001{inputTrailingTriggerKeyRepeatTimes}times{trailingKey}\u3092\u7D20\u65E9\u304F\u62BC\u3057\u3066\u3001 {inputTargetLanguage}\u306B\u5909\u63DB\u3059\u308B\u3002",enableInputTranslationDescriptionForNoneKey:"\u6709\u52B9\u306B\u3057\u305F\u3089\u3001\uFF1AHello World\u3068\u5165\u529B\u30DC\u30C3\u30AF\u30B9\u306B\u76F4\u63A5\u5165\u529B\u3057\u3001{inputTrailingTriggerKeyRepeatTimes}{trailingKey}\u3092\u7D20\u65E9\u304F\u62BC\u3057\u3066\u3001\u30C7\u30D5\u30A9\u30EB\u30C8\u306E\u30BF\u30FC\u30B2\u30C3\u30C8\u8A00\u8A9E\u306B\u7FFB\u8A33\u3059\u308B\u3002",inputTargetLanguage:"\u5165\u529B\u30DC\u30C3\u30AF\u30B9\u306E\u30C7\u30D5\u30A9\u30EB\u30C8\u30BF\u30FC\u30B2\u30C3\u30C8\u8A00\u8A9E\u306E\u8A2D\u5B9A",inputTargetLanguageDescription:"\u5165\u529B\u30DC\u30C3\u30AF\u30B9\u7FFB\u8A33\u306E\u30C7\u30D5\u30A9\u30EB\u30C8\u30BF\u30FC\u30B2\u30C3\u30C8\u8A00\u8A9E\u3001\u3059\u306A\u308F\u3061\u3001\u30C8\u30EA\u30AC\u30FC\u30EF\u30FC\u30C9\u306E\u30C7\u30D5\u30A9\u30EB\u30C8\u8A00\u8A9E\u3068\u3057\u3066 {startingKey}{startingKey}",inputTargetLanguageDescriptionForNoneKey:"\u5165\u529B\u30DC\u30C3\u30AF\u30B9\u7FFB\u8A33\u306E\u30C7\u30D5\u30A9\u30EB\u30C8\u30BF\u30FC\u30B2\u30C3\u30C8\u8A00\u8A9E",inputStartingTriggerKeyTitle:"\u5165\u529B\u30DC\u30C3\u30AF\u30B9\u306E\u90E8\u5206\u7FFB\u8A33\u306E\u305F\u3081\u306E\u5206\u5272\u6587\u5B57\u306E\u8A2D\u5B9A",inputStartingTriggerKeyDescription:"\u5165\u529B\u30DC\u30C3\u30AF\u30B9\u5168\u4F53\u3092\u7FFB\u8A33\u3059\u308B\u5FC5\u8981\u304C\u306A\u3044\u5834\u5408\u3001\u30B9\u30D7\u30EA\u30C3\u30BF\u30FC\u306F {startingKey}{startingKey} \u304B\u3089\u5165\u529B\u30DC\u30C3\u30AF\u30B9\u306E\u6700\u5F8C\u307E\u3067\u306E\u90E8\u5206\u3060\u3051\u3092\u7FFB\u8A33\u3059\u308B\u3053\u3068\u304C\u3067\u304D\u307E\u3059\u3002\u307E\u305F\u3001\u8A00\u8A9E\u30B3\u30FC\u30C9\u3092\u6307\u5B9A\u3059\u308B\u3053\u3068\u3082\u3067\u304D\u307E\u3059\u3002\u4F8B\u3048\u3070\u3001\uFF1A{startingKey}ja \u306F {startingKey}ja \u304B\u3089\u5165\u529B\u30DC\u30C3\u30AF\u30B9\u306E\u6700\u5F8C\u307E\u3067\u306E\u90E8\u5206\u3060\u3051\u3092\u7FFB\u8A33\u3059\u308B\u3053\u3068\u3092\u610F\u5473\u3057\u307E\u3059\u3002",inputStartingTriggerKeyDescriptionForNoneKey:"\u73FE\u5728\u306E\u63A5\u982D\u8F9E\u306A\u3057\u306E\u8A2D\u5B9A\u306F\u4E0D\u8981\u3067\u3042\u308A\u3001\u5165\u529B\u30DC\u30C3\u30AF\u30B9\u306E\u4E00\u90E8\u306E\u30C6\u30AD\u30B9\u30C8\u306E\u7FFB\u8A33\u6A5F\u80FD\u306F\u73FE\u6642\u70B9\u3067\u306F\u5229\u7528\u3067\u304D\u306A\u3044\u3002",inputTrailingTriggerKeyTitle:"\u5165\u529B\u7D42\u4E86\u30C8\u30EA\u30AC\u30FC\u6587\u5B57\u3092\u9078\u629E\u3059\u308B",inputTrailingTriggerKeyDescription:"3 quick hits{trailingKey} \u7FFB\u8A33\u3092\u958B\u59CB\u3057\u307E\u3059\uFF01",inputTrailingTriggerKeyTimeout:"\u6226\u95D8\u7D42\u4E86\u30C8\u30EA\u30AC\u30FC\u307E\u3067\u306E\u6642\u9593\u3092\u5165\u529B\u3059\u308B\u3002",inputTrailingTriggerKeyTimeoutDescription:"\u5165\u529B\u7D42\u4E86\u30B3\u30F3\u30DC\u306E\u30C8\u30EA\u30AC\u30FC\u307E\u3067\u306E\u6642\u9593\uFF08\u30DF\u30EA\u79D2\uFF09\u3092\u8A2D\u5B9A\u3059\u308B\u3002",spaceKey:"<\u7A7A\u683C\u952E>",noneKey:"\u63A5\u982D\u8F9E\u306A\u3057\u306E\u30C6\u30AD\u30B9\u30C8\u30DC\u30C3\u30AF\u30B9\u5168\u4F53\u306E\u76F4\u63A5\u7FFB\u8A33",inputTranslationBlockUrlsTitle:"\u4EE5\u4E0B\u306EURL\u3067\u306F\u3001\u5165\u529B\u30DC\u30C3\u30AF\u30B9\u306E\u62E1\u5F35\u6A5F\u80FD\u3092\u6709\u52B9\u306B\u3057\u306A\u3044\u3067\u304F\u3060\u3055\u3044\u3002",inputTranslationBlockUrlsDescription:"\u5165\u529B\u30DC\u30C3\u30AF\u30B9\u306E\u6A5F\u80FD\u62E1\u5F35\u306F\u3001\u4EE5\u4E0B\u306EURL\u3067\u306F\u6A5F\u80FD\u3057\u307E\u305B\u3093\u3002",clickToSeeQuickDemo:"\u30AF\u30EA\u30C3\u30AF\u3057\u306630\u79D2\u306E\u30C1\u30E5\u30FC\u30C8\u30EA\u30A2\u30EB\u30D3\u30C7\u30AA\u3092\u62E1\u5927",inputHelperInfo:"\u8AAC\u660E\uFF1A\u4E2D\u56FD\u8A9E\u306E\u5165\u529B\u30E1\u30BD\u30C3\u30C9\u3067\u306F\u3001\u3044\u304F\u3064\u304B\u306E\u30C8\u30EA\u30AC\u30FC\u6587\u5B57\u304C\u4E2D\u56FD\u8A9E\u306E\u53E5\u8AAD\u70B9\u306B\u5909\u308F\u308B\u3068\u3044\u3046\u4E8B\u5B9F\u306B\u6700\u9069\u5316\u3057\u307E\u3057\u305F\u3002\u4F8B\u3048\u3070\u3001/ \u306F Sogou \u5165\u529B\u30E1\u30BD\u30C3\u30C9\u3067\u306F\u3001\u30C0\u30F3\u8A18\u53F7\u306B\u5909\u308F\u308A\u307E\u3059\u3002

\u307E\u305F\u3001\u8A00\u8A9E<1>\u30B3\u30FC\u30C9\u306E\u4E2D\u56FD\u8A9E\u30A8\u30A4\u30EA\u30A2\u30B9\u3082\u30B3\u30DE\u30F3\u30C9\u3068\u3057\u3066\u30B5\u30DD\u30FC\u30C8\u3057\u3066\u304A\u308A\u3001\u4F8B\u3048\u3070 /Japanese Hello World \u306F\u65E5\u672C\u8A9E\u306B\u7FFB\u8A33\u3055\u308C\u307E\u3059\u3002",reloadCurrentPage:"\u7FFB\u8A33\u3092\u958B\u59CB\u3059\u308B\u524D\u306B\u3001\u73FE\u5728\u306E\u30DA\u30FC\u30B8\u3092\u66F4\u65B0\u3057\u3066\u304F\u3060\u3055\u3044\u3002",noLocalFilePermissionForPDF:"\u30ED\u30FC\u30AB\u30EB\u30D5\u30A1\u30A4\u30EB\u3092\u8AAD\u307F\u8FBC\u3080\u6A29\u9650\u304C\u3042\u308A\u307E\u305B\u3093\u3002\u4E0A\u306E\u30DC\u30BF\u30F3\u3092\u30AF\u30EA\u30C3\u30AF\u3057\u3066\u3001\u30ED\u30FC\u30AB\u30EB\u30D5\u30A1\u30A4\u30EB\u3092\u30A4\u30F3\u30DD\u30FC\u30C8\u3057\u3066\u304F\u3060\u3055\u3044\u3002",noPermissionForThisPage:"\u26A0\uFE0F \u73FE\u5728\u306E\u30DA\u30FC\u30B8\u3092\u7FFB\u8A33\u3059\u308B\u6A29\u9650\u304C\u306A\u3044",retryAllParagraphs:"\u3059\u3079\u3066\u306E\u30A8\u30E9\u30FC\u30D1\u30C3\u30BB\u30FC\u30B8\u3092\u518D\u8A66\u884C\u3059\u308B",retryAllButton:"\u3059\u3079\u3066\u306E\u30A8\u30E9\u30FC\u30D1\u30C3\u30BB\u30FC\u30B8\u3092\u518D\u8A66\u884C\u3059\u308B",errorTooltipTitle:"\u30AF\u30EA\u30C3\u30AF\u3057\u3066\u30A8\u30E9\u30FC\u306E\u539F\u56E0\u3092\u898B\u308B",errorModalTitle:"\u7FFB\u8A33\u30B5\u30FC\u30D3\u30B9\u304B\u30CD\u30C3\u30C8\u30EF\u30FC\u30AF\u306B\u4F55\u304B\u554F\u984C\u304C\u3042\u308B\u3088\u3046\u3060...\u3002",disableConfirm:"\u30D0\u30A4\u30EA\u30F3\u30AC\u30EB\u60C5\u5831\u5F37\u5316\u8A2D\u5B9A",disableOnce:"\u3053\u306E\u969C\u5BB3",disableGlobal:"\u6C38\u4E45\u306B\u7121\u52B9\u306B\u3059\u308B",disableTint:"* {option}\u3002",searchEnhancementNotes:"\u4E2D\u56FD\u8A9E\u30AD\u30FC\u30EF\u30FC\u30C9\u3068\u82F1\u8A9E\u30AD\u30FC\u30EF\u30FC\u30C9\u3067\u306F\u3001\u30CB\u30E5\u30FC\u30B9\u306E\u691C\u7D22\u7D50\u679C\u304C\u5927\u304D\u304F\u7570\u306A\u308B\u3053\u3068\u304C\u308F\u304B\u308A\u307E\u3057\u305F\u3002 \u30A4\u30DE\u30FC\u30B7\u30D6\u7FFB\u8A33\u30D0\u30A4\u30EA\u30F3\u30AC\u30EB\u60C5\u5831\u5F37\u5316\u6A5F\u80FD\u3092\u6709\u52B9\u306B\u3059\u308B\u3068\u3001\u5BFE\u5FDC\u30B5\u30A4\u30C8\uFF08Google\u30CB\u30E5\u30FC\u30B9\u3001Google\u691C\u7D22\uFF08\u4E00\u90E8\u30AD\u30FC\u30EF\u30FC\u30C9\uFF09\u3001Snowball\u3001Oriental Wealth\u3001Futura\u3001Tiger\uFF09\u3067\u540C\u3058\u30AD\u30FC\u30EF\u30FC\u30C9\u3092\u82F1\u8A9E\u3067\u81EA\u52D5\u7684\u306B\u691C\u7D22\u3057\u3001\u53F3\u5074\u306B\u8868\u793A\u3057\u307E\u3059\u3002\u3053\u306E\u6A5F\u80FD\u304C\u4E0D\u8981\u306A\u5834\u5408\u306F\u3001\u7121\u52B9\u306B\u3059\u308B\u3053\u3068\u3082\u3067\u304D\u307E\u3059\u3002",option:"\u30BB\u30C3\u30C8\u30A2\u30C3\u30D7",saveSettings:"\u8A2D\u5B9A\u306E\u4FDD\u5B58",closeModal:"\u30A6\u30A3\u30F3\u30C9\u30A6\u3092\u9589\u3058\u308B",enableInputTranslationWithoutTriggerKeyTitle:"{trailingKey}\u3001\u5165\u529B\u30DC\u30C3\u30AF\u30B9\u5168\u4F53\u3092\u76F4\u63A5{inputTargetLanguage}\u3002",enableInputTranslationWithoutTriggerKeyDescription:"\u4F8B\u3048\u3070\u3001\uFF1Aja Hello World \u306E\u3088\u3046\u306B\u3002",mouseHoverShortcutPlaceholder:"\u4F8B\uFF1A\uFF1A\u30B7\u30D5\u30C8",deepLProName:"\u6CA1\u5165\u578B\u7FFB\u8A33\u30D7\u30ED\u30E1\u30F3\u30D0\u30FC\uFF08\u63A8\u5968\uFF09",deepLProDescription:"\u73FE\u5728\u306E\u30D1\u30C3\u30B1\u30FC\u30B8\u306F\u76F4\u63A5\u4F7F\u7528\u3067\u304D\u308B",deeplProDescriptionForNormal:"\u30BB\u30C3\u30C8\u30A2\u30C3\u30D7\u4E0D\u8981\u3001\u4F1A\u54E1\u306E\u65B9\u306F\u30ED\u30B0\u30A4\u30F3\u5F8C\u5229\u7528\u53EF\u80FD\u3001<1>\u4F1A\u54E1\u3078\u306E\u30A2\u30C3\u30D7\u30B0\u30EC\u30FC\u30C9\u306F\u3053\u3061\u3089",deepLCustomDescription:"\u6D77\u5916\u767A\u884C\u306E\u30AF\u30EC\u30B8\u30C3\u30C8\u30AB\u30FC\u30C9\u304C\u5FC5\u8981 <1>\u3002",deepLCustomName:"\u30AB\u30B9\u30BF\u30E0\u8A8D\u8A3C\u30AD\u30FC",chooseProviderLabel:"\u30B5\u30FC\u30D3\u30B9\u30FB\u30D7\u30ED\u30D0\u30A4\u30C0\u30FC\u306E\u9078\u629E",openaiProName:"\u6CA1\u5165\u578B\u7FFB\u8A33\u30D7\u30ED\u30E1\u30F3\u30D0\u30FC\uFF08\u63A8\u5968\uFF09",openaiProDescription:"\u73FE\u5728\u306E\u30D1\u30C3\u30B1\u30FC\u30B8\u306F\u76F4\u63A5\u4F7F\u7528\u3067\u304D\u308B",openaiProDescriptionForNormal:"\u30BB\u30C3\u30C8\u30A2\u30C3\u30D7\u4E0D\u8981\u3001\u4F1A\u54E1\u306E\u65B9\u306F\u30ED\u30B0\u30A4\u30F3\u5F8C\u5229\u7528\u53EF\u80FD\u3001<1>\u4F1A\u54E1\u3078\u306E\u30A2\u30C3\u30D7\u30B0\u30EC\u30FC\u30C9\u306F\u3053\u3061\u3089",openaiCustomDescription:"OpenAI\u3001Azure OpenAI\u3001\u307E\u305F\u306F\u305D\u306E\u4ED6\u306E\u30B5\u30FC\u30C9\u30D1\u30FC\u30C6\u30A3\u30B5\u30FC\u30D3\u30B9\u3067\u5229\u7528\u53EF\u80FD\u3067\u3059<1>\u3002",openaiCustomName:"\u30AB\u30B9\u30BF\u30E0API\u30AD\u30FC",needLoginAction:"(\u30AA\u30FC\u30D7\u30F3\u30FB\u30E1\u30F3\u30D0\u30FC\u307E\u305F\u306F\u30AB\u30B9\u30BF\u30DE\u30A4\u30BA\uFF09",goLoginOrAction:"(\u30E1\u30F3\u30D0\u30FC\u30B7\u30C3\u30D7\u3092\u958B\u304F\u304B\u3001\u8A2D\u5B9A\u306B\u9032\u3080)",yearly:"\u9023\u7D9A\u5E74\u6255\u3044\u3092\u3059\u308B",quarterly:"\u9806\u6B21\u5305\u88C5",monthly:"\u30DE\u30F3\u30B9\u30EA\u30FC\u30FB\u30B5\u30D6\u30B9\u30AF\u30EA\u30D7\u30B7\u30E7\u30F3",yearlyForOnce:"\u5E74\u9593\u30D1\u30C3\u30B1\u30FC\u30B8",monthlyForOnce:"\u67081\u56DE\u30D1\u30C3\u30B1\u30FC\u30B8",daily:"\u9023\u7D9A\u30D1\u30B1\u30C3\u30C8\u65E5",year:"\u9023\u7D9A\u5E74\u6255\u3044\u3092\u3059\u308B",quarter:"\u9806\u6B21\u5305\u88C5",month:"\u30DE\u30F3\u30B9\u30EA\u30FC\u30FB\u30B5\u30D6\u30B9\u30AF\u30EA\u30D7\u30B7\u30E7\u30F3",day:"\u9023\u7D9A\u30D1\u30B1\u30C3\u30C8\u65E5",onetime_7day:"7\u65E5\u9593\u4F53\u9A13\u30D1\u30C3\u30AF",currentPlanDescriptionForFree:"\u73FE\u5728\u306E\u30D1\u30C3\u30B1\u30FC\u30B8\uFF1A\u7121\u6599",currentPlanDescriptionForContinuous:"\u73FE\u5728\u306E\u30D1\u30C3\u30B1\u30FC\u30B8\uFF1A{plan}\u306F {endAt} \u306B\u81EA\u52D5\u66F4\u65B0\u3055\u308C\u307E\u3059\u3002",currentPlanDescriptionForAutoRenewCaceling:"\u73FE\u5728\u306E\u30D1\u30C3\u30B1\u30FC\u30B8\uFF1A{plan}\u306E\u6709\u52B9\u671F\u9650\u306F {endAt} \u3068\u306A\u308A\u3001\u6709\u52B9\u671F\u9650\u5207\u308C\u306B\u3088\u308B\u81EA\u52D5\u66F4\u65B0\u306F\u884C\u308F\u308C\u307E\u305B\u3093\u3002",currentYearlyPlanDescriptionForAutoRenewCacelingWithRealPaiedUser:"\u73FE\u5728\u306E\u30D1\u30C3\u30B1\u30FC\u30B8\u3001\uFF1A{plan}\u306F\u3001 {endAt} \u306B\u671F\u9650\u5207\u308C\u3068\u306A\u308A\u3001\u671F\u9650\u5207\u308C\u306B\u3088\u308B\u81EA\u52D5\u66F4\u65B0\u306F\u884C\u308F\u308C\u307E\u305B\u3093\u3002
<1>\u66F4\u65B0\u30D7\u30E9\u30F3\u306E\u7BA1\u7406\u306F\u3053\u3061\u3089",currentYearlyPlanDescriptionForAutoRenewCacelingWithAdmin:"\u73FE\u5728\u306E\u30D1\u30C3\u30B1\u30FC\u30B8\u3001\uFF1A{plan}\u306F\u3001 {endAt} \u306B\u671F\u9650\u5207\u308C\u3068\u306A\u308A\u3001\u671F\u9650\u5207\u308C\u306B\u3088\u308B\u81EA\u52D5\u66F4\u65B0\u306F\u884C\u308F\u308C\u307E\u305B\u3093\u3002
<1>\u7D99\u7D9A\u7684\u306A\u5E74\u9593\u8CFC\u8AAD\u3092\u6709\u52B9\u306B\u3059\u308B\u306B\u306F\u3001\u3053\u3053\u3092\u30AF\u30EA\u30C3\u30AF\u3057\u3066\u304F\u3060\u3055\u3044\u3002",currentPlanDescriptionForOneTime:"\u73FE\u5728\u306E\u8CFC\u8AAD\uFF1A{plan}\u306F {endAt} \u3067\u671F\u9650\u5207\u308C\u3068\u306A\u308A\u307E\u3059\u3002<1>\u5E74\u4F1A\u8CBB\u307E\u305F\u306F<2>\u6708\u4F1A\u8CBB<1>\u3078\u306E\u30A2\u30C3\u30D7\u30B0\u30EC\u30FC\u30C9\u306F\u3053\u3061\u3089\u3092\u30AF\u30EA\u30C3\u30AF\u3057\u3066\u304F\u3060\u3055\u3044\u3002",upgradePlan:"\u30D7\u30ED\u4F1A\u54E1\u3078\u306E\u30A2\u30C3\u30D7\u30B0\u30EC\u30FC\u30C9\u306F\u3053\u3061\u3089",upgradeToPro:"\u30D7\u30ED\u4F1A\u54E1\u3078\u306E\u30A2\u30C3\u30D7\u30B0\u30EC\u30FC\u30C9","popup.openPro":"DeepL\u3068OpenAI\u306E\u7FFB\u8A33\u3092\u304A\u697D\u3057\u307F\u3044\u305F\u3060\u304F\u306B\u306F\u3001Pro\u30E1\u30F3\u30D0\u30FC\u30B7\u30C3\u30D7\u306B\u30A2\u30C3\u30D7\u30B0\u30EC\u30FC\u30C9\u3057\u3066\u304F\u3060\u3055\u3044\uFF01","popup.openProForPro":"\u3042\u306A\u305F\u306F\u3001DeepL\u3068OpenAI\u306E\u7FFB\u8A33\u306B\u76F4\u63A5\u30A2\u30AF\u30BB\u30B9\u3067\u304D\u308B\u30D7\u30ED\u30E1\u30F3\u30D0\u30FC\u3067\u3059\uFF01",currentAccount:"\u5F53\u5EA7\u9810\u91D1",enableAutoSyncUserSettings:"\u8907\u6570\u306E\u30C7\u30D0\u30A4\u30B9\u9593\u3067\u81EA\u52D5\u30AF\u30E9\u30A6\u30C9\u540C\u671F\u304C\u53EF\u80FD",modalEnableInputTranslationTitle:"\u6CA1\u5165\u578B\u7FFB\u8A33\u5165\u529B\u30DC\u30C3\u30AF\u30B9 \u7FFB\u8A33\u30A2\u30E9\u30FC\u30C8",modalEnableInputTranslationDesc:"\u30B9\u30DA\u30FC\u30B9\u30D0\u30FC\u30923\u56DE\u9023\u6253\u3059\u308B\u3053\u3068\u3067\u3001Immersive Translation\u306E\u5165\u529B\u30DC\u30C3\u30AF\u30B9\u7FFB\u8A33\u304C\u958B\u59CB\u3055\u308C\u3001\u5165\u529B\u30DC\u30C3\u30AF\u30B9\u306E\u5185\u5BB9\u304C\u30C7\u30D5\u30A9\u30EB\u30C8\u306E\u30BF\u30FC\u30B2\u30C3\u30C8\u8A00\u8A9E\u306B\u7FFB\u8A33\u3055\u308C\u307E\u3059\u3002\u7FFB\u8A33\u306FCtrl+Z\u3067\u53D6\u308A\u6D88\u3059\u3053\u3068\u304C\u3067\u304D\u307E\u3059\u3002

\u3082\u3057\u3053\u308C\u304C\u9593\u9055\u3044\u3067\u3042\u3063\u305F\u3068\u3057\u3066\u3082\u3001\u4ECA\u56DE\u306F\u7121\u52B9\u306B\u3059\u308B\u304B\u3001\u6C38\u4E45\u306B\u5165\u529B\u30DC\u30C3\u30AF\u30B9\u306E\u7FFB\u8A33\u3092\u7121\u52B9\u306B\u3059\u308B\u304B\u3092\u9078\u629E\u3067\u304D\u307E\u3059\u306E\u3067\u3001\u3054\u5B89\u5FC3\u304F\u3060\u3055\u3044\u3002",saveAndNotShowAgain:"\u4FDD\u5B58\u3057\u3066\u30D7\u30ED\u30F3\u30D7\u30C8\u3092\u6B62\u3081\u308B",disableInputTranslationTips:"* {option} ,{learnMore}\u3067\u30C8\u30EA\u30AC\u30FC\u3059\u308B\u4ED6\u306E\u30B7\u30E7\u30FC\u30C8\u30AB\u30C3\u30C8\u3082\u8A2D\u5B9A\u3067\u304D\u308B\u3002",learnMore:"\u8A73\u7D30\u306F\u3053\u3061\u3089",continueEnalbeInputTranslation:"\u5F15\u304D\u7D9A\u304D\u5165\u529B\u30DC\u30C3\u30AF\u30B9\u306E\u7FFB\u8A33\u3092\u6709\u52B9\u306B\u3059\u308B",autoRenewTrialSuffix:'(\u30C8\u30E9\u30A4\u30A2\u30EB\u306E\u5834\u5408\u3001\u3059\u3050\u306B\u6B63\u4F1A\u54E1\u306B\u30A2\u30C3\u30D7\u30B0\u30EC\u30FC\u30C9)',upgradeFromTrialTitle:"\u6B63\u4F1A\u54E1\u3078\u306E\u30A2\u30C3\u30D7\u30B0\u30EC\u30FC\u30C9",subtitle:"\u30D3\u30C7\u30AA\u30AD\u30E3\u30D7\u30B7\u30E7\u30F3",youtubeService:"\u6620\u50CF\u5B57\u5E55\u7FFB\u8A33\u30B5\u30FC\u30D3\u30B9","subtitle.disabledSubtitle":"\u30D3\u30C7\u30AA\u5B57\u5E55\u6A5F\u80FD\u3092\u6C38\u4E45\u306B\u7121\u52B9\u306B\u3059\u308B","subtitle.disabledSubtitleDescription":"Immersive Translator\u306EVideo Subtitles\u304C\u4ED6\u306E\u62E1\u5F35\u6A5F\u80FD\u3068\u7AF6\u5408\u3059\u308B\u5834\u5408\u3001Immersive Translator\u306EVideo Subtitles\u306E\u6A5F\u80FD\u3092\u6C38\u4E45\u7684\u306B\u7121\u52B9\u306B\u3059\u308B\u304B\u3001\u7AF6\u5408\u3059\u308B\u4ED6\u306E\u62E1\u5F35\u6A5F\u80FD\u3092\u30A2\u30F3\u30A4\u30F3\u30B9\u30C8\u30FC\u30EB\u3059\u308B\u3053\u3068\u304C\u3067\u304D\u307E\u3059\u3002","subtitle.autoEnableSubtitle":"\u30D0\u30A4\u30EA\u30F3\u30AC\u30EB\u5B57\u5E55\u306E\u81EA\u52D5\u4F7F\u7528","subtitle.autoEnableSubtitleDescription":"\u6709\u52B9\u306B\u3057\u305F\u5F8C\u3001\u30D3\u30C7\u30AA\u304C\u518D\u751F\u3055\u308C\u308B\u3068\u304D\u306F\u3001\u81EA\u52D5\u7684\u306B\u4E8C\u304B\u56FD\u8A9E\u306E\u5B57\u5E55\u304C\u8868\u793A\u3055\u308C\u307E\u3059\u3002\u305D\u308C\u4EE5\u5916\u306E\u5834\u5408\u306F\u3001\u7FFB\u8A33\u30DC\u30BF\u30F3\u3092\u30AF\u30EA\u30C3\u30AF\u3059\u308B\u5FC5\u8981\u304C\u3042\u308A\u307E\u3059\u3002","subtitle.preTranslation":"\u6CA1\u5165\u578B\u7FFB\u8A33\u3067\u5B57\u5E55\u3092\u7FFB\u8A33","subtitle.preTranslationDescription":"\u6709\u52B9\u306E\u5834\u5408\u3001\u5B57\u5E55\u5168\u4F53\u304C\u4EE5\u4E0B\u306B\u6307\u5B9A\u3059\u308B\u7FFB\u8A33\u30B5\u30FC\u30D3\u30B9\u3092\u4F7F\u3063\u3066\u4E8B\u524D\u306B\u7FFB\u8A33\u3055\u308C\u30011\u6642\u9593\u306E\u52D5\u753B\u3067\u7D0450,000\u30C8\u30FC\u30AF\u30F3\uFF08\u6587\u5B57\u6570\uFF09\u3092\u6D88\u8CBB\u3057\u307E\u3059\u306E\u3067\u3001\u3054\u81EA\u8EAB\u306E\u5224\u65AD\u3067\u3054\u5229\u7528\u304F\u3060\u3055\u3044\u3002\u7121\u52B9\u306E\u5834\u5408\u3001\u30AA\u30EA\u30B8\u30CA\u30EB\u306E\u5B57\u5E55\u304C\u6700\u521D\u306B\u4F7F\u7528\u3055\u308C\u307E\u3059\u3002","subtitle.humanSubtitlesPreferred":"\u30D2\u30E5\u30FC\u30DE\u30F3\u30FB\u30AD\u30E3\u30D7\u30B7\u30E7\u30F3\u306E\u512A\u5148\u4F7F\u7528","subtitle.humanSubtitlesPreferredDescription":"\u30D3\u30C7\u30AA\u306B\u30BF\u30FC\u30B2\u30C3\u30C8\u8A00\u8A9E\u306E\u5B57\u5E55\u304C\u3042\u308B\u5834\u5408\u3001\u4EBA\u9593\u306E\u5B57\u5E55\u3092\u512A\u5148\u7684\u306B\u4F7F\u7528\u3059\u308B\uFF08\u63A8\u5968\uFF09",videoSubtitleTranslationDescription:"\u30D3\u30C7\u30AA\u5B57\u5E55\u7528\u306B\u5225\u306E\u7FFB\u8A33\u30B5\u30FC\u30D3\u30B9\u3092\u5272\u308A\u5F53\u3066\u308B",subtitleTranslating:"{service} \u3001\u5B57\u5E55\u3092\u7FFB\u8A33\u3057\u3066\u3044\u307E\u3059\u3002(\u30A4\u30DE\u30FC\u30B8\u30E7\u30F3\u7FFB\u8A33)",subtitleLoading:"\u5B57\u5E55\u3092\u8AAD\u307F\u8FBC\u3093\u3067\u3044\u307E\u3059...",bilingual:"\u30D0\u30A4\u30EA\u30F3\u30AC\u30EA\u30BA\u30E0","field.action":"\u767E\u5EA6\u7528\u8A9E\u3092\u6709\u52B9\u306B\u3059\u308B\u304B\u3069\u3046\u304B","description.action":"\u6709\u52B9\u5316\u3055\u308C\u308B\u3068\u3001\u30EA\u30AF\u30A8\u30B9\u30C8\u306Baction=1\u30D1\u30E9\u30E1\u30FC\u30BF\u304C\u8FFD\u52A0\u3055\u308C\u3001\u6709\u52B9\u5316\u3055\u308C\u305F\u7528\u8A9E\u3092Baidu\u306B\u901A\u77E5\u3059\u308B<1>\u3002",closeQuickTranslation:"\u30AF\u30ED\u30FC\u30BA\u30FB\u30DB\u30D0\u30FC\u30DC\u30FC\u30EB","closeQuickTranslation.untilNext":"\u4ECA\u56DE\u306F\u6B21\u56DE\u307E\u3067\u304A\u4F11\u307F","closeQuickTranslation.currentWebsite":"\u73FE\u5728\u306E\u30B5\u30A4\u30C8\u306F\u4F7F\u7528\u4E0D\u53EF","closeQuickTranslation.alwaysClose":"\u6C38\u4E45\u306B\u7121\u52B9\u306B\u3059\u308B","closeQuickTranslation.settingOpen":"<1>(\u8A2D\u5B9A\u30DA\u30FC\u30B8\u3067\u30AA\u30F3\u306B\u3067\u304D\u308B\uFF09","closeQuickTranslation.cancel":"\u30AD\u30E3\u30F3\u30BB\u30EB","closeQuickTranslation.confirm":"\u5B9A\u7FA9\u3059\u308B","floatBall.popup":"\u30AF\u30A4\u30C3\u30AF\u8A2D\u5B9A\u30D1\u30CD\u30EB\u3092\u958B\u304F","floatBall.translate":"\u30AF\u30EA\u30C3\u30AF\u3057\u3066\u30DA\u30FC\u30B8\u3092\u7FFB\u8A33\u3059\u308B","floatBall.showOriginal":"\u30AF\u30EA\u30C3\u30AF\u3057\u3066\u5143\u306E\u8A18\u4E8B\u306B\u623B\u308B","floatBall.close":"\u30AF\u30ED\u30FC\u30BA\u30FB\u30DB\u30D0\u30FC\u30DC\u30FC\u30EB","floatBallOptions.enableDescPc":"\u30DA\u30FC\u30B8\u306E\u30DB\u30D0\u30FC\u30DC\u30FC\u30EB\u3092\u6709\u52B9\u306B\u3059\u308B\u3068\u3001\u30DA\u30FC\u30B8\u306E\u53F3\u5074\u306B\u30AF\u30A4\u30C3\u30AF\u7FFB\u8A33\u30DC\u30BF\u30F3\u304C\u8868\u793A\u3055\u308C\u307E\u3059\uFF01","floatBallOptions.enableDesc":"\u30DB\u30D0\u30FC\u30DC\u30FC\u30EB\u3092\u30AA\u30D5\u306B\u3057\u305F\u5F8C\u3001{touch}\u3002\u3046\u3063\u304B\u308A\u3053\u306E\u30AA\u30D7\u30B7\u30E7\u30F3\u3092\u30AA\u30D5\u306B\u3057\u305F\u5F8C\u3001\u30DB\u30D0\u30FC\u30DC\u30FC\u30EB\u304C\u898B\u3064\u304B\u3089\u306A\u3044\u5834\u5408\u306B\u5099\u3048\u3066\u3001\u3053\u306E\u8A2D\u5B9A\u30DA\u30FC\u30B8\u3092\u30D6\u30C3\u30AF\u30DE\u30FC\u30AF\u3057\u3066\u304A\u304F\u3053\u3068\u3092\u5F37\u304F\u304A\u52E7\u3081\u3057\u307E\u3059\uFF01","description.azureApiUrl":"\u30AB\u30B9\u30BF\u30E0API\u30A4\u30F3\u30BF\u30FC\u30D5\u30A7\u30FC\u30B9\u306E\u30A2\u30C9\u30EC\u30B9\u3092\u8A18\u5165\u3059\u308B\u3002",confirmSupportMouse:"\u30DE\u30A6\u30B9\u30B5\u30DD\u30FC\u30C8\u3092\u5F37\u5236\u7684\u306B\u6709\u52B9\u306B\u3059\u308B",confirmSupportMouseDescription:"\u73FE\u5728\u306E\u30D6\u30E9\u30A6\u30B6\u304C\u30DE\u30A6\u30B9\u6A5F\u80FD\u3092\u30B5\u30DD\u30FC\u30C8\u3057\u3066\u3044\u306A\u3044\u3053\u3068\u3092\u691C\u51FA\u3057\u307E\u3057\u305F\u3002",sampleTargetText:"\u9577\u3044\u591C\u304C\u8A2A\u308C\u3001\u79C1\u306F\u3053\u306E\u65E5\u304B\u3089\u6B7B\u306C\u307E\u3067\u898B\u5F35\u308A\u7D9A\u3051\u308B\u3002\u79C1\u306F\u59BB\u3092\u5A36\u3089\u305A\u3001\u9818\u5730\u3092\u4F5C\u3089\u305A\u3001\u5B50\u3092\u3082\u3046\u3051\u306A\u3044\u3002\u79C1\u306F\u738B\u51A0\u3092\u304B\u3076\u3089\u305A\u3001\u540D\u8A89\u306E\u305F\u3081\u306B\u52AA\u529B\u3057\u306A\u3044\u3002\u79C1\u306F\u81EA\u5206\u306E\u7FA9\u52D9\u3092\u679C\u305F\u3057\u3001\u751F\u304D\u3066\u6B7B\u306C\u3002",sampleSourceText:"Night gathers, and now my watch begins. It shall not end until my death. I shall take no wife, hold no lands, father no children. I shall wear no crowns and win no glory. I shall live and die at my post.","subtitle.supportedSites":"\u5DF2\u652F\u6301\u5728\u8FD9\u4E9B\u7F51\u7AD9\u4F7F\u7528\u53CC\u8BED\u5B57\u5E55\uFF08\u6CE8\u610F\uFF1A\u7531\u4E8E\u6280\u672F\u9650\u5236\uFF0C\u90E8\u5206\u7F51\u7AD9\u5728\u9996\u6B21\u5F00\u542F\u5B57\u5E55\u540E\u9700\u8981\u91CD\u65B0\u5237\u65B0\u9875\u9762\uFF0C\u6216\u8005\u9700\u7B49\u5F85\u7FFB\u8BD1\u5B8C\u6210\u4EE5\u663E\u793A\u53CC\u8BED\u5B57\u5E55\uFF09\uFF1A",viewWithImmersiveTranslate:"\u53CC\u8BED\u7248\u672C(\u6C89\u6D78\u5F0F\u7FFB\u8BD1)",errorReason:"\u9519\u8BEF\u539F\u56E0\uFF1A{message}","proQuotaExceededError.onetime7day":'\uFF0C\u60A8\u53EF\u4EE5\u9009\u62E9\u4EE5\u4E0B\u65B9\u5F0F\u89E3\u51B3\uFF1A

1. \u5207\u6362\u5230 {anotherService} \u6216\u5176\u4ED6\u7FFB\u8BD1\u670D\u52A1
2. \u5347\u7EA7\u4E3A\u6708\u5EA6/\u5E74\u5EA6\u4F1A\u5458',"proQuotaExceededError.trial":'\uFF0C\u60A8\u53EF\u4EE5\u9009\u62E9\u4EE5\u4E0B\u65B9\u5F0F\u89E3\u51B3\uFF1A

1. \u5207\u6362\u5230 {anotherService} \u6216\u5176\u4ED6\u7FFB\u8BD1\u670D\u52A1
2. \u7ACB\u523B\u5347\u7EA7\u4E3A\u6B63\u5F0F\u4F1A\u5458',"proQuotaExceededError.nonTrial":'\uFF0C\u60A8\u53EF\u4EE5\u9009\u62E9\u4EE5\u4E0B\u65B9\u5F0F\u89E3\u51B3\uFF1A

1. \u5207\u6362\u5230 {anotherService} \u6216\u5176\u4ED6\u7FFB\u8BD1\u670D\u52A1
2. \u8D2D\u4E70 {translationService} \u989D\u5916\u6D41\u91CF\u5305',"proQuotaExceededError.resetTime":"
3. \u989D\u5EA6\u91CD\u7F6E\u65F6\u95F4\uFF1A{resetTime}","desc.touchShortcutsToggleTranslatePageOnlyTranslation":"\u300C\u8A33\u6587\u306E\u307F\u300D\u306F\u3001\u8A33\u6587\u306E\u307F\u3092\u8868\u793A\u3059\u308B\u3053\u3068\u3092\u610F\u5473\u3057\u3001\u30DA\u30FC\u30B8\u304C\u307E\u3060\u7FFB\u8A33\u3055\u308C\u3066\u3044\u306A\u3044\u5834\u5408\u306F\u3001\u30E2\u30FC\u30C9\u3092\u5207\u308A\u66FF\u3048\u3066\u7FFB\u8A33\u3057\u307E\u3059\u3002","desc.toggleOnlyTransation":"\u300C\u8A33\u6587\u306E\u307F\u30E2\u30FC\u30C9\u300D\u3068\u306F\u3001\u8A33\u6587\u306E\u307F\u3092\u8868\u793A\u3059\u308B\u3053\u3068\u3092\u6307\u3057\u3001\u30DA\u30FC\u30B8\u304C\u307E\u3060\u7FFB\u8A33\u3055\u308C\u3066\u3044\u306A\u3044\u5834\u5408\u306F\u3001\u30E2\u30FC\u30C9\u3092\u5207\u308A\u66FF\u3048\u3066\u7FFB\u8A33\u3057\u307E\u3059\u3002",touchShortcutsToggleTranslatePageOnlyTranslation:"\u30BF\u30C3\u30C1\u30B9\u30AF\u30EA\u30FC\u30F3\u30B8\u30A7\u30B9\u30C1\u30E3\u30FC\u3092\u8A2D\u5B9A\u3057\u3066\u3001\u30D0\u30A4\u30EA\u30F3\u30AC\u30EB/\u7FFB\u8A33\u30C6\u30AD\u30B9\u30C8\u306E\u307F\u306E\u30E2\u30FC\u30C9\u3092\u5207\u308A\u66FF\u3048\u307E\u3059",download_started:"\u30C0\u30A6\u30F3\u30ED\u30FC\u30C9\u304C\u958B\u59CB\u3055\u308C\u307E\u3057\u305F\u3002\u81EA\u52D5\u7684\u306B\u30C0\u30A6\u30F3\u30ED\u30FC\u30C9\u3055\u308C\u306A\u3044\u5834\u5408\u306F\u3001\u624B\u52D5\u3067\u30AF\u30EA\u30C3\u30AF\u3057\u3066\u304F\u3060\u3055\u3044\u3002",here:"\u3053\u3053","desc.toggleVideoSubtitlePreTranslation":"\u62BC\u3059\u3068\u3001\u30D3\u30C7\u30AA\u306E\u4E8C\u8A00\u8A9E\u5B57\u5E55\u306F\u3001\u307E\u305A\u6CA1\u5165\u578B\u7FFB\u8A33\u306E\u8A2D\u5B9A\u3092\u512A\u5148\u7684\u306B\u4F7F\u7528\u3057\u307E\u3059\u3002\u518D\u5EA6\u62BC\u3059\u3068\u3001\u5143\u306E\u30D3\u30C7\u30AA\u306B\u7D44\u307F\u8FBC\u307E\u308C\u305F\u6A5F\u68B0\u7FFB\u8A33\u5B57\u5E55\u3092\u512A\u5148\u7684\u306B\u4F7F\u7528\u3057\u307E\u3059\u3002\u6CE8\u610F\uFF1A\u3053\u306E\u30B7\u30E7\u30FC\u30C8\u30AB\u30C3\u30C8\u3067\u5909\u66F4\u3055\u308C\u308B\u306E\u306F\u5168\u4F53\u306E\u8A2D\u5B9A\u3067\u3059\u3002",videoSubtitlePreTranslationOn:"\u30D3\u30C7\u30AA\u306E\u5B57\u5E55\u306F\u3001\u512A\u5148\u7684\u306B\u6CA1\u5165\u578B\u306E\u7FFB\u8A33\u3092\u4F7F\u7528\u3057\u307E\u3059",videoSubtitlePreTranslationOff:"\u30D3\u30C7\u30AA\u306E\u5B57\u5E55\u306F\u3001\u5143\u306E\u30D3\u30C7\u30AA\u306B\u4ED8\u5C5E\u306E\u6A5F\u68B0\u7FFB\u8A33\u5B57\u5E55\u3092\u512A\u5148\u7684\u306B\u4F7F\u7528\u3057\u307E\u3059\u3002",translationFont:"\u30D5\u30A9\u30F3\u30C8\u3092\u8A2D\u5B9A\u3059\u308B","translationFont.custom":"\u30AB\u30B9\u30BF\u30E0\u30D5\u30A9\u30F3\u30C8\u3092\u5165\u529B\u3057\u3066\u304F\u3060\u3055\u3044","translationFont.customPlaceholder":"\u30D5\u30A9\u30F3\u30C8","translationFont.notSupportErrorMessage":"\u3042\u306A\u305F\u304C\u5165\u529B\u3057\u305F\u30D5\u30A9\u30F3\u30C8\u540D\u304C\u6B63\u3057\u3044\u304B\u78BA\u8A8D\u3059\u308B\u304B\u3001\u305D\u306E\u30D5\u30A9\u30F3\u30C8\u304C\u3042\u306A\u305F\u306E\u30C7\u30D0\u30A4\u30B9\u306B\u30A4\u30F3\u30B9\u30C8\u30FC\u30EB\u3055\u308C\u3066\u3044\u308B\u3053\u3068\u3092\u78BA\u8A8D\u3057\u3066\u304F\u3060\u3055\u3044\u3002","touch.mouse-translate":"\u6307\u5B9A\u3055\u308C\u305F\u6BB5\u843D\u3092\u7FFB\u8A33\u3057\u3066\u304F\u3060\u3055\u3044","translationServices.inherit":"\u4E3B\u306A\u7FFB\u8A33\u30B5\u30FC\u30D3\u30B9\u306B\u5F93\u3063\u3066\u304F\u3060\u3055\u3044\u3002","error.serveConfigError":"\u30B5\u30FC\u30D3\u30B9\u8A2D\u5B9A\u30A8\u30E9\u30FC","error.reloadPageOfSetting":"\u8A2D\u5B9A\u5F8C\u3001\u30DA\u30FC\u30B8\u3092\u30EA\u30D5\u30EC\u30C3\u30B7\u30E5\u3057\u3066\u518D\u5EA6\u7FFB\u8A33\u3057\u3066\u304F\u3060\u3055\u3044\u3002","error.googleLimitIp":"\u30B5\u30FC\u30D3\u30B9\u304C\u30A8\u30E9\u30FC\u3092\u8FD4\u3057\u307E\u3057\u305F\u3002Google\u30B5\u30FC\u30D3\u30B9\u306F\u3053\u306EIP\u30A2\u30C9\u30EC\u30B9\u306B\u5BFE\u3057\u3066\u6D41\u91CF\u5236\u9650\u3092\u884C\u3063\u3066\u3044\u307E\u3059\u3002\u30CD\u30C3\u30C8\u30EF\u30FC\u30AF\u30CE\u30FC\u30C9\u306E\u5909\u66F4\u3092\u304A\u52E7\u3081\u3057\u307E\u3059\u3002","error.openAIFreeLimit":"\u30B5\u30FC\u30D3\u30B9\u304C\u30A8\u30E9\u30FC\u3092\u8FD4\u3057\u307E\u3057\u305F\u3002\u73FE\u5728\u306E\u7FFB\u8A33\u30EA\u30AF\u30A8\u30B9\u30C8\u306E\u983B\u5EA6\u306F\u30011\u5206\u3042\u305F\u308A\u6700\u59273\u56DE\u306E\u4E0A\u9650\u306B\u9054\u3057\u3066\u3044\u307E\u3059\u3002\u5F8C\u307B\u3069\u518D\u5EA6\u304A\u8A66\u3057\u304F\u3060\u3055\u3044\u3002\uFF08\u3053\u308C\u306FOpenAI\u516C\u5F0F\u304C\u7121\u6599\u306EAPI Key\u306B\u5BFE\u3059\u308B\u5236\u9650\u3067\u3001\u3053\u306E\u5236\u9650\u3092\u89E3\u9664\u3059\u308B\u306B\u306F\u3001OpenAI\u306E\u30D0\u30C3\u30AF\u30A8\u30F3\u30C9\u3067\u30AF\u30EC\u30B8\u30C3\u30C8\u30AB\u30FC\u30C9\u3092\u767B\u9332\u3057\u3066\u304F\u3060\u3055\u3044\u3002\uFF09","error.openAIExceededQuota":"\u30B5\u30FC\u30D3\u30B9\u30A8\u30E9\u30FC\u304C\u8FD4\u3055\u308C\u307E\u3057\u305F\uFF1A\u73FE\u5728\u306EOpenAI\u30A2\u30AB\u30A6\u30F3\u30C8\u306E\u6B8B\u9AD8\u304C\u4E0D\u8DB3\u3057\u3066\u3044\u307E\u3059\u3002OpenAI\u306E\u516C\u5F0F\u30D0\u30C3\u30AF\u30A8\u30F3\u30C9\u3067\u30C1\u30E3\u30FC\u30B8\u3059\u308B\u304B\u3001\u30AF\u30EC\u30B8\u30C3\u30C8\u30AB\u30FC\u30C9\u3092\u767B\u9332\u3057\u3066\u304F\u3060\u3055\u3044\u3002","error.429":"\u30B5\u30FC\u30D3\u30B9\u304C\u30A8\u30E9\u30FC\u3092\u8FD4\u3057\u307E\u3057\u305F\u3002\u3053\u308C\u306F\u3001\u30EA\u30AF\u30A8\u30B9\u30C8\u304C\u983B\u7E41\u3059\u304E\u308B\u304B\u3001\u5236\u9650\u3092\u8D85\u3048\u3066\u3044\u308B\u3053\u3068\u3092\u793A\u3057\u3066\u3044\u307E\u3059\u3002\u5F8C\u3067\u3082\u3046\u4E00\u5EA6\u304A\u8A66\u3057\u304F\u3060\u3055\u3044\u3002","error.403":"\u30B5\u30FC\u30D3\u30B9\u304C\u30A8\u30E9\u30FC\u3092\u8FD4\u3057\u307E\u3057\u305F\u3001\u73FE\u5728\u305D\u306E\u30B5\u30FC\u30D3\u30B9\u306B\u30A2\u30AF\u30BB\u30B9\u3059\u308B\u6A29\u9650\u304C\u3042\u308A\u307E\u305B\u3093\u3002","error.400":"\u30B5\u30FC\u30D3\u30B9\u304C\u30A8\u30E9\u30FC\u3092\u8FD4\u3057\u307E\u3057\u305F\u3001\u30EA\u30AF\u30A8\u30B9\u30C8\u30D1\u30E9\u30E1\u30FC\u30BF\u304C\u9593\u9055\u3063\u3066\u3044\u307E\u3059\u3001\u5BFE\u5FDC\u3059\u308B\u8A2D\u5B9A\u3092\u78BA\u8A8D\u3057\u3066\u304F\u3060\u3055\u3044\u3002","error.502":"\u30B5\u30FC\u30D3\u30B9\u304C\u30A8\u30E9\u30FC\u3092\u8FD4\u3057\u307E\u3057\u305F\u3001\u30B5\u30FC\u30D3\u30B9\u304C\u30BF\u30A4\u30E0\u30A2\u30A6\u30C8\u3057\u307E\u3057\u305F\u3001\u5F8C\u3067\u3082\u3046\u4E00\u5EA6\u304A\u8A66\u3057\u304F\u3060\u3055\u3044\u3002","error.proTokenInvalid":"\u3082\u3057\u3042\u306A\u305F\u304CPro\u30E6\u30FC\u30B6\u30FC\u3067\u3042\u308C\u3070\u3001\u30ED\u30B0\u30A4\u30F3\u5F8C\u306BPro\u7FFB\u8A33\u30B5\u30FC\u30D3\u30B9\u3092\u3054\u5229\u7528\u304F\u3060\u3055\u3044\u3002","error.proUpgrade":"\u30A2\u30C3\u30D7\u30B0\u30EC\u30FC\u30C9\u5F8C\u3001\u30DA\u30FC\u30B8\u3092\u66F4\u65B0\u3057\u3066\u518D\u5EA6\u7FFB\u8A33\u3057\u3066\u304F\u3060\u3055\u3044\u3002","error.configError":"\u8A2D\u5B9A\u30C7\u30FC\u30BF\u304C\u7570\u5E38\u3067\u3059","error.goReset":"\u30EA\u30BB\u30C3\u30C8\u306B\u884C\u304F",batchEdit:"\u4E00\u62EC\u64CD\u4F5C","translationModeLang.translation.title":"\u7FFB\u8A33\u306E\u307F\u30E2\u30FC\u30C9\u306E\u8A00\u8A9E","translationModeLang.translation.description":"\u30DA\u30FC\u30B8\u306E\u8A00\u8A9E\u304C\u4EE5\u4E0B\u306E\u8A00\u8A9E\u306E\u5834\u5408\u3001\u81EA\u52D5\u7684\u306B\u7FFB\u8A33\u6587\u306E\u307F\u306E\u30E2\u30FC\u30C9\u3092\u4F7F\u7528\u3057\u307E\u3059\u3002","translationModeUrl.translation.title":"\u7FFB\u8A33\u306E\u307F\u30E2\u30FC\u30C9\u306E\u30A6\u30A7\u30D6\u30B5\u30A4\u30C8","translationModeUrl.translation.description":"\u4EE5\u4E0B\u306E\u30C9\u30E1\u30A4\u30F3\u306E\u30A6\u30A7\u30D6\u30B5\u30A4\u30C8\u3067\u306F\u3001\u81EA\u52D5\u7684\u306B\u7FFB\u8A33\u30C6\u30AD\u30B9\u30C8\u306E\u307F\u306E\u30E2\u30FC\u30C9\u304C\u4F7F\u7528\u3055\u308C\u307E\u3059\u3002","error.serveUnavailable":"\u3042\u306A\u305F\u304C\u73FE\u5728\u4F7F\u7528\u3057\u3066\u3044\u308B[{serverName}]\u30B5\u30FC\u30D3\u30B9\u306F\u3001\u30CD\u30C3\u30C8\u30EF\u30FC\u30AF\u63A5\u7D9A\u3084\u30B5\u30FC\u30D3\u30B9\u30D7\u30ED\u30D0\u30A4\u30C0\u306E\u554F\u984C\u306B\u3088\u308A\u4E00\u6642\u7684\u306B\u30A2\u30AF\u30BB\u30B9\u3067\u304D\u307E\u305B\u3093\u3002\u30DA\u30FC\u30B8\u3092\u30EA\u30D5\u30EC\u30C3\u30B7\u30E5\u3059\u308B\u304B\u3001<1>\u8A2D\u5B9A\u304B\u3089\u4ED6\u306E\u7FFB\u8A33\u30B5\u30FC\u30D3\u30B9\u306B\u5207\u308A\u66FF\u3048\u308B\u3053\u3068\u3092\u304A\u52E7\u3081\u3057\u307E\u3059\u3002\u3082\u3057<2>Pro\u4F1A\u54E1\u3067\u3042\u308C\u3070\u3001\u3088\u308A\u5B89\u5B9A\u3057\u305FDeepL\u307E\u305F\u306FOpenAI\u306E\u7FFB\u8A33\u30B5\u30FC\u30D3\u30B9\u3092\u9078\u629E\u3059\u308B\u3053\u3068\u304C\u3067\u304D\u307E\u3059\uFF08<3>\u3053\u3053\u3092\u30AF\u30EA\u30C3\u30AF\u3057\u3066\u7121\u6599\u4F53\u9A13\uFF09\u3002\u307E\u305F\u3001\u30CD\u30C3\u30C8\u30EF\u30FC\u30AF\u3084\u30D7\u30ED\u30AD\u30B7\u8A2D\u5B9A\u3092\u78BA\u8A8D\u3059\u308B\u5FC5\u8981\u304C\u3042\u308B\u304B\u3082\u3057\u308C\u307E\u305B\u3093\u3002",detectServiceLoading:"\u5229\u7528\u53EF\u80FD\u306A\u7FFB\u8A33\u30B5\u30FC\u30D3\u30B9\u3092\u691C\u51FA\u4E2D...",toggleToService:"{service}\u306B\u5207\u308A\u66FF\u3048\u3066\u518D\u8A66\u884C\u3057\u3066\u304F\u3060\u3055\u3044\u3002","error.gemini.429":"\u73FE\u5728\u306EGemini\u30B5\u30FC\u30D3\u30B9\u306E\u73FE\u5728\u306E\u8CA0\u8377\u80FD\u529B\u304C\u4E0A\u9650\u306B\u9054\u3057\u3066\u3044\u307E\u3059\u306E\u3067\u3001\u5F8C\u307B\u3069\u518D\u5EA6\u304A\u8A66\u3057\u3044\u305F\u3060\u304F\u304B\u3001\u4ED6\u306E\u7FFB\u8A33\u30B5\u30FC\u30D3\u30B9\u306B\u5207\u308A\u66FF\u3048\u3066\u304F\u3060\u3055\u3044\u3002",enableSentryReport:"\u62E1\u5F35\u304C\u30A8\u30E9\u30FC\u3092\u8D77\u3053\u3057\u305F\u3068\u304D\u3001Sentry\u3092\u4F7F\u7528\u3057\u3066\u30D5\u30A3\u30FC\u30C9\u30D0\u30C3\u30AF\u3092\u63D0\u51FA\u3057\u3066\u304F\u3060\u3055\u3044\u3002",goLogin:"\u30ED\u30B0\u30A4\u30F3\u3057\u3066\u304F\u3060\u3055\u3044","translationServices.gemini":"\u30B8\u30A7\u30DF\u30CB","error.reason":"\u30A8\u30E9\u30FC\u306E\u539F\u56E0","widget.translateFile":"PDF/ePub",touchShortcutsOff:"\u9589\u3058\u308B","error.retry":"\u518D\u8A66\u884C","multipleClick.4":"\u56DB\u9023\u6483",shortcutSettings:"\u30B7\u30E7\u30FC\u30C8\u30AB\u30C3\u30C8\u30AD\u30FC","multipleClick.3":"\u30C8\u30EA\u30D7\u30EB\u30B9\u30C8\u30E9\u30A4\u30AF",notLogin:"\u30ED\u30B0\u30A4\u30F3\u3057\u3066\u3044\u307E\u305B\u3093","slide.right":"\u5DE6\u306B\u30B9\u30EF\u30A4\u30D7\u3057\u3066\u304F\u3060\u3055\u3044",translationOnlyMode:"\u8A33\u6587\u306E\u307F\u30E2\u30FC\u30C9","widget.videoSubtitle":"\u30D3\u30C7\u30AA\u5B57\u5E55",paragraphMinTextCountField:"\u7FFB\u8A33\u6BB5\u843D\u306B\u5FC5\u8981\u306A\u6700\u5C0F\u6587\u5B57\u6570","subtitle.hideQuickButton":"\u3053\u306E\u30B7\u30E7\u30FC\u30C8\u30AB\u30C3\u30C8\u3092\u8868\u793A\u3057\u306A\u3044","floatBall.iKnow":"\u308F\u304B\u308A\u307E\u3057\u305F",contact:"\u79C1\u305F\u3061\u306B\u9023\u7D61\u3057\u3066\u304F\u3060\u3055\u3044","widget.instructionTooltip":"\u4F7F\u7528\u8AAC\u660E\u3092\u78BA\u8A8D\u3057\u3066\u304F\u3060\u3055\u3044","tagsInput.add":"+ \u8FFD\u52A0",loggedIn:"\u30ED\u30B0\u30A4\u30F3\u6E08\u307F","intro.floatBallTitle":"\u30AF\u30A4\u30C3\u30AF\u7FFB\u8A33\u30D5\u30ED\u30FC\u30C8\u30DC\u30FC\u30EB",pickAll:"\u3059\u3079\u3066\u9078\u629E","error.subscriptionExpiredTitle":"\u4F1A\u54E1\u304C\u671F\u9650\u5207\u308C\u306B\u306A\u308A\u307E\u3057\u305F","widget.instruction":"\u4F7F\u7528\u8AAC\u660E","shortcutGroup.main":"\u4E00\u822C\u7684\u306A\u6A5F\u80FD\u306E\u30B7\u30E7\u30FC\u30C8\u30AB\u30C3\u30C8\u30AD\u30FC","subtitle.bilingual":"\u30D0\u30A4\u30EA\u30F3\u30AC\u30EB\u5B57\u5E55",alwaysTranslateThisSite:"\u5E38\u306B\u3053\u306E\u30A6\u30A7\u30D6\u30B5\u30A4\u30C8\u3092\u7FFB\u8A33\u3057\u3066\u304F\u3060\u3055\u3044\u3002",mouseHoverCustomKeyTitle:"\u30AB\u30B9\u30BF\u30E0\u30DE\u30A6\u30B9\u30DB\u30D0\u30FC\u30B7\u30E7\u30FC\u30C8\u30AB\u30C3\u30C8","shortcutGroup.mouse":"\u30DE\u30A6\u30B9\u30DB\u30D0\u30FC\u30B7\u30E7\u30FC\u30C8\u30AB\u30C3\u30C8\u8A2D\u5B9A","browser.translateWithGemini":"\u73FE\u5728\u306E\u30DA\u30FC\u30B8\u3092\u4E00\u6642\u7684\u306BGemini\u3067\u7FFB\u8A33\u3057\u3066\u304F\u3060\u3055\u3044",shortcutSettingsTitle:"\u30B7\u30E7\u30FC\u30C8\u30AB\u30C3\u30C8\u30AD\u30FC\u306E\u8A2D\u5B9A","subtitle.showQuickButton":"\u30D7\u30EC\u30FC\u30E4\u30FC\u306B\u4E8C\u8A00\u8A9E\u5B57\u5E55\u306E\u30B7\u30E7\u30FC\u30C8\u30AB\u30C3\u30C8\u3092\u8868\u793A\u3059\u308B","browser.translateWithOpenAI":"\u4E00\u6642\u7684\u306BOpenAI\u3092\u4F7F\u3063\u3066\u73FE\u5728\u306E\u30DA\u30FC\u30B8\u3092\u7FFB\u8A33\u3057\u3066\u304F\u3060\u3055\u3044","browser.translateInputBox":"\u73FE\u5728\u306E\u5165\u529B\u30DC\u30C3\u30AF\u30B9\u306E\u5185\u5BB9\u3092\u7FFB\u8A33\u3057\u3066\u304F\u3060\u3055\u3044\u3002","browser.translateWithDeepL":"\u73FE\u5728\u306E\u30DA\u30FC\u30B8\u3092\u4E00\u6642\u7684\u306BDeepL\u3067\u7FFB\u8A33\u3057\u3066\u304F\u3060\u3055\u3044\u3002","browser.translateWithGoogle":"\u4E00\u6642\u7684\u306BGoogle\u7FFB\u8A33\u3067\u73FE\u5728\u306E\u30DA\u30FC\u30B8\u3092\u7FFB\u8A33\u3057\u3066\u304F\u3060\u3055\u3044\u3002",temprarilyChangeTranslationTo_openai:"\u73FE\u5728\u3001OpenAI\u3092\u4F7F\u7528\u3057\u3066\u73FE\u5728\u306E\u30DA\u30FC\u30B8\u3092\u7FFB\u8A33\u3057\u3066\u3044\u307E\u3059",temprarilyChangeTranslationTo_deepl:"\u73FE\u5728\u3001DeepL\u3092\u4F7F\u7528\u3057\u3066\u73FE\u5728\u306E\u30DA\u30FC\u30B8\u3092\u7FFB\u8A33\u3057\u3066\u3044\u307E\u3059","intro.subtitleTitle":"\u30AA\u30F3\u30E9\u30A4\u30F3\u30D3\u30C7\u30AA\u306E\u30D0\u30A4\u30EA\u30F3\u30AC\u30EB\u5B57\u5E55\u8868\u793A","shortcutGroup.touch":"\u30BF\u30C3\u30C1\u30B9\u30AF\u30EA\u30FC\u30F3\u5C02\u7528\u30B8\u30A7\u30B9\u30C1\u30E3\u30FC",temprarilyChangeTranslationTo_gemini:"\u73FE\u5728\u3001Gemini\u3092\u4F7F\u7528\u3057\u3066\u73FE\u5728\u306E\u30DA\u30FC\u30B8\u3092\u7FFB\u8A33\u3057\u3066\u3044\u307E\u3059",neverTranslateThisSite:"\u3053\u306E\u30A6\u30A7\u30D6\u30B5\u30A4\u30C8\u3092\u6C38\u9060\u306B\u7FFB\u8A33\u3057\u306A\u3044\u3067\u304F\u3060\u3055\u3044",temprarilyChangeTranslationTo_transmart:"\u73FE\u5728\u3001\u30C6\u30F3\u30BB\u30F3\u30C8\u7FFB\u8A33\u3092\u4F7F\u7528\u3057\u3066\u73FE\u5728\u306E\u30DA\u30FC\u30B8\u3092\u7FFB\u8A33\u3057\u3066\u3044\u307E\u3059","browser.translateWithTransmart":"\u4E00\u6642\u7684\u306B\u30C6\u30F3\u30BB\u30F3\u30C8\u7FFB\u8A33\u3067\u73FE\u5728\u306E\u30DA\u30FC\u30B8\u3092\u7FFB\u8A33\u3057\u3066\u304F\u3060\u3055\u3044",notLoginPro:"\u3042\u306A\u305F\u306E\u4F1A\u54E1\u30A2\u30AB\u30A6\u30F3\u30C8\u306B\u307E\u3060\u30ED\u30B0\u30A4\u30F3\u3057\u3066\u3044\u307E\u305B\u3093",networkError:"\u7FFB\u8A33\u30B5\u30FC\u30D3\u30B9\u307E\u305F\u306F\u30CD\u30C3\u30C8\u30EF\u30FC\u30AF\u306B\u554F\u984C\u304C\u767A\u751F\u3057\u3066\u3044\u307E\u3059","widget.videoSubtitleTooltip":"Youtube \u7B49 {count}+ \u306E\u30D3\u30C7\u30AA\u30B5\u30A4\u30C8\u3092\u30B5\u30DD\u30FC\u30C8\u3057\u3066\u3044\u307E\u3059","subtitle.autoDisableSubtitle":"\u81EA\u52D5\u7684\u306B\u4E8C\u304B\u56FD\u8A9E\u306E\u5B57\u5E55\u3092\u6709\u52B9\u306B\u3057\u306A\u3044","intro.hoverTitle":"\u30DE\u30A6\u30B9\u3092\u73FE\u5728\u306E\u6BB5\u843D\u306B\u30DB\u30D0\u30FC\u3057\u3066\u7FFB\u8A33\u3057\u3066\u304F\u3060\u3055\u3044","shortcutGroup.others":"\u3088\u308A\u591A\u304F\u306E\u30AB\u30B9\u30BF\u30E0\u6A5F\u80FD\u306E\u30B7\u30E7\u30FC\u30C8\u30AB\u30C3\u30C8",upgradeToProErrorTitle:"\u3053\u306E\u7FFB\u8A33\u30B5\u30FC\u30D3\u30B9\u3092\u4F7F\u7528\u3059\u308B\u306B\u306F\u3001Pro\u30E1\u30F3\u30D0\u30FC\u306B\u30A2\u30C3\u30D7\u30B0\u30EC\u30FC\u30C9\u3057\u3066\u304F\u3060\u3055\u3044\u3002",temprarilyChangeTranslationTo_google:"\u73FE\u5728\u3001Google\u7FFB\u8A33\u3092\u4F7F\u7528\u3057\u3066\u73FE\u5728\u306E\u30DA\u30FC\u30B8\u3092\u7FFB\u8A33\u3057\u3066\u3044\u307E\u3059",touchShortcutsToggleTranslationMask:"\u30BF\u30C3\u30C1\u30B9\u30AF\u30EA\u30FC\u30F3\u30B8\u30A7\u30B9\u30C1\u30E3\u30FC\u3092\u8A2D\u5B9A\u3057\u3066\u3001\u7FFB\u8A33\u30DE\u30B9\u30AF\u3092\u8868\u793A/\u539F\u6587\u3092\u8868\u793A","shortcutGroup.shortcutsForTranslationServices":"\u7FFB\u8A33\u30B5\u30FC\u30D3\u30B9\u95A2\u9023\u306E\u30B7\u30E7\u30FC\u30C8\u30AB\u30C3\u30C8\u30AD\u30FC","neverTranslateText.title":"\u4EE5\u4E0B\u306E\u5358\u8A9E\u306F\u539F\u6587\u306E\u307E\u307E\u306B\u3057\u3066\u304F\u3060\u3055\u3044\u3001\u7FFB\u8A33\u3057\u306A\u3044\u3067\u304F\u3060\u3055\u3044\u3002","widget.translateFileTooltip":"PDF\u3001EPUB\u3001SRT\u3001ASS\u3001HTML\u3001TXT \u30C9\u30AD\u30E5\u30E1\u30F3\u30C8\u3092\u7FFB\u8A33\u3057\u3066\u304F\u3060\u3055\u3044","floatBall.longPress":"\u9577\u62BC\u3057\u3059\u308B\u3068\u3001\u8A2D\u5B9A\u30D1\u30CD\u30EB\u3092\u7D20\u65E9\u304F\u958B\u304F\u3053\u3068\u304C\u3067\u304D\u307E\u3059\u3088","floatBall.guideClickToTranslate":`\u30AF\u30EA\u30C3\u30AF\u3057\u3066\u6CA1\u5165\u578B\u7FFB\u8A33\u30D5\u30ED\u30FC\u30C8\u30DC\u30FC\u30EB\u3092 + {env.imt_sub_trans_field}: Translation`,"subtitle.quickButton.black":"Black","subtitle.quickButton.cyan":"Blue","translationServices.claude":"Claude","subtitle.quickButton.backgroundColor":"Background color","subtitle.quickButton.green":"Green","subtitle.quickButton.blue":"Blue","subtitle.quickButton.white":"White","subtitle.quickButton.setting":"Settings","subtitle.quickButton.translationPosition":"Translation location","subtitle.quickButton.backgroundOpacity":"Background Opacity","subtitle.quickButton.sourceFontSize":"Original font size","subtitle.quickButton.sourceTextColor":"Original font color","subtitle.quickButton.yellow":"Yellow","subtitle.quickButton.translationFontSize":"Translation font size","subtitle.quickButton.translationPositionBottom":"Below the original text","subtitle.quickButton.red":"Red","subtitle.quickButton.translationPositionTop":"Above the original text","subtitle.quickButton.translationTextColor":"Translation font color","subtitle.quickButton.magenta":"Magenta",attachSubtitleTranslating:"Translating using {service}...","error.claude.403":"Access to the service is temporarily unavailable, possibly due to regional restrictions related to Claude. You can try changing your IP address, or use other translation services.","browser.brandDescriptionForSafari":"Free Translate Website, Translate PDF & Epub eBook, Translate Video Subtitles in Bilingual","browser.PdfProFile":"AI-Driven PDF Pro Translation","browser.textTranslate":"Text Translation"};var Es={nologin:"\u30ED\u30B0\u30A4\u30F3\u3057\u3066\u3044\u306A\u3044",loginForSafari:"\u30ED\u30B0\u30A4\u30F3\u307E\u305F\u306F\u767B\u9332",login:"\u30ED\u30B0\u30A4\u30F3\u3057\u3066\u4F1A\u54E1\u767B\u9332",manageAccount:"\u30DE\u30CD\u30FC\u30B8\u30C9\u30FB\u30A2\u30AB\u30A6\u30F3\u30C8",openPremium:"\u30AA\u30FC\u30D7\u30F3\u30FB\u30E1\u30F3\u30D0\u30FC",logout:"\u30A2\u30DC\u30FC\u30C8",curentPlan:"\u73FE\u5728\u306E\u30D1\u30C3\u30B1\u30FC\u30B8",endAt:"\u7D76\u606F",endAuto:"\u81EA\u52D5\u66F4\u65B0",lineBreakMaxTextCount:"\u6539\u884C\u5F8C\u306E1\u6587\u306B\u8A31\u3055\u308C\u308B\u6700\u5927\u6587\u5B57\u6570","translate-pdf":"\u30AF\u30EA\u30C3\u30AF\u3057\u3066PDF\u3092\u7FFB\u8A33\u3059\u308B","noSupportTranslate-pdf":"\u30B9\u30AF\u30EA\u30D7\u30C8\u306F\u30B5\u30DD\u30FC\u30C8\u3055\u308C\u3066\u3044\u307E\u305B\u3093\u3002","translate-firefox-local-pdf":"\u30AF\u30EA\u30C3\u30AF\u3057\u3066PDF\u3092\u30A4\u30F3\u30DD\u30FC\u30C8\u3059\u308B",enableLineBreak:"\u9577\u3044\u6BB5\u843D\u306E\u81EA\u52D5\u6539\u884C\u3092\u6709\u52B9\u306B\u3059\u308B",sponsorLabel:"\u30B9\u30DD\u30F3\u30B5\u30FC\u4ED8\u304D\u958B\u767A\u8005",help:"\u624B",browserShortcutsNoteForFirefox:"Firefox\u3067\u30B7\u30E7\u30FC\u30C8\u30AB\u30C3\u30C8\u3092\u5909\u66F4\u3059\u308B\u306B\u306F\u3001\u62E1\u5F35\u6A5F\u80FD\u306E\u7BA1\u7406\u30DA\u30FC\u30B8`about:addons`\u3092\u958B\u304D\u3001`Settings`\u3092\u30AF\u30EA\u30C3\u30AF\u3057\u3001`Manage Shortcuts`\u3092\u30AF\u30EA\u30C3\u30AF\u3057\u3066\u30B7\u30E7\u30FC\u30C8\u30AB\u30C3\u30C8\u3092\u8A2D\u5B9A\u3059\u308B\u5FC5\u8981\u304C\u3042\u308B\u3002",browserShortcutsNoteForChrome:"Chrome\u3067\u30B7\u30E7\u30FC\u30C8\u30AB\u30C3\u30C8\u3092\u5909\u66F4\u3059\u308B\u306B\u306F\u3001\u62E1\u5F35\u6A5F\u80FD\u306E\u7BA1\u7406\u30DA\u30FC\u30B8\u3092\u958B\u304D\u3001`\u30B7\u30E7\u30FC\u30C8\u30AB\u30C3\u30C8\u306E\u7BA1\u7406`\u30D1\u30CD\u30EB\uFF08`chrome://extensions/shortcuts`\uFF09\u3067\u30B7\u30E7\u30FC\u30C8\u30AB\u30C3\u30C8\u3092\u8A2D\u5B9A\u3057\u3001\u4E0B\u306E\u30DC\u30BF\u30F3\u3092\u30AF\u30EA\u30C3\u30AF\u3057\u3066\u30B7\u30E7\u30FC\u30C8\u30AB\u30C3\u30C8\u306E\u7BA1\u7406\u30DA\u30FC\u30B8\u306B\u30B8\u30E3\u30F3\u30D7\u3059\u308B\u5FC5\u8981\u304C\u3042\u308A\u307E\u3059\u3002",browserShortcutsSucks:"\u30AB\u30B9\u30BF\u30DE\u30A4\u30BA\u3055\u308C\u305F\u30B7\u30E7\u30FC\u30C8\u30AB\u30C3\u30C8\u306E\u66F8\u5F0F\u306F\u6B21\u306E\u3068\u304A\u308A\u3067\u3059\uFF08\u81EA\u52D5\u8A8D\u8B58\u306F\u884C\u308F\u308C\u307E\u305B\u3093\u306E\u3067\u3001\u76F4\u63A5\u5165\u529B\u3057\u3066\u304F\u3060\u3055\u3044\uFF09\uFF1A",enableLineBreakDescription:"\u30AA\u30F3\u306B\u3059\u308B\u3068\u3001\u9577\u3044\u6BB5\u843D\u306E\u6587\u672B\u306B\u6539\u884C\u304C\u5165\u308A\u3001\u8AAD\u307F\u3084\u3059\u304F\u306A\u308A\u307E\u3059\u3002","browser.shortBrandName":"\u30A4\u30DE\u30FC\u30B8\u30E7\u30F3\u7FFB\u8A33","browser.brandName":"\u30A4\u30DE\u30FC\u30B8\u30E7\u30F3\u7FFB\u8A33: \u4E8C\u30F6\u56FD\u8A9E\u30A6\u30A7\u30D6\u30DA\u30FC\u30B8\u7FFB\u8A33 & PDF\u6587\u66F8\u7FFB\u8A33","browser.brandDescription":"Deepl\u3001Google\u3001YouDao\u3001Tencent Translate\u306A\u3069\u3001\u8907\u6570\u306E\u7FFB\u8A33\u30B5\u30FC\u30D3\u30B9\u3092\u30B5\u30DD\u30FC\u30C8\u3057\u3066\u3044\u307E\u3059\u3002","browser.toggleTranslatePage":"\u30DA\u30FC\u30B8\u3092\u7FFB\u8A33\u3059\u308B\uFF0F\u539F\u6587\u3092\u8868\u793A\u3059\u308B","browser.toggleTranslateTheWholePage":"\u30DA\u30FC\u30B8\u306E\u5168\u9818\u57DF\u3092\u7FFB\u8A33\u3059\u308B\uFF0F\u539F\u6587\u3092\u8868\u793A\u3059\u308B","browser.toggleOnlyTransation":"\u30D0\u30A4\u30EA\u30F3\u30AC\u30EB/\u7FFB\u8A33\u30C6\u30AD\u30B9\u30C8\u306E\u307F\u30E2\u30FC\u30C9\u306B\u5207\u308A\u66FF\u3048\u3066\u304F\u3060\u3055\u3044","browser.toggleTranslateToThePageEndImmediately":"\u30DA\u30FC\u30B8\u4E0B\u90E8\u3078\u306E\u5373\u6642\u7FFB\u8A33\uFF0F\u539F\u6587\u306E\u8868\u793A","browser.toggleTranslateTheMainPage":"\u30DA\u30FC\u30B8\u306E\u30E1\u30A4\u30F3\u30A8\u30EA\u30A2\u3092\u7FFB\u8A33\u3059\u308B\uFF0F\u539F\u6587\u3092\u8868\u793A\u3059\u308B","browser.shareToDraft":"\u30D0\u30A4\u30EA\u30F3\u30AC\u30EB\u30DA\u30FC\u30B8\u3092\u5171\u6709\u3059\u308B","browser.openOptionsPage":"\u8A2D\u5B9A\u30DA\u30FC\u30B8\u3092\u958B\u304F","browser.toggleTranslationMask":"\u4E26\u9032\u30D6\u30E9\u30FC\u52B9\u679C\u306E\u8868\u793A\uFF0F\u975E\u8868\u793A","browser.translateLocalPdfFile":"\u30ED\u30FC\u30AB\u30EB\u306EPDF\u30D5\u30A1\u30A4\u30EB\u3092\u7FFB\u8A33\u3059\u308B","browser.openEbookViewer":"\u5730\u5143\u306E\u96FB\u5B50\u66F8\u7C4D\u3092\u8AAD\u3080","browser.openEbookBuilder":"\u30D0\u30A4\u30EA\u30F3\u30AC\u30EBEPUB\u96FB\u5B50\u66F8\u7C4D\u306E\u5236\u4F5C","browser.translateLocalHtmlFile":"HTML/\u30C6\u30AD\u30B9\u30C8\u30D5\u30A1\u30A4\u30EB\u3092\u7FFB\u8A33\u3059\u308B","browser.donateContext":"\u30B9\u30DD\u30F3\u30B5\u30FC\u7279\u5178\u306B\u3064\u3044\u3066","browser.translateLocalSubtitleFile":"\u30ED\u30FC\u30AB\u30EB\u5B57\u5E55\u30D5\u30A1\u30A4\u30EB\u3092\u7FFB\u8A33\u3059\u308B",confirmResetConfig:"\u672C\u5F53\u306B\u8A2D\u5B9A\u3092\u30EA\u30BB\u30C3\u30C8\u3057\u307E\u3059\u304B\uFF1F",translationLineBreakSettingTitle:"\u7FFB\u8A33\u306E\u6539\u884C\u8A2D\u5B9A",smartLineBreak:"\u30B9\u30DE\u30FC\u30C8\u30E9\u30A4\u30F3\u30D5\u30A3\u30FC\u30C9",alwaysLineBreak:"\u5E38\u306B\u6539\u884C",isShowContextMenu:"\u53F3\u30AF\u30EA\u30C3\u30AF\u30E1\u30CB\u30E5\u30FC\u306B\u7FFB\u8A33\u30DA\u30FC\u30B8\u3092\u8FFD\u52A0",toggleBeta:"\u30D9\u30FC\u30BF\u30C6\u30B9\u30C8\u6A5F\u80FD\u306E\u6709\u52B9\u5316",betaDescription:"\u307E\u3060\u5B9F\u9A13\u6BB5\u968E\u3067\u3042\u308B\u6A5F\u80FD\u3084\u3001\u30D9\u30FC\u30BF\u7248\u306E\u7FFB\u8A33\u30B5\u30FC\u30D3\u30B9\u3092\u6709\u52B9\u306B\u3059\u308B\u3002\u8A73\u3057\u304F\u306F <1>Telegram\u30B0\u30EB\u30FC\u30D7\u306B\u3054\u53C2\u52A0\u304F\u3060\u3055\u3044\u3002",translationLineBreakSettingDescription:"\u30B3\u30F3\u30C6\u30F3\u30C4\u304C\u5C11\u306A\u3044\u30DA\u30FC\u30B8\u3067\u306F\u3001\u5E38\u306B\u304D\u3061\u3093\u3068\u6539\u884C\u3059\u308B\u3002(\u5185\u5BB9\u306E\u591A\u3044\u9577\u3044\u6BB5\u843D({count}\u6587\u5B57\u4EE5\u4E0A)\u3067\u306F\u3001\u30B9\u30DA\u30FC\u30B9\u3092\u7BC0\u7D04\u3059\u308B\u305F\u3081\u306B\u6539\u884C\u3092\u30B9\u30DE\u30FC\u30C8\u306B\u4F7F\u3044\u307E\u3057\u3087\u3046)\u3002",tempTranslateDomainTitle:"\u30A6\u30A7\u30D6\u30B5\u30A4\u30C8\u7FFB\u8A33\u306E\u4E00\u6642\u7684\u306A\u5207\u308A\u66FF\u3048\u671F\u9593",tempTranslateDomainDescription:"\u624B\u52D5\u3067\u30A6\u30A7\u30D6\u30DA\u30FC\u30B8\u3092\u7FFB\u8A33\u3059\u308B\u5834\u5408\u306F\u3001\u4E00\u6642\u7684\u306B\u81EA\u52D5\u7FFB\u8A33\u7528\u306EWeb\u30B5\u30A4\u30C8\u3092\u30AA\u30F3\u306B\u3057\u3001\u4E00\u6642\u7684\u306A\u671F\u9593\u3092\u8A2D\u5B9A\u3059\u308B\u3053\u3068\u304C\u3067\u304D\u307E\u3059\u3002",xMinutes:"{count} \u8B70\u4E8B\u9332",disabled:"\u7269\u306E\u4F7F\u7528\u3092\u7981\u6B62\u3059\u308B\u3002",changelog:"\u66F4\u65B0\u30ED\u30B0",toggleTranslatePageWhenThreeFingersOnTheScreen:"\u8907\u6570\u306E\u6307\u304C\u540C\u6642\u306B\u753B\u9762\u306B\u89E6\u308C\u308B\u3068\u3001\u30A6\u30A7\u30D6\u30DA\u30FC\u30B8\u3092\u7FFB\u8A33\u3057\u305F\u308A\u3001\u539F\u6587\u3092\u8868\u793A\u3057\u305F\u308A\u3059\u308B\u3002",toggleTranslationMaskWhenThreeFingersOnTheScreen:"\u30DE\u30EB\u30C1\u30D5\u30A3\u30F3\u30AC\u30FC\u30BF\u30C3\u30C1\u3067\u307C\u304B\u3057\u52B9\u679C\u3092\u8868\u793A/\u975E\u8868\u793A\u3002",fingerCountToToggleTranslagePageOnlyTranslationWhenTouching:"\u8907\u6570\u306E\u6307\u304C\u540C\u6642\u306B\u753B\u9762\u306B\u89E6\u308C\u308B\u3053\u3068\u3067\u3001\u30A6\u30A7\u30D6\u30DA\u30FC\u30B8\u3092\u7FFB\u8A33\uFF08\u7FFB\u8A33\u306E\u307F\uFF09\uFF0F\u539F\u6587\u3092\u8868\u793A\u3002",addUrlDescription:"\u30C9\u30E1\u30A4\u30F3\u540D\u3092\u6307\u5B9A\u3067\u304D\u3001\u30EF\u30A4\u30EB\u30C9\u30AB\u30FC\u30C9\u3082\u30B5\u30DD\u30FC\u30C8\u3002\u4F8B\uFF1A\uFF1A*.google.com\u3001google.com/mail/*\u3001https://www.google.com/*\u3002",general:"\u57FA\u672C\u8A2D\u5B9A",clickToExpandConfig:"\u73FE\u5728\u306E\u30B3\u30F3\u30D5\u30A3\u30AE\u30E5\u30EC\u30FC\u30B7\u30E7\u30F3\u3092\u62E1\u5927\u3059\u308B",import:"\u30D5\u30A1\u30A4\u30EB\u304B\u3089\u306E\u30A4\u30F3\u30DD\u30FC\u30C8",export:"\u30D5\u30A1\u30A4\u30EB\u3078\u306E\u30A8\u30AF\u30B9\u30DD\u30FC\u30C8",toggleDebug:"\u30B3\u30F3\u30BD\u30FC\u30EB\u306B\u30C7\u30D0\u30C3\u30B0\u30ED\u30B0\u3092\u8868\u793A\u3059\u308B","fingers.0":"\u51DD\u56FA","fingers.2":"\u30C4\u30FC\u30D5\u30A3\u30F3\u30AC\u30FC\u30BF\u30C3\u30C1","fingers.3":"\u30B9\u30EA\u30FC\u30D5\u30A3\u30F3\u30AC\u30FC\u30BF\u30C3\u30C1","fingers.4":"\u30D5\u30A9\u30FC\u30D5\u30A3\u30F3\u30AC\u30FC\u30BF\u30C3\u30C1","fingers.5":"5\u672C\u6307\u30BF\u30C3\u30C1",mouseHoldKey:"+ {key} \u7FFB\u8A33/\u6BB5\u843D\u3092\u5143\u306B\u623B\u3059",mouseHoldKeyAuto:"\u30D1\u30E9\u30B0\u30E9\u30D5\u306E\u76F4\u8A33",mouseHoldKeyOff:"\u4F55\u3082\u3059\u308B\u306A\u3002",mouseHoldKeyOther:"\u30B7\u30E7\u30FC\u30C8\u30AB\u30C3\u30C8\u306E\u30AB\u30B9\u30BF\u30DE\u30A4\u30BA\uFF08\u8A2D\u5B9A\u3092\u958B\u304F\uFF09",mouseHoldKeyCustomKey:"{key} \u30D1\u30E9\u30B0\u30E9\u30D5\u306E\u7FFB\u8A33\uFF0F\u7E2E\u5C0F",mouseHoverHoldKey:"\u30B7\u30E7\u30FC\u30C8\u30AB\u30C3\u30C8\u30AD\u30FC\u3092\u62BC\u3057\u306A\u304C\u3089\u30DE\u30A6\u30B9\u3092\u52D5\u304B\u3059\u3068\u6BB5\u843D\u304C\u7FFB\u8A33\u3055\u308C\u308B","mouse-translate":"\u30DE\u30A6\u30B9\u30DB\u30D0\u30FC",document:"(\u3055\u3093\u3077",resetSuccess:"\u3059\u3079\u3066\u306E\u8A2D\u5B9A\u306E\u30EA\u30BB\u30C3\u30C8\u306B\u6210\u529F",resetThisSuccess:"\u30EA\u30BB\u30C3\u30C8\u6210\u529F",saved:"\u30BB\u30FC\u30D6\u30FB\u30B5\u30AF\u30BB\u30B9",successImportConfig:"\u8A2D\u5B9A\u306E\u30A4\u30F3\u30DD\u30FC\u30C8\u306B\u6210\u529F",goAdvancedSettings:"\u8A73\u7D30\u8A2D\u5B9A\u30DA\u30FC\u30B8\u306B\u79FB\u52D5\u3059\u308B",goAdvancedInterfaceSettings:"\u8A73\u7D30\u30AB\u30B9\u30BF\u30DE\u30A4\u30BA\u8A2D\u5B9A\u30DA\u30FC\u30B8\u306B\u79FB\u52D5\u3059\u308B",advanced:"\u8A73\u7D30\u8A2D\u5B9A",advancedDescription:"\u901A\u5E38\u3001\u8A2D\u5B9A\u306F\u5FC5\u8981\u306A\u304F\u3001\u30C7\u30D5\u30A9\u30EB\u30C8\u306E\u307E\u307E\u3067\u3088\u3044\u3002\u3088\u308A\u5C02\u9580\u7684\u306A\u30E6\u30FC\u30B6\u30FC\u306E\u307F\u3001\u3088\u308A\u30D1\u30FC\u30BD\u30CA\u30E9\u30A4\u30BA\u3055\u308C\u305F\u8A2D\u5B9A\u304C\u53EF\u80FD\u3067\u3059\u3002",developer:"\u30C7\u30D9\u30ED\u30C3\u30D1\u30FC\u8A2D\u5B9A",donateCafe:"\u7269\u4FA1","translate to the bottom of the page":"\u30DA\u30FC\u30B8\u4E0B\u90E8\u3078\u306E\u7FFB\u8A33\u306F\u3001\u30DA\u30FC\u30B8\u306B\u5165\u3063\u3066\u3059\u3050\u306B\u884C\u308F\u308C\u308B\u306E\u3067\u3059\u304B\uFF1F",feedback:"\u554F\u984C\u306B\u95A2\u3059\u308B\u30D5\u30A3\u30FC\u30C9\u30D0\u30C3\u30AF",toggleTranslatePage:"\u30DA\u30FC\u30B8\u3092\u7FFB\u8A33\u3059\u308B\uFF0F\u539F\u6587\u3092\u8868\u793A\u3059\u308B",translateToThePageEndImmediatelyDescription:"\u3053\u306E\u6A5F\u80FD\u3092\u30AA\u30F3\u306B\u3059\u308B\u3068\u3001\u30DA\u30FC\u30B8\u306E\u4E0A\u304B\u3089\u4E0B\u306B\u5165\u529B\u3057\u305F\u5185\u5BB9\u304C\u5373\u5EA7\u306B\u7FFB\u8A33\u3055\u308C\u307E\u3059\u3002\u30AA\u30D5\u306B\u3059\u308B\u3068\u3001\u8AAD\u307F\u306A\u304C\u3089\u7FFB\u8A33\u3055\u308C\u307E\u3059\u3002(\u304A\u52E7\u3081\u3057\u307E\u305B\u3093\uFF09","translate all areas of the page":"\u30DA\u30FC\u30B8\u306E\u5168\u9818\u57DF\u3092\u7FFB\u8A33\u3059\u308B\u304B\u3069\u3046\u304B",translationAreaDescription:"\u30AA\u30F3\u306B\u3059\u308B\u3068\u3001\u30A6\u30A7\u30D6\u30DA\u30FC\u30B8\u5168\u4F53\u306E\u3059\u3079\u3066\u306E\u9818\u57DF\u304C\u7FFB\u8A33\u3055\u308C\u307E\u3059\u3002\u30AA\u30D5\u306B\u3059\u308B\u3068\u3001\u30C7\u30D5\u30A9\u30EB\u30C8\u306E\u30B9\u30DE\u30FC\u30C8\u8A8D\u8B58\u304C\u4F7F\u7528\u3055\u308C\u3001\u4E3B\u8981\u306A\u9818\u57DF\u306E\u307F\u304C\u7FFB\u8A33\u3055\u308C\u307E\u3059\u3002(\u30AA\u30F3\u306B\u3059\u308B\u3053\u3068\u306F\u304A\u52E7\u3081\u3057\u307E\u305B\u3093)","the number of characters to be translated first":"\u8868\u793A\u9818\u57DF\u307E\u3067\u30B9\u30AF\u30ED\u30FC\u30EB\u3059\u308B\u3053\u3068\u306A\u304F\u3001\u30DA\u30FC\u30B8\u306E\u6700\u521D\u306E\u6570\u6587\u5B57\u3092\u76F4\u63A5\u7FFB\u8A33\u3059\u308B\u3002","interface language":"\u30A4\u30F3\u30BF\u30FC\u30D5\u30A7\u30FC\u30B9\u8A00\u8A9E","display both the original text and the translation":"\u539F\u6587\u3068\u8A33\u6587\u306E\u540C\u6642\u8868\u793A","keyboard shortcuts":"\u30AD\u30FC\u30DC\u30FC\u30C9\u30B7\u30E7\u30FC\u30C8\u30AB\u30C3\u30C8",modify:"\u30B7\u30E7\u30FC\u30C8\u30AB\u30C3\u30C8\u30AD\u30FC\u306E\u5909\u66F4",reset:"\u30EA\u30D3\u30B8\u30E7\u30F3",close:"\u51DD\u56FA",homepage:"\u30DB\u30FC\u30E0\u30DA\u30FC\u30B8",more:"\u3082\u3063\u3068\u898B\u308B",moreOptions:"\u30AB\u30B9\u30BF\u30DE\u30A4\u30BA\u30FB\u30AA\u30D7\u30B7\u30E7\u30F3\u306E\u62E1\u5927",translateTheWholePage:"\u30DA\u30FC\u30B8\u306E\u5168\u9818\u57DF\u3092\u7FFB\u8A33\u3059\u308B\uFF08\u4E3B\u8981\u306A\u9818\u57DF\u3092\u30A4\u30F3\u30C6\u30EA\u30B8\u30A7\u30F3\u30C8\u306B\u8A8D\u8B58\u3059\u308B\u306E\u3068\u306F\u5BFE\u7167\u7684\uFF09\u3002",changeToTranslateTheWholePage:"\u5168\u5730\u57DF\u306E\u7FFB\u8A33\u306B\u5207\u308A\u66FF\u3048\u308B",changeToTranslateTheMainPage:"\u30E1\u30A4\u30F3\u30A8\u30EA\u30A2\u306E\u7FFB\u8A33\u306B\u5207\u308A\u66FF\u3048\u308B",changeToOnlyTranslationMode:"\u7FFB\u8A33\u306E\u307F\u3092\u8868\u793A\u3059\u308B\u3088\u3046\u306B\u5207\u308A\u66FF\u3048\u308B",changeToDualTranslationMode:"\u5BFE\u8A33\u3078\u306E\u5207\u308A\u66FF\u3048",translateToThePageEndImmediately:"\u30DA\u30FC\u30B8\u4E0B\u90E8\u3078\u306E\u5373\u6642\u7FFB\u8A33",translateTheMainPage:"\u30A4\u30F3\u30C6\u30EA\u30B8\u30A7\u30F3\u30C8\u7FFB\u8A33 \u4E3B\u8981\u5730\u57DF","The local rules are up to date":"\u5730\u5143\u306E\u9069\u5FDC\u898F\u5B9A\u306F\u6700\u65B0\u306E\u3082\u306E\u3060\u3002","Successfully synchronized with the latest official rules:":"\u6700\u65B0\u306E\u516C\u5F0F\u7AF6\u6280\u898F\u5247\u3068\u306E\u540C\u671F\u306B\u6210\u529F\u3002","Checking for updates":"\u30A2\u30C3\u30D7\u30C7\u30FC\u30C8\u306E\u30C1\u30A7\u30C3\u30AF","Rules are being synchronized":"\u9069\u5FDC\u30EB\u30FC\u30EB\u306E\u540C\u671F\u5316",localVersionIsTooOld:"\u30ED\u30FC\u30AB\u30EB\u306E\u62E1\u5F35\u6A5F\u80FD\u306E\u30D0\u30FC\u30B8\u30E7\u30F3\u304C\u53E4\u3059\u304E\u307E\u3059\u3002\u540C\u671F\u3092\u8A66\u307F\u308B\u524D\u306B\u3001\u62E1\u5F35\u6A5F\u80FD\u3092 {minVersion} \u4EE5\u964D\u306B\u30A2\u30C3\u30D7\u30B0\u30EC\u30FC\u30C9\u3057\u3066\u304F\u3060\u3055\u3044\u3002",badUserscriptBrowser:"\u73FE\u5728\u306E\u30D6\u30E9\u30A6\u30B6\u306F\u30B0\u30EA\u30FC\u30B9\u30E2\u30F3\u30AD\u30FC\u62E1\u5F35\u30A4\u30F3\u30BF\u30FC\u30D5\u30A7\u30A4\u30B9\u3092\u6B63\u3057\u304F\u5B9F\u88C5\u3057\u3066\u3044\u307E\u305B\u3093\uFF08\u4F8B\u3048\u3070\u3001\u30B0\u30EA\u30FC\u30B9\u30E2\u30F3\u30AD\u30FC\u30FB\u30B9\u30AF\u30EA\u30D7\u30C8\u81EA\u4F53\u306E\u30D0\u30FC\u30B8\u30E7\u30F3\u756A\u53F7\u306B\u95A2\u3059\u308B\u60C5\u5831\u3092\u53D6\u5F97\u3059\u308B\u5834\u5408\u306A\u3069\uFF09\u306E\u3067\u3001Firefox\u306A\u3069<1>\u30B0\u30EA\u30FC\u30B9\u30E2\u30F3\u30AD\u30FC\u62E1\u5F35\u3092\u30B5\u30DD\u30FC\u30C8\u3059\u308B\u4ED6\u306E\u30D6\u30E9\u30A6\u30B6\u3092\u3054\u5229\u7528\u304F\u3060\u3055\u3044\u3002",foundNewVersion:"\u65B0\u30D0\u30FC\u30B8\u30E7\u30F3\u3092\u898B\u308B",theLocalExtensionIsUpToUpdate:"\u73FE\u5728\u306E\u30A8\u30AF\u30B9\u30C6\u30F3\u30B7\u30E7\u30F3\u306F\u6700\u65B0\u3060\u3002",failToSyncRules:"\u6700\u65B0\u306E\u9069\u5FDC\u30EB\u30FC\u30EB\u306E\u540C\u671F\u306B\u5931\u6557",retry:"\u30EA\u30C8\u30E9\u30A4\u3059\u308B\u306B\u306F\u3053\u3053\u3092\u30AF\u30EA\u30C3\u30AF",failedReason:"\u5931\u6557\u306E\u7406\u7531",currentRuleVersion:"\u73FE\u5728\u306E\u30EB\u30FC\u30EB\u30FB\u30D0\u30FC\u30B8\u30E7\u30F3",calculating:"\u8A08\u7B97",unknownError:"\u672A\u77E5\u306E\u30A8\u30E9\u30FC",canNotFetchRemoteRule:"\u30EA\u30E2\u30FC\u30C8\u30EB\u30FC\u30EB\u304C\u53D6\u5F97\u3067\u304D\u306A\u3044",enableAlphaSuccess:"\u30A2\u30EB\u30D5\u30A1\u5BFE\u5FDC",disableAlphaSuccess:"\u30A2\u30EB\u30D5\u30A1\u6A5F\u80FD\u306F\u30AA\u30D5",cacheSize:"\u30AD\u30E3\u30C3\u30B7\u30E5\u30FB\u30B5\u30A4\u30BA\uFF1A",cleaning:"\u6E05\u7B97\u4E2D",cleanCache:"\u30AD\u30E3\u30C3\u30B7\u30E5\u3092\u6D88\u53BB\u3059\u308B",options:"\u30BB\u30C3\u30C8\u30A2\u30C3\u30D7",about:"\u306B\u5BFE\u3057\u3066",service:"\u901A\u8A33\u30B5\u30FC\u30D3\u30B9",needAction:"(\u8A2D\u5B9A\u3078\uFF09",goSettings:"\u8A2D\u5B9A\u3059\u308B",needActionForOptions:"(\u8A2D\u5B9A\u4E88\u5B9A\uFF09",translationEngine:"\u30A8\u30F3\u30B8\u30F3\u30FB\u30AA\u30D7\u30B7\u30E7\u30F3",sourceLanguage:"\u539F\u8A9E",target:"\u76EE\u6A19\u8A00\u8A9E",popupSourceLanguage:"\u539F\u8A9E",popupTarget:"\u76EE\u6A19\u8A00\u8A9E",popupService:"\u901A\u8A33\u30B5\u30FC\u30D3\u30B9",forThisSite:"\u73FE\u5728\u306E\u30A6\u30A7\u30D6\u30B5\u30A4\u30C8",autoEnableSubtitle:"\u4E8C\u30AB\u56FD\u8A9E\u5B57\u5E55\u3092\u81EA\u52D5\u7684\u306B\u30AA\u30F3\u306B\u3059\u308B",alwaysTranslate:"\u5E38\u306B\u7FFB\u8A33\u3059\u308B",neverTranslate:"\u6C7A\u3057\u3066\u7FFB\u8A33\u3057\u306A\u3044",alwaysTranslateSomeLanguage:"\u5E38\u306B\u7FFB\u8A33\u3059\u308B {language}",neverTranslateSomeLanguage:"\u6C7A\u3057\u3066\u7FFB\u8A33\u3057\u306A\u3044 {language}",alwaysTranslateSomeSite:"\u5E38\u306B\u7FFB\u8A33\u3059\u308B {hostname}",neverTranslateSomeSite:"\u6C7A\u3057\u3066\u7FFB\u8A33\u3057\u306A\u3044 {hostname}",alwaysTranslateSomeSiteOrWildSite:"\u5E38\u306B\u30B5\u30A4\u30C8\u3092\u7FFB\u8A33\u3059\u308B",alwaysTranslateSomePage:"\u5E38\u306B\u30DA\u30FC\u30B8\u3092\u7FFB\u8A33\u3059\u308B",add:"\u5897\u52A0",default:"\u30C7\u30D5\u30A9\u30EB\u30C8",forThisLanguage:"\u3053\u306E\u8A00\u8A9E\u306E\u5834\u5408\uFF1A","add url":"URL\u3092\u5165\u529B",edit:"\u30B3\u30F3\u30D1\u30A4\u30E9","translate other languages into specific language":"\u4ED6\u306E\u8A00\u8A9E\u3092\u8A2D\u5B9A\u3057\u305F\u8A00\u8A9E\u306B\u7FFB\u8A33\u3059\u308B","select translation service":"\u7FFB\u8A33\u30B5\u30FC\u30D3\u30B9\u306E\u9078\u629E",language:"\u591A\u8A00\u8A9E\u4E3B\u7FA9","show-original":"\u539F\u6587\u3092\u8868\u793A",translate:"\u30EC\u30F3\u30C0\u30EA\u30F3\u30B0",Translated:"\u7FFB\u8A33",Translating:"\u7FFB\u8A33\u4E2D",Error:"\u4E0D\u6B63\u78BA",allowCacheTranslations:"\u30ED\u30FC\u30AB\u30EB\u7FFB\u8A33\u30AD\u30E3\u30C3\u30B7\u30E5\u3092\u6709\u52B9\u306B\u3059\u308B\uFF08\u91CD\u8907\u3057\u305F\u7B87\u6240\u306E\u7FFB\u8A33\u30EA\u30AF\u30A8\u30B9\u30C8\u3092\u6E1B\u3089\u3059\uFF09","translation display":"\u7FFB\u8A33\u8868\u793A\u30B9\u30BF\u30A4\u30EB","select diplay style":"\u4EE5\u4E0B\u306E\u4F8B\u3092\u5177\u4F53\u7684\u306B\u53C2\u7167\u3057\u306A\u304C\u3089\u3001\u7FFB\u8A33\u306E\u30B9\u30BF\u30A4\u30EB\u3092\u533A\u5225\u3059\u308B\u3002",interface:"\u30A4\u30F3\u30BF\u30FC\u30D5\u30A7\u30FC\u30B9\u8A2D\u5B9A",import_export:"\u30A4\u30F3\u30DD\u30FC\u30C8/\u30A8\u30AF\u30B9\u30DD\u30FC\u30C8",import_export_title:"\u30A4\u30F3\u30DD\u30FC\u30C8/\u30A8\u30AF\u30B9\u30DD\u30FC\u30C8\u8A2D\u5B9A",syncToGoogleDrive:"Google\u30C9\u30E9\u30A4\u30D6\u3068\u540C\u671F",floatBallOptions:"\u30DB\u30D0\u30FC\u30DC\u30FC\u30EB\u306E\u8A2D\u5B9A","floatBallOptions.enable":"\u30DB\u30D0\u30FC\u30DC\u30FC\u30EB\u3092\u4F7F\u7528\u53EF\u80FD\u306B\u3059\u308B","floatBallOptions.blockUrls":"\u30A6\u30A7\u30D6\u30B5\u30A4\u30C8\u3092\u7121\u52B9\u306B\u3059\u308B","floatBallOptions.add":"\u5897\u52A0","floatBallOptions.blockUrlDesc":"\u4EE5\u4E0B\u306E\u30B5\u30A4\u30C8\u3067\u306F\u30DB\u30D0\u30FC\u30DC\u30FC\u30EB\u304C\u8868\u793A\u3055\u308C\u307E\u305B\u3093\u3002","floatBallOptions.clickType":"\u30AF\u30EA\u30C3\u30AF\u884C\u52D5","floatBallOptions.clickTypeDesc":"\u30AF\u30EA\u30C3\u30AF\u3057\u305F\u3068\u304D\u306E\u30DB\u30D0\u30FC\u30DC\u30FC\u30EB\u30FB\u30A2\u30A4\u30B3\u30F3\u306E\u52D5\u4F5C","floatBallOptions.clickPopup":"\u7FFB\u8A33\u30D1\u30CD\u30EB\u306E\u8868\u793A","floatBallOptions.clickTranslate":"\u539F\u6587\u306E\u7FFB\u8A33\uFF0F\u8868\u793A","floatBallOptions.fixedPosition":"\u56FA\u5B9A\u4F4D\u7F6E","floatBallOptions.fixedPositionDesc":"\u60AC\u6D6E\u7403\u5728\u7A97\u53E3\u5DE6\u4FA7\u8FD8\u662F\u53F3\u4FA7","floatBallOptions.fixedPositionLeft":"\u5DE6\u4FA7","floatBallOptions.fixedPositionRight":"\u53F3\u4FA7",previewAllThemes:"\u3059\u3079\u3066\u306E\u30B9\u30BF\u30A4\u30EB\u3092\u30D7\u30EC\u30D3\u30E5\u30FC\u3059\u308B","translationTheme.none":"\u306A\u3044","translationTheme.grey":"\u30C0\u30FC\u30AF\u30B0\u30EC\u30FC","translationTheme.dashed":"\u70B9\u7DDA\u4E0B\u7DDA","translationTheme.dotted":"\u70B9\u7DDA\u30A2\u30F3\u30C0\u30FC\u30B9\u30B3\u30A2","translationTheme.dashedBorder":"\u70B9\u7DDA","translationTheme.solidBorder":"\u30BD\u30EA\u30C3\u30C9\u30DC\u30FC\u30C0\u30FC","translationTheme.underline":"\u76F4\u7DDA\u306B\u4E0B\u7DDA\u3092\u5F15\u304F","translationTheme.mask":"\u30D5\u30A1\u30B8\u30FC\u52B9\u679C\uFF08\u5B66\u7FD2\u30E2\u30FC\u30C9\uFF09","translationTheme.opacity":"\u900F\u660E\u52B9\u679C","translationTheme.paper":"\u767D\u3044\u7D19\u306E\u5F71\u306E\u52B9\u679C","translationTheme.dividingLine":"\u308F\u3051\u3081","translationTheme.highlight":"\u9AD8\u8F1D\u5EA6","translationTheme.marker":"\u30DE\u30FC\u30AB\u30FC","translationTheme.marker2":"\u30DE\u30FC\u30AB\u30FC2","translationTheme.blockquote":"\u53C2\u7167\u30B9\u30BF\u30A4\u30EB","translationTheme.weakening":"\u5F31\u4F53\u5316","translationTheme.italic":"\u659C\u4F53","translationTheme.bold":"\u6FC3\u5316","translationTheme.thinDashed":"\u7D30\u70B9\u7DDA\u30A2\u30F3\u30C0\u30FC\u30E9\u30A4\u30F3","translationTheme.nativeDashed":"\u30B7\u30B9\u30C6\u30E0\u306F\u70B9\u7DDA\u306E\u30A2\u30F3\u30C0\u30FC\u30E9\u30A4\u30F3\u4ED8\u304D","translationTheme.nativeDotted":"\u30B7\u30B9\u30C6\u30E0\u306F\u70B9\u7DDA\u306E\u30A2\u30F3\u30C0\u30FC\u30E9\u30A4\u30F3\u4ED8\u304D","translationTheme.nativeUnderline":"\u30B7\u30B9\u30C6\u30E0\u306B\u306F\u76F4\u7DDA\u306E\u30A2\u30F3\u30C0\u30FC\u30E9\u30A4\u30F3\u304C\u4ED8\u5C5E\u3057\u3066\u3044\u308B","translationTheme.wavy":"\u6CE2\u7DDA","translationServices.custom":"\u30AB\u30B9\u30BF\u30E0API","translationServices.tencent":"\u30C6\u30F3\u30BB\u30F3\u30C8\u7FFB\u8A33\u8005","translationServices.tenAlpha":"\u30C6\u30F3\u30BB\u30F3\u30C8\u30FB\u30C8\u30E9\u30F3\u30B9\u30EC\u30FC\u30BF\u30FC\uFF08\u30A2\u30EB\u30D5\u30A1\uFF09","translationServices.google":"\u30B0\u30FC\u30B0\u30EB\u7FFB\u8A33","translationServices.bai":"\u30D0\u30A4\u30C9\u30A5\uFF08\u30A2\u30EB\u30D5\u30A1\uFF09","translationServices.baidu":"\u767E\u5EA6\u306E\u7FFB\u8A33","translationServices.aliyun":"\u30A2\u30EA\u30AF\u30E9\u30A6\u30C9\u7FFB\u8A33","translationServices.volc":"\u706B\u5C71\u7FFB\u8A33","translationServices.deeplx":"DeepLX (\u30D9\u30FC\u30BF)","translationServices.bing":"\u30DE\u30A4\u30AF\u30ED\u30BD\u30D5\u30C8\u7FFB\u8A33","translationServices.deepl":"\u30C7\u30A3\u30FC\u30D7\u30A8\u30EB","translationServices.wechat":"WeChat\u7FFB\u8A33","translationServices.azure":"\u30A2\u30B8\u30E5\u30FC\u30EB\u7FFB\u8A33","translationServices.ibm":"IBM\u30EF\u30C8\u30BD\u30F3","translationServices.aws":"\u30A2\u30DE\u30BE\u30F3\u7FFB\u8A33","translationServices.mock":"\u6A21\u64EC\u7FFB\u8A33","translationServices.mock2":"\u6A21\u64EC\u7FFB\u8A332","translationServices.caiyun":"\u30AB\u30E9\u30D5\u30EB\u306A\u96F2\u3068\u5C0F\u3055\u306A\u7FFB\u8A33","translationServices.cai":"\u30AB\u30E9\u30D5\u30EB\u306A\u96F2\uFF08\u30A2\u30EB\u30D5\u30A1\uFF09","translationServices.volcAlpha":"\u30DC\u30EB\u30B1\u30FC\u30CE\uFF08\u30A2\u30EB\u30D5\u30A1\uFF09","translationServices.openl":"\u30AA\u30FC\u30D7\u30F3L","translationServices.youdao":"Youtube\u7FFB\u8A33","translationServices.you":"Youdao \u7FFB\u8A33\u8005\uFF08\u30A2\u30EB\u30D5\u30A1\uFF09","translationServices.transmart":"\u9A30\u8A0A\u30A4\u30F3\u30BF\u30E9\u30AF\u30C6\u30A3\u30D6\u7FFB\u8A33","translationServices.niu":"\u30DE\u30FC\u30D9\u30EA\u30C3\u30AF\u7FFB\u8A33\u8005","translationServices.papago":"\u30D1\u30D1\u30B4\u7FFB\u8A33","translationServices.d":"D\uFF08\u30A2\u30EB\u30D5\u30A1\uFF09","translationServices.dpro":"D\u30D7\u30ED\uFF08\u30AB\u30CA\u30EA\u30A2\uFF09","translationServices.openai":"\u30AA\u30FC\u30D7\u30F3AI","translationServices.chatgpt":"ChatGPT Web(3.5 mobile)","translate title":"\u30DA\u30FC\u30B8\u30BF\u30A4\u30C8\u30EB\u3092\u7FFB\u8A33\u3059\u308B","always languages":"\u5E38\u306B\u8A00\u8A9E\u3092\u7FFB\u8A33\u3059\u308B",neverTranslateLanguagesLabel:"\u7FFB\u8A33\u3055\u308C\u308B\u3053\u3068\u306E\u306A\u3044\u8A00\u8A9E",neverTranslateTheFollowingLanguagesDescription:"\u30DA\u30FC\u30B8\u4E0A\u306E\u6BB5\u843D\u304C\u4EE5\u4E0B\u306E\u8A00\u8A9E\u306E\u3044\u305A\u308C\u304B\u3067\u3042\u308B\u5834\u5408\u3001\u7FFB\u8A33\u306F\u30B9\u30AD\u30C3\u30D7\u3055\u308C\u307E\u3059\u3002",enableUserscriptPagePopup:"\u30DA\u30FC\u30B8\u306B\u30DB\u30D0\u30FC\u30DC\u30FC\u30EB\u3092\u8868\u793A",enableUserscriptPagePopupDescription:"\u30DB\u30D0\u30FC\u30DC\u30FC\u30EB\u3092\u30AA\u30D5\u306B\u3057\u305F\u5F8C\u306F\u3001\u30B7\u30E7\u30FC\u30C8\u30AB\u30C3\u30C8 /{touch}\u3067\u547C\u3073\u51FA\u3059\u3053\u3068\u304C\u3067\u304D\u307E\u3059\u3002\u3046\u3063\u304B\u308A\u3053\u306E\u30AA\u30D7\u30B7\u30E7\u30F3\u3092\u30AA\u30D5\u306B\u3057\u305F\u5F8C\u3001\u30DB\u30D0\u30FC\u30DC\u30FC\u30EB\u3092\u898B\u3064\u3051\u3089\u308C\u306A\u304F\u306A\u308B\u306E\u3092\u9632\u3050\u305F\u3081\u3001\u3053\u306E\u8A2D\u5B9A\u30DA\u30FC\u30B8\u3092\u30D6\u30C3\u30AF\u30DE\u30FC\u30AF\u3057\u3066\u304A\u304F\u3053\u3068\u3092\u5F37\u304F\u304A\u52E7\u3081\u3057\u307E\u3059\uFF01","always translate the following languages":"\u30DA\u30FC\u30B8\u304C\u6B21\u306E\u8A00\u8A9E\u306E1\u3064\u3067\u3042\u308B\u3068\u304D\u81EA\u52D5\u7684\u306B\u30BF\u30FC\u30B2\u30C3\u30C8\u8A00\u8A9E\u306B\u7FFB\u8A33\u3059\u308B","always sites":"\u5E38\u306B\u7FFB\u8A33\u3055\u308C\u305F\u30A6\u30A7\u30D6\u30B5\u30A4\u30C8","always translate the following sites":"\u306E\u30C9\u30E1\u30A4\u30F3\u540D\u3067\u3042\u308C\u3070\u3001\u30A6\u30A7\u30D6\u30B5\u30A4\u30C8\u306F\u81EA\u52D5\u7684\u306B\u30BF\u30FC\u30B2\u30C3\u30C8\u8A00\u8A9E\u306B\u7FFB\u8A33\u3055\u308C\u308B\u3002","never sites":"\u672A\u7FFB\u8A33\u30B5\u30A4\u30C8","never translate the following sites":"\u4EE5\u4E0B\u306E\u30C9\u30E1\u30A4\u30F3\u306E\u30B5\u30A4\u30C8\u3067\u306F\u3001\u7FFB\u8A33\u306F\u884C\u308F\u308C\u307E\u305B\u3093\u3002","please refer to":"\u4F7F\u7528\u3059\u308B\u524D\u306B\u30AD\u30FC\u3092\u5165\u529B\u3059\u308B\u5FC5\u8981\u304C\u3042\u308A\u307E\u3059\u3002",KeyAndConfigurationTutorial:"\u30AD\u30FC\u30FB\u30A2\u30D7\u30EA\u30B1\u30FC\u30B7\u30E7\u30F3\u3068\u30B3\u30F3\u30D5\u30A3\u30AE\u30E5\u30EC\u30FC\u30B7\u30E7\u30F3\u30FB\u30C1\u30E5\u30FC\u30C8\u30EA\u30A2\u30EB",useAboveStyleForTheseSites:"\u4EE5\u4E0B\u306E\u30C9\u30E1\u30A4\u30F3\u306E\u30B5\u30A4\u30C8\u3067\u306F\u3001\u5E38\u306B \u2308{theme}\u230B \u7FFB\u8A33\u30B9\u30BF\u30A4\u30EB\u3092\u4F7F\u7528\u3057\u307E\u3059\u3002",currentUrl:"\u73FE\u5728\u306EURL",confirm:"\u30BB\u30FC\u30D6",cancel:"\u30AD\u30E3\u30F3\u30BB\u30EB",delete:"\u9664\u53BB","languages.auto":"\u81EA\u52D5\u691C\u51FA",syncToCloud:"\u30B0\u30FC\u30B0\u30EB\u30C9\u30E9\u30A4\u30D6\u306B\u540C\u671F",syncToCloudDescription:"\u30AF\u30E9\u30A6\u30C9\u306B\u30A2\u30C3\u30D7\u30ED\u30FC\u30C9\u3055\u308C\u305F\u30B3\u30F3\u30D5\u30A3\u30AE\u30E5\u30EC\u30FC\u30B7\u30E7\u30F3\u306F\u3001\u7570\u306A\u308B\u30D6\u30E9\u30A6\u30B6\u30FC\uFF0F\u30B0\u30EA\u30FC\u30B9\u30E2\u30F3\u30AD\u30FC\u30FB\u30B9\u30AF\u30EA\u30D7\u30C8\u9593\u3067\u540C\u671F\u3055\u305B\u308B\u3053\u3068\u304C\u3067\u304D\u308B\u3002",syncToAccount:"\u30A4\u30DE\u30FC\u30B7\u30D6\u7FFB\u8A33\u30AF\u30E9\u30A6\u30C9\u3078\u306E\u540C\u671F",syncToAccountButton:"\u30AF\u30E9\u30A6\u30C9\u3068\u306E\u5373\u6642\u540C\u671F",syncToAccountDescription:"\u7570\u306A\u308B\u30C7\u30D0\u30A4\u30B9\u9593\u3067\u3001\u6700\u5F8C\u306B\u5909\u66F4\u3055\u308C\u305F\u65B9\u306E\u8A2D\u5B9A\u3092\u81EA\u52D5\u7684\u306B\u540C\u671F\u3057\u307E\u3059\u3002",successSyncConfigInAccount:"\u30AF\u30E9\u30A6\u30C9\u3068\u306E\u540C\u671F\u306B\u6210\u529F",successSyncConfigToAccount:"\u30AF\u30E9\u30A6\u30C9\u3078\u306E\u540C\u671F\u306B\u6210\u529F",syncConfigNoUpdate:"\u3082\u3046\u6700\u65B0\u306E\u3082\u306E\u3060\u3002",authFail:"\u8A8D\u8A3C\u5931\u6557",syncTitle:"\u624B\u52D5\u30D0\u30C3\u30AF\u30A2\u30C3\u30D7\u7BA1\u7406",import_hint:"\u30A4\u30F3\u30DD\u30FC\u30C8",upload:"\u30A2\u30C3\u30D7\u30ED\u30FC\u30C9",revokeAuth:"\u8A8D\u53EF\u306E\u53D6\u308A\u6D88\u3057",uploadFail:"\u30A2\u30C3\u30D7\u30ED\u30FC\u30C9\u5931\u6557",download:"\u30C0\u30A6\u30F3\u30ED\u30FC\u30C9",importSuccess:"\u8F38\u5165\u306B\u6210\u529F",importFail:"\u30A4\u30F3\u30DD\u30FC\u30C8\u5931\u6557",deleteFail:"\u524A\u9664\u306B\u5931\u6557\u3057\u307E\u3057\u305F",backupToCloud:"\u30D0\u30C3\u30AF\u30A2\u30C3\u30D7\u30D5\u30A1\u30A4\u30EB\u306E\u624B\u52D5\u7BA1\u7406",create_new_backup:"\u65B0\u3057\u3044\u30D0\u30C3\u30AF\u30A2\u30C3\u30D7\u30CE\u30FC\u30C9\u3092\u8FFD\u52A0\u3059\u308B",maxBackupFiles:"\u6700\u5927{count}\u7570\u306A\u308B\u30CE\u30FC\u30C9\u3092\u30D0\u30C3\u30AF\u30A2\u30C3\u30D7\u3067\u304D\u307E\u3059\u3002\u4E0D\u8981\u306A\u30CE\u30FC\u30C9\u306F\u524A\u9664\u3057\u3066\u304F\u3060\u3055\u3044\u3002",backupToCloudDescription:"\u30D0\u30C3\u30AF\u30A2\u30C3\u30D7\u30D5\u30A1\u30A4\u30EB\u3092\u624B\u52D5\u3067\u30A2\u30C3\u30D7\u30ED\u30FC\u30C9\u307E\u305F\u306F\u30EA\u30B9\u30C8\u30A2\u3002",successSyncConfig:"\u30AF\u30E9\u30A6\u30C9\u3068\u306E\u540C\u671F\u306B\u6210\u529F",syncFail:"\u540C\u671F\u5931\u6557",updatedAt:"{date}\u3088\u308A\u66F4\u65B0",lastSyncedAt:"\u6700\u7D42\u78BA\u8A8D\uFF1A {date}",downloadFail:"\u30C0\u30A6\u30F3\u30ED\u30FC\u30C9\u306B\u5931\u6557\u3057\u307E\u3057\u305F",clickToDownload:"\u30AF\u30EA\u30C3\u30AF\u3057\u3066\u30C0\u30A6\u30F3\u30ED\u30FC\u30C9",aboutLabel:"\u30D5\u30A3\u30FC\u30C9\u30D0\u30C3\u30AF","browser.openAboutPage":"\u3054\u610F\u898B\u30FB\u3054\u611F\u60F3",aboutLabelWithoutSponsor:"\u30D5\u30A3\u30FC\u30C9\u30D0\u30C3\u30AF",aboutIntro:"\u30A4\u30F3\u30BF\u30FC\u30CD\u30C3\u30C8\u4E0A\u306E\u81A8\u5927\u306A\u5916\u56FD\u8A9E\u60C5\u5831\u3078\u306E\u30A2\u30AF\u30BB\u30B9\u304C\u3088\u308A\u7C21\u5358\u3067\u697D\u3057\u3044\u3082\u306E\u306B\u306A\u308A\u307E\u3059\u3088\u3046\u306B \u2764\uFE0F <6>\u30D7\u30ED\u30E1\u30F3\u30D0\u30FC\u30B7\u30C3\u30D7\u3092 \u6709\u52B9\u306B\u3057\u3066\u3001\u3059\u3050\u306B\u4F7F\u3048\u308BDeepL\u3068OpenAI\u306E\u7FFB\u8A33\u3092\u3054\u5229\u7528\u304F\u3060\u3055\u3044\u3002

<3>Twitter\u3001<4>Telegram\u3001Weibo\u3001WeChat\u3067\u79C1\u305F\u3061\u3092\u30D5\u30A9\u30ED\u30FC\u3059\u308B\u304B\u3001\u4EE5\u4E0B\u306E<5>\u30E1\u30FC\u30EA\u30F3\u30B0\u30EA\u30B9\u30C8\u306B\u767B\u9332\u3057\u3066\u66F4\u65B0\u3092\u8FFD\u8DE1\u3059\u308B\u3053\u3068\u304C\u3067\u304D\u307E\u3059\u3002
<7>\u30D7\u30ED\u4F1A\u54E1\u306E \u65B9\u306F\u3001 <8>support@immersivetranslate.com \u307E\u3067\u3054\u9023\u7D61\u3044\u305F\u3060\u3051\u308C\u3070\u3001\u8FC5\u901F\u306A\u30AB\u30B9\u30BF\u30DE\u30FC\u30B5\u30FC\u30D3\u30B9\u3092\u3054\u63D0\u4F9B\u3044\u305F\u3057\u307E\u3059\u3002",aboutIntroWithoutSponsor:"\u2764\uFE0F

<3>\u30C4\u30A4\u30C3\u30BF\u30FC\u3001<4>\u30C6\u30EC\u30B0\u30E9\u30E0\u30FB\u30C1\u30E3\u30F3\u30CD\u30EB\u3001WeChat\u3001WeChat Exchange\u3067\u30D5\u30A9\u30ED\u30FC\u3057\u3066\u3044\u305F\u3060\u304F\u304B\u3001\u4EE5\u4E0B\u306E<5>E\u30E1\u30FC\u30EB\u3067\u66F4\u65B0\u60C5\u5831\u3092<5>\u8CFC\u8AAD\u3057\u3066\u304F\u3060\u3055\u3044\u3002",projectHomepage:"\u30D7\u30ED\u30B8\u30A7\u30AF\u30C8\u30FB\u30DB\u30FC\u30E0",joinTelegramGroup:"\u30E6\u30FC\u30B6\u30FC\u30B0\u30EB\u30FC\u30D7\u306B\u53C2\u52A0\u3057\u3066\u3001\u6A5F\u80FD\u306B\u95A2\u3059\u308B\u30C7\u30A3\u30B9\u30AB\u30C3\u30B7\u30E7\u30F3\u306B\u53C2\u52A0",wechatPublicAccount:"WeChat\u30D1\u30D6\u30EA\u30C3\u30AF",wechatCommunities:"WeChat\u4EA4\u6D41\u30B0\u30EB\u30FC\u30D7",qqCommunities:"QQ\u30B3\u30DF\u30E5\u30CB\u30B1\u30FC\u30B7\u30E7\u30F3\u30C1\u30E3\u30F3\u30CD\u30EB",joinTelegramChannel:"\u6700\u65B0\u60C5\u5831\u306FTelegram\u30C1\u30E3\u30F3\u30CD\u30EB\u3092\u30D5\u30A9\u30ED\u30FC",feedbackAndJoin:"\u8CEA\u554F \u30D5\u30A3\u30FC\u30C9\u30D0\u30C3\u30AF / \u30B0\u30EB\u30FC\u30D7\u8FFD\u52A0",autoSync:"\u81EA\u52D5\u6642\u523B\u540C\u671F",loadingThemeTitle:"\u30ED\u30FC\u30C7\u30A3\u30F3\u30B0\u30FB\u30B9\u30BF\u30A4\u30EB",loadingThemeDescription:"\u7FFB\u8A33\u30ED\u30FC\u30C9\u5F85\u3061\u6642\u9593\u306E\u30B9\u30BF\u30A4\u30EB\u8A2D\u5B9A","loadingTheme.spinner":"\u56DE\u8EE2\u30A2\u30CB\u30E1\u30FC\u30B7\u30E7\u30F3","loadingTheme.text":"\u9759\u7684\u30C6\u30AD\u30B9\u30C8 ","loadingTheme.none":"\u8868\u793A\u306A\u3057",developerDescription:"\u9AD8\u5EA6\u306A\u30AB\u30B9\u30BF\u30DE\u30A4\u30BA\u306B\u95A2\u3059\u308B\u30C9\u30AD\u30E5\u30E1\u30F3\u30C8\u306F<1>\u3053\u3061\u3089\u3092\u3054\u89A7\u304F\u3060\u3055\u3044\u3002","edit border color":"\u30DC\u30FC\u30C0\u30FC\u30AB\u30E9\u30FC\u306E\u5909\u66F4",successSyncButNoChange:"\u73FE\u5728\u306E\u30B3\u30F3\u30D5\u30A3\u30AE\u30E5\u30EC\u30FC\u30B7\u30E7\u30F3\u306F\u30AF\u30E9\u30A6\u30C9\u3068\u4E00\u81F4\u3057\u3066\u3044\u308B",customTheme:"\u30AB\u30B9\u30BF\u30E0\u30AB\u30E9\u30FC\u3068\u30B5\u30A4\u30BA","customThemeLabel.borderColor":"\u30DC\u30FC\u30C0\u30FC\u30AB\u30E9\u30FC","customThemeLabel.borderRadius":"\u4E38\u307F\u3092\u5E2F\u3073\u305F\u30A8\u30C3\u30B8","customThemeLabel.textColor":"\u30C6\u30AD\u30B9\u30C8\u30AB\u30E9\u30FC","customThemeLabel.backgroundColor":"\u80CC\u666F\u8272","customThemeLabel.zoom":"\u30D5\u30A9\u30F3\u30C8\u30FB\u30B9\u30B1\u30FC\u30EA\u30F3\u30B0 (%)","customThemeLabel.opacity":"\u30C6\u30AD\u30B9\u30C8\u306E\u4E0D\u900F\u660E\u5EA6 (%)",resetToDefaultColor:"\u30C7\u30D5\u30A9\u30EB\u30C8\u30AB\u30E9\u30FC\u306B\u623B\u3059",resetToDefaultSettings:"\u30C7\u30D5\u30A9\u30EB\u30C8\u8A2D\u5B9A\u306B\u623B\u3059",isTranslateTitle:"\u30DA\u30FC\u30B8\u30BF\u30A4\u30C8\u30EB\u306E\u7FFB\u8A33\u3092\u6709\u52B9\u306B\u3059\u308B",isTranslateTitleDescription:"\u30AA\u30F3\u306B\u3059\u308B\u3068\u3001\u30DA\u30FC\u30B8\u30BF\u30A4\u30C8\u30EB\u304C\u7FFB\u8A33\u3055\u308C\u307E\u3059",enableSearchEnhancement:"\u30D0\u30A4\u30EA\u30F3\u30AC\u30EB\u30E1\u30C3\u30BB\u30FC\u30B8\u3092\u6709\u52B9\u306B\u3059\u308B",enableSearchEnhancementDescription:"\u6709\u52B9\u306B\u3059\u308B\u3068\u3001\u5BFE\u5FDC\u30B5\u30A4\u30C8\uFF08Google News\u3001Google Search\uFF08\u4E00\u90E8\u30AD\u30FC\u30EF\u30FC\u30C9\uFF09\u3001Snowball\u3001Oriental Fortune\u3001Futura\u3001Tiger Community\uFF09\u306E\u53F3\u30AB\u30E9\u30E0\u306B\u3001\u8A72\u5F53\u3059\u308B\u82F1\u8A9E\u30AD\u30FC\u30EF\u30FC\u30C9\u3067\u300CGoogle News\u300D\u306E\u691C\u7D22\u7D50\u679C\u304C\u81EA\u52D5\u7684\u306B\u8868\u793A\u3055\u308C\u308B\u3088\u3046\u306B\u306A\u308A\u307E\u3059\u3002",verifyService:"\u30B5\u30FC\u30D3\u30B9\u306E\u30C6\u30B9\u30C8\u306F\u3053\u3061\u3089",verified:"\u6210\u529F\u306E\u78BA\u8A8D","field.langs":"\u5BFE\u5FDC\u8A00\u8A9E\u30B3\u30FC\u30C9","field.model":"\u30E2\u30C7\u30EA\u30F3\u30B0","field.translationEngine":"\u7FFB\u8A33\u30A8\u30F3\u30B8\u30F3","field.limitPerMinute":"1\u5206\u3042\u305F\u308A\u306E\u6700\u5927\u30EA\u30AF\u30A8\u30B9\u30C8\u6570","field.limitPerSecond":"1\u79D2\u3042\u305F\u308A\u306E\u6700\u5927\u30EA\u30AF\u30A8\u30B9\u30C8\u6570","field.maxTextLengthPerRequest":"\u30EA\u30AF\u30A8\u30B9\u30C8\u3054\u3068\u306E\u6700\u5927\u30C6\u30AD\u30B9\u30C8\u9577","field.maxTextGroupLengthPerRequest":"\u30EA\u30AF\u30A8\u30B9\u30C8\u3054\u3068\u306E\u6700\u5927\u6BB5\u843D\u6570","field.apiUrl":"\u30AB\u30B9\u30BF\u30E0API\u30A4\u30F3\u30BF\u30FC\u30D5\u30A7\u30FC\u30B9\u306E\u30A2\u30C9\u30EC\u30B9","field.placeholderDelimiters":"\u4E88\u7D04\u30D7\u30EC\u30FC\u30B9\u30DB\u30EB\u30C0","description.custom":"\u30AB\u30B9\u30BF\u30E0\u30A4\u30F3\u30BF\u30FC\u30D5\u30A7\u30FC\u30B9\u30A2\u30AF\u30BB\u30B9 \u8981\u30C9\u30AD\u30E5\u30E1\u30F3\u30C6\u30FC\u30B7\u30E7\u30F3","description.limitPerMinute":"\u3053\u306E\u5236\u9650\u3092\u8D85\u3048\u305F\u30EA\u30AF\u30A8\u30B9\u30C8\u306F\u3001\u6B21\u306E\u5206\u304C\u59CB\u307E\u308B\u307E\u3067\u30AD\u30E5\u30FC\u306B\u5165\u308A\u307E\u3059\u3002OpenAI\u306E\u73FE\u5728\u306E\u30B5\u30FC\u30D3\u30B9\u306B\u306F\u3055\u307E\u3056\u307E\u306A\u5236\u9650\u304C\u3042\u308B\u305F\u3081\u3001\u6700\u65B0\u306E\u63A8\u5968\u5024\u306F<1>\u3053\u3061\u3089\u3092\u3054\u89A7\u304F\u3060\u3055\u3044\u3002","description.limitPerSecond":"\u3053\u306E\u5236\u9650\u3092\u8D85\u3048\u305F\u30EA\u30AF\u30A8\u30B9\u30C8\u306F\u3001\u6B21\u306E\u79D2\u304C\u59CB\u307E\u308B\u307E\u3067\u30AD\u30E5\u30FC\u306B\u5165\u308A\u307E\u3059\u3002OpenAI\u306E\u73FE\u5728\u306E\u30B5\u30FC\u30D3\u30B9\u306B\u306F\u3055\u307E\u3056\u307E\u306A\u5236\u9650\u304C\u3042\u308B\u305F\u3081\u3001\u6700\u65B0\u306E\u63A8\u5968\u5024\u306F<1>\u3053\u3061\u3089\u3092\u3054\u89A7\u304F\u3060\u3055\u3044\u3002","description.generalLimitPerSecond":"\u3053\u306E\u5236\u9650\u3092\u8D85\u3048\u305F\u30EA\u30AF\u30A8\u30B9\u30C8\u306F\u3001\u6B21\u306E\u79D2\u304C\u59CB\u307E\u308B\u307E\u3067\u30AD\u30E5\u30FC\u306B\u5165\u308B\u3002","description.prompt":"\u30E6\u30FC\u30B6\u30FC\u3068\u3057\u3066 {service} \u306B\u9001\u4FE1\u3055\u308C\u308B\u5BFE\u8A71\u3067\u3001{{text}} \u306F\u6BB5\u843D\u306E\u30C6\u30AD\u30B9\u30C8\u5185\u5BB9\u3092\u793A\u3057\u3001{{from}} \u306F\u6BB5\u843D\u306E\u8A00\u8A9E\u3092\u793A\u3057\u3001{{to}} \u306F\u76EE\u6A19\u8A00\u8A9E\u3092\u793A\u3057\u307E\u3059\u3002","description.maxTextLengthPerRequest":"\u30EA\u30AF\u30A8\u30B9\u30C8\u3042\u305F\u308A\u306E\u6700\u5927\u6587\u5B57\u6570\u304C\u5927\u304D\u3059\u304E\u308B\u3068\u3001\u30A4\u30F3\u30BF\u30FC\u30D5\u30A7\u30FC\u30B9\u306E\u5FDC\u7B54\u304C\u9045\u304F\u306A\u308B\u306E\u3067\u3001\u3053\u306E\u30AA\u30D7\u30B7\u30E7\u30F3\u3092\u8ABF\u6574\u3057\u3066\u901F\u5EA6\u3092\u6700\u9069\u5316\u3057\u3066\u304F\u3060\u3055\u3044\u3002","description.systemPrompt":"\u30B7\u30B9\u30C6\u30E0\u3068\u3057\u3066 {service} \u306B\u9001\u4FE1\u3055\u308C\u308B\u5BFE\u8A71\u3067\u3001{{text}} \u306F\u6BB5\u843D\u306E\u30C6\u30AD\u30B9\u30C8\u5185\u5BB9\u3092\u793A\u3057\u3001{{from}} \u306F\u6BB5\u843D\u306E\u8A00\u8A9E\u3092\u793A\u3057\u3001{{to}} \u306F\u76EE\u6A19\u8A00\u8A9E\u3092\u793A\u3057\u307E\u3059\u3002","field.domain":"\u30EC\u30A2\u30EB","description.domain":"\u30C7\u30D5\u30A9\u30EB\u30C8\u306F\uFF1Ageneral \u3067\u3059\u3002Arima API \u30B3\u30F3\u30BD\u30FC\u30EB\u3067\u30C9\u30E1\u30A4\u30F3\u5909\u63DB\u304C\u6709\u52B9\u306B\u306A\u3063\u3066\u3044\u308B\u5834\u5408\u306E\u307F\u8A2D\u5B9A\u3067\u304D\u307E\u3059\u3002","field.scene":"\u53D6\u308B","description.scene":"\u30C7\u30D5\u30A9\u30EB\u30C8\u306F\uFF1A\u4E00\u822C\u3067\u3059\u3002AliCloud API\u30B3\u30F3\u30BD\u30FC\u30EB\u3067Machine Translation Pro\u3092\u958B\u3044\u305F\u5834\u5408\u306E\u307F\u8A2D\u5B9A\u3067\u304D\u307E\u3059\u3002","field.vocabId":"\u30E6\u30FC\u30B6\u30FC\u8F9E\u66F8ID","description.vocabId":"\u6307\u5B9A\u3055\u308C\u305F\u8F9E\u66F8out_id\u306F\u3001\u73FE\u5728\u3001\u82F1\u8A9E\u304B\u3089\u4E2D\u56FD\u8A9E\u3078\u306E\u7FFB\u8A33\u3092\u30B5\u30DD\u30FC\u30C8\u3057\u3066\u3044\u308B\u3002","description.model":"OpenAI\u306E\u30E2\u30C7\u30EB\u306F\u3001gpt-3.5-turbo\u3001gpt-4\u306A\u3069\u3002","description.maxTextGroupLengthPerRequest":"\u4E00\u5EA6\u306B\u7FFB\u8A33\u30B5\u30FC\u30D3\u30B9\u306B\u9001\u4FE1\u3055\u308C\u308B\u6BB5\u843D\u6570\u3002\u6BB5\u843D\u6570\u304C\u591A\u3059\u304E\u308B\u3068\u3001\u30A4\u30F3\u30BF\u30FC\u30D5\u30A7\u30FC\u30B9\u306E\u5FDC\u7B54\u304C\u9045\u304F\u306A\u308B\u3053\u3068\u304C\u3042\u308A\u307E\u3059\u3002","description.apiUrl":"\u5177\u4F53\u7684\u306AURL\u3068\u30D1\u30B9\u3001<1>\u3088\u308A\u8A73\u3057\u3044\u8AAC\u660E\u3092\u8FFD\u52A0\u3057\u3066\u304F\u3060\u3055\u3044\u3002",enabledExtension:"\u30A8\u30AF\u30B9\u30C6\u30F3\u30B7\u30E7\u30F3\u306E\u6709\u52B9\u5316",clickToDisableExtension:"\u30AF\u30EA\u30C3\u30AF\u3057\u3066\u62E1\u5F35\u6A5F\u80FD\u3092\u7121\u52B9\u306B\u3059\u308B",clickToEnableExtension:"\u30AF\u30EA\u30C3\u30AF\u3057\u3066\u62E1\u5F35\u6A5F\u80FD\u3092\u6709\u52B9\u306B\u3059\u308B",hasBeenDisabled:"\u4F7F\u7528\u4E0D\u80FD","show password":"\u30D1\u30B9\u30EF\u30FC\u30C9\u3092\u8868\u793A\u3059\u308B",customContent:"\u30AB\u30B9\u30BF\u30E0\u30E2\u30C7\u30EB\u540D\u3092\u5165\u529B",inputOptions:"\u5165\u529B\u30DC\u30C3\u30AF\u30B9\u306E\u5F37\u5316",mouseHoverOptions:"\u30DE\u30A6\u30B9\u30DB\u30D0\u30FC",modifyMouseHoverKey:"\u30DE\u30A6\u30B9\u30DB\u30D0\u30FC\u30B7\u30E7\u30FC\u30C8\u30AB\u30C3\u30C8\u306E\u5909\u66F4",enableInputTranslation:"\u5165\u529B\u30DC\u30C3\u30AF\u30B9\u306E\u62E1\u5F35\u3092\u6709\u52B9\u306B\u3059\u308B\u304B\u3069\u3046\u304B",enableInputTranslationDescription:"\u6709\u52B9\u5316\u3057\u305F\u3089\u3001 {startingKey}{startingKey} hello \u3068\u5165\u529B\u30DC\u30C3\u30AF\u30B9\u306B\u76F4\u63A5\u5165\u529B\u3057\u3001{inputTrailingTriggerKeyRepeatTimes}times{trailingKey}\u3092\u7D20\u65E9\u304F\u62BC\u3057\u3066\u3001 {inputTargetLanguage}\u306B\u5909\u63DB\u3059\u308B\u3002",enableInputTranslationDescriptionForNoneKey:"\u6709\u52B9\u306B\u3057\u305F\u3089\u3001\uFF1AHello World\u3068\u5165\u529B\u30DC\u30C3\u30AF\u30B9\u306B\u76F4\u63A5\u5165\u529B\u3057\u3001{inputTrailingTriggerKeyRepeatTimes}{trailingKey}\u3092\u7D20\u65E9\u304F\u62BC\u3057\u3066\u3001\u30C7\u30D5\u30A9\u30EB\u30C8\u306E\u30BF\u30FC\u30B2\u30C3\u30C8\u8A00\u8A9E\u306B\u7FFB\u8A33\u3059\u308B\u3002",inputTargetLanguage:"\u5165\u529B\u30DC\u30C3\u30AF\u30B9\u306E\u30C7\u30D5\u30A9\u30EB\u30C8\u30BF\u30FC\u30B2\u30C3\u30C8\u8A00\u8A9E\u306E\u8A2D\u5B9A",inputTargetLanguageDescription:"\u5165\u529B\u30DC\u30C3\u30AF\u30B9\u7FFB\u8A33\u306E\u30C7\u30D5\u30A9\u30EB\u30C8\u30BF\u30FC\u30B2\u30C3\u30C8\u8A00\u8A9E\u3001\u3059\u306A\u308F\u3061\u3001\u30C8\u30EA\u30AC\u30FC\u30EF\u30FC\u30C9\u306E\u30C7\u30D5\u30A9\u30EB\u30C8\u8A00\u8A9E\u3068\u3057\u3066 {startingKey}{startingKey}",inputTargetLanguageDescriptionForNoneKey:"\u5165\u529B\u30DC\u30C3\u30AF\u30B9\u7FFB\u8A33\u306E\u30C7\u30D5\u30A9\u30EB\u30C8\u30BF\u30FC\u30B2\u30C3\u30C8\u8A00\u8A9E",inputStartingTriggerKeyTitle:"\u5165\u529B\u30DC\u30C3\u30AF\u30B9\u306E\u90E8\u5206\u7FFB\u8A33\u306E\u305F\u3081\u306E\u5206\u5272\u6587\u5B57\u306E\u8A2D\u5B9A",inputStartingTriggerKeyDescription:"\u5165\u529B\u30DC\u30C3\u30AF\u30B9\u5168\u4F53\u3092\u7FFB\u8A33\u3059\u308B\u5FC5\u8981\u304C\u306A\u3044\u5834\u5408\u3001\u30B9\u30D7\u30EA\u30C3\u30BF\u30FC\u306F {startingKey}{startingKey} \u304B\u3089\u5165\u529B\u30DC\u30C3\u30AF\u30B9\u306E\u6700\u5F8C\u307E\u3067\u306E\u90E8\u5206\u3060\u3051\u3092\u7FFB\u8A33\u3059\u308B\u3053\u3068\u304C\u3067\u304D\u307E\u3059\u3002\u307E\u305F\u3001\u8A00\u8A9E\u30B3\u30FC\u30C9\u3092\u6307\u5B9A\u3059\u308B\u3053\u3068\u3082\u3067\u304D\u307E\u3059\u3002\u4F8B\u3048\u3070\u3001\uFF1A{startingKey}ja \u306F {startingKey}ja \u304B\u3089\u5165\u529B\u30DC\u30C3\u30AF\u30B9\u306E\u6700\u5F8C\u307E\u3067\u306E\u90E8\u5206\u3060\u3051\u3092\u7FFB\u8A33\u3059\u308B\u3053\u3068\u3092\u610F\u5473\u3057\u307E\u3059\u3002",inputStartingTriggerKeyDescriptionForNoneKey:"\u73FE\u5728\u306E\u63A5\u982D\u8F9E\u306A\u3057\u306E\u8A2D\u5B9A\u306F\u4E0D\u8981\u3067\u3042\u308A\u3001\u5165\u529B\u30DC\u30C3\u30AF\u30B9\u306E\u4E00\u90E8\u306E\u30C6\u30AD\u30B9\u30C8\u306E\u7FFB\u8A33\u6A5F\u80FD\u306F\u73FE\u6642\u70B9\u3067\u306F\u5229\u7528\u3067\u304D\u306A\u3044\u3002",inputTrailingTriggerKeyTitle:"\u5165\u529B\u7D42\u4E86\u30C8\u30EA\u30AC\u30FC\u6587\u5B57\u3092\u9078\u629E\u3059\u308B",inputTrailingTriggerKeyDescription:"3 quick hits{trailingKey} \u7FFB\u8A33\u3092\u958B\u59CB\u3057\u307E\u3059\uFF01",inputTrailingTriggerKeyTimeout:"\u6226\u95D8\u7D42\u4E86\u30C8\u30EA\u30AC\u30FC\u307E\u3067\u306E\u6642\u9593\u3092\u5165\u529B\u3059\u308B\u3002",inputTrailingTriggerKeyTimeoutDescription:"\u5165\u529B\u7D42\u4E86\u30B3\u30F3\u30DC\u306E\u30C8\u30EA\u30AC\u30FC\u307E\u3067\u306E\u6642\u9593\uFF08\u30DF\u30EA\u79D2\uFF09\u3092\u8A2D\u5B9A\u3059\u308B\u3002",spaceKey:"<\u7A7A\u683C\u952E>",noneKey:"\u63A5\u982D\u8F9E\u306A\u3057\u306E\u30C6\u30AD\u30B9\u30C8\u30DC\u30C3\u30AF\u30B9\u5168\u4F53\u306E\u76F4\u63A5\u7FFB\u8A33",inputTranslationBlockUrlsTitle:"\u4EE5\u4E0B\u306EURL\u3067\u306F\u3001\u5165\u529B\u30DC\u30C3\u30AF\u30B9\u306E\u62E1\u5F35\u6A5F\u80FD\u3092\u6709\u52B9\u306B\u3057\u306A\u3044\u3067\u304F\u3060\u3055\u3044\u3002",inputTranslationBlockUrlsDescription:"\u5165\u529B\u30DC\u30C3\u30AF\u30B9\u306E\u6A5F\u80FD\u62E1\u5F35\u306F\u3001\u4EE5\u4E0B\u306EURL\u3067\u306F\u6A5F\u80FD\u3057\u307E\u305B\u3093\u3002",clickToSeeQuickDemo:"\u30AF\u30EA\u30C3\u30AF\u3057\u306630\u79D2\u306E\u30C1\u30E5\u30FC\u30C8\u30EA\u30A2\u30EB\u30D3\u30C7\u30AA\u3092\u62E1\u5927",inputHelperInfo:"\u8AAC\u660E\uFF1A\u4E2D\u56FD\u8A9E\u306E\u5165\u529B\u30E1\u30BD\u30C3\u30C9\u3067\u306F\u3001\u3044\u304F\u3064\u304B\u306E\u30C8\u30EA\u30AC\u30FC\u6587\u5B57\u304C\u4E2D\u56FD\u8A9E\u306E\u53E5\u8AAD\u70B9\u306B\u5909\u308F\u308B\u3068\u3044\u3046\u4E8B\u5B9F\u306B\u6700\u9069\u5316\u3057\u307E\u3057\u305F\u3002\u4F8B\u3048\u3070\u3001/ \u306F Sogou \u5165\u529B\u30E1\u30BD\u30C3\u30C9\u3067\u306F\u3001\u30C0\u30F3\u8A18\u53F7\u306B\u5909\u308F\u308A\u307E\u3059\u3002

\u307E\u305F\u3001\u8A00\u8A9E<1>\u30B3\u30FC\u30C9\u306E\u4E2D\u56FD\u8A9E\u30A8\u30A4\u30EA\u30A2\u30B9\u3082\u30B3\u30DE\u30F3\u30C9\u3068\u3057\u3066\u30B5\u30DD\u30FC\u30C8\u3057\u3066\u304A\u308A\u3001\u4F8B\u3048\u3070 /Japanese Hello World \u306F\u65E5\u672C\u8A9E\u306B\u7FFB\u8A33\u3055\u308C\u307E\u3059\u3002",reloadCurrentPage:"\u7FFB\u8A33\u3092\u958B\u59CB\u3059\u308B\u524D\u306B\u3001\u73FE\u5728\u306E\u30DA\u30FC\u30B8\u3092\u66F4\u65B0\u3057\u3066\u304F\u3060\u3055\u3044\u3002",noLocalFilePermissionForPDF:"\u30ED\u30FC\u30AB\u30EB\u30D5\u30A1\u30A4\u30EB\u3092\u8AAD\u307F\u8FBC\u3080\u6A29\u9650\u304C\u3042\u308A\u307E\u305B\u3093\u3002\u4E0A\u306E\u30DC\u30BF\u30F3\u3092\u30AF\u30EA\u30C3\u30AF\u3057\u3066\u3001\u30ED\u30FC\u30AB\u30EB\u30D5\u30A1\u30A4\u30EB\u3092\u30A4\u30F3\u30DD\u30FC\u30C8\u3057\u3066\u304F\u3060\u3055\u3044\u3002",noPermissionForThisPage:"\u26A0\uFE0F \u73FE\u5728\u306E\u30DA\u30FC\u30B8\u3092\u7FFB\u8A33\u3059\u308B\u6A29\u9650\u304C\u306A\u3044",retryAllParagraphs:"\u3059\u3079\u3066\u306E\u30A8\u30E9\u30FC\u30D1\u30C3\u30BB\u30FC\u30B8\u3092\u518D\u8A66\u884C\u3059\u308B",retryAllButton:"\u3059\u3079\u3066\u306E\u30A8\u30E9\u30FC\u30D1\u30C3\u30BB\u30FC\u30B8\u3092\u518D\u8A66\u884C\u3059\u308B",errorTooltipTitle:"\u30AF\u30EA\u30C3\u30AF\u3057\u3066\u30A8\u30E9\u30FC\u306E\u539F\u56E0\u3092\u898B\u308B",errorModalTitle:"\u7FFB\u8A33\u30B5\u30FC\u30D3\u30B9\u304B\u30CD\u30C3\u30C8\u30EF\u30FC\u30AF\u306B\u4F55\u304B\u554F\u984C\u304C\u3042\u308B\u3088\u3046\u3060...\u3002",disableConfirm:"\u30D0\u30A4\u30EA\u30F3\u30AC\u30EB\u60C5\u5831\u5F37\u5316\u8A2D\u5B9A",disableOnce:"\u3053\u306E\u969C\u5BB3",disableGlobal:"\u6C38\u4E45\u306B\u7121\u52B9\u306B\u3059\u308B",disableTint:"* {option}\u3002",searchEnhancementNotes:"\u4E2D\u56FD\u8A9E\u30AD\u30FC\u30EF\u30FC\u30C9\u3068\u82F1\u8A9E\u30AD\u30FC\u30EF\u30FC\u30C9\u3067\u306F\u3001\u30CB\u30E5\u30FC\u30B9\u306E\u691C\u7D22\u7D50\u679C\u304C\u5927\u304D\u304F\u7570\u306A\u308B\u3053\u3068\u304C\u308F\u304B\u308A\u307E\u3057\u305F\u3002 \u30A4\u30DE\u30FC\u30B7\u30D6\u7FFB\u8A33\u30D0\u30A4\u30EA\u30F3\u30AC\u30EB\u60C5\u5831\u5F37\u5316\u6A5F\u80FD\u3092\u6709\u52B9\u306B\u3059\u308B\u3068\u3001\u5BFE\u5FDC\u30B5\u30A4\u30C8\uFF08Google\u30CB\u30E5\u30FC\u30B9\u3001Google\u691C\u7D22\uFF08\u4E00\u90E8\u30AD\u30FC\u30EF\u30FC\u30C9\uFF09\u3001Snowball\u3001Oriental Wealth\u3001Futura\u3001Tiger\uFF09\u3067\u540C\u3058\u30AD\u30FC\u30EF\u30FC\u30C9\u3092\u82F1\u8A9E\u3067\u81EA\u52D5\u7684\u306B\u691C\u7D22\u3057\u3001\u53F3\u5074\u306B\u8868\u793A\u3057\u307E\u3059\u3002\u3053\u306E\u6A5F\u80FD\u304C\u4E0D\u8981\u306A\u5834\u5408\u306F\u3001\u7121\u52B9\u306B\u3059\u308B\u3053\u3068\u3082\u3067\u304D\u307E\u3059\u3002",option:"\u30BB\u30C3\u30C8\u30A2\u30C3\u30D7",saveSettings:"\u8A2D\u5B9A\u306E\u4FDD\u5B58",closeModal:"\u30A6\u30A3\u30F3\u30C9\u30A6\u3092\u9589\u3058\u308B",enableInputTranslationWithoutTriggerKeyTitle:"{trailingKey}\u3001\u5165\u529B\u30DC\u30C3\u30AF\u30B9\u5168\u4F53\u3092\u76F4\u63A5{inputTargetLanguage}\u3002",enableInputTranslationWithoutTriggerKeyDescription:"\u4F8B\u3048\u3070\u3001\uFF1Aja Hello World \u306E\u3088\u3046\u306B\u3002",mouseHoverShortcutPlaceholder:"\u4F8B\uFF1A\uFF1A\u30B7\u30D5\u30C8",deepLProName:"\u6CA1\u5165\u578B\u7FFB\u8A33\u30D7\u30ED\u30E1\u30F3\u30D0\u30FC\uFF08\u63A8\u5968\uFF09",deepLProDescription:"\u73FE\u5728\u306E\u30D1\u30C3\u30B1\u30FC\u30B8\u306F\u76F4\u63A5\u4F7F\u7528\u3067\u304D\u308B",deeplProDescriptionForNormal:"\u30BB\u30C3\u30C8\u30A2\u30C3\u30D7\u4E0D\u8981\u3001\u4F1A\u54E1\u306E\u65B9\u306F\u30ED\u30B0\u30A4\u30F3\u5F8C\u5229\u7528\u53EF\u80FD\u3001<1>\u4F1A\u54E1\u3078\u306E\u30A2\u30C3\u30D7\u30B0\u30EC\u30FC\u30C9\u306F\u3053\u3061\u3089",deepLCustomDescription:"\u6D77\u5916\u767A\u884C\u306E\u30AF\u30EC\u30B8\u30C3\u30C8\u30AB\u30FC\u30C9\u304C\u5FC5\u8981 <1>\u3002",deepLCustomName:"\u30AB\u30B9\u30BF\u30E0\u8A8D\u8A3C\u30AD\u30FC",chooseProviderLabel:"\u30B5\u30FC\u30D3\u30B9\u30FB\u30D7\u30ED\u30D0\u30A4\u30C0\u30FC\u306E\u9078\u629E",openaiProName:"\u6CA1\u5165\u578B\u7FFB\u8A33\u30D7\u30ED\u30E1\u30F3\u30D0\u30FC\uFF08\u63A8\u5968\uFF09",openaiProDescription:"\u73FE\u5728\u306E\u30D1\u30C3\u30B1\u30FC\u30B8\u306F\u76F4\u63A5\u4F7F\u7528\u3067\u304D\u308B",openaiProDescriptionForNormal:"\u30BB\u30C3\u30C8\u30A2\u30C3\u30D7\u4E0D\u8981\u3001\u4F1A\u54E1\u306E\u65B9\u306F\u30ED\u30B0\u30A4\u30F3\u5F8C\u5229\u7528\u53EF\u80FD\u3001<1>\u4F1A\u54E1\u3078\u306E\u30A2\u30C3\u30D7\u30B0\u30EC\u30FC\u30C9\u306F\u3053\u3061\u3089",openaiCustomDescription:"OpenAI\u3001Azure OpenAI\u3001\u307E\u305F\u306F\u305D\u306E\u4ED6\u306E\u30B5\u30FC\u30C9\u30D1\u30FC\u30C6\u30A3\u30B5\u30FC\u30D3\u30B9\u3067\u5229\u7528\u53EF\u80FD\u3067\u3059<1>\u3002",openaiCustomName:"\u30AB\u30B9\u30BF\u30E0API\u30AD\u30FC",needLoginAction:"(\u30AA\u30FC\u30D7\u30F3\u30FB\u30E1\u30F3\u30D0\u30FC\u307E\u305F\u306F\u30AB\u30B9\u30BF\u30DE\u30A4\u30BA\uFF09",goLoginOrAction:"(\u30E1\u30F3\u30D0\u30FC\u30B7\u30C3\u30D7\u3092\u958B\u304F\u304B\u3001\u8A2D\u5B9A\u306B\u9032\u3080)",yearly:"\u9023\u7D9A\u5E74\u6255\u3044\u3092\u3059\u308B",quarterly:"\u9806\u6B21\u5305\u88C5",monthly:"\u30DE\u30F3\u30B9\u30EA\u30FC\u30FB\u30B5\u30D6\u30B9\u30AF\u30EA\u30D7\u30B7\u30E7\u30F3",yearlyForOnce:"\u5E74\u9593\u30D1\u30C3\u30B1\u30FC\u30B8",monthlyForOnce:"\u67081\u56DE\u30D1\u30C3\u30B1\u30FC\u30B8",daily:"\u9023\u7D9A\u30D1\u30B1\u30C3\u30C8\u65E5",year:"\u9023\u7D9A\u5E74\u6255\u3044\u3092\u3059\u308B",quarter:"\u9806\u6B21\u5305\u88C5",month:"\u30DE\u30F3\u30B9\u30EA\u30FC\u30FB\u30B5\u30D6\u30B9\u30AF\u30EA\u30D7\u30B7\u30E7\u30F3",day:"\u9023\u7D9A\u30D1\u30B1\u30C3\u30C8\u65E5",onetime_7day:"7\u65E5\u9593\u4F53\u9A13\u30D1\u30C3\u30AF",currentPlanDescriptionForFree:"\u73FE\u5728\u306E\u30D1\u30C3\u30B1\u30FC\u30B8\uFF1A\u7121\u6599",currentPlanDescriptionForContinuous:"\u73FE\u5728\u306E\u30D1\u30C3\u30B1\u30FC\u30B8\uFF1A{plan}\u306F {endAt} \u306B\u81EA\u52D5\u66F4\u65B0\u3055\u308C\u307E\u3059\u3002",currentPlanDescriptionForAutoRenewCaceling:"\u73FE\u5728\u306E\u30D1\u30C3\u30B1\u30FC\u30B8\uFF1A{plan}\u306E\u6709\u52B9\u671F\u9650\u306F {endAt} \u3068\u306A\u308A\u3001\u6709\u52B9\u671F\u9650\u5207\u308C\u306B\u3088\u308B\u81EA\u52D5\u66F4\u65B0\u306F\u884C\u308F\u308C\u307E\u305B\u3093\u3002",currentYearlyPlanDescriptionForAutoRenewCacelingWithRealPaiedUser:"\u73FE\u5728\u306E\u30D1\u30C3\u30B1\u30FC\u30B8\u3001\uFF1A{plan}\u306F\u3001 {endAt} \u306B\u671F\u9650\u5207\u308C\u3068\u306A\u308A\u3001\u671F\u9650\u5207\u308C\u306B\u3088\u308B\u81EA\u52D5\u66F4\u65B0\u306F\u884C\u308F\u308C\u307E\u305B\u3093\u3002
<1>\u66F4\u65B0\u30D7\u30E9\u30F3\u306E\u7BA1\u7406\u306F\u3053\u3061\u3089",currentYearlyPlanDescriptionForAutoRenewCacelingWithAdmin:"\u73FE\u5728\u306E\u30D1\u30C3\u30B1\u30FC\u30B8\u3001\uFF1A{plan}\u306F\u3001 {endAt} \u306B\u671F\u9650\u5207\u308C\u3068\u306A\u308A\u3001\u671F\u9650\u5207\u308C\u306B\u3088\u308B\u81EA\u52D5\u66F4\u65B0\u306F\u884C\u308F\u308C\u307E\u305B\u3093\u3002
<1>\u7D99\u7D9A\u7684\u306A\u5E74\u9593\u8CFC\u8AAD\u3092\u6709\u52B9\u306B\u3059\u308B\u306B\u306F\u3001\u3053\u3053\u3092\u30AF\u30EA\u30C3\u30AF\u3057\u3066\u304F\u3060\u3055\u3044\u3002",currentPlanDescriptionForOneTime:"\u73FE\u5728\u306E\u8CFC\u8AAD\uFF1A{plan}\u306F {endAt} \u3067\u671F\u9650\u5207\u308C\u3068\u306A\u308A\u307E\u3059\u3002<1>\u5E74\u4F1A\u8CBB\u307E\u305F\u306F<2>\u6708\u4F1A\u8CBB<1>\u3078\u306E\u30A2\u30C3\u30D7\u30B0\u30EC\u30FC\u30C9\u306F\u3053\u3061\u3089\u3092\u30AF\u30EA\u30C3\u30AF\u3057\u3066\u304F\u3060\u3055\u3044\u3002",upgradePlan:"\u30D7\u30ED\u4F1A\u54E1\u3078\u306E\u30A2\u30C3\u30D7\u30B0\u30EC\u30FC\u30C9\u306F\u3053\u3061\u3089",upgradeToPro:"\u30D7\u30ED\u4F1A\u54E1\u3078\u306E\u30A2\u30C3\u30D7\u30B0\u30EC\u30FC\u30C9","popup.openPro":"DeepL\u3068OpenAI\u306E\u7FFB\u8A33\u3092\u304A\u697D\u3057\u307F\u3044\u305F\u3060\u304F\u306B\u306F\u3001Pro\u30E1\u30F3\u30D0\u30FC\u30B7\u30C3\u30D7\u306B\u30A2\u30C3\u30D7\u30B0\u30EC\u30FC\u30C9\u3057\u3066\u304F\u3060\u3055\u3044\uFF01","popup.openProForPro":"\u3042\u306A\u305F\u306F\u3001DeepL\u3068OpenAI\u306E\u7FFB\u8A33\u306B\u76F4\u63A5\u30A2\u30AF\u30BB\u30B9\u3067\u304D\u308B\u30D7\u30ED\u30E1\u30F3\u30D0\u30FC\u3067\u3059\uFF01",currentAccount:"\u5F53\u5EA7\u9810\u91D1",enableAutoSyncUserSettings:"\u8907\u6570\u306E\u30C7\u30D0\u30A4\u30B9\u9593\u3067\u81EA\u52D5\u30AF\u30E9\u30A6\u30C9\u540C\u671F\u304C\u53EF\u80FD",modalEnableInputTranslationTitle:"\u6CA1\u5165\u578B\u7FFB\u8A33\u5165\u529B\u30DC\u30C3\u30AF\u30B9 \u7FFB\u8A33\u30A2\u30E9\u30FC\u30C8",modalEnableInputTranslationDesc:"\u30B9\u30DA\u30FC\u30B9\u30D0\u30FC\u30923\u56DE\u9023\u6253\u3059\u308B\u3053\u3068\u3067\u3001Immersive Translation\u306E\u5165\u529B\u30DC\u30C3\u30AF\u30B9\u7FFB\u8A33\u304C\u958B\u59CB\u3055\u308C\u3001\u5165\u529B\u30DC\u30C3\u30AF\u30B9\u306E\u5185\u5BB9\u304C\u30C7\u30D5\u30A9\u30EB\u30C8\u306E\u30BF\u30FC\u30B2\u30C3\u30C8\u8A00\u8A9E\u306B\u7FFB\u8A33\u3055\u308C\u307E\u3059\u3002\u7FFB\u8A33\u306FCtrl+Z\u3067\u53D6\u308A\u6D88\u3059\u3053\u3068\u304C\u3067\u304D\u307E\u3059\u3002

\u3082\u3057\u3053\u308C\u304C\u9593\u9055\u3044\u3067\u3042\u3063\u305F\u3068\u3057\u3066\u3082\u3001\u4ECA\u56DE\u306F\u7121\u52B9\u306B\u3059\u308B\u304B\u3001\u6C38\u4E45\u306B\u5165\u529B\u30DC\u30C3\u30AF\u30B9\u306E\u7FFB\u8A33\u3092\u7121\u52B9\u306B\u3059\u308B\u304B\u3092\u9078\u629E\u3067\u304D\u307E\u3059\u306E\u3067\u3001\u3054\u5B89\u5FC3\u304F\u3060\u3055\u3044\u3002",saveAndNotShowAgain:"\u4FDD\u5B58\u3057\u3066\u30D7\u30ED\u30F3\u30D7\u30C8\u3092\u6B62\u3081\u308B",disableInputTranslationTips:"* {option} ,{learnMore}\u3067\u30C8\u30EA\u30AC\u30FC\u3059\u308B\u4ED6\u306E\u30B7\u30E7\u30FC\u30C8\u30AB\u30C3\u30C8\u3082\u8A2D\u5B9A\u3067\u304D\u308B\u3002",learnMore:"\u8A73\u7D30\u306F\u3053\u3061\u3089",continueEnalbeInputTranslation:"\u5F15\u304D\u7D9A\u304D\u5165\u529B\u30DC\u30C3\u30AF\u30B9\u306E\u7FFB\u8A33\u3092\u6709\u52B9\u306B\u3059\u308B",autoRenewTrialSuffix:'(\u30C8\u30E9\u30A4\u30A2\u30EB\u306E\u5834\u5408\u3001\u3059\u3050\u306B\u6B63\u4F1A\u54E1\u306B\u30A2\u30C3\u30D7\u30B0\u30EC\u30FC\u30C9)',upgradeFromTrialTitle:"\u6B63\u4F1A\u54E1\u3078\u306E\u30A2\u30C3\u30D7\u30B0\u30EC\u30FC\u30C9",subtitle:"\u30D3\u30C7\u30AA\u30AD\u30E3\u30D7\u30B7\u30E7\u30F3",youtubeService:"\u6620\u50CF\u5B57\u5E55\u7FFB\u8A33\u30B5\u30FC\u30D3\u30B9","subtitle.disabledSubtitle":"\u30D3\u30C7\u30AA\u5B57\u5E55\u6A5F\u80FD\u3092\u6C38\u4E45\u306B\u7121\u52B9\u306B\u3059\u308B","subtitle.disabledSubtitleDescription":"Immersive Translator\u306EVideo Subtitles\u304C\u4ED6\u306E\u62E1\u5F35\u6A5F\u80FD\u3068\u7AF6\u5408\u3059\u308B\u5834\u5408\u3001Immersive Translator\u306EVideo Subtitles\u306E\u6A5F\u80FD\u3092\u6C38\u4E45\u7684\u306B\u7121\u52B9\u306B\u3059\u308B\u304B\u3001\u7AF6\u5408\u3059\u308B\u4ED6\u306E\u62E1\u5F35\u6A5F\u80FD\u3092\u30A2\u30F3\u30A4\u30F3\u30B9\u30C8\u30FC\u30EB\u3059\u308B\u3053\u3068\u304C\u3067\u304D\u307E\u3059\u3002","subtitle.autoEnableSubtitle":"\u30D0\u30A4\u30EA\u30F3\u30AC\u30EB\u5B57\u5E55\u306E\u81EA\u52D5\u4F7F\u7528","subtitle.autoEnableSubtitleDescription":"\u6709\u52B9\u306B\u3057\u305F\u5F8C\u3001\u30D3\u30C7\u30AA\u304C\u518D\u751F\u3055\u308C\u308B\u3068\u304D\u306F\u3001\u81EA\u52D5\u7684\u306B\u4E8C\u304B\u56FD\u8A9E\u306E\u5B57\u5E55\u304C\u8868\u793A\u3055\u308C\u307E\u3059\u3002\u305D\u308C\u4EE5\u5916\u306E\u5834\u5408\u306F\u3001\u7FFB\u8A33\u30DC\u30BF\u30F3\u3092\u30AF\u30EA\u30C3\u30AF\u3059\u308B\u5FC5\u8981\u304C\u3042\u308A\u307E\u3059\u3002","subtitle.preTranslation":"\u6CA1\u5165\u578B\u7FFB\u8A33\u3067\u5B57\u5E55\u3092\u7FFB\u8A33","subtitle.preTranslationDescription":"\u6709\u52B9\u306E\u5834\u5408\u3001\u5B57\u5E55\u5168\u4F53\u304C\u4EE5\u4E0B\u306B\u6307\u5B9A\u3059\u308B\u7FFB\u8A33\u30B5\u30FC\u30D3\u30B9\u3092\u4F7F\u3063\u3066\u4E8B\u524D\u306B\u7FFB\u8A33\u3055\u308C\u30011\u6642\u9593\u306E\u52D5\u753B\u3067\u7D0450,000\u30C8\u30FC\u30AF\u30F3\uFF08\u6587\u5B57\u6570\uFF09\u3092\u6D88\u8CBB\u3057\u307E\u3059\u306E\u3067\u3001\u3054\u81EA\u8EAB\u306E\u5224\u65AD\u3067\u3054\u5229\u7528\u304F\u3060\u3055\u3044\u3002\u7121\u52B9\u306E\u5834\u5408\u3001\u30AA\u30EA\u30B8\u30CA\u30EB\u306E\u5B57\u5E55\u304C\u6700\u521D\u306B\u4F7F\u7528\u3055\u308C\u307E\u3059\u3002","subtitle.humanSubtitlesPreferred":"\u30D2\u30E5\u30FC\u30DE\u30F3\u30FB\u30AD\u30E3\u30D7\u30B7\u30E7\u30F3\u306E\u512A\u5148\u4F7F\u7528","subtitle.humanSubtitlesPreferredDescription":"\u30D3\u30C7\u30AA\u306B\u30BF\u30FC\u30B2\u30C3\u30C8\u8A00\u8A9E\u306E\u5B57\u5E55\u304C\u3042\u308B\u5834\u5408\u3001\u4EBA\u9593\u306E\u5B57\u5E55\u3092\u512A\u5148\u7684\u306B\u4F7F\u7528\u3059\u308B\uFF08\u63A8\u5968\uFF09",videoSubtitleTranslationDescription:"\u30D3\u30C7\u30AA\u5B57\u5E55\u7528\u306B\u5225\u306E\u7FFB\u8A33\u30B5\u30FC\u30D3\u30B9\u3092\u5272\u308A\u5F53\u3066\u308B",subtitleTranslating:"{service} \u3001\u5B57\u5E55\u3092\u7FFB\u8A33\u3057\u3066\u3044\u307E\u3059\u3002(\u30A4\u30DE\u30FC\u30B8\u30E7\u30F3\u7FFB\u8A33)",subtitleLoading:"\u5B57\u5E55\u3092\u8AAD\u307F\u8FBC\u3093\u3067\u3044\u307E\u3059...",bilingual:"\u30D0\u30A4\u30EA\u30F3\u30AC\u30EA\u30BA\u30E0","field.action":"\u767E\u5EA6\u7528\u8A9E\u3092\u6709\u52B9\u306B\u3059\u308B\u304B\u3069\u3046\u304B","description.action":"\u6709\u52B9\u5316\u3055\u308C\u308B\u3068\u3001\u30EA\u30AF\u30A8\u30B9\u30C8\u306Baction=1\u30D1\u30E9\u30E1\u30FC\u30BF\u304C\u8FFD\u52A0\u3055\u308C\u3001\u6709\u52B9\u5316\u3055\u308C\u305F\u7528\u8A9E\u3092Baidu\u306B\u901A\u77E5\u3059\u308B<1>\u3002",closeQuickTranslation:"\u30AF\u30ED\u30FC\u30BA\u30FB\u30DB\u30D0\u30FC\u30DC\u30FC\u30EB","closeQuickTranslation.untilNext":"\u4ECA\u56DE\u306F\u6B21\u56DE\u307E\u3067\u304A\u4F11\u307F","closeQuickTranslation.currentWebsite":"\u73FE\u5728\u306E\u30B5\u30A4\u30C8\u306F\u4F7F\u7528\u4E0D\u53EF","closeQuickTranslation.alwaysClose":"\u6C38\u4E45\u306B\u7121\u52B9\u306B\u3059\u308B","closeQuickTranslation.settingOpen":"<1>(\u8A2D\u5B9A\u30DA\u30FC\u30B8\u3067\u30AA\u30F3\u306B\u3067\u304D\u308B\uFF09","closeQuickTranslation.cancel":"\u30AD\u30E3\u30F3\u30BB\u30EB","closeQuickTranslation.confirm":"\u5B9A\u7FA9\u3059\u308B","floatBall.popup":"\u30AF\u30A4\u30C3\u30AF\u8A2D\u5B9A\u30D1\u30CD\u30EB\u3092\u958B\u304F","floatBall.translate":"\u30AF\u30EA\u30C3\u30AF\u3057\u3066\u30DA\u30FC\u30B8\u3092\u7FFB\u8A33\u3059\u308B","floatBall.showOriginal":"\u30AF\u30EA\u30C3\u30AF\u3057\u3066\u5143\u306E\u8A18\u4E8B\u306B\u623B\u308B","floatBall.close":"\u30AF\u30ED\u30FC\u30BA\u30FB\u30DB\u30D0\u30FC\u30DC\u30FC\u30EB","floatBallOptions.enableDescPc":"\u30DA\u30FC\u30B8\u306E\u30DB\u30D0\u30FC\u30DC\u30FC\u30EB\u3092\u6709\u52B9\u306B\u3059\u308B\u3068\u3001\u30DA\u30FC\u30B8\u306E\u53F3\u5074\u306B\u30AF\u30A4\u30C3\u30AF\u7FFB\u8A33\u30DC\u30BF\u30F3\u304C\u8868\u793A\u3055\u308C\u307E\u3059\uFF01","floatBallOptions.enableDesc":"\u30DB\u30D0\u30FC\u30DC\u30FC\u30EB\u3092\u30AA\u30D5\u306B\u3057\u305F\u5F8C\u3001{touch}\u3002\u3046\u3063\u304B\u308A\u3053\u306E\u30AA\u30D7\u30B7\u30E7\u30F3\u3092\u30AA\u30D5\u306B\u3057\u305F\u5F8C\u3001\u30DB\u30D0\u30FC\u30DC\u30FC\u30EB\u304C\u898B\u3064\u304B\u3089\u306A\u3044\u5834\u5408\u306B\u5099\u3048\u3066\u3001\u3053\u306E\u8A2D\u5B9A\u30DA\u30FC\u30B8\u3092\u30D6\u30C3\u30AF\u30DE\u30FC\u30AF\u3057\u3066\u304A\u304F\u3053\u3068\u3092\u5F37\u304F\u304A\u52E7\u3081\u3057\u307E\u3059\uFF01","description.azureApiUrl":"\u30AB\u30B9\u30BF\u30E0API\u30A4\u30F3\u30BF\u30FC\u30D5\u30A7\u30FC\u30B9\u306E\u30A2\u30C9\u30EC\u30B9\u3092\u8A18\u5165\u3059\u308B\u3002",confirmSupportMouse:"\u30DE\u30A6\u30B9\u30B5\u30DD\u30FC\u30C8\u3092\u5F37\u5236\u7684\u306B\u6709\u52B9\u306B\u3059\u308B",confirmSupportMouseDescription:"\u73FE\u5728\u306E\u30D6\u30E9\u30A6\u30B6\u304C\u30DE\u30A6\u30B9\u6A5F\u80FD\u3092\u30B5\u30DD\u30FC\u30C8\u3057\u3066\u3044\u306A\u3044\u3053\u3068\u3092\u691C\u51FA\u3057\u307E\u3057\u305F\u3002",sampleTargetText:"\u9577\u3044\u591C\u304C\u8A2A\u308C\u3001\u79C1\u306F\u3053\u306E\u65E5\u304B\u3089\u6B7B\u306C\u307E\u3067\u898B\u5F35\u308A\u7D9A\u3051\u308B\u3002\u79C1\u306F\u59BB\u3092\u5A36\u3089\u305A\u3001\u9818\u5730\u3092\u4F5C\u3089\u305A\u3001\u5B50\u3092\u3082\u3046\u3051\u306A\u3044\u3002\u79C1\u306F\u738B\u51A0\u3092\u304B\u3076\u3089\u305A\u3001\u540D\u8A89\u306E\u305F\u3081\u306B\u52AA\u529B\u3057\u306A\u3044\u3002\u79C1\u306F\u81EA\u5206\u306E\u7FA9\u52D9\u3092\u679C\u305F\u3057\u3001\u751F\u304D\u3066\u6B7B\u306C\u3002",sampleSourceText:"Night gathers, and now my watch begins. It shall not end until my death. I shall take no wife, hold no lands, father no children. I shall wear no crowns and win no glory. I shall live and die at my post.","subtitle.supportedSites":"\u5DF2\u652F\u6301\u5728\u8FD9\u4E9B\u7F51\u7AD9\u4F7F\u7528\u53CC\u8BED\u5B57\u5E55\uFF08\u6CE8\u610F\uFF1A\u7531\u4E8E\u6280\u672F\u9650\u5236\uFF0C\u90E8\u5206\u7F51\u7AD9\u5728\u9996\u6B21\u5F00\u542F\u5B57\u5E55\u540E\u9700\u8981\u91CD\u65B0\u5237\u65B0\u9875\u9762\uFF0C\u6216\u8005\u9700\u7B49\u5F85\u7FFB\u8BD1\u5B8C\u6210\u4EE5\u663E\u793A\u53CC\u8BED\u5B57\u5E55\uFF09\uFF1A",viewWithImmersiveTranslate:"\u53CC\u8BED\u7248\u672C(\u6C89\u6D78\u5F0F\u7FFB\u8BD1)",errorReason:"\u9519\u8BEF\u539F\u56E0\uFF1A{message}","proQuotaExceededError.onetime7day":'\uFF0C\u60A8\u53EF\u4EE5\u9009\u62E9\u4EE5\u4E0B\u65B9\u5F0F\u89E3\u51B3\uFF1A

1. \u5207\u6362\u5230 {anotherService} \u6216\u5176\u4ED6\u7FFB\u8BD1\u670D\u52A1
2. \u5347\u7EA7\u4E3A\u6708\u5EA6/\u5E74\u5EA6\u4F1A\u5458',"proQuotaExceededError.trial":'\uFF0C\u60A8\u53EF\u4EE5\u9009\u62E9\u4EE5\u4E0B\u65B9\u5F0F\u89E3\u51B3\uFF1A

1. \u5207\u6362\u5230 {anotherService} \u6216\u5176\u4ED6\u7FFB\u8BD1\u670D\u52A1
2. \u7ACB\u523B\u5347\u7EA7\u4E3A\u6B63\u5F0F\u4F1A\u5458',"proQuotaExceededError.nonTrial":'\uFF0C\u60A8\u53EF\u4EE5\u9009\u62E9\u4EE5\u4E0B\u65B9\u5F0F\u89E3\u51B3\uFF1A

1. \u5207\u6362\u5230 {anotherService} \u6216\u5176\u4ED6\u7FFB\u8BD1\u670D\u52A1
2. \u8D2D\u4E70 {translationService} \u989D\u5916\u6D41\u91CF\u5305',"proQuotaExceededError.resetTime":"
3. \u989D\u5EA6\u91CD\u7F6E\u65F6\u95F4\uFF1A{resetTime}","desc.touchShortcutsToggleTranslatePageOnlyTranslation":"\u300C\u8A33\u6587\u306E\u307F\u300D\u306F\u3001\u8A33\u6587\u306E\u307F\u3092\u8868\u793A\u3059\u308B\u3053\u3068\u3092\u610F\u5473\u3057\u3001\u30DA\u30FC\u30B8\u304C\u307E\u3060\u7FFB\u8A33\u3055\u308C\u3066\u3044\u306A\u3044\u5834\u5408\u306F\u3001\u30E2\u30FC\u30C9\u3092\u5207\u308A\u66FF\u3048\u3066\u7FFB\u8A33\u3057\u307E\u3059\u3002","desc.toggleOnlyTransation":"\u300C\u8A33\u6587\u306E\u307F\u30E2\u30FC\u30C9\u300D\u3068\u306F\u3001\u8A33\u6587\u306E\u307F\u3092\u8868\u793A\u3059\u308B\u3053\u3068\u3092\u6307\u3057\u3001\u30DA\u30FC\u30B8\u304C\u307E\u3060\u7FFB\u8A33\u3055\u308C\u3066\u3044\u306A\u3044\u5834\u5408\u306F\u3001\u30E2\u30FC\u30C9\u3092\u5207\u308A\u66FF\u3048\u3066\u7FFB\u8A33\u3057\u307E\u3059\u3002",touchShortcutsToggleTranslatePageOnlyTranslation:"\u30BF\u30C3\u30C1\u30B9\u30AF\u30EA\u30FC\u30F3\u30B8\u30A7\u30B9\u30C1\u30E3\u30FC\u3092\u8A2D\u5B9A\u3057\u3066\u3001\u30D0\u30A4\u30EA\u30F3\u30AC\u30EB/\u7FFB\u8A33\u30C6\u30AD\u30B9\u30C8\u306E\u307F\u306E\u30E2\u30FC\u30C9\u3092\u5207\u308A\u66FF\u3048\u307E\u3059",download_started:"\u30C0\u30A6\u30F3\u30ED\u30FC\u30C9\u304C\u958B\u59CB\u3055\u308C\u307E\u3057\u305F\u3002\u81EA\u52D5\u7684\u306B\u30C0\u30A6\u30F3\u30ED\u30FC\u30C9\u3055\u308C\u306A\u3044\u5834\u5408\u306F\u3001\u624B\u52D5\u3067\u30AF\u30EA\u30C3\u30AF\u3057\u3066\u304F\u3060\u3055\u3044\u3002",here:"\u3053\u3053","desc.toggleVideoSubtitlePreTranslation":"\u62BC\u3059\u3068\u3001\u30D3\u30C7\u30AA\u306E\u4E8C\u8A00\u8A9E\u5B57\u5E55\u306F\u3001\u307E\u305A\u6CA1\u5165\u578B\u7FFB\u8A33\u306E\u8A2D\u5B9A\u3092\u512A\u5148\u7684\u306B\u4F7F\u7528\u3057\u307E\u3059\u3002\u518D\u5EA6\u62BC\u3059\u3068\u3001\u5143\u306E\u30D3\u30C7\u30AA\u306B\u7D44\u307F\u8FBC\u307E\u308C\u305F\u6A5F\u68B0\u7FFB\u8A33\u5B57\u5E55\u3092\u512A\u5148\u7684\u306B\u4F7F\u7528\u3057\u307E\u3059\u3002\u6CE8\u610F\uFF1A\u3053\u306E\u30B7\u30E7\u30FC\u30C8\u30AB\u30C3\u30C8\u3067\u5909\u66F4\u3055\u308C\u308B\u306E\u306F\u5168\u4F53\u306E\u8A2D\u5B9A\u3067\u3059\u3002",videoSubtitlePreTranslationOn:"\u30D3\u30C7\u30AA\u306E\u5B57\u5E55\u306F\u3001\u512A\u5148\u7684\u306B\u6CA1\u5165\u578B\u306E\u7FFB\u8A33\u3092\u4F7F\u7528\u3057\u307E\u3059",videoSubtitlePreTranslationOff:"\u30D3\u30C7\u30AA\u306E\u5B57\u5E55\u306F\u3001\u5143\u306E\u30D3\u30C7\u30AA\u306B\u4ED8\u5C5E\u306E\u6A5F\u68B0\u7FFB\u8A33\u5B57\u5E55\u3092\u512A\u5148\u7684\u306B\u4F7F\u7528\u3057\u307E\u3059\u3002",translationFont:"\u30D5\u30A9\u30F3\u30C8\u3092\u8A2D\u5B9A\u3059\u308B","translationFont.custom":"\u30AB\u30B9\u30BF\u30E0\u30D5\u30A9\u30F3\u30C8\u3092\u5165\u529B\u3057\u3066\u304F\u3060\u3055\u3044","translationFont.customPlaceholder":"\u30D5\u30A9\u30F3\u30C8","translationFont.notSupportErrorMessage":"\u3042\u306A\u305F\u304C\u5165\u529B\u3057\u305F\u30D5\u30A9\u30F3\u30C8\u540D\u304C\u6B63\u3057\u3044\u304B\u78BA\u8A8D\u3059\u308B\u304B\u3001\u305D\u306E\u30D5\u30A9\u30F3\u30C8\u304C\u3042\u306A\u305F\u306E\u30C7\u30D0\u30A4\u30B9\u306B\u30A4\u30F3\u30B9\u30C8\u30FC\u30EB\u3055\u308C\u3066\u3044\u308B\u3053\u3068\u3092\u78BA\u8A8D\u3057\u3066\u304F\u3060\u3055\u3044\u3002","touch.mouse-translate":"\u6307\u5B9A\u3055\u308C\u305F\u6BB5\u843D\u3092\u7FFB\u8A33\u3057\u3066\u304F\u3060\u3055\u3044","translationServices.inherit":"\u4E3B\u306A\u7FFB\u8A33\u30B5\u30FC\u30D3\u30B9\u306B\u5F93\u3063\u3066\u304F\u3060\u3055\u3044\u3002","error.serveConfigError":"\u30B5\u30FC\u30D3\u30B9\u8A2D\u5B9A\u30A8\u30E9\u30FC","error.reloadPageOfSetting":"\u8A2D\u5B9A\u5F8C\u3001\u30DA\u30FC\u30B8\u3092\u30EA\u30D5\u30EC\u30C3\u30B7\u30E5\u3057\u3066\u518D\u5EA6\u7FFB\u8A33\u3057\u3066\u304F\u3060\u3055\u3044\u3002","error.googleLimitIp":"\u30B5\u30FC\u30D3\u30B9\u304C\u30A8\u30E9\u30FC\u3092\u8FD4\u3057\u307E\u3057\u305F\u3002Google\u30B5\u30FC\u30D3\u30B9\u306F\u3053\u306EIP\u30A2\u30C9\u30EC\u30B9\u306B\u5BFE\u3057\u3066\u6D41\u91CF\u5236\u9650\u3092\u884C\u3063\u3066\u3044\u307E\u3059\u3002\u30CD\u30C3\u30C8\u30EF\u30FC\u30AF\u30CE\u30FC\u30C9\u306E\u5909\u66F4\u3092\u304A\u52E7\u3081\u3057\u307E\u3059\u3002","error.openAIFreeLimit":"\u30B5\u30FC\u30D3\u30B9\u304C\u30A8\u30E9\u30FC\u3092\u8FD4\u3057\u307E\u3057\u305F\u3002\u73FE\u5728\u306E\u7FFB\u8A33\u30EA\u30AF\u30A8\u30B9\u30C8\u306E\u983B\u5EA6\u306F\u30011\u5206\u3042\u305F\u308A\u6700\u59273\u56DE\u306E\u4E0A\u9650\u306B\u9054\u3057\u3066\u3044\u307E\u3059\u3002\u5F8C\u307B\u3069\u518D\u5EA6\u304A\u8A66\u3057\u304F\u3060\u3055\u3044\u3002\uFF08\u3053\u308C\u306FOpenAI\u516C\u5F0F\u304C\u7121\u6599\u306EAPI Key\u306B\u5BFE\u3059\u308B\u5236\u9650\u3067\u3001\u3053\u306E\u5236\u9650\u3092\u89E3\u9664\u3059\u308B\u306B\u306F\u3001OpenAI\u306E\u30D0\u30C3\u30AF\u30A8\u30F3\u30C9\u3067\u30AF\u30EC\u30B8\u30C3\u30C8\u30AB\u30FC\u30C9\u3092\u767B\u9332\u3057\u3066\u304F\u3060\u3055\u3044\u3002\uFF09","error.openAIExceededQuota":"\u30B5\u30FC\u30D3\u30B9\u30A8\u30E9\u30FC\u304C\u8FD4\u3055\u308C\u307E\u3057\u305F\uFF1A\u73FE\u5728\u306EOpenAI\u30A2\u30AB\u30A6\u30F3\u30C8\u306E\u6B8B\u9AD8\u304C\u4E0D\u8DB3\u3057\u3066\u3044\u307E\u3059\u3002OpenAI\u306E\u516C\u5F0F\u30D0\u30C3\u30AF\u30A8\u30F3\u30C9\u3067\u30C1\u30E3\u30FC\u30B8\u3059\u308B\u304B\u3001\u30AF\u30EC\u30B8\u30C3\u30C8\u30AB\u30FC\u30C9\u3092\u767B\u9332\u3057\u3066\u304F\u3060\u3055\u3044\u3002","error.429":"\u30B5\u30FC\u30D3\u30B9\u304C\u30A8\u30E9\u30FC\u3092\u8FD4\u3057\u307E\u3057\u305F\u3002\u3053\u308C\u306F\u3001\u30EA\u30AF\u30A8\u30B9\u30C8\u304C\u983B\u7E41\u3059\u304E\u308B\u304B\u3001\u5236\u9650\u3092\u8D85\u3048\u3066\u3044\u308B\u3053\u3068\u3092\u793A\u3057\u3066\u3044\u307E\u3059\u3002\u5F8C\u3067\u3082\u3046\u4E00\u5EA6\u304A\u8A66\u3057\u304F\u3060\u3055\u3044\u3002","error.403":"\u30B5\u30FC\u30D3\u30B9\u304C\u30A8\u30E9\u30FC\u3092\u8FD4\u3057\u307E\u3057\u305F\u3001\u73FE\u5728\u305D\u306E\u30B5\u30FC\u30D3\u30B9\u306B\u30A2\u30AF\u30BB\u30B9\u3059\u308B\u6A29\u9650\u304C\u3042\u308A\u307E\u305B\u3093\u3002","error.400":"\u30B5\u30FC\u30D3\u30B9\u304C\u30A8\u30E9\u30FC\u3092\u8FD4\u3057\u307E\u3057\u305F\u3001\u30EA\u30AF\u30A8\u30B9\u30C8\u30D1\u30E9\u30E1\u30FC\u30BF\u304C\u9593\u9055\u3063\u3066\u3044\u307E\u3059\u3001\u5BFE\u5FDC\u3059\u308B\u8A2D\u5B9A\u3092\u78BA\u8A8D\u3057\u3066\u304F\u3060\u3055\u3044\u3002","error.502":"\u30B5\u30FC\u30D3\u30B9\u304C\u30A8\u30E9\u30FC\u3092\u8FD4\u3057\u307E\u3057\u305F\u3001\u30B5\u30FC\u30D3\u30B9\u304C\u30BF\u30A4\u30E0\u30A2\u30A6\u30C8\u3057\u307E\u3057\u305F\u3001\u5F8C\u3067\u3082\u3046\u4E00\u5EA6\u304A\u8A66\u3057\u304F\u3060\u3055\u3044\u3002","error.proTokenInvalid":"\u3082\u3057\u3042\u306A\u305F\u304CPro\u30E6\u30FC\u30B6\u30FC\u3067\u3042\u308C\u3070\u3001\u30ED\u30B0\u30A4\u30F3\u5F8C\u306BPro\u7FFB\u8A33\u30B5\u30FC\u30D3\u30B9\u3092\u3054\u5229\u7528\u304F\u3060\u3055\u3044\u3002","error.proUpgrade":"\u30A2\u30C3\u30D7\u30B0\u30EC\u30FC\u30C9\u5F8C\u3001\u30DA\u30FC\u30B8\u3092\u66F4\u65B0\u3057\u3066\u518D\u5EA6\u7FFB\u8A33\u3057\u3066\u304F\u3060\u3055\u3044\u3002","error.configError":"\u8A2D\u5B9A\u30C7\u30FC\u30BF\u304C\u7570\u5E38\u3067\u3059","error.goReset":"\u30EA\u30BB\u30C3\u30C8\u306B\u884C\u304F",batchEdit:"\u4E00\u62EC\u64CD\u4F5C","translationModeLang.translation.title":"\u7FFB\u8A33\u306E\u307F\u30E2\u30FC\u30C9\u306E\u8A00\u8A9E","translationModeLang.translation.description":"\u30DA\u30FC\u30B8\u306E\u8A00\u8A9E\u304C\u4EE5\u4E0B\u306E\u8A00\u8A9E\u306E\u5834\u5408\u3001\u81EA\u52D5\u7684\u306B\u7FFB\u8A33\u6587\u306E\u307F\u306E\u30E2\u30FC\u30C9\u3092\u4F7F\u7528\u3057\u307E\u3059\u3002","translationModeUrl.translation.title":"\u7FFB\u8A33\u306E\u307F\u30E2\u30FC\u30C9\u306E\u30A6\u30A7\u30D6\u30B5\u30A4\u30C8","translationModeUrl.translation.description":"\u4EE5\u4E0B\u306E\u30C9\u30E1\u30A4\u30F3\u306E\u30A6\u30A7\u30D6\u30B5\u30A4\u30C8\u3067\u306F\u3001\u81EA\u52D5\u7684\u306B\u7FFB\u8A33\u30C6\u30AD\u30B9\u30C8\u306E\u307F\u306E\u30E2\u30FC\u30C9\u304C\u4F7F\u7528\u3055\u308C\u307E\u3059\u3002","error.serveUnavailable":"\u3042\u306A\u305F\u304C\u73FE\u5728\u4F7F\u7528\u3057\u3066\u3044\u308B[{serverName}]\u30B5\u30FC\u30D3\u30B9\u306F\u3001\u30CD\u30C3\u30C8\u30EF\u30FC\u30AF\u63A5\u7D9A\u3084\u30B5\u30FC\u30D3\u30B9\u30D7\u30ED\u30D0\u30A4\u30C0\u306E\u554F\u984C\u306B\u3088\u308A\u4E00\u6642\u7684\u306B\u30A2\u30AF\u30BB\u30B9\u3067\u304D\u307E\u305B\u3093\u3002\u30DA\u30FC\u30B8\u3092\u30EA\u30D5\u30EC\u30C3\u30B7\u30E5\u3059\u308B\u304B\u3001<1>\u8A2D\u5B9A\u304B\u3089\u4ED6\u306E\u7FFB\u8A33\u30B5\u30FC\u30D3\u30B9\u306B\u5207\u308A\u66FF\u3048\u308B\u3053\u3068\u3092\u304A\u52E7\u3081\u3057\u307E\u3059\u3002\u3082\u3057<2>Pro\u4F1A\u54E1\u3067\u3042\u308C\u3070\u3001\u3088\u308A\u5B89\u5B9A\u3057\u305FDeepL\u307E\u305F\u306FOpenAI\u306E\u7FFB\u8A33\u30B5\u30FC\u30D3\u30B9\u3092\u9078\u629E\u3059\u308B\u3053\u3068\u304C\u3067\u304D\u307E\u3059\uFF08<3>\u3053\u3053\u3092\u30AF\u30EA\u30C3\u30AF\u3057\u3066\u7121\u6599\u4F53\u9A13\uFF09\u3002\u307E\u305F\u3001\u30CD\u30C3\u30C8\u30EF\u30FC\u30AF\u3084\u30D7\u30ED\u30AD\u30B7\u8A2D\u5B9A\u3092\u78BA\u8A8D\u3059\u308B\u5FC5\u8981\u304C\u3042\u308B\u304B\u3082\u3057\u308C\u307E\u305B\u3093\u3002",detectServiceLoading:"\u5229\u7528\u53EF\u80FD\u306A\u7FFB\u8A33\u30B5\u30FC\u30D3\u30B9\u3092\u691C\u51FA\u4E2D...",toggleToService:"{service}\u306B\u5207\u308A\u66FF\u3048\u3066\u518D\u8A66\u884C\u3057\u3066\u304F\u3060\u3055\u3044\u3002","error.gemini.429":"\u73FE\u5728\u306EGemini\u30B5\u30FC\u30D3\u30B9\u306E\u73FE\u5728\u306E\u8CA0\u8377\u80FD\u529B\u304C\u4E0A\u9650\u306B\u9054\u3057\u3066\u3044\u307E\u3059\u306E\u3067\u3001\u5F8C\u307B\u3069\u518D\u5EA6\u304A\u8A66\u3057\u3044\u305F\u3060\u304F\u304B\u3001\u4ED6\u306E\u7FFB\u8A33\u30B5\u30FC\u30D3\u30B9\u306B\u5207\u308A\u66FF\u3048\u3066\u304F\u3060\u3055\u3044\u3002",enableSentryReport:"\u62E1\u5F35\u304C\u30A8\u30E9\u30FC\u3092\u8D77\u3053\u3057\u305F\u3068\u304D\u3001Sentry\u3092\u4F7F\u7528\u3057\u3066\u30D5\u30A3\u30FC\u30C9\u30D0\u30C3\u30AF\u3092\u63D0\u51FA\u3057\u3066\u304F\u3060\u3055\u3044\u3002",goLogin:"\u30ED\u30B0\u30A4\u30F3\u3057\u3066\u304F\u3060\u3055\u3044","translationServices.gemini":"\u30B8\u30A7\u30DF\u30CB","error.reason":"\u30A8\u30E9\u30FC\u306E\u539F\u56E0","widget.translateFile":"PDF/ePub",touchShortcutsOff:"\u9589\u3058\u308B","error.retry":"\u518D\u8A66\u884C","multipleClick.4":"\u56DB\u9023\u6483",shortcutSettings:"\u30B7\u30E7\u30FC\u30C8\u30AB\u30C3\u30C8\u30AD\u30FC","multipleClick.3":"\u30C8\u30EA\u30D7\u30EB\u30B9\u30C8\u30E9\u30A4\u30AF",notLogin:"\u30ED\u30B0\u30A4\u30F3\u3057\u3066\u3044\u307E\u305B\u3093","slide.right":"\u5DE6\u306B\u30B9\u30EF\u30A4\u30D7\u3057\u3066\u304F\u3060\u3055\u3044",translationOnlyMode:"\u8A33\u6587\u306E\u307F\u30E2\u30FC\u30C9","widget.videoSubtitle":"\u30D3\u30C7\u30AA\u5B57\u5E55",paragraphMinTextCountField:"\u7FFB\u8A33\u6BB5\u843D\u306B\u5FC5\u8981\u306A\u6700\u5C0F\u6587\u5B57\u6570","subtitle.hideQuickButton":"\u3053\u306E\u30B7\u30E7\u30FC\u30C8\u30AB\u30C3\u30C8\u3092\u8868\u793A\u3057\u306A\u3044","floatBall.iKnow":"\u308F\u304B\u308A\u307E\u3057\u305F",contact:"\u79C1\u305F\u3061\u306B\u9023\u7D61\u3057\u3066\u304F\u3060\u3055\u3044","widget.instructionTooltip":"\u4F7F\u7528\u8AAC\u660E\u3092\u78BA\u8A8D\u3057\u3066\u304F\u3060\u3055\u3044","tagsInput.add":"+ \u8FFD\u52A0",loggedIn:"\u30ED\u30B0\u30A4\u30F3\u6E08\u307F","intro.floatBallTitle":"\u30AF\u30A4\u30C3\u30AF\u7FFB\u8A33\u30D5\u30ED\u30FC\u30C8\u30DC\u30FC\u30EB",pickAll:"\u3059\u3079\u3066\u9078\u629E","error.subscriptionExpiredTitle":"\u4F1A\u54E1\u304C\u671F\u9650\u5207\u308C\u306B\u306A\u308A\u307E\u3057\u305F","widget.instruction":"\u4F7F\u7528\u8AAC\u660E","shortcutGroup.main":"\u4E00\u822C\u7684\u306A\u6A5F\u80FD\u306E\u30B7\u30E7\u30FC\u30C8\u30AB\u30C3\u30C8\u30AD\u30FC","subtitle.bilingual":"\u30D0\u30A4\u30EA\u30F3\u30AC\u30EB\u5B57\u5E55",alwaysTranslateThisSite:"\u5E38\u306B\u3053\u306E\u30A6\u30A7\u30D6\u30B5\u30A4\u30C8\u3092\u7FFB\u8A33\u3057\u3066\u304F\u3060\u3055\u3044\u3002",mouseHoverCustomKeyTitle:"\u30AB\u30B9\u30BF\u30E0\u30DE\u30A6\u30B9\u30DB\u30D0\u30FC\u30B7\u30E7\u30FC\u30C8\u30AB\u30C3\u30C8","shortcutGroup.mouse":"\u30DE\u30A6\u30B9\u30DB\u30D0\u30FC\u30B7\u30E7\u30FC\u30C8\u30AB\u30C3\u30C8\u8A2D\u5B9A","browser.translateWithGemini":"\u73FE\u5728\u306E\u30DA\u30FC\u30B8\u3092\u4E00\u6642\u7684\u306BGemini\u3067\u7FFB\u8A33\u3057\u3066\u304F\u3060\u3055\u3044",shortcutSettingsTitle:"\u30B7\u30E7\u30FC\u30C8\u30AB\u30C3\u30C8\u30AD\u30FC\u306E\u8A2D\u5B9A","subtitle.showQuickButton":"\u30D7\u30EC\u30FC\u30E4\u30FC\u306B\u4E8C\u8A00\u8A9E\u5B57\u5E55\u306E\u30B7\u30E7\u30FC\u30C8\u30AB\u30C3\u30C8\u3092\u8868\u793A\u3059\u308B","browser.translateWithOpenAI":"\u4E00\u6642\u7684\u306BOpenAI\u3092\u4F7F\u3063\u3066\u73FE\u5728\u306E\u30DA\u30FC\u30B8\u3092\u7FFB\u8A33\u3057\u3066\u304F\u3060\u3055\u3044","browser.translateInputBox":"\u73FE\u5728\u306E\u5165\u529B\u30DC\u30C3\u30AF\u30B9\u306E\u5185\u5BB9\u3092\u7FFB\u8A33\u3057\u3066\u304F\u3060\u3055\u3044\u3002","browser.translateWithDeepL":"\u73FE\u5728\u306E\u30DA\u30FC\u30B8\u3092\u4E00\u6642\u7684\u306BDeepL\u3067\u7FFB\u8A33\u3057\u3066\u304F\u3060\u3055\u3044\u3002","browser.translateWithGoogle":"\u4E00\u6642\u7684\u306BGoogle\u7FFB\u8A33\u3067\u73FE\u5728\u306E\u30DA\u30FC\u30B8\u3092\u7FFB\u8A33\u3057\u3066\u304F\u3060\u3055\u3044\u3002",temprarilyChangeTranslationTo_openai:"\u73FE\u5728\u3001OpenAI\u3092\u4F7F\u7528\u3057\u3066\u73FE\u5728\u306E\u30DA\u30FC\u30B8\u3092\u7FFB\u8A33\u3057\u3066\u3044\u307E\u3059",temprarilyChangeTranslationTo_deepl:"\u73FE\u5728\u3001DeepL\u3092\u4F7F\u7528\u3057\u3066\u73FE\u5728\u306E\u30DA\u30FC\u30B8\u3092\u7FFB\u8A33\u3057\u3066\u3044\u307E\u3059","intro.subtitleTitle":"\u30AA\u30F3\u30E9\u30A4\u30F3\u30D3\u30C7\u30AA\u306E\u30D0\u30A4\u30EA\u30F3\u30AC\u30EB\u5B57\u5E55\u8868\u793A","shortcutGroup.touch":"\u30BF\u30C3\u30C1\u30B9\u30AF\u30EA\u30FC\u30F3\u5C02\u7528\u30B8\u30A7\u30B9\u30C1\u30E3\u30FC",temprarilyChangeTranslationTo_gemini:"\u73FE\u5728\u3001Gemini\u3092\u4F7F\u7528\u3057\u3066\u73FE\u5728\u306E\u30DA\u30FC\u30B8\u3092\u7FFB\u8A33\u3057\u3066\u3044\u307E\u3059",neverTranslateThisSite:"\u3053\u306E\u30A6\u30A7\u30D6\u30B5\u30A4\u30C8\u3092\u6C38\u9060\u306B\u7FFB\u8A33\u3057\u306A\u3044\u3067\u304F\u3060\u3055\u3044",temprarilyChangeTranslationTo_transmart:"\u73FE\u5728\u3001\u30C6\u30F3\u30BB\u30F3\u30C8\u7FFB\u8A33\u3092\u4F7F\u7528\u3057\u3066\u73FE\u5728\u306E\u30DA\u30FC\u30B8\u3092\u7FFB\u8A33\u3057\u3066\u3044\u307E\u3059","browser.translateWithTransmart":"\u4E00\u6642\u7684\u306B\u30C6\u30F3\u30BB\u30F3\u30C8\u7FFB\u8A33\u3067\u73FE\u5728\u306E\u30DA\u30FC\u30B8\u3092\u7FFB\u8A33\u3057\u3066\u304F\u3060\u3055\u3044",notLoginPro:"\u3042\u306A\u305F\u306E\u4F1A\u54E1\u30A2\u30AB\u30A6\u30F3\u30C8\u306B\u307E\u3060\u30ED\u30B0\u30A4\u30F3\u3057\u3066\u3044\u307E\u305B\u3093",networkError:"\u7FFB\u8A33\u30B5\u30FC\u30D3\u30B9\u307E\u305F\u306F\u30CD\u30C3\u30C8\u30EF\u30FC\u30AF\u306B\u554F\u984C\u304C\u767A\u751F\u3057\u3066\u3044\u307E\u3059","widget.videoSubtitleTooltip":"Youtube \u7B49 {count}+ \u306E\u30D3\u30C7\u30AA\u30B5\u30A4\u30C8\u3092\u30B5\u30DD\u30FC\u30C8\u3057\u3066\u3044\u307E\u3059","subtitle.autoDisableSubtitle":"\u81EA\u52D5\u7684\u306B\u4E8C\u304B\u56FD\u8A9E\u306E\u5B57\u5E55\u3092\u6709\u52B9\u306B\u3057\u306A\u3044","intro.hoverTitle":"\u30DE\u30A6\u30B9\u3092\u73FE\u5728\u306E\u6BB5\u843D\u306B\u30DB\u30D0\u30FC\u3057\u3066\u7FFB\u8A33\u3057\u3066\u304F\u3060\u3055\u3044","shortcutGroup.others":"\u3088\u308A\u591A\u304F\u306E\u30AB\u30B9\u30BF\u30E0\u6A5F\u80FD\u306E\u30B7\u30E7\u30FC\u30C8\u30AB\u30C3\u30C8",upgradeToProErrorTitle:"\u3053\u306E\u7FFB\u8A33\u30B5\u30FC\u30D3\u30B9\u3092\u4F7F\u7528\u3059\u308B\u306B\u306F\u3001Pro\u30E1\u30F3\u30D0\u30FC\u306B\u30A2\u30C3\u30D7\u30B0\u30EC\u30FC\u30C9\u3057\u3066\u304F\u3060\u3055\u3044\u3002",temprarilyChangeTranslationTo_google:"\u73FE\u5728\u3001Google\u7FFB\u8A33\u3092\u4F7F\u7528\u3057\u3066\u73FE\u5728\u306E\u30DA\u30FC\u30B8\u3092\u7FFB\u8A33\u3057\u3066\u3044\u307E\u3059",touchShortcutsToggleTranslationMask:"\u30BF\u30C3\u30C1\u30B9\u30AF\u30EA\u30FC\u30F3\u30B8\u30A7\u30B9\u30C1\u30E3\u30FC\u3092\u8A2D\u5B9A\u3057\u3066\u3001\u7FFB\u8A33\u30DE\u30B9\u30AF\u3092\u8868\u793A/\u539F\u6587\u3092\u8868\u793A","shortcutGroup.shortcutsForTranslationServices":"\u7FFB\u8A33\u30B5\u30FC\u30D3\u30B9\u95A2\u9023\u306E\u30B7\u30E7\u30FC\u30C8\u30AB\u30C3\u30C8\u30AD\u30FC","neverTranslateText.title":"\u4EE5\u4E0B\u306E\u5358\u8A9E\u306F\u539F\u6587\u306E\u307E\u307E\u306B\u3057\u3066\u304F\u3060\u3055\u3044\u3001\u7FFB\u8A33\u3057\u306A\u3044\u3067\u304F\u3060\u3055\u3044\u3002","widget.translateFileTooltip":"PDF\u3001EPUB\u3001SRT\u3001ASS\u3001HTML\u3001TXT \u30C9\u30AD\u30E5\u30E1\u30F3\u30C8\u3092\u7FFB\u8A33\u3057\u3066\u304F\u3060\u3055\u3044","floatBall.longPress":"\u9577\u62BC\u3057\u3059\u308B\u3068\u3001\u8A2D\u5B9A\u30D1\u30CD\u30EB\u3092\u7D20\u65E9\u304F\u958B\u304F\u3053\u3068\u304C\u3067\u304D\u307E\u3059\u3088","floatBall.guideClickToTranslate":`\u30AF\u30EA\u30C3\u30AF\u3057\u3066\u6CA1\u5165\u578B\u7FFB\u8A33\u30D5\u30ED\u30FC\u30C8\u30DC\u30FC\u30EB\u3092 \u3059\u3050\u306B\u7FFB\u8A33\u3067\u304D\u307E\u3059`,"browser.translateWithBing":"\u4E00\u6642\u7684\u306B\u30DE\u30A4\u30AF\u30ED\u30BD\u30D5\u30C8\u7FFB\u8A33\u3092\u4F7F\u7528\u3057\u3066\u73FE\u5728\u306E\u30DA\u30FC\u30B8\u3092\u7FFB\u8A33\u3057\u3066\u304F\u3060\u3055\u3044\u3002","browser.toggleMouseHoverTranslateDirectly":"\u30DA\u30FC\u30B8\u4E0A\u3067\u4E00\u6642\u7684\u306B\u30DE\u30A6\u30B9\u30DB\u30D0\u30FC\u306B\u3088\u308B\u76F4\u63A5\u7FFB\u8A33\u3092\u6709\u52B9\u306B\u3059\u308B\u304B\u7121\u52B9\u306B\u3059\u308B","browser.toggleVideoSubtitlePreTranslation":"\u30D0\u30A4\u30EA\u30F3\u30AC\u30EB\u5B57\u5E55\u3092\u5207\u308A\u66FF\u3048\u3066\u3001\u6CA1\u5165\u578B\u7FFB\u8A33\u8A2D\u5B9A\u3092\u512A\u5148\u7684\u306B\u4F7F\u7528\u3057\u3066\u304F\u3060\u3055\u3044\u3002",touchShortcutsToggleTranslateTouchElement:"\u6307\u5B9A\u306E\u6BB5\u843D\u3092\u7FFB\u8A33\u3059\u308B\u305F\u3081\u306E\u30BF\u30C3\u30C1\u30B9\u30AF\u30EA\u30FC\u30F3\u30B8\u30A7\u30B9\u30C1\u30E3\u30FC\u3092\u8A2D\u5B9A\u3057\u3066\u304F\u3060\u3055\u3044",touchShortcutsToggleTranslatePage:"\u30A6\u30A7\u30D6\u30DA\u30FC\u30B8\u3092\u7FFB\u8A33/\u539F\u6587\u3092\u8868\u793A\u3059\u308B\u305F\u3081\u306E\u30BF\u30C3\u30C1\u30B9\u30AF\u30EA\u30FC\u30F3\u30B8\u30A7\u30B9\u30C1\u30E3\u30FC\u3092\u8A2D\u5B9A\u3057\u3066\u304F\u3060\u3055\u3044\u3002","contact.description":"\u4F55\u304B\u3054\u8CEA\u554F\u3084\u63D0\u6848\u304C\u3054\u3056\u3044\u307E\u3057\u305F\u3089\u3001\u4E0B\u8A18\u306E\u30D5\u30A9\u30FC\u30E0\u306B\u8A18\u5165\u3057\u3066\u3054\u9023\u7D61\u3044\u305F\u3060\u304F\u304B\u3001{email}\u307E\u3067\u30E1\u30FC\u30EB\u3092\u304A\u9001\u308A\u304F\u3060\u3055\u3044\u3002\u65E9\u6025\u306B\u3054\u8FD4\u4FE1\u3044\u305F\u3057\u307E\u3059\u3002","desc.mouseHoverHoldKey":"\u30DE\u30A6\u30B9\u3092\u7279\u5B9A\u306E\u6BB5\u843D\u306B\u30DB\u30D0\u30FC\u3055\u305B\u3001\u540C\u6642\u306B\u53F3\u5074\u306E\u30B7\u30E7\u30FC\u30C8\u30AB\u30C3\u30C8\u30AD\u30FC\u3092\u62BC\u3059\u3068\u3001\u305D\u306E\u6BB5\u843D\u3092\u76F4\u63A5\u7FFB\u8A33\u3067\u304D\u307E\u3059\u3002","desc.touchShortcutsToggleTranslateTouchElement":"\u3042\u306A\u305F\u306E\u3044\u308B\u4EFB\u610F\u306E\u6BB5\u843D\u3092\u7FFB\u8A33\u3059\u308B\u305F\u3081\u306E\u30B8\u30A7\u30B9\u30C1\u30E3\u30FC\u3092\u30AB\u30B9\u30BF\u30DE\u30A4\u30BA\u3057\u3066\u304F\u3060\u3055\u3044\u3002",paragraphMinTextCountDesc:"\u6CE8\u610F\u3001\u3053\u3053\u3067\u6307\u3059\u306E\u306F\u6587\u5B57\u306E\u9577\u3055\u3067\u3001\u4F8B\u3048\u3070\uFF1Ahello\u306F5\u6587\u5B57\u3067\u3059\u3001\u3088\u308A\u5927\u304D\u306A\u5024\u3092\u8A2D\u5B9A\u3059\u308B\u3068\u4E0D\u5FC5\u8981\u306A\u5C0F\u3055\u306A\u6BB5\u843D\u306E\u7FFB\u8A33\u3092\u6E1B\u3089\u3059\u3053\u3068\u304C\u3067\u304D\u307E\u3059\u3002","description.baiduField":"\u30B5\u30DD\u30FC\u30C8\u3055\u308C\u3066\u3044\u308B\u30D5\u30A3\u30FC\u30EB\u30C9\u306F<1>\u3053\u3053\u3092\u53C2\u7167\u3057\u3066\u304F\u3060\u3055\u3044\u3002\u7A7A\u306E\u5834\u5408\u306F\u3001\u30D5\u30A3\u30FC\u30EB\u30C9\u304C\u6307\u5B9A\u3055\u308C\u3066\u3044\u306A\u3044\u3053\u3068\u3092\u610F\u5473\u3057\u307E\u3059\u3002","error.subscriptionExpired":"\u3042\u306A\u305F\u306E\u4F1A\u54E1\u8CC7\u683C\u306F\u3059\u3067\u306B\u671F\u9650\u5207\u308C\u304B\u3082\u3057\u308C\u307E\u305B\u3093\u3001\u3042\u306A\u305F\u306E\u4F1A\u54E1\u30B9\u30C6\u30FC\u30BF\u30B9\u3092\u78BA\u8A8D\u3057\u3066\u304F\u3060\u3055\u3044\u3002",temprarilyChangeTranslationTo_bing:"\u73FE\u5728\u3001\u30DE\u30A4\u30AF\u30ED\u30BD\u30D5\u30C8\u7FFB\u8A33\u3092\u4F7F\u7528\u3057\u3066\u73FE\u5728\u306E\u30DA\u30FC\u30B8\u3092\u7FFB\u8A33\u3057\u3066\u3044\u307E\u3059","desc.touchShortcutsToggleTranslatePage":"\u8A2D\u5B9A\u5F8C\u3001\u79FB\u52D5\u30C7\u30D0\u30A4\u30B9\u6642\u306B\u306F\u3001X\u672C\u306E\u6307\u3067\u753B\u9762\u3092\u540C\u6642\u306B\u30BF\u30C3\u30C1\u3057\u305F\u308A\u3001\u5DE6\u53F3\u306B\u30B9\u30EF\u30A4\u30D7\u3057\u305F\u308A\u3001\u9023\u7D9A\u3057\u3066\u30BF\u30C3\u30D7\u3057\u305F\u308A\u3057\u3066\u3001\u7FFB\u8A33\u30DA\u30FC\u30B8/\u539F\u6587\u3092\u8868\u793A\u3059\u308B\u3053\u3068\u304C\u3067\u304D\u307E\u3059\u3002",confirmResetToDefaultSettings:"\u3053\u306E\u7FFB\u8A33\u30B5\u30FC\u30D3\u30B9\u3092\u30C7\u30D5\u30A9\u30EB\u30C8\u8A2D\u5B9A\u306B\u623B\u3057\u307E\u3059\u304B\uFF1F\uFF08\u73FE\u5728\u306E\u7FFB\u8A33\u30B5\u30FC\u30D3\u30B9\u306E\u8A2D\u5B9A\u306E\u307F\u30EA\u30BB\u30C3\u30C8\uFF09","desc.toggleMouseHoverTranslateDirectly":"\u3053\u306E\u30B7\u30E7\u30FC\u30C8\u30AB\u30C3\u30C8\u30AD\u30FC\u3092\u62BC\u3059\u3068\u3001\u30DA\u30FC\u30B8\u4E0A\u3067\u30DE\u30A6\u30B9\u304C\u4EFB\u610F\u306E\u30C6\u30AD\u30B9\u30C8\u3092\u6307\u3059\u3068\u3001\u305D\u306E\u30C6\u30AD\u30B9\u30C8\u304C\u81EA\u52D5\u7684\u306B\u7FFB\u8A33\u3055\u308C\u307E\u3059\u3002\u30B7\u30E7\u30FC\u30C8\u30AB\u30C3\u30C8\u30AD\u30FC\u3092\u3082\u3046\u4E00\u5EA6\u62BC\u3059\u3068\u3001\u3053\u306E\u81EA\u52D5\u7FFB\u8A33\u6A5F\u80FD\u3092\u9589\u3058\u308B\u3053\u3068\u304C\u3067\u304D\u307E\u3059\u3002","slide.left":"\u53F3\u306B\u30B9\u30E9\u30A4\u30C9\u3057\u3066\u304F\u3060\u3055\u3044","subtitle.showQuickButtonDescription":"\u30D3\u30C7\u30AA\u30D7\u30EC\u30FC\u30E4\u30FC\u306E\u53F3\u4E0B\u9685\u306B\u4E8C\u8A00\u8A9E\u5B57\u5E55\u3092\u6709\u52B9\u306B\u3059\u308B\u30B7\u30E7\u30FC\u30C8\u30AB\u30C3\u30C8\u304C\u63D0\u4F9B\u3055\u308C\u3066\u3044\u307E\u3059",mouseHoverCustomKeyDescription:"\u3042\u306A\u305F\u306F\u30DE\u30A6\u30B9\u306E\u30DB\u30D0\u30FC\u306B\u30AB\u30B9\u30BF\u30E0\u30B7\u30E7\u30FC\u30C8\u30AB\u30C3\u30C8\u30AD\u30FC\u3092\u8A2D\u5B9A\u3059\u308B\u3053\u3068\u304C\u3067\u304D\u307E\u3059\u3002\u4F8B\u3048\u3070\uFF1AAlt+Z\u3001Ctrl+E\u3001Cmd+Alt+E\u3001\u307E\u305F\u306F\u76F4\u63A5Cmd\u3001\u624B\u52D5\u3067\u5165\u529B\u3057\u3066\u304F\u3060\u3055\u3044\u3002",buildSnapshots:"\u30A6\u30A7\u30D6\u30DA\u30FC\u30B8\u306E\u30B9\u30CA\u30C3\u30D7\u30B7\u30E7\u30C3\u30C8\u3092\u751F\u6210\u3059\u308B",shortcutDisableTooltip:"\u30D6\u30E9\u30A6\u30B6\u304C\u63D0\u4F9B\u3059\u308B\u62E1\u5F35\u30B7\u30E7\u30FC\u30C8\u30AB\u30C3\u30C8\u30AD\u30FC\u7BA1\u7406\u30DA\u30FC\u30B8\u3067\u8A2D\u5B9A\u3092\u884C\u3063\u3066\u304F\u3060\u3055\u3044\u3002\u8A73\u3057\u3044\u30AC\u30A4\u30C9\u306F\u3001\u3053\u306E\u30DA\u30FC\u30B8\u306E\u4E00\u756A\u4E0A\u306E\u8AAC\u660E\u3092\u3054\u89A7\u304F\u3060\u3055\u3044\u3002","desc.toggleTranslateTheMainPage":"\u30DA\u30FC\u30B8\u306E\u4E3B\u8981\u306A\u30A8\u30EA\u30A2\u306E\u307F\u3092\u7FFB\u8A33\u3057\u3066\u304F\u3060\u3055\u3044\u3002\u30DA\u30FC\u30B8\u5168\u4F53\u306E\u30A8\u30EA\u30A2\u3092\u7FFB\u8A33\u3059\u308B\u8A2D\u5B9A\u3092\u6709\u52B9\u306B\u3057\u305F\u5F8C\u3001\u3053\u306E\u30B7\u30E7\u30FC\u30C8\u30AB\u30C3\u30C8\u30AD\u30FC\u3092\u4F7F\u7528\u3057\u3066\u30DA\u30FC\u30B8\u306E\u4E3B\u8981\u306A\u30A8\u30EA\u30A2\u306E\u307F\u3092\u7279\u5225\u306B\u7FFB\u8A33\u3059\u308B\u3053\u3068\u304C\u3067\u304D\u307E\u3059\u3002","multipleClick.2":"\u30C0\u30D6\u30EB\u30AF\u30EA\u30C3\u30AF","desc.touchShortcutsToggleTranslationMask":"\u7FFB\u8A33\u30DE\u30B9\u30AF\u306F\u3001\u7FFB\u8A33\u30B9\u30BF\u30A4\u30EB\u306E\u307C\u304B\u3057\u52B9\u679C\uFF08\u5B66\u7FD2\u30E2\u30FC\u30C9\uFF09\u3092\u6307\u3057\u3001\u958B\u59CB\u3059\u308B\u3068\u4E00\u6642\u7684\u306B\u7FFB\u8A33\u6587\u306B\u307C\u304B\u3057\u52B9\u679C\u3092\u4F7F\u7528\u3057\u3001\u5B66\u7FD2\u306B\u4FBF\u5229\u3067\u3059\u3002","desc.toggleTranslateTheWholePage":"\u30DA\u30FC\u30B8\u5168\u4F53\u3092\u7FFB\u8A33\u3057\u307E\u3059\u3002\u30C7\u30D5\u30A9\u30EB\u30C8\u3067\u306F\u3001\u79C1\u305F\u3061\u306F\u30DA\u30FC\u30B8\u306E\u4E3B\u8981\u306A\u90E8\u5206\u3092\u7FFB\u8A33\u3057\u307E\u3059\u304C\u3001\u3053\u306E\u30B7\u30E7\u30FC\u30C8\u30AB\u30C3\u30C8\u30AD\u30FC\u3092\u4F7F\u7528\u3057\u3066\u30DA\u30FC\u30B8\u5168\u4F53\u3092\u7279\u5225\u306B\u7FFB\u8A33\u3059\u308B\u3053\u3068\u304C\u3067\u304D\u307E\u3059\u3002","desc.interfaceLanguage":"\u30A4\u30F3\u30BF\u30FC\u30D5\u30A7\u30FC\u30B9\u306E\u8A00\u8A9E\u8A2D\u5B9A\u306F\u30B3\u30F3\u30C8\u30ED\u30FC\u30EB\u30D1\u30CD\u30EB\u306E\u8868\u793A\u8A00\u8A9E\u306B\u5F71\u97FF\u3092\u4E0E\u3048\u3001\u7FFB\u8A33\u306E\u76EE\u6A19\u8A00\u8A9E\u3068\u306F\u95A2\u4FC2\u3042\u308A\u307E\u305B\u3093\u3002","intro.floatBallDescription":"\u6709\u52B9\u306B\u3059\u308B\u3068\u3001\u30DA\u30FC\u30B8\u306E\u53F3\u5074\u306B\u7FFB\u8A33\u30DC\u30BF\u30F3\u304C\u8868\u793A\u3055\u308C\u3001\u30AF\u30EA\u30C3\u30AF\u3059\u308B\u3068\u3059\u3050\u306B\u7FFB\u8A33\u3067\u304D\u3001\u518D\u5EA6\u30AF\u30EA\u30C3\u30AF\u3059\u308B\u3068\u5143\u306E\u30C6\u30AD\u30B9\u30C8\u306B\u5207\u308A\u66FF\u3048\u308B\u3053\u3068\u304C\u3067\u304D\u307E\u3059\u3002\u30E2\u30D0\u30A4\u30EB\u7AEF\u672B\u3067\u306F\u3001\u30D5\u30ED\u30FC\u30C6\u30A3\u30F3\u30B0\u30DC\u30FC\u30EB\u3092\u9577\u62BC\u3057\u3059\u308B\u3068\u3001\u30B7\u30E7\u30FC\u30C8\u30AB\u30C3\u30C8\u8A2D\u5B9A\u30D1\u30CD\u30EB\u3092\u958B\u304F\u3053\u3068\u304C\u3067\u304D\u307E\u3059\u3002","neverTranslateText.description":"\u4E00\u90E8\u306E\u7FFB\u8A33\u30A8\u30F3\u30B8\u30F3\u306F\u5C02\u6709\u540D\u8A5E\u306E\u8A8D\u8B58\u304C\u7406\u60F3\u7684\u3067\u306F\u306A\u3044\u305F\u3081\u3001\u3053\u3053\u306B\u5358\u8A9E\u3092\u8FFD\u52A0\u3057\u3066\u3001\u7FFB\u8A33\u30D7\u30ED\u30BB\u30B9\u4E2D\u306B\u305D\u308C\u3089\u304C\u5909\u63DB\u3055\u308C\u306A\u3044\u3088\u3046\u306B\u3059\u308B\u3053\u3068\u304C\u3067\u304D\u307E\u3059\u3002\u3053\u306E\u6A5F\u80FD\u306F\u5927\u6587\u5B57\u3068\u5C0F\u6587\u5B57\u3092\u533A\u5225\u3057\u3001\u30B9\u30DA\u30FC\u30B9\u3067\u533A\u5207\u3089\u308C\u305F\u5358\u8A9E\u8A00\u8A9E\uFF08\u82F1\u8A9E\u3001\u30D5\u30E9\u30F3\u30B9\u8A9E\u306A\u3069\uFF09\u306E\u307F\u3092\u30B5\u30DD\u30FC\u30C8\u3057\u3066\u304A\u308A\u3001\u65E5\u672C\u8A9E\u3084\u97D3\u56FD\u8A9E\u306A\u3069\u306E\u8A00\u8A9E\u306B\u306F\u9069\u7528\u3055\u308C\u307E\u305B\u3093\u3002","intro.subtitleDescription":"\u3053\u306E\u6A5F\u80FD\u3092\u6709\u52B9\u306B\u3059\u308B\u3068\u3001\u30D3\u30C7\u30AA\u306E\u518D\u751F\u6642\u306B\u81EA\u52D5\u7684\u306B\u4E8C\u8A00\u8A9E\u5B57\u5E55\u304C\u8868\u793A\u3055\u308C\u307E\u3059\u3002\u6709\u52B9\u306B\u3057\u3066\u3044\u306A\u3044\u5834\u5408\u306F\u3001\u30DA\u30FC\u30B8\u4E0A\u3067\u624B\u52D5\u3067\u7FFB\u8A33\u30DC\u30BF\u30F3\u3092\u30AF\u30EA\u30C3\u30AF\u3057\u3066\u5B57\u5E55\u3092\u8868\u793A\u3059\u308B\u5FC5\u8981\u304C\u3042\u308A\u307E\u3059\u3002\u6280\u8853\u7684\u306A\u5236\u9650\u306E\u305F\u3081\u3001\u4E00\u90E8\u306E\u30A6\u30A7\u30D6\u30B5\u30A4\u30C8\u3067\u306F\u3001\u5B57\u5E55\u3092\u521D\u3081\u3066\u6709\u52B9\u306B\u3059\u308B\u3068\u304D\u306B\u30DA\u30FC\u30B8\u3092\u66F4\u65B0\u3059\u308B\u304B\u3001\u7FFB\u8A33\u304C\u5B8C\u4E86\u3059\u308B\u306E\u3092\u5F85\u3064\u5FC5\u8981\u304C\u3042\u308B\u304B\u3082\u3057\u308C\u307E\u305B\u3093\u3002\u307E\u305F\u3001\u30D3\u30C7\u30AA\u30B5\u30A4\u30C8\u3092\u958B\u3044\u305F\u5F8C\u3001\u53F3\u4E0A\u306E\u89D2\u3067\u6CA1\u5165\u578B\u7FFB\u8A33\u306E\u30B7\u30E7\u30FC\u30C8\u30AB\u30C3\u30C8\u30D1\u30CD\u30EB\u3092\u958B\u304F/\u9589\u3058\u308B\u3053\u3068\u3082\u3067\u304D\u307E\u3059\u3002

\u73FE\u5728\u3001\u4EE5\u4E0B\u306E\u30A6\u30A7\u30D6\u30B5\u30A4\u30C8\u3067\u4E8C\u8A00\u8A9E\u5B57\u5E55\u3092\u4F7F\u7528\u3059\u308B\u3053\u3068\u304C\u3067\u304D\u307E\u3059\uFF1A","intro.hoverDescription":"\u30DE\u30A6\u30B9\u30DB\u30D0\u30FC\u7FFB\u8A33\u306F\u3001\u6CA1\u5165\u578B\u7FFB\u8A33\u306B\u304A\u3044\u3066\u975E\u5E38\u306B\u91CD\u8981\u306A\u6A5F\u80FD\u3067\u3001\u30D1\u30E9\u30B0\u30E9\u30D5\u306E\u4E0A\u306B\u30DE\u30A6\u30B9\u3092\u7F6E\u304D\u3001\u8A2D\u5B9A\u3057\u305F\u30B7\u30E7\u30FC\u30C8\u30AB\u30C3\u30C8\u30AD\u30FC\u3092\u540C\u6642\u306B\u62BC\u3059\u3060\u3051\u3067\u3001\u73FE\u5728\u306E\u30D1\u30E9\u30B0\u30E9\u30D5\u3092\u81EA\u52D5\u7684\u306B\u7FFB\u8A33\u3057\u307E\u3059\uFF08\u6CE8\u610F\uFF1A\u30C7\u30D5\u30A9\u30EB\u30C8\u3067\u306F\u6709\u52B9\u306B\u306A\u3063\u3066\u3044\u307E\u305B\u3093\u306E\u3067\u3001\u4E0B\u306E\u8A2D\u5B9A\u3067\u6709\u52B9\u306B\u3057\u3066\u304F\u3060\u3055\u3044\uFF09\u3002\u3053\u306E\u30A4\u30F3\u30BF\u30E9\u30AF\u30B7\u30E7\u30F3\u306F\u3001\u5358\u8A9E\u306E\u9078\u629E\u7FFB\u8A33\u3092\u3088\u308A\u826F\u304F\u4EE3\u66FF\u3059\u308B\u305F\u3081\u306B\u4F7F\u7528\u3055\u308C\u307E\u3059\u3002\u307E\u305F\u3001\u3053\u306E\u6A5F\u80FD\u306F\u3001\u8A8D\u8B58\u3067\u304D\u306A\u3044\u7FFB\u8A33\u30A8\u30EA\u30A2\u306B\u3082\u5E83\u304F\u9069\u7528\u3055\u308C\u3066\u3044\u307E\u3059\u3002\u3053\u306E\u6A5F\u80FD\u3092\u5229\u7528\u3057\u3066\u3001\u4EFB\u610F\u306E\u30D1\u30E9\u30B0\u30E9\u30D5\u3092\u5F37\u5236\u7684\u306B\u7FFB\u8A33\u3059\u308B\u3053\u3068\u304C\u3067\u304D\u307E\u3059\u3002",translationOnlyModeDescription:"\u300C\u8A33\u6587\u306E\u307F\u300D\u30E2\u30FC\u30C9\u3068\u306F\u3001\u30C7\u30D5\u30A9\u30EB\u30C8\u306E\u30D0\u30A4\u30EA\u30F3\u30AC\u30EB\u30E2\u30FC\u30C9\u3067\u306F\u306A\u304F\u3001\u8A33\u6587\u306E\u307F\u3092\u8868\u793A\u3059\u308B\u3053\u3068\u3092\u6307\u3057\u307E\u3059\u3002\u6CE8\u610F\uFF1A\u6280\u8853\u7684\u306A\u5236\u9650\u306E\u305F\u3081\u3001\u300C\u8A33\u6587\u306E\u307F\u300D\u30E2\u30FC\u30C9\u3067\u306F\u3001\u539F\u6587\u306E\u30CF\u30A4\u30D1\u30FC\u30EA\u30F3\u30AF\u304C\u7121\u52B9\u306B\u306A\u308A\u307E\u3059\u3002",geminiWarning:"\u6CE8\u610F\uFF1AGoogle\u304C\u63D0\u4F9B\u3059\u308BGemini\u306E\u7121\u6599\u30B5\u30FC\u30D3\u30B9\u306E\u5236\u9650\u306F\u53B3\u3057\u304F\u3001\u30E6\u30FC\u30B6\u30FC\u304C\u8907\u6570\u306EKey\u3092\u4F7F\u7528\u3057\u3066\u5F7C\u3089\u306E\u7121\u6599\u914D\u5F53\u5236\u9650\u3092\u56DE\u907F\u3057\u3066\u3044\u308B\u3068Google\u306B\u5224\u65AD\u3055\u308C\u308B\u53EF\u80FD\u6027\u304C\u3042\u308A\u307E\u3059\u3002\u4F7F\u7528\u3059\u308B\u3053\u3068\u306F\u304A\u52E7\u3081\u3057\u307E\u305B\u3093\u3001Google\u304C\u5C06\u6765Gemini\u306E\u6709\u6599\u30A4\u30F3\u30BF\u30FC\u30D5\u30A7\u30FC\u30B9\u3092\u958B\u653E\u3059\u308B\u306E\u3092\u5F85\u3064\u3053\u3068\u3092\u304A\u52E7\u3081\u3057\u307E\u3059\u3002","floatBall.setting":"\u8A2D\u5B9A","floatBall.translateToLanguage":"{language}\u306B\u7FFB\u8A33\u3059\u308B\u3092\u30AF\u30EA\u30C3\u30AF\u3057\u3066\u304F\u3060\u3055\u3044","floatBall.file":`PDF\u3001EPUB\u3001SRT\u3001 ASS\u3001HTML\u3001TXT\u30D5\u30A1\u30A4\u30EB\u3092\u7FFB\u8A33\u3057\u307E\u3059`,changeToOnlyTempTranslationMode:"\u7FFB\u8A33\u306E\u307F\u3092\u8868\u793A\u3059\u308B\u3088\u3046\u306B\u5207\u308A\u66FF\u3048\u308B",changeToDualTempTranslationMode:"\u5BFE\u8A33\u3078\u306E\u5207\u308A\u66FF\u3048","options.navbar.translateFile":"\u7FFB\u8A33\u6587\u66F8","translationServices.yandex":"\u30E4\u30F3\u30C7\u30C3\u30AF\u30B9","options.navbar.installApp":"\u643A\u5E2F\u96FB\u8A71\u306E\u30A2\u30D7\u30EA\u3092\u30A4\u30F3\u30B9\u30C8\u30FC\u30EB\u3059\u308B","transitionMode.translation":"\u305F\u3060\u8A33\u6587","subtitle.transitionMode":"\u30D3\u30C7\u30AA\u5B57\u5E55\u306E\u4E8C\u8A00\u8A9E/\u7FFB\u8A33\u30C6\u30AD\u30B9\u30C8\u306E\u307F\u306E\u8A2D\u5B9A","transitionMode.dual":"\u30D0\u30A4\u30EA\u30F3\u30AC\u30EB\u5BFE\u7167","subtitle.transitionModeDescription":"\u30D3\u30C7\u30AA\u5B57\u5E55\u3092\u4E8C\u8A00\u8A9E\u5BFE\u7167\u307E\u305F\u306F\u7FFB\u8A33\u6587\u306E\u307F\u306E\u30E2\u30FC\u30C9\u306B\u8A2D\u5B9A\u3057\u3066\u304F\u3060\u3055\u3044","transitionMode.inherit":"\u30B7\u30B9\u30C6\u30E0\u306E\u30C7\u30D5\u30A9\u30EB\u30C8\u306E\u7FFB\u8A33\u8868\u793A\u30E2\u30FC\u30C9\u3068\u4E00\u81F4\u3057\u3066\u304F\u3060\u3055\u3044\u3002",translateFileTooltip:`PDF\u3001ePub\u3001srt\u3001 ass\u3001HTML\u3001TXT\u30D5\u30A1\u30A4\u30EB\u3092\u7FFB\u8A33\u3057\u3066\u304F\u3060\u3055\u3044`,"description.subtitlePrompt":`\u5B57\u5E55\u30B7\u30FC\u30F3\u3067\u8907\u6570\u306E\u30D1\u30E9\u30B0\u30E9\u30D5\u3092\u9001\u4FE1\u3059\u308B\u5834\u5408\u3001\u30E6\u30FC\u30B6\u30FC\u3068\u3057\u3066{service}\u306B\u5BFE\u8A71\u3092\u9001\u4FE1\u3057\u307E\u3059\u3002\u3053\u3053\u3067\u3001{{from}}\u306F\u30D1\u30E9\u30B0\u30E9\u30D5\u306E\u8A00\u8A9E\u3092\u3001{{to}}\u306F\u76EE\u6A19\u8A00\u8A9E\u3092\u8868\u3057\u3001{{yaml}}\u306Fyaml\u5F62\u5F0F\u3067\u5305\u88C5\u3057\u305F\u30D1\u30E9\u30B0\u30E9\u30D5\u306E\u5185\u5BB9\u3067\u3059\u3002\u30AB\u30B9\u30BF\u30E0Prompt\u304C\u5FC5\u8981\u306A\u5834\u5408\u3001AI\u306E\u5FDC\u7B54\u3068\u3057\u3066\u306EYAML\u7D50\u679C\u306E\u5404\u9805\u76EE\u304C{env.imt_sub_trans_field}\u30D5\u30A3\u30FC\u30EB\u30C9\u3092\u542B\u3080\u3053\u3068\u3092\u78BA\u8A8D\u3059\u308B\u5FC5\u8981\u304C\u3042\u308A\u307E\u3059\u3002{{imt_sub_trans_field}}\u306F\u3001AI\u306E\u5FDC\u7B54\u3068\u3057\u3066\u671F\u5F85\u3059\u308B\u7FFB\u8A33\u30D5\u30A3\u30FC\u30EB\u30C9\u540D\u3067\u3001\u30C7\u30D5\u30A9\u30EB\u30C8\u306F{env.imt_sub_trans_field}\u3067\u3059\u3002{{imt_sub_source_field}}\u306F\u3001AI\u306B\u6E21\u3059\u539F\u6587\u30D5\u30A3\u30FC\u30EB\u30C9\u540D\u3067\u3001\u30C7\u30D5\u30A9\u30EB\u30C8\u306F{env.imt_sub_source_field}\u3067\u3059\u3002\u7D50\u679C\u306E\u4F8B\u306F\u4EE5\u4E0B\u306E\u901A\u308A\u3067\u3059\uFF1A @@ -5012,7 +5012,7 @@ ass\u3001HTML\u3001TXT\u30D5\u30A1\u30A4\u30EB\u3092\u7FFB\u8A33\u3057\u3066\u30 - id: 1 {env.imt_trans_field}: \u7FFB\u8A33\u6587 - id: 2 - {env.imt_trans_field}: \u7FFB\u8A33\u6587`,"subtitle.quickButton.white":"\u767D\u8272","subtitle.quickButton.black":"\u9ED2\u8272","subtitle.quickButton.setting":"\u8A2D\u5B9A","subtitle.quickButton.blue":"\u9752\u8272","subtitle.quickButton.backgroundOpacity":"\u80CC\u666F\u306E\u4E0D\u900F\u660E\u5EA6","subtitle.quickButton.cyan":"\u9752\u8272","subtitle.quickButton.translationPositionBottom":"\u539F\u6587\u306E\u4E0B\u65B9","subtitle.quickButton.sourceFontSize":"\u5143\u306E\u30D5\u30A9\u30F3\u30C8\u30B5\u30A4\u30BA","subtitle.quickButton.backgroundColor":"\u80CC\u666F\u8272","subtitle.quickButton.magenta":"\u30DE\u30BC\u30F3\u30BF\u8272","subtitle.quickButton.red":"\u8D64\u8272","subtitle.quickButton.green":"\u7DD1\u8272","subtitle.quickButton.translationPositionTop":"\u539F\u6587\u306E\u4E0A\u306B","translationServices.claude":"\u30AF\u30ED\u30FC\u30C9","subtitle.quickButton.sourceTextColor":"\u539F\u6587\u306E\u30D5\u30A9\u30F3\u30C8\u306E\u8272","subtitle.quickButton.yellow":"\u9EC4\u8272","subtitle.quickButton.translationFontSize":"\u7FFB\u8A33\u6587\u5B57\u306E\u30D5\u30A9\u30F3\u30C8\u30B5\u30A4\u30BA","subtitle.quickButton.translationTextColor":"\u7FFB\u8A33\u6587\u5B57\u306E\u8272","subtitle.quickButton.translationPosition":"\u7FFB\u8A33\u4F4D\u7F6E",attachSubtitleTranslating:"{service} \u3092\u4F7F\u7528\u3057\u3066\u7FFB\u8A33\u4E2D...","error.claude.403":"\u4E00\u6642\u7684\u306B\u30B5\u30FC\u30D3\u30B9\u3078\u306E\u30A2\u30AF\u30BB\u30B9\u6A29\u9650\u304C\u3042\u308A\u307E\u305B\u3093\u3002\u3053\u308C\u306FClaude\u306E\u5730\u57DF\u5236\u9650\u306B\u95A2\u9023\u3057\u3066\u3044\u308B\u53EF\u80FD\u6027\u304C\u3042\u308A\u307E\u3059\u3002IP\u30A2\u30C9\u30EC\u30B9\u3092\u5207\u308A\u66FF\u3048\u308B\u304B\u3001\u4ED6\u306E\u7FFB\u8A33\u30B5\u30FC\u30D3\u30B9\u3092\u4F7F\u7528\u3057\u3066\u307F\u3066\u304F\u3060\u3055\u3044\u3002","browser.brandDescriptionForSafari":"\u3010\u6CA1\u5165\u578B\u7FFB\u8A33\u3011\u7121\u6599\u306E\uFF08\u539F\u6587/\u8A33\u6587\uFF09\u30D0\u30A4\u30EA\u30F3\u30AC\u30EB\u5BFE\u7167\u30A6\u30A7\u30D6\u30DA\u30FC\u30B8\u7FFB\u8A33\u30D7\u30E9\u30B0\u30A4\u30F3\u3067\u3001PDF\u7FFB\u8A33\u3068EPUB\u96FB\u5B50\u66F8\u7C4D\u7FFB\u8A33\u3092\u540C\u6642\u306B\u30B5\u30DD\u30FC\u30C8\u3057\u3001\u539F\u6587\u306E\u30EC\u30A4\u30A2\u30A6\u30C8\u3092\u4FDD\u6301\u3057\u307E\u3059\u3002Youtube/Netflix\u306A\u3069\u306E\u30AA\u30F3\u30E9\u30A4\u30F3\u30D3\u30C7\u30AA\u306E\u30D0\u30A4\u30EA\u30F3\u30AC\u30EB\u5B57\u5E55\u7FFB\u8A33\u3082\u30B5\u30DD\u30FC\u30C8\u3057\u3001Deepl/Google\u306A\u3069\u306E\u4E3B\u6D41\u7FFB\u8A33\u30B5\u30FC\u30D3\u30B9\u306B\u5BFE\u5FDC\u3057\u3066\u3044\u307E\u3059\u3002","browser.PdfProFile":"AI \u99C6\u52D5\u306E PDF Pro \u7FFB\u8A33","browser.textTranslate":"\u30C6\u30AD\u30B9\u30C8\u7FFB\u8A33"};var _s={nologin:"\u0644\u0645 \u062A\u0642\u0645 \u0628\u062A\u0633\u062C\u064A\u0644 \u0627\u0644\u062F\u062E\u0648\u0644",loginForSafari:"\u062A\u0633\u062C\u064A\u0644 \u0627\u0644\u062F\u062E\u0648\u0644 \u0623\u0648 \u0627\u0644\u062A\u0633\u062C\u064A\u0644",login:"\u064A\u0645\u0643\u0646\u0643 \u062A\u0641\u0639\u064A\u0644 \u0627\u0644\u0639\u0636\u0648\u064A\u0629 \u0628\u0639\u062F \u062A\u0633\u062C\u064A\u0644 \u0627\u0644\u062F\u062E\u0648\u0644",manageAccount:"\u0625\u062F\u0627\u0631\u0629 \u0627\u0644\u062D\u0633\u0627\u0628",openPremium:"\u0627\u0644\u0627\u0646\u0636\u0645\u0627\u0645 \u0625\u0644\u0649 \u0627\u0644\u0639\u0636\u0648\u064A\u0629",logout:"\u064A\u062A\u0631\u0643",curentPlan:"\u0627\u0644\u0631\u0632\u0645\u0629 \u0627\u0644\u062D\u0627\u0644\u064A\u0629",endAt:"\u0646\u0636\u062C",endAuto:"\u062A\u062C\u062F\u064A\u062F \u062A\u0644\u0642\u0627\u0626\u064A",lineBreakMaxTextCount:"\u0627\u0644\u062D\u062F \u0627\u0644\u0623\u0642\u0635\u0649 \u0644\u0639\u062F\u062F \u0627\u0644\u0623\u062D\u0631\u0641 \u0627\u0644\u0645\u0633\u0645\u0648\u062D \u0628\u0647 \u0644\u0643\u0644 \u062C\u0645\u0644\u0629 \u0628\u0639\u062F \u0641\u0648\u0627\u0635\u0644 \u0627\u0644\u0623\u0633\u0637\u0631","translate-pdf":"\u0627\u0646\u0642\u0631 \u0644\u062A\u0631\u062C\u0645\u0629 PDF","noSupportTranslate-pdf":"\u0627\u0644\u0628\u0631\u0646\u0627\u0645\u062C \u0627\u0644\u0646\u0635\u064A \u063A\u064A\u0631 \u0645\u062F\u0639\u0648\u0645\u060C \u064A\u0631\u062C\u0649 \u0627\u0633\u062A\u062E\u062F\u0627\u0645 \u0627\u0644\u0628\u0631\u0646\u0627\u0645\u062C \u0627\u0644\u0625\u0636\u0627\u0641\u064A","translate-firefox-local-pdf":"\u0627\u0646\u0642\u0631 \u0644\u0627\u0633\u062A\u064A\u0631\u0627\u062F PDF",enableLineBreak:"\u0642\u0645 \u0628\u062A\u0634\u063A\u064A\u0644 \u0627\u0644\u062A\u0641\u0627\u0641 \u0627\u0644\u0643\u0644\u0645\u0627\u062A \u0627\u0644\u062A\u0644\u0642\u0627\u0626\u064A \u0644\u0644\u0641\u0642\u0631\u0627\u062A \u0627\u0644\u0637\u0648\u064A\u0644\u0629",sponsorLabel:"\u0627\u062F\u0639\u0645 \u0645\u0637\u0648\u0631\u064B\u0627 \u0628\u062F\u0621\u064B\u0627 \u0645\u0646 1 \u062F\u0648\u0644\u0627\u0631",help:"\u064A\u0633\u0627\u0639\u062F",browserShortcutsNoteForFirefox:'\u0644\u062A\u0639\u062F\u064A\u0644 \u0645\u0641\u0627\u062A\u064A\u062D \u0627\u0644\u0627\u062E\u062A\u0635\u0627\u0631 \u0641\u064A \u0645\u062A\u0635\u0641\u062D Firefox\u060C \u062A\u062D\u062A\u0627\u062C \u0625\u0644\u0649 \u0641\u062A\u062D \u0635\u0641\u062D\u0629 \u0625\u062F\u0627\u0631\u0629 \u0627\u0644\u0627\u0645\u062A\u062F\u0627\u062F\u0627\u062A `about:addons`\u060C \u062B\u0645 \u0627\u0644\u0646\u0642\u0631 \u0641\u0648\u0642 "\u0627\u0644\u0625\u0639\u062F\u0627\u062F\u0627\u062A"\u060C \u062B\u0645 \u0627\u0644\u0646\u0642\u0631 \u0641\u0648\u0642 "\u0625\u062F\u0627\u0631\u0629 \u0645\u0641\u0627\u062A\u064A\u062D \u0627\u0644\u0627\u062E\u062A\u0635\u0627\u0631" \u0644\u062A\u0639\u064A\u064A\u0646\u0647\u0627.',browserShortcutsNoteForChrome:"\u0644\u062A\u0639\u062F\u064A\u0644 \u0645\u0641\u0627\u062A\u064A\u062D \u0627\u0644\u0627\u062E\u062A\u0635\u0627\u0631 \u0641\u064A \u0645\u062A\u0635\u0641\u062D \u064A\u0634\u0628\u0647 Chrome\u060C \u062A\u062D\u062A\u0627\u062C \u0625\u0644\u0649 \u0641\u062A\u062D \u0635\u0641\u062D\u0629 \u0625\u062F\u0627\u0631\u0629 \u0627\u0644\u0625\u0636\u0627\u0641\u0627\u062A\u060C \u0648\u062A\u0639\u064A\u064A\u0646\u0647\u0627 \u0641\u064A \u0644\u0648\u062D\u0629 `\u0625\u062F\u0627\u0631\u0629 \u0627\u0644\u0627\u062E\u062A\u0635\u0627\u0631\u0627\u062A` (`chrome://extensions/shortcuts`)\u060C \u062B\u0645 \u0627\u0644\u0646\u0642\u0631 \u0641\u0648\u0642 \u0627\u0644\u0632\u0631 \u0623\u062F\u0646\u0627\u0647 \u0644\u0644\u0627\u0646\u062A\u0642\u0627\u0644 \u0625\u0644\u0649 \u0635\u0641\u062D\u0629 \u0625\u062F\u0627\u0631\u0629 \u0645\u0641\u062A\u0627\u062D \u0627\u0644\u0627\u062E\u062A\u0635\u0627\u0631.",browserShortcutsSucks:"\u062A\u0646\u0633\u064A\u0642 \u0645\u0641\u062A\u0627\u062D \u0627\u0644\u0627\u062E\u062A\u0635\u0627\u0631 \u0627\u0644\u0645\u062E\u0635\u0635 \u0647\u0648 (\u0644\u0627 \u064A\u0648\u062C\u062F \u0627\u0644\u062A\u0639\u0631\u0641 \u0627\u0644\u062A\u0644\u0642\u0627\u0626\u064A\u060C \u064A\u0631\u062C\u0649 \u0627\u0644\u062F\u062E\u0648\u0644 \u0645\u0628\u0627\u0634\u0631\u0629)\uFF1A",enableLineBreakDescription:"\u0639\u0646\u062F \u062A\u0634\u063A\u064A\u0644\u0647\u060C \u0633\u064A\u062A\u0645 \u0625\u062F\u0631\u0627\u062C \u0641\u0648\u0627\u0635\u0644 \u0627\u0644\u0623\u0633\u0637\u0631 \u0641\u064A \u0646\u0647\u0627\u064A\u0629 \u0643\u0644 \u062C\u0645\u0644\u0629 \u0641\u064A \u0641\u0642\u0631\u0627\u062A \u0637\u0648\u064A\u0644\u0629 \u0644\u062A\u0633\u0647\u064A\u0644 \u0627\u0644\u0642\u0631\u0627\u0621\u0629.","browser.shortBrandName":"\u062A\u0631\u062C\u0645\u0629 \u063A\u0627\u0645\u0631\u0629","browser.brandName":"\u062A\u0631\u062C\u0645\u0629 \u063A\u0627\u0645\u0631\u0629: \u062A\u0631\u062C\u0645\u0629 \u0635\u0641\u062D\u0627\u062A \u0627\u0644\u0648\u064A\u0628 \u062B\u0646\u0627\u0626\u064A\u0629 \u0627\u0644\u0644\u063A\u0629 \u0648\u062A\u0631\u062C\u0645\u0629 \u0645\u0633\u062A\u0646\u062F\u0627\u062A PDF","browser.brandDescription":"Bilingual web page translation, also supports PDF translation, bilingual Epub eBook translation, free to use.","browser.toggleTranslatePage":"\u062A\u0631\u062C\u0645\u0629 \u0635\u0641\u062D\u0629 \u0627\u0644\u0648\u064A\u0628/\u0625\u0638\u0647\u0627\u0631 \u0627\u0644\u0646\u0635 \u0627\u0644\u0623\u0635\u0644\u064A","browser.toggleTranslateTheWholePage":"\u062A\u0631\u062C\u0645\u0629 \u062C\u0645\u064A\u0639 \u0645\u0646\u0627\u0637\u0642 \u0627\u0644\u0635\u0641\u062D\u0629/\u0639\u0631\u0636 \u0627\u0644\u0646\u0635 \u0627\u0644\u0623\u0635\u0644\u064A","browser.toggleOnlyTransation":"\u062A\u0628\u062F\u064A\u0644 \u0627\u0644\u0648\u0636\u0639 \u062B\u0646\u0627\u0626\u064A \u0627\u0644\u0644\u063A\u0629 / \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0641\u0642\u0637","browser.toggleTranslateToThePageEndImmediately":"\u062A\u0631\u062C\u0645\u0629 \u0641\u0648\u0631\u064A\u0629 \u0625\u0644\u0649 \u0623\u0633\u0641\u0644 \u0627\u0644\u0635\u0641\u062D\u0629/\u0625\u0638\u0647\u0627\u0631 \u0627\u0644\u0646\u0635 \u0627\u0644\u0623\u0635\u0644\u064A","browser.toggleTranslateTheMainPage":"\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0645\u0646\u0637\u0642\u0629 \u0627\u0644\u0631\u0626\u064A\u0633\u064A\u0629 \u0644\u0644\u0635\u0641\u062D\u0629/\u0639\u0631\u0636 \u0627\u0644\u0646\u0635 \u0627\u0644\u0623\u0635\u0644\u064A","browser.shareToDraft":"\u0645\u0634\u0627\u0631\u0643\u0629 \u0627\u0644\u0635\u0641\u062D\u0627\u062A \u062B\u0646\u0627\u0626\u064A\u0629 \u0627\u0644\u0644\u063A\u0629","browser.openOptionsPage":"\u0627\u0641\u062A\u062D \u0635\u0641\u062D\u0629 \u0627\u0644\u0625\u0639\u062F\u0627\u062F\u0627\u062A","browser.toggleTranslationMask":"\u0625\u0638\u0647\u0627\u0631/\u0625\u062E\u0641\u0627\u0621 \u062A\u0623\u062B\u064A\u0631 \u0637\u0645\u0633 \u0627\u0644\u062A\u0631\u062C\u0645\u0629","browser.translateLocalPdfFile":"\u062A\u0631\u062C\u0645\u0629 \u0645\u0644\u0641\u0627\u062A PDF \u0627\u0644\u0645\u062D\u0644\u064A\u0629","browser.openEbookViewer":"\u0642\u0631\u0627\u0621\u0629 \u0627\u0644\u0643\u062A\u0628 \u0627\u0644\u0625\u0644\u0643\u062A\u0631\u0648\u0646\u064A\u0629 \u0627\u0644\u0645\u062D\u0644\u064A\u0629","browser.openEbookBuilder":"\u0625\u0646\u0634\u0627\u0621 \u0643\u062A\u0628 \u0625\u0644\u0643\u062A\u0631\u0648\u0646\u064A\u0629 EPUB \u062B\u0646\u0627\u0626\u064A\u0629 \u0627\u0644\u0644\u063A\u0629","browser.translateLocalHtmlFile":"\u062A\u0631\u062C\u0645\u0629 \u0645\u0644\u0641\u0627\u062A HTML/txt","browser.donateContext":"\u062A\u0639\u0631\u0641 \u0639\u0644\u0649 \u0641\u0648\u0627\u0626\u062F \u0627\u0644\u0631\u0639\u0627\u064A\u0629","browser.translateLocalSubtitleFile":"\u062A\u0631\u062C\u0645\u0629 \u0645\u0644\u0641\u0627\u062A \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0645\u062D\u0644\u064A\u0629",confirmResetConfig:"\u0647\u0644 \u0623\u0646\u062A \u0645\u062A\u0623\u0643\u062F \u0623\u0646\u0643 \u062A\u0631\u064A\u062F \u0625\u0639\u0627\u062F\u0629 \u0636\u0628\u0637 \u0625\u0639\u062F\u0627\u062F\u0627\u062A\u0643\u061F",translationLineBreakSettingTitle:"\u0625\u0639\u062F\u0627\u062F\u0627\u062A \u0627\u0644\u062A\u0641\u0627\u0641 \u0633\u0637\u0631 \u0627\u0644\u062A\u0631\u062C\u0645\u0629",smartLineBreak:"\u062A\u063A\u0644\u064A\u0641 \u0627\u0644\u062E\u0637 \u0627\u0644\u0630\u0643\u064A",alwaysLineBreak:"\u0627\u0644\u062A\u0641\u0627\u0641 \u062F\u0627\u0626\u0645\u0627",isShowContextMenu:"\u0623\u0636\u0641 \u0635\u0641\u062D\u0629 \u0627\u0644\u0648\u064A\u0628 \u0627\u0644\u0645\u062A\u0631\u062C\u0645\u0629 \u0625\u0644\u0649 \u0639\u0646\u0635\u0631 \u0642\u0627\u0626\u0645\u0629 \u0627\u0644\u0646\u0642\u0631 \u0628\u0632\u0631 \u0627\u0644\u0645\u0627\u0648\u0633 \u0627\u0644\u0623\u064A\u0645\u0646",toggleBeta:"\u062A\u0641\u0639\u064A\u0644 \u0645\u064A\u0632\u0627\u062A \u0627\u0644\u0627\u062E\u062A\u0628\u0627\u0631 \u0627\u0644\u062A\u062C\u0631\u064A\u0628\u064A",betaDescription:"\u062A\u0645\u0643\u064A\u0646 \u0627\u0644\u0645\u064A\u0632\u0627\u062A \u0627\u0644\u062A\u064A \u0644\u0627 \u062A\u0632\u0627\u0644 \u062A\u062C\u0631\u064A\u0628\u064A\u0629\u060C \u0628\u0627\u0644\u0625\u0636\u0627\u0641\u0629 \u0625\u0644\u0649 \u062E\u062F\u0645\u0627\u062A \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0642\u064A\u062F \u0627\u0644\u0627\u062E\u062A\u0628\u0627\u0631. \u0627\u0646\u0636\u0645 \u0625\u0644\u0649<1>\u0645\u062C\u0645\u0648\u0639\u0629 \u0627\u0644\u062A\u0644\u064A\u062C\u0631\u0627\u0645 \u064A\u062A\u0639\u0644\u0645 \u0623\u0643\u062B\u0631.",translationLineBreakSettingDescription:"\u064A\u064F\u0639\u062F \u0627\u0644\u0627\u0644\u062A\u0641\u0627\u0641 \u062F\u0627\u0626\u0645\u064B\u0627 \u0645\u0646\u0627\u0633\u0628\u064B\u0627 \u0644\u0644\u062A\u062E\u0637\u064A\u0637\u0627\u062A \u0630\u0627\u062A \u0627\u0644\u0645\u062D\u062A\u0648\u0649 \u0627\u0644\u0623\u0642\u0644 \u0648\u0627\u0644\u0623\u0643\u062B\u0631 \u062A\u0631\u062A\u064A\u0628\u064B\u0627. (\u0627\u0633\u062A\u062E\u062F\u0645 \u0641\u0648\u0627\u0635\u0644 \u0627\u0644\u0623\u0633\u0637\u0631 \u0627\u0644\u0630\u0643\u064A\u0629 \u0641\u064A \u0627\u0644\u0641\u0642\u0631\u0627\u062A \u0627\u0644\u0637\u0648\u064A\u0644\u0629 \u0627\u0644\u062A\u064A \u062A\u062D\u062A\u0648\u064A \u0639\u0644\u0649 \u0627\u0644\u0643\u062B\u064A\u0631 \u0645\u0646 \u0627\u0644\u0645\u062D\u062A\u0648\u0649 (\u0623\u0643\u062B\u0631 \u0645\u0646{count}\u062D\u0631\u0641) \u0644\u062A\u0648\u0641\u064A\u0631 \u0627\u0644\u0645\u0633\u0627\u062D\u0629)",tempTranslateDomainTitle:"\u0643\u0645 \u0645\u0646 \u0627\u0644\u0648\u0642\u062A \u0644\u062A\u0645\u0643\u064A\u0646 \u062A\u0631\u062C\u0645\u0629 \u0645\u0648\u0642\u0639 \u0627\u0644\u0648\u064A\u0628 \u0645\u0624\u0642\u062A\u064B\u0627",tempTranslateDomainDescription:"\u0639\u0646\u062F \u062A\u0631\u062C\u0645\u0629 \u0635\u0641\u062D\u0629 \u0648\u064A\u0628 \u064A\u062F\u0648\u064A\u064B\u0627\u060C \u0642\u0645 \u0628\u062A\u0634\u063A\u064A\u0644 \u0645\u0648\u0642\u0639 \u0627\u0644\u0648\u064A\u0628 \u0645\u0624\u0642\u062A\u064B\u0627 \u0644\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u062A\u0644\u0642\u0627\u0626\u064A\u0629\u060C \u0648\u064A\u0645\u0643\u0646\u0643 \u0636\u0628\u0637 \u0627\u0644\u0645\u062F\u0629 \u0627\u0644\u0645\u0624\u0642\u062A\u0629.",xMinutes:"{count} \u062F\u0642\u064A\u0642\u0629",disabled:"\u0625\u0628\u0637\u0627\u0644",changelog:"\u062A\u063A\u064A\u064A\u0631 \u0627\u0644\u0633\u062C\u0644",toggleTranslatePageWhenThreeFingersOnTheScreen:"\u0627\u0644\u0645\u0633 \u0627\u0644\u0634\u0627\u0634\u0629 \u0628\u0623\u0635\u0627\u0628\u0639 \u0645\u062A\u0639\u062F\u062F\u0629 \u0641\u064A \u0646\u0641\u0633 \u0627\u0644\u0648\u0642\u062A \u0644\u062A\u0631\u062C\u0645\u0629 \u0635\u0641\u062D\u0629 \u0627\u0644\u0648\u064A\u0628/\u0639\u0631\u0636 \u0627\u0644\u0646\u0635 \u0627\u0644\u0623\u0635\u0644\u064A",toggleTranslationMaskWhenThreeFingersOnTheScreen:"\u0627\u0644\u0645\u0633 \u0639\u062F\u0629 \u0623\u0635\u0627\u0628\u0639 \u0641\u064A \u0646\u0641\u0633 \u0627\u0644\u0648\u0642\u062A \u0644\u0625\u0638\u0647\u0627\u0631/\u0625\u062E\u0641\u0627\u0621 \u062A\u0623\u062B\u064A\u0631 \u0637\u0645\u0633 \u0627\u0644\u062A\u0631\u062C\u0645\u0629",fingerCountToToggleTranslagePageOnlyTranslationWhenTouching:"\u0627\u0644\u0645\u0633 \u0627\u0644\u0634\u0627\u0634\u0629 \u0628\u0623\u0635\u0627\u0628\u0639 \u0645\u062A\u0639\u062F\u062F\u0629 \u0641\u064A \u0646\u0641\u0633 \u0627\u0644\u0648\u0642\u062A \u0644\u062A\u0631\u062C\u0645\u0629 \u0635\u0641\u062D\u0629 \u0627\u0644\u0648\u064A\u0628 (\u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0641\u0642\u0637)/\u0639\u0631\u0636 \u0627\u0644\u0646\u0635 \u0627\u0644\u0623\u0635\u0644\u064A",addUrlDescription:"\u064A\u0645\u0643\u0646 \u0623\u0646 \u064A\u0643\u0648\u0646 \u0627\u0633\u0645 \u0646\u0637\u0627\u0642 \u0648\u064A\u062F\u0639\u0645 \u0623\u062D\u0631\u0641 \u0627\u0644\u0628\u062F\u0644\u060C \u0645\u062B\u0644\uFF1A*.google.com\u060C google.com/mail/*\u060C https://www.google.com/*",general:"\u0627\u0644\u0625\u0639\u062F\u0627\u062F\u0627\u062A \u0627\u0644\u0623\u0633\u0627\u0633\u064A\u0629",clickToExpandConfig:"\u0642\u0645 \u0628\u062A\u0648\u0633\u064A\u0639 \u0627\u0644\u062A\u0643\u0648\u064A\u0646 \u0627\u0644\u062D\u0627\u0644\u064A",import:"\u0627\u0633\u062A\u064A\u0631\u0627\u062F \u0645\u0646 \u0645\u0644\u0641",export:"\u062A\u0635\u062F\u064A\u0631 \u0625\u0644\u0649 \u0645\u0644\u0641",toggleDebug:"\u0637\u0628\u0627\u0639\u0629 \u0633\u062C\u0644\u0627\u062A \u0627\u0644\u062A\u0635\u062D\u064A\u062D \u0639\u0644\u0649 \u0648\u062D\u062F\u0629 \u0627\u0644\u062A\u062D\u0643\u0645","fingers.0":"\u0625\u0646\u0647\u0627\u0621","fingers.2":"\u0644\u0645\u0633\u0629 \u0628\u0625\u0635\u0628\u0639\u064A\u0646","fingers.3":"\u0644\u0645\u0633\u0629 \u0628\u062B\u0644\u0627\u062B\u0629 \u0623\u0635\u0627\u0628\u0639","fingers.4":"\u0644\u0645\u0633\u0629 \u0628\u0623\u0631\u0628\u0639\u0629 \u0623\u0635\u0627\u0628\u0639","fingers.5":"\u0644\u0645\u0633\u0629 \u062E\u0645\u0633\u0629 \u0623\u0635\u0627\u0628\u0639",mouseHoldKey:"+ {key} \u062A\u0631\u062C\u0645\u0629/\u0627\u0633\u062A\u0639\u0627\u062F\u0629 \u0647\u0630\u0647 \u0627\u0644\u0641\u0642\u0631\u0629",mouseHoldKeyAuto:"\u062A\u0631\u062C\u0645\u0629 \u0647\u0630\u0647 \u0627\u0644\u0641\u0642\u0631\u0629 \u0645\u0628\u0627\u0634\u0631\u0629",mouseHoldKeyOff:"\u0644\u0627 \u062A\u0641\u0639\u0644 \u0623\u064A \u0634\u064A\u0621",mouseHoldKeyOther:"\u0645\u0641\u0627\u062A\u064A\u062D \u0627\u0644\u0627\u062E\u062A\u0635\u0627\u0631 \u0627\u0644\u0645\u062E\u0635\u0635\u0629 (\u0627\u0644\u0625\u0639\u062F\u0627\u062F\u0627\u062A \u0627\u0644\u0645\u0641\u062A\u0648\u062D\u0629)",mouseHoldKeyCustomKey:"{key} / \u0627\u0633\u062A\u0639\u0627\u062F\u0629 \u0647\u0630\u0647 \u0627\u0644\u0641\u0642\u0631\u0629",mouseHoverHoldKey:"\u062D\u0631\u0643 \u0627\u0644\u0645\u0627\u0648\u0633 \u0648\u0627\u0636\u063A\u0637 \u0639\u0644\u0649 \u0645\u0641\u062A\u0627\u062D \u0627\u0644\u0627\u062E\u062A\u0635\u0627\u0631 \u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0641\u0642\u0631\u0629","mouse-translate":"\u062A\u0645\u0631\u064A\u0631 \u0627\u0644\u0645\u0627\u0648\u0633",document:"\u0648\u062B\u064A\u0642\u0629",resetSuccess:"\u0625\u0639\u0627\u062F\u0629 \u0636\u0628\u0637 \u062C\u0645\u064A\u0639 \u0627\u0644\u0625\u0639\u062F\u0627\u062F\u0627\u062A \u0628\u0646\u062C\u0627\u062D",resetThisSuccess:"\u062A\u0645\u062A \u0625\u0639\u0627\u062F\u0629 \u0627\u0644\u0636\u0628\u0637 \u0628\u0646\u062C\u0627\u062D",saved:"\u062D\u0641\u0638 \u0628\u0646\u062C\u0627\u062D",successImportConfig:"\u062A\u0645 \u0627\u0633\u062A\u064A\u0631\u0627\u062F \u0627\u0644\u062A\u0643\u0648\u064A\u0646 \u0628\u0646\u062C\u0627\u062D",goAdvancedSettings:"\u0627\u0646\u062A\u0642\u0644 \u0625\u0644\u0649 \u0635\u0641\u062D\u0629 \u0627\u0644\u0625\u0639\u062F\u0627\u062F\u0627\u062A \u0627\u0644\u0645\u062A\u0642\u062F\u0645\u0629",goAdvancedInterfaceSettings:"\u0627\u0646\u062A\u0642\u0644 \u0625\u0644\u0649 \u0635\u0641\u062D\u0629 \u0625\u0639\u062F\u0627\u062F\u0627\u062A \u0627\u0644\u062A\u062E\u0635\u064A\u0635 \u0627\u0644\u0645\u062A\u0642\u062F\u0645\u0629",advanced:"\u0625\u0639\u062F\u0627\u062F\u0627\u062A \u0645\u062A\u0642\u062F\u0645\u0629",advancedDescription:"\u0628\u0634\u0643\u0644 \u0639\u0627\u0645\u060C \u0644\u0627 \u064A\u0644\u0632\u0645 \u0623\u064A \u0625\u0639\u062F\u0627\u062F\u060C \u0641\u0642\u0637 \u0627\u062D\u062A\u0641\u0638 \u0628\u0627\u0644\u0625\u0639\u062F\u0627\u062F \u0627\u0644\u0627\u0641\u062A\u0631\u0627\u0636\u064A. \u0641\u0642\u0637 \u0644\u0644\u0645\u0633\u062A\u062E\u062F\u0645\u064A\u0646 \u0627\u0644\u0623\u0643\u062B\u0631 \u0627\u062D\u062A\u0631\u0627\u0641\u064B\u0627\u060C \u064A\u062A\u0645 \u062A\u0648\u0641\u064A\u0631 \u0625\u0639\u062F\u0627\u062F\u0627\u062A \u0623\u0643\u062B\u0631 \u062A\u062E\u0635\u064A\u0635\u064B\u0627.",developer:"\u0625\u0639\u062F\u0627\u062F\u0627\u062A \u0627\u0644\u0645\u0637\u0648\u0631",donateCafe:"\u0633\u0639\u0631","translate to the bottom of the page":"\u0628\u0639\u062F \u0627\u0644\u062F\u062E\u0648\u0644 \u0625\u0644\u0649 \u0635\u0641\u062D\u0629 \u0627\u0644\u0648\u064A\u0628 \u0647\u0644 \u064A\u062A\u0645 \u062A\u0631\u062C\u0645\u062A\u0647\u0627 \u0645\u0628\u0627\u0634\u0631\u0629 \u0625\u0644\u0649 \u0623\u0633\u0641\u0644 \u0627\u0644\u0635\u0641\u062D\u0629\u061F",feedback:"\u062A\u0639\u0644\u064A\u0642",toggleTranslatePage:"\u062A\u0631\u062C\u0645\u0629 \u0635\u0641\u062D\u0629 \u0627\u0644\u0648\u064A\u0628/\u0625\u0638\u0647\u0627\u0631 \u0627\u0644\u0646\u0635 \u0627\u0644\u0623\u0635\u0644\u064A",translateToThePageEndImmediatelyDescription:"\u0639\u0646\u062F \u062A\u0634\u063A\u064A\u0644\u0647\u060C \u0633\u064A\u0624\u062F\u064A \u0627\u0644\u062F\u062E\u0648\u0644 \u0625\u0644\u0649 \u0635\u0641\u062D\u0629 \u0648\u064A\u0628 \u0625\u0644\u0649 \u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0645\u062D\u062A\u0648\u0649 \u0639\u0644\u0649 \u0627\u0644\u0641\u0648\u0631 \u0645\u0646 \u0623\u0639\u0644\u0649 \u0625\u0644\u0649 \u0623\u0633\u0641\u0644. \u0625\u0630\u0627 \u062A\u0645 \u0625\u064A\u0642\u0627\u0641\u0647\u060C \u064A\u0645\u0643\u0646\u0643 \u0627\u0644\u0642\u0631\u0627\u0621\u0629 \u0648\u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0641\u064A \u0646\u0641\u0633 \u0627\u0644\u0648\u0642\u062A. (\u0644\u0627 \u064A\u0646\u0635\u062D \u0628\u062A\u0634\u063A\u064A\u0644\u0647)","translate all areas of the page":"\u0645\u0627 \u0625\u0630\u0627 \u0643\u0627\u0646 \u0633\u064A\u062A\u0645 \u062A\u0631\u062C\u0645\u0629 \u062C\u0645\u064A\u0639 \u0645\u0646\u0627\u0637\u0642 \u0635\u0641\u062D\u0629 \u0627\u0644\u0648\u064A\u0628",translationAreaDescription:"\u0639\u0646\u062F \u062A\u0634\u063A\u064A\u0644\u0647\u060C \u0633\u062A\u062A\u0645 \u062A\u0631\u062C\u0645\u0629 \u062C\u0645\u064A\u0639 \u0645\u0646\u0627\u0637\u0642 \u0635\u0641\u062D\u0629 \u0627\u0644\u0648\u064A\u0628 \u0628\u0623\u0643\u0645\u0644\u0647\u0627. \u0625\u0630\u0627 \u062A\u0645 \u0625\u064A\u0642\u0627\u0641 \u062A\u0634\u063A\u064A\u0644\u0647\u060C \u0641\u0633\u064A\u062A\u0645 \u0627\u0633\u062A\u062E\u062F\u0627\u0645 \u0627\u0644\u062A\u0639\u0631\u0641 \u0627\u0644\u0630\u0643\u064A \u0627\u0644\u0627\u0641\u062A\u0631\u0627\u0636\u064A \u0648\u0633\u062A\u062A\u0645 \u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0645\u0646\u0637\u0642\u0629 \u0627\u0644\u0631\u0626\u064A\u0633\u064A\u0629 \u0641\u0642\u0637. (\u0644\u0627 \u064A\u0646\u0635\u062D \u0628\u062A\u0634\u063A\u064A\u0644\u0647)","the number of characters to be translated first":"\u0642\u0645 \u0628\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0623\u062D\u0631\u0641 \u0627\u0644\u0642\u0644\u064A\u0644\u0629 \u0627\u0644\u0623\u0648\u0644\u0649 \u0645\u0646 \u0627\u0644\u0635\u0641\u062D\u0629 \u0645\u0628\u0627\u0634\u0631\u0629 \u062F\u0648\u0646 \u0627\u0646\u062A\u0638\u0627\u0631 \u0627\u0644\u062A\u0645\u0631\u064A\u0631 \u0625\u0644\u0649 \u0627\u0644\u0645\u0646\u0637\u0642\u0629 \u0627\u0644\u0645\u0631\u0626\u064A\u0629","interface language":"\u0644\u063A\u0629 \u0627\u0644\u0648\u0627\u062C\u0647\u0629","display both the original text and the translation":"\u0639\u0631\u0636 \u0627\u0644\u0646\u0635 \u0627\u0644\u0623\u0635\u0644\u064A \u0648\u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0641\u064A \u0648\u0642\u062A \u0648\u0627\u062D\u062F","keyboard shortcuts":"\u0627\u062E\u062A\u0635\u0627\u0631\u0627\u062A \u0644\u0648\u062D\u0629 \u0627\u0644\u0645\u0641\u0627\u062A\u064A\u062D",modify:"\u062A\u0639\u062F\u064A\u0644 \u0645\u0641\u0627\u062A\u064A\u062D \u0627\u0644\u0627\u062E\u062A\u0635\u0627\u0631",reset:"\u0625\u0639\u0627\u062F\u0629 \u0636\u0628\u0637",close:"\u0625\u0646\u0647\u0627\u0621",homepage:"\u0627\u0644\u0635\u0641\u062D\u0629 \u0627\u0644\u0631\u0626\u064A\u0633\u064A\u0629",more:"\u0623\u0643\u062B\u0631",moreOptions:"\u0642\u0645 \u0628\u062A\u0648\u0633\u064A\u0639 \u0627\u0644\u0645\u0632\u064A\u062F \u0645\u0646 \u062E\u064A\u0627\u0631\u0627\u062A \u0627\u0644\u062A\u062E\u0635\u064A\u0635",translateTheWholePage:"\u062A\u0631\u062C\u0645\u0629 \u062C\u0645\u064A\u0639 \u0645\u0646\u0627\u0637\u0642 \u0627\u0644\u0635\u0641\u062D\u0629 (\u062A\u062E\u062A\u0644\u0641 \u0639\u0646 \u0627\u0644\u0645\u0646\u0627\u0637\u0642 \u0627\u0644\u0631\u0626\u064A\u0633\u064A\u0629 \u0644\u0644\u062A\u0639\u0631\u0641 \u0627\u0644\u0630\u0643\u064A)",changeToTranslateTheWholePage:"\u0627\u0644\u062A\u0628\u062F\u064A\u0644 \u0644\u062A\u0631\u062C\u0645\u0629 \u0643\u0627\u0641\u0629 \u0627\u0644\u0645\u062C\u0627\u0644\u0627\u062A",changeToTranslateTheMainPage:"\u0642\u0645 \u0628\u0627\u0644\u062A\u0628\u062F\u064A\u0644 \u0625\u0644\u0649 \u0645\u0646\u0637\u0642\u0629 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0631\u0626\u064A\u0633\u064A\u0629",changeToOnlyTranslationMode:"\u0642\u0645 \u0628\u0627\u0644\u062A\u0628\u062F\u064A\u0644 \u0625\u0644\u0649 \u0625\u0638\u0647\u0627\u0631 \u0627\u0644\u062A\u0631\u062C\u0645\u0627\u062A \u0641\u0642\u0637",changeToDualTranslationMode:"\u0627\u0644\u062A\u0628\u062F\u064A\u0644 \u0625\u0644\u0649 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u062B\u0646\u0627\u0626\u064A\u0629 \u0627\u0644\u0644\u063A\u0629",translateToThePageEndImmediately:"\u062A\u0631\u062C\u0645 \u0639\u0644\u0649 \u0627\u0644\u0641\u0648\u0631 \u0625\u0644\u0649 \u0623\u0633\u0641\u0644 \u0627\u0644\u0635\u0641\u062D\u0629",translateTheMainPage:"\u0627\u0644\u0645\u062C\u0627\u0644\u0627\u062A \u0627\u0644\u0631\u0626\u064A\u0633\u064A\u0629 \u0644\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0630\u0643\u064A\u0629","The local rules are up to date":"\u0642\u0648\u0627\u0639\u062F \u0627\u0644\u062A\u0643\u064A\u0641 \u0627\u0644\u0645\u062D\u0644\u064A\u0629 \u0645\u062D\u062F\u062B\u0629:","Successfully synchronized with the latest official rules:":"\u062A\u0645\u062A \u0645\u0632\u0627\u0645\u0646\u0629 \u0623\u062D\u062F\u062B \u0642\u0648\u0627\u0639\u062F \u0627\u0644\u062A\u0643\u064A\u0641 \u0627\u0644\u0631\u0633\u0645\u064A\u0629 \u0628\u0646\u062C\u0627\u062D:","Checking for updates":"\u0627\u0644\u0628\u062D\u062B \u0639\u0646 \u062A\u062D\u062F\u064A\u062B\u0627\u062A","Rules are being synchronized":"\u0645\u0632\u0627\u0645\u0646\u0629 \u0642\u0648\u0627\u0639\u062F \u0627\u0644\u062A\u0643\u064A\u0641",localVersionIsTooOld:"\u0625\u0635\u062F\u0627\u0631 \u0627\u0644\u0645\u0644\u062D\u0642 \u0627\u0644\u0645\u062D\u0644\u064A \u0642\u062F\u064A\u0645 \u062C\u062F\u064B\u0627. \u064A\u0631\u062C\u0649 \u0627\u0644\u062A\u0631\u0642\u064A\u0629 \u0625\u0644\u0649 \u0627\u0644\u0645\u0644\u062D\u0642 {minVersion} \u0623\u0648 \u0625\u0635\u062F\u0627\u0631 \u0623\u062D\u062F\u062B \u0648\u0645\u062D\u0627\u0648\u0644\u0629 \u0627\u0644\u0645\u0632\u0627\u0645\u0646\u0629 \u0645\u0631\u0629 \u0623\u062E\u0631\u0649.",badUserscriptBrowser:"\u0627\u0644\u0645\u062A\u0635\u0641\u062D \u0627\u0644\u062D\u0627\u0644\u064A \u0644\u0627 \u064A\u0637\u0628\u0642 \u0648\u0627\u062C\u0647\u0629 \u0645\u0644\u062D\u0642 Grease Monkey \u0628\u0634\u0643\u0644 \u0635\u062D\u064A\u062D (\u0645\u062B\u0644 \u0627\u0644\u062D\u0635\u0648\u0644 \u0639\u0644\u0649 \u0645\u0639\u0644\u0648\u0645\u0627\u062A \u0631\u0642\u0645 \u0627\u0644\u0625\u0635\u062F\u0627\u0631 \u0644\u0644\u0628\u0631\u0646\u0627\u0645\u062C \u0627\u0644\u0646\u0635\u064A Grease Monkey \u0646\u0641\u0633\u0647)\u060C \u064A\u0631\u062C\u0649 \u0627\u0633\u062A\u062E\u062F\u0627\u0645 \u0645\u0644\u062D\u0642\u0627\u062A \u062F\u0639\u0645 \u0623\u062E\u0631\u0649 <1> Grease Monkey \u0645\u062A\u0635\u0641\u062D\u0627\u062A \u0645\u062B\u0644 \u0641\u0627\u064A\u0631\u0641\u0648\u0643\u0633",foundNewVersion:"\u062A\u0645 \u0627\u0644\u0639\u062B\u0648\u0631 \u0639\u0644\u0649 \u0646\u0633\u062E\u0629 \u062C\u062F\u064A\u062F\u0629",theLocalExtensionIsUpToUpdate:"\u0627\u0644\u0627\u0645\u062A\u062F\u0627\u062F \u0627\u0644\u062D\u0627\u0644\u064A \u0647\u0648 \u0623\u062D\u062F\u062B \u0625\u0635\u062F\u0627\u0631.",failToSyncRules:"\u0641\u0634\u0644\u062A \u0645\u0632\u0627\u0645\u0646\u0629 \u0623\u062D\u062F\u062B \u0642\u0648\u0627\u0639\u062F \u0627\u0644\u062A\u0643\u064A\u0641",retry:"\u0627\u0636\u063A\u0637 \u0647\u0646\u0627 \u0644\u0644\u0645\u062D\u0627\u0648\u0644\u0629 \u0645\u0631\u0629 \u0623\u062E\u0631\u0649",failedReason:"\u0633\u0628\u0628 \u0627\u0644\u0641\u0634\u0644",currentRuleVersion:"\u0646\u0633\u062E\u0629 \u0627\u0644\u0642\u0627\u0639\u062F\u0629 \u0627\u0644\u062D\u0627\u0644\u064A\u0629",calculating:"\u062D\u0633\u0627\u0628",unknownError:"\u062E\u0637\u0623 \u063A\u064A\u0631 \u0645\u0639\u0631\u0648\u0641",canNotFetchRemoteRule:"\u063A\u064A\u0631 \u0642\u0627\u062F\u0631 \u0639\u0644\u0649 \u0627\u0644\u062D\u0635\u0648\u0644 \u0639\u0644\u0649 \u0627\u0644\u0642\u0648\u0627\u0639\u062F \u0627\u0644\u0628\u0639\u064A\u062F\u0629",enableAlphaSuccess:"\u062A\u0645 \u062A\u0634\u063A\u064A\u0644 \u0648\u0638\u064A\u0641\u0629 \u0623\u0644\u0641\u0627",disableAlphaSuccess:"\u062A\u0645 \u0625\u064A\u0642\u0627\u0641 \u0645\u064A\u0632\u0629 \u0623\u0644\u0641\u0627",cacheSize:"\u062D\u062C\u0645 \u0630\u0627\u0643\u0631\u0629 \u0627\u0644\u062A\u062E\u0632\u064A\u0646 \u0627\u0644\u0645\u0624\u0642\u062A\uFF1A",cleaning:"\u062A\u0646\u0638\u064A\u0641",cleanCache:"\u0645\u0633\u062D \u0630\u0627\u0643\u0631\u0629 \u0627\u0644\u062A\u062E\u0632\u064A\u0646 \u0627\u0644\u0645\u0624\u0642\u062A",options:"\u064A\u062B\u0628\u062A",about:"\u0639\u0646",service:"\u062E\u062F\u0645\u0629 \u0627\u0644\u062A\u0631\u062C\u0645\u0629",needAction:"(\u0627\u0630\u0647\u0628 \u0644\u0644\u0627\u0639\u062F\u0627\u062F\u0627\u062A)",goSettings:"\u0627\u0630\u0647\u0628 \u0644\u0644\u0627\u0639\u062F\u0627\u062F\u0627\u062A",needActionForOptions:"(\u062A\u062D\u062A\u0627\u062C \u0625\u0644\u0649 \u062A\u0639\u064A\u064A\u0646)",translationEngine:"\u062E\u064A\u0627\u0631\u0627\u062A \u0627\u0644\u0645\u062D\u0631\u0643",sourceLanguage:"\u0627\u0644\u0644\u063A\u0629 \u0627\u0644\u0623\u0635\u0644\u064A\u0629",target:"\u0627\u0644\u0644\u063A\u0629 \u0627\u0644\u0645\u0633\u062A\u0647\u062F\u0641\u0629",popupSourceLanguage:"\u0627\u0644\u0644\u063A\u0629 \u0627\u0644\u0623\u0635\u0644\u064A\u0629",popupTarget:"\u0627\u0644\u0644\u063A\u0629 \u0627\u0644\u0645\u0633\u062A\u0647\u062F\u0641\u0629",popupService:"\u062E\u062F\u0645\u0629 \u0627\u0644\u062A\u0631\u062C\u0645\u0629",forThisSite:"\u0627\u0644\u0645\u0648\u0642\u0639 \u0627\u0644\u062D\u0627\u0644\u064A",autoEnableSubtitle:"\u0642\u0645 \u0628\u062A\u0634\u063A\u064A\u0644 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u062B\u0646\u0627\u0626\u064A\u0629 \u0627\u0644\u0644\u063A\u0629 \u062A\u0644\u0642\u0627\u0626\u064A\u064B\u0627",alwaysTranslate:"\u062A\u0631\u062C\u0645 \u062F\u0627\u0626\u0645\u0627 ",neverTranslate:"\u0644\u0627 \u062A\u062A\u0631\u062C\u0645 \u0623\u0628\u062F\u064B\u0627 ",alwaysTranslateSomeLanguage:"\u062A\u0631\u062C\u0645 \u062F\u0627\u0626\u0645\u0627 {language}",neverTranslateSomeLanguage:"\u0644\u0627 \u062A\u062A\u0631\u062C\u0645 \u0623\u0628\u062F\u064B\u0627 {language}",alwaysTranslateSomeSite:"\u062A\u0631\u062C\u0645 \u062F\u0627\u0626\u0645\u0627 {hostname}",neverTranslateSomeSite:"\u0644\u0627 \u062A\u062A\u0631\u062C\u0645 \u0623\u0628\u062F\u064B\u0627 {hostname}",alwaysTranslateSomeSiteOrWildSite:"\u0642\u0645 \u0628\u062A\u0631\u062C\u0645\u0629 \u0647\u0630\u0627 \u0627\u0644\u0645\u0648\u0642\u0639 \u062F\u0627\u0626\u0645\u064B\u0627",alwaysTranslateSomePage:"\u0642\u0645 \u0628\u062A\u0631\u062C\u0645\u0629 \u0647\u0630\u0647 \u0627\u0644\u0635\u0641\u062D\u0629 \u062F\u0627\u0626\u0645\u064B\u0627",add:"\u0627\u0636\u0641 \u0625\u0644\u064A\u0647",default:"\u062A\u0642\u0635\u064A\u0631",forThisLanguage:"\u0644\u0647\u0630\u0647 \u0627\u0644\u0644\u063A\u0629\uFF1A","add url":"\u0625\u062F\u062E\u0627\u0644 \u0639\u0646\u0648\u0627\u0646 \u0627\u0644\u0645\u0648\u0642\u0639",edit:"\u064A\u062D\u0631\u0631","translate other languages into specific language":"\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0644\u063A\u0627\u062A \u0627\u0644\u0623\u062E\u0631\u0649 \u0625\u0644\u0649 \u0627\u0644\u0644\u063A\u0629 \u0627\u0644\u062A\u064A \u062A\u062D\u062F\u062F\u0647\u0627","select translation service":"\u0627\u062E\u062A\u0631 \u062E\u062F\u0645\u0629 \u0627\u0644\u062A\u0631\u062C\u0645\u0629",language:"\u0644\u063A\u0629","show-original":"\u0625\u0638\u0647\u0627\u0631 \u0627\u0644\u0646\u0635 \u0627\u0644\u0623\u0635\u0644\u064A",translate:"\u064A\u062A\u0631\u062C\u0645",Translated:"\u0645\u062A\u0631\u062C\u0645",Translating:"\u062C\u0627\u0631 \u0627\u0644\u062A\u0631\u062C\u0645\u0629",Error:"\u062E\u0637\u0623",allowCacheTranslations:"\u062A\u0645\u0643\u064A\u0646 \u0627\u0644\u062A\u062E\u0632\u064A\u0646 \u0627\u0644\u0645\u0624\u0642\u062A \u0644\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0645\u062D\u0644\u064A\u0629 (\u0644\u062A\u0642\u0644\u064A\u0644 \u0637\u0644\u0628\u0627\u062A \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0644\u0644\u0641\u0642\u0631\u0627\u062A \u0627\u0644\u0645\u0643\u0631\u0631\u0629)","translation display":"\u0623\u0633\u0644\u0648\u0628 \u0639\u0631\u0636 \u0627\u0644\u062A\u0631\u062C\u0645\u0629","select diplay style":"\u062A\u0645\u064A\u064A\u0632 \u0623\u0633\u0644\u0648\u0628 \u0627\u0644\u062A\u0631\u062C\u0645\u0629\u060C \u064A\u0631\u062C\u0649 \u0627\u0644\u0631\u062C\u0648\u0639 \u0625\u0644\u0649 \u0627\u0644\u0623\u0645\u062B\u0644\u0629 \u0627\u0644\u062A\u0627\u0644\u064A\u0629 \u0644\u0645\u0632\u064A\u062F \u0645\u0646 \u0627\u0644\u062A\u0641\u0627\u0635\u064A\u0644:",interface:"\u0625\u0639\u062F\u0627\u062F\u0627\u062A \u0627\u0644\u0648\u0627\u062C\u0647\u0629",import_export:"\u0627\u0633\u062A\u064A\u0631\u0627\u062F \u0648\u062A\u0635\u062F\u064A\u0631",import_export_title:"\u062A\u0643\u0648\u064A\u0646 \u0627\u0644\u0627\u0633\u062A\u064A\u0631\u0627\u062F/\u0627\u0644\u062A\u0635\u062F\u064A\u0631",syncToGoogleDrive:"\u0627\u0644\u0645\u0632\u0627\u0645\u0646\u0629 \u0645\u0639 Google Drive \u0627\u0644\u0622\u0646",floatBallOptions:"\u0625\u0639\u062F\u0627\u062F\u0627\u062A \u0627\u0644\u0643\u0631\u0629 \u0627\u0644\u0645\u0639\u0644\u0642\u0629","floatBallOptions.enable":"\u062A\u0645\u0643\u064A\u0646 \u0627\u0644\u0643\u0631\u0629 \u0627\u0644\u0639\u0627\u0626\u0645\u0629","floatBallOptions.blockUrls":"\u062A\u0639\u0637\u064A\u0644 \u0645\u0648\u0642\u0639 \u0627\u0644\u0648\u064A\u0628","floatBallOptions.add":"\u0627\u0636\u0641 \u0625\u0644\u064A\u0647","floatBallOptions.blockUrlDesc":"\u0644\u0646 \u064A\u062A\u0645 \u0639\u0631\u0636 \u0627\u0644\u0643\u0631\u0629 \u0627\u0644\u0639\u0627\u0626\u0645\u0629 \u0639\u0646\u062F \u0645\u0648\u0627\u062C\u0647\u0629 \u0627\u0644\u0645\u0648\u0627\u0642\u0639 \u0627\u0644\u062A\u0627\u0644\u064A\u0629","floatBallOptions.clickType":"\u0627\u0646\u0642\u0631 \u0641\u0648\u0642 \u0627\u0644\u0633\u0644\u0648\u0643","floatBallOptions.clickTypeDesc":"\u0633\u0644\u0648\u0643 \u0623\u064A\u0642\u0648\u0646\u0629 \u0627\u0644\u0643\u0631\u0629 \u0627\u0644\u0639\u0627\u0626\u0645\u0629 \u0639\u0646\u062F \u0627\u0644\u0646\u0642\u0631 \u0639\u0644\u064A\u0647\u0627","floatBallOptions.clickPopup":"\u0625\u0638\u0647\u0627\u0631 \u0644\u0648\u062D\u0629 \u0627\u0644\u062A\u0631\u062C\u0645\u0629","floatBallOptions.clickTranslate":"\u062A\u0631\u062C\u0645\u0629/\u0625\u0638\u0647\u0627\u0631 \u0627\u0644\u0646\u0635 \u0627\u0644\u0623\u0635\u0644\u064A","floatBallOptions.fixedPosition":"\u56FA\u5B9A\u4F4D\u7F6E","floatBallOptions.fixedPositionDesc":"\u60AC\u6D6E\u7403\u5728\u7A97\u53E3\u5DE6\u4FA7\u8FD8\u662F\u53F3\u4FA7","floatBallOptions.fixedPositionLeft":"\u5DE6\u4FA7","floatBallOptions.fixedPositionRight":"\u53F3\u4FA7",previewAllThemes:"\u0645\u0639\u0627\u064A\u0646\u0629 \u0643\u0627\u0641\u0629 \u0627\u0644\u0623\u0646\u0645\u0627\u0637","translationTheme.none":"\u0644\u0627 \u0623\u062D\u062F","translationTheme.grey":"\u0627\u0644\u0631\u0645\u0627\u062F\u064A \u0627\u0644\u062F\u0627\u0643\u0646","translationTheme.dashed":"\u062A\u0633\u0637\u064A\u0631 \u0645\u062A\u0642\u0637\u0639","translationTheme.dotted":"\u062A\u0633\u0637\u064A\u0631 \u0645\u0646\u0642\u0637","translationTheme.dashedBorder":"\u0627\u0644\u062D\u062F\u0648\u062F \u0627\u0644\u0645\u062A\u0642\u0637\u0639\u0629","translationTheme.solidBorder":"\u0627\u0644\u062D\u062F\u0648\u062F \u0627\u0644\u0635\u0644\u0628\u0629","translationTheme.underline":"\u062A\u0633\u0637\u064A\u0631 \u0645\u0633\u062A\u0642\u064A\u0645","translationTheme.mask":"\u062A\u0623\u062B\u064A\u0631 \u0637\u0645\u0633 (\u0648\u0636\u0639 \u0627\u0644\u062A\u0639\u0644\u0645)","translationTheme.opacity":"\u062A\u0623\u062B\u064A\u0631 \u0627\u0644\u0634\u0641\u0627\u0641\u064A\u0629","translationTheme.paper":"\u062A\u0623\u062B\u064A\u0631 \u0627\u0644\u0638\u0644 \u0648\u0631\u0642\u0629 \u0628\u064A\u0636\u0627\u0621","translationTheme.dividingLine":"\u062E\u0637 \u0627\u0644\u062A\u0642\u0633\u064A\u0645","translationTheme.highlight":"\u062A\u0633\u0644\u064A\u0637 \u0627\u0644\u0636\u0648\u0621","translationTheme.marker":"\u0639\u0644\u0627\u0645\u0629","translationTheme.marker2":"\u0639\u0644\u0627\u0645\u0629 2","translationTheme.blockquote":"\u0627\u0644\u0646\u0645\u0637 \u0627\u0644\u0645\u0631\u062C\u0639\u064A","translationTheme.weakening":"\u064A\u0636\u0639\u0641","translationTheme.italic":"\u0645\u0627\u0626\u0644","translationTheme.bold":"\u0639\u0631\u064A\u0636","translationTheme.thinDashed":"\u062A\u0633\u0637\u064A\u0631 \u0645\u062A\u0642\u0637\u0639 \u0631\u0641\u064A\u0639","translationTheme.nativeDashed":"\u064A\u0623\u062A\u064A \u0627\u0644\u0646\u0638\u0627\u0645 \u0645\u0639 \u062A\u0633\u0637\u064A\u0631 \u0645\u0646\u0642\u0637","translationTheme.nativeDotted":"\u064A\u0623\u062A\u064A \u0627\u0644\u0646\u0638\u0627\u0645 \u0645\u0639 \u062A\u0633\u0637\u064A\u0631 \u0645\u0646\u0642\u0637","translationTheme.nativeUnderline":"\u0627\u0644\u0646\u0638\u0627\u0645 \u064A\u0623\u062A\u064A \u0645\u0639 \u062A\u0633\u0637\u064A\u0631 \u0645\u0633\u062A\u0642\u064A\u0645","translationTheme.wavy":"\u062E\u0637\u0648\u0637 \u0645\u062A\u0645\u0648\u062C\u0629","translationServices.custom":"\u0648\u0627\u062C\u0647\u0629 \u0628\u0631\u0645\u062C\u0629 \u0627\u0644\u062A\u0637\u0628\u064A\u0642\u0627\u062A \u0627\u0644\u0645\u062E\u0635\u0635\u0629","translationServices.tencent":"\u0645\u062A\u0631\u062C\u0645 \u062A\u064A\u0646\u0633\u0646\u062A","translationServices.tenAlpha":"\u0645\u062A\u0631\u062C\u0645 \u062A\u064A\u0646\u0633\u0646\u062A (\u0623\u0644\u0641\u0627)","translationServices.google":"\u062C\u0648\u062C\u0644 \u0627\u0644\u0645\u062A\u0631\u062C\u0645","translationServices.bai":"\u0628\u0627\u064A\u062F\u0648 (\u0623\u0644\u0641\u0627)","translationServices.baidu":"\u0645\u062A\u0631\u062C\u0645 \u0628\u0627\u064A\u062F\u0648","translationServices.aliyun":"\u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0633\u062D\u0627\u0628\u064A\u0629 \u0639\u0644\u0649 \u0628\u0627\u0628\u0627","translationServices.volc":"\u062A\u0631\u062C\u0645\u0629 \u0628\u0631\u0643\u0627\u0646","translationServices.deeplx":"DeepLX (\u0628\u064A\u062A\u0627)","translationServices.bing":"\u0645\u062A\u0631\u062C\u0645 \u0645\u0627\u064A\u0643\u0631\u0648\u0633\u0648\u0641\u062A","translationServices.deepl":"\u062F\u064A\u0628 \u0625\u0644","translationServices.wechat":"\u062A\u0631\u062C\u0645\u0629 \u0648\u064A \u0634\u0627\u062A","translationServices.azure":"\u062A\u0631\u062C\u0645\u0629 \u0623\u0632\u0648\u0631","translationServices.ibm":"\u0622\u064A \u0628\u064A \u0625\u0645 \u0648\u0627\u062A\u0633\u0648\u0646","translationServices.aws":"\u062A\u0631\u062C\u0645\u0629 \u0623\u0645\u0627\u0632\u0648\u0646","translationServices.mock":"\u062A\u0631\u062C\u0645\u0629 \u0645\u062D\u0627\u0643\u0627\u0629","translationServices.mock2":"\u062A\u0631\u062C\u0645\u0629 \u0645\u062D\u0627\u0643\u0627\u0629 2","translationServices.caiyun":"\u0643\u0627\u064A\u0648\u0646 \u0634\u064A\u0627\u0648\u064A\u0649","translationServices.cai":"\u0643\u0627\u064A\u0648\u0646 \u0634\u064A\u0627\u0648\u064A\u0649 (\u0623\u0644\u0641\u0627)","translationServices.volcAlpha":"\u0628\u0631\u0643\u0627\u0646 (\u0623\u0644\u0641\u0627)","translationServices.openl":"\u0623\u0648\u0628\u0646 \u0625\u0644","translationServices.youdao":"\u062A\u0631\u062C\u0645\u0629 \u064A\u0648\u062F\u0627\u0648","translationServices.you":"\u062A\u0631\u062C\u0645\u0629 \u064A\u0648\u062F\u0627\u0648 (\u0623\u0644\u0641\u0627)","translationServices.transmart":"\u062A\u064A\u0646\u0633\u0646\u062A \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u062A\u0641\u0627\u0639\u0644\u064A\u0629","translationServices.niu":"\u062A\u0631\u062C\u0645\u0629 \u0645\u0627\u0641\u0631\u064A\u0643\u0633","translationServices.papago":"\u062A\u0631\u062C\u0645\u0629 \u0628\u0627\u0628\u0627\u062C\u0648","translationServices.d":"\u062F (\u0623\u0644\u0641\u0627)","translationServices.dpro":"\u062F\u064A \u0628\u0631\u0648 (\u0643\u0646\u0627\u0631\u064A)","translationServices.openai":"OpenAI","translationServices.yandex":"Yandex","translationServices.chatgpt":"ChatGPT Web (3.5 \u062C\u0648\u0627\u0644)","translate title":"\u062A\u0631\u062C\u0645\u0629 \u0639\u0646\u0648\u0627\u0646 \u0627\u0644\u0635\u0641\u062D\u0629","always languages":"\u0627\u0644\u0644\u063A\u0629 \u0627\u0644\u0645\u062A\u0631\u062C\u0645\u0629 \u062F\u0627\u0626\u0645\u0627",neverTranslateLanguagesLabel:"\u0627\u0644\u0644\u063A\u0627\u062A \u0627\u0644\u062A\u064A \u0644\u0627 \u062A\u062A\u0631\u062C\u0645 \u0623\u0628\u062F\u0627",neverTranslateTheFollowingLanguagesDescription:"\u0633\u064A\u062A\u0645 \u062A\u062E\u0637\u064A \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0639\u0646\u062F\u0645\u0627 \u062A\u0643\u0648\u0646 \u0641\u0642\u0631\u0629 \u0641\u064A \u0627\u0644\u0635\u0641\u062D\u0629 \u0628\u0627\u0644\u0644\u063A\u0627\u062A \u0627\u0644\u062A\u0627\u0644\u064A\u0629",enableUserscriptPagePopup:"\u0625\u0638\u0647\u0627\u0631 \u0627\u0644\u0643\u0631\u0629 \u0627\u0644\u0639\u0627\u0626\u0645\u0629 \u0639\u0644\u0649 \u0627\u0644\u0635\u0641\u062D\u0629",enableUserscriptPagePopupDescription:"\u0628\u0639\u062F \u0625\u063A\u0644\u0627\u0642 \u0627\u0644\u0643\u0631\u0629 \u0627\u0644\u0639\u0627\u0626\u0645\u0629\u060C \u064A\u0645\u0643\u0646\u0643 \u0627\u0633\u062A\u062E\u062F\u0627\u0645 \u0645\u0641\u062A\u0627\u062D \u0627\u0644\u0627\u062E\u062A\u0635\u0627\u0631 /{touch}\u0644\u0625\u064A\u0642\u0627\u0638\u0647\u0627. \u0644\u0645\u0646\u0639 \u0627\u0644\u0639\u062B\u0648\u0631 \u0639\u0644\u0649 \u0627\u0644\u0643\u0631\u0629 \u0627\u0644\u0639\u0627\u0626\u0645\u0629 \u0628\u0639\u062F \u0625\u064A\u0642\u0627\u0641 \u062A\u0634\u063A\u064A\u0644 \u0647\u0630\u0627 \u0627\u0644\u062E\u064A\u0627\u0631 \u0639\u0646 \u0637\u0631\u064A\u0642 \u0627\u0644\u062E\u0637\u0623\u060C \u064A\u0648\u0635\u0649 \u0628\u0634\u062F\u0629 \u0628\u0648\u0636\u0639 \u0625\u0634\u0627\u0631\u0629 \u0645\u0631\u062C\u0639\u064A\u0629 \u0639\u0644\u0649 \u0635\u0641\u062D\u0629 \u0627\u0644\u0625\u0639\u062F\u0627\u062F\u0627\u062A \u0647\u0630\u0647.","always translate the following languages":"\u0639\u0646\u062F\u0645\u0627 \u062A\u0643\u0648\u0646 \u0644\u063A\u0629 \u0627\u0644\u0635\u0641\u062D\u0629 \u0628\u0627\u0644\u0644\u063A\u0627\u062A \u0627\u0644\u062A\u0627\u0644\u064A\u0629\u060C \u0633\u062A\u062A\u0645 \u062A\u0631\u062C\u0645\u062A\u0647\u0627 \u062A\u0644\u0642\u0627\u0626\u064A\u064B\u0627 \u0625\u0644\u0649 \u0627\u0644\u0644\u063A\u0629 \u0627\u0644\u0645\u0633\u062A\u0647\u062F\u0641\u0629","always sites":"\u0639\u0646\u0627\u0648\u064A\u0646 URL \u0627\u0644\u0645\u062A\u0631\u062C\u0645\u0629 \u062F\u0627\u0626\u0645\u064B\u0627","always translate the following sites":"\u0639\u0646\u062F\u0645\u0627 \u064A\u0643\u0648\u0646 \u0645\u0648\u0642\u0639 \u0627\u0644\u0648\u064A\u0628 \u0628\u0627\u0633\u0645 \u0627\u0644\u0646\u0637\u0627\u0642 \u0627\u0644\u062A\u0627\u0644\u064A\u060C \u0633\u062A\u062A\u0645 \u062A\u0631\u062C\u0645\u062A\u0647 \u062A\u0644\u0642\u0627\u0626\u064A\u064B\u0627 \u0625\u0644\u0649 \u0627\u0644\u0644\u063A\u0629 \u0627\u0644\u0647\u062F\u0641","never sites":"\u0639\u0646\u0627\u0648\u064A\u0646 URL \u0627\u0644\u062A\u064A \u0644\u0646 \u062A\u062A\u0645 \u062A\u0631\u062C\u0645\u062A\u0647\u0627 \u0623\u0628\u062F\u064B\u0627","never translate the following sites":"\u0644\u0646 \u064A\u062A\u0645 \u062A\u0646\u0641\u064A\u0630 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0639\u0646\u062F\u0645\u0627 \u064A\u0643\u0648\u0646 \u0645\u0648\u0642\u0639 \u0627\u0644\u0648\u064A\u0628 \u064A\u062D\u0645\u0644 \u0627\u0633\u0645 \u0627\u0644\u0646\u0637\u0627\u0642 \u0627\u0644\u062A\u0627\u0644\u064A","please refer to":"\u064A\u062C\u0628 \u0639\u0644\u064A\u0643 \u062A\u0639\u0628\u0626\u0629 \u0627\u0644\u0645\u0641\u062A\u0627\u062D \u0642\u0628\u0644 \u0627\u0633\u062A\u062E\u062F\u0627\u0645\u0647\u060C \u0644\u0645\u0632\u064A\u062F \u0645\u0646 \u0627\u0644\u062A\u0641\u0627\u0635\u064A\u0644 \u064A\u0631\u062C\u0649 \u0627\u0644\u0631\u062C\u0648\u0639 \u0625\u0644\u0649",KeyAndConfigurationTutorial:'"\u0627\u0644\u0628\u0631\u0646\u0627\u0645\u062C \u0627\u0644\u062A\u0639\u0644\u064A\u0645\u064A \u0644\u0644\u062A\u0637\u0628\u064A\u0642 \u0648\u0627\u0644\u062A\u0643\u0648\u064A\u0646 \u0627\u0644\u0631\u0626\u064A\u0633\u064A"',useAboveStyleForTheseSites:"\u0639\u0646\u062F\u0645\u0627 \u064A\u0643\u0648\u0646 \u0645\u0648\u0642\u0639 \u0627\u0644\u0648\u064A\u0628 \u0647\u0648 \u0627\u0633\u0645 \u0627\u0644\u0646\u0637\u0627\u0642 \u0627\u0644\u062A\u0627\u0644\u064A\u060C \u0627\u0633\u062A\u062E\u062F\u0645 \u062F\u0627\u0626\u0645\u064B\u0627 \u0646\u0645\u0637 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u2308{theme}\u230B",currentUrl:"\u0639\u0646\u0648\u0627\u0646 URL \u0627\u0644\u062D\u0627\u0644\u064A",confirm:"\u064A\u062D\u0641\u0638",cancel:"\u064A\u0644\u063A\u064A",delete:"\u064A\u0645\u0633\u062D","languages.auto":"\u0627\u0644\u0643\u0634\u0641 \u0627\u0644\u062A\u0644\u0642\u0627\u0626\u064A",syncToCloud:"\u0627\u0644\u0645\u0632\u0627\u0645\u0646\u0629 \u0645\u0639 \u062C\u0648\u062C\u0644 \u062F\u0631\u0627\u064A\u0641",syncToCloudDescription:"\u0642\u0645 \u0628\u0627\u0644\u062A\u062D\u0645\u064A\u0644 \u0625\u0644\u0649 \u0627\u0644\u0633\u062D\u0627\u0628\u0629\u060C \u0648\u064A\u0645\u0643\u0646 \u0645\u0632\u0627\u0645\u0646\u0629 \u0627\u0644\u062A\u0643\u0648\u064A\u0646 \u0628\u064A\u0646 \u0627\u0644\u0645\u062A\u0635\u0641\u062D\u0627\u062A \u0627\u0644\u0645\u062E\u062A\u0644\u0641\u0629/\u0627\u0644\u0646\u0635\u0648\u0635 \u0627\u0644\u0628\u0631\u0645\u062C\u064A\u0629 \u0644\u0642\u0631\u062F \u0627\u0644\u0632\u064A\u062A\u060C \u0645\u0639 \u0645\u0631\u0627\u0639\u0627\u0629 \u0648\u0642\u062A \u0627\u0644\u062A\u0639\u062F\u064A\u0644 \u0627\u0644\u0623\u062E\u064A\u0631.",syncToAccount:"\u0627\u0644\u0645\u0632\u0627\u0645\u0646\u0629 \u0645\u0639 \u0633\u062D\u0627\u0628\u0629 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0634\u0627\u0645\u0644\u0629",syncToAccountButton:"\u0645\u0632\u0627\u0645\u0646\u0629 \u0645\u0639 \u0627\u0644\u0633\u062D\u0627\u0628\u0629 \u0639\u0644\u0649 \u0627\u0644\u0641\u0648\u0631",syncToAccountDescription:"\u0645\u0632\u0627\u0645\u0646\u0629 \u0627\u0644\u062A\u0643\u0648\u064A\u0646\u0627\u062A \u062A\u0644\u0642\u0627\u0626\u064A\u064B\u0627 \u0628\u064A\u0646 \u0627\u0644\u0623\u062C\u0647\u0632\u0629 \u0627\u0644\u0645\u062E\u062A\u0644\u0641\u0629\u060C \u0628\u0646\u0627\u0621\u064B \u0639\u0644\u0649 \u0648\u0642\u062A \u0627\u0644\u062A\u0639\u062F\u064A\u0644 \u0627\u0644\u0623\u062E\u064A\u0631.",successSyncConfigInAccount:"\u0627\u0644\u0628\u0642\u0627\u0621 \u0645\u062A\u0632\u0627\u0645\u0646\u064B\u0627 \u0645\u0639 \u0627\u0644\u0633\u062D\u0627\u0628\u0629 \u0628\u0646\u062C\u0627\u062D",successSyncConfigToAccount:"\u062A\u0645\u062A \u0627\u0644\u0645\u0632\u0627\u0645\u0646\u0629 \u0628\u0646\u062C\u0627\u062D \u0645\u0639 \u0627\u0644\u0633\u062D\u0627\u0628\u0629",syncConfigNoUpdate:"\u0628\u0627\u0644\u0641\u0639\u0644 \u0627\u0644\u0623\u062D\u062F\u062B",authFail:"\u0641\u0634\u0644 \u0627\u0644\u062A\u0641\u0648\u064A\u0636",syncTitle:"\u0625\u062F\u0627\u0631\u0629 \u0627\u0644\u0646\u0633\u062E \u0627\u0644\u0627\u062D\u062A\u064A\u0627\u0637\u064A \u0627\u0644\u064A\u062F\u0648\u064A",import_hint:"\u064A\u0633\u062A\u0648\u0631\u062F",upload:"\u0631\u0641\u0639",revokeAuth:"\u0625\u0644\u063A\u0627\u0621 \u0627\u0644\u062A\u0631\u062E\u064A\u0635",uploadFail:"\u0627\u0644\u062A\u062D\u0645\u064A\u0644 \u0641\u0634\u0644",download:"\u062A\u062D\u0645\u064A\u0644",importSuccess:"\u062A\u0645 \u0627\u0644\u0627\u0633\u062A\u064A\u0631\u0627\u062F \u0628\u0646\u062C\u0627\u062D",importFail:"\u0641\u0634\u0644 \u0627\u0644\u0627\u0633\u062A\u064A\u0631\u0627\u062F",deleteFail:"\u0641\u0634\u0644 \u0641\u064A \u0627\u0644\u062D\u0630\u0641",backupToCloud:"\u0625\u062F\u0627\u0631\u0629 \u0645\u0644\u0641\u0627\u062A \u0627\u0644\u0646\u0633\u062E \u0627\u0644\u0627\u062D\u062A\u064A\u0627\u0637\u064A \u064A\u062F\u0648\u064A\u0627",create_new_backup:"\u0625\u0636\u0627\u0641\u0629 \u0639\u0642\u062F\u0629 \u0627\u062D\u062A\u064A\u0627\u0637\u064A\u0629",maxBackupFiles:"\u064A\u0645\u0643\u0646 \u0639\u0645\u0644 \u0646\u0633\u062E\u0629 \u0627\u062D\u062A\u064A\u0627\u0637\u064A\u0629 \u0644\u0645\u0627 \u064A\u0635\u0644 \u0625\u0644\u0649{count}\u0639\u0642\u062F \u0645\u062E\u062A\u0644\u0641\u0629\u060C \u064A\u0631\u062C\u0649 \u062D\u0630\u0641 \u0627\u0644\u0639\u0642\u062F \u063A\u064A\u0631 \u0627\u0644\u0636\u0631\u0648\u0631\u064A\u0629",backupToCloudDescription:"\u062A\u062D\u0645\u064A\u0644 \u0645\u0644\u0641\u0627\u062A \u0627\u0644\u0646\u0633\u062E \u0627\u0644\u0627\u062D\u062A\u064A\u0627\u0637\u064A \u0623\u0648 \u0627\u0633\u062A\u0639\u0627\u062F\u062A\u0647\u0627 \u064A\u062F\u0648\u064A\u064B\u0627\u060C \u0645\u0645\u0627 \u064A\u0633\u0645\u062D \u0628\u0645\u0627 \u064A\u0635\u0644 \u0625\u0644\u0649 3 \u0646\u0633\u062E \u0627\u062D\u062A\u064A\u0627\u0637\u064A\u0629 \u0645\u062E\u062A\u0644\u0641\u0629",successSyncConfig:"\u0627\u0644\u0628\u0642\u0627\u0621 \u0645\u062A\u0632\u0627\u0645\u0646\u064B\u0627 \u0645\u0639 \u0627\u0644\u0633\u062D\u0627\u0628\u0629 \u0628\u0646\u062C\u0627\u062D",syncFail:"\u0641\u0634\u0644\u062A \u0627\u0644\u0645\u0632\u0627\u0645\u0646\u0629",updatedAt:"\u062A\u0645 \u0627\u0644\u062A\u062D\u062F\u064A\u062B \u0639\u0646\u062F {date}",lastSyncedAt:"\u0622\u062E\u0631 \u0641\u062D\u0635 \u0643\u0627\u0646 \u0639\u0646\u062F {date}",downloadFail:"\u0627\u0644\u062A\u062D\u0645\u064A\u0644 \u0641\u0634\u0644",clickToDownload:"\u0627\u0636\u063A\u0637 \u0644\u0644\u062A\u062D\u0645\u064A\u0644",aboutLabel:"\u062D\u0648\u0644 - \u0631\u062F\u0648\u062F \u0627\u0644\u0641\u0639\u0644","browser.openAboutPage":"\u062D\u0648\u0644/\u0631\u062F\u0648\u062F \u0627\u0644\u0641\u0639\u0644",aboutLabelWithoutSponsor:"\u062D\u0648\u0644 - \u0631\u062F\u0648\u062F \u0627\u0644\u0641\u0639\u0644",aboutIntro:"\u0623\u062A\u0645\u0646\u0649 \u0623\u0646 \u0646\u062A\u0645\u0643\u0646 \u062C\u0645\u064A\u0639\u064B\u0627 \u0645\u0646 \u0627\u0644\u0648\u0635\u0648\u0644 \u0625\u0644\u0649 \u0627\u0644\u0645\u0639\u0644\u0648\u0645\u0627\u062A \u0627\u0644\u0636\u062E\u0645\u0629 \u0627\u0644\u0645\u062A\u0639\u0644\u0642\u0629 \u0628\u0627\u0644\u0644\u063A\u0627\u062A \u0627\u0644\u0623\u062C\u0646\u0628\u064A\u0629 \u0639\u0644\u0649 \u0627\u0644\u0625\u0646\u062A\u0631\u0646\u062A \u0628\u0633\u0647\u0648\u0644\u0629 \u0648\u0633\u0639\u0627\u062F\u0629 \u0623\u0643\u0628\u0631. \u064A\u0645\u0643\u0646\u0643 \u0627\u062E\u062A\u064A\u0627\u0631 \u0641\u062A\u062D \u0639\u0636\u0648\u064A\u0629 <6> Pro \u0644\u0627\u0633\u062A\u062E\u062F\u0627\u0645 \u062A\u0631\u062C\u0645\u0627\u062A DeepL \u0648OpenAI \u062E\u0627\u0631\u062C \u0627\u0644\u0635\u0646\u062F\u0648\u0642.

\u064A\u0645\u0643\u0646\u0643\u0645 \u0645\u062A\u0627\u0628\u0639\u062A\u0646\u0627 \u0639\u0644\u0649 <3>\u062A\u0648\u064A\u062A\u0631 ,<4>\u0642\u0646\u0627\u0629 \u0627\u0644\u062A\u0644\u064A\u062C\u0631\u0627\u0645 \u0623\u0648 \u062D\u0633\u0627\u0628 WeChat \u0627\u0644\u0639\u0627\u0645 \u0623\u0648 \u0645\u062C\u0645\u0648\u0639\u0629 \u0627\u062A\u0635\u0627\u0644\u0627\u062A WeChat \u0623\u0648 <5> \u0627\u0634\u062A\u0631\u0627\u0643 \u0627\u0644\u0628\u0631\u064A\u062F \u0627\u0644\u0625\u0644\u0643\u062A\u0631\u0648\u0646\u064A \u0623\u062F\u0646\u0627\u0647 \u062A\u062A\u0628\u0639 \u0627\u0644\u062A\u062D\u062F\u064A\u062B\u0627\u062A.
<7>\u0639\u0636\u0648 \u0645\u062D\u062A\u0631\u0641 \u064A\u0645\u0643\u0646\u0643 \u0627\u0644\u0627\u062A\u0635\u0627\u0644 \u0628\u0627\u0644\u0628\u0631\u064A\u062F \u0627\u0644\u0625\u0644\u0643\u062A\u0631\u0648\u0646\u064A \u0627\u0644\u0633\u0631\u064A\u0639 \u0644\u062E\u062F\u0645\u0629 \u0627\u0644\u0639\u0645\u0644\u0627\u0621 <8> support@immersivetranslate.com \u0627\u0628\u0642 \u0639\u0644\u0649 \u062A\u0648\u0627\u0635\u0644 \u0645\u0639\u0646\u0627.",aboutIntroWithoutSponsor:"\u0623\u062A\u0645\u0646\u0649 \u0623\u0646 \u0646\u062A\u0645\u0643\u0646 \u062C\u0645\u064A\u0639\u064B\u0627 \u0645\u0646 \u0627\u0644\u0648\u0635\u0648\u0644 \u0628\u0634\u0643\u0644 \u0623\u0633\u0647\u0644 \u0648\u0623\u0643\u062B\u0631 \u0645\u062A\u0639\u0629 \u0625\u0644\u0649 \u0627\u0644\u0643\u0645 \u0627\u0644\u0647\u0627\u0626\u0644 \u0645\u0646 \u0627\u0644\u0645\u0639\u0644\u0648\u0645\u0627\u062A \u0628\u0627\u0644\u0644\u063A\u0629 \u0627\u0644\u0623\u062C\u0646\u0628\u064A\u0629 \u0639\u0644\u0649 \u0627\u0644\u0625\u0646\u062A\u0631\u0646\u062A \u2764\uFE0F

\u064A\u0645\u0643\u0646\u0643 \u0645\u062A\u0627\u0628\u0639\u062A\u0646\u0627 \u0639\u0644\u0649 Twitter <3> ,<4>\u0642\u0646\u0627\u0629 \u0627\u0644\u062A\u0644\u064A\u062C\u0631\u0627\u0645 \u0623\u0648 \u062D\u0633\u0627\u0628 WeChat \u0627\u0644\u0639\u0627\u0645 \u0623\u0648 \u0645\u062C\u0645\u0648\u0639\u0629 \u0627\u062A\u0635\u0627\u0644\u0627\u062A WeChat \u0623\u0648 <5> \u0627\u0634\u062A\u0631\u0627\u0643 \u0627\u0644\u0628\u0631\u064A\u062F \u0627\u0644\u0625\u0644\u0643\u062A\u0631\u0648\u0646\u064A \u0623\u062F\u0646\u0627\u0647 \u062A\u062A\u0628\u0639 \u0627\u0644\u062A\u062D\u062F\u064A\u062B\u0627\u062A.",projectHomepage:"\u0627\u0644\u0635\u0641\u062D\u0629 \u0627\u0644\u0631\u0626\u064A\u0633\u064A\u0629 \u0644\u0644\u0645\u0634\u0631\u0648\u0639",joinTelegramGroup:"\u0627\u0646\u0636\u0645 \u0625\u0644\u0649 \u0645\u062C\u0645\u0648\u0639\u0629 \u0627\u062A\u0635\u0627\u0644\u0627\u062A \u0627\u0644\u0645\u0633\u062A\u062E\u062F\u0645\u064A\u0646 \u0644\u0644\u0645\u0634\u0627\u0631\u0643\u0629 \u0641\u064A \u0627\u0644\u0645\u0646\u0627\u0642\u0634\u0627\u062A \u0627\u0644\u0648\u0638\u064A\u0641\u064A\u0629",wechatPublicAccount:"\u062D\u0633\u0627\u0628 \u0648\u064A \u0634\u0627\u062A \u0627\u0644\u0639\u0627\u0645",wechatCommunities:"\u0645\u062C\u0645\u0648\u0639\u0629 \u0627\u0644\u0627\u062A\u0635\u0627\u0644\u0627\u062A WeChat",qqCommunities:"\u0642\u0646\u0627\u0629 \u0627\u062A\u0635\u0627\u0644 QQ",joinTelegramChannel:"\u062A\u0627\u0628\u0639\u0648\u0627 \u0642\u0646\u0627\u0629 \u0627\u0644\u062A\u0644\u064A\u062C\u0631\u0627\u0645 \u0644\u0645\u0639\u0631\u0641\u0629 \u0622\u062E\u0631 \u0627\u0644\u062A\u062D\u062F\u064A\u062B\u0627\u062A",feedbackAndJoin:"\u0631\u062F\u0648\u062F \u0627\u0644\u0641\u0639\u0644 \u0627\u0644\u0645\u0634\u0643\u0644\u0629 / \u0627\u0644\u0627\u0646\u0636\u0645\u0627\u0645 \u0625\u0644\u0649 \u0627\u0644\u0645\u062C\u0645\u0648\u0639\u0629",autoSync:"\u0627\u0644\u0645\u0632\u0627\u0645\u0646\u0629 \u0627\u0644\u0645\u062C\u062F\u0648\u0644\u0629 \u0627\u0644\u062A\u0644\u0642\u0627\u0626\u064A\u0629",loadingThemeTitle:"\u0623\u0633\u0644\u0648\u0628 \u0627\u0644\u062A\u062D\u0645\u064A\u0644",loadingThemeDescription:"\u0627\u0636\u0628\u0637 \u0627\u0644\u0646\u0645\u0637 \u0623\u062B\u0646\u0627\u0621 \u0627\u0646\u062A\u0638\u0627\u0631 \u062A\u062D\u0645\u064A\u0644 \u0627\u0644\u062A\u0631\u062C\u0645\u0629","loadingTheme.spinner":"\u0627\u0644\u0631\u0633\u0648\u0645 \u0627\u0644\u0645\u062A\u062D\u0631\u0643\u0629 \u0627\u0644\u062F\u0627\u0626\u0631\u0629","loadingTheme.text":"\u0646\u0635 \u062B\u0627\u0628\u062A... ","loadingTheme.none":"\u0644\u0627 \u062A\u0638\u0647\u0631",developerDescription:"\u064A\u0645\u0643\u0646\u0643 \u0627\u0644\u0646\u0642\u0631 \u0641\u0648\u0642 <1> \u0647\u0646\u0627 \u0639\u0631\u0636 \u0627\u0644\u0648\u062B\u0627\u0626\u0642 \u0627\u0644\u0645\u062A\u0639\u0644\u0642\u0629 \u0628\u0627\u0644\u062A\u062E\u0635\u064A\u0635 \u0627\u0644\u0645\u062A\u0642\u062F\u0645","edit border color":"\u062A\u0639\u062F\u064A\u0644 \u0644\u0648\u0646 \u0627\u0644\u062D\u062F\u0648\u062F",successSyncButNoChange:"\u0627\u0644\u062A\u0643\u0648\u064A\u0646 \u0627\u0644\u062D\u0627\u0644\u064A \u0645\u062A\u0648\u0627\u0641\u0642 \u0645\u0639 \u0627\u0644\u0633\u062D\u0627\u0628\u0629",customTheme:"\u0627\u0644\u0623\u0644\u0648\u0627\u0646 \u0648\u0627\u0644\u0623\u062D\u062C\u0627\u0645 \u0627\u0644\u0645\u062E\u0635\u0635\u0629","customThemeLabel.borderColor":"\u0644\u0648\u0646 \u0627\u0644\u062D\u062F\u0648\u062F","customThemeLabel.borderRadius":"\u062D\u062F\u0648\u062F \u0645\u0633\u062A\u062F\u064A\u0631\u0629 \u0627\u0644\u0632\u0648\u0627\u064A\u0627","customThemeLabel.textColor":"\u0644\u0648\u0646 \u0627\u0644\u062E\u0637","customThemeLabel.backgroundColor":"\u0644\u0648\u0646 \u0627\u0644\u062E\u0644\u0641\u064A\u0629","customThemeLabel.zoom":"\u062A\u062D\u062C\u064A\u0645 \u0627\u0644\u062E\u0637 (%)","customThemeLabel.opacity":"\u0639\u062A\u0627\u0645\u0629 \u0627\u0644\u0646\u0635 (%)",resetToDefaultColor:"\u0627\u0644\u0639\u0648\u062F\u0629 \u0625\u0644\u0649 \u0627\u0644\u0644\u0648\u0646 \u0627\u0644\u0627\u0641\u062A\u0631\u0627\u0636\u064A",resetToDefaultSettings:"\u0627\u0644\u0639\u0648\u062F\u0629 \u0625\u0644\u0649 \u0627\u0644\u0625\u0639\u062F\u0627\u062F\u0627\u062A \u0627\u0644\u0627\u0641\u062A\u0631\u0627\u0636\u064A\u0629",isTranslateTitle:"\u0642\u0645 \u0628\u062A\u0634\u063A\u064A\u0644 \u0639\u0646\u0627\u0648\u064A\u0646 \u0635\u0641\u062D\u0627\u062A \u0627\u0644\u0648\u064A\u0628 \u0627\u0644\u0645\u062A\u0631\u062C\u0645\u0629",isTranslateTitleDescription:"\u0639\u0646\u062F \u062A\u0634\u063A\u064A\u0644\u0647\u060C \u0633\u064A\u062A\u0645 \u062A\u0631\u062C\u0645\u0629 \u0639\u0646\u0648\u0627\u0646 \u0635\u0641\u062D\u0629 \u0627\u0644\u0648\u064A\u0628",enableSearchEnhancement:"\u062A\u0645\u0643\u064A\u0646 \u062A\u0639\u0632\u064A\u0632 \u0627\u0644\u0645\u0639\u0644\u0648\u0645\u0627\u062A \u062B\u0646\u0627\u0626\u064A\u0629 \u0627\u0644\u0644\u063A\u0629",enableSearchEnhancementDescription:'\u0628\u0639\u062F \u062A\u0634\u063A\u064A\u0644\u0647\u0627\u060C \u0633\u064A\u062A\u0645 \u0639\u0631\u0636 \u0646\u062A\u0627\u0626\u062C \u0628\u062D\u062B "\u0623\u062E\u0628\u0627\u0631 Google" \u0627\u0644\u0645\u0642\u0627\u0628\u0644\u0629 \u0644\u0644\u0643\u0644\u0645\u0627\u062A \u0627\u0644\u0631\u0626\u064A\u0633\u064A\u0629 \u0628\u0627\u0644\u0644\u063A\u0629 \u0627\u0644\u0625\u0646\u062C\u0644\u064A\u0632\u064A\u0629 \u062A\u0644\u0642\u0627\u0626\u064A\u064B\u0627 \u0641\u064A \u0627\u0644\u0639\u0645\u0648\u062F \u0627\u0644\u0623\u064A\u0645\u0646 \u0644\u0645\u0648\u0627\u0642\u0639 \u0627\u0644\u0648\u064A\u0628 \u0627\u0644\u0645\u062F\u0639\u0648\u0645\u0629 (\u0623\u062E\u0628\u0627\u0631 Google\u060C \u0628\u062D\u062B Google (\u0628\u0639\u0636 \u0627\u0644\u0643\u0644\u0645\u0627\u062A \u0627\u0644\u0631\u0626\u064A\u0633\u064A\u0629)\u060C Snowball\u060C Oriental Fortune\u060C Futu\u060C Tiger Community).',verifyService:"\u0627\u0646\u0642\u0631 \u0647\u0646\u0627 \u0644\u0627\u062E\u062A\u0628\u0627\u0631 \u0627\u0644\u062E\u062F\u0645\u0629",verified:"\u062A\u0645 \u0627\u0644\u062A\u062D\u0642\u0642 \u0628\u0646\u062C\u0627\u062D","field.langs":"\u0631\u0645\u0648\u0632 \u0627\u0644\u0644\u063A\u0629 \u0627\u0644\u0645\u062F\u0639\u0648\u0645\u0629","field.model":"\u0646\u0645\u0648\u0630\u062C","field.translationEngine":"\u0645\u062D\u0631\u0643 \u0627\u0644\u062A\u0631\u062C\u0645\u0629","field.limitPerMinute":"\u0627\u0644\u062D\u062F \u0627\u0644\u0623\u0642\u0635\u0649 \u0644\u0639\u062F\u062F \u0627\u0644\u0637\u0644\u0628\u0627\u062A \u0641\u064A \u0627\u0644\u062F\u0642\u064A\u0642\u0629","field.limitPerSecond":"\u0627\u0644\u062D\u062F \u0627\u0644\u0623\u0642\u0635\u0649 \u0644\u0639\u062F\u062F \u0627\u0644\u0637\u0644\u0628\u0627\u062A \u0641\u064A \u0627\u0644\u062B\u0627\u0646\u064A\u0629","field.maxTextLengthPerRequest":"\u0627\u0644\u062D\u062F \u0627\u0644\u0623\u0642\u0635\u0649 \u0644\u0637\u0648\u0644 \u0627\u0644\u0646\u0635 \u0644\u0643\u0644 \u0637\u0644\u0628","field.maxTextGroupLengthPerRequest":"\u0627\u0644\u062D\u062F \u0627\u0644\u0623\u0642\u0635\u0649 \u0644\u0639\u062F\u062F \u0627\u0644\u0641\u0642\u0631\u0627\u062A \u0644\u0643\u0644 \u0637\u0644\u0628","field.apiUrl":"\u0639\u0646\u0648\u0627\u0646 \u0648\u0627\u062C\u0647\u0629 API \u0627\u0644\u0645\u062E\u0635\u0635\u0629","field.placeholderDelimiters":"\u0627\u0644\u0639\u0646\u0627\u0635\u0631 \u0627\u0644\u0646\u0627\u0626\u0628\u0629 \u0627\u0644\u0645\u062D\u062C\u0648\u0632\u0629","description.custom":"\u0627\u0644\u0648\u0635\u0648\u0644 \u0625\u0644\u0649 \u0627\u0644\u0648\u0627\u062C\u0647\u0629 \u0627\u0644\u0645\u062E\u0635\u0635\u0629 \u064A\u062A\u0637\u0644\u0628 \u0648\u062B\u0627\u0626\u0642 \u0645\u0631\u062C\u0639\u064A\u0629","description.limitPerMinute":"\u0648\u0639\u0646\u062F\u0645\u0627 \u064A\u062A\u062C\u0627\u0648\u0632 \u0639\u062F\u062F \u0627\u0644\u0637\u0644\u0628\u0627\u062A \u0647\u0630\u0627 \u0627\u0644\u062D\u062F\u060C \u0641\u0625\u0646\u0647 \u0633\u064A\u062F\u062E\u0644 \u0641\u064A \u062D\u0627\u0644\u0629 \u0627\u0644\u0627\u0646\u062A\u0638\u0627\u0631 \u062D\u062A\u0649 \u0628\u062F\u0627\u064A\u0629 \u0627\u0644\u062F\u0642\u064A\u0642\u0629 \u0627\u0644\u062A\u0627\u0644\u064A\u0629. \u0646\u0638\u0631\u064B\u0627 \u0644\u0644\u0642\u064A\u0648\u062F \u0627\u0644\u0645\u062E\u062A\u0644\u0641\u0629 \u0644\u062E\u062F\u0645\u0629 OpenAI \u0627\u0644\u062D\u0627\u0644\u064A\u0629\u060C \u064A\u0631\u062C\u0649 \u0627\u0644\u0646\u0642\u0631 \u0641\u0648\u0642 <1> \u0647\u0646\u0627 \u0639\u0631\u0636 \u0623\u062D\u062F\u062B \u0627\u0644\u0642\u064A\u0645 \u0627\u0644\u0645\u0648\u0635\u0649 \u0628\u0647\u0627","description.limitPerSecond":"\u0648\u0639\u0646\u062F\u0645\u0627 \u064A\u062A\u062C\u0627\u0648\u0632 \u0639\u062F\u062F \u0627\u0644\u0637\u0644\u0628\u0627\u062A \u0647\u0630\u0627 \u0627\u0644\u062D\u062F\u060C \u0641\u0625\u0646\u0647 \u0633\u064A\u062F\u062E\u0644 \u0641\u064A \u062D\u0627\u0644\u0629 \u0627\u0644\u0627\u0646\u062A\u0638\u0627\u0631 \u062D\u062A\u0649 \u0628\u062F\u0627\u064A\u0629 \u0627\u0644\u062B\u0627\u0646\u064A\u0629 \u0627\u0644\u062A\u0627\u0644\u064A\u0629. \u0646\u0638\u0631\u064B\u0627 \u0644\u0644\u0642\u064A\u0648\u062F \u0627\u0644\u0645\u062E\u062A\u0644\u0641\u0629 \u0644\u062E\u062F\u0645\u0629 OpenAI \u0627\u0644\u062D\u0627\u0644\u064A\u0629\u060C \u064A\u0631\u062C\u0649 \u0627\u0644\u0646\u0642\u0631 \u0641\u0648\u0642 <1> \u0647\u0646\u0627 \u0639\u0631\u0636 \u0623\u062D\u062F\u062B \u0627\u0644\u0642\u064A\u0645 \u0627\u0644\u0645\u0648\u0635\u0649 \u0628\u0647\u0627","description.generalLimitPerSecond":"\u0648\u0639\u0646\u062F\u0645\u0627 \u064A\u062A\u062C\u0627\u0648\u0632 \u0639\u062F\u062F \u0627\u0644\u0637\u0644\u0628\u0627\u062A \u0647\u0630\u0627 \u0627\u0644\u062D\u062F\u060C \u0641\u0625\u0646\u0647 \u0633\u064A\u062F\u062E\u0644 \u0641\u064A \u062D\u0627\u0644\u0629 \u0627\u0644\u0627\u0646\u062A\u0638\u0627\u0631 \u062D\u062A\u0649 \u0628\u062F\u0627\u064A\u0629 \u0627\u0644\u062B\u0627\u0646\u064A\u0629 \u0627\u0644\u062A\u0627\u0644\u064A\u0629.","description.prompt":"\u062A\u0631\u0633\u0644 \u0627\u0644\u0645\u062D\u0627\u062F\u062B\u0629 \u0625\u0644\u0649 {service} \u0628\u0635\u0641\u0629 \u0627\u0644\u0645\u0633\u062A\u062E\u062F\u0645\u060C \u062D\u064A\u062B \u064A\u0645\u062B\u0644 {{text}} \u0646\u0635 \u0627\u0644\u0641\u0642\u0631\u0629\u060C \u0648\u064A\u0645\u062B\u0644 {{from}} \u0644\u063A\u0629 \u0627\u0644\u0641\u0642\u0631\u0629\u060C \u0648\u064A\u0645\u062B\u0644 {{to}} \u0627\u0644\u0644\u063A\u0629 \u0627\u0644\u0645\u0633\u062A\u0647\u062F\u0641\u0629.","description.maxTextLengthPerRequest":"\u0627\u0644\u062D\u062F \u0627\u0644\u0623\u0642\u0635\u0649 \u0644\u0639\u062F\u062F \u0627\u0644\u0623\u062D\u0631\u0641 \u0644\u0643\u0644 \u0637\u0644\u0628. \u0625\u0630\u0627 \u0643\u0627\u0646 \u0643\u0628\u064A\u0631\u064B\u0627 \u062C\u062F\u064B\u0627\u060C \u0641\u0633\u062A\u062A\u0628\u0627\u0637\u0623 \u0627\u0633\u062A\u062C\u0627\u0628\u0629 \u0627\u0644\u0648\u0627\u062C\u0647\u0629\u060C \u0644\u0630\u0627 \u064A\u0645\u0643\u0646\u0643 \u0645\u062D\u0627\u0648\u0644\u0629 \u0636\u0628\u0637 \u0647\u0630\u0627 \u0627\u0644\u062E\u064A\u0627\u0631 \u0644\u062A\u062D\u0633\u064A\u0646 \u0627\u0644\u0633\u0631\u0639\u0629.","description.systemPrompt":"\u064A\u062A\u0645 \u0625\u0631\u0633\u0627\u0644 \u0627\u0644\u0645\u062D\u0627\u062F\u062B\u0629 \u0625\u0644\u0649 OpenAI \u0643\u0646\u0638\u0627\u0645\u060C \u062D\u064A\u062B \u064A\u0645\u062B\u0644 {{text}} \u0645\u062D\u062A\u0648\u0649 \u0646\u0635 \u0627\u0644\u0641\u0642\u0631\u0629\u060C \u0648\u064A\u0645\u062B\u0644{{from}} \u0644\u063A\u0629 \u0627\u0644\u0641\u0642\u0631\u0629\u060C \u0648\u064A\u0645\u062B\u0644{{to}} \u0627\u0644\u0644\u063A\u0629 \u0627\u0644\u0645\u0633\u062A\u0647\u062F\u0641\u0629","field.domain":"\u0645\u062C\u0627\u0644","description.domain":"\u0627\u0644\u0627\u0641\u062A\u0631\u0627\u0636\u064A \u0647\u0648\uFF1A\u0639\u0627\u0645. \u0644\u0627 \u064A\u0645\u0643\u0646 \u0636\u0628\u0637\u0647 \u0625\u0644\u0627 \u0639\u0646\u062F \u062A\u0645\u0643\u064A\u0646 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0645\u0633\u062A\u0646\u062F\u0629 \u0625\u0644\u0649 \u0627\u0644\u0645\u062C\u0627\u0644 \u0641\u064A \u0648\u062D\u062F\u0629 \u062A\u062D\u0643\u0645 Youdao API. \u0644\u0644\u062D\u0635\u0648\u0644 \u0639\u0644\u0649 \u0627\u0644\u062D\u0642\u0648\u0644 \u0627\u0644\u0645\u062F\u0639\u0648\u0645\u0629\u060C \u064A\u0631\u062C\u0649 \u0627\u0644\u0627\u0637\u0644\u0627\u0639 \u0639\u0644\u0649 <1> \u0647\u0646\u0627.","field.scene":"\u0645\u0634\u0627\u0647\u062F","description.scene":"\u0627\u0644\u0627\u0641\u062A\u0631\u0627\u0636\u064A \u0647\u0648\uFF1A\u0639\u0627\u0645. \u0644\u0627 \u064A\u0645\u0643\u0646 \u0636\u0628\u0637\u0647 \u0625\u0644\u0627 \u0639\u0646\u062F \u062A\u0646\u0634\u064A\u0637 \u0627\u0644\u0625\u0635\u062F\u0627\u0631 \u0627\u0644\u0627\u062D\u062A\u0631\u0627\u0641\u064A \u0644\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0622\u0644\u064A\u0629 \u0641\u064A \u0648\u062D\u062F\u0629 \u062A\u062D\u0643\u0645 Alibaba Cloud API. \u0631\u0627\u062C\u0639 <1> \u0647\u0646\u0627 \u0644\u0644\u062D\u0635\u0648\u0644 \u0639\u0644\u0649 \u0627\u0644\u0633\u064A\u0646\u0627\u0631\u064A\u0648\u0647\u0627\u062A \u0627\u0644\u0645\u062F\u0639\u0648\u0645\u0629.","field.vocabId":"\u0645\u0639\u0631\u0641 \u0642\u0627\u0645\u0648\u0633 \u0627\u0644\u0645\u0633\u062A\u062E\u062F\u0645","description.vocabId":"\u064A\u062F\u0639\u0645 \u0627\u0644\u0642\u0627\u0645\u0648\u0633 \u0627\u0644\u0645\u062D\u062F\u062F out_id \u062D\u0627\u0644\u064A\u064B\u0627 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0625\u0646\u062C\u0644\u064A\u0632\u064A\u0629 \u0627\u0644\u0635\u064A\u0646\u064A\u0629.","description.model":"\u064A\u0645\u0643\u0646 \u0623\u0646 \u064A\u0643\u0648\u0646 \u0646\u0645\u0648\u0630\u062C OpenAI \u0647\u0648 gpt-3.5-turbo \u0623\u0648 gpt-4 \u0648\u0645\u0627 \u0625\u0644\u0649 \u0630\u0644\u0643.","description.maxTextGroupLengthPerRequest":"\u0639\u062F\u062F \u0627\u0644\u0641\u0642\u0631\u0627\u062A \u0627\u0644\u0645\u0631\u0633\u0644\u0629 \u0625\u0644\u0649 \u062E\u062F\u0645\u0629 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0641\u064A \u0643\u0644 \u0645\u0631\u0629. \u0625\u0630\u0627 \u0643\u0627\u0646 \u0647\u0646\u0627\u0643 \u0639\u062F\u062F \u0643\u0628\u064A\u0631 \u062C\u062F\u064B\u0627 \u0645\u0646 \u0627\u0644\u0641\u0642\u0631\u0627\u062A\u060C \u0641\u0642\u062F \u062A\u062A\u0628\u0627\u0637\u0623 \u0627\u0633\u062A\u062C\u0627\u0628\u0629 \u0627\u0644\u0648\u0627\u062C\u0647\u0629.","description.apiUrl":"\u0627\u0644\u0631\u062C\u0627\u0621 \u0625\u0636\u0627\u0641\u0629 \u0639\u0646\u0648\u0627\u0646 URL \u0645\u062D\u062F\u062F \u0645\u0639 \u0627\u0644\u0645\u0633\u0627\u0631\u060C <1> \u0627\u0644\u0645\u0632\u064A\u062F \u0645\u0646 \u0627\u0644\u062A\u0639\u0644\u064A\u0645\u0627\u062A",enabledExtension:"\u062A\u0645\u0643\u064A\u0646 \u0627\u0644\u062A\u0645\u062F\u064A\u062F",clickToDisableExtension:"\u0627\u0646\u0642\u0631 \u0644\u062A\u0639\u0637\u064A\u0644 \u0627\u0644\u062A\u0645\u062F\u064A\u062F",clickToEnableExtension:"\u0627\u0646\u0642\u0631 \u0644\u062A\u0645\u0643\u064A\u0646 \u0627\u0644\u062A\u0645\u062F\u064A\u062F",hasBeenDisabled:"\u0639\u0627\u062C\u0632","show password":"\u0639\u0631\u0636 \u0643\u0644\u0645\u0629 \u0627\u0644\u0645\u0631\u0648\u0631",customContent:"\u0623\u062F\u062E\u0644 \u0627\u0633\u0645 \u0627\u0644\u0646\u0645\u0648\u0630\u062C \u0627\u0644\u0645\u062E\u0635\u0635",inputOptions:"\u062A\u062D\u0633\u064A\u0646 \u0635\u0646\u062F\u0648\u0642 \u0627\u0644\u0625\u062F\u062E\u0627\u0644",mouseHoverOptions:"\u062A\u0645\u0631\u064A\u0631 \u0627\u0644\u0645\u0627\u0648\u0633",modifyMouseHoverKey:"\u062A\u0639\u062F\u064A\u0644 \u0645\u0641\u0627\u062A\u064A\u062D \u0627\u0644\u0627\u062E\u062A\u0635\u0627\u0631 \u0627\u0644\u062E\u0627\u0635\u0629 \u0628\u0627\u0644\u0645\u0627\u0648\u0633",enableInputTranslation:"\u0645\u0627 \u0625\u0630\u0627 \u0643\u0627\u0646 \u0633\u064A\u062A\u0645 \u062A\u0645\u0643\u064A\u0646 \u062A\u062D\u0633\u064A\u0646 \u0645\u0631\u0628\u0639 \u0627\u0644\u0625\u062F\u062E\u0627\u0644",enableInputTranslationDescription:"\u0628\u0639\u062F{trailingKey}\u060C \u0623\u062F\u062E\u0644 \u0645\u0628\u0627\u0634\u0631\u0629 {startingKey}{startingKey} hello \u0641\u064A \u0645\u0631\u0628\u0639 \u0627\u0644\u0625\u062F\u062E\u0627\u0644\u060C \u062B\u0645 \u0627\u0646\u0642\u0631 \u0633\u0631\u064A\u0639\u064B\u0627 \u0641\u0648\u0642{inputTrailingTriggerKeyRepeatTimes}\u0645\u0631\u062A\u064A\u0646 \u0644\u062A\u0631\u062C\u0645\u062A\u0647 \u0625\u0644\u0649 {inputTargetLanguage}",enableInputTranslationDescriptionForNoneKey:"{trailingKey}\u062A\u0645\u0643\u064A\u0646\u0647\u060C \u0623\u062F\u062E\u0644 \u0645\u0628\u0627\u0634\u0631\u0629\uFF1Ahelloworld \u0641\u064A \u0645\u0631\u0628\u0639 \u0627\u0644\u0625\u062F\u062E\u0627\u0644\u060C \u062B\u0645 \u0627\u0646\u0642\u0631 \u0628\u0633\u0631\u0639\u0629{inputTrailingTriggerKeyRepeatTimes}\u0644\u0644\u062A\u0631\u062C\u0645\u0629 \u0625\u0644\u0649 \u0627\u0644\u0644\u063A\u0629 \u0627\u0644\u0645\u0633\u062A\u0647\u062F\u0641\u0629 \u0627\u0644\u0627\u0641\u062A\u0631\u0627\u0636\u064A\u0629.",inputTargetLanguage:"\u0642\u0645 \u0628\u062A\u0639\u064A\u064A\u0646 \u0627\u0644\u0644\u063A\u0629 \u0627\u0644\u0647\u062F\u0641 \u0627\u0644\u0627\u0641\u062A\u0631\u0627\u0636\u064A\u0629 \u0644\u0645\u0631\u0628\u0639 \u0627\u0644\u0625\u062F\u062E\u0627\u0644",inputTargetLanguageDescription:"\u0627\u0644\u0644\u063A\u0629 \u0627\u0644\u0647\u062F\u0641 \u0627\u0644\u0627\u0641\u062A\u0631\u0627\u0636\u064A\u0629 \u0644\u062A\u0631\u062C\u0645\u0629 \u0645\u0631\u0628\u0639 \u0627\u0644\u0625\u062F\u062E\u0627\u0644\u060C \u0648\u0647\u064A {startingKey}{startingKey} \u0643\u0644\u063A\u0629 \u0627\u0641\u062A\u0631\u0627\u0636\u064A\u0629 \u0644\u0643\u0644\u0645\u0627\u062A \u0627\u0644\u062A\u0634\u063A\u064A\u0644",inputTargetLanguageDescriptionForNoneKey:"\u0627\u0644\u0644\u063A\u0629 \u0627\u0644\u0647\u062F\u0641 \u0627\u0644\u0627\u0641\u062A\u0631\u0627\u0636\u064A\u0629 \u0644\u062A\u0631\u062C\u0645\u0627\u062A \u0645\u0631\u0628\u0639 \u0627\u0644\u0625\u062F\u062E\u0627\u0644",inputStartingTriggerKeyTitle:"\u0642\u0645 \u0628\u062A\u0639\u064A\u064A\u0646 \u0627\u0644\u0623\u062D\u0631\u0641 \u0627\u0644\u0645\u0642\u0633\u0645\u0629 \u0644\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u062C\u0632\u0626\u064A\u0629 \u0644\u0645\u0631\u0628\u0639 \u0627\u0644\u0625\u062F\u062E\u0627\u0644",inputStartingTriggerKeyDescription:"\u0639\u0646\u062F\u0645\u0627 \u0644\u0627 \u062A\u062D\u062A\u0627\u062C \u0625\u0644\u0649 \u062A\u0631\u062C\u0645\u0629 \u0645\u0631\u0628\u0639 \u0627\u0644\u0625\u062F\u062E\u0627\u0644 \u0628\u0623\u0643\u0645\u0644\u0647\u060C \u064A\u062A\u064A\u062D \u0644\u0643 \u0627\u0644\u0645\u062D\u062F\u062F \u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u062C\u0632\u0621 \u0641\u0642\u0637 {startingKey}{startingKey} \u0625\u0644\u0649 \u0646\u0647\u0627\u064A\u0629 \u0645\u0631\u0628\u0639 \u0627\u0644\u0625\u062F\u062E\u0627\u0644\u060C \u0623\u0648 \u064A\u0645\u0643\u0646\u0643 \u062A\u062D\u062F\u064A\u062F \u0631\u0645\u0632 \u0627\u0644\u0644\u063A\u0629\u060C \u0639\u0644\u0649 \u0633\u0628\u064A\u0644 \u0627\u0644\u0645\u062B\u0627\u0644\u060C\uFF1A{startingKey}ja \u062A\u0639\u0646\u064A \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0641\u0642\u0637 \u0627\u0644\u062C\u0632\u0621 \u0645\u0646 {startingKey}\u062C\u0627 \u0625\u0644\u0649 \u0646\u0647\u0627\u064A\u0629 \u0645\u0631\u0628\u0639 \u0627\u0644\u0625\u062F\u062E\u0627\u0644.",inputStartingTriggerKeyDescriptionForNoneKey:"\u062A\u0645 \u0636\u0628\u0637\u0647 \u062D\u0627\u0644\u064A\u064B\u0627 \u0628\u062D\u064A\u062B \u0644\u0627 \u064A\u062A\u0637\u0644\u0628 \u0623\u064A \u0628\u0627\u062F\u0626\u0629\u060C \u0648\u0628\u0639\u0636 \u0648\u0638\u0627\u0626\u0641 \u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0646\u0635 \u0641\u064A \u0645\u0631\u0628\u0639 \u0627\u0644\u0625\u062F\u062E\u0627\u0644 \u063A\u064A\u0631 \u0645\u062A\u0627\u062D\u0629 \u0645\u0624\u0642\u062A\u064B\u0627.",inputTrailingTriggerKeyTitle:"\u062D\u062F\u062F \u062D\u0631\u0641 \u0627\u0644\u0645\u0634\u063A\u0644 \u0627\u0644\u0630\u064A \u064A\u0646\u0647\u064A \u0627\u0644\u0625\u062F\u062E\u0627\u0644",inputTrailingTriggerKeyDescription:"\u0633\u064A\u0624\u062F\u064A \u0627\u0644\u0636\u063A\u0637 \u0639\u0644\u0649{trailingKey} 3 \u0645\u0631\u0627\u062A \u0641\u064A \u062A\u062A\u0627\u0628\u0639 \u0633\u0631\u064A\u0639 \u0625\u0644\u0649 \u0628\u062F\u0621 \u0627\u0644\u062A\u0631\u062C\u0645\u0629",inputTrailingTriggerKeyTimeout:"\u0623\u062F\u062E\u0644 \u0627\u0644\u0641\u0627\u0635\u0644 \u0627\u0644\u0632\u0645\u0646\u064A \u0628\u064A\u0646 \u0627\u0644\u0645\u0634\u063A\u0644\u0627\u062A \u0644\u0625\u0646\u0647\u0627\u0621 \u0627\u0644\u062A\u062D\u0631\u064A\u0631 \u0648\u0627\u0644\u0633\u0631\u062F.",inputTrailingTriggerKeyTimeoutDescription:"\u0642\u0645 \u0628\u062A\u0639\u064A\u064A\u0646 \u0627\u0644\u0641\u0627\u0635\u0644 \u0627\u0644\u0632\u0645\u0646\u064A (\u0645\u0644\u064A \u062B\u0627\u0646\u064A\u0629) \u0644\u0644\u0625\u062F\u062E\u0627\u0644 \u0644\u0625\u0646\u0647\u0627\u0621 \u0645\u0634\u063A\u0644 \u0627\u0644\u062A\u062D\u0631\u064A\u0631 \u0648\u0627\u0644\u0633\u0631\u062F",spaceKey:"<\u0645\u0633\u0627\u0641\u0629>",noneKey:"\u0644\u0627 \u062A\u0648\u062C\u062F \u062D\u0627\u062C\u0629 \u0625\u0644\u0649 \u0628\u0627\u062F\u0626\u0629\u060C \u0642\u0645 \u0628\u062A\u0631\u062C\u0645\u0629 \u0645\u0631\u0628\u0639 \u0627\u0644\u0646\u0635 \u0628\u0627\u0644\u0643\u0627\u0645\u0644 \u0645\u0628\u0627\u0634\u0631\u0629\u064B",inputTranslationBlockUrlsTitle:"\u0644\u0627 \u062A\u0642\u0645 \u0645\u0637\u0644\u0642\u064B\u0627 \u0628\u062A\u0645\u0643\u064A\u0646 \u062A\u062D\u0633\u064A\u0646\u0627\u062A \u062D\u0642\u0644 \u0627\u0644\u0625\u062F\u062E\u0627\u0644 \u0641\u064A \u0639\u0646\u0627\u0648\u064A\u0646 URL",inputTranslationBlockUrlsDescription:"\u0641\u064A \u0639\u0646\u0627\u0648\u064A\u0646 URL \u0627\u0644\u062A\u0627\u0644\u064A\u0629\u060C \u0644\u0646 \u064A\u0635\u0628\u062D \u062A\u062D\u0633\u064A\u0646 \u0645\u0631\u0628\u0639 \u0627\u0644\u0625\u062F\u062E\u0627\u0644 \u0633\u0627\u0631\u064A \u0627\u0644\u0645\u0641\u0639\u0648\u0644",clickToSeeQuickDemo:"\u0627\u0646\u0642\u0631 \u0644\u062A\u0648\u0633\u064A\u0639 \u0641\u064A\u062F\u064A\u0648 \u0627\u0644\u062A\u0639\u0644\u064A\u0645\u0627\u062A \u0627\u0644\u0633\u0631\u064A\u0639\u0629 \u0644\u0645\u062F\u0629 30 \u062B\u0627\u0646\u064A\u0629",inputHelperInfo:"\u0645\u0644\u0627\u062D\u0638\u0629\uFF1A: \u0644\u0642\u062F \u0642\u0645\u0646\u0627 \u0628\u062A\u062D\u0633\u064A\u0646 \u0627\u0644\u0645\u0634\u0643\u0644\u0629 \u0639\u0644\u0649 \u0648\u062C\u0647 \u0627\u0644\u062A\u062D\u062F\u064A\u062F \u062D\u064A\u062B \u062A\u062A\u062D\u0648\u0644 \u0628\u0639\u0636 \u0623\u062D\u0631\u0641 \u0627\u0644\u062A\u0634\u063A\u064A\u0644 \u0625\u0644\u0649 \u0639\u0644\u0627\u0645\u0627\u062A \u062A\u0631\u0642\u064A\u0645 \u0635\u064A\u0646\u064A\u0629 \u0636\u0645\u0646 \u0637\u0631\u064A\u0642\u0629 \u0627\u0644\u0625\u062F\u062E\u0627\u0644 \u0627\u0644\u0635\u064A\u0646\u064A\u0629. \u0639\u0644\u0649 \u0633\u0628\u064A\u0644 \u0627\u0644\u0645\u062B\u0627\u0644\u060C \u0636\u0645\u0646 \u0637\u0631\u064A\u0642\u0629 \u0627\u0644\u0625\u062F\u062E\u0627\u0644 Sogou\u060C / \u0633\u0648\u0641 \u062A\u062A\u062D\u0648\u0644 \u0625\u0644\u0649 \u062A\u0648\u0642\u0641 \u0645\u0624\u0642\u062A\u060C \u0648\u062A\u062F\u0639\u0645 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u063A\u0627\u0645\u0631\u0629 \u062C\u0645\u064A\u0639 \u0627\u0644\u0631\u0645\u0648\u0632 \u0627\u0644\u0635\u064A\u0646\u064A\u0629 \u0627\u0644\u0645\u0642\u0627\u0628\u0644\u0629 \u0644\u0640 \u0633\u064A\u062A\u0645 \u0627\u0644\u062A\u0639\u0631\u0641 \u0639\u0644\u0649 \u0623\u062D\u0631\u0641 \u0627\u0644\u062A\u0634\u063A\u064A\u0644\u060C \u0623\u064A //\u060C \u0639\u0644\u0649 \u0623\u0646\u0647\u0627 \u0623\u062D\u0631\u0641 \u062A\u0634\u063A\u064A\u0644.

\u0641\u064A \u0627\u0644\u0648\u0642\u062A \u0646\u0641\u0633\u0647\u060C \u0646\u062F\u0639\u0645 \u0623\u064A\u0636\u064B\u0627 \u0627\u0644\u0623\u0633\u0645\u0627\u0621 \u0627\u0644\u0635\u064A\u0646\u064A\u0629 \u0627\u0644\u0645\u0633\u062A\u0639\u0627\u0631\u0629 \u0644\u0631\u0645\u0648\u0632 \u0627\u0644\u0644\u063A\u0629 \u0643\u0623\u0648\u0627\u0645\u0631. \u0639\u0644\u0649 \u0633\u0628\u064A\u0644 \u0627\u0644\u0645\u062B\u0627\u0644\u060C \u0633\u062A\u062A\u0645 \u062A\u0631\u062C\u0645\u0629 /Japanese Hello World \u0625\u0644\u0649 \u0627\u0644\u064A\u0627\u0628\u0627\u0646\u064A\u0629. <1> \u0627\u0646\u0642\u0631 \u0647\u0646\u0627 \u0644\u0639\u0631\u0636 \u0643\u0627\u0641\u0629 \u0631\u0645\u0648\u0632 \u0627\u0644\u0644\u063A\u0627\u062A \u0627\u0644\u0645\u062F\u0639\u0648\u0645\u0629. .",reloadCurrentPage:"\u064A\u0631\u062C\u0649 \u062A\u062D\u062F\u064A\u062B \u0627\u0644\u0635\u0641\u062D\u0629 \u0627\u0644\u062D\u0627\u0644\u064A\u0629 \u0642\u0628\u0644 \u0628\u062F\u0621 \u0627\u0644\u062A\u0631\u062C\u0645\u0629",noLocalFilePermissionForPDF:"\u0644\u064A\u0633 \u0644\u062F\u064A\u0646\u0627 \u062D\u0627\u0644\u064A\u064B\u0627 \u0625\u0630\u0646 \u0628\u0642\u0631\u0627\u0621\u0629 \u0627\u0644\u0645\u0644\u0641\u0627\u062A \u0627\u0644\u0645\u062D\u0644\u064A\u0629. \u0627\u0644\u0631\u062C\u0627\u0621 \u0627\u0644\u0646\u0642\u0631 \u0641\u0648\u0642 \u0627\u0644\u0632\u0631 \u0623\u0639\u0644\u0627\u0647 \u0648\u0627\u0633\u062A\u064A\u0631\u0627\u062F \u0627\u0644\u0645\u0644\u0641\u0627\u062A \u0627\u0644\u0645\u062D\u0644\u064A\u0629.",noPermissionForThisPage:"\u26A0\uFE0F \u0644\u0627 \u064A\u0648\u062C\u062F \u0625\u0630\u0646 \u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0635\u0641\u062D\u0629 \u0627\u0644\u062D\u0627\u0644\u064A\u0629",retryAllParagraphs:"\u0623\u0639\u062F \u0645\u062D\u0627\u0648\u0644\u0629 \u0643\u0627\u0641\u0629 \u0641\u0642\u0631\u0627\u062A \u0627\u0644\u062E\u0637\u0623",retryAllButton:"\u0623\u0639\u062F \u0645\u062D\u0627\u0648\u0644\u0629 \u0643\u0627\u0641\u0629 \u0641\u0642\u0631\u0627\u062A \u0627\u0644\u062E\u0637\u0623",errorTooltipTitle:"\u0627\u0646\u0642\u0631 \u0644\u0639\u0631\u0636 \u0633\u0628\u0628 \u0627\u0644\u062E\u0637\u0623",errorModalTitle:"\u064A\u0628\u062F\u0648 \u0623\u0646 \u0647\u0646\u0627\u0643 \u062E\u0637\u0623 \u0645\u0627 \u0641\u064A \u062E\u062F\u0645\u0629 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0623\u0648 \u0627\u0644\u0634\u0628\u0643\u0629...",disableConfirm:"\u0625\u0639\u062F\u0627\u062F\u0627\u062A \u062A\u0639\u0632\u064A\u0632 \u0627\u0644\u0645\u0639\u0644\u0648\u0645\u0627\u062A \u062B\u0646\u0627\u0626\u064A\u0629 \u0627\u0644\u0644\u063A\u0629",disableOnce:"\u0645\u0639\u0637\u0644\u0629 \u0647\u0630\u0647 \u0627\u0644\u0645\u0631\u0629",disableGlobal:"\u062A\u0639\u0637\u064A\u0644 \u062F\u0627\u0626\u0645",disableTint:"* \u064A\u0645\u0643\u0646\u0643 \u0625\u0639\u0627\u062F\u0629 \u062A\u0645\u0643\u064A\u0646\u0647 \u0641\u064A {option}.",searchEnhancementNotes:"\u0644\u0642\u062F \u0648\u062C\u062F\u0646\u0627 \u0623\u0646 \u0646\u062A\u0627\u0626\u062C \u0627\u0644\u0623\u062E\u0628\u0627\u0631 \u0644\u0644\u0643\u0644\u0645\u0627\u062A \u0627\u0644\u0631\u0626\u064A\u0633\u064A\u0629 \u0627\u0644\u0635\u064A\u0646\u064A\u0629 \u0648\u0627\u0644\u0643\u0644\u0645\u0627\u062A \u0627\u0644\u0631\u0626\u064A\u0633\u064A\u0629 \u0627\u0644\u0625\u0646\u062C\u0644\u064A\u0632\u064A\u0629 \u0645\u062E\u062A\u0644\u0641\u0629 \u062A\u0645\u0627\u0645\u064B\u0627. \u0628\u0639\u062F \u062A\u0645\u0643\u064A\u0646 \u0648\u0638\u064A\u0641\u0629 \u062A\u062D\u0633\u064A\u0646 \u0627\u0644\u0645\u0639\u0644\u0648\u0645\u0627\u062A \u062B\u0646\u0627\u0626\u064A\u0629 \u0627\u0644\u0644\u063A\u0629 \u0644\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u063A\u0627\u0645\u0631\u0629\u060C \u0633\u0646\u0628\u062D\u062B \u0641\u064A \u0645\u0648\u0627\u0642\u0639 \u0627\u0644\u0648\u064A\u0628 \u0627\u0644\u0645\u062F\u0639\u0648\u0645\u0629 (\u0623\u062E\u0628\u0627\u0631 Google\u060C \u0628\u062D\u062B Google (\u0628\u0639\u0636 \u0627\u0644\u0643\u0644\u0645\u0627\u062A \u0627\u0644\u0631\u0626\u064A\u0633\u064A\u0629)\u060C Snowball\u060C Oriental Fortune Network\u060C Futu \u060C Tiger) \u064A\u0628\u062D\u062B \u062A\u0644\u0642\u0627\u0626\u064A\u064B\u0627 \u0639\u0646 \u0646\u0641\u0633 \u0627\u0644\u0643\u0644\u0645\u0627\u062A \u0627\u0644\u0631\u0626\u064A\u0633\u064A\u0629 \u0628\u0627\u0644\u0644\u063A\u0629 \u0627\u0644\u0625\u0646\u062C\u0644\u064A\u0632\u064A\u0629 \u0648\u064A\u0639\u0631\u0636\u0647\u0627 \u0639\u0644\u0649 \u0627\u0644\u064A\u0645\u064A\u0646. \u0625\u0630\u0627 \u0644\u0645 \u062A\u0643\u0646 \u0628\u062D\u0627\u062C\u0629 \u0625\u0644\u0649 \u0647\u0630\u0647 \u0627\u0644\u0645\u064A\u0632\u0629\u060C \u0641\u064A\u0645\u0643\u0646\u0643 \u0627\u062E\u062A\u064A\u0627\u0631 \u062A\u0639\u0637\u064A\u0644\u0647\u0627.",option:"\u064A\u062B\u0628\u062A",saveSettings:"\u0627\u062D\u0641\u0638 \u0627\u0644\u062A\u063A\u064A\u064A\u0631\u0627\u062A",closeModal:"\u0623\u063A\u0644\u0642 \u0627\u0644\u0646\u0627\u0641\u0630\u0629",enableInputTranslationWithoutTriggerKeyTitle:"\u062A\u0645\u0643\u064A\u0646 \u0627\u0644\u062A\u062D\u0631\u064A\u0631 \u0648\u0627\u0644\u0633\u0631\u062F \u0627\u0644\u0633\u0631\u064A\u0639 3 \u0645\u0631\u0627\u062A{trailingKey}\u060C \u0648\u062A\u0631\u062C\u0645\u0629 \u0645\u0631\u0628\u0639 \u0627\u0644\u0625\u062F\u062E\u0627\u0644 \u0628\u0623\u0643\u0645\u0644\u0647 \u0645\u0628\u0627\u0634\u0631\u0629 \u0625\u0644\u0649{inputTargetLanguage}",enableInputTranslationWithoutTriggerKeyDescription:"\u0625\u0630\u0627 \u0643\u0646\u062A \u0628\u062D\u0627\u062C\u0629 \u0625\u0644\u0649 \u062A\u062D\u062F\u064A\u062F \u0627\u0644\u0644\u063A\u0629 \u0627\u0644\u0645\u0633\u062A\u0647\u062F\u0641\u0629\u060C \u0641\u064A\u0631\u062C\u0649 \u0625\u0636\u0627\u0641\u0629 \u0631\u0645\u0632 \u0627\u0644\u0644\u063A\u0629 \u0641\u064A \u0627\u0644\u0645\u0642\u062F\u0645\u0629\u060C \u0645\u062B\u0644\uFF1Aja Hello World",mouseHoverShortcutPlaceholder:"\u0645\u062B\u0644\uFF1A\u0627\u0644\u062A\u062D\u0648\u0644",deepLProName:"\u0639\u0636\u0648 \u0645\u062D\u062A\u0631\u0641 \u0641\u064A \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0634\u0627\u0645\u0644\u0629 (\u0645\u0633\u062A\u062D\u0633\u0646)",deepLProDescription:"\u064A\u0645\u0643\u0646 \u0627\u0633\u062A\u062E\u062F\u0627\u0645 \u0627\u0644\u062D\u0632\u0645\u0629 \u0627\u0644\u062D\u0627\u0644\u064A\u0629 \u0645\u0628\u0627\u0634\u0631\u0629",deeplProDescriptionForNormal:"\u0644\u0627 \u062A\u0648\u062C\u062F \u0625\u0639\u062F\u0627\u062F\u0627\u062A \u0645\u0637\u0644\u0648\u0628\u0629. \u064A\u0645\u0643\u0646\u0643 \u0627\u0633\u062A\u062E\u062F\u0627\u0645\u0647\u0627 \u0628\u0639\u062F \u062A\u0633\u062C\u064A\u0644 \u0627\u0644\u062F\u062E\u0648\u0644 \u0643\u0639\u0636\u0648. <1> \u0627\u0646\u0642\u0631 \u0647\u0646\u0627 \u0644\u0644\u062A\u0631\u0642\u064A\u0629 \u0625\u0644\u0649 \u0639\u0636\u0648.",deepLCustomDescription:"\u0623\u0646\u062A \u0628\u062D\u0627\u062C\u0629 \u0625\u0644\u0649 \u0628\u0637\u0627\u0642\u0629 \u0627\u0626\u062A\u0645\u0627\u0646 \u0623\u062C\u0646\u0628\u064A\u0629\u060C \u0627\u0646\u062A\u0642\u0644 \u0625\u0644\u0649 <1>DeepL \u062A\u0645 \u0641\u062A\u062D\u0647 \u0631\u0633\u0645\u064A\u064B\u0627\u060C \u0627\u0646\u0642\u0631 \u0644\u0639\u0631\u0636 \u0627\u0644\u0645\u0633\u062A\u0646\u062F\u0627\u062A <2>",deepLCustomName:"\u0645\u0641\u062A\u0627\u062D \u0627\u0644\u0645\u0635\u0627\u062F\u0642\u0629 \u0627\u0644\u0645\u062E\u0635\u0635",chooseProviderLabel:"\u0627\u062E\u062A\u0631 \u0645\u0632\u0648\u062F \u0627\u0644\u062E\u062F\u0645\u0629",openaiProName:"\u0639\u0636\u0648 \u0645\u062D\u062A\u0631\u0641 \u0641\u064A \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0634\u0627\u0645\u0644\u0629 (\u0645\u0633\u062A\u062D\u0633\u0646)",openaiProDescription:"\u064A\u0645\u0643\u0646 \u0627\u0633\u062A\u062E\u062F\u0627\u0645 \u0627\u0644\u062D\u0632\u0645\u0629 \u0627\u0644\u062D\u0627\u0644\u064A\u0629 \u0645\u0628\u0627\u0634\u0631\u0629",openaiProDescriptionForNormal:"\u0644\u0627 \u062A\u0648\u062C\u062F \u0625\u0639\u062F\u0627\u062F\u0627\u062A \u0645\u0637\u0644\u0648\u0628\u0629. \u064A\u0645\u0643\u0646\u0643 \u0627\u0633\u062A\u062E\u062F\u0627\u0645\u0647\u0627 \u0628\u0639\u062F \u062A\u0633\u062C\u064A\u0644 \u0627\u0644\u062F\u062E\u0648\u0644 \u0643\u0639\u0636\u0648. <1> \u0627\u0646\u0642\u0631 \u0647\u0646\u0627 \u0644\u0644\u062A\u0631\u0642\u064A\u0629 \u0625\u0644\u0649 \u0639\u0636\u0648.",openaiCustomDescription:"\u064A\u0645\u0643\u0646 \u0627\u0644\u062D\u0635\u0648\u0644 \u0639\u0644\u064A\u0647 \u0645\u0646 OpenAI \u0623\u0648 Azure OpenAI \u0623\u0648 \u062E\u062F\u0645\u0627\u062A \u0623\u062E\u0631\u0649 \u062A\u0627\u0628\u0639\u0629 \u0644\u062C\u0647\u0627\u062A \u062E\u0627\u0631\u062C\u064A\u0629.<1> \u0627\u0646\u0642\u0631 \u0647\u0646\u0627 \u0644\u0639\u0631\u0636 \u0627\u0644\u0645\u0633\u062A\u0646\u062F.",openaiCustomName:"\u0645\u0641\u062A\u0627\u062D \u0648\u0627\u062C\u0647\u0629 \u0628\u0631\u0645\u062C\u0629 \u0627\u0644\u062A\u0637\u0628\u064A\u0642\u0627\u062A \u0627\u0644\u0645\u062E\u0635\u0635",needLoginAction:"(\u0623\u062F\u062E\u0644 \u0627\u0644\u0639\u0636\u0648\u064A\u0629 \u0623\u0648 \u0627\u0644\u062A\u062E\u0635\u064A\u0635)",goLoginOrAction:"(\u0623\u062F\u062E\u0644 \u0627\u0644\u0639\u0636\u0648\u064A\u0629 \u0623\u0648 \u0627\u0630\u0647\u0628 \u0625\u0644\u0649 \u0627\u0644\u0625\u0639\u062F\u0627\u062F\u0627\u062A)",yearly:"\u0627\u0644\u0627\u0634\u062A\u0631\u0627\u0643 \u0627\u0644\u0633\u0646\u0648\u064A \u0627\u0644\u0645\u0633\u062A\u0645\u0631",quarterly:"\u0645\u0648\u0627\u0633\u0645 \u0645\u062A\u062A\u0627\u0644\u064A\u0629",monthly:"\u0627\u0634\u062A\u0631\u0627\u0643 \u0634\u0647\u0631\u064A \u0645\u0633\u062A\u0645\u0631",yearlyForOnce:"\u0627\u0644\u0628\u0627\u0642\u0629 \u0627\u0644\u0633\u0646\u0648\u064A\u0629 \u0644\u0645\u0631\u0629 \u0648\u0627\u062D\u062F\u0629",monthlyForOnce:"\u0628\u0627\u0642\u0629 \u0634\u0647\u0631\u064A\u0629 \u0644\u0645\u0631\u0629 \u0648\u0627\u062D\u062F\u0629",daily:"\u0623\u064A\u0627\u0645 \u0645\u062A\u062A\u0627\u0644\u064A\u0629",year:"\u0627\u0644\u0627\u0634\u062A\u0631\u0627\u0643 \u0627\u0644\u0633\u0646\u0648\u064A \u0627\u0644\u0645\u0633\u062A\u0645\u0631",quarter:"\u0645\u0648\u0627\u0633\u0645 \u0645\u062A\u062A\u0627\u0644\u064A\u0629",month:"\u0627\u0634\u062A\u0631\u0627\u0643 \u0634\u0647\u0631\u064A \u0645\u0633\u062A\u0645\u0631",day:"\u0623\u064A\u0627\u0645 \u0645\u062A\u062A\u0627\u0644\u064A\u0629",onetime_7day:"\u062D\u0632\u0645\u0629 \u062A\u062C\u0631\u064A\u0628\u064A\u0629 \u0644\u0645\u062F\u0629 7 \u0623\u064A\u0627\u0645",currentPlanDescriptionForFree:"\u0627\u0644\u062D\u0632\u0645\u0629 \u0627\u0644\u062D\u0627\u0644\u064A\u0629\uFF1A\u0645\u062C\u0627\u0646\u064A\u0629",currentPlanDescriptionForContinuous:"\u0627\u0644\u0628\u0627\u0642\u0629 \u0627\u0644\u062D\u0627\u0644\u064A\u0629\uFF1A{plan}\u062A\u062C\u062F\u064A\u062F\u0647\u0627 \u062A\u0644\u0642\u0627\u0626\u064A\u0627 \u0641\u064A {endAt}",currentPlanDescriptionForAutoRenewCaceling:"\u0627\u0644\u0628\u0627\u0642\u0629 \u0627\u0644\u062D\u0627\u0644\u064A\u0629\uFF1A{plan}\u0648\u0633\u062A\u0646\u062A\u0647\u064A \u0641\u064A {endAt} \u0648\u0644\u0646 \u064A\u062A\u0645 \u062A\u062C\u062F\u064A\u062F\u0647\u0627 \u062A\u0644\u0642\u0627\u0626\u064A\u064B\u0627 \u0628\u0639\u062F \u0627\u0646\u062A\u0647\u0627\u0621 \u0627\u0644\u0635\u0644\u0627\u062D\u064A\u0629.",currentYearlyPlanDescriptionForAutoRenewCacelingWithRealPaiedUser:"\u0633\u062A\u0646\u062A\u0647\u064A \u0635\u0644\u0627\u062D\u064A\u0629 \u0627\u0644\u062D\u0632\u0645\u0629 \u0627\u0644\u062D\u0627\u0644\u064A\u0629\uFF1A{plan}\u0641\u064A {endAt} \u0648\u0644\u0646 \u064A\u062A\u0645 \u062A\u062C\u062F\u064A\u062F\u0647\u0627 \u062A\u0644\u0642\u0627\u0626\u064A\u064B\u0627 \u0628\u0639\u062F \u0627\u0646\u062A\u0647\u0627\u0621 \u0627\u0644\u0635\u0644\u0627\u062D\u064A\u0629.
<1>\u0627\u0646\u0642\u0631 \u0647\u0646\u0627 \u0644\u0625\u062F\u0627\u0631\u0629 \u062E\u0637\u0637 \u0627\u0644\u062A\u062C\u062F\u064A\u062F",currentYearlyPlanDescriptionForAutoRenewCacelingWithAdmin:"\u0633\u062A\u0646\u062A\u0647\u064A \u0635\u0644\u0627\u062D\u064A\u0629 \u0627\u0644\u062D\u0632\u0645\u0629 \u0627\u0644\u062D\u0627\u0644\u064A\u0629\uFF1A{plan}\u0641\u064A {endAt} \u0648\u0644\u0646 \u064A\u062A\u0645 \u062A\u062C\u062F\u064A\u062F\u0647\u0627 \u062A\u0644\u0642\u0627\u0626\u064A\u064B\u0627 \u0628\u0639\u062F \u0627\u0646\u062A\u0647\u0627\u0621 \u0627\u0644\u0635\u0644\u0627\u062D\u064A\u0629.
<1>\u0627\u0636\u063A\u0637 \u0647\u0646\u0627 \u0644\u062A\u0641\u0639\u064A\u0644 \u0627\u0644\u0627\u0634\u062A\u0631\u0627\u0643 \u0627\u0644\u0633\u0646\u0648\u064A \u0627\u0644\u0645\u0633\u062A\u0645\u0631",currentPlanDescriptionForOneTime:"\u0627\u0644\u062D\u0632\u0645\u0629 \u0627\u0644\u062D\u0627\u0644\u064A\u0629\uFF1A{plan}\u0648\u0633\u062A\u0646\u062A\u0647\u064A \u0641\u064A {endAt} <1> \u0627\u0646\u0642\u0631 \u0647\u0646\u0627 \u0644\u0644\u062A\u0631\u0642\u064A\u0629 \u0625\u0644\u0649 \u0627\u0644\u0631\u0633\u0648\u0645 \u0627\u0644\u0633\u0646\u0648\u064A\u0629 \u0623\u0648 <2> \u0631\u0633\u0648\u0645 \u0634\u0647\u0631\u064A\u0629 \u0639\u0636\u0648",upgradePlan:"\u0627\u0646\u0642\u0631 \u0647\u0646\u0627 \u0644\u0644\u062A\u0631\u0642\u064A\u0629 \u0625\u0644\u0649 \u0639\u0636\u0648\u064A\u0629 Pro",upgradeToPro:"\u0627\u0644\u062A\u0631\u0642\u064A\u0629 \u0625\u0644\u0649 \u0639\u0636\u0648\u064A\u0629 \u0628\u0631\u0648","popup.openPro":"\u0628\u0639\u062F \u0627\u0644\u062A\u0631\u0642\u064A\u0629 \u0625\u0644\u0649 \u0639\u0636\u0648\u064A\u0629 Pro\u060C \u064A\u0645\u0643\u0646\u0643 \u0627\u0644\u0627\u0633\u062A\u0645\u062A\u0627\u0639 \u0628\u062A\u0631\u062C\u0645\u0629 DeepL \u0648OpenAI\u060C \u0627\u0646\u0642\u0631 \u0647\u0646\u0627 \u0644\u0644\u062A\u0631\u0642\u064A\u0629","popup.openProForPro":"\u0623\u0646\u062A \u0639\u0636\u0648 \u0645\u062D\u062A\u0631\u0641 \u0648\u064A\u0645\u0643\u0646\u0643 \u0627\u0633\u062A\u062E\u062F\u0627\u0645 \u062A\u0631\u062C\u0645\u0629 DeepL \u0648OpenAI \u0645\u0628\u0627\u0634\u0631\u0629",currentAccount:"\u0627\u0644\u062D\u0633\u0627\u0628 \u0627\u0644\u062D\u0627\u0644\u064A",enableAutoSyncUserSettings:"\u062A\u0645\u0643\u064A\u0646 \u0627\u0644\u0645\u0632\u0627\u0645\u0646\u0629 \u0627\u0644\u0633\u062D\u0627\u0628\u064A\u0629 \u0627\u0644\u062A\u0644\u0642\u0627\u0626\u064A\u0629 \u0639\u0628\u0631 \u0623\u062C\u0647\u0632\u0629 \u0645\u062A\u0639\u062F\u062F\u0629",modalEnableInputTranslationTitle:"\u0646\u0635\u0627\u0626\u062D \u062A\u0631\u062C\u0645\u0629 \u0645\u0631\u0628\u0639 \u0625\u062F\u062E\u0627\u0644 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u063A\u0627\u0645\u0631\u0629",modalEnableInputTranslationDesc:"\u0644\u0642\u062F \u0642\u0645\u062A \u0644\u0644\u062A\u0648 \u0628\u062A\u0634\u063A\u064A\u0644 \u062A\u0631\u062C\u0645\u0629 \u0645\u0631\u0628\u0639 \u0627\u0644\u0625\u062F\u062E\u0627\u0644 \u0644\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0634\u0627\u0645\u0644\u0629 \u0639\u0646 \u0637\u0631\u064A\u0642 \u0627\u0644\u0636\u063A\u0637 \u0639\u0644\u0649 \u0634\u0631\u064A\u0637 \u0627\u0644\u0645\u0633\u0627\u0641\u0629 \u062B\u0644\u0627\u062B \u0645\u0631\u0627\u062A \u0641\u064A \u062A\u062A\u0627\u0628\u0639 \u0633\u0631\u064A\u0639\u060C \u0648\u0633\u064A\u062A\u0645 \u062A\u0631\u062C\u0645\u0629 \u0645\u062D\u062A\u0648\u0649 \u0645\u0631\u0628\u0639 \u0627\u0644\u0625\u062F\u062E\u0627\u0644 \u0625\u0644\u0649 \u0627\u0644\u0644\u063A\u0629 \u0627\u0644\u0647\u062F\u0641 \u0627\u0644\u0627\u0641\u062A\u0631\u0627\u0636\u064A\u0629. \u064A\u0645\u0643\u0646 \u0627\u0644\u062A\u0631\u0627\u062C\u0639 \u0639\u0646 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0639\u0628\u0631 Ctrl+Z.

\u0625\u0630\u0627 \u0643\u0627\u0646 \u0647\u0630\u0627 \u062E\u0637\u0623\u060C \u0641\u0644\u0627 \u062A\u0642\u0644\u0642\u060C \u064A\u0645\u0643\u0646\u0643 \u0627\u062E\u062A\u064A\u0627\u0631 \u062A\u0639\u0637\u064A\u0644\u0647 \u0647\u0630\u0647 \u0627\u0644\u0645\u0631\u0629\u060C \u0623\u0648 \u062A\u0639\u0637\u064A\u0644 \u062A\u0631\u062C\u0645\u0629 \u0645\u0631\u0628\u0639 \u0627\u0644\u0625\u062F\u062E\u0627\u0644 \u0628\u0634\u0643\u0644 \u062F\u0627\u0626\u0645.",saveAndNotShowAgain:"\u0627\u062D\u0641\u0638 \u0648\u0644\u0627 \u062A\u0637\u0627\u0644\u0628 \u0645\u0631\u0629 \u0623\u062E\u0631\u0649",disableInputTranslationTips:"* \u064A\u0645\u0643\u0646\u0643 \u0623\u064A\u0636\u064B\u0627 \u0636\u0628\u0637 \u0645\u0641\u0627\u062A\u064A\u062D \u0627\u0644\u0627\u062E\u062A\u0635\u0627\u0631 \u0627\u0644\u0623\u062E\u0631\u0649 \u0644\u062A\u0634\u063A\u064A\u0644\u0647\u0627 \u0641\u064A {option} \u060C{learnMore}.",learnMore:"\u0627\u0646\u0642\u0631 \u0647\u0646\u0627 \u0644\u0645\u0639\u0631\u0641\u0629 \u0627\u0644\u0645\u0632\u064A\u062F",continueEnalbeInputTranslation:"\u0627\u0633\u062A\u0645\u0631 \u0641\u064A \u062A\u0645\u0643\u064A\u0646 \u062A\u0631\u062C\u0645\u0629 \u0645\u0631\u0628\u0639 \u0627\u0644\u0625\u062F\u062E\u0627\u0644",autoRenewTrialSuffix:'(\u0623\u062B\u0646\u0627\u0621 \u0627\u0644\u0641\u062A\u0631\u0629 \u0627\u0644\u062A\u062C\u0631\u064A\u0628\u064A\u0629\u060C \u0633\u064A\u062A\u0645 \u062A\u0631\u0642\u064A\u0629\u0639\u0644\u0649 \u0627\u0644\u0641\u0648\u0631 \u0625\u0644\u0649\u0631\u0633\u0645\u064A1 )',upgradeFromTrialTitle:"\u0627\u0644\u062A\u0631\u0642\u064A\u0629 \u0625\u0644\u0649 \u0639\u0636\u0648 \u0631\u0633\u0645\u064A",subtitle:"\u062A\u0631\u062C\u0645\u0627\u062A \u0627\u0644\u0641\u064A\u062F\u064A\u0648",youtubeService:"\u062E\u062F\u0645\u0629 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u063A\u0627\u0645\u0631\u0629 \u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0641\u064A\u062F\u064A\u0648","subtitle.disabledSubtitle":"\u062A\u0639\u0637\u064A\u0644 \u062A\u0631\u062C\u0645\u0627\u062A \u0627\u0644\u0641\u064A\u062F\u064A\u0648 \u0628\u0634\u0643\u0644 \u062F\u0627\u0626\u0645","subtitle.disabledSubtitleDescription":"\u0625\u0630\u0627 \u0643\u0627\u0646\u062A \u062A\u0631\u062C\u0645\u0627\u062A \u0627\u0644\u0641\u064A\u062F\u064A\u0648 \u0627\u0644\u062E\u0627\u0635\u0629 \u0628\u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0634\u0627\u0645\u0644\u0629 \u062A\u062A\u0639\u0627\u0631\u0636 \u0645\u0639 \u0645\u0644\u062D\u0642\u0627\u062A \u0623\u062E\u0631\u0649\u060C \u0641\u064A\u0645\u0643\u0646\u0643 \u0627\u062E\u062A\u064A\u0627\u0631 \u062A\u0639\u0637\u064A\u0644 \u0648\u0638\u064A\u0641\u0629 \u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0641\u064A\u062F\u064A\u0648 \u0627\u0644\u062E\u0627\u0635\u0629 \u0628\u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0634\u0627\u0645\u0644\u0629 \u0628\u0634\u0643\u0644 \u062F\u0627\u0626\u0645 \u0623\u0648 \u0625\u0644\u063A\u0627\u0621 \u062A\u062B\u0628\u064A\u062A \u0627\u0644\u0645\u0644\u062D\u0642\u0627\u062A \u0627\u0644\u0645\u062A\u0639\u0627\u0631\u0636\u0629 \u0627\u0644\u0623\u062E\u0631\u0649.","subtitle.autoEnableSubtitle":"\u0627\u0633\u062A\u062E\u062F\u0645 \u0627\u0644\u062A\u0631\u062C\u0645\u0627\u062A \u062B\u0646\u0627\u0626\u064A\u0629 \u0627\u0644\u0644\u063A\u0629 \u062A\u0644\u0642\u0627\u0626\u064A\u064B\u0627","subtitle.autoEnableSubtitleDescription":"\u0628\u0639\u062F \u0627\u0644\u062A\u0641\u0639\u064A\u0644\u060C \u0639\u0646\u062F \u062A\u0634\u063A\u064A\u0644 \u0627\u0644\u0641\u064A\u062F\u064A\u0648\u060C \u0633\u064A\u062A\u0645 \u0639\u0631\u0636 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u062B\u0646\u0627\u0626\u064A\u0629 \u062A\u0644\u0642\u0627\u0626\u064A\u064B\u0627\u060C \u0648\u0625\u0644\u0627 \u0633\u064A\u062A\u0639\u064A\u0646 \u0627\u0644\u0646\u0642\u0631 \u0639\u0644\u0649 \u0632\u0631 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0644\u0644\u0639\u0631\u0636.","subtitle.preTranslation":"\u0627\u0633\u062A\u062E\u062F\u0645 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0634\u0627\u0645\u0644\u0629 \u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u062A\u0631\u062C\u0645\u0627\u062A","subtitle.preTranslationDescription":"\u0628\u0639\u062F \u062A\u0641\u0639\u064A\u0644\u0647\u0627\u060C \u0633\u062A\u0639\u0637\u0649 \u0627\u0644\u0623\u0648\u0644\u0648\u064A\u0629 \u0644\u0627\u0633\u062A\u062E\u062F\u0627\u0645 \u062E\u062F\u0645\u0629 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0645\u062D\u062F\u062F\u0629 \u0623\u062F\u0646\u0627\u0647 \u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0628\u0627\u0644\u0643\u0627\u0645\u0644 \u0645\u0642\u062F\u0645\u064B\u0627. \u064A\u0633\u062A\u0647\u0644\u0643 \u0645\u0642\u0637\u0639 \u0641\u064A\u062F\u064A\u0648 \u0645\u062F\u062A\u0647 \u0633\u0627\u0639\u0629 \u0648\u0627\u062D\u062F\u0629 \u0645\u0627 \u064A\u0642\u0631\u0628 \u0645\u0646 50000 \u0631\u0645\u0632\u064B\u0627 \u0623\u0648 \u062D\u0631\u0641\u064B\u0627\u060C \u0644\u0630\u0627 \u064A\u0631\u062C\u0649 \u0627\u0633\u062A\u062E\u062F\u0627\u0645\u0647\u0627 \u0628\u0627\u0644\u0634\u0643\u0644 \u0627\u0644\u0645\u0646\u0627\u0633\u0628\u061B \u0628\u0639\u062F \u0627\u0644\u062A\u0639\u0637\u064A\u0644\u060C \u0633\u062A\u0639\u0637\u0649 \u0627\u0644\u0623\u0648\u0644\u0648\u064A\u0629 \u0644\u0627\u0633\u062A\u062E\u062F\u0627\u0645 \u0627\u0644\u062A\u0631\u062C\u0645\u0627\u062A \u0627\u0644\u0645\u062A\u0631\u062C\u0645\u0629 \u0622\u0644\u064A\u064B\u0627 \u0648\u0627\u0644\u062A\u064A \u062A\u0623\u062A\u064A \u0645\u0639 \u0627\u0644\u0641\u064A\u062F\u064A\u0648 \u0627\u0644\u0623\u0635\u0644\u064A.","subtitle.humanSubtitlesPreferred":"\u0625\u0639\u0637\u0627\u0621 \u0627\u0644\u0623\u0648\u0644\u0648\u064A\u0629 \u0644\u0627\u0633\u062A\u062E\u062F\u0627\u0645 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0628\u0634\u0631\u064A\u0629","subtitle.humanSubtitlesPreferredDescription":"\u0639\u0646\u062F\u0645\u0627 \u064A\u062D\u062A\u0648\u064A \u0645\u0642\u0637\u0639 \u0641\u064A\u062F\u064A\u0648 \u0639\u0644\u0649 \u062A\u0631\u062C\u0645\u0627\u062A \u064A\u062F\u0648\u064A\u0629 \u0628\u0627\u0644\u0644\u063A\u0629 \u0627\u0644\u0647\u062F\u0641\u060C \u0627\u0633\u062A\u062E\u062F\u0645 \u0627\u0644\u062A\u0631\u062C\u0645\u0627\u062A \u0627\u0644\u064A\u062F\u0648\u064A\u0629 \u0623\u0648\u0644\u0627\u064B (\u0645\u0648\u0635\u0649 \u0628\u0647)",videoSubtitleTranslationDescription:"\u062A\u062E\u0635\u064A\u0635 \u062E\u062F\u0645\u0629 \u062A\u0631\u062C\u0645\u0629 \u0645\u0646\u0641\u0635\u0644\u0629 \u0644\u062A\u0631\u062C\u0645\u0627\u062A \u0627\u0644\u0641\u064A\u062F\u064A\u0648",subtitleTranslating:"\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u062A\u0631\u062C\u0645\u0627\u062A \u0628\u0627\u0633\u062A\u062E\u062F\u0627\u0645 {service} \u062E\u062F\u0645\u0629\u060C \u064A\u0631\u062C\u0649 \u0627\u0644\u0627\u0646\u062A\u0638\u0627\u0631... (\u062A\u0631\u062C\u0645\u0629 \u063A\u0627\u0645\u0631\u0629)",subtitleLoading:"\u062C\u0627\u0631\u064D \u062A\u062D\u0645\u064A\u0644 \u0627\u0644\u062A\u0631\u062C\u0645\u0629...",bilingual:"\u062B\u0646\u0627\u0626\u064A \u0627\u0644\u0644\u063A\u0629","field.action":"\u0645\u0627 \u0625\u0630\u0627 \u0643\u0627\u0646 \u0633\u064A\u062A\u0645 \u062A\u0645\u0643\u064A\u0646 \u0645\u0635\u0637\u0644\u062D\u0627\u062A \u0628\u0627\u064A\u062F\u0648","description.action":"\u0628\u0639\u062F \u0627\u0644\u062A\u0645\u0643\u064A\u0646\u060C \u0633\u062A\u062A\u0645 \u0625\u0636\u0627\u0641\u0629 \u0627\u0644\u0625\u062C\u0631\u0627\u0621 \u0627\u0644\u0645\u0639\u0644\u0645\u0629 = 1 \u0625\u0644\u0649 \u0637\u0644\u0628 \u0625\u0628\u0644\u0627\u063A Baidu \u0644\u062A\u0645\u0643\u064A\u0646 \u0627\u0644\u0645\u0635\u0637\u0644\u062D.<1> \u064A\u0631\u062C\u0649 \u0627\u0644\u0631\u062C\u0648\u0639 \u0625\u0644\u0649 \u0627\u0644\u0648\u062B\u0627\u0626\u0642 \u0627\u0644\u0631\u0633\u0645\u064A\u0629 \u0644\u0645\u0632\u064A\u062F \u0645\u0646 \u0627\u0644\u062A\u0639\u0644\u064A\u0645\u0627\u062A.",closeQuickTranslation:"\u0623\u063A\u0644\u0642 \u0627\u0644\u0643\u0631\u0629 \u0627\u0644\u0639\u0627\u0626\u0645\u0629","closeQuickTranslation.untilNext":"\u0645\u063A\u0644\u0642 \u062D\u062A\u0649 \u0627\u0644\u0632\u064A\u0627\u0631\u0629 \u0627\u0644\u0642\u0627\u062F\u0645\u0629","closeQuickTranslation.currentWebsite":"\u0627\u0644\u0645\u0648\u0642\u0639 \u0627\u0644\u062D\u0627\u0644\u064A \u0645\u0639\u0637\u0644","closeQuickTranslation.alwaysClose":"\u062A\u0639\u0637\u064A\u0644 \u062F\u0627\u0626\u0645","closeQuickTranslation.settingOpen":"(\u064A\u0645\u0643\u0646 \u0627\u0644\u0639\u062B\u0648\u0631 \u0639\u0644\u064A\u0647 \u0641\u064A \u0635\u0641\u062D\u0629 \u0627\u0644\u0625\u0639\u062F\u0627\u062F <1> \u0634\u063A\u0644\u0647)","closeQuickTranslation.cancel":"\u064A\u0644\u063A\u064A","closeQuickTranslation.confirm":"\u0628\u0627\u0644\u062A\u0623\u0643\u064A\u062F","floatBall.popup":"\u0627\u0641\u062A\u062D \u0644\u0648\u062D\u0629 \u0627\u0644\u0625\u0639\u062F\u0627\u062F\u0627\u062A \u0627\u0644\u0633\u0631\u064A\u0639\u0629","floatBall.translate":"\u0627\u0646\u0642\u0631 \u0644\u062A\u0631\u062C\u0645\u0629 \u0647\u0630\u0647 \u0627\u0644\u0635\u0641\u062D\u0629","floatBall.showOriginal":"\u0627\u0646\u0642\u0631 \u0644\u0644\u062A\u0628\u062F\u064A\u0644 \u0645\u0631\u0629 \u0623\u062E\u0631\u0649 \u0625\u0644\u0649 \u0627\u0644\u0646\u0635 \u0627\u0644\u0623\u0635\u0644\u064A","floatBall.close":"\u0623\u063A\u0644\u0642 \u0627\u0644\u0643\u0631\u0629 \u0627\u0644\u0639\u0627\u0626\u0645\u0629","floatBallOptions.enableDescPc":"\u0628\u0639\u062F \u062A\u0641\u0639\u064A\u0644 \u0627\u0644\u0643\u0631\u0629 \u0627\u0644\u0639\u0627\u0626\u0645\u0629 \u0644\u0644\u0635\u0641\u062D\u0629\u060C \u0633\u064A\u062A\u0645 \u0639\u0631\u0636 \u0632\u0631 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0633\u0631\u064A\u0639\u0629 \u0639\u0644\u0649 \u0627\u0644\u062C\u0627\u0646\u0628 \u0627\u0644\u0623\u064A\u0645\u0646 \u0645\u0646 \u0627\u0644\u0635\u0641\u062D\u0629\u060C \u0627\u0646\u0642\u0631 \u0644\u0644\u062A\u0631\u062C\u0645\u0629.","floatBallOptions.enableDesc":"\u0628\u0639\u062F \u0625\u063A\u0644\u0627\u0642 \u0627\u0644\u0643\u0631\u0629 \u0627\u0644\u0639\u0627\u0626\u0645\u0629\u060C \u064A\u0645\u0643\u0646 \u0625\u064A\u0642\u0627\u0638\u0647\u0627 \u0628\u0640{touch}. \u0644\u0645\u0646\u0639 \u0627\u0644\u0639\u062B\u0648\u0631 \u0639\u0644\u0649 \u0627\u0644\u0643\u0631\u0629 \u0627\u0644\u0639\u0627\u0626\u0645\u0629 \u0628\u0639\u062F \u0625\u064A\u0642\u0627\u0641 \u062A\u0634\u063A\u064A\u0644 \u0647\u0630\u0627 \u0627\u0644\u062E\u064A\u0627\u0631 \u0639\u0646 \u0637\u0631\u064A\u0642 \u0627\u0644\u062E\u0637\u0623\u060C \u064A\u0648\u0635\u0649 \u0628\u0634\u062F\u0629 \u0628\u0648\u0636\u0639 \u0625\u0634\u0627\u0631\u0629 \u0645\u0631\u062C\u0639\u064A\u0629 \u0639\u0644\u0649 \u0635\u0641\u062D\u0629 \u0627\u0644\u0625\u0639\u062F\u0627\u062F\u0627\u062A \u0647\u0630\u0647.","description.azureApiUrl":"\u0627\u0645\u0644\u0623 \u0639\u0646\u0648\u0627\u0646 \u0648\u0627\u062C\u0647\u0629 API \u0627\u0644\u0645\u062E\u0635\u0635\u0629",confirmSupportMouse:"\u0641\u0631\u0636 \u062F\u0639\u0645 \u0627\u0644\u0645\u0627\u0648\u0633 \u0644\u064A\u062A\u0645 \u062A\u0645\u0643\u064A\u0646\u0647",confirmSupportMouseDescription:"\u062A\u0645 \u0627\u0643\u062A\u0634\u0627\u0641 \u0623\u0646 \u0627\u0644\u0645\u062A\u0635\u0641\u062D \u0627\u0644\u062D\u0627\u0644\u064A \u0644\u0627 \u064A\u062F\u0639\u0645 \u0648\u0638\u064A\u0641\u0629 \u0627\u0644\u0645\u0627\u0648\u0633. \u0647\u0644 \u062A\u0631\u064A\u062F \u0641\u0631\u0636 \u062A\u0645\u0643\u064A\u0646 \u062F\u0639\u0645 \u0627\u0644\u0645\u0627\u0648\u0633\u061F",sampleTargetText:"\u0627\u0644\u0644\u064A\u0644 \u0627\u0644\u0637\u0648\u064A\u0644 \u0642\u0627\u062F\u0645\u060C \u0648\u0633\u0623\u0638\u0644 \u0633\u0627\u0647\u0631\u064B\u0627 \u0645\u0646 \u0627\u0644\u0622\u0646 \u0641\u0635\u0627\u0639\u062F\u064B\u0627 \u062D\u062A\u0649 \u0623\u0645\u0648\u062A. \u0644\u0646 \u0623\u062A\u062E\u0630 \u0632\u0648\u062C\u0629\u060C \u0648\u0644\u0627 \u0625\u0642\u0637\u0627\u0639\u064A\u0629\u060C \u0648\u0644\u0627 \u0623\u0637\u0641\u0627\u0644\u0627\u064B. \u0644\u0646 \u0623\u0631\u062A\u062F\u064A \u0627\u0644\u062A\u0627\u062C \u0623\u0648 \u0623\u062A\u0646\u0627\u0641\u0633 \u0639\u0644\u0649 \u0627\u0644\u0623\u0648\u0633\u0645\u0629. \u0633\u0623\u0642\u0648\u0645 \u0628\u0648\u0627\u062C\u0628\u064A \u0628\u0625\u062E\u0644\u0627\u0635\u060C \u0648\u0623\u0639\u064A\u0634 \u0648\u0623\u0645\u0648\u062A.",sampleSourceText:"Night gathers, and now my watch begins. It shall not end until my death. I shall take no wife, hold no lands, father no children. I shall wear no crowns and win no glory. I shall live and die at my post.","subtitle.supportedSites":"\u5DF2\u652F\u6301\u5728\u8FD9\u4E9B\u7F51\u7AD9\u4F7F\u7528\u53CC\u8BED\u5B57\u5E55\uFF08\u6CE8\u610F\uFF1A\u7531\u4E8E\u6280\u672F\u9650\u5236\uFF0C\u90E8\u5206\u7F51\u7AD9\u5728\u9996\u6B21\u5F00\u542F\u5B57\u5E55\u540E\u9700\u8981\u91CD\u65B0\u5237\u65B0\u9875\u9762\uFF0C\u6216\u8005\u9700\u7B49\u5F85\u7FFB\u8BD1\u5B8C\u6210\u4EE5\u663E\u793A\u53CC\u8BED\u5B57\u5E55\uFF09\uFF1A",viewWithImmersiveTranslate:"\u53CC\u8BED\u7248\u672C(\u6C89\u6D78\u5F0F\u7FFB\u8BD1)",errorReason:"\u9519\u8BEF\u539F\u56E0\uFF1A{message}","proQuotaExceededError.onetime7day":'\uFF0C\u60A8\u53EF\u4EE5\u9009\u62E9\u4EE5\u4E0B\u65B9\u5F0F\u89E3\u51B3\uFF1A

1. \u5207\u6362\u5230 {anotherService} \u6216\u5176\u4ED6\u7FFB\u8BD1\u670D\u52A1
2. \u5347\u7EA7\u4E3A\u6708\u5EA6/\u5E74\u5EA6\u4F1A\u5458',"proQuotaExceededError.trial":'\uFF0C\u60A8\u53EF\u4EE5\u9009\u62E9\u4EE5\u4E0B\u65B9\u5F0F\u89E3\u51B3\uFF1A

1. \u5207\u6362\u5230 {anotherService} \u6216\u5176\u4ED6\u7FFB\u8BD1\u670D\u52A1
2. \u7ACB\u523B\u5347\u7EA7\u4E3A\u6B63\u5F0F\u4F1A\u5458',"proQuotaExceededError.nonTrial":'\uFF0C\u60A8\u53EF\u4EE5\u9009\u62E9\u4EE5\u4E0B\u65B9\u5F0F\u89E3\u51B3\uFF1A

1. \u5207\u6362\u5230 {anotherService} \u6216\u5176\u4ED6\u7FFB\u8BD1\u670D\u52A1
2. \u8D2D\u4E70 {translationService} \u989D\u5916\u6D41\u91CF\u5305',"proQuotaExceededError.resetTime":"
3. \u989D\u5EA6\u91CD\u7F6E\u65F6\u95F4\uFF1A{resetTime}","desc.touchShortcutsToggleTranslatePageOnlyTranslation":'\u062A\u0634\u064A\u0631 "\u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0641\u0642\u0637" \u0625\u0644\u0649 \u0639\u0631\u0636 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0641\u0642\u0637\u060C \u0625\u0630\u0627 \u0644\u0645 \u064A\u062A\u0645 \u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0635\u0641\u062D\u0629 \u0627\u0644\u0625\u0644\u0643\u062A\u0631\u0648\u0646\u064A\u0629 \u0628\u0639\u062F\u060C \u0633\u064A\u062A\u0645 \u062A\u063A\u064A\u064A\u0631 \u0627\u0644\u0648\u0636\u0639 \u0648\u062A\u0631\u062C\u0645\u062A\u0647\u0627.',"desc.toggleOnlyTransation":"\u062A\u0634\u064A\u0631 \u0648\u0636\u0639\u064A\u0629 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0641\u0642\u0637 \u0625\u0644\u0649 \u0639\u0631\u0636 \u0627\u0644\u0646\u0635 \u0627\u0644\u0645\u062A\u0631\u062C\u0645 \u0641\u0642\u0637\u060C \u0625\u0630\u0627 \u0644\u0645 \u064A\u062A\u0645 \u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0635\u0641\u062D\u0629 \u0627\u0644\u0625\u0644\u0643\u062A\u0631\u0648\u0646\u064A\u0629 \u0628\u0639\u062F\u060C \u0633\u064A\u062A\u0645 \u062A\u063A\u064A\u064A\u0631 \u0627\u0644\u0648\u0636\u0639 \u0648\u062A\u0631\u062C\u0645\u062A\u0647\u0627.",touchShortcutsToggleTranslatePageOnlyTranslation:"\u062A\u0639\u064A\u064A\u0646 \u0627\u0644\u0625\u064A\u0645\u0627\u0621\u0627\u062A \u0639\u0644\u0649 \u0627\u0644\u0634\u0627\u0634\u0629 \u0644\u0644\u062A\u0628\u062F\u064A\u0644 \u0628\u064A\u0646 \u0627\u0644\u0648\u0636\u0639 \u0627\u0644\u0645\u0632\u062F\u0648\u062C / \u0627\u0644\u0648\u0636\u0639 \u0627\u0644\u0646\u0635\u064A \u0641\u0642\u0637",download_started:"\u0628\u062F\u0623 \u0627\u0644\u062A\u0646\u0632\u064A\u0644 \u0628\u0627\u0644\u0641\u0639\u0644\u060C \u0625\u0630\u0627 \u0644\u0645 \u064A\u062A\u0645 \u0627\u0644\u062A\u0646\u0632\u064A\u0644 \u062A\u0644\u0642\u0627\u0626\u064A\u064B\u0627\u060C \u064A\u0631\u062C\u0649 \u0627\u0644\u0646\u0642\u0631 \u064A\u062F\u0648\u064A\u064B\u0627",here:"\u0647\u0646\u0627","desc.toggleVideoSubtitlePreTranslation":"\u0628\u0639\u062F \u0627\u0644\u0636\u063A\u0637\u060C \u0633\u062A\u0633\u062A\u062E\u062F\u0645 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u063A\u0627\u0645\u0631\u0629 \u0644\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u062B\u0646\u0627\u0626\u064A\u0629 \u0644\u0644\u0641\u064A\u062F\u064A\u0648 \u0628\u0634\u0643\u0644 \u0623\u0648\u0644\u0648\u064A\u060C \u0648\u0628\u0627\u0644\u0636\u063A\u0637 \u0645\u0631\u0629 \u0623\u062E\u0631\u0649\u060C \u0633\u062A\u0633\u062A\u062E\u062F\u0645 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0622\u0644\u064A\u0629 \u0627\u0644\u0645\u0631\u0641\u0642\u0629 \u0628\u0627\u0644\u0641\u064A\u062F\u064A\u0648 \u0627\u0644\u0623\u0635\u0644\u064A \u0628\u0634\u0643\u0644 \u0623\u0648\u0644\u0648\u064A. \u064A\u0631\u062C\u0649 \u0645\u0644\u0627\u062D\u0638\u0629: \u0647\u0630\u0627 \u0627\u0644\u0627\u062E\u062A\u0635\u0627\u0631 \u064A\u0639\u062F\u0644 \u0627\u0644\u0625\u0639\u062F\u0627\u062F\u0627\u062A \u0627\u0644\u0639\u0627\u0645\u0629.",videoSubtitlePreTranslationOn:"\u0633\u064A\u062A\u0645 \u0627\u0633\u062A\u062E\u062F\u0627\u0645 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u063A\u0627\u0645\u0631\u0629 \u0628\u0634\u0643\u0644 \u0623\u0648\u0644\u0648\u064A \u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u062A\u0631\u062C\u0645\u0627\u062A \u0627\u0644\u0645\u0631\u0626\u064A\u0629",videoSubtitlePreTranslationOff:"\u0633\u064A\u062A\u0645 \u0627\u0633\u062A\u062E\u062F\u0627\u0645 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0622\u0644\u064A\u0629 \u0644\u0644\u062A\u0631\u062C\u0645\u0629 \u0641\u064A \u0627\u0644\u0641\u064A\u062F\u064A\u0648 \u0628\u0634\u0643\u0644 \u0623\u0648\u0644\u0648\u064A",translationFont:"\u062A\u0639\u064A\u064A\u0646 \u0627\u0644\u062E\u0637","translationFont.custom":"\u0623\u062F\u062E\u0644 \u0627\u0644\u062E\u0637 \u0627\u0644\u0645\u062E\u0635\u0635","translationFont.customPlaceholder":"\u062E\u0637 \u0627\u0644\u0643\u062A\u0627\u0628\u0629","translationFont.notSupportErrorMessage":"\u064A\u0631\u062C\u0649 \u0627\u0644\u062A\u062D\u0642\u0642 \u0645\u0646 \u0635\u062D\u0629 \u0627\u0633\u0645 \u0627\u0644\u062E\u0637 \u0627\u0644\u0630\u064A \u0623\u062F\u062E\u0644\u062A\u0647 \u060C \u0623\u0648 \u0627\u0644\u062A\u0623\u0643\u062F \u0645\u0646 \u0623\u0646 \u0627\u0644\u062E\u0637 \u0642\u062F \u062A\u0645 \u062A\u062B\u0628\u064A\u062A\u0647 \u0628\u0627\u0644\u0641\u0639\u0644 \u0639\u0644\u0649 \u062C\u0647\u0627\u0632\u0643.","touch.mouse-translate":"\u062A\u0631\u062C\u0645 \u0627\u0644\u0641\u0642\u0631\u0629 \u0627\u0644\u0645\u062D\u062F\u062F\u0629","translationServices.inherit":"\u0627\u062A\u0628\u0639 \u0627\u0644\u062E\u062F\u0645\u0629 \u0627\u0644\u0631\u0626\u064A\u0633\u064A\u0629 \u0644\u0644\u062A\u0631\u062C\u0645\u0629","error.serveConfigError":"\u062E\u0637\u0623 \u0641\u064A \u062A\u0643\u0648\u064A\u0646 \u0627\u0644\u062E\u062F\u0645\u0629","error.reloadPageOfSetting":"\u0628\u0639\u062F \u0627\u0644\u062A\u0643\u0648\u064A\u0646\u060C \u064A\u0631\u062C\u0649 \u062A\u062D\u062F\u064A\u062B \u0627\u0644\u0635\u0641\u062D\u0629 \u0648\u062A\u0631\u062C\u0645\u062A\u0647\u0627 \u0645\u0631\u0629 \u0623\u062E\u0631\u0649.","error.googleLimitIp":"\u062A\u0645 \u0625\u0631\u062C\u0627\u0639 \u062E\u0637\u0623 \u0645\u0646 \u0627\u0644\u062E\u062F\u0645\u0629 \u060C \u062E\u062F\u0645\u0629 Google \u0642\u062F \u0642\u0627\u0645\u062A \u0628\u062A\u0642\u064A\u064A\u062F \u0627\u0644\u0646\u0637\u0627\u0642 \u0627\u0644\u062E\u0627\u0635 \u0628\u0639\u0646\u0648\u0627\u0646 IP \u0647\u0630\u0627 \u060C \u0646\u0646\u0635\u062D\u0643 \u0628\u062A\u063A\u064A\u064A\u0631 \u0646\u0642\u0637\u0629 \u0627\u0644\u0634\u0628\u0643\u0629.","error.openAIFreeLimit":"\u062A\u0645 \u0625\u0631\u062C\u0627\u0639 \u062E\u0637\u0623 \u0645\u0646 \u0627\u0644\u062E\u062F\u0645\u0629\u060C \u0648\u0642\u062F \u0648\u0635\u0644\u062A \u062A\u0631\u062F\u062F \u0637\u0644\u0628\u0627\u062A \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u062D\u0627\u0644\u064A\u0629 \u0625\u0644\u0649 \u0627\u0644\u062D\u062F \u0627\u0644\u0623\u0642\u0635\u0649 \u0627\u0644\u0628\u0627\u0644\u063A 3 \u0645\u0631\u0627\u062A \u0641\u064A \u0627\u0644\u062F\u0642\u064A\u0642\u0629\u060C \u064A\u0631\u062C\u0649 \u0627\u0644\u0645\u062D\u0627\u0648\u0644\u0629 \u0645\u0631\u0629 \u0623\u062E\u0631\u0649 \u0644\u0627\u062D\u0642\u064B\u0627. (\u0647\u0630\u0627 \u0647\u0648 \u0627\u0644\u0642\u064A\u062F \u0627\u0644\u0631\u0633\u0645\u064A \u0645\u0646 OpenAI \u0644\u0645\u0641\u062A\u0627\u062D API \u0627\u0644\u0645\u062C\u0627\u0646\u064A\u060C \u0644\u0631\u0641\u0639 \u0647\u0630\u0627 \u0627\u0644\u0642\u064A\u062F\u060C \u064A\u0631\u062C\u0649 \u0631\u0628\u0637 \u0628\u0637\u0627\u0642\u0629 \u0627\u0644\u0627\u0626\u062A\u0645\u0627\u0646 \u0641\u064A \u0644\u0648\u062D\u0629 \u0627\u0644\u062A\u062D\u0643\u0645 \u0627\u0644\u062E\u0644\u0641\u064A\u0629 \u0644\u0640 OpenAI.)","error.openAIExceededQuota":"\u062A\u0645 \u0625\u0631\u062C\u0627\u0639 \u0627\u0644\u062E\u062F\u0645\u0629 \u0628\u062E\u0637\u0623: \u0631\u0635\u064A\u062F \u062D\u0633\u0627\u0628 OpenAI \u0627\u0644\u062D\u0627\u0644\u064A \u063A\u064A\u0631 \u0643\u0627\u0641\u064D \u060C \u064A\u0631\u062C\u0649 \u0625\u0639\u0627\u062F\u0629 \u0627\u0644\u0634\u062D\u0646 \u0623\u0648 \u0631\u0628\u0637 \u0628\u0637\u0627\u0642\u0629 \u0627\u0644\u0627\u0626\u062A\u0645\u0627\u0646 \u0641\u064A \u0627\u0644\u062E\u0644\u0641\u064A\u0629 \u0627\u0644\u0631\u0633\u0645\u064A\u0629 \u0644\u0640 OpenAI.","error.429":"\u062A\u0645 \u0625\u0631\u062C\u0627\u0639 \u0627\u0644\u062E\u062F\u0645\u0629 \u0628\u062E\u0637\u0623\u060C \u0645\u0645\u0627 \u064A\u0634\u064A\u0631 \u0625\u0644\u0649 \u0623\u0646 \u0627\u0644\u0637\u0644\u0628\u0627\u062A \u0643\u062B\u064A\u0631\u0629 \u062C\u062F\u064B\u0627 \u0623\u0648 \u062A\u062C\u0627\u0648\u0632\u062A \u0627\u0644\u062D\u062F \u0627\u0644\u0645\u062D\u062F\u062F\u060C \u064A\u0631\u062C\u0649 \u0627\u0644\u0645\u062D\u0627\u0648\u0644\u0629 \u0645\u0631\u0629 \u0623\u062E\u0631\u0649 \u0644\u0627\u062D\u0642\u064B\u0627.","error.403":"\u062A\u0645 \u0625\u0631\u062C\u0627\u0639 \u0627\u0644\u062E\u062F\u0645\u0629 \u0628\u062E\u0637\u0623\u060C \u0644\u064A\u0633 \u0644\u062F\u064A\u0643 \u0627\u0644\u0635\u0644\u0627\u062D\u064A\u0629 \u0627\u0644\u0645\u0624\u0642\u062A\u0629 \u0644\u0644\u0648\u0635\u0648\u0644 \u0625\u0644\u0649 \u0647\u0630\u0647 \u0627\u0644\u062E\u062F\u0645\u0629.","error.400":"\u062A\u0645 \u0625\u0631\u062C\u0627\u0639 \u062E\u0637\u0623 \u0641\u064A \u0627\u0644\u062E\u062F\u0645\u0629 \u060C \u062E\u0637\u0623 \u0641\u064A \u0645\u0639\u0644\u0645\u0627\u062A \u0627\u0644\u0637\u0644\u0628 \u060C \u064A\u0631\u062C\u0649 \u0627\u0644\u062A\u062D\u0642\u0642 \u0645\u0646 \u0627\u0644\u062A\u0643\u0648\u064A\u0646 \u0627\u0644\u0645\u0646\u0627\u0633\u0628.","error.502":"\u062A\u0645 \u0625\u0631\u062C\u0627\u0639 \u062E\u0637\u0623 \u0645\u0646 \u0627\u0644\u062E\u062F\u0645\u0629 \u060C \u062A\u062C\u0627\u0648\u0632 \u0627\u0644\u062E\u062F\u0645\u0629 \u0627\u0644\u0648\u0642\u062A \u0627\u0644\u0645\u062D\u062F\u062F \u060C \u064A\u0631\u062C\u0649 \u0627\u0644\u0645\u062D\u0627\u0648\u0644\u0629 \u0645\u0631\u0629 \u0623\u062E\u0631\u0649 \u0641\u064A \u0648\u0642\u062A \u0644\u0627\u062D\u0642.","error.proTokenInvalid":"\u0625\u0630\u0627 \u0643\u0646\u062A \u0645\u0633\u062A\u062E\u062F\u0645\u064B\u0627 \u0645\u062D\u062A\u0631\u0641\u064B\u0627 \u060C \u064A\u0631\u062C\u0649 \u062A\u0633\u062C\u064A\u0644 \u0627\u0644\u062F\u062E\u0648\u0644 \u0642\u0628\u0644 \u0627\u0633\u062A\u062E\u062F\u0627\u0645 \u062E\u062F\u0645\u0629 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0645\u062D\u062A\u0631\u0641\u0629","error.proUpgrade":"\u0628\u0639\u062F \u0627\u0644\u062A\u0631\u0642\u064A\u0629 \u060C \u064A\u0631\u062C\u0649 \u062A\u062D\u062F\u064A\u062B \u0627\u0644\u0635\u0641\u062D\u0629 \u0648\u062A\u0631\u062C\u0645\u062A\u0647\u0627 \u0645\u0631\u0629 \u0623\u062E\u0631\u0649.","error.configError":"\u062A\u0643\u0648\u064A\u0646 \u0627\u0644\u0628\u064A\u0627\u0646\u0627\u062A \u063A\u064A\u0631 \u0637\u0628\u064A\u0639\u064A","error.goReset":"\u0625\u0639\u0627\u062F\u0629 \u0627\u0644\u062A\u0639\u064A\u064A\u0646",batchEdit:"\u0627\u0644\u0639\u0645\u0644\u064A\u0627\u062A \u0627\u0644\u062C\u0645\u0627\u0639\u064A\u0629","translationModeLang.translation.title":"\u0646\u0645\u0637 \u0627\u0644\u0644\u063A\u0629 \u0627\u0644\u0646\u0635\u064A \u0641\u0642\u0637","translationModeLang.translation.description":"\u0639\u0646\u062F\u0645\u0627 \u064A\u0643\u0648\u0646 \u0644\u063A\u0629 \u0627\u0644\u0635\u0641\u062D\u0629 \u0628\u0627\u0644\u0644\u063A\u0627\u062A \u0627\u0644\u062A\u0627\u0644\u064A\u0629\u060C \u0633\u064A\u062A\u0645 \u0627\u0633\u062A\u062E\u062F\u0627\u0645 \u0648\u0636\u0639 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0641\u0642\u0637 \u062A\u0644\u0642\u0627\u0626\u064A\u064B\u0627.","translationModeUrl.translation.title":"\u0631\u0627\u0628\u0637 \u0627\u0644\u0648\u0636\u0639 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0641\u0642\u0637","translationModeUrl.translation.description":"\u0639\u0646\u062F\u0645\u0627 \u064A\u0643\u0648\u0646 \u0627\u0644\u0645\u0648\u0642\u0639 \u0627\u0644\u0625\u0644\u0643\u062A\u0631\u0648\u0646\u064A \u0644\u0644\u0646\u0637\u0627\u0642\u0627\u062A \u0627\u0644\u062A\u0627\u0644\u064A\u0629\u060C \u0633\u064A\u062A\u0645 \u0627\u0633\u062A\u062E\u062F\u0627\u0645 \u0648\u0636\u0639 \u0627\u0644\u0646\u0635 \u0627\u0644\u0645\u062A\u0631\u062C\u0645 \u0641\u0642\u0637 \u062A\u0644\u0642\u0627\u0626\u064A\u064B\u0627.","error.serveUnavailable":"\u0627\u0644\u062E\u062F\u0645\u0629 [{serverName}] \u0627\u0644\u062A\u064A \u062A\u0633\u062A\u062E\u062F\u0645\u0647\u0627 \u062D\u0627\u0644\u064A\u064B\u0627 \u063A\u064A\u0631 \u0642\u0627\u0628\u0644\u0629 \u0644\u0644\u0648\u0635\u0648\u0644 \u0645\u0624\u0642\u062A\u064B\u0627 \u0628\u0633\u0628\u0628 \u0645\u0634\u0643\u0644\u0629 \u0641\u064A \u0627\u0644\u0627\u062A\u0635\u0627\u0644 \u0628\u0627\u0644\u0634\u0628\u0643\u0629 \u0623\u0648 \u0645\u0632\u0648\u062F \u0627\u0644\u062E\u062F\u0645\u0629. \u0646\u0642\u062A\u0631\u062D \u0639\u0644\u064A\u0643 \u062A\u062D\u062F\u064A\u062B \u0627\u0644\u0635\u0641\u062D\u0629 \u0623\u0648 \u062A\u063A\u064A\u064A\u0631 \u062E\u062F\u0645\u0629 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0623\u062E\u0631\u0649 \u0645\u0646 \u062E\u0644\u0627\u0644 <1>\u0627\u0644\u0625\u0639\u062F\u0627\u062F\u0627\u062A. \u0625\u0630\u0627 \u0643\u0646\u062A \u0639\u0636\u0648\u064B\u0627 \u0641\u064A <2>Pro\u060C \u064A\u0645\u0643\u0646\u0643 \u0627\u062E\u062A\u064A\u0627\u0631 \u0627\u0633\u062A\u062E\u062F\u0627\u0645 \u062E\u062F\u0645\u0629 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 DeepL \u0623\u0648 OpenAI \u0627\u0644\u0623\u0643\u062B\u0631 \u0627\u0633\u062A\u0642\u0631\u0627\u0631\u064B\u0627 (<3>\u0627\u0646\u0642\u0631 \u0647\u0646\u0627 \u0644\u062A\u062C\u0631\u0628\u0629 \u0645\u062C\u0627\u0646\u064A\u0629). \u0628\u0627\u0644\u0625\u0636\u0627\u0641\u0629 \u0625\u0644\u0649 \u0630\u0644\u0643\u060C \u0642\u062F \u062A\u062D\u062A\u0627\u062C \u0623\u064A\u0636\u064B\u0627 \u0625\u0644\u0649 \u0627\u0644\u062A\u062D\u0642\u0642 \u0645\u0646 \u0625\u0639\u062F\u0627\u062F\u0627\u062A \u0627\u0644\u0634\u0628\u0643\u0629 \u0623\u0648 \u0627\u0644\u0648\u0643\u064A\u0644 \u0627\u0644\u062E\u0627\u0635\u0629 \u0628\u0643.",detectServiceLoading:"\u062C\u0627\u0631\u064D \u0627\u0644\u062A\u062D\u0642\u0642 \u0645\u0646 \u0627\u0644\u062E\u062F\u0645\u0627\u062A \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0645\u062A\u0627\u062D\u0629...",toggleToService:"\u0627\u0644\u062A\u0628\u062F\u064A\u0644 \u0625\u0644\u0649 {service} \u0648\u0625\u0639\u0627\u062F\u0629 \u0627\u0644\u0645\u062D\u0627\u0648\u0644\u0629","error.gemini.429":"\u0627\u0644\u062E\u062F\u0645\u0629 Gemini \u0627\u0644\u062D\u0627\u0644\u064A\u0629 \u0642\u062F \u0648\u0635\u0644\u062A \u0625\u0644\u0649 \u0627\u0644\u062D\u062F \u0627\u0644\u0623\u0642\u0635\u0649 \u0644\u0644\u0642\u062F\u0631\u0629 \u0639\u0644\u0649 \u0627\u0644\u062A\u062D\u0645\u0644\u060C \u064A\u0631\u062C\u0649 \u0627\u0644\u0645\u062D\u0627\u0648\u0644\u0629 \u0645\u0631\u0629 \u0623\u062E\u0631\u0649 \u0641\u064A \u0648\u0642\u062A \u0644\u0627\u062D\u0642\u060C \u0623\u0648 \u0627\u0644\u062A\u0628\u062F\u064A\u0644 \u0625\u0644\u0649 \u062E\u062F\u0645\u0629 \u062A\u0631\u062C\u0645\u0629 \u0623\u062E\u0631\u0649.",enableSentryReport:"\u0639\u0646\u062F \u062D\u062F\u0648\u062B \u062E\u0637\u0623 \u0641\u064A \u0627\u0644\u062A\u0648\u0633\u064A\u0639 \u060C \u0627\u0633\u062A\u062E\u062F\u0645 Sentry \u0644\u062A\u0642\u062F\u064A\u0645 \u0627\u0644\u0645\u0644\u0627\u062D\u0638\u0627\u062A","widget.translateFile":"PDF/ePub",pickAll:"\u062D\u062F\u062F \u0627\u0644\u0643\u0644",contact:"\u0627\u062A\u0635\u0644 \u0628\u0646\u0627","translationServices.gemini":"\u0627\u0644\u062C\u0645\u0646\u0627\u0632","tagsInput.add":"+ \u0625\u0636\u0627\u0641\u0629",touchShortcutsOff:"\u0625\u063A\u0644\u0627\u0642","error.retry":"\u0623\u0639\u062F \u0627\u0644\u0645\u062D\u0627\u0648\u0644\u0629","slide.left":"\u0627\u0646\u0632\u0644\u0642 \u0625\u0644\u0649 \u0627\u0644\u064A\u0645\u064A\u0646",translationOnlyMode:"\u0648\u0636\u0639 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0641\u0642\u0637",goLogin:"\u062A\u0633\u062C\u064A\u0644 \u0627\u0644\u062F\u062E\u0648\u0644","slide.right":"\u0627\u0646\u0632\u0644\u0642 \u0625\u0644\u0649 \u0627\u0644\u064A\u0633\u0627\u0631","multipleClick.4":"\u0631\u0628\u0627\u0639\u064A \u0645\u062A\u062A\u0627\u0644\u064A",shortcutSettingsTitle:"\u0625\u0639\u062F\u0627\u062F\u0627\u062A \u0627\u0644\u0627\u062E\u062A\u0635\u0627\u0631\u0627\u062A",loggedIn:"\u062A\u0645 \u062A\u0633\u062C\u064A\u0644 \u0627\u0644\u062F\u062E\u0648\u0644",shortcutSettings:"\u0627\u062E\u062A\u0635\u0627\u0631\u0627\u062A \u0627\u0644\u0645\u0641\u0627\u062A\u064A\u062D","multipleClick.2":"\u0627\u0646\u0642\u0631 \u0645\u0631\u062A\u064A\u0646","shortcutGroup.others":"\u0627\u0644\u0645\u0632\u064A\u062F \u0645\u0646 \u0627\u0644\u0627\u062E\u062A\u0635\u0627\u0631\u0627\u062A \u0627\u0644\u0645\u062E\u0635\u0635\u0629","widget.videoSubtitle":"\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0641\u064A\u062F\u064A\u0648","intro.floatBallTitle":"\u0643\u0631\u0629 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0633\u0631\u064A\u0639\u0629",notLogin:"\u0644\u0645 \u064A\u062A\u0645 \u062A\u0633\u062C\u064A\u0644 \u0627\u0644\u062F\u062E\u0648\u0644","widget.instruction":"\u062A\u0639\u0644\u064A\u0645\u0627\u062A \u0627\u0644\u0627\u0633\u062A\u062E\u062F\u0627\u0645",alwaysTranslateThisSite:"\u062F\u0627\u0626\u0645\u0627 \u062A\u0631\u062C\u0645 \u0647\u0630\u0627 \u0627\u0644\u0645\u0648\u0642\u0639","error.subscriptionExpiredTitle":"\u0627\u0646\u062A\u0647\u062A \u0635\u0644\u0627\u062D\u064A\u0629 \u0627\u0644\u0639\u0636\u0648\u064A\u0629","shortcutGroup.shortcutsForTranslationServices":"\u062E\u062F\u0645\u0627\u062A \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0645\u0641\u0627\u062A\u064A\u062D \u0627\u0644\u0633\u0631\u064A\u0639\u0629","widget.instructionTooltip":"\u0631\u0627\u062C\u0639 \u062A\u0639\u0644\u064A\u0645\u0627\u062A \u0627\u0644\u0627\u0633\u062A\u062E\u062F\u0627\u0645",temprarilyChangeTranslationTo_gemini:"\u064A\u062A\u0645 \u0627\u0633\u062A\u062E\u062F\u0627\u0645 Gemini \u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0635\u0641\u062D\u0629 \u0627\u0644\u062D\u0627\u0644\u064A\u0629","subtitle.hideQuickButton":"\u0644\u0627 \u062A\u0638\u0647\u0631 \u0647\u0630\u0627 \u0627\u0644\u0627\u062E\u062A\u0635\u0627\u0631 \u0645\u0631\u0629 \u0623\u062E\u0631\u0649",temprarilyChangeTranslationTo_google:"\u064A\u062A\u0645 \u0627\u0633\u062A\u062E\u062F\u0627\u0645 \u062A\u0631\u062C\u0645\u0629 Google \u0644\u0644\u0635\u0641\u062D\u0629 \u0627\u0644\u062D\u0627\u0644\u064A\u0629","subtitle.bilingual":"\u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u062B\u0646\u0627\u0626\u064A\u0629 \u0627\u0644\u0644\u063A\u0629",mouseHoverCustomKeyTitle:"\u062A\u0639\u0631\u064A\u0641 \u0627\u062E\u062A\u0635\u0627\u0631\u0627\u062A \u0627\u0644\u0645\u0627\u0648\u0633 \u0627\u0644\u0645\u0639\u0644\u0642\u0629","browser.translateInputBox":"\u062A\u0631\u062C\u0645 \u0645\u062D\u062A\u0648\u0649 \u0645\u0631\u0628\u0639 \u0627\u0644\u0625\u062F\u062E\u0627\u0644 \u0627\u0644\u062D\u0627\u0644\u064A","shortcutGroup.touch":"\u0627\u0644\u0625\u064A\u0645\u0627\u0621\u0627\u062A \u0627\u0644\u0645\u062E\u0635\u0635\u0629 \u0644\u0644\u0634\u0627\u0634\u0627\u062A \u0627\u0644\u0644\u0645\u0633\u064A\u0629",neverTranslateThisSite:"\u0644\u0627 \u062A\u062A\u0631\u062C\u0645 \u0647\u0630\u0627 \u0627\u0644\u0645\u0648\u0642\u0639 \u0623\u0628\u062F\u0627",temprarilyChangeTranslationTo_deepl:"\u064A\u062A\u0645 \u0627\u0633\u062A\u062E\u062F\u0627\u0645 DeepL \u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0635\u0641\u062D\u0629 \u0627\u0644\u062D\u0627\u0644\u064A\u0629","browser.translateWithDeepL":"\u0627\u0633\u062A\u062E\u062F\u0645 DeepL \u0645\u0624\u0642\u062A\u064B\u0627 \u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0635\u0641\u062D\u0629 \u0627\u0644\u062D\u0627\u0644\u064A\u0629","multipleClick.3":"\u062B\u0644\u0627\u062B\u0629 \u0636\u0631\u0628\u0627\u062A \u0645\u062A\u062A\u0627\u0644\u064A\u0629","widget.translateFileTooltip":"\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0645\u0633\u062A\u0646\u062F\u0627\u062A PDF\u060C EPUB\u060C SRT\u060C ASS\u060C HTML \u0648 TXT","neverTranslateText.title":"\u0627\u0644\u0643\u0644\u0645\u0627\u062A \u0627\u0644\u062A\u0627\u0644\u064A\u0629 \u062A\u0628\u0642\u0649 \u0643\u0645\u0627 \u0647\u064A\u060C \u0644\u0627 \u062A\u062A\u0631\u062C\u0645","subtitle.autoDisableSubtitle":"\u0644\u0627 \u062A\u0642\u0645 \u0628\u062A\u0634\u063A\u064A\u0644 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u062B\u0646\u0627\u0626\u064A\u0629 \u062A\u0644\u0642\u0627\u0626\u064A\u064B\u0627","browser.translateWithGoogle":"\u0627\u0633\u062A\u062E\u062F\u0645 Google Translate \u0645\u0624\u0642\u062A\u064B\u0627 \u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0635\u0641\u062D\u0629 \u0627\u0644\u062D\u0627\u0644\u064A\u0629","shortcutGroup.main":"\u0627\u062E\u062A\u0635\u0627\u0631\u0627\u062A \u0627\u0644\u0648\u0638\u0627\u0626\u0641 \u0627\u0644\u0634\u0627\u0626\u0639\u0629",paragraphMinTextCountField:"\u0627\u0644\u062D\u062F \u0627\u0644\u0623\u062F\u0646\u0649 \u0644\u0639\u062F\u062F \u0627\u0644\u0623\u062D\u0631\u0641 \u0627\u0644\u0645\u0637\u0644\u0648\u0628\u0629 \u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0641\u0642\u0631\u0629","widget.videoSubtitleTooltip":"\u062F\u0639\u0645 Youtube \u0648\u063A\u064A\u0631\u0647\u0627 \u0645\u0646 \u0645\u0648\u0627\u0642\u0639 \u0627\u0644\u0641\u064A\u062F\u064A\u0648 {count}+",upgradeToProErrorTitle:"\u064A\u0631\u062C\u0649 \u0627\u0644\u062A\u0631\u0642\u064A\u0629 \u0625\u0644\u0649 \u0639\u0636\u0648\u064A\u0629 Pro \u0642\u0628\u0644 \u0627\u0633\u062A\u062E\u062F\u0627\u0645 \u0647\u0630\u0647 \u0627\u0644\u062E\u062F\u0645\u0629 \u0627\u0644\u062A\u0631\u062C\u0645\u0629","subtitle.showQuickButton":"\u0641\u064A \u0639\u0631\u0636 \u0627\u0644\u0646\u0635\u0648\u0635 \u0627\u0644\u0645\u062A\u0631\u062C\u0645\u0629 \u0628\u0634\u0643\u0644 \u0645\u0632\u062F\u0648\u062C \u0641\u064A \u0627\u0644\u0645\u0634\u063A\u0644 \u0628\u0637\u0631\u064A\u0642\u0629 \u0633\u0631\u064A\u0639\u0629",temprarilyChangeTranslationTo_transmart:"\u064A\u062A\u0645 \u0627\u0633\u062A\u062E\u062F\u0627\u0645 \u062A\u0631\u062C\u0645\u0629 \u062A\u064A\u0646\u0633\u0646\u062A \u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0635\u0641\u062D\u0629 \u0627\u0644\u062D\u0627\u0644\u064A\u0629",notLoginPro:"\u0644\u0645 \u062A\u0642\u0645 \u0628\u062A\u0633\u062C\u064A\u0644 \u0627\u0644\u062F\u062E\u0648\u0644 \u0625\u0644\u0649 \u062D\u0633\u0627\u0628 \u0627\u0644\u0639\u0636\u0648\u064A\u0629 \u0627\u0644\u062E\u0627\u0635 \u0628\u0643 \u0628\u0639\u062F","floatBall.iKnow":"\u0623\u0646\u0627 \u0623\u0639\u0631\u0641","intro.hoverTitle":"\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0641\u0642\u0631\u0629 \u0627\u0644\u062D\u0627\u0644\u064A\u0629 \u0639\u0646\u062F \u062A\u062D\u0631\u064A\u0643 \u0627\u0644\u0645\u0627\u0648\u0633 \u0641\u0648\u0642\u0647\u0627",temprarilyChangeTranslationTo_bing:"\u064A\u062A\u0645 \u0627\u0633\u062A\u062E\u062F\u0627\u0645 \u0645\u062A\u0631\u062C\u0645 \u0645\u0627\u064A\u0643\u0631\u0648\u0633\u0648\u0641\u062A \u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0635\u0641\u062D\u0629 \u0627\u0644\u062D\u0627\u0644\u064A\u0629",temprarilyChangeTranslationTo_openai:"\u064A\u062A\u0645 \u0627\u0633\u062A\u062E\u062F\u0627\u0645 OpenAI \u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0635\u0641\u062D\u0629 \u0627\u0644\u062D\u0627\u0644\u064A\u0629","browser.translateWithOpenAI":"\u0627\u0633\u062A\u062E\u062F\u0645 OpenAI \u0645\u0624\u0642\u062A\u064B\u0627 \u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0635\u0641\u062D\u0629 \u0627\u0644\u062D\u0627\u0644\u064A\u0629",networkError:"\u062A\u0648\u0627\u062C\u0647 \u062E\u062F\u0645\u0629 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0623\u0648 \u0627\u0644\u0634\u0628\u0643\u0629 \u0645\u0634\u0643\u0644\u0629",buildSnapshots:"\u0625\u0646\u0634\u0627\u0621 \u0644\u0642\u0637\u0629 \u0633\u0631\u064A\u0639\u0629 \u0644\u0644\u0635\u0641\u062D\u0629 \u0627\u0644\u0625\u0644\u0643\u062A\u0631\u0648\u0646\u064A\u0629","shortcutGroup.mouse":"\u062A\u0643\u0648\u064A\u0646 \u0627\u062E\u062A\u0635\u0627\u0631\u0627\u062A \u0627\u0644\u0645\u0627\u0648\u0633 \u0627\u0644\u0645\u0639\u0644\u0642\u0629","intro.subtitleTitle":"\u0639\u0631\u0636 \u0627\u0644\u062A\u0631\u062C\u0645\u0627\u062A \u0627\u0644\u0645\u0632\u062F\u0648\u062C\u0629 \u0644\u0644\u0641\u064A\u062F\u064A\u0648 \u0639\u0628\u0631 \u0627\u0644\u0625\u0646\u062A\u0631\u0646\u062A","floatBall.longPress":"\u0627\u0636\u063A\u0637 \u0645\u0639 \u0627\u0644\u0627\u0633\u062A\u0645\u0631\u0627\u0631 \u0644\u0641\u062A\u062D \u0644\u0648\u062D\u0629 \u0627\u0644\u0625\u0639\u062F\u0627\u062F\u0627\u062A \u0628\u0633\u0631\u0639\u0629",touchShortcutsToggleTranslateTouchElement:"\u062A\u0639\u064A\u064A\u0646 \u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0641\u0642\u0631\u0629 \u0627\u0644\u0645\u062D\u062F\u062F\u0629 \u0628\u0648\u0627\u0633\u0637\u0629 \u0627\u0644\u0625\u064A\u0645\u0627\u0621\u0627\u062A \u0639\u0644\u0649 \u0627\u0644\u0634\u0627\u0634\u0629 \u0627\u0644\u062A\u064A \u062A\u0639\u0645\u0644 \u0628\u0627\u0644\u0644\u0645\u0633","browser.translateWithBing":"\u0627\u0633\u062A\u062E\u062F\u0645 \u062A\u0631\u062C\u0645\u0629 \u0645\u0627\u064A\u0643\u0631\u0648\u0633\u0648\u0641\u062A \u0645\u0624\u0642\u062A\u064B\u0627 \u0644\u0644\u0635\u0641\u062D\u0629 \u0627\u0644\u062D\u0627\u0644\u064A\u0629","error.subscriptionExpired":"\u0642\u062F \u064A\u0643\u0648\u0646 \u0639\u0636\u0648\u064A\u062A\u0643 \u0642\u062F \u0627\u0646\u062A\u0647\u062A \u060C \u064A\u0631\u062C\u0649 \u0627\u0644\u062A\u062D\u0642\u0642 \u0645\u0646 \u062D\u0627\u0644\u0629 \u0639\u0636\u0648\u064A\u062A\u0643","browser.translateWithGemini":"\u0627\u0633\u062A\u062E\u062F\u0645 Gemini \u0645\u0624\u0642\u062A\u064B\u0627 \u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0635\u0641\u062D\u0629 \u0627\u0644\u062D\u0627\u0644\u064A\u0629","desc.touchShortcutsToggleTranslateTouchElement":"\u0642\u0645 \u0628\u062A\u062E\u0635\u064A\u0635 \u0625\u0634\u0627\u0631\u0629 \u0628\u064A\u062F\u0643\u060C \u0648\u064A\u0645\u0643\u0646\u0643 \u062A\u0631\u062C\u0645\u0629 \u0623\u064A \u0641\u0642\u0631\u0629 \u062A\u0648\u0627\u062C\u062F \u0641\u064A\u0647\u0627.","browser.translateWithTransmart":"\u0627\u0633\u062A\u062E\u062F\u0645 \u062A\u0631\u062C\u0645\u0629 \u062A\u064A\u0646\u0633\u0646\u062A \u0645\u0624\u0642\u062A\u064B\u0627 \u0644\u0644\u0635\u0641\u062D\u0629 \u0627\u0644\u062D\u0627\u0644\u064A\u0629","desc.interfaceLanguage":"\u062A\u0624\u062B\u0631 \u0625\u0639\u062F\u0627\u062F\u0627\u062A \u0644\u063A\u0629 \u0627\u0644\u0648\u0627\u062C\u0647\u0629 \u0639\u0644\u0649 \u0644\u063A\u0629 \u0639\u0631\u0636 \u0644\u0648\u062D\u0629 \u0627\u0644\u062A\u062D\u0643\u0645\u060C \u0648\u0644\u0627 \u062A\u062A\u0639\u0644\u0642 \u0628\u0644\u063A\u0629 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0645\u0633\u062A\u0647\u062F\u0641\u0629.",touchShortcutsToggleTranslationMask:"\u062A\u0639\u064A\u064A\u0646 \u0625\u064A\u0645\u0627\u0621\u0627\u062A \u0627\u0644\u0634\u0627\u0634\u0629 \u0627\u0644\u062A\u064A \u062A\u0639\u0645\u0644 \u0628\u0627\u0644\u0644\u0645\u0633 \u0644\u0639\u0631\u0636 \u0642\u0646\u0627\u0639 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 / \u0639\u0631\u0636 \u0627\u0644\u0646\u0635 \u0627\u0644\u0623\u0635\u0644\u064A","browser.toggleMouseHoverTranslateDirectly":"\u062A\u0645\u0643\u064A\u0646 \u0623\u0648 \u062A\u0639\u0637\u064A\u0644 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0645\u0628\u0627\u0634\u0631\u0629 \u0639\u0646\u062F \u062A\u0645\u0631\u064A\u0631 \u0627\u0644\u0645\u0627\u0648\u0633 \u0645\u0624\u0642\u062A\u064B\u0627 \u0639\u0644\u0649 \u0627\u0644\u0635\u0641\u062D\u0629","floatBall.guideClickToTranslate":`\u0627\u0646\u0642\u0631 \u0639\u0644\u0649 \u0643\u0631\u0629 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0639\u0627\u0626\u0645\u0629 \u0627\u0644\u063A\u0627\u0645\u0631\u0629 + {env.imt_trans_field}: \u7FFB\u8A33\u6587`,"subtitle.quickButton.white":"\u767D\u8272","subtitle.quickButton.black":"\u9ED2\u8272","subtitle.quickButton.setting":"\u8A2D\u5B9A","subtitle.quickButton.blue":"\u9752\u8272","subtitle.quickButton.backgroundOpacity":"\u80CC\u666F\u306E\u4E0D\u900F\u660E\u5EA6","subtitle.quickButton.cyan":"\u9752\u8272","subtitle.quickButton.translationPositionBottom":"\u539F\u6587\u306E\u4E0B\u65B9","subtitle.quickButton.sourceFontSize":"\u5143\u306E\u30D5\u30A9\u30F3\u30C8\u30B5\u30A4\u30BA","subtitle.quickButton.backgroundColor":"\u80CC\u666F\u8272","subtitle.quickButton.magenta":"\u30DE\u30BC\u30F3\u30BF\u8272","subtitle.quickButton.red":"\u8D64\u8272","subtitle.quickButton.green":"\u7DD1\u8272","subtitle.quickButton.translationPositionTop":"\u539F\u6587\u306E\u4E0A\u306B","translationServices.claude":"\u30AF\u30ED\u30FC\u30C9","subtitle.quickButton.sourceTextColor":"\u539F\u6587\u306E\u30D5\u30A9\u30F3\u30C8\u306E\u8272","subtitle.quickButton.yellow":"\u9EC4\u8272","subtitle.quickButton.translationFontSize":"\u7FFB\u8A33\u6587\u5B57\u306E\u30D5\u30A9\u30F3\u30C8\u30B5\u30A4\u30BA","subtitle.quickButton.translationTextColor":"\u7FFB\u8A33\u6587\u5B57\u306E\u8272","subtitle.quickButton.translationPosition":"\u7FFB\u8A33\u4F4D\u7F6E",attachSubtitleTranslating:"{service} \u3092\u4F7F\u7528\u3057\u3066\u7FFB\u8A33\u4E2D...","error.claude.403":"\u4E00\u6642\u7684\u306B\u30B5\u30FC\u30D3\u30B9\u3078\u306E\u30A2\u30AF\u30BB\u30B9\u6A29\u9650\u304C\u3042\u308A\u307E\u305B\u3093\u3002\u3053\u308C\u306FClaude\u306E\u5730\u57DF\u5236\u9650\u306B\u95A2\u9023\u3057\u3066\u3044\u308B\u53EF\u80FD\u6027\u304C\u3042\u308A\u307E\u3059\u3002IP\u30A2\u30C9\u30EC\u30B9\u3092\u5207\u308A\u66FF\u3048\u308B\u304B\u3001\u4ED6\u306E\u7FFB\u8A33\u30B5\u30FC\u30D3\u30B9\u3092\u4F7F\u7528\u3057\u3066\u307F\u3066\u304F\u3060\u3055\u3044\u3002","browser.brandDescriptionForSafari":"\u3010\u6CA1\u5165\u578B\u7FFB\u8A33\u3011\u7121\u6599\u306E\uFF08\u539F\u6587/\u8A33\u6587\uFF09\u30D0\u30A4\u30EA\u30F3\u30AC\u30EB\u5BFE\u7167\u30A6\u30A7\u30D6\u30DA\u30FC\u30B8\u7FFB\u8A33\u30D7\u30E9\u30B0\u30A4\u30F3\u3067\u3001PDF\u7FFB\u8A33\u3068EPUB\u96FB\u5B50\u66F8\u7C4D\u7FFB\u8A33\u3092\u540C\u6642\u306B\u30B5\u30DD\u30FC\u30C8\u3057\u3001\u539F\u6587\u306E\u30EC\u30A4\u30A2\u30A6\u30C8\u3092\u4FDD\u6301\u3057\u307E\u3059\u3002Youtube/Netflix\u306A\u3069\u306E\u30AA\u30F3\u30E9\u30A4\u30F3\u30D3\u30C7\u30AA\u306E\u30D0\u30A4\u30EA\u30F3\u30AC\u30EB\u5B57\u5E55\u7FFB\u8A33\u3082\u30B5\u30DD\u30FC\u30C8\u3057\u3001Deepl/Google\u306A\u3069\u306E\u4E3B\u6D41\u7FFB\u8A33\u30B5\u30FC\u30D3\u30B9\u306B\u5BFE\u5FDC\u3057\u3066\u3044\u307E\u3059\u3002","browser.PdfProFile":"AI \u99C6\u52D5\u306E PDF Pro \u7FFB\u8A33","browser.textTranslate":"\u30C6\u30AD\u30B9\u30C8\u7FFB\u8A33"};var _s={nologin:"\u0644\u0645 \u062A\u0642\u0645 \u0628\u062A\u0633\u062C\u064A\u0644 \u0627\u0644\u062F\u062E\u0648\u0644",loginForSafari:"\u062A\u0633\u062C\u064A\u0644 \u0627\u0644\u062F\u062E\u0648\u0644 \u0623\u0648 \u0627\u0644\u062A\u0633\u062C\u064A\u0644",login:"\u064A\u0645\u0643\u0646\u0643 \u062A\u0641\u0639\u064A\u0644 \u0627\u0644\u0639\u0636\u0648\u064A\u0629 \u0628\u0639\u062F \u062A\u0633\u062C\u064A\u0644 \u0627\u0644\u062F\u062E\u0648\u0644",manageAccount:"\u0625\u062F\u0627\u0631\u0629 \u0627\u0644\u062D\u0633\u0627\u0628",openPremium:"\u0627\u0644\u0627\u0646\u0636\u0645\u0627\u0645 \u0625\u0644\u0649 \u0627\u0644\u0639\u0636\u0648\u064A\u0629",logout:"\u064A\u062A\u0631\u0643",curentPlan:"\u0627\u0644\u0631\u0632\u0645\u0629 \u0627\u0644\u062D\u0627\u0644\u064A\u0629",endAt:"\u0646\u0636\u062C",endAuto:"\u062A\u062C\u062F\u064A\u062F \u062A\u0644\u0642\u0627\u0626\u064A",lineBreakMaxTextCount:"\u0627\u0644\u062D\u062F \u0627\u0644\u0623\u0642\u0635\u0649 \u0644\u0639\u062F\u062F \u0627\u0644\u0623\u062D\u0631\u0641 \u0627\u0644\u0645\u0633\u0645\u0648\u062D \u0628\u0647 \u0644\u0643\u0644 \u062C\u0645\u0644\u0629 \u0628\u0639\u062F \u0641\u0648\u0627\u0635\u0644 \u0627\u0644\u0623\u0633\u0637\u0631","translate-pdf":"\u0627\u0646\u0642\u0631 \u0644\u062A\u0631\u062C\u0645\u0629 PDF","noSupportTranslate-pdf":"\u0627\u0644\u0628\u0631\u0646\u0627\u0645\u062C \u0627\u0644\u0646\u0635\u064A \u063A\u064A\u0631 \u0645\u062F\u0639\u0648\u0645\u060C \u064A\u0631\u062C\u0649 \u0627\u0633\u062A\u062E\u062F\u0627\u0645 \u0627\u0644\u0628\u0631\u0646\u0627\u0645\u062C \u0627\u0644\u0625\u0636\u0627\u0641\u064A","translate-firefox-local-pdf":"\u0627\u0646\u0642\u0631 \u0644\u0627\u0633\u062A\u064A\u0631\u0627\u062F PDF",enableLineBreak:"\u0642\u0645 \u0628\u062A\u0634\u063A\u064A\u0644 \u0627\u0644\u062A\u0641\u0627\u0641 \u0627\u0644\u0643\u0644\u0645\u0627\u062A \u0627\u0644\u062A\u0644\u0642\u0627\u0626\u064A \u0644\u0644\u0641\u0642\u0631\u0627\u062A \u0627\u0644\u0637\u0648\u064A\u0644\u0629",sponsorLabel:"\u0627\u062F\u0639\u0645 \u0645\u0637\u0648\u0631\u064B\u0627 \u0628\u062F\u0621\u064B\u0627 \u0645\u0646 1 \u062F\u0648\u0644\u0627\u0631",help:"\u064A\u0633\u0627\u0639\u062F",browserShortcutsNoteForFirefox:'\u0644\u062A\u0639\u062F\u064A\u0644 \u0645\u0641\u0627\u062A\u064A\u062D \u0627\u0644\u0627\u062E\u062A\u0635\u0627\u0631 \u0641\u064A \u0645\u062A\u0635\u0641\u062D Firefox\u060C \u062A\u062D\u062A\u0627\u062C \u0625\u0644\u0649 \u0641\u062A\u062D \u0635\u0641\u062D\u0629 \u0625\u062F\u0627\u0631\u0629 \u0627\u0644\u0627\u0645\u062A\u062F\u0627\u062F\u0627\u062A `about:addons`\u060C \u062B\u0645 \u0627\u0644\u0646\u0642\u0631 \u0641\u0648\u0642 "\u0627\u0644\u0625\u0639\u062F\u0627\u062F\u0627\u062A"\u060C \u062B\u0645 \u0627\u0644\u0646\u0642\u0631 \u0641\u0648\u0642 "\u0625\u062F\u0627\u0631\u0629 \u0645\u0641\u0627\u062A\u064A\u062D \u0627\u0644\u0627\u062E\u062A\u0635\u0627\u0631" \u0644\u062A\u0639\u064A\u064A\u0646\u0647\u0627.',browserShortcutsNoteForChrome:"\u0644\u062A\u0639\u062F\u064A\u0644 \u0645\u0641\u0627\u062A\u064A\u062D \u0627\u0644\u0627\u062E\u062A\u0635\u0627\u0631 \u0641\u064A \u0645\u062A\u0635\u0641\u062D \u064A\u0634\u0628\u0647 Chrome\u060C \u062A\u062D\u062A\u0627\u062C \u0625\u0644\u0649 \u0641\u062A\u062D \u0635\u0641\u062D\u0629 \u0625\u062F\u0627\u0631\u0629 \u0627\u0644\u0625\u0636\u0627\u0641\u0627\u062A\u060C \u0648\u062A\u0639\u064A\u064A\u0646\u0647\u0627 \u0641\u064A \u0644\u0648\u062D\u0629 `\u0625\u062F\u0627\u0631\u0629 \u0627\u0644\u0627\u062E\u062A\u0635\u0627\u0631\u0627\u062A` (`chrome://extensions/shortcuts`)\u060C \u062B\u0645 \u0627\u0644\u0646\u0642\u0631 \u0641\u0648\u0642 \u0627\u0644\u0632\u0631 \u0623\u062F\u0646\u0627\u0647 \u0644\u0644\u0627\u0646\u062A\u0642\u0627\u0644 \u0625\u0644\u0649 \u0635\u0641\u062D\u0629 \u0625\u062F\u0627\u0631\u0629 \u0645\u0641\u062A\u0627\u062D \u0627\u0644\u0627\u062E\u062A\u0635\u0627\u0631.",browserShortcutsSucks:"\u062A\u0646\u0633\u064A\u0642 \u0645\u0641\u062A\u0627\u062D \u0627\u0644\u0627\u062E\u062A\u0635\u0627\u0631 \u0627\u0644\u0645\u062E\u0635\u0635 \u0647\u0648 (\u0644\u0627 \u064A\u0648\u062C\u062F \u0627\u0644\u062A\u0639\u0631\u0641 \u0627\u0644\u062A\u0644\u0642\u0627\u0626\u064A\u060C \u064A\u0631\u062C\u0649 \u0627\u0644\u062F\u062E\u0648\u0644 \u0645\u0628\u0627\u0634\u0631\u0629)\uFF1A",enableLineBreakDescription:"\u0639\u0646\u062F \u062A\u0634\u063A\u064A\u0644\u0647\u060C \u0633\u064A\u062A\u0645 \u0625\u062F\u0631\u0627\u062C \u0641\u0648\u0627\u0635\u0644 \u0627\u0644\u0623\u0633\u0637\u0631 \u0641\u064A \u0646\u0647\u0627\u064A\u0629 \u0643\u0644 \u062C\u0645\u0644\u0629 \u0641\u064A \u0641\u0642\u0631\u0627\u062A \u0637\u0648\u064A\u0644\u0629 \u0644\u062A\u0633\u0647\u064A\u0644 \u0627\u0644\u0642\u0631\u0627\u0621\u0629.","browser.shortBrandName":"\u062A\u0631\u062C\u0645\u0629 \u063A\u0627\u0645\u0631\u0629","browser.brandName":"\u062A\u0631\u062C\u0645\u0629 \u063A\u0627\u0645\u0631\u0629: \u062A\u0631\u062C\u0645\u0629 \u0635\u0641\u062D\u0627\u062A \u0627\u0644\u0648\u064A\u0628 \u062B\u0646\u0627\u0626\u064A\u0629 \u0627\u0644\u0644\u063A\u0629 \u0648\u062A\u0631\u062C\u0645\u0629 \u0645\u0633\u062A\u0646\u062F\u0627\u062A PDF","browser.brandDescription":"Bilingual web page translation, also supports PDF translation, bilingual Epub eBook translation, free to use.","browser.toggleTranslatePage":"\u062A\u0631\u062C\u0645\u0629 \u0635\u0641\u062D\u0629 \u0627\u0644\u0648\u064A\u0628/\u0625\u0638\u0647\u0627\u0631 \u0627\u0644\u0646\u0635 \u0627\u0644\u0623\u0635\u0644\u064A","browser.toggleTranslateTheWholePage":"\u062A\u0631\u062C\u0645\u0629 \u062C\u0645\u064A\u0639 \u0645\u0646\u0627\u0637\u0642 \u0627\u0644\u0635\u0641\u062D\u0629/\u0639\u0631\u0636 \u0627\u0644\u0646\u0635 \u0627\u0644\u0623\u0635\u0644\u064A","browser.toggleOnlyTransation":"\u062A\u0628\u062F\u064A\u0644 \u0627\u0644\u0648\u0636\u0639 \u062B\u0646\u0627\u0626\u064A \u0627\u0644\u0644\u063A\u0629 / \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0641\u0642\u0637","browser.toggleTranslateToThePageEndImmediately":"\u062A\u0631\u062C\u0645\u0629 \u0641\u0648\u0631\u064A\u0629 \u0625\u0644\u0649 \u0623\u0633\u0641\u0644 \u0627\u0644\u0635\u0641\u062D\u0629/\u0625\u0638\u0647\u0627\u0631 \u0627\u0644\u0646\u0635 \u0627\u0644\u0623\u0635\u0644\u064A","browser.toggleTranslateTheMainPage":"\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0645\u0646\u0637\u0642\u0629 \u0627\u0644\u0631\u0626\u064A\u0633\u064A\u0629 \u0644\u0644\u0635\u0641\u062D\u0629/\u0639\u0631\u0636 \u0627\u0644\u0646\u0635 \u0627\u0644\u0623\u0635\u0644\u064A","browser.shareToDraft":"\u0645\u0634\u0627\u0631\u0643\u0629 \u0627\u0644\u0635\u0641\u062D\u0627\u062A \u062B\u0646\u0627\u0626\u064A\u0629 \u0627\u0644\u0644\u063A\u0629","browser.openOptionsPage":"\u0627\u0641\u062A\u062D \u0635\u0641\u062D\u0629 \u0627\u0644\u0625\u0639\u062F\u0627\u062F\u0627\u062A","browser.toggleTranslationMask":"\u0625\u0638\u0647\u0627\u0631/\u0625\u062E\u0641\u0627\u0621 \u062A\u0623\u062B\u064A\u0631 \u0637\u0645\u0633 \u0627\u0644\u062A\u0631\u062C\u0645\u0629","browser.translateLocalPdfFile":"\u062A\u0631\u062C\u0645\u0629 \u0645\u0644\u0641\u0627\u062A PDF \u0627\u0644\u0645\u062D\u0644\u064A\u0629","browser.openEbookViewer":"\u0642\u0631\u0627\u0621\u0629 \u0627\u0644\u0643\u062A\u0628 \u0627\u0644\u0625\u0644\u0643\u062A\u0631\u0648\u0646\u064A\u0629 \u0627\u0644\u0645\u062D\u0644\u064A\u0629","browser.openEbookBuilder":"\u0625\u0646\u0634\u0627\u0621 \u0643\u062A\u0628 \u0625\u0644\u0643\u062A\u0631\u0648\u0646\u064A\u0629 EPUB \u062B\u0646\u0627\u0626\u064A\u0629 \u0627\u0644\u0644\u063A\u0629","browser.translateLocalHtmlFile":"\u062A\u0631\u062C\u0645\u0629 \u0645\u0644\u0641\u0627\u062A HTML/txt","browser.donateContext":"\u062A\u0639\u0631\u0641 \u0639\u0644\u0649 \u0641\u0648\u0627\u0626\u062F \u0627\u0644\u0631\u0639\u0627\u064A\u0629","browser.translateLocalSubtitleFile":"\u062A\u0631\u062C\u0645\u0629 \u0645\u0644\u0641\u0627\u062A \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0645\u062D\u0644\u064A\u0629",confirmResetConfig:"\u0647\u0644 \u0623\u0646\u062A \u0645\u062A\u0623\u0643\u062F \u0623\u0646\u0643 \u062A\u0631\u064A\u062F \u0625\u0639\u0627\u062F\u0629 \u0636\u0628\u0637 \u0625\u0639\u062F\u0627\u062F\u0627\u062A\u0643\u061F",translationLineBreakSettingTitle:"\u0625\u0639\u062F\u0627\u062F\u0627\u062A \u0627\u0644\u062A\u0641\u0627\u0641 \u0633\u0637\u0631 \u0627\u0644\u062A\u0631\u062C\u0645\u0629",smartLineBreak:"\u062A\u063A\u0644\u064A\u0641 \u0627\u0644\u062E\u0637 \u0627\u0644\u0630\u0643\u064A",alwaysLineBreak:"\u0627\u0644\u062A\u0641\u0627\u0641 \u062F\u0627\u0626\u0645\u0627",isShowContextMenu:"\u0623\u0636\u0641 \u0635\u0641\u062D\u0629 \u0627\u0644\u0648\u064A\u0628 \u0627\u0644\u0645\u062A\u0631\u062C\u0645\u0629 \u0625\u0644\u0649 \u0639\u0646\u0635\u0631 \u0642\u0627\u0626\u0645\u0629 \u0627\u0644\u0646\u0642\u0631 \u0628\u0632\u0631 \u0627\u0644\u0645\u0627\u0648\u0633 \u0627\u0644\u0623\u064A\u0645\u0646",toggleBeta:"\u062A\u0641\u0639\u064A\u0644 \u0645\u064A\u0632\u0627\u062A \u0627\u0644\u0627\u062E\u062A\u0628\u0627\u0631 \u0627\u0644\u062A\u062C\u0631\u064A\u0628\u064A",betaDescription:"\u062A\u0645\u0643\u064A\u0646 \u0627\u0644\u0645\u064A\u0632\u0627\u062A \u0627\u0644\u062A\u064A \u0644\u0627 \u062A\u0632\u0627\u0644 \u062A\u062C\u0631\u064A\u0628\u064A\u0629\u060C \u0628\u0627\u0644\u0625\u0636\u0627\u0641\u0629 \u0625\u0644\u0649 \u062E\u062F\u0645\u0627\u062A \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0642\u064A\u062F \u0627\u0644\u0627\u062E\u062A\u0628\u0627\u0631. \u0627\u0646\u0636\u0645 \u0625\u0644\u0649<1>\u0645\u062C\u0645\u0648\u0639\u0629 \u0627\u0644\u062A\u0644\u064A\u062C\u0631\u0627\u0645 \u064A\u062A\u0639\u0644\u0645 \u0623\u0643\u062B\u0631.",translationLineBreakSettingDescription:"\u064A\u064F\u0639\u062F \u0627\u0644\u0627\u0644\u062A\u0641\u0627\u0641 \u062F\u0627\u0626\u0645\u064B\u0627 \u0645\u0646\u0627\u0633\u0628\u064B\u0627 \u0644\u0644\u062A\u062E\u0637\u064A\u0637\u0627\u062A \u0630\u0627\u062A \u0627\u0644\u0645\u062D\u062A\u0648\u0649 \u0627\u0644\u0623\u0642\u0644 \u0648\u0627\u0644\u0623\u0643\u062B\u0631 \u062A\u0631\u062A\u064A\u0628\u064B\u0627. (\u0627\u0633\u062A\u062E\u062F\u0645 \u0641\u0648\u0627\u0635\u0644 \u0627\u0644\u0623\u0633\u0637\u0631 \u0627\u0644\u0630\u0643\u064A\u0629 \u0641\u064A \u0627\u0644\u0641\u0642\u0631\u0627\u062A \u0627\u0644\u0637\u0648\u064A\u0644\u0629 \u0627\u0644\u062A\u064A \u062A\u062D\u062A\u0648\u064A \u0639\u0644\u0649 \u0627\u0644\u0643\u062B\u064A\u0631 \u0645\u0646 \u0627\u0644\u0645\u062D\u062A\u0648\u0649 (\u0623\u0643\u062B\u0631 \u0645\u0646{count}\u062D\u0631\u0641) \u0644\u062A\u0648\u0641\u064A\u0631 \u0627\u0644\u0645\u0633\u0627\u062D\u0629)",tempTranslateDomainTitle:"\u0643\u0645 \u0645\u0646 \u0627\u0644\u0648\u0642\u062A \u0644\u062A\u0645\u0643\u064A\u0646 \u062A\u0631\u062C\u0645\u0629 \u0645\u0648\u0642\u0639 \u0627\u0644\u0648\u064A\u0628 \u0645\u0624\u0642\u062A\u064B\u0627",tempTranslateDomainDescription:"\u0639\u0646\u062F \u062A\u0631\u062C\u0645\u0629 \u0635\u0641\u062D\u0629 \u0648\u064A\u0628 \u064A\u062F\u0648\u064A\u064B\u0627\u060C \u0642\u0645 \u0628\u062A\u0634\u063A\u064A\u0644 \u0645\u0648\u0642\u0639 \u0627\u0644\u0648\u064A\u0628 \u0645\u0624\u0642\u062A\u064B\u0627 \u0644\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u062A\u0644\u0642\u0627\u0626\u064A\u0629\u060C \u0648\u064A\u0645\u0643\u0646\u0643 \u0636\u0628\u0637 \u0627\u0644\u0645\u062F\u0629 \u0627\u0644\u0645\u0624\u0642\u062A\u0629.",xMinutes:"{count} \u062F\u0642\u064A\u0642\u0629",disabled:"\u0625\u0628\u0637\u0627\u0644",changelog:"\u062A\u063A\u064A\u064A\u0631 \u0627\u0644\u0633\u062C\u0644",toggleTranslatePageWhenThreeFingersOnTheScreen:"\u0627\u0644\u0645\u0633 \u0627\u0644\u0634\u0627\u0634\u0629 \u0628\u0623\u0635\u0627\u0628\u0639 \u0645\u062A\u0639\u062F\u062F\u0629 \u0641\u064A \u0646\u0641\u0633 \u0627\u0644\u0648\u0642\u062A \u0644\u062A\u0631\u062C\u0645\u0629 \u0635\u0641\u062D\u0629 \u0627\u0644\u0648\u064A\u0628/\u0639\u0631\u0636 \u0627\u0644\u0646\u0635 \u0627\u0644\u0623\u0635\u0644\u064A",toggleTranslationMaskWhenThreeFingersOnTheScreen:"\u0627\u0644\u0645\u0633 \u0639\u062F\u0629 \u0623\u0635\u0627\u0628\u0639 \u0641\u064A \u0646\u0641\u0633 \u0627\u0644\u0648\u0642\u062A \u0644\u0625\u0638\u0647\u0627\u0631/\u0625\u062E\u0641\u0627\u0621 \u062A\u0623\u062B\u064A\u0631 \u0637\u0645\u0633 \u0627\u0644\u062A\u0631\u062C\u0645\u0629",fingerCountToToggleTranslagePageOnlyTranslationWhenTouching:"\u0627\u0644\u0645\u0633 \u0627\u0644\u0634\u0627\u0634\u0629 \u0628\u0623\u0635\u0627\u0628\u0639 \u0645\u062A\u0639\u062F\u062F\u0629 \u0641\u064A \u0646\u0641\u0633 \u0627\u0644\u0648\u0642\u062A \u0644\u062A\u0631\u062C\u0645\u0629 \u0635\u0641\u062D\u0629 \u0627\u0644\u0648\u064A\u0628 (\u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0641\u0642\u0637)/\u0639\u0631\u0636 \u0627\u0644\u0646\u0635 \u0627\u0644\u0623\u0635\u0644\u064A",addUrlDescription:"\u064A\u0645\u0643\u0646 \u0623\u0646 \u064A\u0643\u0648\u0646 \u0627\u0633\u0645 \u0646\u0637\u0627\u0642 \u0648\u064A\u062F\u0639\u0645 \u0623\u062D\u0631\u0641 \u0627\u0644\u0628\u062F\u0644\u060C \u0645\u062B\u0644\uFF1A*.google.com\u060C google.com/mail/*\u060C https://www.google.com/*",general:"\u0627\u0644\u0625\u0639\u062F\u0627\u062F\u0627\u062A \u0627\u0644\u0623\u0633\u0627\u0633\u064A\u0629",clickToExpandConfig:"\u0642\u0645 \u0628\u062A\u0648\u0633\u064A\u0639 \u0627\u0644\u062A\u0643\u0648\u064A\u0646 \u0627\u0644\u062D\u0627\u0644\u064A",import:"\u0627\u0633\u062A\u064A\u0631\u0627\u062F \u0645\u0646 \u0645\u0644\u0641",export:"\u062A\u0635\u062F\u064A\u0631 \u0625\u0644\u0649 \u0645\u0644\u0641",toggleDebug:"\u0637\u0628\u0627\u0639\u0629 \u0633\u062C\u0644\u0627\u062A \u0627\u0644\u062A\u0635\u062D\u064A\u062D \u0639\u0644\u0649 \u0648\u062D\u062F\u0629 \u0627\u0644\u062A\u062D\u0643\u0645","fingers.0":"\u0625\u0646\u0647\u0627\u0621","fingers.2":"\u0644\u0645\u0633\u0629 \u0628\u0625\u0635\u0628\u0639\u064A\u0646","fingers.3":"\u0644\u0645\u0633\u0629 \u0628\u062B\u0644\u0627\u062B\u0629 \u0623\u0635\u0627\u0628\u0639","fingers.4":"\u0644\u0645\u0633\u0629 \u0628\u0623\u0631\u0628\u0639\u0629 \u0623\u0635\u0627\u0628\u0639","fingers.5":"\u0644\u0645\u0633\u0629 \u062E\u0645\u0633\u0629 \u0623\u0635\u0627\u0628\u0639",mouseHoldKey:"+ {key} \u062A\u0631\u062C\u0645\u0629/\u0627\u0633\u062A\u0639\u0627\u062F\u0629 \u0647\u0630\u0647 \u0627\u0644\u0641\u0642\u0631\u0629",mouseHoldKeyAuto:"\u062A\u0631\u062C\u0645\u0629 \u0647\u0630\u0647 \u0627\u0644\u0641\u0642\u0631\u0629 \u0645\u0628\u0627\u0634\u0631\u0629",mouseHoldKeyOff:"\u0644\u0627 \u062A\u0641\u0639\u0644 \u0623\u064A \u0634\u064A\u0621",mouseHoldKeyOther:"\u0645\u0641\u0627\u062A\u064A\u062D \u0627\u0644\u0627\u062E\u062A\u0635\u0627\u0631 \u0627\u0644\u0645\u062E\u0635\u0635\u0629 (\u0627\u0644\u0625\u0639\u062F\u0627\u062F\u0627\u062A \u0627\u0644\u0645\u0641\u062A\u0648\u062D\u0629)",mouseHoldKeyCustomKey:"{key} / \u0627\u0633\u062A\u0639\u0627\u062F\u0629 \u0647\u0630\u0647 \u0627\u0644\u0641\u0642\u0631\u0629",mouseHoverHoldKey:"\u062D\u0631\u0643 \u0627\u0644\u0645\u0627\u0648\u0633 \u0648\u0627\u0636\u063A\u0637 \u0639\u0644\u0649 \u0645\u0641\u062A\u0627\u062D \u0627\u0644\u0627\u062E\u062A\u0635\u0627\u0631 \u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0641\u0642\u0631\u0629","mouse-translate":"\u062A\u0645\u0631\u064A\u0631 \u0627\u0644\u0645\u0627\u0648\u0633",document:"\u0648\u062B\u064A\u0642\u0629",resetSuccess:"\u0625\u0639\u0627\u062F\u0629 \u0636\u0628\u0637 \u062C\u0645\u064A\u0639 \u0627\u0644\u0625\u0639\u062F\u0627\u062F\u0627\u062A \u0628\u0646\u062C\u0627\u062D",resetThisSuccess:"\u062A\u0645\u062A \u0625\u0639\u0627\u062F\u0629 \u0627\u0644\u0636\u0628\u0637 \u0628\u0646\u062C\u0627\u062D",saved:"\u062D\u0641\u0638 \u0628\u0646\u062C\u0627\u062D",successImportConfig:"\u062A\u0645 \u0627\u0633\u062A\u064A\u0631\u0627\u062F \u0627\u0644\u062A\u0643\u0648\u064A\u0646 \u0628\u0646\u062C\u0627\u062D",goAdvancedSettings:"\u0627\u0646\u062A\u0642\u0644 \u0625\u0644\u0649 \u0635\u0641\u062D\u0629 \u0627\u0644\u0625\u0639\u062F\u0627\u062F\u0627\u062A \u0627\u0644\u0645\u062A\u0642\u062F\u0645\u0629",goAdvancedInterfaceSettings:"\u0627\u0646\u062A\u0642\u0644 \u0625\u0644\u0649 \u0635\u0641\u062D\u0629 \u0625\u0639\u062F\u0627\u062F\u0627\u062A \u0627\u0644\u062A\u062E\u0635\u064A\u0635 \u0627\u0644\u0645\u062A\u0642\u062F\u0645\u0629",advanced:"\u0625\u0639\u062F\u0627\u062F\u0627\u062A \u0645\u062A\u0642\u062F\u0645\u0629",advancedDescription:"\u0628\u0634\u0643\u0644 \u0639\u0627\u0645\u060C \u0644\u0627 \u064A\u0644\u0632\u0645 \u0623\u064A \u0625\u0639\u062F\u0627\u062F\u060C \u0641\u0642\u0637 \u0627\u062D\u062A\u0641\u0638 \u0628\u0627\u0644\u0625\u0639\u062F\u0627\u062F \u0627\u0644\u0627\u0641\u062A\u0631\u0627\u0636\u064A. \u0641\u0642\u0637 \u0644\u0644\u0645\u0633\u062A\u062E\u062F\u0645\u064A\u0646 \u0627\u0644\u0623\u0643\u062B\u0631 \u0627\u062D\u062A\u0631\u0627\u0641\u064B\u0627\u060C \u064A\u062A\u0645 \u062A\u0648\u0641\u064A\u0631 \u0625\u0639\u062F\u0627\u062F\u0627\u062A \u0623\u0643\u062B\u0631 \u062A\u062E\u0635\u064A\u0635\u064B\u0627.",developer:"\u0625\u0639\u062F\u0627\u062F\u0627\u062A \u0627\u0644\u0645\u0637\u0648\u0631",donateCafe:"\u0633\u0639\u0631","translate to the bottom of the page":"\u0628\u0639\u062F \u0627\u0644\u062F\u062E\u0648\u0644 \u0625\u0644\u0649 \u0635\u0641\u062D\u0629 \u0627\u0644\u0648\u064A\u0628 \u0647\u0644 \u064A\u062A\u0645 \u062A\u0631\u062C\u0645\u062A\u0647\u0627 \u0645\u0628\u0627\u0634\u0631\u0629 \u0625\u0644\u0649 \u0623\u0633\u0641\u0644 \u0627\u0644\u0635\u0641\u062D\u0629\u061F",feedback:"\u062A\u0639\u0644\u064A\u0642",toggleTranslatePage:"\u062A\u0631\u062C\u0645\u0629 \u0635\u0641\u062D\u0629 \u0627\u0644\u0648\u064A\u0628/\u0625\u0638\u0647\u0627\u0631 \u0627\u0644\u0646\u0635 \u0627\u0644\u0623\u0635\u0644\u064A",translateToThePageEndImmediatelyDescription:"\u0639\u0646\u062F \u062A\u0634\u063A\u064A\u0644\u0647\u060C \u0633\u064A\u0624\u062F\u064A \u0627\u0644\u062F\u062E\u0648\u0644 \u0625\u0644\u0649 \u0635\u0641\u062D\u0629 \u0648\u064A\u0628 \u0625\u0644\u0649 \u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0645\u062D\u062A\u0648\u0649 \u0639\u0644\u0649 \u0627\u0644\u0641\u0648\u0631 \u0645\u0646 \u0623\u0639\u0644\u0649 \u0625\u0644\u0649 \u0623\u0633\u0641\u0644. \u0625\u0630\u0627 \u062A\u0645 \u0625\u064A\u0642\u0627\u0641\u0647\u060C \u064A\u0645\u0643\u0646\u0643 \u0627\u0644\u0642\u0631\u0627\u0621\u0629 \u0648\u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0641\u064A \u0646\u0641\u0633 \u0627\u0644\u0648\u0642\u062A. (\u0644\u0627 \u064A\u0646\u0635\u062D \u0628\u062A\u0634\u063A\u064A\u0644\u0647)","translate all areas of the page":"\u0645\u0627 \u0625\u0630\u0627 \u0643\u0627\u0646 \u0633\u064A\u062A\u0645 \u062A\u0631\u062C\u0645\u0629 \u062C\u0645\u064A\u0639 \u0645\u0646\u0627\u0637\u0642 \u0635\u0641\u062D\u0629 \u0627\u0644\u0648\u064A\u0628",translationAreaDescription:"\u0639\u0646\u062F \u062A\u0634\u063A\u064A\u0644\u0647\u060C \u0633\u062A\u062A\u0645 \u062A\u0631\u062C\u0645\u0629 \u062C\u0645\u064A\u0639 \u0645\u0646\u0627\u0637\u0642 \u0635\u0641\u062D\u0629 \u0627\u0644\u0648\u064A\u0628 \u0628\u0623\u0643\u0645\u0644\u0647\u0627. \u0625\u0630\u0627 \u062A\u0645 \u0625\u064A\u0642\u0627\u0641 \u062A\u0634\u063A\u064A\u0644\u0647\u060C \u0641\u0633\u064A\u062A\u0645 \u0627\u0633\u062A\u062E\u062F\u0627\u0645 \u0627\u0644\u062A\u0639\u0631\u0641 \u0627\u0644\u0630\u0643\u064A \u0627\u0644\u0627\u0641\u062A\u0631\u0627\u0636\u064A \u0648\u0633\u062A\u062A\u0645 \u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0645\u0646\u0637\u0642\u0629 \u0627\u0644\u0631\u0626\u064A\u0633\u064A\u0629 \u0641\u0642\u0637. (\u0644\u0627 \u064A\u0646\u0635\u062D \u0628\u062A\u0634\u063A\u064A\u0644\u0647)","the number of characters to be translated first":"\u0642\u0645 \u0628\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0623\u062D\u0631\u0641 \u0627\u0644\u0642\u0644\u064A\u0644\u0629 \u0627\u0644\u0623\u0648\u0644\u0649 \u0645\u0646 \u0627\u0644\u0635\u0641\u062D\u0629 \u0645\u0628\u0627\u0634\u0631\u0629 \u062F\u0648\u0646 \u0627\u0646\u062A\u0638\u0627\u0631 \u0627\u0644\u062A\u0645\u0631\u064A\u0631 \u0625\u0644\u0649 \u0627\u0644\u0645\u0646\u0637\u0642\u0629 \u0627\u0644\u0645\u0631\u0626\u064A\u0629","interface language":"\u0644\u063A\u0629 \u0627\u0644\u0648\u0627\u062C\u0647\u0629","display both the original text and the translation":"\u0639\u0631\u0636 \u0627\u0644\u0646\u0635 \u0627\u0644\u0623\u0635\u0644\u064A \u0648\u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0641\u064A \u0648\u0642\u062A \u0648\u0627\u062D\u062F","keyboard shortcuts":"\u0627\u062E\u062A\u0635\u0627\u0631\u0627\u062A \u0644\u0648\u062D\u0629 \u0627\u0644\u0645\u0641\u0627\u062A\u064A\u062D",modify:"\u062A\u0639\u062F\u064A\u0644 \u0645\u0641\u0627\u062A\u064A\u062D \u0627\u0644\u0627\u062E\u062A\u0635\u0627\u0631",reset:"\u0625\u0639\u0627\u062F\u0629 \u0636\u0628\u0637",close:"\u0625\u0646\u0647\u0627\u0621",homepage:"\u0627\u0644\u0635\u0641\u062D\u0629 \u0627\u0644\u0631\u0626\u064A\u0633\u064A\u0629",more:"\u0623\u0643\u062B\u0631",moreOptions:"\u0642\u0645 \u0628\u062A\u0648\u0633\u064A\u0639 \u0627\u0644\u0645\u0632\u064A\u062F \u0645\u0646 \u062E\u064A\u0627\u0631\u0627\u062A \u0627\u0644\u062A\u062E\u0635\u064A\u0635",translateTheWholePage:"\u062A\u0631\u062C\u0645\u0629 \u062C\u0645\u064A\u0639 \u0645\u0646\u0627\u0637\u0642 \u0627\u0644\u0635\u0641\u062D\u0629 (\u062A\u062E\u062A\u0644\u0641 \u0639\u0646 \u0627\u0644\u0645\u0646\u0627\u0637\u0642 \u0627\u0644\u0631\u0626\u064A\u0633\u064A\u0629 \u0644\u0644\u062A\u0639\u0631\u0641 \u0627\u0644\u0630\u0643\u064A)",changeToTranslateTheWholePage:"\u0627\u0644\u062A\u0628\u062F\u064A\u0644 \u0644\u062A\u0631\u062C\u0645\u0629 \u0643\u0627\u0641\u0629 \u0627\u0644\u0645\u062C\u0627\u0644\u0627\u062A",changeToTranslateTheMainPage:"\u0642\u0645 \u0628\u0627\u0644\u062A\u0628\u062F\u064A\u0644 \u0625\u0644\u0649 \u0645\u0646\u0637\u0642\u0629 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0631\u0626\u064A\u0633\u064A\u0629",changeToOnlyTranslationMode:"\u0642\u0645 \u0628\u0627\u0644\u062A\u0628\u062F\u064A\u0644 \u0625\u0644\u0649 \u0625\u0638\u0647\u0627\u0631 \u0627\u0644\u062A\u0631\u062C\u0645\u0627\u062A \u0641\u0642\u0637",changeToDualTranslationMode:"\u0627\u0644\u062A\u0628\u062F\u064A\u0644 \u0625\u0644\u0649 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u062B\u0646\u0627\u0626\u064A\u0629 \u0627\u0644\u0644\u063A\u0629",translateToThePageEndImmediately:"\u062A\u0631\u062C\u0645 \u0639\u0644\u0649 \u0627\u0644\u0641\u0648\u0631 \u0625\u0644\u0649 \u0623\u0633\u0641\u0644 \u0627\u0644\u0635\u0641\u062D\u0629",translateTheMainPage:"\u0627\u0644\u0645\u062C\u0627\u0644\u0627\u062A \u0627\u0644\u0631\u0626\u064A\u0633\u064A\u0629 \u0644\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0630\u0643\u064A\u0629","The local rules are up to date":"\u0642\u0648\u0627\u0639\u062F \u0627\u0644\u062A\u0643\u064A\u0641 \u0627\u0644\u0645\u062D\u0644\u064A\u0629 \u0645\u062D\u062F\u062B\u0629:","Successfully synchronized with the latest official rules:":"\u062A\u0645\u062A \u0645\u0632\u0627\u0645\u0646\u0629 \u0623\u062D\u062F\u062B \u0642\u0648\u0627\u0639\u062F \u0627\u0644\u062A\u0643\u064A\u0641 \u0627\u0644\u0631\u0633\u0645\u064A\u0629 \u0628\u0646\u062C\u0627\u062D:","Checking for updates":"\u0627\u0644\u0628\u062D\u062B \u0639\u0646 \u062A\u062D\u062F\u064A\u062B\u0627\u062A","Rules are being synchronized":"\u0645\u0632\u0627\u0645\u0646\u0629 \u0642\u0648\u0627\u0639\u062F \u0627\u0644\u062A\u0643\u064A\u0641",localVersionIsTooOld:"\u0625\u0635\u062F\u0627\u0631 \u0627\u0644\u0645\u0644\u062D\u0642 \u0627\u0644\u0645\u062D\u0644\u064A \u0642\u062F\u064A\u0645 \u062C\u062F\u064B\u0627. \u064A\u0631\u062C\u0649 \u0627\u0644\u062A\u0631\u0642\u064A\u0629 \u0625\u0644\u0649 \u0627\u0644\u0645\u0644\u062D\u0642 {minVersion} \u0623\u0648 \u0625\u0635\u062F\u0627\u0631 \u0623\u062D\u062F\u062B \u0648\u0645\u062D\u0627\u0648\u0644\u0629 \u0627\u0644\u0645\u0632\u0627\u0645\u0646\u0629 \u0645\u0631\u0629 \u0623\u062E\u0631\u0649.",badUserscriptBrowser:"\u0627\u0644\u0645\u062A\u0635\u0641\u062D \u0627\u0644\u062D\u0627\u0644\u064A \u0644\u0627 \u064A\u0637\u0628\u0642 \u0648\u0627\u062C\u0647\u0629 \u0645\u0644\u062D\u0642 Grease Monkey \u0628\u0634\u0643\u0644 \u0635\u062D\u064A\u062D (\u0645\u062B\u0644 \u0627\u0644\u062D\u0635\u0648\u0644 \u0639\u0644\u0649 \u0645\u0639\u0644\u0648\u0645\u0627\u062A \u0631\u0642\u0645 \u0627\u0644\u0625\u0635\u062F\u0627\u0631 \u0644\u0644\u0628\u0631\u0646\u0627\u0645\u062C \u0627\u0644\u0646\u0635\u064A Grease Monkey \u0646\u0641\u0633\u0647)\u060C \u064A\u0631\u062C\u0649 \u0627\u0633\u062A\u062E\u062F\u0627\u0645 \u0645\u0644\u062D\u0642\u0627\u062A \u062F\u0639\u0645 \u0623\u062E\u0631\u0649 <1> Grease Monkey \u0645\u062A\u0635\u0641\u062D\u0627\u062A \u0645\u062B\u0644 \u0641\u0627\u064A\u0631\u0641\u0648\u0643\u0633",foundNewVersion:"\u062A\u0645 \u0627\u0644\u0639\u062B\u0648\u0631 \u0639\u0644\u0649 \u0646\u0633\u062E\u0629 \u062C\u062F\u064A\u062F\u0629",theLocalExtensionIsUpToUpdate:"\u0627\u0644\u0627\u0645\u062A\u062F\u0627\u062F \u0627\u0644\u062D\u0627\u0644\u064A \u0647\u0648 \u0623\u062D\u062F\u062B \u0625\u0635\u062F\u0627\u0631.",failToSyncRules:"\u0641\u0634\u0644\u062A \u0645\u0632\u0627\u0645\u0646\u0629 \u0623\u062D\u062F\u062B \u0642\u0648\u0627\u0639\u062F \u0627\u0644\u062A\u0643\u064A\u0641",retry:"\u0627\u0636\u063A\u0637 \u0647\u0646\u0627 \u0644\u0644\u0645\u062D\u0627\u0648\u0644\u0629 \u0645\u0631\u0629 \u0623\u062E\u0631\u0649",failedReason:"\u0633\u0628\u0628 \u0627\u0644\u0641\u0634\u0644",currentRuleVersion:"\u0646\u0633\u062E\u0629 \u0627\u0644\u0642\u0627\u0639\u062F\u0629 \u0627\u0644\u062D\u0627\u0644\u064A\u0629",calculating:"\u062D\u0633\u0627\u0628",unknownError:"\u062E\u0637\u0623 \u063A\u064A\u0631 \u0645\u0639\u0631\u0648\u0641",canNotFetchRemoteRule:"\u063A\u064A\u0631 \u0642\u0627\u062F\u0631 \u0639\u0644\u0649 \u0627\u0644\u062D\u0635\u0648\u0644 \u0639\u0644\u0649 \u0627\u0644\u0642\u0648\u0627\u0639\u062F \u0627\u0644\u0628\u0639\u064A\u062F\u0629",enableAlphaSuccess:"\u062A\u0645 \u062A\u0634\u063A\u064A\u0644 \u0648\u0638\u064A\u0641\u0629 \u0623\u0644\u0641\u0627",disableAlphaSuccess:"\u062A\u0645 \u0625\u064A\u0642\u0627\u0641 \u0645\u064A\u0632\u0629 \u0623\u0644\u0641\u0627",cacheSize:"\u062D\u062C\u0645 \u0630\u0627\u0643\u0631\u0629 \u0627\u0644\u062A\u062E\u0632\u064A\u0646 \u0627\u0644\u0645\u0624\u0642\u062A\uFF1A",cleaning:"\u062A\u0646\u0638\u064A\u0641",cleanCache:"\u0645\u0633\u062D \u0630\u0627\u0643\u0631\u0629 \u0627\u0644\u062A\u062E\u0632\u064A\u0646 \u0627\u0644\u0645\u0624\u0642\u062A",options:"\u064A\u062B\u0628\u062A",about:"\u0639\u0646",service:"\u062E\u062F\u0645\u0629 \u0627\u0644\u062A\u0631\u062C\u0645\u0629",needAction:"(\u0627\u0630\u0647\u0628 \u0644\u0644\u0627\u0639\u062F\u0627\u062F\u0627\u062A)",goSettings:"\u0627\u0630\u0647\u0628 \u0644\u0644\u0627\u0639\u062F\u0627\u062F\u0627\u062A",needActionForOptions:"(\u062A\u062D\u062A\u0627\u062C \u0625\u0644\u0649 \u062A\u0639\u064A\u064A\u0646)",translationEngine:"\u062E\u064A\u0627\u0631\u0627\u062A \u0627\u0644\u0645\u062D\u0631\u0643",sourceLanguage:"\u0627\u0644\u0644\u063A\u0629 \u0627\u0644\u0623\u0635\u0644\u064A\u0629",target:"\u0627\u0644\u0644\u063A\u0629 \u0627\u0644\u0645\u0633\u062A\u0647\u062F\u0641\u0629",popupSourceLanguage:"\u0627\u0644\u0644\u063A\u0629 \u0627\u0644\u0623\u0635\u0644\u064A\u0629",popupTarget:"\u0627\u0644\u0644\u063A\u0629 \u0627\u0644\u0645\u0633\u062A\u0647\u062F\u0641\u0629",popupService:"\u062E\u062F\u0645\u0629 \u0627\u0644\u062A\u0631\u062C\u0645\u0629",forThisSite:"\u0627\u0644\u0645\u0648\u0642\u0639 \u0627\u0644\u062D\u0627\u0644\u064A",autoEnableSubtitle:"\u0642\u0645 \u0628\u062A\u0634\u063A\u064A\u0644 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u062B\u0646\u0627\u0626\u064A\u0629 \u0627\u0644\u0644\u063A\u0629 \u062A\u0644\u0642\u0627\u0626\u064A\u064B\u0627",alwaysTranslate:"\u062A\u0631\u062C\u0645 \u062F\u0627\u0626\u0645\u0627 ",neverTranslate:"\u0644\u0627 \u062A\u062A\u0631\u062C\u0645 \u0623\u0628\u062F\u064B\u0627 ",alwaysTranslateSomeLanguage:"\u062A\u0631\u062C\u0645 \u062F\u0627\u0626\u0645\u0627 {language}",neverTranslateSomeLanguage:"\u0644\u0627 \u062A\u062A\u0631\u062C\u0645 \u0623\u0628\u062F\u064B\u0627 {language}",alwaysTranslateSomeSite:"\u062A\u0631\u062C\u0645 \u062F\u0627\u0626\u0645\u0627 {hostname}",neverTranslateSomeSite:"\u0644\u0627 \u062A\u062A\u0631\u062C\u0645 \u0623\u0628\u062F\u064B\u0627 {hostname}",alwaysTranslateSomeSiteOrWildSite:"\u0642\u0645 \u0628\u062A\u0631\u062C\u0645\u0629 \u0647\u0630\u0627 \u0627\u0644\u0645\u0648\u0642\u0639 \u062F\u0627\u0626\u0645\u064B\u0627",alwaysTranslateSomePage:"\u0642\u0645 \u0628\u062A\u0631\u062C\u0645\u0629 \u0647\u0630\u0647 \u0627\u0644\u0635\u0641\u062D\u0629 \u062F\u0627\u0626\u0645\u064B\u0627",add:"\u0627\u0636\u0641 \u0625\u0644\u064A\u0647",default:"\u062A\u0642\u0635\u064A\u0631",forThisLanguage:"\u0644\u0647\u0630\u0647 \u0627\u0644\u0644\u063A\u0629\uFF1A","add url":"\u0625\u062F\u062E\u0627\u0644 \u0639\u0646\u0648\u0627\u0646 \u0627\u0644\u0645\u0648\u0642\u0639",edit:"\u064A\u062D\u0631\u0631","translate other languages into specific language":"\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0644\u063A\u0627\u062A \u0627\u0644\u0623\u062E\u0631\u0649 \u0625\u0644\u0649 \u0627\u0644\u0644\u063A\u0629 \u0627\u0644\u062A\u064A \u062A\u062D\u062F\u062F\u0647\u0627","select translation service":"\u0627\u062E\u062A\u0631 \u062E\u062F\u0645\u0629 \u0627\u0644\u062A\u0631\u062C\u0645\u0629",language:"\u0644\u063A\u0629","show-original":"\u0625\u0638\u0647\u0627\u0631 \u0627\u0644\u0646\u0635 \u0627\u0644\u0623\u0635\u0644\u064A",translate:"\u064A\u062A\u0631\u062C\u0645",Translated:"\u0645\u062A\u0631\u062C\u0645",Translating:"\u062C\u0627\u0631 \u0627\u0644\u062A\u0631\u062C\u0645\u0629",Error:"\u062E\u0637\u0623",allowCacheTranslations:"\u062A\u0645\u0643\u064A\u0646 \u0627\u0644\u062A\u062E\u0632\u064A\u0646 \u0627\u0644\u0645\u0624\u0642\u062A \u0644\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0645\u062D\u0644\u064A\u0629 (\u0644\u062A\u0642\u0644\u064A\u0644 \u0637\u0644\u0628\u0627\u062A \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0644\u0644\u0641\u0642\u0631\u0627\u062A \u0627\u0644\u0645\u0643\u0631\u0631\u0629)","translation display":"\u0623\u0633\u0644\u0648\u0628 \u0639\u0631\u0636 \u0627\u0644\u062A\u0631\u062C\u0645\u0629","select diplay style":"\u062A\u0645\u064A\u064A\u0632 \u0623\u0633\u0644\u0648\u0628 \u0627\u0644\u062A\u0631\u062C\u0645\u0629\u060C \u064A\u0631\u062C\u0649 \u0627\u0644\u0631\u062C\u0648\u0639 \u0625\u0644\u0649 \u0627\u0644\u0623\u0645\u062B\u0644\u0629 \u0627\u0644\u062A\u0627\u0644\u064A\u0629 \u0644\u0645\u0632\u064A\u062F \u0645\u0646 \u0627\u0644\u062A\u0641\u0627\u0635\u064A\u0644:",interface:"\u0625\u0639\u062F\u0627\u062F\u0627\u062A \u0627\u0644\u0648\u0627\u062C\u0647\u0629",import_export:"\u0627\u0633\u062A\u064A\u0631\u0627\u062F \u0648\u062A\u0635\u062F\u064A\u0631",import_export_title:"\u062A\u0643\u0648\u064A\u0646 \u0627\u0644\u0627\u0633\u062A\u064A\u0631\u0627\u062F/\u0627\u0644\u062A\u0635\u062F\u064A\u0631",syncToGoogleDrive:"\u0627\u0644\u0645\u0632\u0627\u0645\u0646\u0629 \u0645\u0639 Google Drive \u0627\u0644\u0622\u0646",floatBallOptions:"\u0625\u0639\u062F\u0627\u062F\u0627\u062A \u0627\u0644\u0643\u0631\u0629 \u0627\u0644\u0645\u0639\u0644\u0642\u0629","floatBallOptions.enable":"\u062A\u0645\u0643\u064A\u0646 \u0627\u0644\u0643\u0631\u0629 \u0627\u0644\u0639\u0627\u0626\u0645\u0629","floatBallOptions.blockUrls":"\u062A\u0639\u0637\u064A\u0644 \u0645\u0648\u0642\u0639 \u0627\u0644\u0648\u064A\u0628","floatBallOptions.add":"\u0627\u0636\u0641 \u0625\u0644\u064A\u0647","floatBallOptions.blockUrlDesc":"\u0644\u0646 \u064A\u062A\u0645 \u0639\u0631\u0636 \u0627\u0644\u0643\u0631\u0629 \u0627\u0644\u0639\u0627\u0626\u0645\u0629 \u0639\u0646\u062F \u0645\u0648\u0627\u062C\u0647\u0629 \u0627\u0644\u0645\u0648\u0627\u0642\u0639 \u0627\u0644\u062A\u0627\u0644\u064A\u0629","floatBallOptions.clickType":"\u0627\u0646\u0642\u0631 \u0641\u0648\u0642 \u0627\u0644\u0633\u0644\u0648\u0643","floatBallOptions.clickTypeDesc":"\u0633\u0644\u0648\u0643 \u0623\u064A\u0642\u0648\u0646\u0629 \u0627\u0644\u0643\u0631\u0629 \u0627\u0644\u0639\u0627\u0626\u0645\u0629 \u0639\u0646\u062F \u0627\u0644\u0646\u0642\u0631 \u0639\u0644\u064A\u0647\u0627","floatBallOptions.clickPopup":"\u0625\u0638\u0647\u0627\u0631 \u0644\u0648\u062D\u0629 \u0627\u0644\u062A\u0631\u062C\u0645\u0629","floatBallOptions.clickTranslate":"\u062A\u0631\u062C\u0645\u0629/\u0625\u0638\u0647\u0627\u0631 \u0627\u0644\u0646\u0635 \u0627\u0644\u0623\u0635\u0644\u064A","floatBallOptions.fixedPosition":"\u56FA\u5B9A\u4F4D\u7F6E","floatBallOptions.fixedPositionDesc":"\u60AC\u6D6E\u7403\u5728\u7A97\u53E3\u5DE6\u4FA7\u8FD8\u662F\u53F3\u4FA7","floatBallOptions.fixedPositionLeft":"\u5DE6\u4FA7","floatBallOptions.fixedPositionRight":"\u53F3\u4FA7",previewAllThemes:"\u0645\u0639\u0627\u064A\u0646\u0629 \u0643\u0627\u0641\u0629 \u0627\u0644\u0623\u0646\u0645\u0627\u0637","translationTheme.none":"\u0644\u0627 \u0623\u062D\u062F","translationTheme.grey":"\u0627\u0644\u0631\u0645\u0627\u062F\u064A \u0627\u0644\u062F\u0627\u0643\u0646","translationTheme.dashed":"\u062A\u0633\u0637\u064A\u0631 \u0645\u062A\u0642\u0637\u0639","translationTheme.dotted":"\u062A\u0633\u0637\u064A\u0631 \u0645\u0646\u0642\u0637","translationTheme.dashedBorder":"\u0627\u0644\u062D\u062F\u0648\u062F \u0627\u0644\u0645\u062A\u0642\u0637\u0639\u0629","translationTheme.solidBorder":"\u0627\u0644\u062D\u062F\u0648\u062F \u0627\u0644\u0635\u0644\u0628\u0629","translationTheme.underline":"\u062A\u0633\u0637\u064A\u0631 \u0645\u0633\u062A\u0642\u064A\u0645","translationTheme.mask":"\u062A\u0623\u062B\u064A\u0631 \u0637\u0645\u0633 (\u0648\u0636\u0639 \u0627\u0644\u062A\u0639\u0644\u0645)","translationTheme.opacity":"\u062A\u0623\u062B\u064A\u0631 \u0627\u0644\u0634\u0641\u0627\u0641\u064A\u0629","translationTheme.paper":"\u062A\u0623\u062B\u064A\u0631 \u0627\u0644\u0638\u0644 \u0648\u0631\u0642\u0629 \u0628\u064A\u0636\u0627\u0621","translationTheme.dividingLine":"\u062E\u0637 \u0627\u0644\u062A\u0642\u0633\u064A\u0645","translationTheme.highlight":"\u062A\u0633\u0644\u064A\u0637 \u0627\u0644\u0636\u0648\u0621","translationTheme.marker":"\u0639\u0644\u0627\u0645\u0629","translationTheme.marker2":"\u0639\u0644\u0627\u0645\u0629 2","translationTheme.blockquote":"\u0627\u0644\u0646\u0645\u0637 \u0627\u0644\u0645\u0631\u062C\u0639\u064A","translationTheme.weakening":"\u064A\u0636\u0639\u0641","translationTheme.italic":"\u0645\u0627\u0626\u0644","translationTheme.bold":"\u0639\u0631\u064A\u0636","translationTheme.thinDashed":"\u062A\u0633\u0637\u064A\u0631 \u0645\u062A\u0642\u0637\u0639 \u0631\u0641\u064A\u0639","translationTheme.nativeDashed":"\u064A\u0623\u062A\u064A \u0627\u0644\u0646\u0638\u0627\u0645 \u0645\u0639 \u062A\u0633\u0637\u064A\u0631 \u0645\u0646\u0642\u0637","translationTheme.nativeDotted":"\u064A\u0623\u062A\u064A \u0627\u0644\u0646\u0638\u0627\u0645 \u0645\u0639 \u062A\u0633\u0637\u064A\u0631 \u0645\u0646\u0642\u0637","translationTheme.nativeUnderline":"\u0627\u0644\u0646\u0638\u0627\u0645 \u064A\u0623\u062A\u064A \u0645\u0639 \u062A\u0633\u0637\u064A\u0631 \u0645\u0633\u062A\u0642\u064A\u0645","translationTheme.wavy":"\u062E\u0637\u0648\u0637 \u0645\u062A\u0645\u0648\u062C\u0629","translationServices.custom":"\u0648\u0627\u062C\u0647\u0629 \u0628\u0631\u0645\u062C\u0629 \u0627\u0644\u062A\u0637\u0628\u064A\u0642\u0627\u062A \u0627\u0644\u0645\u062E\u0635\u0635\u0629","translationServices.tencent":"\u0645\u062A\u0631\u062C\u0645 \u062A\u064A\u0646\u0633\u0646\u062A","translationServices.tenAlpha":"\u0645\u062A\u0631\u062C\u0645 \u062A\u064A\u0646\u0633\u0646\u062A (\u0623\u0644\u0641\u0627)","translationServices.google":"\u062C\u0648\u062C\u0644 \u0627\u0644\u0645\u062A\u0631\u062C\u0645","translationServices.bai":"\u0628\u0627\u064A\u062F\u0648 (\u0623\u0644\u0641\u0627)","translationServices.baidu":"\u0645\u062A\u0631\u062C\u0645 \u0628\u0627\u064A\u062F\u0648","translationServices.aliyun":"\u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0633\u062D\u0627\u0628\u064A\u0629 \u0639\u0644\u0649 \u0628\u0627\u0628\u0627","translationServices.volc":"\u062A\u0631\u062C\u0645\u0629 \u0628\u0631\u0643\u0627\u0646","translationServices.deeplx":"DeepLX (\u0628\u064A\u062A\u0627)","translationServices.bing":"\u0645\u062A\u0631\u062C\u0645 \u0645\u0627\u064A\u0643\u0631\u0648\u0633\u0648\u0641\u062A","translationServices.deepl":"\u062F\u064A\u0628 \u0625\u0644","translationServices.wechat":"\u062A\u0631\u062C\u0645\u0629 \u0648\u064A \u0634\u0627\u062A","translationServices.azure":"\u062A\u0631\u062C\u0645\u0629 \u0623\u0632\u0648\u0631","translationServices.ibm":"\u0622\u064A \u0628\u064A \u0625\u0645 \u0648\u0627\u062A\u0633\u0648\u0646","translationServices.aws":"\u062A\u0631\u062C\u0645\u0629 \u0623\u0645\u0627\u0632\u0648\u0646","translationServices.mock":"\u062A\u0631\u062C\u0645\u0629 \u0645\u062D\u0627\u0643\u0627\u0629","translationServices.mock2":"\u062A\u0631\u062C\u0645\u0629 \u0645\u062D\u0627\u0643\u0627\u0629 2","translationServices.caiyun":"\u0643\u0627\u064A\u0648\u0646 \u0634\u064A\u0627\u0648\u064A\u0649","translationServices.cai":"\u0643\u0627\u064A\u0648\u0646 \u0634\u064A\u0627\u0648\u064A\u0649 (\u0623\u0644\u0641\u0627)","translationServices.volcAlpha":"\u0628\u0631\u0643\u0627\u0646 (\u0623\u0644\u0641\u0627)","translationServices.openl":"\u0623\u0648\u0628\u0646 \u0625\u0644","translationServices.youdao":"\u062A\u0631\u062C\u0645\u0629 \u064A\u0648\u062F\u0627\u0648","translationServices.you":"\u062A\u0631\u062C\u0645\u0629 \u064A\u0648\u062F\u0627\u0648 (\u0623\u0644\u0641\u0627)","translationServices.transmart":"\u062A\u064A\u0646\u0633\u0646\u062A \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u062A\u0641\u0627\u0639\u0644\u064A\u0629","translationServices.niu":"\u062A\u0631\u062C\u0645\u0629 \u0645\u0627\u0641\u0631\u064A\u0643\u0633","translationServices.papago":"\u062A\u0631\u062C\u0645\u0629 \u0628\u0627\u0628\u0627\u062C\u0648","translationServices.d":"\u062F (\u0623\u0644\u0641\u0627)","translationServices.dpro":"\u062F\u064A \u0628\u0631\u0648 (\u0643\u0646\u0627\u0631\u064A)","translationServices.openai":"OpenAI","translationServices.yandex":"Yandex","translationServices.chatgpt":"ChatGPT Web (3.5 \u062C\u0648\u0627\u0644)","translate title":"\u062A\u0631\u062C\u0645\u0629 \u0639\u0646\u0648\u0627\u0646 \u0627\u0644\u0635\u0641\u062D\u0629","always languages":"\u0627\u0644\u0644\u063A\u0629 \u0627\u0644\u0645\u062A\u0631\u062C\u0645\u0629 \u062F\u0627\u0626\u0645\u0627",neverTranslateLanguagesLabel:"\u0627\u0644\u0644\u063A\u0627\u062A \u0627\u0644\u062A\u064A \u0644\u0627 \u062A\u062A\u0631\u062C\u0645 \u0623\u0628\u062F\u0627",neverTranslateTheFollowingLanguagesDescription:"\u0633\u064A\u062A\u0645 \u062A\u062E\u0637\u064A \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0639\u0646\u062F\u0645\u0627 \u062A\u0643\u0648\u0646 \u0641\u0642\u0631\u0629 \u0641\u064A \u0627\u0644\u0635\u0641\u062D\u0629 \u0628\u0627\u0644\u0644\u063A\u0627\u062A \u0627\u0644\u062A\u0627\u0644\u064A\u0629",enableUserscriptPagePopup:"\u0625\u0638\u0647\u0627\u0631 \u0627\u0644\u0643\u0631\u0629 \u0627\u0644\u0639\u0627\u0626\u0645\u0629 \u0639\u0644\u0649 \u0627\u0644\u0635\u0641\u062D\u0629",enableUserscriptPagePopupDescription:"\u0628\u0639\u062F \u0625\u063A\u0644\u0627\u0642 \u0627\u0644\u0643\u0631\u0629 \u0627\u0644\u0639\u0627\u0626\u0645\u0629\u060C \u064A\u0645\u0643\u0646\u0643 \u0627\u0633\u062A\u062E\u062F\u0627\u0645 \u0645\u0641\u062A\u0627\u062D \u0627\u0644\u0627\u062E\u062A\u0635\u0627\u0631 /{touch}\u0644\u0625\u064A\u0642\u0627\u0638\u0647\u0627. \u0644\u0645\u0646\u0639 \u0627\u0644\u0639\u062B\u0648\u0631 \u0639\u0644\u0649 \u0627\u0644\u0643\u0631\u0629 \u0627\u0644\u0639\u0627\u0626\u0645\u0629 \u0628\u0639\u062F \u0625\u064A\u0642\u0627\u0641 \u062A\u0634\u063A\u064A\u0644 \u0647\u0630\u0627 \u0627\u0644\u062E\u064A\u0627\u0631 \u0639\u0646 \u0637\u0631\u064A\u0642 \u0627\u0644\u062E\u0637\u0623\u060C \u064A\u0648\u0635\u0649 \u0628\u0634\u062F\u0629 \u0628\u0648\u0636\u0639 \u0625\u0634\u0627\u0631\u0629 \u0645\u0631\u062C\u0639\u064A\u0629 \u0639\u0644\u0649 \u0635\u0641\u062D\u0629 \u0627\u0644\u0625\u0639\u062F\u0627\u062F\u0627\u062A \u0647\u0630\u0647.","always translate the following languages":"\u0639\u0646\u062F\u0645\u0627 \u062A\u0643\u0648\u0646 \u0644\u063A\u0629 \u0627\u0644\u0635\u0641\u062D\u0629 \u0628\u0627\u0644\u0644\u063A\u0627\u062A \u0627\u0644\u062A\u0627\u0644\u064A\u0629\u060C \u0633\u062A\u062A\u0645 \u062A\u0631\u062C\u0645\u062A\u0647\u0627 \u062A\u0644\u0642\u0627\u0626\u064A\u064B\u0627 \u0625\u0644\u0649 \u0627\u0644\u0644\u063A\u0629 \u0627\u0644\u0645\u0633\u062A\u0647\u062F\u0641\u0629","always sites":"\u0639\u0646\u0627\u0648\u064A\u0646 URL \u0627\u0644\u0645\u062A\u0631\u062C\u0645\u0629 \u062F\u0627\u0626\u0645\u064B\u0627","always translate the following sites":"\u0639\u0646\u062F\u0645\u0627 \u064A\u0643\u0648\u0646 \u0645\u0648\u0642\u0639 \u0627\u0644\u0648\u064A\u0628 \u0628\u0627\u0633\u0645 \u0627\u0644\u0646\u0637\u0627\u0642 \u0627\u0644\u062A\u0627\u0644\u064A\u060C \u0633\u062A\u062A\u0645 \u062A\u0631\u062C\u0645\u062A\u0647 \u062A\u0644\u0642\u0627\u0626\u064A\u064B\u0627 \u0625\u0644\u0649 \u0627\u0644\u0644\u063A\u0629 \u0627\u0644\u0647\u062F\u0641","never sites":"\u0639\u0646\u0627\u0648\u064A\u0646 URL \u0627\u0644\u062A\u064A \u0644\u0646 \u062A\u062A\u0645 \u062A\u0631\u062C\u0645\u062A\u0647\u0627 \u0623\u0628\u062F\u064B\u0627","never translate the following sites":"\u0644\u0646 \u064A\u062A\u0645 \u062A\u0646\u0641\u064A\u0630 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0639\u0646\u062F\u0645\u0627 \u064A\u0643\u0648\u0646 \u0645\u0648\u0642\u0639 \u0627\u0644\u0648\u064A\u0628 \u064A\u062D\u0645\u0644 \u0627\u0633\u0645 \u0627\u0644\u0646\u0637\u0627\u0642 \u0627\u0644\u062A\u0627\u0644\u064A","please refer to":"\u064A\u062C\u0628 \u0639\u0644\u064A\u0643 \u062A\u0639\u0628\u0626\u0629 \u0627\u0644\u0645\u0641\u062A\u0627\u062D \u0642\u0628\u0644 \u0627\u0633\u062A\u062E\u062F\u0627\u0645\u0647\u060C \u0644\u0645\u0632\u064A\u062F \u0645\u0646 \u0627\u0644\u062A\u0641\u0627\u0635\u064A\u0644 \u064A\u0631\u062C\u0649 \u0627\u0644\u0631\u062C\u0648\u0639 \u0625\u0644\u0649",KeyAndConfigurationTutorial:'"\u0627\u0644\u0628\u0631\u0646\u0627\u0645\u062C \u0627\u0644\u062A\u0639\u0644\u064A\u0645\u064A \u0644\u0644\u062A\u0637\u0628\u064A\u0642 \u0648\u0627\u0644\u062A\u0643\u0648\u064A\u0646 \u0627\u0644\u0631\u0626\u064A\u0633\u064A"',useAboveStyleForTheseSites:"\u0639\u0646\u062F\u0645\u0627 \u064A\u0643\u0648\u0646 \u0645\u0648\u0642\u0639 \u0627\u0644\u0648\u064A\u0628 \u0647\u0648 \u0627\u0633\u0645 \u0627\u0644\u0646\u0637\u0627\u0642 \u0627\u0644\u062A\u0627\u0644\u064A\u060C \u0627\u0633\u062A\u062E\u062F\u0645 \u062F\u0627\u0626\u0645\u064B\u0627 \u0646\u0645\u0637 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u2308{theme}\u230B",currentUrl:"\u0639\u0646\u0648\u0627\u0646 URL \u0627\u0644\u062D\u0627\u0644\u064A",confirm:"\u064A\u062D\u0641\u0638",cancel:"\u064A\u0644\u063A\u064A",delete:"\u064A\u0645\u0633\u062D","languages.auto":"\u0627\u0644\u0643\u0634\u0641 \u0627\u0644\u062A\u0644\u0642\u0627\u0626\u064A",syncToCloud:"\u0627\u0644\u0645\u0632\u0627\u0645\u0646\u0629 \u0645\u0639 \u062C\u0648\u062C\u0644 \u062F\u0631\u0627\u064A\u0641",syncToCloudDescription:"\u0642\u0645 \u0628\u0627\u0644\u062A\u062D\u0645\u064A\u0644 \u0625\u0644\u0649 \u0627\u0644\u0633\u062D\u0627\u0628\u0629\u060C \u0648\u064A\u0645\u0643\u0646 \u0645\u0632\u0627\u0645\u0646\u0629 \u0627\u0644\u062A\u0643\u0648\u064A\u0646 \u0628\u064A\u0646 \u0627\u0644\u0645\u062A\u0635\u0641\u062D\u0627\u062A \u0627\u0644\u0645\u062E\u062A\u0644\u0641\u0629/\u0627\u0644\u0646\u0635\u0648\u0635 \u0627\u0644\u0628\u0631\u0645\u062C\u064A\u0629 \u0644\u0642\u0631\u062F \u0627\u0644\u0632\u064A\u062A\u060C \u0645\u0639 \u0645\u0631\u0627\u0639\u0627\u0629 \u0648\u0642\u062A \u0627\u0644\u062A\u0639\u062F\u064A\u0644 \u0627\u0644\u0623\u062E\u064A\u0631.",syncToAccount:"\u0627\u0644\u0645\u0632\u0627\u0645\u0646\u0629 \u0645\u0639 \u0633\u062D\u0627\u0628\u0629 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0634\u0627\u0645\u0644\u0629",syncToAccountButton:"\u0645\u0632\u0627\u0645\u0646\u0629 \u0645\u0639 \u0627\u0644\u0633\u062D\u0627\u0628\u0629 \u0639\u0644\u0649 \u0627\u0644\u0641\u0648\u0631",syncToAccountDescription:"\u0645\u0632\u0627\u0645\u0646\u0629 \u0627\u0644\u062A\u0643\u0648\u064A\u0646\u0627\u062A \u062A\u0644\u0642\u0627\u0626\u064A\u064B\u0627 \u0628\u064A\u0646 \u0627\u0644\u0623\u062C\u0647\u0632\u0629 \u0627\u0644\u0645\u062E\u062A\u0644\u0641\u0629\u060C \u0628\u0646\u0627\u0621\u064B \u0639\u0644\u0649 \u0648\u0642\u062A \u0627\u0644\u062A\u0639\u062F\u064A\u0644 \u0627\u0644\u0623\u062E\u064A\u0631.",successSyncConfigInAccount:"\u0627\u0644\u0628\u0642\u0627\u0621 \u0645\u062A\u0632\u0627\u0645\u0646\u064B\u0627 \u0645\u0639 \u0627\u0644\u0633\u062D\u0627\u0628\u0629 \u0628\u0646\u062C\u0627\u062D",successSyncConfigToAccount:"\u062A\u0645\u062A \u0627\u0644\u0645\u0632\u0627\u0645\u0646\u0629 \u0628\u0646\u062C\u0627\u062D \u0645\u0639 \u0627\u0644\u0633\u062D\u0627\u0628\u0629",syncConfigNoUpdate:"\u0628\u0627\u0644\u0641\u0639\u0644 \u0627\u0644\u0623\u062D\u062F\u062B",authFail:"\u0641\u0634\u0644 \u0627\u0644\u062A\u0641\u0648\u064A\u0636",syncTitle:"\u0625\u062F\u0627\u0631\u0629 \u0627\u0644\u0646\u0633\u062E \u0627\u0644\u0627\u062D\u062A\u064A\u0627\u0637\u064A \u0627\u0644\u064A\u062F\u0648\u064A",import_hint:"\u064A\u0633\u062A\u0648\u0631\u062F",upload:"\u0631\u0641\u0639",revokeAuth:"\u0625\u0644\u063A\u0627\u0621 \u0627\u0644\u062A\u0631\u062E\u064A\u0635",uploadFail:"\u0627\u0644\u062A\u062D\u0645\u064A\u0644 \u0641\u0634\u0644",download:"\u062A\u062D\u0645\u064A\u0644",importSuccess:"\u062A\u0645 \u0627\u0644\u0627\u0633\u062A\u064A\u0631\u0627\u062F \u0628\u0646\u062C\u0627\u062D",importFail:"\u0641\u0634\u0644 \u0627\u0644\u0627\u0633\u062A\u064A\u0631\u0627\u062F",deleteFail:"\u0641\u0634\u0644 \u0641\u064A \u0627\u0644\u062D\u0630\u0641",backupToCloud:"\u0625\u062F\u0627\u0631\u0629 \u0645\u0644\u0641\u0627\u062A \u0627\u0644\u0646\u0633\u062E \u0627\u0644\u0627\u062D\u062A\u064A\u0627\u0637\u064A \u064A\u062F\u0648\u064A\u0627",create_new_backup:"\u0625\u0636\u0627\u0641\u0629 \u0639\u0642\u062F\u0629 \u0627\u062D\u062A\u064A\u0627\u0637\u064A\u0629",maxBackupFiles:"\u064A\u0645\u0643\u0646 \u0639\u0645\u0644 \u0646\u0633\u062E\u0629 \u0627\u062D\u062A\u064A\u0627\u0637\u064A\u0629 \u0644\u0645\u0627 \u064A\u0635\u0644 \u0625\u0644\u0649{count}\u0639\u0642\u062F \u0645\u062E\u062A\u0644\u0641\u0629\u060C \u064A\u0631\u062C\u0649 \u062D\u0630\u0641 \u0627\u0644\u0639\u0642\u062F \u063A\u064A\u0631 \u0627\u0644\u0636\u0631\u0648\u0631\u064A\u0629",backupToCloudDescription:"\u062A\u062D\u0645\u064A\u0644 \u0645\u0644\u0641\u0627\u062A \u0627\u0644\u0646\u0633\u062E \u0627\u0644\u0627\u062D\u062A\u064A\u0627\u0637\u064A \u0623\u0648 \u0627\u0633\u062A\u0639\u0627\u062F\u062A\u0647\u0627 \u064A\u062F\u0648\u064A\u064B\u0627\u060C \u0645\u0645\u0627 \u064A\u0633\u0645\u062D \u0628\u0645\u0627 \u064A\u0635\u0644 \u0625\u0644\u0649 3 \u0646\u0633\u062E \u0627\u062D\u062A\u064A\u0627\u0637\u064A\u0629 \u0645\u062E\u062A\u0644\u0641\u0629",successSyncConfig:"\u0627\u0644\u0628\u0642\u0627\u0621 \u0645\u062A\u0632\u0627\u0645\u0646\u064B\u0627 \u0645\u0639 \u0627\u0644\u0633\u062D\u0627\u0628\u0629 \u0628\u0646\u062C\u0627\u062D",syncFail:"\u0641\u0634\u0644\u062A \u0627\u0644\u0645\u0632\u0627\u0645\u0646\u0629",updatedAt:"\u062A\u0645 \u0627\u0644\u062A\u062D\u062F\u064A\u062B \u0639\u0646\u062F {date}",lastSyncedAt:"\u0622\u062E\u0631 \u0641\u062D\u0635 \u0643\u0627\u0646 \u0639\u0646\u062F {date}",downloadFail:"\u0627\u0644\u062A\u062D\u0645\u064A\u0644 \u0641\u0634\u0644",clickToDownload:"\u0627\u0636\u063A\u0637 \u0644\u0644\u062A\u062D\u0645\u064A\u0644",aboutLabel:"\u062D\u0648\u0644 - \u0631\u062F\u0648\u062F \u0627\u0644\u0641\u0639\u0644","browser.openAboutPage":"\u062D\u0648\u0644/\u0631\u062F\u0648\u062F \u0627\u0644\u0641\u0639\u0644",aboutLabelWithoutSponsor:"\u062D\u0648\u0644 - \u0631\u062F\u0648\u062F \u0627\u0644\u0641\u0639\u0644",aboutIntro:"\u0623\u062A\u0645\u0646\u0649 \u0623\u0646 \u0646\u062A\u0645\u0643\u0646 \u062C\u0645\u064A\u0639\u064B\u0627 \u0645\u0646 \u0627\u0644\u0648\u0635\u0648\u0644 \u0625\u0644\u0649 \u0627\u0644\u0645\u0639\u0644\u0648\u0645\u0627\u062A \u0627\u0644\u0636\u062E\u0645\u0629 \u0627\u0644\u0645\u062A\u0639\u0644\u0642\u0629 \u0628\u0627\u0644\u0644\u063A\u0627\u062A \u0627\u0644\u0623\u062C\u0646\u0628\u064A\u0629 \u0639\u0644\u0649 \u0627\u0644\u0625\u0646\u062A\u0631\u0646\u062A \u0628\u0633\u0647\u0648\u0644\u0629 \u0648\u0633\u0639\u0627\u062F\u0629 \u0623\u0643\u0628\u0631. \u064A\u0645\u0643\u0646\u0643 \u0627\u062E\u062A\u064A\u0627\u0631 \u0641\u062A\u062D \u0639\u0636\u0648\u064A\u0629 <6> Pro \u0644\u0627\u0633\u062A\u062E\u062F\u0627\u0645 \u062A\u0631\u062C\u0645\u0627\u062A DeepL \u0648OpenAI \u062E\u0627\u0631\u062C \u0627\u0644\u0635\u0646\u062F\u0648\u0642.

\u064A\u0645\u0643\u0646\u0643\u0645 \u0645\u062A\u0627\u0628\u0639\u062A\u0646\u0627 \u0639\u0644\u0649 <3>\u062A\u0648\u064A\u062A\u0631 ,<4>\u0642\u0646\u0627\u0629 \u0627\u0644\u062A\u0644\u064A\u062C\u0631\u0627\u0645 \u0623\u0648 \u062D\u0633\u0627\u0628 WeChat \u0627\u0644\u0639\u0627\u0645 \u0623\u0648 \u0645\u062C\u0645\u0648\u0639\u0629 \u0627\u062A\u0635\u0627\u0644\u0627\u062A WeChat \u0623\u0648 <5> \u0627\u0634\u062A\u0631\u0627\u0643 \u0627\u0644\u0628\u0631\u064A\u062F \u0627\u0644\u0625\u0644\u0643\u062A\u0631\u0648\u0646\u064A \u0623\u062F\u0646\u0627\u0647 \u062A\u062A\u0628\u0639 \u0627\u0644\u062A\u062D\u062F\u064A\u062B\u0627\u062A.
<7>\u0639\u0636\u0648 \u0645\u062D\u062A\u0631\u0641 \u064A\u0645\u0643\u0646\u0643 \u0627\u0644\u0627\u062A\u0635\u0627\u0644 \u0628\u0627\u0644\u0628\u0631\u064A\u062F \u0627\u0644\u0625\u0644\u0643\u062A\u0631\u0648\u0646\u064A \u0627\u0644\u0633\u0631\u064A\u0639 \u0644\u062E\u062F\u0645\u0629 \u0627\u0644\u0639\u0645\u0644\u0627\u0621 <8> support@immersivetranslate.com \u0627\u0628\u0642 \u0639\u0644\u0649 \u062A\u0648\u0627\u0635\u0644 \u0645\u0639\u0646\u0627.",aboutIntroWithoutSponsor:"\u0623\u062A\u0645\u0646\u0649 \u0623\u0646 \u0646\u062A\u0645\u0643\u0646 \u062C\u0645\u064A\u0639\u064B\u0627 \u0645\u0646 \u0627\u0644\u0648\u0635\u0648\u0644 \u0628\u0634\u0643\u0644 \u0623\u0633\u0647\u0644 \u0648\u0623\u0643\u062B\u0631 \u0645\u062A\u0639\u0629 \u0625\u0644\u0649 \u0627\u0644\u0643\u0645 \u0627\u0644\u0647\u0627\u0626\u0644 \u0645\u0646 \u0627\u0644\u0645\u0639\u0644\u0648\u0645\u0627\u062A \u0628\u0627\u0644\u0644\u063A\u0629 \u0627\u0644\u0623\u062C\u0646\u0628\u064A\u0629 \u0639\u0644\u0649 \u0627\u0644\u0625\u0646\u062A\u0631\u0646\u062A \u2764\uFE0F

\u064A\u0645\u0643\u0646\u0643 \u0645\u062A\u0627\u0628\u0639\u062A\u0646\u0627 \u0639\u0644\u0649 Twitter <3> ,<4>\u0642\u0646\u0627\u0629 \u0627\u0644\u062A\u0644\u064A\u062C\u0631\u0627\u0645 \u0623\u0648 \u062D\u0633\u0627\u0628 WeChat \u0627\u0644\u0639\u0627\u0645 \u0623\u0648 \u0645\u062C\u0645\u0648\u0639\u0629 \u0627\u062A\u0635\u0627\u0644\u0627\u062A WeChat \u0623\u0648 <5> \u0627\u0634\u062A\u0631\u0627\u0643 \u0627\u0644\u0628\u0631\u064A\u062F \u0627\u0644\u0625\u0644\u0643\u062A\u0631\u0648\u0646\u064A \u0623\u062F\u0646\u0627\u0647 \u062A\u062A\u0628\u0639 \u0627\u0644\u062A\u062D\u062F\u064A\u062B\u0627\u062A.",projectHomepage:"\u0627\u0644\u0635\u0641\u062D\u0629 \u0627\u0644\u0631\u0626\u064A\u0633\u064A\u0629 \u0644\u0644\u0645\u0634\u0631\u0648\u0639",joinTelegramGroup:"\u0627\u0646\u0636\u0645 \u0625\u0644\u0649 \u0645\u062C\u0645\u0648\u0639\u0629 \u0627\u062A\u0635\u0627\u0644\u0627\u062A \u0627\u0644\u0645\u0633\u062A\u062E\u062F\u0645\u064A\u0646 \u0644\u0644\u0645\u0634\u0627\u0631\u0643\u0629 \u0641\u064A \u0627\u0644\u0645\u0646\u0627\u0642\u0634\u0627\u062A \u0627\u0644\u0648\u0638\u064A\u0641\u064A\u0629",wechatPublicAccount:"\u062D\u0633\u0627\u0628 \u0648\u064A \u0634\u0627\u062A \u0627\u0644\u0639\u0627\u0645",wechatCommunities:"\u0645\u062C\u0645\u0648\u0639\u0629 \u0627\u0644\u0627\u062A\u0635\u0627\u0644\u0627\u062A WeChat",qqCommunities:"\u0642\u0646\u0627\u0629 \u0627\u062A\u0635\u0627\u0644 QQ",joinTelegramChannel:"\u062A\u0627\u0628\u0639\u0648\u0627 \u0642\u0646\u0627\u0629 \u0627\u0644\u062A\u0644\u064A\u062C\u0631\u0627\u0645 \u0644\u0645\u0639\u0631\u0641\u0629 \u0622\u062E\u0631 \u0627\u0644\u062A\u062D\u062F\u064A\u062B\u0627\u062A",feedbackAndJoin:"\u0631\u062F\u0648\u062F \u0627\u0644\u0641\u0639\u0644 \u0627\u0644\u0645\u0634\u0643\u0644\u0629 / \u0627\u0644\u0627\u0646\u0636\u0645\u0627\u0645 \u0625\u0644\u0649 \u0627\u0644\u0645\u062C\u0645\u0648\u0639\u0629",autoSync:"\u0627\u0644\u0645\u0632\u0627\u0645\u0646\u0629 \u0627\u0644\u0645\u062C\u062F\u0648\u0644\u0629 \u0627\u0644\u062A\u0644\u0642\u0627\u0626\u064A\u0629",loadingThemeTitle:"\u0623\u0633\u0644\u0648\u0628 \u0627\u0644\u062A\u062D\u0645\u064A\u0644",loadingThemeDescription:"\u0627\u0636\u0628\u0637 \u0627\u0644\u0646\u0645\u0637 \u0623\u062B\u0646\u0627\u0621 \u0627\u0646\u062A\u0638\u0627\u0631 \u062A\u062D\u0645\u064A\u0644 \u0627\u0644\u062A\u0631\u062C\u0645\u0629","loadingTheme.spinner":"\u0627\u0644\u0631\u0633\u0648\u0645 \u0627\u0644\u0645\u062A\u062D\u0631\u0643\u0629 \u0627\u0644\u062F\u0627\u0626\u0631\u0629","loadingTheme.text":"\u0646\u0635 \u062B\u0627\u0628\u062A... ","loadingTheme.none":"\u0644\u0627 \u062A\u0638\u0647\u0631",developerDescription:"\u064A\u0645\u0643\u0646\u0643 \u0627\u0644\u0646\u0642\u0631 \u0641\u0648\u0642 <1> \u0647\u0646\u0627 \u0639\u0631\u0636 \u0627\u0644\u0648\u062B\u0627\u0626\u0642 \u0627\u0644\u0645\u062A\u0639\u0644\u0642\u0629 \u0628\u0627\u0644\u062A\u062E\u0635\u064A\u0635 \u0627\u0644\u0645\u062A\u0642\u062F\u0645","edit border color":"\u062A\u0639\u062F\u064A\u0644 \u0644\u0648\u0646 \u0627\u0644\u062D\u062F\u0648\u062F",successSyncButNoChange:"\u0627\u0644\u062A\u0643\u0648\u064A\u0646 \u0627\u0644\u062D\u0627\u0644\u064A \u0645\u062A\u0648\u0627\u0641\u0642 \u0645\u0639 \u0627\u0644\u0633\u062D\u0627\u0628\u0629",customTheme:"\u0627\u0644\u0623\u0644\u0648\u0627\u0646 \u0648\u0627\u0644\u0623\u062D\u062C\u0627\u0645 \u0627\u0644\u0645\u062E\u0635\u0635\u0629","customThemeLabel.borderColor":"\u0644\u0648\u0646 \u0627\u0644\u062D\u062F\u0648\u062F","customThemeLabel.borderRadius":"\u062D\u062F\u0648\u062F \u0645\u0633\u062A\u062F\u064A\u0631\u0629 \u0627\u0644\u0632\u0648\u0627\u064A\u0627","customThemeLabel.textColor":"\u0644\u0648\u0646 \u0627\u0644\u062E\u0637","customThemeLabel.backgroundColor":"\u0644\u0648\u0646 \u0627\u0644\u062E\u0644\u0641\u064A\u0629","customThemeLabel.zoom":"\u062A\u062D\u062C\u064A\u0645 \u0627\u0644\u062E\u0637 (%)","customThemeLabel.opacity":"\u0639\u062A\u0627\u0645\u0629 \u0627\u0644\u0646\u0635 (%)",resetToDefaultColor:"\u0627\u0644\u0639\u0648\u062F\u0629 \u0625\u0644\u0649 \u0627\u0644\u0644\u0648\u0646 \u0627\u0644\u0627\u0641\u062A\u0631\u0627\u0636\u064A",resetToDefaultSettings:"\u0627\u0644\u0639\u0648\u062F\u0629 \u0625\u0644\u0649 \u0627\u0644\u0625\u0639\u062F\u0627\u062F\u0627\u062A \u0627\u0644\u0627\u0641\u062A\u0631\u0627\u0636\u064A\u0629",isTranslateTitle:"\u0642\u0645 \u0628\u062A\u0634\u063A\u064A\u0644 \u0639\u0646\u0627\u0648\u064A\u0646 \u0635\u0641\u062D\u0627\u062A \u0627\u0644\u0648\u064A\u0628 \u0627\u0644\u0645\u062A\u0631\u062C\u0645\u0629",isTranslateTitleDescription:"\u0639\u0646\u062F \u062A\u0634\u063A\u064A\u0644\u0647\u060C \u0633\u064A\u062A\u0645 \u062A\u0631\u062C\u0645\u0629 \u0639\u0646\u0648\u0627\u0646 \u0635\u0641\u062D\u0629 \u0627\u0644\u0648\u064A\u0628",enableSearchEnhancement:"\u062A\u0645\u0643\u064A\u0646 \u062A\u0639\u0632\u064A\u0632 \u0627\u0644\u0645\u0639\u0644\u0648\u0645\u0627\u062A \u062B\u0646\u0627\u0626\u064A\u0629 \u0627\u0644\u0644\u063A\u0629",enableSearchEnhancementDescription:'\u0628\u0639\u062F \u062A\u0634\u063A\u064A\u0644\u0647\u0627\u060C \u0633\u064A\u062A\u0645 \u0639\u0631\u0636 \u0646\u062A\u0627\u0626\u062C \u0628\u062D\u062B "\u0623\u062E\u0628\u0627\u0631 Google" \u0627\u0644\u0645\u0642\u0627\u0628\u0644\u0629 \u0644\u0644\u0643\u0644\u0645\u0627\u062A \u0627\u0644\u0631\u0626\u064A\u0633\u064A\u0629 \u0628\u0627\u0644\u0644\u063A\u0629 \u0627\u0644\u0625\u0646\u062C\u0644\u064A\u0632\u064A\u0629 \u062A\u0644\u0642\u0627\u0626\u064A\u064B\u0627 \u0641\u064A \u0627\u0644\u0639\u0645\u0648\u062F \u0627\u0644\u0623\u064A\u0645\u0646 \u0644\u0645\u0648\u0627\u0642\u0639 \u0627\u0644\u0648\u064A\u0628 \u0627\u0644\u0645\u062F\u0639\u0648\u0645\u0629 (\u0623\u062E\u0628\u0627\u0631 Google\u060C \u0628\u062D\u062B Google (\u0628\u0639\u0636 \u0627\u0644\u0643\u0644\u0645\u0627\u062A \u0627\u0644\u0631\u0626\u064A\u0633\u064A\u0629)\u060C Snowball\u060C Oriental Fortune\u060C Futu\u060C Tiger Community).',verifyService:"\u0627\u0646\u0642\u0631 \u0647\u0646\u0627 \u0644\u0627\u062E\u062A\u0628\u0627\u0631 \u0627\u0644\u062E\u062F\u0645\u0629",verified:"\u062A\u0645 \u0627\u0644\u062A\u062D\u0642\u0642 \u0628\u0646\u062C\u0627\u062D","field.langs":"\u0631\u0645\u0648\u0632 \u0627\u0644\u0644\u063A\u0629 \u0627\u0644\u0645\u062F\u0639\u0648\u0645\u0629","field.model":"\u0646\u0645\u0648\u0630\u062C","field.translationEngine":"\u0645\u062D\u0631\u0643 \u0627\u0644\u062A\u0631\u062C\u0645\u0629","field.limitPerMinute":"\u0627\u0644\u062D\u062F \u0627\u0644\u0623\u0642\u0635\u0649 \u0644\u0639\u062F\u062F \u0627\u0644\u0637\u0644\u0628\u0627\u062A \u0641\u064A \u0627\u0644\u062F\u0642\u064A\u0642\u0629","field.limitPerSecond":"\u0627\u0644\u062D\u062F \u0627\u0644\u0623\u0642\u0635\u0649 \u0644\u0639\u062F\u062F \u0627\u0644\u0637\u0644\u0628\u0627\u062A \u0641\u064A \u0627\u0644\u062B\u0627\u0646\u064A\u0629","field.maxTextLengthPerRequest":"\u0627\u0644\u062D\u062F \u0627\u0644\u0623\u0642\u0635\u0649 \u0644\u0637\u0648\u0644 \u0627\u0644\u0646\u0635 \u0644\u0643\u0644 \u0637\u0644\u0628","field.maxTextGroupLengthPerRequest":"\u0627\u0644\u062D\u062F \u0627\u0644\u0623\u0642\u0635\u0649 \u0644\u0639\u062F\u062F \u0627\u0644\u0641\u0642\u0631\u0627\u062A \u0644\u0643\u0644 \u0637\u0644\u0628","field.apiUrl":"\u0639\u0646\u0648\u0627\u0646 \u0648\u0627\u062C\u0647\u0629 API \u0627\u0644\u0645\u062E\u0635\u0635\u0629","field.placeholderDelimiters":"\u0627\u0644\u0639\u0646\u0627\u0635\u0631 \u0627\u0644\u0646\u0627\u0626\u0628\u0629 \u0627\u0644\u0645\u062D\u062C\u0648\u0632\u0629","description.custom":"\u0627\u0644\u0648\u0635\u0648\u0644 \u0625\u0644\u0649 \u0627\u0644\u0648\u0627\u062C\u0647\u0629 \u0627\u0644\u0645\u062E\u0635\u0635\u0629 \u064A\u062A\u0637\u0644\u0628 \u0648\u062B\u0627\u0626\u0642 \u0645\u0631\u062C\u0639\u064A\u0629","description.limitPerMinute":"\u0648\u0639\u0646\u062F\u0645\u0627 \u064A\u062A\u062C\u0627\u0648\u0632 \u0639\u062F\u062F \u0627\u0644\u0637\u0644\u0628\u0627\u062A \u0647\u0630\u0627 \u0627\u0644\u062D\u062F\u060C \u0641\u0625\u0646\u0647 \u0633\u064A\u062F\u062E\u0644 \u0641\u064A \u062D\u0627\u0644\u0629 \u0627\u0644\u0627\u0646\u062A\u0638\u0627\u0631 \u062D\u062A\u0649 \u0628\u062F\u0627\u064A\u0629 \u0627\u0644\u062F\u0642\u064A\u0642\u0629 \u0627\u0644\u062A\u0627\u0644\u064A\u0629. \u0646\u0638\u0631\u064B\u0627 \u0644\u0644\u0642\u064A\u0648\u062F \u0627\u0644\u0645\u062E\u062A\u0644\u0641\u0629 \u0644\u062E\u062F\u0645\u0629 OpenAI \u0627\u0644\u062D\u0627\u0644\u064A\u0629\u060C \u064A\u0631\u062C\u0649 \u0627\u0644\u0646\u0642\u0631 \u0641\u0648\u0642 <1> \u0647\u0646\u0627 \u0639\u0631\u0636 \u0623\u062D\u062F\u062B \u0627\u0644\u0642\u064A\u0645 \u0627\u0644\u0645\u0648\u0635\u0649 \u0628\u0647\u0627","description.limitPerSecond":"\u0648\u0639\u0646\u062F\u0645\u0627 \u064A\u062A\u062C\u0627\u0648\u0632 \u0639\u062F\u062F \u0627\u0644\u0637\u0644\u0628\u0627\u062A \u0647\u0630\u0627 \u0627\u0644\u062D\u062F\u060C \u0641\u0625\u0646\u0647 \u0633\u064A\u062F\u062E\u0644 \u0641\u064A \u062D\u0627\u0644\u0629 \u0627\u0644\u0627\u0646\u062A\u0638\u0627\u0631 \u062D\u062A\u0649 \u0628\u062F\u0627\u064A\u0629 \u0627\u0644\u062B\u0627\u0646\u064A\u0629 \u0627\u0644\u062A\u0627\u0644\u064A\u0629. \u0646\u0638\u0631\u064B\u0627 \u0644\u0644\u0642\u064A\u0648\u062F \u0627\u0644\u0645\u062E\u062A\u0644\u0641\u0629 \u0644\u062E\u062F\u0645\u0629 OpenAI \u0627\u0644\u062D\u0627\u0644\u064A\u0629\u060C \u064A\u0631\u062C\u0649 \u0627\u0644\u0646\u0642\u0631 \u0641\u0648\u0642 <1> \u0647\u0646\u0627 \u0639\u0631\u0636 \u0623\u062D\u062F\u062B \u0627\u0644\u0642\u064A\u0645 \u0627\u0644\u0645\u0648\u0635\u0649 \u0628\u0647\u0627","description.generalLimitPerSecond":"\u0648\u0639\u0646\u062F\u0645\u0627 \u064A\u062A\u062C\u0627\u0648\u0632 \u0639\u062F\u062F \u0627\u0644\u0637\u0644\u0628\u0627\u062A \u0647\u0630\u0627 \u0627\u0644\u062D\u062F\u060C \u0641\u0625\u0646\u0647 \u0633\u064A\u062F\u062E\u0644 \u0641\u064A \u062D\u0627\u0644\u0629 \u0627\u0644\u0627\u0646\u062A\u0638\u0627\u0631 \u062D\u062A\u0649 \u0628\u062F\u0627\u064A\u0629 \u0627\u0644\u062B\u0627\u0646\u064A\u0629 \u0627\u0644\u062A\u0627\u0644\u064A\u0629.","description.prompt":"\u062A\u0631\u0633\u0644 \u0627\u0644\u0645\u062D\u0627\u062F\u062B\u0629 \u0625\u0644\u0649 {service} \u0628\u0635\u0641\u0629 \u0627\u0644\u0645\u0633\u062A\u062E\u062F\u0645\u060C \u062D\u064A\u062B \u064A\u0645\u062B\u0644 {{text}} \u0646\u0635 \u0627\u0644\u0641\u0642\u0631\u0629\u060C \u0648\u064A\u0645\u062B\u0644 {{from}} \u0644\u063A\u0629 \u0627\u0644\u0641\u0642\u0631\u0629\u060C \u0648\u064A\u0645\u062B\u0644 {{to}} \u0627\u0644\u0644\u063A\u0629 \u0627\u0644\u0645\u0633\u062A\u0647\u062F\u0641\u0629.","description.maxTextLengthPerRequest":"\u0627\u0644\u062D\u062F \u0627\u0644\u0623\u0642\u0635\u0649 \u0644\u0639\u062F\u062F \u0627\u0644\u0623\u062D\u0631\u0641 \u0644\u0643\u0644 \u0637\u0644\u0628. \u0625\u0630\u0627 \u0643\u0627\u0646 \u0643\u0628\u064A\u0631\u064B\u0627 \u062C\u062F\u064B\u0627\u060C \u0641\u0633\u062A\u062A\u0628\u0627\u0637\u0623 \u0627\u0633\u062A\u062C\u0627\u0628\u0629 \u0627\u0644\u0648\u0627\u062C\u0647\u0629\u060C \u0644\u0630\u0627 \u064A\u0645\u0643\u0646\u0643 \u0645\u062D\u0627\u0648\u0644\u0629 \u0636\u0628\u0637 \u0647\u0630\u0627 \u0627\u0644\u062E\u064A\u0627\u0631 \u0644\u062A\u062D\u0633\u064A\u0646 \u0627\u0644\u0633\u0631\u0639\u0629.","description.systemPrompt":"\u062A\u0645 \u0625\u0631\u0633\u0627\u0644 \u0627\u0644\u062D\u0648\u0627\u0631 \u0625\u0644\u0649 {service} \u0628\u0627\u0633\u0645 \u0627\u0644\u0646\u0638\u0627\u0645\u060C \u062D\u064A\u062B \u064A\u0645\u062B\u0644 {{text}} \u0646\u0635 \u0627\u0644\u0641\u0642\u0631\u0629\u060C \u0648\u064A\u0645\u062B\u0644 {{from}} \u0644\u063A\u0629 \u0627\u0644\u0641\u0642\u0631\u0629\u060C \u0648\u064A\u0645\u062B\u0644 {{to}} \u0627\u0644\u0644\u063A\u0629 \u0627\u0644\u0645\u0633\u062A\u0647\u062F\u0641\u0629.","field.domain":"\u0645\u062C\u0627\u0644","description.domain":"\u0627\u0644\u0627\u0641\u062A\u0631\u0627\u0636\u064A \u0647\u0648\uFF1A\u0639\u0627\u0645. \u0644\u0627 \u064A\u0645\u0643\u0646 \u0636\u0628\u0637\u0647 \u0625\u0644\u0627 \u0639\u0646\u062F \u062A\u0645\u0643\u064A\u0646 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0645\u0633\u062A\u0646\u062F\u0629 \u0625\u0644\u0649 \u0627\u0644\u0645\u062C\u0627\u0644 \u0641\u064A \u0648\u062D\u062F\u0629 \u062A\u062D\u0643\u0645 Youdao API. \u0644\u0644\u062D\u0635\u0648\u0644 \u0639\u0644\u0649 \u0627\u0644\u062D\u0642\u0648\u0644 \u0627\u0644\u0645\u062F\u0639\u0648\u0645\u0629\u060C \u064A\u0631\u062C\u0649 \u0627\u0644\u0627\u0637\u0644\u0627\u0639 \u0639\u0644\u0649 <1> \u0647\u0646\u0627.","field.scene":"\u0645\u0634\u0627\u0647\u062F","description.scene":"\u0627\u0644\u0627\u0641\u062A\u0631\u0627\u0636\u064A \u0647\u0648\uFF1A\u0639\u0627\u0645. \u0644\u0627 \u064A\u0645\u0643\u0646 \u0636\u0628\u0637\u0647 \u0625\u0644\u0627 \u0639\u0646\u062F \u062A\u0646\u0634\u064A\u0637 \u0627\u0644\u0625\u0635\u062F\u0627\u0631 \u0627\u0644\u0627\u062D\u062A\u0631\u0627\u0641\u064A \u0644\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0622\u0644\u064A\u0629 \u0641\u064A \u0648\u062D\u062F\u0629 \u062A\u062D\u0643\u0645 Alibaba Cloud API. \u0631\u0627\u062C\u0639 <1> \u0647\u0646\u0627 \u0644\u0644\u062D\u0635\u0648\u0644 \u0639\u0644\u0649 \u0627\u0644\u0633\u064A\u0646\u0627\u0631\u064A\u0648\u0647\u0627\u062A \u0627\u0644\u0645\u062F\u0639\u0648\u0645\u0629.","field.vocabId":"\u0645\u0639\u0631\u0641 \u0642\u0627\u0645\u0648\u0633 \u0627\u0644\u0645\u0633\u062A\u062E\u062F\u0645","description.vocabId":"\u064A\u062F\u0639\u0645 \u0627\u0644\u0642\u0627\u0645\u0648\u0633 \u0627\u0644\u0645\u062D\u062F\u062F out_id \u062D\u0627\u0644\u064A\u064B\u0627 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0625\u0646\u062C\u0644\u064A\u0632\u064A\u0629 \u0627\u0644\u0635\u064A\u0646\u064A\u0629.","description.model":"\u064A\u0645\u0643\u0646 \u0623\u0646 \u064A\u0643\u0648\u0646 \u0646\u0645\u0648\u0630\u062C OpenAI \u0647\u0648 gpt-3.5-turbo \u0623\u0648 gpt-4 \u0648\u0645\u0627 \u0625\u0644\u0649 \u0630\u0644\u0643.","description.maxTextGroupLengthPerRequest":"\u0639\u062F\u062F \u0627\u0644\u0641\u0642\u0631\u0627\u062A \u0627\u0644\u0645\u0631\u0633\u0644\u0629 \u0625\u0644\u0649 \u062E\u062F\u0645\u0629 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0641\u064A \u0643\u0644 \u0645\u0631\u0629. \u0625\u0630\u0627 \u0643\u0627\u0646 \u0647\u0646\u0627\u0643 \u0639\u062F\u062F \u0643\u0628\u064A\u0631 \u062C\u062F\u064B\u0627 \u0645\u0646 \u0627\u0644\u0641\u0642\u0631\u0627\u062A\u060C \u0641\u0642\u062F \u062A\u062A\u0628\u0627\u0637\u0623 \u0627\u0633\u062A\u062C\u0627\u0628\u0629 \u0627\u0644\u0648\u0627\u062C\u0647\u0629.","description.apiUrl":"\u0627\u0644\u0631\u062C\u0627\u0621 \u0625\u0636\u0627\u0641\u0629 \u0639\u0646\u0648\u0627\u0646 URL \u0645\u062D\u062F\u062F \u0645\u0639 \u0627\u0644\u0645\u0633\u0627\u0631\u060C <1> \u0627\u0644\u0645\u0632\u064A\u062F \u0645\u0646 \u0627\u0644\u062A\u0639\u0644\u064A\u0645\u0627\u062A",enabledExtension:"\u062A\u0645\u0643\u064A\u0646 \u0627\u0644\u062A\u0645\u062F\u064A\u062F",clickToDisableExtension:"\u0627\u0646\u0642\u0631 \u0644\u062A\u0639\u0637\u064A\u0644 \u0627\u0644\u062A\u0645\u062F\u064A\u062F",clickToEnableExtension:"\u0627\u0646\u0642\u0631 \u0644\u062A\u0645\u0643\u064A\u0646 \u0627\u0644\u062A\u0645\u062F\u064A\u062F",hasBeenDisabled:"\u0639\u0627\u062C\u0632","show password":"\u0639\u0631\u0636 \u0643\u0644\u0645\u0629 \u0627\u0644\u0645\u0631\u0648\u0631",customContent:"\u0623\u062F\u062E\u0644 \u0627\u0633\u0645 \u0627\u0644\u0646\u0645\u0648\u0630\u062C \u0627\u0644\u0645\u062E\u0635\u0635",inputOptions:"\u062A\u062D\u0633\u064A\u0646 \u0635\u0646\u062F\u0648\u0642 \u0627\u0644\u0625\u062F\u062E\u0627\u0644",mouseHoverOptions:"\u062A\u0645\u0631\u064A\u0631 \u0627\u0644\u0645\u0627\u0648\u0633",modifyMouseHoverKey:"\u062A\u0639\u062F\u064A\u0644 \u0645\u0641\u0627\u062A\u064A\u062D \u0627\u0644\u0627\u062E\u062A\u0635\u0627\u0631 \u0627\u0644\u062E\u0627\u0635\u0629 \u0628\u0627\u0644\u0645\u0627\u0648\u0633",enableInputTranslation:"\u0645\u0627 \u0625\u0630\u0627 \u0643\u0627\u0646 \u0633\u064A\u062A\u0645 \u062A\u0645\u0643\u064A\u0646 \u062A\u062D\u0633\u064A\u0646 \u0645\u0631\u0628\u0639 \u0627\u0644\u0625\u062F\u062E\u0627\u0644",enableInputTranslationDescription:"\u0628\u0639\u062F{trailingKey}\u060C \u0623\u062F\u062E\u0644 \u0645\u0628\u0627\u0634\u0631\u0629 {startingKey}{startingKey} hello \u0641\u064A \u0645\u0631\u0628\u0639 \u0627\u0644\u0625\u062F\u062E\u0627\u0644\u060C \u062B\u0645 \u0627\u0646\u0642\u0631 \u0633\u0631\u064A\u0639\u064B\u0627 \u0641\u0648\u0642{inputTrailingTriggerKeyRepeatTimes}\u0645\u0631\u062A\u064A\u0646 \u0644\u062A\u0631\u062C\u0645\u062A\u0647 \u0625\u0644\u0649 {inputTargetLanguage}",enableInputTranslationDescriptionForNoneKey:"{trailingKey}\u062A\u0645\u0643\u064A\u0646\u0647\u060C \u0623\u062F\u062E\u0644 \u0645\u0628\u0627\u0634\u0631\u0629\uFF1Ahelloworld \u0641\u064A \u0645\u0631\u0628\u0639 \u0627\u0644\u0625\u062F\u062E\u0627\u0644\u060C \u062B\u0645 \u0627\u0646\u0642\u0631 \u0628\u0633\u0631\u0639\u0629{inputTrailingTriggerKeyRepeatTimes}\u0644\u0644\u062A\u0631\u062C\u0645\u0629 \u0625\u0644\u0649 \u0627\u0644\u0644\u063A\u0629 \u0627\u0644\u0645\u0633\u062A\u0647\u062F\u0641\u0629 \u0627\u0644\u0627\u0641\u062A\u0631\u0627\u0636\u064A\u0629.",inputTargetLanguage:"\u0642\u0645 \u0628\u062A\u0639\u064A\u064A\u0646 \u0627\u0644\u0644\u063A\u0629 \u0627\u0644\u0647\u062F\u0641 \u0627\u0644\u0627\u0641\u062A\u0631\u0627\u0636\u064A\u0629 \u0644\u0645\u0631\u0628\u0639 \u0627\u0644\u0625\u062F\u062E\u0627\u0644",inputTargetLanguageDescription:"\u0627\u0644\u0644\u063A\u0629 \u0627\u0644\u0647\u062F\u0641 \u0627\u0644\u0627\u0641\u062A\u0631\u0627\u0636\u064A\u0629 \u0644\u062A\u0631\u062C\u0645\u0629 \u0645\u0631\u0628\u0639 \u0627\u0644\u0625\u062F\u062E\u0627\u0644\u060C \u0648\u0647\u064A {startingKey}{startingKey} \u0643\u0644\u063A\u0629 \u0627\u0641\u062A\u0631\u0627\u0636\u064A\u0629 \u0644\u0643\u0644\u0645\u0627\u062A \u0627\u0644\u062A\u0634\u063A\u064A\u0644",inputTargetLanguageDescriptionForNoneKey:"\u0627\u0644\u0644\u063A\u0629 \u0627\u0644\u0647\u062F\u0641 \u0627\u0644\u0627\u0641\u062A\u0631\u0627\u0636\u064A\u0629 \u0644\u062A\u0631\u062C\u0645\u0627\u062A \u0645\u0631\u0628\u0639 \u0627\u0644\u0625\u062F\u062E\u0627\u0644",inputStartingTriggerKeyTitle:"\u0642\u0645 \u0628\u062A\u0639\u064A\u064A\u0646 \u0627\u0644\u0623\u062D\u0631\u0641 \u0627\u0644\u0645\u0642\u0633\u0645\u0629 \u0644\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u062C\u0632\u0626\u064A\u0629 \u0644\u0645\u0631\u0628\u0639 \u0627\u0644\u0625\u062F\u062E\u0627\u0644",inputStartingTriggerKeyDescription:"\u0639\u0646\u062F\u0645\u0627 \u0644\u0627 \u062A\u062D\u062A\u0627\u062C \u0625\u0644\u0649 \u062A\u0631\u062C\u0645\u0629 \u0645\u0631\u0628\u0639 \u0627\u0644\u0625\u062F\u062E\u0627\u0644 \u0628\u0623\u0643\u0645\u0644\u0647\u060C \u064A\u062A\u064A\u062D \u0644\u0643 \u0627\u0644\u0645\u062D\u062F\u062F \u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u062C\u0632\u0621 \u0641\u0642\u0637 {startingKey}{startingKey} \u0625\u0644\u0649 \u0646\u0647\u0627\u064A\u0629 \u0645\u0631\u0628\u0639 \u0627\u0644\u0625\u062F\u062E\u0627\u0644\u060C \u0623\u0648 \u064A\u0645\u0643\u0646\u0643 \u062A\u062D\u062F\u064A\u062F \u0631\u0645\u0632 \u0627\u0644\u0644\u063A\u0629\u060C \u0639\u0644\u0649 \u0633\u0628\u064A\u0644 \u0627\u0644\u0645\u062B\u0627\u0644\u060C\uFF1A{startingKey}ja \u062A\u0639\u0646\u064A \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0641\u0642\u0637 \u0627\u0644\u062C\u0632\u0621 \u0645\u0646 {startingKey}\u062C\u0627 \u0625\u0644\u0649 \u0646\u0647\u0627\u064A\u0629 \u0645\u0631\u0628\u0639 \u0627\u0644\u0625\u062F\u062E\u0627\u0644.",inputStartingTriggerKeyDescriptionForNoneKey:"\u062A\u0645 \u0636\u0628\u0637\u0647 \u062D\u0627\u0644\u064A\u064B\u0627 \u0628\u062D\u064A\u062B \u0644\u0627 \u064A\u062A\u0637\u0644\u0628 \u0623\u064A \u0628\u0627\u062F\u0626\u0629\u060C \u0648\u0628\u0639\u0636 \u0648\u0638\u0627\u0626\u0641 \u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0646\u0635 \u0641\u064A \u0645\u0631\u0628\u0639 \u0627\u0644\u0625\u062F\u062E\u0627\u0644 \u063A\u064A\u0631 \u0645\u062A\u0627\u062D\u0629 \u0645\u0624\u0642\u062A\u064B\u0627.",inputTrailingTriggerKeyTitle:"\u062D\u062F\u062F \u062D\u0631\u0641 \u0627\u0644\u0645\u0634\u063A\u0644 \u0627\u0644\u0630\u064A \u064A\u0646\u0647\u064A \u0627\u0644\u0625\u062F\u062E\u0627\u0644",inputTrailingTriggerKeyDescription:"\u0633\u064A\u0624\u062F\u064A \u0627\u0644\u0636\u063A\u0637 \u0639\u0644\u0649{trailingKey} 3 \u0645\u0631\u0627\u062A \u0641\u064A \u062A\u062A\u0627\u0628\u0639 \u0633\u0631\u064A\u0639 \u0625\u0644\u0649 \u0628\u062F\u0621 \u0627\u0644\u062A\u0631\u062C\u0645\u0629",inputTrailingTriggerKeyTimeout:"\u0623\u062F\u062E\u0644 \u0627\u0644\u0641\u0627\u0635\u0644 \u0627\u0644\u0632\u0645\u0646\u064A \u0628\u064A\u0646 \u0627\u0644\u0645\u0634\u063A\u0644\u0627\u062A \u0644\u0625\u0646\u0647\u0627\u0621 \u0627\u0644\u062A\u062D\u0631\u064A\u0631 \u0648\u0627\u0644\u0633\u0631\u062F.",inputTrailingTriggerKeyTimeoutDescription:"\u0642\u0645 \u0628\u062A\u0639\u064A\u064A\u0646 \u0627\u0644\u0641\u0627\u0635\u0644 \u0627\u0644\u0632\u0645\u0646\u064A (\u0645\u0644\u064A \u062B\u0627\u0646\u064A\u0629) \u0644\u0644\u0625\u062F\u062E\u0627\u0644 \u0644\u0625\u0646\u0647\u0627\u0621 \u0645\u0634\u063A\u0644 \u0627\u0644\u062A\u062D\u0631\u064A\u0631 \u0648\u0627\u0644\u0633\u0631\u062F",spaceKey:"<\u0645\u0633\u0627\u0641\u0629>",noneKey:"\u0644\u0627 \u062A\u0648\u062C\u062F \u062D\u0627\u062C\u0629 \u0625\u0644\u0649 \u0628\u0627\u062F\u0626\u0629\u060C \u0642\u0645 \u0628\u062A\u0631\u062C\u0645\u0629 \u0645\u0631\u0628\u0639 \u0627\u0644\u0646\u0635 \u0628\u0627\u0644\u0643\u0627\u0645\u0644 \u0645\u0628\u0627\u0634\u0631\u0629\u064B",inputTranslationBlockUrlsTitle:"\u0644\u0627 \u062A\u0642\u0645 \u0645\u0637\u0644\u0642\u064B\u0627 \u0628\u062A\u0645\u0643\u064A\u0646 \u062A\u062D\u0633\u064A\u0646\u0627\u062A \u062D\u0642\u0644 \u0627\u0644\u0625\u062F\u062E\u0627\u0644 \u0641\u064A \u0639\u0646\u0627\u0648\u064A\u0646 URL",inputTranslationBlockUrlsDescription:"\u0641\u064A \u0639\u0646\u0627\u0648\u064A\u0646 URL \u0627\u0644\u062A\u0627\u0644\u064A\u0629\u060C \u0644\u0646 \u064A\u0635\u0628\u062D \u062A\u062D\u0633\u064A\u0646 \u0645\u0631\u0628\u0639 \u0627\u0644\u0625\u062F\u062E\u0627\u0644 \u0633\u0627\u0631\u064A \u0627\u0644\u0645\u0641\u0639\u0648\u0644",clickToSeeQuickDemo:"\u0627\u0646\u0642\u0631 \u0644\u062A\u0648\u0633\u064A\u0639 \u0641\u064A\u062F\u064A\u0648 \u0627\u0644\u062A\u0639\u0644\u064A\u0645\u0627\u062A \u0627\u0644\u0633\u0631\u064A\u0639\u0629 \u0644\u0645\u062F\u0629 30 \u062B\u0627\u0646\u064A\u0629",inputHelperInfo:"\u0645\u0644\u0627\u062D\u0638\u0629\uFF1A: \u0644\u0642\u062F \u0642\u0645\u0646\u0627 \u0628\u062A\u062D\u0633\u064A\u0646 \u0627\u0644\u0645\u0634\u0643\u0644\u0629 \u0639\u0644\u0649 \u0648\u062C\u0647 \u0627\u0644\u062A\u062D\u062F\u064A\u062F \u062D\u064A\u062B \u062A\u062A\u062D\u0648\u0644 \u0628\u0639\u0636 \u0623\u062D\u0631\u0641 \u0627\u0644\u062A\u0634\u063A\u064A\u0644 \u0625\u0644\u0649 \u0639\u0644\u0627\u0645\u0627\u062A \u062A\u0631\u0642\u064A\u0645 \u0635\u064A\u0646\u064A\u0629 \u0636\u0645\u0646 \u0637\u0631\u064A\u0642\u0629 \u0627\u0644\u0625\u062F\u062E\u0627\u0644 \u0627\u0644\u0635\u064A\u0646\u064A\u0629. \u0639\u0644\u0649 \u0633\u0628\u064A\u0644 \u0627\u0644\u0645\u062B\u0627\u0644\u060C \u0636\u0645\u0646 \u0637\u0631\u064A\u0642\u0629 \u0627\u0644\u0625\u062F\u062E\u0627\u0644 Sogou\u060C / \u0633\u0648\u0641 \u062A\u062A\u062D\u0648\u0644 \u0625\u0644\u0649 \u062A\u0648\u0642\u0641 \u0645\u0624\u0642\u062A\u060C \u0648\u062A\u062F\u0639\u0645 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u063A\u0627\u0645\u0631\u0629 \u062C\u0645\u064A\u0639 \u0627\u0644\u0631\u0645\u0648\u0632 \u0627\u0644\u0635\u064A\u0646\u064A\u0629 \u0627\u0644\u0645\u0642\u0627\u0628\u0644\u0629 \u0644\u0640 \u0633\u064A\u062A\u0645 \u0627\u0644\u062A\u0639\u0631\u0641 \u0639\u0644\u0649 \u0623\u062D\u0631\u0641 \u0627\u0644\u062A\u0634\u063A\u064A\u0644\u060C \u0623\u064A //\u060C \u0639\u0644\u0649 \u0623\u0646\u0647\u0627 \u0623\u062D\u0631\u0641 \u062A\u0634\u063A\u064A\u0644.

\u0641\u064A \u0627\u0644\u0648\u0642\u062A \u0646\u0641\u0633\u0647\u060C \u0646\u062F\u0639\u0645 \u0623\u064A\u0636\u064B\u0627 \u0627\u0644\u0623\u0633\u0645\u0627\u0621 \u0627\u0644\u0635\u064A\u0646\u064A\u0629 \u0627\u0644\u0645\u0633\u062A\u0639\u0627\u0631\u0629 \u0644\u0631\u0645\u0648\u0632 \u0627\u0644\u0644\u063A\u0629 \u0643\u0623\u0648\u0627\u0645\u0631. \u0639\u0644\u0649 \u0633\u0628\u064A\u0644 \u0627\u0644\u0645\u062B\u0627\u0644\u060C \u0633\u062A\u062A\u0645 \u062A\u0631\u062C\u0645\u0629 /Japanese Hello World \u0625\u0644\u0649 \u0627\u0644\u064A\u0627\u0628\u0627\u0646\u064A\u0629. <1> \u0627\u0646\u0642\u0631 \u0647\u0646\u0627 \u0644\u0639\u0631\u0636 \u0643\u0627\u0641\u0629 \u0631\u0645\u0648\u0632 \u0627\u0644\u0644\u063A\u0627\u062A \u0627\u0644\u0645\u062F\u0639\u0648\u0645\u0629. .",reloadCurrentPage:"\u064A\u0631\u062C\u0649 \u062A\u062D\u062F\u064A\u062B \u0627\u0644\u0635\u0641\u062D\u0629 \u0627\u0644\u062D\u0627\u0644\u064A\u0629 \u0642\u0628\u0644 \u0628\u062F\u0621 \u0627\u0644\u062A\u0631\u062C\u0645\u0629",noLocalFilePermissionForPDF:"\u0644\u064A\u0633 \u0644\u062F\u064A\u0646\u0627 \u062D\u0627\u0644\u064A\u064B\u0627 \u0625\u0630\u0646 \u0628\u0642\u0631\u0627\u0621\u0629 \u0627\u0644\u0645\u0644\u0641\u0627\u062A \u0627\u0644\u0645\u062D\u0644\u064A\u0629. \u0627\u0644\u0631\u062C\u0627\u0621 \u0627\u0644\u0646\u0642\u0631 \u0641\u0648\u0642 \u0627\u0644\u0632\u0631 \u0623\u0639\u0644\u0627\u0647 \u0648\u0627\u0633\u062A\u064A\u0631\u0627\u062F \u0627\u0644\u0645\u0644\u0641\u0627\u062A \u0627\u0644\u0645\u062D\u0644\u064A\u0629.",noPermissionForThisPage:"\u26A0\uFE0F \u0644\u0627 \u064A\u0648\u062C\u062F \u0625\u0630\u0646 \u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0635\u0641\u062D\u0629 \u0627\u0644\u062D\u0627\u0644\u064A\u0629",retryAllParagraphs:"\u0623\u0639\u062F \u0645\u062D\u0627\u0648\u0644\u0629 \u0643\u0627\u0641\u0629 \u0641\u0642\u0631\u0627\u062A \u0627\u0644\u062E\u0637\u0623",retryAllButton:"\u0623\u0639\u062F \u0645\u062D\u0627\u0648\u0644\u0629 \u0643\u0627\u0641\u0629 \u0641\u0642\u0631\u0627\u062A \u0627\u0644\u062E\u0637\u0623",errorTooltipTitle:"\u0627\u0646\u0642\u0631 \u0644\u0639\u0631\u0636 \u0633\u0628\u0628 \u0627\u0644\u062E\u0637\u0623",errorModalTitle:"\u064A\u0628\u062F\u0648 \u0623\u0646 \u0647\u0646\u0627\u0643 \u062E\u0637\u0623 \u0645\u0627 \u0641\u064A \u062E\u062F\u0645\u0629 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0623\u0648 \u0627\u0644\u0634\u0628\u0643\u0629...",disableConfirm:"\u0625\u0639\u062F\u0627\u062F\u0627\u062A \u062A\u0639\u0632\u064A\u0632 \u0627\u0644\u0645\u0639\u0644\u0648\u0645\u0627\u062A \u062B\u0646\u0627\u0626\u064A\u0629 \u0627\u0644\u0644\u063A\u0629",disableOnce:"\u0645\u0639\u0637\u0644\u0629 \u0647\u0630\u0647 \u0627\u0644\u0645\u0631\u0629",disableGlobal:"\u062A\u0639\u0637\u064A\u0644 \u062F\u0627\u0626\u0645",disableTint:"* \u064A\u0645\u0643\u0646\u0643 \u0625\u0639\u0627\u062F\u0629 \u062A\u0645\u0643\u064A\u0646\u0647 \u0641\u064A {option}.",searchEnhancementNotes:"\u0644\u0642\u062F \u0648\u062C\u062F\u0646\u0627 \u0623\u0646 \u0646\u062A\u0627\u0626\u062C \u0627\u0644\u0623\u062E\u0628\u0627\u0631 \u0644\u0644\u0643\u0644\u0645\u0627\u062A \u0627\u0644\u0631\u0626\u064A\u0633\u064A\u0629 \u0627\u0644\u0635\u064A\u0646\u064A\u0629 \u0648\u0627\u0644\u0643\u0644\u0645\u0627\u062A \u0627\u0644\u0631\u0626\u064A\u0633\u064A\u0629 \u0627\u0644\u0625\u0646\u062C\u0644\u064A\u0632\u064A\u0629 \u0645\u062E\u062A\u0644\u0641\u0629 \u062A\u0645\u0627\u0645\u064B\u0627. \u0628\u0639\u062F \u062A\u0645\u0643\u064A\u0646 \u0648\u0638\u064A\u0641\u0629 \u062A\u062D\u0633\u064A\u0646 \u0627\u0644\u0645\u0639\u0644\u0648\u0645\u0627\u062A \u062B\u0646\u0627\u0626\u064A\u0629 \u0627\u0644\u0644\u063A\u0629 \u0644\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u063A\u0627\u0645\u0631\u0629\u060C \u0633\u0646\u0628\u062D\u062B \u0641\u064A \u0645\u0648\u0627\u0642\u0639 \u0627\u0644\u0648\u064A\u0628 \u0627\u0644\u0645\u062F\u0639\u0648\u0645\u0629 (\u0623\u062E\u0628\u0627\u0631 Google\u060C \u0628\u062D\u062B Google (\u0628\u0639\u0636 \u0627\u0644\u0643\u0644\u0645\u0627\u062A \u0627\u0644\u0631\u0626\u064A\u0633\u064A\u0629)\u060C Snowball\u060C Oriental Fortune Network\u060C Futu \u060C Tiger) \u064A\u0628\u062D\u062B \u062A\u0644\u0642\u0627\u0626\u064A\u064B\u0627 \u0639\u0646 \u0646\u0641\u0633 \u0627\u0644\u0643\u0644\u0645\u0627\u062A \u0627\u0644\u0631\u0626\u064A\u0633\u064A\u0629 \u0628\u0627\u0644\u0644\u063A\u0629 \u0627\u0644\u0625\u0646\u062C\u0644\u064A\u0632\u064A\u0629 \u0648\u064A\u0639\u0631\u0636\u0647\u0627 \u0639\u0644\u0649 \u0627\u0644\u064A\u0645\u064A\u0646. \u0625\u0630\u0627 \u0644\u0645 \u062A\u0643\u0646 \u0628\u062D\u0627\u062C\u0629 \u0625\u0644\u0649 \u0647\u0630\u0647 \u0627\u0644\u0645\u064A\u0632\u0629\u060C \u0641\u064A\u0645\u0643\u0646\u0643 \u0627\u062E\u062A\u064A\u0627\u0631 \u062A\u0639\u0637\u064A\u0644\u0647\u0627.",option:"\u064A\u062B\u0628\u062A",saveSettings:"\u0627\u062D\u0641\u0638 \u0627\u0644\u062A\u063A\u064A\u064A\u0631\u0627\u062A",closeModal:"\u0623\u063A\u0644\u0642 \u0627\u0644\u0646\u0627\u0641\u0630\u0629",enableInputTranslationWithoutTriggerKeyTitle:"\u062A\u0645\u0643\u064A\u0646 \u0627\u0644\u062A\u062D\u0631\u064A\u0631 \u0648\u0627\u0644\u0633\u0631\u062F \u0627\u0644\u0633\u0631\u064A\u0639 3 \u0645\u0631\u0627\u062A{trailingKey}\u060C \u0648\u062A\u0631\u062C\u0645\u0629 \u0645\u0631\u0628\u0639 \u0627\u0644\u0625\u062F\u062E\u0627\u0644 \u0628\u0623\u0643\u0645\u0644\u0647 \u0645\u0628\u0627\u0634\u0631\u0629 \u0625\u0644\u0649{inputTargetLanguage}",enableInputTranslationWithoutTriggerKeyDescription:"\u0625\u0630\u0627 \u0643\u0646\u062A \u0628\u062D\u0627\u062C\u0629 \u0625\u0644\u0649 \u062A\u062D\u062F\u064A\u062F \u0627\u0644\u0644\u063A\u0629 \u0627\u0644\u0645\u0633\u062A\u0647\u062F\u0641\u0629\u060C \u0641\u064A\u0631\u062C\u0649 \u0625\u0636\u0627\u0641\u0629 \u0631\u0645\u0632 \u0627\u0644\u0644\u063A\u0629 \u0641\u064A \u0627\u0644\u0645\u0642\u062F\u0645\u0629\u060C \u0645\u062B\u0644\uFF1Aja Hello World",mouseHoverShortcutPlaceholder:"\u0645\u062B\u0644\uFF1A\u0627\u0644\u062A\u062D\u0648\u0644",deepLProName:"\u0639\u0636\u0648 \u0645\u062D\u062A\u0631\u0641 \u0641\u064A \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0634\u0627\u0645\u0644\u0629 (\u0645\u0633\u062A\u062D\u0633\u0646)",deepLProDescription:"\u064A\u0645\u0643\u0646 \u0627\u0633\u062A\u062E\u062F\u0627\u0645 \u0627\u0644\u062D\u0632\u0645\u0629 \u0627\u0644\u062D\u0627\u0644\u064A\u0629 \u0645\u0628\u0627\u0634\u0631\u0629",deeplProDescriptionForNormal:"\u0644\u0627 \u062A\u0648\u062C\u062F \u0625\u0639\u062F\u0627\u062F\u0627\u062A \u0645\u0637\u0644\u0648\u0628\u0629. \u064A\u0645\u0643\u0646\u0643 \u0627\u0633\u062A\u062E\u062F\u0627\u0645\u0647\u0627 \u0628\u0639\u062F \u062A\u0633\u062C\u064A\u0644 \u0627\u0644\u062F\u062E\u0648\u0644 \u0643\u0639\u0636\u0648. <1> \u0627\u0646\u0642\u0631 \u0647\u0646\u0627 \u0644\u0644\u062A\u0631\u0642\u064A\u0629 \u0625\u0644\u0649 \u0639\u0636\u0648.",deepLCustomDescription:"\u0623\u0646\u062A \u0628\u062D\u0627\u062C\u0629 \u0625\u0644\u0649 \u0628\u0637\u0627\u0642\u0629 \u0627\u0626\u062A\u0645\u0627\u0646 \u0623\u062C\u0646\u0628\u064A\u0629\u060C \u0627\u0646\u062A\u0642\u0644 \u0625\u0644\u0649 <1>DeepL \u062A\u0645 \u0641\u062A\u062D\u0647 \u0631\u0633\u0645\u064A\u064B\u0627\u060C \u0627\u0646\u0642\u0631 \u0644\u0639\u0631\u0636 \u0627\u0644\u0645\u0633\u062A\u0646\u062F\u0627\u062A <2>",deepLCustomName:"\u0645\u0641\u062A\u0627\u062D \u0627\u0644\u0645\u0635\u0627\u062F\u0642\u0629 \u0627\u0644\u0645\u062E\u0635\u0635",chooseProviderLabel:"\u0627\u062E\u062A\u0631 \u0645\u0632\u0648\u062F \u0627\u0644\u062E\u062F\u0645\u0629",openaiProName:"\u0639\u0636\u0648 \u0645\u062D\u062A\u0631\u0641 \u0641\u064A \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0634\u0627\u0645\u0644\u0629 (\u0645\u0633\u062A\u062D\u0633\u0646)",openaiProDescription:"\u064A\u0645\u0643\u0646 \u0627\u0633\u062A\u062E\u062F\u0627\u0645 \u0627\u0644\u062D\u0632\u0645\u0629 \u0627\u0644\u062D\u0627\u0644\u064A\u0629 \u0645\u0628\u0627\u0634\u0631\u0629",openaiProDescriptionForNormal:"\u0644\u0627 \u062A\u0648\u062C\u062F \u0625\u0639\u062F\u0627\u062F\u0627\u062A \u0645\u0637\u0644\u0648\u0628\u0629. \u064A\u0645\u0643\u0646\u0643 \u0627\u0633\u062A\u062E\u062F\u0627\u0645\u0647\u0627 \u0628\u0639\u062F \u062A\u0633\u062C\u064A\u0644 \u0627\u0644\u062F\u062E\u0648\u0644 \u0643\u0639\u0636\u0648. <1> \u0627\u0646\u0642\u0631 \u0647\u0646\u0627 \u0644\u0644\u062A\u0631\u0642\u064A\u0629 \u0625\u0644\u0649 \u0639\u0636\u0648.",openaiCustomDescription:"\u064A\u0645\u0643\u0646 \u0627\u0644\u062D\u0635\u0648\u0644 \u0639\u0644\u064A\u0647 \u0645\u0646 OpenAI \u0623\u0648 Azure OpenAI \u0623\u0648 \u062E\u062F\u0645\u0627\u062A \u0623\u062E\u0631\u0649 \u062A\u0627\u0628\u0639\u0629 \u0644\u062C\u0647\u0627\u062A \u062E\u0627\u0631\u062C\u064A\u0629.<1> \u0627\u0646\u0642\u0631 \u0647\u0646\u0627 \u0644\u0639\u0631\u0636 \u0627\u0644\u0645\u0633\u062A\u0646\u062F.",openaiCustomName:"\u0645\u0641\u062A\u0627\u062D \u0648\u0627\u062C\u0647\u0629 \u0628\u0631\u0645\u062C\u0629 \u0627\u0644\u062A\u0637\u0628\u064A\u0642\u0627\u062A \u0627\u0644\u0645\u062E\u0635\u0635",needLoginAction:"(\u0623\u062F\u062E\u0644 \u0627\u0644\u0639\u0636\u0648\u064A\u0629 \u0623\u0648 \u0627\u0644\u062A\u062E\u0635\u064A\u0635)",goLoginOrAction:"(\u0623\u062F\u062E\u0644 \u0627\u0644\u0639\u0636\u0648\u064A\u0629 \u0623\u0648 \u0627\u0630\u0647\u0628 \u0625\u0644\u0649 \u0627\u0644\u0625\u0639\u062F\u0627\u062F\u0627\u062A)",yearly:"\u0627\u0644\u0627\u0634\u062A\u0631\u0627\u0643 \u0627\u0644\u0633\u0646\u0648\u064A \u0627\u0644\u0645\u0633\u062A\u0645\u0631",quarterly:"\u0645\u0648\u0627\u0633\u0645 \u0645\u062A\u062A\u0627\u0644\u064A\u0629",monthly:"\u0627\u0634\u062A\u0631\u0627\u0643 \u0634\u0647\u0631\u064A \u0645\u0633\u062A\u0645\u0631",yearlyForOnce:"\u0627\u0644\u0628\u0627\u0642\u0629 \u0627\u0644\u0633\u0646\u0648\u064A\u0629 \u0644\u0645\u0631\u0629 \u0648\u0627\u062D\u062F\u0629",monthlyForOnce:"\u0628\u0627\u0642\u0629 \u0634\u0647\u0631\u064A\u0629 \u0644\u0645\u0631\u0629 \u0648\u0627\u062D\u062F\u0629",daily:"\u0623\u064A\u0627\u0645 \u0645\u062A\u062A\u0627\u0644\u064A\u0629",year:"\u0627\u0644\u0627\u0634\u062A\u0631\u0627\u0643 \u0627\u0644\u0633\u0646\u0648\u064A \u0627\u0644\u0645\u0633\u062A\u0645\u0631",quarter:"\u0645\u0648\u0627\u0633\u0645 \u0645\u062A\u062A\u0627\u0644\u064A\u0629",month:"\u0627\u0634\u062A\u0631\u0627\u0643 \u0634\u0647\u0631\u064A \u0645\u0633\u062A\u0645\u0631",day:"\u0623\u064A\u0627\u0645 \u0645\u062A\u062A\u0627\u0644\u064A\u0629",onetime_7day:"\u062D\u0632\u0645\u0629 \u062A\u062C\u0631\u064A\u0628\u064A\u0629 \u0644\u0645\u062F\u0629 7 \u0623\u064A\u0627\u0645",currentPlanDescriptionForFree:"\u0627\u0644\u062D\u0632\u0645\u0629 \u0627\u0644\u062D\u0627\u0644\u064A\u0629\uFF1A\u0645\u062C\u0627\u0646\u064A\u0629",currentPlanDescriptionForContinuous:"\u0627\u0644\u0628\u0627\u0642\u0629 \u0627\u0644\u062D\u0627\u0644\u064A\u0629\uFF1A{plan}\u062A\u062C\u062F\u064A\u062F\u0647\u0627 \u062A\u0644\u0642\u0627\u0626\u064A\u0627 \u0641\u064A {endAt}",currentPlanDescriptionForAutoRenewCaceling:"\u0627\u0644\u0628\u0627\u0642\u0629 \u0627\u0644\u062D\u0627\u0644\u064A\u0629\uFF1A{plan}\u0648\u0633\u062A\u0646\u062A\u0647\u064A \u0641\u064A {endAt} \u0648\u0644\u0646 \u064A\u062A\u0645 \u062A\u062C\u062F\u064A\u062F\u0647\u0627 \u062A\u0644\u0642\u0627\u0626\u064A\u064B\u0627 \u0628\u0639\u062F \u0627\u0646\u062A\u0647\u0627\u0621 \u0627\u0644\u0635\u0644\u0627\u062D\u064A\u0629.",currentYearlyPlanDescriptionForAutoRenewCacelingWithRealPaiedUser:"\u0633\u062A\u0646\u062A\u0647\u064A \u0635\u0644\u0627\u062D\u064A\u0629 \u0627\u0644\u062D\u0632\u0645\u0629 \u0627\u0644\u062D\u0627\u0644\u064A\u0629\uFF1A{plan}\u0641\u064A {endAt} \u0648\u0644\u0646 \u064A\u062A\u0645 \u062A\u062C\u062F\u064A\u062F\u0647\u0627 \u062A\u0644\u0642\u0627\u0626\u064A\u064B\u0627 \u0628\u0639\u062F \u0627\u0646\u062A\u0647\u0627\u0621 \u0627\u0644\u0635\u0644\u0627\u062D\u064A\u0629.
<1>\u0627\u0646\u0642\u0631 \u0647\u0646\u0627 \u0644\u0625\u062F\u0627\u0631\u0629 \u062E\u0637\u0637 \u0627\u0644\u062A\u062C\u062F\u064A\u062F",currentYearlyPlanDescriptionForAutoRenewCacelingWithAdmin:"\u0633\u062A\u0646\u062A\u0647\u064A \u0635\u0644\u0627\u062D\u064A\u0629 \u0627\u0644\u062D\u0632\u0645\u0629 \u0627\u0644\u062D\u0627\u0644\u064A\u0629\uFF1A{plan}\u0641\u064A {endAt} \u0648\u0644\u0646 \u064A\u062A\u0645 \u062A\u062C\u062F\u064A\u062F\u0647\u0627 \u062A\u0644\u0642\u0627\u0626\u064A\u064B\u0627 \u0628\u0639\u062F \u0627\u0646\u062A\u0647\u0627\u0621 \u0627\u0644\u0635\u0644\u0627\u062D\u064A\u0629.
<1>\u0627\u0636\u063A\u0637 \u0647\u0646\u0627 \u0644\u062A\u0641\u0639\u064A\u0644 \u0627\u0644\u0627\u0634\u062A\u0631\u0627\u0643 \u0627\u0644\u0633\u0646\u0648\u064A \u0627\u0644\u0645\u0633\u062A\u0645\u0631",currentPlanDescriptionForOneTime:"\u0627\u0644\u062D\u0632\u0645\u0629 \u0627\u0644\u062D\u0627\u0644\u064A\u0629\uFF1A{plan}\u0648\u0633\u062A\u0646\u062A\u0647\u064A \u0641\u064A {endAt} <1> \u0627\u0646\u0642\u0631 \u0647\u0646\u0627 \u0644\u0644\u062A\u0631\u0642\u064A\u0629 \u0625\u0644\u0649 \u0627\u0644\u0631\u0633\u0648\u0645 \u0627\u0644\u0633\u0646\u0648\u064A\u0629 \u0623\u0648 <2> \u0631\u0633\u0648\u0645 \u0634\u0647\u0631\u064A\u0629 \u0639\u0636\u0648",upgradePlan:"\u0627\u0646\u0642\u0631 \u0647\u0646\u0627 \u0644\u0644\u062A\u0631\u0642\u064A\u0629 \u0625\u0644\u0649 \u0639\u0636\u0648\u064A\u0629 Pro",upgradeToPro:"\u0627\u0644\u062A\u0631\u0642\u064A\u0629 \u0625\u0644\u0649 \u0639\u0636\u0648\u064A\u0629 \u0628\u0631\u0648","popup.openPro":"\u0628\u0639\u062F \u0627\u0644\u062A\u0631\u0642\u064A\u0629 \u0625\u0644\u0649 \u0639\u0636\u0648\u064A\u0629 Pro\u060C \u064A\u0645\u0643\u0646\u0643 \u0627\u0644\u0627\u0633\u062A\u0645\u062A\u0627\u0639 \u0628\u062A\u0631\u062C\u0645\u0629 DeepL \u0648OpenAI\u060C \u0627\u0646\u0642\u0631 \u0647\u0646\u0627 \u0644\u0644\u062A\u0631\u0642\u064A\u0629","popup.openProForPro":"\u0623\u0646\u062A \u0639\u0636\u0648 \u0645\u062D\u062A\u0631\u0641 \u0648\u064A\u0645\u0643\u0646\u0643 \u0627\u0633\u062A\u062E\u062F\u0627\u0645 \u062A\u0631\u062C\u0645\u0629 DeepL \u0648OpenAI \u0645\u0628\u0627\u0634\u0631\u0629",currentAccount:"\u0627\u0644\u062D\u0633\u0627\u0628 \u0627\u0644\u062D\u0627\u0644\u064A",enableAutoSyncUserSettings:"\u062A\u0645\u0643\u064A\u0646 \u0627\u0644\u0645\u0632\u0627\u0645\u0646\u0629 \u0627\u0644\u0633\u062D\u0627\u0628\u064A\u0629 \u0627\u0644\u062A\u0644\u0642\u0627\u0626\u064A\u0629 \u0639\u0628\u0631 \u0623\u062C\u0647\u0632\u0629 \u0645\u062A\u0639\u062F\u062F\u0629",modalEnableInputTranslationTitle:"\u0646\u0635\u0627\u0626\u062D \u062A\u0631\u062C\u0645\u0629 \u0645\u0631\u0628\u0639 \u0625\u062F\u062E\u0627\u0644 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u063A\u0627\u0645\u0631\u0629",modalEnableInputTranslationDesc:"\u0644\u0642\u062F \u0642\u0645\u062A \u0644\u0644\u062A\u0648 \u0628\u062A\u0634\u063A\u064A\u0644 \u062A\u0631\u062C\u0645\u0629 \u0645\u0631\u0628\u0639 \u0627\u0644\u0625\u062F\u062E\u0627\u0644 \u0644\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0634\u0627\u0645\u0644\u0629 \u0639\u0646 \u0637\u0631\u064A\u0642 \u0627\u0644\u0636\u063A\u0637 \u0639\u0644\u0649 \u0634\u0631\u064A\u0637 \u0627\u0644\u0645\u0633\u0627\u0641\u0629 \u062B\u0644\u0627\u062B \u0645\u0631\u0627\u062A \u0641\u064A \u062A\u062A\u0627\u0628\u0639 \u0633\u0631\u064A\u0639\u060C \u0648\u0633\u064A\u062A\u0645 \u062A\u0631\u062C\u0645\u0629 \u0645\u062D\u062A\u0648\u0649 \u0645\u0631\u0628\u0639 \u0627\u0644\u0625\u062F\u062E\u0627\u0644 \u0625\u0644\u0649 \u0627\u0644\u0644\u063A\u0629 \u0627\u0644\u0647\u062F\u0641 \u0627\u0644\u0627\u0641\u062A\u0631\u0627\u0636\u064A\u0629. \u064A\u0645\u0643\u0646 \u0627\u0644\u062A\u0631\u0627\u062C\u0639 \u0639\u0646 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0639\u0628\u0631 Ctrl+Z.

\u0625\u0630\u0627 \u0643\u0627\u0646 \u0647\u0630\u0627 \u062E\u0637\u0623\u060C \u0641\u0644\u0627 \u062A\u0642\u0644\u0642\u060C \u064A\u0645\u0643\u0646\u0643 \u0627\u062E\u062A\u064A\u0627\u0631 \u062A\u0639\u0637\u064A\u0644\u0647 \u0647\u0630\u0647 \u0627\u0644\u0645\u0631\u0629\u060C \u0623\u0648 \u062A\u0639\u0637\u064A\u0644 \u062A\u0631\u062C\u0645\u0629 \u0645\u0631\u0628\u0639 \u0627\u0644\u0625\u062F\u062E\u0627\u0644 \u0628\u0634\u0643\u0644 \u062F\u0627\u0626\u0645.",saveAndNotShowAgain:"\u0627\u062D\u0641\u0638 \u0648\u0644\u0627 \u062A\u0637\u0627\u0644\u0628 \u0645\u0631\u0629 \u0623\u062E\u0631\u0649",disableInputTranslationTips:"* \u064A\u0645\u0643\u0646\u0643 \u0623\u064A\u0636\u064B\u0627 \u0636\u0628\u0637 \u0645\u0641\u0627\u062A\u064A\u062D \u0627\u0644\u0627\u062E\u062A\u0635\u0627\u0631 \u0627\u0644\u0623\u062E\u0631\u0649 \u0644\u062A\u0634\u063A\u064A\u0644\u0647\u0627 \u0641\u064A {option} \u060C{learnMore}.",learnMore:"\u0627\u0646\u0642\u0631 \u0647\u0646\u0627 \u0644\u0645\u0639\u0631\u0641\u0629 \u0627\u0644\u0645\u0632\u064A\u062F",continueEnalbeInputTranslation:"\u0627\u0633\u062A\u0645\u0631 \u0641\u064A \u062A\u0645\u0643\u064A\u0646 \u062A\u0631\u062C\u0645\u0629 \u0645\u0631\u0628\u0639 \u0627\u0644\u0625\u062F\u062E\u0627\u0644",autoRenewTrialSuffix:'(\u0623\u062B\u0646\u0627\u0621 \u0627\u0644\u0641\u062A\u0631\u0629 \u0627\u0644\u062A\u062C\u0631\u064A\u0628\u064A\u0629\u060C \u0633\u064A\u062A\u0645 \u062A\u0631\u0642\u064A\u0629\u0639\u0644\u0649 \u0627\u0644\u0641\u0648\u0631 \u0625\u0644\u0649\u0631\u0633\u0645\u064A1 )',upgradeFromTrialTitle:"\u0627\u0644\u062A\u0631\u0642\u064A\u0629 \u0625\u0644\u0649 \u0639\u0636\u0648 \u0631\u0633\u0645\u064A",subtitle:"\u062A\u0631\u062C\u0645\u0627\u062A \u0627\u0644\u0641\u064A\u062F\u064A\u0648",youtubeService:"\u062E\u062F\u0645\u0629 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u063A\u0627\u0645\u0631\u0629 \u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0641\u064A\u062F\u064A\u0648","subtitle.disabledSubtitle":"\u062A\u0639\u0637\u064A\u0644 \u062A\u0631\u062C\u0645\u0627\u062A \u0627\u0644\u0641\u064A\u062F\u064A\u0648 \u0628\u0634\u0643\u0644 \u062F\u0627\u0626\u0645","subtitle.disabledSubtitleDescription":"\u0625\u0630\u0627 \u0643\u0627\u0646\u062A \u062A\u0631\u062C\u0645\u0627\u062A \u0627\u0644\u0641\u064A\u062F\u064A\u0648 \u0627\u0644\u062E\u0627\u0635\u0629 \u0628\u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0634\u0627\u0645\u0644\u0629 \u062A\u062A\u0639\u0627\u0631\u0636 \u0645\u0639 \u0645\u0644\u062D\u0642\u0627\u062A \u0623\u062E\u0631\u0649\u060C \u0641\u064A\u0645\u0643\u0646\u0643 \u0627\u062E\u062A\u064A\u0627\u0631 \u062A\u0639\u0637\u064A\u0644 \u0648\u0638\u064A\u0641\u0629 \u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0641\u064A\u062F\u064A\u0648 \u0627\u0644\u062E\u0627\u0635\u0629 \u0628\u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0634\u0627\u0645\u0644\u0629 \u0628\u0634\u0643\u0644 \u062F\u0627\u0626\u0645 \u0623\u0648 \u0625\u0644\u063A\u0627\u0621 \u062A\u062B\u0628\u064A\u062A \u0627\u0644\u0645\u0644\u062D\u0642\u0627\u062A \u0627\u0644\u0645\u062A\u0639\u0627\u0631\u0636\u0629 \u0627\u0644\u0623\u062E\u0631\u0649.","subtitle.autoEnableSubtitle":"\u0627\u0633\u062A\u062E\u062F\u0645 \u0627\u0644\u062A\u0631\u062C\u0645\u0627\u062A \u062B\u0646\u0627\u0626\u064A\u0629 \u0627\u0644\u0644\u063A\u0629 \u062A\u0644\u0642\u0627\u0626\u064A\u064B\u0627","subtitle.autoEnableSubtitleDescription":"\u0628\u0639\u062F \u0627\u0644\u062A\u0641\u0639\u064A\u0644\u060C \u0639\u0646\u062F \u062A\u0634\u063A\u064A\u0644 \u0627\u0644\u0641\u064A\u062F\u064A\u0648\u060C \u0633\u064A\u062A\u0645 \u0639\u0631\u0636 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u062B\u0646\u0627\u0626\u064A\u0629 \u062A\u0644\u0642\u0627\u0626\u064A\u064B\u0627\u060C \u0648\u0625\u0644\u0627 \u0633\u064A\u062A\u0639\u064A\u0646 \u0627\u0644\u0646\u0642\u0631 \u0639\u0644\u0649 \u0632\u0631 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0644\u0644\u0639\u0631\u0636.","subtitle.preTranslation":"\u0627\u0633\u062A\u062E\u062F\u0645 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0634\u0627\u0645\u0644\u0629 \u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u062A\u0631\u062C\u0645\u0627\u062A","subtitle.preTranslationDescription":"\u0628\u0639\u062F \u062A\u0641\u0639\u064A\u0644\u0647\u0627\u060C \u0633\u062A\u0639\u0637\u0649 \u0627\u0644\u0623\u0648\u0644\u0648\u064A\u0629 \u0644\u0627\u0633\u062A\u062E\u062F\u0627\u0645 \u062E\u062F\u0645\u0629 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0645\u062D\u062F\u062F\u0629 \u0623\u062F\u0646\u0627\u0647 \u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0628\u0627\u0644\u0643\u0627\u0645\u0644 \u0645\u0642\u062F\u0645\u064B\u0627. \u064A\u0633\u062A\u0647\u0644\u0643 \u0645\u0642\u0637\u0639 \u0641\u064A\u062F\u064A\u0648 \u0645\u062F\u062A\u0647 \u0633\u0627\u0639\u0629 \u0648\u0627\u062D\u062F\u0629 \u0645\u0627 \u064A\u0642\u0631\u0628 \u0645\u0646 50000 \u0631\u0645\u0632\u064B\u0627 \u0623\u0648 \u062D\u0631\u0641\u064B\u0627\u060C \u0644\u0630\u0627 \u064A\u0631\u062C\u0649 \u0627\u0633\u062A\u062E\u062F\u0627\u0645\u0647\u0627 \u0628\u0627\u0644\u0634\u0643\u0644 \u0627\u0644\u0645\u0646\u0627\u0633\u0628\u061B \u0628\u0639\u062F \u0627\u0644\u062A\u0639\u0637\u064A\u0644\u060C \u0633\u062A\u0639\u0637\u0649 \u0627\u0644\u0623\u0648\u0644\u0648\u064A\u0629 \u0644\u0627\u0633\u062A\u062E\u062F\u0627\u0645 \u0627\u0644\u062A\u0631\u062C\u0645\u0627\u062A \u0627\u0644\u0645\u062A\u0631\u062C\u0645\u0629 \u0622\u0644\u064A\u064B\u0627 \u0648\u0627\u0644\u062A\u064A \u062A\u0623\u062A\u064A \u0645\u0639 \u0627\u0644\u0641\u064A\u062F\u064A\u0648 \u0627\u0644\u0623\u0635\u0644\u064A.","subtitle.humanSubtitlesPreferred":"\u0625\u0639\u0637\u0627\u0621 \u0627\u0644\u0623\u0648\u0644\u0648\u064A\u0629 \u0644\u0627\u0633\u062A\u062E\u062F\u0627\u0645 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0628\u0634\u0631\u064A\u0629","subtitle.humanSubtitlesPreferredDescription":"\u0639\u0646\u062F\u0645\u0627 \u064A\u062D\u062A\u0648\u064A \u0645\u0642\u0637\u0639 \u0641\u064A\u062F\u064A\u0648 \u0639\u0644\u0649 \u062A\u0631\u062C\u0645\u0627\u062A \u064A\u062F\u0648\u064A\u0629 \u0628\u0627\u0644\u0644\u063A\u0629 \u0627\u0644\u0647\u062F\u0641\u060C \u0627\u0633\u062A\u062E\u062F\u0645 \u0627\u0644\u062A\u0631\u062C\u0645\u0627\u062A \u0627\u0644\u064A\u062F\u0648\u064A\u0629 \u0623\u0648\u0644\u0627\u064B (\u0645\u0648\u0635\u0649 \u0628\u0647)",videoSubtitleTranslationDescription:"\u062A\u062E\u0635\u064A\u0635 \u062E\u062F\u0645\u0629 \u062A\u0631\u062C\u0645\u0629 \u0645\u0646\u0641\u0635\u0644\u0629 \u0644\u062A\u0631\u062C\u0645\u0627\u062A \u0627\u0644\u0641\u064A\u062F\u064A\u0648",subtitleTranslating:"\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u062A\u0631\u062C\u0645\u0627\u062A \u0628\u0627\u0633\u062A\u062E\u062F\u0627\u0645 {service} \u062E\u062F\u0645\u0629\u060C \u064A\u0631\u062C\u0649 \u0627\u0644\u0627\u0646\u062A\u0638\u0627\u0631... (\u062A\u0631\u062C\u0645\u0629 \u063A\u0627\u0645\u0631\u0629)",subtitleLoading:"\u062C\u0627\u0631\u064D \u062A\u062D\u0645\u064A\u0644 \u0627\u0644\u062A\u0631\u062C\u0645\u0629...",bilingual:"\u062B\u0646\u0627\u0626\u064A \u0627\u0644\u0644\u063A\u0629","field.action":"\u0645\u0627 \u0625\u0630\u0627 \u0643\u0627\u0646 \u0633\u064A\u062A\u0645 \u062A\u0645\u0643\u064A\u0646 \u0645\u0635\u0637\u0644\u062D\u0627\u062A \u0628\u0627\u064A\u062F\u0648","description.action":"\u0628\u0639\u062F \u0627\u0644\u062A\u0645\u0643\u064A\u0646\u060C \u0633\u062A\u062A\u0645 \u0625\u0636\u0627\u0641\u0629 \u0627\u0644\u0625\u062C\u0631\u0627\u0621 \u0627\u0644\u0645\u0639\u0644\u0645\u0629 = 1 \u0625\u0644\u0649 \u0637\u0644\u0628 \u0625\u0628\u0644\u0627\u063A Baidu \u0644\u062A\u0645\u0643\u064A\u0646 \u0627\u0644\u0645\u0635\u0637\u0644\u062D.<1> \u064A\u0631\u062C\u0649 \u0627\u0644\u0631\u062C\u0648\u0639 \u0625\u0644\u0649 \u0627\u0644\u0648\u062B\u0627\u0626\u0642 \u0627\u0644\u0631\u0633\u0645\u064A\u0629 \u0644\u0645\u0632\u064A\u062F \u0645\u0646 \u0627\u0644\u062A\u0639\u0644\u064A\u0645\u0627\u062A.",closeQuickTranslation:"\u0623\u063A\u0644\u0642 \u0627\u0644\u0643\u0631\u0629 \u0627\u0644\u0639\u0627\u0626\u0645\u0629","closeQuickTranslation.untilNext":"\u0645\u063A\u0644\u0642 \u062D\u062A\u0649 \u0627\u0644\u0632\u064A\u0627\u0631\u0629 \u0627\u0644\u0642\u0627\u062F\u0645\u0629","closeQuickTranslation.currentWebsite":"\u0627\u0644\u0645\u0648\u0642\u0639 \u0627\u0644\u062D\u0627\u0644\u064A \u0645\u0639\u0637\u0644","closeQuickTranslation.alwaysClose":"\u062A\u0639\u0637\u064A\u0644 \u062F\u0627\u0626\u0645","closeQuickTranslation.settingOpen":"(\u064A\u0645\u0643\u0646 \u0627\u0644\u0639\u062B\u0648\u0631 \u0639\u0644\u064A\u0647 \u0641\u064A \u0635\u0641\u062D\u0629 \u0627\u0644\u0625\u0639\u062F\u0627\u062F <1> \u0634\u063A\u0644\u0647)","closeQuickTranslation.cancel":"\u064A\u0644\u063A\u064A","closeQuickTranslation.confirm":"\u0628\u0627\u0644\u062A\u0623\u0643\u064A\u062F","floatBall.popup":"\u0627\u0641\u062A\u062D \u0644\u0648\u062D\u0629 \u0627\u0644\u0625\u0639\u062F\u0627\u062F\u0627\u062A \u0627\u0644\u0633\u0631\u064A\u0639\u0629","floatBall.translate":"\u0627\u0646\u0642\u0631 \u0644\u062A\u0631\u062C\u0645\u0629 \u0647\u0630\u0647 \u0627\u0644\u0635\u0641\u062D\u0629","floatBall.showOriginal":"\u0627\u0646\u0642\u0631 \u0644\u0644\u062A\u0628\u062F\u064A\u0644 \u0645\u0631\u0629 \u0623\u062E\u0631\u0649 \u0625\u0644\u0649 \u0627\u0644\u0646\u0635 \u0627\u0644\u0623\u0635\u0644\u064A","floatBall.close":"\u0623\u063A\u0644\u0642 \u0627\u0644\u0643\u0631\u0629 \u0627\u0644\u0639\u0627\u0626\u0645\u0629","floatBallOptions.enableDescPc":"\u0628\u0639\u062F \u062A\u0641\u0639\u064A\u0644 \u0627\u0644\u0643\u0631\u0629 \u0627\u0644\u0639\u0627\u0626\u0645\u0629 \u0644\u0644\u0635\u0641\u062D\u0629\u060C \u0633\u064A\u062A\u0645 \u0639\u0631\u0636 \u0632\u0631 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0633\u0631\u064A\u0639\u0629 \u0639\u0644\u0649 \u0627\u0644\u062C\u0627\u0646\u0628 \u0627\u0644\u0623\u064A\u0645\u0646 \u0645\u0646 \u0627\u0644\u0635\u0641\u062D\u0629\u060C \u0627\u0646\u0642\u0631 \u0644\u0644\u062A\u0631\u062C\u0645\u0629.","floatBallOptions.enableDesc":"\u0628\u0639\u062F \u0625\u063A\u0644\u0627\u0642 \u0627\u0644\u0643\u0631\u0629 \u0627\u0644\u0639\u0627\u0626\u0645\u0629\u060C \u064A\u0645\u0643\u0646 \u0625\u064A\u0642\u0627\u0638\u0647\u0627 \u0628\u0640{touch}. \u0644\u0645\u0646\u0639 \u0627\u0644\u0639\u062B\u0648\u0631 \u0639\u0644\u0649 \u0627\u0644\u0643\u0631\u0629 \u0627\u0644\u0639\u0627\u0626\u0645\u0629 \u0628\u0639\u062F \u0625\u064A\u0642\u0627\u0641 \u062A\u0634\u063A\u064A\u0644 \u0647\u0630\u0627 \u0627\u0644\u062E\u064A\u0627\u0631 \u0639\u0646 \u0637\u0631\u064A\u0642 \u0627\u0644\u062E\u0637\u0623\u060C \u064A\u0648\u0635\u0649 \u0628\u0634\u062F\u0629 \u0628\u0648\u0636\u0639 \u0625\u0634\u0627\u0631\u0629 \u0645\u0631\u062C\u0639\u064A\u0629 \u0639\u0644\u0649 \u0635\u0641\u062D\u0629 \u0627\u0644\u0625\u0639\u062F\u0627\u062F\u0627\u062A \u0647\u0630\u0647.","description.azureApiUrl":"\u0627\u0645\u0644\u0623 \u0639\u0646\u0648\u0627\u0646 \u0648\u0627\u062C\u0647\u0629 API \u0627\u0644\u0645\u062E\u0635\u0635\u0629",confirmSupportMouse:"\u0641\u0631\u0636 \u062F\u0639\u0645 \u0627\u0644\u0645\u0627\u0648\u0633 \u0644\u064A\u062A\u0645 \u062A\u0645\u0643\u064A\u0646\u0647",confirmSupportMouseDescription:"\u062A\u0645 \u0627\u0643\u062A\u0634\u0627\u0641 \u0623\u0646 \u0627\u0644\u0645\u062A\u0635\u0641\u062D \u0627\u0644\u062D\u0627\u0644\u064A \u0644\u0627 \u064A\u062F\u0639\u0645 \u0648\u0638\u064A\u0641\u0629 \u0627\u0644\u0645\u0627\u0648\u0633. \u0647\u0644 \u062A\u0631\u064A\u062F \u0641\u0631\u0636 \u062A\u0645\u0643\u064A\u0646 \u062F\u0639\u0645 \u0627\u0644\u0645\u0627\u0648\u0633\u061F",sampleTargetText:"\u0627\u0644\u0644\u064A\u0644 \u0627\u0644\u0637\u0648\u064A\u0644 \u0642\u0627\u062F\u0645\u060C \u0648\u0633\u0623\u0638\u0644 \u0633\u0627\u0647\u0631\u064B\u0627 \u0645\u0646 \u0627\u0644\u0622\u0646 \u0641\u0635\u0627\u0639\u062F\u064B\u0627 \u062D\u062A\u0649 \u0623\u0645\u0648\u062A. \u0644\u0646 \u0623\u062A\u062E\u0630 \u0632\u0648\u062C\u0629\u060C \u0648\u0644\u0627 \u0625\u0642\u0637\u0627\u0639\u064A\u0629\u060C \u0648\u0644\u0627 \u0623\u0637\u0641\u0627\u0644\u0627\u064B. \u0644\u0646 \u0623\u0631\u062A\u062F\u064A \u0627\u0644\u062A\u0627\u062C \u0623\u0648 \u0623\u062A\u0646\u0627\u0641\u0633 \u0639\u0644\u0649 \u0627\u0644\u0623\u0648\u0633\u0645\u0629. \u0633\u0623\u0642\u0648\u0645 \u0628\u0648\u0627\u062C\u0628\u064A \u0628\u0625\u062E\u0644\u0627\u0635\u060C \u0648\u0623\u0639\u064A\u0634 \u0648\u0623\u0645\u0648\u062A.",sampleSourceText:"Night gathers, and now my watch begins. It shall not end until my death. I shall take no wife, hold no lands, father no children. I shall wear no crowns and win no glory. I shall live and die at my post.","subtitle.supportedSites":"\u5DF2\u652F\u6301\u5728\u8FD9\u4E9B\u7F51\u7AD9\u4F7F\u7528\u53CC\u8BED\u5B57\u5E55\uFF08\u6CE8\u610F\uFF1A\u7531\u4E8E\u6280\u672F\u9650\u5236\uFF0C\u90E8\u5206\u7F51\u7AD9\u5728\u9996\u6B21\u5F00\u542F\u5B57\u5E55\u540E\u9700\u8981\u91CD\u65B0\u5237\u65B0\u9875\u9762\uFF0C\u6216\u8005\u9700\u7B49\u5F85\u7FFB\u8BD1\u5B8C\u6210\u4EE5\u663E\u793A\u53CC\u8BED\u5B57\u5E55\uFF09\uFF1A",viewWithImmersiveTranslate:"\u53CC\u8BED\u7248\u672C(\u6C89\u6D78\u5F0F\u7FFB\u8BD1)",errorReason:"\u9519\u8BEF\u539F\u56E0\uFF1A{message}","proQuotaExceededError.onetime7day":'\uFF0C\u60A8\u53EF\u4EE5\u9009\u62E9\u4EE5\u4E0B\u65B9\u5F0F\u89E3\u51B3\uFF1A

1. \u5207\u6362\u5230 {anotherService} \u6216\u5176\u4ED6\u7FFB\u8BD1\u670D\u52A1
2. \u5347\u7EA7\u4E3A\u6708\u5EA6/\u5E74\u5EA6\u4F1A\u5458',"proQuotaExceededError.trial":'\uFF0C\u60A8\u53EF\u4EE5\u9009\u62E9\u4EE5\u4E0B\u65B9\u5F0F\u89E3\u51B3\uFF1A

1. \u5207\u6362\u5230 {anotherService} \u6216\u5176\u4ED6\u7FFB\u8BD1\u670D\u52A1
2. \u7ACB\u523B\u5347\u7EA7\u4E3A\u6B63\u5F0F\u4F1A\u5458',"proQuotaExceededError.nonTrial":'\uFF0C\u60A8\u53EF\u4EE5\u9009\u62E9\u4EE5\u4E0B\u65B9\u5F0F\u89E3\u51B3\uFF1A

1. \u5207\u6362\u5230 {anotherService} \u6216\u5176\u4ED6\u7FFB\u8BD1\u670D\u52A1
2. \u8D2D\u4E70 {translationService} \u989D\u5916\u6D41\u91CF\u5305',"proQuotaExceededError.resetTime":"
3. \u989D\u5EA6\u91CD\u7F6E\u65F6\u95F4\uFF1A{resetTime}","desc.touchShortcutsToggleTranslatePageOnlyTranslation":'\u062A\u0634\u064A\u0631 "\u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0641\u0642\u0637" \u0625\u0644\u0649 \u0639\u0631\u0636 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0641\u0642\u0637\u060C \u0625\u0630\u0627 \u0644\u0645 \u064A\u062A\u0645 \u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0635\u0641\u062D\u0629 \u0627\u0644\u0625\u0644\u0643\u062A\u0631\u0648\u0646\u064A\u0629 \u0628\u0639\u062F\u060C \u0633\u064A\u062A\u0645 \u062A\u063A\u064A\u064A\u0631 \u0627\u0644\u0648\u0636\u0639 \u0648\u062A\u0631\u062C\u0645\u062A\u0647\u0627.',"desc.toggleOnlyTransation":"\u062A\u0634\u064A\u0631 \u0648\u0636\u0639\u064A\u0629 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0641\u0642\u0637 \u0625\u0644\u0649 \u0639\u0631\u0636 \u0627\u0644\u0646\u0635 \u0627\u0644\u0645\u062A\u0631\u062C\u0645 \u0641\u0642\u0637\u060C \u0625\u0630\u0627 \u0644\u0645 \u064A\u062A\u0645 \u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0635\u0641\u062D\u0629 \u0627\u0644\u0625\u0644\u0643\u062A\u0631\u0648\u0646\u064A\u0629 \u0628\u0639\u062F\u060C \u0633\u064A\u062A\u0645 \u062A\u063A\u064A\u064A\u0631 \u0627\u0644\u0648\u0636\u0639 \u0648\u062A\u0631\u062C\u0645\u062A\u0647\u0627.",touchShortcutsToggleTranslatePageOnlyTranslation:"\u062A\u0639\u064A\u064A\u0646 \u0627\u0644\u0625\u064A\u0645\u0627\u0621\u0627\u062A \u0639\u0644\u0649 \u0627\u0644\u0634\u0627\u0634\u0629 \u0644\u0644\u062A\u0628\u062F\u064A\u0644 \u0628\u064A\u0646 \u0627\u0644\u0648\u0636\u0639 \u0627\u0644\u0645\u0632\u062F\u0648\u062C / \u0627\u0644\u0648\u0636\u0639 \u0627\u0644\u0646\u0635\u064A \u0641\u0642\u0637",download_started:"\u0628\u062F\u0623 \u0627\u0644\u062A\u0646\u0632\u064A\u0644 \u0628\u0627\u0644\u0641\u0639\u0644\u060C \u0625\u0630\u0627 \u0644\u0645 \u064A\u062A\u0645 \u0627\u0644\u062A\u0646\u0632\u064A\u0644 \u062A\u0644\u0642\u0627\u0626\u064A\u064B\u0627\u060C \u064A\u0631\u062C\u0649 \u0627\u0644\u0646\u0642\u0631 \u064A\u062F\u0648\u064A\u064B\u0627",here:"\u0647\u0646\u0627","desc.toggleVideoSubtitlePreTranslation":"\u0628\u0639\u062F \u0627\u0644\u0636\u063A\u0637\u060C \u0633\u062A\u0633\u062A\u062E\u062F\u0645 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u063A\u0627\u0645\u0631\u0629 \u0644\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u062B\u0646\u0627\u0626\u064A\u0629 \u0644\u0644\u0641\u064A\u062F\u064A\u0648 \u0628\u0634\u0643\u0644 \u0623\u0648\u0644\u0648\u064A\u060C \u0648\u0628\u0627\u0644\u0636\u063A\u0637 \u0645\u0631\u0629 \u0623\u062E\u0631\u0649\u060C \u0633\u062A\u0633\u062A\u062E\u062F\u0645 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0622\u0644\u064A\u0629 \u0627\u0644\u0645\u0631\u0641\u0642\u0629 \u0628\u0627\u0644\u0641\u064A\u062F\u064A\u0648 \u0627\u0644\u0623\u0635\u0644\u064A \u0628\u0634\u0643\u0644 \u0623\u0648\u0644\u0648\u064A. \u064A\u0631\u062C\u0649 \u0645\u0644\u0627\u062D\u0638\u0629: \u0647\u0630\u0627 \u0627\u0644\u0627\u062E\u062A\u0635\u0627\u0631 \u064A\u0639\u062F\u0644 \u0627\u0644\u0625\u0639\u062F\u0627\u062F\u0627\u062A \u0627\u0644\u0639\u0627\u0645\u0629.",videoSubtitlePreTranslationOn:"\u0633\u064A\u062A\u0645 \u0627\u0633\u062A\u062E\u062F\u0627\u0645 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u063A\u0627\u0645\u0631\u0629 \u0628\u0634\u0643\u0644 \u0623\u0648\u0644\u0648\u064A \u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u062A\u0631\u062C\u0645\u0627\u062A \u0627\u0644\u0645\u0631\u0626\u064A\u0629",videoSubtitlePreTranslationOff:"\u0633\u064A\u062A\u0645 \u0627\u0633\u062A\u062E\u062F\u0627\u0645 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0622\u0644\u064A\u0629 \u0644\u0644\u062A\u0631\u062C\u0645\u0629 \u0641\u064A \u0627\u0644\u0641\u064A\u062F\u064A\u0648 \u0628\u0634\u0643\u0644 \u0623\u0648\u0644\u0648\u064A",translationFont:"\u062A\u0639\u064A\u064A\u0646 \u0627\u0644\u062E\u0637","translationFont.custom":"\u0623\u062F\u062E\u0644 \u0627\u0644\u062E\u0637 \u0627\u0644\u0645\u062E\u0635\u0635","translationFont.customPlaceholder":"\u062E\u0637 \u0627\u0644\u0643\u062A\u0627\u0628\u0629","translationFont.notSupportErrorMessage":"\u064A\u0631\u062C\u0649 \u0627\u0644\u062A\u062D\u0642\u0642 \u0645\u0646 \u0635\u062D\u0629 \u0627\u0633\u0645 \u0627\u0644\u062E\u0637 \u0627\u0644\u0630\u064A \u0623\u062F\u062E\u0644\u062A\u0647 \u060C \u0623\u0648 \u0627\u0644\u062A\u0623\u0643\u062F \u0645\u0646 \u0623\u0646 \u0627\u0644\u062E\u0637 \u0642\u062F \u062A\u0645 \u062A\u062B\u0628\u064A\u062A\u0647 \u0628\u0627\u0644\u0641\u0639\u0644 \u0639\u0644\u0649 \u062C\u0647\u0627\u0632\u0643.","touch.mouse-translate":"\u062A\u0631\u062C\u0645 \u0627\u0644\u0641\u0642\u0631\u0629 \u0627\u0644\u0645\u062D\u062F\u062F\u0629","translationServices.inherit":"\u0627\u062A\u0628\u0639 \u0627\u0644\u062E\u062F\u0645\u0629 \u0627\u0644\u0631\u0626\u064A\u0633\u064A\u0629 \u0644\u0644\u062A\u0631\u062C\u0645\u0629","error.serveConfigError":"\u062E\u0637\u0623 \u0641\u064A \u062A\u0643\u0648\u064A\u0646 \u0627\u0644\u062E\u062F\u0645\u0629","error.reloadPageOfSetting":"\u0628\u0639\u062F \u0627\u0644\u062A\u0643\u0648\u064A\u0646\u060C \u064A\u0631\u062C\u0649 \u062A\u062D\u062F\u064A\u062B \u0627\u0644\u0635\u0641\u062D\u0629 \u0648\u062A\u0631\u062C\u0645\u062A\u0647\u0627 \u0645\u0631\u0629 \u0623\u062E\u0631\u0649.","error.googleLimitIp":"\u062A\u0645 \u0625\u0631\u062C\u0627\u0639 \u062E\u0637\u0623 \u0645\u0646 \u0627\u0644\u062E\u062F\u0645\u0629 \u060C \u062E\u062F\u0645\u0629 Google \u0642\u062F \u0642\u0627\u0645\u062A \u0628\u062A\u0642\u064A\u064A\u062F \u0627\u0644\u0646\u0637\u0627\u0642 \u0627\u0644\u062E\u0627\u0635 \u0628\u0639\u0646\u0648\u0627\u0646 IP \u0647\u0630\u0627 \u060C \u0646\u0646\u0635\u062D\u0643 \u0628\u062A\u063A\u064A\u064A\u0631 \u0646\u0642\u0637\u0629 \u0627\u0644\u0634\u0628\u0643\u0629.","error.openAIFreeLimit":"\u062A\u0645 \u0625\u0631\u062C\u0627\u0639 \u062E\u0637\u0623 \u0645\u0646 \u0627\u0644\u062E\u062F\u0645\u0629\u060C \u0648\u0642\u062F \u0648\u0635\u0644\u062A \u062A\u0631\u062F\u062F \u0637\u0644\u0628\u0627\u062A \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u062D\u0627\u0644\u064A\u0629 \u0625\u0644\u0649 \u0627\u0644\u062D\u062F \u0627\u0644\u0623\u0642\u0635\u0649 \u0627\u0644\u0628\u0627\u0644\u063A 3 \u0645\u0631\u0627\u062A \u0641\u064A \u0627\u0644\u062F\u0642\u064A\u0642\u0629\u060C \u064A\u0631\u062C\u0649 \u0627\u0644\u0645\u062D\u0627\u0648\u0644\u0629 \u0645\u0631\u0629 \u0623\u062E\u0631\u0649 \u0644\u0627\u062D\u0642\u064B\u0627. (\u0647\u0630\u0627 \u0647\u0648 \u0627\u0644\u0642\u064A\u062F \u0627\u0644\u0631\u0633\u0645\u064A \u0645\u0646 OpenAI \u0644\u0645\u0641\u062A\u0627\u062D API \u0627\u0644\u0645\u062C\u0627\u0646\u064A\u060C \u0644\u0631\u0641\u0639 \u0647\u0630\u0627 \u0627\u0644\u0642\u064A\u062F\u060C \u064A\u0631\u062C\u0649 \u0631\u0628\u0637 \u0628\u0637\u0627\u0642\u0629 \u0627\u0644\u0627\u0626\u062A\u0645\u0627\u0646 \u0641\u064A \u0644\u0648\u062D\u0629 \u0627\u0644\u062A\u062D\u0643\u0645 \u0627\u0644\u062E\u0644\u0641\u064A\u0629 \u0644\u0640 OpenAI.)","error.openAIExceededQuota":"\u062A\u0645 \u0625\u0631\u062C\u0627\u0639 \u0627\u0644\u062E\u062F\u0645\u0629 \u0628\u062E\u0637\u0623: \u0631\u0635\u064A\u062F \u062D\u0633\u0627\u0628 OpenAI \u0627\u0644\u062D\u0627\u0644\u064A \u063A\u064A\u0631 \u0643\u0627\u0641\u064D \u060C \u064A\u0631\u062C\u0649 \u0625\u0639\u0627\u062F\u0629 \u0627\u0644\u0634\u062D\u0646 \u0623\u0648 \u0631\u0628\u0637 \u0628\u0637\u0627\u0642\u0629 \u0627\u0644\u0627\u0626\u062A\u0645\u0627\u0646 \u0641\u064A \u0627\u0644\u062E\u0644\u0641\u064A\u0629 \u0627\u0644\u0631\u0633\u0645\u064A\u0629 \u0644\u0640 OpenAI.","error.429":"\u062A\u0645 \u0625\u0631\u062C\u0627\u0639 \u0627\u0644\u062E\u062F\u0645\u0629 \u0628\u062E\u0637\u0623\u060C \u0645\u0645\u0627 \u064A\u0634\u064A\u0631 \u0625\u0644\u0649 \u0623\u0646 \u0627\u0644\u0637\u0644\u0628\u0627\u062A \u0643\u062B\u064A\u0631\u0629 \u062C\u062F\u064B\u0627 \u0623\u0648 \u062A\u062C\u0627\u0648\u0632\u062A \u0627\u0644\u062D\u062F \u0627\u0644\u0645\u062D\u062F\u062F\u060C \u064A\u0631\u062C\u0649 \u0627\u0644\u0645\u062D\u0627\u0648\u0644\u0629 \u0645\u0631\u0629 \u0623\u062E\u0631\u0649 \u0644\u0627\u062D\u0642\u064B\u0627.","error.403":"\u062A\u0645 \u0625\u0631\u062C\u0627\u0639 \u0627\u0644\u062E\u062F\u0645\u0629 \u0628\u062E\u0637\u0623\u060C \u0644\u064A\u0633 \u0644\u062F\u064A\u0643 \u0627\u0644\u0635\u0644\u0627\u062D\u064A\u0629 \u0627\u0644\u0645\u0624\u0642\u062A\u0629 \u0644\u0644\u0648\u0635\u0648\u0644 \u0625\u0644\u0649 \u0647\u0630\u0647 \u0627\u0644\u062E\u062F\u0645\u0629.","error.400":"\u062A\u0645 \u0625\u0631\u062C\u0627\u0639 \u062E\u0637\u0623 \u0641\u064A \u0627\u0644\u062E\u062F\u0645\u0629 \u060C \u062E\u0637\u0623 \u0641\u064A \u0645\u0639\u0644\u0645\u0627\u062A \u0627\u0644\u0637\u0644\u0628 \u060C \u064A\u0631\u062C\u0649 \u0627\u0644\u062A\u062D\u0642\u0642 \u0645\u0646 \u0627\u0644\u062A\u0643\u0648\u064A\u0646 \u0627\u0644\u0645\u0646\u0627\u0633\u0628.","error.502":"\u062A\u0645 \u0625\u0631\u062C\u0627\u0639 \u062E\u0637\u0623 \u0645\u0646 \u0627\u0644\u062E\u062F\u0645\u0629 \u060C \u062A\u062C\u0627\u0648\u0632 \u0627\u0644\u062E\u062F\u0645\u0629 \u0627\u0644\u0648\u0642\u062A \u0627\u0644\u0645\u062D\u062F\u062F \u060C \u064A\u0631\u062C\u0649 \u0627\u0644\u0645\u062D\u0627\u0648\u0644\u0629 \u0645\u0631\u0629 \u0623\u062E\u0631\u0649 \u0641\u064A \u0648\u0642\u062A \u0644\u0627\u062D\u0642.","error.proTokenInvalid":"\u0625\u0630\u0627 \u0643\u0646\u062A \u0645\u0633\u062A\u062E\u062F\u0645\u064B\u0627 \u0645\u062D\u062A\u0631\u0641\u064B\u0627 \u060C \u064A\u0631\u062C\u0649 \u062A\u0633\u062C\u064A\u0644 \u0627\u0644\u062F\u062E\u0648\u0644 \u0642\u0628\u0644 \u0627\u0633\u062A\u062E\u062F\u0627\u0645 \u062E\u062F\u0645\u0629 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0645\u062D\u062A\u0631\u0641\u0629","error.proUpgrade":"\u0628\u0639\u062F \u0627\u0644\u062A\u0631\u0642\u064A\u0629 \u060C \u064A\u0631\u062C\u0649 \u062A\u062D\u062F\u064A\u062B \u0627\u0644\u0635\u0641\u062D\u0629 \u0648\u062A\u0631\u062C\u0645\u062A\u0647\u0627 \u0645\u0631\u0629 \u0623\u062E\u0631\u0649.","error.configError":"\u062A\u0643\u0648\u064A\u0646 \u0627\u0644\u0628\u064A\u0627\u0646\u0627\u062A \u063A\u064A\u0631 \u0637\u0628\u064A\u0639\u064A","error.goReset":"\u0625\u0639\u0627\u062F\u0629 \u0627\u0644\u062A\u0639\u064A\u064A\u0646",batchEdit:"\u0627\u0644\u0639\u0645\u0644\u064A\u0627\u062A \u0627\u0644\u062C\u0645\u0627\u0639\u064A\u0629","translationModeLang.translation.title":"\u0646\u0645\u0637 \u0627\u0644\u0644\u063A\u0629 \u0627\u0644\u0646\u0635\u064A \u0641\u0642\u0637","translationModeLang.translation.description":"\u0639\u0646\u062F\u0645\u0627 \u064A\u0643\u0648\u0646 \u0644\u063A\u0629 \u0627\u0644\u0635\u0641\u062D\u0629 \u0628\u0627\u0644\u0644\u063A\u0627\u062A \u0627\u0644\u062A\u0627\u0644\u064A\u0629\u060C \u0633\u064A\u062A\u0645 \u0627\u0633\u062A\u062E\u062F\u0627\u0645 \u0648\u0636\u0639 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0641\u0642\u0637 \u062A\u0644\u0642\u0627\u0626\u064A\u064B\u0627.","translationModeUrl.translation.title":"\u0631\u0627\u0628\u0637 \u0627\u0644\u0648\u0636\u0639 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0641\u0642\u0637","translationModeUrl.translation.description":"\u0639\u0646\u062F\u0645\u0627 \u064A\u0643\u0648\u0646 \u0627\u0644\u0645\u0648\u0642\u0639 \u0627\u0644\u0625\u0644\u0643\u062A\u0631\u0648\u0646\u064A \u0644\u0644\u0646\u0637\u0627\u0642\u0627\u062A \u0627\u0644\u062A\u0627\u0644\u064A\u0629\u060C \u0633\u064A\u062A\u0645 \u0627\u0633\u062A\u062E\u062F\u0627\u0645 \u0648\u0636\u0639 \u0627\u0644\u0646\u0635 \u0627\u0644\u0645\u062A\u0631\u062C\u0645 \u0641\u0642\u0637 \u062A\u0644\u0642\u0627\u0626\u064A\u064B\u0627.","error.serveUnavailable":"\u0627\u0644\u062E\u062F\u0645\u0629 [{serverName}] \u0627\u0644\u062A\u064A \u062A\u0633\u062A\u062E\u062F\u0645\u0647\u0627 \u062D\u0627\u0644\u064A\u064B\u0627 \u063A\u064A\u0631 \u0642\u0627\u0628\u0644\u0629 \u0644\u0644\u0648\u0635\u0648\u0644 \u0645\u0624\u0642\u062A\u064B\u0627 \u0628\u0633\u0628\u0628 \u0645\u0634\u0643\u0644\u0629 \u0641\u064A \u0627\u0644\u0627\u062A\u0635\u0627\u0644 \u0628\u0627\u0644\u0634\u0628\u0643\u0629 \u0623\u0648 \u0645\u0632\u0648\u062F \u0627\u0644\u062E\u062F\u0645\u0629. \u0646\u0642\u062A\u0631\u062D \u0639\u0644\u064A\u0643 \u062A\u062D\u062F\u064A\u062B \u0627\u0644\u0635\u0641\u062D\u0629 \u0623\u0648 \u062A\u063A\u064A\u064A\u0631 \u062E\u062F\u0645\u0629 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0623\u062E\u0631\u0649 \u0645\u0646 \u062E\u0644\u0627\u0644 <1>\u0627\u0644\u0625\u0639\u062F\u0627\u062F\u0627\u062A. \u0625\u0630\u0627 \u0643\u0646\u062A \u0639\u0636\u0648\u064B\u0627 \u0641\u064A <2>Pro\u060C \u064A\u0645\u0643\u0646\u0643 \u0627\u062E\u062A\u064A\u0627\u0631 \u0627\u0633\u062A\u062E\u062F\u0627\u0645 \u062E\u062F\u0645\u0629 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 DeepL \u0623\u0648 OpenAI \u0627\u0644\u0623\u0643\u062B\u0631 \u0627\u0633\u062A\u0642\u0631\u0627\u0631\u064B\u0627 (<3>\u0627\u0646\u0642\u0631 \u0647\u0646\u0627 \u0644\u062A\u062C\u0631\u0628\u0629 \u0645\u062C\u0627\u0646\u064A\u0629). \u0628\u0627\u0644\u0625\u0636\u0627\u0641\u0629 \u0625\u0644\u0649 \u0630\u0644\u0643\u060C \u0642\u062F \u062A\u062D\u062A\u0627\u062C \u0623\u064A\u0636\u064B\u0627 \u0625\u0644\u0649 \u0627\u0644\u062A\u062D\u0642\u0642 \u0645\u0646 \u0625\u0639\u062F\u0627\u062F\u0627\u062A \u0627\u0644\u0634\u0628\u0643\u0629 \u0623\u0648 \u0627\u0644\u0648\u0643\u064A\u0644 \u0627\u0644\u062E\u0627\u0635\u0629 \u0628\u0643.",detectServiceLoading:"\u062C\u0627\u0631\u064D \u0627\u0644\u062A\u062D\u0642\u0642 \u0645\u0646 \u0627\u0644\u062E\u062F\u0645\u0627\u062A \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0645\u062A\u0627\u062D\u0629...",toggleToService:"\u0627\u0644\u062A\u0628\u062F\u064A\u0644 \u0625\u0644\u0649 {service} \u0648\u0625\u0639\u0627\u062F\u0629 \u0627\u0644\u0645\u062D\u0627\u0648\u0644\u0629","error.gemini.429":"\u0627\u0644\u062E\u062F\u0645\u0629 Gemini \u0627\u0644\u062D\u0627\u0644\u064A\u0629 \u0642\u062F \u0648\u0635\u0644\u062A \u0625\u0644\u0649 \u0627\u0644\u062D\u062F \u0627\u0644\u0623\u0642\u0635\u0649 \u0644\u0644\u0642\u062F\u0631\u0629 \u0639\u0644\u0649 \u0627\u0644\u062A\u062D\u0645\u0644\u060C \u064A\u0631\u062C\u0649 \u0627\u0644\u0645\u062D\u0627\u0648\u0644\u0629 \u0645\u0631\u0629 \u0623\u062E\u0631\u0649 \u0641\u064A \u0648\u0642\u062A \u0644\u0627\u062D\u0642\u060C \u0623\u0648 \u0627\u0644\u062A\u0628\u062F\u064A\u0644 \u0625\u0644\u0649 \u062E\u062F\u0645\u0629 \u062A\u0631\u062C\u0645\u0629 \u0623\u062E\u0631\u0649.",enableSentryReport:"\u0639\u0646\u062F \u062D\u062F\u0648\u062B \u062E\u0637\u0623 \u0641\u064A \u0627\u0644\u062A\u0648\u0633\u064A\u0639 \u060C \u0627\u0633\u062A\u062E\u062F\u0645 Sentry \u0644\u062A\u0642\u062F\u064A\u0645 \u0627\u0644\u0645\u0644\u0627\u062D\u0638\u0627\u062A","widget.translateFile":"PDF/ePub",pickAll:"\u062D\u062F\u062F \u0627\u0644\u0643\u0644",contact:"\u0627\u062A\u0635\u0644 \u0628\u0646\u0627","translationServices.gemini":"\u0627\u0644\u062C\u0645\u0646\u0627\u0632","tagsInput.add":"+ \u0625\u0636\u0627\u0641\u0629",touchShortcutsOff:"\u0625\u063A\u0644\u0627\u0642","error.retry":"\u0623\u0639\u062F \u0627\u0644\u0645\u062D\u0627\u0648\u0644\u0629","slide.left":"\u0627\u0646\u0632\u0644\u0642 \u0625\u0644\u0649 \u0627\u0644\u064A\u0645\u064A\u0646",translationOnlyMode:"\u0648\u0636\u0639 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0641\u0642\u0637",goLogin:"\u062A\u0633\u062C\u064A\u0644 \u0627\u0644\u062F\u062E\u0648\u0644","slide.right":"\u0627\u0646\u0632\u0644\u0642 \u0625\u0644\u0649 \u0627\u0644\u064A\u0633\u0627\u0631","multipleClick.4":"\u0631\u0628\u0627\u0639\u064A \u0645\u062A\u062A\u0627\u0644\u064A",shortcutSettingsTitle:"\u0625\u0639\u062F\u0627\u062F\u0627\u062A \u0627\u0644\u0627\u062E\u062A\u0635\u0627\u0631\u0627\u062A",loggedIn:"\u062A\u0645 \u062A\u0633\u062C\u064A\u0644 \u0627\u0644\u062F\u062E\u0648\u0644",shortcutSettings:"\u0627\u062E\u062A\u0635\u0627\u0631\u0627\u062A \u0627\u0644\u0645\u0641\u0627\u062A\u064A\u062D","multipleClick.2":"\u0627\u0646\u0642\u0631 \u0645\u0631\u062A\u064A\u0646","shortcutGroup.others":"\u0627\u0644\u0645\u0632\u064A\u062F \u0645\u0646 \u0627\u0644\u0627\u062E\u062A\u0635\u0627\u0631\u0627\u062A \u0627\u0644\u0645\u062E\u0635\u0635\u0629","widget.videoSubtitle":"\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0641\u064A\u062F\u064A\u0648","intro.floatBallTitle":"\u0643\u0631\u0629 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0633\u0631\u064A\u0639\u0629",notLogin:"\u0644\u0645 \u064A\u062A\u0645 \u062A\u0633\u062C\u064A\u0644 \u0627\u0644\u062F\u062E\u0648\u0644","widget.instruction":"\u062A\u0639\u0644\u064A\u0645\u0627\u062A \u0627\u0644\u0627\u0633\u062A\u062E\u062F\u0627\u0645",alwaysTranslateThisSite:"\u062F\u0627\u0626\u0645\u0627 \u062A\u0631\u062C\u0645 \u0647\u0630\u0627 \u0627\u0644\u0645\u0648\u0642\u0639","error.subscriptionExpiredTitle":"\u0627\u0646\u062A\u0647\u062A \u0635\u0644\u0627\u062D\u064A\u0629 \u0627\u0644\u0639\u0636\u0648\u064A\u0629","shortcutGroup.shortcutsForTranslationServices":"\u062E\u062F\u0645\u0627\u062A \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0645\u0641\u0627\u062A\u064A\u062D \u0627\u0644\u0633\u0631\u064A\u0639\u0629","widget.instructionTooltip":"\u0631\u0627\u062C\u0639 \u062A\u0639\u0644\u064A\u0645\u0627\u062A \u0627\u0644\u0627\u0633\u062A\u062E\u062F\u0627\u0645",temprarilyChangeTranslationTo_gemini:"\u064A\u062A\u0645 \u0627\u0633\u062A\u062E\u062F\u0627\u0645 Gemini \u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0635\u0641\u062D\u0629 \u0627\u0644\u062D\u0627\u0644\u064A\u0629","subtitle.hideQuickButton":"\u0644\u0627 \u062A\u0638\u0647\u0631 \u0647\u0630\u0627 \u0627\u0644\u0627\u062E\u062A\u0635\u0627\u0631 \u0645\u0631\u0629 \u0623\u062E\u0631\u0649",temprarilyChangeTranslationTo_google:"\u064A\u062A\u0645 \u0627\u0633\u062A\u062E\u062F\u0627\u0645 \u062A\u0631\u062C\u0645\u0629 Google \u0644\u0644\u0635\u0641\u062D\u0629 \u0627\u0644\u062D\u0627\u0644\u064A\u0629","subtitle.bilingual":"\u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u062B\u0646\u0627\u0626\u064A\u0629 \u0627\u0644\u0644\u063A\u0629",mouseHoverCustomKeyTitle:"\u062A\u0639\u0631\u064A\u0641 \u0627\u062E\u062A\u0635\u0627\u0631\u0627\u062A \u0627\u0644\u0645\u0627\u0648\u0633 \u0627\u0644\u0645\u0639\u0644\u0642\u0629","browser.translateInputBox":"\u062A\u0631\u062C\u0645 \u0645\u062D\u062A\u0648\u0649 \u0645\u0631\u0628\u0639 \u0627\u0644\u0625\u062F\u062E\u0627\u0644 \u0627\u0644\u062D\u0627\u0644\u064A","shortcutGroup.touch":"\u0627\u0644\u0625\u064A\u0645\u0627\u0621\u0627\u062A \u0627\u0644\u0645\u062E\u0635\u0635\u0629 \u0644\u0644\u0634\u0627\u0634\u0627\u062A \u0627\u0644\u0644\u0645\u0633\u064A\u0629",neverTranslateThisSite:"\u0644\u0627 \u062A\u062A\u0631\u062C\u0645 \u0647\u0630\u0627 \u0627\u0644\u0645\u0648\u0642\u0639 \u0623\u0628\u062F\u0627",temprarilyChangeTranslationTo_deepl:"\u064A\u062A\u0645 \u0627\u0633\u062A\u062E\u062F\u0627\u0645 DeepL \u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0635\u0641\u062D\u0629 \u0627\u0644\u062D\u0627\u0644\u064A\u0629","browser.translateWithDeepL":"\u0627\u0633\u062A\u062E\u062F\u0645 DeepL \u0645\u0624\u0642\u062A\u064B\u0627 \u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0635\u0641\u062D\u0629 \u0627\u0644\u062D\u0627\u0644\u064A\u0629","multipleClick.3":"\u062B\u0644\u0627\u062B\u0629 \u0636\u0631\u0628\u0627\u062A \u0645\u062A\u062A\u0627\u0644\u064A\u0629","widget.translateFileTooltip":"\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0645\u0633\u062A\u0646\u062F\u0627\u062A PDF\u060C EPUB\u060C SRT\u060C ASS\u060C HTML \u0648 TXT","neverTranslateText.title":"\u0627\u0644\u0643\u0644\u0645\u0627\u062A \u0627\u0644\u062A\u0627\u0644\u064A\u0629 \u062A\u0628\u0642\u0649 \u0643\u0645\u0627 \u0647\u064A\u060C \u0644\u0627 \u062A\u062A\u0631\u062C\u0645","subtitle.autoDisableSubtitle":"\u0644\u0627 \u062A\u0642\u0645 \u0628\u062A\u0634\u063A\u064A\u0644 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u062B\u0646\u0627\u0626\u064A\u0629 \u062A\u0644\u0642\u0627\u0626\u064A\u064B\u0627","browser.translateWithGoogle":"\u0627\u0633\u062A\u062E\u062F\u0645 Google Translate \u0645\u0624\u0642\u062A\u064B\u0627 \u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0635\u0641\u062D\u0629 \u0627\u0644\u062D\u0627\u0644\u064A\u0629","shortcutGroup.main":"\u0627\u062E\u062A\u0635\u0627\u0631\u0627\u062A \u0627\u0644\u0648\u0638\u0627\u0626\u0641 \u0627\u0644\u0634\u0627\u0626\u0639\u0629",paragraphMinTextCountField:"\u0627\u0644\u062D\u062F \u0627\u0644\u0623\u062F\u0646\u0649 \u0644\u0639\u062F\u062F \u0627\u0644\u0623\u062D\u0631\u0641 \u0627\u0644\u0645\u0637\u0644\u0648\u0628\u0629 \u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0641\u0642\u0631\u0629","widget.videoSubtitleTooltip":"\u062F\u0639\u0645 Youtube \u0648\u063A\u064A\u0631\u0647\u0627 \u0645\u0646 \u0645\u0648\u0627\u0642\u0639 \u0627\u0644\u0641\u064A\u062F\u064A\u0648 {count}+",upgradeToProErrorTitle:"\u064A\u0631\u062C\u0649 \u0627\u0644\u062A\u0631\u0642\u064A\u0629 \u0625\u0644\u0649 \u0639\u0636\u0648\u064A\u0629 Pro \u0642\u0628\u0644 \u0627\u0633\u062A\u062E\u062F\u0627\u0645 \u0647\u0630\u0647 \u0627\u0644\u062E\u062F\u0645\u0629 \u0627\u0644\u062A\u0631\u062C\u0645\u0629","subtitle.showQuickButton":"\u0641\u064A \u0639\u0631\u0636 \u0627\u0644\u0646\u0635\u0648\u0635 \u0627\u0644\u0645\u062A\u0631\u062C\u0645\u0629 \u0628\u0634\u0643\u0644 \u0645\u0632\u062F\u0648\u062C \u0641\u064A \u0627\u0644\u0645\u0634\u063A\u0644 \u0628\u0637\u0631\u064A\u0642\u0629 \u0633\u0631\u064A\u0639\u0629",temprarilyChangeTranslationTo_transmart:"\u064A\u062A\u0645 \u0627\u0633\u062A\u062E\u062F\u0627\u0645 \u062A\u0631\u062C\u0645\u0629 \u062A\u064A\u0646\u0633\u0646\u062A \u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0635\u0641\u062D\u0629 \u0627\u0644\u062D\u0627\u0644\u064A\u0629",notLoginPro:"\u0644\u0645 \u062A\u0642\u0645 \u0628\u062A\u0633\u062C\u064A\u0644 \u0627\u0644\u062F\u062E\u0648\u0644 \u0625\u0644\u0649 \u062D\u0633\u0627\u0628 \u0627\u0644\u0639\u0636\u0648\u064A\u0629 \u0627\u0644\u062E\u0627\u0635 \u0628\u0643 \u0628\u0639\u062F","floatBall.iKnow":"\u0623\u0646\u0627 \u0623\u0639\u0631\u0641","intro.hoverTitle":"\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0641\u0642\u0631\u0629 \u0627\u0644\u062D\u0627\u0644\u064A\u0629 \u0639\u0646\u062F \u062A\u062D\u0631\u064A\u0643 \u0627\u0644\u0645\u0627\u0648\u0633 \u0641\u0648\u0642\u0647\u0627",temprarilyChangeTranslationTo_bing:"\u064A\u062A\u0645 \u0627\u0633\u062A\u062E\u062F\u0627\u0645 \u0645\u062A\u0631\u062C\u0645 \u0645\u0627\u064A\u0643\u0631\u0648\u0633\u0648\u0641\u062A \u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0635\u0641\u062D\u0629 \u0627\u0644\u062D\u0627\u0644\u064A\u0629",temprarilyChangeTranslationTo_openai:"\u064A\u062A\u0645 \u0627\u0633\u062A\u062E\u062F\u0627\u0645 OpenAI \u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0635\u0641\u062D\u0629 \u0627\u0644\u062D\u0627\u0644\u064A\u0629","browser.translateWithOpenAI":"\u0627\u0633\u062A\u062E\u062F\u0645 OpenAI \u0645\u0624\u0642\u062A\u064B\u0627 \u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0635\u0641\u062D\u0629 \u0627\u0644\u062D\u0627\u0644\u064A\u0629",networkError:"\u062A\u0648\u0627\u062C\u0647 \u062E\u062F\u0645\u0629 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0623\u0648 \u0627\u0644\u0634\u0628\u0643\u0629 \u0645\u0634\u0643\u0644\u0629",buildSnapshots:"\u0625\u0646\u0634\u0627\u0621 \u0644\u0642\u0637\u0629 \u0633\u0631\u064A\u0639\u0629 \u0644\u0644\u0635\u0641\u062D\u0629 \u0627\u0644\u0625\u0644\u0643\u062A\u0631\u0648\u0646\u064A\u0629","shortcutGroup.mouse":"\u062A\u0643\u0648\u064A\u0646 \u0627\u062E\u062A\u0635\u0627\u0631\u0627\u062A \u0627\u0644\u0645\u0627\u0648\u0633 \u0627\u0644\u0645\u0639\u0644\u0642\u0629","intro.subtitleTitle":"\u0639\u0631\u0636 \u0627\u0644\u062A\u0631\u062C\u0645\u0627\u062A \u0627\u0644\u0645\u0632\u062F\u0648\u062C\u0629 \u0644\u0644\u0641\u064A\u062F\u064A\u0648 \u0639\u0628\u0631 \u0627\u0644\u0625\u0646\u062A\u0631\u0646\u062A","floatBall.longPress":"\u0627\u0636\u063A\u0637 \u0645\u0639 \u0627\u0644\u0627\u0633\u062A\u0645\u0631\u0627\u0631 \u0644\u0641\u062A\u062D \u0644\u0648\u062D\u0629 \u0627\u0644\u0625\u0639\u062F\u0627\u062F\u0627\u062A \u0628\u0633\u0631\u0639\u0629",touchShortcutsToggleTranslateTouchElement:"\u062A\u0639\u064A\u064A\u0646 \u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0641\u0642\u0631\u0629 \u0627\u0644\u0645\u062D\u062F\u062F\u0629 \u0628\u0648\u0627\u0633\u0637\u0629 \u0627\u0644\u0625\u064A\u0645\u0627\u0621\u0627\u062A \u0639\u0644\u0649 \u0627\u0644\u0634\u0627\u0634\u0629 \u0627\u0644\u062A\u064A \u062A\u0639\u0645\u0644 \u0628\u0627\u0644\u0644\u0645\u0633","browser.translateWithBing":"\u0627\u0633\u062A\u062E\u062F\u0645 \u062A\u0631\u062C\u0645\u0629 \u0645\u0627\u064A\u0643\u0631\u0648\u0633\u0648\u0641\u062A \u0645\u0624\u0642\u062A\u064B\u0627 \u0644\u0644\u0635\u0641\u062D\u0629 \u0627\u0644\u062D\u0627\u0644\u064A\u0629","error.subscriptionExpired":"\u0642\u062F \u064A\u0643\u0648\u0646 \u0639\u0636\u0648\u064A\u062A\u0643 \u0642\u062F \u0627\u0646\u062A\u0647\u062A \u060C \u064A\u0631\u062C\u0649 \u0627\u0644\u062A\u062D\u0642\u0642 \u0645\u0646 \u062D\u0627\u0644\u0629 \u0639\u0636\u0648\u064A\u062A\u0643","browser.translateWithGemini":"\u0627\u0633\u062A\u062E\u062F\u0645 Gemini \u0645\u0624\u0642\u062A\u064B\u0627 \u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0635\u0641\u062D\u0629 \u0627\u0644\u062D\u0627\u0644\u064A\u0629","desc.touchShortcutsToggleTranslateTouchElement":"\u0642\u0645 \u0628\u062A\u062E\u0635\u064A\u0635 \u0625\u0634\u0627\u0631\u0629 \u0628\u064A\u062F\u0643\u060C \u0648\u064A\u0645\u0643\u0646\u0643 \u062A\u0631\u062C\u0645\u0629 \u0623\u064A \u0641\u0642\u0631\u0629 \u062A\u0648\u0627\u062C\u062F \u0641\u064A\u0647\u0627.","browser.translateWithTransmart":"\u0627\u0633\u062A\u062E\u062F\u0645 \u062A\u0631\u062C\u0645\u0629 \u062A\u064A\u0646\u0633\u0646\u062A \u0645\u0624\u0642\u062A\u064B\u0627 \u0644\u0644\u0635\u0641\u062D\u0629 \u0627\u0644\u062D\u0627\u0644\u064A\u0629","desc.interfaceLanguage":"\u062A\u0624\u062B\u0631 \u0625\u0639\u062F\u0627\u062F\u0627\u062A \u0644\u063A\u0629 \u0627\u0644\u0648\u0627\u062C\u0647\u0629 \u0639\u0644\u0649 \u0644\u063A\u0629 \u0639\u0631\u0636 \u0644\u0648\u062D\u0629 \u0627\u0644\u062A\u062D\u0643\u0645\u060C \u0648\u0644\u0627 \u062A\u062A\u0639\u0644\u0642 \u0628\u0644\u063A\u0629 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0645\u0633\u062A\u0647\u062F\u0641\u0629.",touchShortcutsToggleTranslationMask:"\u062A\u0639\u064A\u064A\u0646 \u0625\u064A\u0645\u0627\u0621\u0627\u062A \u0627\u0644\u0634\u0627\u0634\u0629 \u0627\u0644\u062A\u064A \u062A\u0639\u0645\u0644 \u0628\u0627\u0644\u0644\u0645\u0633 \u0644\u0639\u0631\u0636 \u0642\u0646\u0627\u0639 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 / \u0639\u0631\u0636 \u0627\u0644\u0646\u0635 \u0627\u0644\u0623\u0635\u0644\u064A","browser.toggleMouseHoverTranslateDirectly":"\u062A\u0645\u0643\u064A\u0646 \u0623\u0648 \u062A\u0639\u0637\u064A\u0644 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0645\u0628\u0627\u0634\u0631\u0629 \u0639\u0646\u062F \u062A\u0645\u0631\u064A\u0631 \u0627\u0644\u0645\u0627\u0648\u0633 \u0645\u0624\u0642\u062A\u064B\u0627 \u0639\u0644\u0649 \u0627\u0644\u0635\u0641\u062D\u0629","floatBall.guideClickToTranslate":`\u0627\u0646\u0642\u0631 \u0639\u0644\u0649 \u0643\u0631\u0629 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0639\u0627\u0626\u0645\u0629 \u0627\u0644\u063A\u0627\u0645\u0631\u0629 \u0644\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0633\u0631\u064A\u0639\u0629`,"description.baiduField":"\u062A\u0631\u0649 \u0627\u0644\u0645\u062C\u0627\u0644\u0627\u062A \u0627\u0644\u0645\u062F\u0639\u0648\u0645\u0629 <1> \u0647\u0646\u0627 \u060C \u0625\u0630\u0627 \u0643\u0627\u0646\u062A \u0641\u0627\u0631\u063A\u0629 \u060C \u0641\u0647\u0630\u0627 \u064A\u0639\u0646\u064A \u0623\u0646 \u0627\u0644\u0645\u062C\u0627\u0644 \u063A\u064A\u0631 \u0645\u062D\u062F\u062F","error.reason":"\u0633\u0628\u0628 \u0627\u0644\u062E\u0637\u0623","browser.toggleVideoSubtitlePreTranslation":"\u062A\u0628\u062F\u064A\u0644 \u0625\u0644\u0649 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u063A\u0627\u0645\u0631\u0629 \u0627\u0644\u0645\u0641\u0636\u0644\u0629 \u0644\u0644\u062A\u0631\u062C\u0645\u0627\u062A \u0627\u0644\u062B\u0646\u0627\u0626\u064A\u0629 \u0627\u0644\u0644\u063A\u0629",touchShortcutsToggleTranslatePage:"\u0642\u0645 \u0628\u062A\u0639\u064A\u064A\u0646 \u0627\u0644\u0625\u064A\u0645\u0627\u0621\u0627\u062A \u0639\u0644\u0649 \u0627\u0644\u0634\u0627\u0634\u0629 \u0627\u0644\u062A\u064A \u062A\u0639\u0645\u0644 \u0628\u0627\u0644\u0644\u0645\u0633 \u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0635\u0641\u062D\u0627\u062A \u0627\u0644\u0625\u0644\u0643\u062A\u0631\u0648\u0646\u064A\u0629 / \u0639\u0631\u0636 \u0627\u0644\u0646\u0635 \u0627\u0644\u0623\u0635\u0644\u064A","subtitle.showQuickButtonDescription":"\u062A\u0648\u0641\u0631 \u0645\u0634\u063A\u0644 \u0627\u0644\u0641\u064A\u062F\u064A\u0648 \u0637\u0631\u064A\u0642\u0629 \u0645\u062E\u062A\u0635\u0631\u0629 \u0644\u062A\u0645\u0643\u064A\u0646 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u062B\u0646\u0627\u0626\u064A\u0629 \u0641\u064A \u0627\u0644\u0632\u0627\u0648\u064A\u0629 \u0627\u0644\u064A\u0645\u0646\u0649 \u0627\u0644\u0633\u0641\u0644\u0649",mouseHoverCustomKeyDescription:"\u064A\u0645\u0643\u0646\u0643 \u062A\u062E\u0635\u064A\u0635 \u0645\u062C\u0645\u0648\u0639\u0629 \u0645\u0641\u0627\u062A\u064A\u062D \u0627\u062E\u062A\u0635\u0627\u0631 \u0644\u062A\u0645\u0631\u064A\u0631 \u0627\u0644\u0645\u0627\u0648\u0633\u060C \u0645\u062B\u0644: Alt+Z\u060C Ctrl+E\u060C Cmd+Alt+E \u0623\u0648 \u0645\u0628\u0627\u0634\u0631\u0629 Cmd\u060C \u0627\u0644\u0631\u062C\u0627\u0621 \u0627\u0644\u0625\u062F\u062E\u0627\u0644 \u064A\u062F\u0648\u064A\u0627","desc.toggleTranslateTheMainPage":"\u062A\u0631\u062C\u0645 \u0641\u0642\u0637 \u0627\u0644\u0645\u0646\u0627\u0637\u0642 \u0627\u0644\u0631\u0626\u064A\u0633\u064A\u0629 \u0644\u0644\u0635\u0641\u062D\u0629 \u060C \u0639\u0646\u062F \u062A\u0645\u0643\u064A\u0646\u0643 \u0644\u062A\u0631\u062C\u0645\u0629 \u062C\u0645\u064A\u0639 \u0645\u0646\u0627\u0637\u0642 \u0627\u0644\u0635\u0641\u062D\u0629 \u0641\u064A \u0627\u0644\u0625\u0639\u062F\u0627\u062F\u0627\u062A \u0627\u0644\u0645\u062A\u0642\u062F\u0645\u0629 \u060C \u064A\u0645\u0643\u0646\u0643 \u0627\u0633\u062A\u062E\u062F\u0627\u0645 \u0647\u0630\u0627 \u0627\u0644\u0627\u062E\u062A\u0635\u0627\u0631 \u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0645\u0646\u0627\u0637\u0642 \u0627\u0644\u0631\u0626\u064A\u0633\u064A\u0629 \u0644\u0644\u0635\u0641\u062D\u0629 \u0641\u0642\u0637.","contact.description":"\u0625\u0630\u0627 \u0643\u0627\u0646 \u0644\u062F\u064A\u0643 \u0623\u064A \u0623\u0633\u0626\u0644\u0629 \u0623\u0648 \u0627\u0642\u062A\u0631\u0627\u062D\u0627\u062A\u060C \u0641\u0646\u062D\u0646 \u0646\u0631\u062D\u0628 \u0628\u0643 \u0644\u0645\u0644\u0621 \u0627\u0644\u0646\u0645\u0648\u0630\u062C \u0623\u062F\u0646\u0627\u0647 \u0644\u0644\u0627\u062A\u0635\u0627\u0644 \u0628\u0646\u0627\u060C \u0623\u0648 \u0625\u0631\u0633\u0627\u0644 \u0628\u0631\u064A\u062F \u0625\u0644\u0643\u062A\u0631\u0648\u0646\u064A \u0625\u0644\u0649 {email}\u060C \u0648\u0633\u0646\u0631\u062F \u0639\u0644\u064A\u0643 \u0641\u064A \u0623\u0642\u0631\u0628 \u0648\u0642\u062A \u0645\u0645\u0643\u0646.","desc.toggleTranslateTheWholePage":"\u062A\u0631\u062C\u0645\u0629 \u062C\u0645\u064A\u0639 \u0627\u0644\u0645\u0646\u0627\u0637\u0642 \u0641\u064A \u0627\u0644\u0635\u0641\u062D\u0629\u060C \u0628\u0634\u0643\u0644 \u0627\u0641\u062A\u0631\u0627\u0636\u064A\u060C \u0633\u0646\u062A\u0631\u062C\u0645 \u0627\u0644\u0645\u0646\u0627\u0637\u0642 \u0627\u0644\u0631\u0626\u064A\u0633\u064A\u0629 \u0641\u064A \u0627\u0644\u0635\u0641\u062D\u0629\u060C \u064A\u0645\u0643\u0646\u0643 \u0627\u0633\u062A\u062E\u062F\u0627\u0645 \u0647\u0630\u0627 \u0627\u0644\u0627\u062E\u062A\u0635\u0627\u0631 \u0644\u062A\u0631\u062C\u0645\u0629 \u062C\u0645\u064A\u0639 \u0627\u0644\u0645\u0646\u0627\u0637\u0642 \u0641\u064A \u0627\u0644\u0635\u0641\u062D\u0629 \u0628\u0634\u0643\u0644 \u062E\u0627\u0635.",confirmResetToDefaultSettings:"\u0647\u0644 \u062A\u0631\u064A\u062F \u0628\u0627\u0644\u062A\u0623\u0643\u064A\u062F \u0627\u0633\u062A\u0639\u0627\u062F\u0629 \u0647\u0630\u0647 \u0627\u0644\u062E\u062F\u0645\u0629 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0625\u0644\u0649 \u0627\u0644\u0625\u0639\u062F\u0627\u062F\u0627\u062A \u0627\u0644\u0627\u0641\u062A\u0631\u0627\u0636\u064A\u0629\u061F (\u0625\u0639\u0627\u062F\u0629 \u062A\u0639\u064A\u064A\u0646 \u0625\u0639\u062F\u0627\u062F\u0627\u062A \u062E\u062F\u0645\u0629 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u062D\u0627\u0644\u064A\u0629 \u0641\u0642\u0637)",shortcutDisableTooltip:"\u064A\u0631\u062C\u0649 \u0627\u0644\u0642\u064A\u0627\u0645 \u0628\u0627\u0644\u0625\u0639\u062F\u0627\u062F\u0627\u062A \u0641\u064A \u0635\u0641\u062D\u0629 \u0625\u062F\u0627\u0631\u0629 \u0627\u062E\u062A\u0635\u0627\u0631\u0627\u062A \u0627\u0644\u0645\u062A\u0635\u0641\u062D \u0627\u0644\u0645\u0642\u062F\u0645\u0629 \u060C \u0644\u0644\u0645\u0632\u064A\u062F \u0645\u0646 \u0627\u0644\u0625\u0631\u0634\u0627\u062F\u0627\u062A \u060C \u064A\u0631\u062C\u0649 \u0627\u0644\u0627\u0637\u0644\u0627\u0639 \u0639\u0644\u0649 \u0627\u0644\u062A\u0639\u0644\u064A\u0645\u0627\u062A \u0641\u064A \u0623\u0639\u0644\u0649 \u0647\u0630\u0647 \u0627\u0644\u0635\u0641\u062D\u0629.","desc.toggleMouseHoverTranslateDirectly":"\u0628\u0639\u062F \u0627\u0644\u0636\u063A\u0637 \u0639\u0644\u0649 \u0647\u0630\u0627 \u0627\u0644\u0645\u0641\u062A\u0627\u062D \u0627\u0644\u0633\u0631\u064A\u0639 \u060C \u0639\u0644\u0649 \u0627\u0644\u0635\u0641\u062D\u0629 \u060C \u0637\u0627\u0644\u0645\u0627 \u0623\u0634\u0627\u0631 \u0627\u0644\u0645\u0627\u0648\u0633 \u0625\u0644\u0649 \u0623\u064A \u0646\u0635 \u060C \u0633\u064A\u062A\u0645 \u062A\u0631\u062C\u0645\u0629 \u0647\u0630\u0627 \u0627\u0644\u0646\u0635 \u062A\u0644\u0642\u0627\u0626\u064A\u064B\u0627. \u0627\u0636\u063A\u0637 \u0639\u0644\u0649 \u0627\u0644\u0645\u0641\u062A\u0627\u062D \u0627\u0644\u0633\u0631\u064A\u0639 \u0645\u0631\u0629 \u0623\u062E\u0631\u0649 \u060C \u0648\u0633\u064A\u062A\u0645 \u0625\u063A\u0644\u0627\u0642 \u0647\u0630\u0647 \u0627\u0644\u0648\u0638\u064A\u0641\u0629 \u0627\u0644\u062A\u0644\u0642\u0627\u0626\u064A\u0629 \u0644\u0644\u062A\u0631\u062C\u0645\u0629.","desc.mouseHoverHoldKey":"\u0639\u0646\u062F \u062A\u0645\u0631\u064A\u0631 \u0627\u0644\u0645\u0627\u0648\u0633 \u0641\u0648\u0642 \u0641\u0642\u0631\u0629 \u0645\u0639\u064A\u0646\u0629 \u0648\u0627\u0644\u0636\u063A\u0637 \u0639\u0644\u0649 \u0627\u0644\u0645\u0641\u062A\u0627\u062D \u0627\u0644\u0633\u0631\u064A\u0639 \u0639\u0644\u0649 \u0627\u0644\u062C\u0627\u0646\u0628 \u0627\u0644\u0623\u064A\u0645\u0646 \u0641\u064A \u0627\u0644\u0648\u0642\u062A \u0646\u0641\u0633\u0647\u060C \u064A\u0645\u0643\u0646\u0643 \u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0641\u0642\u0631\u0629 \u0645\u0628\u0627\u0634\u0631\u0629.",paragraphMinTextCountDesc:"\u064A\u0631\u062C\u0649 \u0627\u0644\u0627\u0646\u062A\u0628\u0627\u0647 \u060C \u0647\u0646\u0627 \u064A\u062A\u0645 \u0627\u0644\u0625\u0634\u0627\u0631\u0629 \u0625\u0644\u0649 \u0637\u0648\u0644 \u0627\u0644\u062D\u0631\u0641 \u060C \u0639\u0644\u0649 \u0633\u0628\u064A\u0644 \u0627\u0644\u0645\u062B\u0627\u0644: hello \u0647\u0648 5 \u0623\u062D\u0631\u0641 \u060C \u0648\u062A\u0639\u064A\u064A\u0646 \u0642\u064A\u0645\u0629 \u0623\u0643\u0628\u0631 \u064A\u0645\u0643\u0646 \u0623\u0646 \u064A\u0642\u0644\u0644 \u0645\u0646 \u0627\u0644\u062A\u0631\u062C\u0645\u0627\u062A \u063A\u064A\u0631 \u0627\u0644\u0636\u0631\u0648\u0631\u064A\u0629 \u0644\u0644\u0641\u0642\u0631\u0627\u062A \u0627\u0644\u0635\u063A\u064A\u0631\u0629.","desc.touchShortcutsToggleTranslationMask":"\u062A\u0634\u064A\u0631 \u0642\u0646\u0627\u0639 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0625\u0644\u0649 \u062A\u0623\u062B\u064A\u0631 \u0627\u0644\u0636\u0628\u0627\u0628\u064A\u0629 \u0641\u064A \u0646\u0645\u0637 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 (\u0648\u0636\u0639 \u0627\u0644\u062A\u0639\u0644\u0645) \u060C \u0648\u0628\u0639\u062F \u0627\u0644\u062A\u0634\u063A\u064A\u0644 \u060C \u064A\u062A\u0645 \u0627\u0633\u062A\u062E\u062F\u0627\u0645 \u062A\u0623\u062B\u064A\u0631 \u0627\u0644\u0636\u0628\u0627\u0628\u064A\u0629 \u0645\u0624\u0642\u062A\u064B\u0627 \u0639\u0644\u0649 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u060C \u0645\u0645\u0627 \u064A\u0633\u0647\u0644 \u0627\u0644\u062A\u0639\u0644\u0645.","intro.floatBallDescription":"\u0628\u0639\u062F \u0627\u0644\u062A\u0641\u0639\u064A\u0644\u060C \u0633\u064A\u0638\u0647\u0631 \u0632\u0631 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0633\u0631\u064A\u0639\u0629 \u0639\u0644\u0649 \u0627\u0644\u062C\u0627\u0646\u0628 \u0627\u0644\u0623\u064A\u0645\u0646 \u0645\u0646 \u0627\u0644\u0635\u0641\u062D\u0629\u060C \u0627\u0646\u0642\u0631 \u0639\u0644\u064A\u0647 \u0644\u0644\u062A\u0631\u062C\u0645\u0629\u060C \u0648\u0627\u0646\u0642\u0631 \u0645\u0631\u0629 \u0623\u062E\u0631\u0649 \u0644\u0644\u0639\u0648\u062F\u0629 \u0625\u0644\u0649 \u0627\u0644\u0646\u0635 \u0627\u0644\u0623\u0635\u0644\u064A. \u0639\u0644\u0649 \u0627\u0644\u0623\u062C\u0647\u0632\u0629 \u0627\u0644\u0645\u062D\u0645\u0648\u0644\u0629\u060C \u0627\u0636\u063A\u0637 \u0645\u0639 \u0627\u0644\u0627\u0633\u062A\u0645\u0631\u0627\u0631 \u0639\u0644\u0649 \u0627\u0644\u0643\u0631\u0629 \u0627\u0644\u0645\u0639\u0644\u0642\u0629 \u0644\u0641\u062A\u062D \u0644\u0648\u062D\u0629 \u0627\u0644\u0625\u0639\u062F\u0627\u062F\u0627\u062A \u0627\u0644\u0633\u0631\u064A\u0639\u0629.","desc.touchShortcutsToggleTranslatePage":"\u0628\u0639\u062F \u0627\u0644\u0625\u0639\u062F\u0627\u062F \u060C \u0639\u0646\u062F \u0627\u0644\u062A\u0646\u0642\u0644 \u0628\u0627\u0644\u062C\u0647\u0627\u0632 \u0627\u0644\u0645\u062D\u0645\u0648\u0644 \u060C \u064A\u0645\u0643\u0646\u0643 \u0627\u0633\u062A\u062E\u062F\u0627\u0645 X \u0623\u0635\u0627\u0628\u0639 \u0644\u0644\u0645\u0633 \u0627\u0644\u0634\u0627\u0634\u0629 \u0641\u064A \u0646\u0641\u0633 \u0627\u0644\u0648\u0642\u062A \u060C \u0623\u0648 \u0627\u0644\u062A\u0645\u0631\u064A\u0631 \u0644\u0644\u064A\u0645\u064A\u0646 \u0648\u0627\u0644\u064A\u0633\u0627\u0631 \u060C \u0623\u0648 \u0627\u0644\u0646\u0642\u0631 \u0627\u0644\u0645\u062A\u0648\u0627\u0635\u0644 \u060C \u0644\u062A\u0641\u0639\u064A\u0644 \u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0635\u0641\u062D\u0629 / \u0639\u0631\u0636 \u0627\u0644\u0646\u0635 \u0627\u0644\u0623\u0635\u0644\u064A.",translationOnlyModeDescription:"\u062A\u0634\u064A\u0631 \u0648\u0636\u0639\u064A\u0629 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0641\u0642\u0637 \u0625\u0644\u0649 \u0639\u0631\u0636 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0641\u0642\u0637\u060C \u0648\u0644\u064A\u0633 \u0627\u0644\u0648\u0636\u0639 \u0627\u0644\u062B\u0646\u0627\u0626\u064A \u0627\u0644\u0644\u063A\u0629 \u0627\u0644\u0627\u0641\u062A\u0631\u0627\u0636\u064A. \u0627\u0644\u0631\u062C\u0627\u0621 \u0645\u0644\u0627\u062D\u0638\u0629: \u0628\u0633\u0628\u0628 \u0645\u0634\u0643\u0644\u0627\u062A \u0627\u0644\u062A\u0642\u0646\u064A\u0629\u060C \u0633\u062A\u0635\u0628\u062D \u0627\u0644\u0631\u0648\u0627\u0628\u0637 \u0627\u0644\u0641\u0627\u0626\u0642\u0629 \u0641\u064A \u0627\u0644\u0646\u0635 \u0627\u0644\u0623\u0635\u0644\u064A \u063A\u064A\u0631 \u0641\u0639\u0627\u0644\u0629 \u0641\u064A \u0648\u0636\u0639\u064A\u0629 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0641\u0642\u0637.","intro.hoverDescription":"\u062A\u0639\u062F \u0648\u0638\u064A\u0641\u0629 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0639\u0646\u062F \u062A\u0645\u0631\u064A\u0631 \u0627\u0644\u0645\u0624\u0634\u0631 \u0641\u0648\u0642 \u0627\u0644\u0646\u0635 \u062C\u0632\u0621\u064B\u0627 \u0645\u0647\u0645\u064B\u0627 \u062C\u062F\u064B\u0627 \u0645\u0646 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u063A\u0627\u0645\u0631\u0629\u060C \u0641\u0642\u0637 \u0636\u0639 \u0627\u0644\u0645\u0624\u0634\u0631 \u0639\u0644\u0649 \u0627\u0644\u0641\u0642\u0631\u0629 \u0648\u0627\u0636\u063A\u0637 \u0639\u0644\u0649 \u0627\u0644\u0645\u0641\u062A\u0627\u062D \u0627\u0644\u0633\u0631\u064A\u0639 \u0627\u0644\u0645\u062D\u062F\u062F \u0641\u064A \u0646\u0641\u0633 \u0627\u0644\u0648\u0642\u062A\u060C \u0648\u0633\u064A\u062A\u0645 \u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0641\u0642\u0631\u0629 \u0627\u0644\u062D\u0627\u0644\u064A\u0629 \u062A\u0644\u0642\u0627\u0626\u064A\u064B\u0627 (\u0645\u0644\u0627\u062D\u0638\u0629: \u0627\u0644\u0625\u0639\u062F\u0627\u062F \u0627\u0644\u0627\u0641\u062A\u0631\u0627\u0636\u064A \u0644\u064A\u0633 \u0645\u0641\u0639\u0644\u0627\u064B\u060C \u064A\u0631\u062C\u0649 \u0627\u0644\u0625\u0639\u062F\u0627\u062F \u0623\u062F\u0646\u0627\u0647)\u060C \u064A\u062A\u0645 \u0627\u0633\u062A\u062E\u062F\u0627\u0645 \u0647\u0630\u0627 \u0627\u0644\u062A\u0641\u0627\u0639\u0644 \u0644\u0627\u0633\u062A\u0628\u062F\u0627\u0644 \u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0643\u0644\u0645\u0627\u062A \u0627\u0644\u0645\u062D\u062F\u062F\u0629 \u0628\u0634\u0643\u0644 \u0623\u0641\u0636\u0644\u060C \u0628\u0627\u0644\u0625\u0636\u0627\u0641\u0629 \u0625\u0644\u0649 \u0630\u0644\u0643\u060C \u064A\u062A\u0645 \u0627\u0633\u062A\u062E\u062F\u0627\u0645 \u0647\u0630\u0647 \u0627\u0644\u0648\u0638\u064A\u0641\u0629 \u0639\u0644\u0649 \u0646\u0637\u0627\u0642 \u0648\u0627\u0633\u0639 \u0641\u064A \u062A\u0644\u0643 \u0627\u0644\u0645\u0646\u0627\u0637\u0642 \u0627\u0644\u062A\u064A \u0644\u0627 \u064A\u0645\u0643\u0646 \u0627\u0644\u062A\u0639\u0631\u0641 \u0639\u0644\u064A\u0647\u0627 \u0644\u0644\u062A\u0631\u062C\u0645\u0629\u060C \u064A\u0645\u0643\u0646\u0643 \u0627\u0633\u062A\u062E\u062F\u0627\u0645 \u0647\u0630\u0647 \u0627\u0644\u0648\u0638\u064A\u0641\u0629 \u0644\u062A\u0631\u062C\u0645\u0629 \u0623\u064A \u0641\u0642\u0631\u0629 \u0628\u0627\u0644\u0642\u0648\u0629.","neverTranslateText.description":"\u0628\u0633\u0628\u0628 \u0623\u0646 \u0628\u0639\u0636 \u0645\u062D\u0631\u0643\u0627\u062A \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0644\u0627 \u062A\u062A\u0639\u0631\u0641 \u0628\u0634\u0643\u0644 \u0645\u062B\u0627\u0644\u064A \u0639\u0644\u0649 \u0627\u0644\u0623\u0633\u0645\u0627\u0621 \u0627\u0644\u062E\u0627\u0635\u0629\u060C \u064A\u0645\u0643\u0646\u0643 \u0625\u0636\u0627\u0641\u0629 \u0643\u0644\u0645\u0627\u062A \u0647\u0646\u0627 \u0644\u0644\u062A\u0623\u0643\u062F \u0645\u0646 \u0623\u0646\u0647\u0627 \u0644\u0646 \u062A\u062A\u063A\u064A\u0631 \u0623\u062B\u0646\u0627\u0621 \u0639\u0645\u0644\u064A\u0629 \u0627\u0644\u062A\u0631\u062C\u0645\u0629. \u064A\u0631\u062C\u0649 \u0645\u0644\u0627\u062D\u0638\u0629 \u0623\u0646 \u0647\u0630\u0647 \u0627\u0644\u0648\u0638\u064A\u0641\u0629 \u062A\u0639\u062A\u0645\u062F \u0639\u0644\u0649 \u062D\u062C\u0645 \u0627\u0644\u062D\u0631\u0648\u0641\u060C \u0648\u062A\u062F\u0639\u0645 \u0641\u0642\u0637 \u0627\u0644\u0644\u063A\u0627\u062A \u0627\u0644\u062A\u064A \u062A\u0641\u0635\u0644 \u0627\u0644\u0643\u0644\u0645\u0627\u062A \u0628\u0645\u0633\u0627\u0641\u0627\u062A (\u0645\u062B\u0644 \u0627\u0644\u0625\u0646\u062C\u0644\u064A\u0632\u064A\u0629 \u0648\u0627\u0644\u0641\u0631\u0646\u0633\u064A\u0629)\u060C \u0648\u0644\u0627 \u062A\u0646\u0637\u0628\u0642 \u0639\u0644\u0649 \u0627\u0644\u0644\u063A\u0627\u062A \u0645\u062B\u0644 \u0627\u0644\u064A\u0627\u0628\u0627\u0646\u064A\u0629 \u0648\u0627\u0644\u0643\u0648\u0631\u064A\u0629.","intro.subtitleDescription":"\u0628\u0639\u062F \u062A\u0641\u0639\u064A\u0644 \u0647\u0630\u0647 \u0627\u0644\u0648\u0638\u064A\u0641\u0629\u060C \u0633\u064A\u062A\u0645 \u0639\u0631\u0636 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u062B\u0646\u0627\u0626\u064A\u0629 \u062A\u0644\u0642\u0627\u0626\u064A\u064B\u0627 \u0623\u062B\u0646\u0627\u0621 \u062A\u0634\u063A\u064A\u0644 \u0627\u0644\u0641\u064A\u062F\u064A\u0648. \u0625\u0630\u0627 \u0644\u0645 \u064A\u062A\u0645 \u0627\u0644\u062A\u0641\u0639\u064A\u0644\u060C \u0633\u062A\u062D\u062A\u0627\u062C \u0625\u0644\u0649 \u0627\u0644\u0646\u0642\u0631 \u064A\u062F\u0648\u064A\u064B\u0627 \u0639\u0644\u0649 \u0632\u0631 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0639\u0644\u0649 \u0627\u0644\u0635\u0641\u062D\u0629 \u0644\u0639\u0631\u0636 \u0627\u0644\u062A\u0631\u062C\u0645\u0629. \u064A\u0631\u062C\u0649 \u0645\u0644\u0627\u062D\u0638\u0629 \u0623\u0646 \u0628\u0639\u0636 \u0627\u0644\u0645\u0648\u0627\u0642\u0639 \u0642\u062F \u062A\u062D\u062A\u0627\u062C \u0625\u0644\u0649 \u062A\u062D\u062F\u064A\u062B \u0627\u0644\u0635\u0641\u062D\u0629 \u0623\u0648 \u0627\u0644\u0627\u0646\u062A\u0638\u0627\u0631 \u062D\u062A\u0649 \u064A\u062A\u0645 \u0627\u0644\u0627\u0646\u062A\u0647\u0627\u0621 \u0645\u0646 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0639\u0646\u062F \u062A\u0641\u0639\u064A\u0644 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0644\u0623\u0648\u0644 \u0645\u0631\u0629 \u0644\u0639\u0631\u0636 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u062B\u0646\u0627\u0626\u064A\u0629. (\u0628\u0627\u0644\u0625\u0636\u0627\u0641\u0629 \u0625\u0644\u0649 \u0630\u0644\u0643\u060C \u064A\u0645\u0643\u0646\u0643 \u0623\u064A\u0636\u064B\u0627 \u062A\u0641\u0639\u064A\u0644 / \u0625\u0644\u063A\u0627\u0621 \u062A\u0641\u0639\u064A\u0644 \u0644\u0648\u062D\u0629 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u063A\u0627\u0645\u0631\u0629 \u0645\u0646 \u0627\u0644\u0632\u0627\u0648\u064A\u0629 \u0627\u0644\u0639\u0644\u0648\u064A\u0629 \u0627\u0644\u064A\u0645\u0646\u0649 \u0628\u0639\u062F \u0641\u062A\u062D \u0645\u0648\u0642\u0639 \u0627\u0644\u0641\u064A\u062F\u064A\u0648)

\u064A\u062A\u0645 \u0627\u0644\u0622\u0646 \u062F\u0639\u0645 \u0627\u0633\u062A\u062E\u062F\u0627\u0645 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u062B\u0646\u0627\u0626\u064A\u0629 \u0639\u0644\u0649 \u0647\u0630\u0647 \u0627\u0644\u0645\u0648\u0627\u0642\u0639:",geminiWarning:"\u062A\u0646\u0628\u064A\u0647: \u0627\u0644\u062E\u062F\u0645\u0629 \u0627\u0644\u0645\u062C\u0627\u0646\u064A\u0629 \u0644\u0640 Gemini \u0627\u0644\u062A\u064A \u062A\u0642\u062F\u0645\u0647\u0627 Google \u0644\u0647\u0627 \u0642\u064A\u0648\u062F \u0635\u0627\u0631\u0645\u0629\u060C \u0642\u062F \u064A\u062D\u0643\u0645 Google \u0623\u0646 \u0627\u0644\u0645\u0633\u062A\u062E\u062F\u0645 \u064A\u0633\u062A\u062E\u062F\u0645 \u0645\u0641\u0627\u062A\u064A\u062D \u0645\u062A\u0639\u062F\u062F\u0629 \u0644\u062A\u062C\u0646\u0628 \u0642\u064A\u0648\u062F \u0627\u0644\u062D\u0635\u0629 \u0627\u0644\u0645\u062C\u0627\u0646\u064A\u0629 \u0627\u0644\u062E\u0627\u0635\u0629 \u0628\u0647\u0645\u060C \u0644\u0630\u0627 \u0644\u0627 \u064A\u064F\u0646\u0635\u062D \u0628\u0627\u0633\u062A\u062E\u062F\u0627\u0645\u0647\u0627\u060C \u064A\u064F\u0641\u0636\u0644 \u0627\u0644\u0627\u0646\u062A\u0638\u0627\u0631 \u062D\u062A\u0649 \u062A\u0641\u062A\u062D Google \u0648\u0627\u062C\u0647\u0629 \u0628\u0631\u0645\u062C\u0629 \u0627\u0644\u062A\u0637\u0628\u064A\u0642\u0627\u062A \u0627\u0644\u0645\u062F\u0641\u0648\u0639\u0629 \u0644\u0640 Gemini \u0641\u064A \u0627\u0644\u0645\u0633\u062A\u0642\u0628\u0644 \u0644\u0627\u0633\u062A\u062E\u062F\u0627\u0645\u0647\u0627.","floatBall.setting":"\u0625\u0639\u062F\u0627\u062F\u0627\u062A","floatBall.file":`\u062A\u0631\u062C\u0645\u0629 \u0645\u0644\u0641\u0627\u062A PDF\u060C EPUB\u060C SRT\u060C ASS\u060C HTML\u060C TXT`,"floatBall.translateToLanguage":"\u0627\u0646\u0642\u0631 \u0644\u0644\u062A\u0631\u062C\u0645\u0629 \u0625\u0644\u0649 {language}",changeToOnlyTempTranslationMode:"\u0642\u0645 \u0628\u0627\u0644\u062A\u0628\u062F\u064A\u0644 \u0625\u0644\u0649 \u0625\u0638\u0647\u0627\u0631 \u0627\u0644\u062A\u0631\u062C\u0645\u0627\u062A \u0641\u0642\u0637",changeToDualTempTranslationMode:"\u0627\u0644\u062A\u0628\u062F\u064A\u0644 \u0625\u0644\u0649 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u062B\u0646\u0627\u0626\u064A\u0629 \u0627\u0644\u0644\u063A\u0629","transitionMode.translation":"\u0641\u0642\u0637 \u0627\u0644\u0646\u0635 \u0627\u0644\u0645\u062A\u0631\u062C\u0645","options.navbar.translateFile":"\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0648\u062B\u0627\u0626\u0642","transitionMode.dual":"\u0645\u0642\u0627\u0628\u0644\u0629 \u062B\u0646\u0627\u0626\u064A\u0629 \u0627\u0644\u0644\u063A\u0629","options.navbar.installApp":"\u062A\u062B\u0628\u064A\u062A \u062A\u0637\u0628\u064A\u0642 \u0627\u0644\u0647\u0627\u062A\u0641 \u0627\u0644\u0645\u062D\u0645\u0648\u0644","transitionMode.inherit":"\u0645\u0639 \u0627\u0644\u062D\u0641\u0627\u0638 \u0639\u0644\u0649 \u0627\u0644\u062A\u0646\u0627\u0633\u0642 \u0645\u0639 \u0648\u0636\u0639 \u0639\u0631\u0636 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0627\u0641\u062A\u0631\u0627\u0636\u064A \u0644\u0644\u0646\u0638\u0627\u0645","subtitle.transitionMode":"\u0625\u0639\u062F\u0627\u062F\u0627\u062A \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0641\u0642\u0637 / \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u062B\u0646\u0627\u0626\u064A\u0629 \u0644\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0641\u064A\u062F\u064A\u0648","subtitle.transitionModeDescription":"\u0642\u0645 \u0628\u062A\u0639\u064A\u064A\u0646 \u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0641\u064A\u062F\u064A\u0648 \u0625\u0644\u0649 \u0627\u0644\u0646\u0635 \u0627\u0644\u0645\u062A\u0631\u062C\u0645 \u0641\u0642\u0637 \u0623\u0648 \u0645\u0642\u0627\u0631\u0646\u0629 \u0627\u0644\u0644\u063A\u062A\u064A\u0646",translateFileTooltip:`\u062A\u0631\u062C\u0645\u0629 \u0645\u0644\u0641\u0627\u062A PDF\u060C ePub\u060C srt\u060C ass\u060C HTML\u060C TXT`,"description.subtitlePrompt":`\u0641\u064A \u0633\u064A\u0627\u0642 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u062A\u062D\u062A \u0627\u0644\u0634\u0627\u0634\u0629 \u0639\u0646\u062F \u0625\u0631\u0633\u0627\u0644 \u0639\u062F\u0629 \u0641\u0642\u0631\u0627\u062A\u060C \u064A\u062A\u0645 \u0625\u0631\u0633\u0627\u0644 \u0627\u0644\u062D\u0648\u0627\u0631 \u0625\u0644\u0649 {service} \u0628\u0627\u0633\u0645 \u0627\u0644\u0645\u0633\u062A\u062E\u062F\u0645\u060C \u062D\u064A\u062B {{from}} \u064A\u0645\u062B\u0644 \u0644\u063A\u0629 \u0627\u0644\u0641\u0642\u0631\u0629\u060C \u0648{{to}} \u064A\u0645\u062B\u0644 \u0627\u0644\u0644\u063A\u0629 \u0627\u0644\u0645\u0633\u062A\u0647\u062F\u0641\u0629\u060C \u0648{{yaml}} \u0647\u0648 \u0645\u062D\u062A\u0648\u0649 \u0627\u0644\u0641\u0642\u0631\u0629 \u0627\u0644\u0630\u064A \u0646\u0642\u0648\u0645 \u0628\u062A\u063A\u0644\u064A\u0641\u0647 \u0628\u062A\u0646\u0633\u064A\u0642 yaml\u060C \u0625\u0630\u0627 \u0643\u0627\u0646 \u0644\u062F\u064A\u0643 \u062D\u0627\u062C\u0629 \u0644\u062A\u062E\u0635\u064A\u0635 Prompt\u060C \u064A\u062C\u0628 \u0623\u0646 \u062A\u0636\u0645\u0646 \u0623\u0646 \u0643\u0644 \u0639\u0646\u0635\u0631 \u0641\u064A \u0646\u062A\u0627\u0626\u062C YAML \u0627\u0644\u062A\u064A \u064A\u0631\u062F \u0639\u0644\u064A\u0647\u0627 \u0627\u0644\u0630\u0643\u0627\u0621 \u0627\u0644\u0627\u0635\u0637\u0646\u0627\u0639\u064A \u064A\u062D\u062A\u0648\u064A \u0639\u0644\u0649 \u062D\u0642\u0644 {env.imt_sub_trans_field}\u060C {{imt_sub_trans_field}} \u0647\u0648 \u0627\u0633\u0645 \u0627\u0644\u062D\u0642\u0644 \u0627\u0644\u0630\u064A \u0646\u0631\u063A\u0628 \u0641\u064A \u0623\u0646 \u064A\u0631\u062F \u0639\u0644\u064A\u0647 \u0627\u0644\u0630\u0643\u0627\u0621 \u0627\u0644\u0627\u0635\u0637\u0646\u0627\u0639\u064A \u0628\u0627\u0644\u062A\u0631\u062C\u0645\u0629\u060C \u0627\u0644\u0627\u0641\u062A\u0631\u0627\u0636\u064A \u0647\u0648: {env.imt_sub_trans_field}\u060C {{imt_sub_source_field}} \u0647\u0648 \u0627\u0633\u0645 \u0627\u0644\u062D\u0642\u0644 \u0627\u0644\u0623\u0635\u0644\u064A \u0627\u0644\u0630\u064A \u0646\u0642\u062F\u0645\u0647 \u0644\u0644\u0630\u0643\u0627\u0621 \u0627\u0644\u0627\u0635\u0637\u0646\u0627\u0639\u064A\u060C \u0627\u0644\u0627\u0641\u062A\u0631\u0627\u0636\u064A \u0647\u0648: {env.imt_sub_source_field}\u060C \u0646\u062A\u064A\u062C\u0629 \u0627\u0644\u0639\u064A\u0646\u0629: @@ -5027,7 +5027,7 @@ ass\u060C HTML\u060C TXT`,"description.subtitlePrompt":`\u0641\u064A \u0633\u064 - id: 1 {env.imt_trans_field}: \u0627\u0644\u062A\u0631\u062C\u0645\u0629 - id: 2 - {env.imt_trans_field}: \u0627\u0644\u062A\u0631\u062C\u0645\u0629`,"translationServices.claude":"\u0643\u0644\u0648\u062F","subtitle.quickButton.setting":"\u0625\u0639\u062F\u0627\u062F\u0627\u062A","subtitle.quickButton.white":"\u0623\u0628\u064A\u0636","subtitle.quickButton.black":"\u0627\u0644\u0644\u0648\u0646 \u0627\u0644\u0623\u0633\u0648\u062F","subtitle.quickButton.yellow":"\u0627\u0644\u0644\u0648\u0646 \u0627\u0644\u0623\u0635\u0641\u0631","subtitle.quickButton.backgroundOpacity":"\u0634\u0641\u0627\u0641\u064A\u0629 \u0627\u0644\u062E\u0644\u0641\u064A\u0629","subtitle.quickButton.translationPositionBottom":"\u0623\u0633\u0641\u0644 \u0627\u0644\u0646\u0635 \u0627\u0644\u0623\u0635\u0644\u064A","subtitle.quickButton.backgroundColor":"\u0644\u0648\u0646 \u0627\u0644\u062E\u0644\u0641\u064A\u0629","subtitle.quickButton.cyan":"\u0627\u0644\u0644\u0648\u0646 \u0627\u0644\u0623\u0632\u0631\u0642","subtitle.quickButton.translationPosition":"\u0645\u0648\u0642\u0639 \u0627\u0644\u062A\u0631\u062C\u0645\u0629","subtitle.quickButton.magenta":"\u0627\u0644\u0644\u0648\u0646 \u0627\u0644\u0642\u0631\u0645\u0632\u064A","subtitle.quickButton.translationTextColor":"\u0644\u0648\u0646 \u062E\u0637 \u0627\u0644\u0646\u0635","subtitle.quickButton.red":"\u0627\u0644\u0644\u0648\u0646 \u0627\u0644\u0623\u062D\u0645\u0631","subtitle.quickButton.translationPositionTop":"\u0641\u064A \u0627\u0644\u062C\u0632\u0621 \u0627\u0644\u0639\u0644\u0648\u064A \u0645\u0646 \u0627\u0644\u0646\u0635 \u0627\u0644\u0623\u0635\u0644\u064A","subtitle.quickButton.sourceTextColor":"\u0644\u0648\u0646 \u0627\u0644\u062E\u0637 \u0627\u0644\u0623\u0635\u0644\u064A","subtitle.quickButton.green":"\u0627\u0644\u0644\u0648\u0646 \u0627\u0644\u0623\u062E\u0636\u0631","subtitle.quickButton.sourceFontSize":"\u062D\u062C\u0645 \u0627\u0644\u062E\u0637 \u0627\u0644\u0623\u0635\u0644\u064A","subtitle.quickButton.blue":"\u0627\u0644\u0644\u0648\u0646 \u0627\u0644\u0623\u0632\u0631\u0642","subtitle.quickButton.translationFontSize":"\u062D\u062C\u0645 \u062E\u0637 \u0627\u0644\u0646\u0635 \u0627\u0644\u0645\u062A\u0631\u062C\u0645",attachSubtitleTranslating:"\u0627\u0633\u062A\u062E\u062F\u0645 {service} \u0644\u0644\u062A\u0631\u062C\u0645\u0629...","error.claude.403":"\u0644\u0627 \u062A\u0648\u062C\u062F \u0635\u0644\u0627\u062D\u064A\u0629 \u0645\u0624\u0642\u062A\u0629 \u0644\u0644\u0648\u0635\u0648\u0644 \u0625\u0644\u0649 \u0627\u0644\u062E\u062F\u0645\u0629\u060C \u0642\u062F \u064A\u0643\u0648\u0646 \u0630\u0644\u0643 \u0645\u0631\u062A\u0628\u0637\u064B\u0627 \u0628\u0627\u0644\u0642\u064A\u0648\u062F \u0627\u0644\u062C\u063A\u0631\u0627\u0641\u064A\u0629 \u0644\u0640 Claude \u060C \u064A\u0645\u0643\u0646\u0643 \u0645\u062D\u0627\u0648\u0644\u0629 \u062A\u063A\u064A\u064A\u0631 \u0639\u0646\u0648\u0627\u0646 IP \u0627\u0644\u062E\u0627\u0635 \u0628\u0643 \u060C \u0623\u0648 \u0627\u0633\u062A\u062E\u062F\u0627\u0645 \u062E\u062F\u0645\u0627\u062A \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0623\u062E\u0631\u0649.","browser.brandDescriptionForSafari":"\u3010\u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u063A\u0627\u0645\u0631\u0629\u3011 \u0625\u0636\u0627\u0641\u0629 \u0645\u062C\u0627\u0646\u064A\u0629 \u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0635\u0641\u062D\u0627\u062A \u0627\u0644\u062B\u0646\u0627\u0626\u064A\u0629 \u0627\u0644\u0644\u063A\u0629 (\u0627\u0644\u0646\u0635 \u0627\u0644\u0623\u0635\u0644\u064A / \u0627\u0644\u062A\u0631\u062C\u0645\u0629)\u060C \u062A\u062F\u0639\u0645 \u0641\u064A \u0627\u0644\u0648\u0642\u062A \u0646\u0641\u0633\u0647 \u062A\u0631\u062C\u0645\u0629 PDF \u0648\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0643\u062A\u0628 \u0627\u0644\u0625\u0644\u0643\u062A\u0631\u0648\u0646\u064A\u0629 EPUB \u0645\u0639 \u0627\u0644\u062D\u0641\u0627\u0638 \u0639\u0644\u0649 \u062A\u0646\u0633\u064A\u0642 \u0627\u0644\u0648\u062B\u064A\u0642\u0629 \u0627\u0644\u0623\u0635\u0644\u064A\u0629\u060C \u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u062A\u0631\u062C\u0645\u0627\u062A \u0627\u0644\u062B\u0646\u0627\u0626\u064A\u0629 \u0627\u0644\u0644\u063A\u0629 \u0644\u0644\u0641\u064A\u062F\u064A\u0648\u0647\u0627\u062A \u0639\u0644\u0649 \u0627\u0644\u0625\u0646\u062A\u0631\u0646\u062A \u0645\u062B\u0644 Youtube/Netflix\u060C \u062A\u062F\u0639\u0645 \u062E\u062F\u0645\u0627\u062A \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0631\u0626\u064A\u0633\u064A\u0629 \u0645\u062B\u0644 Deepl/Google\u061B","browser.PdfProFile":"\u062A\u0631\u062C\u0645\u0629 PDF Pro \u0628\u062F\u0639\u0645 \u0645\u0646 \u0627\u0644\u0630\u0643\u0627\u0621 \u0627\u0644\u0627\u0635\u0637\u0646\u0627\u0639\u064A","browser.textTranslate":"\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0646\u0635"};var ks={nologin:"nicht eingeloggt",loginForSafari:"Anmelden oder Registrieren",login:"Anmelden, um eine Mitgliedschaft zu er\xF6ffnen",manageAccount:"Verwaltete Konten",openPremium:"Offene Mitgliedschaft",logout:"Abbrechen",curentPlan:"Aktuelle Pakete",endAt:"Verfallsdatum",endAuto:"automatische Erneuerung",lineBreakMaxTextCount:"Maximal zul\xE4ssige Anzahl von Zeichen pro Satz nach Zeilenumbr\xFCchen","translate-pdf":"Zum \xDCbersetzen PDF anklicken","noSupportTranslate-pdf":"Script nicht unterst\xFCtzt, bitte Plugin verwenden","translate-firefox-local-pdf":"Klicken Sie, um zu PDF importieren zu gelangen",enableLineBreak:"Automatischen Zeilenvorschub f\xFCr lange Abs\xE4tze aktivieren",sponsorLabel:"$1 Gesponserte Entwickler",help:"Hand",browserShortcutsNoteForFirefox:'Um die Verkn\xFCpfungen in Firefox zu \xE4ndern, m\xFCssen Sie die Seite f\xFCr die Verwaltung der Erweiterungen "about:addons" \xF6ffnen, dann auf "Einstellungen" und dann auf "Verkn\xFCpfungen verwalten" klicken, um die Verkn\xFCpfungen festzulegen.',browserShortcutsNoteForChrome:'Um Verkn\xFCpfungen in Chrome zu \xE4ndern, m\xFCssen Sie die Seite f\xFCr die Verwaltung von Erweiterungen \xF6ffnen, sie im Bereich "Verkn\xFCpfungen verwalten" festlegen (chrome://extensions/shortcuts) und auf die Schaltfl\xE4che unten klicken, um zur Seite f\xFCr die Verwaltung von Verkn\xFCpfungen zu gelangen.',browserShortcutsSucks:"Benutzerdefinierte Tastenkombinationen werden wie folgt formatiert (es erfolgt keine automatische Erkennung, bitte direkt eingeben)\uFF1A",enableLineBreakDescription:"Wenn diese Funktion aktiviert ist, werden in langen Abs\xE4tzen am Ende jedes Satzes Zeilenumbr\xFCche eingef\xFCgt, um die Lesbarkeit zu verbessern.","browser.shortBrandName":"Immersions\xFCbersetzung","browser.brandName":"Immersion Translation: Bilinguale Webseiten & PDF \xDCbersetzung","browser.brandDescription":"Bilingual web page translation, also supports PDF translation, bilingual Epub eBook translation, free to use.","browser.toggleTranslatePage":"Seite \xFCbersetzen/ Originaltext anzeigen","browser.toggleTranslateTheWholePage":"Alle Bereiche der Seite \xFCbersetzen/den Originaltext anzeigen","browser.toggleOnlyTransation":"Wechseln Sie in den Zweisprachen-/Nur-\xDCbersetzungsmodus","browser.toggleTranslateToThePageEndImmediately":"Sofortige \xDCbersetzung am Ende der Seite/Anzeige des Originaltextes","browser.toggleTranslateTheMainPage":"Den Hauptbereich der Seite \xFCbersetzen/den Originaltext anzeigen","browser.shareToDraft":"Zweisprachige Seiten teilen","browser.openOptionsPage":"\xD6ffnen Sie die Einstellungsseite","browser.toggleTranslationMask":"Translationsunsch\xE4rfe-Effekt ein-/ausblenden","browser.translateLocalPdfFile":"Lokale PDF-Dateien \xFCbersetzen","browser.openEbookViewer":"Lokale eBooks lesen","browser.openEbookBuilder":"Zweisprachige EPUB eBooks erstellen","browser.translateLocalHtmlFile":"HTML/Txt-Dateien \xFCbersetzen","browser.donateContext":"Erfahren Sie mehr \xFCber die Vorteile eines Sponsors","browser.translateLocalSubtitleFile":"Lokale Untertiteldateien \xFCbersetzen",confirmResetConfig:"Sind Sie sicher, dass Sie die Einstellungen zur\xFCcksetzen wollen?",translationLineBreakSettingTitle:"\xDCbersetzung Zeilenvorschubeinstellung",smartLineBreak:"Smart Line Feed (Berechnung)",alwaysLineBreak:"Immer Zeilenvorschub",isShowContextMenu:"Hinzuf\xFCgen \xFCbersetzter Seiten zu Rechtsklick-Men\xFCpunkten",toggleBeta:"Aktivieren von Beta-Testfunktionen",betaDescription:"Aktivieren Sie Funktionen, die noch experimentell sind, sowie einen \xDCbersetzungsdienst in der Beta-Phase. Treten Sie der <1>Telegram-Gruppe bei, um mehr zu erfahren.",translationLineBreakSettingDescription:"Bei Seiten mit wenig Inhalt sind die Zeilenumbr\xFCche immer ordentlich und \xFCbersichtlich. (Verwenden Sie intelligente Zeilenumbr\xFCche in langen, inhaltsreichen Abs\xE4tzen (mehr als{count}Zeichen), um Platz zu sparen).",tempTranslateDomainTitle:"Dauer des vor\xFCbergehenden Einschaltens der Website-\xDCbersetzung",tempTranslateDomainDescription:"Wenn Sie eine Webseite manuell \xFCbersetzen, schalten Sie die Website vor\xFCbergehend f\xFCr die automatische \xDCbersetzung ein, und Sie k\xF6nnen die vor\xFCbergehende Dauer festlegen.",xMinutes:"{count} Minuten",disabled:"die Verwendung von etw. untersagen",changelog:"Protokoll aktualisieren",toggleTranslatePageWhenThreeFingersOnTheScreen:"Gleichzeitiges Ber\xFChren des Bildschirms mit mehreren Fingern \xFCbersetzt Webseiten/zeigt den Originaltext an",toggleTranslationMaskWhenThreeFingersOnTheScreen:"Durch Ber\xFChren mit mehreren Fingern wird der Unsch\xE4rfeeffekt ein- und ausgeblendet.",fingerCountToToggleTranslagePageOnlyTranslationWhenTouching:"Wenn Sie mit mehreren Fingern gleichzeitig den Bildschirm ber\xFChren, wird die Webseite \xFCbersetzt (nur \xDCbersetzung) bzw. der Originaltext angezeigt.",addUrlDescription:"Kann ein Dom\xE4nenname sein und unterst\xFCtzt auch Wildcards, z. B.\uFF1A*.google.com, google.com/mail/*, https://www.google.com/*",general:"Grundeinstellungen",clickToExpandConfig:"Aktuelle Konfiguration erweitern",import:"Aus Datei importieren",export:"In Datei exportieren",toggleDebug:"Das Debug-Protokoll auf der Konsole ausgeben","fingers.0":"Klageschrift","fingers.2":"Zwei-Finger-Ber\xFChrung","fingers.3":"Drei-Finger-Ber\xFChrung","fingers.4":"Vier-Finger-Ber\xFChrung","fingers.5":"F\xFCnf-Finger-Ber\xFChrung",mouseHoldKey:"+ {key} \xDCbersetzen/Wiederherstellen des Absatzes",mouseHoldKeyAuto:"Direkte \xDCbersetzung des Absatzes",mouseHoldKeyOff:"Tun Sie nichts.",mouseHoldKeyOther:"Benutzerdefinierte Tastenkombinationen (Einstellungen \xF6ffnen)",mouseHoldKeyCustomKey:"{key} \xDCbersetzung/K\xFCrzung des Absatzes",mouseHoverHoldKey:"\xDCbersetzen Sie Abs\xE4tze, indem Sie die Tastenkombination dr\xFCcken, w\xE4hrend Sie mit der Maus dar\xFCber fahren.","mouse-translate":"Mauszeiger",document:"(Computer-)Datei",resetSuccess:"Alle Einstellungen erfolgreich zur\xFCcksetzen",resetThisSuccess:"Zur\xFCcksetzen erfolgreich",saved:"Erfolgreich speichern",successImportConfig:"Erfolgreich importierte Konfiguration",goAdvancedSettings:"Gehen Sie zur Seite Erweiterte Einstellungen",goAdvancedInterfaceSettings:"Gehen Sie zur Seite Erweiterte Anpassungseinstellungen",advanced:"Erweiterte Einstellungen",advancedDescription:"In der Regel sind keine Einstellungen erforderlich, belassen Sie es bei der Standardeinstellung. Nur f\xFCr spezialisiertere Benutzer sind mehr personalisierte Einstellungen verf\xFCgbar.",developer:"Einstellungen f\xFCr Entwickler",donateCafe:"Preise","translate to the bottom of the page":"Wird sie unmittelbar nach dem Betreten der Seite an das Ende der Seite \xFCbersetzt?",feedback:"Frage Feedback",toggleTranslatePage:"Seite \xFCbersetzen/ Originaltext anzeigen",translateToThePageEndImmediatelyDescription:"Wenn Sie die Funktion einschalten, wird der Inhalt sofort bei der Eingabe vom oberen zum unteren Rand der Seite \xFCbersetzt. Wenn Sie die Funktion ausschalten, wird der Inhalt w\xE4hrend des Lesens \xFCbersetzt. (Nicht empfohlen)","translate all areas of the page":"Ob alle Bereiche der Seite \xFCbersetzt werden sollen",translationAreaDescription:"Ist die Option aktiviert, werden alle Bereiche der gesamten Webseite \xFCbersetzt. Wenn Sie die Option ausschalten, wird die standardm\xE4\xDFige intelligente Erkennung verwendet und nur die Hauptbereiche werden \xFCbersetzt. (Es wird nicht empfohlen, diese Funktion einzuschalten)","the number of characters to be translated first":"\xDCbersetzen Sie direkt die ersten Zeichen der Seite, ohne zu warten, bis der Anzeigebereich angezeigt wird.","interface language":"Interface-Sprache","display both the original text and the translation":"Gleichzeitige Anzeige von Original und \xDCbersetzung","keyboard shortcuts":"Tastaturkurzbefehle",modify:"Tastenkombinationen \xE4ndern",reset:"reprovision",close:"Klageschrift",homepage:"Homepage",more:"mehr",moreOptions:"Erweitern Sie Ihre Anpassungsoptionen",translateTheWholePage:"Alle Bereiche der Seite \xFCbersetzen (im Gegensatz zu einer intelligenten Erkennung der Hauptbereiche)",changeToTranslateTheWholePage:"Umschalten auf die \xDCbersetzung aller Regionen",changeToTranslateTheMainPage:"Zum Hauptbereich \xDCbersetzen wechseln",changeToOnlyTranslationMode:"Umschalten, um nur \xDCbersetzungen anzuzeigen",changeToDualTranslationMode:"Umschalten auf zweisprachige \xDCbersetzung",translateToThePageEndImmediately:"Sofortige \xDCbersetzung an das Ende der Seite",translateTheMainPage:"Intelligente \xDCbersetzung Schl\xFCsselregionen","The local rules are up to date":"Die \xF6rtlichen Anpassungsvorschriften sind auf dem neuesten Stand.","Successfully synchronized with the latest official rules:":"Erfolgreich synchronisiert mit den neuesten offiziellen Anpassungsregeln.","Checking for updates":"Pr\xFCfen auf Aktualisierungen","Rules are being synchronized":"Anpassungsregeln werden synchronisiert",localVersionIsTooOld:"Die Version der lokalen Erweiterung ist zu alt. Bitte aktualisieren Sie die Erweiterung auf {minVersion} oder eine neuere Version, bevor Sie versuchen zu synchronisieren.",badUserscriptBrowser:"Der aktuelle Browser implementiert die Schnittstelle der Grease Monkey-Erweiterung nicht korrekt (z. B. um Informationen \xFCber die Versionsnummer des Grease Monkey-Skripts selbst zu erhalten). Bitte verwenden Sie andere Browser, die die <1>Grease Monkey-Erweiterung unterst\xFCtzen, wie z. B. Firefox.",foundNewVersion:"Entdecken Sie die neue Version",theLocalExtensionIsUpToUpdate:"Die aktuelle Erweiterung ist auf dem neuesten Stand.",failToSyncRules:"Fehlende Synchronisierung der neuesten Anpassungsregeln",retry:"Klicken Sie hier, um es erneut zu versuchen",failedReason:"Gr\xFCnde f\xFCr das Scheitern",currentRuleVersion:"Aktuelle Regelversion",calculating:"Berechnungen",unknownError:"unbekannter Fehler",canNotFetchRemoteRule:"Remote-Regeln k\xF6nnen nicht abgerufen werden",enableAlphaSuccess:"Alpha aktiviert",disableAlphaSuccess:"Die Alpha-Funktion wurde ausgeschaltet.",cacheSize:"Cache-Gr\xF6\xDFe\uFF1A",cleaning:"in Liquidation befindlich",cleanCache:"den Cache l\xF6schen",options:"aufstellen",about:"in Bezug auf",service:"Dolmetscherdienst",needAction:"(Gehe zu Einstellungen)",goSettings:"loslegen und einrichten",needActionForOptions:"(noch einzurichten)",translationEngine:"Motor Optionen",sourceLanguage:"Originalsprache",target:"Zielsprache",popupSourceLanguage:"Originalsprache",popupTarget:"Zielsprache",popupService:"Dolmetscherdienst",forThisSite:"Aktuelle Website",autoEnableSubtitle:"Automatisches \xD6ffnen von zweisprachigen Untertiteln",alwaysTranslate:"\xDCbersetzen Sie immer",neverTranslate:"Niemals \xFCbersetzen",alwaysTranslateSomeLanguage:"\xDCbersetzen Sie immer {language}",neverTranslateSomeLanguage:"Niemals \xFCbersetzen {language}",alwaysTranslateSomeSite:"\xDCbersetzen Sie immer {hostname}",neverTranslateSomeSite:"Niemals \xFCbersetzen {hostname}",alwaysTranslateSomeSiteOrWildSite:"\xDCbersetzen Sie immer die Website",alwaysTranslateSomePage:"\xDCbersetzen Sie die Seite immer",add:"erh\xF6hen.",default:"Standard (Einstellung)",forThisLanguage:"F\xFCr diese Sprache\uFF1A","add url":"URL eingeben",edit:"Compiler","translate other languages into specific language":"\xDCbersetzen Sie andere Sprachen in Ihre eingestellte Sprache","select translation service":"W\xE4hlen Sie einen \xDCbersetzungsdienst",language:"Mehrsprachigkeit","show-original":"Originaltext anzeigen",translate:"Rendering",Translated:"\xFCbersetzt",Translating:"in \xDCbersetzung",Error:"falsch",allowCacheTranslations:"Aktivieren Sie das lokale \xDCbersetzungscaching (um \xDCbersetzungsanfragen f\xFCr doppelte Passagen zu reduzieren)","translation display":"Anzeigestil der \xDCbersetzung","select diplay style":"Unterscheiden Sie die verschiedenen \xDCbersetzungsstile anhand der folgenden Beispiele",interface:"Interface-Einstellungen",import_export:"Import/Export",import_export_title:"Konfiguration importieren/exportieren",syncToGoogleDrive:"Jetzt mit Google Drive synchronisieren",floatBallOptions:"Hoverball-Einstellungen","floatBallOptions.enable":"Hoverball freischalten","floatBallOptions.blockUrls":"Website deaktivieren","floatBallOptions.add":"erh\xF6hen.","floatBallOptions.blockUrlDesc":"Schwebeb\xE4lle werden nicht angezeigt, wenn die folgenden Websites aufgerufen werden","floatBallOptions.clickType":"Klickverhalten","floatBallOptions.clickTypeDesc":"Verhalten des Hoverball-Symbols beim Anklicken","floatBallOptions.clickPopup":"\xDCbersetzungspanel anzeigen","floatBallOptions.clickTranslate":"\xDCbersetzung/Anzeige des Originaltextes","floatBallOptions.fixedPosition":"\u56FA\u5B9A\u4F4D\u7F6E","floatBallOptions.fixedPositionDesc":"\u60AC\u6D6E\u7403\u5728\u7A97\u53E3\u5DE6\u4FA7\u8FD8\u662F\u53F3\u4FA7","floatBallOptions.fixedPositionLeft":"\u5DE6\u4FA7","floatBallOptions.fixedPositionRight":"\u53F3\u4FA7",previewAllThemes:"Vorschau aller Stile","translationTheme.none":"nicht haben","translationTheme.grey":"dunkelgrau","translationTheme.dashed":"gepunktete Unterstreichung","translationTheme.dotted":"gepunkteter Unterstrich","translationTheme.dashedBorder":"gepunkteter Rand","translationTheme.solidBorder":"feste Umrandung","translationTheme.underline":"Unterstreichen Sie gerade Linien","translationTheme.mask":"Fuzzy-Effekte (Lernmodi)","translationTheme.opacity":"Transparenz-Effekt","translationTheme.paper":"Wei\xDFes Papier Schatteneffekt","translationTheme.dividingLine":"Trennungslinie","translationTheme.highlight":"hohe Helligkeit","translationTheme.marker":"Markierung (Lehnwort)","translationTheme.marker2":"Markierung 2","translationTheme.blockquote":"Referenzierungsstile","translationTheme.weakening":"Schw\xE4chung","translationTheme.italic":"Schr\xE4gschrift","translationTheme.bold":"eindicken","translationTheme.thinDashed":"d\xFCnne gepunktete Linie, Unterstrich","translationTheme.nativeDashed":"Das System ist mit einem gepunkteten Unterstrich versehen","translationTheme.nativeDotted":"System kommt mit gepunktetem Unterstrich","translationTheme.nativeUnderline":"Das System wird mit einer geraden Linie unterstrichen","translationTheme.wavy":"gewellte Linie","translationServices.custom":"Benutzerdefinierte API","translationServices.tencent":"Tencent \xDCbersetzer","translationServices.tenAlpha":"Tencent \xDCbersetzer (Alpha)","translationServices.google":"Google \xDCbersetzen","translationServices.bai":"Baidu (Alpha)","translationServices.baidu":"Baidu's \xDCbersetzung","translationServices.aliyun":"AliCloud \xDCbersetzung","translationServices.volc":"Vulkan\xFCbersetzung","translationServices.deeplx":"DeepLX (Beta)","translationServices.bing":"Microsoft \xDCbersetzen","translationServices.deepl":"DeepL","translationServices.wechat":"WeChat \xDCbersetzung","translationServices.azure":"Azure-\xDCbersetzung","translationServices.ibm":"IBM Watson","translationServices.aws":"Amazonas-\xDCbersetzung","translationServices.mock":"Simulierte \xDCbersetzung","translationServices.mock2":"Simulierte \xDCbersetzung 2","translationServices.caiyun":"lit. bunte Wolken und kleine \xDCbersetzungen","translationServices.cai":"Bunte Wolken (Alpha)","translationServices.volcAlpha":"Vulkan (Alpha)","translationServices.openl":"OpenL","translationServices.youdao":"Youtube-\xDCbersetzung","translationServices.you":"Youdao \xDCbersetzer (Alpha)","translationServices.transmart":"Tencent Interactive \xDCbersetzung","translationServices.niu":"Maverick Translator","translationServices.papago":"Papago \xDCbersetzung","translationServices.d":"D (Alpha)","translationServices.dpro":"D Pro (Kanarienvogel)","translationServices.openai":"OpenAI","translationServices.yandex":"Yandex","translationServices.chatgpt":"ChatGPT Web(3.5 mobil)","translate title":"Seitentitel \xFCbersetzen","always languages":"\xDCbersetzen Sie immer die Sprache",neverTranslateLanguagesLabel:"Die Sprache, die nie \xFCbersetzt werden wird",neverTranslateTheFollowingLanguagesDescription:"\xDCbersetzungen werden \xFCbersprungen, wenn ein Absatz auf der Seite in einer der folgenden Sprachen vorliegt",enableUserscriptPagePopup:"Schwebeball auf der Seite anzeigen",enableUserscriptPagePopupDescription:"Nachdem Sie den Hoverball ausgeschaltet haben, k\xF6nnen Sie ihn mit dem Shortcut /{touch}wieder aufrufen. Es wird dringend empfohlen, diese Einstellungsseite als Lesezeichen zu speichern, um zu verhindern, dass der Hoverball nach dem versehentlichen Ausschalten dieser Option nicht mehr gefunden wird!","always translate the following languages":"\xDCbersetzt automatisch in die Zielsprache, wenn die Seite in einer der folgenden Sprachen vorliegt","always sites":"Immer \xFCbersetzte Websites","always translate the following sites":"Websites werden automatisch in die Zielsprache \xFCbersetzt, wenn es sich um die Domainnamen von","never sites":"Nie \xFCbersetzte Website","never translate the following sites":"\xDCbersetzungen werden nicht durchgef\xFChrt, wenn die Website f\xFCr die folgenden Domains bestimmt ist","please refer to":"Sie m\xFCssen den Schl\xFCssel ausf\xFCllen, bevor Sie ihn verwenden k\xF6nnen.",KeyAndConfigurationTutorial:"Tutorial zur Anwendung und Konfiguration von Schl\xFCsseln",useAboveStyleForTheseSites:"Verwenden Sie immer den \xDCbersetzungsstil \u2308{theme}\u230B, wenn die Website f\xFCr die folgenden Domains bestimmt ist",currentUrl:"Aktuelle URL",confirm:"Speichern (einer Datei usw.) (Informatik)",cancel:"Stornierungen",delete:"entfernen","languages.auto":"automatische Erkennung",syncToCloud:"Mit Google Drive synchronisieren",syncToCloudDescription:"Die in die Cloud hochgeladene Konfiguration kann zwischen verschiedenen Browsern bzw. Grease-Monkey-Skripten synchronisiert werden, je nachdem, was zuletzt ge\xE4ndert wurde.",syncToAccount:"Synchronisierung mit der Immersive Translation Cloud",syncToAccountButton:"Sofortige Synchronisierung mit der Cloud",syncToAccountDescription:"Automatische Synchronisierung von Konfigurationen zwischen verschiedenen Ger\xE4ten, je nachdem, was zuletzt ge\xE4ndert wurde.",successSyncConfigInAccount:"Erfolgreiche Synchronisierung mit der Cloud",successSyncConfigToAccount:"Erfolgreiche Synchronisierung mit der Cloud",syncConfigNoUpdate:"Sie ist bereits auf dem neuesten Stand.",authFail:"Autorisierungsfehler",syncTitle:"Manuelles Backup-Management",import_hint:"importieren (Daten)",upload:"hochladen",revokeAuth:"eine Zulassung widerrufen",uploadFail:"Upload fehlgeschlagen",download:"Herunterladen von",importSuccess:"Erfolgreich importiert",importFail:"Importfehler",deleteFail:"L\xF6schen fehlgeschlagen",backupToCloud:"Manuelle Verwaltung von Sicherungsdateien",create_new_backup:"Einen neuen Sicherungsknoten hinzuf\xFCgen",maxBackupFiles:"Es k\xF6nnen bis zu{count}verschiedene Nodes gesichert werden, bitte l\xF6schen Sie die Nodes, die Sie nicht ben\xF6tigen.",backupToCloudDescription:"Manuelles Hochladen oder Wiederherstellen von Sicherungsdateien, wobei bis zu 3 verschiedene Sicherungen m\xF6glich sind",successSyncConfig:"Erfolgreiche Synchronisierung mit der Cloud",syncFail:"Synchronisationsfehler",updatedAt:"Aktualisiert von {date}",lastSyncedAt:"Zuletzt gepr\xFCft unter {date}",downloadFail:"Download fehlgeschlagen",clickToDownload:"Klicken Sie zum Herunterladen",aboutLabel:"\xDCber - Feedback","browser.openAboutPage":"\xDCber/Feedback",aboutLabelWithoutSponsor:"\xDCber - Feedback",aboutIntro:"M\xF6gen wir alle einen einfacheren und angenehmeren Zugang zu der riesigen Menge fremdsprachiger Informationen im Internet haben \u2764\uFE0F Sie k\xF6nnen Ihre <6>Pro-Mitgliedschaft aktivieren, um die sofort einsetzbaren DeepL und OpenAI-\xDCbersetzungen zu nutzen.

Sie k\xF6nnen uns auf <3>Twitter, <4>Telegram, Weibo, WeChat folgen oder <5>sich in unsere Mailingliste eintragen, um Updates zu erhalten.
<7>Pro-Mitglieder k\xF6nnen uns unter <8>support@immersivetranslate.com kontaktieren, um schnellen Kundenservice zu erhalten.",aboutIntroWithoutSponsor:"M\xF6gen wir alle einen leichteren und angenehmeren Zugang zu der enormen Menge an fremdsprachlichen Informationen haben, die im Internet zur Verf\xFCgung stehen \u2764\uFE0F

Sie k\xF6nnen uns auf <3>Twitter, im <4>Telegram-Kanal, auf WeChat und WeChat Exchange folgen oder <5>sich unten per <5>E-Mail f\xFCr Updates <5>anmelden.",projectHomepage:"Projekt Heimat",joinTelegramGroup:"Treten Sie der Benutzergruppe bei, um an Diskussionen \xFCber Funktionen teilzunehmen.",wechatPublicAccount:"WeChat \xD6ffentlich",wechatCommunities:"WeChat Austauschgruppe",qqCommunities:"QQ Kommunikationskanal",joinTelegramChannel:"Folgen Sie dem Telegram-Kanal f\xFCr aktuelle Updates",feedbackAndJoin:"Frage Feedback / Gruppe hinzuf\xFCgen",autoSync:"automatische Zeitsynchronisation",loadingThemeTitle:"Stil laden",loadingThemeDescription:"Einstellen des Stils beim Warten auf das Laden der \xDCbersetzung","loadingTheme.spinner":"Animation zum Drehen","loadingTheme.text":"etw. in statischer Schrift ","loadingTheme.none":"nicht gezeigt",developerDescription:"Die Dokumentation zur erweiterten Anpassung finden Sie <1>hier","edit border color":"\xC4ndern Sie die Farbe des Rahmens",successSyncButNoChange:"Die aktuelle Konfiguration ist mit der Cloud konsistent",customTheme:"Individuelle Farben und Gr\xF6\xDFen","customThemeLabel.borderColor":"Farbe der Umrandung","customThemeLabel.borderRadius":"Abgerundete Kanten","customThemeLabel.textColor":"Textfarbe","customThemeLabel.backgroundColor":"Hintergrundfarbe","customThemeLabel.zoom":"Skalierung der Schrift (%)","customThemeLabel.opacity":"Text-Opazit\xE4t (%)",resetToDefaultColor:"Wiederherstellung der Standardfarben",resetToDefaultSettings:"Wiederherstellen der Standardeinstellungen",isTranslateTitle:"\xDCbersetzung der Seitentitel aktivieren",isTranslateTitleDescription:"Beim \xD6ffnen wird der Seitentitel \xFCbersetzt",enableSearchEnhancement:"Erm\xF6glichung der zweisprachigen Erweiterung von Nachrichten",enableSearchEnhancementDescription:'Sobald diese Funktion aktiviert ist, werden die Suchergebnisse von "Google News" automatisch in der rechten Spalte der unterst\xFCtzten Websites (Google News, Google Search (einige Suchbegriffe), Snowball, Oriental Fortune, Futura, Tiger Community) f\xFCr die entsprechenden englischen Suchbegriffe angezeigt.',verifyService:"Klicken Sie hier, um den Dienst zu testen",verified:"Erfolg \xFCberpr\xFCfen","field.langs":"Unterst\xFCtzte Sprachcodes","field.model":"Modellierung","field.translationEngine":"\xDCbersetzungsmotor","field.limitPerMinute":"Maximale Anfragen pro Minute","field.limitPerSecond":"Maximale Anzahl von Anfragen pro Sekunde","field.maxTextLengthPerRequest":"Maximale Textl\xE4nge pro Anfrage","field.maxTextGroupLengthPerRequest":"Maximale Anzahl von Abs\xE4tzen pro Anfrage","field.apiUrl":"Adresse der benutzerdefinierten API-Schnittstelle","field.placeholderDelimiters":"reservierter Platzhalter","description.custom":"Benutzerdefinierte Schnittstelle Zugriff Dokumentation erforderlich","description.limitPerMinute":"Anfragen, die diese Grenze \xFCberschreiten, werden bis zum Beginn der n\xE4chsten Minute in eine Warteschlange gestellt. Aufgrund der verschiedenen Einschr\xE4nkungen von OpenAIs aktuellem Service, klicken Sie bitte <1>hier f\xFCr die neuesten vorgeschlagenen Werte","description.limitPerSecond":"Anfragen, die diese Grenze \xFCberschreiten, werden bis zum Beginn der n\xE4chsten Sekunde in eine Warteschlange gestellt. Aufgrund der verschiedenen Einschr\xE4nkungen von OpenAIs aktuellem Service, klicken Sie bitte <1>hier f\xFCr die neuesten vorgeschlagenen Werte","description.generalLimitPerSecond":"Anfragen, die diese Grenze \xFCberschreiten, werden bis zum Beginn der n\xE4chsten Sekunde in eine Warteschlange gestellt.","description.prompt":"Gespr\xE4che, die im Namen des Benutzers an {service} gesendet werden, wobei {{text}} den Textinhalt des Absatzes darstellt, {{from}} die Sprache des Absatzes und {{to}} die Zielsprache.","description.maxTextLengthPerRequest":"Die maximale Anzahl von Zeichen pro Anfrage ist zu gro\xDF, so dass die Schnittstelle langsam reagiert. Versuchen Sie daher, diese Option anzupassen, um die Geschwindigkeit zu optimieren.","description.systemPrompt":"Ein Dialog, der an OpenAI als System gesendet wird, wobei {{text}} den Textinhalt des Absatzes,{{from}} die Sprache des Absatzes und{{to}} die Zielsprache angibt.","field.domain":"Bereich","description.domain":"Der Standardwert ist\uFF1Ageneral. Kann nur gesetzt werden, wenn die Dom\xE4nen\xFCbersetzung in der Arima API-Konsole aktiviert ist, siehe <1>hier f\xFCr unterst\xFCtzte Dom\xE4nen","field.scene":"Nehmen Sie","description.scene":"Der Standardwert ist\uFF1Ageneral. Kann nur eingestellt werden, wenn die AliCloud-API-Konsole Machine Translation Pro \xF6ffnet, siehe <1>hier f\xFCr unterst\xFCtzte Szenarien","field.vocabId":"Benutzerw\xF6rterbuch-ID","description.vocabId":"Das angegebene W\xF6rterbuch out_id unterst\xFCtzt derzeit die \xDCbersetzung Englisch-Chinesisch.","description.model":"OpenAI-Modelle, z.B. gpt-3.5-turbo, gpt-4, etc.","description.maxTextGroupLengthPerRequest":"Die Anzahl der Abs\xE4tze, die gleichzeitig an den \xDCbersetzungsdienst gesendet werden. Wenn es zu viele Abs\xE4tze sind, kann dies dazu f\xFChren, dass die Schnittstelle langsamer reagiert.","description.apiUrl":"Bitte f\xFCgen Sie spezifische URLs mit Pfaden, <1>mehr Beschreibung",enabledExtension:"Aktivieren von Erweiterungen",clickToDisableExtension:"Klicken Sie hier, um Erweiterungen zu deaktivieren",clickToEnableExtension:"Klicken Sie, um Erweiterungen zu aktivieren",hasBeenDisabled:"deaktiviert","show password":"Passwort anzeigen",customContent:"Eingabe eines benutzerdefinierten Modellnamens",inputOptions:"Erweiterung des Eingabefeldes",mouseHoverOptions:"Mauszeiger",modifyMouseHoverKey:"Mauszeiger-Kurzbefehl \xE4ndern",enableInputTranslation:"Ob die Erweiterung des Eingabefeldes aktiviert werden soll",enableInputTranslationDescription:"Nach der Aktivierung geben Sie {startingKey}{startingKey} hallo direkt in das Eingabefeld ein und dr\xFCcken dann schnell{inputTrailingTriggerKeyRepeatTimes}mal{trailingKey}, um in {inputTargetLanguage}zu \xFCbersetzen.",enableInputTranslationDescriptionForNoneKey:"Nach der Aktivierung geben Sie\uFF1AHello World direkt in das Eingabefeld ein und dr\xFCcken dann schnell{inputTrailingTriggerKeyRepeatTimes}{trailingKey}, um in die Standardzielsprache zu \xFCbersetzen.",inputTargetLanguage:"Einstellung der Standard-Zielsprache f\xFCr Eingabefelder",inputTargetLanguageDescription:"Standard-Zielsprache f\xFCr die \xDCbersetzung von Eingabefeldern, d.h. {startingKey}{startingKey} als Standardsprache f\xFCr Triggerw\xF6rter",inputTargetLanguageDescriptionForNoneKey:"Standard-Zielsprache f\xFCr die \xDCbersetzung des Eingabefeldes",inputStartingTriggerKeyTitle:"Einstellung des Trennzeichens f\xFCr die Teil\xFCbersetzung des Eingabefeldes",inputStartingTriggerKeyDescription:"Wenn Sie nicht das gesamte Eingabefeld \xFCbersetzen m\xFCssen, k\xF6nnen Sie mit dem Splitter nur den Teil von {startingKey}{startingKey} bis zum Ende des Eingabefelds \xFCbersetzen, oder Sie k\xF6nnen den Sprachcode angeben, z. B.\uFF1A{startingKey}ja bedeutet, dass nur der Teil von {startingKey}ja bis zum Ende des Eingabefelds \xFCbersetzt wird.",inputStartingTriggerKeyDescriptionForNoneKey:'Die derzeitige Einstellung "kein Pr\xE4fix" wird nicht ben\xF6tigt, und die \xDCbersetzungsfunktion f\xFCr einige Texte im Eingabefeld ist derzeit nicht verf\xFCgbar.',inputTrailingTriggerKeyTitle:"W\xE4hlen Sie ein Ausl\xF6sezeichen f\xFCr das Ende eines Eintrags",inputTrailingTriggerKeyDescription:"3 schnelle Treffer{trailingKey} wird mit der \xDCbersetzung beginnen!",inputTrailingTriggerKeyTimeout:"Geben Sie die Zeit zwischen den Ausl\xF6sern f\xFCr das Ende des Kampfes ein.",inputTrailingTriggerKeyTimeoutDescription:"Legt die Zeit (in Millisekunden) zwischen den Combo-Triggern f\xFCr das Eingangsende fest",spaceKey:"<\u7A7A\u683C\u952E>",noneKey:"Direkte \xDCbersetzung des gesamten Textfeldes ohne Pr\xE4fixe",inputTranslationBlockUrlsTitle:"Aktivieren Sie die Eingabefelderweiterung in den folgenden URLs nicht",inputTranslationBlockUrlsDescription:"Die Erweiterungen der Eingabefelder funktionieren nicht bei den folgenden URLs",clickToSeeQuickDemo:"Klicken Sie hier, um das 30-Sekunden-Kurzanleitung-Video zu erweitern",inputHelperInfo:"Beschreibung\uFF1AWir haben die Tatsache optimiert, dass einige ausl\xF6sende Zeichen bei chinesischen Eingabemethoden zu chinesischen Satzzeichen werden, z. B. wird / bei der Sogou-Eingabemethode zu einem Dun-Zeichen, und Immersive Translator unterst\xFCtzt alle chinesischen Symbole, die den ausl\xF6senden Zeichen entsprechen, d. h. //,,, wird als ausl\xF6sendes Zeichen erkannt.

Wir unterst\xFCtzen auch chinesische Aliase f\xFCr Sprachcodes als Befehle, z.B. /Japanese Hello World wird ins Japanische \xFCbersetzt, <1>klicken Sie hier, um alle unterst\xFCtzten Sprachcodes zu sehen.",reloadCurrentPage:"Bitte aktualisieren Sie die aktuelle Seite, bevor Sie die \xDCbersetzung starten.",noLocalFilePermissionForPDF:"Sie haben keine Berechtigung, lokale Dateien zu lesen. Bitte klicken Sie auf die Schaltfl\xE4che oben und importieren Sie dann lokale Dateien.",noPermissionForThisPage:"\u26A0\uFE0F Keine Berechtigung zur \xDCbersetzung der aktuellen Seite",retryAllParagraphs:"Alle Fehlerpassagen erneut versuchen",retryAllButton:"Alle Fehlerpassagen erneut versuchen",errorTooltipTitle:"Klicken Sie, um die Ursache des Fehlers zu sehen",errorModalTitle:"Irgendetwas scheint mit dem \xDCbersetzungsdienst oder dem Netzwerk nicht in Ordnung zu sein...",disableConfirm:"Zweisprachige Information Enhancement Setting",disableOnce:"Diese Invalidit\xE4t",disableGlobal:"dauerhaft deaktivieren",disableTint:"* Sie k\xF6nnen sie unter {option} wieder aktivieren.",searchEnhancementNotes:'Wir haben festgestellt, dass die Nachrichtenergebnisse f\xFCr chinesische und englische Schl\xFCsselw\xF6rter sehr unterschiedlich sind. Nach der Aktivierung der Funktion "Immersive Translation Bilingual Information Enhancement" suchen wir f\xFCr Sie automatisch auf den unterst\xFCtzten Websites (Google News, Google Search (einige Schl\xFCsselw\xF6rter), Snowball, Oriental Wealth, Futura, Tiger) nach denselben Schl\xFCsselw\xF6rtern auf Englisch und zeigen sie auf der rechten Seite an. Sie k\xF6nnen diese Funktion deaktivieren, wenn Sie sie nicht ben\xF6tigen.',option:"aufstellen",saveSettings:"Einstellungen speichern",closeModal:"Fenster schlie\xDFen",enableInputTranslationWithoutTriggerKeyTitle:"Aktivieren Sie 3 Schnellzugriffe auf{trailingKey}, um das gesamte Eingabefeld direkt in{inputTargetLanguage}zu \xFCbersetzen.",enableInputTranslationWithoutTriggerKeyDescription:"Um die Zielsprache anzugeben, stellen Sie ihr den Sprachcode voran, z. B.\uFF1Aja Hello World",mouseHoverShortcutPlaceholder:"z.B.\uFF1AVerschiebung",deepLProName:"Immersive Translation Pro Mitglied (empfohlen)",deepLProDescription:"Das aktuelle Paket kann direkt verwendet werden",deeplProDescriptionForNormal:"Keine Einrichtung erforderlich, Mitglieder k\xF6nnen es nach der Anmeldung nutzen, <1>klicken Sie hier, um Mitglied zu werden",deepLCustomDescription:"Ausl\xE4ndische Kreditkarte erforderlich, offiziell er\xF6ffnet unter <1>DeepL, klicken Sie f\xFCr die <2>Dokumentation",deepLCustomName:"Benutzerdefinierter Authentifizierungsschl\xFCssel",chooseProviderLabel:"W\xE4hlen Sie einen Dienstanbieter",openaiProName:"Immersive Translation Pro Mitglied (empfohlen)",openaiProDescription:"Das aktuelle Paket kann direkt verwendet werden",openaiProDescriptionForNormal:"Keine Einrichtung erforderlich, Mitglieder k\xF6nnen es nach der Anmeldung nutzen, <1>klicken Sie hier, um Mitglied zu werden",openaiCustomDescription:"Verf\xFCgbar auf OpenAI, Azure OpenAI oder anderen Diensten von Drittanbietern, <1>klicken Sie hier f\xFCr die Dokumentation",openaiCustomName:"Benutzerdefinierter API-Schl\xFCssel",needLoginAction:"(Offene Mitgliedschaft oder Anpassung)",goLoginOrAction:"(\xD6ffnen Sie eine Mitgliedschaft oder gehen Sie zu den Einstellungen)",yearly:"eine fortlaufende j\xE4hrliche Zahlung leisten",quarterly:"sequenzieller Umschlag",monthly:"Monatsabonnement",yearlyForOnce:"Einmaliges Jahrespaket",monthlyForOnce:"Einmaliges Monatspaket",daily:"aufeinanderfolgende Pakettage",year:"eine fortlaufende j\xE4hrliche Zahlung leisten",quarter:"sequenzieller Umschlag",month:"Monatsabonnement",day:"aufeinanderfolgende Pakettage",onetime_7day:"7-Tage-Erlebnispaket",currentPlanDescriptionForFree:"Aktuelle Pakete\uFF1AKostenlos",currentPlanDescriptionForContinuous:"Das aktuelle Paket\uFF1A{plan}wird automatisch auf {endAt} verl\xE4ngert.",currentPlanDescriptionForAutoRenewCaceling:"Das aktuelle Paket\uFF1A{plan}l\xE4uft auf {endAt} aus und wird nach Ablauf nicht automatisch verl\xE4ngert.",currentYearlyPlanDescriptionForAutoRenewCacelingWithRealPaiedUser:"Das aktuelle Paket,\uFF1A{plan}, l\xE4uft am {endAt} aus und wird nach Ablauf nicht automatisch verl\xE4ngert.
<1>Klicken Sie hier, um Ihren Verl\xE4ngerungsplan zu verwalten",currentYearlyPlanDescriptionForAutoRenewCacelingWithAdmin:"Das aktuelle Paket\uFF1A{plan}l\xE4uft auf {endAt} aus und wird nach Ablauf nicht automatisch verl\xE4ngert.
<1>Klicken Sie hier, um ein fortlaufendes Jahresabonnement zu aktivieren",currentPlanDescriptionForOneTime:"Das aktuelle Abonnement\uFF1A{plan}l\xE4uft auf {endAt} aus. <1>Klicken Sie hier, um eine j\xE4hrliche oder <2>monatliche Mitgliedschaft zu <1>erwerben.",upgradePlan:"Klicken Sie hier f\xFCr ein Upgrade auf die Pro-Mitgliedschaft",upgradeToPro:"Upgrade auf Pro-Mitgliedschaft","popup.openPro":"Upgraden Sie auf die Pro-Mitgliedschaft, um DeepL und OpenAI-\xDCbersetzung zu genie\xDFen. Klicken Sie hier, um upzugraden!","popup.openProForPro":"Sie sind ein Pro-Mitglied mit direktem Zugang zu DeepL und OpenAI \xDCbersetzungen!",currentAccount:"laufendes Konto",enableAutoSyncUserSettings:"Aktivieren Sie die automatische Cloud-Synchronisierung \xFCber mehrere Ger\xE4te hinweg",modalEnableInputTranslationTitle:"Immersive Translation Eingabefeld Translation Alerts",modalEnableInputTranslationDesc:"Sie haben soeben die \xDCbersetzung des Eingabefeldes von Immersive Translation ausgel\xF6st, indem Sie dreimal kurz hintereinander die Leertaste gedr\xFCckt haben, und der Inhalt des Eingabefeldes wird in die Standardzielsprache \xFCbersetzt. Die \xDCbersetzung kann mit Strg+Z r\xFCckg\xE4ngig gemacht werden.

Sollte dies ein Fehler gewesen sein, k\xF6nnen Sie die \xDCbersetzung des Eingabefeldes entweder deaktivieren oder dauerhaft abschalten.",saveAndNotShowAgain:"Speichern und Beenden der Eingabeaufforderung",disableInputTranslationTips:"* Sie k\xF6nnen auch andere Tastenkombinationen f\xFCr die Ausl\xF6sung in {option} ,{learnMore}festlegen.",learnMore:"Klicken Sie hier, um mehr zu erfahren",continueEnalbeInputTranslation:"Fortfahren, um die \xDCbersetzung von Eingabefeldern zu aktivieren",autoRenewTrialSuffix:'(Aufwird die Testversion sofort zur Vollmitgliedschaft aufgewertet)',upgradeFromTrialTitle:"Upgrade zum Vollmitglied",subtitle:"Video-Untertitelung",youtubeService:"Immersions\xFCbersetzung Videountertitelung \xDCbersetzungsdienste","subtitle.disabledSubtitle":"Dauerhaftes Deaktivieren der Video-Untertitelfunktion","subtitle.disabledSubtitleDescription":"Wenn Immersive Translator's Video Subtitles mit anderen Erweiterungen in Konflikt steht, k\xF6nnen Sie die Funktion von Immersive Translator's Video Subtitles dauerhaft deaktivieren oder andere in Konflikt stehende Erweiterungen deinstallieren","subtitle.autoEnableSubtitle":"Automatische Verwendung von zweisprachigen Untertiteln","subtitle.autoEnableSubtitleDescription":"Nach der Aktivierung werden beim Abspielen eines Videos automatisch zweisprachige Untertitel angezeigt, sonst m\xFCssen Sie auf die \xDCbersetzungsschaltfl\xE4che klicken, um sie anzuzeigen.","subtitle.preTranslation":"\xDCbersetzen von Untertiteln mit immersiver \xDCbersetzung","subtitle.preTranslationDescription":"Wenn diese Option aktiviert ist, wird der gesamte Untertitel mit Hilfe des unten angegebenen \xDCbersetzungsdienstes vor\xFCbersetzt. F\xFCr ein einst\xFCndiges Video werden etwa 50.000 Token oder Zeichen ben\xF6tigt, die Sie bitte nach eigenem Ermessen verwenden.","subtitle.humanSubtitlesPreferred":"Vorrangige Verwendung von Untertiteln f\xFCr Menschen","subtitle.humanSubtitlesPreferredDescription":"Bevorzugen Sie die Verwendung von menschlichen Untertiteln, wenn das Video menschliche Untertitel in der Zielsprache hat (empfohlen)",videoSubtitleTranslationDescription:"Beauftragen Sie einen separaten \xDCbersetzungsdienst f\xFCr Videountertitel",subtitleTranslating:"Bitte warten Sie, w\xE4hrend die Untertitel \xFCber den Dienst {service} \xFCbersetzt werden... (Immersions\xFCbersetzung)",subtitleLoading:"Laden von Untertiteln...",bilingual:"Zweisprachigkeit","field.action":"Ob Baidu-Terminologie aktiviert werden soll","description.action":"Wenn diese Funktion aktiviert ist, wird der Anfrage ein Parameter action=1 hinzugef\xFCgt, um Baidu \xFCber den aktivierten Begriff zu informieren. <1>Weitere Informationen finden Sie in der offiziellen Dokumentation.",closeQuickTranslation:"Hoverball schlie\xDFen","closeQuickTranslation.untilNext":"Diesmal geschlossen bis zum n\xE4chsten Besuch","closeQuickTranslation.currentWebsite":"Aktuelle Seite deaktiviert","closeQuickTranslation.alwaysClose":"dauerhaft deaktivieren","closeQuickTranslation.settingOpen":"(kann auf der <1>Einstellungsseite aktiviert werden)","closeQuickTranslation.cancel":"Stornierungen","closeQuickTranslation.confirm":"definieren.","floatBall.popup":"\xD6ffnen Sie das Panel Schnelleinstellungen","floatBall.translate":"Klicken Sie, um die Seite zu \xFCbersetzen","floatBall.showOriginal":"Klicken Sie, um zum Originalartikel zur\xFCckzukehren","floatBall.close":"Hoverball schlie\xDFen","floatBallOptions.enableDescPc":"Nach dem Aktivieren des Hoverballs wird auf der rechten Seite der Seite eine Schaltfl\xE4che f\xFCr die Schnell\xFCbersetzung angezeigt. Klicken Sie darauf, um zu \xFCbersetzen!","floatBallOptions.enableDesc":"Nachdem Sie den Hoverball ausgeschaltet haben, k\xF6nnen Sie ihn mit{touch}wieder aufrufen. Es wird dringend empfohlen, diese Einstellungsseite als Lesezeichen zu speichern, falls Sie den Hoverball nicht mehr finden k\xF6nnen, nachdem Sie diese Option versehentlich ausgeschaltet haben!","description.azureApiUrl":"Geben Sie die Adresse der benutzerdefinierten API-Schnittstelle ein",confirmSupportMouse:"Aktivierung der Mausunterst\xFCtzung erzwingen",confirmSupportMouseDescription:"Es wurde festgestellt, dass der aktuelle Browser die Mausfunktion nicht unterst\xFCtzt. Ist es notwendig, die Mausunterst\xFCtzung zu aktivieren?",sampleTargetText:"Die lange Nacht wird kommen, und ich werde von heute an bis zu meinem Tod Wache halten. Ich werde keine Frau nehmen, ich werde kein Lehen machen, ich werde keine Kinder haben. Ich werde keine Krone tragen, ich werde nicht nach Ehre streben. Ich werde meine Pflicht tun und leben und sterben.",sampleSourceText:"Night gathers, and now my watch begins. It shall not end until my death. I shall take no wife, hold no lands, father no children. I shall wear no crowns and win no glory. I shall live and die at my post.","subtitle.supportedSites":"\u5DF2\u652F\u6301\u5728\u8FD9\u4E9B\u7F51\u7AD9\u4F7F\u7528\u53CC\u8BED\u5B57\u5E55\uFF08\u6CE8\u610F\uFF1A\u7531\u4E8E\u6280\u672F\u9650\u5236\uFF0C\u90E8\u5206\u7F51\u7AD9\u5728\u9996\u6B21\u5F00\u542F\u5B57\u5E55\u540E\u9700\u8981\u91CD\u65B0\u5237\u65B0\u9875\u9762\uFF0C\u6216\u8005\u9700\u7B49\u5F85\u7FFB\u8BD1\u5B8C\u6210\u4EE5\u663E\u793A\u53CC\u8BED\u5B57\u5E55\uFF09\uFF1A",viewWithImmersiveTranslate:"\u53CC\u8BED\u7248\u672C(\u6C89\u6D78\u5F0F\u7FFB\u8BD1)",errorReason:"\u9519\u8BEF\u539F\u56E0\uFF1A{message}","proQuotaExceededError.onetime7day":'\uFF0C\u60A8\u53EF\u4EE5\u9009\u62E9\u4EE5\u4E0B\u65B9\u5F0F\u89E3\u51B3\uFF1A

1. \u5207\u6362\u5230 {anotherService} \u6216\u5176\u4ED6\u7FFB\u8BD1\u670D\u52A1
2. \u5347\u7EA7\u4E3A\u6708\u5EA6/\u5E74\u5EA6\u4F1A\u5458',"proQuotaExceededError.trial":'\uFF0C\u60A8\u53EF\u4EE5\u9009\u62E9\u4EE5\u4E0B\u65B9\u5F0F\u89E3\u51B3\uFF1A

1. \u5207\u6362\u5230 {anotherService} \u6216\u5176\u4ED6\u7FFB\u8BD1\u670D\u52A1
2. \u7ACB\u523B\u5347\u7EA7\u4E3A\u6B63\u5F0F\u4F1A\u5458',"proQuotaExceededError.nonTrial":'\uFF0C\u60A8\u53EF\u4EE5\u9009\u62E9\u4EE5\u4E0B\u65B9\u5F0F\u89E3\u51B3\uFF1A

1. \u5207\u6362\u5230 {anotherService} \u6216\u5176\u4ED6\u7FFB\u8BD1\u670D\u52A1
2. \u8D2D\u4E70 {translationService} \u989D\u5916\u6D41\u91CF\u5305',"proQuotaExceededError.resetTime":"
3. \u989D\u5EA6\u91CD\u7F6E\u65F6\u95F4\uFF1A{resetTime}","desc.touchShortcutsToggleTranslatePageOnlyTranslation":'"Nur \xDCbersetzung" bedeutet, dass nur die \xDCbersetzung angezeigt wird. Wenn eine Webseite noch nicht \xFCbersetzt wurde, wird der Modus gewechselt und \xFCbersetzt.',"desc.toggleOnlyTransation":'"Nur \xDCbersetzungsmodus" bedeutet, dass nur die \xDCbersetzung angezeigt wird. Wenn eine Webseite noch nicht \xFCbersetzt wurde, wird der Modus gewechselt und \xFCbersetzt.',touchShortcutsToggleTranslatePageOnlyTranslation:"Einstellen von Touchscreen-Gesten zum Wechseln zwischen Zweisprachig/Nur \xDCbersetzung Modus",download_started:"Der Download hat bereits begonnen, wenn er nicht automatisch heruntergeladen wird, klicken Sie bitte manuell.",here:"Hier","desc.toggleVideoSubtitlePreTranslation":"Nach dem Dr\xFCcken werden die zweisprachigen Untertitel des Videos vorrangig mit den Einstellungen der immersiven \xDCbersetzung verwendet. Wenn Sie erneut dr\xFCcken, werden vorrangig die maschinell \xFCbersetzten Untertitel des Originalvideos verwendet. Bitte beachten Sie: Diese Verkn\xFCpfung \xE4ndert die globalen Einstellungen.",videoSubtitlePreTranslationOn:"Videountertitel werden vorrangig mit immersiver \xDCbersetzung verwendet.",videoSubtitlePreTranslationOff:"Videounteritel werden vorrangig die maschinell \xFCbersetzten Untertitel des Originalvideos verwenden.",translationFont:"Schriftart einstellen","translationFont.custom":"Geben Sie benutzerdefinierte Schriftarten ein","translationFont.customPlaceholder":"Schriftart","translationFont.notSupportErrorMessage":"Bitte \xFCberpr\xFCfen Sie, ob der von Ihnen eingegebene Schriftartname korrekt ist, oder best\xE4tigen Sie, dass diese Schriftart bereits auf Ihrem Ger\xE4t installiert ist.","touch.mouse-translate":"\xDCbersetzen Sie den angegebenen Absatz.","translationServices.inherit":"Folgen Sie dem Haupt\xFCbersetzungsdienst","error.serveConfigError":"Dienstkonfigurationsfehler","error.reloadPageOfSetting":"Nach der Konfiguration, bitte aktualisieren Sie die Seite und \xFCbersetzen Sie erneut.","error.googleLimitIp":"Der Service gibt einen Fehler zur\xFCck, Google-Dienste haben die IP-Adresse gedrosselt, es wird empfohlen, den Netzwerkknoten zu wechseln.","error.openAIFreeLimit":"Der Service gibt einen Fehler zur\xFCck, die aktuelle \xDCbersetzungsanforderungsrate hat das Limit von maximal 3 Mal pro Minute erreicht, bitte versuchen Sie es sp\xE4ter erneut. (Dies ist eine Beschr\xE4nkung von OpenAI f\xFCr kostenlose API-Schl\xFCssel. Um diese Beschr\xE4nkung aufzuheben, binden Sie bitte eine Kreditkarte im OpenAI-Backend.)","error.openAIExceededQuota":"Dienst gibt Fehler zur\xFCck: Ihr aktuelles OpenAI-Konto hat nicht gen\xFCgend Guthaben. Bitte laden Sie Ihr Konto auf oder verkn\xFCpfen Sie eine Kreditkarte im offiziellen OpenAI-Backend.","error.429":"Der Service gibt einen Fehler zur\xFCck, was darauf hinweist, dass die Anfragen zu h\xE4ufig sind oder das Limit \xFCberschritten wurde. Bitte versuchen Sie es sp\xE4ter erneut.","error.403":"Der Service gibt einen Fehler zur\xFCck, vor\xFCbergehend besteht keine Berechtigung zum Zugriff auf diesen Service.","error.400":"Der Service gibt einen Fehler zur\xFCck, die Anforderungsparameter sind falsch, bitte \xFCberpr\xFCfen Sie die entsprechende Konfiguration.","error.502":"Der Service gibt einen Fehler zur\xFCck, der Service ist zeitlich \xFCberschritten, bitte versuchen Sie es sp\xE4ter erneut.","error.proTokenInvalid":"Wenn Sie ein Pro-Benutzer sind, melden Sie sich bitte an, bevor Sie den Pro-\xDCbersetzungsdienst nutzen.","error.proUpgrade":"Nach dem Upgrade, bitte aktualisieren Sie die Seite und \xFCbersetzen Sie erneut.","error.configError":"Konfigurationsdaten sind abnormal","error.goReset":"Zur\xFCcksetzen",batchEdit:"Massenoperation","translationModeLang.translation.title":"Nur \xDCbersetzungsmodus Sprache","translationModeLang.translation.description":"Wenn die Seitensprache eine der folgenden Sprachen ist, wird automatisch nur der \xDCbersetzungsmodus verwendet.","translationModeUrl.translation.title":"Nur \xDCbersetzungsmodus-Webadresse","translationModeUrl.translation.description":"Wenn die Website die folgenden Domains hat, wird automatisch nur der \xDCbersetzungsmodus verwendet.","error.serveUnavailable":"Der von Ihnen derzeit verwendete [{serverName}] Dienst ist aufgrund von Netzwerkverbindungsproblemen oder Problemen mit dem Dienstanbieter vor\xFCbergehend nicht erreichbar. Wir empfehlen Ihnen, die Seite zu aktualisieren oder \xFCber <1>Einstellungen einen anderen \xDCbersetzungsdienst auszuw\xE4hlen. Wenn Sie ein <2>Pro-Mitglied sind, k\xF6nnen Sie den stabileren DeepL oder OpenAI \xDCbersetzungsdienst nutzen (<3>klicken Sie hier, um es kostenlos auszuprobieren). Dar\xFCber hinaus sollten Sie m\xF6glicherweise Ihre Netzwerk- oder Proxy-Einstellungen \xFCberpr\xFCfen.",detectServiceLoading:"\xDCberpr\xFCfung der verf\xFCgbaren \xDCbersetzungsdienste...",toggleToService:"Wechseln Sie zu {service} und versuchen Sie es erneut.","error.gemini.429":"Der aktuelle Gemini-Dienst hat seine maximale Kapazit\xE4t erreicht. Bitte versuchen Sie es sp\xE4ter erneut oder wechseln Sie zu einem anderen \xDCbersetzungsdienst.",enableSentryReport:"Wenn ein Fehler bei der Erweiterung auftritt, senden Sie Feedback mit Sentry.","translationServices.gemini":"Zwillinge","widget.translateFile":"PDF/ePub","error.reason":"Fehlergrund","floatBall.iKnow":"Ich wei\xDF.",goLogin:"Anmelden gehen","error.retry":"Wiederholen",touchShortcutsOff:"schlie\xDFen",pickAll:"Alles ausw\xE4hlen",notLogin:"Nicht angemeldet","slide.left":"Nach rechts wischen",loggedIn:"Eingeloggt","slide.right":"Nach links wischen",shortcutSettingsTitle:"Tastenkombination Einstellungen","tagsInput.add":"+ Hinzuf\xFCgen","subtitle.bilingual":"Zweisprachige Untertitel","multipleClick.2":"Doppelklick","shortcutGroup.touch":"Gesten speziell f\xFCr Touchscreens",alwaysTranslateThisSite:"Immer diese Website \xFCbersetzen",buildSnapshots:"Erstellen Sie ein Webseiten-Snapshot",networkError:"\xDCbersetzungsdienst oder Netzwerk hat ein Problem",neverTranslateThisSite:"\xDCbersetzen Sie diese Website niemals",translationOnlyMode:"Nur \xDCbersetzungsmodus","subtitle.hideQuickButton":"Nicht mehr diese Verkn\xFCpfung anzeigen","subtitle.showQuickButton":"Im Player werden Untertitel in zwei Sprachen angezeigt.","multipleClick.3":"Dreifachschlag","intro.subtitleTitle":"Online-Video-Zweisprachige Untertitelanzeige","shortcutGroup.main":"H\xE4ufig verwendete Funktionstastenkombinationen",temprarilyChangeTranslationTo_openai:"Verwendet OpenAI zum \xDCbersetzen der aktuellen Seite",shortcutSettings:"Tastenkombination","shortcutGroup.others":"Mehr benutzerdefinierte Funktionstastenkombinationen","intro.floatBallTitle":"Schnelle \xDCbersetzung Schwebekugel","widget.videoSubtitle":"Videountertitel",contact:"Kontaktieren Sie uns",mouseHoverCustomKeyTitle:"Benutzerdefinierte Maus-Hover-Tastenkombination",temprarilyChangeTranslationTo_gemini:"Verwenden von Gemini, um die aktuelle Seite zu \xFCbersetzen","browser.translateInputBox":"\xDCbersetzen Sie den aktuellen Inhalt des Eingabefelds.","multipleClick.4":"Vierfachschlag","browser.translateWithDeepL":"Vor\xFCbergehende Verwendung von DeepL zur \xDCbersetzung der aktuellen Seite",notLoginPro:"Sie haben sich noch nicht in Ihr Mitgliedskonto eingeloggt.",touchShortcutsToggleTranslateTouchElement:"Einstellen von Touchscreen-Gesten zum \xDCbersetzen bestimmter Abs\xE4tze","widget.instructionTooltip":"Anleitung anzeigen","browser.translateWithTransmart":"Verwenden Sie vor\xFCbergehend Tencent, um die aktuelle Seite zu \xFCbersetzen.",temprarilyChangeTranslationTo_google:"Verwenden Sie Google \xDCbersetzer, um diese Seite zu \xFCbersetzen.","shortcutGroup.shortcutsForTranslationServices":"\xDCbersetzungsdienst verwandte Tastenkombinationen",temprarilyChangeTranslationTo_deepl:"Verwenden von DeepL, um die aktuelle Seite zu \xFCbersetzen.","widget.instruction":"Gebrauchsanweisung","browser.translateWithOpenAI":"Vor\xFCbergehende Verwendung von OpenAI zum \xDCbersetzen der aktuellen Seite","intro.hoverTitle":"\xDCbersetzen Sie den aktuellen Absatz, indem Sie die Maus dar\xFCber schweben lassen.","browser.toggleMouseHoverTranslateDirectly":"Auf der Seite das direkte \xDCbersetzen durch Mouseover tempor\xE4r aktivieren oder deaktivieren","floatBall.longPress":"Durch langes Dr\xFCcken k\xF6nnen Sie das Einstellungsmen\xFC schnell \xF6ffnen.",temprarilyChangeTranslationTo_transmart:"Verwendet gerade Tencent \xDCbersetzung f\xFCr die aktuelle Seite.","floatBall.guideClickToTranslate":`Klicken Sie auf die immersive \xDCbersetzungsschwebekugel + {env.imt_trans_field}: \u0627\u0644\u062A\u0631\u062C\u0645\u0629`,"translationServices.claude":"\u0643\u0644\u0648\u062F","subtitle.quickButton.setting":"\u0625\u0639\u062F\u0627\u062F\u0627\u062A","subtitle.quickButton.white":"\u0623\u0628\u064A\u0636","subtitle.quickButton.black":"\u0627\u0644\u0644\u0648\u0646 \u0627\u0644\u0623\u0633\u0648\u062F","subtitle.quickButton.yellow":"\u0627\u0644\u0644\u0648\u0646 \u0627\u0644\u0623\u0635\u0641\u0631","subtitle.quickButton.backgroundOpacity":"\u0634\u0641\u0627\u0641\u064A\u0629 \u0627\u0644\u062E\u0644\u0641\u064A\u0629","subtitle.quickButton.translationPositionBottom":"\u0623\u0633\u0641\u0644 \u0627\u0644\u0646\u0635 \u0627\u0644\u0623\u0635\u0644\u064A","subtitle.quickButton.backgroundColor":"\u0644\u0648\u0646 \u0627\u0644\u062E\u0644\u0641\u064A\u0629","subtitle.quickButton.cyan":"\u0627\u0644\u0644\u0648\u0646 \u0627\u0644\u0623\u0632\u0631\u0642","subtitle.quickButton.translationPosition":"\u0645\u0648\u0642\u0639 \u0627\u0644\u062A\u0631\u062C\u0645\u0629","subtitle.quickButton.magenta":"\u0627\u0644\u0644\u0648\u0646 \u0627\u0644\u0642\u0631\u0645\u0632\u064A","subtitle.quickButton.translationTextColor":"\u0644\u0648\u0646 \u062E\u0637 \u0627\u0644\u0646\u0635","subtitle.quickButton.red":"\u0627\u0644\u0644\u0648\u0646 \u0627\u0644\u0623\u062D\u0645\u0631","subtitle.quickButton.translationPositionTop":"\u0641\u064A \u0627\u0644\u062C\u0632\u0621 \u0627\u0644\u0639\u0644\u0648\u064A \u0645\u0646 \u0627\u0644\u0646\u0635 \u0627\u0644\u0623\u0635\u0644\u064A","subtitle.quickButton.sourceTextColor":"\u0644\u0648\u0646 \u0627\u0644\u062E\u0637 \u0627\u0644\u0623\u0635\u0644\u064A","subtitle.quickButton.green":"\u0627\u0644\u0644\u0648\u0646 \u0627\u0644\u0623\u062E\u0636\u0631","subtitle.quickButton.sourceFontSize":"\u062D\u062C\u0645 \u0627\u0644\u062E\u0637 \u0627\u0644\u0623\u0635\u0644\u064A","subtitle.quickButton.blue":"\u0627\u0644\u0644\u0648\u0646 \u0627\u0644\u0623\u0632\u0631\u0642","subtitle.quickButton.translationFontSize":"\u062D\u062C\u0645 \u062E\u0637 \u0627\u0644\u0646\u0635 \u0627\u0644\u0645\u062A\u0631\u062C\u0645",attachSubtitleTranslating:"\u0627\u0633\u062A\u062E\u062F\u0645 {service} \u0644\u0644\u062A\u0631\u062C\u0645\u0629...","error.claude.403":"\u0644\u0627 \u062A\u0648\u062C\u062F \u0635\u0644\u0627\u062D\u064A\u0629 \u0645\u0624\u0642\u062A\u0629 \u0644\u0644\u0648\u0635\u0648\u0644 \u0625\u0644\u0649 \u0627\u0644\u062E\u062F\u0645\u0629\u060C \u0642\u062F \u064A\u0643\u0648\u0646 \u0630\u0644\u0643 \u0645\u0631\u062A\u0628\u0637\u064B\u0627 \u0628\u0627\u0644\u0642\u064A\u0648\u062F \u0627\u0644\u062C\u063A\u0631\u0627\u0641\u064A\u0629 \u0644\u0640 Claude \u060C \u064A\u0645\u0643\u0646\u0643 \u0645\u062D\u0627\u0648\u0644\u0629 \u062A\u063A\u064A\u064A\u0631 \u0639\u0646\u0648\u0627\u0646 IP \u0627\u0644\u062E\u0627\u0635 \u0628\u0643 \u060C \u0623\u0648 \u0627\u0633\u062A\u062E\u062F\u0627\u0645 \u062E\u062F\u0645\u0627\u062A \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0623\u062E\u0631\u0649.","browser.brandDescriptionForSafari":"\u3010\u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u063A\u0627\u0645\u0631\u0629\u3011 \u0625\u0636\u0627\u0641\u0629 \u0645\u062C\u0627\u0646\u064A\u0629 \u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0635\u0641\u062D\u0627\u062A \u0627\u0644\u062B\u0646\u0627\u0626\u064A\u0629 \u0627\u0644\u0644\u063A\u0629 (\u0627\u0644\u0646\u0635 \u0627\u0644\u0623\u0635\u0644\u064A / \u0627\u0644\u062A\u0631\u062C\u0645\u0629)\u060C \u062A\u062F\u0639\u0645 \u0641\u064A \u0627\u0644\u0648\u0642\u062A \u0646\u0641\u0633\u0647 \u062A\u0631\u062C\u0645\u0629 PDF \u0648\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0643\u062A\u0628 \u0627\u0644\u0625\u0644\u0643\u062A\u0631\u0648\u0646\u064A\u0629 EPUB \u0645\u0639 \u0627\u0644\u062D\u0641\u0627\u0638 \u0639\u0644\u0649 \u062A\u0646\u0633\u064A\u0642 \u0627\u0644\u0648\u062B\u064A\u0642\u0629 \u0627\u0644\u0623\u0635\u0644\u064A\u0629\u060C \u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u062A\u0631\u062C\u0645\u0627\u062A \u0627\u0644\u062B\u0646\u0627\u0626\u064A\u0629 \u0627\u0644\u0644\u063A\u0629 \u0644\u0644\u0641\u064A\u062F\u064A\u0648\u0647\u0627\u062A \u0639\u0644\u0649 \u0627\u0644\u0625\u0646\u062A\u0631\u0646\u062A \u0645\u062B\u0644 Youtube/Netflix\u060C \u062A\u062F\u0639\u0645 \u062E\u062F\u0645\u0627\u062A \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0631\u0626\u064A\u0633\u064A\u0629 \u0645\u062B\u0644 Deepl/Google\u061B","browser.PdfProFile":"\u062A\u0631\u062C\u0645\u0629 PDF Pro \u0628\u062F\u0639\u0645 \u0645\u0646 \u0627\u0644\u0630\u0643\u0627\u0621 \u0627\u0644\u0627\u0635\u0637\u0646\u0627\u0639\u064A","browser.textTranslate":"\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0646\u0635"};var ks={nologin:"nicht eingeloggt",loginForSafari:"Anmelden oder Registrieren",login:"Anmelden, um eine Mitgliedschaft zu er\xF6ffnen",manageAccount:"Verwaltete Konten",openPremium:"Offene Mitgliedschaft",logout:"Abbrechen",curentPlan:"Aktuelle Pakete",endAt:"Verfallsdatum",endAuto:"automatische Erneuerung",lineBreakMaxTextCount:"Maximal zul\xE4ssige Anzahl von Zeichen pro Satz nach Zeilenumbr\xFCchen","translate-pdf":"Zum \xDCbersetzen PDF anklicken","noSupportTranslate-pdf":"Script nicht unterst\xFCtzt, bitte Plugin verwenden","translate-firefox-local-pdf":"Klicken Sie, um zu PDF importieren zu gelangen",enableLineBreak:"Automatischen Zeilenvorschub f\xFCr lange Abs\xE4tze aktivieren",sponsorLabel:"$1 Gesponserte Entwickler",help:"Hand",browserShortcutsNoteForFirefox:'Um die Verkn\xFCpfungen in Firefox zu \xE4ndern, m\xFCssen Sie die Seite f\xFCr die Verwaltung der Erweiterungen "about:addons" \xF6ffnen, dann auf "Einstellungen" und dann auf "Verkn\xFCpfungen verwalten" klicken, um die Verkn\xFCpfungen festzulegen.',browserShortcutsNoteForChrome:'Um Verkn\xFCpfungen in Chrome zu \xE4ndern, m\xFCssen Sie die Seite f\xFCr die Verwaltung von Erweiterungen \xF6ffnen, sie im Bereich "Verkn\xFCpfungen verwalten" festlegen (chrome://extensions/shortcuts) und auf die Schaltfl\xE4che unten klicken, um zur Seite f\xFCr die Verwaltung von Verkn\xFCpfungen zu gelangen.',browserShortcutsSucks:"Benutzerdefinierte Tastenkombinationen werden wie folgt formatiert (es erfolgt keine automatische Erkennung, bitte direkt eingeben)\uFF1A",enableLineBreakDescription:"Wenn diese Funktion aktiviert ist, werden in langen Abs\xE4tzen am Ende jedes Satzes Zeilenumbr\xFCche eingef\xFCgt, um die Lesbarkeit zu verbessern.","browser.shortBrandName":"Immersions\xFCbersetzung","browser.brandName":"Immersion Translation: Bilinguale Webseiten & PDF \xDCbersetzung","browser.brandDescription":"Bilingual web page translation, also supports PDF translation, bilingual Epub eBook translation, free to use.","browser.toggleTranslatePage":"Seite \xFCbersetzen/ Originaltext anzeigen","browser.toggleTranslateTheWholePage":"Alle Bereiche der Seite \xFCbersetzen/den Originaltext anzeigen","browser.toggleOnlyTransation":"Wechseln Sie in den Zweisprachen-/Nur-\xDCbersetzungsmodus","browser.toggleTranslateToThePageEndImmediately":"Sofortige \xDCbersetzung am Ende der Seite/Anzeige des Originaltextes","browser.toggleTranslateTheMainPage":"Den Hauptbereich der Seite \xFCbersetzen/den Originaltext anzeigen","browser.shareToDraft":"Zweisprachige Seiten teilen","browser.openOptionsPage":"\xD6ffnen Sie die Einstellungsseite","browser.toggleTranslationMask":"Translationsunsch\xE4rfe-Effekt ein-/ausblenden","browser.translateLocalPdfFile":"Lokale PDF-Dateien \xFCbersetzen","browser.openEbookViewer":"Lokale eBooks lesen","browser.openEbookBuilder":"Zweisprachige EPUB eBooks erstellen","browser.translateLocalHtmlFile":"HTML/Txt-Dateien \xFCbersetzen","browser.donateContext":"Erfahren Sie mehr \xFCber die Vorteile eines Sponsors","browser.translateLocalSubtitleFile":"Lokale Untertiteldateien \xFCbersetzen",confirmResetConfig:"Sind Sie sicher, dass Sie die Einstellungen zur\xFCcksetzen wollen?",translationLineBreakSettingTitle:"\xDCbersetzung Zeilenvorschubeinstellung",smartLineBreak:"Smart Line Feed (Berechnung)",alwaysLineBreak:"Immer Zeilenvorschub",isShowContextMenu:"Hinzuf\xFCgen \xFCbersetzter Seiten zu Rechtsklick-Men\xFCpunkten",toggleBeta:"Aktivieren von Beta-Testfunktionen",betaDescription:"Aktivieren Sie Funktionen, die noch experimentell sind, sowie einen \xDCbersetzungsdienst in der Beta-Phase. Treten Sie der <1>Telegram-Gruppe bei, um mehr zu erfahren.",translationLineBreakSettingDescription:"Bei Seiten mit wenig Inhalt sind die Zeilenumbr\xFCche immer ordentlich und \xFCbersichtlich. (Verwenden Sie intelligente Zeilenumbr\xFCche in langen, inhaltsreichen Abs\xE4tzen (mehr als{count}Zeichen), um Platz zu sparen).",tempTranslateDomainTitle:"Dauer des vor\xFCbergehenden Einschaltens der Website-\xDCbersetzung",tempTranslateDomainDescription:"Wenn Sie eine Webseite manuell \xFCbersetzen, schalten Sie die Website vor\xFCbergehend f\xFCr die automatische \xDCbersetzung ein, und Sie k\xF6nnen die vor\xFCbergehende Dauer festlegen.",xMinutes:"{count} Minuten",disabled:"die Verwendung von etw. untersagen",changelog:"Protokoll aktualisieren",toggleTranslatePageWhenThreeFingersOnTheScreen:"Gleichzeitiges Ber\xFChren des Bildschirms mit mehreren Fingern \xFCbersetzt Webseiten/zeigt den Originaltext an",toggleTranslationMaskWhenThreeFingersOnTheScreen:"Durch Ber\xFChren mit mehreren Fingern wird der Unsch\xE4rfeeffekt ein- und ausgeblendet.",fingerCountToToggleTranslagePageOnlyTranslationWhenTouching:"Wenn Sie mit mehreren Fingern gleichzeitig den Bildschirm ber\xFChren, wird die Webseite \xFCbersetzt (nur \xDCbersetzung) bzw. der Originaltext angezeigt.",addUrlDescription:"Kann ein Dom\xE4nenname sein und unterst\xFCtzt auch Wildcards, z. B.\uFF1A*.google.com, google.com/mail/*, https://www.google.com/*",general:"Grundeinstellungen",clickToExpandConfig:"Aktuelle Konfiguration erweitern",import:"Aus Datei importieren",export:"In Datei exportieren",toggleDebug:"Das Debug-Protokoll auf der Konsole ausgeben","fingers.0":"Klageschrift","fingers.2":"Zwei-Finger-Ber\xFChrung","fingers.3":"Drei-Finger-Ber\xFChrung","fingers.4":"Vier-Finger-Ber\xFChrung","fingers.5":"F\xFCnf-Finger-Ber\xFChrung",mouseHoldKey:"+ {key} \xDCbersetzen/Wiederherstellen des Absatzes",mouseHoldKeyAuto:"Direkte \xDCbersetzung des Absatzes",mouseHoldKeyOff:"Tun Sie nichts.",mouseHoldKeyOther:"Benutzerdefinierte Tastenkombinationen (Einstellungen \xF6ffnen)",mouseHoldKeyCustomKey:"{key} \xDCbersetzung/K\xFCrzung des Absatzes",mouseHoverHoldKey:"\xDCbersetzen Sie Abs\xE4tze, indem Sie die Tastenkombination dr\xFCcken, w\xE4hrend Sie mit der Maus dar\xFCber fahren.","mouse-translate":"Mauszeiger",document:"(Computer-)Datei",resetSuccess:"Alle Einstellungen erfolgreich zur\xFCcksetzen",resetThisSuccess:"Zur\xFCcksetzen erfolgreich",saved:"Erfolgreich speichern",successImportConfig:"Erfolgreich importierte Konfiguration",goAdvancedSettings:"Gehen Sie zur Seite Erweiterte Einstellungen",goAdvancedInterfaceSettings:"Gehen Sie zur Seite Erweiterte Anpassungseinstellungen",advanced:"Erweiterte Einstellungen",advancedDescription:"In der Regel sind keine Einstellungen erforderlich, belassen Sie es bei der Standardeinstellung. Nur f\xFCr spezialisiertere Benutzer sind mehr personalisierte Einstellungen verf\xFCgbar.",developer:"Einstellungen f\xFCr Entwickler",donateCafe:"Preise","translate to the bottom of the page":"Wird sie unmittelbar nach dem Betreten der Seite an das Ende der Seite \xFCbersetzt?",feedback:"Frage Feedback",toggleTranslatePage:"Seite \xFCbersetzen/ Originaltext anzeigen",translateToThePageEndImmediatelyDescription:"Wenn Sie die Funktion einschalten, wird der Inhalt sofort bei der Eingabe vom oberen zum unteren Rand der Seite \xFCbersetzt. Wenn Sie die Funktion ausschalten, wird der Inhalt w\xE4hrend des Lesens \xFCbersetzt. (Nicht empfohlen)","translate all areas of the page":"Ob alle Bereiche der Seite \xFCbersetzt werden sollen",translationAreaDescription:"Ist die Option aktiviert, werden alle Bereiche der gesamten Webseite \xFCbersetzt. Wenn Sie die Option ausschalten, wird die standardm\xE4\xDFige intelligente Erkennung verwendet und nur die Hauptbereiche werden \xFCbersetzt. (Es wird nicht empfohlen, diese Funktion einzuschalten)","the number of characters to be translated first":"\xDCbersetzen Sie direkt die ersten Zeichen der Seite, ohne zu warten, bis der Anzeigebereich angezeigt wird.","interface language":"Interface-Sprache","display both the original text and the translation":"Gleichzeitige Anzeige von Original und \xDCbersetzung","keyboard shortcuts":"Tastaturkurzbefehle",modify:"Tastenkombinationen \xE4ndern",reset:"reprovision",close:"Klageschrift",homepage:"Homepage",more:"mehr",moreOptions:"Erweitern Sie Ihre Anpassungsoptionen",translateTheWholePage:"Alle Bereiche der Seite \xFCbersetzen (im Gegensatz zu einer intelligenten Erkennung der Hauptbereiche)",changeToTranslateTheWholePage:"Umschalten auf die \xDCbersetzung aller Regionen",changeToTranslateTheMainPage:"Zum Hauptbereich \xDCbersetzen wechseln",changeToOnlyTranslationMode:"Umschalten, um nur \xDCbersetzungen anzuzeigen",changeToDualTranslationMode:"Umschalten auf zweisprachige \xDCbersetzung",translateToThePageEndImmediately:"Sofortige \xDCbersetzung an das Ende der Seite",translateTheMainPage:"Intelligente \xDCbersetzung Schl\xFCsselregionen","The local rules are up to date":"Die \xF6rtlichen Anpassungsvorschriften sind auf dem neuesten Stand.","Successfully synchronized with the latest official rules:":"Erfolgreich synchronisiert mit den neuesten offiziellen Anpassungsregeln.","Checking for updates":"Pr\xFCfen auf Aktualisierungen","Rules are being synchronized":"Anpassungsregeln werden synchronisiert",localVersionIsTooOld:"Die Version der lokalen Erweiterung ist zu alt. Bitte aktualisieren Sie die Erweiterung auf {minVersion} oder eine neuere Version, bevor Sie versuchen zu synchronisieren.",badUserscriptBrowser:"Der aktuelle Browser implementiert die Schnittstelle der Grease Monkey-Erweiterung nicht korrekt (z. B. um Informationen \xFCber die Versionsnummer des Grease Monkey-Skripts selbst zu erhalten). Bitte verwenden Sie andere Browser, die die <1>Grease Monkey-Erweiterung unterst\xFCtzen, wie z. B. Firefox.",foundNewVersion:"Entdecken Sie die neue Version",theLocalExtensionIsUpToUpdate:"Die aktuelle Erweiterung ist auf dem neuesten Stand.",failToSyncRules:"Fehlende Synchronisierung der neuesten Anpassungsregeln",retry:"Klicken Sie hier, um es erneut zu versuchen",failedReason:"Gr\xFCnde f\xFCr das Scheitern",currentRuleVersion:"Aktuelle Regelversion",calculating:"Berechnungen",unknownError:"unbekannter Fehler",canNotFetchRemoteRule:"Remote-Regeln k\xF6nnen nicht abgerufen werden",enableAlphaSuccess:"Alpha aktiviert",disableAlphaSuccess:"Die Alpha-Funktion wurde ausgeschaltet.",cacheSize:"Cache-Gr\xF6\xDFe\uFF1A",cleaning:"in Liquidation befindlich",cleanCache:"den Cache l\xF6schen",options:"aufstellen",about:"in Bezug auf",service:"Dolmetscherdienst",needAction:"(Gehe zu Einstellungen)",goSettings:"loslegen und einrichten",needActionForOptions:"(noch einzurichten)",translationEngine:"Motor Optionen",sourceLanguage:"Originalsprache",target:"Zielsprache",popupSourceLanguage:"Originalsprache",popupTarget:"Zielsprache",popupService:"Dolmetscherdienst",forThisSite:"Aktuelle Website",autoEnableSubtitle:"Automatisches \xD6ffnen von zweisprachigen Untertiteln",alwaysTranslate:"\xDCbersetzen Sie immer",neverTranslate:"Niemals \xFCbersetzen",alwaysTranslateSomeLanguage:"\xDCbersetzen Sie immer {language}",neverTranslateSomeLanguage:"Niemals \xFCbersetzen {language}",alwaysTranslateSomeSite:"\xDCbersetzen Sie immer {hostname}",neverTranslateSomeSite:"Niemals \xFCbersetzen {hostname}",alwaysTranslateSomeSiteOrWildSite:"\xDCbersetzen Sie immer die Website",alwaysTranslateSomePage:"\xDCbersetzen Sie die Seite immer",add:"erh\xF6hen.",default:"Standard (Einstellung)",forThisLanguage:"F\xFCr diese Sprache\uFF1A","add url":"URL eingeben",edit:"Compiler","translate other languages into specific language":"\xDCbersetzen Sie andere Sprachen in Ihre eingestellte Sprache","select translation service":"W\xE4hlen Sie einen \xDCbersetzungsdienst",language:"Mehrsprachigkeit","show-original":"Originaltext anzeigen",translate:"Rendering",Translated:"\xFCbersetzt",Translating:"in \xDCbersetzung",Error:"falsch",allowCacheTranslations:"Aktivieren Sie das lokale \xDCbersetzungscaching (um \xDCbersetzungsanfragen f\xFCr doppelte Passagen zu reduzieren)","translation display":"Anzeigestil der \xDCbersetzung","select diplay style":"Unterscheiden Sie die verschiedenen \xDCbersetzungsstile anhand der folgenden Beispiele",interface:"Interface-Einstellungen",import_export:"Import/Export",import_export_title:"Konfiguration importieren/exportieren",syncToGoogleDrive:"Jetzt mit Google Drive synchronisieren",floatBallOptions:"Hoverball-Einstellungen","floatBallOptions.enable":"Hoverball freischalten","floatBallOptions.blockUrls":"Website deaktivieren","floatBallOptions.add":"erh\xF6hen.","floatBallOptions.blockUrlDesc":"Schwebeb\xE4lle werden nicht angezeigt, wenn die folgenden Websites aufgerufen werden","floatBallOptions.clickType":"Klickverhalten","floatBallOptions.clickTypeDesc":"Verhalten des Hoverball-Symbols beim Anklicken","floatBallOptions.clickPopup":"\xDCbersetzungspanel anzeigen","floatBallOptions.clickTranslate":"\xDCbersetzung/Anzeige des Originaltextes","floatBallOptions.fixedPosition":"\u56FA\u5B9A\u4F4D\u7F6E","floatBallOptions.fixedPositionDesc":"\u60AC\u6D6E\u7403\u5728\u7A97\u53E3\u5DE6\u4FA7\u8FD8\u662F\u53F3\u4FA7","floatBallOptions.fixedPositionLeft":"\u5DE6\u4FA7","floatBallOptions.fixedPositionRight":"\u53F3\u4FA7",previewAllThemes:"Vorschau aller Stile","translationTheme.none":"nicht haben","translationTheme.grey":"dunkelgrau","translationTheme.dashed":"gepunktete Unterstreichung","translationTheme.dotted":"gepunkteter Unterstrich","translationTheme.dashedBorder":"gepunkteter Rand","translationTheme.solidBorder":"feste Umrandung","translationTheme.underline":"Unterstreichen Sie gerade Linien","translationTheme.mask":"Fuzzy-Effekte (Lernmodi)","translationTheme.opacity":"Transparenz-Effekt","translationTheme.paper":"Wei\xDFes Papier Schatteneffekt","translationTheme.dividingLine":"Trennungslinie","translationTheme.highlight":"hohe Helligkeit","translationTheme.marker":"Markierung (Lehnwort)","translationTheme.marker2":"Markierung 2","translationTheme.blockquote":"Referenzierungsstile","translationTheme.weakening":"Schw\xE4chung","translationTheme.italic":"Schr\xE4gschrift","translationTheme.bold":"eindicken","translationTheme.thinDashed":"d\xFCnne gepunktete Linie, Unterstrich","translationTheme.nativeDashed":"Das System ist mit einem gepunkteten Unterstrich versehen","translationTheme.nativeDotted":"System kommt mit gepunktetem Unterstrich","translationTheme.nativeUnderline":"Das System wird mit einer geraden Linie unterstrichen","translationTheme.wavy":"gewellte Linie","translationServices.custom":"Benutzerdefinierte API","translationServices.tencent":"Tencent \xDCbersetzer","translationServices.tenAlpha":"Tencent \xDCbersetzer (Alpha)","translationServices.google":"Google \xDCbersetzen","translationServices.bai":"Baidu (Alpha)","translationServices.baidu":"Baidu's \xDCbersetzung","translationServices.aliyun":"AliCloud \xDCbersetzung","translationServices.volc":"Vulkan\xFCbersetzung","translationServices.deeplx":"DeepLX (Beta)","translationServices.bing":"Microsoft \xDCbersetzen","translationServices.deepl":"DeepL","translationServices.wechat":"WeChat \xDCbersetzung","translationServices.azure":"Azure-\xDCbersetzung","translationServices.ibm":"IBM Watson","translationServices.aws":"Amazonas-\xDCbersetzung","translationServices.mock":"Simulierte \xDCbersetzung","translationServices.mock2":"Simulierte \xDCbersetzung 2","translationServices.caiyun":"lit. bunte Wolken und kleine \xDCbersetzungen","translationServices.cai":"Bunte Wolken (Alpha)","translationServices.volcAlpha":"Vulkan (Alpha)","translationServices.openl":"OpenL","translationServices.youdao":"Youtube-\xDCbersetzung","translationServices.you":"Youdao \xDCbersetzer (Alpha)","translationServices.transmart":"Tencent Interactive \xDCbersetzung","translationServices.niu":"Maverick Translator","translationServices.papago":"Papago \xDCbersetzung","translationServices.d":"D (Alpha)","translationServices.dpro":"D Pro (Kanarienvogel)","translationServices.openai":"OpenAI","translationServices.yandex":"Yandex","translationServices.chatgpt":"ChatGPT Web(3.5 mobil)","translate title":"Seitentitel \xFCbersetzen","always languages":"\xDCbersetzen Sie immer die Sprache",neverTranslateLanguagesLabel:"Die Sprache, die nie \xFCbersetzt werden wird",neverTranslateTheFollowingLanguagesDescription:"\xDCbersetzungen werden \xFCbersprungen, wenn ein Absatz auf der Seite in einer der folgenden Sprachen vorliegt",enableUserscriptPagePopup:"Schwebeball auf der Seite anzeigen",enableUserscriptPagePopupDescription:"Nachdem Sie den Hoverball ausgeschaltet haben, k\xF6nnen Sie ihn mit dem Shortcut /{touch}wieder aufrufen. Es wird dringend empfohlen, diese Einstellungsseite als Lesezeichen zu speichern, um zu verhindern, dass der Hoverball nach dem versehentlichen Ausschalten dieser Option nicht mehr gefunden wird!","always translate the following languages":"\xDCbersetzt automatisch in die Zielsprache, wenn die Seite in einer der folgenden Sprachen vorliegt","always sites":"Immer \xFCbersetzte Websites","always translate the following sites":"Websites werden automatisch in die Zielsprache \xFCbersetzt, wenn es sich um die Domainnamen von","never sites":"Nie \xFCbersetzte Website","never translate the following sites":"\xDCbersetzungen werden nicht durchgef\xFChrt, wenn die Website f\xFCr die folgenden Domains bestimmt ist","please refer to":"Sie m\xFCssen den Schl\xFCssel ausf\xFCllen, bevor Sie ihn verwenden k\xF6nnen.",KeyAndConfigurationTutorial:"Tutorial zur Anwendung und Konfiguration von Schl\xFCsseln",useAboveStyleForTheseSites:"Verwenden Sie immer den \xDCbersetzungsstil \u2308{theme}\u230B, wenn die Website f\xFCr die folgenden Domains bestimmt ist",currentUrl:"Aktuelle URL",confirm:"Speichern (einer Datei usw.) (Informatik)",cancel:"Stornierungen",delete:"entfernen","languages.auto":"automatische Erkennung",syncToCloud:"Mit Google Drive synchronisieren",syncToCloudDescription:"Die in die Cloud hochgeladene Konfiguration kann zwischen verschiedenen Browsern bzw. Grease-Monkey-Skripten synchronisiert werden, je nachdem, was zuletzt ge\xE4ndert wurde.",syncToAccount:"Synchronisierung mit der Immersive Translation Cloud",syncToAccountButton:"Sofortige Synchronisierung mit der Cloud",syncToAccountDescription:"Automatische Synchronisierung von Konfigurationen zwischen verschiedenen Ger\xE4ten, je nachdem, was zuletzt ge\xE4ndert wurde.",successSyncConfigInAccount:"Erfolgreiche Synchronisierung mit der Cloud",successSyncConfigToAccount:"Erfolgreiche Synchronisierung mit der Cloud",syncConfigNoUpdate:"Sie ist bereits auf dem neuesten Stand.",authFail:"Autorisierungsfehler",syncTitle:"Manuelles Backup-Management",import_hint:"importieren (Daten)",upload:"hochladen",revokeAuth:"eine Zulassung widerrufen",uploadFail:"Upload fehlgeschlagen",download:"Herunterladen von",importSuccess:"Erfolgreich importiert",importFail:"Importfehler",deleteFail:"L\xF6schen fehlgeschlagen",backupToCloud:"Manuelle Verwaltung von Sicherungsdateien",create_new_backup:"Einen neuen Sicherungsknoten hinzuf\xFCgen",maxBackupFiles:"Es k\xF6nnen bis zu{count}verschiedene Nodes gesichert werden, bitte l\xF6schen Sie die Nodes, die Sie nicht ben\xF6tigen.",backupToCloudDescription:"Manuelles Hochladen oder Wiederherstellen von Sicherungsdateien, wobei bis zu 3 verschiedene Sicherungen m\xF6glich sind",successSyncConfig:"Erfolgreiche Synchronisierung mit der Cloud",syncFail:"Synchronisationsfehler",updatedAt:"Aktualisiert von {date}",lastSyncedAt:"Zuletzt gepr\xFCft unter {date}",downloadFail:"Download fehlgeschlagen",clickToDownload:"Klicken Sie zum Herunterladen",aboutLabel:"\xDCber - Feedback","browser.openAboutPage":"\xDCber/Feedback",aboutLabelWithoutSponsor:"\xDCber - Feedback",aboutIntro:"M\xF6gen wir alle einen einfacheren und angenehmeren Zugang zu der riesigen Menge fremdsprachiger Informationen im Internet haben \u2764\uFE0F Sie k\xF6nnen Ihre <6>Pro-Mitgliedschaft aktivieren, um die sofort einsetzbaren DeepL und OpenAI-\xDCbersetzungen zu nutzen.

Sie k\xF6nnen uns auf <3>Twitter, <4>Telegram, Weibo, WeChat folgen oder <5>sich in unsere Mailingliste eintragen, um Updates zu erhalten.
<7>Pro-Mitglieder k\xF6nnen uns unter <8>support@immersivetranslate.com kontaktieren, um schnellen Kundenservice zu erhalten.",aboutIntroWithoutSponsor:"M\xF6gen wir alle einen leichteren und angenehmeren Zugang zu der enormen Menge an fremdsprachlichen Informationen haben, die im Internet zur Verf\xFCgung stehen \u2764\uFE0F

Sie k\xF6nnen uns auf <3>Twitter, im <4>Telegram-Kanal, auf WeChat und WeChat Exchange folgen oder <5>sich unten per <5>E-Mail f\xFCr Updates <5>anmelden.",projectHomepage:"Projekt Heimat",joinTelegramGroup:"Treten Sie der Benutzergruppe bei, um an Diskussionen \xFCber Funktionen teilzunehmen.",wechatPublicAccount:"WeChat \xD6ffentlich",wechatCommunities:"WeChat Austauschgruppe",qqCommunities:"QQ Kommunikationskanal",joinTelegramChannel:"Folgen Sie dem Telegram-Kanal f\xFCr aktuelle Updates",feedbackAndJoin:"Frage Feedback / Gruppe hinzuf\xFCgen",autoSync:"automatische Zeitsynchronisation",loadingThemeTitle:"Stil laden",loadingThemeDescription:"Einstellen des Stils beim Warten auf das Laden der \xDCbersetzung","loadingTheme.spinner":"Animation zum Drehen","loadingTheme.text":"etw. in statischer Schrift ","loadingTheme.none":"nicht gezeigt",developerDescription:"Die Dokumentation zur erweiterten Anpassung finden Sie <1>hier","edit border color":"\xC4ndern Sie die Farbe des Rahmens",successSyncButNoChange:"Die aktuelle Konfiguration ist mit der Cloud konsistent",customTheme:"Individuelle Farben und Gr\xF6\xDFen","customThemeLabel.borderColor":"Farbe der Umrandung","customThemeLabel.borderRadius":"Abgerundete Kanten","customThemeLabel.textColor":"Textfarbe","customThemeLabel.backgroundColor":"Hintergrundfarbe","customThemeLabel.zoom":"Skalierung der Schrift (%)","customThemeLabel.opacity":"Text-Opazit\xE4t (%)",resetToDefaultColor:"Wiederherstellung der Standardfarben",resetToDefaultSettings:"Wiederherstellen der Standardeinstellungen",isTranslateTitle:"\xDCbersetzung der Seitentitel aktivieren",isTranslateTitleDescription:"Beim \xD6ffnen wird der Seitentitel \xFCbersetzt",enableSearchEnhancement:"Erm\xF6glichung der zweisprachigen Erweiterung von Nachrichten",enableSearchEnhancementDescription:'Sobald diese Funktion aktiviert ist, werden die Suchergebnisse von "Google News" automatisch in der rechten Spalte der unterst\xFCtzten Websites (Google News, Google Search (einige Suchbegriffe), Snowball, Oriental Fortune, Futura, Tiger Community) f\xFCr die entsprechenden englischen Suchbegriffe angezeigt.',verifyService:"Klicken Sie hier, um den Dienst zu testen",verified:"Erfolg \xFCberpr\xFCfen","field.langs":"Unterst\xFCtzte Sprachcodes","field.model":"Modellierung","field.translationEngine":"\xDCbersetzungsmotor","field.limitPerMinute":"Maximale Anfragen pro Minute","field.limitPerSecond":"Maximale Anzahl von Anfragen pro Sekunde","field.maxTextLengthPerRequest":"Maximale Textl\xE4nge pro Anfrage","field.maxTextGroupLengthPerRequest":"Maximale Anzahl von Abs\xE4tzen pro Anfrage","field.apiUrl":"Adresse der benutzerdefinierten API-Schnittstelle","field.placeholderDelimiters":"reservierter Platzhalter","description.custom":"Benutzerdefinierte Schnittstelle Zugriff Dokumentation erforderlich","description.limitPerMinute":"Anfragen, die diese Grenze \xFCberschreiten, werden bis zum Beginn der n\xE4chsten Minute in eine Warteschlange gestellt. Aufgrund der verschiedenen Einschr\xE4nkungen von OpenAIs aktuellem Service, klicken Sie bitte <1>hier f\xFCr die neuesten vorgeschlagenen Werte","description.limitPerSecond":"Anfragen, die diese Grenze \xFCberschreiten, werden bis zum Beginn der n\xE4chsten Sekunde in eine Warteschlange gestellt. Aufgrund der verschiedenen Einschr\xE4nkungen von OpenAIs aktuellem Service, klicken Sie bitte <1>hier f\xFCr die neuesten vorgeschlagenen Werte","description.generalLimitPerSecond":"Anfragen, die diese Grenze \xFCberschreiten, werden bis zum Beginn der n\xE4chsten Sekunde in eine Warteschlange gestellt.","description.prompt":"Gespr\xE4che, die im Namen des Benutzers an {service} gesendet werden, wobei {{text}} den Textinhalt des Absatzes darstellt, {{from}} die Sprache des Absatzes und {{to}} die Zielsprache.","description.maxTextLengthPerRequest":"Die maximale Anzahl von Zeichen pro Anfrage ist zu gro\xDF, so dass die Schnittstelle langsam reagiert. Versuchen Sie daher, diese Option anzupassen, um die Geschwindigkeit zu optimieren.","description.systemPrompt":"Gespr\xE4che, die im Namen des Systems an {service} gesendet werden, wobei {{text}} den Textinhalt des Absatzes darstellt, {{from}} die Sprache des Absatzes und {{to}} die Zielsprache.","field.domain":"Bereich","description.domain":"Der Standardwert ist\uFF1Ageneral. Kann nur gesetzt werden, wenn die Dom\xE4nen\xFCbersetzung in der Arima API-Konsole aktiviert ist, siehe <1>hier f\xFCr unterst\xFCtzte Dom\xE4nen","field.scene":"Nehmen Sie","description.scene":"Der Standardwert ist\uFF1Ageneral. Kann nur eingestellt werden, wenn die AliCloud-API-Konsole Machine Translation Pro \xF6ffnet, siehe <1>hier f\xFCr unterst\xFCtzte Szenarien","field.vocabId":"Benutzerw\xF6rterbuch-ID","description.vocabId":"Das angegebene W\xF6rterbuch out_id unterst\xFCtzt derzeit die \xDCbersetzung Englisch-Chinesisch.","description.model":"OpenAI-Modelle, z.B. gpt-3.5-turbo, gpt-4, etc.","description.maxTextGroupLengthPerRequest":"Die Anzahl der Abs\xE4tze, die gleichzeitig an den \xDCbersetzungsdienst gesendet werden. Wenn es zu viele Abs\xE4tze sind, kann dies dazu f\xFChren, dass die Schnittstelle langsamer reagiert.","description.apiUrl":"Bitte f\xFCgen Sie spezifische URLs mit Pfaden, <1>mehr Beschreibung",enabledExtension:"Aktivieren von Erweiterungen",clickToDisableExtension:"Klicken Sie hier, um Erweiterungen zu deaktivieren",clickToEnableExtension:"Klicken Sie, um Erweiterungen zu aktivieren",hasBeenDisabled:"deaktiviert","show password":"Passwort anzeigen",customContent:"Eingabe eines benutzerdefinierten Modellnamens",inputOptions:"Erweiterung des Eingabefeldes",mouseHoverOptions:"Mauszeiger",modifyMouseHoverKey:"Mauszeiger-Kurzbefehl \xE4ndern",enableInputTranslation:"Ob die Erweiterung des Eingabefeldes aktiviert werden soll",enableInputTranslationDescription:"Nach der Aktivierung geben Sie {startingKey}{startingKey} hallo direkt in das Eingabefeld ein und dr\xFCcken dann schnell{inputTrailingTriggerKeyRepeatTimes}mal{trailingKey}, um in {inputTargetLanguage}zu \xFCbersetzen.",enableInputTranslationDescriptionForNoneKey:"Nach der Aktivierung geben Sie\uFF1AHello World direkt in das Eingabefeld ein und dr\xFCcken dann schnell{inputTrailingTriggerKeyRepeatTimes}{trailingKey}, um in die Standardzielsprache zu \xFCbersetzen.",inputTargetLanguage:"Einstellung der Standard-Zielsprache f\xFCr Eingabefelder",inputTargetLanguageDescription:"Standard-Zielsprache f\xFCr die \xDCbersetzung von Eingabefeldern, d.h. {startingKey}{startingKey} als Standardsprache f\xFCr Triggerw\xF6rter",inputTargetLanguageDescriptionForNoneKey:"Standard-Zielsprache f\xFCr die \xDCbersetzung des Eingabefeldes",inputStartingTriggerKeyTitle:"Einstellung des Trennzeichens f\xFCr die Teil\xFCbersetzung des Eingabefeldes",inputStartingTriggerKeyDescription:"Wenn Sie nicht das gesamte Eingabefeld \xFCbersetzen m\xFCssen, k\xF6nnen Sie mit dem Splitter nur den Teil von {startingKey}{startingKey} bis zum Ende des Eingabefelds \xFCbersetzen, oder Sie k\xF6nnen den Sprachcode angeben, z. B.\uFF1A{startingKey}ja bedeutet, dass nur der Teil von {startingKey}ja bis zum Ende des Eingabefelds \xFCbersetzt wird.",inputStartingTriggerKeyDescriptionForNoneKey:'Die derzeitige Einstellung "kein Pr\xE4fix" wird nicht ben\xF6tigt, und die \xDCbersetzungsfunktion f\xFCr einige Texte im Eingabefeld ist derzeit nicht verf\xFCgbar.',inputTrailingTriggerKeyTitle:"W\xE4hlen Sie ein Ausl\xF6sezeichen f\xFCr das Ende eines Eintrags",inputTrailingTriggerKeyDescription:"3 schnelle Treffer{trailingKey} wird mit der \xDCbersetzung beginnen!",inputTrailingTriggerKeyTimeout:"Geben Sie die Zeit zwischen den Ausl\xF6sern f\xFCr das Ende des Kampfes ein.",inputTrailingTriggerKeyTimeoutDescription:"Legt die Zeit (in Millisekunden) zwischen den Combo-Triggern f\xFCr das Eingangsende fest",spaceKey:"<\u7A7A\u683C\u952E>",noneKey:"Direkte \xDCbersetzung des gesamten Textfeldes ohne Pr\xE4fixe",inputTranslationBlockUrlsTitle:"Aktivieren Sie die Eingabefelderweiterung in den folgenden URLs nicht",inputTranslationBlockUrlsDescription:"Die Erweiterungen der Eingabefelder funktionieren nicht bei den folgenden URLs",clickToSeeQuickDemo:"Klicken Sie hier, um das 30-Sekunden-Kurzanleitung-Video zu erweitern",inputHelperInfo:"Beschreibung\uFF1AWir haben die Tatsache optimiert, dass einige ausl\xF6sende Zeichen bei chinesischen Eingabemethoden zu chinesischen Satzzeichen werden, z. B. wird / bei der Sogou-Eingabemethode zu einem Dun-Zeichen, und Immersive Translator unterst\xFCtzt alle chinesischen Symbole, die den ausl\xF6senden Zeichen entsprechen, d. h. //,,, wird als ausl\xF6sendes Zeichen erkannt.

Wir unterst\xFCtzen auch chinesische Aliase f\xFCr Sprachcodes als Befehle, z.B. /Japanese Hello World wird ins Japanische \xFCbersetzt, <1>klicken Sie hier, um alle unterst\xFCtzten Sprachcodes zu sehen.",reloadCurrentPage:"Bitte aktualisieren Sie die aktuelle Seite, bevor Sie die \xDCbersetzung starten.",noLocalFilePermissionForPDF:"Sie haben keine Berechtigung, lokale Dateien zu lesen. Bitte klicken Sie auf die Schaltfl\xE4che oben und importieren Sie dann lokale Dateien.",noPermissionForThisPage:"\u26A0\uFE0F Keine Berechtigung zur \xDCbersetzung der aktuellen Seite",retryAllParagraphs:"Alle Fehlerpassagen erneut versuchen",retryAllButton:"Alle Fehlerpassagen erneut versuchen",errorTooltipTitle:"Klicken Sie, um die Ursache des Fehlers zu sehen",errorModalTitle:"Irgendetwas scheint mit dem \xDCbersetzungsdienst oder dem Netzwerk nicht in Ordnung zu sein...",disableConfirm:"Zweisprachige Information Enhancement Setting",disableOnce:"Diese Invalidit\xE4t",disableGlobal:"dauerhaft deaktivieren",disableTint:"* Sie k\xF6nnen sie unter {option} wieder aktivieren.",searchEnhancementNotes:'Wir haben festgestellt, dass die Nachrichtenergebnisse f\xFCr chinesische und englische Schl\xFCsselw\xF6rter sehr unterschiedlich sind. Nach der Aktivierung der Funktion "Immersive Translation Bilingual Information Enhancement" suchen wir f\xFCr Sie automatisch auf den unterst\xFCtzten Websites (Google News, Google Search (einige Schl\xFCsselw\xF6rter), Snowball, Oriental Wealth, Futura, Tiger) nach denselben Schl\xFCsselw\xF6rtern auf Englisch und zeigen sie auf der rechten Seite an. Sie k\xF6nnen diese Funktion deaktivieren, wenn Sie sie nicht ben\xF6tigen.',option:"aufstellen",saveSettings:"Einstellungen speichern",closeModal:"Fenster schlie\xDFen",enableInputTranslationWithoutTriggerKeyTitle:"Aktivieren Sie 3 Schnellzugriffe auf{trailingKey}, um das gesamte Eingabefeld direkt in{inputTargetLanguage}zu \xFCbersetzen.",enableInputTranslationWithoutTriggerKeyDescription:"Um die Zielsprache anzugeben, stellen Sie ihr den Sprachcode voran, z. B.\uFF1Aja Hello World",mouseHoverShortcutPlaceholder:"z.B.\uFF1AVerschiebung",deepLProName:"Immersive Translation Pro Mitglied (empfohlen)",deepLProDescription:"Das aktuelle Paket kann direkt verwendet werden",deeplProDescriptionForNormal:"Keine Einrichtung erforderlich, Mitglieder k\xF6nnen es nach der Anmeldung nutzen, <1>klicken Sie hier, um Mitglied zu werden",deepLCustomDescription:"Ausl\xE4ndische Kreditkarte erforderlich, offiziell er\xF6ffnet unter <1>DeepL, klicken Sie f\xFCr die <2>Dokumentation",deepLCustomName:"Benutzerdefinierter Authentifizierungsschl\xFCssel",chooseProviderLabel:"W\xE4hlen Sie einen Dienstanbieter",openaiProName:"Immersive Translation Pro Mitglied (empfohlen)",openaiProDescription:"Das aktuelle Paket kann direkt verwendet werden",openaiProDescriptionForNormal:"Keine Einrichtung erforderlich, Mitglieder k\xF6nnen es nach der Anmeldung nutzen, <1>klicken Sie hier, um Mitglied zu werden",openaiCustomDescription:"Verf\xFCgbar auf OpenAI, Azure OpenAI oder anderen Diensten von Drittanbietern, <1>klicken Sie hier f\xFCr die Dokumentation",openaiCustomName:"Benutzerdefinierter API-Schl\xFCssel",needLoginAction:"(Offene Mitgliedschaft oder Anpassung)",goLoginOrAction:"(\xD6ffnen Sie eine Mitgliedschaft oder gehen Sie zu den Einstellungen)",yearly:"eine fortlaufende j\xE4hrliche Zahlung leisten",quarterly:"sequenzieller Umschlag",monthly:"Monatsabonnement",yearlyForOnce:"Einmaliges Jahrespaket",monthlyForOnce:"Einmaliges Monatspaket",daily:"aufeinanderfolgende Pakettage",year:"eine fortlaufende j\xE4hrliche Zahlung leisten",quarter:"sequenzieller Umschlag",month:"Monatsabonnement",day:"aufeinanderfolgende Pakettage",onetime_7day:"7-Tage-Erlebnispaket",currentPlanDescriptionForFree:"Aktuelle Pakete\uFF1AKostenlos",currentPlanDescriptionForContinuous:"Das aktuelle Paket\uFF1A{plan}wird automatisch auf {endAt} verl\xE4ngert.",currentPlanDescriptionForAutoRenewCaceling:"Das aktuelle Paket\uFF1A{plan}l\xE4uft auf {endAt} aus und wird nach Ablauf nicht automatisch verl\xE4ngert.",currentYearlyPlanDescriptionForAutoRenewCacelingWithRealPaiedUser:"Das aktuelle Paket,\uFF1A{plan}, l\xE4uft am {endAt} aus und wird nach Ablauf nicht automatisch verl\xE4ngert.
<1>Klicken Sie hier, um Ihren Verl\xE4ngerungsplan zu verwalten",currentYearlyPlanDescriptionForAutoRenewCacelingWithAdmin:"Das aktuelle Paket\uFF1A{plan}l\xE4uft auf {endAt} aus und wird nach Ablauf nicht automatisch verl\xE4ngert.
<1>Klicken Sie hier, um ein fortlaufendes Jahresabonnement zu aktivieren",currentPlanDescriptionForOneTime:"Das aktuelle Abonnement\uFF1A{plan}l\xE4uft auf {endAt} aus. <1>Klicken Sie hier, um eine j\xE4hrliche oder <2>monatliche Mitgliedschaft zu <1>erwerben.",upgradePlan:"Klicken Sie hier f\xFCr ein Upgrade auf die Pro-Mitgliedschaft",upgradeToPro:"Upgrade auf Pro-Mitgliedschaft","popup.openPro":"Upgraden Sie auf die Pro-Mitgliedschaft, um DeepL und OpenAI-\xDCbersetzung zu genie\xDFen. Klicken Sie hier, um upzugraden!","popup.openProForPro":"Sie sind ein Pro-Mitglied mit direktem Zugang zu DeepL und OpenAI \xDCbersetzungen!",currentAccount:"laufendes Konto",enableAutoSyncUserSettings:"Aktivieren Sie die automatische Cloud-Synchronisierung \xFCber mehrere Ger\xE4te hinweg",modalEnableInputTranslationTitle:"Immersive Translation Eingabefeld Translation Alerts",modalEnableInputTranslationDesc:"Sie haben soeben die \xDCbersetzung des Eingabefeldes von Immersive Translation ausgel\xF6st, indem Sie dreimal kurz hintereinander die Leertaste gedr\xFCckt haben, und der Inhalt des Eingabefeldes wird in die Standardzielsprache \xFCbersetzt. Die \xDCbersetzung kann mit Strg+Z r\xFCckg\xE4ngig gemacht werden.

Sollte dies ein Fehler gewesen sein, k\xF6nnen Sie die \xDCbersetzung des Eingabefeldes entweder deaktivieren oder dauerhaft abschalten.",saveAndNotShowAgain:"Speichern und Beenden der Eingabeaufforderung",disableInputTranslationTips:"* Sie k\xF6nnen auch andere Tastenkombinationen f\xFCr die Ausl\xF6sung in {option} ,{learnMore}festlegen.",learnMore:"Klicken Sie hier, um mehr zu erfahren",continueEnalbeInputTranslation:"Fortfahren, um die \xDCbersetzung von Eingabefeldern zu aktivieren",autoRenewTrialSuffix:'(Aufwird die Testversion sofort zur Vollmitgliedschaft aufgewertet)',upgradeFromTrialTitle:"Upgrade zum Vollmitglied",subtitle:"Video-Untertitelung",youtubeService:"Immersions\xFCbersetzung Videountertitelung \xDCbersetzungsdienste","subtitle.disabledSubtitle":"Dauerhaftes Deaktivieren der Video-Untertitelfunktion","subtitle.disabledSubtitleDescription":"Wenn Immersive Translator's Video Subtitles mit anderen Erweiterungen in Konflikt steht, k\xF6nnen Sie die Funktion von Immersive Translator's Video Subtitles dauerhaft deaktivieren oder andere in Konflikt stehende Erweiterungen deinstallieren","subtitle.autoEnableSubtitle":"Automatische Verwendung von zweisprachigen Untertiteln","subtitle.autoEnableSubtitleDescription":"Nach der Aktivierung werden beim Abspielen eines Videos automatisch zweisprachige Untertitel angezeigt, sonst m\xFCssen Sie auf die \xDCbersetzungsschaltfl\xE4che klicken, um sie anzuzeigen.","subtitle.preTranslation":"\xDCbersetzen von Untertiteln mit immersiver \xDCbersetzung","subtitle.preTranslationDescription":"Wenn diese Option aktiviert ist, wird der gesamte Untertitel mit Hilfe des unten angegebenen \xDCbersetzungsdienstes vor\xFCbersetzt. F\xFCr ein einst\xFCndiges Video werden etwa 50.000 Token oder Zeichen ben\xF6tigt, die Sie bitte nach eigenem Ermessen verwenden.","subtitle.humanSubtitlesPreferred":"Vorrangige Verwendung von Untertiteln f\xFCr Menschen","subtitle.humanSubtitlesPreferredDescription":"Bevorzugen Sie die Verwendung von menschlichen Untertiteln, wenn das Video menschliche Untertitel in der Zielsprache hat (empfohlen)",videoSubtitleTranslationDescription:"Beauftragen Sie einen separaten \xDCbersetzungsdienst f\xFCr Videountertitel",subtitleTranslating:"Bitte warten Sie, w\xE4hrend die Untertitel \xFCber den Dienst {service} \xFCbersetzt werden... (Immersions\xFCbersetzung)",subtitleLoading:"Laden von Untertiteln...",bilingual:"Zweisprachigkeit","field.action":"Ob Baidu-Terminologie aktiviert werden soll","description.action":"Wenn diese Funktion aktiviert ist, wird der Anfrage ein Parameter action=1 hinzugef\xFCgt, um Baidu \xFCber den aktivierten Begriff zu informieren. <1>Weitere Informationen finden Sie in der offiziellen Dokumentation.",closeQuickTranslation:"Hoverball schlie\xDFen","closeQuickTranslation.untilNext":"Diesmal geschlossen bis zum n\xE4chsten Besuch","closeQuickTranslation.currentWebsite":"Aktuelle Seite deaktiviert","closeQuickTranslation.alwaysClose":"dauerhaft deaktivieren","closeQuickTranslation.settingOpen":"(kann auf der <1>Einstellungsseite aktiviert werden)","closeQuickTranslation.cancel":"Stornierungen","closeQuickTranslation.confirm":"definieren.","floatBall.popup":"\xD6ffnen Sie das Panel Schnelleinstellungen","floatBall.translate":"Klicken Sie, um die Seite zu \xFCbersetzen","floatBall.showOriginal":"Klicken Sie, um zum Originalartikel zur\xFCckzukehren","floatBall.close":"Hoverball schlie\xDFen","floatBallOptions.enableDescPc":"Nach dem Aktivieren des Hoverballs wird auf der rechten Seite der Seite eine Schaltfl\xE4che f\xFCr die Schnell\xFCbersetzung angezeigt. Klicken Sie darauf, um zu \xFCbersetzen!","floatBallOptions.enableDesc":"Nachdem Sie den Hoverball ausgeschaltet haben, k\xF6nnen Sie ihn mit{touch}wieder aufrufen. Es wird dringend empfohlen, diese Einstellungsseite als Lesezeichen zu speichern, falls Sie den Hoverball nicht mehr finden k\xF6nnen, nachdem Sie diese Option versehentlich ausgeschaltet haben!","description.azureApiUrl":"Geben Sie die Adresse der benutzerdefinierten API-Schnittstelle ein",confirmSupportMouse:"Aktivierung der Mausunterst\xFCtzung erzwingen",confirmSupportMouseDescription:"Es wurde festgestellt, dass der aktuelle Browser die Mausfunktion nicht unterst\xFCtzt. Ist es notwendig, die Mausunterst\xFCtzung zu aktivieren?",sampleTargetText:"Die lange Nacht wird kommen, und ich werde von heute an bis zu meinem Tod Wache halten. Ich werde keine Frau nehmen, ich werde kein Lehen machen, ich werde keine Kinder haben. Ich werde keine Krone tragen, ich werde nicht nach Ehre streben. Ich werde meine Pflicht tun und leben und sterben.",sampleSourceText:"Night gathers, and now my watch begins. It shall not end until my death. I shall take no wife, hold no lands, father no children. I shall wear no crowns and win no glory. I shall live and die at my post.","subtitle.supportedSites":"\u5DF2\u652F\u6301\u5728\u8FD9\u4E9B\u7F51\u7AD9\u4F7F\u7528\u53CC\u8BED\u5B57\u5E55\uFF08\u6CE8\u610F\uFF1A\u7531\u4E8E\u6280\u672F\u9650\u5236\uFF0C\u90E8\u5206\u7F51\u7AD9\u5728\u9996\u6B21\u5F00\u542F\u5B57\u5E55\u540E\u9700\u8981\u91CD\u65B0\u5237\u65B0\u9875\u9762\uFF0C\u6216\u8005\u9700\u7B49\u5F85\u7FFB\u8BD1\u5B8C\u6210\u4EE5\u663E\u793A\u53CC\u8BED\u5B57\u5E55\uFF09\uFF1A",viewWithImmersiveTranslate:"\u53CC\u8BED\u7248\u672C(\u6C89\u6D78\u5F0F\u7FFB\u8BD1)",errorReason:"\u9519\u8BEF\u539F\u56E0\uFF1A{message}","proQuotaExceededError.onetime7day":'\uFF0C\u60A8\u53EF\u4EE5\u9009\u62E9\u4EE5\u4E0B\u65B9\u5F0F\u89E3\u51B3\uFF1A

1. \u5207\u6362\u5230 {anotherService} \u6216\u5176\u4ED6\u7FFB\u8BD1\u670D\u52A1
2. \u5347\u7EA7\u4E3A\u6708\u5EA6/\u5E74\u5EA6\u4F1A\u5458',"proQuotaExceededError.trial":'\uFF0C\u60A8\u53EF\u4EE5\u9009\u62E9\u4EE5\u4E0B\u65B9\u5F0F\u89E3\u51B3\uFF1A

1. \u5207\u6362\u5230 {anotherService} \u6216\u5176\u4ED6\u7FFB\u8BD1\u670D\u52A1
2. \u7ACB\u523B\u5347\u7EA7\u4E3A\u6B63\u5F0F\u4F1A\u5458',"proQuotaExceededError.nonTrial":'\uFF0C\u60A8\u53EF\u4EE5\u9009\u62E9\u4EE5\u4E0B\u65B9\u5F0F\u89E3\u51B3\uFF1A

1. \u5207\u6362\u5230 {anotherService} \u6216\u5176\u4ED6\u7FFB\u8BD1\u670D\u52A1
2. \u8D2D\u4E70 {translationService} \u989D\u5916\u6D41\u91CF\u5305',"proQuotaExceededError.resetTime":"
3. \u989D\u5EA6\u91CD\u7F6E\u65F6\u95F4\uFF1A{resetTime}","desc.touchShortcutsToggleTranslatePageOnlyTranslation":'"Nur \xDCbersetzung" bedeutet, dass nur die \xDCbersetzung angezeigt wird. Wenn eine Webseite noch nicht \xFCbersetzt wurde, wird der Modus gewechselt und \xFCbersetzt.',"desc.toggleOnlyTransation":'"Nur \xDCbersetzungsmodus" bedeutet, dass nur die \xDCbersetzung angezeigt wird. Wenn eine Webseite noch nicht \xFCbersetzt wurde, wird der Modus gewechselt und \xFCbersetzt.',touchShortcutsToggleTranslatePageOnlyTranslation:"Einstellen von Touchscreen-Gesten zum Wechseln zwischen Zweisprachig/Nur \xDCbersetzung Modus",download_started:"Der Download hat bereits begonnen, wenn er nicht automatisch heruntergeladen wird, klicken Sie bitte manuell.",here:"Hier","desc.toggleVideoSubtitlePreTranslation":"Nach dem Dr\xFCcken werden die zweisprachigen Untertitel des Videos vorrangig mit den Einstellungen der immersiven \xDCbersetzung verwendet. Wenn Sie erneut dr\xFCcken, werden vorrangig die maschinell \xFCbersetzten Untertitel des Originalvideos verwendet. Bitte beachten Sie: Diese Verkn\xFCpfung \xE4ndert die globalen Einstellungen.",videoSubtitlePreTranslationOn:"Videountertitel werden vorrangig mit immersiver \xDCbersetzung verwendet.",videoSubtitlePreTranslationOff:"Videounteritel werden vorrangig die maschinell \xFCbersetzten Untertitel des Originalvideos verwenden.",translationFont:"Schriftart einstellen","translationFont.custom":"Geben Sie benutzerdefinierte Schriftarten ein","translationFont.customPlaceholder":"Schriftart","translationFont.notSupportErrorMessage":"Bitte \xFCberpr\xFCfen Sie, ob der von Ihnen eingegebene Schriftartname korrekt ist, oder best\xE4tigen Sie, dass diese Schriftart bereits auf Ihrem Ger\xE4t installiert ist.","touch.mouse-translate":"\xDCbersetzen Sie den angegebenen Absatz.","translationServices.inherit":"Folgen Sie dem Haupt\xFCbersetzungsdienst","error.serveConfigError":"Dienstkonfigurationsfehler","error.reloadPageOfSetting":"Nach der Konfiguration, bitte aktualisieren Sie die Seite und \xFCbersetzen Sie erneut.","error.googleLimitIp":"Der Service gibt einen Fehler zur\xFCck, Google-Dienste haben die IP-Adresse gedrosselt, es wird empfohlen, den Netzwerkknoten zu wechseln.","error.openAIFreeLimit":"Der Service gibt einen Fehler zur\xFCck, die aktuelle \xDCbersetzungsanforderungsrate hat das Limit von maximal 3 Mal pro Minute erreicht, bitte versuchen Sie es sp\xE4ter erneut. (Dies ist eine Beschr\xE4nkung von OpenAI f\xFCr kostenlose API-Schl\xFCssel. Um diese Beschr\xE4nkung aufzuheben, binden Sie bitte eine Kreditkarte im OpenAI-Backend.)","error.openAIExceededQuota":"Dienst gibt Fehler zur\xFCck: Ihr aktuelles OpenAI-Konto hat nicht gen\xFCgend Guthaben. Bitte laden Sie Ihr Konto auf oder verkn\xFCpfen Sie eine Kreditkarte im offiziellen OpenAI-Backend.","error.429":"Der Service gibt einen Fehler zur\xFCck, was darauf hinweist, dass die Anfragen zu h\xE4ufig sind oder das Limit \xFCberschritten wurde. Bitte versuchen Sie es sp\xE4ter erneut.","error.403":"Der Service gibt einen Fehler zur\xFCck, vor\xFCbergehend besteht keine Berechtigung zum Zugriff auf diesen Service.","error.400":"Der Service gibt einen Fehler zur\xFCck, die Anforderungsparameter sind falsch, bitte \xFCberpr\xFCfen Sie die entsprechende Konfiguration.","error.502":"Der Service gibt einen Fehler zur\xFCck, der Service ist zeitlich \xFCberschritten, bitte versuchen Sie es sp\xE4ter erneut.","error.proTokenInvalid":"Wenn Sie ein Pro-Benutzer sind, melden Sie sich bitte an, bevor Sie den Pro-\xDCbersetzungsdienst nutzen.","error.proUpgrade":"Nach dem Upgrade, bitte aktualisieren Sie die Seite und \xFCbersetzen Sie erneut.","error.configError":"Konfigurationsdaten sind abnormal","error.goReset":"Zur\xFCcksetzen",batchEdit:"Massenoperation","translationModeLang.translation.title":"Nur \xDCbersetzungsmodus Sprache","translationModeLang.translation.description":"Wenn die Seitensprache eine der folgenden Sprachen ist, wird automatisch nur der \xDCbersetzungsmodus verwendet.","translationModeUrl.translation.title":"Nur \xDCbersetzungsmodus-Webadresse","translationModeUrl.translation.description":"Wenn die Website die folgenden Domains hat, wird automatisch nur der \xDCbersetzungsmodus verwendet.","error.serveUnavailable":"Der von Ihnen derzeit verwendete [{serverName}] Dienst ist aufgrund von Netzwerkverbindungsproblemen oder Problemen mit dem Dienstanbieter vor\xFCbergehend nicht erreichbar. Wir empfehlen Ihnen, die Seite zu aktualisieren oder \xFCber <1>Einstellungen einen anderen \xDCbersetzungsdienst auszuw\xE4hlen. Wenn Sie ein <2>Pro-Mitglied sind, k\xF6nnen Sie den stabileren DeepL oder OpenAI \xDCbersetzungsdienst nutzen (<3>klicken Sie hier, um es kostenlos auszuprobieren). Dar\xFCber hinaus sollten Sie m\xF6glicherweise Ihre Netzwerk- oder Proxy-Einstellungen \xFCberpr\xFCfen.",detectServiceLoading:"\xDCberpr\xFCfung der verf\xFCgbaren \xDCbersetzungsdienste...",toggleToService:"Wechseln Sie zu {service} und versuchen Sie es erneut.","error.gemini.429":"Der aktuelle Gemini-Dienst hat seine maximale Kapazit\xE4t erreicht. Bitte versuchen Sie es sp\xE4ter erneut oder wechseln Sie zu einem anderen \xDCbersetzungsdienst.",enableSentryReport:"Wenn ein Fehler bei der Erweiterung auftritt, senden Sie Feedback mit Sentry.","translationServices.gemini":"Zwillinge","widget.translateFile":"PDF/ePub","error.reason":"Fehlergrund","floatBall.iKnow":"Ich wei\xDF.",goLogin:"Anmelden gehen","error.retry":"Wiederholen",touchShortcutsOff:"schlie\xDFen",pickAll:"Alles ausw\xE4hlen",notLogin:"Nicht angemeldet","slide.left":"Nach rechts wischen",loggedIn:"Eingeloggt","slide.right":"Nach links wischen",shortcutSettingsTitle:"Tastenkombination Einstellungen","tagsInput.add":"+ Hinzuf\xFCgen","subtitle.bilingual":"Zweisprachige Untertitel","multipleClick.2":"Doppelklick","shortcutGroup.touch":"Gesten speziell f\xFCr Touchscreens",alwaysTranslateThisSite:"Immer diese Website \xFCbersetzen",buildSnapshots:"Erstellen Sie ein Webseiten-Snapshot",networkError:"\xDCbersetzungsdienst oder Netzwerk hat ein Problem",neverTranslateThisSite:"\xDCbersetzen Sie diese Website niemals",translationOnlyMode:"Nur \xDCbersetzungsmodus","subtitle.hideQuickButton":"Nicht mehr diese Verkn\xFCpfung anzeigen","subtitle.showQuickButton":"Im Player werden Untertitel in zwei Sprachen angezeigt.","multipleClick.3":"Dreifachschlag","intro.subtitleTitle":"Online-Video-Zweisprachige Untertitelanzeige","shortcutGroup.main":"H\xE4ufig verwendete Funktionstastenkombinationen",temprarilyChangeTranslationTo_openai:"Verwendet OpenAI zum \xDCbersetzen der aktuellen Seite",shortcutSettings:"Tastenkombination","shortcutGroup.others":"Mehr benutzerdefinierte Funktionstastenkombinationen","intro.floatBallTitle":"Schnelle \xDCbersetzung Schwebekugel","widget.videoSubtitle":"Videountertitel",contact:"Kontaktieren Sie uns",mouseHoverCustomKeyTitle:"Benutzerdefinierte Maus-Hover-Tastenkombination",temprarilyChangeTranslationTo_gemini:"Verwenden von Gemini, um die aktuelle Seite zu \xFCbersetzen","browser.translateInputBox":"\xDCbersetzen Sie den aktuellen Inhalt des Eingabefelds.","multipleClick.4":"Vierfachschlag","browser.translateWithDeepL":"Vor\xFCbergehende Verwendung von DeepL zur \xDCbersetzung der aktuellen Seite",notLoginPro:"Sie haben sich noch nicht in Ihr Mitgliedskonto eingeloggt.",touchShortcutsToggleTranslateTouchElement:"Einstellen von Touchscreen-Gesten zum \xDCbersetzen bestimmter Abs\xE4tze","widget.instructionTooltip":"Anleitung anzeigen","browser.translateWithTransmart":"Verwenden Sie vor\xFCbergehend Tencent, um die aktuelle Seite zu \xFCbersetzen.",temprarilyChangeTranslationTo_google:"Verwenden Sie Google \xDCbersetzer, um diese Seite zu \xFCbersetzen.","shortcutGroup.shortcutsForTranslationServices":"\xDCbersetzungsdienst verwandte Tastenkombinationen",temprarilyChangeTranslationTo_deepl:"Verwenden von DeepL, um die aktuelle Seite zu \xFCbersetzen.","widget.instruction":"Gebrauchsanweisung","browser.translateWithOpenAI":"Vor\xFCbergehende Verwendung von OpenAI zum \xDCbersetzen der aktuellen Seite","intro.hoverTitle":"\xDCbersetzen Sie den aktuellen Absatz, indem Sie die Maus dar\xFCber schweben lassen.","browser.toggleMouseHoverTranslateDirectly":"Auf der Seite das direkte \xDCbersetzen durch Mouseover tempor\xE4r aktivieren oder deaktivieren","floatBall.longPress":"Durch langes Dr\xFCcken k\xF6nnen Sie das Einstellungsmen\xFC schnell \xF6ffnen.",temprarilyChangeTranslationTo_transmart:"Verwendet gerade Tencent \xDCbersetzung f\xFCr die aktuelle Seite.","floatBall.guideClickToTranslate":`Klicken Sie auf die immersive \xDCbersetzungsschwebekugel f\xFCr eine schnelle \xDCbersetzung`,"subtitle.autoDisableSubtitle":"Nicht automatische Aktivierung von zweisprachigen Untertiteln",touchShortcutsToggleTranslationMask:"Einstellen von Touchscreen-Gesten zum Anzeigen der \xDCbersetzungsabdeckung / Anzeigen des Originaltexts","widget.translateFileTooltip":"\xDCbersetzen Sie PDF, EPUB, SRT, ASS, HTML und TXT Dokumente",touchShortcutsToggleTranslatePage:"Stellen Sie Touchscreen-Gesten ein, um Webseiten zu \xFCbersetzen / den Originaltext anzuzeigen.","shortcutGroup.mouse":"Mauszeiger Hover Tastenkombination Konfiguration","browser.translateWithBing":"Verwenden Sie vor\xFCbergehend Microsoft Translate, um die aktuelle Seite zu \xFCbersetzen.","browser.translateWithGoogle":"Vor\xFCbergehende Verwendung von Google \xDCbersetzer f\xFCr die aktuelle Seite","widget.videoSubtitleTooltip":"Unterst\xFCtzt Youtube und {count}+ weitere Videowebsites",paragraphMinTextCountField:"Die Mindestanzahl an Zeichen, die f\xFCr die \xDCbersetzung eines Absatzes ben\xF6tigt wird","neverTranslateText.title":"Die folgenden W\xF6rter bleiben im Originaltext und werden nicht \xFCbersetzt.","browser.toggleVideoSubtitlePreTranslation":"Wechseln Sie zu zweisprachigen Untertiteln und verwenden Sie vorzugsweise immersive \xDCbersetzungseinstellungen.","error.subscriptionExpiredTitle":"Die Mitgliedschaft ist abgelaufen.",temprarilyChangeTranslationTo_bing:"Verwendet gerade Microsoft \xDCbersetzer, um die aktuelle Seite zu \xFCbersetzen.","description.baiduField":"Unterst\xFCtzte Bereiche siehe <1>hier, wenn leer bedeutet dies, dass kein Bereich angegeben ist.","error.subscriptionExpired":"Ihr Mitgliedschaft k\xF6nnte abgelaufen sein, bitte \xFCberpr\xFCfen Sie Ihren Mitgliedsstatus.","desc.mouseHoverHoldKey":"Wenn die Maus \xFCber einem Absatz schwebt und gleichzeitig die rechte Shortcut-Taste gedr\xFCckt wird, kann der Absatz direkt \xFCbersetzt werden.",upgradeToProErrorTitle:"Bitte aktualisieren Sie auf Pro-Mitgliedschaft, um diesen \xDCbersetzungsdienst zu nutzen.","browser.translateWithGemini":"Verwenden Sie vor\xFCbergehend Gemini, um die aktuelle Seite zu \xFCbersetzen.",confirmResetToDefaultSettings:"M\xF6chten Sie diesen \xDCbersetzungsdienst wirklich auf die Standardeinstellungen zur\xFCcksetzen? (Nur die Einstellungen des aktuellen \xDCbersetzungsdienstes werden zur\xFCckgesetzt)","desc.touchShortcutsToggleTranslateTouchElement":"Definieren Sie eine Geste und Sie k\xF6nnen jeden Abschnitt \xFCbersetzen, in dem Sie sich befinden.",shortcutDisableTooltip:"Bitte stellen Sie dies auf der Erweiterungs-Shortcut-Verwaltungsseite Ihres Browsers ein. Weitere Anleitungen finden Sie in den Anweisungen oben auf dieser Seite.",paragraphMinTextCountDesc:"Achtung, hier ist die Zeichenl\xE4nge gemeint, zum Beispiel: hello hat 5 Zeichen, das Einstellen eines gr\xF6\xDFeren Werts kann unn\xF6tige \xDCbersetzungen kleiner Abschnitte reduzieren.","desc.touchShortcutsToggleTranslationMask":"\xDCbersetzungsmaske bezieht sich auf den unscharfen Effekt im \xDCbersetzungsstil (Lernmodus). Nach der Aktivierung wird der unscharfe Effekt vor\xFCbergehend auf die \xDCbersetzung angewendet, was das Lernen erleichtert.","desc.interfaceLanguage":"Die Einstellung der Benutzeroberfl\xE4chensprache beeinflusst die Anzeigesprache des Bedienfelds und hat nichts mit der Zielsprache der \xDCbersetzung zu tun.","subtitle.showQuickButtonDescription":"Im unteren rechten Eck des Videoplayers wird eine Verkn\xFCpfung zum Aktivieren von zweisprachigen Untertiteln bereitgestellt.","desc.toggleTranslateTheWholePage":"\xDCbersetzen Sie den gesamten Bereich der Seite. Standardm\xE4\xDFig \xFCbersetzen wir den Hauptbereich der Seite. Sie k\xF6nnen diese Tastenkombination verwenden, um speziell den gesamten Bereich der Seite zu \xFCbersetzen.",mouseHoverCustomKeyDescription:"Sie k\xF6nnen eine benutzerdefinierte Kombination von Tastenk\xFCrzeln f\xFCr die Mauszeiger-Hover erstellen, wie zum Beispiel: Alt+Z, Ctrl+E, Cmd+Alt+E oder direkt Cmd, bitte geben Sie manuell ein.","contact.description":"Wenn Sie Fragen oder Vorschl\xE4ge haben, f\xFCllen Sie bitte das untenstehende Formular aus, um uns zu kontaktieren, oder senden Sie eine E-Mail an {email}. Wir werden Ihnen so schnell wie m\xF6glich antworten.","desc.toggleTranslateTheMainPage":"\xDCbersetzen Sie nur den Hauptbereich der Seite. Wenn Sie in den erweiterten Einstellungen die \xDCbersetzung des gesamten Seitenbereichs aktiviert haben, k\xF6nnen Sie diese Tastenkombination verwenden, um speziell den Hauptbereich der Seite zu \xFCbersetzen.","desc.toggleMouseHoverTranslateDirectly":"Nach dem Dr\xFCcken dieser Tastenkombination wird auf der Seite jeder Textabschnitt, auf den die Maus zeigt, automatisch \xFCbersetzt. Dr\xFCcken Sie die Tastenkombination erneut, um diese automatische \xDCbersetzungsfunktion zu deaktivieren.",translationOnlyModeDescription:'"\xDCbersetzungsmodus" bedeutet, dass nur die \xDCbersetzung angezeigt wird, nicht der Standard-Zweisprachenmodus. Bitte beachten Sie: Aufgrund technischer Einschr\xE4nkungen werden Hyperlinks im Originaltext im \xDCbersetzungsmodus deaktiviert.',"intro.floatBallDescription":"Nach der Aktivierung wird auf der rechten Seite der Seite eine Schnell\xFCbersetzungsschaltfl\xE4che angezeigt. Klicken Sie darauf, um zu \xFCbersetzen, und klicken Sie erneut, um zum Originaltext zur\xFCckzukehren. Auf dem Mobilger\xE4t k\xF6nnen Sie durch langes Dr\xFCcken auf den schwebenden Ball das Schnelleinstellungsfenster \xF6ffnen.","desc.touchShortcutsToggleTranslatePage":"Nach der Einstellung k\xF6nnen Sie beim Bewegen des Ger\xE4ts gleichzeitig mit X Fingern auf den Bildschirm tippen, nach links oder rechts wischen oder kontinuierlich tippen, um die \xDCbersetzung der Webseite / Anzeige des Originaltexts auszul\xF6sen.","intro.hoverDescription":"Die \xDCbersetzung beim \xDCberfahren mit der Maus ist eine sehr wichtige Funktion in der immersiven \xDCbersetzung. Sie m\xFCssen nur die Maus auf den Absatz legen und gleichzeitig die festgelegte Tastenkombination dr\xFCcken, um den aktuellen Absatz automatisch zu \xFCbersetzen (Hinweis: Standardm\xE4\xDFig ist dies nicht aktiviert, bitte stellen Sie es unten ein). Diese Interaktion dient als bessere Alternative zur Wortmarkierungs\xFCbersetzung. Dar\xFCber hinaus wird diese Funktion auch h\xE4ufig in Bereichen eingesetzt, die nicht erkannt werden k\xF6nnen. Sie k\xF6nnen diese Funktion nutzen, um jeden Absatz zu \xFCbersetzen.","neverTranslateText.description":"Aufgrund der unzureichenden Erkennung von Eigennamen durch einige \xDCbersetzungsmaschinen k\xF6nnen Sie hier W\xF6rter hinzuf\xFCgen, um sicherzustellen, dass sie w\xE4hrend des \xDCbersetzungsprozesses nicht konvertiert werden. Bitte beachten Sie, dass diese Funktion Gro\xDF- und Kleinschreibung unterscheidet und nur Sprachen mit durch Leerzeichen getrennten W\xF6rtern (wie Englisch, Franz\xF6sisch) unterst\xFCtzt, nicht jedoch f\xFCr Sprachen wie Japanisch, Koreanisch usw. geeignet ist.","intro.subtitleDescription":"Nach Aktivierung dieser Funktion werden beim Abspielen von Videos automatisch zweisprachige Untertitel angezeigt. Wenn diese Funktion nicht aktiviert ist, m\xFCssen Sie auf der Seite manuell auf die \xDCbersetzungsschaltfl\xE4che klicken, um Untertitel anzuzeigen. Bitte beachten Sie, dass aufgrund technischer Einschr\xE4nkungen einige Websites m\xF6glicherweise die Seite aktualisieren oder auf die Fertigstellung der \xDCbersetzung warten m\xFCssen, bevor zweisprachige Untertitel angezeigt werden k\xF6nnen. (Dar\xFCber hinaus k\xF6nnen Sie auch das Schnellzugriffsfeld f\xFCr immersive \xDCbersetzungen in der oberen rechten Ecke \xF6ffnen/schlie\xDFen, nachdem Sie die Videowebsite ge\xF6ffnet haben.)

Derzeit wird die Verwendung von zweisprachigen Untertiteln auf diesen Websites unterst\xFCtzt:",geminiWarning:"Achtung: Der kostenlose Service von Google Gemini ist streng begrenzt und Google k\xF6nnte feststellen, dass Benutzer mehrere Schl\xFCssel verwenden, um ihre kostenlose Kontingentbeschr\xE4nkung zu umgehen. Es wird nicht empfohlen, ihn zu verwenden. Es wird empfohlen, auf die zuk\xFCnftige \xD6ffnung der kostenpflichtigen Gemini-Schnittstelle von Google zu warten.","floatBall.setting":"Einstellung","floatBall.file":"\xDCbersetzen Sie PDF, EPUB, SRT, ASS, HTML, TXT-Dateien","floatBall.translateToLanguage":"Klicken Sie auf \xDCbersetzen in {language}",changeToOnlyTempTranslationMode:"Umschalten, um nur \xDCbersetzungen anzuzeigen",changeToDualTempTranslationMode:"Umschalten auf zweisprachige \xDCbersetzung","options.navbar.translateFile":"\xDCbersetzen Sie das Dokument","options.navbar.installApp":"Installieren Sie die Handy-App","transitionMode.dual":"Zweisprachiger Vergleich","transitionMode.inherit":"Bleiben Sie konsistent mit dem Standardanzeigemodus des Systems.","subtitle.transitionModeDescription":"Stellen Sie die Video-Untertitel auf zweisprachigen Vergleich oder nur \xDCbersetzungsmodus ein.","subtitle.transitionMode":"Videounteritel zweisprachig / Nur \xDCbersetzungseinstellungen","transitionMode.translation":"Nur \xDCbersetzung",translateFileTooltip:`\xDCbersetzen Sie PDF, ePub, srt, ass, HTML, TXT-Dateien`,"description.subtitlePrompt":`In Untertitelszenarien, wenn mehrere Abs\xE4tze gesendet werden, wird die Konversation im Namen des Benutzers an {service} gesendet, wobei {{from}} die Sprache des Absatzes darstellt, {{to}} die Zielsprache darstellt, {{yaml}} ist der Absatzinhalt, den wir im yaml-Format verpackt haben. Wenn Sie eine benutzerdefinierte Aufforderung ben\xF6tigen, m\xFCssen Sie sicherstellen, dass jeder Artikel in den YAML-Ergebnissen der AI-Antwort das Feld {env.imt_sub_trans_field} enth\xE4lt. {{imt_sub_trans_field}} ist der Name des \xDCbersetzungsfeldes, das wir von der AI-Antwort erwarten, der Standard ist: {env.imt_sub_trans_field}, {{imt_sub_source_field}} ist der Name des Originaltextfeldes, das wir an die AI \xFCbergeben, der Standard ist: {env.imt_sub_source_field}, Beispiel Ergebnis: @@ -5041,7 +5041,7 @@ ass, HTML, TXT-Dateien`,"description.subtitlePrompt":`In Untertitelszenarien, we - id: 1 {env.imt_trans_field}: \xDCbersetzung - id: 2 - {env.imt_trans_field}: \xDCbersetzung`,"subtitle.quickButton.red":"Rot","subtitle.quickButton.blue":"Blau","subtitle.quickButton.magenta":"Magenta","translationServices.claude":"Claude","subtitle.quickButton.white":"Wei\xDF","subtitle.quickButton.translationPositionBottom":"\u539Ftext unten","subtitle.quickButton.yellow":"Gelb","subtitle.quickButton.cyan":"Blau","subtitle.quickButton.green":"Gr\xFCn","subtitle.quickButton.backgroundOpacity":"Hintergrundunsch\xE4rfe","subtitle.quickButton.translationPosition":"\xDCbersetzungsposition","subtitle.quickButton.translationTextColor":"\xDCbersetzungsschriftfarbe","subtitle.quickButton.sourceFontSize":"Originalschriftgr\xF6\xDFe","subtitle.quickButton.translationFontSize":"\xDCbersetzungs-Schriftgr\xF6\xDFe","subtitle.quickButton.sourceTextColor":"Urspr\xFCngliche Schriftfarbe","subtitle.quickButton.black":"Schwarz","subtitle.quickButton.backgroundColor":"Hintergrundfarbe","subtitle.quickButton.setting":"Einstellung","subtitle.quickButton.translationPositionTop":"Oben im Originaltext",attachSubtitleTranslating:"Verwenden Sie {service} zur \xDCbersetzung...","error.claude.403":"Keine Berechtigung zum Zugriff auf den Dienst, m\xF6glicherweise im Zusammenhang mit den regionalen Einschr\xE4nkungen von Claude. Sie k\xF6nnen versuchen, Ihre IP-Adresse zu wechseln, oder andere \xDCbersetzungsdienste nutzen.","browser.brandDescriptionForSafari":"\u3010Immersive \xDCbersetzung\u3011Ein kostenloses zweisprachiges Webseiten-\xDCbersetzungs-Plugin (Originaltext/\xDCbersetzung), das gleichzeitig PDF-\xDCbersetzung und EPUB-E-Book-\xDCbersetzung unterst\xFCtzt und das Originaldokumentenlayout beibeh\xE4lt, Youtube/Netflix und andere Online-Video-Zweisprachen-Untertitel-\xDCbersetzung, Unterst\xFCtzung f\xFCr Deepl/Google und andere Mainstream-\xDCbersetzungsdienste;","browser.textTranslate":"Text\xFCbersetzung","browser.PdfProFile":"Von KI angetriebene PDF Pro \xDCbersetzung"};var Cs={nologin:"no conectado",loginForSafari:"Iniciar sesi\xF3n o registrarse",login:"Iniciar sesi\xF3n para abrir una cuenta",manageAccount:"Cuentas gestionadas",openPremium:"Afiliaci\xF3n abierta",logout:"abortar",curentPlan:"Paquetes actuales",endAt:"caducidad",endAuto:"renovaci\xF3n autom\xE1tica",lineBreakMaxTextCount:"N\xFAmero m\xE1ximo de caracteres permitidos por frase despu\xE9s de los saltos de l\xEDnea","translate-pdf":"Haga clic para traducir PDF","noSupportTranslate-pdf":"Script no soportado por favor use plugin","translate-firefox-local-pdf":"Haga clic para ir a Importar PDF",enableLineBreak:"Activar el salto de l\xEDnea autom\xE1tico para p\xE1rrafos largos",sponsorLabel:"1 $ Desarrolladores patrocinados",help:"mano",browserShortcutsNoteForFirefox:"Para cambiar los accesos directos en Firefox, tienes que abrir la p\xE1gina de gesti\xF3n de extensiones `about:addons`, luego hacer clic en `Settings`, y despu\xE9s en `Manage Shortcuts` para configurar los accesos directos.",browserShortcutsNoteForChrome:"Para modificar los accesos directos en Chrome, tienes que abrir la p\xE1gina de gesti\xF3n de extensiones, establecerlos en el panel `Manage Shortcuts` (`chrome://extensions/shortcuts`), y hacer clic en el bot\xF3n de abajo para saltar a la p\xE1gina de gesti\xF3n de accesos directos.",browserShortcutsSucks:"Los accesos directos personalizados tienen el siguiente formato (no se reconoce autom\xE1ticamente, introd\xFAzcalo directamente)\uFF1A",enableLineBreakDescription:"Si est\xE1 activada, se insertar\xE1n saltos de l\xEDnea al final de cada frase en los p\xE1rrafos largos para facilitar su lectura.","browser.shortBrandName":"Traducci\xF3n por inmersi\xF3n","browser.brandName":"Immersion Translation: Traducci\xF3n biling\xFCe de p\xE1ginas web y documentos PDF","browser.brandDescription":"Bilingual web page translation, also supports PDF translation, bilingual Epub eBook translation, free to use.","browser.toggleTranslatePage":"Traducir p\xE1gina/visualizar texto original","browser.toggleTranslateTheWholePage":"Traducir todas las \xE1reas de la p\xE1gina/visualizar el texto original","browser.toggleOnlyTransation":"Cambiar al modo biling\xFCe/solo texto traducido","browser.toggleTranslateToThePageEndImmediately":"Traducci\xF3n inmediata al final de la p\xE1gina/visualizaci\xF3n del texto original","browser.toggleTranslateTheMainPage":"Traducir el \xE1rea principal de la p\xE1gina/visualizar el texto original","browser.shareToDraft":"Compartir p\xE1ginas biling\xFCes","browser.openOptionsPage":"Abrir la p\xE1gina de configuraci\xF3n","browser.toggleTranslationMask":"Mostrar/ocultar el efecto de desenfoque de traslaci\xF3n","browser.translateLocalPdfFile":"Traducir archivos PDF locales","browser.openEbookViewer":"Leer libros electr\xF3nicos locales","browser.openEbookBuilder":"Creaci\xF3n de eBooks EPUB biling\xFCes","browser.translateLocalHtmlFile":"Traducir archivos HTML/txt","browser.donateContext":"M\xE1s informaci\xF3n sobre las ventajas del patrocinio","browser.translateLocalSubtitleFile":"Traducir archivos de subt\xEDtulos locales",confirmResetConfig:"\xBFEst\xE1s seguro de que quieres restablecer la configuraci\xF3n?",translationLineBreakSettingTitle:"Ajuste del salto de l\xEDnea de traducci\xF3n",smartLineBreak:"alimentaci\xF3n de l\xEDnea inteligente (inform\xE1tica)",alwaysLineBreak:"Siempre avance de l\xEDnea",isShowContextMenu:"A\xF1adir p\xE1ginas traducidas a los elementos del men\xFA contextual",toggleBeta:"Activaci\xF3n de las funciones de prueba beta",betaDescription:"Habilita funciones que a\xFAn son experimentales, as\xED como un servicio de traducci\xF3n en beta. \xDAnete al <1>grupo de Telegram para obtener m\xE1s informaci\xF3n.",translationLineBreakSettingDescription:"Los saltos de l\xEDnea siempre son ordenados para las p\xE1ginas con menos contenido. (Utilice saltos de l\xEDnea inteligentes en p\xE1rrafos largos con mucho contenido (m\xE1s de{count}caracteres) para ahorrar espacio).",tempTranslateDomainTitle:"Duraci\xF3n de la conexi\xF3n temporal de la traducci\xF3n del sitio web",tempTranslateDomainDescription:"Al traducir manualmente una p\xE1gina web, active temporalmente el sitio web para la traducci\xF3n autom\xE1tica, y puede establecer la duraci\xF3n temporal.",xMinutes:"{count} minutos",disabled:"prohibir el uso de algo",changelog:"Registro de actualizaci\xF3n",toggleTranslatePageWhenThreeFingersOnTheScreen:"Tocar la pantalla con varios dedos simult\xE1neamente traduce p\xE1ginas web/visualiza el texto original",toggleTranslationMaskWhenThreeFingersOnTheScreen:"El toque con varios dedos muestra/oculta el efecto de desenfoque.",fingerCountToToggleTranslagePageOnlyTranslationWhenTouching:"Varios dedos tocando la pantalla al mismo tiempo traducen la p\xE1gina web (s\xF3lo traducci\xF3n)/visualizan el texto original.",addUrlDescription:"Puede ser un nombre de dominio y tambi\xE9n admite comodines, por ejemplo\uFF1A*.google.com, google.com/mail/*, https://www.google.com/*",general:"Ajustes b\xE1sicos",clickToExpandConfig:"Ampliar la configuraci\xF3n actual",import:"Importar desde archivo",export:"Exportar a archivo",toggleDebug:"Imprime el registro de depuraci\xF3n en la consola","fingers.0":"coagulaci\xF3n","fingers.2":"toque con dos dedos","fingers.3":"toque con tres dedos","fingers.4":"toque con cuatro dedos","fingers.5":"toque con cinco dedos",mouseHoldKey:"+ {key} traducir/restaurar el p\xE1rrafo",mouseHoldKeyAuto:"Traducci\xF3n directa del p\xE1rrafo",mouseHoldKeyOff:"No hagas nada.",mouseHoldKeyOther:"Atajos personalizados (abrir ajustes)",mouseHoldKeyCustomKey:"{key} Traducci\xF3n/reducci\xF3n del p\xE1rrafo",mouseHoverHoldKey:"Traduce p\xE1rrafos pulsando la tecla de acceso directo mientras pasas el rat\xF3n por encima.","mouse-translate":"al pasar el rat\xF3n",document:"Archivo (inform\xE1tico)",resetSuccess:"Restablecer todos los ajustes correctamente",resetThisSuccess:"Restablecimiento correcto",saved:"Salvar con \xE9xito",successImportConfig:"Configuraci\xF3n importada correctamente",goAdvancedSettings:"Vaya a la p\xE1gina de configuraci\xF3n avanzada",goAdvancedInterfaceSettings:"Vaya a la p\xE1gina Configuraci\xF3n avanzada de personalizaci\xF3n",advanced:"Ajustes avanzados",advancedDescription:"Por lo general, no es necesario realizar ning\xFAn ajuste, basta con dejarlo por defecto. S\xF3lo para usuarios m\xE1s especializados, hay disponibles ajustes m\xE1s personalizados.",developer:"Ajustes de desarrollador",donateCafe:"precios","translate to the bottom of the page":"\xBFSe traslada al final de la p\xE1gina inmediatamente despu\xE9s de entrar en ella?",feedback:"Preguntas",toggleTranslatePage:"Traducir p\xE1gina/visualizar texto original",translateToThePageEndImmediatelyDescription:"Si la activas, el contenido se traducir\xE1 inmediatamente desde la parte superior a la inferior de la p\xE1gina a medida que entras en ella. Si lo desactiva, se traducir\xE1 a medida que lea. (No recomendado)","translate all areas of the page":"Traducir o no todas las \xE1reas de la p\xE1gina",translationAreaDescription:"Activado, se traducen todas las \xE1reas de toda la p\xE1gina web. Si se desactiva, se utiliza el reconocimiento inteligente predeterminado y s\xF3lo se traducen las \xE1reas principales. (No se recomienda activarlo)","the number of characters to be translated first":"Traduzca directamente los primeros caracteres de la p\xE1gina sin esperar a desplazarse hasta el \xE1rea de visualizaci\xF3n","interface language":"lenguaje de interfaz","display both the original text and the translation":"Visualizaci\xF3n simult\xE1nea del original y la traducci\xF3n","keyboard shortcuts":"Atajos de teclado",modify:"Modificar las teclas de acceso directo",reset:"revisi\xF3n",close:"coagulaci\xF3n",homepage:"p\xE1gina de inicio",more:"m\xE1s",moreOptions:"M\xE1s opciones de personalizaci\xF3n",translateTheWholePage:"Traducir todas las \xE1reas de la p\xE1gina (a diferencia de reconocer inteligentemente las \xE1reas principales)",changeToTranslateTheWholePage:"Cambiar para traducir todas las regiones",changeToTranslateTheMainPage:"Cambiar al \xE1rea principal de traducci\xF3n",changeToOnlyTranslationMode:"Mostrar s\xF3lo traducciones",changeToDualTranslationMode:"Cambiar a traducci\xF3n biling\xFCe",translateToThePageEndImmediately:"Traducci\xF3n inmediata al final de la p\xE1gina",translateTheMainPage:"Traducci\xF3n inteligente Regiones clave","The local rules are up to date":"Las normas locales de adaptaci\xF3n est\xE1n actualizadas.","Successfully synchronized with the latest official rules:":"Sincronizado con \xE9xito con las \xFAltimas normas oficiales de adaptaci\xF3n.","Checking for updates":"Comprobaci\xF3n de actualizaciones","Rules are being synchronized":"Sincronizaci\xF3n de las normas de adaptaci\xF3n",localVersionIsTooOld:"La versi\xF3n de la extensi\xF3n local es demasiado antigua, por favor actualice la extensi\xF3n a {minVersion} o m\xE1s reciente antes de intentar sincronizar.",badUserscriptBrowser:"El navegador actual no implementa correctamente la interfaz de la <1>extensi\xF3n Grease Mon key (por ejemplo, para obtener informaci\xF3n sobre el n\xFAmero de versi\xF3n del propio script Grease Monkey), por favor, utilice otros navegadores <1>compatibles con la extensi\xF3n Grease Monkey, como Firefox.",foundNewVersion:"Descubra la nueva versi\xF3n",theLocalExtensionIsUpToUpdate:"La extensi\xF3n actual est\xE1 al d\xEDa.",failToSyncRules:"No sincronizaci\xF3n de las \xFAltimas normas de adaptaci\xF3n",retry:"Pulse aqu\xED para volver a intentarlo",failedReason:"Razones del fracaso",currentRuleVersion:"Versi\xF3n actual de la norma",calculating:"c\xE1lculos",unknownError:"error desconocido",canNotFetchRemoteRule:"No se pueden obtener reglas remotas",enableAlphaSuccess:"Alfa activado",disableAlphaSuccess:"Se ha desactivado la funci\xF3n Alfa",cacheSize:"Tama\xF1o de la cach\xE9\uFF1A",cleaning:"en proceso de liquidaci\xF3n",cleanCache:"borrar la cach\xE9",options:"establecer",about:"con respecto a",service:"servicio de interpretaci\xF3n",needAction:"(Ir a Ajustes)",goSettings:"seguir adelante y configurar",needActionForOptions:"(por establecer)",translationEngine:"Opciones de motor",sourceLanguage:"Idioma original",target:"lengua de llegada",popupSourceLanguage:"Idioma original",popupTarget:"lengua de llegada",popupService:"servicio de interpretaci\xF3n",forThisSite:"P\xE1gina web actual",autoEnableSubtitle:"Activa autom\xE1ticamente los subt\xEDtulos biling\xFCes",alwaysTranslate:"Traduzca siempre",neverTranslate:"Nunca traduzca",alwaysTranslateSomeLanguage:"Traduzca siempre {language}",neverTranslateSomeLanguage:"Nunca traduzca {language}",alwaysTranslateSomeSite:"Traduzca siempre {hostname}",neverTranslateSomeSite:"Nunca traduzca {hostname}",alwaysTranslateSomeSiteOrWildSite:"Traduzca siempre el sitio",alwaysTranslateSomePage:"Traducir siempre la p\xE1gina",add:"aumentar",default:"por defecto (ajuste)",forThisLanguage:"Para este idioma\uFF1A","add url":"Introducir URL",edit:"compilador","translate other languages into specific language":"Traduce otros idiomas a tu idioma","select translation service":"Seleccione un servicio de traducci\xF3n",language:"multiling\xFCismo","show-original":"Mostrar texto original",translate:"renderizaci\xF3n",Translated:"traducido",Translating:"en traducci\xF3n",Error:"incorrecto",allowCacheTranslations:"Activar la cach\xE9 de traducci\xF3n local (para reducir las solicitudes de traducci\xF3n de pasajes duplicados)","translation display":"Estilo de visualizaci\xF3n de la traducci\xF3n","select diplay style":"Distinguir entre los estilos de traducci\xF3n, con referencia espec\xEDfica a los siguientes ejemplos",interface:"Ajustes de interfaz",import_export:"Importaci\xF3n y exportaci\xF3n",import_export_title:"Configuraci\xF3n de importaci\xF3n/exportaci\xF3n",syncToGoogleDrive:"Sincronizar con Google Drive ahora",floatBallOptions:"Ajustes de la Hoverball","floatBallOptions.enable":"Habilitar Hoverball","floatBallOptions.blockUrls":"Desactivar el sitio web","floatBallOptions.add":"aumentar","floatBallOptions.blockUrlDesc":"Las Hoverballs no se muestran cuando se encuentran los siguientes sitios web","floatBallOptions.clickType":"comportamiento al hacer clic","floatBallOptions.clickTypeDesc":"Comportamiento del icono Hoverball al hacer clic","floatBallOptions.clickPopup":"Mostrar panel de traducci\xF3n","floatBallOptions.clickTranslate":"Traducci\xF3n/visualizaci\xF3n del texto original","floatBallOptions.fixedPosition":"\u56FA\u5B9A\u4F4D\u7F6E","floatBallOptions.fixedPositionDesc":"\u60AC\u6D6E\u7403\u5728\u7A97\u53E3\u5DE6\u4FA7\u8FD8\u662F\u53F3\u4FA7","floatBallOptions.fixedPositionLeft":"\u5DE6\u4FA7","floatBallOptions.fixedPositionRight":"\u53F3\u4FA7",previewAllThemes:"Vista previa de todos los estilos","translationTheme.none":"no tener","translationTheme.grey":"gris oscuro","translationTheme.dashed":"subrayado punteado","translationTheme.dotted":"gui\xF3n bajo punteado","translationTheme.dashedBorder":"borde punteado","translationTheme.solidBorder":"borde s\xF3lido","translationTheme.underline":"Subrayar l\xEDneas rectas","translationTheme.mask":"Efectos difusos (modos de aprendizaje)","translationTheme.opacity":"efecto de transparencia","translationTheme.paper":"Efecto sombra de papel blanco","translationTheme.dividingLine":"l\xEDnea divisoria","translationTheme.highlight":"alto brillo","translationTheme.marker":"marcador (palabra de pr\xE9stamo)","translationTheme.marker2":"Marcador 2","translationTheme.blockquote":"Estilos de referencia","translationTheme.weakening":"debilitamiento","translationTheme.italic":"tipo de letra inclinado","translationTheme.bold":"espesar","translationTheme.thinDashed":"subrayado de l\xEDnea discontinua fina","translationTheme.nativeDashed":"El sistema viene con un subrayado de puntos","translationTheme.nativeDotted":"El sistema viene con subrayado de puntos","translationTheme.nativeUnderline":"El sistema viene con un subrayado recto","translationTheme.wavy":"l\xEDnea ondulada","translationServices.custom":"API personalizada","translationServices.tencent":"Tencent Traductor","translationServices.tenAlpha":"Tencent Translator (Alfa)","translationServices.google":"Google Translate","translationServices.bai":"Baidu (Alfa)","translationServices.baidu":"Traducci\xF3n de Baidu","translationServices.aliyun":"Traducci\xF3n AliCloud","translationServices.volc":"traducci\xF3n del volc\xE1n","translationServices.deeplx":"DeepLX (Beta)","translationServices.bing":"Microsoft Translate","translationServices.deepl":"DeepL","translationServices.wechat":"Traducci\xF3n de WeChat","translationServices.azure":"Traducci\xF3n Azure","translationServices.ibm":"IBM Watson","translationServices.aws":"Traducci\xF3n Amazon","translationServices.mock":"Traducci\xF3n simulada","translationServices.mock2":"Traducci\xF3n simulada 2","translationServices.caiyun":"lit. nubes de colores y peque\xF1as traducciones","translationServices.cai":"Nubes de colores (Alfa)","translationServices.volcAlpha":"Volc\xE1n (Alfa)","translationServices.openl":"OpenL","translationServices.youdao":"Traducci\xF3n Youtube","translationServices.you":"Youdao Traductor (Alfa)","translationServices.transmart":"Tencent Interactive Traducci\xF3n","translationServices.niu":"Traductor Maverick","translationServices.papago":"Traducci\xF3n de Papago","translationServices.d":"D (Alfa)","translationServices.dpro":"D Pro (Canarias)","translationServices.openai":"OpenAI","translationServices.yandex":"Yandex","translationServices.chatgpt":"ChatGPT Web(3.5 m\xF3vil)","translate title":"Traducir t\xEDtulos de p\xE1ginas","always languages":"Traduzca siempre el idioma",neverTranslateLanguagesLabel:"La lengua que nunca se traducir\xE1",neverTranslateTheFollowingLanguagesDescription:"Las traducciones se omiten cuando un p\xE1rrafo de la p\xE1gina est\xE1 en uno de los siguientes idiomas",enableUserscriptPagePopup:"Mostrar hoverball en la p\xE1gina",enableUserscriptPagePopupDescription:"Despu\xE9s de desactivar el hoverball, se puede recuperar con el acceso directo /{touch}. Se recomienda encarecidamente marcar esta p\xE1gina de configuraci\xF3n para evitar no poder encontrar el hoverball despu\xE9s de desactivar esta opci\xF3n por error.","always translate the following languages":"Traduce autom\xE1ticamente al idioma de destino cuando la p\xE1gina est\xE1 en uno de los siguientes idiomas","always sites":"Sitios web siempre traducidos","always translate the following sites":"Los sitios web se traducen autom\xE1ticamente a la lengua de destino cuando son los nombres de dominio de","never sites":"Sitio nunca traducido","never translate the following sites":"No se realizar\xE1n traducciones cuando el sitio web corresponda a los siguientes dominios","please refer to":"Tienes que rellenar la clave antes de poder utilizarla.",KeyAndConfigurationTutorial:"Tutorial de aplicaci\xF3n y configuraci\xF3n de llaves",useAboveStyleForTheseSites:"Utilice siempre el estilo de traducci\xF3n \u2308{theme}\u230B cuando el sitio sea para los siguientes dominios",currentUrl:"URL actual",confirm:"guardar (un archivo, etc.) (inform\xE1tica)",cancel:"anulaciones",delete:"eliminar","languages.auto":"detecci\xF3n autom\xE1tica",syncToCloud:"Sincronizaci\xF3n con Google Drive",syncToCloudDescription:"Subida a la nube, la configuraci\xF3n se puede sincronizar entre distintos navegadores/scripts de mono de grasa, sea cual sea la \xFAltima modificaci\xF3n.",syncToAccount:"Sincronizaci\xF3n con la nube de traducci\xF3n inmersiva",syncToAccountButton:"Sincronizaci\xF3n instant\xE1nea con la nube",syncToAccountDescription:"Sincroniza autom\xE1ticamente las configuraciones entre distintos dispositivos, sea cual sea el \xFAltimo en modificarse.",successSyncConfigInAccount:"Sincronizaci\xF3n satisfactoria con la nube",successSyncConfigToAccount:"Sincronizaci\xF3n satisfactoria con la nube",syncConfigNoUpdate:"Ya est\xE1 actualizado.",authFail:"Fallo de autorizaci\xF3n",syncTitle:"Gesti\xF3n manual de copias de seguridad",import_hint:"importar (datos)",upload:"cargar",revokeAuth:"revocar una autorizaci\xF3n",uploadFail:"Carga fallida",download:"descargando",importSuccess:"Importado con \xE9xito",importFail:"fallo de importaci\xF3n",deleteFail:"Error al borrar",backupToCloud:"Gesti\xF3n manual de los archivos de copia de seguridad",create_new_backup:"A\xF1adir un nuevo nodo de copia de seguridad",maxBackupFiles:"Se pueden hacer copias de seguridad de hasta{count}nodos diferentes, por favor, elimine los nodos que no necesite.",backupToCloudDescription:"Cargar o restaurar manualmente archivos de copia de seguridad, permitiendo hasta 3 copias de seguridad diferentes.",successSyncConfig:"Sincronizaci\xF3n satisfactoria con la nube",syncFail:"fallo de sincronizaci\xF3n",updatedAt:"Actualizado desde {date}",lastSyncedAt:"\xDAltima consulta en {date}",downloadFail:"Error de descarga",clickToDownload:"Haga clic para descargar",aboutLabel:"Acerca de - Comentarios","browser.openAboutPage":"Acerca de/Feedback",aboutLabelWithoutSponsor:"Acerca de - Comentarios",aboutIntro:"Que todos tengamos un acceso m\xE1s f\xE1cil y agradable a la enorme cantidad de informaci\xF3n en idiomas extranjeros que hay en Internet \u2764\uFE0F Puedes optar por activar tu <6>suscripci\xF3n Pro para utilizar las traducciones listas para usar de DeepL y OpenAI.

Puedes seguirnos en <3>Twitter, <4>Telegram, Weibo, WeChat, o <5>suscribirte a nuestra lista de correo para estar al tanto de las actualizaciones.
<7>Los miembros Pro pueden ponerse en contacto con nosotros en <8>support@immersivetranslate.com para un r\xE1pido servicio de atenci\xF3n al cliente.",aboutIntroWithoutSponsor:"Ojal\xE1 todos tengamos un acceso m\xE1s f\xE1cil y agradable a la enorme cantidad de informaci\xF3n en idiomas extranjeros disponible en Internet \u2764\uFE0F

Puedes seguirnos en <3>Twitter, el <4>canal de Telegram, WeChat, WeChat Exchange, o <5>suscribirte para seguir las actualizaciones por <5>correo electr\xF3nico a continuaci\xF3n.",projectHomepage:"Inicio del proyecto",joinTelegramGroup:"\xDAnase al grupo de usuarios para participar en los debates",wechatPublicAccount:"WeChat P\xFAblico",wechatCommunities:"Grupo de intercambio WeChat",qqCommunities:"Canal de comunicaci\xF3n QQ",joinTelegramChannel:"Siga el canal de Telegram para las \xFAltimas actualizaciones",feedbackAndJoin:"Pregunta Feedback / A\xF1adir Grupo",autoSync:"sincronizaci\xF3n horaria autom\xE1tica",loadingThemeTitle:"Estilo de carga",loadingThemeDescription:"Establecer el estilo mientras se espera a que se cargue la traducci\xF3n","loadingTheme.spinner":"Animaci\xF3n giratoria","loadingTheme.text":"texto est\xE1tico algo ","loadingTheme.none":"no se muestra",developerDescription:"La documentaci\xF3n sobre personalizaci\xF3n avanzada se encuentra <1>aqu\xED","edit border color":"Modificar el color del borde",successSyncButNoChange:"La configuraci\xF3n actual es coherente con la nube",customTheme:"Colores y tama\xF1os personalizados","customThemeLabel.borderColor":"Color del borde","customThemeLabel.borderRadius":"Bordes redondeados","customThemeLabel.textColor":"color del texto","customThemeLabel.backgroundColor":"color de fondo","customThemeLabel.zoom":"Escalado de fuentes (%)","customThemeLabel.opacity":"Opacidad del texto (%)",resetToDefaultColor:"Restablecer los colores por defecto",resetToDefaultSettings:"Restablecer la configuraci\xF3n predeterminada",isTranslateTitle:"Activar la traducci\xF3n de los t\xEDtulos de las p\xE1ginas",isTranslateTitleDescription:"Si est\xE1 activada, se traducen los t\xEDtulos de las p\xE1ginas",enableSearchEnhancement:"Activar la mejora de mensajes biling\xFCes",enableSearchEnhancementDescription:'Una vez activada, los resultados de b\xFAsqueda de "Google News" se mostrar\xE1n autom\xE1ticamente en la columna derecha de los sitios web compatibles (Google News, Google Search (algunas palabras clave), Snowball, Oriental Fortune, Futura, Tiger Community) para las correspondientes palabras clave en ingl\xE9s.',verifyService:"Haga clic aqu\xED para probar el servicio",verified:"Verificar el \xE9xito","field.langs":"C\xF3digos de idioma admitidos","field.model":"modelizaci\xF3n","field.translationEngine":"motor de traducci\xF3n","field.limitPerMinute":"Peticiones m\xE1ximas por minuto","field.limitPerSecond":"N\xFAmero m\xE1ximo de solicitudes por segundo","field.maxTextLengthPerRequest":"Longitud m\xE1xima del texto por solicitud","field.maxTextGroupLengthPerRequest":"N\xFAmero m\xE1ximo de apartados por solicitud","field.apiUrl":"Direcci\xF3n de interfaz API personalizada","field.placeholderDelimiters":"marcador de posici\xF3n reservado","description.custom":"Interfaz personalizada Acceso Documentaci\xF3n necesaria","description.limitPerMinute":"Las solicitudes que superan este l\xEDmite pasan a una cola hasta el inicio del siguiente minuto. Debido a las diversas limitaciones del servicio actual de OpenAI, haz clic <1>aqu\xED para consultar los \xFAltimos valores sugeridos.","description.limitPerSecond":"Las solicitudes que superan este l\xEDmite pasan a una cola hasta el inicio del siguiente segundo. Debido a las diversas limitaciones del servicio actual de OpenAI, haz clic <1>aqu\xED para consultar los \xFAltimos valores sugeridos.","description.generalLimitPerSecond":"Las solicitudes que superan este l\xEDmite pasan a una cola hasta el inicio del segundo siguiente.","description.prompt":"Enviar la conversaci\xF3n a {service} como usuario, donde {{text}} representa el contenido del texto del p\xE1rrafo, {{from}} representa el idioma del p\xE1rrafo y {{to}} representa el idioma objetivo.","description.maxTextLengthPerRequest":"El n\xFAmero m\xE1ximo de caracteres por petici\xF3n es demasiado grande para que la interfaz responda con lentitud, as\xED que pruebe a ajustar esta opci\xF3n para optimizar la velocidad","description.systemPrompt":"Un di\xE1logo enviado a OpenAI como sistema, donde {{text}} indica el contenido textual del p\xE1rrafo,{{from}} indica el idioma del p\xE1rrafo y{{to}} indica el idioma de destino.","field.domain":"reino","description.domain":"El valor predeterminado es\uFF1Ageneral. S\xF3lo puede establecerse si la traducci\xF3n de dominios est\xE1 activada en la consola de la API Arima; consulte <1>aqu\xED los dominios admitidos.","field.scene":"toma","description.scene":"Por defecto\uFF1Ageneral. S\xF3lo se puede establecer si la consola API AliCloud est\xE1 habilitado para Machine Translation Pro, ver <1>aqu\xED para los escenarios compatibles","field.vocabId":"ID del diccionario del usuario","description.vocabId":"El diccionario out_id especificado admite actualmente la traducci\xF3n del ingl\xE9s al chino.","description.model":"Modelos OpenAI, pueden ser gpt-3.5-turbo, gpt-4, etc.","description.maxTextGroupLengthPerRequest":"El n\xFAmero de p\xE1rrafos enviados al servicio de traducci\xF3n a la vez, si hay demasiados p\xE1rrafos, puede hacer que la interfaz responda m\xE1s lentamente.","description.apiUrl":"Por favor, a\xF1ada URLs espec\xEDficas con rutas, <1>m\xE1s descripci\xF3n",enabledExtension:"Habilitar extensiones",clickToDisableExtension:"Haga clic para desactivar las extensiones",clickToEnableExtension:"Haga clic para activar las extensiones",hasBeenDisabled:"desactivado","show password":"Mostrar contrase\xF1a",customContent:"Introduzca un nombre de modelo personalizado",inputOptions:"Mejora del cuadro de entrada",mouseHoverOptions:"al pasar el rat\xF3n",modifyMouseHoverKey:"Modificar el acceso directo del rat\xF3n",enableInputTranslation:"Activar o no la mejora del cuadro de entrada",enableInputTranslationDescription:"Una vez activado, escriba {startingKey}{startingKey} hola directamente en el cuadro de entrada, luego pulse r\xE1pidamente{inputTrailingTriggerKeyRepeatTimes}veces{trailingKey}para traducir a {inputTargetLanguage}",enableInputTranslationDescriptionForNoneKey:"Una vez activado, escriba\uFF1AHello World directamente en el cuadro de entrada y, a continuaci\xF3n, pulse r\xE1pidamente{inputTrailingTriggerKeyRepeatTimes}{trailingKey}veces para traducir al idioma de destino predeterminado.",inputTargetLanguage:"Establecer el idioma de destino por defecto para los cuadros de entrada",inputTargetLanguageDescription:"Idioma de destino por defecto para la traducci\xF3n del cuadro de entrada, es decir, {startingKey}{startingKey} como idioma por defecto para las palabras desencadenantes.",inputTargetLanguageDescriptionForNoneKey:"Idioma de destino predeterminado para la traducci\xF3n del cuadro de entrada",inputStartingTriggerKeyTitle:"Configuraci\xF3n del car\xE1cter de divisi\xF3n para la traducci\xF3n parcial del cuadro de entrada",inputStartingTriggerKeyDescription:"Cuando no necesite traducir todo el cuadro de entrada, el divisor le permite traducir s\xF3lo la parte desde {startingKey}{startingKey} hasta el final del cuadro de entrada, o puede especificar el c\xF3digo de idioma, por ejemplo\uFF1A{startingKey}ja significa traducir s\xF3lo la parte desde {startingKey}ja hasta el final del cuadro de entrada.",inputStartingTriggerKeyDescriptionForNoneKey:"La configuraci\xF3n actual de sin prefijo no es necesaria, y la funci\xF3n de traducci\xF3n de algunos textos en el cuadro de entrada no est\xE1 disponible por el momento.",inputTrailingTriggerKeyTitle:"Seleccione un car\xE1cter de activaci\xF3n de fin de entrada",inputTrailingTriggerKeyDescription:"\xA13 golpes r\xE1pidos{trailingKey} comenzar\xE1 a traducir!",inputTrailingTriggerKeyTimeout:"Introduce el tiempo entre disparos de fin de combate",inputTrailingTriggerKeyTimeoutDescription:"Establece el tiempo (en milisegundos) entre disparos de combo de fin de entrada.",spaceKey:"<\u7A7A\u683C\u952E>",noneKey:"Traducci\xF3n directa de todo el cuadro de texto sin prefijos",inputTranslationBlockUrlsTitle:"No active la mejora del cuadro de entrada en las siguientes URL",inputTranslationBlockUrlsDescription:"Las mejoras del cuadro de entrada no funcionar\xE1n en las siguientes URL",clickToSeeQuickDemo:"Haga clic para ampliar el v\xEDdeo tutorial r\xE1pido de 30 segundos",inputHelperInfo:"Descripci\xF3n\uFF1AHemos optimizado el hecho de que algunos caracteres desencadenantes se convertir\xE1n en signos de puntuaci\xF3n chinos bajo m\xE9todos de entrada chinos, por ejemplo, / se convertir\xE1 en un signo dun , bajo el m\xE9todo de entrada Sogou, e Immersive Translator soporta todos los s\xEDmbolos chinos correspondientes a los caracteres desencadenantes, es decir, //,,, ser\xE1n reconocidos como caracteres desencadenantes.

Tambi\xE9n soportamos alias Chinos para c\xF3digos de lenguaje como comandos, por ejemplo /Japanese Hello World ser\xE1 traducido al Japon\xE9s, <1>haga clic aqu\xED para ver todos los c\xF3digos de lenguaje soportados.",reloadCurrentPage:"Actualice la p\xE1gina actual antes de iniciar la traducci\xF3n.",noLocalFilePermissionForPDF:"Usted no tiene permiso para leer archivos locales, por favor haga clic en el bot\xF3n de arriba y luego importar archivos locales.",noPermissionForThisPage:"\u26A0\uFE0F No hay permiso para traducir la p\xE1gina actual",retryAllParagraphs:"Reintentar todos los pasajes de error",retryAllButton:"Reintentar todos los pasajes de error",errorTooltipTitle:"Haga clic para ver la causa del error",errorModalTitle:"Parece que algo va mal con el servicio de traducci\xF3n o la red...",disableConfirm:"Entorno biling\xFCe de mejora de la informaci\xF3n",disableOnce:"Esta inhabilitaci\xF3n",disableGlobal:"desactivar permanentemente",disableTint:"* Puede volver a activarlo en {option} .",searchEnhancementNotes:"Tras activar la funci\xF3n de mejora de la informaci\xF3n biling\xFCe con traducci\xF3n inmersiva, buscaremos autom\xE1ticamente las mismas palabras clave en ingl\xE9s en los sitios web compatibles (Google News, Google Search (algunas palabras clave), Snowball, Oriental Wealth, Futura, Tiger) y las mostraremos a la derecha. Si no necesitas esta funci\xF3n, puedes desactivarla.",option:"establecer",saveSettings:"Guardar configuraci\xF3n",closeModal:"Cerrar ventana",enableInputTranslationWithoutTriggerKeyTitle:"Habilite 3 pulsaciones r\xE1pidas en{trailingKey}para traducir directamente todo el cuadro de entrada a{inputTargetLanguage}",enableInputTranslationWithoutTriggerKeyDescription:"Para especificar el idioma de destino, antep\xF3ngale el c\xF3digo del idioma, por ejemplo:\uFF1Aja Hola Mundo",mouseHoverShortcutPlaceholder:"p. ej.\uFF1ATurno",deepLProName:"Miembro de Immersive Translation Pro (Recomendado)",deepLProDescription:"El paquete actual puede utilizarse directamente",deeplProDescriptionForNormal:"No requiere instalaci\xF3n, los miembros pueden utilizarlo despu\xE9s de iniciar sesi\xF3n, <1>haga clic aqu\xED para actualizar a miembro",deepLCustomDescription:"Se requiere tarjeta de cr\xE9dito extranjera, abierta oficialmente en <1>DeepL, haga clic para ver <2>la documentaci\xF3n",deepLCustomName:"Clave de autenticaci\xF3n personalizada",chooseProviderLabel:"Seleccione un proveedor de servicios",openaiProName:"Miembro de Immersive Translation Pro (Recomendado)",openaiProDescription:"El paquete actual puede utilizarse directamente",openaiProDescriptionForNormal:"No requiere instalaci\xF3n, los miembros pueden utilizarlo despu\xE9s de iniciar sesi\xF3n, <1>haga clic aqu\xED para actualizar a miembro",openaiCustomDescription:"Disponible en OpenAI, Azure OpenAI u otros servicios de terceros. <1>Haga clic aqu\xED para consultar la documentaci\xF3n.",openaiCustomName:"Clave API personalizada",needLoginAction:"(Afiliaci\xF3n abierta o personalizaci\xF3n)",goLoginOrAction:"(Abra una cuenta o vaya a la configuraci\xF3n)",yearly:"efectuar un pago anual consecutivo",quarterly:"embalaje secuencial",monthly:"suscripci\xF3n mensual",yearlyForOnce:"Paquete anual \xFAnico",monthlyForOnce:"Paquete mensual \xFAnico",daily:"d\xEDas consecutivos de paquetes",year:"efectuar un pago anual consecutivo",quarter:"embalaje secuencial",month:"suscripci\xF3n mensual",day:"d\xEDas consecutivos de paquetes",onetime_7day:"Pack Experiencia 7 d\xEDas",currentPlanDescriptionForFree:"Paquetes actuales\uFF1AGratis",currentPlanDescriptionForContinuous:"El paquete actual\uFF1A{plan}se renovar\xE1 autom\xE1ticamente en {endAt} .",currentPlanDescriptionForAutoRenewCaceling:"El paquete actual\uFF1A{plan}expirar\xE1 en {endAt} y no se renovar\xE1 autom\xE1ticamente a su vencimiento.",currentYearlyPlanDescriptionForAutoRenewCacelingWithRealPaiedUser:"El paquete actual,\uFF1A{plan}, caducar\xE1 en {endAt} y no se renovar\xE1 autom\xE1ticamente a su vencimiento.
<1>Haga clic aqu\xED para gestionar su plan de renovaci\xF3n",currentYearlyPlanDescriptionForAutoRenewCacelingWithAdmin:"El paquete actual,\uFF1A{plan}, caducar\xE1 en {endAt} y no se renovar\xE1 autom\xE1ticamente a su vencimiento.
<1>Haga clic aqu\xED para activar la suscripci\xF3n anual continua",currentPlanDescriptionForOneTime:"La suscripci\xF3n actual\uFF1A{plan}expirar\xE1 en {endAt} , <1>haga clic aqu\xED para cambiar a una suscripci\xF3n <1>anual o <2>mensual.",upgradePlan:"Haga clic aqu\xED para pasar a Pro",upgradeToPro:"Actualizar a miembro Pro","popup.openPro":"Actualice su suscripci\xF3n a Pro para disfrutar de DeepL y de la traducci\xF3n OpenAI, \xA1haga clic aqu\xED para actualizar!","popup.openProForPro":"Eres un miembro Pro con acceso directo a DeepL y a las traducciones de OpenAI.",currentAccount:"cuenta corriente",enableAutoSyncUserSettings:"Sincronizaci\xF3n autom\xE1tica en la nube de varios dispositivos",modalEnableInputTranslationTitle:"Traducci\xF3n inmersiva Cuadro de entrada Alertas de traducci\xF3n",modalEnableInputTranslationDesc:"Acaba de activar la traducci\xF3n del cuadro de entrada de Immersive Translation pulsando la barra espaciadora 3 veces en r\xE1pida sucesi\xF3n, y el contenido del cuadro de entrada se traducir\xE1 al idioma de destino predeterminado. La traducci\xF3n puede deshacerse con Ctrl+Z.

Si ha sido un error, no se preocupe, puede elegir desactivarla esta vez, o desactivar permanentemente la traducci\xF3n del cuadro de entrada.",saveAndNotShowAgain:"Guardar y dejar de preguntar",disableInputTranslationTips:"* Tambi\xE9n puedes configurar otros atajos para que se activen en {option} ,{learnMore}.",learnMore:"M\xE1s informaci\xF3n",continueEnalbeInputTranslation:"Seguir activando la traducci\xF3n del cuadro de entrada",autoRenewTrialSuffix:'(En la versi\xF3n de prueba,pas\xF3 inmediatamente a ser miembro de pleno derecho)',upgradeFromTrialTitle:"Pasar a Miembro de pleno derecho",subtitle:"subtitulado de v\xEDdeo",youtubeService:"Traducci\xF3n por inmersi\xF3n Servicios de traducci\xF3n de subt\xEDtulos de v\xEDdeo","subtitle.disabledSubtitle":"Desactivar permanentemente la funci\xF3n de subt\xEDtulos de v\xEDdeo","subtitle.disabledSubtitleDescription":"Si Immersive Translator's Video Subtitles entra en conflicto con otras extensiones, puedes optar por desactivar permanentemente la funcionalidad de Immersive Translator's Video Subtitles o desinstalar otras extensiones conflictivas.","subtitle.autoEnableSubtitle":"Uso autom\xE1tico de subt\xEDtulos biling\xFCes","subtitle.autoEnableSubtitleDescription":"Una vez activado, se mostrar\xE1n autom\xE1ticamente subt\xEDtulos biling\xFCes cuando se reproduzca el video, de lo contrario, necesitar\xE1 hacer clic en el bot\xF3n de traducci\xF3n para que se muestren.","subtitle.preTranslation":"Traducir subt\xEDtulos mediante traducci\xF3n inmersiva","subtitle.preTranslationDescription":"Cuando est\xE1 activada, se pretraducir\xE1 todo el subt\xEDtulo utilizando el servicio de traducci\xF3n especificado m\xE1s abajo, y un v\xEDdeo de 1 hora consumir\xE1 unos 50.000 tokens o caracteres, as\xED que util\xEDzalos seg\xFAn tu criterio; cuando est\xE1 desactivada, se utilizar\xE1n primero los subt\xEDtulos originales.","subtitle.humanSubtitlesPreferred":"Uso prioritario del subtitulado humano","subtitle.humanSubtitlesPreferredDescription":"Priorizar el uso de subt\xEDtulos humanos cuando el v\xEDdeo disponga de subt\xEDtulos humanos en la lengua de llegada (recomendado)",videoSubtitleTranslationDescription:"Asignar un servicio de traducci\xF3n independiente para los subt\xEDtulos de v\xEDdeo",subtitleTranslating:"Por favor, espere mientras se traducen los subt\xEDtulos mediante el servicio {service} ... (traducci\xF3n por inmersi\xF3n)",subtitleLoading:"Cargando subt\xEDtulos...",bilingual:"biling\xFCismo","field.action":"Activar o no la terminolog\xEDa Baidu","description.action":"Cuando est\xE9 activado, se a\xF1adir\xE1 un par\xE1metro action=1 a la solicitud para informar a Baidu del t\xE9rmino activado; <1>consulte la documentaci\xF3n oficial para obtener m\xE1s informaci\xF3n.",closeQuickTranslation:"Cerrar Hoverball","closeQuickTranslation.untilNext":"Esta vez cerrado hasta la pr\xF3xima visita","closeQuickTranslation.currentWebsite":"Sitio actual desactivado","closeQuickTranslation.alwaysClose":"desactivar permanentemente","closeQuickTranslation.settingOpen":"(puede activarse en la <1>p\xE1gina de configuraci\xF3n )","closeQuickTranslation.cancel":"anulaciones","closeQuickTranslation.confirm":"defina","floatBall.popup":"Abrir el panel de ajustes r\xE1pidos","floatBall.translate":"Haga clic para traducir la p\xE1gina","floatBall.showOriginal":"Haga clic para volver al art\xEDculo original","floatBall.close":"Cerrar Hoverball","floatBallOptions.enableDescPc":"Despu\xE9s de activar el hoverball de la p\xE1gina, aparecer\xE1 un bot\xF3n de traducci\xF3n r\xE1pida en la parte derecha de la p\xE1gina, \xA1haz clic en \xE9l para traducir!","floatBallOptions.enableDesc":"Despu\xE9s de apagar el hoverball, puedes recuperarlo con{touch}. Se recomienda encarecidamente marcar esta p\xE1gina de configuraci\xF3n para evitar no poder encontrar el hoverball despu\xE9s de desactivar esta opci\xF3n por error.","description.azureApiUrl":"Introduzca la direcci\xF3n de la interfaz API personalizada",confirmSupportMouse:"Forzar la activaci\xF3n del soporte de rat\xF3n",confirmSupportMouseDescription:"Detectado que el navegador actual no soporta la funci\xF3n de rat\xF3n, \xBFse fuerza a habilitar el soporte de rat\xF3n?",sampleTargetText:"Llegar\xE1 la larga noche, y velar\xE9 desde hoy hasta que muera. No tomar\xE9 esposa, no har\xE9 feudo, no tendr\xE9 hijos. No llevar\xE9 corona, no luchar\xE9 por el honor. Cumplir\xE9 con mi deber, vivir\xE9 y morir\xE9.",sampleSourceText:"Night gathers, and now my watch begins. It shall not end until my death. I shall take no wife, hold no lands, father no children. I shall wear no crowns and win no glory. I shall live and die at my post.","subtitle.supportedSites":"\u5DF2\u652F\u6301\u5728\u8FD9\u4E9B\u7F51\u7AD9\u4F7F\u7528\u53CC\u8BED\u5B57\u5E55\uFF08\u6CE8\u610F\uFF1A\u7531\u4E8E\u6280\u672F\u9650\u5236\uFF0C\u90E8\u5206\u7F51\u7AD9\u5728\u9996\u6B21\u5F00\u542F\u5B57\u5E55\u540E\u9700\u8981\u91CD\u65B0\u5237\u65B0\u9875\u9762\uFF0C\u6216\u8005\u9700\u7B49\u5F85\u7FFB\u8BD1\u5B8C\u6210\u4EE5\u663E\u793A\u53CC\u8BED\u5B57\u5E55\uFF09\uFF1A",viewWithImmersiveTranslate:"\u53CC\u8BED\u7248\u672C(\u6C89\u6D78\u5F0F\u7FFB\u8BD1)",errorReason:"\u9519\u8BEF\u539F\u56E0\uFF1A{message}","proQuotaExceededError.onetime7day":'\uFF0C\u60A8\u53EF\u4EE5\u9009\u62E9\u4EE5\u4E0B\u65B9\u5F0F\u89E3\u51B3\uFF1A

1. \u5207\u6362\u5230 {anotherService} \u6216\u5176\u4ED6\u7FFB\u8BD1\u670D\u52A1
2. \u5347\u7EA7\u4E3A\u6708\u5EA6/\u5E74\u5EA6\u4F1A\u5458',"proQuotaExceededError.trial":'\uFF0C\u60A8\u53EF\u4EE5\u9009\u62E9\u4EE5\u4E0B\u65B9\u5F0F\u89E3\u51B3\uFF1A

1. \u5207\u6362\u5230 {anotherService} \u6216\u5176\u4ED6\u7FFB\u8BD1\u670D\u52A1
2. \u7ACB\u523B\u5347\u7EA7\u4E3A\u6B63\u5F0F\u4F1A\u5458',"proQuotaExceededError.nonTrial":'\uFF0C\u60A8\u53EF\u4EE5\u9009\u62E9\u4EE5\u4E0B\u65B9\u5F0F\u89E3\u51B3\uFF1A

1. \u5207\u6362\u5230 {anotherService} \u6216\u5176\u4ED6\u7FFB\u8BD1\u670D\u52A1
2. \u8D2D\u4E70 {translationService} \u989D\u5916\u6D41\u91CF\u5305',"proQuotaExceededError.resetTime":"
3. \u989D\u5EA6\u91CD\u7F6E\u65F6\u95F4\uFF1A{resetTime}","desc.touchShortcutsToggleTranslatePageOnlyTranslation":"Solo se muestra la traducci\xF3n se refiere a que solo se mostrar\xE1 la traducci\xF3n, si la p\xE1gina web a\xFAn no se ha traducido, cambiar\xE1 el modo y traducir\xE1.","desc.toggleOnlyTransation":"El modo de solo traducci\xF3n se refiere a mostrar solo el texto traducido, si la p\xE1gina web a\xFAn no se ha traducido, cambiar\xE1 el modo y traducir\xE1.",touchShortcutsToggleTranslatePageOnlyTranslation:"Configurar gestos de pantalla t\xE1ctil para cambiar entre modo biling\xFCe/solo texto traducido",download_started:"La descarga ya ha comenzado, si no se descarga autom\xE1ticamente, haga clic manualmente.",here:"aqu\xED","desc.toggleVideoSubtitlePreTranslation":"Al presionar, los subt\xEDtulos biling\xFCes del video usar\xE1n preferentemente la configuraci\xF3n de traducci\xF3n inmersiva, al presionar nuevamente, se dar\xE1 prioridad a los subt\xEDtulos de traducci\xF3n autom\xE1tica incluidos en el video original. Nota: este atajo modifica la configuraci\xF3n global.",videoSubtitlePreTranslationOn:"Los subt\xEDtulos del video tendr\xE1n prioridad para usar la traducci\xF3n inmersiva.",videoSubtitlePreTranslationOff:"Los subt\xEDtulos del video dar\xE1n prioridad a los subt\xEDtulos de traducci\xF3n autom\xE1tica incluidos en el video original.",translationFont:"Establecer fuente","translationFont.custom":"Ingrese fuente personalizada","translationFont.customPlaceholder":"fuente","translationFont.notSupportErrorMessage":"Por favor, verifique si el nombre de la fuente que ingres\xF3 es correcto, o confirme si esta fuente ya est\xE1 instalada en su dispositivo.","touch.mouse-translate":"Traducir el p\xE1rrafo especificado.","translationServices.inherit":"Siga el servicio de traducci\xF3n principal","error.serveConfigError":"Error de configuraci\xF3n del servicio","error.reloadPageOfSetting":"Despu\xE9s de configurar, por favor refresca la p\xE1gina para traducir de nuevo.","error.googleLimitIp":"El servicio devuelve un error, el servicio de Google ha limitado la direcci\xF3n IP, se recomienda que cambie el nodo de red.","error.openAIFreeLimit":"El servicio devuelve un error, la frecuencia actual de solicitudes de traducci\xF3n ha alcanzado el l\xEDmite m\xE1ximo de 3 veces por minuto, por favor intente de nuevo m\xE1s tarde. (Esta es una restricci\xF3n de OpenAI oficial para la API Key gratuita, para eliminar esta restricci\xF3n, por favor vincule una tarjeta de cr\xE9dito en el backend de OpenAI.)","error.openAIExceededQuota":"El servicio devuelve un error: el saldo de tu cuenta de OpenAI es insuficiente, por favor recarga o vincula una tarjeta de cr\xE9dito en el panel de control oficial de OpenAI.","error.429":"El servicio devuelve un error, lo que indica que la solicitud es demasiado frecuente o excede el l\xEDmite de cuota, por favor intente de nuevo m\xE1s tarde.","error.403":"El servicio devuelve un error, no tiene permiso temporal para acceder a este servicio.","error.400":"El servicio devuelve un error, el par\xE1metro de solicitud es incorrecto, por favor verifica la configuraci\xF3n correspondiente.","error.502":"El servicio devuelve un error, el servicio se ha agotado, por favor intente de nuevo m\xE1s tarde.","error.proTokenInvalid":"Si usted es un usuario Pro, por favor inicie sesi\xF3n para usar el servicio de traducci\xF3n Pro.","error.proUpgrade":"Despu\xE9s de la actualizaci\xF3n, por favor refresca la p\xE1gina y traduce de nuevo.","error.configError":"Los datos de configuraci\xF3n son anormales.","error.goReset":"Ir a restablecer",batchEdit:"Operaci\xF3n en masa","translationModeLang.translation.title":"Solo modo de traducci\xF3n de idioma","translationModeLang.translation.description":"Cuando el idioma de la p\xE1gina es uno de los siguientes, se utilizar\xE1 autom\xE1ticamente solo el modo de traducci\xF3n.","translationModeUrl.translation.title":"Solo el modo de direcci\xF3n web de traducci\xF3n","translationModeUrl.translation.description":"Cuando el sitio web tiene los siguientes dominios, se utilizar\xE1 autom\xE1ticamente el modo de solo traducci\xF3n.","error.serveUnavailable":"El servicio [{serverName}] que est\xE1 utilizando actualmente no est\xE1 disponible temporalmente debido a problemas con la conexi\xF3n a la red o el proveedor del servicio. Le sugerimos que intente actualizar la p\xE1gina o cambiar a otro servicio de traducci\xF3n a trav\xE9s de <1>Configuraci\xF3n. Si usted es un miembro <2>Pro, puede optar por utilizar los servicios de traducci\xF3n m\xE1s estables de DeepL o OpenAI (<3>haga clic aqu\xED para probarlo gratis). Adem\xE1s, es posible que necesite revisar su configuraci\xF3n de red o proxy.",detectServiceLoading:"Detectando servicios de traducci\xF3n disponibles...",toggleToService:"Cambie a {service} e intente de nuevo.","error.gemini.429":"El servicio actual de Gemini ha alcanzado su capacidad m\xE1xima, por favor intente m\xE1s tarde o cambie a otro servicio de traducci\xF3n.",enableSentryReport:"Cuando ocurre un error de expansi\xF3n, usa Sentry para enviar comentarios.",notLogin:"No registrado",goLogin:"Iniciar sesi\xF3n",touchShortcutsOff:"Cerrar",shortcutSettings:"Atajo de teclado","tagsInput.add":"+ A\xF1adir",translationOnlyMode:"Solo modo de traducci\xF3n","multipleClick.2":"Haz doble clic",contact:"Cont\xE1ctanos","widget.translateFile":"PDF/ePub","subtitle.hideQuickButton":"Ya no mostrar este atajo","translationServices.gemini":"G\xE9minis","widget.instructionTooltip":"Consultar las instrucciones de uso","subtitle.bilingual":"Subt\xEDtulos biling\xFCes","error.retry":"Reintentar","multipleClick.4":"Cu\xE1druple golpe",buildSnapshots:"Generar captura de p\xE1gina web","error.subscriptionExpiredTitle":"La membres\xEDa ha expirado","slide.left":"Desliza a la derecha","widget.videoSubtitle":"subt\xEDtulos de video","browser.translateWithDeepL":"Uso temporal de DeepL para traducir la p\xE1gina actual","subtitle.autoDisableSubtitle":"No activar autom\xE1ticamente los subt\xEDtulos biling\xFCes","browser.translateWithBing":"Uso temporal de Microsoft para traducir la p\xE1gina actual","error.reason":"Raz\xF3n del error","browser.translateWithTransmart":"Uso temporal de Tencent para traducir la p\xE1gina actual",pickAll:"Seleccionar todo","browser.translateInputBox":"Traducir el contenido actual del cuadro de entrada.","floatBall.iKnow":"Ya lo s\xE9.",temprarilyChangeTranslationTo_deepl:"Estoy usando DeepL para traducir la p\xE1gina actual.","multipleClick.3":"Triple golpe","intro.hoverTitle":"Pase el mouse para traducir el p\xE1rrafo actual",temprarilyChangeTranslationTo_transmart:"Est\xE1 utilizando Tencent para traducir la p\xE1gina actual.","intro.floatBallTitle":"Bola flotante de traducci\xF3n r\xE1pida",paragraphMinTextCountField:"El n\xFAmero m\xEDnimo de caracteres necesarios para traducir un p\xE1rrafo","shortcutGroup.touch":"Gestos espec\xEDficos para pantallas t\xE1ctiles",temprarilyChangeTranslationTo_gemini:"Estoy usando Gemini para traducir la p\xE1gina actual.",temprarilyChangeTranslationTo_bing:"Est\xE1 utilizando Microsoft para traducir la p\xE1gina actual.","shortcutGroup.main":"Atajos de teclado de funciones comunes",mouseHoverCustomKeyTitle:"Personalizar el atajo de teclado para el rat\xF3n en suspensi\xF3n","shortcutGroup.shortcutsForTranslationServices":"Atajos de teclado relacionados con el servicio de traducci\xF3n",touchShortcutsToggleTranslateTouchElement:"Configurar gestos t\xE1ctiles para traducir p\xE1rrafos espec\xEDficos",notLoginPro:"Todav\xEDa no has iniciado sesi\xF3n en tu cuenta de miembro.","intro.subtitleTitle":"Visualizaci\xF3n de subt\xEDtulos biling\xFCes en videos en l\xEDnea","subtitle.showQuickButton":"En el reproductor se muestra el atajo de subt\xEDtulos biling\xFCes",temprarilyChangeTranslationTo_google:"Est\xE1 utilizando Google Traductor para traducir la p\xE1gina actual.",upgradeToProErrorTitle:"Por favor, actualice a miembro Pro para utilizar este servicio de traducci\xF3n.","widget.instruction":"Instrucciones de uso","slide.right":"Desliza a la izquierda","browser.translateWithOpenAI":"Uso temporal de OpenAI para traducir la p\xE1gina actual","shortcutGroup.others":"M\xE1s atajos de teclado personalizados","browser.toggleMouseHoverTranslateDirectly":"Habilitar o deshabilitar temporalmente la traducci\xF3n directa al pasar el mouse en la p\xE1gina",alwaysTranslateThisSite:"Siempre traduce este sitio web",neverTranslateThisSite:"Nunca traduzca este sitio web","shortcutGroup.mouse":"Configuraci\xF3n de atajos de teclado para el rat\xF3n en suspensi\xF3n","widget.translateFileTooltip":"Traducir documentos PDF, EPUB, SRT, ASS, HTML y TXT","browser.translateWithGemini":"Usa temporalmente Gemini para traducir la p\xE1gina actual","browser.toggleVideoSubtitlePreTranslation":"Cambie a subt\xEDtulos biling\xFCes y priorice la configuraci\xF3n de traducci\xF3n inmersiva.",networkError:"El servicio de traducci\xF3n o la red tienen problemas.",loggedIn:"Conectado","widget.videoSubtitleTooltip":"Apoya Youtube y otros {count}+ sitios web de videos",touchShortcutsToggleTranslationMask:"Configurar gestos t\xE1ctiles para mostrar la m\xE1scara de traducci\xF3n / mostrar el texto original","floatBall.guideClickToTranslate":"Haz clic en la bola flotante de traducci\xF3n inmersiva para traducir r\xE1pidamente","desc.touchShortcutsToggleTranslateTouchElement":"Personalice un gesto y podr\xE1 traducir cualquier p\xE1rrafo en el que se encuentre.","floatBall.longPress":"Mant\xE9n presionado para abrir r\xE1pidamente el panel de configuraci\xF3n.","error.subscriptionExpired":"Es posible que su membres\xEDa haya expirado, por favor verifique el estado de su membres\xEDa.",shortcutSettingsTitle:"Configuraci\xF3n de atajos de teclado",temprarilyChangeTranslationTo_openai:"Estoy usando OpenAI para traducir la p\xE1gina actual.","browser.translateWithGoogle":"Uso temporal de Google Traductor para traducir la p\xE1gina actual","desc.interfaceLanguage":"La configuraci\xF3n del idioma de la interfaz afecta el idioma de visualizaci\xF3n del panel de control y no tiene relaci\xF3n con el idioma objetivo de la traducci\xF3n.","description.baiduField":"Las \xE1reas de apoyo se ven <1>aqu\xED, si est\xE1 vac\xEDo significa que no se especifica el \xE1rea.","contact.description":"Si tiene alguna pregunta o sugerencia, no dude en completar el formulario a continuaci\xF3n para contactarnos, o env\xEDe un correo electr\xF3nico a {email}, le responderemos lo antes posible.","neverTranslateText.title":`Por favor, traduce directamente al espa\xF1ol (evita explicar el texto original): + {env.imt_trans_field}: \xDCbersetzung`,"subtitle.quickButton.red":"Rot","subtitle.quickButton.blue":"Blau","subtitle.quickButton.magenta":"Magenta","translationServices.claude":"Claude","subtitle.quickButton.white":"Wei\xDF","subtitle.quickButton.translationPositionBottom":"\u539Ftext unten","subtitle.quickButton.yellow":"Gelb","subtitle.quickButton.cyan":"Blau","subtitle.quickButton.green":"Gr\xFCn","subtitle.quickButton.backgroundOpacity":"Hintergrundunsch\xE4rfe","subtitle.quickButton.translationPosition":"\xDCbersetzungsposition","subtitle.quickButton.translationTextColor":"\xDCbersetzungsschriftfarbe","subtitle.quickButton.sourceFontSize":"Originalschriftgr\xF6\xDFe","subtitle.quickButton.translationFontSize":"\xDCbersetzungs-Schriftgr\xF6\xDFe","subtitle.quickButton.sourceTextColor":"Urspr\xFCngliche Schriftfarbe","subtitle.quickButton.black":"Schwarz","subtitle.quickButton.backgroundColor":"Hintergrundfarbe","subtitle.quickButton.setting":"Einstellung","subtitle.quickButton.translationPositionTop":"Oben im Originaltext",attachSubtitleTranslating:"Verwenden Sie {service} zur \xDCbersetzung...","error.claude.403":"Keine Berechtigung zum Zugriff auf den Dienst, m\xF6glicherweise im Zusammenhang mit den regionalen Einschr\xE4nkungen von Claude. Sie k\xF6nnen versuchen, Ihre IP-Adresse zu wechseln, oder andere \xDCbersetzungsdienste nutzen.","browser.brandDescriptionForSafari":"\u3010Immersive \xDCbersetzung\u3011Ein kostenloses zweisprachiges Webseiten-\xDCbersetzungs-Plugin (Originaltext/\xDCbersetzung), das gleichzeitig PDF-\xDCbersetzung und EPUB-E-Book-\xDCbersetzung unterst\xFCtzt und das Originaldokumentenlayout beibeh\xE4lt, Youtube/Netflix und andere Online-Video-Zweisprachen-Untertitel-\xDCbersetzung, Unterst\xFCtzung f\xFCr Deepl/Google und andere Mainstream-\xDCbersetzungsdienste;","browser.textTranslate":"Text\xFCbersetzung","browser.PdfProFile":"Von KI angetriebene PDF Pro \xDCbersetzung"};var Cs={nologin:"no conectado",loginForSafari:"Iniciar sesi\xF3n o registrarse",login:"Iniciar sesi\xF3n para abrir una cuenta",manageAccount:"Cuentas gestionadas",openPremium:"Afiliaci\xF3n abierta",logout:"abortar",curentPlan:"Paquetes actuales",endAt:"caducidad",endAuto:"renovaci\xF3n autom\xE1tica",lineBreakMaxTextCount:"N\xFAmero m\xE1ximo de caracteres permitidos por frase despu\xE9s de los saltos de l\xEDnea","translate-pdf":"Haga clic para traducir PDF","noSupportTranslate-pdf":"Script no soportado por favor use plugin","translate-firefox-local-pdf":"Haga clic para ir a Importar PDF",enableLineBreak:"Activar el salto de l\xEDnea autom\xE1tico para p\xE1rrafos largos",sponsorLabel:"1 $ Desarrolladores patrocinados",help:"mano",browserShortcutsNoteForFirefox:"Para cambiar los accesos directos en Firefox, tienes que abrir la p\xE1gina de gesti\xF3n de extensiones `about:addons`, luego hacer clic en `Settings`, y despu\xE9s en `Manage Shortcuts` para configurar los accesos directos.",browserShortcutsNoteForChrome:"Para modificar los accesos directos en Chrome, tienes que abrir la p\xE1gina de gesti\xF3n de extensiones, establecerlos en el panel `Manage Shortcuts` (`chrome://extensions/shortcuts`), y hacer clic en el bot\xF3n de abajo para saltar a la p\xE1gina de gesti\xF3n de accesos directos.",browserShortcutsSucks:"Los accesos directos personalizados tienen el siguiente formato (no se reconoce autom\xE1ticamente, introd\xFAzcalo directamente)\uFF1A",enableLineBreakDescription:"Si est\xE1 activada, se insertar\xE1n saltos de l\xEDnea al final de cada frase en los p\xE1rrafos largos para facilitar su lectura.","browser.shortBrandName":"Traducci\xF3n por inmersi\xF3n","browser.brandName":"Immersion Translation: Traducci\xF3n biling\xFCe de p\xE1ginas web y documentos PDF","browser.brandDescription":"Bilingual web page translation, also supports PDF translation, bilingual Epub eBook translation, free to use.","browser.toggleTranslatePage":"Traducir p\xE1gina/visualizar texto original","browser.toggleTranslateTheWholePage":"Traducir todas las \xE1reas de la p\xE1gina/visualizar el texto original","browser.toggleOnlyTransation":"Cambiar al modo biling\xFCe/solo texto traducido","browser.toggleTranslateToThePageEndImmediately":"Traducci\xF3n inmediata al final de la p\xE1gina/visualizaci\xF3n del texto original","browser.toggleTranslateTheMainPage":"Traducir el \xE1rea principal de la p\xE1gina/visualizar el texto original","browser.shareToDraft":"Compartir p\xE1ginas biling\xFCes","browser.openOptionsPage":"Abrir la p\xE1gina de configuraci\xF3n","browser.toggleTranslationMask":"Mostrar/ocultar el efecto de desenfoque de traslaci\xF3n","browser.translateLocalPdfFile":"Traducir archivos PDF locales","browser.openEbookViewer":"Leer libros electr\xF3nicos locales","browser.openEbookBuilder":"Creaci\xF3n de eBooks EPUB biling\xFCes","browser.translateLocalHtmlFile":"Traducir archivos HTML/txt","browser.donateContext":"M\xE1s informaci\xF3n sobre las ventajas del patrocinio","browser.translateLocalSubtitleFile":"Traducir archivos de subt\xEDtulos locales",confirmResetConfig:"\xBFEst\xE1s seguro de que quieres restablecer la configuraci\xF3n?",translationLineBreakSettingTitle:"Ajuste del salto de l\xEDnea de traducci\xF3n",smartLineBreak:"alimentaci\xF3n de l\xEDnea inteligente (inform\xE1tica)",alwaysLineBreak:"Siempre avance de l\xEDnea",isShowContextMenu:"A\xF1adir p\xE1ginas traducidas a los elementos del men\xFA contextual",toggleBeta:"Activaci\xF3n de las funciones de prueba beta",betaDescription:"Habilita funciones que a\xFAn son experimentales, as\xED como un servicio de traducci\xF3n en beta. \xDAnete al <1>grupo de Telegram para obtener m\xE1s informaci\xF3n.",translationLineBreakSettingDescription:"Los saltos de l\xEDnea siempre son ordenados para las p\xE1ginas con menos contenido. (Utilice saltos de l\xEDnea inteligentes en p\xE1rrafos largos con mucho contenido (m\xE1s de{count}caracteres) para ahorrar espacio).",tempTranslateDomainTitle:"Duraci\xF3n de la conexi\xF3n temporal de la traducci\xF3n del sitio web",tempTranslateDomainDescription:"Al traducir manualmente una p\xE1gina web, active temporalmente el sitio web para la traducci\xF3n autom\xE1tica, y puede establecer la duraci\xF3n temporal.",xMinutes:"{count} minutos",disabled:"prohibir el uso de algo",changelog:"Registro de actualizaci\xF3n",toggleTranslatePageWhenThreeFingersOnTheScreen:"Tocar la pantalla con varios dedos simult\xE1neamente traduce p\xE1ginas web/visualiza el texto original",toggleTranslationMaskWhenThreeFingersOnTheScreen:"El toque con varios dedos muestra/oculta el efecto de desenfoque.",fingerCountToToggleTranslagePageOnlyTranslationWhenTouching:"Varios dedos tocando la pantalla al mismo tiempo traducen la p\xE1gina web (s\xF3lo traducci\xF3n)/visualizan el texto original.",addUrlDescription:"Puede ser un nombre de dominio y tambi\xE9n admite comodines, por ejemplo\uFF1A*.google.com, google.com/mail/*, https://www.google.com/*",general:"Ajustes b\xE1sicos",clickToExpandConfig:"Ampliar la configuraci\xF3n actual",import:"Importar desde archivo",export:"Exportar a archivo",toggleDebug:"Imprime el registro de depuraci\xF3n en la consola","fingers.0":"coagulaci\xF3n","fingers.2":"toque con dos dedos","fingers.3":"toque con tres dedos","fingers.4":"toque con cuatro dedos","fingers.5":"toque con cinco dedos",mouseHoldKey:"+ {key} traducir/restaurar el p\xE1rrafo",mouseHoldKeyAuto:"Traducci\xF3n directa del p\xE1rrafo",mouseHoldKeyOff:"No hagas nada.",mouseHoldKeyOther:"Atajos personalizados (abrir ajustes)",mouseHoldKeyCustomKey:"{key} Traducci\xF3n/reducci\xF3n del p\xE1rrafo",mouseHoverHoldKey:"Traduce p\xE1rrafos pulsando la tecla de acceso directo mientras pasas el rat\xF3n por encima.","mouse-translate":"al pasar el rat\xF3n",document:"Archivo (inform\xE1tico)",resetSuccess:"Restablecer todos los ajustes correctamente",resetThisSuccess:"Restablecimiento correcto",saved:"Salvar con \xE9xito",successImportConfig:"Configuraci\xF3n importada correctamente",goAdvancedSettings:"Vaya a la p\xE1gina de configuraci\xF3n avanzada",goAdvancedInterfaceSettings:"Vaya a la p\xE1gina Configuraci\xF3n avanzada de personalizaci\xF3n",advanced:"Ajustes avanzados",advancedDescription:"Por lo general, no es necesario realizar ning\xFAn ajuste, basta con dejarlo por defecto. S\xF3lo para usuarios m\xE1s especializados, hay disponibles ajustes m\xE1s personalizados.",developer:"Ajustes de desarrollador",donateCafe:"precios","translate to the bottom of the page":"\xBFSe traslada al final de la p\xE1gina inmediatamente despu\xE9s de entrar en ella?",feedback:"Preguntas",toggleTranslatePage:"Traducir p\xE1gina/visualizar texto original",translateToThePageEndImmediatelyDescription:"Si la activas, el contenido se traducir\xE1 inmediatamente desde la parte superior a la inferior de la p\xE1gina a medida que entras en ella. Si lo desactiva, se traducir\xE1 a medida que lea. (No recomendado)","translate all areas of the page":"Traducir o no todas las \xE1reas de la p\xE1gina",translationAreaDescription:"Activado, se traducen todas las \xE1reas de toda la p\xE1gina web. Si se desactiva, se utiliza el reconocimiento inteligente predeterminado y s\xF3lo se traducen las \xE1reas principales. (No se recomienda activarlo)","the number of characters to be translated first":"Traduzca directamente los primeros caracteres de la p\xE1gina sin esperar a desplazarse hasta el \xE1rea de visualizaci\xF3n","interface language":"lenguaje de interfaz","display both the original text and the translation":"Visualizaci\xF3n simult\xE1nea del original y la traducci\xF3n","keyboard shortcuts":"Atajos de teclado",modify:"Modificar las teclas de acceso directo",reset:"revisi\xF3n",close:"coagulaci\xF3n",homepage:"p\xE1gina de inicio",more:"m\xE1s",moreOptions:"M\xE1s opciones de personalizaci\xF3n",translateTheWholePage:"Traducir todas las \xE1reas de la p\xE1gina (a diferencia de reconocer inteligentemente las \xE1reas principales)",changeToTranslateTheWholePage:"Cambiar para traducir todas las regiones",changeToTranslateTheMainPage:"Cambiar al \xE1rea principal de traducci\xF3n",changeToOnlyTranslationMode:"Mostrar s\xF3lo traducciones",changeToDualTranslationMode:"Cambiar a traducci\xF3n biling\xFCe",translateToThePageEndImmediately:"Traducci\xF3n inmediata al final de la p\xE1gina",translateTheMainPage:"Traducci\xF3n inteligente Regiones clave","The local rules are up to date":"Las normas locales de adaptaci\xF3n est\xE1n actualizadas.","Successfully synchronized with the latest official rules:":"Sincronizado con \xE9xito con las \xFAltimas normas oficiales de adaptaci\xF3n.","Checking for updates":"Comprobaci\xF3n de actualizaciones","Rules are being synchronized":"Sincronizaci\xF3n de las normas de adaptaci\xF3n",localVersionIsTooOld:"La versi\xF3n de la extensi\xF3n local es demasiado antigua, por favor actualice la extensi\xF3n a {minVersion} o m\xE1s reciente antes de intentar sincronizar.",badUserscriptBrowser:"El navegador actual no implementa correctamente la interfaz de la <1>extensi\xF3n Grease Mon key (por ejemplo, para obtener informaci\xF3n sobre el n\xFAmero de versi\xF3n del propio script Grease Monkey), por favor, utilice otros navegadores <1>compatibles con la extensi\xF3n Grease Monkey, como Firefox.",foundNewVersion:"Descubra la nueva versi\xF3n",theLocalExtensionIsUpToUpdate:"La extensi\xF3n actual est\xE1 al d\xEDa.",failToSyncRules:"No sincronizaci\xF3n de las \xFAltimas normas de adaptaci\xF3n",retry:"Pulse aqu\xED para volver a intentarlo",failedReason:"Razones del fracaso",currentRuleVersion:"Versi\xF3n actual de la norma",calculating:"c\xE1lculos",unknownError:"error desconocido",canNotFetchRemoteRule:"No se pueden obtener reglas remotas",enableAlphaSuccess:"Alfa activado",disableAlphaSuccess:"Se ha desactivado la funci\xF3n Alfa",cacheSize:"Tama\xF1o de la cach\xE9\uFF1A",cleaning:"en proceso de liquidaci\xF3n",cleanCache:"borrar la cach\xE9",options:"establecer",about:"con respecto a",service:"servicio de interpretaci\xF3n",needAction:"(Ir a Ajustes)",goSettings:"seguir adelante y configurar",needActionForOptions:"(por establecer)",translationEngine:"Opciones de motor",sourceLanguage:"Idioma original",target:"lengua de llegada",popupSourceLanguage:"Idioma original",popupTarget:"lengua de llegada",popupService:"servicio de interpretaci\xF3n",forThisSite:"P\xE1gina web actual",autoEnableSubtitle:"Activa autom\xE1ticamente los subt\xEDtulos biling\xFCes",alwaysTranslate:"Traduzca siempre",neverTranslate:"Nunca traduzca",alwaysTranslateSomeLanguage:"Traduzca siempre {language}",neverTranslateSomeLanguage:"Nunca traduzca {language}",alwaysTranslateSomeSite:"Traduzca siempre {hostname}",neverTranslateSomeSite:"Nunca traduzca {hostname}",alwaysTranslateSomeSiteOrWildSite:"Traduzca siempre el sitio",alwaysTranslateSomePage:"Traducir siempre la p\xE1gina",add:"aumentar",default:"por defecto (ajuste)",forThisLanguage:"Para este idioma\uFF1A","add url":"Introducir URL",edit:"compilador","translate other languages into specific language":"Traduce otros idiomas a tu idioma","select translation service":"Seleccione un servicio de traducci\xF3n",language:"multiling\xFCismo","show-original":"Mostrar texto original",translate:"renderizaci\xF3n",Translated:"traducido",Translating:"en traducci\xF3n",Error:"incorrecto",allowCacheTranslations:"Activar la cach\xE9 de traducci\xF3n local (para reducir las solicitudes de traducci\xF3n de pasajes duplicados)","translation display":"Estilo de visualizaci\xF3n de la traducci\xF3n","select diplay style":"Distinguir entre los estilos de traducci\xF3n, con referencia espec\xEDfica a los siguientes ejemplos",interface:"Ajustes de interfaz",import_export:"Importaci\xF3n y exportaci\xF3n",import_export_title:"Configuraci\xF3n de importaci\xF3n/exportaci\xF3n",syncToGoogleDrive:"Sincronizar con Google Drive ahora",floatBallOptions:"Ajustes de la Hoverball","floatBallOptions.enable":"Habilitar Hoverball","floatBallOptions.blockUrls":"Desactivar el sitio web","floatBallOptions.add":"aumentar","floatBallOptions.blockUrlDesc":"Las Hoverballs no se muestran cuando se encuentran los siguientes sitios web","floatBallOptions.clickType":"comportamiento al hacer clic","floatBallOptions.clickTypeDesc":"Comportamiento del icono Hoverball al hacer clic","floatBallOptions.clickPopup":"Mostrar panel de traducci\xF3n","floatBallOptions.clickTranslate":"Traducci\xF3n/visualizaci\xF3n del texto original","floatBallOptions.fixedPosition":"\u56FA\u5B9A\u4F4D\u7F6E","floatBallOptions.fixedPositionDesc":"\u60AC\u6D6E\u7403\u5728\u7A97\u53E3\u5DE6\u4FA7\u8FD8\u662F\u53F3\u4FA7","floatBallOptions.fixedPositionLeft":"\u5DE6\u4FA7","floatBallOptions.fixedPositionRight":"\u53F3\u4FA7",previewAllThemes:"Vista previa de todos los estilos","translationTheme.none":"no tener","translationTheme.grey":"gris oscuro","translationTheme.dashed":"subrayado punteado","translationTheme.dotted":"gui\xF3n bajo punteado","translationTheme.dashedBorder":"borde punteado","translationTheme.solidBorder":"borde s\xF3lido","translationTheme.underline":"Subrayar l\xEDneas rectas","translationTheme.mask":"Efectos difusos (modos de aprendizaje)","translationTheme.opacity":"efecto de transparencia","translationTheme.paper":"Efecto sombra de papel blanco","translationTheme.dividingLine":"l\xEDnea divisoria","translationTheme.highlight":"alto brillo","translationTheme.marker":"marcador (palabra de pr\xE9stamo)","translationTheme.marker2":"Marcador 2","translationTheme.blockquote":"Estilos de referencia","translationTheme.weakening":"debilitamiento","translationTheme.italic":"tipo de letra inclinado","translationTheme.bold":"espesar","translationTheme.thinDashed":"subrayado de l\xEDnea discontinua fina","translationTheme.nativeDashed":"El sistema viene con un subrayado de puntos","translationTheme.nativeDotted":"El sistema viene con subrayado de puntos","translationTheme.nativeUnderline":"El sistema viene con un subrayado recto","translationTheme.wavy":"l\xEDnea ondulada","translationServices.custom":"API personalizada","translationServices.tencent":"Tencent Traductor","translationServices.tenAlpha":"Tencent Translator (Alfa)","translationServices.google":"Google Translate","translationServices.bai":"Baidu (Alfa)","translationServices.baidu":"Traducci\xF3n de Baidu","translationServices.aliyun":"Traducci\xF3n AliCloud","translationServices.volc":"traducci\xF3n del volc\xE1n","translationServices.deeplx":"DeepLX (Beta)","translationServices.bing":"Microsoft Translate","translationServices.deepl":"DeepL","translationServices.wechat":"Traducci\xF3n de WeChat","translationServices.azure":"Traducci\xF3n Azure","translationServices.ibm":"IBM Watson","translationServices.aws":"Traducci\xF3n Amazon","translationServices.mock":"Traducci\xF3n simulada","translationServices.mock2":"Traducci\xF3n simulada 2","translationServices.caiyun":"lit. nubes de colores y peque\xF1as traducciones","translationServices.cai":"Nubes de colores (Alfa)","translationServices.volcAlpha":"Volc\xE1n (Alfa)","translationServices.openl":"OpenL","translationServices.youdao":"Traducci\xF3n Youtube","translationServices.you":"Youdao Traductor (Alfa)","translationServices.transmart":"Tencent Interactive Traducci\xF3n","translationServices.niu":"Traductor Maverick","translationServices.papago":"Traducci\xF3n de Papago","translationServices.d":"D (Alfa)","translationServices.dpro":"D Pro (Canarias)","translationServices.openai":"OpenAI","translationServices.yandex":"Yandex","translationServices.chatgpt":"ChatGPT Web(3.5 m\xF3vil)","translate title":"Traducir t\xEDtulos de p\xE1ginas","always languages":"Traduzca siempre el idioma",neverTranslateLanguagesLabel:"La lengua que nunca se traducir\xE1",neverTranslateTheFollowingLanguagesDescription:"Las traducciones se omiten cuando un p\xE1rrafo de la p\xE1gina est\xE1 en uno de los siguientes idiomas",enableUserscriptPagePopup:"Mostrar hoverball en la p\xE1gina",enableUserscriptPagePopupDescription:"Despu\xE9s de desactivar el hoverball, se puede recuperar con el acceso directo /{touch}. Se recomienda encarecidamente marcar esta p\xE1gina de configuraci\xF3n para evitar no poder encontrar el hoverball despu\xE9s de desactivar esta opci\xF3n por error.","always translate the following languages":"Traduce autom\xE1ticamente al idioma de destino cuando la p\xE1gina est\xE1 en uno de los siguientes idiomas","always sites":"Sitios web siempre traducidos","always translate the following sites":"Los sitios web se traducen autom\xE1ticamente a la lengua de destino cuando son los nombres de dominio de","never sites":"Sitio nunca traducido","never translate the following sites":"No se realizar\xE1n traducciones cuando el sitio web corresponda a los siguientes dominios","please refer to":"Tienes que rellenar la clave antes de poder utilizarla.",KeyAndConfigurationTutorial:"Tutorial de aplicaci\xF3n y configuraci\xF3n de llaves",useAboveStyleForTheseSites:"Utilice siempre el estilo de traducci\xF3n \u2308{theme}\u230B cuando el sitio sea para los siguientes dominios",currentUrl:"URL actual",confirm:"guardar (un archivo, etc.) (inform\xE1tica)",cancel:"anulaciones",delete:"eliminar","languages.auto":"detecci\xF3n autom\xE1tica",syncToCloud:"Sincronizaci\xF3n con Google Drive",syncToCloudDescription:"Subida a la nube, la configuraci\xF3n se puede sincronizar entre distintos navegadores/scripts de mono de grasa, sea cual sea la \xFAltima modificaci\xF3n.",syncToAccount:"Sincronizaci\xF3n con la nube de traducci\xF3n inmersiva",syncToAccountButton:"Sincronizaci\xF3n instant\xE1nea con la nube",syncToAccountDescription:"Sincroniza autom\xE1ticamente las configuraciones entre distintos dispositivos, sea cual sea el \xFAltimo en modificarse.",successSyncConfigInAccount:"Sincronizaci\xF3n satisfactoria con la nube",successSyncConfigToAccount:"Sincronizaci\xF3n satisfactoria con la nube",syncConfigNoUpdate:"Ya est\xE1 actualizado.",authFail:"Fallo de autorizaci\xF3n",syncTitle:"Gesti\xF3n manual de copias de seguridad",import_hint:"importar (datos)",upload:"cargar",revokeAuth:"revocar una autorizaci\xF3n",uploadFail:"Carga fallida",download:"descargando",importSuccess:"Importado con \xE9xito",importFail:"fallo de importaci\xF3n",deleteFail:"Error al borrar",backupToCloud:"Gesti\xF3n manual de los archivos de copia de seguridad",create_new_backup:"A\xF1adir un nuevo nodo de copia de seguridad",maxBackupFiles:"Se pueden hacer copias de seguridad de hasta{count}nodos diferentes, por favor, elimine los nodos que no necesite.",backupToCloudDescription:"Cargar o restaurar manualmente archivos de copia de seguridad, permitiendo hasta 3 copias de seguridad diferentes.",successSyncConfig:"Sincronizaci\xF3n satisfactoria con la nube",syncFail:"fallo de sincronizaci\xF3n",updatedAt:"Actualizado desde {date}",lastSyncedAt:"\xDAltima consulta en {date}",downloadFail:"Error de descarga",clickToDownload:"Haga clic para descargar",aboutLabel:"Acerca de - Comentarios","browser.openAboutPage":"Acerca de/Feedback",aboutLabelWithoutSponsor:"Acerca de - Comentarios",aboutIntro:"Que todos tengamos un acceso m\xE1s f\xE1cil y agradable a la enorme cantidad de informaci\xF3n en idiomas extranjeros que hay en Internet \u2764\uFE0F Puedes optar por activar tu <6>suscripci\xF3n Pro para utilizar las traducciones listas para usar de DeepL y OpenAI.

Puedes seguirnos en <3>Twitter, <4>Telegram, Weibo, WeChat, o <5>suscribirte a nuestra lista de correo para estar al tanto de las actualizaciones.
<7>Los miembros Pro pueden ponerse en contacto con nosotros en <8>support@immersivetranslate.com para un r\xE1pido servicio de atenci\xF3n al cliente.",aboutIntroWithoutSponsor:"Ojal\xE1 todos tengamos un acceso m\xE1s f\xE1cil y agradable a la enorme cantidad de informaci\xF3n en idiomas extranjeros disponible en Internet \u2764\uFE0F

Puedes seguirnos en <3>Twitter, el <4>canal de Telegram, WeChat, WeChat Exchange, o <5>suscribirte para seguir las actualizaciones por <5>correo electr\xF3nico a continuaci\xF3n.",projectHomepage:"Inicio del proyecto",joinTelegramGroup:"\xDAnase al grupo de usuarios para participar en los debates",wechatPublicAccount:"WeChat P\xFAblico",wechatCommunities:"Grupo de intercambio WeChat",qqCommunities:"Canal de comunicaci\xF3n QQ",joinTelegramChannel:"Siga el canal de Telegram para las \xFAltimas actualizaciones",feedbackAndJoin:"Pregunta Feedback / A\xF1adir Grupo",autoSync:"sincronizaci\xF3n horaria autom\xE1tica",loadingThemeTitle:"Estilo de carga",loadingThemeDescription:"Establecer el estilo mientras se espera a que se cargue la traducci\xF3n","loadingTheme.spinner":"Animaci\xF3n giratoria","loadingTheme.text":"texto est\xE1tico algo ","loadingTheme.none":"no se muestra",developerDescription:"La documentaci\xF3n sobre personalizaci\xF3n avanzada se encuentra <1>aqu\xED","edit border color":"Modificar el color del borde",successSyncButNoChange:"La configuraci\xF3n actual es coherente con la nube",customTheme:"Colores y tama\xF1os personalizados","customThemeLabel.borderColor":"Color del borde","customThemeLabel.borderRadius":"Bordes redondeados","customThemeLabel.textColor":"color del texto","customThemeLabel.backgroundColor":"color de fondo","customThemeLabel.zoom":"Escalado de fuentes (%)","customThemeLabel.opacity":"Opacidad del texto (%)",resetToDefaultColor:"Restablecer los colores por defecto",resetToDefaultSettings:"Restablecer la configuraci\xF3n predeterminada",isTranslateTitle:"Activar la traducci\xF3n de los t\xEDtulos de las p\xE1ginas",isTranslateTitleDescription:"Si est\xE1 activada, se traducen los t\xEDtulos de las p\xE1ginas",enableSearchEnhancement:"Activar la mejora de mensajes biling\xFCes",enableSearchEnhancementDescription:'Una vez activada, los resultados de b\xFAsqueda de "Google News" se mostrar\xE1n autom\xE1ticamente en la columna derecha de los sitios web compatibles (Google News, Google Search (algunas palabras clave), Snowball, Oriental Fortune, Futura, Tiger Community) para las correspondientes palabras clave en ingl\xE9s.',verifyService:"Haga clic aqu\xED para probar el servicio",verified:"Verificar el \xE9xito","field.langs":"C\xF3digos de idioma admitidos","field.model":"modelizaci\xF3n","field.translationEngine":"motor de traducci\xF3n","field.limitPerMinute":"Peticiones m\xE1ximas por minuto","field.limitPerSecond":"N\xFAmero m\xE1ximo de solicitudes por segundo","field.maxTextLengthPerRequest":"Longitud m\xE1xima del texto por solicitud","field.maxTextGroupLengthPerRequest":"N\xFAmero m\xE1ximo de apartados por solicitud","field.apiUrl":"Direcci\xF3n de interfaz API personalizada","field.placeholderDelimiters":"marcador de posici\xF3n reservado","description.custom":"Interfaz personalizada Acceso Documentaci\xF3n necesaria","description.limitPerMinute":"Las solicitudes que superan este l\xEDmite pasan a una cola hasta el inicio del siguiente minuto. Debido a las diversas limitaciones del servicio actual de OpenAI, haz clic <1>aqu\xED para consultar los \xFAltimos valores sugeridos.","description.limitPerSecond":"Las solicitudes que superan este l\xEDmite pasan a una cola hasta el inicio del siguiente segundo. Debido a las diversas limitaciones del servicio actual de OpenAI, haz clic <1>aqu\xED para consultar los \xFAltimos valores sugeridos.","description.generalLimitPerSecond":"Las solicitudes que superan este l\xEDmite pasan a una cola hasta el inicio del segundo siguiente.","description.prompt":"Enviar la conversaci\xF3n a {service} como usuario, donde {{text}} representa el contenido del texto del p\xE1rrafo, {{from}} representa el idioma del p\xE1rrafo y {{to}} representa el idioma objetivo.","description.maxTextLengthPerRequest":"El n\xFAmero m\xE1ximo de caracteres por petici\xF3n es demasiado grande para que la interfaz responda con lentitud, as\xED que pruebe a ajustar esta opci\xF3n para optimizar la velocidad","description.systemPrompt":"Enviar di\xE1logo al {service} como sistema, donde {{text}} representa el contenido del texto del p\xE1rrafo, {{from}} representa el idioma del p\xE1rrafo, {{to}} representa el idioma objetivo.","field.domain":"reino","description.domain":"El valor predeterminado es\uFF1Ageneral. S\xF3lo puede establecerse si la traducci\xF3n de dominios est\xE1 activada en la consola de la API Arima; consulte <1>aqu\xED los dominios admitidos.","field.scene":"toma","description.scene":"Por defecto\uFF1Ageneral. S\xF3lo se puede establecer si la consola API AliCloud est\xE1 habilitado para Machine Translation Pro, ver <1>aqu\xED para los escenarios compatibles","field.vocabId":"ID del diccionario del usuario","description.vocabId":"El diccionario out_id especificado admite actualmente la traducci\xF3n del ingl\xE9s al chino.","description.model":"Modelos OpenAI, pueden ser gpt-3.5-turbo, gpt-4, etc.","description.maxTextGroupLengthPerRequest":"El n\xFAmero de p\xE1rrafos enviados al servicio de traducci\xF3n a la vez, si hay demasiados p\xE1rrafos, puede hacer que la interfaz responda m\xE1s lentamente.","description.apiUrl":"Por favor, a\xF1ada URLs espec\xEDficas con rutas, <1>m\xE1s descripci\xF3n",enabledExtension:"Habilitar extensiones",clickToDisableExtension:"Haga clic para desactivar las extensiones",clickToEnableExtension:"Haga clic para activar las extensiones",hasBeenDisabled:"desactivado","show password":"Mostrar contrase\xF1a",customContent:"Introduzca un nombre de modelo personalizado",inputOptions:"Mejora del cuadro de entrada",mouseHoverOptions:"al pasar el rat\xF3n",modifyMouseHoverKey:"Modificar el acceso directo del rat\xF3n",enableInputTranslation:"Activar o no la mejora del cuadro de entrada",enableInputTranslationDescription:"Una vez activado, escriba {startingKey}{startingKey} hola directamente en el cuadro de entrada, luego pulse r\xE1pidamente{inputTrailingTriggerKeyRepeatTimes}veces{trailingKey}para traducir a {inputTargetLanguage}",enableInputTranslationDescriptionForNoneKey:"Una vez activado, escriba\uFF1AHello World directamente en el cuadro de entrada y, a continuaci\xF3n, pulse r\xE1pidamente{inputTrailingTriggerKeyRepeatTimes}{trailingKey}veces para traducir al idioma de destino predeterminado.",inputTargetLanguage:"Establecer el idioma de destino por defecto para los cuadros de entrada",inputTargetLanguageDescription:"Idioma de destino por defecto para la traducci\xF3n del cuadro de entrada, es decir, {startingKey}{startingKey} como idioma por defecto para las palabras desencadenantes.",inputTargetLanguageDescriptionForNoneKey:"Idioma de destino predeterminado para la traducci\xF3n del cuadro de entrada",inputStartingTriggerKeyTitle:"Configuraci\xF3n del car\xE1cter de divisi\xF3n para la traducci\xF3n parcial del cuadro de entrada",inputStartingTriggerKeyDescription:"Cuando no necesite traducir todo el cuadro de entrada, el divisor le permite traducir s\xF3lo la parte desde {startingKey}{startingKey} hasta el final del cuadro de entrada, o puede especificar el c\xF3digo de idioma, por ejemplo\uFF1A{startingKey}ja significa traducir s\xF3lo la parte desde {startingKey}ja hasta el final del cuadro de entrada.",inputStartingTriggerKeyDescriptionForNoneKey:"La configuraci\xF3n actual de sin prefijo no es necesaria, y la funci\xF3n de traducci\xF3n de algunos textos en el cuadro de entrada no est\xE1 disponible por el momento.",inputTrailingTriggerKeyTitle:"Seleccione un car\xE1cter de activaci\xF3n de fin de entrada",inputTrailingTriggerKeyDescription:"\xA13 golpes r\xE1pidos{trailingKey} comenzar\xE1 a traducir!",inputTrailingTriggerKeyTimeout:"Introduce el tiempo entre disparos de fin de combate",inputTrailingTriggerKeyTimeoutDescription:"Establece el tiempo (en milisegundos) entre disparos de combo de fin de entrada.",spaceKey:"<\u7A7A\u683C\u952E>",noneKey:"Traducci\xF3n directa de todo el cuadro de texto sin prefijos",inputTranslationBlockUrlsTitle:"No active la mejora del cuadro de entrada en las siguientes URL",inputTranslationBlockUrlsDescription:"Las mejoras del cuadro de entrada no funcionar\xE1n en las siguientes URL",clickToSeeQuickDemo:"Haga clic para ampliar el v\xEDdeo tutorial r\xE1pido de 30 segundos",inputHelperInfo:"Descripci\xF3n\uFF1AHemos optimizado el hecho de que algunos caracteres desencadenantes se convertir\xE1n en signos de puntuaci\xF3n chinos bajo m\xE9todos de entrada chinos, por ejemplo, / se convertir\xE1 en un signo dun , bajo el m\xE9todo de entrada Sogou, e Immersive Translator soporta todos los s\xEDmbolos chinos correspondientes a los caracteres desencadenantes, es decir, //,,, ser\xE1n reconocidos como caracteres desencadenantes.

Tambi\xE9n soportamos alias Chinos para c\xF3digos de lenguaje como comandos, por ejemplo /Japanese Hello World ser\xE1 traducido al Japon\xE9s, <1>haga clic aqu\xED para ver todos los c\xF3digos de lenguaje soportados.",reloadCurrentPage:"Actualice la p\xE1gina actual antes de iniciar la traducci\xF3n.",noLocalFilePermissionForPDF:"Usted no tiene permiso para leer archivos locales, por favor haga clic en el bot\xF3n de arriba y luego importar archivos locales.",noPermissionForThisPage:"\u26A0\uFE0F No hay permiso para traducir la p\xE1gina actual",retryAllParagraphs:"Reintentar todos los pasajes de error",retryAllButton:"Reintentar todos los pasajes de error",errorTooltipTitle:"Haga clic para ver la causa del error",errorModalTitle:"Parece que algo va mal con el servicio de traducci\xF3n o la red...",disableConfirm:"Entorno biling\xFCe de mejora de la informaci\xF3n",disableOnce:"Esta inhabilitaci\xF3n",disableGlobal:"desactivar permanentemente",disableTint:"* Puede volver a activarlo en {option} .",searchEnhancementNotes:"Tras activar la funci\xF3n de mejora de la informaci\xF3n biling\xFCe con traducci\xF3n inmersiva, buscaremos autom\xE1ticamente las mismas palabras clave en ingl\xE9s en los sitios web compatibles (Google News, Google Search (algunas palabras clave), Snowball, Oriental Wealth, Futura, Tiger) y las mostraremos a la derecha. Si no necesitas esta funci\xF3n, puedes desactivarla.",option:"establecer",saveSettings:"Guardar configuraci\xF3n",closeModal:"Cerrar ventana",enableInputTranslationWithoutTriggerKeyTitle:"Habilite 3 pulsaciones r\xE1pidas en{trailingKey}para traducir directamente todo el cuadro de entrada a{inputTargetLanguage}",enableInputTranslationWithoutTriggerKeyDescription:"Para especificar el idioma de destino, antep\xF3ngale el c\xF3digo del idioma, por ejemplo:\uFF1Aja Hola Mundo",mouseHoverShortcutPlaceholder:"p. ej.\uFF1ATurno",deepLProName:"Miembro de Immersive Translation Pro (Recomendado)",deepLProDescription:"El paquete actual puede utilizarse directamente",deeplProDescriptionForNormal:"No requiere instalaci\xF3n, los miembros pueden utilizarlo despu\xE9s de iniciar sesi\xF3n, <1>haga clic aqu\xED para actualizar a miembro",deepLCustomDescription:"Se requiere tarjeta de cr\xE9dito extranjera, abierta oficialmente en <1>DeepL, haga clic para ver <2>la documentaci\xF3n",deepLCustomName:"Clave de autenticaci\xF3n personalizada",chooseProviderLabel:"Seleccione un proveedor de servicios",openaiProName:"Miembro de Immersive Translation Pro (Recomendado)",openaiProDescription:"El paquete actual puede utilizarse directamente",openaiProDescriptionForNormal:"No requiere instalaci\xF3n, los miembros pueden utilizarlo despu\xE9s de iniciar sesi\xF3n, <1>haga clic aqu\xED para actualizar a miembro",openaiCustomDescription:"Disponible en OpenAI, Azure OpenAI u otros servicios de terceros. <1>Haga clic aqu\xED para consultar la documentaci\xF3n.",openaiCustomName:"Clave API personalizada",needLoginAction:"(Afiliaci\xF3n abierta o personalizaci\xF3n)",goLoginOrAction:"(Abra una cuenta o vaya a la configuraci\xF3n)",yearly:"efectuar un pago anual consecutivo",quarterly:"embalaje secuencial",monthly:"suscripci\xF3n mensual",yearlyForOnce:"Paquete anual \xFAnico",monthlyForOnce:"Paquete mensual \xFAnico",daily:"d\xEDas consecutivos de paquetes",year:"efectuar un pago anual consecutivo",quarter:"embalaje secuencial",month:"suscripci\xF3n mensual",day:"d\xEDas consecutivos de paquetes",onetime_7day:"Pack Experiencia 7 d\xEDas",currentPlanDescriptionForFree:"Paquetes actuales\uFF1AGratis",currentPlanDescriptionForContinuous:"El paquete actual\uFF1A{plan}se renovar\xE1 autom\xE1ticamente en {endAt} .",currentPlanDescriptionForAutoRenewCaceling:"El paquete actual\uFF1A{plan}expirar\xE1 en {endAt} y no se renovar\xE1 autom\xE1ticamente a su vencimiento.",currentYearlyPlanDescriptionForAutoRenewCacelingWithRealPaiedUser:"El paquete actual,\uFF1A{plan}, caducar\xE1 en {endAt} y no se renovar\xE1 autom\xE1ticamente a su vencimiento.
<1>Haga clic aqu\xED para gestionar su plan de renovaci\xF3n",currentYearlyPlanDescriptionForAutoRenewCacelingWithAdmin:"El paquete actual,\uFF1A{plan}, caducar\xE1 en {endAt} y no se renovar\xE1 autom\xE1ticamente a su vencimiento.
<1>Haga clic aqu\xED para activar la suscripci\xF3n anual continua",currentPlanDescriptionForOneTime:"La suscripci\xF3n actual\uFF1A{plan}expirar\xE1 en {endAt} , <1>haga clic aqu\xED para cambiar a una suscripci\xF3n <1>anual o <2>mensual.",upgradePlan:"Haga clic aqu\xED para pasar a Pro",upgradeToPro:"Actualizar a miembro Pro","popup.openPro":"Actualice su suscripci\xF3n a Pro para disfrutar de DeepL y de la traducci\xF3n OpenAI, \xA1haga clic aqu\xED para actualizar!","popup.openProForPro":"Eres un miembro Pro con acceso directo a DeepL y a las traducciones de OpenAI.",currentAccount:"cuenta corriente",enableAutoSyncUserSettings:"Sincronizaci\xF3n autom\xE1tica en la nube de varios dispositivos",modalEnableInputTranslationTitle:"Traducci\xF3n inmersiva Cuadro de entrada Alertas de traducci\xF3n",modalEnableInputTranslationDesc:"Acaba de activar la traducci\xF3n del cuadro de entrada de Immersive Translation pulsando la barra espaciadora 3 veces en r\xE1pida sucesi\xF3n, y el contenido del cuadro de entrada se traducir\xE1 al idioma de destino predeterminado. La traducci\xF3n puede deshacerse con Ctrl+Z.

Si ha sido un error, no se preocupe, puede elegir desactivarla esta vez, o desactivar permanentemente la traducci\xF3n del cuadro de entrada.",saveAndNotShowAgain:"Guardar y dejar de preguntar",disableInputTranslationTips:"* Tambi\xE9n puedes configurar otros atajos para que se activen en {option} ,{learnMore}.",learnMore:"M\xE1s informaci\xF3n",continueEnalbeInputTranslation:"Seguir activando la traducci\xF3n del cuadro de entrada",autoRenewTrialSuffix:'(En la versi\xF3n de prueba,pas\xF3 inmediatamente a ser miembro de pleno derecho)',upgradeFromTrialTitle:"Pasar a Miembro de pleno derecho",subtitle:"subtitulado de v\xEDdeo",youtubeService:"Traducci\xF3n por inmersi\xF3n Servicios de traducci\xF3n de subt\xEDtulos de v\xEDdeo","subtitle.disabledSubtitle":"Desactivar permanentemente la funci\xF3n de subt\xEDtulos de v\xEDdeo","subtitle.disabledSubtitleDescription":"Si Immersive Translator's Video Subtitles entra en conflicto con otras extensiones, puedes optar por desactivar permanentemente la funcionalidad de Immersive Translator's Video Subtitles o desinstalar otras extensiones conflictivas.","subtitle.autoEnableSubtitle":"Uso autom\xE1tico de subt\xEDtulos biling\xFCes","subtitle.autoEnableSubtitleDescription":"Una vez activado, se mostrar\xE1n autom\xE1ticamente subt\xEDtulos biling\xFCes cuando se reproduzca el video, de lo contrario, necesitar\xE1 hacer clic en el bot\xF3n de traducci\xF3n para que se muestren.","subtitle.preTranslation":"Traducir subt\xEDtulos mediante traducci\xF3n inmersiva","subtitle.preTranslationDescription":"Cuando est\xE1 activada, se pretraducir\xE1 todo el subt\xEDtulo utilizando el servicio de traducci\xF3n especificado m\xE1s abajo, y un v\xEDdeo de 1 hora consumir\xE1 unos 50.000 tokens o caracteres, as\xED que util\xEDzalos seg\xFAn tu criterio; cuando est\xE1 desactivada, se utilizar\xE1n primero los subt\xEDtulos originales.","subtitle.humanSubtitlesPreferred":"Uso prioritario del subtitulado humano","subtitle.humanSubtitlesPreferredDescription":"Priorizar el uso de subt\xEDtulos humanos cuando el v\xEDdeo disponga de subt\xEDtulos humanos en la lengua de llegada (recomendado)",videoSubtitleTranslationDescription:"Asignar un servicio de traducci\xF3n independiente para los subt\xEDtulos de v\xEDdeo",subtitleTranslating:"Por favor, espere mientras se traducen los subt\xEDtulos mediante el servicio {service} ... (traducci\xF3n por inmersi\xF3n)",subtitleLoading:"Cargando subt\xEDtulos...",bilingual:"biling\xFCismo","field.action":"Activar o no la terminolog\xEDa Baidu","description.action":"Cuando est\xE9 activado, se a\xF1adir\xE1 un par\xE1metro action=1 a la solicitud para informar a Baidu del t\xE9rmino activado; <1>consulte la documentaci\xF3n oficial para obtener m\xE1s informaci\xF3n.",closeQuickTranslation:"Cerrar Hoverball","closeQuickTranslation.untilNext":"Esta vez cerrado hasta la pr\xF3xima visita","closeQuickTranslation.currentWebsite":"Sitio actual desactivado","closeQuickTranslation.alwaysClose":"desactivar permanentemente","closeQuickTranslation.settingOpen":"(puede activarse en la <1>p\xE1gina de configuraci\xF3n )","closeQuickTranslation.cancel":"anulaciones","closeQuickTranslation.confirm":"defina","floatBall.popup":"Abrir el panel de ajustes r\xE1pidos","floatBall.translate":"Haga clic para traducir la p\xE1gina","floatBall.showOriginal":"Haga clic para volver al art\xEDculo original","floatBall.close":"Cerrar Hoverball","floatBallOptions.enableDescPc":"Despu\xE9s de activar el hoverball de la p\xE1gina, aparecer\xE1 un bot\xF3n de traducci\xF3n r\xE1pida en la parte derecha de la p\xE1gina, \xA1haz clic en \xE9l para traducir!","floatBallOptions.enableDesc":"Despu\xE9s de apagar el hoverball, puedes recuperarlo con{touch}. Se recomienda encarecidamente marcar esta p\xE1gina de configuraci\xF3n para evitar no poder encontrar el hoverball despu\xE9s de desactivar esta opci\xF3n por error.","description.azureApiUrl":"Introduzca la direcci\xF3n de la interfaz API personalizada",confirmSupportMouse:"Forzar la activaci\xF3n del soporte de rat\xF3n",confirmSupportMouseDescription:"Detectado que el navegador actual no soporta la funci\xF3n de rat\xF3n, \xBFse fuerza a habilitar el soporte de rat\xF3n?",sampleTargetText:"Llegar\xE1 la larga noche, y velar\xE9 desde hoy hasta que muera. No tomar\xE9 esposa, no har\xE9 feudo, no tendr\xE9 hijos. No llevar\xE9 corona, no luchar\xE9 por el honor. Cumplir\xE9 con mi deber, vivir\xE9 y morir\xE9.",sampleSourceText:"Night gathers, and now my watch begins. It shall not end until my death. I shall take no wife, hold no lands, father no children. I shall wear no crowns and win no glory. I shall live and die at my post.","subtitle.supportedSites":"\u5DF2\u652F\u6301\u5728\u8FD9\u4E9B\u7F51\u7AD9\u4F7F\u7528\u53CC\u8BED\u5B57\u5E55\uFF08\u6CE8\u610F\uFF1A\u7531\u4E8E\u6280\u672F\u9650\u5236\uFF0C\u90E8\u5206\u7F51\u7AD9\u5728\u9996\u6B21\u5F00\u542F\u5B57\u5E55\u540E\u9700\u8981\u91CD\u65B0\u5237\u65B0\u9875\u9762\uFF0C\u6216\u8005\u9700\u7B49\u5F85\u7FFB\u8BD1\u5B8C\u6210\u4EE5\u663E\u793A\u53CC\u8BED\u5B57\u5E55\uFF09\uFF1A",viewWithImmersiveTranslate:"\u53CC\u8BED\u7248\u672C(\u6C89\u6D78\u5F0F\u7FFB\u8BD1)",errorReason:"\u9519\u8BEF\u539F\u56E0\uFF1A{message}","proQuotaExceededError.onetime7day":'\uFF0C\u60A8\u53EF\u4EE5\u9009\u62E9\u4EE5\u4E0B\u65B9\u5F0F\u89E3\u51B3\uFF1A

1. \u5207\u6362\u5230 {anotherService} \u6216\u5176\u4ED6\u7FFB\u8BD1\u670D\u52A1
2. \u5347\u7EA7\u4E3A\u6708\u5EA6/\u5E74\u5EA6\u4F1A\u5458',"proQuotaExceededError.trial":'\uFF0C\u60A8\u53EF\u4EE5\u9009\u62E9\u4EE5\u4E0B\u65B9\u5F0F\u89E3\u51B3\uFF1A

1. \u5207\u6362\u5230 {anotherService} \u6216\u5176\u4ED6\u7FFB\u8BD1\u670D\u52A1
2. \u7ACB\u523B\u5347\u7EA7\u4E3A\u6B63\u5F0F\u4F1A\u5458',"proQuotaExceededError.nonTrial":'\uFF0C\u60A8\u53EF\u4EE5\u9009\u62E9\u4EE5\u4E0B\u65B9\u5F0F\u89E3\u51B3\uFF1A

1. \u5207\u6362\u5230 {anotherService} \u6216\u5176\u4ED6\u7FFB\u8BD1\u670D\u52A1
2. \u8D2D\u4E70 {translationService} \u989D\u5916\u6D41\u91CF\u5305',"proQuotaExceededError.resetTime":"
3. \u989D\u5EA6\u91CD\u7F6E\u65F6\u95F4\uFF1A{resetTime}","desc.touchShortcutsToggleTranslatePageOnlyTranslation":"Solo se muestra la traducci\xF3n se refiere a que solo se mostrar\xE1 la traducci\xF3n, si la p\xE1gina web a\xFAn no se ha traducido, cambiar\xE1 el modo y traducir\xE1.","desc.toggleOnlyTransation":"El modo de solo traducci\xF3n se refiere a mostrar solo el texto traducido, si la p\xE1gina web a\xFAn no se ha traducido, cambiar\xE1 el modo y traducir\xE1.",touchShortcutsToggleTranslatePageOnlyTranslation:"Configurar gestos de pantalla t\xE1ctil para cambiar entre modo biling\xFCe/solo texto traducido",download_started:"La descarga ya ha comenzado, si no se descarga autom\xE1ticamente, haga clic manualmente.",here:"aqu\xED","desc.toggleVideoSubtitlePreTranslation":"Al presionar, los subt\xEDtulos biling\xFCes del video usar\xE1n preferentemente la configuraci\xF3n de traducci\xF3n inmersiva, al presionar nuevamente, se dar\xE1 prioridad a los subt\xEDtulos de traducci\xF3n autom\xE1tica incluidos en el video original. Nota: este atajo modifica la configuraci\xF3n global.",videoSubtitlePreTranslationOn:"Los subt\xEDtulos del video tendr\xE1n prioridad para usar la traducci\xF3n inmersiva.",videoSubtitlePreTranslationOff:"Los subt\xEDtulos del video dar\xE1n prioridad a los subt\xEDtulos de traducci\xF3n autom\xE1tica incluidos en el video original.",translationFont:"Establecer fuente","translationFont.custom":"Ingrese fuente personalizada","translationFont.customPlaceholder":"fuente","translationFont.notSupportErrorMessage":"Por favor, verifique si el nombre de la fuente que ingres\xF3 es correcto, o confirme si esta fuente ya est\xE1 instalada en su dispositivo.","touch.mouse-translate":"Traducir el p\xE1rrafo especificado.","translationServices.inherit":"Siga el servicio de traducci\xF3n principal","error.serveConfigError":"Error de configuraci\xF3n del servicio","error.reloadPageOfSetting":"Despu\xE9s de configurar, por favor refresca la p\xE1gina para traducir de nuevo.","error.googleLimitIp":"El servicio devuelve un error, el servicio de Google ha limitado la direcci\xF3n IP, se recomienda que cambie el nodo de red.","error.openAIFreeLimit":"El servicio devuelve un error, la frecuencia actual de solicitudes de traducci\xF3n ha alcanzado el l\xEDmite m\xE1ximo de 3 veces por minuto, por favor intente de nuevo m\xE1s tarde. (Esta es una restricci\xF3n de OpenAI oficial para la API Key gratuita, para eliminar esta restricci\xF3n, por favor vincule una tarjeta de cr\xE9dito en el backend de OpenAI.)","error.openAIExceededQuota":"El servicio devuelve un error: el saldo de tu cuenta de OpenAI es insuficiente, por favor recarga o vincula una tarjeta de cr\xE9dito en el panel de control oficial de OpenAI.","error.429":"El servicio devuelve un error, lo que indica que la solicitud es demasiado frecuente o excede el l\xEDmite de cuota, por favor intente de nuevo m\xE1s tarde.","error.403":"El servicio devuelve un error, no tiene permiso temporal para acceder a este servicio.","error.400":"El servicio devuelve un error, el par\xE1metro de solicitud es incorrecto, por favor verifica la configuraci\xF3n correspondiente.","error.502":"El servicio devuelve un error, el servicio se ha agotado, por favor intente de nuevo m\xE1s tarde.","error.proTokenInvalid":"Si usted es un usuario Pro, por favor inicie sesi\xF3n para usar el servicio de traducci\xF3n Pro.","error.proUpgrade":"Despu\xE9s de la actualizaci\xF3n, por favor refresca la p\xE1gina y traduce de nuevo.","error.configError":"Los datos de configuraci\xF3n son anormales.","error.goReset":"Ir a restablecer",batchEdit:"Operaci\xF3n en masa","translationModeLang.translation.title":"Solo modo de traducci\xF3n de idioma","translationModeLang.translation.description":"Cuando el idioma de la p\xE1gina es uno de los siguientes, se utilizar\xE1 autom\xE1ticamente solo el modo de traducci\xF3n.","translationModeUrl.translation.title":"Solo el modo de direcci\xF3n web de traducci\xF3n","translationModeUrl.translation.description":"Cuando el sitio web tiene los siguientes dominios, se utilizar\xE1 autom\xE1ticamente el modo de solo traducci\xF3n.","error.serveUnavailable":"El servicio [{serverName}] que est\xE1 utilizando actualmente no est\xE1 disponible temporalmente debido a problemas con la conexi\xF3n a la red o el proveedor del servicio. Le sugerimos que intente actualizar la p\xE1gina o cambiar a otro servicio de traducci\xF3n a trav\xE9s de <1>Configuraci\xF3n. Si usted es un miembro <2>Pro, puede optar por utilizar los servicios de traducci\xF3n m\xE1s estables de DeepL o OpenAI (<3>haga clic aqu\xED para probarlo gratis). Adem\xE1s, es posible que necesite revisar su configuraci\xF3n de red o proxy.",detectServiceLoading:"Detectando servicios de traducci\xF3n disponibles...",toggleToService:"Cambie a {service} e intente de nuevo.","error.gemini.429":"El servicio actual de Gemini ha alcanzado su capacidad m\xE1xima, por favor intente m\xE1s tarde o cambie a otro servicio de traducci\xF3n.",enableSentryReport:"Cuando ocurre un error de expansi\xF3n, usa Sentry para enviar comentarios.",notLogin:"No registrado",goLogin:"Iniciar sesi\xF3n",touchShortcutsOff:"Cerrar",shortcutSettings:"Atajo de teclado","tagsInput.add":"+ A\xF1adir",translationOnlyMode:"Solo modo de traducci\xF3n","multipleClick.2":"Haz doble clic",contact:"Cont\xE1ctanos","widget.translateFile":"PDF/ePub","subtitle.hideQuickButton":"Ya no mostrar este atajo","translationServices.gemini":"G\xE9minis","widget.instructionTooltip":"Consultar las instrucciones de uso","subtitle.bilingual":"Subt\xEDtulos biling\xFCes","error.retry":"Reintentar","multipleClick.4":"Cu\xE1druple golpe",buildSnapshots:"Generar captura de p\xE1gina web","error.subscriptionExpiredTitle":"La membres\xEDa ha expirado","slide.left":"Desliza a la derecha","widget.videoSubtitle":"subt\xEDtulos de video","browser.translateWithDeepL":"Uso temporal de DeepL para traducir la p\xE1gina actual","subtitle.autoDisableSubtitle":"No activar autom\xE1ticamente los subt\xEDtulos biling\xFCes","browser.translateWithBing":"Uso temporal de Microsoft para traducir la p\xE1gina actual","error.reason":"Raz\xF3n del error","browser.translateWithTransmart":"Uso temporal de Tencent para traducir la p\xE1gina actual",pickAll:"Seleccionar todo","browser.translateInputBox":"Traducir el contenido actual del cuadro de entrada.","floatBall.iKnow":"Ya lo s\xE9.",temprarilyChangeTranslationTo_deepl:"Estoy usando DeepL para traducir la p\xE1gina actual.","multipleClick.3":"Triple golpe","intro.hoverTitle":"Pase el mouse para traducir el p\xE1rrafo actual",temprarilyChangeTranslationTo_transmart:"Est\xE1 utilizando Tencent para traducir la p\xE1gina actual.","intro.floatBallTitle":"Bola flotante de traducci\xF3n r\xE1pida",paragraphMinTextCountField:"El n\xFAmero m\xEDnimo de caracteres necesarios para traducir un p\xE1rrafo","shortcutGroup.touch":"Gestos espec\xEDficos para pantallas t\xE1ctiles",temprarilyChangeTranslationTo_gemini:"Estoy usando Gemini para traducir la p\xE1gina actual.",temprarilyChangeTranslationTo_bing:"Est\xE1 utilizando Microsoft para traducir la p\xE1gina actual.","shortcutGroup.main":"Atajos de teclado de funciones comunes",mouseHoverCustomKeyTitle:"Personalizar el atajo de teclado para el rat\xF3n en suspensi\xF3n","shortcutGroup.shortcutsForTranslationServices":"Atajos de teclado relacionados con el servicio de traducci\xF3n",touchShortcutsToggleTranslateTouchElement:"Configurar gestos t\xE1ctiles para traducir p\xE1rrafos espec\xEDficos",notLoginPro:"Todav\xEDa no has iniciado sesi\xF3n en tu cuenta de miembro.","intro.subtitleTitle":"Visualizaci\xF3n de subt\xEDtulos biling\xFCes en videos en l\xEDnea","subtitle.showQuickButton":"En el reproductor se muestra el atajo de subt\xEDtulos biling\xFCes",temprarilyChangeTranslationTo_google:"Est\xE1 utilizando Google Traductor para traducir la p\xE1gina actual.",upgradeToProErrorTitle:"Por favor, actualice a miembro Pro para utilizar este servicio de traducci\xF3n.","widget.instruction":"Instrucciones de uso","slide.right":"Desliza a la izquierda","browser.translateWithOpenAI":"Uso temporal de OpenAI para traducir la p\xE1gina actual","shortcutGroup.others":"M\xE1s atajos de teclado personalizados","browser.toggleMouseHoverTranslateDirectly":"Habilitar o deshabilitar temporalmente la traducci\xF3n directa al pasar el mouse en la p\xE1gina",alwaysTranslateThisSite:"Siempre traduce este sitio web",neverTranslateThisSite:"Nunca traduzca este sitio web","shortcutGroup.mouse":"Configuraci\xF3n de atajos de teclado para el rat\xF3n en suspensi\xF3n","widget.translateFileTooltip":"Traducir documentos PDF, EPUB, SRT, ASS, HTML y TXT","browser.translateWithGemini":"Usa temporalmente Gemini para traducir la p\xE1gina actual","browser.toggleVideoSubtitlePreTranslation":"Cambie a subt\xEDtulos biling\xFCes y priorice la configuraci\xF3n de traducci\xF3n inmersiva.",networkError:"El servicio de traducci\xF3n o la red tienen problemas.",loggedIn:"Conectado","widget.videoSubtitleTooltip":"Apoya Youtube y otros {count}+ sitios web de videos",touchShortcutsToggleTranslationMask:"Configurar gestos t\xE1ctiles para mostrar la m\xE1scara de traducci\xF3n / mostrar el texto original","floatBall.guideClickToTranslate":"Haz clic en la bola flotante de traducci\xF3n inmersiva para traducir r\xE1pidamente","desc.touchShortcutsToggleTranslateTouchElement":"Personalice un gesto y podr\xE1 traducir cualquier p\xE1rrafo en el que se encuentre.","floatBall.longPress":"Mant\xE9n presionado para abrir r\xE1pidamente el panel de configuraci\xF3n.","error.subscriptionExpired":"Es posible que su membres\xEDa haya expirado, por favor verifique el estado de su membres\xEDa.",shortcutSettingsTitle:"Configuraci\xF3n de atajos de teclado",temprarilyChangeTranslationTo_openai:"Estoy usando OpenAI para traducir la p\xE1gina actual.","browser.translateWithGoogle":"Uso temporal de Google Traductor para traducir la p\xE1gina actual","desc.interfaceLanguage":"La configuraci\xF3n del idioma de la interfaz afecta el idioma de visualizaci\xF3n del panel de control y no tiene relaci\xF3n con el idioma objetivo de la traducci\xF3n.","description.baiduField":"Las \xE1reas de apoyo se ven <1>aqu\xED, si est\xE1 vac\xEDo significa que no se especifica el \xE1rea.","contact.description":"Si tiene alguna pregunta o sugerencia, no dude en completar el formulario a continuaci\xF3n para contactarnos, o env\xEDe un correo electr\xF3nico a {email}, le responderemos lo antes posible.","neverTranslateText.title":`Por favor, traduce directamente al espa\xF1ol (evita explicar el texto original): Mant\xE9n las siguientes palabras en su idioma original, no las traduzcas.`,confirmResetToDefaultSettings:"\xBFEst\xE1 seguro de que desea restaurar este servicio de traducci\xF3n a la configuraci\xF3n predeterminada? (Solo restablece la configuraci\xF3n del servicio de traducci\xF3n actual)","desc.toggleTranslateTheWholePage":"Traducir toda el \xE1rea de la p\xE1gina, por defecto, traduciremos el \xE1rea principal de la p\xE1gina, puedes usar este atajo para traducir espec\xEDficamente toda el \xE1rea de la p\xE1gina.",shortcutDisableTooltip:"Realice la configuraci\xF3n en la p\xE1gina de administraci\xF3n de atajos de extensi\xF3n proporcionada por el navegador, para m\xE1s orientaci\xF3n consulte las instrucciones en la parte superior de esta p\xE1gina.",touchShortcutsToggleTranslatePage:"Configura gestos t\xE1ctiles para traducir p\xE1ginas web/mostrar el texto original","desc.toggleTranslateTheMainPage":"Solo traduce el \xE1rea principal de la p\xE1gina, cuando has habilitado la traducci\xF3n de todo el \xE1rea de la p\xE1gina en la configuraci\xF3n avanzada, puedes usar este atajo para traducir espec\xEDficamente el \xE1rea principal de la p\xE1gina.","desc.touchShortcutsToggleTranslatePage":"Una vez configurado, al mover el dispositivo m\xF3vil, se puede tocar la pantalla con X dedos, deslizar hacia la izquierda o hacia la derecha o hacer clic continuamente para activar la traducci\xF3n de la p\xE1gina web/mostrar el texto original.",paragraphMinTextCountDesc:"Tenga en cuenta, aqu\xED se refiere a la longitud del car\xE1cter, por ejemplo: hola es 5 caracteres, establecer un valor m\xE1s grande puede reducir la traducci\xF3n de p\xE1rrafos peque\xF1os innecesarios.","desc.mouseHoverHoldKey":"Cuando el mouse se coloca sobre un p\xE1rrafo, al presionar la tecla de acceso r\xE1pido en el lado derecho, se puede traducir directamente ese p\xE1rrafo.",mouseHoverCustomKeyDescription:"Puedes personalizar una combinaci\xF3n de teclas de acceso r\xE1pido para cuando el mouse se posicione encima, como: Alt+Z, Ctrl+E, Cmd+Alt+E o directamente Cmd, por favor ingresa manualmente.","intro.floatBallDescription":"Una vez activado, se mostrar\xE1 un bot\xF3n de traducci\xF3n r\xE1pida en el lado derecho de la p\xE1gina, haga clic para traducir, haga clic nuevamente para volver al texto original. En dispositivos m\xF3viles, mantenga presionada la bola flotante para abrir el panel de configuraci\xF3n r\xE1pida.","desc.touchShortcutsToggleTranslationMask":"La m\xE1scara de traducci\xF3n se refiere al efecto borroso en el estilo de la traducci\xF3n (modo de aprendizaje), que se activa temporalmente para usar el efecto borroso en la traducci\xF3n, lo que facilita el aprendizaje.",translationOnlyModeDescription:"El modo de solo traducci\xF3n se refiere a mostrar solo el texto traducido, en lugar del modo biling\xFCe predeterminado. Nota: debido a limitaciones t\xE9cnicas, los hiperv\xEDnculos del texto original se desactivar\xE1n en el modo de solo traducci\xF3n.","neverTranslateText.description":"Debido a que algunos motores de traducci\xF3n no reconocen adecuadamente los nombres propios, puedes agregar palabras aqu\xED para asegurarte de que no se conviertan durante el proceso de traducci\xF3n. Ten en cuenta que esta funci\xF3n distingue entre may\xFAsculas y min\xFAsculas, y solo admite idiomas con palabras separadas por espacios (como ingl\xE9s, franc\xE9s), no es aplicable a idiomas como japon\xE9s, coreano, etc.","desc.toggleMouseHoverTranslateDirectly":"Despu\xE9s de presionar esta tecla de acceso r\xE1pido, en la p\xE1gina, siempre que el mouse apunte a cualquier texto, se traducir\xE1 autom\xE1ticamente ese texto. Presione la tecla de acceso r\xE1pido nuevamente para desactivar esta funci\xF3n de traducci\xF3n autom\xE1tica.","intro.subtitleDescription":"Despu\xE9s de activar esta funci\xF3n, los subt\xEDtulos biling\xFCes se mostrar\xE1n autom\xE1ticamente durante la reproducci\xF3n del video. Si no est\xE1 habilitado, deber\xE1 hacer clic manualmente en el bot\xF3n de traducci\xF3n en la p\xE1gina para mostrar los subt\xEDtulos. Tenga en cuenta que, debido a las limitaciones t\xE9cnicas, algunos sitios web pueden necesitar refrescar la p\xE1gina o esperar a que se complete la traducci\xF3n para mostrar los subt\xEDtulos biling\xFCes. (Adem\xE1s, tambi\xE9n puede habilitar/deshabilitar el panel de acceso r\xE1pido de traducci\xF3n inmersiva en la esquina superior derecha despu\xE9s de abrir el sitio web de video).

Actualmente se admite el uso de subt\xEDtulos biling\xFCes en estos sitios web:","intro.hoverDescription":"La traducci\xF3n al pasar el rat\xF3n es una funci\xF3n muy importante en la traducci\xF3n inmersiva, solo necesitas colocar el rat\xF3n sobre el p\xE1rrafo y presionar la tecla de acceso r\xE1pido establecida para traducir autom\xE1ticamente el p\xE1rrafo actual (nota: no est\xE1 habilitado por defecto, config\xFAralo a continuaci\xF3n). Esta interacci\xF3n se utiliza para reemplazar mejor la traducci\xF3n de palabras seleccionadas. Adem\xE1s, esta funci\xF3n se utiliza ampliamente en \xE1reas de traducci\xF3n que no se pueden reconocer, puedes utilizar esta funci\xF3n para forzar la traducci\xF3n de cualquier p\xE1rrafo.","subtitle.showQuickButtonDescription":"Proporciona un atajo para activar los subt\xEDtulos biling\xFCes en la esquina inferior derecha del reproductor de video.",geminiWarning:"Atenci\xF3n: El servicio gratuito de Gemini proporcionado por Google tiene restricciones estrictas, Google puede determinar que el usuario est\xE1 utilizando m\xFAltiples Keys para eludir sus l\xEDmites de cuota gratuita, no se recomienda su uso, se sugiere esperar hasta que Google abra la interfaz de pago de Gemini en el futuro para su uso.","floatBall.setting":"Configuraci\xF3n","floatBall.file":"Traducir PDF, EPUB, SRT, ASS, HTML, archivos TXT","floatBall.translateToLanguage":"Haga clic para traducir a {language}",changeToOnlyTempTranslationMode:"Mostrar s\xF3lo traducciones",changeToDualTempTranslationMode:"Cambiar a traducci\xF3n biling\xFCe","options.navbar.translateFile":"Traducir documento","transitionMode.translation":"Solo texto traducido.","options.navbar.installApp":"Instalar la aplicaci\xF3n m\xF3vil","transitionMode.dual":"Contraste biling\xFCe","subtitle.transitionModeDescription":"Establecer subt\xEDtulos de video en modo de comparaci\xF3n biling\xFCe o solo en modo de traducci\xF3n","subtitle.transitionMode":"Subt\xEDtulos de video biling\xFCes / Configuraci\xF3n solo de texto traducido","transitionMode.inherit":"Mant\xE9ngase consistente con el modo de visualizaci\xF3n de traducci\xF3n predeterminado del sistema.",translateFileTooltip:`Traducir PDF, ePub, srt, ass, HTML, archivos TXT`,"description.multiplePrompt":`Cuando el n\xFAmero de p\xE1rrafos es mayor a 1, se env\xEDa la conversaci\xF3n a {service} como usuario, donde {{from}} indica el idioma del p\xE1rrafo, {{to}} indica el idioma objetivo, {{yaml}} es el contenido del p\xE1rrafo que hemos envuelto en formato yaml, si tienes la necesidad de personalizar Prompt, necesitas asegurarte de que cada elemento en el resultado YAML de la respuesta de AI contenga el campo {env.imt_trans_field}, {{imt_trans_field}} es el nombre del campo de la traducci\xF3n que esperamos de la respuesta de AI, por defecto es {env.imt_trans_field}, {{imt_source_field}} es el nombre del campo del texto original que pasamos a AI, por defecto es {env.imt_source_field}, ejemplo de resultado: @@ -5056,7 +5056,7 @@ ass, HTML, archivos TXT`,"description.multiplePrompt":`Cuando el n\xFAmero de p\ {env.imt_sub_trans_field}: Traducci\xF3n - id: 2 {env.imt_sub_source_field}: Fuente - {env.imt_sub_trans_field}: Traducci\xF3n`,"subtitle.quickButton.cyan":"Azul","subtitle.quickButton.backgroundColor":"color de fondo","subtitle.quickButton.blue":"azul","subtitle.quickButton.translationTextColor":"Color de fuente de traducci\xF3n","subtitle.quickButton.translationPosition":"Posici\xF3n de traducci\xF3n","subtitle.quickButton.translationFontSize":"Tama\xF1o de fuente de traducci\xF3n","subtitle.quickButton.translationPositionBottom":"Debajo del texto original","subtitle.quickButton.sourceFontSize":"Tama\xF1o original de la fuente","subtitle.quickButton.green":"Verde","subtitle.quickButton.white":"blanco","subtitle.quickButton.red":"Rojo","subtitle.quickButton.magenta":"Magenta","translationServices.claude":"Claude","subtitle.quickButton.setting":"Configuraci\xF3n","subtitle.quickButton.yellow":"amarillo","subtitle.quickButton.backgroundOpacity":"Opacidad de fondo","subtitle.quickButton.black":"negro","subtitle.quickButton.sourceTextColor":"Color original de la fuente","subtitle.quickButton.translationPositionTop":"En la parte superior del texto original",attachSubtitleTranslating:"Usando {service} para traducir...","error.claude.403":"No tiene permiso para acceder al servicio, puede estar relacionado con las restricciones de \xE1rea de Claude, puede intentar cambiar su direcci\xF3n IP o usar otros servicios de traducci\xF3n.","browser.brandDescriptionForSafari":"\u3010Traducci\xF3n inmersiva\u3011Un complemento de traducci\xF3n de p\xE1ginas web biling\xFCe (original/traducci\xF3n) gratuito que tambi\xE9n soporta la traducci\xF3n de PDF y libros electr\xF3nicos EPUB manteniendo el formato original del documento, la traducci\xF3n de subt\xEDtulos biling\xFCes de videos en l\xEDnea como Youtube/Netflix, y soporta servicios de traducci\xF3n principales como Deepl/Google;","browser.PdfProFile":"AI impulsado por PDF Pro traducci\xF3n","browser.textTranslate":"Traducci\xF3n de texto"};var Ps={nologin:"\u0648\u0627\u0631\u062F \u0646\u0634\u062F\u0647 \u0627\u06CC\u062F",loginForSafari:"\u0648\u0627\u0631\u062F \u0634\u0648\u06CC\u062F \u06CC\u0627 \u062B\u0628\u062A \u0646\u0627\u0645 \u06A9\u0646\u06CC\u062F",login:"\u767B\u5F55",manageAccount:"\u0645\u062F\u06CC\u0631\u06CC\u062A \u062D\u0633\u0627\u0628",openPremium:"\u0639\u0636\u0648\u06CC\u062A",logout:"\u062A\u0631\u06A9 \u06A9\u0631\u062F\u0646",curentPlan:"\u0628\u0633\u062A\u0647 \u0641\u0639\u0644\u06CC",endAt:"\u0628\u0644\u0648\u063A",endAuto:"\u062A\u0645\u062F\u06CC\u062F \u062E\u0648\u062F\u06A9\u0627\u0631",lineBreakMaxTextCount:"\u062D\u062F\u0627\u06A9\u062B\u0631 \u062A\u0639\u062F\u0627\u062F \u06A9\u0627\u0631\u0627\u06A9\u062A\u0631\u0647\u0627\u06CC \u0645\u062C\u0627\u0632 \u062F\u0631 \u0647\u0631 \u062C\u0645\u0644\u0647 \u067E\u0633 \u0627\u0632 \u0634\u06A9\u0633\u062A \u062E\u0637","translate-pdf":"\u0628\u0631\u0627\u06CC \u062A\u0631\u062C\u0645\u0647 PDF \u06A9\u0644\u06CC\u06A9 \u06A9\u0646\u06CC\u062F","noSupportTranslate-pdf":"\u0627\u0633\u06A9\u0631\u06CC\u067E\u062A \u067E\u0634\u062A\u06CC\u0628\u0627\u0646\u06CC \u0646\u0645\u06CC \u0634\u0648\u062F\u060C \u0644\u0637\u0641\u0627 \u0627\u0632 \u0627\u0641\u0632\u0648\u0646\u0647 \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u06A9\u0646\u06CC\u062F","translate-firefox-local-pdf":"\u0628\u0631\u0627\u06CC \u0628\u0627\u0631\u06AF\u06CC\u0631\u06CC PDF \u06A9\u0644\u06CC\u06A9 \u06A9\u0646\u06CC\u062F",enableLineBreak:"\u0641\u0639\u0627\u0644 \u06A9\u0631\u062F\u0646 \u0634\u06A9\u0633\u062A \u062E\u0637 \u062E\u0648\u062F\u06A9\u0627\u0631 \u0628\u0646\u062F \u0628\u0644\u0646\u062F",sponsorLabel:"\u062D\u0627\u0645\u06CC\u0627\u0646 \u062A\u0648\u0633\u0639\u0647\u200C\u062F\u0647\u0646\u062F\u06AF\u0627\u0646 \u0628\u0627 \u0634\u0631\u0648\u0639 \u0627\u0632 1 \u062F\u0644\u0627\u0631",help:"\u06A9\u0645\u06A9",browserShortcutsNoteForFirefox:"\u0628\u0631\u0627\u06CC \u062A\u063A\u06CC\u06CC\u0631 \u06A9\u0644\u06CC\u062F\u0647\u0627\u06CC \u0645\u06CC\u0627\u0646\u0628\u0631 \u062F\u0631 \u0645\u0631\u0648\u0631\u06AF\u0631 \u0641\u0627\u06CC\u0631\u0641\u0627\u06A9\u0633\u060C \u0628\u0627\u06CC\u062F \u0628\u0631\u06AF\u0647 \u0645\u062F\u06CC\u0631\u06CC\u062A \u0627\u0641\u0632\u0648\u0646\u0647\u200C\u0647\u0627 (about:addons) \u0631\u0627 \u0628\u0627\u0632 \u06A9\u0646\u06CC\u062F\u060C \u0633\u067E\u0633 \u0631\u0648\u06CC \xAB\u062A\u0646\u0638\u06CC\u0645\u0627\u062A\xBB \u06A9\u0644\u06CC\u06A9 \u06A9\u0646\u06CC\u062F \u0648 \u0633\u067E\u0633 \u0628\u0631\u0627\u06CC \u062A\u0646\u0638\u06CC\u0645 \u0631\u0648\u06CC \xAB\u0645\u062F\u06CC\u0631\u06CC\u062A \u06A9\u0644\u06CC\u062F\u0647\u0627\u06CC \u0645\u06CC\u0627\u0646\u0628\u0631\xBB \u06A9\u0644\u06CC\u06A9 \u06A9\u0646\u06CC\u062F",browserShortcutsNoteForChrome:"\u0628\u0631\u0627\u06CC \u0645\u0631\u0648\u0631\u06AF\u0631\u0647\u0627\u06CC Chrome \u0645\u0627\u0646\u0646\u062F\u060C \u0628\u0627\u06CC\u062F \u0628\u0631\u06AF\u0647 \u0645\u062F\u06CC\u0631\u06CC\u062A \u0627\u0641\u0632\u0648\u0646\u0647\u200C\u0647\u0627 \u0631\u0627 \u0628\u0631\u0627\u06CC \u062A\u063A\u06CC\u06CC\u0631 \u06A9\u0644\u06CC\u062F\u0647\u0627\u06CC \u0645\u06CC\u0627\u0646\u0628\u0631 \u0628\u0627\u0632 \u06A9\u0646\u06CC\u062F\u060C \u0622\u0646 \u0631\u0627 \u062F\u0631 \u062F\u0631\u06AF\u0627\u0647 \xAB\u0645\u062F\u06CC\u0631\u06CC\u062A \u06A9\u0644\u06CC\u062F\u0647\u0627\u06CC \u0645\u06CC\u0627\u0646\u0628\u0631\xBB (chrome://extensions/shortcuts) \u062A\u0646\u0638\u06CC\u0645 \u06A9\u0646\u06CC\u062F. \u0631\u0648\u06CC \u062F\u06A9\u0645\u0647 \u0632\u06CC\u0631 \u06A9\u0644\u06CC\u06A9 \u06A9\u0646\u06CC\u062F \u062A\u0627 \u0628\u0647 \u0628\u0631\u06AF\u0647 \u0645\u062F\u06CC\u0631\u06CC\u062A \u06A9\u0644\u06CC\u062F \u0645\u06CC\u0627\u0646\u0628\u0631 \u0628\u0631\u0648\u06CC\u062F.",browserShortcutsSucks:"\u0641\u0631\u0645\u062A \u06A9\u0644\u06CC\u062F \u0645\u06CC\u0627\u0646\u0628\u0631 \u0633\u0641\u0627\u0631\u0634\u06CC (\u0628\u062F\u0648\u0646 \u062A\u0634\u062E\u06CC\u0635 \u062E\u0648\u062F\u06A9\u0627\u0631\u060C \u0644\u0637\u0641\u0627 \u0645\u0633\u062A\u0642\u06CC\u0645\u0627 \u0648\u0627\u0631\u062F \u06A9\u0646\u06CC\u062F)\uFF1A\u0627\u0633\u062A",enableLineBreakDescription:"\u0648\u0642\u062A\u06CC \u0641\u0639\u0627\u0644 \u0628\u0627\u0634\u062F\u060C \u06CC\u06A9 \u0634\u06A9\u0633\u062A \u062E\u0637 \u062F\u0631 \u067E\u0627\u06CC\u0627\u0646 \u0647\u0631 \u062C\u0645\u0644\u0647 \u062F\u0631 \u06CC\u06A9 \u0628\u0646\u062F \u0628\u0644\u0646\u062F \u0628\u0631\u0627\u06CC \u062A\u0633\u0647\u06CC\u0644 \u062E\u0648\u0627\u0646\u062F\u0646 \u0627\u0639\u0645\u0627\u0644 \u0645\u06CC \u0634\u0648\u062F","browser.shortBrandName":"\u062A\u0631\u062C\u0645\u0647 \u0647\u0645\u0647\u062C\u0627\u0646\u0628\u0647","browser.brandName":"\u062A\u0631\u062C\u0645\u0647 \u0647\u0645\u0647\u200C\u062C\u0627\u0646\u0628\u0647","browser.brandDescription":"Web bilingual translation, completely free to use, supports Deepl/Google/Bing/Tencent/Youdao, etc.","browser.toggleTranslatePage":"\u062A\u0631\u062C\u0645\u0647 \u062A\u0627\u0631\u0646\u0645\u0627/\u0646\u0645\u0627\u06CC\u0634 \u0645\u062A\u0646 \u0627\u0635\u0644\u06CC","browser.toggleTranslateTheWholePage":"\u062A\u0631\u062C\u0645\u0647 \u062A\u0645\u0627\u0645 \u0628\u0631\u06AF\u0647/\u0646\u0645\u0627\u06CC\u0634 \u0645\u062A\u0646 \u0627\u0635\u0644\u06CC","browser.toggleOnlyTransation":"\u062A\u063A\u06CC\u06CC\u0631 \u0628\u0647 \u062D\u0627\u0644\u062A \u062F\u0648\u0632\u0628\u0627\u0646\u0647 / \u0641\u0642\u0637 \u0645\u062A\u0646 \u062A\u0631\u062C\u0645\u0647 \u0634\u062F\u0647","browser.toggleTranslateToThePageEndImmediately":"\u0627\u0632 \u0627\u0646\u062A\u0647\u0627\u06CC \u0628\u0631\u06AF\u0647 \u062A\u0631\u062C\u0645\u0647 \u06A9\u0646\u06CC\u062F/\u0646\u0645\u0627\u06CC\u0634 \u0645\u062A\u0646 \u0627\u0635\u0644\u06CC","browser.toggleTranslateTheMainPage":"\u062A\u0631\u062C\u0645\u0647 \u0642\u0633\u0645\u062A\u200C\u0647\u0627\u06CC \u0627\u0635\u0644\u06CC \u0628\u0631\u06AF\u0647/\u0646\u0645\u0627\u06CC\u0634 \u0645\u062A\u0646 \u0627\u0635\u0644\u06CC","browser.shareToDraft":"\u0627\u0634\u062A\u0631\u0627\u06A9\u200C\u06AF\u0630\u0627\u0631\u06CC \u0635\u0641\u062D\u0647 \u062F\u0648\u0632\u0628\u0627\u0646\u0647","browser.openOptionsPage":"\u0628\u0631\u06AF\u0647 \u062A\u0646\u0638\u06CC\u0645\u0627\u062A \u0631\u0627 \u0628\u0627\u0632 \u06A9\u0646\u06CC\u062F","browser.toggleTranslationMask":"\u0646\u0645\u0627\u06CC\u0634/\u067E\u0646\u0647\u0627\u0646 \u06A9\u0631\u062F\u0646 \u062C\u0644\u0648\u0647 \u062A\u0627\u0631\u06CC \u062A\u0631\u062C\u0645\u0647","browser.translateLocalPdfFile":"\u062A\u0631\u062C\u0645\u0647 \u067E\u0631\u0648\u0646\u062F\u0647 PDF \u0645\u062D\u0644\u06CC","browser.openEbookViewer":"\u06A9\u062A\u0627\u0628 \u0647\u0627\u06CC \u0627\u0644\u06A9\u062A\u0631\u0648\u0646\u06CC\u06A9\u06CC \u0645\u062D\u0644\u06CC \u0631\u0627 \u0628\u062E\u0648\u0627\u0646\u06CC\u062F","browser.openEbookBuilder":"\u06A9\u062A\u0627\u0628 \u0647\u0627\u06CC \u0627\u0644\u06A9\u062A\u0631\u0648\u0646\u06CC\u06A9\u06CC \u062F\u0648 \u0632\u0628\u0627\u0646\u0647 EPUB \u0627\u06CC\u062C\u0627\u062F \u06A9\u0646\u06CC\u062F","browser.translateLocalHtmlFile":"\u7FFB\u8BD1\u672C\u5730 HTML \u6587\u4EF6","browser.donateContext":"\u0628\u0627 \u0645\u0632\u0627\u06CC\u0627\u06CC \u062D\u0645\u0627\u06CC\u062A \u0645\u0627\u0644\u06CC \u0622\u0634\u0646\u0627 \u0634\u0648\u06CC\u062F","browser.translateLocalSubtitleFile":"\u0641\u0627\u06CC\u0644 \u0647\u0627\u06CC \u0632\u06CC\u0631\u0646\u0648\u06CC\u0633 \u0645\u062D\u0644\u06CC \u0631\u0627 \u062A\u0631\u062C\u0645\u0647 \u06A9\u0646\u06CC\u062F",confirmResetConfig:"\u0622\u06CC\u0627 \u0645\u0637\u0645\u0626\u0646 \u0647\u0633\u062A\u06CC\u062F \u06A9\u0647 \u0645\u06CC\u200C\u062E\u0648\u0627\u0647\u06CC\u062F \u062A\u0646\u0638\u06CC\u0645\u0627\u062A \u0631\u0627 \u0628\u0627\u0632\u0646\u0634\u0627\u0646\u06CC \u06A9\u0646\u06CC\u062F\u061F",translationLineBreakSettingTitle:"\u062A\u0646\u0638\u06CC\u0645\u0627\u062A \u0628\u0633\u062A\u0647 \u0628\u0646\u062F\u06CC \u062E\u0637 \u062A\u0631\u062C\u0645\u0647",smartLineBreak:"\u0628\u0633\u062A\u0647 \u0628\u0646\u062F\u06CC \u062E\u0637 \u0647\u0648\u0634\u0645\u0646\u062F",alwaysLineBreak:"\u0647\u0645\u06CC\u0634\u0647 \u0628\u067E\u06CC\u0686\u06CC\u062F",isShowContextMenu:"\u521B\u5EFA\u53F3\u952E\u83DC\u5355",toggleBeta:"\u0648\u06CC\u0698\u06AF\u06CC \u0647\u0627\u06CC \u0622\u0632\u0645\u0627\u06CC\u0634 \u0628\u062A\u0627 \u0631\u0627 \u0641\u0639\u0627\u0644 \u06A9\u0646\u06CC\u062F",betaDescription:"\u0648\u06CC\u0698\u06AF\u06CC\u200C\u0647\u0627\u06CC\u06CC \u0631\u0627 \u06A9\u0647 \u0647\u0646\u0648\u0632 \u0622\u0632\u0645\u0627\u06CC\u0634\u06CC \u0647\u0633\u062A\u0646\u062F \u0648 \u0647\u0645\u0686\u0646\u06CC\u0646 \u062E\u062F\u0645\u0627\u062A \u062A\u0631\u062C\u0645\u0647 \u0631\u0627 \u062F\u0631 \u0622\u0632\u0645\u0627\u06CC\u0634 \u0641\u0639\u0627\u0644 \u06A9\u0646\u06CC\u062F. \u0639\u0636\u0648<1>\u06AF\u0631\u0648\u0647 \u062A\u0644\u06AF\u0631\u0627\u0645 \u0634\u0648\u06CC\u062F \u0628\u06CC\u0634\u062A\u0631 \u0628\u062F\u0627\u0646\u06CC\u062F.",translationLineBreakSettingDescription:"\u5BF9\u4E8E\u8BD1\u6587\u7684\u4F4D\u7F6E\uFF1A\u603B\u662F\u6362\u884C/\u667A\u80FD\u6362\u884C\uFF08\u5F53\u6BB5\u843D\u591A\u4E8E{count}\u4E2A\u5B57\u7B26\u624D\u6362\u884C\u663E\u793A\u8BD1\u6587\uFF09",tempTranslateDomainTitle:"\u0686\u0647 \u0645\u062F\u062A \u0628\u0631\u0627\u06CC \u0641\u0639\u0627\u0644 \u06A9\u0631\u062F\u0646 \u0645\u0648\u0642\u062A \u062A\u0631\u062C\u0645\u0647 \u0648\u0628 \u0633\u0627\u06CC\u062A",tempTranslateDomainDescription:"\u5F53\u624B\u52A8\u7FFB\u8BD1\u67D0\u4E2A\u7F51\u9875\u7684\u65F6\u5019\uFF0C\u4E34\u65F6\u5F00\u542F\u8BE5\u7F51\u7AD9\u4E3A\u81EA\u52A8\u7FFB\u8BD1",xMinutes:"{count} \u062F\u0642\u06CC\u0642\u0647",disabled:"\u063A\u06CC\u0631 \u0641\u0639\u0627\u0644 \u06A9\u0631\u062F\u0646",changelog:"\u062A\u063A\u06CC\u06CC\u0631 \u06AF\u0632\u0627\u0631\u0634",toggleTranslatePageWhenThreeFingersOnTheScreen:"\u0628\u0631\u0627\u06CC \u062A\u0631\u062C\u0645\u0647 \u0635\u0641\u062D\u0647 \u0648\u0628/\u0646\u0645\u0627\u06CC\u0634 \u0645\u062A\u0646 \u0627\u0635\u0644\u06CC\u060C \u0647\u0645\u0632\u0645\u0627\u0646 \u0628\u0627 \u0686\u0646\u062F\u06CC\u0646 \u0627\u0646\u06AF\u0634\u062A \u0635\u0641\u062D\u0647 \u0631\u0627 \u0644\u0645\u0633 \u06A9\u0646\u06CC\u062F",toggleTranslationMaskWhenThreeFingersOnTheScreen:"\u0686\u0646\u062F\u06CC\u0646 \u0627\u0646\u06AF\u0634\u062A \u0631\u0627 \u0628\u0647 \u0637\u0648\u0631 \u0647\u0645\u0632\u0645\u0627\u0646 \u0644\u0645\u0633 \u06A9\u0646\u06CC\u062F \u062A\u0627 \u062C\u0644\u0648\u0647 \u062A\u0627\u0631\u06CC \u062A\u0631\u062C\u0645\u0647 \u0646\u0634\u0627\u0646 \u062F\u0627\u062F\u0647 \u06CC\u0627 \u067E\u0646\u0647\u0627\u0646 \u0634\u0648\u062F",fingerCountToToggleTranslagePageOnlyTranslationWhenTouching:"\u0628\u0631\u0627\u06CC \u062A\u0631\u062C\u0645\u0647 \u0635\u0641\u062D\u0647 \u0648\u0628 (\u0641\u0642\u0637 \u062A\u0631\u062C\u0645\u0647)/\u0646\u0645\u0627\u06CC\u0634 \u0645\u062A\u0646 \u0627\u0635\u0644\u06CC \u0628\u0627 \u0686\u0646\u062F\u06CC\u0646 \u0627\u0646\u06AF\u0634\u062A \u0647\u0645\u0632\u0645\u0627\u0646 \u0635\u0641\u062D\u0647 \u0631\u0627 \u0644\u0645\u0633 \u06A9\u0646\u06CC\u062F",addUrlDescription:"\u0627\u06CC\u0646 \u0645\u06CC \u062A\u0648\u0627\u0646\u062F \u06CC\u06A9 \u0646\u0627\u0645 \u062F\u0627\u0645\u0646\u0647 \u0628\u0627\u0634\u062F \u0648 \u0627\u0632 \u062D\u0631\u0648\u0641 \u0639\u0627\u0645 \u067E\u0634\u062A\u06CC\u0628\u0627\u0646\u06CC \u0645\u06CC \u06A9\u0646\u062F\u060C \u0645\u0627\u0646\u0646\u062F\uFF1A*.google.com\u060C google.com/mail/*\u060C https://www.google.com/*",general:"\u062A\u0646\u0638\u06CC\u0645\u0627\u062A \u067E\u0627\u06CC\u0647",clickToExpandConfig:"\u06AF\u0633\u062A\u0631\u0634 \u067E\u06CC\u06A9\u0631\u0628\u0646\u062F\u06CC \u0641\u0639\u0644\u06CC",import:"\u4ECE\u6587\u4EF6\u5BFC\u5165\u914D\u7F6E",export:"\u0635\u0627\u062F\u0631\u0627\u062A \u0628\u0647 \u0641\u0627\u06CC\u0644",toggleDebug:"\u06AF\u0632\u0627\u0631\u0634 \u0647\u0627\u06CC \u0627\u0634\u06A9\u0627\u0644 \u0632\u062F\u0627\u06CC\u06CC \u0631\u0627 \u0631\u0648\u06CC \u06A9\u0646\u0633\u0648\u0644 \u0686\u0627\u067E \u06A9\u0646\u06CC\u062F","fingers.0":"\u0628\u0633\u062A\u0647","fingers.2":"\u0644\u0645\u0633 \u062F\u0648 \u0627\u0646\u06AF\u0634\u062A\u06CC","fingers.3":"\u0644\u0645\u0633 \u0633\u0647 \u0627\u0646\u06AF\u0634\u062A","fingers.4":"\u0644\u0645\u0633 \u0686\u0647\u0627\u0631 \u0627\u0646\u06AF\u0634\u062A","fingers.5":"\u0644\u0645\u0633 \u067E\u0646\u062C \u0627\u0646\u06AF\u0634\u062A",mouseHoldKey:"+ {key} \u0627\u06CC\u0646 \u067E\u0627\u0631\u0627\u06AF\u0631\u0627\u0641 \u0631\u0627 \u062A\u0631\u062C\u0645\u0647/\u0628\u0627\u0632\u06CC\u0627\u0628\u06CC \u06A9\u0646\u06CC\u062F",mouseHoldKeyAuto:"\u0627\u06CC\u0646 \u067E\u0627\u0631\u0627\u06AF\u0631\u0627\u0641 \u0631\u0627 \u0645\u0633\u062A\u0642\u06CC\u0645\u0627\u064B \u062A\u0631\u062C\u0645\u0647 \u06A9\u0646\u06CC\u062F",mouseHoldKeyOff:"\u0647\u06CC\u0686 \u06A9\u0627\u0631\u06CC \u0646\u06A9\u0646",mouseHoldKeyOther:"\u06A9\u0644\u06CC\u062F\u0647\u0627\u06CC \u0645\u06CC\u0627\u0646\u0628\u0631 \u0633\u0641\u0627\u0631\u0634\u06CC (\u062A\u0646\u0638\u06CC\u0645\u0627\u062A \u0628\u0627\u0632)",mouseHoldKeyCustomKey:"0 \u0627\u06CC\u0646 \u067E\u0627\u0631\u0627\u06AF\u0631\u0627\u0641 \u0631\u0627 {key} / \u0628\u0627\u0632\u06CC\u0627\u0628\u06CC \u06A9\u0646\u06CC\u062F",mouseHoverHoldKey:"\u0645\u0627\u0648\u0633 \u0631\u0627 \u0646\u06AF\u0647 \u062F\u0627\u0631\u06CC\u062F \u0648 \u06A9\u0644\u06CC\u062F \u0645\u06CC\u0627\u0646\u0628\u0631 \u0631\u0627 \u0641\u0634\u0627\u0631 \u062F\u0647\u06CC\u062F \u062A\u0627 \u067E\u0627\u0631\u0627\u06AF\u0631\u0627\u0641 \u062A\u0631\u062C\u0645\u0647 \u0634\u0648\u062F","mouse-translate":"MouseTranslateWhen",document:"\u0633\u0646\u062F",resetSuccess:"\u0647\u0645\u0647 \u062A\u0646\u0638\u06CC\u0645\u0627\u062A \u0628\u0627 \u0645\u0648\u0641\u0642\u06CC\u062A \u0628\u0627\u0632\u0646\u0634\u0627\u0646\u06CC \u0634\u062F",resetThisSuccess:"\u0628\u0627\u0632\u0646\u0634\u0627\u0646\u06CC \u0628\u0627 \u0645\u0648\u0641\u0642\u06CC\u062A \u0627\u0646\u062C\u0627\u0645 \u0634\u062F",saved:"\u0628\u0627 \u0645\u0648\u0641\u0642\u06CC\u062A \u0630\u062E\u06CC\u0631\u0647 \u0634\u062F",successImportConfig:"\u067E\u06CC\u06A9\u0631\u0628\u0646\u062F\u06CC \u0628\u0627 \u0645\u0648\u0641\u0642\u06CC\u062A \u0648\u0627\u0631\u062F \u0634\u062F",goAdvancedSettings:"\u0628\u0647 \u0635\u0641\u062D\u0647 \u062A\u0646\u0638\u06CC\u0645\u0627\u062A \u067E\u06CC\u0634\u0631\u0641\u062A\u0647 \u0628\u0631\u0648\u06CC\u062F",goAdvancedInterfaceSettings:"\u0628\u0647 \u0635\u0641\u062D\u0647 \u062A\u0646\u0638\u06CC\u0645\u0627\u062A \u0633\u0641\u0627\u0631\u0634\u06CC \u0633\u0627\u0632\u06CC \u067E\u06CC\u0634\u0631\u0641\u062A\u0647 \u0628\u0631\u0648\u06CC\u062F",advanced:"\u062A\u0646\u0638\u06CC\u0645\u0627\u062A \u067E\u06CC\u0634\u0631\u0641\u062A\u0647",advancedDescription:"\u0628\u0647 \u0637\u0648\u0631 \u06A9\u0644\u06CC\u060C \u0647\u06CC\u0686 \u062A\u0646\u0638\u06CC\u0645\u06CC \u0644\u0627\u0632\u0645 \u0646\u06CC\u0633\u062A\u060C \u0641\u0642\u0637 \u067E\u06CC\u0634 \u0641\u0631\u0636 \u0631\u0627 \u062D\u0641\u0638 \u06A9\u0646\u06CC\u062F. \u0641\u0642\u0637 \u0628\u0631\u0627\u06CC \u06A9\u0627\u0631\u0628\u0631\u0627\u0646 \u062D\u0631\u0641\u0647 \u0627\u06CC \u062A\u0631\u060C \u062A\u0646\u0638\u06CC\u0645\u0627\u062A \u0634\u062E\u0635\u06CC \u062A\u0631 \u0627\u0631\u0627\u0626\u0647 \u0634\u062F\u0647 \u0627\u0633\u062A.",developer:"\u062A\u0646\u0638\u06CC\u0645\u0627\u062A \u0628\u0631\u0646\u0627\u0645\u0647 \u0646\u0648\u06CC\u0633",donateCafe:"\u8BF7\u5F00\u53D1\u8005\u559D\u676F\u5496\u5561","translate to the bottom of the page":"\u6253\u5F00\u7F51\u9875\u540E\uFF0C\u662F\u5426\u7ACB\u5373\u7FFB\u8BD1\u5230\u9875\u9762\u5E95\u90E8\uFF1F",feedback:"\u0628\u0627\u0632\u062E\u0648\u0631\u062F",toggleTranslatePage:"\u062A\u0631\u062C\u0645\u0647 \u0635\u0641\u062D\u0647 \u0648\u0628/\u0646\u0645\u0627\u06CC\u0634 \u0645\u062A\u0646 \u0627\u0635\u0644\u06CC",translateToThePageEndImmediatelyDescription:"\u5F00\u542F\u540E\uFF0C\u5C06\u4F1A\u7ACB\u5373\u7FFB\u8BD1\u7F51\u9875\u4ECE\u9876\u90E8\u5230\u5E95\u90E8\u7684\u5185\u5BB9\uFF0C\u800C\u4E0D\u662F\u8FB9\u770B\u8FB9\u8BD1\u3002\uFF08\u4E0D\u63A8\u8350\u5F00\u542F\uFF09","translate all areas of the page":"\u0622\u06CC\u0627 \u0628\u0631\u0627\u06CC \u062A\u0631\u062C\u0645\u0647 \u0647\u0645\u0647 \u0642\u0633\u0645\u062A \u0647\u0627\u06CC \u0635\u0641\u062D\u0647 \u0648\u0628",translationAreaDescription:"\u5F00\u542F\u540E\uFF0C\u6574\u4E2A\u7F51\u9875\u7684\u533A\u57DF\u90FD\u4F1A\u88AB\u7FFB\u8BD1\uFF0C\u800C\u4E0D\u662F\u9ED8\u8BA4\u7684\u667A\u80FD\u8BC6\u522B\u4E3B\u8981\u533A\u57DF\u53BB\u7FFB\u8BD1\uFF08\u4E0D\u63A8\u8350\u5F00\u542F\uFF09","the number of characters to be translated first":"\u524D\u591A\u5C11\u4E2A\u5B57\u7B26\u65E0\u9700\u7B49\u5F85\u6EDA\u52A8\u5230\u53EF\u89C6\u533A\u57DF\uFF0C\u76F4\u63A5\u7FFB\u8BD1\uFF1F","interface language":"\u0632\u0628\u0627\u0646 \u0631\u0627\u0628\u0637","display both the original text and the translation":"\u0646\u0645\u0627\u06CC\u0634 \u0645\u062A\u0646 \u0627\u0635\u0644\u06CC \u0648 \u062A\u0631\u062C\u0645\u0647 \u0628\u0647 \u0637\u0648\u0631 \u0647\u0645\u0632\u0645\u0627\u0646","keyboard shortcuts":"\u0645\u06CC\u0627\u0646\u0628\u0631\u0647\u0627\u06CC \u0635\u0641\u062D\u0647 \u06A9\u0644\u06CC\u062F",modify:"\u06A9\u0644\u06CC\u062F\u0647\u0627\u06CC \u0645\u06CC\u0627\u0646\u0628\u0631 \u0631\u0627 \u062A\u063A\u06CC\u06CC\u0631 \u062F\u0647\u06CC\u062F",reset:"\u062A\u0646\u0638\u06CC\u0645 \u0645\u062C\u062F\u062F",close:"\u0628\u0633\u062A\u0647",homepage:"\u0635\u0641\u062D\u0647 \u0646\u062E\u0633\u062A",more:"\u0628\u06CC\u0634\u062A\u0631",moreOptions:"\u06AF\u0632\u06CC\u0646\u0647 \u0647\u0627\u06CC \u0633\u0641\u0627\u0631\u0634\u06CC \u0633\u0627\u0632\u06CC \u0628\u06CC\u0634\u062A\u0631\u06CC \u0631\u0627 \u06AF\u0633\u062A\u0631\u0634 \u062F\u0647\u06CC\u062F",translateTheWholePage:"\u062A\u0631\u062C\u0645\u0647 \u062A\u0645\u0627\u0645 \u0642\u0633\u0645\u062A\u200C\u0647\u0627\u06CC \u0635\u0641\u062D\u0647 (\u0645\u062A\u0641\u0627\u0648\u062A \u0627\u0632 \u0642\u0633\u0645\u062A\u200C\u0647\u0627\u06CC \u0627\u0635\u0644\u06CC \u062A\u0634\u062E\u06CC\u0635 \u0647\u0648\u0634\u0645\u0646\u062F)",changeToTranslateTheWholePage:"\u5207\u6362\u4E3A\u7FFB\u8BD1\u9875\u9762\u6240\u6709\u533A\u57DF",changeToTranslateTheMainPage:"\u5207\u6362\u4E3A\u667A\u80FD\u7FFB\u8BD1\u4E3B\u8981\u533A\u57DF",changeToOnlyTranslationMode:"\u0628\u0647 \u0646\u0645\u0627\u06CC\u0634 \u0641\u0642\u0637 \u062A\u0631\u062C\u0645\u0647 \u0647\u0627 \u0628\u0631\u0648\u06CC\u062F",changeToDualTranslationMode:"\u0628\u0647 \u062A\u0631\u062C\u0645\u0647 \u062F\u0648 \u0632\u0628\u0627\u0646\u0647 \u0628\u0631\u0648\u06CC\u062F",translateToThePageEndImmediately:"\u7ACB\u5373\u7FFB\u8BD1\u5230\u9875\u9762\u5E95\u90E8\uFF08\u533A\u522B\u4E8E\u6EDA\u52A8\u7FFB\u8BD1\uFF09",translateTheMainPage:"\u0632\u0645\u06CC\u0646\u0647 \u0647\u0627\u06CC \u0627\u0635\u0644\u06CC \u062A\u0631\u062C\u0645\u0647 \u0647\u0648\u0634\u0645\u0646\u062F","The local rules are up to date":"\u0642\u0648\u0627\u0646\u06CC\u0646 \u0633\u0627\u0632\u06AF\u0627\u0631\u06CC \u0645\u062D\u0644\u06CC \u0628\u0647 \u0631\u0648\u0632 \u0647\u0633\u062A\u0646\u062F:","Successfully synchronized with the latest official rules:":"\u0622\u062E\u0631\u06CC\u0646 \u0642\u0648\u0627\u0646\u06CC\u0646 \u0627\u0646\u0637\u0628\u0627\u0642 \u0631\u0633\u0645\u06CC \u0628\u0627 \u0645\u0648\u0641\u0642\u06CC\u062A \u0647\u0645\u06AF\u0627\u0645 \u0633\u0627\u0632\u06CC \u0634\u062F:","Checking for updates":"\u0628\u0631\u0631\u0633\u06CC \u0628\u0647 \u0631\u0648\u0632 \u0631\u0633\u0627\u0646\u06CC","Rules are being synchronized":"\u0647\u0645\u06AF\u0627\u0645 \u0633\u0627\u0632\u06CC \u0642\u0648\u0627\u0646\u06CC\u0646 \u0633\u0627\u0632\u06AF\u0627\u0631\u06CC",localVersionIsTooOld:"\u672C\u5730\u6269\u5C55\u7248\u672C\u8FC7\u65E7\uFF0C\u8BF7\u5347\u7EA7\u6269\u5C55\u5230 {minVersion} \u6216\u4E4B\u540E\u7684\u7248\u672C\u518D\u5C1D\u8BD5\u540C\u6B65",badUserscriptBrowser:"\u8BE5\u6D4F\u89C8\u5668\u672A\u6B63\u786E\u5B9E\u73B0\u6CB9\u7334\u7684\u63A5\u53E3\uFF0C\u8BF7\u4F7F\u7528\u5176\u4ED6<1>\u652F\u6301\u6CB9\u7334\u7684\u6D4F\u89C8\u5668\u5982(Firefox Nightly \u7248\u672C)",foundNewVersion:"\u0646\u0633\u062E\u0647 \u062C\u062F\u06CC\u062F \u067E\u06CC\u062F\u0627 \u0634\u062F",theLocalExtensionIsUpToUpdate:"\u0627\u0641\u0632\u0648\u0646\u0647 \u0641\u0639\u0644\u06CC \u0622\u062E\u0631\u06CC\u0646 \u0646\u0633\u062E\u0647 \u0627\u0633\u062A.",failToSyncRules:"\u0647\u0645\u06AF\u0627\u0645 \u0633\u0627\u0632\u06CC \u0622\u062E\u0631\u06CC\u0646 \u0642\u0648\u0627\u0646\u06CC\u0646 \u0627\u0646\u0637\u0628\u0627\u0642 \u0627\u0646\u062C\u0627\u0645 \u0646\u0634\u062F",retry:"\u062C\u0647\u062A \u062A\u0644\u0627\u0634 \u062F\u0648\u0628\u0627\u0631\u0647 \u0627\u06CC\u0646\u062C\u0627 \u06A9\u0644\u06CC\u06A9 \u06A9\u0646\u06CC\u062F",failedReason:"\u062F\u0644\u06CC\u0644 \u0634\u06A9\u0633\u062A",currentRuleVersion:"\u0646\u0633\u062E\u0647 \u0642\u0627\u0646\u0648\u0646 \u0641\u0639\u0644\u06CC",calculating:"\u062F\u0631 \u062D\u0627\u0644 \u0645\u062D\u0627\u0633\u0628\u0647",unknownError:"\u0627\u0634\u062A\u0628\u0627\u0647 \u0646\u0627\u0634\u0646\u0627\u062E\u062A\u0647",canNotFetchRemoteRule:"\u0646\u0645\u06CC \u062A\u0648\u0627\u0646 \u0642\u0648\u0627\u0646\u06CC\u0646 \u0631\u0627\u0647 \u062F\u0648\u0631 \u0631\u0627 \u062F\u0631\u06CC\u0627\u0641\u062A \u06A9\u0631\u062F",enableAlphaSuccess:"\u062A\u0627\u0628\u0639 \u0622\u0644\u0641\u0627 \u0631\u0648\u0634\u0646 \u0634\u062F",disableAlphaSuccess:"\u0648\u06CC\u0698\u06AF\u06CC \u0622\u0644\u0641\u0627 \u062E\u0627\u0645\u0648\u0634 \u0634\u062F",cacheSize:"\u0627\u0646\u062F\u0627\u0632\u0647 \u06A9\u0634\uFF1A",cleaning:"\u062A\u0645\u06CC\u0632 \u06A9\u0631\u062F\u0646",cleanCache:"\u067E\u0627\u06A9 \u06A9\u0631\u062F\u0646 \u062D\u0627\u0641\u0638\u0647 \u067E\u0646\u0647\u0627\u0646",options:"\u0628\u0631\u067E\u0627\u06CC\u06CC",about:"\u062F\u0631 \u0628\u0627\u0631\u0647",service:"\u062E\u062F\u0645\u0627\u062A \u062A\u0631\u062C\u0645\u0647",needAction:"(\u0628\u0647 \u062A\u0646\u0638\u06CC\u0645\u0627\u062A \u0628\u0631\u0648\u06CC\u062F)",goSettings:"\u0628\u0647 \u062A\u0646\u0638\u06CC\u0645\u0627\u062A \u0628\u0631\u0648\u06CC\u062F",needActionForOptions:"(\u0646\u06CC\u0627\u0632 \u0628\u0647 \u062A\u0646\u0638\u06CC\u0645)",translationEngine:"\u06AF\u0632\u06CC\u0646\u0647 \u0647\u0627\u06CC \u0645\u0648\u062A\u0648\u0631",sourceLanguage:"\u0632\u0628\u0627\u0646 \u0627\u0635\u0644\u06CC",target:"\u0632\u0628\u0627\u0646 \u0645\u0642\u0635\u062F",popupSourceLanguage:"\u0632\u0628\u0627\u0646 \u0627\u0635\u0644\u06CC",popupTarget:"\u0632\u0628\u0627\u0646 \u0645\u0642\u0635\u062F",popupService:"\u062E\u062F\u0645\u0627\u062A \u062A\u0631\u062C\u0645\u0647",forThisSite:"\u0648\u0628 \u0633\u0627\u06CC\u062A \u0641\u0639\u0644\u06CC",autoEnableSubtitle:"\u0632\u06CC\u0631\u0646\u0648\u06CC\u0633\u200C\u0647\u0627\u06CC \u062F\u0648\u0632\u0628\u0627\u0646\u0647 \u0631\u0627 \u0628\u0647\u200C\u0637\u0648\u0631 \u062E\u0648\u062F\u06A9\u0627\u0631 \u0631\u0648\u0634\u0646 \u06A9\u0646\u06CC\u062F",alwaysTranslateSomeLanguage:"\u603B\u662F\u7FFB\u8BD1{language}",neverTranslateSomeLanguage:"\u6C38\u4E0D\u7FFB\u8BD1{language}",alwaysTranslateSomeSite:"\u0647\u0645\u06CC\u0634\u0647 {hostname}\u0631\u0627 \u062A\u0631\u062C\u0645\u0647 \u06A9\u0646\u06CC\u062F",neverTranslateSomeSite:"\u0647\u0631\u06AF\u0632 {hostname}\u0631\u0627 \u062A\u0631\u062C\u0645\u0647 \u0646\u06A9\u0646\u06CC\u062F",alwaysTranslateSomeSiteOrWildSite:"\u0647\u0645\u06CC\u0634\u0647 \u0627\u06CC\u0646 \u0633\u0627\u06CC\u062A \u0631\u0627 \u062A\u0631\u062C\u0645\u0647 \u06A9\u0646\u06CC\u062F",alwaysTranslateSomePage:"\u0647\u0645\u06CC\u0634\u0647 \u0627\u06CC\u0646 \u0635\u0641\u062D\u0647 \u0631\u0627 \u062A\u0631\u062C\u0645\u0647 \u06A9\u0646\u06CC\u062F",add:"\u0627\u0636\u0627\u0641\u0647 \u06A9\u0631\u062F\u0646 \u0628\u0647",default:"\u067E\u06CC\u0634 \u0641\u0631\u0636",forThisLanguage:"\u0628\u0631\u0627\u06CC \u0627\u06CC\u0646 \u0632\u0628\u0627\u0646\uFF1A","add url":"\u0622\u062F\u0631\u0633 \u0627\u06CC\u0646\u062A\u0631\u0646\u062A\u06CC \u0631\u0627 \u0648\u0627\u0631\u062F \u06A9\u0646\u06CC\u062F",edit:"\u0648\u06CC\u0631\u0627\u06CC\u0634 \u06A9\u0646\u06CC\u062F","translate other languages into specific language":"\u0632\u0628\u0627\u0646 \u0647\u0627\u06CC \u062F\u06CC\u06AF\u0631 \u0631\u0627 \u0628\u0647 \u0632\u0628\u0627\u0646\u06CC \u06A9\u0647 \u062A\u0646\u0638\u06CC\u0645 \u06A9\u0631\u062F\u0647 \u0627\u06CC\u062F \u062A\u0631\u062C\u0645\u0647 \u06A9\u0646\u06CC\u062F","select translation service":"\u062E\u062F\u0645\u0627\u062A \u062A\u0631\u062C\u0645\u0647 \u0631\u0627 \u0627\u0646\u062A\u062E\u0627\u0628 \u06A9\u0646\u06CC\u062F",language:"\u0632\u0628\u0627\u0646","show-original":"\u0646\u0645\u0627\u06CC\u0634 \u0645\u062A\u0646 \u0627\u0635\u0644\u06CC",translate:"\u062A\u0631\u062C\u0645\u0647 \u06A9\u0631\u062F\u0646",Translated:"\u062A\u0631\u062C\u0645\u0647 \u0634\u062F\u0647",Translating:"\u062F\u0631 \u062D\u0627\u0644 \u062A\u0631\u062C\u0645\u0647",Error:"\u0627\u0634\u062A\u0628\u0627\u0647",allowCacheTranslations:"\u0641\u0639\u0627\u0644 \u06A9\u0631\u062F\u0646 \u062D\u0627\u0641\u0638\u0647 \u067E\u0646\u0647\u0627\u0646 \u062A\u0631\u062C\u0645\u0647 \u0645\u062D\u0644\u06CC (\u0628\u0631\u0627\u06CC \u06A9\u0627\u0647\u0634 \u062F\u0631\u062E\u0648\u0627\u0633\u062A \u0647\u0627\u06CC \u062A\u0631\u062C\u0645\u0647 \u0628\u0631\u0627\u06CC \u067E\u0627\u0631\u0627\u06AF\u0631\u0627\u0641 \u0647\u0627\u06CC \u062A\u06A9\u0631\u0627\u0631\u06CC)","translation display":"\u0633\u0628\u06A9 \u0646\u0645\u0627\u06CC\u0634 \u062A\u0631\u062C\u0645\u0647","select diplay style":"\u0633\u0628\u06A9 \u062A\u0631\u062C\u0645\u0647 \u0631\u0627 \u0645\u062A\u0645\u0627\u06CC\u0632 \u06A9\u0646\u06CC\u062F. \u0644\u0637\u0641\u0627\u064B \u0628\u0631\u0627\u06CC \u062C\u0632\u0626\u06CC\u0627\u062A \u0628\u06CC\u0634\u062A\u0631 \u0628\u0647 \u0645\u062B\u0627\u0644 \u0647\u0627\u06CC \u0632\u06CC\u0631 \u0645\u0631\u0627\u062C\u0639\u0647 \u06A9\u0646\u06CC\u062F:",interface:"\u062A\u0646\u0638\u06CC\u0645\u0627\u062A \u0631\u0627\u0628\u0637",import_export:"\u0648\u0627\u0631\u062F\u0627\u062A \u0648 \u0635\u0627\u062F\u0631\u0627\u062A",import_export_title:"\u067E\u06CC\u06A9\u0631\u0628\u0646\u062F\u06CC \u0648\u0627\u0631\u062F\u0627\u062A/\u0635\u0627\u062F\u0631\u0627\u062A",syncToGoogleDrive:"\u0627\u06A9\u0646\u0648\u0646 \u0628\u0627 Google Drive \u0647\u0645\u06AF\u0627\u0645 \u0633\u0627\u0632\u06CC \u06A9\u0646\u06CC\u062F",floatBallOptions:"\u062A\u0646\u0638\u06CC\u0645\u0627\u062A \u062A\u0648\u067E \u0645\u0639\u0644\u0642","floatBallOptions.enable":"\u062A\u0648\u067E \u0634\u0646\u0627\u0648\u0631 \u0631\u0627 \u0641\u0639\u0627\u0644 \u06A9\u0646\u06CC\u062F","floatBallOptions.blockUrls":"\u0648\u0628 \u0633\u0627\u06CC\u062A \u0631\u0627 \u063A\u06CC\u0631 \u0641\u0639\u0627\u0644 \u06A9\u0646\u06CC\u062F","floatBallOptions.add":"\u0627\u0636\u0627\u0641\u0647 \u06A9\u0631\u062F\u0646 \u0628\u0647","floatBallOptions.blockUrlDesc":"\u062A\u0648\u067E \u0634\u0646\u0627\u0648\u0631 \u0647\u0646\u06AF\u0627\u0645 \u0628\u0631\u062E\u0648\u0631\u062F \u0628\u0627 \u0648\u0628 \u0633\u0627\u06CC\u062A \u0647\u0627\u06CC \u0632\u06CC\u0631 \u0646\u0645\u0627\u06CC\u0634 \u062F\u0627\u062F\u0647 \u0646\u0645\u06CC \u0634\u0648\u062F","floatBallOptions.clickType":"\u0631\u0641\u062A\u0627\u0631 \u06A9\u0644\u06CC\u06A9\u06CC","floatBallOptions.clickTypeDesc":"\u0631\u0641\u062A\u0627\u0631 \u0646\u0645\u0627\u062F \u062A\u0648\u067E \u0634\u0646\u0627\u0648\u0631 \u0647\u0646\u06AF\u0627\u0645 \u06A9\u0644\u06CC\u06A9 \u06A9\u0631\u062F\u0646","floatBallOptions.clickPopup":"\u0646\u0645\u0627\u06CC\u0634 \u067E\u0627\u0646\u0644 \u062A\u0631\u062C\u0645\u0647","floatBallOptions.clickTranslate":"\u062A\u0631\u062C\u0645\u0647/\u0646\u0645\u0627\u06CC\u0634 \u0645\u062A\u0646 \u0627\u0635\u0644\u06CC","floatBallOptions.fixedPosition":"\u56FA\u5B9A\u4F4D\u7F6E","floatBallOptions.fixedPositionDesc":"\u60AC\u6D6E\u7403\u5728\u7A97\u53E3\u5DE6\u4FA7\u8FD8\u662F\u53F3\u4FA7","floatBallOptions.fixedPositionLeft":"\u5DE6\u4FA7","floatBallOptions.fixedPositionRight":"\u53F3\u4FA7",previewAllThemes:"\u067E\u06CC\u0634 \u0646\u0645\u0627\u06CC\u0634 \u0647\u0645\u0647 \u0633\u0628\u06A9 \u0647\u0627","translationTheme.none":"\u0647\u06CC\u0686 \u06CC\u06A9","translationTheme.grey":"\u062E\u0627\u06A9\u0633\u062A\u0631\u06CC \u062A\u06CC\u0631\u0647","translationTheme.dashed":"\u0632\u06CC\u0631 \u062E\u0637 \u0686\u06CC\u0646","translationTheme.dotted":"\u0632\u06CC\u0631 \u062E\u0637 \u0646\u0642\u0637\u0647 \u062F\u0627\u0631","translationTheme.dashedBorder":"\u0645\u0631\u0632 \u0634\u06A9\u0633\u062A\u0647","translationTheme.solidBorder":"\u0645\u0631\u0632 \u062C\u0627\u0645\u062F","translationTheme.underline":"\u0632\u06CC\u0631 \u062E\u0637 \u0645\u0633\u062A\u0642\u06CC\u0645","translationTheme.mask":"\u062C\u0644\u0648\u0647 \u062A\u0627\u0631\u06CC (\u062D\u0627\u0644\u062A \u06CC\u0627\u062F\u06AF\u06CC\u0631\u06CC)","translationTheme.opacity":"\u0627\u062B\u0631 \u0634\u0641\u0627\u0641\u06CC\u062A","translationTheme.paper":"\u0627\u0641\u06A9\u062A \u0633\u0627\u06CC\u0647 \u06A9\u0627\u063A\u0630 \u0633\u0641\u06CC\u062F","translationTheme.dividingLine":"\u062E\u0637 \u062A\u0642\u0633\u06CC\u0645","translationTheme.highlight":"\u0628\u0631\u062C\u0633\u062A\u0647","translationTheme.marker":"\u0646\u0634\u0627\u0646\u06AF\u0631","translationTheme.marker2":"\u0646\u0634\u0627\u0646\u06AF\u0631 2","translationTheme.blockquote":"\u0633\u0628\u06A9 \u0645\u0631\u062C\u0639","translationTheme.weakening":"\u062A\u0636\u0639\u06CC\u0641 \u0634\u0648\u062F","translationTheme.italic":"\u0645\u0648\u0631\u0628","translationTheme.bold":"\u067E\u0631\u0631\u0646\u06AF","translationTheme.thinDashed":"\u0632\u06CC\u0631 \u062E\u0637 \u0686\u06CC\u0646 \u0646\u0627\u0632\u06A9","translationTheme.nativeDashed":"\u0627\u06CC\u0646 \u0633\u06CC\u0633\u062A\u0645 \u062F\u0627\u0631\u0627\u06CC \u062E\u0637 \u0632\u06CC\u0631 \u0646\u0642\u0637\u0647\u200C\u062F\u0627\u0631 \u0627\u0633\u062A","translationTheme.nativeDotted":"\u0627\u06CC\u0646 \u0633\u06CC\u0633\u062A\u0645 \u062F\u0627\u0631\u0627\u06CC \u062E\u0637 \u0632\u06CC\u0631 \u0646\u0642\u0637\u0647\u200C\u062F\u0627\u0631 \u0627\u0633\u062A","translationTheme.nativeUnderline":"\u0627\u06CC\u0646 \u0633\u06CC\u0633\u062A\u0645 \u062F\u0627\u0631\u0627\u06CC \u062E\u0637 \u0645\u0633\u062A\u0642\u06CC\u0645 \u0627\u0633\u062A","translationTheme.wavy":"\u062E\u0637\u0648\u0637 \u0645\u0648\u0627\u062C","translationServices.custom":"API \u0633\u0641\u0627\u0631\u0634\u06CC","translationServices.tencent":"\u0645\u062A\u0631\u062C\u0645 \u062A\u0646\u0633\u0646\u062A","translationServices.tenAlpha":"\u0645\u062A\u0631\u062C\u0645 \u062A\u0646\u0633\u0646\u062A (\u0622\u0644\u0641\u0627)","translationServices.google":"\u0645\u062A\u0631\u062C\u0645 \u06AF\u0648\u06AF\u0644","translationServices.bai":"\u0628\u0627\u06CC\u062F\u0648 (\u0622\u0644\u0641\u0627)","translationServices.baidu":"\u0645\u062A\u0631\u062C\u0645 \u0628\u0627\u06CC\u062F\u0648","translationServices.aliyun":"\u062A\u0631\u062C\u0645\u0647 \u0627\u0628\u0631\u06CC \u0639\u0644\u06CC \u0628\u0627\u0628\u0627","translationServices.volc":"\u062A\u0631\u062C\u0645\u0647 \u0622\u062A\u0634\u0641\u0634\u0627\u0646","translationServices.deeplx":"DeepLX(Alpha)","translationServices.bing":"\u5FC5\u5E94\u7FFB\u8BD1","translationServices.deepl":"DeepL","translationServices.wechat":"\u062A\u0631\u062C\u0645\u0647 \u0648\u06CC \u0686\u062A","translationServices.azure":"\u5FAE\u8F6F\u7FFB\u8BD1","translationServices.ibm":"\u0622\u06CC \u0628\u06CC \u0627\u0645 \u0648\u0627\u062A\u0633\u0648\u0646","translationServices.aws":"\u062A\u0631\u062C\u0645\u0647 \u0622\u0645\u0627\u0632\u0648\u0646","translationServices.mock":"\u6A21\u62DF\u7FFB\u8BD11","translationServices.mock2":"\u062A\u0631\u062C\u0645\u0647 \u0634\u0628\u06CC\u0647 \u0633\u0627\u0632\u06CC \u0634\u062F\u0647 2","translationServices.caiyun":"\u06A9\u0627\u06CC\u0648\u0646 \u0634\u06CC\u0627\u0626\u0648\u06CC","translationServices.cai":"\u5F69\u4E91\u5C0F\u8BD1","translationServices.volcAlpha":"\u706B\u5C71\u7FFB\u8BD1(Alpha)","translationServices.openl":"OpenL","translationServices.youdao":"\u062A\u0631\u062C\u0645\u0647 \u06CC\u0648\u062F\u0627\u0626\u0648","translationServices.you":"\u062A\u0631\u062C\u0645\u0647 \u06CC\u0648\u062F\u0627\u0626\u0648 (\u0622\u0644\u0641\u0627)","translationServices.transmart":"\u062A\u0631\u062C\u0645\u0647 \u062A\u0639\u0627\u0645\u0644\u06CC Tencent","translationServices.niu":"\u062A\u0631\u062C\u0645\u0647 \u0645\u0627\u0648\u0631\u06CC\u06A9\u0633","translationServices.papago":"Papago\u7FFB\u8BD1","translationServices.d":"Deepl(Alpha)","translationServices.dpro":"\u062F\u06CC \u067E\u0631\u0648 (\u0642\u0646\u0627\u0631\u06CC)","translationServices.openai":"OpenAI","translationServices.yandex":"Yandex","translationServices.chatgpt":"ChatGPT Web (\u0645\u0648\u0628\u0627\u06CC\u0644 3.5)","translate title":"\u0639\u0646\u0648\u0627\u0646 \u0635\u0641\u062D\u0647 \u0631\u0627 \u062A\u0631\u062C\u0645\u0647 \u06A9\u0646\u06CC\u062F","always languages":"\u0647\u0645\u06CC\u0634\u0647 \u0632\u0628\u0627\u0646 \u062A\u0631\u062C\u0645\u0647 \u0634\u062F\u0647",neverTranslateLanguagesLabel:"\u0632\u0628\u0627\u0646 \u0647\u0627\u06CC\u06CC \u06A9\u0647 \u0647\u0631\u06AF\u0632 \u062A\u0631\u062C\u0645\u0647 \u0646\u0645\u06CC \u0634\u0648\u0646\u062F",neverTranslateTheFollowingLanguagesDescription:"\u5F53\u9875\u9762\u4E2D\u67D0\u4E00\u6BB5\u843D\u7684\u8BED\u8A00\u4E3A\u4E0B\u5217\u8BED\u8A00\u65F6\uFF0C\u4F1A\u81EA\u52A8\u8DF3\u8FC7\u7FFB\u8BD1\u8BE5\u6BB5\u843D",enableUserscriptPagePopup:"\u603B\u662F\u5728\u9875\u9762\u4E0A\u5C55\u793A Popup \u6D6E\u7A97",enableUserscriptPagePopupDescription:"\u5173\u95ED\u6D6E\u7A97\u540E\uFF0C\u53EF\u4EE5\u7528\u5FEB\u6377\u952E/{touch}\u5524\u8D77\u3002\u4E3A\u9632\u6B62\u4E0D\u614E\u5173\u95ED\u8BE5\u9009\u9879\u540E\u627E\u4E0D\u5230\u6D6E\u7A97\uFF0C\u5F3A\u70C8\u5EFA\u8BAE\u6536\u85CF\u672C\u8BBE\u7F6E\u9875","always translate the following languages":"\u0647\u0646\u06AF\u0627\u0645\u06CC \u06A9\u0647 \u0632\u0628\u0627\u0646 \u0635\u0641\u062D\u0647 \u0628\u0647 \u0632\u0628\u0627\u0646 \u0647\u0627\u06CC \u0632\u06CC\u0631 \u0628\u0627\u0634\u062F\u060C \u0628\u0647 \u0637\u0648\u0631 \u062E\u0648\u062F\u06A9\u0627\u0631 \u0628\u0647 \u0632\u0628\u0627\u0646 \u0645\u0642\u0635\u062F \u062A\u0631\u062C\u0645\u0647 \u0645\u06CC \u0634\u0648\u062F","always sites":"URL \u0647\u0627\u06CC \u0647\u0645\u06CC\u0634\u0647 \u062A\u0631\u062C\u0645\u0647 \u0634\u062F\u0647","always translate the following sites":"\u0647\u0646\u06AF\u0627\u0645\u06CC \u06A9\u0647 \u0648\u0628 \u0633\u0627\u06CC\u062A \u0628\u0627 \u0646\u0627\u0645 \u062F\u0627\u0645\u0646\u0647 \u0632\u06CC\u0631 \u0628\u0627\u0634\u062F\u060C \u0628\u0647 \u0637\u0648\u0631 \u062E\u0648\u062F\u06A9\u0627\u0631 \u0628\u0647 \u0632\u0628\u0627\u0646 \u0645\u0642\u0635\u062F \u062A\u0631\u062C\u0645\u0647 \u0645\u06CC \u0634\u0648\u062F","never sites":"URL \u0647\u0627\u06CC\u06CC \u06A9\u0647 \u0647\u0631\u06AF\u0632 \u062A\u0631\u062C\u0645\u0647 \u0646\u0645\u06CC \u0634\u0648\u0646\u062F","never translate the following sites":"\u0647\u0646\u06AF\u0627\u0645\u06CC \u06A9\u0647 \u0648\u0628 \u0633\u0627\u06CC\u062A \u062F\u0627\u0631\u0627\u06CC \u0646\u0627\u0645 \u062F\u0627\u0645\u0646\u0647 \u0632\u06CC\u0631 \u0628\u0627\u0634\u062F\u060C \u062A\u0631\u062C\u0645\u0647 \u0627\u0646\u062C\u0627\u0645 \u0646\u062E\u0648\u0627\u0647\u062F \u0634\u062F","please refer to":"\u0642\u0628\u0644 \u0627\u0632 \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u0628\u0627\u06CC\u062F \u06A9\u0644\u06CC\u062F \u0631\u0627 \u067E\u0631 \u06A9\u0646\u06CC\u062F. \u0628\u0631\u0627\u06CC \u062C\u0632\u0626\u06CC\u0627\u062A \u0644\u0637\u0641\u0627\u064B \u0628\u0647",KeyAndConfigurationTutorial:'"\u0622\u0645\u0648\u0632\u0634 \u0628\u0631\u0646\u0627\u0645\u0647 \u06A9\u0627\u0631\u0628\u0631\u062F\u06CC \u0648 \u067E\u06CC\u06A9\u0631\u0628\u0646\u062F\u06CC \u06A9\u0644\u06CC\u062F"',useAboveStyleForTheseSites:"\u603B\u662F\u4F7F\u7528 {theme} \u8BD1\u6587\u6837\u5F0F\u7684\u7F51\u7AD9",currentUrl:"URL \u0641\u0639\u0644\u06CC",confirm:"\u0635\u0631\u0641\u0647 \u062C\u0648\u06CC\u06CC",cancel:"\u0644\u063A\u0648 \u06A9\u0646\u06CC\u062F",delete:"\u062D\u0630\u0641","languages.auto":"\u062A\u0634\u062E\u06CC\u0635 \u062E\u0648\u062F\u06A9\u0627\u0631",syncToCloud:"\u540C\u6B65\u5230\u4E91\u7AEF",syncToCloudDescription:"\u5F00\u542F\u540E\u53EF\u4EE5\u5728\u4E0D\u540C\u7684\u6D4F\u89C8\u5668/\u6CB9\u7334\u811A\u672C\u4E4B\u95F4\u540C\u6B65\u914D\u7F6E,\u4EE5\u6700\u540E\u4FEE\u6539\u65F6\u95F4\u4E3A\u51C6\u3002",syncToAccount:"\u0647\u0645\u06AF\u0627\u0645 \u0633\u0627\u0632\u06CC \u0628\u0627 Immersive Translation Cloud",syncToAccountButton:"\u0641\u0648\u0631\u0627\u064B \u0628\u0627 \u0627\u0628\u0631 \u0647\u0645\u06AF\u0627\u0645 \u0633\u0627\u0632\u06CC \u06A9\u0646\u06CC\u062F",syncToAccountDescription:"\u0628\u0647 \u0637\u0648\u0631 \u062E\u0648\u062F\u06A9\u0627\u0631 \u067E\u06CC\u06A9\u0631\u0628\u0646\u062F\u06CC \u0647\u0627 \u0631\u0627 \u0628\u06CC\u0646 \u062F\u0633\u062A\u06AF\u0627\u0647 \u0647\u0627\u06CC \u0645\u062E\u062A\u0644\u0641 \u0628\u0631 \u0627\u0633\u0627\u0633 \u0622\u062E\u0631\u06CC\u0646 \u0632\u0645\u0627\u0646 \u062A\u063A\u06CC\u06CC\u0631 \u0647\u0645\u06AF\u0627\u0645 \u0633\u0627\u0632\u06CC \u06A9\u0646\u06CC\u062F.",successSyncConfigInAccount:"\u0628\u0627 \u0645\u0648\u0641\u0642\u06CC\u062A \u0628\u0627 \u0627\u0628\u0631 \u0647\u0645\u06AF\u0627\u0645 \u0628\u0645\u0627\u0646\u06CC\u062F",successSyncConfigToAccount:"\u0628\u0627 \u0645\u0648\u0641\u0642\u06CC\u062A \u0628\u0627 \u0627\u0628\u0631 \u0647\u0645\u06AF\u0627\u0645\u200C\u0633\u0627\u0632\u06CC \u0634\u062F",syncConfigNoUpdate:"\u062F\u0631 \u062D\u0627\u0644 \u062D\u0627\u0636\u0631 \u062C\u062F\u06CC\u062F\u062A\u0631\u06CC\u0646",authFail:"\u0645\u062C\u0648\u0632 \u0627\u0646\u062C\u0627\u0645 \u0646\u0634\u062F",syncTitle:"\u0645\u062F\u06CC\u0631\u06CC\u062A \u067E\u0634\u062A\u06CC\u0628\u0627\u0646 \u06AF\u06CC\u0631\u06CC \u062F\u0633\u062A\u06CC",import_hint:"\u0648\u0627\u0631\u062F \u0643\u0631\u062F\u0646",upload:"\u0628\u0627\u0631\u06AF\u0630\u0627\u0631\u06CC",revokeAuth:"\u0644\u063A\u0648 \u0645\u062C\u0648\u0632",uploadFail:"\u0622\u067E\u0644\u0648\u062F \u0627\u0646\u062C\u0627\u0645 \u0646\u0634\u062F",download:"\u062F\u0627\u0646\u0644\u0648\u062F",importSuccess:"\u0648\u0627\u0631\u062F\u0627\u062A \u0628\u0627 \u0645\u0648\u0641\u0642\u06CC\u062A \u0627\u0646\u062C\u0627\u0645 \u0634\u062F",importFail:"\u0648\u0627\u0631\u062F\u0627\u062A \u0627\u0646\u062C\u0627\u0645 \u0646\u0634\u062F",deleteFail:"\u062D\u0630\u0641 \u0646\u0634\u062F",backupToCloud:"\u0641\u0627\u06CC\u0644 \u0647\u0627\u06CC \u067E\u0634\u062A\u06CC\u0628\u0627\u0646 \u0631\u0627 \u0628\u0647 \u0635\u0648\u0631\u062A \u062F\u0633\u062A\u06CC \u0645\u062F\u06CC\u0631\u06CC\u062A \u06A9\u0646\u06CC\u062F",create_new_backup:"\u0627\u0636\u0627\u0641\u0647 \u06A9\u0631\u062F\u0646 \u06AF\u0631\u0647 \u067E\u0634\u062A\u06CC\u0628\u0627\u0646",maxBackupFiles:"\u062A\u0627{count}\u06AF\u0631\u0647 \u0645\u062E\u062A\u0644\u0641 \u0631\u0627 \u0645\u06CC \u062A\u0648\u0627\u0646 \u067E\u0634\u062A\u06CC\u0628\u0627\u0646 \u06AF\u06CC\u0631\u06CC \u06A9\u0631\u062F\u060C \u0644\u0637\u0641\u0627 \u06AF\u0631\u0647 \u0647\u0627\u06CC \u063A\u06CC\u0631 \u0636\u0631\u0648\u0631\u06CC \u0631\u0627 \u062D\u0630\u0641 \u06A9\u0646\u06CC\u062F",backupToCloudDescription:"\u0641\u0627\u06CC\u0644 \u0647\u0627\u06CC \u067E\u0634\u062A\u06CC\u0628\u0627\u0646 \u0631\u0627 \u0628\u0647 \u0635\u0648\u0631\u062A \u062F\u0633\u062A\u06CC \u0622\u067E\u0644\u0648\u062F \u06CC\u0627 \u0628\u0627\u0632\u06CC\u0627\u0628\u06CC \u06A9\u0646\u06CC\u062F\u060C \u062A\u0627 \u062D\u062F\u0627\u06A9\u062B\u0631 3 \u0646\u0633\u062E\u0647 \u067E\u0634\u062A\u06CC\u0628\u0627\u0646 \u062A\u0647\u06CC\u0647 \u06A9\u0646\u06CC\u062F",successSyncConfig:"\u0628\u0627 \u0645\u0648\u0641\u0642\u06CC\u062A \u0628\u0627 \u0627\u0628\u0631 \u0647\u0645\u06AF\u0627\u0645 \u0628\u0645\u0627\u0646\u06CC\u062F",syncFail:"\u0647\u0645\u06AF\u0627\u0645 \u0633\u0627\u0632\u06CC \u0627\u0646\u062C\u0627\u0645 \u0646\u0634\u062F",updatedAt:"\u0628\u0647 \u0631\u0648\u0632 \u0634\u062F\u0647 \u062F\u0631 {date}",lastSyncedAt:"\u0622\u062E\u0631\u06CC\u0646 \u0628\u0631\u0631\u0633\u06CC \u062F\u0631 {date}",downloadFail:"\u062F\u0627\u0646\u0644\u0648\u062F \u0646\u0634\u062F",clickToDownload:"\u0628\u0631\u0627\u06CC \u062F\u0627\u0646\u0644\u0648\u062F \u06A9\u0644\u06CC\u06A9 \u06A9\u0646\u06CC\u062F",aboutLabel:"\u062F\u0631\u0628\u0627\u0631\u0647 - \u0628\u0627\u0632\u062E\u0648\u0631\u062F","browser.openAboutPage":"\u5173\u4E8E/\u53CD\u9988/\u8D5E\u52A9",aboutLabelWithoutSponsor:"\u062F\u0631\u0628\u0627\u0631\u0647 - \u0628\u0627\u0632\u062E\u0648\u0631\u062F",aboutIntro:"\u8BE5\u6269\u5C55\u514D\u8D39\u4F7F\u7528\uFF0C\u5E0C\u671B\u6211\u4EEC\u90FD\u80FD\u66F4\u52A0\u5BB9\u6613\u4E14\u6109\u60A6\u5730\u83B7\u53D6\u4E92\u8054\u7F51\u4E0A\u5DE8\u5927\u7684\u5916\u8BED\u4FE1\u606F \u2764\uFE0F

\u611F\u8C22\u8FD9\u4E9B<1>\u8D5E\u52A9\u8005\u4EEC, \u7531\u4E8E\u4ED6/\u5979\u4EEC\u7684\u652F\u6301\uFF0C\u66F4\u591A\u7684\u4EBA\u53EF\u4EE5\u514D\u8D39\u5730\u4F7F\u7528\u8FD9\u4E2A\u5DE5\u5177\u3002\u5982\u679C\u6709\u4F59\u529B\uFF0C\u4F60\u53EF\u4EE5<2>\u70B9\u51FB\u8FD9\u91CC\u8D5E\u52A9\u6211\u7684\u5DE5\u4F5C\uFF0C\u4F60\u8FD8\u53EF\u4EE5\u5173\u6CE8\u6211\u7684<3>\u63A8\u7279\uFF0C<4>Telegram \u9891\u9053\u4EE5\u53CA\u4E0B\u65B9\u7684<5>\u90AE\u4EF6\u8BA2\u9605\u8FFD\u8E2A\u66F4\u65B0\u3002",aboutIntroWithoutSponsor:"\u8BE5\u6269\u5C55\u514D\u8D39\u4F7F\u7528\uFF0C\u5E0C\u671B\u6211\u4EEC\u90FD\u80FD\u66F4\u52A0\u5BB9\u6613\u4E14\u6109\u60A6\u5730\u83B7\u53D6\u4E92\u8054\u7F51\u4E0A\u5DE8\u5927\u7684\u5916\u8BED\u4FE1\u606F \u2764\uFE0F ",projectHomepage:"\u0635\u0641\u062D\u0647 \u0627\u0635\u0644\u06CC \u067E\u0631\u0648\u0698\u0647",joinTelegramGroup:"\u52A0\u5165 Telegram \u7FA4\u53C2\u4E0E\u529F\u80FD\u8BA8\u8BBA",wechatPublicAccount:"\u062D\u0633\u0627\u0628 \u0639\u0645\u0648\u0645\u06CC \u0648\u06CC \u0686\u062A",wechatCommunities:"\u06AF\u0631\u0648\u0647 \u0627\u0631\u062A\u0628\u0627\u0637\u06CC \u0648\u06CC \u0686\u062A",qqCommunities:"\u06A9\u0627\u0646\u0627\u0644 \u0627\u0631\u062A\u0628\u0627\u0637\u06CC QQ",joinTelegramChannel:"\u0628\u0631\u0627\u06CC \u0627\u0637\u0644\u0627\u0639 \u0627\u0632 \u0622\u062E\u0631\u06CC\u0646 \u0627\u062E\u0628\u0627\u0631 \u06A9\u0627\u0646\u0627\u0644 \u062A\u0644\u06AF\u0631\u0627\u0645 \u0631\u0627 \u062F\u0646\u0628\u0627\u0644 \u06A9\u0646\u06CC\u062F",feedbackAndJoin:"\u0628\u0627\u0632\u062E\u0648\u0631\u062F \u0645\u0634\u06A9\u0644/\u0628\u0647 \u06AF\u0631\u0648\u0647 \u0628\u067E\u06CC\u0648\u0646\u062F\u06CC\u062F",autoSync:"\u0647\u0645\u06AF\u0627\u0645 \u0633\u0627\u0632\u06CC \u0628\u0631\u0646\u0627\u0645\u0647 \u0631\u06CC\u0632\u06CC \u0634\u062F\u0647 \u062E\u0648\u062F\u06A9\u0627\u0631",loadingThemeTitle:"\u0633\u0628\u06A9 \u0628\u0627\u0631\u06AF\u06CC\u0631\u06CC",loadingThemeDescription:"\u0647\u0646\u06AF\u0627\u0645 \u0627\u0646\u062A\u0638\u0627\u0631 \u0628\u0631\u0627\u06CC \u0628\u0627\u0631\u06AF\u06CC\u0631\u06CC \u062A\u0631\u062C\u0645\u0647\u060C \u0633\u0628\u06A9 \u0631\u0627 \u062A\u0646\u0638\u06CC\u0645 \u06A9\u0646\u06CC\u062F","loadingTheme.spinner":"\u8F6C\u5708\u52A8\u753B Spinner","loadingTheme.text":"\u0645\u062A\u0646 \u0627\u06CC\u0633\u062A\u0627... ","loadingTheme.none":"\u0646\u0634\u0627\u0646 \u0646\u062F\u0647",developerDescription:"\u0627\u06CC\u0646\u062C\u0627 \u0645\u06CC \u062A\u0648\u0627\u0646\u06CC\u062F <1> \u0631\u0627 \u06A9\u0644\u06CC\u06A9 \u06A9\u0646\u06CC\u062F \u0645\u0634\u0627\u0647\u062F\u0647 \u0627\u0633\u0646\u0627\u062F \u0645\u0631\u0628\u0648\u0637 \u0628\u0647 \u0633\u0641\u0627\u0631\u0634\u06CC \u0633\u0627\u0632\u06CC \u067E\u06CC\u0634\u0631\u0641\u062A\u0647","edit border color":"\u0631\u0646\u06AF \u062D\u0627\u0634\u06CC\u0647 \u0631\u0627 \u062A\u063A\u06CC\u06CC\u0631 \u062F\u0647\u06CC\u062F",successSyncButNoChange:"\u067E\u06CC\u06A9\u0631\u0628\u0646\u062F\u06CC \u0641\u0639\u0644\u06CC \u0628\u0627 \u0627\u0628\u0631 \u0633\u0627\u0632\u06AF\u0627\u0631 \u0627\u0633\u062A",customTheme:"\u0631\u0646\u06AF \u0647\u0627 \u0648 \u0627\u0646\u062F\u0627\u0632\u0647 \u0647\u0627\u06CC \u0633\u0641\u0627\u0631\u0634\u06CC","customThemeLabel.borderColor":"\u0631\u0646\u06AF \u0644\u0628\u0647","customThemeLabel.borderRadius":"\u06AF\u0648\u0634\u0647 \u0647\u0627\u06CC \u06AF\u0631\u062F \u062D\u0627\u0634\u06CC\u0647","customThemeLabel.textColor":"\u0631\u0646\u06AF \u0645\u062A\u0646","customThemeLabel.backgroundColor":"\u0631\u0646\u06AF \u067E\u0633 \u0632\u0645\u06CC\u0646\u0647","customThemeLabel.zoom":"\u0645\u0642\u06CC\u0627\u0633 \u0628\u0646\u062F\u06CC \u0642\u0644\u0645 (%)","customThemeLabel.opacity":"\u06A9\u062F\u0648\u0631\u062A \u0645\u062A\u0646 (%)",resetToDefaultColor:"\u0628\u0647 \u0631\u0646\u06AF \u067E\u06CC\u0634 \u0641\u0631\u0636 \u0628\u0631\u06AF\u0631\u062F\u06CC\u062F",resetToDefaultSettings:"\u0628\u0647 \u062A\u0646\u0638\u06CC\u0645\u0627\u062A \u067E\u06CC\u0634 \u0641\u0631\u0636 \u0628\u0631\u06AF\u0631\u062F\u06CC\u062F",isTranslateTitle:"\u0639\u0646\u0627\u0648\u06CC\u0646 \u0635\u0641\u062D\u0627\u062A \u0648\u0628 \u062A\u0631\u062C\u0645\u0647 \u0634\u062F\u0647 \u0631\u0627 \u0631\u0648\u0634\u0646 \u06A9\u0646\u06CC\u062F",isTranslateTitleDescription:"\u0648\u0642\u062A\u06CC \u0631\u0648\u0634\u0646 \u0634\u062F\u060C \u0639\u0646\u0648\u0627\u0646 \u0635\u0641\u062D\u0647 \u0648\u0628 \u062A\u0631\u062C\u0645\u0647 \u062E\u0648\u0627\u0647\u062F \u0634\u062F",enableSearchEnhancement:"\u0628\u0647\u0628\u0648\u062F \u0627\u0637\u0644\u0627\u0639\u0627\u062A \u062F\u0648 \u0632\u0628\u0627\u0646\u0647 \u0631\u0627 \u0641\u0639\u0627\u0644 \u06A9\u0646\u06CC\u062F",enableSearchEnhancementDescription:"\u067E\u0633 \u0627\u0632 \u0631\u0648\u0634\u0646 \u0634\u062F\u0646\u060C \u0646\u062A\u0627\u06CC\u062C \u062C\u0633\u062A\u062C\u0648\u06CC \xABGoogle News\xBB \u0645\u0631\u0628\u0648\u0637 \u0628\u0647 \u06A9\u0644\u06CC\u062F\u0648\u0627\u0698\u0647\u200C\u0647\u0627\u06CC \u0627\u0646\u06AF\u0644\u06CC\u0633\u06CC \u0628\u0647\u200C\u0637\u0648\u0631 \u062E\u0648\u062F\u06A9\u0627\u0631 \u062F\u0631 \u0633\u062A\u0648\u0646 \u0633\u0645\u062A \u0631\u0627\u0633\u062A \u0648\u0628\u200C\u0633\u0627\u06CC\u062A\u200C\u0647\u0627\u06CC \u067E\u0634\u062A\u06CC\u0628\u0627\u0646\u06CC\u200C\u0634\u062F\u0647 (Google News\u060C Google Search (\u0628\u0631\u062E\u06CC \u06A9\u0644\u0645\u0627\u062A \u06A9\u0644\u06CC\u062F\u06CC)\u060C Snowball\u060C Oriental Fortune\u060C Futu\u060C \u0627\u0646\u062C\u0645\u0646 \u0628\u0628\u0631) \u0646\u0645\u0627\u06CC\u0634 \u062F\u0627\u062F\u0647 \u0645\u06CC\u200C\u0634\u0648\u0646\u062F.",verifyService:"\u0628\u0631\u0627\u06CC \u062A\u0633\u062A \u0633\u0631\u0648\u06CC\u0633 \u0627\u06CC\u0646\u062C\u0627 \u06A9\u0644\u06CC\u06A9 \u06A9\u0646\u06CC\u062F",verified:"\u062A\u0623\u06CC\u06CC\u062F \u0628\u0627 \u0645\u0648\u0641\u0642\u06CC\u062A \u0627\u0646\u062C\u0627\u0645 \u0634\u062F","field.langs":"\u06A9\u062F\u0647\u0627\u06CC \u0632\u0628\u0627\u0646 \u067E\u0634\u062A\u06CC\u0628\u0627\u0646\u06CC \u0634\u062F\u0647","field.model":"\u0645\u062F\u0644","field.translationEngine":"\u0645\u0648\u062A\u0648\u0631 \u062A\u0631\u062C\u0645\u0647","field.limitPerMinute":"\u062D\u062F\u0627\u06A9\u062B\u0631 \u062A\u0639\u062F\u0627\u062F \u062F\u0631\u062E\u0648\u0627\u0633\u062A \u062F\u0631 \u062F\u0642\u06CC\u0642\u0647","field.limitPerSecond":"\u062D\u062F\u0627\u06A9\u062B\u0631 \u062A\u0639\u062F\u0627\u062F \u062F\u0631\u062E\u0648\u0627\u0633\u062A \u062F\u0631 \u062B\u0627\u0646\u06CC\u0647","field.maxTextLengthPerRequest":"\u062D\u062F\u0627\u06A9\u062B\u0631 \u0637\u0648\u0644 \u0645\u062A\u0646 \u062F\u0631 \u0647\u0631 \u062F\u0631\u062E\u0648\u0627\u0633\u062A","field.maxTextGroupLengthPerRequest":"\u062D\u062F\u0627\u06A9\u062B\u0631 \u062A\u0639\u062F\u0627\u062F \u067E\u0627\u0631\u0627\u06AF\u0631\u0627\u0641 \u062F\u0631 \u0647\u0631 \u062F\u0631\u062E\u0648\u0627\u0633\u062A","field.apiUrl":"\u0622\u062F\u0631\u0633 \u0631\u0627\u0628\u0637 API \u0633\u0641\u0627\u0631\u0634\u06CC","field.placeholderDelimiters":"\u0645\u062A\u063A\u06CC\u0631\u0647\u0627\u06CC \u0631\u0632\u0631\u0648 \u0634\u062F\u0647","description.custom":"\u062F\u0633\u062A\u0631\u0633\u06CC \u0628\u0647 \u0631\u0627\u0628\u0637 \u0633\u0641\u0627\u0631\u0634\u06CC \u0628\u0647 \u0627\u0633\u0646\u0627\u062F \u0645\u0631\u062C\u0639 \u0646\u06CC\u0627\u0632 \u062F\u0627\u0631\u062F","description.limitPerMinute":"\u8BF7\u6C42\u6570\u8D85\u8FC7\u8BE5\u9650\u5236\u65F6\u4F1A\u88AB\u6682\u65F6\u7981\u7528\uFF0C\u76F4\u5230\u4E0B\u4E00\u5206\u949F\u5F00\u59CB\uFF0C\u9ED8\u8BA4\u8BBE\u7F6E\u4E3A OpenAI \u8BD5\u7528\u7248\u7684\u8BF7\u6C42\u9650\u5236","description.limitPerSecond":"\u0648\u0642\u062A\u06CC \u062A\u0639\u062F\u0627\u062F \u062F\u0631\u062E\u0648\u0627\u0633\u062A \u0647\u0627 \u0627\u0632 \u0627\u06CC\u0646 \u062D\u062F \u0628\u06CC\u0634\u062A\u0631 \u0634\u0648\u062F\u060C \u062A\u0627 \u0627\u0628\u062A\u062F\u0627\u06CC \u062B\u0627\u0646\u06CC\u0647 \u0628\u0639\u062F \u0648\u0627\u0631\u062F \u062D\u0627\u0644\u062A \u0635\u0641 \u0645\u06CC \u0634\u0648\u062F. \u0628\u0627 \u062A\u0648\u062C\u0647 \u0628\u0647 \u0645\u062D\u062F\u0648\u062F\u06CC\u062A\u200C\u0647\u0627\u06CC \u0645\u062E\u062A\u0644\u0641 \u0633\u0631\u0648\u06CC\u0633 \u0641\u0639\u0644\u06CC OpenAI\u060C \u0644\u0637\u0641\u0627\u064B <1> \u0631\u0627 \u0627\u06CC\u0646\u062C\u0627 \u06A9\u0644\u06CC\u06A9 \u06A9\u0646\u06CC\u062F \u0622\u062E\u0631\u06CC\u0646 \u0645\u0642\u0627\u062F\u06CC\u0631 \u062A\u0648\u0635\u06CC\u0647 \u0634\u062F\u0647 \u0631\u0627 \u0645\u0634\u0627\u0647\u062F\u0647 \u06A9\u0646\u06CC\u062F","description.generalLimitPerSecond":"\u0648\u0642\u062A\u06CC \u062A\u0639\u062F\u0627\u062F \u062F\u0631\u062E\u0648\u0627\u0633\u062A \u0647\u0627 \u0627\u0632 \u0627\u06CC\u0646 \u062D\u062F \u0628\u06CC\u0634\u062A\u0631 \u0634\u0648\u062F\u060C \u062A\u0627 \u0627\u0628\u062A\u062F\u0627\u06CC \u062B\u0627\u0646\u06CC\u0647 \u0628\u0639\u062F \u0648\u0627\u0631\u062F \u062D\u0627\u0644\u062A \u0635\u0641 \u0645\u06CC \u0634\u0648\u062F.","description.prompt":"\u0628\u0647 \u0639\u0646\u0648\u0627\u0646 \u06A9\u0627\u0631\u0628\u0631\u060C \u06AF\u0641\u062A\u06AF\u0648 \u0631\u0627 \u0628\u0647 {service} \u0627\u0631\u0633\u0627\u0644 \u06A9\u0646\u06CC\u062F\u060C \u06A9\u0647 \u062F\u0631 \u0622\u0646 {{text}} \u0645\u062D\u062A\u0648\u0627\u06CC \u0645\u062A\u0646 \u067E\u0627\u0631\u0627\u06AF\u0631\u0627\u0641\u060C {{from}} \u0632\u0628\u0627\u0646 \u067E\u0627\u0631\u0627\u06AF\u0631\u0627\u0641 \u0648 {{to}} \u0632\u0628\u0627\u0646 \u0645\u0642\u0635\u062F \u0631\u0627 \u0646\u0634\u0627\u0646 \u0645\u06CC \u062F\u0647\u062F.","description.maxTextLengthPerRequest":"\u9ED8\u8BA4\u4F1A\u5408\u5E76\u591A\u4E2A\u6BB5\u843D\uFF0C\u4EE5\u51CF\u5C11\u8BF7\u6C42\u6B21\u6570\uFF0C\u4F46\u662F\u5982\u679C\u6BB5\u843D\u603B\u957F\u5EA6\u8FC7\u957F\uFF0C\u4E5F\u53EF\u80FD\u4F1A\u5BFC\u81F4\u63A5\u53E3\u7684\u54CD\u5E94\u53D8\u6162\uFF0C\u56E0\u6B64\u53EF\u4EE5\u5C1D\u8BD5\u8C03\u6574\u8BE5\u9009\u9879\u6765\u4F18\u5316\u901F\u5EA6","description.systemPrompt":"\u0645\u06A9\u0627\u0644\u0645\u0647 \u0628\u0647 \u0639\u0646\u0648\u0627\u0646 \u0633\u06CC\u0633\u062A\u0645 \u0628\u0647 OpenAI \u0627\u0631\u0633\u0627\u0644 \u0645\u06CC \u0634\u0648\u062F\u060C \u06A9\u0647 \u062F\u0631 \u0622\u0646 {{text}} \u0646\u0634\u0627\u0646 \u062F\u0647\u0646\u062F\u0647 \u0645\u062D\u062A\u0648\u0627\u06CC \u0645\u062A\u0646 \u067E\u0627\u0631\u0627\u06AF\u0631\u0627\u0641\u060C{{from}} \u0646\u0634\u0627\u0646 \u062F\u0647\u0646\u062F\u0647 \u0632\u0628\u0627\u0646 \u067E\u0627\u0631\u0627\u06AF\u0631\u0627\u0641\u060C \u0648{{to}} \u0646\u0634\u0627\u0646 \u062F\u0647\u0646\u062F\u0647 \u0632\u0628\u0627\u0646 \u0645\u0642\u0635\u062F \u0627\u0633\u062A.","field.domain":"\u0631\u0634\u062A\u0647","description.domain":"\u067E\u06CC\u0634 \u0641\u0631\u0636\uFF1A\u0639\u0645\u0648\u0645\u06CC \u0627\u0633\u062A. \u0641\u0642\u0637 \u0632\u0645\u0627\u0646\u06CC \u0645\u06CC\u200C\u062A\u0648\u0627\u0646 \u0622\u0646 \u0631\u0627 \u062A\u0646\u0638\u06CC\u0645 \u06A9\u0631\u062F \u06A9\u0647 \u062A\u0631\u062C\u0645\u0647 \u0645\u0628\u062A\u0646\u06CC \u0628\u0631 \u062F\u0627\u0645\u0646\u0647 \u062F\u0631 \u06A9\u0646\u0633\u0648\u0644 Youdao API \u0641\u0639\u0627\u0644 \u0628\u0627\u0634\u062F. \u0628\u0631\u0627\u06CC \u0642\u0633\u0645\u062A\u200C\u0647\u0627\u06CC \u067E\u0634\u062A\u06CC\u0628\u0627\u0646\u06CC\u200C\u0634\u062F\u0647\u060C \u0644\u0637\u0641\u0627\u064B <1> \u0631\u0627 \u0627\u06CC\u0646\u062C\u0627 \u0628\u0628\u06CC\u0646\u06CC\u062F.","field.scene":"\u0635\u062D\u0646\u0647 \u0647\u0627\u06CC","description.scene":"\u067E\u06CC\u0634 \u0641\u0631\u0636\uFF1A\u0639\u0645\u0648\u0645\u06CC \u0627\u0633\u062A. \u062A\u0646\u0647\u0627 \u0632\u0645\u0627\u0646\u06CC \u0645\u06CC\u200C\u062A\u0648\u0627\u0646 \u0622\u0646 \u0631\u0627 \u062A\u0646\u0638\u06CC\u0645 \u06A9\u0631\u062F \u06A9\u0647 \u0646\u0633\u062E\u0647 \u062D\u0631\u0641\u0647\u200C\u0627\u06CC \u062A\u0631\u062C\u0645\u0647 \u0645\u0627\u0634\u06CC\u0646\u06CC \u062F\u0631 \u06A9\u0646\u0633\u0648\u0644 Alibaba Cloud API \u0641\u0639\u0627\u0644 \u0634\u0648\u062F. \u0628\u0631\u0627\u06CC \u0633\u0646\u0627\u0631\u06CC\u0648\u0647\u0627\u06CC \u067E\u0634\u062A\u06CC\u0628\u0627\u0646\u06CC \u0634\u062F\u0647 \u0628\u0647 <1> \u0627\u06CC\u0646\u062C\u0627 \u0645\u0631\u0627\u062C\u0639\u0647 \u06A9\u0646\u06CC\u062F.","field.vocabId":"\u0634\u0646\u0627\u0633\u0647 \u0641\u0631\u0647\u0646\u06AF \u0644\u063A\u062A \u06A9\u0627\u0631\u0628\u0631","description.vocabId":"\u0641\u0631\u0647\u0646\u06AF \u0644\u063A\u062A \u0645\u0634\u062E\u0635 \u0634\u062F\u0647 out_id \u062F\u0631 \u062D\u0627\u0644 \u062D\u0627\u0636\u0631 \u0627\u0632 \u062A\u0631\u062C\u0645\u0647 \u0627\u0646\u06AF\u0644\u06CC\u0633\u06CC \u0628\u0647 \u0686\u06CC\u0646\u06CC \u067E\u0634\u062A\u06CC\u0628\u0627\u0646\u06CC \u0645\u06CC \u06A9\u0646\u062F.","description.model":"\u0645\u062F\u0644 OpenAI \u0645\u06CC \u062A\u0648\u0627\u0646\u062F gpt-3.5-turbo\u060C gpt-4 \u0648 \u063A\u06CC\u0631\u0647 \u0628\u0627\u0634\u062F.","description.maxTextGroupLengthPerRequest":"\u062A\u0639\u062F\u0627\u062F \u067E\u0627\u0631\u0627\u06AF\u0631\u0627\u0641\u200C\u0647\u0627\u06CC\u06CC \u06A9\u0647 \u0647\u0631 \u0628\u0627\u0631 \u0628\u0647 \u0633\u0631\u0648\u06CC\u0633 \u062A\u0631\u062C\u0645\u0647 \u0627\u0631\u0633\u0627\u0644 \u0645\u06CC\u200C\u0634\u0648\u0646\u062F. \u0627\u06AF\u0631 \u062A\u0639\u062F\u0627\u062F \u067E\u0627\u0631\u0627\u06AF\u0631\u0627\u0641\u200C\u0647\u0627 \u0628\u06CC\u0634 \u0627\u0632 \u062D\u062F \u0628\u0627\u0634\u062F\u060C \u067E\u0627\u0633\u062E \u0631\u0627\u0628\u0637 \u0645\u0645\u06A9\u0646 \u0627\u0633\u062A \u06A9\u0646\u062F \u0634\u0648\u062F.","description.apiUrl":"\u8BF7\u6DFB\u52A0\u5177\u4F53\u5E26\u6709\u8DEF\u5F84\u7684\u7F51\u5740",enabledExtension:"\u0627\u0641\u0632\u0648\u0646\u0647 \u0631\u0627 \u0641\u0639\u0627\u0644 \u06A9\u0646\u06CC\u062F",clickToDisableExtension:"\u0628\u0631\u0627\u06CC \u063A\u06CC\u0631\u0641\u0639\u0627\u0644 \u06A9\u0631\u062F\u0646 \u0627\u0641\u0632\u0648\u0646\u0647 \u06A9\u0644\u06CC\u06A9 \u06A9\u0646\u06CC\u062F",clickToEnableExtension:"\u0628\u0631\u0627\u06CC \u0641\u0639\u0627\u0644 \u06A9\u0631\u062F\u0646 \u0628\u0631\u0646\u0627\u0645\u0647 \u0627\u0641\u0632\u0648\u062F\u0646\u06CC \u06A9\u0644\u06CC\u06A9 \u06A9\u0646\u06CC\u062F",hasBeenDisabled:"\u0645\u0639\u0644\u0648\u0644","show password":"\u0646\u0645\u0627\u06CC\u0634 \u0631\u0645\u0632 \u0639\u0628\u0648\u0631",customContent:"\u8F93\u5165\u81EA\u5B9A\u4E49\u5185\u5BB9",inputOptions:"\u0628\u0647\u0628\u0648\u062F \u062C\u0639\u0628\u0647 \u0648\u0631\u0648\u062F\u06CC",mouseHoverOptions:"\u0645\u0627\u0648\u0633 \u0628\u0631",modifyMouseHoverKey:"\u06A9\u0644\u06CC\u062F\u0647\u0627\u06CC \u0645\u06CC\u0627\u0646\u0628\u0631 \u0645\u0627\u0648\u0633 \u0631\u0627 \u062A\u063A\u06CC\u06CC\u0631 \u062F\u0647\u06CC\u062F",enableInputTranslation:"\u0641\u0639\u0627\u0644 \u06A9\u0631\u062F\u0646 \u0628\u0647\u0628\u0648\u062F \u062C\u0639\u0628\u0647 \u0648\u0631\u0648\u062F\u06CC",enableInputTranslationDescription:"\u067E\u0633 \u0627\u0632 \u0641\u0639\u0627\u0644 \u06A9\u0631\u062F\u0646{trailingKey}\u060C \u0645\u0633\u062A\u0642\u06CC\u0645\u0627\u064B {startingKey}{startingKey} hello \u0631\u0627 \u062F\u0631 \u06A9\u0627\u062F\u0631 \u0648\u0631\u0648\u062F\u06CC \u0648\u0627\u0631\u062F \u06A9\u0646\u06CC\u062F \u0648 \u0633\u067E\u0633 \u0628\u0647 \u0633\u0631\u0639\u062A \u0631\u0648\u06CC{inputTrailingTriggerKeyRepeatTimes}\u062F\u0648 \u0628\u0627\u0631 \u06A9\u0644\u06CC\u06A9 \u06A9\u0646\u06CC\u062F \u062A\u0627 \u0622\u0646 \u0631\u0627 \u0628\u0647 {inputTargetLanguage}\u062A\u0628\u062F\u06CC\u0644 \u06A9\u0646\u06CC\u062F.",enableInputTranslationDescriptionForNoneKey:"{trailingKey}\u0641\u0639\u0627\u0644 \u06A9\u0631\u062F\u0646 \u0622\u0646\u060C \u0645\u0633\u062A\u0642\u06CC\u0645\u0627\u064B\uFF1Ahello world \u0631\u0627 \u062F\u0631 \u06A9\u0627\u062F\u0631 \u0648\u0631\u0648\u062F\u06CC \u0648\u0627\u0631\u062F \u06A9\u0646\u06CC\u062F \u0648 \u0633\u067E\u0633 \u0628\u0647 \u0633\u0631\u0639\u062A{inputTrailingTriggerKeyRepeatTimes}\u0628\u0627\u0631 \u06A9\u0644\u06CC\u06A9 \u06A9\u0646\u06CC\u062F \u062A\u0627 \u0628\u0647 \u0632\u0628\u0627\u0646 \u0645\u0642\u0635\u062F \u067E\u06CC\u0634 \u0641\u0631\u0636 \u062A\u0631\u062C\u0645\u0647 \u0634\u0648\u062F.",inputTargetLanguage:"\u0632\u0628\u0627\u0646 \u0645\u0642\u0635\u062F \u067E\u06CC\u0634 \u0641\u0631\u0636 \u06A9\u0627\u062F\u0631 \u0648\u0631\u0648\u062F\u06CC \u0631\u0627 \u062A\u0646\u0638\u06CC\u0645 \u06A9\u0646\u06CC\u062F",inputTargetLanguageDescription:"\u0632\u0628\u0627\u0646 \u0645\u0642\u0635\u062F \u067E\u06CC\u0634\u200C\u0641\u0631\u0636 \u0628\u0631\u0627\u06CC \u062A\u0631\u062C\u0645\u0647 \u062C\u0639\u0628\u0647 \u0648\u0631\u0648\u062F\u06CC\u060C \u06A9\u0647 {startingKey}{startingKey} \u0628\u0647 \u0639\u0646\u0648\u0627\u0646 \u0632\u0628\u0627\u0646 \u067E\u06CC\u0634\u200C\u0641\u0631\u0636 \u0628\u0631\u0627\u06CC \u06A9\u0644\u0645\u0627\u062A \u0631\u0627\u0647\u200C\u0627\u0646\u062F\u0627\u0632 \u0627\u0633\u062A",inputTargetLanguageDescriptionForNoneKey:"\u0632\u0628\u0627\u0646 \u0645\u0642\u0635\u062F \u067E\u06CC\u0634\u200C\u0641\u0631\u0636 \u0628\u0631\u0627\u06CC \u062A\u0631\u062C\u0645\u0647\u200C\u0647\u0627\u06CC \u062C\u0639\u0628\u0647 \u0648\u0631\u0648\u062F\u06CC",inputStartingTriggerKeyTitle:"\u06A9\u0627\u0631\u0627\u06A9\u062A\u0631\u0647\u0627\u06CC \u062A\u0642\u0633\u06CC\u0645 \u0631\u0627 \u0628\u0631\u0627\u06CC \u062A\u0631\u062C\u0645\u0647 \u062C\u0632\u0626\u06CC \u06A9\u0627\u062F\u0631 \u0648\u0631\u0648\u062F\u06CC \u062A\u0646\u0638\u06CC\u0645 \u06A9\u0646\u06CC\u062F",inputStartingTriggerKeyDescription:"\u0647\u0646\u06AF\u0627\u0645\u06CC \u06A9\u0647 \u0646\u06CC\u0627\u0632\u06CC \u0628\u0647 \u062A\u0631\u062C\u0645\u0647 \u06A9\u0644 \u06A9\u0627\u062F\u0631 \u0648\u0631\u0648\u062F\u06CC \u0646\u062F\u0627\u0631\u06CC\u062F\u060C \u062C\u062F\u0627\u06A9\u0646\u0646\u062F\u0647 \u0628\u0647 \u0634\u0645\u0627 \u0627\u062C\u0627\u0632\u0647 \u0645\u06CC \u062F\u0647\u062F \u0641\u0642\u0637 \u0642\u0633\u0645\u062A \u0631\u0627 {startingKey}{startingKey} \u0628\u0647 \u0627\u0646\u062A\u0647\u0627\u06CC \u06A9\u0627\u062F\u0631 \u0648\u0631\u0648\u062F\u06CC \u062A\u0631\u062C\u0645\u0647 \u06A9\u0646\u06CC\u062F\u060C \u06CC\u0627 \u0645\u06CC \u062A\u0648\u0627\u0646\u06CC\u062F \u06A9\u062F \u0632\u0628\u0627\u0646 \u0631\u0627 \u0645\u0634\u062E\u0635 \u06A9\u0646\u06CC\u062F\u060C \u0628\u0647 \u0639\u0646\u0648\u0627\u0646 \u0645\u062B\u0627\u0644\u060C\uFF1A{startingKey}ja \u0628\u0647 \u0645\u0639\u0646\u0627\u06CC \u0641\u0642\u0637 \u062A\u0631\u062C\u0645\u0647 \u0627\u0633\u062A. \u0642\u0633\u0645\u062A \u0627\u0632 {startingKey}ja \u062A\u0627 \u0627\u0646\u062A\u0647\u0627\u06CC \u062C\u0639\u0628\u0647 \u0648\u0631\u0648\u062F\u06CC.",inputStartingTriggerKeyDescriptionForNoneKey:"\u062F\u0631 \u062D\u0627\u0644 \u062D\u0627\u0636\u0631 \u0628\u062F\u0648\u0646 \u0646\u06CC\u0627\u0632 \u0628\u0647 \u067E\u06CC\u0634\u0648\u0646\u062F \u062A\u0646\u0638\u06CC\u0645 \u0634\u062F\u0647 \u0627\u0633\u062A \u0648 \u0628\u0631\u062E\u06CC \u0627\u0632 \u0639\u0645\u0644\u06A9\u0631\u062F\u0647\u0627\u06CC \u062A\u0631\u062C\u0645\u0647 \u0645\u062A\u0646 \u062C\u0639\u0628\u0647 \u0648\u0631\u0648\u062F\u06CC \u0645\u0648\u0642\u062A\u0627\u064B \u062F\u0631 \u062F\u0633\u062A\u0631\u0633 \u0646\u06CC\u0633\u062A\u0646\u062F.",inputTrailingTriggerKeyTitle:"\u06CC\u06A9 \u06A9\u0627\u0631\u0627\u06A9\u062A\u0631 \u0645\u0627\u0634\u0647 \u0627\u06CC \u0631\u0627 \u0627\u0646\u062A\u062E\u0627\u0628 \u06A9\u0646\u06CC\u062F \u06A9\u0647 \u0628\u0647 \u0648\u0631\u0648\u062F\u06CC \u067E\u0627\u06CC\u0627\u0646 \u0645\u06CC \u062F\u0647\u062F",inputTrailingTriggerKeyDescription:"\u0628\u0627 \u0632\u062F\u0646{trailingKey} 3 \u0628\u0627\u0631 \u0645\u062A\u0648\u0627\u0644\u06CC\u060C \u062A\u0631\u062C\u0645\u0647 \u0634\u0631\u0648\u0639 \u0645\u06CC \u0634\u0648\u062F",inputTrailingTriggerKeyTimeout:"\u0641\u0627\u0635\u0644\u0647 \u0628\u06CC\u0646 \u0645\u0627\u0634\u0647 \u0647\u0627 \u0631\u0627 \u0628\u0631\u0627\u06CC \u067E\u0627\u06CC\u0627\u0646 \u062F\u0627\u062F\u0646 \u0628\u0647 \u062A\u0631\u06A9\u06CC\u0628 \u0648\u0627\u0631\u062F \u06A9\u0646\u06CC\u062F.",inputTrailingTriggerKeyTimeoutDescription:"\u0632\u0645\u0627\u0646 \u0641\u0627\u0635\u0644\u0647 (\u0645\u06CC\u0644\u06CC \u062B\u0627\u0646\u06CC\u0647) \u0631\u0627 \u0628\u0631\u0627\u06CC \u0648\u0631\u0648\u062F\u06CC \u0628\u0631\u0627\u06CC \u067E\u0627\u06CC\u0627\u0646 \u062F\u0627\u062F\u0646 \u0628\u0647 \u0645\u062D\u0631\u06A9 \u062A\u0631\u06A9\u06CC\u0628\u06CC \u062A\u0646\u0638\u06CC\u0645 \u06A9\u0646\u06CC\u062F",spaceKey:"",noneKey:"\u0628\u062F\u0648\u0646 \u0646\u06CC\u0627\u0632 \u0628\u0647 \u067E\u06CC\u0634\u0648\u0646\u062F\u060C \u0628\u0647 \u0637\u0648\u0631 \u0645\u0633\u062A\u0642\u06CC\u0645 \u06A9\u0644 \u062C\u0639\u0628\u0647 \u0645\u062A\u0646 \u0631\u0627 \u062A\u0631\u062C\u0645\u0647 \u06A9\u0646\u06CC\u062F",inputTranslationBlockUrlsTitle:"\u0647\u0631\u06AF\u0632 \u067E\u06CC\u0634\u0631\u0641\u062A \u0647\u0627\u06CC \u0641\u06CC\u0644\u062F \u0648\u0631\u0648\u062F\u06CC \u0631\u0627 \u062F\u0631 URL \u0647\u0627 \u0641\u0639\u0627\u0644 \u0646\u06A9\u0646\u06CC\u062F",inputTranslationBlockUrlsDescription:"\u062F\u0631 \u0622\u062F\u0631\u0633\u200C\u0647\u0627\u06CC \u0627\u06CC\u0646\u062A\u0631\u0646\u062A\u06CC \u0632\u06CC\u0631\u060C \u0628\u0647\u0628\u0648\u062F \u06A9\u0627\u062F\u0631 \u0648\u0631\u0648\u062F\u06CC \u0627\u062B\u0631\u06CC \u0646\u062E\u0648\u0627\u0647\u062F \u062F\u0627\u0634\u062A",clickToSeeQuickDemo:"\u0628\u0631\u0627\u06CC \u06AF\u0633\u062A\u0631\u0634 \u0648\u06CC\u062F\u06CC\u0648\u06CC \u0622\u0645\u0648\u0632\u0634 \u0633\u0631\u06CC\u0639 30 \u062B\u0627\u0646\u06CC\u0647 \u0627\u06CC \u06A9\u0644\u06CC\u06A9 \u06A9\u0646\u06CC\u062F",inputHelperInfo:"\u0646\u06A9\u062A\u0647\uFF1A: \u0645\u0627 \u0628\u0647 \u0637\u0648\u0631 \u062E\u0627\u0635 \u0627\u06CC\u0646 \u0645\u0648\u0636\u0648\u0639 \u0631\u0627 \u0628\u0647\u06CC\u0646\u0647 \u0633\u0627\u0632\u06CC \u06A9\u0631\u062F\u0647 \u0627\u06CC\u0645 \u06A9\u0647 \u062F\u0631 \u0622\u0646 \u0628\u0631\u062E\u06CC \u0627\u0632 \u06A9\u0627\u0631\u0627\u06A9\u062A\u0631\u0647\u0627\u06CC \u0645\u0627\u0634\u0647 \u0628\u0647 \u0639\u0644\u0627\u0626\u0645 \u0646\u06AF\u0627\u0631\u0634\u06CC \u0686\u06CC\u0646\u06CC \u062F\u0631 \u0631\u0648\u0634 \u0648\u0631\u0648\u062F\u06CC \u0686\u06CC\u0646\u06CC \u062A\u0628\u062F\u06CC\u0644 \u0645\u06CC \u0634\u0648\u0646\u062F. \u0628\u0647 \u0639\u0646\u0648\u0627\u0646 \u0645\u062B\u0627\u0644\u060C \u062F\u0631 \u0631\u0648\u0634 \u0648\u0631\u0648\u062F\u06CC Sogou\u060C / \u0628\u0647 \u0645\u06A9\u062B \u062A\u0628\u062F\u06CC\u0644 \u0645\u06CC \u0634\u0648\u062F\u060C \u0648 \u062A\u0631\u062C\u0645\u0647 \u0647\u0645\u0647 \u062C\u0627\u0646\u0628\u0647 \u0627\u0632 \u0647\u0645\u0647 \u0646\u0645\u0627\u062F\u0647\u0627\u06CC \u0686\u06CC\u0646\u06CC \u0645\u0631\u0628\u0648\u0637 \u0628\u0647 \u067E\u0634\u062A\u06CC\u0628\u0627\u0646\u06CC \u0645\u06CC \u06A9\u0646\u062F. \u06A9\u0627\u0631\u0627\u06A9\u062A\u0631\u0647\u0627\u06CC \u0645\u0627\u0634\u0647\u060C \u06CC\u0639\u0646\u06CC //\u060C\u060C \u0647\u0645\u0647 \u0628\u0647 \u0639\u0646\u0648\u0627\u0646 \u06A9\u0627\u0631\u0627\u06A9\u062A\u0631\u0647\u0627\u06CC \u0645\u0627\u0634\u0647 \u0634\u0646\u0627\u062E\u062A\u0647 \u0645\u06CC \u0634\u0648\u0646\u062F.

\u062F\u0631 \u0639\u06CC\u0646 \u062D\u0627\u0644\u060C \u0645\u0627 \u0647\u0645\u0686\u0646\u06CC\u0646 \u0627\u0632 \u0646\u0627\u0645 \u0645\u0633\u062A\u0639\u0627\u0631 \u0686\u06CC\u0646\u06CC \u06A9\u062F\u0647\u0627\u06CC \u0632\u0628\u0627\u0646 \u0628\u0647 \u0639\u0646\u0648\u0627\u0646 \u062F\u0633\u062A\u0648\u0631\u0627\u062A \u067E\u0634\u062A\u06CC\u0628\u0627\u0646\u06CC \u0645\u06CC \u06A9\u0646\u06CC\u0645. \u0628\u0647 \u0639\u0646\u0648\u0627\u0646 \u0645\u062B\u0627\u0644\u060C /Japanese Hello World \u0628\u0647 \u0698\u0627\u067E\u0646\u06CC \u062A\u0631\u062C\u0645\u0647 \u0645\u06CC \u0634\u0648\u062F. <1> \u0628\u0631\u0627\u06CC \u0645\u0634\u0627\u0647\u062F\u0647 \u0647\u0645\u0647 \u06A9\u062F\u0647\u0627\u06CC \u0632\u0628\u0627\u0646 \u067E\u0634\u062A\u06CC\u0628\u0627\u0646\u06CC \u0634\u062F\u0647 \u0627\u06CC\u0646\u062C\u0627 \u0631\u0627 \u06A9\u0644\u06CC\u06A9 \u06A9\u0646\u06CC\u062F. .",reloadCurrentPage:"\u0644\u0637\u0641\u0627\u064B \u0642\u0628\u0644 \u0627\u0632 \u0634\u0631\u0648\u0639 \u062A\u0631\u062C\u0645\u0647 \u0635\u0641\u062D\u0647 \u0641\u0639\u0644\u06CC \u0631\u0627 \u0628\u0627\u0632\u062E\u0648\u0627\u0646\u06CC \u06A9\u0646\u06CC\u062F",noLocalFilePermissionForPDF:"\u0645\u0627 \u062F\u0631 \u062D\u0627\u0644 \u062D\u0627\u0636\u0631 \u0645\u062C\u0648\u0632 \u062E\u0648\u0627\u0646\u062F\u0646 \u0641\u0627\u06CC\u0644 \u0647\u0627\u06CC \u0645\u062D\u0644\u06CC \u0631\u0627 \u0646\u062F\u0627\u0631\u06CC\u0645. \u0644\u0637\u0641\u0627 \u0631\u0648\u06CC \u062F\u06A9\u0645\u0647 \u0628\u0627\u0644\u0627 \u06A9\u0644\u06CC\u06A9 \u06A9\u0646\u06CC\u062F \u0648 \u0641\u0627\u06CC\u0644 \u0647\u0627\u06CC \u0645\u062D\u0644\u06CC \u0631\u0627 \u0648\u0627\u0631\u062F \u06A9\u0646\u06CC\u062F.",noPermissionForThisPage:"\u26A0\uFE0F \u0627\u062C\u0627\u0632\u0647 \u062A\u0631\u062C\u0645\u0647 \u0635\u0641\u062D\u0647 \u0641\u0639\u0644\u06CC \u0648\u062C\u0648\u062F \u0646\u062F\u0627\u0631\u062F",retryAllParagraphs:"\u0647\u0645\u0647 \u067E\u0627\u0631\u0627\u06AF\u0631\u0627\u0641 \u0647\u0627\u06CC \u062E\u0637\u0627 \u0631\u0627 \u062F\u0648\u0628\u0627\u0631\u0647 \u0627\u0645\u062A\u062D\u0627\u0646 \u06A9\u0646\u06CC\u062F",retryAllButton:"\u0647\u0645\u0647 \u067E\u0627\u0631\u0627\u06AF\u0631\u0627\u0641 \u0647\u0627\u06CC \u062E\u0637\u0627 \u0631\u0627 \u062F\u0648\u0628\u0627\u0631\u0647 \u0627\u0645\u062A\u062D\u0627\u0646 \u06A9\u0646\u06CC\u062F",errorTooltipTitle:"\u0628\u0631\u0627\u06CC \u0645\u0634\u0627\u0647\u062F\u0647 \u062F\u0644\u06CC\u0644 \u062E\u0637\u0627 \u06A9\u0644\u06CC\u06A9 \u06A9\u0646\u06CC\u062F",errorModalTitle:"\u0628\u0647 \u0646\u0638\u0631 \u0645\u06CC \u0631\u0633\u062F \u0645\u0634\u06A9\u0644\u06CC \u062F\u0631 \u062E\u062F\u0645\u0627\u062A \u062A\u0631\u062C\u0645\u0647 \u06CC\u0627 \u0634\u0628\u06A9\u0647 \u0648\u062C\u0648\u062F \u062F\u0627\u0631\u062F ...",disableConfirm:"\u062A\u0646\u0638\u06CC\u0645\u0627\u062A \u0627\u0641\u0632\u0627\u06CC\u0634 \u0627\u0637\u0644\u0627\u0639\u0627\u062A \u062F\u0648 \u0632\u0628\u0627\u0646\u0647",disableOnce:"\u0627\u06CC\u0646 \u0628\u0627\u0631 \u063A\u06CC\u0631 \u0641\u0639\u0627\u0644 \u0634\u062F\u0647",disableGlobal:"\u0628\u0631\u0627\u06CC \u0647\u0645\u06CC\u0634\u0647 \u0627\u0632 \u06A9\u0627\u0631 \u0627\u0641\u062A\u0627\u062F\u0647 \u0627\u0633\u062A",disableTint:"* \u0645\u06CC \u062A\u0648\u0627\u0646\u06CC\u062F \u0622\u0646 \u0631\u0627 \u0645\u062C\u062F\u062F\u0627\u064B \u062F\u0631 {option} \u0641\u0639\u0627\u0644 \u06A9\u0646\u06CC\u062F.",searchEnhancementNotes:"\u062F\u0631\u06CC\u0627\u0641\u062A\u06CC\u0645 \u06A9\u0647 \u0646\u062A\u0627\u06CC\u062C \u0627\u062E\u0628\u0627\u0631 \u0628\u0631\u0627\u06CC \u06A9\u0644\u0645\u0627\u062A \u06A9\u0644\u06CC\u062F\u06CC \u0686\u06CC\u0646\u06CC \u0648 \u06A9\u0644\u0645\u0627\u062A \u06A9\u0644\u06CC\u062F\u06CC \u0627\u0646\u06AF\u0644\u06CC\u0633\u06CC \u0628\u0633\u06CC\u0627\u0631 \u0645\u062A\u0641\u0627\u0648\u062A \u0627\u0633\u062A. \u067E\u0633 \u0627\u0632 \u0641\u0639\u0627\u0644 \u06A9\u0631\u062F\u0646 \u0639\u0645\u0644\u06A9\u0631\u062F \u0628\u0647\u0628\u0648\u062F \u0627\u0637\u0644\u0627\u0639\u0627\u062A \u062F\u0648\u0632\u0628\u0627\u0646\u0647 \u062A\u0631\u062C\u0645\u0647 \u0647\u0645\u0647\u062C\u0627\u0646\u0628\u0647\u060C \u062F\u0631 \u0648\u0628 \u0633\u0627\u06CC\u062A \u0647\u0627\u06CC \u067E\u0634\u062A\u06CC\u0628\u0627\u0646\u06CC \u0634\u062F\u0647 (Google News\u060C \u062C\u0633\u062A\u062C\u0648\u06CC Google (\u0628\u0631\u062E\u06CC \u0627\u0632 \u06A9\u0644\u0645\u0627\u062A \u06A9\u0644\u06CC\u062F\u06CC)\u060C Snowball\u060C Oriental Fortune Network\u060C Futu \u062C\u0633\u062A\u062C\u0648 \u062E\u0648\u0627\u0647\u06CC\u0645 \u06A9\u0631\u062F. , Tiger) \u0628\u0647 \u0637\u0648\u0631 \u062E\u0648\u062F\u06A9\u0627\u0631 \u0647\u0645\u0627\u0646 \u06A9\u0644\u0645\u0627\u062A \u06A9\u0644\u06CC\u062F\u06CC \u0631\u0627 \u0628\u0647 \u0632\u0628\u0627\u0646 \u0627\u0646\u06AF\u0644\u06CC\u0633\u06CC \u0628\u0631\u0627\u06CC \u0634\u0645\u0627 \u062C\u0633\u062A\u062C\u0648 \u0645\u06CC \u06A9\u0646\u062F \u0648 \u062F\u0631 \u0633\u0645\u062A \u0631\u0627\u0633\u062A \u0646\u0645\u0627\u06CC\u0634 \u0645\u06CC \u062F\u0647\u062F. \u0627\u06AF\u0631 \u0628\u0647 \u0627\u06CC\u0646 \u0648\u06CC\u0698\u06AF\u06CC \u0646\u06CC\u0627\u0632 \u0646\u062F\u0627\u0631\u06CC\u062F\u060C \u0645\u06CC \u062A\u0648\u0627\u0646\u06CC\u062F \u0622\u0646 \u0631\u0627 \u063A\u06CC\u0631\u0641\u0639\u0627\u0644 \u06A9\u0646\u06CC\u062F.",option:"\u0628\u0631\u067E\u0627\u06CC\u06CC",saveSettings:"\u062A\u0646\u0638\u06CC\u0645\u0627\u062A \u0631\u0627 \u0630\u062E\u06CC\u0631\u0647 \u06A9\u0646",closeModal:"\u067E\u0646\u062C\u0631\u0647 \u0631\u0627 \u0628\u0628\u0646\u062F",enableInputTranslationWithoutTriggerKeyTitle:"\u062A\u0631\u06A9\u06CC\u0628 \u0633\u0631\u06CC\u0639 \u0631\u0627 3 \u0628\u0627\u0631{trailingKey}\u0641\u0639\u0627\u0644 \u06A9\u0646\u06CC\u062F\u060C \u062A\u0645\u0627\u0645 \u06A9\u0627\u062F\u0631 \u0648\u0631\u0648\u062F\u06CC \u0631\u0627 \u0645\u0633\u062A\u0642\u06CC\u0645\u0627\u064B \u0628\u0647{inputTargetLanguage}\u062A\u0631\u062C\u0645\u0647 \u06A9\u0646\u06CC\u062F",enableInputTranslationWithoutTriggerKeyDescription:"\u0627\u06AF\u0631 \u0645\u06CC\u200C\u062E\u0648\u0627\u0647\u06CC\u062F \u0632\u0628\u0627\u0646 \u0645\u0642\u0635\u062F \u0631\u0627 \u0645\u0634\u062E\u0635 \u06A9\u0646\u06CC\u062F\u060C \u0644\u0637\u0641\u0627\u064B \u06A9\u062F \u0632\u0628\u0627\u0646 \u0645\u0642\u0627\u0628\u0644 \u0631\u0627 \u0627\u0636\u0627\u0641\u0647 \u06A9\u0646\u06CC\u062F\u060C \u0645\u0627\u0646\u0646\u062F\uFF1A\u06CC\u0627 Hello World",mouseHoverShortcutPlaceholder:"\u0645\u0627\u0646\u0646\u062F\uFF1AShift",deepLProName:"\u0639\u0636\u0648 \u062D\u0631\u0641\u0647 \u0627\u06CC \u062A\u0631\u062C\u0645\u0647 Immersive (\u062A\u0648\u0635\u06CC\u0647 \u0645\u06CC \u0634\u0648\u062F)",deepLProDescription:"\u0628\u0633\u062A\u0647 \u0641\u0639\u0644\u06CC \u0631\u0627 \u0645\u06CC \u062A\u0648\u0627\u0646 \u0628\u0647 \u0637\u0648\u0631 \u0645\u0633\u062A\u0642\u06CC\u0645 \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u06A9\u0631\u062F",deeplProDescriptionForNormal:"\u0647\u06CC\u0686 \u062A\u0646\u0638\u06CC\u0645\u0627\u062A\u06CC \u0644\u0627\u0632\u0645 \u0646\u06CC\u0633\u062A. \u0645\u06CC \u062A\u0648\u0627\u0646\u06CC\u062F \u067E\u0633 \u0627\u0632 \u0648\u0631\u0648\u062F \u0628\u0647 \u0639\u0646\u0648\u0627\u0646 \u0639\u0636\u0648 \u0627\u0632 \u0622\u0646 \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u06A9\u0646\u06CC\u062F. <1> \u0628\u0631\u0627\u06CC \u0627\u0631\u062A\u0642\u0627 \u0628\u0647 \u0639\u0636\u0648 \u0627\u06CC\u0646\u062C\u0627 \u0631\u0627 \u06A9\u0644\u06CC\u06A9 \u06A9\u0646\u06CC\u062F.",deepLCustomDescription:"\u0634\u0645\u0627 \u0628\u0647 \u06CC\u06A9 \u06A9\u0627\u0631\u062A \u0627\u0639\u062A\u0628\u0627\u0631\u06CC \u062E\u0627\u0631\u062C\u06CC \u0646\u06CC\u0627\u0632 \u062F\u0627\u0631\u06CC\u062F\u060C \u0628\u0647 <1>DeepL \u0628\u0631\u0648\u06CC\u062F \u0628\u0647 \u0637\u0648\u0631 \u0631\u0633\u0645\u06CC \u0628\u0627\u0632 \u0634\u062F\u060C \u0628\u0631\u0627\u06CC \u0645\u0634\u0627\u0647\u062F\u0647 \u0627\u0633\u0646\u0627\u062F <2> \u06A9\u0644\u06CC\u06A9 \u06A9\u0646\u06CC\u062F",deepLCustomName:"\u06A9\u0644\u06CC\u062F \u062A\u0623\u06CC\u06CC\u062F \u0633\u0641\u0627\u0631\u0634\u06CC",chooseProviderLabel:"\u0627\u0631\u0627\u0626\u0647 \u062F\u0647\u0646\u062F\u0647 \u062E\u062F\u0645\u0627\u062A \u0631\u0627 \u0627\u0646\u062A\u062E\u0627\u0628 \u06A9\u0646\u06CC\u062F",openaiProName:"\u0639\u0636\u0648 \u062D\u0631\u0641\u0647 \u0627\u06CC \u062A\u0631\u062C\u0645\u0647 Immersive (\u062A\u0648\u0635\u06CC\u0647 \u0645\u06CC \u0634\u0648\u062F)",openaiProDescription:"\u0628\u0633\u062A\u0647 \u0641\u0639\u0644\u06CC \u0631\u0627 \u0645\u06CC \u062A\u0648\u0627\u0646 \u0628\u0647 \u0637\u0648\u0631 \u0645\u0633\u062A\u0642\u06CC\u0645 \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u06A9\u0631\u062F",openaiProDescriptionForNormal:"\u0647\u06CC\u0686 \u062A\u0646\u0638\u06CC\u0645\u0627\u062A\u06CC \u0644\u0627\u0632\u0645 \u0646\u06CC\u0633\u062A. \u0645\u06CC \u062A\u0648\u0627\u0646\u06CC\u062F \u067E\u0633 \u0627\u0632 \u0648\u0631\u0648\u062F \u0628\u0647 \u0639\u0646\u0648\u0627\u0646 \u0639\u0636\u0648 \u0627\u0632 \u0622\u0646 \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u06A9\u0646\u06CC\u062F. <1> \u0628\u0631\u0627\u06CC \u0627\u0631\u062A\u0642\u0627 \u0628\u0647 \u0639\u0636\u0648 \u0627\u06CC\u0646\u062C\u0627 \u0631\u0627 \u06A9\u0644\u06CC\u06A9 \u06A9\u0646\u06CC\u062F.",openaiCustomDescription:"\u0645\u06CC \u062A\u0648\u0627\u0646 \u0622\u0646 \u0631\u0627 \u0627\u0632 OpenAI\u060C Azure OpenAI \u06CC\u0627 \u0633\u0627\u06CC\u0631 \u062E\u062F\u0645\u0627\u062A \u0634\u062E\u0635 \u062B\u0627\u0644\u062B \u062F\u0631\u06CC\u0627\u0641\u062A \u06A9\u0631\u062F. <1> \u0628\u0631\u0627\u06CC \u0645\u0634\u0627\u0647\u062F\u0647 \u0633\u0646\u062F \u0627\u06CC\u0646\u062C\u0627 \u0631\u0627 \u06A9\u0644\u06CC\u06A9 \u06A9\u0646\u06CC\u062F.",openaiCustomName:"\u06A9\u0644\u06CC\u062F API \u0633\u0641\u0627\u0631\u0634\u06CC",needLoginAction:"(\u0639\u0636\u0648\u06CC\u062A \u0631\u0627 \u0648\u0627\u0631\u062F \u06A9\u0646\u06CC\u062F \u06CC\u0627 \u0633\u0641\u0627\u0631\u0634\u06CC \u06A9\u0646\u06CC\u062F)",goLoginOrAction:"(\u0648\u0627\u0631\u062F \u0639\u0636\u0648\u06CC\u062A \u0634\u0648\u06CC\u062F \u06CC\u0627 \u0628\u0647 \u062A\u0646\u0638\u06CC\u0645\u0627\u062A \u0628\u0631\u0648\u06CC\u062F)",yearly:"\u0627\u0634\u062A\u0631\u0627\u06A9 \u0633\u0627\u0644\u0627\u0646\u0647 \u0645\u0633\u062A\u0645\u0631",quarterly:"\u0641\u0635\u0644 \u0647\u0627\u06CC \u0645\u062A\u0648\u0627\u0644\u06CC",monthly:"\u0627\u0634\u062A\u0631\u0627\u06A9 \u0645\u0627\u0647\u0627\u0646\u0647 \u0645\u0633\u062A\u0645\u0631",yearlyForOnce:"\u0628\u0633\u062A\u0647 \u0633\u0627\u0644\u0627\u0646\u0647 \u06CC\u06A9\u0628\u0627\u0631 \u0645\u0635\u0631\u0641",monthlyForOnce:"\u0628\u0633\u062A\u0647 \u06CC\u06A9\u0628\u0627\u0631\u0647 \u0645\u0627\u0647\u0627\u0646\u0647",daily:"\u0631\u0648\u0632\u0647\u0627\u06CC \u0645\u062A\u0648\u0627\u0644\u06CC",year:"\u0627\u0634\u062A\u0631\u0627\u06A9 \u0633\u0627\u0644\u0627\u0646\u0647 \u0645\u0633\u062A\u0645\u0631",quarter:"\u0641\u0635\u0644 \u0647\u0627\u06CC \u0645\u062A\u0648\u0627\u0644\u06CC",month:"\u0627\u0634\u062A\u0631\u0627\u06A9 \u0645\u0627\u0647\u0627\u0646\u0647 \u0645\u0633\u062A\u0645\u0631",day:"\u0631\u0648\u0632\u0647\u0627\u06CC \u0645\u062A\u0648\u0627\u0644\u06CC",onetime_7day:"\u0628\u0633\u062A\u0647 \u0622\u0632\u0645\u0627\u06CC\u0634\u06CC 7 \u0631\u0648\u0632\u0647",currentPlanDescriptionForFree:"\u0628\u0633\u062A\u0647 \u0641\u0639\u0644\u06CC\uFF1A\u0631\u0627\u06CC\u06AF\u0627\u0646 \u0627\u0633\u062A",currentPlanDescriptionForContinuous:"\u0628\u0633\u062A\u0647 \u0641\u0639\u0644\u06CC 0{plan}\uFF1A\u0648 \u0628\u0647 \u0637\u0648\u0631 \u062E\u0648\u062F\u06A9\u0627\u0631 \u062F\u0631 {endAt} \u062A\u0645\u062F\u06CC\u062F \u0645\u06CC \u0634\u0648\u062F",currentPlanDescriptionForAutoRenewCaceling:"\u0628\u0633\u062A\u0647 \u0641\u0639\u0644\u06CC\uFF1A{plan}\u0627\u0633\u062A \u0648 \u062F\u0631 {endAt} \u0645\u0646\u0642\u0636\u06CC \u0645\u06CC \u0634\u0648\u062F. \u067E\u0633 \u0627\u0632 \u0627\u0646\u0642\u0636\u0627 \u0628\u0647 \u0637\u0648\u0631 \u062E\u0648\u062F\u06A9\u0627\u0631 \u062A\u0645\u062F\u06CC\u062F \u0646\u0645\u06CC \u0634\u0648\u062F.",currentYearlyPlanDescriptionForAutoRenewCacelingWithRealPaiedUser:"\u0628\u0633\u062A\u0647 \u0641\u0639\u0644\u06CC\uFF1A{plan}\u062F\u0631 \u062A\u0627\u0631\u06CC\u062E {endAt} \u0645\u0646\u0642\u0636\u06CC \u0645\u06CC \u0634\u0648\u062F \u0648 \u067E\u0633 \u0627\u0632 \u0627\u0646\u0642\u0636\u0627 \u0628\u0647 \u0637\u0648\u0631 \u062E\u0648\u062F\u06A9\u0627\u0631 \u062A\u0645\u062F\u06CC\u062F \u0646\u0645\u06CC \u0634\u0648\u062F.
<1> \u0628\u0631\u0627\u06CC \u0645\u062F\u06CC\u0631\u06CC\u062A \u0628\u0631\u0646\u0627\u0645\u0647 \u0647\u0627\u06CC \u062A\u0645\u062F\u06CC\u062F \u0627\u06CC\u0646\u062C\u0627 \u0631\u0627 \u06A9\u0644\u06CC\u06A9 \u06A9\u0646\u06CC\u062F",currentYearlyPlanDescriptionForAutoRenewCacelingWithAdmin:"\u0628\u0633\u062A\u0647 \u0641\u0639\u0644\u06CC\uFF1A{plan}\u062F\u0631 \u062A\u0627\u0631\u06CC\u062E {endAt} \u0645\u0646\u0642\u0636\u06CC \u0645\u06CC \u0634\u0648\u062F \u0648 \u067E\u0633 \u0627\u0632 \u0627\u0646\u0642\u0636\u0627 \u0628\u0647 \u0637\u0648\u0631 \u062E\u0648\u062F\u06A9\u0627\u0631 \u062A\u0645\u062F\u06CC\u062F \u0646\u0645\u06CC \u0634\u0648\u062F.
<1>\u0628\u0631\u0627\u06CC \u0641\u0639\u0627\u0644 \u06A9\u0631\u062F\u0646 \u0627\u0634\u062A\u0631\u0627\u06A9 \u0633\u0627\u0644\u0627\u0646\u0647 \u0645\u0633\u062A\u0645\u0631 \u0627\u06CC\u0646\u062C\u0627 \u0631\u0627 \u06A9\u0644\u06CC\u06A9 \u06A9\u0646\u06CC\u062F",currentPlanDescriptionForOneTime:"\u0628\u0633\u062A\u0647 \u0641\u0639\u0644\u06CC\uFF1A{plan}\u0627\u0633\u062A \u0648 \u062F\u0631 {endAt} \u0645\u0646\u0642\u0636\u06CC \u0645\u06CC \u0634\u0648\u062F. <1> \u0628\u0631\u0627\u06CC \u0627\u0631\u062A\u0642\u0627\u0621 \u0628\u0647 \u0647\u0632\u06CC\u0646\u0647 \u0633\u0627\u0644\u0627\u0646\u0647 \u0627\u06CC\u0646\u062C\u0627 \u0631\u0627 \u06A9\u0644\u06CC\u06A9 \u06A9\u0646\u06CC\u062F \u06CC\u0627 <2> \u0647\u0632\u06CC\u0646\u0647 \u0645\u0627\u0647\u0627\u0646\u0647 \u0639\u0636\u0648",upgradePlan:"\u0628\u0631\u0627\u06CC \u0627\u0631\u062A\u0642\u0627\u0621 \u0628\u0647 \u0639\u0636\u0648\u06CC\u062A Pro \u0627\u06CC\u0646\u062C\u0627 \u0631\u0627 \u06A9\u0644\u06CC\u06A9 \u06A9\u0646\u06CC\u062F",upgradeToPro:"\u0628\u0647 \u0639\u0636\u0648\u06CC\u062A Pro \u0627\u0631\u062A\u0642\u0627 \u062F\u0647\u06CC\u062F","popup.openPro":"\u5F00\u901A\u4F1A\u5458\u540E\u53EF\u4EE5\u7545\u4EAB DeepL \u548C OpenAI \u7FFB\u8BD1","popup.openProForPro":"\u0634\u0645\u0627 \u06CC\u06A9 \u0639\u0636\u0648 \u062D\u0631\u0641\u0647 \u0627\u06CC \u0647\u0633\u062A\u06CC\u062F \u0648 \u0645\u06CC \u062A\u0648\u0627\u0646\u06CC\u062F \u0645\u0633\u062A\u0642\u06CC\u0645\u0627\u064B \u0627\u0632 \u062A\u0631\u062C\u0645\u0647 DeepL \u0648 OpenAI \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u06A9\u0646\u06CC\u062F",currentAccount:"\u062D\u0633\u0627\u0628 \u062C\u0627\u0631\u06CC",enableAutoSyncUserSettings:"\u0647\u0645\u06AF\u0627\u0645 \u0633\u0627\u0632\u06CC \u0627\u0628\u0631\u06CC \u062E\u0648\u062F\u06A9\u0627\u0631 \u0631\u0627 \u062F\u0631 \u0686\u0646\u062F\u06CC\u0646 \u062F\u0633\u062A\u06AF\u0627\u0647 \u0641\u0639\u0627\u0644 \u06A9\u0646\u06CC\u062F",modalEnableInputTranslationTitle:"\u0646\u06A9\u0627\u062A \u062A\u0631\u062C\u0645\u0647 \u0647\u0645\u0647\u062C\u0627\u0646\u0628\u0647 \u062C\u0639\u0628\u0647 \u0648\u0631\u0648\u062F\u06CC \u062A\u0631\u062C\u0645\u0647",modalEnableInputTranslationDesc:"\u0634\u0645\u0627 \u0628\u0647 \u062A\u0627\u0632\u06AF\u06CC \u062A\u0631\u062C\u0645\u0647 \u062C\u0639\u0628\u0647 \u0648\u0631\u0648\u062F\u06CC Immersive Translation \u0631\u0627 \u0628\u0627 \u0641\u0634\u0627\u0631 \u062F\u0627\u062F\u0646 \u06A9\u0644\u06CC\u062F \u0641\u0627\u0635\u0644\u0647 \u0633\u0647 \u0628\u0627\u0631 \u067E\u0634\u062A \u0633\u0631 \u0647\u0645 \u0641\u0639\u0627\u0644 \u06A9\u0631\u062F\u0647 \u0627\u06CC\u062F \u0648 \u0645\u062D\u062A\u0648\u0627\u06CC \u062C\u0639\u0628\u0647 \u0648\u0631\u0648\u062F\u06CC \u0628\u0647 \u0632\u0628\u0627\u0646 \u0645\u0642\u0635\u062F \u067E\u06CC\u0634 \u0641\u0631\u0636 \u062A\u0631\u062C\u0645\u0647 \u0645\u06CC \u0634\u0648\u062F. \u062A\u0631\u062C\u0645\u0647 \u0631\u0627 \u0645\u06CC \u062A\u0648\u0627\u0646 \u0628\u0627 Ctrl+Z \u0644\u063A\u0648 \u06A9\u0631\u062F.

\u0627\u06AF\u0631 \u0627\u06CC\u0646 \u06CC\u06A9 \u0627\u0634\u062A\u0628\u0627\u0647 \u0627\u0633\u062A\u060C \u0646\u06AF\u0631\u0627\u0646 \u0646\u0628\u0627\u0634\u06CC\u062F\u060C \u0645\u06CC\u200C\u062A\u0648\u0627\u0646\u06CC\u062F \u0627\u06CC\u0646 \u0628\u0627\u0631 \u0622\u0646 \u0631\u0627 \u063A\u06CC\u0631\u0641\u0639\u0627\u0644 \u06A9\u0646\u06CC\u062F \u06CC\u0627 \u062A\u0631\u062C\u0645\u0647 \u062C\u0639\u0628\u0647 \u0648\u0631\u0648\u062F\u06CC \u0631\u0627 \u0628\u0631\u0627\u06CC \u0647\u0645\u06CC\u0634\u0647 \u063A\u06CC\u0631\u0641\u0639\u0627\u0644 \u06A9\u0646\u06CC\u062F.",saveAndNotShowAgain:"\u0630\u062E\u06CC\u0631\u0647 \u06A9\u0646\u06CC\u062F \u0648 \u062F\u0648\u0628\u0627\u0631\u0647 \u062F\u0631\u062E\u0648\u0627\u0633\u062A \u0646\u06A9\u0646\u06CC\u062F",disableInputTranslationTips:"* \u0647\u0645\u0686\u0646\u06CC\u0646 \u0645\u06CC \u062A\u0648\u0627\u0646\u06CC\u062F \u0633\u0627\u06CC\u0631 \u06A9\u0644\u06CC\u062F\u0647\u0627\u06CC \u0645\u06CC\u0627\u0646\u0628\u0631 \u0631\u0627 \u0628\u0631\u0627\u06CC \u0641\u0639\u0627\u0644 \u06A9\u0631\u062F\u0646 {option} \u060C{learnMore}\u062A\u0646\u0638\u06CC\u0645 \u06A9\u0646\u06CC\u062F.",learnMore:"\u0628\u0631\u0627\u06CC \u0627\u0637\u0644\u0627\u0639\u0627\u062A \u0628\u06CC\u0634\u062A\u0631 \u0627\u06CC\u0646\u062C\u0627 \u06A9\u0644\u06CC\u06A9 \u06A9\u0646\u06CC\u062F",continueEnalbeInputTranslation:"\u0628\u0647 \u0641\u0639\u0627\u0644 \u06A9\u0631\u062F\u0646 \u062A\u0631\u062C\u0645\u0647 \u062C\u0639\u0628\u0647 \u0648\u0631\u0648\u062F\u06CC \u0627\u062F\u0627\u0645\u0647 \u062F\u0647\u06CC\u062F",autoRenewTrialSuffix:'(\u062F\u0631 \u0637\u0648\u0644 \u062F\u0648\u0631\u0647 \u0622\u0632\u0645\u0627\u06CC\u0634\u06CC\u060C\u0628\u0644\u0627\u0641\u0627\u0635\u0644\u0647 \u0628\u0647 \u06CC\u06A9\u0631\u0633\u0645\u06CC \u0627\u0631\u062A\u0642\u0627 \u062E\u0648\u0627\u0647\u062F \u06CC\u0627\u0641\u062A.',upgradeFromTrialTitle:"\u0627\u0631\u062A\u0642\u0627 \u0628\u0647 \u0639\u0636\u0648 \u0631\u0633\u0645\u06CC",subtitle:"\u0632\u06CC\u0631\u0646\u0648\u06CC\u0633 \u0648\u06CC\u062F\u06CC\u0648",youtubeService:"\u062E\u062F\u0645\u0627\u062A \u062A\u0631\u062C\u0645\u0647 \u0632\u06CC\u0631\u0646\u0648\u06CC\u0633 \u0648\u06CC\u062F\u06CC\u0648\u06CC\u06CC \u0647\u0645\u0647\u062C\u0627\u0646\u0628\u0647","subtitle.disabledSubtitle":"\u0632\u06CC\u0631\u0646\u0648\u06CC\u0633 \u0648\u06CC\u062F\u06CC\u0648 \u0631\u0627 \u0628\u0631\u0627\u06CC \u0647\u0645\u06CC\u0634\u0647 \u063A\u06CC\u0631\u0641\u0639\u0627\u0644 \u06A9\u0646\u06CC\u062F","subtitle.disabledSubtitleDescription":"\u0627\u06AF\u0631 \u0632\u06CC\u0631\u0646\u0648\u06CC\u0633\u200C\u0647\u0627\u06CC \u0648\u06CC\u062F\u06CC\u0648\u06CC \xAB\u062A\u0631\u062C\u0645\u0647 Immersive\xBB \u0628\u0627 \u0628\u0631\u0646\u0627\u0645\u0647\u200C\u0647\u0627\u06CC \u0627\u0641\u0632\u0648\u062F\u0646\u06CC \u062F\u06CC\u06AF\u0631 \u062A\u062F\u0627\u062E\u0644 \u062F\u0627\u0631\u0646\u062F\u060C \u0645\u06CC\u200C\u062A\u0648\u0627\u0646\u06CC\u062F \u0627\u0646\u062A\u062E\u0627\u0628 \u06A9\u0646\u06CC\u062F \u06A9\u0647 \u0639\u0645\u0644\u06A9\u0631\u062F \u0632\u06CC\u0631\u0646\u0648\u06CC\u0633\u200C\u0647\u0627\u06CC \u0648\u06CC\u062F\u06CC\u0648\u06CC\u06CC \u062A\u0631\u062C\u0645\u0647 Immersive \u0631\u0627 \u0628\u0631\u0627\u06CC \u0647\u0645\u06CC\u0634\u0647 \u063A\u06CC\u0631\u0641\u0639\u0627\u0644 \u06A9\u0646\u06CC\u062F \u06CC\u0627 \u0633\u0627\u06CC\u0631 \u0628\u0631\u0646\u0627\u0645\u0647\u200C\u0647\u0627\u06CC \u0627\u0641\u0632\u0648\u062F\u0646\u06CC \u0645\u062A\u0646\u0627\u0642\u0636 \u0631\u0627 \u062D\u0630\u0641 \u0646\u0635\u0628 \u06A9\u0646\u06CC\u062F.","subtitle.autoEnableSubtitle":"\u5F00\u542F\u5B57\u5E55\u7FFB\u8BD1","subtitle.autoEnableSubtitleDescription":"\u067E\u0633 \u0627\u0632 \u0641\u0639\u0627\u0644 \u0633\u0627\u0632\u06CC\u060C \u0647\u0646\u06AF\u0627\u0645 \u067E\u062E\u0634 \u0648\u06CC\u062F\u06CC\u0648\u060C \u0632\u06CC\u0631\u0646\u0648\u06CC\u0633 \u062F\u0648\u0632\u0628\u0627\u0646\u0647 \u0628\u0647 \u0635\u0648\u0631\u062A \u062E\u0648\u062F\u06A9\u0627\u0631 \u0646\u0645\u0627\u06CC\u0634 \u062F\u0627\u062F\u0647 \u0645\u06CC \u0634\u0648\u062F\u060C \u062F\u0631 \u063A\u06CC\u0631 \u0627\u06CC\u0646 \u0635\u0648\u0631\u062A \u0628\u0627\u06CC\u062F \u0631\u0648\u06CC \u062F\u06A9\u0645\u0647 \u062A\u0631\u062C\u0645\u0647 \u06A9\u0644\u06CC\u06A9 \u06A9\u0646\u06CC\u062F \u062A\u0627 \u0646\u0645\u0627\u06CC\u0634 \u062F\u0627\u062F\u0647 \u0634\u0648\u062F.","subtitle.preTranslation":"\u0628\u0631\u0627\u06CC \u062A\u0631\u062C\u0645\u0647 \u0632\u06CC\u0631\u0646\u0648\u06CC\u0633 \u0647\u0627 \u0627\u0632 \u062A\u0631\u062C\u0645\u0647 \u0647\u0645\u0647 \u062C\u0627\u0646\u0628\u0647 \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u06A9\u0646\u06CC\u062F","subtitle.preTranslationDescription":"\u067E\u0633 \u0627\u0632 \u0641\u0639\u0627\u0644 \u06A9\u0631\u062F\u0646 \u0622\u0646\u060C \u0627\u0648\u0644\u0648\u06CC\u062A \u0628\u0627 \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u0627\u0632 \u062E\u062F\u0645\u0627\u062A \u062A\u0631\u062C\u0645\u0647 \u0645\u0634\u062E\u0635 \u0634\u062F\u0647 \u062F\u0631 \u0632\u06CC\u0631 \u0628\u0631\u0627\u06CC \u062A\u0631\u062C\u0645\u0647 \u06A9\u0644 \u0632\u06CC\u0631\u0646\u0648\u06CC\u0633 \u0627\u0632 \u0642\u0628\u0644 \u062E\u0648\u0627\u0647\u062F \u0628\u0648\u062F. \u06CC\u06A9 \u0648\u06CC\u062F\u06CC\u0648\u06CC \u06CC\u06A9 \u0633\u0627\u0639\u062A\u0647 \u062A\u0642\u0631\u06CC\u0628\u0627\u064B 50000 \u062A\u0648\u06A9\u0646 \u06CC\u0627 \u06A9\u0627\u0631\u0627\u06A9\u062A\u0631 \u0645\u0635\u0631\u0641 \u0645\u06CC \u06A9\u0646\u062F\u060C \u0628\u0646\u0627\u0628\u0631\u0627\u06CC\u0646 \u0644\u0637\u0641\u0627\u064B \u0627\u0632 \u0622\u0646 \u062F\u0631 \u0635\u0648\u0631\u062A \u0644\u0632\u0648\u0645 \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u06A9\u0646\u06CC\u062F\u061B \u067E\u0633 \u0627\u0632 \u063A\u06CC\u0631\u0641\u0639\u0627\u0644 \u0634\u062F\u0646\u060C \u0627\u0648\u0644\u0648\u06CC\u062A \u062F\u0627\u062F\u0647 \u0645\u06CC \u0634\u0648\u062F. \u0628\u0631\u0627\u06CC \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u0627\u0632 \u0632\u06CC\u0631\u0646\u0648\u06CC\u0633\u200C\u0647\u0627\u06CC \u062A\u0631\u062C\u0645\u0647\u200C\u0634\u062F\u0647 \u0645\u0627\u0634\u06CC\u0646\u06CC \u0647\u0645\u0631\u0627\u0647 \u0628\u0627 \u0648\u06CC\u062F\u06CC\u0648\u06CC \u0627\u0635\u0644\u06CC.","subtitle.humanSubtitlesPreferred":"\u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u0627\u0632 \u0632\u06CC\u0631\u0646\u0648\u06CC\u0633 \u0647\u0627\u06CC \u0627\u0646\u0633\u0627\u0646\u06CC \u0631\u0627 \u062F\u0631 \u0627\u0648\u0644\u0648\u06CC\u062A \u0642\u0631\u0627\u0631 \u062F\u0647\u06CC\u062F","subtitle.humanSubtitlesPreferredDescription":"\u0648\u0642\u062A\u06CC \u0648\u06CC\u062F\u06CC\u0648\u06CC\u06CC \u062F\u0627\u0631\u0627\u06CC \u0632\u06CC\u0631\u0646\u0648\u06CC\u0633 \u062F\u0633\u062A\u06CC \u0628\u0647 \u0632\u0628\u0627\u0646 \u0645\u0642\u0635\u062F \u0627\u0633\u062A\u060C \u0627\u0628\u062A\u062F\u0627 \u0627\u0632 \u0632\u06CC\u0631\u0646\u0648\u06CC\u0633 \u062F\u0633\u062A\u06CC \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u06A9\u0646\u06CC\u062F (\u062A\u0648\u0635\u06CC\u0647 \u0645\u06CC\u200C\u0634\u0648\u062F)",videoSubtitleTranslationDescription:"\u06CC\u06A9 \u0633\u0631\u0648\u06CC\u0633 \u062A\u0631\u062C\u0645\u0647 \u062C\u062F\u0627\u06AF\u0627\u0646\u0647 \u0628\u0631\u0627\u06CC \u0632\u06CC\u0631\u0646\u0648\u06CC\u0633 \u0648\u06CC\u062F\u06CC\u0648\u0647\u0627 \u062A\u0639\u06CC\u06CC\u0646 \u06A9\u0646\u06CC\u062F",subtitleTranslating:"\u062A\u0631\u062C\u0645\u0647 \u0632\u06CC\u0631\u0646\u0648\u06CC\u0633 \u0628\u0627 \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u0627\u0632 \u0633\u0631\u0648\u06CC\u0633 {service} \u060C \u0644\u0637\u0641\u0627 \u0635\u0628\u0631 \u06A9\u0646\u06CC\u062F... (\u062A\u0631\u062C\u0645\u0647 \u0647\u0645\u0647 \u062C\u0627\u0646\u0628\u0647)",subtitleLoading:"\u062F\u0631 \u062D\u0627\u0644 \u0628\u0627\u0631\u06AF\u06CC\u0631\u06CC \u0632\u06CC\u0631\u0646\u0648\u06CC\u0633...",bilingual:"\u062F\u0648 \u0632\u0628\u0627\u0646\u0647","field.action":"\u0627\u06CC\u0646\u06A9\u0647 \u0622\u06CC\u0627 \u0627\u0635\u0637\u0644\u0627\u062D\u0627\u062A Baidu \u0631\u0627 \u0641\u0639\u0627\u0644 \u06A9\u0646\u06CC\u062F","description.action":"\u067E\u0633 \u0627\u0632 \u0641\u0639\u0627\u0644 \u06A9\u0631\u062F\u0646\u060C \u067E\u0627\u0631\u0627\u0645\u062A\u0631 action=1 \u0628\u0647 \u062F\u0631\u062E\u0648\u0627\u0633\u062A \u0627\u0636\u0627\u0641\u0647 \u0645\u06CC\u200C\u0634\u0648\u062F \u062A\u0627 \u0628\u0647 Baidu \u0627\u0637\u0644\u0627\u0639 \u062F\u0627\u062F\u0647 \u0634\u0648\u062F \u062A\u0627 \u0627\u0635\u0637\u0644\u0627\u062D \u0641\u0639\u0627\u0644 \u0634\u0648\u062F. <1> \u0644\u0637\u0641\u0627\u064B \u0628\u0631\u0627\u06CC \u062F\u0633\u062A\u0648\u0631\u0627\u0644\u0639\u0645\u0644\u200C\u0647\u0627\u06CC \u0628\u06CC\u0634\u062A\u0631 \u0628\u0647 \u0645\u0633\u062A\u0646\u062F\u0627\u062A \u0631\u0633\u0645\u06CC \u0645\u0631\u0627\u062C\u0639\u0647 \u06A9\u0646\u06CC\u062F.",closeQuickTranslation:"\u062A\u0648\u067E \u0634\u0646\u0627\u0648\u0631 \u0631\u0627 \u0628\u0628\u0646\u062F\u06CC\u062F","closeQuickTranslation.untilNext":"\u062A\u0627 \u0628\u0627\u0632\u062F\u06CC\u062F \u0628\u0639\u062F\u06CC \u062A\u0639\u0637\u06CC\u0644 \u0627\u0633\u062A","closeQuickTranslation.currentWebsite":"\u0648\u0628 \u0633\u0627\u06CC\u062A \u0641\u0639\u0644\u06CC \u063A\u06CC\u0631\u0641\u0639\u0627\u0644 \u0627\u0633\u062A","closeQuickTranslation.alwaysClose":"\u0628\u0631\u0627\u06CC \u0647\u0645\u06CC\u0634\u0647 \u0627\u0632 \u06A9\u0627\u0631 \u0627\u0641\u062A\u0627\u062F\u0647 \u0627\u0633\u062A","closeQuickTranslation.settingOpen":"(\u062F\u0631 \u0635\u0641\u062D\u0647 \u062A\u0646\u0638\u06CC\u0645\u0627\u062A <1> \u0642\u0627\u0628\u0644 \u0645\u0634\u0627\u0647\u062F\u0647 \u0627\u0633\u062A \u0631\u0648\u0634\u0646 \u06A9\u0646)","closeQuickTranslation.cancel":"\u0644\u063A\u0648 \u06A9\u0646\u06CC\u062F","closeQuickTranslation.confirm":"\u0645\u0637\u0645\u0626\u0646","floatBall.popup":"\u067E\u0627\u0646\u0644 \u062A\u0646\u0638\u06CC\u0645\u0627\u062A \u0633\u0631\u06CC\u0639 \u0631\u0627 \u0628\u0627\u0632 \u06A9\u0646\u06CC\u062F","floatBall.translate":"\u0628\u0631\u0627\u06CC \u062A\u0631\u062C\u0645\u0647 \u0627\u06CC\u0646 \u0635\u0641\u062D\u0647 \u06A9\u0644\u06CC\u06A9 \u06A9\u0646\u06CC\u062F","floatBall.showOriginal":"\u0628\u0631\u0627\u06CC \u0628\u0627\u0632\u06AF\u0634\u062A \u0628\u0647 \u0645\u062A\u0646 \u0627\u0635\u0644\u06CC \u06A9\u0644\u06CC\u06A9 \u06A9\u0646\u06CC\u062F","floatBall.close":"\u062A\u0648\u067E \u0634\u0646\u0627\u0648\u0631 \u0631\u0627 \u0628\u0628\u0646\u062F\u06CC\u062F","floatBallOptions.enableDescPc":"\u067E\u0633 \u0627\u0632 \u0641\u0639\u0627\u0644 \u0634\u062F\u0646 \u062A\u0648\u067E \u0634\u0646\u0627\u0648\u0631 \u0635\u0641\u062D\u0647\u060C \u062F\u06A9\u0645\u0647 \u062A\u0631\u062C\u0645\u0647 \u0633\u0631\u06CC\u0639 \u062F\u0631 \u0633\u0645\u062A \u0631\u0627\u0633\u062A \u0635\u0641\u062D\u0647 \u0646\u0645\u0627\u06CC\u0634 \u062F\u0627\u062F\u0647 \u0645\u06CC \u0634\u0648\u062F.\u0628\u0631\u0627\u06CC \u062A\u0631\u062C\u0645\u0647 \u06A9\u0644\u06CC\u06A9 \u06A9\u0646\u06CC\u062F.","floatBallOptions.enableDesc":"\u5173\u95ED\u60AC\u6D6E\u7403\u540E\uFF0C\u53EF\u4EE5\u7528\u5FEB\u6377\u952E/{touch}\u5524\u8D77\u3002\u4E3A\u9632\u6B62\u4E0D\u614E\u5173\u95ED\u8BE5\u9009\u9879\u540E\u627E\u4E0D\u5230\u60AC\u6D6E\u7403\uFF0C\u5F3A\u70C8\u5EFA\u8BAE\u6536\u85CF\u672C\u8BBE\u7F6E\u9875","description.azureApiUrl":"\u0622\u062F\u0631\u0633 \u0631\u0627\u0628\u0637 API \u0633\u0641\u0627\u0631\u0634\u06CC \u0631\u0627 \u067E\u0631 \u06A9\u0646\u06CC\u062F",confirmSupportMouse:"\u786E\u8BA4\u5F53\u524D\u6D4F\u89C8\u5668\u652F\u6301\u9F20\u6807",confirmSupportMouseDescription:"\u062A\u0634\u062E\u06CC\u0635 \u062F\u0627\u062F\u0647 \u0634\u062F\u0647 \u0627\u0633\u062A \u06A9\u0647 \u0645\u0631\u0648\u0631\u06AF\u0631 \u0641\u0639\u0644\u06CC \u0627\u0632 \u0639\u0645\u0644\u06A9\u0631\u062F \u0645\u0627\u0648\u0633 \u067E\u0634\u062A\u06CC\u0628\u0627\u0646\u06CC \u0646\u0645\u06CC \u06A9\u0646\u062F. \u0622\u06CC\u0627 \u0645\u06CC \u062E\u0648\u0627\u0647\u06CC\u062F \u067E\u0634\u062A\u06CC\u0628\u0627\u0646\u06CC \u0627\u0632 \u0645\u0627\u0648\u0633 \u0631\u0627 \u0628\u0647 \u0627\u062C\u0628\u0627\u0631 \u0641\u0639\u0627\u0644 \u06A9\u0646\u06CC\u062F\u061F",sampleTargetText:"\u0634\u0628 \u0637\u0648\u0644\u0627\u0646\u06CC \u062F\u0631 \u0631\u0627\u0647 \u0627\u0633\u062A \u0648 \u0645\u0646 \u0627\u0632 \u0627\u06CC\u0646 \u0628\u0647 \u0628\u0639\u062F \u062A\u0627 \u0632\u0645\u0627\u0646\u06CC \u06A9\u0647 \u0628\u0645\u06CC\u0631\u0645 \u0645\u0631\u0627\u0642\u0628 \u062E\u0648\u0627\u0647\u0645 \u0628\u0648\u062F. \u0645\u0646 \u0646\u0647 \u0632\u0646 \u0645\u06CC\u06AF\u06CC\u0631\u0645\u060C \u0646\u0647 \u0634\u0627\u0647\u06CC\u060C \u0646\u0647 \u0641\u0631\u0632\u0646\u062F\u06CC. \u062A\u0627\u062C \u0628\u0631 \u0633\u0631 \u0646\u062E\u0648\u0627\u0647\u0645 \u06AF\u0630\u0627\u0634\u062A \u0648 \u0628\u0631\u0627\u06CC \u0627\u0641\u062A\u062E\u0627\u0631\u0627\u062A \u0645\u0633\u0627\u0628\u0642\u0647 \u0646\u0645\u06CC \u062F\u0647\u0645. \u0645\u0646 \u0648\u0638\u06CC\u0641\u0647 \u0627\u0645 \u0631\u0627 \u0635\u0627\u062F\u0642\u0627\u0646\u0647 \u0627\u0646\u062C\u0627\u0645 \u062E\u0648\u0627\u0647\u0645 \u062F\u0627\u062F\u060C \u0632\u0646\u062F\u0647 \u0645\u06CC \u0634\u0648\u0645 \u0648 \u0645\u06CC \u0645\u06CC\u0631\u0645.",sampleSourceText:"Night gathers, and now my watch begins. It shall not end until my death. I shall take no wife, hold no lands, father no children. I shall wear no crowns and win no glory. I shall live and die at my post.","subtitle.supportedSites":"\u5DF2\u652F\u6301\u5728\u8FD9\u4E9B\u7F51\u7AD9\u4F7F\u7528\u53CC\u8BED\u5B57\u5E55\uFF08\u6CE8\u610F\uFF1A\u7531\u4E8E\u6280\u672F\u9650\u5236\uFF0C\u90E8\u5206\u7F51\u7AD9\u5728\u9996\u6B21\u5F00\u542F\u5B57\u5E55\u540E\u9700\u8981\u91CD\u65B0\u5237\u65B0\u9875\u9762\uFF0C\u6216\u8005\u9700\u7B49\u5F85\u7FFB\u8BD1\u5B8C\u6210\u4EE5\u663E\u793A\u53CC\u8BED\u5B57\u5E55\uFF09\uFF1A",viewWithImmersiveTranslate:"\u53CC\u8BED\u7248\u672C(\u6C89\u6D78\u5F0F\u7FFB\u8BD1)",errorReason:"\u9519\u8BEF\u539F\u56E0\uFF1A{message}","proQuotaExceededError.onetime7day":'\uFF0C\u60A8\u53EF\u4EE5\u9009\u62E9\u4EE5\u4E0B\u65B9\u5F0F\u89E3\u51B3\uFF1A

1. \u5207\u6362\u5230 {anotherService} \u6216\u5176\u4ED6\u7FFB\u8BD1\u670D\u52A1
2. \u5347\u7EA7\u4E3A\u6708\u5EA6/\u5E74\u5EA6\u4F1A\u5458',"proQuotaExceededError.trial":'\uFF0C\u60A8\u53EF\u4EE5\u9009\u62E9\u4EE5\u4E0B\u65B9\u5F0F\u89E3\u51B3\uFF1A

1. \u5207\u6362\u5230 {anotherService} \u6216\u5176\u4ED6\u7FFB\u8BD1\u670D\u52A1
2. \u7ACB\u523B\u5347\u7EA7\u4E3A\u6B63\u5F0F\u4F1A\u5458',"proQuotaExceededError.nonTrial":'\uFF0C\u60A8\u53EF\u4EE5\u9009\u62E9\u4EE5\u4E0B\u65B9\u5F0F\u89E3\u51B3\uFF1A

1. \u5207\u6362\u5230 {anotherService} \u6216\u5176\u4ED6\u7FFB\u8BD1\u670D\u52A1
2. \u8D2D\u4E70 {translationService} \u989D\u5916\u6D41\u91CF\u5305',"proQuotaExceededError.resetTime":"
3. \u989D\u5EA6\u91CD\u7F6E\u65F6\u95F4\uFF1A{resetTime}","desc.touchShortcutsToggleTranslatePageOnlyTranslation":"\u0641\u0642\u0637 \u0645\u062A\u0646 \u062A\u0631\u062C\u0645\u0647 \u0628\u0647 \u0645\u0639\u0646\u06CC \u0627\u0633\u062A \u06A9\u0647 \u0641\u0642\u0637 \u0645\u062A\u0646 \u062A\u0631\u062C\u0645\u0647 \u0646\u0645\u0627\u06CC\u0634 \u062F\u0627\u062F\u0647 \u0645\u06CC \u0634\u0648\u062F\u060C \u0627\u06AF\u0631 \u0635\u0641\u062D\u0647 \u0648\u0628 \u0647\u0646\u0648\u0632 \u062A\u0631\u062C\u0645\u0647 \u0646\u0634\u062F\u0647 \u0627\u0633\u062A\u060C \u062D\u0627\u0644\u062A \u062A\u063A\u06CC\u06CC\u0631 \u062E\u0648\u0627\u0647\u062F \u06A9\u0631\u062F \u0648 \u062A\u0631\u062C\u0645\u0647 \u062E\u0648\u0627\u0647\u062F \u0634\u062F.","desc.toggleOnlyTransation":"\u062D\u0627\u0644\u062A \u0641\u0642\u0637 \u062A\u0631\u062C\u0645\u0647 \u0628\u0647 \u0627\u06CC\u0646 \u0645\u0639\u0646\u06CC \u0627\u0633\u062A \u06A9\u0647 \u0641\u0642\u0637 \u0645\u062A\u0646 \u062A\u0631\u062C\u0645\u0647 \u0634\u062F\u0647 \u0646\u0645\u0627\u06CC\u0634 \u062F\u0627\u062F\u0647 \u0645\u06CC \u0634\u0648\u062F\u060C \u0627\u06AF\u0631 \u0635\u0641\u062D\u0647 \u0648\u0628 \u0647\u0646\u0648\u0632 \u062A\u0631\u062C\u0645\u0647 \u0646\u0634\u062F\u0647 \u0628\u0627\u0634\u062F\u060C \u062D\u0627\u0644\u062A \u062A\u063A\u06CC\u06CC\u0631 \u062E\u0648\u0627\u0647\u062F \u06A9\u0631\u062F \u0648 \u062A\u0631\u062C\u0645\u0647 \u062E\u0648\u0627\u0647\u062F \u0634\u062F.",touchShortcutsToggleTranslatePageOnlyTranslation:"\u062A\u0646\u0638\u06CC\u0645 \u062D\u0631\u06A9\u062A \u0644\u0645\u0633\u06CC \u0635\u0641\u062D\u0647 \u0646\u0645\u0627\u06CC\u0634 \u0628\u0631\u0627\u06CC \u062A\u063A\u06CC\u06CC\u0631 \u0628\u06CC\u0646 \u062D\u0627\u0644\u062A \u062F\u0648\u0632\u0628\u0627\u0646\u0647 / \u0641\u0642\u0637 \u0645\u062A\u0646 \u062A\u0631\u062C\u0645\u0647 \u0634\u062F\u0647",download_started:"\u062F\u0627\u0646\u0644\u0648\u062F \u0634\u0631\u0648\u0639 \u0634\u062F\u0647 \u0627\u0633\u062A \u060C \u0627\u06AF\u0631 \u0628\u0647 \u0637\u0648\u0631 \u062E\u0648\u062F\u06A9\u0627\u0631 \u062F\u0627\u0646\u0644\u0648\u062F \u0646\u0634\u062F \u060C \u0644\u0637\u0641\u0627\u064B \u0628\u0647 \u0635\u0648\u0631\u062A \u062F\u0633\u062A\u06CC \u062F\u0627\u0646\u0644\u0648\u062F \u06A9\u0646\u06CC\u062F.",here:"\u0627\u06CC\u0646\u062C\u0627","translationFont.customPlaceholder":"\u0641\u0648\u0646\u062A",translationFont:"\u062A\u0646\u0638\u06CC\u0645 \u0641\u0648\u0646\u062A",batchEdit:"\u0639\u0645\u0644\u06CC\u0627\u062A \u062F\u0633\u062A\u0647 \u062C\u0645\u0639\u06CC","translationModeLang.translation.title":"\u0641\u0642\u0637 \u062D\u0627\u0644\u062A \u062A\u0631\u062C\u0645\u0647 \u0632\u0628\u0627\u0646","error.goReset":"\u0628\u0627\u0632\u0646\u0634\u0627\u0646\u06CC \u06A9\u0646\u06CC\u062F","translationFont.custom":"\u0648\u0631\u0648\u062F \u0641\u0648\u0646\u062A \u0633\u0641\u0627\u0631\u0634\u06CC","error.serveConfigError":"\u062E\u0637\u0627\u06CC \u067E\u06CC\u06A9\u0631\u0628\u0646\u062F\u06CC \u0633\u0631\u0648\u06CC\u0633",detectServiceLoading:"\u062F\u0631 \u062D\u0627\u0644 \u0628\u0631\u0631\u0633\u06CC \u062E\u062F\u0645\u0627\u062A \u062A\u0631\u062C\u0645\u0647 \u0645\u0648\u062C\u0648\u062F...","touch.mouse-translate":"\u062A\u0631\u062C\u0645\u0647 \u067E\u0627\u0631\u0627\u06AF\u0631\u0627\u0641 \u0645\u0634\u062E\u0635","translationModeUrl.translation.title":"\u0622\u062F\u0631\u0633 \u0627\u06CC\u0646\u062A\u0631\u0646\u062A\u06CC \u062D\u0627\u0644\u062A \u0641\u0642\u0637 \u062A\u0631\u062C\u0645\u0647","translationServices.inherit":"\u0628\u0627 \u062E\u062F\u0645\u0627\u062A \u062A\u0631\u062C\u0645\u0647 \u0627\u0635\u0644\u06CC \u062F\u0646\u0628\u0627\u0644 \u06A9\u0646\u06CC\u062F","error.reloadPageOfSetting":"\u067E\u0633 \u0627\u0632 \u067E\u06CC\u06A9\u0631\u0628\u0646\u062F\u06CC\u060C \u0644\u0637\u0641\u0627 \u0635\u0641\u062D\u0647 \u0631\u0627 \u062F\u0648\u0628\u0627\u0631\u0647 \u062A\u0627\u0632\u0647 \u06A9\u0646\u06CC\u062F \u0648 \u062F\u0648\u0628\u0627\u0631\u0647 \u062A\u0631\u062C\u0645\u0647 \u06A9\u0646\u06CC\u062F.","error.configError":"\u0627\u0637\u0644\u0627\u0639\u0627\u062A \u067E\u06CC\u06A9\u0631\u0628\u0646\u062F\u06CC \u063A\u06CC\u0631 \u0645\u0639\u0645\u0648\u0644\u06CC \u0627\u0633\u062A","error.proTokenInvalid":"\u0627\u06AF\u0631 \u06A9\u0627\u0631\u0628\u0631 Pro \u0647\u0633\u062A\u06CC\u062F\u060C \u0644\u0637\u0641\u0627\u064B \u067E\u0633 \u0627\u0632 \u0648\u0631\u0648\u062F \u0627\u0632 \u062E\u062F\u0645\u0627\u062A \u062A\u0631\u062C\u0645\u0647 Pro \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u06A9\u0646\u06CC\u062F.",videoSubtitlePreTranslationOff:"\u0632\u06CC\u0631\u0646\u0648\u06CC\u0633 \u0648\u06CC\u062F\u06CC\u0648 \u0627\u0648\u0644\u0648\u06CC\u062A \u062E\u0648\u0627\u0647\u062F \u062F\u0627\u062F \u0628\u0647 \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u0627\u0632 \u0632\u06CC\u0631\u0646\u0648\u06CC\u0633 \u0645\u0627\u0634\u06CC\u0646\u06CC \u0645\u0648\u062C\u0648\u062F \u062F\u0631 \u0648\u06CC\u062F\u06CC\u0648 \u0627\u0635\u0644\u06CC",toggleToService:"\u0628\u0647 {service} \u062A\u063A\u06CC\u06CC\u0631 \u062F\u0647\u06CC\u062F \u0648 \u062F\u0648\u0628\u0627\u0631\u0647 \u0627\u0645\u062A\u062D\u0627\u0646 \u06A9\u0646\u06CC\u062F","error.proUpgrade":"\u067E\u0633 \u0627\u0632 \u0627\u0631\u062A\u0642\u0627\u060C \u0644\u0637\u0641\u0627 \u0635\u0641\u062D\u0647 \u0631\u0627 \u062F\u0648\u0628\u0627\u0631\u0647 \u062A\u0631\u062C\u0645\u0647 \u06A9\u0646\u06CC\u062F.",enableSentryReport:"\u0648\u0642\u062A\u06CC \u062E\u0637\u0627\u06CC \u06AF\u0633\u062A\u0631\u0634 \u0631\u062E \u0645\u06CC \u062F\u0647\u062F\u060C \u0628\u0627 \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u0627\u0632 Sentry \u0628\u0631\u0627\u06CC \u0627\u0631\u0633\u0627\u0644 \u0628\u0627\u0632\u062E\u0648\u0631\u062F \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u06A9\u0646\u06CC\u062F.","error.403":"\u062E\u062F\u0645\u062A \u062E\u0637\u0627\u06CC \u0628\u0631\u06AF\u0634\u062A \u062F\u0627\u062F\u0647 \u0627\u0633\u062A\u060C \u0645\u0648\u0642\u062A\u0627\u064B \u0627\u062C\u0627\u0632\u0647 \u062F\u0633\u062A\u0631\u0633\u06CC \u0628\u0647 \u0627\u06CC\u0646 \u062E\u062F\u0645\u062A \u0631\u0627 \u0646\u062F\u0627\u0631\u06CC\u062F.",videoSubtitlePreTranslationOn:"\u0632\u06CC\u0631\u0646\u0648\u06CC\u0633 \u0647\u0627\u06CC \u0648\u06CC\u062F\u06CC\u0648 \u0628\u0647 \u0637\u0648\u0631 \u0627\u0648\u0644\u0648\u06CC\u062A\u06CC \u0627\u0632 \u062A\u0631\u062C\u0645\u0647 \u0641\u0631\u0648 \u0631\u0641\u062A\u06AF\u06CC \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u062E\u0648\u0627\u0647\u062F \u06A9\u0631\u062F.","translationModeUrl.translation.description":"\u0648\u0642\u062A\u06CC \u0648\u0628 \u0633\u0627\u06CC\u062A \u0628\u0631\u0627\u06CC \u062F\u0627\u0645\u0646\u0647 \u0647\u0627\u06CC \u0632\u06CC\u0631 \u0627\u0633\u062A\u060C \u0628\u0647 \u0637\u0648\u0631 \u062E\u0648\u062F\u06A9\u0627\u0631 \u0627\u0632 \u062D\u0627\u0644\u062A \u0641\u0642\u0637 \u0645\u062A\u0646 \u062A\u0631\u062C\u0645\u0647 \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u0645\u06CC \u06A9\u0646\u062F.","error.502":"\u062E\u062F\u0645\u062A \u062E\u0637\u0627 \u062F\u0627\u062F\u0647 \u0627\u0633\u062A\u060C \u062E\u062F\u0645\u062A \u0628\u0647 \u062A\u0627\u062E\u06CC\u0631 \u0627\u0641\u062A\u0627\u062F\u0647 \u0627\u0633\u062A\u060C \u0644\u0637\u0641\u0627 \u0628\u0639\u062F\u0627 \u062F\u0648\u0628\u0627\u0631\u0647 \u0627\u0645\u062A\u062D\u0627\u0646 \u06A9\u0646\u06CC\u062F.","error.openAIExceededQuota":"\u062E\u0637\u0627\u06CC \u0628\u0627\u0632\u06AF\u0634\u062A \u0633\u0631\u0648\u06CC\u0633: \u0645\u0648\u062C\u0648\u062F\u06CC \u062D\u0633\u0627\u0628 OpenAI \u0634\u0645\u0627 \u06A9\u0627\u0641\u06CC \u0646\u06CC\u0633\u062A\u060C \u0644\u0637\u0641\u0627\u064B \u0627\u0632 \u0637\u0631\u06CC\u0642 \u067E\u0646\u0644 \u0645\u062F\u06CC\u0631\u06CC\u062A\u06CC \u0631\u0633\u0645\u06CC OpenAI \u0634\u0627\u0631\u0698 \u06A9\u0646\u06CC\u062F \u06CC\u0627 \u06A9\u0627\u0631\u062A \u0627\u0639\u062A\u0628\u0627\u0631\u06CC \u062E\u0648\u062F \u0631\u0627 \u0645\u062A\u0635\u0644 \u06A9\u0646\u06CC\u062F.","translationModeLang.translation.description":"\u0648\u0642\u062A\u06CC \u0632\u0628\u0627\u0646 \u0635\u0641\u062D\u0647 \u0628\u0647 \u0632\u0628\u0627\u0646\u0647\u0627\u06CC \u0632\u06CC\u0631 \u0627\u0633\u062A\u060C \u0628\u0647 \u0637\u0648\u0631 \u062E\u0648\u062F\u06A9\u0627\u0631 \u0627\u0632 \u062D\u0627\u0644\u062A \u062A\u0631\u062C\u0645\u0647 \u0641\u0642\u0637 \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u0645\u06CC \u0634\u0648\u062F","error.429":"\u062E\u062F\u0645\u062A \u062E\u0637\u0627 \u0631\u0627 \u0628\u0631\u0645\u06CC \u06AF\u0631\u062F\u0627\u0646\u062F\u060C \u06A9\u0647 \u0646\u0634\u0627\u0646 \u0645\u06CC \u062F\u0647\u062F \u062F\u0631\u062E\u0648\u0627\u0633\u062A \u0628\u06CC\u0634 \u0627\u0632 \u062D\u062F \u0645\u06A9\u0631\u0631 \u06CC\u0627 \u0628\u06CC\u0634 \u0627\u0632 \u062D\u062F \u0645\u062D\u062F\u0648\u062F\u06CC\u062A \u0627\u0633\u062A\u060C \u0644\u0637\u0641\u0627 \u0628\u0639\u062F\u0627 \u062F\u0648\u0628\u0627\u0631\u0647 \u0627\u0645\u062A\u062D\u0627\u0646 \u06A9\u0646\u06CC\u062F.","error.400":"\u062E\u0637\u0627\u06CC\u06CC \u062F\u0631 \u0628\u0627\u0632\u06AF\u0634\u062A \u062E\u062F\u0645\u0627\u062A \u0631\u062E \u062F\u0627\u062F\u0647 \u0627\u0633\u062A \u060C \u067E\u0627\u0631\u0627\u0645\u062A\u0631 \u062F\u0631\u062E\u0648\u0627\u0633\u062A \u0627\u0634\u062A\u0628\u0627\u0647 \u0627\u0633\u062A \u060C \u0644\u0637\u0641\u0627\u064B \u067E\u06CC\u06A9\u0631\u0628\u0646\u062F\u06CC \u0645\u0631\u0628\u0648\u0637\u0647 \u0631\u0627 \u0628\u0631\u0631\u0633\u06CC \u06A9\u0646\u06CC\u062F.","error.googleLimitIp":"\u062E\u062F\u0645\u062A \u062E\u0637\u0627 \u0631\u0627 \u0628\u0631\u0645\u06CC \u06AF\u0631\u062F\u0627\u0646\u062F \u060C \u062E\u062F\u0645\u0627\u062A \u06AF\u0648\u06AF\u0644 \u0628\u0631\u0627\u06CC \u0627\u06CC\u0646 \u0622\u062F\u0631\u0633 IP \u0645\u062D\u062F\u0648\u062F \u0634\u062F\u0647 \u0627\u0633\u062A \u060C \u067E\u06CC\u0634\u0646\u0647\u0627\u062F \u0645\u06CC \u06A9\u0646\u06CC\u0645 \u0634\u0645\u0627 \u0646\u0648\u062F \u0634\u0628\u06A9\u0647 \u0631\u0627 \u062A\u063A\u06CC\u06CC\u0631 \u062F\u0647\u06CC\u062F.","translationFont.notSupportErrorMessage":"\u0644\u0637\u0641\u0627\u064B \u0646\u0627\u0645 \u0641\u0648\u0646\u062A\u06CC \u06A9\u0647 \u0648\u0627\u0631\u062F \u06A9\u0631\u062F\u0647 \u0627\u06CC\u062F \u0631\u0627 \u0628\u0631\u0631\u0633\u06CC \u06A9\u0646\u06CC\u062F \u062A\u0627 \u0645\u0637\u0645\u0626\u0646 \u0634\u0648\u06CC\u062F \u06A9\u0647 \u062F\u0631\u0633\u062A \u0627\u0633\u062A\u060C \u06CC\u0627 \u062A\u0623\u06CC\u06CC\u062F \u06A9\u0646\u06CC\u062F \u06A9\u0647 \u0627\u06CC\u0646 \u0641\u0648\u0646\u062A \u0628\u0631 \u0631\u0648\u06CC \u062F\u0633\u062A\u06AF\u0627\u0647 \u0634\u0645\u0627 \u0646\u0635\u0628 \u0634\u062F\u0647 \u0627\u0633\u062A.","error.gemini.429":"\u062E\u062F\u0645\u062A Gemini \u062F\u0631 \u062D\u0627\u0644 \u062D\u0627\u0636\u0631 \u0628\u0647 \u0638\u0631\u0641\u06CC\u062A \u062D\u062F\u0627\u06A9\u062B\u0631\u06CC \u062E\u0648\u062F \u0631\u0633\u06CC\u062F\u0647 \u0627\u0633\u062A\u060C \u0644\u0637\u0641\u0627\u064B \u0628\u0639\u062F\u0627\u064B \u062F\u0648\u0628\u0627\u0631\u0647 \u0627\u0645\u062A\u062D\u0627\u0646 \u06A9\u0646\u06CC\u062F \u06CC\u0627 \u0628\u0647 \u0633\u0631\u0648\u06CC\u0633 \u062A\u0631\u062C\u0645\u0647 \u062F\u06CC\u06AF\u0631\u06CC \u062A\u063A\u06CC\u06CC\u0631 \u062F\u0647\u06CC\u062F.","desc.toggleVideoSubtitlePreTranslation":"\u0628\u0639\u062F \u0641\u0634\u0627\u0631\u060C \u0632\u06CC\u0631\u0646\u0648\u06CC\u0633 \u062F\u0648\u0632\u0628\u0627\u0646\u0647 \u0648\u06CC\u062F\u06CC\u0648 \u0627\u0648\u0644\u0648\u06CC\u062A \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u0627\u0632 \u062A\u0646\u0638\u06CC\u0645\u0627\u062A \u062A\u0631\u062C\u0645\u0647 \u063A\u0648\u0637\u0647 \u0648\u0631 \u062E\u0648\u0627\u0647\u062F \u062F\u0627\u0634\u062A\u060C \u0628\u0627 \u0641\u0634\u0627\u0631 \u062F\u0648\u0628\u0627\u0631\u0647\u060C \u0627\u0648\u0644\u0648\u06CC\u062A \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u0627\u0632 \u0632\u06CC\u0631\u0646\u0648\u06CC\u0633 \u0645\u0627\u0634\u06CC\u0646\u06CC \u0627\u0635\u0644\u06CC \u0648\u06CC\u062F\u06CC\u0648 \u062E\u0648\u0627\u0647\u062F \u0628\u0648\u062F\u060C \u062A\u0648\u062C\u0647 \u062F\u0627\u0634\u062A\u0647 \u0628\u0627\u0634\u06CC\u062F: \u0627\u06CC\u0646 \u0645\u06CC\u0627\u0646\u0628\u0631 \u062A\u0646\u0638\u06CC\u0645\u0627\u062A \u062C\u0647\u0627\u0646\u06CC \u0631\u0627 \u062A\u063A\u06CC\u06CC\u0631 \u0645\u06CC \u062F\u0647\u062F.","error.openAIFreeLimit":"\u062E\u062F\u0645\u062A \u062E\u0637\u0627 \u0631\u0627 \u0628\u0631\u0645\u06CC \u06AF\u0631\u062F\u0627\u0646\u062F\u060C \u0641\u0631\u06A9\u0627\u0646\u0633 \u062F\u0631\u062E\u0648\u0627\u0633\u062A \u062A\u0631\u062C\u0645\u0647 \u0641\u0639\u0644\u06CC \u0628\u0647 \u062D\u062F\u0627\u06A9\u062B\u0631 3 \u0628\u0627\u0631 \u062F\u0631 \u062F\u0642\u06CC\u0642\u0647 \u0631\u0633\u06CC\u062F\u0647 \u0627\u0633\u062A\u060C \u0644\u0637\u0641\u0627\u064B \u0628\u0639\u062F\u0627\u064B \u062F\u0648\u0628\u0627\u0631\u0647 \u0627\u0645\u062A\u062D\u0627\u0646 \u06A9\u0646\u06CC\u062F. (\u0627\u06CC\u0646 \u0645\u062D\u062F\u0648\u062F\u06CC\u062A \u0631\u0633\u0645\u06CC OpenAI \u0628\u0631\u0627\u06CC API Key \u0631\u0627\u06CC\u06AF\u0627\u0646 \u0627\u0633\u062A\u060C \u0628\u0631\u0627\u06CC \u0631\u0641\u0639 \u0627\u06CC\u0646 \u0645\u062D\u062F\u0648\u062F\u06CC\u062A\u060C \u0644\u0637\u0641\u0627\u064B \u06A9\u0627\u0631\u062A \u0627\u0639\u062A\u0628\u0627\u0631\u06CC \u062E\u0648\u062F \u0631\u0627 \u062F\u0631 \u067E\u0646\u0644 OpenAI \u0645\u062A\u0635\u0644 \u06A9\u0646\u06CC\u062F.)","error.serveUnavailable":"\u062E\u062F\u0645\u062A [{serverName}] \u06A9\u0647 \u062F\u0631 \u062D\u0627\u0644 \u062D\u0627\u0636\u0631 \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u0645\u06CC \u06A9\u0646\u06CC\u062F \u0628\u0647 \u062F\u0644\u06CC\u0644 \u0645\u0634\u06A9\u0644\u0627\u062A \u0627\u062A\u0635\u0627\u0644 \u0628\u0647 \u0634\u0628\u06A9\u0647 \u06CC\u0627 \u0645\u0634\u06A9\u0644\u0627\u062A \u0627\u0631\u0627\u0626\u0647 \u062F\u0647\u0646\u062F\u0647 \u062E\u062F\u0645\u0627\u062A \u0645\u0648\u0642\u062A\u0627\u064B \u0642\u0627\u0628\u0644 \u062F\u0633\u062A\u0631\u0633\u06CC \u0646\u06CC\u0633\u062A. \u067E\u06CC\u0634\u0646\u0647\u0627\u062F \u0645\u06CC \u06A9\u0646\u06CC\u0645 \u0635\u0641\u062D\u0647 \u0631\u0627 \u062A\u0627\u0632\u0647 \u06A9\u0646\u06CC\u062F \u06CC\u0627 \u0627\u0632 \u0637\u0631\u06CC\u0642 <1>\u062A\u0646\u0638\u06CC\u0645\u0627\u062A \u0628\u0647 \u062E\u062F\u0645\u0627\u062A \u062A\u0631\u062C\u0645\u0647 \u062F\u06CC\u06AF\u0631\u06CC \u062A\u063A\u06CC\u06CC\u0631 \u062F\u0647\u06CC\u062F. \u0627\u06AF\u0631 \u0634\u0645\u0627 \u0639\u0636\u0648 <2>Pro \u0647\u0633\u062A\u06CC\u062F\u060C \u0645\u06CC \u062A\u0648\u0627\u0646\u06CC\u062F \u0627\u0632 \u062E\u062F\u0645\u0627\u062A \u062A\u0631\u062C\u0645\u0647 \u067E\u0627\u06CC\u062F\u0627\u0631\u062A\u0631 DeepL \u06CC\u0627 OpenAI \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u06A9\u0646\u06CC\u062F (<3>\u0627\u06CC\u0646\u062C\u0627 \u0631\u0627 \u0628\u0631\u0627\u06CC \u062A\u062C\u0631\u0628\u0647 \u0631\u0627\u06CC\u06AF\u0627\u0646 \u06A9\u0644\u06CC\u06A9 \u06A9\u0646\u06CC\u062F). \u0639\u0644\u0627\u0648\u0647 \u0628\u0631 \u0627\u06CC\u0646\u060C \u0645\u0645\u06A9\u0646 \u0627\u0633\u062A \u0646\u06CC\u0627\u0632 \u0628\u0627\u0634\u062F \u062A\u0646\u0638\u06CC\u0645\u0627\u062A \u0634\u0628\u06A9\u0647 \u06CC\u0627 \u067E\u0631\u0648\u06A9\u0633\u06CC \u062E\u0648\u062F \u0631\u0627 \u0628\u0631\u0631\u0633\u06CC \u06A9\u0646\u06CC\u062F.","widget.translateFile":"PDF/ePub",goLogin:"\u0648\u0631\u0648\u062F \u06A9\u0646\u06CC\u062F",notLogin:"\u0648\u0631\u0648\u062F \u0646\u0634\u062F\u0647 \u0627\u0633\u062A","error.reason":"\u062F\u0644\u06CC\u0644 \u062E\u0637\u0627",shortcutSettings:"\u0645\u06CC\u0627\u0646\u0628\u0631",alwaysTranslate:"\u0647\u0645\u06CC\u0634\u0647 \u062A\u0631\u062C\u0645\u0647 \u06A9\u0646\u06CC\u062F","translationServices.gemini":"\u062C\u0645\u0646\u06CC","slide.left":"\u0628\u0647 \u0631\u0627\u0633\u062A \u0628\u06A9\u0634\u06CC\u062F",loggedIn:"\u0648\u0627\u0631\u062F \u0634\u062F\u0647 \u0627\u06CC\u062F","floatBall.iKnow":"\u0645\u0646 \u0645\u06CC \u062F\u0627\u0646\u0645","intro.floatBallTitle":"\u062A\u0631\u062C\u0645\u0647 \u0633\u0631\u06CC\u0639 \u0628\u0627\u0644 \u0634\u0646\u0627\u0648\u0631","shortcutGroup.touch":"\u0698\u0633\u062A \u0647\u0627\u06CC \u062E\u0627\u0635 \u0635\u0641\u062D\u0647 \u0644\u0645\u0633\u06CC","tagsInput.add":"+ \u0627\u0636\u0627\u0641\u0647 \u06A9\u0631\u062F\u0646",shortcutSettingsTitle:"\u062A\u0646\u0638\u06CC\u0645\u0627\u062A \u0645\u06CC\u0627\u0646\u0628\u0631","widget.instruction":"\u062F\u0633\u062A\u0648\u0631\u0627\u0644\u0639\u0645\u0644 \u0627\u0633\u062A\u0641\u0627\u062F\u0647",touchShortcutsOff:"\u0628\u0633\u062A\u0647 \u0634\u062F\u0646","shortcutGroup.others":"\u06A9\u0644\u06CC\u062F\u0647\u0627\u06CC \u0645\u06CC\u0627\u0646\u0628\u0631 \u0633\u0641\u0627\u0631\u0634\u06CC \u0628\u06CC\u0634\u062A\u0631","error.subscriptionExpiredTitle":"\u0639\u0636\u0648\u06CC\u062A \u0645\u0646\u0642\u0636\u06CC \u0634\u062F\u0647 \u0627\u0633\u062A","error.retry":"\u062A\u0644\u0627\u0634 \u0645\u062C\u062F\u062F",neverTranslate:"\u0647\u0631\u06AF\u0632 \u062A\u0631\u062C\u0645\u0647 \u0646\u0645\u06CC \u06A9\u0646\u0645",networkError:"\u062E\u062F\u0645\u0627\u062A \u062A\u0631\u062C\u0645\u0647 \u06CC\u0627 \u0634\u0628\u06A9\u0647 \u0645\u0634\u06A9\u0644 \u062F\u0627\u0631\u062F","widget.translateFileTooltip":"\u062A\u0631\u062C\u0645\u0647 \u0627\u0633\u0646\u0627\u062F PDF\u060C EPUB\u060C SRT\u060C ASS\u060C HTML \u0648 TXT","slide.right":"\u0628\u0647 \u0686\u067E \u0628\u06A9\u0634\u06CC\u062F","multipleClick.3":"\u0633\u0647 \u0636\u0631\u0628\u0647 \u0645\u062A\u0648\u0627\u0644\u06CC","multipleClick.4":"\u0686\u0647\u0627\u0631 \u0636\u0631\u0628\u0647 \u0645\u062A\u0648\u0627\u0644\u06CC",pickAll:"\u0627\u0646\u062A\u062E\u0627\u0628 \u0647\u0645\u0647",contact:"\u0628\u0627 \u0645\u0627 \u062A\u0645\u0627\u0633 \u0628\u06AF\u06CC\u0631\u06CC\u062F","subtitle.bilingual":"\u0632\u06CC\u0631\u0646\u0648\u06CC\u0633 \u062F\u0648\u0632\u0628\u0627\u0646\u0647","shortcutGroup.shortcutsForTranslationServices":"\u06A9\u0644\u06CC\u062F\u0647\u0627\u06CC \u0645\u06CC\u0627\u0646\u0628\u0631 \u0645\u0631\u0628\u0648\u0637 \u0628\u0647 \u062E\u062F\u0645\u0627\u062A \u062A\u0631\u062C\u0645\u0647",buildSnapshots:"\u0627\u06CC\u062C\u0627\u062F \u0639\u06A9\u0633 \u0641\u0648\u0631\u06CC \u0627\u0632 \u0635\u0641\u062D\u0647 \u0648\u0628","widget.instructionTooltip":"\u062F\u0633\u062A\u0648\u0631\u0627\u0644\u0639\u0645\u0644 \u0631\u0627 \u0628\u0631\u0631\u0633\u06CC \u06A9\u0646\u06CC\u062F","widget.videoSubtitle":"\u0632\u06CC\u0631\u0646\u0648\u06CC\u0633 \u0648\u06CC\u062F\u06CC\u0648","multipleClick.2":"\u062F\u0648\u0628\u0627\u0631 \u06A9\u0644\u06CC\u06A9 \u06A9\u0646\u06CC\u062F","subtitle.autoDisableSubtitle":"\u0632\u06CC\u0631\u0646\u0648\u06CC\u0633 \u062F\u0648\u0632\u0628\u0627\u0646\u0647 \u0628\u0647 \u0635\u0648\u0631\u062A \u062E\u0648\u062F\u06A9\u0627\u0631 \u0641\u0639\u0627\u0644 \u0646\u0645\u06CC \u0634\u0648\u062F",mouseHoverCustomKeyTitle:"\u0633\u0641\u0627\u0631\u0634\u06CC \u06A9\u0631\u062F\u0646 \u0645\u06CC\u0627\u0646\u0628\u0631 \u0645\u0648\u0633 \u062F\u0631 \u062D\u0627\u0644\u062A \u0634\u0646\u0627\u0648\u0631","browser.translateWithOpenAI":"\u0627\u0632 OpenAI \u0628\u0631\u0627\u06CC \u062A\u0631\u062C\u0645\u0647 \u0645\u0648\u0642\u062A\u06CC \u0635\u0641\u062D\u0647 \u0641\u0639\u0644\u06CC \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u06A9\u0646\u06CC\u062F",neverTranslateThisSite:"\u0647\u0631\u06AF\u0632 \u0627\u06CC\u0646 \u0648\u0628\u0633\u0627\u06CC\u062A \u0631\u0627 \u062A\u0631\u062C\u0645\u0647 \u0646\u06A9\u0646\u06CC\u062F","browser.translateInputBox":"\u062A\u0631\u062C\u0645\u0647 \u0645\u062D\u062A\u0648\u0627\u06CC \u062C\u0639\u0628\u0647 \u0648\u0631\u0648\u062F\u06CC \u0641\u0639\u0644\u06CC","subtitle.hideQuickButton":"\u062F\u06CC\u06AF\u0631 \u0627\u06CC\u0646 \u0645\u06CC\u0627\u0646\u0628\u0631 \u0631\u0627 \u0646\u0634\u0627\u0646 \u0646\u062F\u0647","subtitle.showQuickButton":"\u062F\u0631 \u067E\u062E\u0634 \u06A9\u0646\u0646\u062F\u0647\u060C \u0645\u06CC\u0627\u0646\u0628\u0631 \u0632\u06CC\u0631\u0646\u0648\u06CC\u0633 \u062F\u0648\u0632\u0628\u0627\u0646\u0647 \u0646\u0645\u0627\u06CC\u0634 \u062F\u0627\u062F\u0647 \u0634\u0648\u062F","browser.translateWithTransmart":"\u0627\u0632 \u062A\u0631\u062C\u0645\u0647 \u0645\u0648\u0642\u062A\u06CC \u062A\u0646\u0633\u0646\u062A \u0628\u0631\u0627\u06CC \u0635\u0641\u062D\u0647 \u0641\u0639\u0644\u06CC \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u06A9\u0646\u06CC\u062F","intro.hoverTitle":"\u0645\u0648\u0634\u0648\u0627\u0631\u0647 \u0631\u0627 \u0628\u0631 \u0631\u0648\u06CC \u067E\u0627\u0631\u0627\u06AF\u0631\u0627\u0641 \u0641\u0639\u0644\u06CC \u0628\u06AF\u0630\u0627\u0631\u06CC\u062F \u062A\u0627 \u062A\u0631\u062C\u0645\u0647 \u0634\u0648\u062F","shortcutGroup.mouse":"\u062A\u0646\u0638\u06CC\u0645\u0627\u062A \u0645\u06CC\u0627\u0646\u0628\u0631 \u0645\u0648\u0633 \u062F\u0631 \u062D\u0627\u0644\u062A \u0634\u0646\u0627\u0648\u0631",temprarilyChangeTranslationTo_openai:"\u062F\u0631 \u062D\u0627\u0644 \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u0627\u0632 OpenAI \u0628\u0631\u0627\u06CC \u062A\u0631\u062C\u0645\u0647 \u0635\u0641\u062D\u0647 \u0641\u0639\u0644\u06CC \u0647\u0633\u062A\u0645","browser.translateWithDeepL":"\u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u0645\u0648\u0642\u062A \u0627\u0632 DeepL \u0628\u0631\u0627\u06CC \u062A\u0631\u062C\u0645\u0647 \u0635\u0641\u062D\u0647 \u0641\u0639\u0644\u06CC",translationOnlyMode:"\u0641\u0642\u0637 \u062D\u0627\u0644\u062A \u062A\u0631\u062C\u0645\u0647","widget.videoSubtitleTooltip":"\u067E\u0634\u062A\u06CC\u0628\u0627\u0646\u06CC \u0627\u0632 Youtube \u0648 {count}+ \u0633\u0627\u06CC\u062A \u0648\u06CC\u062F\u06CC\u0648\u06CC\u06CC \u062F\u06CC\u06AF\u0631",paragraphMinTextCountField:"\u062A\u0639\u062F\u0627\u062F \u06A9\u0645\u062A\u0631\u06CC\u0646 \u06A9\u0627\u0631\u0627\u06A9\u062A\u0631\u0647\u0627\u06CC \u0645\u0648\u0631\u062F \u0646\u06CC\u0627\u0632 \u0628\u0631\u0627\u06CC \u062A\u0631\u062C\u0645\u0647 \u067E\u0627\u0631\u0627\u06AF\u0631\u0627\u0641",temprarilyChangeTranslationTo_gemini:"\u062F\u0631 \u062D\u0627\u0644 \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u0627\u0632 Gemini \u0628\u0631\u0627\u06CC \u062A\u0631\u062C\u0645\u0647 \u0635\u0641\u062D\u0647 \u0641\u0639\u0644\u06CC \u0647\u0633\u062A\u0645","shortcutGroup.main":"\u0645\u06CC\u0627\u0646\u0628\u0631\u0647\u0627\u06CC \u06A9\u0644\u06CC\u062F\u06CC \u0639\u0645\u0644\u06A9\u0631\u062F \u0631\u0627\u06CC\u062C",temprarilyChangeTranslationTo_deepl:"\u062F\u0631 \u062D\u0627\u0644 \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u0627\u0632 \u062A\u0631\u062C\u0645\u0647 DeepL \u0628\u0631\u0627\u06CC \u0635\u0641\u062D\u0647 \u0641\u0639\u0644\u06CC",temprarilyChangeTranslationTo_transmart:"\u062F\u0631 \u062D\u0627\u0644 \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u0627\u0632 \u062A\u0631\u062C\u0645\u0647 \u062A\u0646\u0633\u0646\u062A \u0628\u0631\u0627\u06CC \u0635\u0641\u062D\u0647 \u0641\u0639\u0644\u06CC",alwaysTranslateThisSite:"\u0647\u0645\u06CC\u0634\u0647 \u0627\u06CC\u0646 \u0648\u0628\u0633\u0627\u06CC\u062A \u0631\u0627 \u062A\u0631\u062C\u0645\u0647 \u06A9\u0646\u06CC\u062F","browser.translateWithBing":"\u0627\u0632 \u062A\u0631\u062C\u0645\u0647 \u0645\u0627\u06CC\u06A9\u0631\u0648\u0633\u0627\u0641\u062A \u0628\u0631\u0627\u06CC \u062A\u0631\u062C\u0645\u0647 \u0645\u0648\u0642\u062A\u06CC \u0635\u0641\u062D\u0647 \u0641\u0639\u0644\u06CC \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u06A9\u0646\u06CC\u062F",upgradeToProErrorTitle:"\u0644\u0637\u0641\u0627\u064B \u0628\u0647 \u0639\u0636\u0648\u06CC\u062A Pro \u0627\u0631\u062A\u0642\u0627 \u062F\u0647\u06CC\u062F \u0648 \u0633\u067E\u0633 \u0627\u0632 \u0627\u06CC\u0646 \u062E\u062F\u0645\u062A \u062A\u0631\u062C\u0645\u0647 \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u06A9\u0646\u06CC\u062F","intro.subtitleTitle":"\u0646\u0645\u0627\u06CC\u0634 \u0632\u06CC\u0631\u0646\u0648\u06CC\u0633 \u062F\u0648\u0632\u0628\u0627\u0646\u0647 \u0648\u06CC\u062F\u06CC\u0648\u06CC \u0622\u0646\u0644\u0627\u06CC\u0646",temprarilyChangeTranslationTo_bing:"\u062F\u0631 \u062D\u0627\u0644 \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u0627\u0632 \u062A\u0631\u062C\u0645\u0647 \u0645\u0627\u06CC\u06A9\u0631\u0648\u0633\u0627\u0641\u062A \u0628\u0631\u0627\u06CC \u0635\u0641\u062D\u0647 \u0641\u0639\u0644\u06CC \u0647\u0633\u062A\u0645",touchShortcutsToggleTranslationMask:"\u062A\u0646\u0638\u06CC\u0645 \u0646\u0645\u0627\u06CC\u0634 \u0698\u0633\u062A \u0644\u0645\u0633\u06CC \u0628\u0631\u0627\u06CC \u0646\u0645\u0627\u06CC\u0634 \u0645\u062A\u0646 \u062A\u0631\u062C\u0645\u0647 / \u0646\u0645\u0627\u06CC\u0634 \u0645\u062A\u0646 \u0627\u0635\u0644\u06CC","browser.translateWithGemini":"\u0628\u0647 \u0637\u0648\u0631 \u0645\u0648\u0642\u062A \u0627\u0632 Gemini \u0628\u0631\u0627\u06CC \u062A\u0631\u062C\u0645\u0647 \u0635\u0641\u062D\u0647 \u0641\u0639\u0644\u06CC \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u06A9\u0646\u06CC\u062F","browser.toggleVideoSubtitlePreTranslation":"\u062A\u063A\u06CC\u06CC\u0631 \u0632\u06CC\u0631\u0646\u0648\u06CC\u0633 \u062F\u0648\u0632\u0628\u0627\u0646\u0647 \u0628\u0627 \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u0627\u0632 \u062A\u0646\u0638\u06CC\u0645\u0627\u062A \u062A\u0631\u062C\u0645\u0647 \u0641\u0631\u0648 \u0631\u0641\u062A\u0647 \u0627\u0648\u0644\u0648\u06CC\u062A \u062F\u0627\u0631\u062F",notLoginPro:"\u0634\u0645\u0627 \u0647\u0646\u0648\u0632 \u0628\u0647 \u062D\u0633\u0627\u0628 \u06A9\u0627\u0631\u0628\u0631\u06CC \u062E\u0648\u062F \u0648\u0627\u0631\u062F \u0646\u0634\u062F\u0647 \u0627\u06CC\u062F",touchShortcutsToggleTranslatePage:"\u0628\u0631\u0627\u06CC \u062A\u0631\u062C\u0645\u0647 \u0635\u0641\u062D\u0627\u062A \u0648\u0628 / \u0646\u0645\u0627\u06CC\u0634 \u0645\u062A\u0646 \u0627\u0635\u0644\u06CC \u060C \u062D\u0631\u06A9\u062A \u0647\u0627\u06CC \u0644\u0645\u0633\u06CC \u0631\u0627 \u062A\u0646\u0638\u06CC\u0645 \u06A9\u0646\u06CC\u062F",temprarilyChangeTranslationTo_google:"\u062F\u0631 \u062D\u0627\u0644 \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u0627\u0632 \u062A\u0631\u062C\u0645\u0647 \u06AF\u0648\u06AF\u0644 \u0628\u0631\u0627\u06CC \u0635\u0641\u062D\u0647 \u0641\u0639\u0644\u06CC \u0647\u0633\u062A\u0645","neverTranslateText.title":"\u0644\u0637\u0641\u0627\u064B \u06A9\u0644\u0645\u0627\u062A \u0632\u06CC\u0631 \u0631\u0627 \u0628\u0647 \u0635\u0648\u0631\u062A \u0627\u0635\u0644\u06CC \u062D\u0641\u0638 \u06A9\u0646\u06CC\u062F\u060C \u062A\u0631\u062C\u0645\u0647 \u0646\u06A9\u0646\u06CC\u062F.",touchShortcutsToggleTranslateTouchElement:"\u062A\u0646\u0638\u06CC\u0645 \u062D\u0631\u06A9\u062A \u0644\u0645\u0633\u06CC \u0635\u0641\u062D\u0647 \u0646\u0645\u0627\u06CC\u0634 \u0628\u0631\u0627\u06CC \u062A\u0631\u062C\u0645\u0647 \u067E\u0627\u0631\u0627\u06AF\u0631\u0627\u0641 \u0645\u0634\u062E\u0635","description.baiduField":"\u062D\u0648\u0632\u0647 \u0647\u0627\u06CC \u067E\u0634\u062A\u06CC\u0628\u0627\u0646\u06CC \u0634\u062F\u0647 \u0631\u0627 \u062F\u0631 <1>\u0627\u06CC\u0646\u062C\u0627 \u0628\u0628\u06CC\u0646\u06CC\u062F \u060C \u0627\u06AF\u0631 \u062E\u0627\u0644\u06CC \u0628\u0627\u0634\u062F \u0628\u0647 \u0645\u0639\u0646\u06CC \u0627\u06CC\u0646 \u0627\u0633\u062A \u06A9\u0647 \u062D\u0648\u0632\u0647 \u0627\u06CC \u0645\u0634\u062E\u0635 \u0646\u0634\u062F\u0647 \u0627\u0633\u062A",mouseHoverCustomKeyDescription:"\u0634\u0645\u0627 \u0645\u06CC \u062A\u0648\u0627\u0646\u06CC\u062F \u06CC\u06A9 \u0645\u06CC\u0627\u0646\u0628\u0631 \u062A\u0631\u06A9\u06CC\u0628\u06CC \u0633\u0641\u0627\u0631\u0634\u06CC \u0628\u0631\u0627\u06CC \u0645\u0648\u0633 \u0631\u0627 \u062A\u0639\u0631\u06CC\u0641 \u06A9\u0646\u06CC\u062F\u060C \u0645\u0627\u0646\u0646\u062F: Alt+Z\u060C Ctrl+E\u060C Cmd+Alt+E \u06CC\u0627 \u0641\u0642\u0637 Cmd\u060C \u0644\u0637\u0641\u0627 \u0628\u0647 \u0635\u0648\u0631\u062A \u062F\u0633\u062A\u06CC \u062F\u0627\u062E\u0644 \u06A9\u0646\u06CC\u062F.","floatBall.guideClickToTranslate":`\u0628\u0627 \u06A9\u0644\u06CC\u06A9 \u06A9\u0631\u062F\u0646 \u0628\u0631 \u0631\u0648\u06CC \u062A\u0648\u067E \u0634\u0646\u0627\u0648\u0631 \u062A\u0631\u062C\u0645\u0647 \u0641\u0648\u0631\u06CC + {env.imt_sub_trans_field}: Traducci\xF3n`,"subtitle.quickButton.cyan":"Azul","subtitle.quickButton.backgroundColor":"color de fondo","subtitle.quickButton.blue":"azul","subtitle.quickButton.translationTextColor":"Color de fuente de traducci\xF3n","subtitle.quickButton.translationPosition":"Posici\xF3n de traducci\xF3n","subtitle.quickButton.translationFontSize":"Tama\xF1o de fuente de traducci\xF3n","subtitle.quickButton.translationPositionBottom":"Debajo del texto original","subtitle.quickButton.sourceFontSize":"Tama\xF1o original de la fuente","subtitle.quickButton.green":"Verde","subtitle.quickButton.white":"blanco","subtitle.quickButton.red":"Rojo","subtitle.quickButton.magenta":"Magenta","translationServices.claude":"Claude","subtitle.quickButton.setting":"Configuraci\xF3n","subtitle.quickButton.yellow":"amarillo","subtitle.quickButton.backgroundOpacity":"Opacidad de fondo","subtitle.quickButton.black":"negro","subtitle.quickButton.sourceTextColor":"Color original de la fuente","subtitle.quickButton.translationPositionTop":"En la parte superior del texto original",attachSubtitleTranslating:"Usando {service} para traducir...","error.claude.403":"No tiene permiso para acceder al servicio, puede estar relacionado con las restricciones de \xE1rea de Claude, puede intentar cambiar su direcci\xF3n IP o usar otros servicios de traducci\xF3n.","browser.brandDescriptionForSafari":"\u3010Traducci\xF3n inmersiva\u3011Un complemento de traducci\xF3n de p\xE1ginas web biling\xFCe (original/traducci\xF3n) gratuito que tambi\xE9n soporta la traducci\xF3n de PDF y libros electr\xF3nicos EPUB manteniendo el formato original del documento, la traducci\xF3n de subt\xEDtulos biling\xFCes de videos en l\xEDnea como Youtube/Netflix, y soporta servicios de traducci\xF3n principales como Deepl/Google;","browser.PdfProFile":"AI impulsado por PDF Pro traducci\xF3n","browser.textTranslate":"Traducci\xF3n de texto"};var Ps={nologin:"\u0648\u0627\u0631\u062F \u0646\u0634\u062F\u0647 \u0627\u06CC\u062F",loginForSafari:"\u0648\u0627\u0631\u062F \u0634\u0648\u06CC\u062F \u06CC\u0627 \u062B\u0628\u062A \u0646\u0627\u0645 \u06A9\u0646\u06CC\u062F",login:"\u767B\u5F55",manageAccount:"\u0645\u062F\u06CC\u0631\u06CC\u062A \u062D\u0633\u0627\u0628",openPremium:"\u0639\u0636\u0648\u06CC\u062A",logout:"\u062A\u0631\u06A9 \u06A9\u0631\u062F\u0646",curentPlan:"\u0628\u0633\u062A\u0647 \u0641\u0639\u0644\u06CC",endAt:"\u0628\u0644\u0648\u063A",endAuto:"\u062A\u0645\u062F\u06CC\u062F \u062E\u0648\u062F\u06A9\u0627\u0631",lineBreakMaxTextCount:"\u062D\u062F\u0627\u06A9\u062B\u0631 \u062A\u0639\u062F\u0627\u062F \u06A9\u0627\u0631\u0627\u06A9\u062A\u0631\u0647\u0627\u06CC \u0645\u062C\u0627\u0632 \u062F\u0631 \u0647\u0631 \u062C\u0645\u0644\u0647 \u067E\u0633 \u0627\u0632 \u0634\u06A9\u0633\u062A \u062E\u0637","translate-pdf":"\u0628\u0631\u0627\u06CC \u062A\u0631\u062C\u0645\u0647 PDF \u06A9\u0644\u06CC\u06A9 \u06A9\u0646\u06CC\u062F","noSupportTranslate-pdf":"\u0627\u0633\u06A9\u0631\u06CC\u067E\u062A \u067E\u0634\u062A\u06CC\u0628\u0627\u0646\u06CC \u0646\u0645\u06CC \u0634\u0648\u062F\u060C \u0644\u0637\u0641\u0627 \u0627\u0632 \u0627\u0641\u0632\u0648\u0646\u0647 \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u06A9\u0646\u06CC\u062F","translate-firefox-local-pdf":"\u0628\u0631\u0627\u06CC \u0628\u0627\u0631\u06AF\u06CC\u0631\u06CC PDF \u06A9\u0644\u06CC\u06A9 \u06A9\u0646\u06CC\u062F",enableLineBreak:"\u0641\u0639\u0627\u0644 \u06A9\u0631\u062F\u0646 \u0634\u06A9\u0633\u062A \u062E\u0637 \u062E\u0648\u062F\u06A9\u0627\u0631 \u0628\u0646\u062F \u0628\u0644\u0646\u062F",sponsorLabel:"\u062D\u0627\u0645\u06CC\u0627\u0646 \u062A\u0648\u0633\u0639\u0647\u200C\u062F\u0647\u0646\u062F\u06AF\u0627\u0646 \u0628\u0627 \u0634\u0631\u0648\u0639 \u0627\u0632 1 \u062F\u0644\u0627\u0631",help:"\u06A9\u0645\u06A9",browserShortcutsNoteForFirefox:"\u0628\u0631\u0627\u06CC \u062A\u063A\u06CC\u06CC\u0631 \u06A9\u0644\u06CC\u062F\u0647\u0627\u06CC \u0645\u06CC\u0627\u0646\u0628\u0631 \u062F\u0631 \u0645\u0631\u0648\u0631\u06AF\u0631 \u0641\u0627\u06CC\u0631\u0641\u0627\u06A9\u0633\u060C \u0628\u0627\u06CC\u062F \u0628\u0631\u06AF\u0647 \u0645\u062F\u06CC\u0631\u06CC\u062A \u0627\u0641\u0632\u0648\u0646\u0647\u200C\u0647\u0627 (about:addons) \u0631\u0627 \u0628\u0627\u0632 \u06A9\u0646\u06CC\u062F\u060C \u0633\u067E\u0633 \u0631\u0648\u06CC \xAB\u062A\u0646\u0638\u06CC\u0645\u0627\u062A\xBB \u06A9\u0644\u06CC\u06A9 \u06A9\u0646\u06CC\u062F \u0648 \u0633\u067E\u0633 \u0628\u0631\u0627\u06CC \u062A\u0646\u0638\u06CC\u0645 \u0631\u0648\u06CC \xAB\u0645\u062F\u06CC\u0631\u06CC\u062A \u06A9\u0644\u06CC\u062F\u0647\u0627\u06CC \u0645\u06CC\u0627\u0646\u0628\u0631\xBB \u06A9\u0644\u06CC\u06A9 \u06A9\u0646\u06CC\u062F",browserShortcutsNoteForChrome:"\u0628\u0631\u0627\u06CC \u0645\u0631\u0648\u0631\u06AF\u0631\u0647\u0627\u06CC Chrome \u0645\u0627\u0646\u0646\u062F\u060C \u0628\u0627\u06CC\u062F \u0628\u0631\u06AF\u0647 \u0645\u062F\u06CC\u0631\u06CC\u062A \u0627\u0641\u0632\u0648\u0646\u0647\u200C\u0647\u0627 \u0631\u0627 \u0628\u0631\u0627\u06CC \u062A\u063A\u06CC\u06CC\u0631 \u06A9\u0644\u06CC\u062F\u0647\u0627\u06CC \u0645\u06CC\u0627\u0646\u0628\u0631 \u0628\u0627\u0632 \u06A9\u0646\u06CC\u062F\u060C \u0622\u0646 \u0631\u0627 \u062F\u0631 \u062F\u0631\u06AF\u0627\u0647 \xAB\u0645\u062F\u06CC\u0631\u06CC\u062A \u06A9\u0644\u06CC\u062F\u0647\u0627\u06CC \u0645\u06CC\u0627\u0646\u0628\u0631\xBB (chrome://extensions/shortcuts) \u062A\u0646\u0638\u06CC\u0645 \u06A9\u0646\u06CC\u062F. \u0631\u0648\u06CC \u062F\u06A9\u0645\u0647 \u0632\u06CC\u0631 \u06A9\u0644\u06CC\u06A9 \u06A9\u0646\u06CC\u062F \u062A\u0627 \u0628\u0647 \u0628\u0631\u06AF\u0647 \u0645\u062F\u06CC\u0631\u06CC\u062A \u06A9\u0644\u06CC\u062F \u0645\u06CC\u0627\u0646\u0628\u0631 \u0628\u0631\u0648\u06CC\u062F.",browserShortcutsSucks:"\u0641\u0631\u0645\u062A \u06A9\u0644\u06CC\u062F \u0645\u06CC\u0627\u0646\u0628\u0631 \u0633\u0641\u0627\u0631\u0634\u06CC (\u0628\u062F\u0648\u0646 \u062A\u0634\u062E\u06CC\u0635 \u062E\u0648\u062F\u06A9\u0627\u0631\u060C \u0644\u0637\u0641\u0627 \u0645\u0633\u062A\u0642\u06CC\u0645\u0627 \u0648\u0627\u0631\u062F \u06A9\u0646\u06CC\u062F)\uFF1A\u0627\u0633\u062A",enableLineBreakDescription:"\u0648\u0642\u062A\u06CC \u0641\u0639\u0627\u0644 \u0628\u0627\u0634\u062F\u060C \u06CC\u06A9 \u0634\u06A9\u0633\u062A \u062E\u0637 \u062F\u0631 \u067E\u0627\u06CC\u0627\u0646 \u0647\u0631 \u062C\u0645\u0644\u0647 \u062F\u0631 \u06CC\u06A9 \u0628\u0646\u062F \u0628\u0644\u0646\u062F \u0628\u0631\u0627\u06CC \u062A\u0633\u0647\u06CC\u0644 \u062E\u0648\u0627\u0646\u062F\u0646 \u0627\u0639\u0645\u0627\u0644 \u0645\u06CC \u0634\u0648\u062F","browser.shortBrandName":"\u062A\u0631\u062C\u0645\u0647 \u0647\u0645\u0647\u062C\u0627\u0646\u0628\u0647","browser.brandName":"\u062A\u0631\u062C\u0645\u0647 \u0647\u0645\u0647\u200C\u062C\u0627\u0646\u0628\u0647","browser.brandDescription":"Web bilingual translation, completely free to use, supports Deepl/Google/Bing/Tencent/Youdao, etc.","browser.toggleTranslatePage":"\u062A\u0631\u062C\u0645\u0647 \u062A\u0627\u0631\u0646\u0645\u0627/\u0646\u0645\u0627\u06CC\u0634 \u0645\u062A\u0646 \u0627\u0635\u0644\u06CC","browser.toggleTranslateTheWholePage":"\u062A\u0631\u062C\u0645\u0647 \u062A\u0645\u0627\u0645 \u0628\u0631\u06AF\u0647/\u0646\u0645\u0627\u06CC\u0634 \u0645\u062A\u0646 \u0627\u0635\u0644\u06CC","browser.toggleOnlyTransation":"\u062A\u063A\u06CC\u06CC\u0631 \u0628\u0647 \u062D\u0627\u0644\u062A \u062F\u0648\u0632\u0628\u0627\u0646\u0647 / \u0641\u0642\u0637 \u0645\u062A\u0646 \u062A\u0631\u062C\u0645\u0647 \u0634\u062F\u0647","browser.toggleTranslateToThePageEndImmediately":"\u0627\u0632 \u0627\u0646\u062A\u0647\u0627\u06CC \u0628\u0631\u06AF\u0647 \u062A\u0631\u062C\u0645\u0647 \u06A9\u0646\u06CC\u062F/\u0646\u0645\u0627\u06CC\u0634 \u0645\u062A\u0646 \u0627\u0635\u0644\u06CC","browser.toggleTranslateTheMainPage":"\u062A\u0631\u062C\u0645\u0647 \u0642\u0633\u0645\u062A\u200C\u0647\u0627\u06CC \u0627\u0635\u0644\u06CC \u0628\u0631\u06AF\u0647/\u0646\u0645\u0627\u06CC\u0634 \u0645\u062A\u0646 \u0627\u0635\u0644\u06CC","browser.shareToDraft":"\u0627\u0634\u062A\u0631\u0627\u06A9\u200C\u06AF\u0630\u0627\u0631\u06CC \u0635\u0641\u062D\u0647 \u062F\u0648\u0632\u0628\u0627\u0646\u0647","browser.openOptionsPage":"\u0628\u0631\u06AF\u0647 \u062A\u0646\u0638\u06CC\u0645\u0627\u062A \u0631\u0627 \u0628\u0627\u0632 \u06A9\u0646\u06CC\u062F","browser.toggleTranslationMask":"\u0646\u0645\u0627\u06CC\u0634/\u067E\u0646\u0647\u0627\u0646 \u06A9\u0631\u062F\u0646 \u062C\u0644\u0648\u0647 \u062A\u0627\u0631\u06CC \u062A\u0631\u062C\u0645\u0647","browser.translateLocalPdfFile":"\u062A\u0631\u062C\u0645\u0647 \u067E\u0631\u0648\u0646\u062F\u0647 PDF \u0645\u062D\u0644\u06CC","browser.openEbookViewer":"\u06A9\u062A\u0627\u0628 \u0647\u0627\u06CC \u0627\u0644\u06A9\u062A\u0631\u0648\u0646\u06CC\u06A9\u06CC \u0645\u062D\u0644\u06CC \u0631\u0627 \u0628\u062E\u0648\u0627\u0646\u06CC\u062F","browser.openEbookBuilder":"\u06A9\u062A\u0627\u0628 \u0647\u0627\u06CC \u0627\u0644\u06A9\u062A\u0631\u0648\u0646\u06CC\u06A9\u06CC \u062F\u0648 \u0632\u0628\u0627\u0646\u0647 EPUB \u0627\u06CC\u062C\u0627\u062F \u06A9\u0646\u06CC\u062F","browser.translateLocalHtmlFile":"\u7FFB\u8BD1\u672C\u5730 HTML \u6587\u4EF6","browser.donateContext":"\u0628\u0627 \u0645\u0632\u0627\u06CC\u0627\u06CC \u062D\u0645\u0627\u06CC\u062A \u0645\u0627\u0644\u06CC \u0622\u0634\u0646\u0627 \u0634\u0648\u06CC\u062F","browser.translateLocalSubtitleFile":"\u0641\u0627\u06CC\u0644 \u0647\u0627\u06CC \u0632\u06CC\u0631\u0646\u0648\u06CC\u0633 \u0645\u062D\u0644\u06CC \u0631\u0627 \u062A\u0631\u062C\u0645\u0647 \u06A9\u0646\u06CC\u062F",confirmResetConfig:"\u0622\u06CC\u0627 \u0645\u0637\u0645\u0626\u0646 \u0647\u0633\u062A\u06CC\u062F \u06A9\u0647 \u0645\u06CC\u200C\u062E\u0648\u0627\u0647\u06CC\u062F \u062A\u0646\u0638\u06CC\u0645\u0627\u062A \u0631\u0627 \u0628\u0627\u0632\u0646\u0634\u0627\u0646\u06CC \u06A9\u0646\u06CC\u062F\u061F",translationLineBreakSettingTitle:"\u062A\u0646\u0638\u06CC\u0645\u0627\u062A \u0628\u0633\u062A\u0647 \u0628\u0646\u062F\u06CC \u062E\u0637 \u062A\u0631\u062C\u0645\u0647",smartLineBreak:"\u0628\u0633\u062A\u0647 \u0628\u0646\u062F\u06CC \u062E\u0637 \u0647\u0648\u0634\u0645\u0646\u062F",alwaysLineBreak:"\u0647\u0645\u06CC\u0634\u0647 \u0628\u067E\u06CC\u0686\u06CC\u062F",isShowContextMenu:"\u521B\u5EFA\u53F3\u952E\u83DC\u5355",toggleBeta:"\u0648\u06CC\u0698\u06AF\u06CC \u0647\u0627\u06CC \u0622\u0632\u0645\u0627\u06CC\u0634 \u0628\u062A\u0627 \u0631\u0627 \u0641\u0639\u0627\u0644 \u06A9\u0646\u06CC\u062F",betaDescription:"\u0648\u06CC\u0698\u06AF\u06CC\u200C\u0647\u0627\u06CC\u06CC \u0631\u0627 \u06A9\u0647 \u0647\u0646\u0648\u0632 \u0622\u0632\u0645\u0627\u06CC\u0634\u06CC \u0647\u0633\u062A\u0646\u062F \u0648 \u0647\u0645\u0686\u0646\u06CC\u0646 \u062E\u062F\u0645\u0627\u062A \u062A\u0631\u062C\u0645\u0647 \u0631\u0627 \u062F\u0631 \u0622\u0632\u0645\u0627\u06CC\u0634 \u0641\u0639\u0627\u0644 \u06A9\u0646\u06CC\u062F. \u0639\u0636\u0648<1>\u06AF\u0631\u0648\u0647 \u062A\u0644\u06AF\u0631\u0627\u0645 \u0634\u0648\u06CC\u062F \u0628\u06CC\u0634\u062A\u0631 \u0628\u062F\u0627\u0646\u06CC\u062F.",translationLineBreakSettingDescription:"\u5BF9\u4E8E\u8BD1\u6587\u7684\u4F4D\u7F6E\uFF1A\u603B\u662F\u6362\u884C/\u667A\u80FD\u6362\u884C\uFF08\u5F53\u6BB5\u843D\u591A\u4E8E{count}\u4E2A\u5B57\u7B26\u624D\u6362\u884C\u663E\u793A\u8BD1\u6587\uFF09",tempTranslateDomainTitle:"\u0686\u0647 \u0645\u062F\u062A \u0628\u0631\u0627\u06CC \u0641\u0639\u0627\u0644 \u06A9\u0631\u062F\u0646 \u0645\u0648\u0642\u062A \u062A\u0631\u062C\u0645\u0647 \u0648\u0628 \u0633\u0627\u06CC\u062A",tempTranslateDomainDescription:"\u5F53\u624B\u52A8\u7FFB\u8BD1\u67D0\u4E2A\u7F51\u9875\u7684\u65F6\u5019\uFF0C\u4E34\u65F6\u5F00\u542F\u8BE5\u7F51\u7AD9\u4E3A\u81EA\u52A8\u7FFB\u8BD1",xMinutes:"{count} \u062F\u0642\u06CC\u0642\u0647",disabled:"\u063A\u06CC\u0631 \u0641\u0639\u0627\u0644 \u06A9\u0631\u062F\u0646",changelog:"\u062A\u063A\u06CC\u06CC\u0631 \u06AF\u0632\u0627\u0631\u0634",toggleTranslatePageWhenThreeFingersOnTheScreen:"\u0628\u0631\u0627\u06CC \u062A\u0631\u062C\u0645\u0647 \u0635\u0641\u062D\u0647 \u0648\u0628/\u0646\u0645\u0627\u06CC\u0634 \u0645\u062A\u0646 \u0627\u0635\u0644\u06CC\u060C \u0647\u0645\u0632\u0645\u0627\u0646 \u0628\u0627 \u0686\u0646\u062F\u06CC\u0646 \u0627\u0646\u06AF\u0634\u062A \u0635\u0641\u062D\u0647 \u0631\u0627 \u0644\u0645\u0633 \u06A9\u0646\u06CC\u062F",toggleTranslationMaskWhenThreeFingersOnTheScreen:"\u0686\u0646\u062F\u06CC\u0646 \u0627\u0646\u06AF\u0634\u062A \u0631\u0627 \u0628\u0647 \u0637\u0648\u0631 \u0647\u0645\u0632\u0645\u0627\u0646 \u0644\u0645\u0633 \u06A9\u0646\u06CC\u062F \u062A\u0627 \u062C\u0644\u0648\u0647 \u062A\u0627\u0631\u06CC \u062A\u0631\u062C\u0645\u0647 \u0646\u0634\u0627\u0646 \u062F\u0627\u062F\u0647 \u06CC\u0627 \u067E\u0646\u0647\u0627\u0646 \u0634\u0648\u062F",fingerCountToToggleTranslagePageOnlyTranslationWhenTouching:"\u0628\u0631\u0627\u06CC \u062A\u0631\u062C\u0645\u0647 \u0635\u0641\u062D\u0647 \u0648\u0628 (\u0641\u0642\u0637 \u062A\u0631\u062C\u0645\u0647)/\u0646\u0645\u0627\u06CC\u0634 \u0645\u062A\u0646 \u0627\u0635\u0644\u06CC \u0628\u0627 \u0686\u0646\u062F\u06CC\u0646 \u0627\u0646\u06AF\u0634\u062A \u0647\u0645\u0632\u0645\u0627\u0646 \u0635\u0641\u062D\u0647 \u0631\u0627 \u0644\u0645\u0633 \u06A9\u0646\u06CC\u062F",addUrlDescription:"\u0627\u06CC\u0646 \u0645\u06CC \u062A\u0648\u0627\u0646\u062F \u06CC\u06A9 \u0646\u0627\u0645 \u062F\u0627\u0645\u0646\u0647 \u0628\u0627\u0634\u062F \u0648 \u0627\u0632 \u062D\u0631\u0648\u0641 \u0639\u0627\u0645 \u067E\u0634\u062A\u06CC\u0628\u0627\u0646\u06CC \u0645\u06CC \u06A9\u0646\u062F\u060C \u0645\u0627\u0646\u0646\u062F\uFF1A*.google.com\u060C google.com/mail/*\u060C https://www.google.com/*",general:"\u062A\u0646\u0638\u06CC\u0645\u0627\u062A \u067E\u0627\u06CC\u0647",clickToExpandConfig:"\u06AF\u0633\u062A\u0631\u0634 \u067E\u06CC\u06A9\u0631\u0628\u0646\u062F\u06CC \u0641\u0639\u0644\u06CC",import:"\u4ECE\u6587\u4EF6\u5BFC\u5165\u914D\u7F6E",export:"\u0635\u0627\u062F\u0631\u0627\u062A \u0628\u0647 \u0641\u0627\u06CC\u0644",toggleDebug:"\u06AF\u0632\u0627\u0631\u0634 \u0647\u0627\u06CC \u0627\u0634\u06A9\u0627\u0644 \u0632\u062F\u0627\u06CC\u06CC \u0631\u0627 \u0631\u0648\u06CC \u06A9\u0646\u0633\u0648\u0644 \u0686\u0627\u067E \u06A9\u0646\u06CC\u062F","fingers.0":"\u0628\u0633\u062A\u0647","fingers.2":"\u0644\u0645\u0633 \u062F\u0648 \u0627\u0646\u06AF\u0634\u062A\u06CC","fingers.3":"\u0644\u0645\u0633 \u0633\u0647 \u0627\u0646\u06AF\u0634\u062A","fingers.4":"\u0644\u0645\u0633 \u0686\u0647\u0627\u0631 \u0627\u0646\u06AF\u0634\u062A","fingers.5":"\u0644\u0645\u0633 \u067E\u0646\u062C \u0627\u0646\u06AF\u0634\u062A",mouseHoldKey:"+ {key} \u0627\u06CC\u0646 \u067E\u0627\u0631\u0627\u06AF\u0631\u0627\u0641 \u0631\u0627 \u062A\u0631\u062C\u0645\u0647/\u0628\u0627\u0632\u06CC\u0627\u0628\u06CC \u06A9\u0646\u06CC\u062F",mouseHoldKeyAuto:"\u0627\u06CC\u0646 \u067E\u0627\u0631\u0627\u06AF\u0631\u0627\u0641 \u0631\u0627 \u0645\u0633\u062A\u0642\u06CC\u0645\u0627\u064B \u062A\u0631\u062C\u0645\u0647 \u06A9\u0646\u06CC\u062F",mouseHoldKeyOff:"\u0647\u06CC\u0686 \u06A9\u0627\u0631\u06CC \u0646\u06A9\u0646",mouseHoldKeyOther:"\u06A9\u0644\u06CC\u062F\u0647\u0627\u06CC \u0645\u06CC\u0627\u0646\u0628\u0631 \u0633\u0641\u0627\u0631\u0634\u06CC (\u062A\u0646\u0638\u06CC\u0645\u0627\u062A \u0628\u0627\u0632)",mouseHoldKeyCustomKey:"0 \u0627\u06CC\u0646 \u067E\u0627\u0631\u0627\u06AF\u0631\u0627\u0641 \u0631\u0627 {key} / \u0628\u0627\u0632\u06CC\u0627\u0628\u06CC \u06A9\u0646\u06CC\u062F",mouseHoverHoldKey:"\u0645\u0627\u0648\u0633 \u0631\u0627 \u0646\u06AF\u0647 \u062F\u0627\u0631\u06CC\u062F \u0648 \u06A9\u0644\u06CC\u062F \u0645\u06CC\u0627\u0646\u0628\u0631 \u0631\u0627 \u0641\u0634\u0627\u0631 \u062F\u0647\u06CC\u062F \u062A\u0627 \u067E\u0627\u0631\u0627\u06AF\u0631\u0627\u0641 \u062A\u0631\u062C\u0645\u0647 \u0634\u0648\u062F","mouse-translate":"MouseTranslateWhen",document:"\u0633\u0646\u062F",resetSuccess:"\u0647\u0645\u0647 \u062A\u0646\u0638\u06CC\u0645\u0627\u062A \u0628\u0627 \u0645\u0648\u0641\u0642\u06CC\u062A \u0628\u0627\u0632\u0646\u0634\u0627\u0646\u06CC \u0634\u062F",resetThisSuccess:"\u0628\u0627\u0632\u0646\u0634\u0627\u0646\u06CC \u0628\u0627 \u0645\u0648\u0641\u0642\u06CC\u062A \u0627\u0646\u062C\u0627\u0645 \u0634\u062F",saved:"\u0628\u0627 \u0645\u0648\u0641\u0642\u06CC\u062A \u0630\u062E\u06CC\u0631\u0647 \u0634\u062F",successImportConfig:"\u067E\u06CC\u06A9\u0631\u0628\u0646\u062F\u06CC \u0628\u0627 \u0645\u0648\u0641\u0642\u06CC\u062A \u0648\u0627\u0631\u062F \u0634\u062F",goAdvancedSettings:"\u0628\u0647 \u0635\u0641\u062D\u0647 \u062A\u0646\u0638\u06CC\u0645\u0627\u062A \u067E\u06CC\u0634\u0631\u0641\u062A\u0647 \u0628\u0631\u0648\u06CC\u062F",goAdvancedInterfaceSettings:"\u0628\u0647 \u0635\u0641\u062D\u0647 \u062A\u0646\u0638\u06CC\u0645\u0627\u062A \u0633\u0641\u0627\u0631\u0634\u06CC \u0633\u0627\u0632\u06CC \u067E\u06CC\u0634\u0631\u0641\u062A\u0647 \u0628\u0631\u0648\u06CC\u062F",advanced:"\u062A\u0646\u0638\u06CC\u0645\u0627\u062A \u067E\u06CC\u0634\u0631\u0641\u062A\u0647",advancedDescription:"\u0628\u0647 \u0637\u0648\u0631 \u06A9\u0644\u06CC\u060C \u0647\u06CC\u0686 \u062A\u0646\u0638\u06CC\u0645\u06CC \u0644\u0627\u0632\u0645 \u0646\u06CC\u0633\u062A\u060C \u0641\u0642\u0637 \u067E\u06CC\u0634 \u0641\u0631\u0636 \u0631\u0627 \u062D\u0641\u0638 \u06A9\u0646\u06CC\u062F. \u0641\u0642\u0637 \u0628\u0631\u0627\u06CC \u06A9\u0627\u0631\u0628\u0631\u0627\u0646 \u062D\u0631\u0641\u0647 \u0627\u06CC \u062A\u0631\u060C \u062A\u0646\u0638\u06CC\u0645\u0627\u062A \u0634\u062E\u0635\u06CC \u062A\u0631 \u0627\u0631\u0627\u0626\u0647 \u0634\u062F\u0647 \u0627\u0633\u062A.",developer:"\u062A\u0646\u0638\u06CC\u0645\u0627\u062A \u0628\u0631\u0646\u0627\u0645\u0647 \u0646\u0648\u06CC\u0633",donateCafe:"\u8BF7\u5F00\u53D1\u8005\u559D\u676F\u5496\u5561","translate to the bottom of the page":"\u6253\u5F00\u7F51\u9875\u540E\uFF0C\u662F\u5426\u7ACB\u5373\u7FFB\u8BD1\u5230\u9875\u9762\u5E95\u90E8\uFF1F",feedback:"\u0628\u0627\u0632\u062E\u0648\u0631\u062F",toggleTranslatePage:"\u062A\u0631\u062C\u0645\u0647 \u0635\u0641\u062D\u0647 \u0648\u0628/\u0646\u0645\u0627\u06CC\u0634 \u0645\u062A\u0646 \u0627\u0635\u0644\u06CC",translateToThePageEndImmediatelyDescription:"\u5F00\u542F\u540E\uFF0C\u5C06\u4F1A\u7ACB\u5373\u7FFB\u8BD1\u7F51\u9875\u4ECE\u9876\u90E8\u5230\u5E95\u90E8\u7684\u5185\u5BB9\uFF0C\u800C\u4E0D\u662F\u8FB9\u770B\u8FB9\u8BD1\u3002\uFF08\u4E0D\u63A8\u8350\u5F00\u542F\uFF09","translate all areas of the page":"\u0622\u06CC\u0627 \u0628\u0631\u0627\u06CC \u062A\u0631\u062C\u0645\u0647 \u0647\u0645\u0647 \u0642\u0633\u0645\u062A \u0647\u0627\u06CC \u0635\u0641\u062D\u0647 \u0648\u0628",translationAreaDescription:"\u5F00\u542F\u540E\uFF0C\u6574\u4E2A\u7F51\u9875\u7684\u533A\u57DF\u90FD\u4F1A\u88AB\u7FFB\u8BD1\uFF0C\u800C\u4E0D\u662F\u9ED8\u8BA4\u7684\u667A\u80FD\u8BC6\u522B\u4E3B\u8981\u533A\u57DF\u53BB\u7FFB\u8BD1\uFF08\u4E0D\u63A8\u8350\u5F00\u542F\uFF09","the number of characters to be translated first":"\u524D\u591A\u5C11\u4E2A\u5B57\u7B26\u65E0\u9700\u7B49\u5F85\u6EDA\u52A8\u5230\u53EF\u89C6\u533A\u57DF\uFF0C\u76F4\u63A5\u7FFB\u8BD1\uFF1F","interface language":"\u0632\u0628\u0627\u0646 \u0631\u0627\u0628\u0637","display both the original text and the translation":"\u0646\u0645\u0627\u06CC\u0634 \u0645\u062A\u0646 \u0627\u0635\u0644\u06CC \u0648 \u062A\u0631\u062C\u0645\u0647 \u0628\u0647 \u0637\u0648\u0631 \u0647\u0645\u0632\u0645\u0627\u0646","keyboard shortcuts":"\u0645\u06CC\u0627\u0646\u0628\u0631\u0647\u0627\u06CC \u0635\u0641\u062D\u0647 \u06A9\u0644\u06CC\u062F",modify:"\u06A9\u0644\u06CC\u062F\u0647\u0627\u06CC \u0645\u06CC\u0627\u0646\u0628\u0631 \u0631\u0627 \u062A\u063A\u06CC\u06CC\u0631 \u062F\u0647\u06CC\u062F",reset:"\u062A\u0646\u0638\u06CC\u0645 \u0645\u062C\u062F\u062F",close:"\u0628\u0633\u062A\u0647",homepage:"\u0635\u0641\u062D\u0647 \u0646\u062E\u0633\u062A",more:"\u0628\u06CC\u0634\u062A\u0631",moreOptions:"\u06AF\u0632\u06CC\u0646\u0647 \u0647\u0627\u06CC \u0633\u0641\u0627\u0631\u0634\u06CC \u0633\u0627\u0632\u06CC \u0628\u06CC\u0634\u062A\u0631\u06CC \u0631\u0627 \u06AF\u0633\u062A\u0631\u0634 \u062F\u0647\u06CC\u062F",translateTheWholePage:"\u062A\u0631\u062C\u0645\u0647 \u062A\u0645\u0627\u0645 \u0642\u0633\u0645\u062A\u200C\u0647\u0627\u06CC \u0635\u0641\u062D\u0647 (\u0645\u062A\u0641\u0627\u0648\u062A \u0627\u0632 \u0642\u0633\u0645\u062A\u200C\u0647\u0627\u06CC \u0627\u0635\u0644\u06CC \u062A\u0634\u062E\u06CC\u0635 \u0647\u0648\u0634\u0645\u0646\u062F)",changeToTranslateTheWholePage:"\u5207\u6362\u4E3A\u7FFB\u8BD1\u9875\u9762\u6240\u6709\u533A\u57DF",changeToTranslateTheMainPage:"\u5207\u6362\u4E3A\u667A\u80FD\u7FFB\u8BD1\u4E3B\u8981\u533A\u57DF",changeToOnlyTranslationMode:"\u0628\u0647 \u0646\u0645\u0627\u06CC\u0634 \u0641\u0642\u0637 \u062A\u0631\u062C\u0645\u0647 \u0647\u0627 \u0628\u0631\u0648\u06CC\u062F",changeToDualTranslationMode:"\u0628\u0647 \u062A\u0631\u062C\u0645\u0647 \u062F\u0648 \u0632\u0628\u0627\u0646\u0647 \u0628\u0631\u0648\u06CC\u062F",translateToThePageEndImmediately:"\u7ACB\u5373\u7FFB\u8BD1\u5230\u9875\u9762\u5E95\u90E8\uFF08\u533A\u522B\u4E8E\u6EDA\u52A8\u7FFB\u8BD1\uFF09",translateTheMainPage:"\u0632\u0645\u06CC\u0646\u0647 \u0647\u0627\u06CC \u0627\u0635\u0644\u06CC \u062A\u0631\u062C\u0645\u0647 \u0647\u0648\u0634\u0645\u0646\u062F","The local rules are up to date":"\u0642\u0648\u0627\u0646\u06CC\u0646 \u0633\u0627\u0632\u06AF\u0627\u0631\u06CC \u0645\u062D\u0644\u06CC \u0628\u0647 \u0631\u0648\u0632 \u0647\u0633\u062A\u0646\u062F:","Successfully synchronized with the latest official rules:":"\u0622\u062E\u0631\u06CC\u0646 \u0642\u0648\u0627\u0646\u06CC\u0646 \u0627\u0646\u0637\u0628\u0627\u0642 \u0631\u0633\u0645\u06CC \u0628\u0627 \u0645\u0648\u0641\u0642\u06CC\u062A \u0647\u0645\u06AF\u0627\u0645 \u0633\u0627\u0632\u06CC \u0634\u062F:","Checking for updates":"\u0628\u0631\u0631\u0633\u06CC \u0628\u0647 \u0631\u0648\u0632 \u0631\u0633\u0627\u0646\u06CC","Rules are being synchronized":"\u0647\u0645\u06AF\u0627\u0645 \u0633\u0627\u0632\u06CC \u0642\u0648\u0627\u0646\u06CC\u0646 \u0633\u0627\u0632\u06AF\u0627\u0631\u06CC",localVersionIsTooOld:"\u672C\u5730\u6269\u5C55\u7248\u672C\u8FC7\u65E7\uFF0C\u8BF7\u5347\u7EA7\u6269\u5C55\u5230 {minVersion} \u6216\u4E4B\u540E\u7684\u7248\u672C\u518D\u5C1D\u8BD5\u540C\u6B65",badUserscriptBrowser:"\u8BE5\u6D4F\u89C8\u5668\u672A\u6B63\u786E\u5B9E\u73B0\u6CB9\u7334\u7684\u63A5\u53E3\uFF0C\u8BF7\u4F7F\u7528\u5176\u4ED6<1>\u652F\u6301\u6CB9\u7334\u7684\u6D4F\u89C8\u5668\u5982(Firefox Nightly \u7248\u672C)",foundNewVersion:"\u0646\u0633\u062E\u0647 \u062C\u062F\u06CC\u062F \u067E\u06CC\u062F\u0627 \u0634\u062F",theLocalExtensionIsUpToUpdate:"\u0627\u0641\u0632\u0648\u0646\u0647 \u0641\u0639\u0644\u06CC \u0622\u062E\u0631\u06CC\u0646 \u0646\u0633\u062E\u0647 \u0627\u0633\u062A.",failToSyncRules:"\u0647\u0645\u06AF\u0627\u0645 \u0633\u0627\u0632\u06CC \u0622\u062E\u0631\u06CC\u0646 \u0642\u0648\u0627\u0646\u06CC\u0646 \u0627\u0646\u0637\u0628\u0627\u0642 \u0627\u0646\u062C\u0627\u0645 \u0646\u0634\u062F",retry:"\u062C\u0647\u062A \u062A\u0644\u0627\u0634 \u062F\u0648\u0628\u0627\u0631\u0647 \u0627\u06CC\u0646\u062C\u0627 \u06A9\u0644\u06CC\u06A9 \u06A9\u0646\u06CC\u062F",failedReason:"\u062F\u0644\u06CC\u0644 \u0634\u06A9\u0633\u062A",currentRuleVersion:"\u0646\u0633\u062E\u0647 \u0642\u0627\u0646\u0648\u0646 \u0641\u0639\u0644\u06CC",calculating:"\u062F\u0631 \u062D\u0627\u0644 \u0645\u062D\u0627\u0633\u0628\u0647",unknownError:"\u0627\u0634\u062A\u0628\u0627\u0647 \u0646\u0627\u0634\u0646\u0627\u062E\u062A\u0647",canNotFetchRemoteRule:"\u0646\u0645\u06CC \u062A\u0648\u0627\u0646 \u0642\u0648\u0627\u0646\u06CC\u0646 \u0631\u0627\u0647 \u062F\u0648\u0631 \u0631\u0627 \u062F\u0631\u06CC\u0627\u0641\u062A \u06A9\u0631\u062F",enableAlphaSuccess:"\u062A\u0627\u0628\u0639 \u0622\u0644\u0641\u0627 \u0631\u0648\u0634\u0646 \u0634\u062F",disableAlphaSuccess:"\u0648\u06CC\u0698\u06AF\u06CC \u0622\u0644\u0641\u0627 \u062E\u0627\u0645\u0648\u0634 \u0634\u062F",cacheSize:"\u0627\u0646\u062F\u0627\u0632\u0647 \u06A9\u0634\uFF1A",cleaning:"\u062A\u0645\u06CC\u0632 \u06A9\u0631\u062F\u0646",cleanCache:"\u067E\u0627\u06A9 \u06A9\u0631\u062F\u0646 \u062D\u0627\u0641\u0638\u0647 \u067E\u0646\u0647\u0627\u0646",options:"\u0628\u0631\u067E\u0627\u06CC\u06CC",about:"\u062F\u0631 \u0628\u0627\u0631\u0647",service:"\u062E\u062F\u0645\u0627\u062A \u062A\u0631\u062C\u0645\u0647",needAction:"(\u0628\u0647 \u062A\u0646\u0638\u06CC\u0645\u0627\u062A \u0628\u0631\u0648\u06CC\u062F)",goSettings:"\u0628\u0647 \u062A\u0646\u0638\u06CC\u0645\u0627\u062A \u0628\u0631\u0648\u06CC\u062F",needActionForOptions:"(\u0646\u06CC\u0627\u0632 \u0628\u0647 \u062A\u0646\u0638\u06CC\u0645)",translationEngine:"\u06AF\u0632\u06CC\u0646\u0647 \u0647\u0627\u06CC \u0645\u0648\u062A\u0648\u0631",sourceLanguage:"\u0632\u0628\u0627\u0646 \u0627\u0635\u0644\u06CC",target:"\u0632\u0628\u0627\u0646 \u0645\u0642\u0635\u062F",popupSourceLanguage:"\u0632\u0628\u0627\u0646 \u0627\u0635\u0644\u06CC",popupTarget:"\u0632\u0628\u0627\u0646 \u0645\u0642\u0635\u062F",popupService:"\u062E\u062F\u0645\u0627\u062A \u062A\u0631\u062C\u0645\u0647",forThisSite:"\u0648\u0628 \u0633\u0627\u06CC\u062A \u0641\u0639\u0644\u06CC",autoEnableSubtitle:"\u0632\u06CC\u0631\u0646\u0648\u06CC\u0633\u200C\u0647\u0627\u06CC \u062F\u0648\u0632\u0628\u0627\u0646\u0647 \u0631\u0627 \u0628\u0647\u200C\u0637\u0648\u0631 \u062E\u0648\u062F\u06A9\u0627\u0631 \u0631\u0648\u0634\u0646 \u06A9\u0646\u06CC\u062F",alwaysTranslateSomeLanguage:"\u603B\u662F\u7FFB\u8BD1{language}",neverTranslateSomeLanguage:"\u6C38\u4E0D\u7FFB\u8BD1{language}",alwaysTranslateSomeSite:"\u0647\u0645\u06CC\u0634\u0647 {hostname}\u0631\u0627 \u062A\u0631\u062C\u0645\u0647 \u06A9\u0646\u06CC\u062F",neverTranslateSomeSite:"\u0647\u0631\u06AF\u0632 {hostname}\u0631\u0627 \u062A\u0631\u062C\u0645\u0647 \u0646\u06A9\u0646\u06CC\u062F",alwaysTranslateSomeSiteOrWildSite:"\u0647\u0645\u06CC\u0634\u0647 \u0627\u06CC\u0646 \u0633\u0627\u06CC\u062A \u0631\u0627 \u062A\u0631\u062C\u0645\u0647 \u06A9\u0646\u06CC\u062F",alwaysTranslateSomePage:"\u0647\u0645\u06CC\u0634\u0647 \u0627\u06CC\u0646 \u0635\u0641\u062D\u0647 \u0631\u0627 \u062A\u0631\u062C\u0645\u0647 \u06A9\u0646\u06CC\u062F",add:"\u0627\u0636\u0627\u0641\u0647 \u06A9\u0631\u062F\u0646 \u0628\u0647",default:"\u067E\u06CC\u0634 \u0641\u0631\u0636",forThisLanguage:"\u0628\u0631\u0627\u06CC \u0627\u06CC\u0646 \u0632\u0628\u0627\u0646\uFF1A","add url":"\u0622\u062F\u0631\u0633 \u0627\u06CC\u0646\u062A\u0631\u0646\u062A\u06CC \u0631\u0627 \u0648\u0627\u0631\u062F \u06A9\u0646\u06CC\u062F",edit:"\u0648\u06CC\u0631\u0627\u06CC\u0634 \u06A9\u0646\u06CC\u062F","translate other languages into specific language":"\u0632\u0628\u0627\u0646 \u0647\u0627\u06CC \u062F\u06CC\u06AF\u0631 \u0631\u0627 \u0628\u0647 \u0632\u0628\u0627\u0646\u06CC \u06A9\u0647 \u062A\u0646\u0638\u06CC\u0645 \u06A9\u0631\u062F\u0647 \u0627\u06CC\u062F \u062A\u0631\u062C\u0645\u0647 \u06A9\u0646\u06CC\u062F","select translation service":"\u062E\u062F\u0645\u0627\u062A \u062A\u0631\u062C\u0645\u0647 \u0631\u0627 \u0627\u0646\u062A\u062E\u0627\u0628 \u06A9\u0646\u06CC\u062F",language:"\u0632\u0628\u0627\u0646","show-original":"\u0646\u0645\u0627\u06CC\u0634 \u0645\u062A\u0646 \u0627\u0635\u0644\u06CC",translate:"\u062A\u0631\u062C\u0645\u0647 \u06A9\u0631\u062F\u0646",Translated:"\u062A\u0631\u062C\u0645\u0647 \u0634\u062F\u0647",Translating:"\u062F\u0631 \u062D\u0627\u0644 \u062A\u0631\u062C\u0645\u0647",Error:"\u0627\u0634\u062A\u0628\u0627\u0647",allowCacheTranslations:"\u0641\u0639\u0627\u0644 \u06A9\u0631\u062F\u0646 \u062D\u0627\u0641\u0638\u0647 \u067E\u0646\u0647\u0627\u0646 \u062A\u0631\u062C\u0645\u0647 \u0645\u062D\u0644\u06CC (\u0628\u0631\u0627\u06CC \u06A9\u0627\u0647\u0634 \u062F\u0631\u062E\u0648\u0627\u0633\u062A \u0647\u0627\u06CC \u062A\u0631\u062C\u0645\u0647 \u0628\u0631\u0627\u06CC \u067E\u0627\u0631\u0627\u06AF\u0631\u0627\u0641 \u0647\u0627\u06CC \u062A\u06A9\u0631\u0627\u0631\u06CC)","translation display":"\u0633\u0628\u06A9 \u0646\u0645\u0627\u06CC\u0634 \u062A\u0631\u062C\u0645\u0647","select diplay style":"\u0633\u0628\u06A9 \u062A\u0631\u062C\u0645\u0647 \u0631\u0627 \u0645\u062A\u0645\u0627\u06CC\u0632 \u06A9\u0646\u06CC\u062F. \u0644\u0637\u0641\u0627\u064B \u0628\u0631\u0627\u06CC \u062C\u0632\u0626\u06CC\u0627\u062A \u0628\u06CC\u0634\u062A\u0631 \u0628\u0647 \u0645\u062B\u0627\u0644 \u0647\u0627\u06CC \u0632\u06CC\u0631 \u0645\u0631\u0627\u062C\u0639\u0647 \u06A9\u0646\u06CC\u062F:",interface:"\u062A\u0646\u0638\u06CC\u0645\u0627\u062A \u0631\u0627\u0628\u0637",import_export:"\u0648\u0627\u0631\u062F\u0627\u062A \u0648 \u0635\u0627\u062F\u0631\u0627\u062A",import_export_title:"\u067E\u06CC\u06A9\u0631\u0628\u0646\u062F\u06CC \u0648\u0627\u0631\u062F\u0627\u062A/\u0635\u0627\u062F\u0631\u0627\u062A",syncToGoogleDrive:"\u0627\u06A9\u0646\u0648\u0646 \u0628\u0627 Google Drive \u0647\u0645\u06AF\u0627\u0645 \u0633\u0627\u0632\u06CC \u06A9\u0646\u06CC\u062F",floatBallOptions:"\u062A\u0646\u0638\u06CC\u0645\u0627\u062A \u062A\u0648\u067E \u0645\u0639\u0644\u0642","floatBallOptions.enable":"\u062A\u0648\u067E \u0634\u0646\u0627\u0648\u0631 \u0631\u0627 \u0641\u0639\u0627\u0644 \u06A9\u0646\u06CC\u062F","floatBallOptions.blockUrls":"\u0648\u0628 \u0633\u0627\u06CC\u062A \u0631\u0627 \u063A\u06CC\u0631 \u0641\u0639\u0627\u0644 \u06A9\u0646\u06CC\u062F","floatBallOptions.add":"\u0627\u0636\u0627\u0641\u0647 \u06A9\u0631\u062F\u0646 \u0628\u0647","floatBallOptions.blockUrlDesc":"\u062A\u0648\u067E \u0634\u0646\u0627\u0648\u0631 \u0647\u0646\u06AF\u0627\u0645 \u0628\u0631\u062E\u0648\u0631\u062F \u0628\u0627 \u0648\u0628 \u0633\u0627\u06CC\u062A \u0647\u0627\u06CC \u0632\u06CC\u0631 \u0646\u0645\u0627\u06CC\u0634 \u062F\u0627\u062F\u0647 \u0646\u0645\u06CC \u0634\u0648\u062F","floatBallOptions.clickType":"\u0631\u0641\u062A\u0627\u0631 \u06A9\u0644\u06CC\u06A9\u06CC","floatBallOptions.clickTypeDesc":"\u0631\u0641\u062A\u0627\u0631 \u0646\u0645\u0627\u062F \u062A\u0648\u067E \u0634\u0646\u0627\u0648\u0631 \u0647\u0646\u06AF\u0627\u0645 \u06A9\u0644\u06CC\u06A9 \u06A9\u0631\u062F\u0646","floatBallOptions.clickPopup":"\u0646\u0645\u0627\u06CC\u0634 \u067E\u0627\u0646\u0644 \u062A\u0631\u062C\u0645\u0647","floatBallOptions.clickTranslate":"\u062A\u0631\u062C\u0645\u0647/\u0646\u0645\u0627\u06CC\u0634 \u0645\u062A\u0646 \u0627\u0635\u0644\u06CC","floatBallOptions.fixedPosition":"\u56FA\u5B9A\u4F4D\u7F6E","floatBallOptions.fixedPositionDesc":"\u60AC\u6D6E\u7403\u5728\u7A97\u53E3\u5DE6\u4FA7\u8FD8\u662F\u53F3\u4FA7","floatBallOptions.fixedPositionLeft":"\u5DE6\u4FA7","floatBallOptions.fixedPositionRight":"\u53F3\u4FA7",previewAllThemes:"\u067E\u06CC\u0634 \u0646\u0645\u0627\u06CC\u0634 \u0647\u0645\u0647 \u0633\u0628\u06A9 \u0647\u0627","translationTheme.none":"\u0647\u06CC\u0686 \u06CC\u06A9","translationTheme.grey":"\u062E\u0627\u06A9\u0633\u062A\u0631\u06CC \u062A\u06CC\u0631\u0647","translationTheme.dashed":"\u0632\u06CC\u0631 \u062E\u0637 \u0686\u06CC\u0646","translationTheme.dotted":"\u0632\u06CC\u0631 \u062E\u0637 \u0646\u0642\u0637\u0647 \u062F\u0627\u0631","translationTheme.dashedBorder":"\u0645\u0631\u0632 \u0634\u06A9\u0633\u062A\u0647","translationTheme.solidBorder":"\u0645\u0631\u0632 \u062C\u0627\u0645\u062F","translationTheme.underline":"\u0632\u06CC\u0631 \u062E\u0637 \u0645\u0633\u062A\u0642\u06CC\u0645","translationTheme.mask":"\u062C\u0644\u0648\u0647 \u062A\u0627\u0631\u06CC (\u062D\u0627\u0644\u062A \u06CC\u0627\u062F\u06AF\u06CC\u0631\u06CC)","translationTheme.opacity":"\u0627\u062B\u0631 \u0634\u0641\u0627\u0641\u06CC\u062A","translationTheme.paper":"\u0627\u0641\u06A9\u062A \u0633\u0627\u06CC\u0647 \u06A9\u0627\u063A\u0630 \u0633\u0641\u06CC\u062F","translationTheme.dividingLine":"\u062E\u0637 \u062A\u0642\u0633\u06CC\u0645","translationTheme.highlight":"\u0628\u0631\u062C\u0633\u062A\u0647","translationTheme.marker":"\u0646\u0634\u0627\u0646\u06AF\u0631","translationTheme.marker2":"\u0646\u0634\u0627\u0646\u06AF\u0631 2","translationTheme.blockquote":"\u0633\u0628\u06A9 \u0645\u0631\u062C\u0639","translationTheme.weakening":"\u062A\u0636\u0639\u06CC\u0641 \u0634\u0648\u062F","translationTheme.italic":"\u0645\u0648\u0631\u0628","translationTheme.bold":"\u067E\u0631\u0631\u0646\u06AF","translationTheme.thinDashed":"\u0632\u06CC\u0631 \u062E\u0637 \u0686\u06CC\u0646 \u0646\u0627\u0632\u06A9","translationTheme.nativeDashed":"\u0627\u06CC\u0646 \u0633\u06CC\u0633\u062A\u0645 \u062F\u0627\u0631\u0627\u06CC \u062E\u0637 \u0632\u06CC\u0631 \u0646\u0642\u0637\u0647\u200C\u062F\u0627\u0631 \u0627\u0633\u062A","translationTheme.nativeDotted":"\u0627\u06CC\u0646 \u0633\u06CC\u0633\u062A\u0645 \u062F\u0627\u0631\u0627\u06CC \u062E\u0637 \u0632\u06CC\u0631 \u0646\u0642\u0637\u0647\u200C\u062F\u0627\u0631 \u0627\u0633\u062A","translationTheme.nativeUnderline":"\u0627\u06CC\u0646 \u0633\u06CC\u0633\u062A\u0645 \u062F\u0627\u0631\u0627\u06CC \u062E\u0637 \u0645\u0633\u062A\u0642\u06CC\u0645 \u0627\u0633\u062A","translationTheme.wavy":"\u062E\u0637\u0648\u0637 \u0645\u0648\u0627\u062C","translationServices.custom":"API \u0633\u0641\u0627\u0631\u0634\u06CC","translationServices.tencent":"\u0645\u062A\u0631\u062C\u0645 \u062A\u0646\u0633\u0646\u062A","translationServices.tenAlpha":"\u0645\u062A\u0631\u062C\u0645 \u062A\u0646\u0633\u0646\u062A (\u0622\u0644\u0641\u0627)","translationServices.google":"\u0645\u062A\u0631\u062C\u0645 \u06AF\u0648\u06AF\u0644","translationServices.bai":"\u0628\u0627\u06CC\u062F\u0648 (\u0622\u0644\u0641\u0627)","translationServices.baidu":"\u0645\u062A\u0631\u062C\u0645 \u0628\u0627\u06CC\u062F\u0648","translationServices.aliyun":"\u062A\u0631\u062C\u0645\u0647 \u0627\u0628\u0631\u06CC \u0639\u0644\u06CC \u0628\u0627\u0628\u0627","translationServices.volc":"\u062A\u0631\u062C\u0645\u0647 \u0622\u062A\u0634\u0641\u0634\u0627\u0646","translationServices.deeplx":"DeepLX(Alpha)","translationServices.bing":"\u5FC5\u5E94\u7FFB\u8BD1","translationServices.deepl":"DeepL","translationServices.wechat":"\u062A\u0631\u062C\u0645\u0647 \u0648\u06CC \u0686\u062A","translationServices.azure":"\u5FAE\u8F6F\u7FFB\u8BD1","translationServices.ibm":"\u0622\u06CC \u0628\u06CC \u0627\u0645 \u0648\u0627\u062A\u0633\u0648\u0646","translationServices.aws":"\u062A\u0631\u062C\u0645\u0647 \u0622\u0645\u0627\u0632\u0648\u0646","translationServices.mock":"\u6A21\u62DF\u7FFB\u8BD11","translationServices.mock2":"\u062A\u0631\u062C\u0645\u0647 \u0634\u0628\u06CC\u0647 \u0633\u0627\u0632\u06CC \u0634\u062F\u0647 2","translationServices.caiyun":"\u06A9\u0627\u06CC\u0648\u0646 \u0634\u06CC\u0627\u0626\u0648\u06CC","translationServices.cai":"\u5F69\u4E91\u5C0F\u8BD1","translationServices.volcAlpha":"\u706B\u5C71\u7FFB\u8BD1(Alpha)","translationServices.openl":"OpenL","translationServices.youdao":"\u062A\u0631\u062C\u0645\u0647 \u06CC\u0648\u062F\u0627\u0626\u0648","translationServices.you":"\u062A\u0631\u062C\u0645\u0647 \u06CC\u0648\u062F\u0627\u0626\u0648 (\u0622\u0644\u0641\u0627)","translationServices.transmart":"\u062A\u0631\u062C\u0645\u0647 \u062A\u0639\u0627\u0645\u0644\u06CC Tencent","translationServices.niu":"\u062A\u0631\u062C\u0645\u0647 \u0645\u0627\u0648\u0631\u06CC\u06A9\u0633","translationServices.papago":"Papago\u7FFB\u8BD1","translationServices.d":"Deepl(Alpha)","translationServices.dpro":"\u062F\u06CC \u067E\u0631\u0648 (\u0642\u0646\u0627\u0631\u06CC)","translationServices.openai":"OpenAI","translationServices.yandex":"Yandex","translationServices.chatgpt":"ChatGPT Web (\u0645\u0648\u0628\u0627\u06CC\u0644 3.5)","translate title":"\u0639\u0646\u0648\u0627\u0646 \u0635\u0641\u062D\u0647 \u0631\u0627 \u062A\u0631\u062C\u0645\u0647 \u06A9\u0646\u06CC\u062F","always languages":"\u0647\u0645\u06CC\u0634\u0647 \u0632\u0628\u0627\u0646 \u062A\u0631\u062C\u0645\u0647 \u0634\u062F\u0647",neverTranslateLanguagesLabel:"\u0632\u0628\u0627\u0646 \u0647\u0627\u06CC\u06CC \u06A9\u0647 \u0647\u0631\u06AF\u0632 \u062A\u0631\u062C\u0645\u0647 \u0646\u0645\u06CC \u0634\u0648\u0646\u062F",neverTranslateTheFollowingLanguagesDescription:"\u5F53\u9875\u9762\u4E2D\u67D0\u4E00\u6BB5\u843D\u7684\u8BED\u8A00\u4E3A\u4E0B\u5217\u8BED\u8A00\u65F6\uFF0C\u4F1A\u81EA\u52A8\u8DF3\u8FC7\u7FFB\u8BD1\u8BE5\u6BB5\u843D",enableUserscriptPagePopup:"\u603B\u662F\u5728\u9875\u9762\u4E0A\u5C55\u793A Popup \u6D6E\u7A97",enableUserscriptPagePopupDescription:"\u5173\u95ED\u6D6E\u7A97\u540E\uFF0C\u53EF\u4EE5\u7528\u5FEB\u6377\u952E/{touch}\u5524\u8D77\u3002\u4E3A\u9632\u6B62\u4E0D\u614E\u5173\u95ED\u8BE5\u9009\u9879\u540E\u627E\u4E0D\u5230\u6D6E\u7A97\uFF0C\u5F3A\u70C8\u5EFA\u8BAE\u6536\u85CF\u672C\u8BBE\u7F6E\u9875","always translate the following languages":"\u0647\u0646\u06AF\u0627\u0645\u06CC \u06A9\u0647 \u0632\u0628\u0627\u0646 \u0635\u0641\u062D\u0647 \u0628\u0647 \u0632\u0628\u0627\u0646 \u0647\u0627\u06CC \u0632\u06CC\u0631 \u0628\u0627\u0634\u062F\u060C \u0628\u0647 \u0637\u0648\u0631 \u062E\u0648\u062F\u06A9\u0627\u0631 \u0628\u0647 \u0632\u0628\u0627\u0646 \u0645\u0642\u0635\u062F \u062A\u0631\u062C\u0645\u0647 \u0645\u06CC \u0634\u0648\u062F","always sites":"URL \u0647\u0627\u06CC \u0647\u0645\u06CC\u0634\u0647 \u062A\u0631\u062C\u0645\u0647 \u0634\u062F\u0647","always translate the following sites":"\u0647\u0646\u06AF\u0627\u0645\u06CC \u06A9\u0647 \u0648\u0628 \u0633\u0627\u06CC\u062A \u0628\u0627 \u0646\u0627\u0645 \u062F\u0627\u0645\u0646\u0647 \u0632\u06CC\u0631 \u0628\u0627\u0634\u062F\u060C \u0628\u0647 \u0637\u0648\u0631 \u062E\u0648\u062F\u06A9\u0627\u0631 \u0628\u0647 \u0632\u0628\u0627\u0646 \u0645\u0642\u0635\u062F \u062A\u0631\u062C\u0645\u0647 \u0645\u06CC \u0634\u0648\u062F","never sites":"URL \u0647\u0627\u06CC\u06CC \u06A9\u0647 \u0647\u0631\u06AF\u0632 \u062A\u0631\u062C\u0645\u0647 \u0646\u0645\u06CC \u0634\u0648\u0646\u062F","never translate the following sites":"\u0647\u0646\u06AF\u0627\u0645\u06CC \u06A9\u0647 \u0648\u0628 \u0633\u0627\u06CC\u062A \u062F\u0627\u0631\u0627\u06CC \u0646\u0627\u0645 \u062F\u0627\u0645\u0646\u0647 \u0632\u06CC\u0631 \u0628\u0627\u0634\u062F\u060C \u062A\u0631\u062C\u0645\u0647 \u0627\u0646\u062C\u0627\u0645 \u0646\u062E\u0648\u0627\u0647\u062F \u0634\u062F","please refer to":"\u0642\u0628\u0644 \u0627\u0632 \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u0628\u0627\u06CC\u062F \u06A9\u0644\u06CC\u062F \u0631\u0627 \u067E\u0631 \u06A9\u0646\u06CC\u062F. \u0628\u0631\u0627\u06CC \u062C\u0632\u0626\u06CC\u0627\u062A \u0644\u0637\u0641\u0627\u064B \u0628\u0647",KeyAndConfigurationTutorial:'"\u0622\u0645\u0648\u0632\u0634 \u0628\u0631\u0646\u0627\u0645\u0647 \u06A9\u0627\u0631\u0628\u0631\u062F\u06CC \u0648 \u067E\u06CC\u06A9\u0631\u0628\u0646\u062F\u06CC \u06A9\u0644\u06CC\u062F"',useAboveStyleForTheseSites:"\u603B\u662F\u4F7F\u7528 {theme} \u8BD1\u6587\u6837\u5F0F\u7684\u7F51\u7AD9",currentUrl:"URL \u0641\u0639\u0644\u06CC",confirm:"\u0635\u0631\u0641\u0647 \u062C\u0648\u06CC\u06CC",cancel:"\u0644\u063A\u0648 \u06A9\u0646\u06CC\u062F",delete:"\u062D\u0630\u0641","languages.auto":"\u062A\u0634\u062E\u06CC\u0635 \u062E\u0648\u062F\u06A9\u0627\u0631",syncToCloud:"\u540C\u6B65\u5230\u4E91\u7AEF",syncToCloudDescription:"\u5F00\u542F\u540E\u53EF\u4EE5\u5728\u4E0D\u540C\u7684\u6D4F\u89C8\u5668/\u6CB9\u7334\u811A\u672C\u4E4B\u95F4\u540C\u6B65\u914D\u7F6E,\u4EE5\u6700\u540E\u4FEE\u6539\u65F6\u95F4\u4E3A\u51C6\u3002",syncToAccount:"\u0647\u0645\u06AF\u0627\u0645 \u0633\u0627\u0632\u06CC \u0628\u0627 Immersive Translation Cloud",syncToAccountButton:"\u0641\u0648\u0631\u0627\u064B \u0628\u0627 \u0627\u0628\u0631 \u0647\u0645\u06AF\u0627\u0645 \u0633\u0627\u0632\u06CC \u06A9\u0646\u06CC\u062F",syncToAccountDescription:"\u0628\u0647 \u0637\u0648\u0631 \u062E\u0648\u062F\u06A9\u0627\u0631 \u067E\u06CC\u06A9\u0631\u0628\u0646\u062F\u06CC \u0647\u0627 \u0631\u0627 \u0628\u06CC\u0646 \u062F\u0633\u062A\u06AF\u0627\u0647 \u0647\u0627\u06CC \u0645\u062E\u062A\u0644\u0641 \u0628\u0631 \u0627\u0633\u0627\u0633 \u0622\u062E\u0631\u06CC\u0646 \u0632\u0645\u0627\u0646 \u062A\u063A\u06CC\u06CC\u0631 \u0647\u0645\u06AF\u0627\u0645 \u0633\u0627\u0632\u06CC \u06A9\u0646\u06CC\u062F.",successSyncConfigInAccount:"\u0628\u0627 \u0645\u0648\u0641\u0642\u06CC\u062A \u0628\u0627 \u0627\u0628\u0631 \u0647\u0645\u06AF\u0627\u0645 \u0628\u0645\u0627\u0646\u06CC\u062F",successSyncConfigToAccount:"\u0628\u0627 \u0645\u0648\u0641\u0642\u06CC\u062A \u0628\u0627 \u0627\u0628\u0631 \u0647\u0645\u06AF\u0627\u0645\u200C\u0633\u0627\u0632\u06CC \u0634\u062F",syncConfigNoUpdate:"\u062F\u0631 \u062D\u0627\u0644 \u062D\u0627\u0636\u0631 \u062C\u062F\u06CC\u062F\u062A\u0631\u06CC\u0646",authFail:"\u0645\u062C\u0648\u0632 \u0627\u0646\u062C\u0627\u0645 \u0646\u0634\u062F",syncTitle:"\u0645\u062F\u06CC\u0631\u06CC\u062A \u067E\u0634\u062A\u06CC\u0628\u0627\u0646 \u06AF\u06CC\u0631\u06CC \u062F\u0633\u062A\u06CC",import_hint:"\u0648\u0627\u0631\u062F \u0643\u0631\u062F\u0646",upload:"\u0628\u0627\u0631\u06AF\u0630\u0627\u0631\u06CC",revokeAuth:"\u0644\u063A\u0648 \u0645\u062C\u0648\u0632",uploadFail:"\u0622\u067E\u0644\u0648\u062F \u0627\u0646\u062C\u0627\u0645 \u0646\u0634\u062F",download:"\u062F\u0627\u0646\u0644\u0648\u062F",importSuccess:"\u0648\u0627\u0631\u062F\u0627\u062A \u0628\u0627 \u0645\u0648\u0641\u0642\u06CC\u062A \u0627\u0646\u062C\u0627\u0645 \u0634\u062F",importFail:"\u0648\u0627\u0631\u062F\u0627\u062A \u0627\u0646\u062C\u0627\u0645 \u0646\u0634\u062F",deleteFail:"\u062D\u0630\u0641 \u0646\u0634\u062F",backupToCloud:"\u0641\u0627\u06CC\u0644 \u0647\u0627\u06CC \u067E\u0634\u062A\u06CC\u0628\u0627\u0646 \u0631\u0627 \u0628\u0647 \u0635\u0648\u0631\u062A \u062F\u0633\u062A\u06CC \u0645\u062F\u06CC\u0631\u06CC\u062A \u06A9\u0646\u06CC\u062F",create_new_backup:"\u0627\u0636\u0627\u0641\u0647 \u06A9\u0631\u062F\u0646 \u06AF\u0631\u0647 \u067E\u0634\u062A\u06CC\u0628\u0627\u0646",maxBackupFiles:"\u062A\u0627{count}\u06AF\u0631\u0647 \u0645\u062E\u062A\u0644\u0641 \u0631\u0627 \u0645\u06CC \u062A\u0648\u0627\u0646 \u067E\u0634\u062A\u06CC\u0628\u0627\u0646 \u06AF\u06CC\u0631\u06CC \u06A9\u0631\u062F\u060C \u0644\u0637\u0641\u0627 \u06AF\u0631\u0647 \u0647\u0627\u06CC \u063A\u06CC\u0631 \u0636\u0631\u0648\u0631\u06CC \u0631\u0627 \u062D\u0630\u0641 \u06A9\u0646\u06CC\u062F",backupToCloudDescription:"\u0641\u0627\u06CC\u0644 \u0647\u0627\u06CC \u067E\u0634\u062A\u06CC\u0628\u0627\u0646 \u0631\u0627 \u0628\u0647 \u0635\u0648\u0631\u062A \u062F\u0633\u062A\u06CC \u0622\u067E\u0644\u0648\u062F \u06CC\u0627 \u0628\u0627\u0632\u06CC\u0627\u0628\u06CC \u06A9\u0646\u06CC\u062F\u060C \u062A\u0627 \u062D\u062F\u0627\u06A9\u062B\u0631 3 \u0646\u0633\u062E\u0647 \u067E\u0634\u062A\u06CC\u0628\u0627\u0646 \u062A\u0647\u06CC\u0647 \u06A9\u0646\u06CC\u062F",successSyncConfig:"\u0628\u0627 \u0645\u0648\u0641\u0642\u06CC\u062A \u0628\u0627 \u0627\u0628\u0631 \u0647\u0645\u06AF\u0627\u0645 \u0628\u0645\u0627\u0646\u06CC\u062F",syncFail:"\u0647\u0645\u06AF\u0627\u0645 \u0633\u0627\u0632\u06CC \u0627\u0646\u062C\u0627\u0645 \u0646\u0634\u062F",updatedAt:"\u0628\u0647 \u0631\u0648\u0632 \u0634\u062F\u0647 \u062F\u0631 {date}",lastSyncedAt:"\u0622\u062E\u0631\u06CC\u0646 \u0628\u0631\u0631\u0633\u06CC \u062F\u0631 {date}",downloadFail:"\u062F\u0627\u0646\u0644\u0648\u062F \u0646\u0634\u062F",clickToDownload:"\u0628\u0631\u0627\u06CC \u062F\u0627\u0646\u0644\u0648\u062F \u06A9\u0644\u06CC\u06A9 \u06A9\u0646\u06CC\u062F",aboutLabel:"\u062F\u0631\u0628\u0627\u0631\u0647 - \u0628\u0627\u0632\u062E\u0648\u0631\u062F","browser.openAboutPage":"\u5173\u4E8E/\u53CD\u9988/\u8D5E\u52A9",aboutLabelWithoutSponsor:"\u062F\u0631\u0628\u0627\u0631\u0647 - \u0628\u0627\u0632\u062E\u0648\u0631\u062F",aboutIntro:"\u8BE5\u6269\u5C55\u514D\u8D39\u4F7F\u7528\uFF0C\u5E0C\u671B\u6211\u4EEC\u90FD\u80FD\u66F4\u52A0\u5BB9\u6613\u4E14\u6109\u60A6\u5730\u83B7\u53D6\u4E92\u8054\u7F51\u4E0A\u5DE8\u5927\u7684\u5916\u8BED\u4FE1\u606F \u2764\uFE0F

\u611F\u8C22\u8FD9\u4E9B<1>\u8D5E\u52A9\u8005\u4EEC, \u7531\u4E8E\u4ED6/\u5979\u4EEC\u7684\u652F\u6301\uFF0C\u66F4\u591A\u7684\u4EBA\u53EF\u4EE5\u514D\u8D39\u5730\u4F7F\u7528\u8FD9\u4E2A\u5DE5\u5177\u3002\u5982\u679C\u6709\u4F59\u529B\uFF0C\u4F60\u53EF\u4EE5<2>\u70B9\u51FB\u8FD9\u91CC\u8D5E\u52A9\u6211\u7684\u5DE5\u4F5C\uFF0C\u4F60\u8FD8\u53EF\u4EE5\u5173\u6CE8\u6211\u7684<3>\u63A8\u7279\uFF0C<4>Telegram \u9891\u9053\u4EE5\u53CA\u4E0B\u65B9\u7684<5>\u90AE\u4EF6\u8BA2\u9605\u8FFD\u8E2A\u66F4\u65B0\u3002",aboutIntroWithoutSponsor:"\u8BE5\u6269\u5C55\u514D\u8D39\u4F7F\u7528\uFF0C\u5E0C\u671B\u6211\u4EEC\u90FD\u80FD\u66F4\u52A0\u5BB9\u6613\u4E14\u6109\u60A6\u5730\u83B7\u53D6\u4E92\u8054\u7F51\u4E0A\u5DE8\u5927\u7684\u5916\u8BED\u4FE1\u606F \u2764\uFE0F ",projectHomepage:"\u0635\u0641\u062D\u0647 \u0627\u0635\u0644\u06CC \u067E\u0631\u0648\u0698\u0647",joinTelegramGroup:"\u52A0\u5165 Telegram \u7FA4\u53C2\u4E0E\u529F\u80FD\u8BA8\u8BBA",wechatPublicAccount:"\u062D\u0633\u0627\u0628 \u0639\u0645\u0648\u0645\u06CC \u0648\u06CC \u0686\u062A",wechatCommunities:"\u06AF\u0631\u0648\u0647 \u0627\u0631\u062A\u0628\u0627\u0637\u06CC \u0648\u06CC \u0686\u062A",qqCommunities:"\u06A9\u0627\u0646\u0627\u0644 \u0627\u0631\u062A\u0628\u0627\u0637\u06CC QQ",joinTelegramChannel:"\u0628\u0631\u0627\u06CC \u0627\u0637\u0644\u0627\u0639 \u0627\u0632 \u0622\u062E\u0631\u06CC\u0646 \u0627\u062E\u0628\u0627\u0631 \u06A9\u0627\u0646\u0627\u0644 \u062A\u0644\u06AF\u0631\u0627\u0645 \u0631\u0627 \u062F\u0646\u0628\u0627\u0644 \u06A9\u0646\u06CC\u062F",feedbackAndJoin:"\u0628\u0627\u0632\u062E\u0648\u0631\u062F \u0645\u0634\u06A9\u0644/\u0628\u0647 \u06AF\u0631\u0648\u0647 \u0628\u067E\u06CC\u0648\u0646\u062F\u06CC\u062F",autoSync:"\u0647\u0645\u06AF\u0627\u0645 \u0633\u0627\u0632\u06CC \u0628\u0631\u0646\u0627\u0645\u0647 \u0631\u06CC\u0632\u06CC \u0634\u062F\u0647 \u062E\u0648\u062F\u06A9\u0627\u0631",loadingThemeTitle:"\u0633\u0628\u06A9 \u0628\u0627\u0631\u06AF\u06CC\u0631\u06CC",loadingThemeDescription:"\u0647\u0646\u06AF\u0627\u0645 \u0627\u0646\u062A\u0638\u0627\u0631 \u0628\u0631\u0627\u06CC \u0628\u0627\u0631\u06AF\u06CC\u0631\u06CC \u062A\u0631\u062C\u0645\u0647\u060C \u0633\u0628\u06A9 \u0631\u0627 \u062A\u0646\u0638\u06CC\u0645 \u06A9\u0646\u06CC\u062F","loadingTheme.spinner":"\u8F6C\u5708\u52A8\u753B Spinner","loadingTheme.text":"\u0645\u062A\u0646 \u0627\u06CC\u0633\u062A\u0627... ","loadingTheme.none":"\u0646\u0634\u0627\u0646 \u0646\u062F\u0647",developerDescription:"\u0627\u06CC\u0646\u062C\u0627 \u0645\u06CC \u062A\u0648\u0627\u0646\u06CC\u062F <1> \u0631\u0627 \u06A9\u0644\u06CC\u06A9 \u06A9\u0646\u06CC\u062F \u0645\u0634\u0627\u0647\u062F\u0647 \u0627\u0633\u0646\u0627\u062F \u0645\u0631\u0628\u0648\u0637 \u0628\u0647 \u0633\u0641\u0627\u0631\u0634\u06CC \u0633\u0627\u0632\u06CC \u067E\u06CC\u0634\u0631\u0641\u062A\u0647","edit border color":"\u0631\u0646\u06AF \u062D\u0627\u0634\u06CC\u0647 \u0631\u0627 \u062A\u063A\u06CC\u06CC\u0631 \u062F\u0647\u06CC\u062F",successSyncButNoChange:"\u067E\u06CC\u06A9\u0631\u0628\u0646\u062F\u06CC \u0641\u0639\u0644\u06CC \u0628\u0627 \u0627\u0628\u0631 \u0633\u0627\u0632\u06AF\u0627\u0631 \u0627\u0633\u062A",customTheme:"\u0631\u0646\u06AF \u0647\u0627 \u0648 \u0627\u0646\u062F\u0627\u0632\u0647 \u0647\u0627\u06CC \u0633\u0641\u0627\u0631\u0634\u06CC","customThemeLabel.borderColor":"\u0631\u0646\u06AF \u0644\u0628\u0647","customThemeLabel.borderRadius":"\u06AF\u0648\u0634\u0647 \u0647\u0627\u06CC \u06AF\u0631\u062F \u062D\u0627\u0634\u06CC\u0647","customThemeLabel.textColor":"\u0631\u0646\u06AF \u0645\u062A\u0646","customThemeLabel.backgroundColor":"\u0631\u0646\u06AF \u067E\u0633 \u0632\u0645\u06CC\u0646\u0647","customThemeLabel.zoom":"\u0645\u0642\u06CC\u0627\u0633 \u0628\u0646\u062F\u06CC \u0642\u0644\u0645 (%)","customThemeLabel.opacity":"\u06A9\u062F\u0648\u0631\u062A \u0645\u062A\u0646 (%)",resetToDefaultColor:"\u0628\u0647 \u0631\u0646\u06AF \u067E\u06CC\u0634 \u0641\u0631\u0636 \u0628\u0631\u06AF\u0631\u062F\u06CC\u062F",resetToDefaultSettings:"\u0628\u0647 \u062A\u0646\u0638\u06CC\u0645\u0627\u062A \u067E\u06CC\u0634 \u0641\u0631\u0636 \u0628\u0631\u06AF\u0631\u062F\u06CC\u062F",isTranslateTitle:"\u0639\u0646\u0627\u0648\u06CC\u0646 \u0635\u0641\u062D\u0627\u062A \u0648\u0628 \u062A\u0631\u062C\u0645\u0647 \u0634\u062F\u0647 \u0631\u0627 \u0631\u0648\u0634\u0646 \u06A9\u0646\u06CC\u062F",isTranslateTitleDescription:"\u0648\u0642\u062A\u06CC \u0631\u0648\u0634\u0646 \u0634\u062F\u060C \u0639\u0646\u0648\u0627\u0646 \u0635\u0641\u062D\u0647 \u0648\u0628 \u062A\u0631\u062C\u0645\u0647 \u062E\u0648\u0627\u0647\u062F \u0634\u062F",enableSearchEnhancement:"\u0628\u0647\u0628\u0648\u062F \u0627\u0637\u0644\u0627\u0639\u0627\u062A \u062F\u0648 \u0632\u0628\u0627\u0646\u0647 \u0631\u0627 \u0641\u0639\u0627\u0644 \u06A9\u0646\u06CC\u062F",enableSearchEnhancementDescription:"\u067E\u0633 \u0627\u0632 \u0631\u0648\u0634\u0646 \u0634\u062F\u0646\u060C \u0646\u062A\u0627\u06CC\u062C \u062C\u0633\u062A\u062C\u0648\u06CC \xABGoogle News\xBB \u0645\u0631\u0628\u0648\u0637 \u0628\u0647 \u06A9\u0644\u06CC\u062F\u0648\u0627\u0698\u0647\u200C\u0647\u0627\u06CC \u0627\u0646\u06AF\u0644\u06CC\u0633\u06CC \u0628\u0647\u200C\u0637\u0648\u0631 \u062E\u0648\u062F\u06A9\u0627\u0631 \u062F\u0631 \u0633\u062A\u0648\u0646 \u0633\u0645\u062A \u0631\u0627\u0633\u062A \u0648\u0628\u200C\u0633\u0627\u06CC\u062A\u200C\u0647\u0627\u06CC \u067E\u0634\u062A\u06CC\u0628\u0627\u0646\u06CC\u200C\u0634\u062F\u0647 (Google News\u060C Google Search (\u0628\u0631\u062E\u06CC \u06A9\u0644\u0645\u0627\u062A \u06A9\u0644\u06CC\u062F\u06CC)\u060C Snowball\u060C Oriental Fortune\u060C Futu\u060C \u0627\u0646\u062C\u0645\u0646 \u0628\u0628\u0631) \u0646\u0645\u0627\u06CC\u0634 \u062F\u0627\u062F\u0647 \u0645\u06CC\u200C\u0634\u0648\u0646\u062F.",verifyService:"\u0628\u0631\u0627\u06CC \u062A\u0633\u062A \u0633\u0631\u0648\u06CC\u0633 \u0627\u06CC\u0646\u062C\u0627 \u06A9\u0644\u06CC\u06A9 \u06A9\u0646\u06CC\u062F",verified:"\u062A\u0623\u06CC\u06CC\u062F \u0628\u0627 \u0645\u0648\u0641\u0642\u06CC\u062A \u0627\u0646\u062C\u0627\u0645 \u0634\u062F","field.langs":"\u06A9\u062F\u0647\u0627\u06CC \u0632\u0628\u0627\u0646 \u067E\u0634\u062A\u06CC\u0628\u0627\u0646\u06CC \u0634\u062F\u0647","field.model":"\u0645\u062F\u0644","field.translationEngine":"\u0645\u0648\u062A\u0648\u0631 \u062A\u0631\u062C\u0645\u0647","field.limitPerMinute":"\u062D\u062F\u0627\u06A9\u062B\u0631 \u062A\u0639\u062F\u0627\u062F \u062F\u0631\u062E\u0648\u0627\u0633\u062A \u062F\u0631 \u062F\u0642\u06CC\u0642\u0647","field.limitPerSecond":"\u062D\u062F\u0627\u06A9\u062B\u0631 \u062A\u0639\u062F\u0627\u062F \u062F\u0631\u062E\u0648\u0627\u0633\u062A \u062F\u0631 \u062B\u0627\u0646\u06CC\u0647","field.maxTextLengthPerRequest":"\u062D\u062F\u0627\u06A9\u062B\u0631 \u0637\u0648\u0644 \u0645\u062A\u0646 \u062F\u0631 \u0647\u0631 \u062F\u0631\u062E\u0648\u0627\u0633\u062A","field.maxTextGroupLengthPerRequest":"\u062D\u062F\u0627\u06A9\u062B\u0631 \u062A\u0639\u062F\u0627\u062F \u067E\u0627\u0631\u0627\u06AF\u0631\u0627\u0641 \u062F\u0631 \u0647\u0631 \u062F\u0631\u062E\u0648\u0627\u0633\u062A","field.apiUrl":"\u0622\u062F\u0631\u0633 \u0631\u0627\u0628\u0637 API \u0633\u0641\u0627\u0631\u0634\u06CC","field.placeholderDelimiters":"\u0645\u062A\u063A\u06CC\u0631\u0647\u0627\u06CC \u0631\u0632\u0631\u0648 \u0634\u062F\u0647","description.custom":"\u062F\u0633\u062A\u0631\u0633\u06CC \u0628\u0647 \u0631\u0627\u0628\u0637 \u0633\u0641\u0627\u0631\u0634\u06CC \u0628\u0647 \u0627\u0633\u0646\u0627\u062F \u0645\u0631\u062C\u0639 \u0646\u06CC\u0627\u0632 \u062F\u0627\u0631\u062F","description.limitPerMinute":"\u8BF7\u6C42\u6570\u8D85\u8FC7\u8BE5\u9650\u5236\u65F6\u4F1A\u88AB\u6682\u65F6\u7981\u7528\uFF0C\u76F4\u5230\u4E0B\u4E00\u5206\u949F\u5F00\u59CB\uFF0C\u9ED8\u8BA4\u8BBE\u7F6E\u4E3A OpenAI \u8BD5\u7528\u7248\u7684\u8BF7\u6C42\u9650\u5236","description.limitPerSecond":"\u0648\u0642\u062A\u06CC \u062A\u0639\u062F\u0627\u062F \u062F\u0631\u062E\u0648\u0627\u0633\u062A \u0647\u0627 \u0627\u0632 \u0627\u06CC\u0646 \u062D\u062F \u0628\u06CC\u0634\u062A\u0631 \u0634\u0648\u062F\u060C \u062A\u0627 \u0627\u0628\u062A\u062F\u0627\u06CC \u062B\u0627\u0646\u06CC\u0647 \u0628\u0639\u062F \u0648\u0627\u0631\u062F \u062D\u0627\u0644\u062A \u0635\u0641 \u0645\u06CC \u0634\u0648\u062F. \u0628\u0627 \u062A\u0648\u062C\u0647 \u0628\u0647 \u0645\u062D\u062F\u0648\u062F\u06CC\u062A\u200C\u0647\u0627\u06CC \u0645\u062E\u062A\u0644\u0641 \u0633\u0631\u0648\u06CC\u0633 \u0641\u0639\u0644\u06CC OpenAI\u060C \u0644\u0637\u0641\u0627\u064B <1> \u0631\u0627 \u0627\u06CC\u0646\u062C\u0627 \u06A9\u0644\u06CC\u06A9 \u06A9\u0646\u06CC\u062F \u0622\u062E\u0631\u06CC\u0646 \u0645\u0642\u0627\u062F\u06CC\u0631 \u062A\u0648\u0635\u06CC\u0647 \u0634\u062F\u0647 \u0631\u0627 \u0645\u0634\u0627\u0647\u062F\u0647 \u06A9\u0646\u06CC\u062F","description.generalLimitPerSecond":"\u0648\u0642\u062A\u06CC \u062A\u0639\u062F\u0627\u062F \u062F\u0631\u062E\u0648\u0627\u0633\u062A \u0647\u0627 \u0627\u0632 \u0627\u06CC\u0646 \u062D\u062F \u0628\u06CC\u0634\u062A\u0631 \u0634\u0648\u062F\u060C \u062A\u0627 \u0627\u0628\u062A\u062F\u0627\u06CC \u062B\u0627\u0646\u06CC\u0647 \u0628\u0639\u062F \u0648\u0627\u0631\u062F \u062D\u0627\u0644\u062A \u0635\u0641 \u0645\u06CC \u0634\u0648\u062F.","description.prompt":"\u0628\u0647 \u0639\u0646\u0648\u0627\u0646 \u06A9\u0627\u0631\u0628\u0631\u060C \u06AF\u0641\u062A\u06AF\u0648 \u0631\u0627 \u0628\u0647 {service} \u0627\u0631\u0633\u0627\u0644 \u06A9\u0646\u06CC\u062F\u060C \u06A9\u0647 \u062F\u0631 \u0622\u0646 {{text}} \u0645\u062D\u062A\u0648\u0627\u06CC \u0645\u062A\u0646 \u067E\u0627\u0631\u0627\u06AF\u0631\u0627\u0641\u060C {{from}} \u0632\u0628\u0627\u0646 \u067E\u0627\u0631\u0627\u06AF\u0631\u0627\u0641 \u0648 {{to}} \u0632\u0628\u0627\u0646 \u0645\u0642\u0635\u062F \u0631\u0627 \u0646\u0634\u0627\u0646 \u0645\u06CC \u062F\u0647\u062F.","description.maxTextLengthPerRequest":"\u9ED8\u8BA4\u4F1A\u5408\u5E76\u591A\u4E2A\u6BB5\u843D\uFF0C\u4EE5\u51CF\u5C11\u8BF7\u6C42\u6B21\u6570\uFF0C\u4F46\u662F\u5982\u679C\u6BB5\u843D\u603B\u957F\u5EA6\u8FC7\u957F\uFF0C\u4E5F\u53EF\u80FD\u4F1A\u5BFC\u81F4\u63A5\u53E3\u7684\u54CD\u5E94\u53D8\u6162\uFF0C\u56E0\u6B64\u53EF\u4EE5\u5C1D\u8BD5\u8C03\u6574\u8BE5\u9009\u9879\u6765\u4F18\u5316\u901F\u5EA6","description.systemPrompt":"\u0628\u0647 \u0639\u0646\u0648\u0627\u0646 \u0633\u06CC\u0633\u062A\u0645\u060C \u06AF\u0641\u062A\u06AF\u0648\u06CC\u06CC \u0631\u0627 \u0628\u0647 {service} \u0627\u0631\u0633\u0627\u0644 \u06A9\u0646\u06CC\u062F\u060C \u06A9\u0647 \u062F\u0631 \u0622\u0646 {{text}} \u0645\u062D\u062A\u0648\u0627\u06CC \u0645\u062A\u0646 \u067E\u0627\u0631\u0627\u06AF\u0631\u0627\u0641\u060C {{from}} \u0632\u0628\u0627\u0646 \u067E\u0627\u0631\u0627\u06AF\u0631\u0627\u0641 \u0648 {{to}} \u0632\u0628\u0627\u0646 \u0647\u062F\u0641 \u0631\u0627 \u0646\u0634\u0627\u0646 \u0645\u06CC \u062F\u0647\u062F.","field.domain":"\u0631\u0634\u062A\u0647","description.domain":"\u067E\u06CC\u0634 \u0641\u0631\u0636\uFF1A\u0639\u0645\u0648\u0645\u06CC \u0627\u0633\u062A. \u0641\u0642\u0637 \u0632\u0645\u0627\u0646\u06CC \u0645\u06CC\u200C\u062A\u0648\u0627\u0646 \u0622\u0646 \u0631\u0627 \u062A\u0646\u0638\u06CC\u0645 \u06A9\u0631\u062F \u06A9\u0647 \u062A\u0631\u062C\u0645\u0647 \u0645\u0628\u062A\u0646\u06CC \u0628\u0631 \u062F\u0627\u0645\u0646\u0647 \u062F\u0631 \u06A9\u0646\u0633\u0648\u0644 Youdao API \u0641\u0639\u0627\u0644 \u0628\u0627\u0634\u062F. \u0628\u0631\u0627\u06CC \u0642\u0633\u0645\u062A\u200C\u0647\u0627\u06CC \u067E\u0634\u062A\u06CC\u0628\u0627\u0646\u06CC\u200C\u0634\u062F\u0647\u060C \u0644\u0637\u0641\u0627\u064B <1> \u0631\u0627 \u0627\u06CC\u0646\u062C\u0627 \u0628\u0628\u06CC\u0646\u06CC\u062F.","field.scene":"\u0635\u062D\u0646\u0647 \u0647\u0627\u06CC","description.scene":"\u067E\u06CC\u0634 \u0641\u0631\u0636\uFF1A\u0639\u0645\u0648\u0645\u06CC \u0627\u0633\u062A. \u062A\u0646\u0647\u0627 \u0632\u0645\u0627\u0646\u06CC \u0645\u06CC\u200C\u062A\u0648\u0627\u0646 \u0622\u0646 \u0631\u0627 \u062A\u0646\u0638\u06CC\u0645 \u06A9\u0631\u062F \u06A9\u0647 \u0646\u0633\u062E\u0647 \u062D\u0631\u0641\u0647\u200C\u0627\u06CC \u062A\u0631\u062C\u0645\u0647 \u0645\u0627\u0634\u06CC\u0646\u06CC \u062F\u0631 \u06A9\u0646\u0633\u0648\u0644 Alibaba Cloud API \u0641\u0639\u0627\u0644 \u0634\u0648\u062F. \u0628\u0631\u0627\u06CC \u0633\u0646\u0627\u0631\u06CC\u0648\u0647\u0627\u06CC \u067E\u0634\u062A\u06CC\u0628\u0627\u0646\u06CC \u0634\u062F\u0647 \u0628\u0647 <1> \u0627\u06CC\u0646\u062C\u0627 \u0645\u0631\u0627\u062C\u0639\u0647 \u06A9\u0646\u06CC\u062F.","field.vocabId":"\u0634\u0646\u0627\u0633\u0647 \u0641\u0631\u0647\u0646\u06AF \u0644\u063A\u062A \u06A9\u0627\u0631\u0628\u0631","description.vocabId":"\u0641\u0631\u0647\u0646\u06AF \u0644\u063A\u062A \u0645\u0634\u062E\u0635 \u0634\u062F\u0647 out_id \u062F\u0631 \u062D\u0627\u0644 \u062D\u0627\u0636\u0631 \u0627\u0632 \u062A\u0631\u062C\u0645\u0647 \u0627\u0646\u06AF\u0644\u06CC\u0633\u06CC \u0628\u0647 \u0686\u06CC\u0646\u06CC \u067E\u0634\u062A\u06CC\u0628\u0627\u0646\u06CC \u0645\u06CC \u06A9\u0646\u062F.","description.model":"\u0645\u062F\u0644 OpenAI \u0645\u06CC \u062A\u0648\u0627\u0646\u062F gpt-3.5-turbo\u060C gpt-4 \u0648 \u063A\u06CC\u0631\u0647 \u0628\u0627\u0634\u062F.","description.maxTextGroupLengthPerRequest":"\u062A\u0639\u062F\u0627\u062F \u067E\u0627\u0631\u0627\u06AF\u0631\u0627\u0641\u200C\u0647\u0627\u06CC\u06CC \u06A9\u0647 \u0647\u0631 \u0628\u0627\u0631 \u0628\u0647 \u0633\u0631\u0648\u06CC\u0633 \u062A\u0631\u062C\u0645\u0647 \u0627\u0631\u0633\u0627\u0644 \u0645\u06CC\u200C\u0634\u0648\u0646\u062F. \u0627\u06AF\u0631 \u062A\u0639\u062F\u0627\u062F \u067E\u0627\u0631\u0627\u06AF\u0631\u0627\u0641\u200C\u0647\u0627 \u0628\u06CC\u0634 \u0627\u0632 \u062D\u062F \u0628\u0627\u0634\u062F\u060C \u067E\u0627\u0633\u062E \u0631\u0627\u0628\u0637 \u0645\u0645\u06A9\u0646 \u0627\u0633\u062A \u06A9\u0646\u062F \u0634\u0648\u062F.","description.apiUrl":"\u8BF7\u6DFB\u52A0\u5177\u4F53\u5E26\u6709\u8DEF\u5F84\u7684\u7F51\u5740",enabledExtension:"\u0627\u0641\u0632\u0648\u0646\u0647 \u0631\u0627 \u0641\u0639\u0627\u0644 \u06A9\u0646\u06CC\u062F",clickToDisableExtension:"\u0628\u0631\u0627\u06CC \u063A\u06CC\u0631\u0641\u0639\u0627\u0644 \u06A9\u0631\u062F\u0646 \u0627\u0641\u0632\u0648\u0646\u0647 \u06A9\u0644\u06CC\u06A9 \u06A9\u0646\u06CC\u062F",clickToEnableExtension:"\u0628\u0631\u0627\u06CC \u0641\u0639\u0627\u0644 \u06A9\u0631\u062F\u0646 \u0628\u0631\u0646\u0627\u0645\u0647 \u0627\u0641\u0632\u0648\u062F\u0646\u06CC \u06A9\u0644\u06CC\u06A9 \u06A9\u0646\u06CC\u062F",hasBeenDisabled:"\u0645\u0639\u0644\u0648\u0644","show password":"\u0646\u0645\u0627\u06CC\u0634 \u0631\u0645\u0632 \u0639\u0628\u0648\u0631",customContent:"\u8F93\u5165\u81EA\u5B9A\u4E49\u5185\u5BB9",inputOptions:"\u0628\u0647\u0628\u0648\u062F \u062C\u0639\u0628\u0647 \u0648\u0631\u0648\u062F\u06CC",mouseHoverOptions:"\u0645\u0627\u0648\u0633 \u0628\u0631",modifyMouseHoverKey:"\u06A9\u0644\u06CC\u062F\u0647\u0627\u06CC \u0645\u06CC\u0627\u0646\u0628\u0631 \u0645\u0627\u0648\u0633 \u0631\u0627 \u062A\u063A\u06CC\u06CC\u0631 \u062F\u0647\u06CC\u062F",enableInputTranslation:"\u0641\u0639\u0627\u0644 \u06A9\u0631\u062F\u0646 \u0628\u0647\u0628\u0648\u062F \u062C\u0639\u0628\u0647 \u0648\u0631\u0648\u062F\u06CC",enableInputTranslationDescription:"\u067E\u0633 \u0627\u0632 \u0641\u0639\u0627\u0644 \u06A9\u0631\u062F\u0646{trailingKey}\u060C \u0645\u0633\u062A\u0642\u06CC\u0645\u0627\u064B {startingKey}{startingKey} hello \u0631\u0627 \u062F\u0631 \u06A9\u0627\u062F\u0631 \u0648\u0631\u0648\u062F\u06CC \u0648\u0627\u0631\u062F \u06A9\u0646\u06CC\u062F \u0648 \u0633\u067E\u0633 \u0628\u0647 \u0633\u0631\u0639\u062A \u0631\u0648\u06CC{inputTrailingTriggerKeyRepeatTimes}\u062F\u0648 \u0628\u0627\u0631 \u06A9\u0644\u06CC\u06A9 \u06A9\u0646\u06CC\u062F \u062A\u0627 \u0622\u0646 \u0631\u0627 \u0628\u0647 {inputTargetLanguage}\u062A\u0628\u062F\u06CC\u0644 \u06A9\u0646\u06CC\u062F.",enableInputTranslationDescriptionForNoneKey:"{trailingKey}\u0641\u0639\u0627\u0644 \u06A9\u0631\u062F\u0646 \u0622\u0646\u060C \u0645\u0633\u062A\u0642\u06CC\u0645\u0627\u064B\uFF1Ahello world \u0631\u0627 \u062F\u0631 \u06A9\u0627\u062F\u0631 \u0648\u0631\u0648\u062F\u06CC \u0648\u0627\u0631\u062F \u06A9\u0646\u06CC\u062F \u0648 \u0633\u067E\u0633 \u0628\u0647 \u0633\u0631\u0639\u062A{inputTrailingTriggerKeyRepeatTimes}\u0628\u0627\u0631 \u06A9\u0644\u06CC\u06A9 \u06A9\u0646\u06CC\u062F \u062A\u0627 \u0628\u0647 \u0632\u0628\u0627\u0646 \u0645\u0642\u0635\u062F \u067E\u06CC\u0634 \u0641\u0631\u0636 \u062A\u0631\u062C\u0645\u0647 \u0634\u0648\u062F.",inputTargetLanguage:"\u0632\u0628\u0627\u0646 \u0645\u0642\u0635\u062F \u067E\u06CC\u0634 \u0641\u0631\u0636 \u06A9\u0627\u062F\u0631 \u0648\u0631\u0648\u062F\u06CC \u0631\u0627 \u062A\u0646\u0638\u06CC\u0645 \u06A9\u0646\u06CC\u062F",inputTargetLanguageDescription:"\u0632\u0628\u0627\u0646 \u0645\u0642\u0635\u062F \u067E\u06CC\u0634\u200C\u0641\u0631\u0636 \u0628\u0631\u0627\u06CC \u062A\u0631\u062C\u0645\u0647 \u062C\u0639\u0628\u0647 \u0648\u0631\u0648\u062F\u06CC\u060C \u06A9\u0647 {startingKey}{startingKey} \u0628\u0647 \u0639\u0646\u0648\u0627\u0646 \u0632\u0628\u0627\u0646 \u067E\u06CC\u0634\u200C\u0641\u0631\u0636 \u0628\u0631\u0627\u06CC \u06A9\u0644\u0645\u0627\u062A \u0631\u0627\u0647\u200C\u0627\u0646\u062F\u0627\u0632 \u0627\u0633\u062A",inputTargetLanguageDescriptionForNoneKey:"\u0632\u0628\u0627\u0646 \u0645\u0642\u0635\u062F \u067E\u06CC\u0634\u200C\u0641\u0631\u0636 \u0628\u0631\u0627\u06CC \u062A\u0631\u062C\u0645\u0647\u200C\u0647\u0627\u06CC \u062C\u0639\u0628\u0647 \u0648\u0631\u0648\u062F\u06CC",inputStartingTriggerKeyTitle:"\u06A9\u0627\u0631\u0627\u06A9\u062A\u0631\u0647\u0627\u06CC \u062A\u0642\u0633\u06CC\u0645 \u0631\u0627 \u0628\u0631\u0627\u06CC \u062A\u0631\u062C\u0645\u0647 \u062C\u0632\u0626\u06CC \u06A9\u0627\u062F\u0631 \u0648\u0631\u0648\u062F\u06CC \u062A\u0646\u0638\u06CC\u0645 \u06A9\u0646\u06CC\u062F",inputStartingTriggerKeyDescription:"\u0647\u0646\u06AF\u0627\u0645\u06CC \u06A9\u0647 \u0646\u06CC\u0627\u0632\u06CC \u0628\u0647 \u062A\u0631\u062C\u0645\u0647 \u06A9\u0644 \u06A9\u0627\u062F\u0631 \u0648\u0631\u0648\u062F\u06CC \u0646\u062F\u0627\u0631\u06CC\u062F\u060C \u062C\u062F\u0627\u06A9\u0646\u0646\u062F\u0647 \u0628\u0647 \u0634\u0645\u0627 \u0627\u062C\u0627\u0632\u0647 \u0645\u06CC \u062F\u0647\u062F \u0641\u0642\u0637 \u0642\u0633\u0645\u062A \u0631\u0627 {startingKey}{startingKey} \u0628\u0647 \u0627\u0646\u062A\u0647\u0627\u06CC \u06A9\u0627\u062F\u0631 \u0648\u0631\u0648\u062F\u06CC \u062A\u0631\u062C\u0645\u0647 \u06A9\u0646\u06CC\u062F\u060C \u06CC\u0627 \u0645\u06CC \u062A\u0648\u0627\u0646\u06CC\u062F \u06A9\u062F \u0632\u0628\u0627\u0646 \u0631\u0627 \u0645\u0634\u062E\u0635 \u06A9\u0646\u06CC\u062F\u060C \u0628\u0647 \u0639\u0646\u0648\u0627\u0646 \u0645\u062B\u0627\u0644\u060C\uFF1A{startingKey}ja \u0628\u0647 \u0645\u0639\u0646\u0627\u06CC \u0641\u0642\u0637 \u062A\u0631\u062C\u0645\u0647 \u0627\u0633\u062A. \u0642\u0633\u0645\u062A \u0627\u0632 {startingKey}ja \u062A\u0627 \u0627\u0646\u062A\u0647\u0627\u06CC \u062C\u0639\u0628\u0647 \u0648\u0631\u0648\u062F\u06CC.",inputStartingTriggerKeyDescriptionForNoneKey:"\u062F\u0631 \u062D\u0627\u0644 \u062D\u0627\u0636\u0631 \u0628\u062F\u0648\u0646 \u0646\u06CC\u0627\u0632 \u0628\u0647 \u067E\u06CC\u0634\u0648\u0646\u062F \u062A\u0646\u0638\u06CC\u0645 \u0634\u062F\u0647 \u0627\u0633\u062A \u0648 \u0628\u0631\u062E\u06CC \u0627\u0632 \u0639\u0645\u0644\u06A9\u0631\u062F\u0647\u0627\u06CC \u062A\u0631\u062C\u0645\u0647 \u0645\u062A\u0646 \u062C\u0639\u0628\u0647 \u0648\u0631\u0648\u062F\u06CC \u0645\u0648\u0642\u062A\u0627\u064B \u062F\u0631 \u062F\u0633\u062A\u0631\u0633 \u0646\u06CC\u0633\u062A\u0646\u062F.",inputTrailingTriggerKeyTitle:"\u06CC\u06A9 \u06A9\u0627\u0631\u0627\u06A9\u062A\u0631 \u0645\u0627\u0634\u0647 \u0627\u06CC \u0631\u0627 \u0627\u0646\u062A\u062E\u0627\u0628 \u06A9\u0646\u06CC\u062F \u06A9\u0647 \u0628\u0647 \u0648\u0631\u0648\u062F\u06CC \u067E\u0627\u06CC\u0627\u0646 \u0645\u06CC \u062F\u0647\u062F",inputTrailingTriggerKeyDescription:"\u0628\u0627 \u0632\u062F\u0646{trailingKey} 3 \u0628\u0627\u0631 \u0645\u062A\u0648\u0627\u0644\u06CC\u060C \u062A\u0631\u062C\u0645\u0647 \u0634\u0631\u0648\u0639 \u0645\u06CC \u0634\u0648\u062F",inputTrailingTriggerKeyTimeout:"\u0641\u0627\u0635\u0644\u0647 \u0628\u06CC\u0646 \u0645\u0627\u0634\u0647 \u0647\u0627 \u0631\u0627 \u0628\u0631\u0627\u06CC \u067E\u0627\u06CC\u0627\u0646 \u062F\u0627\u062F\u0646 \u0628\u0647 \u062A\u0631\u06A9\u06CC\u0628 \u0648\u0627\u0631\u062F \u06A9\u0646\u06CC\u062F.",inputTrailingTriggerKeyTimeoutDescription:"\u0632\u0645\u0627\u0646 \u0641\u0627\u0635\u0644\u0647 (\u0645\u06CC\u0644\u06CC \u062B\u0627\u0646\u06CC\u0647) \u0631\u0627 \u0628\u0631\u0627\u06CC \u0648\u0631\u0648\u062F\u06CC \u0628\u0631\u0627\u06CC \u067E\u0627\u06CC\u0627\u0646 \u062F\u0627\u062F\u0646 \u0628\u0647 \u0645\u062D\u0631\u06A9 \u062A\u0631\u06A9\u06CC\u0628\u06CC \u062A\u0646\u0638\u06CC\u0645 \u06A9\u0646\u06CC\u062F",spaceKey:"",noneKey:"\u0628\u062F\u0648\u0646 \u0646\u06CC\u0627\u0632 \u0628\u0647 \u067E\u06CC\u0634\u0648\u0646\u062F\u060C \u0628\u0647 \u0637\u0648\u0631 \u0645\u0633\u062A\u0642\u06CC\u0645 \u06A9\u0644 \u062C\u0639\u0628\u0647 \u0645\u062A\u0646 \u0631\u0627 \u062A\u0631\u062C\u0645\u0647 \u06A9\u0646\u06CC\u062F",inputTranslationBlockUrlsTitle:"\u0647\u0631\u06AF\u0632 \u067E\u06CC\u0634\u0631\u0641\u062A \u0647\u0627\u06CC \u0641\u06CC\u0644\u062F \u0648\u0631\u0648\u062F\u06CC \u0631\u0627 \u062F\u0631 URL \u0647\u0627 \u0641\u0639\u0627\u0644 \u0646\u06A9\u0646\u06CC\u062F",inputTranslationBlockUrlsDescription:"\u062F\u0631 \u0622\u062F\u0631\u0633\u200C\u0647\u0627\u06CC \u0627\u06CC\u0646\u062A\u0631\u0646\u062A\u06CC \u0632\u06CC\u0631\u060C \u0628\u0647\u0628\u0648\u062F \u06A9\u0627\u062F\u0631 \u0648\u0631\u0648\u062F\u06CC \u0627\u062B\u0631\u06CC \u0646\u062E\u0648\u0627\u0647\u062F \u062F\u0627\u0634\u062A",clickToSeeQuickDemo:"\u0628\u0631\u0627\u06CC \u06AF\u0633\u062A\u0631\u0634 \u0648\u06CC\u062F\u06CC\u0648\u06CC \u0622\u0645\u0648\u0632\u0634 \u0633\u0631\u06CC\u0639 30 \u062B\u0627\u0646\u06CC\u0647 \u0627\u06CC \u06A9\u0644\u06CC\u06A9 \u06A9\u0646\u06CC\u062F",inputHelperInfo:"\u0646\u06A9\u062A\u0647\uFF1A: \u0645\u0627 \u0628\u0647 \u0637\u0648\u0631 \u062E\u0627\u0635 \u0627\u06CC\u0646 \u0645\u0648\u0636\u0648\u0639 \u0631\u0627 \u0628\u0647\u06CC\u0646\u0647 \u0633\u0627\u0632\u06CC \u06A9\u0631\u062F\u0647 \u0627\u06CC\u0645 \u06A9\u0647 \u062F\u0631 \u0622\u0646 \u0628\u0631\u062E\u06CC \u0627\u0632 \u06A9\u0627\u0631\u0627\u06A9\u062A\u0631\u0647\u0627\u06CC \u0645\u0627\u0634\u0647 \u0628\u0647 \u0639\u0644\u0627\u0626\u0645 \u0646\u06AF\u0627\u0631\u0634\u06CC \u0686\u06CC\u0646\u06CC \u062F\u0631 \u0631\u0648\u0634 \u0648\u0631\u0648\u062F\u06CC \u0686\u06CC\u0646\u06CC \u062A\u0628\u062F\u06CC\u0644 \u0645\u06CC \u0634\u0648\u0646\u062F. \u0628\u0647 \u0639\u0646\u0648\u0627\u0646 \u0645\u062B\u0627\u0644\u060C \u062F\u0631 \u0631\u0648\u0634 \u0648\u0631\u0648\u062F\u06CC Sogou\u060C / \u0628\u0647 \u0645\u06A9\u062B \u062A\u0628\u062F\u06CC\u0644 \u0645\u06CC \u0634\u0648\u062F\u060C \u0648 \u062A\u0631\u062C\u0645\u0647 \u0647\u0645\u0647 \u062C\u0627\u0646\u0628\u0647 \u0627\u0632 \u0647\u0645\u0647 \u0646\u0645\u0627\u062F\u0647\u0627\u06CC \u0686\u06CC\u0646\u06CC \u0645\u0631\u0628\u0648\u0637 \u0628\u0647 \u067E\u0634\u062A\u06CC\u0628\u0627\u0646\u06CC \u0645\u06CC \u06A9\u0646\u062F. \u06A9\u0627\u0631\u0627\u06A9\u062A\u0631\u0647\u0627\u06CC \u0645\u0627\u0634\u0647\u060C \u06CC\u0639\u0646\u06CC //\u060C\u060C \u0647\u0645\u0647 \u0628\u0647 \u0639\u0646\u0648\u0627\u0646 \u06A9\u0627\u0631\u0627\u06A9\u062A\u0631\u0647\u0627\u06CC \u0645\u0627\u0634\u0647 \u0634\u0646\u0627\u062E\u062A\u0647 \u0645\u06CC \u0634\u0648\u0646\u062F.

\u062F\u0631 \u0639\u06CC\u0646 \u062D\u0627\u0644\u060C \u0645\u0627 \u0647\u0645\u0686\u0646\u06CC\u0646 \u0627\u0632 \u0646\u0627\u0645 \u0645\u0633\u062A\u0639\u0627\u0631 \u0686\u06CC\u0646\u06CC \u06A9\u062F\u0647\u0627\u06CC \u0632\u0628\u0627\u0646 \u0628\u0647 \u0639\u0646\u0648\u0627\u0646 \u062F\u0633\u062A\u0648\u0631\u0627\u062A \u067E\u0634\u062A\u06CC\u0628\u0627\u0646\u06CC \u0645\u06CC \u06A9\u0646\u06CC\u0645. \u0628\u0647 \u0639\u0646\u0648\u0627\u0646 \u0645\u062B\u0627\u0644\u060C /Japanese Hello World \u0628\u0647 \u0698\u0627\u067E\u0646\u06CC \u062A\u0631\u062C\u0645\u0647 \u0645\u06CC \u0634\u0648\u062F. <1> \u0628\u0631\u0627\u06CC \u0645\u0634\u0627\u0647\u062F\u0647 \u0647\u0645\u0647 \u06A9\u062F\u0647\u0627\u06CC \u0632\u0628\u0627\u0646 \u067E\u0634\u062A\u06CC\u0628\u0627\u0646\u06CC \u0634\u062F\u0647 \u0627\u06CC\u0646\u062C\u0627 \u0631\u0627 \u06A9\u0644\u06CC\u06A9 \u06A9\u0646\u06CC\u062F. .",reloadCurrentPage:"\u0644\u0637\u0641\u0627\u064B \u0642\u0628\u0644 \u0627\u0632 \u0634\u0631\u0648\u0639 \u062A\u0631\u062C\u0645\u0647 \u0635\u0641\u062D\u0647 \u0641\u0639\u0644\u06CC \u0631\u0627 \u0628\u0627\u0632\u062E\u0648\u0627\u0646\u06CC \u06A9\u0646\u06CC\u062F",noLocalFilePermissionForPDF:"\u0645\u0627 \u062F\u0631 \u062D\u0627\u0644 \u062D\u0627\u0636\u0631 \u0645\u062C\u0648\u0632 \u062E\u0648\u0627\u0646\u062F\u0646 \u0641\u0627\u06CC\u0644 \u0647\u0627\u06CC \u0645\u062D\u0644\u06CC \u0631\u0627 \u0646\u062F\u0627\u0631\u06CC\u0645. \u0644\u0637\u0641\u0627 \u0631\u0648\u06CC \u062F\u06A9\u0645\u0647 \u0628\u0627\u0644\u0627 \u06A9\u0644\u06CC\u06A9 \u06A9\u0646\u06CC\u062F \u0648 \u0641\u0627\u06CC\u0644 \u0647\u0627\u06CC \u0645\u062D\u0644\u06CC \u0631\u0627 \u0648\u0627\u0631\u062F \u06A9\u0646\u06CC\u062F.",noPermissionForThisPage:"\u26A0\uFE0F \u0627\u062C\u0627\u0632\u0647 \u062A\u0631\u062C\u0645\u0647 \u0635\u0641\u062D\u0647 \u0641\u0639\u0644\u06CC \u0648\u062C\u0648\u062F \u0646\u062F\u0627\u0631\u062F",retryAllParagraphs:"\u0647\u0645\u0647 \u067E\u0627\u0631\u0627\u06AF\u0631\u0627\u0641 \u0647\u0627\u06CC \u062E\u0637\u0627 \u0631\u0627 \u062F\u0648\u0628\u0627\u0631\u0647 \u0627\u0645\u062A\u062D\u0627\u0646 \u06A9\u0646\u06CC\u062F",retryAllButton:"\u0647\u0645\u0647 \u067E\u0627\u0631\u0627\u06AF\u0631\u0627\u0641 \u0647\u0627\u06CC \u062E\u0637\u0627 \u0631\u0627 \u062F\u0648\u0628\u0627\u0631\u0647 \u0627\u0645\u062A\u062D\u0627\u0646 \u06A9\u0646\u06CC\u062F",errorTooltipTitle:"\u0628\u0631\u0627\u06CC \u0645\u0634\u0627\u0647\u062F\u0647 \u062F\u0644\u06CC\u0644 \u062E\u0637\u0627 \u06A9\u0644\u06CC\u06A9 \u06A9\u0646\u06CC\u062F",errorModalTitle:"\u0628\u0647 \u0646\u0638\u0631 \u0645\u06CC \u0631\u0633\u062F \u0645\u0634\u06A9\u0644\u06CC \u062F\u0631 \u062E\u062F\u0645\u0627\u062A \u062A\u0631\u062C\u0645\u0647 \u06CC\u0627 \u0634\u0628\u06A9\u0647 \u0648\u062C\u0648\u062F \u062F\u0627\u0631\u062F ...",disableConfirm:"\u062A\u0646\u0638\u06CC\u0645\u0627\u062A \u0627\u0641\u0632\u0627\u06CC\u0634 \u0627\u0637\u0644\u0627\u0639\u0627\u062A \u062F\u0648 \u0632\u0628\u0627\u0646\u0647",disableOnce:"\u0627\u06CC\u0646 \u0628\u0627\u0631 \u063A\u06CC\u0631 \u0641\u0639\u0627\u0644 \u0634\u062F\u0647",disableGlobal:"\u0628\u0631\u0627\u06CC \u0647\u0645\u06CC\u0634\u0647 \u0627\u0632 \u06A9\u0627\u0631 \u0627\u0641\u062A\u0627\u062F\u0647 \u0627\u0633\u062A",disableTint:"* \u0645\u06CC \u062A\u0648\u0627\u0646\u06CC\u062F \u0622\u0646 \u0631\u0627 \u0645\u062C\u062F\u062F\u0627\u064B \u062F\u0631 {option} \u0641\u0639\u0627\u0644 \u06A9\u0646\u06CC\u062F.",searchEnhancementNotes:"\u062F\u0631\u06CC\u0627\u0641\u062A\u06CC\u0645 \u06A9\u0647 \u0646\u062A\u0627\u06CC\u062C \u0627\u062E\u0628\u0627\u0631 \u0628\u0631\u0627\u06CC \u06A9\u0644\u0645\u0627\u062A \u06A9\u0644\u06CC\u062F\u06CC \u0686\u06CC\u0646\u06CC \u0648 \u06A9\u0644\u0645\u0627\u062A \u06A9\u0644\u06CC\u062F\u06CC \u0627\u0646\u06AF\u0644\u06CC\u0633\u06CC \u0628\u0633\u06CC\u0627\u0631 \u0645\u062A\u0641\u0627\u0648\u062A \u0627\u0633\u062A. \u067E\u0633 \u0627\u0632 \u0641\u0639\u0627\u0644 \u06A9\u0631\u062F\u0646 \u0639\u0645\u0644\u06A9\u0631\u062F \u0628\u0647\u0628\u0648\u062F \u0627\u0637\u0644\u0627\u0639\u0627\u062A \u062F\u0648\u0632\u0628\u0627\u0646\u0647 \u062A\u0631\u062C\u0645\u0647 \u0647\u0645\u0647\u062C\u0627\u0646\u0628\u0647\u060C \u062F\u0631 \u0648\u0628 \u0633\u0627\u06CC\u062A \u0647\u0627\u06CC \u067E\u0634\u062A\u06CC\u0628\u0627\u0646\u06CC \u0634\u062F\u0647 (Google News\u060C \u062C\u0633\u062A\u062C\u0648\u06CC Google (\u0628\u0631\u062E\u06CC \u0627\u0632 \u06A9\u0644\u0645\u0627\u062A \u06A9\u0644\u06CC\u062F\u06CC)\u060C Snowball\u060C Oriental Fortune Network\u060C Futu \u062C\u0633\u062A\u062C\u0648 \u062E\u0648\u0627\u0647\u06CC\u0645 \u06A9\u0631\u062F. , Tiger) \u0628\u0647 \u0637\u0648\u0631 \u062E\u0648\u062F\u06A9\u0627\u0631 \u0647\u0645\u0627\u0646 \u06A9\u0644\u0645\u0627\u062A \u06A9\u0644\u06CC\u062F\u06CC \u0631\u0627 \u0628\u0647 \u0632\u0628\u0627\u0646 \u0627\u0646\u06AF\u0644\u06CC\u0633\u06CC \u0628\u0631\u0627\u06CC \u0634\u0645\u0627 \u062C\u0633\u062A\u062C\u0648 \u0645\u06CC \u06A9\u0646\u062F \u0648 \u062F\u0631 \u0633\u0645\u062A \u0631\u0627\u0633\u062A \u0646\u0645\u0627\u06CC\u0634 \u0645\u06CC \u062F\u0647\u062F. \u0627\u06AF\u0631 \u0628\u0647 \u0627\u06CC\u0646 \u0648\u06CC\u0698\u06AF\u06CC \u0646\u06CC\u0627\u0632 \u0646\u062F\u0627\u0631\u06CC\u062F\u060C \u0645\u06CC \u062A\u0648\u0627\u0646\u06CC\u062F \u0622\u0646 \u0631\u0627 \u063A\u06CC\u0631\u0641\u0639\u0627\u0644 \u06A9\u0646\u06CC\u062F.",option:"\u0628\u0631\u067E\u0627\u06CC\u06CC",saveSettings:"\u062A\u0646\u0638\u06CC\u0645\u0627\u062A \u0631\u0627 \u0630\u062E\u06CC\u0631\u0647 \u06A9\u0646",closeModal:"\u067E\u0646\u062C\u0631\u0647 \u0631\u0627 \u0628\u0628\u0646\u062F",enableInputTranslationWithoutTriggerKeyTitle:"\u062A\u0631\u06A9\u06CC\u0628 \u0633\u0631\u06CC\u0639 \u0631\u0627 3 \u0628\u0627\u0631{trailingKey}\u0641\u0639\u0627\u0644 \u06A9\u0646\u06CC\u062F\u060C \u062A\u0645\u0627\u0645 \u06A9\u0627\u062F\u0631 \u0648\u0631\u0648\u062F\u06CC \u0631\u0627 \u0645\u0633\u062A\u0642\u06CC\u0645\u0627\u064B \u0628\u0647{inputTargetLanguage}\u062A\u0631\u062C\u0645\u0647 \u06A9\u0646\u06CC\u062F",enableInputTranslationWithoutTriggerKeyDescription:"\u0627\u06AF\u0631 \u0645\u06CC\u200C\u062E\u0648\u0627\u0647\u06CC\u062F \u0632\u0628\u0627\u0646 \u0645\u0642\u0635\u062F \u0631\u0627 \u0645\u0634\u062E\u0635 \u06A9\u0646\u06CC\u062F\u060C \u0644\u0637\u0641\u0627\u064B \u06A9\u062F \u0632\u0628\u0627\u0646 \u0645\u0642\u0627\u0628\u0644 \u0631\u0627 \u0627\u0636\u0627\u0641\u0647 \u06A9\u0646\u06CC\u062F\u060C \u0645\u0627\u0646\u0646\u062F\uFF1A\u06CC\u0627 Hello World",mouseHoverShortcutPlaceholder:"\u0645\u0627\u0646\u0646\u062F\uFF1AShift",deepLProName:"\u0639\u0636\u0648 \u062D\u0631\u0641\u0647 \u0627\u06CC \u062A\u0631\u062C\u0645\u0647 Immersive (\u062A\u0648\u0635\u06CC\u0647 \u0645\u06CC \u0634\u0648\u062F)",deepLProDescription:"\u0628\u0633\u062A\u0647 \u0641\u0639\u0644\u06CC \u0631\u0627 \u0645\u06CC \u062A\u0648\u0627\u0646 \u0628\u0647 \u0637\u0648\u0631 \u0645\u0633\u062A\u0642\u06CC\u0645 \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u06A9\u0631\u062F",deeplProDescriptionForNormal:"\u0647\u06CC\u0686 \u062A\u0646\u0638\u06CC\u0645\u0627\u062A\u06CC \u0644\u0627\u0632\u0645 \u0646\u06CC\u0633\u062A. \u0645\u06CC \u062A\u0648\u0627\u0646\u06CC\u062F \u067E\u0633 \u0627\u0632 \u0648\u0631\u0648\u062F \u0628\u0647 \u0639\u0646\u0648\u0627\u0646 \u0639\u0636\u0648 \u0627\u0632 \u0622\u0646 \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u06A9\u0646\u06CC\u062F. <1> \u0628\u0631\u0627\u06CC \u0627\u0631\u062A\u0642\u0627 \u0628\u0647 \u0639\u0636\u0648 \u0627\u06CC\u0646\u062C\u0627 \u0631\u0627 \u06A9\u0644\u06CC\u06A9 \u06A9\u0646\u06CC\u062F.",deepLCustomDescription:"\u0634\u0645\u0627 \u0628\u0647 \u06CC\u06A9 \u06A9\u0627\u0631\u062A \u0627\u0639\u062A\u0628\u0627\u0631\u06CC \u062E\u0627\u0631\u062C\u06CC \u0646\u06CC\u0627\u0632 \u062F\u0627\u0631\u06CC\u062F\u060C \u0628\u0647 <1>DeepL \u0628\u0631\u0648\u06CC\u062F \u0628\u0647 \u0637\u0648\u0631 \u0631\u0633\u0645\u06CC \u0628\u0627\u0632 \u0634\u062F\u060C \u0628\u0631\u0627\u06CC \u0645\u0634\u0627\u0647\u062F\u0647 \u0627\u0633\u0646\u0627\u062F <2> \u06A9\u0644\u06CC\u06A9 \u06A9\u0646\u06CC\u062F",deepLCustomName:"\u06A9\u0644\u06CC\u062F \u062A\u0623\u06CC\u06CC\u062F \u0633\u0641\u0627\u0631\u0634\u06CC",chooseProviderLabel:"\u0627\u0631\u0627\u0626\u0647 \u062F\u0647\u0646\u062F\u0647 \u062E\u062F\u0645\u0627\u062A \u0631\u0627 \u0627\u0646\u062A\u062E\u0627\u0628 \u06A9\u0646\u06CC\u062F",openaiProName:"\u0639\u0636\u0648 \u062D\u0631\u0641\u0647 \u0627\u06CC \u062A\u0631\u062C\u0645\u0647 Immersive (\u062A\u0648\u0635\u06CC\u0647 \u0645\u06CC \u0634\u0648\u062F)",openaiProDescription:"\u0628\u0633\u062A\u0647 \u0641\u0639\u0644\u06CC \u0631\u0627 \u0645\u06CC \u062A\u0648\u0627\u0646 \u0628\u0647 \u0637\u0648\u0631 \u0645\u0633\u062A\u0642\u06CC\u0645 \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u06A9\u0631\u062F",openaiProDescriptionForNormal:"\u0647\u06CC\u0686 \u062A\u0646\u0638\u06CC\u0645\u0627\u062A\u06CC \u0644\u0627\u0632\u0645 \u0646\u06CC\u0633\u062A. \u0645\u06CC \u062A\u0648\u0627\u0646\u06CC\u062F \u067E\u0633 \u0627\u0632 \u0648\u0631\u0648\u062F \u0628\u0647 \u0639\u0646\u0648\u0627\u0646 \u0639\u0636\u0648 \u0627\u0632 \u0622\u0646 \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u06A9\u0646\u06CC\u062F. <1> \u0628\u0631\u0627\u06CC \u0627\u0631\u062A\u0642\u0627 \u0628\u0647 \u0639\u0636\u0648 \u0627\u06CC\u0646\u062C\u0627 \u0631\u0627 \u06A9\u0644\u06CC\u06A9 \u06A9\u0646\u06CC\u062F.",openaiCustomDescription:"\u0645\u06CC \u062A\u0648\u0627\u0646 \u0622\u0646 \u0631\u0627 \u0627\u0632 OpenAI\u060C Azure OpenAI \u06CC\u0627 \u0633\u0627\u06CC\u0631 \u062E\u062F\u0645\u0627\u062A \u0634\u062E\u0635 \u062B\u0627\u0644\u062B \u062F\u0631\u06CC\u0627\u0641\u062A \u06A9\u0631\u062F. <1> \u0628\u0631\u0627\u06CC \u0645\u0634\u0627\u0647\u062F\u0647 \u0633\u0646\u062F \u0627\u06CC\u0646\u062C\u0627 \u0631\u0627 \u06A9\u0644\u06CC\u06A9 \u06A9\u0646\u06CC\u062F.",openaiCustomName:"\u06A9\u0644\u06CC\u062F API \u0633\u0641\u0627\u0631\u0634\u06CC",needLoginAction:"(\u0639\u0636\u0648\u06CC\u062A \u0631\u0627 \u0648\u0627\u0631\u062F \u06A9\u0646\u06CC\u062F \u06CC\u0627 \u0633\u0641\u0627\u0631\u0634\u06CC \u06A9\u0646\u06CC\u062F)",goLoginOrAction:"(\u0648\u0627\u0631\u062F \u0639\u0636\u0648\u06CC\u062A \u0634\u0648\u06CC\u062F \u06CC\u0627 \u0628\u0647 \u062A\u0646\u0638\u06CC\u0645\u0627\u062A \u0628\u0631\u0648\u06CC\u062F)",yearly:"\u0627\u0634\u062A\u0631\u0627\u06A9 \u0633\u0627\u0644\u0627\u0646\u0647 \u0645\u0633\u062A\u0645\u0631",quarterly:"\u0641\u0635\u0644 \u0647\u0627\u06CC \u0645\u062A\u0648\u0627\u0644\u06CC",monthly:"\u0627\u0634\u062A\u0631\u0627\u06A9 \u0645\u0627\u0647\u0627\u0646\u0647 \u0645\u0633\u062A\u0645\u0631",yearlyForOnce:"\u0628\u0633\u062A\u0647 \u0633\u0627\u0644\u0627\u0646\u0647 \u06CC\u06A9\u0628\u0627\u0631 \u0645\u0635\u0631\u0641",monthlyForOnce:"\u0628\u0633\u062A\u0647 \u06CC\u06A9\u0628\u0627\u0631\u0647 \u0645\u0627\u0647\u0627\u0646\u0647",daily:"\u0631\u0648\u0632\u0647\u0627\u06CC \u0645\u062A\u0648\u0627\u0644\u06CC",year:"\u0627\u0634\u062A\u0631\u0627\u06A9 \u0633\u0627\u0644\u0627\u0646\u0647 \u0645\u0633\u062A\u0645\u0631",quarter:"\u0641\u0635\u0644 \u0647\u0627\u06CC \u0645\u062A\u0648\u0627\u0644\u06CC",month:"\u0627\u0634\u062A\u0631\u0627\u06A9 \u0645\u0627\u0647\u0627\u0646\u0647 \u0645\u0633\u062A\u0645\u0631",day:"\u0631\u0648\u0632\u0647\u0627\u06CC \u0645\u062A\u0648\u0627\u0644\u06CC",onetime_7day:"\u0628\u0633\u062A\u0647 \u0622\u0632\u0645\u0627\u06CC\u0634\u06CC 7 \u0631\u0648\u0632\u0647",currentPlanDescriptionForFree:"\u0628\u0633\u062A\u0647 \u0641\u0639\u0644\u06CC\uFF1A\u0631\u0627\u06CC\u06AF\u0627\u0646 \u0627\u0633\u062A",currentPlanDescriptionForContinuous:"\u0628\u0633\u062A\u0647 \u0641\u0639\u0644\u06CC 0{plan}\uFF1A\u0648 \u0628\u0647 \u0637\u0648\u0631 \u062E\u0648\u062F\u06A9\u0627\u0631 \u062F\u0631 {endAt} \u062A\u0645\u062F\u06CC\u062F \u0645\u06CC \u0634\u0648\u062F",currentPlanDescriptionForAutoRenewCaceling:"\u0628\u0633\u062A\u0647 \u0641\u0639\u0644\u06CC\uFF1A{plan}\u0627\u0633\u062A \u0648 \u062F\u0631 {endAt} \u0645\u0646\u0642\u0636\u06CC \u0645\u06CC \u0634\u0648\u062F. \u067E\u0633 \u0627\u0632 \u0627\u0646\u0642\u0636\u0627 \u0628\u0647 \u0637\u0648\u0631 \u062E\u0648\u062F\u06A9\u0627\u0631 \u062A\u0645\u062F\u06CC\u062F \u0646\u0645\u06CC \u0634\u0648\u062F.",currentYearlyPlanDescriptionForAutoRenewCacelingWithRealPaiedUser:"\u0628\u0633\u062A\u0647 \u0641\u0639\u0644\u06CC\uFF1A{plan}\u062F\u0631 \u062A\u0627\u0631\u06CC\u062E {endAt} \u0645\u0646\u0642\u0636\u06CC \u0645\u06CC \u0634\u0648\u062F \u0648 \u067E\u0633 \u0627\u0632 \u0627\u0646\u0642\u0636\u0627 \u0628\u0647 \u0637\u0648\u0631 \u062E\u0648\u062F\u06A9\u0627\u0631 \u062A\u0645\u062F\u06CC\u062F \u0646\u0645\u06CC \u0634\u0648\u062F.
<1> \u0628\u0631\u0627\u06CC \u0645\u062F\u06CC\u0631\u06CC\u062A \u0628\u0631\u0646\u0627\u0645\u0647 \u0647\u0627\u06CC \u062A\u0645\u062F\u06CC\u062F \u0627\u06CC\u0646\u062C\u0627 \u0631\u0627 \u06A9\u0644\u06CC\u06A9 \u06A9\u0646\u06CC\u062F",currentYearlyPlanDescriptionForAutoRenewCacelingWithAdmin:"\u0628\u0633\u062A\u0647 \u0641\u0639\u0644\u06CC\uFF1A{plan}\u062F\u0631 \u062A\u0627\u0631\u06CC\u062E {endAt} \u0645\u0646\u0642\u0636\u06CC \u0645\u06CC \u0634\u0648\u062F \u0648 \u067E\u0633 \u0627\u0632 \u0627\u0646\u0642\u0636\u0627 \u0628\u0647 \u0637\u0648\u0631 \u062E\u0648\u062F\u06A9\u0627\u0631 \u062A\u0645\u062F\u06CC\u062F \u0646\u0645\u06CC \u0634\u0648\u062F.
<1>\u0628\u0631\u0627\u06CC \u0641\u0639\u0627\u0644 \u06A9\u0631\u062F\u0646 \u0627\u0634\u062A\u0631\u0627\u06A9 \u0633\u0627\u0644\u0627\u0646\u0647 \u0645\u0633\u062A\u0645\u0631 \u0627\u06CC\u0646\u062C\u0627 \u0631\u0627 \u06A9\u0644\u06CC\u06A9 \u06A9\u0646\u06CC\u062F",currentPlanDescriptionForOneTime:"\u0628\u0633\u062A\u0647 \u0641\u0639\u0644\u06CC\uFF1A{plan}\u0627\u0633\u062A \u0648 \u062F\u0631 {endAt} \u0645\u0646\u0642\u0636\u06CC \u0645\u06CC \u0634\u0648\u062F. <1> \u0628\u0631\u0627\u06CC \u0627\u0631\u062A\u0642\u0627\u0621 \u0628\u0647 \u0647\u0632\u06CC\u0646\u0647 \u0633\u0627\u0644\u0627\u0646\u0647 \u0627\u06CC\u0646\u062C\u0627 \u0631\u0627 \u06A9\u0644\u06CC\u06A9 \u06A9\u0646\u06CC\u062F \u06CC\u0627 <2> \u0647\u0632\u06CC\u0646\u0647 \u0645\u0627\u0647\u0627\u0646\u0647 \u0639\u0636\u0648",upgradePlan:"\u0628\u0631\u0627\u06CC \u0627\u0631\u062A\u0642\u0627\u0621 \u0628\u0647 \u0639\u0636\u0648\u06CC\u062A Pro \u0627\u06CC\u0646\u062C\u0627 \u0631\u0627 \u06A9\u0644\u06CC\u06A9 \u06A9\u0646\u06CC\u062F",upgradeToPro:"\u0628\u0647 \u0639\u0636\u0648\u06CC\u062A Pro \u0627\u0631\u062A\u0642\u0627 \u062F\u0647\u06CC\u062F","popup.openPro":"\u5F00\u901A\u4F1A\u5458\u540E\u53EF\u4EE5\u7545\u4EAB DeepL \u548C OpenAI \u7FFB\u8BD1","popup.openProForPro":"\u0634\u0645\u0627 \u06CC\u06A9 \u0639\u0636\u0648 \u062D\u0631\u0641\u0647 \u0627\u06CC \u0647\u0633\u062A\u06CC\u062F \u0648 \u0645\u06CC \u062A\u0648\u0627\u0646\u06CC\u062F \u0645\u0633\u062A\u0642\u06CC\u0645\u0627\u064B \u0627\u0632 \u062A\u0631\u062C\u0645\u0647 DeepL \u0648 OpenAI \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u06A9\u0646\u06CC\u062F",currentAccount:"\u062D\u0633\u0627\u0628 \u062C\u0627\u0631\u06CC",enableAutoSyncUserSettings:"\u0647\u0645\u06AF\u0627\u0645 \u0633\u0627\u0632\u06CC \u0627\u0628\u0631\u06CC \u062E\u0648\u062F\u06A9\u0627\u0631 \u0631\u0627 \u062F\u0631 \u0686\u0646\u062F\u06CC\u0646 \u062F\u0633\u062A\u06AF\u0627\u0647 \u0641\u0639\u0627\u0644 \u06A9\u0646\u06CC\u062F",modalEnableInputTranslationTitle:"\u0646\u06A9\u0627\u062A \u062A\u0631\u062C\u0645\u0647 \u0647\u0645\u0647\u062C\u0627\u0646\u0628\u0647 \u062C\u0639\u0628\u0647 \u0648\u0631\u0648\u062F\u06CC \u062A\u0631\u062C\u0645\u0647",modalEnableInputTranslationDesc:"\u0634\u0645\u0627 \u0628\u0647 \u062A\u0627\u0632\u06AF\u06CC \u062A\u0631\u062C\u0645\u0647 \u062C\u0639\u0628\u0647 \u0648\u0631\u0648\u062F\u06CC Immersive Translation \u0631\u0627 \u0628\u0627 \u0641\u0634\u0627\u0631 \u062F\u0627\u062F\u0646 \u06A9\u0644\u06CC\u062F \u0641\u0627\u0635\u0644\u0647 \u0633\u0647 \u0628\u0627\u0631 \u067E\u0634\u062A \u0633\u0631 \u0647\u0645 \u0641\u0639\u0627\u0644 \u06A9\u0631\u062F\u0647 \u0627\u06CC\u062F \u0648 \u0645\u062D\u062A\u0648\u0627\u06CC \u062C\u0639\u0628\u0647 \u0648\u0631\u0648\u062F\u06CC \u0628\u0647 \u0632\u0628\u0627\u0646 \u0645\u0642\u0635\u062F \u067E\u06CC\u0634 \u0641\u0631\u0636 \u062A\u0631\u062C\u0645\u0647 \u0645\u06CC \u0634\u0648\u062F. \u062A\u0631\u062C\u0645\u0647 \u0631\u0627 \u0645\u06CC \u062A\u0648\u0627\u0646 \u0628\u0627 Ctrl+Z \u0644\u063A\u0648 \u06A9\u0631\u062F.

\u0627\u06AF\u0631 \u0627\u06CC\u0646 \u06CC\u06A9 \u0627\u0634\u062A\u0628\u0627\u0647 \u0627\u0633\u062A\u060C \u0646\u06AF\u0631\u0627\u0646 \u0646\u0628\u0627\u0634\u06CC\u062F\u060C \u0645\u06CC\u200C\u062A\u0648\u0627\u0646\u06CC\u062F \u0627\u06CC\u0646 \u0628\u0627\u0631 \u0622\u0646 \u0631\u0627 \u063A\u06CC\u0631\u0641\u0639\u0627\u0644 \u06A9\u0646\u06CC\u062F \u06CC\u0627 \u062A\u0631\u062C\u0645\u0647 \u062C\u0639\u0628\u0647 \u0648\u0631\u0648\u062F\u06CC \u0631\u0627 \u0628\u0631\u0627\u06CC \u0647\u0645\u06CC\u0634\u0647 \u063A\u06CC\u0631\u0641\u0639\u0627\u0644 \u06A9\u0646\u06CC\u062F.",saveAndNotShowAgain:"\u0630\u062E\u06CC\u0631\u0647 \u06A9\u0646\u06CC\u062F \u0648 \u062F\u0648\u0628\u0627\u0631\u0647 \u062F\u0631\u062E\u0648\u0627\u0633\u062A \u0646\u06A9\u0646\u06CC\u062F",disableInputTranslationTips:"* \u0647\u0645\u0686\u0646\u06CC\u0646 \u0645\u06CC \u062A\u0648\u0627\u0646\u06CC\u062F \u0633\u0627\u06CC\u0631 \u06A9\u0644\u06CC\u062F\u0647\u0627\u06CC \u0645\u06CC\u0627\u0646\u0628\u0631 \u0631\u0627 \u0628\u0631\u0627\u06CC \u0641\u0639\u0627\u0644 \u06A9\u0631\u062F\u0646 {option} \u060C{learnMore}\u062A\u0646\u0638\u06CC\u0645 \u06A9\u0646\u06CC\u062F.",learnMore:"\u0628\u0631\u0627\u06CC \u0627\u0637\u0644\u0627\u0639\u0627\u062A \u0628\u06CC\u0634\u062A\u0631 \u0627\u06CC\u0646\u062C\u0627 \u06A9\u0644\u06CC\u06A9 \u06A9\u0646\u06CC\u062F",continueEnalbeInputTranslation:"\u0628\u0647 \u0641\u0639\u0627\u0644 \u06A9\u0631\u062F\u0646 \u062A\u0631\u062C\u0645\u0647 \u062C\u0639\u0628\u0647 \u0648\u0631\u0648\u062F\u06CC \u0627\u062F\u0627\u0645\u0647 \u062F\u0647\u06CC\u062F",autoRenewTrialSuffix:'(\u062F\u0631 \u0637\u0648\u0644 \u062F\u0648\u0631\u0647 \u0622\u0632\u0645\u0627\u06CC\u0634\u06CC\u060C\u0628\u0644\u0627\u0641\u0627\u0635\u0644\u0647 \u0628\u0647 \u06CC\u06A9\u0631\u0633\u0645\u06CC \u0627\u0631\u062A\u0642\u0627 \u062E\u0648\u0627\u0647\u062F \u06CC\u0627\u0641\u062A.',upgradeFromTrialTitle:"\u0627\u0631\u062A\u0642\u0627 \u0628\u0647 \u0639\u0636\u0648 \u0631\u0633\u0645\u06CC",subtitle:"\u0632\u06CC\u0631\u0646\u0648\u06CC\u0633 \u0648\u06CC\u062F\u06CC\u0648",youtubeService:"\u062E\u062F\u0645\u0627\u062A \u062A\u0631\u062C\u0645\u0647 \u0632\u06CC\u0631\u0646\u0648\u06CC\u0633 \u0648\u06CC\u062F\u06CC\u0648\u06CC\u06CC \u0647\u0645\u0647\u062C\u0627\u0646\u0628\u0647","subtitle.disabledSubtitle":"\u0632\u06CC\u0631\u0646\u0648\u06CC\u0633 \u0648\u06CC\u062F\u06CC\u0648 \u0631\u0627 \u0628\u0631\u0627\u06CC \u0647\u0645\u06CC\u0634\u0647 \u063A\u06CC\u0631\u0641\u0639\u0627\u0644 \u06A9\u0646\u06CC\u062F","subtitle.disabledSubtitleDescription":"\u0627\u06AF\u0631 \u0632\u06CC\u0631\u0646\u0648\u06CC\u0633\u200C\u0647\u0627\u06CC \u0648\u06CC\u062F\u06CC\u0648\u06CC \xAB\u062A\u0631\u062C\u0645\u0647 Immersive\xBB \u0628\u0627 \u0628\u0631\u0646\u0627\u0645\u0647\u200C\u0647\u0627\u06CC \u0627\u0641\u0632\u0648\u062F\u0646\u06CC \u062F\u06CC\u06AF\u0631 \u062A\u062F\u0627\u062E\u0644 \u062F\u0627\u0631\u0646\u062F\u060C \u0645\u06CC\u200C\u062A\u0648\u0627\u0646\u06CC\u062F \u0627\u0646\u062A\u062E\u0627\u0628 \u06A9\u0646\u06CC\u062F \u06A9\u0647 \u0639\u0645\u0644\u06A9\u0631\u062F \u0632\u06CC\u0631\u0646\u0648\u06CC\u0633\u200C\u0647\u0627\u06CC \u0648\u06CC\u062F\u06CC\u0648\u06CC\u06CC \u062A\u0631\u062C\u0645\u0647 Immersive \u0631\u0627 \u0628\u0631\u0627\u06CC \u0647\u0645\u06CC\u0634\u0647 \u063A\u06CC\u0631\u0641\u0639\u0627\u0644 \u06A9\u0646\u06CC\u062F \u06CC\u0627 \u0633\u0627\u06CC\u0631 \u0628\u0631\u0646\u0627\u0645\u0647\u200C\u0647\u0627\u06CC \u0627\u0641\u0632\u0648\u062F\u0646\u06CC \u0645\u062A\u0646\u0627\u0642\u0636 \u0631\u0627 \u062D\u0630\u0641 \u0646\u0635\u0628 \u06A9\u0646\u06CC\u062F.","subtitle.autoEnableSubtitle":"\u5F00\u542F\u5B57\u5E55\u7FFB\u8BD1","subtitle.autoEnableSubtitleDescription":"\u067E\u0633 \u0627\u0632 \u0641\u0639\u0627\u0644 \u0633\u0627\u0632\u06CC\u060C \u0647\u0646\u06AF\u0627\u0645 \u067E\u062E\u0634 \u0648\u06CC\u062F\u06CC\u0648\u060C \u0632\u06CC\u0631\u0646\u0648\u06CC\u0633 \u062F\u0648\u0632\u0628\u0627\u0646\u0647 \u0628\u0647 \u0635\u0648\u0631\u062A \u062E\u0648\u062F\u06A9\u0627\u0631 \u0646\u0645\u0627\u06CC\u0634 \u062F\u0627\u062F\u0647 \u0645\u06CC \u0634\u0648\u062F\u060C \u062F\u0631 \u063A\u06CC\u0631 \u0627\u06CC\u0646 \u0635\u0648\u0631\u062A \u0628\u0627\u06CC\u062F \u0631\u0648\u06CC \u062F\u06A9\u0645\u0647 \u062A\u0631\u062C\u0645\u0647 \u06A9\u0644\u06CC\u06A9 \u06A9\u0646\u06CC\u062F \u062A\u0627 \u0646\u0645\u0627\u06CC\u0634 \u062F\u0627\u062F\u0647 \u0634\u0648\u062F.","subtitle.preTranslation":"\u0628\u0631\u0627\u06CC \u062A\u0631\u062C\u0645\u0647 \u0632\u06CC\u0631\u0646\u0648\u06CC\u0633 \u0647\u0627 \u0627\u0632 \u062A\u0631\u062C\u0645\u0647 \u0647\u0645\u0647 \u062C\u0627\u0646\u0628\u0647 \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u06A9\u0646\u06CC\u062F","subtitle.preTranslationDescription":"\u067E\u0633 \u0627\u0632 \u0641\u0639\u0627\u0644 \u06A9\u0631\u062F\u0646 \u0622\u0646\u060C \u0627\u0648\u0644\u0648\u06CC\u062A \u0628\u0627 \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u0627\u0632 \u062E\u062F\u0645\u0627\u062A \u062A\u0631\u062C\u0645\u0647 \u0645\u0634\u062E\u0635 \u0634\u062F\u0647 \u062F\u0631 \u0632\u06CC\u0631 \u0628\u0631\u0627\u06CC \u062A\u0631\u062C\u0645\u0647 \u06A9\u0644 \u0632\u06CC\u0631\u0646\u0648\u06CC\u0633 \u0627\u0632 \u0642\u0628\u0644 \u062E\u0648\u0627\u0647\u062F \u0628\u0648\u062F. \u06CC\u06A9 \u0648\u06CC\u062F\u06CC\u0648\u06CC \u06CC\u06A9 \u0633\u0627\u0639\u062A\u0647 \u062A\u0642\u0631\u06CC\u0628\u0627\u064B 50000 \u062A\u0648\u06A9\u0646 \u06CC\u0627 \u06A9\u0627\u0631\u0627\u06A9\u062A\u0631 \u0645\u0635\u0631\u0641 \u0645\u06CC \u06A9\u0646\u062F\u060C \u0628\u0646\u0627\u0628\u0631\u0627\u06CC\u0646 \u0644\u0637\u0641\u0627\u064B \u0627\u0632 \u0622\u0646 \u062F\u0631 \u0635\u0648\u0631\u062A \u0644\u0632\u0648\u0645 \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u06A9\u0646\u06CC\u062F\u061B \u067E\u0633 \u0627\u0632 \u063A\u06CC\u0631\u0641\u0639\u0627\u0644 \u0634\u062F\u0646\u060C \u0627\u0648\u0644\u0648\u06CC\u062A \u062F\u0627\u062F\u0647 \u0645\u06CC \u0634\u0648\u062F. \u0628\u0631\u0627\u06CC \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u0627\u0632 \u0632\u06CC\u0631\u0646\u0648\u06CC\u0633\u200C\u0647\u0627\u06CC \u062A\u0631\u062C\u0645\u0647\u200C\u0634\u062F\u0647 \u0645\u0627\u0634\u06CC\u0646\u06CC \u0647\u0645\u0631\u0627\u0647 \u0628\u0627 \u0648\u06CC\u062F\u06CC\u0648\u06CC \u0627\u0635\u0644\u06CC.","subtitle.humanSubtitlesPreferred":"\u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u0627\u0632 \u0632\u06CC\u0631\u0646\u0648\u06CC\u0633 \u0647\u0627\u06CC \u0627\u0646\u0633\u0627\u0646\u06CC \u0631\u0627 \u062F\u0631 \u0627\u0648\u0644\u0648\u06CC\u062A \u0642\u0631\u0627\u0631 \u062F\u0647\u06CC\u062F","subtitle.humanSubtitlesPreferredDescription":"\u0648\u0642\u062A\u06CC \u0648\u06CC\u062F\u06CC\u0648\u06CC\u06CC \u062F\u0627\u0631\u0627\u06CC \u0632\u06CC\u0631\u0646\u0648\u06CC\u0633 \u062F\u0633\u062A\u06CC \u0628\u0647 \u0632\u0628\u0627\u0646 \u0645\u0642\u0635\u062F \u0627\u0633\u062A\u060C \u0627\u0628\u062A\u062F\u0627 \u0627\u0632 \u0632\u06CC\u0631\u0646\u0648\u06CC\u0633 \u062F\u0633\u062A\u06CC \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u06A9\u0646\u06CC\u062F (\u062A\u0648\u0635\u06CC\u0647 \u0645\u06CC\u200C\u0634\u0648\u062F)",videoSubtitleTranslationDescription:"\u06CC\u06A9 \u0633\u0631\u0648\u06CC\u0633 \u062A\u0631\u062C\u0645\u0647 \u062C\u062F\u0627\u06AF\u0627\u0646\u0647 \u0628\u0631\u0627\u06CC \u0632\u06CC\u0631\u0646\u0648\u06CC\u0633 \u0648\u06CC\u062F\u06CC\u0648\u0647\u0627 \u062A\u0639\u06CC\u06CC\u0646 \u06A9\u0646\u06CC\u062F",subtitleTranslating:"\u062A\u0631\u062C\u0645\u0647 \u0632\u06CC\u0631\u0646\u0648\u06CC\u0633 \u0628\u0627 \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u0627\u0632 \u0633\u0631\u0648\u06CC\u0633 {service} \u060C \u0644\u0637\u0641\u0627 \u0635\u0628\u0631 \u06A9\u0646\u06CC\u062F... (\u062A\u0631\u062C\u0645\u0647 \u0647\u0645\u0647 \u062C\u0627\u0646\u0628\u0647)",subtitleLoading:"\u062F\u0631 \u062D\u0627\u0644 \u0628\u0627\u0631\u06AF\u06CC\u0631\u06CC \u0632\u06CC\u0631\u0646\u0648\u06CC\u0633...",bilingual:"\u062F\u0648 \u0632\u0628\u0627\u0646\u0647","field.action":"\u0627\u06CC\u0646\u06A9\u0647 \u0622\u06CC\u0627 \u0627\u0635\u0637\u0644\u0627\u062D\u0627\u062A Baidu \u0631\u0627 \u0641\u0639\u0627\u0644 \u06A9\u0646\u06CC\u062F","description.action":"\u067E\u0633 \u0627\u0632 \u0641\u0639\u0627\u0644 \u06A9\u0631\u062F\u0646\u060C \u067E\u0627\u0631\u0627\u0645\u062A\u0631 action=1 \u0628\u0647 \u062F\u0631\u062E\u0648\u0627\u0633\u062A \u0627\u0636\u0627\u0641\u0647 \u0645\u06CC\u200C\u0634\u0648\u062F \u062A\u0627 \u0628\u0647 Baidu \u0627\u0637\u0644\u0627\u0639 \u062F\u0627\u062F\u0647 \u0634\u0648\u062F \u062A\u0627 \u0627\u0635\u0637\u0644\u0627\u062D \u0641\u0639\u0627\u0644 \u0634\u0648\u062F. <1> \u0644\u0637\u0641\u0627\u064B \u0628\u0631\u0627\u06CC \u062F\u0633\u062A\u0648\u0631\u0627\u0644\u0639\u0645\u0644\u200C\u0647\u0627\u06CC \u0628\u06CC\u0634\u062A\u0631 \u0628\u0647 \u0645\u0633\u062A\u0646\u062F\u0627\u062A \u0631\u0633\u0645\u06CC \u0645\u0631\u0627\u062C\u0639\u0647 \u06A9\u0646\u06CC\u062F.",closeQuickTranslation:"\u062A\u0648\u067E \u0634\u0646\u0627\u0648\u0631 \u0631\u0627 \u0628\u0628\u0646\u062F\u06CC\u062F","closeQuickTranslation.untilNext":"\u062A\u0627 \u0628\u0627\u0632\u062F\u06CC\u062F \u0628\u0639\u062F\u06CC \u062A\u0639\u0637\u06CC\u0644 \u0627\u0633\u062A","closeQuickTranslation.currentWebsite":"\u0648\u0628 \u0633\u0627\u06CC\u062A \u0641\u0639\u0644\u06CC \u063A\u06CC\u0631\u0641\u0639\u0627\u0644 \u0627\u0633\u062A","closeQuickTranslation.alwaysClose":"\u0628\u0631\u0627\u06CC \u0647\u0645\u06CC\u0634\u0647 \u0627\u0632 \u06A9\u0627\u0631 \u0627\u0641\u062A\u0627\u062F\u0647 \u0627\u0633\u062A","closeQuickTranslation.settingOpen":"(\u062F\u0631 \u0635\u0641\u062D\u0647 \u062A\u0646\u0638\u06CC\u0645\u0627\u062A <1> \u0642\u0627\u0628\u0644 \u0645\u0634\u0627\u0647\u062F\u0647 \u0627\u0633\u062A \u0631\u0648\u0634\u0646 \u06A9\u0646)","closeQuickTranslation.cancel":"\u0644\u063A\u0648 \u06A9\u0646\u06CC\u062F","closeQuickTranslation.confirm":"\u0645\u0637\u0645\u0626\u0646","floatBall.popup":"\u067E\u0627\u0646\u0644 \u062A\u0646\u0638\u06CC\u0645\u0627\u062A \u0633\u0631\u06CC\u0639 \u0631\u0627 \u0628\u0627\u0632 \u06A9\u0646\u06CC\u062F","floatBall.translate":"\u0628\u0631\u0627\u06CC \u062A\u0631\u062C\u0645\u0647 \u0627\u06CC\u0646 \u0635\u0641\u062D\u0647 \u06A9\u0644\u06CC\u06A9 \u06A9\u0646\u06CC\u062F","floatBall.showOriginal":"\u0628\u0631\u0627\u06CC \u0628\u0627\u0632\u06AF\u0634\u062A \u0628\u0647 \u0645\u062A\u0646 \u0627\u0635\u0644\u06CC \u06A9\u0644\u06CC\u06A9 \u06A9\u0646\u06CC\u062F","floatBall.close":"\u062A\u0648\u067E \u0634\u0646\u0627\u0648\u0631 \u0631\u0627 \u0628\u0628\u0646\u062F\u06CC\u062F","floatBallOptions.enableDescPc":"\u067E\u0633 \u0627\u0632 \u0641\u0639\u0627\u0644 \u0634\u062F\u0646 \u062A\u0648\u067E \u0634\u0646\u0627\u0648\u0631 \u0635\u0641\u062D\u0647\u060C \u062F\u06A9\u0645\u0647 \u062A\u0631\u062C\u0645\u0647 \u0633\u0631\u06CC\u0639 \u062F\u0631 \u0633\u0645\u062A \u0631\u0627\u0633\u062A \u0635\u0641\u062D\u0647 \u0646\u0645\u0627\u06CC\u0634 \u062F\u0627\u062F\u0647 \u0645\u06CC \u0634\u0648\u062F.\u0628\u0631\u0627\u06CC \u062A\u0631\u062C\u0645\u0647 \u06A9\u0644\u06CC\u06A9 \u06A9\u0646\u06CC\u062F.","floatBallOptions.enableDesc":"\u5173\u95ED\u60AC\u6D6E\u7403\u540E\uFF0C\u53EF\u4EE5\u7528\u5FEB\u6377\u952E/{touch}\u5524\u8D77\u3002\u4E3A\u9632\u6B62\u4E0D\u614E\u5173\u95ED\u8BE5\u9009\u9879\u540E\u627E\u4E0D\u5230\u60AC\u6D6E\u7403\uFF0C\u5F3A\u70C8\u5EFA\u8BAE\u6536\u85CF\u672C\u8BBE\u7F6E\u9875","description.azureApiUrl":"\u0622\u062F\u0631\u0633 \u0631\u0627\u0628\u0637 API \u0633\u0641\u0627\u0631\u0634\u06CC \u0631\u0627 \u067E\u0631 \u06A9\u0646\u06CC\u062F",confirmSupportMouse:"\u786E\u8BA4\u5F53\u524D\u6D4F\u89C8\u5668\u652F\u6301\u9F20\u6807",confirmSupportMouseDescription:"\u062A\u0634\u062E\u06CC\u0635 \u062F\u0627\u062F\u0647 \u0634\u062F\u0647 \u0627\u0633\u062A \u06A9\u0647 \u0645\u0631\u0648\u0631\u06AF\u0631 \u0641\u0639\u0644\u06CC \u0627\u0632 \u0639\u0645\u0644\u06A9\u0631\u062F \u0645\u0627\u0648\u0633 \u067E\u0634\u062A\u06CC\u0628\u0627\u0646\u06CC \u0646\u0645\u06CC \u06A9\u0646\u062F. \u0622\u06CC\u0627 \u0645\u06CC \u062E\u0648\u0627\u0647\u06CC\u062F \u067E\u0634\u062A\u06CC\u0628\u0627\u0646\u06CC \u0627\u0632 \u0645\u0627\u0648\u0633 \u0631\u0627 \u0628\u0647 \u0627\u062C\u0628\u0627\u0631 \u0641\u0639\u0627\u0644 \u06A9\u0646\u06CC\u062F\u061F",sampleTargetText:"\u0634\u0628 \u0637\u0648\u0644\u0627\u0646\u06CC \u062F\u0631 \u0631\u0627\u0647 \u0627\u0633\u062A \u0648 \u0645\u0646 \u0627\u0632 \u0627\u06CC\u0646 \u0628\u0647 \u0628\u0639\u062F \u062A\u0627 \u0632\u0645\u0627\u0646\u06CC \u06A9\u0647 \u0628\u0645\u06CC\u0631\u0645 \u0645\u0631\u0627\u0642\u0628 \u062E\u0648\u0627\u0647\u0645 \u0628\u0648\u062F. \u0645\u0646 \u0646\u0647 \u0632\u0646 \u0645\u06CC\u06AF\u06CC\u0631\u0645\u060C \u0646\u0647 \u0634\u0627\u0647\u06CC\u060C \u0646\u0647 \u0641\u0631\u0632\u0646\u062F\u06CC. \u062A\u0627\u062C \u0628\u0631 \u0633\u0631 \u0646\u062E\u0648\u0627\u0647\u0645 \u06AF\u0630\u0627\u0634\u062A \u0648 \u0628\u0631\u0627\u06CC \u0627\u0641\u062A\u062E\u0627\u0631\u0627\u062A \u0645\u0633\u0627\u0628\u0642\u0647 \u0646\u0645\u06CC \u062F\u0647\u0645. \u0645\u0646 \u0648\u0638\u06CC\u0641\u0647 \u0627\u0645 \u0631\u0627 \u0635\u0627\u062F\u0642\u0627\u0646\u0647 \u0627\u0646\u062C\u0627\u0645 \u062E\u0648\u0627\u0647\u0645 \u062F\u0627\u062F\u060C \u0632\u0646\u062F\u0647 \u0645\u06CC \u0634\u0648\u0645 \u0648 \u0645\u06CC \u0645\u06CC\u0631\u0645.",sampleSourceText:"Night gathers, and now my watch begins. It shall not end until my death. I shall take no wife, hold no lands, father no children. I shall wear no crowns and win no glory. I shall live and die at my post.","subtitle.supportedSites":"\u5DF2\u652F\u6301\u5728\u8FD9\u4E9B\u7F51\u7AD9\u4F7F\u7528\u53CC\u8BED\u5B57\u5E55\uFF08\u6CE8\u610F\uFF1A\u7531\u4E8E\u6280\u672F\u9650\u5236\uFF0C\u90E8\u5206\u7F51\u7AD9\u5728\u9996\u6B21\u5F00\u542F\u5B57\u5E55\u540E\u9700\u8981\u91CD\u65B0\u5237\u65B0\u9875\u9762\uFF0C\u6216\u8005\u9700\u7B49\u5F85\u7FFB\u8BD1\u5B8C\u6210\u4EE5\u663E\u793A\u53CC\u8BED\u5B57\u5E55\uFF09\uFF1A",viewWithImmersiveTranslate:"\u53CC\u8BED\u7248\u672C(\u6C89\u6D78\u5F0F\u7FFB\u8BD1)",errorReason:"\u9519\u8BEF\u539F\u56E0\uFF1A{message}","proQuotaExceededError.onetime7day":'\uFF0C\u60A8\u53EF\u4EE5\u9009\u62E9\u4EE5\u4E0B\u65B9\u5F0F\u89E3\u51B3\uFF1A

1. \u5207\u6362\u5230 {anotherService} \u6216\u5176\u4ED6\u7FFB\u8BD1\u670D\u52A1
2. \u5347\u7EA7\u4E3A\u6708\u5EA6/\u5E74\u5EA6\u4F1A\u5458',"proQuotaExceededError.trial":'\uFF0C\u60A8\u53EF\u4EE5\u9009\u62E9\u4EE5\u4E0B\u65B9\u5F0F\u89E3\u51B3\uFF1A

1. \u5207\u6362\u5230 {anotherService} \u6216\u5176\u4ED6\u7FFB\u8BD1\u670D\u52A1
2. \u7ACB\u523B\u5347\u7EA7\u4E3A\u6B63\u5F0F\u4F1A\u5458',"proQuotaExceededError.nonTrial":'\uFF0C\u60A8\u53EF\u4EE5\u9009\u62E9\u4EE5\u4E0B\u65B9\u5F0F\u89E3\u51B3\uFF1A

1. \u5207\u6362\u5230 {anotherService} \u6216\u5176\u4ED6\u7FFB\u8BD1\u670D\u52A1
2. \u8D2D\u4E70 {translationService} \u989D\u5916\u6D41\u91CF\u5305',"proQuotaExceededError.resetTime":"
3. \u989D\u5EA6\u91CD\u7F6E\u65F6\u95F4\uFF1A{resetTime}","desc.touchShortcutsToggleTranslatePageOnlyTranslation":"\u0641\u0642\u0637 \u0645\u062A\u0646 \u062A\u0631\u062C\u0645\u0647 \u0628\u0647 \u0645\u0639\u0646\u06CC \u0627\u0633\u062A \u06A9\u0647 \u0641\u0642\u0637 \u0645\u062A\u0646 \u062A\u0631\u062C\u0645\u0647 \u0646\u0645\u0627\u06CC\u0634 \u062F\u0627\u062F\u0647 \u0645\u06CC \u0634\u0648\u062F\u060C \u0627\u06AF\u0631 \u0635\u0641\u062D\u0647 \u0648\u0628 \u0647\u0646\u0648\u0632 \u062A\u0631\u062C\u0645\u0647 \u0646\u0634\u062F\u0647 \u0627\u0633\u062A\u060C \u062D\u0627\u0644\u062A \u062A\u063A\u06CC\u06CC\u0631 \u062E\u0648\u0627\u0647\u062F \u06A9\u0631\u062F \u0648 \u062A\u0631\u062C\u0645\u0647 \u062E\u0648\u0627\u0647\u062F \u0634\u062F.","desc.toggleOnlyTransation":"\u062D\u0627\u0644\u062A \u0641\u0642\u0637 \u062A\u0631\u062C\u0645\u0647 \u0628\u0647 \u0627\u06CC\u0646 \u0645\u0639\u0646\u06CC \u0627\u0633\u062A \u06A9\u0647 \u0641\u0642\u0637 \u0645\u062A\u0646 \u062A\u0631\u062C\u0645\u0647 \u0634\u062F\u0647 \u0646\u0645\u0627\u06CC\u0634 \u062F\u0627\u062F\u0647 \u0645\u06CC \u0634\u0648\u062F\u060C \u0627\u06AF\u0631 \u0635\u0641\u062D\u0647 \u0648\u0628 \u0647\u0646\u0648\u0632 \u062A\u0631\u062C\u0645\u0647 \u0646\u0634\u062F\u0647 \u0628\u0627\u0634\u062F\u060C \u062D\u0627\u0644\u062A \u062A\u063A\u06CC\u06CC\u0631 \u062E\u0648\u0627\u0647\u062F \u06A9\u0631\u062F \u0648 \u062A\u0631\u062C\u0645\u0647 \u062E\u0648\u0627\u0647\u062F \u0634\u062F.",touchShortcutsToggleTranslatePageOnlyTranslation:"\u062A\u0646\u0638\u06CC\u0645 \u062D\u0631\u06A9\u062A \u0644\u0645\u0633\u06CC \u0635\u0641\u062D\u0647 \u0646\u0645\u0627\u06CC\u0634 \u0628\u0631\u0627\u06CC \u062A\u063A\u06CC\u06CC\u0631 \u0628\u06CC\u0646 \u062D\u0627\u0644\u062A \u062F\u0648\u0632\u0628\u0627\u0646\u0647 / \u0641\u0642\u0637 \u0645\u062A\u0646 \u062A\u0631\u062C\u0645\u0647 \u0634\u062F\u0647",download_started:"\u062F\u0627\u0646\u0644\u0648\u062F \u0634\u0631\u0648\u0639 \u0634\u062F\u0647 \u0627\u0633\u062A \u060C \u0627\u06AF\u0631 \u0628\u0647 \u0637\u0648\u0631 \u062E\u0648\u062F\u06A9\u0627\u0631 \u062F\u0627\u0646\u0644\u0648\u062F \u0646\u0634\u062F \u060C \u0644\u0637\u0641\u0627\u064B \u0628\u0647 \u0635\u0648\u0631\u062A \u062F\u0633\u062A\u06CC \u062F\u0627\u0646\u0644\u0648\u062F \u06A9\u0646\u06CC\u062F.",here:"\u0627\u06CC\u0646\u062C\u0627","translationFont.customPlaceholder":"\u0641\u0648\u0646\u062A",translationFont:"\u062A\u0646\u0638\u06CC\u0645 \u0641\u0648\u0646\u062A",batchEdit:"\u0639\u0645\u0644\u06CC\u0627\u062A \u062F\u0633\u062A\u0647 \u062C\u0645\u0639\u06CC","translationModeLang.translation.title":"\u0641\u0642\u0637 \u062D\u0627\u0644\u062A \u062A\u0631\u062C\u0645\u0647 \u0632\u0628\u0627\u0646","error.goReset":"\u0628\u0627\u0632\u0646\u0634\u0627\u0646\u06CC \u06A9\u0646\u06CC\u062F","translationFont.custom":"\u0648\u0631\u0648\u062F \u0641\u0648\u0646\u062A \u0633\u0641\u0627\u0631\u0634\u06CC","error.serveConfigError":"\u062E\u0637\u0627\u06CC \u067E\u06CC\u06A9\u0631\u0628\u0646\u062F\u06CC \u0633\u0631\u0648\u06CC\u0633",detectServiceLoading:"\u062F\u0631 \u062D\u0627\u0644 \u0628\u0631\u0631\u0633\u06CC \u062E\u062F\u0645\u0627\u062A \u062A\u0631\u062C\u0645\u0647 \u0645\u0648\u062C\u0648\u062F...","touch.mouse-translate":"\u062A\u0631\u062C\u0645\u0647 \u067E\u0627\u0631\u0627\u06AF\u0631\u0627\u0641 \u0645\u0634\u062E\u0635","translationModeUrl.translation.title":"\u0622\u062F\u0631\u0633 \u0627\u06CC\u0646\u062A\u0631\u0646\u062A\u06CC \u062D\u0627\u0644\u062A \u0641\u0642\u0637 \u062A\u0631\u062C\u0645\u0647","translationServices.inherit":"\u0628\u0627 \u062E\u062F\u0645\u0627\u062A \u062A\u0631\u062C\u0645\u0647 \u0627\u0635\u0644\u06CC \u062F\u0646\u0628\u0627\u0644 \u06A9\u0646\u06CC\u062F","error.reloadPageOfSetting":"\u067E\u0633 \u0627\u0632 \u067E\u06CC\u06A9\u0631\u0628\u0646\u062F\u06CC\u060C \u0644\u0637\u0641\u0627 \u0635\u0641\u062D\u0647 \u0631\u0627 \u062F\u0648\u0628\u0627\u0631\u0647 \u062A\u0627\u0632\u0647 \u06A9\u0646\u06CC\u062F \u0648 \u062F\u0648\u0628\u0627\u0631\u0647 \u062A\u0631\u062C\u0645\u0647 \u06A9\u0646\u06CC\u062F.","error.configError":"\u0627\u0637\u0644\u0627\u0639\u0627\u062A \u067E\u06CC\u06A9\u0631\u0628\u0646\u062F\u06CC \u063A\u06CC\u0631 \u0645\u0639\u0645\u0648\u0644\u06CC \u0627\u0633\u062A","error.proTokenInvalid":"\u0627\u06AF\u0631 \u06A9\u0627\u0631\u0628\u0631 Pro \u0647\u0633\u062A\u06CC\u062F\u060C \u0644\u0637\u0641\u0627\u064B \u067E\u0633 \u0627\u0632 \u0648\u0631\u0648\u062F \u0627\u0632 \u062E\u062F\u0645\u0627\u062A \u062A\u0631\u062C\u0645\u0647 Pro \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u06A9\u0646\u06CC\u062F.",videoSubtitlePreTranslationOff:"\u0632\u06CC\u0631\u0646\u0648\u06CC\u0633 \u0648\u06CC\u062F\u06CC\u0648 \u0627\u0648\u0644\u0648\u06CC\u062A \u062E\u0648\u0627\u0647\u062F \u062F\u0627\u062F \u0628\u0647 \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u0627\u0632 \u0632\u06CC\u0631\u0646\u0648\u06CC\u0633 \u0645\u0627\u0634\u06CC\u0646\u06CC \u0645\u0648\u062C\u0648\u062F \u062F\u0631 \u0648\u06CC\u062F\u06CC\u0648 \u0627\u0635\u0644\u06CC",toggleToService:"\u0628\u0647 {service} \u062A\u063A\u06CC\u06CC\u0631 \u062F\u0647\u06CC\u062F \u0648 \u062F\u0648\u0628\u0627\u0631\u0647 \u0627\u0645\u062A\u062D\u0627\u0646 \u06A9\u0646\u06CC\u062F","error.proUpgrade":"\u067E\u0633 \u0627\u0632 \u0627\u0631\u062A\u0642\u0627\u060C \u0644\u0637\u0641\u0627 \u0635\u0641\u062D\u0647 \u0631\u0627 \u062F\u0648\u0628\u0627\u0631\u0647 \u062A\u0631\u062C\u0645\u0647 \u06A9\u0646\u06CC\u062F.",enableSentryReport:"\u0648\u0642\u062A\u06CC \u062E\u0637\u0627\u06CC \u06AF\u0633\u062A\u0631\u0634 \u0631\u062E \u0645\u06CC \u062F\u0647\u062F\u060C \u0628\u0627 \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u0627\u0632 Sentry \u0628\u0631\u0627\u06CC \u0627\u0631\u0633\u0627\u0644 \u0628\u0627\u0632\u062E\u0648\u0631\u062F \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u06A9\u0646\u06CC\u062F.","error.403":"\u062E\u062F\u0645\u062A \u062E\u0637\u0627\u06CC \u0628\u0631\u06AF\u0634\u062A \u062F\u0627\u062F\u0647 \u0627\u0633\u062A\u060C \u0645\u0648\u0642\u062A\u0627\u064B \u0627\u062C\u0627\u0632\u0647 \u062F\u0633\u062A\u0631\u0633\u06CC \u0628\u0647 \u0627\u06CC\u0646 \u062E\u062F\u0645\u062A \u0631\u0627 \u0646\u062F\u0627\u0631\u06CC\u062F.",videoSubtitlePreTranslationOn:"\u0632\u06CC\u0631\u0646\u0648\u06CC\u0633 \u0647\u0627\u06CC \u0648\u06CC\u062F\u06CC\u0648 \u0628\u0647 \u0637\u0648\u0631 \u0627\u0648\u0644\u0648\u06CC\u062A\u06CC \u0627\u0632 \u062A\u0631\u062C\u0645\u0647 \u0641\u0631\u0648 \u0631\u0641\u062A\u06AF\u06CC \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u062E\u0648\u0627\u0647\u062F \u06A9\u0631\u062F.","translationModeUrl.translation.description":"\u0648\u0642\u062A\u06CC \u0648\u0628 \u0633\u0627\u06CC\u062A \u0628\u0631\u0627\u06CC \u062F\u0627\u0645\u0646\u0647 \u0647\u0627\u06CC \u0632\u06CC\u0631 \u0627\u0633\u062A\u060C \u0628\u0647 \u0637\u0648\u0631 \u062E\u0648\u062F\u06A9\u0627\u0631 \u0627\u0632 \u062D\u0627\u0644\u062A \u0641\u0642\u0637 \u0645\u062A\u0646 \u062A\u0631\u062C\u0645\u0647 \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u0645\u06CC \u06A9\u0646\u062F.","error.502":"\u062E\u062F\u0645\u062A \u062E\u0637\u0627 \u062F\u0627\u062F\u0647 \u0627\u0633\u062A\u060C \u062E\u062F\u0645\u062A \u0628\u0647 \u062A\u0627\u062E\u06CC\u0631 \u0627\u0641\u062A\u0627\u062F\u0647 \u0627\u0633\u062A\u060C \u0644\u0637\u0641\u0627 \u0628\u0639\u062F\u0627 \u062F\u0648\u0628\u0627\u0631\u0647 \u0627\u0645\u062A\u062D\u0627\u0646 \u06A9\u0646\u06CC\u062F.","error.openAIExceededQuota":"\u062E\u0637\u0627\u06CC \u0628\u0627\u0632\u06AF\u0634\u062A \u0633\u0631\u0648\u06CC\u0633: \u0645\u0648\u062C\u0648\u062F\u06CC \u062D\u0633\u0627\u0628 OpenAI \u0634\u0645\u0627 \u06A9\u0627\u0641\u06CC \u0646\u06CC\u0633\u062A\u060C \u0644\u0637\u0641\u0627\u064B \u0627\u0632 \u0637\u0631\u06CC\u0642 \u067E\u0646\u0644 \u0645\u062F\u06CC\u0631\u06CC\u062A\u06CC \u0631\u0633\u0645\u06CC OpenAI \u0634\u0627\u0631\u0698 \u06A9\u0646\u06CC\u062F \u06CC\u0627 \u06A9\u0627\u0631\u062A \u0627\u0639\u062A\u0628\u0627\u0631\u06CC \u062E\u0648\u062F \u0631\u0627 \u0645\u062A\u0635\u0644 \u06A9\u0646\u06CC\u062F.","translationModeLang.translation.description":"\u0648\u0642\u062A\u06CC \u0632\u0628\u0627\u0646 \u0635\u0641\u062D\u0647 \u0628\u0647 \u0632\u0628\u0627\u0646\u0647\u0627\u06CC \u0632\u06CC\u0631 \u0627\u0633\u062A\u060C \u0628\u0647 \u0637\u0648\u0631 \u062E\u0648\u062F\u06A9\u0627\u0631 \u0627\u0632 \u062D\u0627\u0644\u062A \u062A\u0631\u062C\u0645\u0647 \u0641\u0642\u0637 \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u0645\u06CC \u0634\u0648\u062F","error.429":"\u062E\u062F\u0645\u062A \u062E\u0637\u0627 \u0631\u0627 \u0628\u0631\u0645\u06CC \u06AF\u0631\u062F\u0627\u0646\u062F\u060C \u06A9\u0647 \u0646\u0634\u0627\u0646 \u0645\u06CC \u062F\u0647\u062F \u062F\u0631\u062E\u0648\u0627\u0633\u062A \u0628\u06CC\u0634 \u0627\u0632 \u062D\u062F \u0645\u06A9\u0631\u0631 \u06CC\u0627 \u0628\u06CC\u0634 \u0627\u0632 \u062D\u062F \u0645\u062D\u062F\u0648\u062F\u06CC\u062A \u0627\u0633\u062A\u060C \u0644\u0637\u0641\u0627 \u0628\u0639\u062F\u0627 \u062F\u0648\u0628\u0627\u0631\u0647 \u0627\u0645\u062A\u062D\u0627\u0646 \u06A9\u0646\u06CC\u062F.","error.400":"\u062E\u0637\u0627\u06CC\u06CC \u062F\u0631 \u0628\u0627\u0632\u06AF\u0634\u062A \u062E\u062F\u0645\u0627\u062A \u0631\u062E \u062F\u0627\u062F\u0647 \u0627\u0633\u062A \u060C \u067E\u0627\u0631\u0627\u0645\u062A\u0631 \u062F\u0631\u062E\u0648\u0627\u0633\u062A \u0627\u0634\u062A\u0628\u0627\u0647 \u0627\u0633\u062A \u060C \u0644\u0637\u0641\u0627\u064B \u067E\u06CC\u06A9\u0631\u0628\u0646\u062F\u06CC \u0645\u0631\u0628\u0648\u0637\u0647 \u0631\u0627 \u0628\u0631\u0631\u0633\u06CC \u06A9\u0646\u06CC\u062F.","error.googleLimitIp":"\u062E\u062F\u0645\u062A \u062E\u0637\u0627 \u0631\u0627 \u0628\u0631\u0645\u06CC \u06AF\u0631\u062F\u0627\u0646\u062F \u060C \u062E\u062F\u0645\u0627\u062A \u06AF\u0648\u06AF\u0644 \u0628\u0631\u0627\u06CC \u0627\u06CC\u0646 \u0622\u062F\u0631\u0633 IP \u0645\u062D\u062F\u0648\u062F \u0634\u062F\u0647 \u0627\u0633\u062A \u060C \u067E\u06CC\u0634\u0646\u0647\u0627\u062F \u0645\u06CC \u06A9\u0646\u06CC\u0645 \u0634\u0645\u0627 \u0646\u0648\u062F \u0634\u0628\u06A9\u0647 \u0631\u0627 \u062A\u063A\u06CC\u06CC\u0631 \u062F\u0647\u06CC\u062F.","translationFont.notSupportErrorMessage":"\u0644\u0637\u0641\u0627\u064B \u0646\u0627\u0645 \u0641\u0648\u0646\u062A\u06CC \u06A9\u0647 \u0648\u0627\u0631\u062F \u06A9\u0631\u062F\u0647 \u0627\u06CC\u062F \u0631\u0627 \u0628\u0631\u0631\u0633\u06CC \u06A9\u0646\u06CC\u062F \u062A\u0627 \u0645\u0637\u0645\u0626\u0646 \u0634\u0648\u06CC\u062F \u06A9\u0647 \u062F\u0631\u0633\u062A \u0627\u0633\u062A\u060C \u06CC\u0627 \u062A\u0623\u06CC\u06CC\u062F \u06A9\u0646\u06CC\u062F \u06A9\u0647 \u0627\u06CC\u0646 \u0641\u0648\u0646\u062A \u0628\u0631 \u0631\u0648\u06CC \u062F\u0633\u062A\u06AF\u0627\u0647 \u0634\u0645\u0627 \u0646\u0635\u0628 \u0634\u062F\u0647 \u0627\u0633\u062A.","error.gemini.429":"\u062E\u062F\u0645\u062A Gemini \u062F\u0631 \u062D\u0627\u0644 \u062D\u0627\u0636\u0631 \u0628\u0647 \u0638\u0631\u0641\u06CC\u062A \u062D\u062F\u0627\u06A9\u062B\u0631\u06CC \u062E\u0648\u062F \u0631\u0633\u06CC\u062F\u0647 \u0627\u0633\u062A\u060C \u0644\u0637\u0641\u0627\u064B \u0628\u0639\u062F\u0627\u064B \u062F\u0648\u0628\u0627\u0631\u0647 \u0627\u0645\u062A\u062D\u0627\u0646 \u06A9\u0646\u06CC\u062F \u06CC\u0627 \u0628\u0647 \u0633\u0631\u0648\u06CC\u0633 \u062A\u0631\u062C\u0645\u0647 \u062F\u06CC\u06AF\u0631\u06CC \u062A\u063A\u06CC\u06CC\u0631 \u062F\u0647\u06CC\u062F.","desc.toggleVideoSubtitlePreTranslation":"\u0628\u0639\u062F \u0641\u0634\u0627\u0631\u060C \u0632\u06CC\u0631\u0646\u0648\u06CC\u0633 \u062F\u0648\u0632\u0628\u0627\u0646\u0647 \u0648\u06CC\u062F\u06CC\u0648 \u0627\u0648\u0644\u0648\u06CC\u062A \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u0627\u0632 \u062A\u0646\u0638\u06CC\u0645\u0627\u062A \u062A\u0631\u062C\u0645\u0647 \u063A\u0648\u0637\u0647 \u0648\u0631 \u062E\u0648\u0627\u0647\u062F \u062F\u0627\u0634\u062A\u060C \u0628\u0627 \u0641\u0634\u0627\u0631 \u062F\u0648\u0628\u0627\u0631\u0647\u060C \u0627\u0648\u0644\u0648\u06CC\u062A \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u0627\u0632 \u0632\u06CC\u0631\u0646\u0648\u06CC\u0633 \u0645\u0627\u0634\u06CC\u0646\u06CC \u0627\u0635\u0644\u06CC \u0648\u06CC\u062F\u06CC\u0648 \u062E\u0648\u0627\u0647\u062F \u0628\u0648\u062F\u060C \u062A\u0648\u062C\u0647 \u062F\u0627\u0634\u062A\u0647 \u0628\u0627\u0634\u06CC\u062F: \u0627\u06CC\u0646 \u0645\u06CC\u0627\u0646\u0628\u0631 \u062A\u0646\u0638\u06CC\u0645\u0627\u062A \u062C\u0647\u0627\u0646\u06CC \u0631\u0627 \u062A\u063A\u06CC\u06CC\u0631 \u0645\u06CC \u062F\u0647\u062F.","error.openAIFreeLimit":"\u062E\u062F\u0645\u062A \u062E\u0637\u0627 \u0631\u0627 \u0628\u0631\u0645\u06CC \u06AF\u0631\u062F\u0627\u0646\u062F\u060C \u0641\u0631\u06A9\u0627\u0646\u0633 \u062F\u0631\u062E\u0648\u0627\u0633\u062A \u062A\u0631\u062C\u0645\u0647 \u0641\u0639\u0644\u06CC \u0628\u0647 \u062D\u062F\u0627\u06A9\u062B\u0631 3 \u0628\u0627\u0631 \u062F\u0631 \u062F\u0642\u06CC\u0642\u0647 \u0631\u0633\u06CC\u062F\u0647 \u0627\u0633\u062A\u060C \u0644\u0637\u0641\u0627\u064B \u0628\u0639\u062F\u0627\u064B \u062F\u0648\u0628\u0627\u0631\u0647 \u0627\u0645\u062A\u062D\u0627\u0646 \u06A9\u0646\u06CC\u062F. (\u0627\u06CC\u0646 \u0645\u062D\u062F\u0648\u062F\u06CC\u062A \u0631\u0633\u0645\u06CC OpenAI \u0628\u0631\u0627\u06CC API Key \u0631\u0627\u06CC\u06AF\u0627\u0646 \u0627\u0633\u062A\u060C \u0628\u0631\u0627\u06CC \u0631\u0641\u0639 \u0627\u06CC\u0646 \u0645\u062D\u062F\u0648\u062F\u06CC\u062A\u060C \u0644\u0637\u0641\u0627\u064B \u06A9\u0627\u0631\u062A \u0627\u0639\u062A\u0628\u0627\u0631\u06CC \u062E\u0648\u062F \u0631\u0627 \u062F\u0631 \u067E\u0646\u0644 OpenAI \u0645\u062A\u0635\u0644 \u06A9\u0646\u06CC\u062F.)","error.serveUnavailable":"\u062E\u062F\u0645\u062A [{serverName}] \u06A9\u0647 \u062F\u0631 \u062D\u0627\u0644 \u062D\u0627\u0636\u0631 \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u0645\u06CC \u06A9\u0646\u06CC\u062F \u0628\u0647 \u062F\u0644\u06CC\u0644 \u0645\u0634\u06A9\u0644\u0627\u062A \u0627\u062A\u0635\u0627\u0644 \u0628\u0647 \u0634\u0628\u06A9\u0647 \u06CC\u0627 \u0645\u0634\u06A9\u0644\u0627\u062A \u0627\u0631\u0627\u0626\u0647 \u062F\u0647\u0646\u062F\u0647 \u062E\u062F\u0645\u0627\u062A \u0645\u0648\u0642\u062A\u0627\u064B \u0642\u0627\u0628\u0644 \u062F\u0633\u062A\u0631\u0633\u06CC \u0646\u06CC\u0633\u062A. \u067E\u06CC\u0634\u0646\u0647\u0627\u062F \u0645\u06CC \u06A9\u0646\u06CC\u0645 \u0635\u0641\u062D\u0647 \u0631\u0627 \u062A\u0627\u0632\u0647 \u06A9\u0646\u06CC\u062F \u06CC\u0627 \u0627\u0632 \u0637\u0631\u06CC\u0642 <1>\u062A\u0646\u0638\u06CC\u0645\u0627\u062A \u0628\u0647 \u062E\u062F\u0645\u0627\u062A \u062A\u0631\u062C\u0645\u0647 \u062F\u06CC\u06AF\u0631\u06CC \u062A\u063A\u06CC\u06CC\u0631 \u062F\u0647\u06CC\u062F. \u0627\u06AF\u0631 \u0634\u0645\u0627 \u0639\u0636\u0648 <2>Pro \u0647\u0633\u062A\u06CC\u062F\u060C \u0645\u06CC \u062A\u0648\u0627\u0646\u06CC\u062F \u0627\u0632 \u062E\u062F\u0645\u0627\u062A \u062A\u0631\u062C\u0645\u0647 \u067E\u0627\u06CC\u062F\u0627\u0631\u062A\u0631 DeepL \u06CC\u0627 OpenAI \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u06A9\u0646\u06CC\u062F (<3>\u0627\u06CC\u0646\u062C\u0627 \u0631\u0627 \u0628\u0631\u0627\u06CC \u062A\u062C\u0631\u0628\u0647 \u0631\u0627\u06CC\u06AF\u0627\u0646 \u06A9\u0644\u06CC\u06A9 \u06A9\u0646\u06CC\u062F). \u0639\u0644\u0627\u0648\u0647 \u0628\u0631 \u0627\u06CC\u0646\u060C \u0645\u0645\u06A9\u0646 \u0627\u0633\u062A \u0646\u06CC\u0627\u0632 \u0628\u0627\u0634\u062F \u062A\u0646\u0638\u06CC\u0645\u0627\u062A \u0634\u0628\u06A9\u0647 \u06CC\u0627 \u067E\u0631\u0648\u06A9\u0633\u06CC \u062E\u0648\u062F \u0631\u0627 \u0628\u0631\u0631\u0633\u06CC \u06A9\u0646\u06CC\u062F.","widget.translateFile":"PDF/ePub",goLogin:"\u0648\u0631\u0648\u062F \u06A9\u0646\u06CC\u062F",notLogin:"\u0648\u0631\u0648\u062F \u0646\u0634\u062F\u0647 \u0627\u0633\u062A","error.reason":"\u062F\u0644\u06CC\u0644 \u062E\u0637\u0627",shortcutSettings:"\u0645\u06CC\u0627\u0646\u0628\u0631",alwaysTranslate:"\u0647\u0645\u06CC\u0634\u0647 \u062A\u0631\u062C\u0645\u0647 \u06A9\u0646\u06CC\u062F","translationServices.gemini":"\u062C\u0645\u0646\u06CC","slide.left":"\u0628\u0647 \u0631\u0627\u0633\u062A \u0628\u06A9\u0634\u06CC\u062F",loggedIn:"\u0648\u0627\u0631\u062F \u0634\u062F\u0647 \u0627\u06CC\u062F","floatBall.iKnow":"\u0645\u0646 \u0645\u06CC \u062F\u0627\u0646\u0645","intro.floatBallTitle":"\u062A\u0631\u062C\u0645\u0647 \u0633\u0631\u06CC\u0639 \u0628\u0627\u0644 \u0634\u0646\u0627\u0648\u0631","shortcutGroup.touch":"\u0698\u0633\u062A \u0647\u0627\u06CC \u062E\u0627\u0635 \u0635\u0641\u062D\u0647 \u0644\u0645\u0633\u06CC","tagsInput.add":"+ \u0627\u0636\u0627\u0641\u0647 \u06A9\u0631\u062F\u0646",shortcutSettingsTitle:"\u062A\u0646\u0638\u06CC\u0645\u0627\u062A \u0645\u06CC\u0627\u0646\u0628\u0631","widget.instruction":"\u062F\u0633\u062A\u0648\u0631\u0627\u0644\u0639\u0645\u0644 \u0627\u0633\u062A\u0641\u0627\u062F\u0647",touchShortcutsOff:"\u0628\u0633\u062A\u0647 \u0634\u062F\u0646","shortcutGroup.others":"\u06A9\u0644\u06CC\u062F\u0647\u0627\u06CC \u0645\u06CC\u0627\u0646\u0628\u0631 \u0633\u0641\u0627\u0631\u0634\u06CC \u0628\u06CC\u0634\u062A\u0631","error.subscriptionExpiredTitle":"\u0639\u0636\u0648\u06CC\u062A \u0645\u0646\u0642\u0636\u06CC \u0634\u062F\u0647 \u0627\u0633\u062A","error.retry":"\u062A\u0644\u0627\u0634 \u0645\u062C\u062F\u062F",neverTranslate:"\u0647\u0631\u06AF\u0632 \u062A\u0631\u062C\u0645\u0647 \u0646\u0645\u06CC \u06A9\u0646\u0645",networkError:"\u062E\u062F\u0645\u0627\u062A \u062A\u0631\u062C\u0645\u0647 \u06CC\u0627 \u0634\u0628\u06A9\u0647 \u0645\u0634\u06A9\u0644 \u062F\u0627\u0631\u062F","widget.translateFileTooltip":"\u062A\u0631\u062C\u0645\u0647 \u0627\u0633\u0646\u0627\u062F PDF\u060C EPUB\u060C SRT\u060C ASS\u060C HTML \u0648 TXT","slide.right":"\u0628\u0647 \u0686\u067E \u0628\u06A9\u0634\u06CC\u062F","multipleClick.3":"\u0633\u0647 \u0636\u0631\u0628\u0647 \u0645\u062A\u0648\u0627\u0644\u06CC","multipleClick.4":"\u0686\u0647\u0627\u0631 \u0636\u0631\u0628\u0647 \u0645\u062A\u0648\u0627\u0644\u06CC",pickAll:"\u0627\u0646\u062A\u062E\u0627\u0628 \u0647\u0645\u0647",contact:"\u0628\u0627 \u0645\u0627 \u062A\u0645\u0627\u0633 \u0628\u06AF\u06CC\u0631\u06CC\u062F","subtitle.bilingual":"\u0632\u06CC\u0631\u0646\u0648\u06CC\u0633 \u062F\u0648\u0632\u0628\u0627\u0646\u0647","shortcutGroup.shortcutsForTranslationServices":"\u06A9\u0644\u06CC\u062F\u0647\u0627\u06CC \u0645\u06CC\u0627\u0646\u0628\u0631 \u0645\u0631\u0628\u0648\u0637 \u0628\u0647 \u062E\u062F\u0645\u0627\u062A \u062A\u0631\u062C\u0645\u0647",buildSnapshots:"\u0627\u06CC\u062C\u0627\u062F \u0639\u06A9\u0633 \u0641\u0648\u0631\u06CC \u0627\u0632 \u0635\u0641\u062D\u0647 \u0648\u0628","widget.instructionTooltip":"\u062F\u0633\u062A\u0648\u0631\u0627\u0644\u0639\u0645\u0644 \u0631\u0627 \u0628\u0631\u0631\u0633\u06CC \u06A9\u0646\u06CC\u062F","widget.videoSubtitle":"\u0632\u06CC\u0631\u0646\u0648\u06CC\u0633 \u0648\u06CC\u062F\u06CC\u0648","multipleClick.2":"\u062F\u0648\u0628\u0627\u0631 \u06A9\u0644\u06CC\u06A9 \u06A9\u0646\u06CC\u062F","subtitle.autoDisableSubtitle":"\u0632\u06CC\u0631\u0646\u0648\u06CC\u0633 \u062F\u0648\u0632\u0628\u0627\u0646\u0647 \u0628\u0647 \u0635\u0648\u0631\u062A \u062E\u0648\u062F\u06A9\u0627\u0631 \u0641\u0639\u0627\u0644 \u0646\u0645\u06CC \u0634\u0648\u062F",mouseHoverCustomKeyTitle:"\u0633\u0641\u0627\u0631\u0634\u06CC \u06A9\u0631\u062F\u0646 \u0645\u06CC\u0627\u0646\u0628\u0631 \u0645\u0648\u0633 \u062F\u0631 \u062D\u0627\u0644\u062A \u0634\u0646\u0627\u0648\u0631","browser.translateWithOpenAI":"\u0627\u0632 OpenAI \u0628\u0631\u0627\u06CC \u062A\u0631\u062C\u0645\u0647 \u0645\u0648\u0642\u062A\u06CC \u0635\u0641\u062D\u0647 \u0641\u0639\u0644\u06CC \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u06A9\u0646\u06CC\u062F",neverTranslateThisSite:"\u0647\u0631\u06AF\u0632 \u0627\u06CC\u0646 \u0648\u0628\u0633\u0627\u06CC\u062A \u0631\u0627 \u062A\u0631\u062C\u0645\u0647 \u0646\u06A9\u0646\u06CC\u062F","browser.translateInputBox":"\u062A\u0631\u062C\u0645\u0647 \u0645\u062D\u062A\u0648\u0627\u06CC \u062C\u0639\u0628\u0647 \u0648\u0631\u0648\u062F\u06CC \u0641\u0639\u0644\u06CC","subtitle.hideQuickButton":"\u062F\u06CC\u06AF\u0631 \u0627\u06CC\u0646 \u0645\u06CC\u0627\u0646\u0628\u0631 \u0631\u0627 \u0646\u0634\u0627\u0646 \u0646\u062F\u0647","subtitle.showQuickButton":"\u062F\u0631 \u067E\u062E\u0634 \u06A9\u0646\u0646\u062F\u0647\u060C \u0645\u06CC\u0627\u0646\u0628\u0631 \u0632\u06CC\u0631\u0646\u0648\u06CC\u0633 \u062F\u0648\u0632\u0628\u0627\u0646\u0647 \u0646\u0645\u0627\u06CC\u0634 \u062F\u0627\u062F\u0647 \u0634\u0648\u062F","browser.translateWithTransmart":"\u0627\u0632 \u062A\u0631\u062C\u0645\u0647 \u0645\u0648\u0642\u062A\u06CC \u062A\u0646\u0633\u0646\u062A \u0628\u0631\u0627\u06CC \u0635\u0641\u062D\u0647 \u0641\u0639\u0644\u06CC \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u06A9\u0646\u06CC\u062F","intro.hoverTitle":"\u0645\u0648\u0634\u0648\u0627\u0631\u0647 \u0631\u0627 \u0628\u0631 \u0631\u0648\u06CC \u067E\u0627\u0631\u0627\u06AF\u0631\u0627\u0641 \u0641\u0639\u0644\u06CC \u0628\u06AF\u0630\u0627\u0631\u06CC\u062F \u062A\u0627 \u062A\u0631\u062C\u0645\u0647 \u0634\u0648\u062F","shortcutGroup.mouse":"\u062A\u0646\u0638\u06CC\u0645\u0627\u062A \u0645\u06CC\u0627\u0646\u0628\u0631 \u0645\u0648\u0633 \u062F\u0631 \u062D\u0627\u0644\u062A \u0634\u0646\u0627\u0648\u0631",temprarilyChangeTranslationTo_openai:"\u062F\u0631 \u062D\u0627\u0644 \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u0627\u0632 OpenAI \u0628\u0631\u0627\u06CC \u062A\u0631\u062C\u0645\u0647 \u0635\u0641\u062D\u0647 \u0641\u0639\u0644\u06CC \u0647\u0633\u062A\u0645","browser.translateWithDeepL":"\u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u0645\u0648\u0642\u062A \u0627\u0632 DeepL \u0628\u0631\u0627\u06CC \u062A\u0631\u062C\u0645\u0647 \u0635\u0641\u062D\u0647 \u0641\u0639\u0644\u06CC",translationOnlyMode:"\u0641\u0642\u0637 \u062D\u0627\u0644\u062A \u062A\u0631\u062C\u0645\u0647","widget.videoSubtitleTooltip":"\u067E\u0634\u062A\u06CC\u0628\u0627\u0646\u06CC \u0627\u0632 Youtube \u0648 {count}+ \u0633\u0627\u06CC\u062A \u0648\u06CC\u062F\u06CC\u0648\u06CC\u06CC \u062F\u06CC\u06AF\u0631",paragraphMinTextCountField:"\u062A\u0639\u062F\u0627\u062F \u06A9\u0645\u062A\u0631\u06CC\u0646 \u06A9\u0627\u0631\u0627\u06A9\u062A\u0631\u0647\u0627\u06CC \u0645\u0648\u0631\u062F \u0646\u06CC\u0627\u0632 \u0628\u0631\u0627\u06CC \u062A\u0631\u062C\u0645\u0647 \u067E\u0627\u0631\u0627\u06AF\u0631\u0627\u0641",temprarilyChangeTranslationTo_gemini:"\u062F\u0631 \u062D\u0627\u0644 \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u0627\u0632 Gemini \u0628\u0631\u0627\u06CC \u062A\u0631\u062C\u0645\u0647 \u0635\u0641\u062D\u0647 \u0641\u0639\u0644\u06CC \u0647\u0633\u062A\u0645","shortcutGroup.main":"\u0645\u06CC\u0627\u0646\u0628\u0631\u0647\u0627\u06CC \u06A9\u0644\u06CC\u062F\u06CC \u0639\u0645\u0644\u06A9\u0631\u062F \u0631\u0627\u06CC\u062C",temprarilyChangeTranslationTo_deepl:"\u062F\u0631 \u062D\u0627\u0644 \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u0627\u0632 \u062A\u0631\u062C\u0645\u0647 DeepL \u0628\u0631\u0627\u06CC \u0635\u0641\u062D\u0647 \u0641\u0639\u0644\u06CC",temprarilyChangeTranslationTo_transmart:"\u062F\u0631 \u062D\u0627\u0644 \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u0627\u0632 \u062A\u0631\u062C\u0645\u0647 \u062A\u0646\u0633\u0646\u062A \u0628\u0631\u0627\u06CC \u0635\u0641\u062D\u0647 \u0641\u0639\u0644\u06CC",alwaysTranslateThisSite:"\u0647\u0645\u06CC\u0634\u0647 \u0627\u06CC\u0646 \u0648\u0628\u0633\u0627\u06CC\u062A \u0631\u0627 \u062A\u0631\u062C\u0645\u0647 \u06A9\u0646\u06CC\u062F","browser.translateWithBing":"\u0627\u0632 \u062A\u0631\u062C\u0645\u0647 \u0645\u0627\u06CC\u06A9\u0631\u0648\u0633\u0627\u0641\u062A \u0628\u0631\u0627\u06CC \u062A\u0631\u062C\u0645\u0647 \u0645\u0648\u0642\u062A\u06CC \u0635\u0641\u062D\u0647 \u0641\u0639\u0644\u06CC \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u06A9\u0646\u06CC\u062F",upgradeToProErrorTitle:"\u0644\u0637\u0641\u0627\u064B \u0628\u0647 \u0639\u0636\u0648\u06CC\u062A Pro \u0627\u0631\u062A\u0642\u0627 \u062F\u0647\u06CC\u062F \u0648 \u0633\u067E\u0633 \u0627\u0632 \u0627\u06CC\u0646 \u062E\u062F\u0645\u062A \u062A\u0631\u062C\u0645\u0647 \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u06A9\u0646\u06CC\u062F","intro.subtitleTitle":"\u0646\u0645\u0627\u06CC\u0634 \u0632\u06CC\u0631\u0646\u0648\u06CC\u0633 \u062F\u0648\u0632\u0628\u0627\u0646\u0647 \u0648\u06CC\u062F\u06CC\u0648\u06CC \u0622\u0646\u0644\u0627\u06CC\u0646",temprarilyChangeTranslationTo_bing:"\u062F\u0631 \u062D\u0627\u0644 \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u0627\u0632 \u062A\u0631\u062C\u0645\u0647 \u0645\u0627\u06CC\u06A9\u0631\u0648\u0633\u0627\u0641\u062A \u0628\u0631\u0627\u06CC \u0635\u0641\u062D\u0647 \u0641\u0639\u0644\u06CC \u0647\u0633\u062A\u0645",touchShortcutsToggleTranslationMask:"\u062A\u0646\u0638\u06CC\u0645 \u0646\u0645\u0627\u06CC\u0634 \u0698\u0633\u062A \u0644\u0645\u0633\u06CC \u0628\u0631\u0627\u06CC \u0646\u0645\u0627\u06CC\u0634 \u0645\u062A\u0646 \u062A\u0631\u062C\u0645\u0647 / \u0646\u0645\u0627\u06CC\u0634 \u0645\u062A\u0646 \u0627\u0635\u0644\u06CC","browser.translateWithGemini":"\u0628\u0647 \u0637\u0648\u0631 \u0645\u0648\u0642\u062A \u0627\u0632 Gemini \u0628\u0631\u0627\u06CC \u062A\u0631\u062C\u0645\u0647 \u0635\u0641\u062D\u0647 \u0641\u0639\u0644\u06CC \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u06A9\u0646\u06CC\u062F","browser.toggleVideoSubtitlePreTranslation":"\u062A\u063A\u06CC\u06CC\u0631 \u0632\u06CC\u0631\u0646\u0648\u06CC\u0633 \u062F\u0648\u0632\u0628\u0627\u0646\u0647 \u0628\u0627 \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u0627\u0632 \u062A\u0646\u0638\u06CC\u0645\u0627\u062A \u062A\u0631\u062C\u0645\u0647 \u0641\u0631\u0648 \u0631\u0641\u062A\u0647 \u0627\u0648\u0644\u0648\u06CC\u062A \u062F\u0627\u0631\u062F",notLoginPro:"\u0634\u0645\u0627 \u0647\u0646\u0648\u0632 \u0628\u0647 \u062D\u0633\u0627\u0628 \u06A9\u0627\u0631\u0628\u0631\u06CC \u062E\u0648\u062F \u0648\u0627\u0631\u062F \u0646\u0634\u062F\u0647 \u0627\u06CC\u062F",touchShortcutsToggleTranslatePage:"\u0628\u0631\u0627\u06CC \u062A\u0631\u062C\u0645\u0647 \u0635\u0641\u062D\u0627\u062A \u0648\u0628 / \u0646\u0645\u0627\u06CC\u0634 \u0645\u062A\u0646 \u0627\u0635\u0644\u06CC \u060C \u062D\u0631\u06A9\u062A \u0647\u0627\u06CC \u0644\u0645\u0633\u06CC \u0631\u0627 \u062A\u0646\u0638\u06CC\u0645 \u06A9\u0646\u06CC\u062F",temprarilyChangeTranslationTo_google:"\u062F\u0631 \u062D\u0627\u0644 \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u0627\u0632 \u062A\u0631\u062C\u0645\u0647 \u06AF\u0648\u06AF\u0644 \u0628\u0631\u0627\u06CC \u0635\u0641\u062D\u0647 \u0641\u0639\u0644\u06CC \u0647\u0633\u062A\u0645","neverTranslateText.title":"\u0644\u0637\u0641\u0627\u064B \u06A9\u0644\u0645\u0627\u062A \u0632\u06CC\u0631 \u0631\u0627 \u0628\u0647 \u0635\u0648\u0631\u062A \u0627\u0635\u0644\u06CC \u062D\u0641\u0638 \u06A9\u0646\u06CC\u062F\u060C \u062A\u0631\u062C\u0645\u0647 \u0646\u06A9\u0646\u06CC\u062F.",touchShortcutsToggleTranslateTouchElement:"\u062A\u0646\u0638\u06CC\u0645 \u062D\u0631\u06A9\u062A \u0644\u0645\u0633\u06CC \u0635\u0641\u062D\u0647 \u0646\u0645\u0627\u06CC\u0634 \u0628\u0631\u0627\u06CC \u062A\u0631\u062C\u0645\u0647 \u067E\u0627\u0631\u0627\u06AF\u0631\u0627\u0641 \u0645\u0634\u062E\u0635","description.baiduField":"\u062D\u0648\u0632\u0647 \u0647\u0627\u06CC \u067E\u0634\u062A\u06CC\u0628\u0627\u0646\u06CC \u0634\u062F\u0647 \u0631\u0627 \u062F\u0631 <1>\u0627\u06CC\u0646\u062C\u0627 \u0628\u0628\u06CC\u0646\u06CC\u062F \u060C \u0627\u06AF\u0631 \u062E\u0627\u0644\u06CC \u0628\u0627\u0634\u062F \u0628\u0647 \u0645\u0639\u0646\u06CC \u0627\u06CC\u0646 \u0627\u0633\u062A \u06A9\u0647 \u062D\u0648\u0632\u0647 \u0627\u06CC \u0645\u0634\u062E\u0635 \u0646\u0634\u062F\u0647 \u0627\u0633\u062A",mouseHoverCustomKeyDescription:"\u0634\u0645\u0627 \u0645\u06CC \u062A\u0648\u0627\u0646\u06CC\u062F \u06CC\u06A9 \u0645\u06CC\u0627\u0646\u0628\u0631 \u062A\u0631\u06A9\u06CC\u0628\u06CC \u0633\u0641\u0627\u0631\u0634\u06CC \u0628\u0631\u0627\u06CC \u0645\u0648\u0633 \u0631\u0627 \u062A\u0639\u0631\u06CC\u0641 \u06A9\u0646\u06CC\u062F\u060C \u0645\u0627\u0646\u0646\u062F: Alt+Z\u060C Ctrl+E\u060C Cmd+Alt+E \u06CC\u0627 \u0641\u0642\u0637 Cmd\u060C \u0644\u0637\u0641\u0627 \u0628\u0647 \u0635\u0648\u0631\u062A \u062F\u0633\u062A\u06CC \u062F\u0627\u062E\u0644 \u06A9\u0646\u06CC\u062F.","floatBall.guideClickToTranslate":`\u0628\u0627 \u06A9\u0644\u06CC\u06A9 \u06A9\u0631\u062F\u0646 \u0628\u0631 \u0631\u0648\u06CC \u062A\u0648\u067E \u0634\u0646\u0627\u0648\u0631 \u062A\u0631\u062C\u0645\u0647 \u0641\u0648\u0631\u06CC \u0645\u06CC \u062A\u0648\u0627\u0646\u06CC\u062F \u0633\u0631\u06CC\u0639\u0627 \u062A\u0631\u062C\u0645\u0647 \u06A9\u0646\u06CC\u062F`,"browser.toggleMouseHoverTranslateDirectly":"\u062F\u0631 \u0635\u0641\u062D\u0647\u060C \u0628\u0647 \u0637\u0648\u0631 \u0645\u0648\u0642\u062A \u0641\u0639\u0627\u0644 \u06CC\u0627 \u063A\u06CC\u0631\u0641\u0639\u0627\u0644 \u06A9\u0631\u062F\u0646 \u062A\u0631\u062C\u0645\u0647 \u0645\u0633\u062A\u0642\u06CC\u0645 \u0645\u0648\u0633 \u0647\u0646\u06AF\u0627\u0645 \u0627\u0634\u0627\u0631\u0647","desc.toggleTranslateTheWholePage":"\u062A\u0631\u062C\u0645\u0647 \u06A9\u0644 \u0635\u0641\u062D\u0647\u060C \u0628\u0647 \u0637\u0648\u0631 \u067E\u06CC\u0634 \u0641\u0631\u0636\u060C \u0645\u0627 \u0642\u0633\u0645\u062A \u0627\u0635\u0644\u06CC \u0635\u0641\u062D\u0647 \u0631\u0627 \u062A\u0631\u062C\u0645\u0647 \u0645\u06CC \u06A9\u0646\u06CC\u0645\u060C \u0634\u0645\u0627 \u0645\u06CC \u062A\u0648\u0627\u0646\u06CC\u062F \u0627\u0632 \u0627\u06CC\u0646 \u0645\u06CC\u0627\u0646\u0628\u0631 \u0628\u0631\u0627\u06CC \u062A\u0631\u062C\u0645\u0647 \u062E\u0627\u0635 \u06A9\u0644 \u0635\u0641\u062D\u0647 \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u06A9\u0646\u06CC\u062F","floatBall.longPress":"\u0628\u0627 \u0641\u0634\u0627\u0631 \u0637\u0648\u0644\u0627\u0646\u06CC \u0645\u06CC \u062A\u0648\u0627\u0646\u06CC\u062F \u0628\u0647 \u0633\u0631\u0639\u062A \u067E\u0646\u0644 \u062A\u0646\u0638\u06CC\u0645\u0627\u062A \u0631\u0627 \u0628\u0627\u0632 \u06A9\u0646\u06CC\u062F","desc.touchShortcutsToggleTranslateTouchElement":"\u06CC\u06A9 \u062D\u0631\u06A9\u062A \u062F\u0633\u062A \u0633\u0641\u0627\u0631\u0634\u06CC \u062A\u0639\u0631\u06CC\u0641 \u06A9\u0646\u06CC\u062F\u060C \u062A\u0627 \u0628\u062A\u0648\u0627\u0646\u06CC\u062F \u0647\u0631 \u067E\u0627\u0631\u0627\u06AF\u0631\u0627\u0641\u06CC \u0631\u0627 \u062F\u0631 \u0645\u062D\u0644 \u062E\u0648\u062F \u062A\u0631\u062C\u0645\u0647 \u06A9\u0646\u06CC\u062F","desc.interfaceLanguage":"\u062A\u0646\u0638\u06CC\u0645 \u0632\u0628\u0627\u0646 \u0631\u0627\u0628\u0637 \u062A\u0623\u062B\u06CC\u0631 \u0628\u0631 \u0632\u0628\u0627\u0646 \u0646\u0645\u0627\u06CC\u0634 \u067E\u0646\u0644 \u06A9\u0646\u062A\u0631\u0644 \u062F\u0627\u0631\u062F \u0648 \u0628\u0627 \u0632\u0628\u0627\u0646 \u0647\u062F\u0641 \u062A\u0631\u062C\u0645\u0647 \u0627\u0631\u062A\u0628\u0627\u0637\u06CC \u0646\u062F\u0627\u0631\u062F.","error.subscriptionExpired":"\u0639\u0636\u0648\u06CC\u062A \u0634\u0645\u0627 \u0645\u0645\u06A9\u0646 \u0627\u0633\u062A \u0645\u0646\u0642\u0636\u06CC \u0634\u062F\u0647 \u0628\u0627\u0634\u062F\u060C \u0644\u0637\u0641\u0627 \u0648\u0636\u0639\u06CC\u062A \u0639\u0636\u0648\u06CC\u062A \u062E\u0648\u062F \u0631\u0627 \u0628\u0631\u0631\u0633\u06CC \u06A9\u0646\u06CC\u062F.",shortcutDisableTooltip:"\u0644\u0637\u0641\u0627\u064B \u062F\u0631 \u0635\u0641\u062D\u0647 \u0645\u062F\u06CC\u0631\u06CC\u062A \u0645\u06CC\u0627\u0646\u0628\u0631\u0647\u0627\u06CC \u0627\u0641\u0632\u0648\u0646\u0647 \u0645\u0631\u0648\u0631\u06AF\u0631 \u062A\u0646\u0638\u06CC\u0645\u0627\u062A \u0631\u0627 \u0627\u0646\u062C\u0627\u0645 \u062F\u0647\u06CC\u062F\u060C \u0628\u0631\u0627\u06CC \u0631\u0627\u0647\u0646\u0645\u0627\u06CC\u06CC \u0628\u06CC\u0634\u062A\u0631 \u0628\u0647 \u062A\u0648\u0636\u06CC\u062D\u0627\u062A \u0628\u0627\u0644\u0627\u06CC \u0627\u06CC\u0646 \u0635\u0641\u062D\u0647 \u0645\u0631\u0627\u062C\u0639\u0647 \u06A9\u0646\u06CC\u062F.",paragraphMinTextCountDesc:"\u062A\u0648\u062C\u0647 \u062F\u0627\u0634\u062A\u0647 \u0628\u0627\u0634\u06CC\u062F\u060C \u0627\u06CC\u0646\u062C\u0627 \u0628\u0647 \u0637\u0648\u0644 \u06A9\u0627\u0631\u0627\u06A9\u062A\u0631 \u0627\u0634\u0627\u0631\u0647 \u0645\u06CC \u0634\u0648\u062F\u060C \u0628\u0631\u0627\u06CC \u0645\u062B\u0627\u0644: hello 5 \u06A9\u0627\u0631\u0627\u06A9\u062A\u0631 \u0627\u0633\u062A\u060C \u062A\u0646\u0638\u06CC\u0645 \u0628\u0631 \u0631\u0648\u06CC \u0645\u0642\u062F\u0627\u0631 \u0628\u0632\u0631\u06AF\u062A\u0631 \u0645\u06CC \u062A\u0648\u0627\u0646\u062F \u062A\u0631\u062C\u0645\u0647 \u067E\u0627\u0631\u0627\u06AF\u0631\u0627\u0641 \u0647\u0627\u06CC \u06A9\u0648\u0686\u06A9 \u063A\u06CC\u0631 \u0636\u0631\u0648\u0631\u06CC \u0631\u0627 \u06A9\u0627\u0647\u0634 \u062F\u0647\u062F.","desc.mouseHoverHoldKey":"\u0648\u0642\u062A\u06CC \u0645\u0648\u0634\u0648\u0627\u0631\u0647 \u0628\u0631 \u0631\u0648\u06CC \u06CC\u06A9 \u067E\u0627\u0631\u0627\u06AF\u0631\u0627\u0641 \u0642\u0631\u0627\u0631 \u0645\u06CC \u06AF\u06CC\u0631\u062F\u060C \u0628\u0627 \u0641\u0634\u0627\u0631 \u062F\u0627\u062F\u0646 \u062F\u06A9\u0645\u0647 \u0647\u0627\u06CC \u0645\u06CC\u0627\u0646\u0628\u0631 \u062F\u0631 \u0633\u0645\u062A \u0631\u0627\u0633\u062A\u060C \u0645\u06CC \u062A\u0648\u0627\u0646\u06CC\u062F \u0645\u0633\u062A\u0642\u06CC\u0645\u0627\u064B \u0622\u0646 \u067E\u0627\u0631\u0627\u06AF\u0631\u0627\u0641 \u0631\u0627 \u062A\u0631\u062C\u0645\u0647 \u06A9\u0646\u06CC\u062F.","desc.toggleMouseHoverTranslateDirectly":"\u0628\u0639\u062F \u0641\u0634\u0627\u0631\u062F\u0647\u0646 \u0627\u06CC\u0646 \u06A9\u0644\u06CC\u062F \u0645\u06CC\u0627\u0646\u0628\u0631\u060C \u062F\u0631 \u0635\u0641\u062D\u0647\u060C \u0641\u0642\u0637 \u06A9\u0627\u0641\u06CC \u0627\u0633\u062A \u0645\u0648\u0633 \u0631\u0627 \u0628\u0631 \u0631\u0648\u06CC \u0647\u0631 \u0628\u062E\u0634\u06CC \u0627\u0632 \u0645\u062A\u0646 \u0642\u0631\u0627\u0631 \u062F\u0647\u06CC\u062F\u060C \u0645\u062A\u0646 \u0628\u0647 \u0635\u0648\u0631\u062A \u062E\u0648\u062F\u06A9\u0627\u0631 \u062A\u0631\u062C\u0645\u0647 \u0645\u06CC \u0634\u0648\u062F. \u0628\u0627 \u0641\u0634\u0627\u0631 \u062F\u0627\u062F\u0646 \u062F\u0648\u0628\u0627\u0631\u0647 \u06A9\u0644\u06CC\u062F \u0645\u06CC\u0627\u0646\u0628\u0631\u060C \u0645\u06CC \u062A\u0648\u0627\u0646\u06CC\u062F \u0627\u06CC\u0646 \u0648\u06CC\u0698\u06AF\u06CC \u062A\u0631\u062C\u0645\u0647 \u062E\u0648\u062F\u06A9\u0627\u0631 \u0631\u0627 \u062E\u0627\u0645\u0648\u0634 \u06A9\u0646\u06CC\u062F.","desc.touchShortcutsToggleTranslatePage":"\u067E\u0633 \u0627\u0632 \u062A\u0646\u0638\u06CC\u0645\u060C \u0647\u0646\u06AF\u0627\u0645 \u062D\u0631\u06A9\u062A \u062F\u0633\u062A\u06AF\u0627\u0647\u060C \u0645\u06CC \u062A\u0648\u0627\u0646\u06CC\u062F \u0647\u0645\u0632\u0645\u0627\u0646 \u0628\u0627 X \u0627\u0646\u06AF\u0634\u062A \u0635\u0641\u062D\u0647 \u0646\u0645\u0627\u06CC\u0634 \u0631\u0627 \u0644\u0645\u0633 \u06A9\u0646\u06CC\u062F\u060C \u0628\u0647 \u0686\u067E \u0648 \u0631\u0627\u0633\u062A \u0628\u06A9\u0634\u06CC\u062F \u06CC\u0627 \u0628\u0647 \u0637\u0648\u0631 \u0645\u062F\u0627\u0648\u0645 \u06A9\u0644\u06CC\u06A9 \u06A9\u0646\u06CC\u062F\u060C \u0628\u0631\u0627\u06CC \u0641\u0639\u0627\u0644 \u06A9\u0631\u062F\u0646 \u062A\u0631\u062C\u0645\u0647 \u0635\u0641\u062D\u0647 \u0648\u0628 / \u0646\u0645\u0627\u06CC\u0634 \u0645\u062A\u0646 \u0627\u0635\u0644\u06CC.","desc.touchShortcutsToggleTranslationMask":"\u062A\u0631\u062C\u0645\u0647 \u0645\u0627\u0633\u06A9 \u0628\u0647 \u0627\u06CC\u0646 \u0645\u0639\u0646\u06CC \u0627\u0633\u062A \u06A9\u0647 \u062F\u0631 \u0633\u0628\u06A9 \u062A\u0631\u062C\u0645\u0647 \u0627\u062B\u0631 \u0645\u0628\u0647\u0645 \u0627\u0633\u062A (\u062D\u0627\u0644\u062A \u06CC\u0627\u062F\u06AF\u06CC\u0631\u06CC)\u060C \u067E\u0633 \u0627\u0632 \u0641\u0639\u0627\u0644 \u06A9\u0631\u062F\u0646\u060C \u0645\u0648\u0642\u062A\u0627\u064B \u0627\u0632 \u0627\u062B\u0631 \u0645\u0628\u0647\u0645 \u0628\u0631\u0627\u06CC \u062A\u0631\u062C\u0645\u0647 \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u0645\u06CC \u0634\u0648\u062F\u060C \u06A9\u0647 \u0628\u0631\u0627\u06CC \u06CC\u0627\u062F\u06AF\u06CC\u0631\u06CC \u0645\u0646\u0627\u0633\u0628 \u0627\u0633\u062A.","desc.toggleTranslateTheMainPage":"\u0641\u0642\u0637 \u0628\u062E\u0634 \u0627\u0635\u0644\u06CC \u0635\u0641\u062D\u0647 \u0631\u0627 \u062A\u0631\u062C\u0645\u0647 \u06A9\u0646\u06CC\u062F\u060C \u0632\u0645\u0627\u0646\u06CC \u06A9\u0647 \u062F\u0631 \u062A\u0646\u0638\u06CC\u0645\u0627\u062A \u067E\u06CC\u0634\u0631\u0641\u062A\u0647 \u062A\u0631\u062C\u0645\u0647 \u06A9\u0644 \u0635\u0641\u062D\u0647 \u0631\u0627 \u0641\u0639\u0627\u0644 \u06A9\u0631\u062F\u06CC\u062F\u060C \u0645\u06CC \u062A\u0648\u0627\u0646\u06CC\u062F \u0627\u0632 \u0627\u06CC\u0646 \u06A9\u0644\u06CC\u062F \u0645\u06CC\u0627\u0646\u0628\u0631 \u0628\u0631\u0627\u06CC \u062A\u0631\u062C\u0645\u0647 \u062E\u0627\u0635 \u0628\u062E\u0634 \u0627\u0635\u0644\u06CC \u0635\u0641\u062D\u0647 \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u06A9\u0646\u06CC\u062F.",confirmResetToDefaultSettings:"\u0622\u06CC\u0627 \u0645\u0637\u0645\u0626\u0646 \u0647\u0633\u062A\u06CC\u062F \u06A9\u0647 \u0645\u06CC \u062E\u0648\u0627\u0647\u06CC\u062F \u0627\u06CC\u0646 \u0633\u0631\u0648\u06CC\u0633 \u062A\u0631\u062C\u0645\u0647 \u0631\u0627 \u0628\u0647 \u062A\u0646\u0638\u06CC\u0645\u0627\u062A \u067E\u06CC\u0634 \u0641\u0631\u0636 \u0628\u0627\u0632\u06AF\u0631\u062F\u0627\u0646\u06CC\u062F\u061F (\u0641\u0642\u0637 \u062A\u0646\u0638\u06CC\u0645\u0627\u062A \u0633\u0631\u0648\u06CC\u0633 \u062A\u0631\u062C\u0645\u0647 \u0641\u0639\u0644\u06CC \u0631\u0627 \u0628\u0627\u0632\u0646\u0634\u0627\u0646\u06CC \u0645\u06CC \u06A9\u0646\u062F)","contact.description":"\u0627\u06AF\u0631 \u0633\u0648\u0627\u0644 \u06CC\u0627 \u067E\u06CC\u0634\u0646\u0647\u0627\u062F\u06CC \u062F\u0627\u0631\u06CC\u062F\u060C \u062E\u0648\u0634 \u0622\u0645\u062F\u06CC\u062F \u0641\u0631\u0645 \u0632\u06CC\u0631 \u0631\u0627 \u067E\u0631 \u06A9\u0646\u06CC\u062F \u062A\u0627 \u0628\u0627 \u0645\u0627 \u062A\u0645\u0627\u0633 \u0628\u06AF\u06CC\u0631\u06CC\u062F\u060C \u06CC\u0627 \u0627\u06CC\u0645\u06CC\u0644 \u0628\u0641\u0631\u0633\u062A\u06CC\u062F \u0628\u0647 {email}\u060C \u0645\u0627 \u0633\u0631\u06CC\u0639\u0627 \u0628\u0647 \u0634\u0645\u0627 \u067E\u0627\u0633\u062E \u062E\u0648\u0627\u0647\u06CC\u0645 \u062F\u0627\u062F.","subtitle.showQuickButtonDescription":"\u062F\u0631 \u06AF\u0648\u0634\u0647 \u067E\u0627\u06CC\u06CC\u0646 \u0633\u0645\u062A \u0631\u0627\u0633\u062A \u067E\u062E\u0634 \u06A9\u0646\u0646\u062F\u0647 \u0648\u06CC\u062F\u06CC\u0648\u060C \u0631\u0627\u0647\u06A9\u0627\u0631\u06CC \u0633\u0631\u06CC\u0639 \u0628\u0631\u0627\u06CC \u0641\u0639\u0627\u0644 \u06A9\u0631\u062F\u0646 \u0632\u06CC\u0631\u0646\u0648\u06CC\u0633 \u062F\u0648\u0632\u0628\u0627\u0646\u0647 \u0627\u0631\u0627\u0626\u0647 \u0645\u06CC \u062F\u0647\u062F.","browser.translateWithGoogle":"\u0627\u0632 \u062A\u0631\u062C\u0645\u0647 \u06AF\u0648\u06AF\u0644 \u0628\u0631\u0627\u06CC \u0635\u0641\u062D\u0647 \u0641\u0639\u0644\u06CC \u0628\u0647 \u0637\u0648\u0631 \u0645\u0648\u0642\u062A \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u06A9\u0646\u06CC\u062F",translationOnlyModeDescription:"\u062D\u0627\u0644\u062A \u062A\u0631\u062C\u0645\u0647 \u0641\u0642\u0637 \u0628\u0647 \u0627\u06CC\u0646 \u0645\u0639\u0646\u06CC \u0627\u0633\u062A \u06A9\u0647 \u0641\u0642\u0637 \u0645\u062A\u0646 \u062A\u0631\u062C\u0645\u0647 \u0634\u062F\u0647 \u0631\u0627 \u0646\u0634\u0627\u0646 \u0645\u06CC \u062F\u0647\u062F\u060C \u0646\u0647 \u062D\u0627\u0644\u062A \u062F\u0648\u0632\u0628\u0627\u0646\u0647 \u067E\u06CC\u0634 \u0641\u0631\u0636. \u062A\u0648\u062C\u0647: \u0628\u0647 \u062F\u0644\u06CC\u0644 \u0645\u062D\u062F\u0648\u062F\u06CC\u062A \u0647\u0627\u06CC \u0641\u0646\u0627\u0648\u0631\u06CC\u060C \u062F\u0631 \u062D\u0627\u0644\u062A \u062A\u0631\u062C\u0645\u0647 \u0641\u0642\u0637\u060C \u067E\u06CC\u0648\u0646\u062F\u0647\u0627\u06CC \u0641\u0648\u0642 \u0627\u0644\u0639\u0627\u062F\u0647 \u0645\u062A\u0646 \u0627\u0635\u0644\u06CC \u063A\u06CC\u0631\u0641\u0639\u0627\u0644 \u062E\u0648\u0627\u0647\u0646\u062F \u0634\u062F.","intro.floatBallDescription":"\u067E\u0633 \u0627\u0632 \u0641\u0639\u0627\u0644 \u0633\u0627\u0632\u06CC\u060C \u06CC\u06A9 \u062F\u06A9\u0645\u0647 \u062A\u0631\u062C\u0645\u0647 \u0633\u0631\u06CC\u0639 \u062F\u0631 \u0633\u0645\u062A \u0631\u0627\u0633\u062A \u0635\u0641\u062D\u0647 \u0646\u0645\u0627\u06CC\u0634 \u062F\u0627\u062F\u0647 \u0645\u06CC \u0634\u0648\u062F\u060C \u06A9\u0647 \u0628\u0627 \u06A9\u0644\u06CC\u06A9 \u06A9\u0631\u062F\u0646 \u0645\u06CC \u062A\u0648\u0627\u0646\u06CC\u062F \u062A\u0631\u062C\u0645\u0647 \u06A9\u0646\u06CC\u062F\u060C \u0648 \u0628\u0627 \u06A9\u0644\u06CC\u06A9 \u062F\u0648\u0628\u0627\u0631\u0647 \u0645\u06CC \u062A\u0648\u0627\u0646\u06CC\u062F \u0628\u0647 \u0645\u062A\u0646 \u0627\u0635\u0644\u06CC \u0628\u0631\u06AF\u0631\u062F\u06CC\u062F. \u062F\u0631 \u062F\u0633\u062A\u06AF\u0627\u0647 \u0647\u0627\u06CC \u062A\u0644\u0641\u0646 \u0647\u0645\u0631\u0627\u0647\u060C \u0628\u0627 \u0641\u0634\u0627\u0631 \u0637\u0648\u0644\u0627\u0646\u06CC \u0628\u0631 \u0631\u0648\u06CC \u062A\u0648\u067E \u0634\u0646\u0627\u0648\u0631\u060C \u0645\u06CC \u062A\u0648\u0627\u0646\u06CC\u062F \u067E\u0646\u0644 \u062A\u0646\u0638\u06CC\u0645\u0627\u062A \u0633\u0631\u06CC\u0639 \u0631\u0627 \u0628\u0627\u0632 \u06A9\u0646\u06CC\u062F.","intro.hoverDescription":"\u062A\u0631\u062C\u0645\u0647 \u0645\u0633\u062A\u0642\u06CC\u0645 \u0628\u0627 \u0627\u0634\u0627\u0631\u0647 \u0645\u0648\u0633 \u06CC\u06A9\u06CC \u0627\u0632 \u0648\u06CC\u0698\u06AF\u06CC \u0647\u0627\u06CC \u0628\u0633\u06CC\u0627\u0631 \u0645\u0647\u0645 \u062F\u0631 \u062A\u0631\u062C\u0645\u0647 \u0641\u0631\u0648 \u0631\u0641\u062A\u0647 \u0627\u0633\u062A\u060C \u06A9\u0627\u0641\u06CC \u0627\u0633\u062A \u0645\u0648\u0633 \u0631\u0627 \u0631\u0648\u06CC \u067E\u0627\u0631\u0627\u06AF\u0631\u0627\u0641 \u0642\u0631\u0627\u0631 \u062F\u0647\u06CC\u062F \u0648 \u062F\u0631 \u0639\u06CC\u0646 \u062D\u0627\u0644 \u06A9\u0644\u06CC\u062F \u0645\u06CC\u0627\u0646\u0628\u0631 \u062A\u0639\u06CC\u06CC\u0646 \u0634\u062F\u0647 \u0631\u0627 \u0641\u0634\u0627\u0631 \u062F\u0647\u06CC\u062F\u060C \u062A\u0627 \u067E\u0627\u0631\u0627\u06AF\u0631\u0627\u0641 \u0641\u0639\u0644\u06CC \u0628\u0647 \u0635\u0648\u0631\u062A \u062E\u0648\u062F\u06A9\u0627\u0631 \u062A\u0631\u062C\u0645\u0647 \u0634\u0648\u062F (\u062A\u0648\u062C\u0647: \u0628\u0647 \u0637\u0648\u0631 \u067E\u06CC\u0634 \u0641\u0631\u0636 \u0641\u0639\u0627\u0644 \u0646\u06CC\u0633\u062A\u060C \u0644\u0637\u0641\u0627 \u062F\u0631 \u0632\u06CC\u0631 \u062A\u0646\u0638\u06CC\u0645 \u06A9\u0646\u06CC\u062F)\u060C \u0627\u06CC\u0646 \u062A\u0639\u0627\u0645\u0644 \u0628\u0631\u0627\u06CC \u062C\u0627\u06CC\u06AF\u0632\u06CC\u0646\u06CC \u0628\u0647\u062A\u0631 \u062A\u0631\u062C\u0645\u0647 \u06A9\u0644\u0645\u0627\u062A \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u0645\u06CC \u0634\u0648\u062F\u060C \u0639\u0644\u0627\u0648\u0647 \u0628\u0631 \u0627\u06CC\u0646\u060C \u0627\u06CC\u0646 \u0648\u06CC\u0698\u06AF\u06CC \u0628\u0631\u0627\u06CC \u0622\u0646\u0647\u0627\u06CC\u06CC \u06A9\u0647 \u0646\u0645\u06CC \u062A\u0648\u0627\u0646\u0646\u062F \u0645\u0646\u0637\u0642\u0647 \u062A\u0631\u062C\u0645\u0647 \u0631\u0627 \u062A\u0634\u062E\u06CC\u0635 \u062F\u0647\u0646\u062F\u060C \u0628\u0633\u06CC\u0627\u0631 \u0645\u0641\u06CC\u062F \u0627\u0633\u062A\u060C \u0634\u0645\u0627 \u0645\u06CC \u062A\u0648\u0627\u0646\u06CC\u062F \u0627\u0632 \u0627\u06CC\u0646 \u0648\u06CC\u0698\u06AF\u06CC \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u06A9\u0646\u06CC\u062F \u0648 \u0647\u0631 \u067E\u0627\u0631\u0627\u06AF\u0631\u0627\u0641\u06CC \u0631\u0627 \u062A\u0631\u062C\u0645\u0647 \u06A9\u0646\u06CC\u062F.","neverTranslateText.description":"\u0628\u0647 \u062F\u0644\u06CC\u0644 \u0639\u062F\u0645 \u0634\u0646\u0627\u0633\u0627\u06CC\u06CC \u0645\u0646\u0627\u0633\u0628 \u0627\u0635\u0637\u0644\u0627\u062D\u0627\u062A \u062A\u062E\u0635\u0635\u06CC \u062A\u0648\u0633\u0637 \u0628\u0631\u062E\u06CC \u0627\u0632 \u0645\u0648\u062A\u0648\u0631\u0647\u0627\u06CC \u062A\u0631\u062C\u0645\u0647\u060C \u0634\u0645\u0627 \u0645\u06CC \u062A\u0648\u0627\u0646\u06CC\u062F \u062F\u0631 \u0627\u06CC\u0646\u062C\u0627 \u06A9\u0644\u0645\u0627\u062A \u0631\u0627 \u0627\u0636\u0627\u0641\u0647 \u06A9\u0646\u06CC\u062F \u062A\u0627 \u0627\u0637\u0645\u06CC\u0646\u0627\u0646 \u062D\u0627\u0635\u0644 \u06A9\u0646\u06CC\u062F \u06A9\u0647 \u0622\u0646\u0647\u0627 \u062F\u0631 \u0637\u06CC \u0641\u0631\u0622\u06CC\u0646\u062F \u062A\u0631\u062C\u0645\u0647 \u062A\u063A\u06CC\u06CC\u0631 \u0646\u0645\u06CC \u06A9\u0646\u0646\u062F. \u0644\u0637\u0641\u0627\u064B \u062A\u0648\u062C\u0647 \u062F\u0627\u0634\u062A\u0647 \u0628\u0627\u0634\u06CC\u062F \u06A9\u0647 \u0627\u06CC\u0646 \u0648\u06CC\u0698\u06AF\u06CC \u0628\u0647 \u062D\u0631\u0648\u0641 \u0628\u0632\u0631\u06AF \u0648 \u06A9\u0648\u0686\u06A9 \u062D\u0633\u0627\u0633 \u0627\u0633\u062A \u0648 \u0641\u0642\u0637 \u0632\u0628\u0627\u0646 \u0647\u0627\u06CC\u06CC \u0631\u0627 \u067E\u0634\u062A\u06CC\u0628\u0627\u0646\u06CC \u0645\u06CC \u06A9\u0646\u062F \u06A9\u0647 \u06A9\u0644\u0645\u0627\u062A \u0622\u0646\u0647\u0627 \u0628\u0627 \u0641\u0627\u0635\u0644\u0647 \u062C\u062F\u0627 \u0634\u062F\u0647 \u0627\u0646\u062F (\u0645\u0627\u0646\u0646\u062F \u0627\u0646\u06AF\u0644\u06CC\u0633\u06CC\u060C \u0641\u0631\u0627\u0646\u0633\u0648\u06CC) \u0648 \u0628\u0631\u0627\u06CC \u0632\u0628\u0627\u0646 \u0647\u0627\u06CC\u06CC \u0645\u0627\u0646\u0646\u062F \u0698\u0627\u067E\u0646\u06CC\u060C \u06A9\u0631\u0647 \u0627\u06CC \u0648 \u063A\u06CC\u0631\u0647 \u0645\u0646\u0627\u0633\u0628 \u0646\u06CC\u0633\u062A.","intro.subtitleDescription":"\u0628\u0627 \u0641\u0639\u0627\u0644 \u06A9\u0631\u062F\u0646 \u0627\u06CC\u0646 \u0648\u06CC\u0698\u06AF\u06CC\u060C \u0632\u06CC\u0631\u0646\u0648\u06CC\u0633 \u062F\u0648\u0632\u0628\u0627\u0646\u0647 \u0628\u0647 \u0635\u0648\u0631\u062A \u062E\u0648\u062F\u06A9\u0627\u0631 \u0647\u0646\u06AF\u0627\u0645 \u067E\u062E\u0634 \u0648\u06CC\u062F\u06CC\u0648 \u0646\u0645\u0627\u06CC\u0634 \u062F\u0627\u062F\u0647 \u0645\u06CC \u0634\u0648\u062F. \u0627\u06AF\u0631 \u0641\u0639\u0627\u0644 \u0646\u0634\u062F\u0647 \u0627\u0633\u062A\u060C \u0628\u0627\u06CC\u062F \u0628\u0631 \u0631\u0648\u06CC \u062F\u06A9\u0645\u0647 \u062A\u0631\u062C\u0645\u0647 \u062F\u0631 \u0635\u0641\u062D\u0647 \u06A9\u0644\u06CC\u06A9 \u06A9\u0646\u06CC\u062F \u062A\u0627 \u0632\u06CC\u0631\u0646\u0648\u06CC\u0633 \u0646\u0645\u0627\u06CC\u0634 \u062F\u0627\u062F\u0647 \u0634\u0648\u062F. \u0644\u0637\u0641\u0627\u064B \u062A\u0648\u062C\u0647 \u062F\u0627\u0634\u062A\u0647 \u0628\u0627\u0634\u06CC\u062F \u06A9\u0647 \u0628\u0647 \u062F\u0644\u06CC\u0644 \u0645\u062D\u062F\u0648\u062F\u06CC\u062A \u0647\u0627\u06CC \u0641\u0646\u06CC\u060C \u0628\u0631\u062E\u06CC \u0627\u0632 \u0648\u0628 \u0633\u0627\u06CC\u062A \u0647\u0627 \u0645\u0645\u06A9\u0646 \u0627\u0633\u062A \u0646\u06CC\u0627\u0632 \u0628\u0647 \u062A\u0627\u0632\u0647 \u06A9\u0631\u062F\u0646 \u0635\u0641\u062D\u0647 \u06CC\u0627 \u0627\u0646\u062A\u0638\u0627\u0631 \u0628\u0631\u0627\u06CC \u062A\u06A9\u0645\u06CC\u0644 \u062A\u0631\u062C\u0645\u0647 \u062F\u0631 \u0627\u0648\u0644\u06CC\u0646 \u0628\u0627\u0631 \u0641\u0639\u0627\u0644 \u06A9\u0631\u062F\u0646 \u0632\u06CC\u0631\u0646\u0648\u06CC\u0633 \u062F\u0627\u0634\u062A\u0647 \u0628\u0627\u0634\u0646\u062F \u062A\u0627 \u0628\u062A\u0648\u0627\u0646\u0646\u062F \u0632\u06CC\u0631\u0646\u0648\u06CC\u0633 \u062F\u0648\u0632\u0628\u0627\u0646\u0647 \u0631\u0627 \u0646\u0645\u0627\u06CC\u0634 \u062F\u0647\u0646\u062F. (\u0639\u0644\u0627\u0648\u0647 \u0628\u0631 \u0627\u06CC\u0646\u060C \u0634\u0645\u0627 \u0647\u0645\u0686\u0646\u06CC\u0646 \u0645\u06CC \u062A\u0648\u0627\u0646\u06CC\u062F \u067E\u0633 \u0627\u0632 \u0628\u0627\u0632 \u06A9\u0631\u062F\u0646 \u0648\u0628 \u0633\u0627\u06CC\u062A \u0648\u06CC\u062F\u06CC\u0648\u060C \u067E\u0646\u0644 \u0645\u06CC\u0627\u0646\u0628\u0631 \u062A\u0631\u062C\u0645\u0647 \u0641\u0631\u0648 \u0631\u0641\u062A\u0647 \u0631\u0627 \u0627\u0632 \u06AF\u0648\u0634\u0647 \u0628\u0627\u0644\u0627 \u0633\u0645\u062A \u0631\u0627\u0633\u062A \u0641\u0639\u0627\u0644 / \u063A\u06CC\u0631\u0641\u0639\u0627\u0644 \u06A9\u0646\u06CC\u062F)

\u062F\u0631 \u062D\u0627\u0644 \u062D\u0627\u0636\u0631 \u067E\u0634\u062A\u06CC\u0628\u0627\u0646\u06CC \u0627\u0632 \u0632\u06CC\u0631\u0646\u0648\u06CC\u0633 \u062F\u0648\u0632\u0628\u0627\u0646\u0647 \u062F\u0631 \u0627\u06CC\u0646 \u0648\u0628 \u0633\u0627\u06CC\u062A \u0647\u0627 \u0645\u0645\u06A9\u0646 \u0627\u0633\u062A:",geminiWarning:"\u062A\u0648\u062C\u0647: \u062E\u062F\u0645\u0627\u062A \u0631\u0627\u06CC\u06AF\u0627\u0646 Gemini \u06A9\u0647 \u062A\u0648\u0633\u0637 Google \u0627\u0631\u0627\u0626\u0647 \u0645\u06CC \u0634\u0648\u062F\u060C \u0645\u062D\u062F\u0648\u062F\u06CC\u062A \u0647\u0627\u06CC \u0633\u062E\u062A\u06AF\u06CC\u0631\u0627\u0646\u0647 \u0627\u06CC \u062F\u0627\u0631\u062F \u0648 \u0645\u0645\u06A9\u0646 \u0627\u0633\u062A Google \u062A\u0635\u0645\u06CC\u0645 \u0628\u06AF\u06CC\u0631\u062F \u06A9\u0647 \u06A9\u0627\u0631\u0628\u0631 \u0627\u0632 \u0686\u0646\u062F\u06CC\u0646 Key \u0628\u0631\u0627\u06CC \u062F\u0648\u0631 \u0632\u062F\u0646 \u0645\u062D\u062F\u0648\u062F\u06CC\u062A \u0647\u0627\u06CC \u0633\u0647\u0645\u06CC\u0647 \u0631\u0627\u06CC\u06AF\u0627\u0646 \u0622\u0646\u0647\u0627 \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u0645\u06CC \u06A9\u0646\u062F\u060C \u067E\u06CC\u0634\u0646\u0647\u0627\u062F \u0646\u0645\u06CC \u0634\u0648\u062F\u060C \u067E\u06CC\u0634\u0646\u0647\u0627\u062F \u0645\u06CC \u0634\u0648\u062F \u0645\u0646\u062A\u0638\u0631 \u0628\u0627\u0634\u06CC\u062F \u062A\u0627 Google \u062F\u0631 \u0622\u06CC\u0646\u062F\u0647 \u0631\u0627\u0628\u0637 \u067E\u0631\u062F\u0627\u062E\u062A Gemini \u0631\u0627 \u0628\u0627\u0632 \u06A9\u0646\u062F \u0648 \u0633\u067E\u0633 \u0627\u0632 \u0622\u0646 \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u06A9\u0646\u06CC\u062F.","floatBall.setting":"\u062A\u0646\u0638\u06CC\u0645\u0627\u062A","floatBall.translateToLanguage":"\u0628\u0631\u0627\u06CC \u062A\u0631\u062C\u0645\u0647 \u0628\u0647 {language} \u06A9\u0644\u06CC\u06A9 \u06A9\u0646\u06CC\u062F","floatBall.file":`\u062A\u0631\u062C\u0645\u0647 PDF\u060C EPUB\u060C SRT\u060C ASS\u060C HTML\u060C TXT \u0641\u0627\u06CC\u0644`,changeToOnlyTempTranslationMode:"\u0628\u0647 \u0646\u0645\u0627\u06CC\u0634 \u0641\u0642\u0637 \u062A\u0631\u062C\u0645\u0647 \u0647\u0627 \u0628\u0631\u0648\u06CC\u062F",changeToDualTempTranslationMode:"\u0628\u0647 \u062A\u0631\u062C\u0645\u0647 \u062F\u0648 \u0632\u0628\u0627\u0646\u0647 \u0628\u0631\u0648\u06CC\u062F","transitionMode.translation":"\u0641\u0642\u0637 \u0645\u062A\u0646 \u062A\u0631\u062C\u0645\u0647","options.navbar.translateFile":"\u062A\u0631\u062C\u0645\u0647 \u0627\u0633\u0646\u0627\u062F","transitionMode.dual":"\u062F\u0648\u0632\u0628\u0627\u0646\u0647 \u0645\u0642\u0627\u06CC\u0633\u0647","options.navbar.installApp":"\u0646\u0635\u0628 \u0628\u0631\u0646\u0627\u0645\u0647 \u062A\u0644\u0641\u0646 \u0647\u0645\u0631\u0627\u0647","transitionMode.inherit":"\u0628\u0627 \u062D\u0627\u0644\u062A \u0646\u0645\u0627\u06CC\u0634 \u067E\u06CC\u0634 \u0641\u0631\u0636 \u0633\u06CC\u0633\u062A\u0645 \u0647\u0645\u0627\u0647\u0646\u06AF \u0628\u0645\u0627\u0646\u06CC\u062F","subtitle.transitionMode":"\u062A\u0646\u0638\u06CC\u0645\u0627\u062A \u0632\u06CC\u0631\u0646\u0648\u06CC\u0633 \u0641\u06CC\u0644\u0645 \u062F\u0648\u0632\u0628\u0627\u0646\u0647 / \u0641\u0642\u0637 \u0645\u062A\u0646 \u062A\u0631\u062C\u0645\u0647","subtitle.transitionModeDescription":"\u062A\u0646\u0638\u06CC\u0645 \u0632\u06CC\u0631\u0646\u0648\u06CC\u0633 \u0648\u06CC\u062F\u06CC\u0648 \u0628\u0647 \u062D\u0627\u0644\u062A \u0645\u0642\u0627\u0628\u0644\u0647 \u062F\u0648\u0632\u0628\u0627\u0646\u0647 \u06CC\u0627 \u0641\u0642\u0637 \u062D\u0627\u0644\u062A \u062A\u0631\u062C\u0645\u0647",translateFileTooltip:`\u062A\u0631\u062C\u0645\u0647 PDF\u060C ePub\u060C srt\u060C ass\u060C HTML\u060C TXT \u0641\u0627\u06CC\u0644`,"description.multiplePrompt":`\u0648\u0642\u062A\u06CC \u062A\u0639\u062F\u0627\u062F \u067E\u0627\u0631\u0627\u06AF\u0631\u0627\u0641\u200C\u0647\u0627 \u0628\u06CC\u0634\u062A\u0631 \u0627\u0632 1 \u0627\u0633\u062A\u060C \u06AF\u0641\u062A\u06AF\u0648\u06CC\u06CC \u06A9\u0647 \u0628\u0627 \u0647\u0648\u06CC\u062A \u06A9\u0627\u0631\u0628\u0631 \u0628\u0647 {service} \u0627\u0631\u0633\u0627\u0644 \u0645\u06CC\u200C\u0634\u0648\u062F\u060C \u06A9\u0647 \u062F\u0631 \u0622\u0646 {{from}} \u0632\u0628\u0627\u0646 \u067E\u0627\u0631\u0627\u06AF\u0631\u0627\u0641 \u0631\u0627 \u0646\u0634\u0627\u0646 \u0645\u06CC\u200C\u062F\u0647\u062F\u060C {{to}} \u0632\u0628\u0627\u0646 \u0645\u0642\u0635\u062F \u0631\u0627 \u0646\u0634\u0627\u0646 \u0645\u06CC\u200C\u062F\u0647\u062F\u060C {{yaml}} \u0645\u062D\u062A\u0648\u0627\u06CC \u067E\u0627\u0631\u0627\u06AF\u0631\u0627\u0641\u06CC \u0627\u0633\u062A \u06A9\u0647 \u0628\u0627 \u0641\u0631\u0645\u062A yaml \u0628\u0633\u062A\u0647\u200C\u0628\u0646\u062F\u06CC \u0634\u062F\u0647 \u0627\u0633\u062A\u060C \u0627\u06AF\u0631 \u0646\u06CC\u0627\u0632 \u0628\u0647 \u0633\u0641\u0627\u0631\u0634\u06CC\u200C\u0633\u0627\u0632\u06CC Prompt \u062F\u0627\u0631\u06CC\u062F\u060C \u0628\u0627\u06CC\u062F \u0645\u0637\u0645\u0626\u0646 \u0634\u0648\u06CC\u062F \u06A9\u0647 \u0647\u0631 \u0645\u0648\u0631\u062F \u062F\u0631 \u0646\u062A\u06CC\u062C\u0647 YAML \u067E\u0627\u0633\u062E AI \u0634\u0627\u0645\u0644 \u0641\u06CC\u0644\u062F {env.imt_trans_field} \u0628\u0627\u0634\u062F\u060C {{imt_trans_field}} \u0646\u0627\u0645 \u0641\u06CC\u0644\u062F \u062A\u0631\u062C\u0645\u0647\u200C\u0627\u06CC \u0627\u0633\u062A \u06A9\u0647 \u0645\u0627 \u0627\u0645\u06CC\u062F\u0648\u0627\u0631\u06CC\u0645 AI \u0628\u0647 \u0639\u0646\u0648\u0627\u0646 \u067E\u0627\u0633\u062E \u0627\u0631\u0627\u0626\u0647 \u062F\u0647\u062F\u060C \u0628\u0647 \u0637\u0648\u0631 \u067E\u06CC\u0634 \u0641\u0631\u0636 {env.imt_trans_field} \u0627\u0633\u062A\u060C {{imt_source_field}} \u0646\u0627\u0645 \u0641\u06CC\u0644\u062F \u0645\u062A\u0646 \u0627\u0635\u0644\u06CC \u0627\u0633\u062A \u06A9\u0647 \u0645\u0627 \u0628\u0647 AI \u0627\u0631\u0627\u0626\u0647 \u0645\u06CC\u200C\u062F\u0647\u06CC\u0645\u060C \u0628\u0647 \u0637\u0648\u0631 \u067E\u06CC\u0634 \u0641\u0631\u0636 {env.imt_source_field} \u0627\u0633\u062A\u060C \u0646\u0645\u0648\u0646\u0647 \u0646\u062A\u06CC\u062C\u0647: @@ -5071,7 +5071,7 @@ ass\u060C HTML\u060C TXT \u0641\u0627\u06CC\u0644`,"description.multiplePrompt": {env.imt_sub_trans_field}: \u062A\u0631\u062C\u0645\u0647 - id: 2 {env.imt_sub_source_field}: \u0645\u0646\u0628\u0639 - {env.imt_sub_trans_field}: \u062A\u0631\u062C\u0645\u0647`,"subtitle.quickButton.red":"\u0633\u0631\u062E","subtitle.quickButton.cyan":"\u0622\u0628\u06CC","subtitle.quickButton.white":"\u0633\u0641\u06CC\u062F","subtitle.quickButton.yellow":"\u0632\u0631\u062F","subtitle.quickButton.setting":"\u062A\u0646\u0638\u06CC\u0645\u0627\u062A","translationServices.claude":"\u06A9\u0644\u0648\u062F","subtitle.quickButton.backgroundColor":"\u0631\u0646\u06AF \u067E\u0633 \u0632\u0645\u06CC\u0646\u0647","subtitle.quickButton.translationPositionTop":"\u0628\u0627\u0644\u0627\u06CC \u0645\u062A\u0646 \u0627\u0635\u0644\u06CC","subtitle.quickButton.black":"\u0633\u06CC\u0627\u0647","subtitle.quickButton.blue":"\u0622\u0628\u06CC","subtitle.quickButton.green":"\u0633\u0628\u0632","subtitle.quickButton.translationFontSize":"\u0627\u0646\u062F\u0627\u0632\u0647 \u0641\u0648\u0646\u062A \u0645\u062A\u0646 \u062A\u0631\u062C\u0645\u0647","subtitle.quickButton.sourceTextColor":"\u0631\u0646\u06AF \u0641\u0648\u0646\u062A \u0645\u062A\u0646 \u0627\u0635\u0644\u06CC","subtitle.quickButton.magenta":"\u0631\u0646\u06AF \u0628\u0646\u0641\u0634","subtitle.quickButton.translationTextColor":"\u0631\u0646\u06AF \u0641\u0648\u0646\u062A \u0645\u062A\u0646 \u062A\u0631\u062C\u0645\u0647 \u0634\u062F\u0647","subtitle.quickButton.backgroundOpacity":"\u067E\u0633 \u0632\u0645\u06CC\u0646\u0647 \u0646\u06CC\u0645\u0647 \u0634\u0641\u0627\u0641","subtitle.quickButton.sourceFontSize":"\u0627\u0646\u062F\u0627\u0632\u0647 \u0641\u0648\u0646\u062A \u0645\u062A\u0646 \u0627\u0635\u0644\u06CC","subtitle.quickButton.translationPositionBottom":"\u0645\u062A\u0646 \u0627\u0635\u0644\u06CC \u062F\u0631 \u0632\u06CC\u0631 \u0627\u0633\u062A","subtitle.quickButton.translationPosition":"\u0645\u06A9\u0627\u0646 \u062A\u0631\u062C\u0645\u0647",attachSubtitleTranslating:"\u062F\u0631 \u062D\u0627\u0644 \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u0627\u0632 {service} \u0628\u0631\u0627\u06CC \u062A\u0631\u062C\u0645\u0647...","error.claude.403":"\u062F\u0633\u062A\u0631\u0633\u06CC \u0645\u0648\u0642\u062A\u0627 \u0628\u0647 \u0633\u0631\u0648\u06CC\u0633 \u0645\u0645\u06A9\u0646 \u0627\u0633\u062A \u0645\u062D\u062F\u0648\u062F \u0634\u062F\u0647 \u0628\u0627\u0634\u062F\u060C \u0627\u06CC\u0646 \u0645\u0645\u06A9\u0646 \u0627\u0633\u062A \u0628\u0647 \u0645\u062D\u062F\u0648\u062F\u06CC\u062A \u0645\u0646\u0637\u0642\u0647 \u0627\u06CC Claude \u0645\u0631\u062A\u0628\u0637 \u0628\u0627\u0634\u062F\u060C \u0634\u0645\u0627 \u0645\u06CC \u062A\u0648\u0627\u0646\u06CC\u062F \u0633\u0639\u06CC \u06A9\u0646\u06CC\u062F \u0622\u062F\u0631\u0633 IP \u062E\u0648\u062F \u0631\u0627 \u062A\u063A\u06CC\u06CC\u0631 \u062F\u0647\u06CC\u062F\u060C \u06CC\u0627 \u0627\u0632 \u0633\u0631\u0648\u06CC\u0633 \u0647\u0627\u06CC \u062A\u0631\u062C\u0645\u0647 \u062F\u06CC\u06AF\u0631 \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u06A9\u0646\u06CC\u062F.","browser.brandDescriptionForSafari":"\u3010\u062A\u0631\u062C\u0645\u0647 \u0641\u0631\u0648 \u0631\u0641\u062A\u0647\u3011 \u06CC\u06A9 \u0627\u0641\u0632\u0648\u0646\u0647 \u062A\u0631\u062C\u0645\u0647 \u0635\u0641\u062D\u0647 \u0648\u0628 \u062F\u0648\u0632\u0628\u0627\u0646\u0647 \u0631\u0627\u06CC\u06AF\u0627\u0646 (\u0645\u062A\u0646 \u0627\u0635\u0644\u06CC / \u062A\u0631\u062C\u0645\u0647) \u060C \u062F\u0631 \u0639\u06CC\u0646 \u062D\u0627\u0644 \u067E\u0634\u062A\u06CC\u0628\u0627\u0646\u06CC \u0627\u0632 \u062A\u0631\u062C\u0645\u0647 PDF \u0648 \u062A\u0631\u062C\u0645\u0647 \u06A9\u062A\u0627\u0628 \u0627\u0644\u06A9\u062A\u0631\u0648\u0646\u06CC\u06A9\u06CC EPUB \u0628\u0627 \u062D\u0641\u0638 \u0637\u0631\u062D \u0628\u0646\u062F\u06CC \u0627\u0635\u0644\u06CC \u0633\u0646\u062F \u060C \u062A\u0631\u062C\u0645\u0647 \u0632\u06CC\u0631\u0646\u0648\u06CC\u0633 \u062F\u0648\u0632\u0628\u0627\u0646\u0647 \u0648\u06CC\u062F\u0626\u0648\u06CC \u0622\u0646\u0644\u0627\u06CC\u0646 Youtube / Netflix \u060C \u067E\u0634\u062A\u06CC\u0628\u0627\u0646\u06CC \u0627\u0632 \u062E\u062F\u0645\u0627\u062A \u062A\u0631\u062C\u0645\u0647 \u0627\u0635\u0644\u06CC Deepl / Google\u061B","browser.PdfProFile":"\u062A\u0631\u062C\u0645\u0647 PDF Pro \u0645\u062D\u0631\u06A9 \u0647\u0648\u0634 \u0645\u0635\u0646\u0648\u0639\u06CC","browser.textTranslate":"\u062A\u0631\u062C\u0645\u0647 \u0645\u062A\u0646"};var Ls={nologin:"non connect\xE9",loginForSafari:"Se connecter ou s'inscrire",login:"Se connecter pour ouvrir une adh\xE9sion",manageAccount:"Comptes g\xE9r\xE9s",openPremium:"Adh\xE9sion ouverte",logout:"annuler",curentPlan:"Paquets actuels",endAt:"expiration",endAuto:"renouvellement automatique",lineBreakMaxTextCount:"Nombre maximal de caract\xE8res autoris\xE9s par phrase apr\xE8s les retours \xE0 la ligne","translate-pdf":"Cliquez pour traduire le PDF","noSupportTranslate-pdf":"Script non support\xE9, veuillez utiliser le plugin","translate-firefox-local-pdf":"Cliquez pour aller \xE0 Importer le PDF",enableLineBreak:"Activer le saut de ligne automatique pour les longs paragraphes",sponsorLabel:"1 $ D\xE9veloppeurs sponsoris\xE9s",help:"main",browserShortcutsNoteForFirefox:"Pour modifier les raccourcis dans Firefox, vous devez ouvrir la page de gestion des extensions `about:addons`, puis cliquer sur `Settings`, et enfin sur `Manage Shortcuts` pour d\xE9finir les raccourcis.",browserShortcutsNoteForChrome:'Pour modifier les raccourcis dans Chrome, vous devez ouvrir la page de gestion des extensions, les d\xE9finir dans le panneau "Gestion des raccourcis" (`chrome://extensions/shortcuts`), et cliquer sur le bouton ci-dessous pour acc\xE9der \xE0 la page de gestion des raccourcis.',browserShortcutsSucks:"Les raccourcis personnalis\xE9s sont format\xE9s comme suit (pas de reconnaissance automatique, veuillez entrer directement) :\uFF1A",enableLineBreakDescription:"Lorsque cette option est activ\xE9e, des sauts de ligne sont ins\xE9r\xE9s \xE0 la fin de chaque phrase dans les longs paragraphes afin d'en faciliter la lecture.","browser.shortBrandName":"Traduction en immersion","browser.brandName":"Traduction en immersion : pages Web et PDF bilingues","browser.brandDescription":"Bilingual web page translation, also supports PDF translation, bilingual Epub eBook translation, free to use.","browser.toggleTranslatePage":"Traduire la page/afficher le texte original","browser.toggleTranslateTheWholePage":"Traduire toutes les zones de la page/afficher le texte original","browser.toggleOnlyTransation":"Basculer en mode bilingue / mode traduction uniquement","browser.toggleTranslateToThePageEndImmediately":"Traduction imm\xE9diate en bas de page/affichage du texte original","browser.toggleTranslateTheMainPage":"Traduire la zone principale de la page/afficher le texte original","browser.shareToDraft":"Partager les pages bilingues","browser.openOptionsPage":"Ouvrir la page des param\xE8tres","browser.toggleTranslationMask":"Afficher/masquer l'effet de flou de translation","browser.translateLocalPdfFile":"Traduire des fichiers PDF locaux","browser.openEbookViewer":"Lire les livres \xE9lectroniques locaux","browser.openEbookBuilder":"Cr\xE9er des livres bilingues EPUB","browser.translateLocalHtmlFile":"Traduire des fichiers HTML/txt","browser.donateContext":"En savoir plus sur les avantages du parrainage","browser.translateLocalSubtitleFile":"Traduire les fichiers de sous-titres locaux",confirmResetConfig:"\xCAtes-vous s\xFBr de vouloir r\xE9initialiser les param\xE8tres ?",translationLineBreakSettingTitle:"R\xE9glage du saut de ligne de la traduction",smartLineBreak:"smart line feed (informatique)",alwaysLineBreak:"Toujours un saut de ligne",isShowContextMenu:"Ajouter des pages traduites aux \xE9l\xE9ments de menu \xE0 cliquer avec le bouton droit de la souris",toggleBeta:"Activation des fonctionnalit\xE9s de test b\xEAta",betaDescription:"Permet d'activer des fonctionnalit\xE9s encore exp\xE9rimentales, ainsi qu'un service de traduction en version b\xEAta. Rejoignez le <1>groupe Telegram pour en savoir plus.",translationLineBreakSettingDescription:"Les sauts de ligne sont toujours nets et ordonn\xE9s pour les pages \xE0 faible contenu. (Pour gagner de la place, utilisez des sauts de ligne intelligents dans les longs paragraphes \xE0 fort contenu (plus de{count}caract\xE8res)).",tempTranslateDomainTitle:"Dur\xE9e de l'activation temporaire de la traduction du site web",tempTranslateDomainDescription:"Lors de la traduction manuelle d'une page web, vous pouvez activer temporairement le site web pour la traduction automatique et vous pouvez d\xE9finir la dur\xE9e temporaire.",xMinutes:"{count} minutes",disabled:"interdire l'utilisation de qqch.",changelog:"Journal des mises \xE0 jour",toggleTranslatePageWhenThreeFingersOnTheScreen:"L'effleurement simultan\xE9 de l'\xE9cran par plusieurs doigts traduit les pages web/affiche le texte original",toggleTranslationMaskWhenThreeFingersOnTheScreen:"Le toucher \xE0 plusieurs doigts permet d'afficher/masquer l'effet de flou.",fingerCountToToggleTranslagePageOnlyTranslationWhenTouching:"Plusieurs doigts touchant l'\xE9cran en m\xEAme temps traduisent la page web (traduction uniquement)/affichent le texte original.",addUrlDescription:"Peut \xEAtre un nom de domaine et prend \xE9galement en charge les caract\xE8res g\xE9n\xE9riques, par exemple\uFF1A*.google.com, google.com/mail/*, https://www.google.com/*.",general:"Param\xE8tres de base",clickToExpandConfig:"\xC9tendre la configuration actuelle",import:"Importation d'un fichier",export:"Exporter vers un fichier",toggleDebug:"Imprimer le journal de d\xE9bogage sur la console","fingers.0":"coagulation","fingers.2":"touche \xE0 deux doigts","fingers.3":"touche \xE0 trois doigts","fingers.4":"touche \xE0 quatre doigts","fingers.5":"touche \xE0 cinq doigts",mouseHoldKey:"+ {key} traduire/restaurer le paragraphe",mouseHoldKeyAuto:"Traduction directe du paragraphe",mouseHoldKeyOff:"Ne faites rien.",mouseHoldKeyOther:"Raccourcis personnalis\xE9s (ouvrir les param\xE8tres)",mouseHoldKeyCustomKey:"{key} Traduction/r\xE9duction du paragraphe",mouseHoverHoldKey:"Traduire des paragraphes en appuyant sur la touche de raccourci tout en survolant la souris.","mouse-translate":"survol de la souris",document:"fichier (informatique)",resetSuccess:"R\xE9initialisation de tous les param\xE8tres r\xE9ussie",resetThisSuccess:"R\xE9initialisation r\xE9ussie",saved:"Sauvegarder le succ\xE8s",successImportConfig:"Importation r\xE9ussie de la configuration",goAdvancedSettings:"Acc\xE9der \xE0 la page des param\xE8tres avanc\xE9s",goAdvancedInterfaceSettings:"Acc\xE9der \xE0 la page Param\xE8tres de personnalisation avanc\xE9s",advanced:"Param\xE8tres avanc\xE9s",advancedDescription:"En g\xE9n\xE9ral, aucun r\xE9glage n'est n\xE9cessaire, il suffit de laisser la valeur par d\xE9faut. Pour les utilisateurs plus sp\xE9cialis\xE9s uniquement, des param\xE8tres plus personnalis\xE9s sont disponibles.",developer:"Param\xE8tres du d\xE9veloppeur",donateCafe:"prix","translate to the bottom of the page":"La traduction se fait-elle vers le bas de la page imm\xE9diatement apr\xE8s l'entr\xE9e dans la page ?",feedback:"Question Feedback",toggleTranslatePage:"Traduire la page/afficher le texte original",translateToThePageEndImmediatelyDescription:"Si vous l'activez, le contenu sera imm\xE9diatement traduit du haut vers le bas de la page au fur et \xE0 mesure que vous y acc\xE9dez. Si vous la d\xE9sactivez, la traduction se fait au fur et \xE0 mesure de la lecture. (Non recommand\xE9)","translate all areas of the page":"Traduire ou non toutes les zones de la page",translationAreaDescription:"Si cette option est activ\xE9e, toutes les zones de la page web sont traduites. Si l'option est d\xE9sactiv\xE9e, la reconnaissance intelligente par d\xE9faut est utilis\xE9e et seules les parties principales sont traduites. (Il n'est pas recommand\xE9 de l'activer)","the number of characters to be translated first":"Traduire directement les premiers caract\xE8res de la page sans attendre le d\xE9filement de la zone de visualisation","interface language":"langue de l'interface","display both the original text and the translation":"Affichage simultan\xE9 de l'original et de la traduction","keyboard shortcuts":"Raccourcis clavier",modify:"Modifier les touches de raccourci",reset:"reprovision",close:"coagulation",homepage:"page d'accueil",more:"plus",moreOptions:"\xC9largir les options de personnalisation",translateTheWholePage:"Traduire toutes les zones de la page (au lieu de reconna\xEEtre intelligemment les zones principales)",changeToTranslateTheWholePage:"Passer \xE0 la traduction de toutes les r\xE9gions",changeToTranslateTheMainPage:"Passer \xE0 la zone principale de traduction",changeToOnlyTranslationMode:"Afficher uniquement les traductions",changeToDualTranslationMode:"Passer \xE0 la traduction bilingue",translateToThePageEndImmediately:"Traduction imm\xE9diate en bas de page",translateTheMainPage:"R\xE9gions cl\xE9s de la traduction intelligente","The local rules are up to date":"Les r\xE8gles d'adaptation locales sont \xE0 jour.","Successfully synchronized with the latest official rules:":"Synchronisation r\xE9ussie avec les derni\xE8res r\xE8gles d'adaptation officielles.","Checking for updates":"V\xE9rification des mises \xE0 jour","Rules are being synchronized":"Synchronisation des r\xE8gles d'adaptation",localVersionIsTooOld:"La version de l'extension locale est trop ancienne, veuillez mettre \xE0 jour l'extension vers {minVersion} ou une version plus r\xE9cente avant d'essayer de synchroniser.",badUserscriptBrowser:"Le navigateur actuel n'impl\xE9mente pas correctement l'interface de l'extension Grease Monkey (par exemple, pour obtenir des informations sur le num\xE9ro de version du script Grease Monkey lui-m\xEAme), veuillez utiliser d'autres navigateurs qui <1>prennent en charge l'extension Grease Monkey, tels que Firefox.",foundNewVersion:"D\xE9couvrez la nouvelle version",theLocalExtensionIsUpToUpdate:"L'extension actuelle est \xE0 jour.",failToSyncRules:"Absence de synchronisation des derni\xE8res r\xE8gles d'adaptation",retry:"Cliquez ici pour r\xE9essayer",failedReason:"Raisons de l'\xE9chec",currentRuleVersion:"Version actuelle de la r\xE8gle",calculating:"Calculs",unknownError:"erreur inconnue",canNotFetchRemoteRule:"Impossible d'obtenir des r\xE8gles \xE0 distance",enableAlphaSuccess:"Alpha activ\xE9",disableAlphaSuccess:"La fonction Alpha a \xE9t\xE9 d\xE9sactiv\xE9e",cacheSize:"Taille du cache\uFF1A",cleaning:"en cours de liquidation",cleanCache:"effacer le cache",options:"mettre en place",about:"en ce qui concerne",service:"service d'interpr\xE9tation",needAction:"(Acc\xE9der aux param\xE8tres)",goSettings:"aller de l'avant et mettre en place",needActionForOptions:"(\xE0 mettre en place)",translationEngine:"Options du moteur",sourceLanguage:"Langue originale",target:"langue cible",popupSourceLanguage:"Langue originale",popupTarget:"langue cible",popupService:"service d'interpr\xE9tation",forThisSite:"Site web actuel",autoEnableSubtitle:"Ouverture automatique des sous-titres bilingues",alwaysTranslate:"Traduisez toujours",neverTranslate:"Ne jamais traduire",alwaysTranslateSomeLanguage:"Traduisez toujours {language}",neverTranslateSomeLanguage:"Ne jamais traduire {language}",alwaysTranslateSomeSite:"Traduisez toujours {hostname}",neverTranslateSomeSite:"Ne jamais traduire {hostname}",alwaysTranslateSomeSiteOrWildSite:"Toujours traduire le site",alwaysTranslateSomePage:"Toujours traduire la page",add:"augmenter",default:"par d\xE9faut (r\xE9glage)",forThisLanguage:"Pour cette langue\uFF1A","add url":"Saisir l'URL",edit:"compilateur","translate other languages into specific language":"Traduire d'autres langues dans la langue choisie","select translation service":"S\xE9lectionner un service de traduction",language:"multilinguisme","show-original":"Afficher le texte original",translate:"l'\xE9quarrissage",Translated:"traduit",Translating:"en traduction",Error:"incorrect",allowCacheTranslations:"Activer la mise en cache de la traduction locale (pour r\xE9duire les demandes de traduction pour les passages dupliqu\xE9s)","translation display":"Style d'affichage de la traduction","select diplay style":"Distinguer les styles de traduction, en se r\xE9f\xE9rant sp\xE9cifiquement aux exemples suivants",interface:"Param\xE8tres de l'interface",import_export:"Importation/Exportation",import_export_title:"Configuration de l'importation/exportation",syncToGoogleDrive:"Synchroniser avec Google Drive maintenant",floatBallOptions:"Param\xE8tres de l'hoverball","floatBallOptions.enable":"Activer le Hoverball","floatBallOptions.blockUrls":"D\xE9sactiver le site web","floatBallOptions.add":"augmenter","floatBallOptions.blockUrlDesc":"Les hoverballs ne sont pas affich\xE9s lorsque les sites web suivants sont rencontr\xE9s","floatBallOptions.clickType":"le comportement de clic","floatBallOptions.clickTypeDesc":"Comportement de l'ic\xF4ne Hoverball lorsqu'elle est cliqu\xE9e","floatBallOptions.clickPopup":"Afficher le panneau de traduction","floatBallOptions.clickTranslate":"Traduction/affichage du texte original","floatBallOptions.fixedPosition":"\u56FA\u5B9A\u4F4D\u7F6E","floatBallOptions.fixedPositionDesc":"\u60AC\u6D6E\u7403\u5728\u7A97\u53E3\u5DE6\u4FA7\u8FD8\u662F\u53F3\u4FA7","floatBallOptions.fixedPositionLeft":"\u5DE6\u4FA7","floatBallOptions.fixedPositionRight":"\u53F3\u4FA7",previewAllThemes:"Aper\xE7u de tous les styles","translationTheme.none":"ne pas avoir","translationTheme.grey":"gris fonc\xE9","translationTheme.dashed":"soulign\xE9 en pointill\xE9","translationTheme.dotted":"trait de soulignement en pointill\xE9","translationTheme.dashedBorder":"bordure en pointill\xE9s","translationTheme.solidBorder":"bordure solide","translationTheme.underline":"Souligner les lignes droites","translationTheme.mask":"Effets flous (modes d'apprentissage)","translationTheme.opacity":"effet de transparence","translationTheme.paper":"Effet d'ombre du papier blanc","translationTheme.dividingLine":"ligne de d\xE9marcation","translationTheme.highlight":"haute luminosit\xE9","translationTheme.marker":"marqueur (mot emprunt\xE9)","translationTheme.marker2":"Marqueur 2","translationTheme.blockquote":"Styles de r\xE9f\xE9rencement","translationTheme.weakening":"affaiblissement","translationTheme.italic":"caract\xE8re oblique","translationTheme.bold":"\xE9paissir","translationTheme.thinDashed":"ligne pointill\xE9e fine soulign\xE9e","translationTheme.nativeDashed":"Le syst\xE8me est soulign\xE9 en pointill\xE9","translationTheme.nativeDotted":"Le syst\xE8me est soulign\xE9 en pointill\xE9s","translationTheme.nativeUnderline":"Le syst\xE8me est assorti d'une ligne de d\xE9marcation droite","translationTheme.wavy":"ligne ondul\xE9e","translationServices.custom":"API personnalis\xE9e","translationServices.tencent":"Tencent Translator","translationServices.tenAlpha":"Tencent Translator (Alpha)","translationServices.google":"Google Translate","translationServices.bai":"Baidu (Alpha)","translationServices.baidu":"Traduction de Baidu","translationServices.aliyun":"AliCloud Traduction","translationServices.volc":"traduction du volcan","translationServices.deeplx":"DeepLX (Beta)","translationServices.bing":"Microsoft Translate","translationServices.deepl":"DeepL","translationServices.wechat":"Traduction WeChat","translationServices.azure":"Azure Translation","translationServices.ibm":"IBM Watson","translationServices.aws":"Traduction sur Amazon","translationServices.mock":"Traduction simul\xE9e","translationServices.mock2":"Traduction simul\xE9e 2","translationServices.caiyun":"lit. nuages color\xE9s et petites traductions","translationServices.cai":"Nuages color\xE9s (Alpha)","translationServices.volcAlpha":"Volcan (Alpha)","translationServices.openl":"OpenL","translationServices.youdao":"Traduction sur Youtube","translationServices.you":"Traducteur Youdao (Alpha)","translationServices.transmart":"Traduction interactive de Tencent","translationServices.niu":"Traducteur franc-tireur","translationServices.papago":"Traduction Papago","translationServices.d":"D (Alpha)","translationServices.dpro":"D Pro (Canari)","translationServices.openai":"OpenAI","translationServices.yandex":"Yandex","translationServices.chatgpt":"ChatGPT Web(3.5 mobile)","translate title":"Traduire les titres des pages","always languages":"Toujours traduire la langue",neverTranslateLanguagesLabel:"La langue qui ne sera jamais traduite",neverTranslateTheFollowingLanguagesDescription:"Les traductions sont ignor\xE9es lorsqu'un paragraphe de la page est r\xE9dig\xE9 dans l'une des langues suivantes",enableUserscriptPagePopup:"Afficher le hoverball sur la page",enableUserscriptPagePopupDescription:"Apr\xE8s avoir d\xE9sactiv\xE9 le hoverball, vous pouvez le rappeler \xE0 l'aide du raccourci /{touch}. Il est fortement recommand\xE9 de marquer cette page de param\xE8tres d'un signet afin d'\xE9viter de ne pas pouvoir retrouver le hoverball apr\xE8s avoir d\xE9sactiv\xE9 cette option par inadvertance !","always translate the following languages":"Traduit automatiquement dans la langue cible lorsque la page est dans l'une des langues suivantes","always sites":"Des sites web toujours traduits","always translate the following sites":"Les sites web sont automatiquement traduits dans la langue cible lorsqu'il s'agit de noms de domaine de","never sites":"Site web jamais traduit","never translate the following sites":"Les traductions ne seront pas effectu\xE9es si le site est destin\xE9 aux domaines suivants","please refer to":"Vous devez remplir la cl\xE9 avant de pouvoir l'utiliser.",KeyAndConfigurationTutorial:"Tutoriel d'application et de configuration des cl\xE9s",useAboveStyleForTheseSites:"Utilisez toujours le style de traduction \u2308{theme}\u230B lorsque le site est destin\xE9 aux domaines suivants",currentUrl:"URL actuel",confirm:"enregistrer (un fichier, etc.) (informatique)",cancel:"annulations",delete:"l'enl\xE8vement","languages.auto":"d\xE9tection automatique",syncToCloud:"Synchronisation avec Google Drive",syncToCloudDescription:"T\xE9l\xE9charg\xE9e dans le nuage, la configuration peut \xEAtre synchronis\xE9e entre diff\xE9rents navigateurs/scripts de singe de graisse, en fonction de la derni\xE8re modification.",syncToAccount:"Synchronisation avec l'Immersive Translation Cloud",syncToAccountButton:"Synchronisation instantan\xE9e avec le nuage",syncToAccountDescription:"Synchroniser automatiquement les configurations entre diff\xE9rents appareils, en fonction de la derni\xE8re modification.",successSyncConfigInAccount:"Synchronisation r\xE9ussie avec le nuage",successSyncConfigToAccount:"Synchronisation r\xE9ussie vers le nuage",syncConfigNoUpdate:"Il est d\xE9j\xE0 \xE0 jour.",authFail:"\xC9chec de l'autorisation",syncTitle:"Gestion manuelle des sauvegardes",import_hint:"importation (donn\xE9es)",upload:"t\xE9l\xE9charger",revokeAuth:"r\xE9voquer une autorisation",uploadFail:"\xC9chec du t\xE9l\xE9chargement",download:"t\xE9l\xE9chargement",importSuccess:"Importation r\xE9ussie",importFail:"\xE9chec de l'importation",deleteFail:"\xC9chec de la suppression",backupToCloud:"Gestion manuelle des fichiers de sauvegarde",create_new_backup:"Ajouter un nouveau n\u0153ud de sauvegarde",maxBackupFiles:"Jusqu'\xE0{count}n\u0153uds diff\xE9rents peuvent \xEAtre sauvegard\xE9s, veuillez supprimer les n\u0153uds dont vous n'avez pas besoin.",backupToCloudDescription:"T\xE9l\xE9charger ou restaurer manuellement les fichiers de sauvegarde, en autorisant jusqu'\xE0 trois sauvegardes diff\xE9rentes.",successSyncConfig:"Synchronisation r\xE9ussie avec le nuage",syncFail:"\xE9chec de la synchronisation",updatedAt:"Mise \xE0 jour de {date}",lastSyncedAt:"Derni\xE8re v\xE9rification \xE0 l'adresse {date}",downloadFail:"\xC9chec du t\xE9l\xE9chargement",clickToDownload:"Cliquer pour t\xE9l\xE9charger",aboutLabel:"\xC0 propos - Feedback","browser.openAboutPage":"\xC0 propos/commentaires",aboutLabelWithoutSponsor:"\xC0 propos - Feedback",aboutIntro:"Puissions-nous tous avoir un acc\xE8s plus facile et plus agr\xE9able \xE0 l'\xE9norme quantit\xE9 d'informations en langues \xE9trang\xE8res sur Internet \u2764\uFE0F Vous pouvez choisir d'activer votre <6>adh\xE9sion Pro pour utiliser les traductions pr\xEAtes \xE0 l'emploi de DeepL et OpenAI.

Vous pouvez nous suivre sur <3>Twitter, <4>Telegram, Weibo, WeChat, ou vous <5>inscrire \xE0 notre liste de <5>diffusion ci-dessous pour suivre les mises \xE0 jour.
Les <7>membres Pro peuvent nous contacter \xE0 l'adresse <8>support@immersivetranslate.com pour un service client\xE8le rapide.",aboutIntroWithoutSponsor:"Puissions-nous tous avoir un acc\xE8s plus facile et plus agr\xE9able \xE0 l'\xE9norme quantit\xE9 d'informations en langues \xE9trang\xE8res disponibles sur Internet \u2764\uFE0F

Vous pouvez nous suivre sur <3>Twitter, <4>Telegram channel, WeChat, WeChat Exchange, ou vous <5>abonner aux mises \xE0 jour par <5>courriel ci-dessous.",projectHomepage:"Accueil du projet",joinTelegramGroup:"Rejoignez le groupe d'utilisateurs pour participer aux discussions sur les fonctionnalit\xE9s",wechatPublicAccount:"WeChat Public",wechatCommunities:"Groupe d'\xE9change WeChat",qqCommunities:"Canal de communication QQ",joinTelegramChannel:"Suivez le canal Telegram pour les derni\xE8res mises \xE0 jour",feedbackAndJoin:"Question Feedback / Ajouter un groupe",autoSync:"synchronisation automatique de l'heure",loadingThemeTitle:"Style de chargement",loadingThemeDescription:"D\xE9finition du style lors de l'attente du chargement de la traduction","loadingTheme.spinner":"Animation de la rotation","loadingTheme.text":"texte statique qqch. ","loadingTheme.none":"non illustr\xE9",developerDescription:"La documentation sur la personnalisation avanc\xE9e est disponible <1>ici","edit border color":"Modifier la couleur de la bordure",successSyncButNoChange:"La configuration actuelle est compatible avec le nuage",customTheme:"Couleurs et tailles personnalis\xE9es","customThemeLabel.borderColor":"Couleur de la bordure","customThemeLabel.borderRadius":"Bords arrondis","customThemeLabel.textColor":"couleur du texte","customThemeLabel.backgroundColor":"couleur de fond","customThemeLabel.zoom":"Mise \xE0 l'\xE9chelle des polices (%)","customThemeLabel.opacity":"Opacit\xE9 du texte (%)",resetToDefaultColor:"R\xE9tablir les couleurs par d\xE9faut",resetToDefaultSettings:"R\xE9tablir les param\xE8tres par d\xE9faut",isTranslateTitle:"Permettre la traduction des titres de pages",isTranslateTitleDescription:"Lorsque cette option est activ\xE9e, le titre de la page est traduit.",enableSearchEnhancement:"Permettre l'enrichissement des messages bilingues",enableSearchEnhancementDescription:`Une fois l'option activ\xE9e, les r\xE9sultats de recherche de "Google News" seront automatiquement affich\xE9s dans la colonne de droite des sites web pris en charge (Google News, Google Search (certains mots-cl\xE9s), Snowball, Oriental Fortune, Futura, Tiger Community) pour les mots-cl\xE9s anglais correspondants.`,verifyService:"Cliquez ici pour tester le service",verified:"V\xE9rifier le succ\xE8s","field.langs":"Codes des langues prises en charge","field.model":"mod\xE9lisation","field.translationEngine":"moteur de traduction","field.limitPerMinute":"Nombre maximum de demandes par minute","field.limitPerSecond":"Demandes maximales par seconde","field.maxTextLengthPerRequest":"Longueur maximale du texte par demande","field.maxTextGroupLengthPerRequest":"Nombre maximum de paragraphes par demande","field.apiUrl":"Adresse de l'interface API personnalis\xE9e","field.placeholderDelimiters":"espace r\xE9serv\xE9","description.custom":"Acc\xE8s \xE0 l'interface personnalis\xE9e Documentation requise","description.limitPerMinute":"Les demandes d\xE9passant cette limite sont plac\xE9es dans une file d'attente jusqu'au d\xE9but de la minute suivante. En raison des diverses limitations du service actuel d'OpenAI, veuillez cliquer <1>ici pour obtenir les derni\xE8res valeurs sugg\xE9r\xE9es.","description.limitPerSecond":"Les demandes d\xE9passant cette limite sont plac\xE9es dans une file d'attente jusqu'au d\xE9but de la seconde suivante. En raison des diverses limitations du service actuel d'OpenAI, veuillez cliquer <1>ici pour obtenir les derni\xE8res valeurs sugg\xE9r\xE9es.","description.generalLimitPerSecond":"Les demandes d\xE9passant cette limite sont plac\xE9es dans une file d'attente jusqu'au d\xE9but de la seconde suivante.","description.prompt":"Envoyer la conversation \xE0 {service} en tant qu'utilisateur, o\xF9 {{text}} repr\xE9sente le contenu du texte du paragraphe, {{from}} repr\xE9sente la langue du paragraphe et {{to}} repr\xE9sente la langue cible.","description.maxTextLengthPerRequest":"Le nombre maximum de caract\xE8res par requ\xEAte est trop important pour que l'interface r\xE9ponde lentement, essayez donc d'ajuster cette option pour optimiser la vitesse.","description.systemPrompt":"Un dialogue envoy\xE9 \xE0 l'OpenAI en tant que syst\xE8me, o\xF9 {{text}} indique le contenu textuel du paragraphe,{{from}} indique la langue du paragraphe et{{to}} indique la langue cible.","field.domain":"royaume","description.domain":"La valeur par d\xE9faut est\uFF1Ageneral. Elle ne peut \xEAtre d\xE9finie que si la traduction par domaine est activ\xE9e dans la console Arima API, voir <1>ici pour les domaines pris en charge.","field.scene":"prendre","description.scene":"La valeur par d\xE9faut est\uFF1Ageneral. Elle ne peut \xEAtre d\xE9finie que si la console AliCloud API ouvre Machine Translation Pro, voir <1>ici pour les sc\xE9narios pris en charge.","field.vocabId":"ID du dictionnaire de l'utilisateur","description.vocabId":"Le dictionnaire out_id sp\xE9cifi\xE9 prend actuellement en charge la traduction de l'anglais vers le chinois.","description.model":"Mod\xE8les OpenAI, peuvent \xEAtre gpt-3.5-turbo, gpt-4, etc.","description.maxTextGroupLengthPerRequest":"Le nombre de paragraphes envoy\xE9s au service de traduction \xE0 la fois. S'il y a trop de paragraphes, l'interface peut r\xE9pondre plus lentement.","description.apiUrl":"Veuillez ajouter des URL sp\xE9cifiques avec des chemins d'acc\xE8s et une <1>description plus d\xE9taill\xE9e.",enabledExtension:"Activation des extensions",clickToDisableExtension:"Cliquez pour d\xE9sactiver les extensions",clickToEnableExtension:"Cliquez pour activer les extensions",hasBeenDisabled:"handicap\xE9","show password":"Afficher le mot de passe",customContent:"Saisir un nom de mod\xE8le personnalis\xE9",inputOptions:"Am\xE9lioration de la bo\xEEte de saisie",mouseHoverOptions:"survol de la souris",modifyMouseHoverKey:"Modifier le raccourci au survol de la souris",enableInputTranslation:"Activation ou non de l'am\xE9lioration des bo\xEEtes de saisie",enableInputTranslationDescription:"Une fois la fonction activ\xE9e, tapez {startingKey}{startingKey} hello directement dans le champ de saisie, puis tapez rapidement{inputTrailingTriggerKeyRepeatTimes}puis{trailingKey}pour traduire en {inputTargetLanguage}.",enableInputTranslationDescriptionForNoneKey:"Une fois la fonction activ\xE9e, tapez\uFF1AHello World directement dans le champ de saisie, puis appuyez rapidement sur{inputTrailingTriggerKeyRepeatTimes}{trailingKey}fois pour traduire dans la langue cible par d\xE9faut.",inputTargetLanguage:"D\xE9finition de la langue cible par d\xE9faut pour les bo\xEEtes de saisie",inputTargetLanguageDescription:"Langue cible par d\xE9faut pour la traduction de la bo\xEEte de saisie, c'est-\xE0-dire {startingKey}{startingKey} comme langue par d\xE9faut pour les mots d\xE9clencheurs.",inputTargetLanguageDescriptionForNoneKey:"Langue cible par d\xE9faut pour la traduction de la bo\xEEte de saisie",inputStartingTriggerKeyTitle:"D\xE9finition du caract\xE8re de s\xE9paration pour la traduction partielle de la zone de saisie",inputStartingTriggerKeyDescription:"Lorsque vous n'avez pas besoin de traduire l'int\xE9gralit\xE9 du champ de saisie, le s\xE9parateur vous permet de ne traduire que la partie allant de {startingKey}{startingKey} \xE0 la fin du champ de saisie, ou vous pouvez sp\xE9cifier le code de la langue, par exemple\uFF1A{startingKey}ja signifie ne traduire que la partie allant de {startingKey}ja \xE0 la fin du champ de saisie.",inputStartingTriggerKeyDescriptionForNoneKey:"Le param\xE8tre actuel d'absence de pr\xE9fixe n'est pas n\xE9cessaire et la fonction de traduction de certains textes dans la bo\xEEte de saisie n'est pas disponible pour le moment.",inputTrailingTriggerKeyTitle:"S\xE9lectionner un caract\xE8re d\xE9clencheur de fin d'entr\xE9e",inputTrailingTriggerKeyDescription:"3 coups rapides{trailingKey} commencera \xE0 traduire !",inputTrailingTriggerKeyTimeout:"Entrez le temps entre les d\xE9clenchements de fin de combat",inputTrailingTriggerKeyTimeoutDescription:"D\xE9finit le temps (en millisecondes) entre les d\xE9clenchements combo de fin d'entr\xE9e.",spaceKey:"<\u7A7A\u683C\u952E>",noneKey:"Traduction directe de l'ensemble de la zone de texte sans pr\xE9fixe",inputTranslationBlockUrlsTitle:"N'activez pas l'am\xE9lioration des bo\xEEtes de saisie dans les URL suivantes",inputTranslationBlockUrlsDescription:"Les am\xE9liorations apport\xE9es aux bo\xEEtes de saisie ne fonctionneront pas aux URL suivants",clickToSeeQuickDemo:"Cliquez pour agrandir la vid\xE9o du tutoriel de 30 secondes",inputHelperInfo:"Description\uFF1ANous avons optimis\xE9 le fait que certains caract\xE8res d\xE9clencheurs se transforment en signes de ponctuation chinois sous les m\xE9thodes d'entr\xE9e chinoises, par exemple, / se transforme en signe dun , sous la m\xE9thode d'entr\xE9e Sogou, et Immersive Translator prend en charge tous les symboles chinois correspondant aux caract\xE8res d\xE9clencheurs, c.-\xE0-d. //,,, seront reconnus comme des caract\xE8res d\xE9clencheurs.

Nous prenons \xE9galement en charge les alias chinois pour les codes de langue en tant que commandes, par exemple /Japanese Hello World sera traduit en japonais, <1>cliquez ici pour voir tous les codes de langue pris en charge.",reloadCurrentPage:"Veuillez rafra\xEEchir la page actuelle avant de commencer la traduction.",noLocalFilePermissionForPDF:"Vous n'avez pas l'autorisation de lire les fichiers locaux, veuillez cliquer sur le bouton ci-dessus et importer les fichiers locaux.",noPermissionForThisPage:"\u26A0\uFE0F Pas d'autorisation de traduire la page actuelle",retryAllParagraphs:"R\xE9essayer tous les passages d'erreur",retryAllButton:"R\xE9essayer tous les passages d'erreur",errorTooltipTitle:"Cliquez pour voir la cause de l'erreur",errorModalTitle:"Il semble qu'il y ait un probl\xE8me avec le service de traduction ou le r\xE9seau...",disableConfirm:"Cadre d'am\xE9lioration de l'information bilingue",disableOnce:"Cette invalidit\xE9",disableGlobal:"d\xE9sactiver de fa\xE7on permanente",disableTint:"* Vous pouvez le r\xE9activer \xE0 l'adresse {option} .",searchEnhancementNotes:"Apr\xE8s avoir activ\xE9 la fonction d'am\xE9lioration de l'information bilingue de la traduction immersive, nous rechercherons automatiquement pour vous les m\xEAmes mots-cl\xE9s en anglais sur les sites web pris en charge (Google News, Google Search (certains mots-cl\xE9s), Snowball, Oriental Wealth, Futura, Tiger) et les afficherons sur le c\xF4t\xE9 droit. Vous pouvez choisir de d\xE9sactiver cette fonction si vous n'en avez pas besoin.",option:"mettre en place",saveSettings:"Sauvegarder les param\xE8tres",closeModal:"Fermer la fen\xEAtre",enableInputTranslationWithoutTriggerKeyTitle:"Activer 3 quick hits sur{trailingKey}pour traduire directement l'ensemble de la bo\xEEte de saisie en{inputTargetLanguage}",enableInputTranslationWithoutTriggerKeyDescription:"Pour sp\xE9cifier la langue cible, pr\xE9fixez-la avec le code de la langue, par exemple\uFF1Aja Hello World",mouseHoverShortcutPlaceholder:"par exemple :\uFF1AShift",deepLProName:"Immersive Translation Membre Pro (Recommand\xE9)",deepLProDescription:"Le paquet actuel peut \xEAtre utilis\xE9 directement",deeplProDescriptionForNormal:"Aucune installation n'est requise, les membres peuvent l'utiliser apr\xE8s s'\xEAtre connect\xE9s, <1>cliquez ici pour passer au statut de membre",deepLCustomDescription:"Carte de cr\xE9dit \xE9trang\xE8re requise, ouverture officielle sur <1>DeepL, cliquez pour la <2>documentation",deepLCustomName:"Cl\xE9 d'authentification personnalis\xE9e",chooseProviderLabel:"S\xE9lectionner un prestataire de services",openaiProName:"Immersive Translation Membre Pro (Recommand\xE9)",openaiProDescription:"Le paquet actuel peut \xEAtre utilis\xE9 directement",openaiProDescriptionForNormal:"Aucune installation n'est requise, les membres peuvent l'utiliser apr\xE8s s'\xEAtre connect\xE9s, <1>cliquez ici pour passer au statut de membre",openaiCustomDescription:"Disponible sur OpenAI, Azure OpenAI, ou d'autres services tiers, <1>cliquez ici pour la documentation.",openaiCustomName:"Cl\xE9 API personnalis\xE9e",needLoginAction:"(Adh\xE9sion ouverte ou personnalisation)",goLoginOrAction:"(Ouvrir une adh\xE9sion ou aller dans les param\xE8tres)",yearly:"effectuer un paiement annuel cons\xE9cutif",quarterly:"l'emballage s\xE9quentiel",monthly:"abonnement mensuel",yearlyForOnce:"Forfait annuel unique",monthlyForOnce:"Forfait mensuel unique",daily:"jours cons\xE9cutifs de paquet",year:"effectuer un paiement annuel cons\xE9cutif",quarter:"l'emballage s\xE9quentiel",month:"abonnement mensuel",day:"jours cons\xE9cutifs de paquet",onetime_7day:"Pack exp\xE9rience 7 jours",currentPlanDescriptionForFree:"Paquets actuels\uFF1AGratuit",currentPlanDescriptionForContinuous:"L'offre actuelle\uFF1A{plan}sera automatiquement renouvel\xE9e sur {endAt}",currentPlanDescriptionForAutoRenewCaceling:"L'offre actuelle\uFF1A{plan}expirera \xE0 la date {endAt} et ne sera pas renouvel\xE9e automatiquement \xE0 cette date.",currentYearlyPlanDescriptionForAutoRenewCacelingWithRealPaiedUser:"L'offre actuelle,\uFF1A{plan}, expirera le {endAt} et ne sera pas renouvel\xE9e automatiquement \xE0 l'expiration.
<1>Cliquez ici pour g\xE9rer votre plan de renouvellement",currentYearlyPlanDescriptionForAutoRenewCacelingWithAdmin:"L'offre actuelle,\uFF1A{plan}, expirera \xE0 {endAt} et ne sera pas renouvel\xE9e automatiquement \xE0 l'\xE9ch\xE9ance.
<1>Cliquez ici pour activer l'abonnement annuel continu",currentPlanDescriptionForOneTime:"L'abonnement actuel\uFF1A{plan}expirera sur {endAt} , <1>cliquez ici pour passer \xE0 un abonnement <1>annuel ou <2>mensuel.",upgradePlan:"Cliquez ici pour passer \xE0 l'adh\xE9sion Pro",upgradeToPro:"Passer \xE0 l'adh\xE9sion Pro","popup.openPro":"Passez \xE0 l'adh\xE9sion Pro pour profiter de DeepL et de la traduction OpenAI, cliquez ici pour passer \xE0 l'adh\xE9sion Pro.","popup.openProForPro":"Vous \xEAtes un membre Pro avec un acc\xE8s direct \xE0 DeepL et aux traductions OpenAI !",currentAccount:"compte courant",enableAutoSyncUserSettings:"Permettre la synchronisation automatique du nuage sur plusieurs appareils",modalEnableInputTranslationTitle:"Traduction immersive Bo\xEEte de saisie Alertes de traduction",modalEnableInputTranslationDesc:"Vous venez de d\xE9clencher la traduction de la bo\xEEte de saisie d'Immersive Translation en appuyant sur la barre d'espacement 3 fois en succession rapide, et le contenu de la bo\xEEte de saisie sera traduit dans la langue cible par d\xE9faut. La traduction peut \xEAtre annul\xE9e avec Ctrl+Z.

Si c'est une erreur, ne vous inqui\xE9tez pas, vous pouvez choisir de la d\xE9sactiver cette fois-ci, ou de d\xE9sactiver d\xE9finitivement la traduction de la zone de saisie.",saveAndNotShowAgain:"Sauvegarder et arr\xEAter le message",disableInputTranslationTips:"* Vous pouvez \xE9galement d\xE9finir d'autres raccourcis pour qu'ils se d\xE9clenchent dans {option} ,{learnMore}.",learnMore:"Cliquez ici pour en savoir plus",continueEnalbeInputTranslation:"Continuer \xE0 activer la traduction des champs de saisie",autoRenewTrialSuffix:`(Dans la version d'essai,passe imm\xE9diatement \xE0 l'adh\xE9sion compl\xE8te)`,upgradeFromTrialTitle:"Passer au statut de membre \xE0 part enti\xE8re",subtitle:"sous-titrage vid\xE9o",youtubeService:"Traduction en immersion Sous-titrage vid\xE9o Services de traduction","subtitle.disabledSubtitle":"D\xE9sactiver d\xE9finitivement la fonction de sous-titres vid\xE9o","subtitle.disabledSubtitleDescription":"Si Immersive Translator's Video Subtitles entre en conflit avec d'autres extensions, vous pouvez choisir de d\xE9sactiver d\xE9finitivement la fonctionnalit\xE9 d'Immersive Translator's Video Subtitles ou de d\xE9sinstaller les autres extensions en conflit.","subtitle.autoEnableSubtitle":"Utilisation automatique de sous-titres bilingues","subtitle.autoEnableSubtitleDescription":"Une fois activ\xE9, des sous-titres bilingues s'afficheront automatiquement lorsque la vid\xE9o est en cours de lecture, sinon, il faut cliquer sur le bouton de traduction pour les afficher.","subtitle.preTranslation":"Traduire des sous-titres \xE0 l'aide de la traduction immersive","subtitle.preTranslationDescription":"Lorsque cette option est activ\xE9e, l'int\xE9gralit\xE9 des sous-titres sera pr\xE9-traduite \xE0 l'aide du service de traduction sp\xE9cifi\xE9 ci-dessous. Une vid\xE9o d'une heure consommera environ 50 000 tokens ou caract\xE8res, donc \xE0 utiliser \xE0 votre propre discr\xE9tion ; lorsqu'elle est d\xE9sactiv\xE9e, les sous-titres originaux seront utilis\xE9s en premier.","subtitle.humanSubtitlesPreferred":"Utilisation prioritaire du sous-titrage humain","subtitle.humanSubtitlesPreferredDescription":"Privil\xE9gier l'utilisation de sous-titres humains lorsque la vid\xE9o dispose de sous-titres humains dans la langue cible (recommand\xE9).",videoSubtitleTranslationDescription:"Confier les sous-titres vid\xE9o \xE0 un service de traduction distinct",subtitleTranslating:"Veuillez patienter pendant que les sous-titres sont traduits \xE0 l'aide du service {service} ... (traduction en immersion)",subtitleLoading:"Chargement des sous-titres...",bilingual:"bilinguisme","field.action":"Activation ou non de la terminologie Baidu","description.action":"Lorsqu'il est activ\xE9, un param\xE8tre action=1 est ajout\xE9 \xE0 la demande pour informer Baidu de l'activation du terme. <1>Veuillez vous r\xE9f\xE9rer \xE0 la documentation officielle pour plus d'informations.",closeQuickTranslation:"Fermer Hoverball","closeQuickTranslation.untilNext":"Cette fois-ci ferm\xE9 jusqu'\xE0 la prochaine visite","closeQuickTranslation.currentWebsite":"Site actuel d\xE9sactiv\xE9","closeQuickTranslation.alwaysClose":"d\xE9sactiver de fa\xE7on permanente","closeQuickTranslation.settingOpen":"(peut \xEAtre activ\xE9e dans la <1>page des param\xE8tres )","closeQuickTranslation.cancel":"annulations","closeQuickTranslation.confirm":"d\xE9finir","floatBall.popup":"Ouvrir le panneau des r\xE9glages rapides","floatBall.translate":"Cliquez pour traduire la page","floatBall.showOriginal":"Cliquez pour revenir \xE0 l'article original","floatBall.close":"Fermer Hoverball","floatBallOptions.enableDescPc":"Apr\xE8s avoir activ\xE9 le hoverball de la page, un bouton de traduction rapide sera affich\xE9 sur le c\xF4t\xE9 droit de la page, cliquez dessus pour traduire !","floatBallOptions.enableDesc":"Apr\xE8s avoir d\xE9sactiv\xE9 le hoverball, il peut \xEAtre rappel\xE9 \xE0 l'aide de{touch}. Il est fortement recommand\xE9 de marquer cette page de param\xE8tres d'un signet afin d'\xE9viter de ne pas pouvoir retrouver le hoverball apr\xE8s avoir d\xE9sactiv\xE9 cette option par inadvertance !","description.azureApiUrl":"Remplir l'adresse de l'interface API personnalis\xE9e",confirmSupportMouse:"Forcer l'activation de la prise en charge de la souris",confirmSupportMouseDescription:"Le navigateur actuel ne prend pas en charge la fonction de la souris. Est-il oblig\xE9 d'activer la prise en charge de la souris ?",sampleTargetText:"La longue nuit viendra, et je veillerai \xE0 partir de ce jour jusqu'\xE0 ma mort. Je ne prendrai pas de femme, je ne ferai pas de fief, je n'aurai pas d'enfant. Je ne porterai pas de couronne, je ne rechercherai pas les honneurs. Je ferai mon devoir, je vivrai et je mourrai.",sampleSourceText:"Night gathers, and now my watch begins. It shall not end until my death. I shall take no wife, hold no lands, father no children. I shall wear no crowns and win no glory. I shall live and die at my post.","subtitle.supportedSites":"\u5DF2\u652F\u6301\u5728\u8FD9\u4E9B\u7F51\u7AD9\u4F7F\u7528\u53CC\u8BED\u5B57\u5E55\uFF08\u6CE8\u610F\uFF1A\u7531\u4E8E\u6280\u672F\u9650\u5236\uFF0C\u90E8\u5206\u7F51\u7AD9\u5728\u9996\u6B21\u5F00\u542F\u5B57\u5E55\u540E\u9700\u8981\u91CD\u65B0\u5237\u65B0\u9875\u9762\uFF0C\u6216\u8005\u9700\u7B49\u5F85\u7FFB\u8BD1\u5B8C\u6210\u4EE5\u663E\u793A\u53CC\u8BED\u5B57\u5E55\uFF09\uFF1A",viewWithImmersiveTranslate:"\u53CC\u8BED\u7248\u672C(\u6C89\u6D78\u5F0F\u7FFB\u8BD1)",errorReason:"\u9519\u8BEF\u539F\u56E0\uFF1A{message}","proQuotaExceededError.onetime7day":'\uFF0C\u60A8\u53EF\u4EE5\u9009\u62E9\u4EE5\u4E0B\u65B9\u5F0F\u89E3\u51B3\uFF1A

1. \u5207\u6362\u5230 {anotherService} \u6216\u5176\u4ED6\u7FFB\u8BD1\u670D\u52A1
2. \u5347\u7EA7\u4E3A\u6708\u5EA6/\u5E74\u5EA6\u4F1A\u5458',"proQuotaExceededError.trial":'\uFF0C\u60A8\u53EF\u4EE5\u9009\u62E9\u4EE5\u4E0B\u65B9\u5F0F\u89E3\u51B3\uFF1A

1. \u5207\u6362\u5230 {anotherService} \u6216\u5176\u4ED6\u7FFB\u8BD1\u670D\u52A1
2. \u7ACB\u523B\u5347\u7EA7\u4E3A\u6B63\u5F0F\u4F1A\u5458',"proQuotaExceededError.nonTrial":'\uFF0C\u60A8\u53EF\u4EE5\u9009\u62E9\u4EE5\u4E0B\u65B9\u5F0F\u89E3\u51B3\uFF1A

1. \u5207\u6362\u5230 {anotherService} \u6216\u5176\u4ED6\u7FFB\u8BD1\u670D\u52A1
2. \u8D2D\u4E70 {translationService} \u989D\u5916\u6D41\u91CF\u5305',"proQuotaExceededError.resetTime":"
3. \u989D\u5EA6\u91CD\u7F6E\u65F6\u95F4\uFF1A{resetTime}","desc.touchShortcutsToggleTranslatePageOnlyTranslation":"Seulement la traduction signifie que seule la traduction est affich\xE9e, si la page n'a pas encore \xE9t\xE9 traduite, elle passera en mode et sera traduite.","desc.toggleOnlyTransation":"Le mode de traduction uniquement signifie que seules les traductions sont affich\xE9es, si la page Web n'a pas encore \xE9t\xE9 traduite, le mode sera chang\xE9 et traduit.",touchShortcutsToggleTranslatePageOnlyTranslation:"Configurer les gestes tactiles pour passer en mode bilingue / mode texte uniquement",download_started:"Le t\xE9l\xE9chargement a d\xE9j\xE0 commenc\xE9, si le t\xE9l\xE9chargement ne commence pas automatiquement, veuillez cliquer manuellement.",here:"ici","error.goReset":"R\xE9initialiser",translationFont:"D\xE9finir la police","error.serveConfigError":"Erreur de configuration du service",detectServiceLoading:"En train de v\xE9rifier les services de traduction disponibles...","translationModeUrl.translation.title":"L'adresse du site en mode traduction uniquement","translationServices.inherit":"Suivez le service de traduction principal","translationModeLang.translation.title":"Mode de langue uniquement en traduction","error.configError":"Les donn\xE9es de configuration sont anormales","translationFont.customPlaceholder":"police de caract\xE8res","touch.mouse-translate":"Traduire le paragraphe sp\xE9cifi\xE9",toggleToService:"Passez \xE0 {service} et r\xE9essayez","translationFont.custom":"Entrez une police personnalis\xE9e",batchEdit:"Op\xE9ration en masse","error.proUpgrade":"Apr\xE8s la mise \xE0 niveau, veuillez rafra\xEEchir la page et traduire \xE0 nouveau.","error.502":"Le service renvoie une erreur, le service est en retard, veuillez r\xE9essayer plus tard.","error.403":"Le service renvoie une erreur, vous n'avez pas temporairement le droit d'acc\xE9der \xE0 ce service.","error.googleLimitIp":"Le service renvoie une erreur, le service Google a limit\xE9 le d\xE9bit pour cette adresse IP, il est recommand\xE9 de changer de n\u0153ud r\xE9seau.",videoSubtitlePreTranslationOff:"Les sous-titres vid\xE9o utiliseront en priorit\xE9 les sous-titres automatiques fournis avec la vid\xE9o originale.","translationFont.notSupportErrorMessage":"Veuillez v\xE9rifier si le nom de la police que vous avez entr\xE9 est correct, ou confirmer que cette police est d\xE9j\xE0 install\xE9e sur votre appareil.","error.proTokenInvalid":"Si vous \xEAtes un utilisateur Pro, veuillez vous connecter avant d'utiliser le service de traduction Pro.",videoSubtitlePreTranslationOn:"Les sous-titres vid\xE9o utiliseront en priorit\xE9 la traduction immersive.","error.400":"Le service renvoie une erreur, la demande de param\xE8tre est incorrecte, veuillez v\xE9rifier la configuration correspondante.","error.429":"Le service renvoie une erreur, indiquant que la demande est trop fr\xE9quente ou d\xE9passe la limite de quota, veuillez r\xE9essayer plus tard.","translationModeUrl.translation.description":"Lorsque le site Web est pour les domaines suivants, il utilisera automatiquement le mode de traduction uniquement.",enableSentryReport:"Lorsqu'une erreur se produit lors de l'extension, utilisez Sentry pour soumettre des commentaires.","error.reloadPageOfSetting":"Apr\xE8s la configuration, veuillez rafra\xEEchir la page pour traduire \xE0 nouveau.","translationModeLang.translation.description":"Lorsque la langue de la page est l'une des langues suivantes, le mode de traduction uniquement sera automatiquement utilis\xE9.","error.gemini.429":"Le service Gemini actuel a atteint sa capacit\xE9 maximale, veuillez r\xE9essayer plus tard ou passer \xE0 un autre service de traduction.","desc.toggleVideoSubtitlePreTranslation":"Une fois appuy\xE9, les sous-titres bilingues de la vid\xE9o utiliseront en priorit\xE9 les param\xE8tres de traduction immersive, une nouvelle pression donnera la priorit\xE9 aux sous-titres de traduction automatique inclus dans la vid\xE9o originale. Attention : ce raccourci modifie les param\xE8tres globaux.","error.openAIExceededQuota":"Le service renvoie une erreur : le solde de votre compte OpenAI est insuffisant, veuillez recharger ou lier une carte de cr\xE9dit dans le back-office officiel d'OpenAI.","error.openAIFreeLimit":"Le service renvoie une erreur, la fr\xE9quence actuelle des demandes de traduction a atteint la limite maximale de 3 fois par minute, veuillez r\xE9essayer plus tard. (C'est une restriction officielle d'OpenAI sur la cl\xE9 API gratuite, pour lever cette restriction, veuillez lier une carte de cr\xE9dit dans le backend d'OpenAI.)","error.serveUnavailable":"Le service [{serverName}] que vous utilisez actuellement est temporairement inaccessible en raison de probl\xE8mes de connexion r\xE9seau ou de fournisseur de services. Nous vous sugg\xE9rons d'essayer de rafra\xEEchir la page ou de changer de service de traduction via <1>Param\xE8tres. Si vous \xEAtes un membre <2>Pro, vous pouvez choisir d'utiliser les services de traduction plus stables de DeepL ou OpenAI (<3>cliquez ici pour un essai gratuit). De plus, vous devrez peut-\xEAtre v\xE9rifier vos param\xE8tres de r\xE9seau ou de proxy.",loggedIn:"Connect\xE9","error.retry":"R\xE9essayer","floatBall.iKnow":"Je sais.",touchShortcutsOff:"Fermer","tagsInput.add":"+ Ajouter","translationServices.gemini":"G\xE9meaux",goLogin:"Allez vous connecter",shortcutSettings:"Raccourci",notLogin:"Non connect\xE9","multipleClick.4":"Quadruple frappe",alwaysTranslateThisSite:"Toujours traduire ce site","multipleClick.3":"Triple coup",neverTranslateThisSite:"Ne jamais traduire ce site","subtitle.bilingual":"Sous-titres bilingues","widget.instructionTooltip":"Consultez le mode d'emploi","shortcutGroup.shortcutsForTranslationServices":"Raccourcis li\xE9s au service de traduction",buildSnapshots:"G\xE9n\xE9rer un instantan\xE9 de la page web",shortcutSettingsTitle:"Param\xE9trage des raccourcis","subtitle.hideQuickButton":"Ne plus afficher ce raccourci",contact:"Contactez-nous","widget.videoSubtitleTooltip":"Prend en charge Youtube et autres sites vid\xE9o {count}+",notLoginPro:"Vous n'avez pas encore connect\xE9 \xE0 votre compte membre.","multipleClick.2":"Double-cliquez","widget.videoSubtitle":"sous-titres vid\xE9o",temprarilyChangeTranslationTo_gemini:"Utilisation de Gemini pour traduire la page actuelle.","error.subscriptionExpiredTitle":"L'adh\xE9sion a expir\xE9",pickAll:"Tout s\xE9lectionner","floatBall.guideClickToTranslate":"Cliquez sur la bulle de traduction immersive pour traduire rapidement",temprarilyChangeTranslationTo_google:"Utilisation en cours de Google Traduction pour cette page actuelle",temprarilyChangeTranslationTo_bing:"Utilisation en cours de Microsoft Traduction pour la page actuelle",mouseHoverCustomKeyTitle:"Personnaliser les raccourcis de survol de la souris","browser.translateWithDeepL":"Utilisation temporaire de DeepL pour traduire la page actuelle","widget.translateFile":"PDF/ePub",temprarilyChangeTranslationTo_openai:"Utilisation en cours d'OpenAI pour traduire la page actuelle","subtitle.autoDisableSubtitle":"Ne pas activer automatiquement les sous-titres bilingues","error.reason":"Raison de l'erreur",temprarilyChangeTranslationTo_deepl:"Utilisation de DeepL pour traduire la page actuelle.","widget.translateFileTooltip":"Traduire les documents PDF, EPUB, SRT, ASS, HTML et TXT",networkError:"Le service de traduction ou le r\xE9seau rencontre des probl\xE8mes.","floatBall.longPress":"Appuyez longuement pour ouvrir rapidement le panneau de configuration.",paragraphMinTextCountField:"Le nombre minimum de caract\xE8res requis pour traduire un paragraphe","browser.translateWithTransmart":"Utilisation temporaire de Tencent pour traduire la page actuelle","browser.translateWithOpenAI":"Utilisation temporaire d'OpenAI pour traduire la page actuelle",translationOnlyMode:"Mode de traduction uniquement","slide.right":"Glissez vers la gauche","shortcutGroup.main":"Raccourcis de fonctionnalit\xE9s couramment utilis\xE9s",temprarilyChangeTranslationTo_transmart:"Utilise actuellement la traduction de Tencent pour cette page.",touchShortcutsToggleTranslatePage:"D\xE9finir un geste tactile pour traduire la page web / afficher le texte original","slide.left":"Faites glisser vers la droite","shortcutGroup.touch":"Gestes sp\xE9cifiques pour \xE9cran tactile","intro.floatBallTitle":"Boule flottante de traduction rapide","neverTranslateText.title":"Ci-dessous, les mots restent en texte original, ne pas traduire.","browser.toggleMouseHoverTranslateDirectly":"Activer ou d\xE9sactiver temporairement la traduction directe au survol de la souris sur la page","browser.translateInputBox":"Traduire le contenu de la bo\xEEte de saisie actuelle","browser.translateWithGoogle":"Utilisation temporaire de Google Traduction pour la page actuelle","browser.translateWithBing":"Utilisation temporaire de Microsoft Traduction pour la page actuelle","widget.instruction":"Mode d'emploi","subtitle.showQuickButton":"Afficher les sous-titres bilingues dans le lecteur est un raccourci",touchShortcutsToggleTranslationMask:"Configurer l'affichage du geste tactile pour afficher le masque de traduction / afficher le texte original","error.subscriptionExpired":"Votre adh\xE9sion a peut-\xEAtre expir\xE9, veuillez v\xE9rifier votre statut de membre.","intro.hoverTitle":"Survolez avec la souris pour traduire le paragraphe actuel","browser.translateWithGemini":"Utilisez temporairement Gemini pour traduire la page actuelle",touchShortcutsToggleTranslateTouchElement:"Configurer la traduction de paragraphes sp\xE9cifiques par gestes tactiles","desc.touchShortcutsToggleTranslateTouchElement":"Personnalisez un geste et vous pourrez traduire n'importe quel paragraphe o\xF9 vous vous trouvez.","intro.subtitleTitle":"Affichage des sous-titres bilingues en vid\xE9o en ligne","desc.interfaceLanguage":"La configuration de la langue de l'interface affecte la langue d'affichage du panneau de contr\xF4le et n'a rien \xE0 voir avec la langue cible de la traduction.","browser.toggleVideoSubtitlePreTranslation":"Basculer vers les sous-titres bilingues en privil\xE9giant les param\xE8tres de traduction immersive","shortcutGroup.others":"Plus de raccourcis de fonctionnalit\xE9s personnalis\xE9es",confirmResetToDefaultSettings:"Confirmez-vous vouloir r\xE9tablir ce service de traduction comme param\xE8tre par d\xE9faut ? (Cela ne r\xE9initialise que les param\xE8tres de ce service de traduction)",shortcutDisableTooltip:"Veuillez configurer dans la page de gestion des raccourcis d'extension fournie par le navigateur, pour plus de directives, veuillez consulter les instructions en haut de cette page.","subtitle.showQuickButtonDescription":"Fournir un raccourci pour activer les sous-titres bilingues dans le coin inf\xE9rieur droit du lecteur vid\xE9o","shortcutGroup.mouse":"Configuration des raccourcis clavier pour le survol de la souris","desc.toggleTranslateTheMainPage":"Traduisez uniquement les zones principales de la page, une fois que vous avez activ\xE9 la traduction de toutes les zones de la page dans les param\xE8tres avanc\xE9s, vous pouvez utiliser ce raccourci pour traduire sp\xE9cifiquement les zones principales de la page.","description.baiduField":"Les domaines pris en charge sont vus <1>ici, si vide cela signifie qu'aucun domaine n'est sp\xE9cifi\xE9.",upgradeToProErrorTitle:"Veuillez passer \xE0 l'adh\xE9sion Pro pour utiliser ce service de traduction.",paragraphMinTextCountDesc:"Faites attention, ici on parle de la longueur des caract\xE8res, par exemple: hello compte 5 caract\xE8res, d\xE9finir une valeur plus grande peut r\xE9duire les traductions de petits paragraphes inutiles.",translationOnlyModeDescription:"Le mode de traduction uniquement signifie que seule la traduction est affich\xE9e, et non le mode bilingue par d\xE9faut. Notez que: en raison des limitations techniques, les hyperliens du texte original seront d\xE9sactiv\xE9s en mode de traduction uniquement.","desc.toggleTranslateTheWholePage":"Traduire toute la zone de la page, par d\xE9faut, nous traduirons la zone principale de la page, vous pouvez utiliser ce raccourci pour traduire sp\xE9cifiquement toute la zone de la page.","contact.description":"Si vous avez des questions ou des suggestions, n'h\xE9sitez pas \xE0 remplir le formulaire ci-dessous pour nous contacter, ou \xE0 envoyer un courriel \xE0 {email}, nous vous r\xE9pondrons d\xE8s que possible.",mouseHoverCustomKeyDescription:"Vous pouvez personnaliser un raccourci clavier pour le survol de la souris, par exemple : Alt+Z, Ctrl+E, Cmd+Alt+E ou directement Cmd, veuillez entrer manuellement.","desc.mouseHoverHoldKey":"Lorsque la souris survole un paragraphe et que vous appuyez simultan\xE9ment sur la touche de raccourci \xE0 droite, vous pouvez traduire directement ce paragraphe.","desc.touchShortcutsToggleTranslatePage":"Une fois configur\xE9, lors de l'utilisation d'un appareil mobile, vous pouvez toucher l'\xE9cran avec X doigts, glisser de gauche \xE0 droite ou cliquer continuellement pour d\xE9clencher la traduction de la page web / afficher le texte original.","desc.touchShortcutsToggleTranslationMask":"La traduction du masque fait r\xE9f\xE9rence \xE0 l'effet flou dans le style de la traduction (mode d'apprentissage), qui est activ\xE9 temporairement pour utiliser l'effet flou sur la traduction, facilitant l'apprentissage.","intro.floatBallDescription":"Une fois activ\xE9, un bouton de traduction rapide s'affichera sur le c\xF4t\xE9 droit de la page. Cliquez dessus pour traduire, cliquez \xE0 nouveau pour revenir au texte original. Sur mobile, maintenez le bouton flottant pour ouvrir le panneau de configuration rapide.","desc.toggleMouseHoverTranslateDirectly":"Apr\xE8s avoir appuy\xE9 sur ce raccourci, sur la page, d\xE8s que la souris pointe sur n'importe quel texte, ce texte sera automatiquement traduit. Appuyez \xE0 nouveau sur le raccourci pour d\xE9sactiver cette fonction de traduction automatique.","intro.hoverDescription":"La traduction au survol de la souris est une fonction tr\xE8s importante dans la traduction immersive. Il suffit de placer la souris sur le paragraphe et d'appuyer simultan\xE9ment sur la touche de raccourci d\xE9finie pour traduire automatiquement le paragraphe actuel (remarque : elle n'est pas activ\xE9e par d\xE9faut, veuillez la configurer ci-dessous). Cette interaction est utilis\xE9e pour mieux remplacer la traduction par s\xE9lection de mots. De plus, cette fonction est largement utilis\xE9e dans les zones de traduction qui ne peuvent pas \xEAtre reconnues. Vous pouvez utiliser cette fonction pour forcer la traduction de n'importe quel paragraphe.","neverTranslateText.description":"En raison de la reconnaissance insatisfaisante des noms propres par certains moteurs de traduction, vous pouvez ajouter des mots ici pour vous assurer qu'ils ne sont pas convertis pendant le processus de traduction. Veuillez noter que cette fonction distingue les majuscules et les minuscules et ne prend en charge que les langues \xE0 mots s\xE9par\xE9s par des espaces (comme l'anglais, le fran\xE7ais), elle n'est pas applicable aux langues comme le japonais, le cor\xE9en, etc.","intro.subtitleDescription":"Une fois cette fonction activ\xE9e, les sous-titres bilingues seront automatiquement affich\xE9s lors de la lecture de la vid\xE9o. Si elle n'est pas activ\xE9e, vous devrez cliquer manuellement sur le bouton de traduction sur la page pour afficher les sous-titres. Veuillez noter qu'en raison de limitations techniques, certains sites peuvent n\xE9cessiter un rafra\xEEchissement de la page ou attendre la fin de la traduction pour afficher les sous-titres bilingues. (De plus, vous pouvez \xE9galement activer/d\xE9sactiver le panneau de raccourcis de traduction immersive dans le coin sup\xE9rieur droit apr\xE8s avoir ouvert le site de la vid\xE9o).

La prise en charge des sous-titres bilingues est actuellement disponible sur ces sites :",geminiWarning:"Attention : Le service gratuit Gemini fourni par Google a des restrictions strictes, il est possible que Google juge que l'utilisateur utilise plusieurs cl\xE9s pour contourner leurs restrictions de quota gratuit, il n'est pas recommand\xE9 de l'utiliser, il est recommand\xE9 d'attendre que Google ouvre l'interface de paiement Gemini \xE0 l'avenir avant de l'utiliser.","floatBall.setting":"Param\xE9trage","floatBall.translateToLanguage":"Cliquez pour traduire en {language}","floatBall.file":"Traduire les fichiers PDF, EPUB, SRT, ASS, HTML, TXT",changeToOnlyTempTranslationMode:"Afficher uniquement les traductions",changeToDualTempTranslationMode:"Passer \xE0 la traduction bilingue","transitionMode.translation":"Seulement le texte traduit","options.navbar.installApp":"Installer l'application mobile","options.navbar.translateFile":"Traduire le document","subtitle.transitionMode":"Param\xE8tres de sous-titres vid\xE9o bilingues / traduction uniquement","subtitle.transitionModeDescription":"D\xE9finir les sous-titres vid\xE9o en mode bilingue ou en mode traduction uniquement","transitionMode.inherit":"Restez coh\xE9rent avec le mode d'affichage de traduction par d\xE9faut du syst\xE8me.","transitionMode.dual":"Contraste bilingue",translateFileTooltip:`Traduire PDF, ePub, srt, + {env.imt_sub_trans_field}: \u062A\u0631\u062C\u0645\u0647`,"subtitle.quickButton.red":"\u0633\u0631\u062E","subtitle.quickButton.cyan":"\u0622\u0628\u06CC","subtitle.quickButton.white":"\u0633\u0641\u06CC\u062F","subtitle.quickButton.yellow":"\u0632\u0631\u062F","subtitle.quickButton.setting":"\u062A\u0646\u0638\u06CC\u0645\u0627\u062A","translationServices.claude":"\u06A9\u0644\u0648\u062F","subtitle.quickButton.backgroundColor":"\u0631\u0646\u06AF \u067E\u0633 \u0632\u0645\u06CC\u0646\u0647","subtitle.quickButton.translationPositionTop":"\u0628\u0627\u0644\u0627\u06CC \u0645\u062A\u0646 \u0627\u0635\u0644\u06CC","subtitle.quickButton.black":"\u0633\u06CC\u0627\u0647","subtitle.quickButton.blue":"\u0622\u0628\u06CC","subtitle.quickButton.green":"\u0633\u0628\u0632","subtitle.quickButton.translationFontSize":"\u0627\u0646\u062F\u0627\u0632\u0647 \u0641\u0648\u0646\u062A \u0645\u062A\u0646 \u062A\u0631\u062C\u0645\u0647","subtitle.quickButton.sourceTextColor":"\u0631\u0646\u06AF \u0641\u0648\u0646\u062A \u0645\u062A\u0646 \u0627\u0635\u0644\u06CC","subtitle.quickButton.magenta":"\u0631\u0646\u06AF \u0628\u0646\u0641\u0634","subtitle.quickButton.translationTextColor":"\u0631\u0646\u06AF \u0641\u0648\u0646\u062A \u0645\u062A\u0646 \u062A\u0631\u062C\u0645\u0647 \u0634\u062F\u0647","subtitle.quickButton.backgroundOpacity":"\u067E\u0633 \u0632\u0645\u06CC\u0646\u0647 \u0646\u06CC\u0645\u0647 \u0634\u0641\u0627\u0641","subtitle.quickButton.sourceFontSize":"\u0627\u0646\u062F\u0627\u0632\u0647 \u0641\u0648\u0646\u062A \u0645\u062A\u0646 \u0627\u0635\u0644\u06CC","subtitle.quickButton.translationPositionBottom":"\u0645\u062A\u0646 \u0627\u0635\u0644\u06CC \u062F\u0631 \u0632\u06CC\u0631 \u0627\u0633\u062A","subtitle.quickButton.translationPosition":"\u0645\u06A9\u0627\u0646 \u062A\u0631\u062C\u0645\u0647",attachSubtitleTranslating:"\u062F\u0631 \u062D\u0627\u0644 \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u0627\u0632 {service} \u0628\u0631\u0627\u06CC \u062A\u0631\u062C\u0645\u0647...","error.claude.403":"\u062F\u0633\u062A\u0631\u0633\u06CC \u0645\u0648\u0642\u062A\u0627 \u0628\u0647 \u0633\u0631\u0648\u06CC\u0633 \u0645\u0645\u06A9\u0646 \u0627\u0633\u062A \u0645\u062D\u062F\u0648\u062F \u0634\u062F\u0647 \u0628\u0627\u0634\u062F\u060C \u0627\u06CC\u0646 \u0645\u0645\u06A9\u0646 \u0627\u0633\u062A \u0628\u0647 \u0645\u062D\u062F\u0648\u062F\u06CC\u062A \u0645\u0646\u0637\u0642\u0647 \u0627\u06CC Claude \u0645\u0631\u062A\u0628\u0637 \u0628\u0627\u0634\u062F\u060C \u0634\u0645\u0627 \u0645\u06CC \u062A\u0648\u0627\u0646\u06CC\u062F \u0633\u0639\u06CC \u06A9\u0646\u06CC\u062F \u0622\u062F\u0631\u0633 IP \u062E\u0648\u062F \u0631\u0627 \u062A\u063A\u06CC\u06CC\u0631 \u062F\u0647\u06CC\u062F\u060C \u06CC\u0627 \u0627\u0632 \u0633\u0631\u0648\u06CC\u0633 \u0647\u0627\u06CC \u062A\u0631\u062C\u0645\u0647 \u062F\u06CC\u06AF\u0631 \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u06A9\u0646\u06CC\u062F.","browser.brandDescriptionForSafari":"\u3010\u062A\u0631\u062C\u0645\u0647 \u0641\u0631\u0648 \u0631\u0641\u062A\u0647\u3011 \u06CC\u06A9 \u0627\u0641\u0632\u0648\u0646\u0647 \u062A\u0631\u062C\u0645\u0647 \u0635\u0641\u062D\u0647 \u0648\u0628 \u062F\u0648\u0632\u0628\u0627\u0646\u0647 \u0631\u0627\u06CC\u06AF\u0627\u0646 (\u0645\u062A\u0646 \u0627\u0635\u0644\u06CC / \u062A\u0631\u062C\u0645\u0647) \u060C \u062F\u0631 \u0639\u06CC\u0646 \u062D\u0627\u0644 \u067E\u0634\u062A\u06CC\u0628\u0627\u0646\u06CC \u0627\u0632 \u062A\u0631\u062C\u0645\u0647 PDF \u0648 \u062A\u0631\u062C\u0645\u0647 \u06A9\u062A\u0627\u0628 \u0627\u0644\u06A9\u062A\u0631\u0648\u0646\u06CC\u06A9\u06CC EPUB \u0628\u0627 \u062D\u0641\u0638 \u0637\u0631\u062D \u0628\u0646\u062F\u06CC \u0627\u0635\u0644\u06CC \u0633\u0646\u062F \u060C \u062A\u0631\u062C\u0645\u0647 \u0632\u06CC\u0631\u0646\u0648\u06CC\u0633 \u062F\u0648\u0632\u0628\u0627\u0646\u0647 \u0648\u06CC\u062F\u0626\u0648\u06CC \u0622\u0646\u0644\u0627\u06CC\u0646 Youtube / Netflix \u060C \u067E\u0634\u062A\u06CC\u0628\u0627\u0646\u06CC \u0627\u0632 \u062E\u062F\u0645\u0627\u062A \u062A\u0631\u062C\u0645\u0647 \u0627\u0635\u0644\u06CC Deepl / Google\u061B","browser.PdfProFile":"\u062A\u0631\u062C\u0645\u0647 PDF Pro \u0645\u062D\u0631\u06A9 \u0647\u0648\u0634 \u0645\u0635\u0646\u0648\u0639\u06CC","browser.textTranslate":"\u062A\u0631\u062C\u0645\u0647 \u0645\u062A\u0646"};var Ls={nologin:"non connect\xE9",loginForSafari:"Se connecter ou s'inscrire",login:"Se connecter pour ouvrir une adh\xE9sion",manageAccount:"Comptes g\xE9r\xE9s",openPremium:"Adh\xE9sion ouverte",logout:"annuler",curentPlan:"Paquets actuels",endAt:"expiration",endAuto:"renouvellement automatique",lineBreakMaxTextCount:"Nombre maximal de caract\xE8res autoris\xE9s par phrase apr\xE8s les retours \xE0 la ligne","translate-pdf":"Cliquez pour traduire le PDF","noSupportTranslate-pdf":"Script non support\xE9, veuillez utiliser le plugin","translate-firefox-local-pdf":"Cliquez pour aller \xE0 Importer le PDF",enableLineBreak:"Activer le saut de ligne automatique pour les longs paragraphes",sponsorLabel:"1 $ D\xE9veloppeurs sponsoris\xE9s",help:"main",browserShortcutsNoteForFirefox:"Pour modifier les raccourcis dans Firefox, vous devez ouvrir la page de gestion des extensions `about:addons`, puis cliquer sur `Settings`, et enfin sur `Manage Shortcuts` pour d\xE9finir les raccourcis.",browserShortcutsNoteForChrome:'Pour modifier les raccourcis dans Chrome, vous devez ouvrir la page de gestion des extensions, les d\xE9finir dans le panneau "Gestion des raccourcis" (`chrome://extensions/shortcuts`), et cliquer sur le bouton ci-dessous pour acc\xE9der \xE0 la page de gestion des raccourcis.',browserShortcutsSucks:"Les raccourcis personnalis\xE9s sont format\xE9s comme suit (pas de reconnaissance automatique, veuillez entrer directement) :\uFF1A",enableLineBreakDescription:"Lorsque cette option est activ\xE9e, des sauts de ligne sont ins\xE9r\xE9s \xE0 la fin de chaque phrase dans les longs paragraphes afin d'en faciliter la lecture.","browser.shortBrandName":"Traduction en immersion","browser.brandName":"Traduction en immersion : pages Web et PDF bilingues","browser.brandDescription":"Bilingual web page translation, also supports PDF translation, bilingual Epub eBook translation, free to use.","browser.toggleTranslatePage":"Traduire la page/afficher le texte original","browser.toggleTranslateTheWholePage":"Traduire toutes les zones de la page/afficher le texte original","browser.toggleOnlyTransation":"Basculer en mode bilingue / mode traduction uniquement","browser.toggleTranslateToThePageEndImmediately":"Traduction imm\xE9diate en bas de page/affichage du texte original","browser.toggleTranslateTheMainPage":"Traduire la zone principale de la page/afficher le texte original","browser.shareToDraft":"Partager les pages bilingues","browser.openOptionsPage":"Ouvrir la page des param\xE8tres","browser.toggleTranslationMask":"Afficher/masquer l'effet de flou de translation","browser.translateLocalPdfFile":"Traduire des fichiers PDF locaux","browser.openEbookViewer":"Lire les livres \xE9lectroniques locaux","browser.openEbookBuilder":"Cr\xE9er des livres bilingues EPUB","browser.translateLocalHtmlFile":"Traduire des fichiers HTML/txt","browser.donateContext":"En savoir plus sur les avantages du parrainage","browser.translateLocalSubtitleFile":"Traduire les fichiers de sous-titres locaux",confirmResetConfig:"\xCAtes-vous s\xFBr de vouloir r\xE9initialiser les param\xE8tres ?",translationLineBreakSettingTitle:"R\xE9glage du saut de ligne de la traduction",smartLineBreak:"smart line feed (informatique)",alwaysLineBreak:"Toujours un saut de ligne",isShowContextMenu:"Ajouter des pages traduites aux \xE9l\xE9ments de menu \xE0 cliquer avec le bouton droit de la souris",toggleBeta:"Activation des fonctionnalit\xE9s de test b\xEAta",betaDescription:"Permet d'activer des fonctionnalit\xE9s encore exp\xE9rimentales, ainsi qu'un service de traduction en version b\xEAta. Rejoignez le <1>groupe Telegram pour en savoir plus.",translationLineBreakSettingDescription:"Les sauts de ligne sont toujours nets et ordonn\xE9s pour les pages \xE0 faible contenu. (Pour gagner de la place, utilisez des sauts de ligne intelligents dans les longs paragraphes \xE0 fort contenu (plus de{count}caract\xE8res)).",tempTranslateDomainTitle:"Dur\xE9e de l'activation temporaire de la traduction du site web",tempTranslateDomainDescription:"Lors de la traduction manuelle d'une page web, vous pouvez activer temporairement le site web pour la traduction automatique et vous pouvez d\xE9finir la dur\xE9e temporaire.",xMinutes:"{count} minutes",disabled:"interdire l'utilisation de qqch.",changelog:"Journal des mises \xE0 jour",toggleTranslatePageWhenThreeFingersOnTheScreen:"L'effleurement simultan\xE9 de l'\xE9cran par plusieurs doigts traduit les pages web/affiche le texte original",toggleTranslationMaskWhenThreeFingersOnTheScreen:"Le toucher \xE0 plusieurs doigts permet d'afficher/masquer l'effet de flou.",fingerCountToToggleTranslagePageOnlyTranslationWhenTouching:"Plusieurs doigts touchant l'\xE9cran en m\xEAme temps traduisent la page web (traduction uniquement)/affichent le texte original.",addUrlDescription:"Peut \xEAtre un nom de domaine et prend \xE9galement en charge les caract\xE8res g\xE9n\xE9riques, par exemple\uFF1A*.google.com, google.com/mail/*, https://www.google.com/*.",general:"Param\xE8tres de base",clickToExpandConfig:"\xC9tendre la configuration actuelle",import:"Importation d'un fichier",export:"Exporter vers un fichier",toggleDebug:"Imprimer le journal de d\xE9bogage sur la console","fingers.0":"coagulation","fingers.2":"touche \xE0 deux doigts","fingers.3":"touche \xE0 trois doigts","fingers.4":"touche \xE0 quatre doigts","fingers.5":"touche \xE0 cinq doigts",mouseHoldKey:"+ {key} traduire/restaurer le paragraphe",mouseHoldKeyAuto:"Traduction directe du paragraphe",mouseHoldKeyOff:"Ne faites rien.",mouseHoldKeyOther:"Raccourcis personnalis\xE9s (ouvrir les param\xE8tres)",mouseHoldKeyCustomKey:"{key} Traduction/r\xE9duction du paragraphe",mouseHoverHoldKey:"Traduire des paragraphes en appuyant sur la touche de raccourci tout en survolant la souris.","mouse-translate":"survol de la souris",document:"fichier (informatique)",resetSuccess:"R\xE9initialisation de tous les param\xE8tres r\xE9ussie",resetThisSuccess:"R\xE9initialisation r\xE9ussie",saved:"Sauvegarder le succ\xE8s",successImportConfig:"Importation r\xE9ussie de la configuration",goAdvancedSettings:"Acc\xE9der \xE0 la page des param\xE8tres avanc\xE9s",goAdvancedInterfaceSettings:"Acc\xE9der \xE0 la page Param\xE8tres de personnalisation avanc\xE9s",advanced:"Param\xE8tres avanc\xE9s",advancedDescription:"En g\xE9n\xE9ral, aucun r\xE9glage n'est n\xE9cessaire, il suffit de laisser la valeur par d\xE9faut. Pour les utilisateurs plus sp\xE9cialis\xE9s uniquement, des param\xE8tres plus personnalis\xE9s sont disponibles.",developer:"Param\xE8tres du d\xE9veloppeur",donateCafe:"prix","translate to the bottom of the page":"La traduction se fait-elle vers le bas de la page imm\xE9diatement apr\xE8s l'entr\xE9e dans la page ?",feedback:"Question Feedback",toggleTranslatePage:"Traduire la page/afficher le texte original",translateToThePageEndImmediatelyDescription:"Si vous l'activez, le contenu sera imm\xE9diatement traduit du haut vers le bas de la page au fur et \xE0 mesure que vous y acc\xE9dez. Si vous la d\xE9sactivez, la traduction se fait au fur et \xE0 mesure de la lecture. (Non recommand\xE9)","translate all areas of the page":"Traduire ou non toutes les zones de la page",translationAreaDescription:"Si cette option est activ\xE9e, toutes les zones de la page web sont traduites. Si l'option est d\xE9sactiv\xE9e, la reconnaissance intelligente par d\xE9faut est utilis\xE9e et seules les parties principales sont traduites. (Il n'est pas recommand\xE9 de l'activer)","the number of characters to be translated first":"Traduire directement les premiers caract\xE8res de la page sans attendre le d\xE9filement de la zone de visualisation","interface language":"langue de l'interface","display both the original text and the translation":"Affichage simultan\xE9 de l'original et de la traduction","keyboard shortcuts":"Raccourcis clavier",modify:"Modifier les touches de raccourci",reset:"reprovision",close:"coagulation",homepage:"page d'accueil",more:"plus",moreOptions:"\xC9largir les options de personnalisation",translateTheWholePage:"Traduire toutes les zones de la page (au lieu de reconna\xEEtre intelligemment les zones principales)",changeToTranslateTheWholePage:"Passer \xE0 la traduction de toutes les r\xE9gions",changeToTranslateTheMainPage:"Passer \xE0 la zone principale de traduction",changeToOnlyTranslationMode:"Afficher uniquement les traductions",changeToDualTranslationMode:"Passer \xE0 la traduction bilingue",translateToThePageEndImmediately:"Traduction imm\xE9diate en bas de page",translateTheMainPage:"R\xE9gions cl\xE9s de la traduction intelligente","The local rules are up to date":"Les r\xE8gles d'adaptation locales sont \xE0 jour.","Successfully synchronized with the latest official rules:":"Synchronisation r\xE9ussie avec les derni\xE8res r\xE8gles d'adaptation officielles.","Checking for updates":"V\xE9rification des mises \xE0 jour","Rules are being synchronized":"Synchronisation des r\xE8gles d'adaptation",localVersionIsTooOld:"La version de l'extension locale est trop ancienne, veuillez mettre \xE0 jour l'extension vers {minVersion} ou une version plus r\xE9cente avant d'essayer de synchroniser.",badUserscriptBrowser:"Le navigateur actuel n'impl\xE9mente pas correctement l'interface de l'extension Grease Monkey (par exemple, pour obtenir des informations sur le num\xE9ro de version du script Grease Monkey lui-m\xEAme), veuillez utiliser d'autres navigateurs qui <1>prennent en charge l'extension Grease Monkey, tels que Firefox.",foundNewVersion:"D\xE9couvrez la nouvelle version",theLocalExtensionIsUpToUpdate:"L'extension actuelle est \xE0 jour.",failToSyncRules:"Absence de synchronisation des derni\xE8res r\xE8gles d'adaptation",retry:"Cliquez ici pour r\xE9essayer",failedReason:"Raisons de l'\xE9chec",currentRuleVersion:"Version actuelle de la r\xE8gle",calculating:"Calculs",unknownError:"erreur inconnue",canNotFetchRemoteRule:"Impossible d'obtenir des r\xE8gles \xE0 distance",enableAlphaSuccess:"Alpha activ\xE9",disableAlphaSuccess:"La fonction Alpha a \xE9t\xE9 d\xE9sactiv\xE9e",cacheSize:"Taille du cache\uFF1A",cleaning:"en cours de liquidation",cleanCache:"effacer le cache",options:"mettre en place",about:"en ce qui concerne",service:"service d'interpr\xE9tation",needAction:"(Acc\xE9der aux param\xE8tres)",goSettings:"aller de l'avant et mettre en place",needActionForOptions:"(\xE0 mettre en place)",translationEngine:"Options du moteur",sourceLanguage:"Langue originale",target:"langue cible",popupSourceLanguage:"Langue originale",popupTarget:"langue cible",popupService:"service d'interpr\xE9tation",forThisSite:"Site web actuel",autoEnableSubtitle:"Ouverture automatique des sous-titres bilingues",alwaysTranslate:"Traduisez toujours",neverTranslate:"Ne jamais traduire",alwaysTranslateSomeLanguage:"Traduisez toujours {language}",neverTranslateSomeLanguage:"Ne jamais traduire {language}",alwaysTranslateSomeSite:"Traduisez toujours {hostname}",neverTranslateSomeSite:"Ne jamais traduire {hostname}",alwaysTranslateSomeSiteOrWildSite:"Toujours traduire le site",alwaysTranslateSomePage:"Toujours traduire la page",add:"augmenter",default:"par d\xE9faut (r\xE9glage)",forThisLanguage:"Pour cette langue\uFF1A","add url":"Saisir l'URL",edit:"compilateur","translate other languages into specific language":"Traduire d'autres langues dans la langue choisie","select translation service":"S\xE9lectionner un service de traduction",language:"multilinguisme","show-original":"Afficher le texte original",translate:"l'\xE9quarrissage",Translated:"traduit",Translating:"en traduction",Error:"incorrect",allowCacheTranslations:"Activer la mise en cache de la traduction locale (pour r\xE9duire les demandes de traduction pour les passages dupliqu\xE9s)","translation display":"Style d'affichage de la traduction","select diplay style":"Distinguer les styles de traduction, en se r\xE9f\xE9rant sp\xE9cifiquement aux exemples suivants",interface:"Param\xE8tres de l'interface",import_export:"Importation/Exportation",import_export_title:"Configuration de l'importation/exportation",syncToGoogleDrive:"Synchroniser avec Google Drive maintenant",floatBallOptions:"Param\xE8tres de l'hoverball","floatBallOptions.enable":"Activer le Hoverball","floatBallOptions.blockUrls":"D\xE9sactiver le site web","floatBallOptions.add":"augmenter","floatBallOptions.blockUrlDesc":"Les hoverballs ne sont pas affich\xE9s lorsque les sites web suivants sont rencontr\xE9s","floatBallOptions.clickType":"le comportement de clic","floatBallOptions.clickTypeDesc":"Comportement de l'ic\xF4ne Hoverball lorsqu'elle est cliqu\xE9e","floatBallOptions.clickPopup":"Afficher le panneau de traduction","floatBallOptions.clickTranslate":"Traduction/affichage du texte original","floatBallOptions.fixedPosition":"\u56FA\u5B9A\u4F4D\u7F6E","floatBallOptions.fixedPositionDesc":"\u60AC\u6D6E\u7403\u5728\u7A97\u53E3\u5DE6\u4FA7\u8FD8\u662F\u53F3\u4FA7","floatBallOptions.fixedPositionLeft":"\u5DE6\u4FA7","floatBallOptions.fixedPositionRight":"\u53F3\u4FA7",previewAllThemes:"Aper\xE7u de tous les styles","translationTheme.none":"ne pas avoir","translationTheme.grey":"gris fonc\xE9","translationTheme.dashed":"soulign\xE9 en pointill\xE9","translationTheme.dotted":"trait de soulignement en pointill\xE9","translationTheme.dashedBorder":"bordure en pointill\xE9s","translationTheme.solidBorder":"bordure solide","translationTheme.underline":"Souligner les lignes droites","translationTheme.mask":"Effets flous (modes d'apprentissage)","translationTheme.opacity":"effet de transparence","translationTheme.paper":"Effet d'ombre du papier blanc","translationTheme.dividingLine":"ligne de d\xE9marcation","translationTheme.highlight":"haute luminosit\xE9","translationTheme.marker":"marqueur (mot emprunt\xE9)","translationTheme.marker2":"Marqueur 2","translationTheme.blockquote":"Styles de r\xE9f\xE9rencement","translationTheme.weakening":"affaiblissement","translationTheme.italic":"caract\xE8re oblique","translationTheme.bold":"\xE9paissir","translationTheme.thinDashed":"ligne pointill\xE9e fine soulign\xE9e","translationTheme.nativeDashed":"Le syst\xE8me est soulign\xE9 en pointill\xE9","translationTheme.nativeDotted":"Le syst\xE8me est soulign\xE9 en pointill\xE9s","translationTheme.nativeUnderline":"Le syst\xE8me est assorti d'une ligne de d\xE9marcation droite","translationTheme.wavy":"ligne ondul\xE9e","translationServices.custom":"API personnalis\xE9e","translationServices.tencent":"Tencent Translator","translationServices.tenAlpha":"Tencent Translator (Alpha)","translationServices.google":"Google Translate","translationServices.bai":"Baidu (Alpha)","translationServices.baidu":"Traduction de Baidu","translationServices.aliyun":"AliCloud Traduction","translationServices.volc":"traduction du volcan","translationServices.deeplx":"DeepLX (Beta)","translationServices.bing":"Microsoft Translate","translationServices.deepl":"DeepL","translationServices.wechat":"Traduction WeChat","translationServices.azure":"Azure Translation","translationServices.ibm":"IBM Watson","translationServices.aws":"Traduction sur Amazon","translationServices.mock":"Traduction simul\xE9e","translationServices.mock2":"Traduction simul\xE9e 2","translationServices.caiyun":"lit. nuages color\xE9s et petites traductions","translationServices.cai":"Nuages color\xE9s (Alpha)","translationServices.volcAlpha":"Volcan (Alpha)","translationServices.openl":"OpenL","translationServices.youdao":"Traduction sur Youtube","translationServices.you":"Traducteur Youdao (Alpha)","translationServices.transmart":"Traduction interactive de Tencent","translationServices.niu":"Traducteur franc-tireur","translationServices.papago":"Traduction Papago","translationServices.d":"D (Alpha)","translationServices.dpro":"D Pro (Canari)","translationServices.openai":"OpenAI","translationServices.yandex":"Yandex","translationServices.chatgpt":"ChatGPT Web(3.5 mobile)","translate title":"Traduire les titres des pages","always languages":"Toujours traduire la langue",neverTranslateLanguagesLabel:"La langue qui ne sera jamais traduite",neverTranslateTheFollowingLanguagesDescription:"Les traductions sont ignor\xE9es lorsqu'un paragraphe de la page est r\xE9dig\xE9 dans l'une des langues suivantes",enableUserscriptPagePopup:"Afficher le hoverball sur la page",enableUserscriptPagePopupDescription:"Apr\xE8s avoir d\xE9sactiv\xE9 le hoverball, vous pouvez le rappeler \xE0 l'aide du raccourci /{touch}. Il est fortement recommand\xE9 de marquer cette page de param\xE8tres d'un signet afin d'\xE9viter de ne pas pouvoir retrouver le hoverball apr\xE8s avoir d\xE9sactiv\xE9 cette option par inadvertance !","always translate the following languages":"Traduit automatiquement dans la langue cible lorsque la page est dans l'une des langues suivantes","always sites":"Des sites web toujours traduits","always translate the following sites":"Les sites web sont automatiquement traduits dans la langue cible lorsqu'il s'agit de noms de domaine de","never sites":"Site web jamais traduit","never translate the following sites":"Les traductions ne seront pas effectu\xE9es si le site est destin\xE9 aux domaines suivants","please refer to":"Vous devez remplir la cl\xE9 avant de pouvoir l'utiliser.",KeyAndConfigurationTutorial:"Tutoriel d'application et de configuration des cl\xE9s",useAboveStyleForTheseSites:"Utilisez toujours le style de traduction \u2308{theme}\u230B lorsque le site est destin\xE9 aux domaines suivants",currentUrl:"URL actuel",confirm:"enregistrer (un fichier, etc.) (informatique)",cancel:"annulations",delete:"l'enl\xE8vement","languages.auto":"d\xE9tection automatique",syncToCloud:"Synchronisation avec Google Drive",syncToCloudDescription:"T\xE9l\xE9charg\xE9e dans le nuage, la configuration peut \xEAtre synchronis\xE9e entre diff\xE9rents navigateurs/scripts de singe de graisse, en fonction de la derni\xE8re modification.",syncToAccount:"Synchronisation avec l'Immersive Translation Cloud",syncToAccountButton:"Synchronisation instantan\xE9e avec le nuage",syncToAccountDescription:"Synchroniser automatiquement les configurations entre diff\xE9rents appareils, en fonction de la derni\xE8re modification.",successSyncConfigInAccount:"Synchronisation r\xE9ussie avec le nuage",successSyncConfigToAccount:"Synchronisation r\xE9ussie vers le nuage",syncConfigNoUpdate:"Il est d\xE9j\xE0 \xE0 jour.",authFail:"\xC9chec de l'autorisation",syncTitle:"Gestion manuelle des sauvegardes",import_hint:"importation (donn\xE9es)",upload:"t\xE9l\xE9charger",revokeAuth:"r\xE9voquer une autorisation",uploadFail:"\xC9chec du t\xE9l\xE9chargement",download:"t\xE9l\xE9chargement",importSuccess:"Importation r\xE9ussie",importFail:"\xE9chec de l'importation",deleteFail:"\xC9chec de la suppression",backupToCloud:"Gestion manuelle des fichiers de sauvegarde",create_new_backup:"Ajouter un nouveau n\u0153ud de sauvegarde",maxBackupFiles:"Jusqu'\xE0{count}n\u0153uds diff\xE9rents peuvent \xEAtre sauvegard\xE9s, veuillez supprimer les n\u0153uds dont vous n'avez pas besoin.",backupToCloudDescription:"T\xE9l\xE9charger ou restaurer manuellement les fichiers de sauvegarde, en autorisant jusqu'\xE0 trois sauvegardes diff\xE9rentes.",successSyncConfig:"Synchronisation r\xE9ussie avec le nuage",syncFail:"\xE9chec de la synchronisation",updatedAt:"Mise \xE0 jour de {date}",lastSyncedAt:"Derni\xE8re v\xE9rification \xE0 l'adresse {date}",downloadFail:"\xC9chec du t\xE9l\xE9chargement",clickToDownload:"Cliquer pour t\xE9l\xE9charger",aboutLabel:"\xC0 propos - Feedback","browser.openAboutPage":"\xC0 propos/commentaires",aboutLabelWithoutSponsor:"\xC0 propos - Feedback",aboutIntro:"Puissions-nous tous avoir un acc\xE8s plus facile et plus agr\xE9able \xE0 l'\xE9norme quantit\xE9 d'informations en langues \xE9trang\xE8res sur Internet \u2764\uFE0F Vous pouvez choisir d'activer votre <6>adh\xE9sion Pro pour utiliser les traductions pr\xEAtes \xE0 l'emploi de DeepL et OpenAI.

Vous pouvez nous suivre sur <3>Twitter, <4>Telegram, Weibo, WeChat, ou vous <5>inscrire \xE0 notre liste de <5>diffusion ci-dessous pour suivre les mises \xE0 jour.
Les <7>membres Pro peuvent nous contacter \xE0 l'adresse <8>support@immersivetranslate.com pour un service client\xE8le rapide.",aboutIntroWithoutSponsor:"Puissions-nous tous avoir un acc\xE8s plus facile et plus agr\xE9able \xE0 l'\xE9norme quantit\xE9 d'informations en langues \xE9trang\xE8res disponibles sur Internet \u2764\uFE0F

Vous pouvez nous suivre sur <3>Twitter, <4>Telegram channel, WeChat, WeChat Exchange, ou vous <5>abonner aux mises \xE0 jour par <5>courriel ci-dessous.",projectHomepage:"Accueil du projet",joinTelegramGroup:"Rejoignez le groupe d'utilisateurs pour participer aux discussions sur les fonctionnalit\xE9s",wechatPublicAccount:"WeChat Public",wechatCommunities:"Groupe d'\xE9change WeChat",qqCommunities:"Canal de communication QQ",joinTelegramChannel:"Suivez le canal Telegram pour les derni\xE8res mises \xE0 jour",feedbackAndJoin:"Question Feedback / Ajouter un groupe",autoSync:"synchronisation automatique de l'heure",loadingThemeTitle:"Style de chargement",loadingThemeDescription:"D\xE9finition du style lors de l'attente du chargement de la traduction","loadingTheme.spinner":"Animation de la rotation","loadingTheme.text":"texte statique qqch. ","loadingTheme.none":"non illustr\xE9",developerDescription:"La documentation sur la personnalisation avanc\xE9e est disponible <1>ici","edit border color":"Modifier la couleur de la bordure",successSyncButNoChange:"La configuration actuelle est compatible avec le nuage",customTheme:"Couleurs et tailles personnalis\xE9es","customThemeLabel.borderColor":"Couleur de la bordure","customThemeLabel.borderRadius":"Bords arrondis","customThemeLabel.textColor":"couleur du texte","customThemeLabel.backgroundColor":"couleur de fond","customThemeLabel.zoom":"Mise \xE0 l'\xE9chelle des polices (%)","customThemeLabel.opacity":"Opacit\xE9 du texte (%)",resetToDefaultColor:"R\xE9tablir les couleurs par d\xE9faut",resetToDefaultSettings:"R\xE9tablir les param\xE8tres par d\xE9faut",isTranslateTitle:"Permettre la traduction des titres de pages",isTranslateTitleDescription:"Lorsque cette option est activ\xE9e, le titre de la page est traduit.",enableSearchEnhancement:"Permettre l'enrichissement des messages bilingues",enableSearchEnhancementDescription:`Une fois l'option activ\xE9e, les r\xE9sultats de recherche de "Google News" seront automatiquement affich\xE9s dans la colonne de droite des sites web pris en charge (Google News, Google Search (certains mots-cl\xE9s), Snowball, Oriental Fortune, Futura, Tiger Community) pour les mots-cl\xE9s anglais correspondants.`,verifyService:"Cliquez ici pour tester le service",verified:"V\xE9rifier le succ\xE8s","field.langs":"Codes des langues prises en charge","field.model":"mod\xE9lisation","field.translationEngine":"moteur de traduction","field.limitPerMinute":"Nombre maximum de demandes par minute","field.limitPerSecond":"Demandes maximales par seconde","field.maxTextLengthPerRequest":"Longueur maximale du texte par demande","field.maxTextGroupLengthPerRequest":"Nombre maximum de paragraphes par demande","field.apiUrl":"Adresse de l'interface API personnalis\xE9e","field.placeholderDelimiters":"espace r\xE9serv\xE9","description.custom":"Acc\xE8s \xE0 l'interface personnalis\xE9e Documentation requise","description.limitPerMinute":"Les demandes d\xE9passant cette limite sont plac\xE9es dans une file d'attente jusqu'au d\xE9but de la minute suivante. En raison des diverses limitations du service actuel d'OpenAI, veuillez cliquer <1>ici pour obtenir les derni\xE8res valeurs sugg\xE9r\xE9es.","description.limitPerSecond":"Les demandes d\xE9passant cette limite sont plac\xE9es dans une file d'attente jusqu'au d\xE9but de la seconde suivante. En raison des diverses limitations du service actuel d'OpenAI, veuillez cliquer <1>ici pour obtenir les derni\xE8res valeurs sugg\xE9r\xE9es.","description.generalLimitPerSecond":"Les demandes d\xE9passant cette limite sont plac\xE9es dans une file d'attente jusqu'au d\xE9but de la seconde suivante.","description.prompt":"Envoyer la conversation \xE0 {service} en tant qu'utilisateur, o\xF9 {{text}} repr\xE9sente le contenu du texte du paragraphe, {{from}} repr\xE9sente la langue du paragraphe et {{to}} repr\xE9sente la langue cible.","description.maxTextLengthPerRequest":"Le nombre maximum de caract\xE8res par requ\xEAte est trop important pour que l'interface r\xE9ponde lentement, essayez donc d'ajuster cette option pour optimiser la vitesse.","description.systemPrompt":"Envoyer une conversation au {service} en tant que syst\xE8me, o\xF9 {{text}} repr\xE9sente le contenu du texte du paragraphe, {{from}} repr\xE9sente la langue du paragraphe et {{to}} repr\xE9sente la langue cible.","field.domain":"royaume","description.domain":"La valeur par d\xE9faut est\uFF1Ageneral. Elle ne peut \xEAtre d\xE9finie que si la traduction par domaine est activ\xE9e dans la console Arima API, voir <1>ici pour les domaines pris en charge.","field.scene":"prendre","description.scene":"La valeur par d\xE9faut est\uFF1Ageneral. Elle ne peut \xEAtre d\xE9finie que si la console AliCloud API ouvre Machine Translation Pro, voir <1>ici pour les sc\xE9narios pris en charge.","field.vocabId":"ID du dictionnaire de l'utilisateur","description.vocabId":"Le dictionnaire out_id sp\xE9cifi\xE9 prend actuellement en charge la traduction de l'anglais vers le chinois.","description.model":"Mod\xE8les OpenAI, peuvent \xEAtre gpt-3.5-turbo, gpt-4, etc.","description.maxTextGroupLengthPerRequest":"Le nombre de paragraphes envoy\xE9s au service de traduction \xE0 la fois. S'il y a trop de paragraphes, l'interface peut r\xE9pondre plus lentement.","description.apiUrl":"Veuillez ajouter des URL sp\xE9cifiques avec des chemins d'acc\xE8s et une <1>description plus d\xE9taill\xE9e.",enabledExtension:"Activation des extensions",clickToDisableExtension:"Cliquez pour d\xE9sactiver les extensions",clickToEnableExtension:"Cliquez pour activer les extensions",hasBeenDisabled:"handicap\xE9","show password":"Afficher le mot de passe",customContent:"Saisir un nom de mod\xE8le personnalis\xE9",inputOptions:"Am\xE9lioration de la bo\xEEte de saisie",mouseHoverOptions:"survol de la souris",modifyMouseHoverKey:"Modifier le raccourci au survol de la souris",enableInputTranslation:"Activation ou non de l'am\xE9lioration des bo\xEEtes de saisie",enableInputTranslationDescription:"Une fois la fonction activ\xE9e, tapez {startingKey}{startingKey} hello directement dans le champ de saisie, puis tapez rapidement{inputTrailingTriggerKeyRepeatTimes}puis{trailingKey}pour traduire en {inputTargetLanguage}.",enableInputTranslationDescriptionForNoneKey:"Une fois la fonction activ\xE9e, tapez\uFF1AHello World directement dans le champ de saisie, puis appuyez rapidement sur{inputTrailingTriggerKeyRepeatTimes}{trailingKey}fois pour traduire dans la langue cible par d\xE9faut.",inputTargetLanguage:"D\xE9finition de la langue cible par d\xE9faut pour les bo\xEEtes de saisie",inputTargetLanguageDescription:"Langue cible par d\xE9faut pour la traduction de la bo\xEEte de saisie, c'est-\xE0-dire {startingKey}{startingKey} comme langue par d\xE9faut pour les mots d\xE9clencheurs.",inputTargetLanguageDescriptionForNoneKey:"Langue cible par d\xE9faut pour la traduction de la bo\xEEte de saisie",inputStartingTriggerKeyTitle:"D\xE9finition du caract\xE8re de s\xE9paration pour la traduction partielle de la zone de saisie",inputStartingTriggerKeyDescription:"Lorsque vous n'avez pas besoin de traduire l'int\xE9gralit\xE9 du champ de saisie, le s\xE9parateur vous permet de ne traduire que la partie allant de {startingKey}{startingKey} \xE0 la fin du champ de saisie, ou vous pouvez sp\xE9cifier le code de la langue, par exemple\uFF1A{startingKey}ja signifie ne traduire que la partie allant de {startingKey}ja \xE0 la fin du champ de saisie.",inputStartingTriggerKeyDescriptionForNoneKey:"Le param\xE8tre actuel d'absence de pr\xE9fixe n'est pas n\xE9cessaire et la fonction de traduction de certains textes dans la bo\xEEte de saisie n'est pas disponible pour le moment.",inputTrailingTriggerKeyTitle:"S\xE9lectionner un caract\xE8re d\xE9clencheur de fin d'entr\xE9e",inputTrailingTriggerKeyDescription:"3 coups rapides{trailingKey} commencera \xE0 traduire !",inputTrailingTriggerKeyTimeout:"Entrez le temps entre les d\xE9clenchements de fin de combat",inputTrailingTriggerKeyTimeoutDescription:"D\xE9finit le temps (en millisecondes) entre les d\xE9clenchements combo de fin d'entr\xE9e.",spaceKey:"<\u7A7A\u683C\u952E>",noneKey:"Traduction directe de l'ensemble de la zone de texte sans pr\xE9fixe",inputTranslationBlockUrlsTitle:"N'activez pas l'am\xE9lioration des bo\xEEtes de saisie dans les URL suivantes",inputTranslationBlockUrlsDescription:"Les am\xE9liorations apport\xE9es aux bo\xEEtes de saisie ne fonctionneront pas aux URL suivants",clickToSeeQuickDemo:"Cliquez pour agrandir la vid\xE9o du tutoriel de 30 secondes",inputHelperInfo:"Description\uFF1ANous avons optimis\xE9 le fait que certains caract\xE8res d\xE9clencheurs se transforment en signes de ponctuation chinois sous les m\xE9thodes d'entr\xE9e chinoises, par exemple, / se transforme en signe dun , sous la m\xE9thode d'entr\xE9e Sogou, et Immersive Translator prend en charge tous les symboles chinois correspondant aux caract\xE8res d\xE9clencheurs, c.-\xE0-d. //,,, seront reconnus comme des caract\xE8res d\xE9clencheurs.

Nous prenons \xE9galement en charge les alias chinois pour les codes de langue en tant que commandes, par exemple /Japanese Hello World sera traduit en japonais, <1>cliquez ici pour voir tous les codes de langue pris en charge.",reloadCurrentPage:"Veuillez rafra\xEEchir la page actuelle avant de commencer la traduction.",noLocalFilePermissionForPDF:"Vous n'avez pas l'autorisation de lire les fichiers locaux, veuillez cliquer sur le bouton ci-dessus et importer les fichiers locaux.",noPermissionForThisPage:"\u26A0\uFE0F Pas d'autorisation de traduire la page actuelle",retryAllParagraphs:"R\xE9essayer tous les passages d'erreur",retryAllButton:"R\xE9essayer tous les passages d'erreur",errorTooltipTitle:"Cliquez pour voir la cause de l'erreur",errorModalTitle:"Il semble qu'il y ait un probl\xE8me avec le service de traduction ou le r\xE9seau...",disableConfirm:"Cadre d'am\xE9lioration de l'information bilingue",disableOnce:"Cette invalidit\xE9",disableGlobal:"d\xE9sactiver de fa\xE7on permanente",disableTint:"* Vous pouvez le r\xE9activer \xE0 l'adresse {option} .",searchEnhancementNotes:"Apr\xE8s avoir activ\xE9 la fonction d'am\xE9lioration de l'information bilingue de la traduction immersive, nous rechercherons automatiquement pour vous les m\xEAmes mots-cl\xE9s en anglais sur les sites web pris en charge (Google News, Google Search (certains mots-cl\xE9s), Snowball, Oriental Wealth, Futura, Tiger) et les afficherons sur le c\xF4t\xE9 droit. Vous pouvez choisir de d\xE9sactiver cette fonction si vous n'en avez pas besoin.",option:"mettre en place",saveSettings:"Sauvegarder les param\xE8tres",closeModal:"Fermer la fen\xEAtre",enableInputTranslationWithoutTriggerKeyTitle:"Activer 3 quick hits sur{trailingKey}pour traduire directement l'ensemble de la bo\xEEte de saisie en{inputTargetLanguage}",enableInputTranslationWithoutTriggerKeyDescription:"Pour sp\xE9cifier la langue cible, pr\xE9fixez-la avec le code de la langue, par exemple\uFF1Aja Hello World",mouseHoverShortcutPlaceholder:"par exemple :\uFF1AShift",deepLProName:"Immersive Translation Membre Pro (Recommand\xE9)",deepLProDescription:"Le paquet actuel peut \xEAtre utilis\xE9 directement",deeplProDescriptionForNormal:"Aucune installation n'est requise, les membres peuvent l'utiliser apr\xE8s s'\xEAtre connect\xE9s, <1>cliquez ici pour passer au statut de membre",deepLCustomDescription:"Carte de cr\xE9dit \xE9trang\xE8re requise, ouverture officielle sur <1>DeepL, cliquez pour la <2>documentation",deepLCustomName:"Cl\xE9 d'authentification personnalis\xE9e",chooseProviderLabel:"S\xE9lectionner un prestataire de services",openaiProName:"Immersive Translation Membre Pro (Recommand\xE9)",openaiProDescription:"Le paquet actuel peut \xEAtre utilis\xE9 directement",openaiProDescriptionForNormal:"Aucune installation n'est requise, les membres peuvent l'utiliser apr\xE8s s'\xEAtre connect\xE9s, <1>cliquez ici pour passer au statut de membre",openaiCustomDescription:"Disponible sur OpenAI, Azure OpenAI, ou d'autres services tiers, <1>cliquez ici pour la documentation.",openaiCustomName:"Cl\xE9 API personnalis\xE9e",needLoginAction:"(Adh\xE9sion ouverte ou personnalisation)",goLoginOrAction:"(Ouvrir une adh\xE9sion ou aller dans les param\xE8tres)",yearly:"effectuer un paiement annuel cons\xE9cutif",quarterly:"l'emballage s\xE9quentiel",monthly:"abonnement mensuel",yearlyForOnce:"Forfait annuel unique",monthlyForOnce:"Forfait mensuel unique",daily:"jours cons\xE9cutifs de paquet",year:"effectuer un paiement annuel cons\xE9cutif",quarter:"l'emballage s\xE9quentiel",month:"abonnement mensuel",day:"jours cons\xE9cutifs de paquet",onetime_7day:"Pack exp\xE9rience 7 jours",currentPlanDescriptionForFree:"Paquets actuels\uFF1AGratuit",currentPlanDescriptionForContinuous:"L'offre actuelle\uFF1A{plan}sera automatiquement renouvel\xE9e sur {endAt}",currentPlanDescriptionForAutoRenewCaceling:"L'offre actuelle\uFF1A{plan}expirera \xE0 la date {endAt} et ne sera pas renouvel\xE9e automatiquement \xE0 cette date.",currentYearlyPlanDescriptionForAutoRenewCacelingWithRealPaiedUser:"L'offre actuelle,\uFF1A{plan}, expirera le {endAt} et ne sera pas renouvel\xE9e automatiquement \xE0 l'expiration.
<1>Cliquez ici pour g\xE9rer votre plan de renouvellement",currentYearlyPlanDescriptionForAutoRenewCacelingWithAdmin:"L'offre actuelle,\uFF1A{plan}, expirera \xE0 {endAt} et ne sera pas renouvel\xE9e automatiquement \xE0 l'\xE9ch\xE9ance.
<1>Cliquez ici pour activer l'abonnement annuel continu",currentPlanDescriptionForOneTime:"L'abonnement actuel\uFF1A{plan}expirera sur {endAt} , <1>cliquez ici pour passer \xE0 un abonnement <1>annuel ou <2>mensuel.",upgradePlan:"Cliquez ici pour passer \xE0 l'adh\xE9sion Pro",upgradeToPro:"Passer \xE0 l'adh\xE9sion Pro","popup.openPro":"Passez \xE0 l'adh\xE9sion Pro pour profiter de DeepL et de la traduction OpenAI, cliquez ici pour passer \xE0 l'adh\xE9sion Pro.","popup.openProForPro":"Vous \xEAtes un membre Pro avec un acc\xE8s direct \xE0 DeepL et aux traductions OpenAI !",currentAccount:"compte courant",enableAutoSyncUserSettings:"Permettre la synchronisation automatique du nuage sur plusieurs appareils",modalEnableInputTranslationTitle:"Traduction immersive Bo\xEEte de saisie Alertes de traduction",modalEnableInputTranslationDesc:"Vous venez de d\xE9clencher la traduction de la bo\xEEte de saisie d'Immersive Translation en appuyant sur la barre d'espacement 3 fois en succession rapide, et le contenu de la bo\xEEte de saisie sera traduit dans la langue cible par d\xE9faut. La traduction peut \xEAtre annul\xE9e avec Ctrl+Z.

Si c'est une erreur, ne vous inqui\xE9tez pas, vous pouvez choisir de la d\xE9sactiver cette fois-ci, ou de d\xE9sactiver d\xE9finitivement la traduction de la zone de saisie.",saveAndNotShowAgain:"Sauvegarder et arr\xEAter le message",disableInputTranslationTips:"* Vous pouvez \xE9galement d\xE9finir d'autres raccourcis pour qu'ils se d\xE9clenchent dans {option} ,{learnMore}.",learnMore:"Cliquez ici pour en savoir plus",continueEnalbeInputTranslation:"Continuer \xE0 activer la traduction des champs de saisie",autoRenewTrialSuffix:`(Dans la version d'essai,passe imm\xE9diatement \xE0 l'adh\xE9sion compl\xE8te)`,upgradeFromTrialTitle:"Passer au statut de membre \xE0 part enti\xE8re",subtitle:"sous-titrage vid\xE9o",youtubeService:"Traduction en immersion Sous-titrage vid\xE9o Services de traduction","subtitle.disabledSubtitle":"D\xE9sactiver d\xE9finitivement la fonction de sous-titres vid\xE9o","subtitle.disabledSubtitleDescription":"Si Immersive Translator's Video Subtitles entre en conflit avec d'autres extensions, vous pouvez choisir de d\xE9sactiver d\xE9finitivement la fonctionnalit\xE9 d'Immersive Translator's Video Subtitles ou de d\xE9sinstaller les autres extensions en conflit.","subtitle.autoEnableSubtitle":"Utilisation automatique de sous-titres bilingues","subtitle.autoEnableSubtitleDescription":"Une fois activ\xE9, des sous-titres bilingues s'afficheront automatiquement lorsque la vid\xE9o est en cours de lecture, sinon, il faut cliquer sur le bouton de traduction pour les afficher.","subtitle.preTranslation":"Traduire des sous-titres \xE0 l'aide de la traduction immersive","subtitle.preTranslationDescription":"Lorsque cette option est activ\xE9e, l'int\xE9gralit\xE9 des sous-titres sera pr\xE9-traduite \xE0 l'aide du service de traduction sp\xE9cifi\xE9 ci-dessous. Une vid\xE9o d'une heure consommera environ 50 000 tokens ou caract\xE8res, donc \xE0 utiliser \xE0 votre propre discr\xE9tion ; lorsqu'elle est d\xE9sactiv\xE9e, les sous-titres originaux seront utilis\xE9s en premier.","subtitle.humanSubtitlesPreferred":"Utilisation prioritaire du sous-titrage humain","subtitle.humanSubtitlesPreferredDescription":"Privil\xE9gier l'utilisation de sous-titres humains lorsque la vid\xE9o dispose de sous-titres humains dans la langue cible (recommand\xE9).",videoSubtitleTranslationDescription:"Confier les sous-titres vid\xE9o \xE0 un service de traduction distinct",subtitleTranslating:"Veuillez patienter pendant que les sous-titres sont traduits \xE0 l'aide du service {service} ... (traduction en immersion)",subtitleLoading:"Chargement des sous-titres...",bilingual:"bilinguisme","field.action":"Activation ou non de la terminologie Baidu","description.action":"Lorsqu'il est activ\xE9, un param\xE8tre action=1 est ajout\xE9 \xE0 la demande pour informer Baidu de l'activation du terme. <1>Veuillez vous r\xE9f\xE9rer \xE0 la documentation officielle pour plus d'informations.",closeQuickTranslation:"Fermer Hoverball","closeQuickTranslation.untilNext":"Cette fois-ci ferm\xE9 jusqu'\xE0 la prochaine visite","closeQuickTranslation.currentWebsite":"Site actuel d\xE9sactiv\xE9","closeQuickTranslation.alwaysClose":"d\xE9sactiver de fa\xE7on permanente","closeQuickTranslation.settingOpen":"(peut \xEAtre activ\xE9e dans la <1>page des param\xE8tres )","closeQuickTranslation.cancel":"annulations","closeQuickTranslation.confirm":"d\xE9finir","floatBall.popup":"Ouvrir le panneau des r\xE9glages rapides","floatBall.translate":"Cliquez pour traduire la page","floatBall.showOriginal":"Cliquez pour revenir \xE0 l'article original","floatBall.close":"Fermer Hoverball","floatBallOptions.enableDescPc":"Apr\xE8s avoir activ\xE9 le hoverball de la page, un bouton de traduction rapide sera affich\xE9 sur le c\xF4t\xE9 droit de la page, cliquez dessus pour traduire !","floatBallOptions.enableDesc":"Apr\xE8s avoir d\xE9sactiv\xE9 le hoverball, il peut \xEAtre rappel\xE9 \xE0 l'aide de{touch}. Il est fortement recommand\xE9 de marquer cette page de param\xE8tres d'un signet afin d'\xE9viter de ne pas pouvoir retrouver le hoverball apr\xE8s avoir d\xE9sactiv\xE9 cette option par inadvertance !","description.azureApiUrl":"Remplir l'adresse de l'interface API personnalis\xE9e",confirmSupportMouse:"Forcer l'activation de la prise en charge de la souris",confirmSupportMouseDescription:"Le navigateur actuel ne prend pas en charge la fonction de la souris. Est-il oblig\xE9 d'activer la prise en charge de la souris ?",sampleTargetText:"La longue nuit viendra, et je veillerai \xE0 partir de ce jour jusqu'\xE0 ma mort. Je ne prendrai pas de femme, je ne ferai pas de fief, je n'aurai pas d'enfant. Je ne porterai pas de couronne, je ne rechercherai pas les honneurs. Je ferai mon devoir, je vivrai et je mourrai.",sampleSourceText:"Night gathers, and now my watch begins. It shall not end until my death. I shall take no wife, hold no lands, father no children. I shall wear no crowns and win no glory. I shall live and die at my post.","subtitle.supportedSites":"\u5DF2\u652F\u6301\u5728\u8FD9\u4E9B\u7F51\u7AD9\u4F7F\u7528\u53CC\u8BED\u5B57\u5E55\uFF08\u6CE8\u610F\uFF1A\u7531\u4E8E\u6280\u672F\u9650\u5236\uFF0C\u90E8\u5206\u7F51\u7AD9\u5728\u9996\u6B21\u5F00\u542F\u5B57\u5E55\u540E\u9700\u8981\u91CD\u65B0\u5237\u65B0\u9875\u9762\uFF0C\u6216\u8005\u9700\u7B49\u5F85\u7FFB\u8BD1\u5B8C\u6210\u4EE5\u663E\u793A\u53CC\u8BED\u5B57\u5E55\uFF09\uFF1A",viewWithImmersiveTranslate:"\u53CC\u8BED\u7248\u672C(\u6C89\u6D78\u5F0F\u7FFB\u8BD1)",errorReason:"\u9519\u8BEF\u539F\u56E0\uFF1A{message}","proQuotaExceededError.onetime7day":'\uFF0C\u60A8\u53EF\u4EE5\u9009\u62E9\u4EE5\u4E0B\u65B9\u5F0F\u89E3\u51B3\uFF1A

1. \u5207\u6362\u5230 {anotherService} \u6216\u5176\u4ED6\u7FFB\u8BD1\u670D\u52A1
2. \u5347\u7EA7\u4E3A\u6708\u5EA6/\u5E74\u5EA6\u4F1A\u5458',"proQuotaExceededError.trial":'\uFF0C\u60A8\u53EF\u4EE5\u9009\u62E9\u4EE5\u4E0B\u65B9\u5F0F\u89E3\u51B3\uFF1A

1. \u5207\u6362\u5230 {anotherService} \u6216\u5176\u4ED6\u7FFB\u8BD1\u670D\u52A1
2. \u7ACB\u523B\u5347\u7EA7\u4E3A\u6B63\u5F0F\u4F1A\u5458',"proQuotaExceededError.nonTrial":'\uFF0C\u60A8\u53EF\u4EE5\u9009\u62E9\u4EE5\u4E0B\u65B9\u5F0F\u89E3\u51B3\uFF1A

1. \u5207\u6362\u5230 {anotherService} \u6216\u5176\u4ED6\u7FFB\u8BD1\u670D\u52A1
2. \u8D2D\u4E70 {translationService} \u989D\u5916\u6D41\u91CF\u5305',"proQuotaExceededError.resetTime":"
3. \u989D\u5EA6\u91CD\u7F6E\u65F6\u95F4\uFF1A{resetTime}","desc.touchShortcutsToggleTranslatePageOnlyTranslation":"Seulement la traduction signifie que seule la traduction est affich\xE9e, si la page n'a pas encore \xE9t\xE9 traduite, elle passera en mode et sera traduite.","desc.toggleOnlyTransation":"Le mode de traduction uniquement signifie que seules les traductions sont affich\xE9es, si la page Web n'a pas encore \xE9t\xE9 traduite, le mode sera chang\xE9 et traduit.",touchShortcutsToggleTranslatePageOnlyTranslation:"Configurer les gestes tactiles pour passer en mode bilingue / mode texte uniquement",download_started:"Le t\xE9l\xE9chargement a d\xE9j\xE0 commenc\xE9, si le t\xE9l\xE9chargement ne commence pas automatiquement, veuillez cliquer manuellement.",here:"ici","error.goReset":"R\xE9initialiser",translationFont:"D\xE9finir la police","error.serveConfigError":"Erreur de configuration du service",detectServiceLoading:"En train de v\xE9rifier les services de traduction disponibles...","translationModeUrl.translation.title":"L'adresse du site en mode traduction uniquement","translationServices.inherit":"Suivez le service de traduction principal","translationModeLang.translation.title":"Mode de langue uniquement en traduction","error.configError":"Les donn\xE9es de configuration sont anormales","translationFont.customPlaceholder":"police de caract\xE8res","touch.mouse-translate":"Traduire le paragraphe sp\xE9cifi\xE9",toggleToService:"Passez \xE0 {service} et r\xE9essayez","translationFont.custom":"Entrez une police personnalis\xE9e",batchEdit:"Op\xE9ration en masse","error.proUpgrade":"Apr\xE8s la mise \xE0 niveau, veuillez rafra\xEEchir la page et traduire \xE0 nouveau.","error.502":"Le service renvoie une erreur, le service est en retard, veuillez r\xE9essayer plus tard.","error.403":"Le service renvoie une erreur, vous n'avez pas temporairement le droit d'acc\xE9der \xE0 ce service.","error.googleLimitIp":"Le service renvoie une erreur, le service Google a limit\xE9 le d\xE9bit pour cette adresse IP, il est recommand\xE9 de changer de n\u0153ud r\xE9seau.",videoSubtitlePreTranslationOff:"Les sous-titres vid\xE9o utiliseront en priorit\xE9 les sous-titres automatiques fournis avec la vid\xE9o originale.","translationFont.notSupportErrorMessage":"Veuillez v\xE9rifier si le nom de la police que vous avez entr\xE9 est correct, ou confirmer que cette police est d\xE9j\xE0 install\xE9e sur votre appareil.","error.proTokenInvalid":"Si vous \xEAtes un utilisateur Pro, veuillez vous connecter avant d'utiliser le service de traduction Pro.",videoSubtitlePreTranslationOn:"Les sous-titres vid\xE9o utiliseront en priorit\xE9 la traduction immersive.","error.400":"Le service renvoie une erreur, la demande de param\xE8tre est incorrecte, veuillez v\xE9rifier la configuration correspondante.","error.429":"Le service renvoie une erreur, indiquant que la demande est trop fr\xE9quente ou d\xE9passe la limite de quota, veuillez r\xE9essayer plus tard.","translationModeUrl.translation.description":"Lorsque le site Web est pour les domaines suivants, il utilisera automatiquement le mode de traduction uniquement.",enableSentryReport:"Lorsqu'une erreur se produit lors de l'extension, utilisez Sentry pour soumettre des commentaires.","error.reloadPageOfSetting":"Apr\xE8s la configuration, veuillez rafra\xEEchir la page pour traduire \xE0 nouveau.","translationModeLang.translation.description":"Lorsque la langue de la page est l'une des langues suivantes, le mode de traduction uniquement sera automatiquement utilis\xE9.","error.gemini.429":"Le service Gemini actuel a atteint sa capacit\xE9 maximale, veuillez r\xE9essayer plus tard ou passer \xE0 un autre service de traduction.","desc.toggleVideoSubtitlePreTranslation":"Une fois appuy\xE9, les sous-titres bilingues de la vid\xE9o utiliseront en priorit\xE9 les param\xE8tres de traduction immersive, une nouvelle pression donnera la priorit\xE9 aux sous-titres de traduction automatique inclus dans la vid\xE9o originale. Attention : ce raccourci modifie les param\xE8tres globaux.","error.openAIExceededQuota":"Le service renvoie une erreur : le solde de votre compte OpenAI est insuffisant, veuillez recharger ou lier une carte de cr\xE9dit dans le back-office officiel d'OpenAI.","error.openAIFreeLimit":"Le service renvoie une erreur, la fr\xE9quence actuelle des demandes de traduction a atteint la limite maximale de 3 fois par minute, veuillez r\xE9essayer plus tard. (C'est une restriction officielle d'OpenAI sur la cl\xE9 API gratuite, pour lever cette restriction, veuillez lier une carte de cr\xE9dit dans le backend d'OpenAI.)","error.serveUnavailable":"Le service [{serverName}] que vous utilisez actuellement est temporairement inaccessible en raison de probl\xE8mes de connexion r\xE9seau ou de fournisseur de services. Nous vous sugg\xE9rons d'essayer de rafra\xEEchir la page ou de changer de service de traduction via <1>Param\xE8tres. Si vous \xEAtes un membre <2>Pro, vous pouvez choisir d'utiliser les services de traduction plus stables de DeepL ou OpenAI (<3>cliquez ici pour un essai gratuit). De plus, vous devrez peut-\xEAtre v\xE9rifier vos param\xE8tres de r\xE9seau ou de proxy.",loggedIn:"Connect\xE9","error.retry":"R\xE9essayer","floatBall.iKnow":"Je sais.",touchShortcutsOff:"Fermer","tagsInput.add":"+ Ajouter","translationServices.gemini":"G\xE9meaux",goLogin:"Allez vous connecter",shortcutSettings:"Raccourci",notLogin:"Non connect\xE9","multipleClick.4":"Quadruple frappe",alwaysTranslateThisSite:"Toujours traduire ce site","multipleClick.3":"Triple coup",neverTranslateThisSite:"Ne jamais traduire ce site","subtitle.bilingual":"Sous-titres bilingues","widget.instructionTooltip":"Consultez le mode d'emploi","shortcutGroup.shortcutsForTranslationServices":"Raccourcis li\xE9s au service de traduction",buildSnapshots:"G\xE9n\xE9rer un instantan\xE9 de la page web",shortcutSettingsTitle:"Param\xE9trage des raccourcis","subtitle.hideQuickButton":"Ne plus afficher ce raccourci",contact:"Contactez-nous","widget.videoSubtitleTooltip":"Prend en charge Youtube et autres sites vid\xE9o {count}+",notLoginPro:"Vous n'avez pas encore connect\xE9 \xE0 votre compte membre.","multipleClick.2":"Double-cliquez","widget.videoSubtitle":"sous-titres vid\xE9o",temprarilyChangeTranslationTo_gemini:"Utilisation de Gemini pour traduire la page actuelle.","error.subscriptionExpiredTitle":"L'adh\xE9sion a expir\xE9",pickAll:"Tout s\xE9lectionner","floatBall.guideClickToTranslate":"Cliquez sur la bulle de traduction immersive pour traduire rapidement",temprarilyChangeTranslationTo_google:"Utilisation en cours de Google Traduction pour cette page actuelle",temprarilyChangeTranslationTo_bing:"Utilisation en cours de Microsoft Traduction pour la page actuelle",mouseHoverCustomKeyTitle:"Personnaliser les raccourcis de survol de la souris","browser.translateWithDeepL":"Utilisation temporaire de DeepL pour traduire la page actuelle","widget.translateFile":"PDF/ePub",temprarilyChangeTranslationTo_openai:"Utilisation en cours d'OpenAI pour traduire la page actuelle","subtitle.autoDisableSubtitle":"Ne pas activer automatiquement les sous-titres bilingues","error.reason":"Raison de l'erreur",temprarilyChangeTranslationTo_deepl:"Utilisation de DeepL pour traduire la page actuelle.","widget.translateFileTooltip":"Traduire les documents PDF, EPUB, SRT, ASS, HTML et TXT",networkError:"Le service de traduction ou le r\xE9seau rencontre des probl\xE8mes.","floatBall.longPress":"Appuyez longuement pour ouvrir rapidement le panneau de configuration.",paragraphMinTextCountField:"Le nombre minimum de caract\xE8res requis pour traduire un paragraphe","browser.translateWithTransmart":"Utilisation temporaire de Tencent pour traduire la page actuelle","browser.translateWithOpenAI":"Utilisation temporaire d'OpenAI pour traduire la page actuelle",translationOnlyMode:"Mode de traduction uniquement","slide.right":"Glissez vers la gauche","shortcutGroup.main":"Raccourcis de fonctionnalit\xE9s couramment utilis\xE9s",temprarilyChangeTranslationTo_transmart:"Utilise actuellement la traduction de Tencent pour cette page.",touchShortcutsToggleTranslatePage:"D\xE9finir un geste tactile pour traduire la page web / afficher le texte original","slide.left":"Faites glisser vers la droite","shortcutGroup.touch":"Gestes sp\xE9cifiques pour \xE9cran tactile","intro.floatBallTitle":"Boule flottante de traduction rapide","neverTranslateText.title":"Ci-dessous, les mots restent en texte original, ne pas traduire.","browser.toggleMouseHoverTranslateDirectly":"Activer ou d\xE9sactiver temporairement la traduction directe au survol de la souris sur la page","browser.translateInputBox":"Traduire le contenu de la bo\xEEte de saisie actuelle","browser.translateWithGoogle":"Utilisation temporaire de Google Traduction pour la page actuelle","browser.translateWithBing":"Utilisation temporaire de Microsoft Traduction pour la page actuelle","widget.instruction":"Mode d'emploi","subtitle.showQuickButton":"Afficher les sous-titres bilingues dans le lecteur est un raccourci",touchShortcutsToggleTranslationMask:"Configurer l'affichage du geste tactile pour afficher le masque de traduction / afficher le texte original","error.subscriptionExpired":"Votre adh\xE9sion a peut-\xEAtre expir\xE9, veuillez v\xE9rifier votre statut de membre.","intro.hoverTitle":"Survolez avec la souris pour traduire le paragraphe actuel","browser.translateWithGemini":"Utilisez temporairement Gemini pour traduire la page actuelle",touchShortcutsToggleTranslateTouchElement:"Configurer la traduction de paragraphes sp\xE9cifiques par gestes tactiles","desc.touchShortcutsToggleTranslateTouchElement":"Personnalisez un geste et vous pourrez traduire n'importe quel paragraphe o\xF9 vous vous trouvez.","intro.subtitleTitle":"Affichage des sous-titres bilingues en vid\xE9o en ligne","desc.interfaceLanguage":"La configuration de la langue de l'interface affecte la langue d'affichage du panneau de contr\xF4le et n'a rien \xE0 voir avec la langue cible de la traduction.","browser.toggleVideoSubtitlePreTranslation":"Basculer vers les sous-titres bilingues en privil\xE9giant les param\xE8tres de traduction immersive","shortcutGroup.others":"Plus de raccourcis de fonctionnalit\xE9s personnalis\xE9es",confirmResetToDefaultSettings:"Confirmez-vous vouloir r\xE9tablir ce service de traduction comme param\xE8tre par d\xE9faut ? (Cela ne r\xE9initialise que les param\xE8tres de ce service de traduction)",shortcutDisableTooltip:"Veuillez configurer dans la page de gestion des raccourcis d'extension fournie par le navigateur, pour plus de directives, veuillez consulter les instructions en haut de cette page.","subtitle.showQuickButtonDescription":"Fournir un raccourci pour activer les sous-titres bilingues dans le coin inf\xE9rieur droit du lecteur vid\xE9o","shortcutGroup.mouse":"Configuration des raccourcis clavier pour le survol de la souris","desc.toggleTranslateTheMainPage":"Traduisez uniquement les zones principales de la page, une fois que vous avez activ\xE9 la traduction de toutes les zones de la page dans les param\xE8tres avanc\xE9s, vous pouvez utiliser ce raccourci pour traduire sp\xE9cifiquement les zones principales de la page.","description.baiduField":"Les domaines pris en charge sont vus <1>ici, si vide cela signifie qu'aucun domaine n'est sp\xE9cifi\xE9.",upgradeToProErrorTitle:"Veuillez passer \xE0 l'adh\xE9sion Pro pour utiliser ce service de traduction.",paragraphMinTextCountDesc:"Faites attention, ici on parle de la longueur des caract\xE8res, par exemple: hello compte 5 caract\xE8res, d\xE9finir une valeur plus grande peut r\xE9duire les traductions de petits paragraphes inutiles.",translationOnlyModeDescription:"Le mode de traduction uniquement signifie que seule la traduction est affich\xE9e, et non le mode bilingue par d\xE9faut. Notez que: en raison des limitations techniques, les hyperliens du texte original seront d\xE9sactiv\xE9s en mode de traduction uniquement.","desc.toggleTranslateTheWholePage":"Traduire toute la zone de la page, par d\xE9faut, nous traduirons la zone principale de la page, vous pouvez utiliser ce raccourci pour traduire sp\xE9cifiquement toute la zone de la page.","contact.description":"Si vous avez des questions ou des suggestions, n'h\xE9sitez pas \xE0 remplir le formulaire ci-dessous pour nous contacter, ou \xE0 envoyer un courriel \xE0 {email}, nous vous r\xE9pondrons d\xE8s que possible.",mouseHoverCustomKeyDescription:"Vous pouvez personnaliser un raccourci clavier pour le survol de la souris, par exemple : Alt+Z, Ctrl+E, Cmd+Alt+E ou directement Cmd, veuillez entrer manuellement.","desc.mouseHoverHoldKey":"Lorsque la souris survole un paragraphe et que vous appuyez simultan\xE9ment sur la touche de raccourci \xE0 droite, vous pouvez traduire directement ce paragraphe.","desc.touchShortcutsToggleTranslatePage":"Une fois configur\xE9, lors de l'utilisation d'un appareil mobile, vous pouvez toucher l'\xE9cran avec X doigts, glisser de gauche \xE0 droite ou cliquer continuellement pour d\xE9clencher la traduction de la page web / afficher le texte original.","desc.touchShortcutsToggleTranslationMask":"La traduction du masque fait r\xE9f\xE9rence \xE0 l'effet flou dans le style de la traduction (mode d'apprentissage), qui est activ\xE9 temporairement pour utiliser l'effet flou sur la traduction, facilitant l'apprentissage.","intro.floatBallDescription":"Une fois activ\xE9, un bouton de traduction rapide s'affichera sur le c\xF4t\xE9 droit de la page. Cliquez dessus pour traduire, cliquez \xE0 nouveau pour revenir au texte original. Sur mobile, maintenez le bouton flottant pour ouvrir le panneau de configuration rapide.","desc.toggleMouseHoverTranslateDirectly":"Apr\xE8s avoir appuy\xE9 sur ce raccourci, sur la page, d\xE8s que la souris pointe sur n'importe quel texte, ce texte sera automatiquement traduit. Appuyez \xE0 nouveau sur le raccourci pour d\xE9sactiver cette fonction de traduction automatique.","intro.hoverDescription":"La traduction au survol de la souris est une fonction tr\xE8s importante dans la traduction immersive. Il suffit de placer la souris sur le paragraphe et d'appuyer simultan\xE9ment sur la touche de raccourci d\xE9finie pour traduire automatiquement le paragraphe actuel (remarque : elle n'est pas activ\xE9e par d\xE9faut, veuillez la configurer ci-dessous). Cette interaction est utilis\xE9e pour mieux remplacer la traduction par s\xE9lection de mots. De plus, cette fonction est largement utilis\xE9e dans les zones de traduction qui ne peuvent pas \xEAtre reconnues. Vous pouvez utiliser cette fonction pour forcer la traduction de n'importe quel paragraphe.","neverTranslateText.description":"En raison de la reconnaissance insatisfaisante des noms propres par certains moteurs de traduction, vous pouvez ajouter des mots ici pour vous assurer qu'ils ne sont pas convertis pendant le processus de traduction. Veuillez noter que cette fonction distingue les majuscules et les minuscules et ne prend en charge que les langues \xE0 mots s\xE9par\xE9s par des espaces (comme l'anglais, le fran\xE7ais), elle n'est pas applicable aux langues comme le japonais, le cor\xE9en, etc.","intro.subtitleDescription":"Une fois cette fonction activ\xE9e, les sous-titres bilingues seront automatiquement affich\xE9s lors de la lecture de la vid\xE9o. Si elle n'est pas activ\xE9e, vous devrez cliquer manuellement sur le bouton de traduction sur la page pour afficher les sous-titres. Veuillez noter qu'en raison de limitations techniques, certains sites peuvent n\xE9cessiter un rafra\xEEchissement de la page ou attendre la fin de la traduction pour afficher les sous-titres bilingues. (De plus, vous pouvez \xE9galement activer/d\xE9sactiver le panneau de raccourcis de traduction immersive dans le coin sup\xE9rieur droit apr\xE8s avoir ouvert le site de la vid\xE9o).

La prise en charge des sous-titres bilingues est actuellement disponible sur ces sites :",geminiWarning:"Attention : Le service gratuit Gemini fourni par Google a des restrictions strictes, il est possible que Google juge que l'utilisateur utilise plusieurs cl\xE9s pour contourner leurs restrictions de quota gratuit, il n'est pas recommand\xE9 de l'utiliser, il est recommand\xE9 d'attendre que Google ouvre l'interface de paiement Gemini \xE0 l'avenir avant de l'utiliser.","floatBall.setting":"Param\xE9trage","floatBall.translateToLanguage":"Cliquez pour traduire en {language}","floatBall.file":"Traduire les fichiers PDF, EPUB, SRT, ASS, HTML, TXT",changeToOnlyTempTranslationMode:"Afficher uniquement les traductions",changeToDualTempTranslationMode:"Passer \xE0 la traduction bilingue","transitionMode.translation":"Seulement le texte traduit","options.navbar.installApp":"Installer l'application mobile","options.navbar.translateFile":"Traduire le document","subtitle.transitionMode":"Param\xE8tres de sous-titres vid\xE9o bilingues / traduction uniquement","subtitle.transitionModeDescription":"D\xE9finir les sous-titres vid\xE9o en mode bilingue ou en mode traduction uniquement","transitionMode.inherit":"Restez coh\xE9rent avec le mode d'affichage de traduction par d\xE9faut du syst\xE8me.","transitionMode.dual":"Contraste bilingue",translateFileTooltip:`Traduire PDF, ePub, srt, ass, HTML, fichiers TXT`,"description.multiplePrompt":`Lorsque le nombre de paragraphes est sup\xE9rieur \xE0 1, les dialogues envoy\xE9s \xE0 {service} en tant qu'utilisateur, o\xF9 {{from}} repr\xE9sente la langue du paragraphe, {{to}} repr\xE9sente la langue cible, {{yaml}} est le contenu du paragraphe que nous avons emball\xE9 au format yaml, si vous avez besoin de personnaliser Prompt, vous devez vous assurer que chaque \xE9l\xE9ment dans le r\xE9sultat YAML de la r\xE9ponse AI contient le champ {env.imt_trans_field}, {{imt_trans_field}} est le nom du champ de traduction que nous esp\xE9rons que l'IA r\xE9pondra, par d\xE9faut c'est {env.imt_trans_field}, {{imt_source_field}} est le nom du champ d'origine que nous passons \xE0 l'IA, par d\xE9faut c'est {env.imt_source_field}, exemple de r\xE9sultat : - id: 1 @@ -5084,7 +5084,7 @@ ass, HTML, fichiers TXT`,"description.multiplePrompt":`Lorsque le nombre de para {env.imt_sub_trans_field}: Traduction - id: 2 {env.imt_sub_source_field}: Source - {env.imt_sub_trans_field}: Traduction`,"subtitle.quickButton.magenta":"Fuchsia","subtitle.quickButton.red":"Rouge","subtitle.quickButton.setting":"Param\xE9trage","subtitle.quickButton.black":"noir","subtitle.quickButton.translationPosition":"Position de traduction","subtitle.quickButton.green":"Vert","subtitle.quickButton.translationFontSize":"Taille de police de traduction","subtitle.quickButton.sourceTextColor":"Couleur de police d'origine","translationServices.claude":"Claude","subtitle.quickButton.blue":"Bleu","subtitle.quickButton.sourceFontSize":"La taille originale de la police","subtitle.quickButton.translationTextColor":"Couleur de la police de traduction","subtitle.quickButton.backgroundColor":"couleur d'arri\xE8re-plan","subtitle.quickButton.white":"Blanc","subtitle.quickButton.translationPositionTop":"En haut de l'original","subtitle.quickButton.yellow":"jaune","subtitle.quickButton.cyan":"Bleu","subtitle.quickButton.backgroundOpacity":"Opacit\xE9 de l'arri\xE8re-plan","subtitle.quickButton.translationPositionBottom":"\u5728\u539F\u6587\u4E0B\u65B9",attachSubtitleTranslating:"Utilisation de {service} pour la traduction en cours...","error.claude.403":"Acc\xE8s temporairement interdit au service, cela peut \xEAtre li\xE9 aux restrictions r\xE9gionales de Claude. Vous pouvez essayer de changer votre adresse IP ou utiliser un autre service de traduction.","browser.brandDescriptionForSafari":"\u3010Traduction immersive\u3011Un plugin de traduction de pages web bilingue gratuit (texte original / traduction), qui supporte \xE9galement la traduction de PDF et de livres \xE9lectroniques EPUB tout en conservant la mise en page originale, la traduction de sous-titres bilingues pour des vid\xE9os en ligne comme Youtube/Netflix, et qui supporte les services de traduction principaux tels que Deepl/Google;","browser.PdfProFile":"AI pilot\xE9 PDF Pro traduction","browser.textTranslate":"Traduction de texte"};var Fs={nologin:"\u0905\u0902\u0926\u0930 \u092A\u094D\u0930\u0935\u0947\u0936 \u0915\u0940 \u0905\u0928\u0941\u092E\u0924\u093F \u0928\u0939\u0940\u0902 \u0939\u0948",loginForSafari:"\u0932\u0949\u0917-\u0907\u0928 \u092F\u093E \u092A\u0902\u091C\u0940\u0915\u0943\u0924",login:"\u0932\u0949\u0917 \u0907\u0928 \u0915\u0930\u0928\u0947 \u0915\u0947 \u092C\u093E\u0926 \u0906\u092A \u0938\u0926\u0938\u094D\u092F\u0924\u093E \u0938\u0915\u094D\u0930\u093F\u092F \u0915\u0930 \u0938\u0915\u0924\u0947 \u0939\u0948\u0902",manageAccount:"\u0916\u093E\u0924\u0947 \u0915\u093E \u092A\u094D\u0930\u092C\u0902\u0927\u0928 \u0915\u0930\u0947\u0902",openPremium:"\u0938\u0926\u0938\u094D\u092F\u0924\u093E \u0917\u094D\u0930\u0939\u0923 \u0915\u0930\u0947\u0902",logout:"\u091B\u094B\u0921\u093C\u0928\u093E",curentPlan:"\u0935\u0930\u094D\u0924\u092E\u093E\u0928 \u092A\u0948\u0915\u0947\u091C",endAt:"\u092A\u0930\u093F\u092A\u0915\u094D\u0935\u0924\u093E",endAuto:"\u0938\u094D\u0935\u091A\u093E\u0932\u093F\u0924 \u0928\u0935\u0940\u0915\u0930\u0923",lineBreakMaxTextCount:"\u092A\u0902\u0915\u094D\u0924\u093F \u0935\u093F\u0930\u093E\u092E \u0915\u0947 \u092C\u093E\u0926 \u092A\u094D\u0930\u0924\u093F \u0935\u093E\u0915\u094D\u092F \u0905\u0928\u0941\u092E\u0924 \u0935\u0930\u094D\u0923\u094B\u0902 \u0915\u0940 \u0905\u0927\u093F\u0915\u0924\u092E \u0938\u0902\u0916\u094D\u092F\u093E","translate-pdf":"\u092A\u0940\u0921\u0940\u090F\u092B \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u0915\u094D\u0932\u093F\u0915 \u0915\u0930\u0947\u0902","noSupportTranslate-pdf":"\u0938\u094D\u0915\u094D\u0930\u093F\u092A\u094D\u091F \u0938\u092E\u0930\u094D\u0925\u093F\u0924 \u0928\u0939\u0940\u0902 \u0939\u0948, \u0915\u0943\u092A\u092F\u093E \u092A\u094D\u0932\u0917-\u0907\u0928 \u0915\u093E \u0909\u092A\u092F\u094B\u0917 \u0915\u0930\u0947\u0902","translate-firefox-local-pdf":"\u092A\u0940\u0921\u0940\u090F\u092B \u0906\u092F\u093E\u0924 \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u0915\u094D\u0932\u093F\u0915 \u0915\u0930\u0947\u0902",enableLineBreak:"\u0932\u0902\u092C\u0947 \u0905\u0928\u0941\u091A\u094D\u091B\u0947\u0926\u094B\u0902 \u0915\u0947 \u0932\u093F\u090F \u0938\u094D\u0935\u091A\u093E\u0932\u093F\u0924 \u0936\u092C\u094D\u0926 \u0930\u0948\u092A\u093F\u0902\u0917 \u091A\u093E\u0932\u0942 \u0915\u0930\u0947\u0902",sponsorLabel:"$1 \u0938\u0947 \u0936\u0941\u0930\u0942 \u0915\u0930\u0915\u0947 \u0915\u093F\u0938\u0940 \u0921\u0947\u0935\u0932\u092A\u0930 \u0915\u094B \u092A\u094D\u0930\u093E\u092F\u094B\u091C\u093F\u0924 \u0915\u0930\u0947\u0902",help:"\u092E\u0926\u0926",browserShortcutsNoteForFirefox:'\u092B\u093C\u093E\u092F\u0930\u092B\u093C\u0949\u0915\u094D\u0938 \u092C\u094D\u0930\u093E\u0909\u091C\u093C\u0930 \u092E\u0947\u0902 \u0936\u0949\u0930\u094D\u091F\u0915\u091F \u0915\u0941\u0902\u091C\u093F\u092F\u094B\u0902 \u0915\u094B \u0938\u0902\u0936\u094B\u0927\u093F\u0924 \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F, \u0906\u092A\u0915\u094B \u090F\u0915\u094D\u0938\u091F\u0947\u0902\u0936\u0928 \u092A\u094D\u0930\u092C\u0902\u0927\u0928 \u092A\u0943\u0937\u094D\u0920 `about:addons` \u0916\u094B\u0932\u0928\u093E \u0939\u094B\u0917\u093E, \u092B\u093F\u0930 "\u0938\u0947\u091F\u093F\u0902\u0917\u094D\u0938" \u092A\u0930 \u0915\u094D\u0932\u093F\u0915 \u0915\u0930\u0947\u0902, \u092B\u093F\u0930 \u0907\u0938\u0947 \u0938\u0947\u091F \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F "\u0936\u0949\u0930\u094D\u091F\u0915\u091F \u0915\u0941\u0902\u091C\u093F\u092F\u093E\u0901 \u092A\u094D\u0930\u092C\u0902\u0927\u093F\u0924 \u0915\u0930\u0947\u0902" \u092A\u0930 \u0915\u094D\u0932\u093F\u0915 \u0915\u0930\u0947\u0902\u0964',browserShortcutsNoteForChrome:"\u0915\u094D\u0930\u094B\u092E-\u091C\u0948\u0938\u0947 \u092C\u094D\u0930\u093E\u0909\u091C\u093C\u0930 \u092E\u0947\u0902 \u0936\u0949\u0930\u094D\u091F\u0915\u091F \u0915\u0941\u0902\u091C\u093F\u092F\u094B\u0902 \u0915\u094B \u0938\u0902\u0936\u094B\u0927\u093F\u0924 \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F, \u0906\u092A\u0915\u094B \u090F\u0915\u094D\u0938\u091F\u0947\u0902\u0936\u0928 \u092A\u094D\u0930\u092C\u0902\u0927\u0928 \u092A\u0943\u0937\u094D\u0920 \u0916\u094B\u0932\u0928\u093E \u0939\u094B\u0917\u093E, \u0907\u0938\u0947 `\u0936\u0949\u0930\u094D\u091F\u0915\u091F \u092A\u094D\u0930\u092C\u0902\u0927\u093F\u0924 \u0915\u0930\u0947\u0902` \u092A\u0948\u0928\u0932 (`\u0915\u094D\u0930\u094B\u092E://\u090F\u0915\u094D\u0938\u091F\u0947\u0902\u0936\u0928/\u0936\u0949\u0930\u094D\u091F\u0915\u091F`) \u092E\u0947\u0902 \u0938\u0947\u091F \u0915\u0930\u0928\u093E \u0939\u094B\u0917\u093E, \u0914\u0930 \u0938\u0940\u0927\u0947 \u091C\u093E\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u0928\u0940\u091A\u0947 \u0926\u093F\u090F \u0917\u090F \u092C\u091F\u0928 \u092A\u0930 \u0915\u094D\u0932\u093F\u0915 \u0915\u0930\u0928\u093E \u0939\u094B\u0917\u093E \u0936\u0949\u0930\u094D\u091F\u0915\u091F \u0915\u0941\u0902\u091C\u0940 \u092A\u094D\u0930\u092C\u0902\u0927\u0928 \u092A\u0943\u0937\u094D\u0920.",browserShortcutsSucks:"\u0915\u0938\u094D\u091F\u092E \u0936\u0949\u0930\u094D\u091F\u0915\u091F \u0915\u0941\u0902\u091C\u0940 \u092A\u094D\u0930\u093E\u0930\u0942\u092A \u0939\u0948 (\u0915\u094B\u0908 \u0938\u094D\u0935\u091A\u093E\u0932\u093F\u0924 \u092A\u0939\u091A\u093E\u0928 \u0928\u0939\u0940\u0902, \u0915\u0943\u092A\u092F\u093E \u0938\u0940\u0927\u0947 \u0926\u0930\u094D\u091C \u0915\u0930\u0947\u0902)\uFF1A",enableLineBreakDescription:"\u091A\u093E\u0932\u0942 \u0939\u094B\u0928\u0947 \u092A\u0930, \u092A\u0922\u093C\u0928\u0947 \u0915\u0940 \u0938\u0941\u0935\u093F\u0927\u093E \u0915\u0947 \u0932\u093F\u090F \u092A\u094D\u0930\u0924\u094D\u092F\u0947\u0915 \u0935\u093E\u0915\u094D\u092F \u0915\u0947 \u0905\u0902\u0924 \u092E\u0947\u0902 \u0932\u0902\u092C\u0947 \u092A\u0948\u0930\u093E\u0917\u094D\u0930\u093E\u092B \u092E\u0947\u0902 \u0932\u093E\u0907\u0928 \u092C\u094D\u0930\u0947\u0915 \u0921\u093E\u0932\u0947 \u091C\u093E\u090F\u0902\u0917\u0947\u0964","browser.shortBrandName":"\u0917\u0939\u0928 \u0905\u0928\u0941\u0935\u093E\u0926","browser.brandName":"\u0907\u092E\u0930\u094D\u0938\u093F\u0935 \u0905\u0928\u0941\u0935\u093E\u0926: \u0926\u094D\u0935\u093F\u092D\u093E\u0937\u0940 \u0935\u0947\u092C \u092A\u0947\u091C \u0905\u0928\u0941\u0935\u093E\u0926 \u0914\u0930 \u092A\u0940\u0921\u0940\u090F\u092B \u0926\u0938\u094D\u0924\u093E\u0935\u0947\u091C\u093C \u0905\u0928\u0941\u0935\u093E\u0926","browser.brandDescription":"Bilingual web page translation, also supports PDF translation, bilingual Epub eBook translation, free to use.","browser.toggleTranslatePage":"\u0935\u0947\u092C \u092A\u0947\u091C \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0947\u0902/\u092E\u0942\u0932 \u092A\u093E\u0920 \u0926\u093F\u0916\u093E\u090F\u0902","browser.toggleTranslateTheWholePage":"\u092A\u0943\u0937\u094D\u0920 \u0915\u0947 \u0938\u092D\u0940 \u0915\u094D\u0937\u0947\u0924\u094D\u0930\u094B\u0902 \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0947\u0902/\u092E\u0942\u0932 \u092A\u093E\u0920 \u092A\u094D\u0930\u0926\u0930\u094D\u0936\u093F\u0924 \u0915\u0930\u0947\u0902","browser.toggleOnlyTransation":"\u0926\u094D\u0935\u093F\u092D\u093E\u0937\u0940/\u0915\u0947\u0935\u0932 \u0905\u0928\u0941\u0935\u093E\u0926 \u092E\u094B\u0921 \u092A\u0930 \u0938\u094D\u0935\u093F\u091A \u0915\u0930\u0947\u0902","browser.toggleTranslateToThePageEndImmediately":"\u0924\u0941\u0930\u0902\u0924 \u092A\u0943\u0937\u094D\u0920 \u0915\u0947 \u0928\u0940\u091A\u0947 \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0947\u0902/\u092E\u0942\u0932 \u092A\u093E\u0920 \u0926\u093F\u0916\u093E\u090F\u0902","browser.toggleTranslateTheMainPage":"\u092A\u0943\u0937\u094D\u0920 \u0915\u0947 \u092E\u0941\u0916\u094D\u092F \u0915\u094D\u0937\u0947\u0924\u094D\u0930 \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0947\u0902/\u092E\u0942\u0932 \u092A\u093E\u0920 \u092A\u094D\u0930\u0926\u0930\u094D\u0936\u093F\u0924 \u0915\u0930\u0947\u0902","browser.shareToDraft":"\u0926\u094D\u0935\u093F\u092D\u093E\u0937\u0940 \u092A\u0943\u0937\u094D\u0920 \u0938\u093E\u091D\u093E \u0915\u0930\u0947\u0902","browser.openOptionsPage":"\u0938\u0947\u091F\u093F\u0902\u0917 \u092A\u0943\u0937\u094D\u0920 \u0916\u094B\u0932\u0947\u0902","browser.toggleTranslationMask":"\u0905\u0928\u0941\u0935\u093E\u0926 \u0927\u0941\u0902\u0927\u0932\u093E \u092A\u094D\u0930\u092D\u093E\u0935 \u0926\u093F\u0916\u093E\u090F\u0901/\u091B\u093F\u092A\u093E\u090F\u0901","browser.translateLocalPdfFile":"\u0938\u094D\u0925\u093E\u0928\u0940\u092F \u092A\u0940\u0921\u0940\u090F\u092B \u092B\u093E\u0907\u0932\u094B\u0902 \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0947\u0902","browser.openEbookViewer":"\u0938\u094D\u0925\u093E\u0928\u0940\u092F \u0908-\u092A\u0941\u0938\u094D\u0924\u0915\u0947\u0902 \u092A\u0922\u093C\u0947\u0902","browser.openEbookBuilder":"\u0926\u094D\u0935\u093F\u092D\u093E\u0937\u0940 EPUB \u0908-\u092A\u0941\u0938\u094D\u0924\u0915\u0947\u0902 \u092C\u0928\u093E\u090F\u0901","browser.translateLocalHtmlFile":"HTML/txt \u092B\u093C\u093E\u0907\u0932\u094B\u0902 \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0947\u0902","browser.donateContext":"\u092A\u094D\u0930\u093E\u092F\u094B\u091C\u0928 \u0932\u093E\u092D\u094B\u0902 \u0915\u0947 \u092C\u093E\u0930\u0947 \u092E\u0947\u0902 \u091C\u093E\u0928\u0947\u0902","browser.translateLocalSubtitleFile":"\u0938\u094D\u0925\u093E\u0928\u0940\u092F \u0909\u092A\u0936\u0940\u0930\u094D\u0937\u0915 \u092B\u093C\u093E\u0907\u0932\u094B\u0902 \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0947\u0902",confirmResetConfig:"\u0915\u094D\u092F\u093E \u0906\u092A \u0935\u093E\u0915\u0908 \u0905\u092A\u0928\u0940 \u0938\u0947\u091F\u093F\u0902\u0917\u094D\u0938 \u0930\u0940\u0938\u0947\u091F \u0915\u0930\u0928\u093E \u091A\u093E\u0939\u0924\u0947 \u0939\u0948\u0902?",translationLineBreakSettingTitle:"\u0905\u0928\u0941\u0935\u093E\u0926 \u092A\u0902\u0915\u094D\u0924\u093F \u0930\u0948\u092A\u093F\u0902\u0917 \u0938\u0947\u091F\u093F\u0902\u0917",smartLineBreak:"\u0938\u094D\u092E\u093E\u0930\u094D\u091F \u0932\u093E\u0907\u0928 \u0930\u0948\u092A\u093F\u0902\u0917",alwaysLineBreak:"\u0939\u092E\u0947\u0936\u093E \u0932\u092A\u0947\u091F\u094B",isShowContextMenu:"\u0905\u0928\u0941\u0935\u093E\u0926\u093F\u0924 \u0935\u0947\u092C \u092A\u0947\u091C \u0915\u094B \u0930\u093E\u0907\u091F-\u0915\u094D\u0932\u093F\u0915 \u092E\u0947\u0928\u0942 \u0906\u0907\u091F\u092E \u092E\u0947\u0902 \u091C\u094B\u0921\u093C\u0947\u0902",toggleBeta:"\u092C\u0940\u091F\u093E \u092A\u0930\u0940\u0915\u094D\u0937\u0923 \u0938\u0941\u0935\u093F\u0927\u093E\u090F\u0901 \u0938\u0915\u094D\u0937\u092E \u0915\u0930\u0947\u0902",betaDescription:"\u0909\u0928 \u0938\u0941\u0935\u093F\u0927\u093E\u0913\u0902 \u0915\u094B \u0938\u0915\u094D\u0937\u092E \u0915\u0930\u0947\u0902 \u091C\u094B \u0905\u092D\u0940 \u092D\u0940 \u092A\u094D\u0930\u092F\u094B\u0917\u093E\u0924\u094D\u092E\u0915 \u0939\u0948\u0902, \u0938\u093E\u0925 \u0939\u0940 \u092A\u0930\u0940\u0915\u094D\u0937\u0923 \u092E\u0947\u0902 \u0905\u0928\u0941\u0935\u093E\u0926 \u0938\u0947\u0935\u093E\u090F\u0902 \u092D\u0940 \u0938\u0915\u094D\u0937\u092E \u0915\u0930\u0947\u0902\u0964 <1>\u091F\u0947\u0932\u0940\u0917\u094D\u0930\u093E\u092E \u0938\u092E\u0942\u0939 \u0938\u0947 \u091C\u0941\u0921\u093C\u0947\u0902 \u0914\u0930 \u0905\u0927\u093F\u0915 \u091C\u093E\u0928\u0947\u0902\u0964",translationLineBreakSettingDescription:"\u0939\u092E\u0947\u0936\u093E \u0930\u0948\u092A \u0915\u092E \u0938\u093E\u092E\u0917\u094D\u0930\u0940 \u0935\u093E\u0932\u0947 \u0932\u0947\u0906\u0909\u091F \u0915\u0947 \u0932\u093F\u090F \u0909\u092A\u092F\u0941\u0915\u094D\u0924 \u0939\u094B\u0924\u093E \u0939\u0948 \u0914\u0930 \u0905\u0927\u093F\u0915 \u0938\u0941\u0935\u094D\u092F\u0935\u0938\u094D\u0925\u093F\u0924 \u0939\u094B\u0924\u093E \u0939\u0948\u0964 (\u0938\u094D\u0925\u093E\u0928 \u092C\u091A\u093E\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u092C\u0939\u0941\u0924 \u0938\u093E\u0930\u0940 \u0938\u093E\u092E\u0917\u094D\u0930\u0940 ({count}\u0938\u0947 \u0905\u0927\u093F\u0915 \u0905\u0915\u094D\u0937\u0930) \u0935\u093E\u0932\u0947 \u0932\u0902\u092C\u0947 \u092A\u0948\u0930\u093E\u0917\u094D\u0930\u093E\u092B \u092E\u0947\u0902 \u0938\u094D\u092E\u093E\u0930\u094D\u091F \u0932\u093E\u0907\u0928 \u092C\u094D\u0930\u0947\u0915 \u0915\u093E \u0909\u092A\u092F\u094B\u0917 \u0915\u0930\u0947\u0902)",tempTranslateDomainTitle:"\u0935\u0947\u092C\u0938\u093E\u0907\u091F \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u094B \u0905\u0938\u094D\u0925\u093E\u092F\u0940 \u0930\u0942\u092A \u0938\u0947 \u0915\u092C \u0924\u0915 \u0938\u0915\u094D\u0937\u092E \u0915\u0930\u0928\u093E \u0939\u0948",tempTranslateDomainDescription:"\u0915\u093F\u0938\u0940 \u0935\u0947\u092C \u092A\u0947\u091C \u0915\u093E \u092E\u0948\u0928\u094D\u092F\u0941\u0905\u0932 \u0930\u0942\u092A \u0938\u0947 \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0924\u0947 \u0938\u092E\u092F, \u0938\u094D\u0935\u091A\u093E\u0932\u093F\u0924 \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0947 \u0932\u093F\u090F \u0935\u0947\u092C\u0938\u093E\u0907\u091F \u0915\u094B \u0905\u0938\u094D\u0925\u093E\u092F\u0940 \u0930\u0942\u092A \u0938\u0947 \u091A\u093E\u0932\u0942 \u0915\u0930\u0947\u0902, \u0914\u0930 \u0906\u092A \u0905\u0938\u094D\u0925\u093E\u092F\u0940 \u0905\u0935\u0927\u093F \u0928\u093F\u0930\u094D\u0927\u093E\u0930\u093F\u0924 \u0915\u0930 \u0938\u0915\u0924\u0947 \u0939\u0948\u0902\u0964",xMinutes:"{count} \u092E\u093F\u0928\u091F",disabled:"\u0905\u0915\u094D\u0937\u092E \u0915\u0930\u0928\u093E",changelog:"\u0932\u0949\u0917 \u092C\u0926\u0932\u0947\u0902",toggleTranslatePageWhenThreeFingersOnTheScreen:"\u0935\u0947\u092C \u092A\u0947\u091C \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0928\u0947/\u092E\u0942\u0932 \u092A\u093E\u0920 \u092A\u094D\u0930\u0926\u0930\u094D\u0936\u093F\u0924 \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u090F\u0915 \u0939\u0940 \u0938\u092E\u092F \u092E\u0947\u0902 \u0915\u0908 \u0905\u0902\u0917\u0941\u0932\u093F\u092F\u094B\u0902 \u0938\u0947 \u0938\u094D\u0915\u094D\u0930\u0940\u0928 \u0915\u094B \u0938\u094D\u092A\u0930\u094D\u0936 \u0915\u0930\u0947\u0902",toggleTranslationMaskWhenThreeFingersOnTheScreen:"\u0905\u0928\u0941\u0935\u093E\u0926 \u0927\u0941\u0902\u0927\u0932\u093E \u092A\u094D\u0930\u092D\u093E\u0935 \u0926\u093F\u0916\u093E\u0928\u0947/\u091B\u093F\u092A\u093E\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u090F\u0915 \u0939\u0940 \u0938\u092E\u092F \u092E\u0947\u0902 \u0915\u0908 \u0905\u0902\u0917\u0941\u0932\u093F\u092F\u094B\u0902 \u0915\u094B \u0938\u094D\u092A\u0930\u094D\u0936 \u0915\u0930\u0947\u0902",fingerCountToToggleTranslagePageOnlyTranslationWhenTouching:"\u0935\u0947\u092C \u092A\u0947\u091C \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 (\u0915\u0947\u0935\u0932 \u0905\u0928\u0941\u0935\u093E\u0926)/\u092E\u0942\u0932 \u092A\u093E\u0920 \u092A\u094D\u0930\u0926\u0930\u094D\u0936\u093F\u0924 \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u090F\u0915 \u0939\u0940 \u0938\u092E\u092F \u092E\u0947\u0902 \u0915\u0908 \u0905\u0902\u0917\u0941\u0932\u093F\u092F\u094B\u0902 \u0938\u0947 \u0938\u094D\u0915\u094D\u0930\u0940\u0928 \u0915\u094B \u0938\u094D\u092A\u0930\u094D\u0936 \u0915\u0930\u0947\u0902",addUrlDescription:"\u092F\u0939 \u090F\u0915 \u0921\u094B\u092E\u0947\u0928 \u0928\u093E\u092E \u0939\u094B \u0938\u0915\u0924\u093E \u0939\u0948 \u0914\u0930 \u0935\u093E\u0907\u0932\u094D\u0921\u0915\u093E\u0930\u094D\u0921 \u0915\u093E \u0938\u092E\u0930\u094D\u0925\u0928 \u0915\u0930\u0924\u093E \u0939\u0948, \u091C\u0948\u0938\u0947\uFF1A*.google.com, google.com/mail/*, https://www.google.com/*",general:"\u092E\u0942\u0932 \u0938\u0947\u091F\u093F\u0902\u0917\u094D\u0938",clickToExpandConfig:"\u0935\u0930\u094D\u0924\u092E\u093E\u0928 \u0915\u0949\u0928\u094D\u092B\u093C\u093F\u0917\u0930\u0947\u0936\u0928 \u0915\u093E \u0935\u093F\u0938\u094D\u0924\u093E\u0930 \u0915\u0930\u0947\u0902",import:"\u092B\u093C\u093E\u0907\u0932 \u0938\u0947 \u0906\u092F\u093E\u0924 \u0915\u0930\u0947\u0902",export:"\u092B\u093C\u093E\u0907\u0932 \u092E\u0947\u0902 \u0928\u093F\u0930\u094D\u092F\u093E\u0924 \u0915\u0930\u0947\u0902",toggleDebug:"\u0915\u0902\u0938\u094B\u0932 \u092A\u0930 \u0921\u093F\u092C\u0917 \u0932\u0949\u0917 \u092A\u094D\u0930\u093F\u0902\u091F \u0915\u0930\u0947\u0902","fingers.0":"\u092C\u0902\u0926","fingers.2":"\u0926\u094B \u0909\u0902\u0917\u0932\u093F\u092F\u094B\u0902 \u0915\u093E \u0938\u094D\u092A\u0930\u094D\u0936","fingers.3":"\u0924\u0940\u0928 \u0909\u0902\u0917\u0932\u093F\u092F\u094B\u0902 \u0915\u093E \u0938\u094D\u092A\u0930\u094D\u0936","fingers.4":"\u091A\u093E\u0930 \u0905\u0902\u0917\u0941\u0932 \u0915\u093E \u0938\u094D\u092A\u0930\u094D\u0936","fingers.5":"\u092A\u093E\u0901\u091A \u0905\u0902\u0917\u0941\u0932 \u0915\u093E \u0938\u094D\u092A\u0930\u094D\u0936",mouseHoldKey:"+ {key} \u0907\u0938 \u0905\u0928\u0941\u091A\u094D\u091B\u0947\u0926 \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926/\u092A\u0941\u0928\u0930\u094D\u0938\u094D\u0925\u093E\u092A\u0928\u093E \u0915\u0930\u0947\u0902",mouseHoldKeyAuto:"\u0907\u0938 \u0905\u0928\u0941\u091A\u094D\u091B\u0947\u0926 \u0915\u093E \u0938\u0940\u0927\u0947 \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0947\u0902",mouseHoldKeyOff:"\u0915\u0941\u091B \u092E\u0924 \u0915\u0930\u094B",mouseHoldKeyOther:"\u0915\u0938\u094D\u091F\u092E \u0936\u0949\u0930\u094D\u091F\u0915\u091F \u0915\u0941\u0902\u091C\u093F\u092F\u093E\u0901 (\u0938\u0947\u091F\u093F\u0902\u0917\u094D\u0938 \u0916\u094B\u0932\u0947\u0902)",mouseHoldKeyCustomKey:"0\u0907\u0938 \u0905\u0928\u0941\u091A\u094D\u091B\u0947\u0926 \u0915\u093E {key} /\u092A\u0941\u0928\u0930\u094D\u0938\u094D\u0925\u093E\u092A\u0928\u093E \u0915\u0930\u0947\u0902",mouseHoverHoldKey:"\u092A\u0948\u0930\u093E\u0917\u094D\u0930\u093E\u092B \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u092E\u093E\u0909\u0938 \u0915\u094B \u0918\u0941\u092E\u093E\u090F\u0901 \u0914\u0930 \u0936\u0949\u0930\u094D\u091F\u0915\u091F \u0915\u0941\u0902\u091C\u0940 \u0926\u092C\u093E\u090F\u0901","mouse-translate":"\u092E\u093E\u0909\u0938 \u0915\u0947 \u090A\u092A\u0930",document:"\u0926\u0938\u094D\u0924\u093E\u0935\u0947\u091C\u093C",resetSuccess:"\u0938\u092D\u0940 \u0938\u0947\u091F\u093F\u0902\u0917\u094D\u0938 \u0938\u092B\u0932\u0924\u093E\u092A\u0942\u0930\u094D\u0935\u0915 \u0930\u0940\u0938\u0947\u091F \u0915\u0930\u0947\u0902",resetThisSuccess:"\u0930\u0940\u0938\u0947\u091F \u0938\u092B\u0932",saved:"\u0938\u092B\u0932\u0924\u093E\u092A\u0942\u0930\u094D\u0935\u0915 \u092C\u091A\u093E\u092F\u093E",successImportConfig:"\u0915\u0949\u0928\u094D\u092B\u093C\u093F\u0917\u0930\u0947\u0936\u0928 \u0938\u092B\u0932\u0924\u093E\u092A\u0942\u0930\u094D\u0935\u0915 \u0906\u092F\u093E\u0924 \u0915\u093F\u092F\u093E \u0917\u092F\u093E",goAdvancedSettings:"\u0909\u0928\u094D\u0928\u0924 \u0938\u0947\u091F\u093F\u0902\u0917 \u092A\u0943\u0937\u094D\u0920 \u092A\u0930 \u091C\u093E\u090F\u0901",goAdvancedInterfaceSettings:"\u0909\u0928\u094D\u0928\u0924 \u0905\u0928\u0941\u0915\u0942\u0932\u0928 \u0938\u0947\u091F\u093F\u0902\u0917 \u092A\u0943\u0937\u094D\u0920 \u092A\u0930 \u091C\u093E\u090F\u0901",advanced:"\u090F\u0921\u0935\u093E\u0902\u0938 \u0938\u0947\u091F\u093F\u0902\u0917",advancedDescription:"\u0906\u092E \u0924\u094C\u0930 \u092A\u0930, \u0915\u093F\u0938\u0940 \u0938\u0947\u091F\u093F\u0902\u0917 \u0915\u0940 \u0906\u0935\u0936\u094D\u092F\u0915\u0924\u093E \u0928\u0939\u0940\u0902 \u0939\u0948, \u092C\u0938 \u0921\u093F\u092B\u093C\u0949\u0932\u094D\u091F \u0930\u0916\u0947\u0902\u0964 \u0915\u0947\u0935\u0932 \u0905\u0927\u093F\u0915 \u092A\u0947\u0936\u0947\u0935\u0930 \u0909\u092A\u092F\u094B\u0917\u0915\u0930\u094D\u0924\u093E\u0913\u0902 \u0915\u0947 \u0932\u093F\u090F, \u0905\u0927\u093F\u0915 \u0935\u0948\u092F\u0915\u094D\u0924\u093F\u0915\u0943\u0924 \u0938\u0947\u091F\u093F\u0902\u0917\u094D\u0938 \u092A\u094D\u0930\u0926\u093E\u0928 \u0915\u0940 \u091C\u093E\u0924\u0940 \u0939\u0948\u0902\u0964",developer:"\u0921\u0947\u0935\u0932\u092A\u0930 \u0938\u0947\u091F\u093F\u0902\u0917\u094D\u0938",donateCafe:"\u0915\u0940\u092E\u0924","translate to the bottom of the page":"\u0935\u0947\u092C \u092A\u0947\u091C \u092E\u0947\u0902 \u092A\u094D\u0930\u0935\u0947\u0936 \u0915\u0930\u0928\u0947 \u0915\u0947 \u092C\u093E\u0926, \u0915\u094D\u092F\u093E \u0907\u0938\u0915\u093E \u0924\u0941\u0930\u0902\u0924 \u092A\u0943\u0937\u094D\u0920 \u0915\u0947 \u0928\u093F\u091A\u0932\u0947 \u092D\u093E\u0917 \u092E\u0947\u0902 \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u093F\u092F\u093E \u091C\u093E\u0924\u093E \u0939\u0948?",feedback:"\u092A\u094D\u0930\u0924\u093F\u0915\u094D\u0930\u093F\u092F\u093E",toggleTranslatePage:"\u0935\u0947\u092C \u092A\u0947\u091C \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0947\u0902/\u092E\u0942\u0932 \u092A\u093E\u0920 \u0926\u093F\u0916\u093E\u090F\u0902",translateToThePageEndImmediatelyDescription:"\u091A\u093E\u0932\u0942 \u0939\u094B\u0928\u0947 \u092A\u0930, \u0915\u093F\u0938\u0940 \u0935\u0947\u092C\u092A\u0947\u091C \u092E\u0947\u0902 \u092A\u094D\u0930\u0935\u0947\u0936 \u0915\u0930\u0928\u0947 \u092A\u0930 \u0938\u093E\u092E\u0917\u094D\u0930\u0940 \u0924\u0941\u0930\u0902\u0924 \u090A\u092A\u0930 \u0938\u0947 \u0928\u0940\u091A\u0947 \u0924\u0915 \u0905\u0928\u0941\u0935\u093E\u0926\u093F\u0924 \u0939\u094B \u091C\u093E\u090F\u0917\u0940\u0964 \u092F\u0926\u093F \u092C\u0902\u0926 \u0939\u0948, \u0924\u094B \u0906\u092A \u090F\u0915 \u0939\u0940 \u0938\u092E\u092F \u092E\u0947\u0902 \u092A\u0922\u093C \u0914\u0930 \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930 \u0938\u0915\u0924\u0947 \u0939\u0948\u0902\u0964 (\u091A\u093E\u0932\u0942 \u0915\u0930\u0928\u0947 \u0915\u0940 \u0905\u0928\u0941\u0936\u0902\u0938\u093E \u0928\u0939\u0940\u0902 \u0915\u0940 \u0917\u0908)","translate all areas of the page":"\u0935\u0947\u092C \u092A\u0947\u091C \u0915\u0947 \u0938\u092D\u0940 \u0915\u094D\u0937\u0947\u0924\u094D\u0930\u094B\u0902 \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0928\u093E \u0939\u0948 \u092F\u093E \u0928\u0939\u0940\u0902",translationAreaDescription:"\u091A\u093E\u0932\u0942 \u0939\u094B\u0928\u0947 \u092A\u0930, \u0938\u0902\u092A\u0942\u0930\u094D\u0923 \u0935\u0947\u092C \u092A\u0947\u091C \u0915\u0947 \u0938\u092D\u0940 \u0915\u094D\u0937\u0947\u0924\u094D\u0930\u094B\u0902 \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u093F\u092F\u093E \u091C\u093E\u090F\u0917\u093E\u0964 \u092F\u0926\u093F \u092C\u0902\u0926 \u0915\u093F\u092F\u093E \u091C\u093E\u0924\u093E \u0939\u0948, \u0924\u094B \u0921\u093F\u092B\u093C\u0949\u0932\u094D\u091F \u0938\u094D\u092E\u093E\u0930\u094D\u091F \u092A\u0939\u091A\u093E\u0928 \u0915\u093E \u0909\u092A\u092F\u094B\u0917 \u0915\u093F\u092F\u093E \u091C\u093E\u0924\u093E \u0939\u0948 \u0914\u0930 \u0915\u0947\u0935\u0932 \u092E\u0941\u0916\u094D\u092F \u0915\u094D\u0937\u0947\u0924\u094D\u0930 \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u093F\u092F\u093E \u091C\u093E\u0924\u093E \u0939\u0948\u0964 (\u091A\u093E\u0932\u0942 \u0915\u0930\u0928\u0947 \u0915\u0940 \u0905\u0928\u0941\u0936\u0902\u0938\u093E \u0928\u0939\u0940\u0902 \u0915\u0940 \u0917\u0908)","the number of characters to be translated first":"\u0926\u0943\u0936\u094D\u092F \u0915\u094D\u0937\u0947\u0924\u094D\u0930 \u0924\u0915 \u0938\u094D\u0915\u094D\u0930\u0949\u0932 \u0915\u0930\u0928\u0947 \u0915\u0940 \u092A\u094D\u0930\u0924\u0940\u0915\u094D\u0937\u093E \u0915\u093F\u090F \u092C\u093F\u0928\u093E \u092A\u0943\u0937\u094D\u0920 \u0915\u0947 \u092A\u0939\u0932\u0947 \u0915\u0941\u091B \u0935\u0930\u094D\u0923\u094B\u0902 \u0915\u093E \u0938\u0940\u0927\u0947 \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0947\u0902","interface language":"\u0907\u0902\u091F\u0930\u092B\u093C\u0947\u0938 \u092D\u093E\u0937\u093E","display both the original text and the translation":"\u092E\u0942\u0932 \u092A\u093E\u0920 \u0914\u0930 \u0905\u0928\u0941\u0935\u093E\u0926 \u090F\u0915 \u0938\u093E\u0925 \u092A\u094D\u0930\u0926\u0930\u094D\u0936\u093F\u0924 \u0915\u0930\u0947\u0902","keyboard shortcuts":"\u0915\u0941\u0902\u091C\u0940\u092A\u091F\u0932 \u0905\u0932\u094D\u092A \u092E\u093E\u0930\u094D\u0917",modify:"\u0936\u0949\u0930\u094D\u091F\u0915\u091F \u0915\u0941\u0902\u091C\u093F\u092F\u093E\u0901 \u0938\u0902\u0936\u094B\u0927\u093F\u0924 \u0915\u0930\u0947\u0902",reset:"\u0930\u0940\u0938\u0947\u091F",close:"\u092C\u0902\u0926",homepage:"\u0939\u094B\u092E \u092A\u0947\u091C",more:"\u0905\u0927\u093F\u0915",moreOptions:"\u0905\u0927\u093F\u0915 \u0905\u0928\u0941\u0915\u0942\u0932\u0928 \u0935\u093F\u0915\u0932\u094D\u092A\u094B\u0902 \u0915\u093E \u0935\u093F\u0938\u094D\u0924\u093E\u0930 \u0915\u0930\u0947\u0902",translateTheWholePage:"\u092A\u0943\u0937\u094D\u0920 \u0915\u0947 \u0938\u092D\u0940 \u0915\u094D\u0937\u0947\u0924\u094D\u0930\u094B\u0902 \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0947\u0902 (\u092C\u0941\u0926\u094D\u0927\u093F\u092E\u093E\u0928 \u092A\u0939\u091A\u093E\u0928 \u0915\u0947 \u092E\u0941\u0916\u094D\u092F \u0915\u094D\u0937\u0947\u0924\u094D\u0930\u094B\u0902 \u0938\u0947 \u092D\u093F\u0928\u094D\u0928)",changeToTranslateTheWholePage:"\u0938\u092D\u0940 \u0915\u094D\u0937\u0947\u0924\u094D\u0930\u094B\u0902 \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u0938\u094D\u0935\u093F\u091A \u0915\u0930\u0947\u0902",changeToTranslateTheMainPage:"\u0905\u0928\u0941\u0935\u093E\u0926 \u092E\u0941\u0916\u094D\u092F \u0915\u094D\u0937\u0947\u0924\u094D\u0930 \u092A\u0930 \u0938\u094D\u0935\u093F\u091A \u0915\u0930\u0947\u0902",changeToOnlyTranslationMode:"\u0915\u0947\u0935\u0932 \u0905\u0928\u0941\u0935\u093E\u0926 \u0926\u093F\u0916\u093E\u0928\u0947 \u092A\u0930 \u0938\u094D\u0935\u093F\u091A \u0915\u0930\u0947\u0902",changeToDualTranslationMode:"\u0926\u094D\u0935\u093F\u092D\u093E\u0937\u0940 \u0905\u0928\u0941\u0935\u093E\u0926 \u092A\u0930 \u0938\u094D\u0935\u093F\u091A \u0915\u0930\u0947\u0902",translateToThePageEndImmediately:"\u0924\u0941\u0930\u0902\u0924 \u092A\u0943\u0937\u094D\u0920 \u0915\u0947 \u0928\u0940\u091A\u0947 \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0947\u0902",translateTheMainPage:"\u092C\u0941\u0926\u094D\u0927\u093F\u092E\u093E\u0928 \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0947 \u092E\u0941\u0916\u094D\u092F \u0915\u094D\u0937\u0947\u0924\u094D\u0930","The local rules are up to date":"\u0938\u094D\u0925\u093E\u0928\u0940\u092F \u0905\u0928\u0941\u0915\u0942\u0932\u0928 \u0928\u093F\u092F\u092E \u0905\u0926\u094D\u092F\u0924\u093F\u0924 \u0939\u0948\u0902:","Successfully synchronized with the latest official rules:":"\u0928\u0935\u0940\u0928\u0924\u092E \u0906\u0927\u093F\u0915\u093E\u0930\u093F\u0915 \u0905\u0928\u0941\u0915\u0942\u0932\u0928 \u0928\u093F\u092F\u092E\u094B\u0902 \u0915\u094B \u0938\u092B\u0932\u0924\u093E\u092A\u0942\u0930\u094D\u0935\u0915 \u0938\u093F\u0902\u0915\u094D\u0930\u0928\u093E\u0907\u091C\u093C \u0915\u093F\u092F\u093E \u0917\u092F\u093E:","Checking for updates":"\u0905\u092A\u0921\u0947\u091F \u0915\u0947 \u0932\u093F\u090F \u091C\u093E\u0902\u091A \u0915\u0930 \u0930\u0939\u093E \u0939\u0948","Rules are being synchronized":"\u0905\u0928\u0941\u0915\u0942\u0932\u0928 \u0928\u093F\u092F\u092E\u094B\u0902 \u0915\u094B \u0938\u093F\u0902\u0915\u094D\u0930\u0928\u093E\u0907\u091C\u093C \u0915\u0930\u0928\u093E",localVersionIsTooOld:"\u0938\u094D\u0925\u093E\u0928\u0940\u092F \u090F\u0915\u094D\u0938\u091F\u0947\u0902\u0936\u0928 \u0938\u0902\u0938\u094D\u0915\u0930\u0923 \u092C\u0939\u0941\u0924 \u092A\u0941\u0930\u093E\u0928\u093E \u0939\u0948\u0964 \u0915\u0943\u092A\u092F\u093E \u090F\u0915\u094D\u0938\u091F\u0947\u0902\u0936\u0928 {minVersion} \u092F\u093E \u0928\u090F \u0938\u0902\u0938\u094D\u0915\u0930\u0923 \u092E\u0947\u0902 \u0905\u092A\u0917\u094D\u0930\u0947\u0921 \u0915\u0930\u0947\u0902 \u0914\u0930 \u092B\u093F\u0930 \u0938\u0947 \u0938\u093F\u0902\u0915\u094D\u0930\u0928\u093E\u0907\u091C\u093C\u0947\u0936\u0928 \u0915\u093E \u092A\u094D\u0930\u092F\u093E\u0938 \u0915\u0930\u0947\u0902\u0964",badUserscriptBrowser:"\u0935\u0930\u094D\u0924\u092E\u093E\u0928 \u092C\u094D\u0930\u093E\u0909\u091C\u093C\u0930 \u0917\u094D\u0930\u0940\u0938 \u092E\u0902\u0915\u0940 \u090F\u0915\u094D\u0938\u091F\u0947\u0902\u0936\u0928 \u0907\u0902\u091F\u0930\u092B\u093C\u0947\u0938 \u0915\u094B \u0938\u0939\u0940 \u0922\u0902\u0917 \u0938\u0947 \u0915\u093E\u0930\u094D\u092F\u093E\u0928\u094D\u0935\u093F\u0924 \u0928\u0939\u0940\u0902 \u0915\u0930\u0924\u093E \u0939\u0948 (\u091C\u0948\u0938\u0947 \u0915\u093F \u0917\u094D\u0930\u0940\u0938 \u092E\u0902\u0915\u0940 \u0938\u094D\u0915\u094D\u0930\u093F\u092A\u094D\u091F \u0915\u0940 \u0938\u0902\u0938\u094D\u0915\u0930\u0923 \u0938\u0902\u0916\u094D\u092F\u093E \u0915\u0940 \u091C\u093E\u0928\u0915\u093E\u0930\u0940 \u092A\u094D\u0930\u093E\u092A\u094D\u0924 \u0915\u0930\u0928\u093E), \u0915\u0943\u092A\u092F\u093E \u0905\u0928\u094D\u092F <1> \u0938\u092E\u0930\u094D\u0925\u0928 \u0917\u094D\u0930\u0940\u0938 \u092E\u0902\u0915\u0940 \u090F\u0915\u094D\u0938\u091F\u0947\u0902\u0936\u0928 \u0915\u093E \u0909\u092A\u092F\u094B\u0917 \u0915\u0930\u0947\u0902 \u092B\u093C\u093E\u092F\u0930\u092B\u093C\u0949\u0915\u094D\u0938 \u091C\u0948\u0938\u0947 \u092C\u094D\u0930\u093E\u0909\u091C\u093C\u0930",foundNewVersion:"\u0928\u092F\u093E \u0938\u0902\u0938\u094D\u0915\u0930\u0923 \u092E\u093F\u0932\u093E",theLocalExtensionIsUpToUpdate:"\u0935\u0930\u094D\u0924\u092E\u093E\u0928 \u090F\u0915\u094D\u0938\u091F\u0947\u0902\u0936\u0928 \u0928\u0935\u0940\u0928\u0924\u092E \u0938\u0902\u0938\u094D\u0915\u0930\u0923 \u0939\u0948.",failToSyncRules:"\u0928\u0935\u0940\u0928\u0924\u092E \u0905\u0928\u0941\u0915\u0942\u0932\u0928 \u0928\u093F\u092F\u092E\u094B\u0902 \u0915\u094B \u0938\u093F\u0902\u0915\u094D\u0930\u0928\u093E\u0907\u091C\u093C \u0915\u0930\u0928\u0947 \u092E\u0947\u0902 \u0935\u093F\u092B\u0932",retry:"\u092A\u0941\u0928\u0903 \u092A\u094D\u0930\u092F\u093E\u0938 \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u092F\u0939\u093E\u0902 \u092A\u0930 \u0915\u094D\u0932\u093F\u0915 \u0915\u0930\u0947\u0902",failedReason:"\u0905\u0938\u092B\u0932\u0924\u093E \u0915\u093E \u0915\u093E\u0930\u0923",currentRuleVersion:"\u0935\u0930\u094D\u0924\u092E\u093E\u0928 \u0928\u093F\u092F\u092E \u0938\u0902\u0938\u094D\u0915\u0930\u0923",calculating:"\u0917\u093F\u0928\u093E \u091C\u093E \u0930\u0939\u093E \u0939\u0948",unknownError:"\u0905\u091C\u094D\u091E\u093E\u0924 \u0917\u0932\u0924\u0940",canNotFetchRemoteRule:"\u0926\u0942\u0930\u0938\u094D\u0925 \u0928\u093F\u092F\u092E \u092A\u094D\u0930\u093E\u092A\u094D\u0924 \u0915\u0930\u0928\u0947 \u092E\u0947\u0902 \u0905\u0938\u092E\u0930\u094D\u0925",enableAlphaSuccess:"\u0905\u0932\u094D\u092B\u093C\u093E \u092B\u093C\u0902\u0915\u094D\u0936\u0928 \u091A\u093E\u0932\u0942 \u0939\u0941\u0906",disableAlphaSuccess:"\u0905\u0932\u094D\u092B\u093C\u093E \u0938\u0941\u0935\u093F\u0927\u093E \u092C\u0902\u0926 \u0915\u0930 \u0926\u0940 \u0917\u0908",cacheSize:"\u0915\u0948\u0936 \u0906\u0915\u093E\u0930\uFF1A",cleaning:"\u0938\u092B\u093E\u0908",cleanCache:"\u0915\u0948\u0936 \u0915\u094B \u0938\u093E\u092B\u093C \u0915\u0930\u0947\u0902",options:"\u0938\u094D\u0925\u093E\u092A\u093F\u0924 \u0915\u0930\u0928\u093E",about:"\u0915\u0947 \u092C\u093E\u0930\u0947 \u092E\u0947\u0902",service:"\u0905\u0928\u0941\u0935\u093E\u0926\u0928 \u0938\u0947\u0935\u093E",needAction:"(\u0938\u0947\u091F\u093F\u0902\u0917\u094D\u0938 \u092E\u0947\u0902 \u091C\u093E\u0913)",goSettings:"\u0938\u0947\u091F\u093F\u0902\u0917\u094D\u0938 \u092E\u0947\u0902 \u091C\u093E\u0913",needActionForOptions:"(\u0938\u0947\u091F \u0915\u0930\u0928\u0947 \u0915\u0940 \u0906\u0935\u0936\u094D\u092F\u0915\u0924\u093E \u0939\u0948)",translationEngine:"\u0907\u0902\u091C\u0928 \u0935\u093F\u0915\u0932\u094D\u092A",sourceLanguage:"\u0935\u093E\u0938\u094D\u0924\u0935\u093F\u0915 \u092D\u093E\u0937\u093E",target:"\u0932\u0915\u094D\u0937\u094D\u092F \u092D\u093E\u0937\u093E",popupSourceLanguage:"\u0935\u093E\u0938\u094D\u0924\u0935\u093F\u0915 \u092D\u093E\u0937\u093E",popupTarget:"\u0932\u0915\u094D\u0937\u094D\u092F \u092D\u093E\u0937\u093E",popupService:"\u0905\u0928\u0941\u0935\u093E\u0926\u0928 \u0938\u0947\u0935\u093E",forThisSite:"\u0935\u0930\u094D\u0924\u092E\u093E\u0928 \u0935\u0947\u092C\u0938\u093E\u0907\u091F",autoEnableSubtitle:"\u0926\u094D\u0935\u093F\u092D\u093E\u0937\u0940 \u0909\u092A\u0936\u0940\u0930\u094D\u0937\u0915 \u0938\u094D\u0935\u091A\u093E\u0932\u093F\u0924 \u0930\u0942\u092A \u0938\u0947 \u091A\u093E\u0932\u0942 \u0915\u0930\u0947\u0902",alwaysTranslate:"\u0939\u092E\u0947\u0936\u093E \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0947\u0902",neverTranslate:"\u0915\u092D\u0940 \u092D\u0940 \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0928 \u0915\u0930\u0947\u0902",alwaysTranslateSomeLanguage:"\u0939\u092E\u0947\u0936\u093E {language}\u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0947\u0902",neverTranslateSomeLanguage:"\u0915\u092D\u0940 \u092D\u0940 {language}\u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0928 \u0915\u0930\u0947\u0902",alwaysTranslateSomeSite:"\u0939\u092E\u0947\u0936\u093E {hostname}\u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0947\u0902",neverTranslateSomeSite:"\u0915\u092D\u0940 \u092D\u0940 {hostname}\u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0928 \u0915\u0930\u0947\u0902",alwaysTranslateSomeSiteOrWildSite:"\u0939\u092E\u0947\u0936\u093E \u0907\u0938 \u0938\u093E\u0907\u091F \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0947\u0902",alwaysTranslateSomePage:"\u0939\u092E\u0947\u0936\u093E \u0907\u0938 \u092A\u0943\u0937\u094D\u0920 \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0947\u0902",add:"\u0907\u0938\u092E\u0947\u0902 \u091C\u094B\u0921\u093C\u0947\u0902",default:"\u0917\u0932\u0924\u0940 \u0915\u0930\u0928\u093E",forThisLanguage:"\u0907\u0938 \u092D\u093E\u0937\u093E \u0915\u0947 \u0932\u093F\u090F\uFF1A","add url":"\u092F\u0942 \u0906\u0930 \u090F\u0932 \u0926\u0930\u094D\u091C \u0915\u0930\u094B",edit:"\u0938\u0902\u092A\u093E\u0926\u0928 \u0915\u0930\u0928\u093E","translate other languages into specific language":"\u0906\u092A\u0915\u0947 \u0926\u094D\u0935\u093E\u0930\u093E \u0928\u093F\u0930\u094D\u0927\u093E\u0930\u093F\u0924 \u092D\u093E\u0937\u093E \u092E\u0947\u0902 \u0905\u0928\u094D\u092F \u092D\u093E\u0937\u093E\u0913\u0902 \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0947\u0902","select translation service":"\u090F\u0915 \u0905\u0928\u0941\u0935\u093E\u0926 \u0938\u0947\u0935\u093E \u091A\u0941\u0928\u0947\u0902",language:"\u092D\u093E\u0937\u093E","show-original":"\u092E\u0942\u0932 \u092A\u093E\u0920 \u0926\u093F\u0916\u093E\u090F\u0901",translate:"\u0905\u0928\u0941\u0935\u093E\u0926",Translated:"\u0905\u0928\u0941\u0935\u093E\u0926",Translating:"\u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0928\u093E",Error:"\u0917\u0932\u0924\u0940",allowCacheTranslations:"\u0938\u094D\u0925\u093E\u0928\u0940\u092F \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0948\u0936\u093F\u0902\u0917 \u0938\u0915\u094D\u0937\u092E \u0915\u0930\u0947\u0902 (\u0921\u0941\u092A\u094D\u0932\u093F\u0915\u0947\u091F \u092A\u0948\u0930\u093E\u0917\u094D\u0930\u093E\u092B \u0915\u0947 \u0932\u093F\u090F \u0905\u0928\u0941\u0935\u093E\u0926 \u0905\u0928\u0941\u0930\u094B\u0927\u094B\u0902 \u0915\u094B \u0915\u092E \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F)","translation display":"\u0905\u0928\u0941\u0935\u093E\u0926 \u092A\u094D\u0930\u0926\u0930\u094D\u0936\u0928 \u0936\u0948\u0932\u0940","select diplay style":"\u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0940 \u0936\u0948\u0932\u0940 \u0915\u094B \u0905\u0932\u0917 \u0915\u0930\u0947\u0902\u0964 \u0935\u093F\u0935\u0930\u0923 \u0915\u0947 \u0932\u093F\u090F \u0915\u0943\u092A\u092F\u093E \u0928\u093F\u092E\u094D\u0928\u0932\u093F\u0916\u093F\u0924 \u0909\u0926\u093E\u0939\u0930\u0923 \u0926\u0947\u0916\u0947\u0902:",interface:"\u0907\u0902\u091F\u0930\u092B\u093C\u0947\u0938 \u0938\u0947\u091F\u093F\u0902\u0917\u094D\u0938",import_export:"\u0906\u092F\u093E\u0924 \u0914\u0930 \u0928\u093F\u0930\u094D\u092F\u093E\u0924",import_export_title:"\u0906\u092F\u093E\u0924/\u0928\u093F\u0930\u094D\u092F\u093E\u0924 \u0915\u0949\u0928\u094D\u092B\u093C\u093F\u0917\u0930\u0947\u0936\u0928",syncToGoogleDrive:"\u0905\u092D\u0940 Google Drive \u0915\u0947 \u0938\u093E\u0925 \u0938\u093F\u0902\u0915 \u0915\u0930\u0947\u0902",floatBallOptions:"\u0928\u093F\u0932\u0902\u092C\u093F\u0924 \u0917\u0947\u0902\u0926 \u0938\u0947\u091F\u093F\u0902\u0917\u094D\u0938","floatBallOptions.enable":"\u092B\u094D\u0932\u094B\u091F\u093F\u0902\u0917 \u092C\u0949\u0932 \u0938\u0915\u094D\u0937\u092E \u0915\u0930\u0947\u0902","floatBallOptions.blockUrls":"\u0935\u0947\u092C\u0938\u093E\u0907\u091F \u0905\u0915\u094D\u0937\u092E \u0915\u0930\u0947\u0902","floatBallOptions.add":"\u0907\u0938\u092E\u0947\u0902 \u091C\u094B\u0921\u093C\u0947\u0902","floatBallOptions.blockUrlDesc":"\u0928\u093F\u092E\u094D\u0928\u0932\u093F\u0916\u093F\u0924 \u0935\u0947\u092C\u0938\u093E\u0907\u091F\u094B\u0902 \u0915\u093E \u0938\u093E\u092E\u0928\u093E \u0915\u0930\u0928\u0947 \u092A\u0930 \u092B\u094D\u0932\u094B\u091F\u093F\u0902\u0917 \u092C\u0949\u0932 \u092A\u094D\u0930\u0926\u0930\u094D\u0936\u093F\u0924 \u0928\u0939\u0940\u0902 \u0939\u094B\u0917\u0940","floatBallOptions.clickType":"\u0935\u094D\u092F\u0935\u0939\u093E\u0930 \u092A\u0930 \u0915\u094D\u0932\u093F\u0915 \u0915\u0930\u0947\u0902","floatBallOptions.clickTypeDesc":"\u0915\u094D\u0932\u093F\u0915 \u0915\u0930\u0928\u0947 \u092A\u0930 \u092B\u094D\u0932\u094B\u091F\u093F\u0902\u0917 \u092C\u0949\u0932 \u0906\u0907\u0915\u0928 \u0915\u093E \u0935\u094D\u092F\u0935\u0939\u093E\u0930","floatBallOptions.clickPopup":"\u0905\u0928\u0941\u0935\u093E\u0926 \u092A\u0948\u0928\u0932 \u0926\u093F\u0916\u093E\u090F\u0901","floatBallOptions.clickTranslate":"\u092E\u0942\u0932 \u092A\u093E\u0920 \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0947\u0902/\u0926\u093F\u0916\u093E\u090F\u0901","floatBallOptions.fixedPosition":"\u56FA\u5B9A\u4F4D\u7F6E","floatBallOptions.fixedPositionDesc":"\u60AC\u6D6E\u7403\u5728\u7A97\u53E3\u5DE6\u4FA7\u8FD8\u662F\u53F3\u4FA7","floatBallOptions.fixedPositionLeft":"\u5DE6\u4FA7","floatBallOptions.fixedPositionRight":"\u53F3\u4FA7",previewAllThemes:"\u0938\u092D\u0940 \u0936\u0948\u0932\u093F\u092F\u094B\u0902 \u0915\u093E \u092A\u0942\u0930\u094D\u0935\u093E\u0935\u0932\u094B\u0915\u0928 \u0915\u0930\u0947\u0902","translationTheme.none":"\u0915\u094B\u0908 \u0928\u0939\u0940\u0902","translationTheme.grey":"\u0917\u0939\u0930\u093E \u092D\u0942\u0930\u093E","translationTheme.dashed":"\u0927\u0930\u093E\u0936\u093E\u092F\u0940 \u0930\u0947\u0916\u093E\u0902\u0915\u093F\u0924","translationTheme.dotted":"\u092C\u093F\u0902\u0926\u0940\u0926\u093E\u0930 \u0930\u0947\u0916\u093E\u0902\u0915\u0928","translationTheme.dashedBorder":"\u0927\u0930\u093E\u0936\u093E\u092F\u0940 \u0938\u0940\u092E\u093E","translationTheme.solidBorder":"\u0920\u094B\u0938 \u0938\u0940\u092E\u093E","translationTheme.underline":"\u0938\u0940\u0927\u0947 \u0930\u0947\u0916\u093E\u0902\u0915\u093F\u0924 \u0915\u0930\u0947\u0902","translationTheme.mask":"\u0927\u0941\u0902\u0927\u0932\u093E \u092A\u094D\u0930\u092D\u093E\u0935 (\u0938\u0940\u0916\u0928\u0947 \u0915\u093E \u0924\u0930\u0940\u0915\u093E)","translationTheme.opacity":"\u092A\u093E\u0930\u0926\u0930\u094D\u0936\u093F\u0924\u093E \u092A\u094D\u0930\u092D\u093E\u0935","translationTheme.paper":"\u0936\u094D\u0935\u0947\u0924 \u092A\u0924\u094D\u0930 \u091B\u093E\u092F\u093E \u092A\u094D\u0930\u092D\u093E\u0935","translationTheme.dividingLine":"\u0935\u093F\u092D\u093E\u091C\u0928 \u0930\u0947\u0916\u093E","translationTheme.highlight":"\u092A\u094D\u0930\u092E\u0941\u0916\u0924\u093E \u0938\u0947 \u0926\u093F\u0916\u093E\u0928\u093E","translationTheme.marker":"\u0928\u093F\u0936\u093E\u0928","translationTheme.marker2":"\u092E\u093E\u0930\u094D\u0915\u0930 2","translationTheme.blockquote":"\u0938\u0902\u0926\u0930\u094D\u092D \u0936\u0948\u0932\u0940","translationTheme.weakening":"\u0915\u092E\u091C\u094B\u0930","translationTheme.italic":"\u0924\u093F\u0930\u094D\u091B\u093E","translationTheme.bold":"\u092C\u094B\u0932\u094D\u0921","translationTheme.thinDashed":"\u092A\u0924\u0932\u0940 \u0927\u0930\u093E\u0936\u093E\u092F\u0940 \u0930\u0947\u0916\u093E\u0902\u0915\u0928","translationTheme.nativeDashed":"\u0938\u093F\u0938\u094D\u091F\u092E \u092C\u093F\u0902\u0926\u0940\u0926\u093E\u0930 \u0905\u0902\u0921\u0930\u0932\u093E\u0907\u0928 \u0915\u0947 \u0938\u093E\u0925 \u0906\u0924\u093E \u0939\u0948","translationTheme.nativeDotted":"\u0938\u093F\u0938\u094D\u091F\u092E \u092C\u093F\u0902\u0926\u0940\u0926\u093E\u0930 \u0905\u0902\u0921\u0930\u0932\u093E\u0907\u0928 \u0915\u0947 \u0938\u093E\u0925 \u0906\u0924\u093E \u0939\u0948","translationTheme.nativeUnderline":"\u0938\u093F\u0938\u094D\u091F\u092E \u0938\u0940\u0927\u0947 \u0905\u0902\u0921\u0930\u0932\u093E\u0907\u0928 \u0915\u0947 \u0938\u093E\u0925 \u0906\u0924\u093E \u0939\u0948","translationTheme.wavy":"\u0932\u0939\u0930\u0926\u093E\u0930 \u0930\u0947\u0916\u093E\u090F\u0901","translationServices.custom":"\u0915\u0938\u094D\u091F\u092E \u090F\u092A\u0940\u0906\u0908","translationServices.tencent":"\u091F\u0947\u0928\u0938\u0947\u0902\u091F \u0905\u0928\u0941\u0935\u093E\u0926\u0915","translationServices.tenAlpha":"Tencent \u0905\u0928\u0941\u0935\u093E\u0926\u0915 (\u0905\u0932\u094D\u092B\u093E)","translationServices.google":"\u0917\u0942\u0917\u0932 \u0905\u0928\u0941\u0935\u093E\u0926","translationServices.bai":"Baidu(\u0905\u0932\u094D\u092B\u093E)","translationServices.baidu":"Baidu \u0905\u0928\u0941\u0935\u093E\u0926\u0915","translationServices.aliyun":"\u0905\u0932\u0940\u092C\u093E\u092C\u093E \u0915\u094D\u0932\u093E\u0909\u0921 \u0905\u0928\u0941\u0935\u093E\u0926","translationServices.volc":"\u091C\u094D\u0935\u093E\u0932\u093E\u092E\u0941\u0916\u0940 \u0905\u0928\u0941\u0935\u093E\u0926","translationServices.deeplx":"\u0921\u0940\u092A\u090F\u0932\u090F\u0915\u094D\u0938(\u092C\u0940\u091F\u093E)","translationServices.bing":"\u092E\u093E\u0907\u0915\u094D\u0930\u094B\u0938\u0949\u092B\u094D\u091F \u0905\u0928\u0941\u0935\u093E\u0926\u0915","translationServices.deepl":"\u0921\u0940\u092A\u090F\u0932","translationServices.wechat":"\u0935\u0940\u091A\u0948\u091F \u0905\u0928\u0941\u0935\u093E\u0926","translationServices.azure":"\u0928\u0940\u0932\u093E \u0905\u0928\u0941\u0935\u093E\u0926","translationServices.ibm":"\u0906\u0908\u092C\u0940\u090F\u092E \u0935\u0949\u091F\u0938\u0928","translationServices.aws":"\u0905\u092E\u0947\u091C\u093C\u0928 \u0905\u0928\u0941\u0935\u093E\u0926","translationServices.mock":"\u0905\u0928\u0941\u0930\u0942\u092A\u093F\u0924 \u0905\u0928\u0941\u0935\u093E\u0926","translationServices.mock2":"\u0938\u093F\u092E\u094D\u092F\u0941\u0932\u0947\u091F\u0947\u0921 \u0905\u0928\u0941\u0935\u093E\u0926 2","translationServices.caiyun":"\u0915\u0948\u092F\u0941\u0928 \u0936\u093F\u092F\u093E\u0913\u092F\u0940","translationServices.cai":"\u0915\u0948\u092F\u0941\u0928 \u0936\u093F\u092F\u093E\u0913\u092F\u0940 (\u0905\u0932\u094D\u092B\u093E)","translationServices.volcAlpha":"\u091C\u094D\u0935\u093E\u0932\u093E\u092E\u0941\u0916\u0940 (\u0905\u0932\u094D\u092B\u093E)","translationServices.openl":"\u0913\u092A\u0928\u090F\u0932","translationServices.youdao":"Youdao \u0905\u0928\u0941\u0935\u093E\u0926","translationServices.you":"Youdao \u0905\u0928\u0941\u0935\u093E\u0926 (\u0905\u0932\u094D\u092B\u093E)","translationServices.transmart":"Tencent \u0907\u0902\u091F\u0930\u0948\u0915\u094D\u091F\u093F\u0935 \u0905\u0928\u0941\u0935\u093E\u0926","translationServices.niu":"\u092E\u093E\u0935\u0947\u0930\u093F\u0915\u094D\u0938 \u0905\u0928\u0941\u0935\u093E\u0926","translationServices.papago":"\u092A\u093E\u092A\u093E\u0917\u094B \u0905\u0928\u0941\u0935\u093E\u0926","translationServices.d":"\u0921\u0940(\u0905\u0932\u094D\u092B\u093E)","translationServices.dpro":"\u0921\u0940 \u092A\u094D\u0930\u094B (\u0915\u0948\u0928\u0930\u0940)","translationServices.openai":"\u0913\u092A\u0928\u090F\u0906\u0908","translationServices.chatgpt":"\u091A\u0948\u091F\u091C\u0940\u092A\u0940\u091F\u0940 \u0935\u0947\u092C(3.5 \u092E\u094B\u092C\u093E\u0907\u0932)","translate title":"\u092A\u0943\u0937\u094D\u0920 \u0936\u0940\u0930\u094D\u0937\u0915 \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0947\u0902","always languages":"\u0939\u092E\u0947\u0936\u093E \u0905\u0928\u0941\u0935\u093E\u0926\u093F\u0924 \u092D\u093E\u0937\u093E",neverTranslateLanguagesLabel:"\u0910\u0938\u0940 \u092D\u093E\u0937\u093E\u090F\u0901 \u091C\u093F\u0928\u0915\u093E \u0915\u092D\u0940 \u0905\u0928\u0941\u0935\u093E\u0926 \u0928\u0939\u0940\u0902 \u0939\u094B\u0924\u093E",neverTranslateTheFollowingLanguagesDescription:"\u091C\u092C \u092A\u0943\u0937\u094D\u0920 \u092E\u0947\u0902 \u0915\u094B\u0908 \u092A\u0948\u0930\u093E\u0917\u094D\u0930\u093E\u092B \u0928\u093F\u092E\u094D\u0928\u0932\u093F\u0916\u093F\u0924 \u092D\u093E\u0937\u093E\u0913\u0902 \u092E\u0947\u0902 \u0939\u094B\u0917\u093E \u0924\u094B \u0905\u0928\u0941\u0935\u093E\u0926 \u091B\u094B\u0921\u093C \u0926\u093F\u092F\u093E \u091C\u093E\u090F\u0917\u093E",enableUserscriptPagePopup:"\u092A\u0943\u0937\u094D\u0920 \u092A\u0930 \u0924\u0948\u0930\u0924\u0940 \u0939\u0941\u0908 \u0917\u0947\u0902\u0926 \u0926\u093F\u0916\u093E\u090F\u0901",enableUserscriptPagePopupDescription:"\u092B\u094D\u0932\u094B\u091F\u093F\u0902\u0917 \u092C\u0949\u0932 \u0915\u094B \u092C\u0902\u0926 \u0915\u0930\u0928\u0947 \u0915\u0947 \u092C\u093E\u0926 \u0906\u092A \u0909\u0938\u0947 \u091C\u0917\u093E\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u0936\u0949\u0930\u094D\u091F\u0915\u091F \u0915\u0941\u0902\u091C\u0940/{touch}\u0915\u093E \u0909\u092A\u092F\u094B\u0917 \u0915\u0930 \u0938\u0915\u0924\u0947 \u0939\u0948\u0902\u0964 \u0907\u0938 \u0935\u093F\u0915\u0932\u094D\u092A \u0915\u094B \u0917\u0932\u0924\u0940 \u0938\u0947 \u092C\u0902\u0926 \u0915\u0930\u0928\u0947 \u0915\u0947 \u092C\u093E\u0926 \u092B\u094D\u0932\u094B\u091F\u093F\u0902\u0917 \u092C\u0949\u0932 \u0915\u094B \u092E\u093F\u0932\u0928\u0947 \u0938\u0947 \u0930\u094B\u0915\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F, \u0907\u0938 \u0938\u0947\u091F\u093F\u0902\u0917 \u092A\u0947\u091C \u0915\u094B \u092C\u0941\u0915\u092E\u093E\u0930\u094D\u0915 \u0915\u0930\u0928\u0947 \u0915\u0940 \u092A\u0941\u0930\u091C\u094B\u0930 \u0905\u0928\u0941\u0936\u0902\u0938\u093E \u0915\u0940 \u091C\u093E\u0924\u0940 \u0939\u0948\u0964","always translate the following languages":"\u091C\u092C \u092A\u0943\u0937\u094D\u0920 \u0915\u0940 \u092D\u093E\u0937\u093E \u0928\u093F\u092E\u094D\u0928\u0932\u093F\u0916\u093F\u0924 \u092D\u093E\u0937\u093E\u0913\u0902 \u092E\u0947\u0902 \u0939\u094B\u0917\u0940, \u0924\u094B \u0907\u0938\u0947 \u0938\u094D\u0935\u091A\u093E\u0932\u093F\u0924 \u0930\u0942\u092A \u0938\u0947 \u0932\u0915\u094D\u0937\u094D\u092F \u092D\u093E\u0937\u093E \u092E\u0947\u0902 \u0905\u0928\u0941\u0935\u093E\u0926\u093F\u0924 \u0915\u093F\u092F\u093E \u091C\u093E\u090F\u0917\u093E","always sites":"\u0939\u092E\u0947\u0936\u093E \u0905\u0928\u0941\u0935\u093E\u0926\u093F\u0924 \u092F\u0942\u0906\u0930\u090F\u0932","always translate the following sites":"\u091C\u092C \u0935\u0947\u092C\u0938\u093E\u0907\u091F \u0928\u093F\u092E\u094D\u0928\u0932\u093F\u0916\u093F\u0924 \u0921\u094B\u092E\u0947\u0928 \u0928\u093E\u092E \u0915\u0940 \u0939\u094B\u0917\u0940, \u0924\u094B \u0907\u0938\u0947 \u0938\u094D\u0935\u091A\u093E\u0932\u093F\u0924 \u0930\u0942\u092A \u0938\u0947 \u0932\u0915\u094D\u0937\u094D\u092F \u092D\u093E\u0937\u093E \u092E\u0947\u0902 \u0905\u0928\u0941\u0935\u093E\u0926\u093F\u0924 \u0915\u093F\u092F\u093E \u091C\u093E\u090F\u0917\u093E","never sites":"\u0910\u0938\u0947 \u092F\u0942\u0906\u0930\u090F\u0932 \u091C\u093F\u0928\u0915\u093E \u0915\u092D\u0940 \u0905\u0928\u0941\u0935\u093E\u0926 \u0928\u0939\u0940\u0902 \u0915\u093F\u092F\u093E \u091C\u093E\u090F\u0917\u093E","never translate the following sites":"\u091C\u092C \u0935\u0947\u092C\u0938\u093E\u0907\u091F \u0928\u093F\u092E\u094D\u0928\u0932\u093F\u0916\u093F\u0924 \u0921\u094B\u092E\u0947\u0928 \u0928\u093E\u092E \u0915\u0940 \u0939\u094B \u0924\u094B \u0905\u0928\u0941\u0935\u093E\u0926 \u0928\u0939\u0940\u0902 \u0915\u093F\u092F\u093E \u091C\u093E\u090F\u0917\u093E","please refer to":"\u0909\u092A\u092F\u094B\u0917 \u0915\u0930\u0928\u0947 \u0938\u0947 \u092A\u0939\u0932\u0947 \u0906\u092A\u0915\u094B \u0915\u0941\u0902\u091C\u0940 \u092D\u0930\u0928\u0940 \u0939\u094B\u0917\u0940\u0964 \u0935\u093F\u0935\u0930\u0923 \u0915\u0947 \u0932\u093F\u090F, \u0915\u0943\u092A\u092F\u093E \u0926\u0947\u0916\u0947\u0902",KeyAndConfigurationTutorial:'"\u092E\u0941\u0916\u094D\u092F \u0905\u0928\u0941\u092A\u094D\u0930\u092F\u094B\u0917 \u0914\u0930 \u0915\u0949\u0928\u094D\u092B\u093C\u093F\u0917\u0930\u0947\u0936\u0928 \u091F\u094D\u092F\u0942\u091F\u094B\u0930\u093F\u092F\u0932"',useAboveStyleForTheseSites:"\u091C\u092C \u0935\u0947\u092C\u0938\u093E\u0907\u091F \u0928\u093F\u092E\u094D\u0928 \u0921\u094B\u092E\u0947\u0928 \u0928\u093E\u092E \u0939\u094B, \u0924\u094B \u0939\u092E\u0947\u0936\u093E \u2308{theme}\u230B \u0905\u0928\u0941\u0935\u093E\u0926 \u0936\u0948\u0932\u0940 \u0915\u093E \u0909\u092A\u092F\u094B\u0917 \u0915\u0930\u0947\u0902",currentUrl:"\u0935\u0930\u094D\u0924\u092E\u093E\u0928 \u092F\u0942\u0906\u0930\u090F\u0932",confirm:"\u092C\u091A\u093E\u0928\u093E",cancel:"\u0930\u0926\u094D\u0926 \u0915\u0930\u0928\u093E",delete:"\u092E\u093F\u091F\u093E\u0928\u093E","languages.auto":"\u0938\u094D\u0935\u091A\u093E\u0932\u093F\u0924 \u092A\u0939\u091A\u093E\u0928",syncToCloud:"Google Drive \u0938\u0947 \u0938\u093F\u0902\u0915 \u0915\u0930\u0947\u0902",syncToCloudDescription:"\u0915\u094D\u0932\u093E\u0909\u0921 \u092A\u0930 \u0905\u092A\u0932\u094B\u0921 \u0915\u0930\u0947\u0902, \u0914\u0930 \u0905\u0902\u0924\u093F\u092E \u0938\u0902\u0936\u094B\u0927\u0928 \u0938\u092E\u092F \u0915\u0947 \u0905\u0927\u0940\u0928, \u0915\u0949\u0928\u094D\u092B\u093C\u093F\u0917\u0930\u0947\u0936\u0928 \u0915\u094B \u0935\u093F\u092D\u093F\u0928\u094D\u0928 \u092C\u094D\u0930\u093E\u0909\u091C\u093C\u0930\u094B\u0902/\u0911\u092F\u0932 \u092E\u0902\u0915\u0940 \u0938\u094D\u0915\u094D\u0930\u093F\u092A\u094D\u091F \u0915\u0947 \u092C\u0940\u091A \u0938\u093F\u0902\u0915\u094D\u0930\u0928\u093E\u0907\u091C\u093C \u0915\u093F\u092F\u093E \u091C\u093E \u0938\u0915\u0924\u093E \u0939\u0948\u0964",syncToAccount:"\u0907\u092E\u0930\u094D\u0938\u093F\u0935 \u091F\u094D\u0930\u093E\u0902\u0938\u0932\u0947\u0936\u0928 \u0915\u094D\u0932\u093E\u0909\u0921 \u0938\u0947 \u0938\u093F\u0902\u0915 \u0915\u0930\u0947\u0902",syncToAccountButton:"\u0924\u0941\u0930\u0902\u0924 \u0915\u094D\u0932\u093E\u0909\u0921 \u0915\u0947 \u0938\u093E\u0925 \u0938\u093F\u0902\u0915 \u0915\u0930\u0947\u0902",syncToAccountDescription:"\u0905\u0902\u0924\u093F\u092E \u0938\u0902\u0936\u094B\u0927\u0928 \u0938\u092E\u092F \u0915\u0947 \u0906\u0927\u093E\u0930 \u092A\u0930, \u0935\u093F\u092D\u093F\u0928\u094D\u0928 \u0909\u092A\u0915\u0930\u0923\u094B\u0902 \u0915\u0947 \u092C\u0940\u091A \u0915\u0949\u0928\u094D\u092B\u093C\u093F\u0917\u0930\u0947\u0936\u0928 \u0915\u094B \u0938\u094D\u0935\u091A\u093E\u0932\u093F\u0924 \u0930\u0942\u092A \u0938\u0947 \u0938\u093F\u0902\u0915\u094D\u0930\u0928\u093E\u0907\u091C\u093C \u0915\u0930\u0947\u0902\u0964",successSyncConfigInAccount:"\u0915\u094D\u0932\u093E\u0909\u0921 \u0915\u0947 \u0938\u093E\u0925 \u0938\u092B\u0932\u0924\u093E\u092A\u0942\u0930\u094D\u0935\u0915 \u0938\u092E\u0928\u094D\u0935\u092F\u093F\u0924 \u0930\u0939\u0947\u0902",successSyncConfigToAccount:"\u0915\u094D\u0932\u093E\u0909\u0921 \u0915\u0947 \u0938\u093E\u0925 \u0938\u092B\u0932\u0924\u093E\u092A\u0942\u0930\u094D\u0935\u0915 \u0938\u092E\u0928\u094D\u0935\u092F\u093F\u0924 \u0915\u093F\u092F\u093E \u0917\u092F\u093E",syncConfigNoUpdate:"\u092A\u0939\u0932\u0947 \u0938\u0947 \u0939\u0940 \u0928\u0935\u0940\u0928\u0924\u092E",authFail:"\u092A\u094D\u0930\u092E\u093E\u0923\u0940\u0915\u0930\u0923 \u0935\u093F\u092B\u0932",syncTitle:"\u092E\u0948\u0928\u094D\u092F\u0941\u0905\u0932 \u092C\u0948\u0915\u0905\u092A \u092A\u094D\u0930\u092C\u0902\u0927\u0928",import_hint:"\u0906\u092F\u093E\u0924",upload:"\u0921\u093E\u0932\u0928\u093E",revokeAuth:"\u092A\u094D\u0930\u093E\u0927\u093F\u0915\u0930\u0923 \u0930\u0926\u094D\u0926 \u0915\u0930\u0947\u0902",uploadFail:"\u0905\u092A\u0932\u094B\u0921 \u0935\u093F\u092B\u0932",download:"\u0921\u093E\u0909\u0928\u0932\u094B\u0921 \u0915\u0930\u0928\u093E",importSuccess:"\u0906\u092F\u093E\u0924 \u0938\u092B\u0932",importFail:"\u0906\u092F\u093E\u0924 \u0935\u093F\u092B\u0932",deleteFail:"\u0939\u091F\u093E\u0928\u0947 \u092E\u0947\u0902 \u0935\u093F\u092B\u0932",backupToCloud:"\u092C\u0948\u0915\u0905\u092A \u092B\u093C\u093E\u0907\u0932\u094B\u0902 \u0915\u094B \u092E\u0948\u0928\u094D\u092F\u0941\u0905\u0932 \u0930\u0942\u092A \u0938\u0947 \u092A\u094D\u0930\u092C\u0902\u0927\u093F\u0924 \u0915\u0930\u0947\u0902",create_new_backup:"\u092C\u0948\u0915\u0905\u092A \u0928\u094B\u0921 \u091C\u094B\u0921\u093C\u0947\u0902",maxBackupFiles:"\u0905\u0927\u093F\u0915\u0924\u092E{count}\u0935\u093F\u092D\u093F\u0928\u094D\u0928 \u0928\u094B\u0921\u094D\u0938 \u0915\u093E \u092C\u0948\u0915\u0905\u092A \u0932\u093F\u092F\u093E \u091C\u093E \u0938\u0915\u0924\u093E \u0939\u0948, \u0915\u0943\u092A\u092F\u093E \u0905\u0928\u093E\u0935\u0936\u094D\u092F\u0915 \u0928\u094B\u0921\u094D\u0938 \u0939\u091F\u093E \u0926\u0947\u0902",backupToCloudDescription:"\u092C\u0948\u0915\u0905\u092A \u092B\u093C\u093E\u0907\u0932\u094B\u0902 \u0915\u094B \u092E\u0948\u0928\u094D\u092F\u0941\u0905\u0932 \u0930\u0942\u092A \u0938\u0947 \u0905\u092A\u0932\u094B\u0921 \u092F\u093E \u092A\u0941\u0928\u0930\u094D\u0938\u094D\u0925\u093E\u092A\u093F\u0924 \u0915\u0930\u0947\u0902, \u091C\u093F\u0938\u0938\u0947 3 \u0905\u0932\u0917-\u0905\u0932\u0917 \u092C\u0948\u0915\u0905\u092A \u0915\u0940 \u0905\u0928\u0941\u092E\u0924\u093F \u092E\u093F\u0932\u0924\u0940 \u0939\u0948",successSyncConfig:"\u0915\u094D\u0932\u093E\u0909\u0921 \u0915\u0947 \u0938\u093E\u0925 \u0938\u092B\u0932\u0924\u093E\u092A\u0942\u0930\u094D\u0935\u0915 \u0938\u092E\u0928\u094D\u0935\u092F\u093F\u0924 \u0930\u0939\u0947\u0902",syncFail:"\u0938\u092E\u0928\u094D\u0935\u092F\u0928 \u0935\u093F\u092B\u0932",updatedAt:"{date}\u092A\u0930 \u0905\u0926\u094D\u092F\u0924\u0928 \u0915\u093F\u092F\u093E \u0917\u092F\u093E",lastSyncedAt:"\u0905\u0902\u0924\u093F\u092E \u092C\u093E\u0930 {date}\u092A\u0930 \u091C\u093E\u0901\u091A \u0915\u0940 \u0917\u0908",downloadFail:"\u0921\u093E\u0909\u0928\u0932\u094B\u0921 \u0935\u093F\u092B\u0932",clickToDownload:"\u0921\u093E\u0909\u0928\u0932\u094B\u0921 \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u0915\u094D\u0932\u093F\u0915 \u0915\u0930\u0947\u0902",aboutLabel:"\u0915\u0947 \u092C\u093E\u0930\u0947 \u092E\u0947\u0902 - \u092A\u094D\u0930\u0924\u093F\u0915\u094D\u0930\u093F\u092F\u093E","browser.openAboutPage":"\u0915\u0947 \u092C\u093E\u0930\u0947 \u092E\u0947\u0902/\u092A\u094D\u0930\u0924\u093F\u0915\u094D\u0930\u093F\u092F\u093E",aboutLabelWithoutSponsor:"\u0915\u0947 \u092C\u093E\u0930\u0947 \u092E\u0947\u0902 - \u092A\u094D\u0930\u0924\u093F\u0915\u094D\u0930\u093F\u092F\u093E",aboutIntro:"\u092E\u0941\u091D\u0947 \u0906\u0936\u093E \u0939\u0948 \u0915\u093F \u0939\u092E \u0938\u092D\u0940 \u0907\u0902\u091F\u0930\u0928\u0947\u091F \u092A\u0930 \u0935\u093F\u0936\u093E\u0932 \u0935\u093F\u0926\u0947\u0936\u0940 \u092D\u093E\u0937\u093E \u0915\u0940 \u091C\u093E\u0928\u0915\u093E\u0930\u0940 \u0905\u0927\u093F\u0915 \u0906\u0938\u093E\u0928\u0940 \u0938\u0947 \u0914\u0930 \u0916\u0941\u0936\u0940 \u0938\u0947 \u092A\u094D\u0930\u093E\u092A\u094D\u0924 \u0915\u0930 \u0938\u0915\u0924\u0947 \u0939\u0948\u0902\u2764\uFE0F \u0906\u092A <6> \u092A\u094D\u0930\u094B \u0938\u0926\u0938\u094D\u092F\u0924\u093E \u0916\u094B\u0932\u0928\u093E \u091A\u0941\u0928 \u0938\u0915\u0924\u0947 \u0939\u0948\u0902 \u0921\u0940\u092A\u090F\u0932 \u0914\u0930 \u0913\u092A\u0928\u090F\u0906\u0908 \u0905\u0928\u0941\u0935\u093E\u0926\u094B\u0902 \u0915\u094B \u092C\u0949\u0915\u094D\u0938 \u0938\u0947 \u092C\u093E\u0939\u0930 \u0909\u092A\u092F\u094B\u0917 \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F\u0964

\u0939\u092E\u0947\u0902 <3>\u091F\u094D\u0935\u093F\u091F\u0930 \u092A\u0930 \u092B\u093C\u0949\u0932\u094B \u0915\u0930 \u0938\u0915\u0924\u0947 \u0939\u0948\u0902 ,<4>\u091F\u0947\u0932\u0940\u0917\u094D\u0930\u093E\u092E \u091A\u0948\u0928\u0932 , WeChat \u0938\u093E\u0930\u094D\u0935\u091C\u0928\u093F\u0915 \u0916\u093E\u0924\u093E, WeChat \u0938\u0902\u091A\u093E\u0930 \u0938\u092E\u0942\u0939, \u092F\u093E \u0928\u0940\u091A\u0947 <5> \u0908\u092E\u0947\u0932 \u0938\u0926\u0938\u094D\u092F\u0924\u093E \u0905\u092A\u0921\u0947\u091F \u091F\u094D\u0930\u0948\u0915 \u0915\u0930\u0947\u0902.
<7>\u092A\u094D\u0930\u094B \u0938\u0926\u0938\u094D\u092F \u0906\u092A \u090F\u0915\u094D\u0938\u092A\u094D\u0930\u0947\u0938 \u0917\u094D\u0930\u093E\u0939\u0915 \u0938\u0947\u0935\u093E \u0908\u092E\u0947\u0932 <8> support@immersivetranslate.com \u0938\u0947 \u0938\u0902\u092A\u0930\u094D\u0915 \u0915\u0930 \u0938\u0915\u0924\u0947 \u0939\u0948\u0902 \u0939\u092E\u093E\u0930\u0947 \u0938\u093E\u0925 \u091C\u0941\u0921\u093C\u0947\u0964",aboutIntroWithoutSponsor:"\u092E\u0941\u091D\u0947 \u0906\u0936\u093E \u0939\u0948 \u0915\u093F \u0939\u092E \u0938\u092D\u0940 \u0907\u0902\u091F\u0930\u0928\u0947\u091F \u092A\u0930 \u0935\u093F\u0936\u093E\u0932 \u092E\u093E\u0924\u094D\u0930\u093E \u092E\u0947\u0902 \u0935\u093F\u0926\u0947\u0936\u0940 \u092D\u093E\u0937\u093E \u0915\u0940 \u091C\u093E\u0928\u0915\u093E\u0930\u0940 \u0924\u0915 \u0906\u0938\u093E\u0928 \u0914\u0930 \u0905\u0927\u093F\u0915 \u0906\u0928\u0902\u0926\u0926\u093E\u092F\u0915 \u092A\u0939\u0941\u0902\u091A \u092A\u094D\u0930\u093E\u092A\u094D\u0924 \u0915\u0930 \u0938\u0915\u0924\u0947 \u0939\u0948\u0902 \u2764\uFE0F

\u0906\u092A \u0939\u092E\u0947\u0902 \u091F\u094D\u0935\u093F\u091F\u0930 \u092A\u0930 \u092B\u093C\u0949\u0932\u094B \u0915\u0930 \u0938\u0915\u0924\u0947 \u0939\u0948\u0902 <3> ,<4>\u091F\u0947\u0932\u0940\u0917\u094D\u0930\u093E\u092E \u091A\u0948\u0928\u0932 , WeChat \u0938\u093E\u0930\u094D\u0935\u091C\u0928\u093F\u0915 \u0916\u093E\u0924\u093E, WeChat \u0938\u0902\u091A\u093E\u0930 \u0938\u092E\u0942\u0939, \u092F\u093E \u0928\u0940\u091A\u0947 <5> \u0908\u092E\u0947\u0932 \u0938\u0926\u0938\u094D\u092F\u0924\u093E \u0905\u092A\u0921\u0947\u091F \u091F\u094D\u0930\u0948\u0915 \u0915\u0930\u0947\u0902.",projectHomepage:"\u092A\u094D\u0930\u094B\u091C\u0947\u0915\u094D\u091F \u0939\u094B\u092E \u092A\u0947\u091C",joinTelegramGroup:"\u092B\u093C\u0902\u0915\u094D\u0936\u0928 \u091A\u0930\u094D\u091A\u093E\u0913\u0902 \u092E\u0947\u0902 \u092D\u093E\u0917 \u0932\u0947\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u0909\u092A\u092F\u094B\u0917\u0915\u0930\u094D\u0924\u093E \u0938\u0902\u091A\u093E\u0930 \u0938\u092E\u0942\u0939 \u092E\u0947\u0902 \u0936\u093E\u092E\u093F\u0932 \u0939\u094B\u0902",wechatPublicAccount:"WeChat \u0938\u093E\u0930\u094D\u0935\u091C\u0928\u093F\u0915 \u0916\u093E\u0924\u093E",wechatCommunities:"WeChat \u0938\u0902\u091A\u093E\u0930 \u0938\u092E\u0942\u0939",qqCommunities:"QQ \u0938\u0902\u091A\u093E\u0930 \u091A\u0948\u0928\u0932",joinTelegramChannel:"\u0928\u0935\u0940\u0928\u0924\u092E \u0905\u092A\u0921\u0947\u091F \u0915\u0947 \u0932\u093F\u090F \u091F\u0947\u0932\u0940\u0917\u094D\u0930\u093E\u092E \u091A\u0948\u0928\u0932 \u0915\u094B \u092B\u0949\u0932\u094B \u0915\u0930\u0947\u0902",feedbackAndJoin:"\u0938\u092E\u0938\u094D\u092F\u093E \u092A\u094D\u0930\u0924\u093F\u0915\u094D\u0930\u093F\u092F\u093E/\u0938\u092E\u0942\u0939 \u092E\u0947\u0902 \u0936\u093E\u092E\u093F\u0932 \u0939\u094B\u0902",autoSync:"\u0938\u094D\u0935\u091A\u093E\u0932\u093F\u0924 \u0905\u0928\u0941\u0938\u0942\u091A\u093F\u0924 \u0924\u0941\u0932\u094D\u092F\u0915\u093E\u0932\u0928",loadingThemeTitle:"\u0932\u094B\u0921\u093F\u0902\u0917 \u0936\u0948\u0932\u0940",loadingThemeDescription:"\u0905\u0928\u0941\u0935\u093E\u0926 \u0932\u094B\u0921 \u0939\u094B\u0928\u0947 \u0915\u0940 \u092A\u094D\u0930\u0924\u0940\u0915\u094D\u0937\u093E \u0915\u0930\u0924\u0947 \u0938\u092E\u092F \u0936\u0948\u0932\u0940 \u0938\u0947\u091F \u0915\u0930\u0947\u0902","loadingTheme.spinner":"\u0935\u0943\u0924\u094D\u0924 \u090F\u0928\u0940\u092E\u0947\u0936\u0928","loadingTheme.text":"\u0938\u094D\u0925\u093F\u0930 \u092A\u093E\u0920... ","loadingTheme.none":"\u0928\u0939\u0940\u0902 \u0926\u093F\u0916\u093E\u0924\u0947",developerDescription:"\u0906\u092A \u092F\u0939\u093E\u0902 <1> \u092A\u0930 \u0915\u094D\u0932\u093F\u0915 \u0915\u0930 \u0938\u0915\u0924\u0947 \u0939\u0948\u0902 \u0909\u0928\u094D\u0928\u0924 \u0905\u0928\u0941\u0915\u0942\u0932\u0928 \u0938\u0947 \u0938\u0902\u092C\u0902\u0927\u093F\u0924 \u0926\u0938\u094D\u0924\u093E\u0935\u0947\u091C\u093C \u0926\u0947\u0916\u0947\u0902","edit border color":"\u092C\u0949\u0930\u094D\u0921\u0930 \u0915\u093E \u0930\u0902\u0917 \u0938\u0902\u0936\u094B\u0927\u093F\u0924 \u0915\u0930\u0947\u0902",successSyncButNoChange:"\u0935\u0930\u094D\u0924\u092E\u093E\u0928 \u0915\u0949\u0928\u094D\u092B\u093C\u093F\u0917\u0930\u0947\u0936\u0928 \u0915\u094D\u0932\u093E\u0909\u0921 \u0915\u0947 \u0905\u0928\u0941\u0930\u0942\u092A \u0939\u0948",customTheme:"\u0915\u0938\u094D\u091F\u092E \u0930\u0902\u0917 \u0914\u0930 \u0906\u0915\u093E\u0930","customThemeLabel.borderColor":"\u0938\u0940\u092E\u093E \u0930\u0902\u0917","customThemeLabel.borderRadius":"\u0938\u0940\u092E\u093E \u0917\u094B\u0932\u093E\u0915\u093E\u0930 \u0915\u094B\u0928\u0947","customThemeLabel.textColor":"\u092A\u093E\u0920 \u0915\u093E \u0930\u0902\u0917","customThemeLabel.backgroundColor":"\u092A\u0943\u0937\u094D\u0920\u092D\u0942\u092E\u093F \u0915\u093E \u0930\u0902\u0917","customThemeLabel.zoom":"\u092B\u093C\u0949\u0928\u094D\u091F \u0938\u094D\u0915\u0947\u0932\u093F\u0902\u0917 (%)","customThemeLabel.opacity":"\u092A\u093E\u0920 \u0905\u092A\u093E\u0930\u0926\u0930\u094D\u0936\u093F\u0924\u093E (%)",resetToDefaultColor:"\u0921\u093F\u092B\u093C\u0949\u0932\u094D\u091F \u0930\u0902\u0917 \u092A\u0930 \u0935\u093E\u092A\u0938 \u0932\u094C\u091F\u0947\u0902",resetToDefaultSettings:"\u0921\u093F\u092B\u093C\u0949\u0932\u094D\u091F \u0938\u0947\u091F\u093F\u0902\u0917\u094D\u0938 \u092A\u0930 \u0935\u093E\u092A\u0938 \u0932\u094C\u091F\u0947\u0902",isTranslateTitle:"\u0905\u0928\u0941\u0935\u093E\u0926\u093F\u0924 \u0935\u0947\u092C \u092A\u0947\u091C \u0936\u0940\u0930\u094D\u0937\u0915 \u091A\u093E\u0932\u0942 \u0915\u0930\u0947\u0902",isTranslateTitleDescription:"\u091A\u093E\u0932\u0942 \u0939\u094B\u0928\u0947 \u092A\u0930, \u0935\u0947\u092C \u092A\u0947\u091C \u0936\u0940\u0930\u094D\u0937\u0915 \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u093F\u092F\u093E \u091C\u093E\u090F\u0917\u093E",enableSearchEnhancement:"\u0926\u094D\u0935\u093F\u092D\u093E\u0937\u0940 \u0938\u0942\u091A\u0928\u093E \u0938\u0902\u0935\u0930\u094D\u0926\u094D\u0927\u0928 \u0938\u0915\u094D\u0937\u092E \u0915\u0930\u0947\u0902",enableSearchEnhancementDescription:'\u091A\u093E\u0932\u0942 \u0939\u094B\u0928\u0947 \u0915\u0947 \u092C\u093E\u0926, \u0905\u0902\u0917\u094D\u0930\u0947\u091C\u0940 \u0915\u0940\u0935\u0930\u094D\u0921 \u0938\u0947 \u0938\u0902\u092C\u0902\u0927\u093F\u0924 "Google \u0938\u092E\u093E\u091A\u093E\u0930" \u0916\u094B\u091C \u092A\u0930\u093F\u0923\u093E\u092E \u0938\u094D\u0935\u091A\u093E\u0932\u093F\u0924 \u0930\u0942\u092A \u0938\u0947 \u0938\u092E\u0930\u094D\u0925\u093F\u0924 \u0935\u0947\u092C\u0938\u093E\u0907\u091F\u094B\u0902 (Google \u0938\u092E\u093E\u091A\u093E\u0930, Google \u0916\u094B\u091C (\u0915\u0941\u091B \u0915\u0940\u0935\u0930\u094D\u0921), \u0938\u094D\u0928\u094B\u092C\u0949\u0932, \u0913\u0930\u093F\u090F\u0902\u091F\u0932 \u092B\u0949\u0930\u094D\u091A\u094D\u092F\u0942\u0928, \u092B\u093C\u0941\u091F\u0942, \u091F\u093E\u0907\u0917\u0930 \u0938\u092E\u0941\u0926\u093E\u092F) \u0915\u0947 \u0926\u093E\u0939\u093F\u0928\u0947 \u0915\u0949\u0932\u092E \u092E\u0947\u0902 \u092A\u094D\u0930\u0926\u0930\u094D\u0936\u093F\u0924 \u0939\u094B\u0902\u0917\u0947\u0964',verifyService:"\u0938\u0947\u0935\u093E \u0915\u093E \u092A\u0930\u0940\u0915\u094D\u0937\u0923 \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u092F\u0939\u093E\u0902 \u0915\u094D\u0932\u093F\u0915 \u0915\u0930\u0947\u0902",verified:"\u0938\u0924\u094D\u092F\u093E\u092A\u0928 \u0938\u092B\u0932","field.langs":"\u0938\u092E\u0930\u094D\u0925\u093F\u0924 \u092D\u093E\u0937\u093E \u0915\u094B\u0921","field.model":"\u0928\u092E\u0942\u0928\u093E","field.translationEngine":"\u0905\u0928\u0941\u0935\u093E\u0926 \u0907\u0902\u091C\u0928","field.limitPerMinute":"\u092A\u094D\u0930\u0924\u093F \u092E\u093F\u0928\u091F \u0905\u0928\u0941\u0930\u094B\u0927\u094B\u0902 \u0915\u0940 \u0905\u0927\u093F\u0915\u0924\u092E \u0938\u0902\u0916\u094D\u092F\u093E","field.limitPerSecond":"\u092A\u094D\u0930\u0924\u093F \u0938\u0947\u0915\u0902\u0921 \u0905\u0928\u0941\u0930\u094B\u0927\u094B\u0902 \u0915\u0940 \u0905\u0927\u093F\u0915\u0924\u092E \u0938\u0902\u0916\u094D\u092F\u093E","field.maxTextLengthPerRequest":"\u092A\u094D\u0930\u0924\u093F \u0905\u0928\u0941\u0930\u094B\u0927 \u0905\u0927\u093F\u0915\u0924\u092E \u092A\u093E\u0920 \u0932\u0902\u092C\u093E\u0908","field.maxTextGroupLengthPerRequest":"\u092A\u094D\u0930\u0924\u093F \u0905\u0928\u0941\u0930\u094B\u0927 \u092A\u0948\u0930\u093E\u0917\u094D\u0930\u093E\u092B \u0915\u0940 \u0905\u0927\u093F\u0915\u0924\u092E \u0938\u0902\u0916\u094D\u092F\u093E","field.apiUrl":"\u0915\u0938\u094D\u091F\u092E \u090F\u092A\u0940\u0906\u0908 \u0907\u0902\u091F\u0930\u092B\u093C\u0947\u0938 \u092A\u0924\u093E","field.placeholderDelimiters":"\u0906\u0930\u0915\u094D\u0937\u093F\u0924 \u092A\u094D\u0932\u0947\u0938\u0939\u094B\u0932\u094D\u0921\u0930","description.custom":"\u0915\u0938\u094D\u091F\u092E \u0907\u0902\u091F\u0930\u092B\u093C\u0947\u0938 \u090F\u0915\u094D\u0938\u0947\u0938 \u0915\u0947 \u0932\u093F\u090F \u0938\u0902\u0926\u0930\u094D\u092D \u0926\u0938\u094D\u0924\u093E\u0935\u0947\u091C\u093C\u094B\u0902 \u0915\u0940 \u0906\u0935\u0936\u094D\u092F\u0915\u0924\u093E \u0939\u0948","description.limitPerMinute":"\u091C\u092C \u0905\u0928\u0941\u0930\u094B\u0927\u094B\u0902 \u0915\u0940 \u0938\u0902\u0916\u094D\u092F\u093E \u0907\u0938 \u0938\u0940\u092E\u093E \u0938\u0947 \u0905\u0927\u093F\u0915 \u0939\u094B \u091C\u093E\u0924\u0940 \u0939\u0948, \u0924\u094B \u092F\u0939 \u0905\u0917\u0932\u0947 \u092E\u093F\u0928\u091F \u0915\u0940 \u0936\u0941\u0930\u0941\u0906\u0924 \u0924\u0915 \u0915\u0924\u093E\u0930 \u0938\u094D\u0925\u093F\u0924\u093F \u092E\u0947\u0902 \u092A\u094D\u0930\u0935\u0947\u0936 \u0915\u0930\u0947\u0917\u0940\u0964 OpenAI \u0915\u0940 \u0935\u0930\u094D\u0924\u092E\u093E\u0928 \u0938\u0947\u0935\u093E \u0915\u0940 \u0935\u093F\u092D\u093F\u0928\u094D\u0928 \u0938\u0940\u092E\u093E\u0913\u0902 \u0915\u0947 \u0915\u093E\u0930\u0923, \u0915\u0943\u092A\u092F\u093E \u092F\u0939\u093E\u0902 <1> \u0915\u094D\u0932\u093F\u0915 \u0915\u0930\u0947\u0902 \u0928\u0935\u0940\u0928\u0924\u092E \u0905\u0928\u0941\u0936\u0902\u0938\u093F\u0924 \u092E\u093E\u0928 \u0926\u0947\u0916\u0947\u0902","description.limitPerSecond":"\u091C\u092C \u0905\u0928\u0941\u0930\u094B\u0927\u094B\u0902 \u0915\u0940 \u0938\u0902\u0916\u094D\u092F\u093E \u0907\u0938 \u0938\u0940\u092E\u093E \u0938\u0947 \u0905\u0927\u093F\u0915 \u0939\u094B \u091C\u093E\u0924\u0940 \u0939\u0948, \u0924\u094B \u092F\u0939 \u0905\u0917\u0932\u0947 \u0938\u0947\u0915\u0902\u0921 \u0915\u0940 \u0936\u0941\u0930\u0941\u0906\u0924 \u0924\u0915 \u0915\u0924\u093E\u0930 \u0938\u094D\u0925\u093F\u0924\u093F \u092E\u0947\u0902 \u092A\u094D\u0930\u0935\u0947\u0936 \u0915\u0930\u0947\u0917\u0940\u0964 OpenAI \u0915\u0940 \u0935\u0930\u094D\u0924\u092E\u093E\u0928 \u0938\u0947\u0935\u093E \u0915\u0940 \u0935\u093F\u092D\u093F\u0928\u094D\u0928 \u0938\u0940\u092E\u093E\u0913\u0902 \u0915\u0947 \u0915\u093E\u0930\u0923, \u0915\u0943\u092A\u092F\u093E \u092F\u0939\u093E\u0902 <1> \u0915\u094D\u0932\u093F\u0915 \u0915\u0930\u0947\u0902 \u0928\u0935\u0940\u0928\u0924\u092E \u0905\u0928\u0941\u0936\u0902\u0938\u093F\u0924 \u092E\u093E\u0928 \u0926\u0947\u0916\u0947\u0902","description.generalLimitPerSecond":"\u091C\u092C \u0905\u0928\u0941\u0930\u094B\u0927\u094B\u0902 \u0915\u0940 \u0938\u0902\u0916\u094D\u092F\u093E \u0907\u0938 \u0938\u0940\u092E\u093E \u0938\u0947 \u0905\u0927\u093F\u0915 \u0939\u094B \u091C\u093E\u0924\u0940 \u0939\u0948, \u0924\u094B \u092F\u0939 \u0905\u0917\u0932\u0947 \u0938\u0947\u0915\u0902\u0921 \u0915\u0940 \u0936\u0941\u0930\u0941\u0906\u0924 \u0924\u0915 \u0915\u0924\u093E\u0930 \u0938\u094D\u0925\u093F\u0924\u093F \u092E\u0947\u0902 \u092A\u094D\u0930\u0935\u0947\u0936 \u0915\u0930\u0947\u0917\u0940\u0964","description.prompt":"\u0909\u092A\u092F\u094B\u0917\u0915\u0930\u094D\u0924\u093E \u0915\u0940 \u092A\u0939\u091A\u093E\u0928 \u092E\u0947\u0902 {service} \u0915\u094B \u092D\u0947\u091C\u0940 \u0917\u0908 \u0935\u093E\u0930\u094D\u0924\u093E\u0932\u093E\u092A, \u091C\u093F\u0938\u092E\u0947\u0902 {{text}} \u092A\u0948\u0930\u093E\u0917\u094D\u0930\u093E\u092B \u0915\u093E \u092A\u093E\u0920 \u0938\u093E\u092E\u0917\u094D\u0930\u0940 \u0915\u094B \u0926\u0930\u094D\u0936\u093E\u0924\u093E \u0939\u0948, {{from}} \u092A\u0948\u0930\u093E\u0917\u094D\u0930\u093E\u092B \u0915\u0940 \u092D\u093E\u0937\u093E \u0915\u094B \u0926\u0930\u094D\u0936\u093E\u0924\u093E \u0939\u0948, \u0914\u0930 {{to}} \u0932\u0915\u094D\u0937\u094D\u092F \u092D\u093E\u0937\u093E \u0915\u094B \u0926\u0930\u094D\u0936\u093E\u0924\u093E \u0939\u0948\u0964","description.maxTextLengthPerRequest":"\u092A\u094D\u0930\u0924\u093F \u0905\u0928\u0941\u0930\u094B\u0927 \u0935\u0930\u094D\u0923\u094B\u0902 \u0915\u0940 \u0905\u0927\u093F\u0915\u0924\u092E \u0938\u0902\u0916\u094D\u092F\u093E\u0964 \u092F\u0926\u093F \u092F\u0939 \u092C\u0939\u0941\u0924 \u092C\u0921\u093C\u093E \u0939\u0948, \u0924\u094B \u0907\u0902\u091F\u0930\u092B\u093C\u0947\u0938 \u0915\u0940 \u092A\u094D\u0930\u0924\u093F\u0915\u094D\u0930\u093F\u092F\u093E \u0927\u0940\u092E\u0940 \u0939\u094B \u091C\u093E\u090F\u0917\u0940, \u0907\u0938\u0932\u093F\u090F \u0906\u092A \u0917\u0924\u093F \u0915\u094B \u0905\u0928\u0941\u0915\u0942\u0932\u093F\u0924 \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u0907\u0938 \u0935\u093F\u0915\u0932\u094D\u092A \u0915\u094B \u0938\u092E\u093E\u092F\u094B\u091C\u093F\u0924 \u0915\u0930\u0928\u0947 \u0915\u093E \u092A\u094D\u0930\u092F\u093E\u0938 \u0915\u0930 \u0938\u0915\u0924\u0947 \u0939\u0948\u0902\u0964","description.systemPrompt":"\u0913\u092A\u0928\u090F\u0906\u0908 \u0915\u094B \u0938\u093F\u0938\u094D\u091F\u092E \u0915\u0947 \u0930\u0942\u092A \u092E\u0947\u0902 \u092C\u093E\u0924\u091A\u0940\u0924 \u092D\u0947\u091C\u0940 \u0917\u0908, \u091C\u0939\u093E\u0902 {{text}} \u092A\u0948\u0930\u093E\u0917\u094D\u0930\u093E\u092B \u0915\u0940 \u092A\u093E\u0920\u094D\u092F \u0938\u093E\u092E\u0917\u094D\u0930\u0940 \u0915\u093E \u092A\u094D\u0930\u0924\u093F\u0928\u093F\u0927\u093F\u0924\u094D\u0935 \u0915\u0930\u0924\u093E \u0939\u0948,{{from}} \u092A\u0948\u0930\u093E\u0917\u094D\u0930\u093E\u092B \u0915\u0940 \u092D\u093E\u0937\u093E \u0915\u093E \u092A\u094D\u0930\u0924\u093F\u0928\u093F\u0927\u093F\u0924\u094D\u0935 \u0915\u0930\u0924\u093E \u0939\u0948, \u0914\u0930{{to}} \u0932\u0915\u094D\u0937\u094D\u092F \u092D\u093E\u0937\u093E \u0915\u093E \u092A\u094D\u0930\u0924\u093F\u0928\u093F\u0927\u093F\u0924\u094D\u0935 \u0915\u0930\u0924\u093E \u0939\u0948","field.domain":"\u092E\u0948\u0926\u093E\u0928","description.domain":"\u0921\u093F\u092B\u093C\u0949\u0932\u094D\u091F\uFF1A\u0938\u093E\u092E\u093E\u0928\u094D\u092F \u0939\u0948. \u0907\u0938\u0947 \u0915\u0947\u0935\u0932 \u0924\u092D\u0940 \u0938\u0947\u091F \u0915\u093F\u092F\u093E \u091C\u093E \u0938\u0915\u0924\u093E \u0939\u0948 \u091C\u092C Youdao API \u0915\u0902\u0938\u094B\u0932 \u092E\u0947\u0902 \u0921\u094B\u092E\u0947\u0928-\u0906\u0927\u093E\u0930\u093F\u0924 \u0905\u0928\u0941\u0935\u093E\u0926 \u0938\u0915\u094D\u0937\u092E \u0939\u094B\u0964 \u0938\u092E\u0930\u094D\u0925\u093F\u0924 \u092B\u093C\u0940\u0932\u094D\u0921 \u0915\u0947 \u0932\u093F\u090F, \u0915\u0943\u092A\u092F\u093E \u092F\u0939\u093E\u0902 <1> \u0926\u0947\u0916\u0947\u0902\u0964","field.scene":"\u092A\u0930\u094D\u0926\u0947","description.scene":"\u0921\u093F\u092B\u093C\u0949\u0932\u094D\u091F\uFF1A\u0938\u093E\u092E\u093E\u0928\u094D\u092F \u0939\u0948. \u0907\u0938\u0947 \u0915\u0947\u0935\u0932 \u0924\u092D\u0940 \u0938\u0947\u091F \u0915\u093F\u092F\u093E \u091C\u093E \u0938\u0915\u0924\u093E \u0939\u0948 \u091C\u092C \u0905\u0932\u0940\u092C\u093E\u092C\u093E \u0915\u094D\u0932\u093E\u0909\u0921 \u090F\u092A\u0940\u0906\u0908 \u0915\u0902\u0938\u094B\u0932 \u092E\u0947\u0902 \u092E\u0936\u0940\u0928\u0940 \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u093E \u092A\u0947\u0936\u0947\u0935\u0930 \u0938\u0902\u0938\u094D\u0915\u0930\u0923 \u0938\u0915\u094D\u0930\u093F\u092F \u0939\u094B\u0964 \u0938\u092E\u0930\u094D\u0925\u093F\u0924 \u092A\u0930\u093F\u0926\u0943\u0936\u094D\u092F\u094B\u0902 \u0915\u0947 \u0932\u093F\u090F \u092F\u0939\u093E\u0902 <1> \u0926\u0947\u0916\u0947\u0902\u0964","field.vocabId":"\u0909\u092A\u092F\u094B\u0917\u0915\u0930\u094D\u0924\u093E \u0936\u092C\u094D\u0926\u0915\u094B\u0936 \u0906\u0908\u0921\u0940","description.vocabId":"\u0928\u093F\u0930\u094D\u0926\u093F\u0937\u094D\u091F \u0936\u092C\u094D\u0926\u0915\u094B\u0936 \u0906\u0909\u091F_\u0906\u0908\u0921\u0940 \u0935\u0930\u094D\u0924\u092E\u093E\u0928 \u092E\u0947\u0902 \u0905\u0902\u0917\u094D\u0930\u0947\u091C\u0940-\u091A\u0940\u0928\u0940 \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u093E \u0938\u092E\u0930\u094D\u0925\u0928 \u0915\u0930\u0924\u093E \u0939\u0948\u0964","description.model":"OpenAI \u0915\u093E \u092E\u0949\u0921\u0932 gpt-3.5-\u091F\u0930\u094D\u092C\u094B, gpt-4 \u0906\u0926\u093F \u0939\u094B \u0938\u0915\u0924\u093E \u0939\u0948\u0964","description.maxTextGroupLengthPerRequest":"\u0939\u0930 \u092C\u093E\u0930 \u0905\u0928\u0941\u0935\u093E\u0926 \u0938\u0947\u0935\u093E \u0915\u094B \u092D\u0947\u091C\u0947 \u0917\u090F \u092A\u0948\u0930\u093E\u0917\u094D\u0930\u093E\u092B\u094B\u0902 \u0915\u0940 \u0938\u0902\u0916\u094D\u092F\u093E\u0964 \u092F\u0926\u093F \u092C\u0939\u0941\u0924 \u0938\u093E\u0930\u0947 \u092A\u0948\u0930\u093E\u0917\u094D\u0930\u093E\u092B \u0939\u0948\u0902, \u0924\u094B \u0907\u0902\u091F\u0930\u092B\u093C\u0947\u0938 \u0915\u0940 \u092A\u094D\u0930\u0924\u093F\u0915\u094D\u0930\u093F\u092F\u093E \u0927\u0940\u092E\u0940 \u0939\u094B \u0938\u0915\u0924\u0940 \u0939\u0948\u0964","description.apiUrl":"\u0915\u0943\u092A\u092F\u093E \u092A\u0925 \u0915\u0947 \u0938\u093E\u0925 \u090F\u0915 \u0935\u093F\u0936\u093F\u0937\u094D\u091F \u092F\u0942\u0906\u0930\u090F\u0932 \u091C\u094B\u0921\u093C\u0947\u0902, <1> \u0905\u0927\u093F\u0915 \u0928\u093F\u0930\u094D\u0926\u0947\u0936",enabledExtension:"\u090F\u0915\u094D\u0938\u091F\u0947\u0902\u0936\u0928 \u0938\u0915\u094D\u0937\u092E",clickToDisableExtension:"\u090F\u0915\u094D\u0938\u091F\u0947\u0902\u0936\u0928 \u0905\u0915\u094D\u0937\u092E \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u0915\u094D\u0932\u093F\u0915 \u0915\u0930\u0947\u0902",clickToEnableExtension:"\u090F\u0915\u094D\u0938\u091F\u0947\u0902\u0936\u0928 \u0938\u0915\u094D\u0937\u092E \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u0915\u094D\u0932\u093F\u0915 \u0915\u0930\u0947\u0902",hasBeenDisabled:"\u0905\u0915\u094D\u0937\u092E","show password":"\u092A\u093E\u0938\u0935\u0930\u094D\u0921 \u0926\u093F\u0916\u093E\u090F",customContent:"\u0915\u0938\u094D\u091F\u092E \u092E\u0949\u0921\u0932 \u0928\u093E\u092E \u0926\u0930\u094D\u091C \u0915\u0930\u0947\u0902",inputOptions:"\u0907\u0928\u092A\u0941\u091F \u092C\u0949\u0915\u094D\u0938 \u0938\u0902\u0935\u0930\u094D\u0926\u094D\u0927\u0928",mouseHoverOptions:"\u092E\u093E\u0909\u0938 \u0915\u0947 \u090A\u092A\u0930",modifyMouseHoverKey:"\u092E\u093E\u0909\u0938\u0913\u0935\u0930 \u0936\u0949\u0930\u094D\u091F\u0915\u091F \u0915\u0941\u0902\u091C\u093F\u092F\u094B\u0902 \u0915\u094B \u0938\u0902\u0936\u094B\u0927\u093F\u0924 \u0915\u0930\u0947\u0902",enableInputTranslation:"\u0907\u0928\u092A\u0941\u091F \u092C\u0949\u0915\u094D\u0938 \u090F\u0928\u094D\u0939\u093E\u0902\u0938\u092E\u0947\u0902\u091F \u0938\u0915\u094D\u0937\u092E \u0915\u0930\u0928\u093E \u0939\u0948 \u092F\u093E \u0928\u0939\u0940\u0902",enableInputTranslationDescription:"{trailingKey}\u0938\u0915\u094D\u0937\u092E \u0915\u0930\u0928\u0947 \u0915\u0947 \u092C\u093E\u0926, \u0938\u0940\u0927\u0947 \u0907\u0928\u092A\u0941\u091F \u092C\u0949\u0915\u094D\u0938 \u092E\u0947\u0902 {startingKey}{startingKey} \u0939\u0948\u0932\u094B \u0926\u0930\u094D\u091C \u0915\u0930\u0947\u0902, \u0914\u0930 \u092B\u093F\u0930 \u0907\u0938\u0947 {inputTargetLanguage}\u092E\u0947\u0902 \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u091C\u0932\u094D\u0926\u0940 \u0938\u0947{inputTrailingTriggerKeyRepeatTimes}\u092A\u0930 \u0926\u094B \u092C\u093E\u0930 \u0915\u094D\u0932\u093F\u0915 \u0915\u0930\u0947\u0902\u0964",enableInputTranslationDescriptionForNoneKey:"\u0907\u0938\u0947 \u0938\u0915\u094D\u0937\u092E \u0915\u0930\u0928\u0947{trailingKey}, \u0938\u0940\u0927\u0947 \u0907\u0928\u092A\u0941\u091F \u092C\u0949\u0915\u094D\u0938 \u092E\u0947\u0902\uFF1A\u0939\u0948\u0932\u094B \u0935\u0930\u094D\u0932\u094D\u0921 \u0926\u0930\u094D\u091C \u0915\u0930\u0947\u0902, \u0914\u0930 \u092B\u093F\u0930 \u0921\u093F\u092B\u093C\u0949\u0932\u094D\u091F \u0932\u0915\u094D\u0937\u094D\u092F \u092D\u093E\u0937\u093E \u092E\u0947\u0902 \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u091C\u0932\u094D\u0926\u0940 \u0938\u0947{inputTrailingTriggerKeyRepeatTimes}\u092C\u093E\u0930 \u0915\u094D\u0932\u093F\u0915 \u0915\u0930\u0947\u0902\u0964",inputTargetLanguage:"\u0907\u0928\u092A\u0941\u091F \u092C\u0949\u0915\u094D\u0938 \u0915\u0940 \u0921\u093F\u092B\u093C\u0949\u0932\u094D\u091F \u0932\u0915\u094D\u0937\u094D\u092F \u092D\u093E\u0937\u093E \u0938\u0947\u091F \u0915\u0930\u0947\u0902",inputTargetLanguageDescription:"\u0907\u0928\u092A\u0941\u091F \u092C\u0949\u0915\u094D\u0938 \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0947 \u0932\u093F\u090F \u0921\u093F\u092B\u093C\u0949\u0932\u094D\u091F \u0932\u0915\u094D\u0937\u094D\u092F \u092D\u093E\u0937\u093E, \u091C\u094B \u091F\u094D\u0930\u093F\u0917\u0930 \u0936\u092C\u094D\u0926\u094B\u0902 \u0915\u0947 \u0932\u093F\u090F \u0921\u093F\u092B\u093C\u0949\u0932\u094D\u091F \u092D\u093E\u0937\u093E \u0915\u0947 \u0930\u0942\u092A \u092E\u0947\u0902 {startingKey}{startingKey} \u0939\u0948",inputTargetLanguageDescriptionForNoneKey:"\u0907\u0928\u092A\u0941\u091F \u092C\u0949\u0915\u094D\u0938 \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0947 \u0932\u093F\u090F \u0921\u093F\u092B\u093C\u0949\u0932\u094D\u091F \u0932\u0915\u094D\u0937\u094D\u092F \u092D\u093E\u0937\u093E",inputStartingTriggerKeyTitle:"\u0907\u0928\u092A\u0941\u091F \u092C\u0949\u0915\u094D\u0938 \u0915\u0947 \u0906\u0902\u0936\u093F\u0915 \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0947 \u0932\u093F\u090F \u0935\u093F\u092D\u093E\u091C\u0928 \u0935\u0930\u094D\u0923 \u0938\u0947\u091F \u0915\u0930\u0947\u0902",inputStartingTriggerKeyDescription:"\u091C\u092C \u0906\u092A\u0915\u094B \u092A\u0942\u0930\u0947 \u0907\u0928\u092A\u0941\u091F \u092C\u0949\u0915\u094D\u0938 \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0928\u0947 \u0915\u0940 \u0906\u0935\u0936\u094D\u092F\u0915\u0924\u093E \u0928\u0939\u0940\u0902 \u0939\u094B\u0924\u0940 \u0939\u0948, \u0924\u094B \u0921\u093F\u0932\u0940\u092E\u0940\u091F\u0930 \u0906\u092A\u0915\u094B \u0915\u0947\u0935\u0932 {startingKey}{startingKey} \u0938\u0947 \u0907\u0928\u092A\u0941\u091F \u092C\u0949\u0915\u094D\u0938 \u0915\u0947 \u0905\u0902\u0924 \u0924\u0915 \u0915\u0947 \u092D\u093E\u0917 \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0928\u0947 \u0915\u0940 \u0905\u0928\u0941\u092E\u0924\u093F \u0926\u0947\u0924\u093E \u0939\u0948, \u092F\u093E \u0906\u092A \u092D\u093E\u0937\u093E \u0915\u094B\u0921 \u0928\u093F\u0930\u094D\u0926\u093F\u0937\u094D\u091F \u0915\u0930 \u0938\u0915\u0924\u0947 \u0939\u0948\u0902, \u0909\u0926\u093E\u0939\u0930\u0923 \u0915\u0947 \u0932\u093F\u090F,\uFF1A{startingKey}ja \u0915\u093E \u0905\u0930\u094D\u0925 \u0915\u0947\u0935\u0932 \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0928\u093E \u0939\u0948 {startingKey}ja \u0938\u0947 \u0907\u0928\u092A\u0941\u091F \u092C\u0949\u0915\u094D\u0938 \u0915\u0947 \u0905\u0902\u0924 \u0924\u0915 \u0915\u093E \u092D\u093E\u0917\u0964",inputStartingTriggerKeyDescriptionForNoneKey:"\u0935\u0930\u094D\u0924\u092E\u093E\u0928 \u092E\u0947\u0902 \u0907\u0938\u0947 \u0915\u093F\u0938\u0940 \u0909\u092A\u0938\u0930\u094D\u0917 \u0915\u0940 \u0906\u0935\u0936\u094D\u092F\u0915\u0924\u093E \u0928\u0939\u0940\u0902 \u0939\u0948, \u0914\u0930 \u0907\u0928\u092A\u0941\u091F \u092C\u0949\u0915\u094D\u0938 \u0915\u0947 \u0915\u0941\u091B \u092A\u093E\u0920 \u0905\u0928\u0941\u0935\u093E\u0926 \u092B\u093C\u0902\u0915\u094D\u0936\u0928 \u0905\u0938\u094D\u0925\u093E\u092F\u0940 \u0930\u0942\u092A \u0938\u0947 \u0905\u0928\u0941\u092A\u0932\u092C\u094D\u0927 \u0939\u0948\u0902\u0964",inputTrailingTriggerKeyTitle:"\u090F\u0915 \u091F\u094D\u0930\u093F\u0917\u0930 \u0935\u0930\u094D\u0923 \u091A\u0941\u0928\u0947\u0902 \u091C\u094B \u0907\u0928\u092A\u0941\u091F \u0915\u094B \u0938\u092E\u093E\u092A\u094D\u0924 \u0915\u0930\u0924\u093E \u0939\u0948",inputTrailingTriggerKeyDescription:"\u0924\u094D\u0935\u0930\u093F\u0924 \u0909\u0924\u094D\u0924\u0930\u093E\u0927\u093F\u0915\u093E\u0930 \u092E\u0947\u0902{trailingKey} 3 \u092C\u093E\u0930 \u0939\u093F\u091F \u0915\u0930\u0928\u0947 \u0938\u0947 \u0905\u0928\u0941\u0935\u093E\u0926 \u0936\u0941\u0930\u0942 \u0939\u094B \u091C\u093E\u090F\u0917\u093E",inputTrailingTriggerKeyTimeout:"\u0915\u0949\u092E\u094D\u092C\u094B \u0915\u094B \u0938\u092E\u093E\u092A\u094D\u0924 \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u091F\u094D\u0930\u093F\u0917\u0930\u094D\u0938 \u0915\u0947 \u092C\u0940\u091A \u0905\u0902\u0924\u0930\u093E\u0932 \u0926\u0930\u094D\u091C \u0915\u0930\u0947\u0902\u0964",inputTrailingTriggerKeyTimeoutDescription:"\u0915\u0949\u092E\u094D\u092C\u094B \u091F\u094D\u0930\u093F\u0917\u0930 \u0915\u094B \u0938\u092E\u093E\u092A\u094D\u0924 \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u0907\u0928\u092A\u0941\u091F \u0915\u0947 \u0932\u093F\u090F \u0905\u0902\u0924\u0930\u093E\u0932 \u0938\u092E\u092F (\u092E\u093F\u0932\u0940\u0938\u0947\u0915\u0902\u0921) \u0928\u093F\u0930\u094D\u0927\u093E\u0930\u093F\u0924 \u0915\u0930\u0947\u0902",spaceKey:"<\u0938\u094D\u092A\u0947\u0938\u092C\u093E\u0930>",noneKey:"\u0915\u093F\u0938\u0940 \u0909\u092A\u0938\u0930\u094D\u0917 \u0915\u0940 \u0906\u0935\u0936\u094D\u092F\u0915\u0924\u093E \u0928\u0939\u0940\u0902 \u0939\u0948, \u0938\u0940\u0927\u0947 \u0938\u0902\u092A\u0942\u0930\u094D\u0923 \u091F\u0947\u0915\u094D\u0938\u094D\u091F \u092C\u0949\u0915\u094D\u0938 \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0947\u0902",inputTranslationBlockUrlsTitle:"\u092F\u0942\u0906\u0930\u090F\u0932 \u092E\u0947\u0902 \u0907\u0928\u092A\u0941\u091F \u092B\u093C\u0940\u0932\u094D\u0921 \u090F\u0928\u094D\u0939\u093E\u0902\u0938\u092E\u0947\u0902\u091F \u0915\u094B \u0915\u092D\u0940 \u092D\u0940 \u0938\u0915\u094D\u0937\u092E \u0928 \u0915\u0930\u0947\u0902",inputTranslationBlockUrlsDescription:"\u0928\u093F\u092E\u094D\u0928\u0932\u093F\u0916\u093F\u0924 \u092F\u0942\u0906\u0930\u090F\u0932 \u092E\u0947\u0902, \u0907\u0928\u092A\u0941\u091F \u092C\u0949\u0915\u094D\u0938 \u090F\u0928\u094D\u0939\u093E\u0902\u0938\u092E\u0947\u0902\u091F \u092A\u094D\u0930\u092D\u093E\u0935\u0940 \u0928\u0939\u0940\u0902 \u0939\u094B\u0917\u093E",clickToSeeQuickDemo:"30 \u0938\u0947\u0915\u0902\u0921 \u0915\u0947 \u0924\u094D\u0935\u0930\u093F\u0924 \u0928\u093F\u0930\u094D\u0926\u0947\u0936 \u0935\u0940\u0921\u093F\u092F\u094B \u0915\u093E \u0935\u093F\u0938\u094D\u0924\u093E\u0930 \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u0915\u094D\u0932\u093F\u0915 \u0915\u0930\u0947\u0902",inputHelperInfo:"\u0928\u094B\u091F\uFF1A: \u0939\u092E\u0928\u0947 \u0935\u093F\u0936\u0947\u0937 \u0930\u0942\u092A \u0938\u0947 \u0909\u0938 \u092E\u0941\u0926\u094D\u0926\u0947 \u0915\u094B \u0905\u0928\u0941\u0915\u0942\u0932\u093F\u0924 \u0915\u093F\u092F\u093E \u0939\u0948 \u091C\u0939\u093E\u0902 \u0915\u0941\u091B \u091F\u094D\u0930\u093F\u0917\u0930 \u0935\u0930\u094D\u0923 \u091A\u0940\u0928\u0940 \u0907\u0928\u092A\u0941\u091F \u092A\u0926\u094D\u0927\u0924\u093F \u0915\u0947 \u0924\u0939\u0924 \u091A\u0940\u0928\u0940 \u0935\u093F\u0930\u093E\u092E \u091A\u093F\u0939\u094D\u0928\u094B\u0902 \u092E\u0947\u0902 \u092C\u0926\u0932 \u091C\u093E\u090F\u0902\u0917\u0947\u0964 \u0909\u0926\u093E\u0939\u0930\u0923 \u0915\u0947 \u0932\u093F\u090F, \u0938\u094B\u0917\u094C \u0907\u0928\u092A\u0941\u091F \u092A\u0926\u094D\u0927\u0924\u093F \u0915\u0947 \u0924\u0939\u0924, / \u090F\u0915 \u0935\u093F\u0930\u093E\u092E \u092E\u0947\u0902 \u092C\u0926\u0932 \u091C\u093E\u090F\u0917\u093E, \u0914\u0930 \u0907\u092E\u0930\u094D\u0938\u093F\u0935 \u0905\u0928\u0941\u0935\u093E\u0926 \u0938\u0902\u092C\u0902\u0927\u093F\u0924 \u0938\u092D\u0940 \u091A\u0940\u0928\u0940 \u092A\u094D\u0930\u0924\u0940\u0915\u094B\u0902 \u0915\u093E \u0938\u092E\u0930\u094D\u0925\u0928 \u0915\u0930\u0924\u093E \u0939\u0948 \u091F\u094D\u0930\u093F\u0917\u0930 \u0935\u0930\u094D\u0923\u0964 , \u092F\u093E\u0928\u0940, //,, \u0914\u0930 \u0938\u092D\u0940 \u0915\u094B \u091F\u094D\u0930\u093F\u0917\u0930 \u0935\u0930\u094D\u0923 \u0915\u0947 \u0930\u0942\u092A \u092E\u0947\u0902 \u092A\u0939\u091A\u093E\u0928\u093E \u091C\u093E\u090F\u0917\u093E\u0964

\u0938\u093E\u0925 \u0939\u0940, \u0939\u092E \u0915\u092E\u093E\u0902\u0921 \u0915\u0947 \u0930\u0942\u092A \u092E\u0947\u0902 \u092D\u093E\u0937\u093E \u0915\u094B\u0921 \u0915\u0947 \u091A\u0940\u0928\u0940 \u0909\u092A\u0928\u093E\u092E\u094B\u0902 \u0915\u093E \u092D\u0940 \u0938\u092E\u0930\u094D\u0925\u0928 \u0915\u0930\u0924\u0947 \u0939\u0948\u0902\u0964 \u0909\u0926\u093E\u0939\u0930\u0923 \u0915\u0947 \u0932\u093F\u090F, /\u091C\u093E\u092A\u093E\u0928\u0940 \u0939\u0948\u0932\u094B \u0935\u0930\u094D\u0932\u094D\u0921 \u0915\u093E \u091C\u093E\u092A\u093E\u0928\u0940 \u092E\u0947\u0902 \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u093F\u092F\u093E \u091C\u093E\u090F\u0917\u093E\u0964 <1> \u0938\u092D\u0940 \u0938\u092E\u0930\u094D\u0925\u093F\u0924 \u092D\u093E\u0937\u093E \u0915\u094B\u0921 \u0926\u0947\u0916\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u092F\u0939\u093E\u0902 \u0915\u094D\u0932\u093F\u0915 \u0915\u0930\u0947\u0902\u0964 .",reloadCurrentPage:"\u0915\u0943\u092A\u092F\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0936\u0941\u0930\u0942 \u0915\u0930\u0928\u0947 \u0938\u0947 \u092A\u0939\u0932\u0947 \u0935\u0930\u094D\u0924\u092E\u093E\u0928 \u092A\u0943\u0937\u094D\u0920 \u0915\u094B \u0924\u093E\u091C\u093C\u093E \u0915\u0930\u0947\u0902",noLocalFilePermissionForPDF:"\u0935\u0930\u094D\u0924\u092E\u093E\u0928 \u092E\u0947\u0902 \u0939\u092E\u093E\u0930\u0947 \u092A\u093E\u0938 \u0938\u094D\u0925\u093E\u0928\u0940\u092F \u092B\u093C\u093E\u0907\u0932\u0947\u0902 \u092A\u0922\u093C\u0928\u0947 \u0915\u0940 \u0905\u0928\u0941\u092E\u0924\u093F \u0928\u0939\u0940\u0902 \u0939\u0948\u0964 \u0915\u0943\u092A\u092F\u093E \u090A\u092A\u0930 \u0926\u093F\u090F \u0917\u090F \u092C\u091F\u0928 \u092A\u0930 \u0915\u094D\u0932\u093F\u0915 \u0915\u0930\u0947\u0902 \u0914\u0930 \u0938\u094D\u0925\u093E\u0928\u0940\u092F \u092B\u093C\u093E\u0907\u0932\u0947\u0902 \u0906\u092F\u093E\u0924 \u0915\u0930\u0947\u0902\u0964",noPermissionForThisPage:"\u26A0\uFE0F \u0935\u0930\u094D\u0924\u092E\u093E\u0928 \u092A\u0943\u0937\u094D\u0920 \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0928\u0947 \u0915\u0940 \u0905\u0928\u0941\u092E\u0924\u093F \u0928\u0939\u0940\u0902",retryAllParagraphs:"\u0938\u092D\u0940 \u0924\u094D\u0930\u0941\u091F\u093F \u092A\u0948\u0930\u093E\u0917\u094D\u0930\u093E\u092B \u092A\u0941\u0928\u0903 \u092A\u094D\u0930\u092F\u093E\u0938 \u0915\u0930\u0947\u0902",retryAllButton:"\u0938\u092D\u0940 \u0924\u094D\u0930\u0941\u091F\u093F \u092A\u0948\u0930\u093E\u0917\u094D\u0930\u093E\u092B \u092A\u0941\u0928\u0903 \u092A\u094D\u0930\u092F\u093E\u0938 \u0915\u0930\u0947\u0902",errorTooltipTitle:"\u0924\u094D\u0930\u0941\u091F\u093F \u0915\u093E \u0915\u093E\u0930\u0923 \u0926\u0947\u0916\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u0915\u094D\u0932\u093F\u0915 \u0915\u0930\u0947\u0902",errorModalTitle:"\u0910\u0938\u093E \u0932\u0917\u0924\u093E \u0939\u0948 \u0915\u093F \u0905\u0928\u0941\u0935\u093E\u0926 \u0938\u0947\u0935\u093E \u092F\u093E \u0928\u0947\u091F\u0935\u0930\u094D\u0915 \u092E\u0947\u0902 \u0915\u0941\u091B \u0917\u0921\u093C\u092C\u0921\u093C \u0939\u0948...",disableConfirm:"\u0926\u094D\u0935\u093F\u092D\u093E\u0937\u0940 \u0938\u0942\u091A\u0928\u093E \u0938\u0902\u0935\u0930\u094D\u0926\u094D\u0927\u0928 \u0938\u0947\u091F\u093F\u0902\u0917\u094D\u0938",disableOnce:"\u0907\u0938 \u092C\u093E\u0930 \u0905\u0915\u094D\u0937\u092E",disableGlobal:"\u0938\u094D\u0925\u093E\u092F\u0940 \u0930\u0942\u092A \u0938\u0947 \u0905\u0915\u094D\u0937\u092E",disableTint:"* \u0906\u092A \u0907\u0938\u0947 {option} \u092E\u0947\u0902 \u092A\u0941\u0928\u0903 \u0938\u0915\u094D\u0937\u092E \u0915\u0930 \u0938\u0915\u0924\u0947 \u0939\u0948\u0902\u0964",searchEnhancementNotes:"\u0939\u092E\u0928\u0947 \u092A\u093E\u092F\u093E \u0915\u093F \u091A\u0940\u0928\u0940 \u0915\u0940\u0935\u0930\u094D\u0921 \u0914\u0930 \u0905\u0902\u0917\u094D\u0930\u0947\u091C\u0940 \u0915\u0940\u0935\u0930\u094D\u0921 \u0915\u0947 \u0932\u093F\u090F \u0938\u092E\u093E\u091A\u093E\u0930 \u092A\u0930\u093F\u0923\u093E\u092E \u092C\u0939\u0941\u0924 \u0905\u0932\u0917 \u0939\u0948\u0902\u0964 \u0907\u092E\u0930\u094D\u0938\u093F\u0935 \u091F\u094D\u0930\u093E\u0902\u0938\u0932\u0947\u0936\u0928 \u0926\u094D\u0935\u093F\u092D\u093E\u0937\u0940 \u0938\u0942\u091A\u0928\u093E \u0938\u0902\u0935\u0930\u094D\u0926\u094D\u0927\u0928 \u092B\u093C\u0902\u0915\u094D\u0936\u0928 \u0915\u094B \u0938\u0915\u094D\u0937\u092E \u0915\u0930\u0928\u0947 \u0915\u0947 \u092C\u093E\u0926, \u0939\u092E \u0938\u092E\u0930\u094D\u0925\u093F\u0924 \u0935\u0947\u092C\u0938\u093E\u0907\u091F\u094B\u0902 (Google \u0938\u092E\u093E\u091A\u093E\u0930, Google \u0916\u094B\u091C (\u0915\u0941\u091B \u0915\u0940\u0935\u0930\u094D\u0921), \u0938\u094D\u0928\u094B\u092C\u0949\u0932, \u0913\u0930\u093F\u090F\u0902\u091F\u0932 \u092B\u0949\u0930\u094D\u091A\u094D\u092F\u0942\u0928 \u0928\u0947\u091F\u0935\u0930\u094D\u0915, \u092B\u093C\u0941\u091F\u0942) \u092A\u0930 \u0916\u094B\u091C \u0915\u0930\u0947\u0902\u0917\u0947 , \u091F\u093E\u0907\u0917\u0930) \u0938\u094D\u0935\u091A\u093E\u0932\u093F\u0924 \u0930\u0942\u092A \u0938\u0947 \u0906\u092A\u0915\u0947 \u0932\u093F\u090F \u0905\u0902\u0917\u094D\u0930\u0947\u091C\u0940 \u092E\u0947\u0902 \u0938\u092E\u093E\u0928 \u0915\u0940\u0935\u0930\u094D\u0921 \u0916\u094B\u091C\u0924\u093E \u0939\u0948 \u0914\u0930 \u0909\u0928\u094D\u0939\u0947\u0902 \u0926\u093E\u0908\u0902 \u0913\u0930 \u092A\u094D\u0930\u0926\u0930\u094D\u0936\u093F\u0924 \u0915\u0930\u0924\u093E \u0939\u0948\u0964 \u092F\u0926\u093F \u0906\u092A\u0915\u094B \u0907\u0938 \u0938\u0941\u0935\u093F\u0927\u093E \u0915\u0940 \u0906\u0935\u0936\u094D\u092F\u0915\u0924\u093E \u0928\u0939\u0940\u0902 \u0939\u0948, \u0924\u094B \u0906\u092A \u0907\u0938\u0947 \u0905\u0915\u094D\u0937\u092E \u0915\u0930\u0928\u093E \u091A\u0941\u0928 \u0938\u0915\u0924\u0947 \u0939\u0948\u0902\u0964",option:"\u0938\u094D\u0925\u093E\u092A\u093F\u0924 \u0915\u0930\u0928\u093E",saveSettings:"\u0938\u0947\u091F\u093F\u0902\u0917\u094D\u0938 \u0938\u0947\u0935 \u0915\u0930\u0947\u0902",closeModal:"\u0916\u093F\u0921\u093C\u0915\u0940 \u092C\u0902\u0926 \u0915\u0930\u094B",enableInputTranslationWithoutTriggerKeyTitle:"\u0924\u094D\u0935\u0930\u093F\u0924 \u0915\u0949\u092E\u094D\u092C\u094B \u0915\u094B 3 \u0917\u0941\u0928\u093E{trailingKey}\u0938\u0915\u094D\u0937\u092E \u0915\u0930\u0947\u0902, \u0938\u0902\u092A\u0942\u0930\u094D\u0923 \u0907\u0928\u092A\u0941\u091F \u092C\u0949\u0915\u094D\u0938 \u0915\u094B \u0938\u0940\u0927\u0947{inputTargetLanguage}\u092E\u0947\u0902 \u0905\u0928\u0941\u0935\u093E\u0926\u093F\u0924 \u0915\u0930\u0947\u0902",enableInputTranslationWithoutTriggerKeyDescription:"\u092F\u0926\u093F \u0906\u092A\u0915\u094B \u0932\u0915\u094D\u0937\u094D\u092F \u092D\u093E\u0937\u093E \u0928\u093F\u0930\u094D\u0926\u093F\u0937\u094D\u091F \u0915\u0930\u0928\u0947 \u0915\u0940 \u0906\u0935\u0936\u094D\u092F\u0915\u0924\u093E \u0939\u0948, \u0924\u094B \u0915\u0943\u092A\u092F\u093E \u0938\u093E\u092E\u0928\u0947 \u092D\u093E\u0937\u093E \u0915\u094B\u0921 \u091C\u094B\u0921\u093C\u0947\u0902, \u091C\u0948\u0938\u0947\uFF1Aja \u0939\u0947\u0932\u094B \u0935\u0930\u094D\u0932\u094D\u0921",mouseHoverShortcutPlaceholder:"\u091C\u0948\u0938\u0947\uFF1A\u0936\u093F\u092B\u094D\u091F",deepLProName:"\u0907\u092E\u0930\u094D\u0938\u093F\u0935 \u091F\u094D\u0930\u093E\u0902\u0938\u0932\u0947\u0936\u0928 \u092A\u094D\u0930\u094B \u0938\u0926\u0938\u094D\u092F (\u0905\u0928\u0941\u0936\u0902\u0938\u093F\u0924)",deepLProDescription:"\u0935\u0930\u094D\u0924\u092E\u093E\u0928 \u092A\u0948\u0915\u0947\u091C \u0915\u093E \u0938\u0940\u0927\u0947 \u0909\u092A\u092F\u094B\u0917 \u0915\u093F\u092F\u093E \u091C\u093E \u0938\u0915\u0924\u093E \u0939\u0948",deeplProDescriptionForNormal:"\u0915\u093F\u0938\u0940 \u0938\u0947\u091F\u093F\u0902\u0917 \u0915\u0940 \u0906\u0935\u0936\u094D\u092F\u0915\u0924\u093E \u0928\u0939\u0940\u0902 \u0939\u0948\u0964 \u0906\u092A \u0938\u0926\u0938\u094D\u092F \u0915\u0947 \u0930\u0942\u092A \u092E\u0947\u0902 \u0932\u0949\u0917 \u0907\u0928 \u0915\u0930\u0928\u0947 \u0915\u0947 \u092C\u093E\u0926 \u0907\u0938\u0915\u093E \u0909\u092A\u092F\u094B\u0917 \u0915\u0930 \u0938\u0915\u0924\u0947 \u0939\u0948\u0902\u0964 <1> \u0938\u0926\u0938\u094D\u092F \u092E\u0947\u0902 \u0905\u092A\u0917\u094D\u0930\u0947\u0921 \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u092F\u0939\u093E\u0902 \u0915\u094D\u0932\u093F\u0915 \u0915\u0930\u0947\u0902\u0964",deepLCustomDescription:"\u0906\u092A\u0915\u094B \u090F\u0915 \u0935\u093F\u0926\u0947\u0936\u0940 \u0915\u094D\u0930\u0947\u0921\u093F\u091F \u0915\u093E\u0930\u094D\u0921 \u0915\u0940 \u0906\u0935\u0936\u094D\u092F\u0915\u0924\u093E \u0939\u0948, <1>\u0921\u0940\u092A\u090F\u0932 \u092A\u0930 \u091C\u093E\u090F\u0902 \u0906\u0927\u093F\u0915\u093E\u0930\u093F\u0915 \u0924\u094C\u0930 \u092A\u0930 \u0916\u094B\u0932\u093E \u0917\u092F\u093E, <2> \u0926\u0938\u094D\u0924\u093E\u0935\u0947\u091C\u093C \u0926\u0947\u0916\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u0915\u094D\u0932\u093F\u0915 \u0915\u0930\u0947\u0902",deepLCustomName:"\u0915\u0938\u094D\u091F\u092E \u092A\u094D\u0930\u093E\u092E\u093E\u0923\u093F\u0915 \u0915\u0941\u0902\u091C\u0940",chooseProviderLabel:"\u090F\u0915 \u0938\u0947\u0935\u093E \u092A\u094D\u0930\u0926\u093E\u0924\u093E \u091A\u0941\u0928\u0947\u0902",openaiProName:"\u0907\u092E\u0930\u094D\u0938\u093F\u0935 \u091F\u094D\u0930\u093E\u0902\u0938\u0932\u0947\u0936\u0928 \u092A\u094D\u0930\u094B \u0938\u0926\u0938\u094D\u092F (\u0905\u0928\u0941\u0936\u0902\u0938\u093F\u0924)",openaiProDescription:"\u0935\u0930\u094D\u0924\u092E\u093E\u0928 \u092A\u0948\u0915\u0947\u091C \u0915\u093E \u0938\u0940\u0927\u0947 \u0909\u092A\u092F\u094B\u0917 \u0915\u093F\u092F\u093E \u091C\u093E \u0938\u0915\u0924\u093E \u0939\u0948",openaiProDescriptionForNormal:"\u0915\u093F\u0938\u0940 \u0938\u0947\u091F\u093F\u0902\u0917 \u0915\u0940 \u0906\u0935\u0936\u094D\u092F\u0915\u0924\u093E \u0928\u0939\u0940\u0902 \u0939\u0948\u0964 \u0906\u092A \u0938\u0926\u0938\u094D\u092F \u0915\u0947 \u0930\u0942\u092A \u092E\u0947\u0902 \u0932\u0949\u0917 \u0907\u0928 \u0915\u0930\u0928\u0947 \u0915\u0947 \u092C\u093E\u0926 \u0907\u0938\u0915\u093E \u0909\u092A\u092F\u094B\u0917 \u0915\u0930 \u0938\u0915\u0924\u0947 \u0939\u0948\u0902\u0964 <1> \u0938\u0926\u0938\u094D\u092F \u092E\u0947\u0902 \u0905\u092A\u0917\u094D\u0930\u0947\u0921 \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u092F\u0939\u093E\u0902 \u0915\u094D\u0932\u093F\u0915 \u0915\u0930\u0947\u0902\u0964",openaiCustomDescription:"\u0907\u0938\u0947 OpenAI, Azure OpenAI, \u092F\u093E \u0905\u0928\u094D\u092F \u0924\u0943\u0924\u0940\u092F-\u092A\u0915\u094D\u0937 \u0938\u0947\u0935\u093E\u0913\u0902 \u0938\u0947 \u092A\u094D\u0930\u093E\u092A\u094D\u0924 \u0915\u093F\u092F\u093E \u091C\u093E \u0938\u0915\u0924\u093E \u0939\u0948\u0964 <1> \u0926\u0938\u094D\u0924\u093E\u0935\u0947\u091C\u093C \u0926\u0947\u0916\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u092F\u0939\u093E\u0902 \u0915\u094D\u0932\u093F\u0915 \u0915\u0930\u0947\u0902\u0964",openaiCustomName:"\u0915\u0938\u094D\u091F\u092E \u090F\u092A\u0940\u0906\u0908 \u0915\u0941\u0902\u091C\u0940",needLoginAction:"(\u0938\u0926\u0938\u094D\u092F\u0924\u093E \u0926\u0930\u094D\u091C \u0915\u0930\u0947\u0902 \u092F\u093E \u0905\u0928\u0941\u0915\u0942\u0932\u093F\u0924 \u0915\u0930\u0947\u0902)",goLoginOrAction:"(\u0938\u0926\u0938\u094D\u092F\u0924\u093E \u0926\u0930\u094D\u091C \u0915\u0930\u0947\u0902 \u092F\u093E \u0938\u0947\u091F\u093F\u0902\u0917\u094D\u0938 \u092A\u0930 \u091C\u093E\u090F\u0902)",yearly:"\u0938\u0924\u0924 \u0935\u093E\u0930\u094D\u0937\u093F\u0915 \u0938\u0926\u0938\u094D\u092F\u0924\u093E",quarterly:"\u0932\u0917\u093E\u0924\u093E\u0930 \u090B\u0924\u0941\u090F\u0901",monthly:"\u0928\u093F\u0930\u0902\u0924\u0930 \u092E\u093E\u0938\u093F\u0915 \u0938\u0926\u0938\u094D\u092F\u0924\u093E",yearlyForOnce:"\u090F\u0915\u092E\u0941\u0936\u094D\u0924 \u0935\u093E\u0930\u094D\u0937\u093F\u0915 \u092A\u0948\u0915\u0947\u091C",monthlyForOnce:"\u090F\u0915\u092E\u0941\u0936\u094D\u0924 \u092E\u093E\u0938\u093F\u0915 \u092A\u0948\u0915\u0947\u091C",daily:"\u0932\u0917\u093E\u0924\u093E\u0930 \u0926\u094B \u0926\u093F\u0928",year:"\u0938\u0924\u0924 \u0935\u093E\u0930\u094D\u0937\u093F\u0915 \u0938\u0926\u0938\u094D\u092F\u0924\u093E",quarter:"\u0932\u0917\u093E\u0924\u093E\u0930 \u090B\u0924\u0941\u090F\u0901",month:"\u0928\u093F\u0930\u0902\u0924\u0930 \u092E\u093E\u0938\u093F\u0915 \u0938\u0926\u0938\u094D\u092F\u0924\u093E",day:"\u0932\u0917\u093E\u0924\u093E\u0930 \u0926\u094B \u0926\u093F\u0928",onetime_7day:"7 \u0926\u093F\u0928 \u0915\u093E \u091F\u094D\u0930\u093E\u092F\u0932 \u092A\u0948\u0915\u0947\u091C",currentPlanDescriptionForFree:"\u0935\u0930\u094D\u0924\u092E\u093E\u0928 \u092A\u0948\u0915\u0947\u091C\uFF1A\u0928\u093F\u0903\u0936\u0941\u0932\u094D\u0915 \u0939\u0948",currentPlanDescriptionForContinuous:"\u0935\u0930\u094D\u0924\u092E\u093E\u0928 \u092A\u0948\u0915\u0947\u091C\uFF1A{plan}\u0939\u0948 \u0914\u0930 {endAt} \u0915\u094B \u0938\u094D\u0935\u091A\u093E\u0932\u093F\u0924 \u0930\u0942\u092A \u0938\u0947 \u0928\u0935\u0940\u0928\u0940\u0915\u0943\u0924 \u0939\u094B \u091C\u093E\u090F\u0917\u093E",currentPlanDescriptionForAutoRenewCaceling:"\u0935\u0930\u094D\u0924\u092E\u093E\u0928 \u092A\u0948\u0915\u0947\u091C\uFF1A{plan}\u0939\u0948 \u0914\u0930 {endAt} \u0915\u094B \u0938\u092E\u093E\u092A\u094D\u0924 \u0939\u094B \u091C\u093E\u090F\u0917\u093E\u0964 \u0938\u092E\u093E\u092A\u094D\u0924\u093F \u0915\u0947 \u092C\u093E\u0926 \u0907\u0938\u0947 \u0938\u094D\u0935\u091A\u093E\u0932\u093F\u0924 \u0930\u0942\u092A \u0938\u0947 \u0928\u0935\u0940\u0928\u0940\u0915\u0943\u0924 \u0928\u0939\u0940\u0902 \u0915\u093F\u092F\u093E \u091C\u093E\u090F\u0917\u093E\u0964",currentYearlyPlanDescriptionForAutoRenewCacelingWithRealPaiedUser:"\u0935\u0930\u094D\u0924\u092E\u093E\u0928 \u092A\u0948\u0915\u0947\u091C\uFF1A{plan} {endAt} \u0915\u094B \u0938\u092E\u093E\u092A\u094D\u0924 \u0939\u094B \u091C\u093E\u090F\u0917\u093E \u0914\u0930 \u0938\u092E\u093E\u092A\u094D\u0924\u093F \u0915\u0947 \u092C\u093E\u0926 \u0938\u094D\u0935\u091A\u093E\u0932\u093F\u0924 \u0930\u0942\u092A \u0938\u0947 \u0928\u0935\u0940\u0928\u0940\u0915\u0943\u0924 \u0928\u0939\u0940\u0902 \u0915\u093F\u092F\u093E \u091C\u093E\u090F\u0917\u093E\u0964
<1>\u0928\u0935\u0940\u0915\u0930\u0923 \u092F\u094B\u091C\u0928\u093E\u0913\u0902 \u0915\u094B \u092A\u094D\u0930\u092C\u0902\u0927\u093F\u0924 \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u092F\u0939\u093E\u0902 \u0915\u094D\u0932\u093F\u0915 \u0915\u0930\u0947\u0902",currentYearlyPlanDescriptionForAutoRenewCacelingWithAdmin:"\u0935\u0930\u094D\u0924\u092E\u093E\u0928 \u092A\u0948\u0915\u0947\u091C\uFF1A{plan} {endAt} \u0915\u094B \u0938\u092E\u093E\u092A\u094D\u0924 \u0939\u094B \u091C\u093E\u090F\u0917\u093E \u0914\u0930 \u0938\u092E\u093E\u092A\u094D\u0924\u093F \u0915\u0947 \u092C\u093E\u0926 \u0938\u094D\u0935\u091A\u093E\u0932\u093F\u0924 \u0930\u0942\u092A \u0938\u0947 \u0928\u0935\u0940\u0928\u0940\u0915\u0943\u0924 \u0928\u0939\u0940\u0902 \u0915\u093F\u092F\u093E \u091C\u093E\u090F\u0917\u093E\u0964
<1>\u0928\u093F\u0930\u0902\u0924\u0930 \u0935\u093E\u0930\u094D\u0937\u093F\u0915 \u0938\u0926\u0938\u094D\u092F\u0924\u093E \u0938\u0915\u094D\u0930\u093F\u092F \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u092F\u0939\u093E\u0902 \u0915\u094D\u0932\u093F\u0915 \u0915\u0930\u0947\u0902",currentPlanDescriptionForOneTime:"\u0935\u0930\u094D\u0924\u092E\u093E\u0928 \u092A\u0948\u0915\u0947\u091C\uFF1A{plan}\u0939\u0948 \u0914\u0930 {endAt} \u0915\u094B \u0938\u092E\u093E\u092A\u094D\u0924 \u0939\u094B \u091C\u093E\u090F\u0917\u093E\u0964 <1> \u0935\u093E\u0930\u094D\u0937\u093F\u0915 \u0936\u0941\u0932\u094D\u0915 \u092E\u0947\u0902 \u0905\u092A\u0917\u094D\u0930\u0947\u0921 \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u092F\u0939\u093E\u0902 \u0915\u094D\u0932\u093F\u0915 \u0915\u0930\u0947\u0902 \u092F\u093E <2> \u092E\u093E\u0938\u093F\u0915 \u0936\u0941\u0932\u094D\u0915 \u0938\u0926\u0938\u094D\u092F",upgradePlan:"\u092A\u094D\u0930\u094B \u0938\u0926\u0938\u094D\u092F\u0924\u093E \u092E\u0947\u0902 \u0905\u092A\u0917\u094D\u0930\u0947\u0921 \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u092F\u0939\u093E\u0902 \u0915\u094D\u0932\u093F\u0915 \u0915\u0930\u0947\u0902",upgradeToPro:"\u092A\u094D\u0930\u094B \u0938\u0926\u0938\u094D\u092F\u0924\u093E \u092E\u0947\u0902 \u0905\u092A\u0917\u094D\u0930\u0947\u0921 \u0915\u0930\u0947\u0902","popup.openPro":"\u092A\u094D\u0930\u094B \u0938\u0926\u0938\u094D\u092F\u0924\u093E \u092E\u0947\u0902 \u0905\u092A\u0917\u094D\u0930\u0947\u0921 \u0915\u0930\u0928\u0947 \u0915\u0947 \u092C\u093E\u0926, \u0906\u092A \u0921\u0940\u092A\u090F\u0932 \u0914\u0930 \u0913\u092A\u0928\u090F\u0906\u0908 \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u093E \u0906\u0928\u0902\u0926 \u0932\u0947 \u0938\u0915\u0924\u0947 \u0939\u0948\u0902, \u0905\u092A\u0917\u094D\u0930\u0947\u0921 \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u092F\u0939\u093E\u0902 \u0915\u094D\u0932\u093F\u0915 \u0915\u0930\u0947\u0902","popup.openProForPro":"\u0906\u092A \u090F\u0915 \u092A\u094D\u0930\u094B \u0938\u0926\u0938\u094D\u092F \u0939\u0948\u0902 \u0914\u0930 \u0938\u0940\u0927\u0947 \u0921\u0940\u092A\u090F\u0932 \u0914\u0930 \u0913\u092A\u0928\u090F\u0906\u0908 \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u093E \u0909\u092A\u092F\u094B\u0917 \u0915\u0930 \u0938\u0915\u0924\u0947 \u0939\u0948\u0902",currentAccount:"\u091A\u093E\u0932\u0942 \u0916\u093E\u0924\u093E",enableAutoSyncUserSettings:"\u090F\u0915\u093E\u0927\u093F\u0915 \u0921\u093F\u0935\u093E\u0907\u0938\u094B\u0902 \u092A\u0930 \u0938\u094D\u0935\u091A\u093E\u0932\u093F\u0924 \u0915\u094D\u0932\u093E\u0909\u0921 \u0938\u093F\u0902\u0915 \u0938\u0915\u094D\u0937\u092E \u0915\u0930\u0947\u0902",modalEnableInputTranslationTitle:"\u0907\u092E\u0930\u094D\u0938\u093F\u0935 \u091F\u094D\u0930\u093E\u0902\u0938\u0932\u0947\u0936\u0928 \u0907\u0928\u092A\u0941\u091F \u092C\u0949\u0915\u094D\u0938 \u091F\u094D\u0930\u093E\u0902\u0938\u0932\u0947\u0936\u0928 \u092F\u0941\u0915\u094D\u0924\u093F\u092F\u093E\u0901",modalEnableInputTranslationDesc:"\u0906\u092A\u0928\u0947 \u0938\u094D\u092A\u0947\u0938 \u092C\u093E\u0930 \u0915\u094B \u0932\u0917\u093E\u0924\u093E\u0930 \u0924\u0940\u0928 \u092C\u093E\u0930 \u0926\u092C\u093E\u0915\u0930 \u0907\u092E\u0930\u094D\u0938\u093F\u0935 \u091F\u094D\u0930\u093E\u0902\u0938\u0932\u0947\u0936\u0928 \u0915\u0947 \u0907\u0928\u092A\u0941\u091F \u092C\u0949\u0915\u094D\u0938 \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u094B \u091F\u094D\u0930\u093F\u0917\u0930 \u0915\u093F\u092F\u093E \u0939\u0948, \u0914\u0930 \u0907\u0928\u092A\u0941\u091F \u092C\u0949\u0915\u094D\u0938 \u0915\u0940 \u0938\u093E\u092E\u0917\u094D\u0930\u0940 \u0915\u094B \u0921\u093F\u092B\u093C\u0949\u0932\u094D\u091F \u0932\u0915\u094D\u0937\u094D\u092F \u092D\u093E\u0937\u093E \u092E\u0947\u0902 \u0905\u0928\u0941\u0935\u093E\u0926\u093F\u0924 \u0915\u093F\u092F\u093E \u091C\u093E\u090F\u0917\u093E\u0964 \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u094B Ctrl+Z \u0915\u0947 \u092E\u093E\u0927\u094D\u092F\u092E \u0938\u0947 \u092A\u0942\u0930\u094D\u0935\u0935\u0924 \u0915\u093F\u092F\u093E \u091C\u093E \u0938\u0915\u0924\u093E \u0939\u0948\u0964

\u092F\u0926\u093F \u092F\u0939 \u090F\u0915 \u0917\u0932\u0924\u0940 \u0939\u0948, \u0924\u094B \u091A\u093F\u0902\u0924\u093E \u0928 \u0915\u0930\u0947\u0902, \u0906\u092A \u0907\u0938 \u092C\u093E\u0930 \u0907\u0938\u0947 \u0905\u0915\u094D\u0937\u092E \u0915\u0930\u0928\u093E \u091A\u0941\u0928 \u0938\u0915\u0924\u0947 \u0939\u0948\u0902, \u092F\u093E \u0907\u0928\u092A\u0941\u091F \u092C\u0949\u0915\u094D\u0938 \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u094B \u0938\u094D\u0925\u093E\u092F\u0940 \u0930\u0942\u092A \u0938\u0947 \u0905\u0915\u094D\u0937\u092E \u0915\u0930 \u0938\u0915\u0924\u0947 \u0939\u0948\u0902\u0964",saveAndNotShowAgain:"\u0938\u0939\u0947\u091C\u0947\u0902 \u0914\u0930 \u0926\u094B\u092C\u093E\u0930\u093E \u0938\u0902\u0915\u0947\u0924 \u0928 \u0926\u0947\u0902",disableInputTranslationTips:"* \u0906\u092A {option} ,{learnMore}\u092E\u0947\u0902 \u091F\u094D\u0930\u093F\u0917\u0930 \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u0905\u0928\u094D\u092F \u0936\u0949\u0930\u094D\u091F\u0915\u091F \u0915\u0941\u0902\u091C\u093F\u092F\u093E\u0901 \u092D\u0940 \u0938\u0947\u091F \u0915\u0930 \u0938\u0915\u0924\u0947 \u0939\u0948\u0902\u0964",learnMore:"\u0914\u0930 \u091C\u093E\u0928\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u092F\u0939\u093E\u0902 \u0915\u094D\u0932\u093F\u0915 \u0915\u0930\u0947\u0902",continueEnalbeInputTranslation:"\u0907\u0928\u092A\u0941\u091F \u092C\u0949\u0915\u094D\u0938 \u0905\u0928\u0941\u0935\u093E\u0926 \u0938\u0915\u094D\u0937\u092E \u0915\u0930\u0928\u093E \u091C\u093E\u0930\u0940 \u0930\u0916\u0947\u0902",autoRenewTrialSuffix:'(\u092A\u0930\u0940\u0915\u094D\u0937\u0923 \u0915\u0947 \u0926\u094C\u0930\u093E\u0928,\u0924\u0941\u0930\u0902\u0924 \u0914\u092A\u091A\u093E\u0930\u093F\u0915\u092E\u0947\u0902 \u0905\u092A\u0917\u094D\u0930\u0947\u0921 \u0915\u0930 \u0926\u093F\u092F\u093E \u091C\u093E\u090F\u0917\u093E)',upgradeFromTrialTitle:"\u0906\u0927\u093F\u0915\u093E\u0930\u093F\u0915 \u0938\u0926\u0938\u094D\u092F \u0915\u0947 \u0930\u0942\u092A \u092E\u0947\u0902 \u0905\u092A\u0917\u094D\u0930\u0947\u0921 \u0915\u0930\u0947\u0902",subtitle:"\u0935\u0940\u0921\u093F\u092F\u094B \u0909\u092A\u0936\u0940\u0930\u094D\u0937\u0915",youtubeService:"\u0907\u092E\u0930\u094D\u0938\u093F\u0935 \u0905\u0928\u0941\u0935\u093E\u0926 \u0935\u0940\u0921\u093F\u092F\u094B \u0909\u092A\u0936\u0940\u0930\u094D\u0937\u0915 \u0905\u0928\u0941\u0935\u093E\u0926 \u0938\u0947\u0935\u093E","subtitle.disabledSubtitle":"\u0935\u0940\u0921\u093F\u092F\u094B \u0909\u092A\u0936\u0940\u0930\u094D\u0937\u0915 \u0915\u094B \u0938\u094D\u0925\u093E\u092F\u0940 \u0930\u0942\u092A \u0938\u0947 \u0905\u0915\u094D\u0937\u092E \u0915\u0930\u0947\u0902","subtitle.disabledSubtitleDescription":"\u092F\u0926\u093F \u0907\u092E\u0930\u094D\u0938\u093F\u0935 \u091F\u094D\u0930\u093E\u0902\u0938\u0932\u0947\u0936\u0928 \u0915\u0947 \u0935\u0940\u0921\u093F\u092F\u094B \u0909\u092A\u0936\u0940\u0930\u094D\u0937\u0915 \u0905\u0928\u094D\u092F \u090F\u0915\u094D\u0938\u091F\u0947\u0902\u0936\u0928 \u0915\u0947 \u0938\u093E\u0925 \u0938\u0902\u0918\u0930\u094D\u0937 \u0915\u0930\u0924\u0947 \u0939\u0948\u0902, \u0924\u094B \u0906\u092A \u0907\u092E\u0930\u094D\u0938\u093F\u0935 \u091F\u094D\u0930\u093E\u0902\u0938\u0932\u0947\u0936\u0928 \u0915\u0947 \u0935\u0940\u0921\u093F\u092F\u094B \u0909\u092A\u0936\u0940\u0930\u094D\u0937\u0915 \u092B\u093C\u0902\u0915\u094D\u0936\u0928 \u0915\u094B \u0938\u094D\u0925\u093E\u092F\u0940 \u0930\u0942\u092A \u0938\u0947 \u0905\u0915\u094D\u0937\u092E \u0915\u0930\u0928\u093E \u092F\u093E \u0905\u0928\u094D\u092F \u0935\u093F\u0930\u094B\u0927\u093E\u092D\u093E\u0938\u0940 \u090F\u0915\u094D\u0938\u091F\u0947\u0902\u0936\u0928 \u0915\u094B \u0905\u0928\u0907\u0902\u0938\u094D\u091F\u0949\u0932 \u0915\u0930\u0928\u093E \u091A\u0941\u0928 \u0938\u0915\u0924\u0947 \u0939\u0948\u0902\u0964","subtitle.autoEnableSubtitle":"\u0938\u094D\u0935\u091A\u093E\u0932\u093F\u0924 \u0930\u0942\u092A \u0938\u0947 \u0926\u094D\u0935\u093F\u092D\u093E\u0937\u0940 \u0909\u092A\u0936\u0940\u0930\u094D\u0937\u0915 \u0915\u093E \u0909\u092A\u092F\u094B\u0917 \u0915\u0930\u0947\u0902","subtitle.autoEnableSubtitleDescription":"\u0938\u0915\u094D\u0930\u093F\u092F \u0915\u0930\u0928\u0947 \u0915\u0947 \u092C\u093E\u0926, \u091C\u092C \u0935\u0940\u0921\u093F\u092F\u094B \u091A\u0932 \u0930\u0939\u093E \u0939\u094B\u0924\u093E \u0939\u0948, \u0924\u094B \u0938\u094D\u0935\u091A\u093E\u0932\u093F\u0924 \u0930\u0942\u092A \u0938\u0947 \u0926\u094D\u0935\u093F\u092D\u093E\u0937\u0940\u092F \u0909\u092A\u0936\u0940\u0930\u094D\u0937\u0915 \u0926\u093F\u0916\u093E\u0908 \u0926\u0947\u0902\u0917\u0947, \u0905\u0928\u094D\u092F\u0925\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u092C\u091F\u0928 \u092A\u0930 \u0915\u094D\u0932\u093F\u0915 \u0915\u0930\u0928\u0947 \u0915\u0940 \u0906\u0935\u0936\u094D\u092F\u0915\u0924\u093E \u0939\u094B\u0917\u0940\u0964","subtitle.preTranslation":"\u0909\u092A\u0936\u0940\u0930\u094D\u0937\u0915 \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u0907\u092E\u0930\u094D\u0938\u093F\u0935 \u091F\u094D\u0930\u093E\u0902\u0938\u0932\u0947\u0936\u0928 \u0915\u093E \u0909\u092A\u092F\u094B\u0917 \u0915\u0930\u0947\u0902","subtitle.preTranslationDescription":"\u0907\u0938\u0947 \u0938\u0915\u094D\u0937\u092E \u0915\u0930\u0928\u0947 \u0915\u0947 \u092C\u093E\u0926, \u0928\u0940\u091A\u0947 \u0926\u0940 \u0917\u0908 \u0928\u093F\u0930\u094D\u0926\u093F\u0937\u094D\u091F \u0905\u0928\u0941\u0935\u093E\u0926 \u0938\u0947\u0935\u093E \u0915\u093E \u0909\u092A\u092F\u094B\u0917 \u0938\u0902\u092A\u0942\u0930\u094D\u0923 \u0909\u092A\u0936\u0940\u0930\u094D\u0937\u0915 \u0915\u093E \u0905\u0917\u094D\u0930\u093F\u092E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u0915\u093F\u092F\u093E \u091C\u093E\u090F\u0917\u093E\u0964 \u090F\u0915 \u0918\u0902\u091F\u0947 \u0915\u093E \u0935\u0940\u0921\u093F\u092F\u094B \u0932\u0917\u092D\u0917 50,000 \u091F\u094B\u0915\u0928 \u092F\u093E \u0935\u0930\u094D\u0923\u094B\u0902 \u0915\u093E \u0909\u092A\u092D\u094B\u0917 \u0915\u0930\u0924\u093E \u0939\u0948, \u0907\u0938\u0932\u093F\u090F \u0915\u0943\u092A\u092F\u093E \u0907\u0938\u0947 \u0909\u092A\u092F\u0941\u0915\u094D\u0924 \u0915\u0947 \u0930\u0942\u092A \u092E\u0947\u0902 \u0909\u092A\u092F\u094B\u0917 \u0915\u0930\u0947\u0902; \u0907\u0938\u0947 \u092C\u0902\u0926 \u0915\u0930\u0928\u0947 \u0915\u0947 \u092C\u093E\u0926, \u092E\u0936\u0940\u0928 \u0938\u0947 \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u093F\u092F\u093E \u091C\u093E\u090F\u0917\u093E \u092E\u0942\u0932 \u0935\u0940\u0921\u093F\u092F\u094B \u0915\u0947 \u0938\u093E\u0925 \u0906\u0928\u0947 \u0935\u093E\u0932\u0947 \u0909\u092A\u0936\u0940\u0930\u094D\u0937\u0915 \u0915\u093E \u092A\u0939\u0932\u0947 \u0909\u092A\u092F\u094B\u0917 \u0915\u093F\u092F\u093E \u091C\u093E\u090F\u0917\u093E\u0964","subtitle.humanSubtitlesPreferred":"\u092E\u093E\u0928\u0935 \u0909\u092A\u0936\u0940\u0930\u094D\u0937\u0915 \u0915\u0947 \u0909\u092A\u092F\u094B\u0917 \u0915\u094B \u092A\u094D\u0930\u093E\u0925\u092E\u093F\u0915\u0924\u093E \u0926\u0947\u0902","subtitle.humanSubtitlesPreferredDescription":"\u091C\u092C \u0915\u093F\u0938\u0940 \u0935\u0940\u0921\u093F\u092F\u094B \u092E\u0947\u0902 \u0932\u0915\u094D\u0937\u093F\u0924 \u092D\u093E\u0937\u093E \u092E\u0947\u0902 \u092E\u0948\u0928\u094D\u092F\u0941\u0905\u0932 \u0909\u092A\u0936\u0940\u0930\u094D\u0937\u0915 \u0939\u094B\u0902, \u0924\u094B \u092A\u0939\u0932\u0947 \u092E\u0948\u0928\u094D\u092F\u0941\u0905\u0932 \u0909\u092A\u0936\u0940\u0930\u094D\u0937\u0915 \u0915\u093E \u0909\u092A\u092F\u094B\u0917 \u0915\u0930\u0947\u0902 (\u0905\u0928\u0941\u0936\u0902\u0938\u093F\u0924)",videoSubtitleTranslationDescription:"\u0935\u0940\u0921\u093F\u092F\u094B \u0909\u092A\u0936\u0940\u0930\u094D\u0937\u0915 \u0915\u0947 \u0932\u093F\u090F \u090F\u0915 \u0905\u0932\u0917 \u0905\u0928\u0941\u0935\u093E\u0926 \u0938\u0947\u0935\u093E \u0928\u093E\u092E\u093F\u0924 \u0915\u0930\u0947\u0902",subtitleTranslating:"{service} \u0938\u0947\u0935\u093E \u0915\u093E \u0909\u092A\u092F\u094B\u0917 \u0915\u0930\u0915\u0947 \u0909\u092A\u0936\u0940\u0930\u094D\u0937\u0915 \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930 \u0930\u0939\u0947 \u0939\u0948\u0902, \u0915\u0943\u092A\u092F\u093E \u092A\u094D\u0930\u0924\u0940\u0915\u094D\u0937\u093E \u0915\u0930\u0947\u0902... (\u0907\u092E\u0930\u094D\u0938\u093F\u0935 \u0905\u0928\u0941\u0935\u093E\u0926)",subtitleLoading:"\u0909\u092A\u0936\u0940\u0930\u094D\u0937\u0915 \u0932\u094B\u0921 \u0939\u094B \u0930\u0939\u093E \u0939\u0948...",bilingual:"\u0926\u094D\u0935\u093F\u092D\u093E\u0937\u093F\u0915","field.action":"Baidu \u0936\u092C\u094D\u0926\u093E\u0935\u0932\u0940 \u0915\u094B \u0938\u0915\u094D\u0937\u092E \u0915\u0930\u0928\u093E \u0939\u0948 \u092F\u093E \u0928\u0939\u0940\u0902","description.action":"\u0938\u0915\u094D\u0937\u092E \u0915\u0930\u0928\u0947 \u0915\u0947 \u092C\u093E\u0926, \u0936\u092C\u094D\u0926 \u0915\u094B \u0938\u0915\u094D\u0937\u092E \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F Baidu \u0915\u094B \u0938\u0942\u091A\u093F\u0924 \u0915\u0930\u0928\u0947 \u0915\u0947 \u0905\u0928\u0941\u0930\u094B\u0927 \u092E\u0947\u0902 \u092A\u0948\u0930\u093E\u092E\u0940\u091F\u0930 \u090F\u0915\u094D\u0936\u0928 = 1 \u091C\u094B\u0921\u093C\u093E \u091C\u093E\u090F\u0917\u093E\u0964 <1> \u0915\u0943\u092A\u092F\u093E \u0905\u0927\u093F\u0915 \u0928\u093F\u0930\u094D\u0926\u0947\u0936\u094B\u0902 \u0915\u0947 \u0932\u093F\u090F \u0906\u0927\u093F\u0915\u093E\u0930\u093F\u0915 \u0926\u0938\u094D\u0924\u093E\u0935\u0947\u091C\u093C \u0926\u0947\u0916\u0947\u0902\u0964",closeQuickTranslation:"\u0924\u0948\u0930\u0924\u0940 \u0939\u0941\u0908 \u0917\u0947\u0902\u0926 \u0915\u094B \u092C\u0902\u0926 \u0915\u0930\u0947\u0902","closeQuickTranslation.untilNext":"\u0905\u0917\u0932\u0940 \u092F\u093E\u0924\u094D\u0930\u093E \u0924\u0915 \u092C\u0902\u0926","closeQuickTranslation.currentWebsite":"\u0935\u0930\u094D\u0924\u092E\u093E\u0928 \u0935\u0947\u092C\u0938\u093E\u0907\u091F \u0905\u0915\u094D\u0937\u092E \u0939\u0948","closeQuickTranslation.alwaysClose":"\u0938\u094D\u0925\u093E\u092F\u0940 \u0930\u0942\u092A \u0938\u0947 \u0905\u0915\u094D\u0937\u092E","closeQuickTranslation.settingOpen":"(<1> \u0938\u0947\u091F\u093F\u0902\u0917 \u092A\u0947\u091C \u092A\u0930 \u092A\u093E\u092F\u093E \u091C\u093E \u0938\u0915\u0924\u093E \u0939\u0948 \u091A\u093E\u0932\u0942 \u0915\u0930\u094B)","closeQuickTranslation.cancel":"\u0930\u0926\u094D\u0926 \u0915\u0930\u0928\u093E","closeQuickTranslation.confirm":"\u091C\u093C\u0930\u0942\u0930","floatBall.popup":"\u0924\u094D\u0935\u0930\u093F\u0924 \u0938\u0947\u091F\u093F\u0902\u0917 \u092A\u0948\u0928\u0932 \u0916\u094B\u0932\u0947\u0902","floatBall.translate":"\u0907\u0938 \u092A\u0943\u0937\u094D\u0920 \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u0915\u094D\u0932\u093F\u0915 \u0915\u0930\u0947\u0902","floatBall.showOriginal":"\u092E\u0942\u0932 \u092A\u093E\u0920 \u092A\u0930 \u0935\u093E\u092A\u0938 \u091C\u093E\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u0915\u094D\u0932\u093F\u0915 \u0915\u0930\u0947\u0902","floatBall.close":"\u0924\u0948\u0930\u0924\u0940 \u0939\u0941\u0908 \u0917\u0947\u0902\u0926 \u0915\u094B \u092C\u0902\u0926 \u0915\u0930\u0947\u0902","floatBallOptions.enableDescPc":"\u092A\u0947\u091C \u092B\u093C\u094D\u0932\u094B\u091F\u093F\u0902\u0917 \u092C\u0949\u0932 \u0938\u0915\u094D\u0937\u092E \u0939\u094B\u0928\u0947 \u0915\u0947 \u092C\u093E\u0926, \u092A\u0943\u0937\u094D\u0920 \u0915\u0947 \u0926\u093E\u0908\u0902 \u0913\u0930 \u090F\u0915 \u0924\u094D\u0935\u0930\u093F\u0924 \u0905\u0928\u0941\u0935\u093E\u0926 \u092C\u091F\u0928 \u092A\u094D\u0930\u0926\u0930\u094D\u0936\u093F\u0924 \u0939\u094B\u0917\u093E\u0964 \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u0915\u094D\u0932\u093F\u0915 \u0915\u0930\u0947\u0902\u0964","floatBallOptions.enableDesc":"\u092B\u094D\u0932\u094B\u091F\u093F\u0902\u0917 \u092C\u0949\u0932 \u0915\u094B \u092C\u0902\u0926 \u0915\u0930\u0928\u0947 \u0915\u0947 \u092C\u093E\u0926 \u0907\u0938\u0947{touch}\u0938\u0947 \u091C\u0917\u093E\u092F\u093E \u091C\u093E \u0938\u0915\u0924\u093E \u0939\u0948\u0964 \u0907\u0938 \u0935\u093F\u0915\u0932\u094D\u092A \u0915\u094B \u0917\u0932\u0924\u0940 \u0938\u0947 \u092C\u0902\u0926 \u0915\u0930\u0928\u0947 \u0915\u0947 \u092C\u093E\u0926 \u092B\u094D\u0932\u094B\u091F\u093F\u0902\u0917 \u092C\u0949\u0932 \u0915\u094B \u092E\u093F\u0932\u0928\u0947 \u0938\u0947 \u0930\u094B\u0915\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F, \u0907\u0938 \u0938\u0947\u091F\u093F\u0902\u0917 \u092A\u0947\u091C \u0915\u094B \u092C\u0941\u0915\u092E\u093E\u0930\u094D\u0915 \u0915\u0930\u0928\u0947 \u0915\u0940 \u092A\u0941\u0930\u091C\u094B\u0930 \u0905\u0928\u0941\u0936\u0902\u0938\u093E \u0915\u0940 \u091C\u093E\u0924\u0940 \u0939\u0948\u0964","description.azureApiUrl":"\u0915\u0938\u094D\u091F\u092E \u090F\u092A\u0940\u0906\u0908 \u0907\u0902\u091F\u0930\u092B\u093C\u0947\u0938 \u092A\u0924\u093E \u092D\u0930\u0947\u0902",confirmSupportMouse:"\u092E\u093E\u0909\u0938 \u0938\u092E\u0930\u094D\u0925\u0928 \u0915\u094B \u0938\u0915\u094D\u0937\u092E \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u092C\u093E\u0927\u094D\u092F \u0915\u0930\u0947\u0902",confirmSupportMouseDescription:"\u092F\u0939 \u092A\u093E\u092F\u093E \u0917\u092F\u093E \u0939\u0948 \u0915\u093F \u0935\u0930\u094D\u0924\u092E\u093E\u0928 \u092C\u094D\u0930\u093E\u0909\u091C\u093C\u0930 \u092E\u093E\u0909\u0938 \u092B\u093C\u0902\u0915\u094D\u0936\u0928 \u0915\u093E \u0938\u092E\u0930\u094D\u0925\u0928 \u0928\u0939\u0940\u0902 \u0915\u0930\u0924\u093E \u0939\u0948\u0964 \u0915\u094D\u092F\u093E \u0906\u092A \u092E\u093E\u0909\u0938 \u0938\u092E\u0930\u094D\u0925\u0928 \u0915\u094B \u092C\u0932\u092A\u0942\u0930\u094D\u0935\u0915 \u0938\u0915\u094D\u0937\u092E \u0915\u0930\u0928\u093E \u091A\u093E\u0939\u0924\u0947 \u0939\u0948\u0902?",sampleTargetText:"\u0932\u092E\u094D\u092C\u0940 \u0930\u093E\u0924 \u0906\u0928\u0947 \u0935\u093E\u0932\u0940 \u0939\u0948, \u0914\u0930 \u0905\u092C \u0938\u0947 \u092E\u0948\u0902 \u092E\u0930\u0928\u0947 \u0924\u0915 \u091C\u093E\u0917\u0924\u093E \u0930\u0939\u0942\u0901\u0917\u093E\u0964 \u092E\u0948\u0902 \u0928 \u092A\u0924\u094D\u0928\u0940 \u0932\u0942\u0901\u0917\u093E, \u0928 \u091C\u093E\u0917\u0940\u0930, \u0928 \u092C\u091A\u094D\u091A\u0947\u0964 \u092E\u0948\u0902 \u0915\u094B\u0908 \u0924\u093E\u091C \u0928\u0939\u0940\u0902 \u092A\u0939\u0928\u0942\u0902\u0917\u093E \u092F\u093E \u0938\u092E\u094D\u092E\u093E\u0928 \u0915\u0947 \u0932\u093F\u090F \u092A\u094D\u0930\u0924\u093F\u0938\u094D\u092A\u0930\u094D\u0927\u093E \u0928\u0939\u0940\u0902 \u0915\u0930\u0942\u0902\u0917\u093E\u0964 \u092E\u0948\u0902 \u0905\u092A\u0928\u093E \u0915\u0930\u094D\u0924\u0935\u094D\u092F \u0928\u093F\u0937\u094D\u0920\u093E\u092A\u0942\u0930\u094D\u0935\u0915 \u0928\u093F\u092D\u093E\u090A\u0902\u0917\u093E, \u091C\u093F\u090A\u0902\u0917\u093E \u0914\u0930 \u092E\u0930\u0942\u0902\u0917\u093E\u0964",sampleSourceText:"Night gathers, and now my watch begins. It shall not end until my death. I shall take no wife, hold no lands, father no children. I shall wear no crowns and win no glory. I shall live and die at my post.","subtitle.supportedSites":"\u5DF2\u652F\u6301\u5728\u8FD9\u4E9B\u7F51\u7AD9\u4F7F\u7528\u53CC\u8BED\u5B57\u5E55\uFF08\u6CE8\u610F\uFF1A\u7531\u4E8E\u6280\u672F\u9650\u5236\uFF0C\u90E8\u5206\u7F51\u7AD9\u5728\u9996\u6B21\u5F00\u542F\u5B57\u5E55\u540E\u9700\u8981\u91CD\u65B0\u5237\u65B0\u9875\u9762\uFF0C\u6216\u8005\u9700\u7B49\u5F85\u7FFB\u8BD1\u5B8C\u6210\u4EE5\u663E\u793A\u53CC\u8BED\u5B57\u5E55\uFF09\uFF1A",viewWithImmersiveTranslate:"\u53CC\u8BED\u7248\u672C(\u6C89\u6D78\u5F0F\u7FFB\u8BD1)",errorReason:"\u9519\u8BEF\u539F\u56E0\uFF1A{message}","proQuotaExceededError.onetime7day":'\uFF0C\u60A8\u53EF\u4EE5\u9009\u62E9\u4EE5\u4E0B\u65B9\u5F0F\u89E3\u51B3\uFF1A

1. \u5207\u6362\u5230 {anotherService} \u6216\u5176\u4ED6\u7FFB\u8BD1\u670D\u52A1
2. \u5347\u7EA7\u4E3A\u6708\u5EA6/\u5E74\u5EA6\u4F1A\u5458',"proQuotaExceededError.trial":'\uFF0C\u60A8\u53EF\u4EE5\u9009\u62E9\u4EE5\u4E0B\u65B9\u5F0F\u89E3\u51B3\uFF1A

1. \u5207\u6362\u5230 {anotherService} \u6216\u5176\u4ED6\u7FFB\u8BD1\u670D\u52A1
2. \u7ACB\u523B\u5347\u7EA7\u4E3A\u6B63\u5F0F\u4F1A\u5458',"proQuotaExceededError.nonTrial":'\uFF0C\u60A8\u53EF\u4EE5\u9009\u62E9\u4EE5\u4E0B\u65B9\u5F0F\u89E3\u51B3\uFF1A

1. \u5207\u6362\u5230 {anotherService} \u6216\u5176\u4ED6\u7FFB\u8BD1\u670D\u52A1
2. \u8D2D\u4E70 {translationService} \u989D\u5916\u6D41\u91CF\u5305',"proQuotaExceededError.resetTime":"
3. \u989D\u5EA6\u91CD\u7F6E\u65F6\u95F4\uFF1A{resetTime}","desc.touchShortcutsToggleTranslatePageOnlyTranslation":"\u0915\u0947\u0935\u0932 \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u093E \u0924\u093E\u0924\u094D\u092A\u0930\u094D\u092F \u0939\u0948 \u0915\u093F \u0915\u0947\u0935\u0932 \u0905\u0928\u0941\u0935\u093E\u0926 \u092A\u094D\u0930\u0926\u0930\u094D\u0936\u093F\u0924 \u0939\u094B\u0917\u093E, \u092F\u0926\u093F \u0935\u0947\u092C\u092A\u0947\u091C \u0905\u092D\u0940 \u0924\u0915 \u0905\u0928\u0941\u0935\u093E\u0926\u093F\u0924 \u0928\u0939\u0940\u0902 \u0939\u0941\u0906 \u0939\u0948, \u0924\u094B \u092E\u094B\u0921 \u092C\u0926\u0932\u0947\u0917\u093E \u0914\u0930 \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0947\u0917\u093E\u0964","desc.toggleOnlyTransation":"\u0915\u0947\u0935\u0932 \u0905\u0928\u0941\u0935\u093E\u0926 \u092E\u094B\u0921 \u0915\u093E \u0924\u093E\u0924\u094D\u092A\u0930\u094D\u092F \u0939\u0948 \u0915\u093F \u0915\u0947\u0935\u0932 \u0905\u0928\u0941\u0935\u093E\u0926 \u092A\u094D\u0930\u0926\u0930\u094D\u0936\u093F\u0924 \u0939\u094B\u0917\u093E, \u092F\u0926\u093F \u0935\u0947\u092C\u092A\u0947\u091C \u0905\u092D\u0940 \u0924\u0915 \u0905\u0928\u0941\u0935\u093E\u0926\u093F\u0924 \u0928\u0939\u0940\u0902 \u0939\u0941\u0906 \u0939\u0948, \u0924\u094B \u092E\u094B\u0921 \u092C\u0926\u0932 \u091C\u093E\u090F\u0917\u093E \u0914\u0930 \u0905\u0928\u0941\u0935\u093E\u0926 \u0939\u094B\u0917\u093E\u0964",touchShortcutsToggleTranslatePageOnlyTranslation:"\u0938\u094D\u0915\u094D\u0930\u0940\u0928 \u091F\u091A \u091C\u0947\u0938\u094D\u091A\u0930 \u0938\u0947\u091F \u0915\u0930\u0947\u0902 \u0926\u094D\u0935\u093F\u092D\u093E\u0937\u0940 / \u0915\u0947\u0935\u0932 \u0905\u0928\u0941\u0935\u093E\u0926 \u092E\u094B\u0921 \u0915\u094B \u0938\u094D\u0935\u093F\u091A \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F",download_started:"\u0921\u093E\u0909\u0928\u0932\u094B\u0921 \u0936\u0941\u0930\u0942 \u0939\u094B \u091A\u0941\u0915\u093E \u0939\u0948, \u092F\u0926\u093F \u0938\u094D\u0935\u091A\u093E\u0932\u093F\u0924 \u0930\u0942\u092A \u0938\u0947 \u0921\u093E\u0909\u0928\u0932\u094B\u0921 \u0928\u0939\u0940\u0902 \u0939\u094B \u0930\u0939\u093E \u0939\u0948, \u0924\u094B \u0915\u0943\u092A\u092F\u093E \u092E\u0948\u0928\u094D\u092F\u0941\u0905\u0932 \u0930\u0942\u092A \u0938\u0947 \u0915\u094D\u0932\u093F\u0915 \u0915\u0930\u0947\u0902\u0964",here:"\u092F\u0939\u093E\u0901",batchEdit:"\u0925\u094B\u0915 \u0938\u0902\u091A\u093E\u0932\u0928","error.goReset":"\u0930\u0940\u0938\u0947\u091F \u0915\u0930\u0947\u0902",translationFont:"\u092B\u093C\u0949\u0928\u094D\u091F \u0938\u0947\u091F \u0915\u0930\u0947\u0902","translationFont.custom":"\u0905\u092A\u0928\u0940 \u0915\u0938\u094D\u091F\u092E \u092B\u093C\u0949\u0928\u094D\u091F \u0926\u0930\u094D\u091C \u0915\u0930\u0947\u0902","translationModeLang.translation.title":"\u0915\u0947\u0935\u0932 \u0905\u0928\u0941\u0935\u093E\u0926 \u092E\u094B\u0921 \u0915\u0940 \u092D\u093E\u0937\u093E","translationFont.customPlaceholder":"\u092B\u093C\u0949\u0928\u094D\u091F","translationServices.inherit":"\u092E\u0941\u0916\u094D\u092F \u0905\u0928\u0941\u0935\u093E\u0926 \u0938\u0947\u0935\u093E \u0915\u093E \u092A\u093E\u0932\u0928 \u0915\u0930\u0947\u0902","error.serveConfigError":"\u0938\u0947\u0935\u093E \u0938\u092E\u093E\u0915\u0943\u0924\u093F \u0924\u094D\u0930\u0941\u091F\u093F","error.configError":"\u0935\u093F\u0928\u094D\u092F\u093E\u0938 \u0921\u0947\u091F\u093E \u0905\u0938\u093E\u092E\u093E\u0928\u094D\u092F","translationModeUrl.translation.title":"\u0915\u0947\u0935\u0932 \u0905\u0928\u0941\u0935\u093E\u0926 \u092E\u094B\u0921 \u0915\u093E URL",toggleToService:"{\u0938\u0947\u0935\u093E} \u092A\u0930 \u0938\u094D\u0935\u093F\u091A \u0915\u0930\u0947\u0902 \u0914\u0930 \u092A\u0941\u0928\u0903 \u092A\u094D\u0930\u092F\u093E\u0938 \u0915\u0930\u0947\u0902",videoSubtitlePreTranslationOn:"\u0935\u0940\u0921\u093F\u092F\u094B \u0938\u092C\u091F\u093E\u092F\u091F\u0932\u094D\u0938 \u0915\u093E \u092A\u094D\u0930\u093E\u0925\u092E\u093F\u0915\u0924\u093E \u0938\u094D\u0935\u0930\u0942\u092A \u092E\u0947\u0902 \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u093E \u0909\u092A\u092F\u094B\u0917 \u0915\u0930\u0947\u0902\u0917\u0947\u0964","touch.mouse-translate":"\u0915\u0943\u092A\u092F\u093E \u0928\u093F\u0930\u094D\u0926\u093F\u0937\u094D\u091F \u092A\u0948\u0930\u093E\u0917\u094D\u0930\u093E\u092B \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0947\u0902",detectServiceLoading:"\u0909\u092A\u0932\u092C\u094D\u0927 \u0905\u0928\u0941\u0935\u093E\u0926 \u0938\u0947\u0935\u093E\u0913\u0902 \u0915\u0940 \u091C\u093E\u0902\u091A \u0915\u0930 \u0930\u0939\u093E \u0939\u0948...","error.proTokenInvalid":"\u092F\u0926\u093F \u0906\u092A \u092A\u094D\u0930\u094B \u0909\u092A\u092F\u094B\u0917\u0915\u0930\u094D\u0924\u093E \u0939\u0948\u0902, \u0924\u094B \u0915\u0943\u092A\u092F\u093E \u092A\u094D\u0930\u094B \u0905\u0928\u0941\u0935\u093E\u0926 \u0938\u0947\u0935\u093E \u0915\u093E \u0909\u092A\u092F\u094B\u0917 \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u0932\u0949\u0917 \u0907\u0928 \u0915\u0930\u0947\u0902\u0964","error.400":"\u0938\u0947\u0935\u093E \u0924\u094D\u0930\u0941\u091F\u093F \u0935\u093E\u092A\u0938 \u0915\u0930\u0924\u0940 \u0939\u0948, \u0905\u0928\u0941\u0930\u094B\u0927 \u092A\u0948\u0930\u093E\u092E\u0940\u091F\u0930 \u0917\u0932\u0924 \u0939\u0948, \u0915\u0943\u092A\u092F\u093E \u0938\u0902\u092C\u0902\u0927\u093F\u0924 \u0915\u0949\u0928\u094D\u092B\u093C\u093F\u0917\u0930\u0947\u0936\u0928 \u0915\u0940 \u091C\u093E\u0902\u091A \u0915\u0930\u0947\u0902\u0964","error.502":"\u0938\u0947\u0935\u093E \u0924\u094D\u0930\u0941\u091F\u093F \u0932\u094C\u091F\u0924\u0940 \u0939\u0948, \u0938\u0947\u0935\u093E \u0938\u092E\u092F \u0938\u092E\u093E\u092A\u094D\u0924, \u0915\u0943\u092A\u092F\u093E \u092C\u093E\u0926 \u092E\u0947\u0902 \u092A\u0941\u0928\u0903 \u092A\u094D\u0930\u092F\u093E\u0938 \u0915\u0930\u0947\u0902\u0964","error.reloadPageOfSetting":"\u0915\u0949\u0928\u094D\u092B\u093C\u093F\u0917\u0930 \u0915\u0930\u0928\u0947 \u0915\u0947 \u092C\u093E\u0926, \u0915\u0943\u092A\u092F\u093E \u092A\u0943\u0937\u094D\u0920 \u0915\u094B \u0924\u093E\u091C\u093C\u093E \u0915\u0930\u0947\u0902 \u0914\u0930 \u092B\u093F\u0930 \u0938\u0947 \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0947\u0902\u0964","translationModeUrl.translation.description":"\u091C\u092C \u0935\u0947\u092C\u0938\u093E\u0907\u091F \u0928\u093F\u092E\u094D\u0928\u0932\u093F\u0916\u093F\u0924 \u0921\u094B\u092E\u0947\u0928 \u0915\u0947 \u0932\u093F\u090F \u0939\u094B\u0924\u0940 \u0939\u0948, \u0924\u094B \u092F\u0939 \u0938\u094D\u0935\u091A\u093E\u0932\u093F\u0924 \u0930\u0942\u092A \u0938\u0947 \u0915\u0947\u0935\u0932 \u0905\u0928\u0941\u0935\u093E\u0926 \u092E\u094B\u0921 \u0915\u093E \u0909\u092A\u092F\u094B\u0917 \u0915\u0930\u0947\u0917\u0940\u0964","error.googleLimitIp":"\u0938\u0947\u0935\u093E \u0924\u094D\u0930\u0941\u091F\u093F \u0932\u094C\u091F\u093E\u0924\u0940 \u0939\u0948, \u0917\u0942\u0917\u0932 \u0938\u0947\u0935\u093E\u090F\u0902 \u0907\u0938 IP \u092A\u0924\u0947 \u092A\u0930 \u092A\u094D\u0930\u0935\u093E\u0939 \u0938\u0940\u092E\u093F\u0924 \u0915\u0930 \u091A\u0941\u0915\u0940 \u0939\u0948\u0902, \u0906\u092A\u0915\u093E \u0938\u0941\u091D\u093E\u0935 \u0939\u0948 \u0915\u093F \u0906\u092A \u0928\u0947\u091F\u0935\u0930\u094D\u0915 \u0928\u094B\u0921 \u092C\u0926\u0932\u0947\u0902\u0964","error.proUpgrade":"\u0905\u092A\u0917\u094D\u0930\u0947\u0921 \u0915\u0930\u0928\u0947 \u0915\u0947 \u092C\u093E\u0926, \u0915\u0943\u092A\u092F\u093E \u092A\u0943\u0937\u094D\u0920 \u0915\u094B \u0924\u093E\u091C\u093C\u093E \u0915\u0930\u0947\u0902 \u0914\u0930 \u092B\u093F\u0930 \u0938\u0947 \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0947\u0902\u0964","error.gemini.429":"\u0935\u0930\u094D\u0924\u092E\u093E\u0928 \u092E\u0947\u0902 \u091C\u0947\u092E\u093F\u0928\u0940 \u0938\u0947\u0935\u093E \u0915\u0940 \u0935\u0930\u094D\u0924\u092E\u093E\u0928 \u092D\u0930\u0923 \u0915\u094D\u0937\u092E\u0924\u093E \u0938\u0940\u092E\u093E \u0915\u094B \u092A\u0939\u0941\u0902\u091A \u091A\u0941\u0915\u0940 \u0939\u0948, \u0915\u0943\u092A\u092F\u093E \u092C\u093E\u0926 \u092E\u0947\u0902 \u092A\u094D\u0930\u092F\u093E\u0938 \u0915\u0930\u0947\u0902, \u092F\u093E \u0905\u0928\u094D\u092F \u0905\u0928\u0941\u0935\u093E\u0926 \u0938\u0947\u0935\u093E\u0913\u0902 \u092A\u0930 \u0938\u094D\u0935\u093F\u091A \u0915\u0930\u0947\u0902\u0964",enableSentryReport:"\u091C\u092C \u090F\u0915\u094D\u0938\u091F\u0947\u0902\u0936\u0928 \u092E\u0947\u0902 \u0924\u094D\u0930\u0941\u091F\u093F \u0939\u094B\u0924\u0940 \u0939\u0948, \u0924\u094B Sentry \u0915\u093E \u0909\u092A\u092F\u094B\u0917 \u092A\u094D\u0930\u0924\u093F\u0915\u094D\u0930\u093F\u092F\u093E \u0938\u092C\u092E\u093F\u091F \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u0915\u0930\u0947\u0902\u0964","error.403":"\u0938\u0947\u0935\u093E \u0924\u094D\u0930\u0941\u091F\u093F \u0932\u094C\u091F\u093E\u0924\u0940 \u0939\u0948, \u0905\u0938\u094D\u0925\u093E\u092F\u0940 \u0930\u0942\u092A \u0938\u0947 \u0907\u0938 \u0938\u0947\u0935\u093E \u0915\u093E \u0909\u092A\u092F\u094B\u0917 \u0915\u0930\u0928\u0947 \u0915\u0940 \u0905\u0928\u0941\u092E\u0924\u093F \u0928\u0939\u0940\u0902 \u0939\u0948\u0964","translationModeLang.translation.description":"\u091C\u092C \u092A\u0943\u0937\u094D\u0920 \u0915\u0940 \u092D\u093E\u0937\u093E \u0928\u093F\u092E\u094D\u0928\u0932\u093F\u0916\u093F\u0924 \u092D\u093E\u0937\u093E\u0913\u0902 \u092E\u0947\u0902 \u0939\u094B\u0924\u0940 \u0939\u0948, \u0924\u094B \u0915\u0947\u0935\u0932 \u0905\u0928\u0941\u0935\u093E\u0926 \u092E\u094B\u0921 \u0915\u093E \u0938\u094D\u0935\u091A\u093E\u0932\u093F\u0924 \u0930\u0942\u092A \u0938\u0947 \u0909\u092A\u092F\u094B\u0917 \u0915\u093F\u092F\u093E \u091C\u093E\u090F\u0917\u093E",videoSubtitlePreTranslationOff:"\u0935\u0940\u0921\u093F\u092F\u094B \u0938\u092C\u091F\u093E\u092F\u091F\u0932 \u092E\u0942\u0932 \u0935\u0940\u0921\u093F\u092F\u094B \u0926\u094D\u0935\u093E\u0930\u093E \u0938\u094D\u0935\u091A\u093E\u0932\u093F\u0924 \u0930\u0942\u092A \u0938\u0947 \u0905\u0928\u0941\u0935\u093E\u0926\u093F\u0924 \u0938\u092C\u091F\u093E\u092F\u091F\u0932 \u0915\u093E \u092A\u094D\u0930\u093E\u0925\u092E\u093F\u0915\u0924\u093E \u092A\u094D\u0930\u0926\u093E\u0928 \u0915\u0930\u0947\u0917\u093E\u0964","error.429":"\u0938\u0947\u0935\u093E \u0924\u094D\u0930\u0941\u091F\u093F \u0932\u094C\u091F\u093E\u0924\u0940 \u0939\u0948, \u091C\u093F\u0938\u0915\u093E \u0905\u0930\u094D\u0925 \u0939\u0948 \u0915\u093F \u0905\u0928\u0941\u0930\u094B\u0927 \u092C\u0939\u0941\u0924 \u0905\u0915\u094D\u0938\u0930 \u0939\u094B \u0930\u0939\u0947 \u0939\u0948\u0902 \u092F\u093E \u0938\u0940\u092E\u093E \u0938\u0940\u092E\u093E \u0938\u0947 \u0905\u0927\u093F\u0915 \u0939\u0948\u0902, \u0915\u0943\u092A\u092F\u093E \u092C\u093E\u0926 \u092E\u0947\u0902 \u092A\u0941\u0928\u0903 \u092A\u094D\u0930\u092F\u093E\u0938 \u0915\u0930\u0947\u0902\u0964","error.openAIExceededQuota":"\u0938\u0947\u0935\u093E \u0924\u094D\u0930\u0941\u091F\u093F \u0935\u093E\u092A\u0938 \u0915\u0930\u0924\u0940 \u0939\u0948: \u0906\u092A\u0915\u093E \u0935\u0930\u094D\u0924\u092E\u093E\u0928 OpenAI \u0916\u093E\u0924\u093E \u092C\u0948\u0932\u0947\u0902\u0938 \u092A\u0930\u094D\u092F\u093E\u092A\u094D\u0924 \u0928\u0939\u0940\u0902 \u0939\u0948, \u0915\u0943\u092A\u092F\u093E OpenAI \u0906\u0927\u093F\u0915\u093E\u0930\u093F\u0915 \u092C\u0948\u0915\u090F\u0902\u0921 \u092E\u0947\u0902 \u0930\u093F\u091A\u093E\u0930\u094D\u091C \u0915\u0930\u0947\u0902 \u092F\u093E \u0915\u094D\u0930\u0947\u0921\u093F\u091F \u0915\u093E\u0930\u094D\u0921 \u092C\u093E\u0902\u0927\u0947\u0902\u0964","translationFont.notSupportErrorMessage":"\u0915\u0943\u092A\u092F\u093E \u091C\u093E\u0902\u091A\u0947\u0902 \u0915\u093F \u0906\u092A\u0915\u0947 \u0926\u094D\u0935\u093E\u0930\u093E \u0926\u0930\u094D\u091C \u0915\u093F\u092F\u093E \u0917\u092F\u093E \u092B\u093C\u0949\u0928\u094D\u091F \u0928\u093E\u092E \u0938\u0939\u0940 \u0939\u0948 \u092F\u093E \u0928\u0939\u0940\u0902, \u092F\u093E \u092F\u0939 \u0938\u0941\u0928\u093F\u0936\u094D\u091A\u093F\u0924 \u0915\u0930\u0947\u0902 \u0915\u093F \u092F\u0939 \u092B\u093C\u0949\u0928\u094D\u091F \u0906\u092A\u0915\u0947 \u0909\u092A\u0915\u0930\u0923 \u092A\u0930 \u0938\u094D\u0925\u093E\u092A\u093F\u0924 \u0939\u0948\u0964","error.openAIFreeLimit":"\u0938\u0947\u0935\u093E \u0924\u094D\u0930\u0941\u091F\u093F \u0932\u094C\u091F\u093E\u0924\u0940 \u0939\u0948, \u0935\u0930\u094D\u0924\u092E\u093E\u0928 \u0905\u0928\u0941\u0935\u093E\u0926 \u0905\u0928\u0941\u0930\u094B\u0927 \u0915\u0940 \u0906\u0935\u0943\u0924\u094D\u0924\u093F \u092A\u094D\u0930\u0924\u093F \u092E\u093F\u0928\u091F 3 \u092C\u093E\u0930 \u0915\u0940 \u0905\u0927\u093F\u0915\u0924\u092E \u0938\u0940\u092E\u093E \u0924\u0915 \u092A\u0939\u0941\u0902\u091A \u091A\u0941\u0915\u0940 \u0939\u0948, \u0915\u0943\u092A\u092F\u093E \u092C\u093E\u0926 \u092E\u0947\u0902 \u092A\u094D\u0930\u092F\u093E\u0938 \u0915\u0930\u0947\u0902\u0964 (\u092F\u0939 OpenAI \u0915\u0940 \u0906\u0927\u093F\u0915\u093E\u0930\u093F\u0915 \u0938\u0940\u092E\u093E \u0939\u0948 \u0928\u093F:\u0936\u0941\u0932\u094D\u0915 API Key \u0915\u0947 \u0932\u093F\u090F, \u0907\u0938 \u0938\u0940\u092E\u093E \u0915\u094B \u0939\u091F\u093E\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F, \u0915\u0943\u092A\u092F\u093E OpenAI \u092C\u0948\u0915\u090F\u0902\u0921 \u092E\u0947\u0902 \u0915\u094D\u0930\u0947\u0921\u093F\u091F \u0915\u093E\u0930\u094D\u0921 \u092C\u093E\u0902\u0927\u0947\u0902\u0964)","desc.toggleVideoSubtitlePreTranslation":"\u091C\u092C \u0906\u092A \u0907\u0938\u0947 \u0926\u092C\u093E\u0924\u0947 \u0939\u0948\u0902, \u0924\u094B \u0935\u0940\u0921\u093F\u092F\u094B \u0926\u094D\u0935\u093F\u092D\u093E\u0937\u0940 \u0909\u092A\u0936\u0940\u0930\u094D\u0937\u0915 \u092A\u094D\u0930\u093E\u0925\u092E\u093F\u0915\u0924\u093E \u0938\u0947 \u0921\u0941\u092C\u0915\u0940 \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0940 \u0938\u0947\u091F\u093F\u0902\u0917 \u0915\u093E \u0909\u092A\u092F\u094B\u0917 \u0915\u0930\u0947\u0917\u093E, \u092B\u093F\u0930 \u0938\u0947 \u0926\u092C\u093E\u0928\u0947 \u092A\u0930 \u092F\u0939 \u092E\u0942\u0932 \u0935\u0940\u0921\u093F\u092F\u094B \u0915\u0947 \u0938\u094D\u0935\u091A\u093E\u0932\u093F\u0924 \u0905\u0928\u0941\u0935\u093E\u0926\u093F\u0924 \u0909\u092A\u0936\u0940\u0930\u094D\u0937\u0915 \u0915\u093E \u0909\u092A\u092F\u094B\u0917 \u0915\u0930\u0947\u0917\u093E, \u0927\u094D\u092F\u093E\u0928 \u0926\u0947\u0902: \u0907\u0938 \u0936\u0949\u0930\u094D\u091F\u0915\u091F \u0926\u094D\u0935\u093E\u0930\u093E \u0938\u0902\u0936\u094B\u0927\u093F\u0924 \u0938\u0947\u091F\u093F\u0902\u0917 \u0935\u0948\u0936\u094D\u0935\u093F\u0915 \u0939\u094B\u0924\u0940 \u0939\u0948\u0964","error.serveUnavailable":"\u0906\u092A\u0915\u0947 \u0926\u094D\u0935\u093E\u0930\u093E \u0935\u0930\u094D\u0924\u092E\u093E\u0928 \u092E\u0947\u0902 \u0909\u092A\u092F\u094B\u0917 \u0915\u093F\u090F \u091C\u093E \u0930\u0939\u0947 [{serverName}] \u0938\u0947\u0935\u093E \u0915\u094B \u0928\u0947\u091F\u0935\u0930\u094D\u0915 \u0915\u0928\u0947\u0915\u094D\u0936\u0928 \u092F\u093E \u0938\u0947\u0935\u093E \u092A\u094D\u0930\u0926\u093E\u0924\u093E \u0915\u0940 \u0938\u092E\u0938\u094D\u092F\u093E \u0915\u0947 \u0915\u093E\u0930\u0923 \u0905\u0938\u094D\u0925\u093E\u092F\u0940 \u0930\u0942\u092A \u0938\u0947 \u0909\u092A\u092F\u094B\u0917 \u0915\u0930\u0928\u0947 \u092E\u0947\u0902 \u0905\u0938\u092E\u0930\u094D\u0925 \u0939\u0948\u0964 \u0939\u092E\u093E\u0930\u093E \u0938\u0941\u091D\u093E\u0935 \u0939\u0948 \u0915\u093F \u0906\u092A \u092A\u0943\u0937\u094D\u0920 \u0915\u094B \u0924\u093E\u091C\u093E \u0915\u0930\u0928\u0947 \u0915\u093E \u092A\u094D\u0930\u092F\u093E\u0938 \u0915\u0930\u0947\u0902 \u092F\u093E <1>\u0938\u0947\u091F\u093F\u0902\u0917\u094D\u0938 \u0915\u0947 \u092E\u093E\u0927\u094D\u092F\u092E \u0938\u0947 \u0905\u0928\u094D\u092F \u0905\u0928\u0941\u0935\u093E\u0926 \u0938\u0947\u0935\u093E\u0913\u0902 \u0915\u094B \u092C\u0926\u0932\u0928\u0947 \u0915\u093E \u092A\u094D\u0930\u092F\u093E\u0938 \u0915\u0930\u0947\u0902\u0964 \u092F\u0926\u093F \u0906\u092A <2>Pro \u0938\u0926\u0938\u094D\u092F \u0939\u0948\u0902, \u0924\u094B \u0906\u092A DeepL \u092F\u093E OpenAI \u0905\u0928\u0941\u0935\u093E\u0926 \u0938\u0947\u0935\u093E \u0915\u093E \u0909\u092A\u092F\u094B\u0917 \u0915\u0930\u0928\u0947 \u0915\u093E \u091A\u092F\u0928 \u0915\u0930 \u0938\u0915\u0924\u0947 \u0939\u0948\u0902 \u091C\u094B \u0905\u0927\u093F\u0915 \u0938\u094D\u0925\u093F\u0930 \u0939\u0948 (<3>\u092F\u0939\u093E\u0902 \u092E\u0941\u092B\u094D\u0924 \u0905\u0928\u0941\u092D\u0935 \u0915\u0930\u0947\u0902)\u0964 \u0907\u0938\u0915\u0947 \u0905\u0932\u093E\u0935\u093E, \u0906\u092A\u0915\u094B \u0936\u093E\u092F\u0926 \u0905\u092A\u0928\u0940 \u0928\u0947\u091F\u0935\u0930\u094D\u0915 \u092F\u093E \u092A\u094D\u0930\u0949\u0915\u094D\u0938\u0940 \u0938\u0947\u091F\u093F\u0902\u0917\u094D\u0938 \u0915\u0940 \u091C\u093E\u0902\u091A \u0915\u0930\u0928\u0947 \u0915\u0940 \u0906\u0935\u0936\u094D\u092F\u0915\u0924\u093E \u0939\u094B \u0938\u0915\u0924\u0940 \u0939\u0948\u0964","translationServices.gemini":"\u092E\u093F\u0925\u0941\u0928","widget.translateFile":"PDF/ePub",goLogin:"\u0932\u0949\u0917 \u0907\u0928 \u0915\u0930\u0947\u0902","error.reason":"\u0924\u094D\u0930\u0941\u091F\u093F \u0915\u093E \u0915\u093E\u0930\u0923",contact:"\u0939\u092E\u0938\u0947 \u0938\u0902\u092A\u0930\u094D\u0915 \u0915\u0930\u0947\u0902",pickAll:"\u0938\u092D\u0940 \u0915\u093E \u091A\u092F\u0928 \u0915\u0930\u0947\u0902","multipleClick.3":"\u0924\u094D\u0930\u093F\u092A\u0932 \u0939\u093F\u091F","floatBall.iKnow":"\u092E\u0948\u0902\u0928\u0947 \u0938\u092E\u091D \u0932\u093F\u092F\u093E",shortcutSettings:"\u0936\u0949\u0930\u094D\u091F\u0915\u091F \u0915\u0941\u0902\u091C\u0940","error.retry":"\u092A\u0941\u0928\u0903 \u092A\u094D\u0930\u092F\u093E\u0938 \u0915\u0930\u0947\u0902",touchShortcutsOff:"\u092C\u0902\u0926 \u0915\u0930\u0947\u0902","subtitle.bilingual":"\u0926\u094D\u0935\u093F\u092D\u093E\u0937\u0940\u092F \u0909\u092A\u0936\u0940\u0930\u094D\u0937\u0915","tagsInput.add":"+ \u091C\u094B\u0921\u093C\u0947\u0902","slide.right":"\u092C\u093E\u090F\u0902 \u0938\u094D\u0932\u093E\u0907\u0921 \u0915\u0930\u0947\u0902","multipleClick.2":"\u0921\u092C\u0932 \u0915\u094D\u0932\u093F\u0915","widget.instruction":"\u0909\u092A\u092F\u094B\u0917 \u0915\u0940 \u0928\u093F\u0930\u094D\u0926\u0947\u0936\u093F\u0915\u093E",loggedIn:"\u0932\u0949\u0917 \u0907\u0928 \u0915\u093F\u092F\u093E \u0939\u0941\u0906 \u0939\u0948","shortcutGroup.main":"\u0938\u093E\u092E\u093E\u0928\u094D\u092F \u0909\u092A\u092F\u094B\u0917 \u0915\u0940 \u0936\u0949\u0930\u094D\u091F\u0915\u091F \u0915\u0941\u0902\u091C\u0940","slide.left":"\u0926\u093E\u090F\u0902 \u0938\u094D\u0932\u093E\u0907\u0921 \u0915\u0930\u0947\u0902",shortcutSettingsTitle:"\u0936\u0949\u0930\u094D\u091F\u0915\u091F \u0915\u0940 \u0938\u0947\u091F\u093F\u0902\u0917","multipleClick.4":"\u091A\u093E\u0930\u0939\u093F\u091F \u0938\u0902\u092F\u094B\u091C\u0928","error.subscriptionExpiredTitle":"\u0938\u0926\u0938\u094D\u092F\u0924\u093E \u0938\u092E\u093E\u092A\u094D\u0924 \u0939\u094B \u0917\u0908 \u0939\u0948",notLogin:"\u0932\u0949\u0917 \u0907\u0928 \u0928\u0939\u0940\u0902 \u0915\u093F\u092F\u093E \u0939\u0948","shortcutGroup.others":"\u0905\u0927\u093F\u0915 \u0915\u0938\u094D\u091F\u092E \u092B\u093C\u0902\u0915\u094D\u0936\u0928 \u0936\u0949\u0930\u094D\u091F\u0915\u091F","subtitle.hideQuickButton":"\u0907\u0938 \u0936\u0949\u0930\u094D\u091F\u0915\u091F \u0915\u094B \u092B\u093F\u0930 \u0938\u0947 \u0928\u093E \u0926\u093F\u0916\u093E\u090F\u0902","widget.videoSubtitleTooltip":"Youtube \u0906\u0926\u093F {count}+ \u0935\u0940\u0921\u093F\u092F\u094B \u0935\u0947\u092C\u0938\u093E\u0907\u091F\u094B\u0902 \u0915\u093E \u0938\u092E\u0930\u094D\u0925\u0928 \u0915\u0930\u0947\u0902","browser.translateInputBox":"\u0935\u0930\u094D\u0924\u092E\u093E\u0928 \u0907\u0928\u092A\u0941\u091F \u092C\u0949\u0915\u094D\u0938 \u0915\u0940 \u0938\u093E\u092E\u0917\u094D\u0930\u0940 \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0947\u0902",temprarilyChangeTranslationTo_openai:"\u0939\u092E \u0935\u0930\u094D\u0924\u092E\u093E\u0928 \u092A\u0943\u0937\u094D\u0920 \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 OpenAI \u0915\u093E \u0909\u092A\u092F\u094B\u0917 \u0915\u0930 \u0930\u0939\u0947 \u0939\u0948\u0902",alwaysTranslateThisSite:"\u0939\u092E\u0947\u0936\u093E \u0907\u0938 \u0935\u0947\u092C\u0938\u093E\u0907\u091F \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0947\u0902","shortcutGroup.mouse":"\u092E\u093E\u0909\u0938 \u0939\u094B\u0935\u0930 \u0936\u0949\u0930\u094D\u091F\u0915\u091F \u0915\u0949\u0928\u094D\u092B\u093C\u093F\u0917\u0930\u0947\u0936\u0928",translationOnlyMode:`\u0915\u0947\u0935\u0932 \u0905\u0928\u0941\u0935\u093E\u0926 \u092E\u094B\u0921 + {env.imt_sub_trans_field}: Traduction`,"subtitle.quickButton.magenta":"Fuchsia","subtitle.quickButton.red":"Rouge","subtitle.quickButton.setting":"Param\xE9trage","subtitle.quickButton.black":"noir","subtitle.quickButton.translationPosition":"Position de traduction","subtitle.quickButton.green":"Vert","subtitle.quickButton.translationFontSize":"Taille de police de traduction","subtitle.quickButton.sourceTextColor":"Couleur de police d'origine","translationServices.claude":"Claude","subtitle.quickButton.blue":"Bleu","subtitle.quickButton.sourceFontSize":"La taille originale de la police","subtitle.quickButton.translationTextColor":"Couleur de la police de traduction","subtitle.quickButton.backgroundColor":"couleur d'arri\xE8re-plan","subtitle.quickButton.white":"Blanc","subtitle.quickButton.translationPositionTop":"En haut de l'original","subtitle.quickButton.yellow":"jaune","subtitle.quickButton.cyan":"Bleu","subtitle.quickButton.backgroundOpacity":"Opacit\xE9 de l'arri\xE8re-plan","subtitle.quickButton.translationPositionBottom":"\u5728\u539F\u6587\u4E0B\u65B9",attachSubtitleTranslating:"Utilisation de {service} pour la traduction en cours...","error.claude.403":"Acc\xE8s temporairement interdit au service, cela peut \xEAtre li\xE9 aux restrictions r\xE9gionales de Claude. Vous pouvez essayer de changer votre adresse IP ou utiliser un autre service de traduction.","browser.brandDescriptionForSafari":"\u3010Traduction immersive\u3011Un plugin de traduction de pages web bilingue gratuit (texte original / traduction), qui supporte \xE9galement la traduction de PDF et de livres \xE9lectroniques EPUB tout en conservant la mise en page originale, la traduction de sous-titres bilingues pour des vid\xE9os en ligne comme Youtube/Netflix, et qui supporte les services de traduction principaux tels que Deepl/Google;","browser.PdfProFile":"AI pilot\xE9 PDF Pro traduction","browser.textTranslate":"Traduction de texte"};var Fs={nologin:"\u0905\u0902\u0926\u0930 \u092A\u094D\u0930\u0935\u0947\u0936 \u0915\u0940 \u0905\u0928\u0941\u092E\u0924\u093F \u0928\u0939\u0940\u0902 \u0939\u0948",loginForSafari:"\u0932\u0949\u0917-\u0907\u0928 \u092F\u093E \u092A\u0902\u091C\u0940\u0915\u0943\u0924",login:"\u0932\u0949\u0917 \u0907\u0928 \u0915\u0930\u0928\u0947 \u0915\u0947 \u092C\u093E\u0926 \u0906\u092A \u0938\u0926\u0938\u094D\u092F\u0924\u093E \u0938\u0915\u094D\u0930\u093F\u092F \u0915\u0930 \u0938\u0915\u0924\u0947 \u0939\u0948\u0902",manageAccount:"\u0916\u093E\u0924\u0947 \u0915\u093E \u092A\u094D\u0930\u092C\u0902\u0927\u0928 \u0915\u0930\u0947\u0902",openPremium:"\u0938\u0926\u0938\u094D\u092F\u0924\u093E \u0917\u094D\u0930\u0939\u0923 \u0915\u0930\u0947\u0902",logout:"\u091B\u094B\u0921\u093C\u0928\u093E",curentPlan:"\u0935\u0930\u094D\u0924\u092E\u093E\u0928 \u092A\u0948\u0915\u0947\u091C",endAt:"\u092A\u0930\u093F\u092A\u0915\u094D\u0935\u0924\u093E",endAuto:"\u0938\u094D\u0935\u091A\u093E\u0932\u093F\u0924 \u0928\u0935\u0940\u0915\u0930\u0923",lineBreakMaxTextCount:"\u092A\u0902\u0915\u094D\u0924\u093F \u0935\u093F\u0930\u093E\u092E \u0915\u0947 \u092C\u093E\u0926 \u092A\u094D\u0930\u0924\u093F \u0935\u093E\u0915\u094D\u092F \u0905\u0928\u0941\u092E\u0924 \u0935\u0930\u094D\u0923\u094B\u0902 \u0915\u0940 \u0905\u0927\u093F\u0915\u0924\u092E \u0938\u0902\u0916\u094D\u092F\u093E","translate-pdf":"\u092A\u0940\u0921\u0940\u090F\u092B \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u0915\u094D\u0932\u093F\u0915 \u0915\u0930\u0947\u0902","noSupportTranslate-pdf":"\u0938\u094D\u0915\u094D\u0930\u093F\u092A\u094D\u091F \u0938\u092E\u0930\u094D\u0925\u093F\u0924 \u0928\u0939\u0940\u0902 \u0939\u0948, \u0915\u0943\u092A\u092F\u093E \u092A\u094D\u0932\u0917-\u0907\u0928 \u0915\u093E \u0909\u092A\u092F\u094B\u0917 \u0915\u0930\u0947\u0902","translate-firefox-local-pdf":"\u092A\u0940\u0921\u0940\u090F\u092B \u0906\u092F\u093E\u0924 \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u0915\u094D\u0932\u093F\u0915 \u0915\u0930\u0947\u0902",enableLineBreak:"\u0932\u0902\u092C\u0947 \u0905\u0928\u0941\u091A\u094D\u091B\u0947\u0926\u094B\u0902 \u0915\u0947 \u0932\u093F\u090F \u0938\u094D\u0935\u091A\u093E\u0932\u093F\u0924 \u0936\u092C\u094D\u0926 \u0930\u0948\u092A\u093F\u0902\u0917 \u091A\u093E\u0932\u0942 \u0915\u0930\u0947\u0902",sponsorLabel:"$1 \u0938\u0947 \u0936\u0941\u0930\u0942 \u0915\u0930\u0915\u0947 \u0915\u093F\u0938\u0940 \u0921\u0947\u0935\u0932\u092A\u0930 \u0915\u094B \u092A\u094D\u0930\u093E\u092F\u094B\u091C\u093F\u0924 \u0915\u0930\u0947\u0902",help:"\u092E\u0926\u0926",browserShortcutsNoteForFirefox:'\u092B\u093C\u093E\u092F\u0930\u092B\u093C\u0949\u0915\u094D\u0938 \u092C\u094D\u0930\u093E\u0909\u091C\u093C\u0930 \u092E\u0947\u0902 \u0936\u0949\u0930\u094D\u091F\u0915\u091F \u0915\u0941\u0902\u091C\u093F\u092F\u094B\u0902 \u0915\u094B \u0938\u0902\u0936\u094B\u0927\u093F\u0924 \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F, \u0906\u092A\u0915\u094B \u090F\u0915\u094D\u0938\u091F\u0947\u0902\u0936\u0928 \u092A\u094D\u0930\u092C\u0902\u0927\u0928 \u092A\u0943\u0937\u094D\u0920 `about:addons` \u0916\u094B\u0932\u0928\u093E \u0939\u094B\u0917\u093E, \u092B\u093F\u0930 "\u0938\u0947\u091F\u093F\u0902\u0917\u094D\u0938" \u092A\u0930 \u0915\u094D\u0932\u093F\u0915 \u0915\u0930\u0947\u0902, \u092B\u093F\u0930 \u0907\u0938\u0947 \u0938\u0947\u091F \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F "\u0936\u0949\u0930\u094D\u091F\u0915\u091F \u0915\u0941\u0902\u091C\u093F\u092F\u093E\u0901 \u092A\u094D\u0930\u092C\u0902\u0927\u093F\u0924 \u0915\u0930\u0947\u0902" \u092A\u0930 \u0915\u094D\u0932\u093F\u0915 \u0915\u0930\u0947\u0902\u0964',browserShortcutsNoteForChrome:"\u0915\u094D\u0930\u094B\u092E-\u091C\u0948\u0938\u0947 \u092C\u094D\u0930\u093E\u0909\u091C\u093C\u0930 \u092E\u0947\u0902 \u0936\u0949\u0930\u094D\u091F\u0915\u091F \u0915\u0941\u0902\u091C\u093F\u092F\u094B\u0902 \u0915\u094B \u0938\u0902\u0936\u094B\u0927\u093F\u0924 \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F, \u0906\u092A\u0915\u094B \u090F\u0915\u094D\u0938\u091F\u0947\u0902\u0936\u0928 \u092A\u094D\u0930\u092C\u0902\u0927\u0928 \u092A\u0943\u0937\u094D\u0920 \u0916\u094B\u0932\u0928\u093E \u0939\u094B\u0917\u093E, \u0907\u0938\u0947 `\u0936\u0949\u0930\u094D\u091F\u0915\u091F \u092A\u094D\u0930\u092C\u0902\u0927\u093F\u0924 \u0915\u0930\u0947\u0902` \u092A\u0948\u0928\u0932 (`\u0915\u094D\u0930\u094B\u092E://\u090F\u0915\u094D\u0938\u091F\u0947\u0902\u0936\u0928/\u0936\u0949\u0930\u094D\u091F\u0915\u091F`) \u092E\u0947\u0902 \u0938\u0947\u091F \u0915\u0930\u0928\u093E \u0939\u094B\u0917\u093E, \u0914\u0930 \u0938\u0940\u0927\u0947 \u091C\u093E\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u0928\u0940\u091A\u0947 \u0926\u093F\u090F \u0917\u090F \u092C\u091F\u0928 \u092A\u0930 \u0915\u094D\u0932\u093F\u0915 \u0915\u0930\u0928\u093E \u0939\u094B\u0917\u093E \u0936\u0949\u0930\u094D\u091F\u0915\u091F \u0915\u0941\u0902\u091C\u0940 \u092A\u094D\u0930\u092C\u0902\u0927\u0928 \u092A\u0943\u0937\u094D\u0920.",browserShortcutsSucks:"\u0915\u0938\u094D\u091F\u092E \u0936\u0949\u0930\u094D\u091F\u0915\u091F \u0915\u0941\u0902\u091C\u0940 \u092A\u094D\u0930\u093E\u0930\u0942\u092A \u0939\u0948 (\u0915\u094B\u0908 \u0938\u094D\u0935\u091A\u093E\u0932\u093F\u0924 \u092A\u0939\u091A\u093E\u0928 \u0928\u0939\u0940\u0902, \u0915\u0943\u092A\u092F\u093E \u0938\u0940\u0927\u0947 \u0926\u0930\u094D\u091C \u0915\u0930\u0947\u0902)\uFF1A",enableLineBreakDescription:"\u091A\u093E\u0932\u0942 \u0939\u094B\u0928\u0947 \u092A\u0930, \u092A\u0922\u093C\u0928\u0947 \u0915\u0940 \u0938\u0941\u0935\u093F\u0927\u093E \u0915\u0947 \u0932\u093F\u090F \u092A\u094D\u0930\u0924\u094D\u092F\u0947\u0915 \u0935\u093E\u0915\u094D\u092F \u0915\u0947 \u0905\u0902\u0924 \u092E\u0947\u0902 \u0932\u0902\u092C\u0947 \u092A\u0948\u0930\u093E\u0917\u094D\u0930\u093E\u092B \u092E\u0947\u0902 \u0932\u093E\u0907\u0928 \u092C\u094D\u0930\u0947\u0915 \u0921\u093E\u0932\u0947 \u091C\u093E\u090F\u0902\u0917\u0947\u0964","browser.shortBrandName":"\u0917\u0939\u0928 \u0905\u0928\u0941\u0935\u093E\u0926","browser.brandName":"\u0907\u092E\u0930\u094D\u0938\u093F\u0935 \u0905\u0928\u0941\u0935\u093E\u0926: \u0926\u094D\u0935\u093F\u092D\u093E\u0937\u0940 \u0935\u0947\u092C \u092A\u0947\u091C \u0905\u0928\u0941\u0935\u093E\u0926 \u0914\u0930 \u092A\u0940\u0921\u0940\u090F\u092B \u0926\u0938\u094D\u0924\u093E\u0935\u0947\u091C\u093C \u0905\u0928\u0941\u0935\u093E\u0926","browser.brandDescription":"Bilingual web page translation, also supports PDF translation, bilingual Epub eBook translation, free to use.","browser.toggleTranslatePage":"\u0935\u0947\u092C \u092A\u0947\u091C \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0947\u0902/\u092E\u0942\u0932 \u092A\u093E\u0920 \u0926\u093F\u0916\u093E\u090F\u0902","browser.toggleTranslateTheWholePage":"\u092A\u0943\u0937\u094D\u0920 \u0915\u0947 \u0938\u092D\u0940 \u0915\u094D\u0937\u0947\u0924\u094D\u0930\u094B\u0902 \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0947\u0902/\u092E\u0942\u0932 \u092A\u093E\u0920 \u092A\u094D\u0930\u0926\u0930\u094D\u0936\u093F\u0924 \u0915\u0930\u0947\u0902","browser.toggleOnlyTransation":"\u0926\u094D\u0935\u093F\u092D\u093E\u0937\u0940/\u0915\u0947\u0935\u0932 \u0905\u0928\u0941\u0935\u093E\u0926 \u092E\u094B\u0921 \u092A\u0930 \u0938\u094D\u0935\u093F\u091A \u0915\u0930\u0947\u0902","browser.toggleTranslateToThePageEndImmediately":"\u0924\u0941\u0930\u0902\u0924 \u092A\u0943\u0937\u094D\u0920 \u0915\u0947 \u0928\u0940\u091A\u0947 \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0947\u0902/\u092E\u0942\u0932 \u092A\u093E\u0920 \u0926\u093F\u0916\u093E\u090F\u0902","browser.toggleTranslateTheMainPage":"\u092A\u0943\u0937\u094D\u0920 \u0915\u0947 \u092E\u0941\u0916\u094D\u092F \u0915\u094D\u0937\u0947\u0924\u094D\u0930 \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0947\u0902/\u092E\u0942\u0932 \u092A\u093E\u0920 \u092A\u094D\u0930\u0926\u0930\u094D\u0936\u093F\u0924 \u0915\u0930\u0947\u0902","browser.shareToDraft":"\u0926\u094D\u0935\u093F\u092D\u093E\u0937\u0940 \u092A\u0943\u0937\u094D\u0920 \u0938\u093E\u091D\u093E \u0915\u0930\u0947\u0902","browser.openOptionsPage":"\u0938\u0947\u091F\u093F\u0902\u0917 \u092A\u0943\u0937\u094D\u0920 \u0916\u094B\u0932\u0947\u0902","browser.toggleTranslationMask":"\u0905\u0928\u0941\u0935\u093E\u0926 \u0927\u0941\u0902\u0927\u0932\u093E \u092A\u094D\u0930\u092D\u093E\u0935 \u0926\u093F\u0916\u093E\u090F\u0901/\u091B\u093F\u092A\u093E\u090F\u0901","browser.translateLocalPdfFile":"\u0938\u094D\u0925\u093E\u0928\u0940\u092F \u092A\u0940\u0921\u0940\u090F\u092B \u092B\u093E\u0907\u0932\u094B\u0902 \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0947\u0902","browser.openEbookViewer":"\u0938\u094D\u0925\u093E\u0928\u0940\u092F \u0908-\u092A\u0941\u0938\u094D\u0924\u0915\u0947\u0902 \u092A\u0922\u093C\u0947\u0902","browser.openEbookBuilder":"\u0926\u094D\u0935\u093F\u092D\u093E\u0937\u0940 EPUB \u0908-\u092A\u0941\u0938\u094D\u0924\u0915\u0947\u0902 \u092C\u0928\u093E\u090F\u0901","browser.translateLocalHtmlFile":"HTML/txt \u092B\u093C\u093E\u0907\u0932\u094B\u0902 \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0947\u0902","browser.donateContext":"\u092A\u094D\u0930\u093E\u092F\u094B\u091C\u0928 \u0932\u093E\u092D\u094B\u0902 \u0915\u0947 \u092C\u093E\u0930\u0947 \u092E\u0947\u0902 \u091C\u093E\u0928\u0947\u0902","browser.translateLocalSubtitleFile":"\u0938\u094D\u0925\u093E\u0928\u0940\u092F \u0909\u092A\u0936\u0940\u0930\u094D\u0937\u0915 \u092B\u093C\u093E\u0907\u0932\u094B\u0902 \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0947\u0902",confirmResetConfig:"\u0915\u094D\u092F\u093E \u0906\u092A \u0935\u093E\u0915\u0908 \u0905\u092A\u0928\u0940 \u0938\u0947\u091F\u093F\u0902\u0917\u094D\u0938 \u0930\u0940\u0938\u0947\u091F \u0915\u0930\u0928\u093E \u091A\u093E\u0939\u0924\u0947 \u0939\u0948\u0902?",translationLineBreakSettingTitle:"\u0905\u0928\u0941\u0935\u093E\u0926 \u092A\u0902\u0915\u094D\u0924\u093F \u0930\u0948\u092A\u093F\u0902\u0917 \u0938\u0947\u091F\u093F\u0902\u0917",smartLineBreak:"\u0938\u094D\u092E\u093E\u0930\u094D\u091F \u0932\u093E\u0907\u0928 \u0930\u0948\u092A\u093F\u0902\u0917",alwaysLineBreak:"\u0939\u092E\u0947\u0936\u093E \u0932\u092A\u0947\u091F\u094B",isShowContextMenu:"\u0905\u0928\u0941\u0935\u093E\u0926\u093F\u0924 \u0935\u0947\u092C \u092A\u0947\u091C \u0915\u094B \u0930\u093E\u0907\u091F-\u0915\u094D\u0932\u093F\u0915 \u092E\u0947\u0928\u0942 \u0906\u0907\u091F\u092E \u092E\u0947\u0902 \u091C\u094B\u0921\u093C\u0947\u0902",toggleBeta:"\u092C\u0940\u091F\u093E \u092A\u0930\u0940\u0915\u094D\u0937\u0923 \u0938\u0941\u0935\u093F\u0927\u093E\u090F\u0901 \u0938\u0915\u094D\u0937\u092E \u0915\u0930\u0947\u0902",betaDescription:"\u0909\u0928 \u0938\u0941\u0935\u093F\u0927\u093E\u0913\u0902 \u0915\u094B \u0938\u0915\u094D\u0937\u092E \u0915\u0930\u0947\u0902 \u091C\u094B \u0905\u092D\u0940 \u092D\u0940 \u092A\u094D\u0930\u092F\u094B\u0917\u093E\u0924\u094D\u092E\u0915 \u0939\u0948\u0902, \u0938\u093E\u0925 \u0939\u0940 \u092A\u0930\u0940\u0915\u094D\u0937\u0923 \u092E\u0947\u0902 \u0905\u0928\u0941\u0935\u093E\u0926 \u0938\u0947\u0935\u093E\u090F\u0902 \u092D\u0940 \u0938\u0915\u094D\u0937\u092E \u0915\u0930\u0947\u0902\u0964 <1>\u091F\u0947\u0932\u0940\u0917\u094D\u0930\u093E\u092E \u0938\u092E\u0942\u0939 \u0938\u0947 \u091C\u0941\u0921\u093C\u0947\u0902 \u0914\u0930 \u0905\u0927\u093F\u0915 \u091C\u093E\u0928\u0947\u0902\u0964",translationLineBreakSettingDescription:"\u0939\u092E\u0947\u0936\u093E \u0930\u0948\u092A \u0915\u092E \u0938\u093E\u092E\u0917\u094D\u0930\u0940 \u0935\u093E\u0932\u0947 \u0932\u0947\u0906\u0909\u091F \u0915\u0947 \u0932\u093F\u090F \u0909\u092A\u092F\u0941\u0915\u094D\u0924 \u0939\u094B\u0924\u093E \u0939\u0948 \u0914\u0930 \u0905\u0927\u093F\u0915 \u0938\u0941\u0935\u094D\u092F\u0935\u0938\u094D\u0925\u093F\u0924 \u0939\u094B\u0924\u093E \u0939\u0948\u0964 (\u0938\u094D\u0925\u093E\u0928 \u092C\u091A\u093E\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u092C\u0939\u0941\u0924 \u0938\u093E\u0930\u0940 \u0938\u093E\u092E\u0917\u094D\u0930\u0940 ({count}\u0938\u0947 \u0905\u0927\u093F\u0915 \u0905\u0915\u094D\u0937\u0930) \u0935\u093E\u0932\u0947 \u0932\u0902\u092C\u0947 \u092A\u0948\u0930\u093E\u0917\u094D\u0930\u093E\u092B \u092E\u0947\u0902 \u0938\u094D\u092E\u093E\u0930\u094D\u091F \u0932\u093E\u0907\u0928 \u092C\u094D\u0930\u0947\u0915 \u0915\u093E \u0909\u092A\u092F\u094B\u0917 \u0915\u0930\u0947\u0902)",tempTranslateDomainTitle:"\u0935\u0947\u092C\u0938\u093E\u0907\u091F \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u094B \u0905\u0938\u094D\u0925\u093E\u092F\u0940 \u0930\u0942\u092A \u0938\u0947 \u0915\u092C \u0924\u0915 \u0938\u0915\u094D\u0937\u092E \u0915\u0930\u0928\u093E \u0939\u0948",tempTranslateDomainDescription:"\u0915\u093F\u0938\u0940 \u0935\u0947\u092C \u092A\u0947\u091C \u0915\u093E \u092E\u0948\u0928\u094D\u092F\u0941\u0905\u0932 \u0930\u0942\u092A \u0938\u0947 \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0924\u0947 \u0938\u092E\u092F, \u0938\u094D\u0935\u091A\u093E\u0932\u093F\u0924 \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0947 \u0932\u093F\u090F \u0935\u0947\u092C\u0938\u093E\u0907\u091F \u0915\u094B \u0905\u0938\u094D\u0925\u093E\u092F\u0940 \u0930\u0942\u092A \u0938\u0947 \u091A\u093E\u0932\u0942 \u0915\u0930\u0947\u0902, \u0914\u0930 \u0906\u092A \u0905\u0938\u094D\u0925\u093E\u092F\u0940 \u0905\u0935\u0927\u093F \u0928\u093F\u0930\u094D\u0927\u093E\u0930\u093F\u0924 \u0915\u0930 \u0938\u0915\u0924\u0947 \u0939\u0948\u0902\u0964",xMinutes:"{count} \u092E\u093F\u0928\u091F",disabled:"\u0905\u0915\u094D\u0937\u092E \u0915\u0930\u0928\u093E",changelog:"\u0932\u0949\u0917 \u092C\u0926\u0932\u0947\u0902",toggleTranslatePageWhenThreeFingersOnTheScreen:"\u0935\u0947\u092C \u092A\u0947\u091C \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0928\u0947/\u092E\u0942\u0932 \u092A\u093E\u0920 \u092A\u094D\u0930\u0926\u0930\u094D\u0936\u093F\u0924 \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u090F\u0915 \u0939\u0940 \u0938\u092E\u092F \u092E\u0947\u0902 \u0915\u0908 \u0905\u0902\u0917\u0941\u0932\u093F\u092F\u094B\u0902 \u0938\u0947 \u0938\u094D\u0915\u094D\u0930\u0940\u0928 \u0915\u094B \u0938\u094D\u092A\u0930\u094D\u0936 \u0915\u0930\u0947\u0902",toggleTranslationMaskWhenThreeFingersOnTheScreen:"\u0905\u0928\u0941\u0935\u093E\u0926 \u0927\u0941\u0902\u0927\u0932\u093E \u092A\u094D\u0930\u092D\u093E\u0935 \u0926\u093F\u0916\u093E\u0928\u0947/\u091B\u093F\u092A\u093E\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u090F\u0915 \u0939\u0940 \u0938\u092E\u092F \u092E\u0947\u0902 \u0915\u0908 \u0905\u0902\u0917\u0941\u0932\u093F\u092F\u094B\u0902 \u0915\u094B \u0938\u094D\u092A\u0930\u094D\u0936 \u0915\u0930\u0947\u0902",fingerCountToToggleTranslagePageOnlyTranslationWhenTouching:"\u0935\u0947\u092C \u092A\u0947\u091C \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 (\u0915\u0947\u0935\u0932 \u0905\u0928\u0941\u0935\u093E\u0926)/\u092E\u0942\u0932 \u092A\u093E\u0920 \u092A\u094D\u0930\u0926\u0930\u094D\u0936\u093F\u0924 \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u090F\u0915 \u0939\u0940 \u0938\u092E\u092F \u092E\u0947\u0902 \u0915\u0908 \u0905\u0902\u0917\u0941\u0932\u093F\u092F\u094B\u0902 \u0938\u0947 \u0938\u094D\u0915\u094D\u0930\u0940\u0928 \u0915\u094B \u0938\u094D\u092A\u0930\u094D\u0936 \u0915\u0930\u0947\u0902",addUrlDescription:"\u092F\u0939 \u090F\u0915 \u0921\u094B\u092E\u0947\u0928 \u0928\u093E\u092E \u0939\u094B \u0938\u0915\u0924\u093E \u0939\u0948 \u0914\u0930 \u0935\u093E\u0907\u0932\u094D\u0921\u0915\u093E\u0930\u094D\u0921 \u0915\u093E \u0938\u092E\u0930\u094D\u0925\u0928 \u0915\u0930\u0924\u093E \u0939\u0948, \u091C\u0948\u0938\u0947\uFF1A*.google.com, google.com/mail/*, https://www.google.com/*",general:"\u092E\u0942\u0932 \u0938\u0947\u091F\u093F\u0902\u0917\u094D\u0938",clickToExpandConfig:"\u0935\u0930\u094D\u0924\u092E\u093E\u0928 \u0915\u0949\u0928\u094D\u092B\u093C\u093F\u0917\u0930\u0947\u0936\u0928 \u0915\u093E \u0935\u093F\u0938\u094D\u0924\u093E\u0930 \u0915\u0930\u0947\u0902",import:"\u092B\u093C\u093E\u0907\u0932 \u0938\u0947 \u0906\u092F\u093E\u0924 \u0915\u0930\u0947\u0902",export:"\u092B\u093C\u093E\u0907\u0932 \u092E\u0947\u0902 \u0928\u093F\u0930\u094D\u092F\u093E\u0924 \u0915\u0930\u0947\u0902",toggleDebug:"\u0915\u0902\u0938\u094B\u0932 \u092A\u0930 \u0921\u093F\u092C\u0917 \u0932\u0949\u0917 \u092A\u094D\u0930\u093F\u0902\u091F \u0915\u0930\u0947\u0902","fingers.0":"\u092C\u0902\u0926","fingers.2":"\u0926\u094B \u0909\u0902\u0917\u0932\u093F\u092F\u094B\u0902 \u0915\u093E \u0938\u094D\u092A\u0930\u094D\u0936","fingers.3":"\u0924\u0940\u0928 \u0909\u0902\u0917\u0932\u093F\u092F\u094B\u0902 \u0915\u093E \u0938\u094D\u092A\u0930\u094D\u0936","fingers.4":"\u091A\u093E\u0930 \u0905\u0902\u0917\u0941\u0932 \u0915\u093E \u0938\u094D\u092A\u0930\u094D\u0936","fingers.5":"\u092A\u093E\u0901\u091A \u0905\u0902\u0917\u0941\u0932 \u0915\u093E \u0938\u094D\u092A\u0930\u094D\u0936",mouseHoldKey:"+ {key} \u0907\u0938 \u0905\u0928\u0941\u091A\u094D\u091B\u0947\u0926 \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926/\u092A\u0941\u0928\u0930\u094D\u0938\u094D\u0925\u093E\u092A\u0928\u093E \u0915\u0930\u0947\u0902",mouseHoldKeyAuto:"\u0907\u0938 \u0905\u0928\u0941\u091A\u094D\u091B\u0947\u0926 \u0915\u093E \u0938\u0940\u0927\u0947 \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0947\u0902",mouseHoldKeyOff:"\u0915\u0941\u091B \u092E\u0924 \u0915\u0930\u094B",mouseHoldKeyOther:"\u0915\u0938\u094D\u091F\u092E \u0936\u0949\u0930\u094D\u091F\u0915\u091F \u0915\u0941\u0902\u091C\u093F\u092F\u093E\u0901 (\u0938\u0947\u091F\u093F\u0902\u0917\u094D\u0938 \u0916\u094B\u0932\u0947\u0902)",mouseHoldKeyCustomKey:"0\u0907\u0938 \u0905\u0928\u0941\u091A\u094D\u091B\u0947\u0926 \u0915\u093E {key} /\u092A\u0941\u0928\u0930\u094D\u0938\u094D\u0925\u093E\u092A\u0928\u093E \u0915\u0930\u0947\u0902",mouseHoverHoldKey:"\u092A\u0948\u0930\u093E\u0917\u094D\u0930\u093E\u092B \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u092E\u093E\u0909\u0938 \u0915\u094B \u0918\u0941\u092E\u093E\u090F\u0901 \u0914\u0930 \u0936\u0949\u0930\u094D\u091F\u0915\u091F \u0915\u0941\u0902\u091C\u0940 \u0926\u092C\u093E\u090F\u0901","mouse-translate":"\u092E\u093E\u0909\u0938 \u0915\u0947 \u090A\u092A\u0930",document:"\u0926\u0938\u094D\u0924\u093E\u0935\u0947\u091C\u093C",resetSuccess:"\u0938\u092D\u0940 \u0938\u0947\u091F\u093F\u0902\u0917\u094D\u0938 \u0938\u092B\u0932\u0924\u093E\u092A\u0942\u0930\u094D\u0935\u0915 \u0930\u0940\u0938\u0947\u091F \u0915\u0930\u0947\u0902",resetThisSuccess:"\u0930\u0940\u0938\u0947\u091F \u0938\u092B\u0932",saved:"\u0938\u092B\u0932\u0924\u093E\u092A\u0942\u0930\u094D\u0935\u0915 \u092C\u091A\u093E\u092F\u093E",successImportConfig:"\u0915\u0949\u0928\u094D\u092B\u093C\u093F\u0917\u0930\u0947\u0936\u0928 \u0938\u092B\u0932\u0924\u093E\u092A\u0942\u0930\u094D\u0935\u0915 \u0906\u092F\u093E\u0924 \u0915\u093F\u092F\u093E \u0917\u092F\u093E",goAdvancedSettings:"\u0909\u0928\u094D\u0928\u0924 \u0938\u0947\u091F\u093F\u0902\u0917 \u092A\u0943\u0937\u094D\u0920 \u092A\u0930 \u091C\u093E\u090F\u0901",goAdvancedInterfaceSettings:"\u0909\u0928\u094D\u0928\u0924 \u0905\u0928\u0941\u0915\u0942\u0932\u0928 \u0938\u0947\u091F\u093F\u0902\u0917 \u092A\u0943\u0937\u094D\u0920 \u092A\u0930 \u091C\u093E\u090F\u0901",advanced:"\u090F\u0921\u0935\u093E\u0902\u0938 \u0938\u0947\u091F\u093F\u0902\u0917",advancedDescription:"\u0906\u092E \u0924\u094C\u0930 \u092A\u0930, \u0915\u093F\u0938\u0940 \u0938\u0947\u091F\u093F\u0902\u0917 \u0915\u0940 \u0906\u0935\u0936\u094D\u092F\u0915\u0924\u093E \u0928\u0939\u0940\u0902 \u0939\u0948, \u092C\u0938 \u0921\u093F\u092B\u093C\u0949\u0932\u094D\u091F \u0930\u0916\u0947\u0902\u0964 \u0915\u0947\u0935\u0932 \u0905\u0927\u093F\u0915 \u092A\u0947\u0936\u0947\u0935\u0930 \u0909\u092A\u092F\u094B\u0917\u0915\u0930\u094D\u0924\u093E\u0913\u0902 \u0915\u0947 \u0932\u093F\u090F, \u0905\u0927\u093F\u0915 \u0935\u0948\u092F\u0915\u094D\u0924\u093F\u0915\u0943\u0924 \u0938\u0947\u091F\u093F\u0902\u0917\u094D\u0938 \u092A\u094D\u0930\u0926\u093E\u0928 \u0915\u0940 \u091C\u093E\u0924\u0940 \u0939\u0948\u0902\u0964",developer:"\u0921\u0947\u0935\u0932\u092A\u0930 \u0938\u0947\u091F\u093F\u0902\u0917\u094D\u0938",donateCafe:"\u0915\u0940\u092E\u0924","translate to the bottom of the page":"\u0935\u0947\u092C \u092A\u0947\u091C \u092E\u0947\u0902 \u092A\u094D\u0930\u0935\u0947\u0936 \u0915\u0930\u0928\u0947 \u0915\u0947 \u092C\u093E\u0926, \u0915\u094D\u092F\u093E \u0907\u0938\u0915\u093E \u0924\u0941\u0930\u0902\u0924 \u092A\u0943\u0937\u094D\u0920 \u0915\u0947 \u0928\u093F\u091A\u0932\u0947 \u092D\u093E\u0917 \u092E\u0947\u0902 \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u093F\u092F\u093E \u091C\u093E\u0924\u093E \u0939\u0948?",feedback:"\u092A\u094D\u0930\u0924\u093F\u0915\u094D\u0930\u093F\u092F\u093E",toggleTranslatePage:"\u0935\u0947\u092C \u092A\u0947\u091C \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0947\u0902/\u092E\u0942\u0932 \u092A\u093E\u0920 \u0926\u093F\u0916\u093E\u090F\u0902",translateToThePageEndImmediatelyDescription:"\u091A\u093E\u0932\u0942 \u0939\u094B\u0928\u0947 \u092A\u0930, \u0915\u093F\u0938\u0940 \u0935\u0947\u092C\u092A\u0947\u091C \u092E\u0947\u0902 \u092A\u094D\u0930\u0935\u0947\u0936 \u0915\u0930\u0928\u0947 \u092A\u0930 \u0938\u093E\u092E\u0917\u094D\u0930\u0940 \u0924\u0941\u0930\u0902\u0924 \u090A\u092A\u0930 \u0938\u0947 \u0928\u0940\u091A\u0947 \u0924\u0915 \u0905\u0928\u0941\u0935\u093E\u0926\u093F\u0924 \u0939\u094B \u091C\u093E\u090F\u0917\u0940\u0964 \u092F\u0926\u093F \u092C\u0902\u0926 \u0939\u0948, \u0924\u094B \u0906\u092A \u090F\u0915 \u0939\u0940 \u0938\u092E\u092F \u092E\u0947\u0902 \u092A\u0922\u093C \u0914\u0930 \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930 \u0938\u0915\u0924\u0947 \u0939\u0948\u0902\u0964 (\u091A\u093E\u0932\u0942 \u0915\u0930\u0928\u0947 \u0915\u0940 \u0905\u0928\u0941\u0936\u0902\u0938\u093E \u0928\u0939\u0940\u0902 \u0915\u0940 \u0917\u0908)","translate all areas of the page":"\u0935\u0947\u092C \u092A\u0947\u091C \u0915\u0947 \u0938\u092D\u0940 \u0915\u094D\u0937\u0947\u0924\u094D\u0930\u094B\u0902 \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0928\u093E \u0939\u0948 \u092F\u093E \u0928\u0939\u0940\u0902",translationAreaDescription:"\u091A\u093E\u0932\u0942 \u0939\u094B\u0928\u0947 \u092A\u0930, \u0938\u0902\u092A\u0942\u0930\u094D\u0923 \u0935\u0947\u092C \u092A\u0947\u091C \u0915\u0947 \u0938\u092D\u0940 \u0915\u094D\u0937\u0947\u0924\u094D\u0930\u094B\u0902 \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u093F\u092F\u093E \u091C\u093E\u090F\u0917\u093E\u0964 \u092F\u0926\u093F \u092C\u0902\u0926 \u0915\u093F\u092F\u093E \u091C\u093E\u0924\u093E \u0939\u0948, \u0924\u094B \u0921\u093F\u092B\u093C\u0949\u0932\u094D\u091F \u0938\u094D\u092E\u093E\u0930\u094D\u091F \u092A\u0939\u091A\u093E\u0928 \u0915\u093E \u0909\u092A\u092F\u094B\u0917 \u0915\u093F\u092F\u093E \u091C\u093E\u0924\u093E \u0939\u0948 \u0914\u0930 \u0915\u0947\u0935\u0932 \u092E\u0941\u0916\u094D\u092F \u0915\u094D\u0937\u0947\u0924\u094D\u0930 \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u093F\u092F\u093E \u091C\u093E\u0924\u093E \u0939\u0948\u0964 (\u091A\u093E\u0932\u0942 \u0915\u0930\u0928\u0947 \u0915\u0940 \u0905\u0928\u0941\u0936\u0902\u0938\u093E \u0928\u0939\u0940\u0902 \u0915\u0940 \u0917\u0908)","the number of characters to be translated first":"\u0926\u0943\u0936\u094D\u092F \u0915\u094D\u0937\u0947\u0924\u094D\u0930 \u0924\u0915 \u0938\u094D\u0915\u094D\u0930\u0949\u0932 \u0915\u0930\u0928\u0947 \u0915\u0940 \u092A\u094D\u0930\u0924\u0940\u0915\u094D\u0937\u093E \u0915\u093F\u090F \u092C\u093F\u0928\u093E \u092A\u0943\u0937\u094D\u0920 \u0915\u0947 \u092A\u0939\u0932\u0947 \u0915\u0941\u091B \u0935\u0930\u094D\u0923\u094B\u0902 \u0915\u093E \u0938\u0940\u0927\u0947 \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0947\u0902","interface language":"\u0907\u0902\u091F\u0930\u092B\u093C\u0947\u0938 \u092D\u093E\u0937\u093E","display both the original text and the translation":"\u092E\u0942\u0932 \u092A\u093E\u0920 \u0914\u0930 \u0905\u0928\u0941\u0935\u093E\u0926 \u090F\u0915 \u0938\u093E\u0925 \u092A\u094D\u0930\u0926\u0930\u094D\u0936\u093F\u0924 \u0915\u0930\u0947\u0902","keyboard shortcuts":"\u0915\u0941\u0902\u091C\u0940\u092A\u091F\u0932 \u0905\u0932\u094D\u092A \u092E\u093E\u0930\u094D\u0917",modify:"\u0936\u0949\u0930\u094D\u091F\u0915\u091F \u0915\u0941\u0902\u091C\u093F\u092F\u093E\u0901 \u0938\u0902\u0936\u094B\u0927\u093F\u0924 \u0915\u0930\u0947\u0902",reset:"\u0930\u0940\u0938\u0947\u091F",close:"\u092C\u0902\u0926",homepage:"\u0939\u094B\u092E \u092A\u0947\u091C",more:"\u0905\u0927\u093F\u0915",moreOptions:"\u0905\u0927\u093F\u0915 \u0905\u0928\u0941\u0915\u0942\u0932\u0928 \u0935\u093F\u0915\u0932\u094D\u092A\u094B\u0902 \u0915\u093E \u0935\u093F\u0938\u094D\u0924\u093E\u0930 \u0915\u0930\u0947\u0902",translateTheWholePage:"\u092A\u0943\u0937\u094D\u0920 \u0915\u0947 \u0938\u092D\u0940 \u0915\u094D\u0937\u0947\u0924\u094D\u0930\u094B\u0902 \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0947\u0902 (\u092C\u0941\u0926\u094D\u0927\u093F\u092E\u093E\u0928 \u092A\u0939\u091A\u093E\u0928 \u0915\u0947 \u092E\u0941\u0916\u094D\u092F \u0915\u094D\u0937\u0947\u0924\u094D\u0930\u094B\u0902 \u0938\u0947 \u092D\u093F\u0928\u094D\u0928)",changeToTranslateTheWholePage:"\u0938\u092D\u0940 \u0915\u094D\u0937\u0947\u0924\u094D\u0930\u094B\u0902 \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u0938\u094D\u0935\u093F\u091A \u0915\u0930\u0947\u0902",changeToTranslateTheMainPage:"\u0905\u0928\u0941\u0935\u093E\u0926 \u092E\u0941\u0916\u094D\u092F \u0915\u094D\u0937\u0947\u0924\u094D\u0930 \u092A\u0930 \u0938\u094D\u0935\u093F\u091A \u0915\u0930\u0947\u0902",changeToOnlyTranslationMode:"\u0915\u0947\u0935\u0932 \u0905\u0928\u0941\u0935\u093E\u0926 \u0926\u093F\u0916\u093E\u0928\u0947 \u092A\u0930 \u0938\u094D\u0935\u093F\u091A \u0915\u0930\u0947\u0902",changeToDualTranslationMode:"\u0926\u094D\u0935\u093F\u092D\u093E\u0937\u0940 \u0905\u0928\u0941\u0935\u093E\u0926 \u092A\u0930 \u0938\u094D\u0935\u093F\u091A \u0915\u0930\u0947\u0902",translateToThePageEndImmediately:"\u0924\u0941\u0930\u0902\u0924 \u092A\u0943\u0937\u094D\u0920 \u0915\u0947 \u0928\u0940\u091A\u0947 \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0947\u0902",translateTheMainPage:"\u092C\u0941\u0926\u094D\u0927\u093F\u092E\u093E\u0928 \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0947 \u092E\u0941\u0916\u094D\u092F \u0915\u094D\u0937\u0947\u0924\u094D\u0930","The local rules are up to date":"\u0938\u094D\u0925\u093E\u0928\u0940\u092F \u0905\u0928\u0941\u0915\u0942\u0932\u0928 \u0928\u093F\u092F\u092E \u0905\u0926\u094D\u092F\u0924\u093F\u0924 \u0939\u0948\u0902:","Successfully synchronized with the latest official rules:":"\u0928\u0935\u0940\u0928\u0924\u092E \u0906\u0927\u093F\u0915\u093E\u0930\u093F\u0915 \u0905\u0928\u0941\u0915\u0942\u0932\u0928 \u0928\u093F\u092F\u092E\u094B\u0902 \u0915\u094B \u0938\u092B\u0932\u0924\u093E\u092A\u0942\u0930\u094D\u0935\u0915 \u0938\u093F\u0902\u0915\u094D\u0930\u0928\u093E\u0907\u091C\u093C \u0915\u093F\u092F\u093E \u0917\u092F\u093E:","Checking for updates":"\u0905\u092A\u0921\u0947\u091F \u0915\u0947 \u0932\u093F\u090F \u091C\u093E\u0902\u091A \u0915\u0930 \u0930\u0939\u093E \u0939\u0948","Rules are being synchronized":"\u0905\u0928\u0941\u0915\u0942\u0932\u0928 \u0928\u093F\u092F\u092E\u094B\u0902 \u0915\u094B \u0938\u093F\u0902\u0915\u094D\u0930\u0928\u093E\u0907\u091C\u093C \u0915\u0930\u0928\u093E",localVersionIsTooOld:"\u0938\u094D\u0925\u093E\u0928\u0940\u092F \u090F\u0915\u094D\u0938\u091F\u0947\u0902\u0936\u0928 \u0938\u0902\u0938\u094D\u0915\u0930\u0923 \u092C\u0939\u0941\u0924 \u092A\u0941\u0930\u093E\u0928\u093E \u0939\u0948\u0964 \u0915\u0943\u092A\u092F\u093E \u090F\u0915\u094D\u0938\u091F\u0947\u0902\u0936\u0928 {minVersion} \u092F\u093E \u0928\u090F \u0938\u0902\u0938\u094D\u0915\u0930\u0923 \u092E\u0947\u0902 \u0905\u092A\u0917\u094D\u0930\u0947\u0921 \u0915\u0930\u0947\u0902 \u0914\u0930 \u092B\u093F\u0930 \u0938\u0947 \u0938\u093F\u0902\u0915\u094D\u0930\u0928\u093E\u0907\u091C\u093C\u0947\u0936\u0928 \u0915\u093E \u092A\u094D\u0930\u092F\u093E\u0938 \u0915\u0930\u0947\u0902\u0964",badUserscriptBrowser:"\u0935\u0930\u094D\u0924\u092E\u093E\u0928 \u092C\u094D\u0930\u093E\u0909\u091C\u093C\u0930 \u0917\u094D\u0930\u0940\u0938 \u092E\u0902\u0915\u0940 \u090F\u0915\u094D\u0938\u091F\u0947\u0902\u0936\u0928 \u0907\u0902\u091F\u0930\u092B\u093C\u0947\u0938 \u0915\u094B \u0938\u0939\u0940 \u0922\u0902\u0917 \u0938\u0947 \u0915\u093E\u0930\u094D\u092F\u093E\u0928\u094D\u0935\u093F\u0924 \u0928\u0939\u0940\u0902 \u0915\u0930\u0924\u093E \u0939\u0948 (\u091C\u0948\u0938\u0947 \u0915\u093F \u0917\u094D\u0930\u0940\u0938 \u092E\u0902\u0915\u0940 \u0938\u094D\u0915\u094D\u0930\u093F\u092A\u094D\u091F \u0915\u0940 \u0938\u0902\u0938\u094D\u0915\u0930\u0923 \u0938\u0902\u0916\u094D\u092F\u093E \u0915\u0940 \u091C\u093E\u0928\u0915\u093E\u0930\u0940 \u092A\u094D\u0930\u093E\u092A\u094D\u0924 \u0915\u0930\u0928\u093E), \u0915\u0943\u092A\u092F\u093E \u0905\u0928\u094D\u092F <1> \u0938\u092E\u0930\u094D\u0925\u0928 \u0917\u094D\u0930\u0940\u0938 \u092E\u0902\u0915\u0940 \u090F\u0915\u094D\u0938\u091F\u0947\u0902\u0936\u0928 \u0915\u093E \u0909\u092A\u092F\u094B\u0917 \u0915\u0930\u0947\u0902 \u092B\u093C\u093E\u092F\u0930\u092B\u093C\u0949\u0915\u094D\u0938 \u091C\u0948\u0938\u0947 \u092C\u094D\u0930\u093E\u0909\u091C\u093C\u0930",foundNewVersion:"\u0928\u092F\u093E \u0938\u0902\u0938\u094D\u0915\u0930\u0923 \u092E\u093F\u0932\u093E",theLocalExtensionIsUpToUpdate:"\u0935\u0930\u094D\u0924\u092E\u093E\u0928 \u090F\u0915\u094D\u0938\u091F\u0947\u0902\u0936\u0928 \u0928\u0935\u0940\u0928\u0924\u092E \u0938\u0902\u0938\u094D\u0915\u0930\u0923 \u0939\u0948.",failToSyncRules:"\u0928\u0935\u0940\u0928\u0924\u092E \u0905\u0928\u0941\u0915\u0942\u0932\u0928 \u0928\u093F\u092F\u092E\u094B\u0902 \u0915\u094B \u0938\u093F\u0902\u0915\u094D\u0930\u0928\u093E\u0907\u091C\u093C \u0915\u0930\u0928\u0947 \u092E\u0947\u0902 \u0935\u093F\u092B\u0932",retry:"\u092A\u0941\u0928\u0903 \u092A\u094D\u0930\u092F\u093E\u0938 \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u092F\u0939\u093E\u0902 \u092A\u0930 \u0915\u094D\u0932\u093F\u0915 \u0915\u0930\u0947\u0902",failedReason:"\u0905\u0938\u092B\u0932\u0924\u093E \u0915\u093E \u0915\u093E\u0930\u0923",currentRuleVersion:"\u0935\u0930\u094D\u0924\u092E\u093E\u0928 \u0928\u093F\u092F\u092E \u0938\u0902\u0938\u094D\u0915\u0930\u0923",calculating:"\u0917\u093F\u0928\u093E \u091C\u093E \u0930\u0939\u093E \u0939\u0948",unknownError:"\u0905\u091C\u094D\u091E\u093E\u0924 \u0917\u0932\u0924\u0940",canNotFetchRemoteRule:"\u0926\u0942\u0930\u0938\u094D\u0925 \u0928\u093F\u092F\u092E \u092A\u094D\u0930\u093E\u092A\u094D\u0924 \u0915\u0930\u0928\u0947 \u092E\u0947\u0902 \u0905\u0938\u092E\u0930\u094D\u0925",enableAlphaSuccess:"\u0905\u0932\u094D\u092B\u093C\u093E \u092B\u093C\u0902\u0915\u094D\u0936\u0928 \u091A\u093E\u0932\u0942 \u0939\u0941\u0906",disableAlphaSuccess:"\u0905\u0932\u094D\u092B\u093C\u093E \u0938\u0941\u0935\u093F\u0927\u093E \u092C\u0902\u0926 \u0915\u0930 \u0926\u0940 \u0917\u0908",cacheSize:"\u0915\u0948\u0936 \u0906\u0915\u093E\u0930\uFF1A",cleaning:"\u0938\u092B\u093E\u0908",cleanCache:"\u0915\u0948\u0936 \u0915\u094B \u0938\u093E\u092B\u093C \u0915\u0930\u0947\u0902",options:"\u0938\u094D\u0925\u093E\u092A\u093F\u0924 \u0915\u0930\u0928\u093E",about:"\u0915\u0947 \u092C\u093E\u0930\u0947 \u092E\u0947\u0902",service:"\u0905\u0928\u0941\u0935\u093E\u0926\u0928 \u0938\u0947\u0935\u093E",needAction:"(\u0938\u0947\u091F\u093F\u0902\u0917\u094D\u0938 \u092E\u0947\u0902 \u091C\u093E\u0913)",goSettings:"\u0938\u0947\u091F\u093F\u0902\u0917\u094D\u0938 \u092E\u0947\u0902 \u091C\u093E\u0913",needActionForOptions:"(\u0938\u0947\u091F \u0915\u0930\u0928\u0947 \u0915\u0940 \u0906\u0935\u0936\u094D\u092F\u0915\u0924\u093E \u0939\u0948)",translationEngine:"\u0907\u0902\u091C\u0928 \u0935\u093F\u0915\u0932\u094D\u092A",sourceLanguage:"\u0935\u093E\u0938\u094D\u0924\u0935\u093F\u0915 \u092D\u093E\u0937\u093E",target:"\u0932\u0915\u094D\u0937\u094D\u092F \u092D\u093E\u0937\u093E",popupSourceLanguage:"\u0935\u093E\u0938\u094D\u0924\u0935\u093F\u0915 \u092D\u093E\u0937\u093E",popupTarget:"\u0932\u0915\u094D\u0937\u094D\u092F \u092D\u093E\u0937\u093E",popupService:"\u0905\u0928\u0941\u0935\u093E\u0926\u0928 \u0938\u0947\u0935\u093E",forThisSite:"\u0935\u0930\u094D\u0924\u092E\u093E\u0928 \u0935\u0947\u092C\u0938\u093E\u0907\u091F",autoEnableSubtitle:"\u0926\u094D\u0935\u093F\u092D\u093E\u0937\u0940 \u0909\u092A\u0936\u0940\u0930\u094D\u0937\u0915 \u0938\u094D\u0935\u091A\u093E\u0932\u093F\u0924 \u0930\u0942\u092A \u0938\u0947 \u091A\u093E\u0932\u0942 \u0915\u0930\u0947\u0902",alwaysTranslate:"\u0939\u092E\u0947\u0936\u093E \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0947\u0902",neverTranslate:"\u0915\u092D\u0940 \u092D\u0940 \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0928 \u0915\u0930\u0947\u0902",alwaysTranslateSomeLanguage:"\u0939\u092E\u0947\u0936\u093E {language}\u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0947\u0902",neverTranslateSomeLanguage:"\u0915\u092D\u0940 \u092D\u0940 {language}\u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0928 \u0915\u0930\u0947\u0902",alwaysTranslateSomeSite:"\u0939\u092E\u0947\u0936\u093E {hostname}\u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0947\u0902",neverTranslateSomeSite:"\u0915\u092D\u0940 \u092D\u0940 {hostname}\u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0928 \u0915\u0930\u0947\u0902",alwaysTranslateSomeSiteOrWildSite:"\u0939\u092E\u0947\u0936\u093E \u0907\u0938 \u0938\u093E\u0907\u091F \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0947\u0902",alwaysTranslateSomePage:"\u0939\u092E\u0947\u0936\u093E \u0907\u0938 \u092A\u0943\u0937\u094D\u0920 \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0947\u0902",add:"\u0907\u0938\u092E\u0947\u0902 \u091C\u094B\u0921\u093C\u0947\u0902",default:"\u0917\u0932\u0924\u0940 \u0915\u0930\u0928\u093E",forThisLanguage:"\u0907\u0938 \u092D\u093E\u0937\u093E \u0915\u0947 \u0932\u093F\u090F\uFF1A","add url":"\u092F\u0942 \u0906\u0930 \u090F\u0932 \u0926\u0930\u094D\u091C \u0915\u0930\u094B",edit:"\u0938\u0902\u092A\u093E\u0926\u0928 \u0915\u0930\u0928\u093E","translate other languages into specific language":"\u0906\u092A\u0915\u0947 \u0926\u094D\u0935\u093E\u0930\u093E \u0928\u093F\u0930\u094D\u0927\u093E\u0930\u093F\u0924 \u092D\u093E\u0937\u093E \u092E\u0947\u0902 \u0905\u0928\u094D\u092F \u092D\u093E\u0937\u093E\u0913\u0902 \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0947\u0902","select translation service":"\u090F\u0915 \u0905\u0928\u0941\u0935\u093E\u0926 \u0938\u0947\u0935\u093E \u091A\u0941\u0928\u0947\u0902",language:"\u092D\u093E\u0937\u093E","show-original":"\u092E\u0942\u0932 \u092A\u093E\u0920 \u0926\u093F\u0916\u093E\u090F\u0901",translate:"\u0905\u0928\u0941\u0935\u093E\u0926",Translated:"\u0905\u0928\u0941\u0935\u093E\u0926",Translating:"\u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0928\u093E",Error:"\u0917\u0932\u0924\u0940",allowCacheTranslations:"\u0938\u094D\u0925\u093E\u0928\u0940\u092F \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0948\u0936\u093F\u0902\u0917 \u0938\u0915\u094D\u0937\u092E \u0915\u0930\u0947\u0902 (\u0921\u0941\u092A\u094D\u0932\u093F\u0915\u0947\u091F \u092A\u0948\u0930\u093E\u0917\u094D\u0930\u093E\u092B \u0915\u0947 \u0932\u093F\u090F \u0905\u0928\u0941\u0935\u093E\u0926 \u0905\u0928\u0941\u0930\u094B\u0927\u094B\u0902 \u0915\u094B \u0915\u092E \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F)","translation display":"\u0905\u0928\u0941\u0935\u093E\u0926 \u092A\u094D\u0930\u0926\u0930\u094D\u0936\u0928 \u0936\u0948\u0932\u0940","select diplay style":"\u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0940 \u0936\u0948\u0932\u0940 \u0915\u094B \u0905\u0932\u0917 \u0915\u0930\u0947\u0902\u0964 \u0935\u093F\u0935\u0930\u0923 \u0915\u0947 \u0932\u093F\u090F \u0915\u0943\u092A\u092F\u093E \u0928\u093F\u092E\u094D\u0928\u0932\u093F\u0916\u093F\u0924 \u0909\u0926\u093E\u0939\u0930\u0923 \u0926\u0947\u0916\u0947\u0902:",interface:"\u0907\u0902\u091F\u0930\u092B\u093C\u0947\u0938 \u0938\u0947\u091F\u093F\u0902\u0917\u094D\u0938",import_export:"\u0906\u092F\u093E\u0924 \u0914\u0930 \u0928\u093F\u0930\u094D\u092F\u093E\u0924",import_export_title:"\u0906\u092F\u093E\u0924/\u0928\u093F\u0930\u094D\u092F\u093E\u0924 \u0915\u0949\u0928\u094D\u092B\u093C\u093F\u0917\u0930\u0947\u0936\u0928",syncToGoogleDrive:"\u0905\u092D\u0940 Google Drive \u0915\u0947 \u0938\u093E\u0925 \u0938\u093F\u0902\u0915 \u0915\u0930\u0947\u0902",floatBallOptions:"\u0928\u093F\u0932\u0902\u092C\u093F\u0924 \u0917\u0947\u0902\u0926 \u0938\u0947\u091F\u093F\u0902\u0917\u094D\u0938","floatBallOptions.enable":"\u092B\u094D\u0932\u094B\u091F\u093F\u0902\u0917 \u092C\u0949\u0932 \u0938\u0915\u094D\u0937\u092E \u0915\u0930\u0947\u0902","floatBallOptions.blockUrls":"\u0935\u0947\u092C\u0938\u093E\u0907\u091F \u0905\u0915\u094D\u0937\u092E \u0915\u0930\u0947\u0902","floatBallOptions.add":"\u0907\u0938\u092E\u0947\u0902 \u091C\u094B\u0921\u093C\u0947\u0902","floatBallOptions.blockUrlDesc":"\u0928\u093F\u092E\u094D\u0928\u0932\u093F\u0916\u093F\u0924 \u0935\u0947\u092C\u0938\u093E\u0907\u091F\u094B\u0902 \u0915\u093E \u0938\u093E\u092E\u0928\u093E \u0915\u0930\u0928\u0947 \u092A\u0930 \u092B\u094D\u0932\u094B\u091F\u093F\u0902\u0917 \u092C\u0949\u0932 \u092A\u094D\u0930\u0926\u0930\u094D\u0936\u093F\u0924 \u0928\u0939\u0940\u0902 \u0939\u094B\u0917\u0940","floatBallOptions.clickType":"\u0935\u094D\u092F\u0935\u0939\u093E\u0930 \u092A\u0930 \u0915\u094D\u0932\u093F\u0915 \u0915\u0930\u0947\u0902","floatBallOptions.clickTypeDesc":"\u0915\u094D\u0932\u093F\u0915 \u0915\u0930\u0928\u0947 \u092A\u0930 \u092B\u094D\u0932\u094B\u091F\u093F\u0902\u0917 \u092C\u0949\u0932 \u0906\u0907\u0915\u0928 \u0915\u093E \u0935\u094D\u092F\u0935\u0939\u093E\u0930","floatBallOptions.clickPopup":"\u0905\u0928\u0941\u0935\u093E\u0926 \u092A\u0948\u0928\u0932 \u0926\u093F\u0916\u093E\u090F\u0901","floatBallOptions.clickTranslate":"\u092E\u0942\u0932 \u092A\u093E\u0920 \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0947\u0902/\u0926\u093F\u0916\u093E\u090F\u0901","floatBallOptions.fixedPosition":"\u56FA\u5B9A\u4F4D\u7F6E","floatBallOptions.fixedPositionDesc":"\u60AC\u6D6E\u7403\u5728\u7A97\u53E3\u5DE6\u4FA7\u8FD8\u662F\u53F3\u4FA7","floatBallOptions.fixedPositionLeft":"\u5DE6\u4FA7","floatBallOptions.fixedPositionRight":"\u53F3\u4FA7",previewAllThemes:"\u0938\u092D\u0940 \u0936\u0948\u0932\u093F\u092F\u094B\u0902 \u0915\u093E \u092A\u0942\u0930\u094D\u0935\u093E\u0935\u0932\u094B\u0915\u0928 \u0915\u0930\u0947\u0902","translationTheme.none":"\u0915\u094B\u0908 \u0928\u0939\u0940\u0902","translationTheme.grey":"\u0917\u0939\u0930\u093E \u092D\u0942\u0930\u093E","translationTheme.dashed":"\u0927\u0930\u093E\u0936\u093E\u092F\u0940 \u0930\u0947\u0916\u093E\u0902\u0915\u093F\u0924","translationTheme.dotted":"\u092C\u093F\u0902\u0926\u0940\u0926\u093E\u0930 \u0930\u0947\u0916\u093E\u0902\u0915\u0928","translationTheme.dashedBorder":"\u0927\u0930\u093E\u0936\u093E\u092F\u0940 \u0938\u0940\u092E\u093E","translationTheme.solidBorder":"\u0920\u094B\u0938 \u0938\u0940\u092E\u093E","translationTheme.underline":"\u0938\u0940\u0927\u0947 \u0930\u0947\u0916\u093E\u0902\u0915\u093F\u0924 \u0915\u0930\u0947\u0902","translationTheme.mask":"\u0927\u0941\u0902\u0927\u0932\u093E \u092A\u094D\u0930\u092D\u093E\u0935 (\u0938\u0940\u0916\u0928\u0947 \u0915\u093E \u0924\u0930\u0940\u0915\u093E)","translationTheme.opacity":"\u092A\u093E\u0930\u0926\u0930\u094D\u0936\u093F\u0924\u093E \u092A\u094D\u0930\u092D\u093E\u0935","translationTheme.paper":"\u0936\u094D\u0935\u0947\u0924 \u092A\u0924\u094D\u0930 \u091B\u093E\u092F\u093E \u092A\u094D\u0930\u092D\u093E\u0935","translationTheme.dividingLine":"\u0935\u093F\u092D\u093E\u091C\u0928 \u0930\u0947\u0916\u093E","translationTheme.highlight":"\u092A\u094D\u0930\u092E\u0941\u0916\u0924\u093E \u0938\u0947 \u0926\u093F\u0916\u093E\u0928\u093E","translationTheme.marker":"\u0928\u093F\u0936\u093E\u0928","translationTheme.marker2":"\u092E\u093E\u0930\u094D\u0915\u0930 2","translationTheme.blockquote":"\u0938\u0902\u0926\u0930\u094D\u092D \u0936\u0948\u0932\u0940","translationTheme.weakening":"\u0915\u092E\u091C\u094B\u0930","translationTheme.italic":"\u0924\u093F\u0930\u094D\u091B\u093E","translationTheme.bold":"\u092C\u094B\u0932\u094D\u0921","translationTheme.thinDashed":"\u092A\u0924\u0932\u0940 \u0927\u0930\u093E\u0936\u093E\u092F\u0940 \u0930\u0947\u0916\u093E\u0902\u0915\u0928","translationTheme.nativeDashed":"\u0938\u093F\u0938\u094D\u091F\u092E \u092C\u093F\u0902\u0926\u0940\u0926\u093E\u0930 \u0905\u0902\u0921\u0930\u0932\u093E\u0907\u0928 \u0915\u0947 \u0938\u093E\u0925 \u0906\u0924\u093E \u0939\u0948","translationTheme.nativeDotted":"\u0938\u093F\u0938\u094D\u091F\u092E \u092C\u093F\u0902\u0926\u0940\u0926\u093E\u0930 \u0905\u0902\u0921\u0930\u0932\u093E\u0907\u0928 \u0915\u0947 \u0938\u093E\u0925 \u0906\u0924\u093E \u0939\u0948","translationTheme.nativeUnderline":"\u0938\u093F\u0938\u094D\u091F\u092E \u0938\u0940\u0927\u0947 \u0905\u0902\u0921\u0930\u0932\u093E\u0907\u0928 \u0915\u0947 \u0938\u093E\u0925 \u0906\u0924\u093E \u0939\u0948","translationTheme.wavy":"\u0932\u0939\u0930\u0926\u093E\u0930 \u0930\u0947\u0916\u093E\u090F\u0901","translationServices.custom":"\u0915\u0938\u094D\u091F\u092E \u090F\u092A\u0940\u0906\u0908","translationServices.tencent":"\u091F\u0947\u0928\u0938\u0947\u0902\u091F \u0905\u0928\u0941\u0935\u093E\u0926\u0915","translationServices.tenAlpha":"Tencent \u0905\u0928\u0941\u0935\u093E\u0926\u0915 (\u0905\u0932\u094D\u092B\u093E)","translationServices.google":"\u0917\u0942\u0917\u0932 \u0905\u0928\u0941\u0935\u093E\u0926","translationServices.bai":"Baidu(\u0905\u0932\u094D\u092B\u093E)","translationServices.baidu":"Baidu \u0905\u0928\u0941\u0935\u093E\u0926\u0915","translationServices.aliyun":"\u0905\u0932\u0940\u092C\u093E\u092C\u093E \u0915\u094D\u0932\u093E\u0909\u0921 \u0905\u0928\u0941\u0935\u093E\u0926","translationServices.volc":"\u091C\u094D\u0935\u093E\u0932\u093E\u092E\u0941\u0916\u0940 \u0905\u0928\u0941\u0935\u093E\u0926","translationServices.deeplx":"\u0921\u0940\u092A\u090F\u0932\u090F\u0915\u094D\u0938(\u092C\u0940\u091F\u093E)","translationServices.bing":"\u092E\u093E\u0907\u0915\u094D\u0930\u094B\u0938\u0949\u092B\u094D\u091F \u0905\u0928\u0941\u0935\u093E\u0926\u0915","translationServices.deepl":"\u0921\u0940\u092A\u090F\u0932","translationServices.wechat":"\u0935\u0940\u091A\u0948\u091F \u0905\u0928\u0941\u0935\u093E\u0926","translationServices.azure":"\u0928\u0940\u0932\u093E \u0905\u0928\u0941\u0935\u093E\u0926","translationServices.ibm":"\u0906\u0908\u092C\u0940\u090F\u092E \u0935\u0949\u091F\u0938\u0928","translationServices.aws":"\u0905\u092E\u0947\u091C\u093C\u0928 \u0905\u0928\u0941\u0935\u093E\u0926","translationServices.mock":"\u0905\u0928\u0941\u0930\u0942\u092A\u093F\u0924 \u0905\u0928\u0941\u0935\u093E\u0926","translationServices.mock2":"\u0938\u093F\u092E\u094D\u092F\u0941\u0932\u0947\u091F\u0947\u0921 \u0905\u0928\u0941\u0935\u093E\u0926 2","translationServices.caiyun":"\u0915\u0948\u092F\u0941\u0928 \u0936\u093F\u092F\u093E\u0913\u092F\u0940","translationServices.cai":"\u0915\u0948\u092F\u0941\u0928 \u0936\u093F\u092F\u093E\u0913\u092F\u0940 (\u0905\u0932\u094D\u092B\u093E)","translationServices.volcAlpha":"\u091C\u094D\u0935\u093E\u0932\u093E\u092E\u0941\u0916\u0940 (\u0905\u0932\u094D\u092B\u093E)","translationServices.openl":"\u0913\u092A\u0928\u090F\u0932","translationServices.youdao":"Youdao \u0905\u0928\u0941\u0935\u093E\u0926","translationServices.you":"Youdao \u0905\u0928\u0941\u0935\u093E\u0926 (\u0905\u0932\u094D\u092B\u093E)","translationServices.transmart":"Tencent \u0907\u0902\u091F\u0930\u0948\u0915\u094D\u091F\u093F\u0935 \u0905\u0928\u0941\u0935\u093E\u0926","translationServices.niu":"\u092E\u093E\u0935\u0947\u0930\u093F\u0915\u094D\u0938 \u0905\u0928\u0941\u0935\u093E\u0926","translationServices.papago":"\u092A\u093E\u092A\u093E\u0917\u094B \u0905\u0928\u0941\u0935\u093E\u0926","translationServices.d":"\u0921\u0940(\u0905\u0932\u094D\u092B\u093E)","translationServices.dpro":"\u0921\u0940 \u092A\u094D\u0930\u094B (\u0915\u0948\u0928\u0930\u0940)","translationServices.openai":"\u0913\u092A\u0928\u090F\u0906\u0908","translationServices.chatgpt":"\u091A\u0948\u091F\u091C\u0940\u092A\u0940\u091F\u0940 \u0935\u0947\u092C(3.5 \u092E\u094B\u092C\u093E\u0907\u0932)","translate title":"\u092A\u0943\u0937\u094D\u0920 \u0936\u0940\u0930\u094D\u0937\u0915 \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0947\u0902","always languages":"\u0939\u092E\u0947\u0936\u093E \u0905\u0928\u0941\u0935\u093E\u0926\u093F\u0924 \u092D\u093E\u0937\u093E",neverTranslateLanguagesLabel:"\u0910\u0938\u0940 \u092D\u093E\u0937\u093E\u090F\u0901 \u091C\u093F\u0928\u0915\u093E \u0915\u092D\u0940 \u0905\u0928\u0941\u0935\u093E\u0926 \u0928\u0939\u0940\u0902 \u0939\u094B\u0924\u093E",neverTranslateTheFollowingLanguagesDescription:"\u091C\u092C \u092A\u0943\u0937\u094D\u0920 \u092E\u0947\u0902 \u0915\u094B\u0908 \u092A\u0948\u0930\u093E\u0917\u094D\u0930\u093E\u092B \u0928\u093F\u092E\u094D\u0928\u0932\u093F\u0916\u093F\u0924 \u092D\u093E\u0937\u093E\u0913\u0902 \u092E\u0947\u0902 \u0939\u094B\u0917\u093E \u0924\u094B \u0905\u0928\u0941\u0935\u093E\u0926 \u091B\u094B\u0921\u093C \u0926\u093F\u092F\u093E \u091C\u093E\u090F\u0917\u093E",enableUserscriptPagePopup:"\u092A\u0943\u0937\u094D\u0920 \u092A\u0930 \u0924\u0948\u0930\u0924\u0940 \u0939\u0941\u0908 \u0917\u0947\u0902\u0926 \u0926\u093F\u0916\u093E\u090F\u0901",enableUserscriptPagePopupDescription:"\u092B\u094D\u0932\u094B\u091F\u093F\u0902\u0917 \u092C\u0949\u0932 \u0915\u094B \u092C\u0902\u0926 \u0915\u0930\u0928\u0947 \u0915\u0947 \u092C\u093E\u0926 \u0906\u092A \u0909\u0938\u0947 \u091C\u0917\u093E\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u0936\u0949\u0930\u094D\u091F\u0915\u091F \u0915\u0941\u0902\u091C\u0940/{touch}\u0915\u093E \u0909\u092A\u092F\u094B\u0917 \u0915\u0930 \u0938\u0915\u0924\u0947 \u0939\u0948\u0902\u0964 \u0907\u0938 \u0935\u093F\u0915\u0932\u094D\u092A \u0915\u094B \u0917\u0932\u0924\u0940 \u0938\u0947 \u092C\u0902\u0926 \u0915\u0930\u0928\u0947 \u0915\u0947 \u092C\u093E\u0926 \u092B\u094D\u0932\u094B\u091F\u093F\u0902\u0917 \u092C\u0949\u0932 \u0915\u094B \u092E\u093F\u0932\u0928\u0947 \u0938\u0947 \u0930\u094B\u0915\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F, \u0907\u0938 \u0938\u0947\u091F\u093F\u0902\u0917 \u092A\u0947\u091C \u0915\u094B \u092C\u0941\u0915\u092E\u093E\u0930\u094D\u0915 \u0915\u0930\u0928\u0947 \u0915\u0940 \u092A\u0941\u0930\u091C\u094B\u0930 \u0905\u0928\u0941\u0936\u0902\u0938\u093E \u0915\u0940 \u091C\u093E\u0924\u0940 \u0939\u0948\u0964","always translate the following languages":"\u091C\u092C \u092A\u0943\u0937\u094D\u0920 \u0915\u0940 \u092D\u093E\u0937\u093E \u0928\u093F\u092E\u094D\u0928\u0932\u093F\u0916\u093F\u0924 \u092D\u093E\u0937\u093E\u0913\u0902 \u092E\u0947\u0902 \u0939\u094B\u0917\u0940, \u0924\u094B \u0907\u0938\u0947 \u0938\u094D\u0935\u091A\u093E\u0932\u093F\u0924 \u0930\u0942\u092A \u0938\u0947 \u0932\u0915\u094D\u0937\u094D\u092F \u092D\u093E\u0937\u093E \u092E\u0947\u0902 \u0905\u0928\u0941\u0935\u093E\u0926\u093F\u0924 \u0915\u093F\u092F\u093E \u091C\u093E\u090F\u0917\u093E","always sites":"\u0939\u092E\u0947\u0936\u093E \u0905\u0928\u0941\u0935\u093E\u0926\u093F\u0924 \u092F\u0942\u0906\u0930\u090F\u0932","always translate the following sites":"\u091C\u092C \u0935\u0947\u092C\u0938\u093E\u0907\u091F \u0928\u093F\u092E\u094D\u0928\u0932\u093F\u0916\u093F\u0924 \u0921\u094B\u092E\u0947\u0928 \u0928\u093E\u092E \u0915\u0940 \u0939\u094B\u0917\u0940, \u0924\u094B \u0907\u0938\u0947 \u0938\u094D\u0935\u091A\u093E\u0932\u093F\u0924 \u0930\u0942\u092A \u0938\u0947 \u0932\u0915\u094D\u0937\u094D\u092F \u092D\u093E\u0937\u093E \u092E\u0947\u0902 \u0905\u0928\u0941\u0935\u093E\u0926\u093F\u0924 \u0915\u093F\u092F\u093E \u091C\u093E\u090F\u0917\u093E","never sites":"\u0910\u0938\u0947 \u092F\u0942\u0906\u0930\u090F\u0932 \u091C\u093F\u0928\u0915\u093E \u0915\u092D\u0940 \u0905\u0928\u0941\u0935\u093E\u0926 \u0928\u0939\u0940\u0902 \u0915\u093F\u092F\u093E \u091C\u093E\u090F\u0917\u093E","never translate the following sites":"\u091C\u092C \u0935\u0947\u092C\u0938\u093E\u0907\u091F \u0928\u093F\u092E\u094D\u0928\u0932\u093F\u0916\u093F\u0924 \u0921\u094B\u092E\u0947\u0928 \u0928\u093E\u092E \u0915\u0940 \u0939\u094B \u0924\u094B \u0905\u0928\u0941\u0935\u093E\u0926 \u0928\u0939\u0940\u0902 \u0915\u093F\u092F\u093E \u091C\u093E\u090F\u0917\u093E","please refer to":"\u0909\u092A\u092F\u094B\u0917 \u0915\u0930\u0928\u0947 \u0938\u0947 \u092A\u0939\u0932\u0947 \u0906\u092A\u0915\u094B \u0915\u0941\u0902\u091C\u0940 \u092D\u0930\u0928\u0940 \u0939\u094B\u0917\u0940\u0964 \u0935\u093F\u0935\u0930\u0923 \u0915\u0947 \u0932\u093F\u090F, \u0915\u0943\u092A\u092F\u093E \u0926\u0947\u0916\u0947\u0902",KeyAndConfigurationTutorial:'"\u092E\u0941\u0916\u094D\u092F \u0905\u0928\u0941\u092A\u094D\u0930\u092F\u094B\u0917 \u0914\u0930 \u0915\u0949\u0928\u094D\u092B\u093C\u093F\u0917\u0930\u0947\u0936\u0928 \u091F\u094D\u092F\u0942\u091F\u094B\u0930\u093F\u092F\u0932"',useAboveStyleForTheseSites:"\u091C\u092C \u0935\u0947\u092C\u0938\u093E\u0907\u091F \u0928\u093F\u092E\u094D\u0928 \u0921\u094B\u092E\u0947\u0928 \u0928\u093E\u092E \u0939\u094B, \u0924\u094B \u0939\u092E\u0947\u0936\u093E \u2308{theme}\u230B \u0905\u0928\u0941\u0935\u093E\u0926 \u0936\u0948\u0932\u0940 \u0915\u093E \u0909\u092A\u092F\u094B\u0917 \u0915\u0930\u0947\u0902",currentUrl:"\u0935\u0930\u094D\u0924\u092E\u093E\u0928 \u092F\u0942\u0906\u0930\u090F\u0932",confirm:"\u092C\u091A\u093E\u0928\u093E",cancel:"\u0930\u0926\u094D\u0926 \u0915\u0930\u0928\u093E",delete:"\u092E\u093F\u091F\u093E\u0928\u093E","languages.auto":"\u0938\u094D\u0935\u091A\u093E\u0932\u093F\u0924 \u092A\u0939\u091A\u093E\u0928",syncToCloud:"Google Drive \u0938\u0947 \u0938\u093F\u0902\u0915 \u0915\u0930\u0947\u0902",syncToCloudDescription:"\u0915\u094D\u0932\u093E\u0909\u0921 \u092A\u0930 \u0905\u092A\u0932\u094B\u0921 \u0915\u0930\u0947\u0902, \u0914\u0930 \u0905\u0902\u0924\u093F\u092E \u0938\u0902\u0936\u094B\u0927\u0928 \u0938\u092E\u092F \u0915\u0947 \u0905\u0927\u0940\u0928, \u0915\u0949\u0928\u094D\u092B\u093C\u093F\u0917\u0930\u0947\u0936\u0928 \u0915\u094B \u0935\u093F\u092D\u093F\u0928\u094D\u0928 \u092C\u094D\u0930\u093E\u0909\u091C\u093C\u0930\u094B\u0902/\u0911\u092F\u0932 \u092E\u0902\u0915\u0940 \u0938\u094D\u0915\u094D\u0930\u093F\u092A\u094D\u091F \u0915\u0947 \u092C\u0940\u091A \u0938\u093F\u0902\u0915\u094D\u0930\u0928\u093E\u0907\u091C\u093C \u0915\u093F\u092F\u093E \u091C\u093E \u0938\u0915\u0924\u093E \u0939\u0948\u0964",syncToAccount:"\u0907\u092E\u0930\u094D\u0938\u093F\u0935 \u091F\u094D\u0930\u093E\u0902\u0938\u0932\u0947\u0936\u0928 \u0915\u094D\u0932\u093E\u0909\u0921 \u0938\u0947 \u0938\u093F\u0902\u0915 \u0915\u0930\u0947\u0902",syncToAccountButton:"\u0924\u0941\u0930\u0902\u0924 \u0915\u094D\u0932\u093E\u0909\u0921 \u0915\u0947 \u0938\u093E\u0925 \u0938\u093F\u0902\u0915 \u0915\u0930\u0947\u0902",syncToAccountDescription:"\u0905\u0902\u0924\u093F\u092E \u0938\u0902\u0936\u094B\u0927\u0928 \u0938\u092E\u092F \u0915\u0947 \u0906\u0927\u093E\u0930 \u092A\u0930, \u0935\u093F\u092D\u093F\u0928\u094D\u0928 \u0909\u092A\u0915\u0930\u0923\u094B\u0902 \u0915\u0947 \u092C\u0940\u091A \u0915\u0949\u0928\u094D\u092B\u093C\u093F\u0917\u0930\u0947\u0936\u0928 \u0915\u094B \u0938\u094D\u0935\u091A\u093E\u0932\u093F\u0924 \u0930\u0942\u092A \u0938\u0947 \u0938\u093F\u0902\u0915\u094D\u0930\u0928\u093E\u0907\u091C\u093C \u0915\u0930\u0947\u0902\u0964",successSyncConfigInAccount:"\u0915\u094D\u0932\u093E\u0909\u0921 \u0915\u0947 \u0938\u093E\u0925 \u0938\u092B\u0932\u0924\u093E\u092A\u0942\u0930\u094D\u0935\u0915 \u0938\u092E\u0928\u094D\u0935\u092F\u093F\u0924 \u0930\u0939\u0947\u0902",successSyncConfigToAccount:"\u0915\u094D\u0932\u093E\u0909\u0921 \u0915\u0947 \u0938\u093E\u0925 \u0938\u092B\u0932\u0924\u093E\u092A\u0942\u0930\u094D\u0935\u0915 \u0938\u092E\u0928\u094D\u0935\u092F\u093F\u0924 \u0915\u093F\u092F\u093E \u0917\u092F\u093E",syncConfigNoUpdate:"\u092A\u0939\u0932\u0947 \u0938\u0947 \u0939\u0940 \u0928\u0935\u0940\u0928\u0924\u092E",authFail:"\u092A\u094D\u0930\u092E\u093E\u0923\u0940\u0915\u0930\u0923 \u0935\u093F\u092B\u0932",syncTitle:"\u092E\u0948\u0928\u094D\u092F\u0941\u0905\u0932 \u092C\u0948\u0915\u0905\u092A \u092A\u094D\u0930\u092C\u0902\u0927\u0928",import_hint:"\u0906\u092F\u093E\u0924",upload:"\u0921\u093E\u0932\u0928\u093E",revokeAuth:"\u092A\u094D\u0930\u093E\u0927\u093F\u0915\u0930\u0923 \u0930\u0926\u094D\u0926 \u0915\u0930\u0947\u0902",uploadFail:"\u0905\u092A\u0932\u094B\u0921 \u0935\u093F\u092B\u0932",download:"\u0921\u093E\u0909\u0928\u0932\u094B\u0921 \u0915\u0930\u0928\u093E",importSuccess:"\u0906\u092F\u093E\u0924 \u0938\u092B\u0932",importFail:"\u0906\u092F\u093E\u0924 \u0935\u093F\u092B\u0932",deleteFail:"\u0939\u091F\u093E\u0928\u0947 \u092E\u0947\u0902 \u0935\u093F\u092B\u0932",backupToCloud:"\u092C\u0948\u0915\u0905\u092A \u092B\u093C\u093E\u0907\u0932\u094B\u0902 \u0915\u094B \u092E\u0948\u0928\u094D\u092F\u0941\u0905\u0932 \u0930\u0942\u092A \u0938\u0947 \u092A\u094D\u0930\u092C\u0902\u0927\u093F\u0924 \u0915\u0930\u0947\u0902",create_new_backup:"\u092C\u0948\u0915\u0905\u092A \u0928\u094B\u0921 \u091C\u094B\u0921\u093C\u0947\u0902",maxBackupFiles:"\u0905\u0927\u093F\u0915\u0924\u092E{count}\u0935\u093F\u092D\u093F\u0928\u094D\u0928 \u0928\u094B\u0921\u094D\u0938 \u0915\u093E \u092C\u0948\u0915\u0905\u092A \u0932\u093F\u092F\u093E \u091C\u093E \u0938\u0915\u0924\u093E \u0939\u0948, \u0915\u0943\u092A\u092F\u093E \u0905\u0928\u093E\u0935\u0936\u094D\u092F\u0915 \u0928\u094B\u0921\u094D\u0938 \u0939\u091F\u093E \u0926\u0947\u0902",backupToCloudDescription:"\u092C\u0948\u0915\u0905\u092A \u092B\u093C\u093E\u0907\u0932\u094B\u0902 \u0915\u094B \u092E\u0948\u0928\u094D\u092F\u0941\u0905\u0932 \u0930\u0942\u092A \u0938\u0947 \u0905\u092A\u0932\u094B\u0921 \u092F\u093E \u092A\u0941\u0928\u0930\u094D\u0938\u094D\u0925\u093E\u092A\u093F\u0924 \u0915\u0930\u0947\u0902, \u091C\u093F\u0938\u0938\u0947 3 \u0905\u0932\u0917-\u0905\u0932\u0917 \u092C\u0948\u0915\u0905\u092A \u0915\u0940 \u0905\u0928\u0941\u092E\u0924\u093F \u092E\u093F\u0932\u0924\u0940 \u0939\u0948",successSyncConfig:"\u0915\u094D\u0932\u093E\u0909\u0921 \u0915\u0947 \u0938\u093E\u0925 \u0938\u092B\u0932\u0924\u093E\u092A\u0942\u0930\u094D\u0935\u0915 \u0938\u092E\u0928\u094D\u0935\u092F\u093F\u0924 \u0930\u0939\u0947\u0902",syncFail:"\u0938\u092E\u0928\u094D\u0935\u092F\u0928 \u0935\u093F\u092B\u0932",updatedAt:"{date}\u092A\u0930 \u0905\u0926\u094D\u092F\u0924\u0928 \u0915\u093F\u092F\u093E \u0917\u092F\u093E",lastSyncedAt:"\u0905\u0902\u0924\u093F\u092E \u092C\u093E\u0930 {date}\u092A\u0930 \u091C\u093E\u0901\u091A \u0915\u0940 \u0917\u0908",downloadFail:"\u0921\u093E\u0909\u0928\u0932\u094B\u0921 \u0935\u093F\u092B\u0932",clickToDownload:"\u0921\u093E\u0909\u0928\u0932\u094B\u0921 \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u0915\u094D\u0932\u093F\u0915 \u0915\u0930\u0947\u0902",aboutLabel:"\u0915\u0947 \u092C\u093E\u0930\u0947 \u092E\u0947\u0902 - \u092A\u094D\u0930\u0924\u093F\u0915\u094D\u0930\u093F\u092F\u093E","browser.openAboutPage":"\u0915\u0947 \u092C\u093E\u0930\u0947 \u092E\u0947\u0902/\u092A\u094D\u0930\u0924\u093F\u0915\u094D\u0930\u093F\u092F\u093E",aboutLabelWithoutSponsor:"\u0915\u0947 \u092C\u093E\u0930\u0947 \u092E\u0947\u0902 - \u092A\u094D\u0930\u0924\u093F\u0915\u094D\u0930\u093F\u092F\u093E",aboutIntro:"\u092E\u0941\u091D\u0947 \u0906\u0936\u093E \u0939\u0948 \u0915\u093F \u0939\u092E \u0938\u092D\u0940 \u0907\u0902\u091F\u0930\u0928\u0947\u091F \u092A\u0930 \u0935\u093F\u0936\u093E\u0932 \u0935\u093F\u0926\u0947\u0936\u0940 \u092D\u093E\u0937\u093E \u0915\u0940 \u091C\u093E\u0928\u0915\u093E\u0930\u0940 \u0905\u0927\u093F\u0915 \u0906\u0938\u093E\u0928\u0940 \u0938\u0947 \u0914\u0930 \u0916\u0941\u0936\u0940 \u0938\u0947 \u092A\u094D\u0930\u093E\u092A\u094D\u0924 \u0915\u0930 \u0938\u0915\u0924\u0947 \u0939\u0948\u0902\u2764\uFE0F \u0906\u092A <6> \u092A\u094D\u0930\u094B \u0938\u0926\u0938\u094D\u092F\u0924\u093E \u0916\u094B\u0932\u0928\u093E \u091A\u0941\u0928 \u0938\u0915\u0924\u0947 \u0939\u0948\u0902 \u0921\u0940\u092A\u090F\u0932 \u0914\u0930 \u0913\u092A\u0928\u090F\u0906\u0908 \u0905\u0928\u0941\u0935\u093E\u0926\u094B\u0902 \u0915\u094B \u092C\u0949\u0915\u094D\u0938 \u0938\u0947 \u092C\u093E\u0939\u0930 \u0909\u092A\u092F\u094B\u0917 \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F\u0964

\u0939\u092E\u0947\u0902 <3>\u091F\u094D\u0935\u093F\u091F\u0930 \u092A\u0930 \u092B\u093C\u0949\u0932\u094B \u0915\u0930 \u0938\u0915\u0924\u0947 \u0939\u0948\u0902 ,<4>\u091F\u0947\u0932\u0940\u0917\u094D\u0930\u093E\u092E \u091A\u0948\u0928\u0932 , WeChat \u0938\u093E\u0930\u094D\u0935\u091C\u0928\u093F\u0915 \u0916\u093E\u0924\u093E, WeChat \u0938\u0902\u091A\u093E\u0930 \u0938\u092E\u0942\u0939, \u092F\u093E \u0928\u0940\u091A\u0947 <5> \u0908\u092E\u0947\u0932 \u0938\u0926\u0938\u094D\u092F\u0924\u093E \u0905\u092A\u0921\u0947\u091F \u091F\u094D\u0930\u0948\u0915 \u0915\u0930\u0947\u0902.
<7>\u092A\u094D\u0930\u094B \u0938\u0926\u0938\u094D\u092F \u0906\u092A \u090F\u0915\u094D\u0938\u092A\u094D\u0930\u0947\u0938 \u0917\u094D\u0930\u093E\u0939\u0915 \u0938\u0947\u0935\u093E \u0908\u092E\u0947\u0932 <8> support@immersivetranslate.com \u0938\u0947 \u0938\u0902\u092A\u0930\u094D\u0915 \u0915\u0930 \u0938\u0915\u0924\u0947 \u0939\u0948\u0902 \u0939\u092E\u093E\u0930\u0947 \u0938\u093E\u0925 \u091C\u0941\u0921\u093C\u0947\u0964",aboutIntroWithoutSponsor:"\u092E\u0941\u091D\u0947 \u0906\u0936\u093E \u0939\u0948 \u0915\u093F \u0939\u092E \u0938\u092D\u0940 \u0907\u0902\u091F\u0930\u0928\u0947\u091F \u092A\u0930 \u0935\u093F\u0936\u093E\u0932 \u092E\u093E\u0924\u094D\u0930\u093E \u092E\u0947\u0902 \u0935\u093F\u0926\u0947\u0936\u0940 \u092D\u093E\u0937\u093E \u0915\u0940 \u091C\u093E\u0928\u0915\u093E\u0930\u0940 \u0924\u0915 \u0906\u0938\u093E\u0928 \u0914\u0930 \u0905\u0927\u093F\u0915 \u0906\u0928\u0902\u0926\u0926\u093E\u092F\u0915 \u092A\u0939\u0941\u0902\u091A \u092A\u094D\u0930\u093E\u092A\u094D\u0924 \u0915\u0930 \u0938\u0915\u0924\u0947 \u0939\u0948\u0902 \u2764\uFE0F

\u0906\u092A \u0939\u092E\u0947\u0902 \u091F\u094D\u0935\u093F\u091F\u0930 \u092A\u0930 \u092B\u093C\u0949\u0932\u094B \u0915\u0930 \u0938\u0915\u0924\u0947 \u0939\u0948\u0902 <3> ,<4>\u091F\u0947\u0932\u0940\u0917\u094D\u0930\u093E\u092E \u091A\u0948\u0928\u0932 , WeChat \u0938\u093E\u0930\u094D\u0935\u091C\u0928\u093F\u0915 \u0916\u093E\u0924\u093E, WeChat \u0938\u0902\u091A\u093E\u0930 \u0938\u092E\u0942\u0939, \u092F\u093E \u0928\u0940\u091A\u0947 <5> \u0908\u092E\u0947\u0932 \u0938\u0926\u0938\u094D\u092F\u0924\u093E \u0905\u092A\u0921\u0947\u091F \u091F\u094D\u0930\u0948\u0915 \u0915\u0930\u0947\u0902.",projectHomepage:"\u092A\u094D\u0930\u094B\u091C\u0947\u0915\u094D\u091F \u0939\u094B\u092E \u092A\u0947\u091C",joinTelegramGroup:"\u092B\u093C\u0902\u0915\u094D\u0936\u0928 \u091A\u0930\u094D\u091A\u093E\u0913\u0902 \u092E\u0947\u0902 \u092D\u093E\u0917 \u0932\u0947\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u0909\u092A\u092F\u094B\u0917\u0915\u0930\u094D\u0924\u093E \u0938\u0902\u091A\u093E\u0930 \u0938\u092E\u0942\u0939 \u092E\u0947\u0902 \u0936\u093E\u092E\u093F\u0932 \u0939\u094B\u0902",wechatPublicAccount:"WeChat \u0938\u093E\u0930\u094D\u0935\u091C\u0928\u093F\u0915 \u0916\u093E\u0924\u093E",wechatCommunities:"WeChat \u0938\u0902\u091A\u093E\u0930 \u0938\u092E\u0942\u0939",qqCommunities:"QQ \u0938\u0902\u091A\u093E\u0930 \u091A\u0948\u0928\u0932",joinTelegramChannel:"\u0928\u0935\u0940\u0928\u0924\u092E \u0905\u092A\u0921\u0947\u091F \u0915\u0947 \u0932\u093F\u090F \u091F\u0947\u0932\u0940\u0917\u094D\u0930\u093E\u092E \u091A\u0948\u0928\u0932 \u0915\u094B \u092B\u0949\u0932\u094B \u0915\u0930\u0947\u0902",feedbackAndJoin:"\u0938\u092E\u0938\u094D\u092F\u093E \u092A\u094D\u0930\u0924\u093F\u0915\u094D\u0930\u093F\u092F\u093E/\u0938\u092E\u0942\u0939 \u092E\u0947\u0902 \u0936\u093E\u092E\u093F\u0932 \u0939\u094B\u0902",autoSync:"\u0938\u094D\u0935\u091A\u093E\u0932\u093F\u0924 \u0905\u0928\u0941\u0938\u0942\u091A\u093F\u0924 \u0924\u0941\u0932\u094D\u092F\u0915\u093E\u0932\u0928",loadingThemeTitle:"\u0932\u094B\u0921\u093F\u0902\u0917 \u0936\u0948\u0932\u0940",loadingThemeDescription:"\u0905\u0928\u0941\u0935\u093E\u0926 \u0932\u094B\u0921 \u0939\u094B\u0928\u0947 \u0915\u0940 \u092A\u094D\u0930\u0924\u0940\u0915\u094D\u0937\u093E \u0915\u0930\u0924\u0947 \u0938\u092E\u092F \u0936\u0948\u0932\u0940 \u0938\u0947\u091F \u0915\u0930\u0947\u0902","loadingTheme.spinner":"\u0935\u0943\u0924\u094D\u0924 \u090F\u0928\u0940\u092E\u0947\u0936\u0928","loadingTheme.text":"\u0938\u094D\u0925\u093F\u0930 \u092A\u093E\u0920... ","loadingTheme.none":"\u0928\u0939\u0940\u0902 \u0926\u093F\u0916\u093E\u0924\u0947",developerDescription:"\u0906\u092A \u092F\u0939\u093E\u0902 <1> \u092A\u0930 \u0915\u094D\u0932\u093F\u0915 \u0915\u0930 \u0938\u0915\u0924\u0947 \u0939\u0948\u0902 \u0909\u0928\u094D\u0928\u0924 \u0905\u0928\u0941\u0915\u0942\u0932\u0928 \u0938\u0947 \u0938\u0902\u092C\u0902\u0927\u093F\u0924 \u0926\u0938\u094D\u0924\u093E\u0935\u0947\u091C\u093C \u0926\u0947\u0916\u0947\u0902","edit border color":"\u092C\u0949\u0930\u094D\u0921\u0930 \u0915\u093E \u0930\u0902\u0917 \u0938\u0902\u0936\u094B\u0927\u093F\u0924 \u0915\u0930\u0947\u0902",successSyncButNoChange:"\u0935\u0930\u094D\u0924\u092E\u093E\u0928 \u0915\u0949\u0928\u094D\u092B\u093C\u093F\u0917\u0930\u0947\u0936\u0928 \u0915\u094D\u0932\u093E\u0909\u0921 \u0915\u0947 \u0905\u0928\u0941\u0930\u0942\u092A \u0939\u0948",customTheme:"\u0915\u0938\u094D\u091F\u092E \u0930\u0902\u0917 \u0914\u0930 \u0906\u0915\u093E\u0930","customThemeLabel.borderColor":"\u0938\u0940\u092E\u093E \u0930\u0902\u0917","customThemeLabel.borderRadius":"\u0938\u0940\u092E\u093E \u0917\u094B\u0932\u093E\u0915\u093E\u0930 \u0915\u094B\u0928\u0947","customThemeLabel.textColor":"\u092A\u093E\u0920 \u0915\u093E \u0930\u0902\u0917","customThemeLabel.backgroundColor":"\u092A\u0943\u0937\u094D\u0920\u092D\u0942\u092E\u093F \u0915\u093E \u0930\u0902\u0917","customThemeLabel.zoom":"\u092B\u093C\u0949\u0928\u094D\u091F \u0938\u094D\u0915\u0947\u0932\u093F\u0902\u0917 (%)","customThemeLabel.opacity":"\u092A\u093E\u0920 \u0905\u092A\u093E\u0930\u0926\u0930\u094D\u0936\u093F\u0924\u093E (%)",resetToDefaultColor:"\u0921\u093F\u092B\u093C\u0949\u0932\u094D\u091F \u0930\u0902\u0917 \u092A\u0930 \u0935\u093E\u092A\u0938 \u0932\u094C\u091F\u0947\u0902",resetToDefaultSettings:"\u0921\u093F\u092B\u093C\u0949\u0932\u094D\u091F \u0938\u0947\u091F\u093F\u0902\u0917\u094D\u0938 \u092A\u0930 \u0935\u093E\u092A\u0938 \u0932\u094C\u091F\u0947\u0902",isTranslateTitle:"\u0905\u0928\u0941\u0935\u093E\u0926\u093F\u0924 \u0935\u0947\u092C \u092A\u0947\u091C \u0936\u0940\u0930\u094D\u0937\u0915 \u091A\u093E\u0932\u0942 \u0915\u0930\u0947\u0902",isTranslateTitleDescription:"\u091A\u093E\u0932\u0942 \u0939\u094B\u0928\u0947 \u092A\u0930, \u0935\u0947\u092C \u092A\u0947\u091C \u0936\u0940\u0930\u094D\u0937\u0915 \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u093F\u092F\u093E \u091C\u093E\u090F\u0917\u093E",enableSearchEnhancement:"\u0926\u094D\u0935\u093F\u092D\u093E\u0937\u0940 \u0938\u0942\u091A\u0928\u093E \u0938\u0902\u0935\u0930\u094D\u0926\u094D\u0927\u0928 \u0938\u0915\u094D\u0937\u092E \u0915\u0930\u0947\u0902",enableSearchEnhancementDescription:'\u091A\u093E\u0932\u0942 \u0939\u094B\u0928\u0947 \u0915\u0947 \u092C\u093E\u0926, \u0905\u0902\u0917\u094D\u0930\u0947\u091C\u0940 \u0915\u0940\u0935\u0930\u094D\u0921 \u0938\u0947 \u0938\u0902\u092C\u0902\u0927\u093F\u0924 "Google \u0938\u092E\u093E\u091A\u093E\u0930" \u0916\u094B\u091C \u092A\u0930\u093F\u0923\u093E\u092E \u0938\u094D\u0935\u091A\u093E\u0932\u093F\u0924 \u0930\u0942\u092A \u0938\u0947 \u0938\u092E\u0930\u094D\u0925\u093F\u0924 \u0935\u0947\u092C\u0938\u093E\u0907\u091F\u094B\u0902 (Google \u0938\u092E\u093E\u091A\u093E\u0930, Google \u0916\u094B\u091C (\u0915\u0941\u091B \u0915\u0940\u0935\u0930\u094D\u0921), \u0938\u094D\u0928\u094B\u092C\u0949\u0932, \u0913\u0930\u093F\u090F\u0902\u091F\u0932 \u092B\u0949\u0930\u094D\u091A\u094D\u092F\u0942\u0928, \u092B\u093C\u0941\u091F\u0942, \u091F\u093E\u0907\u0917\u0930 \u0938\u092E\u0941\u0926\u093E\u092F) \u0915\u0947 \u0926\u093E\u0939\u093F\u0928\u0947 \u0915\u0949\u0932\u092E \u092E\u0947\u0902 \u092A\u094D\u0930\u0926\u0930\u094D\u0936\u093F\u0924 \u0939\u094B\u0902\u0917\u0947\u0964',verifyService:"\u0938\u0947\u0935\u093E \u0915\u093E \u092A\u0930\u0940\u0915\u094D\u0937\u0923 \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u092F\u0939\u093E\u0902 \u0915\u094D\u0932\u093F\u0915 \u0915\u0930\u0947\u0902",verified:"\u0938\u0924\u094D\u092F\u093E\u092A\u0928 \u0938\u092B\u0932","field.langs":"\u0938\u092E\u0930\u094D\u0925\u093F\u0924 \u092D\u093E\u0937\u093E \u0915\u094B\u0921","field.model":"\u0928\u092E\u0942\u0928\u093E","field.translationEngine":"\u0905\u0928\u0941\u0935\u093E\u0926 \u0907\u0902\u091C\u0928","field.limitPerMinute":"\u092A\u094D\u0930\u0924\u093F \u092E\u093F\u0928\u091F \u0905\u0928\u0941\u0930\u094B\u0927\u094B\u0902 \u0915\u0940 \u0905\u0927\u093F\u0915\u0924\u092E \u0938\u0902\u0916\u094D\u092F\u093E","field.limitPerSecond":"\u092A\u094D\u0930\u0924\u093F \u0938\u0947\u0915\u0902\u0921 \u0905\u0928\u0941\u0930\u094B\u0927\u094B\u0902 \u0915\u0940 \u0905\u0927\u093F\u0915\u0924\u092E \u0938\u0902\u0916\u094D\u092F\u093E","field.maxTextLengthPerRequest":"\u092A\u094D\u0930\u0924\u093F \u0905\u0928\u0941\u0930\u094B\u0927 \u0905\u0927\u093F\u0915\u0924\u092E \u092A\u093E\u0920 \u0932\u0902\u092C\u093E\u0908","field.maxTextGroupLengthPerRequest":"\u092A\u094D\u0930\u0924\u093F \u0905\u0928\u0941\u0930\u094B\u0927 \u092A\u0948\u0930\u093E\u0917\u094D\u0930\u093E\u092B \u0915\u0940 \u0905\u0927\u093F\u0915\u0924\u092E \u0938\u0902\u0916\u094D\u092F\u093E","field.apiUrl":"\u0915\u0938\u094D\u091F\u092E \u090F\u092A\u0940\u0906\u0908 \u0907\u0902\u091F\u0930\u092B\u093C\u0947\u0938 \u092A\u0924\u093E","field.placeholderDelimiters":"\u0906\u0930\u0915\u094D\u0937\u093F\u0924 \u092A\u094D\u0932\u0947\u0938\u0939\u094B\u0932\u094D\u0921\u0930","description.custom":"\u0915\u0938\u094D\u091F\u092E \u0907\u0902\u091F\u0930\u092B\u093C\u0947\u0938 \u090F\u0915\u094D\u0938\u0947\u0938 \u0915\u0947 \u0932\u093F\u090F \u0938\u0902\u0926\u0930\u094D\u092D \u0926\u0938\u094D\u0924\u093E\u0935\u0947\u091C\u093C\u094B\u0902 \u0915\u0940 \u0906\u0935\u0936\u094D\u092F\u0915\u0924\u093E \u0939\u0948","description.limitPerMinute":"\u091C\u092C \u0905\u0928\u0941\u0930\u094B\u0927\u094B\u0902 \u0915\u0940 \u0938\u0902\u0916\u094D\u092F\u093E \u0907\u0938 \u0938\u0940\u092E\u093E \u0938\u0947 \u0905\u0927\u093F\u0915 \u0939\u094B \u091C\u093E\u0924\u0940 \u0939\u0948, \u0924\u094B \u092F\u0939 \u0905\u0917\u0932\u0947 \u092E\u093F\u0928\u091F \u0915\u0940 \u0936\u0941\u0930\u0941\u0906\u0924 \u0924\u0915 \u0915\u0924\u093E\u0930 \u0938\u094D\u0925\u093F\u0924\u093F \u092E\u0947\u0902 \u092A\u094D\u0930\u0935\u0947\u0936 \u0915\u0930\u0947\u0917\u0940\u0964 OpenAI \u0915\u0940 \u0935\u0930\u094D\u0924\u092E\u093E\u0928 \u0938\u0947\u0935\u093E \u0915\u0940 \u0935\u093F\u092D\u093F\u0928\u094D\u0928 \u0938\u0940\u092E\u093E\u0913\u0902 \u0915\u0947 \u0915\u093E\u0930\u0923, \u0915\u0943\u092A\u092F\u093E \u092F\u0939\u093E\u0902 <1> \u0915\u094D\u0932\u093F\u0915 \u0915\u0930\u0947\u0902 \u0928\u0935\u0940\u0928\u0924\u092E \u0905\u0928\u0941\u0936\u0902\u0938\u093F\u0924 \u092E\u093E\u0928 \u0926\u0947\u0916\u0947\u0902","description.limitPerSecond":"\u091C\u092C \u0905\u0928\u0941\u0930\u094B\u0927\u094B\u0902 \u0915\u0940 \u0938\u0902\u0916\u094D\u092F\u093E \u0907\u0938 \u0938\u0940\u092E\u093E \u0938\u0947 \u0905\u0927\u093F\u0915 \u0939\u094B \u091C\u093E\u0924\u0940 \u0939\u0948, \u0924\u094B \u092F\u0939 \u0905\u0917\u0932\u0947 \u0938\u0947\u0915\u0902\u0921 \u0915\u0940 \u0936\u0941\u0930\u0941\u0906\u0924 \u0924\u0915 \u0915\u0924\u093E\u0930 \u0938\u094D\u0925\u093F\u0924\u093F \u092E\u0947\u0902 \u092A\u094D\u0930\u0935\u0947\u0936 \u0915\u0930\u0947\u0917\u0940\u0964 OpenAI \u0915\u0940 \u0935\u0930\u094D\u0924\u092E\u093E\u0928 \u0938\u0947\u0935\u093E \u0915\u0940 \u0935\u093F\u092D\u093F\u0928\u094D\u0928 \u0938\u0940\u092E\u093E\u0913\u0902 \u0915\u0947 \u0915\u093E\u0930\u0923, \u0915\u0943\u092A\u092F\u093E \u092F\u0939\u093E\u0902 <1> \u0915\u094D\u0932\u093F\u0915 \u0915\u0930\u0947\u0902 \u0928\u0935\u0940\u0928\u0924\u092E \u0905\u0928\u0941\u0936\u0902\u0938\u093F\u0924 \u092E\u093E\u0928 \u0926\u0947\u0916\u0947\u0902","description.generalLimitPerSecond":"\u091C\u092C \u0905\u0928\u0941\u0930\u094B\u0927\u094B\u0902 \u0915\u0940 \u0938\u0902\u0916\u094D\u092F\u093E \u0907\u0938 \u0938\u0940\u092E\u093E \u0938\u0947 \u0905\u0927\u093F\u0915 \u0939\u094B \u091C\u093E\u0924\u0940 \u0939\u0948, \u0924\u094B \u092F\u0939 \u0905\u0917\u0932\u0947 \u0938\u0947\u0915\u0902\u0921 \u0915\u0940 \u0936\u0941\u0930\u0941\u0906\u0924 \u0924\u0915 \u0915\u0924\u093E\u0930 \u0938\u094D\u0925\u093F\u0924\u093F \u092E\u0947\u0902 \u092A\u094D\u0930\u0935\u0947\u0936 \u0915\u0930\u0947\u0917\u0940\u0964","description.prompt":"\u0909\u092A\u092F\u094B\u0917\u0915\u0930\u094D\u0924\u093E \u0915\u0940 \u092A\u0939\u091A\u093E\u0928 \u092E\u0947\u0902 {service} \u0915\u094B \u092D\u0947\u091C\u0940 \u0917\u0908 \u0935\u093E\u0930\u094D\u0924\u093E\u0932\u093E\u092A, \u091C\u093F\u0938\u092E\u0947\u0902 {{text}} \u092A\u0948\u0930\u093E\u0917\u094D\u0930\u093E\u092B \u0915\u093E \u092A\u093E\u0920 \u0938\u093E\u092E\u0917\u094D\u0930\u0940 \u0915\u094B \u0926\u0930\u094D\u0936\u093E\u0924\u093E \u0939\u0948, {{from}} \u092A\u0948\u0930\u093E\u0917\u094D\u0930\u093E\u092B \u0915\u0940 \u092D\u093E\u0937\u093E \u0915\u094B \u0926\u0930\u094D\u0936\u093E\u0924\u093E \u0939\u0948, \u0914\u0930 {{to}} \u0932\u0915\u094D\u0937\u094D\u092F \u092D\u093E\u0937\u093E \u0915\u094B \u0926\u0930\u094D\u0936\u093E\u0924\u093E \u0939\u0948\u0964","description.maxTextLengthPerRequest":"\u092A\u094D\u0930\u0924\u093F \u0905\u0928\u0941\u0930\u094B\u0927 \u0935\u0930\u094D\u0923\u094B\u0902 \u0915\u0940 \u0905\u0927\u093F\u0915\u0924\u092E \u0938\u0902\u0916\u094D\u092F\u093E\u0964 \u092F\u0926\u093F \u092F\u0939 \u092C\u0939\u0941\u0924 \u092C\u0921\u093C\u093E \u0939\u0948, \u0924\u094B \u0907\u0902\u091F\u0930\u092B\u093C\u0947\u0938 \u0915\u0940 \u092A\u094D\u0930\u0924\u093F\u0915\u094D\u0930\u093F\u092F\u093E \u0927\u0940\u092E\u0940 \u0939\u094B \u091C\u093E\u090F\u0917\u0940, \u0907\u0938\u0932\u093F\u090F \u0906\u092A \u0917\u0924\u093F \u0915\u094B \u0905\u0928\u0941\u0915\u0942\u0932\u093F\u0924 \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u0907\u0938 \u0935\u093F\u0915\u0932\u094D\u092A \u0915\u094B \u0938\u092E\u093E\u092F\u094B\u091C\u093F\u0924 \u0915\u0930\u0928\u0947 \u0915\u093E \u092A\u094D\u0930\u092F\u093E\u0938 \u0915\u0930 \u0938\u0915\u0924\u0947 \u0939\u0948\u0902\u0964","description.systemPrompt":"\u0938\u093F\u0938\u094D\u091F\u092E \u0915\u0940 \u092A\u0939\u091A\u093E\u0928 \u0938\u0947 {service} \u0915\u094B \u092D\u0947\u091C\u0940 \u0917\u0908 \u0935\u093E\u0930\u094D\u0924\u093E\u0932\u093E\u092A, \u091C\u093F\u0938\u092E\u0947\u0902 {{text}} \u092A\u0948\u0930\u093E\u0917\u094D\u0930\u093E\u092B \u0915\u0947 \u092A\u093E\u0920 \u0915\u0940 \u0938\u093E\u092E\u0917\u094D\u0930\u0940 \u0915\u094B \u0926\u0930\u094D\u0936\u093E\u0924\u093E \u0939\u0948, {{from}} \u092A\u0948\u0930\u093E\u0917\u094D\u0930\u093E\u092B \u0915\u0940 \u092D\u093E\u0937\u093E \u0915\u094B \u0926\u0930\u094D\u0936\u093E\u0924\u093E \u0939\u0948, {{to}} \u0932\u0915\u094D\u0937\u094D\u092F \u092D\u093E\u0937\u093E \u0915\u094B \u0926\u0930\u094D\u0936\u093E\u0924\u093E \u0939\u0948","field.domain":"\u092E\u0948\u0926\u093E\u0928","description.domain":"\u0921\u093F\u092B\u093C\u0949\u0932\u094D\u091F\uFF1A\u0938\u093E\u092E\u093E\u0928\u094D\u092F \u0939\u0948. \u0907\u0938\u0947 \u0915\u0947\u0935\u0932 \u0924\u092D\u0940 \u0938\u0947\u091F \u0915\u093F\u092F\u093E \u091C\u093E \u0938\u0915\u0924\u093E \u0939\u0948 \u091C\u092C Youdao API \u0915\u0902\u0938\u094B\u0932 \u092E\u0947\u0902 \u0921\u094B\u092E\u0947\u0928-\u0906\u0927\u093E\u0930\u093F\u0924 \u0905\u0928\u0941\u0935\u093E\u0926 \u0938\u0915\u094D\u0937\u092E \u0939\u094B\u0964 \u0938\u092E\u0930\u094D\u0925\u093F\u0924 \u092B\u093C\u0940\u0932\u094D\u0921 \u0915\u0947 \u0932\u093F\u090F, \u0915\u0943\u092A\u092F\u093E \u092F\u0939\u093E\u0902 <1> \u0926\u0947\u0916\u0947\u0902\u0964","field.scene":"\u092A\u0930\u094D\u0926\u0947","description.scene":"\u0921\u093F\u092B\u093C\u0949\u0932\u094D\u091F\uFF1A\u0938\u093E\u092E\u093E\u0928\u094D\u092F \u0939\u0948. \u0907\u0938\u0947 \u0915\u0947\u0935\u0932 \u0924\u092D\u0940 \u0938\u0947\u091F \u0915\u093F\u092F\u093E \u091C\u093E \u0938\u0915\u0924\u093E \u0939\u0948 \u091C\u092C \u0905\u0932\u0940\u092C\u093E\u092C\u093E \u0915\u094D\u0932\u093E\u0909\u0921 \u090F\u092A\u0940\u0906\u0908 \u0915\u0902\u0938\u094B\u0932 \u092E\u0947\u0902 \u092E\u0936\u0940\u0928\u0940 \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u093E \u092A\u0947\u0936\u0947\u0935\u0930 \u0938\u0902\u0938\u094D\u0915\u0930\u0923 \u0938\u0915\u094D\u0930\u093F\u092F \u0939\u094B\u0964 \u0938\u092E\u0930\u094D\u0925\u093F\u0924 \u092A\u0930\u093F\u0926\u0943\u0936\u094D\u092F\u094B\u0902 \u0915\u0947 \u0932\u093F\u090F \u092F\u0939\u093E\u0902 <1> \u0926\u0947\u0916\u0947\u0902\u0964","field.vocabId":"\u0909\u092A\u092F\u094B\u0917\u0915\u0930\u094D\u0924\u093E \u0936\u092C\u094D\u0926\u0915\u094B\u0936 \u0906\u0908\u0921\u0940","description.vocabId":"\u0928\u093F\u0930\u094D\u0926\u093F\u0937\u094D\u091F \u0936\u092C\u094D\u0926\u0915\u094B\u0936 \u0906\u0909\u091F_\u0906\u0908\u0921\u0940 \u0935\u0930\u094D\u0924\u092E\u093E\u0928 \u092E\u0947\u0902 \u0905\u0902\u0917\u094D\u0930\u0947\u091C\u0940-\u091A\u0940\u0928\u0940 \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u093E \u0938\u092E\u0930\u094D\u0925\u0928 \u0915\u0930\u0924\u093E \u0939\u0948\u0964","description.model":"OpenAI \u0915\u093E \u092E\u0949\u0921\u0932 gpt-3.5-\u091F\u0930\u094D\u092C\u094B, gpt-4 \u0906\u0926\u093F \u0939\u094B \u0938\u0915\u0924\u093E \u0939\u0948\u0964","description.maxTextGroupLengthPerRequest":"\u0939\u0930 \u092C\u093E\u0930 \u0905\u0928\u0941\u0935\u093E\u0926 \u0938\u0947\u0935\u093E \u0915\u094B \u092D\u0947\u091C\u0947 \u0917\u090F \u092A\u0948\u0930\u093E\u0917\u094D\u0930\u093E\u092B\u094B\u0902 \u0915\u0940 \u0938\u0902\u0916\u094D\u092F\u093E\u0964 \u092F\u0926\u093F \u092C\u0939\u0941\u0924 \u0938\u093E\u0930\u0947 \u092A\u0948\u0930\u093E\u0917\u094D\u0930\u093E\u092B \u0939\u0948\u0902, \u0924\u094B \u0907\u0902\u091F\u0930\u092B\u093C\u0947\u0938 \u0915\u0940 \u092A\u094D\u0930\u0924\u093F\u0915\u094D\u0930\u093F\u092F\u093E \u0927\u0940\u092E\u0940 \u0939\u094B \u0938\u0915\u0924\u0940 \u0939\u0948\u0964","description.apiUrl":"\u0915\u0943\u092A\u092F\u093E \u092A\u0925 \u0915\u0947 \u0938\u093E\u0925 \u090F\u0915 \u0935\u093F\u0936\u093F\u0937\u094D\u091F \u092F\u0942\u0906\u0930\u090F\u0932 \u091C\u094B\u0921\u093C\u0947\u0902, <1> \u0905\u0927\u093F\u0915 \u0928\u093F\u0930\u094D\u0926\u0947\u0936",enabledExtension:"\u090F\u0915\u094D\u0938\u091F\u0947\u0902\u0936\u0928 \u0938\u0915\u094D\u0937\u092E",clickToDisableExtension:"\u090F\u0915\u094D\u0938\u091F\u0947\u0902\u0936\u0928 \u0905\u0915\u094D\u0937\u092E \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u0915\u094D\u0932\u093F\u0915 \u0915\u0930\u0947\u0902",clickToEnableExtension:"\u090F\u0915\u094D\u0938\u091F\u0947\u0902\u0936\u0928 \u0938\u0915\u094D\u0937\u092E \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u0915\u094D\u0932\u093F\u0915 \u0915\u0930\u0947\u0902",hasBeenDisabled:"\u0905\u0915\u094D\u0937\u092E","show password":"\u092A\u093E\u0938\u0935\u0930\u094D\u0921 \u0926\u093F\u0916\u093E\u090F",customContent:"\u0915\u0938\u094D\u091F\u092E \u092E\u0949\u0921\u0932 \u0928\u093E\u092E \u0926\u0930\u094D\u091C \u0915\u0930\u0947\u0902",inputOptions:"\u0907\u0928\u092A\u0941\u091F \u092C\u0949\u0915\u094D\u0938 \u0938\u0902\u0935\u0930\u094D\u0926\u094D\u0927\u0928",mouseHoverOptions:"\u092E\u093E\u0909\u0938 \u0915\u0947 \u090A\u092A\u0930",modifyMouseHoverKey:"\u092E\u093E\u0909\u0938\u0913\u0935\u0930 \u0936\u0949\u0930\u094D\u091F\u0915\u091F \u0915\u0941\u0902\u091C\u093F\u092F\u094B\u0902 \u0915\u094B \u0938\u0902\u0936\u094B\u0927\u093F\u0924 \u0915\u0930\u0947\u0902",enableInputTranslation:"\u0907\u0928\u092A\u0941\u091F \u092C\u0949\u0915\u094D\u0938 \u090F\u0928\u094D\u0939\u093E\u0902\u0938\u092E\u0947\u0902\u091F \u0938\u0915\u094D\u0937\u092E \u0915\u0930\u0928\u093E \u0939\u0948 \u092F\u093E \u0928\u0939\u0940\u0902",enableInputTranslationDescription:"{trailingKey}\u0938\u0915\u094D\u0937\u092E \u0915\u0930\u0928\u0947 \u0915\u0947 \u092C\u093E\u0926, \u0938\u0940\u0927\u0947 \u0907\u0928\u092A\u0941\u091F \u092C\u0949\u0915\u094D\u0938 \u092E\u0947\u0902 {startingKey}{startingKey} \u0939\u0948\u0932\u094B \u0926\u0930\u094D\u091C \u0915\u0930\u0947\u0902, \u0914\u0930 \u092B\u093F\u0930 \u0907\u0938\u0947 {inputTargetLanguage}\u092E\u0947\u0902 \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u091C\u0932\u094D\u0926\u0940 \u0938\u0947{inputTrailingTriggerKeyRepeatTimes}\u092A\u0930 \u0926\u094B \u092C\u093E\u0930 \u0915\u094D\u0932\u093F\u0915 \u0915\u0930\u0947\u0902\u0964",enableInputTranslationDescriptionForNoneKey:"\u0907\u0938\u0947 \u0938\u0915\u094D\u0937\u092E \u0915\u0930\u0928\u0947{trailingKey}, \u0938\u0940\u0927\u0947 \u0907\u0928\u092A\u0941\u091F \u092C\u0949\u0915\u094D\u0938 \u092E\u0947\u0902\uFF1A\u0939\u0948\u0932\u094B \u0935\u0930\u094D\u0932\u094D\u0921 \u0926\u0930\u094D\u091C \u0915\u0930\u0947\u0902, \u0914\u0930 \u092B\u093F\u0930 \u0921\u093F\u092B\u093C\u0949\u0932\u094D\u091F \u0932\u0915\u094D\u0937\u094D\u092F \u092D\u093E\u0937\u093E \u092E\u0947\u0902 \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u091C\u0932\u094D\u0926\u0940 \u0938\u0947{inputTrailingTriggerKeyRepeatTimes}\u092C\u093E\u0930 \u0915\u094D\u0932\u093F\u0915 \u0915\u0930\u0947\u0902\u0964",inputTargetLanguage:"\u0907\u0928\u092A\u0941\u091F \u092C\u0949\u0915\u094D\u0938 \u0915\u0940 \u0921\u093F\u092B\u093C\u0949\u0932\u094D\u091F \u0932\u0915\u094D\u0937\u094D\u092F \u092D\u093E\u0937\u093E \u0938\u0947\u091F \u0915\u0930\u0947\u0902",inputTargetLanguageDescription:"\u0907\u0928\u092A\u0941\u091F \u092C\u0949\u0915\u094D\u0938 \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0947 \u0932\u093F\u090F \u0921\u093F\u092B\u093C\u0949\u0932\u094D\u091F \u0932\u0915\u094D\u0937\u094D\u092F \u092D\u093E\u0937\u093E, \u091C\u094B \u091F\u094D\u0930\u093F\u0917\u0930 \u0936\u092C\u094D\u0926\u094B\u0902 \u0915\u0947 \u0932\u093F\u090F \u0921\u093F\u092B\u093C\u0949\u0932\u094D\u091F \u092D\u093E\u0937\u093E \u0915\u0947 \u0930\u0942\u092A \u092E\u0947\u0902 {startingKey}{startingKey} \u0939\u0948",inputTargetLanguageDescriptionForNoneKey:"\u0907\u0928\u092A\u0941\u091F \u092C\u0949\u0915\u094D\u0938 \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0947 \u0932\u093F\u090F \u0921\u093F\u092B\u093C\u0949\u0932\u094D\u091F \u0932\u0915\u094D\u0937\u094D\u092F \u092D\u093E\u0937\u093E",inputStartingTriggerKeyTitle:"\u0907\u0928\u092A\u0941\u091F \u092C\u0949\u0915\u094D\u0938 \u0915\u0947 \u0906\u0902\u0936\u093F\u0915 \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0947 \u0932\u093F\u090F \u0935\u093F\u092D\u093E\u091C\u0928 \u0935\u0930\u094D\u0923 \u0938\u0947\u091F \u0915\u0930\u0947\u0902",inputStartingTriggerKeyDescription:"\u091C\u092C \u0906\u092A\u0915\u094B \u092A\u0942\u0930\u0947 \u0907\u0928\u092A\u0941\u091F \u092C\u0949\u0915\u094D\u0938 \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0928\u0947 \u0915\u0940 \u0906\u0935\u0936\u094D\u092F\u0915\u0924\u093E \u0928\u0939\u0940\u0902 \u0939\u094B\u0924\u0940 \u0939\u0948, \u0924\u094B \u0921\u093F\u0932\u0940\u092E\u0940\u091F\u0930 \u0906\u092A\u0915\u094B \u0915\u0947\u0935\u0932 {startingKey}{startingKey} \u0938\u0947 \u0907\u0928\u092A\u0941\u091F \u092C\u0949\u0915\u094D\u0938 \u0915\u0947 \u0905\u0902\u0924 \u0924\u0915 \u0915\u0947 \u092D\u093E\u0917 \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0928\u0947 \u0915\u0940 \u0905\u0928\u0941\u092E\u0924\u093F \u0926\u0947\u0924\u093E \u0939\u0948, \u092F\u093E \u0906\u092A \u092D\u093E\u0937\u093E \u0915\u094B\u0921 \u0928\u093F\u0930\u094D\u0926\u093F\u0937\u094D\u091F \u0915\u0930 \u0938\u0915\u0924\u0947 \u0939\u0948\u0902, \u0909\u0926\u093E\u0939\u0930\u0923 \u0915\u0947 \u0932\u093F\u090F,\uFF1A{startingKey}ja \u0915\u093E \u0905\u0930\u094D\u0925 \u0915\u0947\u0935\u0932 \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0928\u093E \u0939\u0948 {startingKey}ja \u0938\u0947 \u0907\u0928\u092A\u0941\u091F \u092C\u0949\u0915\u094D\u0938 \u0915\u0947 \u0905\u0902\u0924 \u0924\u0915 \u0915\u093E \u092D\u093E\u0917\u0964",inputStartingTriggerKeyDescriptionForNoneKey:"\u0935\u0930\u094D\u0924\u092E\u093E\u0928 \u092E\u0947\u0902 \u0907\u0938\u0947 \u0915\u093F\u0938\u0940 \u0909\u092A\u0938\u0930\u094D\u0917 \u0915\u0940 \u0906\u0935\u0936\u094D\u092F\u0915\u0924\u093E \u0928\u0939\u0940\u0902 \u0939\u0948, \u0914\u0930 \u0907\u0928\u092A\u0941\u091F \u092C\u0949\u0915\u094D\u0938 \u0915\u0947 \u0915\u0941\u091B \u092A\u093E\u0920 \u0905\u0928\u0941\u0935\u093E\u0926 \u092B\u093C\u0902\u0915\u094D\u0936\u0928 \u0905\u0938\u094D\u0925\u093E\u092F\u0940 \u0930\u0942\u092A \u0938\u0947 \u0905\u0928\u0941\u092A\u0932\u092C\u094D\u0927 \u0939\u0948\u0902\u0964",inputTrailingTriggerKeyTitle:"\u090F\u0915 \u091F\u094D\u0930\u093F\u0917\u0930 \u0935\u0930\u094D\u0923 \u091A\u0941\u0928\u0947\u0902 \u091C\u094B \u0907\u0928\u092A\u0941\u091F \u0915\u094B \u0938\u092E\u093E\u092A\u094D\u0924 \u0915\u0930\u0924\u093E \u0939\u0948",inputTrailingTriggerKeyDescription:"\u0924\u094D\u0935\u0930\u093F\u0924 \u0909\u0924\u094D\u0924\u0930\u093E\u0927\u093F\u0915\u093E\u0930 \u092E\u0947\u0902{trailingKey} 3 \u092C\u093E\u0930 \u0939\u093F\u091F \u0915\u0930\u0928\u0947 \u0938\u0947 \u0905\u0928\u0941\u0935\u093E\u0926 \u0936\u0941\u0930\u0942 \u0939\u094B \u091C\u093E\u090F\u0917\u093E",inputTrailingTriggerKeyTimeout:"\u0915\u0949\u092E\u094D\u092C\u094B \u0915\u094B \u0938\u092E\u093E\u092A\u094D\u0924 \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u091F\u094D\u0930\u093F\u0917\u0930\u094D\u0938 \u0915\u0947 \u092C\u0940\u091A \u0905\u0902\u0924\u0930\u093E\u0932 \u0926\u0930\u094D\u091C \u0915\u0930\u0947\u0902\u0964",inputTrailingTriggerKeyTimeoutDescription:"\u0915\u0949\u092E\u094D\u092C\u094B \u091F\u094D\u0930\u093F\u0917\u0930 \u0915\u094B \u0938\u092E\u093E\u092A\u094D\u0924 \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u0907\u0928\u092A\u0941\u091F \u0915\u0947 \u0932\u093F\u090F \u0905\u0902\u0924\u0930\u093E\u0932 \u0938\u092E\u092F (\u092E\u093F\u0932\u0940\u0938\u0947\u0915\u0902\u0921) \u0928\u093F\u0930\u094D\u0927\u093E\u0930\u093F\u0924 \u0915\u0930\u0947\u0902",spaceKey:"<\u0938\u094D\u092A\u0947\u0938\u092C\u093E\u0930>",noneKey:"\u0915\u093F\u0938\u0940 \u0909\u092A\u0938\u0930\u094D\u0917 \u0915\u0940 \u0906\u0935\u0936\u094D\u092F\u0915\u0924\u093E \u0928\u0939\u0940\u0902 \u0939\u0948, \u0938\u0940\u0927\u0947 \u0938\u0902\u092A\u0942\u0930\u094D\u0923 \u091F\u0947\u0915\u094D\u0938\u094D\u091F \u092C\u0949\u0915\u094D\u0938 \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0947\u0902",inputTranslationBlockUrlsTitle:"\u092F\u0942\u0906\u0930\u090F\u0932 \u092E\u0947\u0902 \u0907\u0928\u092A\u0941\u091F \u092B\u093C\u0940\u0932\u094D\u0921 \u090F\u0928\u094D\u0939\u093E\u0902\u0938\u092E\u0947\u0902\u091F \u0915\u094B \u0915\u092D\u0940 \u092D\u0940 \u0938\u0915\u094D\u0937\u092E \u0928 \u0915\u0930\u0947\u0902",inputTranslationBlockUrlsDescription:"\u0928\u093F\u092E\u094D\u0928\u0932\u093F\u0916\u093F\u0924 \u092F\u0942\u0906\u0930\u090F\u0932 \u092E\u0947\u0902, \u0907\u0928\u092A\u0941\u091F \u092C\u0949\u0915\u094D\u0938 \u090F\u0928\u094D\u0939\u093E\u0902\u0938\u092E\u0947\u0902\u091F \u092A\u094D\u0930\u092D\u093E\u0935\u0940 \u0928\u0939\u0940\u0902 \u0939\u094B\u0917\u093E",clickToSeeQuickDemo:"30 \u0938\u0947\u0915\u0902\u0921 \u0915\u0947 \u0924\u094D\u0935\u0930\u093F\u0924 \u0928\u093F\u0930\u094D\u0926\u0947\u0936 \u0935\u0940\u0921\u093F\u092F\u094B \u0915\u093E \u0935\u093F\u0938\u094D\u0924\u093E\u0930 \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u0915\u094D\u0932\u093F\u0915 \u0915\u0930\u0947\u0902",inputHelperInfo:"\u0928\u094B\u091F\uFF1A: \u0939\u092E\u0928\u0947 \u0935\u093F\u0936\u0947\u0937 \u0930\u0942\u092A \u0938\u0947 \u0909\u0938 \u092E\u0941\u0926\u094D\u0926\u0947 \u0915\u094B \u0905\u0928\u0941\u0915\u0942\u0932\u093F\u0924 \u0915\u093F\u092F\u093E \u0939\u0948 \u091C\u0939\u093E\u0902 \u0915\u0941\u091B \u091F\u094D\u0930\u093F\u0917\u0930 \u0935\u0930\u094D\u0923 \u091A\u0940\u0928\u0940 \u0907\u0928\u092A\u0941\u091F \u092A\u0926\u094D\u0927\u0924\u093F \u0915\u0947 \u0924\u0939\u0924 \u091A\u0940\u0928\u0940 \u0935\u093F\u0930\u093E\u092E \u091A\u093F\u0939\u094D\u0928\u094B\u0902 \u092E\u0947\u0902 \u092C\u0926\u0932 \u091C\u093E\u090F\u0902\u0917\u0947\u0964 \u0909\u0926\u093E\u0939\u0930\u0923 \u0915\u0947 \u0932\u093F\u090F, \u0938\u094B\u0917\u094C \u0907\u0928\u092A\u0941\u091F \u092A\u0926\u094D\u0927\u0924\u093F \u0915\u0947 \u0924\u0939\u0924, / \u090F\u0915 \u0935\u093F\u0930\u093E\u092E \u092E\u0947\u0902 \u092C\u0926\u0932 \u091C\u093E\u090F\u0917\u093E, \u0914\u0930 \u0907\u092E\u0930\u094D\u0938\u093F\u0935 \u0905\u0928\u0941\u0935\u093E\u0926 \u0938\u0902\u092C\u0902\u0927\u093F\u0924 \u0938\u092D\u0940 \u091A\u0940\u0928\u0940 \u092A\u094D\u0930\u0924\u0940\u0915\u094B\u0902 \u0915\u093E \u0938\u092E\u0930\u094D\u0925\u0928 \u0915\u0930\u0924\u093E \u0939\u0948 \u091F\u094D\u0930\u093F\u0917\u0930 \u0935\u0930\u094D\u0923\u0964 , \u092F\u093E\u0928\u0940, //,, \u0914\u0930 \u0938\u092D\u0940 \u0915\u094B \u091F\u094D\u0930\u093F\u0917\u0930 \u0935\u0930\u094D\u0923 \u0915\u0947 \u0930\u0942\u092A \u092E\u0947\u0902 \u092A\u0939\u091A\u093E\u0928\u093E \u091C\u093E\u090F\u0917\u093E\u0964

\u0938\u093E\u0925 \u0939\u0940, \u0939\u092E \u0915\u092E\u093E\u0902\u0921 \u0915\u0947 \u0930\u0942\u092A \u092E\u0947\u0902 \u092D\u093E\u0937\u093E \u0915\u094B\u0921 \u0915\u0947 \u091A\u0940\u0928\u0940 \u0909\u092A\u0928\u093E\u092E\u094B\u0902 \u0915\u093E \u092D\u0940 \u0938\u092E\u0930\u094D\u0925\u0928 \u0915\u0930\u0924\u0947 \u0939\u0948\u0902\u0964 \u0909\u0926\u093E\u0939\u0930\u0923 \u0915\u0947 \u0932\u093F\u090F, /\u091C\u093E\u092A\u093E\u0928\u0940 \u0939\u0948\u0932\u094B \u0935\u0930\u094D\u0932\u094D\u0921 \u0915\u093E \u091C\u093E\u092A\u093E\u0928\u0940 \u092E\u0947\u0902 \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u093F\u092F\u093E \u091C\u093E\u090F\u0917\u093E\u0964 <1> \u0938\u092D\u0940 \u0938\u092E\u0930\u094D\u0925\u093F\u0924 \u092D\u093E\u0937\u093E \u0915\u094B\u0921 \u0926\u0947\u0916\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u092F\u0939\u093E\u0902 \u0915\u094D\u0932\u093F\u0915 \u0915\u0930\u0947\u0902\u0964 .",reloadCurrentPage:"\u0915\u0943\u092A\u092F\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0936\u0941\u0930\u0942 \u0915\u0930\u0928\u0947 \u0938\u0947 \u092A\u0939\u0932\u0947 \u0935\u0930\u094D\u0924\u092E\u093E\u0928 \u092A\u0943\u0937\u094D\u0920 \u0915\u094B \u0924\u093E\u091C\u093C\u093E \u0915\u0930\u0947\u0902",noLocalFilePermissionForPDF:"\u0935\u0930\u094D\u0924\u092E\u093E\u0928 \u092E\u0947\u0902 \u0939\u092E\u093E\u0930\u0947 \u092A\u093E\u0938 \u0938\u094D\u0925\u093E\u0928\u0940\u092F \u092B\u093C\u093E\u0907\u0932\u0947\u0902 \u092A\u0922\u093C\u0928\u0947 \u0915\u0940 \u0905\u0928\u0941\u092E\u0924\u093F \u0928\u0939\u0940\u0902 \u0939\u0948\u0964 \u0915\u0943\u092A\u092F\u093E \u090A\u092A\u0930 \u0926\u093F\u090F \u0917\u090F \u092C\u091F\u0928 \u092A\u0930 \u0915\u094D\u0932\u093F\u0915 \u0915\u0930\u0947\u0902 \u0914\u0930 \u0938\u094D\u0925\u093E\u0928\u0940\u092F \u092B\u093C\u093E\u0907\u0932\u0947\u0902 \u0906\u092F\u093E\u0924 \u0915\u0930\u0947\u0902\u0964",noPermissionForThisPage:"\u26A0\uFE0F \u0935\u0930\u094D\u0924\u092E\u093E\u0928 \u092A\u0943\u0937\u094D\u0920 \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0928\u0947 \u0915\u0940 \u0905\u0928\u0941\u092E\u0924\u093F \u0928\u0939\u0940\u0902",retryAllParagraphs:"\u0938\u092D\u0940 \u0924\u094D\u0930\u0941\u091F\u093F \u092A\u0948\u0930\u093E\u0917\u094D\u0930\u093E\u092B \u092A\u0941\u0928\u0903 \u092A\u094D\u0930\u092F\u093E\u0938 \u0915\u0930\u0947\u0902",retryAllButton:"\u0938\u092D\u0940 \u0924\u094D\u0930\u0941\u091F\u093F \u092A\u0948\u0930\u093E\u0917\u094D\u0930\u093E\u092B \u092A\u0941\u0928\u0903 \u092A\u094D\u0930\u092F\u093E\u0938 \u0915\u0930\u0947\u0902",errorTooltipTitle:"\u0924\u094D\u0930\u0941\u091F\u093F \u0915\u093E \u0915\u093E\u0930\u0923 \u0926\u0947\u0916\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u0915\u094D\u0932\u093F\u0915 \u0915\u0930\u0947\u0902",errorModalTitle:"\u0910\u0938\u093E \u0932\u0917\u0924\u093E \u0939\u0948 \u0915\u093F \u0905\u0928\u0941\u0935\u093E\u0926 \u0938\u0947\u0935\u093E \u092F\u093E \u0928\u0947\u091F\u0935\u0930\u094D\u0915 \u092E\u0947\u0902 \u0915\u0941\u091B \u0917\u0921\u093C\u092C\u0921\u093C \u0939\u0948...",disableConfirm:"\u0926\u094D\u0935\u093F\u092D\u093E\u0937\u0940 \u0938\u0942\u091A\u0928\u093E \u0938\u0902\u0935\u0930\u094D\u0926\u094D\u0927\u0928 \u0938\u0947\u091F\u093F\u0902\u0917\u094D\u0938",disableOnce:"\u0907\u0938 \u092C\u093E\u0930 \u0905\u0915\u094D\u0937\u092E",disableGlobal:"\u0938\u094D\u0925\u093E\u092F\u0940 \u0930\u0942\u092A \u0938\u0947 \u0905\u0915\u094D\u0937\u092E",disableTint:"* \u0906\u092A \u0907\u0938\u0947 {option} \u092E\u0947\u0902 \u092A\u0941\u0928\u0903 \u0938\u0915\u094D\u0937\u092E \u0915\u0930 \u0938\u0915\u0924\u0947 \u0939\u0948\u0902\u0964",searchEnhancementNotes:"\u0939\u092E\u0928\u0947 \u092A\u093E\u092F\u093E \u0915\u093F \u091A\u0940\u0928\u0940 \u0915\u0940\u0935\u0930\u094D\u0921 \u0914\u0930 \u0905\u0902\u0917\u094D\u0930\u0947\u091C\u0940 \u0915\u0940\u0935\u0930\u094D\u0921 \u0915\u0947 \u0932\u093F\u090F \u0938\u092E\u093E\u091A\u093E\u0930 \u092A\u0930\u093F\u0923\u093E\u092E \u092C\u0939\u0941\u0924 \u0905\u0932\u0917 \u0939\u0948\u0902\u0964 \u0907\u092E\u0930\u094D\u0938\u093F\u0935 \u091F\u094D\u0930\u093E\u0902\u0938\u0932\u0947\u0936\u0928 \u0926\u094D\u0935\u093F\u092D\u093E\u0937\u0940 \u0938\u0942\u091A\u0928\u093E \u0938\u0902\u0935\u0930\u094D\u0926\u094D\u0927\u0928 \u092B\u093C\u0902\u0915\u094D\u0936\u0928 \u0915\u094B \u0938\u0915\u094D\u0937\u092E \u0915\u0930\u0928\u0947 \u0915\u0947 \u092C\u093E\u0926, \u0939\u092E \u0938\u092E\u0930\u094D\u0925\u093F\u0924 \u0935\u0947\u092C\u0938\u093E\u0907\u091F\u094B\u0902 (Google \u0938\u092E\u093E\u091A\u093E\u0930, Google \u0916\u094B\u091C (\u0915\u0941\u091B \u0915\u0940\u0935\u0930\u094D\u0921), \u0938\u094D\u0928\u094B\u092C\u0949\u0932, \u0913\u0930\u093F\u090F\u0902\u091F\u0932 \u092B\u0949\u0930\u094D\u091A\u094D\u092F\u0942\u0928 \u0928\u0947\u091F\u0935\u0930\u094D\u0915, \u092B\u093C\u0941\u091F\u0942) \u092A\u0930 \u0916\u094B\u091C \u0915\u0930\u0947\u0902\u0917\u0947 , \u091F\u093E\u0907\u0917\u0930) \u0938\u094D\u0935\u091A\u093E\u0932\u093F\u0924 \u0930\u0942\u092A \u0938\u0947 \u0906\u092A\u0915\u0947 \u0932\u093F\u090F \u0905\u0902\u0917\u094D\u0930\u0947\u091C\u0940 \u092E\u0947\u0902 \u0938\u092E\u093E\u0928 \u0915\u0940\u0935\u0930\u094D\u0921 \u0916\u094B\u091C\u0924\u093E \u0939\u0948 \u0914\u0930 \u0909\u0928\u094D\u0939\u0947\u0902 \u0926\u093E\u0908\u0902 \u0913\u0930 \u092A\u094D\u0930\u0926\u0930\u094D\u0936\u093F\u0924 \u0915\u0930\u0924\u093E \u0939\u0948\u0964 \u092F\u0926\u093F \u0906\u092A\u0915\u094B \u0907\u0938 \u0938\u0941\u0935\u093F\u0927\u093E \u0915\u0940 \u0906\u0935\u0936\u094D\u092F\u0915\u0924\u093E \u0928\u0939\u0940\u0902 \u0939\u0948, \u0924\u094B \u0906\u092A \u0907\u0938\u0947 \u0905\u0915\u094D\u0937\u092E \u0915\u0930\u0928\u093E \u091A\u0941\u0928 \u0938\u0915\u0924\u0947 \u0939\u0948\u0902\u0964",option:"\u0938\u094D\u0925\u093E\u092A\u093F\u0924 \u0915\u0930\u0928\u093E",saveSettings:"\u0938\u0947\u091F\u093F\u0902\u0917\u094D\u0938 \u0938\u0947\u0935 \u0915\u0930\u0947\u0902",closeModal:"\u0916\u093F\u0921\u093C\u0915\u0940 \u092C\u0902\u0926 \u0915\u0930\u094B",enableInputTranslationWithoutTriggerKeyTitle:"\u0924\u094D\u0935\u0930\u093F\u0924 \u0915\u0949\u092E\u094D\u092C\u094B \u0915\u094B 3 \u0917\u0941\u0928\u093E{trailingKey}\u0938\u0915\u094D\u0937\u092E \u0915\u0930\u0947\u0902, \u0938\u0902\u092A\u0942\u0930\u094D\u0923 \u0907\u0928\u092A\u0941\u091F \u092C\u0949\u0915\u094D\u0938 \u0915\u094B \u0938\u0940\u0927\u0947{inputTargetLanguage}\u092E\u0947\u0902 \u0905\u0928\u0941\u0935\u093E\u0926\u093F\u0924 \u0915\u0930\u0947\u0902",enableInputTranslationWithoutTriggerKeyDescription:"\u092F\u0926\u093F \u0906\u092A\u0915\u094B \u0932\u0915\u094D\u0937\u094D\u092F \u092D\u093E\u0937\u093E \u0928\u093F\u0930\u094D\u0926\u093F\u0937\u094D\u091F \u0915\u0930\u0928\u0947 \u0915\u0940 \u0906\u0935\u0936\u094D\u092F\u0915\u0924\u093E \u0939\u0948, \u0924\u094B \u0915\u0943\u092A\u092F\u093E \u0938\u093E\u092E\u0928\u0947 \u092D\u093E\u0937\u093E \u0915\u094B\u0921 \u091C\u094B\u0921\u093C\u0947\u0902, \u091C\u0948\u0938\u0947\uFF1Aja \u0939\u0947\u0932\u094B \u0935\u0930\u094D\u0932\u094D\u0921",mouseHoverShortcutPlaceholder:"\u091C\u0948\u0938\u0947\uFF1A\u0936\u093F\u092B\u094D\u091F",deepLProName:"\u0907\u092E\u0930\u094D\u0938\u093F\u0935 \u091F\u094D\u0930\u093E\u0902\u0938\u0932\u0947\u0936\u0928 \u092A\u094D\u0930\u094B \u0938\u0926\u0938\u094D\u092F (\u0905\u0928\u0941\u0936\u0902\u0938\u093F\u0924)",deepLProDescription:"\u0935\u0930\u094D\u0924\u092E\u093E\u0928 \u092A\u0948\u0915\u0947\u091C \u0915\u093E \u0938\u0940\u0927\u0947 \u0909\u092A\u092F\u094B\u0917 \u0915\u093F\u092F\u093E \u091C\u093E \u0938\u0915\u0924\u093E \u0939\u0948",deeplProDescriptionForNormal:"\u0915\u093F\u0938\u0940 \u0938\u0947\u091F\u093F\u0902\u0917 \u0915\u0940 \u0906\u0935\u0936\u094D\u092F\u0915\u0924\u093E \u0928\u0939\u0940\u0902 \u0939\u0948\u0964 \u0906\u092A \u0938\u0926\u0938\u094D\u092F \u0915\u0947 \u0930\u0942\u092A \u092E\u0947\u0902 \u0932\u0949\u0917 \u0907\u0928 \u0915\u0930\u0928\u0947 \u0915\u0947 \u092C\u093E\u0926 \u0907\u0938\u0915\u093E \u0909\u092A\u092F\u094B\u0917 \u0915\u0930 \u0938\u0915\u0924\u0947 \u0939\u0948\u0902\u0964 <1> \u0938\u0926\u0938\u094D\u092F \u092E\u0947\u0902 \u0905\u092A\u0917\u094D\u0930\u0947\u0921 \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u092F\u0939\u093E\u0902 \u0915\u094D\u0932\u093F\u0915 \u0915\u0930\u0947\u0902\u0964",deepLCustomDescription:"\u0906\u092A\u0915\u094B \u090F\u0915 \u0935\u093F\u0926\u0947\u0936\u0940 \u0915\u094D\u0930\u0947\u0921\u093F\u091F \u0915\u093E\u0930\u094D\u0921 \u0915\u0940 \u0906\u0935\u0936\u094D\u092F\u0915\u0924\u093E \u0939\u0948, <1>\u0921\u0940\u092A\u090F\u0932 \u092A\u0930 \u091C\u093E\u090F\u0902 \u0906\u0927\u093F\u0915\u093E\u0930\u093F\u0915 \u0924\u094C\u0930 \u092A\u0930 \u0916\u094B\u0932\u093E \u0917\u092F\u093E, <2> \u0926\u0938\u094D\u0924\u093E\u0935\u0947\u091C\u093C \u0926\u0947\u0916\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u0915\u094D\u0932\u093F\u0915 \u0915\u0930\u0947\u0902",deepLCustomName:"\u0915\u0938\u094D\u091F\u092E \u092A\u094D\u0930\u093E\u092E\u093E\u0923\u093F\u0915 \u0915\u0941\u0902\u091C\u0940",chooseProviderLabel:"\u090F\u0915 \u0938\u0947\u0935\u093E \u092A\u094D\u0930\u0926\u093E\u0924\u093E \u091A\u0941\u0928\u0947\u0902",openaiProName:"\u0907\u092E\u0930\u094D\u0938\u093F\u0935 \u091F\u094D\u0930\u093E\u0902\u0938\u0932\u0947\u0936\u0928 \u092A\u094D\u0930\u094B \u0938\u0926\u0938\u094D\u092F (\u0905\u0928\u0941\u0936\u0902\u0938\u093F\u0924)",openaiProDescription:"\u0935\u0930\u094D\u0924\u092E\u093E\u0928 \u092A\u0948\u0915\u0947\u091C \u0915\u093E \u0938\u0940\u0927\u0947 \u0909\u092A\u092F\u094B\u0917 \u0915\u093F\u092F\u093E \u091C\u093E \u0938\u0915\u0924\u093E \u0939\u0948",openaiProDescriptionForNormal:"\u0915\u093F\u0938\u0940 \u0938\u0947\u091F\u093F\u0902\u0917 \u0915\u0940 \u0906\u0935\u0936\u094D\u092F\u0915\u0924\u093E \u0928\u0939\u0940\u0902 \u0939\u0948\u0964 \u0906\u092A \u0938\u0926\u0938\u094D\u092F \u0915\u0947 \u0930\u0942\u092A \u092E\u0947\u0902 \u0932\u0949\u0917 \u0907\u0928 \u0915\u0930\u0928\u0947 \u0915\u0947 \u092C\u093E\u0926 \u0907\u0938\u0915\u093E \u0909\u092A\u092F\u094B\u0917 \u0915\u0930 \u0938\u0915\u0924\u0947 \u0939\u0948\u0902\u0964 <1> \u0938\u0926\u0938\u094D\u092F \u092E\u0947\u0902 \u0905\u092A\u0917\u094D\u0930\u0947\u0921 \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u092F\u0939\u093E\u0902 \u0915\u094D\u0932\u093F\u0915 \u0915\u0930\u0947\u0902\u0964",openaiCustomDescription:"\u0907\u0938\u0947 OpenAI, Azure OpenAI, \u092F\u093E \u0905\u0928\u094D\u092F \u0924\u0943\u0924\u0940\u092F-\u092A\u0915\u094D\u0937 \u0938\u0947\u0935\u093E\u0913\u0902 \u0938\u0947 \u092A\u094D\u0930\u093E\u092A\u094D\u0924 \u0915\u093F\u092F\u093E \u091C\u093E \u0938\u0915\u0924\u093E \u0939\u0948\u0964 <1> \u0926\u0938\u094D\u0924\u093E\u0935\u0947\u091C\u093C \u0926\u0947\u0916\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u092F\u0939\u093E\u0902 \u0915\u094D\u0932\u093F\u0915 \u0915\u0930\u0947\u0902\u0964",openaiCustomName:"\u0915\u0938\u094D\u091F\u092E \u090F\u092A\u0940\u0906\u0908 \u0915\u0941\u0902\u091C\u0940",needLoginAction:"(\u0938\u0926\u0938\u094D\u092F\u0924\u093E \u0926\u0930\u094D\u091C \u0915\u0930\u0947\u0902 \u092F\u093E \u0905\u0928\u0941\u0915\u0942\u0932\u093F\u0924 \u0915\u0930\u0947\u0902)",goLoginOrAction:"(\u0938\u0926\u0938\u094D\u092F\u0924\u093E \u0926\u0930\u094D\u091C \u0915\u0930\u0947\u0902 \u092F\u093E \u0938\u0947\u091F\u093F\u0902\u0917\u094D\u0938 \u092A\u0930 \u091C\u093E\u090F\u0902)",yearly:"\u0938\u0924\u0924 \u0935\u093E\u0930\u094D\u0937\u093F\u0915 \u0938\u0926\u0938\u094D\u092F\u0924\u093E",quarterly:"\u0932\u0917\u093E\u0924\u093E\u0930 \u090B\u0924\u0941\u090F\u0901",monthly:"\u0928\u093F\u0930\u0902\u0924\u0930 \u092E\u093E\u0938\u093F\u0915 \u0938\u0926\u0938\u094D\u092F\u0924\u093E",yearlyForOnce:"\u090F\u0915\u092E\u0941\u0936\u094D\u0924 \u0935\u093E\u0930\u094D\u0937\u093F\u0915 \u092A\u0948\u0915\u0947\u091C",monthlyForOnce:"\u090F\u0915\u092E\u0941\u0936\u094D\u0924 \u092E\u093E\u0938\u093F\u0915 \u092A\u0948\u0915\u0947\u091C",daily:"\u0932\u0917\u093E\u0924\u093E\u0930 \u0926\u094B \u0926\u093F\u0928",year:"\u0938\u0924\u0924 \u0935\u093E\u0930\u094D\u0937\u093F\u0915 \u0938\u0926\u0938\u094D\u092F\u0924\u093E",quarter:"\u0932\u0917\u093E\u0924\u093E\u0930 \u090B\u0924\u0941\u090F\u0901",month:"\u0928\u093F\u0930\u0902\u0924\u0930 \u092E\u093E\u0938\u093F\u0915 \u0938\u0926\u0938\u094D\u092F\u0924\u093E",day:"\u0932\u0917\u093E\u0924\u093E\u0930 \u0926\u094B \u0926\u093F\u0928",onetime_7day:"7 \u0926\u093F\u0928 \u0915\u093E \u091F\u094D\u0930\u093E\u092F\u0932 \u092A\u0948\u0915\u0947\u091C",currentPlanDescriptionForFree:"\u0935\u0930\u094D\u0924\u092E\u093E\u0928 \u092A\u0948\u0915\u0947\u091C\uFF1A\u0928\u093F\u0903\u0936\u0941\u0932\u094D\u0915 \u0939\u0948",currentPlanDescriptionForContinuous:"\u0935\u0930\u094D\u0924\u092E\u093E\u0928 \u092A\u0948\u0915\u0947\u091C\uFF1A{plan}\u0939\u0948 \u0914\u0930 {endAt} \u0915\u094B \u0938\u094D\u0935\u091A\u093E\u0932\u093F\u0924 \u0930\u0942\u092A \u0938\u0947 \u0928\u0935\u0940\u0928\u0940\u0915\u0943\u0924 \u0939\u094B \u091C\u093E\u090F\u0917\u093E",currentPlanDescriptionForAutoRenewCaceling:"\u0935\u0930\u094D\u0924\u092E\u093E\u0928 \u092A\u0948\u0915\u0947\u091C\uFF1A{plan}\u0939\u0948 \u0914\u0930 {endAt} \u0915\u094B \u0938\u092E\u093E\u092A\u094D\u0924 \u0939\u094B \u091C\u093E\u090F\u0917\u093E\u0964 \u0938\u092E\u093E\u092A\u094D\u0924\u093F \u0915\u0947 \u092C\u093E\u0926 \u0907\u0938\u0947 \u0938\u094D\u0935\u091A\u093E\u0932\u093F\u0924 \u0930\u0942\u092A \u0938\u0947 \u0928\u0935\u0940\u0928\u0940\u0915\u0943\u0924 \u0928\u0939\u0940\u0902 \u0915\u093F\u092F\u093E \u091C\u093E\u090F\u0917\u093E\u0964",currentYearlyPlanDescriptionForAutoRenewCacelingWithRealPaiedUser:"\u0935\u0930\u094D\u0924\u092E\u093E\u0928 \u092A\u0948\u0915\u0947\u091C\uFF1A{plan} {endAt} \u0915\u094B \u0938\u092E\u093E\u092A\u094D\u0924 \u0939\u094B \u091C\u093E\u090F\u0917\u093E \u0914\u0930 \u0938\u092E\u093E\u092A\u094D\u0924\u093F \u0915\u0947 \u092C\u093E\u0926 \u0938\u094D\u0935\u091A\u093E\u0932\u093F\u0924 \u0930\u0942\u092A \u0938\u0947 \u0928\u0935\u0940\u0928\u0940\u0915\u0943\u0924 \u0928\u0939\u0940\u0902 \u0915\u093F\u092F\u093E \u091C\u093E\u090F\u0917\u093E\u0964
<1>\u0928\u0935\u0940\u0915\u0930\u0923 \u092F\u094B\u091C\u0928\u093E\u0913\u0902 \u0915\u094B \u092A\u094D\u0930\u092C\u0902\u0927\u093F\u0924 \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u092F\u0939\u093E\u0902 \u0915\u094D\u0932\u093F\u0915 \u0915\u0930\u0947\u0902",currentYearlyPlanDescriptionForAutoRenewCacelingWithAdmin:"\u0935\u0930\u094D\u0924\u092E\u093E\u0928 \u092A\u0948\u0915\u0947\u091C\uFF1A{plan} {endAt} \u0915\u094B \u0938\u092E\u093E\u092A\u094D\u0924 \u0939\u094B \u091C\u093E\u090F\u0917\u093E \u0914\u0930 \u0938\u092E\u093E\u092A\u094D\u0924\u093F \u0915\u0947 \u092C\u093E\u0926 \u0938\u094D\u0935\u091A\u093E\u0932\u093F\u0924 \u0930\u0942\u092A \u0938\u0947 \u0928\u0935\u0940\u0928\u0940\u0915\u0943\u0924 \u0928\u0939\u0940\u0902 \u0915\u093F\u092F\u093E \u091C\u093E\u090F\u0917\u093E\u0964
<1>\u0928\u093F\u0930\u0902\u0924\u0930 \u0935\u093E\u0930\u094D\u0937\u093F\u0915 \u0938\u0926\u0938\u094D\u092F\u0924\u093E \u0938\u0915\u094D\u0930\u093F\u092F \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u092F\u0939\u093E\u0902 \u0915\u094D\u0932\u093F\u0915 \u0915\u0930\u0947\u0902",currentPlanDescriptionForOneTime:"\u0935\u0930\u094D\u0924\u092E\u093E\u0928 \u092A\u0948\u0915\u0947\u091C\uFF1A{plan}\u0939\u0948 \u0914\u0930 {endAt} \u0915\u094B \u0938\u092E\u093E\u092A\u094D\u0924 \u0939\u094B \u091C\u093E\u090F\u0917\u093E\u0964 <1> \u0935\u093E\u0930\u094D\u0937\u093F\u0915 \u0936\u0941\u0932\u094D\u0915 \u092E\u0947\u0902 \u0905\u092A\u0917\u094D\u0930\u0947\u0921 \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u092F\u0939\u093E\u0902 \u0915\u094D\u0932\u093F\u0915 \u0915\u0930\u0947\u0902 \u092F\u093E <2> \u092E\u093E\u0938\u093F\u0915 \u0936\u0941\u0932\u094D\u0915 \u0938\u0926\u0938\u094D\u092F",upgradePlan:"\u092A\u094D\u0930\u094B \u0938\u0926\u0938\u094D\u092F\u0924\u093E \u092E\u0947\u0902 \u0905\u092A\u0917\u094D\u0930\u0947\u0921 \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u092F\u0939\u093E\u0902 \u0915\u094D\u0932\u093F\u0915 \u0915\u0930\u0947\u0902",upgradeToPro:"\u092A\u094D\u0930\u094B \u0938\u0926\u0938\u094D\u092F\u0924\u093E \u092E\u0947\u0902 \u0905\u092A\u0917\u094D\u0930\u0947\u0921 \u0915\u0930\u0947\u0902","popup.openPro":"\u092A\u094D\u0930\u094B \u0938\u0926\u0938\u094D\u092F\u0924\u093E \u092E\u0947\u0902 \u0905\u092A\u0917\u094D\u0930\u0947\u0921 \u0915\u0930\u0928\u0947 \u0915\u0947 \u092C\u093E\u0926, \u0906\u092A \u0921\u0940\u092A\u090F\u0932 \u0914\u0930 \u0913\u092A\u0928\u090F\u0906\u0908 \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u093E \u0906\u0928\u0902\u0926 \u0932\u0947 \u0938\u0915\u0924\u0947 \u0939\u0948\u0902, \u0905\u092A\u0917\u094D\u0930\u0947\u0921 \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u092F\u0939\u093E\u0902 \u0915\u094D\u0932\u093F\u0915 \u0915\u0930\u0947\u0902","popup.openProForPro":"\u0906\u092A \u090F\u0915 \u092A\u094D\u0930\u094B \u0938\u0926\u0938\u094D\u092F \u0939\u0948\u0902 \u0914\u0930 \u0938\u0940\u0927\u0947 \u0921\u0940\u092A\u090F\u0932 \u0914\u0930 \u0913\u092A\u0928\u090F\u0906\u0908 \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u093E \u0909\u092A\u092F\u094B\u0917 \u0915\u0930 \u0938\u0915\u0924\u0947 \u0939\u0948\u0902",currentAccount:"\u091A\u093E\u0932\u0942 \u0916\u093E\u0924\u093E",enableAutoSyncUserSettings:"\u090F\u0915\u093E\u0927\u093F\u0915 \u0921\u093F\u0935\u093E\u0907\u0938\u094B\u0902 \u092A\u0930 \u0938\u094D\u0935\u091A\u093E\u0932\u093F\u0924 \u0915\u094D\u0932\u093E\u0909\u0921 \u0938\u093F\u0902\u0915 \u0938\u0915\u094D\u0937\u092E \u0915\u0930\u0947\u0902",modalEnableInputTranslationTitle:"\u0907\u092E\u0930\u094D\u0938\u093F\u0935 \u091F\u094D\u0930\u093E\u0902\u0938\u0932\u0947\u0936\u0928 \u0907\u0928\u092A\u0941\u091F \u092C\u0949\u0915\u094D\u0938 \u091F\u094D\u0930\u093E\u0902\u0938\u0932\u0947\u0936\u0928 \u092F\u0941\u0915\u094D\u0924\u093F\u092F\u093E\u0901",modalEnableInputTranslationDesc:"\u0906\u092A\u0928\u0947 \u0938\u094D\u092A\u0947\u0938 \u092C\u093E\u0930 \u0915\u094B \u0932\u0917\u093E\u0924\u093E\u0930 \u0924\u0940\u0928 \u092C\u093E\u0930 \u0926\u092C\u093E\u0915\u0930 \u0907\u092E\u0930\u094D\u0938\u093F\u0935 \u091F\u094D\u0930\u093E\u0902\u0938\u0932\u0947\u0936\u0928 \u0915\u0947 \u0907\u0928\u092A\u0941\u091F \u092C\u0949\u0915\u094D\u0938 \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u094B \u091F\u094D\u0930\u093F\u0917\u0930 \u0915\u093F\u092F\u093E \u0939\u0948, \u0914\u0930 \u0907\u0928\u092A\u0941\u091F \u092C\u0949\u0915\u094D\u0938 \u0915\u0940 \u0938\u093E\u092E\u0917\u094D\u0930\u0940 \u0915\u094B \u0921\u093F\u092B\u093C\u0949\u0932\u094D\u091F \u0932\u0915\u094D\u0937\u094D\u092F \u092D\u093E\u0937\u093E \u092E\u0947\u0902 \u0905\u0928\u0941\u0935\u093E\u0926\u093F\u0924 \u0915\u093F\u092F\u093E \u091C\u093E\u090F\u0917\u093E\u0964 \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u094B Ctrl+Z \u0915\u0947 \u092E\u093E\u0927\u094D\u092F\u092E \u0938\u0947 \u092A\u0942\u0930\u094D\u0935\u0935\u0924 \u0915\u093F\u092F\u093E \u091C\u093E \u0938\u0915\u0924\u093E \u0939\u0948\u0964

\u092F\u0926\u093F \u092F\u0939 \u090F\u0915 \u0917\u0932\u0924\u0940 \u0939\u0948, \u0924\u094B \u091A\u093F\u0902\u0924\u093E \u0928 \u0915\u0930\u0947\u0902, \u0906\u092A \u0907\u0938 \u092C\u093E\u0930 \u0907\u0938\u0947 \u0905\u0915\u094D\u0937\u092E \u0915\u0930\u0928\u093E \u091A\u0941\u0928 \u0938\u0915\u0924\u0947 \u0939\u0948\u0902, \u092F\u093E \u0907\u0928\u092A\u0941\u091F \u092C\u0949\u0915\u094D\u0938 \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u094B \u0938\u094D\u0925\u093E\u092F\u0940 \u0930\u0942\u092A \u0938\u0947 \u0905\u0915\u094D\u0937\u092E \u0915\u0930 \u0938\u0915\u0924\u0947 \u0939\u0948\u0902\u0964",saveAndNotShowAgain:"\u0938\u0939\u0947\u091C\u0947\u0902 \u0914\u0930 \u0926\u094B\u092C\u093E\u0930\u093E \u0938\u0902\u0915\u0947\u0924 \u0928 \u0926\u0947\u0902",disableInputTranslationTips:"* \u0906\u092A {option} ,{learnMore}\u092E\u0947\u0902 \u091F\u094D\u0930\u093F\u0917\u0930 \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u0905\u0928\u094D\u092F \u0936\u0949\u0930\u094D\u091F\u0915\u091F \u0915\u0941\u0902\u091C\u093F\u092F\u093E\u0901 \u092D\u0940 \u0938\u0947\u091F \u0915\u0930 \u0938\u0915\u0924\u0947 \u0939\u0948\u0902\u0964",learnMore:"\u0914\u0930 \u091C\u093E\u0928\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u092F\u0939\u093E\u0902 \u0915\u094D\u0932\u093F\u0915 \u0915\u0930\u0947\u0902",continueEnalbeInputTranslation:"\u0907\u0928\u092A\u0941\u091F \u092C\u0949\u0915\u094D\u0938 \u0905\u0928\u0941\u0935\u093E\u0926 \u0938\u0915\u094D\u0937\u092E \u0915\u0930\u0928\u093E \u091C\u093E\u0930\u0940 \u0930\u0916\u0947\u0902",autoRenewTrialSuffix:'(\u092A\u0930\u0940\u0915\u094D\u0937\u0923 \u0915\u0947 \u0926\u094C\u0930\u093E\u0928,\u0924\u0941\u0930\u0902\u0924 \u0914\u092A\u091A\u093E\u0930\u093F\u0915\u092E\u0947\u0902 \u0905\u092A\u0917\u094D\u0930\u0947\u0921 \u0915\u0930 \u0926\u093F\u092F\u093E \u091C\u093E\u090F\u0917\u093E)',upgradeFromTrialTitle:"\u0906\u0927\u093F\u0915\u093E\u0930\u093F\u0915 \u0938\u0926\u0938\u094D\u092F \u0915\u0947 \u0930\u0942\u092A \u092E\u0947\u0902 \u0905\u092A\u0917\u094D\u0930\u0947\u0921 \u0915\u0930\u0947\u0902",subtitle:"\u0935\u0940\u0921\u093F\u092F\u094B \u0909\u092A\u0936\u0940\u0930\u094D\u0937\u0915",youtubeService:"\u0907\u092E\u0930\u094D\u0938\u093F\u0935 \u0905\u0928\u0941\u0935\u093E\u0926 \u0935\u0940\u0921\u093F\u092F\u094B \u0909\u092A\u0936\u0940\u0930\u094D\u0937\u0915 \u0905\u0928\u0941\u0935\u093E\u0926 \u0938\u0947\u0935\u093E","subtitle.disabledSubtitle":"\u0935\u0940\u0921\u093F\u092F\u094B \u0909\u092A\u0936\u0940\u0930\u094D\u0937\u0915 \u0915\u094B \u0938\u094D\u0925\u093E\u092F\u0940 \u0930\u0942\u092A \u0938\u0947 \u0905\u0915\u094D\u0937\u092E \u0915\u0930\u0947\u0902","subtitle.disabledSubtitleDescription":"\u092F\u0926\u093F \u0907\u092E\u0930\u094D\u0938\u093F\u0935 \u091F\u094D\u0930\u093E\u0902\u0938\u0932\u0947\u0936\u0928 \u0915\u0947 \u0935\u0940\u0921\u093F\u092F\u094B \u0909\u092A\u0936\u0940\u0930\u094D\u0937\u0915 \u0905\u0928\u094D\u092F \u090F\u0915\u094D\u0938\u091F\u0947\u0902\u0936\u0928 \u0915\u0947 \u0938\u093E\u0925 \u0938\u0902\u0918\u0930\u094D\u0937 \u0915\u0930\u0924\u0947 \u0939\u0948\u0902, \u0924\u094B \u0906\u092A \u0907\u092E\u0930\u094D\u0938\u093F\u0935 \u091F\u094D\u0930\u093E\u0902\u0938\u0932\u0947\u0936\u0928 \u0915\u0947 \u0935\u0940\u0921\u093F\u092F\u094B \u0909\u092A\u0936\u0940\u0930\u094D\u0937\u0915 \u092B\u093C\u0902\u0915\u094D\u0936\u0928 \u0915\u094B \u0938\u094D\u0925\u093E\u092F\u0940 \u0930\u0942\u092A \u0938\u0947 \u0905\u0915\u094D\u0937\u092E \u0915\u0930\u0928\u093E \u092F\u093E \u0905\u0928\u094D\u092F \u0935\u093F\u0930\u094B\u0927\u093E\u092D\u093E\u0938\u0940 \u090F\u0915\u094D\u0938\u091F\u0947\u0902\u0936\u0928 \u0915\u094B \u0905\u0928\u0907\u0902\u0938\u094D\u091F\u0949\u0932 \u0915\u0930\u0928\u093E \u091A\u0941\u0928 \u0938\u0915\u0924\u0947 \u0939\u0948\u0902\u0964","subtitle.autoEnableSubtitle":"\u0938\u094D\u0935\u091A\u093E\u0932\u093F\u0924 \u0930\u0942\u092A \u0938\u0947 \u0926\u094D\u0935\u093F\u092D\u093E\u0937\u0940 \u0909\u092A\u0936\u0940\u0930\u094D\u0937\u0915 \u0915\u093E \u0909\u092A\u092F\u094B\u0917 \u0915\u0930\u0947\u0902","subtitle.autoEnableSubtitleDescription":"\u0938\u0915\u094D\u0930\u093F\u092F \u0915\u0930\u0928\u0947 \u0915\u0947 \u092C\u093E\u0926, \u091C\u092C \u0935\u0940\u0921\u093F\u092F\u094B \u091A\u0932 \u0930\u0939\u093E \u0939\u094B\u0924\u093E \u0939\u0948, \u0924\u094B \u0938\u094D\u0935\u091A\u093E\u0932\u093F\u0924 \u0930\u0942\u092A \u0938\u0947 \u0926\u094D\u0935\u093F\u092D\u093E\u0937\u0940\u092F \u0909\u092A\u0936\u0940\u0930\u094D\u0937\u0915 \u0926\u093F\u0916\u093E\u0908 \u0926\u0947\u0902\u0917\u0947, \u0905\u0928\u094D\u092F\u0925\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u092C\u091F\u0928 \u092A\u0930 \u0915\u094D\u0932\u093F\u0915 \u0915\u0930\u0928\u0947 \u0915\u0940 \u0906\u0935\u0936\u094D\u092F\u0915\u0924\u093E \u0939\u094B\u0917\u0940\u0964","subtitle.preTranslation":"\u0909\u092A\u0936\u0940\u0930\u094D\u0937\u0915 \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u0907\u092E\u0930\u094D\u0938\u093F\u0935 \u091F\u094D\u0930\u093E\u0902\u0938\u0932\u0947\u0936\u0928 \u0915\u093E \u0909\u092A\u092F\u094B\u0917 \u0915\u0930\u0947\u0902","subtitle.preTranslationDescription":"\u0907\u0938\u0947 \u0938\u0915\u094D\u0937\u092E \u0915\u0930\u0928\u0947 \u0915\u0947 \u092C\u093E\u0926, \u0928\u0940\u091A\u0947 \u0926\u0940 \u0917\u0908 \u0928\u093F\u0930\u094D\u0926\u093F\u0937\u094D\u091F \u0905\u0928\u0941\u0935\u093E\u0926 \u0938\u0947\u0935\u093E \u0915\u093E \u0909\u092A\u092F\u094B\u0917 \u0938\u0902\u092A\u0942\u0930\u094D\u0923 \u0909\u092A\u0936\u0940\u0930\u094D\u0937\u0915 \u0915\u093E \u0905\u0917\u094D\u0930\u093F\u092E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u0915\u093F\u092F\u093E \u091C\u093E\u090F\u0917\u093E\u0964 \u090F\u0915 \u0918\u0902\u091F\u0947 \u0915\u093E \u0935\u0940\u0921\u093F\u092F\u094B \u0932\u0917\u092D\u0917 50,000 \u091F\u094B\u0915\u0928 \u092F\u093E \u0935\u0930\u094D\u0923\u094B\u0902 \u0915\u093E \u0909\u092A\u092D\u094B\u0917 \u0915\u0930\u0924\u093E \u0939\u0948, \u0907\u0938\u0932\u093F\u090F \u0915\u0943\u092A\u092F\u093E \u0907\u0938\u0947 \u0909\u092A\u092F\u0941\u0915\u094D\u0924 \u0915\u0947 \u0930\u0942\u092A \u092E\u0947\u0902 \u0909\u092A\u092F\u094B\u0917 \u0915\u0930\u0947\u0902; \u0907\u0938\u0947 \u092C\u0902\u0926 \u0915\u0930\u0928\u0947 \u0915\u0947 \u092C\u093E\u0926, \u092E\u0936\u0940\u0928 \u0938\u0947 \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u093F\u092F\u093E \u091C\u093E\u090F\u0917\u093E \u092E\u0942\u0932 \u0935\u0940\u0921\u093F\u092F\u094B \u0915\u0947 \u0938\u093E\u0925 \u0906\u0928\u0947 \u0935\u093E\u0932\u0947 \u0909\u092A\u0936\u0940\u0930\u094D\u0937\u0915 \u0915\u093E \u092A\u0939\u0932\u0947 \u0909\u092A\u092F\u094B\u0917 \u0915\u093F\u092F\u093E \u091C\u093E\u090F\u0917\u093E\u0964","subtitle.humanSubtitlesPreferred":"\u092E\u093E\u0928\u0935 \u0909\u092A\u0936\u0940\u0930\u094D\u0937\u0915 \u0915\u0947 \u0909\u092A\u092F\u094B\u0917 \u0915\u094B \u092A\u094D\u0930\u093E\u0925\u092E\u093F\u0915\u0924\u093E \u0926\u0947\u0902","subtitle.humanSubtitlesPreferredDescription":"\u091C\u092C \u0915\u093F\u0938\u0940 \u0935\u0940\u0921\u093F\u092F\u094B \u092E\u0947\u0902 \u0932\u0915\u094D\u0937\u093F\u0924 \u092D\u093E\u0937\u093E \u092E\u0947\u0902 \u092E\u0948\u0928\u094D\u092F\u0941\u0905\u0932 \u0909\u092A\u0936\u0940\u0930\u094D\u0937\u0915 \u0939\u094B\u0902, \u0924\u094B \u092A\u0939\u0932\u0947 \u092E\u0948\u0928\u094D\u092F\u0941\u0905\u0932 \u0909\u092A\u0936\u0940\u0930\u094D\u0937\u0915 \u0915\u093E \u0909\u092A\u092F\u094B\u0917 \u0915\u0930\u0947\u0902 (\u0905\u0928\u0941\u0936\u0902\u0938\u093F\u0924)",videoSubtitleTranslationDescription:"\u0935\u0940\u0921\u093F\u092F\u094B \u0909\u092A\u0936\u0940\u0930\u094D\u0937\u0915 \u0915\u0947 \u0932\u093F\u090F \u090F\u0915 \u0905\u0932\u0917 \u0905\u0928\u0941\u0935\u093E\u0926 \u0938\u0947\u0935\u093E \u0928\u093E\u092E\u093F\u0924 \u0915\u0930\u0947\u0902",subtitleTranslating:"{service} \u0938\u0947\u0935\u093E \u0915\u093E \u0909\u092A\u092F\u094B\u0917 \u0915\u0930\u0915\u0947 \u0909\u092A\u0936\u0940\u0930\u094D\u0937\u0915 \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930 \u0930\u0939\u0947 \u0939\u0948\u0902, \u0915\u0943\u092A\u092F\u093E \u092A\u094D\u0930\u0924\u0940\u0915\u094D\u0937\u093E \u0915\u0930\u0947\u0902... (\u0907\u092E\u0930\u094D\u0938\u093F\u0935 \u0905\u0928\u0941\u0935\u093E\u0926)",subtitleLoading:"\u0909\u092A\u0936\u0940\u0930\u094D\u0937\u0915 \u0932\u094B\u0921 \u0939\u094B \u0930\u0939\u093E \u0939\u0948...",bilingual:"\u0926\u094D\u0935\u093F\u092D\u093E\u0937\u093F\u0915","field.action":"Baidu \u0936\u092C\u094D\u0926\u093E\u0935\u0932\u0940 \u0915\u094B \u0938\u0915\u094D\u0937\u092E \u0915\u0930\u0928\u093E \u0939\u0948 \u092F\u093E \u0928\u0939\u0940\u0902","description.action":"\u0938\u0915\u094D\u0937\u092E \u0915\u0930\u0928\u0947 \u0915\u0947 \u092C\u093E\u0926, \u0936\u092C\u094D\u0926 \u0915\u094B \u0938\u0915\u094D\u0937\u092E \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F Baidu \u0915\u094B \u0938\u0942\u091A\u093F\u0924 \u0915\u0930\u0928\u0947 \u0915\u0947 \u0905\u0928\u0941\u0930\u094B\u0927 \u092E\u0947\u0902 \u092A\u0948\u0930\u093E\u092E\u0940\u091F\u0930 \u090F\u0915\u094D\u0936\u0928 = 1 \u091C\u094B\u0921\u093C\u093E \u091C\u093E\u090F\u0917\u093E\u0964 <1> \u0915\u0943\u092A\u092F\u093E \u0905\u0927\u093F\u0915 \u0928\u093F\u0930\u094D\u0926\u0947\u0936\u094B\u0902 \u0915\u0947 \u0932\u093F\u090F \u0906\u0927\u093F\u0915\u093E\u0930\u093F\u0915 \u0926\u0938\u094D\u0924\u093E\u0935\u0947\u091C\u093C \u0926\u0947\u0916\u0947\u0902\u0964",closeQuickTranslation:"\u0924\u0948\u0930\u0924\u0940 \u0939\u0941\u0908 \u0917\u0947\u0902\u0926 \u0915\u094B \u092C\u0902\u0926 \u0915\u0930\u0947\u0902","closeQuickTranslation.untilNext":"\u0905\u0917\u0932\u0940 \u092F\u093E\u0924\u094D\u0930\u093E \u0924\u0915 \u092C\u0902\u0926","closeQuickTranslation.currentWebsite":"\u0935\u0930\u094D\u0924\u092E\u093E\u0928 \u0935\u0947\u092C\u0938\u093E\u0907\u091F \u0905\u0915\u094D\u0937\u092E \u0939\u0948","closeQuickTranslation.alwaysClose":"\u0938\u094D\u0925\u093E\u092F\u0940 \u0930\u0942\u092A \u0938\u0947 \u0905\u0915\u094D\u0937\u092E","closeQuickTranslation.settingOpen":"(<1> \u0938\u0947\u091F\u093F\u0902\u0917 \u092A\u0947\u091C \u092A\u0930 \u092A\u093E\u092F\u093E \u091C\u093E \u0938\u0915\u0924\u093E \u0939\u0948 \u091A\u093E\u0932\u0942 \u0915\u0930\u094B)","closeQuickTranslation.cancel":"\u0930\u0926\u094D\u0926 \u0915\u0930\u0928\u093E","closeQuickTranslation.confirm":"\u091C\u093C\u0930\u0942\u0930","floatBall.popup":"\u0924\u094D\u0935\u0930\u093F\u0924 \u0938\u0947\u091F\u093F\u0902\u0917 \u092A\u0948\u0928\u0932 \u0916\u094B\u0932\u0947\u0902","floatBall.translate":"\u0907\u0938 \u092A\u0943\u0937\u094D\u0920 \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u0915\u094D\u0932\u093F\u0915 \u0915\u0930\u0947\u0902","floatBall.showOriginal":"\u092E\u0942\u0932 \u092A\u093E\u0920 \u092A\u0930 \u0935\u093E\u092A\u0938 \u091C\u093E\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u0915\u094D\u0932\u093F\u0915 \u0915\u0930\u0947\u0902","floatBall.close":"\u0924\u0948\u0930\u0924\u0940 \u0939\u0941\u0908 \u0917\u0947\u0902\u0926 \u0915\u094B \u092C\u0902\u0926 \u0915\u0930\u0947\u0902","floatBallOptions.enableDescPc":"\u092A\u0947\u091C \u092B\u093C\u094D\u0932\u094B\u091F\u093F\u0902\u0917 \u092C\u0949\u0932 \u0938\u0915\u094D\u0937\u092E \u0939\u094B\u0928\u0947 \u0915\u0947 \u092C\u093E\u0926, \u092A\u0943\u0937\u094D\u0920 \u0915\u0947 \u0926\u093E\u0908\u0902 \u0913\u0930 \u090F\u0915 \u0924\u094D\u0935\u0930\u093F\u0924 \u0905\u0928\u0941\u0935\u093E\u0926 \u092C\u091F\u0928 \u092A\u094D\u0930\u0926\u0930\u094D\u0936\u093F\u0924 \u0939\u094B\u0917\u093E\u0964 \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u0915\u094D\u0932\u093F\u0915 \u0915\u0930\u0947\u0902\u0964","floatBallOptions.enableDesc":"\u092B\u094D\u0932\u094B\u091F\u093F\u0902\u0917 \u092C\u0949\u0932 \u0915\u094B \u092C\u0902\u0926 \u0915\u0930\u0928\u0947 \u0915\u0947 \u092C\u093E\u0926 \u0907\u0938\u0947{touch}\u0938\u0947 \u091C\u0917\u093E\u092F\u093E \u091C\u093E \u0938\u0915\u0924\u093E \u0939\u0948\u0964 \u0907\u0938 \u0935\u093F\u0915\u0932\u094D\u092A \u0915\u094B \u0917\u0932\u0924\u0940 \u0938\u0947 \u092C\u0902\u0926 \u0915\u0930\u0928\u0947 \u0915\u0947 \u092C\u093E\u0926 \u092B\u094D\u0932\u094B\u091F\u093F\u0902\u0917 \u092C\u0949\u0932 \u0915\u094B \u092E\u093F\u0932\u0928\u0947 \u0938\u0947 \u0930\u094B\u0915\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F, \u0907\u0938 \u0938\u0947\u091F\u093F\u0902\u0917 \u092A\u0947\u091C \u0915\u094B \u092C\u0941\u0915\u092E\u093E\u0930\u094D\u0915 \u0915\u0930\u0928\u0947 \u0915\u0940 \u092A\u0941\u0930\u091C\u094B\u0930 \u0905\u0928\u0941\u0936\u0902\u0938\u093E \u0915\u0940 \u091C\u093E\u0924\u0940 \u0939\u0948\u0964","description.azureApiUrl":"\u0915\u0938\u094D\u091F\u092E \u090F\u092A\u0940\u0906\u0908 \u0907\u0902\u091F\u0930\u092B\u093C\u0947\u0938 \u092A\u0924\u093E \u092D\u0930\u0947\u0902",confirmSupportMouse:"\u092E\u093E\u0909\u0938 \u0938\u092E\u0930\u094D\u0925\u0928 \u0915\u094B \u0938\u0915\u094D\u0937\u092E \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u092C\u093E\u0927\u094D\u092F \u0915\u0930\u0947\u0902",confirmSupportMouseDescription:"\u092F\u0939 \u092A\u093E\u092F\u093E \u0917\u092F\u093E \u0939\u0948 \u0915\u093F \u0935\u0930\u094D\u0924\u092E\u093E\u0928 \u092C\u094D\u0930\u093E\u0909\u091C\u093C\u0930 \u092E\u093E\u0909\u0938 \u092B\u093C\u0902\u0915\u094D\u0936\u0928 \u0915\u093E \u0938\u092E\u0930\u094D\u0925\u0928 \u0928\u0939\u0940\u0902 \u0915\u0930\u0924\u093E \u0939\u0948\u0964 \u0915\u094D\u092F\u093E \u0906\u092A \u092E\u093E\u0909\u0938 \u0938\u092E\u0930\u094D\u0925\u0928 \u0915\u094B \u092C\u0932\u092A\u0942\u0930\u094D\u0935\u0915 \u0938\u0915\u094D\u0937\u092E \u0915\u0930\u0928\u093E \u091A\u093E\u0939\u0924\u0947 \u0939\u0948\u0902?",sampleTargetText:"\u0932\u092E\u094D\u092C\u0940 \u0930\u093E\u0924 \u0906\u0928\u0947 \u0935\u093E\u0932\u0940 \u0939\u0948, \u0914\u0930 \u0905\u092C \u0938\u0947 \u092E\u0948\u0902 \u092E\u0930\u0928\u0947 \u0924\u0915 \u091C\u093E\u0917\u0924\u093E \u0930\u0939\u0942\u0901\u0917\u093E\u0964 \u092E\u0948\u0902 \u0928 \u092A\u0924\u094D\u0928\u0940 \u0932\u0942\u0901\u0917\u093E, \u0928 \u091C\u093E\u0917\u0940\u0930, \u0928 \u092C\u091A\u094D\u091A\u0947\u0964 \u092E\u0948\u0902 \u0915\u094B\u0908 \u0924\u093E\u091C \u0928\u0939\u0940\u0902 \u092A\u0939\u0928\u0942\u0902\u0917\u093E \u092F\u093E \u0938\u092E\u094D\u092E\u093E\u0928 \u0915\u0947 \u0932\u093F\u090F \u092A\u094D\u0930\u0924\u093F\u0938\u094D\u092A\u0930\u094D\u0927\u093E \u0928\u0939\u0940\u0902 \u0915\u0930\u0942\u0902\u0917\u093E\u0964 \u092E\u0948\u0902 \u0905\u092A\u0928\u093E \u0915\u0930\u094D\u0924\u0935\u094D\u092F \u0928\u093F\u0937\u094D\u0920\u093E\u092A\u0942\u0930\u094D\u0935\u0915 \u0928\u093F\u092D\u093E\u090A\u0902\u0917\u093E, \u091C\u093F\u090A\u0902\u0917\u093E \u0914\u0930 \u092E\u0930\u0942\u0902\u0917\u093E\u0964",sampleSourceText:"Night gathers, and now my watch begins. It shall not end until my death. I shall take no wife, hold no lands, father no children. I shall wear no crowns and win no glory. I shall live and die at my post.","subtitle.supportedSites":"\u5DF2\u652F\u6301\u5728\u8FD9\u4E9B\u7F51\u7AD9\u4F7F\u7528\u53CC\u8BED\u5B57\u5E55\uFF08\u6CE8\u610F\uFF1A\u7531\u4E8E\u6280\u672F\u9650\u5236\uFF0C\u90E8\u5206\u7F51\u7AD9\u5728\u9996\u6B21\u5F00\u542F\u5B57\u5E55\u540E\u9700\u8981\u91CD\u65B0\u5237\u65B0\u9875\u9762\uFF0C\u6216\u8005\u9700\u7B49\u5F85\u7FFB\u8BD1\u5B8C\u6210\u4EE5\u663E\u793A\u53CC\u8BED\u5B57\u5E55\uFF09\uFF1A",viewWithImmersiveTranslate:"\u53CC\u8BED\u7248\u672C(\u6C89\u6D78\u5F0F\u7FFB\u8BD1)",errorReason:"\u9519\u8BEF\u539F\u56E0\uFF1A{message}","proQuotaExceededError.onetime7day":'\uFF0C\u60A8\u53EF\u4EE5\u9009\u62E9\u4EE5\u4E0B\u65B9\u5F0F\u89E3\u51B3\uFF1A

1. \u5207\u6362\u5230 {anotherService} \u6216\u5176\u4ED6\u7FFB\u8BD1\u670D\u52A1
2. \u5347\u7EA7\u4E3A\u6708\u5EA6/\u5E74\u5EA6\u4F1A\u5458',"proQuotaExceededError.trial":'\uFF0C\u60A8\u53EF\u4EE5\u9009\u62E9\u4EE5\u4E0B\u65B9\u5F0F\u89E3\u51B3\uFF1A

1. \u5207\u6362\u5230 {anotherService} \u6216\u5176\u4ED6\u7FFB\u8BD1\u670D\u52A1
2. \u7ACB\u523B\u5347\u7EA7\u4E3A\u6B63\u5F0F\u4F1A\u5458',"proQuotaExceededError.nonTrial":'\uFF0C\u60A8\u53EF\u4EE5\u9009\u62E9\u4EE5\u4E0B\u65B9\u5F0F\u89E3\u51B3\uFF1A

1. \u5207\u6362\u5230 {anotherService} \u6216\u5176\u4ED6\u7FFB\u8BD1\u670D\u52A1
2. \u8D2D\u4E70 {translationService} \u989D\u5916\u6D41\u91CF\u5305',"proQuotaExceededError.resetTime":"
3. \u989D\u5EA6\u91CD\u7F6E\u65F6\u95F4\uFF1A{resetTime}","desc.touchShortcutsToggleTranslatePageOnlyTranslation":"\u0915\u0947\u0935\u0932 \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u093E \u0924\u093E\u0924\u094D\u092A\u0930\u094D\u092F \u0939\u0948 \u0915\u093F \u0915\u0947\u0935\u0932 \u0905\u0928\u0941\u0935\u093E\u0926 \u092A\u094D\u0930\u0926\u0930\u094D\u0936\u093F\u0924 \u0939\u094B\u0917\u093E, \u092F\u0926\u093F \u0935\u0947\u092C\u092A\u0947\u091C \u0905\u092D\u0940 \u0924\u0915 \u0905\u0928\u0941\u0935\u093E\u0926\u093F\u0924 \u0928\u0939\u0940\u0902 \u0939\u0941\u0906 \u0939\u0948, \u0924\u094B \u092E\u094B\u0921 \u092C\u0926\u0932\u0947\u0917\u093E \u0914\u0930 \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0947\u0917\u093E\u0964","desc.toggleOnlyTransation":"\u0915\u0947\u0935\u0932 \u0905\u0928\u0941\u0935\u093E\u0926 \u092E\u094B\u0921 \u0915\u093E \u0924\u093E\u0924\u094D\u092A\u0930\u094D\u092F \u0939\u0948 \u0915\u093F \u0915\u0947\u0935\u0932 \u0905\u0928\u0941\u0935\u093E\u0926 \u092A\u094D\u0930\u0926\u0930\u094D\u0936\u093F\u0924 \u0939\u094B\u0917\u093E, \u092F\u0926\u093F \u0935\u0947\u092C\u092A\u0947\u091C \u0905\u092D\u0940 \u0924\u0915 \u0905\u0928\u0941\u0935\u093E\u0926\u093F\u0924 \u0928\u0939\u0940\u0902 \u0939\u0941\u0906 \u0939\u0948, \u0924\u094B \u092E\u094B\u0921 \u092C\u0926\u0932 \u091C\u093E\u090F\u0917\u093E \u0914\u0930 \u0905\u0928\u0941\u0935\u093E\u0926 \u0939\u094B\u0917\u093E\u0964",touchShortcutsToggleTranslatePageOnlyTranslation:"\u0938\u094D\u0915\u094D\u0930\u0940\u0928 \u091F\u091A \u091C\u0947\u0938\u094D\u091A\u0930 \u0938\u0947\u091F \u0915\u0930\u0947\u0902 \u0926\u094D\u0935\u093F\u092D\u093E\u0937\u0940 / \u0915\u0947\u0935\u0932 \u0905\u0928\u0941\u0935\u093E\u0926 \u092E\u094B\u0921 \u0915\u094B \u0938\u094D\u0935\u093F\u091A \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F",download_started:"\u0921\u093E\u0909\u0928\u0932\u094B\u0921 \u0936\u0941\u0930\u0942 \u0939\u094B \u091A\u0941\u0915\u093E \u0939\u0948, \u092F\u0926\u093F \u0938\u094D\u0935\u091A\u093E\u0932\u093F\u0924 \u0930\u0942\u092A \u0938\u0947 \u0921\u093E\u0909\u0928\u0932\u094B\u0921 \u0928\u0939\u0940\u0902 \u0939\u094B \u0930\u0939\u093E \u0939\u0948, \u0924\u094B \u0915\u0943\u092A\u092F\u093E \u092E\u0948\u0928\u094D\u092F\u0941\u0905\u0932 \u0930\u0942\u092A \u0938\u0947 \u0915\u094D\u0932\u093F\u0915 \u0915\u0930\u0947\u0902\u0964",here:"\u092F\u0939\u093E\u0901",batchEdit:"\u0925\u094B\u0915 \u0938\u0902\u091A\u093E\u0932\u0928","error.goReset":"\u0930\u0940\u0938\u0947\u091F \u0915\u0930\u0947\u0902",translationFont:"\u092B\u093C\u0949\u0928\u094D\u091F \u0938\u0947\u091F \u0915\u0930\u0947\u0902","translationFont.custom":"\u0905\u092A\u0928\u0940 \u0915\u0938\u094D\u091F\u092E \u092B\u093C\u0949\u0928\u094D\u091F \u0926\u0930\u094D\u091C \u0915\u0930\u0947\u0902","translationModeLang.translation.title":"\u0915\u0947\u0935\u0932 \u0905\u0928\u0941\u0935\u093E\u0926 \u092E\u094B\u0921 \u0915\u0940 \u092D\u093E\u0937\u093E","translationFont.customPlaceholder":"\u092B\u093C\u0949\u0928\u094D\u091F","translationServices.inherit":"\u092E\u0941\u0916\u094D\u092F \u0905\u0928\u0941\u0935\u093E\u0926 \u0938\u0947\u0935\u093E \u0915\u093E \u092A\u093E\u0932\u0928 \u0915\u0930\u0947\u0902","error.serveConfigError":"\u0938\u0947\u0935\u093E \u0938\u092E\u093E\u0915\u0943\u0924\u093F \u0924\u094D\u0930\u0941\u091F\u093F","error.configError":"\u0935\u093F\u0928\u094D\u092F\u093E\u0938 \u0921\u0947\u091F\u093E \u0905\u0938\u093E\u092E\u093E\u0928\u094D\u092F","translationModeUrl.translation.title":"\u0915\u0947\u0935\u0932 \u0905\u0928\u0941\u0935\u093E\u0926 \u092E\u094B\u0921 \u0915\u093E URL",toggleToService:"{\u0938\u0947\u0935\u093E} \u092A\u0930 \u0938\u094D\u0935\u093F\u091A \u0915\u0930\u0947\u0902 \u0914\u0930 \u092A\u0941\u0928\u0903 \u092A\u094D\u0930\u092F\u093E\u0938 \u0915\u0930\u0947\u0902",videoSubtitlePreTranslationOn:"\u0935\u0940\u0921\u093F\u092F\u094B \u0938\u092C\u091F\u093E\u092F\u091F\u0932\u094D\u0938 \u0915\u093E \u092A\u094D\u0930\u093E\u0925\u092E\u093F\u0915\u0924\u093E \u0938\u094D\u0935\u0930\u0942\u092A \u092E\u0947\u0902 \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u093E \u0909\u092A\u092F\u094B\u0917 \u0915\u0930\u0947\u0902\u0917\u0947\u0964","touch.mouse-translate":"\u0915\u0943\u092A\u092F\u093E \u0928\u093F\u0930\u094D\u0926\u093F\u0937\u094D\u091F \u092A\u0948\u0930\u093E\u0917\u094D\u0930\u093E\u092B \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0947\u0902",detectServiceLoading:"\u0909\u092A\u0932\u092C\u094D\u0927 \u0905\u0928\u0941\u0935\u093E\u0926 \u0938\u0947\u0935\u093E\u0913\u0902 \u0915\u0940 \u091C\u093E\u0902\u091A \u0915\u0930 \u0930\u0939\u093E \u0939\u0948...","error.proTokenInvalid":"\u092F\u0926\u093F \u0906\u092A \u092A\u094D\u0930\u094B \u0909\u092A\u092F\u094B\u0917\u0915\u0930\u094D\u0924\u093E \u0939\u0948\u0902, \u0924\u094B \u0915\u0943\u092A\u092F\u093E \u092A\u094D\u0930\u094B \u0905\u0928\u0941\u0935\u093E\u0926 \u0938\u0947\u0935\u093E \u0915\u093E \u0909\u092A\u092F\u094B\u0917 \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u0932\u0949\u0917 \u0907\u0928 \u0915\u0930\u0947\u0902\u0964","error.400":"\u0938\u0947\u0935\u093E \u0924\u094D\u0930\u0941\u091F\u093F \u0935\u093E\u092A\u0938 \u0915\u0930\u0924\u0940 \u0939\u0948, \u0905\u0928\u0941\u0930\u094B\u0927 \u092A\u0948\u0930\u093E\u092E\u0940\u091F\u0930 \u0917\u0932\u0924 \u0939\u0948, \u0915\u0943\u092A\u092F\u093E \u0938\u0902\u092C\u0902\u0927\u093F\u0924 \u0915\u0949\u0928\u094D\u092B\u093C\u093F\u0917\u0930\u0947\u0936\u0928 \u0915\u0940 \u091C\u093E\u0902\u091A \u0915\u0930\u0947\u0902\u0964","error.502":"\u0938\u0947\u0935\u093E \u0924\u094D\u0930\u0941\u091F\u093F \u0932\u094C\u091F\u0924\u0940 \u0939\u0948, \u0938\u0947\u0935\u093E \u0938\u092E\u092F \u0938\u092E\u093E\u092A\u094D\u0924, \u0915\u0943\u092A\u092F\u093E \u092C\u093E\u0926 \u092E\u0947\u0902 \u092A\u0941\u0928\u0903 \u092A\u094D\u0930\u092F\u093E\u0938 \u0915\u0930\u0947\u0902\u0964","error.reloadPageOfSetting":"\u0915\u0949\u0928\u094D\u092B\u093C\u093F\u0917\u0930 \u0915\u0930\u0928\u0947 \u0915\u0947 \u092C\u093E\u0926, \u0915\u0943\u092A\u092F\u093E \u092A\u0943\u0937\u094D\u0920 \u0915\u094B \u0924\u093E\u091C\u093C\u093E \u0915\u0930\u0947\u0902 \u0914\u0930 \u092B\u093F\u0930 \u0938\u0947 \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0947\u0902\u0964","translationModeUrl.translation.description":"\u091C\u092C \u0935\u0947\u092C\u0938\u093E\u0907\u091F \u0928\u093F\u092E\u094D\u0928\u0932\u093F\u0916\u093F\u0924 \u0921\u094B\u092E\u0947\u0928 \u0915\u0947 \u0932\u093F\u090F \u0939\u094B\u0924\u0940 \u0939\u0948, \u0924\u094B \u092F\u0939 \u0938\u094D\u0935\u091A\u093E\u0932\u093F\u0924 \u0930\u0942\u092A \u0938\u0947 \u0915\u0947\u0935\u0932 \u0905\u0928\u0941\u0935\u093E\u0926 \u092E\u094B\u0921 \u0915\u093E \u0909\u092A\u092F\u094B\u0917 \u0915\u0930\u0947\u0917\u0940\u0964","error.googleLimitIp":"\u0938\u0947\u0935\u093E \u0924\u094D\u0930\u0941\u091F\u093F \u0932\u094C\u091F\u093E\u0924\u0940 \u0939\u0948, \u0917\u0942\u0917\u0932 \u0938\u0947\u0935\u093E\u090F\u0902 \u0907\u0938 IP \u092A\u0924\u0947 \u092A\u0930 \u092A\u094D\u0930\u0935\u093E\u0939 \u0938\u0940\u092E\u093F\u0924 \u0915\u0930 \u091A\u0941\u0915\u0940 \u0939\u0948\u0902, \u0906\u092A\u0915\u093E \u0938\u0941\u091D\u093E\u0935 \u0939\u0948 \u0915\u093F \u0906\u092A \u0928\u0947\u091F\u0935\u0930\u094D\u0915 \u0928\u094B\u0921 \u092C\u0926\u0932\u0947\u0902\u0964","error.proUpgrade":"\u0905\u092A\u0917\u094D\u0930\u0947\u0921 \u0915\u0930\u0928\u0947 \u0915\u0947 \u092C\u093E\u0926, \u0915\u0943\u092A\u092F\u093E \u092A\u0943\u0937\u094D\u0920 \u0915\u094B \u0924\u093E\u091C\u093C\u093E \u0915\u0930\u0947\u0902 \u0914\u0930 \u092B\u093F\u0930 \u0938\u0947 \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0947\u0902\u0964","error.gemini.429":"\u0935\u0930\u094D\u0924\u092E\u093E\u0928 \u092E\u0947\u0902 \u091C\u0947\u092E\u093F\u0928\u0940 \u0938\u0947\u0935\u093E \u0915\u0940 \u0935\u0930\u094D\u0924\u092E\u093E\u0928 \u092D\u0930\u0923 \u0915\u094D\u0937\u092E\u0924\u093E \u0938\u0940\u092E\u093E \u0915\u094B \u092A\u0939\u0941\u0902\u091A \u091A\u0941\u0915\u0940 \u0939\u0948, \u0915\u0943\u092A\u092F\u093E \u092C\u093E\u0926 \u092E\u0947\u0902 \u092A\u094D\u0930\u092F\u093E\u0938 \u0915\u0930\u0947\u0902, \u092F\u093E \u0905\u0928\u094D\u092F \u0905\u0928\u0941\u0935\u093E\u0926 \u0938\u0947\u0935\u093E\u0913\u0902 \u092A\u0930 \u0938\u094D\u0935\u093F\u091A \u0915\u0930\u0947\u0902\u0964",enableSentryReport:"\u091C\u092C \u090F\u0915\u094D\u0938\u091F\u0947\u0902\u0936\u0928 \u092E\u0947\u0902 \u0924\u094D\u0930\u0941\u091F\u093F \u0939\u094B\u0924\u0940 \u0939\u0948, \u0924\u094B Sentry \u0915\u093E \u0909\u092A\u092F\u094B\u0917 \u092A\u094D\u0930\u0924\u093F\u0915\u094D\u0930\u093F\u092F\u093E \u0938\u092C\u092E\u093F\u091F \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u0915\u0930\u0947\u0902\u0964","error.403":"\u0938\u0947\u0935\u093E \u0924\u094D\u0930\u0941\u091F\u093F \u0932\u094C\u091F\u093E\u0924\u0940 \u0939\u0948, \u0905\u0938\u094D\u0925\u093E\u092F\u0940 \u0930\u0942\u092A \u0938\u0947 \u0907\u0938 \u0938\u0947\u0935\u093E \u0915\u093E \u0909\u092A\u092F\u094B\u0917 \u0915\u0930\u0928\u0947 \u0915\u0940 \u0905\u0928\u0941\u092E\u0924\u093F \u0928\u0939\u0940\u0902 \u0939\u0948\u0964","translationModeLang.translation.description":"\u091C\u092C \u092A\u0943\u0937\u094D\u0920 \u0915\u0940 \u092D\u093E\u0937\u093E \u0928\u093F\u092E\u094D\u0928\u0932\u093F\u0916\u093F\u0924 \u092D\u093E\u0937\u093E\u0913\u0902 \u092E\u0947\u0902 \u0939\u094B\u0924\u0940 \u0939\u0948, \u0924\u094B \u0915\u0947\u0935\u0932 \u0905\u0928\u0941\u0935\u093E\u0926 \u092E\u094B\u0921 \u0915\u093E \u0938\u094D\u0935\u091A\u093E\u0932\u093F\u0924 \u0930\u0942\u092A \u0938\u0947 \u0909\u092A\u092F\u094B\u0917 \u0915\u093F\u092F\u093E \u091C\u093E\u090F\u0917\u093E",videoSubtitlePreTranslationOff:"\u0935\u0940\u0921\u093F\u092F\u094B \u0938\u092C\u091F\u093E\u092F\u091F\u0932 \u092E\u0942\u0932 \u0935\u0940\u0921\u093F\u092F\u094B \u0926\u094D\u0935\u093E\u0930\u093E \u0938\u094D\u0935\u091A\u093E\u0932\u093F\u0924 \u0930\u0942\u092A \u0938\u0947 \u0905\u0928\u0941\u0935\u093E\u0926\u093F\u0924 \u0938\u092C\u091F\u093E\u092F\u091F\u0932 \u0915\u093E \u092A\u094D\u0930\u093E\u0925\u092E\u093F\u0915\u0924\u093E \u092A\u094D\u0930\u0926\u093E\u0928 \u0915\u0930\u0947\u0917\u093E\u0964","error.429":"\u0938\u0947\u0935\u093E \u0924\u094D\u0930\u0941\u091F\u093F \u0932\u094C\u091F\u093E\u0924\u0940 \u0939\u0948, \u091C\u093F\u0938\u0915\u093E \u0905\u0930\u094D\u0925 \u0939\u0948 \u0915\u093F \u0905\u0928\u0941\u0930\u094B\u0927 \u092C\u0939\u0941\u0924 \u0905\u0915\u094D\u0938\u0930 \u0939\u094B \u0930\u0939\u0947 \u0939\u0948\u0902 \u092F\u093E \u0938\u0940\u092E\u093E \u0938\u0940\u092E\u093E \u0938\u0947 \u0905\u0927\u093F\u0915 \u0939\u0948\u0902, \u0915\u0943\u092A\u092F\u093E \u092C\u093E\u0926 \u092E\u0947\u0902 \u092A\u0941\u0928\u0903 \u092A\u094D\u0930\u092F\u093E\u0938 \u0915\u0930\u0947\u0902\u0964","error.openAIExceededQuota":"\u0938\u0947\u0935\u093E \u0924\u094D\u0930\u0941\u091F\u093F \u0935\u093E\u092A\u0938 \u0915\u0930\u0924\u0940 \u0939\u0948: \u0906\u092A\u0915\u093E \u0935\u0930\u094D\u0924\u092E\u093E\u0928 OpenAI \u0916\u093E\u0924\u093E \u092C\u0948\u0932\u0947\u0902\u0938 \u092A\u0930\u094D\u092F\u093E\u092A\u094D\u0924 \u0928\u0939\u0940\u0902 \u0939\u0948, \u0915\u0943\u092A\u092F\u093E OpenAI \u0906\u0927\u093F\u0915\u093E\u0930\u093F\u0915 \u092C\u0948\u0915\u090F\u0902\u0921 \u092E\u0947\u0902 \u0930\u093F\u091A\u093E\u0930\u094D\u091C \u0915\u0930\u0947\u0902 \u092F\u093E \u0915\u094D\u0930\u0947\u0921\u093F\u091F \u0915\u093E\u0930\u094D\u0921 \u092C\u093E\u0902\u0927\u0947\u0902\u0964","translationFont.notSupportErrorMessage":"\u0915\u0943\u092A\u092F\u093E \u091C\u093E\u0902\u091A\u0947\u0902 \u0915\u093F \u0906\u092A\u0915\u0947 \u0926\u094D\u0935\u093E\u0930\u093E \u0926\u0930\u094D\u091C \u0915\u093F\u092F\u093E \u0917\u092F\u093E \u092B\u093C\u0949\u0928\u094D\u091F \u0928\u093E\u092E \u0938\u0939\u0940 \u0939\u0948 \u092F\u093E \u0928\u0939\u0940\u0902, \u092F\u093E \u092F\u0939 \u0938\u0941\u0928\u093F\u0936\u094D\u091A\u093F\u0924 \u0915\u0930\u0947\u0902 \u0915\u093F \u092F\u0939 \u092B\u093C\u0949\u0928\u094D\u091F \u0906\u092A\u0915\u0947 \u0909\u092A\u0915\u0930\u0923 \u092A\u0930 \u0938\u094D\u0925\u093E\u092A\u093F\u0924 \u0939\u0948\u0964","error.openAIFreeLimit":"\u0938\u0947\u0935\u093E \u0924\u094D\u0930\u0941\u091F\u093F \u0932\u094C\u091F\u093E\u0924\u0940 \u0939\u0948, \u0935\u0930\u094D\u0924\u092E\u093E\u0928 \u0905\u0928\u0941\u0935\u093E\u0926 \u0905\u0928\u0941\u0930\u094B\u0927 \u0915\u0940 \u0906\u0935\u0943\u0924\u094D\u0924\u093F \u092A\u094D\u0930\u0924\u093F \u092E\u093F\u0928\u091F 3 \u092C\u093E\u0930 \u0915\u0940 \u0905\u0927\u093F\u0915\u0924\u092E \u0938\u0940\u092E\u093E \u0924\u0915 \u092A\u0939\u0941\u0902\u091A \u091A\u0941\u0915\u0940 \u0939\u0948, \u0915\u0943\u092A\u092F\u093E \u092C\u093E\u0926 \u092E\u0947\u0902 \u092A\u094D\u0930\u092F\u093E\u0938 \u0915\u0930\u0947\u0902\u0964 (\u092F\u0939 OpenAI \u0915\u0940 \u0906\u0927\u093F\u0915\u093E\u0930\u093F\u0915 \u0938\u0940\u092E\u093E \u0939\u0948 \u0928\u093F:\u0936\u0941\u0932\u094D\u0915 API Key \u0915\u0947 \u0932\u093F\u090F, \u0907\u0938 \u0938\u0940\u092E\u093E \u0915\u094B \u0939\u091F\u093E\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F, \u0915\u0943\u092A\u092F\u093E OpenAI \u092C\u0948\u0915\u090F\u0902\u0921 \u092E\u0947\u0902 \u0915\u094D\u0930\u0947\u0921\u093F\u091F \u0915\u093E\u0930\u094D\u0921 \u092C\u093E\u0902\u0927\u0947\u0902\u0964)","desc.toggleVideoSubtitlePreTranslation":"\u091C\u092C \u0906\u092A \u0907\u0938\u0947 \u0926\u092C\u093E\u0924\u0947 \u0939\u0948\u0902, \u0924\u094B \u0935\u0940\u0921\u093F\u092F\u094B \u0926\u094D\u0935\u093F\u092D\u093E\u0937\u0940 \u0909\u092A\u0936\u0940\u0930\u094D\u0937\u0915 \u092A\u094D\u0930\u093E\u0925\u092E\u093F\u0915\u0924\u093E \u0938\u0947 \u0921\u0941\u092C\u0915\u0940 \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0940 \u0938\u0947\u091F\u093F\u0902\u0917 \u0915\u093E \u0909\u092A\u092F\u094B\u0917 \u0915\u0930\u0947\u0917\u093E, \u092B\u093F\u0930 \u0938\u0947 \u0926\u092C\u093E\u0928\u0947 \u092A\u0930 \u092F\u0939 \u092E\u0942\u0932 \u0935\u0940\u0921\u093F\u092F\u094B \u0915\u0947 \u0938\u094D\u0935\u091A\u093E\u0932\u093F\u0924 \u0905\u0928\u0941\u0935\u093E\u0926\u093F\u0924 \u0909\u092A\u0936\u0940\u0930\u094D\u0937\u0915 \u0915\u093E \u0909\u092A\u092F\u094B\u0917 \u0915\u0930\u0947\u0917\u093E, \u0927\u094D\u092F\u093E\u0928 \u0926\u0947\u0902: \u0907\u0938 \u0936\u0949\u0930\u094D\u091F\u0915\u091F \u0926\u094D\u0935\u093E\u0930\u093E \u0938\u0902\u0936\u094B\u0927\u093F\u0924 \u0938\u0947\u091F\u093F\u0902\u0917 \u0935\u0948\u0936\u094D\u0935\u093F\u0915 \u0939\u094B\u0924\u0940 \u0939\u0948\u0964","error.serveUnavailable":"\u0906\u092A\u0915\u0947 \u0926\u094D\u0935\u093E\u0930\u093E \u0935\u0930\u094D\u0924\u092E\u093E\u0928 \u092E\u0947\u0902 \u0909\u092A\u092F\u094B\u0917 \u0915\u093F\u090F \u091C\u093E \u0930\u0939\u0947 [{serverName}] \u0938\u0947\u0935\u093E \u0915\u094B \u0928\u0947\u091F\u0935\u0930\u094D\u0915 \u0915\u0928\u0947\u0915\u094D\u0936\u0928 \u092F\u093E \u0938\u0947\u0935\u093E \u092A\u094D\u0930\u0926\u093E\u0924\u093E \u0915\u0940 \u0938\u092E\u0938\u094D\u092F\u093E \u0915\u0947 \u0915\u093E\u0930\u0923 \u0905\u0938\u094D\u0925\u093E\u092F\u0940 \u0930\u0942\u092A \u0938\u0947 \u0909\u092A\u092F\u094B\u0917 \u0915\u0930\u0928\u0947 \u092E\u0947\u0902 \u0905\u0938\u092E\u0930\u094D\u0925 \u0939\u0948\u0964 \u0939\u092E\u093E\u0930\u093E \u0938\u0941\u091D\u093E\u0935 \u0939\u0948 \u0915\u093F \u0906\u092A \u092A\u0943\u0937\u094D\u0920 \u0915\u094B \u0924\u093E\u091C\u093E \u0915\u0930\u0928\u0947 \u0915\u093E \u092A\u094D\u0930\u092F\u093E\u0938 \u0915\u0930\u0947\u0902 \u092F\u093E <1>\u0938\u0947\u091F\u093F\u0902\u0917\u094D\u0938 \u0915\u0947 \u092E\u093E\u0927\u094D\u092F\u092E \u0938\u0947 \u0905\u0928\u094D\u092F \u0905\u0928\u0941\u0935\u093E\u0926 \u0938\u0947\u0935\u093E\u0913\u0902 \u0915\u094B \u092C\u0926\u0932\u0928\u0947 \u0915\u093E \u092A\u094D\u0930\u092F\u093E\u0938 \u0915\u0930\u0947\u0902\u0964 \u092F\u0926\u093F \u0906\u092A <2>Pro \u0938\u0926\u0938\u094D\u092F \u0939\u0948\u0902, \u0924\u094B \u0906\u092A DeepL \u092F\u093E OpenAI \u0905\u0928\u0941\u0935\u093E\u0926 \u0938\u0947\u0935\u093E \u0915\u093E \u0909\u092A\u092F\u094B\u0917 \u0915\u0930\u0928\u0947 \u0915\u093E \u091A\u092F\u0928 \u0915\u0930 \u0938\u0915\u0924\u0947 \u0939\u0948\u0902 \u091C\u094B \u0905\u0927\u093F\u0915 \u0938\u094D\u0925\u093F\u0930 \u0939\u0948 (<3>\u092F\u0939\u093E\u0902 \u092E\u0941\u092B\u094D\u0924 \u0905\u0928\u0941\u092D\u0935 \u0915\u0930\u0947\u0902)\u0964 \u0907\u0938\u0915\u0947 \u0905\u0932\u093E\u0935\u093E, \u0906\u092A\u0915\u094B \u0936\u093E\u092F\u0926 \u0905\u092A\u0928\u0940 \u0928\u0947\u091F\u0935\u0930\u094D\u0915 \u092F\u093E \u092A\u094D\u0930\u0949\u0915\u094D\u0938\u0940 \u0938\u0947\u091F\u093F\u0902\u0917\u094D\u0938 \u0915\u0940 \u091C\u093E\u0902\u091A \u0915\u0930\u0928\u0947 \u0915\u0940 \u0906\u0935\u0936\u094D\u092F\u0915\u0924\u093E \u0939\u094B \u0938\u0915\u0924\u0940 \u0939\u0948\u0964","translationServices.gemini":"\u092E\u093F\u0925\u0941\u0928","widget.translateFile":"PDF/ePub",goLogin:"\u0932\u0949\u0917 \u0907\u0928 \u0915\u0930\u0947\u0902","error.reason":"\u0924\u094D\u0930\u0941\u091F\u093F \u0915\u093E \u0915\u093E\u0930\u0923",contact:"\u0939\u092E\u0938\u0947 \u0938\u0902\u092A\u0930\u094D\u0915 \u0915\u0930\u0947\u0902",pickAll:"\u0938\u092D\u0940 \u0915\u093E \u091A\u092F\u0928 \u0915\u0930\u0947\u0902","multipleClick.3":"\u0924\u094D\u0930\u093F\u092A\u0932 \u0939\u093F\u091F","floatBall.iKnow":"\u092E\u0948\u0902\u0928\u0947 \u0938\u092E\u091D \u0932\u093F\u092F\u093E",shortcutSettings:"\u0936\u0949\u0930\u094D\u091F\u0915\u091F \u0915\u0941\u0902\u091C\u0940","error.retry":"\u092A\u0941\u0928\u0903 \u092A\u094D\u0930\u092F\u093E\u0938 \u0915\u0930\u0947\u0902",touchShortcutsOff:"\u092C\u0902\u0926 \u0915\u0930\u0947\u0902","subtitle.bilingual":"\u0926\u094D\u0935\u093F\u092D\u093E\u0937\u0940\u092F \u0909\u092A\u0936\u0940\u0930\u094D\u0937\u0915","tagsInput.add":"+ \u091C\u094B\u0921\u093C\u0947\u0902","slide.right":"\u092C\u093E\u090F\u0902 \u0938\u094D\u0932\u093E\u0907\u0921 \u0915\u0930\u0947\u0902","multipleClick.2":"\u0921\u092C\u0932 \u0915\u094D\u0932\u093F\u0915","widget.instruction":"\u0909\u092A\u092F\u094B\u0917 \u0915\u0940 \u0928\u093F\u0930\u094D\u0926\u0947\u0936\u093F\u0915\u093E",loggedIn:"\u0932\u0949\u0917 \u0907\u0928 \u0915\u093F\u092F\u093E \u0939\u0941\u0906 \u0939\u0948","shortcutGroup.main":"\u0938\u093E\u092E\u093E\u0928\u094D\u092F \u0909\u092A\u092F\u094B\u0917 \u0915\u0940 \u0936\u0949\u0930\u094D\u091F\u0915\u091F \u0915\u0941\u0902\u091C\u0940","slide.left":"\u0926\u093E\u090F\u0902 \u0938\u094D\u0932\u093E\u0907\u0921 \u0915\u0930\u0947\u0902",shortcutSettingsTitle:"\u0936\u0949\u0930\u094D\u091F\u0915\u091F \u0915\u0940 \u0938\u0947\u091F\u093F\u0902\u0917","multipleClick.4":"\u091A\u093E\u0930\u0939\u093F\u091F \u0938\u0902\u092F\u094B\u091C\u0928","error.subscriptionExpiredTitle":"\u0938\u0926\u0938\u094D\u092F\u0924\u093E \u0938\u092E\u093E\u092A\u094D\u0924 \u0939\u094B \u0917\u0908 \u0939\u0948",notLogin:"\u0932\u0949\u0917 \u0907\u0928 \u0928\u0939\u0940\u0902 \u0915\u093F\u092F\u093E \u0939\u0948","shortcutGroup.others":"\u0905\u0927\u093F\u0915 \u0915\u0938\u094D\u091F\u092E \u092B\u093C\u0902\u0915\u094D\u0936\u0928 \u0936\u0949\u0930\u094D\u091F\u0915\u091F","subtitle.hideQuickButton":"\u0907\u0938 \u0936\u0949\u0930\u094D\u091F\u0915\u091F \u0915\u094B \u092B\u093F\u0930 \u0938\u0947 \u0928\u093E \u0926\u093F\u0916\u093E\u090F\u0902","widget.videoSubtitleTooltip":"Youtube \u0906\u0926\u093F {count}+ \u0935\u0940\u0921\u093F\u092F\u094B \u0935\u0947\u092C\u0938\u093E\u0907\u091F\u094B\u0902 \u0915\u093E \u0938\u092E\u0930\u094D\u0925\u0928 \u0915\u0930\u0947\u0902","browser.translateInputBox":"\u0935\u0930\u094D\u0924\u092E\u093E\u0928 \u0907\u0928\u092A\u0941\u091F \u092C\u0949\u0915\u094D\u0938 \u0915\u0940 \u0938\u093E\u092E\u0917\u094D\u0930\u0940 \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0947\u0902",temprarilyChangeTranslationTo_openai:"\u0939\u092E \u0935\u0930\u094D\u0924\u092E\u093E\u0928 \u092A\u0943\u0937\u094D\u0920 \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 OpenAI \u0915\u093E \u0909\u092A\u092F\u094B\u0917 \u0915\u0930 \u0930\u0939\u0947 \u0939\u0948\u0902",alwaysTranslateThisSite:"\u0939\u092E\u0947\u0936\u093E \u0907\u0938 \u0935\u0947\u092C\u0938\u093E\u0907\u091F \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0947\u0902","shortcutGroup.mouse":"\u092E\u093E\u0909\u0938 \u0939\u094B\u0935\u0930 \u0936\u0949\u0930\u094D\u091F\u0915\u091F \u0915\u0949\u0928\u094D\u092B\u093C\u093F\u0917\u0930\u0947\u0936\u0928",translationOnlyMode:`\u0915\u0947\u0935\u0932 \u0905\u0928\u0941\u0935\u093E\u0926 \u092E\u094B\u0921 `,"shortcutGroup.touch":"\u0938\u094D\u0915\u094D\u0930\u0940\u0928 \u091F\u091A \u0915\u0947 \u0932\u093F\u090F \u0935\u093F\u0936\u0947\u0937 \u091C\u0947\u0938\u094D\u091A\u0930",networkError:"\u0905\u0928\u0941\u0935\u093E\u0926 \u0938\u0947\u0935\u093E\u090F\u0902 \u092F\u093E \u0928\u0947\u091F\u0935\u0930\u094D\u0915 \u092E\u0947\u0902 \u0938\u092E\u0938\u094D\u092F\u093E \u0939\u0948","intro.floatBallTitle":"\u0924\u094D\u0935\u0930\u093F\u0924 \u0905\u0928\u0941\u0935\u093E\u0926 \u092B\u094D\u0932\u094B\u091F\u093F\u0902\u0917 \u092C\u0949\u0932","widget.instructionTooltip":"\u0909\u092A\u092F\u094B\u0917 \u0915\u0940 \u0928\u093F\u0930\u094D\u0926\u0947\u0936\u093F\u0915\u093E \u0926\u0947\u0916\u0947\u0902",mouseHoverCustomKeyTitle:"\u0905\u0928\u0941\u0915\u0942\u0932\u093F\u0924 \u092E\u093E\u0909\u0938 \u0939\u094B\u0935\u0930 \u0936\u0949\u0930\u094D\u091F\u0915\u091F","widget.videoSubtitle":"\u0935\u0940\u0921\u093F\u092F\u094B \u0909\u092A\u0936\u0940\u0930\u094D\u0937\u0915",paragraphMinTextCountField:"\u0905\u0928\u0941\u0935\u093E\u0926 \u092A\u0948\u0930\u093E\u0917\u094D\u0930\u093E\u092B \u0915\u0947 \u0932\u093F\u090F \u0928\u094D\u092F\u0942\u0928\u0924\u092E \u0935\u0930\u094D\u0923 \u0938\u0902\u0916\u094D\u092F\u093E",neverTranslateThisSite:"\u0907\u0938 \u0935\u0947\u092C\u0938\u093E\u0907\u091F \u0915\u093E \u0915\u092D\u0940 \u0905\u0928\u0941\u0935\u093E\u0926 \u0928 \u0915\u0930\u0947\u0902","subtitle.showQuickButton":"\u0926\u094D\u0935\u093F\u092D\u093E\u0937\u0940\u092F \u0909\u092A\u0936\u0940\u0930\u094D\u0937\u0915\u094B\u0902 \u0915\u094B \u092A\u094D\u0932\u0947\u092F\u0930 \u092E\u0947\u0902 \u092A\u094D\u0930\u0926\u0930\u094D\u0936\u093F\u0924 \u0915\u0930\u0928\u0947 \u0915\u093E \u0936\u0949\u0930\u094D\u091F\u0915\u091F","widget.translateFileTooltip":"PDF, EPUB, SRT, ASS, HTML \u0914\u0930 TXT \u0926\u0938\u094D\u0924\u093E\u0935\u0947\u091C\u093C\u094B\u0902 \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0947\u0902","shortcutGroup.shortcutsForTranslationServices":"\u0905\u0928\u0941\u0935\u093E\u0926 \u0938\u0947\u0935\u093E\u0913\u0902 \u0938\u0947 \u0938\u0902\u092C\u0902\u0927\u093F\u0924 \u0936\u0949\u0930\u094D\u091F\u0915\u091F \u0915\u0941\u0902\u091C\u0940","intro.hoverTitle":"\u092E\u093E\u0909\u0938 \u0939\u094B\u0935\u0930 \u092A\u0930 \u0935\u0930\u094D\u0924\u092E\u093E\u0928 \u0905\u0928\u0941\u091A\u094D\u091B\u0947\u0926 \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0947\u0902",buildSnapshots:"\u0935\u0947\u092C\u092A\u0947\u091C \u0938\u094D\u0928\u0948\u092A\u0936\u0949\u091F \u0909\u0924\u094D\u092A\u0928\u094D\u0928 \u0915\u0930\u0947\u0902",notLoginPro:"\u0906\u092A\u0928\u0947 \u0905\u092D\u0940 \u0924\u0915 \u0905\u092A\u0928\u093E \u0938\u0926\u0938\u094D\u092F \u0916\u093E\u0924\u093E \u0932\u0949\u0917 \u0907\u0928 \u0928\u0939\u0940\u0902 \u0915\u093F\u092F\u093E \u0939\u0948\u0964","browser.translateWithTransmart":"\u0905\u0938\u094D\u0925\u093E\u092F\u0940 \u0930\u0942\u092A \u0938\u0947 \u091F\u0947\u0902\u0938\u0947\u0902\u091F \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u093E \u0909\u092A\u092F\u094B\u0917 \u0915\u0930\u0915\u0947 \u0935\u0930\u094D\u0924\u092E\u093E\u0928 \u092A\u0943\u0937\u094D\u0920 \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0947\u0902",temprarilyChangeTranslationTo_gemini:"\u0939\u092E \u0935\u0930\u094D\u0924\u092E\u093E\u0928 \u092A\u0943\u0937\u094D\u0920 \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 Gemini \u0915\u093E \u0909\u092A\u092F\u094B\u0917 \u0915\u0930 \u0930\u0939\u0947 \u0939\u0948\u0902\u0964",temprarilyChangeTranslationTo_deepl:"DeepL \u0915\u093E \u0909\u092A\u092F\u094B\u0917 \u0915\u0930\u0915\u0947 \u0935\u0930\u094D\u0924\u092E\u093E\u0928 \u092A\u0943\u0937\u094D\u0920 \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930 \u0930\u0939\u0947 \u0939\u0948\u0902",touchShortcutsToggleTranslationMask:"\u0938\u094D\u0915\u094D\u0930\u0940\u0928 \u091C\u0947\u0938\u094D\u091A\u0930 \u0938\u0947\u091F \u0915\u0930\u0947\u0902 \u0905\u0928\u0941\u0935\u093E\u0926 \u091B\u093F\u092A\u093E\u0928\u0947 / \u092E\u0942\u0932 \u092A\u093E\u0920 \u0926\u093F\u0916\u093E\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F","desc.touchShortcutsToggleTranslateTouchElement":"\u090F\u0915 \u0939\u0938\u094D\u0924\u0915\u094D\u0937\u0947\u092A \u0915\u094B \u0905\u0928\u0941\u0915\u0942\u0932\u093F\u0924 \u0915\u0930\u0947\u0902, \u0914\u0930 \u0906\u092A \u091C\u093F\u0938 \u0905\u0928\u0941\u091A\u094D\u091B\u0947\u0926 \u092E\u0947\u0902 \u0939\u0948\u0902, \u0909\u0938\u0947 \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930 \u0938\u0915\u0924\u0947 \u0939\u0948\u0902\u0964","browser.translateWithOpenAI":"\u0905\u0938\u094D\u0925\u093E\u092F\u0940 \u0930\u0942\u092A \u0938\u0947 OpenAI \u0915\u093E \u0909\u092A\u092F\u094B\u0917 \u0915\u0930\u0915\u0947 \u0935\u0930\u094D\u0924\u092E\u093E\u0928 \u092A\u0943\u0937\u094D\u0920 \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0947\u0902","browser.toggleMouseHoverTranslateDirectly":"\u092A\u0947\u091C \u092A\u0930 \u0905\u0938\u094D\u0925\u093E\u092F\u0940 \u0930\u0942\u092A \u0938\u0947 \u092E\u093E\u0909\u0938 \u0939\u094B\u0935\u0930 \u0938\u0940\u0927\u0947 \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u094B \u0938\u0915\u094D\u0937\u092E \u092F\u093E \u092C\u0902\u0926 \u0915\u0930\u0947\u0902","description.baiduField":"\u0938\u092E\u0930\u094D\u0925\u093F\u0924 \u0915\u094D\u0937\u0947\u0924\u094D\u0930\u094B\u0902 \u0915\u094B <1>\u092F\u0939\u093E\u0902 \u0926\u0947\u0916\u0947\u0902, \u0916\u093E\u0932\u0940 \u0939\u094B\u0928\u0947 \u0915\u093E \u0905\u0930\u094D\u0925 \u0939\u0948 \u0915\u094D\u0937\u0947\u0924\u094D\u0930 \u0928\u093F\u0930\u094D\u0926\u093F\u0937\u094D\u091F \u0928\u0939\u0940\u0902 \u0939\u0948","browser.toggleVideoSubtitlePreTranslation":"\u0926\u094D\u0935\u093F\u092D\u093E\u0937\u0940\u092F \u0938\u092C\u091F\u093E\u092F\u091F\u0932 \u0938\u094D\u0935\u093F\u091A \u0915\u0930\u0947\u0902, \u0921\u0941\u092C\u0915\u0940 \u0905\u0928\u0941\u0935\u093E\u0926 \u0938\u0947\u091F\u093F\u0902\u0917\u094D\u0938 \u0915\u093E \u092A\u094D\u0930\u093E\u0925\u092E\u093F\u0915\u0924\u093E \u0938\u0947 \u0909\u092A\u092F\u094B\u0917 \u0915\u0930\u0947\u0902","subtitle.autoDisableSubtitle":"\u0938\u094D\u0935\u091A\u093E\u0932\u093F\u0924 \u0930\u0942\u092A \u0938\u0947 \u0926\u094D\u0935\u093F\u092D\u093E\u0937\u0940 \u0909\u092A\u0936\u0940\u0930\u094D\u0937\u0915 \u0938\u0915\u094D\u0937\u092E \u0928\u0939\u0940\u0902 \u0915\u0930\u0947\u0902","browser.translateWithGemini":"\u0905\u0938\u094D\u0925\u093E\u092F\u0940 \u0930\u0942\u092A \u0938\u0947 Gemini \u0915\u093E \u0909\u092A\u092F\u094B\u0917 \u0915\u0930\u0915\u0947 \u0935\u0930\u094D\u0924\u092E\u093E\u0928 \u092A\u0943\u0937\u094D\u0920 \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0947\u0902","floatBall.guideClickToTranslate":`\u0905\u0928\u0941\u0935\u093E\u0926 \u092B\u094D\u0932\u094B\u091F\u093F\u0902\u0917 \u092C\u0949\u0932 \u092A\u0930 \u0915\u094D\u0932\u093F\u0915 \u0915\u0930\u0915\u0947 \u0924\u0941\u0930\u0902\u0924 \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930 \u0938\u0915\u0924\u0947 \u0939\u0948\u0902`,"neverTranslateText.title":"\u0928\u093F\u092E\u094D\u0928\u0932\u093F\u0916\u093F\u0924 \u0936\u092C\u094D\u0926 \u092E\u0942\u0932 \u0930\u0942\u092A \u092E\u0947\u0902 \u0930\u0916\u0947\u0902, \u0905\u0928\u0941\u0935\u093E\u0926 \u0928 \u0915\u0930\u0947\u0902",temprarilyChangeTranslationTo_google:"\u0935\u0930\u094D\u0924\u092E\u093E\u0928 \u092A\u0943\u0937\u094D\u0920 \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 Google \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u093E \u0909\u092A\u092F\u094B\u0917 \u0915\u0930 \u0930\u0939\u093E \u0939\u0948\u0964",touchShortcutsToggleTranslateTouchElement:"\u0938\u094D\u092A\u0930\u094D\u0936 \u0938\u094D\u0915\u094D\u0930\u0940\u0928 \u091C\u0947\u0938\u094D\u091A\u0930 \u0938\u0947\u091F \u0915\u0930\u0947\u0902 \u0928\u093F\u0930\u094D\u0926\u093F\u0937\u094D\u091F \u092A\u0948\u0930\u093E\u0917\u094D\u0930\u093E\u092B \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F",temprarilyChangeTranslationTo_transmart:"\u0939\u092E \u0935\u0930\u094D\u0924\u092E\u093E\u0928 \u092A\u0943\u0937\u094D\u0920 \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930 \u0930\u0939\u0947 \u0939\u0948\u0902 \u091F\u0947\u0902\u0938\u0947\u0902\u091F \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u093E \u0909\u092A\u092F\u094B\u0917 \u0915\u0930\u0915\u0947","browser.translateWithDeepL":"\u0905\u0938\u094D\u0925\u093E\u092F\u0940 \u0930\u0942\u092A \u0938\u0947 DeepL \u0915\u093E \u0909\u092A\u092F\u094B\u0917 \u0915\u0930\u0915\u0947 \u0935\u0930\u094D\u0924\u092E\u093E\u0928 \u092A\u0943\u0937\u094D\u0920 \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0947\u0902",upgradeToProErrorTitle:"\u0915\u0943\u092A\u092F\u093E \u0907\u0938 \u0905\u0928\u0941\u0935\u093E\u0926 \u0938\u0947\u0935\u093E \u0915\u093E \u0909\u092A\u092F\u094B\u0917 \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u092A\u094D\u0930\u094B \u0938\u0926\u0938\u094D\u092F\u0924\u093E \u0905\u092A\u0917\u094D\u0930\u0947\u0921 \u0915\u0930\u0947\u0902","floatBall.longPress":"\u0932\u0902\u092C\u0947 \u0938\u092E\u092F \u0924\u0915 \u0926\u092C\u093E\u090F \u0930\u0916\u0928\u0947 \u0938\u0947 \u0906\u092A \u0924\u094D\u0935\u0930\u093F\u0924 \u0930\u0942\u092A \u0938\u0947 \u0938\u0947\u091F\u093F\u0902\u0917\u094D\u0938 \u092A\u0948\u0928\u0932 \u0915\u094B \u0916\u094B\u0932 \u0938\u0915\u0924\u0947 \u0939\u0948\u0902\u0964",temprarilyChangeTranslationTo_bing:"\u092E\u093E\u0907\u0915\u094D\u0930\u094B\u0938\u0949\u092B\u094D\u091F \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u093E \u0909\u092A\u092F\u094B\u0917 \u0915\u0930\u0915\u0947 \u0935\u0930\u094D\u0924\u092E\u093E\u0928 \u092A\u0943\u0937\u094D\u0920 \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930 \u0930\u0939\u093E \u0939\u0948\u0902","browser.translateWithGoogle":"\u0905\u0938\u094D\u0925\u093E\u092F\u0940 \u0930\u0942\u092A \u0938\u0947 Google \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u093E \u0909\u092A\u092F\u094B\u0917 \u0915\u0930\u0915\u0947 \u0935\u0930\u094D\u0924\u092E\u093E\u0928 \u092A\u0943\u0937\u094D\u0920 \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0947\u0902","browser.translateWithBing":"\u092E\u093E\u0907\u0915\u094D\u0930\u094B\u0938\u0949\u092B\u094D\u091F \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u093E \u0905\u0938\u094D\u0925\u093E\u092F\u0940 \u0930\u0942\u092A \u0938\u0947 \u0935\u0930\u094D\u0924\u092E\u093E\u0928 \u092A\u0943\u0937\u094D\u0920 \u0915\u093E \u0909\u092A\u092F\u094B\u0917 \u0915\u0930\u0947\u0902",touchShortcutsToggleTranslatePage:"\u0935\u0947\u092C\u092A\u0947\u091C \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0928\u0947/\u092E\u0942\u0932 \u092A\u093E\u0920 \u0926\u093F\u0916\u093E\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u091F\u091A\u0938\u094D\u0915\u094D\u0930\u0940\u0928 \u091C\u0947\u0938\u094D\u091A\u0930 \u0938\u0947\u091F \u0915\u0930\u0947\u0902\u0964","error.subscriptionExpired":"\u0906\u092A\u0915\u0940 \u0938\u0926\u0938\u094D\u092F\u0924\u093E \u0938\u092E\u093E\u092A\u094D\u0924 \u0939\u094B \u0938\u0915\u0924\u0940 \u0939\u0948, \u0915\u0943\u092A\u092F\u093E \u0905\u092A\u0928\u0940 \u0938\u0926\u0938\u094D\u092F\u0924\u093E \u0915\u0940 \u0938\u094D\u0925\u093F\u0924\u093F \u0915\u0940 \u091C\u093E\u0902\u091A \u0915\u0930\u0947\u0902\u0964",paragraphMinTextCountDesc:"\u0927\u094D\u092F\u093E\u0928 \u0926\u0947\u0902, \u092F\u0939\u093E\u0902 \u0935\u0930\u094D\u0923\u094B\u0902 \u0915\u0940 \u0932\u0902\u092C\u093E\u0908 \u0915\u093E \u0924\u093E\u0924\u094D\u092A\u0930\u094D\u092F \u0939\u0948, \u0909\u0926\u093E\u0939\u0930\u0923 \u0915\u0947 \u0932\u093F\u090F: \u0939\u0947\u0932\u094B 5 \u0935\u0930\u094D\u0923 \u0939\u0948\u0902, \u0907\u0938\u0947 \u0905\u0927\u093F\u0915 \u092E\u093E\u0928 \u092A\u0930 \u0938\u0947\u091F \u0915\u0930\u0928\u0947 \u0938\u0947 \u0905\u0928\u093E\u0935\u0936\u094D\u092F\u0915 \u091B\u094B\u091F\u0947 \u0905\u0928\u0941\u091A\u094D\u091B\u0947\u0926\u094B\u0902 \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u092E \u0915\u093F\u092F\u093E \u091C\u093E \u0938\u0915\u0924\u093E \u0939\u0948\u0964","desc.interfaceLanguage":"\u0907\u0902\u091F\u0930\u092B\u093C\u0947\u0938 \u092D\u093E\u0937\u093E \u0938\u0947\u091F\u093F\u0902\u0917\u094D\u0938 \u0915\u0902\u091F\u094D\u0930\u094B\u0932 \u092A\u0948\u0928\u0932 \u0915\u0940 \u092A\u094D\u0930\u0926\u0930\u094D\u0936\u0928 \u092D\u093E\u0937\u093E \u0915\u094B \u092A\u094D\u0930\u092D\u093E\u0935\u093F\u0924 \u0915\u0930\u0924\u0940 \u0939\u0948\u0902, \u0914\u0930 \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0940 \u0932\u0915\u094D\u0937\u094D\u092F \u092D\u093E\u0937\u093E \u0938\u0947 \u0907\u0938\u0915\u093E \u0915\u094B\u0908 \u0938\u0902\u092C\u0902\u0927 \u0928\u0939\u0940\u0902 \u0939\u0948\u0964",mouseHoverCustomKeyDescription:"\u0906\u092A \u090F\u0915 \u0915\u0938\u094D\u091F\u092E \u092E\u093E\u0909\u0938 \u0939\u094B\u0935\u0930 \u0936\u0949\u0930\u094D\u091F\u0915\u091F \u0915\u0940 \u0924\u0930\u0939 \u092C\u0928\u093E \u0938\u0915\u0924\u0947 \u0939\u0948\u0902, \u091C\u0948\u0938\u0947 \u0915\u093F: Alt+Z, Ctrl+E, Cmd+Alt+E \u092F\u093E \u0938\u0940\u0927\u0947 Cmd, \u0915\u0943\u092A\u092F\u093E \u092E\u0948\u0928\u094D\u092F\u0941\u0905\u0932 \u0930\u0942\u092A \u0938\u0947 \u0907\u0928\u092A\u0941\u091F \u0915\u0930\u0947\u0902","desc.mouseHoverHoldKey":"\u091C\u092C \u092E\u093E\u0909\u0938 \u0915\u093F\u0938\u0940 \u092A\u0948\u0930\u093E\u0917\u094D\u0930\u093E\u092B \u092A\u0930 \u0939\u094B\u0935\u0930 \u0915\u0930\u0924\u093E \u0939\u0948, \u0924\u094B \u0938\u093E\u0925 \u0939\u0940 \u0926\u093E\u0908\u0902 \u0913\u0930 \u0915\u0940 \u0936\u0949\u0930\u094D\u091F\u0915\u091F \u0915\u0941\u0902\u091C\u0940 \u0926\u092C\u093E\u090F\u0902, \u0924\u094B \u0909\u0938 \u092A\u0948\u0930\u093E\u0917\u094D\u0930\u093E\u092B \u0915\u093E \u0938\u0940\u0927\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u093F\u092F\u093E \u091C\u093E \u0938\u0915\u0924\u093E \u0939\u0948\u0964","subtitle.showQuickButtonDescription":"\u0935\u0940\u0921\u093F\u092F\u094B \u092A\u094D\u0932\u0947\u092F\u0930 \u0915\u0947 \u0926\u093E\u090F\u0902 \u0928\u093F\u091A\u0932\u0947 \u0915\u094B\u0928\u0947 \u092E\u0947\u0902 \u0926\u094D\u0935\u093F\u092D\u093E\u0937\u0940\u092F \u0909\u092A\u0936\u0940\u0930\u094D\u0937\u0915 \u0938\u0915\u094D\u0937\u092E \u0915\u0930\u0928\u0947 \u0915\u093E \u0936\u0949\u0930\u094D\u091F\u0915\u091F \u092A\u094D\u0930\u0926\u093E\u0928 \u0915\u093F\u092F\u093E \u0917\u092F\u093E \u0939\u0948\u0964",confirmResetToDefaultSettings:"\u0915\u094D\u092F\u093E \u0906\u092A \u0935\u093E\u0915\u0908 \u0907\u0938 \u0905\u0928\u0941\u0935\u093E\u0926 \u0938\u0947\u0935\u093E \u0915\u094B \u0921\u093F\u092B\u093C\u0949\u0932\u094D\u091F \u0938\u0947\u091F\u093F\u0902\u0917\u094D\u0938 \u092A\u0930 \u092A\u0941\u0928\u0930\u094D\u0938\u094D\u0925\u093E\u092A\u093F\u0924 \u0915\u0930\u0928\u093E \u091A\u093E\u0939\u0924\u0947 \u0939\u0948\u0902? (\u0915\u0947\u0935\u0932 \u0935\u0930\u094D\u0924\u092E\u093E\u0928 \u0905\u0928\u0941\u0935\u093E\u0926 \u0938\u0947\u0935\u093E \u0915\u0940 \u0938\u0947\u091F\u093F\u0902\u0917\u094D\u0938 \u0930\u0940\u0938\u0947\u091F \u0915\u0930\u0947\u0902)","contact.description":"\u092F\u0926\u093F \u0906\u092A\u0915\u0947 \u092A\u093E\u0938 \u0915\u094B\u0908 \u092A\u094D\u0930\u0936\u094D\u0928 \u092F\u093E \u0938\u0941\u091D\u093E\u0935 \u0939\u0948\u0902, \u0924\u094B \u0915\u0943\u092A\u092F\u093E \u0928\u0940\u091A\u0947 \u0926\u093F\u090F \u0917\u090F \u092B\u0949\u0930\u094D\u092E \u0915\u094B \u092D\u0930\u0915\u0930 \u0939\u092E\u0938\u0947 \u0938\u0902\u092A\u0930\u094D\u0915 \u0915\u0930\u0947\u0902, \u092F\u093E {email} \u092A\u0930 \u0908\u092E\u0947\u0932 \u092D\u0947\u091C\u0947\u0902, \u0939\u092E \u091C\u0932\u094D\u0926 \u0938\u0947 \u091C\u0932\u094D\u0926 \u0906\u092A\u0915\u093E \u0909\u0924\u094D\u0924\u0930 \u0926\u0947\u0902\u0917\u0947\u0964","desc.touchShortcutsToggleTranslatePage":"\u0938\u0947\u091F \u0915\u0930\u0928\u0947 \u0915\u0947 \u092C\u093E\u0926, \u092E\u094B\u092C\u093E\u0907\u0932 \u0921\u093F\u0935\u093E\u0907\u0938 \u0915\u094B \u0939\u093F\u0932\u093E\u0924\u0947 \u0938\u092E\u092F, \u0906\u092A X \u0909\u0902\u0917\u0932\u093F\u092F\u094B\u0902 \u0915\u093E \u0909\u092A\u092F\u094B\u0917 \u0915\u0930\u0915\u0947 \u0938\u094D\u0915\u094D\u0930\u0940\u0928 \u0915\u094B \u091B\u0942\u0928\u093E, \u092C\u093E\u090F\u0902-\u0926\u093E\u090F\u0902 \u0938\u094D\u0935\u093E\u0907\u092A \u0915\u0930\u0928\u093E \u092F\u093E \u0932\u0917\u093E\u0924\u093E\u0930 \u0915\u094D\u0932\u093F\u0915 \u0915\u0930\u0928\u093E, \u0935\u0947\u092C\u092A\u0947\u091C \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0928\u0947 / \u092E\u0942\u0932 \u091F\u0947\u0915\u094D\u0938\u094D\u091F \u0926\u093F\u0916\u093E\u0928\u0947 \u0915\u094B \u091F\u094D\u0930\u093F\u0917\u0930 \u0915\u0930 \u0938\u0915\u0924\u0947 \u0939\u0948\u0902\u0964",shortcutDisableTooltip:"\u0915\u0943\u092A\u092F\u093E \u092C\u094D\u0930\u093E\u0909\u091C\u093C\u0930 \u0926\u094D\u0935\u093E\u0930\u093E \u092A\u094D\u0930\u0926\u093E\u0928 \u0915\u0940 \u0917\u0908 \u090F\u0915\u094D\u0938\u091F\u0947\u0902\u0936\u0928 \u0936\u0949\u0930\u094D\u091F\u0915\u091F \u0915\u0940 \u092A\u094D\u0930\u092C\u0902\u0927\u0928 \u092A\u0943\u0937\u094D\u0920 \u092A\u0930 \u0938\u0947\u091F\u093F\u0902\u0917 \u0915\u0930\u0947\u0902, \u0905\u0927\u093F\u0915 \u0926\u093F\u0936\u093E\u0928\u093F\u0930\u094D\u0926\u0947\u0936 \u0915\u0947 \u0932\u093F\u090F \u0915\u0943\u092A\u092F\u093E \u0907\u0938 \u092A\u0943\u0937\u094D\u0920 \u0915\u0947 \u0938\u092C\u0938\u0947 \u090A\u092A\u0930\u0940 \u0939\u093F\u0938\u094D\u0938\u0947 \u0915\u0940 \u091C\u093E\u0928\u0915\u093E\u0930\u0940 \u0926\u0947\u0916\u0947\u0902\u0964","desc.toggleTranslateTheWholePage":"\u092A\u0943\u0937\u094D\u0920 \u0915\u093E \u0938\u092E\u094D\u092A\u0942\u0930\u094D\u0923 \u0915\u094D\u0937\u0947\u0924\u094D\u0930 \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0947\u0902, \u0921\u093F\u092B\u093C\u0949\u0932\u094D\u091F \u0930\u0942\u092A \u0938\u0947, \u0939\u092E \u092A\u0943\u0937\u094D\u0920 \u0915\u0947 \u092A\u094D\u0930\u092E\u0941\u0916 \u0915\u094D\u0937\u0947\u0924\u094D\u0930 \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0947\u0902\u0917\u0947, \u0906\u092A \u0907\u0938 \u0936\u0949\u0930\u094D\u091F\u0915\u091F \u0915\u093E \u0909\u092A\u092F\u094B\u0917 \u0915\u0930\u0915\u0947 \u092A\u0943\u0937\u094D\u0920 \u0915\u0947 \u0938\u092E\u094D\u092A\u0942\u0930\u094D\u0923 \u0915\u094D\u0937\u0947\u0924\u094D\u0930 \u0915\u093E \u0935\u093F\u0936\u0947\u0937 \u0930\u0942\u092A \u0938\u0947 \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930 \u0938\u0915\u0924\u0947 \u0939\u0948\u0902\u0964","desc.touchShortcutsToggleTranslationMask":"\u0905\u0928\u0941\u0935\u093E\u0926 \u091B\u093F\u092A\u093E\u0928\u0947 \u0915\u093E \u0924\u093E\u0924\u094D\u092A\u0930\u094D\u092F \u0939\u0948 \u0905\u0928\u0941\u0935\u093E\u0926 \u0936\u0948\u0932\u0940 \u092E\u0947\u0902 \u0927\u0941\u0902\u0927\u0932\u093E \u092A\u094D\u0930\u092D\u093E\u0935 (\u0905\u0927\u094D\u092F\u092F\u0928 \u092E\u094B\u0921), \u091C\u093F\u0938\u0947 \u091A\u093E\u0932\u0942 \u0915\u0930\u0928\u0947 \u0915\u0947 \u092C\u093E\u0926 \u0905\u0928\u0941\u0935\u093E\u0926 \u092A\u0930 \u0905\u0938\u094D\u0925\u093E\u092F\u0940 \u0930\u0942\u092A \u0938\u0947 \u0927\u0941\u0902\u0927\u0932\u093E \u092A\u094D\u0930\u092D\u093E\u0935 \u0932\u093E\u0917\u0942 \u0915\u093F\u092F\u093E \u091C\u093E\u0924\u093E \u0939\u0948, \u091C\u094B \u0905\u0927\u094D\u092F\u092F\u0928 \u0915\u0947 \u0932\u093F\u090F \u0938\u0941\u0935\u093F\u0927\u093E\u091C\u0928\u0915 \u0939\u094B\u0924\u093E \u0939\u0948\u0964","desc.toggleTranslateTheMainPage":"\u0915\u0947\u0935\u0932 \u092A\u0943\u0937\u094D\u0920 \u0915\u0947 \u092E\u0941\u0916\u094D\u092F \u0915\u094D\u0937\u0947\u0924\u094D\u0930 \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0947\u0902, \u091C\u092C \u0906\u092A \u0909\u0928\u094D\u0928\u0924 \u0938\u0947\u091F\u093F\u0902\u0917\u094D\u0938 \u092E\u0947\u0902 \u092A\u0943\u0937\u094D\u0920 \u0915\u0947 \u0938\u092D\u0940 \u0915\u094D\u0937\u0947\u0924\u094D\u0930\u094B\u0902 \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0938\u0915\u094D\u0937\u092E \u0915\u0930\u0924\u0947 \u0939\u0948\u0902, \u0924\u094B \u0906\u092A \u0907\u0938 \u0936\u0949\u0930\u094D\u091F\u0915\u091F \u0915\u093E \u0909\u092A\u092F\u094B\u0917 \u092A\u0943\u0937\u094D\u0920 \u0915\u0947 \u092E\u0941\u0916\u094D\u092F \u0915\u094D\u0937\u0947\u0924\u094D\u0930 \u0915\u093E \u0935\u093F\u0936\u0947\u0937 \u0930\u0942\u092A \u0938\u0947 \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u0915\u0930 \u0938\u0915\u0924\u0947 \u0939\u0948\u0902\u0964",translationOnlyModeDescription:"\u0915\u0947\u0935\u0932 \u0905\u0928\u0941\u0935\u093E\u0926 \u092E\u094B\u0921 \u0915\u093E \u0924\u093E\u0924\u094D\u092A\u0930\u094D\u092F \u0939\u0948 \u0915\u093F \u0915\u0947\u0935\u0932 \u0905\u0928\u0941\u0935\u093E\u0926 \u092A\u094D\u0930\u0926\u0930\u094D\u0936\u093F\u0924 \u0915\u093F\u092F\u093E \u091C\u093E\u090F\u0917\u093E, \u0928 \u0915\u093F \u0921\u093F\u092B\u093C\u0949\u0932\u094D\u091F \u0926\u094D\u0935\u093F\u092D\u093E\u0937\u0940 \u092E\u094B\u0921\u0964 \u0927\u094D\u092F\u093E\u0928 \u0926\u0947\u0902: \u0924\u0915\u0928\u0940\u0915\u0940 \u0938\u0940\u092E\u093E\u0913\u0902 \u0915\u0947 \u0915\u093E\u0930\u0923, \u0915\u0947\u0935\u0932 \u0905\u0928\u0941\u0935\u093E\u0926 \u092E\u094B\u0921 \u092E\u0947\u0902, \u092E\u0942\u0932 \u092A\u093E\u0920 \u0915\u0947 \u0939\u093E\u0907\u092A\u0930\u0932\u093F\u0902\u0915 \u0905\u0915\u094D\u0937\u092E \u0939\u094B \u091C\u093E\u090F\u0902\u0917\u0947\u0964","intro.floatBallDescription":"\u0938\u0915\u094D\u0930\u093F\u092F \u0939\u094B\u0928\u0947 \u0915\u0947 \u092C\u093E\u0926, \u092A\u0943\u0937\u094D\u0920 \u0915\u0947 \u0926\u093E\u090F\u0902 \u0913\u0930 \u090F\u0915 \u0936\u0949\u0930\u094D\u091F\u0915\u091F \u0905\u0928\u0941\u0935\u093E\u0926 \u092C\u091F\u0928 \u0926\u093F\u0916\u093E\u0908 \u0926\u0947\u0917\u093E, \u091C\u093F\u0938\u0947 \u0915\u094D\u0932\u093F\u0915 \u0915\u0930\u0915\u0947 \u0906\u092A \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930 \u0938\u0915\u0924\u0947 \u0939\u0948\u0902, \u092B\u093F\u0930 \u0938\u0947 \u0915\u094D\u0932\u093F\u0915 \u0915\u0930\u0928\u0947 \u092A\u0930 \u092E\u0942\u0932 \u0932\u0947\u0916 \u092E\u0947\u0902 \u0935\u093E\u092A\u0938 \u091C\u093E \u0938\u0915\u0924\u0947 \u0939\u0948\u0902\u0964 \u092E\u094B\u092C\u093E\u0907\u0932 \u092A\u0930, \u0932\u0902\u092C\u0947 \u0938\u092E\u092F \u0924\u0915 \u092B\u094D\u0932\u094B\u091F\u093F\u0902\u0917 \u092C\u0949\u0932 \u0915\u094B \u0926\u092C\u093E\u090F\u0902, \u0906\u092A \u0936\u0949\u0930\u094D\u091F\u0915\u091F \u0938\u0947\u091F\u093F\u0902\u0917\u094D\u0938 \u092A\u0948\u0928\u0932 \u0915\u094B \u0916\u094B\u0932 \u0938\u0915\u0924\u0947 \u0939\u0948\u0902\u0964","desc.toggleMouseHoverTranslateDirectly":"\u0907\u0938 \u0936\u0949\u0930\u094D\u091F\u0915\u091F \u0915\u0941\u0902\u091C\u0940 \u0915\u094B \u0926\u092C\u093E\u0928\u0947 \u0915\u0947 \u092C\u093E\u0926, \u092A\u0943\u0937\u094D\u0920 \u092A\u0930, \u091C\u092C \u092D\u0940 \u092E\u093E\u0909\u0938 \u0915\u093F\u0938\u0940 \u092D\u0940 \u092A\u093E\u0920 \u0915\u0940 \u0913\u0930 \u0907\u0936\u093E\u0930\u093E \u0915\u0930\u0924\u093E \u0939\u0948, \u0924\u094B \u092F\u0939 \u092A\u093E\u0920 \u0938\u094D\u0935\u091A\u093E\u0932\u093F\u0924 \u0930\u0942\u092A \u0938\u0947 \u0905\u0928\u0941\u0935\u093E\u0926\u093F\u0924 \u0939\u094B \u091C\u093E\u0924\u093E \u0939\u0948\u0964 \u0936\u0949\u0930\u094D\u091F\u0915\u091F \u0915\u0941\u0902\u091C\u0940 \u0915\u094B \u090F\u0915 \u092C\u093E\u0930 \u092B\u093F\u0930 \u0926\u092C\u093E\u0928\u0947 \u0938\u0947, \u0906\u092A \u0907\u0938 \u0938\u094D\u0935\u091A\u093E\u0932\u093F\u0924 \u0905\u0928\u0941\u0935\u093E\u0926 \u0938\u0941\u0935\u093F\u0927\u093E \u0915\u094B \u092C\u0902\u0926 \u0915\u0930 \u0938\u0915\u0924\u0947 \u0939\u0948\u0902\u0964","intro.subtitleTitle":"\u0911\u0928\u0932\u093E\u0907\u0928 \u0935\u0940\u0921\u093F\u092F\u094B \u0926\u094D\u0935\u093F\u092D\u093E\u0937\u0940 \u0909\u092A\u0936\u0940\u0930\u094D\u0937\u0915 \u092A\u094D\u0930\u0926\u0930\u094D\u0936\u093F\u0924 \u0915\u0930\u0924\u0947 \u0939\u0948\u0902","neverTranslateText.description":"\u0915\u0941\u091B \u0905\u0928\u0941\u0935\u093E\u0926 \u0907\u0902\u091C\u0928 \u0935\u093F\u0936\u0947\u0937 \u0928\u093E\u092E\u094B\u0902 \u0915\u0940 \u092A\u0939\u091A\u093E\u0928 \u092E\u0947\u0902 \u0905\u0926\u0930\u0915 \u0928\u0939\u0940\u0902 \u0939\u0948\u0902, \u0906\u092A \u092F\u0939\u093E\u0902 \u0936\u092C\u094D\u0926 \u091C\u094B\u0921\u093C \u0938\u0915\u0924\u0947 \u0939\u0948\u0902, \u092F\u0939 \u0938\u0941\u0928\u093F\u0936\u094D\u091A\u093F\u0924 \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u0915\u093F \u0935\u0947 \u0905\u0928\u0941\u0935\u093E\u0926 \u092A\u094D\u0930\u0915\u094D\u0930\u093F\u092F\u093E \u092E\u0947\u0902 \u092A\u0930\u093F\u0935\u0930\u094D\u0924\u093F\u0924 \u0928\u0939\u0940\u0902 \u0939\u094B\u0924\u0947 \u0939\u0948\u0902\u0964 \u0915\u0943\u092A\u092F\u093E \u0927\u094D\u092F\u093E\u0928 \u0926\u0947\u0902, \u092F\u0939 \u0938\u0941\u0935\u093F\u0927\u093E \u092E\u093E\u092E\u0932\u0947 \u0915\u0940 \u092A\u0939\u091A\u093E\u0928 \u0915\u0930\u0924\u0940 \u0939\u0948, \u0914\u0930 \u0915\u0947\u0935\u0932 \u0916\u093E\u0932\u0940 \u091C\u0917\u0939 \u0938\u0947 \u0905\u0932\u0917 \u0936\u092C\u094D\u0926 \u092D\u093E\u0937\u093E\u0913\u0902 (\u091C\u0948\u0938\u0947 \u0905\u0902\u0917\u094D\u0930\u0947\u091C\u0940, \u092B\u094D\u0930\u0947\u0902\u091A) \u0915\u093E \u0938\u092E\u0930\u094D\u0925\u0928 \u0915\u0930\u0924\u0940 \u0939\u0948, \u091C\u093E\u092A\u093E\u0928\u0940, \u0915\u094B\u0930\u093F\u092F\u093E\u0908 \u0906\u0926\u093F \u092D\u093E\u0937\u093E\u0913\u0902 \u0915\u0947 \u0932\u093F\u090F \u092F\u0939 \u0909\u092A\u092F\u0941\u0915\u094D\u0924 \u0928\u0939\u0940\u0902 \u0939\u0948\u0964","intro.hoverDescription":"\u092E\u093E\u0909\u0938 \u0939\u094B\u0935\u0930 \u0905\u0928\u0941\u0935\u093E\u0926 \u0921\u0941\u092C\u0915\u0940 \u0905\u0928\u0941\u0935\u093E\u0926 \u092E\u0947\u0902 \u092C\u0939\u0941\u0924 \u092E\u0939\u0924\u094D\u0935\u092A\u0942\u0930\u094D\u0923 \u0938\u0941\u0935\u093F\u0927\u093E \u0939\u0948, \u092C\u0938 \u092A\u0948\u0930\u093E\u0917\u094D\u0930\u093E\u092B \u092A\u0930 \u092E\u093E\u0909\u0938 \u0930\u0916\u0947\u0902, \u0938\u093E\u0925 \u0939\u0940 \u0938\u0947\u091F \u0915\u0940 \u0917\u0908 \u0936\u0949\u0930\u094D\u091F\u0915\u091F \u0915\u0941\u0902\u091C\u0940 \u0926\u092C\u093E\u090F\u0902, \u0924\u094B \u0935\u0930\u094D\u0924\u092E\u093E\u0928 \u092A\u0948\u0930\u093E\u0917\u094D\u0930\u093E\u092B \u0915\u093E \u0938\u094D\u0935\u091A\u093E\u0932\u093F\u0924 \u0930\u0942\u092A \u0938\u0947 \u0905\u0928\u0941\u0935\u093E\u0926 \u0939\u094B \u091C\u093E\u090F\u0917\u093E (\u0927\u094D\u092F\u093E\u0928 \u0926\u0947\u0902: \u0921\u093F\u092B\u093C\u0949\u0932\u094D\u091F \u0930\u0942\u092A \u0938\u0947 \u092F\u0939 \u0938\u0915\u094D\u0937\u092E \u0928\u0939\u0940\u0902 \u0939\u0948, \u0915\u0943\u092A\u092F\u093E \u0928\u0940\u091A\u0947 \u0938\u0947\u091F \u0915\u0930\u0947\u0902), \u092F\u0939 \u0907\u0902\u091F\u0930\u090F\u0915\u094D\u0936\u0928 \u0936\u092C\u094D\u0926 \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u094B \u092C\u0947\u0939\u0924\u0930 \u0930\u0942\u092A \u0938\u0947 \u092A\u094D\u0930\u0924\u093F\u0938\u094D\u0925\u093E\u092A\u093F\u0924 \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u0909\u092A\u092F\u094B\u0917 \u0915\u093F\u092F\u093E \u091C\u093E\u0924\u093E \u0939\u0948, \u0907\u0938\u0915\u0947 \u0905\u0932\u093E\u0935\u093E, \u092F\u0939 \u0938\u0941\u0935\u093F\u0927\u093E \u0909\u0928 \u0915\u094D\u0937\u0947\u0924\u094D\u0930\u094B\u0902 \u092E\u0947\u0902 \u092D\u0940 \u0935\u094D\u092F\u093E\u092A\u0915 \u0930\u0942\u092A \u0938\u0947 \u0909\u092A\u092F\u094B\u0917 \u0915\u0940 \u091C\u093E\u0924\u0940 \u0939\u0948 \u091C\u093F\u0928\u094D\u0939\u0947\u0902 \u092A\u0939\u091A\u093E\u0928\u093E \u0928\u0939\u0940\u0902 \u091C\u093E \u0938\u0915\u0924\u093E \u0939\u0948, \u0906\u092A \u0907\u0938 \u0938\u0941\u0935\u093F\u0927\u093E \u0915\u093E \u0909\u092A\u092F\u094B\u0917 \u0915\u0930\u0915\u0947, \u0915\u093F\u0938\u0940 \u092D\u0940 \u092A\u0948\u0930\u093E\u0917\u094D\u0930\u093E\u092B \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u092E\u091C\u092C\u0942\u0930 \u0915\u0930 \u0938\u0915\u0924\u0947 \u0939\u0948\u0902\u0964","intro.subtitleDescription":"\u0907\u0938 \u0938\u0941\u0935\u093F\u0927\u093E \u0915\u094B \u091A\u093E\u0932\u0942 \u0915\u0930\u0928\u0947 \u0915\u0947 \u092C\u093E\u0926, \u0935\u0940\u0921\u093F\u092F\u094B \u092A\u094D\u0932\u0947 \u0939\u094B\u0928\u0947 \u092A\u0930 \u0938\u094D\u0935\u091A\u093E\u0932\u093F\u0924 \u0930\u0942\u092A \u0938\u0947 \u0926\u094D\u0935\u093F\u092D\u093E\u0937\u0940\u092F \u0909\u092A\u0936\u0940\u0930\u094D\u0937\u0915 \u092A\u094D\u0930\u0926\u0930\u094D\u0936\u093F\u0924 \u0939\u094B\u0902\u0917\u0947\u0964 \u092F\u0926\u093F \u092F\u0939 \u0938\u0915\u094D\u0937\u092E \u0928\u0939\u0940\u0902 \u0939\u0948, \u0924\u094B \u0906\u092A\u0915\u094B \u092A\u0943\u0937\u094D\u0920 \u092A\u0930 \u092E\u0948\u0928\u094D\u092F\u0941\u0905\u0932 \u0930\u0942\u092A \u0938\u0947 \u0905\u0928\u0941\u0935\u093E\u0926 \u092C\u091F\u0928 \u092A\u0930 \u0915\u094D\u0932\u093F\u0915 \u0915\u0930\u0928\u0947 \u0915\u0940 \u0906\u0935\u0936\u094D\u092F\u0915\u0924\u093E \u0939\u094B\u0917\u0940 \u0924\u093E\u0915\u093F \u0909\u092A\u0936\u0940\u0930\u094D\u0937\u0915 \u0926\u093F\u0916\u093E\u0908 \u0926\u0947\u0964 \u0915\u0943\u092A\u092F\u093E \u0927\u094D\u092F\u093E\u0928 \u0926\u0947\u0902, \u0924\u0915\u0928\u0940\u0915\u0940 \u0938\u0940\u092E\u093E\u0913\u0902 \u0915\u0947 \u0915\u093E\u0930\u0923, \u0915\u0941\u091B \u0935\u0947\u092C\u0938\u093E\u0907\u091F\u094B\u0902 \u092A\u0930 \u092A\u0939\u0932\u0940 \u092C\u093E\u0930 \u0909\u092A\u0936\u0940\u0930\u094D\u0937\u0915 \u0938\u0915\u094D\u0930\u093F\u092F \u0915\u0930\u0928\u0947 \u0915\u0947 \u0938\u092E\u092F \u092A\u0943\u0937\u094D\u0920 \u0915\u094B \u0924\u093E\u091C\u093E \u0915\u0930\u0928\u0947 \u0915\u0940 \u092F\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u092A\u0942\u0930\u093E \u0939\u094B\u0928\u0947 \u0915\u0947 \u092C\u093E\u0926 \u0907\u0902\u0924\u091C\u093E\u0930 \u0915\u0930\u0928\u0947 \u0915\u0940 \u0906\u0935\u0936\u094D\u092F\u0915\u0924\u093E \u0939\u094B \u0938\u0915\u0924\u0940 \u0939\u0948, \u0924\u092D\u0940 \u0926\u094D\u0935\u093F\u092D\u093E\u0937\u0940\u092F \u0909\u092A\u0936\u0940\u0930\u094D\u0937\u0915 \u092A\u094D\u0930\u0926\u0930\u094D\u0936\u093F\u0924 \u0939\u094B\u0902\u0917\u0947\u0964 (\u0907\u0938\u0915\u0947 \u0905\u0932\u093E\u0935\u093E, \u0906\u092A \u0935\u0940\u0921\u093F\u092F\u094B \u0935\u0947\u092C\u0938\u093E\u0907\u091F \u0916\u094B\u0932\u0928\u0947 \u0915\u0947 \u092C\u093E\u0926, \u090A\u092A\u0930\u0940 \u0926\u093E\u090F\u0902 \u0915\u094B\u0928\u0947 \u092E\u0947\u0902 \u0921\u0942\u092C\u0928\u0947 \u0935\u093E\u0932\u0947 \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0947 \u0924\u094D\u0935\u0930\u093F\u0924 \u092A\u0948\u0928\u0932 \u0915\u094B \u0938\u0915\u094D\u0937\u092E / \u0905\u0915\u094D\u0937\u092E \u0915\u0930 \u0938\u0915\u0924\u0947 \u0939\u0948\u0902)

\u0935\u0930\u094D\u0924\u092E\u093E\u0928 \u092E\u0947\u0902 \u0907\u0928 \u0935\u0947\u092C\u0938\u093E\u0907\u091F\u094B\u0902 \u092A\u0930 \u0926\u094D\u0935\u093F\u092D\u093E\u0937\u0940\u092F \u0909\u092A\u0936\u0940\u0930\u094D\u0937\u0915 \u0915\u093E \u0909\u092A\u092F\u094B\u0917 \u0915\u0930\u0928\u0947 \u0915\u093E \u0938\u092E\u0930\u094D\u0925\u0928 \u0915\u093F\u092F\u093E \u0917\u092F\u093E \u0939\u0948:",geminiWarning:"\u0927\u094D\u092F\u093E\u0928 \u0926\u0947\u0902: \u0917\u0942\u0917\u0932 \u0926\u094D\u0935\u093E\u0930\u093E \u092A\u094D\u0930\u0926\u093E\u0928 \u0915\u0940 \u0917\u0908 \u091C\u0947\u092E\u093F\u0928\u0940 \u0915\u0940 \u092E\u0941\u092B\u094D\u0924 \u0938\u0947\u0935\u093E \u0915\u0940 \u0938\u0940\u092E\u093E\u090F\u0902 \u0915\u0921\u093C\u0940 \u0939\u0948\u0902, \u092F\u0939 \u0938\u0902\u092D\u0935 \u0939\u0948 \u0915\u093F \u0917\u0942\u0917\u0932 \u0907\u0938\u0947 \u0909\u092A\u092F\u094B\u0917\u0915\u0930\u094D\u0924\u093E \u0915\u0947 \u0926\u094D\u0935\u093E\u0930\u093E \u0909\u0928\u0915\u0940 \u092E\u0941\u092B\u094D\u0924 \u0915\u094B\u091F\u093E \u0938\u0940\u092E\u093E \u0915\u094B \u0926\u0942\u0930 \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u0915\u0908 \u0915\u0941\u0902\u091C\u0940 \u0915\u093E \u0909\u092A\u092F\u094B\u0917 \u0915\u0930\u0928\u0947 \u0915\u0947 \u0930\u0942\u092A \u092E\u0947\u0902 \u0928\u093F\u0930\u094D\u0927\u093E\u0930\u093F\u0924 \u0915\u0930\u0947, \u0907\u0938\u0915\u093E \u0909\u092A\u092F\u094B\u0917 \u0915\u0930\u0928\u0947 \u0915\u0940 \u0938\u0932\u093E\u0939 \u0928\u0939\u0940\u0902 \u0926\u0940 \u091C\u093E\u0924\u0940 \u0939\u0948, \u0905\u0928\u0941\u0936\u0902\u0938\u093E \u0915\u0940 \u091C\u093E\u0924\u0940 \u0939\u0948 \u0915\u093F \u0917\u0942\u0917\u0932 \u091C\u0947\u092E\u093F\u0928\u0940 \u0915\u0947 \u092A\u0947\u0921\u093C \u0907\u0902\u091F\u0930\u092B\u093C\u0947\u0938 \u0915\u094B \u092D\u0935\u093F\u0937\u094D\u092F \u092E\u0947\u0902 \u0916\u094B\u0932\u0928\u0947 \u0915\u093E \u0907\u0902\u0924\u091C\u093E\u0930 \u0915\u0930\u0947\u0902\u0964","floatBall.setting":"\u0938\u0947\u091F\u093F\u0902\u0917\u094D\u0938","floatBall.translateToLanguage":"\u0915\u094D\u0932\u093F\u0915 \u0915\u0930\u0947\u0902 \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F {language}","floatBall.file":"PDF, EPUB, SRT, ASS, HTML, TXT \u092B\u093C\u093E\u0907\u0932\u094B\u0902 \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0947\u0902",changeToOnlyTempTranslationMode:"\u0915\u0947\u0935\u0932 \u0905\u0928\u0941\u0935\u093E\u0926 \u0926\u093F\u0916\u093E\u0928\u0947 \u092A\u0930 \u0938\u094D\u0935\u093F\u091A \u0915\u0930\u0947\u0902",changeToDualTempTranslationMode:"\u0926\u094D\u0935\u093F\u092D\u093E\u0937\u0940 \u0905\u0928\u0941\u0935\u093E\u0926 \u092A\u0930 \u0938\u094D\u0935\u093F\u091A \u0915\u0930\u0947\u0902","translationServices.yandex":"\u092F\u093E\u0902\u0921\u0947\u0915\u094D\u0938","options.navbar.installApp":"\u092E\u094B\u092C\u093E\u0907\u0932 \u0910\u092A \u0938\u094D\u0925\u093E\u092A\u093F\u0924 \u0915\u0930\u0947\u0902","options.navbar.translateFile":"\u0905\u0928\u0941\u0935\u093E\u0926 \u0926\u0938\u094D\u0924\u093E\u0935\u0947\u091C\u093C","transitionMode.dual":"\u0926\u094D\u0935\u093F\u092D\u093E\u0937\u0940\u092F \u0938\u092E\u093E\u0928\u093E\u0902\u0924\u0930","transitionMode.translation":"\u0915\u0947\u0935\u0932 \u0905\u0928\u0941\u0935\u093E\u0926","subtitle.transitionMode":"\u0935\u0940\u0921\u093F\u092F\u094B \u0938\u092C\u091F\u093E\u092F\u091F\u0932 \u0926\u094D\u0935\u093F\u092D\u093E\u0937\u0940 / \u0915\u0947\u0935\u0932 \u0905\u0928\u0941\u0935\u093E\u0926 \u0938\u0947\u091F\u093F\u0902\u0917","subtitle.transitionModeDescription":"\u0935\u0940\u0921\u093F\u092F\u094B \u0938\u092C\u091F\u093E\u092F\u091F\u0932 \u0915\u094B \u0926\u094D\u0935\u093F\u092D\u093E\u0937\u0940 \u0924\u0941\u0932\u0928\u093E\u0924\u094D\u092E\u0915 \u092F\u093E \u0915\u0947\u0935\u0932 \u0905\u0928\u0941\u0935\u093E\u0926 \u092E\u094B\u0921 \u092E\u0947\u0902 \u0938\u0947\u091F \u0915\u0930\u0947\u0902","transitionMode.inherit":"\u0938\u093F\u0938\u094D\u091F\u092E \u0915\u0947 \u0921\u093F\u092B\u093C\u0949\u0932\u094D\u091F \u0905\u0928\u0941\u0935\u093E\u0926 \u092A\u094D\u0930\u0926\u0930\u094D\u0936\u0928 \u092E\u094B\u0921 \u0915\u0947 \u0938\u093E\u0925 \u0938\u0902\u0930\u0947\u0916\u093F\u0924 \u0930\u0939\u0947\u0902",translateFileTooltip:`PDF, ePub, srt, ass, HTML, TXT \u092B\u093C\u093E\u0907\u0932\u094B\u0902 \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0947\u0902`,"description.multiplePrompt":`\u091C\u092C \u092A\u0948\u0930\u093E\u0917\u094D\u0930\u093E\u092B \u0915\u0940 \u0938\u0902\u0916\u094D\u092F\u093E 1 \u0938\u0947 \u0905\u0927\u093F\u0915 \u0939\u094B\u0924\u0940 \u0939\u0948, \u0924\u094B \u0909\u092A\u092F\u094B\u0917\u0915\u0930\u094D\u0924\u093E \u0915\u0940 \u092A\u0939\u091A\u093E\u0928 \u0938\u0947 {service} \u0915\u094B \u0926\u093F\u090F \u0917\u090F \u0938\u0902\u0935\u093E\u0926, \u091C\u093F\u0938\u092E\u0947\u0902 {{from}} \u092A\u0948\u0930\u093E\u0917\u094D\u0930\u093E\u092B \u0915\u0940 \u092D\u093E\u0937\u093E \u0915\u094B \u0926\u0930\u094D\u0936\u093E\u0924\u093E \u0939\u0948, {{to}} \u0932\u0915\u094D\u0937\u094D\u092F \u092D\u093E\u0937\u093E \u0915\u094B \u0926\u0930\u094D\u0936\u093E\u0924\u093E \u0939\u0948, {{yaml}} \u0939\u092E\u093E\u0930\u093E yaml \u092A\u094D\u0930\u093E\u0930\u0942\u092A \u092E\u0947\u0902 \u092A\u0948\u0915 \u0915\u093F\u092F\u093E \u0939\u0941\u0906 \u092A\u0948\u0930\u093E\u0917\u094D\u0930\u093E\u092B \u0938\u093E\u092E\u0917\u094D\u0930\u0940 \u0939\u0948, \u092F\u0926\u093F \u0906\u092A\u0915\u0947 \u092A\u093E\u0938 \u0905\u0928\u0941\u0915\u0942\u0932\u093F\u0924 Prompt \u0915\u0940 \u0906\u0935\u0936\u094D\u092F\u0915\u0924\u093E \u0939\u0948, \u0924\u094B \u0906\u092A\u0915\u094B \u0938\u0941\u0928\u093F\u0936\u094D\u091A\u093F\u0924 \u0915\u0930\u0928\u093E \u0939\u094B\u0917\u093E \u0915\u093F AI \u0915\u0947 \u092A\u094D\u0930\u0924\u093F\u0915\u094D\u0930\u093F\u092F\u093E \u0915\u0947 YAML \u092A\u0930\u093F\u0923\u093E\u092E \u092E\u0947\u0902 \u092A\u094D\u0930\u0924\u094D\u092F\u0947\u0915 \u0906\u0907\u091F\u092E {env.imt_trans_field} \u092B\u093C\u0940\u0932\u094D\u0921 \u0915\u094B \u0936\u093E\u092E\u093F\u0932 \u0915\u0930\u0924\u093E \u0939\u0948, {{imt_trans_field}} \u0939\u092E\u093E\u0930\u0940 \u0906\u0936\u093E \u0939\u0948 \u0915\u093F AI \u0915\u0947 \u092A\u094D\u0930\u0924\u093F\u0915\u094D\u0930\u093F\u092F\u093E \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u092B\u093C\u0940\u0932\u094D\u0921 \u0928\u093E\u092E \u0939\u0948, \u0921\u093F\u092B\u093C\u0949\u0932\u094D\u091F \u0930\u0942\u092A \u0938\u0947 {env.imt_trans_field} \u0939\u0948, {{imt_source_field}} \u0939\u092E\u093E\u0930\u093E AI \u0915\u0947 \u0932\u093F\u090F \u092A\u093E\u0930\u093F\u0924 \u092E\u0942\u0932 \u092B\u093C\u0940\u0932\u094D\u0921 \u0928\u093E\u092E \u0939\u0948, \u0921\u093F\u092B\u093C\u0949\u0932\u094D\u091F \u0930\u0942\u092A \u0938\u0947 {env.imt_source_field} \u0939\u0948, \u0909\u0926\u093E\u0939\u0930\u0923 \u092A\u0930\u093F\u0923\u093E\u092E: @@ -5099,7 +5099,7 @@ HTML, TXT \u092B\u093C\u093E\u0907\u0932\u094B\u0902 \u0915\u093E \u0905\u0928\u {env.imt_sub_trans_field}: \u0905\u0928\u0941\u0935\u093E\u0926 - id: 2 {env.imt_sub_source_field}: \u0938\u094D\u0930\u094B\u0924 - {env.imt_sub_trans_field}: \u0905\u0928\u0941\u0935\u093E\u0926`,"subtitle.quickButton.cyan":"\u0928\u0940\u0932\u093E","subtitle.quickButton.green":"\u0939\u0930\u093E","subtitle.quickButton.black":"\u0915\u093E\u0932\u093E","subtitle.quickButton.white":"\u0938\u092B\u0947\u0926","subtitle.quickButton.yellow":"\u092A\u0940\u0932\u093E","subtitle.quickButton.red":"\u0932\u093E\u0932","subtitle.quickButton.setting":"\u0938\u0947\u091F \u0915\u0930\u0947\u0902","subtitle.quickButton.blue":"\u0928\u0940\u0932\u093E","subtitle.quickButton.magenta":"\u0917\u0941\u0932\u093E\u092C\u0940 \u0930\u0902\u0917","subtitle.quickButton.translationPositionBottom":"\u092E\u0942\u0932 \u092A\u093E\u0920 \u0915\u0947 \u0928\u0940\u091A\u0947","translationServices.claude":"\u0915\u094D\u0932\u0949\u0921","subtitle.quickButton.sourceFontSize":"\u092E\u0942\u0932 \u092B\u093C\u0949\u0928\u094D\u091F \u0906\u0915\u093E\u0930","subtitle.quickButton.sourceTextColor":"\u092E\u0942\u0932 \u092B\u093C\u0949\u0928\u094D\u091F \u0915\u093E \u0930\u0902\u0917","subtitle.quickButton.translationPosition":"\u0905\u0928\u0941\u0935\u093E\u0926 \u0938\u094D\u0925\u093F\u0924\u093F","subtitle.quickButton.translationPositionTop":"\u092E\u0942\u0932 \u092A\u093E\u0920 \u0915\u0947 \u090A\u092A\u0930","subtitle.quickButton.backgroundColor":"\u092A\u0943\u0937\u094D\u0920\u092D\u0942\u092E\u093F \u0930\u0902\u0917","subtitle.quickButton.backgroundOpacity":"\u092A\u0943\u0937\u094D\u0920\u092D\u0942\u092E\u093F \u0905\u092A\u093E\u0930\u0926\u0930\u094D\u0936\u093F\u0924\u093E","subtitle.quickButton.translationFontSize":"\u0905\u0928\u0941\u0935\u093E\u0926 \u092B\u093C\u0949\u0928\u094D\u091F \u0915\u093E \u0906\u0915\u093E\u0930","subtitle.quickButton.translationTextColor":"\u0905\u0928\u0941\u0935\u093E\u0926 \u092B\u093C\u0949\u0928\u094D\u091F \u0915\u093E \u0930\u0902\u0917",attachSubtitleTranslating:"{service} \u0915\u093E \u0909\u092A\u092F\u094B\u0917 \u0915\u0930\u0915\u0947 \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930 \u0930\u0939\u093E \u0939\u0948...","error.claude.403":"\u0938\u0947\u0935\u093E \u0924\u0915 \u092A\u0939\u0941\u0902\u091A \u0915\u093E \u0915\u094B\u0908 \u0905\u0927\u093F\u0915\u093E\u0930 \u0928\u0939\u0940\u0902 \u0939\u0948, \u092F\u0939 Claude \u0915\u0940 \u0915\u094D\u0937\u0947\u0924\u094D\u0930\u0940\u092F \u0938\u0940\u092E\u093E\u0913\u0902 \u0938\u0947 \u0938\u0902\u092C\u0902\u0927\u093F\u0924 \u0939\u094B \u0938\u0915\u0924\u093E \u0939\u0948, \u0906\u092A \u0905\u092A\u0928\u093E IP \u092A\u0924\u093E \u092C\u0926\u0932\u0928\u0947 \u0915\u093E \u092A\u094D\u0930\u092F\u093E\u0938 \u0915\u0930 \u0938\u0915\u0924\u0947 \u0939\u0948\u0902, \u092F\u093E \u0905\u0928\u094D\u092F \u0905\u0928\u0941\u0935\u093E\u0926 \u0938\u0947\u0935\u093E\u0913\u0902 \u0915\u093E \u0909\u092A\u092F\u094B\u0917 \u0915\u0930 \u0938\u0915\u0924\u0947 \u0939\u0948\u0902\u0964","browser.brandDescriptionForSafari":"\u3010\u0907\u092E\u0930\u094D\u0938\u093F\u0935 \u0905\u0928\u0941\u0935\u093E\u0926\u3011 \u090F\u0915 \u092E\u0941\u092B\u094D\u0924 (\u092E\u0942\u0932 / \u0905\u0928\u0941\u0935\u093E\u0926) \u0926\u094D\u0935\u093F\u092D\u093E\u0937\u0940 \u0935\u0947\u092C\u092A\u0947\u091C \u0905\u0928\u0941\u0935\u093E\u0926 \u092A\u094D\u0932\u0917\u0907\u0928, \u091C\u094B \u0938\u092E\u092F-\u0938\u092E\u092F \u092A\u0930 PDF \u0905\u0928\u0941\u0935\u093E\u0926 \u0914\u0930 EPUB \u0908-\u092C\u0941\u0915 \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u093E \u0938\u092E\u0930\u094D\u0925\u0928 \u0915\u0930\u0924\u093E \u0939\u0948 \u0914\u0930 \u092E\u0942\u0932 \u0926\u0938\u094D\u0924\u093E\u0935\u0947\u091C\u093C \u0915\u0940 \u0935\u093F\u0928\u094D\u092F\u093E\u0938 \u0915\u094B \u092C\u0928\u093E\u090F \u0930\u0916\u0924\u093E \u0939\u0948, Youtube/Netflix \u0906\u0926\u093F \u0911\u0928\u0932\u093E\u0907\u0928 \u0935\u0940\u0921\u093F\u092F\u094B \u0926\u094D\u0935\u093F\u092D\u093E\u0937\u0940 \u0909\u092A\u0936\u0940\u0930\u094D\u0937\u0915 \u0905\u0928\u0941\u0935\u093E\u0926, Deepl/Google \u0906\u0926\u093F \u092A\u094D\u0930\u092E\u0941\u0916 \u0905\u0928\u0941\u0935\u093E\u0926 \u0938\u0947\u0935\u093E\u0913\u0902 \u0915\u093E \u0938\u092E\u0930\u094D\u0925\u0928 \u0915\u0930\u0924\u093E \u0939\u0948;","browser.PdfProFile":"AI \u0938\u0902\u091A\u093E\u0932\u093F\u0924 PDF Pro \u0905\u0928\u0941\u0935\u093E\u0926","browser.textTranslate":"\u0932\u093F\u0916\u093F\u0924 \u0905\u0928\u0941\u0935\u093E\u0926"};var Bs={nologin:"non \xE8 stato effettuato l'accesso",loginForSafari:"Accedi o registrati",login:"Accedi per aprire un'iscrizione",manageAccount:"Conti gestiti",openPremium:"Soci aperti",logout:"interrompere",curentPlan:"Pacchetti attuali",endAt:"scadenza",endAuto:"rinnovo automatico",lineBreakMaxTextCount:"Numero massimo di caratteri consentiti per frase dopo le interruzioni di riga","translate-pdf":"Clicca per tradurre il PDF","noSupportTranslate-pdf":"Script non supportato, utilizzare il plugin","translate-firefox-local-pdf":"Fare clic per andare a Importazione PDF",enableLineBreak:"Abilita l'avanzamento automatico delle righe per i paragrafi lunghi",sponsorLabel:"1$ Sviluppatori sponsorizzati",help:"mano",browserShortcutsNoteForFirefox:"Per modificare le scorciatoie in Firefox, \xE8 necessario aprire la pagina di gestione delle estensioni `about:addons`, quindi fare clic su `Impostazioni` e poi su `Gestione scorciatoie` per impostare le scorciatoie.",browserShortcutsNoteForChrome:"Per modificare le scorciatoie in Chrome, \xE8 necessario aprire la pagina di gestione delle estensioni, impostarle nel pannello `Gestione scorciatoie` (`chrome://extensions/shortcuts`) e fare clic sul pulsante sottostante per passare alla pagina di gestione delle scorciatoie.",browserShortcutsSucks:"Le scorciatoie personalizzate sono formattate come (non viene effettuato il riconoscimento automatico, inserire direttamente)\uFF1A",enableLineBreakDescription:"Quando \xE8 attivata, le interruzioni di riga vengono inserite alla fine di ogni frase nei paragrafi lunghi per facilitarne la lettura.","browser.shortBrandName":"Traduzione in immersione","browser.brandName":"Immersion Translation: traduzione bilingue di pagine web e documenti PDF","browser.brandDescription":"Bilingual web page translation, also supports PDF translation, bilingual Epub eBook translation, free to use.","browser.toggleTranslatePage":"Tradurre la pagina/visualizzare il testo originale","browser.toggleTranslateTheWholePage":"Tradurre tutte le aree della pagina/visualizzare il testo originale","browser.toggleOnlyTransation":"Cambia modalit\xE0 bilingue/solo traduzione","browser.toggleTranslateToThePageEndImmediately":"Traduzione immediata a fondo pagina/visualizzazione del testo originale","browser.toggleTranslateTheMainPage":"Tradurre l'area principale della pagina/visualizzare il testo originale","browser.shareToDraft":"Condividi le pagine bilingue","browser.openOptionsPage":"Aprire la pagina delle impostazioni","browser.toggleTranslationMask":"Mostra/nascondi l'effetto di sfocatura della traslazione","browser.translateLocalPdfFile":"Tradurre i file PDF locali","browser.openEbookViewer":"Leggere gli eBook locali","browser.openEbookBuilder":"Creare eBook EPUB bilingue","browser.translateLocalHtmlFile":"Tradurre file HTML/testo","browser.donateContext":"Scopri i vantaggi della sponsorizzazione","browser.translateLocalSubtitleFile":"Tradurre i file dei sottotitoli locali",confirmResetConfig:"\xC8 sicuro di voler ripristinare le impostazioni?",translationLineBreakSettingTitle:"Impostazione dell'avanzamento riga di traduzione",smartLineBreak:"alimentazione di linea intelligente (calcolo)",alwaysLineBreak:"Sempre avanzamento di riga",isShowContextMenu:"Aggiungere pagine tradotte alle voci di menu del tasto destro del mouse",toggleBeta:"Abilitazione delle funzioni di beta testing",betaDescription:"Attiva funzioni ancora sperimentali e un servizio di traduzione in beta. Unitevi al <1>gruppo Telegram per saperne di pi\xF9.",translationLineBreakSettingDescription:"Le interruzioni di riga sono sempre ordinate per le pagine con meno contenuti. (Usare interruzioni di riga intelligenti nei paragrafi lunghi e ricchi di contenuti (pi\xF9 di{count}caratteri) per risparmiare spazio).",tempTranslateDomainTitle:"Durata dell'attivazione temporanea della traduzione del sito web",tempTranslateDomainDescription:"Quando si traduce manualmente una pagina web, \xE8 possibile attivare temporaneamente la traduzione automatica del sito web e impostare la durata temporanea.",xMinutes:"{count} minuti",disabled:"vietare l'uso di qcs.",changelog:"Registro degli aggiornamenti",toggleTranslatePageWhenThreeFingersOnTheScreen:"Il tocco simultaneo di pi\xF9 dita sullo schermo traduce le pagine web/visualizza il testo originale",toggleTranslationMaskWhenThreeFingersOnTheScreen:"Il tocco con pi\xF9 dita mostra/nasconde l'effetto di sfocatura.",fingerCountToToggleTranslagePageOnlyTranslationWhenTouching:"Pi\xF9 dita che toccano lo schermo contemporaneamente traducono la pagina web (solo traduzione)/visualizzano il testo originale.",addUrlDescription:"Pu\xF2 essere un nome di dominio e supporta anche i caratteri jolly, ad esempio\uFF1A*.google.com, google.com/mail/*, https://www.google.com/*",general:"Impostazioni di base",clickToExpandConfig:"Espandere la configurazione attuale",import:"Importazione da file",export:"Esportazione su file",toggleDebug:"Stampa il log di debug sulla console","fingers.0":"coagulo","fingers.2":"tocco con due dita","fingers.3":"tocco con tre dita","fingers.4":"tocco a quattro dita","fingers.5":"tocco a cinque dita",mouseHoldKey:"+ {key} tradurre/ripristinare il paragrafo",mouseHoldKeyAuto:"Traduzione diretta del paragrafo",mouseHoldKeyOff:"Non fare nulla.",mouseHoldKeyOther:"Collegamenti personalizzati (impostazioni di apertura)",mouseHoldKeyCustomKey:"{key} Traduzione/riduzione del paragrafo",mouseHoverHoldKey:"Passaggio del mouse mentre si premono i tasti di scelta rapida per tradurre i paragrafi","mouse-translate":"passaggio del mouse",document:"(computer) file",resetSuccess:"Reimpostare tutte le impostazioni con successo",resetThisSuccess:"Ripristino riuscito",saved:"Salva il successo",successImportConfig:"Configurazione importata con successo",goAdvancedSettings:"Andare alla pagina Impostazioni avanzate",goAdvancedInterfaceSettings:"Andare alla pagina Impostazioni di personalizzazione avanzate",advanced:"Impostazioni avanzate",advancedDescription:"In genere non \xE8 necessaria alcuna impostazione, basta lasciarla come predefinita. Solo per gli utenti pi\xF9 specializzati sono disponibili impostazioni pi\xF9 personalizzate.",developer:"Impostazioni dello sviluppatore",donateCafe:"prezzi","translate to the bottom of the page":"Si traduce in fondo alla pagina subito dopo l'ingresso nella pagina?",feedback:"Domanda Feedback",toggleTranslatePage:"Tradurre la pagina/visualizzare il testo originale",translateToThePageEndImmediatelyDescription:"Se si attiva, il contenuto viene tradotto immediatamente dall'inizio alla fine della pagina, non appena viene inserito. Se lo si disattiva, il contenuto viene tradotto man mano che si legge. (Non consigliato)","translate all areas of the page":"Se tradurre tutte le aree della pagina",translationAreaDescription:"Attivato, vengono tradotte tutte le aree dell'intera pagina web. Se si disattiva, viene utilizzato il riconoscimento intelligente predefinito e vengono tradotte solo le aree principali. (Non si consiglia di attivarlo)","the number of characters to be translated first":"Tradurre direttamente i primi caratteri della pagina senza attendere lo scorrimento dell'area di visualizzazione","interface language":"linguaggio dell'interfaccia","display both the original text and the translation":"Visualizzazione simultanea di originale e traduzione","keyboard shortcuts":"Scorciatoie da tastiera",modify:"Modifica dei tasti di scelta rapida",reset:"riproposizione",close:"coagulo",homepage:"homepage",more:"di pi\xF9",moreOptions:"Ampliare le opzioni di personalizzazione",translateTheWholePage:"Tradurre tutte le aree della pagina (invece di riconoscere intelligentemente le aree principali)",changeToTranslateTheWholePage:"Passare alla traduzione di tutte le regioni",changeToTranslateTheMainPage:"Passare all'area principale di traduzione",changeToOnlyTranslationMode:"Alterna per visualizzare solo le traduzioni",changeToDualTranslationMode:"Passare alla traduzione bilingue",translateToThePageEndImmediately:"Traduzione immediata a fondo pagina",translateTheMainPage:"Regioni chiave della traduzione intelligente","The local rules are up to date":"Le norme di adattamento locali sono aggiornate.","Successfully synchronized with the latest official rules:":"Sincronizzato con successo con le ultime regole ufficiali di adattamento.","Checking for updates":"Controllo degli aggiornamenti","Rules are being synchronized":"Regole di adattamento sincronizzate",localVersionIsTooOld:"La versione dell'estensione locale \xE8 troppo vecchia; aggiornare l'estensione a {minVersion} o a una versione pi\xF9 recente prima di tentare la sincronizzazione.",badUserscriptBrowser:"Il browser attuale non implementa correttamente l'interfaccia dell'estensione Grease Monkey (ad esempio, per ottenere informazioni sul numero di versione dello script Grease Monkey stesso); si prega di utilizzare altri browser che <1>supportano l'estensione Grease Monkey, come Firefox.",foundNewVersion:"Scoprite la nuova versione",theLocalExtensionIsUpToUpdate:"L'estensione attuale \xE8 aggiornata.",failToSyncRules:"Mancata sincronizzazione delle ultime regole di adattamento",retry:"Fare clic qui per riprovare",failedReason:"Motivi del fallimento",currentRuleVersion:"Versione attuale della regola",calculating:"calcoli",unknownError:"errore sconosciuto",canNotFetchRemoteRule:"Impossibile ottenere le regole remote",enableAlphaSuccess:"Alfa abilitato",disableAlphaSuccess:"La funzione Alpha \xE8 stata disattivata",cacheSize:"Dimensione della cache\uFF1A",cleaning:"in fase di liquidazione",cleanCache:"cancellare la cache",options:"allestimento",about:"rispetto a",service:"servizio di interpretariato",needAction:"(Vai alle impostazioni)",goSettings:"procedere con l'impostazione",needActionForOptions:"(da impostare)",translationEngine:"Opzioni del motore",sourceLanguage:"Lingua originale",target:"lingua di destinazione",popupSourceLanguage:"Lingua originale",popupTarget:"lingua di destinazione",popupService:"servizio di interpretariato",forThisSite:"Sito web attuale",autoEnableSubtitle:"Attiva automaticamente i sottotitoli bilingue",alwaysTranslate:"Tradurre sempre",neverTranslate:"Mai tradurre",alwaysTranslateSomeLanguage:"Tradurre sempre {language}",neverTranslateSomeLanguage:"Mai tradurre {language}",alwaysTranslateSomeSite:"Tradurre sempre {hostname}",neverTranslateSomeSite:"Mai tradurre {hostname}",alwaysTranslateSomeSiteOrWildSite:"Tradurre sempre il sito",alwaysTranslateSomePage:"Tradurre sempre la pagina",add:"aumento",default:"predefinito (impostazione)",forThisLanguage:"Per questa lingua\uFF1A","add url":"Inserire l'URL",edit:"compilatore","translate other languages into specific language":"Tradurre altre lingue nella lingua impostata","select translation service":"Selezionare un servizio di traduzione",language:"multilinguismo","show-original":"Mostra il testo originale",translate:"rendering",Translated:"tradotto",Translating:"in traduzione",Error:"non corretto",allowCacheTranslations:"Abilitare la cache delle traduzioni locali (per ridurre le richieste di traduzione per i passaggi duplicati)","translation display":"Stile di visualizzazione della traduzione","select diplay style":"Distinguere gli stili di traduzione, con specifico riferimento ai seguenti esempi",interface:"Impostazioni dell'interfaccia",import_export:"Importazione/Esportazione",import_export_title:"Configurazione di importazione/esportazione",syncToGoogleDrive:"Sincronizzazione con Google Drive ora",floatBallOptions:"Impostazioni Hoverball","floatBallOptions.enable":"Abilitare l'Hoverball","floatBallOptions.blockUrls":"Disattivare il sito web","floatBallOptions.add":"aumento","floatBallOptions.blockUrlDesc":"Gli Hoverball non vengono visualizzati quando si incontrano i seguenti siti web","floatBallOptions.clickType":"comportamento di clic","floatBallOptions.clickTypeDesc":"Comportamento dell'icona Hoverball quando viene cliccata","floatBallOptions.clickPopup":"Mostra pannello di traduzione","floatBallOptions.clickTranslate":"Traduzione/visualizzazione del testo originale",previewAllThemes:"Anteprima di tutti gli stili","translationTheme.none":"non hanno","translationTheme.grey":"grigio scuro","translationTheme.dashed":"sottolineatura tratteggiata","translationTheme.dotted":"trattino basso tratteggiato","translationTheme.dashedBorder":"bordo tratteggiato","translationTheme.solidBorder":"bordo solido","translationTheme.underline":"Sottolineare le linee rette","translationTheme.mask":"Effetti fuzzy (modalit\xE0 di apprendimento)","translationTheme.opacity":"effetto trasparenza","translationTheme.paper":"Effetto ombra su carta bianca","translationTheme.dividingLine":"linea di demarcazione","translationTheme.highlight":"alta luminosit\xE0","translationTheme.marker":"marcatore (parola d'ordine)","translationTheme.marker2":"Marcatore 2","translationTheme.blockquote":"Stili di riferimento","translationTheme.weakening":"indebolimento","translationTheme.italic":"carattere obliquo","translationTheme.bold":"addensare","translationTheme.thinDashed":"sottile linea tratteggiata di sottolineatura","translationTheme.nativeDashed":"Il sistema \xE8 dotato di una sottolineatura tratteggiata","translationTheme.nativeDotted":"Il sistema viene fornito con una sottolineatura tratteggiata","translationTheme.nativeUnderline":"Il sistema viene fornito con una linea retta di sottolineatura","translationTheme.wavy":"linea ondulata","translationServices.custom":"API personalizzata","translationServices.tencent":"Traduttore Tencent","translationServices.tenAlpha":"Traduttore Tencent (Alpha)","translationServices.google":"Google Translate","translationServices.bai":"Baidu (Alfa)","translationServices.baidu":"Traduzione di Baidu","translationServices.aliyun":"Traduzione di AliCloud","translationServices.volc":"traduzione vulcanica","translationServices.deeplx":"DeepLX (Beta)","translationServices.bing":"Microsoft Translate","translationServices.deepl":"DeepL","translationServices.wechat":"Traduzione di WeChat","translationServices.azure":"Traduzione di Azure","translationServices.ibm":"IBM Watson","translationServices.aws":"Traduzione Amazon","translationServices.mock":"Traduzione simulata","translationServices.mock2":"Traduzione simulata 2","translationServices.caiyun":"illuminato. nuvole colorate e piccole traduzioni","translationServices.cai":"Nuvole colorate (Alpha)","translationServices.volcAlpha":"Vulcano (Alfa)","translationServices.openl":"AprireL","translationServices.youdao":"Traduzione su Youtube","translationServices.you":"Traduttore Youdao (Alpha)","translationServices.transmart":"Traduzione interattiva di Tencent","translationServices.niu":"Traduttore anticonformista","translationServices.papago":"Traduzione di Papago","translationServices.d":"D (Alfa)","translationServices.dpro":"D Pro (Canarino)","translationServices.openai":"OpenAI","translationServices.yandex":"Yandex","translationServices.chatgpt":"ChatGPT Web(3.5 mobile)","translate title":"Tradurre i titoli delle pagine","always languages":"Tradurre sempre la lingua",neverTranslateLanguagesLabel:"La lingua che non sar\xE0 mai tradotta",neverTranslateTheFollowingLanguagesDescription:"Le traduzioni vengono saltate quando un paragrafo della pagina \xE8 in una delle seguenti lingue",enableUserscriptPagePopup:"Mostra l'hoverball nella pagina",enableUserscriptPagePopupDescription:"Dopo aver disattivato l'hoverball, pu\xF2 essere richiamato con la scorciatoia /{touch}. Si consiglia vivamente di inserire tra i preferiti questa pagina di impostazioni per evitare di non riuscire a trovare l'hoverball dopo aver inavvertitamente disattivato questa opzione!","always translate the following languages":"Traduce automaticamente nella lingua di destinazione quando la pagina \xE8 in una delle seguenti lingue","always sites":"Siti web sempre tradotti","always translate the following sites":"I siti web vengono tradotti automaticamente nella lingua di destinazione quando sono i nomi di dominio di","never sites":"Sito web mai tradotto","never translate the following sites":"Le traduzioni non verranno effettuate quando il sito web \xE8 destinato ai seguenti domini","please refer to":"\xC8 necessario compilare la chiave prima di poterla utilizzare.",KeyAndConfigurationTutorial:"Esercitazione sull'applicazione e la configurazione delle chiavi",useAboveStyleForTheseSites:"Usare sempre lo stile di traduzione \u2308{theme}\u230B quando il sito \xE8 destinato ai seguenti domini",currentUrl:"URL corrente",confirm:"salvare (un file, ecc.) (informatica)",cancel:"cancellazioni",delete:"rimozione","languages.auto":"rilevamento automatico",syncToCloud:"Sincronizzazione con Google Drive",syncToCloudDescription:"Caricata nel cloud, la configurazione pu\xF2 essere sincronizzata tra diversi browser/ script di scimmia grassa, a seconda dell'ultima modifica.",syncToAccount:"Sincronizzazione con il Cloud di traduzione immersiva",syncToAccountButton:"Sincronizzazione istantanea con il cloud",syncToAccountDescription:"Sincronizzare automaticamente le configurazioni tra i diversi dispositivi, a seconda dell'ultima modifica.",successSyncConfigInAccount:"Sincronizzazione riuscita con il cloud",successSyncConfigToAccount:"Sincronizzazione riuscita con il cloud",syncConfigNoUpdate:"\xC8 gi\xE0 aggiornato.",authFail:"Mancata autorizzazione",syncTitle:"Gestione manuale del backup",import_hint:"importazione (dati)",upload:"caricare",revokeAuth:"revocare un'autorizzazione",uploadFail:"Caricamento fallito",download:"scaricare",importSuccess:"Importato con successo",importFail:"errore di importazione",deleteFail:"Cancellazione non riuscita",backupToCloud:"Gestione manuale dei file di backup",create_new_backup:"Aggiungere un nuovo nodo di backup",maxBackupFiles:"\xC8 possibile eseguire il backup di un massimo di{count}nodi diversi; eliminare i nodi non necessari.",backupToCloudDescription:"Caricare o ripristinare manualmente i file di backup, consentendo fino a 3 backup diversi.",successSyncConfig:"Sincronizzazione di successo con il cloud",syncFail:"errore di sincronizzazione",updatedAt:"Aggiornato da {date}",lastSyncedAt:"Ultimo controllo: {date}",downloadFail:"Impossibile scaricare",clickToDownload:"Fare clic per scaricare",aboutLabel:"Informazioni - Feedback","browser.openAboutPage":"Informazioni/Risposte",aboutLabelWithoutSponsor:"Informazioni - Feedback",aboutIntro:"Che tutti noi possiamo avere un accesso pi\xF9 facile e piacevole alla grande quantit\xE0 di informazioni in lingua straniera su Internet \u2764\uFE0F Potete scegliere di attivare la vostra <6>iscrizione Pro per utilizzare le traduzioni di DeepL e OpenAI.

Potete seguirci su <3>Twitter, <4>Telegram, Weibo, WeChat o <5>iscrivervi alla nostra mailing list per seguire gli aggiornamenti.
I <7>membri Pro possono contattarci all'indirizzo <8>support@immersivetranslate.com per un rapido servizio clienti.",aboutIntroWithoutSponsor:"Che tutti noi possiamo avere un accesso pi\xF9 facile e piacevole all'enorme quantit\xE0 di informazioni in lingua straniera disponibili su Internet \u2764\uFE0F

Potete seguirci su <3>Twitter, <4>canale Telegram, WeChat, WeChat Exchange, o <5>iscrivervi per seguire gli aggiornamenti via <5>e-mail qui sotto.",projectHomepage:"Progetto Home",joinTelegramGroup:"Unitevi al gruppo di utenti per partecipare alle discussioni sulle funzionalit\xE0",wechatPublicAccount:"WeChat Pubblico",wechatCommunities:"Gruppo di scambio WeChat",qqCommunities:"Canale di comunicazione QQ",joinTelegramChannel:"Seguite il canale Telegram per gli ultimi aggiornamenti",feedbackAndJoin:"Domanda Feedback / Aggiungi gruppo",autoSync:"sincronizzazione automatica dell'ora",loadingThemeTitle:"Stile di caricamento",loadingThemeDescription:"Impostazione dello stile in attesa del caricamento della traduzione","loadingTheme.spinner":"Animazione di rotazione","loadingTheme.text":"testo statico qcs. ","loadingTheme.none":"non mostrato",developerDescription:"La documentazione sulla personalizzazione avanzata \xE8 disponibile <1>qui","edit border color":"Modificare il colore del bordo",successSyncButNoChange:"La configurazione attuale \xE8 coerente con il cloud",customTheme:"Colori e dimensioni personalizzate","customThemeLabel.borderColor":"Colore del bordo","customThemeLabel.borderRadius":"Bordi arrotondati","customThemeLabel.textColor":"colore del testo","customThemeLabel.backgroundColor":"colore di sfondo","customThemeLabel.zoom":"Scalatura dei caratteri (%)","customThemeLabel.opacity":"Opacit\xE0 del testo (%)",resetToDefaultColor:"Ripristino dei colori predefiniti",resetToDefaultSettings:"Ripristino delle impostazioni predefinite",isTranslateTitle:"Abilita la traduzione dei titoli delle pagine",isTranslateTitleDescription:"All'apertura, il titolo della pagina viene tradotto",enableSearchEnhancement:"Abilitazione del miglioramento dei messaggi bilingue",enableSearchEnhancementDescription:'Una volta abilitato, i risultati della ricerca di "Google News" verranno automaticamente visualizzati nella colonna destra dei siti web supportati (Google News, Google Search (alcune parole chiave), Snowball, Oriental Fortune, Futura, Tiger Community) per le parole chiave inglesi corrispondenti.',verifyService:"Clicca qui per testare il servizio",verified:"Verifica del successo","field.langs":"Codici lingua supportati","field.model":"modellazione","field.translationEngine":"motore di traduzione","field.limitPerMinute":"Richieste massime al minuto","field.limitPerSecond":"Numero massimo di richieste al secondo","field.maxTextLengthPerRequest":"Lunghezza massima del testo per richiesta","field.maxTextGroupLengthPerRequest":"Numero massimo di paragrafi per richiesta","field.apiUrl":"Indirizzo dell'interfaccia API personalizzata","field.placeholderDelimiters":"segnaposto riservato","description.custom":"Interfaccia personalizzata Accesso Documentazione necessaria","description.limitPerMinute":"Le richieste che superano questo limite vengono messe in coda fino all'inizio del minuto successivo. A causa delle varie limitazioni dell'attuale servizio di OpenAI, fare clic <1>qui per gli ultimi valori suggeriti.","description.limitPerSecond":"Le richieste che superano questo limite vengono messe in coda fino all'inizio del secondo successivo. A causa delle varie limitazioni dell'attuale servizio di OpenAI, fare clic <1>qui per gli ultimi valori suggeriti.","description.generalLimitPerSecond":"Le richieste che superano questo limite vengono messe in coda fino all'inizio del secondo successivo.","description.prompt":"Invia una conversazione a {service} come utente, dove {{text}} rappresenta il contenuto del testo del paragrafo, {{from}} rappresenta la lingua del paragrafo, {{to}} rappresenta la lingua di destinazione.","description.maxTextLengthPerRequest":"Il numero massimo di caratteri per richiesta \xE8 troppo elevato e causa una risposta lenta dell'interfaccia; provare a regolare questa opzione per ottimizzare la velocit\xE0.","description.systemPrompt":"Un dialogo inviato a OpenAI come sistema, dove {{text}} indica il contenuto testuale del paragrafo,{{from}} indica la lingua del paragrafo e{{to}} indica la lingua di destinazione.","field.domain":"regno","description.domain":"L'impostazione predefinita \xE8\uFF1Ageneral. Pu\xF2 essere impostata solo se la traduzione con dominio \xE8 abilitata nella console Arima API, vedere <1>qui per i domini supportati.","field.scene":"prendere","description.scene":"Valore predefinito:\uFF1Ageneral. Pu\xF2 essere impostato solo se la console API di AliCloud apre Machine Translation Pro, vedere <1>qui per gli scenari supportati.","field.vocabId":"ID del dizionario utente","description.vocabId":"Il dizionario out_id specificato, attualmente supporta la traduzione dall'inglese al cinese.","description.model":"Modelli OpenAI, possono essere gpt-3.5-turbo, gpt-4, ecc.","description.maxTextGroupLengthPerRequest":"Il numero di paragrafi inviati al servizio di traduzione alla volta; se ci sono troppi paragrafi, l'interfaccia potrebbe rispondere pi\xF9 lentamente.","description.apiUrl":"Si prega di aggiungere URL specifici con percorsi, <1>ulteriori descrizioni",enabledExtension:"Abilitazione delle estensioni",clickToDisableExtension:"Fare clic per disattivare le estensioni",clickToEnableExtension:"Fare clic per abilitare le estensioni",hasBeenDisabled:"disabilitato","show password":"Mostra password",customContent:"Inserire un nome di modello personalizzato",inputOptions:"Miglioramento della casella di input",mouseHoverOptions:"passaggio del mouse",modifyMouseHoverKey:"Modifica della scorciatoia per il passaggio del mouse",enableInputTranslation:"Abilitare o meno il miglioramento della casella di input",enableInputTranslationDescription:"Una volta abilitato, digitare {startingKey}{startingKey} hello direttamente nella casella di input, poi premere rapidamente{inputTrailingTriggerKeyRepeatTimes}volte{trailingKey}per tradurre in {inputTargetLanguage}.",enableInputTranslationDescriptionForNoneKey:"Una volta abilitato, digitate\uFF1AHello World direttamente nella casella di input, quindi premete rapidamente{inputTrailingTriggerKeyRepeatTimes}{trailingKey}volte per tradurre nella lingua di destinazione predefinita.",inputTargetLanguage:"Impostazione della lingua di destinazione predefinita per le caselle di input",inputTargetLanguageDescription:"Lingua di destinazione predefinita per la traduzione della casella di input, ovvero {startingKey}{startingKey} come lingua predefinita per le parole di attivazione.",inputTargetLanguageDescriptionForNoneKey:"Lingua di destinazione predefinita per la traduzione della casella di input",inputStartingTriggerKeyTitle:"Impostazione del carattere di divisione per la traduzione parziale della casella di input",inputStartingTriggerKeyDescription:"Quando non \xE8 necessario tradurre l'intera casella di input, lo splitter consente di tradurre solo la parte da {startingKey}{startingKey} alla fine della casella di input, oppure \xE8 possibile specificare il codice della lingua, ad esempio\uFF1A{startingKey}ja significa tradurre solo la parte da {startingKey}ja alla fine della casella di input.",inputStartingTriggerKeyDescriptionForNoneKey:"L'impostazione attuale di nessun prefisso non \xE8 necessaria e la funzione di traduzione di alcuni testi nella casella di immissione non \xE8 al momento disponibile.",inputTrailingTriggerKeyTitle:"Selezionare un carattere di attivazione di fine inserimento",inputTrailingTriggerKeyDescription:"3 colpi veloci{trailingKey} inizier\xE0 a tradurre!",inputTrailingTriggerKeyTimeout:"Immettere l'intervallo di tempo tra gli inneschi di fine combattimento",inputTrailingTriggerKeyTimeoutDescription:"Imposta l'intervallo di tempo (in millisecondi) tra le attivazioni della combo di fine input",spaceKey:"<\u7A7A\u683C\u952E>",noneKey:"Traduzione diretta dell'intera casella di testo senza prefissi",inputTranslationBlockUrlsTitle:"Non abilitare il miglioramento della casella di input nei seguenti URL",inputTranslationBlockUrlsDescription:"I miglioramenti della casella di input non funzionano con i seguenti URL",clickToSeeQuickDemo:"Fare clic per espandere il video di esercitazione rapida di 30 secondi",inputHelperInfo:"Descrizione\uFF1AAbbiamo ottimizzato il fatto che alcuni caratteri di attivazione si trasformano in segni di punteggiatura cinesi con i metodi di input cinesi, ad esempio, / si trasforma in un segno di dun, con il metodo di input Sogou, e Immersive Translator supporta tutti i simboli cinesi corrispondenti ai caratteri di attivazione, ad esempio //,,, saranno riconosciuti come caratteri di attivazione.

Supportiamo anche gli alias cinesi per i codici di lingua come comandi, ad esempio /Japanese Hello World verr\xE0 tradotto in giapponese; <1>fare clic qui per vedere tutti i codici di lingua supportati.",reloadCurrentPage:"Aggiornare la pagina corrente prima di iniziare la traduzione.",noLocalFilePermissionForPDF:"Non si ha l'autorizzazione a leggere i file locali, fare clic sul pulsante sopra e importare i file locali.",noPermissionForThisPage:"\u26A0\uFE0F Nessun permesso per tradurre la pagina corrente",retryAllParagraphs:"Riprova tutti i passaggi di errore",retryAllButton:"Riprova tutti i passaggi di errore",errorTooltipTitle:"Fare clic per visualizzare la causa dell'errore",errorModalTitle:"Sembra che ci sia qualcosa che non va nel servizio di traduzione o nella rete...",disableConfirm:"Impostazione bilingue per il miglioramento delle informazioni",disableOnce:"Questa disabilitazione",disableGlobal:"disabilitare in modo permanente",disableTint:"* \xC8 possibile riabilitarlo all'indirizzo {option} .",searchEnhancementNotes:"Dopo aver attivato la funzione Immersive Translation Bilingual Information Enhancement, cercheremo automaticamente le stesse parole chiave in inglese sui siti web supportati (Google News, Google Search (alcune parole chiave), Snowball, Oriental Wealth, Futura, Tiger) e le visualizzeremo sul lato destro. Potete scegliere di disabilitare questa funzione se non ne avete bisogno.",option:"allestimento",saveSettings:"Salva le impostazioni",closeModal:"Chiudere la finestra",enableInputTranslationWithoutTriggerKeyTitle:"Abilitare 3 colpi rapidi su{trailingKey}per tradurre direttamente l'intera casella di input in{inputTargetLanguage}",enableInputTranslationWithoutTriggerKeyDescription:"Per specificare la lingua di destinazione, usare il prefisso della lingua, per esempio\uFF1Aja Hello World",mouseHoverShortcutPlaceholder:"Ad esempio,\uFF1AShift",deepLProName:"Immersive Translation Pro Membro (consigliato)",deepLProDescription:"Il pacchetto corrente pu\xF2 essere utilizzato direttamente",deeplProDescriptionForNormal:"Non \xE8 richiesta alcuna configurazione, i membri possono utilizzarlo dopo il login, <1>clicca qui per passare a membro",deepLCustomDescription:"\xC8 richiesta una carta di credito estera, aperta ufficialmente su <1>DeepL, clicca per la <2>documentazione",deepLCustomName:"Chiave di autorizzazione personalizzata",chooseProviderLabel:"Selezionare un fornitore di servizi",openaiProName:"Immersive Translation Pro Membro (consigliato)",openaiProDescription:"Il pacchetto corrente pu\xF2 essere utilizzato direttamente",openaiProDescriptionForNormal:"Non \xE8 richiesta alcuna configurazione, i membri possono utilizzarlo dopo il login, <1>clicca qui per passare a membro",openaiCustomDescription:"Disponibile su OpenAI, Azure OpenAI o altri servizi di terze parti, <1>fare clic qui per la documentazione.",openaiCustomName:"Chiave API personalizzata",needLoginAction:"(Iscrizione aperta o personalizzazione)",goLoginOrAction:"(Aprire un'iscrizione o andare alle impostazioni)",yearly:"effettuare un pagamento annuale consecutivo",quarterly:"avvolgimento sequenziale",monthly:"abbonamento mensile",yearlyForOnce:"Pacchetto annuale una tantum",monthlyForOnce:"Pacchetto mensile una tantum",daily:"giorni consecutivi di pacchetti",year:"effettuare un pagamento annuale consecutivo",quarter:"avvolgimento sequenziale",month:"abbonamento mensile",day:"giorni consecutivi di pacchetti",onetime_7day:"Pacchetto esperienza di 7 giorni",currentPlanDescriptionForFree:"Pacchetti attuali\uFF1AGratis",currentPlanDescriptionForContinuous:"L'attuale pacchetto\uFF1A{plan}sar\xE0 rinnovato automaticamente su {endAt} .",currentPlanDescriptionForAutoRenewCaceling:"L'attuale pacchetto\uFF1A{plan}scadr\xE0 il giorno {endAt} e non sar\xE0 rinnovato automaticamente alla scadenza.",currentYearlyPlanDescriptionForAutoRenewCacelingWithRealPaiedUser:"Il pacchetto attuale,\uFF1A{plan}, scadr\xE0 il {endAt} e non sar\xE0 rinnovato automaticamente alla scadenza.
<1>Clicca qui per gestire il tuo piano di rinnovo",currentYearlyPlanDescriptionForAutoRenewCacelingWithAdmin:"Il pacchetto attuale,\uFF1A{plan}, scadr\xE0 il {endAt} e non sar\xE0 rinnovato automaticamente alla scadenza.
<1>Fare clic qui per attivare l'abbonamento annuale continuo",currentPlanDescriptionForOneTime:"L'attuale abbonamento\uFF1A{plan}scadr\xE0 il {endAt} , <1>clicca qui per passare all' abbonamento <1>annuale o <2>mensile.",upgradePlan:"Clicca qui per passare all'iscrizione Pro",upgradeToPro:"Aggiornamento all'iscrizione Pro","popup.openPro":"Passa all'iscrizione Pro per usufruire di DeepL e della traduzione OpenAI, clicca qui per effettuare l'aggiornamento!","popup.openProForPro":"Sei un membro Pro con accesso diretto alle traduzioni di DeepL e OpenAI!",currentAccount:"conto corrente",enableAutoSyncUserSettings:"Abilita la sincronizzazione automatica con il cloud su pi\xF9 dispositivi",modalEnableInputTranslationTitle:"Casella di input per la traduzione immersiva Avvisi di traduzione",modalEnableInputTranslationDesc:"\xC8 stata appena attivata la traduzione della casella di input di Immersive Translation premendo la barra spaziatrice 3 volte in rapida successione e il contenuto della casella di input verr\xE0 tradotto nella lingua di destinazione predefinita. La traduzione pu\xF2 essere annullata con Ctrl+Z.

Se si tratta di un errore, non preoccupatevi: potete scegliere di disattivarla questa volta o di disabilitare definitivamente la traduzione delle caselle di input.",saveAndNotShowAgain:"Salvare e interrompere la richiesta",disableInputTranslationTips:"* \xC8 inoltre possibile impostare altre scorciatoie da attivare in {option} ,{learnMore}.",learnMore:"Clicca qui per saperne di pi\xF9",continueEnalbeInputTranslation:"Continuare ad abilitare la traduzione della casella di input",autoRenewTrialSuffix:`(In prova,\xE8 passato immediatamente all'iscrizione completa)`,upgradeFromTrialTitle:"Aggiornamento a Socio Effettivo",subtitle:"sottotitoli video",youtubeService:"Traduzione in immersione Servizi di traduzione con sottotitoli video","subtitle.disabledSubtitle":"Disattivare in modo permanente la funzione dei sottotitoli video","subtitle.disabledSubtitleDescription":"Se Immersive Translator's Video Subtitles entra in conflitto con altre estensioni, \xE8 possibile scegliere di disabilitare definitivamente la funzionalit\xE0 di Immersive Translator's Video Subtitles o disinstallare le altre estensioni in conflitto.","subtitle.autoEnableSubtitle":"Uso automatico dei sottotitoli bilingue","subtitle.autoEnableSubtitleDescription":"Una volta attivato, i sottotitoli bilingue verranno visualizzati automaticamente durante la riproduzione del video, altrimenti sar\xE0 necessario fare clic sul pulsante di traduzione per visualizzarli.","subtitle.preTranslation":"Tradurre i sottotitoli con la traduzione immersiva","subtitle.preTranslationDescription":"Quando \xE8 abilitato, l'intero sottotitolo sar\xE0 pre-tradotto utilizzando il servizio di traduzione specificato di seguito; un video di un'ora consumer\xE0 circa 50.000 gettoni o caratteri, quindi si prega di utilizzarlo a propria discrezione; quando \xE8 disabilitato, i sottotitoli originali saranno utilizzati per primi.","subtitle.humanSubtitlesPreferred":"Uso prioritario del sottotitolaggio umano","subtitle.humanSubtitlesPreferredDescription":"Privilegiare l'uso di sottotitoli umani quando il video ha sottotitoli umani nella lingua di destinazione (consigliato)",videoSubtitleTranslationDescription:"Assegnare un servizio di traduzione separato per i sottotitoli video",subtitleTranslating:"Attendere mentre i sottotitoli vengono tradotti con il servizio {service} ... (traduzione ad immersione)",subtitleLoading:"Caricamento dei sottotitoli...",bilingual:"bilinguismo","field.action":"Se abilitare la terminologia Baidu","description.action":"Quando \xE8 abilitato, un parametro action=1 sar\xE0 aggiunto alla richiesta per informare Baidu del termine abilitato; <1>per ulteriori informazioni, consultare la documentazione ufficiale.",closeQuickTranslation:"Chiudere Hoverball","closeQuickTranslation.untilNext":"Questa volta chiuso fino alla prossima visita","closeQuickTranslation.currentWebsite":"Sito attuale disabilitato","closeQuickTranslation.alwaysClose":"disabilitare in modo permanente","closeQuickTranslation.settingOpen":"(pu\xF2 essere attivata nella <1>pagina delle impostazioni )","closeQuickTranslation.cancel":"cancellazioni","closeQuickTranslation.confirm":"definire","floatBall.popup":"Aprire il pannello Impostazioni rapide","floatBall.translate":"Fare clic per tradurre la pagina","floatBall.showOriginal":"Fare clic per tornare all'articolo originale","floatBall.close":"Chiudere Hoverball","floatBallOptions.enableDescPc":"Dopo aver abilitato l'hoverball della pagina, verr\xE0 visualizzato un pulsante di traduzione rapida sul lato destro della pagina: cliccatelo per tradurre!","floatBallOptions.enableDesc":"Dopo aver disattivato l'hoverball, \xE8 possibile richiamarlo con{touch}. Si consiglia vivamente di inserire tra i preferiti questa pagina di impostazioni nel caso in cui non si riesca a trovare l'hoverball dopo aver inavvertitamente disattivato questa opzione!","description.azureApiUrl":"Inserire l'indirizzo dell'interfaccia API personalizzata",confirmSupportMouse:"Forzare l'abilitazione del supporto del mouse",confirmSupportMouseDescription:"Rilevato che il browser corrente non supporta la funzione del mouse, \xE8 necessario abilitare il supporto del mouse?",sampleTargetText:"Verr\xE0 la lunga notte e io veglier\xF2 da oggi fino alla morte. Non prender\xF2 moglie, non far\xF2 feudi, non avr\xF2 figli. Non porter\xF2 una corona, non lotter\xF2 per l'onore. Far\xF2 il mio dovere, vivr\xF2 e morir\xF2.",sampleSourceText:"Night gathers, and now my watch begins. It shall not end until my death. I shall take no wife, hold no lands, father no children. I shall wear no crowns and win no glory. I shall live and die at my post.","desc.touchShortcutsToggleTranslatePageOnlyTranslation":"Solo traduzione significa che verr\xE0 visualizzata solo la traduzione, se la pagina web non \xE8 ancora stata tradotta, passer\xE0 alla modalit\xE0 e tradurr\xE0.","desc.toggleOnlyTransation":"La modalit\xE0 solo traduzione significa che verr\xE0 visualizzato solo il testo tradotto, se la pagina web non \xE8 ancora stata tradotta, cambier\xE0 modalit\xE0 e tradurr\xE0.",touchShortcutsToggleTranslatePageOnlyTranslation:"Imposta il gesto del touchscreen per passare alla modalit\xE0 bilingue/solo testo tradotto",download_started:"Il download \xE8 gi\xE0 iniziato, se non si avvia automaticamente, fai clic manualmente.",here:"Qui","translationFont.customPlaceholder":"carattere","error.goReset":"Vai a resettare","translationFont.custom":"Inserisci il carattere personalizzato",batchEdit:"Operazione in blocco","translationModeUrl.translation.title":"Solo modalit\xE0 di traduzione del sito web","error.configError":"Anomalia dei dati di configurazione","error.serveConfigError":"Errore nella configurazione del servizio","touch.mouse-translate":"Tradurre il paragrafo specificato","error.proTokenInvalid":"Se sei un utente Pro, per favore accedi prima di utilizzare il servizio di traduzione Pro.","translationModeLang.translation.title":"Solo modalit\xE0 di traduzione della lingua","translationServices.inherit":"Segui il servizio di traduzione principale",enableSentryReport:"Quando si verifica un errore di estensione, invia un feedback utilizzando Sentry",videoSubtitlePreTranslationOn:"I sottotitoli video utilizzeranno la traduzione immersiva come priorit\xE0.",translationFont:"Imposta il carattere","error.reloadPageOfSetting":"Dopo la configurazione, si prega di aggiornare la pagina e tradurre di nuovo.",detectServiceLoading:"Sto controllando i servizi di traduzione disponibili...",toggleToService:"Passa a {service} e riprova","translationModeLang.translation.description":"Quando la lingua della pagina \xE8 una delle seguenti, verr\xE0 utilizzata automaticamente solo la modalit\xE0 di traduzione.","translationModeUrl.translation.description":"Quando il sito web ha i seguenti nomi di dominio, verr\xE0 utilizzata automaticamente solo la modalit\xE0 di traduzione.","error.403":"Il servizio restituisce un errore, non si ha temporaneamente l'autorizzazione per accedere a questo servizio.","error.400":"Il servizio restituisce un errore, errore nei parametri della richiesta, si prega di controllare la configurazione corrispondente.",videoSubtitlePreTranslationOff:"I sottotitoli del video daranno la priorit\xE0 ai sottotitoli automatici inclusi nel video originale.","error.proUpgrade":"Dopo l'aggiornamento, si prega di aggiornare la pagina e tradurre di nuovo.","translationFont.notSupportErrorMessage":"Si prega di controllare se il nome del carattere inserito \xE8 corretto, o confermare che il carattere \xE8 gi\xE0 installato sul tuo dispositivo.","error.429":"Il servizio restituisce un errore, indicando che la richiesta \xE8 troppo frequente o supera il limite di quota, si prega di riprovare pi\xF9 tardi.","error.502":"Il servizio ha restituito un errore, il servizio \xE8 in timeout, si prega di riprovare pi\xF9 tardi.","error.googleLimitIp":"Il servizio restituisce un errore, il servizio Google ha limitato questo indirizzo IP, si consiglia di cambiare il nodo di rete.","error.openAIExceededQuota":"Il servizio restituisce un errore: il saldo del tuo account OpenAI non \xE8 sufficiente, si prega di ricaricare o collegare una carta di credito nel pannello di controllo ufficiale di OpenAI.","error.gemini.429":"Il servizio Gemini attuale ha raggiunto la sua capacit\xE0 massima, si prega di riprovare pi\xF9 tardi o passare ad un altro servizio di traduzione.","desc.toggleVideoSubtitlePreTranslation":"Dopo aver premuto, i sottotitoli bilingui del video utilizzeranno in primo luogo le impostazioni di traduzione immersive, premendo di nuovo avranno la priorit\xE0 i sottotitoli automatici inclusi nel video originale. Nota: questa scorciatoia modifica le impostazioni globali.","error.serveUnavailable":"Il servizio [{serverName}] che stai utilizzando attualmente non \xE8 accessibile a causa di problemi di connessione o del fornitore di servizi. Ti consigliamo di provare a ricaricare la pagina o di cambiare il servizio di traduzione attraverso le <1>impostazioni. Se sei un membro <2>Pro, puoi scegliere di utilizzare i servizi di traduzione pi\xF9 stabili di DeepL o OpenAI (<3>clicca qui per una prova gratuita). Inoltre, potrebbe essere necessario controllare la tua rete o le impostazioni del proxy.","error.openAIFreeLimit":"Il servizio restituisce un errore, la frequenza attuale delle richieste di traduzione ha raggiunto il limite massimo di 3 volte al minuto, si prega di riprovare pi\xF9 tardi. (Questo \xE8 il limite ufficiale di OpenAI per l'API Key gratuita, per rimuovere questo limite, si prega di collegare una carta di credito nel backend di OpenAI.)","floatBall.iKnow":"Lo so.","floatBallOptions.fixedPosition":"Posizione fissa",notLogin:"Non connesso","translationServices.gemini":"Gemelli","error.retry":"Riprova",pickAll:"Seleziona tutto","slide.right":"Scorri a sinistra","multipleClick.2":"Doppio clic",loggedIn:"Accesso effettuato","error.reason":"Motivo dell'errore","multipleClick.4":"Quadruplo colpo","multipleClick.3":"Triplo colpo","widget.translateFile":"PDF/ePub",shortcutSettings:"Scorciatoia","tagsInput.add":"+ Aggiungi","shortcutGroup.others":"Pi\xF9 scorciatoie personalizzate","slide.left":"Scorri a destra","subtitle.hideQuickButton":"Non mostrare pi\xF9 questa scorciatoia","widget.videoSubtitle":"sottotitoli video","error.subscriptionExpiredTitle":"La membership \xE8 scaduta",alwaysTranslateThisSite:"Sempre tradurre questo sito","floatBallOptions.fixedPositionLeft":"Sinistra",touchShortcutsOff:"Chiudi",neverTranslateThisSite:"Non tradurre mai questo sito web",translationOnlyMode:"Solo modalit\xE0 di traduzione",viewWithImmersiveTranslate:"Versione bilingue (traduzione immersiva)",contact:"Contattaci","browser.translateWithBing":"Utilizzo temporaneo di Microsoft per tradurre la pagina corrente",buildSnapshots:"Genera un'istantanea della pagina web","intro.floatBallTitle":"Traduzione rapida della sfera galleggiante","browser.translateWithOpenAI":"Utilizzo temporaneo di OpenAI per tradurre la pagina corrente","widget.videoSubtitleTooltip":"Supporta Youtube e altri {count}+ siti di video","browser.translateWithDeepL":"Utilizzo temporaneamente DeepL per tradurre la pagina corrente",errorReason:"Motivo dell'errore: {message}","browser.translateWithTransmart":"Utilizzo temporaneo di Tencent per tradurre la pagina corrente","shortcutGroup.shortcutsForTranslationServices":"Scorciatoie relative ai servizi di traduzione","browser.translateWithGoogle":"Utilizzo temporaneo di Google per tradurre la pagina corrente",temprarilyChangeTranslationTo_gemini:"Sto utilizzando Gemini per tradurre la pagina corrente.","browser.translateWithGemini":"Utilizza temporaneamente Gemini per tradurre la pagina corrente","widget.instructionTooltip":"Visualizza le istruzioni per l'uso",goLogin:"Vai a fare il login",temprarilyChangeTranslationTo_openai:"Sto utilizzando OpenAI per tradurre la pagina corrente.",temprarilyChangeTranslationTo_transmart:"Sto utilizzando Tencent per tradurre la pagina corrente.","floatBallOptions.fixedPositionRight":"lato destro",paragraphMinTextCountField:"Il numero minimo di caratteri necessari per tradurre un paragrafo",mouseHoverCustomKeyTitle:"Personalizza la scorciatoia del mouse al passaggio del mouse",temprarilyChangeTranslationTo_deepl:"Sto utilizzando DeepL per tradurre la pagina corrente.","subtitle.bilingual":"Sottotitoli bilingui",temprarilyChangeTranslationTo_bing:"Sto utilizzando Microsoft Translate per tradurre la pagina corrente.","intro.hoverTitle":"Posiziona il mouse per tradurre il paragrafo corrente","shortcutGroup.main":"Scorciatoie da tastiera di funzioni comuni",temprarilyChangeTranslationTo_google:"Sto utilizzando Google Traduttore per tradurre la pagina corrente.","subtitle.autoDisableSubtitle":"Non attivare automaticamente i sottotitoli bilingue",upgradeToProErrorTitle:"Si prega di aggiornare a membro Pro prima di utilizzare questo servizio di traduzione",touchShortcutsToggleTranslatePage:"Imposta gesti touch per tradurre pagine web / visualizzare il testo originale","widget.translateFileTooltip":"Traduci documenti PDF, EPUB, SRT, ASS, HTML e TXT","widget.instruction":"Istruzioni per l'uso","proQuotaExceededError.resetTime":"3. Tempo di reimpostazione del limite: {resetTime}","shortcutGroup.touch":"Gesti specifici per touch screen","floatBall.guideClickToTranslate":"Clicca sulla sfera galleggiante di traduzione immersiva per tradurre rapidamente","subtitle.showQuickButton":"Nel lettore visualizza la scorciatoia per i sottotitoli bilingue","floatBall.longPress":"Tenendo premuto a lungo \xE8 possibile aprire rapidamente il pannello delle impostazioni.","neverTranslateText.title":"Le parole seguenti rimangono in lingua originale, non tradurre.","browser.translateInputBox":"Traduci il contenuto attuale del campo di input.","browser.toggleVideoSubtitlePreTranslation":"Passa ai sottotitoli bilingui utilizzando preferibilmente le impostazioni di traduzione immersive.","error.subscriptionExpired":"La tua iscrizione potrebbe essere scaduta, controlla lo stato della tua iscrizione.","shortcutGroup.mouse":"Configurazione scorciatoia per il passaggio del mouse","browser.toggleMouseHoverTranslateDirectly":"Abilita o disabilita temporaneamente la traduzione diretta al passaggio del mouse sulla pagina","intro.subtitleTitle":"Visualizzazione dei sottotitoli bilingui nei video online",networkError:"Il servizio di traduzione o la rete ha problemi",notLoginPro:"Non hai ancora effettuato l'accesso al tuo account membro.",touchShortcutsToggleTranslationMask:"Imposta il gesto del touchscreen per mostrare la traduzione della maschera / mostrare il testo originale","floatBallOptions.fixedPositionDesc":"La palla galleggiante \xE8 a sinistra o a destra della finestra?","desc.touchShortcutsToggleTranslateTouchElement":"Personalizza un gesto e puoi tradurre qualsiasi paragrafo in cui ti trovi.",confirmResetToDefaultSettings:"Confermi di voler ripristinare questo servizio di traduzione alle impostazioni predefinite? (Ripristina solo le impostazioni di questo servizio di traduzione)","description.baiduField":"I campi supportati sono visti <1>qui, se vuoto significa che non \xE8 specificato alcun campo.",touchShortcutsToggleTranslateTouchElement:"Imposta il gesto del touchscreen per tradurre il paragrafo specificato","desc.toggleTranslateTheWholePage":"Traduci l'intera area della pagina, di default, tradurremo l'area principale della pagina, puoi utilizzare questa scorciatoia per tradurre specificamente l'intera area della pagina.",mouseHoverCustomKeyDescription:"Puoi personalizzare una combinazione di tasti di scelta rapida per il passaggio del mouse, ad esempio: Alt+Z, Ctrl+E, Cmd+Alt+E o direttamente Cmd, si prega di inserire manualmente.",paragraphMinTextCountDesc:"Attenzione, qui si intende la lunghezza del carattere, ad esempio: ciao \xE8 composto da 5 caratteri, impostare un valore maggiore pu\xF2 ridurre la traduzione di paragrafi non necessari.","desc.toggleTranslateTheMainPage":"Traduci solo l'area principale della pagina, quando hai abilitato la traduzione di tutta l'area della pagina nelle impostazioni avanzate, puoi utilizzare questa scorciatoia per tradurre specificamente l'area principale della pagina.","subtitle.showQuickButtonDescription":"Nell'angolo in basso a destra del lettore video \xE8 disponibile una scorciatoia per attivare i sottotitoli bilingue.","desc.mouseHoverHoldKey":"Quando il mouse \xE8 in hover su un paragrafo, premendo contemporaneamente il tasto di scelta rapida a destra, \xE8 possibile tradurre direttamente quel paragrafo.","desc.interfaceLanguage":"Le impostazioni della lingua dell'interfaccia influenzano la lingua di visualizzazione del pannello di controllo e non hanno nulla a che fare con la lingua target della traduzione.",translationOnlyModeDescription:"La modalit\xE0 solo traduzione si riferisce alla visualizzazione solo del testo tradotto, non della modalit\xE0 bilingue predefinita. Nota: a causa di limitazioni tecniche, i collegamenti ipertestuali del testo originale non funzioneranno in modalit\xE0 solo traduzione.","desc.touchShortcutsToggleTranslatePage":"Dopo aver impostato, quando si utilizza un dispositivo mobile, \xE8 possibile toccare lo schermo con X dita contemporaneamente, scorrere a sinistra e a destra o fare clic continuamente per attivare la traduzione della pagina web / visualizzare il testo originale.","desc.touchShortcutsToggleTranslationMask":"La maschera di traduzione si riferisce all'effetto sfocato nello stile del testo tradotto (modalit\xE0 di apprendimento), che, una volta attivato, applica temporaneamente un effetto sfocato al testo tradotto, facilitando l'apprendimento.",shortcutSettingsTitle:"Impostazioni scorciatoie","proQuotaExceededError.onetime7day":'\uFF0Cpuoi scegliere uno dei seguenti metodi per risolvere:

1. Passa a {anotherService} o ad altri servizi di traduzione
2. Aggiorna a un membro mensile/annuale ',"contact.description":"Se avete domande o suggerimenti, siete invitati a compilare il modulo sottostante per contattarci, o inviare una mail a {email}, vi risponderemo il pi\xF9 presto possibile.","proQuotaExceededError.nonTrial":'\uFF0Cpuoi scegliere uno dei seguenti metodi per risolvere:

1. Passa a {anotherService} o ad altri servizi di traduzione
2. Acquista un pacchetto di traffico extra {translationService}',"proQuotaExceededError.trial":'\uFF0Cpuoi scegliere uno dei seguenti metodi per risolvere:

1. Passa a {anotherService} o ad altri servizi di traduzione
2. Aggiorna subito a membro ufficiale',"intro.floatBallDescription":"Una volta attivato, verr\xE0 visualizzato un pulsante di traduzione rapida sul lato destro della pagina, cliccandolo si pu\xF2 tradurre, cliccandolo di nuovo si pu\xF2 tornare al testo originale. Su dispositivi mobili, tenendo premuto il pallone galleggiante, \xE8 possibile aprire il pannello delle impostazioni rapide.","desc.toggleMouseHoverTranslateDirectly":"Dopo aver premuto questo tasto di scelta rapida, sulla pagina, basta che il mouse punti a qualsiasi testo per tradurlo automaticamente. Premendo di nuovo il tasto di scelta rapida, \xE8 possibile disattivare questa funzione di traduzione automatica.",shortcutDisableTooltip:"Si prega di impostare nella pagina di gestione delle scorciatoie da tastiera dell'estensione del browser, per ulteriori indicazioni si prega di consultare le istruzioni nella parte superiore di questa pagina.","subtitle.supportedSites":"\xC8 supportato l'uso di sottotitoli bilingui su questi siti web (Nota: a causa di limitazioni tecniche, alcuni siti web potrebbero aver bisogno di essere aggiornati dopo aver attivato i sottotitoli per la prima volta, o potrebbe essere necessario attendere che la traduzione sia completata per visualizzare i sottotitoli bilingui):","neverTranslateText.description":"A causa di alcune carenze di riconoscimento dei nomi propri da parte di alcuni motori di traduzione, puoi aggiungere parole qui per assicurarti che non vengano convertite durante il processo di traduzione. Si prega di notare che questa funzione distingue tra maiuscole e minuscole e supporta solo le lingue separate da spazi (come l'inglese, il francese), non \xE8 adatta per lingue come il giapponese, il coreano, ecc.","intro.subtitleDescription":"Dopo aver attivato questa funzione, i sottotitoli bilingui verranno visualizzati automaticamente durante la riproduzione del video. Se non \xE8 abilitato, \xE8 necessario fare clic manualmente sul pulsante di traduzione sulla pagina per visualizzare i sottotitoli. Si prega di notare che, a causa di limitazioni tecniche, alcuni siti web potrebbero richiedere l'aggiornamento della pagina o l'attesa del completamento della traduzione prima di poter visualizzare i sottotitoli bilingui. (Inoltre, \xE8 possibile attivare/disattivare il pannello di traduzione immersiva nell'angolo in alto a destra dopo aver aperto il sito web del video).

Attualmente \xE8 possibile utilizzare i sottotitoli bilingui su questi siti web:","intro.hoverDescription":"La traduzione al passaggio del mouse \xE8 una funzione molto importante nella traduzione immersiva, basta posizionare il mouse sul paragrafo e premere contemporaneamente la scorciatoia impostata per tradurre automaticamente il paragrafo corrente (nota: non \xE8 abilitato di default, si prega di impostarlo qui sotto), questa interazione \xE8 utilizzata per sostituire meglio la traduzione del testo selezionato, inoltre, questa funzione \xE8 ampiamente utilizzata in quelle aree di traduzione che non possono essere riconosciute, puoi utilizzare questa funzione per forzare la traduzione di qualsiasi paragrafo.",geminiWarning:"Attenzione: il servizio gratuito Gemini fornito da Google ha restrizioni severe, potrebbe essere considerato da Google come un tentativo dell'utente di eludere i loro limiti di quota gratuita utilizzando pi\xF9 chiavi. Non \xE8 consigliato usarlo, si consiglia di aspettare che Google apra l'interfaccia a pagamento di Gemini in futuro per usarlo.","floatBall.setting":"Impostazione","floatBall.translateToLanguage":"Fare clic per tradurre in {language}","floatBall.file":"Traduci PDF, EPUB, SRT, ASS, HTML, file TXT",changeToOnlyTempTranslationMode:"Alterna per visualizzare solo le traduzioni",changeToDualTempTranslationMode:"Passare alla traduzione bilingue","transitionMode.dual":"Contrasto bilingue","options.navbar.installApp":"Installa l'app per smartphone","options.navbar.translateFile":"Tradurre il documento","transitionMode.translation":"Solo il testo tradotto.","subtitle.transitionModeDescription":"Imposta i sottotitoli del video per il confronto bilingue o solo modalit\xE0 di traduzione","transitionMode.inherit":"Mantenere coerente con la modalit\xE0 di visualizzazione della traduzione predefinita del sistema","subtitle.transitionMode":"Impostazioni dei sottotitoli video bilingue / solo traduzione",translateFileTooltip:`Traduci PDF, ePub, srt, + {env.imt_sub_trans_field}: \u0905\u0928\u0941\u0935\u093E\u0926`,"subtitle.quickButton.cyan":"\u0928\u0940\u0932\u093E","subtitle.quickButton.green":"\u0939\u0930\u093E","subtitle.quickButton.black":"\u0915\u093E\u0932\u093E","subtitle.quickButton.white":"\u0938\u092B\u0947\u0926","subtitle.quickButton.yellow":"\u092A\u0940\u0932\u093E","subtitle.quickButton.red":"\u0932\u093E\u0932","subtitle.quickButton.setting":"\u0938\u0947\u091F \u0915\u0930\u0947\u0902","subtitle.quickButton.blue":"\u0928\u0940\u0932\u093E","subtitle.quickButton.magenta":"\u0917\u0941\u0932\u093E\u092C\u0940 \u0930\u0902\u0917","subtitle.quickButton.translationPositionBottom":"\u092E\u0942\u0932 \u092A\u093E\u0920 \u0915\u0947 \u0928\u0940\u091A\u0947","translationServices.claude":"\u0915\u094D\u0932\u0949\u0921","subtitle.quickButton.sourceFontSize":"\u092E\u0942\u0932 \u092B\u093C\u0949\u0928\u094D\u091F \u0906\u0915\u093E\u0930","subtitle.quickButton.sourceTextColor":"\u092E\u0942\u0932 \u092B\u093C\u0949\u0928\u094D\u091F \u0915\u093E \u0930\u0902\u0917","subtitle.quickButton.translationPosition":"\u0905\u0928\u0941\u0935\u093E\u0926 \u0938\u094D\u0925\u093F\u0924\u093F","subtitle.quickButton.translationPositionTop":"\u092E\u0942\u0932 \u092A\u093E\u0920 \u0915\u0947 \u090A\u092A\u0930","subtitle.quickButton.backgroundColor":"\u092A\u0943\u0937\u094D\u0920\u092D\u0942\u092E\u093F \u0930\u0902\u0917","subtitle.quickButton.backgroundOpacity":"\u092A\u0943\u0937\u094D\u0920\u092D\u0942\u092E\u093F \u0905\u092A\u093E\u0930\u0926\u0930\u094D\u0936\u093F\u0924\u093E","subtitle.quickButton.translationFontSize":"\u0905\u0928\u0941\u0935\u093E\u0926 \u092B\u093C\u0949\u0928\u094D\u091F \u0915\u093E \u0906\u0915\u093E\u0930","subtitle.quickButton.translationTextColor":"\u0905\u0928\u0941\u0935\u093E\u0926 \u092B\u093C\u0949\u0928\u094D\u091F \u0915\u093E \u0930\u0902\u0917",attachSubtitleTranslating:"{service} \u0915\u093E \u0909\u092A\u092F\u094B\u0917 \u0915\u0930\u0915\u0947 \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930 \u0930\u0939\u093E \u0939\u0948...","error.claude.403":"\u0938\u0947\u0935\u093E \u0924\u0915 \u092A\u0939\u0941\u0902\u091A \u0915\u093E \u0915\u094B\u0908 \u0905\u0927\u093F\u0915\u093E\u0930 \u0928\u0939\u0940\u0902 \u0939\u0948, \u092F\u0939 Claude \u0915\u0940 \u0915\u094D\u0937\u0947\u0924\u094D\u0930\u0940\u092F \u0938\u0940\u092E\u093E\u0913\u0902 \u0938\u0947 \u0938\u0902\u092C\u0902\u0927\u093F\u0924 \u0939\u094B \u0938\u0915\u0924\u093E \u0939\u0948, \u0906\u092A \u0905\u092A\u0928\u093E IP \u092A\u0924\u093E \u092C\u0926\u0932\u0928\u0947 \u0915\u093E \u092A\u094D\u0930\u092F\u093E\u0938 \u0915\u0930 \u0938\u0915\u0924\u0947 \u0939\u0948\u0902, \u092F\u093E \u0905\u0928\u094D\u092F \u0905\u0928\u0941\u0935\u093E\u0926 \u0938\u0947\u0935\u093E\u0913\u0902 \u0915\u093E \u0909\u092A\u092F\u094B\u0917 \u0915\u0930 \u0938\u0915\u0924\u0947 \u0939\u0948\u0902\u0964","browser.brandDescriptionForSafari":"\u3010\u0907\u092E\u0930\u094D\u0938\u093F\u0935 \u0905\u0928\u0941\u0935\u093E\u0926\u3011 \u090F\u0915 \u092E\u0941\u092B\u094D\u0924 (\u092E\u0942\u0932 / \u0905\u0928\u0941\u0935\u093E\u0926) \u0926\u094D\u0935\u093F\u092D\u093E\u0937\u0940 \u0935\u0947\u092C\u092A\u0947\u091C \u0905\u0928\u0941\u0935\u093E\u0926 \u092A\u094D\u0932\u0917\u0907\u0928, \u091C\u094B \u0938\u092E\u092F-\u0938\u092E\u092F \u092A\u0930 PDF \u0905\u0928\u0941\u0935\u093E\u0926 \u0914\u0930 EPUB \u0908-\u092C\u0941\u0915 \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u093E \u0938\u092E\u0930\u094D\u0925\u0928 \u0915\u0930\u0924\u093E \u0939\u0948 \u0914\u0930 \u092E\u0942\u0932 \u0926\u0938\u094D\u0924\u093E\u0935\u0947\u091C\u093C \u0915\u0940 \u0935\u093F\u0928\u094D\u092F\u093E\u0938 \u0915\u094B \u092C\u0928\u093E\u090F \u0930\u0916\u0924\u093E \u0939\u0948, Youtube/Netflix \u0906\u0926\u093F \u0911\u0928\u0932\u093E\u0907\u0928 \u0935\u0940\u0921\u093F\u092F\u094B \u0926\u094D\u0935\u093F\u092D\u093E\u0937\u0940 \u0909\u092A\u0936\u0940\u0930\u094D\u0937\u0915 \u0905\u0928\u0941\u0935\u093E\u0926, Deepl/Google \u0906\u0926\u093F \u092A\u094D\u0930\u092E\u0941\u0916 \u0905\u0928\u0941\u0935\u093E\u0926 \u0938\u0947\u0935\u093E\u0913\u0902 \u0915\u093E \u0938\u092E\u0930\u094D\u0925\u0928 \u0915\u0930\u0924\u093E \u0939\u0948;","browser.PdfProFile":"AI \u0938\u0902\u091A\u093E\u0932\u093F\u0924 PDF Pro \u0905\u0928\u0941\u0935\u093E\u0926","browser.textTranslate":"\u0932\u093F\u0916\u093F\u0924 \u0905\u0928\u0941\u0935\u093E\u0926"};var Bs={nologin:"non \xE8 stato effettuato l'accesso",loginForSafari:"Accedi o registrati",login:"Accedi per aprire un'iscrizione",manageAccount:"Conti gestiti",openPremium:"Soci aperti",logout:"interrompere",curentPlan:"Pacchetti attuali",endAt:"scadenza",endAuto:"rinnovo automatico",lineBreakMaxTextCount:"Numero massimo di caratteri consentiti per frase dopo le interruzioni di riga","translate-pdf":"Clicca per tradurre il PDF","noSupportTranslate-pdf":"Script non supportato, utilizzare il plugin","translate-firefox-local-pdf":"Fare clic per andare a Importazione PDF",enableLineBreak:"Abilita l'avanzamento automatico delle righe per i paragrafi lunghi",sponsorLabel:"1$ Sviluppatori sponsorizzati",help:"mano",browserShortcutsNoteForFirefox:"Per modificare le scorciatoie in Firefox, \xE8 necessario aprire la pagina di gestione delle estensioni `about:addons`, quindi fare clic su `Impostazioni` e poi su `Gestione scorciatoie` per impostare le scorciatoie.",browserShortcutsNoteForChrome:"Per modificare le scorciatoie in Chrome, \xE8 necessario aprire la pagina di gestione delle estensioni, impostarle nel pannello `Gestione scorciatoie` (`chrome://extensions/shortcuts`) e fare clic sul pulsante sottostante per passare alla pagina di gestione delle scorciatoie.",browserShortcutsSucks:"Le scorciatoie personalizzate sono formattate come (non viene effettuato il riconoscimento automatico, inserire direttamente)\uFF1A",enableLineBreakDescription:"Quando \xE8 attivata, le interruzioni di riga vengono inserite alla fine di ogni frase nei paragrafi lunghi per facilitarne la lettura.","browser.shortBrandName":"Traduzione in immersione","browser.brandName":"Immersion Translation: traduzione bilingue di pagine web e documenti PDF","browser.brandDescription":"Bilingual web page translation, also supports PDF translation, bilingual Epub eBook translation, free to use.","browser.toggleTranslatePage":"Tradurre la pagina/visualizzare il testo originale","browser.toggleTranslateTheWholePage":"Tradurre tutte le aree della pagina/visualizzare il testo originale","browser.toggleOnlyTransation":"Cambia modalit\xE0 bilingue/solo traduzione","browser.toggleTranslateToThePageEndImmediately":"Traduzione immediata a fondo pagina/visualizzazione del testo originale","browser.toggleTranslateTheMainPage":"Tradurre l'area principale della pagina/visualizzare il testo originale","browser.shareToDraft":"Condividi le pagine bilingue","browser.openOptionsPage":"Aprire la pagina delle impostazioni","browser.toggleTranslationMask":"Mostra/nascondi l'effetto di sfocatura della traslazione","browser.translateLocalPdfFile":"Tradurre i file PDF locali","browser.openEbookViewer":"Leggere gli eBook locali","browser.openEbookBuilder":"Creare eBook EPUB bilingue","browser.translateLocalHtmlFile":"Tradurre file HTML/testo","browser.donateContext":"Scopri i vantaggi della sponsorizzazione","browser.translateLocalSubtitleFile":"Tradurre i file dei sottotitoli locali",confirmResetConfig:"\xC8 sicuro di voler ripristinare le impostazioni?",translationLineBreakSettingTitle:"Impostazione dell'avanzamento riga di traduzione",smartLineBreak:"alimentazione di linea intelligente (calcolo)",alwaysLineBreak:"Sempre avanzamento di riga",isShowContextMenu:"Aggiungere pagine tradotte alle voci di menu del tasto destro del mouse",toggleBeta:"Abilitazione delle funzioni di beta testing",betaDescription:"Attiva funzioni ancora sperimentali e un servizio di traduzione in beta. Unitevi al <1>gruppo Telegram per saperne di pi\xF9.",translationLineBreakSettingDescription:"Le interruzioni di riga sono sempre ordinate per le pagine con meno contenuti. (Usare interruzioni di riga intelligenti nei paragrafi lunghi e ricchi di contenuti (pi\xF9 di{count}caratteri) per risparmiare spazio).",tempTranslateDomainTitle:"Durata dell'attivazione temporanea della traduzione del sito web",tempTranslateDomainDescription:"Quando si traduce manualmente una pagina web, \xE8 possibile attivare temporaneamente la traduzione automatica del sito web e impostare la durata temporanea.",xMinutes:"{count} minuti",disabled:"vietare l'uso di qcs.",changelog:"Registro degli aggiornamenti",toggleTranslatePageWhenThreeFingersOnTheScreen:"Il tocco simultaneo di pi\xF9 dita sullo schermo traduce le pagine web/visualizza il testo originale",toggleTranslationMaskWhenThreeFingersOnTheScreen:"Il tocco con pi\xF9 dita mostra/nasconde l'effetto di sfocatura.",fingerCountToToggleTranslagePageOnlyTranslationWhenTouching:"Pi\xF9 dita che toccano lo schermo contemporaneamente traducono la pagina web (solo traduzione)/visualizzano il testo originale.",addUrlDescription:"Pu\xF2 essere un nome di dominio e supporta anche i caratteri jolly, ad esempio\uFF1A*.google.com, google.com/mail/*, https://www.google.com/*",general:"Impostazioni di base",clickToExpandConfig:"Espandere la configurazione attuale",import:"Importazione da file",export:"Esportazione su file",toggleDebug:"Stampa il log di debug sulla console","fingers.0":"coagulo","fingers.2":"tocco con due dita","fingers.3":"tocco con tre dita","fingers.4":"tocco a quattro dita","fingers.5":"tocco a cinque dita",mouseHoldKey:"+ {key} tradurre/ripristinare il paragrafo",mouseHoldKeyAuto:"Traduzione diretta del paragrafo",mouseHoldKeyOff:"Non fare nulla.",mouseHoldKeyOther:"Collegamenti personalizzati (impostazioni di apertura)",mouseHoldKeyCustomKey:"{key} Traduzione/riduzione del paragrafo",mouseHoverHoldKey:"Passaggio del mouse mentre si premono i tasti di scelta rapida per tradurre i paragrafi","mouse-translate":"passaggio del mouse",document:"(computer) file",resetSuccess:"Reimpostare tutte le impostazioni con successo",resetThisSuccess:"Ripristino riuscito",saved:"Salva il successo",successImportConfig:"Configurazione importata con successo",goAdvancedSettings:"Andare alla pagina Impostazioni avanzate",goAdvancedInterfaceSettings:"Andare alla pagina Impostazioni di personalizzazione avanzate",advanced:"Impostazioni avanzate",advancedDescription:"In genere non \xE8 necessaria alcuna impostazione, basta lasciarla come predefinita. Solo per gli utenti pi\xF9 specializzati sono disponibili impostazioni pi\xF9 personalizzate.",developer:"Impostazioni dello sviluppatore",donateCafe:"prezzi","translate to the bottom of the page":"Si traduce in fondo alla pagina subito dopo l'ingresso nella pagina?",feedback:"Domanda Feedback",toggleTranslatePage:"Tradurre la pagina/visualizzare il testo originale",translateToThePageEndImmediatelyDescription:"Se si attiva, il contenuto viene tradotto immediatamente dall'inizio alla fine della pagina, non appena viene inserito. Se lo si disattiva, il contenuto viene tradotto man mano che si legge. (Non consigliato)","translate all areas of the page":"Se tradurre tutte le aree della pagina",translationAreaDescription:"Attivato, vengono tradotte tutte le aree dell'intera pagina web. Se si disattiva, viene utilizzato il riconoscimento intelligente predefinito e vengono tradotte solo le aree principali. (Non si consiglia di attivarlo)","the number of characters to be translated first":"Tradurre direttamente i primi caratteri della pagina senza attendere lo scorrimento dell'area di visualizzazione","interface language":"linguaggio dell'interfaccia","display both the original text and the translation":"Visualizzazione simultanea di originale e traduzione","keyboard shortcuts":"Scorciatoie da tastiera",modify:"Modifica dei tasti di scelta rapida",reset:"riproposizione",close:"coagulo",homepage:"homepage",more:"di pi\xF9",moreOptions:"Ampliare le opzioni di personalizzazione",translateTheWholePage:"Tradurre tutte le aree della pagina (invece di riconoscere intelligentemente le aree principali)",changeToTranslateTheWholePage:"Passare alla traduzione di tutte le regioni",changeToTranslateTheMainPage:"Passare all'area principale di traduzione",changeToOnlyTranslationMode:"Alterna per visualizzare solo le traduzioni",changeToDualTranslationMode:"Passare alla traduzione bilingue",translateToThePageEndImmediately:"Traduzione immediata a fondo pagina",translateTheMainPage:"Regioni chiave della traduzione intelligente","The local rules are up to date":"Le norme di adattamento locali sono aggiornate.","Successfully synchronized with the latest official rules:":"Sincronizzato con successo con le ultime regole ufficiali di adattamento.","Checking for updates":"Controllo degli aggiornamenti","Rules are being synchronized":"Regole di adattamento sincronizzate",localVersionIsTooOld:"La versione dell'estensione locale \xE8 troppo vecchia; aggiornare l'estensione a {minVersion} o a una versione pi\xF9 recente prima di tentare la sincronizzazione.",badUserscriptBrowser:"Il browser attuale non implementa correttamente l'interfaccia dell'estensione Grease Monkey (ad esempio, per ottenere informazioni sul numero di versione dello script Grease Monkey stesso); si prega di utilizzare altri browser che <1>supportano l'estensione Grease Monkey, come Firefox.",foundNewVersion:"Scoprite la nuova versione",theLocalExtensionIsUpToUpdate:"L'estensione attuale \xE8 aggiornata.",failToSyncRules:"Mancata sincronizzazione delle ultime regole di adattamento",retry:"Fare clic qui per riprovare",failedReason:"Motivi del fallimento",currentRuleVersion:"Versione attuale della regola",calculating:"calcoli",unknownError:"errore sconosciuto",canNotFetchRemoteRule:"Impossibile ottenere le regole remote",enableAlphaSuccess:"Alfa abilitato",disableAlphaSuccess:"La funzione Alpha \xE8 stata disattivata",cacheSize:"Dimensione della cache\uFF1A",cleaning:"in fase di liquidazione",cleanCache:"cancellare la cache",options:"allestimento",about:"rispetto a",service:"servizio di interpretariato",needAction:"(Vai alle impostazioni)",goSettings:"procedere con l'impostazione",needActionForOptions:"(da impostare)",translationEngine:"Opzioni del motore",sourceLanguage:"Lingua originale",target:"lingua di destinazione",popupSourceLanguage:"Lingua originale",popupTarget:"lingua di destinazione",popupService:"servizio di interpretariato",forThisSite:"Sito web attuale",autoEnableSubtitle:"Attiva automaticamente i sottotitoli bilingue",alwaysTranslate:"Tradurre sempre",neverTranslate:"Mai tradurre",alwaysTranslateSomeLanguage:"Tradurre sempre {language}",neverTranslateSomeLanguage:"Mai tradurre {language}",alwaysTranslateSomeSite:"Tradurre sempre {hostname}",neverTranslateSomeSite:"Mai tradurre {hostname}",alwaysTranslateSomeSiteOrWildSite:"Tradurre sempre il sito",alwaysTranslateSomePage:"Tradurre sempre la pagina",add:"aumento",default:"predefinito (impostazione)",forThisLanguage:"Per questa lingua\uFF1A","add url":"Inserire l'URL",edit:"compilatore","translate other languages into specific language":"Tradurre altre lingue nella lingua impostata","select translation service":"Selezionare un servizio di traduzione",language:"multilinguismo","show-original":"Mostra il testo originale",translate:"rendering",Translated:"tradotto",Translating:"in traduzione",Error:"non corretto",allowCacheTranslations:"Abilitare la cache delle traduzioni locali (per ridurre le richieste di traduzione per i passaggi duplicati)","translation display":"Stile di visualizzazione della traduzione","select diplay style":"Distinguere gli stili di traduzione, con specifico riferimento ai seguenti esempi",interface:"Impostazioni dell'interfaccia",import_export:"Importazione/Esportazione",import_export_title:"Configurazione di importazione/esportazione",syncToGoogleDrive:"Sincronizzazione con Google Drive ora",floatBallOptions:"Impostazioni Hoverball","floatBallOptions.enable":"Abilitare l'Hoverball","floatBallOptions.blockUrls":"Disattivare il sito web","floatBallOptions.add":"aumento","floatBallOptions.blockUrlDesc":"Gli Hoverball non vengono visualizzati quando si incontrano i seguenti siti web","floatBallOptions.clickType":"comportamento di clic","floatBallOptions.clickTypeDesc":"Comportamento dell'icona Hoverball quando viene cliccata","floatBallOptions.clickPopup":"Mostra pannello di traduzione","floatBallOptions.clickTranslate":"Traduzione/visualizzazione del testo originale",previewAllThemes:"Anteprima di tutti gli stili","translationTheme.none":"non hanno","translationTheme.grey":"grigio scuro","translationTheme.dashed":"sottolineatura tratteggiata","translationTheme.dotted":"trattino basso tratteggiato","translationTheme.dashedBorder":"bordo tratteggiato","translationTheme.solidBorder":"bordo solido","translationTheme.underline":"Sottolineare le linee rette","translationTheme.mask":"Effetti fuzzy (modalit\xE0 di apprendimento)","translationTheme.opacity":"effetto trasparenza","translationTheme.paper":"Effetto ombra su carta bianca","translationTheme.dividingLine":"linea di demarcazione","translationTheme.highlight":"alta luminosit\xE0","translationTheme.marker":"marcatore (parola d'ordine)","translationTheme.marker2":"Marcatore 2","translationTheme.blockquote":"Stili di riferimento","translationTheme.weakening":"indebolimento","translationTheme.italic":"carattere obliquo","translationTheme.bold":"addensare","translationTheme.thinDashed":"sottile linea tratteggiata di sottolineatura","translationTheme.nativeDashed":"Il sistema \xE8 dotato di una sottolineatura tratteggiata","translationTheme.nativeDotted":"Il sistema viene fornito con una sottolineatura tratteggiata","translationTheme.nativeUnderline":"Il sistema viene fornito con una linea retta di sottolineatura","translationTheme.wavy":"linea ondulata","translationServices.custom":"API personalizzata","translationServices.tencent":"Traduttore Tencent","translationServices.tenAlpha":"Traduttore Tencent (Alpha)","translationServices.google":"Google Translate","translationServices.bai":"Baidu (Alfa)","translationServices.baidu":"Traduzione di Baidu","translationServices.aliyun":"Traduzione di AliCloud","translationServices.volc":"traduzione vulcanica","translationServices.deeplx":"DeepLX (Beta)","translationServices.bing":"Microsoft Translate","translationServices.deepl":"DeepL","translationServices.wechat":"Traduzione di WeChat","translationServices.azure":"Traduzione di Azure","translationServices.ibm":"IBM Watson","translationServices.aws":"Traduzione Amazon","translationServices.mock":"Traduzione simulata","translationServices.mock2":"Traduzione simulata 2","translationServices.caiyun":"illuminato. nuvole colorate e piccole traduzioni","translationServices.cai":"Nuvole colorate (Alpha)","translationServices.volcAlpha":"Vulcano (Alfa)","translationServices.openl":"AprireL","translationServices.youdao":"Traduzione su Youtube","translationServices.you":"Traduttore Youdao (Alpha)","translationServices.transmart":"Traduzione interattiva di Tencent","translationServices.niu":"Traduttore anticonformista","translationServices.papago":"Traduzione di Papago","translationServices.d":"D (Alfa)","translationServices.dpro":"D Pro (Canarino)","translationServices.openai":"OpenAI","translationServices.yandex":"Yandex","translationServices.chatgpt":"ChatGPT Web(3.5 mobile)","translate title":"Tradurre i titoli delle pagine","always languages":"Tradurre sempre la lingua",neverTranslateLanguagesLabel:"La lingua che non sar\xE0 mai tradotta",neverTranslateTheFollowingLanguagesDescription:"Le traduzioni vengono saltate quando un paragrafo della pagina \xE8 in una delle seguenti lingue",enableUserscriptPagePopup:"Mostra l'hoverball nella pagina",enableUserscriptPagePopupDescription:"Dopo aver disattivato l'hoverball, pu\xF2 essere richiamato con la scorciatoia /{touch}. Si consiglia vivamente di inserire tra i preferiti questa pagina di impostazioni per evitare di non riuscire a trovare l'hoverball dopo aver inavvertitamente disattivato questa opzione!","always translate the following languages":"Traduce automaticamente nella lingua di destinazione quando la pagina \xE8 in una delle seguenti lingue","always sites":"Siti web sempre tradotti","always translate the following sites":"I siti web vengono tradotti automaticamente nella lingua di destinazione quando sono i nomi di dominio di","never sites":"Sito web mai tradotto","never translate the following sites":"Le traduzioni non verranno effettuate quando il sito web \xE8 destinato ai seguenti domini","please refer to":"\xC8 necessario compilare la chiave prima di poterla utilizzare.",KeyAndConfigurationTutorial:"Esercitazione sull'applicazione e la configurazione delle chiavi",useAboveStyleForTheseSites:"Usare sempre lo stile di traduzione \u2308{theme}\u230B quando il sito \xE8 destinato ai seguenti domini",currentUrl:"URL corrente",confirm:"salvare (un file, ecc.) (informatica)",cancel:"cancellazioni",delete:"rimozione","languages.auto":"rilevamento automatico",syncToCloud:"Sincronizzazione con Google Drive",syncToCloudDescription:"Caricata nel cloud, la configurazione pu\xF2 essere sincronizzata tra diversi browser/ script di scimmia grassa, a seconda dell'ultima modifica.",syncToAccount:"Sincronizzazione con il Cloud di traduzione immersiva",syncToAccountButton:"Sincronizzazione istantanea con il cloud",syncToAccountDescription:"Sincronizzare automaticamente le configurazioni tra i diversi dispositivi, a seconda dell'ultima modifica.",successSyncConfigInAccount:"Sincronizzazione riuscita con il cloud",successSyncConfigToAccount:"Sincronizzazione riuscita con il cloud",syncConfigNoUpdate:"\xC8 gi\xE0 aggiornato.",authFail:"Mancata autorizzazione",syncTitle:"Gestione manuale del backup",import_hint:"importazione (dati)",upload:"caricare",revokeAuth:"revocare un'autorizzazione",uploadFail:"Caricamento fallito",download:"scaricare",importSuccess:"Importato con successo",importFail:"errore di importazione",deleteFail:"Cancellazione non riuscita",backupToCloud:"Gestione manuale dei file di backup",create_new_backup:"Aggiungere un nuovo nodo di backup",maxBackupFiles:"\xC8 possibile eseguire il backup di un massimo di{count}nodi diversi; eliminare i nodi non necessari.",backupToCloudDescription:"Caricare o ripristinare manualmente i file di backup, consentendo fino a 3 backup diversi.",successSyncConfig:"Sincronizzazione di successo con il cloud",syncFail:"errore di sincronizzazione",updatedAt:"Aggiornato da {date}",lastSyncedAt:"Ultimo controllo: {date}",downloadFail:"Impossibile scaricare",clickToDownload:"Fare clic per scaricare",aboutLabel:"Informazioni - Feedback","browser.openAboutPage":"Informazioni/Risposte",aboutLabelWithoutSponsor:"Informazioni - Feedback",aboutIntro:"Che tutti noi possiamo avere un accesso pi\xF9 facile e piacevole alla grande quantit\xE0 di informazioni in lingua straniera su Internet \u2764\uFE0F Potete scegliere di attivare la vostra <6>iscrizione Pro per utilizzare le traduzioni di DeepL e OpenAI.

Potete seguirci su <3>Twitter, <4>Telegram, Weibo, WeChat o <5>iscrivervi alla nostra mailing list per seguire gli aggiornamenti.
I <7>membri Pro possono contattarci all'indirizzo <8>support@immersivetranslate.com per un rapido servizio clienti.",aboutIntroWithoutSponsor:"Che tutti noi possiamo avere un accesso pi\xF9 facile e piacevole all'enorme quantit\xE0 di informazioni in lingua straniera disponibili su Internet \u2764\uFE0F

Potete seguirci su <3>Twitter, <4>canale Telegram, WeChat, WeChat Exchange, o <5>iscrivervi per seguire gli aggiornamenti via <5>e-mail qui sotto.",projectHomepage:"Progetto Home",joinTelegramGroup:"Unitevi al gruppo di utenti per partecipare alle discussioni sulle funzionalit\xE0",wechatPublicAccount:"WeChat Pubblico",wechatCommunities:"Gruppo di scambio WeChat",qqCommunities:"Canale di comunicazione QQ",joinTelegramChannel:"Seguite il canale Telegram per gli ultimi aggiornamenti",feedbackAndJoin:"Domanda Feedback / Aggiungi gruppo",autoSync:"sincronizzazione automatica dell'ora",loadingThemeTitle:"Stile di caricamento",loadingThemeDescription:"Impostazione dello stile in attesa del caricamento della traduzione","loadingTheme.spinner":"Animazione di rotazione","loadingTheme.text":"testo statico qcs. ","loadingTheme.none":"non mostrato",developerDescription:"La documentazione sulla personalizzazione avanzata \xE8 disponibile <1>qui","edit border color":"Modificare il colore del bordo",successSyncButNoChange:"La configurazione attuale \xE8 coerente con il cloud",customTheme:"Colori e dimensioni personalizzate","customThemeLabel.borderColor":"Colore del bordo","customThemeLabel.borderRadius":"Bordi arrotondati","customThemeLabel.textColor":"colore del testo","customThemeLabel.backgroundColor":"colore di sfondo","customThemeLabel.zoom":"Scalatura dei caratteri (%)","customThemeLabel.opacity":"Opacit\xE0 del testo (%)",resetToDefaultColor:"Ripristino dei colori predefiniti",resetToDefaultSettings:"Ripristino delle impostazioni predefinite",isTranslateTitle:"Abilita la traduzione dei titoli delle pagine",isTranslateTitleDescription:"All'apertura, il titolo della pagina viene tradotto",enableSearchEnhancement:"Abilitazione del miglioramento dei messaggi bilingue",enableSearchEnhancementDescription:'Una volta abilitato, i risultati della ricerca di "Google News" verranno automaticamente visualizzati nella colonna destra dei siti web supportati (Google News, Google Search (alcune parole chiave), Snowball, Oriental Fortune, Futura, Tiger Community) per le parole chiave inglesi corrispondenti.',verifyService:"Clicca qui per testare il servizio",verified:"Verifica del successo","field.langs":"Codici lingua supportati","field.model":"modellazione","field.translationEngine":"motore di traduzione","field.limitPerMinute":"Richieste massime al minuto","field.limitPerSecond":"Numero massimo di richieste al secondo","field.maxTextLengthPerRequest":"Lunghezza massima del testo per richiesta","field.maxTextGroupLengthPerRequest":"Numero massimo di paragrafi per richiesta","field.apiUrl":"Indirizzo dell'interfaccia API personalizzata","field.placeholderDelimiters":"segnaposto riservato","description.custom":"Interfaccia personalizzata Accesso Documentazione necessaria","description.limitPerMinute":"Le richieste che superano questo limite vengono messe in coda fino all'inizio del minuto successivo. A causa delle varie limitazioni dell'attuale servizio di OpenAI, fare clic <1>qui per gli ultimi valori suggeriti.","description.limitPerSecond":"Le richieste che superano questo limite vengono messe in coda fino all'inizio del secondo successivo. A causa delle varie limitazioni dell'attuale servizio di OpenAI, fare clic <1>qui per gli ultimi valori suggeriti.","description.generalLimitPerSecond":"Le richieste che superano questo limite vengono messe in coda fino all'inizio del secondo successivo.","description.prompt":"Invia una conversazione a {service} come utente, dove {{text}} rappresenta il contenuto del testo del paragrafo, {{from}} rappresenta la lingua del paragrafo, {{to}} rappresenta la lingua di destinazione.","description.maxTextLengthPerRequest":"Il numero massimo di caratteri per richiesta \xE8 troppo elevato e causa una risposta lenta dell'interfaccia; provare a regolare questa opzione per ottimizzare la velocit\xE0.","description.systemPrompt":"Invia una conversazione a {service} come sistema, dove {{text}} rappresenta il contenuto del testo del paragrafo, {{from}} rappresenta la lingua del paragrafo, {{to}} rappresenta la lingua di destinazione.","field.domain":"regno","description.domain":"L'impostazione predefinita \xE8\uFF1Ageneral. Pu\xF2 essere impostata solo se la traduzione con dominio \xE8 abilitata nella console Arima API, vedere <1>qui per i domini supportati.","field.scene":"prendere","description.scene":"Valore predefinito:\uFF1Ageneral. Pu\xF2 essere impostato solo se la console API di AliCloud apre Machine Translation Pro, vedere <1>qui per gli scenari supportati.","field.vocabId":"ID del dizionario utente","description.vocabId":"Il dizionario out_id specificato, attualmente supporta la traduzione dall'inglese al cinese.","description.model":"Modelli OpenAI, possono essere gpt-3.5-turbo, gpt-4, ecc.","description.maxTextGroupLengthPerRequest":"Il numero di paragrafi inviati al servizio di traduzione alla volta; se ci sono troppi paragrafi, l'interfaccia potrebbe rispondere pi\xF9 lentamente.","description.apiUrl":"Si prega di aggiungere URL specifici con percorsi, <1>ulteriori descrizioni",enabledExtension:"Abilitazione delle estensioni",clickToDisableExtension:"Fare clic per disattivare le estensioni",clickToEnableExtension:"Fare clic per abilitare le estensioni",hasBeenDisabled:"disabilitato","show password":"Mostra password",customContent:"Inserire un nome di modello personalizzato",inputOptions:"Miglioramento della casella di input",mouseHoverOptions:"passaggio del mouse",modifyMouseHoverKey:"Modifica della scorciatoia per il passaggio del mouse",enableInputTranslation:"Abilitare o meno il miglioramento della casella di input",enableInputTranslationDescription:"Una volta abilitato, digitare {startingKey}{startingKey} hello direttamente nella casella di input, poi premere rapidamente{inputTrailingTriggerKeyRepeatTimes}volte{trailingKey}per tradurre in {inputTargetLanguage}.",enableInputTranslationDescriptionForNoneKey:"Una volta abilitato, digitate\uFF1AHello World direttamente nella casella di input, quindi premete rapidamente{inputTrailingTriggerKeyRepeatTimes}{trailingKey}volte per tradurre nella lingua di destinazione predefinita.",inputTargetLanguage:"Impostazione della lingua di destinazione predefinita per le caselle di input",inputTargetLanguageDescription:"Lingua di destinazione predefinita per la traduzione della casella di input, ovvero {startingKey}{startingKey} come lingua predefinita per le parole di attivazione.",inputTargetLanguageDescriptionForNoneKey:"Lingua di destinazione predefinita per la traduzione della casella di input",inputStartingTriggerKeyTitle:"Impostazione del carattere di divisione per la traduzione parziale della casella di input",inputStartingTriggerKeyDescription:"Quando non \xE8 necessario tradurre l'intera casella di input, lo splitter consente di tradurre solo la parte da {startingKey}{startingKey} alla fine della casella di input, oppure \xE8 possibile specificare il codice della lingua, ad esempio\uFF1A{startingKey}ja significa tradurre solo la parte da {startingKey}ja alla fine della casella di input.",inputStartingTriggerKeyDescriptionForNoneKey:"L'impostazione attuale di nessun prefisso non \xE8 necessaria e la funzione di traduzione di alcuni testi nella casella di immissione non \xE8 al momento disponibile.",inputTrailingTriggerKeyTitle:"Selezionare un carattere di attivazione di fine inserimento",inputTrailingTriggerKeyDescription:"3 colpi veloci{trailingKey} inizier\xE0 a tradurre!",inputTrailingTriggerKeyTimeout:"Immettere l'intervallo di tempo tra gli inneschi di fine combattimento",inputTrailingTriggerKeyTimeoutDescription:"Imposta l'intervallo di tempo (in millisecondi) tra le attivazioni della combo di fine input",spaceKey:"<\u7A7A\u683C\u952E>",noneKey:"Traduzione diretta dell'intera casella di testo senza prefissi",inputTranslationBlockUrlsTitle:"Non abilitare il miglioramento della casella di input nei seguenti URL",inputTranslationBlockUrlsDescription:"I miglioramenti della casella di input non funzionano con i seguenti URL",clickToSeeQuickDemo:"Fare clic per espandere il video di esercitazione rapida di 30 secondi",inputHelperInfo:"Descrizione\uFF1AAbbiamo ottimizzato il fatto che alcuni caratteri di attivazione si trasformano in segni di punteggiatura cinesi con i metodi di input cinesi, ad esempio, / si trasforma in un segno di dun, con il metodo di input Sogou, e Immersive Translator supporta tutti i simboli cinesi corrispondenti ai caratteri di attivazione, ad esempio //,,, saranno riconosciuti come caratteri di attivazione.

Supportiamo anche gli alias cinesi per i codici di lingua come comandi, ad esempio /Japanese Hello World verr\xE0 tradotto in giapponese; <1>fare clic qui per vedere tutti i codici di lingua supportati.",reloadCurrentPage:"Aggiornare la pagina corrente prima di iniziare la traduzione.",noLocalFilePermissionForPDF:"Non si ha l'autorizzazione a leggere i file locali, fare clic sul pulsante sopra e importare i file locali.",noPermissionForThisPage:"\u26A0\uFE0F Nessun permesso per tradurre la pagina corrente",retryAllParagraphs:"Riprova tutti i passaggi di errore",retryAllButton:"Riprova tutti i passaggi di errore",errorTooltipTitle:"Fare clic per visualizzare la causa dell'errore",errorModalTitle:"Sembra che ci sia qualcosa che non va nel servizio di traduzione o nella rete...",disableConfirm:"Impostazione bilingue per il miglioramento delle informazioni",disableOnce:"Questa disabilitazione",disableGlobal:"disabilitare in modo permanente",disableTint:"* \xC8 possibile riabilitarlo all'indirizzo {option} .",searchEnhancementNotes:"Dopo aver attivato la funzione Immersive Translation Bilingual Information Enhancement, cercheremo automaticamente le stesse parole chiave in inglese sui siti web supportati (Google News, Google Search (alcune parole chiave), Snowball, Oriental Wealth, Futura, Tiger) e le visualizzeremo sul lato destro. Potete scegliere di disabilitare questa funzione se non ne avete bisogno.",option:"allestimento",saveSettings:"Salva le impostazioni",closeModal:"Chiudere la finestra",enableInputTranslationWithoutTriggerKeyTitle:"Abilitare 3 colpi rapidi su{trailingKey}per tradurre direttamente l'intera casella di input in{inputTargetLanguage}",enableInputTranslationWithoutTriggerKeyDescription:"Per specificare la lingua di destinazione, usare il prefisso della lingua, per esempio\uFF1Aja Hello World",mouseHoverShortcutPlaceholder:"Ad esempio,\uFF1AShift",deepLProName:"Immersive Translation Pro Membro (consigliato)",deepLProDescription:"Il pacchetto corrente pu\xF2 essere utilizzato direttamente",deeplProDescriptionForNormal:"Non \xE8 richiesta alcuna configurazione, i membri possono utilizzarlo dopo il login, <1>clicca qui per passare a membro",deepLCustomDescription:"\xC8 richiesta una carta di credito estera, aperta ufficialmente su <1>DeepL, clicca per la <2>documentazione",deepLCustomName:"Chiave di autorizzazione personalizzata",chooseProviderLabel:"Selezionare un fornitore di servizi",openaiProName:"Immersive Translation Pro Membro (consigliato)",openaiProDescription:"Il pacchetto corrente pu\xF2 essere utilizzato direttamente",openaiProDescriptionForNormal:"Non \xE8 richiesta alcuna configurazione, i membri possono utilizzarlo dopo il login, <1>clicca qui per passare a membro",openaiCustomDescription:"Disponibile su OpenAI, Azure OpenAI o altri servizi di terze parti, <1>fare clic qui per la documentazione.",openaiCustomName:"Chiave API personalizzata",needLoginAction:"(Iscrizione aperta o personalizzazione)",goLoginOrAction:"(Aprire un'iscrizione o andare alle impostazioni)",yearly:"effettuare un pagamento annuale consecutivo",quarterly:"avvolgimento sequenziale",monthly:"abbonamento mensile",yearlyForOnce:"Pacchetto annuale una tantum",monthlyForOnce:"Pacchetto mensile una tantum",daily:"giorni consecutivi di pacchetti",year:"effettuare un pagamento annuale consecutivo",quarter:"avvolgimento sequenziale",month:"abbonamento mensile",day:"giorni consecutivi di pacchetti",onetime_7day:"Pacchetto esperienza di 7 giorni",currentPlanDescriptionForFree:"Pacchetti attuali\uFF1AGratis",currentPlanDescriptionForContinuous:"L'attuale pacchetto\uFF1A{plan}sar\xE0 rinnovato automaticamente su {endAt} .",currentPlanDescriptionForAutoRenewCaceling:"L'attuale pacchetto\uFF1A{plan}scadr\xE0 il giorno {endAt} e non sar\xE0 rinnovato automaticamente alla scadenza.",currentYearlyPlanDescriptionForAutoRenewCacelingWithRealPaiedUser:"Il pacchetto attuale,\uFF1A{plan}, scadr\xE0 il {endAt} e non sar\xE0 rinnovato automaticamente alla scadenza.
<1>Clicca qui per gestire il tuo piano di rinnovo",currentYearlyPlanDescriptionForAutoRenewCacelingWithAdmin:"Il pacchetto attuale,\uFF1A{plan}, scadr\xE0 il {endAt} e non sar\xE0 rinnovato automaticamente alla scadenza.
<1>Fare clic qui per attivare l'abbonamento annuale continuo",currentPlanDescriptionForOneTime:"L'attuale abbonamento\uFF1A{plan}scadr\xE0 il {endAt} , <1>clicca qui per passare all' abbonamento <1>annuale o <2>mensile.",upgradePlan:"Clicca qui per passare all'iscrizione Pro",upgradeToPro:"Aggiornamento all'iscrizione Pro","popup.openPro":"Passa all'iscrizione Pro per usufruire di DeepL e della traduzione OpenAI, clicca qui per effettuare l'aggiornamento!","popup.openProForPro":"Sei un membro Pro con accesso diretto alle traduzioni di DeepL e OpenAI!",currentAccount:"conto corrente",enableAutoSyncUserSettings:"Abilita la sincronizzazione automatica con il cloud su pi\xF9 dispositivi",modalEnableInputTranslationTitle:"Casella di input per la traduzione immersiva Avvisi di traduzione",modalEnableInputTranslationDesc:"\xC8 stata appena attivata la traduzione della casella di input di Immersive Translation premendo la barra spaziatrice 3 volte in rapida successione e il contenuto della casella di input verr\xE0 tradotto nella lingua di destinazione predefinita. La traduzione pu\xF2 essere annullata con Ctrl+Z.

Se si tratta di un errore, non preoccupatevi: potete scegliere di disattivarla questa volta o di disabilitare definitivamente la traduzione delle caselle di input.",saveAndNotShowAgain:"Salvare e interrompere la richiesta",disableInputTranslationTips:"* \xC8 inoltre possibile impostare altre scorciatoie da attivare in {option} ,{learnMore}.",learnMore:"Clicca qui per saperne di pi\xF9",continueEnalbeInputTranslation:"Continuare ad abilitare la traduzione della casella di input",autoRenewTrialSuffix:`(In prova,\xE8 passato immediatamente all'iscrizione completa)`,upgradeFromTrialTitle:"Aggiornamento a Socio Effettivo",subtitle:"sottotitoli video",youtubeService:"Traduzione in immersione Servizi di traduzione con sottotitoli video","subtitle.disabledSubtitle":"Disattivare in modo permanente la funzione dei sottotitoli video","subtitle.disabledSubtitleDescription":"Se Immersive Translator's Video Subtitles entra in conflitto con altre estensioni, \xE8 possibile scegliere di disabilitare definitivamente la funzionalit\xE0 di Immersive Translator's Video Subtitles o disinstallare le altre estensioni in conflitto.","subtitle.autoEnableSubtitle":"Uso automatico dei sottotitoli bilingue","subtitle.autoEnableSubtitleDescription":"Una volta attivato, i sottotitoli bilingue verranno visualizzati automaticamente durante la riproduzione del video, altrimenti sar\xE0 necessario fare clic sul pulsante di traduzione per visualizzarli.","subtitle.preTranslation":"Tradurre i sottotitoli con la traduzione immersiva","subtitle.preTranslationDescription":"Quando \xE8 abilitato, l'intero sottotitolo sar\xE0 pre-tradotto utilizzando il servizio di traduzione specificato di seguito; un video di un'ora consumer\xE0 circa 50.000 gettoni o caratteri, quindi si prega di utilizzarlo a propria discrezione; quando \xE8 disabilitato, i sottotitoli originali saranno utilizzati per primi.","subtitle.humanSubtitlesPreferred":"Uso prioritario del sottotitolaggio umano","subtitle.humanSubtitlesPreferredDescription":"Privilegiare l'uso di sottotitoli umani quando il video ha sottotitoli umani nella lingua di destinazione (consigliato)",videoSubtitleTranslationDescription:"Assegnare un servizio di traduzione separato per i sottotitoli video",subtitleTranslating:"Attendere mentre i sottotitoli vengono tradotti con il servizio {service} ... (traduzione ad immersione)",subtitleLoading:"Caricamento dei sottotitoli...",bilingual:"bilinguismo","field.action":"Se abilitare la terminologia Baidu","description.action":"Quando \xE8 abilitato, un parametro action=1 sar\xE0 aggiunto alla richiesta per informare Baidu del termine abilitato; <1>per ulteriori informazioni, consultare la documentazione ufficiale.",closeQuickTranslation:"Chiudere Hoverball","closeQuickTranslation.untilNext":"Questa volta chiuso fino alla prossima visita","closeQuickTranslation.currentWebsite":"Sito attuale disabilitato","closeQuickTranslation.alwaysClose":"disabilitare in modo permanente","closeQuickTranslation.settingOpen":"(pu\xF2 essere attivata nella <1>pagina delle impostazioni )","closeQuickTranslation.cancel":"cancellazioni","closeQuickTranslation.confirm":"definire","floatBall.popup":"Aprire il pannello Impostazioni rapide","floatBall.translate":"Fare clic per tradurre la pagina","floatBall.showOriginal":"Fare clic per tornare all'articolo originale","floatBall.close":"Chiudere Hoverball","floatBallOptions.enableDescPc":"Dopo aver abilitato l'hoverball della pagina, verr\xE0 visualizzato un pulsante di traduzione rapida sul lato destro della pagina: cliccatelo per tradurre!","floatBallOptions.enableDesc":"Dopo aver disattivato l'hoverball, \xE8 possibile richiamarlo con{touch}. Si consiglia vivamente di inserire tra i preferiti questa pagina di impostazioni nel caso in cui non si riesca a trovare l'hoverball dopo aver inavvertitamente disattivato questa opzione!","description.azureApiUrl":"Inserire l'indirizzo dell'interfaccia API personalizzata",confirmSupportMouse:"Forzare l'abilitazione del supporto del mouse",confirmSupportMouseDescription:"Rilevato che il browser corrente non supporta la funzione del mouse, \xE8 necessario abilitare il supporto del mouse?",sampleTargetText:"Verr\xE0 la lunga notte e io veglier\xF2 da oggi fino alla morte. Non prender\xF2 moglie, non far\xF2 feudi, non avr\xF2 figli. Non porter\xF2 una corona, non lotter\xF2 per l'onore. Far\xF2 il mio dovere, vivr\xF2 e morir\xF2.",sampleSourceText:"Night gathers, and now my watch begins. It shall not end until my death. I shall take no wife, hold no lands, father no children. I shall wear no crowns and win no glory. I shall live and die at my post.","desc.touchShortcutsToggleTranslatePageOnlyTranslation":"Solo traduzione significa che verr\xE0 visualizzata solo la traduzione, se la pagina web non \xE8 ancora stata tradotta, passer\xE0 alla modalit\xE0 e tradurr\xE0.","desc.toggleOnlyTransation":"La modalit\xE0 solo traduzione significa che verr\xE0 visualizzato solo il testo tradotto, se la pagina web non \xE8 ancora stata tradotta, cambier\xE0 modalit\xE0 e tradurr\xE0.",touchShortcutsToggleTranslatePageOnlyTranslation:"Imposta il gesto del touchscreen per passare alla modalit\xE0 bilingue/solo testo tradotto",download_started:"Il download \xE8 gi\xE0 iniziato, se non si avvia automaticamente, fai clic manualmente.",here:"Qui","translationFont.customPlaceholder":"carattere","error.goReset":"Vai a resettare","translationFont.custom":"Inserisci il carattere personalizzato",batchEdit:"Operazione in blocco","translationModeUrl.translation.title":"Solo modalit\xE0 di traduzione del sito web","error.configError":"Anomalia dei dati di configurazione","error.serveConfigError":"Errore nella configurazione del servizio","touch.mouse-translate":"Tradurre il paragrafo specificato","error.proTokenInvalid":"Se sei un utente Pro, per favore accedi prima di utilizzare il servizio di traduzione Pro.","translationModeLang.translation.title":"Solo modalit\xE0 di traduzione della lingua","translationServices.inherit":"Segui il servizio di traduzione principale",enableSentryReport:"Quando si verifica un errore di estensione, invia un feedback utilizzando Sentry",videoSubtitlePreTranslationOn:"I sottotitoli video utilizzeranno la traduzione immersiva come priorit\xE0.",translationFont:"Imposta il carattere","error.reloadPageOfSetting":"Dopo la configurazione, si prega di aggiornare la pagina e tradurre di nuovo.",detectServiceLoading:"Sto controllando i servizi di traduzione disponibili...",toggleToService:"Passa a {service} e riprova","translationModeLang.translation.description":"Quando la lingua della pagina \xE8 una delle seguenti, verr\xE0 utilizzata automaticamente solo la modalit\xE0 di traduzione.","translationModeUrl.translation.description":"Quando il sito web ha i seguenti nomi di dominio, verr\xE0 utilizzata automaticamente solo la modalit\xE0 di traduzione.","error.403":"Il servizio restituisce un errore, non si ha temporaneamente l'autorizzazione per accedere a questo servizio.","error.400":"Il servizio restituisce un errore, errore nei parametri della richiesta, si prega di controllare la configurazione corrispondente.",videoSubtitlePreTranslationOff:"I sottotitoli del video daranno la priorit\xE0 ai sottotitoli automatici inclusi nel video originale.","error.proUpgrade":"Dopo l'aggiornamento, si prega di aggiornare la pagina e tradurre di nuovo.","translationFont.notSupportErrorMessage":"Si prega di controllare se il nome del carattere inserito \xE8 corretto, o confermare che il carattere \xE8 gi\xE0 installato sul tuo dispositivo.","error.429":"Il servizio restituisce un errore, indicando che la richiesta \xE8 troppo frequente o supera il limite di quota, si prega di riprovare pi\xF9 tardi.","error.502":"Il servizio ha restituito un errore, il servizio \xE8 in timeout, si prega di riprovare pi\xF9 tardi.","error.googleLimitIp":"Il servizio restituisce un errore, il servizio Google ha limitato questo indirizzo IP, si consiglia di cambiare il nodo di rete.","error.openAIExceededQuota":"Il servizio restituisce un errore: il saldo del tuo account OpenAI non \xE8 sufficiente, si prega di ricaricare o collegare una carta di credito nel pannello di controllo ufficiale di OpenAI.","error.gemini.429":"Il servizio Gemini attuale ha raggiunto la sua capacit\xE0 massima, si prega di riprovare pi\xF9 tardi o passare ad un altro servizio di traduzione.","desc.toggleVideoSubtitlePreTranslation":"Dopo aver premuto, i sottotitoli bilingui del video utilizzeranno in primo luogo le impostazioni di traduzione immersive, premendo di nuovo avranno la priorit\xE0 i sottotitoli automatici inclusi nel video originale. Nota: questa scorciatoia modifica le impostazioni globali.","error.serveUnavailable":"Il servizio [{serverName}] che stai utilizzando attualmente non \xE8 accessibile a causa di problemi di connessione o del fornitore di servizi. Ti consigliamo di provare a ricaricare la pagina o di cambiare il servizio di traduzione attraverso le <1>impostazioni. Se sei un membro <2>Pro, puoi scegliere di utilizzare i servizi di traduzione pi\xF9 stabili di DeepL o OpenAI (<3>clicca qui per una prova gratuita). Inoltre, potrebbe essere necessario controllare la tua rete o le impostazioni del proxy.","error.openAIFreeLimit":"Il servizio restituisce un errore, la frequenza attuale delle richieste di traduzione ha raggiunto il limite massimo di 3 volte al minuto, si prega di riprovare pi\xF9 tardi. (Questo \xE8 il limite ufficiale di OpenAI per l'API Key gratuita, per rimuovere questo limite, si prega di collegare una carta di credito nel backend di OpenAI.)","floatBall.iKnow":"Lo so.","floatBallOptions.fixedPosition":"Posizione fissa",notLogin:"Non connesso","translationServices.gemini":"Gemelli","error.retry":"Riprova",pickAll:"Seleziona tutto","slide.right":"Scorri a sinistra","multipleClick.2":"Doppio clic",loggedIn:"Accesso effettuato","error.reason":"Motivo dell'errore","multipleClick.4":"Quadruplo colpo","multipleClick.3":"Triplo colpo","widget.translateFile":"PDF/ePub",shortcutSettings:"Scorciatoia","tagsInput.add":"+ Aggiungi","shortcutGroup.others":"Pi\xF9 scorciatoie personalizzate","slide.left":"Scorri a destra","subtitle.hideQuickButton":"Non mostrare pi\xF9 questa scorciatoia","widget.videoSubtitle":"sottotitoli video","error.subscriptionExpiredTitle":"La membership \xE8 scaduta",alwaysTranslateThisSite:"Sempre tradurre questo sito","floatBallOptions.fixedPositionLeft":"Sinistra",touchShortcutsOff:"Chiudi",neverTranslateThisSite:"Non tradurre mai questo sito web",translationOnlyMode:"Solo modalit\xE0 di traduzione",viewWithImmersiveTranslate:"Versione bilingue (traduzione immersiva)",contact:"Contattaci","browser.translateWithBing":"Utilizzo temporaneo di Microsoft per tradurre la pagina corrente",buildSnapshots:"Genera un'istantanea della pagina web","intro.floatBallTitle":"Traduzione rapida della sfera galleggiante","browser.translateWithOpenAI":"Utilizzo temporaneo di OpenAI per tradurre la pagina corrente","widget.videoSubtitleTooltip":"Supporta Youtube e altri {count}+ siti di video","browser.translateWithDeepL":"Utilizzo temporaneamente DeepL per tradurre la pagina corrente",errorReason:"Motivo dell'errore: {message}","browser.translateWithTransmart":"Utilizzo temporaneo di Tencent per tradurre la pagina corrente","shortcutGroup.shortcutsForTranslationServices":"Scorciatoie relative ai servizi di traduzione","browser.translateWithGoogle":"Utilizzo temporaneo di Google per tradurre la pagina corrente",temprarilyChangeTranslationTo_gemini:"Sto utilizzando Gemini per tradurre la pagina corrente.","browser.translateWithGemini":"Utilizza temporaneamente Gemini per tradurre la pagina corrente","widget.instructionTooltip":"Visualizza le istruzioni per l'uso",goLogin:"Vai a fare il login",temprarilyChangeTranslationTo_openai:"Sto utilizzando OpenAI per tradurre la pagina corrente.",temprarilyChangeTranslationTo_transmart:"Sto utilizzando Tencent per tradurre la pagina corrente.","floatBallOptions.fixedPositionRight":"lato destro",paragraphMinTextCountField:"Il numero minimo di caratteri necessari per tradurre un paragrafo",mouseHoverCustomKeyTitle:"Personalizza la scorciatoia del mouse al passaggio del mouse",temprarilyChangeTranslationTo_deepl:"Sto utilizzando DeepL per tradurre la pagina corrente.","subtitle.bilingual":"Sottotitoli bilingui",temprarilyChangeTranslationTo_bing:"Sto utilizzando Microsoft Translate per tradurre la pagina corrente.","intro.hoverTitle":"Posiziona il mouse per tradurre il paragrafo corrente","shortcutGroup.main":"Scorciatoie da tastiera di funzioni comuni",temprarilyChangeTranslationTo_google:"Sto utilizzando Google Traduttore per tradurre la pagina corrente.","subtitle.autoDisableSubtitle":"Non attivare automaticamente i sottotitoli bilingue",upgradeToProErrorTitle:"Si prega di aggiornare a membro Pro prima di utilizzare questo servizio di traduzione",touchShortcutsToggleTranslatePage:"Imposta gesti touch per tradurre pagine web / visualizzare il testo originale","widget.translateFileTooltip":"Traduci documenti PDF, EPUB, SRT, ASS, HTML e TXT","widget.instruction":"Istruzioni per l'uso","proQuotaExceededError.resetTime":"3. Tempo di reimpostazione del limite: {resetTime}","shortcutGroup.touch":"Gesti specifici per touch screen","floatBall.guideClickToTranslate":"Clicca sulla sfera galleggiante di traduzione immersiva per tradurre rapidamente","subtitle.showQuickButton":"Nel lettore visualizza la scorciatoia per i sottotitoli bilingue","floatBall.longPress":"Tenendo premuto a lungo \xE8 possibile aprire rapidamente il pannello delle impostazioni.","neverTranslateText.title":"Le parole seguenti rimangono in lingua originale, non tradurre.","browser.translateInputBox":"Traduci il contenuto attuale del campo di input.","browser.toggleVideoSubtitlePreTranslation":"Passa ai sottotitoli bilingui utilizzando preferibilmente le impostazioni di traduzione immersive.","error.subscriptionExpired":"La tua iscrizione potrebbe essere scaduta, controlla lo stato della tua iscrizione.","shortcutGroup.mouse":"Configurazione scorciatoia per il passaggio del mouse","browser.toggleMouseHoverTranslateDirectly":"Abilita o disabilita temporaneamente la traduzione diretta al passaggio del mouse sulla pagina","intro.subtitleTitle":"Visualizzazione dei sottotitoli bilingui nei video online",networkError:"Il servizio di traduzione o la rete ha problemi",notLoginPro:"Non hai ancora effettuato l'accesso al tuo account membro.",touchShortcutsToggleTranslationMask:"Imposta il gesto del touchscreen per mostrare la traduzione della maschera / mostrare il testo originale","floatBallOptions.fixedPositionDesc":"La palla galleggiante \xE8 a sinistra o a destra della finestra?","desc.touchShortcutsToggleTranslateTouchElement":"Personalizza un gesto e puoi tradurre qualsiasi paragrafo in cui ti trovi.",confirmResetToDefaultSettings:"Confermi di voler ripristinare questo servizio di traduzione alle impostazioni predefinite? (Ripristina solo le impostazioni di questo servizio di traduzione)","description.baiduField":"I campi supportati sono visti <1>qui, se vuoto significa che non \xE8 specificato alcun campo.",touchShortcutsToggleTranslateTouchElement:"Imposta il gesto del touchscreen per tradurre il paragrafo specificato","desc.toggleTranslateTheWholePage":"Traduci l'intera area della pagina, di default, tradurremo l'area principale della pagina, puoi utilizzare questa scorciatoia per tradurre specificamente l'intera area della pagina.",mouseHoverCustomKeyDescription:"Puoi personalizzare una combinazione di tasti di scelta rapida per il passaggio del mouse, ad esempio: Alt+Z, Ctrl+E, Cmd+Alt+E o direttamente Cmd, si prega di inserire manualmente.",paragraphMinTextCountDesc:"Attenzione, qui si intende la lunghezza del carattere, ad esempio: ciao \xE8 composto da 5 caratteri, impostare un valore maggiore pu\xF2 ridurre la traduzione di paragrafi non necessari.","desc.toggleTranslateTheMainPage":"Traduci solo l'area principale della pagina, quando hai abilitato la traduzione di tutta l'area della pagina nelle impostazioni avanzate, puoi utilizzare questa scorciatoia per tradurre specificamente l'area principale della pagina.","subtitle.showQuickButtonDescription":"Nell'angolo in basso a destra del lettore video \xE8 disponibile una scorciatoia per attivare i sottotitoli bilingue.","desc.mouseHoverHoldKey":"Quando il mouse \xE8 in hover su un paragrafo, premendo contemporaneamente il tasto di scelta rapida a destra, \xE8 possibile tradurre direttamente quel paragrafo.","desc.interfaceLanguage":"Le impostazioni della lingua dell'interfaccia influenzano la lingua di visualizzazione del pannello di controllo e non hanno nulla a che fare con la lingua target della traduzione.",translationOnlyModeDescription:"La modalit\xE0 solo traduzione si riferisce alla visualizzazione solo del testo tradotto, non della modalit\xE0 bilingue predefinita. Nota: a causa di limitazioni tecniche, i collegamenti ipertestuali del testo originale non funzioneranno in modalit\xE0 solo traduzione.","desc.touchShortcutsToggleTranslatePage":"Dopo aver impostato, quando si utilizza un dispositivo mobile, \xE8 possibile toccare lo schermo con X dita contemporaneamente, scorrere a sinistra e a destra o fare clic continuamente per attivare la traduzione della pagina web / visualizzare il testo originale.","desc.touchShortcutsToggleTranslationMask":"La maschera di traduzione si riferisce all'effetto sfocato nello stile del testo tradotto (modalit\xE0 di apprendimento), che, una volta attivato, applica temporaneamente un effetto sfocato al testo tradotto, facilitando l'apprendimento.",shortcutSettingsTitle:"Impostazioni scorciatoie","proQuotaExceededError.onetime7day":'\uFF0Cpuoi scegliere uno dei seguenti metodi per risolvere:

1. Passa a {anotherService} o ad altri servizi di traduzione
2. Aggiorna a un membro mensile/annuale ',"contact.description":"Se avete domande o suggerimenti, siete invitati a compilare il modulo sottostante per contattarci, o inviare una mail a {email}, vi risponderemo il pi\xF9 presto possibile.","proQuotaExceededError.nonTrial":'\uFF0Cpuoi scegliere uno dei seguenti metodi per risolvere:

1. Passa a {anotherService} o ad altri servizi di traduzione
2. Acquista un pacchetto di traffico extra {translationService}',"proQuotaExceededError.trial":'\uFF0Cpuoi scegliere uno dei seguenti metodi per risolvere:

1. Passa a {anotherService} o ad altri servizi di traduzione
2. Aggiorna subito a membro ufficiale',"intro.floatBallDescription":"Una volta attivato, verr\xE0 visualizzato un pulsante di traduzione rapida sul lato destro della pagina, cliccandolo si pu\xF2 tradurre, cliccandolo di nuovo si pu\xF2 tornare al testo originale. Su dispositivi mobili, tenendo premuto il pallone galleggiante, \xE8 possibile aprire il pannello delle impostazioni rapide.","desc.toggleMouseHoverTranslateDirectly":"Dopo aver premuto questo tasto di scelta rapida, sulla pagina, basta che il mouse punti a qualsiasi testo per tradurlo automaticamente. Premendo di nuovo il tasto di scelta rapida, \xE8 possibile disattivare questa funzione di traduzione automatica.",shortcutDisableTooltip:"Si prega di impostare nella pagina di gestione delle scorciatoie da tastiera dell'estensione del browser, per ulteriori indicazioni si prega di consultare le istruzioni nella parte superiore di questa pagina.","subtitle.supportedSites":"\xC8 supportato l'uso di sottotitoli bilingui su questi siti web (Nota: a causa di limitazioni tecniche, alcuni siti web potrebbero aver bisogno di essere aggiornati dopo aver attivato i sottotitoli per la prima volta, o potrebbe essere necessario attendere che la traduzione sia completata per visualizzare i sottotitoli bilingui):","neverTranslateText.description":"A causa di alcune carenze di riconoscimento dei nomi propri da parte di alcuni motori di traduzione, puoi aggiungere parole qui per assicurarti che non vengano convertite durante il processo di traduzione. Si prega di notare che questa funzione distingue tra maiuscole e minuscole e supporta solo le lingue separate da spazi (come l'inglese, il francese), non \xE8 adatta per lingue come il giapponese, il coreano, ecc.","intro.subtitleDescription":"Dopo aver attivato questa funzione, i sottotitoli bilingui verranno visualizzati automaticamente durante la riproduzione del video. Se non \xE8 abilitato, \xE8 necessario fare clic manualmente sul pulsante di traduzione sulla pagina per visualizzare i sottotitoli. Si prega di notare che, a causa di limitazioni tecniche, alcuni siti web potrebbero richiedere l'aggiornamento della pagina o l'attesa del completamento della traduzione prima di poter visualizzare i sottotitoli bilingui. (Inoltre, \xE8 possibile attivare/disattivare il pannello di traduzione immersiva nell'angolo in alto a destra dopo aver aperto il sito web del video).

Attualmente \xE8 possibile utilizzare i sottotitoli bilingui su questi siti web:","intro.hoverDescription":"La traduzione al passaggio del mouse \xE8 una funzione molto importante nella traduzione immersiva, basta posizionare il mouse sul paragrafo e premere contemporaneamente la scorciatoia impostata per tradurre automaticamente il paragrafo corrente (nota: non \xE8 abilitato di default, si prega di impostarlo qui sotto), questa interazione \xE8 utilizzata per sostituire meglio la traduzione del testo selezionato, inoltre, questa funzione \xE8 ampiamente utilizzata in quelle aree di traduzione che non possono essere riconosciute, puoi utilizzare questa funzione per forzare la traduzione di qualsiasi paragrafo.",geminiWarning:"Attenzione: il servizio gratuito Gemini fornito da Google ha restrizioni severe, potrebbe essere considerato da Google come un tentativo dell'utente di eludere i loro limiti di quota gratuita utilizzando pi\xF9 chiavi. Non \xE8 consigliato usarlo, si consiglia di aspettare che Google apra l'interfaccia a pagamento di Gemini in futuro per usarlo.","floatBall.setting":"Impostazione","floatBall.translateToLanguage":"Fare clic per tradurre in {language}","floatBall.file":"Traduci PDF, EPUB, SRT, ASS, HTML, file TXT",changeToOnlyTempTranslationMode:"Alterna per visualizzare solo le traduzioni",changeToDualTempTranslationMode:"Passare alla traduzione bilingue","transitionMode.dual":"Contrasto bilingue","options.navbar.installApp":"Installa l'app per smartphone","options.navbar.translateFile":"Tradurre il documento","transitionMode.translation":"Solo il testo tradotto.","subtitle.transitionModeDescription":"Imposta i sottotitoli del video per il confronto bilingue o solo modalit\xE0 di traduzione","transitionMode.inherit":"Mantenere coerente con la modalit\xE0 di visualizzazione della traduzione predefinita del sistema","subtitle.transitionMode":"Impostazioni dei sottotitoli video bilingue / solo traduzione",translateFileTooltip:`Traduci PDF, ePub, srt, ass, HTML, file TXT`,"description.multiplePrompt":`Quando il numero di paragrafi \xE8 superiore a 1, la conversazione inviata a {service} come utente, dove {{from}} indica la lingua del paragrafo, {{to}} indica la lingua di destinazione, {{yaml}} \xE8 il contenuto del paragrafo che abbiamo confezionato in formato yaml, se hai bisogno di personalizzare Prompt, devi assicurarti che ogni elemento nel risultato YAML della risposta AI includa il campo {env.imt_trans_field}, {{imt_trans_field}} \xE8 il nome del campo di traduzione che speriamo la AI risponda, il default \xE8 {env.imt_trans_field}, {{imt_source_field}} \xE8 il nome del campo del testo originale che passiamo alla AI, il default \xE8 {env.imt_source_field}, esempio di risultato: - id: 1 @@ -5112,7 +5112,7 @@ ass, HTML, file TXT`,"description.multiplePrompt":`Quando il numero di paragrafi {env.imt_sub_trans_field}: Traduzione - id: 2 {env.imt_sub_source_field}: Source - {env.imt_sub_trans_field}: Traduzione`,"translationServices.claude":"Claude","subtitle.quickButton.black":"nero","subtitle.quickButton.blue":"blu","subtitle.quickButton.white":"bianco","subtitle.quickButton.green":"Verde","subtitle.quickButton.magenta":"Fucsia","subtitle.quickButton.sourceTextColor":"Colore del carattere originale","subtitle.quickButton.yellow":"giallo","subtitle.quickButton.sourceFontSize":"Dimensione originale del carattere","subtitle.quickButton.backgroundOpacity":"Opacit\xE0 di sfondo","subtitle.quickButton.translationPositionTop":"Sopra il testo originale","subtitle.quickButton.backgroundColor":"colore di sfondo","subtitle.quickButton.translationPosition":"Posizione del testo tradotto","subtitle.quickButton.translationPositionBottom":"Sotto il testo originale","subtitle.quickButton.red":"Rosso","subtitle.quickButton.cyan":"Blu","subtitle.quickButton.setting":"Impostazione","subtitle.quickButton.translationTextColor":"Colore del carattere del testo","subtitle.quickButton.translationFontSize":"Dimensione del carattere del testo tradotto",attachSubtitleTranslating:"Utilizzando {service} per la traduzione...","error.claude.403":"Non hai l'autorizzazione per accedere al servizio, potrebbe essere correlato alle restrizioni regionali di Claude, puoi provare a cambiare il tuo indirizzo IP o utilizzare altri servizi di traduzione.","browser.brandDescriptionForSafari":"\u3010Traduzione Immersiva\u3011Un plugin gratuito per la traduzione di pagine web bilingue (originale/tradotto), che supporta anche la traduzione di PDF e libri elettronici EPUB mantenendo la formattazione originale del documento, la traduzione di sottotitoli bilingui per video online come Youtube/Netflix, e supporta servizi di traduzione mainstream come Deepl/Google;","browser.PdfProFile":"Traduzione Pro di PDF guidata da AI","browser.textTranslate":"Traduzione del testo"};var Is={nologin:"\u043D\u0435 \u0432\u043E\u0448\u0451\u043B \u0432 \u0441\u0438\u0441\u0442\u0435\u043C\u0443",loginForSafari:"\u0412\u043E\u0439\u0442\u0438 \u0438\u043B\u0438 \u0437\u0430\u0440\u0435\u0433\u0438\u0441\u0442\u0440\u0438\u0440\u043E\u0432\u0430\u0442\u044C\u0441\u044F",login:"\u0412\u0445\u043E\u0434 \u0432 \u0441\u0438\u0441\u0442\u0435\u043C\u0443 \u0434\u043B\u044F \u043E\u0442\u043A\u0440\u044B\u0442\u0438\u044F \u0447\u043B\u0435\u043D\u0441\u0442\u0432\u0430",manageAccount:"\u0423\u043F\u0440\u0430\u0432\u043B\u044F\u0435\u043C\u044B\u0435 \u0441\u0447\u0435\u0442\u0430",openPremium:"\u041E\u0442\u043A\u0440\u044B\u0442\u043E\u0435 \u0447\u043B\u0435\u043D\u0441\u0442\u0432\u043E",logout:"\u043F\u0440\u0435\u0440\u0432\u0430\u0442\u044C",curentPlan:"\u0422\u0435\u043A\u0443\u0449\u0438\u0435 \u043F\u0430\u043A\u0435\u0442\u044B",endAt:"\u0441\u0440\u043E\u043A \u0434\u0435\u0439\u0441\u0442\u0432\u0438\u044F",endAuto:"\u0430\u0432\u0442\u043E\u043F\u0440\u043E\u0434\u043B\u0435\u043D\u0438\u0435",lineBreakMaxTextCount:"\u041C\u0430\u043A\u0441\u0438\u043C\u0430\u043B\u044C\u043D\u043E\u0435 \u043A\u043E\u043B\u0438\u0447\u0435\u0441\u0442\u0432\u043E \u0441\u0438\u043C\u0432\u043E\u043B\u043E\u0432, \u0434\u043E\u043F\u0443\u0441\u0442\u0438\u043C\u043E\u0435 \u0432 \u043E\u0434\u043D\u043E\u043C \u043F\u0440\u0435\u0434\u043B\u043E\u0436\u0435\u043D\u0438\u0438 \u043F\u043E\u0441\u043B\u0435 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430 \u0441\u0442\u0440\u043E\u043A\u0438","translate-pdf":"\u041D\u0430\u0436\u043C\u0438\u0442\u0435, \u0447\u0442\u043E\u0431\u044B \u043F\u0435\u0440\u0435\u0432\u0435\u0441\u0442\u0438 PDF","noSupportTranslate-pdf":"\u0421\u043A\u0440\u0438\u043F\u0442 \u043D\u0435 \u043F\u043E\u0434\u0434\u0435\u0440\u0436\u0438\u0432\u0430\u0435\u0442\u0441\u044F, \u043F\u043E\u0436\u0430\u043B\u0443\u0439\u0441\u0442\u0430, \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u0443\u0439\u0442\u0435 \u043F\u043B\u0430\u0433\u0438\u043D","translate-firefox-local-pdf":"\u041D\u0430\u0436\u043C\u0438\u0442\u0435 \u0434\u043B\u044F \u043F\u0435\u0440\u0435\u0445\u043E\u0434\u0430 \u043A \u0440\u0430\u0437\u0434\u0435\u043B\u0443 \u0418\u043C\u043F\u043E\u0440\u0442 PDF",enableLineBreak:"\u0412\u043A\u043B\u044E\u0447\u0438\u0442\u044C \u0430\u0432\u0442\u043E\u043C\u0430\u0442\u0438\u0447\u0435\u0441\u043A\u0443\u044E \u043F\u043E\u0434\u0430\u0447\u0443 \u0441\u0442\u0440\u043E\u043A\u0438 \u0434\u043B\u044F \u0434\u043B\u0438\u043D\u043D\u044B\u0445 \u0430\u0431\u0437\u0430\u0446\u0435\u0432",sponsorLabel:"$1 \u0421\u043F\u043E\u043D\u0441\u0438\u0440\u0443\u0435\u043C\u044B\u0435 \u0440\u0430\u0437\u0440\u0430\u0431\u043E\u0442\u0447\u0438\u043A\u0438",help:"\u0440\u0443\u043A\u0430",browserShortcutsNoteForFirefox:"\u0427\u0442\u043E\u0431\u044B \u0438\u0437\u043C\u0435\u043D\u0438\u0442\u044C \u044F\u0440\u043B\u044B\u043A\u0438 \u0432 Firefox, \u043D\u0435\u043E\u0431\u0445\u043E\u0434\u0438\u043C\u043E \u043E\u0442\u043A\u0440\u044B\u0442\u044C \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u0443 \u0443\u043F\u0440\u0430\u0432\u043B\u0435\u043D\u0438\u044F \u0440\u0430\u0441\u0448\u0438\u0440\u0435\u043D\u0438\u044F\u043C\u0438 `about:addons`, \u0437\u0430\u0442\u0435\u043C \u043D\u0430\u0436\u0430\u0442\u044C `Settings`, \u0430 \u0434\u043B\u044F \u043D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0438 \u044F\u0440\u043B\u044B\u043A\u043E\u0432 - `Manage Shortcuts`.",browserShortcutsNoteForChrome:"\u0414\u043B\u044F \u0438\u0437\u043C\u0435\u043D\u0435\u043D\u0438\u044F \u044F\u0440\u043B\u044B\u043A\u043E\u0432 \u0432 Chrome \u043D\u0435\u043E\u0431\u0445\u043E\u0434\u0438\u043C\u043E \u043E\u0442\u043A\u0440\u044B\u0442\u044C \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u0443 \u0443\u043F\u0440\u0430\u0432\u043B\u0435\u043D\u0438\u044F \u0440\u0430\u0441\u0448\u0438\u0440\u0435\u043D\u0438\u044F\u043C\u0438, \u0437\u0430\u0434\u0430\u0442\u044C \u0438\u0445 \u043D\u0430 \u043F\u0430\u043D\u0435\u043B\u0438 `Manage Shortcuts` (`chrome://extensions/shortcuts`) \u0438 \u043D\u0430\u0436\u0430\u0442\u044C \u043A\u043D\u043E\u043F\u043A\u0443 \u043D\u0438\u0436\u0435 \u0434\u043B\u044F \u043F\u0435\u0440\u0435\u0445\u043E\u0434\u0430 \u043D\u0430 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u0443 \u0443\u043F\u0440\u0430\u0432\u043B\u0435\u043D\u0438\u044F \u044F\u0440\u043B\u044B\u043A\u0430\u043C\u0438.",browserShortcutsSucks:"\u041D\u0430\u0441\u0442\u0440\u043E\u0435\u043D\u043D\u044B\u0435 \u044F\u0440\u043B\u044B\u043A\u0438 \u0438\u043C\u0435\u044E\u0442 \u0432\u0438\u0434 (\u0430\u0432\u0442\u043E\u0440\u0430\u0441\u043F\u043E\u0437\u043D\u0430\u0432\u0430\u043D\u0438\u0435 \u043D\u0435 \u043F\u0440\u043E\u0438\u0437\u0432\u043E\u0434\u0438\u0442\u0441\u044F, \u0432\u0432\u043E\u0434\u0438\u0442\u0435 \u043D\u0435\u043F\u043E\u0441\u0440\u0435\u0434\u0441\u0442\u0432\u0435\u043D\u043D\u043E)\uFF1A",enableLineBreakDescription:"\u041F\u0440\u0438 \u0432\u043A\u043B\u044E\u0447\u0435\u043D\u0438\u0438 \u044D\u0442\u043E\u0439 \u0444\u0443\u043D\u043A\u0446\u0438\u0438 \u0432 \u0434\u043B\u0438\u043D\u043D\u044B\u0445 \u0430\u0431\u0437\u0430\u0446\u0430\u0445 \u0432 \u043A\u043E\u043D\u0446\u0435 \u043A\u0430\u0436\u0434\u043E\u0433\u043E \u043F\u0440\u0435\u0434\u043B\u043E\u0436\u0435\u043D\u0438\u044F \u0431\u0443\u0434\u0443\u0442 \u0432\u0441\u0442\u0430\u0432\u043B\u0435\u043D\u044B \u043F\u0435\u0440\u0435\u043D\u043E\u0441\u044B \u0441\u0442\u0440\u043E\u043A, \u0447\u0442\u043E \u043E\u0431\u043B\u0435\u0433\u0447\u0438\u0442 \u0438\u0445 \u0447\u0442\u0435\u043D\u0438\u0435","browser.shortBrandName":"\u041F\u043E\u0433\u0440\u0443\u0436\u043D\u043E\u0439 \u043F\u0435\u0440\u0435\u0432\u043E\u0434","browser.brandName":"\u0418\u043C\u043C\u0435\u0440\u0441\u0438\u043E\u043D\u043D\u044B\u0439 \u043F\u0435\u0440\u0435\u0432\u043E\u0434: \u0434\u0432\u0443\u044F\u0437\u044B\u0447\u043D\u044B\u0439 \u043F\u0435\u0440\u0435\u0432\u043E\u0434 \u0432\u0435\u0431-\u0441\u0442\u0440\u0430\u043D\u0438\u0446 \u0438 PDF-\u0434\u043E\u043A\u0443\u043C\u0435\u043D\u0442\u043E\u0432","browser.brandDescription":"Bilingual web page translation, also supports PDF translation, bilingual Epub eBook translation, free to use.","browser.toggleTranslatePage":"\u041F\u0435\u0440\u0435\u0432\u0435\u0441\u0442\u0438 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u0443/\u043E\u0442\u043E\u0431\u0440\u0430\u0437\u0438\u0442\u044C \u043E\u0440\u0438\u0433\u0438\u043D\u0430\u043B\u044C\u043D\u044B\u0439 \u0442\u0435\u043A\u0441\u0442","browser.toggleTranslateTheWholePage":"\u041F\u0435\u0440\u0435\u0432\u0435\u0441\u0442\u0438 \u0432\u0441\u0435 \u043E\u0431\u043B\u0430\u0441\u0442\u0438 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u044B/\u043E\u0442\u043E\u0431\u0440\u0430\u0437\u0438\u0442\u044C \u043E\u0440\u0438\u0433\u0438\u043D\u0430\u043B\u044C\u043D\u044B\u0439 \u0442\u0435\u043A\u0441\u0442","browser.toggleOnlyTransation":"\u041F\u0435\u0440\u0435\u043A\u043B\u044E\u0447\u0438\u0442\u044C \u043D\u0430 \u0434\u0432\u0443\u044F\u0437\u044B\u0447\u043D\u044B\u0439 / \u0442\u043E\u043B\u044C\u043A\u043E \u043F\u0435\u0440\u0435\u0432\u043E\u0434 \u0440\u0435\u0436\u0438\u043C","browser.toggleTranslateToThePageEndImmediately":"\u041D\u0435\u043C\u0435\u0434\u043B\u0435\u043D\u043D\u044B\u0439 \u043F\u0435\u0440\u0435\u0432\u043E\u0434 \u0432 \u043D\u0438\u0436\u043D\u044E\u044E \u0447\u0430\u0441\u0442\u044C \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u044B/\u043E\u0442\u043E\u0431\u0440\u0430\u0436\u0435\u043D\u0438\u0435 \u043E\u0440\u0438\u0433\u0438\u043D\u0430\u043B\u044C\u043D\u043E\u0433\u043E \u0442\u0435\u043A\u0441\u0442\u0430","browser.toggleTranslateTheMainPage":"\u041F\u0435\u0440\u0435\u0432\u0435\u0441\u0442\u0438 \u043E\u0441\u043D\u043E\u0432\u043D\u0443\u044E \u043E\u0431\u043B\u0430\u0441\u0442\u044C \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u044B/\u043E\u0442\u043E\u0431\u0440\u0430\u0437\u0438\u0442\u044C \u043E\u0440\u0438\u0433\u0438\u043D\u0430\u043B\u044C\u043D\u044B\u0439 \u0442\u0435\u043A\u0441\u0442","browser.shareToDraft":"\u041F\u043E\u0434\u0435\u043B\u0438\u0442\u044C\u0441\u044F \u0414\u0432\u0443\u044F\u0437\u044B\u0447\u043D\u044B\u0435 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u044B","browser.openOptionsPage":"\u041E\u0442\u043A\u0440\u043E\u0439\u0442\u0435 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u0443 \u043D\u0430\u0441\u0442\u0440\u043E\u0435\u043A","browser.toggleTranslationMask":"\u041F\u043E\u043A\u0430\u0437\u0430\u0442\u044C/\u0441\u043A\u0440\u044B\u0442\u044C \u044D\u0444\u0444\u0435\u043A\u0442 \u0440\u0430\u0437\u043C\u044B\u0442\u0438\u044F \u043F\u0440\u0438 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0435","browser.translateLocalPdfFile":"\u041F\u0435\u0440\u0435\u0432\u043E\u0434 \u043B\u043E\u043A\u0430\u043B\u044C\u043D\u044B\u0445 PDF-\u0444\u0430\u0439\u043B\u043E\u0432","browser.openEbookViewer":"\u0427\u0438\u0442\u0430\u0442\u044C \u043C\u0435\u0441\u0442\u043D\u044B\u0435 \u044D\u043B\u0435\u043A\u0442\u0440\u043E\u043D\u043D\u044B\u0435 \u043A\u043D\u0438\u0433\u0438","browser.openEbookBuilder":"\u0421\u043E\u0437\u0434\u0430\u043D\u0438\u0435 \u0434\u0432\u0443\u044F\u0437\u044B\u0447\u043D\u044B\u0445 \u044D\u043B\u0435\u043A\u0442\u0440\u043E\u043D\u043D\u044B\u0445 \u043A\u043D\u0438\u0433 EPUB","browser.translateLocalHtmlFile":"\u041F\u0435\u0440\u0435\u0432\u043E\u0434 HTML/\u0442\u0435\u043A\u0441\u0442\u043E\u0432\u044B\u0445 \u0444\u0430\u0439\u043B\u043E\u0432","browser.donateContext":"\u0423\u0437\u043D\u0430\u0439\u0442\u0435 \u043E \u043F\u0440\u0435\u0438\u043C\u0443\u0449\u0435\u0441\u0442\u0432\u0430\u0445 \u0441\u043F\u043E\u043D\u0441\u043E\u0440\u0441\u0442\u0432\u0430","browser.translateLocalSubtitleFile":"\u041F\u0435\u0440\u0435\u0432\u043E\u0434 \u0444\u0430\u0439\u043B\u043E\u0432 \u043B\u043E\u043A\u0430\u043B\u044C\u043D\u044B\u0445 \u0441\u0443\u0431\u0442\u0438\u0442\u0440\u043E\u0432",confirmResetConfig:"\u0412\u044B \u0443\u0432\u0435\u0440\u0435\u043D\u044B, \u0447\u0442\u043E \u0445\u043E\u0442\u0438\u0442\u0435 \u0441\u0431\u0440\u043E\u0441\u0438\u0442\u044C \u043D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0438?",translationLineBreakSettingTitle:"\u041D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0430 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430 \u0441\u0442\u0440\u043E\u043A\u0438",smartLineBreak:"\u0438\u043D\u0442\u0435\u043B\u043B\u0435\u043A\u0442\u0443\u0430\u043B\u044C\u043D\u043E\u0435 \u043B\u0438\u043D\u0435\u0439\u043D\u043E\u0435 \u043F\u0438\u0442\u0430\u043D\u0438\u0435 (\u0432\u044B\u0447\u0438\u0441\u043B\u0438\u0442\u0435\u043B\u044C\u043D\u0430\u044F \u0442\u0435\u0445\u043D\u0438\u043A\u0430)",alwaysLineBreak:"\u0412\u0441\u0435\u0433\u0434\u0430 \u043F\u043E\u0434\u0430\u0447\u0430 \u0441\u0442\u0440\u043E\u043A\u0438",isShowContextMenu:"\u0414\u043E\u0431\u0430\u0432\u043B\u0435\u043D\u0438\u0435 \u043F\u0435\u0440\u0435\u0432\u0435\u0434\u0435\u043D\u043D\u044B\u0445 \u0441\u0442\u0440\u0430\u043D\u0438\u0446 \u0432 \u043F\u0443\u043D\u043A\u0442\u044B \u043C\u0435\u043D\u044E, \u0432\u044B\u0437\u044B\u0432\u0430\u0435\u043C\u044B\u0435 \u043F\u0440\u0430\u0432\u043E\u0439 \u043A\u043D\u043E\u043F\u043A\u043E\u0439 \u043C\u044B\u0448\u0438",toggleBeta:"\u0412\u043A\u043B\u044E\u0447\u0435\u043D\u0438\u0435 \u0444\u0443\u043D\u043A\u0446\u0438\u0439 \u0431\u0435\u0442\u0430-\u0442\u0435\u0441\u0442\u0438\u0440\u043E\u0432\u0430\u043D\u0438\u044F",betaDescription:"\u0412\u043A\u043B\u044E\u0447\u0438\u0442\u0435 \u0444\u0443\u043D\u043A\u0446\u0438\u0438, \u043A\u043E\u0442\u043E\u0440\u044B\u0435 \u043F\u043E\u043A\u0430 \u043D\u0430\u0445\u043E\u0434\u044F\u0442\u0441\u044F \u0432 \u0441\u0442\u0430\u0434\u0438\u0438 \u044D\u043A\u0441\u043F\u0435\u0440\u0438\u043C\u0435\u043D\u0442\u0430, \u0430 \u0442\u0430\u043A\u0436\u0435 \u0441\u043B\u0443\u0436\u0431\u0443 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430 \u0432 \u0431\u0435\u0442\u0430-\u0432\u0435\u0440\u0441\u0438\u0438. \u041F\u0440\u0438\u0441\u043E\u0435\u0434\u0438\u043D\u044F\u0439\u0442\u0435\u0441\u044C \u043A <1>\u0433\u0440\u0443\u043F\u043F\u0435 Telegram, \u0447\u0442\u043E\u0431\u044B \u0443\u0437\u043D\u0430\u0442\u044C \u0431\u043E\u043B\u044C\u0448\u0435.",translationLineBreakSettingDescription:"\u0414\u043B\u044F \u0441\u0442\u0440\u0430\u043D\u0438\u0446 \u0441 \u043D\u0435\u0431\u043E\u043B\u044C\u0448\u0438\u043C \u0441\u043E\u0434\u0435\u0440\u0436\u0430\u043D\u0438\u0435\u043C \u0432\u0441\u0435\u0433\u0434\u0430 \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u0443\u0439\u0442\u0435 \u0430\u043A\u043A\u0443\u0440\u0430\u0442\u043D\u044B\u0435 \u043F\u0435\u0440\u0435\u043D\u043E\u0441\u044B \u0441\u0442\u0440\u043E\u043A. (\u0414\u043B\u044F \u044D\u043A\u043E\u043D\u043E\u043C\u0438\u0438 \u043C\u0435\u0441\u0442\u0430 \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u0443\u0439\u0442\u0435 \u0433\u0440\u0430\u043C\u043E\u0442\u043D\u044B\u0435 \u043F\u0435\u0440\u0435\u043D\u043E\u0441\u044B \u0441\u0442\u0440\u043E\u043A \u0432 \u0434\u043B\u0438\u043D\u043D\u044B\u0445 \u0430\u0431\u0437\u0430\u0446\u0430\u0445 \u0441 \u0431\u043E\u043B\u044C\u0448\u0438\u043C \u0441\u043E\u0434\u0435\u0440\u0436\u0430\u043D\u0438\u0435\u043C (\u0431\u043E\u043B\u0435\u0435{count}\u0441\u0438\u043C\u0432\u043E\u043B\u043E\u0432)).",tempTranslateDomainTitle:"\u041F\u0440\u043E\u0434\u043E\u043B\u0436\u0438\u0442\u0435\u043B\u044C\u043D\u043E\u0441\u0442\u044C \u0432\u0440\u0435\u043C\u0435\u043D\u043D\u043E\u0433\u043E \u0432\u043A\u043B\u044E\u0447\u0435\u043D\u0438\u044F \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430 \u0441\u0430\u0439\u0442\u0430",tempTranslateDomainDescription:"\u041F\u0440\u0438 \u0440\u0443\u0447\u043D\u043E\u043C \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0435 \u0432\u0435\u0431-\u0441\u0442\u0440\u0430\u043D\u0438\u0446\u044B \u0432\u0440\u0435\u043C\u0435\u043D\u043D\u043E \u0432\u043A\u043B\u044E\u0447\u0438\u0442\u044C \u0430\u0432\u0442\u043E\u043C\u0430\u0442\u0438\u0447\u0435\u0441\u043A\u0438\u0439 \u043F\u0435\u0440\u0435\u0432\u043E\u0434, \u043F\u0440\u0438 \u044D\u0442\u043E\u043C \u043C\u043E\u0436\u043D\u043E \u0437\u0430\u0434\u0430\u0442\u044C \u0432\u0440\u0435\u043C\u0435\u043D\u043D\u0443\u044E \u043F\u0440\u043E\u0434\u043E\u043B\u0436\u0438\u0442\u0435\u043B\u044C\u043D\u043E\u0441\u0442\u044C.",xMinutes:"{count} \u043C\u0438\u043D\u0443\u0442",disabled:"\u0437\u0430\u043F\u0440\u0435\u0449\u0430\u0442\u044C \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u043D\u0438\u0435 \u0447\u0435\u0433\u043E-\u043B.",changelog:"\u0416\u0443\u0440\u043D\u0430\u043B \u043E\u0431\u043D\u043E\u0432\u043B\u0435\u043D\u0438\u0439",toggleTranslatePageWhenThreeFingersOnTheScreen:"\u041E\u0434\u043D\u043E\u0432\u0440\u0435\u043C\u0435\u043D\u043D\u043E\u0435 \u043A\u0430\u0441\u0430\u043D\u0438\u0435 \u044D\u043A\u0440\u0430\u043D\u0430 \u043D\u0435\u0441\u043A\u043E\u043B\u044C\u043A\u0438\u043C\u0438 \u043F\u0430\u043B\u044C\u0446\u0430\u043C\u0438 \u043E\u0431\u0435\u0441\u043F\u0435\u0447\u0438\u0432\u0430\u0435\u0442 \u043F\u0435\u0440\u0435\u0432\u043E\u0434 \u0432\u0435\u0431-\u0441\u0442\u0440\u0430\u043D\u0438\u0446/\u043E\u0442\u043E\u0431\u0440\u0430\u0436\u0435\u043D\u0438\u0435 \u043E\u0440\u0438\u0433\u0438\u043D\u0430\u043B\u044C\u043D\u043E\u0433\u043E \u0442\u0435\u043A\u0441\u0442\u0430",toggleTranslationMaskWhenThreeFingersOnTheScreen:"\u041F\u0440\u0438\u043A\u043E\u0441\u043D\u043E\u0432\u0435\u043D\u0438\u0435 \u043D\u0435\u0441\u043A\u043E\u043B\u044C\u043A\u0438\u043C\u0438 \u043F\u0430\u043B\u044C\u0446\u0430\u043C\u0438 \u043F\u043E\u043A\u0430\u0437\u044B\u0432\u0430\u0435\u0442/\u0441\u043A\u0440\u044B\u0432\u0430\u0435\u0442 \u044D\u0444\u0444\u0435\u043A\u0442 \u0440\u0430\u0437\u043C\u044B\u0442\u0438\u044F.",fingerCountToToggleTranslagePageOnlyTranslationWhenTouching:"\u041F\u0440\u0438 \u043E\u0434\u043D\u043E\u0432\u0440\u0435\u043C\u0435\u043D\u043D\u043E\u043C \u043A\u0430\u0441\u0430\u043D\u0438\u0438 \u044D\u043A\u0440\u0430\u043D\u0430 \u043D\u0435\u0441\u043A\u043E\u043B\u044C\u043A\u0438\u043C\u0438 \u043F\u0430\u043B\u044C\u0446\u0430\u043C\u0438 \u043E\u0441\u0443\u0449\u0435\u0441\u0442\u0432\u043B\u044F\u0435\u0442\u0441\u044F \u043F\u0435\u0440\u0435\u0432\u043E\u0434 \u0432\u0435\u0431-\u0441\u0442\u0440\u0430\u043D\u0438\u0446\u044B (\u0442\u043E\u043B\u044C\u043A\u043E \u043F\u0435\u0440\u0435\u0432\u043E\u0434)/\u043E\u0442\u043E\u0431\u0440\u0430\u0436\u0435\u043D\u0438\u0435 \u043E\u0440\u0438\u0433\u0438\u043D\u0430\u043B\u044C\u043D\u043E\u0433\u043E \u0442\u0435\u043A\u0441\u0442\u0430.",addUrlDescription:"\u041C\u043E\u0436\u0435\u0442 \u0431\u044B\u0442\u044C \u0434\u043E\u043C\u0435\u043D\u043D\u044B\u043C \u0438\u043C\u0435\u043D\u0435\u043C, \u0430 \u0442\u0430\u043A\u0436\u0435 \u043F\u043E\u0434\u0434\u0435\u0440\u0436\u0438\u0432\u0430\u0435\u0442 \u043F\u043E\u0434\u0441\u0442\u0430\u043D\u043E\u0432\u043E\u0447\u043D\u044B\u0435 \u0437\u043D\u0430\u043A\u0438, \u043D\u0430\u043F\u0440\u0438\u043C\u0435\u0440,\uFF1A*.google.com, google.com/mail/*, https://www.google.com/*.",general:"\u041E\u0441\u043D\u043E\u0432\u043D\u044B\u0435 \u043D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0438",clickToExpandConfig:"\u0420\u0430\u0441\u0448\u0438\u0440\u0438\u0442\u044C \u0442\u0435\u043A\u0443\u0449\u0443\u044E \u043A\u043E\u043D\u0444\u0438\u0433\u0443\u0440\u0430\u0446\u0438\u044E",import:"\u0418\u043C\u043F\u043E\u0440\u0442 \u0438\u0437 \u0444\u0430\u0439\u043B\u0430",export:"\u042D\u043A\u0441\u043F\u043E\u0440\u0442 \u0432 \u0444\u0430\u0439\u043B",toggleDebug:"\u0412\u044B\u0432\u0435\u0441\u0442\u0438 \u0436\u0443\u0440\u043D\u0430\u043B \u043E\u0442\u043B\u0430\u0434\u043A\u0438 \u043D\u0430 \u043A\u043E\u043D\u0441\u043E\u043B\u044C","fingers.0":"\u043A\u043B\u043E\u0442\u0443\u0440\u0430","fingers.2":"\u043A\u0430\u0441\u0430\u043D\u0438\u0435 \u0434\u0432\u0443\u043C\u044F \u043F\u0430\u043B\u044C\u0446\u0430\u043C\u0438","fingers.3":"\u043A\u0430\u0441\u0430\u043D\u0438\u0435 \u0442\u0440\u0435\u043C\u044F \u043F\u0430\u043B\u044C\u0446\u0430\u043C\u0438","fingers.4":"\u043A\u0430\u0441\u0430\u043D\u0438\u0435 \u0447\u0435\u0442\u044B\u0440\u044C\u043C\u044F \u043F\u0430\u043B\u044C\u0446\u0430\u043C\u0438","fingers.5":"\u043F\u044F\u0442\u0438\u043F\u0430\u043B\u044C\u0446\u0435\u0432\u043E\u0435 \u043A\u0430\u0441\u0430\u043D\u0438\u0435",mouseHoldKey:"+ {key} \u043F\u0435\u0440\u0435\u0432\u0435\u0441\u0442\u0438/\u0432\u043E\u0441\u0441\u0442\u0430\u043D\u043E\u0432\u0438\u0442\u044C \u0430\u0431\u0437\u0430\u0446",mouseHoldKeyAuto:"\u041F\u0440\u044F\u043C\u043E\u0439 \u043F\u0435\u0440\u0435\u0432\u043E\u0434 \u0430\u0431\u0437\u0430\u0446\u0430",mouseHoldKeyOff:"\u041D\u0435 \u0434\u0435\u043B\u0430\u0439\u0442\u0435 \u043D\u0438\u0447\u0435\u0433\u043E.",mouseHoldKeyOther:"\u041D\u0430\u0441\u0442\u0440\u0430\u0438\u0432\u0430\u0435\u043C\u044B\u0435 \u044F\u0440\u043B\u044B\u043A\u0438 (\u043E\u0442\u043A\u0440\u044B\u0442\u044C \u043D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0438)",mouseHoldKeyCustomKey:"{key} \u041F\u0435\u0440\u0435\u0432\u043E\u0434/\u0441\u043E\u043A\u0440\u0430\u0449\u0435\u043D\u0438\u0435 \u0430\u0431\u0437\u0430\u0446\u0430",mouseHoverHoldKey:"\u041F\u0435\u0440\u0435\u0432\u043E\u0434 \u0430\u0431\u0437\u0430\u0446\u0435\u0432 \u043E\u0441\u0443\u0449\u0435\u0441\u0442\u0432\u043B\u044F\u0435\u0442\u0441\u044F \u043D\u0430\u0436\u0430\u0442\u0438\u0435\u043C \u043A\u043B\u0430\u0432\u0438\u0448\u0438 \u0431\u044B\u0441\u0442\u0440\u043E\u0433\u043E \u0434\u043E\u0441\u0442\u0443\u043F\u0430 \u043F\u0440\u0438 \u043D\u0430\u0432\u0435\u0434\u0435\u043D\u0438\u0438 \u043A\u0443\u0440\u0441\u043E\u0440\u0430 \u043C\u044B\u0448\u0438.","mouse-translate":"\u043D\u0430\u0432\u0435\u0434\u0435\u043D\u0438\u0435 \u043C\u044B\u0448\u0438",document:"(\u043A\u043E\u043C\u043F\u044C\u044E\u0442\u0435\u0440\u043D\u044B\u0439) \u0444\u0430\u0439\u043B",resetSuccess:"\u0423\u0441\u043F\u0435\u0448\u043D\u044B\u0439 \u0441\u0431\u0440\u043E\u0441 \u0432\u0441\u0435\u0445 \u043D\u0430\u0441\u0442\u0440\u043E\u0435\u043A",resetThisSuccess:"\u0421\u0431\u0440\u043E\u0441 \u0443\u0441\u043F\u0435\u0448\u0435\u043D",saved:"\u0421\u043E\u0445\u0440\u0430\u043D\u0438\u0442\u044C \u0443\u0441\u043F\u0435\u0448\u043D\u044B\u0439",successImportConfig:"\u0423\u0441\u043F\u0435\u0448\u043D\u044B\u0439 \u0438\u043C\u043F\u043E\u0440\u0442 \u043A\u043E\u043D\u0444\u0438\u0433\u0443\u0440\u0430\u0446\u0438\u0438",goAdvancedSettings:"\u041F\u0435\u0440\u0435\u0439\u0434\u0438\u0442\u0435 \u043D\u0430 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u0443 \u0414\u043E\u043F\u043E\u043B\u043D\u0438\u0442\u0435\u043B\u044C\u043D\u044B\u0435 \u043D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0438",goAdvancedInterfaceSettings:"\u041F\u0435\u0440\u0435\u0439\u0434\u0438\u0442\u0435 \u043D\u0430 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u0443 \u0414\u043E\u043F\u043E\u043B\u043D\u0438\u0442\u0435\u043B\u044C\u043D\u044B\u0435 \u043F\u0430\u0440\u0430\u043C\u0435\u0442\u0440\u044B \u043D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0438",advanced:"\u0414\u043E\u043F\u043E\u043B\u043D\u0438\u0442\u0435\u043B\u044C\u043D\u044B\u0435 \u043D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0438",advancedDescription:"\u041A\u0430\u043A \u043F\u0440\u0430\u0432\u0438\u043B\u043E, \u043D\u0438\u043A\u0430\u043A\u0438\u0445 \u043D\u0430\u0441\u0442\u0440\u043E\u0435\u043A \u043D\u0435 \u0442\u0440\u0435\u0431\u0443\u0435\u0442\u0441\u044F, \u043F\u0440\u043E\u0441\u0442\u043E \u043E\u0441\u0442\u0430\u0432\u044C\u0442\u0435 \u0432\u0441\u0435 \u043F\u043E \u0443\u043C\u043E\u043B\u0447\u0430\u043D\u0438\u044E. \u0422\u043E\u043B\u044C\u043A\u043E \u0434\u043B\u044F \u0431\u043E\u043B\u0435\u0435 \u0441\u043F\u0435\u0446\u0438\u0430\u043B\u0438\u0437\u0438\u0440\u043E\u0432\u0430\u043D\u043D\u044B\u0445 \u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u0435\u043B\u0435\u0439 \u0434\u043E\u0441\u0442\u0443\u043F\u043D\u044B \u0431\u043E\u043B\u0435\u0435 \u043F\u0435\u0440\u0441\u043E\u043D\u0430\u043B\u0438\u0437\u0438\u0440\u043E\u0432\u0430\u043D\u043D\u044B\u0435 \u043D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0438.",developer:"\u041D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0438 \u0440\u0430\u0437\u0440\u0430\u0431\u043E\u0442\u0447\u0438\u043A\u0430",donateCafe:"\u0446\u0435\u043D\u044B","translate to the bottom of the page":"\u041F\u0435\u0440\u0435\u0432\u043E\u0434\u0438\u0442\u0441\u044F \u043B\u0438 \u043E\u043D \u0432 \u043D\u0438\u0436\u043D\u044E\u044E \u0447\u0430\u0441\u0442\u044C \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u044B \u0441\u0440\u0430\u0437\u0443 \u043F\u043E\u0441\u043B\u0435 \u0432\u0445\u043E\u0434\u0430 \u043D\u0430 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u0443?",feedback:"\u0412\u043E\u043F\u0440\u043E\u0441-\u043E\u0442\u0432\u0435\u0442",toggleTranslatePage:"\u041F\u0435\u0440\u0435\u0432\u0435\u0441\u0442\u0438 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u0443/\u043E\u0442\u043E\u0431\u0440\u0430\u0437\u0438\u0442\u044C \u043E\u0440\u0438\u0433\u0438\u043D\u0430\u043B\u044C\u043D\u044B\u0439 \u0442\u0435\u043A\u0441\u0442",translateToThePageEndImmediatelyDescription:"\u041F\u0440\u0438 \u0432\u043A\u043B\u044E\u0447\u0435\u043D\u0438\u0438 \u044D\u0442\u043E\u0439 \u0444\u0443\u043D\u043A\u0446\u0438\u0438 \u0441\u043E\u0434\u0435\u0440\u0436\u0438\u043C\u043E\u0435 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u044B \u0431\u0443\u0434\u0435\u0442 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0438\u0442\u044C\u0441\u044F \u0441\u0432\u0435\u0440\u0445\u0443 \u0432\u043D\u0438\u0437 \u043F\u043E \u043C\u0435\u0440\u0435 \u0432\u0432\u043E\u0434\u0430. \u041F\u0440\u0438 \u0432\u044B\u043A\u043B\u044E\u0447\u0435\u043D\u0438\u0438 \u044D\u0442\u043E\u0439 \u0444\u0443\u043D\u043A\u0446\u0438\u0438 \u043F\u0435\u0440\u0435\u0432\u043E\u0434 \u0431\u0443\u0434\u0435\u0442 \u0432\u044B\u043F\u043E\u043B\u043D\u044F\u0442\u044C\u0441\u044F \u043F\u043E \u043C\u0435\u0440\u0435 \u0447\u0442\u0435\u043D\u0438\u044F. (\u041D\u0435 \u0440\u0435\u043A\u043E\u043C\u0435\u043D\u0434\u0443\u0435\u0442\u0441\u044F)","translate all areas of the page":"\u041F\u0435\u0440\u0435\u0432\u043E\u0434\u0438\u0442\u044C \u043B\u0438 \u0432\u0441\u0435 \u043E\u0431\u043B\u0430\u0441\u0442\u0438 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u044B",translationAreaDescription:"\u041F\u0440\u0438 \u0432\u043A\u043B\u044E\u0447\u0435\u043D\u0438\u0438 \u044D\u0442\u043E\u0439 \u043E\u043F\u0446\u0438\u0438 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u044F\u0442\u0441\u044F \u0432\u0441\u0435 \u043E\u0431\u043B\u0430\u0441\u0442\u0438 \u0432\u0441\u0435\u0439 \u0432\u0435\u0431-\u0441\u0442\u0440\u0430\u043D\u0438\u0446\u044B. \u041F\u0440\u0438 \u0432\u044B\u043A\u043B\u044E\u0447\u0435\u043D\u0438\u0438 \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u0443\u0435\u0442\u0441\u044F \u0438\u043D\u0442\u0435\u043B\u043B\u0435\u043A\u0442\u0443\u0430\u043B\u044C\u043D\u043E\u0435 \u0440\u0430\u0441\u043F\u043E\u0437\u043D\u0430\u0432\u0430\u043D\u0438\u0435 \u043F\u043E \u0443\u043C\u043E\u043B\u0447\u0430\u043D\u0438\u044E \u0438 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u044F\u0442\u0441\u044F \u0442\u043E\u043B\u044C\u043A\u043E \u043E\u0441\u043D\u043E\u0432\u043D\u044B\u0435 \u043E\u0431\u043B\u0430\u0441\u0442\u0438. (\u041D\u0435 \u0440\u0435\u043A\u043E\u043C\u0435\u043D\u0434\u0443\u0435\u0442\u0441\u044F \u0432\u043A\u043B\u044E\u0447\u0430\u0442\u044C)","the number of characters to be translated first":"\u041F\u0440\u044F\u043C\u043E\u0439 \u043F\u0435\u0440\u0435\u0432\u043E\u0434 \u043F\u0435\u0440\u0432\u044B\u0445 \u043D\u0435\u0441\u043A\u043E\u043B\u044C\u043A\u0438\u0445 \u0441\u0438\u043C\u0432\u043E\u043B\u043E\u0432 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u044B \u0431\u0435\u0437 \u043E\u0436\u0438\u0434\u0430\u043D\u0438\u044F \u043F\u0440\u043E\u043A\u0440\u0443\u0442\u043A\u0438 \u0432 \u043E\u0431\u043B\u0430\u0441\u0442\u044C \u043F\u0440\u043E\u0441\u043C\u043E\u0442\u0440\u0430","interface language":"\u044F\u0437\u044B\u043A \u0438\u043D\u0442\u0435\u0440\u0444\u0435\u0439\u0441\u0430","display both the original text and the translation":"\u041E\u0434\u043D\u043E\u0432\u0440\u0435\u043C\u0435\u043D\u043D\u043E\u0435 \u043E\u0442\u043E\u0431\u0440\u0430\u0436\u0435\u043D\u0438\u0435 \u043E\u0440\u0438\u0433\u0438\u043D\u0430\u043B\u0430 \u0438 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430","keyboard shortcuts":"\u041A\u043B\u0430\u0432\u0438\u0430\u0442\u0443\u0440\u043D\u044B\u0435 \u0441\u043E\u043A\u0440\u0430\u0449\u0435\u043D\u0438\u044F",modify:"\u041C\u043E\u0434\u0438\u0444\u0438\u043A\u0430\u0446\u0438\u044F \u043A\u043B\u0430\u0432\u0438\u0448 \u0431\u044B\u0441\u0442\u0440\u043E\u0433\u043E \u0434\u043E\u0441\u0442\u0443\u043F\u0430",reset:"\u043F\u0435\u0440\u0435\u043F\u0440\u043E\u0444\u0438\u043B\u0438\u0440\u043E\u0432\u0430\u043D\u0438\u0435",close:"\u043A\u043B\u043E\u0442\u0443\u0440\u0430",homepage:"\u0434\u043E\u043C\u0430\u0448\u043D\u044F\u044F \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u0430",more:"\u043F\u043E\u0434\u0440\u043E\u0431\u043D\u0435\u0435",moreOptions:"\u0420\u0430\u0441\u0448\u0438\u0440\u0435\u043D\u0438\u0435 \u0432\u043E\u0437\u043C\u043E\u0436\u043D\u043E\u0441\u0442\u0435\u0439 \u043D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0438",translateTheWholePage:"\u041F\u0435\u0440\u0435\u0432\u043E\u0434\u0438\u0442\u044C \u0432\u0441\u0435 \u043E\u0431\u043B\u0430\u0441\u0442\u0438 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u044B (\u0432 \u043E\u0442\u043B\u0438\u0447\u0438\u0435 \u043E\u0442 \u0438\u043D\u0442\u0435\u043B\u043B\u0435\u043A\u0442\u0443\u0430\u043B\u044C\u043D\u043E\u0433\u043E \u0440\u0430\u0441\u043F\u043E\u0437\u043D\u0430\u0432\u0430\u043D\u0438\u044F \u043E\u0441\u043D\u043E\u0432\u043D\u044B\u0445 \u043E\u0431\u043B\u0430\u0441\u0442\u0435\u0439)",changeToTranslateTheWholePage:"\u041F\u0435\u0440\u0435\u043A\u043B\u044E\u0447\u0435\u043D\u0438\u0435 \u043D\u0430 \u043F\u0435\u0440\u0435\u0432\u043E\u0434 \u0432\u0441\u0435\u0445 \u0440\u0435\u0433\u0438\u043E\u043D\u043E\u0432",changeToTranslateTheMainPage:'\u041F\u0435\u0440\u0435\u0445\u043E\u0434 \u0432 \u043E\u0441\u043D\u043E\u0432\u043D\u0443\u044E \u043E\u0431\u043B\u0430\u0441\u0442\u044C "\u041F\u0435\u0440\u0435\u0432\u043E\u0434',changeToOnlyTranslationMode:"\u041F\u0435\u0440\u0435\u043A\u043B\u044E\u0447\u0435\u043D\u0438\u0435 \u043D\u0430 \u043E\u0442\u043E\u0431\u0440\u0430\u0436\u0435\u043D\u0438\u0435 \u0442\u043E\u043B\u044C\u043A\u043E \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u043E\u0432",changeToDualTranslationMode:"\u041F\u0435\u0440\u0435\u0445\u043E\u0434 \u043D\u0430 \u0434\u0432\u0443\u044F\u0437\u044B\u0447\u043D\u044B\u0439 \u043F\u0435\u0440\u0435\u0432\u043E\u0434",translateToThePageEndImmediately:"\u041D\u0435\u043C\u0435\u0434\u043B\u0435\u043D\u043D\u044B\u0439 \u043F\u0435\u0440\u0435\u0432\u043E\u0434 \u0432 \u043D\u0438\u0436\u043D\u044E\u044E \u0447\u0430\u0441\u0442\u044C \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u044B",translateTheMainPage:"\u041A\u043B\u044E\u0447\u0435\u0432\u044B\u0435 \u0440\u0435\u0433\u0438\u043E\u043D\u044B \u0438\u043D\u0442\u0435\u043B\u043B\u0435\u043A\u0442\u0443\u0430\u043B\u044C\u043D\u043E\u0433\u043E \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430","The local rules are up to date":"\u041C\u0435\u0441\u0442\u043D\u044B\u0435 \u043F\u0440\u0430\u0432\u0438\u043B\u0430 \u0430\u0434\u0430\u043F\u0442\u0430\u0446\u0438\u0438 \u0441\u043E\u043E\u0442\u0432\u0435\u0442\u0441\u0442\u0432\u0443\u044E\u0442 \u0441\u043E\u0432\u0440\u0435\u043C\u0435\u043D\u043D\u044B\u043C \u0442\u0440\u0435\u0431\u043E\u0432\u0430\u043D\u0438\u044F\u043C.","Successfully synchronized with the latest official rules:":"\u0423\u0441\u043F\u0435\u0448\u043D\u0430\u044F \u0441\u0438\u043D\u0445\u0440\u043E\u043D\u0438\u0437\u0430\u0446\u0438\u044F \u0441 \u043F\u043E\u0441\u043B\u0435\u0434\u043D\u0438\u043C\u0438 \u043E\u0444\u0438\u0446\u0438\u0430\u043B\u044C\u043D\u044B\u043C\u0438 \u043F\u0440\u0430\u0432\u0438\u043B\u0430\u043C\u0438 \u0430\u0434\u0430\u043F\u0442\u0430\u0446\u0438\u0438.","Checking for updates":"\u041F\u0440\u043E\u0432\u0435\u0440\u043A\u0430 \u043D\u0430\u043B\u0438\u0447\u0438\u044F \u043E\u0431\u043D\u043E\u0432\u043B\u0435\u043D\u0438\u0439","Rules are being synchronized":"\u0421\u0438\u043D\u0445\u0440\u043E\u043D\u0438\u0437\u0430\u0446\u0438\u044F \u043F\u0440\u0430\u0432\u0438\u043B \u0430\u0434\u0430\u043F\u0442\u0430\u0446\u0438\u0438",localVersionIsTooOld:"\u0412\u0435\u0440\u0441\u0438\u044F \u043B\u043E\u043A\u0430\u043B\u044C\u043D\u043E\u0433\u043E \u0440\u0430\u0441\u0448\u0438\u0440\u0435\u043D\u0438\u044F \u0441\u043B\u0438\u0448\u043A\u043E\u043C \u0443\u0441\u0442\u0430\u0440\u0435\u043B\u0430, \u043F\u043E\u0436\u0430\u043B\u0443\u0439\u0441\u0442\u0430, \u043E\u0431\u043D\u043E\u0432\u0438\u0442\u0435 \u0440\u0430\u0441\u0448\u0438\u0440\u0435\u043D\u0438\u0435 \u0434\u043E {minVersion} \u0438\u043B\u0438 \u0431\u043E\u043B\u0435\u0435 \u043D\u043E\u0432\u043E\u0439 \u0432\u0435\u0440\u0441\u0438\u0438 \u043F\u0435\u0440\u0435\u0434 \u043F\u043E\u043F\u044B\u0442\u043A\u043E\u0439 \u0441\u0438\u043D\u0445\u0440\u043E\u043D\u0438\u0437\u0430\u0446\u0438\u0438.",badUserscriptBrowser:"\u0422\u0435\u043A\u0443\u0449\u0438\u0439 \u0431\u0440\u0430\u0443\u0437\u0435\u0440 \u043D\u0435\u043A\u043E\u0440\u0440\u0435\u043A\u0442\u043D\u043E \u0440\u0435\u0430\u043B\u0438\u0437\u0443\u0435\u0442 \u0438\u043D\u0442\u0435\u0440\u0444\u0435\u0439\u0441 \u0440\u0430\u0441\u0448\u0438\u0440\u0435\u043D\u0438\u044F Grease Monkey (\u043D\u0430\u043F\u0440\u0438\u043C\u0435\u0440, \u0434\u043B\u044F \u043F\u043E\u043B\u0443\u0447\u0435\u043D\u0438\u044F \u0438\u043D\u0444\u043E\u0440\u043C\u0430\u0446\u0438\u0438 \u043E \u043D\u043E\u043C\u0435\u0440\u0435 \u0432\u0435\u0440\u0441\u0438\u0438 \u0441\u0430\u043C\u043E\u0433\u043E \u0441\u043A\u0440\u0438\u043F\u0442\u0430 Grease Monkey), \u043F\u043E\u0436\u0430\u043B\u0443\u0439\u0441\u0442\u0430, \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u0443\u0439\u0442\u0435 \u0434\u0440\u0443\u0433\u0438\u0435 \u0431\u0440\u0430\u0443\u0437\u0435\u0440\u044B, <1>\u043F\u043E\u0434\u0434\u0435\u0440\u0436\u0438\u0432\u0430\u044E\u0449\u0438\u0435 \u0440\u0430\u0441\u0448\u0438\u0440\u0435\u043D\u0438\u0435 Grease Monkey, \u043D\u0430\u043F\u0440\u0438\u043C\u0435\u0440 Firefox.",foundNewVersion:"\u0417\u043D\u0430\u043A\u043E\u043C\u0441\u0442\u0432\u043E \u0441 \u043D\u043E\u0432\u043E\u0439 \u0432\u0435\u0440\u0441\u0438\u0435\u0439",theLocalExtensionIsUpToUpdate:"\u0422\u0435\u043A\u0443\u0449\u0435\u0435 \u0440\u0430\u0441\u0448\u0438\u0440\u0435\u043D\u0438\u0435 \u044F\u0432\u043B\u044F\u0435\u0442\u0441\u044F \u0430\u043A\u0442\u0443\u0430\u043B\u044C\u043D\u044B\u043C.",failToSyncRules:"\u041D\u0435\u0432\u043E\u0437\u043C\u043E\u0436\u043D\u043E\u0441\u0442\u044C \u0441\u0438\u043D\u0445\u0440\u043E\u043D\u0438\u0437\u0430\u0446\u0438\u0438 \u043F\u043E\u0441\u043B\u0435\u0434\u043D\u0438\u0445 \u043F\u0440\u0430\u0432\u0438\u043B \u0430\u0434\u0430\u043F\u0442\u0430\u0446\u0438\u0438",retry:"\u041D\u0430\u0436\u043C\u0438\u0442\u0435 \u0437\u0434\u0435\u0441\u044C, \u0447\u0442\u043E\u0431\u044B \u043F\u043E\u0432\u0442\u043E\u0440\u0438\u0442\u044C \u043F\u043E\u043F\u044B\u0442\u043A\u0443",failedReason:"\u041F\u0440\u0438\u0447\u0438\u043D\u044B \u043D\u0435\u0443\u0434\u0430\u0447",currentRuleVersion:"\u0414\u0435\u0439\u0441\u0442\u0432\u0443\u044E\u0449\u0430\u044F \u0440\u0435\u0434\u0430\u043A\u0446\u0438\u044F \u043F\u0440\u0430\u0432\u0438\u043B",calculating:"\u0440\u0430\u0441\u0447\u0435\u0442\u044B",unknownError:"\u043D\u0435\u0438\u0437\u0432\u0435\u0441\u0442\u043D\u0430\u044F \u043E\u0448\u0438\u0431\u043A\u0430",canNotFetchRemoteRule:"\u041D\u0435\u0432\u043E\u0437\u043C\u043E\u0436\u043D\u043E \u043F\u043E\u043B\u0443\u0447\u0438\u0442\u044C \u0443\u0434\u0430\u043B\u0435\u043D\u043D\u044B\u0435 \u043F\u0440\u0430\u0432\u0438\u043B\u0430",enableAlphaSuccess:"\u0410\u043B\u044C\u0444\u0430 \u0432\u043A\u043B\u044E\u0447\u0435\u043D\u0430",disableAlphaSuccess:"\u0424\u0443\u043D\u043A\u0446\u0438\u044F \u0430\u043B\u044C\u0444\u0430 \u043E\u0442\u043A\u043B\u044E\u0447\u0435\u043D\u0430",cacheSize:"\u0420\u0430\u0437\u043C\u0435\u0440 \u043A\u044D\u0448\u0430\uFF1A",cleaning:"\u0432 \u043F\u0440\u043E\u0446\u0435\u0441\u0441\u0435 \u043B\u0438\u043A\u0432\u0438\u0434\u0430\u0446\u0438\u0438",cleanCache:"\u043E\u0447\u0438\u0441\u0442\u0438\u0442\u044C \u043A\u044D\u0448",options:"\u043D\u0430\u0441\u0442\u0440\u0430\u0438\u0432\u0430\u0442\u044C",about:"\u043F\u043E \u043E\u0442\u043D\u043E\u0448\u0435\u043D\u0438\u044E \u043A",service:"\u0443\u0441\u043B\u0443\u0433\u0430 \u0443\u0441\u0442\u043D\u043E\u0433\u043E \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430",needAction:"(\u041F\u0435\u0440\u0435\u0439\u0442\u0438 \u043A \u043D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0430\u043C)",goSettings:"\u043F\u0435\u0440\u0435\u0439\u0434\u0438\u0442\u0435 \u043A \u043D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0435",needActionForOptions:"(\u0443\u0441\u0442\u0430\u043D\u0430\u0432\u043B\u0438\u0432\u0430\u0435\u0442\u0441\u044F)",translationEngine:"\u041E\u043F\u0446\u0438\u0438 \u0434\u0432\u0438\u0433\u0430\u0442\u0435\u043B\u044F",sourceLanguage:"\u042F\u0437\u044B\u043A \u043E\u0440\u0438\u0433\u0438\u043D\u0430\u043B\u0430",target:"\u044F\u0437\u044B\u043A \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430",popupSourceLanguage:"\u042F\u0437\u044B\u043A \u043E\u0440\u0438\u0433\u0438\u043D\u0430\u043B\u0430",popupTarget:"\u044F\u0437\u044B\u043A \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430",popupService:"\u0443\u0441\u043B\u0443\u0433\u0430 \u0443\u0441\u0442\u043D\u043E\u0433\u043E \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430",forThisSite:"\u0422\u0435\u043A\u0443\u0449\u0438\u0439 \u0441\u0430\u0439\u0442",autoEnableSubtitle:"\u0410\u0432\u0442\u043E\u043C\u0430\u0442\u0438\u0447\u0435\u0441\u043A\u043E\u0435 \u043E\u0442\u043A\u0440\u044B\u0442\u0438\u0435 \u0434\u0432\u0443\u044F\u0437\u044B\u0447\u043D\u044B\u0445 \u0441\u0443\u0431\u0442\u0438\u0442\u0440\u043E\u0432",alwaysTranslate:"\u0412\u0441\u0435\u0433\u0434\u0430 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0438\u0442\u0435",neverTranslate:"\u041D\u0438\u043A\u043E\u0433\u0434\u0430 \u043D\u0435 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0438\u0442\u0435",alwaysTranslateSomeLanguage:"\u0412\u0441\u0435\u0433\u0434\u0430 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0438\u0442\u0435 {language}",neverTranslateSomeLanguage:"\u041D\u0438\u043A\u043E\u0433\u0434\u0430 \u043D\u0435 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0438\u0442\u0435 {language}",alwaysTranslateSomeSite:"\u0412\u0441\u0435\u0433\u0434\u0430 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0438\u0442\u0435 {hostname}",neverTranslateSomeSite:"\u041D\u0438\u043A\u043E\u0433\u0434\u0430 \u043D\u0435 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0438\u0442\u0435 {hostname}",alwaysTranslateSomeSiteOrWildSite:"\u0412\u0441\u0435\u0433\u0434\u0430 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0438\u0442\u0435 \u0441\u0430\u0439\u0442",alwaysTranslateSomePage:"\u0412\u0441\u0435\u0433\u0434\u0430 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0438\u0442\u0435 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u0443",add:"\u0443\u0432\u0435\u043B\u0438\u0447\u0438\u0442\u044C",default:"\u043F\u043E \u0443\u043C\u043E\u043B\u0447\u0430\u043D\u0438\u044E (\u043D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0430)",forThisLanguage:"\u0414\u043B\u044F \u044D\u0442\u043E\u0433\u043E \u044F\u0437\u044B\u043A\u0430\uFF1A","add url":"\u0412\u0432\u0435\u0434\u0438\u0442\u0435 URL",edit:"\u043A\u043E\u043C\u043F\u0438\u043B\u044F\u0442\u043E\u0440","translate other languages into specific language":"\u041F\u0435\u0440\u0435\u0432\u043E\u0434 \u0434\u0440\u0443\u0433\u0438\u0445 \u044F\u0437\u044B\u043A\u043E\u0432 \u043D\u0430 \u0443\u0441\u0442\u0430\u043D\u043E\u0432\u043B\u0435\u043D\u043D\u044B\u0439 \u0432\u0430\u043C\u0438 \u044F\u0437\u044B\u043A","select translation service":"\u0412\u044B\u0431\u0435\u0440\u0438\u0442\u0435 \u0441\u043B\u0443\u0436\u0431\u0443 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430",language:"\u043C\u043D\u043E\u0433\u043E\u044F\u0437\u044B\u0447\u0438\u0435","show-original":"\u041F\u043E\u043A\u0430\u0437\u0430\u0442\u044C \u043E\u0440\u0438\u0433\u0438\u043D\u0430\u043B\u044C\u043D\u044B\u0439 \u0442\u0435\u043A\u0441\u0442",translate:"\u0440\u0435\u043D\u0434\u0435\u0440\u0438\u043D\u0433",Translated:"\u043F\u0435\u0440\u0435\u0432\u0435\u0434\u0435\u043D\u043E",Translating:"\u0432 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0435",Error:"\u043D\u0435\u0432\u0435\u0440\u043D\u044B\u0439",allowCacheTranslations:"\u0412\u043A\u043B\u044E\u0447\u0438\u0442\u044C \u043B\u043E\u043A\u0430\u043B\u044C\u043D\u043E\u0435 \u043A\u044D\u0448\u0438\u0440\u043E\u0432\u0430\u043D\u0438\u0435 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u043E\u0432 (\u0434\u043B\u044F \u0443\u043C\u0435\u043D\u044C\u0448\u0435\u043D\u0438\u044F \u043A\u043E\u043B\u0438\u0447\u0435\u0441\u0442\u0432\u0430 \u0437\u0430\u043F\u0440\u043E\u0441\u043E\u0432 \u043D\u0430 \u043F\u0435\u0440\u0435\u0432\u043E\u0434 \u0434\u0443\u0431\u043B\u0438\u0440\u0443\u044E\u0449\u0438\u0445\u0441\u044F \u043E\u0442\u0440\u044B\u0432\u043A\u043E\u0432)","translation display":"\u0421\u0442\u0438\u043B\u044C \u043E\u0442\u043E\u0431\u0440\u0430\u0436\u0435\u043D\u0438\u044F \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430","select diplay style":"\u0420\u0430\u0437\u043B\u0438\u0447\u0430\u0442\u044C \u0441\u0442\u0438\u043B\u0438 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430, \u043E\u043F\u0438\u0440\u0430\u044F\u0441\u044C \u043D\u0430 \u0441\u043B\u0435\u0434\u0443\u044E\u0449\u0438\u0435 \u043F\u0440\u0438\u043C\u0435\u0440\u044B",interface:"\u041D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0438 \u0438\u043D\u0442\u0435\u0440\u0444\u0435\u0439\u0441\u0430",import_export:"\u0418\u043C\u043F\u043E\u0440\u0442/\u044D\u043A\u0441\u043F\u043E\u0440\u0442",import_export_title:"\u041A\u043E\u043D\u0444\u0438\u0433\u0443\u0440\u0430\u0446\u0438\u044F \u0438\u043C\u043F\u043E\u0440\u0442\u0430/\u044D\u043A\u0441\u043F\u043E\u0440\u0442\u0430",syncToGoogleDrive:"\u0422\u0435\u043F\u0435\u0440\u044C \u0441\u0438\u043D\u0445\u0440\u043E\u043D\u0438\u0437\u0430\u0446\u0438\u044F \u0441 Google Drive",floatBallOptions:"\u041D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0438 \u0445\u043E\u0432\u0435\u0440\u0431\u043E\u043B\u0430","floatBallOptions.enable":"\u0412\u043A\u043B\u044E\u0447\u0438\u0442\u044C \u0445\u043E\u0432\u0435\u0440\u0431\u043E\u043B","floatBallOptions.blockUrls":"\u041E\u0442\u043A\u043B\u044E\u0447\u0438\u0442\u044C \u0441\u0430\u0439\u0442","floatBallOptions.add":"\u0443\u0432\u0435\u043B\u0438\u0447\u0438\u0442\u044C","floatBallOptions.blockUrlDesc":"\u041F\u0430\u0440\u044F\u0449\u0438\u0435 \u0448\u0430\u0440\u044B \u043D\u0435 \u043E\u0442\u043E\u0431\u0440\u0430\u0436\u0430\u044E\u0442\u0441\u044F, \u043A\u043E\u0433\u0434\u0430 \u0432\u0441\u0442\u0440\u0435\u0447\u0430\u044E\u0442\u0441\u044F \u0441\u043B\u0435\u0434\u0443\u044E\u0449\u0438\u0435 \u0441\u0430\u0439\u0442\u044B","floatBallOptions.clickType":"\u043F\u043E\u0432\u0435\u0434\u0435\u043D\u0438\u0435 \u043F\u0440\u0438 \u043D\u0430\u0436\u0430\u0442\u0438\u0438","floatBallOptions.clickTypeDesc":"\u041F\u043E\u0432\u0435\u0434\u0435\u043D\u0438\u0435 \u0438\u043A\u043E\u043D\u043A\u0438 \u0445\u043E\u0432\u0435\u0440\u0431\u043E\u043B\u0430 \u043F\u0440\u0438 \u043D\u0430\u0436\u0430\u0442\u0438\u0438","floatBallOptions.clickPopup":"\u041F\u043E\u043A\u0430\u0437\u0430\u0442\u044C \u043F\u0430\u043D\u0435\u043B\u044C \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430","floatBallOptions.clickTranslate":"\u041F\u0435\u0440\u0435\u0432\u043E\u0434/\u043E\u0442\u043E\u0431\u0440\u0430\u0436\u0435\u043D\u0438\u0435 \u043E\u0440\u0438\u0433\u0438\u043D\u0430\u043B\u044C\u043D\u043E\u0433\u043E \u0442\u0435\u043A\u0441\u0442\u0430","floatBallOptions.fixedPosition":"\u56FA\u5B9A\u4F4D\u7F6E","floatBallOptions.fixedPositionDesc":"\u60AC\u6D6E\u7403\u5728\u7A97\u53E3\u5DE6\u4FA7\u8FD8\u662F\u53F3\u4FA7","floatBallOptions.fixedPositionLeft":"\u5DE6\u4FA7","floatBallOptions.fixedPositionRight":"\u53F3\u4FA7",previewAllThemes:"\u041F\u0440\u0435\u0434\u0432\u0430\u0440\u0438\u0442\u0435\u043B\u044C\u043D\u044B\u0439 \u043F\u0440\u043E\u0441\u043C\u043E\u0442\u0440 \u0432\u0441\u0435\u0445 \u0441\u0442\u0438\u043B\u0435\u0439","translationTheme.none":"\u043D\u0435 \u0438\u043C\u0435\u0442\u044C","translationTheme.grey":"\u0442\u0451\u043C\u043D\u043E-\u0441\u0435\u0440\u044B\u0439","translationTheme.dashed":"\u043F\u0443\u043D\u043A\u0442\u0438\u0440\u043D\u043E\u0435 \u043F\u043E\u0434\u0447\u0451\u0440\u043A\u0438\u0432\u0430\u043D\u0438\u0435","translationTheme.dotted":"\u0442\u043E\u0447\u0435\u0447\u043D\u043E\u0435 \u043F\u043E\u0434\u0447\u0435\u0440\u043A\u0438\u0432\u0430\u043D\u0438\u0435","translationTheme.dashedBorder":"\u043F\u0443\u043D\u043A\u0442\u0438\u0440\u043D\u0430\u044F \u0433\u0440\u0430\u043D\u0438\u0446\u0430","translationTheme.solidBorder":"\u0441\u043F\u043B\u043E\u0448\u043D\u0430\u044F \u0433\u0440\u0430\u043D\u0438\u0446\u0430","translationTheme.underline":"\u041F\u043E\u0434\u0447\u0435\u0440\u043A\u0438\u0432\u0430\u043D\u0438\u0435 \u043F\u0440\u044F\u043C\u044B\u0445 \u043B\u0438\u043D\u0438\u0439","translationTheme.mask":"\u041D\u0435\u0447\u0435\u0442\u043A\u0438\u0435 \u044D\u0444\u0444\u0435\u043A\u0442\u044B (\u0440\u0435\u0436\u0438\u043C\u044B \u043E\u0431\u0443\u0447\u0435\u043D\u0438\u044F)","translationTheme.opacity":"\u044D\u0444\u0444\u0435\u043A\u0442 \u043F\u0440\u043E\u0437\u0440\u0430\u0447\u043D\u043E\u0441\u0442\u0438","translationTheme.paper":"\u042D\u0444\u0444\u0435\u043A\u0442 \u0442\u0435\u043D\u0438 \u043E\u0442 \u0431\u0435\u043B\u043E\u0439 \u0431\u0443\u043C\u0430\u0433\u0438","translationTheme.dividingLine":"\u0440\u0430\u0437\u0434\u0435\u043B\u0438\u0442\u0435\u043B\u044C\u043D\u0430\u044F \u043B\u0438\u043D\u0438\u044F","translationTheme.highlight":"\u0432\u044B\u0441\u043E\u043A\u0430\u044F \u044F\u0440\u043A\u043E\u0441\u0442\u044C","translationTheme.marker":"\u043C\u0430\u0440\u043A\u0435\u0440 (\u0437\u0430\u0438\u043C\u0441\u0442\u0432\u043E\u0432\u0430\u043D\u043D\u043E\u0435 \u0441\u043B\u043E\u0432\u043E)","translationTheme.marker2":"\u041C\u0430\u0440\u043A\u0435\u0440 2","translationTheme.blockquote":"\u0421\u0442\u0438\u043B\u0438 \u0441\u0441\u044B\u043B\u043E\u043A","translationTheme.weakening":"\u043E\u0441\u043B\u0430\u0431\u043B\u0435\u043D\u0438\u0435","translationTheme.italic":"\u043D\u0430\u043A\u043B\u043E\u043D\u043D\u044B\u0439 \u0448\u0440\u0438\u0444\u0442","translationTheme.bold":"\u0441\u0433\u0443\u0441\u0442\u0438\u0442\u044C","translationTheme.thinDashed":"\u0442\u043E\u043D\u043A\u0430\u044F \u043F\u0443\u043D\u043A\u0442\u0438\u0440\u043D\u0430\u044F \u043B\u0438\u043D\u0438\u044F \u043F\u043E\u0434\u0447\u0435\u0440\u043A\u0438\u0432\u0430\u043D\u0438\u0435","translationTheme.nativeDashed":"\u0421\u0438\u0441\u0442\u0435\u043C\u0430 \u043F\u043E\u0441\u0442\u0430\u0432\u043B\u044F\u0435\u0442\u0441\u044F \u0441 \u043F\u0443\u043D\u043A\u0442\u0438\u0440\u043D\u044B\u043C \u043F\u043E\u0434\u0447\u0435\u0440\u043A\u0438\u0432\u0430\u043D\u0438\u0435\u043C","translationTheme.nativeDotted":"\u0421\u0438\u0441\u0442\u0435\u043C\u0430 \u043F\u043E\u0441\u0442\u0430\u0432\u043B\u044F\u0435\u0442\u0441\u044F \u0441 \u043F\u0443\u043D\u043A\u0442\u0438\u0440\u043D\u044B\u043C \u043F\u043E\u0434\u0447\u0435\u0440\u043A\u0438\u0432\u0430\u043D\u0438\u0435\u043C","translationTheme.nativeUnderline":"\u0421\u0438\u0441\u0442\u0435\u043C\u0430 \u043F\u043E\u0441\u0442\u0430\u0432\u043B\u044F\u0435\u0442\u0441\u044F \u0441 \u043F\u0440\u044F\u043C\u044B\u043C \u043F\u043E\u0434\u0441\u0442\u0440\u043E\u0447\u043D\u0438\u043A\u043E\u043C","translationTheme.wavy":"\u0432\u043E\u043B\u043D\u0438\u0441\u0442\u0430\u044F \u043B\u0438\u043D\u0438\u044F","translationServices.custom":"\u041F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u0435\u043B\u044C\u0441\u043A\u0438\u0439 API","translationServices.tencent":"\u041F\u0435\u0440\u0435\u0432\u043E\u0434\u0447\u0438\u043A Tencent","translationServices.tenAlpha":"Tencent Translator (Alpha)","translationServices.google":"Google Translate","translationServices.bai":"Baidu (Alpha)","translationServices.baidu":"\u041F\u0435\u0440\u0435\u0432\u043E\u0434 Baidu","translationServices.aliyun":"\u041F\u0435\u0440\u0435\u0432\u043E\u0434 AliCloud","translationServices.volc":"\u043F\u0435\u0440\u0435\u0432\u043E\u0434 \u0432\u0443\u043B\u043A\u0430\u043D\u0430","translationServices.deeplx":"DeepLX (Beta)","translationServices.bing":"Microsoft Translate","translationServices.deepl":"DeepL","translationServices.wechat":"\u041F\u0435\u0440\u0435\u0432\u043E\u0434 WeChat","translationServices.azure":"\u041B\u0430\u0437\u0443\u0440\u043D\u044B\u0439 \u043F\u0435\u0440\u0435\u0432\u043E\u0434","translationServices.ibm":"IBM Watson","translationServices.aws":"\u041F\u0435\u0440\u0435\u0432\u043E\u0434 Amazon","translationServices.mock":"\u0418\u043C\u0438\u0442\u0430\u0446\u0438\u044F \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430","translationServices.mock2":"\u0418\u043C\u0438\u0442\u0430\u0446\u0438\u044F \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430 2","translationServices.caiyun":"\u043B\u0438\u0442. \u0440\u0430\u0437\u043D\u043E\u0446\u0432\u0435\u0442\u043D\u044B\u0435 \u043E\u0431\u043B\u0430\u043A\u0430 \u0438 \u043D\u0435\u0431\u043E\u043B\u044C\u0448\u0438\u0435 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u044B","translationServices.cai":"\u0420\u0430\u0437\u043D\u043E\u0446\u0432\u0435\u0442\u043D\u044B\u0435 \u043E\u0431\u043B\u0430\u043A\u0430 (\u0410\u043B\u044C\u0444\u0430)","translationServices.volcAlpha":"\u0412\u0443\u043B\u043A\u0430\u043D (\u0410\u043B\u044C\u0444\u0430)","translationServices.openl":"OpenL","translationServices.youdao":"\u041F\u0435\u0440\u0435\u0432\u043E\u0434 \u043D\u0430 Youtube","translationServices.you":"\u041F\u0435\u0440\u0435\u0432\u043E\u0434\u0447\u0438\u043A Youdao (\u0410\u043B\u044C\u0444\u0430)","translationServices.transmart":"\u041F\u0435\u0440\u0435\u0432\u043E\u0434 Tencent Interactive","translationServices.niu":"Maverick Translator","translationServices.papago":"\u041F\u0435\u0440\u0435\u0432\u043E\u0434 Papago","translationServices.d":"D (Alpha)","translationServices.dpro":"D Pro (Canary)","translationServices.openai":"OpenAI","translationServices.yandex":"Yandex","translationServices.chatgpt":"ChatGPT Web(3.5 mobile)","translate title":"\u041F\u0435\u0440\u0435\u0432\u043E\u0434 \u0437\u0430\u0433\u043E\u043B\u043E\u0432\u043A\u043E\u0432 \u0441\u0442\u0440\u0430\u043D\u0438\u0446","always languages":"\u0412\u0441\u0435\u0433\u0434\u0430 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0438\u0442\u0435 \u044F\u0437\u044B\u043A",neverTranslateLanguagesLabel:"\u042F\u0437\u044B\u043A, \u043A\u043E\u0442\u043E\u0440\u044B\u0439 \u043D\u0438\u043A\u043E\u0433\u0434\u0430 \u043D\u0435 \u0431\u0443\u0434\u0435\u0442 \u043F\u0435\u0440\u0435\u0432\u0435\u0434\u0435\u043D",neverTranslateTheFollowingLanguagesDescription:"\u041F\u0435\u0440\u0435\u0432\u043E\u0434\u044B \u043F\u0440\u043E\u043F\u0443\u0441\u043A\u0430\u044E\u0442\u0441\u044F, \u0435\u0441\u043B\u0438 \u0430\u0431\u0437\u0430\u0446 \u043D\u0430 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u0435 \u043D\u0430\u043F\u0438\u0441\u0430\u043D \u043D\u0430 \u043E\u0434\u043D\u043E\u043C \u0438\u0437 \u0441\u043B\u0435\u0434\u0443\u044E\u0449\u0438\u0445 \u044F\u0437\u044B\u043A\u043E\u0432",enableUserscriptPagePopup:"\u041F\u043E\u043A\u0430\u0437\u044B\u0432\u0430\u0442\u044C \u043D\u0430\u0432\u0435\u0434\u0435\u043D\u043D\u044B\u0439 \u0448\u0430\u0440 \u043D\u0430 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u0435",enableUserscriptPagePopupDescription:"\u041F\u043E\u0441\u043B\u0435 \u0432\u044B\u043A\u043B\u044E\u0447\u0435\u043D\u0438\u044F \u0445\u043E\u0432\u0435\u0440\u0431\u043E\u043B\u0430 \u0435\u0433\u043E \u043C\u043E\u0436\u043D\u043E \u0432\u044B\u0437\u0432\u0430\u0442\u044C \u0441 \u043F\u043E\u043C\u043E\u0449\u044C\u044E \u044F\u0440\u043B\u044B\u043A\u0430 /{touch}. \u041D\u0430\u0441\u0442\u043E\u044F\u0442\u0435\u043B\u044C\u043D\u043E \u0440\u0435\u043A\u043E\u043C\u0435\u043D\u0434\u0443\u0435\u0442\u0441\u044F \u0434\u043E\u0431\u0430\u0432\u0438\u0442\u044C \u044D\u0442\u0443 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u0443 \u043D\u0430\u0441\u0442\u0440\u043E\u0435\u043A \u0432 \u0437\u0430\u043A\u043B\u0430\u0434\u043A\u0438, \u0447\u0442\u043E\u0431\u044B \u043D\u0435 \u043D\u0430\u0439\u0442\u0438 \u0445\u043E\u0432\u0435\u0440\u0431\u043E\u043B \u043F\u043E\u0441\u043B\u0435 \u0441\u043B\u0443\u0447\u0430\u0439\u043D\u043E\u0433\u043E \u043E\u0442\u043A\u043B\u044E\u0447\u0435\u043D\u0438\u044F \u044D\u0442\u043E\u0439 \u043E\u043F\u0446\u0438\u0438!","always translate the following languages":"\u0410\u0432\u0442\u043E\u043C\u0430\u0442\u0438\u0447\u0435\u0441\u043A\u0438\u0439 \u043F\u0435\u0440\u0435\u0432\u043E\u0434 \u043D\u0430 \u0446\u0435\u043B\u0435\u0432\u043E\u0439 \u044F\u0437\u044B\u043A, \u0435\u0441\u043B\u0438 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u0430 \u043D\u0430\u043F\u0438\u0441\u0430\u043D\u0430 \u043D\u0430 \u043E\u0434\u043D\u043E\u043C \u0438\u0437 \u0441\u043B\u0435\u0434\u0443\u044E\u0449\u0438\u0445 \u044F\u0437\u044B\u043A\u043E\u0432","always sites":"\u0412\u0441\u0435\u0433\u0434\u0430 \u043F\u0435\u0440\u0435\u0432\u0435\u0434\u0435\u043D\u043D\u044B\u0435 \u0432\u0435\u0431-\u0441\u0430\u0439\u0442\u044B","always translate the following sites":"\u0412\u0435\u0431-\u0441\u0430\u0439\u0442\u044B \u0430\u0432\u0442\u043E\u043C\u0430\u0442\u0438\u0447\u0435\u0441\u043A\u0438 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u044F\u0442\u0441\u044F \u043D\u0430 \u044F\u0437\u044B\u043A \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430, \u0435\u0441\u043B\u0438 \u043E\u043D\u0438 \u044F\u0432\u043B\u044F\u044E\u0442\u0441\u044F \u0434\u043E\u043C\u0435\u043D\u043D\u044B\u043C\u0438 \u0438\u043C\u0435\u043D\u0430\u043C\u0438","never sites":"\u041D\u0435\u043F\u0435\u0440\u0435\u0432\u0435\u0434\u0435\u043D\u043D\u044B\u0439 \u0441\u0430\u0439\u0442","never translate the following sites":"\u041F\u0435\u0440\u0435\u0432\u043E\u0434 \u043D\u0435 \u0431\u0443\u0434\u0435\u0442 \u0432\u044B\u043F\u043E\u043B\u043D\u044F\u0442\u044C\u0441\u044F, \u0435\u0441\u043B\u0438 \u0441\u0430\u0439\u0442 \u043F\u0440\u0435\u0434\u043D\u0430\u0437\u043D\u0430\u0447\u0435\u043D \u0434\u043B\u044F \u0441\u043B\u0435\u0434\u0443\u044E\u0449\u0438\u0445 \u0434\u043E\u043C\u0435\u043D\u043E\u0432","please refer to":"\u041F\u0435\u0440\u0435\u0434 \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u043D\u0438\u0435\u043C \u043D\u0435\u043E\u0431\u0445\u043E\u0434\u0438\u043C\u043E \u0437\u0430\u043F\u043E\u043B\u043D\u0438\u0442\u044C \u043A\u043B\u044E\u0447.",KeyAndConfigurationTutorial:"\u0423\u0447\u0435\u0431\u043D\u0438\u043A \u043F\u043E \u043F\u0440\u0438\u043C\u0435\u043D\u0435\u043D\u0438\u044E \u0438 \u043D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0435 \u043A\u043B\u044E\u0447\u0435\u0439",useAboveStyleForTheseSites:"\u0412\u0441\u0435\u0433\u0434\u0430 \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u0443\u0439\u0442\u0435 \u0441\u0442\u0438\u043B\u044C \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430 \u2308{theme}\u230B, \u0435\u0441\u043B\u0438 \u0441\u0430\u0439\u0442 \u043F\u0440\u0435\u0434\u043D\u0430\u0437\u043D\u0430\u0447\u0435\u043D \u0434\u043B\u044F \u0441\u043B\u0435\u0434\u0443\u044E\u0449\u0438\u0445 \u0434\u043E\u043C\u0435\u043D\u043E\u0432",currentUrl:"\u0422\u0435\u043A\u0443\u0449\u0438\u0439 URL",confirm:"\u0441\u043E\u0445\u0440\u0430\u043D\u044F\u0442\u044C (\u0444\u0430\u0439\u043B \u0438 \u0442.\u0434.) (\u0432\u044B\u0447\u0438\u0441\u043B\u0438\u0442\u0435\u043B\u044C\u043D\u0430\u044F \u0442\u0435\u0445\u043D\u0438\u043A\u0430)",cancel:"\u043E\u0442\u043C\u0435\u043D\u044B",delete:"\u0443\u0434\u0430\u043B\u0435\u043D\u0438\u0435","languages.auto":"\u0430\u0432\u0442\u043E\u043C\u0430\u0442\u0438\u0447\u0435\u0441\u043A\u043E\u0435 \u043E\u0431\u043D\u0430\u0440\u0443\u0436\u0435\u043D\u0438\u0435",syncToCloud:"\u0421\u0438\u043D\u0445\u0440\u043E\u043D\u0438\u0437\u0430\u0446\u0438\u044F \u0441 Google Drive",syncToCloudDescription:"\u0417\u0430\u0433\u0440\u0443\u0436\u0435\u043D\u043D\u0430\u044F \u0432 \u043E\u0431\u043B\u0430\u043A\u043E, \u043A\u043E\u043D\u0444\u0438\u0433\u0443\u0440\u0430\u0446\u0438\u044F \u043C\u043E\u0436\u0435\u0442 \u0431\u044B\u0442\u044C \u0441\u0438\u043D\u0445\u0440\u043E\u043D\u0438\u0437\u0438\u0440\u043E\u0432\u0430\u043D\u0430 \u043C\u0435\u0436\u0434\u0443 \u0440\u0430\u0437\u043B\u0438\u0447\u043D\u044B\u043C\u0438 \u0431\u0440\u0430\u0443\u0437\u0435\u0440\u0430\u043C\u0438/\u0441\u043A\u0440\u0438\u043F\u0442\u0430\u043C\u0438 grease monkey, \u0432 \u0437\u0430\u0432\u0438\u0441\u0438\u043C\u043E\u0441\u0442\u0438 \u043E\u0442 \u0442\u043E\u0433\u043E, \u0447\u0442\u043E \u0431\u044B\u043B\u043E \u0438\u0437\u043C\u0435\u043D\u0435\u043D\u043E \u043F\u043E\u0441\u043B\u0435\u0434\u043D\u0438\u043C.",syncToAccount:"\u0421\u0438\u043D\u0445\u0440\u043E\u043D\u0438\u0437\u0430\u0446\u0438\u044F \u0441 \u043E\u0431\u043B\u0430\u043A\u043E\u043C \u0438\u043C\u043C\u0435\u0440\u0441\u0438\u0432\u043D\u043E\u0433\u043E \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430",syncToAccountButton:"\u041C\u0433\u043D\u043E\u0432\u0435\u043D\u043D\u0430\u044F \u0441\u0438\u043D\u0445\u0440\u043E\u043D\u0438\u0437\u0430\u0446\u0438\u044F \u0441 \u043E\u0431\u043B\u0430\u043A\u043E\u043C",syncToAccountDescription:"\u0410\u0432\u0442\u043E\u043C\u0430\u0442\u0438\u0447\u0435\u0441\u043A\u0430\u044F \u0441\u0438\u043D\u0445\u0440\u043E\u043D\u0438\u0437\u0430\u0446\u0438\u044F \u043A\u043E\u043D\u0444\u0438\u0433\u0443\u0440\u0430\u0446\u0438\u0439 \u043C\u0435\u0436\u0434\u0443 \u0440\u0430\u0437\u043B\u0438\u0447\u043D\u044B\u043C\u0438 \u0443\u0441\u0442\u0440\u043E\u0439\u0441\u0442\u0432\u0430\u043C\u0438 \u0432 \u0437\u0430\u0432\u0438\u0441\u0438\u043C\u043E\u0441\u0442\u0438 \u043E\u0442 \u0442\u043E\u0433\u043E, \u043A\u0430\u043A\u0430\u044F \u0438\u0437 \u043D\u0438\u0445 \u0431\u044B\u043B\u0430 \u0438\u0437\u043C\u0435\u043D\u0435\u043D\u0430 \u043F\u043E\u0441\u043B\u0435\u0434\u043D\u0435\u0439.",successSyncConfigInAccount:"\u0423\u0441\u043F\u0435\u0448\u043D\u0430\u044F \u0441\u0438\u043D\u0445\u0440\u043E\u043D\u0438\u0437\u0430\u0446\u0438\u044F \u0441 \u043E\u0431\u043B\u0430\u043A\u043E\u043C",successSyncConfigToAccount:"\u0423\u0441\u043F\u0435\u0448\u043D\u0430\u044F \u0441\u0438\u043D\u0445\u0440\u043E\u043D\u0438\u0437\u0430\u0446\u0438\u044F \u0441 \u043E\u0431\u043B\u0430\u043A\u043E\u043C",syncConfigNoUpdate:"\u041E\u043D\u0430 \u0443\u0436\u0435 \u0441\u043E\u043E\u0442\u0432\u0435\u0442\u0441\u0442\u0432\u0443\u0435\u0442 \u0441\u043E\u0432\u0440\u0435\u043C\u0435\u043D\u043D\u044B\u043C \u0442\u0440\u0435\u0431\u043E\u0432\u0430\u043D\u0438\u044F\u043C.",authFail:"\u0421\u0431\u043E\u0439 \u0430\u0432\u0442\u043E\u0440\u0438\u0437\u0430\u0446\u0438\u0438",syncTitle:"\u0420\u0443\u0447\u043D\u043E\u0435 \u0443\u043F\u0440\u0430\u0432\u043B\u0435\u043D\u0438\u0435 \u0440\u0435\u0437\u0435\u0440\u0432\u043D\u044B\u043C \u043A\u043E\u043F\u0438\u0440\u043E\u0432\u0430\u043D\u0438\u0435\u043C",import_hint:"\u0438\u043C\u043F\u043E\u0440\u0442 (\u0434\u0430\u043D\u043D\u044B\u0435)",upload:"\u0437\u0430\u0433\u0440\u0443\u0437\u0438\u0442\u044C",revokeAuth:"\u043E\u0442\u043E\u0437\u0432\u0430\u0442\u044C \u0440\u0430\u0437\u0440\u0435\u0448\u0435\u043D\u0438\u0435",uploadFail:"\u0417\u0430\u0433\u0440\u0443\u0437\u043A\u0430 \u043D\u0435 \u0443\u0434\u0430\u043B\u0430\u0441\u044C",download:"\u0437\u0430\u0433\u0440\u0443\u0437\u043A\u0430",importSuccess:"\u0423\u0441\u043F\u0435\u0448\u043D\u043E \u0438\u043C\u043F\u043E\u0440\u0442\u0438\u0440\u0443\u0435\u0442\u0441\u044F",importFail:"\u0441\u0431\u043E\u0439 \u0438\u043C\u043F\u043E\u0440\u0442\u0430",deleteFail:"\u041D\u0435 \u0443\u0434\u0430\u043B\u043E\u0441\u044C \u0443\u0434\u0430\u043B\u0438\u0442\u044C",backupToCloud:"\u0420\u0443\u0447\u043D\u043E\u0435 \u0443\u043F\u0440\u0430\u0432\u043B\u0435\u043D\u0438\u0435 \u0444\u0430\u0439\u043B\u0430\u043C\u0438 \u0440\u0435\u0437\u0435\u0440\u0432\u043D\u043E\u0433\u043E \u043A\u043E\u043F\u0438\u0440\u043E\u0432\u0430\u043D\u0438\u044F",create_new_backup:"\u0414\u043E\u0431\u0430\u0432\u043B\u0435\u043D\u0438\u0435 \u043D\u043E\u0432\u043E\u0433\u043E \u0443\u0437\u043B\u0430 \u0440\u0435\u0437\u0435\u0440\u0432\u043D\u043E\u0433\u043E \u043A\u043E\u043F\u0438\u0440\u043E\u0432\u0430\u043D\u0438\u044F",maxBackupFiles:"\u0420\u0435\u0437\u0435\u0440\u0432\u043D\u043E\u0435 \u043A\u043E\u043F\u0438\u0440\u043E\u0432\u0430\u043D\u0438\u0435 \u043C\u043E\u0436\u0435\u0442 \u0431\u044B\u0442\u044C \u0432\u044B\u043F\u043E\u043B\u043D\u0435\u043D\u043E \u0434\u043E{count}\u0440\u0430\u0437\u043B\u0438\u0447\u043D\u044B\u0445 \u0443\u0437\u043B\u043E\u0432, \u0443\u0434\u0430\u043B\u0438\u0442\u0435 \u043D\u0435\u043D\u0443\u0436\u043D\u044B\u0435 \u0443\u0437\u043B\u044B.",backupToCloudDescription:"\u0420\u0443\u0447\u043D\u0430\u044F \u0437\u0430\u0433\u0440\u0443\u0437\u043A\u0430 \u0438\u043B\u0438 \u0432\u043E\u0441\u0441\u0442\u0430\u043D\u043E\u0432\u043B\u0435\u043D\u0438\u0435 \u0444\u0430\u0439\u043B\u043E\u0432 \u0440\u0435\u0437\u0435\u0440\u0432\u043D\u044B\u0445 \u043A\u043E\u043F\u0438\u0439, \u043F\u043E\u0437\u0432\u043E\u043B\u044F\u044E\u0449\u0430\u044F \u0441\u043E\u0437\u0434\u0430\u0432\u0430\u0442\u044C \u0434\u043E 3 \u0440\u0430\u0437\u043B\u0438\u0447\u043D\u044B\u0445 \u0440\u0435\u0437\u0435\u0440\u0432\u043D\u044B\u0445 \u043A\u043E\u043F\u0438\u0439",successSyncConfig:"\u0423\u0441\u043F\u0435\u0448\u043D\u0430\u044F \u0441\u0438\u043D\u0445\u0440\u043E\u043D\u0438\u0437\u0430\u0446\u0438\u044F \u0441 \u043E\u0431\u043B\u0430\u043A\u043E\u043C",syncFail:"\u0441\u0431\u043E\u0439 \u0441\u0438\u043D\u0445\u0440\u043E\u043D\u0438\u0437\u0430\u0446\u0438\u0438",updatedAt:"\u041E\u0431\u043D\u043E\u0432\u043B\u0435\u043D\u043E \u0441 \u0441\u0430\u0439\u0442\u0430 {date}",lastSyncedAt:"\u041F\u043E\u0441\u043B\u0435\u0434\u043D\u044F\u044F \u043F\u0440\u043E\u0432\u0435\u0440\u043A\u0430 \u043D\u0430 \u0441\u0430\u0439\u0442\u0435 {date}",downloadFail:"\u041D\u0435 \u0443\u0434\u0430\u043B\u043E\u0441\u044C \u0437\u0430\u0433\u0440\u0443\u0437\u0438\u0442\u044C",clickToDownload:"\u041D\u0430\u0436\u043C\u0438\u0442\u0435 \u0434\u043B\u044F \u0437\u0430\u0433\u0440\u0443\u0437\u043A\u0438",aboutLabel:"\u041E \u043A\u043E\u043C\u043F\u0430\u043D\u0438\u0438 - \u041E\u0431\u0440\u0430\u0442\u043D\u0430\u044F \u0441\u0432\u044F\u0437\u044C","browser.openAboutPage":"\u0418\u043D\u0444\u043E\u0440\u043C\u0430\u0446\u0438\u044F/\u041E\u0442\u0437\u044B\u0432\u044B",aboutLabelWithoutSponsor:"\u041E \u043A\u043E\u043C\u043F\u0430\u043D\u0438\u0438 - \u041E\u0431\u0440\u0430\u0442\u043D\u0430\u044F \u0441\u0432\u044F\u0437\u044C",aboutIntro:"\u041F\u0443\u0441\u0442\u044C \u043D\u0430\u043C \u0432\u0441\u0435\u043C \u0431\u0443\u0434\u0435\u0442 \u043B\u0435\u0433\u0447\u0435 \u0438 \u043F\u0440\u0438\u044F\u0442\u043D\u0435\u0435 \u043F\u043E\u043B\u0443\u0447\u0430\u0442\u044C \u0434\u043E\u0441\u0442\u0443\u043F \u043A \u043E\u0433\u0440\u043E\u043C\u043D\u043E\u043C\u0443 \u043A\u043E\u043B\u0438\u0447\u0435\u0441\u0442\u0432\u0443 \u0438\u043D\u0444\u043E\u0440\u043C\u0430\u0446\u0438\u0438 \u043D\u0430 \u0438\u043D\u043E\u0441\u0442\u0440\u0430\u043D\u043D\u044B\u0445 \u044F\u0437\u044B\u043A\u0430\u0445 \u0432 \u0418\u043D\u0442\u0435\u0440\u043D\u0435\u0442\u0435 \u2764\uFE0F \u0412\u044B \u043C\u043E\u0436\u0435\u0442\u0435 \u0430\u043A\u0442\u0438\u0432\u0438\u0440\u043E\u0432\u0430\u0442\u044C <6>\u0447\u043B\u0435\u043D\u0441\u0442\u0432\u043E \u0432 \u043F\u0440\u043E\u0433\u0440\u0430\u043C\u043C\u0435 Pro, \u0447\u0442\u043E\u0431\u044B \u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u044C\u0441\u044F \u0433\u043E\u0442\u043E\u0432\u044B\u043C\u0438 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430\u043C\u0438 DeepL \u0438 OpenAI.

\u0412\u044B \u043C\u043E\u0436\u0435\u0442\u0435 \u0441\u043B\u0435\u0434\u0438\u0442\u044C \u0437\u0430 \u043D\u0430\u043C\u0438 \u0432 <3>Twitter, <4>Telegram, Weibo, WeChat \u0438\u043B\u0438 <5>\u043F\u043E\u0434\u043F\u0438\u0441\u0430\u0442\u044C\u0441\u044F \u043D\u0430 \u043D\u0430\u0448\u0443 \u0440\u0430\u0441\u0441\u044B\u043B\u043A\u0443 \u043D\u0438\u0436\u0435, \u0447\u0442\u043E\u0431\u044B \u043E\u0442\u0441\u043B\u0435\u0436\u0438\u0432\u0430\u0442\u044C \u043E\u0431\u043D\u043E\u0432\u043B\u0435\u043D\u0438\u044F.
<7>\u0423\u0447\u0430\u0441\u0442\u043D\u0438\u043A\u0438 \u043F\u0440\u043E\u0433\u0440\u0430\u043C\u043C\u044B Pro \u043C\u043E\u0433\u0443\u0442 \u0441\u0432\u044F\u0437\u0430\u0442\u044C\u0441\u044F \u0441 \u043D\u0430\u043C\u0438 \u043F\u043E \u0430\u0434\u0440\u0435\u0441\u0443 <8>support@immersivetranslate.com \u0434\u043B\u044F \u0431\u044B\u0441\u0442\u0440\u043E\u0433\u043E \u043E\u0431\u0441\u043B\u0443\u0436\u0438\u0432\u0430\u043D\u0438\u044F \u043A\u043B\u0438\u0435\u043D\u0442\u043E\u0432.",aboutIntroWithoutSponsor:"\u041F\u0443\u0441\u0442\u044C \u0432\u0441\u0435\u043C \u043D\u0430\u043C \u0431\u0443\u0434\u0435\u0442 \u043B\u0435\u0433\u0447\u0435 \u0438 \u043F\u0440\u0438\u044F\u0442\u043D\u0435\u0435 \u043F\u043E\u043B\u0443\u0447\u0430\u0442\u044C \u0434\u043E\u0441\u0442\u0443\u043F \u043A \u043E\u0433\u0440\u043E\u043C\u043D\u043E\u043C\u0443 \u043A\u043E\u043B\u0438\u0447\u0435\u0441\u0442\u0432\u0443 \u0438\u043D\u0444\u043E\u0440\u043C\u0430\u0446\u0438\u0438 \u043D\u0430 \u0438\u043D\u043E\u0441\u0442\u0440\u0430\u043D\u043D\u044B\u0445 \u044F\u0437\u044B\u043A\u0430\u0445, \u0434\u043E\u0441\u0442\u0443\u043F\u043D\u043E\u0439 \u0432 \u0418\u043D\u0442\u0435\u0440\u043D\u0435\u0442\u0435 \u2764\uFE0F

\u0412\u044B \u043C\u043E\u0436\u0435\u0442\u0435 \u0441\u043B\u0435\u0434\u0438\u0442\u044C \u0437\u0430 \u043D\u0430\u043C\u0438 \u0432 <3>Twitter, <4>Telegram-\u043A\u0430\u043D\u0430\u043B\u0435, WeChat, WeChat Exchange \u0438\u043B\u0438 <5>\u043F\u043E\u0434\u043F\u0438\u0441\u0430\u0442\u044C\u0441\u044F \u043D\u0430 \u043E\u0442\u0441\u043B\u0435\u0436\u0438\u0432\u0430\u043D\u0438\u0435 \u043E\u0431\u043D\u043E\u0432\u043B\u0435\u043D\u0438\u0439 \u043F\u043E <5>\u044D\u043B\u0435\u043A\u0442\u0440\u043E\u043D\u043D\u043E\u0439 \u043F\u043E\u0447\u0442\u0435 \u043D\u0438\u0436\u0435.",projectHomepage:'\u041F\u0440\u043E\u0435\u043A\u0442 "\u0414\u043E\u043C',joinTelegramGroup:"\u041F\u0440\u0438\u0441\u043E\u0435\u0434\u0438\u043D\u044F\u0439\u0442\u0435\u0441\u044C \u043A \u0433\u0440\u0443\u043F\u043F\u0435 \u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u0435\u043B\u0435\u0439 \u0434\u043B\u044F \u0443\u0447\u0430\u0441\u0442\u0438\u044F \u0432 \u043E\u0431\u0441\u0443\u0436\u0434\u0435\u043D\u0438\u0438 \u0444\u0443\u043D\u043A\u0446\u0438\u0439",wechatPublicAccount:"WeChat Public",wechatCommunities:"\u0413\u0440\u0443\u043F\u043F\u0430 \u043E\u0431\u043C\u0435\u043D\u0430 WeChat",qqCommunities:"\u041A\u0430\u043D\u0430\u043B \u0441\u0432\u044F\u0437\u0438 QQ",joinTelegramChannel:"\u0421\u043B\u0435\u0434\u0438\u0442\u0435 \u0437\u0430 \u043E\u0431\u043D\u043E\u0432\u043B\u0435\u043D\u0438\u044F\u043C\u0438 \u0432 Telegram-\u043A\u0430\u043D\u0430\u043B\u0435",feedbackAndJoin:"\u0412\u043E\u043F\u0440\u043E\u0441 \u041E\u0431\u0440\u0430\u0442\u043D\u0430\u044F \u0441\u0432\u044F\u0437\u044C / \u0414\u043E\u0431\u0430\u0432\u0438\u0442\u044C \u0433\u0440\u0443\u043F\u043F\u0443",autoSync:"\u0430\u0432\u0442\u043E\u043C\u0430\u0442\u0438\u0447\u0435\u0441\u043A\u0430\u044F \u0441\u0438\u043D\u0445\u0440\u043E\u043D\u0438\u0437\u0430\u0446\u0438\u044F \u0432\u0440\u0435\u043C\u0435\u043D\u0438",loadingThemeTitle:"\u0421\u0442\u0438\u043B\u044C \u0437\u0430\u0433\u0440\u0443\u0437\u043A\u0438",loadingThemeDescription:"\u0423\u0441\u0442\u0430\u043D\u043E\u0432\u043A\u0430 \u0441\u0442\u0438\u043B\u044F \u043F\u0440\u0438 \u043E\u0436\u0438\u0434\u0430\u043D\u0438\u0438 \u0437\u0430\u0433\u0440\u0443\u0437\u043A\u0438 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430","loadingTheme.spinner":"\u0412\u0440\u0430\u0449\u0430\u044E\u0449\u0430\u044F\u0441\u044F \u0430\u043D\u0438\u043C\u0430\u0446\u0438\u044F","loadingTheme.text":"\u0441\u0442\u0430\u0442\u0438\u0447\u0435\u0441\u043A\u0438\u0439 \u0442\u0435\u043A\u0441\u0442 \u0447\u0435\u0433\u043E-\u043B. ","loadingTheme.none":"\u043D\u0435 \u043F\u043E\u043A\u0430\u0437\u0430\u043D\u043E",developerDescription:"\u0414\u043E\u043A\u0443\u043C\u0435\u043D\u0442\u0430\u0446\u0438\u044E \u043F\u043E \u0440\u0430\u0441\u0448\u0438\u0440\u0435\u043D\u043D\u043E\u0439 \u043D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0435 \u043C\u043E\u0436\u043D\u043E \u043D\u0430\u0439\u0442\u0438 <1>\u0437\u0434\u0435\u0441\u044C","edit border color":"\u0418\u0437\u043C\u0435\u043D\u0435\u043D\u0438\u0435 \u0446\u0432\u0435\u0442\u0430 \u0433\u0440\u0430\u043D\u0438\u0446\u044B",successSyncButNoChange:"\u0422\u0435\u043A\u0443\u0449\u0430\u044F \u043A\u043E\u043D\u0444\u0438\u0433\u0443\u0440\u0430\u0446\u0438\u044F \u0441\u043E\u043E\u0442\u0432\u0435\u0442\u0441\u0442\u0432\u0443\u0435\u0442 \u043E\u0431\u043B\u0430\u043A\u0443",customTheme:"\u041D\u0435\u0441\u0442\u0430\u043D\u0434\u0430\u0440\u0442\u043D\u044B\u0435 \u0446\u0432\u0435\u0442\u0430 \u0438 \u0440\u0430\u0437\u043C\u0435\u0440\u044B","customThemeLabel.borderColor":"\u0426\u0432\u0435\u0442 \u0433\u0440\u0430\u043D\u0438\u0446\u044B","customThemeLabel.borderRadius":"\u0421\u043A\u0440\u0443\u0433\u043B\u0435\u043D\u043D\u044B\u0435 \u043A\u0440\u0430\u044F","customThemeLabel.textColor":"\u0446\u0432\u0435\u0442 \u0442\u0435\u043A\u0441\u0442\u0430","customThemeLabel.backgroundColor":"\u0446\u0432\u0435\u0442 \u0444\u043E\u043D\u0430","customThemeLabel.zoom":"\u041C\u0430\u0441\u0448\u0442\u0430\u0431\u0438\u0440\u043E\u0432\u0430\u043D\u0438\u0435 \u0448\u0440\u0438\u0444\u0442\u0430 (%)","customThemeLabel.opacity":"\u041D\u0435\u043F\u0440\u043E\u0437\u0440\u0430\u0447\u043D\u043E\u0441\u0442\u044C \u0442\u0435\u043A\u0441\u0442\u0430 (%)",resetToDefaultColor:"\u0412\u043E\u0441\u0441\u0442\u0430\u043D\u043E\u0432\u043B\u0435\u043D\u0438\u0435 \u0446\u0432\u0435\u0442\u043E\u0432 \u043F\u043E \u0443\u043C\u043E\u043B\u0447\u0430\u043D\u0438\u044E",resetToDefaultSettings:"\u0412\u043E\u0441\u0441\u0442\u0430\u043D\u043E\u0432\u043B\u0435\u043D\u0438\u0435 \u043D\u0430\u0441\u0442\u0440\u043E\u0435\u043A \u043F\u043E \u0443\u043C\u043E\u043B\u0447\u0430\u043D\u0438\u044E",isTranslateTitle:"\u0412\u043A\u043B\u044E\u0447\u0438\u0442\u044C \u043F\u0435\u0440\u0435\u0432\u043E\u0434 \u0437\u0430\u0433\u043E\u043B\u043E\u0432\u043A\u043E\u0432 \u0441\u0442\u0440\u0430\u043D\u0438\u0446",isTranslateTitleDescription:"\u041F\u0440\u0438 \u043E\u0442\u043A\u0440\u044B\u0442\u0438\u0438 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u044B \u0435\u0435 \u0437\u0430\u0433\u043E\u043B\u043E\u0432\u043E\u043A \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0438\u0442\u0441\u044F",enableSearchEnhancement:"\u0412\u043A\u043B\u044E\u0447\u0435\u043D\u0438\u0435 \u0444\u0443\u043D\u043A\u0446\u0438\u0438 \u0440\u0430\u0441\u0448\u0438\u0440\u0435\u043D\u0438\u044F \u0434\u0432\u0443\u044F\u0437\u044B\u0447\u043D\u044B\u0445 \u0441\u043E\u043E\u0431\u0449\u0435\u043D\u0438\u0439",enableSearchEnhancementDescription:'\u041F\u043E\u0441\u043B\u0435 \u0432\u043A\u043B\u044E\u0447\u0435\u043D\u0438\u044F \u044D\u0442\u043E\u0439 \u0444\u0443\u043D\u043A\u0446\u0438\u0438 \u0440\u0435\u0437\u0443\u043B\u044C\u0442\u0430\u0442\u044B \u043F\u043E\u0438\u0441\u043A\u0430 "Google \u041D\u043E\u0432\u043E\u0441\u0442\u0438" \u0431\u0443\u0434\u0443\u0442 \u0430\u0432\u0442\u043E\u043C\u0430\u0442\u0438\u0447\u0435\u0441\u043A\u0438 \u043E\u0442\u043E\u0431\u0440\u0430\u0436\u0430\u0442\u044C\u0441\u044F \u0432 \u043F\u0440\u0430\u0432\u043E\u0439 \u043A\u043E\u043B\u043E\u043D\u043A\u0435 \u043F\u043E\u0434\u0434\u0435\u0440\u0436\u0438\u0432\u0430\u0435\u043C\u044B\u0445 \u0441\u0430\u0439\u0442\u043E\u0432 (Google \u041D\u043E\u0432\u043E\u0441\u0442\u0438, Google \u041F\u043E\u0438\u0441\u043A (\u043D\u0435\u043A\u043E\u0442\u043E\u0440\u044B\u0435 \u043A\u043B\u044E\u0447\u0435\u0432\u044B\u0435 \u0441\u043B\u043E\u0432\u0430), Snowball, Oriental Fortune, Futura, Tiger Community) \u0434\u043B\u044F \u0441\u043E\u043E\u0442\u0432\u0435\u0442\u0441\u0442\u0432\u0443\u044E\u0449\u0438\u0445 \u0430\u043D\u0433\u043B\u0438\u0439\u0441\u043A\u0438\u0445 \u043A\u043B\u044E\u0447\u0435\u0432\u044B\u0445 \u0441\u043B\u043E\u0432.',verifyService:"\u041D\u0430\u0436\u043C\u0438\u0442\u0435 \u0437\u0434\u0435\u0441\u044C, \u0447\u0442\u043E\u0431\u044B \u043F\u0440\u043E\u0442\u0435\u0441\u0442\u0438\u0440\u043E\u0432\u0430\u0442\u044C \u0443\u0441\u043B\u0443\u0433\u0443",verified:"\u041F\u0440\u043E\u0432\u0435\u0440\u043A\u0430 \u0443\u0441\u043F\u0435\u0448\u043D\u043E\u0441\u0442\u0438","field.langs":"\u041F\u043E\u0434\u0434\u0435\u0440\u0436\u0438\u0432\u0430\u0435\u043C\u044B\u0435 \u043A\u043E\u0434\u044B \u044F\u0437\u044B\u043A\u043E\u0432","field.model":"\u043C\u043E\u0434\u0435\u043B\u0438\u0440\u043E\u0432\u0430\u043D\u0438\u0435","field.translationEngine":"\u043C\u0435\u0445\u0430\u043D\u0438\u0437\u043C \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430","field.limitPerMinute":"\u041C\u0430\u043A\u0441\u0438\u043C\u0430\u043B\u044C\u043D\u043E\u0435 \u043A\u043E\u043B\u0438\u0447\u0435\u0441\u0442\u0432\u043E \u0437\u0430\u043F\u0440\u043E\u0441\u043E\u0432 \u0432 \u043C\u0438\u043D\u0443\u0442\u0443","field.limitPerSecond":"\u041C\u0430\u043A\u0441\u0438\u043C\u0430\u043B\u044C\u043D\u043E\u0435 \u043A\u043E\u043B\u0438\u0447\u0435\u0441\u0442\u0432\u043E \u0437\u0430\u043F\u0440\u043E\u0441\u043E\u0432 \u0432 \u0441\u0435\u043A\u0443\u043D\u0434\u0443","field.maxTextLengthPerRequest":"\u041C\u0430\u043A\u0441\u0438\u043C\u0430\u043B\u044C\u043D\u0430\u044F \u0434\u043B\u0438\u043D\u0430 \u0442\u0435\u043A\u0441\u0442\u0430 \u0432 \u043E\u0434\u043D\u043E\u043C \u0437\u0430\u043F\u0440\u043E\u0441\u0435","field.maxTextGroupLengthPerRequest":"\u041C\u0430\u043A\u0441\u0438\u043C\u0430\u043B\u044C\u043D\u043E\u0435 \u043A\u043E\u043B\u0438\u0447\u0435\u0441\u0442\u0432\u043E \u043F\u0430\u0440\u0430\u0433\u0440\u0430\u0444\u043E\u0432 \u0432 \u043E\u0434\u043D\u043E\u043C \u0437\u0430\u043F\u0440\u043E\u0441\u0435","field.apiUrl":"\u0410\u0434\u0440\u0435\u0441 \u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u0435\u043B\u044C\u0441\u043A\u043E\u0433\u043E \u0438\u043D\u0442\u0435\u0440\u0444\u0435\u0439\u0441\u0430 API","field.placeholderDelimiters":"\u0437\u0430\u0440\u0435\u0437\u0435\u0440\u0432\u0438\u0440\u043E\u0432\u0430\u043D\u043D\u043E\u0435 \u043C\u0435\u0441\u0442\u043E","description.custom":"\u0414\u043E\u0441\u0442\u0443\u043F \u043A \u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u0435\u043B\u044C\u0441\u043A\u043E\u043C\u0443 \u0438\u043D\u0442\u0435\u0440\u0444\u0435\u0439\u0441\u0443 \u0422\u0440\u0435\u0431\u0443\u0435\u0442\u0441\u044F \u0434\u043E\u043A\u0443\u043C\u0435\u043D\u0442\u0430\u0446\u0438\u044F","description.limitPerMinute":"\u0417\u0430\u043F\u0440\u043E\u0441\u044B, \u043F\u0440\u0435\u0432\u044B\u0448\u0430\u044E\u0449\u0438\u0435 \u044D\u0442\u043E\u0442 \u043B\u0438\u043C\u0438\u0442, \u043F\u043E\u043F\u0430\u0434\u0430\u044E\u0442 \u0432 \u043E\u0447\u0435\u0440\u0435\u0434\u044C \u0434\u043E \u043D\u0430\u0447\u0430\u043B\u0430 \u0441\u043B\u0435\u0434\u0443\u044E\u0449\u0435\u0439 \u043C\u0438\u043D\u0443\u0442\u044B. \u0412 \u0441\u0432\u044F\u0437\u0438 \u0441 \u0440\u0430\u0437\u043B\u0438\u0447\u043D\u044B\u043C\u0438 \u043E\u0433\u0440\u0430\u043D\u0438\u0447\u0435\u043D\u0438\u044F\u043C\u0438 \u0442\u0435\u043A\u0443\u0449\u0435\u0433\u043E \u0441\u0435\u0440\u0432\u0438\u0441\u0430 OpenAI, \u043F\u043E\u0441\u043B\u0435\u0434\u043D\u0438\u0435 \u043F\u0440\u0435\u0434\u043B\u0430\u0433\u0430\u0435\u043C\u044B\u0435 \u0437\u043D\u0430\u0447\u0435\u043D\u0438\u044F \u043C\u043E\u0436\u043D\u043E \u043F\u043E\u0441\u043C\u043E\u0442\u0440\u0435\u0442\u044C <1>\u0437\u0434\u0435\u0441\u044C","description.limitPerSecond":"\u0417\u0430\u043F\u0440\u043E\u0441\u044B, \u043F\u0440\u0435\u0432\u044B\u0448\u0430\u044E\u0449\u0438\u0435 \u044D\u0442\u043E\u0442 \u043B\u0438\u043C\u0438\u0442, \u043F\u043E\u043F\u0430\u0434\u0430\u044E\u0442 \u0432 \u043E\u0447\u0435\u0440\u0435\u0434\u044C \u0434\u043E \u043D\u0430\u0447\u0430\u043B\u0430 \u0441\u043B\u0435\u0434\u0443\u044E\u0449\u0435\u0439 \u0441\u0435\u043A\u0443\u043D\u0434\u044B. \u0412 \u0441\u0432\u044F\u0437\u0438 \u0441 \u0440\u0430\u0437\u043B\u0438\u0447\u043D\u044B\u043C\u0438 \u043E\u0433\u0440\u0430\u043D\u0438\u0447\u0435\u043D\u0438\u044F\u043C\u0438 \u0442\u0435\u043A\u0443\u0449\u0435\u0433\u043E \u0441\u0435\u0440\u0432\u0438\u0441\u0430 OpenAI, \u043F\u043E\u0441\u043B\u0435\u0434\u043D\u0438\u0435 \u043F\u0440\u0435\u0434\u043B\u0430\u0433\u0430\u0435\u043C\u044B\u0435 \u0437\u043D\u0430\u0447\u0435\u043D\u0438\u044F \u043C\u043E\u0436\u043D\u043E \u043F\u043E\u0441\u043C\u043E\u0442\u0440\u0435\u0442\u044C <1>\u0437\u0434\u0435\u0441\u044C","description.generalLimitPerSecond":"\u0417\u0430\u043F\u0440\u043E\u0441\u044B, \u043F\u0440\u0435\u0432\u044B\u0448\u0430\u044E\u0449\u0438\u0435 \u044D\u0442\u043E\u0442 \u043B\u0438\u043C\u0438\u0442, \u043F\u043E\u043F\u0430\u0434\u0430\u044E\u0442 \u0432 \u043E\u0447\u0435\u0440\u0435\u0434\u044C \u0434\u043E \u043D\u0430\u0447\u0430\u043B\u0430 \u0441\u043B\u0435\u0434\u0443\u044E\u0449\u0435\u0439 \u0441\u0435\u043A\u0443\u043D\u0434\u044B.","description.prompt":"\u041E\u0442\u043F\u0440\u0430\u0432\u0438\u0442\u044C \u0434\u0438\u0430\u043B\u043E\u0433 {service} \u043E\u0442 \u0438\u043C\u0435\u043D\u0438 \u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u0435\u043B\u044F, \u0433\u0434\u0435 {{text}} \u043E\u0431\u043E\u0437\u043D\u0430\u0447\u0430\u0435\u0442 \u0442\u0435\u043A\u0441\u0442 \u043F\u0430\u0440\u0430\u0433\u0440\u0430\u0444\u0430, {{from}} \u043E\u0431\u043E\u0437\u043D\u0430\u0447\u0430\u0435\u0442 \u044F\u0437\u044B\u043A \u043F\u0430\u0440\u0430\u0433\u0440\u0430\u0444\u0430, \u0430 {{to}} \u043E\u0431\u043E\u0437\u043D\u0430\u0447\u0430\u0435\u0442 \u0446\u0435\u043B\u0435\u0432\u043E\u0439 \u044F\u0437\u044B\u043A.","description.maxTextLengthPerRequest":"\u041C\u0430\u043A\u0441\u0438\u043C\u0430\u043B\u044C\u043D\u043E\u0435 \u043A\u043E\u043B\u0438\u0447\u0435\u0441\u0442\u0432\u043E \u0441\u0438\u043C\u0432\u043E\u043B\u043E\u0432 \u0432 \u043E\u0434\u043D\u043E\u043C \u0437\u0430\u043F\u0440\u043E\u0441\u0435 \u0441\u043B\u0438\u0448\u043A\u043E\u043C \u0432\u0435\u043B\u0438\u043A\u043E, \u0447\u0442\u043E \u043F\u0440\u0438\u0432\u043E\u0434\u0438\u0442 \u043A \u043C\u0435\u0434\u043B\u0435\u043D\u043D\u043E\u043C\u0443 \u043E\u0442\u043A\u043B\u0438\u043A\u0443 \u0438\u043D\u0442\u0435\u0440\u0444\u0435\u0439\u0441\u0430, \u043F\u043E\u044D\u0442\u043E\u043C\u0443 \u043F\u043E\u043F\u0440\u043E\u0431\u0443\u0439\u0442\u0435 \u043E\u0442\u0440\u0435\u0433\u0443\u043B\u0438\u0440\u043E\u0432\u0430\u0442\u044C \u044D\u0442\u043E\u0442 \u043F\u0430\u0440\u0430\u043C\u0435\u0442\u0440 \u0434\u043B\u044F \u043E\u043F\u0442\u0438\u043C\u0438\u0437\u0430\u0446\u0438\u0438 \u0441\u043A\u043E\u0440\u043E\u0441\u0442\u0438 \u0440\u0430\u0431\u043E\u0442\u044B","description.systemPrompt":"\u0414\u0438\u0430\u043B\u043E\u0433, \u043F\u0435\u0440\u0435\u0434\u0430\u043D\u043D\u044B\u0439 \u0432 OpenAI \u043A\u0430\u043A \u0432 \u0441\u0438\u0441\u0442\u0435\u043C\u0443, \u0433\u0434\u0435 {{text}} \u0443\u043A\u0430\u0437\u044B\u0432\u0430\u0435\u0442 \u043D\u0430 \u0442\u0435\u043A\u0441\u0442\u043E\u0432\u043E\u0435 \u0441\u043E\u0434\u0435\u0440\u0436\u0430\u043D\u0438\u0435 \u0430\u0431\u0437\u0430\u0446\u0430,{{from}} - \u043D\u0430 \u044F\u0437\u044B\u043A \u0430\u0431\u0437\u0430\u0446\u0430, \u0430{{to}} - \u043D\u0430 \u0446\u0435\u043B\u0435\u0432\u043E\u0439 \u044F\u0437\u044B\u043A.","field.domain":"\u0446\u0430\u0440\u0441\u0442\u0432\u043E","description.domain":"\u041F\u043E \u0443\u043C\u043E\u043B\u0447\u0430\u043D\u0438\u044E \u0443\u0441\u0442\u0430\u043D\u043E\u0432\u043B\u0435\u043D\u043E \u0437\u043D\u0430\u0447\u0435\u043D\u0438\u0435\uFF1Ageneral. \u041C\u043E\u0436\u0435\u0442 \u0431\u044B\u0442\u044C \u0443\u0441\u0442\u0430\u043D\u043E\u0432\u043B\u0435\u043D\u043E \u0442\u043E\u043B\u044C\u043A\u043E \u0432 \u0442\u043E\u043C \u0441\u043B\u0443\u0447\u0430\u0435, \u0435\u0441\u043B\u0438 \u0432 \u043A\u043E\u043D\u0441\u043E\u043B\u0438 Arima API \u0432\u043A\u043B\u044E\u0447\u0435\u043D \u0434\u043E\u043C\u0435\u043D\u043D\u044B\u0439 \u043F\u0435\u0440\u0435\u0432\u043E\u0434, \u043F\u043E\u0434\u0434\u0435\u0440\u0436\u0438\u0432\u0430\u0435\u043C\u044B\u0435 \u0434\u043E\u043C\u0435\u043D\u044B \u0441\u043C. <1>\u0437\u0434\u0435\u0441\u044C","field.scene":"\u0432\u0437\u044F\u0442\u044C","description.scene":"\u041F\u043E \u0443\u043C\u043E\u043B\u0447\u0430\u043D\u0438\u044E \u0443\u0441\u0442\u0430\u043D\u043E\u0432\u043B\u0435\u043D\u043E \u0437\u043D\u0430\u0447\u0435\u043D\u0438\u0435\uFF1Ageneral. \u041C\u043E\u0436\u0435\u0442 \u0431\u044B\u0442\u044C \u0443\u0441\u0442\u0430\u043D\u043E\u0432\u043B\u0435\u043D\u043E \u0442\u043E\u043B\u044C\u043A\u043E \u0432 \u0442\u043E\u043C \u0441\u043B\u0443\u0447\u0430\u0435, \u0435\u0441\u043B\u0438 \u0432 \u043A\u043E\u043D\u0441\u043E\u043B\u0438 AliCloud API \u043E\u0442\u043A\u0440\u044B\u0442 Machine Translation Pro, \u043E \u043F\u043E\u0434\u0434\u0435\u0440\u0436\u0438\u0432\u0430\u0435\u043C\u044B\u0445 \u0441\u0446\u0435\u043D\u0430\u0440\u0438\u044F\u0445 \u0441\u043C. <1>\u0437\u0434\u0435\u0441\u044C","field.vocabId":"\u0418\u0434\u0435\u043D\u0442\u0438\u0444\u0438\u043A\u0430\u0442\u043E\u0440 \u0441\u043B\u043E\u0432\u0430\u0440\u044F \u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u0435\u043B\u044F","description.vocabId":"\u0423\u043A\u0430\u0437\u0430\u043D\u043D\u044B\u0439 \u0441\u043B\u043E\u0432\u0430\u0440\u044C out_id, \u0432 \u043D\u0430\u0441\u0442\u043E\u044F\u0449\u0435\u0435 \u0432\u0440\u0435\u043C\u044F \u043F\u043E\u0434\u0434\u0435\u0440\u0436\u0438\u0432\u0430\u0435\u0442 \u043F\u0435\u0440\u0435\u0432\u043E\u0434 \u0441 \u0430\u043D\u0433\u043B\u0438\u0439\u0441\u043A\u043E\u0433\u043E \u043D\u0430 \u043A\u0438\u0442\u0430\u0439\u0441\u043A\u0438\u0439.","description.model":"\u041C\u043E\u0434\u0435\u043B\u0438 OpenAI, \u043C\u043E\u0433\u0443\u0442 \u0431\u044B\u0442\u044C gpt-3.5-turbo, gpt-4 \u0438 \u0442.\u0434.","description.maxTextGroupLengthPerRequest":"\u041A\u043E\u043B\u0438\u0447\u0435\u0441\u0442\u0432\u043E \u0430\u0431\u0437\u0430\u0446\u0435\u0432, \u043F\u0435\u0440\u0435\u0434\u0430\u0432\u0430\u0435\u043C\u044B\u0445 \u0441\u043B\u0443\u0436\u0431\u0435 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430 \u0437\u0430 \u043E\u0434\u0438\u043D \u0440\u0430\u0437, \u0435\u0441\u043B\u0438 \u0438\u0445 \u0441\u043B\u0438\u0448\u043A\u043E\u043C \u043C\u043D\u043E\u0433\u043E, \u044D\u0442\u043E \u043C\u043E\u0436\u0435\u0442 \u043F\u0440\u0438\u0432\u0435\u0441\u0442\u0438 \u043A \u0437\u0430\u043C\u0435\u0434\u043B\u0435\u043D\u0438\u044E \u0440\u0435\u0430\u043A\u0446\u0438\u0438 \u0438\u043D\u0442\u0435\u0440\u0444\u0435\u0439\u0441\u0430","description.apiUrl":"\u041F\u043E\u0436\u0430\u043B\u0443\u0439\u0441\u0442\u0430, \u0434\u043E\u0431\u0430\u0432\u044C\u0442\u0435 \u043A\u043E\u043D\u043A\u0440\u0435\u0442\u043D\u044B\u0435 URL \u0441 \u043F\u0443\u0442\u044F\u043C\u0438, <1>\u0431\u043E\u043B\u0435\u0435 \u043F\u043E\u0434\u0440\u043E\u0431\u043D\u043E\u0435 \u043E\u043F\u0438\u0441\u0430\u043D\u0438\u0435",enabledExtension:"\u0412\u043A\u043B\u044E\u0447\u0435\u043D\u0438\u0435 \u0440\u0430\u0441\u0448\u0438\u0440\u0435\u043D\u0438\u0439",clickToDisableExtension:"\u041D\u0430\u0436\u043C\u0438\u0442\u0435 \u0434\u043B\u044F \u043E\u0442\u043A\u043B\u044E\u0447\u0435\u043D\u0438\u044F \u0440\u0430\u0441\u0448\u0438\u0440\u0435\u043D\u0438\u0439",clickToEnableExtension:"\u041D\u0430\u0436\u043C\u0438\u0442\u0435 \u0434\u043B\u044F \u0432\u043A\u043B\u044E\u0447\u0435\u043D\u0438\u044F \u0440\u0430\u0441\u0448\u0438\u0440\u0435\u043D\u0438\u0439",hasBeenDisabled:"\u043E\u0442\u043A\u043B\u044E\u0447\u0435\u043D\u043E","show password":"\u041F\u043E\u043A\u0430\u0437\u0430\u0442\u044C \u043F\u0430\u0440\u043E\u043B\u044C",customContent:"\u0412\u0432\u0435\u0434\u0438\u0442\u0435 \u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u0435\u043B\u044C\u0441\u043A\u043E\u0435 \u0438\u043C\u044F \u043C\u043E\u0434\u0435\u043B\u0438",inputOptions:"\u0423\u0441\u043E\u0432\u0435\u0440\u0448\u0435\u043D\u0441\u0442\u0432\u043E\u0432\u0430\u043D\u0438\u0435 \u0431\u043B\u043E\u043A\u0430 \u0432\u0432\u043E\u0434\u0430",mouseHoverOptions:"\u043D\u0430\u0432\u0435\u0434\u0435\u043D\u0438\u0435 \u043C\u044B\u0448\u0438",modifyMouseHoverKey:"\u0418\u0437\u043C\u0435\u043D\u0435\u043D\u0438\u0435 \u044F\u0440\u043B\u044B\u043A\u0430 \u043D\u0430\u0432\u0435\u0434\u0435\u043D\u0438\u044F \u043C\u044B\u0448\u0438",enableInputTranslation:"\u0412\u043A\u043B\u044E\u0447\u0430\u0442\u044C \u043B\u0438 \u0440\u0430\u0441\u0448\u0438\u0440\u0435\u043D\u0438\u0435 \u043F\u043E\u043B\u044F \u0432\u0432\u043E\u0434\u0430",enableInputTranslationDescription:"\u041F\u043E\u0441\u043B\u0435 \u0432\u043A\u043B\u044E\u0447\u0435\u043D\u0438\u044F \u0432\u0432\u0435\u0434\u0438\u0442\u0435 {startingKey}{startingKey} hello \u043F\u0440\u044F\u043C\u043E \u0432 \u043F\u043E\u043B\u0435 \u0432\u0432\u043E\u0434\u0430, \u0437\u0430\u0442\u0435\u043C \u0431\u044B\u0441\u0442\u0440\u043E \u043D\u0430\u0431\u0435\u0440\u0438\u0442\u0435{inputTrailingTriggerKeyRepeatTimes}\u0440\u0430\u0437{trailingKey}, \u0447\u0442\u043E\u0431\u044B \u043F\u0435\u0440\u0435\u0432\u0435\u0441\u0442\u0438 \u043D\u0430 {inputTargetLanguage}.",enableInputTranslationDescriptionForNoneKey:"\u041F\u043E\u0441\u043B\u0435 \u0432\u043A\u043B\u044E\u0447\u0435\u043D\u0438\u044F \u044D\u0442\u043E\u0439 \u0444\u0443\u043D\u043A\u0446\u0438\u0438 \u0432\u0432\u0435\u0434\u0438\u0442\u0435\uFF1AHello World \u043D\u0435\u043F\u043E\u0441\u0440\u0435\u0434\u0441\u0442\u0432\u0435\u043D\u043D\u043E \u0432 \u043F\u043E\u043B\u0435 \u0432\u0432\u043E\u0434\u0430, \u0430 \u0437\u0430\u0442\u0435\u043C \u0431\u044B\u0441\u0442\u0440\u043E \u043D\u0430\u0436\u043C\u0438\u0442\u0435{inputTrailingTriggerKeyRepeatTimes}{trailingKey}\u0440\u0430\u0437 \u0434\u043B\u044F \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430 \u043D\u0430 \u0446\u0435\u043B\u0435\u0432\u043E\u0439 \u044F\u0437\u044B\u043A \u043F\u043E \u0443\u043C\u043E\u043B\u0447\u0430\u043D\u0438\u044E.",inputTargetLanguage:"\u0423\u0441\u0442\u0430\u043D\u043E\u0432\u043A\u0430 \u0446\u0435\u043B\u0435\u0432\u043E\u0433\u043E \u044F\u0437\u044B\u043A\u0430 \u043F\u043E \u0443\u043C\u043E\u043B\u0447\u0430\u043D\u0438\u044E \u0434\u043B\u044F \u043E\u043A\u043E\u043D \u0432\u0432\u043E\u0434\u0430",inputTargetLanguageDescription:"\u0426\u0435\u043B\u0435\u0432\u043E\u0439 \u044F\u0437\u044B\u043A \u043F\u043E \u0443\u043C\u043E\u043B\u0447\u0430\u043D\u0438\u044E \u0434\u043B\u044F \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430 \u043E\u043A\u043D\u0430 \u0432\u0432\u043E\u0434\u0430, \u0442.\u0435. {startingKey}{startingKey} \u043A\u0430\u043A \u044F\u0437\u044B\u043A \u043F\u043E \u0443\u043C\u043E\u043B\u0447\u0430\u043D\u0438\u044E \u0434\u043B\u044F \u0442\u0440\u0438\u0433\u0433\u0435\u0440\u043D\u044B\u0445 \u0441\u043B\u043E\u0432",inputTargetLanguageDescriptionForNoneKey:"\u0426\u0435\u043B\u0435\u0432\u043E\u0439 \u044F\u0437\u044B\u043A \u043F\u043E \u0443\u043C\u043E\u043B\u0447\u0430\u043D\u0438\u044E \u0434\u043B\u044F \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430 \u043F\u043E\u043B\u044F \u0432\u0432\u043E\u0434\u0430",inputStartingTriggerKeyTitle:"\u0423\u0441\u0442\u0430\u043D\u043E\u0432\u043A\u0430 \u0441\u0438\u043C\u0432\u043E\u043B\u0430 \u0440\u0430\u0437\u0434\u0435\u043B\u0435\u043D\u0438\u044F \u0434\u043B\u044F \u0447\u0430\u0441\u0442\u0438\u0447\u043D\u043E\u0433\u043E \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430 \u043F\u043E\u043B\u044F \u0432\u0432\u043E\u0434\u0430",inputStartingTriggerKeyDescription:"\u0415\u0441\u043B\u0438 \u043D\u0435\u0442 \u043D\u0435\u043E\u0431\u0445\u043E\u0434\u0438\u043C\u043E\u0441\u0442\u0438 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0438\u0442\u044C \u0432\u0441\u0435 \u043F\u043E\u043B\u0435 \u0432\u0432\u043E\u0434\u0430, \u0441\u043F\u043B\u0438\u0442\u0442\u0435\u0440 \u043F\u043E\u0437\u0432\u043E\u043B\u044F\u0435\u0442 \u043F\u0435\u0440\u0435\u0432\u0435\u0441\u0442\u0438 \u0442\u043E\u043B\u044C\u043A\u043E \u0447\u0430\u0441\u0442\u044C \u043E\u0442 {startingKey}{startingKey} \u0434\u043E \u043A\u043E\u043D\u0446\u0430 \u043F\u043E\u043B\u044F \u0432\u0432\u043E\u0434\u0430, \u0438\u043B\u0438 \u043C\u043E\u0436\u043D\u043E \u0443\u043A\u0430\u0437\u0430\u0442\u044C \u043A\u043E\u0434 \u044F\u0437\u044B\u043A\u0430, \u043D\u0430\u043F\u0440\u0438\u043C\u0435\u0440,\uFF1A{startingKey}ja \u043E\u0437\u043D\u0430\u0447\u0430\u0435\u0442 \u043F\u0435\u0440\u0435\u0432\u043E\u0434 \u0442\u043E\u043B\u044C\u043A\u043E \u0447\u0430\u0441\u0442\u0438 \u043E\u0442 {startingKey}ja \u0434\u043E \u043A\u043E\u043D\u0446\u0430 \u043F\u043E\u043B\u044F \u0432\u0432\u043E\u0434\u0430.",inputStartingTriggerKeyDescriptionForNoneKey:"\u0422\u0435\u043A\u0443\u0449\u0430\u044F \u043D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0430 \u043E\u0442\u0441\u0443\u0442\u0441\u0442\u0432\u0438\u044F \u043F\u0440\u0435\u0444\u0438\u043A\u0441\u0430 \u043D\u0435 \u043D\u0443\u0436\u043D\u0430, \u0438 \u0444\u0443\u043D\u043A\u0446\u0438\u044F \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430 \u043D\u0435\u043A\u043E\u0442\u043E\u0440\u044B\u0445 \u0442\u0435\u043A\u0441\u0442\u043E\u0432 \u0432 \u043E\u043A\u043D\u0435 \u0432\u0432\u043E\u0434\u0430 \u043F\u043E\u043A\u0430 \u043D\u0435 \u043C\u043E\u0436\u0435\u0442 \u0431\u044B\u0442\u044C \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u043D\u0430.",inputTrailingTriggerKeyTitle:"\u0412\u044B\u0431\u0435\u0440\u0438\u0442\u0435 \u0441\u0438\u043C\u0432\u043E\u043B \u043E\u043A\u043E\u043D\u0447\u0430\u043D\u0438\u044F \u0432\u0432\u043E\u0434\u0430",inputTrailingTriggerKeyDescription:"3 \u0431\u044B\u0441\u0442\u0440\u044B\u0445 \u0443\u0434\u0430\u0440\u0430{trailingKey} \u043D\u0430\u0447\u043D\u0435\u0442 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0438\u0442\u044C!",inputTrailingTriggerKeyTimeout:"\u0412\u0432\u0435\u0434\u0438\u0442\u0435 \u0432\u0440\u0435\u043C\u044F \u043C\u0435\u0436\u0434\u0443 \u0441\u0440\u0430\u0431\u0430\u0442\u044B\u0432\u0430\u043D\u0438\u044F\u043C\u0438 \u0432 \u043A\u043E\u043D\u0446\u0435 \u0431\u043E\u044F",inputTrailingTriggerKeyTimeoutDescription:"\u0423\u0441\u0442\u0430\u043D\u0430\u0432\u043B\u0438\u0432\u0430\u0435\u0442 \u0432\u0440\u0435\u043C\u044F (\u0432 \u043C\u0438\u043B\u043B\u0438\u0441\u0435\u043A\u0443\u043D\u0434\u0430\u0445) \u043C\u0435\u0436\u0434\u0443 \u0441\u0440\u0430\u0431\u0430\u0442\u044B\u0432\u0430\u043D\u0438\u044F\u043C\u0438 \u043A\u043E\u043C\u0431\u0438\u043D\u0438\u0440\u043E\u0432\u0430\u043D\u043D\u044B\u0445 \u0443\u0441\u0442\u0440\u043E\u0439\u0441\u0442\u0432 \u043E\u043A\u043E\u043D\u0447\u0430\u043D\u0438\u044F \u0432\u0432\u043E\u0434\u0430",spaceKey:"<\u7A7A\u683C\u952E>",noneKey:"\u041F\u0440\u044F\u043C\u043E\u0439 \u043F\u0435\u0440\u0435\u0432\u043E\u0434 \u0432\u0441\u0435\u0433\u043E \u0442\u0435\u043A\u0441\u0442\u043E\u0432\u043E\u0433\u043E \u043F\u043E\u043B\u044F \u0431\u0435\u0437 \u043F\u0440\u0435\u0444\u0438\u043A\u0441\u043E\u0432",inputTranslationBlockUrlsTitle:"\u041D\u0435 \u0432\u043A\u043B\u044E\u0447\u0430\u0439\u0442\u0435 \u0440\u0430\u0441\u0448\u0438\u0440\u0435\u043D\u0438\u0435 \u043F\u043E\u043B\u044F \u0432\u0432\u043E\u0434\u0430 \u0432 \u0441\u043B\u0435\u0434\u0443\u044E\u0449\u0438\u0445 URL-\u0430\u0434\u0440\u0435\u0441\u0430\u0445",inputTranslationBlockUrlsDescription:"\u0423\u0441\u043E\u0432\u0435\u0440\u0448\u0435\u043D\u0441\u0442\u0432\u043E\u0432\u0430\u043D\u0438\u044F \u043F\u043E\u043B\u044F \u0432\u0432\u043E\u0434\u0430 \u043D\u0435 \u0431\u0443\u0434\u0443\u0442 \u0440\u0430\u0431\u043E\u0442\u0430\u0442\u044C \u043D\u0430 \u0441\u043B\u0435\u0434\u0443\u044E\u0449\u0438\u0445 URL-\u0430\u0434\u0440\u0435\u0441\u0430\u0445",clickToSeeQuickDemo:"\u041D\u0430\u0436\u043C\u0438\u0442\u0435, \u0447\u0442\u043E\u0431\u044B \u0440\u0430\u0437\u0432\u0435\u0440\u043D\u0443\u0442\u044C 30-\u0441\u0435\u043A\u0443\u043D\u0434\u043D\u044B\u0439 \u043E\u0431\u0443\u0447\u0430\u044E\u0449\u0438\u0439 \u0432\u0438\u0434\u0435\u043E\u0440\u043E\u043B\u0438\u043A",inputHelperInfo:"\u041E\u043F\u0438\u0441\u0430\u043D\u0438\u0435\uFF1A\u041C\u044B \u043E\u043F\u0442\u0438\u043C\u0438\u0437\u0438\u0440\u043E\u0432\u0430\u043B\u0438 \u0440\u0430\u0431\u043E\u0442\u0443 \u0441 \u0442\u0435\u043C, \u0447\u0442\u043E \u043D\u0435\u043A\u043E\u0442\u043E\u0440\u044B\u0435 \u0442\u0440\u0438\u0433\u0433\u0435\u0440\u043D\u044B\u0435 \u0441\u0438\u043C\u0432\u043E\u043B\u044B \u043F\u0440\u0435\u0432\u0440\u0430\u0449\u0430\u044E\u0442\u0441\u044F \u0432 \u043A\u0438\u0442\u0430\u0439\u0441\u043A\u0438\u0435 \u0437\u043D\u0430\u043A\u0438 \u043F\u0440\u0435\u043F\u0438\u043D\u0430\u043D\u0438\u044F \u043F\u0440\u0438 \u043A\u0438\u0442\u0430\u0439\u0441\u043A\u0438\u0445 \u043C\u0435\u0442\u043E\u0434\u0430\u0445 \u0432\u0432\u043E\u0434\u0430, \u043D\u0430\u043F\u0440\u0438\u043C\u0435\u0440, / \u043F\u0440\u0435\u0432\u0440\u0430\u0449\u0430\u0435\u0442\u0441\u044F \u0432 \u0437\u043D\u0430\u043A dun , \u043F\u0440\u0438 \u043C\u0435\u0442\u043E\u0434\u0435 \u0432\u0432\u043E\u0434\u0430 Sogou, \u0438 Immersive Translator \u043F\u043E\u0434\u0434\u0435\u0440\u0436\u0438\u0432\u0430\u0435\u0442 \u0432\u0441\u0435 \u043A\u0438\u0442\u0430\u0439\u0441\u043A\u0438\u0435 \u0441\u0438\u043C\u0432\u043E\u043B\u044B, \u0441\u043E\u043E\u0442\u0432\u0435\u0442\u0441\u0442\u0432\u0443\u044E\u0449\u0438\u0435 \u0442\u0440\u0438\u0433\u0433\u0435\u0440\u043D\u044B\u043C \u0441\u0438\u043C\u0432\u043E\u043B\u0430\u043C, \u0442.\u0435. //,,, \u0431\u0443\u0434\u0443\u0442 \u0440\u0430\u0441\u043F\u043E\u0437\u043D\u0430\u0432\u0430\u0442\u044C\u0441\u044F \u043A\u0430\u043A \u0442\u0440\u0438\u0433\u0433\u0435\u0440\u043D\u044B\u0435 \u0441\u0438\u043C\u0432\u043E\u043B\u044B.

\u041C\u044B \u0442\u0430\u043A\u0436\u0435 \u043F\u043E\u0434\u0434\u0435\u0440\u0436\u0438\u0432\u0430\u0435\u043C \u043A\u0438\u0442\u0430\u0439\u0441\u043A\u0438\u0435 \u043F\u0441\u0435\u0432\u0434\u043E\u043D\u0438\u043C\u044B \u0434\u043B\u044F \u044F\u0437\u044B\u043A\u043E\u0432\u044B\u0445 \u043A\u043E\u0434\u043E\u0432 \u0432 \u043A\u0430\u0447\u0435\u0441\u0442\u0432\u0435 \u043A\u043E\u043C\u0430\u043D\u0434, \u043D\u0430\u043F\u0440\u0438\u043C\u0435\u0440, /Japanese Hello World \u0431\u0443\u0434\u0435\u0442 \u043F\u0435\u0440\u0435\u0432\u0435\u0434\u0435\u043D \u043D\u0430 \u044F\u043F\u043E\u043D\u0441\u043A\u0438\u0439 \u044F\u0437\u044B\u043A, <1>\u043D\u0430\u0436\u043C\u0438\u0442\u0435 \u0437\u0434\u0435\u0441\u044C, \u0447\u0442\u043E\u0431\u044B \u043F\u043E\u0441\u043C\u043E\u0442\u0440\u0435\u0442\u044C \u0432\u0441\u0435 \u043F\u043E\u0434\u0434\u0435\u0440\u0436\u0438\u0432\u0430\u0435\u043C\u044B\u0435 \u044F\u0437\u044B\u043A\u043E\u0432\u044B\u0435 \u043A\u043E\u0434\u044B.",reloadCurrentPage:"\u041F\u0435\u0440\u0435\u0434 \u043D\u0430\u0447\u0430\u043B\u043E\u043C \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430 \u043E\u0431\u043D\u043E\u0432\u0438\u0442\u0435 \u0442\u0435\u043A\u0443\u0449\u0443\u044E \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u0443.",noLocalFilePermissionForPDF:"\u0423 \u0432\u0430\u0441 \u043D\u0435\u0442 \u043F\u0440\u0430\u0432 \u043D\u0430 \u0447\u0442\u0435\u043D\u0438\u0435 \u043B\u043E\u043A\u0430\u043B\u044C\u043D\u044B\u0445 \u0444\u0430\u0439\u043B\u043E\u0432, \u043F\u043E\u0436\u0430\u043B\u0443\u0439\u0441\u0442\u0430, \u043D\u0430\u0436\u043C\u0438\u0442\u0435 \u043A\u043D\u043E\u043F\u043A\u0443 \u0432\u044B\u0448\u0435, \u0430 \u0437\u0430\u0442\u0435\u043C \u0438\u043C\u043F\u043E\u0440\u0442\u0438\u0440\u0443\u0439\u0442\u0435 \u043B\u043E\u043A\u0430\u043B\u044C\u043D\u044B\u0435 \u0444\u0430\u0439\u043B\u044B.",noPermissionForThisPage:"\u26A0\uFE0F \u041D\u0435\u0442 \u0440\u0430\u0437\u0440\u0435\u0448\u0435\u043D\u0438\u044F \u043D\u0430 \u043F\u0435\u0440\u0435\u0432\u043E\u0434 \u0442\u0435\u043A\u0443\u0449\u0435\u0439 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u044B",retryAllParagraphs:"\u041F\u043E\u0432\u0442\u043E\u0440\u043D\u043E\u0435 \u0432\u044B\u043F\u043E\u043B\u043D\u0435\u043D\u0438\u0435 \u0432\u0441\u0435\u0445 \u043E\u0448\u0438\u0431\u043E\u0447\u043D\u044B\u0445 \u043F\u0435\u0440\u0435\u0445\u043E\u0434\u043E\u0432",retryAllButton:"\u041F\u043E\u0432\u0442\u043E\u0440\u043D\u043E\u0435 \u0432\u044B\u043F\u043E\u043B\u043D\u0435\u043D\u0438\u0435 \u0432\u0441\u0435\u0445 \u043E\u0448\u0438\u0431\u043E\u0447\u043D\u044B\u0445 \u043F\u0435\u0440\u0435\u0445\u043E\u0434\u043E\u0432",errorTooltipTitle:"\u0429\u0435\u043B\u043A\u043D\u0438\u0442\u0435, \u0447\u0442\u043E\u0431\u044B \u0443\u0432\u0438\u0434\u0435\u0442\u044C \u043F\u0440\u0438\u0447\u0438\u043D\u0443 \u043E\u0448\u0438\u0431\u043A\u0438",errorModalTitle:"\u041F\u043E\u0445\u043E\u0436\u0435, \u0447\u0442\u043E-\u0442\u043E \u043D\u0435 \u0442\u0430\u043A \u0441\u043E \u0441\u043B\u0443\u0436\u0431\u043E\u0439 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430 \u0438\u043B\u0438 \u0441\u0435\u0442\u044C\u044E...",disableConfirm:"\u0414\u0432\u0443\u044F\u0437\u044B\u0447\u043D\u0430\u044F \u0443\u0441\u0442\u0430\u043D\u043E\u0432\u043A\u0430 \u0434\u043B\u044F \u0440\u0430\u0441\u0448\u0438\u0440\u0435\u043D\u0438\u044F \u0438\u043D\u0444\u043E\u0440\u043C\u0430\u0446\u0438\u0438",disableOnce:"\u042D\u0442\u0430 \u0438\u043D\u0432\u0430\u043B\u0438\u0434\u043D\u043E\u0441\u0442\u044C",disableGlobal:"\u043E\u0442\u043A\u043B\u044E\u0447\u0438\u0442\u044C \u043D\u0430\u0432\u0441\u0435\u0433\u0434\u0430",disableTint:"* \u0412\u044B \u043C\u043E\u0436\u0435\u0442\u0435 \u043F\u043E\u0432\u0442\u043E\u0440\u043D\u043E \u0432\u043A\u043B\u044E\u0447\u0438\u0442\u044C \u0435\u0433\u043E \u043D\u0430 \u0441\u0430\u0439\u0442\u0435 {option} .",searchEnhancementNotes:"\u041C\u044B \u043E\u0431\u043D\u0430\u0440\u0443\u0436\u0438\u043B\u0438, \u0447\u0442\u043E \u0440\u0435\u0437\u0443\u043B\u044C\u0442\u0430\u0442\u044B \u043F\u043E\u0438\u0441\u043A\u0430 \u043D\u043E\u0432\u043E\u0441\u0442\u0435\u0439 \u043F\u043E \u043A\u043B\u044E\u0447\u0435\u0432\u044B\u043C \u0441\u043B\u043E\u0432\u0430\u043C \u043D\u0430 \u043A\u0438\u0442\u0430\u0439\u0441\u043A\u043E\u043C \u0438 \u0430\u043D\u0433\u043B\u0438\u0439\u0441\u043A\u043E\u043C \u044F\u0437\u044B\u043A\u0430\u0445 \u0441\u0438\u043B\u044C\u043D\u043E \u043E\u0442\u043B\u0438\u0447\u0430\u044E\u0442\u0441\u044F. \u041F\u043E\u0441\u043B\u0435 \u0432\u043A\u043B\u044E\u0447\u0435\u043D\u0438\u044F \u0444\u0443\u043D\u043A\u0446\u0438\u0438 Immersive Translation Bilingual Information Enhancement \u043C\u044B \u0431\u0443\u0434\u0435\u043C \u0430\u0432\u0442\u043E\u043C\u0430\u0442\u0438\u0447\u0435\u0441\u043A\u0438 \u0438\u0441\u043A\u0430\u0442\u044C \u0434\u043B\u044F \u0432\u0430\u0441 \u0442\u0435 \u0436\u0435 \u0441\u0430\u043C\u044B\u0435 \u043A\u043B\u044E\u0447\u0435\u0432\u044B\u0435 \u0441\u043B\u043E\u0432\u0430 \u043D\u0430 \u0430\u043D\u0433\u043B\u0438\u0439\u0441\u043A\u043E\u043C \u044F\u0437\u044B\u043A\u0435 \u043D\u0430 \u043F\u043E\u0434\u0434\u0435\u0440\u0436\u0438\u0432\u0430\u0435\u043C\u044B\u0445 \u0441\u0430\u0439\u0442\u0430\u0445 (Google News, Google Search (\u043D\u0435\u043A\u043E\u0442\u043E\u0440\u044B\u0435 \u043A\u043B\u044E\u0447\u0435\u0432\u044B\u0435 \u0441\u043B\u043E\u0432\u0430), Snowball, Oriental Wealth, Futura, Tiger) \u0438 \u043E\u0442\u043E\u0431\u0440\u0430\u0436\u0430\u0442\u044C \u0438\u0445 \u0432 \u043F\u0440\u0430\u0432\u043E\u0439 \u0447\u0430\u0441\u0442\u0438. \u0412\u044B \u043C\u043E\u0436\u0435\u0442\u0435 \u043E\u0442\u043A\u043B\u044E\u0447\u0438\u0442\u044C \u044D\u0442\u0443 \u0444\u0443\u043D\u043A\u0446\u0438\u044E, \u0435\u0441\u043B\u0438 \u043E\u043D\u0430 \u0432\u0430\u043C \u043D\u0435 \u043D\u0443\u0436\u043D\u0430.",option:"\u043D\u0430\u0441\u0442\u0440\u0430\u0438\u0432\u0430\u0442\u044C",saveSettings:"\u0421\u043E\u0445\u0440\u0430\u043D\u0438\u0442\u044C \u043D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0438",closeModal:"\u0417\u0430\u043A\u0440\u044B\u0442\u044C \u043E\u043A\u043D\u043E",enableInputTranslationWithoutTriggerKeyTitle:"\u0412\u043A\u043B\u044E\u0447\u0438\u0442\u0435 3 \u0431\u044B\u0441\u0442\u0440\u044B\u0445 \u043D\u0430\u0436\u0430\u0442\u0438\u044F \u043D\u0430{trailingKey}, \u0447\u0442\u043E\u0431\u044B \u043D\u0430\u043F\u0440\u044F\u043C\u0443\u044E \u043F\u0435\u0440\u0435\u0432\u0435\u0441\u0442\u0438 \u0432\u0441\u0435 \u043F\u043E\u043B\u0435 \u0432\u0432\u043E\u0434\u0430 \u043D\u0430{inputTargetLanguage}.",enableInputTranslationWithoutTriggerKeyDescription:"\u0427\u0442\u043E\u0431\u044B \u0443\u043A\u0430\u0437\u0430\u0442\u044C \u0446\u0435\u043B\u0435\u0432\u043E\u0439 \u044F\u0437\u044B\u043A, \u0434\u043E\u0431\u0430\u0432\u044C\u0442\u0435 \u043A \u043D\u0435\u043C\u0443 \u043A\u043E\u0434 \u044F\u0437\u044B\u043A\u0430, \u043D\u0430\u043F\u0440\u0438\u043C\u0435\u0440,\uFF1Aja Hello World",mouseHoverShortcutPlaceholder:"\u043D\u0430\u043F\u0440\u0438\u043C\u0435\u0440,\uFF1AShift",deepLProName:"Immersive Translation Pro Member (Recommended)",deepLProDescription:"\u0422\u0435\u043A\u0443\u0449\u0438\u0439 \u043F\u0430\u043A\u0435\u0442 \u043C\u043E\u0436\u0435\u0442 \u0431\u044B\u0442\u044C \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u043D \u043D\u0430\u043F\u0440\u044F\u043C\u0443\u044E",deeplProDescriptionForNormal:"\u041D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0430 \u043D\u0435 \u0442\u0440\u0435\u0431\u0443\u0435\u0442\u0441\u044F, \u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u0435\u043B\u0438 \u043C\u043E\u0433\u0443\u0442 \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u044C \u0435\u0433\u043E \u043F\u043E\u0441\u043B\u0435 \u0432\u0445\u043E\u0434\u0430 \u0432 \u0441\u0438\u0441\u0442\u0435\u043C\u0443, <1>\u043D\u0430\u0436\u043C\u0438\u0442\u0435 \u0437\u0434\u0435\u0441\u044C, \u0447\u0442\u043E\u0431\u044B \u043F\u0435\u0440\u0435\u0439\u0442\u0438 \u0432 \u043A\u0430\u0442\u0435\u0433\u043E\u0440\u0438\u044E \u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u0435\u043B\u0435\u0439",deepLCustomDescription:"\u0422\u0440\u0435\u0431\u0443\u0435\u0442\u0441\u044F \u0438\u043D\u043E\u0441\u0442\u0440\u0430\u043D\u043D\u0430\u044F \u043A\u0440\u0435\u0434\u0438\u0442\u043D\u0430\u044F \u043A\u0430\u0440\u0442\u0430, \u043E\u0444\u0438\u0446\u0438\u0430\u043B\u044C\u043D\u043E \u043E\u0442\u043A\u0440\u044B\u0442\u0430 \u043D\u0430 \u0441\u0430\u0439\u0442\u0435 <1>DeepL, \u043D\u0430\u0436\u043C\u0438\u0442\u0435 \u0434\u043B\u044F \u043F\u043E\u043B\u0443\u0447\u0435\u043D\u0438\u044F <2>\u0434\u043E\u043A\u0443\u043C\u0435\u043D\u0442\u0430\u0446\u0438\u0438",deepLCustomName:"\u041F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u0435\u043B\u044C\u0441\u043A\u0438\u0439 \u043A\u043B\u044E\u0447 \u0430\u0432\u0442\u043E\u0440\u0438\u0437\u0430\u0446\u0438\u0438",chooseProviderLabel:"\u0412\u044B\u0431\u043E\u0440 \u043F\u043E\u0441\u0442\u0430\u0432\u0449\u0438\u043A\u0430 \u0443\u0441\u043B\u0443\u0433",openaiProName:"Immersive Translation Pro Member (Recommended)",openaiProDescription:"\u0422\u0435\u043A\u0443\u0449\u0438\u0439 \u043F\u0430\u043A\u0435\u0442 \u043C\u043E\u0436\u0435\u0442 \u0431\u044B\u0442\u044C \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u043D \u043D\u0430\u043F\u0440\u044F\u043C\u0443\u044E",openaiProDescriptionForNormal:"\u041D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0430 \u043D\u0435 \u0442\u0440\u0435\u0431\u0443\u0435\u0442\u0441\u044F, \u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u0435\u043B\u0438 \u043C\u043E\u0433\u0443\u0442 \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u044C \u0435\u0433\u043E \u043F\u043E\u0441\u043B\u0435 \u0432\u0445\u043E\u0434\u0430 \u0432 \u0441\u0438\u0441\u0442\u0435\u043C\u0443, <1>\u043D\u0430\u0436\u043C\u0438\u0442\u0435 \u0437\u0434\u0435\u0441\u044C, \u0447\u0442\u043E\u0431\u044B \u043F\u0435\u0440\u0435\u0439\u0442\u0438 \u0432 \u043A\u0430\u0442\u0435\u0433\u043E\u0440\u0438\u044E \u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u0435\u043B\u0435\u0439",openaiCustomDescription:"\u0414\u043E\u0441\u0442\u0443\u043F\u043D\u044B OpenAI, Azure OpenAI \u0438\u043B\u0438 \u0434\u0440\u0443\u0433\u0438\u0435 \u0441\u0442\u043E\u0440\u043E\u043D\u043D\u0438\u0435 \u0441\u0435\u0440\u0432\u0438\u0441\u044B, <1>\u0434\u043E\u043A\u0443\u043C\u0435\u043D\u0442\u0430\u0446\u0438\u044E \u043C\u043E\u0436\u043D\u043E \u043D\u0430\u0439\u0442\u0438 \u0437\u0434\u0435\u0441\u044C",openaiCustomName:"\u041F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u0435\u043B\u044C\u0441\u043A\u0438\u0439 \u043A\u043B\u044E\u0447 API",needLoginAction:"(\u041E\u0442\u043A\u0440\u044B\u0442\u043E\u0435 \u0447\u043B\u0435\u043D\u0441\u0442\u0432\u043E \u0438\u043B\u0438 \u043D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0430)",goLoginOrAction:"(\u041E\u0442\u043A\u0440\u043E\u0439\u0442\u0435 \u0447\u043B\u0435\u043D\u0441\u0442\u0432\u043E \u0438\u043B\u0438 \u043F\u0435\u0440\u0435\u0439\u0434\u0438\u0442\u0435 \u043A \u043D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0430\u043C)",yearly:"\u043E\u0441\u0443\u0449\u0435\u0441\u0442\u0432\u043B\u044F\u0442\u044C \u043F\u043E\u0441\u043B\u0435\u0434\u043E\u0432\u0430\u0442\u0435\u043B\u044C\u043D\u044B\u0439 \u0435\u0436\u0435\u0433\u043E\u0434\u043D\u044B\u0439 \u043F\u043B\u0430\u0442\u0435\u0436",quarterly:"\u043F\u043E\u0441\u043B\u0435\u0434\u043E\u0432\u0430\u0442\u0435\u043B\u044C\u043D\u0430\u044F \u0443\u043F\u0430\u043A\u043E\u0432\u043A\u0430",monthly:"\u0435\u0436\u0435\u043C\u0435\u0441\u044F\u0447\u043D\u0430\u044F \u043F\u043E\u0434\u043F\u0438\u0441\u043A\u0430",yearlyForOnce:"\u0415\u0434\u0438\u043D\u043E\u0432\u0440\u0435\u043C\u0435\u043D\u043D\u044B\u0439 \u0433\u043E\u0434\u043E\u0432\u043E\u0439 \u043F\u0430\u043A\u0435\u0442",monthlyForOnce:"\u0415\u0434\u0438\u043D\u043E\u0432\u0440\u0435\u043C\u0435\u043D\u043D\u044B\u0439 \u043C\u0435\u0441\u044F\u0447\u043D\u044B\u0439 \u043F\u0430\u043A\u0435\u0442",daily:"\u043F\u043E\u0441\u043B\u0435\u0434\u043E\u0432\u0430\u0442\u0435\u043B\u044C\u043D\u044B\u0445 \u043F\u0430\u043A\u0435\u0442\u043D\u044B\u0445 \u0434\u043D\u0435\u0439",year:"\u043E\u0441\u0443\u0449\u0435\u0441\u0442\u0432\u043B\u044F\u0442\u044C \u043F\u043E\u0441\u043B\u0435\u0434\u043E\u0432\u0430\u0442\u0435\u043B\u044C\u043D\u044B\u0439 \u0435\u0436\u0435\u0433\u043E\u0434\u043D\u044B\u0439 \u043F\u043B\u0430\u0442\u0435\u0436",quarter:"\u043F\u043E\u0441\u043B\u0435\u0434\u043E\u0432\u0430\u0442\u0435\u043B\u044C\u043D\u0430\u044F \u0443\u043F\u0430\u043A\u043E\u0432\u043A\u0430",month:"\u0435\u0436\u0435\u043C\u0435\u0441\u044F\u0447\u043D\u0430\u044F \u043F\u043E\u0434\u043F\u0438\u0441\u043A\u0430",day:"\u043F\u043E\u0441\u043B\u0435\u0434\u043E\u0432\u0430\u0442\u0435\u043B\u044C\u043D\u044B\u0445 \u043F\u0430\u043A\u0435\u0442\u043D\u044B\u0445 \u0434\u043D\u0435\u0439",onetime_7day:"7-\u0434\u043D\u0435\u0432\u043D\u044B\u0439 \u043F\u0430\u043A\u0435\u0442 \u0432\u043F\u0435\u0447\u0430\u0442\u043B\u0435\u043D\u0438\u0439",currentPlanDescriptionForFree:"\u0422\u0435\u043A\u0443\u0449\u0438\u0435 \u043F\u0430\u043A\u0435\u0442\u044B\uFF1A\u0411\u0435\u0441\u043F\u043B\u0430\u0442\u043D\u043E",currentPlanDescriptionForContinuous:"\u0414\u0435\u0439\u0441\u0442\u0432\u0443\u044E\u0449\u0438\u0439 \u043F\u0430\u043A\u0435\u0442\uFF1A{plan}\u0431\u0443\u0434\u0435\u0442 \u0430\u0432\u0442\u043E\u043C\u0430\u0442\u0438\u0447\u0435\u0441\u043A\u0438 \u043F\u0440\u043E\u0434\u043B\u0435\u043D \u043D\u0430 {endAt}",currentPlanDescriptionForAutoRenewCaceling:"\u0421\u0440\u043E\u043A \u0434\u0435\u0439\u0441\u0442\u0432\u0438\u044F \u0442\u0435\u043A\u0443\u0449\u0435\u0433\u043E \u043F\u0430\u043A\u0435\u0442\u0430\uFF1A{plan}\u0438\u0441\u0442\u0435\u043A\u0430\u0435\u0442 \u043D\u0430 \u0441\u0430\u0439\u0442\u0435 {endAt} \u0438 \u043D\u0435 \u0431\u0443\u0434\u0435\u0442 \u0430\u0432\u0442\u043E\u043C\u0430\u0442\u0438\u0447\u0435\u0441\u043A\u0438 \u043F\u0440\u043E\u0434\u043B\u0435\u0432\u0430\u0442\u044C\u0441\u044F \u043F\u043E \u0435\u0433\u043E \u0438\u0441\u0442\u0435\u0447\u0435\u043D\u0438\u0438.",currentYearlyPlanDescriptionForAutoRenewCacelingWithRealPaiedUser:"\u0421\u0440\u043E\u043A \u0434\u0435\u0439\u0441\u0442\u0432\u0438\u044F \u0442\u0435\u043A\u0443\u0449\u0435\u0433\u043E \u043F\u0430\u043A\u0435\u0442\u0430\uFF1A{plan}\u0438\u0441\u0442\u0435\u043A\u0430\u0435\u0442 \u043D\u0430 \u0441\u0430\u0439\u0442\u0435 {endAt} \u0438 \u043D\u0435 \u0431\u0443\u0434\u0435\u0442 \u0430\u0432\u0442\u043E\u043C\u0430\u0442\u0438\u0447\u0435\u0441\u043A\u0438 \u043F\u0440\u043E\u0434\u043B\u0435\u0432\u0430\u0442\u044C\u0441\u044F \u043F\u043E \u0435\u0433\u043E \u0438\u0441\u0442\u0435\u0447\u0435\u043D\u0438\u0438.
<1>\u041D\u0430\u0436\u043C\u0438\u0442\u0435 \u0437\u0434\u0435\u0441\u044C, \u0447\u0442\u043E\u0431\u044B \u0443\u043F\u0440\u0430\u0432\u043B\u044F\u0442\u044C \u043F\u043B\u0430\u043D\u043E\u043C \u043F\u0440\u043E\u0434\u043B\u0435\u043D\u0438\u044F",currentYearlyPlanDescriptionForAutoRenewCacelingWithAdmin:"\u0421\u0440\u043E\u043A \u0434\u0435\u0439\u0441\u0442\u0432\u0438\u044F \u0442\u0435\u043A\u0443\u0449\u0435\u0433\u043E \u043F\u0430\u043A\u0435\u0442\u0430\uFF1A{plan}\u0438\u0441\u0442\u0435\u043A\u0430\u0435\u0442 \u043D\u0430 \u0441\u0430\u0439\u0442\u0435 {endAt} \u0438 \u043D\u0435 \u0431\u0443\u0434\u0435\u0442 \u0430\u0432\u0442\u043E\u043C\u0430\u0442\u0438\u0447\u0435\u0441\u043A\u0438 \u043F\u0440\u043E\u0434\u043B\u0435\u0432\u0430\u0442\u044C\u0441\u044F \u043F\u043E \u0435\u0433\u043E \u0438\u0441\u0442\u0435\u0447\u0435\u043D\u0438\u0438.
<1>\u041D\u0430\u0436\u043C\u0438\u0442\u0435 \u0437\u0434\u0435\u0441\u044C, \u0447\u0442\u043E\u0431\u044B \u0430\u043A\u0442\u0438\u0432\u0438\u0440\u043E\u0432\u0430\u0442\u044C \u043D\u0435\u043F\u0440\u0435\u0440\u044B\u0432\u043D\u0443\u044E \u0433\u043E\u0434\u043E\u0432\u0443\u044E \u043F\u043E\u0434\u043F\u0438\u0441\u043A\u0443",currentPlanDescriptionForOneTime:"\u0421\u0440\u043E\u043A \u0434\u0435\u0439\u0441\u0442\u0432\u0438\u044F \u0442\u0435\u043A\u0443\u0449\u0435\u0439 \u043F\u043E\u0434\u043F\u0438\u0441\u043A\u0438\uFF1A{plan}\u0438\u0441\u0442\u0435\u043A\u0430\u0435\u0442 \u043D\u0430 \u0441\u0430\u0439\u0442\u0435 {endAt} , <1>\u043D\u0430\u0436\u043C\u0438\u0442\u0435 \u0437\u0434\u0435\u0441\u044C, \u0447\u0442\u043E\u0431\u044B \u043F\u0435\u0440\u0435\u0439\u0442\u0438 \u043D\u0430 \u0433\u043E\u0434\u043E\u0432\u043E\u0435 \u0438\u043B\u0438 <2>\u0435\u0436\u0435\u043C\u0435\u0441\u044F\u0447\u043D\u043E\u0435 \u0447\u043B\u0435\u043D\u0441\u0442\u0432\u043E.",upgradePlan:"\u041D\u0430\u0436\u043C\u0438\u0442\u0435 \u0437\u0434\u0435\u0441\u044C, \u0447\u0442\u043E\u0431\u044B \u043F\u0435\u0440\u0435\u0439\u0442\u0438 \u043D\u0430 \u0447\u043B\u0435\u043D\u0441\u0442\u0432\u043E Pro",upgradeToPro:"\u041F\u0435\u0440\u0435\u0439\u0442\u0438 \u043D\u0430 \u0447\u043B\u0435\u043D\u0441\u0442\u0432\u043E Pro","popup.openPro":"\u0427\u0442\u043E\u0431\u044B \u043F\u043E\u043B\u0443\u0447\u0438\u0442\u044C \u0432\u043E\u0437\u043C\u043E\u0436\u043D\u043E\u0441\u0442\u044C \u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u044C\u0441\u044F DeepL \u0438 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u043E\u043C OpenAI, \u043F\u0435\u0440\u0435\u0439\u0434\u0438\u0442\u0435 \u043F\u043E \u0441\u0441\u044B\u043B\u043A\u0435.","popup.openProForPro":"\u0412\u044B \u044F\u0432\u043B\u044F\u0435\u0442\u0435\u0441\u044C \u0443\u0447\u0430\u0441\u0442\u043D\u0438\u043A\u043E\u043C \u043F\u0440\u043E\u0433\u0440\u0430\u043C\u043C\u044B Pro \u0441 \u043F\u0440\u044F\u043C\u044B\u043C \u0434\u043E\u0441\u0442\u0443\u043F\u043E\u043C \u043A DeepL \u0438 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430\u043C OpenAI!",currentAccount:"\u0442\u0435\u043A\u0443\u0449\u0438\u0439 \u0441\u0447\u0451\u0442",enableAutoSyncUserSettings:"\u041E\u0431\u0435\u0441\u043F\u0435\u0447\u0435\u043D\u0438\u0435 \u0430\u0432\u0442\u043E\u043C\u0430\u0442\u0438\u0447\u0435\u0441\u043A\u043E\u0439 \u043E\u0431\u043B\u0430\u0447\u043D\u043E\u0439 \u0441\u0438\u043D\u0445\u0440\u043E\u043D\u0438\u0437\u0430\u0446\u0438\u0438 \u043D\u0430 \u043D\u0435\u0441\u043A\u043E\u043B\u044C\u043A\u0438\u0445 \u0443\u0441\u0442\u0440\u043E\u0439\u0441\u0442\u0432\u0430\u0445",modalEnableInputTranslationTitle:"\u0411\u043B\u043E\u043A \u0432\u0432\u043E\u0434\u0430 \u0438\u043C\u043C\u0435\u0440\u0441\u0438\u0432\u043D\u043E\u0433\u043E \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430 \u041F\u0435\u0440\u0435\u0432\u043E\u0434\u0447\u0435\u0441\u043A\u0438\u0435 \u043E\u043F\u043E\u0432\u0435\u0449\u0435\u043D\u0438\u044F",modalEnableInputTranslationDesc:"\u0412\u044B \u0442\u043E\u043B\u044C\u043A\u043E \u0447\u0442\u043E \u0437\u0430\u043F\u0443\u0441\u0442\u0438\u043B\u0438 \u0444\u0443\u043D\u043A\u0446\u0438\u044E \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430 \u043F\u043E\u043B\u044F \u0432\u0432\u043E\u0434\u0430 Immersive Translation, \u043D\u0430\u0436\u0430\u0432 3 \u0440\u0430\u0437\u0430 \u043F\u043E\u0434\u0440\u044F\u0434 \u043A\u043B\u0430\u0432\u0438\u0448\u0443 \u043F\u0440\u043E\u0431\u0435\u043B\u0430, \u0438 \u0441\u043E\u0434\u0435\u0440\u0436\u0438\u043C\u043E\u0435 \u043F\u043E\u043B\u044F \u0432\u0432\u043E\u0434\u0430 \u0431\u0443\u0434\u0435\u0442 \u043F\u0435\u0440\u0435\u0432\u0435\u0434\u0435\u043D\u043E \u043D\u0430 \u0446\u0435\u043B\u0435\u0432\u043E\u0439 \u044F\u0437\u044B\u043A \u043F\u043E \u0443\u043C\u043E\u043B\u0447\u0430\u043D\u0438\u044E. \u041F\u0435\u0440\u0435\u0432\u043E\u0434 \u043C\u043E\u0436\u043D\u043E \u043E\u0442\u043C\u0435\u043D\u0438\u0442\u044C \u0441 \u043F\u043E\u043C\u043E\u0449\u044C\u044E \u043A\u043B\u0430\u0432\u0438\u0448 Ctrl+Z.

\u0415\u0441\u043B\u0438 \u044D\u0442\u043E \u0431\u044B\u043B\u0430 \u043E\u0448\u0438\u0431\u043A\u0430, \u043D\u0435 \u0432\u043E\u043B\u043D\u0443\u0439\u0442\u0435\u0441\u044C, \u0432\u044B \u043C\u043E\u0436\u0435\u0442\u0435 \u043E\u0442\u043A\u043B\u044E\u0447\u0438\u0442\u044C \u0435\u0435 \u043D\u0430 \u044D\u0442\u043E\u0442 \u0440\u0430\u0437 \u0438\u043B\u0438 \u043D\u0430\u0432\u0441\u0435\u0433\u0434\u0430 \u043E\u0442\u043A\u043B\u044E\u0447\u0438\u0442\u044C \u043F\u0435\u0440\u0435\u0432\u043E\u0434 \u043F\u043E\u043B\u044F \u0432\u0432\u043E\u0434\u0430.",saveAndNotShowAgain:"\u0421\u043E\u0445\u0440\u0430\u043D\u0438\u0442\u044C \u0438 \u043E\u0441\u0442\u0430\u043D\u043E\u0432\u0438\u0442\u044C \u0437\u0430\u043F\u0440\u043E\u0441",disableInputTranslationTips:"* \u0412\u044B \u0442\u0430\u043A\u0436\u0435 \u043C\u043E\u0436\u0435\u0442\u0435 \u0443\u0441\u0442\u0430\u043D\u043E\u0432\u0438\u0442\u044C \u0434\u0440\u0443\u0433\u0438\u0435 \u0441\u043E\u0447\u0435\u0442\u0430\u043D\u0438\u044F \u043A\u043B\u0430\u0432\u0438\u0448 \u0434\u043B\u044F \u0441\u0440\u0430\u0431\u0430\u0442\u044B\u0432\u0430\u043D\u0438\u044F \u0432 {option} ,{learnMore}.",learnMore:"\u041D\u0430\u0436\u043C\u0438\u0442\u0435 \u0437\u0434\u0435\u0441\u044C, \u0447\u0442\u043E\u0431\u044B \u0443\u0437\u043D\u0430\u0442\u044C \u0431\u043E\u043B\u044C\u0448\u0435",continueEnalbeInputTranslation:"\u041F\u0440\u043E\u0434\u043E\u043B\u0436\u0435\u043D\u0438\u0435 \u0432\u043A\u043B\u044E\u0447\u0435\u043D\u0438\u044F \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430 \u043F\u043E\u043B\u044F \u0432\u0432\u043E\u0434\u0430",autoRenewTrialSuffix:'(\u0412 \u043F\u0440\u043E\u0431\u043D\u043E\u043C \u0432\u0430\u0440\u0438\u0430\u043D\u0442\u0435\u0441\u0440\u0430\u0437\u0443 \u0436\u0435 \u043F\u0435\u0440\u0435\u0448\u0435\u043B \u043D\u0430 \u043F\u043E\u043B\u043D\u043E\u0435 \u0447\u043B\u0435\u043D\u0441\u0442\u0432\u043E)',upgradeFromTrialTitle:"\u041F\u043E\u0432\u044B\u0448\u0435\u043D\u0438\u0435 \u0441\u0442\u0430\u0442\u0443\u0441\u0430 \u0434\u043E \u043F\u043E\u043B\u043D\u043E\u0433\u043E \u0447\u043B\u0435\u043D\u0430",subtitle:"\u0441\u0443\u0431\u0442\u0438\u0442\u0440\u044B \u043A \u0432\u0438\u0434\u0435\u043E\u0444\u0438\u043B\u044C\u043C\u0430\u043C",youtubeService:"\u0418\u043C\u043C\u0435\u0440\u0441\u0438\u043E\u043D\u043D\u044B\u0439 \u043F\u0435\u0440\u0435\u0432\u043E\u0434 \u0412\u0438\u0434\u0435\u043E\u0441\u0443\u0431\u0442\u0438\u0442\u0440\u0438\u0440\u043E\u0432\u0430\u043D\u0438\u0435 \u041F\u0435\u0440\u0435\u0432\u043E\u0434\u0447\u0435\u0441\u043A\u0438\u0435 \u0443\u0441\u043B\u0443\u0433\u0438","subtitle.disabledSubtitle":"\u041F\u043E\u0441\u0442\u043E\u044F\u043D\u043D\u043E\u0435 \u043E\u0442\u043A\u043B\u044E\u0447\u0435\u043D\u0438\u0435 \u0444\u0443\u043D\u043A\u0446\u0438\u0438 \u0432\u0438\u0434\u0435\u043E\u0441\u0443\u0431\u0442\u0438\u0442\u0440\u043E\u0432","subtitle.disabledSubtitleDescription":"\u0415\u0441\u043B\u0438 Immersive Translator's Video Subtitles \u043A\u043E\u043D\u0444\u043B\u0438\u043A\u0442\u0443\u0435\u0442 \u0441 \u0434\u0440\u0443\u0433\u0438\u043C\u0438 \u0440\u0430\u0441\u0448\u0438\u0440\u0435\u043D\u0438\u044F\u043C\u0438, \u0432\u044B \u043C\u043E\u0436\u0435\u0442\u0435 \u0432\u044B\u0431\u0440\u0430\u0442\u044C \u043F\u043E\u0441\u0442\u043E\u044F\u043D\u043D\u043E\u0435 \u043E\u0442\u043A\u043B\u044E\u0447\u0435\u043D\u0438\u0435 Immersive Translator's Video Subtitles \u0438\u043B\u0438 \u0434\u0435\u0438\u043D\u0441\u0442\u0430\u043B\u043B\u0438\u0440\u043E\u0432\u0430\u0442\u044C \u0434\u0440\u0443\u0433\u0438\u0435 \u043A\u043E\u043D\u0444\u043B\u0438\u043A\u0442\u0443\u044E\u0449\u0438\u0435 \u0440\u0430\u0441\u0448\u0438\u0440\u0435\u043D\u0438\u044F","subtitle.autoEnableSubtitle":"\u0410\u0432\u0442\u043E\u043C\u0430\u0442\u0438\u0447\u0435\u0441\u043A\u043E\u0435 \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u043D\u0438\u0435 \u0434\u0432\u0443\u044F\u0437\u044B\u0447\u043D\u044B\u0445 \u0441\u0443\u0431\u0442\u0438\u0442\u0440\u043E\u0432","subtitle.autoEnableSubtitleDescription":"\u041F\u043E\u0441\u043B\u0435 \u0430\u043A\u0442\u0438\u0432\u0430\u0446\u0438\u0438, \u043F\u0440\u0438 \u0432\u043E\u0441\u043F\u0440\u043E\u0438\u0437\u0432\u0435\u0434\u0435\u043D\u0438\u0438 \u0432\u0438\u0434\u0435\u043E, \u0431\u0443\u0434\u0443\u0442 \u0430\u0432\u0442\u043E\u043C\u0430\u0442\u0438\u0447\u0435\u0441\u043A\u0438 \u043E\u0442\u043E\u0431\u0440\u0430\u0436\u0430\u0442\u044C\u0441\u044F \u0434\u0432\u0443\u044F\u0437\u044B\u0447\u043D\u044B\u0435 \u0441\u0443\u0431\u0442\u0438\u0442\u0440\u044B, \u0432 \u043F\u0440\u043E\u0442\u0438\u0432\u043D\u043E\u043C \u0441\u043B\u0443\u0447\u0430\u0435 \u043D\u0435\u043E\u0431\u0445\u043E\u0434\u0438\u043C\u043E \u043D\u0430\u0436\u0430\u0442\u044C \u043A\u043D\u043E\u043F\u043A\u0443 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430 \u0434\u043B\u044F \u043E\u0442\u043E\u0431\u0440\u0430\u0436\u0435\u043D\u0438\u044F.","subtitle.preTranslation":"\u041F\u0435\u0440\u0435\u0432\u043E\u0434 \u0441\u0443\u0431\u0442\u0438\u0442\u0440\u043E\u0432 \u0441 \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u043D\u0438\u0435\u043C \u0438\u043C\u043C\u0435\u0440\u0441\u0438\u0432\u043D\u043E\u0433\u043E \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430","subtitle.preTranslationDescription":"\u041F\u0440\u0438 \u0432\u043A\u043B\u044E\u0447\u0435\u043D\u0438\u0438 \u044D\u0442\u043E\u0439 \u0444\u0443\u043D\u043A\u0446\u0438\u0438 \u0432\u0441\u0435 \u0441\u0443\u0431\u0442\u0438\u0442\u0440\u044B \u0431\u0443\u0434\u0443\u0442 \u043F\u0440\u0435\u0434\u0432\u0430\u0440\u0438\u0442\u0435\u043B\u044C\u043D\u043E \u043F\u0435\u0440\u0435\u0432\u0435\u0434\u0435\u043D\u044B \u0441 \u043F\u043E\u043C\u043E\u0449\u044C\u044E \u0443\u043A\u0430\u0437\u0430\u043D\u043D\u043E\u0433\u043E \u043D\u0438\u0436\u0435 \u0441\u0435\u0440\u0432\u0438\u0441\u0430 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430, \u043F\u0440\u0438 \u044D\u0442\u043E\u043C \u043D\u0430 1-\u0447\u0430\u0441\u043E\u0432\u043E\u0435 \u0432\u0438\u0434\u0435\u043E \u0431\u0443\u0434\u0435\u0442 \u0437\u0430\u0442\u0440\u0430\u0447\u0435\u043D\u043E \u043E\u043A\u043E\u043B\u043E 50 000 \u0442\u043E\u043A\u0435\u043D\u043E\u0432 \u0438\u043B\u0438 \u0441\u0438\u043C\u0432\u043E\u043B\u043E\u0432, \u043F\u043E\u044D\u0442\u043E\u043C\u0443 \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u0443\u0439\u0442\u0435 \u0438\u0445 \u043F\u043E \u0441\u0432\u043E\u0435\u043C\u0443 \u0443\u0441\u043C\u043E\u0442\u0440\u0435\u043D\u0438\u044E; \u043F\u0440\u0438 \u043E\u0442\u043A\u043B\u044E\u0447\u0435\u043D\u0438\u0438 \u044D\u0442\u043E\u0439 \u0444\u0443\u043D\u043A\u0446\u0438\u0438 \u0441\u043D\u0430\u0447\u0430\u043B\u0430 \u0431\u0443\u0434\u0443\u0442 \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u044C\u0441\u044F \u043E\u0440\u0438\u0433\u0438\u043D\u0430\u043B\u044C\u043D\u044B\u0435 \u0441\u0443\u0431\u0442\u0438\u0442\u0440\u044B.","subtitle.humanSubtitlesPreferred":"\u041F\u0440\u0438\u043E\u0440\u0438\u0442\u0435\u0442\u043D\u043E\u0435 \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u043D\u0438\u0435 \u0447\u0435\u043B\u043E\u0432\u0435\u0447\u0435\u0441\u043A\u0438\u0445 \u0441\u0443\u0431\u0442\u0438\u0442\u0440\u043E\u0432","subtitle.humanSubtitlesPreferredDescription":"\u041F\u0440\u0438\u043E\u0440\u0438\u0442\u0435\u0442 \u043E\u0442\u0434\u0430\u0435\u0442\u0441\u044F \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u043D\u0438\u044E \u0447\u0435\u043B\u043E\u0432\u0435\u0447\u0435\u0441\u043A\u0438\u0445 \u0441\u0443\u0431\u0442\u0438\u0442\u0440\u043E\u0432, \u0435\u0441\u043B\u0438 \u0432\u0438\u0434\u0435\u043E\u0440\u043E\u043B\u0438\u043A \u0438\u043C\u0435\u0435\u0442 \u0447\u0435\u043B\u043E\u0432\u0435\u0447\u0435\u0441\u043A\u0438\u0435 \u0441\u0443\u0431\u0442\u0438\u0442\u0440\u044B \u043D\u0430 \u0446\u0435\u043B\u0435\u0432\u043E\u043C \u044F\u0437\u044B\u043A\u0435 (\u0440\u0435\u043A\u043E\u043C\u0435\u043D\u0434\u0443\u0435\u0442\u0441\u044F)",videoSubtitleTranslationDescription:"\u041D\u0430\u0437\u043D\u0430\u0447\u0438\u0442\u044C \u043E\u0442\u0434\u0435\u043B\u044C\u043D\u0443\u044E \u0441\u043B\u0443\u0436\u0431\u0443 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430 \u0434\u043B\u044F \u0432\u0438\u0434\u0435\u043E\u0441\u0443\u0431\u0442\u0438\u0442\u0440\u043E\u0432",subtitleTranslating:"\u041F\u043E\u0436\u0430\u043B\u0443\u0439\u0441\u0442\u0430, \u043F\u043E\u0434\u043E\u0436\u0434\u0438\u0442\u0435, \u043F\u043E\u043A\u0430 \u0441\u0443\u0431\u0442\u0438\u0442\u0440\u044B \u0431\u0443\u0434\u0443\u0442 \u043F\u0435\u0440\u0435\u0432\u0435\u0434\u0435\u043D\u044B \u0441 \u043F\u043E\u043C\u043E\u0449\u044C\u044E \u0441\u0435\u0440\u0432\u0438\u0441\u0430 {service} ... (\u0438\u043C\u043C\u0435\u0440\u0441\u0438\u043E\u043D\u043D\u044B\u0439 \u043F\u0435\u0440\u0435\u0432\u043E\u0434)",subtitleLoading:"\u0417\u0430\u0433\u0440\u0443\u0437\u043A\u0430 \u0441\u0443\u0431\u0442\u0438\u0442\u0440\u043E\u0432...",bilingual:"\u0431\u0438\u043B\u0438\u043D\u0433\u0432\u0438\u0437\u043C","field.action":"\u0412\u043A\u043B\u044E\u0447\u0430\u0442\u044C \u043B\u0438 \u0442\u0435\u0440\u043C\u0438\u043D\u043E\u043B\u043E\u0433\u0438\u044E Baidu","description.action":"\u041F\u0440\u0438 \u0432\u043A\u043B\u044E\u0447\u0435\u043D\u0438\u0438 \u0432 \u0437\u0430\u043F\u0440\u043E\u0441 \u0431\u0443\u0434\u0435\u0442 \u0434\u043E\u0431\u0430\u0432\u043B\u0435\u043D \u043F\u0430\u0440\u0430\u043C\u0435\u0442\u0440 action=1, \u0438\u043D\u0444\u043E\u0440\u043C\u0438\u0440\u0443\u044E\u0449\u0438\u0439 Baidu \u043E \u0432\u043A\u043B\u044E\u0447\u0435\u043D\u043D\u043E\u043C \u0442\u0435\u0440\u043C\u0438\u043D\u0435; <1>\u0431\u043E\u043B\u0435\u0435 \u043F\u043E\u0434\u0440\u043E\u0431\u043D\u0430\u044F \u0438\u043D\u0444\u043E\u0440\u043C\u0430\u0446\u0438\u044F \u043F\u0440\u0438\u0432\u0435\u0434\u0435\u043D\u0430 \u0432 \u043E\u0444\u0438\u0446\u0438\u0430\u043B\u044C\u043D\u043E\u0439 \u0434\u043E\u043A\u0443\u043C\u0435\u043D\u0442\u0430\u0446\u0438\u0438.",closeQuickTranslation:"\u0417\u0430\u043A\u0440\u044B\u0442\u044C \u0445\u043E\u0432\u0435\u0440\u0431\u043E\u043B","closeQuickTranslation.untilNext":"\u041D\u0430 \u044D\u0442\u043E\u0442 \u0440\u0430\u0437 \u0437\u0430\u043A\u0440\u044B\u0442\u043E \u0434\u043E \u0441\u043B\u0435\u0434\u0443\u044E\u0449\u0435\u0433\u043E \u043F\u043E\u0441\u0435\u0449\u0435\u043D\u0438\u044F","closeQuickTranslation.currentWebsite":"\u0422\u0435\u043A\u0443\u0449\u0438\u0439 \u0441\u0430\u0439\u0442 \u043E\u0442\u043A\u043B\u044E\u0447\u0435\u043D","closeQuickTranslation.alwaysClose":"\u043E\u0442\u043A\u043B\u044E\u0447\u0438\u0442\u044C \u043D\u0430\u0432\u0441\u0435\u0433\u0434\u0430","closeQuickTranslation.settingOpen":"(\u043C\u043E\u0436\u0435\u0442 \u0431\u044B\u0442\u044C \u0432\u043A\u043B\u044E\u0447\u0435\u043D\u0430 \u043D\u0430 <1>\u0441\u0442\u0440\u0430\u043D\u0438\u0446\u0435 \u043D\u0430\u0441\u0442\u0440\u043E\u0435\u043A )","closeQuickTranslation.cancel":"\u043E\u0442\u043C\u0435\u043D\u044B","closeQuickTranslation.confirm":"\u043E\u043F\u0440\u0435\u0434\u0435\u043B\u0438\u0442\u044C","floatBall.popup":"\u041E\u0442\u043A\u0440\u043E\u0439\u0442\u0435 \u043F\u0430\u043D\u0435\u043B\u044C \u0431\u044B\u0441\u0442\u0440\u044B\u0445 \u043D\u0430\u0441\u0442\u0440\u043E\u0435\u043A","floatBall.translate":"\u041D\u0430\u0436\u043C\u0438\u0442\u0435, \u0447\u0442\u043E\u0431\u044B \u043F\u0435\u0440\u0435\u0432\u0435\u0441\u0442\u0438 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u0443","floatBall.showOriginal":"\u041D\u0430\u0436\u043C\u0438\u0442\u0435, \u0447\u0442\u043E\u0431\u044B \u0432\u0435\u0440\u043D\u0443\u0442\u044C\u0441\u044F \u043A \u043E\u0440\u0438\u0433\u0438\u043D\u0430\u043B\u044C\u043D\u043E\u0439 \u0441\u0442\u0430\u0442\u044C\u0435","floatBall.close":"\u0417\u0430\u043A\u0440\u044B\u0442\u044C \u0445\u043E\u0432\u0435\u0440\u0431\u043E\u043B","floatBallOptions.enableDescPc":"\u041F\u043E\u0441\u043B\u0435 \u0432\u043A\u043B\u044E\u0447\u0435\u043D\u0438\u044F \u0445\u043E\u0432\u0435\u0440\u0431\u043E\u043B\u0430 \u0432 \u043F\u0440\u0430\u0432\u043E\u0439 \u0447\u0430\u0441\u0442\u0438 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u044B \u043F\u043E\u044F\u0432\u0438\u0442\u0441\u044F \u043A\u043D\u043E\u043F\u043A\u0430 \u0431\u044B\u0441\u0442\u0440\u043E\u0433\u043E \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430, \u043D\u0430\u0436\u043C\u0438\u0442\u0435 \u0435\u0435, \u0447\u0442\u043E\u0431\u044B \u043F\u0435\u0440\u0435\u0432\u0435\u0441\u0442\u0438!","floatBallOptions.enableDesc":"\u041F\u043E\u0441\u043B\u0435 \u0432\u044B\u043A\u043B\u044E\u0447\u0435\u043D\u0438\u044F \u0445\u043E\u0432\u0435\u0440\u0431\u043E\u043B\u0430 \u0435\u0433\u043E \u043C\u043E\u0436\u043D\u043E \u0432\u044B\u0437\u0432\u0430\u0442\u044C \u0441 \u043F\u043E\u043C\u043E\u0449\u044C\u044E{touch}. \u041D\u0430\u0441\u0442\u043E\u044F\u0442\u0435\u043B\u044C\u043D\u043E \u0440\u0435\u043A\u043E\u043C\u0435\u043D\u0434\u0443\u0435\u0442\u0441\u044F \u0441\u043E\u0445\u0440\u0430\u043D\u0438\u0442\u044C \u044D\u0442\u0443 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u0443 \u043D\u0430\u0441\u0442\u0440\u043E\u0435\u043A \u0432 \u0437\u0430\u043A\u043B\u0430\u0434\u043A\u0430\u0445, \u0447\u0442\u043E\u0431\u044B \u043D\u0435 \u043F\u043E\u0442\u0435\u0440\u044F\u0442\u044C \u0432\u043E\u0437\u043C\u043E\u0436\u043D\u043E\u0441\u0442\u044C \u043D\u0430\u0439\u0442\u0438 \u0445\u043E\u0432\u0435\u0440\u0431\u043E\u043B \u043F\u043E\u0441\u043B\u0435 \u0441\u043B\u0443\u0447\u0430\u0439\u043D\u043E\u0433\u043E \u043E\u0442\u043A\u043B\u044E\u0447\u0435\u043D\u0438\u044F \u044D\u0442\u043E\u0439 \u043E\u043F\u0446\u0438\u0438!","description.azureApiUrl":"\u0417\u0430\u043F\u043E\u043B\u043D\u0438\u0442\u0435 \u0430\u0434\u0440\u0435\u0441 \u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u0435\u043B\u044C\u0441\u043A\u043E\u0433\u043E \u0438\u043D\u0442\u0435\u0440\u0444\u0435\u0439\u0441\u0430 API",confirmSupportMouse:"\u041F\u0440\u0438\u043D\u0443\u0434\u0438\u0442\u0435\u043B\u044C\u043D\u043E\u0435 \u0432\u043A\u043B\u044E\u0447\u0435\u043D\u0438\u0435 \u043F\u043E\u0434\u0434\u0435\u0440\u0436\u043A\u0438 \u043C\u044B\u0448\u0438",confirmSupportMouseDescription:"\u041E\u0431\u043D\u0430\u0440\u0443\u0436\u0435\u043D\u043E, \u0447\u0442\u043E \u0442\u0435\u043A\u0443\u0449\u0438\u0439 \u0431\u0440\u0430\u0443\u0437\u0435\u0440 \u043D\u0435 \u043F\u043E\u0434\u0434\u0435\u0440\u0436\u0438\u0432\u0430\u0435\u0442 \u0444\u0443\u043D\u043A\u0446\u0438\u044E \u043C\u044B\u0448\u0438, \u043F\u0440\u0438\u043D\u0443\u0434\u0438\u0442\u0435\u043B\u044C\u043D\u043E \u043B\u0438 \u0432\u043A\u043B\u044E\u0447\u0438\u0442\u044C \u043F\u043E\u0434\u0434\u0435\u0440\u0436\u043A\u0443 \u043C\u044B\u0448\u0438?",sampleTargetText:"\u041D\u0430\u0441\u0442\u0443\u043F\u0438\u0442 \u0434\u043E\u043B\u0433\u0430\u044F \u043D\u043E\u0447\u044C, \u0438 \u044F \u0431\u0443\u0434\u0443 \u0441\u0442\u043E\u044F\u0442\u044C \u043D\u0430 \u0441\u0442\u0440\u0430\u0436\u0435 \u0441 \u044D\u0442\u043E\u0433\u043E \u0434\u043D\u044F \u0438 \u0434\u043E \u0441\u0430\u043C\u043E\u0439 \u0441\u043C\u0435\u0440\u0442\u0438. \u042F \u043D\u0435 \u0432\u043E\u0437\u044C\u043C\u0443 \u0436\u0435\u043D\u0443, \u043D\u0435 \u0441\u043E\u0437\u0434\u0430\u043C \u0432\u043E\u0442\u0447\u0438\u043D\u0443, \u043D\u0435 \u0437\u0430\u0432\u0435\u0434\u0443 \u0434\u0435\u0442\u0435\u0439. \u042F \u043D\u0435 \u0431\u0443\u0434\u0443 \u043D\u043E\u0441\u0438\u0442\u044C \u043A\u043E\u0440\u043E\u043D\u0443, \u043D\u0435 \u0431\u0443\u0434\u0443 \u0441\u0442\u0440\u0435\u043C\u0438\u0442\u044C\u0441\u044F \u043A \u043F\u043E\u0447\u0435\u0441\u0442\u044F\u043C. \u042F \u0431\u0443\u0434\u0443 \u0438\u0441\u043F\u043E\u043B\u043D\u044F\u0442\u044C \u0441\u0432\u043E\u0439 \u0434\u043E\u043B\u0433, \u0436\u0438\u0442\u044C \u0438 \u0443\u043C\u0438\u0440\u0430\u0442\u044C.",sampleSourceText:"Night gathers, and now my watch begins. It shall not end until my death. I shall take no wife, hold no lands, father no children. I shall wear no crowns and win no glory. I shall live and die at my post.","subtitle.supportedSites":"\u5DF2\u652F\u6301\u5728\u8FD9\u4E9B\u7F51\u7AD9\u4F7F\u7528\u53CC\u8BED\u5B57\u5E55\uFF08\u6CE8\u610F\uFF1A\u7531\u4E8E\u6280\u672F\u9650\u5236\uFF0C\u90E8\u5206\u7F51\u7AD9\u5728\u9996\u6B21\u5F00\u542F\u5B57\u5E55\u540E\u9700\u8981\u91CD\u65B0\u5237\u65B0\u9875\u9762\uFF0C\u6216\u8005\u9700\u7B49\u5F85\u7FFB\u8BD1\u5B8C\u6210\u4EE5\u663E\u793A\u53CC\u8BED\u5B57\u5E55\uFF09\uFF1A",viewWithImmersiveTranslate:"\u53CC\u8BED\u7248\u672C(\u6C89\u6D78\u5F0F\u7FFB\u8BD1)",errorReason:"\u9519\u8BEF\u539F\u56E0\uFF1A{message}","proQuotaExceededError.onetime7day":'\uFF0C\u60A8\u53EF\u4EE5\u9009\u62E9\u4EE5\u4E0B\u65B9\u5F0F\u89E3\u51B3\uFF1A

1. \u5207\u6362\u5230 {anotherService} \u6216\u5176\u4ED6\u7FFB\u8BD1\u670D\u52A1
2. \u5347\u7EA7\u4E3A\u6708\u5EA6/\u5E74\u5EA6\u4F1A\u5458',"proQuotaExceededError.trial":'\uFF0C\u60A8\u53EF\u4EE5\u9009\u62E9\u4EE5\u4E0B\u65B9\u5F0F\u89E3\u51B3\uFF1A

1. \u5207\u6362\u5230 {anotherService} \u6216\u5176\u4ED6\u7FFB\u8BD1\u670D\u52A1
2. \u7ACB\u523B\u5347\u7EA7\u4E3A\u6B63\u5F0F\u4F1A\u5458',"proQuotaExceededError.nonTrial":'\uFF0C\u60A8\u53EF\u4EE5\u9009\u62E9\u4EE5\u4E0B\u65B9\u5F0F\u89E3\u51B3\uFF1A

1. \u5207\u6362\u5230 {anotherService} \u6216\u5176\u4ED6\u7FFB\u8BD1\u670D\u52A1
2. \u8D2D\u4E70 {translationService} \u989D\u5916\u6D41\u91CF\u5305',"proQuotaExceededError.resetTime":"
3. \u989D\u5EA6\u91CD\u7F6E\u65F6\u95F4\uFF1A{resetTime}","desc.touchShortcutsToggleTranslatePageOnlyTranslation":"\u0422\u043E\u043B\u044C\u043A\u043E \u043F\u0435\u0440\u0435\u0432\u043E\u0434 \u043E\u0437\u043D\u0430\u0447\u0430\u0435\u0442, \u0447\u0442\u043E \u043E\u0442\u043E\u0431\u0440\u0430\u0436\u0430\u0435\u0442\u0441\u044F \u0442\u043E\u043B\u044C\u043A\u043E \u043F\u0435\u0440\u0435\u0432\u043E\u0434. \u0415\u0441\u043B\u0438 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u0430 \u0435\u0449\u0435 \u043D\u0435 \u043F\u0435\u0440\u0435\u0432\u0435\u0434\u0435\u043D\u0430, \u043E\u043D\u0430 \u043F\u0435\u0440\u0435\u043A\u043B\u044E\u0447\u0438\u0442\u0441\u044F \u0432 \u0440\u0435\u0436\u0438\u043C \u0438 \u0431\u0443\u0434\u0435\u0442 \u043F\u0435\u0440\u0435\u0432\u0435\u0434\u0435\u043D\u0430.","desc.toggleOnlyTransation":'\u0420\u0435\u0436\u0438\u043C "\u0422\u043E\u043B\u044C\u043A\u043E \u043F\u0435\u0440\u0435\u0432\u043E\u0434" \u043E\u0437\u043D\u0430\u0447\u0430\u0435\u0442, \u0447\u0442\u043E \u043E\u0442\u043E\u0431\u0440\u0430\u0436\u0430\u0435\u0442\u0441\u044F \u0442\u043E\u043B\u044C\u043A\u043E \u043F\u0435\u0440\u0435\u0432\u043E\u0434. \u0415\u0441\u043B\u0438 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u0430 \u0435\u0449\u0435 \u043D\u0435 \u043F\u0435\u0440\u0435\u0432\u0435\u0434\u0435\u043D\u0430, \u0440\u0435\u0436\u0438\u043C \u0431\u0443\u0434\u0435\u0442 \u043F\u0435\u0440\u0435\u043A\u043B\u044E\u0447\u0435\u043D \u0438 \u0432\u044B\u043F\u043E\u043B\u043D\u0435\u043D \u043F\u0435\u0440\u0435\u0432\u043E\u0434.',touchShortcutsToggleTranslatePageOnlyTranslation:"\u041D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0430 \u0436\u0435\u0441\u0442\u043E\u0432 \u0441\u0435\u043D\u0441\u043E\u0440\u043D\u043E\u0433\u043E \u044D\u043A\u0440\u0430\u043D\u0430 \u0434\u043B\u044F \u043F\u0435\u0440\u0435\u043A\u043B\u044E\u0447\u0435\u043D\u0438\u044F \u043C\u0435\u0436\u0434\u0443 \u0434\u0432\u0443\u044F\u0437\u044B\u0447\u043D\u044B\u043C / \u0442\u043E\u043B\u044C\u043A\u043E \u0442\u0435\u043A\u0441\u0442\u043E\u043C \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430",download_started:"\u0417\u0430\u0433\u0440\u0443\u0437\u043A\u0430 \u0443\u0436\u0435 \u043D\u0430\u0447\u0430\u043B\u0430\u0441\u044C, \u0435\u0441\u043B\u0438 \u043E\u043D\u0430 \u043D\u0435 \u043D\u0430\u0447\u0430\u043B\u0430\u0441\u044C \u0430\u0432\u0442\u043E\u043C\u0430\u0442\u0438\u0447\u0435\u0441\u043A\u0438, \u043F\u043E\u0436\u0430\u043B\u0443\u0439\u0441\u0442\u0430, \u043D\u0430\u0436\u043C\u0438\u0442\u0435 \u0432\u0440\u0443\u0447\u043D\u0443\u044E.",here:"\u0437\u0434\u0435\u0441\u044C","error.goReset":"\u0441\u0431\u0440\u043E\u0441\u0438\u0442\u044C",batchEdit:"\u041C\u0430\u0441\u0441\u043E\u0432\u0430\u044F \u043E\u043F\u0435\u0440\u0430\u0446\u0438\u044F","error.configError":"\u041D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0430 \u0434\u0430\u043D\u043D\u044B\u0445 \u0430\u043D\u043E\u043C\u0430\u043B\u044C\u043D\u0430","translationFont.custom":"\u0412\u0432\u0435\u0434\u0438\u0442\u0435 \u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u0435\u043B\u044C\u0441\u043A\u0438\u0439 \u0448\u0440\u0438\u0444\u0442",translationFont:"\u0443\u0441\u0442\u0430\u043D\u043E\u0432\u0438\u0442\u044C \u0448\u0440\u0438\u0444\u0442",detectServiceLoading:"\u041F\u0440\u043E\u0432\u0435\u0440\u043A\u0430 \u0434\u043E\u0441\u0442\u0443\u043F\u043D\u044B\u0445 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0447\u0435\u0441\u043A\u0438\u0445 \u0443\u0441\u043B\u0443\u0433...","translationFont.customPlaceholder":"\u0448\u0440\u0438\u0444\u0442","touch.mouse-translate":"\u041F\u0435\u0440\u0435\u0432\u0435\u0441\u0442\u0438 \u0443\u043A\u0430\u0437\u0430\u043D\u043D\u044B\u0439 \u0430\u0431\u0437\u0430\u0446","translationModeLang.translation.title":"\u0422\u043E\u043B\u044C\u043A\u043E \u0440\u0435\u0436\u0438\u043C \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430 \u044F\u0437\u044B\u043A\u0430","error.serveConfigError":"\u041E\u0448\u0438\u0431\u043A\u0430 \u043A\u043E\u043D\u0444\u0438\u0433\u0443\u0440\u0430\u0446\u0438\u0438 \u0441\u0435\u0440\u0432\u0438\u0441\u0430","error.403":"\u0421\u043B\u0443\u0436\u0431\u0430 \u0432\u043E\u0437\u0432\u0440\u0430\u0449\u0430\u0435\u0442 \u043E\u0448\u0438\u0431\u043A\u0443, \u0432\u0440\u0435\u043C\u0435\u043D\u043D\u043E \u043D\u0435\u0442 \u0434\u043E\u0441\u0442\u0443\u043F\u0430 \u043A \u044D\u0442\u043E\u0439 \u0441\u043B\u0443\u0436\u0431\u0435.","error.proUpgrade":"\u041F\u043E\u0441\u043B\u0435 \u043E\u0431\u043D\u043E\u0432\u043B\u0435\u043D\u0438\u044F, \u043F\u043E\u0436\u0430\u043B\u0443\u0439\u0441\u0442\u0430, \u043E\u0431\u043D\u043E\u0432\u0438\u0442\u0435 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u0443 \u0438 \u043F\u0435\u0440\u0435\u0432\u0435\u0434\u0438\u0442\u0435 \u0441\u043D\u043E\u0432\u0430.","translationModeUrl.translation.title":"\u0412\u0435\u0431-\u0430\u0434\u0440\u0435\u0441 \u0442\u043E\u043B\u044C\u043A\u043E \u0434\u043B\u044F \u0440\u0435\u0436\u0438\u043C\u0430 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430",enableSentryReport:"\u041A\u043E\u0433\u0434\u0430 \u043F\u0440\u043E\u0438\u0441\u0445\u043E\u0434\u0438\u0442 \u043E\u0448\u0438\u0431\u043A\u0430 \u0440\u0430\u0441\u0448\u0438\u0440\u0435\u043D\u0438\u044F, \u043E\u0442\u043F\u0440\u0430\u0432\u043B\u044F\u0439\u0442\u0435 \u043E\u0442\u0437\u044B\u0432\u044B \u0447\u0435\u0440\u0435\u0437 Sentry.","error.reloadPageOfSetting":"\u041F\u043E\u0441\u043B\u0435 \u043D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0438, \u043F\u043E\u0436\u0430\u043B\u0443\u0439\u0441\u0442\u0430, \u043E\u0431\u043D\u043E\u0432\u0438\u0442\u0435 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u0443 \u0438 \u043F\u0435\u0440\u0435\u0432\u0435\u0434\u0438\u0442\u0435 \u0441\u043D\u043E\u0432\u0430.","error.502":"\u0421\u0435\u0440\u0432\u0438\u0441 \u0432\u043E\u0437\u0432\u0440\u0430\u0449\u0430\u0435\u0442 \u043E\u0448\u0438\u0431\u043A\u0443, \u0432\u0440\u0435\u043C\u044F \u043E\u0436\u0438\u0434\u0430\u043D\u0438\u044F \u0441\u0435\u0440\u0432\u0438\u0441\u0430 \u0438\u0441\u0442\u0435\u043A\u043B\u043E, \u043F\u043E\u0436\u0430\u043B\u0443\u0439\u0441\u0442\u0430, \u043F\u043E\u043F\u0440\u043E\u0431\u0443\u0439\u0442\u0435 \u043F\u043E\u0437\u0436\u0435.","translationModeUrl.translation.description":"\u041A\u043E\u0433\u0434\u0430 \u0432\u0435\u0431-\u0441\u0430\u0439\u0442 \u0438\u043C\u0435\u0435\u0442 \u0441\u043B\u0435\u0434\u0443\u044E\u0449\u0438\u0435 \u0434\u043E\u043C\u0435\u043D\u043D\u044B\u0435 \u0438\u043C\u0435\u043D\u0430, \u043E\u043D \u0430\u0432\u0442\u043E\u043C\u0430\u0442\u0438\u0447\u0435\u0441\u043A\u0438 \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u0443\u0435\u0442 \u0440\u0435\u0436\u0438\u043C \u0442\u043E\u043B\u044C\u043A\u043E \u0441 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u043E\u043C.",videoSubtitlePreTranslationOn:"\u0412\u0438\u0434\u0435\u043E \u0441\u0443\u0431\u0442\u0438\u0442\u0440\u044B \u0431\u0443\u0434\u0443\u0442 \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u044C \u043F\u043E\u0433\u0440\u0443\u0436\u0435\u043D\u0438\u0435 \u0432 \u043F\u0435\u0440\u0435\u0432\u043E\u0434 \u0432 \u043F\u0435\u0440\u0432\u0443\u044E \u043E\u0447\u0435\u0440\u0435\u0434\u044C.","translationServices.inherit":"\u0421\u043B\u0435\u0434\u0443\u0439\u0442\u0435 \u0437\u0430 \u043E\u0441\u043D\u043E\u0432\u043D\u044B\u043C \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0447\u0435\u0441\u043A\u0438\u043C \u0441\u0435\u0440\u0432\u0438\u0441\u043E\u043C","error.proTokenInvalid":"\u0415\u0441\u043B\u0438 \u0432\u044B \u044F\u0432\u043B\u044F\u0435\u0442\u0435\u0441\u044C \u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u0435\u043B\u0435\u043C Pro, \u043F\u043E\u0436\u0430\u043B\u0443\u0439\u0441\u0442\u0430, \u0432\u043E\u0439\u0434\u0438\u0442\u0435 \u0432 \u0441\u0438\u0441\u0442\u0435\u043C\u0443, \u043F\u0440\u0435\u0436\u0434\u0435 \u0447\u0435\u043C \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u044C \u0441\u0435\u0440\u0432\u0438\u0441 Pro \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430.",toggleToService:"\u041F\u0435\u0440\u0435\u043A\u043B\u044E\u0447\u0438\u0442\u0435\u0441\u044C \u043D\u0430 {service} \u0438 \u043F\u043E\u043F\u0440\u043E\u0431\u0443\u0439\u0442\u0435 \u0441\u043D\u043E\u0432\u0430",videoSubtitlePreTranslationOff:"\u041F\u0440\u0438\u043E\u0440\u0438\u0442\u0435\u0442 \u0431\u0443\u0434\u0435\u0442 \u043E\u0442\u0434\u0430\u043D \u043C\u0430\u0448\u0438\u043D\u043D\u043E\u043C\u0443 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0443 \u0441\u0443\u0431\u0442\u0438\u0442\u0440\u043E\u0432, \u0432\u0441\u0442\u0440\u043E\u0435\u043D\u043D\u044B\u0445 \u0432 \u043E\u0440\u0438\u0433\u0438\u043D\u0430\u043B\u044C\u043D\u043E\u0435 \u0432\u0438\u0434\u0435\u043E.","error.gemini.429":"\u0422\u0435\u043A\u0443\u0449\u0430\u044F \u0441\u043B\u0443\u0436\u0431\u0430 Gemini \u0443\u0436\u0435 \u0434\u043E\u0441\u0442\u0438\u0433\u043B\u0430 \u0441\u0432\u043E\u0435\u0433\u043E \u043F\u0440\u0435\u0434\u0435\u043B\u0430, \u043F\u043E\u0436\u0430\u043B\u0443\u0439\u0441\u0442\u0430, \u043F\u043E\u043F\u0440\u043E\u0431\u0443\u0439\u0442\u0435 \u043F\u043E\u0437\u0436\u0435 \u0438\u043B\u0438 \u043F\u0435\u0440\u0435\u043A\u043B\u044E\u0447\u0438\u0442\u0435\u0441\u044C \u043D\u0430 \u0434\u0440\u0443\u0433\u0443\u044E \u0441\u043B\u0443\u0436\u0431\u0443 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430.","translationModeLang.translation.description":'\u041A\u043E\u0433\u0434\u0430 \u044F\u0437\u044B\u043A \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u044B \u044F\u0432\u043B\u044F\u0435\u0442\u0441\u044F \u043E\u0434\u043D\u0438\u043C \u0438\u0437 \u0441\u043B\u0435\u0434\u0443\u044E\u0449\u0438\u0445, \u0430\u0432\u0442\u043E\u043C\u0430\u0442\u0438\u0447\u0435\u0441\u043A\u0438 \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u0443\u0435\u0442\u0441\u044F \u0440\u0435\u0436\u0438\u043C "\u0442\u043E\u043B\u044C\u043A\u043E \u043F\u0435\u0440\u0435\u0432\u043E\u0434".',"translationFont.notSupportErrorMessage":"\u041F\u043E\u0436\u0430\u043B\u0443\u0439\u0441\u0442\u0430, \u043F\u0440\u043E\u0432\u0435\u0440\u044C\u0442\u0435 \u043F\u0440\u0430\u0432\u0438\u043B\u044C\u043D\u043E\u0441\u0442\u044C \u0432\u0432\u0435\u0434\u0435\u043D\u043D\u043E\u0433\u043E \u0432\u0430\u043C\u0438 \u043D\u0430\u0437\u0432\u0430\u043D\u0438\u044F \u0448\u0440\u0438\u0444\u0442\u0430 \u0438\u043B\u0438 \u0443\u0431\u0435\u0434\u0438\u0442\u0435\u0441\u044C, \u0447\u0442\u043E \u044D\u0442\u043E\u0442 \u0448\u0440\u0438\u0444\u0442 \u0443\u0436\u0435 \u0443\u0441\u0442\u0430\u043D\u043E\u0432\u043B\u0435\u043D \u043D\u0430 \u0432\u0430\u0448\u0435\u043C \u0443\u0441\u0442\u0440\u043E\u0439\u0441\u0442\u0432\u0435.","error.429":"\u0421\u0435\u0440\u0432\u0438\u0441 \u0432\u043E\u0437\u0432\u0440\u0430\u0449\u0430\u0435\u0442 \u043E\u0448\u0438\u0431\u043A\u0443, \u0447\u0442\u043E \u0443\u043A\u0430\u0437\u044B\u0432\u0430\u0435\u0442 \u043D\u0430 \u0441\u043B\u0438\u0448\u043A\u043E\u043C \u0447\u0430\u0441\u0442\u044B\u0435 \u0437\u0430\u043F\u0440\u043E\u0441\u044B \u0438\u043B\u0438 \u043F\u0440\u0435\u0432\u044B\u0448\u0435\u043D\u0438\u0435 \u043B\u0438\u043C\u0438\u0442\u0430. \u041F\u043E\u0436\u0430\u043B\u0443\u0439\u0441\u0442\u0430, \u043F\u043E\u043F\u0440\u043E\u0431\u0443\u0439\u0442\u0435 \u043F\u043E\u0437\u0436\u0435.","error.400":"\u0421\u043B\u0443\u0436\u0431\u0430 \u0432\u043E\u0437\u0432\u0440\u0430\u0449\u0430\u0435\u0442 \u043E\u0448\u0438\u0431\u043A\u0443, \u043D\u0435\u0432\u0435\u0440\u043D\u044B\u0439 \u0437\u0430\u043F\u0440\u043E\u0441 \u043F\u0430\u0440\u0430\u043C\u0435\u0442\u0440\u0430, \u043F\u0440\u043E\u0432\u0435\u0440\u044C\u0442\u0435 \u0441\u043E\u043E\u0442\u0432\u0435\u0442\u0441\u0442\u0432\u0443\u044E\u0449\u0443\u044E \u043A\u043E\u043D\u0444\u0438\u0433\u0443\u0440\u0430\u0446\u0438\u044E.","error.openAIExceededQuota":"\u0421\u0435\u0440\u0432\u0438\u0441 \u0432\u043E\u0437\u0432\u0440\u0430\u0449\u0430\u0435\u0442 \u043E\u0448\u0438\u0431\u043A\u0443: \u043D\u0430 \u0432\u0430\u0448\u0435\u043C \u0442\u0435\u043A\u0443\u0449\u0435\u043C \u0441\u0447\u0435\u0442\u0443 OpenAI \u043D\u0435\u0434\u043E\u0441\u0442\u0430\u0442\u043E\u0447\u043D\u043E \u0441\u0440\u0435\u0434\u0441\u0442\u0432, \u043F\u043E\u0436\u0430\u043B\u0443\u0439\u0441\u0442\u0430, \u043F\u043E\u043F\u043E\u043B\u043D\u0438\u0442\u0435 \u0441\u0447\u0435\u0442 \u0438\u043B\u0438 \u043F\u0440\u0438\u0432\u044F\u0436\u0438\u0442\u0435 \u043A\u0440\u0435\u0434\u0438\u0442\u043D\u0443\u044E \u043A\u0430\u0440\u0442\u0443 \u0432 \u043E\u0444\u0438\u0446\u0438\u0430\u043B\u044C\u043D\u043E\u0439 \u0430\u0434\u043C\u0438\u043D\u0438\u0441\u0442\u0440\u0430\u0442\u0438\u0432\u043D\u043E\u0439 \u043F\u0430\u043D\u0435\u043B\u0438 OpenAI.","error.googleLimitIp":"\u0421\u043B\u0443\u0436\u0431\u0430 \u0432\u043E\u0437\u0432\u0440\u0430\u0449\u0430\u0435\u0442 \u043E\u0448\u0438\u0431\u043A\u0443, Google \u043E\u0433\u0440\u0430\u043D\u0438\u0447\u0438\u0432\u0430\u0435\u0442 \u0434\u043E\u0441\u0442\u0443\u043F \u0434\u043B\u044F \u044D\u0442\u043E\u0433\u043E IP-\u0430\u0434\u0440\u0435\u0441\u0430, \u0440\u0435\u043A\u043E\u043C\u0435\u043D\u0434\u0443\u0435\u0442\u0441\u044F \u0438\u0437\u043C\u0435\u043D\u0438\u0442\u044C \u0441\u0435\u0442\u0435\u0432\u043E\u0439 \u0443\u0437\u0435\u043B.","desc.toggleVideoSubtitlePreTranslation":"\u041F\u043E\u0441\u043B\u0435 \u043D\u0430\u0436\u0430\u0442\u0438\u044F, \u0434\u0432\u0443\u044F\u0437\u044B\u0447\u043D\u044B\u0435 \u0441\u0443\u0431\u0442\u0438\u0442\u0440\u044B \u0432\u0438\u0434\u0435\u043E \u0431\u0443\u0434\u0443\u0442 \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u044C \u043D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0438 \u043F\u043E\u0433\u0440\u0443\u0436\u0435\u043D\u0438\u044F \u0432 \u043F\u0435\u0440\u0435\u0432\u043E\u0434 \u0432 \u043F\u0435\u0440\u0432\u0443\u044E \u043E\u0447\u0435\u0440\u0435\u0434\u044C, \u043F\u0440\u0438 \u043F\u043E\u0432\u0442\u043E\u0440\u043D\u043E\u043C \u043D\u0430\u0436\u0430\u0442\u0438\u0438 \u0431\u0443\u0434\u0435\u0442 \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u044C\u0441\u044F \u043C\u0430\u0448\u0438\u043D\u043D\u044B\u0439 \u043F\u0435\u0440\u0435\u0432\u043E\u0434 \u0441\u0443\u0431\u0442\u0438\u0442\u0440\u043E\u0432 \u0438\u0437\u043D\u0430\u0447\u0430\u043B\u044C\u043D\u043E\u0433\u043E \u0432\u0438\u0434\u0435\u043E. \u041E\u0431\u0440\u0430\u0442\u0438\u0442\u0435 \u0432\u043D\u0438\u043C\u0430\u043D\u0438\u0435: \u044D\u0442\u043E\u0442 \u044F\u0440\u043B\u044B\u043A \u0438\u0437\u043C\u0435\u043D\u044F\u0435\u0442 \u0433\u043B\u043E\u0431\u0430\u043B\u044C\u043D\u044B\u0435 \u043D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0438.","error.openAIFreeLimit":"\u0421\u0435\u0440\u0432\u0438\u0441 \u0432\u043E\u0437\u0432\u0440\u0430\u0449\u0430\u0435\u0442 \u043E\u0448\u0438\u0431\u043A\u0443, \u0442\u0435\u043A\u0443\u0449\u0430\u044F \u0447\u0430\u0441\u0442\u043E\u0442\u0430 \u0437\u0430\u043F\u0440\u043E\u0441\u043E\u0432 \u043D\u0430 \u043F\u0435\u0440\u0435\u0432\u043E\u0434 \u0434\u043E\u0441\u0442\u0438\u0433\u043B\u0430 \u043F\u0440\u0435\u0434\u0435\u043B\u0430 \u0432 3 \u0440\u0430\u0437\u0430 \u0432 \u043C\u0438\u043D\u0443\u0442\u0443, \u043F\u043E\u0436\u0430\u043B\u0443\u0439\u0441\u0442\u0430, \u043F\u043E\u043F\u0440\u043E\u0431\u0443\u0439\u0442\u0435 \u043F\u043E\u0437\u0436\u0435. (\u042D\u0442\u043E \u043E\u0433\u0440\u0430\u043D\u0438\u0447\u0435\u043D\u0438\u0435 OpenAI \u0434\u043B\u044F \u0431\u0435\u0441\u043F\u043B\u0430\u0442\u043D\u043E\u0433\u043E API Key, \u0447\u0442\u043E\u0431\u044B \u0441\u043D\u044F\u0442\u044C \u044D\u0442\u043E \u043E\u0433\u0440\u0430\u043D\u0438\u0447\u0435\u043D\u0438\u0435, \u043F\u043E\u0436\u0430\u043B\u0443\u0439\u0441\u0442\u0430, \u043F\u0440\u0438\u0432\u044F\u0436\u0438\u0442\u0435 \u043A\u0440\u0435\u0434\u0438\u0442\u043D\u0443\u044E \u043A\u0430\u0440\u0442\u0443 \u0432 \u0431\u044D\u043A\u0435\u043D\u0434\u0435 OpenAI.)","error.serveUnavailable":"\u0412 \u043D\u0430\u0441\u0442\u043E\u044F\u0449\u0435\u0435 \u0432\u0440\u0435\u043C\u044F \u0443\u0441\u043B\u0443\u0433\u0430 [{serverName}], \u043A\u043E\u0442\u043E\u0440\u0443\u044E \u0432\u044B \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u0443\u0435\u0442\u0435, \u0432\u0440\u0435\u043C\u0435\u043D\u043D\u043E \u043D\u0435\u0434\u043E\u0441\u0442\u0443\u043F\u043D\u0430 \u0438\u0437-\u0437\u0430 \u043F\u0440\u043E\u0431\u043B\u0435\u043C \u0441 \u043F\u043E\u0434\u043A\u043B\u044E\u0447\u0435\u043D\u0438\u0435\u043C \u043A \u0441\u0435\u0442\u0438 \u0438\u043B\u0438 \u043F\u043E\u0441\u0442\u0430\u0432\u0449\u0438\u043A\u043E\u043C \u0443\u0441\u043B\u0443\u0433. \u0420\u0435\u043A\u043E\u043C\u0435\u043D\u0434\u0443\u0435\u043C \u0432\u0430\u043C \u043F\u043E\u043F\u0440\u043E\u0431\u043E\u0432\u0430\u0442\u044C \u043E\u0431\u043D\u043E\u0432\u0438\u0442\u044C \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u0443 \u0438\u043B\u0438 \u0438\u0437\u043C\u0435\u043D\u0438\u0442\u044C \u0434\u0440\u0443\u0433\u043E\u0439 \u0441\u0435\u0440\u0432\u0438\u0441 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430 \u0447\u0435\u0440\u0435\u0437 <1>\u043D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0438. \u0415\u0441\u043B\u0438 \u0432\u044B <2>Pro-\u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u0435\u043B\u044C, \u0432\u044B \u043C\u043E\u0436\u0435\u0442\u0435 \u0432\u044B\u0431\u0440\u0430\u0442\u044C \u0431\u043E\u043B\u0435\u0435 \u0441\u0442\u0430\u0431\u0438\u043B\u044C\u043D\u044B\u0435 \u0441\u0435\u0440\u0432\u0438\u0441\u044B \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430 DeepL \u0438\u043B\u0438 OpenAI (<3>\u043D\u0430\u0436\u043C\u0438\u0442\u0435 \u0437\u0434\u0435\u0441\u044C, \u0447\u0442\u043E\u0431\u044B \u043F\u043E\u043F\u0440\u043E\u0431\u043E\u0432\u0430\u0442\u044C \u0431\u0435\u0441\u043F\u043B\u0430\u0442\u043D\u043E). \u041A\u0440\u043E\u043C\u0435 \u0442\u043E\u0433\u043E, \u0432\u0430\u043C, \u0432\u043E\u0437\u043C\u043E\u0436\u043D\u043E, \u043F\u0440\u0438\u0434\u0435\u0442\u0441\u044F \u043F\u0440\u043E\u0432\u0435\u0440\u0438\u0442\u044C \u043D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0438 \u0432\u0430\u0448\u0435\u0439 \u0441\u0435\u0442\u0438 \u0438\u043B\u0438 \u043F\u0440\u043E\u043A\u0441\u0438.",pickAll:"\u0412\u044B\u0431\u0440\u0430\u0442\u044C \u0432\u0441\u0435","tagsInput.add":"+ \u0414\u043E\u0431\u0430\u0432\u0438\u0442\u044C",loggedIn:"\u0412\u0445\u043E\u0434 \u0432\u044B\u043F\u043E\u043B\u043D\u0435\u043D","widget.translateFile":"PDF/ePub","translationServices.gemini":"\u0411\u043B\u0438\u0437\u043D\u0435\u0446\u044B",notLogin:"\u041D\u0435 \u0432\u043E\u0448\u0435\u043B \u0432 \u0441\u0438\u0441\u0442\u0435\u043C\u0443","multipleClick.2":"\u0434\u0432\u043E\u0439\u043D\u043E\u0439 \u043A\u043B\u0438\u043A",goLogin:"\u0432\u043E\u0439\u0442\u0438 \u0432 \u0441\u0438\u0441\u0442\u0435\u043C\u0443","multipleClick.3":"\u0442\u0440\u043E\u0439\u043D\u043E\u0439 \u0443\u0434\u0430\u0440","error.subscriptionExpiredTitle":"\u0427\u043B\u0435\u043D\u0441\u0442\u0432\u043E \u0438\u0441\u0442\u0435\u043A\u043B\u043E",shortcutSettings:"\u0413\u043E\u0440\u044F\u0447\u0438\u0435 \u043A\u043B\u0430\u0432\u0438\u0448\u0438","widget.instruction":"\u0418\u043D\u0441\u0442\u0440\u0443\u043A\u0446\u0438\u044F \u043F\u043E \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u043D\u0438\u044E",contact:"\u0421\u0432\u044F\u0436\u0438\u0442\u0435\u0441\u044C \u0441 \u043D\u0430\u043C\u0438","widget.videoSubtitle":"\u0432\u0438\u0434\u0435\u043E \u0441\u0443\u0431\u0442\u0438\u0442\u0440\u044B","error.retry":"\u041F\u043E\u0432\u0442\u043E\u0440\u0438\u0442\u044C \u043F\u043E\u043F\u044B\u0442\u043A\u0443","widget.instructionTooltip":"\u041F\u0440\u043E\u0441\u043C\u043E\u0442\u0440 \u0438\u043D\u0441\u0442\u0440\u0443\u043A\u0446\u0438\u0439 \u043F\u043E \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u043D\u0438\u044E","subtitle.bilingual":"\u0434\u0432\u0443\u044F\u0437\u044B\u0447\u043D\u044B\u0435 \u0441\u0443\u0431\u0442\u0438\u0442\u0440\u044B","error.reason":"\u043F\u0440\u0438\u0447\u0438\u043D\u0430 \u043E\u0448\u0438\u0431\u043A\u0438",alwaysTranslateThisSite:"\u0412\u0441\u0435\u0433\u0434\u0430 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0438\u0442\u0435 \u044D\u0442\u043E\u0442 \u0441\u0430\u0439\u0442",touchShortcutsOff:"\u0437\u0430\u043A\u0440\u044B\u0442\u044C",neverTranslateThisSite:"\u041D\u0438\u043A\u043E\u0433\u0434\u0430 \u043D\u0435 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0438\u0442\u0435 \u044D\u0442\u043E\u0442 \u0441\u0430\u0439\u0442",buildSnapshots:"\u0421\u043E\u0437\u0434\u0430\u043D\u0438\u0435 \u0441\u043D\u0438\u043C\u043A\u0430 \u0432\u0435\u0431-\u0441\u0442\u0440\u0430\u043D\u0438\u0446\u044B","slide.left":"\u041F\u0440\u043E\u0432\u0435\u0434\u0438\u0442\u0435 \u0432\u043F\u0440\u0430\u0432\u043E","shortcutGroup.others":"\u0411\u043E\u043B\u044C\u0448\u0435 \u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u0435\u043B\u044C\u0441\u043A\u0438\u0445 \u0444\u0443\u043D\u043A\u0446\u0438\u0439 \u0433\u043E\u0440\u044F\u0447\u0438\u0445 \u043A\u043B\u0430\u0432\u0438\u0448",temprarilyChangeTranslationTo_openai:"\u0418\u0441\u043F\u043E\u043B\u044C\u0437\u0443\u0435\u0442\u0441\u044F OpenAI \u0434\u043B\u044F \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430 \u0442\u0435\u043A\u0443\u0449\u0435\u0439 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u044B","intro.hoverTitle":"\u041D\u0430\u0432\u0435\u0434\u0438\u0442\u0435 \u043A\u0443\u0440\u0441\u043E\u0440, \u0447\u0442\u043E\u0431\u044B \u043F\u0435\u0440\u0435\u0432\u0435\u0441\u0442\u0438 \u0442\u0435\u043A\u0443\u0449\u0438\u0439 \u0430\u0431\u0437\u0430\u0446","browser.translateWithDeepL":"\u0412\u0440\u0435\u043C\u0435\u043D\u043D\u043E \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u0443\u0439\u0442\u0435 DeepL \u0434\u043B\u044F \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430 \u0442\u0435\u043A\u0443\u0449\u0435\u0439 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u044B","slide.right":"\u0421\u0432\u0430\u0439\u043F \u0432\u043B\u0435\u0432\u043E",translationOnlyMode:"\u0422\u043E\u043B\u044C\u043A\u043E \u0440\u0435\u0436\u0438\u043C \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430",notLoginPro:"\u0412\u044B \u0435\u0449\u0435 \u043D\u0435 \u0432\u043E\u0448\u043B\u0438 \u0432 \u0441\u0432\u043E\u0439 \u0430\u043A\u043A\u0430\u0443\u043D\u0442",mouseHoverCustomKeyTitle:"\u041D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0430 \u0433\u043E\u0440\u044F\u0447\u0438\u0445 \u043A\u043B\u0430\u0432\u0438\u0448 \u043F\u0440\u0438 \u043D\u0430\u0432\u0435\u0434\u0435\u043D\u0438\u0438 \u043C\u044B\u0448\u0438","shortcutGroup.mouse":"\u041D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0430 \u0433\u043E\u0440\u044F\u0447\u0438\u0445 \u043A\u043B\u0430\u0432\u0438\u0448 \u043F\u0440\u0438 \u043D\u0430\u0432\u0435\u0434\u0435\u043D\u0438\u0438 \u043C\u044B\u0448\u0438",temprarilyChangeTranslationTo_deepl:"\u0418\u0441\u043F\u043E\u043B\u044C\u0437\u0443\u0435\u0442\u0441\u044F \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0447\u0438\u043A DeepL \u0434\u043B\u044F \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430 \u0442\u0435\u043A\u0443\u0449\u0435\u0439 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u044B.","browser.translateWithGoogle":"\u0412\u0440\u0435\u043C\u0435\u043D\u043D\u043E\u0435 \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u043D\u0438\u0435 Google Translate \u0434\u043B\u044F \u0442\u0435\u043A\u0443\u0449\u0435\u0439 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u044B","shortcutGroup.touch":"\u0421\u043F\u0435\u0446\u0438\u0430\u043B\u044C\u043D\u044B\u0435 \u0436\u0435\u0441\u0442\u044B \u0434\u043B\u044F \u0441\u0435\u043D\u0441\u043E\u0440\u043D\u043E\u0433\u043E \u044D\u043A\u0440\u0430\u043D\u0430","browser.translateInputBox":"\u041F\u0435\u0440\u0435\u0432\u0435\u0441\u0442\u0438 \u0442\u0435\u043A\u0443\u0449\u0435\u0435 \u0441\u043E\u0434\u0435\u0440\u0436\u0438\u043C\u043E\u0435 \u0432\u0432\u043E\u0434\u0430","widget.videoSubtitleTooltip":"\u041F\u043E\u0434\u0434\u0435\u0440\u0436\u043A\u0430 Youtube \u0438 \u0434\u0440\u0443\u0433\u0438\u0445 {count}+ \u0432\u0438\u0434\u0435\u043E-\u0441\u0430\u0439\u0442\u043E\u0432","browser.translateWithGemini":"\u0412\u0440\u0435\u043C\u0435\u043D\u043D\u043E \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u0443\u0439\u0442\u0435 Gemini \u0434\u043B\u044F \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430 \u0442\u0435\u043A\u0443\u0449\u0435\u0439 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u044B","subtitle.hideQuickButton":"\u0411\u043E\u043B\u044C\u0448\u0435 \u043D\u0435 \u043F\u043E\u043A\u0430\u0437\u044B\u0432\u0430\u0442\u044C \u044D\u0442\u043E\u0442 \u044F\u0440\u043B\u044B\u043A","browser.translateWithBing":"\u0412\u0440\u0435\u043C\u0435\u043D\u043D\u043E \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u0443\u0439\u0442\u0435 Microsoft \u0434\u043B\u044F \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430 \u0442\u0435\u043A\u0443\u0449\u0435\u0439 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u044B","browser.translateWithTransmart":"\u0412\u0440\u0435\u043C\u0435\u043D\u043D\u043E \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u0443\u0439\u0442\u0435 Tencent \u0434\u043B\u044F \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430 \u0442\u0435\u043A\u0443\u0449\u0435\u0439 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u044B","multipleClick.4":"\u0447\u0435\u0442\u044B\u0440\u0435\u0445\u043A\u0440\u0430\u0442\u043D\u044B\u0439 \u0443\u0434\u0430\u0440",temprarilyChangeTranslationTo_gemini:"\u0418\u0441\u043F\u043E\u043B\u044C\u0437\u0443\u0435\u0442\u0441\u044F \u043F\u0435\u0440\u0435\u0432\u043E\u0434 \u0442\u0435\u043A\u0443\u0449\u0435\u0439 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u044B \u0441 \u043F\u043E\u043C\u043E\u0449\u044C\u044E Gemini","floatBall.longPress":"\u0423\u0434\u0435\u0440\u0436\u0438\u0432\u0430\u0439\u0442\u0435 \u043A\u043D\u043E\u043F\u043A\u0443, \u0447\u0442\u043E\u0431\u044B \u0431\u044B\u0441\u0442\u0440\u043E \u043E\u0442\u043A\u0440\u044B\u0442\u044C \u043F\u0430\u043D\u0435\u043B\u044C \u043D\u0430\u0441\u0442\u0440\u043E\u0435\u043A.",shortcutSettingsTitle:"\u041D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0430 \u0433\u043E\u0440\u044F\u0447\u0438\u0445 \u043A\u043B\u0430\u0432\u0438\u0448",networkError:"\u041F\u0440\u043E\u0431\u043B\u0435\u043C\u044B \u0441 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0447\u0435\u0441\u043A\u0438\u043C \u0441\u0435\u0440\u0432\u0438\u0441\u043E\u043C \u0438\u043B\u0438 \u0441\u0435\u0442\u044C\u044E","intro.floatBallTitle":"\u0411\u044B\u0441\u0442\u0440\u044B\u0439 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0447\u0438\u043A \u0432\u0441\u043F\u043B\u044B\u0432\u0430\u044E\u0449\u0435\u0433\u043E \u0448\u0430\u0440\u0430",temprarilyChangeTranslationTo_transmart:"\u0418\u0441\u043F\u043E\u043B\u044C\u0437\u0443\u0435\u0442\u0441\u044F \u043F\u0435\u0440\u0435\u0432\u043E\u0434 \u0442\u0435\u043A\u0443\u0449\u0435\u0439 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u044B \u0447\u0435\u0440\u0435\u0437 Tencent.","subtitle.autoDisableSubtitle":"\u041D\u0435 \u0430\u0432\u0442\u043E\u043C\u0430\u0442\u0438\u0447\u0435\u0441\u043A\u0438 \u0432\u043A\u043B\u044E\u0447\u0430\u0442\u044C \u0434\u0432\u0443\u044F\u0437\u044B\u0447\u043D\u044B\u0435 \u0441\u0443\u0431\u0442\u0438\u0442\u0440\u044B","browser.translateWithOpenAI":"\u0412\u0440\u0435\u043C\u0435\u043D\u043D\u043E \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u0443\u0439\u0442\u0435 OpenAI \u0434\u043B\u044F \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430 \u0442\u0435\u043A\u0443\u0449\u0435\u0439 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u044B","shortcutGroup.shortcutsForTranslationServices":"\u0421\u043E\u0447\u0435\u0442\u0430\u043D\u0438\u044F \u043A\u043B\u0430\u0432\u0438\u0448, \u0441\u0432\u044F\u0437\u0430\u043D\u043D\u044B\u0435 \u0441 \u0443\u0441\u043B\u0443\u0433\u0430\u043C\u0438 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430",temprarilyChangeTranslationTo_google:"\u0418\u0441\u043F\u043E\u043B\u044C\u0437\u0443\u0435\u0442\u0441\u044F Google Translate \u0434\u043B\u044F \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430 \u0442\u0435\u043A\u0443\u0449\u0435\u0439 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u044B.",paragraphMinTextCountField:"\u041C\u0438\u043D\u0438\u043C\u0430\u043B\u044C\u043D\u043E\u0435 \u043A\u043E\u043B\u0438\u0447\u0435\u0441\u0442\u0432\u043E \u0441\u0438\u043C\u0432\u043E\u043B\u043E\u0432, \u043D\u0435\u043E\u0431\u0445\u043E\u0434\u0438\u043C\u044B\u0445 \u0434\u043B\u044F \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430 \u0430\u0431\u0437\u0430\u0446\u0430",temprarilyChangeTranslationTo_bing:"\u0418\u0441\u043F\u043E\u043B\u044C\u0437\u0443\u0435\u0442\u0441\u044F Microsoft \u0434\u043B\u044F \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430 \u0442\u0435\u043A\u0443\u0449\u0435\u0439 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u044B",upgradeToProErrorTitle:"\u041F\u043E\u0436\u0430\u043B\u0443\u0439\u0441\u0442\u0430, \u043E\u0431\u043D\u043E\u0432\u0438\u0442\u0435 \u0434\u043E Pro-\u0447\u043B\u0435\u043D\u0441\u0442\u0432\u0430, \u0447\u0442\u043E\u0431\u044B \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u044C \u044D\u0442\u0443 \u0443\u0441\u043B\u0443\u0433\u0443 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430.","floatBall.guideClickToTranslate":`\u041D\u0430\u0436\u043C\u0438\u0442\u0435 \u043D\u0430 \u043F\u043B\u0430\u0432\u0430\u044E\u0449\u0438\u0439 \u0448\u0430\u0440 \u0434\u043B\u044F \u043F\u043E\u0433\u0440\u0443\u0436\u0435\u043D\u0438\u044F \u0432 \u043F\u0435\u0440\u0435\u0432\u043E\u0434, + {env.imt_sub_trans_field}: Traduzione`,"translationServices.claude":"Claude","subtitle.quickButton.black":"nero","subtitle.quickButton.blue":"blu","subtitle.quickButton.white":"bianco","subtitle.quickButton.green":"Verde","subtitle.quickButton.magenta":"Fucsia","subtitle.quickButton.sourceTextColor":"Colore del carattere originale","subtitle.quickButton.yellow":"giallo","subtitle.quickButton.sourceFontSize":"Dimensione originale del carattere","subtitle.quickButton.backgroundOpacity":"Opacit\xE0 di sfondo","subtitle.quickButton.translationPositionTop":"Sopra il testo originale","subtitle.quickButton.backgroundColor":"colore di sfondo","subtitle.quickButton.translationPosition":"Posizione del testo tradotto","subtitle.quickButton.translationPositionBottom":"Sotto il testo originale","subtitle.quickButton.red":"Rosso","subtitle.quickButton.cyan":"Blu","subtitle.quickButton.setting":"Impostazione","subtitle.quickButton.translationTextColor":"Colore del carattere del testo","subtitle.quickButton.translationFontSize":"Dimensione del carattere del testo tradotto",attachSubtitleTranslating:"Utilizzando {service} per la traduzione...","error.claude.403":"Non hai l'autorizzazione per accedere al servizio, potrebbe essere correlato alle restrizioni regionali di Claude, puoi provare a cambiare il tuo indirizzo IP o utilizzare altri servizi di traduzione.","browser.brandDescriptionForSafari":"\u3010Traduzione Immersiva\u3011Un plugin gratuito per la traduzione di pagine web bilingue (originale/tradotto), che supporta anche la traduzione di PDF e libri elettronici EPUB mantenendo la formattazione originale del documento, la traduzione di sottotitoli bilingui per video online come Youtube/Netflix, e supporta servizi di traduzione mainstream come Deepl/Google;","browser.PdfProFile":"Traduzione Pro di PDF guidata da AI","browser.textTranslate":"Traduzione del testo"};var Is={nologin:"\u043D\u0435 \u0432\u043E\u0448\u0451\u043B \u0432 \u0441\u0438\u0441\u0442\u0435\u043C\u0443",loginForSafari:"\u0412\u043E\u0439\u0442\u0438 \u0438\u043B\u0438 \u0437\u0430\u0440\u0435\u0433\u0438\u0441\u0442\u0440\u0438\u0440\u043E\u0432\u0430\u0442\u044C\u0441\u044F",login:"\u0412\u0445\u043E\u0434 \u0432 \u0441\u0438\u0441\u0442\u0435\u043C\u0443 \u0434\u043B\u044F \u043E\u0442\u043A\u0440\u044B\u0442\u0438\u044F \u0447\u043B\u0435\u043D\u0441\u0442\u0432\u0430",manageAccount:"\u0423\u043F\u0440\u0430\u0432\u043B\u044F\u0435\u043C\u044B\u0435 \u0441\u0447\u0435\u0442\u0430",openPremium:"\u041E\u0442\u043A\u0440\u044B\u0442\u043E\u0435 \u0447\u043B\u0435\u043D\u0441\u0442\u0432\u043E",logout:"\u043F\u0440\u0435\u0440\u0432\u0430\u0442\u044C",curentPlan:"\u0422\u0435\u043A\u0443\u0449\u0438\u0435 \u043F\u0430\u043A\u0435\u0442\u044B",endAt:"\u0441\u0440\u043E\u043A \u0434\u0435\u0439\u0441\u0442\u0432\u0438\u044F",endAuto:"\u0430\u0432\u0442\u043E\u043F\u0440\u043E\u0434\u043B\u0435\u043D\u0438\u0435",lineBreakMaxTextCount:"\u041C\u0430\u043A\u0441\u0438\u043C\u0430\u043B\u044C\u043D\u043E\u0435 \u043A\u043E\u043B\u0438\u0447\u0435\u0441\u0442\u0432\u043E \u0441\u0438\u043C\u0432\u043E\u043B\u043E\u0432, \u0434\u043E\u043F\u0443\u0441\u0442\u0438\u043C\u043E\u0435 \u0432 \u043E\u0434\u043D\u043E\u043C \u043F\u0440\u0435\u0434\u043B\u043E\u0436\u0435\u043D\u0438\u0438 \u043F\u043E\u0441\u043B\u0435 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430 \u0441\u0442\u0440\u043E\u043A\u0438","translate-pdf":"\u041D\u0430\u0436\u043C\u0438\u0442\u0435, \u0447\u0442\u043E\u0431\u044B \u043F\u0435\u0440\u0435\u0432\u0435\u0441\u0442\u0438 PDF","noSupportTranslate-pdf":"\u0421\u043A\u0440\u0438\u043F\u0442 \u043D\u0435 \u043F\u043E\u0434\u0434\u0435\u0440\u0436\u0438\u0432\u0430\u0435\u0442\u0441\u044F, \u043F\u043E\u0436\u0430\u043B\u0443\u0439\u0441\u0442\u0430, \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u0443\u0439\u0442\u0435 \u043F\u043B\u0430\u0433\u0438\u043D","translate-firefox-local-pdf":"\u041D\u0430\u0436\u043C\u0438\u0442\u0435 \u0434\u043B\u044F \u043F\u0435\u0440\u0435\u0445\u043E\u0434\u0430 \u043A \u0440\u0430\u0437\u0434\u0435\u043B\u0443 \u0418\u043C\u043F\u043E\u0440\u0442 PDF",enableLineBreak:"\u0412\u043A\u043B\u044E\u0447\u0438\u0442\u044C \u0430\u0432\u0442\u043E\u043C\u0430\u0442\u0438\u0447\u0435\u0441\u043A\u0443\u044E \u043F\u043E\u0434\u0430\u0447\u0443 \u0441\u0442\u0440\u043E\u043A\u0438 \u0434\u043B\u044F \u0434\u043B\u0438\u043D\u043D\u044B\u0445 \u0430\u0431\u0437\u0430\u0446\u0435\u0432",sponsorLabel:"$1 \u0421\u043F\u043E\u043D\u0441\u0438\u0440\u0443\u0435\u043C\u044B\u0435 \u0440\u0430\u0437\u0440\u0430\u0431\u043E\u0442\u0447\u0438\u043A\u0438",help:"\u0440\u0443\u043A\u0430",browserShortcutsNoteForFirefox:"\u0427\u0442\u043E\u0431\u044B \u0438\u0437\u043C\u0435\u043D\u0438\u0442\u044C \u044F\u0440\u043B\u044B\u043A\u0438 \u0432 Firefox, \u043D\u0435\u043E\u0431\u0445\u043E\u0434\u0438\u043C\u043E \u043E\u0442\u043A\u0440\u044B\u0442\u044C \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u0443 \u0443\u043F\u0440\u0430\u0432\u043B\u0435\u043D\u0438\u044F \u0440\u0430\u0441\u0448\u0438\u0440\u0435\u043D\u0438\u044F\u043C\u0438 `about:addons`, \u0437\u0430\u0442\u0435\u043C \u043D\u0430\u0436\u0430\u0442\u044C `Settings`, \u0430 \u0434\u043B\u044F \u043D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0438 \u044F\u0440\u043B\u044B\u043A\u043E\u0432 - `Manage Shortcuts`.",browserShortcutsNoteForChrome:"\u0414\u043B\u044F \u0438\u0437\u043C\u0435\u043D\u0435\u043D\u0438\u044F \u044F\u0440\u043B\u044B\u043A\u043E\u0432 \u0432 Chrome \u043D\u0435\u043E\u0431\u0445\u043E\u0434\u0438\u043C\u043E \u043E\u0442\u043A\u0440\u044B\u0442\u044C \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u0443 \u0443\u043F\u0440\u0430\u0432\u043B\u0435\u043D\u0438\u044F \u0440\u0430\u0441\u0448\u0438\u0440\u0435\u043D\u0438\u044F\u043C\u0438, \u0437\u0430\u0434\u0430\u0442\u044C \u0438\u0445 \u043D\u0430 \u043F\u0430\u043D\u0435\u043B\u0438 `Manage Shortcuts` (`chrome://extensions/shortcuts`) \u0438 \u043D\u0430\u0436\u0430\u0442\u044C \u043A\u043D\u043E\u043F\u043A\u0443 \u043D\u0438\u0436\u0435 \u0434\u043B\u044F \u043F\u0435\u0440\u0435\u0445\u043E\u0434\u0430 \u043D\u0430 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u0443 \u0443\u043F\u0440\u0430\u0432\u043B\u0435\u043D\u0438\u044F \u044F\u0440\u043B\u044B\u043A\u0430\u043C\u0438.",browserShortcutsSucks:"\u041D\u0430\u0441\u0442\u0440\u043E\u0435\u043D\u043D\u044B\u0435 \u044F\u0440\u043B\u044B\u043A\u0438 \u0438\u043C\u0435\u044E\u0442 \u0432\u0438\u0434 (\u0430\u0432\u0442\u043E\u0440\u0430\u0441\u043F\u043E\u0437\u043D\u0430\u0432\u0430\u043D\u0438\u0435 \u043D\u0435 \u043F\u0440\u043E\u0438\u0437\u0432\u043E\u0434\u0438\u0442\u0441\u044F, \u0432\u0432\u043E\u0434\u0438\u0442\u0435 \u043D\u0435\u043F\u043E\u0441\u0440\u0435\u0434\u0441\u0442\u0432\u0435\u043D\u043D\u043E)\uFF1A",enableLineBreakDescription:"\u041F\u0440\u0438 \u0432\u043A\u043B\u044E\u0447\u0435\u043D\u0438\u0438 \u044D\u0442\u043E\u0439 \u0444\u0443\u043D\u043A\u0446\u0438\u0438 \u0432 \u0434\u043B\u0438\u043D\u043D\u044B\u0445 \u0430\u0431\u0437\u0430\u0446\u0430\u0445 \u0432 \u043A\u043E\u043D\u0446\u0435 \u043A\u0430\u0436\u0434\u043E\u0433\u043E \u043F\u0440\u0435\u0434\u043B\u043E\u0436\u0435\u043D\u0438\u044F \u0431\u0443\u0434\u0443\u0442 \u0432\u0441\u0442\u0430\u0432\u043B\u0435\u043D\u044B \u043F\u0435\u0440\u0435\u043D\u043E\u0441\u044B \u0441\u0442\u0440\u043E\u043A, \u0447\u0442\u043E \u043E\u0431\u043B\u0435\u0433\u0447\u0438\u0442 \u0438\u0445 \u0447\u0442\u0435\u043D\u0438\u0435","browser.shortBrandName":"\u041F\u043E\u0433\u0440\u0443\u0436\u043D\u043E\u0439 \u043F\u0435\u0440\u0435\u0432\u043E\u0434","browser.brandName":"\u0418\u043C\u043C\u0435\u0440\u0441\u0438\u043E\u043D\u043D\u044B\u0439 \u043F\u0435\u0440\u0435\u0432\u043E\u0434: \u0434\u0432\u0443\u044F\u0437\u044B\u0447\u043D\u044B\u0439 \u043F\u0435\u0440\u0435\u0432\u043E\u0434 \u0432\u0435\u0431-\u0441\u0442\u0440\u0430\u043D\u0438\u0446 \u0438 PDF-\u0434\u043E\u043A\u0443\u043C\u0435\u043D\u0442\u043E\u0432","browser.brandDescription":"Bilingual web page translation, also supports PDF translation, bilingual Epub eBook translation, free to use.","browser.toggleTranslatePage":"\u041F\u0435\u0440\u0435\u0432\u0435\u0441\u0442\u0438 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u0443/\u043E\u0442\u043E\u0431\u0440\u0430\u0437\u0438\u0442\u044C \u043E\u0440\u0438\u0433\u0438\u043D\u0430\u043B\u044C\u043D\u044B\u0439 \u0442\u0435\u043A\u0441\u0442","browser.toggleTranslateTheWholePage":"\u041F\u0435\u0440\u0435\u0432\u0435\u0441\u0442\u0438 \u0432\u0441\u0435 \u043E\u0431\u043B\u0430\u0441\u0442\u0438 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u044B/\u043E\u0442\u043E\u0431\u0440\u0430\u0437\u0438\u0442\u044C \u043E\u0440\u0438\u0433\u0438\u043D\u0430\u043B\u044C\u043D\u044B\u0439 \u0442\u0435\u043A\u0441\u0442","browser.toggleOnlyTransation":"\u041F\u0435\u0440\u0435\u043A\u043B\u044E\u0447\u0438\u0442\u044C \u043D\u0430 \u0434\u0432\u0443\u044F\u0437\u044B\u0447\u043D\u044B\u0439 / \u0442\u043E\u043B\u044C\u043A\u043E \u043F\u0435\u0440\u0435\u0432\u043E\u0434 \u0440\u0435\u0436\u0438\u043C","browser.toggleTranslateToThePageEndImmediately":"\u041D\u0435\u043C\u0435\u0434\u043B\u0435\u043D\u043D\u044B\u0439 \u043F\u0435\u0440\u0435\u0432\u043E\u0434 \u0432 \u043D\u0438\u0436\u043D\u044E\u044E \u0447\u0430\u0441\u0442\u044C \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u044B/\u043E\u0442\u043E\u0431\u0440\u0430\u0436\u0435\u043D\u0438\u0435 \u043E\u0440\u0438\u0433\u0438\u043D\u0430\u043B\u044C\u043D\u043E\u0433\u043E \u0442\u0435\u043A\u0441\u0442\u0430","browser.toggleTranslateTheMainPage":"\u041F\u0435\u0440\u0435\u0432\u0435\u0441\u0442\u0438 \u043E\u0441\u043D\u043E\u0432\u043D\u0443\u044E \u043E\u0431\u043B\u0430\u0441\u0442\u044C \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u044B/\u043E\u0442\u043E\u0431\u0440\u0430\u0437\u0438\u0442\u044C \u043E\u0440\u0438\u0433\u0438\u043D\u0430\u043B\u044C\u043D\u044B\u0439 \u0442\u0435\u043A\u0441\u0442","browser.shareToDraft":"\u041F\u043E\u0434\u0435\u043B\u0438\u0442\u044C\u0441\u044F \u0414\u0432\u0443\u044F\u0437\u044B\u0447\u043D\u044B\u0435 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u044B","browser.openOptionsPage":"\u041E\u0442\u043A\u0440\u043E\u0439\u0442\u0435 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u0443 \u043D\u0430\u0441\u0442\u0440\u043E\u0435\u043A","browser.toggleTranslationMask":"\u041F\u043E\u043A\u0430\u0437\u0430\u0442\u044C/\u0441\u043A\u0440\u044B\u0442\u044C \u044D\u0444\u0444\u0435\u043A\u0442 \u0440\u0430\u0437\u043C\u044B\u0442\u0438\u044F \u043F\u0440\u0438 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0435","browser.translateLocalPdfFile":"\u041F\u0435\u0440\u0435\u0432\u043E\u0434 \u043B\u043E\u043A\u0430\u043B\u044C\u043D\u044B\u0445 PDF-\u0444\u0430\u0439\u043B\u043E\u0432","browser.openEbookViewer":"\u0427\u0438\u0442\u0430\u0442\u044C \u043C\u0435\u0441\u0442\u043D\u044B\u0435 \u044D\u043B\u0435\u043A\u0442\u0440\u043E\u043D\u043D\u044B\u0435 \u043A\u043D\u0438\u0433\u0438","browser.openEbookBuilder":"\u0421\u043E\u0437\u0434\u0430\u043D\u0438\u0435 \u0434\u0432\u0443\u044F\u0437\u044B\u0447\u043D\u044B\u0445 \u044D\u043B\u0435\u043A\u0442\u0440\u043E\u043D\u043D\u044B\u0445 \u043A\u043D\u0438\u0433 EPUB","browser.translateLocalHtmlFile":"\u041F\u0435\u0440\u0435\u0432\u043E\u0434 HTML/\u0442\u0435\u043A\u0441\u0442\u043E\u0432\u044B\u0445 \u0444\u0430\u0439\u043B\u043E\u0432","browser.donateContext":"\u0423\u0437\u043D\u0430\u0439\u0442\u0435 \u043E \u043F\u0440\u0435\u0438\u043C\u0443\u0449\u0435\u0441\u0442\u0432\u0430\u0445 \u0441\u043F\u043E\u043D\u0441\u043E\u0440\u0441\u0442\u0432\u0430","browser.translateLocalSubtitleFile":"\u041F\u0435\u0440\u0435\u0432\u043E\u0434 \u0444\u0430\u0439\u043B\u043E\u0432 \u043B\u043E\u043A\u0430\u043B\u044C\u043D\u044B\u0445 \u0441\u0443\u0431\u0442\u0438\u0442\u0440\u043E\u0432",confirmResetConfig:"\u0412\u044B \u0443\u0432\u0435\u0440\u0435\u043D\u044B, \u0447\u0442\u043E \u0445\u043E\u0442\u0438\u0442\u0435 \u0441\u0431\u0440\u043E\u0441\u0438\u0442\u044C \u043D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0438?",translationLineBreakSettingTitle:"\u041D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0430 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430 \u0441\u0442\u0440\u043E\u043A\u0438",smartLineBreak:"\u0438\u043D\u0442\u0435\u043B\u043B\u0435\u043A\u0442\u0443\u0430\u043B\u044C\u043D\u043E\u0435 \u043B\u0438\u043D\u0435\u0439\u043D\u043E\u0435 \u043F\u0438\u0442\u0430\u043D\u0438\u0435 (\u0432\u044B\u0447\u0438\u0441\u043B\u0438\u0442\u0435\u043B\u044C\u043D\u0430\u044F \u0442\u0435\u0445\u043D\u0438\u043A\u0430)",alwaysLineBreak:"\u0412\u0441\u0435\u0433\u0434\u0430 \u043F\u043E\u0434\u0430\u0447\u0430 \u0441\u0442\u0440\u043E\u043A\u0438",isShowContextMenu:"\u0414\u043E\u0431\u0430\u0432\u043B\u0435\u043D\u0438\u0435 \u043F\u0435\u0440\u0435\u0432\u0435\u0434\u0435\u043D\u043D\u044B\u0445 \u0441\u0442\u0440\u0430\u043D\u0438\u0446 \u0432 \u043F\u0443\u043D\u043A\u0442\u044B \u043C\u0435\u043D\u044E, \u0432\u044B\u0437\u044B\u0432\u0430\u0435\u043C\u044B\u0435 \u043F\u0440\u0430\u0432\u043E\u0439 \u043A\u043D\u043E\u043F\u043A\u043E\u0439 \u043C\u044B\u0448\u0438",toggleBeta:"\u0412\u043A\u043B\u044E\u0447\u0435\u043D\u0438\u0435 \u0444\u0443\u043D\u043A\u0446\u0438\u0439 \u0431\u0435\u0442\u0430-\u0442\u0435\u0441\u0442\u0438\u0440\u043E\u0432\u0430\u043D\u0438\u044F",betaDescription:"\u0412\u043A\u043B\u044E\u0447\u0438\u0442\u0435 \u0444\u0443\u043D\u043A\u0446\u0438\u0438, \u043A\u043E\u0442\u043E\u0440\u044B\u0435 \u043F\u043E\u043A\u0430 \u043D\u0430\u0445\u043E\u0434\u044F\u0442\u0441\u044F \u0432 \u0441\u0442\u0430\u0434\u0438\u0438 \u044D\u043A\u0441\u043F\u0435\u0440\u0438\u043C\u0435\u043D\u0442\u0430, \u0430 \u0442\u0430\u043A\u0436\u0435 \u0441\u043B\u0443\u0436\u0431\u0443 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430 \u0432 \u0431\u0435\u0442\u0430-\u0432\u0435\u0440\u0441\u0438\u0438. \u041F\u0440\u0438\u0441\u043E\u0435\u0434\u0438\u043D\u044F\u0439\u0442\u0435\u0441\u044C \u043A <1>\u0433\u0440\u0443\u043F\u043F\u0435 Telegram, \u0447\u0442\u043E\u0431\u044B \u0443\u0437\u043D\u0430\u0442\u044C \u0431\u043E\u043B\u044C\u0448\u0435.",translationLineBreakSettingDescription:"\u0414\u043B\u044F \u0441\u0442\u0440\u0430\u043D\u0438\u0446 \u0441 \u043D\u0435\u0431\u043E\u043B\u044C\u0448\u0438\u043C \u0441\u043E\u0434\u0435\u0440\u0436\u0430\u043D\u0438\u0435\u043C \u0432\u0441\u0435\u0433\u0434\u0430 \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u0443\u0439\u0442\u0435 \u0430\u043A\u043A\u0443\u0440\u0430\u0442\u043D\u044B\u0435 \u043F\u0435\u0440\u0435\u043D\u043E\u0441\u044B \u0441\u0442\u0440\u043E\u043A. (\u0414\u043B\u044F \u044D\u043A\u043E\u043D\u043E\u043C\u0438\u0438 \u043C\u0435\u0441\u0442\u0430 \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u0443\u0439\u0442\u0435 \u0433\u0440\u0430\u043C\u043E\u0442\u043D\u044B\u0435 \u043F\u0435\u0440\u0435\u043D\u043E\u0441\u044B \u0441\u0442\u0440\u043E\u043A \u0432 \u0434\u043B\u0438\u043D\u043D\u044B\u0445 \u0430\u0431\u0437\u0430\u0446\u0430\u0445 \u0441 \u0431\u043E\u043B\u044C\u0448\u0438\u043C \u0441\u043E\u0434\u0435\u0440\u0436\u0430\u043D\u0438\u0435\u043C (\u0431\u043E\u043B\u0435\u0435{count}\u0441\u0438\u043C\u0432\u043E\u043B\u043E\u0432)).",tempTranslateDomainTitle:"\u041F\u0440\u043E\u0434\u043E\u043B\u0436\u0438\u0442\u0435\u043B\u044C\u043D\u043E\u0441\u0442\u044C \u0432\u0440\u0435\u043C\u0435\u043D\u043D\u043E\u0433\u043E \u0432\u043A\u043B\u044E\u0447\u0435\u043D\u0438\u044F \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430 \u0441\u0430\u0439\u0442\u0430",tempTranslateDomainDescription:"\u041F\u0440\u0438 \u0440\u0443\u0447\u043D\u043E\u043C \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0435 \u0432\u0435\u0431-\u0441\u0442\u0440\u0430\u043D\u0438\u0446\u044B \u0432\u0440\u0435\u043C\u0435\u043D\u043D\u043E \u0432\u043A\u043B\u044E\u0447\u0438\u0442\u044C \u0430\u0432\u0442\u043E\u043C\u0430\u0442\u0438\u0447\u0435\u0441\u043A\u0438\u0439 \u043F\u0435\u0440\u0435\u0432\u043E\u0434, \u043F\u0440\u0438 \u044D\u0442\u043E\u043C \u043C\u043E\u0436\u043D\u043E \u0437\u0430\u0434\u0430\u0442\u044C \u0432\u0440\u0435\u043C\u0435\u043D\u043D\u0443\u044E \u043F\u0440\u043E\u0434\u043E\u043B\u0436\u0438\u0442\u0435\u043B\u044C\u043D\u043E\u0441\u0442\u044C.",xMinutes:"{count} \u043C\u0438\u043D\u0443\u0442",disabled:"\u0437\u0430\u043F\u0440\u0435\u0449\u0430\u0442\u044C \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u043D\u0438\u0435 \u0447\u0435\u0433\u043E-\u043B.",changelog:"\u0416\u0443\u0440\u043D\u0430\u043B \u043E\u0431\u043D\u043E\u0432\u043B\u0435\u043D\u0438\u0439",toggleTranslatePageWhenThreeFingersOnTheScreen:"\u041E\u0434\u043D\u043E\u0432\u0440\u0435\u043C\u0435\u043D\u043D\u043E\u0435 \u043A\u0430\u0441\u0430\u043D\u0438\u0435 \u044D\u043A\u0440\u0430\u043D\u0430 \u043D\u0435\u0441\u043A\u043E\u043B\u044C\u043A\u0438\u043C\u0438 \u043F\u0430\u043B\u044C\u0446\u0430\u043C\u0438 \u043E\u0431\u0435\u0441\u043F\u0435\u0447\u0438\u0432\u0430\u0435\u0442 \u043F\u0435\u0440\u0435\u0432\u043E\u0434 \u0432\u0435\u0431-\u0441\u0442\u0440\u0430\u043D\u0438\u0446/\u043E\u0442\u043E\u0431\u0440\u0430\u0436\u0435\u043D\u0438\u0435 \u043E\u0440\u0438\u0433\u0438\u043D\u0430\u043B\u044C\u043D\u043E\u0433\u043E \u0442\u0435\u043A\u0441\u0442\u0430",toggleTranslationMaskWhenThreeFingersOnTheScreen:"\u041F\u0440\u0438\u043A\u043E\u0441\u043D\u043E\u0432\u0435\u043D\u0438\u0435 \u043D\u0435\u0441\u043A\u043E\u043B\u044C\u043A\u0438\u043C\u0438 \u043F\u0430\u043B\u044C\u0446\u0430\u043C\u0438 \u043F\u043E\u043A\u0430\u0437\u044B\u0432\u0430\u0435\u0442/\u0441\u043A\u0440\u044B\u0432\u0430\u0435\u0442 \u044D\u0444\u0444\u0435\u043A\u0442 \u0440\u0430\u0437\u043C\u044B\u0442\u0438\u044F.",fingerCountToToggleTranslagePageOnlyTranslationWhenTouching:"\u041F\u0440\u0438 \u043E\u0434\u043D\u043E\u0432\u0440\u0435\u043C\u0435\u043D\u043D\u043E\u043C \u043A\u0430\u0441\u0430\u043D\u0438\u0438 \u044D\u043A\u0440\u0430\u043D\u0430 \u043D\u0435\u0441\u043A\u043E\u043B\u044C\u043A\u0438\u043C\u0438 \u043F\u0430\u043B\u044C\u0446\u0430\u043C\u0438 \u043E\u0441\u0443\u0449\u0435\u0441\u0442\u0432\u043B\u044F\u0435\u0442\u0441\u044F \u043F\u0435\u0440\u0435\u0432\u043E\u0434 \u0432\u0435\u0431-\u0441\u0442\u0440\u0430\u043D\u0438\u0446\u044B (\u0442\u043E\u043B\u044C\u043A\u043E \u043F\u0435\u0440\u0435\u0432\u043E\u0434)/\u043E\u0442\u043E\u0431\u0440\u0430\u0436\u0435\u043D\u0438\u0435 \u043E\u0440\u0438\u0433\u0438\u043D\u0430\u043B\u044C\u043D\u043E\u0433\u043E \u0442\u0435\u043A\u0441\u0442\u0430.",addUrlDescription:"\u041C\u043E\u0436\u0435\u0442 \u0431\u044B\u0442\u044C \u0434\u043E\u043C\u0435\u043D\u043D\u044B\u043C \u0438\u043C\u0435\u043D\u0435\u043C, \u0430 \u0442\u0430\u043A\u0436\u0435 \u043F\u043E\u0434\u0434\u0435\u0440\u0436\u0438\u0432\u0430\u0435\u0442 \u043F\u043E\u0434\u0441\u0442\u0430\u043D\u043E\u0432\u043E\u0447\u043D\u044B\u0435 \u0437\u043D\u0430\u043A\u0438, \u043D\u0430\u043F\u0440\u0438\u043C\u0435\u0440,\uFF1A*.google.com, google.com/mail/*, https://www.google.com/*.",general:"\u041E\u0441\u043D\u043E\u0432\u043D\u044B\u0435 \u043D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0438",clickToExpandConfig:"\u0420\u0430\u0441\u0448\u0438\u0440\u0438\u0442\u044C \u0442\u0435\u043A\u0443\u0449\u0443\u044E \u043A\u043E\u043D\u0444\u0438\u0433\u0443\u0440\u0430\u0446\u0438\u044E",import:"\u0418\u043C\u043F\u043E\u0440\u0442 \u0438\u0437 \u0444\u0430\u0439\u043B\u0430",export:"\u042D\u043A\u0441\u043F\u043E\u0440\u0442 \u0432 \u0444\u0430\u0439\u043B",toggleDebug:"\u0412\u044B\u0432\u0435\u0441\u0442\u0438 \u0436\u0443\u0440\u043D\u0430\u043B \u043E\u0442\u043B\u0430\u0434\u043A\u0438 \u043D\u0430 \u043A\u043E\u043D\u0441\u043E\u043B\u044C","fingers.0":"\u043A\u043B\u043E\u0442\u0443\u0440\u0430","fingers.2":"\u043A\u0430\u0441\u0430\u043D\u0438\u0435 \u0434\u0432\u0443\u043C\u044F \u043F\u0430\u043B\u044C\u0446\u0430\u043C\u0438","fingers.3":"\u043A\u0430\u0441\u0430\u043D\u0438\u0435 \u0442\u0440\u0435\u043C\u044F \u043F\u0430\u043B\u044C\u0446\u0430\u043C\u0438","fingers.4":"\u043A\u0430\u0441\u0430\u043D\u0438\u0435 \u0447\u0435\u0442\u044B\u0440\u044C\u043C\u044F \u043F\u0430\u043B\u044C\u0446\u0430\u043C\u0438","fingers.5":"\u043F\u044F\u0442\u0438\u043F\u0430\u043B\u044C\u0446\u0435\u0432\u043E\u0435 \u043A\u0430\u0441\u0430\u043D\u0438\u0435",mouseHoldKey:"+ {key} \u043F\u0435\u0440\u0435\u0432\u0435\u0441\u0442\u0438/\u0432\u043E\u0441\u0441\u0442\u0430\u043D\u043E\u0432\u0438\u0442\u044C \u0430\u0431\u0437\u0430\u0446",mouseHoldKeyAuto:"\u041F\u0440\u044F\u043C\u043E\u0439 \u043F\u0435\u0440\u0435\u0432\u043E\u0434 \u0430\u0431\u0437\u0430\u0446\u0430",mouseHoldKeyOff:"\u041D\u0435 \u0434\u0435\u043B\u0430\u0439\u0442\u0435 \u043D\u0438\u0447\u0435\u0433\u043E.",mouseHoldKeyOther:"\u041D\u0430\u0441\u0442\u0440\u0430\u0438\u0432\u0430\u0435\u043C\u044B\u0435 \u044F\u0440\u043B\u044B\u043A\u0438 (\u043E\u0442\u043A\u0440\u044B\u0442\u044C \u043D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0438)",mouseHoldKeyCustomKey:"{key} \u041F\u0435\u0440\u0435\u0432\u043E\u0434/\u0441\u043E\u043A\u0440\u0430\u0449\u0435\u043D\u0438\u0435 \u0430\u0431\u0437\u0430\u0446\u0430",mouseHoverHoldKey:"\u041F\u0435\u0440\u0435\u0432\u043E\u0434 \u0430\u0431\u0437\u0430\u0446\u0435\u0432 \u043E\u0441\u0443\u0449\u0435\u0441\u0442\u0432\u043B\u044F\u0435\u0442\u0441\u044F \u043D\u0430\u0436\u0430\u0442\u0438\u0435\u043C \u043A\u043B\u0430\u0432\u0438\u0448\u0438 \u0431\u044B\u0441\u0442\u0440\u043E\u0433\u043E \u0434\u043E\u0441\u0442\u0443\u043F\u0430 \u043F\u0440\u0438 \u043D\u0430\u0432\u0435\u0434\u0435\u043D\u0438\u0438 \u043A\u0443\u0440\u0441\u043E\u0440\u0430 \u043C\u044B\u0448\u0438.","mouse-translate":"\u043D\u0430\u0432\u0435\u0434\u0435\u043D\u0438\u0435 \u043C\u044B\u0448\u0438",document:"(\u043A\u043E\u043C\u043F\u044C\u044E\u0442\u0435\u0440\u043D\u044B\u0439) \u0444\u0430\u0439\u043B",resetSuccess:"\u0423\u0441\u043F\u0435\u0448\u043D\u044B\u0439 \u0441\u0431\u0440\u043E\u0441 \u0432\u0441\u0435\u0445 \u043D\u0430\u0441\u0442\u0440\u043E\u0435\u043A",resetThisSuccess:"\u0421\u0431\u0440\u043E\u0441 \u0443\u0441\u043F\u0435\u0448\u0435\u043D",saved:"\u0421\u043E\u0445\u0440\u0430\u043D\u0438\u0442\u044C \u0443\u0441\u043F\u0435\u0448\u043D\u044B\u0439",successImportConfig:"\u0423\u0441\u043F\u0435\u0448\u043D\u044B\u0439 \u0438\u043C\u043F\u043E\u0440\u0442 \u043A\u043E\u043D\u0444\u0438\u0433\u0443\u0440\u0430\u0446\u0438\u0438",goAdvancedSettings:"\u041F\u0435\u0440\u0435\u0439\u0434\u0438\u0442\u0435 \u043D\u0430 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u0443 \u0414\u043E\u043F\u043E\u043B\u043D\u0438\u0442\u0435\u043B\u044C\u043D\u044B\u0435 \u043D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0438",goAdvancedInterfaceSettings:"\u041F\u0435\u0440\u0435\u0439\u0434\u0438\u0442\u0435 \u043D\u0430 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u0443 \u0414\u043E\u043F\u043E\u043B\u043D\u0438\u0442\u0435\u043B\u044C\u043D\u044B\u0435 \u043F\u0430\u0440\u0430\u043C\u0435\u0442\u0440\u044B \u043D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0438",advanced:"\u0414\u043E\u043F\u043E\u043B\u043D\u0438\u0442\u0435\u043B\u044C\u043D\u044B\u0435 \u043D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0438",advancedDescription:"\u041A\u0430\u043A \u043F\u0440\u0430\u0432\u0438\u043B\u043E, \u043D\u0438\u043A\u0430\u043A\u0438\u0445 \u043D\u0430\u0441\u0442\u0440\u043E\u0435\u043A \u043D\u0435 \u0442\u0440\u0435\u0431\u0443\u0435\u0442\u0441\u044F, \u043F\u0440\u043E\u0441\u0442\u043E \u043E\u0441\u0442\u0430\u0432\u044C\u0442\u0435 \u0432\u0441\u0435 \u043F\u043E \u0443\u043C\u043E\u043B\u0447\u0430\u043D\u0438\u044E. \u0422\u043E\u043B\u044C\u043A\u043E \u0434\u043B\u044F \u0431\u043E\u043B\u0435\u0435 \u0441\u043F\u0435\u0446\u0438\u0430\u043B\u0438\u0437\u0438\u0440\u043E\u0432\u0430\u043D\u043D\u044B\u0445 \u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u0435\u043B\u0435\u0439 \u0434\u043E\u0441\u0442\u0443\u043F\u043D\u044B \u0431\u043E\u043B\u0435\u0435 \u043F\u0435\u0440\u0441\u043E\u043D\u0430\u043B\u0438\u0437\u0438\u0440\u043E\u0432\u0430\u043D\u043D\u044B\u0435 \u043D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0438.",developer:"\u041D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0438 \u0440\u0430\u0437\u0440\u0430\u0431\u043E\u0442\u0447\u0438\u043A\u0430",donateCafe:"\u0446\u0435\u043D\u044B","translate to the bottom of the page":"\u041F\u0435\u0440\u0435\u0432\u043E\u0434\u0438\u0442\u0441\u044F \u043B\u0438 \u043E\u043D \u0432 \u043D\u0438\u0436\u043D\u044E\u044E \u0447\u0430\u0441\u0442\u044C \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u044B \u0441\u0440\u0430\u0437\u0443 \u043F\u043E\u0441\u043B\u0435 \u0432\u0445\u043E\u0434\u0430 \u043D\u0430 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u0443?",feedback:"\u0412\u043E\u043F\u0440\u043E\u0441-\u043E\u0442\u0432\u0435\u0442",toggleTranslatePage:"\u041F\u0435\u0440\u0435\u0432\u0435\u0441\u0442\u0438 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u0443/\u043E\u0442\u043E\u0431\u0440\u0430\u0437\u0438\u0442\u044C \u043E\u0440\u0438\u0433\u0438\u043D\u0430\u043B\u044C\u043D\u044B\u0439 \u0442\u0435\u043A\u0441\u0442",translateToThePageEndImmediatelyDescription:"\u041F\u0440\u0438 \u0432\u043A\u043B\u044E\u0447\u0435\u043D\u0438\u0438 \u044D\u0442\u043E\u0439 \u0444\u0443\u043D\u043A\u0446\u0438\u0438 \u0441\u043E\u0434\u0435\u0440\u0436\u0438\u043C\u043E\u0435 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u044B \u0431\u0443\u0434\u0435\u0442 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0438\u0442\u044C\u0441\u044F \u0441\u0432\u0435\u0440\u0445\u0443 \u0432\u043D\u0438\u0437 \u043F\u043E \u043C\u0435\u0440\u0435 \u0432\u0432\u043E\u0434\u0430. \u041F\u0440\u0438 \u0432\u044B\u043A\u043B\u044E\u0447\u0435\u043D\u0438\u0438 \u044D\u0442\u043E\u0439 \u0444\u0443\u043D\u043A\u0446\u0438\u0438 \u043F\u0435\u0440\u0435\u0432\u043E\u0434 \u0431\u0443\u0434\u0435\u0442 \u0432\u044B\u043F\u043E\u043B\u043D\u044F\u0442\u044C\u0441\u044F \u043F\u043E \u043C\u0435\u0440\u0435 \u0447\u0442\u0435\u043D\u0438\u044F. (\u041D\u0435 \u0440\u0435\u043A\u043E\u043C\u0435\u043D\u0434\u0443\u0435\u0442\u0441\u044F)","translate all areas of the page":"\u041F\u0435\u0440\u0435\u0432\u043E\u0434\u0438\u0442\u044C \u043B\u0438 \u0432\u0441\u0435 \u043E\u0431\u043B\u0430\u0441\u0442\u0438 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u044B",translationAreaDescription:"\u041F\u0440\u0438 \u0432\u043A\u043B\u044E\u0447\u0435\u043D\u0438\u0438 \u044D\u0442\u043E\u0439 \u043E\u043F\u0446\u0438\u0438 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u044F\u0442\u0441\u044F \u0432\u0441\u0435 \u043E\u0431\u043B\u0430\u0441\u0442\u0438 \u0432\u0441\u0435\u0439 \u0432\u0435\u0431-\u0441\u0442\u0440\u0430\u043D\u0438\u0446\u044B. \u041F\u0440\u0438 \u0432\u044B\u043A\u043B\u044E\u0447\u0435\u043D\u0438\u0438 \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u0443\u0435\u0442\u0441\u044F \u0438\u043D\u0442\u0435\u043B\u043B\u0435\u043A\u0442\u0443\u0430\u043B\u044C\u043D\u043E\u0435 \u0440\u0430\u0441\u043F\u043E\u0437\u043D\u0430\u0432\u0430\u043D\u0438\u0435 \u043F\u043E \u0443\u043C\u043E\u043B\u0447\u0430\u043D\u0438\u044E \u0438 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u044F\u0442\u0441\u044F \u0442\u043E\u043B\u044C\u043A\u043E \u043E\u0441\u043D\u043E\u0432\u043D\u044B\u0435 \u043E\u0431\u043B\u0430\u0441\u0442\u0438. (\u041D\u0435 \u0440\u0435\u043A\u043E\u043C\u0435\u043D\u0434\u0443\u0435\u0442\u0441\u044F \u0432\u043A\u043B\u044E\u0447\u0430\u0442\u044C)","the number of characters to be translated first":"\u041F\u0440\u044F\u043C\u043E\u0439 \u043F\u0435\u0440\u0435\u0432\u043E\u0434 \u043F\u0435\u0440\u0432\u044B\u0445 \u043D\u0435\u0441\u043A\u043E\u043B\u044C\u043A\u0438\u0445 \u0441\u0438\u043C\u0432\u043E\u043B\u043E\u0432 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u044B \u0431\u0435\u0437 \u043E\u0436\u0438\u0434\u0430\u043D\u0438\u044F \u043F\u0440\u043E\u043A\u0440\u0443\u0442\u043A\u0438 \u0432 \u043E\u0431\u043B\u0430\u0441\u0442\u044C \u043F\u0440\u043E\u0441\u043C\u043E\u0442\u0440\u0430","interface language":"\u044F\u0437\u044B\u043A \u0438\u043D\u0442\u0435\u0440\u0444\u0435\u0439\u0441\u0430","display both the original text and the translation":"\u041E\u0434\u043D\u043E\u0432\u0440\u0435\u043C\u0435\u043D\u043D\u043E\u0435 \u043E\u0442\u043E\u0431\u0440\u0430\u0436\u0435\u043D\u0438\u0435 \u043E\u0440\u0438\u0433\u0438\u043D\u0430\u043B\u0430 \u0438 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430","keyboard shortcuts":"\u041A\u043B\u0430\u0432\u0438\u0430\u0442\u0443\u0440\u043D\u044B\u0435 \u0441\u043E\u043A\u0440\u0430\u0449\u0435\u043D\u0438\u044F",modify:"\u041C\u043E\u0434\u0438\u0444\u0438\u043A\u0430\u0446\u0438\u044F \u043A\u043B\u0430\u0432\u0438\u0448 \u0431\u044B\u0441\u0442\u0440\u043E\u0433\u043E \u0434\u043E\u0441\u0442\u0443\u043F\u0430",reset:"\u043F\u0435\u0440\u0435\u043F\u0440\u043E\u0444\u0438\u043B\u0438\u0440\u043E\u0432\u0430\u043D\u0438\u0435",close:"\u043A\u043B\u043E\u0442\u0443\u0440\u0430",homepage:"\u0434\u043E\u043C\u0430\u0448\u043D\u044F\u044F \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u0430",more:"\u043F\u043E\u0434\u0440\u043E\u0431\u043D\u0435\u0435",moreOptions:"\u0420\u0430\u0441\u0448\u0438\u0440\u0435\u043D\u0438\u0435 \u0432\u043E\u0437\u043C\u043E\u0436\u043D\u043E\u0441\u0442\u0435\u0439 \u043D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0438",translateTheWholePage:"\u041F\u0435\u0440\u0435\u0432\u043E\u0434\u0438\u0442\u044C \u0432\u0441\u0435 \u043E\u0431\u043B\u0430\u0441\u0442\u0438 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u044B (\u0432 \u043E\u0442\u043B\u0438\u0447\u0438\u0435 \u043E\u0442 \u0438\u043D\u0442\u0435\u043B\u043B\u0435\u043A\u0442\u0443\u0430\u043B\u044C\u043D\u043E\u0433\u043E \u0440\u0430\u0441\u043F\u043E\u0437\u043D\u0430\u0432\u0430\u043D\u0438\u044F \u043E\u0441\u043D\u043E\u0432\u043D\u044B\u0445 \u043E\u0431\u043B\u0430\u0441\u0442\u0435\u0439)",changeToTranslateTheWholePage:"\u041F\u0435\u0440\u0435\u043A\u043B\u044E\u0447\u0435\u043D\u0438\u0435 \u043D\u0430 \u043F\u0435\u0440\u0435\u0432\u043E\u0434 \u0432\u0441\u0435\u0445 \u0440\u0435\u0433\u0438\u043E\u043D\u043E\u0432",changeToTranslateTheMainPage:'\u041F\u0435\u0440\u0435\u0445\u043E\u0434 \u0432 \u043E\u0441\u043D\u043E\u0432\u043D\u0443\u044E \u043E\u0431\u043B\u0430\u0441\u0442\u044C "\u041F\u0435\u0440\u0435\u0432\u043E\u0434',changeToOnlyTranslationMode:"\u041F\u0435\u0440\u0435\u043A\u043B\u044E\u0447\u0435\u043D\u0438\u0435 \u043D\u0430 \u043E\u0442\u043E\u0431\u0440\u0430\u0436\u0435\u043D\u0438\u0435 \u0442\u043E\u043B\u044C\u043A\u043E \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u043E\u0432",changeToDualTranslationMode:"\u041F\u0435\u0440\u0435\u0445\u043E\u0434 \u043D\u0430 \u0434\u0432\u0443\u044F\u0437\u044B\u0447\u043D\u044B\u0439 \u043F\u0435\u0440\u0435\u0432\u043E\u0434",translateToThePageEndImmediately:"\u041D\u0435\u043C\u0435\u0434\u043B\u0435\u043D\u043D\u044B\u0439 \u043F\u0435\u0440\u0435\u0432\u043E\u0434 \u0432 \u043D\u0438\u0436\u043D\u044E\u044E \u0447\u0430\u0441\u0442\u044C \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u044B",translateTheMainPage:"\u041A\u043B\u044E\u0447\u0435\u0432\u044B\u0435 \u0440\u0435\u0433\u0438\u043E\u043D\u044B \u0438\u043D\u0442\u0435\u043B\u043B\u0435\u043A\u0442\u0443\u0430\u043B\u044C\u043D\u043E\u0433\u043E \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430","The local rules are up to date":"\u041C\u0435\u0441\u0442\u043D\u044B\u0435 \u043F\u0440\u0430\u0432\u0438\u043B\u0430 \u0430\u0434\u0430\u043F\u0442\u0430\u0446\u0438\u0438 \u0441\u043E\u043E\u0442\u0432\u0435\u0442\u0441\u0442\u0432\u0443\u044E\u0442 \u0441\u043E\u0432\u0440\u0435\u043C\u0435\u043D\u043D\u044B\u043C \u0442\u0440\u0435\u0431\u043E\u0432\u0430\u043D\u0438\u044F\u043C.","Successfully synchronized with the latest official rules:":"\u0423\u0441\u043F\u0435\u0448\u043D\u0430\u044F \u0441\u0438\u043D\u0445\u0440\u043E\u043D\u0438\u0437\u0430\u0446\u0438\u044F \u0441 \u043F\u043E\u0441\u043B\u0435\u0434\u043D\u0438\u043C\u0438 \u043E\u0444\u0438\u0446\u0438\u0430\u043B\u044C\u043D\u044B\u043C\u0438 \u043F\u0440\u0430\u0432\u0438\u043B\u0430\u043C\u0438 \u0430\u0434\u0430\u043F\u0442\u0430\u0446\u0438\u0438.","Checking for updates":"\u041F\u0440\u043E\u0432\u0435\u0440\u043A\u0430 \u043D\u0430\u043B\u0438\u0447\u0438\u044F \u043E\u0431\u043D\u043E\u0432\u043B\u0435\u043D\u0438\u0439","Rules are being synchronized":"\u0421\u0438\u043D\u0445\u0440\u043E\u043D\u0438\u0437\u0430\u0446\u0438\u044F \u043F\u0440\u0430\u0432\u0438\u043B \u0430\u0434\u0430\u043F\u0442\u0430\u0446\u0438\u0438",localVersionIsTooOld:"\u0412\u0435\u0440\u0441\u0438\u044F \u043B\u043E\u043A\u0430\u043B\u044C\u043D\u043E\u0433\u043E \u0440\u0430\u0441\u0448\u0438\u0440\u0435\u043D\u0438\u044F \u0441\u043B\u0438\u0448\u043A\u043E\u043C \u0443\u0441\u0442\u0430\u0440\u0435\u043B\u0430, \u043F\u043E\u0436\u0430\u043B\u0443\u0439\u0441\u0442\u0430, \u043E\u0431\u043D\u043E\u0432\u0438\u0442\u0435 \u0440\u0430\u0441\u0448\u0438\u0440\u0435\u043D\u0438\u0435 \u0434\u043E {minVersion} \u0438\u043B\u0438 \u0431\u043E\u043B\u0435\u0435 \u043D\u043E\u0432\u043E\u0439 \u0432\u0435\u0440\u0441\u0438\u0438 \u043F\u0435\u0440\u0435\u0434 \u043F\u043E\u043F\u044B\u0442\u043A\u043E\u0439 \u0441\u0438\u043D\u0445\u0440\u043E\u043D\u0438\u0437\u0430\u0446\u0438\u0438.",badUserscriptBrowser:"\u0422\u0435\u043A\u0443\u0449\u0438\u0439 \u0431\u0440\u0430\u0443\u0437\u0435\u0440 \u043D\u0435\u043A\u043E\u0440\u0440\u0435\u043A\u0442\u043D\u043E \u0440\u0435\u0430\u043B\u0438\u0437\u0443\u0435\u0442 \u0438\u043D\u0442\u0435\u0440\u0444\u0435\u0439\u0441 \u0440\u0430\u0441\u0448\u0438\u0440\u0435\u043D\u0438\u044F Grease Monkey (\u043D\u0430\u043F\u0440\u0438\u043C\u0435\u0440, \u0434\u043B\u044F \u043F\u043E\u043B\u0443\u0447\u0435\u043D\u0438\u044F \u0438\u043D\u0444\u043E\u0440\u043C\u0430\u0446\u0438\u0438 \u043E \u043D\u043E\u043C\u0435\u0440\u0435 \u0432\u0435\u0440\u0441\u0438\u0438 \u0441\u0430\u043C\u043E\u0433\u043E \u0441\u043A\u0440\u0438\u043F\u0442\u0430 Grease Monkey), \u043F\u043E\u0436\u0430\u043B\u0443\u0439\u0441\u0442\u0430, \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u0443\u0439\u0442\u0435 \u0434\u0440\u0443\u0433\u0438\u0435 \u0431\u0440\u0430\u0443\u0437\u0435\u0440\u044B, <1>\u043F\u043E\u0434\u0434\u0435\u0440\u0436\u0438\u0432\u0430\u044E\u0449\u0438\u0435 \u0440\u0430\u0441\u0448\u0438\u0440\u0435\u043D\u0438\u0435 Grease Monkey, \u043D\u0430\u043F\u0440\u0438\u043C\u0435\u0440 Firefox.",foundNewVersion:"\u0417\u043D\u0430\u043A\u043E\u043C\u0441\u0442\u0432\u043E \u0441 \u043D\u043E\u0432\u043E\u0439 \u0432\u0435\u0440\u0441\u0438\u0435\u0439",theLocalExtensionIsUpToUpdate:"\u0422\u0435\u043A\u0443\u0449\u0435\u0435 \u0440\u0430\u0441\u0448\u0438\u0440\u0435\u043D\u0438\u0435 \u044F\u0432\u043B\u044F\u0435\u0442\u0441\u044F \u0430\u043A\u0442\u0443\u0430\u043B\u044C\u043D\u044B\u043C.",failToSyncRules:"\u041D\u0435\u0432\u043E\u0437\u043C\u043E\u0436\u043D\u043E\u0441\u0442\u044C \u0441\u0438\u043D\u0445\u0440\u043E\u043D\u0438\u0437\u0430\u0446\u0438\u0438 \u043F\u043E\u0441\u043B\u0435\u0434\u043D\u0438\u0445 \u043F\u0440\u0430\u0432\u0438\u043B \u0430\u0434\u0430\u043F\u0442\u0430\u0446\u0438\u0438",retry:"\u041D\u0430\u0436\u043C\u0438\u0442\u0435 \u0437\u0434\u0435\u0441\u044C, \u0447\u0442\u043E\u0431\u044B \u043F\u043E\u0432\u0442\u043E\u0440\u0438\u0442\u044C \u043F\u043E\u043F\u044B\u0442\u043A\u0443",failedReason:"\u041F\u0440\u0438\u0447\u0438\u043D\u044B \u043D\u0435\u0443\u0434\u0430\u0447",currentRuleVersion:"\u0414\u0435\u0439\u0441\u0442\u0432\u0443\u044E\u0449\u0430\u044F \u0440\u0435\u0434\u0430\u043A\u0446\u0438\u044F \u043F\u0440\u0430\u0432\u0438\u043B",calculating:"\u0440\u0430\u0441\u0447\u0435\u0442\u044B",unknownError:"\u043D\u0435\u0438\u0437\u0432\u0435\u0441\u0442\u043D\u0430\u044F \u043E\u0448\u0438\u0431\u043A\u0430",canNotFetchRemoteRule:"\u041D\u0435\u0432\u043E\u0437\u043C\u043E\u0436\u043D\u043E \u043F\u043E\u043B\u0443\u0447\u0438\u0442\u044C \u0443\u0434\u0430\u043B\u0435\u043D\u043D\u044B\u0435 \u043F\u0440\u0430\u0432\u0438\u043B\u0430",enableAlphaSuccess:"\u0410\u043B\u044C\u0444\u0430 \u0432\u043A\u043B\u044E\u0447\u0435\u043D\u0430",disableAlphaSuccess:"\u0424\u0443\u043D\u043A\u0446\u0438\u044F \u0430\u043B\u044C\u0444\u0430 \u043E\u0442\u043A\u043B\u044E\u0447\u0435\u043D\u0430",cacheSize:"\u0420\u0430\u0437\u043C\u0435\u0440 \u043A\u044D\u0448\u0430\uFF1A",cleaning:"\u0432 \u043F\u0440\u043E\u0446\u0435\u0441\u0441\u0435 \u043B\u0438\u043A\u0432\u0438\u0434\u0430\u0446\u0438\u0438",cleanCache:"\u043E\u0447\u0438\u0441\u0442\u0438\u0442\u044C \u043A\u044D\u0448",options:"\u043D\u0430\u0441\u0442\u0440\u0430\u0438\u0432\u0430\u0442\u044C",about:"\u043F\u043E \u043E\u0442\u043D\u043E\u0448\u0435\u043D\u0438\u044E \u043A",service:"\u0443\u0441\u043B\u0443\u0433\u0430 \u0443\u0441\u0442\u043D\u043E\u0433\u043E \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430",needAction:"(\u041F\u0435\u0440\u0435\u0439\u0442\u0438 \u043A \u043D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0430\u043C)",goSettings:"\u043F\u0435\u0440\u0435\u0439\u0434\u0438\u0442\u0435 \u043A \u043D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0435",needActionForOptions:"(\u0443\u0441\u0442\u0430\u043D\u0430\u0432\u043B\u0438\u0432\u0430\u0435\u0442\u0441\u044F)",translationEngine:"\u041E\u043F\u0446\u0438\u0438 \u0434\u0432\u0438\u0433\u0430\u0442\u0435\u043B\u044F",sourceLanguage:"\u042F\u0437\u044B\u043A \u043E\u0440\u0438\u0433\u0438\u043D\u0430\u043B\u0430",target:"\u044F\u0437\u044B\u043A \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430",popupSourceLanguage:"\u042F\u0437\u044B\u043A \u043E\u0440\u0438\u0433\u0438\u043D\u0430\u043B\u0430",popupTarget:"\u044F\u0437\u044B\u043A \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430",popupService:"\u0443\u0441\u043B\u0443\u0433\u0430 \u0443\u0441\u0442\u043D\u043E\u0433\u043E \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430",forThisSite:"\u0422\u0435\u043A\u0443\u0449\u0438\u0439 \u0441\u0430\u0439\u0442",autoEnableSubtitle:"\u0410\u0432\u0442\u043E\u043C\u0430\u0442\u0438\u0447\u0435\u0441\u043A\u043E\u0435 \u043E\u0442\u043A\u0440\u044B\u0442\u0438\u0435 \u0434\u0432\u0443\u044F\u0437\u044B\u0447\u043D\u044B\u0445 \u0441\u0443\u0431\u0442\u0438\u0442\u0440\u043E\u0432",alwaysTranslate:"\u0412\u0441\u0435\u0433\u0434\u0430 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0438\u0442\u0435",neverTranslate:"\u041D\u0438\u043A\u043E\u0433\u0434\u0430 \u043D\u0435 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0438\u0442\u0435",alwaysTranslateSomeLanguage:"\u0412\u0441\u0435\u0433\u0434\u0430 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0438\u0442\u0435 {language}",neverTranslateSomeLanguage:"\u041D\u0438\u043A\u043E\u0433\u0434\u0430 \u043D\u0435 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0438\u0442\u0435 {language}",alwaysTranslateSomeSite:"\u0412\u0441\u0435\u0433\u0434\u0430 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0438\u0442\u0435 {hostname}",neverTranslateSomeSite:"\u041D\u0438\u043A\u043E\u0433\u0434\u0430 \u043D\u0435 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0438\u0442\u0435 {hostname}",alwaysTranslateSomeSiteOrWildSite:"\u0412\u0441\u0435\u0433\u0434\u0430 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0438\u0442\u0435 \u0441\u0430\u0439\u0442",alwaysTranslateSomePage:"\u0412\u0441\u0435\u0433\u0434\u0430 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0438\u0442\u0435 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u0443",add:"\u0443\u0432\u0435\u043B\u0438\u0447\u0438\u0442\u044C",default:"\u043F\u043E \u0443\u043C\u043E\u043B\u0447\u0430\u043D\u0438\u044E (\u043D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0430)",forThisLanguage:"\u0414\u043B\u044F \u044D\u0442\u043E\u0433\u043E \u044F\u0437\u044B\u043A\u0430\uFF1A","add url":"\u0412\u0432\u0435\u0434\u0438\u0442\u0435 URL",edit:"\u043A\u043E\u043C\u043F\u0438\u043B\u044F\u0442\u043E\u0440","translate other languages into specific language":"\u041F\u0435\u0440\u0435\u0432\u043E\u0434 \u0434\u0440\u0443\u0433\u0438\u0445 \u044F\u0437\u044B\u043A\u043E\u0432 \u043D\u0430 \u0443\u0441\u0442\u0430\u043D\u043E\u0432\u043B\u0435\u043D\u043D\u044B\u0439 \u0432\u0430\u043C\u0438 \u044F\u0437\u044B\u043A","select translation service":"\u0412\u044B\u0431\u0435\u0440\u0438\u0442\u0435 \u0441\u043B\u0443\u0436\u0431\u0443 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430",language:"\u043C\u043D\u043E\u0433\u043E\u044F\u0437\u044B\u0447\u0438\u0435","show-original":"\u041F\u043E\u043A\u0430\u0437\u0430\u0442\u044C \u043E\u0440\u0438\u0433\u0438\u043D\u0430\u043B\u044C\u043D\u044B\u0439 \u0442\u0435\u043A\u0441\u0442",translate:"\u0440\u0435\u043D\u0434\u0435\u0440\u0438\u043D\u0433",Translated:"\u043F\u0435\u0440\u0435\u0432\u0435\u0434\u0435\u043D\u043E",Translating:"\u0432 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0435",Error:"\u043D\u0435\u0432\u0435\u0440\u043D\u044B\u0439",allowCacheTranslations:"\u0412\u043A\u043B\u044E\u0447\u0438\u0442\u044C \u043B\u043E\u043A\u0430\u043B\u044C\u043D\u043E\u0435 \u043A\u044D\u0448\u0438\u0440\u043E\u0432\u0430\u043D\u0438\u0435 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u043E\u0432 (\u0434\u043B\u044F \u0443\u043C\u0435\u043D\u044C\u0448\u0435\u043D\u0438\u044F \u043A\u043E\u043B\u0438\u0447\u0435\u0441\u0442\u0432\u0430 \u0437\u0430\u043F\u0440\u043E\u0441\u043E\u0432 \u043D\u0430 \u043F\u0435\u0440\u0435\u0432\u043E\u0434 \u0434\u0443\u0431\u043B\u0438\u0440\u0443\u044E\u0449\u0438\u0445\u0441\u044F \u043E\u0442\u0440\u044B\u0432\u043A\u043E\u0432)","translation display":"\u0421\u0442\u0438\u043B\u044C \u043E\u0442\u043E\u0431\u0440\u0430\u0436\u0435\u043D\u0438\u044F \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430","select diplay style":"\u0420\u0430\u0437\u043B\u0438\u0447\u0430\u0442\u044C \u0441\u0442\u0438\u043B\u0438 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430, \u043E\u043F\u0438\u0440\u0430\u044F\u0441\u044C \u043D\u0430 \u0441\u043B\u0435\u0434\u0443\u044E\u0449\u0438\u0435 \u043F\u0440\u0438\u043C\u0435\u0440\u044B",interface:"\u041D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0438 \u0438\u043D\u0442\u0435\u0440\u0444\u0435\u0439\u0441\u0430",import_export:"\u0418\u043C\u043F\u043E\u0440\u0442/\u044D\u043A\u0441\u043F\u043E\u0440\u0442",import_export_title:"\u041A\u043E\u043D\u0444\u0438\u0433\u0443\u0440\u0430\u0446\u0438\u044F \u0438\u043C\u043F\u043E\u0440\u0442\u0430/\u044D\u043A\u0441\u043F\u043E\u0440\u0442\u0430",syncToGoogleDrive:"\u0422\u0435\u043F\u0435\u0440\u044C \u0441\u0438\u043D\u0445\u0440\u043E\u043D\u0438\u0437\u0430\u0446\u0438\u044F \u0441 Google Drive",floatBallOptions:"\u041D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0438 \u0445\u043E\u0432\u0435\u0440\u0431\u043E\u043B\u0430","floatBallOptions.enable":"\u0412\u043A\u043B\u044E\u0447\u0438\u0442\u044C \u0445\u043E\u0432\u0435\u0440\u0431\u043E\u043B","floatBallOptions.blockUrls":"\u041E\u0442\u043A\u043B\u044E\u0447\u0438\u0442\u044C \u0441\u0430\u0439\u0442","floatBallOptions.add":"\u0443\u0432\u0435\u043B\u0438\u0447\u0438\u0442\u044C","floatBallOptions.blockUrlDesc":"\u041F\u0430\u0440\u044F\u0449\u0438\u0435 \u0448\u0430\u0440\u044B \u043D\u0435 \u043E\u0442\u043E\u0431\u0440\u0430\u0436\u0430\u044E\u0442\u0441\u044F, \u043A\u043E\u0433\u0434\u0430 \u0432\u0441\u0442\u0440\u0435\u0447\u0430\u044E\u0442\u0441\u044F \u0441\u043B\u0435\u0434\u0443\u044E\u0449\u0438\u0435 \u0441\u0430\u0439\u0442\u044B","floatBallOptions.clickType":"\u043F\u043E\u0432\u0435\u0434\u0435\u043D\u0438\u0435 \u043F\u0440\u0438 \u043D\u0430\u0436\u0430\u0442\u0438\u0438","floatBallOptions.clickTypeDesc":"\u041F\u043E\u0432\u0435\u0434\u0435\u043D\u0438\u0435 \u0438\u043A\u043E\u043D\u043A\u0438 \u0445\u043E\u0432\u0435\u0440\u0431\u043E\u043B\u0430 \u043F\u0440\u0438 \u043D\u0430\u0436\u0430\u0442\u0438\u0438","floatBallOptions.clickPopup":"\u041F\u043E\u043A\u0430\u0437\u0430\u0442\u044C \u043F\u0430\u043D\u0435\u043B\u044C \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430","floatBallOptions.clickTranslate":"\u041F\u0435\u0440\u0435\u0432\u043E\u0434/\u043E\u0442\u043E\u0431\u0440\u0430\u0436\u0435\u043D\u0438\u0435 \u043E\u0440\u0438\u0433\u0438\u043D\u0430\u043B\u044C\u043D\u043E\u0433\u043E \u0442\u0435\u043A\u0441\u0442\u0430","floatBallOptions.fixedPosition":"\u56FA\u5B9A\u4F4D\u7F6E","floatBallOptions.fixedPositionDesc":"\u60AC\u6D6E\u7403\u5728\u7A97\u53E3\u5DE6\u4FA7\u8FD8\u662F\u53F3\u4FA7","floatBallOptions.fixedPositionLeft":"\u5DE6\u4FA7","floatBallOptions.fixedPositionRight":"\u53F3\u4FA7",previewAllThemes:"\u041F\u0440\u0435\u0434\u0432\u0430\u0440\u0438\u0442\u0435\u043B\u044C\u043D\u044B\u0439 \u043F\u0440\u043E\u0441\u043C\u043E\u0442\u0440 \u0432\u0441\u0435\u0445 \u0441\u0442\u0438\u043B\u0435\u0439","translationTheme.none":"\u043D\u0435 \u0438\u043C\u0435\u0442\u044C","translationTheme.grey":"\u0442\u0451\u043C\u043D\u043E-\u0441\u0435\u0440\u044B\u0439","translationTheme.dashed":"\u043F\u0443\u043D\u043A\u0442\u0438\u0440\u043D\u043E\u0435 \u043F\u043E\u0434\u0447\u0451\u0440\u043A\u0438\u0432\u0430\u043D\u0438\u0435","translationTheme.dotted":"\u0442\u043E\u0447\u0435\u0447\u043D\u043E\u0435 \u043F\u043E\u0434\u0447\u0435\u0440\u043A\u0438\u0432\u0430\u043D\u0438\u0435","translationTheme.dashedBorder":"\u043F\u0443\u043D\u043A\u0442\u0438\u0440\u043D\u0430\u044F \u0433\u0440\u0430\u043D\u0438\u0446\u0430","translationTheme.solidBorder":"\u0441\u043F\u043B\u043E\u0448\u043D\u0430\u044F \u0433\u0440\u0430\u043D\u0438\u0446\u0430","translationTheme.underline":"\u041F\u043E\u0434\u0447\u0435\u0440\u043A\u0438\u0432\u0430\u043D\u0438\u0435 \u043F\u0440\u044F\u043C\u044B\u0445 \u043B\u0438\u043D\u0438\u0439","translationTheme.mask":"\u041D\u0435\u0447\u0435\u0442\u043A\u0438\u0435 \u044D\u0444\u0444\u0435\u043A\u0442\u044B (\u0440\u0435\u0436\u0438\u043C\u044B \u043E\u0431\u0443\u0447\u0435\u043D\u0438\u044F)","translationTheme.opacity":"\u044D\u0444\u0444\u0435\u043A\u0442 \u043F\u0440\u043E\u0437\u0440\u0430\u0447\u043D\u043E\u0441\u0442\u0438","translationTheme.paper":"\u042D\u0444\u0444\u0435\u043A\u0442 \u0442\u0435\u043D\u0438 \u043E\u0442 \u0431\u0435\u043B\u043E\u0439 \u0431\u0443\u043C\u0430\u0433\u0438","translationTheme.dividingLine":"\u0440\u0430\u0437\u0434\u0435\u043B\u0438\u0442\u0435\u043B\u044C\u043D\u0430\u044F \u043B\u0438\u043D\u0438\u044F","translationTheme.highlight":"\u0432\u044B\u0441\u043E\u043A\u0430\u044F \u044F\u0440\u043A\u043E\u0441\u0442\u044C","translationTheme.marker":"\u043C\u0430\u0440\u043A\u0435\u0440 (\u0437\u0430\u0438\u043C\u0441\u0442\u0432\u043E\u0432\u0430\u043D\u043D\u043E\u0435 \u0441\u043B\u043E\u0432\u043E)","translationTheme.marker2":"\u041C\u0430\u0440\u043A\u0435\u0440 2","translationTheme.blockquote":"\u0421\u0442\u0438\u043B\u0438 \u0441\u0441\u044B\u043B\u043E\u043A","translationTheme.weakening":"\u043E\u0441\u043B\u0430\u0431\u043B\u0435\u043D\u0438\u0435","translationTheme.italic":"\u043D\u0430\u043A\u043B\u043E\u043D\u043D\u044B\u0439 \u0448\u0440\u0438\u0444\u0442","translationTheme.bold":"\u0441\u0433\u0443\u0441\u0442\u0438\u0442\u044C","translationTheme.thinDashed":"\u0442\u043E\u043D\u043A\u0430\u044F \u043F\u0443\u043D\u043A\u0442\u0438\u0440\u043D\u0430\u044F \u043B\u0438\u043D\u0438\u044F \u043F\u043E\u0434\u0447\u0435\u0440\u043A\u0438\u0432\u0430\u043D\u0438\u0435","translationTheme.nativeDashed":"\u0421\u0438\u0441\u0442\u0435\u043C\u0430 \u043F\u043E\u0441\u0442\u0430\u0432\u043B\u044F\u0435\u0442\u0441\u044F \u0441 \u043F\u0443\u043D\u043A\u0442\u0438\u0440\u043D\u044B\u043C \u043F\u043E\u0434\u0447\u0435\u0440\u043A\u0438\u0432\u0430\u043D\u0438\u0435\u043C","translationTheme.nativeDotted":"\u0421\u0438\u0441\u0442\u0435\u043C\u0430 \u043F\u043E\u0441\u0442\u0430\u0432\u043B\u044F\u0435\u0442\u0441\u044F \u0441 \u043F\u0443\u043D\u043A\u0442\u0438\u0440\u043D\u044B\u043C \u043F\u043E\u0434\u0447\u0435\u0440\u043A\u0438\u0432\u0430\u043D\u0438\u0435\u043C","translationTheme.nativeUnderline":"\u0421\u0438\u0441\u0442\u0435\u043C\u0430 \u043F\u043E\u0441\u0442\u0430\u0432\u043B\u044F\u0435\u0442\u0441\u044F \u0441 \u043F\u0440\u044F\u043C\u044B\u043C \u043F\u043E\u0434\u0441\u0442\u0440\u043E\u0447\u043D\u0438\u043A\u043E\u043C","translationTheme.wavy":"\u0432\u043E\u043B\u043D\u0438\u0441\u0442\u0430\u044F \u043B\u0438\u043D\u0438\u044F","translationServices.custom":"\u041F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u0435\u043B\u044C\u0441\u043A\u0438\u0439 API","translationServices.tencent":"\u041F\u0435\u0440\u0435\u0432\u043E\u0434\u0447\u0438\u043A Tencent","translationServices.tenAlpha":"Tencent Translator (Alpha)","translationServices.google":"Google Translate","translationServices.bai":"Baidu (Alpha)","translationServices.baidu":"\u041F\u0435\u0440\u0435\u0432\u043E\u0434 Baidu","translationServices.aliyun":"\u041F\u0435\u0440\u0435\u0432\u043E\u0434 AliCloud","translationServices.volc":"\u043F\u0435\u0440\u0435\u0432\u043E\u0434 \u0432\u0443\u043B\u043A\u0430\u043D\u0430","translationServices.deeplx":"DeepLX (Beta)","translationServices.bing":"Microsoft Translate","translationServices.deepl":"DeepL","translationServices.wechat":"\u041F\u0435\u0440\u0435\u0432\u043E\u0434 WeChat","translationServices.azure":"\u041B\u0430\u0437\u0443\u0440\u043D\u044B\u0439 \u043F\u0435\u0440\u0435\u0432\u043E\u0434","translationServices.ibm":"IBM Watson","translationServices.aws":"\u041F\u0435\u0440\u0435\u0432\u043E\u0434 Amazon","translationServices.mock":"\u0418\u043C\u0438\u0442\u0430\u0446\u0438\u044F \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430","translationServices.mock2":"\u0418\u043C\u0438\u0442\u0430\u0446\u0438\u044F \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430 2","translationServices.caiyun":"\u043B\u0438\u0442. \u0440\u0430\u0437\u043D\u043E\u0446\u0432\u0435\u0442\u043D\u044B\u0435 \u043E\u0431\u043B\u0430\u043A\u0430 \u0438 \u043D\u0435\u0431\u043E\u043B\u044C\u0448\u0438\u0435 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u044B","translationServices.cai":"\u0420\u0430\u0437\u043D\u043E\u0446\u0432\u0435\u0442\u043D\u044B\u0435 \u043E\u0431\u043B\u0430\u043A\u0430 (\u0410\u043B\u044C\u0444\u0430)","translationServices.volcAlpha":"\u0412\u0443\u043B\u043A\u0430\u043D (\u0410\u043B\u044C\u0444\u0430)","translationServices.openl":"OpenL","translationServices.youdao":"\u041F\u0435\u0440\u0435\u0432\u043E\u0434 \u043D\u0430 Youtube","translationServices.you":"\u041F\u0435\u0440\u0435\u0432\u043E\u0434\u0447\u0438\u043A Youdao (\u0410\u043B\u044C\u0444\u0430)","translationServices.transmart":"\u041F\u0435\u0440\u0435\u0432\u043E\u0434 Tencent Interactive","translationServices.niu":"Maverick Translator","translationServices.papago":"\u041F\u0435\u0440\u0435\u0432\u043E\u0434 Papago","translationServices.d":"D (Alpha)","translationServices.dpro":"D Pro (Canary)","translationServices.openai":"OpenAI","translationServices.yandex":"Yandex","translationServices.chatgpt":"ChatGPT Web(3.5 mobile)","translate title":"\u041F\u0435\u0440\u0435\u0432\u043E\u0434 \u0437\u0430\u0433\u043E\u043B\u043E\u0432\u043A\u043E\u0432 \u0441\u0442\u0440\u0430\u043D\u0438\u0446","always languages":"\u0412\u0441\u0435\u0433\u0434\u0430 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0438\u0442\u0435 \u044F\u0437\u044B\u043A",neverTranslateLanguagesLabel:"\u042F\u0437\u044B\u043A, \u043A\u043E\u0442\u043E\u0440\u044B\u0439 \u043D\u0438\u043A\u043E\u0433\u0434\u0430 \u043D\u0435 \u0431\u0443\u0434\u0435\u0442 \u043F\u0435\u0440\u0435\u0432\u0435\u0434\u0435\u043D",neverTranslateTheFollowingLanguagesDescription:"\u041F\u0435\u0440\u0435\u0432\u043E\u0434\u044B \u043F\u0440\u043E\u043F\u0443\u0441\u043A\u0430\u044E\u0442\u0441\u044F, \u0435\u0441\u043B\u0438 \u0430\u0431\u0437\u0430\u0446 \u043D\u0430 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u0435 \u043D\u0430\u043F\u0438\u0441\u0430\u043D \u043D\u0430 \u043E\u0434\u043D\u043E\u043C \u0438\u0437 \u0441\u043B\u0435\u0434\u0443\u044E\u0449\u0438\u0445 \u044F\u0437\u044B\u043A\u043E\u0432",enableUserscriptPagePopup:"\u041F\u043E\u043A\u0430\u0437\u044B\u0432\u0430\u0442\u044C \u043D\u0430\u0432\u0435\u0434\u0435\u043D\u043D\u044B\u0439 \u0448\u0430\u0440 \u043D\u0430 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u0435",enableUserscriptPagePopupDescription:"\u041F\u043E\u0441\u043B\u0435 \u0432\u044B\u043A\u043B\u044E\u0447\u0435\u043D\u0438\u044F \u0445\u043E\u0432\u0435\u0440\u0431\u043E\u043B\u0430 \u0435\u0433\u043E \u043C\u043E\u0436\u043D\u043E \u0432\u044B\u0437\u0432\u0430\u0442\u044C \u0441 \u043F\u043E\u043C\u043E\u0449\u044C\u044E \u044F\u0440\u043B\u044B\u043A\u0430 /{touch}. \u041D\u0430\u0441\u0442\u043E\u044F\u0442\u0435\u043B\u044C\u043D\u043E \u0440\u0435\u043A\u043E\u043C\u0435\u043D\u0434\u0443\u0435\u0442\u0441\u044F \u0434\u043E\u0431\u0430\u0432\u0438\u0442\u044C \u044D\u0442\u0443 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u0443 \u043D\u0430\u0441\u0442\u0440\u043E\u0435\u043A \u0432 \u0437\u0430\u043A\u043B\u0430\u0434\u043A\u0438, \u0447\u0442\u043E\u0431\u044B \u043D\u0435 \u043D\u0430\u0439\u0442\u0438 \u0445\u043E\u0432\u0435\u0440\u0431\u043E\u043B \u043F\u043E\u0441\u043B\u0435 \u0441\u043B\u0443\u0447\u0430\u0439\u043D\u043E\u0433\u043E \u043E\u0442\u043A\u043B\u044E\u0447\u0435\u043D\u0438\u044F \u044D\u0442\u043E\u0439 \u043E\u043F\u0446\u0438\u0438!","always translate the following languages":"\u0410\u0432\u0442\u043E\u043C\u0430\u0442\u0438\u0447\u0435\u0441\u043A\u0438\u0439 \u043F\u0435\u0440\u0435\u0432\u043E\u0434 \u043D\u0430 \u0446\u0435\u043B\u0435\u0432\u043E\u0439 \u044F\u0437\u044B\u043A, \u0435\u0441\u043B\u0438 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u0430 \u043D\u0430\u043F\u0438\u0441\u0430\u043D\u0430 \u043D\u0430 \u043E\u0434\u043D\u043E\u043C \u0438\u0437 \u0441\u043B\u0435\u0434\u0443\u044E\u0449\u0438\u0445 \u044F\u0437\u044B\u043A\u043E\u0432","always sites":"\u0412\u0441\u0435\u0433\u0434\u0430 \u043F\u0435\u0440\u0435\u0432\u0435\u0434\u0435\u043D\u043D\u044B\u0435 \u0432\u0435\u0431-\u0441\u0430\u0439\u0442\u044B","always translate the following sites":"\u0412\u0435\u0431-\u0441\u0430\u0439\u0442\u044B \u0430\u0432\u0442\u043E\u043C\u0430\u0442\u0438\u0447\u0435\u0441\u043A\u0438 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u044F\u0442\u0441\u044F \u043D\u0430 \u044F\u0437\u044B\u043A \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430, \u0435\u0441\u043B\u0438 \u043E\u043D\u0438 \u044F\u0432\u043B\u044F\u044E\u0442\u0441\u044F \u0434\u043E\u043C\u0435\u043D\u043D\u044B\u043C\u0438 \u0438\u043C\u0435\u043D\u0430\u043C\u0438","never sites":"\u041D\u0435\u043F\u0435\u0440\u0435\u0432\u0435\u0434\u0435\u043D\u043D\u044B\u0439 \u0441\u0430\u0439\u0442","never translate the following sites":"\u041F\u0435\u0440\u0435\u0432\u043E\u0434 \u043D\u0435 \u0431\u0443\u0434\u0435\u0442 \u0432\u044B\u043F\u043E\u043B\u043D\u044F\u0442\u044C\u0441\u044F, \u0435\u0441\u043B\u0438 \u0441\u0430\u0439\u0442 \u043F\u0440\u0435\u0434\u043D\u0430\u0437\u043D\u0430\u0447\u0435\u043D \u0434\u043B\u044F \u0441\u043B\u0435\u0434\u0443\u044E\u0449\u0438\u0445 \u0434\u043E\u043C\u0435\u043D\u043E\u0432","please refer to":"\u041F\u0435\u0440\u0435\u0434 \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u043D\u0438\u0435\u043C \u043D\u0435\u043E\u0431\u0445\u043E\u0434\u0438\u043C\u043E \u0437\u0430\u043F\u043E\u043B\u043D\u0438\u0442\u044C \u043A\u043B\u044E\u0447.",KeyAndConfigurationTutorial:"\u0423\u0447\u0435\u0431\u043D\u0438\u043A \u043F\u043E \u043F\u0440\u0438\u043C\u0435\u043D\u0435\u043D\u0438\u044E \u0438 \u043D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0435 \u043A\u043B\u044E\u0447\u0435\u0439",useAboveStyleForTheseSites:"\u0412\u0441\u0435\u0433\u0434\u0430 \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u0443\u0439\u0442\u0435 \u0441\u0442\u0438\u043B\u044C \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430 \u2308{theme}\u230B, \u0435\u0441\u043B\u0438 \u0441\u0430\u0439\u0442 \u043F\u0440\u0435\u0434\u043D\u0430\u0437\u043D\u0430\u0447\u0435\u043D \u0434\u043B\u044F \u0441\u043B\u0435\u0434\u0443\u044E\u0449\u0438\u0445 \u0434\u043E\u043C\u0435\u043D\u043E\u0432",currentUrl:"\u0422\u0435\u043A\u0443\u0449\u0438\u0439 URL",confirm:"\u0441\u043E\u0445\u0440\u0430\u043D\u044F\u0442\u044C (\u0444\u0430\u0439\u043B \u0438 \u0442.\u0434.) (\u0432\u044B\u0447\u0438\u0441\u043B\u0438\u0442\u0435\u043B\u044C\u043D\u0430\u044F \u0442\u0435\u0445\u043D\u0438\u043A\u0430)",cancel:"\u043E\u0442\u043C\u0435\u043D\u044B",delete:"\u0443\u0434\u0430\u043B\u0435\u043D\u0438\u0435","languages.auto":"\u0430\u0432\u0442\u043E\u043C\u0430\u0442\u0438\u0447\u0435\u0441\u043A\u043E\u0435 \u043E\u0431\u043D\u0430\u0440\u0443\u0436\u0435\u043D\u0438\u0435",syncToCloud:"\u0421\u0438\u043D\u0445\u0440\u043E\u043D\u0438\u0437\u0430\u0446\u0438\u044F \u0441 Google Drive",syncToCloudDescription:"\u0417\u0430\u0433\u0440\u0443\u0436\u0435\u043D\u043D\u0430\u044F \u0432 \u043E\u0431\u043B\u0430\u043A\u043E, \u043A\u043E\u043D\u0444\u0438\u0433\u0443\u0440\u0430\u0446\u0438\u044F \u043C\u043E\u0436\u0435\u0442 \u0431\u044B\u0442\u044C \u0441\u0438\u043D\u0445\u0440\u043E\u043D\u0438\u0437\u0438\u0440\u043E\u0432\u0430\u043D\u0430 \u043C\u0435\u0436\u0434\u0443 \u0440\u0430\u0437\u043B\u0438\u0447\u043D\u044B\u043C\u0438 \u0431\u0440\u0430\u0443\u0437\u0435\u0440\u0430\u043C\u0438/\u0441\u043A\u0440\u0438\u043F\u0442\u0430\u043C\u0438 grease monkey, \u0432 \u0437\u0430\u0432\u0438\u0441\u0438\u043C\u043E\u0441\u0442\u0438 \u043E\u0442 \u0442\u043E\u0433\u043E, \u0447\u0442\u043E \u0431\u044B\u043B\u043E \u0438\u0437\u043C\u0435\u043D\u0435\u043D\u043E \u043F\u043E\u0441\u043B\u0435\u0434\u043D\u0438\u043C.",syncToAccount:"\u0421\u0438\u043D\u0445\u0440\u043E\u043D\u0438\u0437\u0430\u0446\u0438\u044F \u0441 \u043E\u0431\u043B\u0430\u043A\u043E\u043C \u0438\u043C\u043C\u0435\u0440\u0441\u0438\u0432\u043D\u043E\u0433\u043E \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430",syncToAccountButton:"\u041C\u0433\u043D\u043E\u0432\u0435\u043D\u043D\u0430\u044F \u0441\u0438\u043D\u0445\u0440\u043E\u043D\u0438\u0437\u0430\u0446\u0438\u044F \u0441 \u043E\u0431\u043B\u0430\u043A\u043E\u043C",syncToAccountDescription:"\u0410\u0432\u0442\u043E\u043C\u0430\u0442\u0438\u0447\u0435\u0441\u043A\u0430\u044F \u0441\u0438\u043D\u0445\u0440\u043E\u043D\u0438\u0437\u0430\u0446\u0438\u044F \u043A\u043E\u043D\u0444\u0438\u0433\u0443\u0440\u0430\u0446\u0438\u0439 \u043C\u0435\u0436\u0434\u0443 \u0440\u0430\u0437\u043B\u0438\u0447\u043D\u044B\u043C\u0438 \u0443\u0441\u0442\u0440\u043E\u0439\u0441\u0442\u0432\u0430\u043C\u0438 \u0432 \u0437\u0430\u0432\u0438\u0441\u0438\u043C\u043E\u0441\u0442\u0438 \u043E\u0442 \u0442\u043E\u0433\u043E, \u043A\u0430\u043A\u0430\u044F \u0438\u0437 \u043D\u0438\u0445 \u0431\u044B\u043B\u0430 \u0438\u0437\u043C\u0435\u043D\u0435\u043D\u0430 \u043F\u043E\u0441\u043B\u0435\u0434\u043D\u0435\u0439.",successSyncConfigInAccount:"\u0423\u0441\u043F\u0435\u0448\u043D\u0430\u044F \u0441\u0438\u043D\u0445\u0440\u043E\u043D\u0438\u0437\u0430\u0446\u0438\u044F \u0441 \u043E\u0431\u043B\u0430\u043A\u043E\u043C",successSyncConfigToAccount:"\u0423\u0441\u043F\u0435\u0448\u043D\u0430\u044F \u0441\u0438\u043D\u0445\u0440\u043E\u043D\u0438\u0437\u0430\u0446\u0438\u044F \u0441 \u043E\u0431\u043B\u0430\u043A\u043E\u043C",syncConfigNoUpdate:"\u041E\u043D\u0430 \u0443\u0436\u0435 \u0441\u043E\u043E\u0442\u0432\u0435\u0442\u0441\u0442\u0432\u0443\u0435\u0442 \u0441\u043E\u0432\u0440\u0435\u043C\u0435\u043D\u043D\u044B\u043C \u0442\u0440\u0435\u0431\u043E\u0432\u0430\u043D\u0438\u044F\u043C.",authFail:"\u0421\u0431\u043E\u0439 \u0430\u0432\u0442\u043E\u0440\u0438\u0437\u0430\u0446\u0438\u0438",syncTitle:"\u0420\u0443\u0447\u043D\u043E\u0435 \u0443\u043F\u0440\u0430\u0432\u043B\u0435\u043D\u0438\u0435 \u0440\u0435\u0437\u0435\u0440\u0432\u043D\u044B\u043C \u043A\u043E\u043F\u0438\u0440\u043E\u0432\u0430\u043D\u0438\u0435\u043C",import_hint:"\u0438\u043C\u043F\u043E\u0440\u0442 (\u0434\u0430\u043D\u043D\u044B\u0435)",upload:"\u0437\u0430\u0433\u0440\u0443\u0437\u0438\u0442\u044C",revokeAuth:"\u043E\u0442\u043E\u0437\u0432\u0430\u0442\u044C \u0440\u0430\u0437\u0440\u0435\u0448\u0435\u043D\u0438\u0435",uploadFail:"\u0417\u0430\u0433\u0440\u0443\u0437\u043A\u0430 \u043D\u0435 \u0443\u0434\u0430\u043B\u0430\u0441\u044C",download:"\u0437\u0430\u0433\u0440\u0443\u0437\u043A\u0430",importSuccess:"\u0423\u0441\u043F\u0435\u0448\u043D\u043E \u0438\u043C\u043F\u043E\u0440\u0442\u0438\u0440\u0443\u0435\u0442\u0441\u044F",importFail:"\u0441\u0431\u043E\u0439 \u0438\u043C\u043F\u043E\u0440\u0442\u0430",deleteFail:"\u041D\u0435 \u0443\u0434\u0430\u043B\u043E\u0441\u044C \u0443\u0434\u0430\u043B\u0438\u0442\u044C",backupToCloud:"\u0420\u0443\u0447\u043D\u043E\u0435 \u0443\u043F\u0440\u0430\u0432\u043B\u0435\u043D\u0438\u0435 \u0444\u0430\u0439\u043B\u0430\u043C\u0438 \u0440\u0435\u0437\u0435\u0440\u0432\u043D\u043E\u0433\u043E \u043A\u043E\u043F\u0438\u0440\u043E\u0432\u0430\u043D\u0438\u044F",create_new_backup:"\u0414\u043E\u0431\u0430\u0432\u043B\u0435\u043D\u0438\u0435 \u043D\u043E\u0432\u043E\u0433\u043E \u0443\u0437\u043B\u0430 \u0440\u0435\u0437\u0435\u0440\u0432\u043D\u043E\u0433\u043E \u043A\u043E\u043F\u0438\u0440\u043E\u0432\u0430\u043D\u0438\u044F",maxBackupFiles:"\u0420\u0435\u0437\u0435\u0440\u0432\u043D\u043E\u0435 \u043A\u043E\u043F\u0438\u0440\u043E\u0432\u0430\u043D\u0438\u0435 \u043C\u043E\u0436\u0435\u0442 \u0431\u044B\u0442\u044C \u0432\u044B\u043F\u043E\u043B\u043D\u0435\u043D\u043E \u0434\u043E{count}\u0440\u0430\u0437\u043B\u0438\u0447\u043D\u044B\u0445 \u0443\u0437\u043B\u043E\u0432, \u0443\u0434\u0430\u043B\u0438\u0442\u0435 \u043D\u0435\u043D\u0443\u0436\u043D\u044B\u0435 \u0443\u0437\u043B\u044B.",backupToCloudDescription:"\u0420\u0443\u0447\u043D\u0430\u044F \u0437\u0430\u0433\u0440\u0443\u0437\u043A\u0430 \u0438\u043B\u0438 \u0432\u043E\u0441\u0441\u0442\u0430\u043D\u043E\u0432\u043B\u0435\u043D\u0438\u0435 \u0444\u0430\u0439\u043B\u043E\u0432 \u0440\u0435\u0437\u0435\u0440\u0432\u043D\u044B\u0445 \u043A\u043E\u043F\u0438\u0439, \u043F\u043E\u0437\u0432\u043E\u043B\u044F\u044E\u0449\u0430\u044F \u0441\u043E\u0437\u0434\u0430\u0432\u0430\u0442\u044C \u0434\u043E 3 \u0440\u0430\u0437\u043B\u0438\u0447\u043D\u044B\u0445 \u0440\u0435\u0437\u0435\u0440\u0432\u043D\u044B\u0445 \u043A\u043E\u043F\u0438\u0439",successSyncConfig:"\u0423\u0441\u043F\u0435\u0448\u043D\u0430\u044F \u0441\u0438\u043D\u0445\u0440\u043E\u043D\u0438\u0437\u0430\u0446\u0438\u044F \u0441 \u043E\u0431\u043B\u0430\u043A\u043E\u043C",syncFail:"\u0441\u0431\u043E\u0439 \u0441\u0438\u043D\u0445\u0440\u043E\u043D\u0438\u0437\u0430\u0446\u0438\u0438",updatedAt:"\u041E\u0431\u043D\u043E\u0432\u043B\u0435\u043D\u043E \u0441 \u0441\u0430\u0439\u0442\u0430 {date}",lastSyncedAt:"\u041F\u043E\u0441\u043B\u0435\u0434\u043D\u044F\u044F \u043F\u0440\u043E\u0432\u0435\u0440\u043A\u0430 \u043D\u0430 \u0441\u0430\u0439\u0442\u0435 {date}",downloadFail:"\u041D\u0435 \u0443\u0434\u0430\u043B\u043E\u0441\u044C \u0437\u0430\u0433\u0440\u0443\u0437\u0438\u0442\u044C",clickToDownload:"\u041D\u0430\u0436\u043C\u0438\u0442\u0435 \u0434\u043B\u044F \u0437\u0430\u0433\u0440\u0443\u0437\u043A\u0438",aboutLabel:"\u041E \u043A\u043E\u043C\u043F\u0430\u043D\u0438\u0438 - \u041E\u0431\u0440\u0430\u0442\u043D\u0430\u044F \u0441\u0432\u044F\u0437\u044C","browser.openAboutPage":"\u0418\u043D\u0444\u043E\u0440\u043C\u0430\u0446\u0438\u044F/\u041E\u0442\u0437\u044B\u0432\u044B",aboutLabelWithoutSponsor:"\u041E \u043A\u043E\u043C\u043F\u0430\u043D\u0438\u0438 - \u041E\u0431\u0440\u0430\u0442\u043D\u0430\u044F \u0441\u0432\u044F\u0437\u044C",aboutIntro:"\u041F\u0443\u0441\u0442\u044C \u043D\u0430\u043C \u0432\u0441\u0435\u043C \u0431\u0443\u0434\u0435\u0442 \u043B\u0435\u0433\u0447\u0435 \u0438 \u043F\u0440\u0438\u044F\u0442\u043D\u0435\u0435 \u043F\u043E\u043B\u0443\u0447\u0430\u0442\u044C \u0434\u043E\u0441\u0442\u0443\u043F \u043A \u043E\u0433\u0440\u043E\u043C\u043D\u043E\u043C\u0443 \u043A\u043E\u043B\u0438\u0447\u0435\u0441\u0442\u0432\u0443 \u0438\u043D\u0444\u043E\u0440\u043C\u0430\u0446\u0438\u0438 \u043D\u0430 \u0438\u043D\u043E\u0441\u0442\u0440\u0430\u043D\u043D\u044B\u0445 \u044F\u0437\u044B\u043A\u0430\u0445 \u0432 \u0418\u043D\u0442\u0435\u0440\u043D\u0435\u0442\u0435 \u2764\uFE0F \u0412\u044B \u043C\u043E\u0436\u0435\u0442\u0435 \u0430\u043A\u0442\u0438\u0432\u0438\u0440\u043E\u0432\u0430\u0442\u044C <6>\u0447\u043B\u0435\u043D\u0441\u0442\u0432\u043E \u0432 \u043F\u0440\u043E\u0433\u0440\u0430\u043C\u043C\u0435 Pro, \u0447\u0442\u043E\u0431\u044B \u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u044C\u0441\u044F \u0433\u043E\u0442\u043E\u0432\u044B\u043C\u0438 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430\u043C\u0438 DeepL \u0438 OpenAI.

\u0412\u044B \u043C\u043E\u0436\u0435\u0442\u0435 \u0441\u043B\u0435\u0434\u0438\u0442\u044C \u0437\u0430 \u043D\u0430\u043C\u0438 \u0432 <3>Twitter, <4>Telegram, Weibo, WeChat \u0438\u043B\u0438 <5>\u043F\u043E\u0434\u043F\u0438\u0441\u0430\u0442\u044C\u0441\u044F \u043D\u0430 \u043D\u0430\u0448\u0443 \u0440\u0430\u0441\u0441\u044B\u043B\u043A\u0443 \u043D\u0438\u0436\u0435, \u0447\u0442\u043E\u0431\u044B \u043E\u0442\u0441\u043B\u0435\u0436\u0438\u0432\u0430\u0442\u044C \u043E\u0431\u043D\u043E\u0432\u043B\u0435\u043D\u0438\u044F.
<7>\u0423\u0447\u0430\u0441\u0442\u043D\u0438\u043A\u0438 \u043F\u0440\u043E\u0433\u0440\u0430\u043C\u043C\u044B Pro \u043C\u043E\u0433\u0443\u0442 \u0441\u0432\u044F\u0437\u0430\u0442\u044C\u0441\u044F \u0441 \u043D\u0430\u043C\u0438 \u043F\u043E \u0430\u0434\u0440\u0435\u0441\u0443 <8>support@immersivetranslate.com \u0434\u043B\u044F \u0431\u044B\u0441\u0442\u0440\u043E\u0433\u043E \u043E\u0431\u0441\u043B\u0443\u0436\u0438\u0432\u0430\u043D\u0438\u044F \u043A\u043B\u0438\u0435\u043D\u0442\u043E\u0432.",aboutIntroWithoutSponsor:"\u041F\u0443\u0441\u0442\u044C \u0432\u0441\u0435\u043C \u043D\u0430\u043C \u0431\u0443\u0434\u0435\u0442 \u043B\u0435\u0433\u0447\u0435 \u0438 \u043F\u0440\u0438\u044F\u0442\u043D\u0435\u0435 \u043F\u043E\u043B\u0443\u0447\u0430\u0442\u044C \u0434\u043E\u0441\u0442\u0443\u043F \u043A \u043E\u0433\u0440\u043E\u043C\u043D\u043E\u043C\u0443 \u043A\u043E\u043B\u0438\u0447\u0435\u0441\u0442\u0432\u0443 \u0438\u043D\u0444\u043E\u0440\u043C\u0430\u0446\u0438\u0438 \u043D\u0430 \u0438\u043D\u043E\u0441\u0442\u0440\u0430\u043D\u043D\u044B\u0445 \u044F\u0437\u044B\u043A\u0430\u0445, \u0434\u043E\u0441\u0442\u0443\u043F\u043D\u043E\u0439 \u0432 \u0418\u043D\u0442\u0435\u0440\u043D\u0435\u0442\u0435 \u2764\uFE0F

\u0412\u044B \u043C\u043E\u0436\u0435\u0442\u0435 \u0441\u043B\u0435\u0434\u0438\u0442\u044C \u0437\u0430 \u043D\u0430\u043C\u0438 \u0432 <3>Twitter, <4>Telegram-\u043A\u0430\u043D\u0430\u043B\u0435, WeChat, WeChat Exchange \u0438\u043B\u0438 <5>\u043F\u043E\u0434\u043F\u0438\u0441\u0430\u0442\u044C\u0441\u044F \u043D\u0430 \u043E\u0442\u0441\u043B\u0435\u0436\u0438\u0432\u0430\u043D\u0438\u0435 \u043E\u0431\u043D\u043E\u0432\u043B\u0435\u043D\u0438\u0439 \u043F\u043E <5>\u044D\u043B\u0435\u043A\u0442\u0440\u043E\u043D\u043D\u043E\u0439 \u043F\u043E\u0447\u0442\u0435 \u043D\u0438\u0436\u0435.",projectHomepage:'\u041F\u0440\u043E\u0435\u043A\u0442 "\u0414\u043E\u043C',joinTelegramGroup:"\u041F\u0440\u0438\u0441\u043E\u0435\u0434\u0438\u043D\u044F\u0439\u0442\u0435\u0441\u044C \u043A \u0433\u0440\u0443\u043F\u043F\u0435 \u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u0435\u043B\u0435\u0439 \u0434\u043B\u044F \u0443\u0447\u0430\u0441\u0442\u0438\u044F \u0432 \u043E\u0431\u0441\u0443\u0436\u0434\u0435\u043D\u0438\u0438 \u0444\u0443\u043D\u043A\u0446\u0438\u0439",wechatPublicAccount:"WeChat Public",wechatCommunities:"\u0413\u0440\u0443\u043F\u043F\u0430 \u043E\u0431\u043C\u0435\u043D\u0430 WeChat",qqCommunities:"\u041A\u0430\u043D\u0430\u043B \u0441\u0432\u044F\u0437\u0438 QQ",joinTelegramChannel:"\u0421\u043B\u0435\u0434\u0438\u0442\u0435 \u0437\u0430 \u043E\u0431\u043D\u043E\u0432\u043B\u0435\u043D\u0438\u044F\u043C\u0438 \u0432 Telegram-\u043A\u0430\u043D\u0430\u043B\u0435",feedbackAndJoin:"\u0412\u043E\u043F\u0440\u043E\u0441 \u041E\u0431\u0440\u0430\u0442\u043D\u0430\u044F \u0441\u0432\u044F\u0437\u044C / \u0414\u043E\u0431\u0430\u0432\u0438\u0442\u044C \u0433\u0440\u0443\u043F\u043F\u0443",autoSync:"\u0430\u0432\u0442\u043E\u043C\u0430\u0442\u0438\u0447\u0435\u0441\u043A\u0430\u044F \u0441\u0438\u043D\u0445\u0440\u043E\u043D\u0438\u0437\u0430\u0446\u0438\u044F \u0432\u0440\u0435\u043C\u0435\u043D\u0438",loadingThemeTitle:"\u0421\u0442\u0438\u043B\u044C \u0437\u0430\u0433\u0440\u0443\u0437\u043A\u0438",loadingThemeDescription:"\u0423\u0441\u0442\u0430\u043D\u043E\u0432\u043A\u0430 \u0441\u0442\u0438\u043B\u044F \u043F\u0440\u0438 \u043E\u0436\u0438\u0434\u0430\u043D\u0438\u0438 \u0437\u0430\u0433\u0440\u0443\u0437\u043A\u0438 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430","loadingTheme.spinner":"\u0412\u0440\u0430\u0449\u0430\u044E\u0449\u0430\u044F\u0441\u044F \u0430\u043D\u0438\u043C\u0430\u0446\u0438\u044F","loadingTheme.text":"\u0441\u0442\u0430\u0442\u0438\u0447\u0435\u0441\u043A\u0438\u0439 \u0442\u0435\u043A\u0441\u0442 \u0447\u0435\u0433\u043E-\u043B. ","loadingTheme.none":"\u043D\u0435 \u043F\u043E\u043A\u0430\u0437\u0430\u043D\u043E",developerDescription:"\u0414\u043E\u043A\u0443\u043C\u0435\u043D\u0442\u0430\u0446\u0438\u044E \u043F\u043E \u0440\u0430\u0441\u0448\u0438\u0440\u0435\u043D\u043D\u043E\u0439 \u043D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0435 \u043C\u043E\u0436\u043D\u043E \u043D\u0430\u0439\u0442\u0438 <1>\u0437\u0434\u0435\u0441\u044C","edit border color":"\u0418\u0437\u043C\u0435\u043D\u0435\u043D\u0438\u0435 \u0446\u0432\u0435\u0442\u0430 \u0433\u0440\u0430\u043D\u0438\u0446\u044B",successSyncButNoChange:"\u0422\u0435\u043A\u0443\u0449\u0430\u044F \u043A\u043E\u043D\u0444\u0438\u0433\u0443\u0440\u0430\u0446\u0438\u044F \u0441\u043E\u043E\u0442\u0432\u0435\u0442\u0441\u0442\u0432\u0443\u0435\u0442 \u043E\u0431\u043B\u0430\u043A\u0443",customTheme:"\u041D\u0435\u0441\u0442\u0430\u043D\u0434\u0430\u0440\u0442\u043D\u044B\u0435 \u0446\u0432\u0435\u0442\u0430 \u0438 \u0440\u0430\u0437\u043C\u0435\u0440\u044B","customThemeLabel.borderColor":"\u0426\u0432\u0435\u0442 \u0433\u0440\u0430\u043D\u0438\u0446\u044B","customThemeLabel.borderRadius":"\u0421\u043A\u0440\u0443\u0433\u043B\u0435\u043D\u043D\u044B\u0435 \u043A\u0440\u0430\u044F","customThemeLabel.textColor":"\u0446\u0432\u0435\u0442 \u0442\u0435\u043A\u0441\u0442\u0430","customThemeLabel.backgroundColor":"\u0446\u0432\u0435\u0442 \u0444\u043E\u043D\u0430","customThemeLabel.zoom":"\u041C\u0430\u0441\u0448\u0442\u0430\u0431\u0438\u0440\u043E\u0432\u0430\u043D\u0438\u0435 \u0448\u0440\u0438\u0444\u0442\u0430 (%)","customThemeLabel.opacity":"\u041D\u0435\u043F\u0440\u043E\u0437\u0440\u0430\u0447\u043D\u043E\u0441\u0442\u044C \u0442\u0435\u043A\u0441\u0442\u0430 (%)",resetToDefaultColor:"\u0412\u043E\u0441\u0441\u0442\u0430\u043D\u043E\u0432\u043B\u0435\u043D\u0438\u0435 \u0446\u0432\u0435\u0442\u043E\u0432 \u043F\u043E \u0443\u043C\u043E\u043B\u0447\u0430\u043D\u0438\u044E",resetToDefaultSettings:"\u0412\u043E\u0441\u0441\u0442\u0430\u043D\u043E\u0432\u043B\u0435\u043D\u0438\u0435 \u043D\u0430\u0441\u0442\u0440\u043E\u0435\u043A \u043F\u043E \u0443\u043C\u043E\u043B\u0447\u0430\u043D\u0438\u044E",isTranslateTitle:"\u0412\u043A\u043B\u044E\u0447\u0438\u0442\u044C \u043F\u0435\u0440\u0435\u0432\u043E\u0434 \u0437\u0430\u0433\u043E\u043B\u043E\u0432\u043A\u043E\u0432 \u0441\u0442\u0440\u0430\u043D\u0438\u0446",isTranslateTitleDescription:"\u041F\u0440\u0438 \u043E\u0442\u043A\u0440\u044B\u0442\u0438\u0438 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u044B \u0435\u0435 \u0437\u0430\u0433\u043E\u043B\u043E\u0432\u043E\u043A \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0438\u0442\u0441\u044F",enableSearchEnhancement:"\u0412\u043A\u043B\u044E\u0447\u0435\u043D\u0438\u0435 \u0444\u0443\u043D\u043A\u0446\u0438\u0438 \u0440\u0430\u0441\u0448\u0438\u0440\u0435\u043D\u0438\u044F \u0434\u0432\u0443\u044F\u0437\u044B\u0447\u043D\u044B\u0445 \u0441\u043E\u043E\u0431\u0449\u0435\u043D\u0438\u0439",enableSearchEnhancementDescription:'\u041F\u043E\u0441\u043B\u0435 \u0432\u043A\u043B\u044E\u0447\u0435\u043D\u0438\u044F \u044D\u0442\u043E\u0439 \u0444\u0443\u043D\u043A\u0446\u0438\u0438 \u0440\u0435\u0437\u0443\u043B\u044C\u0442\u0430\u0442\u044B \u043F\u043E\u0438\u0441\u043A\u0430 "Google \u041D\u043E\u0432\u043E\u0441\u0442\u0438" \u0431\u0443\u0434\u0443\u0442 \u0430\u0432\u0442\u043E\u043C\u0430\u0442\u0438\u0447\u0435\u0441\u043A\u0438 \u043E\u0442\u043E\u0431\u0440\u0430\u0436\u0430\u0442\u044C\u0441\u044F \u0432 \u043F\u0440\u0430\u0432\u043E\u0439 \u043A\u043E\u043B\u043E\u043D\u043A\u0435 \u043F\u043E\u0434\u0434\u0435\u0440\u0436\u0438\u0432\u0430\u0435\u043C\u044B\u0445 \u0441\u0430\u0439\u0442\u043E\u0432 (Google \u041D\u043E\u0432\u043E\u0441\u0442\u0438, Google \u041F\u043E\u0438\u0441\u043A (\u043D\u0435\u043A\u043E\u0442\u043E\u0440\u044B\u0435 \u043A\u043B\u044E\u0447\u0435\u0432\u044B\u0435 \u0441\u043B\u043E\u0432\u0430), Snowball, Oriental Fortune, Futura, Tiger Community) \u0434\u043B\u044F \u0441\u043E\u043E\u0442\u0432\u0435\u0442\u0441\u0442\u0432\u0443\u044E\u0449\u0438\u0445 \u0430\u043D\u0433\u043B\u0438\u0439\u0441\u043A\u0438\u0445 \u043A\u043B\u044E\u0447\u0435\u0432\u044B\u0445 \u0441\u043B\u043E\u0432.',verifyService:"\u041D\u0430\u0436\u043C\u0438\u0442\u0435 \u0437\u0434\u0435\u0441\u044C, \u0447\u0442\u043E\u0431\u044B \u043F\u0440\u043E\u0442\u0435\u0441\u0442\u0438\u0440\u043E\u0432\u0430\u0442\u044C \u0443\u0441\u043B\u0443\u0433\u0443",verified:"\u041F\u0440\u043E\u0432\u0435\u0440\u043A\u0430 \u0443\u0441\u043F\u0435\u0448\u043D\u043E\u0441\u0442\u0438","field.langs":"\u041F\u043E\u0434\u0434\u0435\u0440\u0436\u0438\u0432\u0430\u0435\u043C\u044B\u0435 \u043A\u043E\u0434\u044B \u044F\u0437\u044B\u043A\u043E\u0432","field.model":"\u043C\u043E\u0434\u0435\u043B\u0438\u0440\u043E\u0432\u0430\u043D\u0438\u0435","field.translationEngine":"\u043C\u0435\u0445\u0430\u043D\u0438\u0437\u043C \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430","field.limitPerMinute":"\u041C\u0430\u043A\u0441\u0438\u043C\u0430\u043B\u044C\u043D\u043E\u0435 \u043A\u043E\u043B\u0438\u0447\u0435\u0441\u0442\u0432\u043E \u0437\u0430\u043F\u0440\u043E\u0441\u043E\u0432 \u0432 \u043C\u0438\u043D\u0443\u0442\u0443","field.limitPerSecond":"\u041C\u0430\u043A\u0441\u0438\u043C\u0430\u043B\u044C\u043D\u043E\u0435 \u043A\u043E\u043B\u0438\u0447\u0435\u0441\u0442\u0432\u043E \u0437\u0430\u043F\u0440\u043E\u0441\u043E\u0432 \u0432 \u0441\u0435\u043A\u0443\u043D\u0434\u0443","field.maxTextLengthPerRequest":"\u041C\u0430\u043A\u0441\u0438\u043C\u0430\u043B\u044C\u043D\u0430\u044F \u0434\u043B\u0438\u043D\u0430 \u0442\u0435\u043A\u0441\u0442\u0430 \u0432 \u043E\u0434\u043D\u043E\u043C \u0437\u0430\u043F\u0440\u043E\u0441\u0435","field.maxTextGroupLengthPerRequest":"\u041C\u0430\u043A\u0441\u0438\u043C\u0430\u043B\u044C\u043D\u043E\u0435 \u043A\u043E\u043B\u0438\u0447\u0435\u0441\u0442\u0432\u043E \u043F\u0430\u0440\u0430\u0433\u0440\u0430\u0444\u043E\u0432 \u0432 \u043E\u0434\u043D\u043E\u043C \u0437\u0430\u043F\u0440\u043E\u0441\u0435","field.apiUrl":"\u0410\u0434\u0440\u0435\u0441 \u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u0435\u043B\u044C\u0441\u043A\u043E\u0433\u043E \u0438\u043D\u0442\u0435\u0440\u0444\u0435\u0439\u0441\u0430 API","field.placeholderDelimiters":"\u0437\u0430\u0440\u0435\u0437\u0435\u0440\u0432\u0438\u0440\u043E\u0432\u0430\u043D\u043D\u043E\u0435 \u043C\u0435\u0441\u0442\u043E","description.custom":"\u0414\u043E\u0441\u0442\u0443\u043F \u043A \u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u0435\u043B\u044C\u0441\u043A\u043E\u043C\u0443 \u0438\u043D\u0442\u0435\u0440\u0444\u0435\u0439\u0441\u0443 \u0422\u0440\u0435\u0431\u0443\u0435\u0442\u0441\u044F \u0434\u043E\u043A\u0443\u043C\u0435\u043D\u0442\u0430\u0446\u0438\u044F","description.limitPerMinute":"\u0417\u0430\u043F\u0440\u043E\u0441\u044B, \u043F\u0440\u0435\u0432\u044B\u0448\u0430\u044E\u0449\u0438\u0435 \u044D\u0442\u043E\u0442 \u043B\u0438\u043C\u0438\u0442, \u043F\u043E\u043F\u0430\u0434\u0430\u044E\u0442 \u0432 \u043E\u0447\u0435\u0440\u0435\u0434\u044C \u0434\u043E \u043D\u0430\u0447\u0430\u043B\u0430 \u0441\u043B\u0435\u0434\u0443\u044E\u0449\u0435\u0439 \u043C\u0438\u043D\u0443\u0442\u044B. \u0412 \u0441\u0432\u044F\u0437\u0438 \u0441 \u0440\u0430\u0437\u043B\u0438\u0447\u043D\u044B\u043C\u0438 \u043E\u0433\u0440\u0430\u043D\u0438\u0447\u0435\u043D\u0438\u044F\u043C\u0438 \u0442\u0435\u043A\u0443\u0449\u0435\u0433\u043E \u0441\u0435\u0440\u0432\u0438\u0441\u0430 OpenAI, \u043F\u043E\u0441\u043B\u0435\u0434\u043D\u0438\u0435 \u043F\u0440\u0435\u0434\u043B\u0430\u0433\u0430\u0435\u043C\u044B\u0435 \u0437\u043D\u0430\u0447\u0435\u043D\u0438\u044F \u043C\u043E\u0436\u043D\u043E \u043F\u043E\u0441\u043C\u043E\u0442\u0440\u0435\u0442\u044C <1>\u0437\u0434\u0435\u0441\u044C","description.limitPerSecond":"\u0417\u0430\u043F\u0440\u043E\u0441\u044B, \u043F\u0440\u0435\u0432\u044B\u0448\u0430\u044E\u0449\u0438\u0435 \u044D\u0442\u043E\u0442 \u043B\u0438\u043C\u0438\u0442, \u043F\u043E\u043F\u0430\u0434\u0430\u044E\u0442 \u0432 \u043E\u0447\u0435\u0440\u0435\u0434\u044C \u0434\u043E \u043D\u0430\u0447\u0430\u043B\u0430 \u0441\u043B\u0435\u0434\u0443\u044E\u0449\u0435\u0439 \u0441\u0435\u043A\u0443\u043D\u0434\u044B. \u0412 \u0441\u0432\u044F\u0437\u0438 \u0441 \u0440\u0430\u0437\u043B\u0438\u0447\u043D\u044B\u043C\u0438 \u043E\u0433\u0440\u0430\u043D\u0438\u0447\u0435\u043D\u0438\u044F\u043C\u0438 \u0442\u0435\u043A\u0443\u0449\u0435\u0433\u043E \u0441\u0435\u0440\u0432\u0438\u0441\u0430 OpenAI, \u043F\u043E\u0441\u043B\u0435\u0434\u043D\u0438\u0435 \u043F\u0440\u0435\u0434\u043B\u0430\u0433\u0430\u0435\u043C\u044B\u0435 \u0437\u043D\u0430\u0447\u0435\u043D\u0438\u044F \u043C\u043E\u0436\u043D\u043E \u043F\u043E\u0441\u043C\u043E\u0442\u0440\u0435\u0442\u044C <1>\u0437\u0434\u0435\u0441\u044C","description.generalLimitPerSecond":"\u0417\u0430\u043F\u0440\u043E\u0441\u044B, \u043F\u0440\u0435\u0432\u044B\u0448\u0430\u044E\u0449\u0438\u0435 \u044D\u0442\u043E\u0442 \u043B\u0438\u043C\u0438\u0442, \u043F\u043E\u043F\u0430\u0434\u0430\u044E\u0442 \u0432 \u043E\u0447\u0435\u0440\u0435\u0434\u044C \u0434\u043E \u043D\u0430\u0447\u0430\u043B\u0430 \u0441\u043B\u0435\u0434\u0443\u044E\u0449\u0435\u0439 \u0441\u0435\u043A\u0443\u043D\u0434\u044B.","description.prompt":"\u041E\u0442\u043F\u0440\u0430\u0432\u0438\u0442\u044C \u0434\u0438\u0430\u043B\u043E\u0433 {service} \u043E\u0442 \u0438\u043C\u0435\u043D\u0438 \u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u0435\u043B\u044F, \u0433\u0434\u0435 {{text}} \u043E\u0431\u043E\u0437\u043D\u0430\u0447\u0430\u0435\u0442 \u0442\u0435\u043A\u0441\u0442 \u043F\u0430\u0440\u0430\u0433\u0440\u0430\u0444\u0430, {{from}} \u043E\u0431\u043E\u0437\u043D\u0430\u0447\u0430\u0435\u0442 \u044F\u0437\u044B\u043A \u043F\u0430\u0440\u0430\u0433\u0440\u0430\u0444\u0430, \u0430 {{to}} \u043E\u0431\u043E\u0437\u043D\u0430\u0447\u0430\u0435\u0442 \u0446\u0435\u043B\u0435\u0432\u043E\u0439 \u044F\u0437\u044B\u043A.","description.maxTextLengthPerRequest":"\u041C\u0430\u043A\u0441\u0438\u043C\u0430\u043B\u044C\u043D\u043E\u0435 \u043A\u043E\u043B\u0438\u0447\u0435\u0441\u0442\u0432\u043E \u0441\u0438\u043C\u0432\u043E\u043B\u043E\u0432 \u0432 \u043E\u0434\u043D\u043E\u043C \u0437\u0430\u043F\u0440\u043E\u0441\u0435 \u0441\u043B\u0438\u0448\u043A\u043E\u043C \u0432\u0435\u043B\u0438\u043A\u043E, \u0447\u0442\u043E \u043F\u0440\u0438\u0432\u043E\u0434\u0438\u0442 \u043A \u043C\u0435\u0434\u043B\u0435\u043D\u043D\u043E\u043C\u0443 \u043E\u0442\u043A\u043B\u0438\u043A\u0443 \u0438\u043D\u0442\u0435\u0440\u0444\u0435\u0439\u0441\u0430, \u043F\u043E\u044D\u0442\u043E\u043C\u0443 \u043F\u043E\u043F\u0440\u043E\u0431\u0443\u0439\u0442\u0435 \u043E\u0442\u0440\u0435\u0433\u0443\u043B\u0438\u0440\u043E\u0432\u0430\u0442\u044C \u044D\u0442\u043E\u0442 \u043F\u0430\u0440\u0430\u043C\u0435\u0442\u0440 \u0434\u043B\u044F \u043E\u043F\u0442\u0438\u043C\u0438\u0437\u0430\u0446\u0438\u0438 \u0441\u043A\u043E\u0440\u043E\u0441\u0442\u0438 \u0440\u0430\u0431\u043E\u0442\u044B","description.systemPrompt":"\u0414\u0438\u0430\u043B\u043E\u0433, \u043E\u0442\u043F\u0440\u0430\u0432\u043B\u0435\u043D\u043D\u044B\u0439 \u0441\u0438\u0441\u0442\u0435\u043C\u043E\u0439 \u0432 {service}, \u0433\u0434\u0435 {{text}} \u043E\u0431\u043E\u0437\u043D\u0430\u0447\u0430\u0435\u0442 \u0442\u0435\u043A\u0441\u0442 \u043F\u0430\u0440\u0430\u0433\u0440\u0430\u0444\u0430, {{from}} \u043E\u0431\u043E\u0437\u043D\u0430\u0447\u0430\u0435\u0442 \u044F\u0437\u044B\u043A \u043F\u0430\u0440\u0430\u0433\u0440\u0430\u0444\u0430, {{to}} \u043E\u0431\u043E\u0437\u043D\u0430\u0447\u0430\u0435\u0442 \u0446\u0435\u043B\u0435\u0432\u043E\u0439 \u044F\u0437\u044B\u043A.","field.domain":"\u0446\u0430\u0440\u0441\u0442\u0432\u043E","description.domain":"\u041F\u043E \u0443\u043C\u043E\u043B\u0447\u0430\u043D\u0438\u044E \u0443\u0441\u0442\u0430\u043D\u043E\u0432\u043B\u0435\u043D\u043E \u0437\u043D\u0430\u0447\u0435\u043D\u0438\u0435\uFF1Ageneral. \u041C\u043E\u0436\u0435\u0442 \u0431\u044B\u0442\u044C \u0443\u0441\u0442\u0430\u043D\u043E\u0432\u043B\u0435\u043D\u043E \u0442\u043E\u043B\u044C\u043A\u043E \u0432 \u0442\u043E\u043C \u0441\u043B\u0443\u0447\u0430\u0435, \u0435\u0441\u043B\u0438 \u0432 \u043A\u043E\u043D\u0441\u043E\u043B\u0438 Arima API \u0432\u043A\u043B\u044E\u0447\u0435\u043D \u0434\u043E\u043C\u0435\u043D\u043D\u044B\u0439 \u043F\u0435\u0440\u0435\u0432\u043E\u0434, \u043F\u043E\u0434\u0434\u0435\u0440\u0436\u0438\u0432\u0430\u0435\u043C\u044B\u0435 \u0434\u043E\u043C\u0435\u043D\u044B \u0441\u043C. <1>\u0437\u0434\u0435\u0441\u044C","field.scene":"\u0432\u0437\u044F\u0442\u044C","description.scene":"\u041F\u043E \u0443\u043C\u043E\u043B\u0447\u0430\u043D\u0438\u044E \u0443\u0441\u0442\u0430\u043D\u043E\u0432\u043B\u0435\u043D\u043E \u0437\u043D\u0430\u0447\u0435\u043D\u0438\u0435\uFF1Ageneral. \u041C\u043E\u0436\u0435\u0442 \u0431\u044B\u0442\u044C \u0443\u0441\u0442\u0430\u043D\u043E\u0432\u043B\u0435\u043D\u043E \u0442\u043E\u043B\u044C\u043A\u043E \u0432 \u0442\u043E\u043C \u0441\u043B\u0443\u0447\u0430\u0435, \u0435\u0441\u043B\u0438 \u0432 \u043A\u043E\u043D\u0441\u043E\u043B\u0438 AliCloud API \u043E\u0442\u043A\u0440\u044B\u0442 Machine Translation Pro, \u043E \u043F\u043E\u0434\u0434\u0435\u0440\u0436\u0438\u0432\u0430\u0435\u043C\u044B\u0445 \u0441\u0446\u0435\u043D\u0430\u0440\u0438\u044F\u0445 \u0441\u043C. <1>\u0437\u0434\u0435\u0441\u044C","field.vocabId":"\u0418\u0434\u0435\u043D\u0442\u0438\u0444\u0438\u043A\u0430\u0442\u043E\u0440 \u0441\u043B\u043E\u0432\u0430\u0440\u044F \u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u0435\u043B\u044F","description.vocabId":"\u0423\u043A\u0430\u0437\u0430\u043D\u043D\u044B\u0439 \u0441\u043B\u043E\u0432\u0430\u0440\u044C out_id, \u0432 \u043D\u0430\u0441\u0442\u043E\u044F\u0449\u0435\u0435 \u0432\u0440\u0435\u043C\u044F \u043F\u043E\u0434\u0434\u0435\u0440\u0436\u0438\u0432\u0430\u0435\u0442 \u043F\u0435\u0440\u0435\u0432\u043E\u0434 \u0441 \u0430\u043D\u0433\u043B\u0438\u0439\u0441\u043A\u043E\u0433\u043E \u043D\u0430 \u043A\u0438\u0442\u0430\u0439\u0441\u043A\u0438\u0439.","description.model":"\u041C\u043E\u0434\u0435\u043B\u0438 OpenAI, \u043C\u043E\u0433\u0443\u0442 \u0431\u044B\u0442\u044C gpt-3.5-turbo, gpt-4 \u0438 \u0442.\u0434.","description.maxTextGroupLengthPerRequest":"\u041A\u043E\u043B\u0438\u0447\u0435\u0441\u0442\u0432\u043E \u0430\u0431\u0437\u0430\u0446\u0435\u0432, \u043F\u0435\u0440\u0435\u0434\u0430\u0432\u0430\u0435\u043C\u044B\u0445 \u0441\u043B\u0443\u0436\u0431\u0435 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430 \u0437\u0430 \u043E\u0434\u0438\u043D \u0440\u0430\u0437, \u0435\u0441\u043B\u0438 \u0438\u0445 \u0441\u043B\u0438\u0448\u043A\u043E\u043C \u043C\u043D\u043E\u0433\u043E, \u044D\u0442\u043E \u043C\u043E\u0436\u0435\u0442 \u043F\u0440\u0438\u0432\u0435\u0441\u0442\u0438 \u043A \u0437\u0430\u043C\u0435\u0434\u043B\u0435\u043D\u0438\u044E \u0440\u0435\u0430\u043A\u0446\u0438\u0438 \u0438\u043D\u0442\u0435\u0440\u0444\u0435\u0439\u0441\u0430","description.apiUrl":"\u041F\u043E\u0436\u0430\u043B\u0443\u0439\u0441\u0442\u0430, \u0434\u043E\u0431\u0430\u0432\u044C\u0442\u0435 \u043A\u043E\u043D\u043A\u0440\u0435\u0442\u043D\u044B\u0435 URL \u0441 \u043F\u0443\u0442\u044F\u043C\u0438, <1>\u0431\u043E\u043B\u0435\u0435 \u043F\u043E\u0434\u0440\u043E\u0431\u043D\u043E\u0435 \u043E\u043F\u0438\u0441\u0430\u043D\u0438\u0435",enabledExtension:"\u0412\u043A\u043B\u044E\u0447\u0435\u043D\u0438\u0435 \u0440\u0430\u0441\u0448\u0438\u0440\u0435\u043D\u0438\u0439",clickToDisableExtension:"\u041D\u0430\u0436\u043C\u0438\u0442\u0435 \u0434\u043B\u044F \u043E\u0442\u043A\u043B\u044E\u0447\u0435\u043D\u0438\u044F \u0440\u0430\u0441\u0448\u0438\u0440\u0435\u043D\u0438\u0439",clickToEnableExtension:"\u041D\u0430\u0436\u043C\u0438\u0442\u0435 \u0434\u043B\u044F \u0432\u043A\u043B\u044E\u0447\u0435\u043D\u0438\u044F \u0440\u0430\u0441\u0448\u0438\u0440\u0435\u043D\u0438\u0439",hasBeenDisabled:"\u043E\u0442\u043A\u043B\u044E\u0447\u0435\u043D\u043E","show password":"\u041F\u043E\u043A\u0430\u0437\u0430\u0442\u044C \u043F\u0430\u0440\u043E\u043B\u044C",customContent:"\u0412\u0432\u0435\u0434\u0438\u0442\u0435 \u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u0435\u043B\u044C\u0441\u043A\u043E\u0435 \u0438\u043C\u044F \u043C\u043E\u0434\u0435\u043B\u0438",inputOptions:"\u0423\u0441\u043E\u0432\u0435\u0440\u0448\u0435\u043D\u0441\u0442\u0432\u043E\u0432\u0430\u043D\u0438\u0435 \u0431\u043B\u043E\u043A\u0430 \u0432\u0432\u043E\u0434\u0430",mouseHoverOptions:"\u043D\u0430\u0432\u0435\u0434\u0435\u043D\u0438\u0435 \u043C\u044B\u0448\u0438",modifyMouseHoverKey:"\u0418\u0437\u043C\u0435\u043D\u0435\u043D\u0438\u0435 \u044F\u0440\u043B\u044B\u043A\u0430 \u043D\u0430\u0432\u0435\u0434\u0435\u043D\u0438\u044F \u043C\u044B\u0448\u0438",enableInputTranslation:"\u0412\u043A\u043B\u044E\u0447\u0430\u0442\u044C \u043B\u0438 \u0440\u0430\u0441\u0448\u0438\u0440\u0435\u043D\u0438\u0435 \u043F\u043E\u043B\u044F \u0432\u0432\u043E\u0434\u0430",enableInputTranslationDescription:"\u041F\u043E\u0441\u043B\u0435 \u0432\u043A\u043B\u044E\u0447\u0435\u043D\u0438\u044F \u0432\u0432\u0435\u0434\u0438\u0442\u0435 {startingKey}{startingKey} hello \u043F\u0440\u044F\u043C\u043E \u0432 \u043F\u043E\u043B\u0435 \u0432\u0432\u043E\u0434\u0430, \u0437\u0430\u0442\u0435\u043C \u0431\u044B\u0441\u0442\u0440\u043E \u043D\u0430\u0431\u0435\u0440\u0438\u0442\u0435{inputTrailingTriggerKeyRepeatTimes}\u0440\u0430\u0437{trailingKey}, \u0447\u0442\u043E\u0431\u044B \u043F\u0435\u0440\u0435\u0432\u0435\u0441\u0442\u0438 \u043D\u0430 {inputTargetLanguage}.",enableInputTranslationDescriptionForNoneKey:"\u041F\u043E\u0441\u043B\u0435 \u0432\u043A\u043B\u044E\u0447\u0435\u043D\u0438\u044F \u044D\u0442\u043E\u0439 \u0444\u0443\u043D\u043A\u0446\u0438\u0438 \u0432\u0432\u0435\u0434\u0438\u0442\u0435\uFF1AHello World \u043D\u0435\u043F\u043E\u0441\u0440\u0435\u0434\u0441\u0442\u0432\u0435\u043D\u043D\u043E \u0432 \u043F\u043E\u043B\u0435 \u0432\u0432\u043E\u0434\u0430, \u0430 \u0437\u0430\u0442\u0435\u043C \u0431\u044B\u0441\u0442\u0440\u043E \u043D\u0430\u0436\u043C\u0438\u0442\u0435{inputTrailingTriggerKeyRepeatTimes}{trailingKey}\u0440\u0430\u0437 \u0434\u043B\u044F \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430 \u043D\u0430 \u0446\u0435\u043B\u0435\u0432\u043E\u0439 \u044F\u0437\u044B\u043A \u043F\u043E \u0443\u043C\u043E\u043B\u0447\u0430\u043D\u0438\u044E.",inputTargetLanguage:"\u0423\u0441\u0442\u0430\u043D\u043E\u0432\u043A\u0430 \u0446\u0435\u043B\u0435\u0432\u043E\u0433\u043E \u044F\u0437\u044B\u043A\u0430 \u043F\u043E \u0443\u043C\u043E\u043B\u0447\u0430\u043D\u0438\u044E \u0434\u043B\u044F \u043E\u043A\u043E\u043D \u0432\u0432\u043E\u0434\u0430",inputTargetLanguageDescription:"\u0426\u0435\u043B\u0435\u0432\u043E\u0439 \u044F\u0437\u044B\u043A \u043F\u043E \u0443\u043C\u043E\u043B\u0447\u0430\u043D\u0438\u044E \u0434\u043B\u044F \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430 \u043E\u043A\u043D\u0430 \u0432\u0432\u043E\u0434\u0430, \u0442.\u0435. {startingKey}{startingKey} \u043A\u0430\u043A \u044F\u0437\u044B\u043A \u043F\u043E \u0443\u043C\u043E\u043B\u0447\u0430\u043D\u0438\u044E \u0434\u043B\u044F \u0442\u0440\u0438\u0433\u0433\u0435\u0440\u043D\u044B\u0445 \u0441\u043B\u043E\u0432",inputTargetLanguageDescriptionForNoneKey:"\u0426\u0435\u043B\u0435\u0432\u043E\u0439 \u044F\u0437\u044B\u043A \u043F\u043E \u0443\u043C\u043E\u043B\u0447\u0430\u043D\u0438\u044E \u0434\u043B\u044F \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430 \u043F\u043E\u043B\u044F \u0432\u0432\u043E\u0434\u0430",inputStartingTriggerKeyTitle:"\u0423\u0441\u0442\u0430\u043D\u043E\u0432\u043A\u0430 \u0441\u0438\u043C\u0432\u043E\u043B\u0430 \u0440\u0430\u0437\u0434\u0435\u043B\u0435\u043D\u0438\u044F \u0434\u043B\u044F \u0447\u0430\u0441\u0442\u0438\u0447\u043D\u043E\u0433\u043E \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430 \u043F\u043E\u043B\u044F \u0432\u0432\u043E\u0434\u0430",inputStartingTriggerKeyDescription:"\u0415\u0441\u043B\u0438 \u043D\u0435\u0442 \u043D\u0435\u043E\u0431\u0445\u043E\u0434\u0438\u043C\u043E\u0441\u0442\u0438 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0438\u0442\u044C \u0432\u0441\u0435 \u043F\u043E\u043B\u0435 \u0432\u0432\u043E\u0434\u0430, \u0441\u043F\u043B\u0438\u0442\u0442\u0435\u0440 \u043F\u043E\u0437\u0432\u043E\u043B\u044F\u0435\u0442 \u043F\u0435\u0440\u0435\u0432\u0435\u0441\u0442\u0438 \u0442\u043E\u043B\u044C\u043A\u043E \u0447\u0430\u0441\u0442\u044C \u043E\u0442 {startingKey}{startingKey} \u0434\u043E \u043A\u043E\u043D\u0446\u0430 \u043F\u043E\u043B\u044F \u0432\u0432\u043E\u0434\u0430, \u0438\u043B\u0438 \u043C\u043E\u0436\u043D\u043E \u0443\u043A\u0430\u0437\u0430\u0442\u044C \u043A\u043E\u0434 \u044F\u0437\u044B\u043A\u0430, \u043D\u0430\u043F\u0440\u0438\u043C\u0435\u0440,\uFF1A{startingKey}ja \u043E\u0437\u043D\u0430\u0447\u0430\u0435\u0442 \u043F\u0435\u0440\u0435\u0432\u043E\u0434 \u0442\u043E\u043B\u044C\u043A\u043E \u0447\u0430\u0441\u0442\u0438 \u043E\u0442 {startingKey}ja \u0434\u043E \u043A\u043E\u043D\u0446\u0430 \u043F\u043E\u043B\u044F \u0432\u0432\u043E\u0434\u0430.",inputStartingTriggerKeyDescriptionForNoneKey:"\u0422\u0435\u043A\u0443\u0449\u0430\u044F \u043D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0430 \u043E\u0442\u0441\u0443\u0442\u0441\u0442\u0432\u0438\u044F \u043F\u0440\u0435\u0444\u0438\u043A\u0441\u0430 \u043D\u0435 \u043D\u0443\u0436\u043D\u0430, \u0438 \u0444\u0443\u043D\u043A\u0446\u0438\u044F \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430 \u043D\u0435\u043A\u043E\u0442\u043E\u0440\u044B\u0445 \u0442\u0435\u043A\u0441\u0442\u043E\u0432 \u0432 \u043E\u043A\u043D\u0435 \u0432\u0432\u043E\u0434\u0430 \u043F\u043E\u043A\u0430 \u043D\u0435 \u043C\u043E\u0436\u0435\u0442 \u0431\u044B\u0442\u044C \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u043D\u0430.",inputTrailingTriggerKeyTitle:"\u0412\u044B\u0431\u0435\u0440\u0438\u0442\u0435 \u0441\u0438\u043C\u0432\u043E\u043B \u043E\u043A\u043E\u043D\u0447\u0430\u043D\u0438\u044F \u0432\u0432\u043E\u0434\u0430",inputTrailingTriggerKeyDescription:"3 \u0431\u044B\u0441\u0442\u0440\u044B\u0445 \u0443\u0434\u0430\u0440\u0430{trailingKey} \u043D\u0430\u0447\u043D\u0435\u0442 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0438\u0442\u044C!",inputTrailingTriggerKeyTimeout:"\u0412\u0432\u0435\u0434\u0438\u0442\u0435 \u0432\u0440\u0435\u043C\u044F \u043C\u0435\u0436\u0434\u0443 \u0441\u0440\u0430\u0431\u0430\u0442\u044B\u0432\u0430\u043D\u0438\u044F\u043C\u0438 \u0432 \u043A\u043E\u043D\u0446\u0435 \u0431\u043E\u044F",inputTrailingTriggerKeyTimeoutDescription:"\u0423\u0441\u0442\u0430\u043D\u0430\u0432\u043B\u0438\u0432\u0430\u0435\u0442 \u0432\u0440\u0435\u043C\u044F (\u0432 \u043C\u0438\u043B\u043B\u0438\u0441\u0435\u043A\u0443\u043D\u0434\u0430\u0445) \u043C\u0435\u0436\u0434\u0443 \u0441\u0440\u0430\u0431\u0430\u0442\u044B\u0432\u0430\u043D\u0438\u044F\u043C\u0438 \u043A\u043E\u043C\u0431\u0438\u043D\u0438\u0440\u043E\u0432\u0430\u043D\u043D\u044B\u0445 \u0443\u0441\u0442\u0440\u043E\u0439\u0441\u0442\u0432 \u043E\u043A\u043E\u043D\u0447\u0430\u043D\u0438\u044F \u0432\u0432\u043E\u0434\u0430",spaceKey:"<\u7A7A\u683C\u952E>",noneKey:"\u041F\u0440\u044F\u043C\u043E\u0439 \u043F\u0435\u0440\u0435\u0432\u043E\u0434 \u0432\u0441\u0435\u0433\u043E \u0442\u0435\u043A\u0441\u0442\u043E\u0432\u043E\u0433\u043E \u043F\u043E\u043B\u044F \u0431\u0435\u0437 \u043F\u0440\u0435\u0444\u0438\u043A\u0441\u043E\u0432",inputTranslationBlockUrlsTitle:"\u041D\u0435 \u0432\u043A\u043B\u044E\u0447\u0430\u0439\u0442\u0435 \u0440\u0430\u0441\u0448\u0438\u0440\u0435\u043D\u0438\u0435 \u043F\u043E\u043B\u044F \u0432\u0432\u043E\u0434\u0430 \u0432 \u0441\u043B\u0435\u0434\u0443\u044E\u0449\u0438\u0445 URL-\u0430\u0434\u0440\u0435\u0441\u0430\u0445",inputTranslationBlockUrlsDescription:"\u0423\u0441\u043E\u0432\u0435\u0440\u0448\u0435\u043D\u0441\u0442\u0432\u043E\u0432\u0430\u043D\u0438\u044F \u043F\u043E\u043B\u044F \u0432\u0432\u043E\u0434\u0430 \u043D\u0435 \u0431\u0443\u0434\u0443\u0442 \u0440\u0430\u0431\u043E\u0442\u0430\u0442\u044C \u043D\u0430 \u0441\u043B\u0435\u0434\u0443\u044E\u0449\u0438\u0445 URL-\u0430\u0434\u0440\u0435\u0441\u0430\u0445",clickToSeeQuickDemo:"\u041D\u0430\u0436\u043C\u0438\u0442\u0435, \u0447\u0442\u043E\u0431\u044B \u0440\u0430\u0437\u0432\u0435\u0440\u043D\u0443\u0442\u044C 30-\u0441\u0435\u043A\u0443\u043D\u0434\u043D\u044B\u0439 \u043E\u0431\u0443\u0447\u0430\u044E\u0449\u0438\u0439 \u0432\u0438\u0434\u0435\u043E\u0440\u043E\u043B\u0438\u043A",inputHelperInfo:"\u041E\u043F\u0438\u0441\u0430\u043D\u0438\u0435\uFF1A\u041C\u044B \u043E\u043F\u0442\u0438\u043C\u0438\u0437\u0438\u0440\u043E\u0432\u0430\u043B\u0438 \u0440\u0430\u0431\u043E\u0442\u0443 \u0441 \u0442\u0435\u043C, \u0447\u0442\u043E \u043D\u0435\u043A\u043E\u0442\u043E\u0440\u044B\u0435 \u0442\u0440\u0438\u0433\u0433\u0435\u0440\u043D\u044B\u0435 \u0441\u0438\u043C\u0432\u043E\u043B\u044B \u043F\u0440\u0435\u0432\u0440\u0430\u0449\u0430\u044E\u0442\u0441\u044F \u0432 \u043A\u0438\u0442\u0430\u0439\u0441\u043A\u0438\u0435 \u0437\u043D\u0430\u043A\u0438 \u043F\u0440\u0435\u043F\u0438\u043D\u0430\u043D\u0438\u044F \u043F\u0440\u0438 \u043A\u0438\u0442\u0430\u0439\u0441\u043A\u0438\u0445 \u043C\u0435\u0442\u043E\u0434\u0430\u0445 \u0432\u0432\u043E\u0434\u0430, \u043D\u0430\u043F\u0440\u0438\u043C\u0435\u0440, / \u043F\u0440\u0435\u0432\u0440\u0430\u0449\u0430\u0435\u0442\u0441\u044F \u0432 \u0437\u043D\u0430\u043A dun , \u043F\u0440\u0438 \u043C\u0435\u0442\u043E\u0434\u0435 \u0432\u0432\u043E\u0434\u0430 Sogou, \u0438 Immersive Translator \u043F\u043E\u0434\u0434\u0435\u0440\u0436\u0438\u0432\u0430\u0435\u0442 \u0432\u0441\u0435 \u043A\u0438\u0442\u0430\u0439\u0441\u043A\u0438\u0435 \u0441\u0438\u043C\u0432\u043E\u043B\u044B, \u0441\u043E\u043E\u0442\u0432\u0435\u0442\u0441\u0442\u0432\u0443\u044E\u0449\u0438\u0435 \u0442\u0440\u0438\u0433\u0433\u0435\u0440\u043D\u044B\u043C \u0441\u0438\u043C\u0432\u043E\u043B\u0430\u043C, \u0442.\u0435. //,,, \u0431\u0443\u0434\u0443\u0442 \u0440\u0430\u0441\u043F\u043E\u0437\u043D\u0430\u0432\u0430\u0442\u044C\u0441\u044F \u043A\u0430\u043A \u0442\u0440\u0438\u0433\u0433\u0435\u0440\u043D\u044B\u0435 \u0441\u0438\u043C\u0432\u043E\u043B\u044B.

\u041C\u044B \u0442\u0430\u043A\u0436\u0435 \u043F\u043E\u0434\u0434\u0435\u0440\u0436\u0438\u0432\u0430\u0435\u043C \u043A\u0438\u0442\u0430\u0439\u0441\u043A\u0438\u0435 \u043F\u0441\u0435\u0432\u0434\u043E\u043D\u0438\u043C\u044B \u0434\u043B\u044F \u044F\u0437\u044B\u043A\u043E\u0432\u044B\u0445 \u043A\u043E\u0434\u043E\u0432 \u0432 \u043A\u0430\u0447\u0435\u0441\u0442\u0432\u0435 \u043A\u043E\u043C\u0430\u043D\u0434, \u043D\u0430\u043F\u0440\u0438\u043C\u0435\u0440, /Japanese Hello World \u0431\u0443\u0434\u0435\u0442 \u043F\u0435\u0440\u0435\u0432\u0435\u0434\u0435\u043D \u043D\u0430 \u044F\u043F\u043E\u043D\u0441\u043A\u0438\u0439 \u044F\u0437\u044B\u043A, <1>\u043D\u0430\u0436\u043C\u0438\u0442\u0435 \u0437\u0434\u0435\u0441\u044C, \u0447\u0442\u043E\u0431\u044B \u043F\u043E\u0441\u043C\u043E\u0442\u0440\u0435\u0442\u044C \u0432\u0441\u0435 \u043F\u043E\u0434\u0434\u0435\u0440\u0436\u0438\u0432\u0430\u0435\u043C\u044B\u0435 \u044F\u0437\u044B\u043A\u043E\u0432\u044B\u0435 \u043A\u043E\u0434\u044B.",reloadCurrentPage:"\u041F\u0435\u0440\u0435\u0434 \u043D\u0430\u0447\u0430\u043B\u043E\u043C \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430 \u043E\u0431\u043D\u043E\u0432\u0438\u0442\u0435 \u0442\u0435\u043A\u0443\u0449\u0443\u044E \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u0443.",noLocalFilePermissionForPDF:"\u0423 \u0432\u0430\u0441 \u043D\u0435\u0442 \u043F\u0440\u0430\u0432 \u043D\u0430 \u0447\u0442\u0435\u043D\u0438\u0435 \u043B\u043E\u043A\u0430\u043B\u044C\u043D\u044B\u0445 \u0444\u0430\u0439\u043B\u043E\u0432, \u043F\u043E\u0436\u0430\u043B\u0443\u0439\u0441\u0442\u0430, \u043D\u0430\u0436\u043C\u0438\u0442\u0435 \u043A\u043D\u043E\u043F\u043A\u0443 \u0432\u044B\u0448\u0435, \u0430 \u0437\u0430\u0442\u0435\u043C \u0438\u043C\u043F\u043E\u0440\u0442\u0438\u0440\u0443\u0439\u0442\u0435 \u043B\u043E\u043A\u0430\u043B\u044C\u043D\u044B\u0435 \u0444\u0430\u0439\u043B\u044B.",noPermissionForThisPage:"\u26A0\uFE0F \u041D\u0435\u0442 \u0440\u0430\u0437\u0440\u0435\u0448\u0435\u043D\u0438\u044F \u043D\u0430 \u043F\u0435\u0440\u0435\u0432\u043E\u0434 \u0442\u0435\u043A\u0443\u0449\u0435\u0439 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u044B",retryAllParagraphs:"\u041F\u043E\u0432\u0442\u043E\u0440\u043D\u043E\u0435 \u0432\u044B\u043F\u043E\u043B\u043D\u0435\u043D\u0438\u0435 \u0432\u0441\u0435\u0445 \u043E\u0448\u0438\u0431\u043E\u0447\u043D\u044B\u0445 \u043F\u0435\u0440\u0435\u0445\u043E\u0434\u043E\u0432",retryAllButton:"\u041F\u043E\u0432\u0442\u043E\u0440\u043D\u043E\u0435 \u0432\u044B\u043F\u043E\u043B\u043D\u0435\u043D\u0438\u0435 \u0432\u0441\u0435\u0445 \u043E\u0448\u0438\u0431\u043E\u0447\u043D\u044B\u0445 \u043F\u0435\u0440\u0435\u0445\u043E\u0434\u043E\u0432",errorTooltipTitle:"\u0429\u0435\u043B\u043A\u043D\u0438\u0442\u0435, \u0447\u0442\u043E\u0431\u044B \u0443\u0432\u0438\u0434\u0435\u0442\u044C \u043F\u0440\u0438\u0447\u0438\u043D\u0443 \u043E\u0448\u0438\u0431\u043A\u0438",errorModalTitle:"\u041F\u043E\u0445\u043E\u0436\u0435, \u0447\u0442\u043E-\u0442\u043E \u043D\u0435 \u0442\u0430\u043A \u0441\u043E \u0441\u043B\u0443\u0436\u0431\u043E\u0439 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430 \u0438\u043B\u0438 \u0441\u0435\u0442\u044C\u044E...",disableConfirm:"\u0414\u0432\u0443\u044F\u0437\u044B\u0447\u043D\u0430\u044F \u0443\u0441\u0442\u0430\u043D\u043E\u0432\u043A\u0430 \u0434\u043B\u044F \u0440\u0430\u0441\u0448\u0438\u0440\u0435\u043D\u0438\u044F \u0438\u043D\u0444\u043E\u0440\u043C\u0430\u0446\u0438\u0438",disableOnce:"\u042D\u0442\u0430 \u0438\u043D\u0432\u0430\u043B\u0438\u0434\u043D\u043E\u0441\u0442\u044C",disableGlobal:"\u043E\u0442\u043A\u043B\u044E\u0447\u0438\u0442\u044C \u043D\u0430\u0432\u0441\u0435\u0433\u0434\u0430",disableTint:"* \u0412\u044B \u043C\u043E\u0436\u0435\u0442\u0435 \u043F\u043E\u0432\u0442\u043E\u0440\u043D\u043E \u0432\u043A\u043B\u044E\u0447\u0438\u0442\u044C \u0435\u0433\u043E \u043D\u0430 \u0441\u0430\u0439\u0442\u0435 {option} .",searchEnhancementNotes:"\u041C\u044B \u043E\u0431\u043D\u0430\u0440\u0443\u0436\u0438\u043B\u0438, \u0447\u0442\u043E \u0440\u0435\u0437\u0443\u043B\u044C\u0442\u0430\u0442\u044B \u043F\u043E\u0438\u0441\u043A\u0430 \u043D\u043E\u0432\u043E\u0441\u0442\u0435\u0439 \u043F\u043E \u043A\u043B\u044E\u0447\u0435\u0432\u044B\u043C \u0441\u043B\u043E\u0432\u0430\u043C \u043D\u0430 \u043A\u0438\u0442\u0430\u0439\u0441\u043A\u043E\u043C \u0438 \u0430\u043D\u0433\u043B\u0438\u0439\u0441\u043A\u043E\u043C \u044F\u0437\u044B\u043A\u0430\u0445 \u0441\u0438\u043B\u044C\u043D\u043E \u043E\u0442\u043B\u0438\u0447\u0430\u044E\u0442\u0441\u044F. \u041F\u043E\u0441\u043B\u0435 \u0432\u043A\u043B\u044E\u0447\u0435\u043D\u0438\u044F \u0444\u0443\u043D\u043A\u0446\u0438\u0438 Immersive Translation Bilingual Information Enhancement \u043C\u044B \u0431\u0443\u0434\u0435\u043C \u0430\u0432\u0442\u043E\u043C\u0430\u0442\u0438\u0447\u0435\u0441\u043A\u0438 \u0438\u0441\u043A\u0430\u0442\u044C \u0434\u043B\u044F \u0432\u0430\u0441 \u0442\u0435 \u0436\u0435 \u0441\u0430\u043C\u044B\u0435 \u043A\u043B\u044E\u0447\u0435\u0432\u044B\u0435 \u0441\u043B\u043E\u0432\u0430 \u043D\u0430 \u0430\u043D\u0433\u043B\u0438\u0439\u0441\u043A\u043E\u043C \u044F\u0437\u044B\u043A\u0435 \u043D\u0430 \u043F\u043E\u0434\u0434\u0435\u0440\u0436\u0438\u0432\u0430\u0435\u043C\u044B\u0445 \u0441\u0430\u0439\u0442\u0430\u0445 (Google News, Google Search (\u043D\u0435\u043A\u043E\u0442\u043E\u0440\u044B\u0435 \u043A\u043B\u044E\u0447\u0435\u0432\u044B\u0435 \u0441\u043B\u043E\u0432\u0430), Snowball, Oriental Wealth, Futura, Tiger) \u0438 \u043E\u0442\u043E\u0431\u0440\u0430\u0436\u0430\u0442\u044C \u0438\u0445 \u0432 \u043F\u0440\u0430\u0432\u043E\u0439 \u0447\u0430\u0441\u0442\u0438. \u0412\u044B \u043C\u043E\u0436\u0435\u0442\u0435 \u043E\u0442\u043A\u043B\u044E\u0447\u0438\u0442\u044C \u044D\u0442\u0443 \u0444\u0443\u043D\u043A\u0446\u0438\u044E, \u0435\u0441\u043B\u0438 \u043E\u043D\u0430 \u0432\u0430\u043C \u043D\u0435 \u043D\u0443\u0436\u043D\u0430.",option:"\u043D\u0430\u0441\u0442\u0440\u0430\u0438\u0432\u0430\u0442\u044C",saveSettings:"\u0421\u043E\u0445\u0440\u0430\u043D\u0438\u0442\u044C \u043D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0438",closeModal:"\u0417\u0430\u043A\u0440\u044B\u0442\u044C \u043E\u043A\u043D\u043E",enableInputTranslationWithoutTriggerKeyTitle:"\u0412\u043A\u043B\u044E\u0447\u0438\u0442\u0435 3 \u0431\u044B\u0441\u0442\u0440\u044B\u0445 \u043D\u0430\u0436\u0430\u0442\u0438\u044F \u043D\u0430{trailingKey}, \u0447\u0442\u043E\u0431\u044B \u043D\u0430\u043F\u0440\u044F\u043C\u0443\u044E \u043F\u0435\u0440\u0435\u0432\u0435\u0441\u0442\u0438 \u0432\u0441\u0435 \u043F\u043E\u043B\u0435 \u0432\u0432\u043E\u0434\u0430 \u043D\u0430{inputTargetLanguage}.",enableInputTranslationWithoutTriggerKeyDescription:"\u0427\u0442\u043E\u0431\u044B \u0443\u043A\u0430\u0437\u0430\u0442\u044C \u0446\u0435\u043B\u0435\u0432\u043E\u0439 \u044F\u0437\u044B\u043A, \u0434\u043E\u0431\u0430\u0432\u044C\u0442\u0435 \u043A \u043D\u0435\u043C\u0443 \u043A\u043E\u0434 \u044F\u0437\u044B\u043A\u0430, \u043D\u0430\u043F\u0440\u0438\u043C\u0435\u0440,\uFF1Aja Hello World",mouseHoverShortcutPlaceholder:"\u043D\u0430\u043F\u0440\u0438\u043C\u0435\u0440,\uFF1AShift",deepLProName:"Immersive Translation Pro Member (Recommended)",deepLProDescription:"\u0422\u0435\u043A\u0443\u0449\u0438\u0439 \u043F\u0430\u043A\u0435\u0442 \u043C\u043E\u0436\u0435\u0442 \u0431\u044B\u0442\u044C \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u043D \u043D\u0430\u043F\u0440\u044F\u043C\u0443\u044E",deeplProDescriptionForNormal:"\u041D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0430 \u043D\u0435 \u0442\u0440\u0435\u0431\u0443\u0435\u0442\u0441\u044F, \u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u0435\u043B\u0438 \u043C\u043E\u0433\u0443\u0442 \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u044C \u0435\u0433\u043E \u043F\u043E\u0441\u043B\u0435 \u0432\u0445\u043E\u0434\u0430 \u0432 \u0441\u0438\u0441\u0442\u0435\u043C\u0443, <1>\u043D\u0430\u0436\u043C\u0438\u0442\u0435 \u0437\u0434\u0435\u0441\u044C, \u0447\u0442\u043E\u0431\u044B \u043F\u0435\u0440\u0435\u0439\u0442\u0438 \u0432 \u043A\u0430\u0442\u0435\u0433\u043E\u0440\u0438\u044E \u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u0435\u043B\u0435\u0439",deepLCustomDescription:"\u0422\u0440\u0435\u0431\u0443\u0435\u0442\u0441\u044F \u0438\u043D\u043E\u0441\u0442\u0440\u0430\u043D\u043D\u0430\u044F \u043A\u0440\u0435\u0434\u0438\u0442\u043D\u0430\u044F \u043A\u0430\u0440\u0442\u0430, \u043E\u0444\u0438\u0446\u0438\u0430\u043B\u044C\u043D\u043E \u043E\u0442\u043A\u0440\u044B\u0442\u0430 \u043D\u0430 \u0441\u0430\u0439\u0442\u0435 <1>DeepL, \u043D\u0430\u0436\u043C\u0438\u0442\u0435 \u0434\u043B\u044F \u043F\u043E\u043B\u0443\u0447\u0435\u043D\u0438\u044F <2>\u0434\u043E\u043A\u0443\u043C\u0435\u043D\u0442\u0430\u0446\u0438\u0438",deepLCustomName:"\u041F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u0435\u043B\u044C\u0441\u043A\u0438\u0439 \u043A\u043B\u044E\u0447 \u0430\u0432\u0442\u043E\u0440\u0438\u0437\u0430\u0446\u0438\u0438",chooseProviderLabel:"\u0412\u044B\u0431\u043E\u0440 \u043F\u043E\u0441\u0442\u0430\u0432\u0449\u0438\u043A\u0430 \u0443\u0441\u043B\u0443\u0433",openaiProName:"Immersive Translation Pro Member (Recommended)",openaiProDescription:"\u0422\u0435\u043A\u0443\u0449\u0438\u0439 \u043F\u0430\u043A\u0435\u0442 \u043C\u043E\u0436\u0435\u0442 \u0431\u044B\u0442\u044C \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u043D \u043D\u0430\u043F\u0440\u044F\u043C\u0443\u044E",openaiProDescriptionForNormal:"\u041D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0430 \u043D\u0435 \u0442\u0440\u0435\u0431\u0443\u0435\u0442\u0441\u044F, \u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u0435\u043B\u0438 \u043C\u043E\u0433\u0443\u0442 \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u044C \u0435\u0433\u043E \u043F\u043E\u0441\u043B\u0435 \u0432\u0445\u043E\u0434\u0430 \u0432 \u0441\u0438\u0441\u0442\u0435\u043C\u0443, <1>\u043D\u0430\u0436\u043C\u0438\u0442\u0435 \u0437\u0434\u0435\u0441\u044C, \u0447\u0442\u043E\u0431\u044B \u043F\u0435\u0440\u0435\u0439\u0442\u0438 \u0432 \u043A\u0430\u0442\u0435\u0433\u043E\u0440\u0438\u044E \u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u0435\u043B\u0435\u0439",openaiCustomDescription:"\u0414\u043E\u0441\u0442\u0443\u043F\u043D\u044B OpenAI, Azure OpenAI \u0438\u043B\u0438 \u0434\u0440\u0443\u0433\u0438\u0435 \u0441\u0442\u043E\u0440\u043E\u043D\u043D\u0438\u0435 \u0441\u0435\u0440\u0432\u0438\u0441\u044B, <1>\u0434\u043E\u043A\u0443\u043C\u0435\u043D\u0442\u0430\u0446\u0438\u044E \u043C\u043E\u0436\u043D\u043E \u043D\u0430\u0439\u0442\u0438 \u0437\u0434\u0435\u0441\u044C",openaiCustomName:"\u041F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u0435\u043B\u044C\u0441\u043A\u0438\u0439 \u043A\u043B\u044E\u0447 API",needLoginAction:"(\u041E\u0442\u043A\u0440\u044B\u0442\u043E\u0435 \u0447\u043B\u0435\u043D\u0441\u0442\u0432\u043E \u0438\u043B\u0438 \u043D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0430)",goLoginOrAction:"(\u041E\u0442\u043A\u0440\u043E\u0439\u0442\u0435 \u0447\u043B\u0435\u043D\u0441\u0442\u0432\u043E \u0438\u043B\u0438 \u043F\u0435\u0440\u0435\u0439\u0434\u0438\u0442\u0435 \u043A \u043D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0430\u043C)",yearly:"\u043E\u0441\u0443\u0449\u0435\u0441\u0442\u0432\u043B\u044F\u0442\u044C \u043F\u043E\u0441\u043B\u0435\u0434\u043E\u0432\u0430\u0442\u0435\u043B\u044C\u043D\u044B\u0439 \u0435\u0436\u0435\u0433\u043E\u0434\u043D\u044B\u0439 \u043F\u043B\u0430\u0442\u0435\u0436",quarterly:"\u043F\u043E\u0441\u043B\u0435\u0434\u043E\u0432\u0430\u0442\u0435\u043B\u044C\u043D\u0430\u044F \u0443\u043F\u0430\u043A\u043E\u0432\u043A\u0430",monthly:"\u0435\u0436\u0435\u043C\u0435\u0441\u044F\u0447\u043D\u0430\u044F \u043F\u043E\u0434\u043F\u0438\u0441\u043A\u0430",yearlyForOnce:"\u0415\u0434\u0438\u043D\u043E\u0432\u0440\u0435\u043C\u0435\u043D\u043D\u044B\u0439 \u0433\u043E\u0434\u043E\u0432\u043E\u0439 \u043F\u0430\u043A\u0435\u0442",monthlyForOnce:"\u0415\u0434\u0438\u043D\u043E\u0432\u0440\u0435\u043C\u0435\u043D\u043D\u044B\u0439 \u043C\u0435\u0441\u044F\u0447\u043D\u044B\u0439 \u043F\u0430\u043A\u0435\u0442",daily:"\u043F\u043E\u0441\u043B\u0435\u0434\u043E\u0432\u0430\u0442\u0435\u043B\u044C\u043D\u044B\u0445 \u043F\u0430\u043A\u0435\u0442\u043D\u044B\u0445 \u0434\u043D\u0435\u0439",year:"\u043E\u0441\u0443\u0449\u0435\u0441\u0442\u0432\u043B\u044F\u0442\u044C \u043F\u043E\u0441\u043B\u0435\u0434\u043E\u0432\u0430\u0442\u0435\u043B\u044C\u043D\u044B\u0439 \u0435\u0436\u0435\u0433\u043E\u0434\u043D\u044B\u0439 \u043F\u043B\u0430\u0442\u0435\u0436",quarter:"\u043F\u043E\u0441\u043B\u0435\u0434\u043E\u0432\u0430\u0442\u0435\u043B\u044C\u043D\u0430\u044F \u0443\u043F\u0430\u043A\u043E\u0432\u043A\u0430",month:"\u0435\u0436\u0435\u043C\u0435\u0441\u044F\u0447\u043D\u0430\u044F \u043F\u043E\u0434\u043F\u0438\u0441\u043A\u0430",day:"\u043F\u043E\u0441\u043B\u0435\u0434\u043E\u0432\u0430\u0442\u0435\u043B\u044C\u043D\u044B\u0445 \u043F\u0430\u043A\u0435\u0442\u043D\u044B\u0445 \u0434\u043D\u0435\u0439",onetime_7day:"7-\u0434\u043D\u0435\u0432\u043D\u044B\u0439 \u043F\u0430\u043A\u0435\u0442 \u0432\u043F\u0435\u0447\u0430\u0442\u043B\u0435\u043D\u0438\u0439",currentPlanDescriptionForFree:"\u0422\u0435\u043A\u0443\u0449\u0438\u0435 \u043F\u0430\u043A\u0435\u0442\u044B\uFF1A\u0411\u0435\u0441\u043F\u043B\u0430\u0442\u043D\u043E",currentPlanDescriptionForContinuous:"\u0414\u0435\u0439\u0441\u0442\u0432\u0443\u044E\u0449\u0438\u0439 \u043F\u0430\u043A\u0435\u0442\uFF1A{plan}\u0431\u0443\u0434\u0435\u0442 \u0430\u0432\u0442\u043E\u043C\u0430\u0442\u0438\u0447\u0435\u0441\u043A\u0438 \u043F\u0440\u043E\u0434\u043B\u0435\u043D \u043D\u0430 {endAt}",currentPlanDescriptionForAutoRenewCaceling:"\u0421\u0440\u043E\u043A \u0434\u0435\u0439\u0441\u0442\u0432\u0438\u044F \u0442\u0435\u043A\u0443\u0449\u0435\u0433\u043E \u043F\u0430\u043A\u0435\u0442\u0430\uFF1A{plan}\u0438\u0441\u0442\u0435\u043A\u0430\u0435\u0442 \u043D\u0430 \u0441\u0430\u0439\u0442\u0435 {endAt} \u0438 \u043D\u0435 \u0431\u0443\u0434\u0435\u0442 \u0430\u0432\u0442\u043E\u043C\u0430\u0442\u0438\u0447\u0435\u0441\u043A\u0438 \u043F\u0440\u043E\u0434\u043B\u0435\u0432\u0430\u0442\u044C\u0441\u044F \u043F\u043E \u0435\u0433\u043E \u0438\u0441\u0442\u0435\u0447\u0435\u043D\u0438\u0438.",currentYearlyPlanDescriptionForAutoRenewCacelingWithRealPaiedUser:"\u0421\u0440\u043E\u043A \u0434\u0435\u0439\u0441\u0442\u0432\u0438\u044F \u0442\u0435\u043A\u0443\u0449\u0435\u0433\u043E \u043F\u0430\u043A\u0435\u0442\u0430\uFF1A{plan}\u0438\u0441\u0442\u0435\u043A\u0430\u0435\u0442 \u043D\u0430 \u0441\u0430\u0439\u0442\u0435 {endAt} \u0438 \u043D\u0435 \u0431\u0443\u0434\u0435\u0442 \u0430\u0432\u0442\u043E\u043C\u0430\u0442\u0438\u0447\u0435\u0441\u043A\u0438 \u043F\u0440\u043E\u0434\u043B\u0435\u0432\u0430\u0442\u044C\u0441\u044F \u043F\u043E \u0435\u0433\u043E \u0438\u0441\u0442\u0435\u0447\u0435\u043D\u0438\u0438.
<1>\u041D\u0430\u0436\u043C\u0438\u0442\u0435 \u0437\u0434\u0435\u0441\u044C, \u0447\u0442\u043E\u0431\u044B \u0443\u043F\u0440\u0430\u0432\u043B\u044F\u0442\u044C \u043F\u043B\u0430\u043D\u043E\u043C \u043F\u0440\u043E\u0434\u043B\u0435\u043D\u0438\u044F",currentYearlyPlanDescriptionForAutoRenewCacelingWithAdmin:"\u0421\u0440\u043E\u043A \u0434\u0435\u0439\u0441\u0442\u0432\u0438\u044F \u0442\u0435\u043A\u0443\u0449\u0435\u0433\u043E \u043F\u0430\u043A\u0435\u0442\u0430\uFF1A{plan}\u0438\u0441\u0442\u0435\u043A\u0430\u0435\u0442 \u043D\u0430 \u0441\u0430\u0439\u0442\u0435 {endAt} \u0438 \u043D\u0435 \u0431\u0443\u0434\u0435\u0442 \u0430\u0432\u0442\u043E\u043C\u0430\u0442\u0438\u0447\u0435\u0441\u043A\u0438 \u043F\u0440\u043E\u0434\u043B\u0435\u0432\u0430\u0442\u044C\u0441\u044F \u043F\u043E \u0435\u0433\u043E \u0438\u0441\u0442\u0435\u0447\u0435\u043D\u0438\u0438.
<1>\u041D\u0430\u0436\u043C\u0438\u0442\u0435 \u0437\u0434\u0435\u0441\u044C, \u0447\u0442\u043E\u0431\u044B \u0430\u043A\u0442\u0438\u0432\u0438\u0440\u043E\u0432\u0430\u0442\u044C \u043D\u0435\u043F\u0440\u0435\u0440\u044B\u0432\u043D\u0443\u044E \u0433\u043E\u0434\u043E\u0432\u0443\u044E \u043F\u043E\u0434\u043F\u0438\u0441\u043A\u0443",currentPlanDescriptionForOneTime:"\u0421\u0440\u043E\u043A \u0434\u0435\u0439\u0441\u0442\u0432\u0438\u044F \u0442\u0435\u043A\u0443\u0449\u0435\u0439 \u043F\u043E\u0434\u043F\u0438\u0441\u043A\u0438\uFF1A{plan}\u0438\u0441\u0442\u0435\u043A\u0430\u0435\u0442 \u043D\u0430 \u0441\u0430\u0439\u0442\u0435 {endAt} , <1>\u043D\u0430\u0436\u043C\u0438\u0442\u0435 \u0437\u0434\u0435\u0441\u044C, \u0447\u0442\u043E\u0431\u044B \u043F\u0435\u0440\u0435\u0439\u0442\u0438 \u043D\u0430 \u0433\u043E\u0434\u043E\u0432\u043E\u0435 \u0438\u043B\u0438 <2>\u0435\u0436\u0435\u043C\u0435\u0441\u044F\u0447\u043D\u043E\u0435 \u0447\u043B\u0435\u043D\u0441\u0442\u0432\u043E.",upgradePlan:"\u041D\u0430\u0436\u043C\u0438\u0442\u0435 \u0437\u0434\u0435\u0441\u044C, \u0447\u0442\u043E\u0431\u044B \u043F\u0435\u0440\u0435\u0439\u0442\u0438 \u043D\u0430 \u0447\u043B\u0435\u043D\u0441\u0442\u0432\u043E Pro",upgradeToPro:"\u041F\u0435\u0440\u0435\u0439\u0442\u0438 \u043D\u0430 \u0447\u043B\u0435\u043D\u0441\u0442\u0432\u043E Pro","popup.openPro":"\u0427\u0442\u043E\u0431\u044B \u043F\u043E\u043B\u0443\u0447\u0438\u0442\u044C \u0432\u043E\u0437\u043C\u043E\u0436\u043D\u043E\u0441\u0442\u044C \u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u044C\u0441\u044F DeepL \u0438 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u043E\u043C OpenAI, \u043F\u0435\u0440\u0435\u0439\u0434\u0438\u0442\u0435 \u043F\u043E \u0441\u0441\u044B\u043B\u043A\u0435.","popup.openProForPro":"\u0412\u044B \u044F\u0432\u043B\u044F\u0435\u0442\u0435\u0441\u044C \u0443\u0447\u0430\u0441\u0442\u043D\u0438\u043A\u043E\u043C \u043F\u0440\u043E\u0433\u0440\u0430\u043C\u043C\u044B Pro \u0441 \u043F\u0440\u044F\u043C\u044B\u043C \u0434\u043E\u0441\u0442\u0443\u043F\u043E\u043C \u043A DeepL \u0438 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430\u043C OpenAI!",currentAccount:"\u0442\u0435\u043A\u0443\u0449\u0438\u0439 \u0441\u0447\u0451\u0442",enableAutoSyncUserSettings:"\u041E\u0431\u0435\u0441\u043F\u0435\u0447\u0435\u043D\u0438\u0435 \u0430\u0432\u0442\u043E\u043C\u0430\u0442\u0438\u0447\u0435\u0441\u043A\u043E\u0439 \u043E\u0431\u043B\u0430\u0447\u043D\u043E\u0439 \u0441\u0438\u043D\u0445\u0440\u043E\u043D\u0438\u0437\u0430\u0446\u0438\u0438 \u043D\u0430 \u043D\u0435\u0441\u043A\u043E\u043B\u044C\u043A\u0438\u0445 \u0443\u0441\u0442\u0440\u043E\u0439\u0441\u0442\u0432\u0430\u0445",modalEnableInputTranslationTitle:"\u0411\u043B\u043E\u043A \u0432\u0432\u043E\u0434\u0430 \u0438\u043C\u043C\u0435\u0440\u0441\u0438\u0432\u043D\u043E\u0433\u043E \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430 \u041F\u0435\u0440\u0435\u0432\u043E\u0434\u0447\u0435\u0441\u043A\u0438\u0435 \u043E\u043F\u043E\u0432\u0435\u0449\u0435\u043D\u0438\u044F",modalEnableInputTranslationDesc:"\u0412\u044B \u0442\u043E\u043B\u044C\u043A\u043E \u0447\u0442\u043E \u0437\u0430\u043F\u0443\u0441\u0442\u0438\u043B\u0438 \u0444\u0443\u043D\u043A\u0446\u0438\u044E \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430 \u043F\u043E\u043B\u044F \u0432\u0432\u043E\u0434\u0430 Immersive Translation, \u043D\u0430\u0436\u0430\u0432 3 \u0440\u0430\u0437\u0430 \u043F\u043E\u0434\u0440\u044F\u0434 \u043A\u043B\u0430\u0432\u0438\u0448\u0443 \u043F\u0440\u043E\u0431\u0435\u043B\u0430, \u0438 \u0441\u043E\u0434\u0435\u0440\u0436\u0438\u043C\u043E\u0435 \u043F\u043E\u043B\u044F \u0432\u0432\u043E\u0434\u0430 \u0431\u0443\u0434\u0435\u0442 \u043F\u0435\u0440\u0435\u0432\u0435\u0434\u0435\u043D\u043E \u043D\u0430 \u0446\u0435\u043B\u0435\u0432\u043E\u0439 \u044F\u0437\u044B\u043A \u043F\u043E \u0443\u043C\u043E\u043B\u0447\u0430\u043D\u0438\u044E. \u041F\u0435\u0440\u0435\u0432\u043E\u0434 \u043C\u043E\u0436\u043D\u043E \u043E\u0442\u043C\u0435\u043D\u0438\u0442\u044C \u0441 \u043F\u043E\u043C\u043E\u0449\u044C\u044E \u043A\u043B\u0430\u0432\u0438\u0448 Ctrl+Z.

\u0415\u0441\u043B\u0438 \u044D\u0442\u043E \u0431\u044B\u043B\u0430 \u043E\u0448\u0438\u0431\u043A\u0430, \u043D\u0435 \u0432\u043E\u043B\u043D\u0443\u0439\u0442\u0435\u0441\u044C, \u0432\u044B \u043C\u043E\u0436\u0435\u0442\u0435 \u043E\u0442\u043A\u043B\u044E\u0447\u0438\u0442\u044C \u0435\u0435 \u043D\u0430 \u044D\u0442\u043E\u0442 \u0440\u0430\u0437 \u0438\u043B\u0438 \u043D\u0430\u0432\u0441\u0435\u0433\u0434\u0430 \u043E\u0442\u043A\u043B\u044E\u0447\u0438\u0442\u044C \u043F\u0435\u0440\u0435\u0432\u043E\u0434 \u043F\u043E\u043B\u044F \u0432\u0432\u043E\u0434\u0430.",saveAndNotShowAgain:"\u0421\u043E\u0445\u0440\u0430\u043D\u0438\u0442\u044C \u0438 \u043E\u0441\u0442\u0430\u043D\u043E\u0432\u0438\u0442\u044C \u0437\u0430\u043F\u0440\u043E\u0441",disableInputTranslationTips:"* \u0412\u044B \u0442\u0430\u043A\u0436\u0435 \u043C\u043E\u0436\u0435\u0442\u0435 \u0443\u0441\u0442\u0430\u043D\u043E\u0432\u0438\u0442\u044C \u0434\u0440\u0443\u0433\u0438\u0435 \u0441\u043E\u0447\u0435\u0442\u0430\u043D\u0438\u044F \u043A\u043B\u0430\u0432\u0438\u0448 \u0434\u043B\u044F \u0441\u0440\u0430\u0431\u0430\u0442\u044B\u0432\u0430\u043D\u0438\u044F \u0432 {option} ,{learnMore}.",learnMore:"\u041D\u0430\u0436\u043C\u0438\u0442\u0435 \u0437\u0434\u0435\u0441\u044C, \u0447\u0442\u043E\u0431\u044B \u0443\u0437\u043D\u0430\u0442\u044C \u0431\u043E\u043B\u044C\u0448\u0435",continueEnalbeInputTranslation:"\u041F\u0440\u043E\u0434\u043E\u043B\u0436\u0435\u043D\u0438\u0435 \u0432\u043A\u043B\u044E\u0447\u0435\u043D\u0438\u044F \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430 \u043F\u043E\u043B\u044F \u0432\u0432\u043E\u0434\u0430",autoRenewTrialSuffix:'(\u0412 \u043F\u0440\u043E\u0431\u043D\u043E\u043C \u0432\u0430\u0440\u0438\u0430\u043D\u0442\u0435\u0441\u0440\u0430\u0437\u0443 \u0436\u0435 \u043F\u0435\u0440\u0435\u0448\u0435\u043B \u043D\u0430 \u043F\u043E\u043B\u043D\u043E\u0435 \u0447\u043B\u0435\u043D\u0441\u0442\u0432\u043E)',upgradeFromTrialTitle:"\u041F\u043E\u0432\u044B\u0448\u0435\u043D\u0438\u0435 \u0441\u0442\u0430\u0442\u0443\u0441\u0430 \u0434\u043E \u043F\u043E\u043B\u043D\u043E\u0433\u043E \u0447\u043B\u0435\u043D\u0430",subtitle:"\u0441\u0443\u0431\u0442\u0438\u0442\u0440\u044B \u043A \u0432\u0438\u0434\u0435\u043E\u0444\u0438\u043B\u044C\u043C\u0430\u043C",youtubeService:"\u0418\u043C\u043C\u0435\u0440\u0441\u0438\u043E\u043D\u043D\u044B\u0439 \u043F\u0435\u0440\u0435\u0432\u043E\u0434 \u0412\u0438\u0434\u0435\u043E\u0441\u0443\u0431\u0442\u0438\u0442\u0440\u0438\u0440\u043E\u0432\u0430\u043D\u0438\u0435 \u041F\u0435\u0440\u0435\u0432\u043E\u0434\u0447\u0435\u0441\u043A\u0438\u0435 \u0443\u0441\u043B\u0443\u0433\u0438","subtitle.disabledSubtitle":"\u041F\u043E\u0441\u0442\u043E\u044F\u043D\u043D\u043E\u0435 \u043E\u0442\u043A\u043B\u044E\u0447\u0435\u043D\u0438\u0435 \u0444\u0443\u043D\u043A\u0446\u0438\u0438 \u0432\u0438\u0434\u0435\u043E\u0441\u0443\u0431\u0442\u0438\u0442\u0440\u043E\u0432","subtitle.disabledSubtitleDescription":"\u0415\u0441\u043B\u0438 Immersive Translator's Video Subtitles \u043A\u043E\u043D\u0444\u043B\u0438\u043A\u0442\u0443\u0435\u0442 \u0441 \u0434\u0440\u0443\u0433\u0438\u043C\u0438 \u0440\u0430\u0441\u0448\u0438\u0440\u0435\u043D\u0438\u044F\u043C\u0438, \u0432\u044B \u043C\u043E\u0436\u0435\u0442\u0435 \u0432\u044B\u0431\u0440\u0430\u0442\u044C \u043F\u043E\u0441\u0442\u043E\u044F\u043D\u043D\u043E\u0435 \u043E\u0442\u043A\u043B\u044E\u0447\u0435\u043D\u0438\u0435 Immersive Translator's Video Subtitles \u0438\u043B\u0438 \u0434\u0435\u0438\u043D\u0441\u0442\u0430\u043B\u043B\u0438\u0440\u043E\u0432\u0430\u0442\u044C \u0434\u0440\u0443\u0433\u0438\u0435 \u043A\u043E\u043D\u0444\u043B\u0438\u043A\u0442\u0443\u044E\u0449\u0438\u0435 \u0440\u0430\u0441\u0448\u0438\u0440\u0435\u043D\u0438\u044F","subtitle.autoEnableSubtitle":"\u0410\u0432\u0442\u043E\u043C\u0430\u0442\u0438\u0447\u0435\u0441\u043A\u043E\u0435 \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u043D\u0438\u0435 \u0434\u0432\u0443\u044F\u0437\u044B\u0447\u043D\u044B\u0445 \u0441\u0443\u0431\u0442\u0438\u0442\u0440\u043E\u0432","subtitle.autoEnableSubtitleDescription":"\u041F\u043E\u0441\u043B\u0435 \u0430\u043A\u0442\u0438\u0432\u0430\u0446\u0438\u0438, \u043F\u0440\u0438 \u0432\u043E\u0441\u043F\u0440\u043E\u0438\u0437\u0432\u0435\u0434\u0435\u043D\u0438\u0438 \u0432\u0438\u0434\u0435\u043E, \u0431\u0443\u0434\u0443\u0442 \u0430\u0432\u0442\u043E\u043C\u0430\u0442\u0438\u0447\u0435\u0441\u043A\u0438 \u043E\u0442\u043E\u0431\u0440\u0430\u0436\u0430\u0442\u044C\u0441\u044F \u0434\u0432\u0443\u044F\u0437\u044B\u0447\u043D\u044B\u0435 \u0441\u0443\u0431\u0442\u0438\u0442\u0440\u044B, \u0432 \u043F\u0440\u043E\u0442\u0438\u0432\u043D\u043E\u043C \u0441\u043B\u0443\u0447\u0430\u0435 \u043D\u0435\u043E\u0431\u0445\u043E\u0434\u0438\u043C\u043E \u043D\u0430\u0436\u0430\u0442\u044C \u043A\u043D\u043E\u043F\u043A\u0443 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430 \u0434\u043B\u044F \u043E\u0442\u043E\u0431\u0440\u0430\u0436\u0435\u043D\u0438\u044F.","subtitle.preTranslation":"\u041F\u0435\u0440\u0435\u0432\u043E\u0434 \u0441\u0443\u0431\u0442\u0438\u0442\u0440\u043E\u0432 \u0441 \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u043D\u0438\u0435\u043C \u0438\u043C\u043C\u0435\u0440\u0441\u0438\u0432\u043D\u043E\u0433\u043E \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430","subtitle.preTranslationDescription":"\u041F\u0440\u0438 \u0432\u043A\u043B\u044E\u0447\u0435\u043D\u0438\u0438 \u044D\u0442\u043E\u0439 \u0444\u0443\u043D\u043A\u0446\u0438\u0438 \u0432\u0441\u0435 \u0441\u0443\u0431\u0442\u0438\u0442\u0440\u044B \u0431\u0443\u0434\u0443\u0442 \u043F\u0440\u0435\u0434\u0432\u0430\u0440\u0438\u0442\u0435\u043B\u044C\u043D\u043E \u043F\u0435\u0440\u0435\u0432\u0435\u0434\u0435\u043D\u044B \u0441 \u043F\u043E\u043C\u043E\u0449\u044C\u044E \u0443\u043A\u0430\u0437\u0430\u043D\u043D\u043E\u0433\u043E \u043D\u0438\u0436\u0435 \u0441\u0435\u0440\u0432\u0438\u0441\u0430 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430, \u043F\u0440\u0438 \u044D\u0442\u043E\u043C \u043D\u0430 1-\u0447\u0430\u0441\u043E\u0432\u043E\u0435 \u0432\u0438\u0434\u0435\u043E \u0431\u0443\u0434\u0435\u0442 \u0437\u0430\u0442\u0440\u0430\u0447\u0435\u043D\u043E \u043E\u043A\u043E\u043B\u043E 50 000 \u0442\u043E\u043A\u0435\u043D\u043E\u0432 \u0438\u043B\u0438 \u0441\u0438\u043C\u0432\u043E\u043B\u043E\u0432, \u043F\u043E\u044D\u0442\u043E\u043C\u0443 \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u0443\u0439\u0442\u0435 \u0438\u0445 \u043F\u043E \u0441\u0432\u043E\u0435\u043C\u0443 \u0443\u0441\u043C\u043E\u0442\u0440\u0435\u043D\u0438\u044E; \u043F\u0440\u0438 \u043E\u0442\u043A\u043B\u044E\u0447\u0435\u043D\u0438\u0438 \u044D\u0442\u043E\u0439 \u0444\u0443\u043D\u043A\u0446\u0438\u0438 \u0441\u043D\u0430\u0447\u0430\u043B\u0430 \u0431\u0443\u0434\u0443\u0442 \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u044C\u0441\u044F \u043E\u0440\u0438\u0433\u0438\u043D\u0430\u043B\u044C\u043D\u044B\u0435 \u0441\u0443\u0431\u0442\u0438\u0442\u0440\u044B.","subtitle.humanSubtitlesPreferred":"\u041F\u0440\u0438\u043E\u0440\u0438\u0442\u0435\u0442\u043D\u043E\u0435 \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u043D\u0438\u0435 \u0447\u0435\u043B\u043E\u0432\u0435\u0447\u0435\u0441\u043A\u0438\u0445 \u0441\u0443\u0431\u0442\u0438\u0442\u0440\u043E\u0432","subtitle.humanSubtitlesPreferredDescription":"\u041F\u0440\u0438\u043E\u0440\u0438\u0442\u0435\u0442 \u043E\u0442\u0434\u0430\u0435\u0442\u0441\u044F \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u043D\u0438\u044E \u0447\u0435\u043B\u043E\u0432\u0435\u0447\u0435\u0441\u043A\u0438\u0445 \u0441\u0443\u0431\u0442\u0438\u0442\u0440\u043E\u0432, \u0435\u0441\u043B\u0438 \u0432\u0438\u0434\u0435\u043E\u0440\u043E\u043B\u0438\u043A \u0438\u043C\u0435\u0435\u0442 \u0447\u0435\u043B\u043E\u0432\u0435\u0447\u0435\u0441\u043A\u0438\u0435 \u0441\u0443\u0431\u0442\u0438\u0442\u0440\u044B \u043D\u0430 \u0446\u0435\u043B\u0435\u0432\u043E\u043C \u044F\u0437\u044B\u043A\u0435 (\u0440\u0435\u043A\u043E\u043C\u0435\u043D\u0434\u0443\u0435\u0442\u0441\u044F)",videoSubtitleTranslationDescription:"\u041D\u0430\u0437\u043D\u0430\u0447\u0438\u0442\u044C \u043E\u0442\u0434\u0435\u043B\u044C\u043D\u0443\u044E \u0441\u043B\u0443\u0436\u0431\u0443 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430 \u0434\u043B\u044F \u0432\u0438\u0434\u0435\u043E\u0441\u0443\u0431\u0442\u0438\u0442\u0440\u043E\u0432",subtitleTranslating:"\u041F\u043E\u0436\u0430\u043B\u0443\u0439\u0441\u0442\u0430, \u043F\u043E\u0434\u043E\u0436\u0434\u0438\u0442\u0435, \u043F\u043E\u043A\u0430 \u0441\u0443\u0431\u0442\u0438\u0442\u0440\u044B \u0431\u0443\u0434\u0443\u0442 \u043F\u0435\u0440\u0435\u0432\u0435\u0434\u0435\u043D\u044B \u0441 \u043F\u043E\u043C\u043E\u0449\u044C\u044E \u0441\u0435\u0440\u0432\u0438\u0441\u0430 {service} ... (\u0438\u043C\u043C\u0435\u0440\u0441\u0438\u043E\u043D\u043D\u044B\u0439 \u043F\u0435\u0440\u0435\u0432\u043E\u0434)",subtitleLoading:"\u0417\u0430\u0433\u0440\u0443\u0437\u043A\u0430 \u0441\u0443\u0431\u0442\u0438\u0442\u0440\u043E\u0432...",bilingual:"\u0431\u0438\u043B\u0438\u043D\u0433\u0432\u0438\u0437\u043C","field.action":"\u0412\u043A\u043B\u044E\u0447\u0430\u0442\u044C \u043B\u0438 \u0442\u0435\u0440\u043C\u0438\u043D\u043E\u043B\u043E\u0433\u0438\u044E Baidu","description.action":"\u041F\u0440\u0438 \u0432\u043A\u043B\u044E\u0447\u0435\u043D\u0438\u0438 \u0432 \u0437\u0430\u043F\u0440\u043E\u0441 \u0431\u0443\u0434\u0435\u0442 \u0434\u043E\u0431\u0430\u0432\u043B\u0435\u043D \u043F\u0430\u0440\u0430\u043C\u0435\u0442\u0440 action=1, \u0438\u043D\u0444\u043E\u0440\u043C\u0438\u0440\u0443\u044E\u0449\u0438\u0439 Baidu \u043E \u0432\u043A\u043B\u044E\u0447\u0435\u043D\u043D\u043E\u043C \u0442\u0435\u0440\u043C\u0438\u043D\u0435; <1>\u0431\u043E\u043B\u0435\u0435 \u043F\u043E\u0434\u0440\u043E\u0431\u043D\u0430\u044F \u0438\u043D\u0444\u043E\u0440\u043C\u0430\u0446\u0438\u044F \u043F\u0440\u0438\u0432\u0435\u0434\u0435\u043D\u0430 \u0432 \u043E\u0444\u0438\u0446\u0438\u0430\u043B\u044C\u043D\u043E\u0439 \u0434\u043E\u043A\u0443\u043C\u0435\u043D\u0442\u0430\u0446\u0438\u0438.",closeQuickTranslation:"\u0417\u0430\u043A\u0440\u044B\u0442\u044C \u0445\u043E\u0432\u0435\u0440\u0431\u043E\u043B","closeQuickTranslation.untilNext":"\u041D\u0430 \u044D\u0442\u043E\u0442 \u0440\u0430\u0437 \u0437\u0430\u043A\u0440\u044B\u0442\u043E \u0434\u043E \u0441\u043B\u0435\u0434\u0443\u044E\u0449\u0435\u0433\u043E \u043F\u043E\u0441\u0435\u0449\u0435\u043D\u0438\u044F","closeQuickTranslation.currentWebsite":"\u0422\u0435\u043A\u0443\u0449\u0438\u0439 \u0441\u0430\u0439\u0442 \u043E\u0442\u043A\u043B\u044E\u0447\u0435\u043D","closeQuickTranslation.alwaysClose":"\u043E\u0442\u043A\u043B\u044E\u0447\u0438\u0442\u044C \u043D\u0430\u0432\u0441\u0435\u0433\u0434\u0430","closeQuickTranslation.settingOpen":"(\u043C\u043E\u0436\u0435\u0442 \u0431\u044B\u0442\u044C \u0432\u043A\u043B\u044E\u0447\u0435\u043D\u0430 \u043D\u0430 <1>\u0441\u0442\u0440\u0430\u043D\u0438\u0446\u0435 \u043D\u0430\u0441\u0442\u0440\u043E\u0435\u043A )","closeQuickTranslation.cancel":"\u043E\u0442\u043C\u0435\u043D\u044B","closeQuickTranslation.confirm":"\u043E\u043F\u0440\u0435\u0434\u0435\u043B\u0438\u0442\u044C","floatBall.popup":"\u041E\u0442\u043A\u0440\u043E\u0439\u0442\u0435 \u043F\u0430\u043D\u0435\u043B\u044C \u0431\u044B\u0441\u0442\u0440\u044B\u0445 \u043D\u0430\u0441\u0442\u0440\u043E\u0435\u043A","floatBall.translate":"\u041D\u0430\u0436\u043C\u0438\u0442\u0435, \u0447\u0442\u043E\u0431\u044B \u043F\u0435\u0440\u0435\u0432\u0435\u0441\u0442\u0438 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u0443","floatBall.showOriginal":"\u041D\u0430\u0436\u043C\u0438\u0442\u0435, \u0447\u0442\u043E\u0431\u044B \u0432\u0435\u0440\u043D\u0443\u0442\u044C\u0441\u044F \u043A \u043E\u0440\u0438\u0433\u0438\u043D\u0430\u043B\u044C\u043D\u043E\u0439 \u0441\u0442\u0430\u0442\u044C\u0435","floatBall.close":"\u0417\u0430\u043A\u0440\u044B\u0442\u044C \u0445\u043E\u0432\u0435\u0440\u0431\u043E\u043B","floatBallOptions.enableDescPc":"\u041F\u043E\u0441\u043B\u0435 \u0432\u043A\u043B\u044E\u0447\u0435\u043D\u0438\u044F \u0445\u043E\u0432\u0435\u0440\u0431\u043E\u043B\u0430 \u0432 \u043F\u0440\u0430\u0432\u043E\u0439 \u0447\u0430\u0441\u0442\u0438 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u044B \u043F\u043E\u044F\u0432\u0438\u0442\u0441\u044F \u043A\u043D\u043E\u043F\u043A\u0430 \u0431\u044B\u0441\u0442\u0440\u043E\u0433\u043E \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430, \u043D\u0430\u0436\u043C\u0438\u0442\u0435 \u0435\u0435, \u0447\u0442\u043E\u0431\u044B \u043F\u0435\u0440\u0435\u0432\u0435\u0441\u0442\u0438!","floatBallOptions.enableDesc":"\u041F\u043E\u0441\u043B\u0435 \u0432\u044B\u043A\u043B\u044E\u0447\u0435\u043D\u0438\u044F \u0445\u043E\u0432\u0435\u0440\u0431\u043E\u043B\u0430 \u0435\u0433\u043E \u043C\u043E\u0436\u043D\u043E \u0432\u044B\u0437\u0432\u0430\u0442\u044C \u0441 \u043F\u043E\u043C\u043E\u0449\u044C\u044E{touch}. \u041D\u0430\u0441\u0442\u043E\u044F\u0442\u0435\u043B\u044C\u043D\u043E \u0440\u0435\u043A\u043E\u043C\u0435\u043D\u0434\u0443\u0435\u0442\u0441\u044F \u0441\u043E\u0445\u0440\u0430\u043D\u0438\u0442\u044C \u044D\u0442\u0443 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u0443 \u043D\u0430\u0441\u0442\u0440\u043E\u0435\u043A \u0432 \u0437\u0430\u043A\u043B\u0430\u0434\u043A\u0430\u0445, \u0447\u0442\u043E\u0431\u044B \u043D\u0435 \u043F\u043E\u0442\u0435\u0440\u044F\u0442\u044C \u0432\u043E\u0437\u043C\u043E\u0436\u043D\u043E\u0441\u0442\u044C \u043D\u0430\u0439\u0442\u0438 \u0445\u043E\u0432\u0435\u0440\u0431\u043E\u043B \u043F\u043E\u0441\u043B\u0435 \u0441\u043B\u0443\u0447\u0430\u0439\u043D\u043E\u0433\u043E \u043E\u0442\u043A\u043B\u044E\u0447\u0435\u043D\u0438\u044F \u044D\u0442\u043E\u0439 \u043E\u043F\u0446\u0438\u0438!","description.azureApiUrl":"\u0417\u0430\u043F\u043E\u043B\u043D\u0438\u0442\u0435 \u0430\u0434\u0440\u0435\u0441 \u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u0435\u043B\u044C\u0441\u043A\u043E\u0433\u043E \u0438\u043D\u0442\u0435\u0440\u0444\u0435\u0439\u0441\u0430 API",confirmSupportMouse:"\u041F\u0440\u0438\u043D\u0443\u0434\u0438\u0442\u0435\u043B\u044C\u043D\u043E\u0435 \u0432\u043A\u043B\u044E\u0447\u0435\u043D\u0438\u0435 \u043F\u043E\u0434\u0434\u0435\u0440\u0436\u043A\u0438 \u043C\u044B\u0448\u0438",confirmSupportMouseDescription:"\u041E\u0431\u043D\u0430\u0440\u0443\u0436\u0435\u043D\u043E, \u0447\u0442\u043E \u0442\u0435\u043A\u0443\u0449\u0438\u0439 \u0431\u0440\u0430\u0443\u0437\u0435\u0440 \u043D\u0435 \u043F\u043E\u0434\u0434\u0435\u0440\u0436\u0438\u0432\u0430\u0435\u0442 \u0444\u0443\u043D\u043A\u0446\u0438\u044E \u043C\u044B\u0448\u0438, \u043F\u0440\u0438\u043D\u0443\u0434\u0438\u0442\u0435\u043B\u044C\u043D\u043E \u043B\u0438 \u0432\u043A\u043B\u044E\u0447\u0438\u0442\u044C \u043F\u043E\u0434\u0434\u0435\u0440\u0436\u043A\u0443 \u043C\u044B\u0448\u0438?",sampleTargetText:"\u041D\u0430\u0441\u0442\u0443\u043F\u0438\u0442 \u0434\u043E\u043B\u0433\u0430\u044F \u043D\u043E\u0447\u044C, \u0438 \u044F \u0431\u0443\u0434\u0443 \u0441\u0442\u043E\u044F\u0442\u044C \u043D\u0430 \u0441\u0442\u0440\u0430\u0436\u0435 \u0441 \u044D\u0442\u043E\u0433\u043E \u0434\u043D\u044F \u0438 \u0434\u043E \u0441\u0430\u043C\u043E\u0439 \u0441\u043C\u0435\u0440\u0442\u0438. \u042F \u043D\u0435 \u0432\u043E\u0437\u044C\u043C\u0443 \u0436\u0435\u043D\u0443, \u043D\u0435 \u0441\u043E\u0437\u0434\u0430\u043C \u0432\u043E\u0442\u0447\u0438\u043D\u0443, \u043D\u0435 \u0437\u0430\u0432\u0435\u0434\u0443 \u0434\u0435\u0442\u0435\u0439. \u042F \u043D\u0435 \u0431\u0443\u0434\u0443 \u043D\u043E\u0441\u0438\u0442\u044C \u043A\u043E\u0440\u043E\u043D\u0443, \u043D\u0435 \u0431\u0443\u0434\u0443 \u0441\u0442\u0440\u0435\u043C\u0438\u0442\u044C\u0441\u044F \u043A \u043F\u043E\u0447\u0435\u0441\u0442\u044F\u043C. \u042F \u0431\u0443\u0434\u0443 \u0438\u0441\u043F\u043E\u043B\u043D\u044F\u0442\u044C \u0441\u0432\u043E\u0439 \u0434\u043E\u043B\u0433, \u0436\u0438\u0442\u044C \u0438 \u0443\u043C\u0438\u0440\u0430\u0442\u044C.",sampleSourceText:"Night gathers, and now my watch begins. It shall not end until my death. I shall take no wife, hold no lands, father no children. I shall wear no crowns and win no glory. I shall live and die at my post.","subtitle.supportedSites":"\u5DF2\u652F\u6301\u5728\u8FD9\u4E9B\u7F51\u7AD9\u4F7F\u7528\u53CC\u8BED\u5B57\u5E55\uFF08\u6CE8\u610F\uFF1A\u7531\u4E8E\u6280\u672F\u9650\u5236\uFF0C\u90E8\u5206\u7F51\u7AD9\u5728\u9996\u6B21\u5F00\u542F\u5B57\u5E55\u540E\u9700\u8981\u91CD\u65B0\u5237\u65B0\u9875\u9762\uFF0C\u6216\u8005\u9700\u7B49\u5F85\u7FFB\u8BD1\u5B8C\u6210\u4EE5\u663E\u793A\u53CC\u8BED\u5B57\u5E55\uFF09\uFF1A",viewWithImmersiveTranslate:"\u53CC\u8BED\u7248\u672C(\u6C89\u6D78\u5F0F\u7FFB\u8BD1)",errorReason:"\u9519\u8BEF\u539F\u56E0\uFF1A{message}","proQuotaExceededError.onetime7day":'\uFF0C\u60A8\u53EF\u4EE5\u9009\u62E9\u4EE5\u4E0B\u65B9\u5F0F\u89E3\u51B3\uFF1A

1. \u5207\u6362\u5230 {anotherService} \u6216\u5176\u4ED6\u7FFB\u8BD1\u670D\u52A1
2. \u5347\u7EA7\u4E3A\u6708\u5EA6/\u5E74\u5EA6\u4F1A\u5458',"proQuotaExceededError.trial":'\uFF0C\u60A8\u53EF\u4EE5\u9009\u62E9\u4EE5\u4E0B\u65B9\u5F0F\u89E3\u51B3\uFF1A

1. \u5207\u6362\u5230 {anotherService} \u6216\u5176\u4ED6\u7FFB\u8BD1\u670D\u52A1
2. \u7ACB\u523B\u5347\u7EA7\u4E3A\u6B63\u5F0F\u4F1A\u5458',"proQuotaExceededError.nonTrial":'\uFF0C\u60A8\u53EF\u4EE5\u9009\u62E9\u4EE5\u4E0B\u65B9\u5F0F\u89E3\u51B3\uFF1A

1. \u5207\u6362\u5230 {anotherService} \u6216\u5176\u4ED6\u7FFB\u8BD1\u670D\u52A1
2. \u8D2D\u4E70 {translationService} \u989D\u5916\u6D41\u91CF\u5305',"proQuotaExceededError.resetTime":"
3. \u989D\u5EA6\u91CD\u7F6E\u65F6\u95F4\uFF1A{resetTime}","desc.touchShortcutsToggleTranslatePageOnlyTranslation":"\u0422\u043E\u043B\u044C\u043A\u043E \u043F\u0435\u0440\u0435\u0432\u043E\u0434 \u043E\u0437\u043D\u0430\u0447\u0430\u0435\u0442, \u0447\u0442\u043E \u043E\u0442\u043E\u0431\u0440\u0430\u0436\u0430\u0435\u0442\u0441\u044F \u0442\u043E\u043B\u044C\u043A\u043E \u043F\u0435\u0440\u0435\u0432\u043E\u0434. \u0415\u0441\u043B\u0438 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u0430 \u0435\u0449\u0435 \u043D\u0435 \u043F\u0435\u0440\u0435\u0432\u0435\u0434\u0435\u043D\u0430, \u043E\u043D\u0430 \u043F\u0435\u0440\u0435\u043A\u043B\u044E\u0447\u0438\u0442\u0441\u044F \u0432 \u0440\u0435\u0436\u0438\u043C \u0438 \u0431\u0443\u0434\u0435\u0442 \u043F\u0435\u0440\u0435\u0432\u0435\u0434\u0435\u043D\u0430.","desc.toggleOnlyTransation":'\u0420\u0435\u0436\u0438\u043C "\u0422\u043E\u043B\u044C\u043A\u043E \u043F\u0435\u0440\u0435\u0432\u043E\u0434" \u043E\u0437\u043D\u0430\u0447\u0430\u0435\u0442, \u0447\u0442\u043E \u043E\u0442\u043E\u0431\u0440\u0430\u0436\u0430\u0435\u0442\u0441\u044F \u0442\u043E\u043B\u044C\u043A\u043E \u043F\u0435\u0440\u0435\u0432\u043E\u0434. \u0415\u0441\u043B\u0438 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u0430 \u0435\u0449\u0435 \u043D\u0435 \u043F\u0435\u0440\u0435\u0432\u0435\u0434\u0435\u043D\u0430, \u0440\u0435\u0436\u0438\u043C \u0431\u0443\u0434\u0435\u0442 \u043F\u0435\u0440\u0435\u043A\u043B\u044E\u0447\u0435\u043D \u0438 \u0432\u044B\u043F\u043E\u043B\u043D\u0435\u043D \u043F\u0435\u0440\u0435\u0432\u043E\u0434.',touchShortcutsToggleTranslatePageOnlyTranslation:"\u041D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0430 \u0436\u0435\u0441\u0442\u043E\u0432 \u0441\u0435\u043D\u0441\u043E\u0440\u043D\u043E\u0433\u043E \u044D\u043A\u0440\u0430\u043D\u0430 \u0434\u043B\u044F \u043F\u0435\u0440\u0435\u043A\u043B\u044E\u0447\u0435\u043D\u0438\u044F \u043C\u0435\u0436\u0434\u0443 \u0434\u0432\u0443\u044F\u0437\u044B\u0447\u043D\u044B\u043C / \u0442\u043E\u043B\u044C\u043A\u043E \u0442\u0435\u043A\u0441\u0442\u043E\u043C \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430",download_started:"\u0417\u0430\u0433\u0440\u0443\u0437\u043A\u0430 \u0443\u0436\u0435 \u043D\u0430\u0447\u0430\u043B\u0430\u0441\u044C, \u0435\u0441\u043B\u0438 \u043E\u043D\u0430 \u043D\u0435 \u043D\u0430\u0447\u0430\u043B\u0430\u0441\u044C \u0430\u0432\u0442\u043E\u043C\u0430\u0442\u0438\u0447\u0435\u0441\u043A\u0438, \u043F\u043E\u0436\u0430\u043B\u0443\u0439\u0441\u0442\u0430, \u043D\u0430\u0436\u043C\u0438\u0442\u0435 \u0432\u0440\u0443\u0447\u043D\u0443\u044E.",here:"\u0437\u0434\u0435\u0441\u044C","error.goReset":"\u0441\u0431\u0440\u043E\u0441\u0438\u0442\u044C",batchEdit:"\u041C\u0430\u0441\u0441\u043E\u0432\u0430\u044F \u043E\u043F\u0435\u0440\u0430\u0446\u0438\u044F","error.configError":"\u041D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0430 \u0434\u0430\u043D\u043D\u044B\u0445 \u0430\u043D\u043E\u043C\u0430\u043B\u044C\u043D\u0430","translationFont.custom":"\u0412\u0432\u0435\u0434\u0438\u0442\u0435 \u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u0435\u043B\u044C\u0441\u043A\u0438\u0439 \u0448\u0440\u0438\u0444\u0442",translationFont:"\u0443\u0441\u0442\u0430\u043D\u043E\u0432\u0438\u0442\u044C \u0448\u0440\u0438\u0444\u0442",detectServiceLoading:"\u041F\u0440\u043E\u0432\u0435\u0440\u043A\u0430 \u0434\u043E\u0441\u0442\u0443\u043F\u043D\u044B\u0445 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0447\u0435\u0441\u043A\u0438\u0445 \u0443\u0441\u043B\u0443\u0433...","translationFont.customPlaceholder":"\u0448\u0440\u0438\u0444\u0442","touch.mouse-translate":"\u041F\u0435\u0440\u0435\u0432\u0435\u0441\u0442\u0438 \u0443\u043A\u0430\u0437\u0430\u043D\u043D\u044B\u0439 \u0430\u0431\u0437\u0430\u0446","translationModeLang.translation.title":"\u0422\u043E\u043B\u044C\u043A\u043E \u0440\u0435\u0436\u0438\u043C \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430 \u044F\u0437\u044B\u043A\u0430","error.serveConfigError":"\u041E\u0448\u0438\u0431\u043A\u0430 \u043A\u043E\u043D\u0444\u0438\u0433\u0443\u0440\u0430\u0446\u0438\u0438 \u0441\u0435\u0440\u0432\u0438\u0441\u0430","error.403":"\u0421\u043B\u0443\u0436\u0431\u0430 \u0432\u043E\u0437\u0432\u0440\u0430\u0449\u0430\u0435\u0442 \u043E\u0448\u0438\u0431\u043A\u0443, \u0432\u0440\u0435\u043C\u0435\u043D\u043D\u043E \u043D\u0435\u0442 \u0434\u043E\u0441\u0442\u0443\u043F\u0430 \u043A \u044D\u0442\u043E\u0439 \u0441\u043B\u0443\u0436\u0431\u0435.","error.proUpgrade":"\u041F\u043E\u0441\u043B\u0435 \u043E\u0431\u043D\u043E\u0432\u043B\u0435\u043D\u0438\u044F, \u043F\u043E\u0436\u0430\u043B\u0443\u0439\u0441\u0442\u0430, \u043E\u0431\u043D\u043E\u0432\u0438\u0442\u0435 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u0443 \u0438 \u043F\u0435\u0440\u0435\u0432\u0435\u0434\u0438\u0442\u0435 \u0441\u043D\u043E\u0432\u0430.","translationModeUrl.translation.title":"\u0412\u0435\u0431-\u0430\u0434\u0440\u0435\u0441 \u0442\u043E\u043B\u044C\u043A\u043E \u0434\u043B\u044F \u0440\u0435\u0436\u0438\u043C\u0430 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430",enableSentryReport:"\u041A\u043E\u0433\u0434\u0430 \u043F\u0440\u043E\u0438\u0441\u0445\u043E\u0434\u0438\u0442 \u043E\u0448\u0438\u0431\u043A\u0430 \u0440\u0430\u0441\u0448\u0438\u0440\u0435\u043D\u0438\u044F, \u043E\u0442\u043F\u0440\u0430\u0432\u043B\u044F\u0439\u0442\u0435 \u043E\u0442\u0437\u044B\u0432\u044B \u0447\u0435\u0440\u0435\u0437 Sentry.","error.reloadPageOfSetting":"\u041F\u043E\u0441\u043B\u0435 \u043D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0438, \u043F\u043E\u0436\u0430\u043B\u0443\u0439\u0441\u0442\u0430, \u043E\u0431\u043D\u043E\u0432\u0438\u0442\u0435 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u0443 \u0438 \u043F\u0435\u0440\u0435\u0432\u0435\u0434\u0438\u0442\u0435 \u0441\u043D\u043E\u0432\u0430.","error.502":"\u0421\u0435\u0440\u0432\u0438\u0441 \u0432\u043E\u0437\u0432\u0440\u0430\u0449\u0430\u0435\u0442 \u043E\u0448\u0438\u0431\u043A\u0443, \u0432\u0440\u0435\u043C\u044F \u043E\u0436\u0438\u0434\u0430\u043D\u0438\u044F \u0441\u0435\u0440\u0432\u0438\u0441\u0430 \u0438\u0441\u0442\u0435\u043A\u043B\u043E, \u043F\u043E\u0436\u0430\u043B\u0443\u0439\u0441\u0442\u0430, \u043F\u043E\u043F\u0440\u043E\u0431\u0443\u0439\u0442\u0435 \u043F\u043E\u0437\u0436\u0435.","translationModeUrl.translation.description":"\u041A\u043E\u0433\u0434\u0430 \u0432\u0435\u0431-\u0441\u0430\u0439\u0442 \u0438\u043C\u0435\u0435\u0442 \u0441\u043B\u0435\u0434\u0443\u044E\u0449\u0438\u0435 \u0434\u043E\u043C\u0435\u043D\u043D\u044B\u0435 \u0438\u043C\u0435\u043D\u0430, \u043E\u043D \u0430\u0432\u0442\u043E\u043C\u0430\u0442\u0438\u0447\u0435\u0441\u043A\u0438 \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u0443\u0435\u0442 \u0440\u0435\u0436\u0438\u043C \u0442\u043E\u043B\u044C\u043A\u043E \u0441 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u043E\u043C.",videoSubtitlePreTranslationOn:"\u0412\u0438\u0434\u0435\u043E \u0441\u0443\u0431\u0442\u0438\u0442\u0440\u044B \u0431\u0443\u0434\u0443\u0442 \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u044C \u043F\u043E\u0433\u0440\u0443\u0436\u0435\u043D\u0438\u0435 \u0432 \u043F\u0435\u0440\u0435\u0432\u043E\u0434 \u0432 \u043F\u0435\u0440\u0432\u0443\u044E \u043E\u0447\u0435\u0440\u0435\u0434\u044C.","translationServices.inherit":"\u0421\u043B\u0435\u0434\u0443\u0439\u0442\u0435 \u0437\u0430 \u043E\u0441\u043D\u043E\u0432\u043D\u044B\u043C \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0447\u0435\u0441\u043A\u0438\u043C \u0441\u0435\u0440\u0432\u0438\u0441\u043E\u043C","error.proTokenInvalid":"\u0415\u0441\u043B\u0438 \u0432\u044B \u044F\u0432\u043B\u044F\u0435\u0442\u0435\u0441\u044C \u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u0435\u043B\u0435\u043C Pro, \u043F\u043E\u0436\u0430\u043B\u0443\u0439\u0441\u0442\u0430, \u0432\u043E\u0439\u0434\u0438\u0442\u0435 \u0432 \u0441\u0438\u0441\u0442\u0435\u043C\u0443, \u043F\u0440\u0435\u0436\u0434\u0435 \u0447\u0435\u043C \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u044C \u0441\u0435\u0440\u0432\u0438\u0441 Pro \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430.",toggleToService:"\u041F\u0435\u0440\u0435\u043A\u043B\u044E\u0447\u0438\u0442\u0435\u0441\u044C \u043D\u0430 {service} \u0438 \u043F\u043E\u043F\u0440\u043E\u0431\u0443\u0439\u0442\u0435 \u0441\u043D\u043E\u0432\u0430",videoSubtitlePreTranslationOff:"\u041F\u0440\u0438\u043E\u0440\u0438\u0442\u0435\u0442 \u0431\u0443\u0434\u0435\u0442 \u043E\u0442\u0434\u0430\u043D \u043C\u0430\u0448\u0438\u043D\u043D\u043E\u043C\u0443 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0443 \u0441\u0443\u0431\u0442\u0438\u0442\u0440\u043E\u0432, \u0432\u0441\u0442\u0440\u043E\u0435\u043D\u043D\u044B\u0445 \u0432 \u043E\u0440\u0438\u0433\u0438\u043D\u0430\u043B\u044C\u043D\u043E\u0435 \u0432\u0438\u0434\u0435\u043E.","error.gemini.429":"\u0422\u0435\u043A\u0443\u0449\u0430\u044F \u0441\u043B\u0443\u0436\u0431\u0430 Gemini \u0443\u0436\u0435 \u0434\u043E\u0441\u0442\u0438\u0433\u043B\u0430 \u0441\u0432\u043E\u0435\u0433\u043E \u043F\u0440\u0435\u0434\u0435\u043B\u0430, \u043F\u043E\u0436\u0430\u043B\u0443\u0439\u0441\u0442\u0430, \u043F\u043E\u043F\u0440\u043E\u0431\u0443\u0439\u0442\u0435 \u043F\u043E\u0437\u0436\u0435 \u0438\u043B\u0438 \u043F\u0435\u0440\u0435\u043A\u043B\u044E\u0447\u0438\u0442\u0435\u0441\u044C \u043D\u0430 \u0434\u0440\u0443\u0433\u0443\u044E \u0441\u043B\u0443\u0436\u0431\u0443 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430.","translationModeLang.translation.description":'\u041A\u043E\u0433\u0434\u0430 \u044F\u0437\u044B\u043A \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u044B \u044F\u0432\u043B\u044F\u0435\u0442\u0441\u044F \u043E\u0434\u043D\u0438\u043C \u0438\u0437 \u0441\u043B\u0435\u0434\u0443\u044E\u0449\u0438\u0445, \u0430\u0432\u0442\u043E\u043C\u0430\u0442\u0438\u0447\u0435\u0441\u043A\u0438 \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u0443\u0435\u0442\u0441\u044F \u0440\u0435\u0436\u0438\u043C "\u0442\u043E\u043B\u044C\u043A\u043E \u043F\u0435\u0440\u0435\u0432\u043E\u0434".',"translationFont.notSupportErrorMessage":"\u041F\u043E\u0436\u0430\u043B\u0443\u0439\u0441\u0442\u0430, \u043F\u0440\u043E\u0432\u0435\u0440\u044C\u0442\u0435 \u043F\u0440\u0430\u0432\u0438\u043B\u044C\u043D\u043E\u0441\u0442\u044C \u0432\u0432\u0435\u0434\u0435\u043D\u043D\u043E\u0433\u043E \u0432\u0430\u043C\u0438 \u043D\u0430\u0437\u0432\u0430\u043D\u0438\u044F \u0448\u0440\u0438\u0444\u0442\u0430 \u0438\u043B\u0438 \u0443\u0431\u0435\u0434\u0438\u0442\u0435\u0441\u044C, \u0447\u0442\u043E \u044D\u0442\u043E\u0442 \u0448\u0440\u0438\u0444\u0442 \u0443\u0436\u0435 \u0443\u0441\u0442\u0430\u043D\u043E\u0432\u043B\u0435\u043D \u043D\u0430 \u0432\u0430\u0448\u0435\u043C \u0443\u0441\u0442\u0440\u043E\u0439\u0441\u0442\u0432\u0435.","error.429":"\u0421\u0435\u0440\u0432\u0438\u0441 \u0432\u043E\u0437\u0432\u0440\u0430\u0449\u0430\u0435\u0442 \u043E\u0448\u0438\u0431\u043A\u0443, \u0447\u0442\u043E \u0443\u043A\u0430\u0437\u044B\u0432\u0430\u0435\u0442 \u043D\u0430 \u0441\u043B\u0438\u0448\u043A\u043E\u043C \u0447\u0430\u0441\u0442\u044B\u0435 \u0437\u0430\u043F\u0440\u043E\u0441\u044B \u0438\u043B\u0438 \u043F\u0440\u0435\u0432\u044B\u0448\u0435\u043D\u0438\u0435 \u043B\u0438\u043C\u0438\u0442\u0430. \u041F\u043E\u0436\u0430\u043B\u0443\u0439\u0441\u0442\u0430, \u043F\u043E\u043F\u0440\u043E\u0431\u0443\u0439\u0442\u0435 \u043F\u043E\u0437\u0436\u0435.","error.400":"\u0421\u043B\u0443\u0436\u0431\u0430 \u0432\u043E\u0437\u0432\u0440\u0430\u0449\u0430\u0435\u0442 \u043E\u0448\u0438\u0431\u043A\u0443, \u043D\u0435\u0432\u0435\u0440\u043D\u044B\u0439 \u0437\u0430\u043F\u0440\u043E\u0441 \u043F\u0430\u0440\u0430\u043C\u0435\u0442\u0440\u0430, \u043F\u0440\u043E\u0432\u0435\u0440\u044C\u0442\u0435 \u0441\u043E\u043E\u0442\u0432\u0435\u0442\u0441\u0442\u0432\u0443\u044E\u0449\u0443\u044E \u043A\u043E\u043D\u0444\u0438\u0433\u0443\u0440\u0430\u0446\u0438\u044E.","error.openAIExceededQuota":"\u0421\u0435\u0440\u0432\u0438\u0441 \u0432\u043E\u0437\u0432\u0440\u0430\u0449\u0430\u0435\u0442 \u043E\u0448\u0438\u0431\u043A\u0443: \u043D\u0430 \u0432\u0430\u0448\u0435\u043C \u0442\u0435\u043A\u0443\u0449\u0435\u043C \u0441\u0447\u0435\u0442\u0443 OpenAI \u043D\u0435\u0434\u043E\u0441\u0442\u0430\u0442\u043E\u0447\u043D\u043E \u0441\u0440\u0435\u0434\u0441\u0442\u0432, \u043F\u043E\u0436\u0430\u043B\u0443\u0439\u0441\u0442\u0430, \u043F\u043E\u043F\u043E\u043B\u043D\u0438\u0442\u0435 \u0441\u0447\u0435\u0442 \u0438\u043B\u0438 \u043F\u0440\u0438\u0432\u044F\u0436\u0438\u0442\u0435 \u043A\u0440\u0435\u0434\u0438\u0442\u043D\u0443\u044E \u043A\u0430\u0440\u0442\u0443 \u0432 \u043E\u0444\u0438\u0446\u0438\u0430\u043B\u044C\u043D\u043E\u0439 \u0430\u0434\u043C\u0438\u043D\u0438\u0441\u0442\u0440\u0430\u0442\u0438\u0432\u043D\u043E\u0439 \u043F\u0430\u043D\u0435\u043B\u0438 OpenAI.","error.googleLimitIp":"\u0421\u043B\u0443\u0436\u0431\u0430 \u0432\u043E\u0437\u0432\u0440\u0430\u0449\u0430\u0435\u0442 \u043E\u0448\u0438\u0431\u043A\u0443, Google \u043E\u0433\u0440\u0430\u043D\u0438\u0447\u0438\u0432\u0430\u0435\u0442 \u0434\u043E\u0441\u0442\u0443\u043F \u0434\u043B\u044F \u044D\u0442\u043E\u0433\u043E IP-\u0430\u0434\u0440\u0435\u0441\u0430, \u0440\u0435\u043A\u043E\u043C\u0435\u043D\u0434\u0443\u0435\u0442\u0441\u044F \u0438\u0437\u043C\u0435\u043D\u0438\u0442\u044C \u0441\u0435\u0442\u0435\u0432\u043E\u0439 \u0443\u0437\u0435\u043B.","desc.toggleVideoSubtitlePreTranslation":"\u041F\u043E\u0441\u043B\u0435 \u043D\u0430\u0436\u0430\u0442\u0438\u044F, \u0434\u0432\u0443\u044F\u0437\u044B\u0447\u043D\u044B\u0435 \u0441\u0443\u0431\u0442\u0438\u0442\u0440\u044B \u0432\u0438\u0434\u0435\u043E \u0431\u0443\u0434\u0443\u0442 \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u044C \u043D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0438 \u043F\u043E\u0433\u0440\u0443\u0436\u0435\u043D\u0438\u044F \u0432 \u043F\u0435\u0440\u0435\u0432\u043E\u0434 \u0432 \u043F\u0435\u0440\u0432\u0443\u044E \u043E\u0447\u0435\u0440\u0435\u0434\u044C, \u043F\u0440\u0438 \u043F\u043E\u0432\u0442\u043E\u0440\u043D\u043E\u043C \u043D\u0430\u0436\u0430\u0442\u0438\u0438 \u0431\u0443\u0434\u0435\u0442 \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u044C\u0441\u044F \u043C\u0430\u0448\u0438\u043D\u043D\u044B\u0439 \u043F\u0435\u0440\u0435\u0432\u043E\u0434 \u0441\u0443\u0431\u0442\u0438\u0442\u0440\u043E\u0432 \u0438\u0437\u043D\u0430\u0447\u0430\u043B\u044C\u043D\u043E\u0433\u043E \u0432\u0438\u0434\u0435\u043E. \u041E\u0431\u0440\u0430\u0442\u0438\u0442\u0435 \u0432\u043D\u0438\u043C\u0430\u043D\u0438\u0435: \u044D\u0442\u043E\u0442 \u044F\u0440\u043B\u044B\u043A \u0438\u0437\u043C\u0435\u043D\u044F\u0435\u0442 \u0433\u043B\u043E\u0431\u0430\u043B\u044C\u043D\u044B\u0435 \u043D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0438.","error.openAIFreeLimit":"\u0421\u0435\u0440\u0432\u0438\u0441 \u0432\u043E\u0437\u0432\u0440\u0430\u0449\u0430\u0435\u0442 \u043E\u0448\u0438\u0431\u043A\u0443, \u0442\u0435\u043A\u0443\u0449\u0430\u044F \u0447\u0430\u0441\u0442\u043E\u0442\u0430 \u0437\u0430\u043F\u0440\u043E\u0441\u043E\u0432 \u043D\u0430 \u043F\u0435\u0440\u0435\u0432\u043E\u0434 \u0434\u043E\u0441\u0442\u0438\u0433\u043B\u0430 \u043F\u0440\u0435\u0434\u0435\u043B\u0430 \u0432 3 \u0440\u0430\u0437\u0430 \u0432 \u043C\u0438\u043D\u0443\u0442\u0443, \u043F\u043E\u0436\u0430\u043B\u0443\u0439\u0441\u0442\u0430, \u043F\u043E\u043F\u0440\u043E\u0431\u0443\u0439\u0442\u0435 \u043F\u043E\u0437\u0436\u0435. (\u042D\u0442\u043E \u043E\u0433\u0440\u0430\u043D\u0438\u0447\u0435\u043D\u0438\u0435 OpenAI \u0434\u043B\u044F \u0431\u0435\u0441\u043F\u043B\u0430\u0442\u043D\u043E\u0433\u043E API Key, \u0447\u0442\u043E\u0431\u044B \u0441\u043D\u044F\u0442\u044C \u044D\u0442\u043E \u043E\u0433\u0440\u0430\u043D\u0438\u0447\u0435\u043D\u0438\u0435, \u043F\u043E\u0436\u0430\u043B\u0443\u0439\u0441\u0442\u0430, \u043F\u0440\u0438\u0432\u044F\u0436\u0438\u0442\u0435 \u043A\u0440\u0435\u0434\u0438\u0442\u043D\u0443\u044E \u043A\u0430\u0440\u0442\u0443 \u0432 \u0431\u044D\u043A\u0435\u043D\u0434\u0435 OpenAI.)","error.serveUnavailable":"\u0412 \u043D\u0430\u0441\u0442\u043E\u044F\u0449\u0435\u0435 \u0432\u0440\u0435\u043C\u044F \u0443\u0441\u043B\u0443\u0433\u0430 [{serverName}], \u043A\u043E\u0442\u043E\u0440\u0443\u044E \u0432\u044B \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u0443\u0435\u0442\u0435, \u0432\u0440\u0435\u043C\u0435\u043D\u043D\u043E \u043D\u0435\u0434\u043E\u0441\u0442\u0443\u043F\u043D\u0430 \u0438\u0437-\u0437\u0430 \u043F\u0440\u043E\u0431\u043B\u0435\u043C \u0441 \u043F\u043E\u0434\u043A\u043B\u044E\u0447\u0435\u043D\u0438\u0435\u043C \u043A \u0441\u0435\u0442\u0438 \u0438\u043B\u0438 \u043F\u043E\u0441\u0442\u0430\u0432\u0449\u0438\u043A\u043E\u043C \u0443\u0441\u043B\u0443\u0433. \u0420\u0435\u043A\u043E\u043C\u0435\u043D\u0434\u0443\u0435\u043C \u0432\u0430\u043C \u043F\u043E\u043F\u0440\u043E\u0431\u043E\u0432\u0430\u0442\u044C \u043E\u0431\u043D\u043E\u0432\u0438\u0442\u044C \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u0443 \u0438\u043B\u0438 \u0438\u0437\u043C\u0435\u043D\u0438\u0442\u044C \u0434\u0440\u0443\u0433\u043E\u0439 \u0441\u0435\u0440\u0432\u0438\u0441 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430 \u0447\u0435\u0440\u0435\u0437 <1>\u043D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0438. \u0415\u0441\u043B\u0438 \u0432\u044B <2>Pro-\u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u0435\u043B\u044C, \u0432\u044B \u043C\u043E\u0436\u0435\u0442\u0435 \u0432\u044B\u0431\u0440\u0430\u0442\u044C \u0431\u043E\u043B\u0435\u0435 \u0441\u0442\u0430\u0431\u0438\u043B\u044C\u043D\u044B\u0435 \u0441\u0435\u0440\u0432\u0438\u0441\u044B \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430 DeepL \u0438\u043B\u0438 OpenAI (<3>\u043D\u0430\u0436\u043C\u0438\u0442\u0435 \u0437\u0434\u0435\u0441\u044C, \u0447\u0442\u043E\u0431\u044B \u043F\u043E\u043F\u0440\u043E\u0431\u043E\u0432\u0430\u0442\u044C \u0431\u0435\u0441\u043F\u043B\u0430\u0442\u043D\u043E). \u041A\u0440\u043E\u043C\u0435 \u0442\u043E\u0433\u043E, \u0432\u0430\u043C, \u0432\u043E\u0437\u043C\u043E\u0436\u043D\u043E, \u043F\u0440\u0438\u0434\u0435\u0442\u0441\u044F \u043F\u0440\u043E\u0432\u0435\u0440\u0438\u0442\u044C \u043D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0438 \u0432\u0430\u0448\u0435\u0439 \u0441\u0435\u0442\u0438 \u0438\u043B\u0438 \u043F\u0440\u043E\u043A\u0441\u0438.",pickAll:"\u0412\u044B\u0431\u0440\u0430\u0442\u044C \u0432\u0441\u0435","tagsInput.add":"+ \u0414\u043E\u0431\u0430\u0432\u0438\u0442\u044C",loggedIn:"\u0412\u0445\u043E\u0434 \u0432\u044B\u043F\u043E\u043B\u043D\u0435\u043D","widget.translateFile":"PDF/ePub","translationServices.gemini":"\u0411\u043B\u0438\u0437\u043D\u0435\u0446\u044B",notLogin:"\u041D\u0435 \u0432\u043E\u0448\u0435\u043B \u0432 \u0441\u0438\u0441\u0442\u0435\u043C\u0443","multipleClick.2":"\u0434\u0432\u043E\u0439\u043D\u043E\u0439 \u043A\u043B\u0438\u043A",goLogin:"\u0432\u043E\u0439\u0442\u0438 \u0432 \u0441\u0438\u0441\u0442\u0435\u043C\u0443","multipleClick.3":"\u0442\u0440\u043E\u0439\u043D\u043E\u0439 \u0443\u0434\u0430\u0440","error.subscriptionExpiredTitle":"\u0427\u043B\u0435\u043D\u0441\u0442\u0432\u043E \u0438\u0441\u0442\u0435\u043A\u043B\u043E",shortcutSettings:"\u0413\u043E\u0440\u044F\u0447\u0438\u0435 \u043A\u043B\u0430\u0432\u0438\u0448\u0438","widget.instruction":"\u0418\u043D\u0441\u0442\u0440\u0443\u043A\u0446\u0438\u044F \u043F\u043E \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u043D\u0438\u044E",contact:"\u0421\u0432\u044F\u0436\u0438\u0442\u0435\u0441\u044C \u0441 \u043D\u0430\u043C\u0438","widget.videoSubtitle":"\u0432\u0438\u0434\u0435\u043E \u0441\u0443\u0431\u0442\u0438\u0442\u0440\u044B","error.retry":"\u041F\u043E\u0432\u0442\u043E\u0440\u0438\u0442\u044C \u043F\u043E\u043F\u044B\u0442\u043A\u0443","widget.instructionTooltip":"\u041F\u0440\u043E\u0441\u043C\u043E\u0442\u0440 \u0438\u043D\u0441\u0442\u0440\u0443\u043A\u0446\u0438\u0439 \u043F\u043E \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u043D\u0438\u044E","subtitle.bilingual":"\u0434\u0432\u0443\u044F\u0437\u044B\u0447\u043D\u044B\u0435 \u0441\u0443\u0431\u0442\u0438\u0442\u0440\u044B","error.reason":"\u043F\u0440\u0438\u0447\u0438\u043D\u0430 \u043E\u0448\u0438\u0431\u043A\u0438",alwaysTranslateThisSite:"\u0412\u0441\u0435\u0433\u0434\u0430 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0438\u0442\u0435 \u044D\u0442\u043E\u0442 \u0441\u0430\u0439\u0442",touchShortcutsOff:"\u0437\u0430\u043A\u0440\u044B\u0442\u044C",neverTranslateThisSite:"\u041D\u0438\u043A\u043E\u0433\u0434\u0430 \u043D\u0435 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0438\u0442\u0435 \u044D\u0442\u043E\u0442 \u0441\u0430\u0439\u0442",buildSnapshots:"\u0421\u043E\u0437\u0434\u0430\u043D\u0438\u0435 \u0441\u043D\u0438\u043C\u043A\u0430 \u0432\u0435\u0431-\u0441\u0442\u0440\u0430\u043D\u0438\u0446\u044B","slide.left":"\u041F\u0440\u043E\u0432\u0435\u0434\u0438\u0442\u0435 \u0432\u043F\u0440\u0430\u0432\u043E","shortcutGroup.others":"\u0411\u043E\u043B\u044C\u0448\u0435 \u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u0435\u043B\u044C\u0441\u043A\u0438\u0445 \u0444\u0443\u043D\u043A\u0446\u0438\u0439 \u0433\u043E\u0440\u044F\u0447\u0438\u0445 \u043A\u043B\u0430\u0432\u0438\u0448",temprarilyChangeTranslationTo_openai:"\u0418\u0441\u043F\u043E\u043B\u044C\u0437\u0443\u0435\u0442\u0441\u044F OpenAI \u0434\u043B\u044F \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430 \u0442\u0435\u043A\u0443\u0449\u0435\u0439 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u044B","intro.hoverTitle":"\u041D\u0430\u0432\u0435\u0434\u0438\u0442\u0435 \u043A\u0443\u0440\u0441\u043E\u0440, \u0447\u0442\u043E\u0431\u044B \u043F\u0435\u0440\u0435\u0432\u0435\u0441\u0442\u0438 \u0442\u0435\u043A\u0443\u0449\u0438\u0439 \u0430\u0431\u0437\u0430\u0446","browser.translateWithDeepL":"\u0412\u0440\u0435\u043C\u0435\u043D\u043D\u043E \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u0443\u0439\u0442\u0435 DeepL \u0434\u043B\u044F \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430 \u0442\u0435\u043A\u0443\u0449\u0435\u0439 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u044B","slide.right":"\u0421\u0432\u0430\u0439\u043F \u0432\u043B\u0435\u0432\u043E",translationOnlyMode:"\u0422\u043E\u043B\u044C\u043A\u043E \u0440\u0435\u0436\u0438\u043C \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430",notLoginPro:"\u0412\u044B \u0435\u0449\u0435 \u043D\u0435 \u0432\u043E\u0448\u043B\u0438 \u0432 \u0441\u0432\u043E\u0439 \u0430\u043A\u043A\u0430\u0443\u043D\u0442",mouseHoverCustomKeyTitle:"\u041D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0430 \u0433\u043E\u0440\u044F\u0447\u0438\u0445 \u043A\u043B\u0430\u0432\u0438\u0448 \u043F\u0440\u0438 \u043D\u0430\u0432\u0435\u0434\u0435\u043D\u0438\u0438 \u043C\u044B\u0448\u0438","shortcutGroup.mouse":"\u041D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0430 \u0433\u043E\u0440\u044F\u0447\u0438\u0445 \u043A\u043B\u0430\u0432\u0438\u0448 \u043F\u0440\u0438 \u043D\u0430\u0432\u0435\u0434\u0435\u043D\u0438\u0438 \u043C\u044B\u0448\u0438",temprarilyChangeTranslationTo_deepl:"\u0418\u0441\u043F\u043E\u043B\u044C\u0437\u0443\u0435\u0442\u0441\u044F \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0447\u0438\u043A DeepL \u0434\u043B\u044F \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430 \u0442\u0435\u043A\u0443\u0449\u0435\u0439 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u044B.","browser.translateWithGoogle":"\u0412\u0440\u0435\u043C\u0435\u043D\u043D\u043E\u0435 \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u043D\u0438\u0435 Google Translate \u0434\u043B\u044F \u0442\u0435\u043A\u0443\u0449\u0435\u0439 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u044B","shortcutGroup.touch":"\u0421\u043F\u0435\u0446\u0438\u0430\u043B\u044C\u043D\u044B\u0435 \u0436\u0435\u0441\u0442\u044B \u0434\u043B\u044F \u0441\u0435\u043D\u0441\u043E\u0440\u043D\u043E\u0433\u043E \u044D\u043A\u0440\u0430\u043D\u0430","browser.translateInputBox":"\u041F\u0435\u0440\u0435\u0432\u0435\u0441\u0442\u0438 \u0442\u0435\u043A\u0443\u0449\u0435\u0435 \u0441\u043E\u0434\u0435\u0440\u0436\u0438\u043C\u043E\u0435 \u0432\u0432\u043E\u0434\u0430","widget.videoSubtitleTooltip":"\u041F\u043E\u0434\u0434\u0435\u0440\u0436\u043A\u0430 Youtube \u0438 \u0434\u0440\u0443\u0433\u0438\u0445 {count}+ \u0432\u0438\u0434\u0435\u043E-\u0441\u0430\u0439\u0442\u043E\u0432","browser.translateWithGemini":"\u0412\u0440\u0435\u043C\u0435\u043D\u043D\u043E \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u0443\u0439\u0442\u0435 Gemini \u0434\u043B\u044F \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430 \u0442\u0435\u043A\u0443\u0449\u0435\u0439 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u044B","subtitle.hideQuickButton":"\u0411\u043E\u043B\u044C\u0448\u0435 \u043D\u0435 \u043F\u043E\u043A\u0430\u0437\u044B\u0432\u0430\u0442\u044C \u044D\u0442\u043E\u0442 \u044F\u0440\u043B\u044B\u043A","browser.translateWithBing":"\u0412\u0440\u0435\u043C\u0435\u043D\u043D\u043E \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u0443\u0439\u0442\u0435 Microsoft \u0434\u043B\u044F \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430 \u0442\u0435\u043A\u0443\u0449\u0435\u0439 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u044B","browser.translateWithTransmart":"\u0412\u0440\u0435\u043C\u0435\u043D\u043D\u043E \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u0443\u0439\u0442\u0435 Tencent \u0434\u043B\u044F \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430 \u0442\u0435\u043A\u0443\u0449\u0435\u0439 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u044B","multipleClick.4":"\u0447\u0435\u0442\u044B\u0440\u0435\u0445\u043A\u0440\u0430\u0442\u043D\u044B\u0439 \u0443\u0434\u0430\u0440",temprarilyChangeTranslationTo_gemini:"\u0418\u0441\u043F\u043E\u043B\u044C\u0437\u0443\u0435\u0442\u0441\u044F \u043F\u0435\u0440\u0435\u0432\u043E\u0434 \u0442\u0435\u043A\u0443\u0449\u0435\u0439 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u044B \u0441 \u043F\u043E\u043C\u043E\u0449\u044C\u044E Gemini","floatBall.longPress":"\u0423\u0434\u0435\u0440\u0436\u0438\u0432\u0430\u0439\u0442\u0435 \u043A\u043D\u043E\u043F\u043A\u0443, \u0447\u0442\u043E\u0431\u044B \u0431\u044B\u0441\u0442\u0440\u043E \u043E\u0442\u043A\u0440\u044B\u0442\u044C \u043F\u0430\u043D\u0435\u043B\u044C \u043D\u0430\u0441\u0442\u0440\u043E\u0435\u043A.",shortcutSettingsTitle:"\u041D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0430 \u0433\u043E\u0440\u044F\u0447\u0438\u0445 \u043A\u043B\u0430\u0432\u0438\u0448",networkError:"\u041F\u0440\u043E\u0431\u043B\u0435\u043C\u044B \u0441 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0447\u0435\u0441\u043A\u0438\u043C \u0441\u0435\u0440\u0432\u0438\u0441\u043E\u043C \u0438\u043B\u0438 \u0441\u0435\u0442\u044C\u044E","intro.floatBallTitle":"\u0411\u044B\u0441\u0442\u0440\u044B\u0439 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0447\u0438\u043A \u0432\u0441\u043F\u043B\u044B\u0432\u0430\u044E\u0449\u0435\u0433\u043E \u0448\u0430\u0440\u0430",temprarilyChangeTranslationTo_transmart:"\u0418\u0441\u043F\u043E\u043B\u044C\u0437\u0443\u0435\u0442\u0441\u044F \u043F\u0435\u0440\u0435\u0432\u043E\u0434 \u0442\u0435\u043A\u0443\u0449\u0435\u0439 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u044B \u0447\u0435\u0440\u0435\u0437 Tencent.","subtitle.autoDisableSubtitle":"\u041D\u0435 \u0430\u0432\u0442\u043E\u043C\u0430\u0442\u0438\u0447\u0435\u0441\u043A\u0438 \u0432\u043A\u043B\u044E\u0447\u0430\u0442\u044C \u0434\u0432\u0443\u044F\u0437\u044B\u0447\u043D\u044B\u0435 \u0441\u0443\u0431\u0442\u0438\u0442\u0440\u044B","browser.translateWithOpenAI":"\u0412\u0440\u0435\u043C\u0435\u043D\u043D\u043E \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u0443\u0439\u0442\u0435 OpenAI \u0434\u043B\u044F \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430 \u0442\u0435\u043A\u0443\u0449\u0435\u0439 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u044B","shortcutGroup.shortcutsForTranslationServices":"\u0421\u043E\u0447\u0435\u0442\u0430\u043D\u0438\u044F \u043A\u043B\u0430\u0432\u0438\u0448, \u0441\u0432\u044F\u0437\u0430\u043D\u043D\u044B\u0435 \u0441 \u0443\u0441\u043B\u0443\u0433\u0430\u043C\u0438 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430",temprarilyChangeTranslationTo_google:"\u0418\u0441\u043F\u043E\u043B\u044C\u0437\u0443\u0435\u0442\u0441\u044F Google Translate \u0434\u043B\u044F \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430 \u0442\u0435\u043A\u0443\u0449\u0435\u0439 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u044B.",paragraphMinTextCountField:"\u041C\u0438\u043D\u0438\u043C\u0430\u043B\u044C\u043D\u043E\u0435 \u043A\u043E\u043B\u0438\u0447\u0435\u0441\u0442\u0432\u043E \u0441\u0438\u043C\u0432\u043E\u043B\u043E\u0432, \u043D\u0435\u043E\u0431\u0445\u043E\u0434\u0438\u043C\u044B\u0445 \u0434\u043B\u044F \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430 \u0430\u0431\u0437\u0430\u0446\u0430",temprarilyChangeTranslationTo_bing:"\u0418\u0441\u043F\u043E\u043B\u044C\u0437\u0443\u0435\u0442\u0441\u044F Microsoft \u0434\u043B\u044F \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430 \u0442\u0435\u043A\u0443\u0449\u0435\u0439 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u044B",upgradeToProErrorTitle:"\u041F\u043E\u0436\u0430\u043B\u0443\u0439\u0441\u0442\u0430, \u043E\u0431\u043D\u043E\u0432\u0438\u0442\u0435 \u0434\u043E Pro-\u0447\u043B\u0435\u043D\u0441\u0442\u0432\u0430, \u0447\u0442\u043E\u0431\u044B \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u044C \u044D\u0442\u0443 \u0443\u0441\u043B\u0443\u0433\u0443 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430.","floatBall.guideClickToTranslate":`\u041D\u0430\u0436\u043C\u0438\u0442\u0435 \u043D\u0430 \u043F\u043B\u0430\u0432\u0430\u044E\u0449\u0438\u0439 \u0448\u0430\u0440 \u0434\u043B\u044F \u043F\u043E\u0433\u0440\u0443\u0436\u0435\u043D\u0438\u044F \u0432 \u043F\u0435\u0440\u0435\u0432\u043E\u0434, \u0447\u0442\u043E\u0431\u044B \u0431\u044B\u0441\u0442\u0440\u043E \u043F\u0435\u0440\u0435\u0432\u0435\u0441\u0442\u0438`,"floatBall.iKnow":"\u042F \u0437\u043D\u0430\u044E.","shortcutGroup.main":"\u041E\u0431\u044B\u0447\u043D\u044B\u0435 \u0433\u043E\u0440\u044F\u0447\u0438\u0435 \u043A\u043B\u0430\u0432\u0438\u0448\u0438 \u0444\u0443\u043D\u043A\u0446\u0438\u0439","widget.translateFileTooltip":"\u041F\u0435\u0440\u0435\u0432\u043E\u0434\u0438\u0442\u0435 \u0434\u043E\u043A\u0443\u043C\u0435\u043D\u0442\u044B PDF, EPUB, SRT, ASS, HTML \u0438 TXT","neverTranslateText.title":"\u041F\u043E\u0436\u0430\u043B\u0443\u0439\u0441\u0442\u0430, \u043F\u0435\u0440\u0435\u0432\u0435\u0434\u0438\u0442\u0435 \u0441\u043B\u0435\u0434\u0443\u044E\u0449\u0438\u0435 \u0441\u043B\u043E\u0432\u0430 \u043D\u0430 \u0440\u0443\u0441\u0441\u043A\u0438\u0439 \u044F\u0437\u044B\u043A, \u043D\u0435 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u044F \u0438\u0445.","subtitle.showQuickButton":"\u041D\u0430 \u043F\u043B\u0435\u0435\u0440\u0435 \u043E\u0442\u043E\u0431\u0440\u0430\u0436\u0430\u0435\u0442\u0441\u044F \u044F\u0440\u043B\u044B\u043A \u0434\u043B\u044F \u0434\u0432\u0443\u044F\u0437\u044B\u0447\u043D\u044B\u0445 \u0441\u0443\u0431\u0442\u0438\u0442\u0440\u043E\u0432","description.baiduField":"\u041F\u043E\u0434\u0434\u0435\u0440\u0436\u0438\u0432\u0430\u0435\u043C\u044B\u0435 \u043E\u0431\u043B\u0430\u0441\u0442\u0438 \u0441\u043C\u043E\u0442\u0440\u0438\u0442\u0435 <1>\u0437\u0434\u0435\u0441\u044C, \u0435\u0441\u043B\u0438 \u043F\u0443\u0441\u0442\u043E, \u0437\u043D\u0430\u0447\u0438\u0442 \u043E\u0431\u043B\u0430\u0441\u0442\u044C \u043D\u0435 \u0443\u043A\u0430\u0437\u0430\u043D\u0430.","desc.interfaceLanguage":"\u041D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0430 \u044F\u0437\u044B\u043A\u0430 \u0438\u043D\u0442\u0435\u0440\u0444\u0435\u0439\u0441\u0430 \u0432\u043B\u0438\u044F\u0435\u0442 \u043D\u0430 \u044F\u0437\u044B\u043A \u043E\u0442\u043E\u0431\u0440\u0430\u0436\u0435\u043D\u0438\u044F \u043F\u0430\u043D\u0435\u043B\u0438 \u0443\u043F\u0440\u0430\u0432\u043B\u0435\u043D\u0438\u044F \u0438 \u043D\u0435 \u0441\u0432\u044F\u0437\u0430\u043D\u0430 \u0441 \u0446\u0435\u043B\u0435\u0432\u044B\u043C \u044F\u0437\u044B\u043A\u043E\u043C \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430.",touchShortcutsToggleTranslatePage:"\u041D\u0430\u0441\u0442\u0440\u043E\u0439\u0442\u0435 \u0436\u0435\u0441\u0442\u044B \u0441\u0435\u043D\u0441\u043E\u0440\u043D\u043E\u0433\u043E \u044D\u043A\u0440\u0430\u043D\u0430 \u0434\u043B\u044F \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430 \u0432\u0435\u0431-\u0441\u0442\u0440\u0430\u043D\u0438\u0446/\u043E\u0442\u043E\u0431\u0440\u0430\u0436\u0435\u043D\u0438\u044F \u0438\u0441\u0445\u043E\u0434\u043D\u043E\u0433\u043E \u0442\u0435\u043A\u0441\u0442\u0430","browser.toggleVideoSubtitlePreTranslation":"\u041F\u0435\u0440\u0435\u043A\u043B\u044E\u0447\u0438\u0442\u0435 \u0434\u0432\u0443\u044F\u0437\u044B\u0447\u043D\u044B\u0435 \u0441\u0443\u0431\u0442\u0438\u0442\u0440\u044B \u0434\u043B\u044F \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u043D\u0438\u044F \u043D\u0430\u0441\u0442\u0440\u043E\u0435\u043A \u043F\u043E\u0433\u0440\u0443\u0436\u0435\u043D\u0438\u044F \u0432 \u043F\u0435\u0440\u0435\u0432\u043E\u0434.",touchShortcutsToggleTranslateTouchElement:"\u041D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0430 \u0436\u0435\u0441\u0442\u043E\u0432 \u0441\u0435\u043D\u0441\u043E\u0440\u043D\u043E\u0433\u043E \u044D\u043A\u0440\u0430\u043D\u0430 \u0434\u043B\u044F \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430 \u0443\u043A\u0430\u0437\u0430\u043D\u043D\u043E\u0433\u043E \u0430\u0431\u0437\u0430\u0446\u0430","intro.subtitleTitle":"\u041E\u0442\u043E\u0431\u0440\u0430\u0436\u0435\u043D\u0438\u0435 \u0434\u0432\u0443\u044F\u0437\u044B\u0447\u043D\u044B\u0445 \u0441\u0443\u0431\u0442\u0438\u0442\u0440\u043E\u0432 \u0432 \u043E\u043D\u043B\u0430\u0439\u043D-\u0432\u0438\u0434\u0435\u043E","desc.touchShortcutsToggleTranslateTouchElement":"\u041D\u0430\u0441\u0442\u0440\u043E\u0439\u0442\u0435 \u0436\u0435\u0441\u0442, \u0438 \u0432\u044B \u0441\u043C\u043E\u0436\u0435\u0442\u0435 \u043F\u0435\u0440\u0435\u0432\u0435\u0441\u0442\u0438 \u043B\u044E\u0431\u043E\u0439 \u0430\u0431\u0437\u0430\u0446, \u0433\u0434\u0435 \u0431\u044B \u0432\u044B \u043D\u0438 \u043D\u0430\u0445\u043E\u0434\u0438\u043B\u0438\u0441\u044C.","browser.toggleMouseHoverTranslateDirectly":"\u041D\u0430 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u0435 \u0432\u0440\u0435\u043C\u0435\u043D\u043D\u043E \u0432\u043A\u043B\u044E\u0447\u0438\u0442\u0435 \u0438\u043B\u0438 \u043E\u0442\u043A\u043B\u044E\u0447\u0438\u0442\u0435 \u043F\u0440\u044F\u043C\u043E\u0439 \u043F\u0435\u0440\u0435\u0432\u043E\u0434 \u043F\u0440\u0438 \u043D\u0430\u0432\u0435\u0434\u0435\u043D\u0438\u0438 \u043C\u044B\u0448\u0438",paragraphMinTextCountDesc:"\u041E\u0431\u0440\u0430\u0442\u0438\u0442\u0435 \u0432\u043D\u0438\u043C\u0430\u043D\u0438\u0435, \u0437\u0434\u0435\u0441\u044C \u0440\u0435\u0447\u044C \u0438\u0434\u0435\u0442 \u043E \u0434\u043B\u0438\u043D\u0435 \u0441\u0438\u043C\u0432\u043E\u043B\u043E\u0432, \u043D\u0430\u043F\u0440\u0438\u043C\u0435\u0440: hello \u0441\u043E\u0441\u0442\u043E\u0438\u0442 \u0438\u0437 5 \u0441\u0438\u043C\u0432\u043E\u043B\u043E\u0432, \u0443\u0441\u0442\u0430\u043D\u043E\u0432\u043A\u0430 \u0431\u043E\u043B\u044C\u0448\u0435\u0433\u043E \u0437\u043D\u0430\u0447\u0435\u043D\u0438\u044F \u043C\u043E\u0436\u0435\u0442 \u0443\u043C\u0435\u043D\u044C\u0448\u0438\u0442\u044C \u043D\u0435\u043D\u0443\u0436\u043D\u044B\u0439 \u043F\u0435\u0440\u0435\u0432\u043E\u0434 \u043C\u0430\u043B\u0435\u043D\u044C\u043A\u0438\u0445 \u0430\u0431\u0437\u0430\u0446\u0435\u0432.",confirmResetToDefaultSettings:"\u0412\u044B \u0443\u0432\u0435\u0440\u0435\u043D\u044B, \u0447\u0442\u043E \u0445\u043E\u0442\u0438\u0442\u0435 \u0432\u043E\u0441\u0441\u0442\u0430\u043D\u043E\u0432\u0438\u0442\u044C \u044D\u0442\u043E\u0442 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0447\u0435\u0441\u043A\u0438\u0439 \u0441\u0435\u0440\u0432\u0438\u0441 \u0434\u043E \u043D\u0430\u0441\u0442\u0440\u043E\u0435\u043A \u043F\u043E \u0443\u043C\u043E\u043B\u0447\u0430\u043D\u0438\u044E? (\u0421\u0431\u0440\u043E\u0441 \u043D\u0430\u0441\u0442\u0440\u043E\u0435\u043A \u0442\u043E\u043B\u044C\u043A\u043E \u0434\u043B\u044F \u0442\u0435\u043A\u0443\u0449\u0435\u0433\u043E \u0441\u0435\u0440\u0432\u0438\u0441\u0430 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430)",touchShortcutsToggleTranslationMask:"\u041D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0430 \u043E\u0442\u043E\u0431\u0440\u0430\u0436\u0435\u043D\u0438\u044F \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430/\u043E\u0440\u0438\u0433\u0438\u043D\u0430\u043B\u044C\u043D\u043E\u0433\u043E \u0442\u0435\u043A\u0441\u0442\u0430 \u0441 \u043F\u043E\u043C\u043E\u0449\u044C\u044E \u0436\u0435\u0441\u0442\u043E\u0432 \u043D\u0430 \u0441\u0435\u043D\u0441\u043E\u0440\u043D\u043E\u043C \u044D\u043A\u0440\u0430\u043D\u0435",shortcutDisableTooltip:"\u041F\u043E\u0436\u0430\u043B\u0443\u0439\u0441\u0442\u0430, \u043D\u0430\u0441\u0442\u0440\u043E\u0439\u0442\u0435 \u043D\u0430 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u0435 \u0443\u043F\u0440\u0430\u0432\u043B\u0435\u043D\u0438\u044F \u0431\u044B\u0441\u0442\u0440\u044B\u043C\u0438 \u043A\u043B\u0430\u0432\u0438\u0448\u0430\u043C\u0438 \u0440\u0430\u0441\u0448\u0438\u0440\u0435\u043D\u0438\u044F \u0431\u0440\u0430\u0443\u0437\u0435\u0440\u0430, \u0434\u043B\u044F \u043F\u043E\u043B\u0443\u0447\u0435\u043D\u0438\u044F \u0434\u043E\u043F\u043E\u043B\u043D\u0438\u0442\u0435\u043B\u044C\u043D\u044B\u0445 \u0440\u0443\u043A\u043E\u0432\u043E\u0434\u0441\u0442\u0432 \u0441\u043C\u043E\u0442\u0440\u0438\u0442\u0435 \u0438\u043D\u0441\u0442\u0440\u0443\u043A\u0446\u0438\u0438 \u0432 \u0432\u0435\u0440\u0445\u043D\u0435\u0439 \u0447\u0430\u0441\u0442\u0438 \u044D\u0442\u043E\u0439 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u044B.",mouseHoverCustomKeyDescription:"\u0412\u044B \u043C\u043E\u0436\u0435\u0442\u0435 \u043D\u0430\u0441\u0442\u0440\u043E\u0438\u0442\u044C \u0441\u043E\u0447\u0435\u0442\u0430\u043D\u0438\u0435 \u043A\u043B\u0430\u0432\u0438\u0448 \u0434\u043B\u044F \u043D\u0430\u0432\u0435\u0434\u0435\u043D\u0438\u044F \u043C\u044B\u0448\u0438, \u043D\u0430\u043F\u0440\u0438\u043C\u0435\u0440: Alt+Z, Ctrl+E, Cmd+Alt+E \u0438\u043B\u0438 \u043F\u0440\u043E\u0441\u0442\u043E Cmd, \u043F\u043E\u0436\u0430\u043B\u0443\u0439\u0441\u0442\u0430, \u0432\u0432\u0435\u0434\u0438\u0442\u0435 \u0432\u0440\u0443\u0447\u043D\u0443\u044E.","desc.mouseHoverHoldKey":"\u041F\u0440\u0438 \u043D\u0430\u0432\u0435\u0434\u0435\u043D\u0438\u0438 \u043C\u044B\u0448\u0438 \u043D\u0430 \u0430\u0431\u0437\u0430\u0446, \u043E\u0434\u043D\u043E\u0432\u0440\u0435\u043C\u0435\u043D\u043D\u043E \u043D\u0430\u0436\u043C\u0438\u0442\u0435 \u043F\u0440\u0430\u0432\u0443\u044E \u0433\u043E\u0440\u044F\u0447\u0443\u044E \u043A\u043B\u0430\u0432\u0438\u0448\u0443, \u0447\u0442\u043E\u0431\u044B \u043D\u0435\u043F\u043E\u0441\u0440\u0435\u0434\u0441\u0442\u0432\u0435\u043D\u043D\u043E \u043F\u0435\u0440\u0435\u0432\u0435\u0441\u0442\u0438 \u044D\u0442\u043E\u0442 \u0430\u0431\u0437\u0430\u0446.","error.subscriptionExpired":"\u0412\u0430\u0448\u0430 \u043F\u043E\u0434\u043F\u0438\u0441\u043A\u0430, \u0432\u043E\u0437\u043C\u043E\u0436\u043D\u043E, \u0438\u0441\u0442\u0435\u043A\u043B\u0430, \u043F\u043E\u0436\u0430\u043B\u0443\u0439\u0441\u0442\u0430, \u043F\u0440\u043E\u0432\u0435\u0440\u044C\u0442\u0435 \u0441\u0442\u0430\u0442\u0443\u0441 \u0432\u0430\u0448\u0435\u0439 \u043F\u043E\u0434\u043F\u0438\u0441\u043A\u0438.","desc.touchShortcutsToggleTranslatePage":"\u041F\u043E\u0441\u043B\u0435 \u043D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0438, \u043F\u0440\u0438 \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u043D\u0438\u0438 \u043C\u043E\u0431\u0438\u043B\u044C\u043D\u043E\u0433\u043E \u0443\u0441\u0442\u0440\u043E\u0439\u0441\u0442\u0432\u0430, \u043C\u043E\u0436\u043D\u043E \u043E\u0434\u043D\u043E\u0432\u0440\u0435\u043C\u0435\u043D\u043D\u043E \u043A\u0430\u0441\u0430\u0442\u044C\u0441\u044F \u044D\u043A\u0440\u0430\u043D\u0430 X \u043F\u0430\u043B\u044C\u0446\u0430\u043C\u0438, \u043F\u0440\u043E\u0432\u043E\u0434\u0438\u0442\u044C \u043F\u043E \u043D\u0435\u043C\u0443 \u0432\u043B\u0435\u0432\u043E \u0438 \u0432\u043F\u0440\u0430\u0432\u043E \u0438\u043B\u0438 \u043D\u0435\u043F\u0440\u0435\u0440\u044B\u0432\u043D\u043E \u043D\u0430\u0436\u0438\u043C\u0430\u0442\u044C, \u0447\u0442\u043E\u0431\u044B \u0430\u043A\u0442\u0438\u0432\u0438\u0440\u043E\u0432\u0430\u0442\u044C \u043F\u0435\u0440\u0435\u0432\u043E\u0434 \u0432\u0435\u0431-\u0441\u0442\u0440\u0430\u043D\u0438\u0446\u044B/\u043F\u043E\u043A\u0430\u0437\u0430\u0442\u044C \u0438\u0441\u0445\u043E\u0434\u043D\u044B\u0439 \u0442\u0435\u043A\u0441\u0442.","contact.description":"\u0415\u0441\u043B\u0438 \u0443 \u0432\u0430\u0441 \u0435\u0441\u0442\u044C \u043A\u0430\u043A\u0438\u0435-\u043B\u0438\u0431\u043E \u0432\u043E\u043F\u0440\u043E\u0441\u044B \u0438\u043B\u0438 \u043F\u0440\u0435\u0434\u043B\u043E\u0436\u0435\u043D\u0438\u044F, \u043F\u043E\u0436\u0430\u043B\u0443\u0439\u0441\u0442\u0430, \u0437\u0430\u043F\u043E\u043B\u043D\u0438\u0442\u0435 \u0444\u043E\u0440\u043C\u0443 \u043D\u0438\u0436\u0435, \u0447\u0442\u043E\u0431\u044B \u0441\u0432\u044F\u0437\u0430\u0442\u044C\u0441\u044F \u0441 \u043D\u0430\u043C\u0438, \u0438\u043B\u0438 \u043E\u0442\u043F\u0440\u0430\u0432\u044C\u0442\u0435 \u044D\u043B\u0435\u043A\u0442\u0440\u043E\u043D\u043D\u043E\u0435 \u043F\u0438\u0441\u044C\u043C\u043E \u043D\u0430 {email}, \u0438 \u043C\u044B \u043E\u0442\u0432\u0435\u0442\u0438\u043C \u0432\u0430\u043C \u043A\u0430\u043A \u043C\u043E\u0436\u043D\u043E \u0441\u043A\u043E\u0440\u0435\u0435.","desc.toggleTranslateTheWholePage":"\u041F\u0435\u0440\u0435\u0432\u043E\u0434\u0438\u0442\u0435 \u0432\u0441\u0435 \u043E\u0431\u043B\u0430\u0441\u0442\u0438 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u044B, \u043F\u043E \u0443\u043C\u043E\u043B\u0447\u0430\u043D\u0438\u044E \u043C\u044B \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0438\u043C \u043E\u0441\u043D\u043E\u0432\u043D\u044B\u0435 \u043E\u0431\u043B\u0430\u0441\u0442\u0438 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u044B, \u0432\u044B \u043C\u043E\u0436\u0435\u0442\u0435 \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u044C \u044D\u0442\u043E\u0442 \u0433\u043E\u0440\u044F\u0447\u0438\u0439 \u043A\u043B\u0430\u0432\u0438\u0448 \u0434\u043B\u044F \u0441\u043F\u0435\u0446\u0438\u0430\u043B\u044C\u043D\u043E\u0433\u043E \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430 \u0432\u0441\u0435\u0445 \u043E\u0431\u043B\u0430\u0441\u0442\u0435\u0439 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u044B.",translationOnlyModeDescription:'\u0420\u0435\u0436\u0438\u043C "\u0422\u043E\u043B\u044C\u043A\u043E \u043F\u0435\u0440\u0435\u0432\u043E\u0434" \u043E\u0437\u043D\u0430\u0447\u0430\u0435\u0442, \u0447\u0442\u043E \u043E\u0442\u043E\u0431\u0440\u0430\u0436\u0430\u0435\u0442\u0441\u044F \u0442\u043E\u043B\u044C\u043A\u043E \u043F\u0435\u0440\u0435\u0432\u043E\u0434, \u0430 \u043D\u0435 \u0441\u0442\u0430\u043D\u0434\u0430\u0440\u0442\u043D\u044B\u0439 \u0434\u0432\u0443\u044F\u0437\u044B\u0447\u043D\u044B\u0439 \u0440\u0435\u0436\u0438\u043C. \u041E\u0431\u0440\u0430\u0442\u0438\u0442\u0435 \u0432\u043D\u0438\u043C\u0430\u043D\u0438\u0435: \u0438\u0437-\u0437\u0430 \u0442\u0435\u0445\u043D\u0438\u0447\u0435\u0441\u043A\u0438\u0445 \u043E\u0433\u0440\u0430\u043D\u0438\u0447\u0435\u043D\u0438\u0439, \u0433\u0438\u043F\u0435\u0440\u0441\u0441\u044B\u043B\u043A\u0438 \u0438\u0441\u0445\u043E\u0434\u043D\u043E\u0433\u043E \u0442\u0435\u043A\u0441\u0442\u0430 \u0431\u0443\u0434\u0443\u0442 \u043D\u0435\u0430\u043A\u0442\u0438\u0432\u043D\u044B \u0432 \u0440\u0435\u0436\u0438\u043C\u0435 "\u0422\u043E\u043B\u044C\u043A\u043E \u043F\u0435\u0440\u0435\u0432\u043E\u0434".',"desc.toggleTranslateTheMainPage":"\u0422\u043E\u043B\u044C\u043A\u043E \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0438\u0442\u0435 \u043E\u0441\u043D\u043E\u0432\u043D\u044B\u0435 \u043E\u0431\u043B\u0430\u0441\u0442\u0438 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u044B, \u043A\u043E\u0433\u0434\u0430 \u0432\u044B \u0432\u043A\u043B\u044E\u0447\u0438\u043B\u0438 \u043F\u0435\u0440\u0435\u0432\u043E\u0434 \u0432\u0441\u0435\u0445 \u043E\u0431\u043B\u0430\u0441\u0442\u0435\u0439 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u044B \u0432 \u0440\u0430\u0441\u0448\u0438\u0440\u0435\u043D\u043D\u044B\u0445 \u043D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0430\u0445, \u0432\u044B \u043C\u043E\u0436\u0435\u0442\u0435 \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u044C \u044D\u0442\u043E\u0442 \u0433\u043E\u0440\u044F\u0447\u0438\u0439 \u043A\u043B\u0430\u0432\u0438\u0448 \u0434\u043B\u044F \u0441\u043F\u0435\u0446\u0438\u0430\u043B\u044C\u043D\u043E\u0433\u043E \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430 \u043E\u0441\u043D\u043E\u0432\u043D\u044B\u0445 \u043E\u0431\u043B\u0430\u0441\u0442\u0435\u0439 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u044B.","intro.floatBallDescription":"\u041F\u043E\u0441\u043B\u0435 \u0430\u043A\u0442\u0438\u0432\u0430\u0446\u0438\u0438 \u043D\u0430 \u043F\u0440\u0430\u0432\u043E\u0439 \u0441\u0442\u043E\u0440\u043E\u043D\u0435 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u044B \u043F\u043E\u044F\u0432\u0438\u0442\u0441\u044F \u043A\u043D\u043E\u043F\u043A\u0430 \u0431\u044B\u0441\u0442\u0440\u043E\u0433\u043E \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430, \u043D\u0430\u0436\u043C\u0438\u0442\u0435 \u043D\u0430 \u043D\u0435\u0435, \u0447\u0442\u043E\u0431\u044B \u043F\u0435\u0440\u0435\u0432\u0435\u0441\u0442\u0438, \u043D\u0430\u0436\u043C\u0438\u0442\u0435 \u0435\u0449\u0435 \u0440\u0430\u0437, \u0447\u0442\u043E\u0431\u044B \u0432\u0435\u0440\u043D\u0443\u0442\u044C\u0441\u044F \u043A \u0438\u0441\u0445\u043E\u0434\u043D\u043E\u043C\u0443 \u0442\u0435\u043A\u0441\u0442\u0443. \u041D\u0430 \u043C\u043E\u0431\u0438\u043B\u044C\u043D\u043E\u043C \u0443\u0441\u0442\u0440\u043E\u0439\u0441\u0442\u0432\u0435, \u0435\u0441\u043B\u0438 \u0432\u044B \u0434\u043E\u043B\u0433\u043E \u043D\u0430\u0436\u0438\u043C\u0430\u0435\u0442\u0435 \u043D\u0430 \u043F\u043B\u0430\u0432\u0430\u044E\u0449\u0438\u0439 \u0448\u0430\u0440, \u0432\u044B \u043C\u043E\u0436\u0435\u0442\u0435 \u043E\u0442\u043A\u0440\u044B\u0442\u044C \u043F\u0430\u043D\u0435\u043B\u044C \u0431\u044B\u0441\u0442\u0440\u044B\u0445 \u043D\u0430\u0441\u0442\u0440\u043E\u0435\u043A.","desc.toggleMouseHoverTranslateDirectly":"\u041F\u043E\u0441\u043B\u0435 \u043D\u0430\u0436\u0430\u0442\u0438\u044F \u044D\u0442\u043E\u0439 \u0433\u043E\u0440\u044F\u0447\u0435\u0439 \u043A\u043B\u0430\u0432\u0438\u0448\u0438, \u043D\u0430 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u0435, \u043A\u0430\u043A \u0442\u043E\u043B\u044C\u043A\u043E \u043C\u044B\u0448\u044C \u0443\u043A\u0430\u0437\u044B\u0432\u0430\u0435\u0442 \u043D\u0430 \u043B\u044E\u0431\u043E\u0439 \u0442\u0435\u043A\u0441\u0442, \u044D\u0442\u043E\u0442 \u0442\u0435\u043A\u0441\u0442 \u0430\u0432\u0442\u043E\u043C\u0430\u0442\u0438\u0447\u0435\u0441\u043A\u0438 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0438\u0442\u0441\u044F. \u041D\u0430\u0436\u043C\u0438\u0442\u0435 \u0433\u043E\u0440\u044F\u0447\u0443\u044E \u043A\u043B\u0430\u0432\u0438\u0448\u0443 \u0435\u0449\u0435 \u0440\u0430\u0437, \u0447\u0442\u043E\u0431\u044B \u043E\u0442\u043A\u043B\u044E\u0447\u0438\u0442\u044C \u044D\u0442\u0443 \u0444\u0443\u043D\u043A\u0446\u0438\u044E \u0430\u0432\u0442\u043E\u043C\u0430\u0442\u0438\u0447\u0435\u0441\u043A\u043E\u0433\u043E \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430.","subtitle.showQuickButtonDescription":"\u0412 \u043F\u0440\u0430\u0432\u043E\u043C \u043D\u0438\u0436\u043D\u0435\u043C \u0443\u0433\u043B\u0443 \u0432\u0438\u0434\u0435\u043E\u043F\u043B\u0435\u0435\u0440\u0430 \u043F\u0440\u0435\u0434\u043E\u0441\u0442\u0430\u0432\u043B\u044F\u0435\u0442\u0441\u044F \u0431\u044B\u0441\u0442\u0440\u044B\u0439 \u0434\u043E\u0441\u0442\u0443\u043F \u043A \u0432\u043A\u043B\u044E\u0447\u0435\u043D\u0438\u044E \u0434\u0432\u0443\u044F\u0437\u044B\u0447\u043D\u044B\u0445 \u0441\u0443\u0431\u0442\u0438\u0442\u0440\u043E\u0432.","neverTranslateText.description":"\u0418\u0437-\u0437\u0430 \u0442\u043E\u0433\u043E, \u0447\u0442\u043E \u043D\u0435\u043A\u043E\u0442\u043E\u0440\u044B\u0435 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0447\u0435\u0441\u043A\u0438\u0435 \u0434\u0432\u0438\u0436\u043A\u0438 \u043D\u0435 \u0438\u0434\u0435\u0430\u043B\u044C\u043D\u043E \u0440\u0430\u0441\u043F\u043E\u0437\u043D\u0430\u044E\u0442 \u0441\u043F\u0435\u0446\u0438\u0430\u043B\u044C\u043D\u044B\u0435 \u0442\u0435\u0440\u043C\u0438\u043D\u044B, \u0432\u044B \u043C\u043E\u0436\u0435\u0442\u0435 \u0434\u043E\u0431\u0430\u0432\u0438\u0442\u044C \u0441\u043B\u043E\u0432\u0430 \u0437\u0434\u0435\u0441\u044C, \u0447\u0442\u043E\u0431\u044B \u0443\u0431\u0435\u0434\u0438\u0442\u044C\u0441\u044F, \u0447\u0442\u043E \u043E\u043D\u0438 \u043D\u0435 \u0431\u0443\u0434\u0443\u0442 \u043F\u0440\u0435\u043E\u0431\u0440\u0430\u0437\u043E\u0432\u0430\u043D\u044B \u0432 \u043F\u0440\u043E\u0446\u0435\u0441\u0441\u0435 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430. \u041E\u0431\u0440\u0430\u0442\u0438\u0442\u0435 \u0432\u043D\u0438\u043C\u0430\u043D\u0438\u0435, \u0447\u0442\u043E \u044D\u0442\u0430 \u0444\u0443\u043D\u043A\u0446\u0438\u044F \u0440\u0430\u0437\u043B\u0438\u0447\u0430\u0435\u0442 \u0440\u0435\u0433\u0438\u0441\u0442\u0440 \u0438 \u043F\u043E\u0434\u0434\u0435\u0440\u0436\u0438\u0432\u0430\u0435\u0442 \u0442\u043E\u043B\u044C\u043A\u043E \u044F\u0437\u044B\u043A\u0438 \u0441\u043E \u0441\u043B\u043E\u0432\u0430\u043C\u0438, \u0440\u0430\u0437\u0434\u0435\u043B\u0435\u043D\u043D\u044B\u043C\u0438 \u043F\u0440\u043E\u0431\u0435\u043B\u0430\u043C\u0438 (\u043D\u0430\u043F\u0440\u0438\u043C\u0435\u0440, \u0430\u043D\u0433\u043B\u0438\u0439\u0441\u043A\u0438\u0439, \u0444\u0440\u0430\u043D\u0446\u0443\u0437\u0441\u043A\u0438\u0439), \u0438 \u043D\u0435 \u043F\u043E\u0434\u0445\u043E\u0434\u0438\u0442 \u0434\u043B\u044F \u044F\u0437\u044B\u043A\u043E\u0432, \u0442\u0430\u043A\u0438\u0445 \u043A\u0430\u043A \u044F\u043F\u043E\u043D\u0441\u043A\u0438\u0439, \u043A\u043E\u0440\u0435\u0439\u0441\u043A\u0438\u0439 \u0438 \u0442.\u0434.","intro.subtitleDescription":"\u041F\u043E\u0441\u043B\u0435 \u0432\u043A\u043B\u044E\u0447\u0435\u043D\u0438\u044F \u044D\u0442\u043E\u0439 \u0444\u0443\u043D\u043A\u0446\u0438\u0438, \u043F\u0440\u0438 \u043F\u0440\u043E\u0441\u043C\u043E\u0442\u0440\u0435 \u0432\u0438\u0434\u0435\u043E \u0431\u0443\u0434\u0443\u0442 \u0430\u0432\u0442\u043E\u043C\u0430\u0442\u0438\u0447\u0435\u0441\u043A\u0438 \u043E\u0442\u043E\u0431\u0440\u0430\u0436\u0430\u0442\u044C\u0441\u044F \u0441\u0443\u0431\u0442\u0438\u0442\u0440\u044B \u043D\u0430 \u0434\u0432\u0443\u0445 \u044F\u0437\u044B\u043A\u0430\u0445. \u0415\u0441\u043B\u0438 \u0444\u0443\u043D\u043A\u0446\u0438\u044F \u043D\u0435 \u0432\u043A\u043B\u044E\u0447\u0435\u043D\u0430, \u0432\u0430\u043C \u043D\u0443\u0436\u043D\u043E \u0431\u0443\u0434\u0435\u0442 \u0432\u0440\u0443\u0447\u043D\u0443\u044E \u043D\u0430\u0436\u0430\u0442\u044C \u043A\u043D\u043E\u043F\u043A\u0443 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430 \u043D\u0430 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u0435, \u0447\u0442\u043E\u0431\u044B \u043E\u0442\u043E\u0431\u0440\u0430\u0437\u0438\u0442\u044C \u0441\u0443\u0431\u0442\u0438\u0442\u0440\u044B. \u041E\u0431\u0440\u0430\u0442\u0438\u0442\u0435 \u0432\u043D\u0438\u043C\u0430\u043D\u0438\u0435, \u0447\u0442\u043E \u0438\u0437-\u0437\u0430 \u0442\u0435\u0445\u043D\u0438\u0447\u0435\u0441\u043A\u0438\u0445 \u043E\u0433\u0440\u0430\u043D\u0438\u0447\u0435\u043D\u0438\u0439 \u043D\u0430 \u043D\u0435\u043A\u043E\u0442\u043E\u0440\u044B\u0445 \u0441\u0430\u0439\u0442\u0430\u0445 \u043F\u0440\u0438 \u043F\u0435\u0440\u0432\u043E\u0439 \u0430\u043A\u0442\u0438\u0432\u0430\u0446\u0438\u0438 \u0441\u0443\u0431\u0442\u0438\u0442\u0440\u043E\u0432 \u043C\u043E\u0436\u0435\u0442 \u043F\u043E\u0442\u0440\u0435\u0431\u043E\u0432\u0430\u0442\u044C\u0441\u044F \u043E\u0431\u043D\u043E\u0432\u0438\u0442\u044C \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u0443 \u0438\u043B\u0438 \u0434\u043E\u0436\u0434\u0430\u0442\u044C\u0441\u044F \u043E\u043A\u043E\u043D\u0447\u0430\u043D\u0438\u044F \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430, \u0447\u0442\u043E\u0431\u044B \u043E\u0442\u043E\u0431\u0440\u0430\u0437\u0438\u0442\u044C \u0441\u0443\u0431\u0442\u0438\u0442\u0440\u044B \u043D\u0430 \u0434\u0432\u0443\u0445 \u044F\u0437\u044B\u043A\u0430\u0445. (\u041A\u0440\u043E\u043C\u0435 \u0442\u043E\u0433\u043E, \u0432\u044B \u0442\u0430\u043A\u0436\u0435 \u043C\u043E\u0436\u0435\u0442\u0435 \u0432\u043A\u043B\u044E\u0447\u0438\u0442\u044C / \u043E\u0442\u043A\u043B\u044E\u0447\u0438\u0442\u044C \u043F\u0430\u043D\u0435\u043B\u044C \u0431\u044B\u0441\u0442\u0440\u044B\u0445 \u043A\u043E\u043C\u0430\u043D\u0434 \u0434\u043B\u044F \u043F\u043E\u0433\u0440\u0443\u0436\u0435\u043D\u0438\u044F \u0432 \u043F\u0435\u0440\u0435\u0432\u043E\u0434 \u0432 \u0432\u0435\u0440\u0445\u043D\u0435\u043C \u043F\u0440\u0430\u0432\u043E\u043C \u0443\u0433\u043B\u0443 \u043F\u043E\u0441\u043B\u0435 \u043E\u0442\u043A\u0440\u044B\u0442\u0438\u044F \u0432\u0438\u0434\u0435\u043E \u0441\u0430\u0439\u0442\u0430)

\u0412 \u043D\u0430\u0441\u0442\u043E\u044F\u0449\u0435\u0435 \u0432\u0440\u0435\u043C\u044F \u043F\u043E\u0434\u0434\u0435\u0440\u0436\u0438\u0432\u0430\u0435\u0442\u0441\u044F \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u043D\u0438\u0435 \u0441\u0443\u0431\u0442\u0438\u0442\u0440\u043E\u0432 \u043D\u0430 \u0434\u0432\u0443\u0445 \u044F\u0437\u044B\u043A\u0430\u0445 \u043D\u0430 \u044D\u0442\u0438\u0445 \u0441\u0430\u0439\u0442\u0430\u0445:","desc.touchShortcutsToggleTranslationMask":"\u041F\u0435\u0440\u0435\u0432\u043E\u0434\u0447\u0435\u0441\u043A\u0430\u044F \u043C\u0430\u0441\u043A\u0430 - \u044D\u0442\u043E \u044D\u0444\u0444\u0435\u043A\u0442 \u0440\u0430\u0437\u043C\u044B\u0442\u0438\u044F \u0432 \u0441\u0442\u0438\u043B\u0435 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430 (\u0440\u0435\u0436\u0438\u043C \u043E\u0431\u0443\u0447\u0435\u043D\u0438\u044F). \u041F\u043E\u0441\u043B\u0435 \u0432\u043A\u043B\u044E\u0447\u0435\u043D\u0438\u044F \u0432\u0440\u0435\u043C\u0435\u043D\u043D\u043E \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u0443\u0435\u0442\u0441\u044F \u044D\u0444\u0444\u0435\u043A\u0442 \u0440\u0430\u0437\u043C\u044B\u0442\u0438\u044F \u0434\u043B\u044F \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430, \u0447\u0442\u043E \u0443\u0434\u043E\u0431\u043D\u043E \u0434\u043B\u044F \u043E\u0431\u0443\u0447\u0435\u043D\u0438\u044F.","intro.hoverDescription":"\u041F\u0435\u0440\u0435\u0432\u043E\u0434 \u043F\u0440\u0438 \u043D\u0430\u0432\u0435\u0434\u0435\u043D\u0438\u0438 \u043C\u044B\u0448\u0438 - \u044D\u0442\u043E \u043E\u0447\u0435\u043D\u044C \u0432\u0430\u0436\u043D\u0430\u044F \u0444\u0443\u043D\u043A\u0446\u0438\u044F \u0432 \u043A\u043E\u043D\u0442\u0435\u043A\u0441\u0442\u043D\u043E\u043C \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0435, \u0434\u043E\u0441\u0442\u0430\u0442\u043E\u0447\u043D\u043E \u043F\u0440\u043E\u0441\u0442\u043E \u043F\u043E\u043C\u0435\u0441\u0442\u0438\u0442\u044C \u043A\u0443\u0440\u0441\u043E\u0440 \u043D\u0430 \u0430\u0431\u0437\u0430\u0446 \u0438 \u043E\u0434\u043D\u043E\u0432\u0440\u0435\u043C\u0435\u043D\u043D\u043E \u043D\u0430\u0436\u0430\u0442\u044C \u0437\u0430\u0434\u0430\u043D\u043D\u0443\u044E \u0433\u043E\u0440\u044F\u0447\u0443\u044E \u043A\u043B\u0430\u0432\u0438\u0448\u0443, \u0447\u0442\u043E\u0431\u044B \u0430\u0432\u0442\u043E\u043C\u0430\u0442\u0438\u0447\u0435\u0441\u043A\u0438 \u043F\u0435\u0440\u0435\u0432\u0435\u0441\u0442\u0438 \u0442\u0435\u043A\u0443\u0449\u0438\u0439 \u0430\u0431\u0437\u0430\u0446 (\u043E\u0431\u0440\u0430\u0442\u0438\u0442\u0435 \u0432\u043D\u0438\u043C\u0430\u043D\u0438\u0435: \u043F\u043E \u0443\u043C\u043E\u043B\u0447\u0430\u043D\u0438\u044E \u043E\u043D \u043D\u0435 \u0432\u043A\u043B\u044E\u0447\u0435\u043D, \u043F\u043E\u0436\u0430\u043B\u0443\u0439\u0441\u0442\u0430, \u043D\u0430\u0441\u0442\u0440\u043E\u0439\u0442\u0435 \u0435\u0433\u043E \u043D\u0438\u0436\u0435). \u042D\u0442\u043E\u0442 \u0432\u0437\u0430\u0438\u043C\u043E\u0434\u0435\u0439\u0441\u0442\u0432\u0438\u0435 \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u0443\u0435\u0442\u0441\u044F \u0434\u043B\u044F \u043B\u0443\u0447\u0448\u0435\u0439 \u0437\u0430\u043C\u0435\u043D\u044B \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430 \u0432\u044B\u0434\u0435\u043B\u0435\u043D\u043D\u043E\u0433\u043E \u0442\u0435\u043A\u0441\u0442\u0430, \u043A\u0440\u043E\u043C\u0435 \u0442\u043E\u0433\u043E, \u044D\u0442\u0430 \u0444\u0443\u043D\u043A\u0446\u0438\u044F \u0448\u0438\u0440\u043E\u043A\u043E \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u0443\u0435\u0442\u0441\u044F \u0432 \u043E\u0431\u043B\u0430\u0441\u0442\u044F\u0445, \u043A\u043E\u0442\u043E\u0440\u044B\u0435 \u043D\u0435 \u043C\u043E\u0433\u0443\u0442 \u0431\u044B\u0442\u044C \u0440\u0430\u0441\u043F\u043E\u0437\u043D\u0430\u043D\u044B \u0434\u043B\u044F \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430, \u0432\u044B \u043C\u043E\u0436\u0435\u0442\u0435 \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u044C \u044D\u0442\u0443 \u0444\u0443\u043D\u043A\u0446\u0438\u044E \u0434\u043B\u044F \u043F\u0440\u0438\u043D\u0443\u0434\u0438\u0442\u0435\u043B\u044C\u043D\u043E\u0433\u043E \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430 \u043B\u044E\u0431\u043E\u0433\u043E \u0430\u0431\u0437\u0430\u0446\u0430.",geminiWarning:"\u0412\u043D\u0438\u043C\u0430\u043D\u0438\u0435: \u0431\u0435\u0441\u043F\u043B\u0430\u0442\u043D\u044B\u0439 \u0441\u0435\u0440\u0432\u0438\u0441 Gemini \u043E\u0442 Google \u0438\u043C\u0435\u0435\u0442 \u0441\u0442\u0440\u043E\u0433\u0438\u0435 \u043E\u0433\u0440\u0430\u043D\u0438\u0447\u0435\u043D\u0438\u044F, Google \u043C\u043E\u0436\u0435\u0442 \u0441\u0447\u0438\u0442\u0430\u0442\u044C, \u0447\u0442\u043E \u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u0435\u043B\u044C \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u0443\u0435\u0442 \u043D\u0435\u0441\u043A\u043E\u043B\u044C\u043A\u043E \u043A\u043B\u044E\u0447\u0435\u0439 \u0434\u043B\u044F \u043E\u0431\u0445\u043E\u0434\u0430 \u0438\u0445 \u0431\u0435\u0441\u043F\u043B\u0430\u0442\u043D\u044B\u0445 \u043A\u0432\u043E\u0442. \u041D\u0435 \u0440\u0435\u043A\u043E\u043C\u0435\u043D\u0434\u0443\u0435\u0442\u0441\u044F \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u044C, \u0440\u0435\u043A\u043E\u043C\u0435\u043D\u0434\u0443\u0435\u0442\u0441\u044F \u0436\u0434\u0430\u0442\u044C, \u043F\u043E\u043A\u0430 Google \u043D\u0435 \u043E\u0442\u043A\u0440\u043E\u0435\u0442 \u043F\u043B\u0430\u0442\u043D\u044B\u0439 \u0438\u043D\u0442\u0435\u0440\u0444\u0435\u0439\u0441 Gemini \u0434\u043B\u044F \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u043D\u0438\u044F \u0432 \u0431\u0443\u0434\u0443\u0449\u0435\u043C.","floatBall.setting":"\u043D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0430","floatBall.file":"\u041F\u0435\u0440\u0435\u0432\u043E\u0434 PDF, EPUB, SRT, ASS, HTML, TXT \u0444\u0430\u0439\u043B\u043E\u0432","floatBall.translateToLanguage":"\u041D\u0430\u0436\u043C\u0438\u0442\u0435, \u0447\u0442\u043E\u0431\u044B \u043F\u0435\u0440\u0435\u0432\u0435\u0441\u0442\u0438 \u043D\u0430 {language}",changeToOnlyTempTranslationMode:"\u041F\u0435\u0440\u0435\u043A\u043B\u044E\u0447\u0435\u043D\u0438\u0435 \u043D\u0430 \u043E\u0442\u043E\u0431\u0440\u0430\u0436\u0435\u043D\u0438\u0435 \u0442\u043E\u043B\u044C\u043A\u043E \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u043E\u0432",changeToDualTempTranslationMode:"\u041F\u0435\u0440\u0435\u0445\u043E\u0434 \u043D\u0430 \u0434\u0432\u0443\u044F\u0437\u044B\u0447\u043D\u044B\u0439 \u043F\u0435\u0440\u0435\u0432\u043E\u0434","transitionMode.dual":"\u0434\u0432\u0443\u044F\u0437\u044B\u0447\u043D\u043E\u0435 \u0441\u043E\u043F\u043E\u0441\u0442\u0430\u0432\u043B\u0435\u043D\u0438\u0435","transitionMode.translation":"\u0422\u043E\u043B\u044C\u043A\u043E \u043F\u0435\u0440\u0435\u0432\u043E\u0434","options.navbar.installApp":"\u0423\u0441\u0442\u0430\u043D\u043E\u0432\u0438\u0442\u0435 \u043C\u043E\u0431\u0438\u043B\u044C\u043D\u043E\u0435 \u043F\u0440\u0438\u043B\u043E\u0436\u0435\u043D\u0438\u0435","options.navbar.translateFile":"\u041F\u0435\u0440\u0435\u0432\u0435\u0441\u0442\u0438 \u0434\u043E\u043A\u0443\u043C\u0435\u043D\u0442","subtitle.transitionMode":"\u0412\u0438\u0434\u0435\u043E \u0441 \u0434\u0432\u0443\u044F\u0437\u044B\u0447\u043D\u044B\u043C\u0438 \u0441\u0443\u0431\u0442\u0438\u0442\u0440\u0430\u043C\u0438 / \u043D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0430 \u0442\u043E\u043B\u044C\u043A\u043E \u0434\u043B\u044F \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430","subtitle.transitionModeDescription":"\u0423\u0441\u0442\u0430\u043D\u043E\u0432\u0438\u0442\u0435 \u0441\u0443\u0431\u0442\u0438\u0442\u0440\u044B \u0432\u0438\u0434\u0435\u043E \u043D\u0430 \u0434\u0432\u0443\u044F\u0437\u044B\u0447\u043D\u043E\u0435 \u0441\u043E\u043F\u043E\u0441\u0442\u0430\u0432\u043B\u0435\u043D\u0438\u0435 \u0438\u043B\u0438 \u0442\u043E\u043B\u044C\u043A\u043E \u0440\u0435\u0436\u0438\u043C \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430","transitionMode.inherit":"\u0421\u043E\u0445\u0440\u0430\u043D\u044F\u0439\u0442\u0435 \u0441\u043E\u043E\u0442\u0432\u0435\u0442\u0441\u0442\u0432\u0438\u0435 \u0441 \u0440\u0435\u0436\u0438\u043C\u043E\u043C \u043E\u0442\u043E\u0431\u0440\u0430\u0436\u0435\u043D\u0438\u044F \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430 \u043F\u043E \u0443\u043C\u043E\u043B\u0447\u0430\u043D\u0438\u044E \u0441\u0438\u0441\u0442\u0435\u043C\u044B.",translateFileTooltip:`\u041F\u0435\u0440\u0435\u0432\u043E\u0434 PDF, ePub, srt, ass, HTML, TXT \u0444\u0430\u0439\u043B\u043E\u0432`,"description.multiplePrompt":`\u041A\u043E\u0433\u0434\u0430 \u043A\u043E\u043B\u0438\u0447\u0435\u0441\u0442\u0432\u043E \u0430\u0431\u0437\u0430\u0446\u0435\u0432 \u0431\u043E\u043B\u044C\u0448\u0435 1, \u0434\u0438\u0430\u043B\u043E\u0433\u0438, \u043E\u0442\u043F\u0440\u0430\u0432\u043B\u0435\u043D\u043D\u044B\u0435 {service} \u043E\u0442 \u0438\u043C\u0435\u043D\u0438 \u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u0435\u043B\u044F, \u0433\u0434\u0435 {{from}} \u043E\u0431\u043E\u0437\u043D\u0430\u0447\u0430\u0435\u0442 \u044F\u0437\u044B\u043A \u0430\u0431\u0437\u0430\u0446\u0430, {{to}} \u043E\u0431\u043E\u0437\u043D\u0430\u0447\u0430\u0435\u0442 \u0446\u0435\u043B\u0435\u0432\u043E\u0439 \u044F\u0437\u044B\u043A, {{yaml}} - \u044D\u0442\u043E \u043D\u0430\u0448 \u043A\u043E\u043D\u0442\u0435\u043D\u0442 \u0430\u0431\u0437\u0430\u0446\u0430, \u0443\u043F\u0430\u043A\u043E\u0432\u0430\u043D\u043D\u044B\u0439 \u0432 \u0444\u043E\u0440\u043C\u0430\u0442\u0435 yaml. \u0415\u0441\u043B\u0438 \u0443 \u0432\u0430\u0441 \u0435\u0441\u0442\u044C \u043F\u043E\u0442\u0440\u0435\u0431\u043D\u043E\u0441\u0442\u044C \u0432 \u043D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0435 Prompt, \u0432\u0430\u043C \u043D\u0443\u0436\u043D\u043E \u0443\u0431\u0435\u0434\u0438\u0442\u044C\u0441\u044F, \u0447\u0442\u043E \u043A\u0430\u0436\u0434\u044B\u0439 \u044D\u043B\u0435\u043C\u0435\u043D\u0442 \u0432 \u0440\u0435\u0437\u0443\u043B\u044C\u0442\u0430\u0442\u0435 YAML \u043E\u0442 AI \u0441\u043E\u0434\u0435\u0440\u0436\u0438\u0442 \u043F\u043E\u043B\u0435 {env.imt_trans_field}, {{imt_trans_field}} - \u044D\u0442\u043E \u043D\u0430\u0437\u0432\u0430\u043D\u0438\u0435 \u043F\u043E\u043B\u044F \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430, \u043A\u043E\u0442\u043E\u0440\u043E\u0435 \u043C\u044B \u0445\u043E\u0442\u0438\u043C \u043F\u043E\u043B\u0443\u0447\u0438\u0442\u044C \u043E\u0442 AI, \u043F\u043E \u0443\u043C\u043E\u043B\u0447\u0430\u043D\u0438\u044E \u044D\u0442\u043E {env.imt_trans_field}, {{imt_source_field}} - \u044D\u0442\u043E \u043D\u0430\u0437\u0432\u0430\u043D\u0438\u0435 \u043F\u043E\u043B\u044F \u0438\u0441\u0445\u043E\u0434\u043D\u043E\u0433\u043E \u0442\u0435\u043A\u0441\u0442\u0430, \u043A\u043E\u0442\u043E\u0440\u043E\u0435 \u043C\u044B \u043F\u0435\u0440\u0435\u0434\u0430\u0435\u043C AI, \u043F\u043E \u0443\u043C\u043E\u043B\u0447\u0430\u043D\u0438\u044E \u044D\u0442\u043E {env.imt_source_field}. \u041F\u0440\u0438\u043C\u0435\u0440 \u0440\u0435\u0437\u0443\u043B\u044C\u0442\u0430\u0442\u0430: @@ -5126,7 +5126,7 @@ ass, HTML, TXT \u0444\u0430\u0439\u043B\u043E\u0432`,"description.multiplePrompt {env.imt_sub_trans_field}: \u041F\u0435\u0440\u0435\u0432\u043E\u0434 - id: 2 {env.imt_sub_source_field}: \u0418\u0441\u0442\u043E\u0447\u043D\u0438\u043A - {env.imt_sub_trans_field}: \u041F\u0435\u0440\u0435\u0432\u043E\u0434`,"subtitle.quickButton.cyan":"\u0421\u0438\u043D\u0438\u0439","subtitle.quickButton.magenta":"\u041F\u0443\u0440\u043F\u0443\u0440\u043D\u044B\u0439","subtitle.quickButton.white":"\u0431\u0435\u043B\u044B\u0439","subtitle.quickButton.blue":"\u0441\u0438\u043D\u0438\u0439","subtitle.quickButton.red":"\u043A\u0440\u0430\u0441\u043D\u044B\u0439","subtitle.quickButton.translationPositionTop":"\u0432 \u0432\u0435\u0440\u0445\u043D\u0435\u0439 \u0447\u0430\u0441\u0442\u0438 \u0442\u0435\u043A\u0441\u0442\u0430","subtitle.quickButton.translationPosition":"\u043C\u0435\u0441\u0442\u043E\u043F\u043E\u043B\u043E\u0436\u0435\u043D\u0438\u0435 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430","subtitle.quickButton.green":"\u0437\u0435\u043B\u0435\u043D\u044B\u0439","subtitle.quickButton.translationPositionBottom":"\u043E\u0440\u0438\u0433\u0438\u043D\u0430\u043B \u043D\u0438\u0436\u0435","subtitle.quickButton.yellow":"\u0436\u0435\u043B\u0442\u044B\u0439","subtitle.quickButton.backgroundColor":"\u0444\u043E\u043D\u043E\u0432\u044B\u0439 \u0446\u0432\u0435\u0442","subtitle.quickButton.sourceFontSize":"\u0418\u0441\u0445\u043E\u0434\u043D\u044B\u0439 \u0440\u0430\u0437\u043C\u0435\u0440 \u0448\u0440\u0438\u0444\u0442\u0430","translationServices.claude":"\u041A\u043B\u043E\u0434","subtitle.quickButton.setting":"\u043D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0430","subtitle.quickButton.translationFontSize":"\u0440\u0430\u0437\u043C\u0435\u0440 \u0448\u0440\u0438\u0444\u0442\u0430 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430","subtitle.quickButton.translationTextColor":"\u0426\u0432\u0435\u0442 \u0448\u0440\u0438\u0444\u0442\u0430 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430","subtitle.quickButton.black":"\u0447\u0435\u0440\u043D\u044B\u0439","subtitle.quickButton.sourceTextColor":"\u0418\u0441\u0445\u043E\u0434\u043D\u044B\u0439 \u0446\u0432\u0435\u0442 \u0448\u0440\u0438\u0444\u0442\u0430","subtitle.quickButton.backgroundOpacity":"\u0424\u043E\u043D\u043E\u0432\u0430\u044F \u043D\u0435\u043F\u0440\u043E\u0437\u0440\u0430\u0447\u043D\u043E\u0441\u0442\u044C",attachSubtitleTranslating:"\u0418\u0441\u043F\u043E\u043B\u044C\u0437\u0443\u044F {service} \u0434\u043B\u044F \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430...","error.claude.403":"\u0412\u0440\u0435\u043C\u0435\u043D\u043D\u043E \u043D\u0435\u0442 \u0434\u043E\u0441\u0442\u0443\u043F\u0430 \u043A \u0441\u0435\u0440\u0432\u0438\u0441\u0443, \u0432\u043E\u0437\u043C\u043E\u0436\u043D\u043E, \u044D\u0442\u043E \u0441\u0432\u044F\u0437\u0430\u043D\u043E \u0441 \u0440\u0435\u0433\u0438\u043E\u043D\u0430\u043B\u044C\u043D\u044B\u043C\u0438 \u043E\u0433\u0440\u0430\u043D\u0438\u0447\u0435\u043D\u0438\u044F\u043C\u0438 \u041A\u043B\u043E\u0434\u0430. \u0412\u044B \u043C\u043E\u0436\u0435\u0442\u0435 \u043F\u043E\u043F\u0440\u043E\u0431\u043E\u0432\u0430\u0442\u044C \u0438\u0437\u043C\u0435\u043D\u0438\u0442\u044C \u0441\u0432\u043E\u0439 IP-\u0430\u0434\u0440\u0435\u0441 \u0438\u043B\u0438 \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u044C \u0434\u0440\u0443\u0433\u0438\u0435 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0447\u0435\u0441\u043A\u0438\u0435 \u0443\u0441\u043B\u0443\u0433\u0438.","browser.brandDescriptionForSafari":"\u3010\u041F\u043E\u0433\u0440\u0443\u0436\u0435\u043D\u0438\u0435 \u0432 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u3011\u0411\u0435\u0441\u043F\u043B\u0430\u0442\u043D\u044B\u0439 \u043F\u043B\u0430\u0433\u0438\u043D \u0434\u043B\u044F \u0434\u0432\u0443\u044F\u0437\u044B\u0447\u043D\u043E\u0433\u043E \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430 \u0432\u0435\u0431-\u0441\u0442\u0440\u0430\u043D\u0438\u0446 (\u043E\u0440\u0438\u0433\u0438\u043D\u0430\u043B/\u043F\u0435\u0440\u0435\u0432\u043E\u0434), \u043F\u043E\u0434\u0434\u0435\u0440\u0436\u0438\u0432\u0430\u044E\u0449\u0438\u0439 \u043F\u0435\u0440\u0435\u0432\u043E\u0434 PDF \u0438 \u043F\u0435\u0440\u0435\u0432\u043E\u0434 \u044D\u043B\u0435\u043A\u0442\u0440\u043E\u043D\u043D\u044B\u0445 \u043A\u043D\u0438\u0433 EPUB \u0441 \u0441\u043E\u0445\u0440\u0430\u043D\u0435\u043D\u0438\u0435\u043C \u043E\u0440\u0438\u0433\u0438\u043D\u0430\u043B\u044C\u043D\u043E\u0433\u043E \u0444\u043E\u0440\u043C\u0430\u0442\u0438\u0440\u043E\u0432\u0430\u043D\u0438\u044F \u0434\u043E\u043A\u0443\u043C\u0435\u043D\u0442\u0430, \u043F\u0435\u0440\u0435\u0432\u043E\u0434 \u0434\u0432\u0443\u044F\u0437\u044B\u0447\u043D\u044B\u0445 \u0441\u0443\u0431\u0442\u0438\u0442\u0440\u043E\u0432 \u0434\u043B\u044F \u043E\u043D\u043B\u0430\u0439\u043D-\u0432\u0438\u0434\u0435\u043E \u043D\u0430 Youtube/Netflix, \u043F\u043E\u0434\u0434\u0435\u0440\u0436\u0438\u0432\u0430\u044E\u0449\u0438\u0439 \u043E\u0441\u043D\u043E\u0432\u043D\u044B\u0435 \u0441\u0435\u0440\u0432\u0438\u0441\u044B \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430, \u0442\u0430\u043A\u0438\u0435 \u043A\u0430\u043A Deepl/Google \u0438 \u0442.\u0434.","browser.PdfProFile":"\u041F\u0435\u0440\u0435\u0432\u043E\u0434 PDF Pro, \u0443\u043F\u0440\u0430\u0432\u043B\u044F\u0435\u043C\u044B\u0439 AI","browser.textTranslate":"\u0422\u0435\u043A\u0441\u0442\u043E\u0432\u044B\u0439 \u043F\u0435\u0440\u0435\u0432\u043E\u0434"};var zs={nologin:"\uB85C\uADF8\uC778\uD558\uC9C0 \uC54A\uC74C",loginForSafari:"\uB85C\uADF8\uC778 \uB610\uB294 \uB4F1\uB85D",login:"\uB85C\uADF8\uC778\uD558\uC5EC \uBA64\uBC84\uC2ED \uAC1C\uC124",manageAccount:"\uAD00\uB9AC \uACC4\uC815",openPremium:"\uBA64\uBC84\uC2ED \uC5F4\uAE30",logout:"\uC911\uB2E8",curentPlan:"\uD604\uC7AC \uD328\uD0A4\uC9C0",endAt:"\uB9CC\uB8CC",endAuto:"\uC790\uB3D9 \uAC31\uC2E0",lineBreakMaxTextCount:"\uC904 \uBC14\uAFC8 \uC774\uD6C4 \uBB38\uC7A5\uB2F9 \uD5C8\uC6A9\uB418\uB294 \uCD5C\uB300 \uAE00\uC790 \uC218","translate-pdf":"PDF\uB97C \uBC88\uC5ED\uD558\uB824\uBA74 \uD074\uB9AD\uD558\uC138\uC694.","noSupportTranslate-pdf":"\uC2A4\uD06C\uB9BD\uD2B8\uAC00 \uC9C0\uC6D0\uB418\uC9C0 \uC54A\uC73C\uB2C8 \uD50C\uB7EC\uADF8\uC778\uC744 \uC0AC\uC6A9\uD558\uC138\uC694.","translate-firefox-local-pdf":"PDF \uAC00\uC838\uC624\uAE30\uB85C \uC774\uB3D9\uD558\uB824\uBA74 \uD074\uB9AD\uD558\uC138\uC694.",enableLineBreak:"\uAE34 \uB2E8\uB77D\uC5D0 \uC790\uB3D9 \uC904 \uBC14\uAFC8 \uD65C\uC131\uD654",sponsorLabel:"1 \uD6C4\uC6D0 \uAC1C\uBC1C\uC790",help:"hand",browserShortcutsNoteForFirefox:"Firefox\uC5D0\uC11C \uBC14\uB85C\uAC00\uAE30\uB97C \uBCC0\uACBD\uD558\uB824\uBA74 \uD655\uC7A5 \uD504\uB85C\uADF8\uB7A8 \uAD00\uB9AC \uD398\uC774\uC9C0 `\uC815\uBCF4:\uC560\uB4DC\uC628`\uC744 \uC5F4\uACE0 `\uC124\uC815`\uC744 \uD074\uB9AD\uD55C \uB2E4\uC74C `\uBC14\uB85C \uAC00\uAE30 \uAD00\uB9AC`\uB97C \uD074\uB9AD\uD558\uC5EC \uBC14\uB85C\uAC00\uAE30\uB97C \uC124\uC815\uD574\uC57C \uD569\uB2C8\uB2E4.",browserShortcutsNoteForChrome:"Chrome\uC5D0\uC11C \uBC14\uB85C\uAC00\uAE30\uB97C \uC218\uC815\uD558\uB824\uBA74 \uD655\uC7A5 \uD504\uB85C\uADF8\uB7A8 \uAD00\uB9AC \uD398\uC774\uC9C0\uB97C \uC5F4\uACE0 '\uBC14\uB85C \uAC00\uAE30 \uAD00\uB9AC' \uD328\uB110(`chrome://extensions/shortcuts`)\uC5D0\uC11C \uC124\uC815\uD55C \uD6C4 \uC544\uB798 \uBC84\uD2BC\uC744 \uD074\uB9AD\uD558\uC5EC \uBC14\uB85C \uAC00\uAE30 \uAD00\uB9AC \uD398\uC774\uC9C0\uB85C \uC774\uB3D9\uD574\uC57C \uD569\uB2C8\uB2E4.",browserShortcutsSucks:"\uC0AC\uC6A9\uC790 \uC9C0\uC815 \uBC14\uB85C\uAC00\uAE30\uC758 \uD615\uC2DD\uC740\uFF1A\uC785\uB2C8\uB2E4(\uC790\uB3D9 \uC778\uC2DD\uB418\uC9C0 \uC54A\uC73C\uBBC0\uB85C \uC9C1\uC811 \uC785\uB825\uD558\uC138\uC694).",enableLineBreakDescription:"\uC774 \uAE30\uB2A5\uC744 \uCF1C\uBA74 \uAE34 \uB2E8\uB77D\uC758 \uAC01 \uBB38\uC7A5 \uB05D\uC5D0 \uC904 \uBC14\uAFC8\uC774 \uC0BD\uC785\uB418\uC5B4 \uBB38\uC7A5\uC744 \uB354 \uC27D\uAC8C \uC77D\uC744 \uC218 \uC788\uC2B5\uB2C8\uB2E4.","browser.shortBrandName":"\uBAB0\uC785 \uBC88\uC5ED","browser.brandName":"\uBAB0\uC785 \uBC88\uC5ED: \uC774\uC911 \uC5B8\uC5B4 \uC6F9 \uD398\uC774\uC9C0 \uBC88\uC5ED \uBC0F PDF \uBB38\uC11C \uBC88\uC5ED","browser.brandDescription":"Bilingual web page translation, also supports PDF translation, bilingual Epub eBook translation, free to use.","browser.toggleTranslatePage":"\uD398\uC774\uC9C0 \uBC88\uC5ED/\uC6D0\uBB38 \uD45C\uC2DC","browser.toggleTranslateTheWholePage":"\uD398\uC774\uC9C0\uC758 \uBAA8\uB4E0 \uC601\uC5ED \uBC88\uC5ED/\uC6D0\uBB38 \uD14D\uC2A4\uD2B8 \uD45C\uC2DC","browser.toggleOnlyTransation":"\uC591\uC5B8\uC5B4/\uBC88\uC5ED\uBB38\uB9CC \uBAA8\uB4DC\uB85C \uC804\uD658","browser.toggleTranslateToThePageEndImmediately":"\uD398\uC774\uC9C0 \uD558\uB2E8\uC73C\uB85C \uC989\uC2DC \uBC88\uC5ED/\uC6D0\uBB38 \uD45C\uC2DC","browser.toggleTranslateTheMainPage":"\uD398\uC774\uC9C0\uC758 \uC8FC\uC694 \uC601\uC5ED \uBC88\uC5ED/\uC6D0\uBB38 \uD14D\uC2A4\uD2B8 \uD45C\uC2DC","browser.shareToDraft":"\uC774\uC911 \uC5B8\uC5B4 \uD398\uC774\uC9C0 \uACF5\uC720","browser.openOptionsPage":"\uC124\uC815 \uD398\uC774\uC9C0 \uC5F4\uAE30","browser.toggleTranslationMask":"\uBC88\uC5ED \uD750\uB9BC \uD6A8\uACFC \uD45C\uC2DC/\uC228\uAE30\uAE30","browser.translateLocalPdfFile":"\uB85C\uCEEC PDF \uD30C\uC77C \uBC88\uC5ED","browser.openEbookViewer":"\uD604\uC9C0 \uC804\uC790\uCC45 \uC77D\uAE30","browser.openEbookBuilder":"\uC774\uC911 \uC5B8\uC5B4 EPUB \uC804\uC790\uCC45 \uB9CC\uB4E4\uAE30","browser.translateLocalHtmlFile":"HTML/\uD14D\uC2A4\uD2B8 \uD30C\uC77C \uBC88\uC5ED","browser.donateContext":"\uC2A4\uD3F0\uC11C\uC2ED \uD61C\uD0DD\uC5D0 \uB300\uD574 \uC54C\uC544\uBCF4\uAE30","browser.translateLocalSubtitleFile":"\uB85C\uCEEC \uC790\uB9C9 \uD30C\uC77C \uBC88\uC5ED",confirmResetConfig:"\uC124\uC815\uC744 \uC7AC\uC124\uC815\uD558\uC2DC\uACA0\uC2B5\uB2C8\uAE4C?",translationLineBreakSettingTitle:"\uBC88\uC5ED \uC904 \uBC14\uAFC8 \uC124\uC815",smartLineBreak:"\uC2A4\uB9C8\uD2B8 \uB77C\uC778 \uD53C\uB4DC(\uCEF4\uD4E8\uD305)",alwaysLineBreak:"\uD56D\uC0C1 \uB77C\uC778 \uD53C\uB4DC",isShowContextMenu:"\uBA54\uB274 \uD56D\uBAA9\uC744 \uB9C8\uC6B0\uC2A4 \uC624\uB978\uCABD \uBC84\uD2BC\uC73C\uB85C \uD074\uB9AD\uD558\uC5EC \uBC88\uC5ED\uB41C \uD398\uC774\uC9C0 \uCD94\uAC00\uD558\uAE30",toggleBeta:"\uBCA0\uD0C0 \uD14C\uC2A4\uD2B8 \uAE30\uB2A5 \uD65C\uC131\uD654",betaDescription:"\uC544\uC9C1 \uC2E4\uD5D8\uB2E8\uACC4\uC778 \uAE30\uB2A5\uB4E4\uACFC \uBCA0\uD0C0\uBC84\uC804\uC778 \uBC88\uC5ED \uC11C\uBE44\uC2A4\uB97C \uC0AC\uC6A9\uD574\uBCF4\uC138\uC694. <1>\uD154\uB808\uADF8\uB7A8 \uADF8\uB8F9\uC5D0 \uAC00\uC785\uD558\uC5EC \uC790\uC138\uD788 \uC54C\uC544\uBCF4\uC138\uC694.",translationLineBreakSettingDescription:"\uCF58\uD150\uCE20\uAC00 \uC801\uC740 \uD398\uC774\uC9C0\uC758 \uACBD\uC6B0 \uD56D\uC0C1 \uC904 \uBC14\uAFC8\uC774 \uAE54\uB054\uD558\uAC8C \uC720\uC9C0\uB429\uB2C8\uB2E4. (\uCF58\uD150\uCE20\uAC00 \uB9CE\uC740 \uAE34 \uB2E8\uB77D({count}\uC790 \uC774\uC0C1)\uC5D0\uB294 \uC2A4\uB9C8\uD2B8 \uC904 \uBC14\uAFC8\uC744 \uC0AC\uC6A9\uD558\uC5EC \uACF5\uAC04\uC744 \uC808\uC57D\uD558\uC138\uC694.)",tempTranslateDomainTitle:"\uC6F9\uC0AC\uC774\uD2B8 \uBC88\uC5ED\uC774 \uC77C\uC2DC\uC801\uC73C\uB85C \uCF1C\uC9C0\uB294 \uAE30\uAC04",tempTranslateDomainDescription:"\uC6F9 \uD398\uC774\uC9C0\uB97C \uC218\uB3D9\uC73C\uB85C \uBC88\uC5ED\uD560 \uB54C \uC790\uB3D9 \uBC88\uC5ED\uC744 \uC704\uD574 \uC6F9 \uC0AC\uC774\uD2B8\uB97C \uC77C\uC2DC\uC801\uC73C\uB85C \uCF1C\uACE0 \uC77C\uC2DC\uC801\uC778 \uAE30\uAC04\uC744 \uC124\uC815\uD560 \uC218 \uC788\uC2B5\uB2C8\uB2E4.",xMinutes:"{count} \uBD84",disabled:"STH \uC0AC\uC6A9\uC744 \uAE08\uC9C0\uD569\uB2C8\uB2E4.",changelog:"\uC5C5\uB370\uC774\uD2B8 \uB85C\uADF8",toggleTranslatePageWhenThreeFingersOnTheScreen:"\uC5EC\uB7EC \uC190\uAC00\uB77D\uC774 \uB3D9\uC2DC\uC5D0 \uD654\uBA74\uC744 \uD130\uCE58\uD560 \uB54C \uC6F9 \uD398\uC774\uC9C0 \uBC88\uC5ED/\uC6D0\uBB38 \uD14D\uC2A4\uD2B8 \uD45C\uC2DC",toggleTranslationMaskWhenThreeFingersOnTheScreen:"\uC5EC\uB7EC \uC190\uAC00\uB77D\uC73C\uB85C \uD130\uCE58\uD558\uBA74 \uD750\uB9BC \uD6A8\uACFC\uB97C \uD45C\uC2DC\uD558\uAC70\uB098 \uC228\uAE38 \uC218 \uC788\uC2B5\uB2C8\uB2E4.",fingerCountToToggleTranslagePageOnlyTranslationWhenTouching:"\uC5EC\uB7EC \uC190\uAC00\uB77D\uC73C\uB85C \uB3D9\uC2DC\uC5D0 \uD654\uBA74\uC744 \uD130\uCE58\uD558\uBA74 \uC6F9 \uD398\uC774\uC9C0\uAC00 \uBC88\uC5ED(\uBC88\uC5ED \uC804\uC6A9)/\uC6D0\uBB38\uC744 \uD45C\uC2DC\uD569\uB2C8\uB2E4.",addUrlDescription:"\uB3C4\uBA54\uC778 \uC774\uB984\uC77C \uC218 \uC788\uC73C\uBA70 \uC640\uC77C\uB4DC\uCE74\uB4DC(\uC608:\uFF1A*.google.com, google.com/mail/*, https://www.google.com/*)\uB3C4 \uC9C0\uC6D0\uD569\uB2C8\uB2E4.",general:"\uAE30\uBCF8 \uC124\uC815",clickToExpandConfig:"\uD604\uC7AC \uAD6C\uC131 \uD655\uC7A5",import:"\uD30C\uC77C\uC5D0\uC11C \uAC00\uC838\uC624\uAE30",export:"\uD30C\uC77C\uB85C \uB0B4\uBCF4\uB0B4\uAE30",toggleDebug:"\uCF58\uC194\uC5D0\uC11C \uB514\uBC84\uADF8 \uB85C\uADF8 \uC778\uC1C4","fingers.0":"\uC751\uACE0","fingers.2":"\uB450 \uC190\uAC00\uB77D \uD130\uCE58","fingers.3":"\uC138 \uC190\uAC00\uB77D \uD130\uCE58","fingers.4":"\uB124 \uC190\uAC00\uB77D \uD130\uCE58","fingers.5":"\uB2E4\uC12F \uC190\uAC00\uB77D \uD130\uCE58",mouseHoldKey:"+ {key} \uB2E8\uB77D \uBC88\uC5ED/\uBCF5\uC6D0\uD558\uAE30",mouseHoldKeyAuto:"\uB2E8\uB77D\uC758 \uC9C1\uC811 \uBC88\uC5ED",mouseHoldKeyOff:"\uC544\uBB34\uAC83\uB3C4 \uD558\uC9C0 \uB9C8\uC138\uC694.",mouseHoldKeyOther:"\uC0AC\uC6A9\uC790 \uC9C0\uC815 \uBC14\uB85C \uAC00\uAE30(\uC124\uC815 \uC5F4\uAE30)",mouseHoldKeyCustomKey:"{key} \uB2E8\uB77D\uC758 \uBC88\uC5ED/\uCD95\uC18C",mouseHoverHoldKey:"\uBC14\uB85C \uAC00\uAE30 \uD0A4\uB97C \uB204\uB978 \uC0C1\uD0DC\uC5D0\uC11C \uB9C8\uC6B0\uC2A4\uB97C \uAC00\uB9AC\uD0A4\uBA74 \uB2E8\uB77D\uC774 \uBC88\uC5ED\uB429\uB2C8\uB2E4.","mouse-translate":"\uB9C8\uC6B0\uC2A4 \uD638\uBC84",document:"(\uCEF4\uD4E8\uD130) \uD30C\uC77C",resetSuccess:"\uBAA8\uB4E0 \uC124\uC815 \uC7AC\uC124\uC815\uC5D0 \uC131\uACF5",resetThisSuccess:"\uC7AC\uC124\uC815 \uC131\uACF5",saved:"\uC800\uC7A5 \uC131\uACF5",successImportConfig:"\uC131\uACF5\uC801\uC73C\uB85C \uAC00\uC838\uC628 \uAD6C\uC131",goAdvancedSettings:"\uACE0\uAE09 \uC124\uC815 \uD398\uC774\uC9C0\uB85C \uC774\uB3D9\uD569\uB2C8\uB2E4.",goAdvancedInterfaceSettings:"\uACE0\uAE09 \uC0AC\uC6A9\uC790 \uC9C0\uC815 \uC124\uC815 \uD398\uC774\uC9C0\uB85C \uC774\uB3D9\uD569\uB2C8\uB2E4.",advanced:"\uACE0\uAE09 \uC124\uC815",advancedDescription:"\uC77C\uBC18\uC801\uC73C\uB85C \uC124\uC815\uC774 \uD544\uC694\uD558\uC9C0 \uC54A\uC73C\uBA70 \uAE30\uBCF8\uAC12\uC744 \uADF8\uB300\uB85C \uB450\uBA74 \uB429\uB2C8\uB2E4. \uBCF4\uB2E4 \uC804\uBB38\uC801\uC778 \uC0AC\uC6A9\uC790\uB9CC \uAC1C\uC778\uD654\uB41C \uC124\uC815\uC744 \uC0AC\uC6A9\uD560 \uC218 \uC788\uC2B5\uB2C8\uB2E4.",developer:"\uAC1C\uBC1C\uC790 \uC124\uC815",donateCafe:"\uAC00\uACA9","translate to the bottom of the page":"\uD398\uC774\uC9C0\uC5D0 \uB4E4\uC5B4\uAC00\uBA74 \uBC14\uB85C \uD398\uC774\uC9C0 \uD558\uB2E8\uC73C\uB85C \uBC88\uC5ED\uB418\uB098\uC694?",feedback:"\uC9C8\uBB38 \uD53C\uB4DC\uBC31",toggleTranslatePage:"\uD398\uC774\uC9C0 \uBC88\uC5ED/\uC6D0\uBB38 \uD45C\uC2DC",translateToThePageEndImmediatelyDescription:"\uC774 \uAE30\uB2A5\uC744 \uCF1C\uBA74 \uC785\uB825\uD558\uB294 \uC989\uC2DC \uD398\uC774\uC9C0\uC758 \uC704\uCABD\uC5D0\uC11C \uC544\uB798\uCABD\uC73C\uB85C \uCF58\uD150\uCE20\uAC00 \uBC88\uC5ED\uB429\uB2C8\uB2E4. \uB044\uBA74 \uC77D\uB294 \uB300\uB85C \uBC88\uC5ED\uB429\uB2C8\uB2E4. (\uAD8C\uC7A5\uD558\uC9C0 \uC54A\uC74C)","translate all areas of the page":"\uD398\uC774\uC9C0\uC758 \uBAA8\uB4E0 \uC601\uC5ED\uC744 \uBC88\uC5ED\uD560\uC9C0 \uC5EC\uBD80",translationAreaDescription:"\uCF1C\uBA74 \uC804\uCCB4 \uC6F9 \uD398\uC774\uC9C0\uC758 \uBAA8\uB4E0 \uC601\uC5ED\uC774 \uBC88\uC5ED\uB429\uB2C8\uB2E4. \uB044\uBA74 \uAE30\uBCF8 \uC2A4\uB9C8\uD2B8 \uC778\uC2DD\uC774 \uC0AC\uC6A9\uB418\uBA70 \uC8FC\uC694 \uC601\uC5ED\uB9CC \uBC88\uC5ED\uB429\uB2C8\uB2E4. (\uCF1C\uC9C0 \uC54A\uB294 \uAC83\uC774 \uC88B\uC2B5\uB2C8\uB2E4.)","the number of characters to be translated first":"\uBCF4\uAE30 \uC601\uC5ED\uC73C\uB85C \uC2A4\uD06C\uB864\uD560 \uB54C\uAE4C\uC9C0 \uAE30\uB2E4\uB9AC\uC9C0 \uC54A\uACE0 \uD398\uC774\uC9C0\uC758 \uCC98\uC74C \uBA87 \uBB38\uC790\uB97C \uBC14\uB85C \uBC88\uC5ED\uD569\uB2C8\uB2E4.","interface language":"\uC778\uD130\uD398\uC774\uC2A4 \uC5B8\uC5B4","display both the original text and the translation":"\uC6D0\uBCF8\uACFC \uBC88\uC5ED\uBCF8 \uB3D9\uC2DC \uD45C\uC2DC","keyboard shortcuts":"\uD0A4\uBCF4\uB4DC \uB2E8\uCD95\uD0A4",modify:"\uBC14\uB85C \uAC00\uAE30 \uD0A4 \uC218\uC815",reset:"\uC7AC\uD504\uB85C\uBE44\uC800\uB2DD",close:"\uC751\uACE0",homepage:"\uD648\uD398\uC774\uC9C0",more:"\uB354 \uBCF4\uAE30",moreOptions:"\uB354 \uB9CE\uC740 \uC0AC\uC6A9\uC790 \uC9C0\uC815 \uC635\uC158 \uD655\uC7A5",translateTheWholePage:"\uD398\uC774\uC9C0\uC758 \uBAA8\uB4E0 \uC601\uC5ED \uBC88\uC5ED(\uC8FC\uC694 \uC601\uC5ED\uB9CC \uC9C0\uB2A5\uC801\uC73C\uB85C \uC778\uC2DD\uD558\uB294 \uAC83\uC774 \uC544\uB2C8\uB77C)",changeToTranslateTheWholePage:"\uBAA8\uB4E0 \uC9C0\uC5ED \uBC88\uC5ED\uC73C\uB85C \uC804\uD658",changeToTranslateTheMainPage:"\uAE30\uBCF8 \uC601\uC5ED \uBC88\uC5ED\uC73C\uB85C \uC804\uD658",changeToOnlyTranslationMode:"\uBC88\uC5ED\uB9CC \uD45C\uC2DC\uD558\uB3C4\uB85D \uD1A0\uAE00",changeToDualTranslationMode:"\uC774\uC911 \uC5B8\uC5B4 \uBC88\uC5ED\uC73C\uB85C \uC804\uD658",translateToThePageEndImmediately:"\uD398\uC774\uC9C0 \uD558\uB2E8\uC73C\uB85C \uC989\uC2DC \uBC88\uC5ED\uD558\uAE30",translateTheMainPage:"\uC9C0\uB2A5\uD615 \uBC88\uC5ED \uC8FC\uC694 \uC9C0\uC5ED","The local rules are up to date":"\uB85C\uCEEC \uC801\uC751 \uADDC\uCE59\uC740 \uCD5C\uC2E0 \uC0C1\uD0DC\uC785\uB2C8\uB2E4.","Successfully synchronized with the latest official rules:":"\uCD5C\uC2E0 \uACF5\uC2DD \uC801\uC751 \uADDC\uCE59\uACFC \uC131\uACF5\uC801\uC73C\uB85C \uB3D9\uAE30\uD654\uB418\uC5C8\uC2B5\uB2C8\uB2E4.","Checking for updates":"\uC5C5\uB370\uC774\uD2B8 \uD655\uC778","Rules are being synchronized":"\uC801\uC751 \uADDC\uCE59 \uB3D9\uAE30\uD654 \uC911",localVersionIsTooOld:"\uB85C\uCEEC \uD655\uC7A5 \uD504\uB85C\uADF8\uB7A8 \uBC84\uC804\uC774 \uB108\uBB34 \uC624\uB798\uB418\uC5C8\uC73C\uBBC0\uB85C \uB3D9\uAE30\uD654\uB97C \uC2DC\uB3C4\uD558\uAE30 \uC804\uC5D0 \uD655\uC7A5 \uD504\uB85C\uADF8\uB7A8\uC744 {minVersion} \uC774\uC0C1\uC73C\uB85C \uC5C5\uADF8\uB808\uC774\uB4DC\uD558\uC138\uC694.",badUserscriptBrowser:"\uD604\uC7AC \uBE0C\uB77C\uC6B0\uC800\uB294 \uADF8\uB9AC\uC2A4\uBABD\uD0A4 \uD655\uC7A5 \uC778\uD130\uD398\uC774\uC2A4\uB97C \uC62C\uBC14\uB974\uAC8C \uAD6C\uD604\uD558\uC9C0 \uC54A\uC73C\uBBC0\uB85C(\uC608: \uADF8\uB9AC\uC2A4\uBABD\uD0A4 \uC2A4\uD06C\uB9BD\uD2B8 \uC790\uCCB4\uC758 \uBC84\uC804 \uBC88\uD638\uC5D0 \uB300\uD55C \uC815\uBCF4\uB97C \uC5BB\uC73C\uB824\uBA74), \uD30C\uC774\uC5B4\uD3ED\uC2A4 \uB4F1 <1>\uADF8\uB9AC\uC2A4\uBABD\uD0A4 \uD655\uC7A5 \uAE30\uB2A5\uC744 \uC9C0\uC6D0\uD558\uB294 \uB2E4\uB978 \uBE0C\uB77C\uC6B0\uC800\uB97C \uC0AC\uC6A9\uD558\uC2DC\uAE30 \uBC14\uB78D\uB2C8\uB2E4.",foundNewVersion:"\uC0C8 \uBC84\uC804 \uC54C\uC544\uBCF4\uAE30",theLocalExtensionIsUpToUpdate:"\uD604\uC7AC \uD655\uC7A5 \uD504\uB85C\uADF8\uB7A8\uC774 \uCD5C\uC2E0 \uBC84\uC804\uC785\uB2C8\uB2E4.",failToSyncRules:"\uCD5C\uC2E0 \uC801\uC751 \uADDC\uCE59\uC744 \uB3D9\uAE30\uD654\uD558\uC9C0 \uBABB\uD568",retry:"\uB2E4\uC2DC \uC2DC\uB3C4\uD558\uB824\uBA74 \uC5EC\uAE30\uB97C \uD074\uB9AD\uD558\uC138\uC694.",failedReason:"\uC2E4\uD328 \uC774\uC720",currentRuleVersion:"\uD604\uC7AC \uADDC\uCE59 \uBC84\uC804",calculating:"\uACC4\uC0B0",unknownError:"\uC54C \uC218 \uC5C6\uB294 \uC624\uB958",canNotFetchRemoteRule:"\uC6D0\uACA9 \uADDC\uCE59\uC744 \uAC00\uC838\uC62C \uC218 \uC5C6\uC74C",enableAlphaSuccess:"\uC54C\uD30C \uC0AC\uC6A9",disableAlphaSuccess:"\uC54C\uD30C \uAE30\uB2A5\uC774 \uAEBC\uC838 \uC788\uC2B5\uB2C8\uB2E4.",cacheSize:"\uCE90\uC2DC \uD06C\uAE30\uFF1A",cleaning:"\uCCAD\uC0B0 \uACFC\uC815\uC5D0\uC11C",cleanCache:"\uCE90\uC2DC \uC9C0\uC6B0\uAE30",options:"\uC124\uC815",about:"\uB2E4\uC74C\uACFC \uAD00\uB828\uD558\uC5EC",service:"\uD1B5\uC5ED \uC11C\uBE44\uC2A4",needAction:"(\uC124\uC815\uC73C\uB85C \uC774\uB3D9)",goSettings:"\uACC4\uC18D\uD574\uC11C \uC124\uC815\uD558\uC138\uC694.",needActionForOptions:"(\uC124\uC815 \uC608\uC815)",translationEngine:"\uC5D4\uC9C4 \uC635\uC158",sourceLanguage:"\uC6D0\uBCF8 \uC5B8\uC5B4",target:"\uB300\uC0C1 \uC5B8\uC5B4",popupSourceLanguage:"\uC6D0\uBCF8 \uC5B8\uC5B4",popupTarget:"\uB300\uC0C1 \uC5B8\uC5B4",popupService:"\uD1B5\uC5ED \uC11C\uBE44\uC2A4",forThisSite:"\uD604\uC7AC \uC6F9\uC0AC\uC774\uD2B8",autoEnableSubtitle:"\uC774\uC911 \uC5B8\uC5B4 \uC790\uB9C9 \uC790\uB3D9 \uC5F4\uAE30",alwaysTranslate:"\uD56D\uC0C1 \uBC88\uC5ED",neverTranslate:"\uBC88\uC5ED \uAE08\uC9C0",alwaysTranslateSomeLanguage:"\uD56D\uC0C1 \uBC88\uC5ED {language}",neverTranslateSomeLanguage:"\uBC88\uC5ED \uAE08\uC9C0 {language}",alwaysTranslateSomeSite:"\uD56D\uC0C1 \uBC88\uC5ED {hostname}",neverTranslateSomeSite:"\uBC88\uC5ED \uAE08\uC9C0 {hostname}",alwaysTranslateSomeSiteOrWildSite:"\uD56D\uC0C1 \uC0AC\uC774\uD2B8 \uBC88\uC5ED",alwaysTranslateSomePage:"\uD56D\uC0C1 \uD398\uC774\uC9C0 \uBC88\uC5ED",add:"\uC99D\uAC00",default:"\uAE30\uBCF8\uAC12(\uC124\uC815)",forThisLanguage:"\uC774 \uC5B8\uC5B4\uC758 \uACBD\uC6B0\uFF1A","add url":"URL \uC785\uB825",edit:"\uCEF4\uD30C\uC77C\uB7EC","translate other languages into specific language":"\uB2E4\uB978 \uC5B8\uC5B4\uB97C \uC124\uC815\uD55C \uC5B8\uC5B4\uB85C \uBC88\uC5ED","select translation service":"\uBC88\uC5ED \uC11C\uBE44\uC2A4 \uC120\uD0DD",language:"\uB2E4\uAD6D\uC5B4 \uC9C0\uC6D0","show-original":"\uC6D0\uBCF8 \uD14D\uC2A4\uD2B8 \uD45C\uC2DC",translate:"\uB80C\uB354\uB9C1",Translated:"\uBC88\uC5ED\uB428",Translating:"\uBC88\uC5ED \uC911",Error:"\uC798\uBABB\uB41C",allowCacheTranslations:"\uB85C\uCEEC \uBC88\uC5ED \uCE90\uC2F1 \uC0AC\uC6A9(\uC911\uBCF5 \uAD6C\uC808\uC5D0 \uB300\uD55C \uBC88\uC5ED \uC694\uCCAD\uC744 \uC904\uC774\uAE30 \uC704\uD574)","translation display":"\uBC88\uC5ED \uD45C\uC2DC \uC2A4\uD0C0\uC77C","select diplay style":"\uB2E4\uC74C \uC608\uC2DC\uB97C \uAD6C\uCCB4\uC801\uC73C\uB85C \uCC38\uC870\uD558\uC5EC \uBC88\uC5ED \uC2A4\uD0C0\uC77C\uC744 \uAD6C\uBD84\uD558\uC138\uC694.",interface:"\uC778\uD130\uD398\uC774\uC2A4 \uC124\uC815",import_export:"\uAC00\uC838\uC624\uAE30/\uB0B4\uBCF4\uB0B4\uAE30",import_export_title:"\uAD6C\uC131 \uAC00\uC838\uC624\uAE30/\uB0B4\uBCF4\uB0B4\uAE30",syncToGoogleDrive:"\uC9C0\uAE08 Google \uB4DC\uB77C\uC774\uBE0C\uC640 \uB3D9\uAE30\uD654",floatBallOptions:"\uD638\uBC84\uBCFC \uC124\uC815","floatBallOptions.enable":"\uD638\uBC84\uBCFC \uD65C\uC131\uD654","floatBallOptions.blockUrls":"\uC6F9\uC0AC\uC774\uD2B8 \uBE44\uD65C\uC131\uD654","floatBallOptions.add":"\uC99D\uAC00","floatBallOptions.blockUrlDesc":"\uB2E4\uC74C \uC6F9\uC0AC\uC774\uD2B8\uC5D0\uC11C\uB294 \uD638\uBC84\uBCFC\uC774 \uD45C\uC2DC\uB418\uC9C0 \uC54A\uC2B5\uB2C8\uB2E4.","floatBallOptions.clickType":"\uD074\uB9AD \uB3D9\uC791","floatBallOptions.clickTypeDesc":"\uD074\uB9AD \uC2DC \uD638\uBC84\uBCFC \uC544\uC774\uCF58 \uB3D9\uC791","floatBallOptions.clickPopup":"\uBC88\uC5ED \uD328\uB110 \uD45C\uC2DC","floatBallOptions.clickTranslate":"\uC6D0\uBCF8 \uD14D\uC2A4\uD2B8 \uBC88\uC5ED/\uD45C\uC2DC","floatBallOptions.fixedPosition":"\u56FA\u5B9A\u4F4D\u7F6E","floatBallOptions.fixedPositionDesc":"\u60AC\u6D6E\u7403\u5728\u7A97\u53E3\u5DE6\u4FA7\u8FD8\u662F\u53F3\u4FA7","floatBallOptions.fixedPositionLeft":"\u5DE6\u4FA7","floatBallOptions.fixedPositionRight":"\u53F3\u4FA7",previewAllThemes:"\uBAA8\uB4E0 \uC2A4\uD0C0\uC77C \uBBF8\uB9AC\uBCF4\uAE30","translationTheme.none":"\uAC00\uC9C0\uACE0 \uC788\uC9C0 \uC54A\uB2E4","translationTheme.grey":"\uC9D9\uC740 \uD68C\uC0C9","translationTheme.dashed":"\uC810\uC120 \uBC11\uC904","translationTheme.dotted":"\uC810\uC120 \uBC11\uC904","translationTheme.dashedBorder":"\uC810\uC120 \uD14C\uB450\uB9AC","translationTheme.solidBorder":"\uC2E4\uC120 \uD14C\uB450\uB9AC","translationTheme.underline":"\uC9C1\uC120\uC5D0 \uBC11\uC904","translationTheme.mask":"\uD37C\uC9C0 \uD6A8\uACFC(\uD559\uC2B5 \uBAA8\uB4DC)","translationTheme.opacity":"\uD22C\uBA85\uC131 \uD6A8\uACFC","translationTheme.paper":"\uD770 \uC885\uC774 \uADF8\uB9BC\uC790 \uD6A8\uACFC","translationTheme.dividingLine":"\uAD6C\uBD84\uC120","translationTheme.highlight":"\uB192\uC740 \uBC1D\uAE30","translationTheme.marker":"\uB9C8\uCEE4(\uC678\uB798\uC5B4)","translationTheme.marker2":"\uB9C8\uCEE4 2","translationTheme.blockquote":"\uCC38\uC870 \uC2A4\uD0C0\uC77C","translationTheme.weakening":"\uC57D\uD654","translationTheme.italic":"\uAE30\uC6B8\uC5B4\uC9C0\uB294 \uC11C\uCCB4","translationTheme.bold":"\uB450\uAECD\uAC8C","translationTheme.thinDashed":"\uAC00\uB294 \uC810\uC120 \uBC11\uC904","translationTheme.nativeDashed":"\uC2DC\uC2A4\uD15C\uC5D0\uB294 \uC810\uC120\uC73C\uB85C \uD45C\uC2DC\uB41C \uBC11\uC904\uC774 \uC788\uC2B5\uB2C8\uB2E4.","translationTheme.nativeDotted":"\uC2DC\uC2A4\uD15C\uC5D0\uB294 \uC810\uC120\uC73C\uB85C \uBC11\uC904\uC774 \uADF8\uC5B4\uC838 \uC788\uC2B5\uB2C8\uB2E4.","translationTheme.nativeUnderline":"\uC2DC\uC2A4\uD15C\uC5D0\uB294 \uC9C1\uC120 \uBC11\uC904\uC774 \uC788\uC2B5\uB2C8\uB2E4.","translationTheme.wavy":"\uBB3C\uACB0 \uBAA8\uC591 \uB77C\uC778","translationServices.custom":"\uC0AC\uC6A9\uC790 \uC9C0\uC815 API","translationServices.tencent":"\uD150\uC13C\uD2B8 \uBC88\uC5ED\uAE30","translationServices.tenAlpha":"\uD150\uC13C\uD2B8 \uBC88\uC5ED\uAE30(\uC54C\uD30C)","translationServices.google":"Google \uBC88\uC5ED","translationServices.bai":"\uBC14\uC774\uB450(\uC54C\uD30C)","translationServices.baidu":"\uBC14\uC774\uB450 \uBC88\uC5ED","translationServices.aliyun":"\uC54C\uB9AC\uD074\uB77C\uC6B0\uB4DC \uBC88\uC5ED","translationServices.volc":"\uD654\uC0B0 \uBC88\uC5ED","translationServices.deeplx":"DeepLX(\uBCA0\uD0C0)","translationServices.bing":"Microsoft \uBC88\uC5ED","translationServices.deepl":"DeepL","translationServices.wechat":"\uC704\uCC57 \uBC88\uC5ED","translationServices.azure":"Azure \uBC88\uC5ED","translationServices.ibm":"IBM \uC653\uC2A8","translationServices.aws":"\uC544\uB9C8\uC874 \uBC88\uC5ED","translationServices.mock":"\uC2DC\uBBAC\uB808\uC774\uC158 \uBC88\uC5ED","translationServices.mock2":"\uC2DC\uBBAC\uB808\uC774\uC158 \uBC88\uC5ED 2","translationServices.caiyun":"\uC870\uBA85. \uB2E4\uCC44\uB85C\uC6B4 \uAD6C\uB984\uACFC \uC791\uC740 \uBC88\uC5ED","translationServices.cai":"\uB2E4\uCC44\uB85C\uC6B4 \uAD6C\uB984(\uC54C\uD30C)","translationServices.volcAlpha":"\uD654\uC0B0 (\uC54C\uD30C)","translationServices.openl":"OpenL","translationServices.youdao":"\uC720\uD29C\uBE0C \uBC88\uC5ED","translationServices.you":"\uC720\uB2E4\uC624 \uBC88\uC5ED\uAE30(\uC54C\uD30C)","translationServices.transmart":"\uD150\uC13C\uD2B8 \uC778\uD130\uB799\uD2F0\uBE0C \uBC88\uC5ED","translationServices.niu":"\uB9E4\uBC84\uB9AD \uBC88\uC5ED\uAE30","translationServices.papago":"\uD30C\uD30C\uACE0 \uBC88\uC5ED","translationServices.d":"D(\uC54C\uD30C)","translationServices.dpro":"D \uD504\uB85C(\uCE74\uB098\uB9AC\uC544)","translationServices.openai":"OpenAI","translationServices.yandex":"Yandex","translationServices.chatgpt":"ChatGPT \uC6F9(3.5 \uBAA8\uBC14\uC77C)","translate title":"\uD398\uC774\uC9C0 \uC81C\uBAA9 \uBC88\uC5ED","always languages":"\uD56D\uC0C1 \uC5B8\uC5B4 \uBC88\uC5ED",neverTranslateLanguagesLabel:"\uBC88\uC5ED\uB418\uC9C0 \uC54A\uB294 \uC5B8\uC5B4",neverTranslateTheFollowingLanguagesDescription:"\uD398\uC774\uC9C0\uC758 \uB2E8\uB77D\uC774 \uB2E4\uC74C \uC5B8\uC5B4 \uC911 \uD558\uB098\uC778 \uACBD\uC6B0 \uBC88\uC5ED\uC774 \uAC74\uB108\uB6F0\uC5B4\uC9D1\uB2C8\uB2E4.",enableUserscriptPagePopup:"\uD398\uC774\uC9C0\uC5D0 \uD638\uBC84\uBCFC \uD45C\uC2DC",enableUserscriptPagePopupDescription:"\uD638\uBC84\uBCFC\uC744 \uB044\uACE0 \uB098\uBA74 \uBC14\uB85C \uAC00\uAE30 /{touch}\uB85C \uBD88\uB7EC\uC62C \uC218 \uC788\uC2B5\uB2C8\uB2E4. \uC2E4\uC218\uB85C \uC774 \uC635\uC158\uC744 \uB048 \uD6C4 \uD638\uBC84\uBCFC\uC744 \uCC3E\uC9C0 \uBABB\uD558\uB294 \uACBD\uC6B0\uB97C \uBC29\uC9C0\uD558\uAE30 \uC704\uD574 \uC774 \uC124\uC815 \uD398\uC774\uC9C0\uB97C \uBD81\uB9C8\uD06C\uC5D0 \uCD94\uAC00\uD558\uB294 \uAC83\uC774 \uC88B\uC2B5\uB2C8\uB2E4!","always translate the following languages":"\uD398\uC774\uC9C0\uAC00 \uB2E4\uC74C \uC5B8\uC5B4 \uC911 \uD558\uB098\uC778 \uACBD\uC6B0 \uB300\uC0C1 \uC5B8\uC5B4\uB85C \uC790\uB3D9 \uBC88\uC5ED\uB429\uB2C8\uB2E4.","always sites":"\uD56D\uC0C1 \uBC88\uC5ED\uB41C \uC6F9 \uC0AC\uC774\uD2B8","always translate the following sites":"\uC6F9 \uC0AC\uC774\uD2B8\uAC00 \uB2E4\uC74C \uB3C4\uBA54\uC778 \uC774\uB984\uC778 \uACBD\uC6B0 \uB300\uC0C1 \uC5B8\uC5B4\uB85C \uC790\uB3D9 \uBC88\uC5ED\uB429\uB2C8\uB2E4.","never sites":"\uBC88\uC5ED\uB418\uC9C0 \uC54A\uC740 \uC6F9 \uC0AC\uC774\uD2B8","never translate the following sites":"\uC6F9\uC0AC\uC774\uD2B8\uAC00 \uB2E4\uC74C \uB3C4\uBA54\uC778\uC6A9\uC778 \uACBD\uC6B0 \uBC88\uC5ED\uC774 \uC218\uD589\uB418\uC9C0 \uC54A\uC2B5\uB2C8\uB2E4.","please refer to":"\uD0A4\uB97C \uC0AC\uC6A9\uD558\uB824\uBA74 \uD0A4\uB97C \uC785\uB825\uD574\uC57C \uD558\uBA70, \uC790\uC138\uD55C \uB0B4\uC6A9\uC740 \uB2E4\uC74C\uC744 \uCC38\uC870\uD558\uC138\uC694.",KeyAndConfigurationTutorial:"\uC8FC\uC694 \uC560\uD50C\uB9AC\uCF00\uC774\uC158 \uBC0F \uAD6C\uC131 \uD29C\uD1A0\uB9AC\uC5BC",useAboveStyleForTheseSites:"\uB2E4\uC74C \uB3C4\uBA54\uC778\uC744 \uC704\uD55C \uC0AC\uC774\uD2B8\uC778 \uACBD\uC6B0 \uD56D\uC0C1 \u2308{theme}\u230B \uBC88\uC5ED \uC2A4\uD0C0\uC77C\uC744 \uC0AC\uC6A9\uD558\uC138\uC694.",currentUrl:"\uD604\uC7AC URL",confirm:"\uC800\uC7A5(\uD30C\uC77C \uB4F1)(\uCEF4\uD4E8\uD305)",cancel:"\uCDE8\uC18C",delete:"\uC81C\uAC70","languages.auto":"\uC790\uB3D9 \uAC10\uC9C0",syncToCloud:"Google \uB4DC\uB77C\uC774\uBE0C\uC5D0 \uB3D9\uAE30\uD654",syncToCloudDescription:"\uD074\uB77C\uC6B0\uB4DC\uC5D0 \uC5C5\uB85C\uB4DC\uB41C \uAD6C\uC131\uC740 \uB9C8\uC9C0\uB9C9\uC73C\uB85C \uC218\uC815\uB41C \uBE0C\uB77C\uC6B0\uC800/\uADF8\uB9AC\uC2A4\uBABD\uD0A4 \uC2A4\uD06C\uB9BD\uD2B8 \uAC04\uC5D0 \uB3D9\uAE30\uD654\uD560 \uC218 \uC788\uC2B5\uB2C8\uB2E4.",syncToAccount:"\uBAB0\uC785\uD615 \uBC88\uC5ED \uD074\uB77C\uC6B0\uB4DC\uC5D0 \uB3D9\uAE30\uD654",syncToAccountButton:"\uD074\uB77C\uC6B0\uB4DC\uC640 \uC989\uC2DC \uB3D9\uAE30\uD654",syncToAccountDescription:"\uB9C8\uC9C0\uB9C9\uC73C\uB85C \uC218\uC815\uD55C \uC2DC\uAC04\uC744 \uAE30\uC900\uC73C\uB85C \uC11C\uB85C \uB2E4\uB978 \uC7A5\uCE58 \uAC04\uC5D0 \uAD6C\uC131\uC744 \uC790\uB3D9\uC73C\uB85C \uB3D9\uAE30\uD654\uD569\uB2C8\uB2E4.",successSyncConfigInAccount:"\uD074\uB77C\uC6B0\uB4DC\uC640\uC758 \uC131\uACF5\uC801\uC778 \uB3D9\uAE30\uD654",successSyncConfigToAccount:"\uD074\uB77C\uC6B0\uB4DC\uC5D0 \uC131\uACF5\uC801\uC73C\uB85C \uB3D9\uAE30\uD654",syncConfigNoUpdate:"\uC774\uBBF8 \uCD5C\uC2E0 \uBC84\uC804\uC785\uB2C8\uB2E4.",authFail:"\uC778\uC99D \uC2E4\uD328",syncTitle:"\uC218\uB3D9 \uBC31\uC5C5 \uAD00\uB9AC",import_hint:"\uAC00\uC838\uC624\uAE30(\uB370\uC774\uD130)",upload:"\uC5C5\uB85C\uB4DC",revokeAuth:"\uC2B9\uC778 \uCDE8\uC18C",uploadFail:"\uC5C5\uB85C\uB4DC \uC2E4\uD328",download:"\uB2E4\uC6B4\uB85C\uB4DC",importSuccess:"\uAC00\uC838\uC624\uAE30 \uC131\uACF5",importFail:"\uAC00\uC838\uC624\uAE30 \uC2E4\uD328",deleteFail:"\uC0AD\uC81C\uD558\uC9C0 \uBABB\uD568",backupToCloud:"\uBC31\uC5C5 \uD30C\uC77C \uC218\uB3D9 \uAD00\uB9AC",create_new_backup:"\uC0C8 \uBC31\uC5C5 \uB178\uB4DC \uCD94\uAC00",maxBackupFiles:"\uCD5C\uB300{count}\uAC1C\uC758 \uC11C\uB85C \uB2E4\uB978 \uB178\uB4DC\uB97C \uBC31\uC5C5\uD560 \uC218 \uC788\uC73C\uBA70, \uD544\uC694\uD558\uC9C0 \uC54A\uC740 \uB178\uB4DC\uB294 \uC0AD\uC81C\uD558\uC138\uC694.",backupToCloudDescription:"\uBC31\uC5C5 \uD30C\uC77C\uC744 \uC218\uB3D9\uC73C\uB85C \uC5C5\uB85C\uB4DC\uD558\uAC70\uB098 \uBCF5\uC6D0\uD558\uC5EC \uCD5C\uB300 3\uAC1C\uC758 \uC11C\uB85C \uB2E4\uB978 \uBC31\uC5C5 \uD5C8\uC6A9",successSyncConfig:"\uD074\uB77C\uC6B0\uB4DC\uC640\uC758 \uC131\uACF5\uC801\uC778 \uB3D9\uAE30\uD654",syncFail:"\uB3D9\uAE30\uD654 \uC2E4\uD328",updatedAt:"{date}\uC5D0\uC11C \uC5C5\uB370\uC774\uD2B8\uB428",lastSyncedAt:"\uCD5C\uC885 \uD655\uC778: {date}",downloadFail:"\uB2E4\uC6B4\uB85C\uB4DC\uC5D0 \uC2E4\uD328\uD588\uC2B5\uB2C8\uB2E4.",clickToDownload:"\uB2E4\uC6B4\uB85C\uB4DC\uD558\uB824\uBA74 \uD074\uB9AD",aboutLabel:"\uC815\uBCF4 - \uD53C\uB4DC\uBC31","browser.openAboutPage":"\uC815\uBCF4/\uD53C\uB4DC\uBC31",aboutLabelWithoutSponsor:"\uC815\uBCF4 - \uD53C\uB4DC\uBC31",aboutIntro:"\uC6B0\uB9AC \uBAA8\uB450\uAC00 \uC778\uD130\uB137\uC758 \uBC29\uB300\uD55C \uC678\uAD6D\uC5B4 \uC815\uBCF4\uC5D0 \uB354 \uC27D\uACE0 \uC990\uAC81\uAC8C \uC561\uC138\uC2A4\uD560 \uC218 \uC788\uAE30\uB97C \uBC14\uB78D\uB2C8\uB2E4 \u2764\uFE0F <6>Pro \uBA64\uBC84\uC2ED\uC744 \uD65C\uC131\uD654\uD558\uC5EC \uBC14\uB85C \uC0AC\uC6A9\uD560 \uC218 \uC788\uB294 DeepL \uBC0F OpenAI \uBC88\uC5ED\uC744 \uC0AC\uC6A9\uD560 \uC218 \uC788\uC2B5\uB2C8\uB2E4.

<3>\uD2B8\uC704\uD130, <4>\uD154\uB808\uADF8\uB7A8, \uC6E8\uC774\uBCF4, \uC704\uCC57\uC5D0\uC11C \uD314\uB85C\uC6B0\uD558\uAC70\uB098 \uC544\uB798 <5>\uBA54\uC77C\uB9C1 \uB9AC\uC2A4\uD2B8\uC5D0 <5>\uAC00\uC785\uD558\uC5EC \uC5C5\uB370\uC774\uD2B8\uB97C \uD655\uC778\uD560 \uC218 \uC788\uC2B5\uB2C8\uB2E4.
<7>\uD504\uB85C \uD68C\uC6D0\uC740 <8>support@immersivetranslate.com \uC73C\uB85C \uBB38\uC758\uD558\uC2DC\uBA74 \uBE60\uB978 \uACE0\uAC1D \uC11C\uBE44\uC2A4\uB97C \uBC1B\uC73C\uC2E4 \uC218 \uC788\uC2B5\uB2C8\uB2E4.",aboutIntroWithoutSponsor:"\uC6B0\uB9AC \uBAA8\uB450\uAC00 \uC778\uD130\uB137\uC5D0\uC11C \uC81C\uACF5\uB418\uB294 \uBC29\uB300\uD55C \uC591\uC758 \uC678\uAD6D\uC5B4 \uC815\uBCF4\uC5D0 \uB354 \uC27D\uACE0 \uC990\uAC81\uAC8C \uC811\uADFC\uD560 \uC218 \uC788\uAE30\uB97C \uBC14\uB78D\uB2C8\uB2E4 \u2764\uFE0F

<3>\uD2B8\uC704\uD130, <4>\uD154\uB808\uADF8\uB7A8 \uCC44\uB110, \uC704\uCC57, \uC704\uCC57 \uC775\uC2A4\uCCB4\uC778\uC9C0\uC5D0\uC11C \uD314\uB85C\uC6B0\uD558\uAC70\uB098 \uC544\uB798 <5>\uC774\uBA54\uC77C\uB85C \uC5C5\uB370\uC774\uD2B8\uB97C <5>\uAD6C\uB3C5\uD560 \uC218 \uC788\uC2B5\uB2C8\uB2E4.",projectHomepage:"\uD504\uB85C\uC81D\uD2B8 \uD648",joinTelegramGroup:"\uC0AC\uC6A9\uC790 \uADF8\uB8F9\uC5D0 \uAC00\uC785\uD558\uC5EC \uAE30\uB2A5 \uD1A0\uB860\uC5D0 \uCC38\uC5EC\uD558\uC138\uC694.",wechatPublicAccount:"\uC704\uCC57 \uACF5\uAC1C",wechatCommunities:"\uC704\uCC57 \uAD50\uD658 \uADF8\uB8F9",qqCommunities:"QQ \uCEE4\uBBA4\uB2C8\uCF00\uC774\uC158 \uCC44\uB110",joinTelegramChannel:"\uD154\uB808\uADF8\uB7A8 \uCC44\uB110 \uD314\uB85C\uC6B0\uD558\uC5EC \uCD5C\uC2E0 \uC5C5\uB370\uC774\uD2B8 \uD655\uC778",feedbackAndJoin:"\uC9C8\uBB38 \uD53C\uB4DC\uBC31 / \uADF8\uB8F9 \uCD94\uAC00",autoSync:"\uC790\uB3D9 \uC2DC\uAC04 \uB3D9\uAE30\uD654",loadingThemeTitle:"\uB85C\uB529 \uC2A4\uD0C0\uC77C",loadingThemeDescription:"\uBC88\uC5ED \uB85C\uB4DC\uB97C \uAE30\uB2E4\uB9B4 \uB54C \uC2A4\uD0C0\uC77C \uC124\uC815\uD558\uAE30","loadingTheme.spinner":"\uD68C\uC804 \uC560\uB2C8\uBA54\uC774\uC158","loadingTheme.text":"\uC815\uC801 \uD14D\uC2A4\uD2B8 sth. ","loadingTheme.none":"\uD45C\uC2DC\uB418\uC9C0 \uC54A\uC74C",developerDescription:"\uACE0\uAE09 \uC0AC\uC6A9\uC790 \uC9C0\uC815\uC5D0 \uB300\uD55C \uBB38\uC11C\uB294 <1>\uC5EC\uAE30\uC5D0\uC11C \uD655\uC778\uD560 \uC218 \uC788\uC2B5\uB2C8\uB2E4.","edit border color":"\uD14C\uB450\uB9AC \uC0C9\uC0C1 \uC218\uC815",successSyncButNoChange:"\uD604\uC7AC \uAD6C\uC131\uC774 \uD074\uB77C\uC6B0\uB4DC\uC640 \uC77C\uCE58\uD569\uB2C8\uB2E4.",customTheme:"\uB9DE\uCDA4\uD615 \uC0C9\uC0C1 \uBC0F \uD06C\uAE30","customThemeLabel.borderColor":"\uD14C\uB450\uB9AC \uC0C9\uC0C1","customThemeLabel.borderRadius":"\uB465\uADFC \uBAA8\uC11C\uB9AC","customThemeLabel.textColor":"\uD14D\uC2A4\uD2B8 \uC0C9\uC0C1","customThemeLabel.backgroundColor":"\uBC30\uACBD\uC0C9","customThemeLabel.zoom":"\uAE00\uAF34 \uD06C\uAE30 \uC870\uC815(%)","customThemeLabel.opacity":"\uD14D\uC2A4\uD2B8 \uBD88\uD22C\uBA85\uB3C4(%)",resetToDefaultColor:"\uAE30\uBCF8 \uC0C9\uC0C1\uC73C\uB85C \uBCF5\uC6D0",resetToDefaultSettings:"\uAE30\uBCF8 \uC124\uC815\uC73C\uB85C \uBCF5\uC6D0",isTranslateTitle:"\uD398\uC774\uC9C0 \uC81C\uBAA9 \uBC88\uC5ED \uC0AC\uC6A9",isTranslateTitleDescription:"\uC804\uC6D0\uC744 \uCF1C\uBA74 \uD398\uC774\uC9C0 \uC81C\uBAA9\uC774 \uBC88\uC5ED\uB429\uB2C8\uB2E4.",enableSearchEnhancement:"\uC774\uC911 \uC5B8\uC5B4 \uBA54\uC2DC\uC9C0 \uD5A5\uC0C1 \uC0AC\uC6A9",enableSearchEnhancementDescription:"\uC774 \uAE30\uB2A5\uC744 \uD65C\uC131\uD654\uD558\uBA74 \uC9C0\uC6D0\uB418\uB294 \uC6F9\uC0AC\uC774\uD2B8(Google \uB274\uC2A4, Google \uAC80\uC0C9(\uC77C\uBD80 \uD0A4\uC6CC\uB4DC), \uC2A4\uB178\uC6B0\uBCFC, \uC624\uB9AC\uC5D4\uD0C8 \uD3EC\uCD98, \uD4E8\uD22C\uB77C, \uD0C0\uC774\uAC70 \uCEE4\uBBA4\uB2C8\uD2F0)\uC758 \uC624\uB978\uCABD \uC5F4\uC5D0 \uD574\uB2F9 \uC601\uC5B4 \uD0A4\uC6CC\uB4DC\uC5D0 \uB300\uD55C 'Google \uB274\uC2A4'\uC758 \uAC80\uC0C9 \uACB0\uACFC\uAC00 \uC790\uB3D9\uC73C\uB85C \uD45C\uC2DC\uB429\uB2C8\uB2E4.",verifyService:"\uC11C\uBE44\uC2A4\uB97C \uD14C\uC2A4\uD2B8\uD558\uB824\uBA74 \uC5EC\uAE30\uB97C \uD074\uB9AD\uD558\uC138\uC694.",verified:"\uC131\uACF5 \uD655\uC778","field.langs":"\uC9C0\uC6D0\uB418\uB294 \uC5B8\uC5B4 \uCF54\uB4DC","field.model":"\uBAA8\uB378\uB9C1","field.translationEngine":"\uBC88\uC5ED \uC5D4\uC9C4","field.limitPerMinute":"\uBD84\uB2F9 \uCD5C\uB300 \uC694\uCCAD \uC218","field.limitPerSecond":"\uCD08\uB2F9 \uCD5C\uB300 \uC694\uCCAD \uC218","field.maxTextLengthPerRequest":"\uC694\uCCAD\uB2F9 \uCD5C\uB300 \uD14D\uC2A4\uD2B8 \uAE38\uC774","field.maxTextGroupLengthPerRequest":"\uC694\uCCAD\uB2F9 \uCD5C\uB300 \uB2E8\uB77D \uC218","field.apiUrl":"\uC0AC\uC6A9\uC790 \uC9C0\uC815 API \uC778\uD130\uD398\uC774\uC2A4 \uC8FC\uC18C","field.placeholderDelimiters":"\uC608\uC57D\uB41C \uC790\uB9AC \uD45C\uC2DC\uC790","description.custom":"\uC0AC\uC6A9\uC790 \uC9C0\uC815 \uC778\uD130\uD398\uC774\uC2A4 \uC561\uC138\uC2A4 \uBB38\uC11C \uD544\uC694","description.limitPerMinute":"\uC774 \uD55C\uB3C4\uB97C \uCD08\uACFC\uD558\uB294 \uC694\uCCAD\uC740 \uB2E4\uC74C \uBD84\uC774 \uC2DC\uC791\uB420 \uB54C\uAE4C\uC9C0 \uB300\uAE30\uC5F4\uC5D0 \uB4E4\uC5B4\uAC11\uB2C8\uB2E4. \uD604\uC7AC OpenAI \uC11C\uBE44\uC2A4\uC758 \uC5EC\uB7EC \uAC00\uC9C0 \uC81C\uD55C \uC0AC\uD56D\uC73C\uB85C \uC778\uD574 <1>\uC5EC\uAE30\uB97C \uD074\uB9AD\uD558\uC5EC \uCD5C\uC2E0 \uC81C\uC548 \uAC12\uC744 \uD655\uC778\uD558\uC138\uC694.","description.limitPerSecond":"\uC774 \uC81C\uD55C\uC744 \uCD08\uACFC\uD558\uB294 \uC694\uCCAD\uC740 \uB2E4\uC74C \uCD08\uAC00 \uC2DC\uC791\uB420 \uB54C\uAE4C\uC9C0 \uB300\uAE30\uC5F4\uC5D0 \uB4E4\uC5B4\uAC11\uB2C8\uB2E4. \uD604\uC7AC OpenAI \uC11C\uBE44\uC2A4\uC758 \uC5EC\uB7EC \uAC00\uC9C0 \uC81C\uD55C \uC0AC\uD56D\uC73C\uB85C \uC778\uD574 <1>\uC5EC\uAE30\uB97C \uD074\uB9AD\uD558\uC5EC \uCD5C\uC2E0 \uC81C\uC548 \uAC12\uC744 \uD655\uC778\uD558\uC138\uC694.","description.generalLimitPerSecond":"\uC774 \uC81C\uD55C\uC744 \uCD08\uACFC\uD558\uB294 \uC694\uCCAD\uC740 \uB2E4\uC74C \uCD08\uAC00 \uC2DC\uC791\uB420 \uB54C\uAE4C\uC9C0 \uB300\uAE30\uC5F4\uC5D0 \uB4E4\uC5B4\uAC11\uB2C8\uB2E4.","description.prompt":"\uC0AC\uC6A9\uC790 \uC2E0\uBD84\uC73C\uB85C {service}\uC5D0 \uBCF4\uB0B8 \uB300\uD654\uC5D0\uC11C {{text}}\uB294 \uB2E8\uB77D\uC758 \uD14D\uC2A4\uD2B8 \uB0B4\uC6A9\uC744 \uB098\uD0C0\uB0B4\uACE0, {{from}}\uC740 \uB2E8\uB77D\uC758 \uC5B8\uC5B4\uB97C \uB098\uD0C0\uB0B4\uBA70, {{to}}\uB294 \uBAA9\uD45C \uC5B8\uC5B4\uB97C \uB098\uD0C0\uB0C5\uB2C8\uB2E4.","description.maxTextLengthPerRequest":"\uC694\uCCAD\uB2F9 \uCD5C\uB300 \uAE00\uC790 \uC218\uAC00 \uB108\uBB34 \uB9CE\uC73C\uBA74 \uC778\uD130\uD398\uC774\uC2A4\uAC00 \uB290\uB9AC\uAC8C \uC751\uB2F5\uD558\uBBC0\uB85C \uC774 \uC635\uC158\uC744 \uC870\uC815\uD558\uC5EC \uC18D\uB3C4\uB97C \uCD5C\uC801\uD654\uD558\uC138\uC694.","description.systemPrompt":"\uC2DC\uC2A4\uD15C\uC73C\uB85C\uC11C OpenAI\uC5D0 \uC804\uC1A1\uB418\uB294 \uB300\uD654\uB85C, {{text}} \uC740 \uB2E8\uB77D\uC758 \uD14D\uC2A4\uD2B8 \uB0B4\uC6A9\uC744 \uB098\uD0C0\uB0B4\uACE0{{from}} \uC740 \uB2E8\uB77D\uC758 \uC5B8\uC5B4\uB97C \uB098\uD0C0\uB0B4\uBA70{{to}} \uC740 \uB300\uC0C1 \uC5B8\uC5B4\uB97C \uB098\uD0C0\uB0C5\uB2C8\uB2E4.","field.domain":"\uC601\uC5ED","description.domain":"\uAE30\uBCF8\uAC12\uC740\uFF1Ageneral\uC785\uB2C8\uB2E4. \uC544\uB9AC\uB9C8 API \uCF58\uC194\uC5D0\uC11C \uB3C4\uBA54\uC778 \uBC88\uC5ED\uC774 \uD65C\uC131\uD654\uB41C \uACBD\uC6B0\uC5D0\uB9CC \uC124\uC815\uD560 \uC218 \uC788\uC73C\uBA70, \uC9C0\uC6D0\uB418\uB294 \uB3C4\uBA54\uC778\uC740 <1>\uC5EC\uAE30\uB97C \uCC38\uC870\uD558\uC138\uC694.","field.scene":"take","description.scene":"\uAE30\uBCF8\uAC12\uC740\uFF1Ageneral\uC785\uB2C8\uB2E4. AliCloud API \uCF58\uC194\uC774 Machine Translation Pro\uB97C \uC5EC\uB294 \uACBD\uC6B0\uC5D0\uB9CC \uC124\uC815\uD560 \uC218 \uC788\uC73C\uBA70, \uC9C0\uC6D0\uB418\uB294 \uC2DC\uB098\uB9AC\uC624\uB294 <1>\uC5EC\uAE30\uB97C \uCC38\uC870\uD558\uC138\uC694.","field.vocabId":"\uC0AC\uC6A9\uC790 \uC0AC\uC804 ID","description.vocabId":"\uC9C0\uC815\uB41C \uC0AC\uC804 out_id\uB294 \uD604\uC7AC \uC601\uC5B4\uC5D0\uC11C \uC911\uAD6D\uC5B4 \uBC88\uC5ED\uC744 \uC9C0\uC6D0\uD569\uB2C8\uB2E4.","description.model":"OpenAI \uBAA8\uB378, gpt-3.5-turbo, gpt-4 \uB4F1 \uAC00\uB2A5","description.maxTextGroupLengthPerRequest":"\uD55C \uBC88\uC5D0 \uBC88\uC5ED \uC11C\uBE44\uC2A4\uB85C \uC804\uC1A1\uB418\uB294 \uB2E8\uB77D \uC218, \uB2E8\uB77D\uC774 \uB108\uBB34 \uB9CE\uC73C\uBA74 \uC778\uD130\uD398\uC774\uC2A4\uAC00 \uB290\uB9AC\uAC8C \uC751\uB2F5\uD560 \uC218 \uC788\uC2B5\uB2C8\uB2E4.","description.apiUrl":"\uACBD\uB85C, <1>\uC790\uC138\uD55C \uC124\uBA85\uC774 \uD3EC\uD568\uB41C \uD2B9\uC815 URL\uC744 \uCD94\uAC00\uD558\uC138\uC694.",enabledExtension:"\uD655\uC7A5 \uAE30\uB2A5 \uC0AC\uC6A9",clickToDisableExtension:"\uD655\uC7A5 \uAE30\uB2A5\uC744 \uBE44\uD65C\uC131\uD654\uD558\uB824\uBA74 \uD074\uB9AD\uD558\uC138\uC694.",clickToEnableExtension:"\uD655\uC7A5 \uAE30\uB2A5\uC744 \uC0AC\uC6A9\uD558\uB824\uBA74 \uD074\uB9AD\uD558\uC138\uC694.",hasBeenDisabled:"disabled","show password":"\uBE44\uBC00\uBC88\uD638 \uD45C\uC2DC",customContent:"\uC0AC\uC6A9\uC790 \uC9C0\uC815 \uBAA8\uB378 \uC774\uB984 \uC785\uB825",inputOptions:"\uC785\uB825 \uC0C1\uC790 \uAC1C\uC120",mouseHoverOptions:"\uB9C8\uC6B0\uC2A4 \uD638\uBC84",modifyMouseHoverKey:"\uB9C8\uC6B0\uC2A4 \uCEE4\uC11C \uBC14\uB85C \uAC00\uAE30 \uC218\uC815",enableInputTranslation:"\uC785\uB825 \uC0C1\uC790 \uD5A5\uC0C1 \uD65C\uC131\uD654 \uC5EC\uBD80",enableInputTranslationDescription:"\uD65C\uC131\uD654\uB418\uBA74 \uC785\uB825 \uC0C1\uC790\uC5D0 {startingKey}{startingKey} hello\uB97C \uC9C1\uC811 \uC785\uB825\uD55C \uB2E4\uC74C{inputTrailingTriggerKeyRepeatTimes}\uBC88{trailingKey}\uC744 \uBE60\uB974\uAC8C \uB20C\uB7EC {inputTargetLanguage}\uC73C\uB85C \uBC88\uC5ED\uD569\uB2C8\uB2E4.",enableInputTranslationDescriptionForNoneKey:"\uD65C\uC131\uD654\uB418\uBA74 \uC785\uB825 \uC0C1\uC790\uC5D0\uFF1AHello World\uB97C \uC9C1\uC811 \uC785\uB825\uD55C \uB2E4\uC74C{inputTrailingTriggerKeyRepeatTimes}{trailingKey}\uC744 \uBE60\uB974\uAC8C \uC5EC\uB7EC \uBC88 \uB20C\uB7EC \uAE30\uBCF8 \uB300\uC0C1 \uC5B8\uC5B4\uB85C \uBC88\uC5ED\uD569\uB2C8\uB2E4.",inputTargetLanguage:"\uC785\uB825 \uC0C1\uC790\uC758 \uAE30\uBCF8 \uB300\uC0C1 \uC5B8\uC5B4 \uC124\uC815",inputTargetLanguageDescription:"\uC785\uB825 \uC0C1\uC790 \uBC88\uC5ED\uC758 \uAE30\uBCF8 \uB300\uC0C1 \uC5B8\uC5B4(\uC608: \uD2B8\uB9AC\uAC70 \uB2E8\uC5B4\uC758 \uAE30\uBCF8 \uC5B8\uC5B4 {startingKey}{startingKey})",inputTargetLanguageDescriptionForNoneKey:"\uC785\uB825 \uC0C1\uC790 \uBC88\uC5ED\uC758 \uAE30\uBCF8 \uB300\uC0C1 \uC5B8\uC5B4",inputStartingTriggerKeyTitle:"\uC785\uB825 \uC0C1\uC790\uC758 \uBD80\uBD84 \uBC88\uC5ED\uC744 \uC704\uD574 \uBD84\uD560 \uBB38\uC790 \uC124\uC815\uD558\uAE30",inputStartingTriggerKeyDescription:"\uC785\uB825 \uC0C1\uC790 \uC804\uCCB4\uB97C \uBC88\uC5ED\uD560 \uD544\uC694\uAC00 \uC5C6\uB294 \uACBD\uC6B0 \uC2A4\uD50C\uB9AC\uD130\uB97C \uC0AC\uC6A9\uD558\uBA74 {startingKey}{startingKey} \uC5D0\uC11C \uC785\uB825 \uC0C1\uC790 \uB05D\uAE4C\uC9C0 \uBD80\uBD84\uB9CC \uBC88\uC5ED\uD558\uAC70\uB098 \uC5B8\uC5B4 \uCF54\uB4DC\uB97C \uC9C0\uC815\uD560 \uC218 \uC788\uC2B5\uB2C8\uB2E4(\uC608:\uFF1A{startingKey}ja \uB294 {startingKey}ja \uC5D0\uC11C \uC785\uB825 \uC0C1\uC790 \uB05D\uAE4C\uC9C0 \uBD80\uBD84\uB9CC \uBC88\uC5ED\uD55C\uB2E4\uB294 \uC758\uBBF8).",inputStartingTriggerKeyDescriptionForNoneKey:"\uD604\uC7AC \uC811\uB450\uC0AC \uC5C6\uC74C \uC124\uC815\uC740 \uD544\uC694\uD558\uC9C0 \uC54A\uC73C\uBA70, \uC785\uB825 \uC0C1\uC790\uC5D0 \uC788\uB294 \uC77C\uBD80 \uD14D\uC2A4\uD2B8\uC758 \uBC88\uC5ED \uAE30\uB2A5\uC740 \uB2F9\uBD84\uAC04 \uC0AC\uC6A9\uD560 \uC218 \uC5C6\uC2B5\uB2C8\uB2E4.",inputTrailingTriggerKeyTitle:"\uC785\uB825 \uC885\uB8CC \uD2B8\uB9AC\uAC70 \uBB38\uC790 \uC120\uD0DD",inputTrailingTriggerKeyDescription:"3\uBC88\uB9CC \uB204\uB974\uBA74{trailingKey} \uBC88\uC5ED\uC774 \uC2DC\uC791\uB429\uB2C8\uB2E4!",inputTrailingTriggerKeyTimeout:"\uC804\uD22C \uC885\uB8CC \uD2B8\uB9AC\uAC70 \uC0AC\uC774\uC758 \uC2DC\uAC04\uC744 \uC785\uB825\uD569\uB2C8\uB2E4.",inputTrailingTriggerKeyTimeoutDescription:"\uC785\uB825 \uC885\uB8CC \uCF64\uBCF4 \uD2B8\uB9AC\uAC70 \uC0AC\uC774\uC758 \uC2DC\uAC04(\uBC00\uB9AC\uCD08)\uC744 \uC124\uC815\uD569\uB2C8\uB2E4.",spaceKey:"<\u7A7A\u683C\u952E>",noneKey:"\uC811\uB450\uC0AC \uC5C6\uC774 \uC804\uCCB4 \uD14D\uC2A4\uD2B8 \uC0C1\uC790\uC758 \uC9C1\uC811 \uBC88\uC5ED",inputTranslationBlockUrlsTitle:"\uB2E4\uC74C URL\uC5D0\uC11C\uB294 \uC785\uB825 \uC0C1\uC790 \uAC1C\uC120 \uAE30\uB2A5\uC744 \uD65C\uC131\uD654\uD558\uC9C0 \uB9C8\uC138\uC694.",inputTranslationBlockUrlsDescription:"\uB2E4\uC74C URL\uC5D0\uC11C\uB294 \uC785\uB825 \uC0C1\uC790 \uAC1C\uC120 \uC0AC\uD56D\uC774 \uC791\uB3D9\uD558\uC9C0 \uC54A\uC2B5\uB2C8\uB2E4.",clickToSeeQuickDemo:"\uD074\uB9AD\uD558\uC5EC 30\uCD08 \uD035 \uD29C\uD1A0\uB9AC\uC5BC \uBE44\uB514\uC624 \uD655\uC7A5\uD558\uAE30",inputHelperInfo:"\uC124\uBA85\uFF1A\uC911\uAD6D\uC5B4 \uC785\uB825 \uBC29\uC2DD\uC5D0 \uB530\uB77C \uC77C\uBD80 \uD2B8\uB9AC\uAC70 \uBB38\uC790\uAC00 \uC911\uAD6D\uC5B4 \uBB38\uC7A5 \uBD80\uD638\uB85C \uBC14\uB00C\uB294 \uAC83\uC744 \uCD5C\uC801\uD654\uD588\uC2B5\uB2C8\uB2E4(\uC608: /\uB294 \uC18C\uAD6C \uC785\uB825 \uBC29\uC2DD\uC5D0 \uB530\uB77C \uB454 \uBD80\uD638\uB85C \uBC14\uB01C). \uBAB0\uC785\uD615 \uBC88\uC5ED\uAE30\uB294 \uD2B8\uB9AC\uAC70 \uBB38\uC790\uC5D0 \uD574\uB2F9\uD558\uB294 \uBAA8\uB4E0 \uC911\uAD6D\uC5B4 \uAE30\uD638, \uC989 //,,, \uB97C \uD2B8\uB9AC\uAC70 \uBB38\uC790\uB85C \uC778\uC2DD\uD560 \uC218 \uC788\uB3C4\uB85D \uC9C0\uC6D0\uD569\uB2C8\uB2E4.

\uB610\uD55C \uC5B8\uC5B4 \uCF54\uB4DC\uC5D0 \uC911\uAD6D\uC5B4 \uBCC4\uCE6D\uC744 \uBA85\uB839\uC5B4\uB85C \uC0AC\uC6A9\uD560 \uC218 \uC788\uC2B5\uB2C8\uB2E4(\uC608: /Japanese Hello World\uB294 \uC77C\uBCF8\uC5B4\uB85C \uBC88\uC5ED\uB428). <1>\uC9C0\uC6D0\uB418\uB294 \uBAA8\uB4E0 \uC5B8\uC5B4 \uCF54\uB4DC\uB97C \uBCF4\uB824\uBA74 \uC5EC\uAE30\uB97C \uD074\uB9AD\uD558\uC138\uC694.",reloadCurrentPage:"\uBC88\uC5ED\uC744 \uC2DC\uC791\uD558\uAE30 \uC804\uC5D0 \uD604\uC7AC \uD398\uC774\uC9C0\uB97C \uC0C8\uB85C\uACE0\uCE68\uD558\uC138\uC694.",noLocalFilePermissionForPDF:"\uB85C\uCEEC \uD30C\uC77C\uC744 \uC77D\uC744 \uC218 \uC788\uB294 \uAD8C\uD55C\uC774 \uC5C6\uB294 \uACBD\uC6B0 \uC704\uC758 \uBC84\uD2BC\uC744 \uD074\uB9AD\uD55C \uB2E4\uC74C \uB85C\uCEEC \uD30C\uC77C\uC744 \uAC00\uC838\uC624\uC138\uC694.",noPermissionForThisPage:"\u26A0\uFE0F \uD604\uC7AC \uD398\uC774\uC9C0 \uBC88\uC5ED \uAD8C\uD55C\uC774 \uC5C6\uC2B5\uB2C8\uB2E4.",retryAllParagraphs:"\uBAA8\uB4E0 \uC624\uB958 \uAD6C\uC808 \uB2E4\uC2DC \uC2DC\uB3C4",retryAllButton:"\uBAA8\uB4E0 \uC624\uB958 \uAD6C\uC808 \uB2E4\uC2DC \uC2DC\uB3C4",errorTooltipTitle:"\uC624\uB958\uC758 \uC6D0\uC778\uC744 \uBCF4\uB824\uBA74 \uD074\uB9AD\uD558\uC138\uC694.",errorModalTitle:"\uBC88\uC5ED \uC11C\uBE44\uC2A4 \uB610\uB294 \uB124\uD2B8\uC6CC\uD06C\uC5D0 \uBB38\uC81C\uAC00 \uC788\uB294 \uAC83 \uAC19\uC2B5\uB2C8\uB2E4...",disableConfirm:"\uC774\uC911 \uC5B8\uC5B4 \uC815\uBCF4 \uD5A5\uC0C1 \uC124\uC815",disableOnce:"\uC774 \uBE44\uD65C\uC131\uD654",disableGlobal:"\uC601\uAD6C\uC801\uC73C\uB85C \uBE44\uD65C\uC131\uD654",disableTint:"* {option} \uC5D0\uC11C \uB2E4\uC2DC \uD65C\uC131\uD654\uD560 \uC218 \uC788\uC2B5\uB2C8\uB2E4.",searchEnhancementNotes:"\uC911\uAD6D\uC5B4 \uD0A4\uC6CC\uB4DC\uC640 \uC601\uC5B4 \uD0A4\uC6CC\uB4DC\uC5D0 \uB300\uD55C \uB274\uC2A4 \uACB0\uACFC\uAC00 \uB9E4\uC6B0 \uB2E4\uB978 \uAC83\uC744 \uBC1C\uACAC\uD588\uC2B5\uB2C8\uB2E4. \uBAB0\uC785\uD615 \uBC88\uC5ED \uC774\uC911 \uC5B8\uC5B4 \uC815\uBCF4 \uD5A5\uC0C1 \uAE30\uB2A5\uC744 \uD65C\uC131\uD654\uD558\uBA74 \uC9C0\uC6D0\uB418\uB294 \uC6F9\uC0AC\uC774\uD2B8(Google \uB274\uC2A4, Google \uAC80\uC0C9(\uC77C\uBD80 \uD0A4\uC6CC\uB4DC), \uC2A4\uB178\uC6B0\uBCFC, \uB3D9\uC591\uC758 \uBD80, \uD4E8\uD22C\uB77C, \uD0C0\uC774\uAC70)\uC5D0\uC11C \uB3D9\uC77C\uD55C \uD0A4\uC6CC\uB4DC\uB97C \uC601\uC5B4\uB85C \uC790\uB3D9 \uAC80\uC0C9\uD558\uC5EC \uC624\uB978\uCABD\uC5D0 \uD45C\uC2DC\uD574 \uC90D\uB2C8\uB2E4. \uC774 \uAE30\uB2A5\uC774 \uD544\uC694\uD558\uC9C0 \uC54A\uC740 \uACBD\uC6B0 \uBE44\uD65C\uC131\uD654\uD560 \uC218 \uC788\uC2B5\uB2C8\uB2E4.",option:"\uC124\uC815",saveSettings:"\uC124\uC815 \uC800\uC7A5",closeModal:"\uCC3D \uB2EB\uAE30",enableInputTranslationWithoutTriggerKeyTitle:"{trailingKey}\uB97C 3\uBC88 \uBE60\uB974\uAC8C \uB204\uB974\uBA74 \uC804\uCCB4 \uC785\uB825 \uC0C1\uC790\uB97C{inputTargetLanguage}\uB85C \uBC14\uB85C \uBC88\uC5ED\uD560 \uC218 \uC788\uC2B5\uB2C8\uB2E4.",enableInputTranslationWithoutTriggerKeyDescription:"\uB300\uC0C1 \uC5B8\uC5B4\uB97C \uC9C0\uC815\uD558\uB824\uBA74 \uC55E\uC5D0 \uC5B8\uC5B4 \uCF54\uB4DC\uB97C \uBD99\uC785\uB2C8\uB2E4(\uC608:\uFF1Aja Hello World).",mouseHoverShortcutPlaceholder:"\uC608:\uFF1A\uC2DC\uD504\uD2B8",deepLProName:"\uBAB0\uC785\uD615 \uBC88\uC5ED \uD504\uB85C \uD68C\uC6D0(\uAD8C\uC7A5)",deepLProDescription:"\uD604\uC7AC \uD328\uD0A4\uC9C0\uB97C \uC9C1\uC811 \uC0AC\uC6A9\uD560 \uC218 \uC788\uC2B5\uB2C8\uB2E4.",deeplProDescriptionForNormal:"\uC124\uC815 \uD544\uC694 \uC5C6\uC74C, \uD68C\uC6D0\uC740 \uB85C\uADF8\uC778 \uD6C4 \uC0AC\uC6A9 \uAC00\uB2A5, <1>\uD68C\uC6D0\uC73C\uB85C \uC5C5\uADF8\uB808\uC774\uB4DC\uD558\uB824\uBA74 \uC5EC\uAE30\uB97C \uD074\uB9AD\uD558\uC138\uC694.",deepLCustomDescription:"\uC678\uAD6D \uC2E0\uC6A9 \uCE74\uB4DC \uD544\uC694, \uACF5\uC2DD\uC801\uC73C\uB85C \uAC1C\uC124\uB41C <1>DeepL,<2>\uBB38\uC11C\uB97C \uBCF4\uB824\uBA74 \uD074\uB9AD\uD558\uC138\uC694.",deepLCustomName:"\uC0AC\uC6A9\uC790 \uC9C0\uC815 \uC778\uC99D \uD0A4",chooseProviderLabel:"\uC11C\uBE44\uC2A4 \uC81C\uACF5\uC5C5\uCCB4 \uC120\uD0DD",openaiProName:"\uBAB0\uC785\uD615 \uBC88\uC5ED \uD504\uB85C \uD68C\uC6D0(\uAD8C\uC7A5)",openaiProDescription:"\uD604\uC7AC \uD328\uD0A4\uC9C0\uB97C \uC9C1\uC811 \uC0AC\uC6A9\uD560 \uC218 \uC788\uC2B5\uB2C8\uB2E4.",openaiProDescriptionForNormal:"\uC124\uC815\uC774 \uD544\uC694\uD558\uC9C0 \uC54A\uC73C\uBA70, \uD68C\uC6D0\uC740 \uB85C\uADF8\uC778 \uD6C4 \uC0AC\uC6A9\uD560 \uC218 \uC788\uC2B5\uB2C8\uB2E4. <1>\uD68C\uC6D0\uC73C\uB85C \uC5C5\uADF8\uB808\uC774\uB4DC\uD558\uB824\uBA74 \uC5EC\uAE30\uB97C \uD074\uB9AD\uD558\uC138\uC694.",openaiCustomDescription:"OpenAI, Azure OpenAI \uB610\uB294 \uAE30\uD0C0 \uD0C0\uC0AC \uC11C\uBE44\uC2A4\uC5D0\uC11C \uC0AC\uC6A9 \uAC00\uB2A5, <1>\uC124\uBA85\uC11C\uB97C \uBCF4\uB824\uBA74 \uC5EC\uAE30\uB97C \uD074\uB9AD\uD558\uC138\uC694.",openaiCustomName:"\uC0AC\uC6A9\uC790 \uC9C0\uC815 API \uD0A4",needLoginAction:"(\uACF5\uAC1C \uBA64\uBC84\uC2ED \uB610\uB294 \uC0AC\uC6A9\uC790 \uC9C0\uC815)",goLoginOrAction:"(\uBA64\uBC84\uC2ED\uC744 \uC5F4\uAC70\uB098 \uC124\uC815\uC73C\uB85C \uC774\uB3D9)",yearly:"\uC5F0\uAC04 \uC5F0\uC18D \uACB0\uC81C",quarterly:"\uC21C\uCC28\uC801 \uB798\uD551",monthly:"\uC6D4\uAC04 \uAD6C\uB3C5",yearlyForOnce:"\uC5F0\uAC04 1\uD68C \uD328\uD0A4\uC9C0",monthlyForOnce:"\uC6D4 1\uD68C \uD328\uD0A4\uC9C0",daily:"\uC5F0\uC18D \uD328\uD0B7 \uC77C\uC218",year:"\uC5F0\uAC04 \uC5F0\uC18D \uACB0\uC81C",quarter:"\uC21C\uCC28\uC801 \uB798\uD551",month:"\uC6D4\uAC04 \uAD6C\uB3C5",day:"\uC5F0\uC18D \uD328\uD0B7 \uC77C\uC218",onetime_7day:"7\uC77C \uCCB4\uD5D8 \uD329",currentPlanDescriptionForFree:"\uD604\uC7AC \uD328\uD0A4\uC9C0\uFF1A\uBB34\uB8CC",currentPlanDescriptionForContinuous:"\uD604\uC7AC \uD328\uD0A4\uC9C0\uFF1A{plan}\uB294 {endAt} \uC5D0\uC11C \uC790\uB3D9\uC73C\uB85C \uAC31\uC2E0\uB429\uB2C8\uB2E4.",currentPlanDescriptionForAutoRenewCaceling:"\uD604\uC7AC \uD328\uD0A4\uC9C0(\uFF1A{plan})\uB294 {endAt} \uC5D0\uC11C \uB9CC\uB8CC\uB418\uBA70 \uB9CC\uB8CC \uC2DC \uC790\uB3D9\uC73C\uB85C \uAC31\uC2E0\uB418\uC9C0 \uC54A\uC2B5\uB2C8\uB2E4.",currentYearlyPlanDescriptionForAutoRenewCacelingWithRealPaiedUser:"\uD604\uC7AC \uD328\uD0A4\uC9C0(\uFF1A{plan})\uB294 {endAt} \uC5D0\uC11C \uB9CC\uB8CC\uB418\uBA70 \uB9CC\uB8CC \uC2DC \uC790\uB3D9\uC73C\uB85C \uAC31\uC2E0\uB418\uC9C0 \uC54A\uC2B5\uB2C8\uB2E4.
<1>\uAC31\uC2E0 \uD50C\uB79C\uC744 \uAD00\uB9AC\uD558\uB824\uBA74 \uC5EC\uAE30\uB97C \uD074\uB9AD\uD558\uC138\uC694.",currentYearlyPlanDescriptionForAutoRenewCacelingWithAdmin:"\uD604\uC7AC \uD328\uD0A4\uC9C0(\uFF1A{plan})\uB294 {endAt} \uC5D0\uC11C \uB9CC\uB8CC\uB418\uBA70 \uB9CC\uB8CC \uC2DC \uC790\uB3D9\uC73C\uB85C \uAC31\uC2E0\uB418\uC9C0 \uC54A\uC2B5\uB2C8\uB2E4.
<1>\uC5F0\uAC04 \uC5F0\uC18D \uAD6C\uB3C5\uC744 \uD65C\uC131\uD654\uD558\uB824\uBA74 \uC5EC\uAE30\uB97C \uD074\uB9AD\uD558\uC138\uC694.",currentPlanDescriptionForOneTime:"\uD604\uC7AC \uAD6C\uB3C5\uFF1A{plan}\uC740 {endAt} \uC5D0\uC11C \uB9CC\uB8CC\uB418\uBA70, <1>\uC5F0\uAC04 \uB610\uB294 <2>\uC6D4\uAC04<1>\uBA64\uBC84\uC2ED\uC73C\uB85C \uC5C5\uADF8\uB808\uC774\uB4DC\uD558\uB824\uBA74 \uC5EC\uAE30\uB97C \uD074\uB9AD\uD558\uC138\uC694.",upgradePlan:"\uD504\uB85C \uBA64\uBC84\uC2ED\uC73C\uB85C \uC5C5\uADF8\uB808\uC774\uB4DC\uD558\uB824\uBA74 \uC5EC\uAE30\uB97C \uD074\uB9AD\uD558\uC138\uC694.",upgradeToPro:"\uD504\uB85C \uBA64\uBC84\uC2ED\uC73C\uB85C \uC5C5\uADF8\uB808\uC774\uB4DC","popup.openPro":"DeepL \uBC0F OpenAI \uBC88\uC5ED\uC744 \uC990\uAE30\uB824\uBA74 \uD504\uB85C \uBA64\uBC84\uC2ED\uC73C\uB85C \uC5C5\uADF8\uB808\uC774\uB4DC\uD558\uACE0 \uC5EC\uAE30\uB97C \uD074\uB9AD\uD558\uC5EC \uC5C5\uADF8\uB808\uC774\uB4DC\uD558\uC138\uC694!","popup.openProForPro":"\uADC0\uD558\uB294 DeepL \uBC0F OpenAI \uBC88\uC5ED\uC5D0 \uC9C1\uC811 \uC561\uC138\uC2A4\uD560 \uC218 \uC788\uB294 \uD504\uB85C \uD68C\uC6D0\uC785\uB2C8\uB2E4!",currentAccount:"\uACBD\uC0C1 \uACC4\uC815",enableAutoSyncUserSettings:"\uC5EC\uB7EC \uB514\uBC14\uC774\uC2A4\uC5D0\uC11C \uD074\uB77C\uC6B0\uB4DC \uC790\uB3D9 \uB3D9\uAE30\uD654 \uC0AC\uC6A9",modalEnableInputTranslationTitle:"\uBAB0\uC785\uD615 \uBC88\uC5ED \uC785\uB825 \uC0C1\uC790 \uBC88\uC5ED \uC54C\uB9BC",modalEnableInputTranslationDesc:"\uC2A4\uD398\uC774\uC2A4\uBC14\uB97C \uC5F0\uC18D\uD574\uC11C \uC138 \uBC88 \uBE60\uB974\uAC8C \uB20C\uB7EC \uBAB0\uC785\uD615 \uBC88\uC5ED\uC758 \uC785\uB825 \uC0C1\uC790 \uBC88\uC5ED\uC744 \uD2B8\uB9AC\uAC70\uD588\uC73C\uBA70, \uC785\uB825 \uC0C1\uC790\uC758 \uB0B4\uC6A9\uC774 \uAE30\uBCF8 \uB300\uC0C1 \uC5B8\uC5B4\uB85C \uBC88\uC5ED\uB429\uB2C8\uB2E4. \uBC88\uC5ED\uC740 Ctrl+Z\uB85C \uCDE8\uC18C\uD560 \uC218 \uC788\uC2B5\uB2C8\uB2E4.

\uBC88\uC5ED\uC774 \uC2E4\uC218\uC600\uB2E4\uBA74 \uC9C0\uAE08 \uBC14\uB85C \uBE44\uD65C\uC131\uD654\uD558\uAC70\uB098 \uC785\uB825 \uC0C1\uC790 \uBC88\uC5ED\uC744 \uC601\uAD6C\uC801\uC73C\uB85C \uBE44\uD65C\uC131\uD654\uD560 \uC218 \uC788\uC73C\uB2C8 \uAC71\uC815\uD558\uC9C0 \uB9C8\uC138\uC694.",saveAndNotShowAgain:"\uC800\uC7A5 \uBC0F \uD504\uB86C\uD504\uD2B8 \uC911\uC9C0",disableInputTranslationTips:"* {option} ,{learnMore}\uC5D0\uC11C \uB2E4\uB978 \uBC14\uB85C\uAC00\uAE30\uB97C \uD2B8\uB9AC\uAC70\uD558\uB3C4\uB85D \uC124\uC815\uD560 \uC218\uB3C4 \uC788\uC2B5\uB2C8\uB2E4.",learnMore:"\uC790\uC138\uD788 \uC54C\uC544\uBCF4\uB824\uBA74 \uC5EC\uAE30\uB97C \uD074\uB9AD\uD558\uC138\uC694.",continueEnalbeInputTranslation:"\uC785\uB825 \uC0C1\uC790 \uBC88\uC5ED \uACC4\uC18D \uD65C\uC131\uD654",autoRenewTrialSuffix:'(\uD3C9\uAC00\uD310 \uC0AC\uC6A9 \uC2DC\uC989\uC2DC \uC815\uC2DD \uBA64\uBC84\uC2ED\uC73C\uB85C \uC5C5\uADF8\uB808\uC774\uB4DC)',upgradeFromTrialTitle:"\uC815\uD68C\uC6D0\uC73C\uB85C \uC5C5\uADF8\uB808\uC774\uB4DC",subtitle:"\uBE44\uB514\uC624 \uCEA1\uC158",youtubeService:"\uBAB0\uC785 \uBC88\uC5ED \uBE44\uB514\uC624 \uC790\uB9C9 \uBC88\uC5ED \uC11C\uBE44\uC2A4","subtitle.disabledSubtitle":"\uB3D9\uC601\uC0C1 \uC790\uB9C9 \uAE30\uB2A5 \uC601\uAD6C \uBE44\uD65C\uC131\uD654\uD558\uAE30","subtitle.disabledSubtitleDescription":"\uBAB0\uC785\uD615 \uBC88\uC5ED\uAE30\uC758 \uBE44\uB514\uC624 \uC790\uB9C9\uC774 \uB2E4\uB978 \uD655\uC7A5 \uD504\uB85C\uADF8\uB7A8\uACFC \uCDA9\uB3CC\uD558\uB294 \uACBD\uC6B0, \uBAB0\uC785\uD615 \uBC88\uC5ED\uAE30\uC758 \uBE44\uB514\uC624 \uC790\uB9C9 \uAE30\uB2A5\uC744 \uC601\uAD6C\uC801\uC73C\uB85C \uBE44\uD65C\uC131\uD654\uD558\uAC70\uB098 \uCDA9\uB3CC\uD558\uB294 \uB2E4\uB978 \uD655\uC7A5 \uD504\uB85C\uADF8\uB7A8\uC744 \uC81C\uAC70\uD558\uB3C4\uB85D \uC120\uD0DD\uD560 \uC218 \uC788\uC2B5\uB2C8\uB2E4.","subtitle.autoEnableSubtitle":"\uC774\uC911 \uC5B8\uC5B4 \uC790\uB9C9 \uC790\uB3D9 \uC0AC\uC6A9","subtitle.autoEnableSubtitleDescription":"\uC0AC\uC6A9\uD558\uBA74 \uBE44\uB514\uC624\uAC00 \uC7AC\uC0DD\uB420 \uB54C \uC790\uB3D9\uC73C\uB85C \uC774\uC911 \uC5B8\uC5B4 \uC790\uB9C9\uC774 \uD45C\uC2DC\uB418\uBA70, \uADF8\uB807\uC9C0 \uC54A\uC73C\uBA74 \uBC88\uC5ED \uBC84\uD2BC\uC744 \uD074\uB9AD\uD574\uC57C \uD45C\uC2DC\uB429\uB2C8\uB2E4.","subtitle.preTranslation":"\uBAB0\uC785\uD615 \uBC88\uC5ED\uC744 \uC0AC\uC6A9\uD558\uC5EC \uC790\uB9C9 \uBC88\uC5ED\uD558\uAE30","subtitle.preTranslationDescription":"\uD65C\uC131\uD654\uD558\uBA74 \uC544\uB798\uC5D0 \uBA85\uC2DC\uB41C \uBC88\uC5ED \uC11C\uBE44\uC2A4\uB97C \uC0AC\uC6A9\uD558\uC5EC \uC804\uCCB4 \uC790\uB9C9\uC774 \uC0AC\uC804 \uBC88\uC5ED\uB418\uBA70, 1\uC2DC\uAC04 \uBD84\uB7C9\uC758 \uB3D9\uC601\uC0C1\uC740 \uC57D 50,000 \uD1A0\uD070 \uB610\uB294 \uBB38\uC790\uB97C \uC18C\uBAA8\uD558\uBBC0\uB85C \uC2E0\uC911\uD558\uAC8C \uC0AC\uC6A9\uD558\uC2DC\uAE30 \uBC14\uB77C\uBA70, \uBE44\uD65C\uC131\uD654\uD558\uBA74 \uC6D0\uBCF8 \uC790\uB9C9\uC774 \uBA3C\uC800 \uC0AC\uC6A9\uB429\uB2C8\uB2E4.","subtitle.humanSubtitlesPreferred":"\uD734\uBA3C \uCEA1\uC158 \uC6B0\uC120 \uC0AC\uC6A9","subtitle.humanSubtitlesPreferredDescription":"\uB3D9\uC601\uC0C1\uC5D0 \uB300\uC0C1 \uC5B8\uC5B4\uB85C \uB41C \uC0AC\uB78C \uC790\uB9C9\uC774 \uC788\uB294 \uACBD\uC6B0 \uC0AC\uB78C \uC790\uB9C9\uC744 \uC6B0\uC120\uC801\uC73C\uB85C \uC0AC\uC6A9\uD569\uB2C8\uB2E4(\uAD8C\uC7A5).",videoSubtitleTranslationDescription:"\uB3D9\uC601\uC0C1 \uC790\uB9C9\uC744 \uC704\uD55C \uBCC4\uB3C4\uC758 \uBC88\uC5ED \uC11C\uBE44\uC2A4 \uC9C0\uC815",subtitleTranslating:"{service} \uC11C\uBE44\uC2A4\uB97C \uC0AC\uC6A9\uD558\uC5EC \uC790\uB9C9\uC744 \uBC88\uC5ED\uD558\uB294 \uB3D9\uC548 \uC7A0\uC2DC \uAE30\uB2E4\uB824\uC8FC\uC138\uC694... (\uBAB0\uC785 \uBC88\uC5ED)",subtitleLoading:"\uC790\uB9C9 \uB85C\uB4DC \uC911...",bilingual:"\uC774\uC911 \uC5B8\uC5B4 \uC0AC\uC6A9","field.action":"\uBC14\uC774\uB450 \uC6A9\uC5B4 \uC0AC\uC6A9 \uC5EC\uBD80","description.action":"\uD65C\uC131\uD654\uD558\uBA74 \uC694\uCCAD\uC5D0 action=1 \uB9E4\uAC1C\uBCC0\uC218\uAC00 \uCD94\uAC00\uB418\uC5B4 \uBC14\uC774\uB450\uC5D0 \uD65C\uC131\uD654\uB41C \uC6A9\uC5B4\uB97C \uC54C\uB9B4 \uC218 \uC788\uC73C\uBA70, <1>\uC790\uC138\uD55C \uB0B4\uC6A9\uC740 \uACF5\uC2DD \uBB38\uC11C\uB97C \uCC38\uC870\uD558\uC138\uC694.",closeQuickTranslation:"\uD638\uBC84\uBCFC \uB2EB\uAE30","closeQuickTranslation.untilNext":"\uB2E4\uC74C \uBC29\uBB38 \uC2DC\uAE4C\uC9C0 \uD734\uBB34\uC785\uB2C8\uB2E4.","closeQuickTranslation.currentWebsite":"\uD604\uC7AC \uC0AC\uC774\uD2B8 \uBE44\uD65C\uC131\uD654","closeQuickTranslation.alwaysClose":"\uC601\uAD6C\uC801\uC73C\uB85C \uBE44\uD65C\uC131\uD654","closeQuickTranslation.settingOpen":"( <1>\uC124\uC815 \uD398\uC774\uC9C0\uC5D0\uC11C \uCF1C\uAE30 \uAC00\uB2A5)","closeQuickTranslation.cancel":"\uCDE8\uC18C","closeQuickTranslation.confirm":"\uC815\uC758","floatBall.popup":"\uBE60\uB978 \uC124\uC815 \uD328\uB110 \uC5F4\uAE30","floatBall.translate":"\uD074\uB9AD\uD558\uC5EC \uD398\uC774\uC9C0 \uBC88\uC5ED\uD558\uAE30","floatBall.showOriginal":"\uC6D0\uBCF8 \uBB38\uC11C\uB85C \uB3CC\uC544\uAC00\uB824\uBA74 \uD074\uB9AD\uD558\uC138\uC694.","floatBall.close":"\uD638\uBC84\uBCFC \uB2EB\uAE30","floatBallOptions.enableDescPc":"\uD398\uC774\uC9C0 \uD638\uBC84\uBCFC\uC744 \uD65C\uC131\uD654\uD558\uBA74 \uD398\uC774\uC9C0 \uC624\uB978\uCABD\uC5D0 \uBE60\uB978 \uBC88\uC5ED \uBC84\uD2BC\uC774 \uD45C\uC2DC\uB418\uBA70, \uC774\uB97C \uD074\uB9AD\uD558\uBA74 \uBC88\uC5ED\uD560 \uC218 \uC788\uC2B5\uB2C8\uB2E4!","floatBallOptions.enableDesc":"\uD638\uBC84\uBCFC\uC744 \uB044\uACE0 \uB098\uBA74{touch}\uC73C\uB85C \uBD88\uB7EC\uC62C \uC218 \uC788\uC2B5\uB2C8\uB2E4. \uC2E4\uC218\uB85C \uC774 \uC635\uC158\uC744 \uB048 \uD6C4 \uD638\uBC84\uBCFC\uC744 \uCC3E\uC744 \uC218 \uC5C6\uB294 \uACBD\uC6B0\uB97C \uB300\uBE44\uD574 \uC774 \uC124\uC815 \uD398\uC774\uC9C0\uB97C \uBD81\uB9C8\uD06C\uC5D0 \uCD94\uAC00\uD574 \uB450\uB294 \uAC83\uC774 \uC88B\uC2B5\uB2C8\uB2E4!","description.azureApiUrl":"\uC0AC\uC6A9\uC790 \uC9C0\uC815 API \uC778\uD130\uD398\uC774\uC2A4\uC758 \uC8FC\uC18C\uB97C \uC785\uB825\uD569\uB2C8\uB2E4.",confirmSupportMouse:"\uB9C8\uC6B0\uC2A4 \uC9C0\uC6D0 \uAC15\uC81C \uD65C\uC131\uD654",confirmSupportMouseDescription:"\uD604\uC7AC \uBE0C\uB77C\uC6B0\uC800\uAC00 \uB9C8\uC6B0\uC2A4 \uAE30\uB2A5\uC744 \uC9C0\uC6D0\uD558\uC9C0 \uC54A\uB294 \uAC83\uC73C\uB85C \uAC10\uC9C0\uB418\uBA74 \uB9C8\uC6B0\uC2A4 \uC9C0\uC6D0\uC744 \uAC15\uC81C\uB85C \uD65C\uC131\uD654\uD574\uC57C \uD558\uB098\uC694?",sampleTargetText:"\uAE34 \uBC24\uC774 \uC62C \uAC83\uC774\uB2C8, \uB098\uB294 \uC624\uB298\uBD80\uD130 \uC8FD\uC744 \uB54C\uAE4C\uC9C0 \uBCF4\uCD08\uB97C \uC124 \uAC83\uC774\uB2E4. \uB098\uB294 \uC544\uB0B4\uB97C \uCDE8\uD558\uC9C0 \uC54A\uC744 \uAC83\uC774\uBA70, \uB3D9\uB9F9\uC744 \uB9FA\uC9C0 \uC54A\uC744 \uAC83\uC774\uBA70, \uC790\uC2DD\uC744 \uB0B3\uC9C0 \uC54A\uC744 \uAC83\uC774\uB2E4. \uB098\uB294 \uC655\uAD00\uC744 \uC4F0\uC9C0 \uC54A\uC744 \uAC83\uC774\uBA70 \uBA85\uC608\uB97C \uC704\uD574 \uB178\uB825\uD558\uC9C0 \uC54A\uC744 \uAC83\uC774\uB2E4. \uB098\uB294 \uB0B4 \uC758\uBB34\uB97C \uB2E4\uD558\uACE0 \uC0B4\uB2E4\uAC00 \uC8FD\uC744 \uAC83\uC785\uB2C8\uB2E4.",sampleSourceText:"Night gathers, and now my watch begins. It shall not end until my death. I shall take no wife, hold no lands, father no children. I shall wear no crowns and win no glory. I shall live and die at my post.","subtitle.supportedSites":"\u5DF2\u652F\u6301\u5728\u8FD9\u4E9B\u7F51\u7AD9\u4F7F\u7528\u53CC\u8BED\u5B57\u5E55\uFF08\u6CE8\u610F\uFF1A\u7531\u4E8E\u6280\u672F\u9650\u5236\uFF0C\u90E8\u5206\u7F51\u7AD9\u5728\u9996\u6B21\u5F00\u542F\u5B57\u5E55\u540E\u9700\u8981\u91CD\u65B0\u5237\u65B0\u9875\u9762\uFF0C\u6216\u8005\u9700\u7B49\u5F85\u7FFB\u8BD1\u5B8C\u6210\u4EE5\u663E\u793A\u53CC\u8BED\u5B57\u5E55\uFF09\uFF1A",viewWithImmersiveTranslate:"\u53CC\u8BED\u7248\u672C(\u6C89\u6D78\u5F0F\u7FFB\u8BD1)",errorReason:"\u9519\u8BEF\u539F\u56E0\uFF1A{message}","proQuotaExceededError.onetime7day":'\uFF0C\u60A8\u53EF\u4EE5\u9009\u62E9\u4EE5\u4E0B\u65B9\u5F0F\u89E3\u51B3\uFF1A

1. \u5207\u6362\u5230 {anotherService} \u6216\u5176\u4ED6\u7FFB\u8BD1\u670D\u52A1
2. \u5347\u7EA7\u4E3A\u6708\u5EA6/\u5E74\u5EA6\u4F1A\u5458',"proQuotaExceededError.trial":'\uFF0C\u60A8\u53EF\u4EE5\u9009\u62E9\u4EE5\u4E0B\u65B9\u5F0F\u89E3\u51B3\uFF1A

1. \u5207\u6362\u5230 {anotherService} \u6216\u5176\u4ED6\u7FFB\u8BD1\u670D\u52A1
2. \u7ACB\u523B\u5347\u7EA7\u4E3A\u6B63\u5F0F\u4F1A\u5458',"proQuotaExceededError.nonTrial":'\uFF0C\u60A8\u53EF\u4EE5\u9009\u62E9\u4EE5\u4E0B\u65B9\u5F0F\u89E3\u51B3\uFF1A

1. \u5207\u6362\u5230 {anotherService} \u6216\u5176\u4ED6\u7FFB\u8BD1\u670D\u52A1
2. \u8D2D\u4E70 {translationService} \u989D\u5916\u6D41\u91CF\u5305',"proQuotaExceededError.resetTime":"
3. \u989D\u5EA6\u91CD\u7F6E\u65F6\u95F4\uFF1A{resetTime}","desc.touchShortcutsToggleTranslatePageOnlyTranslation":"\uBC88\uC5ED\uBB38\uB9CC\uC774\uB77C\uB294 \uAC83\uC740 \uBC88\uC5ED\uBB38\uB9CC \uD45C\uC2DC\uD558\uBA70, \uC6F9\uD398\uC774\uC9C0\uAC00 \uC544\uC9C1 \uBC88\uC5ED\uB418\uC9C0 \uC54A\uC558\uB2E4\uBA74 \uBAA8\uB4DC\uB97C \uC804\uD658\uD558\uACE0 \uBC88\uC5ED\uD560 \uAC83\uC785\uB2C8\uB2E4.","desc.toggleOnlyTransation":"\uC624\uC9C1 \uBC88\uC5ED \uBAA8\uB4DC\uB294 \uBC88\uC5ED\uBB38\uB9CC \uD45C\uC2DC\uD558\uB294 \uAC83\uC744 \uC758\uBBF8\uD558\uBA70, \uC6F9\uD398\uC774\uC9C0\uAC00 \uC544\uC9C1 \uBC88\uC5ED\uB418\uC9C0 \uC54A\uC558\uB2E4\uBA74 \uBAA8\uB4DC\uB97C \uC804\uD658\uD558\uACE0 \uBC88\uC5ED\uD560 \uAC83\uC785\uB2C8\uB2E4.",touchShortcutsToggleTranslatePageOnlyTranslation:"\uD130\uCE58 \uC2A4\uD06C\uB9B0 \uC81C\uC2A4\uCC98\uB97C \uC124\uC815\uD558\uC5EC \uC774\uC911 \uC5B8\uC5B4/\uBC88\uC5ED \uD14D\uC2A4\uD2B8 \uC804\uC6A9 \uBAA8\uB4DC\uB97C \uC804\uD658\uD558\uC138\uC694.",download_started:"\uB2E4\uC6B4\uB85C\uB4DC\uAC00 \uC774\uBBF8 \uC2DC\uC791\uB418\uC5C8\uC2B5\uB2C8\uB2E4. \uC790\uB3D9\uC73C\uB85C \uB2E4\uC6B4\uB85C\uB4DC\uB418\uC9C0 \uC54A\uB294 \uACBD\uC6B0, \uC218\uB3D9\uC73C\uB85C \uD074\uB9AD\uD558\uC2ED\uC2DC\uC624.",here:"\uC5EC\uAE30","error.serveConfigError":"\uC11C\uBE44\uC2A4 \uAD6C\uC131 \uC624\uB958","translationFont.customPlaceholder":"\uAE00\uAF34","error.configError":"\uAD6C\uC131 \uB370\uC774\uD130 \uC774\uC0C1","error.goReset":"\uC7AC\uC124\uC815\uD558\uB2E4","touch.mouse-translate":"\uC9C0\uC815\uB41C \uB2E8\uB77D \uBC88\uC5ED",batchEdit:"\uB300\uB7C9 \uC791\uC5C5","translationModeUrl.translation.title":"\uBC88\uC5ED\uB9CC \uBAA8\uB4DC\uC758 \uC6F9\uC0AC\uC774\uD2B8","translationFont.custom":"\uC0AC\uC6A9\uC790 \uC815\uC758 \uAE00\uAF34 \uC785\uB825",translationFont:"\uAE00\uAF34 \uC124\uC815","translationServices.inherit":"\uC8FC \uBC88\uC5ED \uC11C\uBE44\uC2A4\uB97C \uB530\uB974\uC2ED\uC2DC\uC624",detectServiceLoading:"\uC0AC\uC6A9 \uAC00\uB2A5\uD55C \uBC88\uC5ED \uC11C\uBE44\uC2A4\uB97C \uD655\uC778 \uC911\uC785\uB2C8\uB2E4...",toggleToService:"{service}\uB85C \uC804\uD658\uD558\uACE0 \uB2E4\uC2DC \uC2DC\uB3C4\uD558\uC2ED\uC2DC\uC624.","translationModeLang.translation.title":"\uB2E8\uC21C \uBC88\uC5ED \uBAA8\uB4DC\uC758 \uC5B8\uC5B4","error.502":"\uC11C\uBE44\uC2A4\uAC00 \uC624\uB958\uB97C \uBC18\uD658\uD588\uC2B5\uB2C8\uB2E4, \uC11C\uBE44\uC2A4\uAC00 \uC2DC\uAC04 \uCD08\uACFC\uB418\uC5C8\uC2B5\uB2C8\uB2E4. \uC7A0\uC2DC \uD6C4 \uB2E4\uC2DC \uC2DC\uB3C4\uD574 \uC8FC\uC138\uC694.","error.proUpgrade":"\uC5C5\uADF8\uB808\uC774\uB4DC \uD6C4\uC5D0\uB294 \uD398\uC774\uC9C0\uB97C \uC0C8\uB85C \uACE0\uCE68\uD558\uC5EC \uB2E4\uC2DC \uBC88\uC5ED\uD558\uC2ED\uC2DC\uC624.","error.reloadPageOfSetting":"\uAD6C\uC131 \uD6C4\uC5D0\uB294 \uD398\uC774\uC9C0\uB97C \uC0C8\uB85C \uACE0\uCE68\uD558\uC5EC \uB2E4\uC2DC \uBC88\uC5ED\uD558\uC2ED\uC2DC\uC624.","translationModeLang.translation.description":"\uD398\uC774\uC9C0 \uC5B8\uC5B4\uAC00 \uB2E4\uC74C \uC5B8\uC5B4\uC77C \uB54C, \uC790\uB3D9\uC73C\uB85C \uBC88\uC5ED\uBB38\uB9CC \uBAA8\uB4DC\uB97C \uC0AC\uC6A9\uD569\uB2C8\uB2E4.","error.proTokenInvalid":"Pro \uC0AC\uC6A9\uC790\uC774\uC2DC\uB77C\uBA74, \uB85C\uADF8\uC778 \uD6C4 Pro \uBC88\uC5ED \uC11C\uBE44\uC2A4\uB97C \uC774\uC6A9\uD574 \uC8FC\uC138\uC694.","error.403":"\uC11C\uBE44\uC2A4\uAC00 \uC624\uB958\uB97C \uBC18\uD658\uD558\uC600\uC2B5\uB2C8\uB2E4, \uC7A0\uC2DC \uD574\uB2F9 \uC11C\uBE44\uC2A4\uC5D0 \uC811\uADFC\uD560 \uAD8C\uD55C\uC774 \uC5C6\uC2B5\uB2C8\uB2E4.","error.googleLimitIp":"\uC11C\uBE44\uC2A4\uAC00 \uC624\uB958\uB97C \uBC18\uD658\uD588\uC73C\uBA70, Google \uC11C\uBE44\uC2A4\uB294 \uD574\uB2F9 IP \uC8FC\uC18C\uC5D0 \uB300\uD574 \uC81C\uD55C\uC744 \uB450\uC5C8\uC2B5\uB2C8\uB2E4. \uB124\uD2B8\uC6CC\uD06C \uB178\uB4DC\uB97C \uBCC0\uACBD\uD558\uB294 \uAC83\uC774 \uC88B\uC2B5\uB2C8\uB2E4.",videoSubtitlePreTranslationOff:"\uBE44\uB514\uC624 \uC790\uB9C9\uC740 \uC6D0\uB798 \uBE44\uB514\uC624\uC5D0 \uD3EC\uD568\uB41C \uAE30\uACC4 \uBC88\uC5ED \uC790\uB9C9\uC744 \uC6B0\uC120\uC801\uC73C\uB85C \uC0AC\uC6A9\uD560 \uAC83\uC785\uB2C8\uB2E4.",videoSubtitlePreTranslationOn:"\uBE44\uB514\uC624 \uC790\uB9C9\uC740 \uC6B0\uC120\uC801\uC73C\uB85C \uBAB0\uC785\uD615 \uBC88\uC5ED\uC744 \uC0AC\uC6A9\uD560 \uAC83\uC785\uB2C8\uB2E4.",enableSentryReport:"\uD655\uC7A5\uC774 \uC624\uB958\uB97C \uC77C\uC73C\uD0AC \uB54C Sentry\uB97C \uC0AC\uC6A9\uD558\uC5EC \uD53C\uB4DC\uBC31\uC744 \uC81C\uCD9C\uD558\uC2ED\uC2DC\uC624.","translationModeUrl.translation.description":"\uB2E4\uC74C \uB3C4\uBA54\uC778\uC5D0 \uB300\uD55C \uC6F9\uC0AC\uC774\uD2B8\uC77C \uACBD\uC6B0, \uC790\uB3D9\uC73C\uB85C \uBC88\uC5ED\uBB38\uB9CC \uBAA8\uB4DC\uB97C \uC0AC\uC6A9\uD569\uB2C8\uB2E4.","error.openAIExceededQuota":"\uC11C\uBE44\uC2A4 \uC624\uB958 \uBC18\uD658: \uD604\uC7AC OpenAI \uACC4\uC815 \uC794\uC561\uC774 \uBD80\uC871\uD569\uB2C8\uB2E4. OpenAI \uACF5\uC2DD \uAD00\uB9AC \uD398\uC774\uC9C0\uC5D0\uC11C \uCDA9\uC804\uD558\uAC70\uB098 \uC2E0\uC6A9\uCE74\uB4DC\uB97C \uC5F0\uACB0\uD574\uC8FC\uC138\uC694.","error.400":"\uC11C\uBE44\uC2A4\uAC00 \uC624\uB958\uB97C \uBC18\uD658\uD588\uC2B5\uB2C8\uB2E4. \uC694\uCCAD \uB9E4\uAC1C\uBCC0\uC218\uAC00 \uC798\uBABB\uB418\uC5C8\uC2B5\uB2C8\uB2E4. \uD574\uB2F9 \uC124\uC815\uC744 \uD655\uC778\uD558\uC2ED\uC2DC\uC624.","error.gemini.429":"\uD604\uC7AC Gemini \uC11C\uBE44\uC2A4\uC758 \uD604\uC7AC \uBD80\uD558 \uC6A9\uB7C9\uC774 \uCD5C\uB300\uC5D0 \uB3C4\uB2EC\uD588\uC2B5\uB2C8\uB2E4. \uC7A0\uC2DC \uD6C4\uC5D0 \uB2E4\uC2DC \uC2DC\uB3C4\uD558\uAC70\uB098 \uB2E4\uB978 \uBC88\uC5ED \uC11C\uBE44\uC2A4\uB85C \uC804\uD658\uD574 \uC8FC\uC138\uC694.","translationFont.notSupportErrorMessage":"\uC785\uB825\uD558\uC2E0 \uAE00\uAF34 \uC774\uB984\uC774 \uC815\uD655\uD55C\uC9C0 \uD655\uC778\uD558\uC2DC\uAC70\uB098, \uD574\uB2F9 \uAE00\uAF34\uC774 \uADC0\uD558\uC758 \uC7A5\uCE58\uC5D0 \uC124\uCE58\uB418\uC5B4 \uC788\uB294\uC9C0 \uD655\uC778\uD574 \uC8FC\uC138\uC694.","error.openAIFreeLimit":"\uC11C\uBE44\uC2A4\uAC00 \uC624\uB958\uB97C \uBC18\uD658\uD588\uC2B5\uB2C8\uB2E4. \uD604\uC7AC \uBC88\uC5ED \uC694\uCCAD \uBE48\uB3C4\uAC00 \uBD84\uB2F9 \uCD5C\uB300 3\uD68C\uB85C \uC81C\uD55C\uB418\uC5C8\uC2B5\uB2C8\uB2E4. \uC7A0\uC2DC \uD6C4 \uB2E4\uC2DC \uC2DC\uB3C4\uD558\uC2ED\uC2DC\uC624. (\uC774\uAC83\uC740 OpenAI \uACF5\uC2DD\uC774 \uBB34\uB8CC API Key\uC5D0 \uB300\uD55C \uC81C\uD55C\uC774\uBA70, \uC774 \uC81C\uD55C\uC744 \uD574\uC81C\uD558\uB824\uBA74 OpenAI \uAD00\uB9AC \uBC31\uC5D4\uB4DC\uC5D0\uC11C \uC2E0\uC6A9\uCE74\uB4DC\uB97C \uC5F0\uACB0\uD558\uC2ED\uC2DC\uC624.)","desc.toggleVideoSubtitlePreTranslation":"\uB204\uB974\uBA74 \uBE44\uB514\uC624\uC758 \uC774\uC911 \uC5B8\uC5B4 \uC790\uB9C9\uC740 \uC6B0\uC120\uC801\uC73C\uB85C \uBAB0\uC785\uD615 \uBC88\uC5ED \uC124\uC815\uC744 \uC0AC\uC6A9\uD558\uACE0, \uB2E4\uC2DC \uB204\uB974\uBA74 \uC6D0\uB798 \uBE44\uB514\uC624\uC5D0 \uB0B4\uC7A5\uB41C \uAE30\uACC4 \uBC88\uC5ED \uC790\uB9C9\uC744 \uC6B0\uC120\uC801\uC73C\uB85C \uC0AC\uC6A9\uD569\uB2C8\uB2E4. \uC8FC\uC758: \uC774 \uB2E8\uCD95\uD0A4\uB294 \uC804\uC5ED \uC124\uC815\uC744 \uC218\uC815\uD569\uB2C8\uB2E4.","error.429":"\uC11C\uBE44\uC2A4\uAC00 \uC624\uB958\uB97C \uBC18\uD658\uD588\uC2B5\uB2C8\uB2E4. \uC774\uB294 \uC694\uCCAD\uC774 \uB108\uBB34 \uC790\uC8FC \uBC1C\uC0DD\uD558\uAC70\uB098 \uD560\uB2F9\uB7C9 \uC81C\uD55C\uC744 \uCD08\uACFC\uD588\uC74C\uC744 \uB098\uD0C0\uB0C5\uB2C8\uB2E4. \uC7A0\uC2DC \uD6C4\uC5D0 \uB2E4\uC2DC \uC2DC\uB3C4\uD558\uC2ED\uC2DC\uC624.","error.serveUnavailable":"\uD604\uC7AC \uC0AC\uC6A9 \uC911\uC778 [{serverName}] \uC11C\uBE44\uC2A4\uB294 \uB124\uD2B8\uC6CC\uD06C \uC5F0\uACB0 \uB610\uB294 \uC11C\uBE44\uC2A4 \uC81C\uACF5\uC790\uC758 \uBB38\uC81C\uB85C \uC778\uD574 \uC77C\uC2DC\uC801\uC73C\uB85C \uC811\uC18D\uD560 \uC218 \uC5C6\uC2B5\uB2C8\uB2E4. \uD398\uC774\uC9C0\uB97C \uC0C8\uB85C \uACE0\uCE68\uD558\uAC70\uB098 <1>\uC124\uC815\uC744 \uD1B5\uD574 \uB2E4\uB978 \uBC88\uC5ED \uC11C\uBE44\uC2A4\uB85C \uBCC0\uACBD\uD574 \uBCF4\uC2DC\uB294 \uAC83\uC744 \uAD8C\uC7A5\uD569\uB2C8\uB2E4. <2>Pro \uD68C\uC6D0\uC774\uC2DC\uB77C\uBA74, \uB354 \uC548\uC815\uC801\uC778 DeepL \uB610\uB294 OpenAI \uBC88\uC5ED \uC11C\uBE44\uC2A4\uB97C \uC0AC\uC6A9\uD560 \uC218 \uC788\uC2B5\uB2C8\uB2E4(<3>\uC5EC\uAE30\uB97C \uD074\uB9AD\uD558\uC2DC\uBA74 \uBB34\uB8CC\uB85C \uCCB4\uD5D8\uD558\uC2E4 \uC218 \uC788\uC2B5\uB2C8\uB2E4). \uB610\uD55C, \uB124\uD2B8\uC6CC\uD06C \uB610\uB294 \uD504\uB85D\uC2DC \uC124\uC815\uC744 \uD655\uC778\uD574\uC57C \uD560 \uC218\uB3C4 \uC788\uC2B5\uB2C8\uB2E4.",pickAll:"\uC804\uCCB4 \uC120\uD0DD","error.reason":"\uC624\uB958 \uC6D0\uC778","error.retry":"\uB2E4\uC2DC \uC2DC\uB3C4\uD558\uB2E4","widget.instruction":"\uC0AC\uC6A9 \uC124\uBA85\uC11C",notLogin:"\uB85C\uADF8\uC778\uD558\uC9C0 \uC54A\uC74C",loggedIn:"\uB85C\uADF8\uC778 \uB418\uC5C8\uC2B5\uB2C8\uB2E4",touchShortcutsOff:"\uB2EB\uAE30",goLogin:"\uB85C\uADF8\uC778\uD558\uC2ED\uC2DC\uC624","widget.videoSubtitle":"\uBE44\uB514\uC624 \uC790\uB9C9","multipleClick.2":"\uB354\uBE14 \uD074\uB9AD","widget.translateFile":"PDF/ePub",shortcutSettings:"\uB2E8\uCD95\uD0A4","tagsInput.add":"+ \uCD94\uAC00",translationOnlyMode:"\uC624\uC9C1 \uBC88\uC5ED \uBAA8\uB4DC\uB9CC",shortcutSettingsTitle:"\uB2E8\uCD95\uD0A4 \uC124\uC815","translationServices.gemini":"\uC30D\uB465\uC774\uC790\uB9AC","multipleClick.4":"\uB124 \uBC88 \uC5F0\uC18D \uD0C0\uACA9","floatBall.iKnow":"\uB098\uB294 \uC54C\uC558\uC5B4","widget.instructionTooltip":"\uC0AC\uC6A9 \uC124\uBA85\uC11C\uB97C \uD655\uC778\uD558\uC2ED\uC2DC\uC624","multipleClick.3":"\uD2B8\uB9AC\uD50C \uD788\uD2B8",paragraphMinTextCountField:"\uBC88\uC5ED \uB2E8\uB77D\uC5D0 \uD544\uC694\uD55C \uCD5C\uC18C \uBB38\uC790 \uC218","shortcutGroup.shortcutsForTranslationServices":"\uBC88\uC5ED \uC11C\uBE44\uC2A4 \uAD00\uB828 \uB2E8\uCD95\uD0A4",temprarilyChangeTranslationTo_openai:"\uD604\uC7AC \uD398\uC774\uC9C0\uB97C OpenAI\uB85C \uBC88\uC5ED\uD558\uACE0 \uC788\uC2B5\uB2C8\uB2E4.","browser.translateWithGoogle":"\uD604\uC7AC \uD398\uC774\uC9C0\uB97C \uC784\uC2DC\uB85C Google \uBC88\uC5ED \uC0AC\uC6A9\uD558\uAE30",mouseHoverCustomKeyTitle:"\uC0AC\uC6A9\uC790 \uC815\uC758 \uB9C8\uC6B0\uC2A4 \uD638\uBC84 \uB2E8\uCD95\uD0A4","slide.left":"\uC624\uB978\uCABD\uC73C\uB85C \uC2AC\uB77C\uC774\uB4DC\uD558\uC138\uC694","browser.translateInputBox":"\uD604\uC7AC \uC785\uB825 \uC0C1\uC790 \uB0B4\uC6A9 \uBC88\uC5ED","intro.floatBallTitle":"\uBE60\uB978 \uBC88\uC5ED \uD50C\uB85C\uD305 \uBCFC","shortcutGroup.touch":"\uD130\uCE58 \uC2A4\uD06C\uB9B0 \uC804\uC6A9 \uC81C\uC2A4\uCC98","widget.videoSubtitleTooltip":"Youtube \uB4F1 {count}+ \uBE44\uB514\uC624 \uC6F9\uC0AC\uC774\uD2B8\uB97C \uC9C0\uC6D0\uD569\uB2C8\uB2E4","intro.subtitleTitle":"\uC628\uB77C\uC778 \uBE44\uB514\uC624 \uC774\uC911 \uC5B8\uC5B4 \uC790\uB9C9 \uD45C\uC2DC","subtitle.autoDisableSubtitle":"\uC790\uB3D9\uC73C\uB85C \uC774\uC911 \uC5B8\uC5B4 \uC790\uB9C9\uC744 \uD65C\uC131\uD654\uD558\uC9C0 \uC54A\uC2B5\uB2C8\uB2E4",temprarilyChangeTranslationTo_bing:"\uD604\uC7AC \uD398\uC774\uC9C0\uB97C Microsoft \uBC88\uC5ED\uC744 \uC0AC\uC6A9\uD558\uC5EC \uBC88\uC5ED\uD558\uACE0 \uC788\uC2B5\uB2C8\uB2E4.","slide.right":"\uC67C\uCABD\uC73C\uB85C \uC2AC\uB77C\uC774\uB4DC\uD558\uC138\uC694","widget.translateFileTooltip":"PDF, EPUB, SRT, ASS, HTML \uBC0F TXT \uBB38\uC11C \uBC88\uC5ED","intro.hoverTitle":"\uB9C8\uC6B0\uC2A4\uB97C \uB193\uC73C\uBA74 \uD604\uC7AC \uB2E8\uB77D\uC774 \uBC88\uC5ED\uB429\uB2C8\uB2E4.",temprarilyChangeTranslationTo_gemini:"\uD604\uC7AC \uD398\uC774\uC9C0\uB97C Gemini\uB85C \uBC88\uC5ED\uD558\uACE0 \uC788\uC2B5\uB2C8\uB2E4.","shortcutGroup.mouse":"\uB9C8\uC6B0\uC2A4 \uD638\uBC84 \uB2E8\uCD95\uD0A4 \uC124\uC815",temprarilyChangeTranslationTo_google:"\uD604\uC7AC \uD398\uC774\uC9C0\uB97C Google \uBC88\uC5ED\uC744 \uC0AC\uC6A9\uD558\uC5EC \uBC88\uC5ED\uD558\uACE0 \uC788\uC2B5\uB2C8\uB2E4.",neverTranslateThisSite:"\uC774 \uC6F9\uC0AC\uC774\uD2B8\uB97C \uC808\uB300 \uBC88\uC5ED\uD558\uC9C0 \uB9C8\uC2ED\uC2DC\uC624.","subtitle.bilingual":"\uC774\uC911 \uC5B8\uC5B4 \uC790\uB9C9",alwaysTranslateThisSite:"\uD56D\uC0C1 \uC774 \uC6F9\uC0AC\uC774\uD2B8\uB97C \uBC88\uC5ED\uD569\uB2C8\uB2E4",buildSnapshots:"\uC6F9\uD398\uC774\uC9C0 \uC2A4\uB0C5\uC0F7 \uC0DD\uC131","error.subscriptionExpiredTitle":"\uD68C\uC6D0\uC774 \uB9CC\uB8CC\uB418\uC5C8\uC2B5\uB2C8\uB2E4",notLoginPro:"\uB2F9\uC2E0\uC740 \uC544\uC9C1 \uD68C\uC6D0 \uACC4\uC815\uC5D0 \uB85C\uADF8\uC778\uD558\uC9C0 \uC54A\uC558\uC2B5\uB2C8\uB2E4.","browser.translateWithGemini":"\uD604\uC7AC \uD398\uC774\uC9C0\uB97C \uC784\uC2DC\uB85C Gemini\uB85C \uBC88\uC5ED\uD558\uC2ED\uC2DC\uC624.","shortcutGroup.others":"\uB354 \uB9CE\uC740 \uC0AC\uC6A9\uC790 \uC815\uC758 \uAE30\uB2A5 \uB2E8\uCD95\uD0A4","subtitle.showQuickButton":"\uD50C\uB808\uC774\uC5B4\uC5D0\uC11C \uC774\uC911 \uC5B8\uC5B4 \uC790\uB9C9 \uB2E8\uCD95\uD0A4\uB97C \uD45C\uC2DC\uD569\uB2C8\uB2E4","browser.translateWithBing":"\uC784\uC2DC\uB85C \uB9C8\uC774\uD06C\uB85C\uC18C\uD504\uD2B8 \uBC88\uC5ED\uC744 \uC0AC\uC6A9\uD558\uC5EC \uD604\uC7AC \uD398\uC774\uC9C0\uB97C \uBC88\uC5ED\uD558\uC2ED\uC2DC\uC624.",contact:"\uC6B0\uB9AC\uC5D0\uAC8C \uC5F0\uB77D\uD558\uC2ED\uC2DC\uC624","desc.touchShortcutsToggleTranslateTouchElement":"\uC0AC\uC6A9\uC790 \uC815\uC758 \uC81C\uC2A4\uCC98\uB97C \uC0AC\uC6A9\uD558\uBA74 \uC5B4\uB5A4 \uB2E8\uB77D\uC774\uB4E0 \uBC88\uC5ED\uD560 \uC218 \uC788\uC2B5\uB2C8\uB2E4.",temprarilyChangeTranslationTo_deepl:"\uD604\uC7AC \uD398\uC774\uC9C0\uB97C DeepL\uB85C \uBC88\uC5ED\uD558\uACE0 \uC788\uC2B5\uB2C8\uB2E4.",networkError:"\uBC88\uC5ED \uC11C\uBE44\uC2A4 \uB610\uB294 \uB124\uD2B8\uC6CC\uD06C\uC5D0 \uBB38\uC81C\uAC00 \uBC1C\uC0DD\uD588\uC2B5\uB2C8\uB2E4.","browser.translateWithTransmart":"\uC784\uC2DC\uB85C \uD150\uC13C\uD2B8 \uBC88\uC5ED\uC744 \uC0AC\uC6A9\uD558\uC5EC \uD604\uC7AC \uD398\uC774\uC9C0\uB97C \uBC88\uC5ED\uD558\uC2ED\uC2DC\uC624.",upgradeToProErrorTitle:"\uC774 \uBC88\uC5ED \uC11C\uBE44\uC2A4\uB97C \uC0AC\uC6A9\uD558\uB824\uBA74 Pro \uD68C\uC6D0\uC73C\uB85C \uC5C5\uADF8\uB808\uC774\uB4DC\uD558\uC2ED\uC2DC\uC624.",temprarilyChangeTranslationTo_transmart:"\uD604\uC7AC \uD398\uC774\uC9C0\uB97C \uD150\uC13C\uD2B8 \uBC88\uC5ED\uC744 \uC0AC\uC6A9\uD558\uC5EC \uBC88\uC5ED\uD558\uACE0 \uC788\uC2B5\uB2C8\uB2E4.",touchShortcutsToggleTranslationMask:"\uD130\uCE58 \uC2A4\uD06C\uB9B0 \uC81C\uC2A4\uCC98 \uC124\uC815\uD558\uC5EC \uBC88\uC5ED \uB9C8\uC2A4\uD06C \uD45C\uC2DC / \uC6D0\uBB38 \uD45C\uC2DC","neverTranslateText.title":"\uB2E4\uC74C \uB2E8\uC5B4\uB294 \uC6D0\uBB38\uC744 \uC720\uC9C0\uD558\uACE0 \uBC88\uC5ED\uD558\uC9C0 \uB9C8\uC2ED\uC2DC\uC624.","browser.translateWithOpenAI":"\uC784\uC2DC\uB85C OpenAI\uB97C \uC0AC\uC6A9\uD558\uC5EC \uD604\uC7AC \uD398\uC774\uC9C0\uB97C \uBC88\uC5ED\uD558\uC2ED\uC2DC\uC624.","floatBall.guideClickToTranslate":`\uD074\uB9AD\uD558\uC5EC \uBAB0\uC785\uD615 \uBC88\uC5ED \uD50C\uB85C\uD305 \uBCFC\uC744 + {env.imt_sub_trans_field}: \u041F\u0435\u0440\u0435\u0432\u043E\u0434`,"subtitle.quickButton.cyan":"\u0421\u0438\u043D\u0438\u0439","subtitle.quickButton.magenta":"\u041F\u0443\u0440\u043F\u0443\u0440\u043D\u044B\u0439","subtitle.quickButton.white":"\u0431\u0435\u043B\u044B\u0439","subtitle.quickButton.blue":"\u0441\u0438\u043D\u0438\u0439","subtitle.quickButton.red":"\u043A\u0440\u0430\u0441\u043D\u044B\u0439","subtitle.quickButton.translationPositionTop":"\u0432 \u0432\u0435\u0440\u0445\u043D\u0435\u0439 \u0447\u0430\u0441\u0442\u0438 \u0442\u0435\u043A\u0441\u0442\u0430","subtitle.quickButton.translationPosition":"\u043C\u0435\u0441\u0442\u043E\u043F\u043E\u043B\u043E\u0436\u0435\u043D\u0438\u0435 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430","subtitle.quickButton.green":"\u0437\u0435\u043B\u0435\u043D\u044B\u0439","subtitle.quickButton.translationPositionBottom":"\u043E\u0440\u0438\u0433\u0438\u043D\u0430\u043B \u043D\u0438\u0436\u0435","subtitle.quickButton.yellow":"\u0436\u0435\u043B\u0442\u044B\u0439","subtitle.quickButton.backgroundColor":"\u0444\u043E\u043D\u043E\u0432\u044B\u0439 \u0446\u0432\u0435\u0442","subtitle.quickButton.sourceFontSize":"\u0418\u0441\u0445\u043E\u0434\u043D\u044B\u0439 \u0440\u0430\u0437\u043C\u0435\u0440 \u0448\u0440\u0438\u0444\u0442\u0430","translationServices.claude":"\u041A\u043B\u043E\u0434","subtitle.quickButton.setting":"\u043D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0430","subtitle.quickButton.translationFontSize":"\u0440\u0430\u0437\u043C\u0435\u0440 \u0448\u0440\u0438\u0444\u0442\u0430 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430","subtitle.quickButton.translationTextColor":"\u0426\u0432\u0435\u0442 \u0448\u0440\u0438\u0444\u0442\u0430 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430","subtitle.quickButton.black":"\u0447\u0435\u0440\u043D\u044B\u0439","subtitle.quickButton.sourceTextColor":"\u0418\u0441\u0445\u043E\u0434\u043D\u044B\u0439 \u0446\u0432\u0435\u0442 \u0448\u0440\u0438\u0444\u0442\u0430","subtitle.quickButton.backgroundOpacity":"\u0424\u043E\u043D\u043E\u0432\u0430\u044F \u043D\u0435\u043F\u0440\u043E\u0437\u0440\u0430\u0447\u043D\u043E\u0441\u0442\u044C",attachSubtitleTranslating:"\u0418\u0441\u043F\u043E\u043B\u044C\u0437\u0443\u044F {service} \u0434\u043B\u044F \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430...","error.claude.403":"\u0412\u0440\u0435\u043C\u0435\u043D\u043D\u043E \u043D\u0435\u0442 \u0434\u043E\u0441\u0442\u0443\u043F\u0430 \u043A \u0441\u0435\u0440\u0432\u0438\u0441\u0443, \u0432\u043E\u0437\u043C\u043E\u0436\u043D\u043E, \u044D\u0442\u043E \u0441\u0432\u044F\u0437\u0430\u043D\u043E \u0441 \u0440\u0435\u0433\u0438\u043E\u043D\u0430\u043B\u044C\u043D\u044B\u043C\u0438 \u043E\u0433\u0440\u0430\u043D\u0438\u0447\u0435\u043D\u0438\u044F\u043C\u0438 \u041A\u043B\u043E\u0434\u0430. \u0412\u044B \u043C\u043E\u0436\u0435\u0442\u0435 \u043F\u043E\u043F\u0440\u043E\u0431\u043E\u0432\u0430\u0442\u044C \u0438\u0437\u043C\u0435\u043D\u0438\u0442\u044C \u0441\u0432\u043E\u0439 IP-\u0430\u0434\u0440\u0435\u0441 \u0438\u043B\u0438 \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u044C \u0434\u0440\u0443\u0433\u0438\u0435 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0447\u0435\u0441\u043A\u0438\u0435 \u0443\u0441\u043B\u0443\u0433\u0438.","browser.brandDescriptionForSafari":"\u3010\u041F\u043E\u0433\u0440\u0443\u0436\u0435\u043D\u0438\u0435 \u0432 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u3011\u0411\u0435\u0441\u043F\u043B\u0430\u0442\u043D\u044B\u0439 \u043F\u043B\u0430\u0433\u0438\u043D \u0434\u043B\u044F \u0434\u0432\u0443\u044F\u0437\u044B\u0447\u043D\u043E\u0433\u043E \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430 \u0432\u0435\u0431-\u0441\u0442\u0440\u0430\u043D\u0438\u0446 (\u043E\u0440\u0438\u0433\u0438\u043D\u0430\u043B/\u043F\u0435\u0440\u0435\u0432\u043E\u0434), \u043F\u043E\u0434\u0434\u0435\u0440\u0436\u0438\u0432\u0430\u044E\u0449\u0438\u0439 \u043F\u0435\u0440\u0435\u0432\u043E\u0434 PDF \u0438 \u043F\u0435\u0440\u0435\u0432\u043E\u0434 \u044D\u043B\u0435\u043A\u0442\u0440\u043E\u043D\u043D\u044B\u0445 \u043A\u043D\u0438\u0433 EPUB \u0441 \u0441\u043E\u0445\u0440\u0430\u043D\u0435\u043D\u0438\u0435\u043C \u043E\u0440\u0438\u0433\u0438\u043D\u0430\u043B\u044C\u043D\u043E\u0433\u043E \u0444\u043E\u0440\u043C\u0430\u0442\u0438\u0440\u043E\u0432\u0430\u043D\u0438\u044F \u0434\u043E\u043A\u0443\u043C\u0435\u043D\u0442\u0430, \u043F\u0435\u0440\u0435\u0432\u043E\u0434 \u0434\u0432\u0443\u044F\u0437\u044B\u0447\u043D\u044B\u0445 \u0441\u0443\u0431\u0442\u0438\u0442\u0440\u043E\u0432 \u0434\u043B\u044F \u043E\u043D\u043B\u0430\u0439\u043D-\u0432\u0438\u0434\u0435\u043E \u043D\u0430 Youtube/Netflix, \u043F\u043E\u0434\u0434\u0435\u0440\u0436\u0438\u0432\u0430\u044E\u0449\u0438\u0439 \u043E\u0441\u043D\u043E\u0432\u043D\u044B\u0435 \u0441\u0435\u0440\u0432\u0438\u0441\u044B \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430, \u0442\u0430\u043A\u0438\u0435 \u043A\u0430\u043A Deepl/Google \u0438 \u0442.\u0434.","browser.PdfProFile":"\u041F\u0435\u0440\u0435\u0432\u043E\u0434 PDF Pro, \u0443\u043F\u0440\u0430\u0432\u043B\u044F\u0435\u043C\u044B\u0439 AI","browser.textTranslate":"\u0422\u0435\u043A\u0441\u0442\u043E\u0432\u044B\u0439 \u043F\u0435\u0440\u0435\u0432\u043E\u0434"};var zs={nologin:"\uB85C\uADF8\uC778\uD558\uC9C0 \uC54A\uC74C",loginForSafari:"\uB85C\uADF8\uC778 \uB610\uB294 \uB4F1\uB85D",login:"\uB85C\uADF8\uC778\uD558\uC5EC \uBA64\uBC84\uC2ED \uAC1C\uC124",manageAccount:"\uAD00\uB9AC \uACC4\uC815",openPremium:"\uBA64\uBC84\uC2ED \uC5F4\uAE30",logout:"\uC911\uB2E8",curentPlan:"\uD604\uC7AC \uD328\uD0A4\uC9C0",endAt:"\uB9CC\uB8CC",endAuto:"\uC790\uB3D9 \uAC31\uC2E0",lineBreakMaxTextCount:"\uC904 \uBC14\uAFC8 \uC774\uD6C4 \uBB38\uC7A5\uB2F9 \uD5C8\uC6A9\uB418\uB294 \uCD5C\uB300 \uAE00\uC790 \uC218","translate-pdf":"PDF\uB97C \uBC88\uC5ED\uD558\uB824\uBA74 \uD074\uB9AD\uD558\uC138\uC694.","noSupportTranslate-pdf":"\uC2A4\uD06C\uB9BD\uD2B8\uAC00 \uC9C0\uC6D0\uB418\uC9C0 \uC54A\uC73C\uB2C8 \uD50C\uB7EC\uADF8\uC778\uC744 \uC0AC\uC6A9\uD558\uC138\uC694.","translate-firefox-local-pdf":"PDF \uAC00\uC838\uC624\uAE30\uB85C \uC774\uB3D9\uD558\uB824\uBA74 \uD074\uB9AD\uD558\uC138\uC694.",enableLineBreak:"\uAE34 \uB2E8\uB77D\uC5D0 \uC790\uB3D9 \uC904 \uBC14\uAFC8 \uD65C\uC131\uD654",sponsorLabel:"1 \uD6C4\uC6D0 \uAC1C\uBC1C\uC790",help:"hand",browserShortcutsNoteForFirefox:"Firefox\uC5D0\uC11C \uBC14\uB85C\uAC00\uAE30\uB97C \uBCC0\uACBD\uD558\uB824\uBA74 \uD655\uC7A5 \uD504\uB85C\uADF8\uB7A8 \uAD00\uB9AC \uD398\uC774\uC9C0 `\uC815\uBCF4:\uC560\uB4DC\uC628`\uC744 \uC5F4\uACE0 `\uC124\uC815`\uC744 \uD074\uB9AD\uD55C \uB2E4\uC74C `\uBC14\uB85C \uAC00\uAE30 \uAD00\uB9AC`\uB97C \uD074\uB9AD\uD558\uC5EC \uBC14\uB85C\uAC00\uAE30\uB97C \uC124\uC815\uD574\uC57C \uD569\uB2C8\uB2E4.",browserShortcutsNoteForChrome:"Chrome\uC5D0\uC11C \uBC14\uB85C\uAC00\uAE30\uB97C \uC218\uC815\uD558\uB824\uBA74 \uD655\uC7A5 \uD504\uB85C\uADF8\uB7A8 \uAD00\uB9AC \uD398\uC774\uC9C0\uB97C \uC5F4\uACE0 '\uBC14\uB85C \uAC00\uAE30 \uAD00\uB9AC' \uD328\uB110(`chrome://extensions/shortcuts`)\uC5D0\uC11C \uC124\uC815\uD55C \uD6C4 \uC544\uB798 \uBC84\uD2BC\uC744 \uD074\uB9AD\uD558\uC5EC \uBC14\uB85C \uAC00\uAE30 \uAD00\uB9AC \uD398\uC774\uC9C0\uB85C \uC774\uB3D9\uD574\uC57C \uD569\uB2C8\uB2E4.",browserShortcutsSucks:"\uC0AC\uC6A9\uC790 \uC9C0\uC815 \uBC14\uB85C\uAC00\uAE30\uC758 \uD615\uC2DD\uC740\uFF1A\uC785\uB2C8\uB2E4(\uC790\uB3D9 \uC778\uC2DD\uB418\uC9C0 \uC54A\uC73C\uBBC0\uB85C \uC9C1\uC811 \uC785\uB825\uD558\uC138\uC694).",enableLineBreakDescription:"\uC774 \uAE30\uB2A5\uC744 \uCF1C\uBA74 \uAE34 \uB2E8\uB77D\uC758 \uAC01 \uBB38\uC7A5 \uB05D\uC5D0 \uC904 \uBC14\uAFC8\uC774 \uC0BD\uC785\uB418\uC5B4 \uBB38\uC7A5\uC744 \uB354 \uC27D\uAC8C \uC77D\uC744 \uC218 \uC788\uC2B5\uB2C8\uB2E4.","browser.shortBrandName":"\uBAB0\uC785 \uBC88\uC5ED","browser.brandName":"\uBAB0\uC785 \uBC88\uC5ED: \uC774\uC911 \uC5B8\uC5B4 \uC6F9 \uD398\uC774\uC9C0 \uBC88\uC5ED \uBC0F PDF \uBB38\uC11C \uBC88\uC5ED","browser.brandDescription":"Bilingual web page translation, also supports PDF translation, bilingual Epub eBook translation, free to use.","browser.toggleTranslatePage":"\uD398\uC774\uC9C0 \uBC88\uC5ED/\uC6D0\uBB38 \uD45C\uC2DC","browser.toggleTranslateTheWholePage":"\uD398\uC774\uC9C0\uC758 \uBAA8\uB4E0 \uC601\uC5ED \uBC88\uC5ED/\uC6D0\uBB38 \uD14D\uC2A4\uD2B8 \uD45C\uC2DC","browser.toggleOnlyTransation":"\uC591\uC5B8\uC5B4/\uBC88\uC5ED\uBB38\uB9CC \uBAA8\uB4DC\uB85C \uC804\uD658","browser.toggleTranslateToThePageEndImmediately":"\uD398\uC774\uC9C0 \uD558\uB2E8\uC73C\uB85C \uC989\uC2DC \uBC88\uC5ED/\uC6D0\uBB38 \uD45C\uC2DC","browser.toggleTranslateTheMainPage":"\uD398\uC774\uC9C0\uC758 \uC8FC\uC694 \uC601\uC5ED \uBC88\uC5ED/\uC6D0\uBB38 \uD14D\uC2A4\uD2B8 \uD45C\uC2DC","browser.shareToDraft":"\uC774\uC911 \uC5B8\uC5B4 \uD398\uC774\uC9C0 \uACF5\uC720","browser.openOptionsPage":"\uC124\uC815 \uD398\uC774\uC9C0 \uC5F4\uAE30","browser.toggleTranslationMask":"\uBC88\uC5ED \uD750\uB9BC \uD6A8\uACFC \uD45C\uC2DC/\uC228\uAE30\uAE30","browser.translateLocalPdfFile":"\uB85C\uCEEC PDF \uD30C\uC77C \uBC88\uC5ED","browser.openEbookViewer":"\uD604\uC9C0 \uC804\uC790\uCC45 \uC77D\uAE30","browser.openEbookBuilder":"\uC774\uC911 \uC5B8\uC5B4 EPUB \uC804\uC790\uCC45 \uB9CC\uB4E4\uAE30","browser.translateLocalHtmlFile":"HTML/\uD14D\uC2A4\uD2B8 \uD30C\uC77C \uBC88\uC5ED","browser.donateContext":"\uC2A4\uD3F0\uC11C\uC2ED \uD61C\uD0DD\uC5D0 \uB300\uD574 \uC54C\uC544\uBCF4\uAE30","browser.translateLocalSubtitleFile":"\uB85C\uCEEC \uC790\uB9C9 \uD30C\uC77C \uBC88\uC5ED",confirmResetConfig:"\uC124\uC815\uC744 \uC7AC\uC124\uC815\uD558\uC2DC\uACA0\uC2B5\uB2C8\uAE4C?",translationLineBreakSettingTitle:"\uBC88\uC5ED \uC904 \uBC14\uAFC8 \uC124\uC815",smartLineBreak:"\uC2A4\uB9C8\uD2B8 \uB77C\uC778 \uD53C\uB4DC(\uCEF4\uD4E8\uD305)",alwaysLineBreak:"\uD56D\uC0C1 \uB77C\uC778 \uD53C\uB4DC",isShowContextMenu:"\uBA54\uB274 \uD56D\uBAA9\uC744 \uB9C8\uC6B0\uC2A4 \uC624\uB978\uCABD \uBC84\uD2BC\uC73C\uB85C \uD074\uB9AD\uD558\uC5EC \uBC88\uC5ED\uB41C \uD398\uC774\uC9C0 \uCD94\uAC00\uD558\uAE30",toggleBeta:"\uBCA0\uD0C0 \uD14C\uC2A4\uD2B8 \uAE30\uB2A5 \uD65C\uC131\uD654",betaDescription:"\uC544\uC9C1 \uC2E4\uD5D8\uB2E8\uACC4\uC778 \uAE30\uB2A5\uB4E4\uACFC \uBCA0\uD0C0\uBC84\uC804\uC778 \uBC88\uC5ED \uC11C\uBE44\uC2A4\uB97C \uC0AC\uC6A9\uD574\uBCF4\uC138\uC694. <1>\uD154\uB808\uADF8\uB7A8 \uADF8\uB8F9\uC5D0 \uAC00\uC785\uD558\uC5EC \uC790\uC138\uD788 \uC54C\uC544\uBCF4\uC138\uC694.",translationLineBreakSettingDescription:"\uCF58\uD150\uCE20\uAC00 \uC801\uC740 \uD398\uC774\uC9C0\uC758 \uACBD\uC6B0 \uD56D\uC0C1 \uC904 \uBC14\uAFC8\uC774 \uAE54\uB054\uD558\uAC8C \uC720\uC9C0\uB429\uB2C8\uB2E4. (\uCF58\uD150\uCE20\uAC00 \uB9CE\uC740 \uAE34 \uB2E8\uB77D({count}\uC790 \uC774\uC0C1)\uC5D0\uB294 \uC2A4\uB9C8\uD2B8 \uC904 \uBC14\uAFC8\uC744 \uC0AC\uC6A9\uD558\uC5EC \uACF5\uAC04\uC744 \uC808\uC57D\uD558\uC138\uC694.)",tempTranslateDomainTitle:"\uC6F9\uC0AC\uC774\uD2B8 \uBC88\uC5ED\uC774 \uC77C\uC2DC\uC801\uC73C\uB85C \uCF1C\uC9C0\uB294 \uAE30\uAC04",tempTranslateDomainDescription:"\uC6F9 \uD398\uC774\uC9C0\uB97C \uC218\uB3D9\uC73C\uB85C \uBC88\uC5ED\uD560 \uB54C \uC790\uB3D9 \uBC88\uC5ED\uC744 \uC704\uD574 \uC6F9 \uC0AC\uC774\uD2B8\uB97C \uC77C\uC2DC\uC801\uC73C\uB85C \uCF1C\uACE0 \uC77C\uC2DC\uC801\uC778 \uAE30\uAC04\uC744 \uC124\uC815\uD560 \uC218 \uC788\uC2B5\uB2C8\uB2E4.",xMinutes:"{count} \uBD84",disabled:"STH \uC0AC\uC6A9\uC744 \uAE08\uC9C0\uD569\uB2C8\uB2E4.",changelog:"\uC5C5\uB370\uC774\uD2B8 \uB85C\uADF8",toggleTranslatePageWhenThreeFingersOnTheScreen:"\uC5EC\uB7EC \uC190\uAC00\uB77D\uC774 \uB3D9\uC2DC\uC5D0 \uD654\uBA74\uC744 \uD130\uCE58\uD560 \uB54C \uC6F9 \uD398\uC774\uC9C0 \uBC88\uC5ED/\uC6D0\uBB38 \uD14D\uC2A4\uD2B8 \uD45C\uC2DC",toggleTranslationMaskWhenThreeFingersOnTheScreen:"\uC5EC\uB7EC \uC190\uAC00\uB77D\uC73C\uB85C \uD130\uCE58\uD558\uBA74 \uD750\uB9BC \uD6A8\uACFC\uB97C \uD45C\uC2DC\uD558\uAC70\uB098 \uC228\uAE38 \uC218 \uC788\uC2B5\uB2C8\uB2E4.",fingerCountToToggleTranslagePageOnlyTranslationWhenTouching:"\uC5EC\uB7EC \uC190\uAC00\uB77D\uC73C\uB85C \uB3D9\uC2DC\uC5D0 \uD654\uBA74\uC744 \uD130\uCE58\uD558\uBA74 \uC6F9 \uD398\uC774\uC9C0\uAC00 \uBC88\uC5ED(\uBC88\uC5ED \uC804\uC6A9)/\uC6D0\uBB38\uC744 \uD45C\uC2DC\uD569\uB2C8\uB2E4.",addUrlDescription:"\uB3C4\uBA54\uC778 \uC774\uB984\uC77C \uC218 \uC788\uC73C\uBA70 \uC640\uC77C\uB4DC\uCE74\uB4DC(\uC608:\uFF1A*.google.com, google.com/mail/*, https://www.google.com/*)\uB3C4 \uC9C0\uC6D0\uD569\uB2C8\uB2E4.",general:"\uAE30\uBCF8 \uC124\uC815",clickToExpandConfig:"\uD604\uC7AC \uAD6C\uC131 \uD655\uC7A5",import:"\uD30C\uC77C\uC5D0\uC11C \uAC00\uC838\uC624\uAE30",export:"\uD30C\uC77C\uB85C \uB0B4\uBCF4\uB0B4\uAE30",toggleDebug:"\uCF58\uC194\uC5D0\uC11C \uB514\uBC84\uADF8 \uB85C\uADF8 \uC778\uC1C4","fingers.0":"\uC751\uACE0","fingers.2":"\uB450 \uC190\uAC00\uB77D \uD130\uCE58","fingers.3":"\uC138 \uC190\uAC00\uB77D \uD130\uCE58","fingers.4":"\uB124 \uC190\uAC00\uB77D \uD130\uCE58","fingers.5":"\uB2E4\uC12F \uC190\uAC00\uB77D \uD130\uCE58",mouseHoldKey:"+ {key} \uB2E8\uB77D \uBC88\uC5ED/\uBCF5\uC6D0\uD558\uAE30",mouseHoldKeyAuto:"\uB2E8\uB77D\uC758 \uC9C1\uC811 \uBC88\uC5ED",mouseHoldKeyOff:"\uC544\uBB34\uAC83\uB3C4 \uD558\uC9C0 \uB9C8\uC138\uC694.",mouseHoldKeyOther:"\uC0AC\uC6A9\uC790 \uC9C0\uC815 \uBC14\uB85C \uAC00\uAE30(\uC124\uC815 \uC5F4\uAE30)",mouseHoldKeyCustomKey:"{key} \uB2E8\uB77D\uC758 \uBC88\uC5ED/\uCD95\uC18C",mouseHoverHoldKey:"\uBC14\uB85C \uAC00\uAE30 \uD0A4\uB97C \uB204\uB978 \uC0C1\uD0DC\uC5D0\uC11C \uB9C8\uC6B0\uC2A4\uB97C \uAC00\uB9AC\uD0A4\uBA74 \uB2E8\uB77D\uC774 \uBC88\uC5ED\uB429\uB2C8\uB2E4.","mouse-translate":"\uB9C8\uC6B0\uC2A4 \uD638\uBC84",document:"(\uCEF4\uD4E8\uD130) \uD30C\uC77C",resetSuccess:"\uBAA8\uB4E0 \uC124\uC815 \uC7AC\uC124\uC815\uC5D0 \uC131\uACF5",resetThisSuccess:"\uC7AC\uC124\uC815 \uC131\uACF5",saved:"\uC800\uC7A5 \uC131\uACF5",successImportConfig:"\uC131\uACF5\uC801\uC73C\uB85C \uAC00\uC838\uC628 \uAD6C\uC131",goAdvancedSettings:"\uACE0\uAE09 \uC124\uC815 \uD398\uC774\uC9C0\uB85C \uC774\uB3D9\uD569\uB2C8\uB2E4.",goAdvancedInterfaceSettings:"\uACE0\uAE09 \uC0AC\uC6A9\uC790 \uC9C0\uC815 \uC124\uC815 \uD398\uC774\uC9C0\uB85C \uC774\uB3D9\uD569\uB2C8\uB2E4.",advanced:"\uACE0\uAE09 \uC124\uC815",advancedDescription:"\uC77C\uBC18\uC801\uC73C\uB85C \uC124\uC815\uC774 \uD544\uC694\uD558\uC9C0 \uC54A\uC73C\uBA70 \uAE30\uBCF8\uAC12\uC744 \uADF8\uB300\uB85C \uB450\uBA74 \uB429\uB2C8\uB2E4. \uBCF4\uB2E4 \uC804\uBB38\uC801\uC778 \uC0AC\uC6A9\uC790\uB9CC \uAC1C\uC778\uD654\uB41C \uC124\uC815\uC744 \uC0AC\uC6A9\uD560 \uC218 \uC788\uC2B5\uB2C8\uB2E4.",developer:"\uAC1C\uBC1C\uC790 \uC124\uC815",donateCafe:"\uAC00\uACA9","translate to the bottom of the page":"\uD398\uC774\uC9C0\uC5D0 \uB4E4\uC5B4\uAC00\uBA74 \uBC14\uB85C \uD398\uC774\uC9C0 \uD558\uB2E8\uC73C\uB85C \uBC88\uC5ED\uB418\uB098\uC694?",feedback:"\uC9C8\uBB38 \uD53C\uB4DC\uBC31",toggleTranslatePage:"\uD398\uC774\uC9C0 \uBC88\uC5ED/\uC6D0\uBB38 \uD45C\uC2DC",translateToThePageEndImmediatelyDescription:"\uC774 \uAE30\uB2A5\uC744 \uCF1C\uBA74 \uC785\uB825\uD558\uB294 \uC989\uC2DC \uD398\uC774\uC9C0\uC758 \uC704\uCABD\uC5D0\uC11C \uC544\uB798\uCABD\uC73C\uB85C \uCF58\uD150\uCE20\uAC00 \uBC88\uC5ED\uB429\uB2C8\uB2E4. \uB044\uBA74 \uC77D\uB294 \uB300\uB85C \uBC88\uC5ED\uB429\uB2C8\uB2E4. (\uAD8C\uC7A5\uD558\uC9C0 \uC54A\uC74C)","translate all areas of the page":"\uD398\uC774\uC9C0\uC758 \uBAA8\uB4E0 \uC601\uC5ED\uC744 \uBC88\uC5ED\uD560\uC9C0 \uC5EC\uBD80",translationAreaDescription:"\uCF1C\uBA74 \uC804\uCCB4 \uC6F9 \uD398\uC774\uC9C0\uC758 \uBAA8\uB4E0 \uC601\uC5ED\uC774 \uBC88\uC5ED\uB429\uB2C8\uB2E4. \uB044\uBA74 \uAE30\uBCF8 \uC2A4\uB9C8\uD2B8 \uC778\uC2DD\uC774 \uC0AC\uC6A9\uB418\uBA70 \uC8FC\uC694 \uC601\uC5ED\uB9CC \uBC88\uC5ED\uB429\uB2C8\uB2E4. (\uCF1C\uC9C0 \uC54A\uB294 \uAC83\uC774 \uC88B\uC2B5\uB2C8\uB2E4.)","the number of characters to be translated first":"\uBCF4\uAE30 \uC601\uC5ED\uC73C\uB85C \uC2A4\uD06C\uB864\uD560 \uB54C\uAE4C\uC9C0 \uAE30\uB2E4\uB9AC\uC9C0 \uC54A\uACE0 \uD398\uC774\uC9C0\uC758 \uCC98\uC74C \uBA87 \uBB38\uC790\uB97C \uBC14\uB85C \uBC88\uC5ED\uD569\uB2C8\uB2E4.","interface language":"\uC778\uD130\uD398\uC774\uC2A4 \uC5B8\uC5B4","display both the original text and the translation":"\uC6D0\uBCF8\uACFC \uBC88\uC5ED\uBCF8 \uB3D9\uC2DC \uD45C\uC2DC","keyboard shortcuts":"\uD0A4\uBCF4\uB4DC \uB2E8\uCD95\uD0A4",modify:"\uBC14\uB85C \uAC00\uAE30 \uD0A4 \uC218\uC815",reset:"\uC7AC\uD504\uB85C\uBE44\uC800\uB2DD",close:"\uC751\uACE0",homepage:"\uD648\uD398\uC774\uC9C0",more:"\uB354 \uBCF4\uAE30",moreOptions:"\uB354 \uB9CE\uC740 \uC0AC\uC6A9\uC790 \uC9C0\uC815 \uC635\uC158 \uD655\uC7A5",translateTheWholePage:"\uD398\uC774\uC9C0\uC758 \uBAA8\uB4E0 \uC601\uC5ED \uBC88\uC5ED(\uC8FC\uC694 \uC601\uC5ED\uB9CC \uC9C0\uB2A5\uC801\uC73C\uB85C \uC778\uC2DD\uD558\uB294 \uAC83\uC774 \uC544\uB2C8\uB77C)",changeToTranslateTheWholePage:"\uBAA8\uB4E0 \uC9C0\uC5ED \uBC88\uC5ED\uC73C\uB85C \uC804\uD658",changeToTranslateTheMainPage:"\uAE30\uBCF8 \uC601\uC5ED \uBC88\uC5ED\uC73C\uB85C \uC804\uD658",changeToOnlyTranslationMode:"\uBC88\uC5ED\uB9CC \uD45C\uC2DC\uD558\uB3C4\uB85D \uD1A0\uAE00",changeToDualTranslationMode:"\uC774\uC911 \uC5B8\uC5B4 \uBC88\uC5ED\uC73C\uB85C \uC804\uD658",translateToThePageEndImmediately:"\uD398\uC774\uC9C0 \uD558\uB2E8\uC73C\uB85C \uC989\uC2DC \uBC88\uC5ED\uD558\uAE30",translateTheMainPage:"\uC9C0\uB2A5\uD615 \uBC88\uC5ED \uC8FC\uC694 \uC9C0\uC5ED","The local rules are up to date":"\uB85C\uCEEC \uC801\uC751 \uADDC\uCE59\uC740 \uCD5C\uC2E0 \uC0C1\uD0DC\uC785\uB2C8\uB2E4.","Successfully synchronized with the latest official rules:":"\uCD5C\uC2E0 \uACF5\uC2DD \uC801\uC751 \uADDC\uCE59\uACFC \uC131\uACF5\uC801\uC73C\uB85C \uB3D9\uAE30\uD654\uB418\uC5C8\uC2B5\uB2C8\uB2E4.","Checking for updates":"\uC5C5\uB370\uC774\uD2B8 \uD655\uC778","Rules are being synchronized":"\uC801\uC751 \uADDC\uCE59 \uB3D9\uAE30\uD654 \uC911",localVersionIsTooOld:"\uB85C\uCEEC \uD655\uC7A5 \uD504\uB85C\uADF8\uB7A8 \uBC84\uC804\uC774 \uB108\uBB34 \uC624\uB798\uB418\uC5C8\uC73C\uBBC0\uB85C \uB3D9\uAE30\uD654\uB97C \uC2DC\uB3C4\uD558\uAE30 \uC804\uC5D0 \uD655\uC7A5 \uD504\uB85C\uADF8\uB7A8\uC744 {minVersion} \uC774\uC0C1\uC73C\uB85C \uC5C5\uADF8\uB808\uC774\uB4DC\uD558\uC138\uC694.",badUserscriptBrowser:"\uD604\uC7AC \uBE0C\uB77C\uC6B0\uC800\uB294 \uADF8\uB9AC\uC2A4\uBABD\uD0A4 \uD655\uC7A5 \uC778\uD130\uD398\uC774\uC2A4\uB97C \uC62C\uBC14\uB974\uAC8C \uAD6C\uD604\uD558\uC9C0 \uC54A\uC73C\uBBC0\uB85C(\uC608: \uADF8\uB9AC\uC2A4\uBABD\uD0A4 \uC2A4\uD06C\uB9BD\uD2B8 \uC790\uCCB4\uC758 \uBC84\uC804 \uBC88\uD638\uC5D0 \uB300\uD55C \uC815\uBCF4\uB97C \uC5BB\uC73C\uB824\uBA74), \uD30C\uC774\uC5B4\uD3ED\uC2A4 \uB4F1 <1>\uADF8\uB9AC\uC2A4\uBABD\uD0A4 \uD655\uC7A5 \uAE30\uB2A5\uC744 \uC9C0\uC6D0\uD558\uB294 \uB2E4\uB978 \uBE0C\uB77C\uC6B0\uC800\uB97C \uC0AC\uC6A9\uD558\uC2DC\uAE30 \uBC14\uB78D\uB2C8\uB2E4.",foundNewVersion:"\uC0C8 \uBC84\uC804 \uC54C\uC544\uBCF4\uAE30",theLocalExtensionIsUpToUpdate:"\uD604\uC7AC \uD655\uC7A5 \uD504\uB85C\uADF8\uB7A8\uC774 \uCD5C\uC2E0 \uBC84\uC804\uC785\uB2C8\uB2E4.",failToSyncRules:"\uCD5C\uC2E0 \uC801\uC751 \uADDC\uCE59\uC744 \uB3D9\uAE30\uD654\uD558\uC9C0 \uBABB\uD568",retry:"\uB2E4\uC2DC \uC2DC\uB3C4\uD558\uB824\uBA74 \uC5EC\uAE30\uB97C \uD074\uB9AD\uD558\uC138\uC694.",failedReason:"\uC2E4\uD328 \uC774\uC720",currentRuleVersion:"\uD604\uC7AC \uADDC\uCE59 \uBC84\uC804",calculating:"\uACC4\uC0B0",unknownError:"\uC54C \uC218 \uC5C6\uB294 \uC624\uB958",canNotFetchRemoteRule:"\uC6D0\uACA9 \uADDC\uCE59\uC744 \uAC00\uC838\uC62C \uC218 \uC5C6\uC74C",enableAlphaSuccess:"\uC54C\uD30C \uC0AC\uC6A9",disableAlphaSuccess:"\uC54C\uD30C \uAE30\uB2A5\uC774 \uAEBC\uC838 \uC788\uC2B5\uB2C8\uB2E4.",cacheSize:"\uCE90\uC2DC \uD06C\uAE30\uFF1A",cleaning:"\uCCAD\uC0B0 \uACFC\uC815\uC5D0\uC11C",cleanCache:"\uCE90\uC2DC \uC9C0\uC6B0\uAE30",options:"\uC124\uC815",about:"\uB2E4\uC74C\uACFC \uAD00\uB828\uD558\uC5EC",service:"\uD1B5\uC5ED \uC11C\uBE44\uC2A4",needAction:"(\uC124\uC815\uC73C\uB85C \uC774\uB3D9)",goSettings:"\uACC4\uC18D\uD574\uC11C \uC124\uC815\uD558\uC138\uC694.",needActionForOptions:"(\uC124\uC815 \uC608\uC815)",translationEngine:"\uC5D4\uC9C4 \uC635\uC158",sourceLanguage:"\uC6D0\uBCF8 \uC5B8\uC5B4",target:"\uB300\uC0C1 \uC5B8\uC5B4",popupSourceLanguage:"\uC6D0\uBCF8 \uC5B8\uC5B4",popupTarget:"\uB300\uC0C1 \uC5B8\uC5B4",popupService:"\uD1B5\uC5ED \uC11C\uBE44\uC2A4",forThisSite:"\uD604\uC7AC \uC6F9\uC0AC\uC774\uD2B8",autoEnableSubtitle:"\uC774\uC911 \uC5B8\uC5B4 \uC790\uB9C9 \uC790\uB3D9 \uC5F4\uAE30",alwaysTranslate:"\uD56D\uC0C1 \uBC88\uC5ED",neverTranslate:"\uBC88\uC5ED \uAE08\uC9C0",alwaysTranslateSomeLanguage:"\uD56D\uC0C1 \uBC88\uC5ED {language}",neverTranslateSomeLanguage:"\uBC88\uC5ED \uAE08\uC9C0 {language}",alwaysTranslateSomeSite:"\uD56D\uC0C1 \uBC88\uC5ED {hostname}",neverTranslateSomeSite:"\uBC88\uC5ED \uAE08\uC9C0 {hostname}",alwaysTranslateSomeSiteOrWildSite:"\uD56D\uC0C1 \uC0AC\uC774\uD2B8 \uBC88\uC5ED",alwaysTranslateSomePage:"\uD56D\uC0C1 \uD398\uC774\uC9C0 \uBC88\uC5ED",add:"\uC99D\uAC00",default:"\uAE30\uBCF8\uAC12(\uC124\uC815)",forThisLanguage:"\uC774 \uC5B8\uC5B4\uC758 \uACBD\uC6B0\uFF1A","add url":"URL \uC785\uB825",edit:"\uCEF4\uD30C\uC77C\uB7EC","translate other languages into specific language":"\uB2E4\uB978 \uC5B8\uC5B4\uB97C \uC124\uC815\uD55C \uC5B8\uC5B4\uB85C \uBC88\uC5ED","select translation service":"\uBC88\uC5ED \uC11C\uBE44\uC2A4 \uC120\uD0DD",language:"\uB2E4\uAD6D\uC5B4 \uC9C0\uC6D0","show-original":"\uC6D0\uBCF8 \uD14D\uC2A4\uD2B8 \uD45C\uC2DC",translate:"\uB80C\uB354\uB9C1",Translated:"\uBC88\uC5ED\uB428",Translating:"\uBC88\uC5ED \uC911",Error:"\uC798\uBABB\uB41C",allowCacheTranslations:"\uB85C\uCEEC \uBC88\uC5ED \uCE90\uC2F1 \uC0AC\uC6A9(\uC911\uBCF5 \uAD6C\uC808\uC5D0 \uB300\uD55C \uBC88\uC5ED \uC694\uCCAD\uC744 \uC904\uC774\uAE30 \uC704\uD574)","translation display":"\uBC88\uC5ED \uD45C\uC2DC \uC2A4\uD0C0\uC77C","select diplay style":"\uB2E4\uC74C \uC608\uC2DC\uB97C \uAD6C\uCCB4\uC801\uC73C\uB85C \uCC38\uC870\uD558\uC5EC \uBC88\uC5ED \uC2A4\uD0C0\uC77C\uC744 \uAD6C\uBD84\uD558\uC138\uC694.",interface:"\uC778\uD130\uD398\uC774\uC2A4 \uC124\uC815",import_export:"\uAC00\uC838\uC624\uAE30/\uB0B4\uBCF4\uB0B4\uAE30",import_export_title:"\uAD6C\uC131 \uAC00\uC838\uC624\uAE30/\uB0B4\uBCF4\uB0B4\uAE30",syncToGoogleDrive:"\uC9C0\uAE08 Google \uB4DC\uB77C\uC774\uBE0C\uC640 \uB3D9\uAE30\uD654",floatBallOptions:"\uD638\uBC84\uBCFC \uC124\uC815","floatBallOptions.enable":"\uD638\uBC84\uBCFC \uD65C\uC131\uD654","floatBallOptions.blockUrls":"\uC6F9\uC0AC\uC774\uD2B8 \uBE44\uD65C\uC131\uD654","floatBallOptions.add":"\uC99D\uAC00","floatBallOptions.blockUrlDesc":"\uB2E4\uC74C \uC6F9\uC0AC\uC774\uD2B8\uC5D0\uC11C\uB294 \uD638\uBC84\uBCFC\uC774 \uD45C\uC2DC\uB418\uC9C0 \uC54A\uC2B5\uB2C8\uB2E4.","floatBallOptions.clickType":"\uD074\uB9AD \uB3D9\uC791","floatBallOptions.clickTypeDesc":"\uD074\uB9AD \uC2DC \uD638\uBC84\uBCFC \uC544\uC774\uCF58 \uB3D9\uC791","floatBallOptions.clickPopup":"\uBC88\uC5ED \uD328\uB110 \uD45C\uC2DC","floatBallOptions.clickTranslate":"\uC6D0\uBCF8 \uD14D\uC2A4\uD2B8 \uBC88\uC5ED/\uD45C\uC2DC","floatBallOptions.fixedPosition":"\u56FA\u5B9A\u4F4D\u7F6E","floatBallOptions.fixedPositionDesc":"\u60AC\u6D6E\u7403\u5728\u7A97\u53E3\u5DE6\u4FA7\u8FD8\u662F\u53F3\u4FA7","floatBallOptions.fixedPositionLeft":"\u5DE6\u4FA7","floatBallOptions.fixedPositionRight":"\u53F3\u4FA7",previewAllThemes:"\uBAA8\uB4E0 \uC2A4\uD0C0\uC77C \uBBF8\uB9AC\uBCF4\uAE30","translationTheme.none":"\uAC00\uC9C0\uACE0 \uC788\uC9C0 \uC54A\uB2E4","translationTheme.grey":"\uC9D9\uC740 \uD68C\uC0C9","translationTheme.dashed":"\uC810\uC120 \uBC11\uC904","translationTheme.dotted":"\uC810\uC120 \uBC11\uC904","translationTheme.dashedBorder":"\uC810\uC120 \uD14C\uB450\uB9AC","translationTheme.solidBorder":"\uC2E4\uC120 \uD14C\uB450\uB9AC","translationTheme.underline":"\uC9C1\uC120\uC5D0 \uBC11\uC904","translationTheme.mask":"\uD37C\uC9C0 \uD6A8\uACFC(\uD559\uC2B5 \uBAA8\uB4DC)","translationTheme.opacity":"\uD22C\uBA85\uC131 \uD6A8\uACFC","translationTheme.paper":"\uD770 \uC885\uC774 \uADF8\uB9BC\uC790 \uD6A8\uACFC","translationTheme.dividingLine":"\uAD6C\uBD84\uC120","translationTheme.highlight":"\uB192\uC740 \uBC1D\uAE30","translationTheme.marker":"\uB9C8\uCEE4(\uC678\uB798\uC5B4)","translationTheme.marker2":"\uB9C8\uCEE4 2","translationTheme.blockquote":"\uCC38\uC870 \uC2A4\uD0C0\uC77C","translationTheme.weakening":"\uC57D\uD654","translationTheme.italic":"\uAE30\uC6B8\uC5B4\uC9C0\uB294 \uC11C\uCCB4","translationTheme.bold":"\uB450\uAECD\uAC8C","translationTheme.thinDashed":"\uAC00\uB294 \uC810\uC120 \uBC11\uC904","translationTheme.nativeDashed":"\uC2DC\uC2A4\uD15C\uC5D0\uB294 \uC810\uC120\uC73C\uB85C \uD45C\uC2DC\uB41C \uBC11\uC904\uC774 \uC788\uC2B5\uB2C8\uB2E4.","translationTheme.nativeDotted":"\uC2DC\uC2A4\uD15C\uC5D0\uB294 \uC810\uC120\uC73C\uB85C \uBC11\uC904\uC774 \uADF8\uC5B4\uC838 \uC788\uC2B5\uB2C8\uB2E4.","translationTheme.nativeUnderline":"\uC2DC\uC2A4\uD15C\uC5D0\uB294 \uC9C1\uC120 \uBC11\uC904\uC774 \uC788\uC2B5\uB2C8\uB2E4.","translationTheme.wavy":"\uBB3C\uACB0 \uBAA8\uC591 \uB77C\uC778","translationServices.custom":"\uC0AC\uC6A9\uC790 \uC9C0\uC815 API","translationServices.tencent":"\uD150\uC13C\uD2B8 \uBC88\uC5ED\uAE30","translationServices.tenAlpha":"\uD150\uC13C\uD2B8 \uBC88\uC5ED\uAE30(\uC54C\uD30C)","translationServices.google":"Google \uBC88\uC5ED","translationServices.bai":"\uBC14\uC774\uB450(\uC54C\uD30C)","translationServices.baidu":"\uBC14\uC774\uB450 \uBC88\uC5ED","translationServices.aliyun":"\uC54C\uB9AC\uD074\uB77C\uC6B0\uB4DC \uBC88\uC5ED","translationServices.volc":"\uD654\uC0B0 \uBC88\uC5ED","translationServices.deeplx":"DeepLX(\uBCA0\uD0C0)","translationServices.bing":"Microsoft \uBC88\uC5ED","translationServices.deepl":"DeepL","translationServices.wechat":"\uC704\uCC57 \uBC88\uC5ED","translationServices.azure":"Azure \uBC88\uC5ED","translationServices.ibm":"IBM \uC653\uC2A8","translationServices.aws":"\uC544\uB9C8\uC874 \uBC88\uC5ED","translationServices.mock":"\uC2DC\uBBAC\uB808\uC774\uC158 \uBC88\uC5ED","translationServices.mock2":"\uC2DC\uBBAC\uB808\uC774\uC158 \uBC88\uC5ED 2","translationServices.caiyun":"\uC870\uBA85. \uB2E4\uCC44\uB85C\uC6B4 \uAD6C\uB984\uACFC \uC791\uC740 \uBC88\uC5ED","translationServices.cai":"\uB2E4\uCC44\uB85C\uC6B4 \uAD6C\uB984(\uC54C\uD30C)","translationServices.volcAlpha":"\uD654\uC0B0 (\uC54C\uD30C)","translationServices.openl":"OpenL","translationServices.youdao":"\uC720\uD29C\uBE0C \uBC88\uC5ED","translationServices.you":"\uC720\uB2E4\uC624 \uBC88\uC5ED\uAE30(\uC54C\uD30C)","translationServices.transmart":"\uD150\uC13C\uD2B8 \uC778\uD130\uB799\uD2F0\uBE0C \uBC88\uC5ED","translationServices.niu":"\uB9E4\uBC84\uB9AD \uBC88\uC5ED\uAE30","translationServices.papago":"\uD30C\uD30C\uACE0 \uBC88\uC5ED","translationServices.d":"D(\uC54C\uD30C)","translationServices.dpro":"D \uD504\uB85C(\uCE74\uB098\uB9AC\uC544)","translationServices.openai":"OpenAI","translationServices.yandex":"Yandex","translationServices.chatgpt":"ChatGPT \uC6F9(3.5 \uBAA8\uBC14\uC77C)","translate title":"\uD398\uC774\uC9C0 \uC81C\uBAA9 \uBC88\uC5ED","always languages":"\uD56D\uC0C1 \uC5B8\uC5B4 \uBC88\uC5ED",neverTranslateLanguagesLabel:"\uBC88\uC5ED\uB418\uC9C0 \uC54A\uB294 \uC5B8\uC5B4",neverTranslateTheFollowingLanguagesDescription:"\uD398\uC774\uC9C0\uC758 \uB2E8\uB77D\uC774 \uB2E4\uC74C \uC5B8\uC5B4 \uC911 \uD558\uB098\uC778 \uACBD\uC6B0 \uBC88\uC5ED\uC774 \uAC74\uB108\uB6F0\uC5B4\uC9D1\uB2C8\uB2E4.",enableUserscriptPagePopup:"\uD398\uC774\uC9C0\uC5D0 \uD638\uBC84\uBCFC \uD45C\uC2DC",enableUserscriptPagePopupDescription:"\uD638\uBC84\uBCFC\uC744 \uB044\uACE0 \uB098\uBA74 \uBC14\uB85C \uAC00\uAE30 /{touch}\uB85C \uBD88\uB7EC\uC62C \uC218 \uC788\uC2B5\uB2C8\uB2E4. \uC2E4\uC218\uB85C \uC774 \uC635\uC158\uC744 \uB048 \uD6C4 \uD638\uBC84\uBCFC\uC744 \uCC3E\uC9C0 \uBABB\uD558\uB294 \uACBD\uC6B0\uB97C \uBC29\uC9C0\uD558\uAE30 \uC704\uD574 \uC774 \uC124\uC815 \uD398\uC774\uC9C0\uB97C \uBD81\uB9C8\uD06C\uC5D0 \uCD94\uAC00\uD558\uB294 \uAC83\uC774 \uC88B\uC2B5\uB2C8\uB2E4!","always translate the following languages":"\uD398\uC774\uC9C0\uAC00 \uB2E4\uC74C \uC5B8\uC5B4 \uC911 \uD558\uB098\uC778 \uACBD\uC6B0 \uB300\uC0C1 \uC5B8\uC5B4\uB85C \uC790\uB3D9 \uBC88\uC5ED\uB429\uB2C8\uB2E4.","always sites":"\uD56D\uC0C1 \uBC88\uC5ED\uB41C \uC6F9 \uC0AC\uC774\uD2B8","always translate the following sites":"\uC6F9 \uC0AC\uC774\uD2B8\uAC00 \uB2E4\uC74C \uB3C4\uBA54\uC778 \uC774\uB984\uC778 \uACBD\uC6B0 \uB300\uC0C1 \uC5B8\uC5B4\uB85C \uC790\uB3D9 \uBC88\uC5ED\uB429\uB2C8\uB2E4.","never sites":"\uBC88\uC5ED\uB418\uC9C0 \uC54A\uC740 \uC6F9 \uC0AC\uC774\uD2B8","never translate the following sites":"\uC6F9\uC0AC\uC774\uD2B8\uAC00 \uB2E4\uC74C \uB3C4\uBA54\uC778\uC6A9\uC778 \uACBD\uC6B0 \uBC88\uC5ED\uC774 \uC218\uD589\uB418\uC9C0 \uC54A\uC2B5\uB2C8\uB2E4.","please refer to":"\uD0A4\uB97C \uC0AC\uC6A9\uD558\uB824\uBA74 \uD0A4\uB97C \uC785\uB825\uD574\uC57C \uD558\uBA70, \uC790\uC138\uD55C \uB0B4\uC6A9\uC740 \uB2E4\uC74C\uC744 \uCC38\uC870\uD558\uC138\uC694.",KeyAndConfigurationTutorial:"\uC8FC\uC694 \uC560\uD50C\uB9AC\uCF00\uC774\uC158 \uBC0F \uAD6C\uC131 \uD29C\uD1A0\uB9AC\uC5BC",useAboveStyleForTheseSites:"\uB2E4\uC74C \uB3C4\uBA54\uC778\uC744 \uC704\uD55C \uC0AC\uC774\uD2B8\uC778 \uACBD\uC6B0 \uD56D\uC0C1 \u2308{theme}\u230B \uBC88\uC5ED \uC2A4\uD0C0\uC77C\uC744 \uC0AC\uC6A9\uD558\uC138\uC694.",currentUrl:"\uD604\uC7AC URL",confirm:"\uC800\uC7A5(\uD30C\uC77C \uB4F1)(\uCEF4\uD4E8\uD305)",cancel:"\uCDE8\uC18C",delete:"\uC81C\uAC70","languages.auto":"\uC790\uB3D9 \uAC10\uC9C0",syncToCloud:"Google \uB4DC\uB77C\uC774\uBE0C\uC5D0 \uB3D9\uAE30\uD654",syncToCloudDescription:"\uD074\uB77C\uC6B0\uB4DC\uC5D0 \uC5C5\uB85C\uB4DC\uB41C \uAD6C\uC131\uC740 \uB9C8\uC9C0\uB9C9\uC73C\uB85C \uC218\uC815\uB41C \uBE0C\uB77C\uC6B0\uC800/\uADF8\uB9AC\uC2A4\uBABD\uD0A4 \uC2A4\uD06C\uB9BD\uD2B8 \uAC04\uC5D0 \uB3D9\uAE30\uD654\uD560 \uC218 \uC788\uC2B5\uB2C8\uB2E4.",syncToAccount:"\uBAB0\uC785\uD615 \uBC88\uC5ED \uD074\uB77C\uC6B0\uB4DC\uC5D0 \uB3D9\uAE30\uD654",syncToAccountButton:"\uD074\uB77C\uC6B0\uB4DC\uC640 \uC989\uC2DC \uB3D9\uAE30\uD654",syncToAccountDescription:"\uB9C8\uC9C0\uB9C9\uC73C\uB85C \uC218\uC815\uD55C \uC2DC\uAC04\uC744 \uAE30\uC900\uC73C\uB85C \uC11C\uB85C \uB2E4\uB978 \uC7A5\uCE58 \uAC04\uC5D0 \uAD6C\uC131\uC744 \uC790\uB3D9\uC73C\uB85C \uB3D9\uAE30\uD654\uD569\uB2C8\uB2E4.",successSyncConfigInAccount:"\uD074\uB77C\uC6B0\uB4DC\uC640\uC758 \uC131\uACF5\uC801\uC778 \uB3D9\uAE30\uD654",successSyncConfigToAccount:"\uD074\uB77C\uC6B0\uB4DC\uC5D0 \uC131\uACF5\uC801\uC73C\uB85C \uB3D9\uAE30\uD654",syncConfigNoUpdate:"\uC774\uBBF8 \uCD5C\uC2E0 \uBC84\uC804\uC785\uB2C8\uB2E4.",authFail:"\uC778\uC99D \uC2E4\uD328",syncTitle:"\uC218\uB3D9 \uBC31\uC5C5 \uAD00\uB9AC",import_hint:"\uAC00\uC838\uC624\uAE30(\uB370\uC774\uD130)",upload:"\uC5C5\uB85C\uB4DC",revokeAuth:"\uC2B9\uC778 \uCDE8\uC18C",uploadFail:"\uC5C5\uB85C\uB4DC \uC2E4\uD328",download:"\uB2E4\uC6B4\uB85C\uB4DC",importSuccess:"\uAC00\uC838\uC624\uAE30 \uC131\uACF5",importFail:"\uAC00\uC838\uC624\uAE30 \uC2E4\uD328",deleteFail:"\uC0AD\uC81C\uD558\uC9C0 \uBABB\uD568",backupToCloud:"\uBC31\uC5C5 \uD30C\uC77C \uC218\uB3D9 \uAD00\uB9AC",create_new_backup:"\uC0C8 \uBC31\uC5C5 \uB178\uB4DC \uCD94\uAC00",maxBackupFiles:"\uCD5C\uB300{count}\uAC1C\uC758 \uC11C\uB85C \uB2E4\uB978 \uB178\uB4DC\uB97C \uBC31\uC5C5\uD560 \uC218 \uC788\uC73C\uBA70, \uD544\uC694\uD558\uC9C0 \uC54A\uC740 \uB178\uB4DC\uB294 \uC0AD\uC81C\uD558\uC138\uC694.",backupToCloudDescription:"\uBC31\uC5C5 \uD30C\uC77C\uC744 \uC218\uB3D9\uC73C\uB85C \uC5C5\uB85C\uB4DC\uD558\uAC70\uB098 \uBCF5\uC6D0\uD558\uC5EC \uCD5C\uB300 3\uAC1C\uC758 \uC11C\uB85C \uB2E4\uB978 \uBC31\uC5C5 \uD5C8\uC6A9",successSyncConfig:"\uD074\uB77C\uC6B0\uB4DC\uC640\uC758 \uC131\uACF5\uC801\uC778 \uB3D9\uAE30\uD654",syncFail:"\uB3D9\uAE30\uD654 \uC2E4\uD328",updatedAt:"{date}\uC5D0\uC11C \uC5C5\uB370\uC774\uD2B8\uB428",lastSyncedAt:"\uCD5C\uC885 \uD655\uC778: {date}",downloadFail:"\uB2E4\uC6B4\uB85C\uB4DC\uC5D0 \uC2E4\uD328\uD588\uC2B5\uB2C8\uB2E4.",clickToDownload:"\uB2E4\uC6B4\uB85C\uB4DC\uD558\uB824\uBA74 \uD074\uB9AD",aboutLabel:"\uC815\uBCF4 - \uD53C\uB4DC\uBC31","browser.openAboutPage":"\uC815\uBCF4/\uD53C\uB4DC\uBC31",aboutLabelWithoutSponsor:"\uC815\uBCF4 - \uD53C\uB4DC\uBC31",aboutIntro:"\uC6B0\uB9AC \uBAA8\uB450\uAC00 \uC778\uD130\uB137\uC758 \uBC29\uB300\uD55C \uC678\uAD6D\uC5B4 \uC815\uBCF4\uC5D0 \uB354 \uC27D\uACE0 \uC990\uAC81\uAC8C \uC561\uC138\uC2A4\uD560 \uC218 \uC788\uAE30\uB97C \uBC14\uB78D\uB2C8\uB2E4 \u2764\uFE0F <6>Pro \uBA64\uBC84\uC2ED\uC744 \uD65C\uC131\uD654\uD558\uC5EC \uBC14\uB85C \uC0AC\uC6A9\uD560 \uC218 \uC788\uB294 DeepL \uBC0F OpenAI \uBC88\uC5ED\uC744 \uC0AC\uC6A9\uD560 \uC218 \uC788\uC2B5\uB2C8\uB2E4.

<3>\uD2B8\uC704\uD130, <4>\uD154\uB808\uADF8\uB7A8, \uC6E8\uC774\uBCF4, \uC704\uCC57\uC5D0\uC11C \uD314\uB85C\uC6B0\uD558\uAC70\uB098 \uC544\uB798 <5>\uBA54\uC77C\uB9C1 \uB9AC\uC2A4\uD2B8\uC5D0 <5>\uAC00\uC785\uD558\uC5EC \uC5C5\uB370\uC774\uD2B8\uB97C \uD655\uC778\uD560 \uC218 \uC788\uC2B5\uB2C8\uB2E4.
<7>\uD504\uB85C \uD68C\uC6D0\uC740 <8>support@immersivetranslate.com \uC73C\uB85C \uBB38\uC758\uD558\uC2DC\uBA74 \uBE60\uB978 \uACE0\uAC1D \uC11C\uBE44\uC2A4\uB97C \uBC1B\uC73C\uC2E4 \uC218 \uC788\uC2B5\uB2C8\uB2E4.",aboutIntroWithoutSponsor:"\uC6B0\uB9AC \uBAA8\uB450\uAC00 \uC778\uD130\uB137\uC5D0\uC11C \uC81C\uACF5\uB418\uB294 \uBC29\uB300\uD55C \uC591\uC758 \uC678\uAD6D\uC5B4 \uC815\uBCF4\uC5D0 \uB354 \uC27D\uACE0 \uC990\uAC81\uAC8C \uC811\uADFC\uD560 \uC218 \uC788\uAE30\uB97C \uBC14\uB78D\uB2C8\uB2E4 \u2764\uFE0F

<3>\uD2B8\uC704\uD130, <4>\uD154\uB808\uADF8\uB7A8 \uCC44\uB110, \uC704\uCC57, \uC704\uCC57 \uC775\uC2A4\uCCB4\uC778\uC9C0\uC5D0\uC11C \uD314\uB85C\uC6B0\uD558\uAC70\uB098 \uC544\uB798 <5>\uC774\uBA54\uC77C\uB85C \uC5C5\uB370\uC774\uD2B8\uB97C <5>\uAD6C\uB3C5\uD560 \uC218 \uC788\uC2B5\uB2C8\uB2E4.",projectHomepage:"\uD504\uB85C\uC81D\uD2B8 \uD648",joinTelegramGroup:"\uC0AC\uC6A9\uC790 \uADF8\uB8F9\uC5D0 \uAC00\uC785\uD558\uC5EC \uAE30\uB2A5 \uD1A0\uB860\uC5D0 \uCC38\uC5EC\uD558\uC138\uC694.",wechatPublicAccount:"\uC704\uCC57 \uACF5\uAC1C",wechatCommunities:"\uC704\uCC57 \uAD50\uD658 \uADF8\uB8F9",qqCommunities:"QQ \uCEE4\uBBA4\uB2C8\uCF00\uC774\uC158 \uCC44\uB110",joinTelegramChannel:"\uD154\uB808\uADF8\uB7A8 \uCC44\uB110 \uD314\uB85C\uC6B0\uD558\uC5EC \uCD5C\uC2E0 \uC5C5\uB370\uC774\uD2B8 \uD655\uC778",feedbackAndJoin:"\uC9C8\uBB38 \uD53C\uB4DC\uBC31 / \uADF8\uB8F9 \uCD94\uAC00",autoSync:"\uC790\uB3D9 \uC2DC\uAC04 \uB3D9\uAE30\uD654",loadingThemeTitle:"\uB85C\uB529 \uC2A4\uD0C0\uC77C",loadingThemeDescription:"\uBC88\uC5ED \uB85C\uB4DC\uB97C \uAE30\uB2E4\uB9B4 \uB54C \uC2A4\uD0C0\uC77C \uC124\uC815\uD558\uAE30","loadingTheme.spinner":"\uD68C\uC804 \uC560\uB2C8\uBA54\uC774\uC158","loadingTheme.text":"\uC815\uC801 \uD14D\uC2A4\uD2B8 sth. ","loadingTheme.none":"\uD45C\uC2DC\uB418\uC9C0 \uC54A\uC74C",developerDescription:"\uACE0\uAE09 \uC0AC\uC6A9\uC790 \uC9C0\uC815\uC5D0 \uB300\uD55C \uBB38\uC11C\uB294 <1>\uC5EC\uAE30\uC5D0\uC11C \uD655\uC778\uD560 \uC218 \uC788\uC2B5\uB2C8\uB2E4.","edit border color":"\uD14C\uB450\uB9AC \uC0C9\uC0C1 \uC218\uC815",successSyncButNoChange:"\uD604\uC7AC \uAD6C\uC131\uC774 \uD074\uB77C\uC6B0\uB4DC\uC640 \uC77C\uCE58\uD569\uB2C8\uB2E4.",customTheme:"\uB9DE\uCDA4\uD615 \uC0C9\uC0C1 \uBC0F \uD06C\uAE30","customThemeLabel.borderColor":"\uD14C\uB450\uB9AC \uC0C9\uC0C1","customThemeLabel.borderRadius":"\uB465\uADFC \uBAA8\uC11C\uB9AC","customThemeLabel.textColor":"\uD14D\uC2A4\uD2B8 \uC0C9\uC0C1","customThemeLabel.backgroundColor":"\uBC30\uACBD\uC0C9","customThemeLabel.zoom":"\uAE00\uAF34 \uD06C\uAE30 \uC870\uC815(%)","customThemeLabel.opacity":"\uD14D\uC2A4\uD2B8 \uBD88\uD22C\uBA85\uB3C4(%)",resetToDefaultColor:"\uAE30\uBCF8 \uC0C9\uC0C1\uC73C\uB85C \uBCF5\uC6D0",resetToDefaultSettings:"\uAE30\uBCF8 \uC124\uC815\uC73C\uB85C \uBCF5\uC6D0",isTranslateTitle:"\uD398\uC774\uC9C0 \uC81C\uBAA9 \uBC88\uC5ED \uC0AC\uC6A9",isTranslateTitleDescription:"\uC804\uC6D0\uC744 \uCF1C\uBA74 \uD398\uC774\uC9C0 \uC81C\uBAA9\uC774 \uBC88\uC5ED\uB429\uB2C8\uB2E4.",enableSearchEnhancement:"\uC774\uC911 \uC5B8\uC5B4 \uBA54\uC2DC\uC9C0 \uD5A5\uC0C1 \uC0AC\uC6A9",enableSearchEnhancementDescription:"\uC774 \uAE30\uB2A5\uC744 \uD65C\uC131\uD654\uD558\uBA74 \uC9C0\uC6D0\uB418\uB294 \uC6F9\uC0AC\uC774\uD2B8(Google \uB274\uC2A4, Google \uAC80\uC0C9(\uC77C\uBD80 \uD0A4\uC6CC\uB4DC), \uC2A4\uB178\uC6B0\uBCFC, \uC624\uB9AC\uC5D4\uD0C8 \uD3EC\uCD98, \uD4E8\uD22C\uB77C, \uD0C0\uC774\uAC70 \uCEE4\uBBA4\uB2C8\uD2F0)\uC758 \uC624\uB978\uCABD \uC5F4\uC5D0 \uD574\uB2F9 \uC601\uC5B4 \uD0A4\uC6CC\uB4DC\uC5D0 \uB300\uD55C 'Google \uB274\uC2A4'\uC758 \uAC80\uC0C9 \uACB0\uACFC\uAC00 \uC790\uB3D9\uC73C\uB85C \uD45C\uC2DC\uB429\uB2C8\uB2E4.",verifyService:"\uC11C\uBE44\uC2A4\uB97C \uD14C\uC2A4\uD2B8\uD558\uB824\uBA74 \uC5EC\uAE30\uB97C \uD074\uB9AD\uD558\uC138\uC694.",verified:"\uC131\uACF5 \uD655\uC778","field.langs":"\uC9C0\uC6D0\uB418\uB294 \uC5B8\uC5B4 \uCF54\uB4DC","field.model":"\uBAA8\uB378\uB9C1","field.translationEngine":"\uBC88\uC5ED \uC5D4\uC9C4","field.limitPerMinute":"\uBD84\uB2F9 \uCD5C\uB300 \uC694\uCCAD \uC218","field.limitPerSecond":"\uCD08\uB2F9 \uCD5C\uB300 \uC694\uCCAD \uC218","field.maxTextLengthPerRequest":"\uC694\uCCAD\uB2F9 \uCD5C\uB300 \uD14D\uC2A4\uD2B8 \uAE38\uC774","field.maxTextGroupLengthPerRequest":"\uC694\uCCAD\uB2F9 \uCD5C\uB300 \uB2E8\uB77D \uC218","field.apiUrl":"\uC0AC\uC6A9\uC790 \uC9C0\uC815 API \uC778\uD130\uD398\uC774\uC2A4 \uC8FC\uC18C","field.placeholderDelimiters":"\uC608\uC57D\uB41C \uC790\uB9AC \uD45C\uC2DC\uC790","description.custom":"\uC0AC\uC6A9\uC790 \uC9C0\uC815 \uC778\uD130\uD398\uC774\uC2A4 \uC561\uC138\uC2A4 \uBB38\uC11C \uD544\uC694","description.limitPerMinute":"\uC774 \uD55C\uB3C4\uB97C \uCD08\uACFC\uD558\uB294 \uC694\uCCAD\uC740 \uB2E4\uC74C \uBD84\uC774 \uC2DC\uC791\uB420 \uB54C\uAE4C\uC9C0 \uB300\uAE30\uC5F4\uC5D0 \uB4E4\uC5B4\uAC11\uB2C8\uB2E4. \uD604\uC7AC OpenAI \uC11C\uBE44\uC2A4\uC758 \uC5EC\uB7EC \uAC00\uC9C0 \uC81C\uD55C \uC0AC\uD56D\uC73C\uB85C \uC778\uD574 <1>\uC5EC\uAE30\uB97C \uD074\uB9AD\uD558\uC5EC \uCD5C\uC2E0 \uC81C\uC548 \uAC12\uC744 \uD655\uC778\uD558\uC138\uC694.","description.limitPerSecond":"\uC774 \uC81C\uD55C\uC744 \uCD08\uACFC\uD558\uB294 \uC694\uCCAD\uC740 \uB2E4\uC74C \uCD08\uAC00 \uC2DC\uC791\uB420 \uB54C\uAE4C\uC9C0 \uB300\uAE30\uC5F4\uC5D0 \uB4E4\uC5B4\uAC11\uB2C8\uB2E4. \uD604\uC7AC OpenAI \uC11C\uBE44\uC2A4\uC758 \uC5EC\uB7EC \uAC00\uC9C0 \uC81C\uD55C \uC0AC\uD56D\uC73C\uB85C \uC778\uD574 <1>\uC5EC\uAE30\uB97C \uD074\uB9AD\uD558\uC5EC \uCD5C\uC2E0 \uC81C\uC548 \uAC12\uC744 \uD655\uC778\uD558\uC138\uC694.","description.generalLimitPerSecond":"\uC774 \uC81C\uD55C\uC744 \uCD08\uACFC\uD558\uB294 \uC694\uCCAD\uC740 \uB2E4\uC74C \uCD08\uAC00 \uC2DC\uC791\uB420 \uB54C\uAE4C\uC9C0 \uB300\uAE30\uC5F4\uC5D0 \uB4E4\uC5B4\uAC11\uB2C8\uB2E4.","description.prompt":"\uC0AC\uC6A9\uC790 \uC2E0\uBD84\uC73C\uB85C {service}\uC5D0 \uBCF4\uB0B8 \uB300\uD654\uC5D0\uC11C {{text}}\uB294 \uB2E8\uB77D\uC758 \uD14D\uC2A4\uD2B8 \uB0B4\uC6A9\uC744 \uB098\uD0C0\uB0B4\uACE0, {{from}}\uC740 \uB2E8\uB77D\uC758 \uC5B8\uC5B4\uB97C \uB098\uD0C0\uB0B4\uBA70, {{to}}\uB294 \uBAA9\uD45C \uC5B8\uC5B4\uB97C \uB098\uD0C0\uB0C5\uB2C8\uB2E4.","description.maxTextLengthPerRequest":"\uC694\uCCAD\uB2F9 \uCD5C\uB300 \uAE00\uC790 \uC218\uAC00 \uB108\uBB34 \uB9CE\uC73C\uBA74 \uC778\uD130\uD398\uC774\uC2A4\uAC00 \uB290\uB9AC\uAC8C \uC751\uB2F5\uD558\uBBC0\uB85C \uC774 \uC635\uC158\uC744 \uC870\uC815\uD558\uC5EC \uC18D\uB3C4\uB97C \uCD5C\uC801\uD654\uD558\uC138\uC694.","description.systemPrompt":"\uC2DC\uC2A4\uD15C \uC2E0\uBD84\uC73C\uB85C {service}\uC5D0\uAC8C \uBCF4\uB0B8 \uB300\uD654\uC5D0\uC11C {{text}}\uB294 \uB2E8\uB77D\uC758 \uD14D\uC2A4\uD2B8 \uB0B4\uC6A9\uC744 \uB098\uD0C0\uB0B4\uACE0, {{from}}\uC740 \uB2E8\uB77D\uC758 \uC5B8\uC5B4\uB97C \uB098\uD0C0\uB0B4\uBA70, {{to}}\uB294 \uBAA9\uD45C \uC5B8\uC5B4\uB97C \uB098\uD0C0\uB0C5\uB2C8\uB2E4.","field.domain":"\uC601\uC5ED","description.domain":"\uAE30\uBCF8\uAC12\uC740\uFF1Ageneral\uC785\uB2C8\uB2E4. \uC544\uB9AC\uB9C8 API \uCF58\uC194\uC5D0\uC11C \uB3C4\uBA54\uC778 \uBC88\uC5ED\uC774 \uD65C\uC131\uD654\uB41C \uACBD\uC6B0\uC5D0\uB9CC \uC124\uC815\uD560 \uC218 \uC788\uC73C\uBA70, \uC9C0\uC6D0\uB418\uB294 \uB3C4\uBA54\uC778\uC740 <1>\uC5EC\uAE30\uB97C \uCC38\uC870\uD558\uC138\uC694.","field.scene":"take","description.scene":"\uAE30\uBCF8\uAC12\uC740\uFF1Ageneral\uC785\uB2C8\uB2E4. AliCloud API \uCF58\uC194\uC774 Machine Translation Pro\uB97C \uC5EC\uB294 \uACBD\uC6B0\uC5D0\uB9CC \uC124\uC815\uD560 \uC218 \uC788\uC73C\uBA70, \uC9C0\uC6D0\uB418\uB294 \uC2DC\uB098\uB9AC\uC624\uB294 <1>\uC5EC\uAE30\uB97C \uCC38\uC870\uD558\uC138\uC694.","field.vocabId":"\uC0AC\uC6A9\uC790 \uC0AC\uC804 ID","description.vocabId":"\uC9C0\uC815\uB41C \uC0AC\uC804 out_id\uB294 \uD604\uC7AC \uC601\uC5B4\uC5D0\uC11C \uC911\uAD6D\uC5B4 \uBC88\uC5ED\uC744 \uC9C0\uC6D0\uD569\uB2C8\uB2E4.","description.model":"OpenAI \uBAA8\uB378, gpt-3.5-turbo, gpt-4 \uB4F1 \uAC00\uB2A5","description.maxTextGroupLengthPerRequest":"\uD55C \uBC88\uC5D0 \uBC88\uC5ED \uC11C\uBE44\uC2A4\uB85C \uC804\uC1A1\uB418\uB294 \uB2E8\uB77D \uC218, \uB2E8\uB77D\uC774 \uB108\uBB34 \uB9CE\uC73C\uBA74 \uC778\uD130\uD398\uC774\uC2A4\uAC00 \uB290\uB9AC\uAC8C \uC751\uB2F5\uD560 \uC218 \uC788\uC2B5\uB2C8\uB2E4.","description.apiUrl":"\uACBD\uB85C, <1>\uC790\uC138\uD55C \uC124\uBA85\uC774 \uD3EC\uD568\uB41C \uD2B9\uC815 URL\uC744 \uCD94\uAC00\uD558\uC138\uC694.",enabledExtension:"\uD655\uC7A5 \uAE30\uB2A5 \uC0AC\uC6A9",clickToDisableExtension:"\uD655\uC7A5 \uAE30\uB2A5\uC744 \uBE44\uD65C\uC131\uD654\uD558\uB824\uBA74 \uD074\uB9AD\uD558\uC138\uC694.",clickToEnableExtension:"\uD655\uC7A5 \uAE30\uB2A5\uC744 \uC0AC\uC6A9\uD558\uB824\uBA74 \uD074\uB9AD\uD558\uC138\uC694.",hasBeenDisabled:"disabled","show password":"\uBE44\uBC00\uBC88\uD638 \uD45C\uC2DC",customContent:"\uC0AC\uC6A9\uC790 \uC9C0\uC815 \uBAA8\uB378 \uC774\uB984 \uC785\uB825",inputOptions:"\uC785\uB825 \uC0C1\uC790 \uAC1C\uC120",mouseHoverOptions:"\uB9C8\uC6B0\uC2A4 \uD638\uBC84",modifyMouseHoverKey:"\uB9C8\uC6B0\uC2A4 \uCEE4\uC11C \uBC14\uB85C \uAC00\uAE30 \uC218\uC815",enableInputTranslation:"\uC785\uB825 \uC0C1\uC790 \uD5A5\uC0C1 \uD65C\uC131\uD654 \uC5EC\uBD80",enableInputTranslationDescription:"\uD65C\uC131\uD654\uB418\uBA74 \uC785\uB825 \uC0C1\uC790\uC5D0 {startingKey}{startingKey} hello\uB97C \uC9C1\uC811 \uC785\uB825\uD55C \uB2E4\uC74C{inputTrailingTriggerKeyRepeatTimes}\uBC88{trailingKey}\uC744 \uBE60\uB974\uAC8C \uB20C\uB7EC {inputTargetLanguage}\uC73C\uB85C \uBC88\uC5ED\uD569\uB2C8\uB2E4.",enableInputTranslationDescriptionForNoneKey:"\uD65C\uC131\uD654\uB418\uBA74 \uC785\uB825 \uC0C1\uC790\uC5D0\uFF1AHello World\uB97C \uC9C1\uC811 \uC785\uB825\uD55C \uB2E4\uC74C{inputTrailingTriggerKeyRepeatTimes}{trailingKey}\uC744 \uBE60\uB974\uAC8C \uC5EC\uB7EC \uBC88 \uB20C\uB7EC \uAE30\uBCF8 \uB300\uC0C1 \uC5B8\uC5B4\uB85C \uBC88\uC5ED\uD569\uB2C8\uB2E4.",inputTargetLanguage:"\uC785\uB825 \uC0C1\uC790\uC758 \uAE30\uBCF8 \uB300\uC0C1 \uC5B8\uC5B4 \uC124\uC815",inputTargetLanguageDescription:"\uC785\uB825 \uC0C1\uC790 \uBC88\uC5ED\uC758 \uAE30\uBCF8 \uB300\uC0C1 \uC5B8\uC5B4(\uC608: \uD2B8\uB9AC\uAC70 \uB2E8\uC5B4\uC758 \uAE30\uBCF8 \uC5B8\uC5B4 {startingKey}{startingKey})",inputTargetLanguageDescriptionForNoneKey:"\uC785\uB825 \uC0C1\uC790 \uBC88\uC5ED\uC758 \uAE30\uBCF8 \uB300\uC0C1 \uC5B8\uC5B4",inputStartingTriggerKeyTitle:"\uC785\uB825 \uC0C1\uC790\uC758 \uBD80\uBD84 \uBC88\uC5ED\uC744 \uC704\uD574 \uBD84\uD560 \uBB38\uC790 \uC124\uC815\uD558\uAE30",inputStartingTriggerKeyDescription:"\uC785\uB825 \uC0C1\uC790 \uC804\uCCB4\uB97C \uBC88\uC5ED\uD560 \uD544\uC694\uAC00 \uC5C6\uB294 \uACBD\uC6B0 \uC2A4\uD50C\uB9AC\uD130\uB97C \uC0AC\uC6A9\uD558\uBA74 {startingKey}{startingKey} \uC5D0\uC11C \uC785\uB825 \uC0C1\uC790 \uB05D\uAE4C\uC9C0 \uBD80\uBD84\uB9CC \uBC88\uC5ED\uD558\uAC70\uB098 \uC5B8\uC5B4 \uCF54\uB4DC\uB97C \uC9C0\uC815\uD560 \uC218 \uC788\uC2B5\uB2C8\uB2E4(\uC608:\uFF1A{startingKey}ja \uB294 {startingKey}ja \uC5D0\uC11C \uC785\uB825 \uC0C1\uC790 \uB05D\uAE4C\uC9C0 \uBD80\uBD84\uB9CC \uBC88\uC5ED\uD55C\uB2E4\uB294 \uC758\uBBF8).",inputStartingTriggerKeyDescriptionForNoneKey:"\uD604\uC7AC \uC811\uB450\uC0AC \uC5C6\uC74C \uC124\uC815\uC740 \uD544\uC694\uD558\uC9C0 \uC54A\uC73C\uBA70, \uC785\uB825 \uC0C1\uC790\uC5D0 \uC788\uB294 \uC77C\uBD80 \uD14D\uC2A4\uD2B8\uC758 \uBC88\uC5ED \uAE30\uB2A5\uC740 \uB2F9\uBD84\uAC04 \uC0AC\uC6A9\uD560 \uC218 \uC5C6\uC2B5\uB2C8\uB2E4.",inputTrailingTriggerKeyTitle:"\uC785\uB825 \uC885\uB8CC \uD2B8\uB9AC\uAC70 \uBB38\uC790 \uC120\uD0DD",inputTrailingTriggerKeyDescription:"3\uBC88\uB9CC \uB204\uB974\uBA74{trailingKey} \uBC88\uC5ED\uC774 \uC2DC\uC791\uB429\uB2C8\uB2E4!",inputTrailingTriggerKeyTimeout:"\uC804\uD22C \uC885\uB8CC \uD2B8\uB9AC\uAC70 \uC0AC\uC774\uC758 \uC2DC\uAC04\uC744 \uC785\uB825\uD569\uB2C8\uB2E4.",inputTrailingTriggerKeyTimeoutDescription:"\uC785\uB825 \uC885\uB8CC \uCF64\uBCF4 \uD2B8\uB9AC\uAC70 \uC0AC\uC774\uC758 \uC2DC\uAC04(\uBC00\uB9AC\uCD08)\uC744 \uC124\uC815\uD569\uB2C8\uB2E4.",spaceKey:"<\u7A7A\u683C\u952E>",noneKey:"\uC811\uB450\uC0AC \uC5C6\uC774 \uC804\uCCB4 \uD14D\uC2A4\uD2B8 \uC0C1\uC790\uC758 \uC9C1\uC811 \uBC88\uC5ED",inputTranslationBlockUrlsTitle:"\uB2E4\uC74C URL\uC5D0\uC11C\uB294 \uC785\uB825 \uC0C1\uC790 \uAC1C\uC120 \uAE30\uB2A5\uC744 \uD65C\uC131\uD654\uD558\uC9C0 \uB9C8\uC138\uC694.",inputTranslationBlockUrlsDescription:"\uB2E4\uC74C URL\uC5D0\uC11C\uB294 \uC785\uB825 \uC0C1\uC790 \uAC1C\uC120 \uC0AC\uD56D\uC774 \uC791\uB3D9\uD558\uC9C0 \uC54A\uC2B5\uB2C8\uB2E4.",clickToSeeQuickDemo:"\uD074\uB9AD\uD558\uC5EC 30\uCD08 \uD035 \uD29C\uD1A0\uB9AC\uC5BC \uBE44\uB514\uC624 \uD655\uC7A5\uD558\uAE30",inputHelperInfo:"\uC124\uBA85\uFF1A\uC911\uAD6D\uC5B4 \uC785\uB825 \uBC29\uC2DD\uC5D0 \uB530\uB77C \uC77C\uBD80 \uD2B8\uB9AC\uAC70 \uBB38\uC790\uAC00 \uC911\uAD6D\uC5B4 \uBB38\uC7A5 \uBD80\uD638\uB85C \uBC14\uB00C\uB294 \uAC83\uC744 \uCD5C\uC801\uD654\uD588\uC2B5\uB2C8\uB2E4(\uC608: /\uB294 \uC18C\uAD6C \uC785\uB825 \uBC29\uC2DD\uC5D0 \uB530\uB77C \uB454 \uBD80\uD638\uB85C \uBC14\uB01C). \uBAB0\uC785\uD615 \uBC88\uC5ED\uAE30\uB294 \uD2B8\uB9AC\uAC70 \uBB38\uC790\uC5D0 \uD574\uB2F9\uD558\uB294 \uBAA8\uB4E0 \uC911\uAD6D\uC5B4 \uAE30\uD638, \uC989 //,,, \uB97C \uD2B8\uB9AC\uAC70 \uBB38\uC790\uB85C \uC778\uC2DD\uD560 \uC218 \uC788\uB3C4\uB85D \uC9C0\uC6D0\uD569\uB2C8\uB2E4.

\uB610\uD55C \uC5B8\uC5B4 \uCF54\uB4DC\uC5D0 \uC911\uAD6D\uC5B4 \uBCC4\uCE6D\uC744 \uBA85\uB839\uC5B4\uB85C \uC0AC\uC6A9\uD560 \uC218 \uC788\uC2B5\uB2C8\uB2E4(\uC608: /Japanese Hello World\uB294 \uC77C\uBCF8\uC5B4\uB85C \uBC88\uC5ED\uB428). <1>\uC9C0\uC6D0\uB418\uB294 \uBAA8\uB4E0 \uC5B8\uC5B4 \uCF54\uB4DC\uB97C \uBCF4\uB824\uBA74 \uC5EC\uAE30\uB97C \uD074\uB9AD\uD558\uC138\uC694.",reloadCurrentPage:"\uBC88\uC5ED\uC744 \uC2DC\uC791\uD558\uAE30 \uC804\uC5D0 \uD604\uC7AC \uD398\uC774\uC9C0\uB97C \uC0C8\uB85C\uACE0\uCE68\uD558\uC138\uC694.",noLocalFilePermissionForPDF:"\uB85C\uCEEC \uD30C\uC77C\uC744 \uC77D\uC744 \uC218 \uC788\uB294 \uAD8C\uD55C\uC774 \uC5C6\uB294 \uACBD\uC6B0 \uC704\uC758 \uBC84\uD2BC\uC744 \uD074\uB9AD\uD55C \uB2E4\uC74C \uB85C\uCEEC \uD30C\uC77C\uC744 \uAC00\uC838\uC624\uC138\uC694.",noPermissionForThisPage:"\u26A0\uFE0F \uD604\uC7AC \uD398\uC774\uC9C0 \uBC88\uC5ED \uAD8C\uD55C\uC774 \uC5C6\uC2B5\uB2C8\uB2E4.",retryAllParagraphs:"\uBAA8\uB4E0 \uC624\uB958 \uAD6C\uC808 \uB2E4\uC2DC \uC2DC\uB3C4",retryAllButton:"\uBAA8\uB4E0 \uC624\uB958 \uAD6C\uC808 \uB2E4\uC2DC \uC2DC\uB3C4",errorTooltipTitle:"\uC624\uB958\uC758 \uC6D0\uC778\uC744 \uBCF4\uB824\uBA74 \uD074\uB9AD\uD558\uC138\uC694.",errorModalTitle:"\uBC88\uC5ED \uC11C\uBE44\uC2A4 \uB610\uB294 \uB124\uD2B8\uC6CC\uD06C\uC5D0 \uBB38\uC81C\uAC00 \uC788\uB294 \uAC83 \uAC19\uC2B5\uB2C8\uB2E4...",disableConfirm:"\uC774\uC911 \uC5B8\uC5B4 \uC815\uBCF4 \uD5A5\uC0C1 \uC124\uC815",disableOnce:"\uC774 \uBE44\uD65C\uC131\uD654",disableGlobal:"\uC601\uAD6C\uC801\uC73C\uB85C \uBE44\uD65C\uC131\uD654",disableTint:"* {option} \uC5D0\uC11C \uB2E4\uC2DC \uD65C\uC131\uD654\uD560 \uC218 \uC788\uC2B5\uB2C8\uB2E4.",searchEnhancementNotes:"\uC911\uAD6D\uC5B4 \uD0A4\uC6CC\uB4DC\uC640 \uC601\uC5B4 \uD0A4\uC6CC\uB4DC\uC5D0 \uB300\uD55C \uB274\uC2A4 \uACB0\uACFC\uAC00 \uB9E4\uC6B0 \uB2E4\uB978 \uAC83\uC744 \uBC1C\uACAC\uD588\uC2B5\uB2C8\uB2E4. \uBAB0\uC785\uD615 \uBC88\uC5ED \uC774\uC911 \uC5B8\uC5B4 \uC815\uBCF4 \uD5A5\uC0C1 \uAE30\uB2A5\uC744 \uD65C\uC131\uD654\uD558\uBA74 \uC9C0\uC6D0\uB418\uB294 \uC6F9\uC0AC\uC774\uD2B8(Google \uB274\uC2A4, Google \uAC80\uC0C9(\uC77C\uBD80 \uD0A4\uC6CC\uB4DC), \uC2A4\uB178\uC6B0\uBCFC, \uB3D9\uC591\uC758 \uBD80, \uD4E8\uD22C\uB77C, \uD0C0\uC774\uAC70)\uC5D0\uC11C \uB3D9\uC77C\uD55C \uD0A4\uC6CC\uB4DC\uB97C \uC601\uC5B4\uB85C \uC790\uB3D9 \uAC80\uC0C9\uD558\uC5EC \uC624\uB978\uCABD\uC5D0 \uD45C\uC2DC\uD574 \uC90D\uB2C8\uB2E4. \uC774 \uAE30\uB2A5\uC774 \uD544\uC694\uD558\uC9C0 \uC54A\uC740 \uACBD\uC6B0 \uBE44\uD65C\uC131\uD654\uD560 \uC218 \uC788\uC2B5\uB2C8\uB2E4.",option:"\uC124\uC815",saveSettings:"\uC124\uC815 \uC800\uC7A5",closeModal:"\uCC3D \uB2EB\uAE30",enableInputTranslationWithoutTriggerKeyTitle:"{trailingKey}\uB97C 3\uBC88 \uBE60\uB974\uAC8C \uB204\uB974\uBA74 \uC804\uCCB4 \uC785\uB825 \uC0C1\uC790\uB97C{inputTargetLanguage}\uB85C \uBC14\uB85C \uBC88\uC5ED\uD560 \uC218 \uC788\uC2B5\uB2C8\uB2E4.",enableInputTranslationWithoutTriggerKeyDescription:"\uB300\uC0C1 \uC5B8\uC5B4\uB97C \uC9C0\uC815\uD558\uB824\uBA74 \uC55E\uC5D0 \uC5B8\uC5B4 \uCF54\uB4DC\uB97C \uBD99\uC785\uB2C8\uB2E4(\uC608:\uFF1Aja Hello World).",mouseHoverShortcutPlaceholder:"\uC608:\uFF1A\uC2DC\uD504\uD2B8",deepLProName:"\uBAB0\uC785\uD615 \uBC88\uC5ED \uD504\uB85C \uD68C\uC6D0(\uAD8C\uC7A5)",deepLProDescription:"\uD604\uC7AC \uD328\uD0A4\uC9C0\uB97C \uC9C1\uC811 \uC0AC\uC6A9\uD560 \uC218 \uC788\uC2B5\uB2C8\uB2E4.",deeplProDescriptionForNormal:"\uC124\uC815 \uD544\uC694 \uC5C6\uC74C, \uD68C\uC6D0\uC740 \uB85C\uADF8\uC778 \uD6C4 \uC0AC\uC6A9 \uAC00\uB2A5, <1>\uD68C\uC6D0\uC73C\uB85C \uC5C5\uADF8\uB808\uC774\uB4DC\uD558\uB824\uBA74 \uC5EC\uAE30\uB97C \uD074\uB9AD\uD558\uC138\uC694.",deepLCustomDescription:"\uC678\uAD6D \uC2E0\uC6A9 \uCE74\uB4DC \uD544\uC694, \uACF5\uC2DD\uC801\uC73C\uB85C \uAC1C\uC124\uB41C <1>DeepL,<2>\uBB38\uC11C\uB97C \uBCF4\uB824\uBA74 \uD074\uB9AD\uD558\uC138\uC694.",deepLCustomName:"\uC0AC\uC6A9\uC790 \uC9C0\uC815 \uC778\uC99D \uD0A4",chooseProviderLabel:"\uC11C\uBE44\uC2A4 \uC81C\uACF5\uC5C5\uCCB4 \uC120\uD0DD",openaiProName:"\uBAB0\uC785\uD615 \uBC88\uC5ED \uD504\uB85C \uD68C\uC6D0(\uAD8C\uC7A5)",openaiProDescription:"\uD604\uC7AC \uD328\uD0A4\uC9C0\uB97C \uC9C1\uC811 \uC0AC\uC6A9\uD560 \uC218 \uC788\uC2B5\uB2C8\uB2E4.",openaiProDescriptionForNormal:"\uC124\uC815\uC774 \uD544\uC694\uD558\uC9C0 \uC54A\uC73C\uBA70, \uD68C\uC6D0\uC740 \uB85C\uADF8\uC778 \uD6C4 \uC0AC\uC6A9\uD560 \uC218 \uC788\uC2B5\uB2C8\uB2E4. <1>\uD68C\uC6D0\uC73C\uB85C \uC5C5\uADF8\uB808\uC774\uB4DC\uD558\uB824\uBA74 \uC5EC\uAE30\uB97C \uD074\uB9AD\uD558\uC138\uC694.",openaiCustomDescription:"OpenAI, Azure OpenAI \uB610\uB294 \uAE30\uD0C0 \uD0C0\uC0AC \uC11C\uBE44\uC2A4\uC5D0\uC11C \uC0AC\uC6A9 \uAC00\uB2A5, <1>\uC124\uBA85\uC11C\uB97C \uBCF4\uB824\uBA74 \uC5EC\uAE30\uB97C \uD074\uB9AD\uD558\uC138\uC694.",openaiCustomName:"\uC0AC\uC6A9\uC790 \uC9C0\uC815 API \uD0A4",needLoginAction:"(\uACF5\uAC1C \uBA64\uBC84\uC2ED \uB610\uB294 \uC0AC\uC6A9\uC790 \uC9C0\uC815)",goLoginOrAction:"(\uBA64\uBC84\uC2ED\uC744 \uC5F4\uAC70\uB098 \uC124\uC815\uC73C\uB85C \uC774\uB3D9)",yearly:"\uC5F0\uAC04 \uC5F0\uC18D \uACB0\uC81C",quarterly:"\uC21C\uCC28\uC801 \uB798\uD551",monthly:"\uC6D4\uAC04 \uAD6C\uB3C5",yearlyForOnce:"\uC5F0\uAC04 1\uD68C \uD328\uD0A4\uC9C0",monthlyForOnce:"\uC6D4 1\uD68C \uD328\uD0A4\uC9C0",daily:"\uC5F0\uC18D \uD328\uD0B7 \uC77C\uC218",year:"\uC5F0\uAC04 \uC5F0\uC18D \uACB0\uC81C",quarter:"\uC21C\uCC28\uC801 \uB798\uD551",month:"\uC6D4\uAC04 \uAD6C\uB3C5",day:"\uC5F0\uC18D \uD328\uD0B7 \uC77C\uC218",onetime_7day:"7\uC77C \uCCB4\uD5D8 \uD329",currentPlanDescriptionForFree:"\uD604\uC7AC \uD328\uD0A4\uC9C0\uFF1A\uBB34\uB8CC",currentPlanDescriptionForContinuous:"\uD604\uC7AC \uD328\uD0A4\uC9C0\uFF1A{plan}\uB294 {endAt} \uC5D0\uC11C \uC790\uB3D9\uC73C\uB85C \uAC31\uC2E0\uB429\uB2C8\uB2E4.",currentPlanDescriptionForAutoRenewCaceling:"\uD604\uC7AC \uD328\uD0A4\uC9C0(\uFF1A{plan})\uB294 {endAt} \uC5D0\uC11C \uB9CC\uB8CC\uB418\uBA70 \uB9CC\uB8CC \uC2DC \uC790\uB3D9\uC73C\uB85C \uAC31\uC2E0\uB418\uC9C0 \uC54A\uC2B5\uB2C8\uB2E4.",currentYearlyPlanDescriptionForAutoRenewCacelingWithRealPaiedUser:"\uD604\uC7AC \uD328\uD0A4\uC9C0(\uFF1A{plan})\uB294 {endAt} \uC5D0\uC11C \uB9CC\uB8CC\uB418\uBA70 \uB9CC\uB8CC \uC2DC \uC790\uB3D9\uC73C\uB85C \uAC31\uC2E0\uB418\uC9C0 \uC54A\uC2B5\uB2C8\uB2E4.
<1>\uAC31\uC2E0 \uD50C\uB79C\uC744 \uAD00\uB9AC\uD558\uB824\uBA74 \uC5EC\uAE30\uB97C \uD074\uB9AD\uD558\uC138\uC694.",currentYearlyPlanDescriptionForAutoRenewCacelingWithAdmin:"\uD604\uC7AC \uD328\uD0A4\uC9C0(\uFF1A{plan})\uB294 {endAt} \uC5D0\uC11C \uB9CC\uB8CC\uB418\uBA70 \uB9CC\uB8CC \uC2DC \uC790\uB3D9\uC73C\uB85C \uAC31\uC2E0\uB418\uC9C0 \uC54A\uC2B5\uB2C8\uB2E4.
<1>\uC5F0\uAC04 \uC5F0\uC18D \uAD6C\uB3C5\uC744 \uD65C\uC131\uD654\uD558\uB824\uBA74 \uC5EC\uAE30\uB97C \uD074\uB9AD\uD558\uC138\uC694.",currentPlanDescriptionForOneTime:"\uD604\uC7AC \uAD6C\uB3C5\uFF1A{plan}\uC740 {endAt} \uC5D0\uC11C \uB9CC\uB8CC\uB418\uBA70, <1>\uC5F0\uAC04 \uB610\uB294 <2>\uC6D4\uAC04<1>\uBA64\uBC84\uC2ED\uC73C\uB85C \uC5C5\uADF8\uB808\uC774\uB4DC\uD558\uB824\uBA74 \uC5EC\uAE30\uB97C \uD074\uB9AD\uD558\uC138\uC694.",upgradePlan:"\uD504\uB85C \uBA64\uBC84\uC2ED\uC73C\uB85C \uC5C5\uADF8\uB808\uC774\uB4DC\uD558\uB824\uBA74 \uC5EC\uAE30\uB97C \uD074\uB9AD\uD558\uC138\uC694.",upgradeToPro:"\uD504\uB85C \uBA64\uBC84\uC2ED\uC73C\uB85C \uC5C5\uADF8\uB808\uC774\uB4DC","popup.openPro":"DeepL \uBC0F OpenAI \uBC88\uC5ED\uC744 \uC990\uAE30\uB824\uBA74 \uD504\uB85C \uBA64\uBC84\uC2ED\uC73C\uB85C \uC5C5\uADF8\uB808\uC774\uB4DC\uD558\uACE0 \uC5EC\uAE30\uB97C \uD074\uB9AD\uD558\uC5EC \uC5C5\uADF8\uB808\uC774\uB4DC\uD558\uC138\uC694!","popup.openProForPro":"\uADC0\uD558\uB294 DeepL \uBC0F OpenAI \uBC88\uC5ED\uC5D0 \uC9C1\uC811 \uC561\uC138\uC2A4\uD560 \uC218 \uC788\uB294 \uD504\uB85C \uD68C\uC6D0\uC785\uB2C8\uB2E4!",currentAccount:"\uACBD\uC0C1 \uACC4\uC815",enableAutoSyncUserSettings:"\uC5EC\uB7EC \uB514\uBC14\uC774\uC2A4\uC5D0\uC11C \uD074\uB77C\uC6B0\uB4DC \uC790\uB3D9 \uB3D9\uAE30\uD654 \uC0AC\uC6A9",modalEnableInputTranslationTitle:"\uBAB0\uC785\uD615 \uBC88\uC5ED \uC785\uB825 \uC0C1\uC790 \uBC88\uC5ED \uC54C\uB9BC",modalEnableInputTranslationDesc:"\uC2A4\uD398\uC774\uC2A4\uBC14\uB97C \uC5F0\uC18D\uD574\uC11C \uC138 \uBC88 \uBE60\uB974\uAC8C \uB20C\uB7EC \uBAB0\uC785\uD615 \uBC88\uC5ED\uC758 \uC785\uB825 \uC0C1\uC790 \uBC88\uC5ED\uC744 \uD2B8\uB9AC\uAC70\uD588\uC73C\uBA70, \uC785\uB825 \uC0C1\uC790\uC758 \uB0B4\uC6A9\uC774 \uAE30\uBCF8 \uB300\uC0C1 \uC5B8\uC5B4\uB85C \uBC88\uC5ED\uB429\uB2C8\uB2E4. \uBC88\uC5ED\uC740 Ctrl+Z\uB85C \uCDE8\uC18C\uD560 \uC218 \uC788\uC2B5\uB2C8\uB2E4.

\uBC88\uC5ED\uC774 \uC2E4\uC218\uC600\uB2E4\uBA74 \uC9C0\uAE08 \uBC14\uB85C \uBE44\uD65C\uC131\uD654\uD558\uAC70\uB098 \uC785\uB825 \uC0C1\uC790 \uBC88\uC5ED\uC744 \uC601\uAD6C\uC801\uC73C\uB85C \uBE44\uD65C\uC131\uD654\uD560 \uC218 \uC788\uC73C\uB2C8 \uAC71\uC815\uD558\uC9C0 \uB9C8\uC138\uC694.",saveAndNotShowAgain:"\uC800\uC7A5 \uBC0F \uD504\uB86C\uD504\uD2B8 \uC911\uC9C0",disableInputTranslationTips:"* {option} ,{learnMore}\uC5D0\uC11C \uB2E4\uB978 \uBC14\uB85C\uAC00\uAE30\uB97C \uD2B8\uB9AC\uAC70\uD558\uB3C4\uB85D \uC124\uC815\uD560 \uC218\uB3C4 \uC788\uC2B5\uB2C8\uB2E4.",learnMore:"\uC790\uC138\uD788 \uC54C\uC544\uBCF4\uB824\uBA74 \uC5EC\uAE30\uB97C \uD074\uB9AD\uD558\uC138\uC694.",continueEnalbeInputTranslation:"\uC785\uB825 \uC0C1\uC790 \uBC88\uC5ED \uACC4\uC18D \uD65C\uC131\uD654",autoRenewTrialSuffix:'(\uD3C9\uAC00\uD310 \uC0AC\uC6A9 \uC2DC\uC989\uC2DC \uC815\uC2DD \uBA64\uBC84\uC2ED\uC73C\uB85C \uC5C5\uADF8\uB808\uC774\uB4DC)',upgradeFromTrialTitle:"\uC815\uD68C\uC6D0\uC73C\uB85C \uC5C5\uADF8\uB808\uC774\uB4DC",subtitle:"\uBE44\uB514\uC624 \uCEA1\uC158",youtubeService:"\uBAB0\uC785 \uBC88\uC5ED \uBE44\uB514\uC624 \uC790\uB9C9 \uBC88\uC5ED \uC11C\uBE44\uC2A4","subtitle.disabledSubtitle":"\uB3D9\uC601\uC0C1 \uC790\uB9C9 \uAE30\uB2A5 \uC601\uAD6C \uBE44\uD65C\uC131\uD654\uD558\uAE30","subtitle.disabledSubtitleDescription":"\uBAB0\uC785\uD615 \uBC88\uC5ED\uAE30\uC758 \uBE44\uB514\uC624 \uC790\uB9C9\uC774 \uB2E4\uB978 \uD655\uC7A5 \uD504\uB85C\uADF8\uB7A8\uACFC \uCDA9\uB3CC\uD558\uB294 \uACBD\uC6B0, \uBAB0\uC785\uD615 \uBC88\uC5ED\uAE30\uC758 \uBE44\uB514\uC624 \uC790\uB9C9 \uAE30\uB2A5\uC744 \uC601\uAD6C\uC801\uC73C\uB85C \uBE44\uD65C\uC131\uD654\uD558\uAC70\uB098 \uCDA9\uB3CC\uD558\uB294 \uB2E4\uB978 \uD655\uC7A5 \uD504\uB85C\uADF8\uB7A8\uC744 \uC81C\uAC70\uD558\uB3C4\uB85D \uC120\uD0DD\uD560 \uC218 \uC788\uC2B5\uB2C8\uB2E4.","subtitle.autoEnableSubtitle":"\uC774\uC911 \uC5B8\uC5B4 \uC790\uB9C9 \uC790\uB3D9 \uC0AC\uC6A9","subtitle.autoEnableSubtitleDescription":"\uC0AC\uC6A9\uD558\uBA74 \uBE44\uB514\uC624\uAC00 \uC7AC\uC0DD\uB420 \uB54C \uC790\uB3D9\uC73C\uB85C \uC774\uC911 \uC5B8\uC5B4 \uC790\uB9C9\uC774 \uD45C\uC2DC\uB418\uBA70, \uADF8\uB807\uC9C0 \uC54A\uC73C\uBA74 \uBC88\uC5ED \uBC84\uD2BC\uC744 \uD074\uB9AD\uD574\uC57C \uD45C\uC2DC\uB429\uB2C8\uB2E4.","subtitle.preTranslation":"\uBAB0\uC785\uD615 \uBC88\uC5ED\uC744 \uC0AC\uC6A9\uD558\uC5EC \uC790\uB9C9 \uBC88\uC5ED\uD558\uAE30","subtitle.preTranslationDescription":"\uD65C\uC131\uD654\uD558\uBA74 \uC544\uB798\uC5D0 \uBA85\uC2DC\uB41C \uBC88\uC5ED \uC11C\uBE44\uC2A4\uB97C \uC0AC\uC6A9\uD558\uC5EC \uC804\uCCB4 \uC790\uB9C9\uC774 \uC0AC\uC804 \uBC88\uC5ED\uB418\uBA70, 1\uC2DC\uAC04 \uBD84\uB7C9\uC758 \uB3D9\uC601\uC0C1\uC740 \uC57D 50,000 \uD1A0\uD070 \uB610\uB294 \uBB38\uC790\uB97C \uC18C\uBAA8\uD558\uBBC0\uB85C \uC2E0\uC911\uD558\uAC8C \uC0AC\uC6A9\uD558\uC2DC\uAE30 \uBC14\uB77C\uBA70, \uBE44\uD65C\uC131\uD654\uD558\uBA74 \uC6D0\uBCF8 \uC790\uB9C9\uC774 \uBA3C\uC800 \uC0AC\uC6A9\uB429\uB2C8\uB2E4.","subtitle.humanSubtitlesPreferred":"\uD734\uBA3C \uCEA1\uC158 \uC6B0\uC120 \uC0AC\uC6A9","subtitle.humanSubtitlesPreferredDescription":"\uB3D9\uC601\uC0C1\uC5D0 \uB300\uC0C1 \uC5B8\uC5B4\uB85C \uB41C \uC0AC\uB78C \uC790\uB9C9\uC774 \uC788\uB294 \uACBD\uC6B0 \uC0AC\uB78C \uC790\uB9C9\uC744 \uC6B0\uC120\uC801\uC73C\uB85C \uC0AC\uC6A9\uD569\uB2C8\uB2E4(\uAD8C\uC7A5).",videoSubtitleTranslationDescription:"\uB3D9\uC601\uC0C1 \uC790\uB9C9\uC744 \uC704\uD55C \uBCC4\uB3C4\uC758 \uBC88\uC5ED \uC11C\uBE44\uC2A4 \uC9C0\uC815",subtitleTranslating:"{service} \uC11C\uBE44\uC2A4\uB97C \uC0AC\uC6A9\uD558\uC5EC \uC790\uB9C9\uC744 \uBC88\uC5ED\uD558\uB294 \uB3D9\uC548 \uC7A0\uC2DC \uAE30\uB2E4\uB824\uC8FC\uC138\uC694... (\uBAB0\uC785 \uBC88\uC5ED)",subtitleLoading:"\uC790\uB9C9 \uB85C\uB4DC \uC911...",bilingual:"\uC774\uC911 \uC5B8\uC5B4 \uC0AC\uC6A9","field.action":"\uBC14\uC774\uB450 \uC6A9\uC5B4 \uC0AC\uC6A9 \uC5EC\uBD80","description.action":"\uD65C\uC131\uD654\uD558\uBA74 \uC694\uCCAD\uC5D0 action=1 \uB9E4\uAC1C\uBCC0\uC218\uAC00 \uCD94\uAC00\uB418\uC5B4 \uBC14\uC774\uB450\uC5D0 \uD65C\uC131\uD654\uB41C \uC6A9\uC5B4\uB97C \uC54C\uB9B4 \uC218 \uC788\uC73C\uBA70, <1>\uC790\uC138\uD55C \uB0B4\uC6A9\uC740 \uACF5\uC2DD \uBB38\uC11C\uB97C \uCC38\uC870\uD558\uC138\uC694.",closeQuickTranslation:"\uD638\uBC84\uBCFC \uB2EB\uAE30","closeQuickTranslation.untilNext":"\uB2E4\uC74C \uBC29\uBB38 \uC2DC\uAE4C\uC9C0 \uD734\uBB34\uC785\uB2C8\uB2E4.","closeQuickTranslation.currentWebsite":"\uD604\uC7AC \uC0AC\uC774\uD2B8 \uBE44\uD65C\uC131\uD654","closeQuickTranslation.alwaysClose":"\uC601\uAD6C\uC801\uC73C\uB85C \uBE44\uD65C\uC131\uD654","closeQuickTranslation.settingOpen":"( <1>\uC124\uC815 \uD398\uC774\uC9C0\uC5D0\uC11C \uCF1C\uAE30 \uAC00\uB2A5)","closeQuickTranslation.cancel":"\uCDE8\uC18C","closeQuickTranslation.confirm":"\uC815\uC758","floatBall.popup":"\uBE60\uB978 \uC124\uC815 \uD328\uB110 \uC5F4\uAE30","floatBall.translate":"\uD074\uB9AD\uD558\uC5EC \uD398\uC774\uC9C0 \uBC88\uC5ED\uD558\uAE30","floatBall.showOriginal":"\uC6D0\uBCF8 \uBB38\uC11C\uB85C \uB3CC\uC544\uAC00\uB824\uBA74 \uD074\uB9AD\uD558\uC138\uC694.","floatBall.close":"\uD638\uBC84\uBCFC \uB2EB\uAE30","floatBallOptions.enableDescPc":"\uD398\uC774\uC9C0 \uD638\uBC84\uBCFC\uC744 \uD65C\uC131\uD654\uD558\uBA74 \uD398\uC774\uC9C0 \uC624\uB978\uCABD\uC5D0 \uBE60\uB978 \uBC88\uC5ED \uBC84\uD2BC\uC774 \uD45C\uC2DC\uB418\uBA70, \uC774\uB97C \uD074\uB9AD\uD558\uBA74 \uBC88\uC5ED\uD560 \uC218 \uC788\uC2B5\uB2C8\uB2E4!","floatBallOptions.enableDesc":"\uD638\uBC84\uBCFC\uC744 \uB044\uACE0 \uB098\uBA74{touch}\uC73C\uB85C \uBD88\uB7EC\uC62C \uC218 \uC788\uC2B5\uB2C8\uB2E4. \uC2E4\uC218\uB85C \uC774 \uC635\uC158\uC744 \uB048 \uD6C4 \uD638\uBC84\uBCFC\uC744 \uCC3E\uC744 \uC218 \uC5C6\uB294 \uACBD\uC6B0\uB97C \uB300\uBE44\uD574 \uC774 \uC124\uC815 \uD398\uC774\uC9C0\uB97C \uBD81\uB9C8\uD06C\uC5D0 \uCD94\uAC00\uD574 \uB450\uB294 \uAC83\uC774 \uC88B\uC2B5\uB2C8\uB2E4!","description.azureApiUrl":"\uC0AC\uC6A9\uC790 \uC9C0\uC815 API \uC778\uD130\uD398\uC774\uC2A4\uC758 \uC8FC\uC18C\uB97C \uC785\uB825\uD569\uB2C8\uB2E4.",confirmSupportMouse:"\uB9C8\uC6B0\uC2A4 \uC9C0\uC6D0 \uAC15\uC81C \uD65C\uC131\uD654",confirmSupportMouseDescription:"\uD604\uC7AC \uBE0C\uB77C\uC6B0\uC800\uAC00 \uB9C8\uC6B0\uC2A4 \uAE30\uB2A5\uC744 \uC9C0\uC6D0\uD558\uC9C0 \uC54A\uB294 \uAC83\uC73C\uB85C \uAC10\uC9C0\uB418\uBA74 \uB9C8\uC6B0\uC2A4 \uC9C0\uC6D0\uC744 \uAC15\uC81C\uB85C \uD65C\uC131\uD654\uD574\uC57C \uD558\uB098\uC694?",sampleTargetText:"\uAE34 \uBC24\uC774 \uC62C \uAC83\uC774\uB2C8, \uB098\uB294 \uC624\uB298\uBD80\uD130 \uC8FD\uC744 \uB54C\uAE4C\uC9C0 \uBCF4\uCD08\uB97C \uC124 \uAC83\uC774\uB2E4. \uB098\uB294 \uC544\uB0B4\uB97C \uCDE8\uD558\uC9C0 \uC54A\uC744 \uAC83\uC774\uBA70, \uB3D9\uB9F9\uC744 \uB9FA\uC9C0 \uC54A\uC744 \uAC83\uC774\uBA70, \uC790\uC2DD\uC744 \uB0B3\uC9C0 \uC54A\uC744 \uAC83\uC774\uB2E4. \uB098\uB294 \uC655\uAD00\uC744 \uC4F0\uC9C0 \uC54A\uC744 \uAC83\uC774\uBA70 \uBA85\uC608\uB97C \uC704\uD574 \uB178\uB825\uD558\uC9C0 \uC54A\uC744 \uAC83\uC774\uB2E4. \uB098\uB294 \uB0B4 \uC758\uBB34\uB97C \uB2E4\uD558\uACE0 \uC0B4\uB2E4\uAC00 \uC8FD\uC744 \uAC83\uC785\uB2C8\uB2E4.",sampleSourceText:"Night gathers, and now my watch begins. It shall not end until my death. I shall take no wife, hold no lands, father no children. I shall wear no crowns and win no glory. I shall live and die at my post.","subtitle.supportedSites":"\u5DF2\u652F\u6301\u5728\u8FD9\u4E9B\u7F51\u7AD9\u4F7F\u7528\u53CC\u8BED\u5B57\u5E55\uFF08\u6CE8\u610F\uFF1A\u7531\u4E8E\u6280\u672F\u9650\u5236\uFF0C\u90E8\u5206\u7F51\u7AD9\u5728\u9996\u6B21\u5F00\u542F\u5B57\u5E55\u540E\u9700\u8981\u91CD\u65B0\u5237\u65B0\u9875\u9762\uFF0C\u6216\u8005\u9700\u7B49\u5F85\u7FFB\u8BD1\u5B8C\u6210\u4EE5\u663E\u793A\u53CC\u8BED\u5B57\u5E55\uFF09\uFF1A",viewWithImmersiveTranslate:"\u53CC\u8BED\u7248\u672C(\u6C89\u6D78\u5F0F\u7FFB\u8BD1)",errorReason:"\u9519\u8BEF\u539F\u56E0\uFF1A{message}","proQuotaExceededError.onetime7day":'\uFF0C\u60A8\u53EF\u4EE5\u9009\u62E9\u4EE5\u4E0B\u65B9\u5F0F\u89E3\u51B3\uFF1A

1. \u5207\u6362\u5230 {anotherService} \u6216\u5176\u4ED6\u7FFB\u8BD1\u670D\u52A1
2. \u5347\u7EA7\u4E3A\u6708\u5EA6/\u5E74\u5EA6\u4F1A\u5458',"proQuotaExceededError.trial":'\uFF0C\u60A8\u53EF\u4EE5\u9009\u62E9\u4EE5\u4E0B\u65B9\u5F0F\u89E3\u51B3\uFF1A

1. \u5207\u6362\u5230 {anotherService} \u6216\u5176\u4ED6\u7FFB\u8BD1\u670D\u52A1
2. \u7ACB\u523B\u5347\u7EA7\u4E3A\u6B63\u5F0F\u4F1A\u5458',"proQuotaExceededError.nonTrial":'\uFF0C\u60A8\u53EF\u4EE5\u9009\u62E9\u4EE5\u4E0B\u65B9\u5F0F\u89E3\u51B3\uFF1A

1. \u5207\u6362\u5230 {anotherService} \u6216\u5176\u4ED6\u7FFB\u8BD1\u670D\u52A1
2. \u8D2D\u4E70 {translationService} \u989D\u5916\u6D41\u91CF\u5305',"proQuotaExceededError.resetTime":"
3. \u989D\u5EA6\u91CD\u7F6E\u65F6\u95F4\uFF1A{resetTime}","desc.touchShortcutsToggleTranslatePageOnlyTranslation":"\uBC88\uC5ED\uBB38\uB9CC\uC774\uB77C\uB294 \uAC83\uC740 \uBC88\uC5ED\uBB38\uB9CC \uD45C\uC2DC\uD558\uBA70, \uC6F9\uD398\uC774\uC9C0\uAC00 \uC544\uC9C1 \uBC88\uC5ED\uB418\uC9C0 \uC54A\uC558\uB2E4\uBA74 \uBAA8\uB4DC\uB97C \uC804\uD658\uD558\uACE0 \uBC88\uC5ED\uD560 \uAC83\uC785\uB2C8\uB2E4.","desc.toggleOnlyTransation":"\uC624\uC9C1 \uBC88\uC5ED \uBAA8\uB4DC\uB294 \uBC88\uC5ED\uBB38\uB9CC \uD45C\uC2DC\uD558\uB294 \uAC83\uC744 \uC758\uBBF8\uD558\uBA70, \uC6F9\uD398\uC774\uC9C0\uAC00 \uC544\uC9C1 \uBC88\uC5ED\uB418\uC9C0 \uC54A\uC558\uB2E4\uBA74 \uBAA8\uB4DC\uB97C \uC804\uD658\uD558\uACE0 \uBC88\uC5ED\uD560 \uAC83\uC785\uB2C8\uB2E4.",touchShortcutsToggleTranslatePageOnlyTranslation:"\uD130\uCE58 \uC2A4\uD06C\uB9B0 \uC81C\uC2A4\uCC98\uB97C \uC124\uC815\uD558\uC5EC \uC774\uC911 \uC5B8\uC5B4/\uBC88\uC5ED \uD14D\uC2A4\uD2B8 \uC804\uC6A9 \uBAA8\uB4DC\uB97C \uC804\uD658\uD558\uC138\uC694.",download_started:"\uB2E4\uC6B4\uB85C\uB4DC\uAC00 \uC774\uBBF8 \uC2DC\uC791\uB418\uC5C8\uC2B5\uB2C8\uB2E4. \uC790\uB3D9\uC73C\uB85C \uB2E4\uC6B4\uB85C\uB4DC\uB418\uC9C0 \uC54A\uB294 \uACBD\uC6B0, \uC218\uB3D9\uC73C\uB85C \uD074\uB9AD\uD558\uC2ED\uC2DC\uC624.",here:"\uC5EC\uAE30","error.serveConfigError":"\uC11C\uBE44\uC2A4 \uAD6C\uC131 \uC624\uB958","translationFont.customPlaceholder":"\uAE00\uAF34","error.configError":"\uAD6C\uC131 \uB370\uC774\uD130 \uC774\uC0C1","error.goReset":"\uC7AC\uC124\uC815\uD558\uB2E4","touch.mouse-translate":"\uC9C0\uC815\uB41C \uB2E8\uB77D \uBC88\uC5ED",batchEdit:"\uB300\uB7C9 \uC791\uC5C5","translationModeUrl.translation.title":"\uBC88\uC5ED\uB9CC \uBAA8\uB4DC\uC758 \uC6F9\uC0AC\uC774\uD2B8","translationFont.custom":"\uC0AC\uC6A9\uC790 \uC815\uC758 \uAE00\uAF34 \uC785\uB825",translationFont:"\uAE00\uAF34 \uC124\uC815","translationServices.inherit":"\uC8FC \uBC88\uC5ED \uC11C\uBE44\uC2A4\uB97C \uB530\uB974\uC2ED\uC2DC\uC624",detectServiceLoading:"\uC0AC\uC6A9 \uAC00\uB2A5\uD55C \uBC88\uC5ED \uC11C\uBE44\uC2A4\uB97C \uD655\uC778 \uC911\uC785\uB2C8\uB2E4...",toggleToService:"{service}\uB85C \uC804\uD658\uD558\uACE0 \uB2E4\uC2DC \uC2DC\uB3C4\uD558\uC2ED\uC2DC\uC624.","translationModeLang.translation.title":"\uB2E8\uC21C \uBC88\uC5ED \uBAA8\uB4DC\uC758 \uC5B8\uC5B4","error.502":"\uC11C\uBE44\uC2A4\uAC00 \uC624\uB958\uB97C \uBC18\uD658\uD588\uC2B5\uB2C8\uB2E4, \uC11C\uBE44\uC2A4\uAC00 \uC2DC\uAC04 \uCD08\uACFC\uB418\uC5C8\uC2B5\uB2C8\uB2E4. \uC7A0\uC2DC \uD6C4 \uB2E4\uC2DC \uC2DC\uB3C4\uD574 \uC8FC\uC138\uC694.","error.proUpgrade":"\uC5C5\uADF8\uB808\uC774\uB4DC \uD6C4\uC5D0\uB294 \uD398\uC774\uC9C0\uB97C \uC0C8\uB85C \uACE0\uCE68\uD558\uC5EC \uB2E4\uC2DC \uBC88\uC5ED\uD558\uC2ED\uC2DC\uC624.","error.reloadPageOfSetting":"\uAD6C\uC131 \uD6C4\uC5D0\uB294 \uD398\uC774\uC9C0\uB97C \uC0C8\uB85C \uACE0\uCE68\uD558\uC5EC \uB2E4\uC2DC \uBC88\uC5ED\uD558\uC2ED\uC2DC\uC624.","translationModeLang.translation.description":"\uD398\uC774\uC9C0 \uC5B8\uC5B4\uAC00 \uB2E4\uC74C \uC5B8\uC5B4\uC77C \uB54C, \uC790\uB3D9\uC73C\uB85C \uBC88\uC5ED\uBB38\uB9CC \uBAA8\uB4DC\uB97C \uC0AC\uC6A9\uD569\uB2C8\uB2E4.","error.proTokenInvalid":"Pro \uC0AC\uC6A9\uC790\uC774\uC2DC\uB77C\uBA74, \uB85C\uADF8\uC778 \uD6C4 Pro \uBC88\uC5ED \uC11C\uBE44\uC2A4\uB97C \uC774\uC6A9\uD574 \uC8FC\uC138\uC694.","error.403":"\uC11C\uBE44\uC2A4\uAC00 \uC624\uB958\uB97C \uBC18\uD658\uD558\uC600\uC2B5\uB2C8\uB2E4, \uC7A0\uC2DC \uD574\uB2F9 \uC11C\uBE44\uC2A4\uC5D0 \uC811\uADFC\uD560 \uAD8C\uD55C\uC774 \uC5C6\uC2B5\uB2C8\uB2E4.","error.googleLimitIp":"\uC11C\uBE44\uC2A4\uAC00 \uC624\uB958\uB97C \uBC18\uD658\uD588\uC73C\uBA70, Google \uC11C\uBE44\uC2A4\uB294 \uD574\uB2F9 IP \uC8FC\uC18C\uC5D0 \uB300\uD574 \uC81C\uD55C\uC744 \uB450\uC5C8\uC2B5\uB2C8\uB2E4. \uB124\uD2B8\uC6CC\uD06C \uB178\uB4DC\uB97C \uBCC0\uACBD\uD558\uB294 \uAC83\uC774 \uC88B\uC2B5\uB2C8\uB2E4.",videoSubtitlePreTranslationOff:"\uBE44\uB514\uC624 \uC790\uB9C9\uC740 \uC6D0\uB798 \uBE44\uB514\uC624\uC5D0 \uD3EC\uD568\uB41C \uAE30\uACC4 \uBC88\uC5ED \uC790\uB9C9\uC744 \uC6B0\uC120\uC801\uC73C\uB85C \uC0AC\uC6A9\uD560 \uAC83\uC785\uB2C8\uB2E4.",videoSubtitlePreTranslationOn:"\uBE44\uB514\uC624 \uC790\uB9C9\uC740 \uC6B0\uC120\uC801\uC73C\uB85C \uBAB0\uC785\uD615 \uBC88\uC5ED\uC744 \uC0AC\uC6A9\uD560 \uAC83\uC785\uB2C8\uB2E4.",enableSentryReport:"\uD655\uC7A5\uC774 \uC624\uB958\uB97C \uC77C\uC73C\uD0AC \uB54C Sentry\uB97C \uC0AC\uC6A9\uD558\uC5EC \uD53C\uB4DC\uBC31\uC744 \uC81C\uCD9C\uD558\uC2ED\uC2DC\uC624.","translationModeUrl.translation.description":"\uB2E4\uC74C \uB3C4\uBA54\uC778\uC5D0 \uB300\uD55C \uC6F9\uC0AC\uC774\uD2B8\uC77C \uACBD\uC6B0, \uC790\uB3D9\uC73C\uB85C \uBC88\uC5ED\uBB38\uB9CC \uBAA8\uB4DC\uB97C \uC0AC\uC6A9\uD569\uB2C8\uB2E4.","error.openAIExceededQuota":"\uC11C\uBE44\uC2A4 \uC624\uB958 \uBC18\uD658: \uD604\uC7AC OpenAI \uACC4\uC815 \uC794\uC561\uC774 \uBD80\uC871\uD569\uB2C8\uB2E4. OpenAI \uACF5\uC2DD \uAD00\uB9AC \uD398\uC774\uC9C0\uC5D0\uC11C \uCDA9\uC804\uD558\uAC70\uB098 \uC2E0\uC6A9\uCE74\uB4DC\uB97C \uC5F0\uACB0\uD574\uC8FC\uC138\uC694.","error.400":"\uC11C\uBE44\uC2A4\uAC00 \uC624\uB958\uB97C \uBC18\uD658\uD588\uC2B5\uB2C8\uB2E4. \uC694\uCCAD \uB9E4\uAC1C\uBCC0\uC218\uAC00 \uC798\uBABB\uB418\uC5C8\uC2B5\uB2C8\uB2E4. \uD574\uB2F9 \uC124\uC815\uC744 \uD655\uC778\uD558\uC2ED\uC2DC\uC624.","error.gemini.429":"\uD604\uC7AC Gemini \uC11C\uBE44\uC2A4\uC758 \uD604\uC7AC \uBD80\uD558 \uC6A9\uB7C9\uC774 \uCD5C\uB300\uC5D0 \uB3C4\uB2EC\uD588\uC2B5\uB2C8\uB2E4. \uC7A0\uC2DC \uD6C4\uC5D0 \uB2E4\uC2DC \uC2DC\uB3C4\uD558\uAC70\uB098 \uB2E4\uB978 \uBC88\uC5ED \uC11C\uBE44\uC2A4\uB85C \uC804\uD658\uD574 \uC8FC\uC138\uC694.","translationFont.notSupportErrorMessage":"\uC785\uB825\uD558\uC2E0 \uAE00\uAF34 \uC774\uB984\uC774 \uC815\uD655\uD55C\uC9C0 \uD655\uC778\uD558\uC2DC\uAC70\uB098, \uD574\uB2F9 \uAE00\uAF34\uC774 \uADC0\uD558\uC758 \uC7A5\uCE58\uC5D0 \uC124\uCE58\uB418\uC5B4 \uC788\uB294\uC9C0 \uD655\uC778\uD574 \uC8FC\uC138\uC694.","error.openAIFreeLimit":"\uC11C\uBE44\uC2A4\uAC00 \uC624\uB958\uB97C \uBC18\uD658\uD588\uC2B5\uB2C8\uB2E4. \uD604\uC7AC \uBC88\uC5ED \uC694\uCCAD \uBE48\uB3C4\uAC00 \uBD84\uB2F9 \uCD5C\uB300 3\uD68C\uB85C \uC81C\uD55C\uB418\uC5C8\uC2B5\uB2C8\uB2E4. \uC7A0\uC2DC \uD6C4 \uB2E4\uC2DC \uC2DC\uB3C4\uD558\uC2ED\uC2DC\uC624. (\uC774\uAC83\uC740 OpenAI \uACF5\uC2DD\uC774 \uBB34\uB8CC API Key\uC5D0 \uB300\uD55C \uC81C\uD55C\uC774\uBA70, \uC774 \uC81C\uD55C\uC744 \uD574\uC81C\uD558\uB824\uBA74 OpenAI \uAD00\uB9AC \uBC31\uC5D4\uB4DC\uC5D0\uC11C \uC2E0\uC6A9\uCE74\uB4DC\uB97C \uC5F0\uACB0\uD558\uC2ED\uC2DC\uC624.)","desc.toggleVideoSubtitlePreTranslation":"\uB204\uB974\uBA74 \uBE44\uB514\uC624\uC758 \uC774\uC911 \uC5B8\uC5B4 \uC790\uB9C9\uC740 \uC6B0\uC120\uC801\uC73C\uB85C \uBAB0\uC785\uD615 \uBC88\uC5ED \uC124\uC815\uC744 \uC0AC\uC6A9\uD558\uACE0, \uB2E4\uC2DC \uB204\uB974\uBA74 \uC6D0\uB798 \uBE44\uB514\uC624\uC5D0 \uB0B4\uC7A5\uB41C \uAE30\uACC4 \uBC88\uC5ED \uC790\uB9C9\uC744 \uC6B0\uC120\uC801\uC73C\uB85C \uC0AC\uC6A9\uD569\uB2C8\uB2E4. \uC8FC\uC758: \uC774 \uB2E8\uCD95\uD0A4\uB294 \uC804\uC5ED \uC124\uC815\uC744 \uC218\uC815\uD569\uB2C8\uB2E4.","error.429":"\uC11C\uBE44\uC2A4\uAC00 \uC624\uB958\uB97C \uBC18\uD658\uD588\uC2B5\uB2C8\uB2E4. \uC774\uB294 \uC694\uCCAD\uC774 \uB108\uBB34 \uC790\uC8FC \uBC1C\uC0DD\uD558\uAC70\uB098 \uD560\uB2F9\uB7C9 \uC81C\uD55C\uC744 \uCD08\uACFC\uD588\uC74C\uC744 \uB098\uD0C0\uB0C5\uB2C8\uB2E4. \uC7A0\uC2DC \uD6C4\uC5D0 \uB2E4\uC2DC \uC2DC\uB3C4\uD558\uC2ED\uC2DC\uC624.","error.serveUnavailable":"\uD604\uC7AC \uC0AC\uC6A9 \uC911\uC778 [{serverName}] \uC11C\uBE44\uC2A4\uB294 \uB124\uD2B8\uC6CC\uD06C \uC5F0\uACB0 \uB610\uB294 \uC11C\uBE44\uC2A4 \uC81C\uACF5\uC790\uC758 \uBB38\uC81C\uB85C \uC778\uD574 \uC77C\uC2DC\uC801\uC73C\uB85C \uC811\uC18D\uD560 \uC218 \uC5C6\uC2B5\uB2C8\uB2E4. \uD398\uC774\uC9C0\uB97C \uC0C8\uB85C \uACE0\uCE68\uD558\uAC70\uB098 <1>\uC124\uC815\uC744 \uD1B5\uD574 \uB2E4\uB978 \uBC88\uC5ED \uC11C\uBE44\uC2A4\uB85C \uBCC0\uACBD\uD574 \uBCF4\uC2DC\uB294 \uAC83\uC744 \uAD8C\uC7A5\uD569\uB2C8\uB2E4. <2>Pro \uD68C\uC6D0\uC774\uC2DC\uB77C\uBA74, \uB354 \uC548\uC815\uC801\uC778 DeepL \uB610\uB294 OpenAI \uBC88\uC5ED \uC11C\uBE44\uC2A4\uB97C \uC0AC\uC6A9\uD560 \uC218 \uC788\uC2B5\uB2C8\uB2E4(<3>\uC5EC\uAE30\uB97C \uD074\uB9AD\uD558\uC2DC\uBA74 \uBB34\uB8CC\uB85C \uCCB4\uD5D8\uD558\uC2E4 \uC218 \uC788\uC2B5\uB2C8\uB2E4). \uB610\uD55C, \uB124\uD2B8\uC6CC\uD06C \uB610\uB294 \uD504\uB85D\uC2DC \uC124\uC815\uC744 \uD655\uC778\uD574\uC57C \uD560 \uC218\uB3C4 \uC788\uC2B5\uB2C8\uB2E4.",pickAll:"\uC804\uCCB4 \uC120\uD0DD","error.reason":"\uC624\uB958 \uC6D0\uC778","error.retry":"\uB2E4\uC2DC \uC2DC\uB3C4\uD558\uB2E4","widget.instruction":"\uC0AC\uC6A9 \uC124\uBA85\uC11C",notLogin:"\uB85C\uADF8\uC778\uD558\uC9C0 \uC54A\uC74C",loggedIn:"\uB85C\uADF8\uC778 \uB418\uC5C8\uC2B5\uB2C8\uB2E4",touchShortcutsOff:"\uB2EB\uAE30",goLogin:"\uB85C\uADF8\uC778\uD558\uC2ED\uC2DC\uC624","widget.videoSubtitle":"\uBE44\uB514\uC624 \uC790\uB9C9","multipleClick.2":"\uB354\uBE14 \uD074\uB9AD","widget.translateFile":"PDF/ePub",shortcutSettings:"\uB2E8\uCD95\uD0A4","tagsInput.add":"+ \uCD94\uAC00",translationOnlyMode:"\uC624\uC9C1 \uBC88\uC5ED \uBAA8\uB4DC\uB9CC",shortcutSettingsTitle:"\uB2E8\uCD95\uD0A4 \uC124\uC815","translationServices.gemini":"\uC30D\uB465\uC774\uC790\uB9AC","multipleClick.4":"\uB124 \uBC88 \uC5F0\uC18D \uD0C0\uACA9","floatBall.iKnow":"\uB098\uB294 \uC54C\uC558\uC5B4","widget.instructionTooltip":"\uC0AC\uC6A9 \uC124\uBA85\uC11C\uB97C \uD655\uC778\uD558\uC2ED\uC2DC\uC624","multipleClick.3":"\uD2B8\uB9AC\uD50C \uD788\uD2B8",paragraphMinTextCountField:"\uBC88\uC5ED \uB2E8\uB77D\uC5D0 \uD544\uC694\uD55C \uCD5C\uC18C \uBB38\uC790 \uC218","shortcutGroup.shortcutsForTranslationServices":"\uBC88\uC5ED \uC11C\uBE44\uC2A4 \uAD00\uB828 \uB2E8\uCD95\uD0A4",temprarilyChangeTranslationTo_openai:"\uD604\uC7AC \uD398\uC774\uC9C0\uB97C OpenAI\uB85C \uBC88\uC5ED\uD558\uACE0 \uC788\uC2B5\uB2C8\uB2E4.","browser.translateWithGoogle":"\uD604\uC7AC \uD398\uC774\uC9C0\uB97C \uC784\uC2DC\uB85C Google \uBC88\uC5ED \uC0AC\uC6A9\uD558\uAE30",mouseHoverCustomKeyTitle:"\uC0AC\uC6A9\uC790 \uC815\uC758 \uB9C8\uC6B0\uC2A4 \uD638\uBC84 \uB2E8\uCD95\uD0A4","slide.left":"\uC624\uB978\uCABD\uC73C\uB85C \uC2AC\uB77C\uC774\uB4DC\uD558\uC138\uC694","browser.translateInputBox":"\uD604\uC7AC \uC785\uB825 \uC0C1\uC790 \uB0B4\uC6A9 \uBC88\uC5ED","intro.floatBallTitle":"\uBE60\uB978 \uBC88\uC5ED \uD50C\uB85C\uD305 \uBCFC","shortcutGroup.touch":"\uD130\uCE58 \uC2A4\uD06C\uB9B0 \uC804\uC6A9 \uC81C\uC2A4\uCC98","widget.videoSubtitleTooltip":"Youtube \uB4F1 {count}+ \uBE44\uB514\uC624 \uC6F9\uC0AC\uC774\uD2B8\uB97C \uC9C0\uC6D0\uD569\uB2C8\uB2E4","intro.subtitleTitle":"\uC628\uB77C\uC778 \uBE44\uB514\uC624 \uC774\uC911 \uC5B8\uC5B4 \uC790\uB9C9 \uD45C\uC2DC","subtitle.autoDisableSubtitle":"\uC790\uB3D9\uC73C\uB85C \uC774\uC911 \uC5B8\uC5B4 \uC790\uB9C9\uC744 \uD65C\uC131\uD654\uD558\uC9C0 \uC54A\uC2B5\uB2C8\uB2E4",temprarilyChangeTranslationTo_bing:"\uD604\uC7AC \uD398\uC774\uC9C0\uB97C Microsoft \uBC88\uC5ED\uC744 \uC0AC\uC6A9\uD558\uC5EC \uBC88\uC5ED\uD558\uACE0 \uC788\uC2B5\uB2C8\uB2E4.","slide.right":"\uC67C\uCABD\uC73C\uB85C \uC2AC\uB77C\uC774\uB4DC\uD558\uC138\uC694","widget.translateFileTooltip":"PDF, EPUB, SRT, ASS, HTML \uBC0F TXT \uBB38\uC11C \uBC88\uC5ED","intro.hoverTitle":"\uB9C8\uC6B0\uC2A4\uB97C \uB193\uC73C\uBA74 \uD604\uC7AC \uB2E8\uB77D\uC774 \uBC88\uC5ED\uB429\uB2C8\uB2E4.",temprarilyChangeTranslationTo_gemini:"\uD604\uC7AC \uD398\uC774\uC9C0\uB97C Gemini\uB85C \uBC88\uC5ED\uD558\uACE0 \uC788\uC2B5\uB2C8\uB2E4.","shortcutGroup.mouse":"\uB9C8\uC6B0\uC2A4 \uD638\uBC84 \uB2E8\uCD95\uD0A4 \uC124\uC815",temprarilyChangeTranslationTo_google:"\uD604\uC7AC \uD398\uC774\uC9C0\uB97C Google \uBC88\uC5ED\uC744 \uC0AC\uC6A9\uD558\uC5EC \uBC88\uC5ED\uD558\uACE0 \uC788\uC2B5\uB2C8\uB2E4.",neverTranslateThisSite:"\uC774 \uC6F9\uC0AC\uC774\uD2B8\uB97C \uC808\uB300 \uBC88\uC5ED\uD558\uC9C0 \uB9C8\uC2ED\uC2DC\uC624.","subtitle.bilingual":"\uC774\uC911 \uC5B8\uC5B4 \uC790\uB9C9",alwaysTranslateThisSite:"\uD56D\uC0C1 \uC774 \uC6F9\uC0AC\uC774\uD2B8\uB97C \uBC88\uC5ED\uD569\uB2C8\uB2E4",buildSnapshots:"\uC6F9\uD398\uC774\uC9C0 \uC2A4\uB0C5\uC0F7 \uC0DD\uC131","error.subscriptionExpiredTitle":"\uD68C\uC6D0\uC774 \uB9CC\uB8CC\uB418\uC5C8\uC2B5\uB2C8\uB2E4",notLoginPro:"\uB2F9\uC2E0\uC740 \uC544\uC9C1 \uD68C\uC6D0 \uACC4\uC815\uC5D0 \uB85C\uADF8\uC778\uD558\uC9C0 \uC54A\uC558\uC2B5\uB2C8\uB2E4.","browser.translateWithGemini":"\uD604\uC7AC \uD398\uC774\uC9C0\uB97C \uC784\uC2DC\uB85C Gemini\uB85C \uBC88\uC5ED\uD558\uC2ED\uC2DC\uC624.","shortcutGroup.others":"\uB354 \uB9CE\uC740 \uC0AC\uC6A9\uC790 \uC815\uC758 \uAE30\uB2A5 \uB2E8\uCD95\uD0A4","subtitle.showQuickButton":"\uD50C\uB808\uC774\uC5B4\uC5D0\uC11C \uC774\uC911 \uC5B8\uC5B4 \uC790\uB9C9 \uB2E8\uCD95\uD0A4\uB97C \uD45C\uC2DC\uD569\uB2C8\uB2E4","browser.translateWithBing":"\uC784\uC2DC\uB85C \uB9C8\uC774\uD06C\uB85C\uC18C\uD504\uD2B8 \uBC88\uC5ED\uC744 \uC0AC\uC6A9\uD558\uC5EC \uD604\uC7AC \uD398\uC774\uC9C0\uB97C \uBC88\uC5ED\uD558\uC2ED\uC2DC\uC624.",contact:"\uC6B0\uB9AC\uC5D0\uAC8C \uC5F0\uB77D\uD558\uC2ED\uC2DC\uC624","desc.touchShortcutsToggleTranslateTouchElement":"\uC0AC\uC6A9\uC790 \uC815\uC758 \uC81C\uC2A4\uCC98\uB97C \uC0AC\uC6A9\uD558\uBA74 \uC5B4\uB5A4 \uB2E8\uB77D\uC774\uB4E0 \uBC88\uC5ED\uD560 \uC218 \uC788\uC2B5\uB2C8\uB2E4.",temprarilyChangeTranslationTo_deepl:"\uD604\uC7AC \uD398\uC774\uC9C0\uB97C DeepL\uB85C \uBC88\uC5ED\uD558\uACE0 \uC788\uC2B5\uB2C8\uB2E4.",networkError:"\uBC88\uC5ED \uC11C\uBE44\uC2A4 \uB610\uB294 \uB124\uD2B8\uC6CC\uD06C\uC5D0 \uBB38\uC81C\uAC00 \uBC1C\uC0DD\uD588\uC2B5\uB2C8\uB2E4.","browser.translateWithTransmart":"\uC784\uC2DC\uB85C \uD150\uC13C\uD2B8 \uBC88\uC5ED\uC744 \uC0AC\uC6A9\uD558\uC5EC \uD604\uC7AC \uD398\uC774\uC9C0\uB97C \uBC88\uC5ED\uD558\uC2ED\uC2DC\uC624.",upgradeToProErrorTitle:"\uC774 \uBC88\uC5ED \uC11C\uBE44\uC2A4\uB97C \uC0AC\uC6A9\uD558\uB824\uBA74 Pro \uD68C\uC6D0\uC73C\uB85C \uC5C5\uADF8\uB808\uC774\uB4DC\uD558\uC2ED\uC2DC\uC624.",temprarilyChangeTranslationTo_transmart:"\uD604\uC7AC \uD398\uC774\uC9C0\uB97C \uD150\uC13C\uD2B8 \uBC88\uC5ED\uC744 \uC0AC\uC6A9\uD558\uC5EC \uBC88\uC5ED\uD558\uACE0 \uC788\uC2B5\uB2C8\uB2E4.",touchShortcutsToggleTranslationMask:"\uD130\uCE58 \uC2A4\uD06C\uB9B0 \uC81C\uC2A4\uCC98 \uC124\uC815\uD558\uC5EC \uBC88\uC5ED \uB9C8\uC2A4\uD06C \uD45C\uC2DC / \uC6D0\uBB38 \uD45C\uC2DC","neverTranslateText.title":"\uB2E4\uC74C \uB2E8\uC5B4\uB294 \uC6D0\uBB38\uC744 \uC720\uC9C0\uD558\uACE0 \uBC88\uC5ED\uD558\uC9C0 \uB9C8\uC2ED\uC2DC\uC624.","browser.translateWithOpenAI":"\uC784\uC2DC\uB85C OpenAI\uB97C \uC0AC\uC6A9\uD558\uC5EC \uD604\uC7AC \uD398\uC774\uC9C0\uB97C \uBC88\uC5ED\uD558\uC2ED\uC2DC\uC624.","floatBall.guideClickToTranslate":`\uD074\uB9AD\uD558\uC5EC \uBAB0\uC785\uD615 \uBC88\uC5ED \uD50C\uB85C\uD305 \uBCFC\uC744 \uBE60\uB974\uAC8C \uBC88\uC5ED\uD560 \uC218 \uC788\uC2B5\uB2C8\uB2E4`,"floatBall.longPress":"\uAE38\uAC8C \uB204\uB974\uBA74 \uC124\uC815 \uD328\uB110\uC744 \uBE60\uB974\uAC8C \uC5F4 \uC218 \uC788\uC5B4\uC694.","browser.translateWithDeepL":"\uD604\uC7AC \uD398\uC774\uC9C0\uB97C \uC784\uC2DC\uB85C DeepL\uB85C \uBC88\uC5ED\uD558\uC2ED\uC2DC\uC624.","shortcutGroup.main":"\uC77C\uBC18\uC801\uC73C\uB85C \uC0AC\uC6A9\uD558\uB294 \uAE30\uB2A5\uC758 \uB2E8\uCD95\uD0A4","subtitle.hideQuickButton":"\uB354 \uC774\uC0C1 \uC774 \uB2E8\uCD95\uD0A4\uB97C \uD45C\uC2DC\uD558\uC9C0 \uC54A\uC2B5\uB2C8\uB2E4",touchShortcutsToggleTranslatePage:"\uC6F9\uD398\uC774\uC9C0 \uBC88\uC5ED/\uC6D0\uBB38 \uD45C\uC2DC\uB97C \uC704\uD574 \uD130\uCE58 \uC2A4\uD06C\uB9B0 \uC81C\uC2A4\uCC98 \uC124\uC815",touchShortcutsToggleTranslateTouchElement:"\uD2B9\uC815 \uB2E8\uB77D \uBC88\uC5ED\uC744 \uC704\uD55C \uD130\uCE58 \uC2A4\uD06C\uB9B0 \uC81C\uC2A4\uCC98 \uC124\uC815",confirmResetToDefaultSettings:"\uC774 \uBC88\uC5ED \uC11C\uBE44\uC2A4\uB97C \uAE30\uBCF8 \uC124\uC815\uC73C\uB85C \uBCF5\uC6D0\uD558\uC2DC\uACA0\uC2B5\uB2C8\uAE4C? (\uD604\uC7AC \uBC88\uC5ED \uC11C\uBE44\uC2A4 \uC124\uC815\uB9CC \uC7AC\uC124\uC815\uB429\uB2C8\uB2E4)","description.baiduField":"\uC9C0\uC6D0\uB418\uB294 \uBD84\uC57C\uB294 <1>\uC5EC\uAE30\uB97C \uCC38\uC870\uD558\uC2ED\uC2DC\uC624. \uBE44\uC5B4 \uC788\uC73C\uBA74 \uBD84\uC57C\uB97C \uC9C0\uC815\uD558\uC9C0 \uC54A\uB294 \uAC83\uC744 \uC758\uBBF8\uD569\uB2C8\uB2E4.","error.subscriptionExpired":"\uD68C\uC6D0\uB2D8\uC758 \uD68C\uC6D0\uAD8C\uC774 \uB9CC\uB8CC\uB418\uC5C8\uC744 \uC218 \uC788\uC2B5\uB2C8\uB2E4. \uD68C\uC6D0 \uC0C1\uD0DC\uB97C \uD655\uC778\uD574 \uC8FC\uC138\uC694.","desc.interfaceLanguage":"\uC778\uD130\uD398\uC774\uC2A4 \uC5B8\uC5B4 \uC124\uC815\uC740 \uC81C\uC5B4\uD310\uC758 \uD45C\uC2DC \uC5B8\uC5B4\uC5D0 \uC601\uD5A5\uC744 \uBBF8\uCE58\uBA70, \uBC88\uC5ED\uC758 \uB300\uC0C1 \uC5B8\uC5B4\uC640\uB294 \uBB34\uAD00\uD569\uB2C8\uB2E4.","browser.toggleMouseHoverTranslateDirectly":"\uD398\uC774\uC9C0\uC5D0\uC11C \uC784\uC2DC\uB85C \uB9C8\uC6B0\uC2A4 \uD638\uBC84\uB97C \uC0AC\uC6A9\uD558\uC5EC \uC9C1\uC811 \uBC88\uC5ED\uC744 \uD65C\uC131\uD654\uD558\uAC70\uB098 \uBE44\uD65C\uC131\uD654\uD558\uC2ED\uC2DC\uC624.","desc.toggleTranslateTheMainPage":"\uD398\uC774\uC9C0\uC758 \uC8FC\uC694 \uC601\uC5ED\uB9CC \uBC88\uC5ED\uD558\uC2ED\uC2DC\uC624. \uACE0\uAE09 \uC124\uC815\uC5D0\uC11C \uD398\uC774\uC9C0 \uC804\uCCB4 \uC601\uC5ED \uBC88\uC5ED\uC744 \uD65C\uC131\uD654 \uD55C \uD6C4, \uC774 \uB2E8\uCD95\uD0A4\uB97C \uC0AC\uC6A9\uD558\uC5EC \uD398\uC774\uC9C0\uC758 \uC8FC\uC694 \uC601\uC5ED\uB9CC \uBC88\uC5ED\uD560 \uC218 \uC788\uC2B5\uB2C8\uB2E4.","desc.mouseHoverHoldKey":"\uB9C8\uC6B0\uC2A4\uB97C \uD2B9\uC815 \uB2E8\uB77D \uC704\uC5D0 \uB193\uACE0 \uC624\uB978\uCABD \uB2E8\uCD95\uD0A4\uB97C \uB3D9\uC2DC\uC5D0 \uB204\uB974\uBA74 \uD574\uB2F9 \uB2E8\uB77D\uC744 \uBC14\uB85C \uBC88\uC5ED\uD560 \uC218 \uC788\uC2B5\uB2C8\uB2E4.",mouseHoverCustomKeyDescription:"\uB9C8\uC6B0\uC2A4\uB97C \uD638\uBC84\uD558\uB294 \uC870\uD569 \uB2E8\uCD95\uD0A4\uB97C \uC0AC\uC6A9\uC790 \uC815\uC758 \uD560 \uC218 \uC788\uC2B5\uB2C8\uB2E4. \uC608\uB97C \uB4E4\uC5B4 : Alt+Z, Ctrl+E, Cmd+Alt+E \uB610\uB294 \uBC14\uB85C Cmd, \uC218\uB3D9\uC73C\uB85C \uC785\uB825\uD574 \uC8FC\uC138\uC694.","subtitle.showQuickButtonDescription":"\uBE44\uB514\uC624 \uD50C\uB808\uC774\uC5B4\uC758 \uC624\uB978\uCABD \uD558\uB2E8\uC5D0\uC11C \uC774\uC911 \uC5B8\uC5B4 \uC790\uB9C9\uC744 \uD65C\uC131\uD654\uD558\uB294 \uB2E8\uCD95\uD0A4\uB97C \uC81C\uACF5\uD569\uB2C8\uB2E4.","desc.toggleTranslateTheWholePage":"\uD398\uC774\uC9C0 \uC804\uCCB4 \uBC88\uC5ED, \uAE30\uBCF8\uC801\uC73C\uB85C \uC6B0\uB9AC\uB294 \uD398\uC774\uC9C0\uC758 \uC8FC\uC694 \uC601\uC5ED\uC744 \uBC88\uC5ED\uD569\uB2C8\uB2E4. \uC774 \uB2E8\uCD95\uD0A4\uB97C \uC0AC\uC6A9\uD558\uC5EC \uD398\uC774\uC9C0 \uC804\uCCB4\uB97C \uC804\uC6A9 \uBC88\uC5ED\uD560 \uC218 \uC788\uC2B5\uB2C8\uB2E4.",shortcutDisableTooltip:"\uBE0C\uB77C\uC6B0\uC800\uC5D0\uC11C \uC81C\uACF5\uD558\uB294 \uD655\uC7A5 \uD504\uB85C\uADF8\uB7A8 \uB2E8\uCD95\uD0A4 \uAD00\uB9AC \uD398\uC774\uC9C0\uC5D0\uC11C \uC124\uC815\uC744 \uD574 \uC8FC\uC138\uC694. \uB354 \uB9CE\uC740 \uC9C0\uCE68\uC740 \uC774 \uD398\uC774\uC9C0 \uC0C1\uB2E8\uC758 \uC124\uBA85\uC744 \uCC38\uC870\uD558\uC2ED\uC2DC\uC624.","browser.toggleVideoSubtitlePreTranslation":"\uC774\uC911 \uC5B8\uC5B4 \uC790\uB9C9\uC744 \uC804\uD658\uD558\uACE0, \uBAB0\uC785\uD615 \uBC88\uC5ED \uC124\uC815\uC744 \uC6B0\uC120\uC801\uC73C\uB85C \uC0AC\uC6A9\uD558\uC2ED\uC2DC\uC624.","desc.touchShortcutsToggleTranslatePage":"\uC124\uC815 \uD6C4\uC5D0\uB294 \uC774\uB3D9 \uC7A5\uCE58\uB97C \uC0AC\uC6A9\uD560 \uB54C X \uAC1C\uC758 \uC190\uAC00\uB77D\uC73C\uB85C \uB3D9\uC2DC\uC5D0 \uD654\uBA74\uC744 \uD130\uCE58\uD558\uAC70\uB098 \uC88C\uC6B0\uB85C \uC2AC\uB77C\uC774\uB4DC\uD558\uAC70\uB098 \uC5F0\uC18D\uC801\uC73C\uB85C \uD0ED\uD558\uC5EC \uC6F9 \uD398\uC774\uC9C0\uB97C \uBC88\uC5ED\uD558\uAC70\uB098 \uC6D0\uBB38\uC744 \uD45C\uC2DC\uD560 \uC218 \uC788\uC2B5\uB2C8\uB2E4.","desc.toggleMouseHoverTranslateDirectly":"\uC774 \uB2E8\uCD95\uD0A4\uB97C \uB204\uB978 \uD6C4 \uD398\uC774\uC9C0\uC5D0\uC11C \uB9C8\uC6B0\uC2A4\uB97C \uD14D\uC2A4\uD2B8\uC758 \uC5B4\uB5A4 \uBD80\uBD84\uC5D0\uB4E0\uC9C0 \uAC00\uB9AC\uD0A4\uBA74 \uD574\uB2F9 \uD14D\uC2A4\uD2B8\uAC00 \uC790\uB3D9\uC73C\uB85C \uBC88\uC5ED\uB429\uB2C8\uB2E4. \uB2E8\uCD95\uD0A4\uB97C \uB2E4\uC2DC \uD55C \uBC88 \uB204\uB974\uBA74 \uC774 \uC790\uB3D9 \uBC88\uC5ED \uAE30\uB2A5\uC744 \uB2EB\uC744 \uC218 \uC788\uC2B5\uB2C8\uB2E4.",paragraphMinTextCountDesc:"\uC8FC\uC758, \uC5EC\uAE30\uC11C\uB294 \uBB38\uC790 \uAE38\uC774\uB97C \uC758\uBBF8\uD569\uB2C8\uB2E4. \uC608\uB97C \uB4E4\uC5B4, hello\uB294 5\uAC1C\uC758 \uBB38\uC790\uC785\uB2C8\uB2E4. \uB354 \uD070 \uAC12\uC744 \uC124\uC815\uD558\uBA74 \uBD88\uD544\uC694\uD55C \uC791\uC740 \uB2E8\uB77D \uBC88\uC5ED\uC744 \uC904\uC77C \uC218 \uC788\uC2B5\uB2C8\uB2E4.",translationOnlyModeDescription:"\uBC88\uC5ED\uBB38\uB9CC \uBAA8\uB4DC\uB294 \uAE30\uBCF8\uC801\uC778 \uC774\uC911 \uC5B8\uC5B4 \uBAA8\uB4DC\uAC00 \uC544\uB2CC \uC624\uC9C1 \uBC88\uC5ED\uBB38\uB9CC\uC744 \uD45C\uC2DC\uD558\uB294 \uAC83\uC744 \uC758\uBBF8\uD569\uB2C8\uB2E4. \uC8FC\uC758: \uAE30\uC220\uC801 \uC81C\uD55C\uC73C\uB85C \uC778\uD574 \uBC88\uC5ED\uBB38\uB9CC \uBAA8\uB4DC\uC5D0\uC11C\uB294 \uC6D0\uBB38\uC758 \uD558\uC774\uD37C\uB9C1\uD06C\uAC00 \uC791\uB3D9\uD558\uC9C0 \uC54A\uC744 \uAC83\uC785\uB2C8\uB2E4.","desc.touchShortcutsToggleTranslationMask":"\uBC88\uC5ED \uB9C8\uC2A4\uD06C\uB294 \uBC88\uC5ED \uC2A4\uD0C0\uC77C\uC758 \uD750\uB9BF\uD55C \uD6A8\uACFC\uB97C \uAC00\uB9AC\uD0A4\uBA70(\uD559\uC2B5 \uBAA8\uB4DC), \uD65C\uC131\uD654\uD558\uBA74 \uC784\uC2DC\uB85C \uBC88\uC5ED\uC5D0 \uD750\uB9BF\uD55C \uD6A8\uACFC\uB97C \uC0AC\uC6A9\uD558\uC5EC \uD559\uC2B5\uC744 \uC6A9\uC774\uD558\uAC8C \uD569\uB2C8\uB2E4.","intro.floatBallDescription":"\uC0AC\uC6A9\uD558\uBA74 \uD398\uC774\uC9C0 \uC624\uB978\uCABD\uC5D0 \uBE60\uB978 \uBC88\uC5ED \uBC84\uD2BC\uC774 \uD45C\uC2DC\uB418\uBA70, \uD074\uB9AD\uD558\uBA74 \uBC88\uC5ED\uD560 \uC218 \uC788\uACE0 \uB2E4\uC2DC \uD074\uB9AD\uD558\uBA74 \uC6D0\uBB38\uC73C\uB85C \uC804\uD658\uD560 \uC218 \uC788\uC2B5\uB2C8\uB2E4. \uBAA8\uBC14\uC77C\uC5D0\uC11C\uB294 \uD50C\uB85C\uD305 \uBCFC\uC744 \uAE38\uAC8C \uB204\uB974\uBA74 \uBE60\uB978 \uC124\uC815 \uD328\uB110\uC744 \uC5F4 \uC218 \uC788\uC2B5\uB2C8\uB2E4.","contact.description":"\uB2F9\uC2E0\uC774 \uC9C8\uBB38\uC774\uB098 \uC81C\uC548\uC0AC\uD56D\uC774 \uC788\uC73C\uC2DC\uB2E4\uBA74, \uC544\uB798\uC758 \uC591\uC2DD\uC744 \uC791\uC131\uD558\uC5EC \uC800\uD76C\uC5D0\uAC8C \uC5F0\uB77D\uD558\uC2DC\uAC70\uB098 {email}\uB85C \uC774\uBA54\uC77C\uC744 \uBCF4\uB0B4\uC8FC\uC2DC\uAE30 \uBC14\uB78D\uB2C8\uB2E4. \uC800\uD76C\uB294 \uBE60\uB978 \uC2DC\uC77C \uB0B4\uC5D0 \uB2F5\uBCC0\uB4DC\uB9AC\uACA0\uC2B5\uB2C8\uB2E4.","neverTranslateText.description":"\uC77C\uBD80 \uBC88\uC5ED \uC5D4\uC9C4\uC774 \uACE0\uC720 \uBA85\uC0AC\uB97C \uC81C\uB300\uB85C \uC778\uC2DD\uD558\uC9C0 \uBABB\uD558\uAE30 \uB54C\uBB38\uC5D0, \uC5EC\uAE30\uC5D0 \uB2E8\uC5B4\uB97C \uCD94\uAC00\uD558\uC5EC \uBC88\uC5ED \uACFC\uC815\uC5D0\uC11C \uBCC0\uD658\uB418\uC9C0 \uC54A\uB3C4\uB85D \uD560 \uC218 \uC788\uC2B5\uB2C8\uB2E4. \uC774 \uAE30\uB2A5\uC740 \uB300\uC18C\uBB38\uC790\uB97C \uAD6C\uBD84\uD558\uBA70 \uACF5\uBC31\uC73C\uB85C \uAD6C\uBD84\uB41C \uB2E8\uC5B4 \uC5B8\uC5B4(\uC601\uC5B4, \uD504\uB791\uC2A4\uC5B4 \uB4F1)\uB9CC \uC9C0\uC6D0\uD558\uBA70 \uC77C\uBCF8\uC5B4, \uD55C\uAD6D\uC5B4 \uB4F1\uC758 \uC5B8\uC5B4\uC5D0\uB294 \uC801\uC6A9\uB418\uC9C0 \uC54A\uC2B5\uB2C8\uB2E4.","intro.hoverDescription":"\uB9C8\uC6B0\uC2A4 \uD638\uBC84 \uBC88\uC5ED\uC740 \uBAB0\uC785\uD615 \uBC88\uC5ED\uC5D0\uC11C \uB9E4\uC6B0 \uC911\uC694\uD55C \uAE30\uB2A5\uC785\uB2C8\uB2E4. \uB2E8\uC9C0 \uBB38\uB2E8 \uC704\uC5D0 \uB9C8\uC6B0\uC2A4\uB97C \uB193\uACE0 \uB3D9\uC2DC\uC5D0 \uC124\uC815\uB41C \uB2E8\uCD95\uD0A4\uB97C \uB204\uB974\uBA74 \uD604\uC7AC \uBB38\uB2E8\uC774 \uC790\uB3D9\uC73C\uB85C \uBC88\uC5ED\uB429\uB2C8\uB2E4(\uC8FC\uC758: \uAE30\uBCF8\uC801\uC73C\uB85C \uD65C\uC131\uD654\uB418\uC5B4 \uC788\uC9C0 \uC54A\uC2B5\uB2C8\uB2E4. \uC544\uB798\uC5D0\uC11C \uC124\uC815\uD558\uC2ED\uC2DC\uC624). \uC774 \uC0C1\uD638\uC791\uC6A9\uC740 \uB2E8\uC5B4 \uC120\uD0DD \uBC88\uC5ED\uC744 \uB354 \uC798 \uB300\uCCB4\uD558\uAE30 \uC704\uD574 \uC0AC\uC6A9\uB418\uBA70, \uB610\uD55C \uC774 \uAE30\uB2A5\uC740 \uC778\uC2DD\uD560 \uC218 \uC5C6\uB294 \uBC88\uC5ED \uC601\uC5ED\uC5D0 \uB110\uB9AC \uC801\uC6A9\uB429\uB2C8\uB2E4. \uC774 \uAE30\uB2A5\uC744 \uC774\uC6A9\uD558\uC5EC \uC5B4\uB5A4 \uBB38\uB2E8\uC774\uB4E0 \uAC15\uC81C\uB85C \uBC88\uC5ED\uD560 \uC218 \uC788\uC2B5\uB2C8\uB2E4.","intro.subtitleDescription":"\uC774 \uAE30\uB2A5\uC744 \uD65C\uC131\uD654\uD558\uBA74 \uBE44\uB514\uC624 \uC7AC\uC0DD \uC2DC \uC790\uB3D9\uC73C\uB85C \uC774\uC911 \uC5B8\uC5B4 \uC790\uB9C9\uC774 \uD45C\uC2DC\uB429\uB2C8\uB2E4. \uD65C\uC131\uD654\uD558\uC9C0 \uC54A\uC740 \uACBD\uC6B0, \uD398\uC774\uC9C0\uC5D0\uC11C \uC218\uB3D9\uC73C\uB85C \uBC88\uC5ED \uBC84\uD2BC\uC744 \uD074\uB9AD\uD558\uC5EC \uC790\uB9C9\uC744 \uD45C\uC2DC\uD574\uC57C \uD569\uB2C8\uB2E4. \uAE30\uC220\uC801 \uC81C\uD55C\uC73C\uB85C \uC778\uD574 \uC77C\uBD80 \uC6F9\uC0AC\uC774\uD2B8\uC5D0\uC11C\uB294 \uC790\uB9C9\uC744 \uCC98\uC74C \uD65C\uC131\uD654\uD560 \uB54C \uD398\uC774\uC9C0\uB97C \uC0C8\uB85C \uACE0\uCE68\uD558\uAC70\uB098 \uBC88\uC5ED\uC774 \uC644\uB8CC\uB41C \uD6C4\uC5D0\uC57C \uC774\uC911 \uC5B8\uC5B4 \uC790\uB9C9\uC744 \uD45C\uC2DC\uD560 \uC218 \uC788\uC2B5\uB2C8\uB2E4. (\uB610\uD55C, \uBE44\uB514\uC624 \uC6F9\uC0AC\uC774\uD2B8\uB97C \uC5F4\uACE0 \uB098\uC11C \uC624\uB978\uCABD \uC0C1\uB2E8\uC5D0\uC11C \uBAB0\uC785\uD615 \uBC88\uC5ED\uC758 \uBC14\uB85C\uAC00\uAE30 \uD328\uB110\uC744 \uD65C\uC131\uD654/\uBE44\uD65C\uC131\uD654 \uD560 \uC218\uB3C4 \uC788\uC2B5\uB2C8\uB2E4.)

\uD604\uC7AC \uC774\uB7EC\uD55C \uC6F9\uC0AC\uC774\uD2B8\uC5D0\uC11C \uC774\uC911 \uC5B8\uC5B4 \uC790\uB9C9\uC744 \uC0AC\uC6A9\uD560 \uC218 \uC788\uC2B5\uB2C8\uB2E4:",geminiWarning:"\uC8FC\uC758: Google\uC774 \uC81C\uACF5\uD558\uB294 Gemini\uC758 \uBB34\uB8CC \uC11C\uBE44\uC2A4 \uC81C\uD55C\uC774 \uC5C4\uACA9\uD558\uBBC0\uB85C, \uC0AC\uC6A9\uC790\uAC00 \uC5EC\uB7EC Key\uB97C \uC0AC\uC6A9\uD558\uC5EC \uADF8\uB4E4\uC758 \uBB34\uB8CC \uD560\uB2F9\uB7C9 \uC81C\uD55C\uC744 \uD68C\uD53C\uD558\uACE0 \uC788\uB2E4\uACE0 Google\uC5D0 \uD310\uB2E8\uB420 \uC218 \uC788\uC2B5\uB2C8\uB2E4. \uC0AC\uC6A9\uD558\uC9C0 \uC54A\uB294 \uAC83\uC774 \uC88B\uC73C\uBA70, Google\uC774 Gemini \uC720\uB8CC \uC778\uD130\uD398\uC774\uC2A4\uB97C \uAC1C\uBC29\uD560 \uB54C\uAE4C\uC9C0 \uAE30\uB2E4\uB9AC\uB294 \uAC83\uC774 \uC88B\uC2B5\uB2C8\uB2E4.","floatBall.setting":"\uC124\uC815","floatBall.translateToLanguage":"{language}\uB85C \uBC88\uC5ED\uC744 \uD074\uB9AD\uD558\uC2ED\uC2DC\uC624.","floatBall.file":`PDF, EPUB, SRT, ASS, HTML, TXT \uD30C\uC77C \uBC88\uC5ED`,changeToOnlyTempTranslationMode:"\uBC88\uC5ED\uB9CC \uD45C\uC2DC\uD558\uB3C4\uB85D \uD1A0\uAE00",changeToDualTempTranslationMode:"\uC774\uC911 \uC5B8\uC5B4 \uBC88\uC5ED\uC73C\uB85C \uC804\uD658","options.navbar.translateFile":"\uBB38\uC11C \uBC88\uC5ED","transitionMode.dual":"\uC774\uC911 \uC5B8\uC5B4 \uB300\uC870","transitionMode.translation":"\uC624\uC9C1 \uBC88\uC5ED\uBB38","options.navbar.installApp":"\uD734\uB300\uD3F0 \uC571 \uC124\uCE58","subtitle.transitionMode":"\uBE44\uB514\uC624 \uC790\uB9C9 \uC774\uC911 \uC5B8\uC5B4 / \uBC88\uC5ED\uBB38\uB9CC \uC124\uC815","transitionMode.inherit":"\uC2DC\uC2A4\uD15C\uC758 \uAE30\uBCF8 \uBC88\uC5ED \uD45C\uC2DC \uBAA8\uB4DC\uC640 \uC77C\uCE58\uD558\uC2ED\uC2DC\uC624","subtitle.transitionModeDescription":"\uBE44\uB514\uC624 \uC790\uB9C9\uC744 \uC774\uC911 \uC5B8\uC5B4 \uB300\uC870 \uB610\uB294 \uBC88\uC5ED\uBB38\uB9CC \uBAA8\uB4DC\uB85C \uC124\uC815\uD558\uC2ED\uC2DC\uC624.",translateFileTooltip:`PDF, ePub, srt, ass, HTML, TXT \uD30C\uC77C \uBC88\uC5ED`,"description.subtitlePrompt":`\uC790\uB9C9 \uC2DC\uB098\uB9AC\uC624\uC5D0\uC11C \uC5EC\uB7EC \uB2E8\uB77D\uC744 \uBCF4\uB0BC \uB54C, \uC0AC\uC6A9\uC790\uC758 \uC2E0\uBD84\uC73C\uB85C {service}\uC5D0 \uB300\uD654\uB97C \uBCF4\uB0B4\uB294\uB370, \uC5EC\uAE30\uC11C {{from}}\uC740 \uB2E8\uB77D\uC758 \uC5B8\uC5B4\uB97C \uB098\uD0C0\uB0B4\uACE0, {{to}}\uB294 \uBAA9\uD45C \uC5B8\uC5B4\uB97C \uB098\uD0C0\uB0C5\uB2C8\uB2E4. {{yaml}}\uC740 \uC6B0\uB9AC\uAC00 yaml \uD615\uC2DD\uC73C\uB85C \uD3EC\uC7A5\uD55C \uB2E8\uB77D \uB0B4\uC6A9\uC774\uBA70, \uC0AC\uC6A9\uC790 \uC815\uC758 Prompt\uAC00 \uD544\uC694\uD55C \uACBD\uC6B0, AI \uC751\uB2F5\uC758 YAML \uACB0\uACFC\uC758 \uAC01 \uD56D\uBAA9\uC774 {env.imt_sub_trans_field} \uD544\uB4DC\uB97C \uD3EC\uD568\uD574\uC57C \uD569\uB2C8\uB2E4. {{imt_sub_trans_field}}\uB294 \uC6B0\uB9AC\uAC00 AI \uC751\uB2F5\uC744 \uC6D0\uD558\uB294 \uBC88\uC5ED \uD544\uB4DC \uC774\uB984\uC774\uBA70, \uAE30\uBCF8\uAC12\uC740: {env.imt_sub_trans_field}, {{imt_sub_source_field}}\uB294 \uC6B0\uB9AC\uAC00 AI\uC5D0\uAC8C \uC804\uB2EC\uD558\uB294 \uC6D0\uBB38 \uD544\uB4DC \uC774\uB984\uC774\uBA70, \uAE30\uBCF8\uAC12\uC740: {env.imt_sub_source_field}\uC785\uB2C8\uB2E4. \uC608\uC2DC \uACB0\uACFC\uB294 \uB2E4\uC74C\uACFC \uAC19\uC2B5\uB2C8\uB2E4: @@ -5141,7 +5141,7 @@ HTML, TXT \uD30C\uC77C \uBC88\uC5ED`,"description.subtitlePrompt":`\uC790\uB9C9 - id: 1 {env.imt_trans_field}: \uBC88\uC5ED\uBB38 - id: 2 - {env.imt_trans_field}: \uBC88\uC5ED\uBB38`,"subtitle.quickButton.setting":"\uC124\uC815","subtitle.quickButton.translationPosition":"\uBC88\uC5ED \uC704\uCE58","subtitle.quickButton.black":"\uAC80\uC740\uC0C9","translationServices.claude":"\uD074\uB85C\uB4DC","subtitle.quickButton.translationPositionTop":"\uC6D0\uBB38 \uC704\uC5D0","subtitle.quickButton.backgroundColor":"\uBC30\uACBD\uC0C9","subtitle.quickButton.translationPositionBottom":"\uC6D0\uBB38 \uC544\uB798\uC5D0","subtitle.quickButton.yellow":"\uB178\uB780\uC0C9","subtitle.quickButton.white":"\uD558\uC580\uC0C9","subtitle.quickButton.translationTextColor":"\uBC88\uC5ED \uAE00\uAF34 \uC0C9\uC0C1","subtitle.quickButton.red":"\uBE68\uAC04\uC0C9","subtitle.quickButton.sourceTextColor":"\uC6D0\uB798 \uAE00\uAF34 \uC0C9\uC0C1","subtitle.quickButton.green":"\uB179\uC0C9","subtitle.quickButton.cyan":"\uCCAD\uC0C9","subtitle.quickButton.magenta":"\uB9C8\uC820\uD0C0\uC0C9","subtitle.quickButton.backgroundOpacity":"\uBC30\uACBD \uBD88\uD22C\uBA85\uB3C4","subtitle.quickButton.translationFontSize":"\uBC88\uC5ED \uAE00\uC790 \uD06C\uAE30","subtitle.quickButton.sourceFontSize":"\uC6D0\uB798 \uAE00\uAF34 \uD06C\uAE30","subtitle.quickButton.blue":"\uD30C\uB780\uC0C9",attachSubtitleTranslating:"{service}\uB97C \uC0AC\uC6A9\uD558\uC5EC \uBC88\uC5ED \uC911...","error.claude.403":"\uC11C\uBE44\uC2A4\uC5D0 \uC561\uC138\uC2A4 \uD560 \uAD8C\uD55C\uC774 \uC5C6\uC2B5\uB2C8\uB2E4. \uC774\uB294 Claude\uC758 \uC9C0\uC5ED \uC81C\uD55C\uACFC \uAD00\uB828\uC774 \uC788\uC744 \uC218 \uC788\uC2B5\uB2C8\uB2E4. IP \uC8FC\uC18C\uB97C \uBCC0\uACBD\uD558\uAC70\uB098 \uB2E4\uB978 \uBC88\uC5ED \uC11C\uBE44\uC2A4\uB97C \uC0AC\uC6A9\uD574 \uBCF4\uC2ED\uC2DC\uC624.","browser.brandDescriptionForSafari":"\u3010\uBAB0\uC785\uD615 \uBC88\uC5ED\u3011\uBB34\uB8CC\uC758 (\uC6D0\uBB38/\uBC88\uC5ED\uBB38) \uC774\uC911 \uC5B8\uC5B4 \uB300\uC870 \uC6F9 \uD398\uC774\uC9C0 \uBC88\uC5ED \uD50C\uB7EC\uADF8\uC778\uC73C\uB85C, PDF \uBC88\uC5ED \uBC0F EPUB \uC804\uC790\uCC45 \uBC88\uC5ED\uC744 \uC9C0\uC6D0\uD558\uBA70 \uC6D0\uBB38\uC758 \uBB38\uC11C \uBC30\uCE58\uB97C \uC720\uC9C0\uD569\uB2C8\uB2E4. Youtube/Netflix \uB4F1\uC758 \uC628\uB77C\uC778 \uBE44\uB514\uC624 \uC774\uC911 \uC5B8\uC5B4 \uC790\uB9C9 \uBC88\uC5ED\uC744 \uC9C0\uC6D0\uD558\uBA70, Deepl/Google \uB4F1 \uC8FC\uC694 \uBC88\uC5ED \uC11C\uBE44\uC2A4\uB97C \uC9C0\uC6D0\uD569\uB2C8\uB2E4.","browser.PdfProFile":"AI\uAC00 \uAD6C\uB3D9\uD558\uB294 PDF Pro \uBC88\uC5ED","browser.textTranslate":"\uBB38\uC11C \uBC88\uC5ED"};var Ms={nologin:"n\xE3o conectado",loginForSafari:"Iniciar sess\xE3o ou registar-se",login:"Iniciar sess\xE3o para abrir uma inscri\xE7\xE3o",manageAccount:"Contas geridas",openPremium:"Associa\xE7\xE3o aberta",logout:"abortar",curentPlan:"Pacotes actuais",endAt:"expira\xE7\xE3o",endAuto:"renova\xE7\xE3o autom\xE1tica",lineBreakMaxTextCount:"N\xFAmero m\xE1ximo de caracteres permitidos por frase ap\xF3s as mudan\xE7as de linha","translate-pdf":"Clique para traduzir o PDF","noSupportTranslate-pdf":"Script n\xE3o suportado, utilize o plugin","translate-firefox-local-pdf":"Clique para ir para Importar PDF",enableLineBreak:"Ativar o avan\xE7o autom\xE1tico de linha para par\xE1grafos longos",sponsorLabel:"$1 Desenvolvedores patrocinados",help:"m\xE3o",browserShortcutsNoteForFirefox:"Para alterar os atalhos no Firefox, \xE9 necess\xE1rio abrir a p\xE1gina de gest\xE3o de extens\xF5es `about:addons`, clicar em `Settings` e, em seguida, clicar em `Manage Shortcuts` para definir os atalhos.",browserShortcutsNoteForChrome:"Para modificar os atalhos no Chrome, tem de abrir a p\xE1gina de gest\xE3o de extens\xF5es, defini-los no painel `Gerir atalhos` (`chrome://extensions/shortcuts`) e clicar no bot\xE3o abaixo para saltar para a p\xE1gina de gest\xE3o de atalhos.",browserShortcutsSucks:"Os atalhos personalizados s\xE3o formatados como (sem reconhecimento autom\xE1tico, introduza diretamente)\uFF1A",enableLineBreakDescription:"Quando activada, as quebras de linha ser\xE3o inseridas no final de cada frase em par\xE1grafos longos para facilitar a leitura","browser.shortBrandName":"Tradu\xE7\xE3o por imers\xE3o","browser.brandName":"Tradu\xE7\xE3o por imers\xE3o: Tradu\xE7\xE3o bilingue de p\xE1ginas Web e de documentos PDF","browser.brandDescription":"Bilingual web page translation, also supports PDF translation, bilingual Epub eBook translation, free to use.","browser.toggleTranslatePage":"Traduzir a p\xE1gina/apresentar o texto original","browser.toggleTranslateTheWholePage":"Traduzir todas as \xE1reas da p\xE1gina/apresentar o texto original","browser.toggleOnlyTransation":"Alternar entre o modo bil\xEDngue / apenas tradu\xE7\xE3o","browser.toggleTranslateToThePageEndImmediately":"Tradu\xE7\xE3o imediata para o fim da p\xE1gina/visualiza\xE7\xE3o do texto original","browser.toggleTranslateTheMainPage":"Traduzir a \xE1rea principal da p\xE1gina/apresentar o texto original","browser.shareToDraft":"Partilhar p\xE1ginas bilingues","browser.openOptionsPage":"Abrir a p\xE1gina de defini\xE7\xF5es","browser.toggleTranslationMask":"Mostrar/ocultar o efeito de desfocagem da tradu\xE7\xE3o","browser.translateLocalPdfFile":"Traduzir ficheiros PDF locais","browser.openEbookViewer":"Ler livros electr\xF3nicos locais","browser.openEbookBuilder":"Criar livros electr\xF3nicos EPUB bilingues","browser.translateLocalHtmlFile":"Traduzir ficheiros HTML/txt","browser.donateContext":"Saiba mais sobre as vantagens do patroc\xEDnio","browser.translateLocalSubtitleFile":"Traduzir ficheiros de legendas locais",confirmResetConfig:"Tem a certeza de que pretende repor as defini\xE7\xF5es?",translationLineBreakSettingTitle:"Defini\xE7\xE3o do avan\xE7o de linha de tradu\xE7\xE3o",smartLineBreak:"alimenta\xE7\xE3o de linha inteligente (computa\xE7\xE3o)",alwaysLineBreak:"Sempre alimenta\xE7\xE3o de linha",isShowContextMenu:"Adicionar p\xE1ginas traduzidas aos itens de menu do bot\xE3o direito do rato",toggleBeta:"Ativa\xE7\xE3o de funcionalidades de teste beta",betaDescription:"Ativar funcionalidades que ainda s\xE3o experimentais, bem como um servi\xE7o de tradu\xE7\xE3o em vers\xE3o beta. Junte-se ao <1>grupo do Telegram para saber mais.",translationLineBreakSettingDescription:"Os feeds de linha s\xE3o sempre limpos e organizados para p\xE1ginas com menos conte\xFAdo. (Utilize quebras de linha inteligentes em par\xE1grafos longos e com muito conte\xFAdo (mais de{count}caracteres) para poupar espa\xE7o).",tempTranslateDomainTitle:"Dura\xE7\xE3o da ativa\xE7\xE3o tempor\xE1ria da tradu\xE7\xE3o do s\xEDtio Web",tempTranslateDomainDescription:"Quando traduzir manualmente uma p\xE1gina Web, active temporariamente o s\xEDtio Web para tradu\xE7\xE3o autom\xE1tica e pode definir a dura\xE7\xE3o tempor\xE1ria.",xMinutes:"{count} minutos",disabled:"proibir a utiliza\xE7\xE3o de algo",changelog:"Registo de atualiza\xE7\xE3o",toggleTranslatePageWhenThreeFingersOnTheScreen:"O toque simult\xE2neo de v\xE1rios dedos no ecr\xE3 traduz p\xE1ginas Web/apresenta o texto original",toggleTranslationMaskWhenThreeFingersOnTheScreen:"O toque de v\xE1rios dedos mostra/oculta o efeito de desfocagem.",fingerCountToToggleTranslagePageOnlyTranslationWhenTouching:"O toque simult\xE2neo de v\xE1rios dedos no ecr\xE3 traduz a p\xE1gina Web (apenas tradu\xE7\xE3o)/apresenta o texto original.",addUrlDescription:"Pode ser um nome de dom\xEDnio e tamb\xE9m suporta wildcards, por exemplo,\uFF1A*.google.com, google.com/mail/*, https://www.google.com/*",general:"Defini\xE7\xF5es b\xE1sicas",clickToExpandConfig:"Expandir a configura\xE7\xE3o atual",import:"Importar de um ficheiro",export:"Exportar para ficheiro",toggleDebug:"Imprimir o registo de depura\xE7\xE3o na consola","fingers.0":"coagula\xE7\xE3o","fingers.2":"toque com dois dedos","fingers.3":"toque com tr\xEAs dedos","fingers.4":"toque com quatro dedos","fingers.5":"toque com cinco dedos",mouseHoldKey:"+ {key} traduzir/restaurar o par\xE1grafo",mouseHoldKeyAuto:"Tradu\xE7\xE3o direta do par\xE1grafo",mouseHoldKeyOff:"N\xE3o fa\xE7as nada.",mouseHoldKeyOther:"Atalhos personalizados (abrir defini\xE7\xF5es)",mouseHoldKeyCustomKey:"{key} Tradu\xE7\xE3o/redu\xE7\xE3o do par\xE1grafo",mouseHoverHoldKey:"Passar o rato enquanto se premem as teclas de atalho para traduzir par\xE1grafos","mouse-translate":"passar o rato",document:"ficheiro (inform\xE1tico)",resetSuccess:"Repor todas as defini\xE7\xF5es com \xEAxito",resetThisSuccess:"Reinicializa\xE7\xE3o bem-sucedida",saved:"Guardar com sucesso",successImportConfig:"Configura\xE7\xE3o importada com sucesso",goAdvancedSettings:"Aceder \xE0 p\xE1gina Defini\xE7\xF5es avan\xE7adas",goAdvancedInterfaceSettings:"Aceder \xE0 p\xE1gina Defini\xE7\xF5es de personaliza\xE7\xE3o avan\xE7adas",advanced:"Defini\xE7\xF5es avan\xE7adas",advancedDescription:"Geralmente n\xE3o s\xE3o necess\xE1rias defini\xE7\xF5es, basta deix\xE1-la como predefinida. Apenas para utilizadores mais especializados, est\xE3o dispon\xEDveis defini\xE7\xF5es mais personalizadas.",developer:"Defini\xE7\xF5es do programador",donateCafe:"pre\xE7os","translate to the bottom of the page":"\xC9 traduzido para o fundo da p\xE1gina imediatamente ap\xF3s entrar na p\xE1gina?",feedback:"Feedback sobre os problemas",toggleTranslatePage:"Traduzir a p\xE1gina/apresentar o texto original",translateToThePageEndImmediatelyDescription:"Se a ativar, o conte\xFAdo ser\xE1 imediatamente traduzido da parte superior para a parte inferior da p\xE1gina \xE0 medida que a introduz. Se a desativar, a tradu\xE7\xE3o \xE9 feita \xE0 medida que l\xEA. (N\xE3o recomendado)","translate all areas of the page":"Se pretende traduzir todas as \xE1reas da p\xE1gina",translationAreaDescription:"Ligado, todas as \xE1reas de toda a p\xE1gina Web s\xE3o traduzidas. Se estiver desativado, utiliza o reconhecimento inteligente predefinido e traduz apenas as \xE1reas principais. (N\xE3o se recomenda que seja ativado)","the number of characters to be translated first":"Traduzir diretamente os primeiros caracteres da p\xE1gina sem ter de se deslocar para a \xE1rea de visualiza\xE7\xE3o","interface language":"linguagem de interface","display both the original text and the translation":"Visualiza\xE7\xE3o simult\xE2nea do original e da tradu\xE7\xE3o","keyboard shortcuts":"Atalhos de teclado",modify:"Modificar teclas de atalho",reset:"reprovis\xE3o",close:"coagula\xE7\xE3o",homepage:"p\xE1gina inicial",more:"mais",moreOptions:"Expandir mais op\xE7\xF5es de personaliza\xE7\xE3o",translateTheWholePage:"Traduzir todas as \xE1reas da p\xE1gina (em vez de reconhecer inteligentemente as \xE1reas principais)",changeToTranslateTheWholePage:"Mudar para traduzir todas as regi\xF5es",changeToTranslateTheMainPage:"Mudar para Traduzir \xC1rea Principal",changeToOnlyTranslationMode:"Alternar para apresentar apenas tradu\xE7\xF5es",changeToDualTranslationMode:"Mudar para tradu\xE7\xE3o bilingue",translateToThePageEndImmediately:"Tradu\xE7\xE3o imediata para o fim da p\xE1gina",translateTheMainPage:"Regi\xF5es-chave da tradu\xE7\xE3o inteligente","The local rules are up to date":"As regras de adapta\xE7\xE3o local est\xE3o actualizadas.","Successfully synchronized with the latest official rules:":"Sincroniza\xE7\xE3o bem sucedida com as \xFAltimas regras oficiais de adapta\xE7\xE3o.","Checking for updates":"Verifica\xE7\xE3o de actualiza\xE7\xF5es","Rules are being synchronized":"Regras de adapta\xE7\xE3o sincronizadas",localVersionIsTooOld:"A vers\xE3o da extens\xE3o local \xE9 demasiado antiga. Actualize a extens\xE3o para {minVersion} ou mais recente antes de tentar sincronizar.",badUserscriptBrowser:"O navegador atual n\xE3o implementa corretamente a interface da extens\xE3o Grease Monkey (por exemplo, para obter informa\xE7\xF5es sobre o n\xFAmero da vers\xE3o do pr\xF3prio script Grease Monkey), utilize outros navegadores que <1>suportem a extens\xE3o Grease Monkey, como o Firefox.",foundNewVersion:"Descubra a nova vers\xE3o",theLocalExtensionIsUpToUpdate:"A extens\xE3o atual est\xE1 actualizada.",failToSyncRules:"N\xE3o sincroniza\xE7\xE3o das regras de adapta\xE7\xE3o mais recentes",retry:"Clique aqui para tentar novamente",failedReason:"Raz\xF5es do insucesso",currentRuleVersion:"Vers\xE3o atual da regra",calculating:"c\xE1lculos",unknownError:"erro desconhecido",canNotFetchRemoteRule:"N\xE3o \xE9 poss\xEDvel obter regras remotas",enableAlphaSuccess:"Alfa ativado",disableAlphaSuccess:"A fun\xE7\xE3o alfa foi desactivada",cacheSize:"Tamanho da cache\uFF1A",cleaning:"em processo de liquida\xE7\xE3o",cleanCache:"limpar a cache",options:"preparar",about:"em rela\xE7\xE3o a",service:"servi\xE7o de interpreta\xE7\xE3o",needAction:"(Ir para Defini\xE7\xF5es)",goSettings:"v\xE1 em frente e configure",needActionForOptions:"(a definir)",translationEngine:"Op\xE7\xF5es de motor",sourceLanguage:"L\xEDngua original",target:"l\xEDngua-alvo",popupSourceLanguage:"L\xEDngua original",popupTarget:"l\xEDngua-alvo",popupService:"servi\xE7o de interpreta\xE7\xE3o",forThisSite:"S\xEDtio Web atual",autoEnableSubtitle:"Abertura autom\xE1tica de legendas bilingues",alwaysTranslate:"Traduzir sempre",neverTranslate:"Nunca traduzir",alwaysTranslateSomeLanguage:"Traduzir sempre {language}",neverTranslateSomeLanguage:"Nunca traduzir {language}",alwaysTranslateSomeSite:"Traduzir sempre {hostname}",neverTranslateSomeSite:"Nunca traduzir {hostname}",alwaysTranslateSomeSiteOrWildSite:"Traduzir sempre o s\xEDtio",alwaysTranslateSomePage:"Traduzir sempre a p\xE1gina",add:"aumentar",default:"predefini\xE7\xE3o (defini\xE7\xE3o)",forThisLanguage:"Para esta l\xEDngua\uFF1A","add url":"Introduzir URL",edit:"compilador","translate other languages into specific language":"Traduzir outras l\xEDnguas para a sua l\xEDngua definida","select translation service":"Selecionar um servi\xE7o de tradu\xE7\xE3o",language:"multilinguismo","show-original":"Mostrar texto original",translate:"renderiza\xE7\xE3o",Translated:"traduzido",Translating:"na tradu\xE7\xE3o",Error:"incorreto",allowCacheTranslations:"Ativar o caching de tradu\xE7\xE3o local (para reduzir os pedidos de tradu\xE7\xE3o de passagens duplicadas)","translation display":"Estilo de apresenta\xE7\xE3o da tradu\xE7\xE3o","select diplay style":"Distinguir os estilos de tradu\xE7\xE3o, com refer\xEAncia espec\xEDfica aos seguintes exemplos",interface:"Defini\xE7\xF5es de interface",import_export:"Importa\xE7\xE3o/Exporta\xE7\xE3o",import_export_title:"Configura\xE7\xE3o de importa\xE7\xE3o/exporta\xE7\xE3o",syncToGoogleDrive:"Sincronizar com o Google Drive agora",floatBallOptions:"Defini\xE7\xF5es do Hoverball","floatBallOptions.enable":"Ativar Hoverball","floatBallOptions.blockUrls":"Desativar o s\xEDtio Web","floatBallOptions.add":"aumentar","floatBallOptions.blockUrlDesc":"As Hoverballs n\xE3o s\xE3o apresentadas quando s\xE3o encontrados os seguintes s\xEDtios Web","floatBallOptions.clickType":"comportamento de clique","floatBallOptions.clickTypeDesc":"Comportamento do \xEDcone da bola flutuante quando clicado","floatBallOptions.clickPopup":"Mostrar painel de tradu\xE7\xE3o","floatBallOptions.clickTranslate":"Tradu\xE7\xE3o/apresenta\xE7\xE3o do texto original",previewAllThemes:"Pr\xE9-visualizar todos os estilos","translationTheme.none":"n\xE3o ter","translationTheme.grey":"cinzento escuro","translationTheme.dashed":"sublinhado pontilhado","translationTheme.dotted":"sublinhado pontilhado","translationTheme.dashedBorder":"borda pontilhada","translationTheme.solidBorder":"fronteira s\xF3lida","translationTheme.underline":"Sublinhar linhas rectas","translationTheme.mask":"Efeitos difusos (modos de aprendizagem)","translationTheme.opacity":"efeito de transpar\xEAncia","translationTheme.paper":"Efeito de sombra de papel branco","translationTheme.dividingLine":"linha divis\xF3ria","translationTheme.highlight":"alta luminosidade","translationTheme.marker":"marcador (palavra emprestada)","translationTheme.marker2":"Marcador 2","translationTheme.blockquote":"Estilos de refer\xEAncia","translationTheme.weakening":"enfraquecimento","translationTheme.italic":"tipo de letra inclinado","translationTheme.bold":"engrossar","translationTheme.thinDashed":"linha fina pontilhada sublinhada","translationTheme.nativeDashed":"O sistema vem com um sublinhado a tracejado","translationTheme.nativeDotted":"O sistema vem com um sublinhado pontilhado","translationTheme.nativeUnderline":"O sistema \xE9 fornecido com um sublinhado de linha reta","translationTheme.wavy":"linha ondulada","translationServices.custom":"API personalizada","translationServices.tencent":"Tencent Translator","translationServices.tenAlpha":"Tencent Translator (Alfa)","translationServices.google":"Google Tradutor","translationServices.bai":"Baidu (Alfa)","translationServices.baidu":"Tradu\xE7\xE3o do Baidu","translationServices.aliyun":"Tradu\xE7\xE3o AliCloud","translationServices.volc":"tradu\xE7\xE3o vulc\xE2nica","translationServices.deeplx":"DeepLX (Beta)","translationServices.bing":"Microsoft Translate","translationServices.deepl":"DeepL","translationServices.wechat":"Tradu\xE7\xE3o do WeChat","translationServices.azure":"Tradu\xE7\xE3o do Azure","translationServices.ibm":"IBM Watson","translationServices.aws":"Tradu\xE7\xE3o da Amazon","translationServices.mock":"Tradu\xE7\xE3o simulada","translationServices.mock2":"Tradu\xE7\xE3o Simulada 2","translationServices.caiyun":"lit. nuvens coloridas e pequenas tradu\xE7\xF5es","translationServices.cai":"Nuvens coloridas (Alfa)","translationServices.volcAlpha":"Vulc\xE3o (Alfa)","translationServices.openl":"OpenL","translationServices.youdao":"Tradu\xE7\xE3o do Youtube","translationServices.you":"Tradutor Youdao (Alfa)","translationServices.transmart":"Tradu\xE7\xE3o da Tencent Interactive","translationServices.niu":"Tradutor Maverick","translationServices.papago":"Tradu\xE7\xE3o de Papago","translationServices.d":"D (Alfa)","translationServices.dpro":"D Pro (Can\xE1rio)","translationServices.openai":"OpenAI","translationServices.yandex":"Yandex","translationServices.chatgpt":"ChatGPT Web(3.5 m\xF3vel)","translate title":"Traduzir t\xEDtulos de p\xE1ginas","always languages":"Traduzir sempre a l\xEDngua",neverTranslateLanguagesLabel:"A l\xEDngua que nunca ser\xE1 traduzida",neverTranslateTheFollowingLanguagesDescription:"As tradu\xE7\xF5es s\xE3o ignoradas quando um par\xE1grafo da p\xE1gina est\xE1 numa das seguintes l\xEDnguas",enableUserscriptPagePopup:"Mostrar hoverball na p\xE1gina",enableUserscriptPagePopupDescription:"Depois de desligar a hoverball, esta pode ser recuperada com o atalho /{touch}. Recomenda-se vivamente que marque esta p\xE1gina de defini\xE7\xF5es para evitar n\xE3o conseguir encontrar a hoverball depois de ter desligado inadvertidamente esta op\xE7\xE3o!","always translate the following languages":"Traduz automaticamente para a l\xEDngua de destino quando a p\xE1gina est\xE1 numa das seguintes l\xEDnguas","always sites":"S\xEDtios Web sempre traduzidos","always translate the following sites":"Os s\xEDtios Web s\xE3o automaticamente traduzidos para a l\xEDngua de chegada quando s\xE3o os nomes de dom\xEDnio de","never sites":"S\xEDtio nunca traduzido","never translate the following sites":"As tradu\xE7\xF5es n\xE3o ser\xE3o efectuadas quando o s\xEDtio Web se destinar aos seguintes dom\xEDnios","please refer to":"\xC9 necess\xE1rio preencher a chave antes de a poder utilizar. Para mais informa\xE7\xF5es, consulte",KeyAndConfigurationTutorial:"Tutorial de configura\xE7\xE3o e aplica\xE7\xE3o de chaves",useAboveStyleForTheseSites:"Utilize sempre o estilo de tradu\xE7\xE3o \u2308{theme}\u230B quando o s\xEDtio se destina aos seguintes dom\xEDnios",currentUrl:"URL atual",confirm:"guardar (um ficheiro, etc.) (inform\xE1tica)",cancel:"cancelamentos",delete:"remo\xE7\xE3o","languages.auto":"dete\xE7\xE3o autom\xE1tica",syncToCloud:"Sincronizar com o Google Drive",syncToCloudDescription:"Transferida para a nuvem, a configura\xE7\xE3o pode ser sincronizada entre diferentes navegadores/scripts do grease monkey, consoante a \xFAltima modifica\xE7\xE3o.",syncToAccount:"Sincroniza\xE7\xE3o com a Nuvem de Tradu\xE7\xE3o Imersiva",syncToAccountButton:"Sincroniza\xE7\xE3o instant\xE2nea com a nuvem",syncToAccountDescription:"Sincronizar automaticamente as configura\xE7\xF5es entre dispositivos diferentes, consoante a \xFAltima modifica\xE7\xE3o efectuada.",successSyncConfigInAccount:"Sincroniza\xE7\xE3o bem sucedida com a nuvem",successSyncConfigToAccount:"Sincroniza\xE7\xE3o bem sucedida com a nuvem",syncConfigNoUpdate:"J\xE1 est\xE1 atualizado.",authFail:"Falha de autoriza\xE7\xE3o",syncTitle:"Gest\xE3o manual de c\xF3pias de seguran\xE7a",import_hint:"importa\xE7\xE3o (dados)",upload:"carregar",revokeAuth:"revogar uma autoriza\xE7\xE3o",uploadFail:"Falha na transfer\xEAncia",download:"descarregamento",importSuccess:"Importado com sucesso",importFail:"falha na importa\xE7\xE3o",deleteFail:"Falha ao eliminar",backupToCloud:"Gerir manualmente os ficheiros de c\xF3pia de seguran\xE7a",create_new_backup:"Adicionar um novo n\xF3 de backup",maxBackupFiles:"\xC9 poss\xEDvel efetuar a c\xF3pia de seguran\xE7a de at\xE9{count}n\xF3s diferentes. Elimine os n\xF3s de que n\xE3o necessita.",backupToCloudDescription:"Carregar ou restaurar manualmente ficheiros de c\xF3pia de seguran\xE7a, permitindo at\xE9 3 c\xF3pias de seguran\xE7a diferentes",successSyncConfig:"Sincroniza\xE7\xE3o bem sucedida com a nuvem",syncFail:"falha de sincroniza\xE7\xE3o",updatedAt:"Atualizado a partir de {date}",lastSyncedAt:"\xDAltima verifica\xE7\xE3o em {date}",downloadFail:"Falha na transfer\xEAncia",clickToDownload:"Clique para descarregar",aboutLabel:"Acerca de - Feedback","browser.openAboutPage":"Sobre/Feedback",aboutLabelWithoutSponsor:"Acerca de - Feedback",aboutIntro:"Que todos possamos ter um acesso mais f\xE1cil e mais agrad\xE1vel \xE0 vasta quantidade de informa\xE7\xF5es em l\xEDnguas estrangeiras na Internet \u2764\uFE0F Pode optar por ativar a sua <6>subscri\xE7\xE3o Pro para utilizar as tradu\xE7\xF5es DeepL e OpenAI prontas a utilizar.

Pode seguir-nos no <3>Twitter, <4>Telegram, Weibo, WeChat ou <5>subscrever a nossa lista de <5>correio abaixo para acompanhar as actualiza\xE7\xF5es.
<7>Os membros Pro podem contactar-nos em <8>support@immersivetranslate.com para um servi\xE7o de apoio ao cliente r\xE1pido.",aboutIntroWithoutSponsor:"Que todos possamos ter um acesso mais f\xE1cil e mais agrad\xE1vel \xE0 enorme quantidade de informa\xE7\xE3o em l\xEDngua estrangeira dispon\xEDvel na Internet \u2764\uFE0F

Pode seguir-nos no <3>Twitter, no <4>canal Telegram, no WeChat, no WeChat Exchange ou <5>subscrever as actualiza\xE7\xF5es por correio <5>eletr\xF3nico abaixo.",projectHomepage:"In\xEDcio do projeto",joinTelegramGroup:"Junte-se ao grupo de utilizadores para participar em debates sobre funcionalidades",wechatPublicAccount:"WeChat P\xFAblico",wechatCommunities:"Grupo de interc\xE2mbio WeChat",qqCommunities:"Canal de comunica\xE7\xE3o QQ",joinTelegramChannel:"Siga o canal Telegram para obter as \xFAltimas actualiza\xE7\xF5es",feedbackAndJoin:"Feedback da pergunta / Adicionar grupo",autoSync:"sincroniza\xE7\xE3o autom\xE1tica da hora",loadingThemeTitle:"Estilo de carregamento",loadingThemeDescription:"Definir o estilo quando se est\xE1 \xE0 espera que a tradu\xE7\xE3o seja carregada","loadingTheme.spinner":"Anima\xE7\xE3o girat\xF3ria","loadingTheme.text":"texto est\xE1tico algo ","loadingTheme.none":"n\xE3o indicado",developerDescription:"A documenta\xE7\xE3o sobre personaliza\xE7\xE3o avan\xE7ada pode ser encontrada <1>aqui","edit border color":"Modificar a cor do rebordo",successSyncButNoChange:"A configura\xE7\xE3o atual \xE9 coerente com a nuvem",customTheme:"Cores e tamanhos personalizados","customThemeLabel.borderColor":"Cor da margem","customThemeLabel.borderRadius":"Arestas arredondadas","customThemeLabel.textColor":"cor do texto","customThemeLabel.backgroundColor":"cor de fundo","customThemeLabel.zoom":"Escala do tipo de letra (%)","customThemeLabel.opacity":"Opacidade do texto (%)",resetToDefaultColor:"Repor as cores predefinidas",resetToDefaultSettings:"Repor as predefini\xE7\xF5es",isTranslateTitle:"Ativar a tradu\xE7\xE3o dos t\xEDtulos das p\xE1ginas",isTranslateTitleDescription:"Quando aberto, o t\xEDtulo da p\xE1gina \xE9 traduzido",enableSearchEnhancement:"Permitir o melhoramento de mensagens bilingues",enableSearchEnhancementDescription:'Uma vez activada, os resultados da pesquisa do "Google News" ser\xE3o automaticamente apresentados na coluna direita dos s\xEDtios Web suportados (Google News, Pesquisa Google (algumas palavras-chave), Snowball, Oriental Fortune, Futura, Tiger Community) para as palavras-chave inglesas correspondentes.',verifyService:"Clique aqui para testar o servi\xE7o",verified:"Verificar o sucesso","field.langs":"C\xF3digos de idioma suportados","field.model":"modela\xE7\xE3o","field.translationEngine":"motor de tradu\xE7\xE3o","field.limitPerMinute":"M\xE1ximo de pedidos por minuto","field.limitPerSecond":"N\xFAmero m\xE1ximo de pedidos por segundo","field.maxTextLengthPerRequest":"Comprimento m\xE1ximo do texto por pedido","field.maxTextGroupLengthPerRequest":"N\xFAmero m\xE1ximo de par\xE1grafos por pedido","field.apiUrl":"Endere\xE7o da interface API personalizada","field.placeholderDelimiters":"marcador de posi\xE7\xE3o reservado","description.custom":"Acesso \xE0 interface personalizada Documenta\xE7\xE3o necess\xE1ria","description.limitPerMinute":"Os pedidos que excedem este limite entram numa fila de espera at\xE9 ao in\xEDcio do minuto seguinte. Devido \xE0s v\xE1rias limita\xE7\xF5es do servi\xE7o atual da OpenAI, clique <1>aqui para obter os valores sugeridos mais recentes","description.limitPerSecond":"Os pedidos que excedem este limite entram numa fila de espera at\xE9 ao in\xEDcio do segundo seguinte. Devido \xE0s v\xE1rias limita\xE7\xF5es do servi\xE7o atual da OpenAI, clique <1>aqui para obter os valores sugeridos mais recentes","description.generalLimitPerSecond":"Os pedidos que excedem este limite entram numa fila de espera at\xE9 ao in\xEDcio do segundo seguinte.","description.prompt":"Enviar a conversa para {service} como usu\xE1rio, onde {{text}} representa o conte\xFAdo do texto do par\xE1grafo, {{from}} representa a l\xEDngua do par\xE1grafo e {{to}} representa a l\xEDngua alvo.","description.maxTextLengthPerRequest":"O n\xFAmero m\xE1ximo de caracteres por pedido \xE9 demasiado grande para provocar uma resposta lenta da interface, pelo que deve tentar ajustar esta op\xE7\xE3o para otimizar a velocidade","description.systemPrompt":"Um di\xE1logo enviado ao OpenAI como um sistema, em que {{text}} indica o conte\xFAdo do texto do par\xE1grafo,{{from}} indica a l\xEDngua do par\xE1grafo e{{to}} indica a l\xEDngua de destino.","field.domain":"dom\xEDnio","description.domain":"A predefini\xE7\xE3o \xE9\uFF1Ageneral. S\xF3 pode ser definido se a tradu\xE7\xE3o de dom\xEDnios estiver activada na consola da API Arima, ver <1>aqui os dom\xEDnios suportados","field.scene":"tomar","description.scene":"A predefini\xE7\xE3o \xE9\uFF1Ageneral. S\xF3 pode ser definido se a consola da API AliCloud abrir o Machine Translation Pro, consulte <1>aqui os cen\xE1rios suportados","field.vocabId":"ID do dicion\xE1rio do utilizador","description.vocabId":"O dicion\xE1rio especificado out_id, atualmente suporta a tradu\xE7\xE3o de ingl\xEAs para chin\xEAs.","description.model":"Modelos OpenAI, podem ser gpt-3.5-turbo, gpt-4, etc.","description.maxTextGroupLengthPerRequest":"O n\xFAmero de par\xE1grafos enviados ao servi\xE7o de tradu\xE7\xE3o de cada vez; se houver demasiados par\xE1grafos, a interface poder\xE1 responder mais lentamente","description.apiUrl":"Por favor, adicione URLs espec\xEDficos com caminhos, <1>mais descri\xE7\xE3o",enabledExtension:"Ativa\xE7\xE3o de extens\xF5es",clickToDisableExtension:"Clique para desativar as extens\xF5es",clickToEnableExtension:"Clique para ativar as extens\xF5es",hasBeenDisabled:"desativado","show password":"Mostrar palavra-passe",customContent:"Introduzir um nome de modelo personalizado",inputOptions:"Melhoria da caixa de entrada",mouseHoverOptions:"passar o rato",modifyMouseHoverKey:"Modificar o atalho para passar o rato",enableInputTranslation:"Ativar ou n\xE3o o melhoramento da caixa de entrada",enableInputTranslationDescription:"Uma vez ativado, escreva {startingKey}{startingKey} hello diretamente na caixa de entrada e, em seguida, prima rapidamente{inputTrailingTriggerKeyRepeatTimes}vezes{trailingKey}para traduzir para {inputTargetLanguage}",enableInputTranslationDescriptionForNoneKey:"Uma vez ativado, escreva\uFF1AHello World diretamente na caixa de entrada e, em seguida, prima rapidamente{inputTrailingTriggerKeyRepeatTimes}{trailingKey}vezes para traduzir para o idioma de destino predefinido.",inputTargetLanguage:"Definir o idioma de destino predefinido para as caixas de entrada",inputTargetLanguageDescription:"L\xEDngua de destino predefinida para a tradu\xE7\xE3o da caixa de entrada, ou seja, {startingKey}{startingKey} como l\xEDngua predefinida para as palavras de acionamento",inputTargetLanguageDescriptionForNoneKey:"L\xEDngua de destino predefinida para a tradu\xE7\xE3o da caixa de entrada",inputStartingTriggerKeyTitle:"Definir o car\xE1cter de divis\xE3o para a tradu\xE7\xE3o parcial da caixa de entrada",inputStartingTriggerKeyDescription:"Quando n\xE3o \xE9 necess\xE1rio traduzir toda a caixa de entrada, o separador permite-lhe traduzir apenas a parte de {startingKey}{startingKey} at\xE9 ao fim da caixa de entrada, ou pode especificar o c\xF3digo da l\xEDngua, por exemplo,\uFF1A{startingKey}ja significa traduzir apenas a parte de {startingKey}ja at\xE9 ao fim da caixa de entrada.",inputStartingTriggerKeyDescriptionForNoneKey:"A defini\xE7\xE3o atual de sem prefixo n\xE3o \xE9 necess\xE1ria, e a fun\xE7\xE3o de tradu\xE7\xE3o de alguns textos na caixa de entrada n\xE3o pode ser utilizada por enquanto.",inputTrailingTriggerKeyTitle:"Selecionar um car\xE1cter de acionamento de fim de registo",inputTrailingTriggerKeyDescription:"3 hits r\xE1pidos{trailingKey} come\xE7ar\xE1 a traduzir!",inputTrailingTriggerKeyTimeout:"Introduzir o tempo entre os accionamentos de fim de combate",inputTrailingTriggerKeyTimeoutDescription:"Define o tempo (em milissegundos) entre os accionamentos da combina\xE7\xE3o de fim de entrada",spaceKey:"<\u7A7A\u683C\u952E>",noneKey:"Tradu\xE7\xE3o direta de toda a caixa de texto sem prefixos",inputTranslationBlockUrlsTitle:"N\xE3o ativar o melhoramento da caixa de entrada nos seguintes URLs",inputTranslationBlockUrlsDescription:"As melhorias na caixa de entrada n\xE3o funcionar\xE3o nos seguintes URLs",clickToSeeQuickDemo:"Clique para expandir o v\xEDdeo tutorial r\xE1pido de 30 segundos",inputHelperInfo:"Descri\xE7\xE3o\uFF1AOptimiz\xE1mos o facto de alguns caracteres desencadeadores se transformarem em sinais de pontua\xE7\xE3o chineses nos m\xE9todos de introdu\xE7\xE3o chineses, por exemplo, / transforma-se num sinal de dun , no m\xE9todo de introdu\xE7\xE3o Sogou, e o Immersive Translator suporta todos os s\xEDmbolos chineses correspondentes aos caracteres desencadeadores, ou seja, //,,,, ser\xE3o reconhecidos como caracteres desencadeadores.

Tamb\xE9m suportamos pseud\xF3nimos chineses para c\xF3digos de idioma como comandos, por exemplo, /Japanese Hello World ser\xE1 traduzido para japon\xEAs, <1>clique aqui para ver todos os c\xF3digos de idioma suportados.",reloadCurrentPage:"Por favor, actualize a p\xE1gina atual antes de iniciar a tradu\xE7\xE3o.",noLocalFilePermissionForPDF:"N\xE3o tem permiss\xE3o para ler ficheiros locais, por favor clique no bot\xE3o acima e depois importe os ficheiros locais.",noPermissionForThisPage:"\u26A0\uFE0F Sem permiss\xE3o para traduzir a p\xE1gina atual",retryAllParagraphs:"Repetir todas as passagens de erro",retryAllButton:"Repetir todas as passagens de erro",errorTooltipTitle:"Clique para ver a causa do erro",errorModalTitle:"Algo parece estar errado com o servi\xE7o de tradu\xE7\xE3o ou com a rede...",disableConfirm:"Defini\xE7\xE3o de melhoria da informa\xE7\xE3o bilingue",disableOnce:"Esta incapacidade",disableGlobal:"desativar permanentemente",disableTint:"* Pode voltar a activ\xE1-lo em {option} .",searchEnhancementNotes:"Depois de ativar a funcionalidade de Melhoria da informa\xE7\xE3o bilingue da tradu\xE7\xE3o imersiva, pesquisamos automaticamente as mesmas palavras-chave em ingl\xEAs nos s\xEDtios Web suportados (Google News, Pesquisa Google (algumas palavras-chave), Snowball, Oriental Wealth, Futura, Tiger) e apresentamo-las no lado direito. Pode optar por desactiv\xE1-la se n\xE3o necessitar desta funcionalidade.",option:"preparar",saveSettings:"Guardar defini\xE7\xF5es",closeModal:"Fechar a janela",enableInputTranslationWithoutTriggerKeyTitle:"Permitir 3 acessos r\xE1pidos em{trailingKey}para traduzir diretamente toda a caixa de entrada para{inputTargetLanguage}",enableInputTranslationWithoutTriggerKeyDescription:"Para especificar o idioma de destino, prefixe-o com o c\xF3digo do idioma, por exemplo,\uFF1Aja Hello World",mouseHoverShortcutPlaceholder:"Por exemplo,\uFF1AShift",deepLProName:"Membro Pro da Immersive Translation (Recomendado)",deepLProDescription:"O pacote atual pode ser utilizado diretamente",deeplProDescriptionForNormal:"N\xE3o \xE9 necess\xE1ria qualquer configura\xE7\xE3o, os membros podem utiliz\xE1-lo depois de iniciarem sess\xE3o, <1>clique aqui para atualizar para membro",deepLCustomDescription:"Necess\xE1rio cart\xE3o de cr\xE9dito estrangeiro, oficialmente aberto em <1>DeepL, clique para <2>documenta\xE7\xE3o",deepLCustomName:"Chave de autentica\xE7\xE3o personalizada",chooseProviderLabel:"Selecionar um fornecedor de servi\xE7os",openaiProName:"Membro Pro da Immersive Translation (Recomendado)",openaiProDescription:"O pacote atual pode ser utilizado diretamente",openaiProDescriptionForNormal:"N\xE3o \xE9 necess\xE1ria qualquer configura\xE7\xE3o, os membros podem utiliz\xE1-lo depois de iniciarem sess\xE3o, <1>clique aqui para atualizar para membro",openaiCustomDescription:"Dispon\xEDvel no OpenAI, Azure OpenAI ou noutros servi\xE7os de terceiros, <1>clique aqui para ver a documenta\xE7\xE3o",openaiCustomName:"Chave API personalizada",needLoginAction:"(ades\xE3o aberta ou personaliza\xE7\xE3o)",goLoginOrAction:"(Abrir uma inscri\xE7\xE3o ou ir \xE0s defini\xE7\xF5es)",yearly:"efetuar um pagamento anual consecutivo",quarterly:"embalagem sequencial",monthly:"assinatura mensal",yearlyForOnce:"Pacote anual \xFAnico",monthlyForOnce:"Pacote mensal \xFAnico",daily:"dias consecutivos de embalagem",year:"efetuar um pagamento anual consecutivo",quarter:"embalagem sequencial",month:"assinatura mensal",day:"dias consecutivos de embalagem",onetime_7day:"Pacote de experi\xEAncia de 7 dias",currentPlanDescriptionForFree:"Pacotes actuais\uFF1AFree",currentPlanDescriptionForContinuous:"O pacote atual\uFF1A{plan}ser\xE1 automaticamente renovado em {endAt}",currentPlanDescriptionForAutoRenewCaceling:"O pacote atual\uFF1A{plan}expira em {endAt} e n\xE3o ser\xE1 renovado automaticamente ap\xF3s a expira\xE7\xE3o.",currentYearlyPlanDescriptionForAutoRenewCacelingWithRealPaiedUser:"O pacote atual,\uFF1A{plan}, expira em {endAt} e n\xE3o ser\xE1 renovado automaticamente ap\xF3s a expira\xE7\xE3o.
<1>Clique aqui para gerir o seu plano de renova\xE7\xE3o",currentYearlyPlanDescriptionForAutoRenewCacelingWithAdmin:"O pacote atual,\uFF1A{plan}, expira em {endAt} e n\xE3o ser\xE1 renovado automaticamente ap\xF3s a expira\xE7\xE3o.
<1>Clique aqui para ativar a subscri\xE7\xE3o anual cont\xEDnua",currentPlanDescriptionForOneTime:"A subscri\xE7\xE3o atual\uFF1A{plan}expira em {endAt} . <1>Clique aqui para atualizar para uma subscri\xE7\xE3o <1>anual ou <2>mensal.",upgradePlan:"Clique aqui para atualizar para a subscri\xE7\xE3o Pro",upgradeToPro:"Atualizar para a subscri\xE7\xE3o Pro","popup.openPro":"Actualize para a subscri\xE7\xE3o Pro para desfrutar de DeepL e da tradu\xE7\xE3o OpenAI, clique aqui para atualizar!","popup.openProForPro":"\xC9 um membro Pro com acesso direto \xE0s tradu\xE7\xF5es de DeepL e OpenAI!",currentAccount:"conta corrente",enableAutoSyncUserSettings:"Permitir a sincroniza\xE7\xE3o autom\xE1tica na nuvem em v\xE1rios dispositivos",modalEnableInputTranslationTitle:"Tradu\xE7\xE3o imersiva Caixa de entrada Alertas de tradu\xE7\xE3o",modalEnableInputTranslationDesc:"Acaba de ativar a tradu\xE7\xE3o da caixa de entrada da Tradu\xE7\xE3o Imersiva, carregando na barra de espa\xE7os 3 vezes em sucess\xE3o r\xE1pida, e o conte\xFAdo da caixa de entrada ser\xE1 traduzido para a l\xEDngua de destino predefinida. A tradu\xE7\xE3o pode ser anulada com Ctrl+Z.

Se isto foi um erro, n\xE3o se preocupe, pode optar por desactiv\xE1-la desta vez ou desativar permanentemente a tradu\xE7\xE3o da caixa de entrada.",saveAndNotShowAgain:"Guardar e parar a solicita\xE7\xE3o",disableInputTranslationTips:"* Tamb\xE9m pode definir outros atalhos para serem accionados em {option} ,{learnMore}.",learnMore:"Clique aqui para saber mais",continueEnalbeInputTranslation:"Continuar a ativar a tradu\xE7\xE3o da caixa de entrada",autoRenewTrialSuffix:'(Durante o per\xEDodo experimental,passa imediatamente a membro efetivo)',upgradeFromTrialTitle:"Atualiza\xE7\xE3o para membro de pleno direito",subtitle:"legendagem de v\xEDdeo",youtubeService:"Tradu\xE7\xE3o por imers\xE3o Servi\xE7os de tradu\xE7\xE3o de legendagem de v\xEDdeo","subtitle.disabledSubtitle":"Desativar permanentemente a funcionalidade de legendas de v\xEDdeo","subtitle.disabledSubtitleDescription":"Se Immersive Translator's Video Subtitles entrar em conflito com outras extens\xF5es, pode optar por desativar permanentemente a funcionalidade Immersive Translator's Video Subtitles ou desinstalar outras extens\xF5es que entrem em conflito","subtitle.autoEnableSubtitle":"Utiliza\xE7\xE3o autom\xE1tica de legendas bilingues","subtitle.autoEnableSubtitleDescription":"Depois de ativado, quando o v\xEDdeo \xE9 reproduzido, as legendas bilingues s\xE3o exibidas automaticamente, caso contr\xE1rio, \xE9 necess\xE1rio clicar no bot\xE3o de tradu\xE7\xE3o para exibir.","subtitle.preTranslation":"Traduzir legendas utilizando a tradu\xE7\xE3o imersiva","subtitle.preTranslationDescription":"Quando activada, toda a legenda ser\xE1 pr\xE9-traduzida utilizando o servi\xE7o de tradu\xE7\xE3o especificado abaixo, e um v\xEDdeo de 1 hora consumir\xE1 cerca de 50.000 Tokens ou caracteres, pelo que deve ser utilizada \xE0 sua discri\xE7\xE3o; quando desactivada, ser\xE3o utilizadas primeiro as legendas originais.","subtitle.humanSubtitlesPreferred":"Utiliza\xE7\xE3o priorit\xE1ria de legendagem humana","subtitle.humanSubtitlesPreferredDescription":"Dar prioridade \xE0 utiliza\xE7\xE3o de legendas humanas quando o v\xEDdeo tiver legendas humanas na l\xEDngua de chegada (recomendado)",videoSubtitleTranslationDescription:"Atribuir um servi\xE7o de tradu\xE7\xE3o separado para as legendas de v\xEDdeo",subtitleTranslating:"Aguarde enquanto as legendas est\xE3o a ser traduzidas utilizando o servi\xE7o {service} ... (tradu\xE7\xE3o por imers\xE3o)",subtitleLoading:"A carregar as legendas...",bilingual:"bilinguismo","field.action":"Se deve ativar a terminologia Baidu","description.action":"Quando ativado, ser\xE1 adicionado um par\xE2metro action=1 ao pedido para informar o Baidu do termo ativado. <1>Consulte a documenta\xE7\xE3o oficial para obter mais informa\xE7\xF5es.",closeQuickTranslation:"Fechar Hoverball","closeQuickTranslation.untilNext":"Desta vez fechado at\xE9 \xE0 pr\xF3xima visita","closeQuickTranslation.currentWebsite":"S\xEDtio atual desativado","closeQuickTranslation.alwaysClose":"desativar permanentemente","closeQuickTranslation.settingOpen":"(pode ser ativado na <1>p\xE1gina de defini\xE7\xF5es )","closeQuickTranslation.cancel":"cancelamentos","closeQuickTranslation.confirm":"definir","floatBall.popup":"Abrir o painel Defini\xE7\xF5es r\xE1pidas","floatBall.translate":"Clique para traduzir a p\xE1gina","floatBall.showOriginal":"Clique para voltar ao artigo original","floatBall.close":"Fechar Hoverball","floatBallOptions.enableDescPc":"Depois de ativar o hoverball da p\xE1gina, ser\xE1 apresentado um bot\xE3o de tradu\xE7\xE3o r\xE1pida no lado direito da p\xE1gina, clique nele para traduzir!","floatBallOptions.enableDesc":"Depois de desligar a hoverball, esta pode ser recuperada com{touch}. Recomenda-se vivamente que marques esta p\xE1gina de defini\xE7\xF5es para o caso de n\xE3o conseguires encontrar a hoverball depois de teres desligado inadvertidamente esta op\xE7\xE3o!","description.azureApiUrl":"Preencher o endere\xE7o da interface API personalizada",confirmSupportMouse:"For\xE7ar a ativa\xE7\xE3o do suporte do rato",confirmSupportMouseDescription:"Detectado que o browser atual n\xE3o suporta a fun\xE7\xE3o de rato, \xE9 for\xE7ado a ativar o suporte de rato?",sampleTargetText:"A longa noite chegar\xE1, e eu vigiarei de hoje at\xE9 \xE0 minha morte. N\xE3o tomarei nenhuma esposa, n\xE3o farei nenhum feudo, n\xE3o terei filhos. N\xE3o usarei uma coroa, n\xE3o lutarei por honra. Cumprirei o meu dever, viverei e morrerei.",sampleSourceText:"Night gathers, and now my watch begins. It shall not end until my death. I shall take no wife, hold no lands, father no children. I shall wear no crowns and win no glory. I shall live and die at my post.","desc.touchShortcutsToggleTranslatePageOnlyTranslation":"Apenas a tradu\xE7\xE3o significa que apenas o texto traduzido ser\xE1 exibido, se a p\xE1gina ainda n\xE3o foi traduzida, o modo ser\xE1 alterado e traduzido.","desc.toggleOnlyTransation":"O modo de tradu\xE7\xE3o apenas se refere a mostrar apenas a tradu\xE7\xE3o, se a p\xE1gina ainda n\xE3o foi traduzida, o modo ser\xE1 alterado e traduzido.",touchShortcutsToggleTranslatePageOnlyTranslation:"Configurar gestos de toque na tela para alternar entre o modo bil\xEDngue / apenas tradu\xE7\xE3o",download_started:"O download j\xE1 come\xE7ou, se n\xE3o come\xE7ou automaticamente, por favor clique manualmente.",here:"aqui","translationFont.customPlaceholder":"tipo de letra",batchEdit:"Opera\xE7\xE3o em massa","error.goReset":"ir redefinir","error.configError":"Dados de configura\xE7\xE3o anormais","translationServices.inherit":"Siga o servi\xE7o de tradu\xE7\xE3o principal",detectServiceLoading:"Detectando servi\xE7os de tradu\xE7\xE3o dispon\xEDveis...","translationModeLang.translation.title":"Apenas o modo de tradu\xE7\xE3o de idioma","translationFont.custom":"Insira a fonte personalizada","error.serveConfigError":"Erro de configura\xE7\xE3o do servi\xE7o",toggleToService:"Mude para {service} e tente novamente","touch.mouse-translate":"Traduzir o par\xE1grafo especificado","translationModeUrl.translation.title":"Modo de apenas tradu\xE7\xE3o do URL","error.proTokenInvalid":"Se voc\xEA \xE9 um usu\xE1rio Pro, fa\xE7a login antes de usar o servi\xE7o de tradu\xE7\xE3o Pro.",enableSentryReport:"Quando ocorre um erro de extens\xE3o, use o Sentry para enviar feedback.",translationFont:"Definir fonte",videoSubtitlePreTranslationOn:"As legendas de v\xEDdeo usar\xE3o tradu\xE7\xE3o imersiva como prioridade.","error.reloadPageOfSetting":"Ap\xF3s a configura\xE7\xE3o, atualize a p\xE1gina para traduzir novamente.","translationModeLang.translation.description":"Quando a l\xEDngua da p\xE1gina \xE9 uma das seguintes, o modo de tradu\xE7\xE3o apenas ser\xE1 usado automaticamente.","error.502":"O servi\xE7o retornou um erro, o servi\xE7o est\xE1 fora do tempo, por favor tente novamente mais tarde.","error.googleLimitIp":"O servi\xE7o retorna um erro, o servi\xE7o Google j\xE1 limitou este endere\xE7o IP, \xE9 recomendado que voc\xEA mude o n\xF3 da rede.","error.403":"O servi\xE7o retorna um erro, temporariamente sem permiss\xE3o para acessar esse servi\xE7o.","error.400":"O servi\xE7o retorna um erro, o par\xE2metro de solicita\xE7\xE3o est\xE1 errado, por favor, verifique a configura\xE7\xE3o correspondente.","error.proUpgrade":"Ap\xF3s a atualiza\xE7\xE3o, atualize a p\xE1gina e traduza novamente.",videoSubtitlePreTranslationOff:"As legendas do v\xEDdeo dar\xE3o prioridade \xE0s legendas traduzidas automaticamente inclu\xEDdas no v\xEDdeo original.","error.429":"O servi\xE7o retornou um erro, indicando que a solicita\xE7\xE3o \xE9 muito frequente ou excede o limite, tente novamente mais tarde.","error.gemini.429":"O servi\xE7o Gemini atual atingiu sua capacidade m\xE1xima, por favor, tente novamente mais tarde ou mude para outro servi\xE7o de tradu\xE7\xE3o.","error.openAIExceededQuota":"O servi\xE7o retorna um erro: o saldo da sua conta OpenAI atual \xE9 insuficiente, por favor recarregue ou vincule um cart\xE3o de cr\xE9dito no back-end oficial da OpenAI.","translationFont.notSupportErrorMessage":"Por favor, verifique se o nome da fonte que voc\xEA inseriu est\xE1 correto, ou confirme se essa fonte j\xE1 est\xE1 instalada em seu dispositivo.","translationModeUrl.translation.description":"Quando o site \xE9 para os seguintes dom\xEDnios, o modo de apenas tradu\xE7\xE3o \xE9 usado automaticamente.","desc.toggleVideoSubtitlePreTranslation":"Ao pressionar, as legendas em dois idiomas do v\xEDdeo usar\xE3o preferencialmente as configura\xE7\xF5es de tradu\xE7\xE3o imersiva, ao pressionar novamente, as legendas autom\xE1ticas do v\xEDdeo original ser\xE3o priorizadas. Aten\xE7\xE3o: este atalho modifica as configura\xE7\xF5es globais.","error.openAIFreeLimit":"O servi\xE7o retorna um erro, a frequ\xEAncia atual de solicita\xE7\xF5es de tradu\xE7\xE3o atingiu o limite m\xE1ximo de 3 vezes por minuto, tente novamente mais tarde. (Esta \xE9 a restri\xE7\xE3o oficial da OpenAI para a chave API gratuita, para remover essa restri\xE7\xE3o, vincule um cart\xE3o de cr\xE9dito no backend da OpenAI.)","error.serveUnavailable":"O servi\xE7o [{serverName}] que voc\xEA est\xE1 usando atualmente n\xE3o pode ser acessado temporariamente devido a problemas de conex\xE3o de rede ou do provedor de servi\xE7os. Sugerimos que voc\xEA tente atualizar a p\xE1gina ou alterar para outro servi\xE7o de tradu\xE7\xE3o atrav\xE9s das <1>configura\xE7\xF5es. Se voc\xEA \xE9 um membro <2>Pro, pode optar por usar os servi\xE7os de tradu\xE7\xE3o mais est\xE1veis da DeepL ou OpenAI (<3>clique aqui para experimentar gratuitamente). Al\xE9m disso, voc\xEA pode precisar verificar suas configura\xE7\xF5es de rede ou proxy.","tagsInput.add":"+ Adicionar","floatBall.iKnow":"Eu sei.",pickAll:"Selecionar tudo",goLogin:"V\xE1 fazer login",notLogin:"N\xE3o conectado","error.retry":"Tentar novamente",shortcutSettingsTitle:"Configura\xE7\xF5es de atalho","error.reason":"Raz\xE3o do erro","subtitle.hideQuickButton":"N\xE3o mostrar mais este atalho",errorReason:"Raz\xE3o do erro: {message}","widget.instruction":"Instru\xE7\xF5es de uso","multipleClick.2":"Clique duplo","multipleClick.3":"Tr\xEDplice golpe","widget.translateFile":"PDF/ePub","floatBallOptions.fixedPositionLeft":"lado esquerdo","floatBallOptions.fixedPosition":"Posi\xE7\xE3o fixa",buildSnapshots:"Gerar instant\xE2neo da p\xE1gina da web","intro.floatBallTitle":"Bola flutuante de tradu\xE7\xE3o r\xE1pida",neverTranslateThisSite:"Nunca traduza este site",mouseHoverCustomKeyTitle:"Personalizar atalhos de mouse hover","subtitle.autoDisableSubtitle":"N\xE3o ative automaticamente as legendas bilingues","browser.translateWithGoogle":"Usar o Google Tradutor temporariamente para a p\xE1gina atual","error.subscriptionExpiredTitle":"A associa\xE7\xE3o expirou","floatBallOptions.fixedPositionRight":"lado direito",loggedIn:"Conectado","subtitle.bilingual":"Legendas bil\xEDngues","slide.right":"Deslize para a esquerda",networkError:"O servi\xE7o de tradu\xE7\xE3o ou a rede est\xE1 com problemas",contact:"Entre em contato conosco","intro.subtitleTitle":"Exibi\xE7\xE3o de legendas bilingues em v\xEDdeos online","browser.translateWithTransmart":"Usar temporariamente o Tencent para traduzir a p\xE1gina atual",alwaysTranslateThisSite:"Sempre traduza este site",temprarilyChangeTranslationTo_gemini:"Est\xE1 a usar o Gemini para traduzir a p\xE1gina atual","multipleClick.4":"Qu\xE1druplo golpe","intro.hoverTitle":"Passe o mouse para traduzir o par\xE1grafo atual",temprarilyChangeTranslationTo_google:"Est\xE1 a usar o Google Tradutor para traduzir a p\xE1gina atual","shortcutGroup.touch":"Gestos espec\xEDficos para tela sens\xEDvel ao toque",notLoginPro:"Ainda n\xE3o iniciou sess\xE3o na sua conta de membro.",paragraphMinTextCountField:"N\xFAmero m\xEDnimo de caracteres necess\xE1rios para traduzir um par\xE1grafo",temprarilyChangeTranslationTo_openai:"Est\xE1 a usar o OpenAI para traduzir a p\xE1gina atual",translationOnlyMode:"Apenas modo de tradu\xE7\xE3o",viewWithImmersiveTranslate:"Vers\xE3o bil\xEDngue (tradu\xE7\xE3o imersiva)","translationServices.gemini":"G\xEAmeos","browser.toggleMouseHoverTranslateDirectly":"Ativar ou desativar temporariamente a tradu\xE7\xE3o direta do mouse hover na p\xE1gina",shortcutSettings:"Atalho","browser.translateWithOpenAI":"Usar temporariamente o OpenAI para traduzir a p\xE1gina atual",touchShortcutsToggleTranslateTouchElement:"Configurar gestos de toque na tela para traduzir par\xE1grafos espec\xEDficos","widget.instructionTooltip":"Consulte as instru\xE7\xF5es de uso","shortcutGroup.mouse":"Configura\xE7\xE3o de atalhos de teclado para hover do mouse",temprarilyChangeTranslationTo_deepl:"Est\xE1 a usar o DeepL para traduzir a p\xE1gina atual.","floatBall.longPress":"Pressione e segure para abrir rapidamente o painel de configura\xE7\xF5es.","widget.videoSubtitle":"legendas de v\xEDdeo",upgradeToProErrorTitle:"Por favor, atualize para o membro Pro antes de usar este servi\xE7o de tradu\xE7\xE3o.","floatBallOptions.fixedPositionDesc":"A bola flutuante est\xE1 \xE0 esquerda ou \xE0 direita da janela?","shortcutGroup.shortcutsForTranslationServices":"Servi\xE7os de tradu\xE7\xE3o atalhos relacionados",temprarilyChangeTranslationTo_transmart:"Est\xE1 a usar o Tencent para traduzir a p\xE1gina atual.",touchShortcutsOff:"fechar","browser.translateWithBing":"Usar temporariamente o Microsoft Translate para traduzir a p\xE1gina atual","browser.toggleVideoSubtitlePreTranslation":"Alternar legendas bil\xEDngues prefere usar configura\xE7\xF5es de tradu\xE7\xE3o imersiva","proQuotaExceededError.resetTime":"3. Tempo de redefini\xE7\xE3o do limite: {resetTime}","widget.videoSubtitleTooltip":"Suporta Youtube e outros {count}+ sites de v\xEDdeo","desc.touchShortcutsToggleTranslateTouchElement":"Personalize um gesto e voc\xEA poder\xE1 traduzir qualquer par\xE1grafo em que estiver.","subtitle.showQuickButton":"No leitor, exibir legendas em dois idiomas \xE9 um atalho","shortcutGroup.others":"Mais atalhos de fun\xE7\xF5es personalizadas",touchShortcutsToggleTranslationMask:"Configurar gestos de toque na tela para mostrar a m\xE1scara de tradu\xE7\xE3o / mostrar o texto original",temprarilyChangeTranslationTo_bing:"Est\xE1 a usar o Microsoft Translator para traduzir a p\xE1gina atual.","browser.translateWithGemini":"Use temporariamente o Gemini para traduzir a p\xE1gina atual","error.subscriptionExpired":"A sua associa\xE7\xE3o pode ter expirado, por favor verifique o estado da sua associa\xE7\xE3o.","browser.translateInputBox":"Traduzir o conte\xFAdo da caixa de entrada atual",touchShortcutsToggleTranslatePage:"Defina gestos de toque na tela para traduzir p\xE1ginas da web / mostrar o texto original","widget.translateFileTooltip":"Traduzir documentos PDF, EPUB, SRT, ASS, HTML e TXT","description.baiduField":"Os campos suportados s\xE3o vistos <1>aqui, se estiver vazio, significa que nenhum campo \xE9 especificado.","browser.translateWithDeepL":"Use temporariamente o DeepL para traduzir a p\xE1gina atual","desc.interfaceLanguage":"A configura\xE7\xE3o do idioma da interface afeta o idioma de exibi\xE7\xE3o do painel de controle e n\xE3o est\xE1 relacionada ao idioma de destino da tradu\xE7\xE3o.","neverTranslateText.title":`Por favor, traduza diretamente para o portugu\xEAs (evite explicar o texto original): + {env.imt_trans_field}: \uBC88\uC5ED\uBB38`,"subtitle.quickButton.setting":"\uC124\uC815","subtitle.quickButton.translationPosition":"\uBC88\uC5ED \uC704\uCE58","subtitle.quickButton.black":"\uAC80\uC740\uC0C9","translationServices.claude":"\uD074\uB85C\uB4DC","subtitle.quickButton.translationPositionTop":"\uC6D0\uBB38 \uC704\uC5D0","subtitle.quickButton.backgroundColor":"\uBC30\uACBD\uC0C9","subtitle.quickButton.translationPositionBottom":"\uC6D0\uBB38 \uC544\uB798\uC5D0","subtitle.quickButton.yellow":"\uB178\uB780\uC0C9","subtitle.quickButton.white":"\uD558\uC580\uC0C9","subtitle.quickButton.translationTextColor":"\uBC88\uC5ED \uAE00\uAF34 \uC0C9\uC0C1","subtitle.quickButton.red":"\uBE68\uAC04\uC0C9","subtitle.quickButton.sourceTextColor":"\uC6D0\uB798 \uAE00\uAF34 \uC0C9\uC0C1","subtitle.quickButton.green":"\uB179\uC0C9","subtitle.quickButton.cyan":"\uCCAD\uC0C9","subtitle.quickButton.magenta":"\uB9C8\uC820\uD0C0\uC0C9","subtitle.quickButton.backgroundOpacity":"\uBC30\uACBD \uBD88\uD22C\uBA85\uB3C4","subtitle.quickButton.translationFontSize":"\uBC88\uC5ED \uAE00\uC790 \uD06C\uAE30","subtitle.quickButton.sourceFontSize":"\uC6D0\uB798 \uAE00\uAF34 \uD06C\uAE30","subtitle.quickButton.blue":"\uD30C\uB780\uC0C9",attachSubtitleTranslating:"{service}\uB97C \uC0AC\uC6A9\uD558\uC5EC \uBC88\uC5ED \uC911...","error.claude.403":"\uC11C\uBE44\uC2A4\uC5D0 \uC561\uC138\uC2A4 \uD560 \uAD8C\uD55C\uC774 \uC5C6\uC2B5\uB2C8\uB2E4. \uC774\uB294 Claude\uC758 \uC9C0\uC5ED \uC81C\uD55C\uACFC \uAD00\uB828\uC774 \uC788\uC744 \uC218 \uC788\uC2B5\uB2C8\uB2E4. IP \uC8FC\uC18C\uB97C \uBCC0\uACBD\uD558\uAC70\uB098 \uB2E4\uB978 \uBC88\uC5ED \uC11C\uBE44\uC2A4\uB97C \uC0AC\uC6A9\uD574 \uBCF4\uC2ED\uC2DC\uC624.","browser.brandDescriptionForSafari":"\u3010\uBAB0\uC785\uD615 \uBC88\uC5ED\u3011\uBB34\uB8CC\uC758 (\uC6D0\uBB38/\uBC88\uC5ED\uBB38) \uC774\uC911 \uC5B8\uC5B4 \uB300\uC870 \uC6F9 \uD398\uC774\uC9C0 \uBC88\uC5ED \uD50C\uB7EC\uADF8\uC778\uC73C\uB85C, PDF \uBC88\uC5ED \uBC0F EPUB \uC804\uC790\uCC45 \uBC88\uC5ED\uC744 \uC9C0\uC6D0\uD558\uBA70 \uC6D0\uBB38\uC758 \uBB38\uC11C \uBC30\uCE58\uB97C \uC720\uC9C0\uD569\uB2C8\uB2E4. Youtube/Netflix \uB4F1\uC758 \uC628\uB77C\uC778 \uBE44\uB514\uC624 \uC774\uC911 \uC5B8\uC5B4 \uC790\uB9C9 \uBC88\uC5ED\uC744 \uC9C0\uC6D0\uD558\uBA70, Deepl/Google \uB4F1 \uC8FC\uC694 \uBC88\uC5ED \uC11C\uBE44\uC2A4\uB97C \uC9C0\uC6D0\uD569\uB2C8\uB2E4.","browser.PdfProFile":"AI\uAC00 \uAD6C\uB3D9\uD558\uB294 PDF Pro \uBC88\uC5ED","browser.textTranslate":"\uBB38\uC11C \uBC88\uC5ED"};var Ms={nologin:"n\xE3o conectado",loginForSafari:"Iniciar sess\xE3o ou registar-se",login:"Iniciar sess\xE3o para abrir uma inscri\xE7\xE3o",manageAccount:"Contas geridas",openPremium:"Associa\xE7\xE3o aberta",logout:"abortar",curentPlan:"Pacotes actuais",endAt:"expira\xE7\xE3o",endAuto:"renova\xE7\xE3o autom\xE1tica",lineBreakMaxTextCount:"N\xFAmero m\xE1ximo de caracteres permitidos por frase ap\xF3s as mudan\xE7as de linha","translate-pdf":"Clique para traduzir o PDF","noSupportTranslate-pdf":"Script n\xE3o suportado, utilize o plugin","translate-firefox-local-pdf":"Clique para ir para Importar PDF",enableLineBreak:"Ativar o avan\xE7o autom\xE1tico de linha para par\xE1grafos longos",sponsorLabel:"$1 Desenvolvedores patrocinados",help:"m\xE3o",browserShortcutsNoteForFirefox:"Para alterar os atalhos no Firefox, \xE9 necess\xE1rio abrir a p\xE1gina de gest\xE3o de extens\xF5es `about:addons`, clicar em `Settings` e, em seguida, clicar em `Manage Shortcuts` para definir os atalhos.",browserShortcutsNoteForChrome:"Para modificar os atalhos no Chrome, tem de abrir a p\xE1gina de gest\xE3o de extens\xF5es, defini-los no painel `Gerir atalhos` (`chrome://extensions/shortcuts`) e clicar no bot\xE3o abaixo para saltar para a p\xE1gina de gest\xE3o de atalhos.",browserShortcutsSucks:"Os atalhos personalizados s\xE3o formatados como (sem reconhecimento autom\xE1tico, introduza diretamente)\uFF1A",enableLineBreakDescription:"Quando activada, as quebras de linha ser\xE3o inseridas no final de cada frase em par\xE1grafos longos para facilitar a leitura","browser.shortBrandName":"Tradu\xE7\xE3o por imers\xE3o","browser.brandName":"Tradu\xE7\xE3o por imers\xE3o: Tradu\xE7\xE3o bilingue de p\xE1ginas Web e de documentos PDF","browser.brandDescription":"Bilingual web page translation, also supports PDF translation, bilingual Epub eBook translation, free to use.","browser.toggleTranslatePage":"Traduzir a p\xE1gina/apresentar o texto original","browser.toggleTranslateTheWholePage":"Traduzir todas as \xE1reas da p\xE1gina/apresentar o texto original","browser.toggleOnlyTransation":"Alternar entre o modo bil\xEDngue / apenas tradu\xE7\xE3o","browser.toggleTranslateToThePageEndImmediately":"Tradu\xE7\xE3o imediata para o fim da p\xE1gina/visualiza\xE7\xE3o do texto original","browser.toggleTranslateTheMainPage":"Traduzir a \xE1rea principal da p\xE1gina/apresentar o texto original","browser.shareToDraft":"Partilhar p\xE1ginas bilingues","browser.openOptionsPage":"Abrir a p\xE1gina de defini\xE7\xF5es","browser.toggleTranslationMask":"Mostrar/ocultar o efeito de desfocagem da tradu\xE7\xE3o","browser.translateLocalPdfFile":"Traduzir ficheiros PDF locais","browser.openEbookViewer":"Ler livros electr\xF3nicos locais","browser.openEbookBuilder":"Criar livros electr\xF3nicos EPUB bilingues","browser.translateLocalHtmlFile":"Traduzir ficheiros HTML/txt","browser.donateContext":"Saiba mais sobre as vantagens do patroc\xEDnio","browser.translateLocalSubtitleFile":"Traduzir ficheiros de legendas locais",confirmResetConfig:"Tem a certeza de que pretende repor as defini\xE7\xF5es?",translationLineBreakSettingTitle:"Defini\xE7\xE3o do avan\xE7o de linha de tradu\xE7\xE3o",smartLineBreak:"alimenta\xE7\xE3o de linha inteligente (computa\xE7\xE3o)",alwaysLineBreak:"Sempre alimenta\xE7\xE3o de linha",isShowContextMenu:"Adicionar p\xE1ginas traduzidas aos itens de menu do bot\xE3o direito do rato",toggleBeta:"Ativa\xE7\xE3o de funcionalidades de teste beta",betaDescription:"Ativar funcionalidades que ainda s\xE3o experimentais, bem como um servi\xE7o de tradu\xE7\xE3o em vers\xE3o beta. Junte-se ao <1>grupo do Telegram para saber mais.",translationLineBreakSettingDescription:"Os feeds de linha s\xE3o sempre limpos e organizados para p\xE1ginas com menos conte\xFAdo. (Utilize quebras de linha inteligentes em par\xE1grafos longos e com muito conte\xFAdo (mais de{count}caracteres) para poupar espa\xE7o).",tempTranslateDomainTitle:"Dura\xE7\xE3o da ativa\xE7\xE3o tempor\xE1ria da tradu\xE7\xE3o do s\xEDtio Web",tempTranslateDomainDescription:"Quando traduzir manualmente uma p\xE1gina Web, active temporariamente o s\xEDtio Web para tradu\xE7\xE3o autom\xE1tica e pode definir a dura\xE7\xE3o tempor\xE1ria.",xMinutes:"{count} minutos",disabled:"proibir a utiliza\xE7\xE3o de algo",changelog:"Registo de atualiza\xE7\xE3o",toggleTranslatePageWhenThreeFingersOnTheScreen:"O toque simult\xE2neo de v\xE1rios dedos no ecr\xE3 traduz p\xE1ginas Web/apresenta o texto original",toggleTranslationMaskWhenThreeFingersOnTheScreen:"O toque de v\xE1rios dedos mostra/oculta o efeito de desfocagem.",fingerCountToToggleTranslagePageOnlyTranslationWhenTouching:"O toque simult\xE2neo de v\xE1rios dedos no ecr\xE3 traduz a p\xE1gina Web (apenas tradu\xE7\xE3o)/apresenta o texto original.",addUrlDescription:"Pode ser um nome de dom\xEDnio e tamb\xE9m suporta wildcards, por exemplo,\uFF1A*.google.com, google.com/mail/*, https://www.google.com/*",general:"Defini\xE7\xF5es b\xE1sicas",clickToExpandConfig:"Expandir a configura\xE7\xE3o atual",import:"Importar de um ficheiro",export:"Exportar para ficheiro",toggleDebug:"Imprimir o registo de depura\xE7\xE3o na consola","fingers.0":"coagula\xE7\xE3o","fingers.2":"toque com dois dedos","fingers.3":"toque com tr\xEAs dedos","fingers.4":"toque com quatro dedos","fingers.5":"toque com cinco dedos",mouseHoldKey:"+ {key} traduzir/restaurar o par\xE1grafo",mouseHoldKeyAuto:"Tradu\xE7\xE3o direta do par\xE1grafo",mouseHoldKeyOff:"N\xE3o fa\xE7as nada.",mouseHoldKeyOther:"Atalhos personalizados (abrir defini\xE7\xF5es)",mouseHoldKeyCustomKey:"{key} Tradu\xE7\xE3o/redu\xE7\xE3o do par\xE1grafo",mouseHoverHoldKey:"Passar o rato enquanto se premem as teclas de atalho para traduzir par\xE1grafos","mouse-translate":"passar o rato",document:"ficheiro (inform\xE1tico)",resetSuccess:"Repor todas as defini\xE7\xF5es com \xEAxito",resetThisSuccess:"Reinicializa\xE7\xE3o bem-sucedida",saved:"Guardar com sucesso",successImportConfig:"Configura\xE7\xE3o importada com sucesso",goAdvancedSettings:"Aceder \xE0 p\xE1gina Defini\xE7\xF5es avan\xE7adas",goAdvancedInterfaceSettings:"Aceder \xE0 p\xE1gina Defini\xE7\xF5es de personaliza\xE7\xE3o avan\xE7adas",advanced:"Defini\xE7\xF5es avan\xE7adas",advancedDescription:"Geralmente n\xE3o s\xE3o necess\xE1rias defini\xE7\xF5es, basta deix\xE1-la como predefinida. Apenas para utilizadores mais especializados, est\xE3o dispon\xEDveis defini\xE7\xF5es mais personalizadas.",developer:"Defini\xE7\xF5es do programador",donateCafe:"pre\xE7os","translate to the bottom of the page":"\xC9 traduzido para o fundo da p\xE1gina imediatamente ap\xF3s entrar na p\xE1gina?",feedback:"Feedback sobre os problemas",toggleTranslatePage:"Traduzir a p\xE1gina/apresentar o texto original",translateToThePageEndImmediatelyDescription:"Se a ativar, o conte\xFAdo ser\xE1 imediatamente traduzido da parte superior para a parte inferior da p\xE1gina \xE0 medida que a introduz. Se a desativar, a tradu\xE7\xE3o \xE9 feita \xE0 medida que l\xEA. (N\xE3o recomendado)","translate all areas of the page":"Se pretende traduzir todas as \xE1reas da p\xE1gina",translationAreaDescription:"Ligado, todas as \xE1reas de toda a p\xE1gina Web s\xE3o traduzidas. Se estiver desativado, utiliza o reconhecimento inteligente predefinido e traduz apenas as \xE1reas principais. (N\xE3o se recomenda que seja ativado)","the number of characters to be translated first":"Traduzir diretamente os primeiros caracteres da p\xE1gina sem ter de se deslocar para a \xE1rea de visualiza\xE7\xE3o","interface language":"linguagem de interface","display both the original text and the translation":"Visualiza\xE7\xE3o simult\xE2nea do original e da tradu\xE7\xE3o","keyboard shortcuts":"Atalhos de teclado",modify:"Modificar teclas de atalho",reset:"reprovis\xE3o",close:"coagula\xE7\xE3o",homepage:"p\xE1gina inicial",more:"mais",moreOptions:"Expandir mais op\xE7\xF5es de personaliza\xE7\xE3o",translateTheWholePage:"Traduzir todas as \xE1reas da p\xE1gina (em vez de reconhecer inteligentemente as \xE1reas principais)",changeToTranslateTheWholePage:"Mudar para traduzir todas as regi\xF5es",changeToTranslateTheMainPage:"Mudar para Traduzir \xC1rea Principal",changeToOnlyTranslationMode:"Alternar para apresentar apenas tradu\xE7\xF5es",changeToDualTranslationMode:"Mudar para tradu\xE7\xE3o bilingue",translateToThePageEndImmediately:"Tradu\xE7\xE3o imediata para o fim da p\xE1gina",translateTheMainPage:"Regi\xF5es-chave da tradu\xE7\xE3o inteligente","The local rules are up to date":"As regras de adapta\xE7\xE3o local est\xE3o actualizadas.","Successfully synchronized with the latest official rules:":"Sincroniza\xE7\xE3o bem sucedida com as \xFAltimas regras oficiais de adapta\xE7\xE3o.","Checking for updates":"Verifica\xE7\xE3o de actualiza\xE7\xF5es","Rules are being synchronized":"Regras de adapta\xE7\xE3o sincronizadas",localVersionIsTooOld:"A vers\xE3o da extens\xE3o local \xE9 demasiado antiga. Actualize a extens\xE3o para {minVersion} ou mais recente antes de tentar sincronizar.",badUserscriptBrowser:"O navegador atual n\xE3o implementa corretamente a interface da extens\xE3o Grease Monkey (por exemplo, para obter informa\xE7\xF5es sobre o n\xFAmero da vers\xE3o do pr\xF3prio script Grease Monkey), utilize outros navegadores que <1>suportem a extens\xE3o Grease Monkey, como o Firefox.",foundNewVersion:"Descubra a nova vers\xE3o",theLocalExtensionIsUpToUpdate:"A extens\xE3o atual est\xE1 actualizada.",failToSyncRules:"N\xE3o sincroniza\xE7\xE3o das regras de adapta\xE7\xE3o mais recentes",retry:"Clique aqui para tentar novamente",failedReason:"Raz\xF5es do insucesso",currentRuleVersion:"Vers\xE3o atual da regra",calculating:"c\xE1lculos",unknownError:"erro desconhecido",canNotFetchRemoteRule:"N\xE3o \xE9 poss\xEDvel obter regras remotas",enableAlphaSuccess:"Alfa ativado",disableAlphaSuccess:"A fun\xE7\xE3o alfa foi desactivada",cacheSize:"Tamanho da cache\uFF1A",cleaning:"em processo de liquida\xE7\xE3o",cleanCache:"limpar a cache",options:"preparar",about:"em rela\xE7\xE3o a",service:"servi\xE7o de interpreta\xE7\xE3o",needAction:"(Ir para Defini\xE7\xF5es)",goSettings:"v\xE1 em frente e configure",needActionForOptions:"(a definir)",translationEngine:"Op\xE7\xF5es de motor",sourceLanguage:"L\xEDngua original",target:"l\xEDngua-alvo",popupSourceLanguage:"L\xEDngua original",popupTarget:"l\xEDngua-alvo",popupService:"servi\xE7o de interpreta\xE7\xE3o",forThisSite:"S\xEDtio Web atual",autoEnableSubtitle:"Abertura autom\xE1tica de legendas bilingues",alwaysTranslate:"Traduzir sempre",neverTranslate:"Nunca traduzir",alwaysTranslateSomeLanguage:"Traduzir sempre {language}",neverTranslateSomeLanguage:"Nunca traduzir {language}",alwaysTranslateSomeSite:"Traduzir sempre {hostname}",neverTranslateSomeSite:"Nunca traduzir {hostname}",alwaysTranslateSomeSiteOrWildSite:"Traduzir sempre o s\xEDtio",alwaysTranslateSomePage:"Traduzir sempre a p\xE1gina",add:"aumentar",default:"predefini\xE7\xE3o (defini\xE7\xE3o)",forThisLanguage:"Para esta l\xEDngua\uFF1A","add url":"Introduzir URL",edit:"compilador","translate other languages into specific language":"Traduzir outras l\xEDnguas para a sua l\xEDngua definida","select translation service":"Selecionar um servi\xE7o de tradu\xE7\xE3o",language:"multilinguismo","show-original":"Mostrar texto original",translate:"renderiza\xE7\xE3o",Translated:"traduzido",Translating:"na tradu\xE7\xE3o",Error:"incorreto",allowCacheTranslations:"Ativar o caching de tradu\xE7\xE3o local (para reduzir os pedidos de tradu\xE7\xE3o de passagens duplicadas)","translation display":"Estilo de apresenta\xE7\xE3o da tradu\xE7\xE3o","select diplay style":"Distinguir os estilos de tradu\xE7\xE3o, com refer\xEAncia espec\xEDfica aos seguintes exemplos",interface:"Defini\xE7\xF5es de interface",import_export:"Importa\xE7\xE3o/Exporta\xE7\xE3o",import_export_title:"Configura\xE7\xE3o de importa\xE7\xE3o/exporta\xE7\xE3o",syncToGoogleDrive:"Sincronizar com o Google Drive agora",floatBallOptions:"Defini\xE7\xF5es do Hoverball","floatBallOptions.enable":"Ativar Hoverball","floatBallOptions.blockUrls":"Desativar o s\xEDtio Web","floatBallOptions.add":"aumentar","floatBallOptions.blockUrlDesc":"As Hoverballs n\xE3o s\xE3o apresentadas quando s\xE3o encontrados os seguintes s\xEDtios Web","floatBallOptions.clickType":"comportamento de clique","floatBallOptions.clickTypeDesc":"Comportamento do \xEDcone da bola flutuante quando clicado","floatBallOptions.clickPopup":"Mostrar painel de tradu\xE7\xE3o","floatBallOptions.clickTranslate":"Tradu\xE7\xE3o/apresenta\xE7\xE3o do texto original",previewAllThemes:"Pr\xE9-visualizar todos os estilos","translationTheme.none":"n\xE3o ter","translationTheme.grey":"cinzento escuro","translationTheme.dashed":"sublinhado pontilhado","translationTheme.dotted":"sublinhado pontilhado","translationTheme.dashedBorder":"borda pontilhada","translationTheme.solidBorder":"fronteira s\xF3lida","translationTheme.underline":"Sublinhar linhas rectas","translationTheme.mask":"Efeitos difusos (modos de aprendizagem)","translationTheme.opacity":"efeito de transpar\xEAncia","translationTheme.paper":"Efeito de sombra de papel branco","translationTheme.dividingLine":"linha divis\xF3ria","translationTheme.highlight":"alta luminosidade","translationTheme.marker":"marcador (palavra emprestada)","translationTheme.marker2":"Marcador 2","translationTheme.blockquote":"Estilos de refer\xEAncia","translationTheme.weakening":"enfraquecimento","translationTheme.italic":"tipo de letra inclinado","translationTheme.bold":"engrossar","translationTheme.thinDashed":"linha fina pontilhada sublinhada","translationTheme.nativeDashed":"O sistema vem com um sublinhado a tracejado","translationTheme.nativeDotted":"O sistema vem com um sublinhado pontilhado","translationTheme.nativeUnderline":"O sistema \xE9 fornecido com um sublinhado de linha reta","translationTheme.wavy":"linha ondulada","translationServices.custom":"API personalizada","translationServices.tencent":"Tencent Translator","translationServices.tenAlpha":"Tencent Translator (Alfa)","translationServices.google":"Google Tradutor","translationServices.bai":"Baidu (Alfa)","translationServices.baidu":"Tradu\xE7\xE3o do Baidu","translationServices.aliyun":"Tradu\xE7\xE3o AliCloud","translationServices.volc":"tradu\xE7\xE3o vulc\xE2nica","translationServices.deeplx":"DeepLX (Beta)","translationServices.bing":"Microsoft Translate","translationServices.deepl":"DeepL","translationServices.wechat":"Tradu\xE7\xE3o do WeChat","translationServices.azure":"Tradu\xE7\xE3o do Azure","translationServices.ibm":"IBM Watson","translationServices.aws":"Tradu\xE7\xE3o da Amazon","translationServices.mock":"Tradu\xE7\xE3o simulada","translationServices.mock2":"Tradu\xE7\xE3o Simulada 2","translationServices.caiyun":"lit. nuvens coloridas e pequenas tradu\xE7\xF5es","translationServices.cai":"Nuvens coloridas (Alfa)","translationServices.volcAlpha":"Vulc\xE3o (Alfa)","translationServices.openl":"OpenL","translationServices.youdao":"Tradu\xE7\xE3o do Youtube","translationServices.you":"Tradutor Youdao (Alfa)","translationServices.transmart":"Tradu\xE7\xE3o da Tencent Interactive","translationServices.niu":"Tradutor Maverick","translationServices.papago":"Tradu\xE7\xE3o de Papago","translationServices.d":"D (Alfa)","translationServices.dpro":"D Pro (Can\xE1rio)","translationServices.openai":"OpenAI","translationServices.yandex":"Yandex","translationServices.chatgpt":"ChatGPT Web(3.5 m\xF3vel)","translate title":"Traduzir t\xEDtulos de p\xE1ginas","always languages":"Traduzir sempre a l\xEDngua",neverTranslateLanguagesLabel:"A l\xEDngua que nunca ser\xE1 traduzida",neverTranslateTheFollowingLanguagesDescription:"As tradu\xE7\xF5es s\xE3o ignoradas quando um par\xE1grafo da p\xE1gina est\xE1 numa das seguintes l\xEDnguas",enableUserscriptPagePopup:"Mostrar hoverball na p\xE1gina",enableUserscriptPagePopupDescription:"Depois de desligar a hoverball, esta pode ser recuperada com o atalho /{touch}. Recomenda-se vivamente que marque esta p\xE1gina de defini\xE7\xF5es para evitar n\xE3o conseguir encontrar a hoverball depois de ter desligado inadvertidamente esta op\xE7\xE3o!","always translate the following languages":"Traduz automaticamente para a l\xEDngua de destino quando a p\xE1gina est\xE1 numa das seguintes l\xEDnguas","always sites":"S\xEDtios Web sempre traduzidos","always translate the following sites":"Os s\xEDtios Web s\xE3o automaticamente traduzidos para a l\xEDngua de chegada quando s\xE3o os nomes de dom\xEDnio de","never sites":"S\xEDtio nunca traduzido","never translate the following sites":"As tradu\xE7\xF5es n\xE3o ser\xE3o efectuadas quando o s\xEDtio Web se destinar aos seguintes dom\xEDnios","please refer to":"\xC9 necess\xE1rio preencher a chave antes de a poder utilizar. Para mais informa\xE7\xF5es, consulte",KeyAndConfigurationTutorial:"Tutorial de configura\xE7\xE3o e aplica\xE7\xE3o de chaves",useAboveStyleForTheseSites:"Utilize sempre o estilo de tradu\xE7\xE3o \u2308{theme}\u230B quando o s\xEDtio se destina aos seguintes dom\xEDnios",currentUrl:"URL atual",confirm:"guardar (um ficheiro, etc.) (inform\xE1tica)",cancel:"cancelamentos",delete:"remo\xE7\xE3o","languages.auto":"dete\xE7\xE3o autom\xE1tica",syncToCloud:"Sincronizar com o Google Drive",syncToCloudDescription:"Transferida para a nuvem, a configura\xE7\xE3o pode ser sincronizada entre diferentes navegadores/scripts do grease monkey, consoante a \xFAltima modifica\xE7\xE3o.",syncToAccount:"Sincroniza\xE7\xE3o com a Nuvem de Tradu\xE7\xE3o Imersiva",syncToAccountButton:"Sincroniza\xE7\xE3o instant\xE2nea com a nuvem",syncToAccountDescription:"Sincronizar automaticamente as configura\xE7\xF5es entre dispositivos diferentes, consoante a \xFAltima modifica\xE7\xE3o efectuada.",successSyncConfigInAccount:"Sincroniza\xE7\xE3o bem sucedida com a nuvem",successSyncConfigToAccount:"Sincroniza\xE7\xE3o bem sucedida com a nuvem",syncConfigNoUpdate:"J\xE1 est\xE1 atualizado.",authFail:"Falha de autoriza\xE7\xE3o",syncTitle:"Gest\xE3o manual de c\xF3pias de seguran\xE7a",import_hint:"importa\xE7\xE3o (dados)",upload:"carregar",revokeAuth:"revogar uma autoriza\xE7\xE3o",uploadFail:"Falha na transfer\xEAncia",download:"descarregamento",importSuccess:"Importado com sucesso",importFail:"falha na importa\xE7\xE3o",deleteFail:"Falha ao eliminar",backupToCloud:"Gerir manualmente os ficheiros de c\xF3pia de seguran\xE7a",create_new_backup:"Adicionar um novo n\xF3 de backup",maxBackupFiles:"\xC9 poss\xEDvel efetuar a c\xF3pia de seguran\xE7a de at\xE9{count}n\xF3s diferentes. Elimine os n\xF3s de que n\xE3o necessita.",backupToCloudDescription:"Carregar ou restaurar manualmente ficheiros de c\xF3pia de seguran\xE7a, permitindo at\xE9 3 c\xF3pias de seguran\xE7a diferentes",successSyncConfig:"Sincroniza\xE7\xE3o bem sucedida com a nuvem",syncFail:"falha de sincroniza\xE7\xE3o",updatedAt:"Atualizado a partir de {date}",lastSyncedAt:"\xDAltima verifica\xE7\xE3o em {date}",downloadFail:"Falha na transfer\xEAncia",clickToDownload:"Clique para descarregar",aboutLabel:"Acerca de - Feedback","browser.openAboutPage":"Sobre/Feedback",aboutLabelWithoutSponsor:"Acerca de - Feedback",aboutIntro:"Que todos possamos ter um acesso mais f\xE1cil e mais agrad\xE1vel \xE0 vasta quantidade de informa\xE7\xF5es em l\xEDnguas estrangeiras na Internet \u2764\uFE0F Pode optar por ativar a sua <6>subscri\xE7\xE3o Pro para utilizar as tradu\xE7\xF5es DeepL e OpenAI prontas a utilizar.

Pode seguir-nos no <3>Twitter, <4>Telegram, Weibo, WeChat ou <5>subscrever a nossa lista de <5>correio abaixo para acompanhar as actualiza\xE7\xF5es.
<7>Os membros Pro podem contactar-nos em <8>support@immersivetranslate.com para um servi\xE7o de apoio ao cliente r\xE1pido.",aboutIntroWithoutSponsor:"Que todos possamos ter um acesso mais f\xE1cil e mais agrad\xE1vel \xE0 enorme quantidade de informa\xE7\xE3o em l\xEDngua estrangeira dispon\xEDvel na Internet \u2764\uFE0F

Pode seguir-nos no <3>Twitter, no <4>canal Telegram, no WeChat, no WeChat Exchange ou <5>subscrever as actualiza\xE7\xF5es por correio <5>eletr\xF3nico abaixo.",projectHomepage:"In\xEDcio do projeto",joinTelegramGroup:"Junte-se ao grupo de utilizadores para participar em debates sobre funcionalidades",wechatPublicAccount:"WeChat P\xFAblico",wechatCommunities:"Grupo de interc\xE2mbio WeChat",qqCommunities:"Canal de comunica\xE7\xE3o QQ",joinTelegramChannel:"Siga o canal Telegram para obter as \xFAltimas actualiza\xE7\xF5es",feedbackAndJoin:"Feedback da pergunta / Adicionar grupo",autoSync:"sincroniza\xE7\xE3o autom\xE1tica da hora",loadingThemeTitle:"Estilo de carregamento",loadingThemeDescription:"Definir o estilo quando se est\xE1 \xE0 espera que a tradu\xE7\xE3o seja carregada","loadingTheme.spinner":"Anima\xE7\xE3o girat\xF3ria","loadingTheme.text":"texto est\xE1tico algo ","loadingTheme.none":"n\xE3o indicado",developerDescription:"A documenta\xE7\xE3o sobre personaliza\xE7\xE3o avan\xE7ada pode ser encontrada <1>aqui","edit border color":"Modificar a cor do rebordo",successSyncButNoChange:"A configura\xE7\xE3o atual \xE9 coerente com a nuvem",customTheme:"Cores e tamanhos personalizados","customThemeLabel.borderColor":"Cor da margem","customThemeLabel.borderRadius":"Arestas arredondadas","customThemeLabel.textColor":"cor do texto","customThemeLabel.backgroundColor":"cor de fundo","customThemeLabel.zoom":"Escala do tipo de letra (%)","customThemeLabel.opacity":"Opacidade do texto (%)",resetToDefaultColor:"Repor as cores predefinidas",resetToDefaultSettings:"Repor as predefini\xE7\xF5es",isTranslateTitle:"Ativar a tradu\xE7\xE3o dos t\xEDtulos das p\xE1ginas",isTranslateTitleDescription:"Quando aberto, o t\xEDtulo da p\xE1gina \xE9 traduzido",enableSearchEnhancement:"Permitir o melhoramento de mensagens bilingues",enableSearchEnhancementDescription:'Uma vez activada, os resultados da pesquisa do "Google News" ser\xE3o automaticamente apresentados na coluna direita dos s\xEDtios Web suportados (Google News, Pesquisa Google (algumas palavras-chave), Snowball, Oriental Fortune, Futura, Tiger Community) para as palavras-chave inglesas correspondentes.',verifyService:"Clique aqui para testar o servi\xE7o",verified:"Verificar o sucesso","field.langs":"C\xF3digos de idioma suportados","field.model":"modela\xE7\xE3o","field.translationEngine":"motor de tradu\xE7\xE3o","field.limitPerMinute":"M\xE1ximo de pedidos por minuto","field.limitPerSecond":"N\xFAmero m\xE1ximo de pedidos por segundo","field.maxTextLengthPerRequest":"Comprimento m\xE1ximo do texto por pedido","field.maxTextGroupLengthPerRequest":"N\xFAmero m\xE1ximo de par\xE1grafos por pedido","field.apiUrl":"Endere\xE7o da interface API personalizada","field.placeholderDelimiters":"marcador de posi\xE7\xE3o reservado","description.custom":"Acesso \xE0 interface personalizada Documenta\xE7\xE3o necess\xE1ria","description.limitPerMinute":"Os pedidos que excedem este limite entram numa fila de espera at\xE9 ao in\xEDcio do minuto seguinte. Devido \xE0s v\xE1rias limita\xE7\xF5es do servi\xE7o atual da OpenAI, clique <1>aqui para obter os valores sugeridos mais recentes","description.limitPerSecond":"Os pedidos que excedem este limite entram numa fila de espera at\xE9 ao in\xEDcio do segundo seguinte. Devido \xE0s v\xE1rias limita\xE7\xF5es do servi\xE7o atual da OpenAI, clique <1>aqui para obter os valores sugeridos mais recentes","description.generalLimitPerSecond":"Os pedidos que excedem este limite entram numa fila de espera at\xE9 ao in\xEDcio do segundo seguinte.","description.prompt":"Enviar a conversa para {service} como usu\xE1rio, onde {{text}} representa o conte\xFAdo do texto do par\xE1grafo, {{from}} representa a l\xEDngua do par\xE1grafo e {{to}} representa a l\xEDngua alvo.","description.maxTextLengthPerRequest":"O n\xFAmero m\xE1ximo de caracteres por pedido \xE9 demasiado grande para provocar uma resposta lenta da interface, pelo que deve tentar ajustar esta op\xE7\xE3o para otimizar a velocidade","description.systemPrompt":"Enviar uma conversa para {service} como sistema, onde {{text}} representa o conte\xFAdo do texto do par\xE1grafo, {{from}} representa a l\xEDngua do par\xE1grafo e {{to}} representa a l\xEDngua alvo.","field.domain":"dom\xEDnio","description.domain":"A predefini\xE7\xE3o \xE9\uFF1Ageneral. S\xF3 pode ser definido se a tradu\xE7\xE3o de dom\xEDnios estiver activada na consola da API Arima, ver <1>aqui os dom\xEDnios suportados","field.scene":"tomar","description.scene":"A predefini\xE7\xE3o \xE9\uFF1Ageneral. S\xF3 pode ser definido se a consola da API AliCloud abrir o Machine Translation Pro, consulte <1>aqui os cen\xE1rios suportados","field.vocabId":"ID do dicion\xE1rio do utilizador","description.vocabId":"O dicion\xE1rio especificado out_id, atualmente suporta a tradu\xE7\xE3o de ingl\xEAs para chin\xEAs.","description.model":"Modelos OpenAI, podem ser gpt-3.5-turbo, gpt-4, etc.","description.maxTextGroupLengthPerRequest":"O n\xFAmero de par\xE1grafos enviados ao servi\xE7o de tradu\xE7\xE3o de cada vez; se houver demasiados par\xE1grafos, a interface poder\xE1 responder mais lentamente","description.apiUrl":"Por favor, adicione URLs espec\xEDficos com caminhos, <1>mais descri\xE7\xE3o",enabledExtension:"Ativa\xE7\xE3o de extens\xF5es",clickToDisableExtension:"Clique para desativar as extens\xF5es",clickToEnableExtension:"Clique para ativar as extens\xF5es",hasBeenDisabled:"desativado","show password":"Mostrar palavra-passe",customContent:"Introduzir um nome de modelo personalizado",inputOptions:"Melhoria da caixa de entrada",mouseHoverOptions:"passar o rato",modifyMouseHoverKey:"Modificar o atalho para passar o rato",enableInputTranslation:"Ativar ou n\xE3o o melhoramento da caixa de entrada",enableInputTranslationDescription:"Uma vez ativado, escreva {startingKey}{startingKey} hello diretamente na caixa de entrada e, em seguida, prima rapidamente{inputTrailingTriggerKeyRepeatTimes}vezes{trailingKey}para traduzir para {inputTargetLanguage}",enableInputTranslationDescriptionForNoneKey:"Uma vez ativado, escreva\uFF1AHello World diretamente na caixa de entrada e, em seguida, prima rapidamente{inputTrailingTriggerKeyRepeatTimes}{trailingKey}vezes para traduzir para o idioma de destino predefinido.",inputTargetLanguage:"Definir o idioma de destino predefinido para as caixas de entrada",inputTargetLanguageDescription:"L\xEDngua de destino predefinida para a tradu\xE7\xE3o da caixa de entrada, ou seja, {startingKey}{startingKey} como l\xEDngua predefinida para as palavras de acionamento",inputTargetLanguageDescriptionForNoneKey:"L\xEDngua de destino predefinida para a tradu\xE7\xE3o da caixa de entrada",inputStartingTriggerKeyTitle:"Definir o car\xE1cter de divis\xE3o para a tradu\xE7\xE3o parcial da caixa de entrada",inputStartingTriggerKeyDescription:"Quando n\xE3o \xE9 necess\xE1rio traduzir toda a caixa de entrada, o separador permite-lhe traduzir apenas a parte de {startingKey}{startingKey} at\xE9 ao fim da caixa de entrada, ou pode especificar o c\xF3digo da l\xEDngua, por exemplo,\uFF1A{startingKey}ja significa traduzir apenas a parte de {startingKey}ja at\xE9 ao fim da caixa de entrada.",inputStartingTriggerKeyDescriptionForNoneKey:"A defini\xE7\xE3o atual de sem prefixo n\xE3o \xE9 necess\xE1ria, e a fun\xE7\xE3o de tradu\xE7\xE3o de alguns textos na caixa de entrada n\xE3o pode ser utilizada por enquanto.",inputTrailingTriggerKeyTitle:"Selecionar um car\xE1cter de acionamento de fim de registo",inputTrailingTriggerKeyDescription:"3 hits r\xE1pidos{trailingKey} come\xE7ar\xE1 a traduzir!",inputTrailingTriggerKeyTimeout:"Introduzir o tempo entre os accionamentos de fim de combate",inputTrailingTriggerKeyTimeoutDescription:"Define o tempo (em milissegundos) entre os accionamentos da combina\xE7\xE3o de fim de entrada",spaceKey:"<\u7A7A\u683C\u952E>",noneKey:"Tradu\xE7\xE3o direta de toda a caixa de texto sem prefixos",inputTranslationBlockUrlsTitle:"N\xE3o ativar o melhoramento da caixa de entrada nos seguintes URLs",inputTranslationBlockUrlsDescription:"As melhorias na caixa de entrada n\xE3o funcionar\xE3o nos seguintes URLs",clickToSeeQuickDemo:"Clique para expandir o v\xEDdeo tutorial r\xE1pido de 30 segundos",inputHelperInfo:"Descri\xE7\xE3o\uFF1AOptimiz\xE1mos o facto de alguns caracteres desencadeadores se transformarem em sinais de pontua\xE7\xE3o chineses nos m\xE9todos de introdu\xE7\xE3o chineses, por exemplo, / transforma-se num sinal de dun , no m\xE9todo de introdu\xE7\xE3o Sogou, e o Immersive Translator suporta todos os s\xEDmbolos chineses correspondentes aos caracteres desencadeadores, ou seja, //,,,, ser\xE3o reconhecidos como caracteres desencadeadores.

Tamb\xE9m suportamos pseud\xF3nimos chineses para c\xF3digos de idioma como comandos, por exemplo, /Japanese Hello World ser\xE1 traduzido para japon\xEAs, <1>clique aqui para ver todos os c\xF3digos de idioma suportados.",reloadCurrentPage:"Por favor, actualize a p\xE1gina atual antes de iniciar a tradu\xE7\xE3o.",noLocalFilePermissionForPDF:"N\xE3o tem permiss\xE3o para ler ficheiros locais, por favor clique no bot\xE3o acima e depois importe os ficheiros locais.",noPermissionForThisPage:"\u26A0\uFE0F Sem permiss\xE3o para traduzir a p\xE1gina atual",retryAllParagraphs:"Repetir todas as passagens de erro",retryAllButton:"Repetir todas as passagens de erro",errorTooltipTitle:"Clique para ver a causa do erro",errorModalTitle:"Algo parece estar errado com o servi\xE7o de tradu\xE7\xE3o ou com a rede...",disableConfirm:"Defini\xE7\xE3o de melhoria da informa\xE7\xE3o bilingue",disableOnce:"Esta incapacidade",disableGlobal:"desativar permanentemente",disableTint:"* Pode voltar a activ\xE1-lo em {option} .",searchEnhancementNotes:"Depois de ativar a funcionalidade de Melhoria da informa\xE7\xE3o bilingue da tradu\xE7\xE3o imersiva, pesquisamos automaticamente as mesmas palavras-chave em ingl\xEAs nos s\xEDtios Web suportados (Google News, Pesquisa Google (algumas palavras-chave), Snowball, Oriental Wealth, Futura, Tiger) e apresentamo-las no lado direito. Pode optar por desactiv\xE1-la se n\xE3o necessitar desta funcionalidade.",option:"preparar",saveSettings:"Guardar defini\xE7\xF5es",closeModal:"Fechar a janela",enableInputTranslationWithoutTriggerKeyTitle:"Permitir 3 acessos r\xE1pidos em{trailingKey}para traduzir diretamente toda a caixa de entrada para{inputTargetLanguage}",enableInputTranslationWithoutTriggerKeyDescription:"Para especificar o idioma de destino, prefixe-o com o c\xF3digo do idioma, por exemplo,\uFF1Aja Hello World",mouseHoverShortcutPlaceholder:"Por exemplo,\uFF1AShift",deepLProName:"Membro Pro da Immersive Translation (Recomendado)",deepLProDescription:"O pacote atual pode ser utilizado diretamente",deeplProDescriptionForNormal:"N\xE3o \xE9 necess\xE1ria qualquer configura\xE7\xE3o, os membros podem utiliz\xE1-lo depois de iniciarem sess\xE3o, <1>clique aqui para atualizar para membro",deepLCustomDescription:"Necess\xE1rio cart\xE3o de cr\xE9dito estrangeiro, oficialmente aberto em <1>DeepL, clique para <2>documenta\xE7\xE3o",deepLCustomName:"Chave de autentica\xE7\xE3o personalizada",chooseProviderLabel:"Selecionar um fornecedor de servi\xE7os",openaiProName:"Membro Pro da Immersive Translation (Recomendado)",openaiProDescription:"O pacote atual pode ser utilizado diretamente",openaiProDescriptionForNormal:"N\xE3o \xE9 necess\xE1ria qualquer configura\xE7\xE3o, os membros podem utiliz\xE1-lo depois de iniciarem sess\xE3o, <1>clique aqui para atualizar para membro",openaiCustomDescription:"Dispon\xEDvel no OpenAI, Azure OpenAI ou noutros servi\xE7os de terceiros, <1>clique aqui para ver a documenta\xE7\xE3o",openaiCustomName:"Chave API personalizada",needLoginAction:"(ades\xE3o aberta ou personaliza\xE7\xE3o)",goLoginOrAction:"(Abrir uma inscri\xE7\xE3o ou ir \xE0s defini\xE7\xF5es)",yearly:"efetuar um pagamento anual consecutivo",quarterly:"embalagem sequencial",monthly:"assinatura mensal",yearlyForOnce:"Pacote anual \xFAnico",monthlyForOnce:"Pacote mensal \xFAnico",daily:"dias consecutivos de embalagem",year:"efetuar um pagamento anual consecutivo",quarter:"embalagem sequencial",month:"assinatura mensal",day:"dias consecutivos de embalagem",onetime_7day:"Pacote de experi\xEAncia de 7 dias",currentPlanDescriptionForFree:"Pacotes actuais\uFF1AFree",currentPlanDescriptionForContinuous:"O pacote atual\uFF1A{plan}ser\xE1 automaticamente renovado em {endAt}",currentPlanDescriptionForAutoRenewCaceling:"O pacote atual\uFF1A{plan}expira em {endAt} e n\xE3o ser\xE1 renovado automaticamente ap\xF3s a expira\xE7\xE3o.",currentYearlyPlanDescriptionForAutoRenewCacelingWithRealPaiedUser:"O pacote atual,\uFF1A{plan}, expira em {endAt} e n\xE3o ser\xE1 renovado automaticamente ap\xF3s a expira\xE7\xE3o.
<1>Clique aqui para gerir o seu plano de renova\xE7\xE3o",currentYearlyPlanDescriptionForAutoRenewCacelingWithAdmin:"O pacote atual,\uFF1A{plan}, expira em {endAt} e n\xE3o ser\xE1 renovado automaticamente ap\xF3s a expira\xE7\xE3o.
<1>Clique aqui para ativar a subscri\xE7\xE3o anual cont\xEDnua",currentPlanDescriptionForOneTime:"A subscri\xE7\xE3o atual\uFF1A{plan}expira em {endAt} . <1>Clique aqui para atualizar para uma subscri\xE7\xE3o <1>anual ou <2>mensal.",upgradePlan:"Clique aqui para atualizar para a subscri\xE7\xE3o Pro",upgradeToPro:"Atualizar para a subscri\xE7\xE3o Pro","popup.openPro":"Actualize para a subscri\xE7\xE3o Pro para desfrutar de DeepL e da tradu\xE7\xE3o OpenAI, clique aqui para atualizar!","popup.openProForPro":"\xC9 um membro Pro com acesso direto \xE0s tradu\xE7\xF5es de DeepL e OpenAI!",currentAccount:"conta corrente",enableAutoSyncUserSettings:"Permitir a sincroniza\xE7\xE3o autom\xE1tica na nuvem em v\xE1rios dispositivos",modalEnableInputTranslationTitle:"Tradu\xE7\xE3o imersiva Caixa de entrada Alertas de tradu\xE7\xE3o",modalEnableInputTranslationDesc:"Acaba de ativar a tradu\xE7\xE3o da caixa de entrada da Tradu\xE7\xE3o Imersiva, carregando na barra de espa\xE7os 3 vezes em sucess\xE3o r\xE1pida, e o conte\xFAdo da caixa de entrada ser\xE1 traduzido para a l\xEDngua de destino predefinida. A tradu\xE7\xE3o pode ser anulada com Ctrl+Z.

Se isto foi um erro, n\xE3o se preocupe, pode optar por desactiv\xE1-la desta vez ou desativar permanentemente a tradu\xE7\xE3o da caixa de entrada.",saveAndNotShowAgain:"Guardar e parar a solicita\xE7\xE3o",disableInputTranslationTips:"* Tamb\xE9m pode definir outros atalhos para serem accionados em {option} ,{learnMore}.",learnMore:"Clique aqui para saber mais",continueEnalbeInputTranslation:"Continuar a ativar a tradu\xE7\xE3o da caixa de entrada",autoRenewTrialSuffix:'(Durante o per\xEDodo experimental,passa imediatamente a membro efetivo)',upgradeFromTrialTitle:"Atualiza\xE7\xE3o para membro de pleno direito",subtitle:"legendagem de v\xEDdeo",youtubeService:"Tradu\xE7\xE3o por imers\xE3o Servi\xE7os de tradu\xE7\xE3o de legendagem de v\xEDdeo","subtitle.disabledSubtitle":"Desativar permanentemente a funcionalidade de legendas de v\xEDdeo","subtitle.disabledSubtitleDescription":"Se Immersive Translator's Video Subtitles entrar em conflito com outras extens\xF5es, pode optar por desativar permanentemente a funcionalidade Immersive Translator's Video Subtitles ou desinstalar outras extens\xF5es que entrem em conflito","subtitle.autoEnableSubtitle":"Utiliza\xE7\xE3o autom\xE1tica de legendas bilingues","subtitle.autoEnableSubtitleDescription":"Depois de ativado, quando o v\xEDdeo \xE9 reproduzido, as legendas bilingues s\xE3o exibidas automaticamente, caso contr\xE1rio, \xE9 necess\xE1rio clicar no bot\xE3o de tradu\xE7\xE3o para exibir.","subtitle.preTranslation":"Traduzir legendas utilizando a tradu\xE7\xE3o imersiva","subtitle.preTranslationDescription":"Quando activada, toda a legenda ser\xE1 pr\xE9-traduzida utilizando o servi\xE7o de tradu\xE7\xE3o especificado abaixo, e um v\xEDdeo de 1 hora consumir\xE1 cerca de 50.000 Tokens ou caracteres, pelo que deve ser utilizada \xE0 sua discri\xE7\xE3o; quando desactivada, ser\xE3o utilizadas primeiro as legendas originais.","subtitle.humanSubtitlesPreferred":"Utiliza\xE7\xE3o priorit\xE1ria de legendagem humana","subtitle.humanSubtitlesPreferredDescription":"Dar prioridade \xE0 utiliza\xE7\xE3o de legendas humanas quando o v\xEDdeo tiver legendas humanas na l\xEDngua de chegada (recomendado)",videoSubtitleTranslationDescription:"Atribuir um servi\xE7o de tradu\xE7\xE3o separado para as legendas de v\xEDdeo",subtitleTranslating:"Aguarde enquanto as legendas est\xE3o a ser traduzidas utilizando o servi\xE7o {service} ... (tradu\xE7\xE3o por imers\xE3o)",subtitleLoading:"A carregar as legendas...",bilingual:"bilinguismo","field.action":"Se deve ativar a terminologia Baidu","description.action":"Quando ativado, ser\xE1 adicionado um par\xE2metro action=1 ao pedido para informar o Baidu do termo ativado. <1>Consulte a documenta\xE7\xE3o oficial para obter mais informa\xE7\xF5es.",closeQuickTranslation:"Fechar Hoverball","closeQuickTranslation.untilNext":"Desta vez fechado at\xE9 \xE0 pr\xF3xima visita","closeQuickTranslation.currentWebsite":"S\xEDtio atual desativado","closeQuickTranslation.alwaysClose":"desativar permanentemente","closeQuickTranslation.settingOpen":"(pode ser ativado na <1>p\xE1gina de defini\xE7\xF5es )","closeQuickTranslation.cancel":"cancelamentos","closeQuickTranslation.confirm":"definir","floatBall.popup":"Abrir o painel Defini\xE7\xF5es r\xE1pidas","floatBall.translate":"Clique para traduzir a p\xE1gina","floatBall.showOriginal":"Clique para voltar ao artigo original","floatBall.close":"Fechar Hoverball","floatBallOptions.enableDescPc":"Depois de ativar o hoverball da p\xE1gina, ser\xE1 apresentado um bot\xE3o de tradu\xE7\xE3o r\xE1pida no lado direito da p\xE1gina, clique nele para traduzir!","floatBallOptions.enableDesc":"Depois de desligar a hoverball, esta pode ser recuperada com{touch}. Recomenda-se vivamente que marques esta p\xE1gina de defini\xE7\xF5es para o caso de n\xE3o conseguires encontrar a hoverball depois de teres desligado inadvertidamente esta op\xE7\xE3o!","description.azureApiUrl":"Preencher o endere\xE7o da interface API personalizada",confirmSupportMouse:"For\xE7ar a ativa\xE7\xE3o do suporte do rato",confirmSupportMouseDescription:"Detectado que o browser atual n\xE3o suporta a fun\xE7\xE3o de rato, \xE9 for\xE7ado a ativar o suporte de rato?",sampleTargetText:"A longa noite chegar\xE1, e eu vigiarei de hoje at\xE9 \xE0 minha morte. N\xE3o tomarei nenhuma esposa, n\xE3o farei nenhum feudo, n\xE3o terei filhos. N\xE3o usarei uma coroa, n\xE3o lutarei por honra. Cumprirei o meu dever, viverei e morrerei.",sampleSourceText:"Night gathers, and now my watch begins. It shall not end until my death. I shall take no wife, hold no lands, father no children. I shall wear no crowns and win no glory. I shall live and die at my post.","desc.touchShortcutsToggleTranslatePageOnlyTranslation":"Apenas a tradu\xE7\xE3o significa que apenas o texto traduzido ser\xE1 exibido, se a p\xE1gina ainda n\xE3o foi traduzida, o modo ser\xE1 alterado e traduzido.","desc.toggleOnlyTransation":"O modo de tradu\xE7\xE3o apenas se refere a mostrar apenas a tradu\xE7\xE3o, se a p\xE1gina ainda n\xE3o foi traduzida, o modo ser\xE1 alterado e traduzido.",touchShortcutsToggleTranslatePageOnlyTranslation:"Configurar gestos de toque na tela para alternar entre o modo bil\xEDngue / apenas tradu\xE7\xE3o",download_started:"O download j\xE1 come\xE7ou, se n\xE3o come\xE7ou automaticamente, por favor clique manualmente.",here:"aqui","translationFont.customPlaceholder":"tipo de letra",batchEdit:"Opera\xE7\xE3o em massa","error.goReset":"ir redefinir","error.configError":"Dados de configura\xE7\xE3o anormais","translationServices.inherit":"Siga o servi\xE7o de tradu\xE7\xE3o principal",detectServiceLoading:"Detectando servi\xE7os de tradu\xE7\xE3o dispon\xEDveis...","translationModeLang.translation.title":"Apenas o modo de tradu\xE7\xE3o de idioma","translationFont.custom":"Insira a fonte personalizada","error.serveConfigError":"Erro de configura\xE7\xE3o do servi\xE7o",toggleToService:"Mude para {service} e tente novamente","touch.mouse-translate":"Traduzir o par\xE1grafo especificado","translationModeUrl.translation.title":"Modo de apenas tradu\xE7\xE3o do URL","error.proTokenInvalid":"Se voc\xEA \xE9 um usu\xE1rio Pro, fa\xE7a login antes de usar o servi\xE7o de tradu\xE7\xE3o Pro.",enableSentryReport:"Quando ocorre um erro de extens\xE3o, use o Sentry para enviar feedback.",translationFont:"Definir fonte",videoSubtitlePreTranslationOn:"As legendas de v\xEDdeo usar\xE3o tradu\xE7\xE3o imersiva como prioridade.","error.reloadPageOfSetting":"Ap\xF3s a configura\xE7\xE3o, atualize a p\xE1gina para traduzir novamente.","translationModeLang.translation.description":"Quando a l\xEDngua da p\xE1gina \xE9 uma das seguintes, o modo de tradu\xE7\xE3o apenas ser\xE1 usado automaticamente.","error.502":"O servi\xE7o retornou um erro, o servi\xE7o est\xE1 fora do tempo, por favor tente novamente mais tarde.","error.googleLimitIp":"O servi\xE7o retorna um erro, o servi\xE7o Google j\xE1 limitou este endere\xE7o IP, \xE9 recomendado que voc\xEA mude o n\xF3 da rede.","error.403":"O servi\xE7o retorna um erro, temporariamente sem permiss\xE3o para acessar esse servi\xE7o.","error.400":"O servi\xE7o retorna um erro, o par\xE2metro de solicita\xE7\xE3o est\xE1 errado, por favor, verifique a configura\xE7\xE3o correspondente.","error.proUpgrade":"Ap\xF3s a atualiza\xE7\xE3o, atualize a p\xE1gina e traduza novamente.",videoSubtitlePreTranslationOff:"As legendas do v\xEDdeo dar\xE3o prioridade \xE0s legendas traduzidas automaticamente inclu\xEDdas no v\xEDdeo original.","error.429":"O servi\xE7o retornou um erro, indicando que a solicita\xE7\xE3o \xE9 muito frequente ou excede o limite, tente novamente mais tarde.","error.gemini.429":"O servi\xE7o Gemini atual atingiu sua capacidade m\xE1xima, por favor, tente novamente mais tarde ou mude para outro servi\xE7o de tradu\xE7\xE3o.","error.openAIExceededQuota":"O servi\xE7o retorna um erro: o saldo da sua conta OpenAI atual \xE9 insuficiente, por favor recarregue ou vincule um cart\xE3o de cr\xE9dito no back-end oficial da OpenAI.","translationFont.notSupportErrorMessage":"Por favor, verifique se o nome da fonte que voc\xEA inseriu est\xE1 correto, ou confirme se essa fonte j\xE1 est\xE1 instalada em seu dispositivo.","translationModeUrl.translation.description":"Quando o site \xE9 para os seguintes dom\xEDnios, o modo de apenas tradu\xE7\xE3o \xE9 usado automaticamente.","desc.toggleVideoSubtitlePreTranslation":"Ao pressionar, as legendas em dois idiomas do v\xEDdeo usar\xE3o preferencialmente as configura\xE7\xF5es de tradu\xE7\xE3o imersiva, ao pressionar novamente, as legendas autom\xE1ticas do v\xEDdeo original ser\xE3o priorizadas. Aten\xE7\xE3o: este atalho modifica as configura\xE7\xF5es globais.","error.openAIFreeLimit":"O servi\xE7o retorna um erro, a frequ\xEAncia atual de solicita\xE7\xF5es de tradu\xE7\xE3o atingiu o limite m\xE1ximo de 3 vezes por minuto, tente novamente mais tarde. (Esta \xE9 a restri\xE7\xE3o oficial da OpenAI para a chave API gratuita, para remover essa restri\xE7\xE3o, vincule um cart\xE3o de cr\xE9dito no backend da OpenAI.)","error.serveUnavailable":"O servi\xE7o [{serverName}] que voc\xEA est\xE1 usando atualmente n\xE3o pode ser acessado temporariamente devido a problemas de conex\xE3o de rede ou do provedor de servi\xE7os. Sugerimos que voc\xEA tente atualizar a p\xE1gina ou alterar para outro servi\xE7o de tradu\xE7\xE3o atrav\xE9s das <1>configura\xE7\xF5es. Se voc\xEA \xE9 um membro <2>Pro, pode optar por usar os servi\xE7os de tradu\xE7\xE3o mais est\xE1veis da DeepL ou OpenAI (<3>clique aqui para experimentar gratuitamente). Al\xE9m disso, voc\xEA pode precisar verificar suas configura\xE7\xF5es de rede ou proxy.","tagsInput.add":"+ Adicionar","floatBall.iKnow":"Eu sei.",pickAll:"Selecionar tudo",goLogin:"V\xE1 fazer login",notLogin:"N\xE3o conectado","error.retry":"Tentar novamente",shortcutSettingsTitle:"Configura\xE7\xF5es de atalho","error.reason":"Raz\xE3o do erro","subtitle.hideQuickButton":"N\xE3o mostrar mais este atalho",errorReason:"Raz\xE3o do erro: {message}","widget.instruction":"Instru\xE7\xF5es de uso","multipleClick.2":"Clique duplo","multipleClick.3":"Tr\xEDplice golpe","widget.translateFile":"PDF/ePub","floatBallOptions.fixedPositionLeft":"lado esquerdo","floatBallOptions.fixedPosition":"Posi\xE7\xE3o fixa",buildSnapshots:"Gerar instant\xE2neo da p\xE1gina da web","intro.floatBallTitle":"Bola flutuante de tradu\xE7\xE3o r\xE1pida",neverTranslateThisSite:"Nunca traduza este site",mouseHoverCustomKeyTitle:"Personalizar atalhos de mouse hover","subtitle.autoDisableSubtitle":"N\xE3o ative automaticamente as legendas bilingues","browser.translateWithGoogle":"Usar o Google Tradutor temporariamente para a p\xE1gina atual","error.subscriptionExpiredTitle":"A associa\xE7\xE3o expirou","floatBallOptions.fixedPositionRight":"lado direito",loggedIn:"Conectado","subtitle.bilingual":"Legendas bil\xEDngues","slide.right":"Deslize para a esquerda",networkError:"O servi\xE7o de tradu\xE7\xE3o ou a rede est\xE1 com problemas",contact:"Entre em contato conosco","intro.subtitleTitle":"Exibi\xE7\xE3o de legendas bilingues em v\xEDdeos online","browser.translateWithTransmart":"Usar temporariamente o Tencent para traduzir a p\xE1gina atual",alwaysTranslateThisSite:"Sempre traduza este site",temprarilyChangeTranslationTo_gemini:"Est\xE1 a usar o Gemini para traduzir a p\xE1gina atual","multipleClick.4":"Qu\xE1druplo golpe","intro.hoverTitle":"Passe o mouse para traduzir o par\xE1grafo atual",temprarilyChangeTranslationTo_google:"Est\xE1 a usar o Google Tradutor para traduzir a p\xE1gina atual","shortcutGroup.touch":"Gestos espec\xEDficos para tela sens\xEDvel ao toque",notLoginPro:"Ainda n\xE3o iniciou sess\xE3o na sua conta de membro.",paragraphMinTextCountField:"N\xFAmero m\xEDnimo de caracteres necess\xE1rios para traduzir um par\xE1grafo",temprarilyChangeTranslationTo_openai:"Est\xE1 a usar o OpenAI para traduzir a p\xE1gina atual",translationOnlyMode:"Apenas modo de tradu\xE7\xE3o",viewWithImmersiveTranslate:"Vers\xE3o bil\xEDngue (tradu\xE7\xE3o imersiva)","translationServices.gemini":"G\xEAmeos","browser.toggleMouseHoverTranslateDirectly":"Ativar ou desativar temporariamente a tradu\xE7\xE3o direta do mouse hover na p\xE1gina",shortcutSettings:"Atalho","browser.translateWithOpenAI":"Usar temporariamente o OpenAI para traduzir a p\xE1gina atual",touchShortcutsToggleTranslateTouchElement:"Configurar gestos de toque na tela para traduzir par\xE1grafos espec\xEDficos","widget.instructionTooltip":"Consulte as instru\xE7\xF5es de uso","shortcutGroup.mouse":"Configura\xE7\xE3o de atalhos de teclado para hover do mouse",temprarilyChangeTranslationTo_deepl:"Est\xE1 a usar o DeepL para traduzir a p\xE1gina atual.","floatBall.longPress":"Pressione e segure para abrir rapidamente o painel de configura\xE7\xF5es.","widget.videoSubtitle":"legendas de v\xEDdeo",upgradeToProErrorTitle:"Por favor, atualize para o membro Pro antes de usar este servi\xE7o de tradu\xE7\xE3o.","floatBallOptions.fixedPositionDesc":"A bola flutuante est\xE1 \xE0 esquerda ou \xE0 direita da janela?","shortcutGroup.shortcutsForTranslationServices":"Servi\xE7os de tradu\xE7\xE3o atalhos relacionados",temprarilyChangeTranslationTo_transmart:"Est\xE1 a usar o Tencent para traduzir a p\xE1gina atual.",touchShortcutsOff:"fechar","browser.translateWithBing":"Usar temporariamente o Microsoft Translate para traduzir a p\xE1gina atual","browser.toggleVideoSubtitlePreTranslation":"Alternar legendas bil\xEDngues prefere usar configura\xE7\xF5es de tradu\xE7\xE3o imersiva","proQuotaExceededError.resetTime":"3. Tempo de redefini\xE7\xE3o do limite: {resetTime}","widget.videoSubtitleTooltip":"Suporta Youtube e outros {count}+ sites de v\xEDdeo","desc.touchShortcutsToggleTranslateTouchElement":"Personalize um gesto e voc\xEA poder\xE1 traduzir qualquer par\xE1grafo em que estiver.","subtitle.showQuickButton":"No leitor, exibir legendas em dois idiomas \xE9 um atalho","shortcutGroup.others":"Mais atalhos de fun\xE7\xF5es personalizadas",touchShortcutsToggleTranslationMask:"Configurar gestos de toque na tela para mostrar a m\xE1scara de tradu\xE7\xE3o / mostrar o texto original",temprarilyChangeTranslationTo_bing:"Est\xE1 a usar o Microsoft Translator para traduzir a p\xE1gina atual.","browser.translateWithGemini":"Use temporariamente o Gemini para traduzir a p\xE1gina atual","error.subscriptionExpired":"A sua associa\xE7\xE3o pode ter expirado, por favor verifique o estado da sua associa\xE7\xE3o.","browser.translateInputBox":"Traduzir o conte\xFAdo da caixa de entrada atual",touchShortcutsToggleTranslatePage:"Defina gestos de toque na tela para traduzir p\xE1ginas da web / mostrar o texto original","widget.translateFileTooltip":"Traduzir documentos PDF, EPUB, SRT, ASS, HTML e TXT","description.baiduField":"Os campos suportados s\xE3o vistos <1>aqui, se estiver vazio, significa que nenhum campo \xE9 especificado.","browser.translateWithDeepL":"Use temporariamente o DeepL para traduzir a p\xE1gina atual","desc.interfaceLanguage":"A configura\xE7\xE3o do idioma da interface afeta o idioma de exibi\xE7\xE3o do painel de controle e n\xE3o est\xE1 relacionada ao idioma de destino da tradu\xE7\xE3o.","neverTranslateText.title":`Por favor, traduza diretamente para o portugu\xEAs (evite explicar o texto original): Mantenha as seguintes palavras no original, n\xE3o traduza.`,"shortcutGroup.main":"Atalhos de fun\xE7\xF5es comuns",confirmResetToDefaultSettings:"Confirma que deseja restaurar este servi\xE7o de tradu\xE7\xE3o para as configura\xE7\xF5es padr\xE3o? (Apenas redefinir as configura\xE7\xF5es deste servi\xE7o de tradu\xE7\xE3o)","subtitle.showQuickButtonDescription":"No canto inferior direito do player de v\xEDdeo, fornece um atalho para ativar legendas bil\xEDngues.","slide.left":"Deslize para a direita","contact.description":"Se voc\xEA tiver alguma d\xFAvida ou sugest\xE3o, sinta-se \xE0 vontade para preencher o formul\xE1rio abaixo para nos contatar, ou envie um e-mail para {email}, responderemos o mais r\xE1pido poss\xEDvel.",paragraphMinTextCountDesc:"Aten\xE7\xE3o, aqui refere-se ao comprimento do caractere, por exemplo: hello tem 5 caracteres, definir um valor maior pode reduzir a tradu\xE7\xE3o desnecess\xE1ria de pequenos par\xE1grafos.","desc.toggleTranslateTheMainPage":"Traduza apenas a \xE1rea principal da p\xE1gina, quando voc\xEA ativou a tradu\xE7\xE3o de toda a \xE1rea da p\xE1gina nas configura\xE7\xF5es avan\xE7adas, voc\xEA pode usar este atalho para traduzir especificamente a \xE1rea principal da p\xE1gina.",mouseHoverCustomKeyDescription:"Voc\xEA pode personalizar um atalho de combina\xE7\xE3o de mouse sobre, como: Alt+Z, Ctrl+E, Cmd+Alt+E ou diretamente Cmd, por favor, insira manualmente.","desc.toggleMouseHoverTranslateDirectly":"Depois de pressionar esta tecla de atalho, na p\xE1gina, sempre que o mouse apontar para qualquer texto, ele ser\xE1 traduzido automaticamente. Pressione a tecla de atalho novamente para desativar este recurso de tradu\xE7\xE3o autom\xE1tica.","desc.mouseHoverHoldKey":"Quando o mouse \xE9 colocado sobre um par\xE1grafo, pressionando a tecla de atalho \xE0 direita ao mesmo tempo, voc\xEA pode traduzir diretamente esse par\xE1grafo.","floatBall.guideClickToTranslate":"Clique na bola flutuante de tradu\xE7\xE3o imersiva para traduzir rapidamente",translationOnlyModeDescription:"O modo de tradu\xE7\xE3o apenas se refere a mostrar apenas a tradu\xE7\xE3o, n\xE3o o modo bil\xEDngue padr\xE3o. Aten\xE7\xE3o: devido a limita\xE7\xF5es t\xE9cnicas, os hiperlinks do texto original ser\xE3o desativados no modo de tradu\xE7\xE3o apenas.","desc.touchShortcutsToggleTranslatePage":"Ap\xF3s a configura\xE7\xE3o, ao usar um dispositivo m\xF3vel, \xE9 poss\xEDvel tocar na tela com X dedos, deslizar para a esquerda e para a direita ou tocar continuamente para acionar a tradu\xE7\xE3o da p\xE1gina / exibir o texto original.","desc.touchShortcutsToggleTranslationMask":"A m\xE1scara de tradu\xE7\xE3o refere-se ao efeito de desfoque no estilo de tradu\xE7\xE3o (modo de aprendizado), que, quando ativado, usa temporariamente o efeito de desfoque na tradu\xE7\xE3o, facilitando o aprendizado.","intro.floatBallDescription":"Depois de ativado, um bot\xE3o de tradu\xE7\xE3o r\xE1pida ser\xE1 exibido no lado direito da p\xE1gina. Clique para traduzir e clique novamente para voltar ao texto original. No dispositivo m\xF3vel, pressione e segure a bola flutuante para abrir o painel de configura\xE7\xF5es r\xE1pidas.","proQuotaExceededError.trial":'\uFF0Cvoc\xEA pode escolher as seguintes maneiras de resolver:

1. Mude para {anotherService} ou outro servi\xE7o de tradu\xE7\xE3o
2. Atualize imediatamente para um membro oficial',"desc.toggleTranslateTheWholePage":"Traduzir toda a \xE1rea da p\xE1gina, por padr\xE3o, traduziremos a \xE1rea principal da p\xE1gina, voc\xEA pode usar este atalho para traduzir especificamente toda a \xE1rea da p\xE1gina.","subtitle.supportedSites":"J\xE1 \xE9 suportado o uso de legendas bil\xEDngues nestes sites (aten\xE7\xE3o: devido a limita\xE7\xF5es t\xE9cnicas, alguns sites podem precisar ser atualizados ap\xF3s a ativa\xE7\xE3o inicial das legendas, ou pode ser necess\xE1rio esperar a tradu\xE7\xE3o ser conclu\xEDda para exibir as legendas bil\xEDngues):",shortcutDisableTooltip:"Por favor, configure na p\xE1gina de gerenciamento de atalhos de extens\xE3o fornecida pelo navegador. Para mais orienta\xE7\xF5es, consulte as instru\xE7\xF5es na parte superior desta p\xE1gina.","proQuotaExceededError.onetime7day":'\uFF0Cvoc\xEA pode escolher as seguintes maneiras de resolver:

1. Mude para {anotherService} ou outro servi\xE7o de tradu\xE7\xE3o
2. Atualize para membro mensal/anual',"proQuotaExceededError.nonTrial":'\uFF0Cvoc\xEA pode escolher as seguintes maneiras de resolver:

1. Mude para {anotherService} ou outro servi\xE7o de tradu\xE7\xE3o
2. Compre um pacote de tr\xE1fego extra {translationService} ',"neverTranslateText.description":"Devido a algumas m\xE1quinas de tradu\xE7\xE3o n\xE3o reconhecerem adequadamente os nomes pr\xF3prios, voc\xEA pode adicionar palavras aqui para garantir que elas n\xE3o sejam convertidas durante o processo de tradu\xE7\xE3o. Por favor, note que esta fun\xE7\xE3o distingue mai\xFAsculas de min\xFAsculas e suporta apenas idiomas com palavras separadas por espa\xE7os (como ingl\xEAs, franc\xEAs), n\xE3o sendo adequada para idiomas como japon\xEAs, coreano, etc.","intro.hoverDescription":"A tradu\xE7\xE3o do mouse hover \xE9 uma fun\xE7\xE3o muito importante na tradu\xE7\xE3o imersiva, basta colocar o mouse sobre o par\xE1grafo e pressionar a tecla de atalho definida para traduzir automaticamente o par\xE1grafo atual (nota: n\xE3o est\xE1 ativado por padr\xE3o, por favor configure abaixo), esta intera\xE7\xE3o \xE9 usada para substituir melhor a tradu\xE7\xE3o de palavras selecionadas, al\xE9m disso, esta fun\xE7\xE3o tamb\xE9m \xE9 amplamente utilizada em \xE1reas de tradu\xE7\xE3o que n\xE3o podem ser reconhecidas, voc\xEA pode usar esta fun\xE7\xE3o para for\xE7ar a tradu\xE7\xE3o de qualquer par\xE1grafo.","intro.subtitleDescription":"Ap\xF3s ativar este recurso, as legendas bil\xEDngues ser\xE3o exibidas automaticamente durante a reprodu\xE7\xE3o do v\xEDdeo. Se n\xE3o estiver ativado, voc\xEA precisar\xE1 clicar manualmente no bot\xE3o de tradu\xE7\xE3o na p\xE1gina para exibir as legendas. Por favor, note que, devido a limita\xE7\xF5es t\xE9cnicas, alguns sites podem precisar atualizar a p\xE1gina ou esperar a tradu\xE7\xE3o ser conclu\xEDda antes de poderem exibir as legendas bil\xEDngues. (Al\xE9m disso, voc\xEA tamb\xE9m pode ativar/desativar o painel de atalhos de tradu\xE7\xE3o imersiva no canto superior direito ap\xF3s abrir o site do v\xEDdeo)

Atualmente, suportamos o uso de legendas bil\xEDngues nestes sites:",geminiWarning:"Aten\xE7\xE3o: O servi\xE7o gratuito Gemini fornecido pelo Google tem restri\xE7\xF5es rigorosas, pode ser considerado pelo Google que o usu\xE1rio est\xE1 usando v\xE1rias chaves para evitar suas restri\xE7\xF5es de cota gratuita, n\xE3o \xE9 recomendado usar, \xE9 aconselh\xE1vel esperar pelo Google para abrir a interface de pagamento Gemini no futuro para uso.","floatBall.setting":"Configura\xE7\xE3o","floatBall.translateToLanguage":"Clique para traduzir para {language}","floatBall.file":`Traduzir PDF, EPUB, SRT, ASS, HTML, arquivos TXT`,changeToOnlyTempTranslationMode:"Alternar para apresentar apenas tradu\xE7\xF5es",changeToDualTempTranslationMode:"Mudar para tradu\xE7\xE3o bilingue","transitionMode.dual":"Bilingue comparativo","options.navbar.translateFile":"Traduzir documento","options.navbar.installApp":"Instalar o aplicativo para celular","transitionMode.translation":"Apenas texto traduzido.","subtitle.transitionModeDescription":"Defina as legendas do v\xEDdeo para compara\xE7\xE3o bilingue ou apenas modo de tradu\xE7\xE3o","subtitle.transitionMode":"Legendas de v\xEDdeo bil\xEDngue / configura\xE7\xE3o apenas de tradu\xE7\xE3o","transitionMode.inherit":"Mantenha consist\xEAncia com o modo de exibi\xE7\xE3o de tradu\xE7\xE3o padr\xE3o do sistema.",translateFileTooltip:`Traduzir PDF, ePub, srt, @@ -5159,10 +5159,10 @@ ass, HTML, arquivos TXT`,"description.subtitlePrompt":`Em cen\xE1rios de legenda - id: 2 {env.imt_trans_field}: tradu\xE7\xE3o`,"subtitle.quickButton.green":"verde","subtitle.quickButton.magenta":"Magenta","translationServices.claude":"Claude","subtitle.quickButton.white":"branco","subtitle.quickButton.translationTextColor":"Cor da fonte da tradu\xE7\xE3o","subtitle.quickButton.backgroundOpacity":"opacidade de fundo","subtitle.quickButton.sourceFontSize":"Tamanho original da fonte","subtitle.quickButton.backgroundColor":"cor de fundo","subtitle.quickButton.setting":"configura\xE7\xE3o","subtitle.quickButton.blue":"azul","subtitle.quickButton.translationPositionBottom":"\u539F\u6587\u4E0B\u65B9","subtitle.quickButton.yellow":"Amarelo","subtitle.quickButton.translationPositionTop":"Acima do texto original","subtitle.quickButton.sourceTextColor":"Cor original da fonte","subtitle.quickButton.red":"vermelho","subtitle.quickButton.translationPosition":"Posi\xE7\xE3o de tradu\xE7\xE3o","subtitle.quickButton.cyan":"Azul","subtitle.quickButton.black":"preto","subtitle.quickButton.translationFontSize":"Tamanho da fonte do texto traduzido",attachSubtitleTranslating:"Usando {service} para traduzir...","error.claude.403":"Sem permiss\xE3o para acessar o servi\xE7o, pode estar relacionado com as restri\xE7\xF5es de \xE1rea de Claude, voc\xEA pode tentar alterar o seu endere\xE7o IP, ou usar outros servi\xE7os de tradu\xE7\xE3o.","browser.brandDescriptionForSafari":"\u3010Tradu\xE7\xE3o imersiva\u3011Um plugin de tradu\xE7\xE3o de p\xE1ginas da web bilingue (original/tradu\xE7\xE3o) gratuito, que suporta a tradu\xE7\xE3o de PDF e EPUB e mant\xE9m a formata\xE7\xE3o original do documento, a tradu\xE7\xE3o de legendas bilingues de v\xEDdeos online como Youtube/Netflix, e suporta servi\xE7os de tradu\xE7\xE3o mainstream como Deepl/Google;","browser.PdfProFile":"AI impulsionado pela tradu\xE7\xE3o do PDF Pro","browser.textTranslate":"Tradu\xE7\xE3o de texto"};var Os=[{code:"zh-CN",messages:ws},{code:"zh-TW",messages:As},{code:"en",messages:Ds},{code:"ja",messages:Es},{code:"ar",messages:_s},{code:"de",messages:ks},{code:"es",messages:Cs},{code:"fa",messages:Ps},{code:"fr",messages:Ls},{code:"hi",messages:Fs},{code:"it",messages:Bs},{code:"ru",messages:Is},{code:"ko",messages:zs},{code:"pt",messages:Ms}];var qr={};for(let t of Os)qr[t.code]=t.messages;var Vt="Immersive Translate",ke="immersive-translate";var V="immersiveTranslate";var xA=V+"GoogleAccessToken",wA=V+"AuthFlow";var AA=V+"AuthState",DA=V+"IframeMessage",EA=V+"WaitForRateLimit",Ns=V+"DocumentMessageAsk",_A=V+"DocumentMessageTellThirdParty",kA=V+"showError",CA=V+"DocumentMessageThirdPartyTell",PA=V+"DocumentMessageEventUpload",bm=V+"DocumentMessageHandler",LA=`${V}Share`,FA=`${V}ToggleMouseHoverTranslateDirectly`,BA=`${V}ReqDraft`,IA=`${V}ResDraft`,Tm=`${V}Container`,vm=`${V}SpecifiedContainer`,$t="buildinConfig",Ur="localConfig";var zA=`${V}PageTranslatedStatus`,MA=`${V}PageUrlChanged`,OA=`${V}ReceiveCommand`,RA=V+"LastUseMouseHoverTime",NA=V+"LastUseInputTime",qs=V+"LastUseManualTranslatePageTime",qA=`${V}PopupReceiveMessage`,ym="immersivetranslate.com",Sm="config.immersivetranslate.com",UA=`https://${ym}/`,HA=`https://${Sm}/default_config.json`,jA=`${V}Mark`,xm=`${V}Root`,WA=`${V}Walked`,KA=`data-${ke}-walked`,GA=`${V}Paragraph`,VA=`data-${ke}-paragraph`,$A=`data-${ke}-translation-element-mark`,QA=`${V}TranslationElementMark`,YA=`${V}TranslatedMark`,wm=`${V}LoadingId`,Am=`data-${ke}-loading-id`,XA=`${V}ErrorId`,ZA=`data-${ke}-error-id`,Dm=`${V}AtomicBlockMark`,Em=`${V}ExcludeMark`,JA=`data-${ke}-exclude-mark`,_m=`${V}StayOriginalMark`,eD=`${V}PreWhitespaceMark`,km=`${V}InlineMark`,Cm=`${V}BlockMark`,tD=`${V}Left`,rD=`${V}Right`,nD=`${V}Width`,aD=`${V}Height`,iD=`${V}Top`,oD=`${V}FontSize`;var sD=`${V}GlobalStyleMark`,Us=["@","#"];var Pm=`${ke}-target-wrapper`,lD=`${ke}-pdf-target-container`,uD=`${ke}-target-inner`,cD=`${ke}-source-wrapper`,dD=`${ke}-target-translation-block-wrapper`,pD=`${ke}-root-translation-theme`,mD=`${V}RootTranslationTheme`,gD=`${ke}-target-translation-vertical-block-wrapper`,hD=`${ke}-target-translation-pdf-block-wrapper`,fD=`${ke}-target-translation-pre-whitespace`,bD=`${ke}-target-translation-inline-wrapper`;var yn=["auto","zh-CN","zh-TW","en","ja","ko","es","de","fr","pt","pt-br","ru","ar","it","ms","id","vi","af","th","ur","yue","zh-CN-NE","bo","wyw","am","az","be","bg","bn","bs","ca","ceb","co","cs","cy","da","el","eo","et","eu","fa","fi","fil","fj","fy","ga","gd","gl","gu","ha","haw","he","hi","hmn","hr","ht","hu","hy","ig","is","jw","ka","kk","km","kn","ku","ky","la","lb","lo","lt","lv","mg","mi","mk","ml","mn","mr","mt","mww","my","ne","nl","no","ny","otq","pa","pl","ps","ro","sa","sd","si","sk","sl","sm","sn","so","sq","sr","sr-Cyrl","sr-Latn","st","su","sv","sw","ta","te","tg","tlh","tlh-Qaak","to","tr","ty","ug","uk","uz","xh","yi","yo","yua","zu"];var Hs=["https://immersive-translate.owenyoung.com/options/","https://immersive-translate.owenyoung.com/auth-done/","https://dash.immersivetranslate.com/","https://dash.immersivetranslate.com/auth-done/","http://localhost:8000/dist/userscript/options/","http://localhost:8000/auth-done/","http://192.168.50.9:8000/dist/userscript/options/","http://192.168.31.51:8000/dist/userscript/options/","http://192.168.1.72:8000/dist/userscript/options/","https://www.deepl.com/translator","translate.google.com","http://localhost:8000/options/","http://192.168.50.9:8000/options/","http://192.168.31.51:8000/options/","http://192.168.1.72:8000/options/"],Lt="zh-CN";var Rs=[{type:"select",name:"codename",labelKey:"field.translationEngine",default:"youdao",required:!1,options:[{label:"translationServices.google",value:"google"},{label:"translationServices.deepl",value:"deepl"},{label:"translationServices.youdao",value:"youdao"},{label:"translationServices.tencent",value:"tencent"},{label:"translationServices.aliyun",value:"aliyun"},{label:"translationServices.baidu",value:"baidu"},{label:"translationServices.caiyun",value:"caiyun"},{label:"translationServices.wechat",value:"wechat"},{label:"translationServices.ibm",value:"ibm"},{label:"translationServices.azure",value:"azure"},{label:"translationServices.aws",value:"aws"}]}];var Lm={bing:{name:"\u5FAE\u8F6F\u7FFB\u8BD1",homepage:"https://www.bing.com/translator"},google:{name:"Google",homepage:"https://translate.google.com/"},deepl:{name:"DeepL",homepage:"https://www.deepl.com/translator",docUrl:"https://immersivetranslate.com/docs/services/deepL/",providers:[{name:"pro",nameKey:"deepLProName",descriptionKey:"deepLProDescription",descriptionKeyForNormal:"deeplProDescriptionForNormal",descriptionLink1:"https://immersivetranslate.com/pricing"},{name:"custom",nameKey:"deepLCustomName",descriptionKey:"deepLCustomDescription",descriptionLink1:"https://www.deepl.com/translator",descriptionLink2:"https://immersivetranslate.com/docs/services/deepL/"}],allProps:[{name:"authKey",providers:["custom"],label:"Auth Key",required:!0,type:"password"}]},openai:{name:"Open AI",homepage:"https://openai.com/api/",docUrl:"https://immersivetranslate.com/docs/services/openai/",providers:[{name:"pro",nameKey:"openaiProName",descriptionKey:"openaiProDescription",descriptionKeyForNormal:"openaiProDescriptionForNormal",descriptionLink1:"https://immersivetranslate.com/pricing"},{name:"custom",nameKey:"openaiCustomName",descriptionKey:"openaiCustomDescription",descriptionLink1:"https://immersivetranslate.com/docs/services/openai/"}],allProps:[{name:"APIKEY",providers:["custom"],required:!0,type:"password"},{name:"model",labelKey:"field.model",descriptionKey:"description.model",required:!1,type:"model-select",default:"gpt-3.5-turbo-1106",providers:["custom"],options:[{providers:["custom","pro"],label:"gpt-3.5-turbo",value:"gpt-3.5-turbo"},{providers:["custom"],label:"gpt-3.5-turbo-0125",value:"gpt-3.5-turbo-0125"},{providers:["custom","pro"],label:"gpt-3.5-turbo-1106",value:"gpt-3.5-turbo-1106"},{providers:["custom","pro"],label:"gpt-3.5-turbo-0613",value:"gpt-3.5-turbo-0613"},{providers:["custom"],label:"gpt-4-1106-preview",value:"gpt-4-1106-preview"},{providers:["custom"],label:"gpt-4-0125-preview",value:"gpt-4-0125-preview"},{providers:["custom"],label:"gpt-4",value:"gpt-4"}]},{name:"limit",required:!1,labelKey:"field.limitPerSecond",descriptionKey:"description.limitPerSecond",descriptionLink1:"https://immersivetranslate.com/docs/services/openai/",type:"number",default:10,providers:["custom"]},{name:"maxTextLengthPerRequest",required:!1,labelKey:"field.maxTextLengthPerRequest",descriptionKey:"description.maxTextLengthPerRequest",type:"number",default:1200,optional:!0},{name:"maxTextGroupLengthPerRequest",required:!1,labelKey:"field.maxTextGroupLengthPerRequest",descriptionKey:"description.maxTextGroupLengthPerRequest",type:"number",default:1,optional:!0},{name:"apiUrl",labelKey:"field.apiUrl",required:!1,type:"text",default:"https://api.openai.com/v1/chat/completions",descriptionKey:"description.apiUrl",descriptionLink1:"https://immersivetranslate.com/docs/services/openai/",optional:!0,providers:["custom"]},{name:"systemPrompt",label:"System Prompt",required:!1,descriptionKey:"description.systemPrompt",type:"textarea",optional:!0,default:"You are a translation engine, you can only translate text and cannot interpret it, and do not explain."},{name:"prompt",label:"Prompt",required:!1,descriptionKey:"description.prompt",type:"textarea",default:`Translate the text to {{to}}, please do not explain any sentences, just translate or leave them as they are.: -{{text}}`,optional:!0},{name:"multiplePrompt",label:"Multiple Prompt",required:!1,descriptionKey:"description.multiplePrompt",type:"textarea",default:"",optional:!0},{name:"subtitlePrompt",label:"Subtitle Prompt",required:!1,descriptionKey:"description.subtitlePrompt",type:"textarea",default:"",optional:!0}]},yandex:{name:"Yandex",homepage:"https://translate.yandex.com/"},gemini:{name:"Gemini",homepage:"https://makersuite.google.com/",docUrl:"https://immersivetranslate.com/docs/services/gemini/",beta:!0,allProps:[{name:"APIKEY",providers:["custom"],required:!0,type:"password"},{name:"model",labelKey:"field.model",descriptionKey:"description.model",optional:!0,required:!1,type:"model-select",options:[{label:"gemini-1.0-pro-latest",value:"gemini-1.0-pro-latest"}]},{name:"limit",required:!1,optional:!0,labelKey:"field.limitPerSecond",descriptionKey:"description.generalLimitPerSecond",descriptionLink1:"https://immersivetranslate.com/docs/services/openai/",type:"number",default:1},{name:"maxTextLengthPerRequest",required:!1,labelKey:"field.maxTextLengthPerRequest",descriptionKey:"description.maxTextLengthPerRequest",type:"number",default:1200,optional:!0},{name:"maxTextGroupLengthPerRequest",required:!1,labelKey:"field.maxTextGroupLengthPerRequest",descriptionKey:"description.maxTextGroupLengthPerRequest",type:"number",default:3,optional:!0},{name:"apiUrl",labelKey:"field.apiUrl",required:!1,type:"text",default:"https://generativelanguage.googleapis.com/v1beta/models/{model}:generateContent?key={key}",descriptionKey:"description.apiUrl",descriptionLink1:"https://immersivetranslate.com/docs/services/gemini/",optional:!0},{name:"prompt",label:"Prompt",required:!1,descriptionKey:"description.prompt",type:"textarea",default:"",optional:!0},{name:"multiplePrompt",label:"Multiple Prompt",required:!1,descriptionKey:"description.multiplePrompt",type:"textarea",default:"",optional:!0},{name:"subtitlePrompt",label:"Subtitle Prompt",required:!1,descriptionKey:"description.subtitlePrompt",type:"textarea",default:"",optional:!0}]},claude:{name:"Claude",homepage:"https://www.anthropic.com/",docUrl:"https://immersivetranslate.com/docs/services/claude/",allProps:[{name:"APIKEY",providers:["custom"],required:!0,type:"password"},{name:"model",labelKey:"field.model",descriptionKey:"description.model",optional:!0,required:!1,type:"model-select",default:"claude-3-haiku-20240307",options:[{label:"claude-3-haiku-20240307",value:"claude-3-haiku-20240307"},{label:"claude-3-sonnet-20240229",value:"claude-3-sonnet-20240229"},{label:"claude-3-opus-20240229",value:"claude-3-opus-20240229"},{label:"claude-2.1",value:"claude-2.1"}]},{name:"limit",required:!1,optional:!0,labelKey:"field.limitPerSecond",descriptionKey:"description.generalLimitPerSecond",descriptionLink1:"https://immersivetranslate.com/docs/services/openai/",type:"number",default:1},{name:"maxTextLengthPerRequest",required:!1,labelKey:"field.maxTextLengthPerRequest",descriptionKey:"description.maxTextLengthPerRequest",type:"number",default:1200,optional:!0},{name:"maxTextGroupLengthPerRequest",required:!1,labelKey:"field.maxTextGroupLengthPerRequest",descriptionKey:"description.maxTextGroupLengthPerRequest",type:"number",default:10,optional:!0},{name:"apiUrl",labelKey:"field.apiUrl",required:!1,type:"text",default:"https://api.anthropic.com/v1/messages",descriptionKey:"description.apiUrl",descriptionLink1:"https://immersivetranslate.com/docs/services/claude/",optional:!0},{name:"prompt",label:"Prompt",required:!1,descriptionKey:"description.prompt",type:"textarea",default:"",optional:!0},{name:"multiplePrompt",label:"Multiple Prompt",required:!1,descriptionKey:"description.multiplePrompt",type:"textarea",default:"",optional:!0},{name:"subtitlePrompt",label:"Subtitle Prompt",required:!1,descriptionKey:"description.subtitlePrompt",type:"textarea",default:"",optional:!0}]},transmart:{name:"Transmart",homepage:"https://transmart.qq.com/"},youdao:{name:"Youdao",homepage:"https://youdao.com/",docUrl:"https://immersivetranslate.com/docs/services/youdao/",allProps:[{name:"appId",required:!0,type:"text"},{name:"appSecret",required:!0,type:"password"},{name:"limit",required:!1,labelKey:"field.limitPerSecond",descriptionKey:"description.generalLimitPerSecond",type:"number",default:5,optional:!0},{name:"maxTextLengthPerRequest",required:!1,labelKey:"field.maxTextLengthPerRequest",descriptionKey:"description.maxTextLengthPerRequest",type:"number",default:1200,optional:!0},{name:"maxTextGroupLengthPerRequest",required:!1,labelKey:"field.maxTextGroupLengthPerRequest",descriptionKey:"description.maxTextGroupLengthPerRequest",type:"number",default:200,optional:!0},{name:"domain",required:!1,labelKey:"field.domain",descriptionKey:"description.domain",descriptionLink1:"https://fanyi.youdao.com/openapi/",type:"text",default:"general",optional:!0},{name:"vocabId",required:!1,labelKey:"field.vocabId",descriptionKey:"description.vocabId",type:"text",default:"",optional:!0}]},tencent:{name:"Tencent",homepage:"https://fanyi.qq.com/",docUrl:"https://immersivetranslate.com/docs/services/tencent/",allProps:[{name:"secretId",required:!0,type:"text"},{name:"secretKey",required:!0,type:"password"}]},aliyun:{name:"Aliyun",homepage:"https://translate.alibaba.com/",docUrl:"https://immersivetranslate.com/docs/services/aliyun/",allProps:[{name:"AccessKeyID",required:!0,type:"text"},{name:"AccessKeySecret",required:!0,type:"password"},{name:"scene",labelKey:"field.scene",descriptionKey:"description.scene",descriptionLink1:"https://help.aliyun.com/document_detail/158267.html",required:!1,optional:!0,type:"text",default:"general"}]},azure:{name:"azure",homepage:"https://learn.microsoft.com/en-us/azure/cognitive-services/translator/text-translation-overview",docUrl:"https://immersivetranslate.com/docs/services/azure/",allProps:[{name:"region",required:!1,default:"eastasia",type:"text"},{name:"APIKEY",required:!0,type:"password"},{name:"apiUrl",labelKey:"field.apiUrl",required:!1,type:"text",default:"https://api.cognitive.microsofttranslator.com/",descriptionKey:"description.azureApiUrl",optional:!0}]},papago:{name:"Papago",homepage:"https://translate.google.com/",canary:!0},baidu:{name:"Baidu",homepage:"https://fanyi.baidu.com/",docUrl:"https://immersivetranslate.com/docs/services/baidu/",allProps:[{name:"appid",required:!0,type:"text"},{name:"key",required:!0,type:"password"},{name:"limit",required:!1,labelKey:"field.limitPerSecond",descriptionKey:"description.generalLimitPerSecond",type:"number",default:1,optional:!0},{name:"maxTextLengthPerRequest",required:!1,labelKey:"field.maxTextLengthPerRequest",descriptionKey:"description.maxTextLengthPerRequest",type:"number",default:1800,optional:!0},{name:"maxTextGroupLengthPerRequest",required:!1,labelKey:"field.maxTextGroupLengthPerRequest",descriptionKey:"description.maxTextGroupLengthPerRequest",type:"number",default:8,optional:!0},{name:"action",required:!1,labelKey:"field.action",descriptionKey:"description.action",descriptionLink1:"https://fanyi-api.baidu.com/doc/21",type:"boolean",default:!1,optional:!0},{name:"domain",required:!1,labelKey:"field.domain",descriptionKey:"description.baiduField",descriptionLink1:"https://fanyi-api.baidu.com/doc/22",type:"text",default:"",optional:!0}]},volc:{name:"Volc",homepage:"https://www.volcengine.com/",docUrl:"https://immersivetranslate.com/docs/services/volcano/",allProps:[{name:"accessKeyId",required:!0,type:"text"},{name:"secretAccessKey",required:!0,type:"password"},{name:"limit",required:!1,labelKey:"field.limitPerSecond",descriptionKey:"description.generalLimitPerSecond",type:"number",default:5,optional:!0},{name:"maxTextLengthPerRequest",required:!1,labelKey:"field.maxTextLengthPerRequest",descriptionKey:"description.maxTextLengthPerRequest",type:"number",default:1800,optional:!0},{name:"maxTextGroupLengthPerRequest",required:!1,labelKey:"field.maxTextGroupLengthPerRequest",descriptionKey:"description.maxTextGroupLengthPerRequest",type:"number",default:8,optional:!0}]},caiyun:{name:"Caiyun",homepage:"https://fanyi.caiyunapp.com/",docUrl:"https://immersivetranslate.com/docs/services/caiyun/",allProps:[{name:"token",required:!0,type:"password"}]},cai:{name:"Cai",homepage:"https://fanyi.caiyunapp.com/",alpha:!0},custom:{name:"Custom",beta:!0,homepage:"https://immersivetranslate.com/docs/services/custom/",titleKey:"description.custom",allProps:[{name:"url",label:"API URL",required:!0,type:"text"},{name:"langs",required:!1,labelKey:"field.langs",type:"textarea",default:"zh-CN,en",optional:!0},{name:"placeholderDelimiters",required:!1,labelKey:"field.placeholderDelimiters",type:"text",default:Us,optional:!0},{name:"limit",required:!1,labelKey:"field.limitPerSecond",descriptionKey:"description.generalLimitPerSecond",type:"number",default:5,optional:!0},{name:"maxTextLengthPerRequest",required:!1,labelKey:"field.maxTextLengthPerRequest",descriptionKey:"description.maxTextLengthPerRequest",type:"number",default:1200,optional:!0},{name:"maxTextGroupLengthPerRequest",required:!1,labelKey:"field.maxTextGroupLengthPerRequest",descriptionKey:"description.maxTextGroupLengthPerRequest",type:"number",default:1,optional:!0}]},mock:{name:"Mock",homepage:"https://www.google.com"},mock2:{name:"Mock2",homepage:"https://www.google.com"},tenAlpha:{name:"TenAlpha",homepage:"https://fanyi.qq.com/",alpha:!0},you:{name:"You",alpha:!0,homepage:"https://youdao.com/"},openl:{name:"Openl",homepage:"https://openl.club/",docUrl:"https://immersivetranslate.com/docs/services/openL/",allProps:[...Rs,{type:"password",name:"apikey",required:!0}],props:Rs},volcAlpha:{name:"Volc Alpha",alpha:!0,homepage:"https://www.volcengine.com/"},d:{name:"D () ",canary:!0,homepage:"https://www.deepl.com/translator"},dpro:{name:"DPro (Canary) ",canary:!0,homepage:"https://www.deepl.com/translator"},deeplx:{name:"DeepLX (Beta)",beta:!0,homepage:"https://www.deepl.com/translator",allProps:[{name:"url",label:"API URL",required:!0,type:"text"},{name:"limit",required:!1,labelKey:"field.limitPerSecond",descriptionKey:"description.generalLimitPerSecond",type:"number",default:5,optional:!0},{name:"maxTextLengthPerRequest",required:!1,labelKey:"field.maxTextLengthPerRequest",descriptionKey:"description.maxTextLengthPerRequest",type:"number",default:1200,optional:!0},{name:"maxTextGroupLengthPerRequest",required:!1,labelKey:"field.maxTextGroupLengthPerRequest",descriptionKey:"description.maxTextGroupLengthPerRequest",type:"number",default:1,optional:!0}]},niu:{name:"niutrans",homepage:"https://niutrans.com/",docUrl:"https://immersivetranslate.com/docs/services/niu",allProps:[{name:"APIKEY",required:!0,type:"password"}]}},TD={type:V+"ChildFrameToRootFrameIdentifier"};var vD=Je()?"https://dash.immersivetranslate.com/#general":"http://localhost:8000/dist/userscript/options/#general";var Ft="user_info",yD=Je()||St()?"https://api2.immersivetranslate.com":"https://test-api2.immersivetranslate.com",js=Je()||St()?"https://immersivetranslate.com/accounts/login?from=plugin":"https://test.immersivetranslate.com/accounts/login?from=plugin",SD=js+"&utm_source=extension&utm_medium=extension&utm_campaign=error_modal",xD=js+"&utm_source=extension&utm_medium=extension&utm_campaign=popup_more",Fm=Je()||St()?"https://immersivetranslate.com/profile":"https://test.immersivetranslate.com/profile",Ha=Je()||St()?"https://immersivetranslate.com/pricing":"https://test.immersivetranslate.com/pricing",Bm=Je()||St()?"https://immersivetranslate.com/download/":"https://test.immersivetranslate.com/download/",Im=Je()||St()?"https://immersivetranslate.com/topup?type=open_ai&":"https://test.immersivetranslate.com/topup?type=open_ai&",zm=Je()||St()?"https://immersivetranslate.com/topup?type=deepl&":"https://test.immersivetranslate.com/topup?type=deepl&",wD=Ha+"?utm_source=extension&utm_medium=extension&utm_campaign=popup_more",AD=Bm+"?utm_source=extension&utm_medium=extension&utm_campaign=options_nav",DD=Ha+"?utm_source=extension&utm_medium=extension&utm_campaign=popup_footer",Ws=Ha+"?utm_source=extension&utm_medium=extension&utm_campaign=error_modal",Ks=Im+"utm_source=extension&utm_medium=extension&utm_campaign=error_modal",Gs=zm+"utm_source=extension&utm_medium=extension&utm_campaign=error_modal",Vs=Fm+"?utm_source=extension&utm_medium=extension&utm_campaign=error_modal&upgradeFromTrial=true";var $s=Oe().TRANSLATE_FILE_URL,ED=$s+"?utm_source=extension&utm_medium=extension&utm_campaign=options_nav",_D=$s+"?utm_source=extension&utm_medium=extension&utm_campaign=float_ball";var cr=console,ja=class{#e=performance.now();reset(){this.#e=performance.now()}stop(e){let r=performance.now(),n=Math.round(r-this.#e),a=Ye.green;n>1e4?a=Ye.red:n>1e3&&(a=Ye.yellow),cr.debug(Ye.dim(Vt+" TIMING:"),e,"in",a(n+"ms")),this.#e=r}},Hr=class{#e=1;get level(){return this.#e}setLevel(e){switch(e){case"debug":this.#e=0;break;case"info":this.#e=1;break;case"warn":this.#e=2;break;case"error":this.#e=3;break;case"fatal":this.#e=4;break}}debug(...e){this.#e<=0&&cr.log(Ye.dim(Vt+" DEBUG:"),...e)}v(...e){this.#e<=0}info(...e){this.#e<=1&&cr.log(Ye.green(Vt+" INFO:"),...e)}l(...e){this.#e<=1}warn(...e){this.#e<=2&&cr.warn(Ye.yellow(Vt+" WARN:"),...e)}error(...e){this.#e<=3&&cr.error(Ye.red(Vt+" ERROR:"),...e)}fatal(...e){this.#e<=4&&cr.error(Ye.red(Vt+" FATAL:"),...e)}timing(){return this.level===0?new ja:{reset:()=>{},stop:()=>{}}}},$e=new Hr;function Sn(t){if(typeof t!="string")return"auto";let e=t.toLowerCase();if(e==="und")return"auto";if(e==="zh"||e.startsWith("zh-hans"))return"zh-CN";if(e.startsWith("zh-hant")||e.startsWith("zh-hk")||e.startsWith("zh-tw"))return"zh-TW";if(e.startsWith("zh-"))return"zh-CN";if(e==="iw")return"he";if(e==="jv")return"jw";let r=yn.map(a=>a.toLowerCase()),n=r.indexOf(e);if(n===-1)if(e.indexOf("-")>=0){e=e.split("-")[0];let a=r.indexOf(e);return a===-1?"auto":yn[a]}else return"auto";else return yn[n]}function dr(t){return!!(t&&t.subscription&&t.subscription.subscriptionStatus==="active")}var Qs=V+"SyncStoreKey_";function Bt(t,e){let r=Qs+t;return se.storage.sync.get(r).then(n=>n[r]===void 0?e:n[r])}function pr(t,e){let r=Qs+t;return se.storage.sync.set({[r]:e})}var Mm=V+"StoreKey_";function jr(t,e){let r=Mm+t;return se.storage.local.get(r).then(n=>n[r]===void 0?e:n[r])}var Qt=V+"CacheKey_";function Om(t,e){let r=Qt+t;return se.storage.local.get(r).then(n=>n[r]===void 0?e:n[r])}function Rm(){let t=se.storage.local.refresh;t&&t()}function Nm(t,e){let r=Qt+t;return se.storage.local.get(r).then(n=>{if(n[r]===void 0)return e;let{value:a,expired:i}=n[r];return i&&in.startsWith(Qt)).filter(n=>n!==Qt+Ft);if(r.length>0)return se.storage.local.remove(r)}}var mr={get:Om,set:Um,getExpired:Nm,setExpired:qm,remove:Hm,clear:jm,refresh:Rm};function Wm(t,e){let r=t;return e&&Object.keys(e).forEach(n=>{let a=e[n];if(a===void 0)return;let i=Gm(n);if(typeof a=="object"||i){let o=a;i&&typeof o=="string"&&(o={tag:"a",href:o,target:"_blank",class:"immersive-translate-link"});let l=`<${n}>`,s=r.indexOf(l);if(s!==-1){let u=o.tag||"a",c=r.indexOf(``);if(c!==-1){let d=r.substring(s+l.length,c),g=Object.keys(o).filter(m=>m!=="tag").map(m=>`${m}="${o[m]}"`).join(" ");r=r.replace(`${l}${d}`,`<${u} ${g}>${d}`)}}}else if(a){let o=new RegExp("{"+n+"}","gm");r=r.replace(o,a.toString())}}),r}function Ys(t,e,r){let n=t[e];if(!n)return r;if(!r)return"";let a=r.split("."),i="";do{i+=a.shift();let o=n[i];o!==void 0&&(typeof o=="object"||!a.length)?(n=o,i=""):a.length?i+=".":n=r}while(a.length);return n}function Km(t,e,r,n,a){if(!t.hasOwnProperty(r))return e;let i=Ys(t,r,e);return i===e&&r!==n&&(i=Ys(t,n,e)),Wm(i,a)}function Gm(t){if(typeof t=="number")return!0;if(t){let e=parseInt(t);return!isNaN(e)}else return!1}function It(t,e,r){return Km(qr,e,t.config.interfaceLanguage,"en",r)}function Xs(t,e){let r=new Date(t),n=r.getFullYear().toString(),a=(r.getMonth()+1).toString().padStart(2,"0"),i=r.getDate().toString().padStart(2,"0"),o=r.getHours().toString().padStart(2,"0"),l=r.getMinutes().toString().padStart(2,"0"),s=r.getSeconds().toString().padStart(2,"0");return e.replace("YYYY",n).replace("MM",a).replace("DD",i).replace("HH",o).replace("mm",l).replace("ss",s)}function Zs(t){return new Date(t).getTime()}var zt=class extends Error{status;constructor(e,r){if(e&&r){super(r),this.name=e;return}super(e)}initNetWork(e){return e&&(this.status=e),this}initStack(e){return e&&(this.stack=e),this}initData(e){return this.data=e,this}data;uiConfig(e){if(!this.message)return{};let r=null;if(r=this.handleProQuota(e)||this.handleUnavailableError(e)||this.handleProUser(e)||this.handleServiceMissingConfig(e)||this.handleNetwork(e)||this.handleFetchError(e),!r){let n=It.bind(null,e),a=this.getErrorMsg();r={type:"error",title:n("networkError"),errMsg:n("error.serveUnavailable",{serverName:n("translationServices."+e.translationService),1:"https://dash.immersivetranslate.com/#general",2:"https://immersivetranslate.com/pricing/?utm_source=extension&utm_medium=webpage&utm_campaign=service_error",3:"https://immersivetranslate.com/pricing/?utm_source=extension&utm_medium=webpage&utm_campaign=service_error"})+"

"+n("errorReason",{message:a}),action:"changeService"}}return r}getErrorMsg(){return this.status?this.status<0?this.message:`${this.status}: ${this.message}`:this.message}handleUnavailableError(e){let r=It.bind(null,e),n=this.message.startsWith("bingAuth"),a=this.data?.translationService==="transmart"&&this.message.startsWith("Server is busy now");if(n||a)return this.message=this.message.replace("bingAuth:",""),{type:"network",title:r("networkError"),errMsg:r("error.serveUnavailable",{serverName:r("translationServices."+e.translationService),1:"https://dash.immersivetranslate.com/#general",2:"https://immersivetranslate.com/pricing/?utm_source=extension&utm_medium=webpage&utm_campaign=service_error",3:"https://immersivetranslate.com/pricing/?utm_source=extension&utm_medium=webpage&utm_campaign=service_error"})+"

"+r("errorReason",{message:this.message}),action:"changeService"}}handleServiceMissingConfig(e){let r=It.bind(null,e);if(this.message.endsWith(" are required")||this.message.includes("You didn't provide an API key"))return{type:"configError",title:r("error.serveConfigError"),errMsg:this.getErrorMsg()+"

"+r("error.reloadPageOfSetting"),action:"setting"}}handleNetwork(e){let r=It.bind(null,e),n="retry",a="network",i=r("networkError");if(!this.status||this.status<0)return;let o=this.getErrorMsg();return this.status===429?this.data?.translationService=="google"?o=`${r("error.googleLimitIp")}

${o}`:this.data?.translationService=="openai"&&(this.message.indexOf("Limit: 3 / min")>=0||this.message.includes("rate_limit_exceeded")&&this.message.includes("Limit 3"))?o=`${r("error.openAIFreeLimit")}

+{{text}}`,optional:!0},{name:"multiplePrompt",label:"Multiple Prompt",required:!1,descriptionKey:"description.multiplePrompt",type:"textarea",default:"",optional:!0},{name:"subtitlePrompt",label:"Subtitle Prompt",required:!1,descriptionKey:"description.subtitlePrompt",type:"textarea",default:"",optional:!0}]},yandex:{name:"Yandex",homepage:"https://translate.yandex.com/"},gemini:{name:"Gemini",homepage:"https://makersuite.google.com/",docUrl:"https://immersivetranslate.com/docs/services/gemini/",beta:!0,allProps:[{name:"APIKEY",providers:["custom"],required:!0,type:"password"},{name:"model",labelKey:"field.model",descriptionKey:"description.model",optional:!0,required:!1,type:"model-select",options:[{label:"gemini-1.0-pro-latest",value:"gemini-1.0-pro-latest"}]},{name:"limit",required:!1,optional:!0,labelKey:"field.limitPerSecond",descriptionKey:"description.generalLimitPerSecond",descriptionLink1:"https://immersivetranslate.com/docs/services/openai/",type:"number",default:1},{name:"maxTextLengthPerRequest",required:!1,labelKey:"field.maxTextLengthPerRequest",descriptionKey:"description.maxTextLengthPerRequest",type:"number",default:1200,optional:!0},{name:"maxTextGroupLengthPerRequest",required:!1,labelKey:"field.maxTextGroupLengthPerRequest",descriptionKey:"description.maxTextGroupLengthPerRequest",type:"number",default:3,optional:!0},{name:"apiUrl",labelKey:"field.apiUrl",required:!1,type:"text",default:"https://generativelanguage.googleapis.com/v1beta/models/{model}:generateContent?key={key}",descriptionKey:"description.apiUrl",descriptionLink1:"https://immersivetranslate.com/docs/services/gemini/",optional:!0},{name:"prompt",label:"Prompt",required:!1,descriptionKey:"description.prompt",type:"textarea",default:"",optional:!0},{name:"multiplePrompt",label:"Multiple Prompt",required:!1,descriptionKey:"description.multiplePrompt",type:"textarea",default:"",optional:!0},{name:"subtitlePrompt",label:"Subtitle Prompt",required:!1,descriptionKey:"description.subtitlePrompt",type:"textarea",default:"",optional:!0}]},claude:{name:"Claude",homepage:"https://www.anthropic.com/",docUrl:"https://immersivetranslate.com/docs/services/claude/",allProps:[{name:"APIKEY",providers:["custom"],required:!0,type:"password"},{name:"model",labelKey:"field.model",descriptionKey:"description.model",optional:!0,required:!1,type:"model-select",default:"claude-3-haiku-20240307",options:[{label:"claude-3-haiku-20240307",value:"claude-3-haiku-20240307"},{label:"claude-3-sonnet-20240229",value:"claude-3-sonnet-20240229"},{label:"claude-3-opus-20240229",value:"claude-3-opus-20240229"},{label:"claude-2.1",value:"claude-2.1"}]},{name:"limit",required:!1,optional:!0,labelKey:"field.limitPerSecond",descriptionKey:"description.generalLimitPerSecond",descriptionLink1:"https://immersivetranslate.com/docs/services/openai/",type:"number",default:1},{name:"maxTextLengthPerRequest",required:!1,labelKey:"field.maxTextLengthPerRequest",descriptionKey:"description.maxTextLengthPerRequest",type:"number",default:1200,optional:!0},{name:"maxTextGroupLengthPerRequest",required:!1,labelKey:"field.maxTextGroupLengthPerRequest",descriptionKey:"description.maxTextGroupLengthPerRequest",type:"number",default:10,optional:!0},{name:"apiUrl",labelKey:"field.apiUrl",required:!1,type:"text",default:"https://api.anthropic.com/v1/messages",descriptionKey:"description.apiUrl",descriptionLink1:"https://immersivetranslate.com/docs/services/claude/",optional:!0},{name:"systemPrompt",label:"System Prompt",required:!1,descriptionKey:"description.systemPrompt",type:"textarea",optional:!0,default:"You are a translation engine, you can only translate text and cannot interpret it, and do not explain."},{name:"prompt",label:"Prompt",required:!1,descriptionKey:"description.prompt",type:"textarea",default:"",optional:!0},{name:"multiplePrompt",label:"Multiple Prompt",required:!1,descriptionKey:"description.multiplePrompt",type:"textarea",default:"",optional:!0},{name:"subtitlePrompt",label:"Subtitle Prompt",required:!1,descriptionKey:"description.subtitlePrompt",type:"textarea",default:"",optional:!0}]},transmart:{name:"Transmart",homepage:"https://transmart.qq.com/"},youdao:{name:"Youdao",homepage:"https://youdao.com/",docUrl:"https://immersivetranslate.com/docs/services/youdao/",allProps:[{name:"appId",required:!0,type:"text"},{name:"appSecret",required:!0,type:"password"},{name:"limit",required:!1,labelKey:"field.limitPerSecond",descriptionKey:"description.generalLimitPerSecond",type:"number",default:5,optional:!0},{name:"maxTextLengthPerRequest",required:!1,labelKey:"field.maxTextLengthPerRequest",descriptionKey:"description.maxTextLengthPerRequest",type:"number",default:1200,optional:!0},{name:"maxTextGroupLengthPerRequest",required:!1,labelKey:"field.maxTextGroupLengthPerRequest",descriptionKey:"description.maxTextGroupLengthPerRequest",type:"number",default:200,optional:!0},{name:"domain",required:!1,labelKey:"field.domain",descriptionKey:"description.domain",descriptionLink1:"https://fanyi.youdao.com/openapi/",type:"text",default:"general",optional:!0},{name:"vocabId",required:!1,labelKey:"field.vocabId",descriptionKey:"description.vocabId",type:"text",default:"",optional:!0}]},tencent:{name:"Tencent",homepage:"https://fanyi.qq.com/",docUrl:"https://immersivetranslate.com/docs/services/tencent/",allProps:[{name:"secretId",required:!0,type:"text"},{name:"secretKey",required:!0,type:"password"}]},aliyun:{name:"Aliyun",homepage:"https://translate.alibaba.com/",docUrl:"https://immersivetranslate.com/docs/services/aliyun/",allProps:[{name:"AccessKeyID",required:!0,type:"text"},{name:"AccessKeySecret",required:!0,type:"password"},{name:"scene",labelKey:"field.scene",descriptionKey:"description.scene",descriptionLink1:"https://help.aliyun.com/document_detail/158267.html",required:!1,optional:!0,type:"text",default:"general"}]},azure:{name:"azure",homepage:"https://learn.microsoft.com/en-us/azure/cognitive-services/translator/text-translation-overview",docUrl:"https://immersivetranslate.com/docs/services/azure/",allProps:[{name:"region",required:!1,default:"eastasia",type:"text"},{name:"APIKEY",required:!0,type:"password"},{name:"apiUrl",labelKey:"field.apiUrl",required:!1,type:"text",default:"https://api.cognitive.microsofttranslator.com/",descriptionKey:"description.azureApiUrl",optional:!0}]},papago:{name:"Papago",homepage:"https://translate.google.com/",canary:!0},baidu:{name:"Baidu",homepage:"https://fanyi.baidu.com/",docUrl:"https://immersivetranslate.com/docs/services/baidu/",allProps:[{name:"appid",required:!0,type:"text"},{name:"key",required:!0,type:"password"},{name:"limit",required:!1,labelKey:"field.limitPerSecond",descriptionKey:"description.generalLimitPerSecond",type:"number",default:1,optional:!0},{name:"maxTextLengthPerRequest",required:!1,labelKey:"field.maxTextLengthPerRequest",descriptionKey:"description.maxTextLengthPerRequest",type:"number",default:1800,optional:!0},{name:"maxTextGroupLengthPerRequest",required:!1,labelKey:"field.maxTextGroupLengthPerRequest",descriptionKey:"description.maxTextGroupLengthPerRequest",type:"number",default:8,optional:!0},{name:"action",required:!1,labelKey:"field.action",descriptionKey:"description.action",descriptionLink1:"https://fanyi-api.baidu.com/doc/21",type:"boolean",default:!1,optional:!0},{name:"domain",required:!1,labelKey:"field.domain",descriptionKey:"description.baiduField",descriptionLink1:"https://fanyi-api.baidu.com/doc/22",type:"text",default:"",optional:!0}]},volc:{name:"Volc",homepage:"https://www.volcengine.com/",docUrl:"https://immersivetranslate.com/docs/services/volcano/",allProps:[{name:"accessKeyId",required:!0,type:"text"},{name:"secretAccessKey",required:!0,type:"password"},{name:"limit",required:!1,labelKey:"field.limitPerSecond",descriptionKey:"description.generalLimitPerSecond",type:"number",default:5,optional:!0},{name:"maxTextLengthPerRequest",required:!1,labelKey:"field.maxTextLengthPerRequest",descriptionKey:"description.maxTextLengthPerRequest",type:"number",default:1800,optional:!0},{name:"maxTextGroupLengthPerRequest",required:!1,labelKey:"field.maxTextGroupLengthPerRequest",descriptionKey:"description.maxTextGroupLengthPerRequest",type:"number",default:8,optional:!0}]},caiyun:{name:"Caiyun",homepage:"https://fanyi.caiyunapp.com/",docUrl:"https://immersivetranslate.com/docs/services/caiyun/",allProps:[{name:"token",required:!0,type:"password"}]},cai:{name:"Cai",homepage:"https://fanyi.caiyunapp.com/",alpha:!0},custom:{name:"Custom",beta:!0,homepage:"https://immersivetranslate.com/docs/services/custom/",titleKey:"description.custom",allProps:[{name:"url",label:"API URL",required:!0,type:"text"},{name:"langs",required:!1,labelKey:"field.langs",type:"textarea",default:"zh-CN,en",optional:!0},{name:"placeholderDelimiters",required:!1,labelKey:"field.placeholderDelimiters",type:"text",default:Us,optional:!0},{name:"limit",required:!1,labelKey:"field.limitPerSecond",descriptionKey:"description.generalLimitPerSecond",type:"number",default:5,optional:!0},{name:"maxTextLengthPerRequest",required:!1,labelKey:"field.maxTextLengthPerRequest",descriptionKey:"description.maxTextLengthPerRequest",type:"number",default:1200,optional:!0},{name:"maxTextGroupLengthPerRequest",required:!1,labelKey:"field.maxTextGroupLengthPerRequest",descriptionKey:"description.maxTextGroupLengthPerRequest",type:"number",default:1,optional:!0}]},mock:{name:"Mock",homepage:"https://www.google.com"},mock2:{name:"Mock2",homepage:"https://www.google.com"},tenAlpha:{name:"TenAlpha",homepage:"https://fanyi.qq.com/",alpha:!0},you:{name:"You",alpha:!0,homepage:"https://youdao.com/"},openl:{name:"Openl",homepage:"https://openl.club/",docUrl:"https://immersivetranslate.com/docs/services/openL/",allProps:[...Rs,{type:"password",name:"apikey",required:!0}],props:Rs},volcAlpha:{name:"Volc Alpha",alpha:!0,homepage:"https://www.volcengine.com/"},d:{name:"D () ",canary:!0,homepage:"https://www.deepl.com/translator"},dpro:{name:"DPro (Canary) ",canary:!0,homepage:"https://www.deepl.com/translator"},deeplx:{name:"DeepLX (Beta)",beta:!0,homepage:"https://www.deepl.com/translator",allProps:[{name:"url",label:"API URL",required:!0,type:"text"},{name:"limit",required:!1,labelKey:"field.limitPerSecond",descriptionKey:"description.generalLimitPerSecond",type:"number",default:5,optional:!0},{name:"maxTextLengthPerRequest",required:!1,labelKey:"field.maxTextLengthPerRequest",descriptionKey:"description.maxTextLengthPerRequest",type:"number",default:1200,optional:!0},{name:"maxTextGroupLengthPerRequest",required:!1,labelKey:"field.maxTextGroupLengthPerRequest",descriptionKey:"description.maxTextGroupLengthPerRequest",type:"number",default:1,optional:!0}]},niu:{name:"niutrans",homepage:"https://niutrans.com/",docUrl:"https://immersivetranslate.com/docs/services/niu",allProps:[{name:"APIKEY",required:!0,type:"password"}]}},TD={type:V+"ChildFrameToRootFrameIdentifier"};var vD=Je()?"https://dash.immersivetranslate.com/#general":"http://localhost:8000/dist/userscript/options/#general";var Ft="user_info",yD=Je()||St()?"https://api2.immersivetranslate.com":"https://test-api2.immersivetranslate.com",js=Je()||St()?"https://immersivetranslate.com/accounts/login?from=plugin":"https://test.immersivetranslate.com/accounts/login?from=plugin",SD=js+"&utm_source=extension&utm_medium=extension&utm_campaign=error_modal",xD=js+"&utm_source=extension&utm_medium=extension&utm_campaign=popup_more",Fm=Je()||St()?"https://immersivetranslate.com/profile":"https://test.immersivetranslate.com/profile",Ha=Je()||St()?"https://immersivetranslate.com/pricing":"https://test.immersivetranslate.com/pricing",Bm=Je()||St()?"https://immersivetranslate.com/download/":"https://test.immersivetranslate.com/download/",Im=Je()||St()?"https://immersivetranslate.com/topup?type=open_ai&":"https://test.immersivetranslate.com/topup?type=open_ai&",zm=Je()||St()?"https://immersivetranslate.com/topup?type=deepl&":"https://test.immersivetranslate.com/topup?type=deepl&",wD=Ha+"?utm_source=extension&utm_medium=extension&utm_campaign=popup_more",AD=Bm+"?utm_source=extension&utm_medium=extension&utm_campaign=options_nav",DD=Ha+"?utm_source=extension&utm_medium=extension&utm_campaign=popup_footer",Ws=Ha+"?utm_source=extension&utm_medium=extension&utm_campaign=error_modal",Ks=Im+"utm_source=extension&utm_medium=extension&utm_campaign=error_modal",Gs=zm+"utm_source=extension&utm_medium=extension&utm_campaign=error_modal",Vs=Fm+"?utm_source=extension&utm_medium=extension&utm_campaign=error_modal&upgradeFromTrial=true";var $s=Oe().TRANSLATE_FILE_URL,ED=$s+"?utm_source=extension&utm_medium=extension&utm_campaign=options_nav",_D=$s+"?utm_source=extension&utm_medium=extension&utm_campaign=float_ball";var cr=console,ja=class{#e=performance.now();reset(){this.#e=performance.now()}stop(e){let r=performance.now(),n=Math.round(r-this.#e),a=Ye.green;n>1e4?a=Ye.red:n>1e3&&(a=Ye.yellow),cr.debug(Ye.dim(Vt+" TIMING:"),e,"in",a(n+"ms")),this.#e=r}},Hr=class{#e=1;get level(){return this.#e}setLevel(e){switch(e){case"debug":this.#e=0;break;case"info":this.#e=1;break;case"warn":this.#e=2;break;case"error":this.#e=3;break;case"fatal":this.#e=4;break}}debug(...e){this.#e<=0&&cr.log(Ye.dim(Vt+" DEBUG:"),...e)}v(...e){this.#e<=0}info(...e){this.#e<=1&&cr.log(Ye.green(Vt+" INFO:"),...e)}l(...e){this.#e<=1}warn(...e){this.#e<=2&&cr.warn(Ye.yellow(Vt+" WARN:"),...e)}error(...e){this.#e<=3&&cr.error(Ye.red(Vt+" ERROR:"),...e)}fatal(...e){this.#e<=4&&cr.error(Ye.red(Vt+" FATAL:"),...e)}timing(){return this.level===0?new ja:{reset:()=>{},stop:()=>{}}}},$e=new Hr;function Sn(t){if(typeof t!="string")return"auto";let e=t.toLowerCase();if(e==="und")return"auto";if(e==="zh"||e.startsWith("zh-hans"))return"zh-CN";if(e.startsWith("zh-hant")||e.startsWith("zh-hk")||e.startsWith("zh-tw"))return"zh-TW";if(e.startsWith("zh-"))return"zh-CN";if(e==="iw")return"he";if(e==="jv")return"jw";let r=yn.map(a=>a.toLowerCase()),n=r.indexOf(e);if(n===-1)if(e.indexOf("-")>=0){e=e.split("-")[0];let a=r.indexOf(e);return a===-1?"auto":yn[a]}else return"auto";else return yn[n]}function dr(t){return!!(t&&t.subscription&&t.subscription.subscriptionStatus==="active")}var Qs=V+"SyncStoreKey_";function Bt(t,e){let r=Qs+t;return se.storage.sync.get(r).then(n=>n[r]===void 0?e:n[r])}function pr(t,e){let r=Qs+t;return se.storage.sync.set({[r]:e})}var Mm=V+"StoreKey_";function jr(t,e){let r=Mm+t;return se.storage.local.get(r).then(n=>n[r]===void 0?e:n[r])}var Qt=V+"CacheKey_";function Om(t,e){let r=Qt+t;return se.storage.local.get(r).then(n=>n[r]===void 0?e:n[r])}function Rm(){let t=se.storage.local.refresh;t&&t()}function Nm(t,e){let r=Qt+t;return se.storage.local.get(r).then(n=>{if(n[r]===void 0)return e;let{value:a,expired:i}=n[r];return i&&in.startsWith(Qt)).filter(n=>n!==Qt+Ft);if(r.length>0)return se.storage.local.remove(r)}}var mr={get:Om,set:Um,getExpired:Nm,setExpired:qm,remove:Hm,clear:jm,refresh:Rm};function Wm(t,e){let r=t;return e&&Object.keys(e).forEach(n=>{let a=e[n];if(a===void 0)return;let i=Gm(n);if(typeof a=="object"||i){let o=a;i&&typeof o=="string"&&(o={tag:"a",href:o,target:"_blank",class:"immersive-translate-link"});let l=`<${n}>`,s=r.indexOf(l);if(s!==-1){let u=o.tag||"a",c=r.indexOf(``);if(c!==-1){let d=r.substring(s+l.length,c),g=Object.keys(o).filter(m=>m!=="tag").map(m=>`${m}="${o[m]}"`).join(" ");r=r.replace(`${l}${d}`,`<${u} ${g}>${d}`)}}}else if(a){let o=new RegExp("{"+n+"}","gm");r=r.replace(o,a.toString())}}),r}function Ys(t,e,r){let n=t[e];if(!n)return r;if(!r)return"";let a=r.split("."),i="";do{i+=a.shift();let o=n[i];o!==void 0&&(typeof o=="object"||!a.length)?(n=o,i=""):a.length?i+=".":n=r}while(a.length);return n}function Km(t,e,r,n,a){if(!t.hasOwnProperty(r))return e;let i=Ys(t,r,e);return i===e&&r!==n&&(i=Ys(t,n,e)),Wm(i,a)}function Gm(t){if(typeof t=="number")return!0;if(t){let e=parseInt(t);return!isNaN(e)}else return!1}function It(t,e,r){return Km(qr,e,t.config.interfaceLanguage,"en",r)}function Xs(t,e){let r=new Date(t),n=r.getFullYear().toString(),a=(r.getMonth()+1).toString().padStart(2,"0"),i=r.getDate().toString().padStart(2,"0"),o=r.getHours().toString().padStart(2,"0"),l=r.getMinutes().toString().padStart(2,"0"),s=r.getSeconds().toString().padStart(2,"0");return e.replace("YYYY",n).replace("MM",a).replace("DD",i).replace("HH",o).replace("mm",l).replace("ss",s)}function Zs(t){return new Date(t).getTime()}var zt=class extends Error{status;constructor(e,r){if(e&&r){super(r),this.name=e;return}super(e)}initNetWork(e){return e&&(this.status=e),this}initStack(e){return e&&(this.stack=e),this}initData(e){return this.data=e,this}data;uiConfig(e){if(!this.message)return{};let r=null;if(r=this.handleProQuota(e)||this.handleUnavailableError(e)||this.handleProUser(e)||this.handleServiceMissingConfig(e)||this.handleNetwork(e)||this.handleFetchError(e),!r){let n=It.bind(null,e),a=this.getErrorMsg();r={type:"error",title:n("networkError"),errMsg:n("error.serveUnavailable",{serverName:n("translationServices."+e.translationService),1:"https://dash.immersivetranslate.com/#general",2:"https://immersivetranslate.com/pricing/?utm_source=extension&utm_medium=webpage&utm_campaign=service_error",3:"https://immersivetranslate.com/pricing/?utm_source=extension&utm_medium=webpage&utm_campaign=service_error"})+"

"+n("errorReason",{message:a}),action:"changeService"}}return r}getErrorMsg(){return this.status?this.status<0?this.message:`${this.status}: ${this.message}`:this.message}handleUnavailableError(e){let r=It.bind(null,e),n=this.message.startsWith("bingAuth"),a=this.data?.translationService==="transmart"&&this.message.startsWith("Server is busy now");if(n||a)return this.message=this.message.replace("bingAuth:",""),{type:"network",title:r("networkError"),errMsg:r("error.serveUnavailable",{serverName:r("translationServices."+e.translationService),1:"https://dash.immersivetranslate.com/#general",2:"https://immersivetranslate.com/pricing/?utm_source=extension&utm_medium=webpage&utm_campaign=service_error",3:"https://immersivetranslate.com/pricing/?utm_source=extension&utm_medium=webpage&utm_campaign=service_error"})+"

"+r("errorReason",{message:this.message}),action:"changeService"}}handleServiceMissingConfig(e){let r=It.bind(null,e);if(this.message.endsWith(" are required")||this.message.includes("You didn't provide an API key"))return{type:"configError",title:r("error.serveConfigError"),errMsg:this.getErrorMsg()+"

"+r("error.reloadPageOfSetting"),action:"setting"}}handleNetwork(e){let r=It.bind(null,e),n="retry",a="network",i=r("networkError");if(!this.status||this.status<0)return;let o=this.getErrorMsg();return this.status===429?this.data?.translationService=="google"?o=`${r("error.googleLimitIp")}

${o}`:this.data?.translationService=="openai"&&(this.message.indexOf("Limit: 3 / min")>=0||this.message.includes("rate_limit_exceeded")&&this.message.includes("Limit 3"))?o=`${r("error.openAIFreeLimit")}

${o}`:this.data?.translationService=="openai"&&this.message.includes("You exceeded your current quota")?o=`${r("error.openAIExceededQuota")}

${o}`:this.data?.translationService=="gemini"&&this.message.includes("RESOURCE_EXHAUSTED")?o=`${r("error.gemini.429")}

${o}`:o=`${r("error.429")}

${o}`:this.status===403?this.data?.translationService=="claude"?o=`${r("error.claude.403")}

${o}`:o=`${r("error.403")}

${o}`:this.status===400?o=`${r("error.400")}

${o}`:this.status===502?o=`${r("error.502")}

${o}`:this.status===404&&o.includes("User subscription not found")&&(o=`${r("error.subscriptionExpired")}

${o}`,n="setting",a="configError",i=r("error.subscriptionExpiredTitle")),{type:a,title:i,errMsg:o,action:n}}handleFetchError(e){let r=It.bind(null,e);if(this.status!==-999)return;let n=this.getErrorMsg();return{type:"network",title:"",errMsg:r("error.serveUnavailable",{serverName:r("translationServices."+e.translationService),1:"https://dash.immersivetranslate.com/#general",2:"https://immersivetranslate.com/pricing/?utm_source=extension&utm_medium=webpage&utm_campaign=service_error",3:"https://immersivetranslate.com/pricing/?utm_source=extension&utm_medium=webpage&utm_campaign=service_error"})+"

"+r("errorReason",{message:n}),action:"changeService"}}handleProUser(e){let r=It.bind(null,e);if(!(this.data?.translationService!=="openai"&&this.data?.translationService!=="deepl")){if(this.message.indexOf("token invalid")>=0||this.message.indexOf("Login required")>=0)return{type:"notLogin",title:r("notLoginPro"),errMsg:r("error.proTokenInvalid"),action:"login"};if(this.message.indexOf("activate Pro")>=0)return e.user?{type:"upgrade",title:r("upgradeToProErrorTitle"),errMsg:r("error.proUpgrade"),action:"upgrade"}:{type:"notLogin",title:r("notLoginPro"),errMsg:r("error.proTokenInvalid"),action:"login"}}}handleProQuota(e){if(!this.message.startsWith("ProQuota:")||!e.user?.subscription)return;let r=It.bind(null,e);this.message=this.message.replace("ProQuota:","");let n=this.message;try{n=JSON.parse(this.message).error}catch{}let a=e.user.subscription,{subscriptionType:i,isTrial:o,openAITokenUsedCountResetTime:l,subscriptionTo:s}=a;return{type:"ProQuotaExceeded",title:"",errMsg:c.call(this),action:"retry"};function c(){let d=this.data?.translationService=="deepl"?"OpenAI":"Deepl",g=this.data?.translationService=="deepl"?"Deepl":"OpenAI",m=r("errorReason",{message:n});if(i=="onetime_7day")m+=r("proQuotaExceededError.onetime7day",{anotherService:d,brandId:ke,href:Ws});else{let T="";g=="OpenAI"?T=Ks:T=Gs,o?m+=r("proQuotaExceededError.trial",{anotherService:d,brandId:ke,href:Vs}):m+=r("proQuotaExceededError.nonTrial",{anotherService:d,brandId:ke,href:T,translationService:g}),!o&&(a.cancelAtPeriodEnd==="false"||Zs(s)>l)&&(m+=r("proQuotaExceededError.resetTime",{resetTime:Xs(l,"YYYY-MM-DD HH:mm:ss")}))}return m}}};async function el(t){let e;if(t&&t.retry&&t.retry>0)try{e=await Kn(Js.bind(null,t),{multiplier:2,maxAttempts:t.retry})}catch(r){throw r&&r.name==="RetryError"&&r.cause?r.cause:r}else e=await Js(t);return e}async function Js(t){t.body;let{url:e,responseType:r,...n}=t;r||(r="json"),n={mode:"cors",...n};let a=!0;t.fetchPolyfill&&(a=!1);let i=t.fetchPolyfill||fetch,o=3e4;if(t.timeout&&(o=t.timeout),a){let s=new AbortController,u=s.signal;setTimeout(()=>{s.abort()},o),n.signal=u}let l;try{l=await i(e,n)}catch(s){$e.debug("fetch error",e,s);let u=s.message||"Unknown Error";throw new zt("fetchError",u).initNetWork(-999).initStack(s.stack)}if(l.ok&&l.status>=200&&l.status<400){if(r==="json")return await l.json();if(r==="text")return await l.text();if(r==="raw"){let s=await l.text(),u=Object.fromEntries([...l.headers.entries()]),c=l.url;return c||(l.headers.get("X-Final-URL")?c=l.headers.get("X-Final-URL"):c=e),{body:s,headers:u,status:l.status,statusText:l.statusText,url:c}}else if(r==="stream"){let s="",u;if(l.body&&l.body instanceof ReadableStream)for await(let c of Vm(l.body)){let d=new TextDecoder().decode(c);s+=d;let g;for(;(g=s.indexOf(` -`))>=0;){let m=s.slice(0,g).trim();if(s=s.slice(g+1),m.startsWith("event:")||m==="")continue;let T="";if(m.startsWith("data:")&&(T=m.slice(5).trim()),T==="[DONE]")break;let j;try{j=JSON.parse(T??"")}catch(k){$e.debug("json error",k);continue}u=j}}return u}}else{let s;try{s=await l.text()}catch(m){$e.error("parse response failed",m)}s&&$e.error("fail response",s);let u="";s&&(u=s.slice(0,500));let c=u,g=new URL(e).hostname.endsWith(".immersivetranslate.com");throw e.endsWith("edge.microsoft.com/translate/auth")&&(c="bingAuth:"+u),g&&u.includes("quota exceeded")&&(c="ProQuota:"+u),new zt("fetchError",c).initNetWork(l.status)}}async function*Vm(t){let e=t.getReader();try{for(;;){let{done:r,value:n}=await e.read();if(r)return;yield n}}finally{e.releaseLock()}}var $m=new Map;function tl(t){let e=Qm(64),r=new CustomEvent(Ns,{detail:JSON.stringify({...t,type:"ask",id:e})});return document.dispatchEvent(r),new Promise((n,a)=>{$m.set(e,(i,o)=>{i?a(i):n(o)})})}function Qm(t){let e="",r="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789",n=r.length,a=0;for(;a","file:///*","*://*/*"],js:["content_script.js"],run_at:"document_end",all_frames:!0},{matches:["","file:///*","*://*/*"],js:["content_start.js"],run_at:"document_start",all_frames:!0}],commands:{toggleTranslatePage:{suggested_key:{default:"Alt+A"},description:"__MSG_toggleTranslatePage__"},toggleTranslateTheWholePage:{suggested_key:{default:"Alt+W"},description:"__MSG_toggleTranslateTheWholePage__"},toggleOnlyTransation:{description:"__MSG_toggleOnlyTransation__"},toggleTranslateToThePageEndImmediately:{description:"__MSG_toggleTranslateToThePageEndImmediately__"},toggleTranslateTheMainPage:{description:"__MSG_toggleTranslateTheMainPage__"},toggleTranslationMask:{description:"__MSG_toggleTranslationMask__"},shareToDraft:{description:"__MSG_shareToDraft__"},toggleMouseHoverTranslateDirectly:{description:"__MSG_toggleMouseHoverTranslateDirectly__"},translateWithOpenAI:{description:"__MSG_translateWithOpenAI__"},translateWithDeepL:{description:"__MSG_translateWithDeepL__"},translateWithGoogle:{description:"__MSG_translateWithGoogle__"},translateWithTransmart:{description:"__MSG_translateWithTransmart__"},translateWithGemini:{description:"__MSG_translateWithGemini__"},translateWithBing:{description:"__MSG_translateWithBing__"},translateInputBox:{description:"__MSG_translateInputBox__"},toggleVideoSubtitlePreTranslation:{description:"__MSG_toggleVideoSubtitlePreTranslation__"}},options_page:"options.html",options_ui:{page:"options.html",open_in_tab:!0,browser_style:!1},permissions:["storage","activeTab","contextMenus","webRequest","webRequestBlocking","declarativeNetRequestWithHostAccess","declarativeNetRequestFeedback","declarativeNetRequest"],host_permissions:[""],declarative_net_request:{rule_resources:[{id:"ruleset_1",enabled:!0,path:"rules/request_modifier_rule.json"}]},action:{default_popup:"popup.html",default_icon:{"32":"icons/32.png","48":"icons/48.png","64":"icons/64.png","128":"icons/128.png","256":"icons/256.png"}},browser_action:{default_icon:"icons/32.png",default_popup:"popup.html",theme_icons:[{dark:"icons/32.png",light:"icons/dark-32.png",size:32},{dark:"icons/48.png",light:"icons/dark-48.png",size:48},{dark:"icons/64.png",light:"icons/dark-64.png",size:64},{dark:"icons/128.png",light:"icons/dark-128.png",size:128},{dark:"icons/256.png",light:"icons/dark-256.png",size:256}]},icons:{"32":"icons/32.png","48":"icons/48.png","64":"icons/64.png","128":"icons/128.png","256":"icons/256.png"},browser_specific_settings:{gecko:{id:"{5efceaa7-f3a2-4e59-a54b-85319448e305}",strict_min_version:"63.0"},gecko_android:{strict_min_version:"113.0"}},key:"MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA7JPn78UfqI3xIIOPPLPS74UTzLfJL1gQM8hlk/deKWvFP/WqUBnPJPdhQeF45sFpI1OjO70nFqdATT4/RwYAiZK7G/E6m27MDVnhHjszfzReOuoAEn9J3RnE2xEx5pFhRFcelhnwTTLrrn90aaPcaMtNsgXtZA1Ggz/SnX9I4ZygqpJYjx3Ql2t6SyNK222oRQiKMT93Rrjgyc8RFA7FKXsWglG0TvseRjbmG5Jk5gDx+2/YTcWGqCDotQnWnkPj/dBO23UAX7IpyJK3FGYdkvWFih6OVClHIIWY8mfCjjwSGbXNQNesaa9F2hrzBZ5MRTj4m7yj76mGxuPHPIE8mwIDAQAB"};var Xm="";function Wr(){return Xm||rl.version}function xn(){try{let t=[Oe().EBOOK_BUILDER_URL,Oe().EBOOK_VIEWER_URL,Oe().SUBTITLE_BUILDER_URL,Oe().HTML_VIEWER_URL,Oe().PDF_VIEWER_URL].filter(a=>!!a),e=["app.immersivetranslate.com"];Je()||e.push("localhost:38001");let r=globalThis.location.pathname;return t.find(a=>{let i=new URL(a);return r.startsWith(i.pathname)&&e.includes(i.host)})?!1:globalThis.self!==globalThis.top}catch{return!0}}var Kr=new Map,Gr=class{fromType;logger;constructor(e,r=!1){this.logger=new Hr,r&&this.logger.setLevel("debug"),this.fromType=e,Kr.has(e)||(Kr.set(e,new Map),se.runtime.onMessage.addListener((n,a,i)=>{let o=n.from,l=n.to,s,u,c;a.tab&&a.tab.id&&(s=a.tab.id,o=`${o}:${s}`,u=a.tab.url,c=a.tab.active),this.logger.debug(`${n.to} received message [${n.payload.method}] from ${n.from}`,n.payload.data?n.payload.data:" ");let d=Ka(l),{type:g,name:m}=d;if(g!==e)return!1;let T=Ka(o),k=Kr.get(g).get(m);if(!k)return this.logger.debug(`no message handler for ${g}:${l}, but it's ok`),!1;let{messageHandler:h,sync:Q}=k,P={type:e,name:T.name,id:s,url:u,active:c};if(Q){try{let $=h(n.payload,P);i({ok:!0,data:$})}catch($){i({ok:!1,errorName:$.name,errorMessage:$.message,errorDetails:$.details,errorStatus:$.status})}return!1}else return h(n.payload,P).then($=>{i({ok:!0,data:$})}).catch($=>{i({ok:!1,errorName:$.name,errorMessage:$.message,errorDetails:$.message,errorStatus:$.status})}),!0}))}getConnection(e,r,n){let a=!1;n&&n.sync&&(a=!0);let i=this.fromType,o=Kr.get(i);if(o.has(e))return o.get(e).connectionInstance;{let l=new Wa(`${i}:${e}`,this.logger);return Kr.get(i).set(e,{messageHandler:r,sync:a,connectionInstance:l}),l}}},Wa=class{from;logger;constructor(e,r){this.from=e,this.logger=r}async sendMessage(e,r){let n=Ka(e),{type:a,id:i}=n;if(a!=="content_script"){let o={to:e,from:this.from,payload:r};this.logger.debug(`${o.from} send message [${o.payload.method}] to ${o.to}`,o.payload.data?o.payload.data:" ");try{let l=await se.runtime.sendMessage(o);return nl(o,l,this.logger)}catch(l){if(a==="popup"){let s=`popup ${e} is not active, so the message does not send, ignore this error, ${JSON.stringify(r)}`;return this.logger.debug(s,r,e,l),Promise.resolve({message:s})}else throw l}}else{let o={from:this.from,to:e,payload:r};this.logger.debug(`${o.from} send message [${o.payload.method}] to ${o.to}`,o.payload.data?o.payload.data:" ");let l=await se.tabs.sendMessage(i,o);return nl(o,l,this.logger)}}};function nl(t,e,r){if(e){if(e.ok)return r.debug(`${t.from} received response from ${t.to}:`,e.data?e.data:" "),e.data;throw new zt(e.errorName||"UnknownError",e.errorMessage||"Unknown error").initNetWork(e.errorStatus)}else throw new zt("noResponse","Unknown error")}function Ka(t){let e=t.split(":");if(e.length<2)throw new Error("not a valid to string");let r={type:e[0],name:e[1]};if(e[0]==="content_script"){let n=parseInt(e[2]);if(!isNaN(n))r.id=n;else throw new Error("tab id not a valid number")}return r}var Zm="";function Ga(){return Zm||globalThis.navigator.userAgent}function al(){return Ga().includes("ImtFxiOS")}function Jm(){return Ga().includes("ImtFxAndroid")}function Va(){let t=Ga();if(al()||Jm()){let e=t.match(/Imt[\w/.]+/);if(e){let r=e[0].split("/"),n=r[0];return r[2]&&(n+="_"+r[2]),{name:n,version:r[1]}}}return null}var wn;function $a(){return wn||(wn=new Gr("content_script",!1).getConnection("pure_main",()=>{}),wn)}var il="G-MKMD9LWFTR";async function sl(t){try{let e=Oe(),r=e.INSTALL_FROM==="firefox_store";if(Va()?.name?.startsWith("ImtFx")&&(r=!1),r)return;let a=Ge(),i=xn(),o=e.PROD==="1",l="sitc4WmvShWYwfU0dANM3Q",s=await Bt("fakeUserId","");s||(s=await jr("fakeUserId",""),s&&await pr("fakeUserId",s));let u=Wr(),c=new Date,d=await Bt("installedAt","");d||(d=await jr("installedAt",""),d&&await pr("installedAt",d)),s?d||(d=new Date(0).toISOString(),await pr("installedAt",d)):(s=eg(32),await pr("fakeUserId",s)),d||(d=c.toISOString(),await pr("installedAt",d));let g=new Date(d),m=ol(g),T=ol(c),j=m===T,k=c.getTime()-g.getTime()<7*24*60*60*1e3,h=`https://www.google-analytics.com/mp/collect?measurement_id=${il}&api_secret=${l}`;o||(h=`https://www.google-analytics.com/debug/mp/collect?measurement_id=${il}&api_secret=${l}`);let Q="";typeof navigator<"u"&&(Q=window.navigator.userAgent);let P=nn.parse(Q),$=t.map(A=>{let f=A.params||{};if(P.os&&(f.os_name=P.os.name||"unknown",f.os_version=P.os.version||"unknown",f.os_version_name=P.os.versionName||"unknown"),P.browser){f.browser_name=P.browser.name||"unknown",f.browser_version=P.browser.version||"unknown";let y=Va();y&&(f.browser_name=y.name,f.browser_version=y.version)}return P.platform&&(f.platform_type=P.platform.type||"unknown"),P.engine&&(f.engine_name=P.engine.name||"unknown",f.engine_version=P.engine.version||"unknown"),u&&(f.version=u),e.INSTALL_FROM&&(f.install_from=e.INSTALL_FROM),m&&(f.install_day=tg(g)),f.userscript=a.toString(),j?f.is_new_user_today="1":f.is_new_user_today="0",k?f.is_new_user_this_week="1":f.is_new_user_this_week="0",i?f.main_frame=0:f.main_frame=1,{...A,params:f}}),oe=await ng({responseType:"text",url:h,method:"POST",body:JSON.stringify({client_id:s,user_id:s,events:$})})}catch{}}function eg(t){let e="",r="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789",n=r.length,a=0;for(;a",""],limit:5},custom:{placeholderDelimiters:["{","}"]},bing:{maxTextLengthPerRequest:1800,requestTimeout:1e4,retry:1,placeholderDelimiters:["","","b"]},yandex:{maxTextLengthPerRequest:1e3,requestTimeout:1e4,retry:1,placeholderDelimiters:["","","b"]},deeplx:{limit:3,placeholderDelimiters:["@","#"]},d:{immediateTranslationTextCount:0,placeholderDelimiters:["@","#"]},papago:{placeholderDelimiters:["{","}"]},dpro:{apiUrl:"https://api.deepl.com/jsonrpc"},ai:{env:{imt_source_field:"text",imt_trans_field:"text",imt_sub_source_field:"source",imt_sub_trans_field:"translation",imt_yaml_item:`- id: {{id}} +`))>=0;){let m=s.slice(0,g).trim();if(s=s.slice(g+1),m.startsWith("event:")||m==="")continue;let T="";if(m.startsWith("data:")&&(T=m.slice(5).trim()),T==="[DONE]")break;let j;try{j=JSON.parse(T??"")}catch(k){$e.debug("json error",k);continue}u=j}}return u}}else{let s;try{s=await l.text()}catch(m){$e.error("parse response failed",m)}s&&$e.error("fail response",s);let u="";s&&(u=s.slice(0,500));let c=u,g=new URL(e).hostname.endsWith(".immersivetranslate.com");throw e.endsWith("edge.microsoft.com/translate/auth")&&(c="bingAuth:"+u),g&&u.includes("quota exceeded")&&(c="ProQuota:"+u),new zt("fetchError",c).initNetWork(l.status)}}async function*Vm(t){let e=t.getReader();try{for(;;){let{done:r,value:n}=await e.read();if(r)return;yield n}}finally{e.releaseLock()}}var $m=new Map;function tl(t){let e=Qm(64),r=new CustomEvent(Ns,{detail:JSON.stringify({...t,type:"ask",id:e})});return document.dispatchEvent(r),new Promise((n,a)=>{$m.set(e,(i,o)=>{i?a(i):n(o)})})}function Qm(t){let e="",r="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789",n=r.length,a=0;for(;a","file:///*","*://*/*"],js:["content_script.js"],run_at:"document_end",all_frames:!0},{matches:["","file:///*","*://*/*"],js:["content_start.js"],run_at:"document_start",all_frames:!0}],commands:{toggleTranslatePage:{suggested_key:{default:"Alt+A"},description:"__MSG_toggleTranslatePage__"},toggleTranslateTheWholePage:{suggested_key:{default:"Alt+W"},description:"__MSG_toggleTranslateTheWholePage__"},toggleOnlyTransation:{description:"__MSG_toggleOnlyTransation__"},toggleTranslateToThePageEndImmediately:{description:"__MSG_toggleTranslateToThePageEndImmediately__"},toggleTranslateTheMainPage:{description:"__MSG_toggleTranslateTheMainPage__"},toggleTranslationMask:{description:"__MSG_toggleTranslationMask__"},shareToDraft:{description:"__MSG_shareToDraft__"},toggleMouseHoverTranslateDirectly:{description:"__MSG_toggleMouseHoverTranslateDirectly__"},translateWithOpenAI:{description:"__MSG_translateWithOpenAI__"},translateWithDeepL:{description:"__MSG_translateWithDeepL__"},translateWithGoogle:{description:"__MSG_translateWithGoogle__"},translateWithTransmart:{description:"__MSG_translateWithTransmart__"},translateWithGemini:{description:"__MSG_translateWithGemini__"},translateWithBing:{description:"__MSG_translateWithBing__"},translateInputBox:{description:"__MSG_translateInputBox__"},toggleVideoSubtitlePreTranslation:{description:"__MSG_toggleVideoSubtitlePreTranslation__"}},options_page:"options.html",options_ui:{page:"options.html",open_in_tab:!0,browser_style:!1},permissions:["storage","activeTab","contextMenus","webRequest","webRequestBlocking","declarativeNetRequestWithHostAccess","declarativeNetRequestFeedback","declarativeNetRequest"],host_permissions:[""],declarative_net_request:{rule_resources:[{id:"ruleset_1",enabled:!0,path:"rules/request_modifier_rule.json"}]},action:{default_popup:"popup.html",default_icon:{"32":"icons/32.png","48":"icons/48.png","64":"icons/64.png","128":"icons/128.png","256":"icons/256.png"}},browser_action:{default_icon:"icons/32.png",default_popup:"popup.html",theme_icons:[{dark:"icons/32.png",light:"icons/dark-32.png",size:32},{dark:"icons/48.png",light:"icons/dark-48.png",size:48},{dark:"icons/64.png",light:"icons/dark-64.png",size:64},{dark:"icons/128.png",light:"icons/dark-128.png",size:128},{dark:"icons/256.png",light:"icons/dark-256.png",size:256}]},icons:{"32":"icons/32.png","48":"icons/48.png","64":"icons/64.png","128":"icons/128.png","256":"icons/256.png"},browser_specific_settings:{gecko:{id:"{5efceaa7-f3a2-4e59-a54b-85319448e305}",strict_min_version:"63.0"},gecko_android:{strict_min_version:"113.0"}},key:"MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA7JPn78UfqI3xIIOPPLPS74UTzLfJL1gQM8hlk/deKWvFP/WqUBnPJPdhQeF45sFpI1OjO70nFqdATT4/RwYAiZK7G/E6m27MDVnhHjszfzReOuoAEn9J3RnE2xEx5pFhRFcelhnwTTLrrn90aaPcaMtNsgXtZA1Ggz/SnX9I4ZygqpJYjx3Ql2t6SyNK222oRQiKMT93Rrjgyc8RFA7FKXsWglG0TvseRjbmG5Jk5gDx+2/YTcWGqCDotQnWnkPj/dBO23UAX7IpyJK3FGYdkvWFih6OVClHIIWY8mfCjjwSGbXNQNesaa9F2hrzBZ5MRTj4m7yj76mGxuPHPIE8mwIDAQAB"};var Xm="";function Wr(){return Xm||rl.version}function xn(){try{let t=[Oe().EBOOK_BUILDER_URL,Oe().EBOOK_VIEWER_URL,Oe().SUBTITLE_BUILDER_URL,Oe().HTML_VIEWER_URL,Oe().PDF_VIEWER_URL].filter(a=>!!a),e=["app.immersivetranslate.com"];Je()||e.push("localhost:38001");let r=globalThis.location.pathname;return t.find(a=>{let i=new URL(a);return r.startsWith(i.pathname)&&e.includes(i.host)})?!1:globalThis.self!==globalThis.top}catch{return!0}}var Kr=new Map,Gr=class{fromType;logger;constructor(e,r=!1){this.logger=new Hr,r&&this.logger.setLevel("debug"),this.fromType=e,Kr.has(e)||(Kr.set(e,new Map),se.runtime.onMessage.addListener((n,a,i)=>{let o=n.from,l=n.to,s,u,c;a.tab&&a.tab.id&&(s=a.tab.id,o=`${o}:${s}`,u=a.tab.url,c=a.tab.active),this.logger.debug(`${n.to} received message [${n.payload.method}] from ${n.from}`,n.payload.data?n.payload.data:" ");let d=Ka(l),{type:g,name:m}=d;if(g!==e)return!1;let T=Ka(o),k=Kr.get(g).get(m);if(!k)return this.logger.debug(`no message handler for ${g}:${l}, but it's ok`),!1;let{messageHandler:h,sync:Q}=k,P={type:e,name:T.name,id:s,url:u,active:c};if(Q){try{let $=h(n.payload,P);i({ok:!0,data:$})}catch($){i({ok:!1,errorName:$.name,errorMessage:$.message,errorDetails:$.details,errorStatus:$.status})}return!1}else return h(n.payload,P).then($=>{i({ok:!0,data:$})}).catch($=>{i({ok:!1,errorName:$.name,errorMessage:$.message,errorDetails:$.message,errorStatus:$.status})}),!0}))}getConnection(e,r,n){let a=!1;n&&n.sync&&(a=!0);let i=this.fromType,o=Kr.get(i);if(o.has(e))return o.get(e).connectionInstance;{let l=new Wa(`${i}:${e}`,this.logger);return Kr.get(i).set(e,{messageHandler:r,sync:a,connectionInstance:l}),l}}},Wa=class{from;logger;constructor(e,r){this.from=e,this.logger=r}async sendMessage(e,r){let n=Ka(e),{type:a,id:i}=n;if(a!=="content_script"){let o={to:e,from:this.from,payload:r};this.logger.debug(`${o.from} send message [${o.payload.method}] to ${o.to}`,o.payload.data?o.payload.data:" ");try{let l=await se.runtime.sendMessage(o);return nl(o,l,this.logger)}catch(l){if(a==="popup"){let s=`popup ${e} is not active, so the message does not send, ignore this error, ${JSON.stringify(r)}`;return this.logger.debug(s,r,e,l),Promise.resolve({message:s})}else throw l}}else{let o={from:this.from,to:e,payload:r};this.logger.debug(`${o.from} send message [${o.payload.method}] to ${o.to}`,o.payload.data?o.payload.data:" ");let l=await se.tabs.sendMessage(i,o);return nl(o,l,this.logger)}}};function nl(t,e,r){if(e){if(e.ok)return r.debug(`${t.from} received response from ${t.to}:`,e.data?e.data:" "),e.data;throw new zt(e.errorName||"UnknownError",e.errorMessage||"Unknown error").initNetWork(e.errorStatus)}else throw new zt("noResponse","Unknown error")}function Ka(t){let e=t.split(":");if(e.length<2)throw new Error("not a valid to string");let r={type:e[0],name:e[1]};if(e[0]==="content_script"){let n=parseInt(e[2]);if(!isNaN(n))r.id=n;else throw new Error("tab id not a valid number")}return r}var Zm="";function Ga(){return Zm||globalThis.navigator.userAgent}function al(){return Ga().includes("ImtFxiOS")}function Jm(){return Ga().includes("ImtFxAndroid")}function Va(){let t=Ga();if(al()||Jm()){let e=t.match(/Imt[\w/.]+/);if(e){let r=e[0].split("/"),n=r[0];return r[2]&&(n+="_"+r[2]),{name:n,version:r[1]}}}return null}var wn;function $a(){return wn||(wn=new Gr("content_script",!1).getConnection("pure_main",()=>{}),wn)}var il="G-MKMD9LWFTR";async function sl(t){try{let e=Oe(),r=e.INSTALL_FROM==="firefox_store";if(Va()?.name?.startsWith("ImtFx")&&(r=!1),r)return;let a=Ge(),i=xn(),o=e.PROD==="1",l="sitc4WmvShWYwfU0dANM3Q",s=await Bt("fakeUserId","");s||(s=await jr("fakeUserId",""),s&&await pr("fakeUserId",s));let u=Wr(),c=new Date,d=await Bt("installedAt","");d||(d=await jr("installedAt",""),d&&await pr("installedAt",d)),s?d||(d=new Date(0).toISOString(),await pr("installedAt",d)):(s=eg(32),await pr("fakeUserId",s)),d||(d=c.toISOString(),await pr("installedAt",d));let g=new Date(d),m=ol(g),T=ol(c),j=m===T,k=c.getTime()-g.getTime()<7*24*60*60*1e3,h=`https://www.google-analytics.com/mp/collect?measurement_id=${il}&api_secret=${l}`;o||(h=`https://www.google-analytics.com/debug/mp/collect?measurement_id=${il}&api_secret=${l}`);let Q="";typeof navigator<"u"&&(Q=window.navigator.userAgent);let P=nn.parse(Q),$=t.map(A=>{let f=A.params||{};if(P.os&&(f.os_name=P.os.name||"unknown",f.os_version=P.os.version||"unknown",f.os_version_name=P.os.versionName||"unknown"),P.browser){f.browser_name=P.browser.name||"unknown",f.browser_version=P.browser.version||"unknown";let y=Va();y&&(f.browser_name=y.name,f.browser_version=y.version)}return P.platform&&(f.platform_type=P.platform.type||"unknown"),P.engine&&(f.engine_name=P.engine.name||"unknown",f.engine_version=P.engine.version||"unknown"),u&&(f.version=u),e.INSTALL_FROM&&(f.install_from=e.INSTALL_FROM),m&&(f.install_day=tg(g)),f.userscript=a.toString(),j?f.is_new_user_today="1":f.is_new_user_today="0",k?f.is_new_user_this_week="1":f.is_new_user_this_week="0",i?f.main_frame=0:f.main_frame=1,{...A,params:f}}),oe=await ng({responseType:"text",url:h,method:"POST",body:JSON.stringify({client_id:s,user_id:s,events:$})})}catch{}}function eg(t){let e="",r="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789",n=r.length,a=0;for(;a",""],limit:5},custom:{placeholderDelimiters:["{","}"]},bing:{maxTextLengthPerRequest:1800,requestTimeout:1e4,retry:1,placeholderDelimiters:["","","b"]},yandex:{maxTextLengthPerRequest:1e3,requestTimeout:1e4,retry:1,placeholderDelimiters:["","","b"]},deeplx:{limit:3,placeholderDelimiters:["@","#"]},d:{immediateTranslationTextCount:0,placeholderDelimiters:["@","#"]},papago:{placeholderDelimiters:["{","}"]},dpro:{apiUrl:"https://api.deepl.com/jsonrpc"},ai:{env:{imt_source_field:"text",imt_trans_field:"text",imt_sub_source_field:"source",imt_sub_trans_field:"translation",imt_yaml_item:`- id: {{id}} {{imt_source_field}}: {{text}}`,imt_subtitle_yaml_item:`- id: {{id}} {{imt_sub_source_field}}: {{text}}`,normal_result_yaml_example:`Example request: - id: 1 @@ -5314,11 +5314,11 @@ Translate the content to {{to}} Language: ? ?-\\|\\d+\\|- ? -?`]},azure:{placeholderDelimiters:["@","#"]},you:{placeholderDelimiters:["@","#"]},openl:{placeholderDelimiters:["@","#"]},niu:{placeholderDelimiters:["@","#"]}},shortcuts:{toggleTranslatePage:"Alt+A",toggleTranslateTheWholePage:"Alt+W",toggleOnlyTransation:"",toggleTranslateToThePageEndImmediately:"",toggleTranslationMask:"",shareToDraft:"",toggleMouseHoverTranslateDirectly:""},tempTranslateDomainMinutes:0,translationParagraphLanguagePattern:{matches:["onboarding.immersivetranslate.com","www.reddit.com","old.reddit.com","twitter.com","www.tumblr.com","*.twitter.com","medium.com","*.medium.com","github.com","gist.github.com","www.facebook.com","www.youtube.com","m.youtube.com","read.readwise.io","www.inoreader.com","mail.google.com","google.com","discord.com","*.instagram.com","instagram.com","web.telegram.org","web.whatsapp.com","*.slack.com","*.indeed.com","outlook.live.com","https://bsky.app","store.steampowered.com","test-app.immersivetranslate.com","app.immersivetranslate.com"],excludeMatches:[],selectorMatches:["meta[property='al:ios:url'][content^='medium://']"],selectorExcludeMatches:[]},sourceLanguageUrlPattern:{},selectTranslationFont:"",translationFonts:["Microsoft YaHei","SimSun","NSimSun","SimHei","Microsoft JhengHei","KaiTi","FangSong","PingFang SC","STHeiti","STKaiti","STSong","STFangsong","STZhongsong","STHupo","STXinwei","STLiti","STXingkai","Hiragino Sans GB","Lantinghei SC","Hanzipen SC","Hannotate SC","Songti SC","Wawati SC","Weibei SC","Xingkai SC","Yapi SC","Yuanti SC","Arial Unicode MS","MingLiU-ExtB","Malgun Gothic","Arial","Calibri","Cambria","Candara","Consolas","Constantia","Corbel","Courier New","Georgia","Lucida Console","MingLiU","PMingLiU","MingLiU_HKSCS","Meiryo","MS Gothic","MS PGothic","MS UI Gothic","MS Mincho","MS PMincho","Segoe UI","Segoe UI Symbol","Tahoma","Times New Roman","Trebuchet MS","Verdana","Gulim","Dotum","Batang","Gungsuh","San Francisco","Helvetica Neue","Hiragino Mincho ProN","Hiragino Kaku Gothic ProN","Yu Gothic","Yu Mincho","Geeza Pro","Al Nile","Tehran","Devanagari MT","Kohinoor Devanagari","Apple SD Gothic Neo","Nanum Gothic"],generalRule:{_comment:"",isTranslateWhenServiceChanged:!0,glossaries:[{k:"LLM",v:""},{k:"LLMs",v:""}],excludeRegexps:["(<\\\\/?[a-zA-Z0-9]+(?:[^>]*?)>)","(||||||||||
|
)"],detectionServiceOrder:["google","bing","transmart"],detectParagraphLanguage:!1,paragraphFirstLetterFontSize:35,toastErrorMinTimes:20,enableSubtitle:!1,"subtitle.autoEnableSubtitle":!1,disableNewTextTranslate:!1,skipEditableCheck:!1,mutationObserverLimitTargetSelectors:[],condition:{},normalizeBody:"",inputExecCommandDeleteEnable:!1,inputConfig:{clearContentEnable:!0,execCommandDeleteEnable:!1},mutationExcludeSelectors:["span.highlighter--highlighted","span.highlighter-ext","mark","msreadoutspan","rw-highlight","web-highlight","font.immersive-translate-target-wrapper *","pre",".uacc-clickable"],mutationExcludeContainsSelectors:["msreadoutspan","[class*='rgh-seen-']","[isInvalidTag]","mh","body","relin-hc"],atomicBlockSelectors:["relin-hc"],shareConfig:{injectCss:!0,removeSelectors:["noscript","script"]},mutationConfig:{consumeTimeout:100,buildTimeout:100,checkSelfUpdate:!0},useIframePostMessage:!1,searchEnhancementConfig:[],injectedCss:[],isOnBoardingPage:!1,isEbook:!1,isEbookBuilder:!1,ignoreZhCNandZhTW:!1,showSponsorOnSafari:!1,noTranslateRegexp:["^\\d+.+ago$","^\\d+\\s+MIN\\s+READ$"],waitForSelectors:[],isInjectOptionsUrl:!1,isInjectVersion:!1,isInjectMeta:!1,waitForSelectorsTimeout:3e3,pairs:{},aiRule:{},subtitleRule:{isInject:!0,autoEnableSubtitle:!1,preTranslation:!1,humanPreferred:!0,disabled:!1,hookType:"xhr",showQuickButton:!0,backgroundColor:"#080808",backgroundOpacity:"75",sourceTextColor:"#FFFFFF",translationTextColor:"#FFFFFF",sourceFontSize:"100",translationMode:"dual",translationPosition:"bottom",translationFontSize:"100",translateGroupCount:5,velocityGroup:[1,3,20]},bodyRule:{enable:!0,maxBodyScreenLength:25,articleChildTags:["P"],articleChildTagsNum:4,bodyIsRoot:!1,humanPreferred:!0,preTranslation:!0,xpathRule:["name:P"]},isSubtitleBuilder:!1,minZIndex:0,initTranslationServiceAsSoonAsPossible:!0,targetWrapperTag:"font",additionalInjectedCss:[],isTranslateTitle:!0,enableSearchEnhancement:!1,searchEnhancementSelector:"#rhs",languageDetectMinTextCount:50,wrapperPrefix:"smart",wrapperSuffix:"smart",isPdf:!1,pdfUrlExtractRule:{},isTransformPreTagNewLine:!1,urlChangeDelay:50,mutationChangeDelay:10,mainFrameMinTextCount:50,mainFrameMinWordCount:5,visibleDelay:0,additionalStayOriginalSelectors:["span.katex","span.notranslate",".MathJax_Preview",".MathJax",".MathJax_SVG",'[aria-labelledby^="MathJax-SVG"]',".mwe-math-element","span[translate=no]","em[translate=no]","code[translate=no]","span.math.inline","span.math.display",".ltx_Math",".mathjax-block",".MathJax_CHTML","kbd","span.pretex-inline","span.math-inline",".reference-citations"],translationBlockStyle:"",isShowUserscriptPagePopup:!0,observeUrlChange:!1,paragraphMinTextCount:4,paragraphMinWordCount:2,shadowRootSelectors:[],blockMinTextCount:24,blockMinWordCount:4,asideMaxTextCount:1e3,asideMaxWordCount:200,asideMaxTextCountPerParagraph:67,asideMaxWordCountPerParagraph:12,lineBreakMaxTextCount:0,globalAttributes:{},inputTutorialsText:"",inputTutorialsSelectors:[],globalMeta:{},globalStyles:{},initialGlobalAttributes:{},initialSelectorGlobalAttributes:{header:{translate:"no"},"footer:last-of-type":{translate:"no"},"nav:last-of-type":{translate:"no"},nav:{translate:"no"}},selectors:[],preWhitespaceDetectedTags:["DIV","SPAN"],stayOriginalSelectors:[],additionalSelectors:["h1","section h2","section h3","section h4","main h2","main h3","main h4",".article-title",".article-subtitle",".article_title",".article_subtitle",".article__title",".articleTitle",".Article__content",".titleLink",".summary",".headline",".page-content","aside.note","aside.article-comments","aside.onebox"],atomicBlockTags:[],excludeSelectors:[],additionalExcludeSelectors:['[contenteditable="true"]',".uacc-clickable","#monica-content-root","#immersive-translate-popup",".social-share",".breadcrumbs",".post__footer",".btn",".share-nav",".o-share","[data-toolbar=share]","rp","rt",".prism-code",".rc-CodeBlock","[role=code]","#omni-extension",".omni-item","div[data-paste-markdown-skip]","table.highlight","div[class^=codeBlockContent]","div[class^=codeBlockLines]","div[class^=token-line]","#liuchan-window > .liuchan-container > *",".material-icons","i.fa","i[class^=fa-]",".notranslate","[translate=no]",".navmenu-container",".google-symbols","h1 br","h2 br","h3 br","h4 br","table thead"],translationClasses:[],excludeTags:["TITLE","LINK","SCRIPT","STYLE","TEXTAREA","SVG","svg","G","NOSCRIPT","BUTTON","BASE","HR","PRE","KBD","WBR","RT","RP","META","MATH","TTS-SENTENCE","AIO-CODE","RELIN-TARGET"],bodyTranslateTags:["FOOTER","ASIDE","BUTTON","NAV"],forceTranslateTags:[],metaTags:["META","SCRIPT","STYLE","NOSCRIPT"],additionalExcludeTags:[],stayOriginalTags:["CODE","TT","IMG","SUP","SUB","SAMP","math","semantics","mrow","mo","mfrac","msup","mi","mn","msqrt","d-math"],additionalStayOriginalTags:[],inlineTags:["A","ABBR","FONT","ACRONYM","B","INS","DEL","RUBY","RP","RB","BDO","MARK","BIG","RT","NOBR","CITE","DFN","EM","I","LABEL","Q","S","SMALL","SPAN","STRONG","SUB","SUP","U","KBD","TT","VAR","IMG","CODE","SCRIPT","STYLE","LINK","TIME","META","WBR","RELIN-HC","RELIN-HIGHLIGHT","RELIN-ORIGIN","RELIN-TARGET","XQDD_HIGHLIGHT_NEW_WORD","NOBR","RW-HIGHLIGHT","HYPOTHESIS-HIGHLIGHT"],additionalInlineTags:[],extraInlineSelectors:["p > a span","p > span a span"],additionalInlineSelectors:[".MathJax_Preview",".MathJax",".highlighter--highlighted",".rw-highlight","ruby *"],extraBlockSelectors:["turbo-frame","readme-toc","#hs_cos_wrapper_post_body","#hs_cos_wrapper_post_body","option","ul > li"],allBlockTags:["BODY","HGROUP","CONTENT","ADDRESS","ARTICLE","ASIDE","DETAILS","BLOCKQUOTE","SELECT","OPTION","CANVAS","DD","DL","DT","FIELDSET","FIGCAPTION","FIGURE","FOOTER","HEADER","FORM","HR","MAIN","SUMMARY","NAV","NOSCRIPT","PRE","SECTION","TABLE","TFOOT","UL","VIDEO","P","DIV","H1","H2","H3","H4","H5","H6","UL","LI","OL","BR","PICTURE","TBODY","TR","TD","TH","SOURCE","C-WIZ","BUTTON","TURBO-FRAME","README-TOC"],mutationObserverContainerSelectors:[],pdfNewParagraphLineHeight:2.4,pdfNewParagraphIndent:1.2,pdfNewParagraphIndentRightIndentPx:130,fingerCountToToggleTranslagePageWhenTouching:4,fingerCountToToggleTranslationMaskWhenTouching:0,fingerCountToToggleTranslagePageOnlyTranslationWhenTouching:0,touchShortcutsToggleTranslatePage:"fingers.4",touchShortcutsToggleTranslationMask:"touchShortcutsOff",touchShortcutsToggleTranslatePageOnlyTranslation:"touchShortcutsOff",touchShortcutsToggleTranslateTouchElement:"touchShortcutsOff",touchShortcutsToggleTranslateTouchElementPreferenceKey:"slide.left",mouseHoverHoldKey:"Off",mouseHoverPreferenceKey:"Ctrl"},rules:[{id:"isSubtitleBuilder",isSubtitleBuilder:!0,pageType:"subtitleBuilder",selectorMatches:["meta[name='immersive-translate-subtitle-builder'][content='true']"],pairs:{".source-text":".target-text"},paragraphMinTextCount:4,paragraphMinWordCount:2,isTranslateTitle:!1,wrapperPrefix:"",wrapperSuffix:"","bodyRule.add":{enable:!1}},{id:"isEbook",isEbook:!0,pageType:"ebookReader",isTranslateTitle:!1,urlChangeDelay:200,selectorMatches:["meta[name='immersive-translate-ebook-viewer'][content='true']"],injectedCss:[".immersive-translate-target-translation-block-wrapper {display:block;}"],excludeSelectors:["#drop-target","#drop-target h1","#side-bar","h1#side-bar-title"],extraInlineSelectors:["span.dropcaps"],"bodyRule.add":{enable:!1},paragraphMinTextCount:4,paragraphMinWordCount:2,blockMinTextCount:1,blockMinWordCount:1,containerMinTextCount:1,wrapperPrefix:"
",targetWrapperTag:"span"},{id:"pdf",isPdf:!0,isTranslateTitle:!1,pageType:"pdfReader",selectorMatches:["meta[name='immersive-translate-pdf-viewer'][content='true']"],matches:["https://app.immersivetranslate.com/pdf","https://app.immersivetranslate.com/pdf/","https://app.immersivetranslate.com/pdf/*","http://localhost:38001/pdf*"],"additionalExcludeSelectors.remove":['[contenteditable="true"]'],isTranslateWhenServiceChanged:!1,translationMode:"translation",skipEditableCheck:!0,selectors:["p"],"bodyRule.add":{enable:!1},injectedCss:[".immersive-translate-target-wrapper {display: contents!important;position:absolute;}",".immersive-translate-target-wrapper br {display: none;!important;}",".immersive-translate-target-wrapper span {position: relative;!important;}",".immersive-translate-error-wrapper {padding:0px !important;margin:0px !important;}","font {line-height: 0!important;}"],globalAttributes:{"[class='textLayer']":{translate:"no"}},mutationExcludeContainsSelectors:["font.immersive-translate-target-wrapper"],"shareConfig.add":{removeSelectors:["noscript","script",".toolbar","#sidebarContainer",'[class="page"]',".editorParamsToolbar",".image-mode",".im_db",".im_cb"]},wrapperPrefix:"",isInjectVersion:!0},{id:"sci-hub.pdfWebPage",matches:["sci-hub.*"],waitForSelectorsTimeout:1,pdfUrlExtractRule:{selector:"#pdf",attribute:"src"}},{id:"common.pdfWebPage",waitForSelectorsTimeout:1,selectorMatches:["embed[type='application/pdf']"]},{id:"isEbookBuilder",matches:["https://app.immersivetranslate.com/ebook/make/","http://localhost:38001/ebook/make/"],isEbookBuilder:!0,pageType:"ebookBuilder",toastErrorMinTimes:500,isTranslateWhenServiceChanged:!1,isTranslateTitle:!1,targetWrapperTag:"span",selectorMatches:["meta[name='immersive-translate-ebook-builder'][content='true']"],injectedCss:[".immersive-translate-target-translation-block-wrapper {display:block;}"],globalMeta:{},excludeSelectors:["h1.notranslate","#drop-target","#drop-target h1","#side-bar","h1#side-bar-title","#tool",".Code"],"bodyRule.add":{enable:!1},isInjectMeta:!0,paragraphMinTextCount:4,paragraphMinWordCount:2,blockMinTextCount:1,blockMinWordCount:1,containerMinTextCount:1,wrapperPrefix:"
"},{id:"immersiveTranslateIosOnBoarding",selectorMatches:["meta[name=immersiveTranslateIosOnBoarding]"],initialGlobalAttributes:{"input#immersiveTranslateDetectedSlot":{value:"true"}},isInjectOptionsUrl:!0,isInjectVersion:!0,isInjectMeta:!0},{id:"immersiveTranslateIosOnBoardingStep1",selectorMatches:["meta[name=immersiveTranslateIosOnBoardingStep1]"],isOnBoardingPage:!0,isInjectOptionsUrl:!0,isInjectVersion:!0,isInjectMeta:!0},{id:"immersivePreview",matches:["https://immersivetranslate.com/preview*","https://test.immersivetranslate.com/preview*","https://immersivetranslate.com/drafts*","https://test.immersivetranslate.com/drafts*"],isInjectVersion:!0,isInjectMeta:!0,waitForSelectorsTimeout:1},{id:"pro-pdf",matches:["https://*.immersivetranslate.com/pdf-pro*"],pageType:"pdfProReader","excludeSelectors.add":["table"],isInjectVersion:!0,isInjectMeta:!0,waitForSelectorsTimeout:1},{id:"immersive",matches:["https://immersivetranslate.com","https://test.immersivetranslate.com","https://onboarding.immersivetranslate.com","https://app.immersivetranslate.com","https://test-app.immersivetranslate.com","http://localhost:38001"],isInjectVersion:!0,isInjectMeta:!0,waitForSelectorsTimeout:1},{id:"simpread",selectorMatches:"div.simpread-read-root.simpread-read-root-show > sr-read",mainFrameSelector:"div.simpread-read-root.simpread-read-root-show > sr-read"},{id:"txt",matches:["*://*/*.txt","file://*/*.txt"],selectorMatches:["body > pre"],"mutationExcludeSelectors.add":["body"],isTransformPreTagNewLine:!0,"excludeTags.remove":["PRE"]},{id:"hangejp",matches:["arad.hange.jp","arad.nexon.co.jp","oapi.dingtalk.com","login.dingtalk.com"],useIframePostMessage:!1},{id:"preSites",matches:["mail.jabber.org","antirez.com","patchwork.kernel.org","lists.apache.org","manned.org","bugs.webkit.org","bugzilla.mozilla.org","lwn.net/Articles/*","docs.haproxy.org","man.freebsd.org","www.oreilly.com/openbook/opensources/book/*","gamefaqs.gamespot.com"],isTransformPreTagNewLine:!0},{id:"wikipedia",matches:"*.wikipedia.org",paragraphMinWordCount:2,paragraphMinTextCount:4,injectedCss:[".immersive-translate-target-translation-block-wrapper { display: block; }"],excludeSelectors:[".mw-editsection",".mw-cite-backlink","#p-lang-btn","#right-navigation","#p-associated-pages",".vector-header"],stayOriginalSelectors:[".chemf",".mwe-math-element","[role=math]",".nowrap"],extraInlineSelectors:[".chemf",".mwe-math-element","[role=math]",".nowrap"],"bodyRule.add":{bodySelector:"#content",articleSelector:"#bodyContent"}},{id:"twitter",matches:["twitter.com","mobile.twitter.com","tweetdeck.twitter.com","pro.twitter.com","https://platform.twitter.com/embed*"],additionalStayOriginalSelectors:['[data-testid="tweetText"] a',"[data-testid='UserDescription'] a","[data-testid='HoverCard'] a","[data-testid='UserCell'] a","[data-testid='birdwatch-pivot'] a"],blockMinTextCount:0,blockMinWordCount:0,excludeSelectors:["[aria-describedby][role=button]","header","[data-testid='radioGroupplayback_rate'] div","[data-testid='userFollowIndicator']","[class='css-901oao r-14j79pv r-37j5jr r-n6v787 r-16dba41 r-1cwl3u0 r-bcqeeo r-qvutc0']","[class='css-175oi2r r-1wbh5a2 r-dnmrzs']"],extraBlockSelectors:['[data-testid="tweetText"] div.r-6koalj'],extraInlineSelectors:['[data-testid="tweetText"] div.r-xoduu5','[data-testid="tweetText"] span','[data-testid="UserDescription"] div',"[data-testid='HoverCard'] div[dir=auto] div","[data-testid='HoverCard'] span[dir=auto] div"],globalStyles:{"[data-testid='card.layoutLarge.detail'] > div:nth-child(2)":"-webkit-line-clamp: unset;","[data-testid='card.layoutSmall.detail'] > div:nth-child(2)":"-webkit-line-clamp: unset;","[data-testid='tweetText']":"-webkit-line-clamp: unset;"},ignoreZhCNandZhTW:!0,isTranslateTitle:!1,useIframePostMessage:!1,observeUrlChange:!1,paragraphMinTextCount:2,paragraphMinWordCount:1,selectors:['[data-testid="tweetText"]',".tweet-text",".js-quoted-tweet-text","[data-testid='card.layoutSmall.detail'] > div:nth-child(2)","[data-testid='developerBuiltCardContainer'] > div:nth-child(2)","[data-testid='card.layoutLarge.detail'] > div:nth-child(2)","[data-testid='cellInnerDiv'] div[data-testid='UserCell'] > div> div:nth-child(2)","[data-testid='UserDescription']","[data-testid='HoverCard'] div[dir=auto]","[data-testid='HoverCard'] span[dir=auto]","[data-testid='HoverCard'] [role='dialog'] div[dir=ltr]","[data-testid='birdwatch-pivot'] div[dir=ltr]"],"subtitleRule.add":{type:"live",isInject:!1,injectedCss:["#layers[style='z-index: 1;'] [style='height: 100px;'] { height: 400px !important; }"],liveSubtitleRule:{containerSelector:".css-175oi2r.r-13awgt0.r-1pi2tsx.r-13qz1uu > [role='listbox']",reportSelector:".css-175oi2r.r-1awozwy.r-173mn98.r-1mf7evn.r-7e3msg",textSelectors:[".css-1rynq56.r-bcqeeo.r-qvutc0.r-37j5jr.r-a023e6.r-16dba41.r-dhbnww.r-1pb70le"],mutationChangeDelay:1e3}},"subtitleRule.add_v.[1.2.1]":{type:"twitter",videoPlayerSelector:"video",loadingStyle:"bottom: unset; top: 5%;",injectedCss:["#layers[style='z-index: 1;'] [style='height: 100px;'] { height: 400px !important; }","video::cue {white-space: pre-line;}"]}},{id:"threads",matches:"www.threads.net",selectors:["p",".x1npkx4u.x1exu5d8",".xw7yly9",".xgkxs2y",".x1xdureb.xqti54a.x13vxnyz",".xqti54a.x13vxnyz.x49hn82.xcrlgei.x889kno"],stayOriginalSelectors:[".x1rg5ohu",".xat24cr.xdj266r a"],"excludeSelectors.add":[".x6s0dn4.x78zum5",".xpvyfi4.x1npkx4u.x1ms6mhf"],globalStyles:{span:"max-height:unset;-webkit-line-clamp:unset;height:unset;white-space:unset;"}},{id:"stackoverflow",matches:["stackoverflow.com","*.stackexchange.com","superuser.com","askubuntu.com","serverfault.com"],extraBlockSelectors:["span.comment-copy"],globalStyles:{".s-post-summary--content-excerpt":"-webkit-line-clamp:unset;"},"excludeSelectors.add":[".votecell","header","#footer","#question-header + div","div.postcell div.mb0","div[id^=comments-link-]","#answers-header",".new-post-login",".form-submit","a[href='/questions/ask']","#left-sidebar","a.comment-user","span.comment-date","div.s-prose.js-post-body + div",".bottom-notice","div[data-campaign-name=stk]",".s-post-summary--stats",".s-post-summary--meta"],paragraphMinTextCount:4,paragraphMinWordCount:2},{id:"appleDeveloper",matches:"developer.apple.com/documentation/*",selectors:[".container","h3.title","div.content"]},{id:"hackerNews",matches:"news.ycombinator.com",selectors:[".titleline > a",".comment > .commtext",".toptext","a.hn-item-title",".hn-comment-text",".hn-story-title"],excludeSelectors:[".reply"]},{id:"quora",matches:["*.quora.com","quora.com"],excludeSelectors:[".dom_annotate_multifeed_bundle_AskQuestionPromptBundle",".dom_annotate_feed_switcher","[class='q-box qu-py--small qu-color--gray_light']","[class='q-box spacing_log_answer_header']","[class='q-box qu-flex--auto']","[class='q-text qu-dynamicFontSize--small qu-mt--small qu-color--gray_light qu-passColorToLinks']",".AnswerFooter___StyledFlex-sc-2xbo88-0","[class='q-box qu-mb--small']"],globalStyles:{".qu-truncateLines--3":"-webkit-line-clamp: unset;"}},{id:"oldReddit",matches:["old.reddit.com/*/.compact","old.reddit.com/.compact","www.reddit.com/*/.compact","www.reddit.com/.compact"],selectors:[".title > a",".usertext-body"],detectParagraphLanguage:!0},{id:"otherOldReddit",matches:"old.reddit.com",selectors:["p.title > a","[role=main] .md-container"],detectParagraphLanguage:!0},{id:"redditList",matches:["https://www.reddit.com/r/*/comments/*/*","https://www.reddit.com/","https://www.reddit.com/hot/","https://www.reddit.com/new/","https://www.reddit.com/top/"],excludeMatches:["https://www.reddit.com/r/*/wiki/*"],observeUrlChange:!0,selectors:["h1",".PostHeader__post-title-line","[data-click-id=body] h3","[data-click-id=background] h3","[data-testid=comment]","[data-adclicklocation='title'] h3","[data-adclicklocation=media]","[data-testid='post-title-text']",".PostContent",".post-content",".Comment__body","faceplate-batch .md","[slot=comment]",".RichTextJSON-root","[slot=title]","[slot=text-body]","p.title > a","[role=main] .md-container"],detectParagraphLanguage:!0,globalStyles:{"div.XPromoBottomBar":"display:none","[class*='line-clamp']":"-webkit-line-clamp: unset"},waitForSelectors:["[data-testid=post_author_link]"],"inputConfig.add":{clearContentEnable:!1}},{id:"reddit",matches:"www.reddit.com",selectors:["#search-results-tab-slot","h1",".PostHeader__post-title-line","[data-click-id=body] h3","[data-click-id=background] h3","[data-testid=comment]","[data-adclicklocation='title'] h3","[data-testid='post-title-text']","[slot=comment]","[data-adclicklocation=media]",".PostContent",".post-content",".Comment__body","faceplate-batch .md","[slot=text-body]","p.title > a","[role=main] .md-container","#-post-rtjson-content",".RichTextJSON-root","[slot='title']"],excludeSelectors:[".text-neutral-content-weak"],paragraphMinTextCount:5,paragraphMinWordCount:2,excludeMatches:["https://www.reddit.com/r/*/wiki/*","https://www.reddit.com/settings/*"],detectParagraphLanguage:!0,globalStyles:{"div.XPromoBottomBar":"display:none","[class*='line-clamp']":"-webkit-line-clamp: unset"}},{id:"reuters",matches:"www.reuters.com",excludeSelectors:["[promotext]","[data-testid=Leaderboard]","[data-testid=HomeTickerV2]","[data-testid=SiteFooter]","[class^=refinitiv-promo-bar__container]","[data-testid=ResponsiveAdSlot]","[data-testid=SiteHeader]","[data-testid=HomeTickerV2]"]},{id:"npmjs",matches:"https://www.npmjs.com/package/*",selectors:["#tabpanel-readme > div:first-child"]},{id:"github",matches:"github.com",useIframePostMessage:!1,excludeMatches:["https://github.com/*/*/settings","https://github.com/settings/*","https://github.com/sponsors/*","https://github.com/readme/*","https://github.com/readme/","https://github.com/features/*","https://github.com/customer-stories/*"],mutationExcludeSelectors:[".react-blob-sticky-header *"],selectors:["h1","[aria-label=Issues] .markdown-title","[aria-labelledby=discussions-list] .markdown-title","h3 .markdown-title",".markdown-body",".Layout-sidebar p","div > span.search-match","li.repo-list-item p","#responsive-meta-container p","article p","div.repo-description p","[itemprop=description]",".integrations-auth-wrapper",".new-feed-onboarding-notice","article section[aria-label='card content'] > div > div > div > div:nth-child(2)",".TimelineItem-body .Link--primary",'[role="navigation"] p'],atomicBlockSelectors:["[itemprop=description]"],excludeSelectors:[".css-truncate","[data-test-selector='commit-tease-commit-message']","[data-test-selector='create-branch.developmentForm']","div.Box-header.position-relative","div.blob-wrapper-embedded","div.Box.Box--condensed.my-2","div.jp-CodeCell",'[aria-label="Account"] .markdown-title',".js-repos-container .markdown-title","a.anchor","div.file-navigation + div.Box"],extraBlockSelectors:[],extraInlineSelectors:["g-emoji","a.anchor"],stayOriginalTags:["CODE","TT","G-EMOJI","IMG","SUP","SUB"],detectParagraphLanguage:!0,globalStyles:{".TimelineItem-body .Link--primary":"-webkit-line-clamp: unset;"}},{id:"github-blog",matches:["github.blog"],injectedCss:["font {word-break: break-all !important;}"]},{id:"githubNotebook",matches:"notebooks.githubusercontent.com",useIframePostMessage:!1,excludeSelectors:["div.jp-CodeCell"]},{id:"facebook",matches:"www.facebook.com",excludeMatches:["https://www.facebook.com/business/*","https://www.facebook.com/help*"],selectors:["div[dir=auto][style]","div[dir=auto][class]","span[lang]"],atomicBlockSelectors:["div[dir=auto][style]","div[dir=auto][class]","span[lang]"],insertPosition:"afterend",preWhitespaceDetectedTags:["DIV","SPAN"],extraBlockSelectors:["span.x1vvkbs"],excludeSelectors:["[role=button]"],translationClasses:["immersive-translate-text"],detectParagraphLanguage:!0},{id:"youtubeMobile",matches:"m.youtube.com",selectors:[".comment-text","#content-text",".media-item-headline",".slim-video-information-title",".yt-spec-button-view-model",".yt-core-attributed-string > span",".title"],shareConfig:{injectCss:!1,removeSelectors:["iron-iconset-svg","iframe","ytd-watch-next-secondary-results-renderer","noscript","script"]},"mutationConfig.add":{checkSelfUpdate:!1},"excludeTags.remove":["BUTTON"],additionalExcludeSelectors:[".ytp-caption-window-container","text"],"subtitleRule.add":{type:"youtube",subtitleUrlRegExp:"(/api/timedtext|videoplayback\\?expire.*text)",translateSelectors:[".caption-window",".caption-visual-line"],videoPlayerSelector:".html5-video-player.playing-mode,.html5-video-player.paused-mode",loadingContainerSelector:".ytp-caption-window-container",videoADSelector:".ytp-ad-player-overlay",injectedCss:["#player-shorts-container .ytp-caption-window-bottom {top: 40px; bottom: unset!important;}"],videoSelector:".html5-video-player.playing-mode video,.html5-video-player.paused-mode video",translationOnlyPattern:["m.youtube.com/watch*","m.youtube.com/embed*","m.youtube.com/shorts*"],attachRule:{appendSelector:".html5-video-player.playing-mode,.html5-video-player.paused-mode",injectedCSS:[".imt-caption-container {z-index:40;}"],injectedGlobalCSS:[".caption-window {display: none;} ","shorts-video #immersive-translate-caption-window { height: 150px;}"]}},wrapperPrefix:"",wrapperSuffix:"",observeUrlChange:!0,atomicBlockSelectors:[".comment-text"],globalStyles:{".comment-text":"max-height:unset;",".media-item-headline":"max-height:unset;-webkit-line-clamp:unset;"},injectedCss:[".immersive-translate-target-wrapper img { width: 16px; height: 16px }"],extraBlockSelectors:[".caption-visual-line"]},{id:"youtube",matches:"www.youtube.com",blockMinTextCount:0,blockMinWordCount:0,detectParagraphLanguage:!0,lineBreakMaxTextCount:0,shareConfig:{injectCss:!1,removeSelectors:["iron-iconset-svg","iframe","ytd-watch-next-secondary-results-renderer","noscript","script"]},"additionalExcludeSelectors.add":[".ytp-caption-window-container","text"],globalStyles:{"#video-title":"-webkit-line-clamp: unset;max-height: unset;","h1.ytd-watch-metadata":"-webkit-line-clamp: unset;max-height: unset;","yt-formatted-string#video-title":"-webkit-line-clamp: unset;max-height: unset;","ytd-expander.ytd-comment-renderer":"--ytd-expander-max-lines: 1000;"},injectedCss:[".immersive-translate-target-wrapper img { width: 16px; height: 16px }",".metadata-snippet-container {max-height: unset !important;}",".immersive-translate-target-wrapper {text-align: left;}",".immersive-translate-target-wrapper[dir=rtl] {text-align: right;}"],isTranslateTitle:!1,observeUrlChange:!0,selectors:["yt-formatted-string[slot=content].ytd-comment-renderer","yt-formatted-string.ytd-video-renderer","yt-formatted-string#content-text","h1","yt-formatted-string#video-title","yt-formatted-string.span","span#video-title","a#video-title","yt-formatted-string.ytd-transcript-segment-renderer","#description-inline-expander > yt-attributed-string > span","yt-attributed-string > span","ytd-notification-renderer .message","#message",".yt_to_text_transcript_text"],extraBlockSelectors:["yt-formatted-string.ytd-transcript-segment-renderer",".caption-visual-line"],"subtitleRule.add":{type:"youtube",subtitleUrlRegExp:"(/api/timedtext|videoplayback\\?expire.*text)",translateSelectors:[".caption-window",".caption-visual-line"],videoPlayerSelector:".html5-video-player.playing-mode,.html5-video-player.paused-mode",loadingContainerSelector:".ytp-caption-window-container",videoADSelector:".ytp-ad-player-overlay",translationOnlyPattern:["www.youtube.com/watch*","www.youtube.com/embed*","www.youtube.com/shorts*"],subtitleButtonSelector:".html5-video-player.playing-mode .ytp-subtitles-button,.html5-video-player.paused-mode .ytp-subtitles-button",languageSelector:".ytp-menuitem-label",injectedCss:["#shorts-player .ytp-caption-window-bottom {top: 2%; bottom: unset!important;} #immersive-translate-quick-button-container {font-size: 12px;z-index:1001;}"],quickButtonRule:{appendSelector:".ytp-chrome-controls",insertBeforeSelector:".ytp-right-controls"},videoSelector:".html5-video-player.playing-mode video,.html5-video-player.paused-mode video",attachRule:{appendSelector:".html5-video-player.playing-mode,.html5-video-player.paused-mode",injectedCSS:[".imt-caption-container {z-index:40;}",".imt-caption-window {margin-bottom: 2%}"],injectedGlobalCSS:[".caption-window {display: none;} ","#shorts-player #immersive-translate-caption-window { height: 20%;}",".html5-video-player:not(.ytp-autohide) #immersive-translate-caption-window {bottom: 60px;}"]}},urlChangeDelay:2e3,wrapperPrefix:"
",wrapperSuffix:""},{id:"tvYoutube",matches:"tv.youtube.com","subtitleRule.add":{type:"youtube",preTranslation:!0,humanPreferred:!1,subtitleUrlRegExp:"(/api/timedtext|videoplayback\\?expire.*text)",translateSelectors:[".caption-window",".caption-visual-line"],videoPlayerSelector:".html5-video-player.playing-mode,.html5-video-player.paused-mode",loadingContainerSelector:".ytp-caption-window-container",videoADSelector:".ytp-ad-player-overlay",translationOnlyPattern:["tv.youtube.com/watch*"],subtitleButtonSelector:".ytp-subtitles-button",languageSelector:".ytp-menuitem-label",injectedCss:["#shorts-player .ytp-caption-window-bottom {top: 2%; bottom: unset!important;} #immersive-translate-quick-button-container {font-size: 12px;z-index:1001;}"],quickButtonRule:{appendSelector:".ypcs-control-buttons-right",insertBeforeSelector:".ypcs-control-buttons-right .ypcs-volume-control-slot"},videoSelector:".html5-video-player.playing-mode video,.html5-video-player.paused-mode video",attachRule:{appendSelector:".html5-video-player.playing-mode,.html5-video-player.paused-mode",injectedCSS:[".imt-caption-container {z-index:40;}",".imt-caption-window {margin-bottom: 2%;}"],injectedGlobalCSS:[".caption-window {display: none;} ","#shorts-player #immersive-translate-caption-window { height: 20%;}",".html5-video-player:not(.ytp-autohide) #immersive-translate-caption-window {bottom: 60px;}"]}}},{id:"youtube-subtitle",matches:["www.youtube-nocookie.com","music.youtube.com"],extraBlockSelectors:[".caption-visual-line"],mainFrameMinTextCount:0,"excludeSelectors.add":[".captions-text",".ytp-caption-segment"],"subtitleRule.add":{type:"youtube",subtitleUrlRegExp:"/api/timedtext",translateSelectors:[".caption-window",".caption-visual-line"],videoPlayerSelector:".html5-video-player",loadingContainerSelector:".ytp-caption-window-container",videoADSelector:".ytp-ad-player-overlay",translationOnlyPattern:["www.youtube-nocookie.com/embed*","music.youtube.com/watch*"],subtitleButtonSelector:".ytp-subtitles-button",languageSelector:".ytp-menuitem-label",injectedCss:["#shorts-player .ytp-caption-window-bottom {top: 2%; bottom: unset!important;}"],quickButtonRule:{appendSelector:".ytp-chrome-controls",insertBeforeSelector:".ytp-right-controls"},videoSelector:".html5-video-player video",attachRule:{appendSelector:".html5-video-player",injectedCSS:[".imt-caption-container {z-index:40;}",".imt-caption-window {margin-bottom: 2%;}"],injectedGlobalCSS:[".caption-window {display: none;} ","#shorts-player #immersive-translate-caption-window { height: 20%;}",".html5-video-player:not(.ytp-autohide) #immersive-translate-caption-window {bottom: 60px;}"]}}},{id:"instagramMessage",matches:["https://www.instagram.com/direct/*"],wrapperPrefix:"
",selectors:["div[dir=auto].html-div"]},{id:"instagramPost",matches:["https://www.instagram.com/p/*","https://www.instagram.com/reels/*"],blockMinTextCount:1,paragraphMinTextCount:2,excludeSelectors:["hr+div span[dir=auto][style] > span"],selectors:["h1","ul li h3+div span[dir=auto]","hr+div span[dir=auto][style]","div > div[dir=auto]","div:not([class]) > div > div:nth-child(2)"],wrapperPrefix:"
"},{id:"otherInstagram",blockMinWordCount:1,matches:"https://www.instagram.com/*",paragraphMinTextCount:2,selectors:["h1","article span[dir=auto] > span[dir=auto]","._ab1y","ul li h3+div span[dir=auto]","hr+div span[dir=auto][style]","span[dir=auto] > div > span","div > h1[dir=auto]"],wrapperSuffix:""},{id:"1paragraph",matches:"1paragraph.app",selectors:["#book"]},{id:"poeditor",matches:"https://poeditor.com/projects/*",selectors:[".comment-body",".reference_language .source-string"]},{id:"substack",matches:["*.substack.com","newsletter.rootsofprogress.org"],selectorMatches:["link[href^='https://substackcdn.com/bundle/'][rel=preload]"],excludeSelectors:["[style^=top]",".publication-footer",".subscribe-footer",".main-menu",".navbar-title-link","[data-testid='navbar']",".navbar-title",".captioned-button-wrap",".subscription-widget-wrap",".tweet-header",".tweet-link-bottom",".expanded-link",".meta-subheader",".comment-meta",".comment-actions"],globalStyles:{".reader2-clamp-lines":"max-height: unset; -webkit-line-clamp: unset;","[class*='clamp-']":"max-height: unset; -webkit-line-clamp:unset;",".blurb-text":"max-height: unset;",".comment-body":"max-height: unset;"},extraBlockSelectors:[".reader2-post-title",".tweet-link-top",".tweet-link-bottom",".expanded-link"]},{id:"seekingalpha",matches:["seekingalpha.com/article/*","seekingalpha.com/news/*"],selectors:["[data-test-id=card-container]","[data-test-id=comments-section]"],excludeSelectors:["[data-test-id=post-page-meta]","header > div:first-child"]},{id:"hnAlgolia",matches:"hn.algolia.com",selectors:[".Story_title > a:first-child",".Story_comment > span"]},{id:"readwise",matches:"read.readwise.io",selectors:["div[class^='_titleRow_']","#document-text-content"],detectParagraphLanguage:!0},{id:"inoreader",matches:["www.inoreader.com","*.inoreader.com"],selectors:[".article_header_title",".article_title_link",".article_content",".article_magazine_title_link",".blog-post-page","#welcome_center",".gad_overview_articles_wrapper",".library_article_text h4",".header_name"],excludeMatches:["https://www.inoreader.com/features/"],observeUrlChange:!1,globalStyles:{".article_title_link,.library_article_text h4,.gadget_overview_article_title,.article_magazine_title_link,.reader_pane_view_style_2 .column_view_title":"-webkit-line-clamp: unset;max-height: unset;",".article_tile_content_wraper,div.article_tile":"overflow:auto",".article_header_title":"white-space:normal"}},{id:"aha",matches:"*.ideas.aha.io",excludeSelectors:[".comment-header",".vote-status",".idea-meta",".filters-title",".ideas-showing-count",".my-ideas-filters-wrapper",".statuses-filters-wrapper",".categories-filters-wrapper","[class^='attachment']","span[class^='attachment-name']"]},{id:"googleScholar",matches:["scholar.google.*/*","scholar.google.com.*/*","scholar.google.co.*/*"],wrapperPrefix:` -`,selectors:["h3 a[data-clk]","div.gs_rs","td a.gsc_a_at","td div.gs_gray:last-of-type","div.gsc_oci_value","#gs_opinion"],extraInlineSelectors:["br"],atomicBlockSelectors:["h3 a[data-clk]"]},{id:"googleMail",matches:"mail.google.com",detectParagraphLanguage:!0,selectors:["h2[data-thread-perm-id]","span[data-thread-id]","div[data-message-id] div[class='']",".messageBody","#views"],globalStyles:{"[role='listitem'] > div":"height:auto!important;white-space:unset!important;"}},{id:"googleNews",matches:"news.google.com",blockMinTextCount:26,blockMinWordCount:5,globalStyles:{".MCAGUe":"height: auto;",".To2ZZb.DbQnIe":"height: unset;",".cp7Yvc > h2":"display: block;",".oovtQ":"height: auto;",h4:"-webkit-line-clamp: unset;"},excludeSelectors:[".EyERq",".AOl7G.eejsDc","[aria-label='Home']","[aria-label='For you']","[aria-label='Following']","[aria-label='World']","[aria-label='Local']",".gb_Fc",".wBQf7b",".yPI8Rb",".jKHa4e",".u43Gd",".Zgjpyb","[role='button']","[jsname='rymPhb']",".cbz1ld",".VfPpkd-P5QLlc",".XvhY1d"]},{id:"outlook",matches:"outlook.live.com",excludeSelectors:[".jHAG3.XG5Jd",".OZZZK",".lDdSm"]},{id:"producthunt",matches:"www.producthunt.com",excludeMatches:"https://www.producthunt.com/stories/*",selectors:["h2","div[class^='styles_htmlText__']","[class^='styles_tagline']","a[href^='/discussions/'].fontWeight-600","button[class^='styles_textButton'] > div > span","h5 + p","div[data-test=product-item-name] + div",".noOfLines-1,.noOfLines-2,.noOfLines-3",".fontWeight-600","[class*='styles_dropdown']","[class*='styles_aboutText']"],globalStyles:{"h5 + p":"height:unset;",".noOfLines-1,.noOfLines-2,.noOfLines-3":"-webkit-line-clamp:unset;"},"excludeTags.remove":["PRE"]},{id:"codeforces",matches:"https://codeforces.com/*","stayOriginalTags.add":["[class^='MathJax']"]},{id:"discord",matches:"https://discord.com/channels/*",isTranslateTitle:!1,selectors:["li[id^=chat-messages] div[id^=message-content]","div[class^=headerText]","section[aria-label='Search Results'] div[id^=message-content]"],extraBlockSelectors:["[class^='embedFieldValue']","li[class^='card'] div[class^='message']","[data-list-item-id^='forum-channel-list'] div[class^='headerText']"],globalStyles:{"div[class^=headerText]":"max-height: unset;","div[class^=message]":"max-height: unset;","div[class^=text]":"max-height: unset;","h3[data-text-variant='heading-lg/semibold']":"-webkit-line-clamp: none;"},detectParagraphLanguage:!0,wrapperPrefix:"
",wrapperSuffix:"",paragraphMinTextCount:4,paragraphMinWordCount:2},{id:"telegram",matches:["web.telegram.org/z/*","web.telegram.org/a/*"],isTranslateTitle:!1,selectors:[".text-content",".message",".reply-markup-button-text",".bot-commands-list-element-description"],"extraBlockSelectors.add":[".message.spoilers-container em",".message.spoilers-container strong"],excludeSelectors:[".time",".peer-title",".document-wrapper",".message.spoilers-container custom-emoji-element"],detectParagraphLanguage:!0},{id:"telegramK",matches:["web.telegram.org/k/*","web.telegram.org/k/"],selectors:[".message",".reply-markup-button-text",".bot-commands-list-element-description"],"extraBlockSelectors.add":[".message.spoilers-container em",".message.spoilers-container strong"],excludeSelectors:[".time",".peer-title",".document-wrapper",".message.spoilers-container custom-emoji-element"],detectParagraphLanguage:!0},{id:"githubGist",matches:"gist.github.com",selectors:[".markdown-body",".readme"],detectParagraphLanguage:!0},{id:"lobste",matches:"lobste.rs",excludeMatches:["https://lobste.rs/about","https://lobste.rs/chat"],selectors:[".u-repost-of",".comment_text",".story_text"]},{id:"slack",matches:"*.slack.com",selectors:[".p-rich_text_block",".p-message_pane__foreword",".c-alert__message","[data-qa=message_attachment_text]"],additionalStayOriginalSelectors:["[data-qa=emoji]"],detectParagraphLanguage:!0},{id:"artstationArtwork",matches:"www.artstation.com/artwork/*",excludeSelectors:".project-description a",selectors:[".project-description","div.project-comment-text"],detectParagraphLanguage:!0},{id:"artstationLearning",matches:"www.artstation.com/learning/courses/*",additionalSelectors:["footer.learning-course-description.ng-star-inserted > span"],excludeSelectors:[".learning-card-meta",".vjs-text-track-display"],"mutationExcludeSelectors.add":[".vjs-text-track-display *"],"subtitleRule.add":{type:"webvtt",subtitleUrlRegExp:"/subtitles/.*\\.(vtt|webvtt)$",loadingContainerSelector:".vjs-text-track-display",quickButtonRule:{appendSelector:".vjs-control-bar",insertBeforeSelector:".vjs-playback-rate",injectCSS:".imt-quick-subtitle-button { font-size: 12px;} .logo,.logo svg { height: 18px !important; width: 18px !important;} .imt-quick-subtitle-pop-content {bottom: 38px !important;}"},videoSelector:"video",attachRule:{appendSelector:".video-js",injectedGlobalCSS:[".vjs-text-track-display {display: none;}",".captions-text: {margin-bottom: 10%;}"]}}},{id:"artstationBlog",matches:["https://www.artstation.com/blogs","https://www.artstation.com/blogs/*"],detectParagraphLanguage:!0,additionalSelectors:[".comment-item-body"],atomicBlockSelectors:[".author-headline",".author-location"],excludeSelectors:["blog-card-thumbnail","blog-card-header",".blog-card-author",".blog-card-meta",".blog-view-header",".blog-grid-title",".post-meta-header"]},{id:"figmaCommunity",matches:"www.figma.com/community/*",normalizeBody:"div.ql-editor[contenteditable='false']",excludeSelectors:["div[class*='metadataRight']","div[class*='commentMetaAndOptions']"],globalStyles:{"div[class*='mini_cardBottomRowSizing']":"height: 3em;"},additionalSelectors:["div[class*='mini_cardBottomRow_Metadata']"],stayOriginalSelectors:["[data-tooltip='tooltip-user-info']"]},{id:"googleIndex",matches:["https://www.google.com/","https://www.google.com.hk/"],excludeSelectors:["#gb","#SIvCob"],inputTutorialsText:"\u8BD5\u8BD5\u8F93\u5165\u4E2D\u6587\u540E\u5FEB\u901F\u8FDE\u51FB 3 \u6B21\u7A7A\u683C\u952E\u7FFB\u8BD1\uFF08\u4EC5\u63D0\u793A\u4E00\u6B21\uFF09",inputTutorialsSelectors:["textarea#APjFqb"],"inputConfig.add":{tutorialsText:"\u8BD5\u8BD5\u8F93\u5165\u4E2D\u6587\u540E\u5FEB\u901F\u8FDE\u51FB 3 \u6B21\u7A7A\u683C\u952E\u7FFB\u8BD1\uFF08\u4EC5\u63D0\u793A\u4E00\u6B21\uFF09",tutorialsSelectors:["textarea#APjFqb"]}},{id:"googleSearch",matches:"www.google.*/search*",blockMinTextCount:32,blockMinWordCount:3,wrapperSuffix:"",detectParagraphLanguage:!0,excludeSelectors:["a h3 + div","div#sfooter","a[role=presentation] > div > div:first-child",".b5ZQcf",".CEMjEf",".MgUUmf.NUnG9d","#result-stats","[role=navigation]","div.sCuL3","div.eFM0qc.BCF2pd","div.WZ8Tjf","div.adDDi","#headerSection","#rateChatDiv","[id=bres]",".title-D5Lgyj","[data-attrid='VisualDigestVideoResult']",".search-enhance-WDIEkP h4",".SPZz6b h2",".CtCigf",".VLkRKc",".EbH0bb",".Wr0c6d",".jleFbf","#searchform",".yg51vc",".CbAZb"],extraBlockSelectors:[".MUFPAc"],"additionalExcludeSelectors.add":["[jscontroller='UsftYd']"],globalStyles:{".V82bz":"-webkit-line-clamp: unset;max-height: unset;margin-bottom:30px",".pe7FNb":"-webkit-line-clamp: unset;",".promotion-3PDMAb":"display: none;",".uAKcGb":"-webkit-line-clamp: unset;max-height: unset;margin-bottom:30px","div[data-content-feature='1'] > div":"-webkit-line-clamp: unset;max-height: unset;","div[style='-webkit-line-clamp:2']":"-webkit-line-clamp: unset;max-height: unset;","div[style='-webkit-line-clamp:3']":"-webkit-line-clamp: unset;max-height: unset;","div[style='-webkit-line-clamp:4']":"-webkit-line-clamp: unset;max-height: unset;",".Pw4Ldf.RsCEN":"height:unset;",".related-question-pair":"overflow:auto;"},ignoreZhCNandZhTW:!0,isTranslateTitle:!1,searchEnhancementConfig:[{id:"google",urlMatch:"https://www\\.google\\..+/search",style:{source:"font-size:12px; margin-bottom: 6px;",enTitle:"margin-top:6px;font-size:14px;",searchTitle:"margin-top:6px;position:relative;padding-right:24px;",more:"color:#1a0dab;margin-top:8px;",enTitleClassName:"immersive-translate-search-enhancement-en-title"},keyword:{value:"[0]$1",matches:[{source:"url",matchRegex:"q=(.+?)&"}]},showCount:5}]},{id:"lowendtalk",matches:"lowendtalk.com",selectors:["[role=heading]","h1",".userContent"]},{id:"linkedinJobs",matches:"www.linkedin.com/jobs/*",selectors:["#job-details > span",".decorated-job-posting__details"]},{id:"linkedinFeed",matches:"https://linkedin.com/feed/*",selectors:["h1",".feed-shared-update-v2__description-wrapper"]},{id:"indiehackers",matches:"www.indiehackers.com",selectors:[".content","h1","h3.story__title",".feed-item__title-link",".article-body",".interview-body"]},{id:"libreddit",matches:"libreddit.de",selectors:["h2.post_title",".comment_body > .md"]},{id:"notionSite",matches:["notion.site","*.notion.site"],normalizeBody:"body",selectors:["div[data-block-id]"]},{id:"notion_so",matches:["www.notion.so"],injectedCss:["[aria-label='Templates'] font br {display:none;}"]},{id:"newyorker",matches:"www.newyorker.com",additionalSelectors:["h1","[data-testid=SummaryItemHed]"],excludeSelectors:["[data-testid=PersistentTop]","[data-testid=StackedNavigationHeader]"],urlChangeDelay:2e3},{id:"startme",matches:"start.me",selectors:[".rss-article__title",".rss-articles-list__article-link",".rss-showcase__title",".rss-showcase__text"]},{id:"scmp",matches:"www.scmp.com",additionalSelectors:[".info__subHeadline",".section-content h2"],globalStyles:{".topic__article-list":"height: unset;",".adverisers__adveriser":"height: unset;",".advertiser__content":"height: unset;",".content-title__link":"display:unset;overflow:unset;-webkit-line-clamp:unset;",".title__text":"max-height:unset; -webkit-line-clamp:unset;",".news-list-item__news-title":"max-height:unset; -webkit-line-clamp:unset;","a[class*='link'] > .link__headline":"max-height:unset; -webkit-line-clamp:unset;"},"bodyRule.add":{bodySelector:"[data-qa='ArticleList-Item']",articleSelector:"[data-qa='GenericArticle-Content']",xpathRule:["datatype:p"]}},{id:"lesswrong",matches:"www.lesswrong.com",extraBlockSelectors:["span.commentOnSelection"]},{id:"mastodon",matches:["mastodon.social","mastodon.online","kolektiva.social","indieweb.social","mastodon.world","infosec.exchange"],isTranslateTitle:!1,selectorMatches:["div#mastodon"],selectors:["div.status__content__text",".about__section__body",".content",".form-container",".account__header__extra"],globalAttributes:{"[class='notranslate app-holder']":{class:"app-holder"}},detectLanguage:!0},{id:"cnbc",matches:"www.cnbc.com",urlChangeDelay:1e3,globalStyles:{"div.Card-titleContainer > div":"-webkit-line-clamp: unset;max-height: unset;"},"excludeSelectors.add":["#GlobalNavigation","#GlobalFooter",".LiveBlogHeader-timestampAndShareBarContainer",".LiveBlogHeader-liveUpdatesPill"]},{id:"dailyDev",matches:"app.daily.dev",selectors:["h1",".typo-body","article h3","[class^=markdown_markdown]"],globalStyles:{".line-clamp-3":"-webkit-line-clamp: unset"}},{id:"pornhub",matches:["*.pornhub.com","pornhub.com"],excludeMatches:["*.pornhub.com/insights/*","pornhub.com/insights/*"],extraBlockSelectors:[".trendingNow",".searchItem",".tagcloud > a"],detectParagraphLanguage:!0,wrapperPrefix:"
",wrapperSuffix:` +?`]},azure:{placeholderDelimiters:["@","#"]},you:{placeholderDelimiters:["@","#"]},openl:{placeholderDelimiters:["@","#"]},niu:{placeholderDelimiters:["@","#"]}},shortcuts:{toggleTranslatePage:"Alt+A",toggleTranslateTheWholePage:"Alt+W",toggleOnlyTransation:"",toggleTranslateToThePageEndImmediately:"",toggleTranslationMask:"",shareToDraft:"",toggleMouseHoverTranslateDirectly:""},tempTranslateDomainMinutes:0,translationParagraphLanguagePattern:{matches:["onboarding.immersivetranslate.com","www.reddit.com","old.reddit.com","twitter.com","www.tumblr.com","*.twitter.com","medium.com","*.medium.com","github.com","gist.github.com","www.facebook.com","www.youtube.com","m.youtube.com","read.readwise.io","www.inoreader.com","mail.google.com","google.com","discord.com","*.instagram.com","instagram.com","web.telegram.org","web.whatsapp.com","*.slack.com","*.indeed.com","outlook.live.com","https://bsky.app","store.steampowered.com","test-app.immersivetranslate.com","app.immersivetranslate.com"],excludeMatches:[],selectorMatches:["meta[property='al:ios:url'][content^='medium://']"],selectorExcludeMatches:[]},sourceLanguageUrlPattern:{},selectTranslationFont:"",translationFonts:["Microsoft YaHei","SimSun","NSimSun","SimHei","Microsoft JhengHei","KaiTi","FangSong","PingFang SC","STHeiti","STKaiti","STSong","STFangsong","STZhongsong","STHupo","STXinwei","STLiti","STXingkai","Hiragino Sans GB","Lantinghei SC","Hanzipen SC","Hannotate SC","Songti SC","Wawati SC","Weibei SC","Xingkai SC","Yapi SC","Yuanti SC","Arial Unicode MS","MingLiU-ExtB","Malgun Gothic","Arial","Calibri","Cambria","Candara","Consolas","Constantia","Corbel","Courier New","Georgia","Lucida Console","MingLiU","PMingLiU","MingLiU_HKSCS","Meiryo","MS Gothic","MS PGothic","MS UI Gothic","MS Mincho","MS PMincho","Segoe UI","Segoe UI Symbol","Tahoma","Times New Roman","Trebuchet MS","Verdana","Gulim","Dotum","Batang","Gungsuh","San Francisco","Helvetica Neue","Hiragino Mincho ProN","Hiragino Kaku Gothic ProN","Yu Gothic","Yu Mincho","Geeza Pro","Al Nile","Tehran","Devanagari MT","Kohinoor Devanagari","Apple SD Gothic Neo","Nanum Gothic"],generalRule:{_comment:"",isTranslateWhenServiceChanged:!0,glossaries:[{k:"LLM",v:""},{k:"LLMs",v:""}],excludeRegexps:["(<\\\\/?[a-zA-Z0-9]+(?:[^>]*?)>)","(||||||||||
|
)"],detectionServiceOrder:["google","bing","transmart"],detectParagraphLanguage:!1,paragraphFirstLetterFontSize:35,toastErrorMinTimes:20,enableSubtitle:!1,"subtitle.autoEnableSubtitle":!1,disableNewTextTranslate:!1,skipEditableCheck:!1,mutationObserverLimitTargetSelectors:[],condition:{},normalizeBody:"",inputExecCommandDeleteEnable:!1,inputConfig:{clearContentEnable:!0,execCommandDeleteEnable:!1},mutationExcludeSelectors:["span.highlighter--highlighted","span.highlighter-ext","mark","msreadoutspan","rw-highlight","web-highlight","font.immersive-translate-target-wrapper *","pre",".uacc-clickable"],mutationExcludeContainsSelectors:["msreadoutspan","[class*='rgh-seen-']","[isInvalidTag]","mh","body","relin-hc"],atomicBlockSelectors:["relin-hc"],shareConfig:{injectCss:!0,removeSelectors:["noscript","script"]},mutationConfig:{consumeTimeout:100,buildTimeout:100,checkSelfUpdate:!0},useIframePostMessage:!1,searchEnhancementConfig:[],injectedCss:[],isOnBoardingPage:!1,isEbook:!1,isEbookBuilder:!1,ignoreZhCNandZhTW:!1,showSponsorOnSafari:!1,noTranslateRegexp:["^\\d+.+ago$","^\\d+\\s+MIN\\s+READ$"],waitForSelectors:[],isInjectOptionsUrl:!1,isInjectVersion:!1,isInjectMeta:!1,waitForSelectorsTimeout:3e3,pairs:{},aiRule:{},subtitleRule:{isInject:!0,autoEnableSubtitle:!1,preTranslation:!1,humanPreferred:!0,disabled:!1,hookType:"xhr",showQuickButton:!0,backgroundColor:"#080808",backgroundOpacity:"75",sourceTextColor:"#FFFFFF",translationTextColor:"#FFFFFF",sourceFontSize:"100",translationMode:"dual",translationPosition:"bottom",translationFontSize:"100",translateGroupCount:5,velocityGroup:[1,3,20]},bodyRule:{enable:!0,maxBodyScreenLength:25,articleChildTags:["P"],articleChildTagsNum:4,bodyIsRoot:!1,humanPreferred:!0,preTranslation:!0,xpathRule:["name:P"]},isSubtitleBuilder:!1,minZIndex:0,initTranslationServiceAsSoonAsPossible:!0,targetWrapperTag:"font",additionalInjectedCss:[],isTranslateTitle:!0,enableSearchEnhancement:!1,searchEnhancementSelector:"#rhs",languageDetectMinTextCount:50,wrapperPrefix:"smart",wrapperSuffix:"smart",isPdf:!1,pdfUrlExtractRule:{},isTransformPreTagNewLine:!1,urlChangeDelay:50,mutationChangeDelay:10,mainFrameMinTextCount:50,mainFrameMinWordCount:5,visibleDelay:0,additionalStayOriginalSelectors:["span.katex","span.notranslate",".MathJax_Preview",".MathJax",".MathJax_SVG",'[aria-labelledby^="MathJax-SVG"]',".mwe-math-element","span[translate=no]","em[translate=no]","code[translate=no]","span.math.inline","span.math.display",".ltx_Math",".mathjax-block",".MathJax_CHTML","kbd","span.pretex-inline","span.math-inline",".reference-citations"],translationBlockStyle:"",isShowUserscriptPagePopup:!0,observeUrlChange:!1,paragraphMinTextCount:4,paragraphMinWordCount:2,shadowRootSelectors:[],blockMinTextCount:24,blockMinWordCount:4,asideMaxTextCount:1e3,asideMaxWordCount:200,asideMaxTextCountPerParagraph:67,asideMaxWordCountPerParagraph:12,lineBreakMaxTextCount:0,globalAttributes:{},inputTutorialsText:"",inputTutorialsSelectors:[],globalMeta:{},globalStyles:{},initialGlobalAttributes:{},initialSelectorGlobalAttributes:{header:{translate:"no"},"footer:last-of-type":{translate:"no"},"nav:last-of-type":{translate:"no"},nav:{translate:"no"}},selectors:[],preWhitespaceDetectedTags:["DIV","SPAN"],stayOriginalSelectors:[],additionalSelectors:["h1","section h2","section h3","section h4","main h2","main h3","main h4",".article-title",".article-subtitle",".article_title",".article_subtitle",".article__title",".articleTitle",".Article__content",".titleLink",".summary",".headline",".page-content","aside.note","aside.article-comments","aside.onebox"],atomicBlockTags:[],excludeSelectors:[],additionalExcludeSelectors:['[contenteditable="true"]',".uacc-clickable","#monica-content-root","#immersive-translate-popup",".social-share",".breadcrumbs",".post__footer",".btn",".share-nav",".o-share","[data-toolbar=share]","rp","rt",".prism-code",".rc-CodeBlock","[role=code]","#omni-extension",".omni-item","div[data-paste-markdown-skip]","table.highlight","div[class^=codeBlockContent]","div[class^=codeBlockLines]","div[class^=token-line]","#liuchan-window > .liuchan-container > *",".material-icons","i.fa","i[class^=fa-]",".notranslate","[translate=no]",".navmenu-container",".google-symbols","h1 br","h2 br","h3 br","h4 br","table thead"],translationClasses:[],excludeTags:["TITLE","LINK","SCRIPT","STYLE","TEXTAREA","SVG","svg","G","NOSCRIPT","BUTTON","BASE","HR","PRE","KBD","WBR","RT","RP","META","MATH","TTS-SENTENCE","AIO-CODE","RELIN-TARGET"],bodyTranslateTags:["FOOTER","ASIDE","BUTTON","NAV"],forceTranslateTags:[],metaTags:["META","SCRIPT","STYLE","NOSCRIPT"],additionalExcludeTags:[],stayOriginalTags:["CODE","TT","IMG","SUP","SUB","SAMP","math","semantics","mrow","mo","mfrac","msup","mi","mn","msqrt","d-math"],additionalStayOriginalTags:[],inlineTags:["A","ABBR","FONT","ACRONYM","B","INS","DEL","RUBY","RP","RB","BDO","MARK","BIG","RT","NOBR","CITE","DFN","EM","I","LABEL","Q","S","SMALL","SPAN","STRONG","SUB","SUP","U","KBD","TT","VAR","IMG","CODE","SCRIPT","STYLE","LINK","TIME","META","WBR","RELIN-HC","RELIN-HIGHLIGHT","RELIN-ORIGIN","RELIN-TARGET","XQDD_HIGHLIGHT_NEW_WORD","NOBR","RW-HIGHLIGHT","HYPOTHESIS-HIGHLIGHT"],additionalInlineTags:[],extraInlineSelectors:["p > a span","p > span a span"],additionalInlineSelectors:[".MathJax_Preview",".MathJax",".highlighter--highlighted",".rw-highlight","ruby *"],extraBlockSelectors:["turbo-frame","readme-toc","#hs_cos_wrapper_post_body","#hs_cos_wrapper_post_body","option","ul > li"],allBlockTags:["BODY","HGROUP","CONTENT","ADDRESS","ARTICLE","ASIDE","DETAILS","BLOCKQUOTE","SELECT","OPTION","CANVAS","DD","DL","DT","FIELDSET","FIGCAPTION","FIGURE","FOOTER","HEADER","FORM","HR","MAIN","SUMMARY","NAV","NOSCRIPT","PRE","SECTION","TABLE","TFOOT","UL","VIDEO","P","DIV","H1","H2","H3","H4","H5","H6","UL","LI","OL","BR","PICTURE","TBODY","TR","TD","TH","SOURCE","C-WIZ","BUTTON","TURBO-FRAME","README-TOC"],mutationObserverContainerSelectors:[],pdfNewParagraphLineHeight:2.4,pdfNewParagraphIndent:1.2,pdfNewParagraphIndentRightIndentPx:130,fingerCountToToggleTranslagePageWhenTouching:4,fingerCountToToggleTranslationMaskWhenTouching:0,fingerCountToToggleTranslagePageOnlyTranslationWhenTouching:0,touchShortcutsToggleTranslatePage:"fingers.4",touchShortcutsToggleTranslationMask:"touchShortcutsOff",touchShortcutsToggleTranslatePageOnlyTranslation:"touchShortcutsOff",touchShortcutsToggleTranslateTouchElement:"touchShortcutsOff",touchShortcutsToggleTranslateTouchElementPreferenceKey:"slide.left",mouseHoverHoldKey:"Off",mouseHoverPreferenceKey:"Ctrl"},rules:[{id:"isSubtitleBuilder",isSubtitleBuilder:!0,pageType:"subtitleBuilder",selectorMatches:["meta[name='immersive-translate-subtitle-builder'][content='true']"],pairs:{".source-text":".target-text"},paragraphMinTextCount:4,paragraphMinWordCount:2,isTranslateTitle:!1,wrapperPrefix:"",wrapperSuffix:"","bodyRule.add":{enable:!1}},{id:"isEbook",isEbook:!0,pageType:"ebookReader",isTranslateTitle:!1,urlChangeDelay:200,selectorMatches:["meta[name='immersive-translate-ebook-viewer'][content='true']"],injectedCss:[".immersive-translate-target-translation-block-wrapper {display:block;}"],excludeSelectors:["#drop-target","#drop-target h1","#side-bar","h1#side-bar-title"],extraInlineSelectors:["span.dropcaps"],"bodyRule.add":{enable:!1},paragraphMinTextCount:4,paragraphMinWordCount:2,blockMinTextCount:1,blockMinWordCount:1,containerMinTextCount:1,wrapperPrefix:"
",targetWrapperTag:"span"},{id:"pdf",isPdf:!0,isTranslateTitle:!1,pageType:"pdfReader",selectorMatches:["meta[name='immersive-translate-pdf-viewer'][content='true']"],matches:["https://app.immersivetranslate.com/pdf","https://app.immersivetranslate.com/pdf/","https://app.immersivetranslate.com/pdf/*","http://localhost:38001/pdf*"],"additionalExcludeSelectors.remove":['[contenteditable="true"]'],isTranslateWhenServiceChanged:!1,translationMode:"translation",skipEditableCheck:!0,selectors:["p"],"bodyRule.add":{enable:!1},injectedCss:[".immersive-translate-target-wrapper {display: contents!important;position:absolute;}",".immersive-translate-target-wrapper br {display: none;!important;}",".immersive-translate-target-wrapper span {position: relative;!important;}",".immersive-translate-error-wrapper {padding:0px !important;margin:0px !important;}","font {line-height: 0!important;}"],globalAttributes:{"[class='textLayer']":{translate:"no"}},mutationExcludeContainsSelectors:["font.immersive-translate-target-wrapper"],"shareConfig.add":{removeSelectors:["noscript","script",".toolbar","#sidebarContainer",'[class="page"]',".editorParamsToolbar",".image-mode",".im_db",".im_cb"]},wrapperPrefix:"",isInjectVersion:!0},{id:"sci-hub.pdfWebPage",matches:["sci-hub.*"],waitForSelectorsTimeout:1,pdfUrlExtractRule:{selector:"#pdf",attribute:"src"}},{id:"common.pdfWebPage",waitForSelectorsTimeout:1,selectorMatches:["embed[type='application/pdf']"]},{id:"isEbookBuilder",matches:["https://app.immersivetranslate.com/ebook/make/","http://localhost:38001/ebook/make/"],isEbookBuilder:!0,pageType:"ebookBuilder",toastErrorMinTimes:500,isTranslateWhenServiceChanged:!1,isTranslateTitle:!1,targetWrapperTag:"span",selectorMatches:["meta[name='immersive-translate-ebook-builder'][content='true']"],injectedCss:[".immersive-translate-target-translation-block-wrapper {display:block;}"],globalMeta:{},excludeSelectors:["h1.notranslate","#drop-target","#drop-target h1","#side-bar","h1#side-bar-title","#tool",".Code"],"bodyRule.add":{enable:!1},isInjectMeta:!0,paragraphMinTextCount:4,paragraphMinWordCount:2,blockMinTextCount:1,blockMinWordCount:1,containerMinTextCount:1,wrapperPrefix:"
"},{id:"immersiveTranslateIosOnBoarding",selectorMatches:["meta[name=immersiveTranslateIosOnBoarding]"],initialGlobalAttributes:{"input#immersiveTranslateDetectedSlot":{value:"true"}},isInjectOptionsUrl:!0,isInjectVersion:!0,isInjectMeta:!0},{id:"immersiveTranslateIosOnBoardingStep1",selectorMatches:["meta[name=immersiveTranslateIosOnBoardingStep1]"],isOnBoardingPage:!0,isInjectOptionsUrl:!0,isInjectVersion:!0,isInjectMeta:!0},{id:"immersivePreview",matches:["https://immersivetranslate.com/preview*","https://test.immersivetranslate.com/preview*","https://immersivetranslate.com/drafts*","https://test.immersivetranslate.com/drafts*"],isInjectVersion:!0,isInjectMeta:!0,waitForSelectorsTimeout:1},{id:"pro-pdf",matches:["https://*.immersivetranslate.com/pdf-pro*"],pageType:"pdfProReader","excludeSelectors.add":["table"],isInjectVersion:!0,isInjectMeta:!0,waitForSelectorsTimeout:1},{id:"immersive",matches:["https://immersivetranslate.com","https://test.immersivetranslate.com","https://onboarding.immersivetranslate.com","https://app.immersivetranslate.com","https://test-app.immersivetranslate.com","http://localhost:38001"],isInjectVersion:!0,isInjectMeta:!0,waitForSelectorsTimeout:1},{id:"simpread",selectorMatches:"div.simpread-read-root.simpread-read-root-show > sr-read",mainFrameSelector:"div.simpread-read-root.simpread-read-root-show > sr-read"},{id:"txt",matches:["*://*/*.txt","file://*/*.txt"],selectorMatches:["body > pre"],"mutationExcludeSelectors.add":["body"],isTransformPreTagNewLine:!0,"excludeTags.remove":["PRE"]},{id:"hangejp",matches:["arad.hange.jp","arad.nexon.co.jp","oapi.dingtalk.com","login.dingtalk.com"],useIframePostMessage:!1},{id:"preSites",matches:["mail.jabber.org","antirez.com","patchwork.kernel.org","lists.apache.org","manned.org","bugs.webkit.org","bugzilla.mozilla.org","lwn.net/Articles/*","docs.haproxy.org","man.freebsd.org","www.oreilly.com/openbook/opensources/book/*","gamefaqs.gamespot.com"],isTransformPreTagNewLine:!0},{id:"wikipedia",matches:"*.wikipedia.org",paragraphMinWordCount:2,paragraphMinTextCount:4,injectedCss:[".immersive-translate-target-translation-block-wrapper { display: block; }"],excludeSelectors:[".mw-editsection",".mw-cite-backlink","#p-lang-btn","#right-navigation","#p-associated-pages",".vector-header"],stayOriginalSelectors:[".chemf",".mwe-math-element","[role=math]",".nowrap"],extraInlineSelectors:[".chemf",".mwe-math-element","[role=math]",".nowrap"],"bodyRule.add":{bodySelector:"#content",articleSelector:"#bodyContent"}},{id:"twitter",matches:["twitter.com","mobile.twitter.com","tweetdeck.twitter.com","pro.twitter.com","https://platform.twitter.com/embed*"],additionalStayOriginalSelectors:['[data-testid="tweetText"] a',"[data-testid='UserDescription'] a","[data-testid='HoverCard'] a","[data-testid='UserCell'] a","[data-testid='birdwatch-pivot'] a"],blockMinTextCount:0,blockMinWordCount:0,excludeSelectors:["[aria-describedby][role=button]","header","[data-testid='radioGroupplayback_rate'] div","[data-testid='userFollowIndicator']","[class='css-901oao r-14j79pv r-37j5jr r-n6v787 r-16dba41 r-1cwl3u0 r-bcqeeo r-qvutc0']","[class='css-175oi2r r-1wbh5a2 r-dnmrzs']"],extraBlockSelectors:['[data-testid="tweetText"] div.r-6koalj'],extraInlineSelectors:['[data-testid="tweetText"] div.r-xoduu5','[data-testid="tweetText"] span','[data-testid="UserDescription"] div',"[data-testid='HoverCard'] div[dir=auto] div","[data-testid='HoverCard'] span[dir=auto] div"],globalStyles:{"[data-testid='card.layoutLarge.detail'] > div:nth-child(2)":"-webkit-line-clamp: unset;","[data-testid='card.layoutSmall.detail'] > div:nth-child(2)":"-webkit-line-clamp: unset;","[data-testid='tweetText']":"-webkit-line-clamp: unset;"},ignoreZhCNandZhTW:!0,isTranslateTitle:!1,useIframePostMessage:!1,observeUrlChange:!1,paragraphMinTextCount:2,paragraphMinWordCount:1,selectors:['[data-testid="tweetText"]',".tweet-text",".js-quoted-tweet-text","[data-testid='card.layoutSmall.detail'] > div:nth-child(2)","[data-testid='developerBuiltCardContainer'] > div:nth-child(2)","[data-testid='card.layoutLarge.detail'] > div:nth-child(2)","[data-testid='cellInnerDiv'] div[data-testid='UserCell'] > div> div:nth-child(2)","[data-testid='UserDescription']","[data-testid='HoverCard'] div[dir=auto]","[data-testid='HoverCard'] span[dir=auto]","[data-testid='HoverCard'] [role='dialog'] div[dir=ltr]","[data-testid='birdwatch-pivot'] div[dir=ltr]"],"subtitleRule.add":{type:"live",isInject:!1,injectedCss:["#layers[style='z-index: 1;'] [style='height: 100px;'] { height: 400px !important; }"],liveSubtitleRule:{containerSelector:".css-175oi2r.r-13awgt0.r-1pi2tsx.r-13qz1uu > [role='listbox']",reportSelector:".css-175oi2r.r-1awozwy.r-173mn98.r-1mf7evn.r-7e3msg",textSelectors:[".css-1rynq56.r-bcqeeo.r-qvutc0.r-37j5jr.r-a023e6.r-16dba41.r-dhbnww.r-1pb70le"],mutationChangeDelay:1e3}},"subtitleRule.add_v.[1.2.1]":{type:"twitter",videoPlayerSelector:"video",loadingStyle:"bottom: unset; top: 5%;",injectedCss:["#layers[style='z-index: 1;'] [style='height: 100px;'] { height: 400px !important; }","video::cue {white-space: pre-line;}"]}},{id:"threads",matches:"www.threads.net",selectors:["p",".x1npkx4u.x1exu5d8",".xw7yly9",".xgkxs2y",".x1xdureb.xqti54a.x13vxnyz",".xqti54a.x13vxnyz.x49hn82.xcrlgei.x889kno"],stayOriginalSelectors:[".x1rg5ohu",".xat24cr.xdj266r a"],"excludeSelectors.add":[".x6s0dn4.x78zum5",".xpvyfi4.x1npkx4u.x1ms6mhf"],globalStyles:{span:"max-height:unset;-webkit-line-clamp:unset;height:unset;white-space:unset;"}},{id:"stackoverflow",matches:["stackoverflow.com","*.stackexchange.com","superuser.com","askubuntu.com","serverfault.com"],extraBlockSelectors:["span.comment-copy"],globalStyles:{".s-post-summary--content-excerpt":"-webkit-line-clamp:unset;"},"excludeSelectors.add":[".votecell","header","#footer","#question-header + div","div.postcell div.mb0","div[id^=comments-link-]","#answers-header",".new-post-login",".form-submit","a[href='/questions/ask']","#left-sidebar","a.comment-user","span.comment-date","div.s-prose.js-post-body + div",".bottom-notice","div[data-campaign-name=stk]",".s-post-summary--stats",".s-post-summary--meta"],paragraphMinTextCount:4,paragraphMinWordCount:2},{id:"appleDeveloper",matches:"developer.apple.com/documentation/*",selectors:[".container","h3.title","div.content"]},{id:"hackerNews",matches:"news.ycombinator.com",selectors:[".titleline > a",".comment > .commtext",".toptext","a.hn-item-title",".hn-comment-text",".hn-story-title"],excludeSelectors:[".reply"]},{id:"quora",matches:["*.quora.com","quora.com"],excludeSelectors:[".dom_annotate_multifeed_bundle_AskQuestionPromptBundle",".dom_annotate_feed_switcher","[class='q-box qu-py--small qu-color--gray_light']","[class='q-box spacing_log_answer_header']","[class='q-box qu-flex--auto']","[class='q-text qu-dynamicFontSize--small qu-mt--small qu-color--gray_light qu-passColorToLinks']",".AnswerFooter___StyledFlex-sc-2xbo88-0","[class='q-box qu-mb--small']"],globalStyles:{".qu-truncateLines--3":"-webkit-line-clamp: unset;"}},{id:"oldReddit",matches:["old.reddit.com/*/.compact","old.reddit.com/.compact","www.reddit.com/*/.compact","www.reddit.com/.compact"],selectors:[".title > a",".usertext-body"],detectParagraphLanguage:!0},{id:"otherOldReddit",matches:"old.reddit.com",selectors:["p.title > a","[role=main] .md-container"],detectParagraphLanguage:!0},{id:"redditList",matches:["https://www.reddit.com/r/*/comments/*/*","https://www.reddit.com/","https://www.reddit.com/hot/","https://www.reddit.com/new/","https://www.reddit.com/top/"],excludeMatches:["https://www.reddit.com/r/*/wiki/*"],observeUrlChange:!0,selectors:["h1",".PostHeader__post-title-line","[data-click-id=body] h3","[data-click-id=background] h3","[data-testid=comment]","[data-adclicklocation='title'] h3","[data-adclicklocation=media]","[data-testid='post-title-text']",".PostContent",".post-content",".Comment__body","faceplate-batch .md","[slot=comment]",".RichTextJSON-root","[slot=title]","[slot=text-body]","p.title > a","[role=main] .md-container"],detectParagraphLanguage:!0,globalStyles:{"div.XPromoBottomBar":"display:none","[class*='line-clamp']":"-webkit-line-clamp: unset"},waitForSelectors:["[data-testid=post_author_link]"],"inputConfig.add":{clearContentEnable:!1}},{id:"reddit",matches:"www.reddit.com",selectors:["#search-results-tab-slot","h1",".PostHeader__post-title-line","[data-click-id=body] h3","[data-click-id=background] h3","[data-testid=comment]","[data-adclicklocation='title'] h3","[data-testid='post-title-text']","[slot=comment]","[data-adclicklocation=media]",".PostContent",".post-content",".Comment__body","faceplate-batch .md","[slot=text-body]","p.title > a","[role=main] .md-container","#-post-rtjson-content",".RichTextJSON-root","[slot='title']"],excludeSelectors:[".text-neutral-content-weak"],paragraphMinTextCount:5,paragraphMinWordCount:2,excludeMatches:["https://www.reddit.com/r/*/wiki/*","https://www.reddit.com/settings/*"],detectParagraphLanguage:!0,globalStyles:{"div.XPromoBottomBar":"display:none","[class*='line-clamp']":"-webkit-line-clamp: unset"}},{id:"reuters",matches:"www.reuters.com",excludeSelectors:["[promotext]","[data-testid=Leaderboard]","[data-testid=HomeTickerV2]","[data-testid=SiteFooter]","[class^=refinitiv-promo-bar__container]","[data-testid=ResponsiveAdSlot]","[data-testid=SiteHeader]","[data-testid=HomeTickerV2]"]},{id:"npmjs",matches:"https://www.npmjs.com/package/*",selectors:["#tabpanel-readme > div:first-child"]},{id:"github",matches:"github.com",useIframePostMessage:!1,excludeMatches:["https://github.com/*/*/settings","https://github.com/settings/*","https://github.com/sponsors/*","https://github.com/readme/*","https://github.com/readme/","https://github.com/features/*","https://github.com/customer-stories/*"],mutationExcludeSelectors:[".react-blob-sticky-header *"],selectors:["h1","[aria-label=Issues] .markdown-title","[aria-labelledby=discussions-list] .markdown-title","h3 .markdown-title",".markdown-body",".Layout-sidebar p","div > span.search-match","li.repo-list-item p","#responsive-meta-container p","article p","div.repo-description p","[itemprop=description]",".integrations-auth-wrapper",".new-feed-onboarding-notice","article section[aria-label='card content'] > div > div > div > div:nth-child(2)",".TimelineItem-body .Link--primary",'[role="navigation"] p','[data-testid="commit-row-item"] h4'],atomicBlockSelectors:["[itemprop=description]"],excludeSelectors:[".css-truncate","[data-test-selector='commit-tease-commit-message']","[data-test-selector='create-branch.developmentForm']","div.Box-header.position-relative","div.blob-wrapper-embedded","div.Box.Box--condensed.my-2","div.jp-CodeCell",'[aria-label="Account"] .markdown-title',".js-repos-container .markdown-title","a.anchor","div.file-navigation + div.Box"],extraBlockSelectors:[],extraInlineSelectors:["g-emoji","a.anchor"],stayOriginalTags:["CODE","TT","G-EMOJI","IMG","SUP","SUB"],"stayOriginalSelectors.add":[".issue-link"],detectParagraphLanguage:!0,globalStyles:{".TimelineItem-body .Link--primary":"-webkit-line-clamp: unset;"}},{id:"github-blog",matches:["github.blog"],injectedCss:["font {word-break: break-all !important;}"]},{id:"githubNotebook",matches:"notebooks.githubusercontent.com",useIframePostMessage:!1,excludeSelectors:["div.jp-CodeCell"]},{id:"facebook",matches:"www.facebook.com",excludeMatches:["https://www.facebook.com/business/*","https://www.facebook.com/help*"],selectors:["div[dir=auto][style]","div[dir=auto][class]","span[lang]"],atomicBlockSelectors:["div[dir=auto][style]","div[dir=auto][class]","span[lang]"],insertPosition:"afterend",preWhitespaceDetectedTags:["DIV","SPAN"],extraBlockSelectors:["span.x1vvkbs"],excludeSelectors:["[role=button]"],translationClasses:["immersive-translate-text"],detectParagraphLanguage:!0},{id:"youtubeMobile",matches:"m.youtube.com",selectors:[".comment-text","#content-text",".media-item-headline",".slim-video-information-title",".yt-spec-button-view-model",".yt-core-attributed-string > span",".title"],shareConfig:{injectCss:!1,removeSelectors:["iron-iconset-svg","iframe","ytd-watch-next-secondary-results-renderer","noscript","script"]},"mutationConfig.add":{checkSelfUpdate:!1},"excludeTags.remove":["BUTTON"],additionalExcludeSelectors:[".ytp-caption-window-container","text"],"subtitleRule.add":{type:"youtube",subtitleUrlRegExp:"(/api/timedtext|videoplayback\\?expire.*text)",translateSelectors:[".caption-window",".caption-visual-line"],videoPlayerSelector:".html5-video-player.playing-mode,.html5-video-player.paused-mode",loadingContainerSelector:".ytp-caption-window-container",videoADSelector:".ytp-ad-player-overlay",injectedCss:["#player-shorts-container .ytp-caption-window-bottom {top: 40px; bottom: unset!important;}"],videoSelector:".html5-video-player.playing-mode video,.html5-video-player.paused-mode video",translationOnlyPattern:["m.youtube.com/watch*","m.youtube.com/embed*","m.youtube.com/shorts*"],attachRule:{appendSelector:".html5-video-player.playing-mode,.html5-video-player.paused-mode",injectedCSS:[".imt-caption-container {z-index:40;}"],injectedGlobalCSS:[".caption-window {display: none;} ","shorts-video #immersive-translate-caption-window { height: 150px;}"]}},wrapperPrefix:"",wrapperSuffix:"",observeUrlChange:!0,atomicBlockSelectors:[".comment-text"],globalStyles:{".comment-text":"max-height:unset;",".media-item-headline":"max-height:unset;-webkit-line-clamp:unset;"},injectedCss:[".immersive-translate-target-wrapper img { width: 16px; height: 16px }"],extraBlockSelectors:[".caption-visual-line"]},{id:"youtube",matches:"www.youtube.com",blockMinTextCount:0,blockMinWordCount:0,detectParagraphLanguage:!0,lineBreakMaxTextCount:0,shareConfig:{injectCss:!1,removeSelectors:["iron-iconset-svg","iframe","ytd-watch-next-secondary-results-renderer","noscript","script"]},"additionalExcludeSelectors.add":[".ytp-caption-window-container","text"],globalStyles:{"#video-title":"-webkit-line-clamp: unset;max-height: unset;","h1.ytd-watch-metadata":"-webkit-line-clamp: unset;max-height: unset;","yt-formatted-string#video-title":"-webkit-line-clamp: unset;max-height: unset;","ytd-expander.ytd-comment-renderer":"--ytd-expander-max-lines: 1000;"},injectedCss:[".immersive-translate-target-wrapper img { width: 16px; height: 16px }",".metadata-snippet-container {max-height: unset !important;}",".immersive-translate-target-wrapper {text-align: left;}",".immersive-translate-target-wrapper[dir=rtl] {text-align: right;}"],isTranslateTitle:!1,observeUrlChange:!0,selectors:["yt-formatted-string[slot=content].ytd-comment-renderer","yt-formatted-string.ytd-video-renderer","yt-formatted-string#content-text","h1","yt-formatted-string#video-title","yt-formatted-string.span","span#video-title","a#video-title","yt-formatted-string.ytd-transcript-segment-renderer","#description-inline-expander > yt-attributed-string > span","yt-attributed-string > span","ytd-notification-renderer .message","#message",".yt_to_text_transcript_text"],extraBlockSelectors:["yt-formatted-string.ytd-transcript-segment-renderer",".caption-visual-line"],"subtitleRule.add":{type:"youtube",subtitleUrlRegExp:"(/api/timedtext|videoplayback\\?expire.*text)",translateSelectors:[".caption-window",".caption-visual-line"],videoPlayerSelector:".html5-video-player.playing-mode,.html5-video-player.paused-mode",loadingContainerSelector:".ytp-caption-window-container",videoADSelector:".ytp-ad-player-overlay",translationOnlyPattern:["www.youtube.com/watch*","www.youtube.com/embed*","www.youtube.com/shorts*"],subtitleButtonSelector:".html5-video-player.playing-mode .ytp-subtitles-button,.html5-video-player.paused-mode .ytp-subtitles-button",languageSelector:".ytp-menuitem-label",injectedCss:["#shorts-player .ytp-caption-window-bottom {top: 2%; bottom: unset!important;} #immersive-translate-quick-button-container {font-size: 12px;z-index:1001;}"],quickButtonRule:{appendSelector:".ytp-chrome-controls",insertBeforeSelector:".ytp-right-controls"},videoSelector:".html5-video-player.playing-mode video,.html5-video-player.paused-mode video",attachRule:{appendSelector:".html5-video-player.playing-mode,.html5-video-player.paused-mode",injectedCSS:[".imt-caption-container {z-index:40;}",".imt-caption-window {margin-bottom: 2%}"],injectedGlobalCSS:[".caption-window {display: none;} ","#shorts-player #immersive-translate-caption-window { height: 20%;}",".html5-video-player:not(.ytp-autohide) #immersive-translate-caption-window {bottom: 60px;}"]}},urlChangeDelay:2e3,wrapperPrefix:"
",wrapperSuffix:""},{id:"tvYoutube",matches:"tv.youtube.com","subtitleRule.add":{type:"youtube",preTranslation:!0,humanPreferred:!1,subtitleUrlRegExp:"(/api/timedtext|videoplayback\\?expire.*text)",translateSelectors:[".caption-window",".caption-visual-line"],videoPlayerSelector:".html5-video-player.playing-mode,.html5-video-player.paused-mode",loadingContainerSelector:".ytp-caption-window-container",videoADSelector:".ytp-ad-player-overlay",translationOnlyPattern:["tv.youtube.com/watch*"],subtitleButtonSelector:".ytp-subtitles-button",languageSelector:".ytp-menuitem-label",injectedCss:["#shorts-player .ytp-caption-window-bottom {top: 2%; bottom: unset!important;} #immersive-translate-quick-button-container {font-size: 12px;z-index:1001;}"],quickButtonRule:{appendSelector:".ypcs-control-buttons-right",insertBeforeSelector:".ypcs-control-buttons-right .ypcs-volume-control-slot"},videoSelector:".html5-video-player.playing-mode video,.html5-video-player.paused-mode video",attachRule:{appendSelector:".html5-video-player.playing-mode,.html5-video-player.paused-mode",injectedCSS:[".imt-caption-container {z-index:40;}",".imt-caption-window {margin-bottom: 2%;}"],injectedGlobalCSS:[".caption-window {display: none;} ","#shorts-player #immersive-translate-caption-window { height: 20%;}",".html5-video-player:not(.ytp-autohide) #immersive-translate-caption-window {bottom: 60px;}"]}}},{id:"youtube-subtitle",matches:["www.youtube-nocookie.com","music.youtube.com"],extraBlockSelectors:[".caption-visual-line"],mainFrameMinTextCount:0,"excludeSelectors.add":[".captions-text",".ytp-caption-segment"],"subtitleRule.add":{type:"youtube",subtitleUrlRegExp:"/api/timedtext",translateSelectors:[".caption-window",".caption-visual-line"],videoPlayerSelector:".html5-video-player",loadingContainerSelector:".ytp-caption-window-container",videoADSelector:".ytp-ad-player-overlay",translationOnlyPattern:["www.youtube-nocookie.com/embed*","music.youtube.com/watch*"],subtitleButtonSelector:".ytp-subtitles-button",languageSelector:".ytp-menuitem-label",injectedCss:["#shorts-player .ytp-caption-window-bottom {top: 2%; bottom: unset!important;}"],quickButtonRule:{appendSelector:".ytp-chrome-controls",insertBeforeSelector:".ytp-right-controls"},videoSelector:".html5-video-player video",attachRule:{appendSelector:".html5-video-player",injectedCSS:[".imt-caption-container {z-index:40;}",".imt-caption-window {margin-bottom: 2%;}"],injectedGlobalCSS:[".caption-window {display: none;} ","#shorts-player #immersive-translate-caption-window { height: 20%;}",".html5-video-player:not(.ytp-autohide) #immersive-translate-caption-window {bottom: 60px;}"]}}},{id:"instagramMessage",matches:["https://www.instagram.com/direct/*"],wrapperPrefix:"
",selectors:["div[dir=auto].html-div"]},{id:"instagramPost",matches:["https://www.instagram.com/p/*","https://www.instagram.com/reels/*"],blockMinTextCount:1,paragraphMinTextCount:2,excludeSelectors:["hr+div span[dir=auto][style] > span"],selectors:["h1","ul li h3+div span[dir=auto]","hr+div span[dir=auto][style]","div > div[dir=auto]","div:not([class]) > div > div:nth-child(2)"],wrapperPrefix:"
"},{id:"otherInstagram",blockMinWordCount:1,matches:"https://www.instagram.com/*",paragraphMinTextCount:2,selectors:["h1","article span[dir=auto] > span[dir=auto]","._ab1y","ul li h3+div span[dir=auto]","hr+div span[dir=auto][style]","span[dir=auto] > div > span","div > h1[dir=auto]"],wrapperSuffix:""},{id:"1paragraph",matches:"1paragraph.app",selectors:["#book"]},{id:"poeditor",matches:"https://poeditor.com/projects/*",selectors:[".comment-body",".reference_language .source-string"]},{id:"substack",matches:["*.substack.com","newsletter.rootsofprogress.org"],selectorMatches:["link[href^='https://substackcdn.com/bundle/'][rel=preload]"],excludeSelectors:["[style^=top]",".publication-footer",".subscribe-footer",".main-menu",".navbar-title-link","[data-testid='navbar']",".navbar-title",".captioned-button-wrap",".subscription-widget-wrap",".tweet-header",".tweet-link-bottom",".expanded-link",".meta-subheader",".comment-meta",".comment-actions"],globalStyles:{".reader2-clamp-lines":"max-height: unset; -webkit-line-clamp: unset;","[class*='clamp-']":"max-height: unset; -webkit-line-clamp:unset;",".blurb-text":"max-height: unset;",".comment-body":"max-height: unset;"},extraBlockSelectors:[".reader2-post-title",".tweet-link-top",".tweet-link-bottom",".expanded-link"]},{id:"seekingalpha",matches:["seekingalpha.com/article/*","seekingalpha.com/news/*"],selectors:["[data-test-id=card-container]","[data-test-id=comments-section]"],excludeSelectors:["[data-test-id=post-page-meta]","header > div:first-child"]},{id:"hnAlgolia",matches:"hn.algolia.com",selectors:[".Story_title > a:first-child",".Story_comment > span"]},{id:"readwise",matches:"read.readwise.io",selectors:["div[class^='_titleRow_']","#document-text-content"],detectParagraphLanguage:!0},{id:"inoreader",matches:["www.inoreader.com","*.inoreader.com"],selectors:[".article_header_title",".article_title_link",".article_content",".article_magazine_title_link",".blog-post-page","#welcome_center",".gad_overview_articles_wrapper",".library_article_text h4",".header_name"],excludeMatches:["https://www.inoreader.com/features/"],observeUrlChange:!1,globalStyles:{".article_title_link,.library_article_text h4,.gadget_overview_article_title,.article_magazine_title_link,.reader_pane_view_style_2 .column_view_title":"-webkit-line-clamp: unset;max-height: unset;",".article_tile_content_wraper,div.article_tile":"overflow:auto",".article_header_title":"white-space:normal"}},{id:"aha",matches:"*.ideas.aha.io",excludeSelectors:[".comment-header",".vote-status",".idea-meta",".filters-title",".ideas-showing-count",".my-ideas-filters-wrapper",".statuses-filters-wrapper",".categories-filters-wrapper","[class^='attachment']","span[class^='attachment-name']"]},{id:"googleScholar",matches:["scholar.google.*/*","scholar.google.com.*/*","scholar.google.co.*/*"],wrapperPrefix:` +`,selectors:["h3 a[data-clk]","div.gs_rs","td a.gsc_a_at","td div.gs_gray:last-of-type","div.gsc_oci_value","#gs_opinion"],extraInlineSelectors:["br"],atomicBlockSelectors:["h3 a[data-clk]"]},{id:"googleMail",matches:"mail.google.com",detectParagraphLanguage:!0,selectors:["h2[data-thread-perm-id]","span[data-thread-id]","div[data-message-id] div[class='']",".messageBody","#views"],globalStyles:{"[role='listitem'] > div":"height:auto!important;white-space:unset!important;"}},{id:"googleNews",matches:"news.google.com",blockMinTextCount:26,blockMinWordCount:5,globalStyles:{".MCAGUe":"height: auto;",".To2ZZb.DbQnIe":"height: unset;",".cp7Yvc > h2":"display: block;",".oovtQ":"height: auto;",h4:"-webkit-line-clamp: unset;"},excludeSelectors:[".EyERq",".AOl7G.eejsDc","[aria-label='Home']","[aria-label='For you']","[aria-label='Following']","[aria-label='World']","[aria-label='Local']",".gb_Fc",".wBQf7b",".yPI8Rb",".jKHa4e",".u43Gd",".Zgjpyb","[role='button']","[jsname='rymPhb']",".cbz1ld",".VfPpkd-P5QLlc",".XvhY1d"]},{id:"outlook",matches:"outlook.live.com",excludeSelectors:[".jHAG3.XG5Jd",".OZZZK",".lDdSm"]},{id:"producthunt",matches:"www.producthunt.com",excludeMatches:"https://www.producthunt.com/stories/*",selectors:["h2","div[class^='styles_htmlText__']","[class^='styles_tagline']","a[href^='/discussions/'].fontWeight-600","button[class^='styles_textButton'] > div > span","h5 + p","div[data-test=product-item-name] + div",".noOfLines-1,.noOfLines-2,.noOfLines-3",".fontWeight-600","[class*='styles_dropdown']","[class*='styles_aboutText']","[class*='styles_titleContainer']","[class*='styles_header'] h1"],globalStyles:{"h5 + p":"height:unset;",".noOfLines-1,.noOfLines-2,.noOfLines-3":"-webkit-line-clamp:unset;"},"excludeTags.remove":["PRE"]},{id:"codeforces",matches:"https://codeforces.com/*","stayOriginalTags.add":["[class^='MathJax']"]},{id:"discord",matches:"https://discord.com/channels/*",isTranslateTitle:!1,selectors:["li[id^=chat-messages] div[id^=message-content]","div[class^=headerText]","section[aria-label='Search Results'] div[id^=message-content]"],extraBlockSelectors:["[class^='embedFieldValue']","li[class^='card'] div[class^='message']","[data-list-item-id^='forum-channel-list'] div[class^='headerText']"],globalStyles:{"div[class^=headerText]":"max-height: unset;","div[class^=message]":"max-height: unset;","div[class^=text]":"max-height: unset;","h3[data-text-variant='heading-lg/semibold']":"-webkit-line-clamp: none;"},detectParagraphLanguage:!0,wrapperPrefix:"
",wrapperSuffix:"",paragraphMinTextCount:4,paragraphMinWordCount:2},{id:"telegram",matches:["web.telegram.org/z/*","web.telegram.org/a/*"],isTranslateTitle:!1,selectors:[".text-content",".message",".reply-markup-button-text",".bot-commands-list-element-description"],"extraBlockSelectors.add":[".message.spoilers-container em",".message.spoilers-container strong"],excludeSelectors:[".time",".peer-title",".document-wrapper",".message.spoilers-container custom-emoji-element"],detectParagraphLanguage:!0},{id:"telegramK",matches:["web.telegram.org/k/*","web.telegram.org/k/"],selectors:[".message",".reply-markup-button-text",".bot-commands-list-element-description"],"extraBlockSelectors.add":[".message.spoilers-container em",".message.spoilers-container strong"],excludeSelectors:[".time",".peer-title",".document-wrapper",".message.spoilers-container custom-emoji-element"],detectParagraphLanguage:!0},{id:"githubGist",matches:"gist.github.com",selectors:[".markdown-body",".readme"],detectParagraphLanguage:!0},{id:"lobste",matches:"lobste.rs",excludeMatches:["https://lobste.rs/about","https://lobste.rs/chat"],selectors:[".u-repost-of",".comment_text",".story_text"]},{id:"slack",matches:"*.slack.com",selectors:[".p-rich_text_block",".p-message_pane__foreword",".c-alert__message","[data-qa=message_attachment_text]"],additionalStayOriginalSelectors:["[data-qa=emoji]"],detectParagraphLanguage:!0},{id:"artstationArtwork",matches:"www.artstation.com/artwork/*",excludeSelectors:".project-description a",selectors:[".project-description","div.project-comment-text"],detectParagraphLanguage:!0},{id:"artstationLearning",matches:"www.artstation.com/learning/courses/*",additionalSelectors:["footer.learning-course-description.ng-star-inserted > span"],excludeSelectors:[".learning-card-meta",".vjs-text-track-display"],"mutationExcludeSelectors.add":[".vjs-text-track-display *"],"subtitleRule.add":{type:"webvtt",subtitleUrlRegExp:"/subtitles/.*\\.(vtt|webvtt)$",loadingContainerSelector:".vjs-text-track-display",quickButtonRule:{appendSelector:".vjs-control-bar",insertBeforeSelector:".vjs-playback-rate",injectCSS:".imt-quick-subtitle-button { font-size: 12px;} .logo,.logo svg { height: 18px !important; width: 18px !important;} .imt-quick-subtitle-pop-content {bottom: 38px !important;}"},videoSelector:"video",attachRule:{appendSelector:".video-js",injectedGlobalCSS:[".vjs-text-track-display {display: none;}",".captions-text: {margin-bottom: 10%;}"]}}},{id:"artstationBlog",matches:["https://www.artstation.com/blogs","https://www.artstation.com/blogs/*"],detectParagraphLanguage:!0,additionalSelectors:[".comment-item-body"],atomicBlockSelectors:[".author-headline",".author-location"],excludeSelectors:["blog-card-thumbnail","blog-card-header",".blog-card-author",".blog-card-meta",".blog-view-header",".blog-grid-title",".post-meta-header"]},{id:"figmaCommunity",matches:"www.figma.com/community/*",normalizeBody:"div.ql-editor[contenteditable='false']",excludeSelectors:["div[class*='metadataRight']","div[class*='commentMetaAndOptions']"],globalStyles:{"div[class*='mini_cardBottomRowSizing']":"height: 3em;"},additionalSelectors:["div[class*='mini_cardBottomRow_Metadata']"],stayOriginalSelectors:["[data-tooltip='tooltip-user-info']"]},{id:"googleIndex",matches:["https://www.google.com/","https://www.google.com.hk/"],excludeSelectors:["#gb","#SIvCob"],inputTutorialsText:"\u8BD5\u8BD5\u8F93\u5165\u4E2D\u6587\u540E\u5FEB\u901F\u8FDE\u51FB 3 \u6B21\u7A7A\u683C\u952E\u7FFB\u8BD1\uFF08\u4EC5\u63D0\u793A\u4E00\u6B21\uFF09",inputTutorialsSelectors:["textarea#APjFqb"],"inputConfig.add":{tutorialsText:"\u8BD5\u8BD5\u8F93\u5165\u4E2D\u6587\u540E\u5FEB\u901F\u8FDE\u51FB 3 \u6B21\u7A7A\u683C\u952E\u7FFB\u8BD1\uFF08\u4EC5\u63D0\u793A\u4E00\u6B21\uFF09",tutorialsSelectors:["textarea#APjFqb"]}},{id:"googleSearch",matches:"www.google.*/search*",blockMinTextCount:32,blockMinWordCount:3,wrapperSuffix:"",detectParagraphLanguage:!0,excludeSelectors:["a h3 + div","div#sfooter","a[role=presentation] > div > div:first-child",".b5ZQcf",".CEMjEf",".MgUUmf.NUnG9d","#result-stats","[role=navigation]","div.sCuL3","div.eFM0qc.BCF2pd","div.WZ8Tjf","div.adDDi","#headerSection","#rateChatDiv","[id=bres]",".title-D5Lgyj","[data-attrid='VisualDigestVideoResult']",".search-enhance-WDIEkP h4",".SPZz6b h2",".CtCigf",".VLkRKc",".EbH0bb",".Wr0c6d",".jleFbf","#searchform",".yg51vc",".CbAZb"],extraBlockSelectors:[".MUFPAc"],"additionalExcludeSelectors.add":["[jscontroller='UsftYd']"],globalStyles:{".V82bz":"-webkit-line-clamp: unset;max-height: unset;margin-bottom:30px",".pe7FNb":"-webkit-line-clamp: unset;",".promotion-3PDMAb":"display: none;",".uAKcGb":"-webkit-line-clamp: unset;max-height: unset;margin-bottom:30px","div[data-content-feature='1'] > div":"-webkit-line-clamp: unset;max-height: unset;","div[style='-webkit-line-clamp:2']":"-webkit-line-clamp: unset;max-height: unset;","div[style='-webkit-line-clamp:3']":"-webkit-line-clamp: unset;max-height: unset;","div[style='-webkit-line-clamp:4']":"-webkit-line-clamp: unset;max-height: unset;",".Pw4Ldf.RsCEN":"height:unset;",".related-question-pair":"overflow:auto;"},ignoreZhCNandZhTW:!0,isTranslateTitle:!1,searchEnhancementConfig:[{id:"google",urlMatch:"https://www\\.google\\..+/search",style:{source:"font-size:12px; margin-bottom: 6px;",enTitle:"margin-top:6px;font-size:14px;",searchTitle:"margin-top:6px;position:relative;padding-right:24px;",more:"color:#1a0dab;margin-top:8px;",enTitleClassName:"immersive-translate-search-enhancement-en-title"},keyword:{value:"[0]$1",matches:[{source:"url",matchRegex:"q=(.+?)&"}]},showCount:5}]},{id:"lowendtalk",matches:"lowendtalk.com",selectors:["[role=heading]","h1",".userContent"]},{id:"linkedinJobs",matches:"www.linkedin.com/jobs/*",selectors:["#job-details > span",".decorated-job-posting__details"]},{id:"linkedinFeed",matches:"https://linkedin.com/feed/*",selectors:["h1",".feed-shared-update-v2__description-wrapper"]},{id:"indiehackers",matches:"www.indiehackers.com",selectors:[".content","h1","h3.story__title",".feed-item__title-link",".article-body",".interview-body"]},{id:"libreddit",matches:"libreddit.de",selectors:["h2.post_title",".comment_body > .md"]},{id:"notionSite",matches:["notion.site","*.notion.site"],normalizeBody:"body",selectors:["div[data-block-id]"]},{id:"notion_so",matches:["www.notion.so"],injectedCss:["[aria-label='Templates'] font br {display:none;}"]},{id:"newyorker",matches:"www.newyorker.com",additionalSelectors:["h1","[data-testid=SummaryItemHed]"],excludeSelectors:["[data-testid=PersistentTop]","[data-testid=StackedNavigationHeader]"],urlChangeDelay:2e3},{id:"startme",matches:"start.me",selectors:[".rss-article__title",".rss-articles-list__article-link",".rss-showcase__title",".rss-showcase__text"]},{id:"scmp",matches:"www.scmp.com",additionalSelectors:[".info__subHeadline",".section-content h2"],globalStyles:{".topic__article-list":"height: unset;",".adverisers__adveriser":"height: unset;",".advertiser__content":"height: unset;",".content-title__link":"display:unset;overflow:unset;-webkit-line-clamp:unset;",".title__text":"max-height:unset; -webkit-line-clamp:unset;",".news-list-item__news-title":"max-height:unset; -webkit-line-clamp:unset;","a[class*='link'] > .link__headline":"max-height:unset; -webkit-line-clamp:unset;"},"bodyRule.add":{bodySelector:"[data-qa='ArticleList-Item']",articleSelector:"[data-qa='GenericArticle-Content']",xpathRule:["datatype:p"]}},{id:"lesswrong",matches:"www.lesswrong.com",extraBlockSelectors:["span.commentOnSelection"]},{id:"mastodon",matches:["mastodon.social","mastodon.online","kolektiva.social","indieweb.social","mastodon.world","infosec.exchange"],isTranslateTitle:!1,selectorMatches:["div#mastodon"],selectors:["div.status__content__text",".about__section__body",".content",".form-container",".account__header__extra"],globalAttributes:{"[class='notranslate app-holder']":{class:"app-holder"}},detectLanguage:!0},{id:"cnbc",matches:"www.cnbc.com",urlChangeDelay:1e3,globalStyles:{"div.Card-titleContainer > div":"-webkit-line-clamp: unset;max-height: unset;"},"excludeSelectors.add":["#GlobalNavigation","#GlobalFooter",".LiveBlogHeader-timestampAndShareBarContainer",".LiveBlogHeader-liveUpdatesPill"]},{id:"dailyDev",matches:"app.daily.dev",selectors:["h1",".typo-body","article h3","[class^=markdown_markdown]"],globalStyles:{".line-clamp-3":"-webkit-line-clamp: unset"}},{id:"pornhub",matches:["*.pornhub.com","pornhub.com"],excludeMatches:["*.pornhub.com/insights/*","pornhub.com/insights/*"],extraBlockSelectors:[".trendingNow",".searchItem",".tagcloud > a"],detectParagraphLanguage:!0,wrapperPrefix:"
",wrapperSuffix:` `,globalStyles:{"span.title":"height:unset; max-height:unset;",".detailedInfo":"max-height:unset;",".pcVideoListItem":"max-height:unset;",".wrap":"height:unset;",".entry-header":"height:unset;",".entry-title > a":"height:unset;-webkit-line-clamp:unset;"}},{id:"yourporn",matches:"https://www.youporn.com/*",extraBlockSelectors:[".button"],globalStyles:{".video-box":"max-height:unset;",".video-box-title":"white-space:unset;"}},{id:"modelhub",matches:"https://www.modelhub.com/*",globalStyles:{".videoTitle":"height:unset;",a:"height:unset;"}},{id:"xvideos",matches:"https://www.xvideos.com/*",globalStyles:{".title":"-webkit-line-clamp:unset;max-height:unset;",".mozaique":"display:flex; flex-wrap:wrap;"},excludeSelectors:[".video-hd-mark"]},{id:"missav",matches:"https://missav.com/*",globalStyles:{".truncate":"white-space:unset;",".overflow-y-hidden":"max-height:unset;overflow-y:unset;"},"subtitleRule.add":{type:"av",avSerial:{type:"url",regexStr:".+/([a-z0-9-]+)$"},videoSelector:".plyr__video-wrapper video",attachRule:{appendSelector:".plyr--video",injectedGlobalCSS:""},quickButtonRule:{appendSelector:".plyr__controls",insertBeforeSelector:'[data-plyr="captions"]'}}},{id:"javbus",matches:"https://www.javbus.com/*",globalStyles:{".photo-info":"height:unset;"},excludeSelectors:[".item-tag","date"]},{id:"spankbang",matches:"https://spankbang.com/*",globalStyles:{".video-item > a":"white-space:unset;"},excludeSelectors:[".stats",".thumb"],extraBlockSelectors:[".searches > a",".tag > a",".extra > a",".positions > li"]},{id:"javdb",matches:"https://javdb*.com/*",globalStyles:{".video-title":"white-space:unset;"},excludeSelectors:[".video-number",".score",".has-addons"]},{id:"jable",matches:"https://jable.tv/*",globalStyles:{".title":"white-space:unset;max-height:unset;",".img-box > a":"position:relative;"}},{id:"netflav.player",matches:["https://netflavns1.com","https://embedrise.com"],mainFrameMinTextCount:0,"subtitleRule.add":{type:"av",avSerial:{type:"url",regexStr:"code=([a-z0-9-]+)"},videoSelector:"#vplayer video",attachRule:{appendSelector:"#vplayer"},quickButtonRule:{appendSelector:"#vplayer .jw-button-container",insertBeforeSelector:"#vplayer .jw-button-container .jw-icon-cc"}}},{id:"netflav",matches:["https://netflav*.com/*"],globalStyles:{".grid_title":"max-height:unset;"},extraBlockSelectors:[".genre_filter_item","button"],"subtitleRule.add":{type:"av",avSerial:{type:"selector",selector:".videodetail_2_field_values",serialAttachIframe:"#iframe-block"}}},{id:"czechvideo",matches:"https://czechvideo.co/*",globalStyles:{".short-story":"height:unset;",".short-title":"height:unset;"},globalAttributes:{header:{translate:"unset;"}}},{id:"weibo",matches:["weibo.com","*.weibo.*"],selectors:["div[class^='detail_wbtext']",".weibo-text"],"stayOriginalSelectors.add":[".expand"]},{id:"medium",matches:["medium.com","*.medium.com"],selectorMatches:["meta[property='al:ios:url'][content^='medium://']"],urlChangeDelay:20,"additionalExcludeSelectors.remove":["i.fa","i[class^=fa-]",".navmenu-container",".google-symbols"],selectors:["h1","h2","h3","article section","[aria-hidden='false'] pre","article p",".postMetaInline","a .u-fontSize24"],excludeSelectors:["[aria-label='Post Preview Reading Time']",".al.b.bl.ag.bp",".al.b.bl.ag.ai",".hx.hy.hz.ia.ib.ab",".qb.ab",".ai.bn.n.mj",".speechify-ignore"],globalStyles:{"h2,h3":"-webkit-line-clamp: unset;max-height:unset;","article p":"-webkit-line-clamp: unset;max-height:unset;"},injectedCss:[".u-lineClamp4,.u-lineClamp3,.u-lineClamp2 {-webkit-line-clamp:unset!important;max-height:unset!important;}"]},{id:"nitter",selectorMatches:["meta[property='og:site_name'][content='Nitter']"],selectors:[".tweet-content",".quote-text"]},{id:"economist",matches:"www.economist.com",extraInlineSelectors:["span[data-caps='initial']"],excludeSelectors:["footer.ds-footer"],injectedCss:["a::before {position:relative!important;}"]},{id:"healthline",matches:"www.healthline.com",excludeSelectors:[".icon-hl-trusted-source-after"]},{id:"ebay",matches:"www.ebay.com",excludeSelectors:["headers","[itemprop=offers]",".dne-itemtile-original-price"],paragraphMinTextCount:4,paragraphMinWordCount:2,globalStyles:{"[itemprop=name]":"-webkit-line-clamp: unset;max-height: unset;",".merch-item-title":"-webkit-line-clamp: unset;max-height: unset;"}},{id:"skinstore",matches:"www.skinstore.com",excludeSelectors:[".responsiveFlyoutMenu_levelOneLink"],paragraphMinTextCount:4,paragraphMinWordCount:2},{id:"tripadvisor",matches:"www.tripadvisor.com",paragraphMinTextCount:4,paragraphMinWordCount:2},{id:"primevideo",matches:["www.primevideo.com","https://*.amazon.co.*/*video*","https://*.amazon.com/*video*"],"excludeSelectors.add":["#dv-web-player"],"mutationExcludeSelectors.add":["#dv-web-player *"],"subtitleRule.add":{type:"ebutt",hookType:"xhr",subtitleUrlRegExp:"\\.ttml2$",loadingContainerSelector:"#dv-web-player"}},{id:"amazon",matches:"www.amazon.com",paragraphMinTextCount:4,paragraphMinWordCount:2,extraBlockSelectors:[".a-size-small.a-link-normal.page-banner-link.a-nowrap"],globalStyles:{".a-carousel-viewport":"height:unset;","[class*='clamp']":"max-height: unset;-webkit-line-clamp: unset;","[data-rows]":"max-height: unset;-webkit-line-clamp: unset;","[data-a-expander-name='review_text_read_more']":" max-height: unset;"},excludeSelectors:["#navFooter","#navbar-main",".s-price-instructions-style","[class*='-star ']","[data-hook='acr-average-stars-rating-text']",".a-color-price"]},{id:"visualstudioMarketplace",matches:"marketplace.visualstudio.com",additionalExcludeSelectors:[".core-info-second-row",".core-info-third-row",".meta-data-list",".item-title",".breadcrumb",".itemDetails-right",".ux-user-name",".ux-updated-date",".ux-item-second-row-wrapper",".stats-and-offer",".header-container"],atomicBlockSelectors:[".core-info-cell > div.name"],globalStyles:{".item-details-control-root.ux-item-shortdesc":"height: unset; overflow: visible; max-height:unset;"}},{id:"bloomberg",matches:"www.bloomberg.com",urlChangeDelay:2e3,excludeSelectors:[".ticker-bar","nav","[aria-label=Banner]","aside","[data-component=ticker-bar]","footer.bb-global-footer",".vjs-text-track-display"],"bodyRule.add":{bodySelector:"main article",articleSelector:".body-content"},"subtitleRule.add":{type:"webvtt",subtitleUrlRegExp:"webvtt$",loadingContainerSelector:".vjs-text-track-display",quickButtonRule:{appendSelector:".vjs-control-bar",insertBeforeSelector:".vjs-playback-rate"}}},{id:"baiduXueshu",matches:"xueshu.baidu.com",globalStyles:{".abstract_wr":"height: unset; overflow: visible; max-height:unset;"}},{id:"sciencedirect",matches:"www.sciencedirect.com",urlChangeDelay:2e3,stayOriginalSelectors:["span.display","span.math"],extraBlockSelectors:["span.captions","span[id^=cap]"],globalAttributes:{"#abspara0010 br":{style:"display:none;"}}},{id:"thehighestofthemountains",matches:"www.thehighestofthemountains.com",extraBlockSelectors:"div"},{id:"telegraph1",matches:"te.legra.ph",normalizeBody:"div.ql-editor[contenteditable='false']",urlChangeDelay:500},{id:"telegraph2",matches:["telegra.ph"],normalizeBody:"div.ql-editor[contenteditable='false']",wrapperPrefix:` `},{id:"annasArchive",matches:["*.annas-archive.org","annas-archive.org"],selectors:[],globalStyles:{"div[id^='link-index-']":"height: unset; max-height: unset;","main div[class*='h-[125]']":"height:auto"},normalizeBody:"body",extraBlockSelectors:["a.custom-a"]},{id:"explainshell",matches:["explainshell.com"],selectors:["[class='help-box']"]},{id:"apnews",matches:["apnews.com"],urlChangeDelay:2e3},{id:"googlePlay",matches:"play.google.com",excludeSelectors:[".vlGucd",".ubGTjb"],globalStyles:{".Epkrse":"-webkit-line-clamp:unset;"}},{id:"tumblr",matches:["www.tumblr.com"],selectors:["article h1","article > header + div","[data-testid=notes-root] p","div.k31gt","p","article ul","article h2","article h3","article h4","article h5","article h6","article blockquote","article ol"],excludeSelectors:["div.fAAi8","div.wvu3V"],preWhitespaceDetectedTags:["DIV","SPAN","P"]},{id:"tinytask",matches:"https://www.tinytask.net",globalStyles:{"table > tbody > tr > td > center > table > tbody > tr > td > ul > li":"height: 100%"}},{id:"foxnews",matches:"www.foxnews.com",shadowRootSelectors:["[data-spot-im-module-default-area='conversation'] > div"],"excludeTags.add":["TEXT","IMG","SUB","SUP","CODE","TT","ASIDE"],excludeSelectors:[".site-footer",".components-MessageDetails-index__message-details-wrapper","div[class^=SlideDown__container]",".components-MessageActions-index__messageActionsWrapper","span[data-openweb-allow-amp]","div.spcv_typing-users"]},{id:"afreecatv",matches:"www.afreecatv.com",globalStyles:{"a.title":"max-height:unset;-webkit-line-clamp:unset;"}},{id:"opennet",matches:"opennet.ru","excludeTags.add":["LABEL","IMG","SUB","SUP","CODE","TT"],"excludeTags.remove":["LINK","G","MATH","TTS-SENTENCE","AIO-CODE"]},{id:"construct",matches:["www.construct.net"],excludeMatches:["preview.construct.net","editor.construct.net"],additionalSelectors:["aside","div.manualContent"],atomicBlockSelectors:[],stayOriginalSelectors:["a.usernameReference"],additionalInlineSelectors:["a.forumLink"],additionalExcludeSelectors:["div.topNav","div.usernameLink","ul.authorDetails","ul.tagViewer","ul.breadCrumbNav","ul.subForumForums","ul.postTools","li.comment ul.controls","div.forumTopNavWrap","div.downloadWrap","div.articleLeftMenu","div.usernameTextWrap","div.favouriteWrap","div.bannerWrapper","div.viewAddonRightMenu","div.extendedMenu.addonsSubMenu","#BottomLinks.bottomLinks","div#LeftSide.leftSide","div#BottomWrap.bottomWrap","div.courseListWrap div.overview","div.conversationControls","div.contentWrapper h1","div.conversationControls","td.location a#LocationLink","#TopLevelComments .topBar","#TopLevelComments .controls",".tagViewWrap",".changeCount",".otherStats",".FilterMenu",".mobileTopicStats",".forumControlsWrapper",".forumsBottomNavWrap",".breadCrumbNav",".favouriteWrap",".usernameLink",".followWrapper",".blogPostStats",".manualContent dl dt"],globalStyles:{"td.location a#LocationLink":"padding-top: 4px;","div.articleMain .tutCourseWrap":"align-items: flex-start;"}},{id:"getpocket",matches:"getpocket.com",selectors:["h2","div.excerpt p","article","h1"],globalStyles:{"h2.title":"max-height:unset;-webkit-line-clamp:unset;","div.excerpt p":"max-height:unset;-webkit-line-clamp:unset;"}},{id:"fandom",matches:"*.fandom.com",urlChangeDelay:800,normalizeBody:"#mw-content-text",globalStyles:{"#mw-content-text > div > div:nth-child(1)":"height:100%;"},additionalExcludeSelectors:["header.fandom-community-header","div.ph-registration-buttons"]},{id:"huggingface",matches:"huggingface.co",globalStyles:{".line-clamp-2":"-webkit-line-clamp:unset;max-height:unset;"}},{id:"statista",matches:"www.statista.com",globalStyles:{".itemContent__text":"height:unset;max-height:unset;",".itemContent__subline":"height:unset;max-height:unset;"}},{id:"epubReader",matches:"epub-reader.online",globalStyles:{"span.slide-contents-item-label":"overflow:visible;max-height:unset;white-space:normal;"},atomicBlockSelectors:["div.slide-contents-item"]},{id:"you",matches:"https://you.com/search",globalStyles:{h3:"max-height:unset;-webkit-line-clamp:unset;",".caKYaC":"max-height:unset;-webkit-line-clamp:unset;",".dDwDsu":"max-height:unset;-webkit-line-clamp:unset;"},excludeSelectors:["div.hpIWZO"]},{id:"auth0Openai",matches:"auth0.openai.com",excludeSelectors:["form","header > h1"]},{id:"chatOpenai",matches:"chat.openai.com",excludeSelectors:["div.absolute.bottom-0.left-0.w-full","h1","div#headlessui-portal-root","nav","ul[aria-multiselectable]",".markdown *","div[class='flex flex-col items-start']","div[class='flex items-center justify-center gap-1 border-b border-black/10 bg-gray-50 p-3 text-gray-500 dark:border-gray-900/50 dark:bg-gray-700 dark:text-gray-300']"],"excludeTags.remove":["BUTTON"],isTranslateTitle:!1,wrapperPrefix:"",globalStyles:{"[class*='line-clamp']":"max-height:unset;-webkit-line-clamp:unset;height:unset;white-space:unset;"},aiRule:{streamingSelector:".result-streaming.markdown",messageWrapperSelector:".markdown",streamingChange:!0,streamingDeepChild:!0,streamingDelayTime:1e3}},{id:"poe",matches:["https://poe.com/*"],excludeSelectors:[".Markdown_markdownContainer__Tz3HQ *",".MarkdownLink_linkifiedLink__KxC9G","menu","aside"],aiRule:{streamingSelector:".ChatStopMessageButton_stopButton__LWNj6",messageWrapperSelector:".Markdown_markdownContainer__Tz3HQ",streamingChange:!1,streamingDeepChild:!0,streamingDelayTime:1e3}},{id:"glasp",matches:"glasp.co",excludeSelectors:[".home_overview_list_content_wrapper"]},{id:"developerChrome",matches:"developer.chrome.com",excludeSelectors:["web-tabs","ul.code-sections--summary"]},{id:"android",matches:["developer.android.google.cn","developer.android.com"],observeUrlChange:!0,additionalSelectors:["aside","google-codelab-step"]},{id:"ft",matches:"www.ft.com",excludeSelectors:["header","[aria-labelledby=cookie-banner-aria-label]","footer","[aria-label='Primary navigation']"]},{id:"microsoft",matches:"https://apps.microsoft.com/store/detail/*",additionalSelectors:["pre"],globalStyles:{".line-clamp":"-webkit-line-clamp:unset;max-height:unset;"},isTransformPreTagNewLine:!0},{id:"gitlab",matches:"gitlab.com",excludeSelectors:[".tree-content-holder","nav",".home-panel-metadata","div[data-testid=project_topic_list]",".commit"]},{id:"tiktok",matches:"https://www.tiktok.com/*/video/*",selectors:["[data-e2e^=comment-level]","[data-e2e=browse-video-desc] > span"]},{id:"rfcEditor",matches:["www.rfc-editor.org","docs.haproxy.org"],isTransformPreTagNewLine:!0,"excludeTags.add":["IMG","SUB","SUP","CODE","TT","ASIDE","FOOTER"],"excludeTags.remove":["LINK","G","PRE","TTS-SENTENCE","AIO-CODE"]},{id:"steamcommunity",matches:"steamcommunity.com",globalStyles:{".forum_topic,.rightbox_list_option":"height:auto;",".forum_topic_name":"white-space:normal;line-height: 1.25rem; padding: 6px 20px 0 0;",".forum_topic_op":"clear: left; padding: 0 0 6px 2rem;"},excludeSelectors:[".forum_paging",".forum_topic_reply_count",".forum_topic_lastpost",".forum_topic_award_count",".discussion_search_pagingcontrols"]},{id:"steampoweredApp",matches:"store.steampowered.com/app/*",selectors:[".game_description_snippet",".game_area_description","#earlyAccessHeader","[id^='ReviewContent'] .content",".ModalOverlayContent"],excludeSelectors:["#global_actions","#store_controls","#foryou_tab","[class*=persona]","[class*=game_title_area]","a.btn_medium",".persona_name",".hours.ellipsis",".checkcol",".postedDate",".dev_row .summary",".already_in_library",".game_header_image_ctn .grid_content",".ds_flag.ds_wishlist_flag",".early_access_review.tooltip",".communitylink_achievement_images",".user_reviews_summary_row.summary",".review_award_ctn",".add_to_wishlist_area",".next_in_queue_content",".glance_tags.popular_tags",".game_purchase_action",".vote_button_ctn","#VoteUpDownBtnCtn","#footer","#ViewAllReviewssummary"],atomicBlockSelectors:[".game_area_sys_req_leftCol",".game_area_sys_req_rightCol"],extraInlineSelectors:[".pulldown"],additionalSelectors:[".game_page_autocollapse_ctn iframe"],globalStyles:{".game_description_snippet":"max-height:unset; overflow: scroll;",".game_purchase_area_friends_want":"height: auto; padding-bottom: 6px;",".div.early_access_banner":"height: 84px",".franchise_notice > *":"height: 84px"},detectParagraphLanguage:!0},{id:"steampowered",matches:"store.steampowered.com",detectParagraphLanguage:!0},{id:"nature",matches:"https://www.nature.com/articles/*",excludeSelectors:[".c-header",".c-recommendations-header",".c-recommendations-list-container",".c-article-references__links",".c-article-identifiers",".c-article-author-list",".c-article-metrics-bar__wrapper",".c-article__pill-button","#author-information-content","#article-info-section"]},{id:"webofscience",matches:"https://www.webofscience.com/*",globalStyles:{".abstract":"height:auto !important;",".show-more-lines":"height:unset !important;"},excludeSelectors:[".summary-left-panel",".authors","app-full-record-keywords mark"],mutationObserverContainerSelectors:["[data-ta='summary-record-title-link']","#FullRTa-fullRecordtitle-0"],extraBlockSelectors:["app-summary-authors + div","app-full-record-keywords span span"],observeUrlChange:!0,urlChangeDelay:600,mutationChangeDelay:600},{id:"appleinsider",matches:["appleinsider.com"],excludeSelectors:["#topic-nav"]},{id:"jetbrains",matches:"https://www.jetbrains.com/help/*",extraBlockSelectors:["[data-test=prompt]"]},{id:"crates",matches:["https://crates.io/search*"],selectors:["div[class^=_description-box] div[class^=_description]"]},{id:"theverge",matches:"www.theverge.com",shadowRootSelectors:["div#coral_thread > div"]},{id:"simp",matches:"https://beta.simp.red/trans*",mainFrameSelector:".simpread-read-root"},{id:"lookintobitcoin",matches:"https://www.lookintobitcoin.com/charts/*",excludeSelectors:["svg"]},{id:"openaiAccount",matches:"https://platform.openai.com/account/api-keys*",urlChangeDelay:1500},{id:"openaiDocs",matches:"https://platform.openai.com/docs*","excludeSelectors.add":[".pheader"]},{id:"pkgStd",matches:"https://pkg.go.dev/std",selectors:["td.UnitDirectories-desktopSynopsis"]},{id:"pkg",matches:"https://pkg.go.dev/*",selectors:["div.UnitDetails p"]},{id:"explainpaper",matches:["https://www.explainpaper.com/reader*"],isTranslateTitle:!1,selectors:[".leading-relaxed",".chat-messages p",".text-sm"]},{id:"colab",matches:"https://colab.research.google.com/*",excludeSelectors:["code","view-line"]},{id:"gatesnotes",matches:"www.gatesnotes.com",minZIndex:-1},{id:"kakao",matches:"page.kakao.com",shadowRootSelectors:["div[style^='visibility: visible'"]},{id:"coinmarketcap",matches:"coinmarketcap.com",extraBlockSelectors:["div[class='sc-3502f6cd-0 JxHqg']"]},{id:"wandb",matches:"wandb.ai",additionalSelectors:[".report-page-top"],additionalStayOriginalSelectors:["span[data-slate-inline=true]"],extraInlineSelectors:[]},{id:"paulgraham",matches:"paulgraham.com",additionalSelectors:["font[face=verdana]"],extraBlockSelectors:"font[face=verdana]"},{id:"zendesk",matches:"https://*.zendesk.com/agent/*",selectors:["[data-test-id*=subject]",".zd-comment",".title"]},{id:"migadu",matches:"webmail.migadu.com",selectors:[".bodyText"]},{id:"thehackernews",matches:"thehackernews.com",excludeSelectors:["span#blog-pager-older-link","span.h-datetime"],additionalSelectors:[".pop-title"]},{id:"brown",matches:"cs.brown.edu",excludeSelectors:[".SCodeFlow"]},{id:"tass",matches:"tass.ru",globalStyles:{"#__next":"font-size: 19px;line-height:28px;"}},{id:"chatGoogle",matches:"chat.google.com",selectors:["[jsname=bgckF]"]},{id:"fiverr",matches:"https://www.fiverr.com/inbox/*",selectors:[".message-body"]},{id:"fiverr-main",matches:"*.fiverr.com",globalStyles:{"h3 > a":"-webkit-line-clamp:unset;overflow:unset;",h3:"-webkit-line-clamp:unset;overflow:unset;",h5:"-webkit-line-clamp:unset;overflow:unset;",p:"-webkit-line-clamp:unset;overflow:unset;",".YLycza2.u9KHmsf":"height:unset;max-height:unset;",".lt2ar2q.EhHcMiw":"height:unset; max-height: unset;"},excludeSelectors:[".popular"]},{id:"jira",matches:["jira.*.com/browse/*","jira.*.com/projects/*"],selectors:["[id=descriptionmodule]","[id=summary-val]","div.action-body","td.stsummary"]},{id:"ahaIo",matches:["*.aha.io"],selectors:["[tabindex='0']","div.user-content","div.comments__body","span.name"]},{id:"thehill",matches:"thehill.com",injectedCss:[".most-popular-item { max-height: unset !important; }",".most-popular-item__link { -webkit-line-clamp: unset !important; }"],excludeSelectors:["div.featured-cards__byline","div.list-item__meta",".tags__item","div.extended-scroll__header",".submitted-by",".site-header--has-alert-banner",".homepage__container__opinion__item__byline",".homepage__container__header",".archive__item__meta"]},{id:"ubuntu",matches:"manpages.ubuntu.com",selectors:["pre"],atomicBlockTags:["pre"]},{id:"spiedigitallibrary",matches:"www.spiedigitallibrary.org","excludeTags.add":["IMG","SUB","SUP","CODE","TT","ASIDE","FOOTER"],"excludeTags.remove":["LINK"]},{id:"promptingguide",matches:"www.promptingguide.ai",selectors:["article","li"]},{id:"ground",matches:"ground.news",globalStyles:{".line-clamp-3":"-webkit-line-clamp: unset !important;"}},{id:"ietf",matches:"*.ietf.org/doc/html/*",additionalSelectors:["pre"],isTransformPreTagNewLine:!0,preWhitespaceDetectedTags:["DIV","SPAN","PRE"]},{id:"newsminimalist",matches:"https://www.newsminimalist.com/",extraBlockSelectors:[".inline-flex"],"excludeTags.remove":["BUTTON"]},{id:"yandexIndex",matches:"https://yandex.com/",selectors:[".tabs__item-text"]},{id:"yandexSearch",matches:"https://yandex.com/search/*",excludeSelectors:[".KeyValue-Row",".EntityFeedbackFooter",".Organic-Subtitle",".SerpFooter-Content",".serp-user",".Pager"],globalStyles:{".ExtendedText-Toggle":"white-space:normal;"}},{id:"yandex",matches:"https://yandex.com/video/*",selectors:[".serp-item__title",".serp-item__text",".Keypoints-ItemTitle",".bes-epmjnzm-idtktyj",".OrganicTitle-LinkText","h1.VideoTitle"],globalStyles:{".serp-item__title":"-webkit-line-clamp: unset;max-height:unset;",".serp-item__text":"-webkit-line-clamp: unset;max-height:unset;",".OrganicTitle-LinkText":"-webkit-line-clamp: unset;max-height:unset;","h1.VideoTitle":"-webkit-line-clamp: unset;max-height:unset;",".link .serp-item__keypoints":"bottom:2px;",".OrganicTitle":"max-height:unset;"}},{id:"perplexity",matches:"https://www.perplexity.ai",globalStyles:{".line-clamp-1":"-webkit-line-clamp: unset !important;",".line-clamp-2":"-webkit-line-clamp: unset !important;"},"mutationConfig.add":{buildTimeout:1e3,consumeTimeout:1e3},additionalStayOriginalSelectors:["a.citation"],selectors:[".prose",".my-md",".line-clamp-2",".line-clamp-1"]},{id:"allmyfaves",matches:"https://allmyfaves.com/",selectors:["p"],paragraphMinTextCount:2,paragraphMinWordCount:1},{id:"man7",matches:"man7.org",isTransformPreTagNewLine:!0,globalStyles:{pre:"white-space: inherit;"}},{id:"kadaza",matches:"https://www.kadaza.com/",selectors:[".header span.title",".custom-content-footer"],containerMinTextCount:2,containerMinWordCount:1,paragraphMinTextCount:2,paragraphMinWordCount:1},{id:"urlChangeDelay",matches:["https://babelnovel.com/books/*","https://www.webnovel.com/book/*","https://platform.openai.com/docs/*","docs.oracle.com","docs-cortex.paloaltonetworks.com","forum.m5stack.com/topic/*","community.m5stack.com/topic/*"],urlChangeDelay:0,_comment:"\u89E3\u51B3url\u53D8\u5316\u91CD\u590D\u7FFB\u8BD1\u95EE\u9898"},{id:"genuine",matches:"blog.genuine.com",excludeSelectors:["div.enlighter"]},{id:"chinadaily",matches:"www.chinadaily.com.cn",injectedCss:["a { height: unset !important; }","li { height: unset !important; }","div { height: unset !important; }",".immersive-translate-target-inner {color:black;}"],excludeSelectors:[".topNav",".topNav2_art > span",".topNav_art2 > .dropdown",".dibu-three",".topBar"]},{id:"braynzarsoft",matches:"www.braynzarsoft.net",selectors:["div#view-question-desc"]},{globalAttributes:{"#stimulus":{translate:"off",class:"stimulus"},"#stem":{translate:"off",class:"stem"}},id:"lawhub",matches:"https://lawhub.lsac.org/question/*"},{id:"yuque",matches:"https://www.yuque.com/*",excludeSelectors:[".lark-virtual-tree"]},{id:"bearblog",matches:"https://bearblog.dev/discover/*",excludeTags:["small"]},{id:"researchgate",matches:"www.researchgate.net",excludeSelectors:[".nova-legacy-v-publication-item__meta-data",".nova-legacy-v-publication-item__person-list",".js-authors-list"]},{id:"theatlantic",matches:["www.theatlantic.com","https://mashable.com/*"],"excludeSelectors.add":["footer:last-of-type","nav","header div.subtitle-2.w-full"],initialSelectorGlobalAttributes:{"footer:last-of-type":{translate:"no"},"nav:last-of-type":{translate:"no"},nav:{translate:"no"}}},{id:"youtrackJetbrains",matches:"youtrack.jetbrains.com/articles/*",selectors:["[role=presentation]","[data-test=article-content]"],excludeSelectors:[".toolbar__ee8"]},{id:"dw",matches:"www.dw.com",initialSelectorGlobalAttributes:{"footer:last-of-type":{translate:"no"},"nav:last-of-type":{translate:"no"},nav:{translate:"no"}},excludeSelectors:[".focus-menu-shown"]},{id:"sentry",matches:"docs.sentry.io",initialSelectorGlobalAttributes:{"footer:last-of-type":{translate:"no"},".navbar":{translate:"no"}},"extraInlineSelectors.add":[".term-wrapper","span.description"]},{id:"openai-blog",matches:"https://openai.com/blog/*","stayOriginalTags.remove":["CODE"]},{id:"urlComment",selectorMatches:["meta[name='generator'][content^='Discourse']"],urlChangeDelay:0,_comment:"\u89E3\u51B3url\u53D8\u5316\u4F46\u662F\u9875\u9762\u4E0D\u53D8\u7684\u95EE\u9898"},{id:"feedly",matches:"feedly.com",globalStyles:{".TitleOnlyLayout":"height:unset !important;",".EntrySummary--u4":"-webkit-line-clamp: unset;max-height:unset;",".EntrySummary--u5":"-webkit-line-clamp: unset;max-height:unset;"},excludeSelectors:[".Leftnav"]},{id:"bardGoogle",matches:"bard.google.com",excludeSelectors:["mat-sidenav","div.capabilities-disclaimer","#cdk-overlay-6","message-actions button",".mdc-button__label .ng-star-inserted",".mdc-list-item__primary-text"],isTranslateTitle:!1,"excludeTags.add":["mat-tooltip-component"],"excludeTags.remove":["BUTTON"]},{id:"whatsapp",matches:"web.whatsapp.com",selectors:[".copyable-text > span"],wrapperPrefix:` -`,wrapperSuffix:"
"},{id:"bing",matches:"https://*.bing.com/search*",extraInlineSelectors:["a","i"],globalStyles:{"[class*='lineclamp'],.b_title":"-webkit-line-clamp:unset;"}},{id:"yahoo",matches:"*.yahoo.*",excludeSelectors:["._ys_jiqava","#ybar-inner-wrap","#Col2-5-Rmp-Proxy"],extraBlockSelectors:[".SIPGg",".sc-kzMCTH.pSZXj"],globalStyles:{"#atomic .Mt\\(20px\\)":"margin-top: 100px;","[class*='LineClamp']":"-webkit-line-clamp:unset;max-height:unset;","a[class*='js-content-viewer']> div[class*='Td\\(n\\)']":"overflow: scroll;","[class*='_ys_24482e']":"-webkit-line-clamp:unset;","#Aside > :first-child":"overflow:scroll;"}},{id:"wsj",matches:"www.wsj.com",excludeSelectors:["header","footer","nav","[aria-label='Markets summary']"]},{id:"businessinsider",matches:"www.businessinsider.com",excludeSelectors:["header","nav","section.live-updates-module "]},{id:"goodreads",matches:"www.goodreads.com",excludeSelectors:[".badgeYear",".gr-mediaBox__desc",".bookVotedRow",".minirating","div[itemprop='aggregateRating']",".wtrButtonContainer",".RatingsHistogram__labelTitle",".FollowButton",".siteHeader__topLevelLink","#books > thead","td[class*='rating']","td[class*='shelves']","td[class*='date_read']","td[class*='date_added']","td[class*='actions']"]},{id:"feeder",matches:"https://feeder.co/*",globalStyles:{".item-summary":"-webkit-line-clamp:unset;"}},{id:"elektrotechnik",matches:"https://www.elektrotechnik.rwth-aachen.de/*",globalAttributes:{"[class='notranslate']":{class:""}}},{id:"nytimes",matches:"www.nytimes.com",excludeSelectors:["#app > div > div > header","#app > div > div > div > div > header","#in-story-masthead"],injectedCss:["a::after {position:relative!important;}"]},{id:"bugsKde",matches:"bugs.kde.org","excludeTags.remove":["svg","PRE"],additionalExcludeSelectors:[".bz_first_comment_head",".bz_comment_head",".related_actions"]},{id:"eastmoney",matches:"guba.eastmoney.com",searchEnhancementConfig:[{id:"eastmoney",urlMatch:"guba.eastmoney.com/news,us\\w+,\\w+.html",delayTime:0,selector:".moneyFlowContainer",selectorAction:"insertBefore",style:{container:"background:white;border:none;border-radius: 4px;box-shadow: 0 2px 4px hsla(216,5%,62%,.14);",source:"font-size:12px; margin-bottom: 0px;",keyword:"color:#294688",title:"font-size:14px;color:#294688;",enTitle:"margin-top:4px;font-size:12px;",searchTitle:"margin:4px 0 16px;position:relative;padding-right:24px;font-size: 16px;",time:"margin: 0px 0 16px;",more:"color:#294688;margin-top:8px;"},keyword:{value:"[0]$1 stock",matches:[{source:"url",matchRegex:"guba.eastmoney.com/news,us(\\w+?),\\S+.html"}]},showCount:8},{id:"eastmoney",urlMatch:"guba.eastmoney.com/list,us\\w+.*.html",delayTime:0,selector:".qualityContentContainer",selectorAction:"insertBefore",style:{container:"background:white;border:none;border-radius: 4px;box-shadow: 0 2px 4px hsla(216,5%,62%,.14);",source:"font-size:12px; margin-bottom: 0px;",keyword:"color:#294688",title:"font-size:14px;color:#294688;",enTitle:"margin-top:4px;font-size:12px;",searchTitle:"margin:4px 0 16px;position:relative;padding-right:24px;font-size: 16px;",time:"margin:0px 0 16px;",more:"color:#294688;margin-top:8px;"},keyword:{value:"[0]$1:[0]$2",matches:[{source:{type:"selector",attribute:"href"},matchRegex:"code=(\\w+)_(\\w+)",match:"a[href*='rank/stock?code=']"}]},showCount:8}]},{id:"xueqiu",matches:"xueqiu.com",searchEnhancementConfig:[{id:"xueqiu",urlMatch:"xueqiu.com/S/[a-zA-Z]+/?$",delayTime:0,selector:".container-side-sm.float-right.stock__side",selectorAction:"appendChild",style:{container:"background:white;border:none;border-radius: 4px;padding:0;",source:"font-size:12px; margin-bottom: 0px;",keyword:"color:#06c",title:"font-size:14px;color:#06c;",enTitle:"margin-top:4px;font-size:12px;",searchTitle:"margin:4px 0 16px;position:relative;padding-right:24px;font-size: 16px;font-weight: bold;",time:"margin:0px 0 16px;",more:"color:#06c;margin-top:8px;"},showCount:8,keyword:{value:"[0]$1",matches:[{source:{type:"selector",attribute:"text"},matchRegex:"\\((.+)\\)",match:".stock-name"}]}}]},{id:"laohu8",matches:"www.laohu8.com",searchEnhancementConfig:[{id:"laohu8",urlMatch:"www.laohu8.com/stock/[a-zA-Z]+/?$",delayTime:0,selector:".hot-stocks-root",selectorAction:"insertBefore",style:{container:"background:white;border:none;border-radius: 4px;box-shadow: 0 2px 4px hsla(216,5%,62%,.14);",source:"font-size:12px; margin-bottom: 0px;",title:"font-size:14px;color: #007bff;",enTitle:"margin-top:4px;color: #4d5156;font-size:12px;",searchTitle:"margin:4px 0 16px;position:relative;padding-right:24px;font-size: 16px;",time:"margin: 0px 0 16px;"},keyword:{value:"[0]$1 stock",matches:[{source:"url",matchRegex:"stock/([a-zA-Z]+)"}]},showCount:8}]},{id:"futunn",matches:"www.futunn.com",searchEnhancementConfig:[{id:"futunn",urlMatch:"www.futunn.com/stock/\\w+-US",delayTime:0,selector:".right",selectorAction:"appendChild",style:{container:"background:white;border:none;border-radius: 4px;box-shadow: 0 2px 4px hsla(216,5%,62%,.14);",source:"font-size:12px; margin-bottom: 4px;",title:"font-size:14px;color: #007bff;",enTitle:"margin-top:4px;color: #4d5156;font-size:12px;",searchTitle:"margin:4px 0 16px;position:relative;padding-right:24px;font-size: 16px;",time:"margin: 4px 0 20px;"},keyword:{value:"[0]$1 stock",matches:[{source:"url",matchRegex:"stock/([a-zA-Z]+)-US"}]},showCount:8}]},{id:"bmvrMarseille",matches:"www.bmvr.marseille.fr",globalStyles:{"a > div":"display:block;","[style*='358px;']":"width: 33.3333%; height: auto; padding: 0px; position: relative; margin: 0px;"},globalAttributes:{"#app":{class:""}}},{id:"piAi",matches:"pi.ai/talk",globalStyles:{"[class*='text-brand-green']":"flex-direction:column;"}},{id:"claudeAi",matches:"claude.ai",excludeSelectors:[".contents *"],"excludeTags.remove":["PRE"],injectedCss:"[data-testid='chat-menu-trigger'] br {display:none;}",aiRule:{messageWrapperSelector:".contents",messageContainerSelector:".ReactMarkdown",messageStreamEndSelector:".contents > button",streamingChange:!0,streamingDeepChild:!1,streamingDelayTime:1e3}},{id:"feishu",matches:["*.feishu.cn","*.larkoffice.com","*.larksuite.com"],"additionalExcludeSelectors.remove":[".notranslate","[translate=no]"],mutationObserverLimitTargetSelectors:[".maindocbody","div[class*='render']","div[class*='block']"],"excludeSelectors.add":[".catalogue__list"]},{id:"gitbook",selectorMatches:[".gitbook-root"],"additionalExcludeSelectors.remove":[".notranslate","[translate=no]"],"additionalExcludeSelectors.add":["[spellcheck='false']"]},{id:"mitre",matches:"cwe.mitre.org",globalStyles:{"span.list_entry":"height: unset;"}},{id:"kaggle",matches:"www.kaggle.com",excludeTags:["i","button"]},{id:"ieee",matches:"spectrum.ieee.org",extraBlockSelectors:["small"]},{id:"ieeexplore",matches:"ieeexplore.ieee.org",stayOriginalSelectors:["a[ref-type]",".inline-formula",".display-formula"]},{id:"cnn",matches:"*.cnn.com","excludeSelectors.add":[".ad-slot-header__wrapper","#pageFooter"],"bodyRule.add":{bodySelector:".layout__content-wrapper",articleSelector:".article__content-container"}},{id:"marginalrevolution",matches:"marginalrevolution.com",globalAttributes:{header:{translate:"unset;"}}},{id:"highfrequencyelectronics",matches:"www.highfrequencyelectronics.com",globalStyles:{"#main-content":"overflow:unset;"}},{id:"githubBlog",matches:"github.blog",globalStyles:{".font-mktg":"word-break:normal;"}},{id:"semanticscholar",matches:"www.semanticscholar.org",selectors:[".cl-paper-title",".cl-paper-abstract",".tldr-abstract-replacement",".text-truncator",".paper-detail-title"]},{id:"uni-trier",matches:"dblp.uni-trier.de",selectors:["h1","h2",".title",".external","dd p"],excludeSelectors:[".side-column"]},{id:"bilibili",matches:"www.bilibili.com","excludeSelectors.add":[".bpx-player-subtitle-panel-text"],"subtitleRule.add":{type:"bilibili",subtitleUrlRegExp:"aisubtitle.hdslb.com/bfs",loadingContainerSelector:".bpx-player-subtitle-panel"}},{id:"time",matches:"time.com",excludeSelectors:[".date-and-duration"],globalStyles:{".headline":"-webkit-line-clamp:unset;overflow:unset;height:unset;",h3:"-webkit-line-clamp:unset;overflow:unset;",p:"-webkit-line-clamp:unset;overflow:unset;"}},{id:"docs-swift",matches:"docs.swift.org",selectors:[".content","#menu"]},{id:"uzh",matches:"www.uzh.ch",injectedCss:[".TextImage--inner {overflow:auto !important;}"]},{id:"mail-yandex",matches:"mail.yandex.com",selectors:["article",".Text_color_primary",".mail-MessageSnippet-Item_subject"],globalStyles:{".mail-MessageSnippet":"height: unset; line-height:unset;",".immersive-translate-target-translation-block-wrapper":"margin:unset;"}},{id:"forums.zotero",matches:"forums.zotero.org",selectors:[".page-sidebar",".page-content"]},{id:"pubmed.ncbi.nlm.nih.gov",matches:"pubmed.ncbi.nlm.nih.gov",urlChangeDelay:0,excludeSelectors:[".docsum-journal-citation",".citation-part",".docsum-authors",".top-wrapper",".article-source",".citation-doi",".identifiers",".cite",".share",".arrow-link"],globalAttributes:{"#Scholarscope_HighlightContent":{class:""},"#Scholarscope_HighlightOrigin":{class:"Scholarscope_HighlightContents"}},mutationExcludeContainsSelectors:["#Scholarscope_HighlightContent highlight"],mutationExcludeSelectors:["#Scholarscope_HighlightContent","#Scholarscope_HighlightContent span"],injectedCss:["#Scholarscope_HighlightOrigin > p font,#Scholarscope_HighlightContent > p font {display: inline!important;}","#Scholarscope_HighlightOrigin > p font br,#Scholarscope_HighlightContent > p font br {display: none!important;}"]},{id:"chosun",matches:"www.chosun.com",injectedCss:"body {word-break: unset!important;}"},{id:"yna",matches:"*.yna*",injectedCss:["font > br {display:none}"],globalStyles:{"a,strong":"max-height:unset;-webkit-line-clamp:unset;height:unset;white-space:unset;","div,p,li,.item-box01,.news-con":"height:unset;max-height:unset;-webkit-line-clamp:unset;"},"additionalExcludeSelectors.remove":[".notranslate","[translate=no]"]},{id:"cnet",matches:"www.cnet.com",globalStyles:{"h3,div,span,p":"max-height:unset;-webkit-line-clamp:unset;height:unset;white-space:unset;"}},{id:"dolmods",matches:"dolmods.net",globalStyles:{"[class*='max-h']":"max-height:unset!important;"}},{id:"digitimes",matches:"www.digitimes.com",globalStyles:{"a,.title,.abstract,.display-5,.top":"max-height:unset;-webkit-line-clamp:unset;height:unset;white-space:unset;"},"excludeSelectors.add":[".main-nav-frame",".sub-header-wrapper",".footer",".date"],"additionalExcludeSelectors.remove":[".notranslate","[translate=no]"]},{id:"vdi-nachrichten",matches:"www.vdi-nachrichten.com","excludeSelectors.add":[".header-menu__item > a",".linkbar__item",".header__button-group"]},{id:"htdp",matches:"htdp.org",excludeTags:["blockquote"],stayOriginalSelectors:[".RktIn"]},{id:"newsletterss",matches:"newsletterss.com",initialGlobalAttributes:{iframe:{scrolling:"auto"}}},{id:"docusaurus",selectorMatches:["#__docusaurus"],"excludeSelectors.add":["aside",".DocSearch-Modal"]},{id:"mercari",matches:"*.mercari.com","excludeTags.remove":["PRE"]},{id:"qqMail",matches:"mail.qq.com",useIframePostMessage:!1},{id:"nikkei",matches:"www.nikkei.com",globalStyles:{"h3,div,span,p":"max-height:unset;-webkit-line-clamp:unset;height:unset;white-space:unset;"}},{id:"pubs.rsc.org",matches:"pubs.rsc.org",excludeSelectors:[".eqn"]},{id:"indeed",matches:"*.indeed.com",globalStyles:{"span,.css-19rjr9w.e1wnkr790":"max-height:unset;-webkit-line-clamp:unset;height:unset;white-space:unset;"},"excludeTags.remove":["BUTTON"]},{id:"brutalist",matches:"brutalist.report",selectors:["li > a:first-child","aside","nav > a","h1 > a","h3 > a","h2 >a"],"additionalExcludeSelectors.remove":[".notranslate","[translate=no]"]},{id:"maxroll",matches:["maxroll.gg"],extraInlineSelectors:[".d4t-sprite-icon",".d4t-icon"],injectedCss:["font {font-family: sans-serif !important;}"]},{id:"microsoftTeams",matches:["teams.live.com"],"stayOriginalSelectors.add":["span[title][style='min-width: 20px; height: 20px;']"]},{id:"gradioappdocs",matches:"www.gradio.app/docs/*",selectors:["div.obj"],excludeSelectors:["div#examples"]},{id:"arca",matches:"arca.live","excludeTags.remove":["PRE"]},{id:"chatpdf",matches:["www.chatpdf.com"],"additionalExcludeSelectors.remove":[".notranslate"],excludeSelectors:[".chat-message-row.ai *",".pdf-viewer"],aiRule:{streamingSelector:"",messageWrapperSelector:".chat-message-row.ai",streamingChange:!1,streamingDeepChild:!0,streamingDelayTime:1e3}},{id:"inciteful",matches:["inciteful.xyz"],"excludeTags.remove":["BUTTON"]},{id:"app.element.io",matches:["app.element.io"],"additionalExcludeSelectors.remove":[".notranslate"],"excludeSelectors.add":[".mx_DisambiguatedProfile",".mx_ReplyChain_wrapper",".mx_ThreadSummary_replies_amount"]},{id:"fastapi.tiangolo.com",matches:"fastapi.tiangolo.com",selectors:["article"]},{id:"termynal",selectorMatches:["link[href*='termynal.css']"],"stayOriginalSelectors.add":[".termy"]},{id:"cpb-nl",matches:["www.cpb.nl"],"bodyRule.add":{enable:!1}},{id:"hub.logseq",matches:["hub.logseq.com"],globalStyles:{"[class*=':h-[']":"height:unset;"}},{id:"chat.zalo",matches:["chat.zalo.me"],"additionalExcludeSelectors.remove":[".notranslate"],inputExecCommandDeleteEnable:!0,"inputConfig.add":{execCommandDeleteEnable:!0}},{id:"epam",matches:"*.epam.com",globalStyles:{"[class*='ContentAnchorLinkList']":"word-break:unset;"},"excludeSelectors.add":["#blog-page-sidebar-wrapper"],"excludeTags.remove":["BUTTON"]},{id:"discussions.apple",matches:"discussions.apple.com","excludeSelectors.add":[".page-number"]},{id:"www.sixthtone.com",matches:["www.sixthtone.com"],"excludeSelectors.add":["#footer","[class^=index_time]","[class^=index_anthorList]","[class^=index_node]","[class^=index_popupWrapper]"]},{id:"forum.unity",matches:["forum.unity.com"],"excludeSelectors.add":[".bbCodeCode"]},{id:"wattpad",matches:["www.wattpad.com"],"excludeTags.remove":["PRE"],globalAttributes:{header:{translate:"unset;"}},globalStyles:{".story-info .item-description":"overflow: scroll;"}},{id:"netflix",matches:["www.netflix.com"],"excludeSelectors.add":[".player-timedtext"],"mutationExcludeSelectors.add":[".player-timedtext *"],"subtitleRule.add":{type:"netflix",loadingContainerSelector:".watch-video",subtitleUrlRegExp:"^https://.+?.oca.nflxvideo.net/\\?([ovet]=[^=]+){4}$",loadingStyle:"bottom: 15%;",quickButtonRule:{appendSelector:'[data-uia="control-next"]',insertBeforeSelector:'[data-uia="control-next"]',injectCSS:".imt-quick-subtitle-button {height: 60%; margin-right: 50px; font-size: 20px; } .logo,.logo svg { height: 36px; width: 36px} .label { display: none; } .imt-quick-subtitle-pop-content {transform: translateX(50%); right: 0}"},videoSelector:"video",attachRule:{appendSelector:".watch-video",injectedCSS:[".imt-caption-window {margin-bottom: 0px; bottom: 10vw;}"],injectedGlobalCSS:[".player-timedtext {display: none !important; }"]}}},{id:"udemy",matches:["www.udemy.com"],"excludeSelectors.add":["[data-purpose='captions-cue-text']",".shaka-text-container"],"mutationExcludeSelectors.add":["[data-purpose='captions-cue-text'] *",".shaka-text-container *"],"subtitleRule.add":{type:"udemy",subtitleUrlRegExp:"^https://vtt.*\\.udemycdn\\.com/.*\\.vtt",videoPlayerSelector:"video.shaka-video",humanTrust:85,loadingContainerSelector:".shaka-video-container",loadingStyle:"bottom: 15%;",injectedCss:["[class^='well--text'] {white-space: pre;}"],quickButtonRule:{appendSelector:'[data-purpose="video-controls"]'}},"subtitleRule.add_v.[1.4.1]":{hookType:"fetch|xhr"}},{id:"iview",matches:"iview.abc.net.au",excludeSelectors:[".jwplayer"],"mutationExcludeSelectors.add":[".jwplayer *"],"subtitleRule.add":{type:"webvtt",subtitleUrlRegExp:"/cc/.*\\.(vtt|webvtt)$",loadingContainerSelector:".jwplayer",quickButtonRule:{appendSelector:".jw-reset.jw-button-container",insertBeforeSelector:".jw-settings-submenu-button",injectCSS:".imt-quick-subtitle-pop-content {z-index: 999999;}"}}},{id:"nmaart",matches:"www.nma.art",excludeSelectors:[".video-container"],"mutationExcludeSelectors.add":[".video-container *"],"subtitleRule.add":{type:"webvtt",subtitleUrlRegExp:"/texttrack/.*\\.(vtt|webvtt)",loadingContainerSelector:".video-container",quickButtonRule:{appendSelector:".vjs-control-bar",insertBeforeSelector:".vjs-playback-rate"}}},{id:"apple",matches:"developer.apple.com",excludeSelectors:[".developer-video-player"],"mutationExcludeSelectors.add":[".developer-video-player *"],"subtitleRule.add":{type:"webvtt",subtitleUrlRegExp:"\\.(vtt|webvtt)"}},{id:"khanacademy",matches:["www.khanacademy.org"],"subtitleRule.add":{type:"khanacademy",subtitleUrlRegExp:"GetSubtitles",hookType:"fetch"},"stayOriginalSelectors.add":[".mathjax-wrapper"]},{id:"nebula",matches:["nebula.tv"],"excludeSelectors.add":["[data-subtitles-container='true']"],"mutationExcludeSelectors.add":["[data-subtitles-container='true'] *"],"subtitleRule.add":{type:"webvtt",subtitleUrlRegExp:"\\.vtt$",loadingContainerSelector:".video-poster",quickButtonRule:{appendSelector:".icon-spacing.css-4yh7a0",insertBeforeSelector:"#subtitles-toggle-button",ccEnableSelector:"#subtitles-toggle-button"}}},{id:"frontendmasters",matches:["frontendmasters.com"],"excludeSelectors.add":[".vjs-text-track-display"],"mutationExcludeSelectors.add":[".vjs-text-track-display *"],"subtitleRule.add":{type:"webvtt",subtitleUrlRegExp:".vtt$",loadingContainerSelector:".vjs-text-track-display",injectedCss:["#immersive-translate-quick-button-container {order: 2} .imt-quick-subtitle-pop-content {z-index: 2147483647}"],quickButtonRule:{appendSelector:".vjs-control-bar"},videoSelector:".PromoPlayer video",attachRule:{appendSelector:".video-js",injectedGlobalCSS:".vjs-text-track-display {display: none;}"}}},{id:"udacity",matches:["*.udacity.com"],"excludeSelectors.add":[".vjs-text-track-display"],"mutationExcludeSelectors.add":[".vjs-text-track-display *"],"subtitleRule.add":{type:"webvtt",subtitleUrlRegExp:".vtt$",loadingContainerSelector:".vjs-text-track-display"}},{id:"skillshare",matches:["www.skillshare.com"],"excludeSelectors.add":[".vjs-text-track-display"],"mutationExcludeSelectors.add":[".vjs-text-track-display *"],"subtitleRule.add":{type:"webvtt",subtitleUrlRegExp:"\\.vtt\\?",loadingContainerSelector:".vjs-text-track-display",injectedCss:["#immersive-translate-quick-button-container {order: 13}"],quickButtonRule:{appendSelector:".vjs-control-bar",insertBeforeSelector:".vjs-volume-panel",injectCSS:" .label { display: none; } .imt-quick-subtitle-pop-content {transform: translateX(43%); right: 0; z-index: 2147483647 } "}}},{id:"domestika",matches:["www.domestika.org"],"excludeSelectors.add":[".vjs-text-track-display"],"mutationExcludeSelectors.add":[".vjs-text-track-display *"],"subtitleRule.add":{type:"webvtt",subtitleUrlRegExp:".*subtitles.*\\.vtt",quickButtonRule:{appendSelector:".controlBar-wrapper .right-wrapper",insertBeforeSelector:".vjs-volume-panel"}}},{id:"hbomax",matches:["play.max.com","play.hbomax.com"],"excludeSelectors.add":["[data-testid='playerContainer']","[data-testid='CueBoxContainer']"],"mutationExcludeSelectors.add":["[data-testid='playerContainer'] *","[data-testid='CueBoxContainer'] *"],"subtitleRule.add":{type:"webvtt",subtitleUrlRegExp:"\\.vtt$",loadingContainerSelector:"[data-testid='playerContainer']"}},{id:"mindvalley",matches:["home.mindvalley.com"],"excludeSelectors.add":[".vjs-text-track-display"],"mutationExcludeSelectors.add":[".vjs-text-track-display *"],"subtitleRule.add":{type:"webvtt",subtitleUrlRegExp:"\\.webvtt$",loadingContainerSelector:".vjs-text-track-display",injectedCss:["#immersive-translate-quick-button-container {order: 6}"],quickButtonRule:{appendSelector:'[data-testid="video-section"] .vjs-control-bar',insertBeforeSelector:'[data-testid="video-section"] .vjs-volume-panel',injectCSS:".imt-quick-subtitle-pop-content {z-index: 999999;}"}}},{id:"masterclass",matches:["www.masterclass.com","learn.microsoft.com"],"excludeSelectors.add":[".vjs-text-track-display"],"mutationExcludeSelectors.add":[".vjs-text-track-display *"],"subtitleRule.add":{type:"webvtt",subtitleUrlRegExp:"\\.vtt",loadingContainerSelector:".vjs-text-track-display",quickButtonRule:{appendSelector:".vjs-control-bar",insertBeforeSelector:".vjs-playback-rate"}}},{id:"viu",matches:["www.viu.com"],"excludeSelectors.add":[".bmpui-ui-viu-subtitle-overlay"],"mutationExcludeSelectors.add":[".bmpui-ui-viu-subtitle-overlay *"],"subtitleRule.add":{type:"webvtt",hookType:"xhr",subtitleUrlRegExp:"https?://[^/]+\\.cloudfront\\.net/[^/]+/[^/]+$",loadingContainerSelector:".bmpui-container-wrapper",loadingStyle:"bottom: 20%;",injectedCss:[".bmpui-controls-hidden #immersive-translate-quick-button-container {display: none;}"],quickButtonRule:{appendSelector:".bmpui-ui-container.bmpui-ui-viu-subtitle > .bmpui-container-wrapper",injectCSS:".imt-quick-subtitle-button {margin-bottom: 8px}"}}},{id:"linkin",matches:"*.linkedin.com","excludeSelectors.add":[".vjs-text-track-display"],"mutationExcludeSelectors.add":[".vjs-text-track-display *"],"subtitleRule.add":{type:"webvtt",subtitleUrlRegExp:".*ambry/\\?x-li-ambry-ep=.*",hookType:"xhr",loadingContainerSelector:".video-player-container",quickButtonRule:{appendSelector:".vjs-control-bar",insertBeforeSelector:".vjs-captions-toggle"}}},{id:"kanopy",matches:"*.kanopy.com","excludeSelectors.add":[".vjs-text-track-display"],"mutationExcludeSelectors.add":[".vjs-text-track-display *"],"subtitleRule.add":{type:"webvtt",subtitleUrlRegExp:".*captioncache/webvtt.*",hookType:"xhr",loadingContainerSelector:".video-player-container",injectedCss:["#immersive-translate-quick-button-container{height: 40px;display: flex;align-items: center;align-self: flex-end;}"],quickButtonRule:{appendSelector:".vjs-control-bar",insertBeforeSelector:".vjs-caption-control"}}},{id:"iflix",matches:["www.iflix.com","wetv.vip"],"excludeSelectors.add":[".text-track"],"mutationExcludeSelectors.add":[".player-wrapper *"],"subtitleRule.add":{type:"webvtt",subtitleUrlRegExp:"\\.vtt",hookType:"xhr",loadingContainerSelector:"#player-wrapper",loadingStyle:"bottom: 18%;",quickButtonRule:{appendSelector:'[data-role="wetv-ctrlbar-right"]',insertBeforeSelector:'[data-role="wetv-player-definition"]'}}},{id:"imdb",matches:"www.imdb.com","excludeSelectors.add":[".jw-text-track-container"],"mutationExcludeSelectors.add":[".jw-text-track-container *"],"subtitleRule.add":{type:"webvtt",subtitleUrlRegExp:"\\.srt$",loadingContainerSelector:"#imdbnext-vp-jw-single",quickButtonRule:{appendSelector:".jw-reset.jw-button-container",insertBeforeSelector:'[button="ttt-button"]'}}},{id:"itv",matches:["www.itv.com"],"subtitleRule.add":{type:"text_track",videoPlayerSelector:".genie-video",loadingContainerSelector:".genie-container",loadingStyle:"bottom: unset; top: 5%;",quickButtonRule:{appendSelector:".control-bar_right-child-container",insertBeforeSelector:".controls-toggle_button--fullscreen"}}},{id:"egghead",matches:["egghead.io"],"subtitleRule.add":{type:"text_track",videoPlayerSelector:".cueplayer-react-video",loadingContainerSelector:".cueplayer-react-video-holder",loadingStyle:"bottom: unset; top: 5%;",quickButtonRule:{appendSelector:".cueplayer-react-control-bar-right-part",insertBeforeSelector:".cueplayer-react-closed-caption"}}},{id:"coursera",matches:["www.coursera.org"],"subtitleRule.add":{type:"text_track",videoPlayerSelector:".vjs-tech",loadingContainerSelector:".rc-VideoControlsContainer",loadingStyle:"bottom: unset; top: 5%;",quickButtonRule:{appendSelector:'[role="presentation"] > .rc-ControlBar > .icon-container'}}},{id:"ocrtraining",matches:["ocrtraining.cit.nih.gov","videocast.nih.gov"],"excludeSelectors.add":["#videocastPlayer"],"mutationExcludeSelectors.add":["#videocastPlayer *"],"subtitleRule.add":{type:"webvtt",subtitleUrlRegExp:"\\.srt$",loadingContainerSelector:"#videocastPlayer"}},{id:"espn",matches:["*.espn.com"],mainFrameMinTextCount:0,"excludeSelectors.add":["#fittPageContainer"],"mutationExcludeSelectors.add":["#fittPageContainer *"],"subtitleRule.add":{type:"webvtt",subtitleUrlRegExp:"\\.vtt$",injectedCss:["#immersive-translate-quick-button-container{margin-top:16px;}",".vjs-text-track-display > div >div {font:unset!important;}"],quickButtonRule:{appendSelector:".vjs-control-bar",insertBeforeSelector:".vjs-captions-button"}}},{id:"fmoviesz",matches:["fmoviesz.to","vidplay.online","c8365730d4.nl"],"excludeSelectors.add":["#player"],"mutationExcludeSelectors.add":["#player *"],"subtitleRule.add":{type:"multi_attach_vtt",subtitleUrlRegExp:"subtitle/.*\\.vtt$",quickButtonRule:{appendSelector:".jw-button-container",insertBeforeSelector:".jw-icon-cc"},activeLangSelector:"#jw-player-settings-submenu-captions .jw-settings-submenu-items .jw-settings-item-active",videoSelector:"video",attachRule:{appendSelector:"#player",injectedGlobalCSS:[".jw-text-track-container {display: none;}","@media (min-width: 576px) { video::cue {opacity: 0} }"]}}},{id:"aniwatch",matches:["megacloud.tv","aniwatch.to"],"excludeSelectors.add":[".jw-wrapper"],"mutationExcludeSelectors.add":[".jw-wrapper *"],"subtitleRule.add":{type:"multi_attach_vtt",subtitleUrlRegExp:"^(?!.*sprite\\.vtt$).*\\.vtt$",quickButtonRule:{appendSelector:".jw-button-container",insertBeforeSelector:".jw-icon-cc"},activeLangSelector:"#jw-player-settings-submenu-captions .jw-settings-submenu-items .jw-settings-item-active",videoSelector:"video",attachRule:{appendSelector:".jw-wrapper",injectedGlobalCSS:[".jw-text-track-container {display: none;}","@media (min-width: 576px) { video::cue {opacity: 0} }"]}}},{id:"rottentomatoes",matches:["*.rottentomatoes.com"],"excludeSelectors.add":[".jw-wrapper"],"mutationExcludeSelectors.add":[".jw-wrapper *"],"subtitleRule.add":{type:"webvtt",subtitleUrlRegExp:"\\.vtt$",quickButtonRule:{appendSelector:".jw-button-container",insertBeforeSelector:".jw-icon-cc"}}},{id:"dailymotion",matches:["*.dailymotion.com"],"excludeSelectors.add":[".player"],"mutationExcludeSelectors.add":[".player *"],mainFrameMinTextCount:0,"subtitleRule.add":{type:"subsrt",subsrtFormat:"srt",loadingContainerSelector:".player",subtitleUrlRegExp:"/video/.*\\.srt",quickButtonRule:{appendSelector:".controls_bottom_right",insertBeforeSelector:".subtitles_toggle_button"}}},{id:"movie-web",matches:["movie-web.app/media*"],"excludeSelectors.add":["#root"],"mutationExcludeSelectors.add":["#root *"],"subtitleRule.add":{type:"subsrt",hookType:"fetch",subsrtFormat:"vtt",loadingContainerSelector:".relative.h-screen.overflow-hidden",subtitleUrlRegExp:".*\\.vtt",quickButtonRule:{appendSelector:".hidden.justify-between .flex.items-center.space-x-3"}}},{id:"deeplearning",matches:["learn.deeplearning.ai"],"excludeSelectors.add":['[data-layout="video"]'],"mutationExcludeSelectors.add":['[data-layout="video"] *'],"subtitleRule.add":{type:"subsrt",subsrtFormat:"vtt",loadingContainerSelector:'[data-layout="video"]',subtitleUrlRegExp:".*\\.vtt",quickButtonRule:{appendSelector:".vds-controls-group:last-child",insertBeforeSelector:".vds-caption-button"}}},{id:"paramountplus",matches:["*.paramountplus.com"],"excludeSelectors.add":[".aa-player-skin"],"mutationExcludeSelectors.add":[".aa-player-skin *"],"subtitleRule.add":{type:"text_track_dynamic",injectedCss:[".tt-container {white-space: pre-line;}",".timed-text-css-box-inner {display: none!important;}",".timed-text-css-box-inner:last-child {display: block!important;}"],videoPlayerSelector:"video",quickButtonRule:{appendSelector:".top-menu-container"}}},{id:"pluto",matches:["pluto.tv"],"excludeSelectors.add":[".video-player-layout"],"mutationExcludeSelectors.add":[".video-player-layout *"],"subtitleRule.add":{type:"text_track_dynamic",videoPlayerSelector:"video",quickButtonRule:{appendSelector:".endControls-0-2-85"}}},{id:"vimeo",matches:["vimeo.com"],"excludeSelectors.add":[".vp-captions"],"mutationExcludeSelectors.add":[".vp-captions *"],"subtitleRule.add":{type:"text_track",videoPlayerSelector:"video",loadingContainerSelector:".player_container",loadingStyle:"bottom: unset; top: 5%;",injectedCss:["#immersive-translateQuickButton {visibility: inherit!important;}"],quickButtonRule:{appendSelector:'[data-control-bar="true"] > div',insertBeforeSelector:'[data-volume-control-container="true"]',ccEnableSelector:'[data-cc-button="true"]',injectCSS:".imt-quick-subtitle-button {margin-right: 0px; font-size: 12px;} .logo,.logo svg { height: 18px !important; width: 18px !important;} .imt-quick-subtitle-pop-content {bottom: 28px !important;}"}}},{id:"ted",matches:["www.ted.com"],"excludeSelectors.add":["#video"],"mutationExcludeSelectors.add":["#video *"],"subtitleRule.add":{type:"webvtt",hookType:"fetch",subtitleUrlRegExp:"\\.vtt",videoPlayerSelector:"video",loadingContainerSelector:"media-controller",quickButtonRule:{appendSelector:".pointer-events-none #media-control-bar",insertBeforeSelector:".pointer-events-none .media-volume-wrapper"}}},{id:"player.vimeo",matches:["https://player.vimeo.com/video/*","laracasts.com"],selectorMatches:["iframe[src*='player.vimeo.com']"],extraBlockSelectors:["span.vp-captions-line","span[class^=CaptionsRenderer_]"],"excludeSelectors.add":[".vp-captions-line"],"mutationExcludeSelectors.add":[".vp-captions *",".vp-captions-line *"],"subtitleRule.add":{type:"text_track",videoPlayerSelector:"video",loadingContainerSelector:".vp-telecine",loadingStyle:"bottom: unset; top: 5%; font-size: 12px;",injectedCss:["#immersive-translateQuickButton {visibility: inherit!important;}"],quickButtonRule:{appendSelector:'[data-control-bar="true"] > div',insertBeforeSelector:'[data-volume-control-container="true"]',ccEnableSelector:'[data-cc-button="true"]',injectCSS:".imt-quick-subtitle-button {margin-right: 0px; font-size: 12px;} .logo,.logo svg { height: 18px !important; width: 18px !important;} .imt-quick-subtitle-pop-content {bottom: 28px !important;}"}}},{id:"tv.adobe",matches:"https://*.tv.adobe.com","excludeSelectors.add":[".mpc-player"],"mutationExcludeSelectors.add":[".mpc-player *"],"subtitleRule.add":{type:"text_track",videoPlayerSelector:"video",loadingContainerSelector:".mpc-player",quickButtonRule:{appendSelector:".mpc-controls__container"}}},{id:"threejs-journey",matches:"threejs-journey.com","excludeSelectors.add":[".video-area"],"mutationExcludeSelectors.add":[".video-area *"],"subtitleRule.add":{type:"text_track",videoPlayerSelector:"video",loadingContainerSelector:".video-area",injectedCss:[".js-tracks-text.tracks-text {white-space: pre;}"],quickButtonRule:{appendSelector:".js-controls .right",insertBeforeSelector:".js-subtitles",injectCSS:".imt-quick-subtitle-button { font-size: 12px;} .logo,.logo svg { height: 18px !important; width: 18px !important;} .imt-quick-subtitle-pop-content {bottom: 38px !important;}"}}},{id:"codewithchris",matches:["learn.codewithchris.com","*.rachelsenglishacademy.com","www.unrealsenseiacademy.com"],"excludeSelectors.add":[".w-captions",".w-captions-line > div > span"],"mutationExcludeSelectors.add":[".w-captions *"],"subtitleRule.add":{type:"general",subtitleUrlRegExp:"/embed/captions/",loadingContainerSelector:".w-ui-container",hookType:"fetch",generalSetting:{captionsPath:"captions",itemsPath:"hash.lines",textKey:"text"}}},{id:"panopto",matches:["southampton.cloud.panopto.eu"],"excludeSelectors.add":[".primaryPlayer"],"mutationExcludeSelectors.add":[".primaryPlayer *"],"subtitleRule.add":{type:"general",subtitleUrlRegExp:"DeliveryInfo.aspx",disableSubsCache:!0,loadingContainerSelector:"#primaryPlayer",hookType:"fetch",generalSetting:{textKey:"Caption"},quickButtonRule:{appendSelector:"#transportControls",insertBeforeSelector:"#captionsButton"}}},{id:"edx",matches:["*.edx.org"],"excludeSelectors.add":[".closed-captions",".subtitles-menu"],mainFrameMinTextCount:0,"subtitleRule.add":{type:"general",subtitleUrlRegExp:"/transcript/translation/",loadingContainerSelector:".tc-wrapper",generalSetting:{itemsPath:"text"},injectedCss:[".subtitles-menu span,.closed-captions {white-space: pre-line;}","#immersive-translate-quick-button-container {display: inline-block; vertical-align: middle;}"],quickButtonRule:{appendSelector:".secondary-controls",insertBeforeSelector:".speeds.menu-container"}}},{id:"ardmediathek",matches:["www.ardmediathek.*"],"excludeSelectors.add":[".ardplayer-viewport-addon-overlays"],"mutationExcludeSelectors.add":[".ardplayer-viewport-addon-overlays *"],"subtitleRule.add":{type:"ebutt",hookType:"fetch",subtitleUrlRegExp:"subtitle/ebutt",loadingContainerSelector:".ardplayer-viewport-addon-overlays",quickButtonRule:{appendSelector:".ardplayer-footer .ardplayer-addons-container",insertBeforeSelector:".ardplayer-footer .ardplayer-button-sharing",injectCSS:".imt-quick-subtitle-button {font-size: 20px; } .logo,.logo svg { height: 36px !important; width: 36px !important;} .imt-quick-subtitle-pop-content {z-index: 2147483647;} "}}},{id:"bbc-iplayer",matches:["https://www.bbc.*/iplayer*"],"excludeSelectors.add":[".player"],"mutationExcludeSelectors.add":[".player *"],"subtitleRule.add":{type:"ebutt",hookType:"fetch",subtitleUrlRegExp:"iplayer/subtitles/.*.xml",loadingContainerSelector:".player__container"}},{id:"bbc",matches:["*.bbc.*"],"excludeSelectors.add":["section.module--languages",".drop-capped",".smp-toucan-player","smp-subtitles","#subtitle_subtitle2"],"mutationExcludeSelectors.add":["[data-testid='media-player-container-landscape'] *"],"subtitleRule.add":{type:"ebutt",hookType:"fetch",subtitleUrlRegExp:"iplayer/subtitles/.*.xml",loadingContainerSelector:".smp-toucan-player"}},{id:"zdf.de",matches:["www.zdf.de"],"excludeSelectors.add":[".zdfplayer-cue-region"],"subtitleRule.add":{type:"ebutt",subtitleUrlRegExp:"mtt/.*.xml",loadingContainerSelector:".zdfplayer-video-container",responseType:"document",injectedCss:["#immersive-translate-quick-button-container {display:inline-block;vertical-align:middle;margin-right:-16px;}"],quickButtonRule:{appendSelector:".right-controls-1FfJUp.svelte-inzdbf",insertBeforeSelector:".right-controls-1FfJUp.svelte-inzdbf button"}}},{id:"piped.video",matches:"piped.video","subtitleRule.add":{type:"ebutt",hookType:"fetch",subtitleUrlRegExp:"api/timedtext",loadingContainerSelector:".shaka-video-container",responseType:"document",quickButtonRule:{appendSelector:".shaka-controls-button-panel",insertBeforeSelector:".shaka-mute-button"}}},{id:"disneyplus",matches:["www.disneyplus.com"],"excludeSelectors.add":[".dss-hls-subtitle-overlay"],"mutationExcludeSelectors.add":[".dss-hls-subtitle-overlay *"],"subtitleRule.add":{type:"disneyplus",subtitleUrlRegExp:"\\.vtt$"}},{id:"mubi",matches:["https://mubi.com","https://mubi.de"],"subtitleRule.add":{type:"fmp4.xml",subtitleUrlRegExp:"textstream",hookType:"fetch",quickButtonRule:{appendSelector:".css-1k6yql2.e1b63bld4",insertBeforeSelector:".css-1ce7rqp.e7f2hfl0"}}},{id:"hulu",matches:"https://*.hulu.com","subtitleRule.add":{type:"hulu",hookType:"fetch",injectedCss:[".ClosedCaption {display:none!important;}"],videoSelector:"#content-video-player",subtitleUrlRegExp:"play.hulu.com/.*/playlist",loadingContainerSelector:"#web-player-app",quickButtonRule:{appendSelector:".PlayerSettingsGroup",insertBeforeSelector:".PlayerSettingsGroup .PlayerControlsButton"}}},{id:"youku.tv",matches:"www.youku.tv","excludeSelectors.add":["#subtitle"],"mutationExcludeSelectors.add":["#subtitle *"],"subtitleRule.add":{type:"subsrt",hookType:"fetch",injectedCss:["#immersive-translate-quick-button-container {display: inline-block; vertical-align: middle;}"],subtitleUrlRegExp:"\\.ass$",subsrtFormat:"ass",loadingContainerSelector:"#youku-dashboard",loadingStyle:"bottom: 10%;",quickButtonRule:{appendSelector:".kui-dashboard-dashboard-panel .kui-dashboard-rear-ctn",insertBeforeSelector:".kui-rate-control-0"}}},{id:"starz",matches:"www.starz.com","excludeSelectors.add":["starz-player"],"mutationExcludeSelectors.add":["starz-player *"],"subtitleRule.add":{type:"subsrt",subsrtFormat:"vtt",subtitleUrlRegExp:"\\.vtt$",loadingContainerSelector:"starz-player",loadingStyle:"bottom: 10%;",injectedCss:["#immersive-translate-quick-button-container {display: inline-block;}"],quickButtonRule:{appendSelector:"starz-player .button-group",insertBeforeSelector:"starz-player .button-group .video-player-icon-md"}}},{id:"www.iq.com",matches:"www.iq.com","excludeSelectors.add":[".iqp-subtitle"],"mutationExcludeSelectors.add":[".iqp-subtitle *"],"subtitleRule.add":{type:"xml",subtitleUrlRegExp:"\\.xml\\?",loadingContainerSelector:".intl-video-area",xmlTextSelector:"sub",loadingStyle:"bottom: 10%;",injectedCss:["#immersive-translate-quick-button-container {float: right; height: 100%;}"],quickButtonRule:{appendSelector:".iqp-contrls-right"}}},{id:"archiveToday",matches:["archive.today","archive.ph","archive.is","archive.md"],"excludeSelectors.add":["#HEADER"]},{id:"arxiv-vanity.com",matches:["www.arxiv-vanity.com"],"excludeSelectors.add":[".arxiv-vanity-wrapper"]},{id:"fibery",matches:["the.fibery.io"],"additionalExcludeSelectors.remove":["[translate=no]"],"additionalStayOriginalSelectors.add":[".entity-node-view-container"]},{id:"makersuite.google",matches:"makersuite.google.com","excludeSelectors.add":[".material-symbols-outlined"]},{id:"etymonline",matches:"www.etymonline.com",globalAttributes:{".crossreference.notranslate":{class:"crossreference"},".foreign.notranslate":{class:"foreign"}}},{id:"https://browse.arxiv.org/",matches:["https://browse.arxiv.org","https://arxiv.org/html/*"],"excludeSelectors.add":[".desktop_header","[class*='ltx_lst_language_']","div.package-alerts"]},{id:"jstor",matches:"www.jstor.org","excludeSelectors.add":[".audio-duration","[data-qa='card-item-count']"],globalStyles:{".card__heading":"-webkit-line-clamp:unset;","search-results-vue-pharos-image-card,search-ui-pharos-image-card":"display:flex;","search-results-vue-pharos-link":"display:inline;"}},{id:"tandfonline",matches:"*.tandfonline.com","extraInlineSelectors.add":["span.off-screen"]},{id:"boringreport",matches:["www.boringreport.org"],"excludeTags.remove":["BUTTON"]},{id:"bsky.app",matches:"https://bsky.app",selectors:["[data-testid=postText]"],isTranslateTitle:!1},{id:"peacocktv",matches:["*.peacocktv.com"],injectedCss:[".video-player__subtitles__line > font,.video-player__subtitles__line:only-child{display:block;}"]},{id:"noTranslate",matches:["*.tiktok.com","altis.world","*.newthingsunderthesun.com","*.gumroad.com","edstem.org","actions.tldrnewsletter.com","community.linkingyourthinking.com","doc.qt.io","winaero.com"],"additionalExcludeSelectors.remove":[".notranslate","[translate=no]"]},{id:"jmir",matches:["*.jmir.org"],"additionalInlineSelectors.add":[".tooltiptext"]},{id:"smzdm",matches:["www.smzdm.com"],"excludeSelectors.add":[".z-highlight",".feed-block-info",".z-feed-foot",".feed-block-descripe","#J_column_tab_box",".crumbs"],globalStyles:{".feed-block-title":"height:unset"}},{id:"xiaohongshu.com",matches:["www.xiaohongshu.com"],"excludeSelectors.add":[".author-wrapper",".info",".side-bar"],globalStyles:{"a.title":"-webkit-line-clamp:3"}},{id:"learnopengl",matches:["learnopengl.com"],globalStyles:{function:"position:relative;z-index:1000;"}},{id:"notateslaapp",matches:["www.notateslaapp.com"],"extraBlockSelectors.add":[".nav > *"]},{id:"eightfold",matches:["*.eightfold.ai"],injectedCss:[".flexbox{width:100%}"]},{id:"deno",matches:["deno.com"],injectedCss:[":root {font-feature-settings:unset}"]},{id:"soundcloud",matches:"soundcloud.com",injectedCss:[".compactTrackListItem {height: unset !important;}"],"excludeSelectors.add":[".searchTitle__textContent",".searchOptions__container",".compactTrackListItem__additional",".soundTitle__tagContainer",".searchResultGroupHeading",".sc-ministats-group",".compactTrackList__moreLink",".sound__soundActions"]},{id:"section.blog.naver.com",matches:"section.blog.naver.com",globalStyles:{".text,.title_post,.text_post,p,strong,div":"-webkit-line-clamp:unset;max-height:unset;height:unset;"},"extraBlockSelectors.add":[".item",".heading a",".info_find a"],"excludeSelectors.add":[".comments",".time"]},{id:"gradio-app",selectorMatches:"gradio-app","excludeTags.remove":["BUTTON"],"excludeSelectors.add":['[data-testid="block-label"]'],"mutationConfig.add":{buildTimeout:1e3,consumeTimeout:1e3}}]};function ll(t,e){let r=t.split(".").reverse(),n=e.split(".").reverse(),a=0,i=0,o=1;for(let l=0;l<3;l++)a+=o*Number(n[l]||"0"),i+=o*Number(r[l]||"0"),o*=100;return i>=a}function Dn(t){return Array.isArray(t)?t:t?[t]:[]}function En(t,e){let r={...t};return pl(r,e),ig(r,e),r}function dl(t,e,r){let n={...e};return Yt({rule:n,valueIsArray:a=>Array.isArray(t[a]),getMergedValue:a=>t[a],onMergedResult:(a,i)=>n[a]=i}),Yt({rule:r,valueIsArray:a=>Array.isArray(t[a]),getMergedValue:a=>n[a],onMergedResult:(a,i)=>n[a]=i}),n}function ig(t,e){if(!e.condition)return;let r=e.condition.enableSubtitle?.true||{},n=e.condition.enableSubtitle?.false||{},a=t.enableSubtitle?r:n;pl(t,a)}function Yt({rule:t,getMergedValue:e,valueIsArray:r,onMergedResult:n}){Object.keys(t).sort().forEach(a=>{let[i,o,l]=og(a);if(!i||t[a]===void 0)return;let s=t[a];r(i)&&(s=Dn(t[a]));let u=e(i);if(u==null){n(i,s);return}let c;if(o=="add_v"){if(!ul(l))return;c=Qa(u,s)}else if(o=="remove_v"){if(!ul(l))return;c=cl(u,s)}else o==="add"?c=Qa(u,s):o=="remove"&&(c=cl(u,s));if(c){n(i,c);return}Array.isArray(t[i])&&i.startsWith("additional")?c=Qa(u,s):c=s,n(i,c)})}function pl(t,e){return Yt({rule:e,valueIsArray:r=>Array.isArray(t[r]),getMergedValue:r=>t[r],onMergedResult:(r,n)=>{t[r]=n}}),t}function Qa(t,e){let r;if(Array.isArray(t)){let n=Dn(e);r=[...t,...n],r=Array.from(new Set(r))}else typeof t=="object"&&typeof e=="object"?r={...t,...e}:r=e;return r}function og(t){let e=t.lastIndexOf("["),r="",n=t;return e>0&&(r=t.slice(e+1,t.length-1),n=t.slice(0,e-1)),[...n.split("."),r]}function ul(t){let e=Wr();return t&&ll(e,t)}function cl(t,e){if(Array.isArray(t)){let r=Dn(e);return t=t.filter(n=>!r.includes(n)),Array.from(new Set(t))}else if(typeof t=="object"&&typeof e=="object")Object.keys(e).forEach(r=>{delete t[r]});else return e;return t}function sg(){if(ne.PROD==="1")return{};let t={};if(ne.IMMERSIVE_TRANSLATE_SECRET_TENCENT_SECRET_ID&&ne.IMMERSIVE_TRANSLATE_SECRET_TENCENT_SECRET_KEY){let r={secretId:ne.IMMERSIVE_TRANSLATE_SECRET_TENCENT_SECRET_ID,secretKey:ne.IMMERSIVE_TRANSLATE_SECRET_TENCENT_SECRET_KEY};t.translationServices={},t.translationServices.tencent=r}if(ne.IMMERSIVE_TRANSLATE_SECRET_BAIDU_APPID&&ne.IMMERSIVE_TRANSLATE_SECRET_BAIDU_KEY){let r={appid:ne.IMMERSIVE_TRANSLATE_SECRET_BAIDU_APPID,key:ne.IMMERSIVE_TRANSLATE_SECRET_BAIDU_KEY};t.translationServices||(t.translationServices={}),t.translationServices.baidu=r}if(ne.IMMERSIVE_TRANSLATE_SECRET_CAIYUN_TOKEN){let r={token:ne.IMMERSIVE_TRANSLATE_SECRET_CAIYUN_TOKEN};t.translationServices||(t.translationServices={}),t.translationServices.caiyun=r}if(ne.IMMERSIVE_TRANSLATE_SECRET_OPENL_APIKEY){let r={apikey:ne.IMMERSIVE_TRANSLATE_SECRET_OPENL_APIKEY};t.translationServices||(t.translationServices={}),t.translationServices.openl=r}if(ne.IMMERSIVE_TRANSLATE_SECRET_YOUDAO_APP_ID&&ne.IMMERSIVE_TRANSLATE_SECRET_YOUDAO_APP_SECRET){let r={appId:ne.IMMERSIVE_TRANSLATE_SECRET_YOUDAO_APP_ID,appSecret:ne.IMMERSIVE_TRANSLATE_SECRET_YOUDAO_APP_SECRET};t.translationServices||(t.translationServices={}),t.translationServices.youdao=r}if(ne.IMMERSIVE_TRANSLATE_SECRET_VOLC_ACCESS_KEY_ID&&ne.IMMERSIVE_TRANSLATE_SECRET_VOLC_SECRET_ACCESS_KEY){let r={accessKeyId:ne.IMMERSIVE_TRANSLATE_SECRET_VOLC_ACCESS_KEY_ID,secretAccessKey:ne.IMMERSIVE_TRANSLATE_SECRET_VOLC_SECRET_ACCESS_KEY};t.translationServices||(t.translationServices={}),t.translationServices.volc=r}if(ne.IMMERSIVE_TRANSLATE_SECRET_DEEPL_AUTH_KEY){let r={authKey:ne.IMMERSIVE_TRANSLATE_SECRET_DEEPL_AUTH_KEY};t.translationServices||(t.translationServices={}),t.translationServices.deepl=r}if(ne.DEEPL_PROXY_ENDPOINT&&(t.translationServices||(t.translationServices={}),t.translationServices.deepl||(t.translationServices.deepl={}),t.translationServices.deepl.immersiveTranslateApiUrl=ne.DEEPL_PROXY_ENDPOINT),ne.IMMERSIVE_TRANSLATE_DEEPL_ENDPOINT&&(t.translationServices||(t.translationServices={}),t.translationServices.deepl||(t.translationServices.deepl={}),t.translationServices.deepl.immersiveTranslateDeeplTokenUrl=ne.IMMERSIVE_TRANSLATE_DEEPL_ENDPOINT),ne.IMMERSIVE_TRANSLATE_SECRET_OPENAI_API_KEY){let r={APIKEY:ne.IMMERSIVE_TRANSLATE_SECRET_OPENAI_API_KEY};t.translationServices||(t.translationServices={}),t.translationServices.openai=r}ne.IMMERSIVE_TRANSLATE_SERVICE&&(t.translationService=ne.IMMERSIVE_TRANSLATE_SERVICE);let e={};return ne.DEBUG==="1"&&(e.debug=!0,e.cache=!1),ne.MOCK==="1"&&(e.translationService="mock"),e}async function Ya(){let t=await se.storage.local.get(Ur);if(t[Ur]){let e=t[Ur],r=e.tempTranslationUrlMatches||[],n=r.filter(o=>o.expiredAt>Date.now()),a=!1;n.length!==r.length&&(r=n,a=!0);let i={...e,tempTranslationUrlMatches:[...r]};return a&&await lg(i),i}else return{}}async function lg(t){await se.storage.local.set({[Ur]:t})}async function ml(){let t=await se.storage.local.get($t),r={...await gl(),...An,buildinConfigUpdatedAt:ne.BUILD_TIME};if(t[$t]){let n=t[$t];if(n&&n.buildinConfigUpdatedAt){let a=new Date(n.buildinConfigUpdatedAt),i=new Date(r.buildinConfigUpdatedAt);a>i&&(r=n)}}return r}async function Xa(){let t=await se.storage.local.get($t),e={...An,buildinConfigUpdatedAt:ne.BUILD_TIME};if(t[$t]){let z=t[$t];if(z&&z.buildinConfigUpdatedAt){let _=new Date(z.buildinConfigUpdatedAt),he=new Date(e.buildinConfigUpdatedAt);_>he&&(e=z)}}let r=await mg(e);e.targetLanguage=r;let n=await mr.get(Ft,null),a={};if(!Ge()&&se.commands&&se.commands.getAll){let z=await se.commands.getAll();for(let _ of z)_.name&&_.shortcut&&(a[_.name]=_.shortcut)}let i=await gl(),o=sg(),l=await ug(),s=globalThis.IMMERSIVE_TRANSLATE_CONFIG||{},u=await Ya(),c=new Date,d=Object.assign({},s,o,l);if(!d.interfaceLanguage){let z=await dg();d.interfaceLanguage=z}let g=d.interfaceLanguage==="en",m=d.targetLanguage==="en",T=e&&e.translationLanguagePattern&&e.translationLanguagePattern.matches&&e.translationLanguagePattern.matches.length===0,j=["bing","google","transmart","mock"].includes(d.translationService)||!d.translationService;!g&&!m&&!T&&j?e.translationLanguagePattern||(e.translationLanguagePattern={matches:["en"],excludeMatches:[]}):e.translationLanguagePattern={matches:[],excludeMatches:[]};let k=e&&e.enableDefaultAlwaysTranslatedUrls;d.enableDefaultAlwaysTranslatedUrls===!1&&(k=!1);let h=d&&d.isChangedAlwaysTranslatedUrls,Q=[];d.translationUrlPattern&&d.translationUrlPattern.matches&&(Q=d.translationUrlPattern.matches||[]);let P=!1;h===void 0&&(Q.length>0?h=!0:h=!1,d.isChangedAlwaysTranslatedUrls=h,l.isChangedAlwaysTranslatedUrls=h,P=!0);let $=(d?.translationLanguagePattern?.matches?.length||0)>0,oe=await Bt("installedAt",""),A=Number(await jr("translage_page_daily",0)),f=Number(await Bt(qs,0)),y;f>0&&(Date.now()-f0&&(Date.now()-A0){let z=u.tempTranslationUrlMatches.filter(_=>new Date(_.expiredAt)>c);if(z.length>0){let _=d.translationUrlPattern?d.translationUrlPattern?.matches||[]:[],he=Array.isArray(_)?_:[_],ae=Array.from(new Set(he.concat(z.map(v=>v.match))));d.translationUrlPattern={...d.translationUrlPattern,matches:ae}}}let E=Object.assign(i,e);Yt({rule:e,valueIsArray:z=>Array.isArray(i[z]),getMergedValue:z=>i[z],onMergedResult:(z,_)=>{z!="generalRule"&&(E[z]=_)}});let B=dr(n),H={};d.translationServices&&d.translationServices.deepl&&(H=d.translationServices.deepl);let U={};d.translationServices&&d.translationServices.openai&&(U=d.translationServices.openai),!B&&H.authKey&&!H.provider?(E.translationServices.deepl||(E.translationServices.deepl={}),E.translationServices.deepl.provider="custom"):H&&H.provider||(E.translationServices.deepl||(E.translationServices.deepl={}),E.translationServices.deepl.provider="pro"),!B&&U.APIKEY&&!U.provider?(E.translationServices.openai||(E.translationServices.openai={}),E.translationServices.openai.provider="custom"):U&&U.provider||(E.translationServices.openai||(E.translationServices.openai={}),E.translationServices.openai.provider="pro");let de=Object.keys(E),Te=["translationUrlPattern","translationLanguagePattern","immediateTranslationPattern","translationBodyAreaPattern","translationParagraphLanguagePattern","translationThemePatterns","translationGeneralConfig","shortcuts","inputTranslationUrlPattern","inputLanguageCodeAlias"];for(let z of de){let _=z;if(_==="generalRule")typeof d[_]=="object"&&(E[_]=En(i[_],d[_]));else if(_==="translationServices")gg(d,E);else if(typeof d[_]!="string"&&typeof d[_]!="boolean"&&typeof d[_]!="number"&&Te.includes(_))d[_]&&(E[_]=Object.assign(E[_],d[_])),_==="shortcuts"&&(Ge()||er()?E[_]={...E[_],...a}:E[_]={...a});else if(_==="rules"){if(Array.isArray(d[_])){let he=E.rules||[],ae={};for(let w of he)w.id&&(ae[w.id]=w);let v=d[_].map(w=>w.id&&ae[w.id]?dl(e.generalRule,ae[w.id],w):w);E[_]=[...v,...E[_]]}if(ne.PROD==="0"&&ne.DEV_RULES){let he=JSON.parse(ne.DEV_RULES);E[_]=[...he,...E[_]]}}else d[_]!==void 0&&(E[_]=d[_])}return E.donateUrl=e.donateUrl,E.minVersion=e.minVersion,E.feedbackUrl=e.feedbackUrl,E.rawUserConfig=l,E}async function ug(){return(await se.storage.sync.get("userConfig")||{}).userConfig||{}}async function cg(t){await se.storage.sync.set({userConfig:t})}var dg=async()=>{let t=["zh-CN"];try{t=await se.i18n.getAcceptLanguages()}catch(n){$e.warn("get browser language error:",n)}let r=t.map(n=>Sn(n)).find(n=>qr[n]);return r||"en"},gl=async()=>{let t={...An,buildinConfigUpdatedAt:ne.BUILD_TIME};return{...t,targetLanguage:Lt,interfaceLanguage:"en",translationMode:"dual",debug:!1,alpha:!1,translationUrlPattern:{matches:[],excludeMatches:[]},translationLanguagePattern:{matches:[],excludeMatches:[]},translationThemePatterns:{},translationParagraphLanguagePattern:{matches:[],excludeMatches:[],selectorMatches:[],excludeSelectorMatches:[]},translationBodyAreaPattern:{matches:[],excludeMatches:[],selectorMatches:[],excludeSelectorMatches:[]},translationTheme:"none",translationService:"bing",inputTranslationService:"inherit",mouseHoverTranslationService:"inherit",subtitleTranslateService:"inherit",translationArea:"main",translationStartMode:"dynamic",translationServices:{},monkeyH5FloatBall:{...t.monkeyH5FloatBall},pcFloatBall:{...t.pcFloatBall},generalRule:{...t.generalRule},translationGeneralConfig:{engine:"bing",_systemExcludeWordRegex:"\\b({word})\\b"},rules:[]}};function pg(t,e){return t=t||[],e=e||[],t.length!==e.length?!0:e.filter(n=>!t.includes(n)).length>0}async function mg(t){try{let e=t?.autoSelectTargetLanguageAfterInstalledAt;if(!e)return Lt;let r=await Bt("installedAt","");if(r&&new Date(r){let u=a[s],c=a[u.extends];!c||u.extends==s||(a[s]={...c,...a[s]})}),Yt({rule:{...a},valueIsArray:s=>Array.isArray(a[s]),getMergedValue:s=>a[s],onMergedResult:(s,u)=>{a[s]={...a[s],...u}}}),Yt({rule:{...n},valueIsArray:s=>Array.isArray(a[s]),getMergedValue:s=>a[s],onMergedResult:(s,u)=>{a[s]={...a[s],...u}}}),new Date(t.updatedAt)<=new Date("2024.4.2")&&Object.keys(n).forEach(s=>{["openai","gemini"].includes(s)&&n[s].prompt!=null&&(n[s].maxTextGroupLengthPerRequest==null&&(a[s].maxTextGroupLengthPerRequest=1),n[s].multiplePrompt==null&&(a[s].multiplePrompt=n[s].prompt))});let o=["imt_source_field","imt_trans_field","imt_sub_source_field","imt_sub_trans_field"],l=(s,u)=>{!s||!s[u]||!s?.env||(s[u]=s[u].replace(/{{(.+?)}}/g,(c,d)=>o.includes(d)?c:s?.env[d]||c))};Object.values(a).forEach(s=>{l(s,"prompt"),l(s,"multiplePrompt"),l(s,"subtitlePrompt")})}var yl,le,Sl,hg,Vr,hl,fg,xl={},wl=[],bg=/acit|ex(?:s|g|n|p|$)|rph|grid|ows|mnc|ntw|ine[ch]|zoo|^ord|itera/i;function Mt(t,e){for(var r in e)t[r]=e[r];return t}function Al(t){var e=t.parentNode;e&&e.removeChild(t)}function Za(t,e,r,n,a){var i={type:t,props:e,key:r,ref:n,__k:null,__:null,__b:0,__e:null,__d:void 0,__c:null,__h:null,constructor:void 0,__v:a??++Sl};return a==null&&le.vnode!=null&&le.vnode(i),i}function hr(t){return t.children}function _n(t,e){this.props=t,this.context=e}function gr(t,e){if(e==null)return t.__?gr(t.__,t.__.__k.indexOf(t)+1):null;for(var r;e0?Za(m.type,m.props,m.key,m.ref?m.ref:null,m.__v):m)!=null){if(m.__=r,m.__b=r.__b+1,(g=h[c])===null||g&&m.key==g.key&&m.type===g.type)h[c]=void 0;else for(d=0;dql.includes(l)))return t;let n=new URL(t);n.hash="",n.search="";let a=n.href,i=n.hostname,o=n.port;if(r&&r.length>0){let l=r.find(s=>{if(!s)return!1;if(s===i)return!0;if(ql.includes(s))return!0;if(!s.includes("*")&&s.includes("://")){try{let u=new URL(s);if(u.pathname==="/"&&!s.endsWith("/")){let c=u.hostname===i,d=u.port===o;return u.port?c&&d:c}else return kg(a,s)}catch{}return!1}else{let u,c=s;if(s.includes("://")){let k=s.split("://");u=k[0],u==="*"&&k.length>1&&(u="*",s="https://"+k[1])}else u="*",s="https://"+s;let d=s.replace(/\*/g,Hl),g;try{g=new URL(d)}catch{return $e.debug("invalid match pattern",d,"raw match value:",c),!1}let m=g.host,T=g.pathname;T==="/"&&(c.replace("://","").includes("/")||(T="/*"));let j=_g(u+":",Ul(m),Ul(T));if(j){let k=new URL(a);return j.test(k.href)}else return!1}});if(l)return l}return null}catch{return null}}function Ul(t){return t.replaceAll(Hl,"*")}function _g(t,e,r){let n="^";return t==="*:"?n+="(http:|https:|file:)":n+=t,n+="//",e&&(t==="file:"||(e==="*"?n+="[^/]+?":(e.match(/^\*\./)&&(n+="[^/]*?",e=e.substring(1)),n+=e.replace(/\./g,"\\.").replace(/\*/g,"[^/]*")))),r?r==="*"||r==="/*"?n+="(/.*)?":r.includes("*")?(n+=r.replace(/\*/g,".*?"),n+="/?"):n+=r.replace(/[-[\]{}()*+?.,\\^$|#\s]/g,"\\$&"):n+="/?",n+="$",new RegExp(n)}function yt(t,e){return ri(t,e)!==null}function kg(t,e){let r=new URL(t),n=new URL(e);return r.hostname===n.hostname&&r.pathname===n.pathname&&r.protocol===n.protocol&&r.port===n.port}var Vk=Ge();function Ln(t){return t?typeof t=="string"?document.querySelector(t)!==null:t.some(e=>document.querySelector(e)):!1}function jl(){if(!globalThis||!globalThis.location)return"https://example.com";if(!xn())return globalThis.location.href;try{let e=globalThis.location.href,r=new URL(e);if(r.protocol==="about:"||r.protocol==="blob:"){if(globalThis.location.ancestorOrigins&&globalThis.location.ancestorOrigins.length>0)return globalThis.location.ancestorOrigins[0];let n="";try{n=globalThis.parent.location.href}catch{}return n||(globalThis.location!=globalThis.parent.location?document.referrer:document.location.href)}else return e}catch{}return globalThis.location.href}var fr="input is invalid type",ni=typeof window=="object",Ot=ni?window:{};Ot.JS_SHA256_NO_WINDOW&&(ni=!1);var Cg=!ni&&typeof self=="object",Pg=!Ot.JS_SHA256_NO_NODE_JS&&typeof process=="object"&&process.versions&&process.versions.node;Pg?Ot=global:Cg&&(Ot=self);var Yk=!Ot.JS_SHA256_NO_COMMON_JS&&typeof module=="object"&&module.exports,Xk=typeof define=="function"&&define.amd,$r=!Ot.JS_SHA256_NO_ARRAY_BUFFER&&typeof ArrayBuffer<"u",N="0123456789abcdef".split(""),Lg=[-2147483648,8388608,32768,128],ot=[24,16,8,0],Fn=[1116352408,1899447441,3049323471,3921009573,961987163,1508970993,2453635748,2870763221,3624381080,310598401,607225278,1426881987,1925078388,2162078206,2614888103,3248222580,3835390401,4022224774,264347078,604807628,770255983,1249150122,1555081692,1996064986,2554220882,2821834349,2952996808,3210313671,3336571891,3584528711,113926993,338241895,666307205,773529912,1294757372,1396182291,1695183700,1986661051,2177026350,2456956037,2730485921,2820302411,3259730800,3345764771,3516065817,3600352804,4094571909,275423344,430227734,506948616,659060556,883997877,958139571,1322822218,1537002063,1747873779,1955562222,2024104815,2227730452,2361852424,2428436474,2756734187,3204031479,3329325298],Bn=["hex","array","digest","arrayBuffer"],Be=[];(Ot.JS_SHA256_NO_NODE_JS||!Array.isArray)&&(Array.isArray=function(t){return Object.prototype.toString.call(t)==="[object Array]"});$r&&(Ot.JS_SHA256_NO_ARRAY_BUFFER_IS_VIEW||!ArrayBuffer.isView)&&(ArrayBuffer.isView=function(t){return typeof t=="object"&&t.buffer&&t.buffer.constructor===ArrayBuffer});var Wl=function(t,e){return function(r){return new Ie(e,!0).update(r)[t]()}},Gl=function(t){var e=Wl("hex",t);e.create=function(){return new Ie(t)},e.update=function(a){return e.create().update(a)};for(var r=0;r>2]|=t[a]<>2]|=n<>2]|=(192|n>>6)<>2]|=(128|n&63)<=57344?(l[i>>2]|=(224|n>>12)<>2]|=(128|n>>6&63)<>2]|=(128|n&63)<>2]|=(240|n>>18)<>2]|=(128|n>>12&63)<>2]|=(128|n>>6&63)<>2]|=(128|n&63)<=64?(this.block=l[16],this.start=i-64,this.hash(),this.hashed=!0):this.start=i}return this.bytes>4294967295&&(this.hBytes+=this.bytes/4294967296<<0,this.bytes=this.bytes%4294967296),this}};Ie.prototype.finalize=function(){if(!this.finalized){this.finalized=!0;var t=this.blocks,e=this.lastByteIndex;t[16]=this.block,t[e>>2]|=Lg[e&3],this.block=t[16],e>=56&&(this.hashed||this.hash(),t[0]=this.block,t[16]=t[1]=t[2]=t[3]=t[4]=t[5]=t[6]=t[7]=t[8]=t[9]=t[10]=t[11]=t[12]=t[13]=t[14]=t[15]=0),t[14]=this.hBytes<<3|this.bytes>>>29,t[15]=this.bytes<<3,this.hash()}};Ie.prototype.hash=function(){var t=this.h0,e=this.h1,r=this.h2,n=this.h3,a=this.h4,i=this.h5,o=this.h6,l=this.h7,s=this.blocks,u,c,d,g,m,T,j,k,h,Q,P;for(u=16;u<64;++u)m=s[u-15],c=(m>>>7|m<<25)^(m>>>18|m<<14)^m>>>3,m=s[u-2],d=(m>>>17|m<<15)^(m>>>19|m<<13)^m>>>10,s[u]=s[u-16]+c+s[u-7]+d<<0;for(P=e&r,u=0;u<64;u+=4)this.first?(this.is224?(k=300032,m=s[0]-1413257819,l=m-150054599<<0,n=m+24177077<<0):(k=704751109,m=s[0]-210244248,l=m-1521486534<<0,n=m+143694565<<0),this.first=!1):(c=(t>>>2|t<<30)^(t>>>13|t<<19)^(t>>>22|t<<10),d=(a>>>6|a<<26)^(a>>>11|a<<21)^(a>>>25|a<<7),k=t&e,g=k^t&r^P,j=a&i^~a&o,m=l+d+j+Fn[u]+s[u],T=c+g,l=n+m<<0,n=m+T<<0),c=(n>>>2|n<<30)^(n>>>13|n<<19)^(n>>>22|n<<10),d=(l>>>6|l<<26)^(l>>>11|l<<21)^(l>>>25|l<<7),h=n&t,g=h^n&e^k,j=l&a^~l&i,m=o+d+j+Fn[u+1]+s[u+1],T=c+g,o=r+m<<0,r=m+T<<0,c=(r>>>2|r<<30)^(r>>>13|r<<19)^(r>>>22|r<<10),d=(o>>>6|o<<26)^(o>>>11|o<<21)^(o>>>25|o<<7),Q=r&n,g=Q^r&t^h,j=o&l^~o&a,m=i+d+j+Fn[u+2]+s[u+2],T=c+g,i=e+m<<0,e=m+T<<0,c=(e>>>2|e<<30)^(e>>>13|e<<19)^(e>>>22|e<<10),d=(i>>>6|i<<26)^(i>>>11|i<<21)^(i>>>25|i<<7),P=e&r,g=P^e&n^Q,j=i&o^~i&l,m=a+d+j+Fn[u+3]+s[u+3],T=c+g,a=t+m<<0,t=m+T<<0;this.h0=this.h0+t<<0,this.h1=this.h1+e<<0,this.h2=this.h2+r<<0,this.h3=this.h3+n<<0,this.h4=this.h4+a<<0,this.h5=this.h5+i<<0,this.h6=this.h6+o<<0,this.h7=this.h7+l<<0};Ie.prototype.hex=function(){this.finalize();var t=this.h0,e=this.h1,r=this.h2,n=this.h3,a=this.h4,i=this.h5,o=this.h6,l=this.h7,s=N[t>>28&15]+N[t>>24&15]+N[t>>20&15]+N[t>>16&15]+N[t>>12&15]+N[t>>8&15]+N[t>>4&15]+N[t&15]+N[e>>28&15]+N[e>>24&15]+N[e>>20&15]+N[e>>16&15]+N[e>>12&15]+N[e>>8&15]+N[e>>4&15]+N[e&15]+N[r>>28&15]+N[r>>24&15]+N[r>>20&15]+N[r>>16&15]+N[r>>12&15]+N[r>>8&15]+N[r>>4&15]+N[r&15]+N[n>>28&15]+N[n>>24&15]+N[n>>20&15]+N[n>>16&15]+N[n>>12&15]+N[n>>8&15]+N[n>>4&15]+N[n&15]+N[a>>28&15]+N[a>>24&15]+N[a>>20&15]+N[a>>16&15]+N[a>>12&15]+N[a>>8&15]+N[a>>4&15]+N[a&15]+N[i>>28&15]+N[i>>24&15]+N[i>>20&15]+N[i>>16&15]+N[i>>12&15]+N[i>>8&15]+N[i>>4&15]+N[i&15]+N[o>>28&15]+N[o>>24&15]+N[o>>20&15]+N[o>>16&15]+N[o>>12&15]+N[o>>8&15]+N[o>>4&15]+N[o&15];return this.is224||(s+=N[l>>28&15]+N[l>>24&15]+N[l>>20&15]+N[l>>16&15]+N[l>>12&15]+N[l>>8&15]+N[l>>4&15]+N[l&15]),s};Ie.prototype.toString=Ie.prototype.hex;Ie.prototype.digest=function(){this.finalize();var t=this.h0,e=this.h1,r=this.h2,n=this.h3,a=this.h4,i=this.h5,o=this.h6,l=this.h7,s=[t>>24&255,t>>16&255,t>>8&255,t&255,e>>24&255,e>>16&255,e>>8&255,e&255,r>>24&255,r>>16&255,r>>8&255,r&255,n>>24&255,n>>16&255,n>>8&255,n&255,a>>24&255,a>>16&255,a>>8&255,a&255,i>>24&255,i>>16&255,i>>8&255,i&255,o>>24&255,o>>16&255,o>>8&255,o&255];return this.is224||s.push(l>>24&255,l>>16&255,l>>8&255,l&255),s};Ie.prototype.array=Ie.prototype.digest;Ie.prototype.arrayBuffer=function(){this.finalize();var t=new ArrayBuffer(this.is224?28:32),e=new DataView(t);return e.setUint32(0,this.h0),e.setUint32(4,this.h1),e.setUint32(8,this.h2),e.setUint32(12,this.h3),e.setUint32(16,this.h4),e.setUint32(20,this.h5),e.setUint32(24,this.h6),this.is224||e.setUint32(28,this.h7),t};function In(t,e,r){var n,a=typeof t;if(a==="string"){var i=[],o=t.length,l=0,s;for(n=0;n>6,i[l++]=128|s&63):s<55296||s>=57344?(i[l++]=224|s>>12,i[l++]=128|s>>6&63,i[l++]=128|s&63):(s=65536+((s&1023)<<10|t.charCodeAt(++n)&1023),i[l++]=240|s>>18,i[l++]=128|s>>12&63,i[l++]=128|s>>6&63,i[l++]=128|s&63);t=i}else if(a==="object"){if(t===null)throw new Error(fr);if($r&&t.constructor===ArrayBuffer)t=new Uint8Array(t);else if(!Array.isArray(t)&&(!$r||!ArrayBuffer.isView(t)))throw new Error(fr)}else throw new Error(fr);t.length>64&&(t=new Ie(e,!0).update(t).array());var u=[],c=[];for(n=0;n<64;++n){var d=t[n]||0;u[n]=92^d,c[n]=54^d}Ie.call(this,e,r),this.update(c),this.oKeyPad=u,this.inner=!0,this.sharedMemory=r}In.prototype=new Ie;In.prototype.finalize=function(){if(Ie.prototype.finalize.call(this),this.inner){this.inner=!1;var t=this.array();Ie.call(this,this.is224,this.sharedMemory),this.update(this.oKeyPad),this.update(t),Ie.prototype.finalize.call(this)}};var br=Gl();br.sha256=br;br.sha224=Gl(!0);br.sha256.hmac=Vl();br.sha224.hmac=Vl(!0);var $l=br;var Fg=$l.sha256;function ai(t){return Promise.resolve(Fg(t))}var Bg="auto";function Ql(t){Bg=t}async function ii(t){let{url:e,config:r,state:n}=t,a=new URL(e),i="auto",{translationParagraphLanguagePattern:o,translationService:l,translationServices:s,translationTheme:u,translationThemePatterns:c,translationUrlPattern:d,targetLanguage:g,sourceLanguageUrlPattern:m,immediateTranslationPattern:T}=r,j=g||"zh-CN",k=Tr(e,o),h=Tr(e,T),Q=l,P=Object.keys(s);for(let q of P){let C=s[q];if(Tr(e,C)){Q=q;break}}let $=u,oe=Object.keys(c);for(let q of oe){let C=c[q];if(C&&Tr(e,C)){$=q;break}}let A=Tr(e,d),f=Yl(e,d);f||(f=yt(e,Hs)),f||(f=yt(e,r.blockUrls));let y=Yl(e,r.inputTranslationUrlPattern);y||(y=yt(e,r.inputTranslationBlockUrls));let x=yt(e,r.mutationBlockUrls),I=Object.keys(m),W={};for(let q of I){let C=m[q];if(C&&C.matches)for(let X of C.matches)W[X]=q}let E=Object.keys(W),B=ri(e,E);B&&(i=W[B]??"auto",W[B]&&W[B]!=="auto"&&Ql(W[B]));let H=a.hostname,U=await ai(H),de=a.pathname+a.search+a.hash,Te=await ai(de),z=`https://${U}.com/${Te}`,_=await Ya(),he=await ml(),ae=r.translationStartMode;ae==="dynamic"&&h&&(ae="immediate");let v=Q;r.inputTranslationService&&r.inputTranslationService!=="inherit"&&(v=r.inputTranslationService);let w=Q;r.mouseHoverTranslationService&&r.mouseHoverTranslationService!=="inherit"&&(w=r.mouseHoverTranslationService);let L=Q;r.subtitleTranslateService&&r.subtitleTranslateService!=="inherit"&&(L=r.subtitleTranslateService);let Z=await mr.get(Ft,null),G=!1;Z&&(G=dr(Z));let M={targetLanguage:j,config:r,translationService:Q,inputTranslationService:v,mouseHoverTranslationService:w,subtitleTranslateService:L,isTranslateUrl:A,sourceLanguage:i,mainFrame:document.body,isTranslateExcludeUrl:f,isMutationTranslationExcludeUrl:x,isInputTranslationExcludeUrl:y,rule:r.generalRule,url:e,encryptedUrl:z,state:n?Object.assign({translationMode:r.translationMode,translationArea:r.translationArea,translationStartMode:ae,immediateTranslationTextCount:r.immediateTranslationTextCount,isAutoTranslate:!1,translationDebounce:300,isNeedClean:!1,isDetectParagraphLanguage:k,cache:r.cache,translationTheme:$,isTranslateDirectlyOnHover:!1},n):{translationMode:r.translationMode,translationArea:r.translationArea,translationStartMode:ae,immediateTranslationTextCount:r.immediateTranslationTextCount,isAutoTranslate:!1,translationDebounce:300,isNeedClean:!1,isDetectParagraphLanguage:k,cache:r.cache,translationTheme:$,isTranslateDirectlyOnHover:!1},localConfig:_};Z&&(M.user=Z,G?M.isPro=!0:M.isPro=!1),M.state.translationArea==="body"&&(M.config.generalRule.excludeTags=M.config.generalRule.excludeTags.filter(q=>!M.config.generalRule.bodyTranslateTags.includes(q)),M.config.generalRule.additionalExcludeSelectors=M.config.generalRule.additionalExcludeSelectors.filter(q=>q!==".btn"));let te=r.translationServices[M.translationService]||{};te.immediateTranslationTextCount!==void 0&&Ig(te.immediateTranslationTextCount)&&te.immediateTranslationTextCount>=0&&(M.state.immediateTranslationTextCount=te.immediateTranslationTextCount),M.translationService==="deepl"&&(te&&te.authKey&&te.authKey.startsWith("immersive_")||te&&te.provider==="pro"&&M.user?.token)&&te.immediateTranslationTextCountForImmersiveDeepl!==void 0&&te.immediateTranslationTextCountForImmersiveDeepl>=0&&(M.state.immediateTranslationTextCount=te.immediateTranslationTextCountForImmersiveDeepl),te&&te.translationDebounce&&typeof te.translationDebounce=="number"&&(M.state.translationDebounce=te.translationDebounce);let Y=he.immediateTranslationTextCount;r.immediateTranslationTextCount!==Y&&(M.state.immediateTranslationTextCount=r.immediateTranslationTextCount);let O=r.rules,R;globalThis.PDFViewerApplication?R=O.find(q=>q.pageType=="pdfReader"):globalThis.immersiveTranslateEbookViewer?R=O.find(q=>q.pageType=="ebookReader"):globalThis.immersiveTranslateEbookBuilder?R=O.find(q=>q.pageType=="ebookBuilder"):R=O.find(q=>Tr(e,q)),M.state.translationArea==="body"&&(M.rule.paragraphMinTextCount=1,M.rule.paragraphMinWordCount=1),R&&R.pageType==="ebookBuilder"&&(M.state.translationStartMode="immediate");let re=r.generalRule;if(R&&(M.rule=En(re,R)),M.rule.selectors.length>0&&(M.rule.paragraphMinTextCount=2,M.rule.paragraphMinWordCount=1),M.state.translationArea==="body"&&M.rule.excludeTags&&(M.rule.excludeTags=M.rule.excludeTags.filter(q=>!M.rule.bodyTranslateTags.includes(q)&&!M.rule.forceTranslateTags.includes(q))),M.rule.mainFrameSelector){let q=document.querySelector(M.rule.mainFrameSelector);q&&(M.mainFrame=q)}return M}function Tr(t,e){if(!e)return!1;let{matches:r,excludeMatches:n,selectorMatches:a,excludeSelectorMatches:i}=e;return n&&n.length>0&&yt(t,n)?!1:r&&r.length>0&&yt(t,r)?!0:i&&i.length>0&&Ln(i)?!1:!!(a&&a.length>0&&Ln(a))}function Yl(t,e){if(!e)return!1;let{excludeMatches:r,excludeSelectorMatches:n}=e;return!!(r&&r.length>0&&yt(t,r)||n&&n.length>0&&Ln(n))}function Ig(t){return typeof t=="number"}var vr="imt-subtitle-inject",zn=class{from;to;constructor(e,r){this.from=e,this.to=r}sendMessages(e){globalThis.postMessage({type:vr,to:this.to,from:this.from,action:e.action,data:e.data,id:e.id||new Date().getTime(),isAsync:!1})}getRandomId(){return(new Date().getTime()+Math.random())*Math.random()}sendAsyncMessages({action:e,data:r}){return new Promise(n=>{let a=this.getRandomId();globalThis.postMessage({type:vr,to:this.to,from:this.from,action:e,data:r,id:a,isAsync:!0});let i=({data:o})=>{vr===o.type&&o.id===a&&o.to===this.from&&(n(o.data),globalThis.removeEventListener("message",i))};globalThis.addEventListener("message",i)})}handleMessageOnce(e){return new Promise(r=>{let n=({data:a})=>{vr===a.type&&a.action===e&&a.to===this.from&&(r(a.data),globalThis.removeEventListener("message",n))};globalThis.addEventListener("message",n)})}handleMessage(e,r){let n=({data:a})=>{vr===a.type&&a.action===e&&a.to===this.from&&r(a)};return globalThis.addEventListener("message",n),()=>{globalThis.removeEventListener("message",n)}}handleMessages(e){let r=({data:n})=>{vr===n.type&&n.to===this.from&&e(n)};return globalThis.addEventListener("message",r),()=>{globalThis.removeEventListener("message",r)}}},Mn=new zn("content-script","inject"),zg=new zn("inject","content-script"),Xl={get(t,e,r){return e in t?(...n)=>{let a=t[e];return typeof a=="function"?a.apply(t,n):Reflect.get(t,e,r)}:n=>t.sendAsyncMessages({action:e,data:n})}},fC=new Proxy(zg,Xl),bC=new Proxy(Mn,Xl);async function Mg(){try{let t=await Ng(jl(),{});if(t.isTranslateExcludeUrl||!t.rule.subtitleRule.type||t.rule.subtitleRule.disabled||!t.rule.subtitleRule.isInject)return;Rg(t),Og(t)}catch{}}function Og(t){if(Ge()){let r=Oe().IMMERSIVE_TRANSLATE_VIDEO_SUBTITLE_INJECT,n=document.createElement("script");n.id="imt-subtitles-inject",n.textContent=r,document.head.appendChild(n)}else se.storage.sync.get("open").then(()=>{let e=se.runtime.getURL("video-subtitle/inject.js");if(document.querySelector(`script[src='${e}']`))return;let n=document.createElement("script");n.src=e,n.id="imt-subtitles-inject",document.head.appendChild(n)})}function Rg(t){Mn.handleMessages(({id:e,action:r})=>{if(r==="getConfig"){let n=t.rule.subtitleRule;Mn.sendMessages({id:e,data:n})}})}Mg();var yr=null;async function Ng(t,e){let r=Object.keys(e);if(yr){let n={url:t,config:yr.config,state:{...yr.state,...e}};yr=await ii(n)}else{let n=await qg(),a=e;r.length===0&&(a=void 0),yr=await ii({url:t,config:n,state:a})}return yr}function qg(){return Ge()?Xa():Ug({method:"getConfig"})}async function Ug(t){return await $a().sendMessage("background:main",t)}})(); +`,wrapperSuffix:"
"},{id:"bing",matches:"https://*.bing.com/search*",extraInlineSelectors:["a","i"],globalStyles:{"[class*='lineclamp'],.b_title":"-webkit-line-clamp:unset;"}},{id:"yahoo",matches:"*.yahoo.*",excludeSelectors:["._ys_jiqava","#ybar-inner-wrap","#Col2-5-Rmp-Proxy"],extraBlockSelectors:[".SIPGg",".sc-kzMCTH.pSZXj"],globalStyles:{"#atomic .Mt\\(20px\\)":"margin-top: 100px;","[class*='LineClamp']":"-webkit-line-clamp:unset;max-height:unset;","a[class*='js-content-viewer']> div[class*='Td\\(n\\)']":"overflow: scroll;","[class*='_ys_24482e']":"-webkit-line-clamp:unset;","#Aside > :first-child":"overflow:scroll;"}},{id:"wsj",matches:"www.wsj.com",excludeSelectors:["header","footer","nav","[aria-label='Markets summary']"]},{id:"businessinsider",matches:"www.businessinsider.com",excludeSelectors:["header","nav","section.live-updates-module "]},{id:"goodreads",matches:"www.goodreads.com",excludeSelectors:[".badgeYear",".gr-mediaBox__desc",".bookVotedRow",".minirating","div[itemprop='aggregateRating']",".wtrButtonContainer",".RatingsHistogram__labelTitle",".FollowButton",".siteHeader__topLevelLink","#books > thead","td[class*='rating']","td[class*='shelves']","td[class*='date_read']","td[class*='date_added']","td[class*='actions']"]},{id:"feeder",matches:"https://feeder.co/*",globalStyles:{".item-summary":"-webkit-line-clamp:unset;"}},{id:"elektrotechnik",matches:"https://www.elektrotechnik.rwth-aachen.de/*",globalAttributes:{"[class='notranslate']":{class:""}}},{id:"nytimes",matches:"www.nytimes.com",excludeSelectors:["#app > div > div > header","#app > div > div > div > div > header","#in-story-masthead"],injectedCss:["a::after {position:relative!important;}"]},{id:"bugsKde",matches:"bugs.kde.org","excludeTags.remove":["svg","PRE"],additionalExcludeSelectors:[".bz_first_comment_head",".bz_comment_head",".related_actions"]},{id:"eastmoney",matches:"guba.eastmoney.com",searchEnhancementConfig:[{id:"eastmoney",urlMatch:"guba.eastmoney.com/news,us\\w+,\\w+.html",delayTime:0,selector:".moneyFlowContainer",selectorAction:"insertBefore",style:{container:"background:white;border:none;border-radius: 4px;box-shadow: 0 2px 4px hsla(216,5%,62%,.14);",source:"font-size:12px; margin-bottom: 0px;",keyword:"color:#294688",title:"font-size:14px;color:#294688;",enTitle:"margin-top:4px;font-size:12px;",searchTitle:"margin:4px 0 16px;position:relative;padding-right:24px;font-size: 16px;",time:"margin: 0px 0 16px;",more:"color:#294688;margin-top:8px;"},keyword:{value:"[0]$1 stock",matches:[{source:"url",matchRegex:"guba.eastmoney.com/news,us(\\w+?),\\S+.html"}]},showCount:8},{id:"eastmoney",urlMatch:"guba.eastmoney.com/list,us\\w+.*.html",delayTime:0,selector:".qualityContentContainer",selectorAction:"insertBefore",style:{container:"background:white;border:none;border-radius: 4px;box-shadow: 0 2px 4px hsla(216,5%,62%,.14);",source:"font-size:12px; margin-bottom: 0px;",keyword:"color:#294688",title:"font-size:14px;color:#294688;",enTitle:"margin-top:4px;font-size:12px;",searchTitle:"margin:4px 0 16px;position:relative;padding-right:24px;font-size: 16px;",time:"margin:0px 0 16px;",more:"color:#294688;margin-top:8px;"},keyword:{value:"[0]$1:[0]$2",matches:[{source:{type:"selector",attribute:"href"},matchRegex:"code=(\\w+)_(\\w+)",match:"a[href*='rank/stock?code=']"}]},showCount:8}]},{id:"xueqiu",matches:"xueqiu.com",searchEnhancementConfig:[{id:"xueqiu",urlMatch:"xueqiu.com/S/[a-zA-Z]+/?$",delayTime:0,selector:".container-side-sm.float-right.stock__side",selectorAction:"appendChild",style:{container:"background:white;border:none;border-radius: 4px;padding:0;",source:"font-size:12px; margin-bottom: 0px;",keyword:"color:#06c",title:"font-size:14px;color:#06c;",enTitle:"margin-top:4px;font-size:12px;",searchTitle:"margin:4px 0 16px;position:relative;padding-right:24px;font-size: 16px;font-weight: bold;",time:"margin:0px 0 16px;",more:"color:#06c;margin-top:8px;"},showCount:8,keyword:{value:"[0]$1",matches:[{source:{type:"selector",attribute:"text"},matchRegex:"\\((.+)\\)",match:".stock-name"}]}}]},{id:"laohu8",matches:"www.laohu8.com",searchEnhancementConfig:[{id:"laohu8",urlMatch:"www.laohu8.com/stock/[a-zA-Z]+/?$",delayTime:0,selector:".hot-stocks-root",selectorAction:"insertBefore",style:{container:"background:white;border:none;border-radius: 4px;box-shadow: 0 2px 4px hsla(216,5%,62%,.14);",source:"font-size:12px; margin-bottom: 0px;",title:"font-size:14px;color: #007bff;",enTitle:"margin-top:4px;color: #4d5156;font-size:12px;",searchTitle:"margin:4px 0 16px;position:relative;padding-right:24px;font-size: 16px;",time:"margin: 0px 0 16px;"},keyword:{value:"[0]$1 stock",matches:[{source:"url",matchRegex:"stock/([a-zA-Z]+)"}]},showCount:8}]},{id:"futunn",matches:"www.futunn.com",searchEnhancementConfig:[{id:"futunn",urlMatch:"www.futunn.com/stock/\\w+-US",delayTime:0,selector:".right",selectorAction:"appendChild",style:{container:"background:white;border:none;border-radius: 4px;box-shadow: 0 2px 4px hsla(216,5%,62%,.14);",source:"font-size:12px; margin-bottom: 4px;",title:"font-size:14px;color: #007bff;",enTitle:"margin-top:4px;color: #4d5156;font-size:12px;",searchTitle:"margin:4px 0 16px;position:relative;padding-right:24px;font-size: 16px;",time:"margin: 4px 0 20px;"},keyword:{value:"[0]$1 stock",matches:[{source:"url",matchRegex:"stock/([a-zA-Z]+)-US"}]},showCount:8}]},{id:"bmvrMarseille",matches:"www.bmvr.marseille.fr",globalStyles:{"a > div":"display:block;","[style*='358px;']":"width: 33.3333%; height: auto; padding: 0px; position: relative; margin: 0px;"},globalAttributes:{"#app":{class:""}}},{id:"piAi",matches:"pi.ai/talk",globalStyles:{"[class*='text-brand-green']":"flex-direction:column;"}},{id:"claudeAi",matches:"claude.ai",excludeSelectors:[".contents *"],"excludeTags.remove":["PRE"],injectedCss:"[data-testid='chat-menu-trigger'] br {display:none;}",aiRule:{messageWrapperSelector:".contents",messageContainerSelector:".ReactMarkdown",messageStreamEndSelector:".contents > button",streamingChange:!0,streamingDeepChild:!1,streamingDelayTime:1e3}},{id:"feishu",matches:["*.feishu.cn","*.larkoffice.com","*.larksuite.com"],"additionalExcludeSelectors.remove":[".notranslate","[translate=no]"],mutationObserverLimitTargetSelectors:[".maindocbody","div[class*='render']","div[class*='block']"],"excludeSelectors.add":[".catalogue__list"]},{id:"gitbook",selectorMatches:[".gitbook-root"],"additionalExcludeSelectors.remove":[".notranslate","[translate=no]"],"additionalExcludeSelectors.add":["[spellcheck='false']"]},{id:"mitre",matches:"cwe.mitre.org",globalStyles:{"span.list_entry":"height: unset;"}},{id:"kaggle",matches:"www.kaggle.com",excludeTags:["i","button"]},{id:"ieee",matches:"spectrum.ieee.org",extraBlockSelectors:["small"]},{id:"ieeexplore",matches:"ieeexplore.ieee.org",stayOriginalSelectors:["a[ref-type]",".inline-formula",".display-formula"]},{id:"cnn",matches:"*.cnn.com","excludeSelectors.add":[".ad-slot-header__wrapper","#pageFooter"],"bodyRule.add":{bodySelector:".layout__content-wrapper",articleSelector:".article__content-container"}},{id:"marginalrevolution",matches:"marginalrevolution.com",globalAttributes:{header:{translate:"unset;"}}},{id:"highfrequencyelectronics",matches:"www.highfrequencyelectronics.com",globalStyles:{"#main-content":"overflow:unset;"}},{id:"githubBlog",matches:"github.blog",globalStyles:{".font-mktg":"word-break:normal;"}},{id:"semanticscholar",matches:"www.semanticscholar.org",selectors:[".cl-paper-title",".cl-paper-abstract",".tldr-abstract-replacement",".text-truncator",".paper-detail-title"]},{id:"uni-trier",matches:"dblp.uni-trier.de",selectors:["h1","h2",".title",".external","dd p"],excludeSelectors:[".side-column"]},{id:"bilibili",matches:"www.bilibili.com","excludeSelectors.add":[".bpx-player-subtitle-panel-text"],"subtitleRule.add":{type:"bilibili",subtitleUrlRegExp:"aisubtitle.hdslb.com/bfs",loadingContainerSelector:".bpx-player-subtitle-panel"}},{id:"time",matches:"time.com",excludeSelectors:[".date-and-duration"],globalStyles:{".headline":"-webkit-line-clamp:unset;overflow:unset;height:unset;",h3:"-webkit-line-clamp:unset;overflow:unset;",p:"-webkit-line-clamp:unset;overflow:unset;"}},{id:"docs-swift",matches:"docs.swift.org",selectors:[".content","#menu"]},{id:"uzh",matches:"www.uzh.ch",injectedCss:[".TextImage--inner {overflow:auto !important;}"]},{id:"mail-yandex",matches:"mail.yandex.com",selectors:["article",".Text_color_primary",".mail-MessageSnippet-Item_subject"],globalStyles:{".mail-MessageSnippet":"height: unset; line-height:unset;",".immersive-translate-target-translation-block-wrapper":"margin:unset;"}},{id:"forums.zotero",matches:"forums.zotero.org",selectors:[".page-sidebar",".page-content"]},{id:"pubmed.ncbi.nlm.nih.gov",matches:"pubmed.ncbi.nlm.nih.gov",urlChangeDelay:0,excludeSelectors:[".docsum-journal-citation",".citation-part",".docsum-authors",".top-wrapper",".article-source",".citation-doi",".identifiers",".cite",".share",".arrow-link"],globalAttributes:{"#Scholarscope_HighlightContent":{class:""},"#Scholarscope_HighlightOrigin":{class:"Scholarscope_HighlightContents"}},mutationExcludeContainsSelectors:["#Scholarscope_HighlightContent highlight"],mutationExcludeSelectors:["#Scholarscope_HighlightContent","#Scholarscope_HighlightContent span"],injectedCss:["#Scholarscope_HighlightOrigin > p font,#Scholarscope_HighlightContent > p font {display: inline!important;}","#Scholarscope_HighlightOrigin > p font br,#Scholarscope_HighlightContent > p font br {display: none!important;}"]},{id:"chosun",matches:"www.chosun.com",injectedCss:"body {word-break: unset!important;}"},{id:"yna",matches:"*.yna*",injectedCss:["font > br {display:none}"],globalStyles:{"a,strong":"max-height:unset;-webkit-line-clamp:unset;height:unset;white-space:unset;","div,p,li,.item-box01,.news-con":"height:unset;max-height:unset;-webkit-line-clamp:unset;"},"additionalExcludeSelectors.remove":[".notranslate","[translate=no]"]},{id:"cnet",matches:"www.cnet.com",globalStyles:{"h3,div,span,p":"max-height:unset;-webkit-line-clamp:unset;height:unset;white-space:unset;"}},{id:"dolmods",matches:"dolmods.net",globalStyles:{"[class*='max-h']":"max-height:unset!important;"}},{id:"digitimes",matches:"www.digitimes.com",globalStyles:{"a,.title,.abstract,.display-5,.top":"max-height:unset;-webkit-line-clamp:unset;height:unset;white-space:unset;"},"excludeSelectors.add":[".main-nav-frame",".sub-header-wrapper",".footer",".date"],"additionalExcludeSelectors.remove":[".notranslate","[translate=no]"]},{id:"vdi-nachrichten",matches:"www.vdi-nachrichten.com","excludeSelectors.add":[".header-menu__item > a",".linkbar__item",".header__button-group"]},{id:"htdp",matches:"htdp.org",excludeTags:["blockquote"],stayOriginalSelectors:[".RktIn"]},{id:"newsletterss",matches:"newsletterss.com",initialGlobalAttributes:{iframe:{scrolling:"auto"}}},{id:"docusaurus",selectorMatches:["#__docusaurus"],"excludeSelectors.add":["aside",".DocSearch-Modal"]},{id:"mercari",matches:"*.mercari.com","excludeTags.remove":["PRE"]},{id:"qqMail",matches:"mail.qq.com",useIframePostMessage:!1},{id:"nikkei",matches:"www.nikkei.com",globalStyles:{"h3,div,span,p":"max-height:unset;-webkit-line-clamp:unset;height:unset;white-space:unset;"}},{id:"pubs.rsc.org",matches:"pubs.rsc.org",excludeSelectors:[".eqn"]},{id:"indeed",matches:"*.indeed.com",globalStyles:{"span,.css-19rjr9w.e1wnkr790":"max-height:unset;-webkit-line-clamp:unset;height:unset;white-space:unset;"},"excludeTags.remove":["BUTTON"]},{id:"brutalist",matches:"brutalist.report",selectors:["li > a:first-child","aside","nav > a","h1 > a","h3 > a","h2 >a"],"additionalExcludeSelectors.remove":[".notranslate","[translate=no]"]},{id:"maxroll",matches:["maxroll.gg"],extraInlineSelectors:[".d4t-sprite-icon",".d4t-icon"],injectedCss:["font {font-family: sans-serif !important;}"]},{id:"microsoftTeams",matches:["teams.live.com"],"stayOriginalSelectors.add":["span[title][style='min-width: 20px; height: 20px;']"]},{id:"gradioappdocs",matches:"www.gradio.app/docs/*",selectors:["div.obj"],excludeSelectors:["div#examples"]},{id:"arca",matches:"arca.live","excludeTags.remove":["PRE"]},{id:"chatpdf",matches:["www.chatpdf.com"],"additionalExcludeSelectors.remove":[".notranslate"],excludeSelectors:[".chat-message-row.ai *",".pdf-viewer"],aiRule:{streamingSelector:"",messageWrapperSelector:".chat-message-row.ai",streamingChange:!1,streamingDeepChild:!0,streamingDelayTime:1e3}},{id:"inciteful",matches:["inciteful.xyz"],"excludeTags.remove":["BUTTON"]},{id:"app.element.io",matches:["app.element.io"],"additionalExcludeSelectors.remove":[".notranslate"],"excludeSelectors.add":[".mx_DisambiguatedProfile",".mx_ReplyChain_wrapper",".mx_ThreadSummary_replies_amount"]},{id:"fastapi.tiangolo.com",matches:"fastapi.tiangolo.com",selectors:["article"]},{id:"termynal",selectorMatches:["link[href*='termynal.css']"],"stayOriginalSelectors.add":[".termy"]},{id:"cpb-nl",matches:["www.cpb.nl"],"bodyRule.add":{enable:!1}},{id:"hub.logseq",matches:["hub.logseq.com"],globalStyles:{"[class*=':h-[']":"height:unset;"}},{id:"chat.zalo",matches:["chat.zalo.me"],"additionalExcludeSelectors.remove":[".notranslate"],inputExecCommandDeleteEnable:!0,"inputConfig.add":{execCommandDeleteEnable:!0}},{id:"epam",matches:"*.epam.com",globalStyles:{"[class*='ContentAnchorLinkList']":"word-break:unset;"},"excludeSelectors.add":["#blog-page-sidebar-wrapper"],"excludeTags.remove":["BUTTON"]},{id:"discussions.apple",matches:"discussions.apple.com","excludeSelectors.add":[".page-number"]},{id:"www.sixthtone.com",matches:["www.sixthtone.com"],"excludeSelectors.add":["#footer","[class^=index_time]","[class^=index_anthorList]","[class^=index_node]","[class^=index_popupWrapper]"]},{id:"forum.unity",matches:["forum.unity.com"],"excludeSelectors.add":[".bbCodeCode"]},{id:"wattpad",matches:["www.wattpad.com"],"excludeTags.remove":["PRE"],globalAttributes:{header:{translate:"unset;"}},globalStyles:{".story-info .item-description":"overflow: scroll;"}},{id:"netflix",matches:["www.netflix.com"],"excludeSelectors.add":[".player-timedtext"],"mutationExcludeSelectors.add":[".player-timedtext *"],"subtitleRule.add":{type:"netflix",loadingContainerSelector:".watch-video",subtitleUrlRegExp:"^https://.+?.oca.nflxvideo.net/\\?([ovet]=[^=]+){4}$",loadingStyle:"bottom: 15%;",quickButtonRule:{appendSelector:'[data-uia="control-next"]',insertBeforeSelector:'[data-uia="control-next"]',injectCSS:".imt-quick-subtitle-button {height: 60%; margin-right: 50px; font-size: 20px; } .logo,.logo svg { height: 36px; width: 36px} .label { display: none; } .imt-quick-subtitle-pop-content {transform: translateX(50%); right: 0}"},videoSelector:"video",attachRule:{appendSelector:".watch-video",injectedCSS:[".imt-caption-window {margin-bottom: 0px; bottom: 10vw;}"],injectedGlobalCSS:[".player-timedtext {display: none !important; }"]}}},{id:"udemy",matches:["www.udemy.com"],"excludeSelectors.add":["[data-purpose='captions-cue-text']",".shaka-text-container"],"mutationExcludeSelectors.add":["[data-purpose='captions-cue-text'] *",".shaka-text-container *"],"subtitleRule.add":{type:"udemy",subtitleUrlRegExp:"^https://vtt.*\\.udemycdn\\.com/.*\\.vtt",videoPlayerSelector:"video.shaka-video",humanTrust:85,loadingContainerSelector:".shaka-video-container",loadingStyle:"bottom: 15%;",injectedCss:["[class^='well--text'] {white-space: pre;}"],quickButtonRule:{appendSelector:'[data-purpose="video-controls"]'}},"subtitleRule.add_v.[1.4.1]":{hookType:"fetch|xhr"}},{id:"iview",matches:"iview.abc.net.au",excludeSelectors:[".jwplayer"],"mutationExcludeSelectors.add":[".jwplayer *"],"subtitleRule.add":{type:"webvtt",subtitleUrlRegExp:"/cc/.*\\.(vtt|webvtt)$",loadingContainerSelector:".jwplayer",quickButtonRule:{appendSelector:".jw-reset.jw-button-container",insertBeforeSelector:".jw-settings-submenu-button",injectCSS:".imt-quick-subtitle-pop-content {z-index: 999999;}"}}},{id:"nmaart",matches:"www.nma.art",excludeSelectors:[".video-container"],"mutationExcludeSelectors.add":[".video-container *"],"subtitleRule.add":{type:"webvtt",subtitleUrlRegExp:"/texttrack/.*\\.(vtt|webvtt)",loadingContainerSelector:".video-container",quickButtonRule:{appendSelector:".vjs-control-bar",insertBeforeSelector:".vjs-playback-rate"}}},{id:"apple",matches:"developer.apple.com",excludeSelectors:[".developer-video-player"],"mutationExcludeSelectors.add":[".developer-video-player *"],"subtitleRule.add":{type:"webvtt",subtitleUrlRegExp:"\\.(vtt|webvtt)"}},{id:"khanacademy",matches:["www.khanacademy.org"],"subtitleRule.add":{type:"khanacademy",subtitleUrlRegExp:"GetSubtitles",hookType:"fetch"},"stayOriginalSelectors.add":[".mathjax-wrapper"]},{id:"nebula",matches:["nebula.tv"],"excludeSelectors.add":["[data-subtitles-container='true']"],"mutationExcludeSelectors.add":["[data-subtitles-container='true'] *"],"subtitleRule.add":{type:"webvtt",subtitleUrlRegExp:"\\.vtt$",loadingContainerSelector:".video-poster",quickButtonRule:{appendSelector:".icon-spacing.css-4yh7a0",insertBeforeSelector:"#subtitles-toggle-button",ccEnableSelector:"#subtitles-toggle-button"}}},{id:"frontendmasters",matches:["frontendmasters.com"],"excludeSelectors.add":[".vjs-text-track-display"],"mutationExcludeSelectors.add":[".vjs-text-track-display *"],"subtitleRule.add":{type:"webvtt",subtitleUrlRegExp:".vtt$",loadingContainerSelector:".vjs-text-track-display",injectedCss:["#immersive-translate-quick-button-container {order: 2} .imt-quick-subtitle-pop-content {z-index: 2147483647}"],quickButtonRule:{appendSelector:".vjs-control-bar"},videoSelector:".PromoPlayer video",attachRule:{appendSelector:".video-js",injectedGlobalCSS:".vjs-text-track-display {display: none;}"}}},{id:"udacity",matches:["*.udacity.com"],"excludeSelectors.add":[".vjs-text-track-display"],"mutationExcludeSelectors.add":[".vjs-text-track-display *"],"subtitleRule.add":{type:"webvtt",subtitleUrlRegExp:".vtt$",loadingContainerSelector:".vjs-text-track-display"}},{id:"skillshare",matches:["www.skillshare.com"],"excludeSelectors.add":[".vjs-text-track-display"],"mutationExcludeSelectors.add":[".vjs-text-track-display *"],"subtitleRule.add":{type:"webvtt",subtitleUrlRegExp:"\\.vtt\\?",loadingContainerSelector:".vjs-text-track-display",injectedCss:["#immersive-translate-quick-button-container {order: 13}"],quickButtonRule:{appendSelector:".vjs-control-bar",insertBeforeSelector:".vjs-volume-panel",injectCSS:" .label { display: none; } .imt-quick-subtitle-pop-content {transform: translateX(43%); right: 0; z-index: 2147483647 } "}}},{id:"domestika",matches:["www.domestika.org"],"excludeSelectors.add":[".vjs-text-track-display"],"mutationExcludeSelectors.add":[".vjs-text-track-display *"],"subtitleRule.add":{type:"webvtt",subtitleUrlRegExp:".*subtitles.*\\.vtt",quickButtonRule:{appendSelector:".controlBar-wrapper .right-wrapper",insertBeforeSelector:".vjs-volume-panel"}}},{id:"hbomax",matches:["play.max.com","play.hbomax.com"],"excludeSelectors.add":["[data-testid='playerContainer']","[data-testid='CueBoxContainer']"],"mutationExcludeSelectors.add":["[data-testid='playerContainer'] *","[data-testid='CueBoxContainer'] *"],"subtitleRule.add":{type:"webvtt",subtitleUrlRegExp:"\\.vtt$",loadingContainerSelector:"[data-testid='playerContainer']"}},{id:"mindvalley",matches:["home.mindvalley.com"],"excludeSelectors.add":[".vjs-text-track-display"],"mutationExcludeSelectors.add":[".vjs-text-track-display *"],"subtitleRule.add":{type:"webvtt",subtitleUrlRegExp:"\\.webvtt$",loadingContainerSelector:".vjs-text-track-display",injectedCss:["#immersive-translate-quick-button-container {order: 6}"],quickButtonRule:{appendSelector:'[data-testid="video-section"] .vjs-control-bar',insertBeforeSelector:'[data-testid="video-section"] .vjs-volume-panel',injectCSS:".imt-quick-subtitle-pop-content {z-index: 999999;}"}}},{id:"masterclass",matches:["www.masterclass.com","learn.microsoft.com"],"excludeSelectors.add":[".vjs-text-track-display"],"mutationExcludeSelectors.add":[".vjs-text-track-display *"],"subtitleRule.add":{type:"webvtt",subtitleUrlRegExp:"\\.vtt",loadingContainerSelector:".vjs-text-track-display",quickButtonRule:{appendSelector:".vjs-control-bar",insertBeforeSelector:".vjs-playback-rate"}}},{id:"viu",matches:["www.viu.com"],"excludeSelectors.add":[".bmpui-ui-viu-subtitle-overlay"],"mutationExcludeSelectors.add":[".bmpui-ui-viu-subtitle-overlay *"],"subtitleRule.add":{type:"webvtt",hookType:"xhr",subtitleUrlRegExp:"https?://[^/]+\\.cloudfront\\.net/[^/]+/[^/]+$",loadingContainerSelector:".bmpui-container-wrapper",loadingStyle:"bottom: 20%;",injectedCss:[".bmpui-controls-hidden #immersive-translate-quick-button-container {display: none;}"],quickButtonRule:{appendSelector:".bmpui-ui-container.bmpui-ui-viu-subtitle > .bmpui-container-wrapper",injectCSS:".imt-quick-subtitle-button {margin-bottom: 8px}"}}},{id:"linkin",matches:"*.linkedin.com","excludeSelectors.add":[".vjs-text-track-display"],"mutationExcludeSelectors.add":[".vjs-text-track-display *"],"subtitleRule.add":{type:"webvtt",subtitleUrlRegExp:".*ambry/\\?x-li-ambry-ep=.*",hookType:"xhr",loadingContainerSelector:".video-player-container",quickButtonRule:{appendSelector:".vjs-control-bar",insertBeforeSelector:".vjs-captions-toggle"}}},{id:"kanopy",matches:"*.kanopy.com","excludeSelectors.add":[".vjs-text-track-display"],"mutationExcludeSelectors.add":[".vjs-text-track-display *"],"subtitleRule.add":{type:"webvtt",subtitleUrlRegExp:".*captioncache/webvtt.*",hookType:"xhr",loadingContainerSelector:".video-player-container",injectedCss:["#immersive-translate-quick-button-container{height: 40px;display: flex;align-items: center;align-self: flex-end;}"],quickButtonRule:{appendSelector:".vjs-control-bar",insertBeforeSelector:".vjs-caption-control"}}},{id:"iflix",matches:["www.iflix.com","wetv.vip"],"excludeSelectors.add":[".text-track"],"mutationExcludeSelectors.add":[".player-wrapper *"],"subtitleRule.add":{type:"webvtt",subtitleUrlRegExp:"\\.vtt",hookType:"xhr",loadingContainerSelector:"#player-wrapper",loadingStyle:"bottom: 18%;",quickButtonRule:{appendSelector:'[data-role="wetv-ctrlbar-right"]',insertBeforeSelector:'[data-role="wetv-player-definition"]'}}},{id:"imdb",matches:"www.imdb.com","excludeSelectors.add":[".jw-text-track-container"],"mutationExcludeSelectors.add":[".jw-text-track-container *"],"subtitleRule.add":{type:"webvtt",subtitleUrlRegExp:"\\.srt$",loadingContainerSelector:"#imdbnext-vp-jw-single",quickButtonRule:{appendSelector:".jw-reset.jw-button-container",insertBeforeSelector:'[button="ttt-button"]'}}},{id:"itv",matches:["www.itv.com"],"subtitleRule.add":{type:"text_track",videoPlayerSelector:".genie-video",loadingContainerSelector:".genie-container",loadingStyle:"bottom: unset; top: 5%;",quickButtonRule:{appendSelector:".control-bar_right-child-container",insertBeforeSelector:".controls-toggle_button--fullscreen"}}},{id:"egghead",matches:["egghead.io"],"subtitleRule.add":{type:"text_track",videoPlayerSelector:".cueplayer-react-video",loadingContainerSelector:".cueplayer-react-video-holder",loadingStyle:"bottom: unset; top: 5%;",quickButtonRule:{appendSelector:".cueplayer-react-control-bar-right-part",insertBeforeSelector:".cueplayer-react-closed-caption"}}},{id:"coursera",matches:["www.coursera.org"],"subtitleRule.add":{type:"text_track",videoPlayerSelector:".vjs-tech",loadingContainerSelector:".rc-VideoControlsContainer",loadingStyle:"bottom: unset; top: 5%;",quickButtonRule:{appendSelector:'[role="presentation"] > .rc-ControlBar > .icon-container'}}},{id:"ocrtraining",matches:["ocrtraining.cit.nih.gov","videocast.nih.gov"],"excludeSelectors.add":["#videocastPlayer"],"mutationExcludeSelectors.add":["#videocastPlayer *"],"subtitleRule.add":{type:"webvtt",subtitleUrlRegExp:"\\.srt$",loadingContainerSelector:"#videocastPlayer"}},{id:"espn",matches:["*.espn.com"],mainFrameMinTextCount:0,"excludeSelectors.add":["#fittPageContainer"],"mutationExcludeSelectors.add":["#fittPageContainer *"],"subtitleRule.add":{type:"webvtt",subtitleUrlRegExp:"\\.vtt$",injectedCss:["#immersive-translate-quick-button-container{margin-top:16px;}",".vjs-text-track-display > div >div {font:unset!important;}"],quickButtonRule:{appendSelector:".vjs-control-bar",insertBeforeSelector:".vjs-captions-button"}}},{id:"fmoviesz",matches:["fmoviesz.to","vidplay.online","c8365730d4.nl"],"excludeSelectors.add":["#player"],"mutationExcludeSelectors.add":["#player *"],"subtitleRule.add":{type:"multi_attach_vtt",subtitleUrlRegExp:"subtitle/.*\\.vtt$",quickButtonRule:{appendSelector:".jw-button-container",insertBeforeSelector:".jw-icon-cc"},activeLangSelector:"#jw-player-settings-submenu-captions .jw-settings-submenu-items .jw-settings-item-active",videoSelector:"video",attachRule:{appendSelector:"#player",injectedGlobalCSS:[".jw-text-track-container {display: none;}","@media (min-width: 576px) { video::cue {opacity: 0} }"]}}},{id:"aniwatch",matches:["megacloud.tv","aniwatch.to"],"excludeSelectors.add":[".jw-wrapper"],"mutationExcludeSelectors.add":[".jw-wrapper *"],"subtitleRule.add":{type:"multi_attach_vtt",subtitleUrlRegExp:"^(?!.*sprite\\.vtt$).*\\.vtt$",quickButtonRule:{appendSelector:".jw-button-container",insertBeforeSelector:".jw-icon-cc"},activeLangSelector:"#jw-player-settings-submenu-captions .jw-settings-submenu-items .jw-settings-item-active",videoSelector:"video",attachRule:{appendSelector:".jw-wrapper",injectedGlobalCSS:[".jw-text-track-container {display: none;}","@media (min-width: 576px) { video::cue {opacity: 0} }"]}}},{id:"rottentomatoes",matches:["*.rottentomatoes.com"],"excludeSelectors.add":[".jw-wrapper"],"mutationExcludeSelectors.add":[".jw-wrapper *"],"subtitleRule.add":{type:"webvtt",subtitleUrlRegExp:"\\.vtt$",quickButtonRule:{appendSelector:".jw-button-container",insertBeforeSelector:".jw-icon-cc"}}},{id:"dailymotion",matches:["*.dailymotion.com"],"excludeSelectors.add":[".player"],"mutationExcludeSelectors.add":[".player *"],mainFrameMinTextCount:0,"subtitleRule.add":{type:"subsrt",subsrtFormat:"srt",loadingContainerSelector:".player",subtitleUrlRegExp:"/video/.*\\.srt",quickButtonRule:{appendSelector:".controls_bottom_right",insertBeforeSelector:".subtitles_toggle_button"}}},{id:"movie-web",matches:["movie-web.app/media*"],"excludeSelectors.add":["#root"],"mutationExcludeSelectors.add":["#root *"],"subtitleRule.add":{type:"subsrt",hookType:"fetch",subsrtFormat:"vtt",loadingContainerSelector:".relative.h-screen.overflow-hidden",subtitleUrlRegExp:".*\\.vtt",quickButtonRule:{appendSelector:".hidden.justify-between .flex.items-center.space-x-3"}}},{id:"deeplearning",matches:["learn.deeplearning.ai"],"excludeSelectors.add":['[data-layout="video"]'],"mutationExcludeSelectors.add":['[data-layout="video"] *'],"subtitleRule.add":{type:"subsrt",subsrtFormat:"vtt",loadingContainerSelector:'[data-layout="video"]',subtitleUrlRegExp:".*\\.vtt",quickButtonRule:{appendSelector:".vds-controls-group:last-child",insertBeforeSelector:".vds-caption-button"}}},{id:"paramountplus",matches:["*.paramountplus.com"],"excludeSelectors.add":[".aa-player-skin"],"mutationExcludeSelectors.add":[".aa-player-skin *"],"subtitleRule.add":{type:"text_track_dynamic",injectedCss:[".tt-container {white-space: pre-line;}",".timed-text-css-box-inner {display: none!important;}",".timed-text-css-box-inner:last-child {display: block!important;}"],videoPlayerSelector:"video",quickButtonRule:{appendSelector:".top-menu-container"}}},{id:"pluto",matches:["pluto.tv"],"excludeSelectors.add":[".video-player-layout"],"mutationExcludeSelectors.add":[".video-player-layout *"],"subtitleRule.add":{type:"text_track_dynamic",videoPlayerSelector:"video",quickButtonRule:{appendSelector:".endControls-0-2-85"}}},{id:"vimeo",matches:["vimeo.com"],"excludeSelectors.add":[".vp-captions"],"mutationExcludeSelectors.add":[".vp-captions *"],"subtitleRule.add":{type:"text_track",videoPlayerSelector:"video",loadingContainerSelector:".player_container",loadingStyle:"bottom: unset; top: 5%;",injectedCss:["#immersive-translateQuickButton {visibility: inherit!important;}"],quickButtonRule:{appendSelector:'[data-control-bar="true"] > div',insertBeforeSelector:'[data-volume-control-container="true"]',ccEnableSelector:'[data-cc-button="true"]',injectCSS:".imt-quick-subtitle-button {margin-right: 0px; font-size: 12px;} .logo,.logo svg { height: 18px !important; width: 18px !important;} .imt-quick-subtitle-pop-content {bottom: 28px !important;}"}}},{id:"ted",matches:["www.ted.com"],"excludeSelectors.add":["#video"],"mutationExcludeSelectors.add":["#video *"],"subtitleRule.add":{type:"webvtt",hookType:"fetch",subtitleUrlRegExp:"\\.vtt",videoPlayerSelector:"video",loadingContainerSelector:"media-controller",quickButtonRule:{appendSelector:".pointer-events-none #media-control-bar",insertBeforeSelector:".pointer-events-none .media-volume-wrapper"}}},{id:"player.vimeo",matches:["https://player.vimeo.com/video/*","laracasts.com"],selectorMatches:["iframe[src*='player.vimeo.com']"],extraBlockSelectors:["span.vp-captions-line","span[class^=CaptionsRenderer_]"],"excludeSelectors.add":[".vp-captions-line"],"mutationExcludeSelectors.add":[".vp-captions *",".vp-captions-line *"],"subtitleRule.add":{type:"text_track",videoPlayerSelector:"video",loadingContainerSelector:".vp-telecine",loadingStyle:"bottom: unset; top: 5%; font-size: 12px;",injectedCss:["#immersive-translateQuickButton {visibility: inherit!important;}"],quickButtonRule:{appendSelector:'[data-control-bar="true"] > div',insertBeforeSelector:'[data-volume-control-container="true"]',ccEnableSelector:'[data-cc-button="true"]',injectCSS:".imt-quick-subtitle-button {margin-right: 0px; font-size: 12px;} .logo,.logo svg { height: 18px !important; width: 18px !important;} .imt-quick-subtitle-pop-content {bottom: 28px !important;}"}}},{id:"tv.adobe",matches:"https://*.tv.adobe.com","excludeSelectors.add":[".mpc-player"],"mutationExcludeSelectors.add":[".mpc-player *"],"subtitleRule.add":{type:"text_track",videoPlayerSelector:"video",loadingContainerSelector:".mpc-player",quickButtonRule:{appendSelector:".mpc-controls__container"}}},{id:"threejs-journey",matches:"threejs-journey.com","excludeSelectors.add":[".video-area"],"mutationExcludeSelectors.add":[".video-area *"],"subtitleRule.add":{type:"text_track",videoPlayerSelector:"video",loadingContainerSelector:".video-area",injectedCss:[".js-tracks-text.tracks-text {white-space: pre;}"],quickButtonRule:{appendSelector:".js-controls .right",insertBeforeSelector:".js-subtitles",injectCSS:".imt-quick-subtitle-button { font-size: 12px;} .logo,.logo svg { height: 18px !important; width: 18px !important;} .imt-quick-subtitle-pop-content {bottom: 38px !important;}"}}},{id:"codewithchris",matches:["learn.codewithchris.com","*.rachelsenglishacademy.com","www.unrealsenseiacademy.com"],"excludeSelectors.add":[".w-captions",".w-captions-line > div > span"],"mutationExcludeSelectors.add":[".w-captions *"],"subtitleRule.add":{type:"general",subtitleUrlRegExp:"/embed/captions/",loadingContainerSelector:".w-ui-container",hookType:"fetch",generalSetting:{captionsPath:"captions",itemsPath:"hash.lines",textKey:"text"}}},{id:"panopto",matches:["southampton.cloud.panopto.eu"],"excludeSelectors.add":[".primaryPlayer"],"mutationExcludeSelectors.add":[".primaryPlayer *"],"subtitleRule.add":{type:"general",subtitleUrlRegExp:"DeliveryInfo.aspx",disableSubsCache:!0,loadingContainerSelector:"#primaryPlayer",hookType:"fetch",generalSetting:{textKey:"Caption"},quickButtonRule:{appendSelector:"#transportControls",insertBeforeSelector:"#captionsButton"}}},{id:"edx",matches:["*.edx.org"],"excludeSelectors.add":[".closed-captions",".subtitles-menu"],mainFrameMinTextCount:0,"subtitleRule.add":{type:"general",subtitleUrlRegExp:"/transcript/translation/",loadingContainerSelector:".tc-wrapper",generalSetting:{itemsPath:"text"},injectedCss:[".subtitles-menu span,.closed-captions {white-space: pre-line;}","#immersive-translate-quick-button-container {display: inline-block; vertical-align: middle;}"],quickButtonRule:{appendSelector:".secondary-controls",insertBeforeSelector:".speeds.menu-container"}}},{id:"ardmediathek",matches:["www.ardmediathek.*"],"excludeSelectors.add":[".ardplayer-viewport-addon-overlays"],"mutationExcludeSelectors.add":[".ardplayer-viewport-addon-overlays *"],"subtitleRule.add":{type:"ebutt",hookType:"fetch",subtitleUrlRegExp:"subtitle/ebutt",loadingContainerSelector:".ardplayer-viewport-addon-overlays",quickButtonRule:{appendSelector:".ardplayer-footer .ardplayer-addons-container",insertBeforeSelector:".ardplayer-footer .ardplayer-button-sharing",injectCSS:".imt-quick-subtitle-button {font-size: 20px; } .logo,.logo svg { height: 36px !important; width: 36px !important;} .imt-quick-subtitle-pop-content {z-index: 2147483647;} "}}},{id:"bbc-iplayer",matches:["https://www.bbc.*/iplayer*"],"excludeSelectors.add":[".player"],"mutationExcludeSelectors.add":[".player *"],"subtitleRule.add":{type:"ebutt",hookType:"fetch",subtitleUrlRegExp:"iplayer/subtitles/.*.xml",loadingContainerSelector:".player__container"}},{id:"bbc",matches:["*.bbc.*"],"excludeSelectors.add":["section.module--languages",".drop-capped",".smp-toucan-player","smp-subtitles","#subtitle_subtitle2"],"mutationExcludeSelectors.add":["[data-testid='media-player-container-landscape'] *"],"subtitleRule.add":{type:"ebutt",hookType:"fetch",subtitleUrlRegExp:"iplayer/subtitles/.*.xml",loadingContainerSelector:".smp-toucan-player"}},{id:"zdf.de",matches:["www.zdf.de"],"excludeSelectors.add":[".zdfplayer-cue-region"],"subtitleRule.add":{type:"ebutt",subtitleUrlRegExp:"mtt/.*.xml",loadingContainerSelector:".zdfplayer-video-container",responseType:"document",injectedCss:["#immersive-translate-quick-button-container {display:inline-block;vertical-align:middle;margin-right:-16px;}"],quickButtonRule:{appendSelector:".right-controls-1FfJUp.svelte-inzdbf",insertBeforeSelector:".right-controls-1FfJUp.svelte-inzdbf button"}}},{id:"piped.video",matches:"piped.video","subtitleRule.add":{type:"ebutt",hookType:"fetch",subtitleUrlRegExp:"api/timedtext",loadingContainerSelector:".shaka-video-container",responseType:"document",quickButtonRule:{appendSelector:".shaka-controls-button-panel",insertBeforeSelector:".shaka-mute-button"}}},{id:"disneyplus",matches:["www.disneyplus.com"],"excludeSelectors.add":[".dss-hls-subtitle-overlay"],"mutationExcludeSelectors.add":[".dss-hls-subtitle-overlay *"],"subtitleRule.add":{type:"disneyplus",subtitleUrlRegExp:"\\.vtt$"}},{id:"mubi",matches:["https://mubi.com","https://mubi.de"],"subtitleRule.add":{type:"fmp4.xml",subtitleUrlRegExp:"textstream",hookType:"fetch",quickButtonRule:{appendSelector:".css-1k6yql2.e1b63bld4",insertBeforeSelector:".css-1ce7rqp.e7f2hfl0"}}},{id:"hulu",matches:"https://*.hulu.com","subtitleRule.add":{type:"hulu",hookType:"fetch",injectedCss:[".ClosedCaption {display:none!important;}"],videoSelector:"#content-video-player",subtitleUrlRegExp:"play.hulu.com/.*/playlist",loadingContainerSelector:"#web-player-app",quickButtonRule:{appendSelector:".PlayerSettingsGroup",insertBeforeSelector:".PlayerSettingsGroup .PlayerControlsButton"}}},{id:"youku.tv",matches:"www.youku.tv","excludeSelectors.add":["#subtitle"],"mutationExcludeSelectors.add":["#subtitle *"],"subtitleRule.add":{type:"subsrt",hookType:"fetch",injectedCss:["#immersive-translate-quick-button-container {display: inline-block; vertical-align: middle;}"],subtitleUrlRegExp:"\\.ass$",subsrtFormat:"ass",loadingContainerSelector:"#youku-dashboard",loadingStyle:"bottom: 10%;",quickButtonRule:{appendSelector:".kui-dashboard-dashboard-panel .kui-dashboard-rear-ctn",insertBeforeSelector:".kui-rate-control-0"}}},{id:"starz",matches:"www.starz.com","excludeSelectors.add":["starz-player"],"mutationExcludeSelectors.add":["starz-player *"],"subtitleRule.add":{type:"subsrt",subsrtFormat:"vtt",subtitleUrlRegExp:"\\.vtt$",loadingContainerSelector:"starz-player",loadingStyle:"bottom: 10%;",injectedCss:["#immersive-translate-quick-button-container {display: inline-block;}"],quickButtonRule:{appendSelector:"starz-player .button-group",insertBeforeSelector:"starz-player .button-group .video-player-icon-md"}}},{id:"www.iq.com",matches:"www.iq.com","excludeSelectors.add":[".iqp-subtitle"],"mutationExcludeSelectors.add":[".iqp-subtitle *"],"subtitleRule.add":{type:"xml",subtitleUrlRegExp:"\\.xml\\?",loadingContainerSelector:".intl-video-area",xmlTextSelector:"sub",loadingStyle:"bottom: 10%;",injectedCss:["#immersive-translate-quick-button-container {float: right; height: 100%;}"],quickButtonRule:{appendSelector:".iqp-contrls-right"}}},{id:"archiveToday",matches:["archive.today","archive.ph","archive.is","archive.md"],"excludeSelectors.add":["#HEADER"]},{id:"arxiv-vanity.com",matches:["www.arxiv-vanity.com"],"excludeSelectors.add":[".arxiv-vanity-wrapper"]},{id:"fibery",matches:["the.fibery.io"],"additionalExcludeSelectors.remove":["[translate=no]"],"additionalStayOriginalSelectors.add":[".entity-node-view-container"]},{id:"makersuite.google",matches:"makersuite.google.com","excludeSelectors.add":[".material-symbols-outlined"]},{id:"etymonline",matches:"www.etymonline.com",globalAttributes:{".crossreference.notranslate":{class:"crossreference"},".foreign.notranslate":{class:"foreign"}}},{id:"https://browse.arxiv.org/",matches:["https://browse.arxiv.org","https://arxiv.org/html/*"],"excludeSelectors.add":[".desktop_header","[class*='ltx_lst_language_']","div.package-alerts"]},{id:"jstor",matches:"www.jstor.org","excludeSelectors.add":[".audio-duration","[data-qa='card-item-count']"],globalStyles:{".card__heading":"-webkit-line-clamp:unset;","search-results-vue-pharos-image-card,search-ui-pharos-image-card":"display:flex;","search-results-vue-pharos-link":"display:inline;"}},{id:"tandfonline",matches:"*.tandfonline.com","extraInlineSelectors.add":["span.off-screen"]},{id:"boringreport",matches:["www.boringreport.org"],"excludeTags.remove":["BUTTON"]},{id:"bsky.app",matches:"https://bsky.app",selectors:["[data-testid=postText]"],isTranslateTitle:!1},{id:"peacocktv",matches:["*.peacocktv.com"],injectedCss:[".video-player__subtitles__line > font,.video-player__subtitles__line:only-child{display:block;}"]},{id:"noTranslate",matches:["*.tiktok.com","altis.world","*.newthingsunderthesun.com","*.gumroad.com","edstem.org","actions.tldrnewsletter.com","community.linkingyourthinking.com","doc.qt.io","winaero.com"],"additionalExcludeSelectors.remove":[".notranslate","[translate=no]"]},{id:"jmir",matches:["*.jmir.org"],"additionalInlineSelectors.add":[".tooltiptext"]},{id:"smzdm",matches:["www.smzdm.com"],"excludeSelectors.add":[".z-highlight",".feed-block-info",".z-feed-foot",".feed-block-descripe","#J_column_tab_box",".crumbs"],globalStyles:{".feed-block-title":"height:unset"}},{id:"xiaohongshu.com",matches:["www.xiaohongshu.com"],"excludeSelectors.add":[".author-wrapper",".info",".side-bar"],globalStyles:{"a.title":"-webkit-line-clamp:3"}},{id:"learnopengl",matches:["learnopengl.com"],globalStyles:{function:"position:relative;z-index:1000;"}},{id:"notateslaapp",matches:["www.notateslaapp.com"],"extraBlockSelectors.add":[".nav > *"]},{id:"eightfold",matches:["*.eightfold.ai"],injectedCss:[".flexbox{width:100%}"]},{id:"deno",matches:["deno.com"],injectedCss:[":root {font-feature-settings:unset}"]},{id:"soundcloud",matches:"soundcloud.com",injectedCss:[".compactTrackListItem {height: unset !important;}"],"excludeSelectors.add":[".searchTitle__textContent",".searchOptions__container",".compactTrackListItem__additional",".soundTitle__tagContainer",".searchResultGroupHeading",".sc-ministats-group",".compactTrackList__moreLink",".sound__soundActions"]},{id:"section.blog.naver.com",matches:"section.blog.naver.com",globalStyles:{".text,.title_post,.text_post,p,strong,div":"-webkit-line-clamp:unset;max-height:unset;height:unset;"},"extraBlockSelectors.add":[".item",".heading a",".info_find a"],"excludeSelectors.add":[".comments",".time"]},{id:"gradio-app",selectorMatches:"gradio-app","excludeTags.remove":["BUTTON"],"excludeSelectors.add":['[data-testid="block-label"]'],"mutationConfig.add":{buildTimeout:1e3,consumeTimeout:1e3}}]};function ll(t,e){let r=t.split(".").reverse(),n=e.split(".").reverse(),a=0,i=0,o=1;for(let l=0;l<3;l++)a+=o*Number(n[l]||"0"),i+=o*Number(r[l]||"0"),o*=100;return i>=a}function Dn(t){return Array.isArray(t)?t:t?[t]:[]}function En(t,e){let r={...t};return pl(r,e),ig(r,e),r}function dl(t,e,r){let n={...e};return Yt({rule:n,valueIsArray:a=>Array.isArray(t[a]),getMergedValue:a=>t[a],onMergedResult:(a,i)=>n[a]=i}),Yt({rule:r,valueIsArray:a=>Array.isArray(t[a]),getMergedValue:a=>n[a],onMergedResult:(a,i)=>n[a]=i}),n}function ig(t,e){if(!e.condition)return;let r=e.condition.enableSubtitle?.true||{},n=e.condition.enableSubtitle?.false||{},a=t.enableSubtitle?r:n;pl(t,a)}function Yt({rule:t,getMergedValue:e,valueIsArray:r,onMergedResult:n}){Object.keys(t).sort().forEach(a=>{let[i,o,l]=og(a);if(!i||t[a]===void 0)return;let s=t[a];r(i)&&(s=Dn(t[a]));let u=e(i);if(u==null){n(i,s);return}let c;if(o=="add_v"){if(!ul(l))return;c=Qa(u,s)}else if(o=="remove_v"){if(!ul(l))return;c=cl(u,s)}else o==="add"?c=Qa(u,s):o=="remove"&&(c=cl(u,s));if(c){n(i,c);return}Array.isArray(t[i])&&i.startsWith("additional")?c=Qa(u,s):c=s,n(i,c)})}function pl(t,e){return Yt({rule:e,valueIsArray:r=>Array.isArray(t[r]),getMergedValue:r=>t[r],onMergedResult:(r,n)=>{t[r]=n}}),t}function Qa(t,e){let r;if(Array.isArray(t)){let n=Dn(e);r=[...t,...n],r=Array.from(new Set(r))}else typeof t=="object"&&typeof e=="object"?r={...t,...e}:r=e;return r}function og(t){let e=t.lastIndexOf("["),r="",n=t;return e>0&&(r=t.slice(e+1,t.length-1),n=t.slice(0,e-1)),[...n.split("."),r]}function ul(t){let e=Wr();return t&&ll(e,t)}function cl(t,e){if(Array.isArray(t)){let r=Dn(e);return t=t.filter(n=>!r.includes(n)),Array.from(new Set(t))}else if(typeof t=="object"&&typeof e=="object")Object.keys(e).forEach(r=>{delete t[r]});else return e;return t}function sg(){if(ne.PROD==="1")return{};let t={};if(ne.IMMERSIVE_TRANSLATE_SECRET_TENCENT_SECRET_ID&&ne.IMMERSIVE_TRANSLATE_SECRET_TENCENT_SECRET_KEY){let r={secretId:ne.IMMERSIVE_TRANSLATE_SECRET_TENCENT_SECRET_ID,secretKey:ne.IMMERSIVE_TRANSLATE_SECRET_TENCENT_SECRET_KEY};t.translationServices={},t.translationServices.tencent=r}if(ne.IMMERSIVE_TRANSLATE_SECRET_BAIDU_APPID&&ne.IMMERSIVE_TRANSLATE_SECRET_BAIDU_KEY){let r={appid:ne.IMMERSIVE_TRANSLATE_SECRET_BAIDU_APPID,key:ne.IMMERSIVE_TRANSLATE_SECRET_BAIDU_KEY};t.translationServices||(t.translationServices={}),t.translationServices.baidu=r}if(ne.IMMERSIVE_TRANSLATE_SECRET_CAIYUN_TOKEN){let r={token:ne.IMMERSIVE_TRANSLATE_SECRET_CAIYUN_TOKEN};t.translationServices||(t.translationServices={}),t.translationServices.caiyun=r}if(ne.IMMERSIVE_TRANSLATE_SECRET_OPENL_APIKEY){let r={apikey:ne.IMMERSIVE_TRANSLATE_SECRET_OPENL_APIKEY};t.translationServices||(t.translationServices={}),t.translationServices.openl=r}if(ne.IMMERSIVE_TRANSLATE_SECRET_YOUDAO_APP_ID&&ne.IMMERSIVE_TRANSLATE_SECRET_YOUDAO_APP_SECRET){let r={appId:ne.IMMERSIVE_TRANSLATE_SECRET_YOUDAO_APP_ID,appSecret:ne.IMMERSIVE_TRANSLATE_SECRET_YOUDAO_APP_SECRET};t.translationServices||(t.translationServices={}),t.translationServices.youdao=r}if(ne.IMMERSIVE_TRANSLATE_SECRET_VOLC_ACCESS_KEY_ID&&ne.IMMERSIVE_TRANSLATE_SECRET_VOLC_SECRET_ACCESS_KEY){let r={accessKeyId:ne.IMMERSIVE_TRANSLATE_SECRET_VOLC_ACCESS_KEY_ID,secretAccessKey:ne.IMMERSIVE_TRANSLATE_SECRET_VOLC_SECRET_ACCESS_KEY};t.translationServices||(t.translationServices={}),t.translationServices.volc=r}if(ne.IMMERSIVE_TRANSLATE_SECRET_DEEPL_AUTH_KEY){let r={authKey:ne.IMMERSIVE_TRANSLATE_SECRET_DEEPL_AUTH_KEY};t.translationServices||(t.translationServices={}),t.translationServices.deepl=r}if(ne.DEEPL_PROXY_ENDPOINT&&(t.translationServices||(t.translationServices={}),t.translationServices.deepl||(t.translationServices.deepl={}),t.translationServices.deepl.immersiveTranslateApiUrl=ne.DEEPL_PROXY_ENDPOINT),ne.IMMERSIVE_TRANSLATE_DEEPL_ENDPOINT&&(t.translationServices||(t.translationServices={}),t.translationServices.deepl||(t.translationServices.deepl={}),t.translationServices.deepl.immersiveTranslateDeeplTokenUrl=ne.IMMERSIVE_TRANSLATE_DEEPL_ENDPOINT),ne.IMMERSIVE_TRANSLATE_SECRET_OPENAI_API_KEY){let r={APIKEY:ne.IMMERSIVE_TRANSLATE_SECRET_OPENAI_API_KEY};t.translationServices||(t.translationServices={}),t.translationServices.openai=r}ne.IMMERSIVE_TRANSLATE_SERVICE&&(t.translationService=ne.IMMERSIVE_TRANSLATE_SERVICE);let e={};return ne.DEBUG==="1"&&(e.debug=!0,e.cache=!1),ne.MOCK==="1"&&(e.translationService="mock"),e}async function Ya(){let t=await se.storage.local.get(Ur);if(t[Ur]){let e=t[Ur],r=e.tempTranslationUrlMatches||[],n=r.filter(o=>o.expiredAt>Date.now()),a=!1;n.length!==r.length&&(r=n,a=!0);let i={...e,tempTranslationUrlMatches:[...r]};return a&&await lg(i),i}else return{}}async function lg(t){await se.storage.local.set({[Ur]:t})}async function ml(){let t=await se.storage.local.get($t),r={...await gl(),...An,buildinConfigUpdatedAt:ne.BUILD_TIME};if(t[$t]){let n=t[$t];if(n&&n.buildinConfigUpdatedAt){let a=new Date(n.buildinConfigUpdatedAt),i=new Date(r.buildinConfigUpdatedAt);a>i&&(r=n)}}return r}async function Xa(){let t=await se.storage.local.get($t),e={...An,buildinConfigUpdatedAt:ne.BUILD_TIME};if(t[$t]){let z=t[$t];if(z&&z.buildinConfigUpdatedAt){let _=new Date(z.buildinConfigUpdatedAt),he=new Date(e.buildinConfigUpdatedAt);_>he&&(e=z)}}let r=await mg(e);e.targetLanguage=r;let n=await mr.get(Ft,null),a={};if(!Ge()&&se.commands&&se.commands.getAll){let z=await se.commands.getAll();for(let _ of z)_.name&&_.shortcut&&(a[_.name]=_.shortcut)}let i=await gl(),o=sg(),l=await ug(),s=globalThis.IMMERSIVE_TRANSLATE_CONFIG||{},u=await Ya(),c=new Date,d=Object.assign({},s,o,l);if(!d.interfaceLanguage){let z=await dg();d.interfaceLanguage=z}let g=d.interfaceLanguage==="en",m=d.targetLanguage==="en",T=e&&e.translationLanguagePattern&&e.translationLanguagePattern.matches&&e.translationLanguagePattern.matches.length===0,j=["bing","google","transmart","mock"].includes(d.translationService)||!d.translationService;!g&&!m&&!T&&j?e.translationLanguagePattern||(e.translationLanguagePattern={matches:["en"],excludeMatches:[]}):e.translationLanguagePattern={matches:[],excludeMatches:[]};let k=e&&e.enableDefaultAlwaysTranslatedUrls;d.enableDefaultAlwaysTranslatedUrls===!1&&(k=!1);let h=d&&d.isChangedAlwaysTranslatedUrls,Q=[];d.translationUrlPattern&&d.translationUrlPattern.matches&&(Q=d.translationUrlPattern.matches||[]);let P=!1;h===void 0&&(Q.length>0?h=!0:h=!1,d.isChangedAlwaysTranslatedUrls=h,l.isChangedAlwaysTranslatedUrls=h,P=!0);let $=(d?.translationLanguagePattern?.matches?.length||0)>0,oe=await Bt("installedAt",""),A=Number(await jr("translage_page_daily",0)),f=Number(await Bt(qs,0)),y;f>0&&(Date.now()-f0&&(Date.now()-A0){let z=u.tempTranslationUrlMatches.filter(_=>new Date(_.expiredAt)>c);if(z.length>0){let _=d.translationUrlPattern?d.translationUrlPattern?.matches||[]:[],he=Array.isArray(_)?_:[_],ae=Array.from(new Set(he.concat(z.map(v=>v.match))));d.translationUrlPattern={...d.translationUrlPattern,matches:ae}}}let E=Object.assign(i,e);Yt({rule:e,valueIsArray:z=>Array.isArray(i[z]),getMergedValue:z=>i[z],onMergedResult:(z,_)=>{z!="generalRule"&&(E[z]=_)}});let B=dr(n),H={};d.translationServices&&d.translationServices.deepl&&(H=d.translationServices.deepl);let U={};d.translationServices&&d.translationServices.openai&&(U=d.translationServices.openai),!B&&H.authKey&&!H.provider?(E.translationServices.deepl||(E.translationServices.deepl={}),E.translationServices.deepl.provider="custom"):H&&H.provider||(E.translationServices.deepl||(E.translationServices.deepl={}),E.translationServices.deepl.provider="pro"),!B&&U.APIKEY&&!U.provider?(E.translationServices.openai||(E.translationServices.openai={}),E.translationServices.openai.provider="custom"):U&&U.provider||(E.translationServices.openai||(E.translationServices.openai={}),E.translationServices.openai.provider="pro");let de=Object.keys(E),Te=["translationUrlPattern","translationLanguagePattern","immediateTranslationPattern","translationBodyAreaPattern","translationParagraphLanguagePattern","translationThemePatterns","translationGeneralConfig","shortcuts","inputTranslationUrlPattern","inputLanguageCodeAlias"];for(let z of de){let _=z;if(_==="generalRule")typeof d[_]=="object"&&(E[_]=En(i[_],d[_]));else if(_==="translationServices")gg(d,E);else if(typeof d[_]!="string"&&typeof d[_]!="boolean"&&typeof d[_]!="number"&&Te.includes(_))d[_]&&(E[_]=Object.assign(E[_],d[_])),_==="shortcuts"&&(Ge()||er()?E[_]={...E[_],...a}:E[_]={...a});else if(_==="rules"){if(Array.isArray(d[_])){let he=E.rules||[],ae={};for(let w of he)w.id&&(ae[w.id]=w);let v=d[_].map(w=>w.id&&ae[w.id]?dl(e.generalRule,ae[w.id],w):w);E[_]=[...v,...E[_]]}if(ne.PROD==="0"&&ne.DEV_RULES){let he=JSON.parse(ne.DEV_RULES);E[_]=[...he,...E[_]]}}else d[_]!==void 0&&(E[_]=d[_])}return E.donateUrl=e.donateUrl,E.minVersion=e.minVersion,E.feedbackUrl=e.feedbackUrl,E.rawUserConfig=l,E}async function ug(){return(await se.storage.sync.get("userConfig")||{}).userConfig||{}}async function cg(t){await se.storage.sync.set({userConfig:t})}var dg=async()=>{let t=["zh-CN"];try{t=await se.i18n.getAcceptLanguages()}catch(n){$e.warn("get browser language error:",n)}let r=t.map(n=>Sn(n)).find(n=>qr[n]);return r||"en"},gl=async()=>{let t={...An,buildinConfigUpdatedAt:ne.BUILD_TIME};return{...t,targetLanguage:Lt,interfaceLanguage:"en",translationMode:"dual",debug:!1,alpha:!1,translationUrlPattern:{matches:[],excludeMatches:[]},translationLanguagePattern:{matches:[],excludeMatches:[]},translationThemePatterns:{},translationParagraphLanguagePattern:{matches:[],excludeMatches:[],selectorMatches:[],excludeSelectorMatches:[]},translationBodyAreaPattern:{matches:[],excludeMatches:[],selectorMatches:[],excludeSelectorMatches:[]},translationTheme:"none",translationService:"bing",inputTranslationService:"inherit",mouseHoverTranslationService:"inherit",subtitleTranslateService:"inherit",translationArea:"main",translationStartMode:"dynamic",translationServices:{},monkeyH5FloatBall:{...t.monkeyH5FloatBall},pcFloatBall:{...t.pcFloatBall},generalRule:{...t.generalRule},translationGeneralConfig:{engine:"bing",_systemExcludeWordRegex:"\\b({word})\\b"},rules:[]}};function pg(t,e){return t=t||[],e=e||[],t.length!==e.length?!0:e.filter(n=>!t.includes(n)).length>0}async function mg(t){try{let e=t?.autoSelectTargetLanguageAfterInstalledAt;if(!e)return Lt;let r=await Bt("installedAt","");if(r&&new Date(r){let u=a[s],c=a[u.extends];!c||u.extends==s||(a[s]={...c,...a[s]})}),Yt({rule:{...a},valueIsArray:s=>Array.isArray(a[s]),getMergedValue:s=>a[s],onMergedResult:(s,u)=>{a[s]={...a[s],...u}}}),Yt({rule:{...n},valueIsArray:s=>Array.isArray(a[s]),getMergedValue:s=>a[s],onMergedResult:(s,u)=>{let c=a[s].env||{},d=u.env||{};c={...c,...d},a[s]={...a[s],...u,env:c}}}),new Date(t.updatedAt)<=new Date("2024.4.2")&&Object.keys(n).forEach(s=>{["openai","gemini"].includes(s)&&n[s].prompt!=null&&(n[s].maxTextGroupLengthPerRequest==null&&(a[s].maxTextGroupLengthPerRequest=1),n[s].multiplePrompt==null&&(a[s].multiplePrompt=n[s].prompt))});let o=["imt_source_field","imt_trans_field","imt_sub_source_field","imt_sub_trans_field"],l=(s,u)=>{!s||!s[u]||!s?.env||(s[u]=s[u].replace(/{{(.+?)}}/g,(c,d)=>o.includes(d)?c:s?.env[d]||c))};Object.values(a).forEach(s=>{l(s,"prompt"),l(s,"multiplePrompt"),l(s,"subtitlePrompt")})}var yl,le,Sl,hg,Vr,hl,fg,xl={},wl=[],bg=/acit|ex(?:s|g|n|p|$)|rph|grid|ows|mnc|ntw|ine[ch]|zoo|^ord|itera/i;function Mt(t,e){for(var r in e)t[r]=e[r];return t}function Al(t){var e=t.parentNode;e&&e.removeChild(t)}function Za(t,e,r,n,a){var i={type:t,props:e,key:r,ref:n,__k:null,__:null,__b:0,__e:null,__d:void 0,__c:null,__h:null,constructor:void 0,__v:a??++Sl};return a==null&&le.vnode!=null&&le.vnode(i),i}function hr(t){return t.children}function _n(t,e){this.props=t,this.context=e}function gr(t,e){if(e==null)return t.__?gr(t.__,t.__.__k.indexOf(t)+1):null;for(var r;e0?Za(m.type,m.props,m.key,m.ref?m.ref:null,m.__v):m)!=null){if(m.__=r,m.__b=r.__b+1,(g=h[c])===null||g&&m.key==g.key&&m.type===g.type)h[c]=void 0;else for(d=0;dql.includes(l)))return t;let n=new URL(t);n.hash="",n.search="";let a=n.href,i=n.hostname,o=n.port;if(r&&r.length>0){let l=r.find(s=>{if(!s)return!1;if(s===i)return!0;if(ql.includes(s))return!0;if(!s.includes("*")&&s.includes("://")){try{let u=new URL(s);if(u.pathname==="/"&&!s.endsWith("/")){let c=u.hostname===i,d=u.port===o;return u.port?c&&d:c}else return kg(a,s)}catch{}return!1}else{let u,c=s;if(s.includes("://")){let k=s.split("://");u=k[0],u==="*"&&k.length>1&&(u="*",s="https://"+k[1])}else u="*",s="https://"+s;let d=s.replace(/\*/g,Hl),g;try{g=new URL(d)}catch{return $e.debug("invalid match pattern",d,"raw match value:",c),!1}let m=g.host,T=g.pathname;T==="/"&&(c.replace("://","").includes("/")||(T="/*"));let j=_g(u+":",Ul(m),Ul(T));if(j){let k=new URL(a);return j.test(k.href)}else return!1}});if(l)return l}return null}catch{return null}}function Ul(t){return t.replaceAll(Hl,"*")}function _g(t,e,r){let n="^";return t==="*:"?n+="(http:|https:|file:)":n+=t,n+="//",e&&(t==="file:"||(e==="*"?n+="[^/]+?":(e.match(/^\*\./)&&(n+="[^/]*?",e=e.substring(1)),n+=e.replace(/\./g,"\\.").replace(/\*/g,"[^/]*")))),r?r==="*"||r==="/*"?n+="(/.*)?":r.includes("*")?(n+=r.replace(/\*/g,".*?"),n+="/?"):n+=r.replace(/[-[\]{}()*+?.,\\^$|#\s]/g,"\\$&"):n+="/?",n+="$",new RegExp(n)}function yt(t,e){return ri(t,e)!==null}function kg(t,e){let r=new URL(t),n=new URL(e);return r.hostname===n.hostname&&r.pathname===n.pathname&&r.protocol===n.protocol&&r.port===n.port}var Vk=Ge();function Ln(t){return t?typeof t=="string"?document.querySelector(t)!==null:t.some(e=>document.querySelector(e)):!1}function jl(){if(!globalThis||!globalThis.location)return"https://example.com";if(!xn())return globalThis.location.href;try{let e=globalThis.location.href,r=new URL(e);if(r.protocol==="about:"||r.protocol==="blob:"){if(globalThis.location.ancestorOrigins&&globalThis.location.ancestorOrigins.length>0)return globalThis.location.ancestorOrigins[0];let n="";try{n=globalThis.parent.location.href}catch{}return n||(globalThis.location!=globalThis.parent.location?document.referrer:document.location.href)}else return e}catch{}return globalThis.location.href}var fr="input is invalid type",ni=typeof window=="object",Ot=ni?window:{};Ot.JS_SHA256_NO_WINDOW&&(ni=!1);var Cg=!ni&&typeof self=="object",Pg=!Ot.JS_SHA256_NO_NODE_JS&&typeof process=="object"&&process.versions&&process.versions.node;Pg?Ot=global:Cg&&(Ot=self);var Yk=!Ot.JS_SHA256_NO_COMMON_JS&&typeof module=="object"&&module.exports,Xk=typeof define=="function"&&define.amd,$r=!Ot.JS_SHA256_NO_ARRAY_BUFFER&&typeof ArrayBuffer<"u",N="0123456789abcdef".split(""),Lg=[-2147483648,8388608,32768,128],ot=[24,16,8,0],Fn=[1116352408,1899447441,3049323471,3921009573,961987163,1508970993,2453635748,2870763221,3624381080,310598401,607225278,1426881987,1925078388,2162078206,2614888103,3248222580,3835390401,4022224774,264347078,604807628,770255983,1249150122,1555081692,1996064986,2554220882,2821834349,2952996808,3210313671,3336571891,3584528711,113926993,338241895,666307205,773529912,1294757372,1396182291,1695183700,1986661051,2177026350,2456956037,2730485921,2820302411,3259730800,3345764771,3516065817,3600352804,4094571909,275423344,430227734,506948616,659060556,883997877,958139571,1322822218,1537002063,1747873779,1955562222,2024104815,2227730452,2361852424,2428436474,2756734187,3204031479,3329325298],Bn=["hex","array","digest","arrayBuffer"],Be=[];(Ot.JS_SHA256_NO_NODE_JS||!Array.isArray)&&(Array.isArray=function(t){return Object.prototype.toString.call(t)==="[object Array]"});$r&&(Ot.JS_SHA256_NO_ARRAY_BUFFER_IS_VIEW||!ArrayBuffer.isView)&&(ArrayBuffer.isView=function(t){return typeof t=="object"&&t.buffer&&t.buffer.constructor===ArrayBuffer});var Wl=function(t,e){return function(r){return new Ie(e,!0).update(r)[t]()}},Gl=function(t){var e=Wl("hex",t);e.create=function(){return new Ie(t)},e.update=function(a){return e.create().update(a)};for(var r=0;r>2]|=t[a]<>2]|=n<>2]|=(192|n>>6)<>2]|=(128|n&63)<=57344?(l[i>>2]|=(224|n>>12)<>2]|=(128|n>>6&63)<>2]|=(128|n&63)<>2]|=(240|n>>18)<>2]|=(128|n>>12&63)<>2]|=(128|n>>6&63)<>2]|=(128|n&63)<=64?(this.block=l[16],this.start=i-64,this.hash(),this.hashed=!0):this.start=i}return this.bytes>4294967295&&(this.hBytes+=this.bytes/4294967296<<0,this.bytes=this.bytes%4294967296),this}};Ie.prototype.finalize=function(){if(!this.finalized){this.finalized=!0;var t=this.blocks,e=this.lastByteIndex;t[16]=this.block,t[e>>2]|=Lg[e&3],this.block=t[16],e>=56&&(this.hashed||this.hash(),t[0]=this.block,t[16]=t[1]=t[2]=t[3]=t[4]=t[5]=t[6]=t[7]=t[8]=t[9]=t[10]=t[11]=t[12]=t[13]=t[14]=t[15]=0),t[14]=this.hBytes<<3|this.bytes>>>29,t[15]=this.bytes<<3,this.hash()}};Ie.prototype.hash=function(){var t=this.h0,e=this.h1,r=this.h2,n=this.h3,a=this.h4,i=this.h5,o=this.h6,l=this.h7,s=this.blocks,u,c,d,g,m,T,j,k,h,Q,P;for(u=16;u<64;++u)m=s[u-15],c=(m>>>7|m<<25)^(m>>>18|m<<14)^m>>>3,m=s[u-2],d=(m>>>17|m<<15)^(m>>>19|m<<13)^m>>>10,s[u]=s[u-16]+c+s[u-7]+d<<0;for(P=e&r,u=0;u<64;u+=4)this.first?(this.is224?(k=300032,m=s[0]-1413257819,l=m-150054599<<0,n=m+24177077<<0):(k=704751109,m=s[0]-210244248,l=m-1521486534<<0,n=m+143694565<<0),this.first=!1):(c=(t>>>2|t<<30)^(t>>>13|t<<19)^(t>>>22|t<<10),d=(a>>>6|a<<26)^(a>>>11|a<<21)^(a>>>25|a<<7),k=t&e,g=k^t&r^P,j=a&i^~a&o,m=l+d+j+Fn[u]+s[u],T=c+g,l=n+m<<0,n=m+T<<0),c=(n>>>2|n<<30)^(n>>>13|n<<19)^(n>>>22|n<<10),d=(l>>>6|l<<26)^(l>>>11|l<<21)^(l>>>25|l<<7),h=n&t,g=h^n&e^k,j=l&a^~l&i,m=o+d+j+Fn[u+1]+s[u+1],T=c+g,o=r+m<<0,r=m+T<<0,c=(r>>>2|r<<30)^(r>>>13|r<<19)^(r>>>22|r<<10),d=(o>>>6|o<<26)^(o>>>11|o<<21)^(o>>>25|o<<7),Q=r&n,g=Q^r&t^h,j=o&l^~o&a,m=i+d+j+Fn[u+2]+s[u+2],T=c+g,i=e+m<<0,e=m+T<<0,c=(e>>>2|e<<30)^(e>>>13|e<<19)^(e>>>22|e<<10),d=(i>>>6|i<<26)^(i>>>11|i<<21)^(i>>>25|i<<7),P=e&r,g=P^e&n^Q,j=i&o^~i&l,m=a+d+j+Fn[u+3]+s[u+3],T=c+g,a=t+m<<0,t=m+T<<0;this.h0=this.h0+t<<0,this.h1=this.h1+e<<0,this.h2=this.h2+r<<0,this.h3=this.h3+n<<0,this.h4=this.h4+a<<0,this.h5=this.h5+i<<0,this.h6=this.h6+o<<0,this.h7=this.h7+l<<0};Ie.prototype.hex=function(){this.finalize();var t=this.h0,e=this.h1,r=this.h2,n=this.h3,a=this.h4,i=this.h5,o=this.h6,l=this.h7,s=N[t>>28&15]+N[t>>24&15]+N[t>>20&15]+N[t>>16&15]+N[t>>12&15]+N[t>>8&15]+N[t>>4&15]+N[t&15]+N[e>>28&15]+N[e>>24&15]+N[e>>20&15]+N[e>>16&15]+N[e>>12&15]+N[e>>8&15]+N[e>>4&15]+N[e&15]+N[r>>28&15]+N[r>>24&15]+N[r>>20&15]+N[r>>16&15]+N[r>>12&15]+N[r>>8&15]+N[r>>4&15]+N[r&15]+N[n>>28&15]+N[n>>24&15]+N[n>>20&15]+N[n>>16&15]+N[n>>12&15]+N[n>>8&15]+N[n>>4&15]+N[n&15]+N[a>>28&15]+N[a>>24&15]+N[a>>20&15]+N[a>>16&15]+N[a>>12&15]+N[a>>8&15]+N[a>>4&15]+N[a&15]+N[i>>28&15]+N[i>>24&15]+N[i>>20&15]+N[i>>16&15]+N[i>>12&15]+N[i>>8&15]+N[i>>4&15]+N[i&15]+N[o>>28&15]+N[o>>24&15]+N[o>>20&15]+N[o>>16&15]+N[o>>12&15]+N[o>>8&15]+N[o>>4&15]+N[o&15];return this.is224||(s+=N[l>>28&15]+N[l>>24&15]+N[l>>20&15]+N[l>>16&15]+N[l>>12&15]+N[l>>8&15]+N[l>>4&15]+N[l&15]),s};Ie.prototype.toString=Ie.prototype.hex;Ie.prototype.digest=function(){this.finalize();var t=this.h0,e=this.h1,r=this.h2,n=this.h3,a=this.h4,i=this.h5,o=this.h6,l=this.h7,s=[t>>24&255,t>>16&255,t>>8&255,t&255,e>>24&255,e>>16&255,e>>8&255,e&255,r>>24&255,r>>16&255,r>>8&255,r&255,n>>24&255,n>>16&255,n>>8&255,n&255,a>>24&255,a>>16&255,a>>8&255,a&255,i>>24&255,i>>16&255,i>>8&255,i&255,o>>24&255,o>>16&255,o>>8&255,o&255];return this.is224||s.push(l>>24&255,l>>16&255,l>>8&255,l&255),s};Ie.prototype.array=Ie.prototype.digest;Ie.prototype.arrayBuffer=function(){this.finalize();var t=new ArrayBuffer(this.is224?28:32),e=new DataView(t);return e.setUint32(0,this.h0),e.setUint32(4,this.h1),e.setUint32(8,this.h2),e.setUint32(12,this.h3),e.setUint32(16,this.h4),e.setUint32(20,this.h5),e.setUint32(24,this.h6),this.is224||e.setUint32(28,this.h7),t};function In(t,e,r){var n,a=typeof t;if(a==="string"){var i=[],o=t.length,l=0,s;for(n=0;n>6,i[l++]=128|s&63):s<55296||s>=57344?(i[l++]=224|s>>12,i[l++]=128|s>>6&63,i[l++]=128|s&63):(s=65536+((s&1023)<<10|t.charCodeAt(++n)&1023),i[l++]=240|s>>18,i[l++]=128|s>>12&63,i[l++]=128|s>>6&63,i[l++]=128|s&63);t=i}else if(a==="object"){if(t===null)throw new Error(fr);if($r&&t.constructor===ArrayBuffer)t=new Uint8Array(t);else if(!Array.isArray(t)&&(!$r||!ArrayBuffer.isView(t)))throw new Error(fr)}else throw new Error(fr);t.length>64&&(t=new Ie(e,!0).update(t).array());var u=[],c=[];for(n=0;n<64;++n){var d=t[n]||0;u[n]=92^d,c[n]=54^d}Ie.call(this,e,r),this.update(c),this.oKeyPad=u,this.inner=!0,this.sharedMemory=r}In.prototype=new Ie;In.prototype.finalize=function(){if(Ie.prototype.finalize.call(this),this.inner){this.inner=!1;var t=this.array();Ie.call(this,this.is224,this.sharedMemory),this.update(this.oKeyPad),this.update(t),Ie.prototype.finalize.call(this)}};var br=Gl();br.sha256=br;br.sha224=Gl(!0);br.sha256.hmac=Vl();br.sha224.hmac=Vl(!0);var $l=br;var Fg=$l.sha256;function ai(t){return Promise.resolve(Fg(t))}var Bg="auto";function Ql(t){Bg=t}async function ii(t){let{url:e,config:r,state:n}=t,a=new URL(e),i="auto",{translationParagraphLanguagePattern:o,translationService:l,translationServices:s,translationTheme:u,translationThemePatterns:c,translationUrlPattern:d,targetLanguage:g,sourceLanguageUrlPattern:m,immediateTranslationPattern:T}=r,j=g||"zh-CN",k=Tr(e,o),h=Tr(e,T),Q=l,P=Object.keys(s);for(let q of P){let C=s[q];if(Tr(e,C)){Q=q;break}}let $=u,oe=Object.keys(c);for(let q of oe){let C=c[q];if(C&&Tr(e,C)){$=q;break}}let A=Tr(e,d),f=Yl(e,d);f||(f=yt(e,Hs)),f||(f=yt(e,r.blockUrls));let y=Yl(e,r.inputTranslationUrlPattern);y||(y=yt(e,r.inputTranslationBlockUrls));let x=yt(e,r.mutationBlockUrls),I=Object.keys(m),W={};for(let q of I){let C=m[q];if(C&&C.matches)for(let X of C.matches)W[X]=q}let E=Object.keys(W),B=ri(e,E);B&&(i=W[B]??"auto",W[B]&&W[B]!=="auto"&&Ql(W[B]));let H=a.hostname,U=await ai(H),de=a.pathname+a.search+a.hash,Te=await ai(de),z=`https://${U}.com/${Te}`,_=await Ya(),he=await ml(),ae=r.translationStartMode;ae==="dynamic"&&h&&(ae="immediate");let v=Q;r.inputTranslationService&&r.inputTranslationService!=="inherit"&&(v=r.inputTranslationService);let w=Q;r.mouseHoverTranslationService&&r.mouseHoverTranslationService!=="inherit"&&(w=r.mouseHoverTranslationService);let L=Q;r.subtitleTranslateService&&r.subtitleTranslateService!=="inherit"&&(L=r.subtitleTranslateService);let Z=await mr.get(Ft,null),G=!1;Z&&(G=dr(Z));let M={targetLanguage:j,config:r,translationService:Q,inputTranslationService:v,mouseHoverTranslationService:w,subtitleTranslateService:L,isTranslateUrl:A,sourceLanguage:i,mainFrame:document.body,isTranslateExcludeUrl:f,isMutationTranslationExcludeUrl:x,isInputTranslationExcludeUrl:y,rule:r.generalRule,url:e,encryptedUrl:z,state:n?Object.assign({translationMode:r.translationMode,translationArea:r.translationArea,translationStartMode:ae,immediateTranslationTextCount:r.immediateTranslationTextCount,isAutoTranslate:!1,translationDebounce:300,isNeedClean:!1,isDetectParagraphLanguage:k,cache:r.cache,translationTheme:$,isTranslateDirectlyOnHover:!1},n):{translationMode:r.translationMode,translationArea:r.translationArea,translationStartMode:ae,immediateTranslationTextCount:r.immediateTranslationTextCount,isAutoTranslate:!1,translationDebounce:300,isNeedClean:!1,isDetectParagraphLanguage:k,cache:r.cache,translationTheme:$,isTranslateDirectlyOnHover:!1},localConfig:_};Z&&(M.user=Z,G?M.isPro=!0:M.isPro=!1),M.state.translationArea==="body"&&(M.config.generalRule.excludeTags=M.config.generalRule.excludeTags.filter(q=>!M.config.generalRule.bodyTranslateTags.includes(q)),M.config.generalRule.additionalExcludeSelectors=M.config.generalRule.additionalExcludeSelectors.filter(q=>q!==".btn"));let te=r.translationServices[M.translationService]||{};te.immediateTranslationTextCount!==void 0&&Ig(te.immediateTranslationTextCount)&&te.immediateTranslationTextCount>=0&&(M.state.immediateTranslationTextCount=te.immediateTranslationTextCount),M.translationService==="deepl"&&(te&&te.authKey&&te.authKey.startsWith("immersive_")||te&&te.provider==="pro"&&M.user?.token)&&te.immediateTranslationTextCountForImmersiveDeepl!==void 0&&te.immediateTranslationTextCountForImmersiveDeepl>=0&&(M.state.immediateTranslationTextCount=te.immediateTranslationTextCountForImmersiveDeepl),te&&te.translationDebounce&&typeof te.translationDebounce=="number"&&(M.state.translationDebounce=te.translationDebounce);let Y=he.immediateTranslationTextCount;r.immediateTranslationTextCount!==Y&&(M.state.immediateTranslationTextCount=r.immediateTranslationTextCount);let O=r.rules,R;globalThis.PDFViewerApplication?R=O.find(q=>q.pageType=="pdfReader"):globalThis.immersiveTranslateEbookViewer?R=O.find(q=>q.pageType=="ebookReader"):globalThis.immersiveTranslateEbookBuilder?R=O.find(q=>q.pageType=="ebookBuilder"):R=O.find(q=>Tr(e,q)),M.state.translationArea==="body"&&(M.rule.paragraphMinTextCount=1,M.rule.paragraphMinWordCount=1),R&&R.pageType==="ebookBuilder"&&(M.state.translationStartMode="immediate");let re=r.generalRule;if(R&&(M.rule=En(re,R)),M.rule.selectors.length>0&&(M.rule.paragraphMinTextCount=2,M.rule.paragraphMinWordCount=1),M.state.translationArea==="body"&&M.rule.excludeTags&&(M.rule.excludeTags=M.rule.excludeTags.filter(q=>!M.rule.bodyTranslateTags.includes(q)&&!M.rule.forceTranslateTags.includes(q))),M.rule.mainFrameSelector){let q=document.querySelector(M.rule.mainFrameSelector);q&&(M.mainFrame=q)}return M}function Tr(t,e){if(!e)return!1;let{matches:r,excludeMatches:n,selectorMatches:a,excludeSelectorMatches:i}=e;return n&&n.length>0&&yt(t,n)?!1:r&&r.length>0&&yt(t,r)?!0:i&&i.length>0&&Ln(i)?!1:!!(a&&a.length>0&&Ln(a))}function Yl(t,e){if(!e)return!1;let{excludeMatches:r,excludeSelectorMatches:n}=e;return!!(r&&r.length>0&&yt(t,r)||n&&n.length>0&&Ln(n))}function Ig(t){return typeof t=="number"}var vr="imt-subtitle-inject",zn=class{from;to;constructor(e,r){this.from=e,this.to=r}sendMessages(e){globalThis.postMessage({type:vr,to:this.to,from:this.from,action:e.action,data:e.data,id:e.id||new Date().getTime(),isAsync:!1})}getRandomId(){return(new Date().getTime()+Math.random())*Math.random()}sendAsyncMessages({action:e,data:r}){return new Promise(n=>{let a=this.getRandomId();globalThis.postMessage({type:vr,to:this.to,from:this.from,action:e,data:r,id:a,isAsync:!0});let i=({data:o})=>{vr===o.type&&o.id===a&&o.to===this.from&&(n(o.data),globalThis.removeEventListener("message",i))};globalThis.addEventListener("message",i)})}handleMessageOnce(e){return new Promise(r=>{let n=({data:a})=>{vr===a.type&&a.action===e&&a.to===this.from&&(r(a.data),globalThis.removeEventListener("message",n))};globalThis.addEventListener("message",n)})}handleMessage(e,r){let n=({data:a})=>{vr===a.type&&a.action===e&&a.to===this.from&&r(a)};return globalThis.addEventListener("message",n),()=>{globalThis.removeEventListener("message",n)}}handleMessages(e){let r=({data:n})=>{vr===n.type&&n.to===this.from&&e(n)};return globalThis.addEventListener("message",r),()=>{globalThis.removeEventListener("message",r)}}},Mn=new zn("content-script","inject"),zg=new zn("inject","content-script"),Xl={get(t,e,r){return e in t?(...n)=>{let a=t[e];return typeof a=="function"?a.apply(t,n):Reflect.get(t,e,r)}:n=>t.sendAsyncMessages({action:e,data:n})}},fC=new Proxy(zg,Xl),bC=new Proxy(Mn,Xl);async function Mg(){try{let t=await Ng(jl(),{});if(t.isTranslateExcludeUrl||!t.rule.subtitleRule.type||t.rule.subtitleRule.disabled||!t.rule.subtitleRule.isInject)return;Rg(t),Og(t)}catch{}}function Og(t){if(Ge()){let r=Oe().IMMERSIVE_TRANSLATE_VIDEO_SUBTITLE_INJECT,n=document.createElement("script");n.id="imt-subtitles-inject",n.textContent=r,document.head.appendChild(n)}else se.storage.sync.get("open").then(()=>{let e=se.runtime.getURL("video-subtitle/inject.js");if(document.querySelector(`script[src='${e}']`))return;let n=document.createElement("script");n.src=e,n.id="imt-subtitles-inject",document.head.appendChild(n)})}function Rg(t){Mn.handleMessages(({id:e,action:r})=>{if(r==="getConfig"){let n=t.rule.subtitleRule;Mn.sendMessages({id:e,data:n})}})}Mg();var yr=null;async function Ng(t,e){let r=Object.keys(e);if(yr){let n={url:t,config:yr.config,state:{...yr.state,...e}};yr=await ii(n)}else{let n=await qg(),a=e;r.length===0&&(a=void 0),yr=await ii({url:t,config:n,state:a})}return yr}function qg(){return Ge()?Xa():Ug({method:"getConfig"})}async function Ug(t){return await $a().sendMessage("background:main",t)}})(); /*! Bundled license information: bowser/src/bowser.js: diff --git a/dist/firefox/manifest.json b/dist/firefox/manifest.json index af63b4c..b137d62 100644 --- a/dist/firefox/manifest.json +++ b/dist/firefox/manifest.json @@ -2,7 +2,7 @@ "manifest_version": 2, "name": "__MSG_brandName__", "description": "__MSG_brandDescription__", - "version": "1.4.5", + "version": "1.4.6", "default_locale": "en", "background": { "scripts": [ diff --git a/dist/firefox/options.js b/dist/firefox/options.js index e67b7ab..3858991 100644 --- a/dist/firefox/options.js +++ b/dist/firefox/options.js @@ -1,4 +1,4 @@ -(()=>{var GS=Object.create;var bd=Object.defineProperty;var VS=Object.getOwnPropertyDescriptor;var $S=Object.getOwnPropertyNames;var YS=Object.getPrototypeOf,QS=Object.prototype.hasOwnProperty;var ZS=(e,t)=>()=>(e&&(t=e(e=0)),t);var JS=(e,t)=>()=>(t||e((t={exports:{}}).exports,t),t.exports),ol=(e,t)=>{for(var n in t)bd(e,n,{get:t[n],enumerable:!0})},XS=(e,t,n,r)=>{if(t&&typeof t=="object"||typeof t=="function")for(let a of $S(t))!QS.call(e,a)&&a!==n&&bd(e,a,{get:()=>t[a],enumerable:!(r=VS(t,a))||r.enumerable});return e};var eC=(e,t,n)=>(n=e!=null?GS(YS(e)):{},XS(t||!e||!e.__esModule?bd(n,"default",{value:e,enumerable:!0}):n,e));var E,p=ZS(()=>{E={BUILD_TIME:"2024-04-03T14:28:35.000Z",VERSION:"1.4.5",PROD:"1",REDIRECT_URL:"https://dash.immersivetranslate.com/auth-done/",PROD_API:"1",BETA:"0",IMMERSIVE_TRANSLATE_INJECTED_CSS:`:root { +(()=>{var GS=Object.create;var bd=Object.defineProperty;var VS=Object.getOwnPropertyDescriptor;var $S=Object.getOwnPropertyNames;var YS=Object.getPrototypeOf,QS=Object.prototype.hasOwnProperty;var ZS=(e,t)=>()=>(e&&(t=e(e=0)),t);var JS=(e,t)=>()=>(t||e((t={exports:{}}).exports,t),t.exports),ol=(e,t)=>{for(var n in t)bd(e,n,{get:t[n],enumerable:!0})},XS=(e,t,n,r)=>{if(t&&typeof t=="object"||typeof t=="function")for(let a of $S(t))!QS.call(e,a)&&a!==n&&bd(e,a,{get:()=>t[a],enumerable:!(r=VS(t,a))||r.enumerable});return e};var eC=(e,t,n)=>(n=e!=null?GS(YS(e)):{},XS(t||!e||!e.__esModule?bd(n,"default",{value:e,enumerable:!0}):n,e));var E,p=ZS(()=>{E={BUILD_TIME:"2024-04-04T07:37:00.000Z",VERSION:"1.4.6",PROD:"1",REDIRECT_URL:"https://dash.immersivetranslate.com/auth-done/",PROD_API:"1",BETA:"0",IMMERSIVE_TRANSLATE_INJECTED_CSS:`:root { --immersive-translate-theme-underline-borderColor: #72ece9; --immersive-translate-theme-nativeUnderline-borderColor: #72ece9; --immersive-translate-theme-nativeDashed-borderColor: #72ece9; @@ -4980,7 +4980,7 @@ ass\u3001HTML\u3001TXT\u6587\u4EF6`,"subtitle.quickButton.setting":"\u8BBE\u7F6E {env.imt_sub_trans_field}: \u8BD1\u6587 - id: 2 {env.imt_sub_source_field}: Source - {env.imt_sub_trans_field}: \u8BD1\u6587`,"browser.PdfProFile":"AI \u9A71\u52A8\u7684 PDF Pro \u7FFB\u8BD1","browser.textTranslate":"\u6587\u672C\u7FFB\u8BD1"};var bb={nologin:"\u672A\u767B\u9304",loginForSafari:"\u767B\u5165\u6216\u8A3B\u518A",login:"\u767B\u9304",goLogin:"\u53BB\u767B\u9304",manageAccount:"\u7BA1\u7406\u8CEC\u6236",openPremium:"\u958B\u901A\u6703\u54E1",logout:"\u9000\u51FA",curentPlan:"\u7576\u524D\u5957\u9910",endAt:"\u5230\u671F",endAuto:"\u81EA\u52D5\u7E8C\u671F",lineBreakMaxTextCount:"\u63DB\u884C\u5F8C\uFF0C\u6BCF\u53E5\u8A71\u5141\u8A31\u7684\u6700\u5927\u5B57\u5143\u6578\u91CF","translate-pdf":"\u9EDE\u9078\u7FFB\u8B6F PDF","noSupportTranslate-pdf":"\u8173\u672C\u4E0D\u652F\u63F4\uFF0C\u8ACB\u4F7F\u7528\u64F4\u5145\u5957\u4EF6","translate-firefox-local-pdf":"\u9EDE\u64CA\u53BB\u5C0E\u5165PDF",enableLineBreak:"\u958B\u555F\u9577\u6BB5\u843D\u81EA\u52D5\u63DB\u884C",sponsorLabel:"$1 \u8D77\u8D0A\u52A9\u958B\u767C\u8005 (\u6708\u4ED8\u6216\u50C5\u8D0A\u52A9\u4E00\u6B21\u5747\u53EF)",help:"\u8AAA\u660E",enableLineBreakDescription:"\u555F\u7528\u5F8C\uFF0C\u5C07\u6703\u5728\u9577\u6BB5\u843D\u4E2D\u6BCF\u53E5\u8A71\u7D50\u675F\u63D2\u5165\u63DB\u884C\u5B57\u5143\uFF0C\u4EE5\u4FBF\u65BC\u95B1\u8B80","browser.shortBrandName":"\u6C89\u6D78\u5F0F\u7FFB\u8B6F","browser.brandName":"\u6C88\u6D78\u5F0F\u7FFB\u8B6F - \u7DB2\u9801\u7FFB\u8B6F\u64F4\u5145 | PDF\u7FFB\u8B6F | \u514D\u8CBB","browser.brandDescription":"\u3010\u6C88\u6D78\u5F0F\u7FFB\u8B6F\u3011\u4E00\u6B3E\u514D\u8CBB\u7684\uFF08\u539F\u6587/\u8B6F\u6587\uFF09\u96D9\u8A9E\u5C0D\u7167\u7DB2\u9801\u7FFB\u8B6F\u64F4\u5145\uFF0C\u540C\u6642\u652F\u6301PDF\u7FFB\u8B6F\uFF08\u4FDD\u7559\u539F\u6587\u6A94\u6392\u7248\uFF09\uFF0C\u8996\u983B\u96D9\u8A9E\u5B57\u5E55\u7FFB\u8B6F\uFF08Youtube, Netflix\u7B49\uFF09\uFF0CEPUB\u96FB\u5B50\u66F8\u7FFB\u8B6F\u7B49\uFF1B\u652F\u6301\u8ABF\u7528\u4EBA\u5DE5\u667A\u80FDAI\u7FFB\u8B6F\u5927\u6A21\u578B\uFF08OpenAI (ChatGPT)\u3001DeepL\u3001Gemini(Bard) \u7B49 \uFF09\u5C0D\u4EE5\u4E0A\u5167\u5BB9\u9032\u884C\u66F4\u6E96\u78BA\u7684\u7FFB\u8B6F\uFF1B","browser.toggleTranslatePage":"\u7FFB\u8B6F\u7DB2\u9801/\u986F\u793A\u539F\u6587","browser.toggleTranslateTheWholePage":"\u7FFB\u8B6F\u9801\u9762\u5168\u90E8\u5340\u57DF/\u986F\u793A\u539F\u6587","browser.toggleTranslateToThePageEndImmediately":"\u7ACB\u5373\u7FFB\u8B6F\u5230\u9801\u9762\u5E95\u90E8/\u986F\u793A\u539F\u6587","browser.toggleTranslateTheMainPage":"\u7FFB\u8B6F\u9801\u9762\u4E3B\u8981\u5340\u57DF/\u986F\u793A\u539F\u6587","browser.shareToDraft":"\u751F\u6210\u7DB2\u9801\u5FEB\u7167","browser.openOptionsPage":"\u958B\u555F\u8A2D\u5B9A\u9801\u9762","browser.translateLocalPdfFile":"\u7FFB\u8B6F\u672C\u6A5F PDF \u6A94\u6848","browser.openEbookViewer":"\u95B1\u8B80\u672C\u6A5F\u96FB\u5B50\u66F8","browser.openEbookBuilder":"\u88FD\u4F5C\u96D9\u8A9E EPUB \u96FB\u5B50\u66F8","browser.translateLocalHtmlFile":"\u7FFB\u8B6F HTML/txt \u6A94\u6848","browser.donateContext":"\u4E86\u89E3\u8D0A\u52A9\u798F\u5229","browser.translateLocalSubtitleFile":"\u7FFB\u8B6F\u5B57\u5E55\u6A94\u6848",confirmResetConfig:"\u4F60\u78BA\u5B9A\u8981\u91CD\u8A2D\u8A2D\u5B9A\u55CE\uFF1F",translationLineBreakSettingTitle:"\u8B6F\u6587\u63DB\u884C\u8A2D\u5B9A",smartLineBreak:"\u667A\u6167\u63DB\u884C",alwaysLineBreak:"\u7E3D\u662F\u63DB\u884C",isShowContextMenu:"\u5C07\u7DB2\u9801\u7FFB\u8B6F\u529F\u80FD\u52A0\u5165\u53F3\u9375\u9078\u55AE",toggleBeta:"\u958B\u555F Beta \u6E2C\u8A66\u529F\u80FD",betaDescription:"\u555F\u7528\u4ECD\u5728\u5BE6\u9A57\u7684\u529F\u80FD\u4EE5\u53CA\u6E2C\u8A66\u4E2D\u7684\u7FFB\u8B6F\u670D\u52D9\u3002\u52A0\u5165 <1>Telegram \u7FA4\u7D44\u4E86\u89E3\u66F4\u591A\u3002",translationLineBreakSettingDescription:"\u7E3D\u662F\u63DB\u884C\u9069\u7528\u65BC\u8F03\u5C11\u5167\u5BB9\u7684\u7248\u9762\uFF0C\u66F4\u6574\u9F4A\u3002(\u5728\u5167\u5BB9\u8F03\u591A\u7684\u9577\u6BB5\u843D(\u8D85\u904E {count} \u500B\u5B57\u5143) \u4F7F\u7528\u667A\u6167\u63DB\u884C\u6703\u66F4\u7701\u7A7A\u9593)",tempTranslateDomainTitle:"\u81E8\u6642\u958B\u555F\u7DB2\u7AD9\u7FFB\u8B6F\u7684\u6642\u9577",tempTranslateDomainDescription:"\u7576\u624B\u52D5\u7FFB\u8B6F\u67D0\u500B\u7DB2\u9801\u7684\u6642\u5019\uFF0C\u81E8\u6642\u958B\u555F\u8A72\u7DB2\u7AD9\u70BA\u81EA\u52D5\u7FFB\u8B6F",xMinutes:"{count} \u5206\u9418",disabled:"\u505C\u7528",changelog:"\u66F4\u65B0\u8A18\u9304",toggleTranslatePageWhenThreeFingersOnTheScreen:"\u591A\u6307\u540C\u6642\u89F8\u6478\u87A2\u5E55\u5247\u7FFB\u8B6F\u7DB2\u9801/\u986F\u793A\u539F\u6587",toggleTranslationMaskWhenThreeFingersOnTheScreen:"\u591A\u6307\u540C\u6642\u89F8\u6478\u5247\u986F\u793A/\u96B1\u85CF\u8B6F\u6587\u6A21\u7CCA\u6548\u679C",addUrlDescription:"\u53EF\u4EE5\u70BA\u7DB2\u57DF\u540D\u7A31\uFF0C\u540C\u6642\u652F\u63F4\u842C\u7528\u5B57\u5143\uFF0C\u5982\uFF1A*.google.com, google.com/mail/*, https://www.google.com/*",general:"\u57FA\u672C\u8A2D\u5B9A",clickToExpandConfig:"\u5C55\u958B\u76EE\u524D\u8A2D\u5B9A",import:"\u5F9E\u6A94\u6848\u532F\u5165",export:"\u532F\u51FA\u70BA\u6A94\u6848",toggleDebug:"\u5728\u4E3B\u63A7\u53F0\u986F\u793A\u5075\u932F\u8A18\u9304","fingers.0":"\u95DC\u9589",mouseHoldKey:"+ {key} \u7FFB\u8B6F/\u9084\u539F\u8A72\u6BB5",mouseHoldKeyAuto:"\u76F4\u63A5\u7FFB\u8B6F\u8A72\u6BB5",mouseHoldKeyOff:"\u4E0D\u505A\u4EFB\u4F55\u4E8B\u60C5",mouseHoldKeyOther:"\u81EA\u5B9A\u7FA9\u5FEB\u6377\u9375(\u6253\u958B\u8A2D\u7F6E)",mouseHoldKeyCustomKey:"{key} \u7FFB\u8B6F/\u9084\u539F\u8A72\u6BB5","mouse-translate":"\u9F20\u6A19\u6ED1\u904E",document:"\u8AAA\u660E\u6587\u4EF6",resetSuccess:"\u91CD\u8A2D\u6240\u6709\u8A2D\u5B9A\u6210\u529F",resetThisSuccess:"\u91CD\u8A2D\u6210\u529F",saved:"\u5132\u5B58\u6210\u529F",successImportConfig:"\u6210\u529F\u532F\u5165\u8A2D\u5B9A",goAdvancedSettings:"\u524D\u5F80\u9032\u968E\u8A2D\u5B9A\u9801\u9762",goAdvancedInterfaceSettings:"\u524D\u5F80\u81EA\u8A02\u8A2D\u5B9A\u9801\u9762",advanced:"\u9032\u968E\u8A2D\u5B9A",advancedDescription:"\u6B63\u5E38\u60C5\u6CC1\u7121\u9700\u8A2D\u5B9A\uFF0C\u4FDD\u6301\u9810\u8A2D\u5373\u53EF\u3002\u50C5\u91DD\u5C0D\u66F4\u5C08\u696D\u7684\u4F7F\u7528\u8005\uFF0C\u63D0\u4F9B\u66F4\u500B\u4EBA\u5316\u7684\u8A2D\u5B9A\u9805\u76EE\u3002",developer:"\u958B\u767C\u8005\u8A2D\u5B9A",donateCafe:"\u50F9\u683C","translate to the bottom of the page":"\u9032\u5165\u7DB2\u9801\u5F8C\uFF0C\u662F\u5426\u7ACB\u5373\u7FFB\u8B6F\u5230\u9801\u9762\u5E95\u90E8\uFF1F",feedback:"\u554F\u984C\u56DE\u5831",toggleTranslatePage:"\u7FFB\u8B6F\u7DB2\u9801/\u986F\u793A\u539F\u6587",translateToThePageEndImmediatelyDescription:"\u555F\u7528\u5F8C\uFF0C\u9032\u5165\u7DB2\u9801\u5C07\u7ACB\u5373\u7FFB\u8B6F\u5F9E\u9802\u90E8\u5230\u5E95\u90E8\u7684\u5167\u5BB9\u3002\u95DC\u9589\u5247\u908A\u770B\u908A\u8B6F\u3002\uFF08\u4E0D\u63A8\u85A6\u958B\u555F\uFF09","translate all areas of the page":"\u662F\u5426\u7FFB\u8B6F\u7DB2\u9801\u6240\u6709\u5340\u57DF",translationAreaDescription:"\u555F\u7528\u5F8C\uFF0C\u7DB2\u9801\u7684\u6240\u6709\u5340\u57DF\u90FD\u6703\u88AB\u7FFB\u8B6F\u3002\u95DC\u9589\u5247\u4F7F\u7528\u9810\u8A2D\u7684\u667A\u6167\u8FA8\u8B58\uFF0C\u50C5\u7FFB\u8B6F\u4E3B\u8981\u5340\u57DF\u3002(\u4E0D\u63A8\u85A6\u958B\u555F)","the number of characters to be translated first":"\u76F4\u63A5\u7FFB\u8B6F\u9801\u9762\u524D\u591A\u5C11\u500B\u5B57\u5143\uFF0C\u800C\u7121\u9700\u7B49\u5F85\u6372\u52D5\u81F3\u53EF\u898B\u5340\u57DF","interface language":"\u4ECB\u9762\u8A9E\u8A00","display both the original text and the translation":"\u540C\u6642\u986F\u793A\u539F\u6587\u548C\u8B6F\u6587","keyboard shortcuts":"\u9375\u76E4\u5FEB\u901F\u9375",modify:"\u8B8A\u66F4\u5FEB\u901F\u9375",reset:"\u91CD\u8A2D",close:"\u95DC\u9589",homepage:"\u9996\u9801",more:"\u66F4\u591A",moreOptions:"\u5C55\u958B\u66F4\u591A\u81EA\u8A02\u9078\u9805",translateTheWholePage:"\u7FFB\u8B6F\u9801\u9762\u5168\u90E8\u5340\u57DF\uFF08\u5340\u5206\u65BC\u53EA\u7FFB\u8B6F\u4E3B\u8981\u5340\u57DF\uFF09",changeToTranslateTheWholePage:"\u5207\u63DB\u70BA\u7FFB\u8B6F\u6240\u6709\u5340\u57DF",changeToTranslateTheMainPage:"\u5207\u63DB\u70BA\u7FFB\u8B6F\u4E3B\u8981\u5340\u57DF",translateToThePageEndImmediately:"\u7ACB\u5373\u7FFB\u8B6F\u5230\u5E95\u90E8\uFF08\u5340\u5206\u65BC\u770B\u54EA\u8B6F\u54EA\uFF09",translateTheMainPage:"\u667A\u6167\u7FFB\u8B6F\u4E3B\u8981\u5340\u57DF","The local rules are up to date":"\u672C\u6A5F\u898F\u5247\u5DF2\u70BA\u6700\u65B0\uFF1A","Successfully synchronized with the latest official rules:":"\u6210\u529F\u540C\u6B65\u6700\u65B0\u5B98\u65B9\u898F\u5247\uFF1A","Checking for updates":"\u6B63\u5728\u6AA2\u67E5\u66F4\u65B0","Rules are being synchronized":"\u6B63\u5728\u540C\u6B65\u5B98\u65B9\u898F\u5247",localVersionIsTooOld:"\u672C\u6A5F\u5957\u4EF6\u7248\u672C\u904E\u820A\uFF0C\u8ACB\u5347\u7D1A\u5957\u4EF6\u81F3 {minVersion} \u6216\u66F4\u65B0\u7684\u7248\u672C\u518D\u5617\u8A66\u540C\u6B65",badUserscriptBrowser:"\u76EE\u524D\u700F\u89BD\u5668\u7121\u6CD5\u6B63\u78BA\u5BE6\u73FE\u6CB9\u7334\u5957\u4EF6\u7684\u4ECB\u9762\uFF0C\u8ACB\u4F7F\u7528\u5176\u4ED6<1>\u652F\u63F4\u6CB9\u7334\u5957\u4EF6\u7684\u700F\u89BD\u5668\u5982(Firefox Nightly \u7248\u672C)",foundNewVersion:"\u6709\u65B0\u7248\u672C\u53EF\u7528",theLocalExtensionIsUpToUpdate:"\u76EE\u524D\u5957\u4EF6\u5DF2\u662F\u6700\u65B0\u7248\u672C",failToSyncRules:"\u540C\u6B65\u6700\u65B0\u5B98\u65B9\u898F\u5247\u5931\u6557",retry:"\u9EDE\u6B64\u91CD\u8A66",failedReason:"\u5931\u6557\u539F\u56E0",currentRuleVersion:"\u76EE\u524D\u898F\u5247\u7248\u672C",calculating:"\u6B63\u5728\u8A08\u7B97",unknownError:"\u672A\u77E5\u7684\u932F\u8AA4",canNotFetchRemoteRule:"\u7121\u6CD5\u53D6\u5F97\u9060\u7AEF\u898F\u5247",enableAlphaSuccess:"\u5DF2\u555F\u7528 Alpha \u529F\u80FD",disableAlphaSuccess:"\u5DF2\u505C\u7528 Alpha \u529F\u80FD",cacheSize:"\u5FEB\u53D6\u5927\u5C0F\uFF1A",cleaning:"\u6B63\u5728\u6E05\u7406",cleanCache:"\u6E05\u9664\u5FEB\u53D6",options:"\u9078\u9805",about:"\u95DC\u65BC",service:"\u7FFB\u8B6F\u670D\u52D9",needAction:"(\u524D\u5F80\u8A2D\u5B9A)",goSettings:"\u524D\u5F80\u8A2D\u5B9A",needActionForOptions:"(\u9700\u8A2D\u5B9A)",translationEngine:"\u5F15\u64CE\u9078\u9805",sourceLanguage:"\u539F\u6587\u8A9E\u8A00",target:"\u76EE\u6A19\u8A9E\u8A00",popupSourceLanguage:"\u539F\u6587\u8A9E\u8A00",popupTarget:"\u76EE\u6A19\u8A9E\u8A00",popupService:"\u7FFB\u8B6F\u670D\u52D9",forThisSite:"\u7576\u524D\u7DB2\u7AD9",autoEnableSubtitle:"\u81EA\u52D5\u958B\u555F\u96D9\u8A9E\u5B57\u5E55",alwaysTranslate:"\u7E3D\u662F\u7FFB\u8B6F",neverTranslate:"\u6C38\u4E0D\u7FFB\u8B6F",neverTranslateSomeLanguage:"\u6C38\u4E0D\u7FFB\u8B6F {language}",alwaysTranslateSomeSite:"\u7E3D\u662F\u7FFB\u8B6F {hostname}",neverTranslateSomeSite:"\u6C38\u4E0D\u7FFB\u8B6F {hostname}",alwaysTranslateSomeSiteOrWildSite:"\u7E3D\u662F\u7FFB\u8B6F\u7DB2\u7AD9",alwaysTranslateSomePage:"\u7E3D\u662F\u7FFB\u8B6F\u8A72\u7DB2\u9801",add:"\u65B0\u589E",default:"\u9810\u8A2D",forThisLanguage:"\u91DD\u5C0D\u8A72\u8A9E\u8A00\uFF1A","add url":"\u8F38\u5165 URL",edit:"\u7DE8\u8F2F",pickAll:"\u5168\u9078","translate other languages into specific language":"\u5C07\u5176\u5B83\u8A9E\u8A00\u7FFB\u8B6F\u70BA\u4F60\u8A2D\u5B9A\u7684\u8A9E\u8A00","select translation service":"\u9078\u64C7\u4F60\u60F3\u7528\u7684\u7FFB\u8B6F\u670D\u52D9",language:"\u8A9E\u8A00","show-original":"\u986F\u793A\u539F\u6587",translate:"\u7FFB\u8B6F",Translated:"\u5DF2\u7FFB\u8B6F",Translating:"\u6B63\u5728\u7FFB\u8B6F",Error:"\u932F\u8AA4",allowCacheTranslations:"\u555F\u7528\u672C\u6A5F\u7FFB\u8B6F\u5FEB\u53D6\uFF08\u6E1B\u5C11\u91CD\u8907\u6BB5\u843D\u7684\u7FFB\u8B6F\u8981\u6C42\uFF09","translation display":"\u8B6F\u6587\u986F\u793A\u6A23\u5F0F","select diplay style":"\u5340\u5206\u8B6F\u6587\u7684\u6A23\u5F0F\uFF0C\u5177\u9AD4\u53EF\u53C3\u8003\u4E0B\u5217\u7BC4\u4F8B",interface:"\u4ECB\u9762\u8A2D\u5B9A",import_export:"\u532F\u5165/\u532F\u51FA",import_export_title:"\u532F\u5165/\u532F\u51FA\u8A2D\u5B9A",syncToGoogleDrive:"\u7ACB\u5373\u8207 Google Drive \u540C\u6B65","floatBallOptions.enable":"\u555F\u7528\u61F8\u6D6E\u7403","floatBallOptions.blockUrls":"\u7981\u7528\u7DB2\u7AD9","floatBallOptions.add":"\u6DFB\u52A0","floatBallOptions.blockUrlDesc":"\u7576\u9047\u5230\u4EE5\u4E0B\u7DB2\u7AD9\u6642\u4E0D\u986F\u793A\u61F8\u6D6E\u7403","floatBallOptions.clickType":"\u9EDE\u64CA\u884C\u70BA","floatBallOptions.clickTypeDesc":"\u61F8\u6D6E\u7403\u5716\u6A19\u9EDE\u64CA\u6642\u7684\u884C\u70BA","floatBallOptions.clickPopup":"\u986F\u793A\u7FFB\u8B6F\u9762\u677F","floatBallOptions.clickTranslate":"\u7FFB\u8B6F/\u986F\u793A\u539F\u6587","floatBallOptions.fixedPosition":"\u56FA\u5B9A\u4F4D\u7F6E","floatBallOptions.fixedPositionDesc":"\u61F8\u6D6E\u7403\u5728\u7A97\u53E3\u5DE6\u5074\u9084\u662F\u53F3\u5074","floatBallOptions.fixedPositionLeft":"\u5DE6\u5074","floatBallOptions.fixedPositionRight":"\u53F3\u5074",previewAllThemes:"\u9810\u89BD\u5168\u90E8\u6A23\u5F0F","translationTheme.none":"\u7121","translationTheme.grey":"\u9ED1\u7070\u8272","translationTheme.dashed":"\u7834\u6298\u865F\u5E95\u7DDA","translationTheme.dotted":"\u9EDE\u72C0\u5E95\u7DDA","translationTheme.dashedBorder":"\u865B\u7DDA\u6846\u7DDA","translationTheme.solidBorder":"\u5BE6\u7DDA\u6846\u7DDA","translationTheme.underline":"\u76F4\u7DDA\u5E95\u7DDA","translationTheme.mask":"\u6A21\u7CCA\u6548\u679C\uFF08\u5B78\u7FD2\u6A21\u5F0F\uFF09","translationTheme.opacity":"\u900F\u660E\u6548\u679C","translationTheme.paper":"\u767D\u7D19\u9670\u5F71\u6548\u679C","translationTheme.dividingLine":"\u5206\u9694\u7DDA","translationTheme.highlight":"\u9192\u76EE\u63D0\u793A","translationTheme.marker":"\u99AC\u514B\u7B46","translationTheme.marker2":"\u99AC\u514B\u7B462","translationTheme.blockquote":"\u5F15\u7528\u6A23\u5F0F","translationTheme.weakening":"\u5F31\u5316","translationTheme.italic":"\u659C\u9AD4","translationTheme.bold":"\u7C97\u9AD4","translationTheme.thinDashed":"\u7D30\u7834\u6298\u865F\u5E95\u7DDA","translationTheme.nativeDashed":"\u7CFB\u7D71\u5167\u5EFA\u7834\u6298\u865F\u5E95\u7DDA","translationTheme.nativeDotted":"\u7CFB\u7D71\u5167\u5EFA\u9EDE\u72C0\u5E95\u7DDA","translationTheme.nativeUnderline":"\u7CFB\u7D71\u5167\u5EFA\u76F4\u7DDA\u5E95\u7DDA","translationTheme.wavy":"\u6CE2\u5F62\u66F2\u7DDA","translationServices.custom":"\u81EA\u5B9A\u7FA9API","translationServices.tencent":"\u9A30\u8A0A\u7FFB\u8B6F\u541B","translationServices.tenAlpha":"\u9A30\u8A0A\u7FFB\u8B6F\u541B(Alpha)","translationServices.google":"Google \u7FFB\u8B6F","translationServices.bai":"\u767E\u5EA6(Alpha)","translationServices.baidu":"\u767E\u5EA6\u7FFB\u8B6F","translationServices.aliyun":"\u963F\u91CC\u96F2\u7FFB\u8B6F","translationServices.volc":"\u706B\u5C71\u7FFB\u8B6F","translationServices.deeplx":"DeepLX(Beta)","translationServices.bing":"\u5FAE\u8F6F\u7FFB\u8B6F","translationServices.deepl":"DeepL","translationServices.wechat":"\u5FAE\u4FE1\u7FFB\u8B6F","translationServices.azure":"Azure \u7FFB\u8B6F","translationServices.ibm":"IBM Watson","translationServices.aws":"\u4E9E\u99AC\u905C\u7FFB\u8B6F","translationServices.mock":"\u6A21\u64EC\u7FFB\u8B6F","translationServices.mock2":"\u6A21\u64EC\u7FFB\u8B6F2","translationServices.caiyun":"\u5F69\u96F2\u5C0F\u8B6F","translationServices.cai":"\u5F69\u96F2\u5C0F\u8B6F (Alpha)","translationServices.volcAlpha":"\u706B\u5C71\u7FFB\u8B6F(Alpha)","translationServices.openl":"OpenL","translationServices.youdao":"\u6709\u9053\u7FFB\u8B6F","translationServices.you":"\u6709\u9053\u7FFB\u8B6F (Alpha)","translationServices.transmart":"\u9A30\u8A0A\u4EA4\u4E92\u7FFB\u8B6F","translationServices.niu":"\u5C0F\u725B\u7FFB\u8B6F","translationServices.papago":"Papago \u7FFB\u8B6F","translationServices.d":"Deepl(Alpha)","translationServices.dpro":"D Pro (Canary)","translationServices.openai":"OpenAI","translationServices.yandex":"Yandex","translationServices.chatgpt":"ChatGPT Web(3.5 mobile)","translate title":"\u7FFB\u8B6F\u9801\u9762\u6A19\u984C","always languages":"\u7E3D\u662F\u7FFB\u8B6F\u7684\u8A9E\u8A00",neverTranslateLanguagesLabel:"\u6C38\u4E0D\u7FFB\u8B6F\u7684\u8A9E\u8A00",neverTranslateTheFollowingLanguagesDescription:"\u7576\u9801\u9762\u4E2D\u67D0\u4E00\u6BB5\u843D\u7684\u8A9E\u8A00\u70BA\u4E0B\u5217\u8A9E\u8A00\u6642\uFF0C\u5C07\u8DF3\u904E\u7FFB\u8B6F",enableUserscriptPagePopup:"\u5728\u9801\u9762\u4E0A\u986F\u793A\u61F8\u6D6E\u7403",enableUserscriptPagePopupDescription:"\u95DC\u9589\u61F8\u6D6E\u7403\u5F8C\uFF0C\u53EF\u4EE5\u7528\u5FEB\u901F\u9375/{touch}\u518D\u6B21\u986F\u793A\u3002\u70BA\u9632\u6B62\u4E0D\u614E\u95DC\u9589\u8A72\u9078\u9805\u5F8C\u627E\u4E0D\u5230\u61F8\u6D6E\u7403\uFF0C\u5EFA\u8B70\u5C07\u672C\u8A2D\u5B9A\u9801\u9762\u52A0\u5165\u81F3\u6211\u7684\u6700\u611B","always translate the following languages":"\u7576\u9801\u9762\u8A9E\u8A00\u70BA\u4E0B\u5217\u8A9E\u8A00\u6642\uFF0C\u6703\u81EA\u52D5\u7FFB\u8B6F\u70BA\u76EE\u6A19\u8A9E\u8A00","always sites":"\u7E3D\u662F\u7FFB\u8B6F\u7684\u7DB2\u5740","always translate the following sites":"\u7576\u7DB2\u7AD9\u70BA\u4E0B\u5217\u7DB2\u57DF\u540D\u7A31\u6642\uFF0C\u6703\u81EA\u52D5\u7FFB\u8B6F\u70BA\u76EE\u6A19\u8A9E\u8A00","never sites":"\u6C38\u4E0D\u7FFB\u8B6F\u7684\u7DB2\u5740","never translate the following sites":"\u7576\u7DB2\u7AD9\u70BA\u4E0B\u5217\u7DB2\u57DF\u540D\u7A31\u6642\uFF0C\u5C07\u4E0D\u6703\u9032\u884C\u7FFB\u8B6F","please refer to":"\u9700\u8981\u586B\u5BEB\u91D1\u9470\u5F8C\u624D\u53EF\u4F7F\u7528\uFF0C\u8A73\u7D30\u8CC7\u8A0A\u8ACB\u53C3\u8003",KeyAndConfigurationTutorial:"\u300A\u91D1\u9470\u7533\u8ACB\u548C\u8A2D\u5B9A\u6559\u5B78\u300B",useAboveStyleForTheseSites:"\u7576\u7DB2\u7AD9\u70BA\u4E0B\u5217\u7DB2\u57DF\u540D\u7A31\u6642\uFF0C\u7E3D\u662F\u4F7F\u7528 \u2308{theme}\u230B \u8B6F\u6587\u6A23\u5F0F",currentUrl:"\u76EE\u524D\u7DB2\u5740",confirm:"\u5132\u5B58",cancel:"\u53D6\u6D88",delete:"\u522A\u9664","languages.auto":"\u81EA\u52D5\u5075\u6E2C",syncToCloud:"\u540C\u6B65\u81F3\u96F2\u7AEF",syncToCloudDescription:"\u4E0A\u50B3\u81F3\u96F2\u7AEF\u5F8C\uFF0C\u53EF\u4EE5\u5728\u4E0D\u540C\u7684\u700F\u89BD\u5668/\u6CB9\u7334\u8173\u672C\u4E4B\u9593\u540C\u6B65\u8A2D\u5B9A\uFF0C\u4EE5\u6700\u5F8C\u8B8A\u66F4\u6642\u9593\u70BA\u6E96\u3002",syncToAccount:"\u540C\u6B65\u5230\u8CEC\u6236",syncToAccountButton:"\u7ACB\u5373\u8207\u96F2\u7AEF\u540C\u6B65",syncToAccountDescription:"\u4E0A\u50B3\u5230\u5DF2\u767B\u9304\u8CEC\u6236\uFF0C\u53EF\u4EE5\u5728\u4E0D\u540C\u7684\u8A2D\u5099\u4E4B\u9593\u540C\u6B65\u914D\u7F6E\uFF0C\u4EE5\u6700\u5F8C\u4FEE\u6539\u6642\u9593\u70BA\u6E96\u3002",successSyncConfigInAccount:"\u6210\u529F\u8207\u8CEC\u6236\u4FDD\u6301\u540C\u6B65",successSyncConfigToAccount:"\u6210\u529F\u540C\u6B65\u5230\u8CEC\u6236",syncConfigNoUpdate:"\u5DF2\u7D93\u662F\u6700\u65B0\u7684\u4E86",authFail:"\u6388\u6B0A\u5931\u6557",syncTitle:"\u624B\u52D5\u5099\u4EFD\u7BA1\u7406",import_hint:"\u532F\u5165",upload:"\u4E0A\u50B3",revokeAuth:"\u64A4\u92B7\u6388\u6B0A",uploadFail:"\u4E0A\u50B3\u5931\u6557",download:"\u4E0B\u8F09",importSuccess:"\u532F\u5165\u6210\u529F",importFail:"\u532F\u5165\u5931\u6557",deleteFail:"\u522A\u9664\u5931\u6557",backupToCloud:"\u624B\u52D5\u7BA1\u7406\u5099\u4EFD\u6A94\u6848",create_new_backup:"\u65B0\u589E\u5099\u4EFD\u7BC0\u9EDE",maxBackupFiles:"\u6700\u591A\u53EF\u4EE5\u5099\u4EFD{count}\u500B\u4E0D\u540C\u7684\u7BC0\u9EDE\uFF0C\u8ACB\u522A\u9664\u4E0D\u9700\u8981\u7684\u7BC0\u9EDE",backupToCloudDescription:"\u624B\u52D5\u4E0A\u50B3\u6216\u9084\u539F\u5099\u4EFD\u6A94\u6848\uFF0C\u6700\u591A\u5141\u8A31 3 \u500B\u4E0D\u540C\u7684\u5099\u4EFD",successSyncConfig:"\u6210\u529F\u8207\u96F2\u7AEF\u4FDD\u6301\u540C\u6B65",syncFail:"\u540C\u6B65\u5931\u6557",updatedAt:"\u66F4\u65B0\u65BC {date}",lastSyncedAt:"\u4E0A\u6B21\u6AA2\u67E5\u65BC {date}",downloadFail:"\u4E0B\u8F09\u5931\u6557",clickToDownload:"\u9EDE\u9078\u4E0B\u8F09",aboutLabel:"\u95DC\u65BC - \u554F\u984C\u56DE\u5831","browser.openAboutPage":"\u95DC\u65BC/\u554F\u984C\u56DE\u5831",aboutLabelWithoutSponsor:"\u95DC\u65BC - \u554F\u984C\u56DE\u5831",aboutIntro:"\u5E0C\u671B\u6211\u5011\u90FD\u80FD\u66F4\u52A0\u5BB9\u6613\u4E14\u6109\u6085\u5730\u7372\u53D6\u7DB2\u969B\u7DB2\u8DEF\u4E0A\u66F4\u591A\u7684\u5916\u8A9E\u8CC7\u8A0A \u2764\uFE0F \u4F60\u53EF\u4EE5\u9078\u64C7\u958B\u901A <6>Pro\u6703\u54E1 \u4F86\u4F7F\u7528\u958B\u7BB1\u5373\u7528\u7684 DeepL \u548C OpenAI \u7FFB\u8B6F\u3002

\u4F60\u53EF\u4EE5\u95DC\u6CE8\u6211\u4EEC\u7684<3>Twitter\uFF0C<4>Telegram \u983B\u9053\u4EE5\u53CA\u4E0B\u65B9\u7684<5>\u90F5\u4EF6\u8A02\u95B1\u8FFD\u8E64\u66F4\u65B0\u3002
<7>Pro \u6703\u54E1 \u53EF\u4EE5\u901A\u904E\u5FEB\u901F\u5BA2\u670D\u90F5\u7BB1 <8>support@immersivetranslate.com \u548C\u6211\u5011\u53D6\u5F97\u806F\u7E6B\u3002",aboutIntroWithoutSponsor:"\u5E0C\u671B\u6211\u5011\u90FD\u80FD\u66F4\u52A0\u5BB9\u6613\u4E14\u6109\u6085\u5730\u7372\u53D6\u7DB2\u969B\u7DB2\u8DEF\u4E0A\u66F4\u591A\u7684\u5916\u8A9E\u8CC7\u8A0A \u2764\uFE0F ",projectHomepage:"\u5C08\u6848\u9996\u9801",joinTelegramGroup:"\u52A0\u5165\u7528\u6237\u4EA4\u6D41\u7FA4\u7D44\u53C3\u8207\u529F\u80FD\u8A0E\u8AD6",wechatPublicAccount:"\u5FAE\u4FE1\u516C\u773E\u865F",wechatCommunities:"\u5FAE\u4FE1\u4EA4\u6D41\u7FA4",qqCommunities:"QQ \u4EA4\u6D41\u983B\u9053",joinTelegramChannel:"\u95DC\u6CE8 Telegram \u983B\u9053\u77AD\u89E3\u66F4\u65B0\u8CC7\u8A0A",feedbackAndJoin:"\u554F\u984C\u56DE\u5831/\u52A0\u5165\u7FA4\u7D44",autoSync:"\u81EA\u52D5\u5B9A\u6642\u540C\u6B65",loadingThemeTitle:"Loading \u6A23\u5F0F",loadingThemeDescription:"\u8A2D\u5B9A\u7B49\u5F85\u8B6F\u6587\u8F09\u5165\u6642\u7684\u6A23\u5F0F","loadingTheme.spinner":"\u8F49\u5708\u52D5\u756B","loadingTheme.text":"\u975C\u614B\u6587\u5B57 ... ","loadingTheme.none":"\u4E0D\u986F\u793A",developerDescription:"\u53EF\u4EE5\u9EDE\u9078<1>\u6B64\u8655\u6AA2\u8996\u9032\u968E\u81EA\u8A02\u529F\u80FD\u76F8\u95DC\u7684\u8AAA\u660E\u6587\u4EF6","edit border color":"\u8B8A\u66F4\u908A\u6846\u8272\u5F69",successSyncButNoChange:"\u76EE\u524D\u8A2D\u5B9A\u8207\u96F2\u7AEF\u4E00\u81F4",customTheme:"\u81EA\u8A02\u8272\u5F69\u548C\u5927\u5C0F","customThemeLabel.borderColor":"\u908A\u6846\u8272\u5F69","customThemeLabel.borderRadius":"\u908A\u6846\u5713\u89D2","customThemeLabel.textColor":"\u6587\u5B57\u8272\u5F69","customThemeLabel.backgroundColor":"\u80CC\u666F\u8272\u5F69","customThemeLabel.zoom":"\u5B57\u578B\u7E2E\u653E\u6BD4\u4F8B (%)","customThemeLabel.opacity":"\u6587\u5B57\u4E0D\u900F\u660E\u5EA6(%)",resetToDefaultColor:"\u9084\u539F\u70BA\u9810\u8A2D\u8272\u5F69",resetToDefaultSettings:"\u9084\u539F\u70BA\u9810\u8A2D\u8A2D\u5B9A",isTranslateTitle:"\u555F\u7528\u7DB2\u9801\u6A19\u984C\u7FFB\u8B6F",isTranslateTitleDescription:"\u555F\u7528\u5F8C\uFF0C\u7DB2\u9801\u7684\u6A19\u984C\u6703\u88AB\u7FFB\u8B6F",enableSearchEnhancement:"\u958B\u555F\u641C\u7D22\u589E\u5F37",enableSearchEnhancementDescription:"\u4E2D\u6587\u641C\u7D22\u8C37\u6B4C\u6703\u5728\u53F3\u908A\u51FA\u73FE\u82F1\u6587\u7248\u8C37\u6B4C\u65B0\u805E",verifyService:"\u9EDE\u6B64\u6E2C\u8A66\u670D\u52D9",verified:"\u9A57\u8B49\u6210\u529F","field.langs":"\u652F\u63F4\u7684\u8A9E\u8A00\u4EE3\u78BC","field.model":"\u6A21\u578B","field.translationEngine":"\u7FFB\u8B6F\u5F15\u64CE","field.limitPerMinute":"\u6BCF\u5206\u9418\u6700\u5927\u8981\u6C42\u6578","field.limitPerSecond":"\u6BCF\u79D2\u6700\u5927\u8981\u6C42\u6578","field.maxTextLengthPerRequest":"\u6BCF\u6B21\u8981\u6C42\u7684\u6700\u5927\u6587\u5B57\u9577\u5EA6","field.maxTextGroupLengthPerRequest":"\u6BCF\u6B21\u8981\u6C42\u6700\u5927\u6BB5\u843D\u6578","field.apiUrl":"\u81EA\u8A02 API \u4F4D\u5740","field.placeholderDelimiters":"\u4FDD\u7559\u7684\u4F54\u4F4D\u7B26","description.custom":"\u81EA\u5B9A\u7FA9\u63A5\u53E3\u63A5\u5165 \u9700\u8981\u53C3\u8003\u6587\u6A94","description.limitPerMinute":"\u8981\u6C42\u6578\u8D85\u904E\u8A72\u9650\u5236\u6642\u6703\u88AB\u66AB\u6642\u505C\u7528\uFF0C\u76F4\u81F3\u4E0B\u4E00\u5206\u9418\u958B\u59CB\u3002\u7531\u4E8EOpenAI\u76EE\u524D\u670D\u52A1\u7684\u5404\u79CD\u9650\u5236\uFF0C\u8BF7\u70B9\u51FB<1>\u8FD9\u91CC\u67E5\u770B\u6700\u65B0\u5EFA\u8BAE\u7684\u6570\u503C","description.limitPerSecond":"\u8981\u6C42\u6578\u8D85\u904E\u8A72\u9650\u5236\u6642\u6703\u88AB\u66AB\u6642\u505C\u7528\uFF0C\u76F4\u81F3\u4E0B\u4E00\u79D2\u9418\u958B\u59CB\u3002\u7531\u4E8EOpenAI\u76EE\u524D\u670D\u52A1\u7684\u5404\u79CD\u9650\u5236\uFF0C\u8BF7\u70B9\u51FB<1>\u8FD9\u91CC\u67E5\u770B\u6700\u65B0\u5EFA\u8BAE\u7684\u6570\u503C","description.generalLimitPerSecond":"\u8ACB\u6C42\u6578\u8D85\u904E\u8A72\u9650\u5236\u6642\u6703\u9032\u5165\u6392\u968A\u72C0\u614B\uFF0C\u76F4\u5230\u4E0B\u4E00\u79D2\u9418\u958B\u59CB\u3002","description.prompt":"\u4EE5\u7528\u6236\u8EAB\u4EFD\u767C\u9001\u7D66 {service} \u7684\u5C0D\u8A71\uFF0C\u5176\u4E2D {{text}} \u8868\u793A\u6BB5\u843D\u7684\u6587\u672C\u5167\u5BB9\uFF0C{{from}} \u8868\u793A\u6BB5\u843D\u7684\u8A9E\u8A00\uFF0C{{to}} \u8868\u793A\u76EE\u6A19\u8A9E\u8A00","description.maxTextLengthPerRequest":"\u9810\u8A2D\u6703\u5408\u4F75\u591A\u500B\u6BB5\u843D\uFF0C\u4EE5\u6E1B\u5C11\u8ACB\u8981\u6C42\u6578\uFF0C\u4F46\u662F\u5982\u679C\u6BB5\u843D\u7E3D\u9577\u5EA6\u904E\u9577\uFF0C\u4E5F\u53EF\u80FD\u6703\u5C0E\u81F4 API \u7684\u56DE\u61C9\u6642\u9593\u589E\u52A0\uFF0C\u56E0\u6B64\u53EF\u4EE5\u5617\u8A66\u8ABF\u6574\u8A72\u9078\u9805\u4F86\u63D0\u5347\u901F\u5EA6","description.systemPrompt":"\u4EE5\u7CFB\u7D71\u50B3\u9001\u767C\u9001\u7D66 OpenAI \u7684\u5C0D\u8A71\uFF0C\u5176\u4E2D {{text}} \u8868\u793A\u6BB5\u843D\u7684\u6587\u5B57\u5167\u5BB9\uFF0C{{from}} \u8868\u793A\u6BB5\u843D\u7684\u8A9E\u8A00\uFF0C{{to}} \u8868\u793A\u76EE\u6A19\u8A9E\u8A00","field.domain":"\u9818\u57DF","description.domain":"\u9ED8\u8A8D\u70BA\uFF1Ageneral\u3002\u50C5\u5728\u6709\u9053API\u63A7\u5236\u53F0\u958B\u901A\u9818\u57DF\u5316\u7FFB\u8B6F\u7684\u60C5\u6CC1\u4E0B\u53EF\u8A2D\u7F6E\uFF0C\u652F\u6301\u9818\u57DF\u898B<1>\u9019\u88E1","field.scene":"\u5834\u666F","description.scene":"\u9ED8\u8A8D\u70BA\uFF1Ageneral\u3002\u50C5\u5728\u963F\u91CC\u96F2API\u63A7\u5236\u53F0\u958B\u901A\u6A5F\u5668\u7FFB\u8B6F\u5C08\u696D\u7248\u7684\u60C5\u6CC1\u4E0B\u53EF\u8A2D\u7F6E\uFF0C\u652F\u6301\u5834\u666F\u898B<1>\u9019\u88E1","field.vocabId":"\u4F7F\u7528\u8005\u8A5E\u5178ID","description.vocabId":"\u6307\u5B9A\u7684\u5B57\u5178out_id\uFF0C\u76EE\u524D\u652F\u63F4\u82F1\u8B6F\u4E2D","description.model":"OpenAI \u7684\u6A21\u578B\uFF0C\u53EF\u4EE5\u70BA gpt-3.5-turbo, gpt-4 \u7B49","description.maxTextGroupLengthPerRequest":"\u6BCF\u6B21\u50B3\u9001\u7D66\u7FFB\u8B6F\u670D\u52D9\u7684\u6BB5\u843D\u6578\u91CF\uFF0C\u5982\u679C\u6BB5\u843D\u6578\u91CF\u904E\u591A\uFF0C\u53EF\u80FD\u6703\u5C0E\u81F4\u56DE\u61C9\u901F\u5EA6\u8B8A\u6162","description.apiUrl":"\u8ACB\u52A0\u5165\u5177\u9AD4\u5305\u542B\u8DEF\u5F91\u7684\u7DB2\u5740",enabledExtension:"\u555F\u7528\u5957\u4EF6",clickToDisableExtension:"\u9EDE\u9078\u505C\u7528\u5957\u4EF6",clickToEnableExtension:"\u9EDE\u9078\u555F\u7528\u5957\u4EF6",hasBeenDisabled:"\u5DF2\u505C\u7528","show password":"\u986F\u793A\u5BC6\u78BC",customContent:"\u8F38\u5165\u81EA\u5B9A\u7FA9\u6A21\u578B",inputOptions:"\u8F38\u5165\u6846\u589E\u5F37",mouseHoverOptions:"\u9F20\u6A19\u6ED1\u904E",modifyMouseHoverKey:"\u4FEE\u6539\u6ED1\u9F20\u61F8\u505C\u5FEB\u6377\u9375",enableInputTranslation:"\u662F\u5426\u555F\u7528\u8F38\u5165\u6846\u589E\u5F37",enableInputTranslationDescription:"\u555F\u7528\u5F8C\uFF0C\u8F38\u5165\u6846\u76F4\u63A5\u8F38\u5165 {startingKey}{startingKey} \u4F60\u597D\uFF0C\u7136\u5F8C\u5FEB\u901F\u9023\u64CA{inputTrailingTriggerKeyRepeatTimes}\u6B21{trailingKey}\uFF0C\u5373\u53EF\u7FFB\u8B6F\u70BA {inputTargetLanguage}",enableInputTranslationDescriptionForNoneKey:"\u555F\u7528\u5F8C\uFF0C\u8F38\u5165\u6846\u76F4\u63A5\u8F38\u5165\uFF1A\u4F60\u597D\u4E16\u754C\uFF0C\u7136\u5F8C\u5FEB\u901F\u9023\u64CA{inputTrailingTriggerKeyRepeatTimes}\u6B21{trailingKey}\uFF0C\u5373\u53EF\u7FFB\u8B6F\u70BA\u9810\u8A2D\u76EE\u6A19\u8A9E\u8A00",inputTargetLanguage:"\u8A2D\u5B9A\u8F38\u5165\u6846\u7684\u9810\u8A2D\u76EE\u6A19\u8A9E\u8A00",inputTargetLanguageDescription:"\u8F38\u5165\u6846\u7FFB\u8B6F\u7684\u9810\u8A2D\u76EE\u6A19\u8A9E\u8A00\uFF0C\u4E5F\u5C31\u662F {startingKey}{startingKey} \u4F5C\u70BA\u89F8\u767C\u8A5E\u7684\u9810\u8A2D\u8A9E\u8A00",inputTargetLanguageDescriptionForNoneKey:"\u8F38\u5165\u6846\u7FFB\u8B6F\u7684\u9810\u8A2D\u76EE\u6A19\u8A9E\u8A00",inputStartingTriggerKeyTitle:"\u8A2D\u5B9A\u8F38\u5165\u6846\u90E8\u5206\u7FFB\u8B6F\u7684\u5206\u5272\u5B57\u7B26",inputStartingTriggerKeyDescription:"\u7576\u4F60\u4E0D\u9700\u8981\u7FFB\u8B6F\u6574\u500B\u8F38\u5165\u6846\u7684\u6642\u5019\uFF0C\u5206\u5272\u7B26\u5141\u8A31\u4F60\u53EA\u7FFB\u8B6F {startingKey}{startingKey} \u5230\u8F38\u5165\u6846\u672B\u5C3E\u7684\u90E8\u5206\uFF0C\u4E5F\u53EF\u4EE5\u6307\u5B9A\u8A9E\u8A00\u4EE3\u78BC\uFF0C\u4F8B\u5982\uFF1A{startingKey}ja \u8868\u793A\u53EA\u7FFB\u8B6F {startingKey}ja \u5230\u8F38\u5165\u6846\u672B\u5C3E\u7684\u90E8\u5206",inputStartingTriggerKeyDescriptionForNoneKey:"\u76EE\u524D\u8A2D\u5B9A\u70BA\u7121\u9700\u524D\u7DB4\uFF0C\u66AB\u7121\u6CD5\u4F7F\u7528\u8F38\u5165\u6846\u7684\u90E8\u5206\u6587\u5B57\u7FFB\u8B6F\u529F\u80FD",inputTrailingTriggerKeyTitle:"\u9078\u64C7\u4E00\u500B\u8F38\u5165\u7D50\u675F\u7684\u89F8\u767C\u5B57\u7B26",inputTrailingTriggerKeyDescription:"\u5FEB\u901F\u9023\u64CA3 \u6B21{trailingKey} \u5C07\u6703\u958B\u59CB\u7FFB\u8B6F",inputTrailingTriggerKeyTimeout:"\u8F38\u5165\u7D50\u675F\u9023\u64CA\u89F8\u767C\u7684\u9593\u9694\u6642\u9593",inputTrailingTriggerKeyTimeoutDescription:"\u8A2D\u7F6E\u8F38\u5165\u7D50\u675F\u9023\u64CA\u89F8\u767C\u7684\u9593\u9694\u6642\u9593\uFF08\u6BEB\u79D2\uFF09",spaceKey:"<\u7A7A\u683C\u9375>",noneKey:"\u7121\u9700\u524D\u7DB4\uFF0C\u76F4\u63A5\u7FFB\u8B6F\u6574\u500B\u6587\u5B57\u6846",inputTranslationBlockUrlsTitle:"\u5207\u52FF\u5728\u4EE5\u4E0B\u7DB2\u5740\u4E2D\u555F\u7528\u8F38\u5165\u6846\u589E\u5F37",inputTranslationBlockUrlsDescription:"\u5728\u4EE5\u4E0B\u7DB2\u5740\u4E2D\uFF0C\u8F38\u5165\u6846\u589E\u5F37\u5C07\u4E0D\u6703\u751F\u6548",inputHelperInfo:"\u8AAA\u660E\uFF1A\u6211\u5011\u7279\u5225\u91DD\u5C0D\u5728\u4E2D\u6587\u8F38\u5165\u6CD5\u4E0B\u90E8\u5206\u89F8\u767C\u5B57\u7B26\u6703\u8B8A\u6210\u4E2D\u6587\u6A19\u9EDE\u7B26\u865F\u9019\u4EF6\u4E8B\u505A\u4E86\u512A\u5316\uFF0C\u6BD4\u5982\u641C\u72D7\u8F38\u5165\u6CD5\u4E0B / \u6703\u8B8A\u6210\u9813\u865F \u3001\uFF0C\u6C89\u6D78\u5F0F\u7FFB\u8B6F\u652F\u6301\u6240\u6709\u89F8\u767C\u7B26\u5C0D\u61C9\u7684\u4E2D\u6587\u7B26\u865F\uFF0C\u4E5F\u5C31\u662F\u8AAA // \u3001\u3001 \u90FD\u6703\u88AB\u8B58\u5225\u70BA\u89F8\u767C\u5B57\u7B26\u3002

\u540C\u6642\u6211\u5011\u4E5F\u652F\u6301\u8A9E\u8A00\u4EE3\u78BC\u7684\u4E2D\u6587\u5225\u540D\u4F5C\u70BA\u547D\u4EE4\uFF0C\u6BD4\u5982 /\u65E5\u6587 \u4F60\u597D\u4E16\u754C \u6703\u88AB\u7FFB\u8B6F\u70BA\u65E5\u6587\uFF0C<1>\u9EDE\u6B64\u67E5\u770B\u6240\u6709\u652F\u63F4\u7684\u8A9E\u8A00\u4EE3\u78BC\u3002",reloadCurrentPage:"\u8ACB\u5148\u5237\u65B0\u76EE\u524D\u9801\u9762\uFF0C\u518D\u958B\u59CB\u7FFB\u8B6F",noLocalFilePermissionForPDF:"\u66AB\u7121\u6B0A\u9650\u8B80\u53D6\u672C\u6A5F\u6587\u4EF6\uFF0C\u8ACB\u9EDE\u9078\u4E0A\u65B9\u6309\u9215\uFF0C\u7136\u5F8C\u532F\u5165\u672C\u6A5F\u6587\u4EF6",noPermissionForThisPage:"\u26A0\uFE0F \u66AB\u7121\u6B0A\u9650\u7FFB\u8B6F\u76EE\u524D\u9801\u9762","error.retry":"\u91CD\u8A66","error.reason":"\u932F\u8AA4\u539F\u56E0",retryAllParagraphs:"\u91CD\u8A66\u5168\u90E8\u932F\u8AA4\u6BB5\u843D",retryAllButton:"\u91CD\u8A66\u5168\u90E8\u932F\u8AA4\u6BB5\u843D",errorTooltipTitle:"\u9EDE\u64CA\u770B\u932F\u8AA4\u539F\u56E0",errorModalTitle:"\u7FFB\u8B6F\u670D\u52D9\u6216\u7DB2\u8DEF\u4F3C\u4E4E\u51FA\u4E86\u9EDE\u554F\u984C...",disableConfirm:"\u7981\u7528\u78BA\u8A8D",disableOnce:"\u7981\u7528\u4E00\u6B21",disableGlobal:"\u5168\u5C40\u7981\u7528",disableTint:"* \u60A8\u53EF\u4EE5\u5728 {option} \u4E2D\u91CD\u65B0\u555F\u7528\u3002",searchEnhancementNotes:"\u6211\u5011\u767C\u73FE\uFF0C\u4E2D\u6587\u95DC\u9375\u8A5E\u548C\u82F1\u6587\u95DC\u9375\u8A5E\u7684\u65B0\u805E\u7D50\u679C\u6709\u975E\u5E38\u5927\u7684\u4E0D\u540C\uFF0C\u5728\u555F\u7528\u6C89\u6D78\u5F0F\u7FFB\u8B6F\u96D9\u8A9E\u4FE1\u606F\u589E\u5F37\u529F\u80FD\u5F8C\uFF0C\u6211\u5011\u6703\u5728\u652F\u6301\u7684\u7DB2\u7AD9\uFF08\u8C37\u6B4C\u65B0\u805E\uFF0C\u8C37\u6B4C\u641C\u7D22\uFF08\u90E8\u5206\u95DC\u9375\u8A5E\uFF09\uFF0C\u96EA\u7403\uFF0C\u6771\u65B9\u8CA1\u5BCC\u7DB2\uFF0C\u5BCC\u9014\uFF0C\u8001\u864E\uFF09\u81EA\u52D5\u7528\u82F1\u6587\u70BA\u4F60\u641C\u7D22\u540C\u6A23\u7684\u95DC\u9375\u8A5E\u4E26\u5C55\u793A\u5728\u53F3\u5074\u3002\u5982\u679C\u4F60\u4E0D\u9700\u8981\u8A72\u529F\u80FD\u7684\u8A71\uFF0C\u53EF\u4EE5\u9078\u64C7\u7981\u7528\u5B83\u3002",option:"\u9078\u9805",saveSettings:"\u5132\u5B58\u8A2D\u5B9A",closeModal:"\u95DC\u9589\u8996\u7A97",enableInputTranslationWithoutTriggerKeyTitle:"\u555F\u7528\u5FEB\u901F\u9023\u64CA3 \u6B21{trailingKey}\uFF0C\u76F4\u63A5\u7FFB\u8B6F\u6574\u500B\u8F38\u5165\u6846\u70BA{inputTargetLanguage}",enableInputTranslationWithoutTriggerKeyDescription:"\u5982\u9700\u6307\u5B9A\u76EE\u6A19\u8A9E\u8A00\uFF0C\u8ACB\u5728\u524D\u9762\u52A0\u4E0A\u8A9E\u8A00\u7A0B\u5F0F\u78BC\uFF0C\u5982\uFF1Aja \u4F60\u597D\u4E16\u754C",deepLProName:"\u6C89\u6D78\u5F0F\u7FFB\u8B6FPro \u6703\u54E1(\u63A8\u85A6)",deepLProDescription:"\u76EE\u524D\u5957\u9910\u53EF\u4EE5\u76F4\u63A5\u4F7F\u7528",deeplProDescriptionForNormal:"\u7121\u9700\u4EFB\u4F55\u8A2D\u7F6E\uFF0C\u6703\u54E1\u767B\u5165\u5F8C\u5373\u53EF\u4F7F\u7528\uFF0C<1>\u9EDE\u6B64\u5347\u7D1A\u70BA\u6703\u54E1",deepLCustomDescription:"\u9700\u8981\u570B\u5916\u4FE1\u7528\u5361\uFF0C\u5728<1>DeepL\u5B98\u65B9\u958B\u901A\uFF0C\u9EDE\u9078\u67E5\u770B<2>\u6587\u6A94",deepLCustomName:"\u81EA\u8A02Auth Key",chooseProviderLabel:"\u9078\u64C7\u4E00\u500B\u670D\u52D9\u63D0\u4F9B\u8005",openaiProName:"\u6C89\u6D78\u5F0F\u7FFB\u8B6FPro \u6703\u54E1(\u63A8\u85A6)",openaiProDescription:"\u76EE\u524D\u5957\u9910\u53EF\u4EE5\u76F4\u63A5\u4F7F\u7528",openaiProDescriptionForNormal:"\u7121\u9700\u4EFB\u4F55\u8A2D\u7F6E\uFF0C\u6703\u54E1\u767B\u5165\u5F8C\u5373\u53EF\u4F7F\u7528\uFF0C<1>\u9EDE\u6B64\u5347\u7D1A\u70BA\u6703\u54E1",openaiCustomDescription:"\u53EF\u5728OpenAI, Azure OpenAI, \u6216\u5176\u4ED6\u7B2C\u4E09\u65B9\u670D\u52D9\u7372\u53D6\uFF0C<1>\u9EDE\u6B64\u67E5\u770B\u6587\u6A94",openaiCustomName:"\u81EA\u8A02API Key",needLoginAction:"(\u958B\u901A\u6703\u54E1\u6216\u81EA\u8A02)",goLoginOrAction:"(\u958B\u901A\u6703\u54E1\u6216\u53BB\u8A2D\u5B9A)",yearly:"\u5E74\u5EA6\u7E8C\u8A02",quarterly:"\u5B63\u5EA6\u7E8C\u8A02",monthly:"\u6BCF\u6708\u7E8C\u8A02",yearlyForOnce:"\u4E00\u6B21\u6027\u5E74\u5EA6\u5957\u9910",monthlyForOnce:"\u4E00\u6B21\u6027\u6708\u5EA6\u5957\u9910",daily:"\u6BCF\u65E5\u7E8C\u8A02",year:"\u5E74\u5EA6\u7E8C\u8A02",quarter:"\u5B63\u5EA6\u7E8C\u8A02",month:"\u6BCF\u6708\u7E8C\u8A02",day:"\u6BCF\u65E5\u7E8C\u8A02",onetime_7day:"7 \u5929\u9AD4\u9A57\u5305",currentPlanDescriptionForFree:"\u76EE\u524D\u5957\u9910\uFF1A\u514D\u8CBB",currentPlanDescriptionForContinuous:"\u76EE\u524D\u5957\u9910\uFF1A{plan}\uFF0C\u5C07\u65BC {endAt} \u81EA\u52D5\u7E8C\u8CBB",currentPlanDescriptionForAutoRenewCaceling:"\u76EE\u524D\u5957\u9910\uFF1A{plan}\uFF0C\u5C07\u65BC {endAt} \u5230\u671F\uFF0C\u5230\u671F\u5F8C\u5C07\u4E0D\u6703\u81EA\u52D5\u7E8C\u7D04",currentYearlyPlanDescriptionForAutoRenewCacelingWithRealPaiedUser:"\u76EE\u524D\u5957\u9910\uFF1A{plan}\uFF0C\u5C07\u65BC {endAt} \u5230\u671F\uFF0C\u5230\u671F\u5F8C\u5C07\u4E0D\u6703\u81EA\u52D5\u7E8C\u7D04\u3002
<1>\u9EDE\u6B64\u7BA1\u7406\u7E8C\u8CBB\u65B9\u6848",currentYearlyPlanDescriptionForAutoRenewCacelingWithAdmin:"\u76EE\u524D\u5957\u9910\uFF1A{plan}\uFF0C\u5C07\u65BC {endAt} \u5230\u671F\uFF0C\u5230\u671F\u5F8C\u5C07\u4E0D\u6703\u81EA\u52D5\u7E8C\u7D04\u3002
<1>\u9EDE\u6B64\u555F\u7528\u9023\u7E8C\u5305\u5E74",currentPlanDescriptionForOneTime:"\u76EE\u524D\u5957\u9910\uFF1A{plan}\uFF0C\u5C07\u65BC {endAt} \u5230\u671F\uFF0C<1>\u9EDE\u6B64\u5347\u7D1A\u70BA\u5E74\u8CBB\u6216<2>\u6708\u8CBB\u6703\u54E1",upgradePlan:"\u9EDE\u6B64\u5347\u7D1A\u70BAPro \u6703\u54E1",upgradeToPro:"\u5347\u7D1A\u70BA Pro \u6703\u54E1","popup.openPro":"\u5347\u7D1A\u70BA Pro \u6703\u54E1\u5F8C\u53EF\u4EE5\u66A2\u4EAB DeepL \u548C OpenAI \u7FFB\u8B6F\uFF0C\u9EDE\u6B64\u5347\u7D1A","popup.openProForPro":"\u60A8\u662F Pro \u6703\u54E1\uFF0C\u53EF\u76F4\u63A5\u4F7F\u7528 DeepL \u548C OpenAI \u7FFB\u8B6F",currentAccount:"\u7576\u524D\u8CEC\u6236",enableAutoSyncUserSettings:"\u555F\u7528\u591A\u8A2D\u5099\u81EA\u52D5\u96F2\u7AEF\u540C\u6B65",modalEnableInputTranslationTitle:"\u6C89\u6D78\u5F0F\u7FFB\u8B6F\u8F38\u5165\u6846\u7FFB\u8B6F\u63D0\u793A",modalEnableInputTranslationDesc:"\u60A8\u525B\u525B\u900F\u904E\u5FEB\u901F\u9023\u64CA3 \u6B21\u7A7A\u767D\u9375\u89F8\u767C\u4E86\u6C89\u6D78\u5F0F\u7FFB\u8B6F\u7684\u8F38\u5165\u6846\u7FFB\u8B6F\uFF0C\u8F38\u5165\u6846\u7684\u5167\u5BB9\u5C07\u7FFB\u8B6F\u70BA\u9810\u8A2D\u7684\u76EE\u6A19\u8A9E\u8A00\u3002\u900F\u904ECtrl+Z \u53EF\u4EE5\u64A4\u92B7\u7FFB\u8B6F\u3002

\u5982\u679C\u9019\u662F\u4E00\u500B\u5931\u8AA4\uFF0C\u4E0D\u7528\u64D4\u5FC3\uFF0C\u60A8\u53EF\u4EE5\u9078\u64C7\u672C\u6B21\u505C\u7528\uFF0C\u6216\u6C38\u4E45\u505C\u7528\u8F38\u5165\u6846\u7FFB\u8B6F\u3002",saveAndNotShowAgain:"\u5132\u5B58\u4E14\u4E0D\u518D\u63D0\u793A",disableInputTranslationTips:"* \u4F60\u4E5F\u53EF\u4EE5\u5728 {option} \u4E2D\u8A2D\u5B9A\u5176\u4ED6\u5FEB\u6377\u9375\u4F86\u89F8\u767C\uFF0C{learnMore}\u3002",learnMore:"\u9EDE\u6B64\u4E86\u89E3\u66F4\u591A",continueEnalbeInputTranslation:"\u7E7C\u7E8C\u555F\u7528\u8F38\u5165\u6846\u7FFB\u8B6F",autoRenewTrialSuffix:'\uFF08\u8A66\u7528\u4E2D\uFF0C\u7ACB\u523B\u5347\u7D1A\u70BA\u6B63\u5F0F\u6703\u54E1\uFF09',upgradeFromTrialTitle:"\u5347\u7D1A\u70BA\u6B63\u5F0F\u6703\u54E1",subtitle:"\u5F71\u7247\u5B57\u5E55",youtubeService:"\u6C89\u6D78\u5F0F\u7FFB\u8B6F\u5F71\u7247\u5B57\u5E55\u670D\u52D9","subtitle.disabledSubtitle":"\u6C38\u4E45\u7981\u7528\u8996\u983B\u5B57\u5E55\u529F\u80FD","subtitle.disabledSubtitleDescription":"\u5982\u679C\u6C89\u6D78\u5F0F\u7FFB\u8B6F\u7684\u8996\u983B\u5B57\u5E55\u548C\u5176\u4ED6\u64F4\u5C55\u6709\u885D\u7A81\uFF0C\u4F60\u53EF\u4EE5\u9078\u64C7\u6C38\u4E45\u7981\u7528\u6C89\u6D78\u5F0F\u7FFB\u8B6F\u7684\u8996\u983B\u5B57\u5E55\u529F\u80FD\u6216\u8005\u5378\u8F09\u5176\u4ED6\u885D\u7A81\u7684\u64F4\u5C55","subtitle.autoEnableSubtitleDescription":"\u555F\u7528\u5F8C\uFF0C\u7576\u5F71\u7247\u64AD\u653E\u7684\u6642\u5019\uFF0C\u6703\u81EA\u52D5\u986F\u793A\u96D9\u8A9E\u5B57\u5E55\uFF0C\u5426\u5247\u9700\u8981\u9EDE\u64CA\u7FFB\u8B6F\u6309\u9215\u624D\u6703\u986F\u793A\u3002","subtitle.preTranslation":"\u512A\u5148\u4F7F\u7528\u6C89\u6D78\u5F0F\u7FFB\u8B6F\u5B57\u5E55","subtitle.preTranslationDescription":"\u555F\u7528\u5F8C\u6703\u512A\u5148\u7528\u4E0B\u9762\u7684\u7FFB\u8B6F\u670D\u52D9\u63D0\u524D\u7FFB\u8B6F\u6574\u500B\u5B57\u5E55\uFF0C1 \u5C0F\u6642\u7684\u8996\u8A0A\u5927\u6982\u6D88\u8017 5\u842C Tokens \u6216 \u5B57\u7B26\uFF0C\u8ACB\u914C\u60C5\u4F7F\u7528\uFF1B\u95DC\u9589\u5F8C\u5247\u512A\u5148\u4F7F\u7528\u539F\u5F71\u7247\u81EA\u5E36\u7684\u6A5F\u7FFB\u5B57\u5E55","subtitle.humanSubtitlesPreferred":"\u512A\u5148\u4F7F\u7528\u4EBA\u5DE5\u5B57\u5E55","subtitle.humanSubtitlesPreferredDescription":"\u7576\u5F71\u7247\u6709\u76EE\u6A19\u8A9E\u8A00\u4EBA\u5DE5\u5B57\u5E55\u6642\uFF0C\u512A\u5148\u4F7F\u7528\u4EBA\u5DE5\u5B57\u5E55\uFF08\u63A8\u85A6\uFF09","subtitle.bilingual":"\u96D9\u8A9E\u5B57\u5E55","subtitle.autoDisableSubtitle":"\u4E0D\u81EA\u52D5\u555F\u7528\u96D9\u8A9E\u5B57\u5E55","subtitle.hideQuickButton":"\u4E0D\u518D\u986F\u793A\u8A72\u5FEB\u6377\u65B9\u5F0F","subtitle.showQuickButton":"\u986F\u793A\u96D9\u8A9E\u5B57\u5E55\u5FEB\u6377\u65B9\u5F0F","subtitle.showQuickButtonDescription":"\u5728\u8996\u983B\u64AD\u653E\u5668\u53F3\u4E0B\u89D2\u63D0\u4F9B\u555F\u7528\u96D9\u8A9E\u5B57\u5E55\u7684\u5FEB\u6377\u65B9\u5F0F",videoSubtitleTranslationDescription:"\u70BA\u5F71\u7247\u5B57\u5E55\u55AE\u7368\u6307\u5B9A\u4E00\u500B\u7FFB\u8B6F\u670D\u52D9",subtitleTranslating:"\u6B63\u5728\u4F7F\u7528 {service} \u670D\u52D9\u7FFB\u8B6F\u5B57\u5E55\u4E2D\uFF0C\u8ACB\u7A0D\u7B49...\uFF08\u6C89\u6D78\u5F0F\u7FFB\u8B6F\uFF09",subtitleLoading:"\u6B63\u5728\u8F09\u5165\u5B57\u5E55...",bilingual:"\u96D9\u8A9E","field.action":"\u662F\u5426\u555F\u7528\u767E\u5EA6\u8853\u8A9E","description.action":"\u555F\u7528\u5F8C\u6703\u5728\u8ACB\u6C42\u4E2D\u52A0\u5165 action=1 \u7684\u53C3\u6578\uFF0C\u4EE5\u4FBF\u544A\u77E5\u767E\u5EA6\u555F\u7528\u8853\u8A9E\uFF0C<1>\u66F4\u591A\u8AAA\u660E\u8ACB\u53C3\u8003\u5B98\u65B9\u6587\u6A94",closeQuickTranslation:"\u95DC\u9589\u61F8\u6D6E\u7403","closeQuickTranslation.untilNext":"\u672C\u6B21\u95DC\u9589\u76F4\u5230\u4E0B\u6B21\u8A2A\u554F","closeQuickTranslation.currentWebsite":"\u7576\u524D\u7DB2\u7AD9\u7981\u7528","closeQuickTranslation.alwaysClose":"\u6C38\u4E45\u7981\u7528","closeQuickTranslation.settingOpen":"\uFF08\u53EF\u5728<1>\u8A2D\u5B9A\u9801\u958B\u555F\uFF09","closeQuickTranslation.cancel":"\u53D6\u6D88","closeQuickTranslation.confirm":"\u78BA\u5B9A","floatBall.popup":"\u6253\u958B\u5FEB\u6377\u8A2D\u5B9A\u9762\u677F","floatBall.translate":"\u9EDE\u64CA\u7FFB\u8B6F\u8A72\u9801\u9762","floatBall.showOriginal":"\u9EDE\u64CA\u5207\u63DB\u5230\u539F\u6587","floatBall.close":"\u95DC\u9589\u61F8\u6D6E\u7403","floatBallOptions.enableDescPc":"\u555F\u7528\u9801\u9762\u61F8\u6D6E\u7403\u5F8C\uFF0C\u6703\u5728\u9801\u9762\u53F3\u5074\u986F\u793A\u4E00\u500B\u5FEB\u6377\u7FFB\u8B6F\u6309\u9215\uFF0C\u9EDE\u64CA\u5373\u53EF\u7FFB\u8B6F","floatBallOptions.enableDesc":"\u95DC\u9589\u61F8\u6D6E\u7403\u5F8C\uFF0C\u53EF\u4EE5\u7528{touch}\u559A\u8D77\u3002\u70BA\u9632\u6B62\u4E0D\u614E\u95DC\u9589\u8A72\u9078\u9805\u5F8C\u627E\u4E0D\u5230\u61F8\u6D6E\u7403\uFF0C\u5F37\u70C8\u5EFA\u8B70\u6536\u85CF\u672C\u8A2D\u5B9A\u9801","description.azureApiUrl":"\u586B\u5165\u81EA\u8A02\u7684API\u4F4D\u5740",shareBtnTitle:"\u9EDE\u64CA\u751F\u6210\u7DB2\u9801\u5FEB\u7167","floatBall.share":"\u751F\u6210\u7DB2\u9801\u5FEB\u7167","floatBall.guideClickToTranslate":`\u9EDE\u64CA\u6C89\u6D78\u5F0F\u7FFB\u8B6F\u61F8\u6D6E\u7403 + {env.imt_sub_trans_field}: \u8BD1\u6587`,"browser.PdfProFile":"AI \u9A71\u52A8\u7684 PDF Pro \u7FFB\u8BD1","browser.textTranslate":"\u6587\u672C\u7FFB\u8BD1"};var bb={nologin:"\u672A\u767B\u9304",loginForSafari:"\u767B\u5165\u6216\u8A3B\u518A",login:"\u767B\u9304",goLogin:"\u53BB\u767B\u9304",manageAccount:"\u7BA1\u7406\u8CEC\u6236",openPremium:"\u958B\u901A\u6703\u54E1",logout:"\u9000\u51FA",curentPlan:"\u7576\u524D\u5957\u9910",endAt:"\u5230\u671F",endAuto:"\u81EA\u52D5\u7E8C\u671F",lineBreakMaxTextCount:"\u63DB\u884C\u5F8C\uFF0C\u6BCF\u53E5\u8A71\u5141\u8A31\u7684\u6700\u5927\u5B57\u5143\u6578\u91CF","translate-pdf":"\u9EDE\u9078\u7FFB\u8B6F PDF","noSupportTranslate-pdf":"\u8173\u672C\u4E0D\u652F\u63F4\uFF0C\u8ACB\u4F7F\u7528\u64F4\u5145\u5957\u4EF6","translate-firefox-local-pdf":"\u9EDE\u64CA\u53BB\u5C0E\u5165PDF",enableLineBreak:"\u958B\u555F\u9577\u6BB5\u843D\u81EA\u52D5\u63DB\u884C",sponsorLabel:"$1 \u8D77\u8D0A\u52A9\u958B\u767C\u8005 (\u6708\u4ED8\u6216\u50C5\u8D0A\u52A9\u4E00\u6B21\u5747\u53EF)",help:"\u8AAA\u660E",enableLineBreakDescription:"\u555F\u7528\u5F8C\uFF0C\u5C07\u6703\u5728\u9577\u6BB5\u843D\u4E2D\u6BCF\u53E5\u8A71\u7D50\u675F\u63D2\u5165\u63DB\u884C\u5B57\u5143\uFF0C\u4EE5\u4FBF\u65BC\u95B1\u8B80","browser.shortBrandName":"\u6C89\u6D78\u5F0F\u7FFB\u8B6F","browser.brandName":"\u6C88\u6D78\u5F0F\u7FFB\u8B6F - \u7DB2\u9801\u7FFB\u8B6F\u64F4\u5145 | PDF\u7FFB\u8B6F | \u514D\u8CBB","browser.brandDescription":"\u3010\u6C88\u6D78\u5F0F\u7FFB\u8B6F\u3011\u4E00\u6B3E\u514D\u8CBB\u7684\uFF08\u539F\u6587/\u8B6F\u6587\uFF09\u96D9\u8A9E\u5C0D\u7167\u7DB2\u9801\u7FFB\u8B6F\u64F4\u5145\uFF0C\u540C\u6642\u652F\u6301PDF\u7FFB\u8B6F\uFF08\u4FDD\u7559\u539F\u6587\u6A94\u6392\u7248\uFF09\uFF0C\u8996\u983B\u96D9\u8A9E\u5B57\u5E55\u7FFB\u8B6F\uFF08Youtube, Netflix\u7B49\uFF09\uFF0CEPUB\u96FB\u5B50\u66F8\u7FFB\u8B6F\u7B49\uFF1B\u652F\u6301\u8ABF\u7528\u4EBA\u5DE5\u667A\u80FDAI\u7FFB\u8B6F\u5927\u6A21\u578B\uFF08OpenAI (ChatGPT)\u3001DeepL\u3001Gemini(Bard) \u7B49 \uFF09\u5C0D\u4EE5\u4E0A\u5167\u5BB9\u9032\u884C\u66F4\u6E96\u78BA\u7684\u7FFB\u8B6F\uFF1B","browser.toggleTranslatePage":"\u7FFB\u8B6F\u7DB2\u9801/\u986F\u793A\u539F\u6587","browser.toggleTranslateTheWholePage":"\u7FFB\u8B6F\u9801\u9762\u5168\u90E8\u5340\u57DF/\u986F\u793A\u539F\u6587","browser.toggleTranslateToThePageEndImmediately":"\u7ACB\u5373\u7FFB\u8B6F\u5230\u9801\u9762\u5E95\u90E8/\u986F\u793A\u539F\u6587","browser.toggleTranslateTheMainPage":"\u7FFB\u8B6F\u9801\u9762\u4E3B\u8981\u5340\u57DF/\u986F\u793A\u539F\u6587","browser.shareToDraft":"\u751F\u6210\u7DB2\u9801\u5FEB\u7167","browser.openOptionsPage":"\u958B\u555F\u8A2D\u5B9A\u9801\u9762","browser.translateLocalPdfFile":"\u7FFB\u8B6F\u672C\u6A5F PDF \u6A94\u6848","browser.openEbookViewer":"\u95B1\u8B80\u672C\u6A5F\u96FB\u5B50\u66F8","browser.openEbookBuilder":"\u88FD\u4F5C\u96D9\u8A9E EPUB \u96FB\u5B50\u66F8","browser.translateLocalHtmlFile":"\u7FFB\u8B6F HTML/txt \u6A94\u6848","browser.donateContext":"\u4E86\u89E3\u8D0A\u52A9\u798F\u5229","browser.translateLocalSubtitleFile":"\u7FFB\u8B6F\u5B57\u5E55\u6A94\u6848",confirmResetConfig:"\u4F60\u78BA\u5B9A\u8981\u91CD\u8A2D\u8A2D\u5B9A\u55CE\uFF1F",translationLineBreakSettingTitle:"\u8B6F\u6587\u63DB\u884C\u8A2D\u5B9A",smartLineBreak:"\u667A\u6167\u63DB\u884C",alwaysLineBreak:"\u7E3D\u662F\u63DB\u884C",isShowContextMenu:"\u5C07\u7DB2\u9801\u7FFB\u8B6F\u529F\u80FD\u52A0\u5165\u53F3\u9375\u9078\u55AE",toggleBeta:"\u958B\u555F Beta \u6E2C\u8A66\u529F\u80FD",betaDescription:"\u555F\u7528\u4ECD\u5728\u5BE6\u9A57\u7684\u529F\u80FD\u4EE5\u53CA\u6E2C\u8A66\u4E2D\u7684\u7FFB\u8B6F\u670D\u52D9\u3002\u52A0\u5165 <1>Telegram \u7FA4\u7D44\u4E86\u89E3\u66F4\u591A\u3002",translationLineBreakSettingDescription:"\u7E3D\u662F\u63DB\u884C\u9069\u7528\u65BC\u8F03\u5C11\u5167\u5BB9\u7684\u7248\u9762\uFF0C\u66F4\u6574\u9F4A\u3002(\u5728\u5167\u5BB9\u8F03\u591A\u7684\u9577\u6BB5\u843D(\u8D85\u904E {count} \u500B\u5B57\u5143) \u4F7F\u7528\u667A\u6167\u63DB\u884C\u6703\u66F4\u7701\u7A7A\u9593)",tempTranslateDomainTitle:"\u81E8\u6642\u958B\u555F\u7DB2\u7AD9\u7FFB\u8B6F\u7684\u6642\u9577",tempTranslateDomainDescription:"\u7576\u624B\u52D5\u7FFB\u8B6F\u67D0\u500B\u7DB2\u9801\u7684\u6642\u5019\uFF0C\u81E8\u6642\u958B\u555F\u8A72\u7DB2\u7AD9\u70BA\u81EA\u52D5\u7FFB\u8B6F",xMinutes:"{count} \u5206\u9418",disabled:"\u505C\u7528",changelog:"\u66F4\u65B0\u8A18\u9304",toggleTranslatePageWhenThreeFingersOnTheScreen:"\u591A\u6307\u540C\u6642\u89F8\u6478\u87A2\u5E55\u5247\u7FFB\u8B6F\u7DB2\u9801/\u986F\u793A\u539F\u6587",toggleTranslationMaskWhenThreeFingersOnTheScreen:"\u591A\u6307\u540C\u6642\u89F8\u6478\u5247\u986F\u793A/\u96B1\u85CF\u8B6F\u6587\u6A21\u7CCA\u6548\u679C",addUrlDescription:"\u53EF\u4EE5\u70BA\u7DB2\u57DF\u540D\u7A31\uFF0C\u540C\u6642\u652F\u63F4\u842C\u7528\u5B57\u5143\uFF0C\u5982\uFF1A*.google.com, google.com/mail/*, https://www.google.com/*",general:"\u57FA\u672C\u8A2D\u5B9A",clickToExpandConfig:"\u5C55\u958B\u76EE\u524D\u8A2D\u5B9A",import:"\u5F9E\u6A94\u6848\u532F\u5165",export:"\u532F\u51FA\u70BA\u6A94\u6848",toggleDebug:"\u5728\u4E3B\u63A7\u53F0\u986F\u793A\u5075\u932F\u8A18\u9304","fingers.0":"\u95DC\u9589",mouseHoldKey:"+ {key} \u7FFB\u8B6F/\u9084\u539F\u8A72\u6BB5",mouseHoldKeyAuto:"\u76F4\u63A5\u7FFB\u8B6F\u8A72\u6BB5",mouseHoldKeyOff:"\u4E0D\u505A\u4EFB\u4F55\u4E8B\u60C5",mouseHoldKeyOther:"\u81EA\u5B9A\u7FA9\u5FEB\u6377\u9375(\u6253\u958B\u8A2D\u7F6E)",mouseHoldKeyCustomKey:"{key} \u7FFB\u8B6F/\u9084\u539F\u8A72\u6BB5","mouse-translate":"\u9F20\u6A19\u6ED1\u904E",document:"\u8AAA\u660E\u6587\u4EF6",resetSuccess:"\u91CD\u8A2D\u6240\u6709\u8A2D\u5B9A\u6210\u529F",resetThisSuccess:"\u91CD\u8A2D\u6210\u529F",saved:"\u5132\u5B58\u6210\u529F",successImportConfig:"\u6210\u529F\u532F\u5165\u8A2D\u5B9A",goAdvancedSettings:"\u524D\u5F80\u9032\u968E\u8A2D\u5B9A\u9801\u9762",goAdvancedInterfaceSettings:"\u524D\u5F80\u81EA\u8A02\u8A2D\u5B9A\u9801\u9762",advanced:"\u9032\u968E\u8A2D\u5B9A",advancedDescription:"\u6B63\u5E38\u60C5\u6CC1\u7121\u9700\u8A2D\u5B9A\uFF0C\u4FDD\u6301\u9810\u8A2D\u5373\u53EF\u3002\u50C5\u91DD\u5C0D\u66F4\u5C08\u696D\u7684\u4F7F\u7528\u8005\uFF0C\u63D0\u4F9B\u66F4\u500B\u4EBA\u5316\u7684\u8A2D\u5B9A\u9805\u76EE\u3002",developer:"\u958B\u767C\u8005\u8A2D\u5B9A",donateCafe:"\u50F9\u683C","translate to the bottom of the page":"\u9032\u5165\u7DB2\u9801\u5F8C\uFF0C\u662F\u5426\u7ACB\u5373\u7FFB\u8B6F\u5230\u9801\u9762\u5E95\u90E8\uFF1F",feedback:"\u554F\u984C\u56DE\u5831",toggleTranslatePage:"\u7FFB\u8B6F\u7DB2\u9801/\u986F\u793A\u539F\u6587",translateToThePageEndImmediatelyDescription:"\u555F\u7528\u5F8C\uFF0C\u9032\u5165\u7DB2\u9801\u5C07\u7ACB\u5373\u7FFB\u8B6F\u5F9E\u9802\u90E8\u5230\u5E95\u90E8\u7684\u5167\u5BB9\u3002\u95DC\u9589\u5247\u908A\u770B\u908A\u8B6F\u3002\uFF08\u4E0D\u63A8\u85A6\u958B\u555F\uFF09","translate all areas of the page":"\u662F\u5426\u7FFB\u8B6F\u7DB2\u9801\u6240\u6709\u5340\u57DF",translationAreaDescription:"\u555F\u7528\u5F8C\uFF0C\u7DB2\u9801\u7684\u6240\u6709\u5340\u57DF\u90FD\u6703\u88AB\u7FFB\u8B6F\u3002\u95DC\u9589\u5247\u4F7F\u7528\u9810\u8A2D\u7684\u667A\u6167\u8FA8\u8B58\uFF0C\u50C5\u7FFB\u8B6F\u4E3B\u8981\u5340\u57DF\u3002(\u4E0D\u63A8\u85A6\u958B\u555F)","the number of characters to be translated first":"\u76F4\u63A5\u7FFB\u8B6F\u9801\u9762\u524D\u591A\u5C11\u500B\u5B57\u5143\uFF0C\u800C\u7121\u9700\u7B49\u5F85\u6372\u52D5\u81F3\u53EF\u898B\u5340\u57DF","interface language":"\u4ECB\u9762\u8A9E\u8A00","display both the original text and the translation":"\u540C\u6642\u986F\u793A\u539F\u6587\u548C\u8B6F\u6587","keyboard shortcuts":"\u9375\u76E4\u5FEB\u901F\u9375",modify:"\u8B8A\u66F4\u5FEB\u901F\u9375",reset:"\u91CD\u8A2D",close:"\u95DC\u9589",homepage:"\u9996\u9801",more:"\u66F4\u591A",moreOptions:"\u5C55\u958B\u66F4\u591A\u81EA\u8A02\u9078\u9805",translateTheWholePage:"\u7FFB\u8B6F\u9801\u9762\u5168\u90E8\u5340\u57DF\uFF08\u5340\u5206\u65BC\u53EA\u7FFB\u8B6F\u4E3B\u8981\u5340\u57DF\uFF09",changeToTranslateTheWholePage:"\u5207\u63DB\u70BA\u7FFB\u8B6F\u6240\u6709\u5340\u57DF",changeToTranslateTheMainPage:"\u5207\u63DB\u70BA\u7FFB\u8B6F\u4E3B\u8981\u5340\u57DF",translateToThePageEndImmediately:"\u7ACB\u5373\u7FFB\u8B6F\u5230\u5E95\u90E8\uFF08\u5340\u5206\u65BC\u770B\u54EA\u8B6F\u54EA\uFF09",translateTheMainPage:"\u667A\u6167\u7FFB\u8B6F\u4E3B\u8981\u5340\u57DF","The local rules are up to date":"\u672C\u6A5F\u898F\u5247\u5DF2\u70BA\u6700\u65B0\uFF1A","Successfully synchronized with the latest official rules:":"\u6210\u529F\u540C\u6B65\u6700\u65B0\u5B98\u65B9\u898F\u5247\uFF1A","Checking for updates":"\u6B63\u5728\u6AA2\u67E5\u66F4\u65B0","Rules are being synchronized":"\u6B63\u5728\u540C\u6B65\u5B98\u65B9\u898F\u5247",localVersionIsTooOld:"\u672C\u6A5F\u5957\u4EF6\u7248\u672C\u904E\u820A\uFF0C\u8ACB\u5347\u7D1A\u5957\u4EF6\u81F3 {minVersion} \u6216\u66F4\u65B0\u7684\u7248\u672C\u518D\u5617\u8A66\u540C\u6B65",badUserscriptBrowser:"\u76EE\u524D\u700F\u89BD\u5668\u7121\u6CD5\u6B63\u78BA\u5BE6\u73FE\u6CB9\u7334\u5957\u4EF6\u7684\u4ECB\u9762\uFF0C\u8ACB\u4F7F\u7528\u5176\u4ED6<1>\u652F\u63F4\u6CB9\u7334\u5957\u4EF6\u7684\u700F\u89BD\u5668\u5982(Firefox Nightly \u7248\u672C)",foundNewVersion:"\u6709\u65B0\u7248\u672C\u53EF\u7528",theLocalExtensionIsUpToUpdate:"\u76EE\u524D\u5957\u4EF6\u5DF2\u662F\u6700\u65B0\u7248\u672C",failToSyncRules:"\u540C\u6B65\u6700\u65B0\u5B98\u65B9\u898F\u5247\u5931\u6557",retry:"\u9EDE\u6B64\u91CD\u8A66",failedReason:"\u5931\u6557\u539F\u56E0",currentRuleVersion:"\u76EE\u524D\u898F\u5247\u7248\u672C",calculating:"\u6B63\u5728\u8A08\u7B97",unknownError:"\u672A\u77E5\u7684\u932F\u8AA4",canNotFetchRemoteRule:"\u7121\u6CD5\u53D6\u5F97\u9060\u7AEF\u898F\u5247",enableAlphaSuccess:"\u5DF2\u555F\u7528 Alpha \u529F\u80FD",disableAlphaSuccess:"\u5DF2\u505C\u7528 Alpha \u529F\u80FD",cacheSize:"\u5FEB\u53D6\u5927\u5C0F\uFF1A",cleaning:"\u6B63\u5728\u6E05\u7406",cleanCache:"\u6E05\u9664\u5FEB\u53D6",options:"\u9078\u9805",about:"\u95DC\u65BC",service:"\u7FFB\u8B6F\u670D\u52D9",needAction:"(\u524D\u5F80\u8A2D\u5B9A)",goSettings:"\u524D\u5F80\u8A2D\u5B9A",needActionForOptions:"(\u9700\u8A2D\u5B9A)",translationEngine:"\u5F15\u64CE\u9078\u9805",sourceLanguage:"\u539F\u6587\u8A9E\u8A00",target:"\u76EE\u6A19\u8A9E\u8A00",popupSourceLanguage:"\u539F\u6587\u8A9E\u8A00",popupTarget:"\u76EE\u6A19\u8A9E\u8A00",popupService:"\u7FFB\u8B6F\u670D\u52D9",forThisSite:"\u7576\u524D\u7DB2\u7AD9",autoEnableSubtitle:"\u81EA\u52D5\u958B\u555F\u96D9\u8A9E\u5B57\u5E55",alwaysTranslate:"\u7E3D\u662F\u7FFB\u8B6F",neverTranslate:"\u6C38\u4E0D\u7FFB\u8B6F",neverTranslateSomeLanguage:"\u6C38\u4E0D\u7FFB\u8B6F {language}",alwaysTranslateSomeSite:"\u7E3D\u662F\u7FFB\u8B6F {hostname}",neverTranslateSomeSite:"\u6C38\u4E0D\u7FFB\u8B6F {hostname}",alwaysTranslateSomeSiteOrWildSite:"\u7E3D\u662F\u7FFB\u8B6F\u7DB2\u7AD9",alwaysTranslateSomePage:"\u7E3D\u662F\u7FFB\u8B6F\u8A72\u7DB2\u9801",add:"\u65B0\u589E",default:"\u9810\u8A2D",forThisLanguage:"\u91DD\u5C0D\u8A72\u8A9E\u8A00\uFF1A","add url":"\u8F38\u5165 URL",edit:"\u7DE8\u8F2F",pickAll:"\u5168\u9078","translate other languages into specific language":"\u5C07\u5176\u5B83\u8A9E\u8A00\u7FFB\u8B6F\u70BA\u4F60\u8A2D\u5B9A\u7684\u8A9E\u8A00","select translation service":"\u9078\u64C7\u4F60\u60F3\u7528\u7684\u7FFB\u8B6F\u670D\u52D9",language:"\u8A9E\u8A00","show-original":"\u986F\u793A\u539F\u6587",translate:"\u7FFB\u8B6F",Translated:"\u5DF2\u7FFB\u8B6F",Translating:"\u6B63\u5728\u7FFB\u8B6F",Error:"\u932F\u8AA4",allowCacheTranslations:"\u555F\u7528\u672C\u6A5F\u7FFB\u8B6F\u5FEB\u53D6\uFF08\u6E1B\u5C11\u91CD\u8907\u6BB5\u843D\u7684\u7FFB\u8B6F\u8981\u6C42\uFF09","translation display":"\u8B6F\u6587\u986F\u793A\u6A23\u5F0F","select diplay style":"\u5340\u5206\u8B6F\u6587\u7684\u6A23\u5F0F\uFF0C\u5177\u9AD4\u53EF\u53C3\u8003\u4E0B\u5217\u7BC4\u4F8B",interface:"\u4ECB\u9762\u8A2D\u5B9A",import_export:"\u532F\u5165/\u532F\u51FA",import_export_title:"\u532F\u5165/\u532F\u51FA\u8A2D\u5B9A",syncToGoogleDrive:"\u7ACB\u5373\u8207 Google Drive \u540C\u6B65","floatBallOptions.enable":"\u555F\u7528\u61F8\u6D6E\u7403","floatBallOptions.blockUrls":"\u7981\u7528\u7DB2\u7AD9","floatBallOptions.add":"\u6DFB\u52A0","floatBallOptions.blockUrlDesc":"\u7576\u9047\u5230\u4EE5\u4E0B\u7DB2\u7AD9\u6642\u4E0D\u986F\u793A\u61F8\u6D6E\u7403","floatBallOptions.clickType":"\u9EDE\u64CA\u884C\u70BA","floatBallOptions.clickTypeDesc":"\u61F8\u6D6E\u7403\u5716\u6A19\u9EDE\u64CA\u6642\u7684\u884C\u70BA","floatBallOptions.clickPopup":"\u986F\u793A\u7FFB\u8B6F\u9762\u677F","floatBallOptions.clickTranslate":"\u7FFB\u8B6F/\u986F\u793A\u539F\u6587","floatBallOptions.fixedPosition":"\u56FA\u5B9A\u4F4D\u7F6E","floatBallOptions.fixedPositionDesc":"\u61F8\u6D6E\u7403\u5728\u7A97\u53E3\u5DE6\u5074\u9084\u662F\u53F3\u5074","floatBallOptions.fixedPositionLeft":"\u5DE6\u5074","floatBallOptions.fixedPositionRight":"\u53F3\u5074",previewAllThemes:"\u9810\u89BD\u5168\u90E8\u6A23\u5F0F","translationTheme.none":"\u7121","translationTheme.grey":"\u9ED1\u7070\u8272","translationTheme.dashed":"\u7834\u6298\u865F\u5E95\u7DDA","translationTheme.dotted":"\u9EDE\u72C0\u5E95\u7DDA","translationTheme.dashedBorder":"\u865B\u7DDA\u6846\u7DDA","translationTheme.solidBorder":"\u5BE6\u7DDA\u6846\u7DDA","translationTheme.underline":"\u76F4\u7DDA\u5E95\u7DDA","translationTheme.mask":"\u6A21\u7CCA\u6548\u679C\uFF08\u5B78\u7FD2\u6A21\u5F0F\uFF09","translationTheme.opacity":"\u900F\u660E\u6548\u679C","translationTheme.paper":"\u767D\u7D19\u9670\u5F71\u6548\u679C","translationTheme.dividingLine":"\u5206\u9694\u7DDA","translationTheme.highlight":"\u9192\u76EE\u63D0\u793A","translationTheme.marker":"\u99AC\u514B\u7B46","translationTheme.marker2":"\u99AC\u514B\u7B462","translationTheme.blockquote":"\u5F15\u7528\u6A23\u5F0F","translationTheme.weakening":"\u5F31\u5316","translationTheme.italic":"\u659C\u9AD4","translationTheme.bold":"\u7C97\u9AD4","translationTheme.thinDashed":"\u7D30\u7834\u6298\u865F\u5E95\u7DDA","translationTheme.nativeDashed":"\u7CFB\u7D71\u5167\u5EFA\u7834\u6298\u865F\u5E95\u7DDA","translationTheme.nativeDotted":"\u7CFB\u7D71\u5167\u5EFA\u9EDE\u72C0\u5E95\u7DDA","translationTheme.nativeUnderline":"\u7CFB\u7D71\u5167\u5EFA\u76F4\u7DDA\u5E95\u7DDA","translationTheme.wavy":"\u6CE2\u5F62\u66F2\u7DDA","translationServices.custom":"\u81EA\u5B9A\u7FA9API","translationServices.tencent":"\u9A30\u8A0A\u7FFB\u8B6F\u541B","translationServices.tenAlpha":"\u9A30\u8A0A\u7FFB\u8B6F\u541B(Alpha)","translationServices.google":"Google \u7FFB\u8B6F","translationServices.bai":"\u767E\u5EA6(Alpha)","translationServices.baidu":"\u767E\u5EA6\u7FFB\u8B6F","translationServices.aliyun":"\u963F\u91CC\u96F2\u7FFB\u8B6F","translationServices.volc":"\u706B\u5C71\u7FFB\u8B6F","translationServices.deeplx":"DeepLX(Beta)","translationServices.bing":"\u5FAE\u8F6F\u7FFB\u8B6F","translationServices.deepl":"DeepL","translationServices.wechat":"\u5FAE\u4FE1\u7FFB\u8B6F","translationServices.azure":"Azure \u7FFB\u8B6F","translationServices.ibm":"IBM Watson","translationServices.aws":"\u4E9E\u99AC\u905C\u7FFB\u8B6F","translationServices.mock":"\u6A21\u64EC\u7FFB\u8B6F","translationServices.mock2":"\u6A21\u64EC\u7FFB\u8B6F2","translationServices.caiyun":"\u5F69\u96F2\u5C0F\u8B6F","translationServices.cai":"\u5F69\u96F2\u5C0F\u8B6F (Alpha)","translationServices.volcAlpha":"\u706B\u5C71\u7FFB\u8B6F(Alpha)","translationServices.openl":"OpenL","translationServices.youdao":"\u6709\u9053\u7FFB\u8B6F","translationServices.you":"\u6709\u9053\u7FFB\u8B6F (Alpha)","translationServices.transmart":"\u9A30\u8A0A\u4EA4\u4E92\u7FFB\u8B6F","translationServices.niu":"\u5C0F\u725B\u7FFB\u8B6F","translationServices.papago":"Papago \u7FFB\u8B6F","translationServices.d":"Deepl(Alpha)","translationServices.dpro":"D Pro (Canary)","translationServices.openai":"OpenAI","translationServices.yandex":"Yandex","translationServices.chatgpt":"ChatGPT Web(3.5 mobile)","translate title":"\u7FFB\u8B6F\u9801\u9762\u6A19\u984C","always languages":"\u7E3D\u662F\u7FFB\u8B6F\u7684\u8A9E\u8A00",neverTranslateLanguagesLabel:"\u6C38\u4E0D\u7FFB\u8B6F\u7684\u8A9E\u8A00",neverTranslateTheFollowingLanguagesDescription:"\u7576\u9801\u9762\u4E2D\u67D0\u4E00\u6BB5\u843D\u7684\u8A9E\u8A00\u70BA\u4E0B\u5217\u8A9E\u8A00\u6642\uFF0C\u5C07\u8DF3\u904E\u7FFB\u8B6F",enableUserscriptPagePopup:"\u5728\u9801\u9762\u4E0A\u986F\u793A\u61F8\u6D6E\u7403",enableUserscriptPagePopupDescription:"\u95DC\u9589\u61F8\u6D6E\u7403\u5F8C\uFF0C\u53EF\u4EE5\u7528\u5FEB\u901F\u9375/{touch}\u518D\u6B21\u986F\u793A\u3002\u70BA\u9632\u6B62\u4E0D\u614E\u95DC\u9589\u8A72\u9078\u9805\u5F8C\u627E\u4E0D\u5230\u61F8\u6D6E\u7403\uFF0C\u5EFA\u8B70\u5C07\u672C\u8A2D\u5B9A\u9801\u9762\u52A0\u5165\u81F3\u6211\u7684\u6700\u611B","always translate the following languages":"\u7576\u9801\u9762\u8A9E\u8A00\u70BA\u4E0B\u5217\u8A9E\u8A00\u6642\uFF0C\u6703\u81EA\u52D5\u7FFB\u8B6F\u70BA\u76EE\u6A19\u8A9E\u8A00","always sites":"\u7E3D\u662F\u7FFB\u8B6F\u7684\u7DB2\u5740","always translate the following sites":"\u7576\u7DB2\u7AD9\u70BA\u4E0B\u5217\u7DB2\u57DF\u540D\u7A31\u6642\uFF0C\u6703\u81EA\u52D5\u7FFB\u8B6F\u70BA\u76EE\u6A19\u8A9E\u8A00","never sites":"\u6C38\u4E0D\u7FFB\u8B6F\u7684\u7DB2\u5740","never translate the following sites":"\u7576\u7DB2\u7AD9\u70BA\u4E0B\u5217\u7DB2\u57DF\u540D\u7A31\u6642\uFF0C\u5C07\u4E0D\u6703\u9032\u884C\u7FFB\u8B6F","please refer to":"\u9700\u8981\u586B\u5BEB\u91D1\u9470\u5F8C\u624D\u53EF\u4F7F\u7528\uFF0C\u8A73\u7D30\u8CC7\u8A0A\u8ACB\u53C3\u8003",KeyAndConfigurationTutorial:"\u300A\u91D1\u9470\u7533\u8ACB\u548C\u8A2D\u5B9A\u6559\u5B78\u300B",useAboveStyleForTheseSites:"\u7576\u7DB2\u7AD9\u70BA\u4E0B\u5217\u7DB2\u57DF\u540D\u7A31\u6642\uFF0C\u7E3D\u662F\u4F7F\u7528 \u2308{theme}\u230B \u8B6F\u6587\u6A23\u5F0F",currentUrl:"\u76EE\u524D\u7DB2\u5740",confirm:"\u5132\u5B58",cancel:"\u53D6\u6D88",delete:"\u522A\u9664","languages.auto":"\u81EA\u52D5\u5075\u6E2C",syncToCloud:"\u540C\u6B65\u81F3\u96F2\u7AEF",syncToCloudDescription:"\u4E0A\u50B3\u81F3\u96F2\u7AEF\u5F8C\uFF0C\u53EF\u4EE5\u5728\u4E0D\u540C\u7684\u700F\u89BD\u5668/\u6CB9\u7334\u8173\u672C\u4E4B\u9593\u540C\u6B65\u8A2D\u5B9A\uFF0C\u4EE5\u6700\u5F8C\u8B8A\u66F4\u6642\u9593\u70BA\u6E96\u3002",syncToAccount:"\u540C\u6B65\u5230\u8CEC\u6236",syncToAccountButton:"\u7ACB\u5373\u8207\u96F2\u7AEF\u540C\u6B65",syncToAccountDescription:"\u4E0A\u50B3\u5230\u5DF2\u767B\u9304\u8CEC\u6236\uFF0C\u53EF\u4EE5\u5728\u4E0D\u540C\u7684\u8A2D\u5099\u4E4B\u9593\u540C\u6B65\u914D\u7F6E\uFF0C\u4EE5\u6700\u5F8C\u4FEE\u6539\u6642\u9593\u70BA\u6E96\u3002",successSyncConfigInAccount:"\u6210\u529F\u8207\u8CEC\u6236\u4FDD\u6301\u540C\u6B65",successSyncConfigToAccount:"\u6210\u529F\u540C\u6B65\u5230\u8CEC\u6236",syncConfigNoUpdate:"\u5DF2\u7D93\u662F\u6700\u65B0\u7684\u4E86",authFail:"\u6388\u6B0A\u5931\u6557",syncTitle:"\u624B\u52D5\u5099\u4EFD\u7BA1\u7406",import_hint:"\u532F\u5165",upload:"\u4E0A\u50B3",revokeAuth:"\u64A4\u92B7\u6388\u6B0A",uploadFail:"\u4E0A\u50B3\u5931\u6557",download:"\u4E0B\u8F09",importSuccess:"\u532F\u5165\u6210\u529F",importFail:"\u532F\u5165\u5931\u6557",deleteFail:"\u522A\u9664\u5931\u6557",backupToCloud:"\u624B\u52D5\u7BA1\u7406\u5099\u4EFD\u6A94\u6848",create_new_backup:"\u65B0\u589E\u5099\u4EFD\u7BC0\u9EDE",maxBackupFiles:"\u6700\u591A\u53EF\u4EE5\u5099\u4EFD{count}\u500B\u4E0D\u540C\u7684\u7BC0\u9EDE\uFF0C\u8ACB\u522A\u9664\u4E0D\u9700\u8981\u7684\u7BC0\u9EDE",backupToCloudDescription:"\u624B\u52D5\u4E0A\u50B3\u6216\u9084\u539F\u5099\u4EFD\u6A94\u6848\uFF0C\u6700\u591A\u5141\u8A31 3 \u500B\u4E0D\u540C\u7684\u5099\u4EFD",successSyncConfig:"\u6210\u529F\u8207\u96F2\u7AEF\u4FDD\u6301\u540C\u6B65",syncFail:"\u540C\u6B65\u5931\u6557",updatedAt:"\u66F4\u65B0\u65BC {date}",lastSyncedAt:"\u4E0A\u6B21\u6AA2\u67E5\u65BC {date}",downloadFail:"\u4E0B\u8F09\u5931\u6557",clickToDownload:"\u9EDE\u9078\u4E0B\u8F09",aboutLabel:"\u95DC\u65BC - \u554F\u984C\u56DE\u5831","browser.openAboutPage":"\u95DC\u65BC/\u554F\u984C\u56DE\u5831",aboutLabelWithoutSponsor:"\u95DC\u65BC - \u554F\u984C\u56DE\u5831",aboutIntro:"\u5E0C\u671B\u6211\u5011\u90FD\u80FD\u66F4\u52A0\u5BB9\u6613\u4E14\u6109\u6085\u5730\u7372\u53D6\u7DB2\u969B\u7DB2\u8DEF\u4E0A\u66F4\u591A\u7684\u5916\u8A9E\u8CC7\u8A0A \u2764\uFE0F \u4F60\u53EF\u4EE5\u9078\u64C7\u958B\u901A <6>Pro\u6703\u54E1 \u4F86\u4F7F\u7528\u958B\u7BB1\u5373\u7528\u7684 DeepL \u548C OpenAI \u7FFB\u8B6F\u3002

\u4F60\u53EF\u4EE5\u95DC\u6CE8\u6211\u4EEC\u7684<3>Twitter\uFF0C<4>Telegram \u983B\u9053\u4EE5\u53CA\u4E0B\u65B9\u7684<5>\u90F5\u4EF6\u8A02\u95B1\u8FFD\u8E64\u66F4\u65B0\u3002
<7>Pro \u6703\u54E1 \u53EF\u4EE5\u901A\u904E\u5FEB\u901F\u5BA2\u670D\u90F5\u7BB1 <8>support@immersivetranslate.com \u548C\u6211\u5011\u53D6\u5F97\u806F\u7E6B\u3002",aboutIntroWithoutSponsor:"\u5E0C\u671B\u6211\u5011\u90FD\u80FD\u66F4\u52A0\u5BB9\u6613\u4E14\u6109\u6085\u5730\u7372\u53D6\u7DB2\u969B\u7DB2\u8DEF\u4E0A\u66F4\u591A\u7684\u5916\u8A9E\u8CC7\u8A0A \u2764\uFE0F ",projectHomepage:"\u5C08\u6848\u9996\u9801",joinTelegramGroup:"\u52A0\u5165\u7528\u6237\u4EA4\u6D41\u7FA4\u7D44\u53C3\u8207\u529F\u80FD\u8A0E\u8AD6",wechatPublicAccount:"\u5FAE\u4FE1\u516C\u773E\u865F",wechatCommunities:"\u5FAE\u4FE1\u4EA4\u6D41\u7FA4",qqCommunities:"QQ \u4EA4\u6D41\u983B\u9053",joinTelegramChannel:"\u95DC\u6CE8 Telegram \u983B\u9053\u77AD\u89E3\u66F4\u65B0\u8CC7\u8A0A",feedbackAndJoin:"\u554F\u984C\u56DE\u5831/\u52A0\u5165\u7FA4\u7D44",autoSync:"\u81EA\u52D5\u5B9A\u6642\u540C\u6B65",loadingThemeTitle:"Loading \u6A23\u5F0F",loadingThemeDescription:"\u8A2D\u5B9A\u7B49\u5F85\u8B6F\u6587\u8F09\u5165\u6642\u7684\u6A23\u5F0F","loadingTheme.spinner":"\u8F49\u5708\u52D5\u756B","loadingTheme.text":"\u975C\u614B\u6587\u5B57 ... ","loadingTheme.none":"\u4E0D\u986F\u793A",developerDescription:"\u53EF\u4EE5\u9EDE\u9078<1>\u6B64\u8655\u6AA2\u8996\u9032\u968E\u81EA\u8A02\u529F\u80FD\u76F8\u95DC\u7684\u8AAA\u660E\u6587\u4EF6","edit border color":"\u8B8A\u66F4\u908A\u6846\u8272\u5F69",successSyncButNoChange:"\u76EE\u524D\u8A2D\u5B9A\u8207\u96F2\u7AEF\u4E00\u81F4",customTheme:"\u81EA\u8A02\u8272\u5F69\u548C\u5927\u5C0F","customThemeLabel.borderColor":"\u908A\u6846\u8272\u5F69","customThemeLabel.borderRadius":"\u908A\u6846\u5713\u89D2","customThemeLabel.textColor":"\u6587\u5B57\u8272\u5F69","customThemeLabel.backgroundColor":"\u80CC\u666F\u8272\u5F69","customThemeLabel.zoom":"\u5B57\u578B\u7E2E\u653E\u6BD4\u4F8B (%)","customThemeLabel.opacity":"\u6587\u5B57\u4E0D\u900F\u660E\u5EA6(%)",resetToDefaultColor:"\u9084\u539F\u70BA\u9810\u8A2D\u8272\u5F69",resetToDefaultSettings:"\u9084\u539F\u70BA\u9810\u8A2D\u8A2D\u5B9A",isTranslateTitle:"\u555F\u7528\u7DB2\u9801\u6A19\u984C\u7FFB\u8B6F",isTranslateTitleDescription:"\u555F\u7528\u5F8C\uFF0C\u7DB2\u9801\u7684\u6A19\u984C\u6703\u88AB\u7FFB\u8B6F",enableSearchEnhancement:"\u958B\u555F\u641C\u7D22\u589E\u5F37",enableSearchEnhancementDescription:"\u4E2D\u6587\u641C\u7D22\u8C37\u6B4C\u6703\u5728\u53F3\u908A\u51FA\u73FE\u82F1\u6587\u7248\u8C37\u6B4C\u65B0\u805E",verifyService:"\u9EDE\u6B64\u6E2C\u8A66\u670D\u52D9",verified:"\u9A57\u8B49\u6210\u529F","field.langs":"\u652F\u63F4\u7684\u8A9E\u8A00\u4EE3\u78BC","field.model":"\u6A21\u578B","field.translationEngine":"\u7FFB\u8B6F\u5F15\u64CE","field.limitPerMinute":"\u6BCF\u5206\u9418\u6700\u5927\u8981\u6C42\u6578","field.limitPerSecond":"\u6BCF\u79D2\u6700\u5927\u8981\u6C42\u6578","field.maxTextLengthPerRequest":"\u6BCF\u6B21\u8981\u6C42\u7684\u6700\u5927\u6587\u5B57\u9577\u5EA6","field.maxTextGroupLengthPerRequest":"\u6BCF\u6B21\u8981\u6C42\u6700\u5927\u6BB5\u843D\u6578","field.apiUrl":"\u81EA\u8A02 API \u4F4D\u5740","field.placeholderDelimiters":"\u4FDD\u7559\u7684\u4F54\u4F4D\u7B26","description.custom":"\u81EA\u5B9A\u7FA9\u63A5\u53E3\u63A5\u5165 \u9700\u8981\u53C3\u8003\u6587\u6A94","description.limitPerMinute":"\u8981\u6C42\u6578\u8D85\u904E\u8A72\u9650\u5236\u6642\u6703\u88AB\u66AB\u6642\u505C\u7528\uFF0C\u76F4\u81F3\u4E0B\u4E00\u5206\u9418\u958B\u59CB\u3002\u7531\u4E8EOpenAI\u76EE\u524D\u670D\u52A1\u7684\u5404\u79CD\u9650\u5236\uFF0C\u8BF7\u70B9\u51FB<1>\u8FD9\u91CC\u67E5\u770B\u6700\u65B0\u5EFA\u8BAE\u7684\u6570\u503C","description.limitPerSecond":"\u8981\u6C42\u6578\u8D85\u904E\u8A72\u9650\u5236\u6642\u6703\u88AB\u66AB\u6642\u505C\u7528\uFF0C\u76F4\u81F3\u4E0B\u4E00\u79D2\u9418\u958B\u59CB\u3002\u7531\u4E8EOpenAI\u76EE\u524D\u670D\u52A1\u7684\u5404\u79CD\u9650\u5236\uFF0C\u8BF7\u70B9\u51FB<1>\u8FD9\u91CC\u67E5\u770B\u6700\u65B0\u5EFA\u8BAE\u7684\u6570\u503C","description.generalLimitPerSecond":"\u8ACB\u6C42\u6578\u8D85\u904E\u8A72\u9650\u5236\u6642\u6703\u9032\u5165\u6392\u968A\u72C0\u614B\uFF0C\u76F4\u5230\u4E0B\u4E00\u79D2\u9418\u958B\u59CB\u3002","description.prompt":"\u4EE5\u7528\u6236\u8EAB\u4EFD\u767C\u9001\u7D66 {service} \u7684\u5C0D\u8A71\uFF0C\u5176\u4E2D {{text}} \u8868\u793A\u6BB5\u843D\u7684\u6587\u672C\u5167\u5BB9\uFF0C{{from}} \u8868\u793A\u6BB5\u843D\u7684\u8A9E\u8A00\uFF0C{{to}} \u8868\u793A\u76EE\u6A19\u8A9E\u8A00","description.maxTextLengthPerRequest":"\u9810\u8A2D\u6703\u5408\u4F75\u591A\u500B\u6BB5\u843D\uFF0C\u4EE5\u6E1B\u5C11\u8ACB\u8981\u6C42\u6578\uFF0C\u4F46\u662F\u5982\u679C\u6BB5\u843D\u7E3D\u9577\u5EA6\u904E\u9577\uFF0C\u4E5F\u53EF\u80FD\u6703\u5C0E\u81F4 API \u7684\u56DE\u61C9\u6642\u9593\u589E\u52A0\uFF0C\u56E0\u6B64\u53EF\u4EE5\u5617\u8A66\u8ABF\u6574\u8A72\u9078\u9805\u4F86\u63D0\u5347\u901F\u5EA6","description.systemPrompt":"\u4EE5\u7CFB\u7D71\u8EAB\u4EFD\u767C\u9001\u7D66 {service} \u7684\u5C0D\u8A71\uFF0C\u5176\u4E2D {{text}} \u8868\u793A\u6BB5\u843D\u7684\u6587\u672C\u5167\u5BB9\uFF0C{{from}} \u8868\u793A\u6BB5\u843D\u7684\u8A9E\u8A00\uFF0C{{to}} \u8868\u793A\u76EE\u6A19\u8A9E\u8A00","field.domain":"\u9818\u57DF","description.domain":"\u9ED8\u8A8D\u70BA\uFF1Ageneral\u3002\u50C5\u5728\u6709\u9053API\u63A7\u5236\u53F0\u958B\u901A\u9818\u57DF\u5316\u7FFB\u8B6F\u7684\u60C5\u6CC1\u4E0B\u53EF\u8A2D\u7F6E\uFF0C\u652F\u6301\u9818\u57DF\u898B<1>\u9019\u88E1","field.scene":"\u5834\u666F","description.scene":"\u9ED8\u8A8D\u70BA\uFF1Ageneral\u3002\u50C5\u5728\u963F\u91CC\u96F2API\u63A7\u5236\u53F0\u958B\u901A\u6A5F\u5668\u7FFB\u8B6F\u5C08\u696D\u7248\u7684\u60C5\u6CC1\u4E0B\u53EF\u8A2D\u7F6E\uFF0C\u652F\u6301\u5834\u666F\u898B<1>\u9019\u88E1","field.vocabId":"\u4F7F\u7528\u8005\u8A5E\u5178ID","description.vocabId":"\u6307\u5B9A\u7684\u5B57\u5178out_id\uFF0C\u76EE\u524D\u652F\u63F4\u82F1\u8B6F\u4E2D","description.model":"OpenAI \u7684\u6A21\u578B\uFF0C\u53EF\u4EE5\u70BA gpt-3.5-turbo, gpt-4 \u7B49","description.maxTextGroupLengthPerRequest":"\u6BCF\u6B21\u50B3\u9001\u7D66\u7FFB\u8B6F\u670D\u52D9\u7684\u6BB5\u843D\u6578\u91CF\uFF0C\u5982\u679C\u6BB5\u843D\u6578\u91CF\u904E\u591A\uFF0C\u53EF\u80FD\u6703\u5C0E\u81F4\u56DE\u61C9\u901F\u5EA6\u8B8A\u6162","description.apiUrl":"\u8ACB\u52A0\u5165\u5177\u9AD4\u5305\u542B\u8DEF\u5F91\u7684\u7DB2\u5740",enabledExtension:"\u555F\u7528\u5957\u4EF6",clickToDisableExtension:"\u9EDE\u9078\u505C\u7528\u5957\u4EF6",clickToEnableExtension:"\u9EDE\u9078\u555F\u7528\u5957\u4EF6",hasBeenDisabled:"\u5DF2\u505C\u7528","show password":"\u986F\u793A\u5BC6\u78BC",customContent:"\u8F38\u5165\u81EA\u5B9A\u7FA9\u6A21\u578B",inputOptions:"\u8F38\u5165\u6846\u589E\u5F37",mouseHoverOptions:"\u9F20\u6A19\u6ED1\u904E",modifyMouseHoverKey:"\u4FEE\u6539\u6ED1\u9F20\u61F8\u505C\u5FEB\u6377\u9375",enableInputTranslation:"\u662F\u5426\u555F\u7528\u8F38\u5165\u6846\u589E\u5F37",enableInputTranslationDescription:"\u555F\u7528\u5F8C\uFF0C\u8F38\u5165\u6846\u76F4\u63A5\u8F38\u5165 {startingKey}{startingKey} \u4F60\u597D\uFF0C\u7136\u5F8C\u5FEB\u901F\u9023\u64CA{inputTrailingTriggerKeyRepeatTimes}\u6B21{trailingKey}\uFF0C\u5373\u53EF\u7FFB\u8B6F\u70BA {inputTargetLanguage}",enableInputTranslationDescriptionForNoneKey:"\u555F\u7528\u5F8C\uFF0C\u8F38\u5165\u6846\u76F4\u63A5\u8F38\u5165\uFF1A\u4F60\u597D\u4E16\u754C\uFF0C\u7136\u5F8C\u5FEB\u901F\u9023\u64CA{inputTrailingTriggerKeyRepeatTimes}\u6B21{trailingKey}\uFF0C\u5373\u53EF\u7FFB\u8B6F\u70BA\u9810\u8A2D\u76EE\u6A19\u8A9E\u8A00",inputTargetLanguage:"\u8A2D\u5B9A\u8F38\u5165\u6846\u7684\u9810\u8A2D\u76EE\u6A19\u8A9E\u8A00",inputTargetLanguageDescription:"\u8F38\u5165\u6846\u7FFB\u8B6F\u7684\u9810\u8A2D\u76EE\u6A19\u8A9E\u8A00\uFF0C\u4E5F\u5C31\u662F {startingKey}{startingKey} \u4F5C\u70BA\u89F8\u767C\u8A5E\u7684\u9810\u8A2D\u8A9E\u8A00",inputTargetLanguageDescriptionForNoneKey:"\u8F38\u5165\u6846\u7FFB\u8B6F\u7684\u9810\u8A2D\u76EE\u6A19\u8A9E\u8A00",inputStartingTriggerKeyTitle:"\u8A2D\u5B9A\u8F38\u5165\u6846\u90E8\u5206\u7FFB\u8B6F\u7684\u5206\u5272\u5B57\u7B26",inputStartingTriggerKeyDescription:"\u7576\u4F60\u4E0D\u9700\u8981\u7FFB\u8B6F\u6574\u500B\u8F38\u5165\u6846\u7684\u6642\u5019\uFF0C\u5206\u5272\u7B26\u5141\u8A31\u4F60\u53EA\u7FFB\u8B6F {startingKey}{startingKey} \u5230\u8F38\u5165\u6846\u672B\u5C3E\u7684\u90E8\u5206\uFF0C\u4E5F\u53EF\u4EE5\u6307\u5B9A\u8A9E\u8A00\u4EE3\u78BC\uFF0C\u4F8B\u5982\uFF1A{startingKey}ja \u8868\u793A\u53EA\u7FFB\u8B6F {startingKey}ja \u5230\u8F38\u5165\u6846\u672B\u5C3E\u7684\u90E8\u5206",inputStartingTriggerKeyDescriptionForNoneKey:"\u76EE\u524D\u8A2D\u5B9A\u70BA\u7121\u9700\u524D\u7DB4\uFF0C\u66AB\u7121\u6CD5\u4F7F\u7528\u8F38\u5165\u6846\u7684\u90E8\u5206\u6587\u5B57\u7FFB\u8B6F\u529F\u80FD",inputTrailingTriggerKeyTitle:"\u9078\u64C7\u4E00\u500B\u8F38\u5165\u7D50\u675F\u7684\u89F8\u767C\u5B57\u7B26",inputTrailingTriggerKeyDescription:"\u5FEB\u901F\u9023\u64CA3 \u6B21{trailingKey} \u5C07\u6703\u958B\u59CB\u7FFB\u8B6F",inputTrailingTriggerKeyTimeout:"\u8F38\u5165\u7D50\u675F\u9023\u64CA\u89F8\u767C\u7684\u9593\u9694\u6642\u9593",inputTrailingTriggerKeyTimeoutDescription:"\u8A2D\u7F6E\u8F38\u5165\u7D50\u675F\u9023\u64CA\u89F8\u767C\u7684\u9593\u9694\u6642\u9593\uFF08\u6BEB\u79D2\uFF09",spaceKey:"<\u7A7A\u683C\u9375>",noneKey:"\u7121\u9700\u524D\u7DB4\uFF0C\u76F4\u63A5\u7FFB\u8B6F\u6574\u500B\u6587\u5B57\u6846",inputTranslationBlockUrlsTitle:"\u5207\u52FF\u5728\u4EE5\u4E0B\u7DB2\u5740\u4E2D\u555F\u7528\u8F38\u5165\u6846\u589E\u5F37",inputTranslationBlockUrlsDescription:"\u5728\u4EE5\u4E0B\u7DB2\u5740\u4E2D\uFF0C\u8F38\u5165\u6846\u589E\u5F37\u5C07\u4E0D\u6703\u751F\u6548",inputHelperInfo:"\u8AAA\u660E\uFF1A\u6211\u5011\u7279\u5225\u91DD\u5C0D\u5728\u4E2D\u6587\u8F38\u5165\u6CD5\u4E0B\u90E8\u5206\u89F8\u767C\u5B57\u7B26\u6703\u8B8A\u6210\u4E2D\u6587\u6A19\u9EDE\u7B26\u865F\u9019\u4EF6\u4E8B\u505A\u4E86\u512A\u5316\uFF0C\u6BD4\u5982\u641C\u72D7\u8F38\u5165\u6CD5\u4E0B / \u6703\u8B8A\u6210\u9813\u865F \u3001\uFF0C\u6C89\u6D78\u5F0F\u7FFB\u8B6F\u652F\u6301\u6240\u6709\u89F8\u767C\u7B26\u5C0D\u61C9\u7684\u4E2D\u6587\u7B26\u865F\uFF0C\u4E5F\u5C31\u662F\u8AAA // \u3001\u3001 \u90FD\u6703\u88AB\u8B58\u5225\u70BA\u89F8\u767C\u5B57\u7B26\u3002

\u540C\u6642\u6211\u5011\u4E5F\u652F\u6301\u8A9E\u8A00\u4EE3\u78BC\u7684\u4E2D\u6587\u5225\u540D\u4F5C\u70BA\u547D\u4EE4\uFF0C\u6BD4\u5982 /\u65E5\u6587 \u4F60\u597D\u4E16\u754C \u6703\u88AB\u7FFB\u8B6F\u70BA\u65E5\u6587\uFF0C<1>\u9EDE\u6B64\u67E5\u770B\u6240\u6709\u652F\u63F4\u7684\u8A9E\u8A00\u4EE3\u78BC\u3002",reloadCurrentPage:"\u8ACB\u5148\u5237\u65B0\u76EE\u524D\u9801\u9762\uFF0C\u518D\u958B\u59CB\u7FFB\u8B6F",noLocalFilePermissionForPDF:"\u66AB\u7121\u6B0A\u9650\u8B80\u53D6\u672C\u6A5F\u6587\u4EF6\uFF0C\u8ACB\u9EDE\u9078\u4E0A\u65B9\u6309\u9215\uFF0C\u7136\u5F8C\u532F\u5165\u672C\u6A5F\u6587\u4EF6",noPermissionForThisPage:"\u26A0\uFE0F \u66AB\u7121\u6B0A\u9650\u7FFB\u8B6F\u76EE\u524D\u9801\u9762","error.retry":"\u91CD\u8A66","error.reason":"\u932F\u8AA4\u539F\u56E0",retryAllParagraphs:"\u91CD\u8A66\u5168\u90E8\u932F\u8AA4\u6BB5\u843D",retryAllButton:"\u91CD\u8A66\u5168\u90E8\u932F\u8AA4\u6BB5\u843D",errorTooltipTitle:"\u9EDE\u64CA\u770B\u932F\u8AA4\u539F\u56E0",errorModalTitle:"\u7FFB\u8B6F\u670D\u52D9\u6216\u7DB2\u8DEF\u4F3C\u4E4E\u51FA\u4E86\u9EDE\u554F\u984C...",disableConfirm:"\u7981\u7528\u78BA\u8A8D",disableOnce:"\u7981\u7528\u4E00\u6B21",disableGlobal:"\u5168\u5C40\u7981\u7528",disableTint:"* \u60A8\u53EF\u4EE5\u5728 {option} \u4E2D\u91CD\u65B0\u555F\u7528\u3002",searchEnhancementNotes:"\u6211\u5011\u767C\u73FE\uFF0C\u4E2D\u6587\u95DC\u9375\u8A5E\u548C\u82F1\u6587\u95DC\u9375\u8A5E\u7684\u65B0\u805E\u7D50\u679C\u6709\u975E\u5E38\u5927\u7684\u4E0D\u540C\uFF0C\u5728\u555F\u7528\u6C89\u6D78\u5F0F\u7FFB\u8B6F\u96D9\u8A9E\u4FE1\u606F\u589E\u5F37\u529F\u80FD\u5F8C\uFF0C\u6211\u5011\u6703\u5728\u652F\u6301\u7684\u7DB2\u7AD9\uFF08\u8C37\u6B4C\u65B0\u805E\uFF0C\u8C37\u6B4C\u641C\u7D22\uFF08\u90E8\u5206\u95DC\u9375\u8A5E\uFF09\uFF0C\u96EA\u7403\uFF0C\u6771\u65B9\u8CA1\u5BCC\u7DB2\uFF0C\u5BCC\u9014\uFF0C\u8001\u864E\uFF09\u81EA\u52D5\u7528\u82F1\u6587\u70BA\u4F60\u641C\u7D22\u540C\u6A23\u7684\u95DC\u9375\u8A5E\u4E26\u5C55\u793A\u5728\u53F3\u5074\u3002\u5982\u679C\u4F60\u4E0D\u9700\u8981\u8A72\u529F\u80FD\u7684\u8A71\uFF0C\u53EF\u4EE5\u9078\u64C7\u7981\u7528\u5B83\u3002",option:"\u9078\u9805",saveSettings:"\u5132\u5B58\u8A2D\u5B9A",closeModal:"\u95DC\u9589\u8996\u7A97",enableInputTranslationWithoutTriggerKeyTitle:"\u555F\u7528\u5FEB\u901F\u9023\u64CA3 \u6B21{trailingKey}\uFF0C\u76F4\u63A5\u7FFB\u8B6F\u6574\u500B\u8F38\u5165\u6846\u70BA{inputTargetLanguage}",enableInputTranslationWithoutTriggerKeyDescription:"\u5982\u9700\u6307\u5B9A\u76EE\u6A19\u8A9E\u8A00\uFF0C\u8ACB\u5728\u524D\u9762\u52A0\u4E0A\u8A9E\u8A00\u7A0B\u5F0F\u78BC\uFF0C\u5982\uFF1Aja \u4F60\u597D\u4E16\u754C",deepLProName:"\u6C89\u6D78\u5F0F\u7FFB\u8B6FPro \u6703\u54E1(\u63A8\u85A6)",deepLProDescription:"\u76EE\u524D\u5957\u9910\u53EF\u4EE5\u76F4\u63A5\u4F7F\u7528",deeplProDescriptionForNormal:"\u7121\u9700\u4EFB\u4F55\u8A2D\u7F6E\uFF0C\u6703\u54E1\u767B\u5165\u5F8C\u5373\u53EF\u4F7F\u7528\uFF0C<1>\u9EDE\u6B64\u5347\u7D1A\u70BA\u6703\u54E1",deepLCustomDescription:"\u9700\u8981\u570B\u5916\u4FE1\u7528\u5361\uFF0C\u5728<1>DeepL\u5B98\u65B9\u958B\u901A\uFF0C\u9EDE\u9078\u67E5\u770B<2>\u6587\u6A94",deepLCustomName:"\u81EA\u8A02Auth Key",chooseProviderLabel:"\u9078\u64C7\u4E00\u500B\u670D\u52D9\u63D0\u4F9B\u8005",openaiProName:"\u6C89\u6D78\u5F0F\u7FFB\u8B6FPro \u6703\u54E1(\u63A8\u85A6)",openaiProDescription:"\u76EE\u524D\u5957\u9910\u53EF\u4EE5\u76F4\u63A5\u4F7F\u7528",openaiProDescriptionForNormal:"\u7121\u9700\u4EFB\u4F55\u8A2D\u7F6E\uFF0C\u6703\u54E1\u767B\u5165\u5F8C\u5373\u53EF\u4F7F\u7528\uFF0C<1>\u9EDE\u6B64\u5347\u7D1A\u70BA\u6703\u54E1",openaiCustomDescription:"\u53EF\u5728OpenAI, Azure OpenAI, \u6216\u5176\u4ED6\u7B2C\u4E09\u65B9\u670D\u52D9\u7372\u53D6\uFF0C<1>\u9EDE\u6B64\u67E5\u770B\u6587\u6A94",openaiCustomName:"\u81EA\u8A02API Key",needLoginAction:"(\u958B\u901A\u6703\u54E1\u6216\u81EA\u8A02)",goLoginOrAction:"(\u958B\u901A\u6703\u54E1\u6216\u53BB\u8A2D\u5B9A)",yearly:"\u5E74\u5EA6\u7E8C\u8A02",quarterly:"\u5B63\u5EA6\u7E8C\u8A02",monthly:"\u6BCF\u6708\u7E8C\u8A02",yearlyForOnce:"\u4E00\u6B21\u6027\u5E74\u5EA6\u5957\u9910",monthlyForOnce:"\u4E00\u6B21\u6027\u6708\u5EA6\u5957\u9910",daily:"\u6BCF\u65E5\u7E8C\u8A02",year:"\u5E74\u5EA6\u7E8C\u8A02",quarter:"\u5B63\u5EA6\u7E8C\u8A02",month:"\u6BCF\u6708\u7E8C\u8A02",day:"\u6BCF\u65E5\u7E8C\u8A02",onetime_7day:"7 \u5929\u9AD4\u9A57\u5305",currentPlanDescriptionForFree:"\u76EE\u524D\u5957\u9910\uFF1A\u514D\u8CBB",currentPlanDescriptionForContinuous:"\u76EE\u524D\u5957\u9910\uFF1A{plan}\uFF0C\u5C07\u65BC {endAt} \u81EA\u52D5\u7E8C\u8CBB",currentPlanDescriptionForAutoRenewCaceling:"\u76EE\u524D\u5957\u9910\uFF1A{plan}\uFF0C\u5C07\u65BC {endAt} \u5230\u671F\uFF0C\u5230\u671F\u5F8C\u5C07\u4E0D\u6703\u81EA\u52D5\u7E8C\u7D04",currentYearlyPlanDescriptionForAutoRenewCacelingWithRealPaiedUser:"\u76EE\u524D\u5957\u9910\uFF1A{plan}\uFF0C\u5C07\u65BC {endAt} \u5230\u671F\uFF0C\u5230\u671F\u5F8C\u5C07\u4E0D\u6703\u81EA\u52D5\u7E8C\u7D04\u3002
<1>\u9EDE\u6B64\u7BA1\u7406\u7E8C\u8CBB\u65B9\u6848",currentYearlyPlanDescriptionForAutoRenewCacelingWithAdmin:"\u76EE\u524D\u5957\u9910\uFF1A{plan}\uFF0C\u5C07\u65BC {endAt} \u5230\u671F\uFF0C\u5230\u671F\u5F8C\u5C07\u4E0D\u6703\u81EA\u52D5\u7E8C\u7D04\u3002
<1>\u9EDE\u6B64\u555F\u7528\u9023\u7E8C\u5305\u5E74",currentPlanDescriptionForOneTime:"\u76EE\u524D\u5957\u9910\uFF1A{plan}\uFF0C\u5C07\u65BC {endAt} \u5230\u671F\uFF0C<1>\u9EDE\u6B64\u5347\u7D1A\u70BA\u5E74\u8CBB\u6216<2>\u6708\u8CBB\u6703\u54E1",upgradePlan:"\u9EDE\u6B64\u5347\u7D1A\u70BAPro \u6703\u54E1",upgradeToPro:"\u5347\u7D1A\u70BA Pro \u6703\u54E1","popup.openPro":"\u5347\u7D1A\u70BA Pro \u6703\u54E1\u5F8C\u53EF\u4EE5\u66A2\u4EAB DeepL \u548C OpenAI \u7FFB\u8B6F\uFF0C\u9EDE\u6B64\u5347\u7D1A","popup.openProForPro":"\u60A8\u662F Pro \u6703\u54E1\uFF0C\u53EF\u76F4\u63A5\u4F7F\u7528 DeepL \u548C OpenAI \u7FFB\u8B6F",currentAccount:"\u7576\u524D\u8CEC\u6236",enableAutoSyncUserSettings:"\u555F\u7528\u591A\u8A2D\u5099\u81EA\u52D5\u96F2\u7AEF\u540C\u6B65",modalEnableInputTranslationTitle:"\u6C89\u6D78\u5F0F\u7FFB\u8B6F\u8F38\u5165\u6846\u7FFB\u8B6F\u63D0\u793A",modalEnableInputTranslationDesc:"\u60A8\u525B\u525B\u900F\u904E\u5FEB\u901F\u9023\u64CA3 \u6B21\u7A7A\u767D\u9375\u89F8\u767C\u4E86\u6C89\u6D78\u5F0F\u7FFB\u8B6F\u7684\u8F38\u5165\u6846\u7FFB\u8B6F\uFF0C\u8F38\u5165\u6846\u7684\u5167\u5BB9\u5C07\u7FFB\u8B6F\u70BA\u9810\u8A2D\u7684\u76EE\u6A19\u8A9E\u8A00\u3002\u900F\u904ECtrl+Z \u53EF\u4EE5\u64A4\u92B7\u7FFB\u8B6F\u3002

\u5982\u679C\u9019\u662F\u4E00\u500B\u5931\u8AA4\uFF0C\u4E0D\u7528\u64D4\u5FC3\uFF0C\u60A8\u53EF\u4EE5\u9078\u64C7\u672C\u6B21\u505C\u7528\uFF0C\u6216\u6C38\u4E45\u505C\u7528\u8F38\u5165\u6846\u7FFB\u8B6F\u3002",saveAndNotShowAgain:"\u5132\u5B58\u4E14\u4E0D\u518D\u63D0\u793A",disableInputTranslationTips:"* \u4F60\u4E5F\u53EF\u4EE5\u5728 {option} \u4E2D\u8A2D\u5B9A\u5176\u4ED6\u5FEB\u6377\u9375\u4F86\u89F8\u767C\uFF0C{learnMore}\u3002",learnMore:"\u9EDE\u6B64\u4E86\u89E3\u66F4\u591A",continueEnalbeInputTranslation:"\u7E7C\u7E8C\u555F\u7528\u8F38\u5165\u6846\u7FFB\u8B6F",autoRenewTrialSuffix:'\uFF08\u8A66\u7528\u4E2D\uFF0C\u7ACB\u523B\u5347\u7D1A\u70BA\u6B63\u5F0F\u6703\u54E1\uFF09',upgradeFromTrialTitle:"\u5347\u7D1A\u70BA\u6B63\u5F0F\u6703\u54E1",subtitle:"\u5F71\u7247\u5B57\u5E55",youtubeService:"\u6C89\u6D78\u5F0F\u7FFB\u8B6F\u5F71\u7247\u5B57\u5E55\u670D\u52D9","subtitle.disabledSubtitle":"\u6C38\u4E45\u7981\u7528\u8996\u983B\u5B57\u5E55\u529F\u80FD","subtitle.disabledSubtitleDescription":"\u5982\u679C\u6C89\u6D78\u5F0F\u7FFB\u8B6F\u7684\u8996\u983B\u5B57\u5E55\u548C\u5176\u4ED6\u64F4\u5C55\u6709\u885D\u7A81\uFF0C\u4F60\u53EF\u4EE5\u9078\u64C7\u6C38\u4E45\u7981\u7528\u6C89\u6D78\u5F0F\u7FFB\u8B6F\u7684\u8996\u983B\u5B57\u5E55\u529F\u80FD\u6216\u8005\u5378\u8F09\u5176\u4ED6\u885D\u7A81\u7684\u64F4\u5C55","subtitle.autoEnableSubtitleDescription":"\u555F\u7528\u5F8C\uFF0C\u7576\u5F71\u7247\u64AD\u653E\u7684\u6642\u5019\uFF0C\u6703\u81EA\u52D5\u986F\u793A\u96D9\u8A9E\u5B57\u5E55\uFF0C\u5426\u5247\u9700\u8981\u9EDE\u64CA\u7FFB\u8B6F\u6309\u9215\u624D\u6703\u986F\u793A\u3002","subtitle.preTranslation":"\u512A\u5148\u4F7F\u7528\u6C89\u6D78\u5F0F\u7FFB\u8B6F\u5B57\u5E55","subtitle.preTranslationDescription":"\u555F\u7528\u5F8C\u6703\u512A\u5148\u7528\u4E0B\u9762\u7684\u7FFB\u8B6F\u670D\u52D9\u63D0\u524D\u7FFB\u8B6F\u6574\u500B\u5B57\u5E55\uFF0C1 \u5C0F\u6642\u7684\u8996\u8A0A\u5927\u6982\u6D88\u8017 5\u842C Tokens \u6216 \u5B57\u7B26\uFF0C\u8ACB\u914C\u60C5\u4F7F\u7528\uFF1B\u95DC\u9589\u5F8C\u5247\u512A\u5148\u4F7F\u7528\u539F\u5F71\u7247\u81EA\u5E36\u7684\u6A5F\u7FFB\u5B57\u5E55","subtitle.humanSubtitlesPreferred":"\u512A\u5148\u4F7F\u7528\u4EBA\u5DE5\u5B57\u5E55","subtitle.humanSubtitlesPreferredDescription":"\u7576\u5F71\u7247\u6709\u76EE\u6A19\u8A9E\u8A00\u4EBA\u5DE5\u5B57\u5E55\u6642\uFF0C\u512A\u5148\u4F7F\u7528\u4EBA\u5DE5\u5B57\u5E55\uFF08\u63A8\u85A6\uFF09","subtitle.bilingual":"\u96D9\u8A9E\u5B57\u5E55","subtitle.autoDisableSubtitle":"\u4E0D\u81EA\u52D5\u555F\u7528\u96D9\u8A9E\u5B57\u5E55","subtitle.hideQuickButton":"\u4E0D\u518D\u986F\u793A\u8A72\u5FEB\u6377\u65B9\u5F0F","subtitle.showQuickButton":"\u986F\u793A\u96D9\u8A9E\u5B57\u5E55\u5FEB\u6377\u65B9\u5F0F","subtitle.showQuickButtonDescription":"\u5728\u8996\u983B\u64AD\u653E\u5668\u53F3\u4E0B\u89D2\u63D0\u4F9B\u555F\u7528\u96D9\u8A9E\u5B57\u5E55\u7684\u5FEB\u6377\u65B9\u5F0F",videoSubtitleTranslationDescription:"\u70BA\u5F71\u7247\u5B57\u5E55\u55AE\u7368\u6307\u5B9A\u4E00\u500B\u7FFB\u8B6F\u670D\u52D9",subtitleTranslating:"\u6B63\u5728\u4F7F\u7528 {service} \u670D\u52D9\u7FFB\u8B6F\u5B57\u5E55\u4E2D\uFF0C\u8ACB\u7A0D\u7B49...\uFF08\u6C89\u6D78\u5F0F\u7FFB\u8B6F\uFF09",subtitleLoading:"\u6B63\u5728\u8F09\u5165\u5B57\u5E55...",bilingual:"\u96D9\u8A9E","field.action":"\u662F\u5426\u555F\u7528\u767E\u5EA6\u8853\u8A9E","description.action":"\u555F\u7528\u5F8C\u6703\u5728\u8ACB\u6C42\u4E2D\u52A0\u5165 action=1 \u7684\u53C3\u6578\uFF0C\u4EE5\u4FBF\u544A\u77E5\u767E\u5EA6\u555F\u7528\u8853\u8A9E\uFF0C<1>\u66F4\u591A\u8AAA\u660E\u8ACB\u53C3\u8003\u5B98\u65B9\u6587\u6A94",closeQuickTranslation:"\u95DC\u9589\u61F8\u6D6E\u7403","closeQuickTranslation.untilNext":"\u672C\u6B21\u95DC\u9589\u76F4\u5230\u4E0B\u6B21\u8A2A\u554F","closeQuickTranslation.currentWebsite":"\u7576\u524D\u7DB2\u7AD9\u7981\u7528","closeQuickTranslation.alwaysClose":"\u6C38\u4E45\u7981\u7528","closeQuickTranslation.settingOpen":"\uFF08\u53EF\u5728<1>\u8A2D\u5B9A\u9801\u958B\u555F\uFF09","closeQuickTranslation.cancel":"\u53D6\u6D88","closeQuickTranslation.confirm":"\u78BA\u5B9A","floatBall.popup":"\u6253\u958B\u5FEB\u6377\u8A2D\u5B9A\u9762\u677F","floatBall.translate":"\u9EDE\u64CA\u7FFB\u8B6F\u8A72\u9801\u9762","floatBall.showOriginal":"\u9EDE\u64CA\u5207\u63DB\u5230\u539F\u6587","floatBall.close":"\u95DC\u9589\u61F8\u6D6E\u7403","floatBallOptions.enableDescPc":"\u555F\u7528\u9801\u9762\u61F8\u6D6E\u7403\u5F8C\uFF0C\u6703\u5728\u9801\u9762\u53F3\u5074\u986F\u793A\u4E00\u500B\u5FEB\u6377\u7FFB\u8B6F\u6309\u9215\uFF0C\u9EDE\u64CA\u5373\u53EF\u7FFB\u8B6F","floatBallOptions.enableDesc":"\u95DC\u9589\u61F8\u6D6E\u7403\u5F8C\uFF0C\u53EF\u4EE5\u7528{touch}\u559A\u8D77\u3002\u70BA\u9632\u6B62\u4E0D\u614E\u95DC\u9589\u8A72\u9078\u9805\u5F8C\u627E\u4E0D\u5230\u61F8\u6D6E\u7403\uFF0C\u5F37\u70C8\u5EFA\u8B70\u6536\u85CF\u672C\u8A2D\u5B9A\u9801","description.azureApiUrl":"\u586B\u5165\u81EA\u8A02\u7684API\u4F4D\u5740",shareBtnTitle:"\u9EDE\u64CA\u751F\u6210\u7DB2\u9801\u5FEB\u7167","floatBall.share":"\u751F\u6210\u7DB2\u9801\u5FEB\u7167","floatBall.guideClickToTranslate":`\u9EDE\u64CA\u6C89\u6D78\u5F0F\u7FFB\u8B6F\u61F8\u6D6E\u7403 \u5373\u53EF\u5FEB\u901F\u7FFB\u8B6F`,"floatBall.iKnow":"\u6211\u77E5\u9053\u4E86",confirmSupportMouse:"\u5F37\u5236\u555F\u7528\u6ED1\u9F20\u652F\u63F4",confirmSupportMouseDescription:"\u6AA2\u6E2C\u5230\u7576\u524D\u700F\u89BD\u5668\u4E0D\u652F\u63F4\u6ED1\u9F20\u529F\u80FD\uFF0C\u662F\u5426\u5F37\u5236\u555F\u7528\u6ED1\u9F20\u652F\u63F4\uFF1F",sampleTargetText:"\u9577\u591C\u5C07\u81F3\uFF0C\u6211\u5F9E\u4ECA\u958B\u59CB\u5B88\u671B\uFF0C\u81F3\u6B7B\u65B9\u4F11\u3002 \u6211\u5C07\u4E0D\u5A36\u59BB\u3001\u4E0D\u5C01\u5730\u3001\u4E0D\u751F\u5B50\u3002 \u6211\u5C07\u4E0D\u6234\u5BF6\u51A0\uFF0C\u4E0D\u722D\u69AE\u5BF5\u3002 \u6211\u5C07\u76E1\u5FE0\u8077\u5B88\uFF0C\u751F\u6B7B\u65BC\u65AF\u3002",sampleSourceText:"Night gathers, and now my watch begins. It shall not end until my death. I shall take no wife, hold no lands, father no children. I shall wear no crowns and win no glory. I shall live and die at my post.","subtitle.supportedSites":"\u5DF2\u652F\u63F4\u5728\u9019\u4E9B\u7DB2\u7AD9\u4F7F\u7528\u96D9\u8A9E\u5B57\u5E55\uFF08\u6CE8\u610F\uFF1A\u7531\u65BC\u6280\u8853\u9650\u5236\uFF0C\u90E8\u5206\u7DB2\u7AD9\u5728\u9996\u6B21\u958B\u555F\u5B57\u5E55\u5F8C\u9700\u8981\u91CD\u65B0\u5237\u65B0\u9801\u9762\uFF0C\u6216\u8005\u9700\u7B49\u5F85\u7FFB\u8B6F\u5B8C\u6210\u4EE5\u986F\u793A\u96D9\u8A9E\u5B57\u5E55\uFF09\uFF1A",viewWithImmersiveTranslate:"\u53CC\u8BED\u7248\u672C(\u6C89\u6D78\u5F0F\u7FFB\u8BD1)",errorReason:"\u932F\u8AA4\u539F\u56E0\uFF1A{message}","proQuotaExceededError.onetime7day":'\uFF0C\u60A8\u53EF\u4EE5\u9078\u64C7\u4EE5\u4E0B\u65B9\u5F0F\u89E3\u6C7A\uFF1A

1. \u5207\u63DB\u5230 {anotherService} \u6216\u5176\u4ED6\u7FFB\u8B6F\u670D\u52D9
2. \u5347\u7D1A\u70BA\u6708\u5EA6/\u5E74\u5EA6\u6703\u54E1',"proQuotaExceededError.trial":'\uFF0C\u60A8\u53EF\u4EE5\u9078\u64C7\u4EE5\u4E0B\u65B9\u5F0F\u89E3\u6C7A\uFF1A

1. \u5207\u63DB\u5230 {anotherService} \u6216\u5176\u4ED6\u7FFB\u8B6F\u670D\u52D9
2. \u7ACB\u5373\u5347\u7D1A\u70BA\u6B63\u5F0F\u6703\u54E1',"proQuotaExceededError.nonTrial":'\uFF0C\u60A8\u53EF\u4EE5\u9078\u64C7\u4EE5\u4E0B\u65B9\u5F0F\u89E3\u6C7A\uFF1A

1. \u5207\u63DB\u5230 {anotherService} \u6216\u5176\u4ED6\u7FFB\u8B6F\u670D\u52D9
2. \u8CFC\u8CB7 {translationService} \u984D\u5916\u6D41\u91CF\u5305',"proQuotaExceededError.resetTime":"
3. \u984D\u5EA6\u91CD\u7F6E\u6642\u9593\uFF1A{resetTime}",paragraphMinTextCountField:"\u7FFB\u8B6F\u6BB5\u843D\u6240\u9700\u7684\u6700\u5C11\u5B57\u7B26\u6578",paragraphMinTextCountDesc:"\u6CE8\u610F\uFF0C\u9019\u88E1\u6307\u7684\u5B57\u7B26\u9577\u5EA6\uFF0C\u6BD4\u5982\uFF1Ahello \u662F 5 \u500B\u5B57\u7B26\uFF0C\u8A2D\u5B9A\u70BA\u66F4\u5927\u7684\u503C\u53EF\u4EE5\u6E1B\u5C11\u4E0D\u5FC5\u8981\u7684\u5C0F\u6BB5\u843D\u7FFB\u8B6F",networkError:"\u7FFB\u8B6F\u670D\u52D9\u6216\u7DB2\u8DEF\u51FA\u73FE\u554F\u984C",notLogin:"\u672A\u767B\u9304","browser.toggleMouseHoverTranslateDirectly":"\u5728\u9801\u9762\u4E0A\u81E8\u6642\u555F\u7528\u6216\u95DC\u9589\u6ED1\u9F20\u61F8\u505C\u76F4\u63A5\u7FFB\u8B6F","browser.translateWithOpenAI":"\u81E8\u6642\u4F7F\u7528 OpenAI \u7FFB\u8B6F\u7576\u524D\u9801\u9762","browser.translateWithDeepL":"\u81E8\u6642\u4F7F\u7528 DeepL \u7FFB\u8B6F\u7576\u524D\u9801\u9762","browser.translateWithGoogle":"\u81E8\u6642\u4F7F\u7528 Google \u7FFB\u8B6F\u7576\u524D\u9801\u9762","browser.translateWithBing":"\u81E8\u6642\u4F7F\u7528\u5FAE\u8EDF\u7FFB\u8B6F\u7576\u524D\u9801\u9762","browser.translateWithGemini":"\u81E8\u6642\u4F7F\u7528 Gemini \u7FFB\u8B6F\u7576\u524D\u9801\u9762","browser.translateWithTransmart":"\u81E8\u6642\u4F7F\u7528\u9A30\u8A0A\u7FFB\u8B6F\u7576\u524D\u9801\u9762","browser.translateInputBox":"\u7FFB\u8B6F\u7576\u524D\u8F38\u5165\u6846\u5167\u5BB9",shortcutSettings:"\u5FEB\u6377\u9375",shortcutSettingsTitle:"\u5FEB\u6377\u9375\u8A2D\u7F6E",confirmResetToDefaultSettings:"\u78BA\u8A8D\u8981\u6062\u5FA9\u8A72\u7FFB\u8B6F\u670D\u52D9\u70BA\u9ED8\u8A8D\u8A2D\u7F6E\u55CE\uFF1F\uFF08\u50C5\u91CD\u7F6E\u7576\u524D\u7FFB\u8B6F\u670D\u52D9\u7684\u8A2D\u7F6E\uFF09","intro.hoverTitle":"\u6ED1\u9F20\u61F8\u505C\u7FFB\u8B6F\u7576\u524D\u6BB5\u843D","intro.hoverDescription":"\u6ED1\u9F20\u61F8\u505C\u7FFB\u8B6F\u662F\u6C89\u6D78\u5F0F\u7FFB\u8B6F\u88E1\u975E\u5E38\u91CD\u8981\u7684\u529F\u80FD\uFF0C\u53EA\u9700\u5C07\u6ED1\u9F20\u653E\u5728\u6BB5\u843D\u4E0A\uFF0C\u540C\u6642\u6309\u4E0B\u8A2D\u5B9A\u7684\u5FEB\u6377\u9375\uFF0C\u5373\u53EF\u81EA\u52D5\u7FFB\u8B6F\u7576\u524D\u6BB5\u843D\uFF08\u6CE8\u610F\uFF1A\u9810\u8A2D\u6C92\u6709\u555F\u7528\u54E6\uFF0C\u8ACB \u5728\u4E0B\u65B9\u8A2D\u5B9A\uFF09\uFF0C\u8A72\u4E92\u52D5\u7528\u65BC\u66F4\u597D\u7684\u66FF\u4EE3\u5283\u8A5E\u7FFB\u8B6F\uFF0C\u53E6\u5916\uFF0C\u6B64\u529F\u80FD\u4E5F\u5EE3\u6CDB\u61C9\u7528\u65BC\u90A3\u4E9B\u7121\u6CD5\u88AB\u8B58\u5225\u7684\u7FFB\u8B6F\u5340\u57DF\uFF0C\u4F60\u53EF\u4EE5\u5229\u7528\u8A72\u529F\u80FD\uFF0C\u5F37\u5236\u7FFB\u8B6F\u4EFB\u4F55\u6BB5\u843D\u3002","intro.floatBallTitle":"\u5FEB\u6377\u7FFB\u8B6F\u61F8\u6D6E\u7403","intro.floatBallDescription":"\u555F\u7528\u5F8C\uFF0C\u6703\u5728\u9801\u9762\u53F3\u5074\u986F\u793A\u4E00\u500B\u5FEB\u6377\u7FFB\u8B6F\u6309\u9215\uFF0C\u9EDE\u64CA\u5373\u53EF\u7FFB\u8B6F\uFF0C\u518D\u6B21\u9EDE\u64CA\u5373\u53EF\u5207\u63DB\u56DE\u539F\u6587\u3002\u5728\u79FB\u52D5\u7AEF\uFF0C\u9577\u6309\u61F8\u6D6E\u7403\uFF0C\u53EF\u4EE5\u6253\u958B\u5FEB\u6377\u8A2D\u7F6E\u9762\u677F\u3002","intro.subtitleTitle":"\u5728\u7DDA\u8996\u983B\u96D9\u8A9E\u5B57\u5E55\u986F\u793A","intro.subtitleDescription":"\u958B\u555F\u6B64\u529F\u80FD\u5F8C\uFF0C\u5F71\u7247\u64AD\u653E\u6642\u5C07\u81EA\u52D5\u5C55\u793A\u96D9\u8A9E\u5B57\u5E55\u3002 \u5982\u679C\u672A\u555F\u7528\uFF0C\u60A8\u9700\u5728\u9801\u9762\u4E0A\u624B\u52D5\u9EDE\u9078\u7FFB\u8B6F\u6309\u9215\u4EE5\u986F\u793A\u5B57\u5E55\u3002 \u8ACB\u6CE8\u610F\uFF0C\u7531\u65BC\u6280\u8853\u9650\u5236\uFF0C\u67D0\u4E9B\u7DB2\u7AD9\u5728\u9996\u6B21\u555F\u52D5\u5B57\u5E55\u6642\u53EF\u80FD\u9700\u8981\u91CD\u65B0\u6574\u7406\u9801\u9762\u6216\u7B49\u5F85\u7FFB\u8B6F\u5B8C\u6210\u5F8C\uFF0C\u624D\u80FD\u986F\u793A\u96D9\u8A9E\u5B57\u5E55\u3002 \uFF08\u6B64\u5916\uFF0C\u4F60\u9084\u53EF\u4EE5\u5728\u958B\u555F\u5F71\u7247\u7DB2\u7AD9\u5F8C\uFF0C\u53F3\u4E0A\u89D2\u958B\u555F\u6C89\u6D78\u5F0F\u7FFB\u8B6F\u7684\u5FEB\u6377\u9762\u677F\u555F\u7528/\u95DC\u9589\uFF09

\u76EE\u524D\u5DF2\u652F\u63F4\u5728\u9019\u4E9B\u7DB2\u7AD9\u4F7F\u7528\u96D9\u8A9E\u5B57\u5E55\uFF1A","desc.toggleMouseHoverTranslateDirectly":"\u6309\u4E0B\u9019\u500B\u5FEB\u6377\u9375\u5F8C\uFF0C\u5728\u9801\u9762\u4E0A\uFF0C\u53EA\u8981\u6ED1\u9F20\u6307\u5411\u4EFB\u4F55\u4E00\u6BB5\u6587\u5B57\uFF0C\u5C31\u6703\u81EA\u52D5\u7FFB\u8B6F\u9019\u6BB5\u6587\u5B57\u3002\u518D\u6309\u4E00\u6B21\u5FEB\u6377\u9375\uFF0C\u5C31\u53EF\u4EE5\u95DC\u9589\u9019\u500B\u81EA\u52D5\u7FFB\u8B6F\u529F\u80FD\u3002","shortcutGroup.main":"\u5E38\u7528\u529F\u80FD\u5FEB\u6377\u9375","shortcutGroup.others":"\u66F4\u591A\u81EA\u5B9A\u7FA9\u529F\u80FD\u5FEB\u6377\u9375","shortcutGroup.shortcutsForTranslationServices":"\u7FFB\u8B6F\u670D\u52D9\u76F8\u95DC\u5FEB\u6377\u9375",browserShortcutsSucks:"\u7531\u65BC\u700F\u89BD\u5668\u5C0D\u8F38\u5165\u6846\u7684\u5FEB\u6377\u9375\u8B58\u5225\u4E0D\u6E96\u78BA\uFF0C\u6240\u4EE5\u8ACB\u624B\u52D5\u8F38\u5165\u5FEB\u6377\u9375\u7684\u540D\u5B57\uFF0C\u8F38\u5165\u5F8C\uFF0C\u9EDE\u64CA\u7A7A\u767D\u8655\u5373\u53EF\u81EA\u52D5\u4FDD\u5B58\u3002\uFF08macOS \u88E1\u9762 Alt \u548C Option \u662F\u540C\u6A23\u7684\u9375\uFF0C\u5EFA\u8B70\u7D71\u4E00\u8F38\u5165 Alt\uFF09\u3002\u6BD4\u5982\uFF1A","shortcutGroup.touch":"\u89F8\u5C4F\u5C08\u7528\u624B\u52E2","shortcutGroup.mouse":"\u6ED1\u9F20\u61F8\u505C\u5FEB\u6377\u9375\u914D\u7F6E",fingerCountToToggleTranslagePageWhenTouching:"\u591A\u6307\u540C\u6642\u89F8\u6478\u5C4F\u5E55\u5247\u7FFB\u8B6F\u7DB2\u9801/\u986F\u793A\u539F\u6587","desc.fingerCountToToggleTranslagePageWhenTouching":"\u8A2D\u7F6E\u5F8C\uFF0C\u5728\u79FB\u52D5\u8A2D\u5099\u6642\uFF0C\u53EF\u4EE5\u540C\u6642\u7528 X \u500B\u624B\u6307\u89F8\u6478\u5C4F\u5E55\uFF0C\u5373\u53EF\u7FFB\u8B6F\u7DB2\u9801/\u986F\u793A\u539F\u6587",fingerCountToToggleTranslationMaskWhenTouching:"\u591A\u6307\u540C\u6642\u89F8\u6478\u5C4F\u5E55\u5247\u986F\u793A\u7FFB\u8B6F\u906E\u7F69/\u986F\u793A\u539F\u6587","desc.fingerCountToToggleTranslationMaskWhenTouching":"\u7FFB\u8B6F\u906E\u7F69\u662F\u6307\u8B6F\u6587\u6A23\u5F0F\u88E1\u7684\u6A21\u7CCA\u6548\u679C\uFF08\u5B78\u7FD2\u6A21\u5F0F\uFF09\uFF0C\u958B\u555F\u5F8C\u81E8\u6642\u5C0D\u8B6F\u6587\u4F7F\u7528\u6A21\u7CCA\u6548\u679C\uFF0C\u65B9\u4FBF\u5B78\u7FD2",fingerCountToToggleTranslagePageOnlyTranslationWhenTouching:"\u591A\u6307\u540C\u6642\u89F8\u5C4F\uFF0C\u4F7F\u7528\u50C5\u8B6F\u6587\u6A21\u5F0F\u9032\u884C\u7FFB\u8B6F/\u986F\u793A\u539F\u6587","desc.fingerCountToToggleTranslagePageOnlyTranslationWhenTouching":"\u50C5\u8B6F\u6587\u6307\u7684\u662F\u53EA\u986F\u793A\u8B6F\u6587\uFF0C\u800C\u4E0D\u662F\u9ED8\u8A8D\u7684\u96D9\u8A9E\u6A21\u5F0F","neverTranslateText.title":"\u4EE5\u4E0B\u55AE\u8A5E\u4FDD\u6301\u539F\u6587\uFF0C\u4E0D\u8981\u7FFB\u8B6F","neverTranslateText.description":"\u7531\u65BC\u67D0\u4E9B\u7FFB\u8B6F\u5F15\u64CE\u5C0D\u5C08\u6709\u540D\u8A5E\u8B58\u5225\u4E0D\u7406\u60F3\uFF0C\u4F60\u53EF\u4EE5\u5728\u6B64\u8655\u6DFB\u52A0\u55AE\u8A5E\uFF0C\u78BA\u4FDD\u5B83\u5011\u5728\u7FFB\u8B6F\u904E\u7A0B\u4E2D\u4E0D\u88AB\u8F49\u63DB\u3002\u8ACB\u6CE8\u610F\uFF0C\u6B64\u529F\u80FD\u5340\u5206\u5927\u5C0F\u5BEB\uFF0C\u4E26\u50C5\u652F\u6301\u4EE5\u7A7A\u683C\u5206\u9694\u7684\u55AE\u8A5E\u8A9E\u8A00\uFF08\u5982\u82F1\u8A9E\u3001\u6CD5\u8A9E\uFF09\uFF0C\u4E0D\u9069\u7528\u65BC\u65E5\u8A9E\u3001\u97D3\u8A9E\u7B49\u8A9E\u8A00","tagsInput.add":"+ \u6DFB\u52A0","desc.mouseHoverHoldKey":"\u7576\u6ED1\u9F20\u61F8\u505C\u5728\u67D0\u500B\u6BB5\u843D\u4E0A\u6642\uFF0C\u540C\u6642\u6309\u4E0B\u53F3\u5074\u7684\u5FEB\u6377\u9375\uFF0C\u5373\u53EF\u76F4\u63A5\u7FFB\u8B6F\u8A72\u6BB5\u843D",mouseHoverCustomKeyTitle:"\u81EA\u5B9A\u7FA9\u6ED1\u9F20\u61F8\u505C\u5FEB\u6377\u9375",mouseHoverCustomKeyDescription:"\u4F60\u53EF\u4EE5\u81EA\u5B9A\u7FA9\u4E00\u500B\u6ED1\u9F20\u61F8\u505C\u7684\u7D44\u5408\u5FEB\u6377\u9375\uFF0C\u6BD4\u5982\uFF1A Alt+Z, Ctrl+E, Cmd+Alt+E \u6216\u8005\u76F4\u63A5 Cmd\uFF0C \u8ACB\u624B\u52D5\u8F38\u5165",mouseHoverShortcutPlaceholder:"\u8ACB\u624B\u52D5\u8F38\u5165",browserShortcutsNoteForFirefox:"Firefox \u700F\u89BD\u5668\u4FEE\u6539\u5FEB\u6377\u9375\u9700\u8981\u6253\u958B\u64F4\u5C55\u7BA1\u7406\u9801\u9762 `about:addons`\uFF0C\u7136\u5F8C\u9EDE\u64CA\u300C\u8A2D\u7F6E\u300D-> \u300C\u7BA1\u7406\u5FEB\u6377\u9375\u300D",browserShortcutsNoteForChrome:"\u8ACB\u6CE8\u610F\uFF1A\u8981\u5728\u57FA\u65BCChrome\u5167\u6838\u7684\u700F\u89BD\u5668\u4E2D\u4FEE\u6539\u5FEB\u6377\u9375\uFF0C\u8ACB\u8A2A\u554F[\u64F4\u5C55\u7BA1\u7406\u9801\u9762] -> [\u7BA1\u7406\u5FEB\u6377\u9375]","desc.toggleTranslateTheMainPage":"\u50C5\u7FFB\u8B6F\u9801\u9762\u4E3B\u8981\u5340\u57DF\uFF0C\u7576\u4F60\u5728\u9032\u968E\u8A2D\u7F6E\u88E1\u555F\u7528\u4E86\u7FFB\u8B6F\u9801\u9762\u5168\u90E8\u5340\u57DF\u5F8C\uFF0C\u4F60\u53EF\u4EE5\u4F7F\u7528\u9019\u500B\u5FEB\u6377\u9375\u4F86\u5C08\u9580\u7FFB\u8B6F\u9801\u9762\u7684\u4E3B\u8981\u5340\u57DF","desc.toggleTranslateTheWholePage":"\u7FFB\u8B6F\u9801\u9762\u5168\u90E8\u5340\u57DF\uFF0C\u9810\u8A2D\u60C5\u6CC1\u4E0B\uFF0C\u6211\u5011\u6703\u7FFB\u8B6F\u9801\u9762\u7684\u4E3B\u8981\u5340\u57DF\uFF0C\u4F60\u53EF\u4EE5\u4F7F\u7528\u9019\u500B\u5FEB\u6377\u9375\u4F86\u5C08\u9580\u7FFB\u8B6F\u9801\u9762\u7684\u5168\u90E8\u5340\u57DF","browser.toggleOnlyTransation":"\u5207\u63DB\u96D9\u8A9E/\u50C5\u8B6F\u6587\u6A21\u5F0F","desc.toggleOnlyTransation":"\u50C5\u8B6F\u6587\u6A21\u5F0F\u6307\u7684\u662F\u53EA\u986F\u793A\u8B6F\u6587\uFF0C\u5982\u679C\u7DB2\u9801\u9084\u6C92\u6709\u7FFB\u8B6F\u7684\u8A71\uFF0C\u5C07\u6703\u5207\u63DB\u6A21\u5F0F\u4E26\u7FFB\u8B6F\u3002","browser.toggleTranslationMask":"\u5207\u63DB\u7576\u524D\u9801\u9762\u8B6F\u6587\u70BA\u6A21\u7CCA\u6548\u679C\uFF08\u5B78\u7FD2\u6A21\u5F0F\uFF09","desc.interfaceLanguage":"\u4ECB\u9762\u8A9E\u8A00\u8A2D\u7F6E\u5F71\u97FF\u63A7\u5236\u9762\u677F\u7684\u986F\u793A\u8A9E\u8A00\uFF0C\u548C\u7FFB\u8B6F\u7684\u76EE\u6A19\u8A9E\u8A00\u7121\u95DC",mouseHoverHoldKey:"\u61F8\u505C\u7FFB\u8B6F\u89F8\u767C\u9375",clickToSeeQuickDemo:"30 \u79D2\u5FEB\u901F\u6559\u5B78\u8996\u983B",shortcutDisableTooltip:"\u8ACB\u5728\u700F\u89BD\u5668\u63D0\u4F9B\u7684\u64F4\u5C55\u5FEB\u6377\u9375\u7BA1\u7406\u9801\u9762\u9032\u884C\u8A2D\u7F6E\uFF0C\u66F4\u591A\u6307\u5F15\u8ACB\u67E5\u770B\u672C\u9801\u9762\u6700\u4E0A\u65B9\u7684\u8AAA\u660E",floatBallOptions:"\u61F8\u6D6E\u7403","subtitle.autoEnableSubtitle":"\u81EA\u52D5\u958B\u555F\u96D9\u8A9E\u5B57\u5E55","floatBall.longPress":"\u9577\u6309\u53EF\u5FEB\u901F\u6253\u958B\u8A2D\u7F6E\u9762\u677F\u54E6",notLoginPro:"\u60A8\u9084\u672A\u767B\u9304\u60A8\u7684\u6703\u54E1\u8CEC\u6236",upgradeToProErrorTitle:"\u8ACB\u5347\u7D1A\u70BA Pro \u6703\u54E1\u518D\u4F7F\u7528\u8A72\u7FFB\u8B6F\u670D\u52D9",translationOnlyMode:"\u50C5\u8B6F\u6587\u6A21\u5F0F",translationOnlyModeDescription:"\u50C5\u8B6F\u6587\u6A21\u5F0F\u6307\u7684\u662F\u53EA\u986F\u793A\u8B6F\u6587\uFF0C\u800C\u4E0D\u662F\u9ED8\u8A8D\u7684\u96D9\u8A9E\u6A21\u5F0F\u3002\u6CE8\u610F\uFF1A\u7531\u65BC\u6280\u8853\u7684\u9650\u5236\u554F\u984C\uFF0C\u5728\u50C5\u8B6F\u6587\u6A21\u5F0F\u4E0B\uFF0C\u539F\u6587\u7684\u8D85\u9023\u7D50\u5C07\u6703\u5931\u6548","description.baiduField":"\u652F\u6301\u7684\u9818\u57DF\u898B<1>\u9019\u88E1\uFF0C\u70BA\u7A7A\u5247\u8868\u793A\u4E0D\u6307\u5B9A\u9818\u57DF",temprarilyChangeTranslationTo_openai:"\u6B63\u5728\u4F7F\u7528 OpenAI \u7FFB\u8B6F\u7576\u524D\u9801\u9762",temprarilyChangeTranslationTo_google:"\u6B63\u5728\u4F7F\u7528 Google \u7FFB\u8B6F\u7576\u524D\u9801\u9762",temprarilyChangeTranslationTo_bing:"\u6B63\u5728\u4F7F\u7528\u5FAE\u8EDF\u7FFB\u8B6F\u7576\u524D\u9801\u9762",temprarilyChangeTranslationTo_gemini:"\u6B63\u5728\u4F7F\u7528 Gemini \u7FFB\u8B6F\u7576\u524D\u9801\u9762",temprarilyChangeTranslationTo_transmart:"\u6B63\u5728\u4F7F\u7528\u9A30\u8A0A\u7FFB\u8B6F\u7576\u524D\u9801\u9762",temprarilyChangeTranslationTo_deepl:"\u6B63\u5728\u4F7F\u7528 DeepL \u7FFB\u8B6F\u7576\u524D\u9801\u9762","widget.videoSubtitle":"\u5F71\u7247\u5B57\u5E55","widget.instruction":"\u4F7F\u7528\u8AAA\u660E","widget.translateFile":"PDF/ePub",buildSnapshots:"\u751F\u6210\u7DB2\u9801\u5FEB\u7167","widget.translateFileTooltip":"\u7FFB\u8B6F PDF\u3001EPUB\u3001SRT\u3001ASS\u3001HTML \u548C TXT \u6587\u4EF6","widget.videoSubtitleTooltip":"\u652F\u63F4 Youtube \u7B49 {count}+ \u5F71\u7247\u7DB2\u7AD9","widget.instructionTooltip":"\u67E5\u770B\u4F7F\u7528\u8AAA\u660E",alwaysTranslateSomeLanguage:"\u7E3D\u662F\u7FFB\u8B6F{language}\u9801\u9762",alwaysTranslateThisSite:"\u7E3D\u662F\u7FFB\u8B6F\u8A72\u7DB2\u7AD9",neverTranslateThisSite:"\u6C38\u4E0D\u7FFB\u8B6F\u8A72\u7DB2\u7AD9",loggedIn:"\u5DF2\u767B\u5165",touchShortcutsToggleTranslatePage:"\u8A2D\u7F6E\u89F8\u5C4F\u624B\u52E2\u4F86\u7FFB\u8B6F\u7DB2\u9801/\u986F\u793A\u539F\u6587","desc.touchShortcutsToggleTranslatePage":"\u8A2D\u7F6E\u5F8C\uFF0C\u5728\u79FB\u52D5\u8A2D\u5099\u6642\uFF0C\u53EF\u4EE5\u540C\u6642\u7528 X \u500B\u624B\u6307\u89F8\u6478\u5C4F\u5E55\u3001\u5DE6\u53F3\u6ED1\u52D5\u6216\u9023\u7E8C\u9EDE\u64CA\uFF0C\u89F8\u767C\u7FFB\u8B6F\u7DB2\u9801/\u986F\u793A\u539F\u6587",touchShortcutsToggleTranslationMask:"\u8A2D\u7F6E\u89F8\u5C4F\u624B\u52E2\u986F\u793A\u7FFB\u8B6F\u906E\u7F69/\u986F\u793A\u539F\u6587","desc.touchShortcutsToggleTranslationMask":"\u7FFB\u8B6F\u906E\u7F69\u662F\u6307\u8B6F\u6587\u6A23\u5F0F\u88E1\u7684\u6A21\u7CCA\u6548\u679C\uFF08\u5B78\u7FD2\u6A21\u5F0F\uFF09\uFF0C\u958B\u555F\u5F8C\u81E8\u6642\u5C0D\u8B6F\u6587\u4F7F\u7528\u6A21\u7CCA\u6548\u679C\uFF0C\u65B9\u4FBF\u5B78\u7FD2",touchShortcutsToggleTranslatePageOnlyTranslation:"\u8A2D\u7F6E\u89F8\u5C4F\u624B\u52E2\u5207\u63DB\u96D9\u8A9E/\u50C5\u8B6F\u6587\u6A21\u5F0F","desc.touchShortcutsToggleTranslatePageOnlyTranslation":"\u53EA\u986F\u793A\u8B6F\u6587\u662F\u6307\u50C5\u986F\u793A\u8B6F\u6587\uFF0C\u5982\u679C\u7DB2\u9801\u9084\u6C92\u6709\u7FFB\u8B6F\u7684\u8A71\uFF0C\u5C07\u6703\u5207\u63DB\u6A21\u5F0F\u4E26\u7FFB\u8B6F\u3002",touchShortcutsToggleTranslateTouchElement:"\u8A2D\u7F6E\u89F8\u5C4F\u624B\u52E2\u7FFB\u8B6F\u6307\u5B9A\u6BB5\u843D","desc.touchShortcutsToggleTranslateTouchElement":"\u81EA\u5B9A\u7FA9\u4E00\u500B\u624B\u52E2\uFF0C\u5373\u53EF\u7FFB\u8B6F\u60A8\u6240\u5728\u7684\u4EFB\u4F55\u6BB5\u843D",touchShortcutsOff:"\u95DC\u9589","fingers.2":"\u96D9\u6307\u89F8\u6478","fingers.3":"\u4E09\u6307\u89F8\u6478","fingers.4":"\u56DB\u6307\u89F8\u6478","fingers.5":"\u4E94\u6307\u89F8\u6478","multipleClick.2":"\u96D9\u64CA","multipleClick.3":"\u4E09\u9023\u64CA","multipleClick.4":"\u56DB\u9023\u64CA","slide.left":"\u5411\u53F3\u6ED1\u52D5","slide.right":"\u5411\u5DE6\u6ED1\u52D5",contact:"\u806F\u7D61\u6211\u5011","contact.description":"\u5982\u679C\u60A8\u6709\u4EFB\u4F55\u554F\u984C\u6216\u5EFA\u8B70\uFF0C\u6B61\u8FCE\u586B\u5BEB\u4E0B\u65B9\u8868\u55AE\u806F\u7D61\u6211\u5011\uFF0C\u6216\u8005\u767C\u9001\u90F5\u4EF6\u81F3 {email}\uFF0C\u6211\u5011\u6703\u76E1\u5FEB\u56DE\u8986\u60A8\u3002","font.none":"\u7121","font.Microsoft YaHei":"\u5FAE\u8EDF\u96C5\u9ED1","font.SimSun":"\u5B8B\u9AD4","font.NSimSun":"\u65B0\u5B8B\u9AD4","font.Microsoft JhengHei":"\u5FAE\u8EDF\u6B63\u9ED1\u9AD4","font.KaiTi":"\u6977\u9AD4","font.FangSong":"\u4EFF\u5B8B","font.PingFang SC":"\u860B\u65B9","font.STHeiti":"\u83EF\u6587\u9ED1\u9AD4","font.STKaiti":"\u83EF\u6587\u6977\u9AD4","font.STSong":"\u83EF\u6587\u5B8B\u9AD4","font.STFangsong":"\u83EF\u6587\u4EFF\u5B8B","font.STZhongsong":"\u83EF\u6587\u4E2D\u5B8B","font.STHupo":"\u83EF\u6587\u7425\u73C0","font.STXinwei":"\u83EF\u6587\u65B0\u9B4F","font.STLiti":"\u83EF\u6587\u96B8\u66F8","font.STXingkai":"\u83EF\u6587\u884C\u6977","font.Hiragino Sans GB":"\u51AC\u9752\u9ED1\u9AD4","font.Lantinghei SC":"\u862D\u4EAD\u9ED1","font.Hanzipen SC":"\u6F22\u5100\u7FE9\u7FE9\u9AD4","font.Hannotate SC":"\u6F22\u5100\u6CE8\u9ED1","font.Songti SC":"\u5B8B\u9AD4","font.Wawati SC":"\u5A03\u5A03\u9AD4","font.Weibei SC":"\u9B4F\u7891","font.Xingkai SC":"\u884C\u6977","font.Yapi SC":"\u96C5\u75DE","font.Yuanti SC":"\u5713\u9AD4","browser.toggleVideoSubtitlePreTranslation":"\u5207\u63DB\u96D9\u8A9E\u5B57\u5E55\u512A\u5148\u4F7F\u7528\u6C89\u6D78\u5F0F\u7FFB\u8B6F\u8A2D\u7F6E","desc.toggleVideoSubtitlePreTranslation":"\u6309\u4E0B\u5F8C\uFF0C\u8996\u983B\u96D9\u8A9E\u5B57\u5E55\u6703\u512A\u5148\u4F7F\u7528\u6C89\u6D78\u5F0F\u7FFB\u8B6F\u7684\u8A2D\u7F6E\uFF0C\u518D\u6B21\u6309\u4E0B\u6703\u512A\u5148\u4F7F\u7528\u539F\u8996\u983B\u81EA\u5E36\u7684\u6A5F\u7FFB\u5B57\u5E55\uFF0C\u6CE8\u610F\uFF1A\u8A72\u5FEB\u6377\u65B9\u5F0F\u4FEE\u6539\u7684\u662F\u5168\u5C40\u8A2D\u7F6E",videoSubtitlePreTranslationOn:"\u8996\u983B\u5B57\u5E55\u5C07\u512A\u5148\u4F7F\u7528\u6C89\u6D78\u5F0F\u7FFB\u8B6F",videoSubtitlePreTranslationOff:"\u8996\u983B\u5B57\u5E55\u5C07\u512A\u5148\u4F7F\u7528\u539F\u8996\u983B\u81EA\u5E36\u7684\u6A5F\u7FFB\u5B57\u5E55",translationFont:"\u8A2D\u7F6E\u5B57\u9AD4","translationFont.custom":"\u8F38\u5165\u81EA\u5B9A\u7FA9\u5B57\u9AD4","translationFont.customPlaceholder":"\u5B57\u9AD4","translationFont.notSupportErrorMessage":"\u8ACB\u6AA2\u67E5\u60A8\u8F38\u5165\u7684\u5B57\u9AD4\u540D\u7A31\u662F\u5426\u6B63\u78BA\uFF0C\u6216\u78BA\u8A8D\u8A72\u5B57\u9AD4\u5DF2\u5728\u60A8\u7684\u8A2D\u5099\u4E0A\u5B89\u88DD\u3002","touch.mouse-translate":"\u7FFB\u8B6F\u6307\u5B9A\u6BB5\u843D","error.serveConfigError":"\u670D\u52D9\u914D\u7F6E\u932F\u8AA4","error.reloadPageOfSetting":"\u914D\u7F6E\u5F8C\uFF0C\u8ACB\u5237\u65B0\u9801\u9762\u518D\u6B21\u7FFB\u8B6F\u3002","error.googleLimitIp":"\u670D\u52D9\u8FD4\u56DE\u932F\u8AA4\uFF0C\u8C37\u6B4C\u670D\u52D9\u5DF2\u5C0D\u8A72IP\u5730\u5740\u9032\u884C\u9650\u6D41\uFF0C\u5EFA\u8B70\u60A8\u66F4\u63DB\u7DB2\u7D61\u7BC0\u9EDE\u3002","error.openAIFreeLimit":"\u670D\u52D9\u8FD4\u56DE\u932F\u8AA4\uFF0C\u7576\u524D\u7684\u7FFB\u8B6F\u8ACB\u6C42\u983B\u7387\u5DF2\u9054\u5230\u6BCF\u5206\u9418\u6700\u591A 3 \u6B21\u7684\u4E0A\u9650\uFF0C\u8ACB\u7A0D\u5F8C\u518D\u8A66\u3002\uFF08\u9019\u662F OpenAI \u5B98\u65B9\u5C0D\u514D\u8CBB API Key \u7684\u9650\u5236\uFF0C\u82E5\u8981\u89E3\u9664\u6B64\u9650\u5236\uFF0C\u8ACB\u5728 OpenAI \u5F8C\u53F0\u7D81\u5B9A\u4FE1\u7528\u5361\u3002\uFF09","error.openAIExceededQuota":"\u670D\u52D9\u8FD4\u56DE\u932F\u8AA4\uFF1A\u4F60\u7576\u524D\u7684 OpenAI \u8CEC\u6236\u9918\u984D\u4E0D\u8DB3\uFF0C\u8ACB\u5728 OpenAI \u5B98\u65B9\u5F8C\u53F0\u9032\u884C\u5145\u503C\u6216\u8005\u7D81\u5B9A\u4FE1\u7528\u5361\u3002","error.429":"\u670D\u52D9\u8FD4\u56DE\u932F\u8AA4\uFF0C\u8AAA\u660E\u8ACB\u6C42\u904E\u65BC\u983B\u7E41\u6216\u8D85\u51FA\u984D\u5EA6\u9650\u5236\uFF0C\u8ACB\u7A0D\u5F8C\u518D\u8A66\u3002","error.403":"\u670D\u52D9\u8FD4\u56DE\u932F\u8AA4\uFF0C \u66AB\u6642\u6C92\u6709\u6B0A\u9650\u8A2A\u554F\u8A72\u670D\u52D9\u3002","error.400":"\u670D\u52D9\u8FD4\u56DE\u932F\u8AA4\uFF0C \u8ACB\u6C42\u53C3\u6578\u932F\u8AA4\uFF0C\u8ACB\u6AA2\u67E5\u76F8\u61C9\u914D\u7F6E\u3002","error.502":"\u670D\u52D9\u8FD4\u56DE\u932F\u8AA4\uFF0C \u670D\u52D9\u8D85\u6642\uFF0C\u8ACB\u7A0D\u5F8C\u518D\u8A66\u3002","error.proTokenInvalid":"\u82E5\u60A8\u662FPro\u7528\u6236\uFF0C\u8ACB\u767B\u9678\u5F8C\u518D\u4F7F\u7528Pro\u7FFB\u8B6F\u670D\u52D9","error.proUpgrade":"\u5347\u7D1A\u5F8C\uFF0C\u8ACB\u5237\u65B0\u9801\u9762\u518D\u6B21\u7FFB\u8B6F\u3002","error.configError":"\u914D\u7F6E\u6578\u64DA\u7570\u5E38","error.goReset":"\u524D\u5F80\u91CD\u7F6E",batchEdit:"\u6279\u6B21\u64CD\u4F5C","translationServices.inherit":"\u8DDF\u96A8\u4E3B\u7FFB\u8B6F\u670D\u52D9","translationModeLang.translation.title":"\u50C5\u8B6F\u6587\u6A21\u5F0F\u7684\u8A9E\u8A00","translationModeLang.translation.description":"\u7576\u9801\u9762\u8A9E\u8A00\u70BA\u4E0B\u5217\u8A9E\u8A00\u6642\uFF0C\u6703\u81EA\u52D5\u4F7F\u7528\u50C5\u8B6F\u6587\u6A21\u5F0F","translationModeUrl.translation.title":"\u50C5\u8B6F\u6587\u6A21\u5F0F\u7684\u7DB2\u5740","translationModeUrl.translation.description":"\u7576\u7DB2\u7AD9\u70BA\u4E0B\u5217\u57DF\u540D\u6642\uFF0C\u6703\u81EA\u52D5\u4F7F\u7528\u50C5\u8B6F\u6587\u6A21\u5F0F",download_started:"\u4E0B\u8F09\u5DF2\u7D93\u958B\u59CB\uFF0C\u5982\u679C\u6C92\u6709\u81EA\u52D5\u4E0B\u8F09\uFF0C\u8ACB\u624B\u52D5\u9EDE\u64CA",here:"\u9019\u88E1","error.serveUnavailable":"\u60A8\u76EE\u524D\u6240\u4F7F\u7528\u7684 [{serverName}] \u670D\u52D9\u56E0\u7DB2\u8DEF\u9023\u7DDA\u6216\u670D\u52D9\u63D0\u4F9B\u5546\u7684\u554F\u984C\u66AB\u6642\u7121\u6CD5\u8A2A\u554F\u3002\u5EFA\u8B70\u60A8\u5617\u8A66\u5237\u65B0\u9801\u9762\u6216\u900F\u904E<1>\u8A2D\u5B9A\u66F4\u63DB\u5176\u4ED6\u7FFB\u8B6F\u670D\u52D9\u3002\u82E5\u60A8\u662F<2>Pro\u6703\u54E1\uFF0C\u53EF\u4EE5\u9078\u64C7\u4F7F\u7528\u66F4\u70BA\u7A69\u5B9A\u7684 DeepL \u6216 OpenAI \u7FFB\u8B6F\u670D\u52D9\uFF08<3>\u9EDE\u6B64\u514D\u8CBB\u9AD4\u9A57\uFF09\u3002 \u53E6\u5916\uFF0C\u60A8\u4E5F\u53EF\u80FD\u9700\u8981\u6AA2\u67E5\u60A8\u7684\u7DB2\u8DEF\u6216\u4EE3\u7406\u8A2D\u5B9A\u3002",detectServiceLoading:"\u6B63\u5728\u6AA2\u6E2C\u53EF\u7528\u7684\u7FFB\u8B6F\u670D\u52D9...",toggleToService:"\u5207\u63DB\u5230{service}\u4E26\u91CD\u8A66","error.gemini.429":"\u7576\u524D Gemini \u670D\u52D9\u7576\u524D\u627F\u8F09\u80FD\u529B\u5DF2\u9054\u4E0A\u9650\uFF0C\u8ACB\u60A8\u7A0D\u5F8C\u518D\u8A66\uFF0C\u6216\u8005\u5207\u63DB\u5230\u5176\u4ED6\u7FFB\u8B6F\u670D\u52D9",enableSentryReport:"\u7576\u64F4\u5C55\u767C\u751F\u932F\u8AA4\u6642\uFF0C\u4F7F\u7528 Sentry \u63D0\u4EA4\u53CD\u994B","translationServices.gemini":"\u96D9\u5B50\u5EA7","error.subscriptionExpiredTitle":"\u6703\u54E1\u5DF2\u904E\u671F","error.subscriptionExpired":"\u60A8\u7684\u6703\u54E1\u53EF\u80FD\u5DF2\u904E\u671F\uFF0C\u8ACB\u6AA2\u67E5\u60A8\u7684\u6703\u54E1\u72C0\u614B",geminiWarning:"\u6CE8\u610F\uFF1AGoogle \u63D0\u4F9B\u7684 Gemini \u7684\u514D\u8CBB\u670D\u52D9\u9650\u5236\u56B4\u683C\uFF0C\u53EF\u80FD\u6703\u88AB Google \u5224\u5B9A\u70BA\u7528\u6236\u5728\u4F7F\u7528\u591A\u500B Key \u4F86\u898F\u907F\u4ED6\u5011\u7684\u514D\u8CBB\u914D\u984D\u9650\u5236\uFF0C\u4E0D\u5EFA\u8B70\u4F7F\u7528\uFF0C\u5EFA\u8B70\u7B49\u5F85 Google \u672A\u4F86\u958B\u653E Gemini \u4ED8\u8CBB\u63A5\u53E3\u5F8C\u518D\u4F7F\u7528\u3002","floatBall.setting":"\u8A2D\u7F6E","floatBall.translateToLanguage":"\u9EDE\u64CA\u7FFB\u8B6F\u70BA{language}","floatBall.file":`\u7FFB\u8B6FPDF\u3001EPUB\u3001SRT\u3001 ASS\u3001HTML\u3001TXT\u6587\u4EF6`,changeToDualTranslationMode:"\u5207\u63DB\u9810\u8A2D\u8B6F\u6587\u6A21\u5F0F\u70BA\u96D9\u8A9E\u5C0D\u7167",changeToOnlyTempTranslationMode:`\u7576\u524D\u70BA\u96D9\u8A9E\u5C0D\u7167 \u9EDE\u64CA\u5207\u63DB\u70BA\u50C5\u8B6F\u6587`,changeToOnlyTranslationMode:"\u5207\u63DB\u9810\u8A2D\u7FFB\u8B6F\u6A21\u5F0F\u70BA\u50C5\u986F\u793A\u8B6F\u6587",changeToDualTempTranslationMode:`\u7576\u524D\u70BA\u50C5\u8B6F\u6587 @@ -4997,7 +4997,7 @@ ass\u3001HTML\u3001TXT\u6A94\u6848`,"description.multiplePrompt":`\u7576\u6BB5\u {env.imt_sub_trans_field}: \u8B6F\u6587 - id: 2 {env.imt_sub_source_field}: Source - {env.imt_sub_trans_field}: \u8B6F\u6587`,"subtitle.quickButton.translationPosition":"\u8B6F\u6587\u4F4D\u7F6E","subtitle.quickButton.cyan":"\u9752\u8272","subtitle.quickButton.translationPositionTop":"\u539F\u6587\u4E0A\u65B9","subtitle.quickButton.translationPositionBottom":"\u539F\u6587\u4E0B\u65B9","subtitle.quickButton.yellow":"\u9EC3\u8272","subtitle.quickButton.black":"\u9ED1\u8272","subtitle.quickButton.white":"\u767D\u8272","subtitle.quickButton.setting":"\u8A2D\u7F6E","subtitle.quickButton.blue":"\u85CD\u8272","subtitle.quickButton.backgroundColor":"\u80CC\u666F\u984F\u8272","subtitle.quickButton.sourceFontSize":"\u539F\u59CB\u5B57\u9AD4\u5927\u5C0F","subtitle.quickButton.translationFontSize":"\u7FFB\u8B6F\u6587\u5B57\u9AD4\u5927\u5C0F","translationServices.claude":"\u514B\u52DE\u5FB7","subtitle.quickButton.sourceTextColor":"\u539F\u59CB\u5B57\u9AD4\u984F\u8272","subtitle.quickButton.red":"\u7D05\u8272","subtitle.quickButton.translationTextColor":"\u7FFB\u8B6F\u6587\u5B57\u9AD4\u984F\u8272","subtitle.quickButton.magenta":"\u6D0B\u7D05\u8272","subtitle.quickButton.green":"\u7DA0\u8272","subtitle.quickButton.backgroundOpacity":"\u80CC\u666F\u4E0D\u900F\u660E\u5EA6",attachSubtitleTranslating:"\u6B63\u5728\u4F7F\u7528 {service} \u7FFB\u8B6F\u4E2D...","error.claude.403":"\u66AB\u7121\u6B0A\u9650\u8A2A\u554F\u670D\u52D9\uFF0C\u53EF\u80FD\u8207 Claude \u7684\u5730\u5340\u9650\u5236\u6709\u95DC\uFF0C\u60A8\u53EF\u4EE5\u5617\u8A66\u5207\u63DB\u60A8\u7684 IP \u5730\u5740\uFF0C\u6216\u8005\u4F7F\u7528\u5176\u4ED6\u7FFB\u8B6F\u670D\u52D9\u3002","browser.brandDescriptionForSafari":"\u3010\u6C89\u6D78\u5F0F\u7FFB\u8B6F\u3011\u4E00\u6B3E\u514D\u8CBB\u7684\uFF08\u539F\u6587/\u8B6F\u6587\uFF09\u96D9\u8A9E\u5C0D\u7167\u7DB2\u9801\u7FFB\u8B6F\u63D2\u4EF6\uFF0C\u540C\u6642\u652F\u6301PDF\u7FFB\u8B6F\u548CEPUB\u96FB\u5B50\u66F8\u7FFB\u8B6F\u4E14\u4FDD\u7559\u539F\u6587\u6A94\u6392\u7248\uFF0CYoutube/Netflix\u7B49\u5728\u7DDA\u8996\u983B\u96D9\u8A9E\u5B57\u5E55\u7FFB\u8B6F\uFF0C\u652F\u6301Deepl/Google\u7B49\u4E3B\u6D41\u7FFB\u8B6F\u670D\u52D9;","browser.PdfProFile":"AI \u9A45\u52D5\u7684 PDF Pro \u7FFB\u8B6F","browser.textTranslate":"\u6587\u672C\u7FFB\u8B6F\uFF08\u5C0D\u6BD4\u591A\u500B\u7FFB\u8B6F\u670D\u52D9\uFF09"};var yb={nologin:"Not logged in",loginForSafari:"Sign In or Sign Up",login:"Log In",goLogin:"Sign In",manageAccount:"Manage Account",openPremium:"Upgrade to Pro",logout:"Logout",curentPlan:"Current Plan",endAt:"Expires",endAuto:"Auto Renew",lineBreakMaxTextCount:"Maximum characters per sentence after line break","translate-pdf":"Translate PDF","noSupportTranslate-pdf":"This script is not supported. Please use a plugin.","translate-firefox-local-pdf":"Go to upload PDF",enableLineBreak:"Enable automatic line wrapping for long paragraphs",sponsorLabel:"Sponsor developers from $1 (monthly or one-time)",help:"Help",enableLineBreakDescription:"After activating, insert line breaks at the end of each sentence in lengthy paragraphs for improved readability.","browser.shortBrandName":"Immersive Translate","browser.brandName":"Immersive Translate - Translate Website & PDF","browser.brandDescription":"Free Translate Website, Translate PDF & Epub eBook, Translate Video Subtitles in Bilingual","browser.toggleTranslatePage":"Translate webpage/Display original text","browser.toggleTranslateTheWholePage":"Translate entire page/Display original text","browser.toggleTranslateToThePageEndImmediately":"Translate instantly to the bottom of the page/Display original text","browser.toggleTranslateTheMainPage":"Translate main page /Display original text","browser.shareToDraft":"Share Bilingual Page","browser.openOptionsPage":"Open Settings Page","browser.translateLocalPdfFile":"Translate local PDF File","browser.openEbookViewer":"Read local e-books","browser.openEbookBuilder":"Create Bilingual EPUB E-books","browser.translateLocalHtmlFile":"Translate HTML/txt File","browser.donateContext":"Explore Sponsorship Benefits","browser.translateLocalSubtitleFile":"Translate Local Subtitle File",confirmResetConfig:"Are you sure you want to reset settings?",translationLineBreakSettingTitle:"Line break setting",smartLineBreak:"Smart Wrap",alwaysLineBreak:"Always Wrap",isShowContextMenu:"Add Translation to Right-Click Menu",toggleBeta:"Enable Beta Testing Features",betaDescription:"Enable experimental features and test translation services. Join the <1>Telegram group for more information.",translationLineBreakSettingDescription:"Always Wrap is suitable for layouts with less content, providing a neater appearance. (For longer paragraphs with over {count} characters, use Smart Wrap for a more space-efficient display.)",tempTranslateDomainTitle:"Temporarily Activate Website Translation Time",tempTranslateDomainDescription:"When manually translating a webpage, temporarily enable automatic translation for the site. You can set a temporary duration.",xMinutes:"{count} minutes",disabled:"Disable",changelog:"Change Log",toggleTranslatePageWhenThreeFingersOnTheScreen:"Touch screen with multiple fingers to translate webpage/display original text",toggleTranslationMaskWhenThreeFingersOnTheScreen:"Touch screen with multiple fingers to show/hide the blurry effect of the translated text",addUrlDescription:"You can specify domain names, and also use wildcard characters, such as: *.google.com, google.com/mail/*, https://www.google.com/*",general:"General",clickToExpandConfig:"Expand current configuration",import:"Import from file",export:"Export to file",toggleDebug:"Print debug logs to console","fingers.0":"Close",mouseHoldKey:"+ {key} translate/restore this paragraph",mouseHoldKeyAuto:"immediately translate this paragraph",mouseHoldKeyOff:"Do nothing",mouseHoldKeyOther:"Custom shortcut key (open settings)",mouseHoldKeyCustomKey:"{key} translate/restore this paragraph","mouse-translate":"Hover",document:"Document",resetSuccess:"Reset all settings successful",resetThisSuccess:"Reset successful",saved:"Saved successfully",successImportConfig:"Configuration imported successfully",goAdvancedSettings:"Go to Advanced Settings Page",goAdvancedInterfaceSettings:"Go to Advanced Custom Settings Page",advanced:"Advanced Settings",advancedDescription:"Generally, there's no need to adjust; keep the default settings. These options are provided for more advanced users seeking a more personalized experience.",developer:"Developer settings",donateCafe:"Pricing","translate to the bottom of the page":"After opening a webpage, do you want to translate to the bottom of the page immediately?",feedback:"Feedback",toggleTranslatePage:"Translate webpage/Show original text",translateToThePageEndImmediatelyDescription:"Once enabled, upon entering a webpage, it will immediately translate the content from the top to the bottom. If disabled, it will translate as you read. (Not recommended to enable)","translate all areas of the page":"Should all areas of the webpage be translated?",translationAreaDescription:"Once enabled, all areas of the entire webpage will be translated. If disabled, the default smart recognition will be used to translate only the main areas. (Not recommended to enable)","the number of characters to be translated first":"Translate the first few characters of the page directly, without waiting to scroll to the visible area.","interface language":"Interface language","display both the original text and the translation":"Display both the original text and the translation","keyboard shortcuts":"Keyboard shortcuts",modify:"Edit",reset:"Reset",close:"Close",homepage:"Home Page",more:"More",moreOptions:"Expand for more custom settings",translateTheWholePage:"Translate entire page",changeToTranslateTheWholePage:"Translate the Whole Page",changeToTranslateTheMainPage:"Translate the Main Content",changeToOnlyTranslationMode:"Show Translation only",changeToDualTranslationMode:"Show Bilingual Translation",translateToThePageEndImmediately:"Immediately translate to the bottom ",translateTheMainPage:"smart translate the main areas","The local rules are up to date":"Local rules are up to date:","Successfully synchronized with the latest official rules:":"Successfully synced latest official rules:","Checking for updates":"Checking for update","Rules are being synchronized":"Syncing official rules",localVersionIsTooOld:"The local extension version is too old, please upgrade the extension to {minVersion} or a newer version and try to sync again.",badUserscriptBrowser:"The current browser does not correctly support the interface of the Tampermonkey extension (such as obtaining version information of Tampermonkey scripts). Please use another <1>browser that supports Tampermonkey extensions, such as Firefox.",foundNewVersion:"New version available",theLocalExtensionIsUpToUpdate:"The current extension version is up to date.",failToSyncRules:"Failed to sync latest adaptive rules",retry:"Retry",failedReason:"Failure reason",currentRuleVersion:"Current Rule Version",calculating:"Calculating",unknownError:"Unknown Error",canNotFetchRemoteRule:"Unable to fetch remote rule",enableAlphaSuccess:"Alpha feature enabled successfully",disableAlphaSuccess:"Alpha feature has been disabled",cacheSize:"Cache size:",cleaning:"Cleaning",cleanCache:"Clear cache",options:"Options",about:"About",service:"Translation Service",needAction:"(go to settings)",goSettings:"go to settings",needActionForOptions:"(requires setting)",translationEngine:"Engine Options",sourceLanguage:"Original language",target:"Target Language",popupSourceLanguage:"Source",popupTarget:"Target",popupService:"Service",forThisSite:"Site",autoEnableSubtitle:"Auto-enable bilingual captions",alwaysTranslate:"Always translate",neverTranslate:"Never translate",neverTranslateSomeLanguage:"Never translate {language}",alwaysTranslateSomeSite:"Always translate {hostname}",neverTranslateSomeSite:"Never translate {hostname}",alwaysTranslateSomeSiteOrWildSite:"Always translate this site",alwaysTranslateSomePage:"Always translate this page",add:"Add",default:"Default",forThisLanguage:"For This Language:","add url":"Add URL",edit:"Edit",pickAll:"Select All","translate other languages into specific language":"Translate other languages into the language you set","select translation service":"Select a translation service",language:"Language","show-original":"Show Original",translate:"Translate",Translated:"Translated",Translating:"Translating",Error:"Error",allowCacheTranslations:"Enable local translation caching (reduce translation requests for repeated paragraphs)","translation display":"Translation display style","select diplay style":"See below for examples of different translation styles",interface:"Interface Settings",import_export:"Import/Export",import_export_title:"Import/Export Configuration",syncToGoogleDrive:"Sync Now with Google Drive",floatBallOptions:"Floating Button","floatBallOptions.enable":"Enable Floating Ball","floatBallOptions.blockUrls":"Blocked Websites","floatBallOptions.add":"Add","floatBallOptions.blockUrlDesc":"Don\u2019t show the floating ball on these websites","floatBallOptions.clickType":"Click Behavior","floatBallOptions.clickTypeDesc":"What happens when you click the floating ball icon","floatBallOptions.clickPopup":"Display Translation Panel","floatBallOptions.clickTranslate":"Translate/Show Original Text","floatBallOptions.fixedPosition":"Fixed Position","floatBallOptions.fixedPositionDesc":"Whether the float ball is on the left or right of the window","floatBallOptions.fixedPositionLeft":"Left","floatBallOptions.fixedPositionRight":"Right",previewAllThemes:"Preview all themes","translationTheme.none":"None","translationTheme.grey":"Black Gray","translationTheme.dashed":"Dotted lines","translationTheme.dotted":"Dotted lines","translationTheme.dashedBorder":"Dotted Border","translationTheme.solidBorder":"Solid Border","translationTheme.underline":"Straight line","translationTheme.mask":"Blur effect (learning mode)","translationTheme.opacity":"Transparency effect","translationTheme.paper":"White paper shadow effect","translationTheme.dividingLine":"Dividing line","translationTheme.highlight":"Highlight","translationTheme.marker":"Marker","translationTheme.marker2":"Maker2","translationTheme.blockquote":"quote style","translationTheme.weakening":"Weaken","translationTheme.italic":"Italic","translationTheme.bold":"Bold","translationTheme.thinDashed":"Thin dotted lines","translationTheme.nativeDashed":"System built-in dotted lines","translationTheme.nativeDotted":"System built-in dotted lines","translationTheme.nativeUnderline":"System built-in straight lines","translationTheme.wavy":"wavy lines","translationServices.custom":"Custom API","translationServices.tencent":"Tencent Translator","translationServices.tenAlpha":"Tencent Translator (Alpha)","translationServices.google":"Google Translate","translationServices.bai":"Baidu (Alpha)","translationServices.baidu":"Baidu translation","translationServices.aliyun":"Aliyun Translator","translationServices.volc":"Volcano Translation","translationServices.deeplx":"DeepLX (Alpha)","translationServices.bing":"Microsoft Translator","translationServices.deepl":"DeepL","translationServices.wechat":"Wechat translation","translationServices.azure":"Azure Translator","translationServices.ibm":"IBM Watson","translationServices.aws":"Amazon Translate","translationServices.mock":"Mock translation","translationServices.mock2":"Mock Translation2","translationServices.caiyun":"Caiyun Translation","translationServices.cai":"Caiyun Translation (Alpha)","translationServices.volcAlpha":"Volcano Translation (Alpha)","translationServices.openl":"OpenL","translationServices.youdao":"Youdao Translation","translationServices.you":"Youdao Translation (Alpha)","translationServices.transmart":"Tencent Smart Translation","translationServices.niu":"Niu Translation","translationServices.papago":"Papago Translation","translationServices.d":"DeeplX (Alpha)","translationServices.dpro":"D Pro (Canary)","translationServices.openai":"OpenAI","translationServices.yandex":"Yandex","translationServices.gemini":"Gemini","translationServices.chatgpt":"ChatGPT Web(3.5 mobile)","translate title":"Translate page title","always languages":"Always translate the following languages",neverTranslateLanguagesLabel:"Never Translated Languages",neverTranslateTheFollowingLanguagesDescription:"When a paragraph on a page is in one of the following languages, the translation will be skipped",enableUserscriptPagePopup:"Always show Popup windows on the page",enableUserscriptPagePopupDescription:"After closing the floating ball, you can use the shortcut key /{touch} to summon it. To prevent accidentally losing the floating ball after turning off this option, it is strongly recommended to bookmark this settings page.","always translate the following languages":"The following languages will always be translated","always sites":"Always translate the following sites","always translate the following sites":"The following sites will always be translated","never sites":"Never translate the following sites","never translate the following sites":"The following sites will never be translated","please refer to":"It can only be used after filling in the key. For details, please refer to",KeyAndConfigurationTutorial:"Key Application and Configuration Tutorial",useAboveStyleForTheseSites:"Sites that always use the {theme} translation style",currentUrl:"Current URL",confirm:"Save",cancel:"Cancel",delete:"Delete",syncToCloud:"Sync to cloud",syncToCloudDescription:"Upload the configuration to the cloud server, and you can synchronize the configuration between different browsers or Tampermonkey scripts, based on the last modification time.",syncToAccount:"Sync to account",syncToAccountButton:"Sync to account now",syncToAccountDescription:"Uploaded to the logged-in account, the configuration can be synchronized between different devices, and the last modification time shall prevail.",successSyncConfigInAccount:"Successfully synced with account",successSyncConfigToAccount:"Successfully synchronized to account",syncConfigNoUpdate:"Already up to date",authFail:"Authorization Failed",syncTitle:"Manual Backup Management",import_hint:"Import",upload:"Upload",revokeAuth:"Revoke Authorization",uploadFail:"Upload Failed",download:"Download",importSuccess:"Upload Success",importFail:"Import Failed",deleteFail:"Delete Failed",backupToCloud:"Manage backup files manually",create_new_backup:"Add backup node",maxBackupFiles:"Up to{count}different nodes can be backed up. Please delete unneeded nodes",backupToCloudDescription:"Upload or restore backup files manually, up to 3 different backups",successSyncConfig:"Successfully synced with cloud",syncFail:"Synchronization failed",updatedAt:"Updated at {date}",lastSyncedAt:"Last checked at {date}",downloadFail:"Download failed",clickToDownload:"Click to download",aboutLabel:"About - Feedback ","browser.openAboutPage":"About / Feedback/Sponsor",aboutLabelWithoutSponsor:"About - Feedback",aboutIntro:"We hope that all users will easily and pleasantly access to the enormous amount of foreign language information available on the Internet \u2764\uFE0F. You can choose to subscribe to <6>Pro membership to use the out-of-the-box DeepL and OpenAI translation.

Follow us on<3>Twitter, <4>Telegram Channel, WeChat public account, WeChat community group, or subscribe to updates via <5>email below.
<7>Pro members can contact us through the quick customer service email <8>support@immersivetranslate.com.",aboutIntroWithoutSponsor:"The extension is completely free. We hope that everyone can easily and joyfully access the vast foreign language information on the Internet \u2764\uFE0F.

Follow us on <3>Twitter, <4>Telegram channel, WeChat public account, WeChat community group, or subscribe to updates via <5>email below.",projectHomepage:"Project Homepage",joinTelegramGroup:"Join our communities for feature discussion",wechatPublicAccount:"Wechat Official Account",wechatCommunities:"Wechat Group",qqCommunities:"QQ Channel",joinTelegramChannel:"Subscribe to our Telegram channel to get the latest updates",feedbackAndJoin:"Feedback",autoSync:"Auto-Time Sync",loadingThemeTitle:"Loading Style",loadingThemeDescription:"Set the style of waiting for the translation to load","loadingTheme.spinner":"Spinning icon","loadingTheme.text":"Static Text... ","loadingTheme.none":"Disabled",developerDescription:"You can click <1>here to see the documentation related to advanced customization","edit border color":"Edit border color",successSyncButNoChange:"The current configuration is consistent with that in the cloud server",customTheme:"Customize colors and sizes","customThemeLabel.borderColor":"Border color","customThemeLabel.borderRadius":"Border Round Corner","customThemeLabel.textColor":"Text color","customThemeLabel.backgroundColor":"Background color","customThemeLabel.zoom":"Font scale (%)","customThemeLabel.opacity":"Text opacity (%)",resetToDefaultColor:"Reset to default colors",resetToDefaultSettings:"Reset to default settings",isTranslateTitle:"Enable translate page title",isTranslateTitleDescription:"When enabled, the webpage title will be translated",enableSearchEnhancement:"Enable Search Enhancement",enableSearchEnhancementDescription:"After activation, the right sidebar will automatically display 'Google News' search results for the corresponding English keywords on supported websites (Google News, Google Search (for certain keywords), Xueqiu, East Money, Futu, Tiger Community).",verifyService:"Verify service",verified:"Successful","field.langs":"Supported Language Code","field.model":"Model","field.translationEngine":"Translation engine","field.limitPerMinute":"Max requests per minute","field.limitPerSecond":"Max requests per second","field.maxTextLengthPerRequest":"Maximum text length per request","field.maxTextGroupLengthPerRequest":"Maximum number of paragraphs per request","field.apiUrl":"Custom API interface address","field.placeholderDelimiters":"Reserved placeholders","description.custom":"Custom interface access requires reference documents","description.limitPerMinute":"When the number of requests exceeds this limit, it will be temporarily suspended until the beginning of the next minute. Due to various limitations of OpenAI's current services, please click <1>here to view the latest suggested values","description.limitPerSecond":"When the number of requests exceeds this limit, it will be temporarily suspended until the beginning of the next second. Due to various limitations of OpenAI's current services, please click <1>here to view the latest suggested values","description.generalLimitPerSecond":"When the number of requests exceeds the limit, it will enter a queue state until the beginning of the next second.","description.prompt":"The dialogue sent to {service} as a user, where {{text}} represents the text content of the paragraph, {{from}} represents the language of the paragraph, and {{to}} represents the target language.","description.maxTextLengthPerRequest":"By default multiple paragraphs will be merged to reduce the number of requests, but if the total length of the paragraphs is too long, it may also cause the interface to respond slowly, so you can try to adjust this option to optimize speed","description.systemPrompt":"Send the conversation to OpenAI as a system, where {{text}} represents the text content of the paragraph, {{from}} represents the original language of the paragraph, and {{to}} represents the target language.","field.domain":"Domain","description.domain":"The default is: general. It can only be set when domain translation is activated in the Youdao API console, and the supported domains can be seen <1>Here ","field.scene":"Scenarios","description.scene":"The default is: general. It can be set only if the Alibaba Cloud API console has the Machine Translation Professional Edition enabled. Supported scenes can be found <1>here.","field.vocabId":"User dictionary ID","description.vocabId":"Specified dictionary out_id, currently supported in English translation","description.model":"OpenAI's models, such as gpt-3.5-turbo, gpt-4, etc","description.maxTextGroupLengthPerRequest":"The number of paragraphs sent to translation service each time. Sending too many paragraphs to OpenAI at once can slow down the interface.","description.apiUrl":"Please add a specific URL with a path, <1>more instructions",enabledExtension:"Enable extensions",clickToDisableExtension:"Click to disable extension",clickToEnableExtension:"Click to enable the extension",hasBeenDisabled:"Disabled","show password":"Show password",customContent:"Enter the name of the custom model",inputOptions:"Enhanced input box",mouseHoverOptions:"Mouse Hover",modifyMouseHoverKey:"Modify mouse hover shortcuts",enableInputTranslation:"enhanced input box?",enableInputTranslationDescription:"When enabled, enter {startingKey}{startingKey} direct in the input box and hit{inputTrailingTriggerKeyRepeatTimes}times{trailingKey}, translated into {inputTargetLanguage}",enableInputTranslationDescriptionForNoneKey:'When enabled, simply enter "Hello World" in the input box, then quickly press {inputTrailingTriggerKeyRepeatTimes} times on {trailingKey}, and it will be translated into the default target language.',inputTargetLanguage:"Set the default target language for the input box",inputTargetLanguageDescription:"The default target language for the translation input box, which is {startingKey}{startingKey} as the default language for triggering words.",inputTargetLanguageDescriptionForNoneKey:"Default target language for translation input box",inputStartingTriggerKeyTitle:"Set the delimiter character for partial translation of the input box",inputStartingTriggerKeyDescription:"When you don\u2019t need to translate the entire input box, the delimiter allows you to only translate the part from {startingKey}{startingKey} to the end of the input box. You can also specify a language code, for example: {startingKey}ja means to only translate the part from {startingKey}ja to the end of the input box",inputStartingTriggerKeyDescriptionForNoneKey:"The current setting does not require a prefix, so the partial text translation function of the input box cannot be used temporarily",inputTrailingTriggerKeyTitle:"Select a trigger character to indicate the end of input.",inputTrailingTriggerKeyDescription:"Quickly hitting {trailingKey} 3 times will start the translation",inputTrailingTriggerKeyTimeout:"Enter the interval time to end the trailing trigger",inputTrailingTriggerKeyTimeoutDescription:"Set the interval time for the end of input combo trigger (milliseconds)",spaceKey:"",noneKey:"No prefix needed, translate the entire text box directly",inputTranslationBlockUrlsTitle:"Do not enable input box enhancement on the following URLs",inputTranslationBlockUrlsDescription:"The input box enhancement will not work in the following URL",inputHelperInfo:`Note: We have optimized the system to address an issue where certain characters in Chinese input methods were being converted into Chinese punctuation marks. For instance, when using Sogou Input Method, "/" would be changed to "\u3001". We now recognizes all corresponding Chinese symbols as triggering characters, including "//" and "\u3001\u3001". + {env.imt_sub_trans_field}: \u8B6F\u6587`,"subtitle.quickButton.translationPosition":"\u8B6F\u6587\u4F4D\u7F6E","subtitle.quickButton.cyan":"\u9752\u8272","subtitle.quickButton.translationPositionTop":"\u539F\u6587\u4E0A\u65B9","subtitle.quickButton.translationPositionBottom":"\u539F\u6587\u4E0B\u65B9","subtitle.quickButton.yellow":"\u9EC3\u8272","subtitle.quickButton.black":"\u9ED1\u8272","subtitle.quickButton.white":"\u767D\u8272","subtitle.quickButton.setting":"\u8A2D\u7F6E","subtitle.quickButton.blue":"\u85CD\u8272","subtitle.quickButton.backgroundColor":"\u80CC\u666F\u984F\u8272","subtitle.quickButton.sourceFontSize":"\u539F\u59CB\u5B57\u9AD4\u5927\u5C0F","subtitle.quickButton.translationFontSize":"\u7FFB\u8B6F\u6587\u5B57\u9AD4\u5927\u5C0F","translationServices.claude":"\u514B\u52DE\u5FB7","subtitle.quickButton.sourceTextColor":"\u539F\u59CB\u5B57\u9AD4\u984F\u8272","subtitle.quickButton.red":"\u7D05\u8272","subtitle.quickButton.translationTextColor":"\u7FFB\u8B6F\u6587\u5B57\u9AD4\u984F\u8272","subtitle.quickButton.magenta":"\u6D0B\u7D05\u8272","subtitle.quickButton.green":"\u7DA0\u8272","subtitle.quickButton.backgroundOpacity":"\u80CC\u666F\u4E0D\u900F\u660E\u5EA6",attachSubtitleTranslating:"\u6B63\u5728\u4F7F\u7528 {service} \u7FFB\u8B6F\u4E2D...","error.claude.403":"\u66AB\u7121\u6B0A\u9650\u8A2A\u554F\u670D\u52D9\uFF0C\u53EF\u80FD\u8207 Claude \u7684\u5730\u5340\u9650\u5236\u6709\u95DC\uFF0C\u60A8\u53EF\u4EE5\u5617\u8A66\u5207\u63DB\u60A8\u7684 IP \u5730\u5740\uFF0C\u6216\u8005\u4F7F\u7528\u5176\u4ED6\u7FFB\u8B6F\u670D\u52D9\u3002","browser.brandDescriptionForSafari":"\u3010\u6C89\u6D78\u5F0F\u7FFB\u8B6F\u3011\u4E00\u6B3E\u514D\u8CBB\u7684\uFF08\u539F\u6587/\u8B6F\u6587\uFF09\u96D9\u8A9E\u5C0D\u7167\u7DB2\u9801\u7FFB\u8B6F\u63D2\u4EF6\uFF0C\u540C\u6642\u652F\u6301PDF\u7FFB\u8B6F\u548CEPUB\u96FB\u5B50\u66F8\u7FFB\u8B6F\u4E14\u4FDD\u7559\u539F\u6587\u6A94\u6392\u7248\uFF0CYoutube/Netflix\u7B49\u5728\u7DDA\u8996\u983B\u96D9\u8A9E\u5B57\u5E55\u7FFB\u8B6F\uFF0C\u652F\u6301Deepl/Google\u7B49\u4E3B\u6D41\u7FFB\u8B6F\u670D\u52D9;","browser.PdfProFile":"AI \u9A45\u52D5\u7684 PDF Pro \u7FFB\u8B6F","browser.textTranslate":"\u6587\u672C\u7FFB\u8B6F\uFF08\u5C0D\u6BD4\u591A\u500B\u7FFB\u8B6F\u670D\u52D9\uFF09"};var yb={nologin:"Not logged in",loginForSafari:"Sign In or Sign Up",login:"Log In",goLogin:"Sign In",manageAccount:"Manage Account",openPremium:"Upgrade to Pro",logout:"Logout",curentPlan:"Current Plan",endAt:"Expires",endAuto:"Auto Renew",lineBreakMaxTextCount:"Maximum characters per sentence after line break","translate-pdf":"Translate PDF","noSupportTranslate-pdf":"This script is not supported. Please use a plugin.","translate-firefox-local-pdf":"Go to upload PDF",enableLineBreak:"Enable automatic line wrapping for long paragraphs",sponsorLabel:"Sponsor developers from $1 (monthly or one-time)",help:"Help",enableLineBreakDescription:"After activating, insert line breaks at the end of each sentence in lengthy paragraphs for improved readability.","browser.shortBrandName":"Immersive Translate","browser.brandName":"Immersive Translate - Translate Website & PDF","browser.brandDescription":"Free Translate Website, Translate PDF & Epub eBook, Translate Video Subtitles in Bilingual","browser.toggleTranslatePage":"Translate webpage/Display original text","browser.toggleTranslateTheWholePage":"Translate entire page/Display original text","browser.toggleTranslateToThePageEndImmediately":"Translate instantly to the bottom of the page/Display original text","browser.toggleTranslateTheMainPage":"Translate main page /Display original text","browser.shareToDraft":"Share Bilingual Page","browser.openOptionsPage":"Open Settings Page","browser.translateLocalPdfFile":"Translate local PDF File","browser.openEbookViewer":"Read local e-books","browser.openEbookBuilder":"Create Bilingual EPUB E-books","browser.translateLocalHtmlFile":"Translate HTML/txt File","browser.donateContext":"Explore Sponsorship Benefits","browser.translateLocalSubtitleFile":"Translate Local Subtitle File",confirmResetConfig:"Are you sure you want to reset settings?",translationLineBreakSettingTitle:"Line break setting",smartLineBreak:"Smart Wrap",alwaysLineBreak:"Always Wrap",isShowContextMenu:"Add Translation to Right-Click Menu",toggleBeta:"Enable Beta Testing Features",betaDescription:"Enable experimental features and test translation services. Join the <1>Telegram group for more information.",translationLineBreakSettingDescription:"Always Wrap is suitable for layouts with less content, providing a neater appearance. (For longer paragraphs with over {count} characters, use Smart Wrap for a more space-efficient display.)",tempTranslateDomainTitle:"Temporarily Activate Website Translation Time",tempTranslateDomainDescription:"When manually translating a webpage, temporarily enable automatic translation for the site. You can set a temporary duration.",xMinutes:"{count} minutes",disabled:"Disable",changelog:"Change Log",toggleTranslatePageWhenThreeFingersOnTheScreen:"Touch screen with multiple fingers to translate webpage/display original text",toggleTranslationMaskWhenThreeFingersOnTheScreen:"Touch screen with multiple fingers to show/hide the blurry effect of the translated text",addUrlDescription:"You can specify domain names, and also use wildcard characters, such as: *.google.com, google.com/mail/*, https://www.google.com/*",general:"General",clickToExpandConfig:"Expand current configuration",import:"Import from file",export:"Export to file",toggleDebug:"Print debug logs to console","fingers.0":"Close",mouseHoldKey:"+ {key} translate/restore this paragraph",mouseHoldKeyAuto:"immediately translate this paragraph",mouseHoldKeyOff:"Do nothing",mouseHoldKeyOther:"Custom shortcut key (open settings)",mouseHoldKeyCustomKey:"{key} translate/restore this paragraph","mouse-translate":"Hover",document:"Document",resetSuccess:"Reset all settings successful",resetThisSuccess:"Reset successful",saved:"Saved successfully",successImportConfig:"Configuration imported successfully",goAdvancedSettings:"Go to Advanced Settings Page",goAdvancedInterfaceSettings:"Go to Advanced Custom Settings Page",advanced:"Advanced Settings",advancedDescription:"Generally, there's no need to adjust; keep the default settings. These options are provided for more advanced users seeking a more personalized experience.",developer:"Developer settings",donateCafe:"Pricing","translate to the bottom of the page":"After opening a webpage, do you want to translate to the bottom of the page immediately?",feedback:"Feedback",toggleTranslatePage:"Translate webpage/Show original text",translateToThePageEndImmediatelyDescription:"Once enabled, upon entering a webpage, it will immediately translate the content from the top to the bottom. If disabled, it will translate as you read. (Not recommended to enable)","translate all areas of the page":"Should all areas of the webpage be translated?",translationAreaDescription:"Once enabled, all areas of the entire webpage will be translated. If disabled, the default smart recognition will be used to translate only the main areas. (Not recommended to enable)","the number of characters to be translated first":"Translate the first few characters of the page directly, without waiting to scroll to the visible area.","interface language":"Interface language","display both the original text and the translation":"Display both the original text and the translation","keyboard shortcuts":"Keyboard shortcuts",modify:"Edit",reset:"Reset",close:"Close",homepage:"Home Page",more:"More",moreOptions:"Expand for more custom settings",translateTheWholePage:"Translate entire page",changeToTranslateTheWholePage:"Translate the Whole Page",changeToTranslateTheMainPage:"Translate the Main Content",changeToOnlyTranslationMode:"Show Translation only",changeToDualTranslationMode:"Show Bilingual Translation",translateToThePageEndImmediately:"Immediately translate to the bottom ",translateTheMainPage:"smart translate the main areas","The local rules are up to date":"Local rules are up to date:","Successfully synchronized with the latest official rules:":"Successfully synced latest official rules:","Checking for updates":"Checking for update","Rules are being synchronized":"Syncing official rules",localVersionIsTooOld:"The local extension version is too old, please upgrade the extension to {minVersion} or a newer version and try to sync again.",badUserscriptBrowser:"The current browser does not correctly support the interface of the Tampermonkey extension (such as obtaining version information of Tampermonkey scripts). Please use another <1>browser that supports Tampermonkey extensions, such as Firefox.",foundNewVersion:"New version available",theLocalExtensionIsUpToUpdate:"The current extension version is up to date.",failToSyncRules:"Failed to sync latest adaptive rules",retry:"Retry",failedReason:"Failure reason",currentRuleVersion:"Current Rule Version",calculating:"Calculating",unknownError:"Unknown Error",canNotFetchRemoteRule:"Unable to fetch remote rule",enableAlphaSuccess:"Alpha feature enabled successfully",disableAlphaSuccess:"Alpha feature has been disabled",cacheSize:"Cache size:",cleaning:"Cleaning",cleanCache:"Clear cache",options:"Options",about:"About",service:"Translation Service",needAction:"(go to settings)",goSettings:"go to settings",needActionForOptions:"(requires setting)",translationEngine:"Engine Options",sourceLanguage:"Original language",target:"Target Language",popupSourceLanguage:"Source",popupTarget:"Target",popupService:"Service",forThisSite:"Site",autoEnableSubtitle:"Auto-enable bilingual captions",alwaysTranslate:"Always translate",neverTranslate:"Never translate",neverTranslateSomeLanguage:"Never translate {language}",alwaysTranslateSomeSite:"Always translate {hostname}",neverTranslateSomeSite:"Never translate {hostname}",alwaysTranslateSomeSiteOrWildSite:"Always translate this site",alwaysTranslateSomePage:"Always translate this page",add:"Add",default:"Default",forThisLanguage:"For This Language:","add url":"Add URL",edit:"Edit",pickAll:"Select All","translate other languages into specific language":"Translate other languages into the language you set","select translation service":"Select a translation service",language:"Language","show-original":"Show Original",translate:"Translate",Translated:"Translated",Translating:"Translating",Error:"Error",allowCacheTranslations:"Enable local translation caching (reduce translation requests for repeated paragraphs)","translation display":"Translation display style","select diplay style":"See below for examples of different translation styles",interface:"Interface Settings",import_export:"Import/Export",import_export_title:"Import/Export Configuration",syncToGoogleDrive:"Sync Now with Google Drive",floatBallOptions:"Floating Button","floatBallOptions.enable":"Enable Floating Ball","floatBallOptions.blockUrls":"Blocked Websites","floatBallOptions.add":"Add","floatBallOptions.blockUrlDesc":"Don\u2019t show the floating ball on these websites","floatBallOptions.clickType":"Click Behavior","floatBallOptions.clickTypeDesc":"What happens when you click the floating ball icon","floatBallOptions.clickPopup":"Display Translation Panel","floatBallOptions.clickTranslate":"Translate/Show Original Text","floatBallOptions.fixedPosition":"Fixed Position","floatBallOptions.fixedPositionDesc":"Whether the float ball is on the left or right of the window","floatBallOptions.fixedPositionLeft":"Left","floatBallOptions.fixedPositionRight":"Right",previewAllThemes:"Preview all themes","translationTheme.none":"None","translationTheme.grey":"Black Gray","translationTheme.dashed":"Dotted lines","translationTheme.dotted":"Dotted lines","translationTheme.dashedBorder":"Dotted Border","translationTheme.solidBorder":"Solid Border","translationTheme.underline":"Straight line","translationTheme.mask":"Blur effect (learning mode)","translationTheme.opacity":"Transparency effect","translationTheme.paper":"White paper shadow effect","translationTheme.dividingLine":"Dividing line","translationTheme.highlight":"Highlight","translationTheme.marker":"Marker","translationTheme.marker2":"Maker2","translationTheme.blockquote":"quote style","translationTheme.weakening":"Weaken","translationTheme.italic":"Italic","translationTheme.bold":"Bold","translationTheme.thinDashed":"Thin dotted lines","translationTheme.nativeDashed":"System built-in dotted lines","translationTheme.nativeDotted":"System built-in dotted lines","translationTheme.nativeUnderline":"System built-in straight lines","translationTheme.wavy":"wavy lines","translationServices.custom":"Custom API","translationServices.tencent":"Tencent Translator","translationServices.tenAlpha":"Tencent Translator (Alpha)","translationServices.google":"Google Translate","translationServices.bai":"Baidu (Alpha)","translationServices.baidu":"Baidu translation","translationServices.aliyun":"Aliyun Translator","translationServices.volc":"Volcano Translation","translationServices.deeplx":"DeepLX (Alpha)","translationServices.bing":"Microsoft Translator","translationServices.deepl":"DeepL","translationServices.wechat":"Wechat translation","translationServices.azure":"Azure Translator","translationServices.ibm":"IBM Watson","translationServices.aws":"Amazon Translate","translationServices.mock":"Mock translation","translationServices.mock2":"Mock Translation2","translationServices.caiyun":"Caiyun Translation","translationServices.cai":"Caiyun Translation (Alpha)","translationServices.volcAlpha":"Volcano Translation (Alpha)","translationServices.openl":"OpenL","translationServices.youdao":"Youdao Translation","translationServices.you":"Youdao Translation (Alpha)","translationServices.transmart":"Tencent Smart Translation","translationServices.niu":"Niu Translation","translationServices.papago":"Papago Translation","translationServices.d":"DeeplX (Alpha)","translationServices.dpro":"D Pro (Canary)","translationServices.openai":"OpenAI","translationServices.yandex":"Yandex","translationServices.gemini":"Gemini","translationServices.chatgpt":"ChatGPT Web(3.5 mobile)","translate title":"Translate page title","always languages":"Always translate the following languages",neverTranslateLanguagesLabel:"Never Translated Languages",neverTranslateTheFollowingLanguagesDescription:"When a paragraph on a page is in one of the following languages, the translation will be skipped",enableUserscriptPagePopup:"Always show Popup windows on the page",enableUserscriptPagePopupDescription:"After closing the floating ball, you can use the shortcut key /{touch} to summon it. To prevent accidentally losing the floating ball after turning off this option, it is strongly recommended to bookmark this settings page.","always translate the following languages":"The following languages will always be translated","always sites":"Always translate the following sites","always translate the following sites":"The following sites will always be translated","never sites":"Never translate the following sites","never translate the following sites":"The following sites will never be translated","please refer to":"It can only be used after filling in the key. For details, please refer to",KeyAndConfigurationTutorial:"Key Application and Configuration Tutorial",useAboveStyleForTheseSites:"Sites that always use the {theme} translation style",currentUrl:"Current URL",confirm:"Save",cancel:"Cancel",delete:"Delete",syncToCloud:"Sync to cloud",syncToCloudDescription:"Upload the configuration to the cloud server, and you can synchronize the configuration between different browsers or Tampermonkey scripts, based on the last modification time.",syncToAccount:"Sync to account",syncToAccountButton:"Sync to account now",syncToAccountDescription:"Uploaded to the logged-in account, the configuration can be synchronized between different devices, and the last modification time shall prevail.",successSyncConfigInAccount:"Successfully synced with account",successSyncConfigToAccount:"Successfully synchronized to account",syncConfigNoUpdate:"Already up to date",authFail:"Authorization Failed",syncTitle:"Manual Backup Management",import_hint:"Import",upload:"Upload",revokeAuth:"Revoke Authorization",uploadFail:"Upload Failed",download:"Download",importSuccess:"Upload Success",importFail:"Import Failed",deleteFail:"Delete Failed",backupToCloud:"Manage backup files manually",create_new_backup:"Add backup node",maxBackupFiles:"Up to{count}different nodes can be backed up. Please delete unneeded nodes",backupToCloudDescription:"Upload or restore backup files manually, up to 3 different backups",successSyncConfig:"Successfully synced with cloud",syncFail:"Synchronization failed",updatedAt:"Updated at {date}",lastSyncedAt:"Last checked at {date}",downloadFail:"Download failed",clickToDownload:"Click to download",aboutLabel:"About - Feedback ","browser.openAboutPage":"About / Feedback/Sponsor",aboutLabelWithoutSponsor:"About - Feedback",aboutIntro:"We hope that all users will easily and pleasantly access to the enormous amount of foreign language information available on the Internet \u2764\uFE0F. You can choose to subscribe to <6>Pro membership to use the out-of-the-box DeepL and OpenAI translation.

Follow us on<3>Twitter, <4>Telegram Channel, WeChat public account, WeChat community group, or subscribe to updates via <5>email below.
<7>Pro members can contact us through the quick customer service email <8>support@immersivetranslate.com.",aboutIntroWithoutSponsor:"The extension is completely free. We hope that everyone can easily and joyfully access the vast foreign language information on the Internet \u2764\uFE0F.

Follow us on <3>Twitter, <4>Telegram channel, WeChat public account, WeChat community group, or subscribe to updates via <5>email below.",projectHomepage:"Project Homepage",joinTelegramGroup:"Join our communities for feature discussion",wechatPublicAccount:"Wechat Official Account",wechatCommunities:"Wechat Group",qqCommunities:"QQ Channel",joinTelegramChannel:"Subscribe to our Telegram channel to get the latest updates",feedbackAndJoin:"Feedback",autoSync:"Auto-Time Sync",loadingThemeTitle:"Loading Style",loadingThemeDescription:"Set the style of waiting for the translation to load","loadingTheme.spinner":"Spinning icon","loadingTheme.text":"Static Text... ","loadingTheme.none":"Disabled",developerDescription:"You can click <1>here to see the documentation related to advanced customization","edit border color":"Edit border color",successSyncButNoChange:"The current configuration is consistent with that in the cloud server",customTheme:"Customize colors and sizes","customThemeLabel.borderColor":"Border color","customThemeLabel.borderRadius":"Border Round Corner","customThemeLabel.textColor":"Text color","customThemeLabel.backgroundColor":"Background color","customThemeLabel.zoom":"Font scale (%)","customThemeLabel.opacity":"Text opacity (%)",resetToDefaultColor:"Reset to default colors",resetToDefaultSettings:"Reset to default settings",isTranslateTitle:"Enable translate page title",isTranslateTitleDescription:"When enabled, the webpage title will be translated",enableSearchEnhancement:"Enable Search Enhancement",enableSearchEnhancementDescription:"After activation, the right sidebar will automatically display 'Google News' search results for the corresponding English keywords on supported websites (Google News, Google Search (for certain keywords), Xueqiu, East Money, Futu, Tiger Community).",verifyService:"Verify service",verified:"Successful","field.langs":"Supported Language Code","field.model":"Model","field.translationEngine":"Translation engine","field.limitPerMinute":"Max requests per minute","field.limitPerSecond":"Max requests per second","field.maxTextLengthPerRequest":"Maximum text length per request","field.maxTextGroupLengthPerRequest":"Maximum number of paragraphs per request","field.apiUrl":"Custom API interface address","field.placeholderDelimiters":"Reserved placeholders","description.custom":"Custom interface access requires reference documents","description.limitPerMinute":"When the number of requests exceeds this limit, it will be temporarily suspended until the beginning of the next minute. Due to various limitations of OpenAI's current services, please click <1>here to view the latest suggested values","description.limitPerSecond":"When the number of requests exceeds this limit, it will be temporarily suspended until the beginning of the next second. Due to various limitations of OpenAI's current services, please click <1>here to view the latest suggested values","description.generalLimitPerSecond":"When the number of requests exceeds the limit, it will enter a queue state until the beginning of the next second.","description.prompt":"The dialogue sent to {service} as a user, where {{text}} represents the text content of the paragraph, {{from}} represents the language of the paragraph, and {{to}} represents the target language.","description.maxTextLengthPerRequest":"By default multiple paragraphs will be merged to reduce the number of requests, but if the total length of the paragraphs is too long, it may also cause the interface to respond slowly, so you can try to adjust this option to optimize speed","description.systemPrompt":"The dialogue sent to {service} as a system, where {{text}} represents the text content of the paragraph, {{from}} represents the language of the paragraph, and {{to}} represents the target language.","field.domain":"Domain","description.domain":"The default is: general. It can only be set when domain translation is activated in the Youdao API console, and the supported domains can be seen <1>Here ","field.scene":"Scenarios","description.scene":"The default is: general. It can be set only if the Alibaba Cloud API console has the Machine Translation Professional Edition enabled. Supported scenes can be found <1>here.","field.vocabId":"User dictionary ID","description.vocabId":"Specified dictionary out_id, currently supported in English translation","description.model":"OpenAI's models, such as gpt-3.5-turbo, gpt-4, etc","description.maxTextGroupLengthPerRequest":"The number of paragraphs sent to translation service each time. Sending too many paragraphs to OpenAI at once can slow down the interface.","description.apiUrl":"Please add a specific URL with a path, <1>more instructions",enabledExtension:"Enable extensions",clickToDisableExtension:"Click to disable extension",clickToEnableExtension:"Click to enable the extension",hasBeenDisabled:"Disabled","show password":"Show password",customContent:"Enter the name of the custom model",inputOptions:"Enhanced input box",mouseHoverOptions:"Mouse Hover",modifyMouseHoverKey:"Modify mouse hover shortcuts",enableInputTranslation:"enhanced input box?",enableInputTranslationDescription:"When enabled, enter {startingKey}{startingKey} direct in the input box and hit{inputTrailingTriggerKeyRepeatTimes}times{trailingKey}, translated into {inputTargetLanguage}",enableInputTranslationDescriptionForNoneKey:'When enabled, simply enter "Hello World" in the input box, then quickly press {inputTrailingTriggerKeyRepeatTimes} times on {trailingKey}, and it will be translated into the default target language.',inputTargetLanguage:"Set the default target language for the input box",inputTargetLanguageDescription:"The default target language for the translation input box, which is {startingKey}{startingKey} as the default language for triggering words.",inputTargetLanguageDescriptionForNoneKey:"Default target language for translation input box",inputStartingTriggerKeyTitle:"Set the delimiter character for partial translation of the input box",inputStartingTriggerKeyDescription:"When you don\u2019t need to translate the entire input box, the delimiter allows you to only translate the part from {startingKey}{startingKey} to the end of the input box. You can also specify a language code, for example: {startingKey}ja means to only translate the part from {startingKey}ja to the end of the input box",inputStartingTriggerKeyDescriptionForNoneKey:"The current setting does not require a prefix, so the partial text translation function of the input box cannot be used temporarily",inputTrailingTriggerKeyTitle:"Select a trigger character to indicate the end of input.",inputTrailingTriggerKeyDescription:"Quickly hitting {trailingKey} 3 times will start the translation",inputTrailingTriggerKeyTimeout:"Enter the interval time to end the trailing trigger",inputTrailingTriggerKeyTimeoutDescription:"Set the interval time for the end of input combo trigger (milliseconds)",spaceKey:"",noneKey:"No prefix needed, translate the entire text box directly",inputTranslationBlockUrlsTitle:"Do not enable input box enhancement on the following URLs",inputTranslationBlockUrlsDescription:"The input box enhancement will not work in the following URL",inputHelperInfo:`Note: We have optimized the system to address an issue where certain characters in Chinese input methods were being converted into Chinese punctuation marks. For instance, when using Sogou Input Method, "/" would be changed to "\u3001". We now recognizes all corresponding Chinese symbols as triggering characters, including "//" and "\u3001\u3001". Additionally, we support using Chinese aliases of language codes as commands. For example, entering "/Japanense Hello World" will translate the text into Japanese. You can click here to see a list of all supported language codes.`,reloadCurrentPage:"Please refresh the current page before starting translation",noLocalFilePermissionForPDF:"No permission to read local files temporarily, please click the button above and then import local files",noPermissionForThisPage:"\u26A0\uFE0F No permission to translate the current page","error.retry":"Retry","error.reason":"Reason",retryAllParagraphs:"Retry all error paragraphs",retryAllButton:"Retry All",errorTooltipTitle:"Click to get the error details",errorModalTitle:"Oops, something went wrong",disableConfirm:"Bilingual information enhancement settings",disableOnce:"Disable Once",disableGlobal:"Disable Forever",disableTint:"* You can re-enable it in {option}.",searchEnhancementNotes:"We found that the news results of Chinese keywords and English keywords are very different. After enabling the immersive translate bilingual information enhancement function, we will automatically search for the same keywords in English on supported websites (Google News, Google Search (for certain keywords), Xueqiu, East Money, Futu, Tiger) and display them on the right side. If you don\u2019t need this feature, you can choose to disable it",option:"Settings",saveSettings:"Save",closeModal:"Close",enableInputTranslationWithoutTriggerKeyTitle:"\u201CEnable quick hit 3 times {trailingKey}, directly translate the entire input box into {inputTargetLanguage}",enableInputTranslationWithoutTriggerKeyDescription:"To specify the target language, please add a language code at the beginning, such as: ja Hello world",deepLProName:"Premium Membership (Recommended)",deepLProDescription:"You can directly use this service",deeplProDescriptionForNormal:"No setup required, available for premium members after login, <1>Upgrade",deepLCustomDescription:"Requires an international credit card, activate at <1>DeepL official site, click to see <2>documentation",deepLCustomName:"Custom Auth Key",chooseProviderLabel:"Choose a service provider",openaiProName:"Premium Membership (Recommended)",openaiProDescription:"The current plan can be used directly",openaiProDescriptionForNormal:"No setup required, available for premium members after login, <1>Upgrade",openaiCustomDescription:"Can be obtained from OpenAI, Azure OpenAI, or other third-party services, <1>Click here to view documentation",openaiCustomName:"Custom API Key",needLoginAction:"(Premium or custom)",goLoginOrAction:"(Premium or go to setting)",yearly:"Annual Renewal",quarterly:"Quarterly Renewal",monthly:"Monthly Renewal",yearlyForOnce:"One-time Annual",monthlyForOnce:"One-time Monthly",daily:"Daily Renewal",year:"Annual Renewal",quarter:"Quarterly Renewal",month:"Monthly Renewal",day:"Daily Renewal",onetime_7day:"7-day Trial Pack",currentPlanDescriptionForFree:"Current plan: Free",currentPlanDescriptionForContinuous:"Current plan: {plan}, will auto-renew on {endAt}",currentPlanDescriptionForAutoRenewCaceling:"Current plan: {plan}, will expire on {endAt}. After expiration, it will not be automatically renewed",currentYearlyPlanDescriptionForAutoRenewCacelingWithRealPaiedUser:"Current plan: {plan}, will expire on {endAt}, will not be auto-renewed after expiration
<1>Manage the renewal plan",currentYearlyPlanDescriptionForAutoRenewCacelingWithAdmin:"The current plan: {plan}, will expire on {endAt}. After expiration, it will not be automatically renewed.
<1>Click here to enable continuous annual renewal",currentPlanDescriptionForOneTime:"Current plan: {plan}, expiring on {endAt}. <1>Upgrade to annual or <2>monthly or pro membership",upgradePlan:"Click here to upgrade to Pro membership",upgradeToPro:"Upgrade to Pro","popup.openPro":"Enjoy unrestricted access to DeepL and OpenAI translations after upgrading to Pro Membership. Click here to upgrade","popup.openProForPro":"You are a Pro member, you can directly use DeepL and OpenAI translations",currentAccount:"Account",enableAutoSyncUserSettings:"Enable auto-sync user settings",modalEnableInputTranslationTitle:"Writing Settings",modalEnableInputTranslationDesc:"You just triggered the translation of the immersive translate input box by quickly tapping the space bar 3 times. The content of the input box will be translated into the default target language. You can undo the translation with Ctrl+Z.

If this was a mistake, don't worry, you can choose to disable it this time, or permanently disable input box translation.",saveAndNotShowAgain:"Save and don't show prompt again",disableInputTranslationTips:"* You can also set other shortcuts in {option}, {learnMore}.",learnMore:"Click here to learn more",continueEnalbeInputTranslation:"Continue to enable input translation",autoRenewTrialSuffix:'(In trial, Upgrade to paid Pro now)',upgradeFromTrialTitle:"Upgrade to Pro membership",subtitle:"Video Subtitles",youtubeService:"Video Subtitle Translation Service","subtitle.disabledSubtitle":"Disable Video Subtitle Feature Permanently ","subtitle.disabledSubtitleDescription":"If the video subtitles of immersive translate conflict with other extensions, you can choose to permanently disable the video subtitle function of immersive translation or uninstall other conflicting extensions","subtitle.autoEnableSubtitleDescription":"Once enabled, bilingual subtitles will automatically appear when the video is playing, otherwise, you need to click the translation button to display them.","subtitle.preTranslation":"Use immersive translate to translate subtitles","subtitle.preTranslationDescription":"After enabling, the specified translation service below will be used to translate the entire subtitle in advance. A 1-hour video will consume approximately 50,000 Tokens or characters. Please use it judiciously. If disabled, the machine-translated subtitles that come with the original video will be used preferentially","subtitle.humanSubtitlesPreferred":"Use manual subtitles first","subtitle.humanSubtitlesPreferredDescription":"When the video has manual subtitles in the target language, prioritize using manual subtitles (recommended)","subtitle.bilingual":"Bilingual","subtitle.autoDisableSubtitle":"Disable Auto Bilingual","subtitle.hideQuickButton":"Hide This Shortcut","subtitle.showQuickButton":"Display bilingual subtitles shortcut","subtitle.showQuickButtonDescription":"Provide a shortcut to enable bilingual subtitles in the lower right corner of the video player.",videoSubtitleTranslationDescription:"Specify a separate translation service for video subtitles.",subtitleTranslating:"Immersive Translate is using {service} to translate subtitles...",subtitleLoading:"Loading subtitles...",bilingual:"Bilingual","field.action":"Enable Baidu terminology?","description.action":"After enabling, an action=1 parameter will be added to the request to inform Baidu to enable terminology. <1>For more explanation, please refer to the [official documentation]",closeQuickTranslation:"Close Floating Button","closeQuickTranslation.untilNext":"Close this time until the next visit","closeQuickTranslation.currentWebsite":"Disable the current website","closeQuickTranslation.alwaysClose":"Permanently disable","closeQuickTranslation.settingOpen":"(Can be activated in <1>Settings Page)","closeQuickTranslation.cancel":"Cancel","closeQuickTranslation.confirm":"confirm","floatBall.popup":"Open quick settings panel","floatBall.translate":"Click to translate this page","floatBall.showOriginal":"Click to switch back to the original text","floatBall.close":"Close Floating Button","floatBallOptions.enableDescPc":"When you enable the floating button, a translation button appears on the right. Click it to translate","floatBallOptions.enableDesc":"After you turn off the floating button, you can bring it back with {touch}. To avoid losing the floating button by accidentally turning it off, it is highly recommended you bookmark this settings page.","description.azureApiUrl":"Enter the custom API interface address","floatBall.guideClickToTranslate":`Click the floating ball to translate quickly`,"floatBall.iKnow":"Got it",confirmSupportMouse:"Force Enable Mouse Support",confirmSupportMouseDescription:"The current browser does not support mouse functions, do you want to forcibly enable mouse support?",sampleTargetText:"Night is coming, I will start watching from now on until death. I will not marry, not seal the land, not have children. I will not wear a crown, not fight for glory. I will be loyal to my duty, life and death.",sampleSourceText:"\u957F\u591C\u5C06\u81F3\uFF0C\u6211\u4ECE\u4ECA\u5F00\u59CB\u5B88\u671B\uFF0C\u81F3\u6B7B\u65B9\u4F11\u3002\u6211\u5C06\u4E0D\u5A36\u59BB\u3001\u4E0D\u5C01\u5730\u3001\u4E0D\u751F\u5B50\u3002\u6211\u5C06\u4E0D\u6234\u5B9D\u51A0\uFF0C\u4E0D\u4E89\u8363\u5BA0\u3002\u6211\u5C06\u5C3D\u5FE0\u804C\u5B88\uFF0C\u751F\u6B7B\u4E8E\u65AF\u3002","subtitle.supportedSites":"Bilingual subtitles are now supported on these websites (Note: Due to technical limitations, some websites need to be refreshed after the subtitles are turned on for the first time, or wait for the translation to complete to display bilingual subtitles)",viewWithImmersiveTranslate:"Bilingual version (Immersive Translate)",errorReason:"Error reason: {message}","proQuotaExceededError.onetime7day":'You can resolve this issue by choosing one of the following options:

1. Switch to {anotherService} or another translation service
2. Upgrade to Monthly/Annual membership',"proQuotaExceededError.trial":'You can resolve this issue by choosing one of the following options:

1. Switch to {anotherService} or another translation service
2. Upgrade to paid Pro now',"proQuotaExceededError.nonTrial":'You can resolve this issue by choosing one of the following options:

1. Switch to {anotherService} or another translation service
2. Purchase Data Package for {translationService}',"proQuotaExceededError.resetTime":"
3. Quota reset time: {resetTime}",paragraphMinTextCountField:"Minimum character count for paragraph translation",paragraphMinTextCountDesc:"Note, this refers to the character length, for example: 'hello' is 5 characters, setting a higher value can reduce unnecessary translations of small paragraphs",networkError:"Translation service or network problem",notLogin:"Not Logged In","browser.toggleMouseHoverTranslateDirectly":"Temporarily enable or disable direct translation by mouse hover on the page","browser.translateWithOpenAI":"Temporarily translate the current page with OpenAI","browser.translateWithDeepL":"Temporarily translate the current page with DeepL","browser.translateWithGoogle":"Temporarily translate the current page with Google","browser.translateWithBing":"Temporarily translate the current page with Microsoft Translator","browser.translateWithGemini":"Temporarily translate the current page with Gemini","browser.translateWithTransmart":"Temporarily translate the current page with Tencent Translator","browser.translateInputBox":"Translate the content of the current input box",shortcutSettings:"Shortcuts",shortcutSettingsTitle:"Shortcut Settings",confirmResetToDefaultSettings:"Confirm to reset this translation service to default settings? (Only resets settings for the current translation service)","intro.hoverTitle":"Mouse Hover Translation of the Current Paragraph","intro.hoverDescription":"Mouse hover translation is an important and easy-to-use feature in immersive translation. Simply hover the mouse over a paragraph and press the set shortcut to automatically translate it (not enabled by default, please set below). This interaction is a better alternative to word-selection translation, as it's more intuitive and convenient. Additionally, this function is widely used in areas we can't recognize, allowing you to force-translate any paragraph.","intro.floatBallTitle":"Quick Translation Floating Button","intro.floatBallDescription":"Once enabled, a quick translation button appears on the right side of the page. Click to translate, and click again to switch back to the original text. On mobile, long-press the floating button to open the quick settings panel.","intro.subtitleTitle":"Bilingual Subtitles for Online Videos","intro.subtitleDescription":"When enabled, bilingual subtitles will automatically appear when a video starts playing. Otherwise, manually click the translate button on the page to display them. (Due to technical limitations, some sites may require a page refresh or wait for the translation to complete to display bilingual subtitles.)

Currently supported on these sites:","desc.toggleMouseHoverTranslateDirectly":"Press this shortcut to automatically translate any text under the mouse pointer on the page. Press again to turn off this auto-translation feature.","shortcutGroup.main":"Common Function Shortcuts","shortcutGroup.others":"More Custom Function Shortcuts","shortcutGroup.shortcutsForTranslationServices":"Shortcuts for Translation Services",browserShortcutsSucks:"Due to browsers' inaccurate recognition of shortcuts in input boxes, please manually enter the name of the shortcut. After entering, click on a blank space to auto-save. (In macOS, Alt and Option are the same key, so it's recommended to enter Alt). For example:","shortcutGroup.touch":"Touch Screen Specific Gestures","shortcutGroup.mouse":"Mouse Hover Shortcut Configuration",fingerCountToToggleTranslagePageWhenTouching:"Multiple fingers touching the screen to translate the page/show original text","desc.fingerCountToToggleTranslagePageWhenTouching":"Once set, you can touch the screen with X number of fingers on a mobile device to translate the page/show original text",fingerCountToToggleTranslationMaskWhenTouching:"Multiple fingers touching the screen to display translation mask/show original text","desc.fingerCountToToggleTranslationMaskWhenTouching":"Translation mask refers to the blur effect on the translated text (learning mode). When enabled, it temporarily applies a blur effect to the translation, facilitating learning",fingerCountToToggleTranslagePageOnlyTranslationWhenTouching:"Touch the screen with multiple fingers to translate in translation-only mode/show original text","desc.fingerCountToToggleTranslagePageOnlyTranslationWhenTouching":"Translation-only mode refers to displaying only the translated text, as opposed to the default bilingual mode","neverTranslateText.title":"Keep the following words untranslated","neverTranslateText.description":"Due to some translation engines' poor recognition of proper nouns, you can add words here to ensure they remain untranslated during the process. Please note, this feature is case-sensitive and only supports space-separated word languages (like English, French), not suitable for languages like Japanese, Korean, etc.","tagsInput.add":"+ Add","desc.mouseHoverHoldKey":"While hovering the mouse over a paragraph, press the shortcut key on the right to directly translate it",mouseHoverCustomKeyTitle:"Customize Mouse Hover Shortcut Key",mouseHoverCustomKeyDescription:"You can customize a combination shortcut key for mouse hover, like: Alt+Z, Ctrl+E, Cmd+Alt+E or just Cmd. Please enter manually",mouseHoverShortcutPlaceholder:"Please enter manually",browserShortcutsNoteForFirefox:"For Firefox, modify shortcuts by opening the extensions management page `about:addons`, then click 'Settings' -> 'Manage Shortcuts'",browserShortcutsNoteForChrome:"Note: To modify shortcuts in Chrome-based browsers, visit [Extensions Management Page] -> [Manage Shortcuts]","desc.toggleTranslateTheMainPage":"Translate only the main area of the page. If you have enabled translating all areas in advanced settings, use this shortcut to specifically translate the main area","desc.toggleTranslateTheWholePage":"Translate the entire page area. By default, we translate the main area of the page, use this shortcut to specifically translate the entire area","browser.toggleOnlyTransation":"Switch to bilingual/translation-only mode","desc.toggleOnlyTransation":'"Only translation mode" refers to only displaying the translation. If the webpage has not been translated yet, it will switch modes and translate.',"browser.toggleTranslationMask":"Toggle blur effect on translated text (learning mode) for the current page","desc.interfaceLanguage":"The interface language setting affects the language of the control panel display and is unrelated to the target language of the translation",mouseHoverHoldKey:"Mouse Hover Translation Trigger Key",clickToSeeQuickDemo:"30-second Quick Tutorial Video",shortcutDisableTooltip:"Please set in the browser's extension shortcut key management page, for more guidance, see the instructions at the top of this page","subtitle.autoEnableSubtitle":"Enable Bilingual","floatBall.longPress":"Long press to quickly open the settings panel",notLoginPro:"You have not logged in to your member account",upgradeToProErrorTitle:"Please upgrade to Pro member before using this translation service",translationOnlyMode:"Translation Only Mode",translationOnlyModeDescription:"Translation only mode refers to displaying only the translation, instead of the default bilingual mode. Note: Due to technical limitations, hyperlinks in the original text will be ineffective in translation only mode","description.baiduField":"See supported fields <1>here; if empty, it means no specific field is designated",temprarilyChangeTranslationTo_openai:"Currently using OpenAI to translate this page",temprarilyChangeTranslationTo_google:"Currently using Google to translate this page",temprarilyChangeTranslationTo_bing:"Currently using Microsoft Translate to translate this page",temprarilyChangeTranslationTo_gemini:"Currently using Gemini to translate this page",temprarilyChangeTranslationTo_transmart:"Currently using Tencent Translate to translate this page",temprarilyChangeTranslationTo_deepl:"Currently using DeepL to translate this page","widget.videoSubtitle":"Subtitle","widget.instruction":"Usage",buildSnapshots:"Snapshot","widget.translateFileTooltip":"Translate PDF, EPUB, SRT, ASS, HTML, and TXT documents","widget.videoSubtitleTooltip":"Youtube and {count}+ video websites","widget.instructionTooltip":"View instructions for use",alwaysTranslateSomeLanguage:"Always translate {language} pages",alwaysTranslateThisSite:"Always translate this site",neverTranslateThisSite:"Never translate this site",loggedIn:"Logged in","widget.translateFile":"PDF/ePub",touchShortcutsToggleTranslatePage:"Set touch gestures to translate web pages/show original text","desc.touchShortcutsToggleTranslatePage":"Once set, on mobile devices, you can touch the screen with X fingers, swipe left and right or tap continuously to trigger translation of web pages/show original text",touchShortcutsToggleTranslationMask:"Set touch gestures to display translation mask/show original text","desc.touchShortcutsToggleTranslationMask":"Translation mask refers to the blur effect in the translation style (learning mode). When activated, it temporarily applies a blur effect to the translated text, facilitating learning",touchShortcutsToggleTranslatePageOnlyTranslation:"Set touch screen gesture to switch between bilingual/translation-only mode.","desc.touchShortcutsToggleTranslatePageOnlyTranslation":'"Only translation" means that only the translated text will be displayed. If the webpage has not been translated yet, the mode will be switched and it will be translated.',touchShortcutsToggleTranslateTouchElement:"Set touch gestures to translate a specified paragraph","desc.touchShortcutsToggleTranslateTouchElement":"Customize a gesture to translate any paragraph you're on",touchShortcutsOff:"Off","fingers.2":"Two-finger touch","fingers.3":"Three-finger touch","fingers.4":"Four-finger touch","fingers.5":"Five-finger touch","font.none":"Unset","multipleClick.2":"Double click","multipleClick.3":"Triple click","multipleClick.4":"Quadruple click","slide.left":"Slide right","slide.right":"Slide left","browser.toggleVideoSubtitlePreTranslation":"Switch Video Subtitles with Immersive Translation Feature",contact:"Contact","contact.description":"If you have any questions or suggestions, please contact us via filling out the form below or sending an email to {email}","desc.toggleVideoSubtitlePreTranslation":"After pressing, video bilingual subtitles will prioritize immersive translation settings. Pressing again will prioritize the auto-translated subtitles originally provided with the video. Note: This shortcut modifies the global settings",videoSubtitlePreTranslationOn:"Video subtitles will prioritize immersive translation",videoSubtitlePreTranslationOff:"Video subtitles will prioritize the auto-translated subtitles originally provided with the video",translationFont:"Set Font","translationFont.custom":"Enter Custom Font","translationFont.customPlaceholder":"Font","translationFont.notSupportErrorMessage":"Please check if the font name you entered is correct, or confirm that the font is installed on your device.","touch.mouse-translate":"Translate Paragraph","error.serveConfigError":"Service configuration error","error.reloadPageOfSetting":"After configuring, please refresh the page to translate again.","error.googleLimitIp":"Service returned an error, Google services have limited the flow for this IP address, it is recommended to change the network node.","error.openAIFreeLimit":"Service returned an error, the current translation request frequency has reached the maximum of 3 times per minute, please try again later. (This is the limit imposed by OpenAI official on free API Keys, to remove this limit, please bind a credit card in the OpenAI backend.)","error.openAIExceededQuota":"Service returned an error: your current OpenAI account balance is insufficient, please recharge or bind a credit card in the OpenAI official backend.","error.429":"Service returned an error, indicating too frequent requests or exceeding the quota limit, please try again later.","error.403":"Service returned an error, temporarily no permission to access the service.","error.400":"Service returned an error, request parameter error, please check the corresponding configuration.","error.502":"Service returned an error, service timeout, please try again later.","error.proTokenInvalid":"If you are a Pro user, please log in before using the Pro translation service","error.proUpgrade":"After upgrading, please refresh the page to translate again.","error.configError":"Configuration data anomaly","error.goReset":"Go to Reset",batchEdit:"Batch Edit","translationServices.inherit":"Inherit","translationModeLang.translation.title":"Language for Translation-Only Mode","translationModeLang.translation.description":"Translation-only mode will be automatically used when the page language is one of the following","translationModeUrl.translation.title":"URLs for Translation-Only Mode","translationModeUrl.translation.description":"Translation-only mode will be automatically used for websites with the following domains",download_started:"The download has begun, if it does not start automatically, please click manually.",here:"Here","error.serveUnavailable":"The [{serverName}] service you are currently using is temporarily unavailable due to network connection or service provider issues. It is suggested that you try refreshing the page or switch to another translation service through <1>Settings. If you are a <2>Pro member, you can choose to use the more stable DeepL or OpenAI translation services (<3>click here for a free trial). Additionally, you may need to check your network or proxy settings.",detectServiceLoading:"Detecting available translation services...",toggleToService:"Change to {service}","error.gemini.429":"The current Gemini service has reached its capacity limit. Please try again later, or switch to another translation service.",enableSentryReport:"When an extension encounters an error, submit feedback using Sentry","error.subscriptionExpired":"Your membership may have expired, please check your membership status.","error.subscriptionExpiredTitle":"Membership has expired.","languages.auto":"Auto Detect",geminiWarning:"Note: The free service provided by Google for Gemini is strictly limited and may be judged by Google as users using multiple Keys to evade their free quota restrictions. It is not recommended to use it. It is suggested to wait for Google to open the paid interface of Gemini in the future before using it.","floatBall.setting":"Settings","floatBall.translateToLanguage":"Click to translate into {language}","floatBall.file":"Translate PDF, EPUB, SRT, ASS, HTML, TXT files.",changeToOnlyTempTranslationMode:"Show Translation only",changeToDualTempTranslationMode:"Show Bilingual Translation","transitionMode.translation":"Only the translation","options.navbar.installApp":"Install mobile APP","options.navbar.translateFile":"Translate Document","subtitle.transitionMode":"Bilingual Video Subtitles/Translation Only Settings","transitionMode.dual":"Bilingual Comparison","transitionMode.inherit":"Maintain consistency with the system's default translation display mode.","subtitle.transitionModeDescription":"Set the video subtitles to bilingual comparison or translation-only mode.",translateFileTooltip:`Translate PDF, ePub, srt, @@ -5013,7 +5013,7 @@ ass, HTML, TXT files.`,"description.multiplePrompt":`When the number of paragrap {env.imt_sub_trans_field}: Translation - id: 2 {env.imt_sub_source_field}: Source - {env.imt_sub_trans_field}: Translation`,"subtitle.quickButton.black":"Black","subtitle.quickButton.cyan":"Blue","translationServices.claude":"Claude","subtitle.quickButton.backgroundColor":"Background color","subtitle.quickButton.green":"Green","subtitle.quickButton.blue":"Blue","subtitle.quickButton.white":"White","subtitle.quickButton.setting":"Settings","subtitle.quickButton.translationPosition":"Translation location","subtitle.quickButton.backgroundOpacity":"Background Opacity","subtitle.quickButton.sourceFontSize":"Original font size","subtitle.quickButton.sourceTextColor":"Original font color","subtitle.quickButton.yellow":"Yellow","subtitle.quickButton.translationFontSize":"Translation font size","subtitle.quickButton.translationPositionBottom":"Below the original text","subtitle.quickButton.red":"Red","subtitle.quickButton.translationPositionTop":"Above the original text","subtitle.quickButton.translationTextColor":"Translation font color","subtitle.quickButton.magenta":"Magenta",attachSubtitleTranslating:"Translating using {service}...","error.claude.403":"Access to the service is temporarily unavailable, possibly due to regional restrictions related to Claude. You can try changing your IP address, or use other translation services.","browser.brandDescriptionForSafari":"Free Translate Website, Translate PDF & Epub eBook, Translate Video Subtitles in Bilingual","browser.PdfProFile":"AI-Driven PDF Pro Translation","browser.textTranslate":"Text Translation"};var Tb={nologin:"\u30ED\u30B0\u30A4\u30F3\u3057\u3066\u3044\u306A\u3044",loginForSafari:"\u30ED\u30B0\u30A4\u30F3\u307E\u305F\u306F\u767B\u9332",login:"\u30ED\u30B0\u30A4\u30F3\u3057\u3066\u4F1A\u54E1\u767B\u9332",manageAccount:"\u30DE\u30CD\u30FC\u30B8\u30C9\u30FB\u30A2\u30AB\u30A6\u30F3\u30C8",openPremium:"\u30AA\u30FC\u30D7\u30F3\u30FB\u30E1\u30F3\u30D0\u30FC",logout:"\u30A2\u30DC\u30FC\u30C8",curentPlan:"\u73FE\u5728\u306E\u30D1\u30C3\u30B1\u30FC\u30B8",endAt:"\u7D76\u606F",endAuto:"\u81EA\u52D5\u66F4\u65B0",lineBreakMaxTextCount:"\u6539\u884C\u5F8C\u306E1\u6587\u306B\u8A31\u3055\u308C\u308B\u6700\u5927\u6587\u5B57\u6570","translate-pdf":"\u30AF\u30EA\u30C3\u30AF\u3057\u3066PDF\u3092\u7FFB\u8A33\u3059\u308B","noSupportTranslate-pdf":"\u30B9\u30AF\u30EA\u30D7\u30C8\u306F\u30B5\u30DD\u30FC\u30C8\u3055\u308C\u3066\u3044\u307E\u305B\u3093\u3002","translate-firefox-local-pdf":"\u30AF\u30EA\u30C3\u30AF\u3057\u3066PDF\u3092\u30A4\u30F3\u30DD\u30FC\u30C8\u3059\u308B",enableLineBreak:"\u9577\u3044\u6BB5\u843D\u306E\u81EA\u52D5\u6539\u884C\u3092\u6709\u52B9\u306B\u3059\u308B",sponsorLabel:"\u30B9\u30DD\u30F3\u30B5\u30FC\u4ED8\u304D\u958B\u767A\u8005",help:"\u624B",browserShortcutsNoteForFirefox:"Firefox\u3067\u30B7\u30E7\u30FC\u30C8\u30AB\u30C3\u30C8\u3092\u5909\u66F4\u3059\u308B\u306B\u306F\u3001\u62E1\u5F35\u6A5F\u80FD\u306E\u7BA1\u7406\u30DA\u30FC\u30B8`about:addons`\u3092\u958B\u304D\u3001`Settings`\u3092\u30AF\u30EA\u30C3\u30AF\u3057\u3001`Manage Shortcuts`\u3092\u30AF\u30EA\u30C3\u30AF\u3057\u3066\u30B7\u30E7\u30FC\u30C8\u30AB\u30C3\u30C8\u3092\u8A2D\u5B9A\u3059\u308B\u5FC5\u8981\u304C\u3042\u308B\u3002",browserShortcutsNoteForChrome:"Chrome\u3067\u30B7\u30E7\u30FC\u30C8\u30AB\u30C3\u30C8\u3092\u5909\u66F4\u3059\u308B\u306B\u306F\u3001\u62E1\u5F35\u6A5F\u80FD\u306E\u7BA1\u7406\u30DA\u30FC\u30B8\u3092\u958B\u304D\u3001`\u30B7\u30E7\u30FC\u30C8\u30AB\u30C3\u30C8\u306E\u7BA1\u7406`\u30D1\u30CD\u30EB\uFF08`chrome://extensions/shortcuts`\uFF09\u3067\u30B7\u30E7\u30FC\u30C8\u30AB\u30C3\u30C8\u3092\u8A2D\u5B9A\u3057\u3001\u4E0B\u306E\u30DC\u30BF\u30F3\u3092\u30AF\u30EA\u30C3\u30AF\u3057\u3066\u30B7\u30E7\u30FC\u30C8\u30AB\u30C3\u30C8\u306E\u7BA1\u7406\u30DA\u30FC\u30B8\u306B\u30B8\u30E3\u30F3\u30D7\u3059\u308B\u5FC5\u8981\u304C\u3042\u308A\u307E\u3059\u3002",browserShortcutsSucks:"\u30AB\u30B9\u30BF\u30DE\u30A4\u30BA\u3055\u308C\u305F\u30B7\u30E7\u30FC\u30C8\u30AB\u30C3\u30C8\u306E\u66F8\u5F0F\u306F\u6B21\u306E\u3068\u304A\u308A\u3067\u3059\uFF08\u81EA\u52D5\u8A8D\u8B58\u306F\u884C\u308F\u308C\u307E\u305B\u3093\u306E\u3067\u3001\u76F4\u63A5\u5165\u529B\u3057\u3066\u304F\u3060\u3055\u3044\uFF09\uFF1A",enableLineBreakDescription:"\u30AA\u30F3\u306B\u3059\u308B\u3068\u3001\u9577\u3044\u6BB5\u843D\u306E\u6587\u672B\u306B\u6539\u884C\u304C\u5165\u308A\u3001\u8AAD\u307F\u3084\u3059\u304F\u306A\u308A\u307E\u3059\u3002","browser.shortBrandName":"\u30A4\u30DE\u30FC\u30B8\u30E7\u30F3\u7FFB\u8A33","browser.brandName":"\u30A4\u30DE\u30FC\u30B8\u30E7\u30F3\u7FFB\u8A33: \u4E8C\u30F6\u56FD\u8A9E\u30A6\u30A7\u30D6\u30DA\u30FC\u30B8\u7FFB\u8A33 & PDF\u6587\u66F8\u7FFB\u8A33","browser.brandDescription":"Deepl\u3001Google\u3001YouDao\u3001Tencent Translate\u306A\u3069\u3001\u8907\u6570\u306E\u7FFB\u8A33\u30B5\u30FC\u30D3\u30B9\u3092\u30B5\u30DD\u30FC\u30C8\u3057\u3066\u3044\u307E\u3059\u3002","browser.toggleTranslatePage":"\u30DA\u30FC\u30B8\u3092\u7FFB\u8A33\u3059\u308B\uFF0F\u539F\u6587\u3092\u8868\u793A\u3059\u308B","browser.toggleTranslateTheWholePage":"\u30DA\u30FC\u30B8\u306E\u5168\u9818\u57DF\u3092\u7FFB\u8A33\u3059\u308B\uFF0F\u539F\u6587\u3092\u8868\u793A\u3059\u308B","browser.toggleOnlyTransation":"\u30D0\u30A4\u30EA\u30F3\u30AC\u30EB/\u7FFB\u8A33\u30C6\u30AD\u30B9\u30C8\u306E\u307F\u30E2\u30FC\u30C9\u306B\u5207\u308A\u66FF\u3048\u3066\u304F\u3060\u3055\u3044","browser.toggleTranslateToThePageEndImmediately":"\u30DA\u30FC\u30B8\u4E0B\u90E8\u3078\u306E\u5373\u6642\u7FFB\u8A33\uFF0F\u539F\u6587\u306E\u8868\u793A","browser.toggleTranslateTheMainPage":"\u30DA\u30FC\u30B8\u306E\u30E1\u30A4\u30F3\u30A8\u30EA\u30A2\u3092\u7FFB\u8A33\u3059\u308B\uFF0F\u539F\u6587\u3092\u8868\u793A\u3059\u308B","browser.shareToDraft":"\u30D0\u30A4\u30EA\u30F3\u30AC\u30EB\u30DA\u30FC\u30B8\u3092\u5171\u6709\u3059\u308B","browser.openOptionsPage":"\u8A2D\u5B9A\u30DA\u30FC\u30B8\u3092\u958B\u304F","browser.toggleTranslationMask":"\u4E26\u9032\u30D6\u30E9\u30FC\u52B9\u679C\u306E\u8868\u793A\uFF0F\u975E\u8868\u793A","browser.translateLocalPdfFile":"\u30ED\u30FC\u30AB\u30EB\u306EPDF\u30D5\u30A1\u30A4\u30EB\u3092\u7FFB\u8A33\u3059\u308B","browser.openEbookViewer":"\u5730\u5143\u306E\u96FB\u5B50\u66F8\u7C4D\u3092\u8AAD\u3080","browser.openEbookBuilder":"\u30D0\u30A4\u30EA\u30F3\u30AC\u30EBEPUB\u96FB\u5B50\u66F8\u7C4D\u306E\u5236\u4F5C","browser.translateLocalHtmlFile":"HTML/\u30C6\u30AD\u30B9\u30C8\u30D5\u30A1\u30A4\u30EB\u3092\u7FFB\u8A33\u3059\u308B","browser.donateContext":"\u30B9\u30DD\u30F3\u30B5\u30FC\u7279\u5178\u306B\u3064\u3044\u3066","browser.translateLocalSubtitleFile":"\u30ED\u30FC\u30AB\u30EB\u5B57\u5E55\u30D5\u30A1\u30A4\u30EB\u3092\u7FFB\u8A33\u3059\u308B",confirmResetConfig:"\u672C\u5F53\u306B\u8A2D\u5B9A\u3092\u30EA\u30BB\u30C3\u30C8\u3057\u307E\u3059\u304B\uFF1F",translationLineBreakSettingTitle:"\u7FFB\u8A33\u306E\u6539\u884C\u8A2D\u5B9A",smartLineBreak:"\u30B9\u30DE\u30FC\u30C8\u30E9\u30A4\u30F3\u30D5\u30A3\u30FC\u30C9",alwaysLineBreak:"\u5E38\u306B\u6539\u884C",isShowContextMenu:"\u53F3\u30AF\u30EA\u30C3\u30AF\u30E1\u30CB\u30E5\u30FC\u306B\u7FFB\u8A33\u30DA\u30FC\u30B8\u3092\u8FFD\u52A0",toggleBeta:"\u30D9\u30FC\u30BF\u30C6\u30B9\u30C8\u6A5F\u80FD\u306E\u6709\u52B9\u5316",betaDescription:"\u307E\u3060\u5B9F\u9A13\u6BB5\u968E\u3067\u3042\u308B\u6A5F\u80FD\u3084\u3001\u30D9\u30FC\u30BF\u7248\u306E\u7FFB\u8A33\u30B5\u30FC\u30D3\u30B9\u3092\u6709\u52B9\u306B\u3059\u308B\u3002\u8A73\u3057\u304F\u306F <1>Telegram\u30B0\u30EB\u30FC\u30D7\u306B\u3054\u53C2\u52A0\u304F\u3060\u3055\u3044\u3002",translationLineBreakSettingDescription:"\u30B3\u30F3\u30C6\u30F3\u30C4\u304C\u5C11\u306A\u3044\u30DA\u30FC\u30B8\u3067\u306F\u3001\u5E38\u306B\u304D\u3061\u3093\u3068\u6539\u884C\u3059\u308B\u3002(\u5185\u5BB9\u306E\u591A\u3044\u9577\u3044\u6BB5\u843D({count}\u6587\u5B57\u4EE5\u4E0A)\u3067\u306F\u3001\u30B9\u30DA\u30FC\u30B9\u3092\u7BC0\u7D04\u3059\u308B\u305F\u3081\u306B\u6539\u884C\u3092\u30B9\u30DE\u30FC\u30C8\u306B\u4F7F\u3044\u307E\u3057\u3087\u3046)\u3002",tempTranslateDomainTitle:"\u30A6\u30A7\u30D6\u30B5\u30A4\u30C8\u7FFB\u8A33\u306E\u4E00\u6642\u7684\u306A\u5207\u308A\u66FF\u3048\u671F\u9593",tempTranslateDomainDescription:"\u624B\u52D5\u3067\u30A6\u30A7\u30D6\u30DA\u30FC\u30B8\u3092\u7FFB\u8A33\u3059\u308B\u5834\u5408\u306F\u3001\u4E00\u6642\u7684\u306B\u81EA\u52D5\u7FFB\u8A33\u7528\u306EWeb\u30B5\u30A4\u30C8\u3092\u30AA\u30F3\u306B\u3057\u3001\u4E00\u6642\u7684\u306A\u671F\u9593\u3092\u8A2D\u5B9A\u3059\u308B\u3053\u3068\u304C\u3067\u304D\u307E\u3059\u3002",xMinutes:"{count} \u8B70\u4E8B\u9332",disabled:"\u7269\u306E\u4F7F\u7528\u3092\u7981\u6B62\u3059\u308B\u3002",changelog:"\u66F4\u65B0\u30ED\u30B0",toggleTranslatePageWhenThreeFingersOnTheScreen:"\u8907\u6570\u306E\u6307\u304C\u540C\u6642\u306B\u753B\u9762\u306B\u89E6\u308C\u308B\u3068\u3001\u30A6\u30A7\u30D6\u30DA\u30FC\u30B8\u3092\u7FFB\u8A33\u3057\u305F\u308A\u3001\u539F\u6587\u3092\u8868\u793A\u3057\u305F\u308A\u3059\u308B\u3002",toggleTranslationMaskWhenThreeFingersOnTheScreen:"\u30DE\u30EB\u30C1\u30D5\u30A3\u30F3\u30AC\u30FC\u30BF\u30C3\u30C1\u3067\u307C\u304B\u3057\u52B9\u679C\u3092\u8868\u793A/\u975E\u8868\u793A\u3002",fingerCountToToggleTranslagePageOnlyTranslationWhenTouching:"\u8907\u6570\u306E\u6307\u304C\u540C\u6642\u306B\u753B\u9762\u306B\u89E6\u308C\u308B\u3053\u3068\u3067\u3001\u30A6\u30A7\u30D6\u30DA\u30FC\u30B8\u3092\u7FFB\u8A33\uFF08\u7FFB\u8A33\u306E\u307F\uFF09\uFF0F\u539F\u6587\u3092\u8868\u793A\u3002",addUrlDescription:"\u30C9\u30E1\u30A4\u30F3\u540D\u3092\u6307\u5B9A\u3067\u304D\u3001\u30EF\u30A4\u30EB\u30C9\u30AB\u30FC\u30C9\u3082\u30B5\u30DD\u30FC\u30C8\u3002\u4F8B\uFF1A\uFF1A*.google.com\u3001google.com/mail/*\u3001https://www.google.com/*\u3002",general:"\u57FA\u672C\u8A2D\u5B9A",clickToExpandConfig:"\u73FE\u5728\u306E\u30B3\u30F3\u30D5\u30A3\u30AE\u30E5\u30EC\u30FC\u30B7\u30E7\u30F3\u3092\u62E1\u5927\u3059\u308B",import:"\u30D5\u30A1\u30A4\u30EB\u304B\u3089\u306E\u30A4\u30F3\u30DD\u30FC\u30C8",export:"\u30D5\u30A1\u30A4\u30EB\u3078\u306E\u30A8\u30AF\u30B9\u30DD\u30FC\u30C8",toggleDebug:"\u30B3\u30F3\u30BD\u30FC\u30EB\u306B\u30C7\u30D0\u30C3\u30B0\u30ED\u30B0\u3092\u8868\u793A\u3059\u308B","fingers.0":"\u51DD\u56FA","fingers.2":"\u30C4\u30FC\u30D5\u30A3\u30F3\u30AC\u30FC\u30BF\u30C3\u30C1","fingers.3":"\u30B9\u30EA\u30FC\u30D5\u30A3\u30F3\u30AC\u30FC\u30BF\u30C3\u30C1","fingers.4":"\u30D5\u30A9\u30FC\u30D5\u30A3\u30F3\u30AC\u30FC\u30BF\u30C3\u30C1","fingers.5":"5\u672C\u6307\u30BF\u30C3\u30C1",mouseHoldKey:"+ {key} \u7FFB\u8A33/\u6BB5\u843D\u3092\u5143\u306B\u623B\u3059",mouseHoldKeyAuto:"\u30D1\u30E9\u30B0\u30E9\u30D5\u306E\u76F4\u8A33",mouseHoldKeyOff:"\u4F55\u3082\u3059\u308B\u306A\u3002",mouseHoldKeyOther:"\u30B7\u30E7\u30FC\u30C8\u30AB\u30C3\u30C8\u306E\u30AB\u30B9\u30BF\u30DE\u30A4\u30BA\uFF08\u8A2D\u5B9A\u3092\u958B\u304F\uFF09",mouseHoldKeyCustomKey:"{key} \u30D1\u30E9\u30B0\u30E9\u30D5\u306E\u7FFB\u8A33\uFF0F\u7E2E\u5C0F",mouseHoverHoldKey:"\u30B7\u30E7\u30FC\u30C8\u30AB\u30C3\u30C8\u30AD\u30FC\u3092\u62BC\u3057\u306A\u304C\u3089\u30DE\u30A6\u30B9\u3092\u52D5\u304B\u3059\u3068\u6BB5\u843D\u304C\u7FFB\u8A33\u3055\u308C\u308B","mouse-translate":"\u30DE\u30A6\u30B9\u30DB\u30D0\u30FC",document:"(\u3055\u3093\u3077",resetSuccess:"\u3059\u3079\u3066\u306E\u8A2D\u5B9A\u306E\u30EA\u30BB\u30C3\u30C8\u306B\u6210\u529F",resetThisSuccess:"\u30EA\u30BB\u30C3\u30C8\u6210\u529F",saved:"\u30BB\u30FC\u30D6\u30FB\u30B5\u30AF\u30BB\u30B9",successImportConfig:"\u8A2D\u5B9A\u306E\u30A4\u30F3\u30DD\u30FC\u30C8\u306B\u6210\u529F",goAdvancedSettings:"\u8A73\u7D30\u8A2D\u5B9A\u30DA\u30FC\u30B8\u306B\u79FB\u52D5\u3059\u308B",goAdvancedInterfaceSettings:"\u8A73\u7D30\u30AB\u30B9\u30BF\u30DE\u30A4\u30BA\u8A2D\u5B9A\u30DA\u30FC\u30B8\u306B\u79FB\u52D5\u3059\u308B",advanced:"\u8A73\u7D30\u8A2D\u5B9A",advancedDescription:"\u901A\u5E38\u3001\u8A2D\u5B9A\u306F\u5FC5\u8981\u306A\u304F\u3001\u30C7\u30D5\u30A9\u30EB\u30C8\u306E\u307E\u307E\u3067\u3088\u3044\u3002\u3088\u308A\u5C02\u9580\u7684\u306A\u30E6\u30FC\u30B6\u30FC\u306E\u307F\u3001\u3088\u308A\u30D1\u30FC\u30BD\u30CA\u30E9\u30A4\u30BA\u3055\u308C\u305F\u8A2D\u5B9A\u304C\u53EF\u80FD\u3067\u3059\u3002",developer:"\u30C7\u30D9\u30ED\u30C3\u30D1\u30FC\u8A2D\u5B9A",donateCafe:"\u7269\u4FA1","translate to the bottom of the page":"\u30DA\u30FC\u30B8\u4E0B\u90E8\u3078\u306E\u7FFB\u8A33\u306F\u3001\u30DA\u30FC\u30B8\u306B\u5165\u3063\u3066\u3059\u3050\u306B\u884C\u308F\u308C\u308B\u306E\u3067\u3059\u304B\uFF1F",feedback:"\u554F\u984C\u306B\u95A2\u3059\u308B\u30D5\u30A3\u30FC\u30C9\u30D0\u30C3\u30AF",toggleTranslatePage:"\u30DA\u30FC\u30B8\u3092\u7FFB\u8A33\u3059\u308B\uFF0F\u539F\u6587\u3092\u8868\u793A\u3059\u308B",translateToThePageEndImmediatelyDescription:"\u3053\u306E\u6A5F\u80FD\u3092\u30AA\u30F3\u306B\u3059\u308B\u3068\u3001\u30DA\u30FC\u30B8\u306E\u4E0A\u304B\u3089\u4E0B\u306B\u5165\u529B\u3057\u305F\u5185\u5BB9\u304C\u5373\u5EA7\u306B\u7FFB\u8A33\u3055\u308C\u307E\u3059\u3002\u30AA\u30D5\u306B\u3059\u308B\u3068\u3001\u8AAD\u307F\u306A\u304C\u3089\u7FFB\u8A33\u3055\u308C\u307E\u3059\u3002(\u304A\u52E7\u3081\u3057\u307E\u305B\u3093\uFF09","translate all areas of the page":"\u30DA\u30FC\u30B8\u306E\u5168\u9818\u57DF\u3092\u7FFB\u8A33\u3059\u308B\u304B\u3069\u3046\u304B",translationAreaDescription:"\u30AA\u30F3\u306B\u3059\u308B\u3068\u3001\u30A6\u30A7\u30D6\u30DA\u30FC\u30B8\u5168\u4F53\u306E\u3059\u3079\u3066\u306E\u9818\u57DF\u304C\u7FFB\u8A33\u3055\u308C\u307E\u3059\u3002\u30AA\u30D5\u306B\u3059\u308B\u3068\u3001\u30C7\u30D5\u30A9\u30EB\u30C8\u306E\u30B9\u30DE\u30FC\u30C8\u8A8D\u8B58\u304C\u4F7F\u7528\u3055\u308C\u3001\u4E3B\u8981\u306A\u9818\u57DF\u306E\u307F\u304C\u7FFB\u8A33\u3055\u308C\u307E\u3059\u3002(\u30AA\u30F3\u306B\u3059\u308B\u3053\u3068\u306F\u304A\u52E7\u3081\u3057\u307E\u305B\u3093)","the number of characters to be translated first":"\u8868\u793A\u9818\u57DF\u307E\u3067\u30B9\u30AF\u30ED\u30FC\u30EB\u3059\u308B\u3053\u3068\u306A\u304F\u3001\u30DA\u30FC\u30B8\u306E\u6700\u521D\u306E\u6570\u6587\u5B57\u3092\u76F4\u63A5\u7FFB\u8A33\u3059\u308B\u3002","interface language":"\u30A4\u30F3\u30BF\u30FC\u30D5\u30A7\u30FC\u30B9\u8A00\u8A9E","display both the original text and the translation":"\u539F\u6587\u3068\u8A33\u6587\u306E\u540C\u6642\u8868\u793A","keyboard shortcuts":"\u30AD\u30FC\u30DC\u30FC\u30C9\u30B7\u30E7\u30FC\u30C8\u30AB\u30C3\u30C8",modify:"\u30B7\u30E7\u30FC\u30C8\u30AB\u30C3\u30C8\u30AD\u30FC\u306E\u5909\u66F4",reset:"\u30EA\u30D3\u30B8\u30E7\u30F3",close:"\u51DD\u56FA",homepage:"\u30DB\u30FC\u30E0\u30DA\u30FC\u30B8",more:"\u3082\u3063\u3068\u898B\u308B",moreOptions:"\u30AB\u30B9\u30BF\u30DE\u30A4\u30BA\u30FB\u30AA\u30D7\u30B7\u30E7\u30F3\u306E\u62E1\u5927",translateTheWholePage:"\u30DA\u30FC\u30B8\u306E\u5168\u9818\u57DF\u3092\u7FFB\u8A33\u3059\u308B\uFF08\u4E3B\u8981\u306A\u9818\u57DF\u3092\u30A4\u30F3\u30C6\u30EA\u30B8\u30A7\u30F3\u30C8\u306B\u8A8D\u8B58\u3059\u308B\u306E\u3068\u306F\u5BFE\u7167\u7684\uFF09\u3002",changeToTranslateTheWholePage:"\u5168\u5730\u57DF\u306E\u7FFB\u8A33\u306B\u5207\u308A\u66FF\u3048\u308B",changeToTranslateTheMainPage:"\u30E1\u30A4\u30F3\u30A8\u30EA\u30A2\u306E\u7FFB\u8A33\u306B\u5207\u308A\u66FF\u3048\u308B",changeToOnlyTranslationMode:"\u7FFB\u8A33\u306E\u307F\u3092\u8868\u793A\u3059\u308B\u3088\u3046\u306B\u5207\u308A\u66FF\u3048\u308B",changeToDualTranslationMode:"\u5BFE\u8A33\u3078\u306E\u5207\u308A\u66FF\u3048",translateToThePageEndImmediately:"\u30DA\u30FC\u30B8\u4E0B\u90E8\u3078\u306E\u5373\u6642\u7FFB\u8A33",translateTheMainPage:"\u30A4\u30F3\u30C6\u30EA\u30B8\u30A7\u30F3\u30C8\u7FFB\u8A33 \u4E3B\u8981\u5730\u57DF","The local rules are up to date":"\u5730\u5143\u306E\u9069\u5FDC\u898F\u5B9A\u306F\u6700\u65B0\u306E\u3082\u306E\u3060\u3002","Successfully synchronized with the latest official rules:":"\u6700\u65B0\u306E\u516C\u5F0F\u7AF6\u6280\u898F\u5247\u3068\u306E\u540C\u671F\u306B\u6210\u529F\u3002","Checking for updates":"\u30A2\u30C3\u30D7\u30C7\u30FC\u30C8\u306E\u30C1\u30A7\u30C3\u30AF","Rules are being synchronized":"\u9069\u5FDC\u30EB\u30FC\u30EB\u306E\u540C\u671F\u5316",localVersionIsTooOld:"\u30ED\u30FC\u30AB\u30EB\u306E\u62E1\u5F35\u6A5F\u80FD\u306E\u30D0\u30FC\u30B8\u30E7\u30F3\u304C\u53E4\u3059\u304E\u307E\u3059\u3002\u540C\u671F\u3092\u8A66\u307F\u308B\u524D\u306B\u3001\u62E1\u5F35\u6A5F\u80FD\u3092 {minVersion} \u4EE5\u964D\u306B\u30A2\u30C3\u30D7\u30B0\u30EC\u30FC\u30C9\u3057\u3066\u304F\u3060\u3055\u3044\u3002",badUserscriptBrowser:"\u73FE\u5728\u306E\u30D6\u30E9\u30A6\u30B6\u306F\u30B0\u30EA\u30FC\u30B9\u30E2\u30F3\u30AD\u30FC\u62E1\u5F35\u30A4\u30F3\u30BF\u30FC\u30D5\u30A7\u30A4\u30B9\u3092\u6B63\u3057\u304F\u5B9F\u88C5\u3057\u3066\u3044\u307E\u305B\u3093\uFF08\u4F8B\u3048\u3070\u3001\u30B0\u30EA\u30FC\u30B9\u30E2\u30F3\u30AD\u30FC\u30FB\u30B9\u30AF\u30EA\u30D7\u30C8\u81EA\u4F53\u306E\u30D0\u30FC\u30B8\u30E7\u30F3\u756A\u53F7\u306B\u95A2\u3059\u308B\u60C5\u5831\u3092\u53D6\u5F97\u3059\u308B\u5834\u5408\u306A\u3069\uFF09\u306E\u3067\u3001Firefox\u306A\u3069<1>\u30B0\u30EA\u30FC\u30B9\u30E2\u30F3\u30AD\u30FC\u62E1\u5F35\u3092\u30B5\u30DD\u30FC\u30C8\u3059\u308B\u4ED6\u306E\u30D6\u30E9\u30A6\u30B6\u3092\u3054\u5229\u7528\u304F\u3060\u3055\u3044\u3002",foundNewVersion:"\u65B0\u30D0\u30FC\u30B8\u30E7\u30F3\u3092\u898B\u308B",theLocalExtensionIsUpToUpdate:"\u73FE\u5728\u306E\u30A8\u30AF\u30B9\u30C6\u30F3\u30B7\u30E7\u30F3\u306F\u6700\u65B0\u3060\u3002",failToSyncRules:"\u6700\u65B0\u306E\u9069\u5FDC\u30EB\u30FC\u30EB\u306E\u540C\u671F\u306B\u5931\u6557",retry:"\u30EA\u30C8\u30E9\u30A4\u3059\u308B\u306B\u306F\u3053\u3053\u3092\u30AF\u30EA\u30C3\u30AF",failedReason:"\u5931\u6557\u306E\u7406\u7531",currentRuleVersion:"\u73FE\u5728\u306E\u30EB\u30FC\u30EB\u30FB\u30D0\u30FC\u30B8\u30E7\u30F3",calculating:"\u8A08\u7B97",unknownError:"\u672A\u77E5\u306E\u30A8\u30E9\u30FC",canNotFetchRemoteRule:"\u30EA\u30E2\u30FC\u30C8\u30EB\u30FC\u30EB\u304C\u53D6\u5F97\u3067\u304D\u306A\u3044",enableAlphaSuccess:"\u30A2\u30EB\u30D5\u30A1\u5BFE\u5FDC",disableAlphaSuccess:"\u30A2\u30EB\u30D5\u30A1\u6A5F\u80FD\u306F\u30AA\u30D5",cacheSize:"\u30AD\u30E3\u30C3\u30B7\u30E5\u30FB\u30B5\u30A4\u30BA\uFF1A",cleaning:"\u6E05\u7B97\u4E2D",cleanCache:"\u30AD\u30E3\u30C3\u30B7\u30E5\u3092\u6D88\u53BB\u3059\u308B",options:"\u30BB\u30C3\u30C8\u30A2\u30C3\u30D7",about:"\u306B\u5BFE\u3057\u3066",service:"\u901A\u8A33\u30B5\u30FC\u30D3\u30B9",needAction:"(\u8A2D\u5B9A\u3078\uFF09",goSettings:"\u8A2D\u5B9A\u3059\u308B",needActionForOptions:"(\u8A2D\u5B9A\u4E88\u5B9A\uFF09",translationEngine:"\u30A8\u30F3\u30B8\u30F3\u30FB\u30AA\u30D7\u30B7\u30E7\u30F3",sourceLanguage:"\u539F\u8A9E",target:"\u76EE\u6A19\u8A00\u8A9E",popupSourceLanguage:"\u539F\u8A9E",popupTarget:"\u76EE\u6A19\u8A00\u8A9E",popupService:"\u901A\u8A33\u30B5\u30FC\u30D3\u30B9",forThisSite:"\u73FE\u5728\u306E\u30A6\u30A7\u30D6\u30B5\u30A4\u30C8",autoEnableSubtitle:"\u4E8C\u30AB\u56FD\u8A9E\u5B57\u5E55\u3092\u81EA\u52D5\u7684\u306B\u30AA\u30F3\u306B\u3059\u308B",alwaysTranslate:"\u5E38\u306B\u7FFB\u8A33\u3059\u308B",neverTranslate:"\u6C7A\u3057\u3066\u7FFB\u8A33\u3057\u306A\u3044",alwaysTranslateSomeLanguage:"\u5E38\u306B\u7FFB\u8A33\u3059\u308B {language}",neverTranslateSomeLanguage:"\u6C7A\u3057\u3066\u7FFB\u8A33\u3057\u306A\u3044 {language}",alwaysTranslateSomeSite:"\u5E38\u306B\u7FFB\u8A33\u3059\u308B {hostname}",neverTranslateSomeSite:"\u6C7A\u3057\u3066\u7FFB\u8A33\u3057\u306A\u3044 {hostname}",alwaysTranslateSomeSiteOrWildSite:"\u5E38\u306B\u30B5\u30A4\u30C8\u3092\u7FFB\u8A33\u3059\u308B",alwaysTranslateSomePage:"\u5E38\u306B\u30DA\u30FC\u30B8\u3092\u7FFB\u8A33\u3059\u308B",add:"\u5897\u52A0",default:"\u30C7\u30D5\u30A9\u30EB\u30C8",forThisLanguage:"\u3053\u306E\u8A00\u8A9E\u306E\u5834\u5408\uFF1A","add url":"URL\u3092\u5165\u529B",edit:"\u30B3\u30F3\u30D1\u30A4\u30E9","translate other languages into specific language":"\u4ED6\u306E\u8A00\u8A9E\u3092\u8A2D\u5B9A\u3057\u305F\u8A00\u8A9E\u306B\u7FFB\u8A33\u3059\u308B","select translation service":"\u7FFB\u8A33\u30B5\u30FC\u30D3\u30B9\u306E\u9078\u629E",language:"\u591A\u8A00\u8A9E\u4E3B\u7FA9","show-original":"\u539F\u6587\u3092\u8868\u793A",translate:"\u30EC\u30F3\u30C0\u30EA\u30F3\u30B0",Translated:"\u7FFB\u8A33",Translating:"\u7FFB\u8A33\u4E2D",Error:"\u4E0D\u6B63\u78BA",allowCacheTranslations:"\u30ED\u30FC\u30AB\u30EB\u7FFB\u8A33\u30AD\u30E3\u30C3\u30B7\u30E5\u3092\u6709\u52B9\u306B\u3059\u308B\uFF08\u91CD\u8907\u3057\u305F\u7B87\u6240\u306E\u7FFB\u8A33\u30EA\u30AF\u30A8\u30B9\u30C8\u3092\u6E1B\u3089\u3059\uFF09","translation display":"\u7FFB\u8A33\u8868\u793A\u30B9\u30BF\u30A4\u30EB","select diplay style":"\u4EE5\u4E0B\u306E\u4F8B\u3092\u5177\u4F53\u7684\u306B\u53C2\u7167\u3057\u306A\u304C\u3089\u3001\u7FFB\u8A33\u306E\u30B9\u30BF\u30A4\u30EB\u3092\u533A\u5225\u3059\u308B\u3002",interface:"\u30A4\u30F3\u30BF\u30FC\u30D5\u30A7\u30FC\u30B9\u8A2D\u5B9A",import_export:"\u30A4\u30F3\u30DD\u30FC\u30C8/\u30A8\u30AF\u30B9\u30DD\u30FC\u30C8",import_export_title:"\u30A4\u30F3\u30DD\u30FC\u30C8/\u30A8\u30AF\u30B9\u30DD\u30FC\u30C8\u8A2D\u5B9A",syncToGoogleDrive:"Google\u30C9\u30E9\u30A4\u30D6\u3068\u540C\u671F",floatBallOptions:"\u30DB\u30D0\u30FC\u30DC\u30FC\u30EB\u306E\u8A2D\u5B9A","floatBallOptions.enable":"\u30DB\u30D0\u30FC\u30DC\u30FC\u30EB\u3092\u4F7F\u7528\u53EF\u80FD\u306B\u3059\u308B","floatBallOptions.blockUrls":"\u30A6\u30A7\u30D6\u30B5\u30A4\u30C8\u3092\u7121\u52B9\u306B\u3059\u308B","floatBallOptions.add":"\u5897\u52A0","floatBallOptions.blockUrlDesc":"\u4EE5\u4E0B\u306E\u30B5\u30A4\u30C8\u3067\u306F\u30DB\u30D0\u30FC\u30DC\u30FC\u30EB\u304C\u8868\u793A\u3055\u308C\u307E\u305B\u3093\u3002","floatBallOptions.clickType":"\u30AF\u30EA\u30C3\u30AF\u884C\u52D5","floatBallOptions.clickTypeDesc":"\u30AF\u30EA\u30C3\u30AF\u3057\u305F\u3068\u304D\u306E\u30DB\u30D0\u30FC\u30DC\u30FC\u30EB\u30FB\u30A2\u30A4\u30B3\u30F3\u306E\u52D5\u4F5C","floatBallOptions.clickPopup":"\u7FFB\u8A33\u30D1\u30CD\u30EB\u306E\u8868\u793A","floatBallOptions.clickTranslate":"\u539F\u6587\u306E\u7FFB\u8A33\uFF0F\u8868\u793A","floatBallOptions.fixedPosition":"\u56FA\u5B9A\u4F4D\u7F6E","floatBallOptions.fixedPositionDesc":"\u60AC\u6D6E\u7403\u5728\u7A97\u53E3\u5DE6\u4FA7\u8FD8\u662F\u53F3\u4FA7","floatBallOptions.fixedPositionLeft":"\u5DE6\u4FA7","floatBallOptions.fixedPositionRight":"\u53F3\u4FA7",previewAllThemes:"\u3059\u3079\u3066\u306E\u30B9\u30BF\u30A4\u30EB\u3092\u30D7\u30EC\u30D3\u30E5\u30FC\u3059\u308B","translationTheme.none":"\u306A\u3044","translationTheme.grey":"\u30C0\u30FC\u30AF\u30B0\u30EC\u30FC","translationTheme.dashed":"\u70B9\u7DDA\u4E0B\u7DDA","translationTheme.dotted":"\u70B9\u7DDA\u30A2\u30F3\u30C0\u30FC\u30B9\u30B3\u30A2","translationTheme.dashedBorder":"\u70B9\u7DDA","translationTheme.solidBorder":"\u30BD\u30EA\u30C3\u30C9\u30DC\u30FC\u30C0\u30FC","translationTheme.underline":"\u76F4\u7DDA\u306B\u4E0B\u7DDA\u3092\u5F15\u304F","translationTheme.mask":"\u30D5\u30A1\u30B8\u30FC\u52B9\u679C\uFF08\u5B66\u7FD2\u30E2\u30FC\u30C9\uFF09","translationTheme.opacity":"\u900F\u660E\u52B9\u679C","translationTheme.paper":"\u767D\u3044\u7D19\u306E\u5F71\u306E\u52B9\u679C","translationTheme.dividingLine":"\u308F\u3051\u3081","translationTheme.highlight":"\u9AD8\u8F1D\u5EA6","translationTheme.marker":"\u30DE\u30FC\u30AB\u30FC","translationTheme.marker2":"\u30DE\u30FC\u30AB\u30FC2","translationTheme.blockquote":"\u53C2\u7167\u30B9\u30BF\u30A4\u30EB","translationTheme.weakening":"\u5F31\u4F53\u5316","translationTheme.italic":"\u659C\u4F53","translationTheme.bold":"\u6FC3\u5316","translationTheme.thinDashed":"\u7D30\u70B9\u7DDA\u30A2\u30F3\u30C0\u30FC\u30E9\u30A4\u30F3","translationTheme.nativeDashed":"\u30B7\u30B9\u30C6\u30E0\u306F\u70B9\u7DDA\u306E\u30A2\u30F3\u30C0\u30FC\u30E9\u30A4\u30F3\u4ED8\u304D","translationTheme.nativeDotted":"\u30B7\u30B9\u30C6\u30E0\u306F\u70B9\u7DDA\u306E\u30A2\u30F3\u30C0\u30FC\u30E9\u30A4\u30F3\u4ED8\u304D","translationTheme.nativeUnderline":"\u30B7\u30B9\u30C6\u30E0\u306B\u306F\u76F4\u7DDA\u306E\u30A2\u30F3\u30C0\u30FC\u30E9\u30A4\u30F3\u304C\u4ED8\u5C5E\u3057\u3066\u3044\u308B","translationTheme.wavy":"\u6CE2\u7DDA","translationServices.custom":"\u30AB\u30B9\u30BF\u30E0API","translationServices.tencent":"\u30C6\u30F3\u30BB\u30F3\u30C8\u7FFB\u8A33\u8005","translationServices.tenAlpha":"\u30C6\u30F3\u30BB\u30F3\u30C8\u30FB\u30C8\u30E9\u30F3\u30B9\u30EC\u30FC\u30BF\u30FC\uFF08\u30A2\u30EB\u30D5\u30A1\uFF09","translationServices.google":"\u30B0\u30FC\u30B0\u30EB\u7FFB\u8A33","translationServices.bai":"\u30D0\u30A4\u30C9\u30A5\uFF08\u30A2\u30EB\u30D5\u30A1\uFF09","translationServices.baidu":"\u767E\u5EA6\u306E\u7FFB\u8A33","translationServices.aliyun":"\u30A2\u30EA\u30AF\u30E9\u30A6\u30C9\u7FFB\u8A33","translationServices.volc":"\u706B\u5C71\u7FFB\u8A33","translationServices.deeplx":"DeepLX (\u30D9\u30FC\u30BF)","translationServices.bing":"\u30DE\u30A4\u30AF\u30ED\u30BD\u30D5\u30C8\u7FFB\u8A33","translationServices.deepl":"\u30C7\u30A3\u30FC\u30D7\u30A8\u30EB","translationServices.wechat":"WeChat\u7FFB\u8A33","translationServices.azure":"\u30A2\u30B8\u30E5\u30FC\u30EB\u7FFB\u8A33","translationServices.ibm":"IBM\u30EF\u30C8\u30BD\u30F3","translationServices.aws":"\u30A2\u30DE\u30BE\u30F3\u7FFB\u8A33","translationServices.mock":"\u6A21\u64EC\u7FFB\u8A33","translationServices.mock2":"\u6A21\u64EC\u7FFB\u8A332","translationServices.caiyun":"\u30AB\u30E9\u30D5\u30EB\u306A\u96F2\u3068\u5C0F\u3055\u306A\u7FFB\u8A33","translationServices.cai":"\u30AB\u30E9\u30D5\u30EB\u306A\u96F2\uFF08\u30A2\u30EB\u30D5\u30A1\uFF09","translationServices.volcAlpha":"\u30DC\u30EB\u30B1\u30FC\u30CE\uFF08\u30A2\u30EB\u30D5\u30A1\uFF09","translationServices.openl":"\u30AA\u30FC\u30D7\u30F3L","translationServices.youdao":"Youtube\u7FFB\u8A33","translationServices.you":"Youdao \u7FFB\u8A33\u8005\uFF08\u30A2\u30EB\u30D5\u30A1\uFF09","translationServices.transmart":"\u9A30\u8A0A\u30A4\u30F3\u30BF\u30E9\u30AF\u30C6\u30A3\u30D6\u7FFB\u8A33","translationServices.niu":"\u30DE\u30FC\u30D9\u30EA\u30C3\u30AF\u7FFB\u8A33\u8005","translationServices.papago":"\u30D1\u30D1\u30B4\u7FFB\u8A33","translationServices.d":"D\uFF08\u30A2\u30EB\u30D5\u30A1\uFF09","translationServices.dpro":"D\u30D7\u30ED\uFF08\u30AB\u30CA\u30EA\u30A2\uFF09","translationServices.openai":"\u30AA\u30FC\u30D7\u30F3AI","translationServices.chatgpt":"ChatGPT Web(3.5 mobile)","translate title":"\u30DA\u30FC\u30B8\u30BF\u30A4\u30C8\u30EB\u3092\u7FFB\u8A33\u3059\u308B","always languages":"\u5E38\u306B\u8A00\u8A9E\u3092\u7FFB\u8A33\u3059\u308B",neverTranslateLanguagesLabel:"\u7FFB\u8A33\u3055\u308C\u308B\u3053\u3068\u306E\u306A\u3044\u8A00\u8A9E",neverTranslateTheFollowingLanguagesDescription:"\u30DA\u30FC\u30B8\u4E0A\u306E\u6BB5\u843D\u304C\u4EE5\u4E0B\u306E\u8A00\u8A9E\u306E\u3044\u305A\u308C\u304B\u3067\u3042\u308B\u5834\u5408\u3001\u7FFB\u8A33\u306F\u30B9\u30AD\u30C3\u30D7\u3055\u308C\u307E\u3059\u3002",enableUserscriptPagePopup:"\u30DA\u30FC\u30B8\u306B\u30DB\u30D0\u30FC\u30DC\u30FC\u30EB\u3092\u8868\u793A",enableUserscriptPagePopupDescription:"\u30DB\u30D0\u30FC\u30DC\u30FC\u30EB\u3092\u30AA\u30D5\u306B\u3057\u305F\u5F8C\u306F\u3001\u30B7\u30E7\u30FC\u30C8\u30AB\u30C3\u30C8 /{touch}\u3067\u547C\u3073\u51FA\u3059\u3053\u3068\u304C\u3067\u304D\u307E\u3059\u3002\u3046\u3063\u304B\u308A\u3053\u306E\u30AA\u30D7\u30B7\u30E7\u30F3\u3092\u30AA\u30D5\u306B\u3057\u305F\u5F8C\u3001\u30DB\u30D0\u30FC\u30DC\u30FC\u30EB\u3092\u898B\u3064\u3051\u3089\u308C\u306A\u304F\u306A\u308B\u306E\u3092\u9632\u3050\u305F\u3081\u3001\u3053\u306E\u8A2D\u5B9A\u30DA\u30FC\u30B8\u3092\u30D6\u30C3\u30AF\u30DE\u30FC\u30AF\u3057\u3066\u304A\u304F\u3053\u3068\u3092\u5F37\u304F\u304A\u52E7\u3081\u3057\u307E\u3059\uFF01","always translate the following languages":"\u30DA\u30FC\u30B8\u304C\u6B21\u306E\u8A00\u8A9E\u306E1\u3064\u3067\u3042\u308B\u3068\u304D\u81EA\u52D5\u7684\u306B\u30BF\u30FC\u30B2\u30C3\u30C8\u8A00\u8A9E\u306B\u7FFB\u8A33\u3059\u308B","always sites":"\u5E38\u306B\u7FFB\u8A33\u3055\u308C\u305F\u30A6\u30A7\u30D6\u30B5\u30A4\u30C8","always translate the following sites":"\u306E\u30C9\u30E1\u30A4\u30F3\u540D\u3067\u3042\u308C\u3070\u3001\u30A6\u30A7\u30D6\u30B5\u30A4\u30C8\u306F\u81EA\u52D5\u7684\u306B\u30BF\u30FC\u30B2\u30C3\u30C8\u8A00\u8A9E\u306B\u7FFB\u8A33\u3055\u308C\u308B\u3002","never sites":"\u672A\u7FFB\u8A33\u30B5\u30A4\u30C8","never translate the following sites":"\u4EE5\u4E0B\u306E\u30C9\u30E1\u30A4\u30F3\u306E\u30B5\u30A4\u30C8\u3067\u306F\u3001\u7FFB\u8A33\u306F\u884C\u308F\u308C\u307E\u305B\u3093\u3002","please refer to":"\u4F7F\u7528\u3059\u308B\u524D\u306B\u30AD\u30FC\u3092\u5165\u529B\u3059\u308B\u5FC5\u8981\u304C\u3042\u308A\u307E\u3059\u3002",KeyAndConfigurationTutorial:"\u30AD\u30FC\u30FB\u30A2\u30D7\u30EA\u30B1\u30FC\u30B7\u30E7\u30F3\u3068\u30B3\u30F3\u30D5\u30A3\u30AE\u30E5\u30EC\u30FC\u30B7\u30E7\u30F3\u30FB\u30C1\u30E5\u30FC\u30C8\u30EA\u30A2\u30EB",useAboveStyleForTheseSites:"\u4EE5\u4E0B\u306E\u30C9\u30E1\u30A4\u30F3\u306E\u30B5\u30A4\u30C8\u3067\u306F\u3001\u5E38\u306B \u2308{theme}\u230B \u7FFB\u8A33\u30B9\u30BF\u30A4\u30EB\u3092\u4F7F\u7528\u3057\u307E\u3059\u3002",currentUrl:"\u73FE\u5728\u306EURL",confirm:"\u30BB\u30FC\u30D6",cancel:"\u30AD\u30E3\u30F3\u30BB\u30EB",delete:"\u9664\u53BB","languages.auto":"\u81EA\u52D5\u691C\u51FA",syncToCloud:"\u30B0\u30FC\u30B0\u30EB\u30C9\u30E9\u30A4\u30D6\u306B\u540C\u671F",syncToCloudDescription:"\u30AF\u30E9\u30A6\u30C9\u306B\u30A2\u30C3\u30D7\u30ED\u30FC\u30C9\u3055\u308C\u305F\u30B3\u30F3\u30D5\u30A3\u30AE\u30E5\u30EC\u30FC\u30B7\u30E7\u30F3\u306F\u3001\u7570\u306A\u308B\u30D6\u30E9\u30A6\u30B6\u30FC\uFF0F\u30B0\u30EA\u30FC\u30B9\u30E2\u30F3\u30AD\u30FC\u30FB\u30B9\u30AF\u30EA\u30D7\u30C8\u9593\u3067\u540C\u671F\u3055\u305B\u308B\u3053\u3068\u304C\u3067\u304D\u308B\u3002",syncToAccount:"\u30A4\u30DE\u30FC\u30B7\u30D6\u7FFB\u8A33\u30AF\u30E9\u30A6\u30C9\u3078\u306E\u540C\u671F",syncToAccountButton:"\u30AF\u30E9\u30A6\u30C9\u3068\u306E\u5373\u6642\u540C\u671F",syncToAccountDescription:"\u7570\u306A\u308B\u30C7\u30D0\u30A4\u30B9\u9593\u3067\u3001\u6700\u5F8C\u306B\u5909\u66F4\u3055\u308C\u305F\u65B9\u306E\u8A2D\u5B9A\u3092\u81EA\u52D5\u7684\u306B\u540C\u671F\u3057\u307E\u3059\u3002",successSyncConfigInAccount:"\u30AF\u30E9\u30A6\u30C9\u3068\u306E\u540C\u671F\u306B\u6210\u529F",successSyncConfigToAccount:"\u30AF\u30E9\u30A6\u30C9\u3078\u306E\u540C\u671F\u306B\u6210\u529F",syncConfigNoUpdate:"\u3082\u3046\u6700\u65B0\u306E\u3082\u306E\u3060\u3002",authFail:"\u8A8D\u8A3C\u5931\u6557",syncTitle:"\u624B\u52D5\u30D0\u30C3\u30AF\u30A2\u30C3\u30D7\u7BA1\u7406",import_hint:"\u30A4\u30F3\u30DD\u30FC\u30C8",upload:"\u30A2\u30C3\u30D7\u30ED\u30FC\u30C9",revokeAuth:"\u8A8D\u53EF\u306E\u53D6\u308A\u6D88\u3057",uploadFail:"\u30A2\u30C3\u30D7\u30ED\u30FC\u30C9\u5931\u6557",download:"\u30C0\u30A6\u30F3\u30ED\u30FC\u30C9",importSuccess:"\u8F38\u5165\u306B\u6210\u529F",importFail:"\u30A4\u30F3\u30DD\u30FC\u30C8\u5931\u6557",deleteFail:"\u524A\u9664\u306B\u5931\u6557\u3057\u307E\u3057\u305F",backupToCloud:"\u30D0\u30C3\u30AF\u30A2\u30C3\u30D7\u30D5\u30A1\u30A4\u30EB\u306E\u624B\u52D5\u7BA1\u7406",create_new_backup:"\u65B0\u3057\u3044\u30D0\u30C3\u30AF\u30A2\u30C3\u30D7\u30CE\u30FC\u30C9\u3092\u8FFD\u52A0\u3059\u308B",maxBackupFiles:"\u6700\u5927{count}\u7570\u306A\u308B\u30CE\u30FC\u30C9\u3092\u30D0\u30C3\u30AF\u30A2\u30C3\u30D7\u3067\u304D\u307E\u3059\u3002\u4E0D\u8981\u306A\u30CE\u30FC\u30C9\u306F\u524A\u9664\u3057\u3066\u304F\u3060\u3055\u3044\u3002",backupToCloudDescription:"\u30D0\u30C3\u30AF\u30A2\u30C3\u30D7\u30D5\u30A1\u30A4\u30EB\u3092\u624B\u52D5\u3067\u30A2\u30C3\u30D7\u30ED\u30FC\u30C9\u307E\u305F\u306F\u30EA\u30B9\u30C8\u30A2\u3002",successSyncConfig:"\u30AF\u30E9\u30A6\u30C9\u3068\u306E\u540C\u671F\u306B\u6210\u529F",syncFail:"\u540C\u671F\u5931\u6557",updatedAt:"{date}\u3088\u308A\u66F4\u65B0",lastSyncedAt:"\u6700\u7D42\u78BA\u8A8D\uFF1A {date}",downloadFail:"\u30C0\u30A6\u30F3\u30ED\u30FC\u30C9\u306B\u5931\u6557\u3057\u307E\u3057\u305F",clickToDownload:"\u30AF\u30EA\u30C3\u30AF\u3057\u3066\u30C0\u30A6\u30F3\u30ED\u30FC\u30C9",aboutLabel:"\u30D5\u30A3\u30FC\u30C9\u30D0\u30C3\u30AF","browser.openAboutPage":"\u3054\u610F\u898B\u30FB\u3054\u611F\u60F3",aboutLabelWithoutSponsor:"\u30D5\u30A3\u30FC\u30C9\u30D0\u30C3\u30AF",aboutIntro:"\u30A4\u30F3\u30BF\u30FC\u30CD\u30C3\u30C8\u4E0A\u306E\u81A8\u5927\u306A\u5916\u56FD\u8A9E\u60C5\u5831\u3078\u306E\u30A2\u30AF\u30BB\u30B9\u304C\u3088\u308A\u7C21\u5358\u3067\u697D\u3057\u3044\u3082\u306E\u306B\u306A\u308A\u307E\u3059\u3088\u3046\u306B \u2764\uFE0F <6>\u30D7\u30ED\u30E1\u30F3\u30D0\u30FC\u30B7\u30C3\u30D7\u3092 \u6709\u52B9\u306B\u3057\u3066\u3001\u3059\u3050\u306B\u4F7F\u3048\u308BDeepL\u3068OpenAI\u306E\u7FFB\u8A33\u3092\u3054\u5229\u7528\u304F\u3060\u3055\u3044\u3002

<3>Twitter\u3001<4>Telegram\u3001Weibo\u3001WeChat\u3067\u79C1\u305F\u3061\u3092\u30D5\u30A9\u30ED\u30FC\u3059\u308B\u304B\u3001\u4EE5\u4E0B\u306E<5>\u30E1\u30FC\u30EA\u30F3\u30B0\u30EA\u30B9\u30C8\u306B\u767B\u9332\u3057\u3066\u66F4\u65B0\u3092\u8FFD\u8DE1\u3059\u308B\u3053\u3068\u304C\u3067\u304D\u307E\u3059\u3002
<7>\u30D7\u30ED\u4F1A\u54E1\u306E \u65B9\u306F\u3001 <8>support@immersivetranslate.com \u307E\u3067\u3054\u9023\u7D61\u3044\u305F\u3060\u3051\u308C\u3070\u3001\u8FC5\u901F\u306A\u30AB\u30B9\u30BF\u30DE\u30FC\u30B5\u30FC\u30D3\u30B9\u3092\u3054\u63D0\u4F9B\u3044\u305F\u3057\u307E\u3059\u3002",aboutIntroWithoutSponsor:"\u2764\uFE0F

<3>\u30C4\u30A4\u30C3\u30BF\u30FC\u3001<4>\u30C6\u30EC\u30B0\u30E9\u30E0\u30FB\u30C1\u30E3\u30F3\u30CD\u30EB\u3001WeChat\u3001WeChat Exchange\u3067\u30D5\u30A9\u30ED\u30FC\u3057\u3066\u3044\u305F\u3060\u304F\u304B\u3001\u4EE5\u4E0B\u306E<5>E\u30E1\u30FC\u30EB\u3067\u66F4\u65B0\u60C5\u5831\u3092<5>\u8CFC\u8AAD\u3057\u3066\u304F\u3060\u3055\u3044\u3002",projectHomepage:"\u30D7\u30ED\u30B8\u30A7\u30AF\u30C8\u30FB\u30DB\u30FC\u30E0",joinTelegramGroup:"\u30E6\u30FC\u30B6\u30FC\u30B0\u30EB\u30FC\u30D7\u306B\u53C2\u52A0\u3057\u3066\u3001\u6A5F\u80FD\u306B\u95A2\u3059\u308B\u30C7\u30A3\u30B9\u30AB\u30C3\u30B7\u30E7\u30F3\u306B\u53C2\u52A0",wechatPublicAccount:"WeChat\u30D1\u30D6\u30EA\u30C3\u30AF",wechatCommunities:"WeChat\u4EA4\u6D41\u30B0\u30EB\u30FC\u30D7",qqCommunities:"QQ\u30B3\u30DF\u30E5\u30CB\u30B1\u30FC\u30B7\u30E7\u30F3\u30C1\u30E3\u30F3\u30CD\u30EB",joinTelegramChannel:"\u6700\u65B0\u60C5\u5831\u306FTelegram\u30C1\u30E3\u30F3\u30CD\u30EB\u3092\u30D5\u30A9\u30ED\u30FC",feedbackAndJoin:"\u8CEA\u554F \u30D5\u30A3\u30FC\u30C9\u30D0\u30C3\u30AF / \u30B0\u30EB\u30FC\u30D7\u8FFD\u52A0",autoSync:"\u81EA\u52D5\u6642\u523B\u540C\u671F",loadingThemeTitle:"\u30ED\u30FC\u30C7\u30A3\u30F3\u30B0\u30FB\u30B9\u30BF\u30A4\u30EB",loadingThemeDescription:"\u7FFB\u8A33\u30ED\u30FC\u30C9\u5F85\u3061\u6642\u9593\u306E\u30B9\u30BF\u30A4\u30EB\u8A2D\u5B9A","loadingTheme.spinner":"\u56DE\u8EE2\u30A2\u30CB\u30E1\u30FC\u30B7\u30E7\u30F3","loadingTheme.text":"\u9759\u7684\u30C6\u30AD\u30B9\u30C8 ","loadingTheme.none":"\u8868\u793A\u306A\u3057",developerDescription:"\u9AD8\u5EA6\u306A\u30AB\u30B9\u30BF\u30DE\u30A4\u30BA\u306B\u95A2\u3059\u308B\u30C9\u30AD\u30E5\u30E1\u30F3\u30C8\u306F<1>\u3053\u3061\u3089\u3092\u3054\u89A7\u304F\u3060\u3055\u3044\u3002","edit border color":"\u30DC\u30FC\u30C0\u30FC\u30AB\u30E9\u30FC\u306E\u5909\u66F4",successSyncButNoChange:"\u73FE\u5728\u306E\u30B3\u30F3\u30D5\u30A3\u30AE\u30E5\u30EC\u30FC\u30B7\u30E7\u30F3\u306F\u30AF\u30E9\u30A6\u30C9\u3068\u4E00\u81F4\u3057\u3066\u3044\u308B",customTheme:"\u30AB\u30B9\u30BF\u30E0\u30AB\u30E9\u30FC\u3068\u30B5\u30A4\u30BA","customThemeLabel.borderColor":"\u30DC\u30FC\u30C0\u30FC\u30AB\u30E9\u30FC","customThemeLabel.borderRadius":"\u4E38\u307F\u3092\u5E2F\u3073\u305F\u30A8\u30C3\u30B8","customThemeLabel.textColor":"\u30C6\u30AD\u30B9\u30C8\u30AB\u30E9\u30FC","customThemeLabel.backgroundColor":"\u80CC\u666F\u8272","customThemeLabel.zoom":"\u30D5\u30A9\u30F3\u30C8\u30FB\u30B9\u30B1\u30FC\u30EA\u30F3\u30B0 (%)","customThemeLabel.opacity":"\u30C6\u30AD\u30B9\u30C8\u306E\u4E0D\u900F\u660E\u5EA6 (%)",resetToDefaultColor:"\u30C7\u30D5\u30A9\u30EB\u30C8\u30AB\u30E9\u30FC\u306B\u623B\u3059",resetToDefaultSettings:"\u30C7\u30D5\u30A9\u30EB\u30C8\u8A2D\u5B9A\u306B\u623B\u3059",isTranslateTitle:"\u30DA\u30FC\u30B8\u30BF\u30A4\u30C8\u30EB\u306E\u7FFB\u8A33\u3092\u6709\u52B9\u306B\u3059\u308B",isTranslateTitleDescription:"\u30AA\u30F3\u306B\u3059\u308B\u3068\u3001\u30DA\u30FC\u30B8\u30BF\u30A4\u30C8\u30EB\u304C\u7FFB\u8A33\u3055\u308C\u307E\u3059",enableSearchEnhancement:"\u30D0\u30A4\u30EA\u30F3\u30AC\u30EB\u30E1\u30C3\u30BB\u30FC\u30B8\u3092\u6709\u52B9\u306B\u3059\u308B",enableSearchEnhancementDescription:"\u6709\u52B9\u306B\u3059\u308B\u3068\u3001\u5BFE\u5FDC\u30B5\u30A4\u30C8\uFF08Google News\u3001Google Search\uFF08\u4E00\u90E8\u30AD\u30FC\u30EF\u30FC\u30C9\uFF09\u3001Snowball\u3001Oriental Fortune\u3001Futura\u3001Tiger Community\uFF09\u306E\u53F3\u30AB\u30E9\u30E0\u306B\u3001\u8A72\u5F53\u3059\u308B\u82F1\u8A9E\u30AD\u30FC\u30EF\u30FC\u30C9\u3067\u300CGoogle News\u300D\u306E\u691C\u7D22\u7D50\u679C\u304C\u81EA\u52D5\u7684\u306B\u8868\u793A\u3055\u308C\u308B\u3088\u3046\u306B\u306A\u308A\u307E\u3059\u3002",verifyService:"\u30B5\u30FC\u30D3\u30B9\u306E\u30C6\u30B9\u30C8\u306F\u3053\u3061\u3089",verified:"\u6210\u529F\u306E\u78BA\u8A8D","field.langs":"\u5BFE\u5FDC\u8A00\u8A9E\u30B3\u30FC\u30C9","field.model":"\u30E2\u30C7\u30EA\u30F3\u30B0","field.translationEngine":"\u7FFB\u8A33\u30A8\u30F3\u30B8\u30F3","field.limitPerMinute":"1\u5206\u3042\u305F\u308A\u306E\u6700\u5927\u30EA\u30AF\u30A8\u30B9\u30C8\u6570","field.limitPerSecond":"1\u79D2\u3042\u305F\u308A\u306E\u6700\u5927\u30EA\u30AF\u30A8\u30B9\u30C8\u6570","field.maxTextLengthPerRequest":"\u30EA\u30AF\u30A8\u30B9\u30C8\u3054\u3068\u306E\u6700\u5927\u30C6\u30AD\u30B9\u30C8\u9577","field.maxTextGroupLengthPerRequest":"\u30EA\u30AF\u30A8\u30B9\u30C8\u3054\u3068\u306E\u6700\u5927\u6BB5\u843D\u6570","field.apiUrl":"\u30AB\u30B9\u30BF\u30E0API\u30A4\u30F3\u30BF\u30FC\u30D5\u30A7\u30FC\u30B9\u306E\u30A2\u30C9\u30EC\u30B9","field.placeholderDelimiters":"\u4E88\u7D04\u30D7\u30EC\u30FC\u30B9\u30DB\u30EB\u30C0","description.custom":"\u30AB\u30B9\u30BF\u30E0\u30A4\u30F3\u30BF\u30FC\u30D5\u30A7\u30FC\u30B9\u30A2\u30AF\u30BB\u30B9 \u8981\u30C9\u30AD\u30E5\u30E1\u30F3\u30C6\u30FC\u30B7\u30E7\u30F3","description.limitPerMinute":"\u3053\u306E\u5236\u9650\u3092\u8D85\u3048\u305F\u30EA\u30AF\u30A8\u30B9\u30C8\u306F\u3001\u6B21\u306E\u5206\u304C\u59CB\u307E\u308B\u307E\u3067\u30AD\u30E5\u30FC\u306B\u5165\u308A\u307E\u3059\u3002OpenAI\u306E\u73FE\u5728\u306E\u30B5\u30FC\u30D3\u30B9\u306B\u306F\u3055\u307E\u3056\u307E\u306A\u5236\u9650\u304C\u3042\u308B\u305F\u3081\u3001\u6700\u65B0\u306E\u63A8\u5968\u5024\u306F<1>\u3053\u3061\u3089\u3092\u3054\u89A7\u304F\u3060\u3055\u3044\u3002","description.limitPerSecond":"\u3053\u306E\u5236\u9650\u3092\u8D85\u3048\u305F\u30EA\u30AF\u30A8\u30B9\u30C8\u306F\u3001\u6B21\u306E\u79D2\u304C\u59CB\u307E\u308B\u307E\u3067\u30AD\u30E5\u30FC\u306B\u5165\u308A\u307E\u3059\u3002OpenAI\u306E\u73FE\u5728\u306E\u30B5\u30FC\u30D3\u30B9\u306B\u306F\u3055\u307E\u3056\u307E\u306A\u5236\u9650\u304C\u3042\u308B\u305F\u3081\u3001\u6700\u65B0\u306E\u63A8\u5968\u5024\u306F<1>\u3053\u3061\u3089\u3092\u3054\u89A7\u304F\u3060\u3055\u3044\u3002","description.generalLimitPerSecond":"\u3053\u306E\u5236\u9650\u3092\u8D85\u3048\u305F\u30EA\u30AF\u30A8\u30B9\u30C8\u306F\u3001\u6B21\u306E\u79D2\u304C\u59CB\u307E\u308B\u307E\u3067\u30AD\u30E5\u30FC\u306B\u5165\u308B\u3002","description.prompt":"\u30E6\u30FC\u30B6\u30FC\u3068\u3057\u3066 {service} \u306B\u9001\u4FE1\u3055\u308C\u308B\u5BFE\u8A71\u3067\u3001{{text}} \u306F\u6BB5\u843D\u306E\u30C6\u30AD\u30B9\u30C8\u5185\u5BB9\u3092\u793A\u3057\u3001{{from}} \u306F\u6BB5\u843D\u306E\u8A00\u8A9E\u3092\u793A\u3057\u3001{{to}} \u306F\u76EE\u6A19\u8A00\u8A9E\u3092\u793A\u3057\u307E\u3059\u3002","description.maxTextLengthPerRequest":"\u30EA\u30AF\u30A8\u30B9\u30C8\u3042\u305F\u308A\u306E\u6700\u5927\u6587\u5B57\u6570\u304C\u5927\u304D\u3059\u304E\u308B\u3068\u3001\u30A4\u30F3\u30BF\u30FC\u30D5\u30A7\u30FC\u30B9\u306E\u5FDC\u7B54\u304C\u9045\u304F\u306A\u308B\u306E\u3067\u3001\u3053\u306E\u30AA\u30D7\u30B7\u30E7\u30F3\u3092\u8ABF\u6574\u3057\u3066\u901F\u5EA6\u3092\u6700\u9069\u5316\u3057\u3066\u304F\u3060\u3055\u3044\u3002","description.systemPrompt":"\u30B7\u30B9\u30C6\u30E0\u3068\u3057\u3066OpenAI\u306B\u9001\u3089\u308C\u308B\u30C0\u30A4\u30A2\u30ED\u30B0\u3002 {{text}} \u306F\u6BB5\u843D\u306E\u30C6\u30AD\u30B9\u30C8\u5185\u5BB9\u3001{{from}} \u306F\u6BB5\u843D\u306E\u8A00\u8A9E\u3001{{to}} \u306F\u30BF\u30FC\u30B2\u30C3\u30C8\u8A00\u8A9E\u3092\u793A\u3059\u3002","field.domain":"\u30EC\u30A2\u30EB","description.domain":"\u30C7\u30D5\u30A9\u30EB\u30C8\u306F\uFF1Ageneral \u3067\u3059\u3002Arima API \u30B3\u30F3\u30BD\u30FC\u30EB\u3067\u30C9\u30E1\u30A4\u30F3\u5909\u63DB\u304C\u6709\u52B9\u306B\u306A\u3063\u3066\u3044\u308B\u5834\u5408\u306E\u307F\u8A2D\u5B9A\u3067\u304D\u307E\u3059\u3002","field.scene":"\u53D6\u308B","description.scene":"\u30C7\u30D5\u30A9\u30EB\u30C8\u306F\uFF1A\u4E00\u822C\u3067\u3059\u3002AliCloud API\u30B3\u30F3\u30BD\u30FC\u30EB\u3067Machine Translation Pro\u3092\u958B\u3044\u305F\u5834\u5408\u306E\u307F\u8A2D\u5B9A\u3067\u304D\u307E\u3059\u3002","field.vocabId":"\u30E6\u30FC\u30B6\u30FC\u8F9E\u66F8ID","description.vocabId":"\u6307\u5B9A\u3055\u308C\u305F\u8F9E\u66F8out_id\u306F\u3001\u73FE\u5728\u3001\u82F1\u8A9E\u304B\u3089\u4E2D\u56FD\u8A9E\u3078\u306E\u7FFB\u8A33\u3092\u30B5\u30DD\u30FC\u30C8\u3057\u3066\u3044\u308B\u3002","description.model":"OpenAI\u306E\u30E2\u30C7\u30EB\u306F\u3001gpt-3.5-turbo\u3001gpt-4\u306A\u3069\u3002","description.maxTextGroupLengthPerRequest":"\u4E00\u5EA6\u306B\u7FFB\u8A33\u30B5\u30FC\u30D3\u30B9\u306B\u9001\u4FE1\u3055\u308C\u308B\u6BB5\u843D\u6570\u3002\u6BB5\u843D\u6570\u304C\u591A\u3059\u304E\u308B\u3068\u3001\u30A4\u30F3\u30BF\u30FC\u30D5\u30A7\u30FC\u30B9\u306E\u5FDC\u7B54\u304C\u9045\u304F\u306A\u308B\u3053\u3068\u304C\u3042\u308A\u307E\u3059\u3002","description.apiUrl":"\u5177\u4F53\u7684\u306AURL\u3068\u30D1\u30B9\u3001<1>\u3088\u308A\u8A73\u3057\u3044\u8AAC\u660E\u3092\u8FFD\u52A0\u3057\u3066\u304F\u3060\u3055\u3044\u3002",enabledExtension:"\u30A8\u30AF\u30B9\u30C6\u30F3\u30B7\u30E7\u30F3\u306E\u6709\u52B9\u5316",clickToDisableExtension:"\u30AF\u30EA\u30C3\u30AF\u3057\u3066\u62E1\u5F35\u6A5F\u80FD\u3092\u7121\u52B9\u306B\u3059\u308B",clickToEnableExtension:"\u30AF\u30EA\u30C3\u30AF\u3057\u3066\u62E1\u5F35\u6A5F\u80FD\u3092\u6709\u52B9\u306B\u3059\u308B",hasBeenDisabled:"\u4F7F\u7528\u4E0D\u80FD","show password":"\u30D1\u30B9\u30EF\u30FC\u30C9\u3092\u8868\u793A\u3059\u308B",customContent:"\u30AB\u30B9\u30BF\u30E0\u30E2\u30C7\u30EB\u540D\u3092\u5165\u529B",inputOptions:"\u5165\u529B\u30DC\u30C3\u30AF\u30B9\u306E\u5F37\u5316",mouseHoverOptions:"\u30DE\u30A6\u30B9\u30DB\u30D0\u30FC",modifyMouseHoverKey:"\u30DE\u30A6\u30B9\u30DB\u30D0\u30FC\u30B7\u30E7\u30FC\u30C8\u30AB\u30C3\u30C8\u306E\u5909\u66F4",enableInputTranslation:"\u5165\u529B\u30DC\u30C3\u30AF\u30B9\u306E\u62E1\u5F35\u3092\u6709\u52B9\u306B\u3059\u308B\u304B\u3069\u3046\u304B",enableInputTranslationDescription:"\u6709\u52B9\u5316\u3057\u305F\u3089\u3001 {startingKey}{startingKey} hello \u3068\u5165\u529B\u30DC\u30C3\u30AF\u30B9\u306B\u76F4\u63A5\u5165\u529B\u3057\u3001{inputTrailingTriggerKeyRepeatTimes}times{trailingKey}\u3092\u7D20\u65E9\u304F\u62BC\u3057\u3066\u3001 {inputTargetLanguage}\u306B\u5909\u63DB\u3059\u308B\u3002",enableInputTranslationDescriptionForNoneKey:"\u6709\u52B9\u306B\u3057\u305F\u3089\u3001\uFF1AHello World\u3068\u5165\u529B\u30DC\u30C3\u30AF\u30B9\u306B\u76F4\u63A5\u5165\u529B\u3057\u3001{inputTrailingTriggerKeyRepeatTimes}{trailingKey}\u3092\u7D20\u65E9\u304F\u62BC\u3057\u3066\u3001\u30C7\u30D5\u30A9\u30EB\u30C8\u306E\u30BF\u30FC\u30B2\u30C3\u30C8\u8A00\u8A9E\u306B\u7FFB\u8A33\u3059\u308B\u3002",inputTargetLanguage:"\u5165\u529B\u30DC\u30C3\u30AF\u30B9\u306E\u30C7\u30D5\u30A9\u30EB\u30C8\u30BF\u30FC\u30B2\u30C3\u30C8\u8A00\u8A9E\u306E\u8A2D\u5B9A",inputTargetLanguageDescription:"\u5165\u529B\u30DC\u30C3\u30AF\u30B9\u7FFB\u8A33\u306E\u30C7\u30D5\u30A9\u30EB\u30C8\u30BF\u30FC\u30B2\u30C3\u30C8\u8A00\u8A9E\u3001\u3059\u306A\u308F\u3061\u3001\u30C8\u30EA\u30AC\u30FC\u30EF\u30FC\u30C9\u306E\u30C7\u30D5\u30A9\u30EB\u30C8\u8A00\u8A9E\u3068\u3057\u3066 {startingKey}{startingKey}",inputTargetLanguageDescriptionForNoneKey:"\u5165\u529B\u30DC\u30C3\u30AF\u30B9\u7FFB\u8A33\u306E\u30C7\u30D5\u30A9\u30EB\u30C8\u30BF\u30FC\u30B2\u30C3\u30C8\u8A00\u8A9E",inputStartingTriggerKeyTitle:"\u5165\u529B\u30DC\u30C3\u30AF\u30B9\u306E\u90E8\u5206\u7FFB\u8A33\u306E\u305F\u3081\u306E\u5206\u5272\u6587\u5B57\u306E\u8A2D\u5B9A",inputStartingTriggerKeyDescription:"\u5165\u529B\u30DC\u30C3\u30AF\u30B9\u5168\u4F53\u3092\u7FFB\u8A33\u3059\u308B\u5FC5\u8981\u304C\u306A\u3044\u5834\u5408\u3001\u30B9\u30D7\u30EA\u30C3\u30BF\u30FC\u306F {startingKey}{startingKey} \u304B\u3089\u5165\u529B\u30DC\u30C3\u30AF\u30B9\u306E\u6700\u5F8C\u307E\u3067\u306E\u90E8\u5206\u3060\u3051\u3092\u7FFB\u8A33\u3059\u308B\u3053\u3068\u304C\u3067\u304D\u307E\u3059\u3002\u307E\u305F\u3001\u8A00\u8A9E\u30B3\u30FC\u30C9\u3092\u6307\u5B9A\u3059\u308B\u3053\u3068\u3082\u3067\u304D\u307E\u3059\u3002\u4F8B\u3048\u3070\u3001\uFF1A{startingKey}ja \u306F {startingKey}ja \u304B\u3089\u5165\u529B\u30DC\u30C3\u30AF\u30B9\u306E\u6700\u5F8C\u307E\u3067\u306E\u90E8\u5206\u3060\u3051\u3092\u7FFB\u8A33\u3059\u308B\u3053\u3068\u3092\u610F\u5473\u3057\u307E\u3059\u3002",inputStartingTriggerKeyDescriptionForNoneKey:"\u73FE\u5728\u306E\u63A5\u982D\u8F9E\u306A\u3057\u306E\u8A2D\u5B9A\u306F\u4E0D\u8981\u3067\u3042\u308A\u3001\u5165\u529B\u30DC\u30C3\u30AF\u30B9\u306E\u4E00\u90E8\u306E\u30C6\u30AD\u30B9\u30C8\u306E\u7FFB\u8A33\u6A5F\u80FD\u306F\u73FE\u6642\u70B9\u3067\u306F\u5229\u7528\u3067\u304D\u306A\u3044\u3002",inputTrailingTriggerKeyTitle:"\u5165\u529B\u7D42\u4E86\u30C8\u30EA\u30AC\u30FC\u6587\u5B57\u3092\u9078\u629E\u3059\u308B",inputTrailingTriggerKeyDescription:"3 quick hits{trailingKey} \u7FFB\u8A33\u3092\u958B\u59CB\u3057\u307E\u3059\uFF01",inputTrailingTriggerKeyTimeout:"\u6226\u95D8\u7D42\u4E86\u30C8\u30EA\u30AC\u30FC\u307E\u3067\u306E\u6642\u9593\u3092\u5165\u529B\u3059\u308B\u3002",inputTrailingTriggerKeyTimeoutDescription:"\u5165\u529B\u7D42\u4E86\u30B3\u30F3\u30DC\u306E\u30C8\u30EA\u30AC\u30FC\u307E\u3067\u306E\u6642\u9593\uFF08\u30DF\u30EA\u79D2\uFF09\u3092\u8A2D\u5B9A\u3059\u308B\u3002",spaceKey:"<\u7A7A\u683C\u952E>",noneKey:"\u63A5\u982D\u8F9E\u306A\u3057\u306E\u30C6\u30AD\u30B9\u30C8\u30DC\u30C3\u30AF\u30B9\u5168\u4F53\u306E\u76F4\u63A5\u7FFB\u8A33",inputTranslationBlockUrlsTitle:"\u4EE5\u4E0B\u306EURL\u3067\u306F\u3001\u5165\u529B\u30DC\u30C3\u30AF\u30B9\u306E\u62E1\u5F35\u6A5F\u80FD\u3092\u6709\u52B9\u306B\u3057\u306A\u3044\u3067\u304F\u3060\u3055\u3044\u3002",inputTranslationBlockUrlsDescription:"\u5165\u529B\u30DC\u30C3\u30AF\u30B9\u306E\u6A5F\u80FD\u62E1\u5F35\u306F\u3001\u4EE5\u4E0B\u306EURL\u3067\u306F\u6A5F\u80FD\u3057\u307E\u305B\u3093\u3002",clickToSeeQuickDemo:"\u30AF\u30EA\u30C3\u30AF\u3057\u306630\u79D2\u306E\u30C1\u30E5\u30FC\u30C8\u30EA\u30A2\u30EB\u30D3\u30C7\u30AA\u3092\u62E1\u5927",inputHelperInfo:"\u8AAC\u660E\uFF1A\u4E2D\u56FD\u8A9E\u306E\u5165\u529B\u30E1\u30BD\u30C3\u30C9\u3067\u306F\u3001\u3044\u304F\u3064\u304B\u306E\u30C8\u30EA\u30AC\u30FC\u6587\u5B57\u304C\u4E2D\u56FD\u8A9E\u306E\u53E5\u8AAD\u70B9\u306B\u5909\u308F\u308B\u3068\u3044\u3046\u4E8B\u5B9F\u306B\u6700\u9069\u5316\u3057\u307E\u3057\u305F\u3002\u4F8B\u3048\u3070\u3001/ \u306F Sogou \u5165\u529B\u30E1\u30BD\u30C3\u30C9\u3067\u306F\u3001\u30C0\u30F3\u8A18\u53F7\u306B\u5909\u308F\u308A\u307E\u3059\u3002

\u307E\u305F\u3001\u8A00\u8A9E<1>\u30B3\u30FC\u30C9\u306E\u4E2D\u56FD\u8A9E\u30A8\u30A4\u30EA\u30A2\u30B9\u3082\u30B3\u30DE\u30F3\u30C9\u3068\u3057\u3066\u30B5\u30DD\u30FC\u30C8\u3057\u3066\u304A\u308A\u3001\u4F8B\u3048\u3070 /Japanese Hello World \u306F\u65E5\u672C\u8A9E\u306B\u7FFB\u8A33\u3055\u308C\u307E\u3059\u3002",reloadCurrentPage:"\u7FFB\u8A33\u3092\u958B\u59CB\u3059\u308B\u524D\u306B\u3001\u73FE\u5728\u306E\u30DA\u30FC\u30B8\u3092\u66F4\u65B0\u3057\u3066\u304F\u3060\u3055\u3044\u3002",noLocalFilePermissionForPDF:"\u30ED\u30FC\u30AB\u30EB\u30D5\u30A1\u30A4\u30EB\u3092\u8AAD\u307F\u8FBC\u3080\u6A29\u9650\u304C\u3042\u308A\u307E\u305B\u3093\u3002\u4E0A\u306E\u30DC\u30BF\u30F3\u3092\u30AF\u30EA\u30C3\u30AF\u3057\u3066\u3001\u30ED\u30FC\u30AB\u30EB\u30D5\u30A1\u30A4\u30EB\u3092\u30A4\u30F3\u30DD\u30FC\u30C8\u3057\u3066\u304F\u3060\u3055\u3044\u3002",noPermissionForThisPage:"\u26A0\uFE0F \u73FE\u5728\u306E\u30DA\u30FC\u30B8\u3092\u7FFB\u8A33\u3059\u308B\u6A29\u9650\u304C\u306A\u3044",retryAllParagraphs:"\u3059\u3079\u3066\u306E\u30A8\u30E9\u30FC\u30D1\u30C3\u30BB\u30FC\u30B8\u3092\u518D\u8A66\u884C\u3059\u308B",retryAllButton:"\u3059\u3079\u3066\u306E\u30A8\u30E9\u30FC\u30D1\u30C3\u30BB\u30FC\u30B8\u3092\u518D\u8A66\u884C\u3059\u308B",errorTooltipTitle:"\u30AF\u30EA\u30C3\u30AF\u3057\u3066\u30A8\u30E9\u30FC\u306E\u539F\u56E0\u3092\u898B\u308B",errorModalTitle:"\u7FFB\u8A33\u30B5\u30FC\u30D3\u30B9\u304B\u30CD\u30C3\u30C8\u30EF\u30FC\u30AF\u306B\u4F55\u304B\u554F\u984C\u304C\u3042\u308B\u3088\u3046\u3060...\u3002",disableConfirm:"\u30D0\u30A4\u30EA\u30F3\u30AC\u30EB\u60C5\u5831\u5F37\u5316\u8A2D\u5B9A",disableOnce:"\u3053\u306E\u969C\u5BB3",disableGlobal:"\u6C38\u4E45\u306B\u7121\u52B9\u306B\u3059\u308B",disableTint:"* {option}\u3002",searchEnhancementNotes:"\u4E2D\u56FD\u8A9E\u30AD\u30FC\u30EF\u30FC\u30C9\u3068\u82F1\u8A9E\u30AD\u30FC\u30EF\u30FC\u30C9\u3067\u306F\u3001\u30CB\u30E5\u30FC\u30B9\u306E\u691C\u7D22\u7D50\u679C\u304C\u5927\u304D\u304F\u7570\u306A\u308B\u3053\u3068\u304C\u308F\u304B\u308A\u307E\u3057\u305F\u3002 \u30A4\u30DE\u30FC\u30B7\u30D6\u7FFB\u8A33\u30D0\u30A4\u30EA\u30F3\u30AC\u30EB\u60C5\u5831\u5F37\u5316\u6A5F\u80FD\u3092\u6709\u52B9\u306B\u3059\u308B\u3068\u3001\u5BFE\u5FDC\u30B5\u30A4\u30C8\uFF08Google\u30CB\u30E5\u30FC\u30B9\u3001Google\u691C\u7D22\uFF08\u4E00\u90E8\u30AD\u30FC\u30EF\u30FC\u30C9\uFF09\u3001Snowball\u3001Oriental Wealth\u3001Futura\u3001Tiger\uFF09\u3067\u540C\u3058\u30AD\u30FC\u30EF\u30FC\u30C9\u3092\u82F1\u8A9E\u3067\u81EA\u52D5\u7684\u306B\u691C\u7D22\u3057\u3001\u53F3\u5074\u306B\u8868\u793A\u3057\u307E\u3059\u3002\u3053\u306E\u6A5F\u80FD\u304C\u4E0D\u8981\u306A\u5834\u5408\u306F\u3001\u7121\u52B9\u306B\u3059\u308B\u3053\u3068\u3082\u3067\u304D\u307E\u3059\u3002",option:"\u30BB\u30C3\u30C8\u30A2\u30C3\u30D7",saveSettings:"\u8A2D\u5B9A\u306E\u4FDD\u5B58",closeModal:"\u30A6\u30A3\u30F3\u30C9\u30A6\u3092\u9589\u3058\u308B",enableInputTranslationWithoutTriggerKeyTitle:"{trailingKey}\u3001\u5165\u529B\u30DC\u30C3\u30AF\u30B9\u5168\u4F53\u3092\u76F4\u63A5{inputTargetLanguage}\u3002",enableInputTranslationWithoutTriggerKeyDescription:"\u4F8B\u3048\u3070\u3001\uFF1Aja Hello World \u306E\u3088\u3046\u306B\u3002",mouseHoverShortcutPlaceholder:"\u4F8B\uFF1A\uFF1A\u30B7\u30D5\u30C8",deepLProName:"\u6CA1\u5165\u578B\u7FFB\u8A33\u30D7\u30ED\u30E1\u30F3\u30D0\u30FC\uFF08\u63A8\u5968\uFF09",deepLProDescription:"\u73FE\u5728\u306E\u30D1\u30C3\u30B1\u30FC\u30B8\u306F\u76F4\u63A5\u4F7F\u7528\u3067\u304D\u308B",deeplProDescriptionForNormal:"\u30BB\u30C3\u30C8\u30A2\u30C3\u30D7\u4E0D\u8981\u3001\u4F1A\u54E1\u306E\u65B9\u306F\u30ED\u30B0\u30A4\u30F3\u5F8C\u5229\u7528\u53EF\u80FD\u3001<1>\u4F1A\u54E1\u3078\u306E\u30A2\u30C3\u30D7\u30B0\u30EC\u30FC\u30C9\u306F\u3053\u3061\u3089",deepLCustomDescription:"\u6D77\u5916\u767A\u884C\u306E\u30AF\u30EC\u30B8\u30C3\u30C8\u30AB\u30FC\u30C9\u304C\u5FC5\u8981 <1>\u3002",deepLCustomName:"\u30AB\u30B9\u30BF\u30E0\u8A8D\u8A3C\u30AD\u30FC",chooseProviderLabel:"\u30B5\u30FC\u30D3\u30B9\u30FB\u30D7\u30ED\u30D0\u30A4\u30C0\u30FC\u306E\u9078\u629E",openaiProName:"\u6CA1\u5165\u578B\u7FFB\u8A33\u30D7\u30ED\u30E1\u30F3\u30D0\u30FC\uFF08\u63A8\u5968\uFF09",openaiProDescription:"\u73FE\u5728\u306E\u30D1\u30C3\u30B1\u30FC\u30B8\u306F\u76F4\u63A5\u4F7F\u7528\u3067\u304D\u308B",openaiProDescriptionForNormal:"\u30BB\u30C3\u30C8\u30A2\u30C3\u30D7\u4E0D\u8981\u3001\u4F1A\u54E1\u306E\u65B9\u306F\u30ED\u30B0\u30A4\u30F3\u5F8C\u5229\u7528\u53EF\u80FD\u3001<1>\u4F1A\u54E1\u3078\u306E\u30A2\u30C3\u30D7\u30B0\u30EC\u30FC\u30C9\u306F\u3053\u3061\u3089",openaiCustomDescription:"OpenAI\u3001Azure OpenAI\u3001\u307E\u305F\u306F\u305D\u306E\u4ED6\u306E\u30B5\u30FC\u30C9\u30D1\u30FC\u30C6\u30A3\u30B5\u30FC\u30D3\u30B9\u3067\u5229\u7528\u53EF\u80FD\u3067\u3059<1>\u3002",openaiCustomName:"\u30AB\u30B9\u30BF\u30E0API\u30AD\u30FC",needLoginAction:"(\u30AA\u30FC\u30D7\u30F3\u30FB\u30E1\u30F3\u30D0\u30FC\u307E\u305F\u306F\u30AB\u30B9\u30BF\u30DE\u30A4\u30BA\uFF09",goLoginOrAction:"(\u30E1\u30F3\u30D0\u30FC\u30B7\u30C3\u30D7\u3092\u958B\u304F\u304B\u3001\u8A2D\u5B9A\u306B\u9032\u3080)",yearly:"\u9023\u7D9A\u5E74\u6255\u3044\u3092\u3059\u308B",quarterly:"\u9806\u6B21\u5305\u88C5",monthly:"\u30DE\u30F3\u30B9\u30EA\u30FC\u30FB\u30B5\u30D6\u30B9\u30AF\u30EA\u30D7\u30B7\u30E7\u30F3",yearlyForOnce:"\u5E74\u9593\u30D1\u30C3\u30B1\u30FC\u30B8",monthlyForOnce:"\u67081\u56DE\u30D1\u30C3\u30B1\u30FC\u30B8",daily:"\u9023\u7D9A\u30D1\u30B1\u30C3\u30C8\u65E5",year:"\u9023\u7D9A\u5E74\u6255\u3044\u3092\u3059\u308B",quarter:"\u9806\u6B21\u5305\u88C5",month:"\u30DE\u30F3\u30B9\u30EA\u30FC\u30FB\u30B5\u30D6\u30B9\u30AF\u30EA\u30D7\u30B7\u30E7\u30F3",day:"\u9023\u7D9A\u30D1\u30B1\u30C3\u30C8\u65E5",onetime_7day:"7\u65E5\u9593\u4F53\u9A13\u30D1\u30C3\u30AF",currentPlanDescriptionForFree:"\u73FE\u5728\u306E\u30D1\u30C3\u30B1\u30FC\u30B8\uFF1A\u7121\u6599",currentPlanDescriptionForContinuous:"\u73FE\u5728\u306E\u30D1\u30C3\u30B1\u30FC\u30B8\uFF1A{plan}\u306F {endAt} \u306B\u81EA\u52D5\u66F4\u65B0\u3055\u308C\u307E\u3059\u3002",currentPlanDescriptionForAutoRenewCaceling:"\u73FE\u5728\u306E\u30D1\u30C3\u30B1\u30FC\u30B8\uFF1A{plan}\u306E\u6709\u52B9\u671F\u9650\u306F {endAt} \u3068\u306A\u308A\u3001\u6709\u52B9\u671F\u9650\u5207\u308C\u306B\u3088\u308B\u81EA\u52D5\u66F4\u65B0\u306F\u884C\u308F\u308C\u307E\u305B\u3093\u3002",currentYearlyPlanDescriptionForAutoRenewCacelingWithRealPaiedUser:"\u73FE\u5728\u306E\u30D1\u30C3\u30B1\u30FC\u30B8\u3001\uFF1A{plan}\u306F\u3001 {endAt} \u306B\u671F\u9650\u5207\u308C\u3068\u306A\u308A\u3001\u671F\u9650\u5207\u308C\u306B\u3088\u308B\u81EA\u52D5\u66F4\u65B0\u306F\u884C\u308F\u308C\u307E\u305B\u3093\u3002
<1>\u66F4\u65B0\u30D7\u30E9\u30F3\u306E\u7BA1\u7406\u306F\u3053\u3061\u3089",currentYearlyPlanDescriptionForAutoRenewCacelingWithAdmin:"\u73FE\u5728\u306E\u30D1\u30C3\u30B1\u30FC\u30B8\u3001\uFF1A{plan}\u306F\u3001 {endAt} \u306B\u671F\u9650\u5207\u308C\u3068\u306A\u308A\u3001\u671F\u9650\u5207\u308C\u306B\u3088\u308B\u81EA\u52D5\u66F4\u65B0\u306F\u884C\u308F\u308C\u307E\u305B\u3093\u3002
<1>\u7D99\u7D9A\u7684\u306A\u5E74\u9593\u8CFC\u8AAD\u3092\u6709\u52B9\u306B\u3059\u308B\u306B\u306F\u3001\u3053\u3053\u3092\u30AF\u30EA\u30C3\u30AF\u3057\u3066\u304F\u3060\u3055\u3044\u3002",currentPlanDescriptionForOneTime:"\u73FE\u5728\u306E\u8CFC\u8AAD\uFF1A{plan}\u306F {endAt} \u3067\u671F\u9650\u5207\u308C\u3068\u306A\u308A\u307E\u3059\u3002<1>\u5E74\u4F1A\u8CBB\u307E\u305F\u306F<2>\u6708\u4F1A\u8CBB<1>\u3078\u306E\u30A2\u30C3\u30D7\u30B0\u30EC\u30FC\u30C9\u306F\u3053\u3061\u3089\u3092\u30AF\u30EA\u30C3\u30AF\u3057\u3066\u304F\u3060\u3055\u3044\u3002",upgradePlan:"\u30D7\u30ED\u4F1A\u54E1\u3078\u306E\u30A2\u30C3\u30D7\u30B0\u30EC\u30FC\u30C9\u306F\u3053\u3061\u3089",upgradeToPro:"\u30D7\u30ED\u4F1A\u54E1\u3078\u306E\u30A2\u30C3\u30D7\u30B0\u30EC\u30FC\u30C9","popup.openPro":"DeepL\u3068OpenAI\u306E\u7FFB\u8A33\u3092\u304A\u697D\u3057\u307F\u3044\u305F\u3060\u304F\u306B\u306F\u3001Pro\u30E1\u30F3\u30D0\u30FC\u30B7\u30C3\u30D7\u306B\u30A2\u30C3\u30D7\u30B0\u30EC\u30FC\u30C9\u3057\u3066\u304F\u3060\u3055\u3044\uFF01","popup.openProForPro":"\u3042\u306A\u305F\u306F\u3001DeepL\u3068OpenAI\u306E\u7FFB\u8A33\u306B\u76F4\u63A5\u30A2\u30AF\u30BB\u30B9\u3067\u304D\u308B\u30D7\u30ED\u30E1\u30F3\u30D0\u30FC\u3067\u3059\uFF01",currentAccount:"\u5F53\u5EA7\u9810\u91D1",enableAutoSyncUserSettings:"\u8907\u6570\u306E\u30C7\u30D0\u30A4\u30B9\u9593\u3067\u81EA\u52D5\u30AF\u30E9\u30A6\u30C9\u540C\u671F\u304C\u53EF\u80FD",modalEnableInputTranslationTitle:"\u6CA1\u5165\u578B\u7FFB\u8A33\u5165\u529B\u30DC\u30C3\u30AF\u30B9 \u7FFB\u8A33\u30A2\u30E9\u30FC\u30C8",modalEnableInputTranslationDesc:"\u30B9\u30DA\u30FC\u30B9\u30D0\u30FC\u30923\u56DE\u9023\u6253\u3059\u308B\u3053\u3068\u3067\u3001Immersive Translation\u306E\u5165\u529B\u30DC\u30C3\u30AF\u30B9\u7FFB\u8A33\u304C\u958B\u59CB\u3055\u308C\u3001\u5165\u529B\u30DC\u30C3\u30AF\u30B9\u306E\u5185\u5BB9\u304C\u30C7\u30D5\u30A9\u30EB\u30C8\u306E\u30BF\u30FC\u30B2\u30C3\u30C8\u8A00\u8A9E\u306B\u7FFB\u8A33\u3055\u308C\u307E\u3059\u3002\u7FFB\u8A33\u306FCtrl+Z\u3067\u53D6\u308A\u6D88\u3059\u3053\u3068\u304C\u3067\u304D\u307E\u3059\u3002

\u3082\u3057\u3053\u308C\u304C\u9593\u9055\u3044\u3067\u3042\u3063\u305F\u3068\u3057\u3066\u3082\u3001\u4ECA\u56DE\u306F\u7121\u52B9\u306B\u3059\u308B\u304B\u3001\u6C38\u4E45\u306B\u5165\u529B\u30DC\u30C3\u30AF\u30B9\u306E\u7FFB\u8A33\u3092\u7121\u52B9\u306B\u3059\u308B\u304B\u3092\u9078\u629E\u3067\u304D\u307E\u3059\u306E\u3067\u3001\u3054\u5B89\u5FC3\u304F\u3060\u3055\u3044\u3002",saveAndNotShowAgain:"\u4FDD\u5B58\u3057\u3066\u30D7\u30ED\u30F3\u30D7\u30C8\u3092\u6B62\u3081\u308B",disableInputTranslationTips:"* {option} ,{learnMore}\u3067\u30C8\u30EA\u30AC\u30FC\u3059\u308B\u4ED6\u306E\u30B7\u30E7\u30FC\u30C8\u30AB\u30C3\u30C8\u3082\u8A2D\u5B9A\u3067\u304D\u308B\u3002",learnMore:"\u8A73\u7D30\u306F\u3053\u3061\u3089",continueEnalbeInputTranslation:"\u5F15\u304D\u7D9A\u304D\u5165\u529B\u30DC\u30C3\u30AF\u30B9\u306E\u7FFB\u8A33\u3092\u6709\u52B9\u306B\u3059\u308B",autoRenewTrialSuffix:'(\u30C8\u30E9\u30A4\u30A2\u30EB\u306E\u5834\u5408\u3001\u3059\u3050\u306B\u6B63\u4F1A\u54E1\u306B\u30A2\u30C3\u30D7\u30B0\u30EC\u30FC\u30C9)',upgradeFromTrialTitle:"\u6B63\u4F1A\u54E1\u3078\u306E\u30A2\u30C3\u30D7\u30B0\u30EC\u30FC\u30C9",subtitle:"\u30D3\u30C7\u30AA\u30AD\u30E3\u30D7\u30B7\u30E7\u30F3",youtubeService:"\u6620\u50CF\u5B57\u5E55\u7FFB\u8A33\u30B5\u30FC\u30D3\u30B9","subtitle.disabledSubtitle":"\u30D3\u30C7\u30AA\u5B57\u5E55\u6A5F\u80FD\u3092\u6C38\u4E45\u306B\u7121\u52B9\u306B\u3059\u308B","subtitle.disabledSubtitleDescription":"Immersive Translator\u306EVideo Subtitles\u304C\u4ED6\u306E\u62E1\u5F35\u6A5F\u80FD\u3068\u7AF6\u5408\u3059\u308B\u5834\u5408\u3001Immersive Translator\u306EVideo Subtitles\u306E\u6A5F\u80FD\u3092\u6C38\u4E45\u7684\u306B\u7121\u52B9\u306B\u3059\u308B\u304B\u3001\u7AF6\u5408\u3059\u308B\u4ED6\u306E\u62E1\u5F35\u6A5F\u80FD\u3092\u30A2\u30F3\u30A4\u30F3\u30B9\u30C8\u30FC\u30EB\u3059\u308B\u3053\u3068\u304C\u3067\u304D\u307E\u3059\u3002","subtitle.autoEnableSubtitle":"\u30D0\u30A4\u30EA\u30F3\u30AC\u30EB\u5B57\u5E55\u306E\u81EA\u52D5\u4F7F\u7528","subtitle.autoEnableSubtitleDescription":"\u6709\u52B9\u306B\u3057\u305F\u5F8C\u3001\u30D3\u30C7\u30AA\u304C\u518D\u751F\u3055\u308C\u308B\u3068\u304D\u306F\u3001\u81EA\u52D5\u7684\u306B\u4E8C\u304B\u56FD\u8A9E\u306E\u5B57\u5E55\u304C\u8868\u793A\u3055\u308C\u307E\u3059\u3002\u305D\u308C\u4EE5\u5916\u306E\u5834\u5408\u306F\u3001\u7FFB\u8A33\u30DC\u30BF\u30F3\u3092\u30AF\u30EA\u30C3\u30AF\u3059\u308B\u5FC5\u8981\u304C\u3042\u308A\u307E\u3059\u3002","subtitle.preTranslation":"\u6CA1\u5165\u578B\u7FFB\u8A33\u3067\u5B57\u5E55\u3092\u7FFB\u8A33","subtitle.preTranslationDescription":"\u6709\u52B9\u306E\u5834\u5408\u3001\u5B57\u5E55\u5168\u4F53\u304C\u4EE5\u4E0B\u306B\u6307\u5B9A\u3059\u308B\u7FFB\u8A33\u30B5\u30FC\u30D3\u30B9\u3092\u4F7F\u3063\u3066\u4E8B\u524D\u306B\u7FFB\u8A33\u3055\u308C\u30011\u6642\u9593\u306E\u52D5\u753B\u3067\u7D0450,000\u30C8\u30FC\u30AF\u30F3\uFF08\u6587\u5B57\u6570\uFF09\u3092\u6D88\u8CBB\u3057\u307E\u3059\u306E\u3067\u3001\u3054\u81EA\u8EAB\u306E\u5224\u65AD\u3067\u3054\u5229\u7528\u304F\u3060\u3055\u3044\u3002\u7121\u52B9\u306E\u5834\u5408\u3001\u30AA\u30EA\u30B8\u30CA\u30EB\u306E\u5B57\u5E55\u304C\u6700\u521D\u306B\u4F7F\u7528\u3055\u308C\u307E\u3059\u3002","subtitle.humanSubtitlesPreferred":"\u30D2\u30E5\u30FC\u30DE\u30F3\u30FB\u30AD\u30E3\u30D7\u30B7\u30E7\u30F3\u306E\u512A\u5148\u4F7F\u7528","subtitle.humanSubtitlesPreferredDescription":"\u30D3\u30C7\u30AA\u306B\u30BF\u30FC\u30B2\u30C3\u30C8\u8A00\u8A9E\u306E\u5B57\u5E55\u304C\u3042\u308B\u5834\u5408\u3001\u4EBA\u9593\u306E\u5B57\u5E55\u3092\u512A\u5148\u7684\u306B\u4F7F\u7528\u3059\u308B\uFF08\u63A8\u5968\uFF09",videoSubtitleTranslationDescription:"\u30D3\u30C7\u30AA\u5B57\u5E55\u7528\u306B\u5225\u306E\u7FFB\u8A33\u30B5\u30FC\u30D3\u30B9\u3092\u5272\u308A\u5F53\u3066\u308B",subtitleTranslating:"{service} \u3001\u5B57\u5E55\u3092\u7FFB\u8A33\u3057\u3066\u3044\u307E\u3059\u3002(\u30A4\u30DE\u30FC\u30B8\u30E7\u30F3\u7FFB\u8A33)",subtitleLoading:"\u5B57\u5E55\u3092\u8AAD\u307F\u8FBC\u3093\u3067\u3044\u307E\u3059...",bilingual:"\u30D0\u30A4\u30EA\u30F3\u30AC\u30EA\u30BA\u30E0","field.action":"\u767E\u5EA6\u7528\u8A9E\u3092\u6709\u52B9\u306B\u3059\u308B\u304B\u3069\u3046\u304B","description.action":"\u6709\u52B9\u5316\u3055\u308C\u308B\u3068\u3001\u30EA\u30AF\u30A8\u30B9\u30C8\u306Baction=1\u30D1\u30E9\u30E1\u30FC\u30BF\u304C\u8FFD\u52A0\u3055\u308C\u3001\u6709\u52B9\u5316\u3055\u308C\u305F\u7528\u8A9E\u3092Baidu\u306B\u901A\u77E5\u3059\u308B<1>\u3002",closeQuickTranslation:"\u30AF\u30ED\u30FC\u30BA\u30FB\u30DB\u30D0\u30FC\u30DC\u30FC\u30EB","closeQuickTranslation.untilNext":"\u4ECA\u56DE\u306F\u6B21\u56DE\u307E\u3067\u304A\u4F11\u307F","closeQuickTranslation.currentWebsite":"\u73FE\u5728\u306E\u30B5\u30A4\u30C8\u306F\u4F7F\u7528\u4E0D\u53EF","closeQuickTranslation.alwaysClose":"\u6C38\u4E45\u306B\u7121\u52B9\u306B\u3059\u308B","closeQuickTranslation.settingOpen":"<1>(\u8A2D\u5B9A\u30DA\u30FC\u30B8\u3067\u30AA\u30F3\u306B\u3067\u304D\u308B\uFF09","closeQuickTranslation.cancel":"\u30AD\u30E3\u30F3\u30BB\u30EB","closeQuickTranslation.confirm":"\u5B9A\u7FA9\u3059\u308B","floatBall.popup":"\u30AF\u30A4\u30C3\u30AF\u8A2D\u5B9A\u30D1\u30CD\u30EB\u3092\u958B\u304F","floatBall.translate":"\u30AF\u30EA\u30C3\u30AF\u3057\u3066\u30DA\u30FC\u30B8\u3092\u7FFB\u8A33\u3059\u308B","floatBall.showOriginal":"\u30AF\u30EA\u30C3\u30AF\u3057\u3066\u5143\u306E\u8A18\u4E8B\u306B\u623B\u308B","floatBall.close":"\u30AF\u30ED\u30FC\u30BA\u30FB\u30DB\u30D0\u30FC\u30DC\u30FC\u30EB","floatBallOptions.enableDescPc":"\u30DA\u30FC\u30B8\u306E\u30DB\u30D0\u30FC\u30DC\u30FC\u30EB\u3092\u6709\u52B9\u306B\u3059\u308B\u3068\u3001\u30DA\u30FC\u30B8\u306E\u53F3\u5074\u306B\u30AF\u30A4\u30C3\u30AF\u7FFB\u8A33\u30DC\u30BF\u30F3\u304C\u8868\u793A\u3055\u308C\u307E\u3059\uFF01","floatBallOptions.enableDesc":"\u30DB\u30D0\u30FC\u30DC\u30FC\u30EB\u3092\u30AA\u30D5\u306B\u3057\u305F\u5F8C\u3001{touch}\u3002\u3046\u3063\u304B\u308A\u3053\u306E\u30AA\u30D7\u30B7\u30E7\u30F3\u3092\u30AA\u30D5\u306B\u3057\u305F\u5F8C\u3001\u30DB\u30D0\u30FC\u30DC\u30FC\u30EB\u304C\u898B\u3064\u304B\u3089\u306A\u3044\u5834\u5408\u306B\u5099\u3048\u3066\u3001\u3053\u306E\u8A2D\u5B9A\u30DA\u30FC\u30B8\u3092\u30D6\u30C3\u30AF\u30DE\u30FC\u30AF\u3057\u3066\u304A\u304F\u3053\u3068\u3092\u5F37\u304F\u304A\u52E7\u3081\u3057\u307E\u3059\uFF01","description.azureApiUrl":"\u30AB\u30B9\u30BF\u30E0API\u30A4\u30F3\u30BF\u30FC\u30D5\u30A7\u30FC\u30B9\u306E\u30A2\u30C9\u30EC\u30B9\u3092\u8A18\u5165\u3059\u308B\u3002",confirmSupportMouse:"\u30DE\u30A6\u30B9\u30B5\u30DD\u30FC\u30C8\u3092\u5F37\u5236\u7684\u306B\u6709\u52B9\u306B\u3059\u308B",confirmSupportMouseDescription:"\u73FE\u5728\u306E\u30D6\u30E9\u30A6\u30B6\u304C\u30DE\u30A6\u30B9\u6A5F\u80FD\u3092\u30B5\u30DD\u30FC\u30C8\u3057\u3066\u3044\u306A\u3044\u3053\u3068\u3092\u691C\u51FA\u3057\u307E\u3057\u305F\u3002",sampleTargetText:"\u9577\u3044\u591C\u304C\u8A2A\u308C\u3001\u79C1\u306F\u3053\u306E\u65E5\u304B\u3089\u6B7B\u306C\u307E\u3067\u898B\u5F35\u308A\u7D9A\u3051\u308B\u3002\u79C1\u306F\u59BB\u3092\u5A36\u3089\u305A\u3001\u9818\u5730\u3092\u4F5C\u3089\u305A\u3001\u5B50\u3092\u3082\u3046\u3051\u306A\u3044\u3002\u79C1\u306F\u738B\u51A0\u3092\u304B\u3076\u3089\u305A\u3001\u540D\u8A89\u306E\u305F\u3081\u306B\u52AA\u529B\u3057\u306A\u3044\u3002\u79C1\u306F\u81EA\u5206\u306E\u7FA9\u52D9\u3092\u679C\u305F\u3057\u3001\u751F\u304D\u3066\u6B7B\u306C\u3002",sampleSourceText:"Night gathers, and now my watch begins. It shall not end until my death. I shall take no wife, hold no lands, father no children. I shall wear no crowns and win no glory. I shall live and die at my post.","subtitle.supportedSites":"\u5DF2\u652F\u6301\u5728\u8FD9\u4E9B\u7F51\u7AD9\u4F7F\u7528\u53CC\u8BED\u5B57\u5E55\uFF08\u6CE8\u610F\uFF1A\u7531\u4E8E\u6280\u672F\u9650\u5236\uFF0C\u90E8\u5206\u7F51\u7AD9\u5728\u9996\u6B21\u5F00\u542F\u5B57\u5E55\u540E\u9700\u8981\u91CD\u65B0\u5237\u65B0\u9875\u9762\uFF0C\u6216\u8005\u9700\u7B49\u5F85\u7FFB\u8BD1\u5B8C\u6210\u4EE5\u663E\u793A\u53CC\u8BED\u5B57\u5E55\uFF09\uFF1A",viewWithImmersiveTranslate:"\u53CC\u8BED\u7248\u672C(\u6C89\u6D78\u5F0F\u7FFB\u8BD1)",errorReason:"\u9519\u8BEF\u539F\u56E0\uFF1A{message}","proQuotaExceededError.onetime7day":'\uFF0C\u60A8\u53EF\u4EE5\u9009\u62E9\u4EE5\u4E0B\u65B9\u5F0F\u89E3\u51B3\uFF1A

1. \u5207\u6362\u5230 {anotherService} \u6216\u5176\u4ED6\u7FFB\u8BD1\u670D\u52A1
2. \u5347\u7EA7\u4E3A\u6708\u5EA6/\u5E74\u5EA6\u4F1A\u5458',"proQuotaExceededError.trial":'\uFF0C\u60A8\u53EF\u4EE5\u9009\u62E9\u4EE5\u4E0B\u65B9\u5F0F\u89E3\u51B3\uFF1A

1. \u5207\u6362\u5230 {anotherService} \u6216\u5176\u4ED6\u7FFB\u8BD1\u670D\u52A1
2. \u7ACB\u523B\u5347\u7EA7\u4E3A\u6B63\u5F0F\u4F1A\u5458',"proQuotaExceededError.nonTrial":'\uFF0C\u60A8\u53EF\u4EE5\u9009\u62E9\u4EE5\u4E0B\u65B9\u5F0F\u89E3\u51B3\uFF1A

1. \u5207\u6362\u5230 {anotherService} \u6216\u5176\u4ED6\u7FFB\u8BD1\u670D\u52A1
2. \u8D2D\u4E70 {translationService} \u989D\u5916\u6D41\u91CF\u5305',"proQuotaExceededError.resetTime":"
3. \u989D\u5EA6\u91CD\u7F6E\u65F6\u95F4\uFF1A{resetTime}","desc.touchShortcutsToggleTranslatePageOnlyTranslation":"\u300C\u8A33\u6587\u306E\u307F\u300D\u306F\u3001\u8A33\u6587\u306E\u307F\u3092\u8868\u793A\u3059\u308B\u3053\u3068\u3092\u610F\u5473\u3057\u3001\u30DA\u30FC\u30B8\u304C\u307E\u3060\u7FFB\u8A33\u3055\u308C\u3066\u3044\u306A\u3044\u5834\u5408\u306F\u3001\u30E2\u30FC\u30C9\u3092\u5207\u308A\u66FF\u3048\u3066\u7FFB\u8A33\u3057\u307E\u3059\u3002","desc.toggleOnlyTransation":"\u300C\u8A33\u6587\u306E\u307F\u30E2\u30FC\u30C9\u300D\u3068\u306F\u3001\u8A33\u6587\u306E\u307F\u3092\u8868\u793A\u3059\u308B\u3053\u3068\u3092\u6307\u3057\u3001\u30DA\u30FC\u30B8\u304C\u307E\u3060\u7FFB\u8A33\u3055\u308C\u3066\u3044\u306A\u3044\u5834\u5408\u306F\u3001\u30E2\u30FC\u30C9\u3092\u5207\u308A\u66FF\u3048\u3066\u7FFB\u8A33\u3057\u307E\u3059\u3002",touchShortcutsToggleTranslatePageOnlyTranslation:"\u30BF\u30C3\u30C1\u30B9\u30AF\u30EA\u30FC\u30F3\u30B8\u30A7\u30B9\u30C1\u30E3\u30FC\u3092\u8A2D\u5B9A\u3057\u3066\u3001\u30D0\u30A4\u30EA\u30F3\u30AC\u30EB/\u7FFB\u8A33\u30C6\u30AD\u30B9\u30C8\u306E\u307F\u306E\u30E2\u30FC\u30C9\u3092\u5207\u308A\u66FF\u3048\u307E\u3059",download_started:"\u30C0\u30A6\u30F3\u30ED\u30FC\u30C9\u304C\u958B\u59CB\u3055\u308C\u307E\u3057\u305F\u3002\u81EA\u52D5\u7684\u306B\u30C0\u30A6\u30F3\u30ED\u30FC\u30C9\u3055\u308C\u306A\u3044\u5834\u5408\u306F\u3001\u624B\u52D5\u3067\u30AF\u30EA\u30C3\u30AF\u3057\u3066\u304F\u3060\u3055\u3044\u3002",here:"\u3053\u3053","desc.toggleVideoSubtitlePreTranslation":"\u62BC\u3059\u3068\u3001\u30D3\u30C7\u30AA\u306E\u4E8C\u8A00\u8A9E\u5B57\u5E55\u306F\u3001\u307E\u305A\u6CA1\u5165\u578B\u7FFB\u8A33\u306E\u8A2D\u5B9A\u3092\u512A\u5148\u7684\u306B\u4F7F\u7528\u3057\u307E\u3059\u3002\u518D\u5EA6\u62BC\u3059\u3068\u3001\u5143\u306E\u30D3\u30C7\u30AA\u306B\u7D44\u307F\u8FBC\u307E\u308C\u305F\u6A5F\u68B0\u7FFB\u8A33\u5B57\u5E55\u3092\u512A\u5148\u7684\u306B\u4F7F\u7528\u3057\u307E\u3059\u3002\u6CE8\u610F\uFF1A\u3053\u306E\u30B7\u30E7\u30FC\u30C8\u30AB\u30C3\u30C8\u3067\u5909\u66F4\u3055\u308C\u308B\u306E\u306F\u5168\u4F53\u306E\u8A2D\u5B9A\u3067\u3059\u3002",videoSubtitlePreTranslationOn:"\u30D3\u30C7\u30AA\u306E\u5B57\u5E55\u306F\u3001\u512A\u5148\u7684\u306B\u6CA1\u5165\u578B\u306E\u7FFB\u8A33\u3092\u4F7F\u7528\u3057\u307E\u3059",videoSubtitlePreTranslationOff:"\u30D3\u30C7\u30AA\u306E\u5B57\u5E55\u306F\u3001\u5143\u306E\u30D3\u30C7\u30AA\u306B\u4ED8\u5C5E\u306E\u6A5F\u68B0\u7FFB\u8A33\u5B57\u5E55\u3092\u512A\u5148\u7684\u306B\u4F7F\u7528\u3057\u307E\u3059\u3002",translationFont:"\u30D5\u30A9\u30F3\u30C8\u3092\u8A2D\u5B9A\u3059\u308B","translationFont.custom":"\u30AB\u30B9\u30BF\u30E0\u30D5\u30A9\u30F3\u30C8\u3092\u5165\u529B\u3057\u3066\u304F\u3060\u3055\u3044","translationFont.customPlaceholder":"\u30D5\u30A9\u30F3\u30C8","translationFont.notSupportErrorMessage":"\u3042\u306A\u305F\u304C\u5165\u529B\u3057\u305F\u30D5\u30A9\u30F3\u30C8\u540D\u304C\u6B63\u3057\u3044\u304B\u78BA\u8A8D\u3059\u308B\u304B\u3001\u305D\u306E\u30D5\u30A9\u30F3\u30C8\u304C\u3042\u306A\u305F\u306E\u30C7\u30D0\u30A4\u30B9\u306B\u30A4\u30F3\u30B9\u30C8\u30FC\u30EB\u3055\u308C\u3066\u3044\u308B\u3053\u3068\u3092\u78BA\u8A8D\u3057\u3066\u304F\u3060\u3055\u3044\u3002","touch.mouse-translate":"\u6307\u5B9A\u3055\u308C\u305F\u6BB5\u843D\u3092\u7FFB\u8A33\u3057\u3066\u304F\u3060\u3055\u3044","translationServices.inherit":"\u4E3B\u306A\u7FFB\u8A33\u30B5\u30FC\u30D3\u30B9\u306B\u5F93\u3063\u3066\u304F\u3060\u3055\u3044\u3002","error.serveConfigError":"\u30B5\u30FC\u30D3\u30B9\u8A2D\u5B9A\u30A8\u30E9\u30FC","error.reloadPageOfSetting":"\u8A2D\u5B9A\u5F8C\u3001\u30DA\u30FC\u30B8\u3092\u30EA\u30D5\u30EC\u30C3\u30B7\u30E5\u3057\u3066\u518D\u5EA6\u7FFB\u8A33\u3057\u3066\u304F\u3060\u3055\u3044\u3002","error.googleLimitIp":"\u30B5\u30FC\u30D3\u30B9\u304C\u30A8\u30E9\u30FC\u3092\u8FD4\u3057\u307E\u3057\u305F\u3002Google\u30B5\u30FC\u30D3\u30B9\u306F\u3053\u306EIP\u30A2\u30C9\u30EC\u30B9\u306B\u5BFE\u3057\u3066\u6D41\u91CF\u5236\u9650\u3092\u884C\u3063\u3066\u3044\u307E\u3059\u3002\u30CD\u30C3\u30C8\u30EF\u30FC\u30AF\u30CE\u30FC\u30C9\u306E\u5909\u66F4\u3092\u304A\u52E7\u3081\u3057\u307E\u3059\u3002","error.openAIFreeLimit":"\u30B5\u30FC\u30D3\u30B9\u304C\u30A8\u30E9\u30FC\u3092\u8FD4\u3057\u307E\u3057\u305F\u3002\u73FE\u5728\u306E\u7FFB\u8A33\u30EA\u30AF\u30A8\u30B9\u30C8\u306E\u983B\u5EA6\u306F\u30011\u5206\u3042\u305F\u308A\u6700\u59273\u56DE\u306E\u4E0A\u9650\u306B\u9054\u3057\u3066\u3044\u307E\u3059\u3002\u5F8C\u307B\u3069\u518D\u5EA6\u304A\u8A66\u3057\u304F\u3060\u3055\u3044\u3002\uFF08\u3053\u308C\u306FOpenAI\u516C\u5F0F\u304C\u7121\u6599\u306EAPI Key\u306B\u5BFE\u3059\u308B\u5236\u9650\u3067\u3001\u3053\u306E\u5236\u9650\u3092\u89E3\u9664\u3059\u308B\u306B\u306F\u3001OpenAI\u306E\u30D0\u30C3\u30AF\u30A8\u30F3\u30C9\u3067\u30AF\u30EC\u30B8\u30C3\u30C8\u30AB\u30FC\u30C9\u3092\u767B\u9332\u3057\u3066\u304F\u3060\u3055\u3044\u3002\uFF09","error.openAIExceededQuota":"\u30B5\u30FC\u30D3\u30B9\u30A8\u30E9\u30FC\u304C\u8FD4\u3055\u308C\u307E\u3057\u305F\uFF1A\u73FE\u5728\u306EOpenAI\u30A2\u30AB\u30A6\u30F3\u30C8\u306E\u6B8B\u9AD8\u304C\u4E0D\u8DB3\u3057\u3066\u3044\u307E\u3059\u3002OpenAI\u306E\u516C\u5F0F\u30D0\u30C3\u30AF\u30A8\u30F3\u30C9\u3067\u30C1\u30E3\u30FC\u30B8\u3059\u308B\u304B\u3001\u30AF\u30EC\u30B8\u30C3\u30C8\u30AB\u30FC\u30C9\u3092\u767B\u9332\u3057\u3066\u304F\u3060\u3055\u3044\u3002","error.429":"\u30B5\u30FC\u30D3\u30B9\u304C\u30A8\u30E9\u30FC\u3092\u8FD4\u3057\u307E\u3057\u305F\u3002\u3053\u308C\u306F\u3001\u30EA\u30AF\u30A8\u30B9\u30C8\u304C\u983B\u7E41\u3059\u304E\u308B\u304B\u3001\u5236\u9650\u3092\u8D85\u3048\u3066\u3044\u308B\u3053\u3068\u3092\u793A\u3057\u3066\u3044\u307E\u3059\u3002\u5F8C\u3067\u3082\u3046\u4E00\u5EA6\u304A\u8A66\u3057\u304F\u3060\u3055\u3044\u3002","error.403":"\u30B5\u30FC\u30D3\u30B9\u304C\u30A8\u30E9\u30FC\u3092\u8FD4\u3057\u307E\u3057\u305F\u3001\u73FE\u5728\u305D\u306E\u30B5\u30FC\u30D3\u30B9\u306B\u30A2\u30AF\u30BB\u30B9\u3059\u308B\u6A29\u9650\u304C\u3042\u308A\u307E\u305B\u3093\u3002","error.400":"\u30B5\u30FC\u30D3\u30B9\u304C\u30A8\u30E9\u30FC\u3092\u8FD4\u3057\u307E\u3057\u305F\u3001\u30EA\u30AF\u30A8\u30B9\u30C8\u30D1\u30E9\u30E1\u30FC\u30BF\u304C\u9593\u9055\u3063\u3066\u3044\u307E\u3059\u3001\u5BFE\u5FDC\u3059\u308B\u8A2D\u5B9A\u3092\u78BA\u8A8D\u3057\u3066\u304F\u3060\u3055\u3044\u3002","error.502":"\u30B5\u30FC\u30D3\u30B9\u304C\u30A8\u30E9\u30FC\u3092\u8FD4\u3057\u307E\u3057\u305F\u3001\u30B5\u30FC\u30D3\u30B9\u304C\u30BF\u30A4\u30E0\u30A2\u30A6\u30C8\u3057\u307E\u3057\u305F\u3001\u5F8C\u3067\u3082\u3046\u4E00\u5EA6\u304A\u8A66\u3057\u304F\u3060\u3055\u3044\u3002","error.proTokenInvalid":"\u3082\u3057\u3042\u306A\u305F\u304CPro\u30E6\u30FC\u30B6\u30FC\u3067\u3042\u308C\u3070\u3001\u30ED\u30B0\u30A4\u30F3\u5F8C\u306BPro\u7FFB\u8A33\u30B5\u30FC\u30D3\u30B9\u3092\u3054\u5229\u7528\u304F\u3060\u3055\u3044\u3002","error.proUpgrade":"\u30A2\u30C3\u30D7\u30B0\u30EC\u30FC\u30C9\u5F8C\u3001\u30DA\u30FC\u30B8\u3092\u66F4\u65B0\u3057\u3066\u518D\u5EA6\u7FFB\u8A33\u3057\u3066\u304F\u3060\u3055\u3044\u3002","error.configError":"\u8A2D\u5B9A\u30C7\u30FC\u30BF\u304C\u7570\u5E38\u3067\u3059","error.goReset":"\u30EA\u30BB\u30C3\u30C8\u306B\u884C\u304F",batchEdit:"\u4E00\u62EC\u64CD\u4F5C","translationModeLang.translation.title":"\u7FFB\u8A33\u306E\u307F\u30E2\u30FC\u30C9\u306E\u8A00\u8A9E","translationModeLang.translation.description":"\u30DA\u30FC\u30B8\u306E\u8A00\u8A9E\u304C\u4EE5\u4E0B\u306E\u8A00\u8A9E\u306E\u5834\u5408\u3001\u81EA\u52D5\u7684\u306B\u7FFB\u8A33\u6587\u306E\u307F\u306E\u30E2\u30FC\u30C9\u3092\u4F7F\u7528\u3057\u307E\u3059\u3002","translationModeUrl.translation.title":"\u7FFB\u8A33\u306E\u307F\u30E2\u30FC\u30C9\u306E\u30A6\u30A7\u30D6\u30B5\u30A4\u30C8","translationModeUrl.translation.description":"\u4EE5\u4E0B\u306E\u30C9\u30E1\u30A4\u30F3\u306E\u30A6\u30A7\u30D6\u30B5\u30A4\u30C8\u3067\u306F\u3001\u81EA\u52D5\u7684\u306B\u7FFB\u8A33\u30C6\u30AD\u30B9\u30C8\u306E\u307F\u306E\u30E2\u30FC\u30C9\u304C\u4F7F\u7528\u3055\u308C\u307E\u3059\u3002","error.serveUnavailable":"\u3042\u306A\u305F\u304C\u73FE\u5728\u4F7F\u7528\u3057\u3066\u3044\u308B[{serverName}]\u30B5\u30FC\u30D3\u30B9\u306F\u3001\u30CD\u30C3\u30C8\u30EF\u30FC\u30AF\u63A5\u7D9A\u3084\u30B5\u30FC\u30D3\u30B9\u30D7\u30ED\u30D0\u30A4\u30C0\u306E\u554F\u984C\u306B\u3088\u308A\u4E00\u6642\u7684\u306B\u30A2\u30AF\u30BB\u30B9\u3067\u304D\u307E\u305B\u3093\u3002\u30DA\u30FC\u30B8\u3092\u30EA\u30D5\u30EC\u30C3\u30B7\u30E5\u3059\u308B\u304B\u3001<1>\u8A2D\u5B9A\u304B\u3089\u4ED6\u306E\u7FFB\u8A33\u30B5\u30FC\u30D3\u30B9\u306B\u5207\u308A\u66FF\u3048\u308B\u3053\u3068\u3092\u304A\u52E7\u3081\u3057\u307E\u3059\u3002\u3082\u3057<2>Pro\u4F1A\u54E1\u3067\u3042\u308C\u3070\u3001\u3088\u308A\u5B89\u5B9A\u3057\u305FDeepL\u307E\u305F\u306FOpenAI\u306E\u7FFB\u8A33\u30B5\u30FC\u30D3\u30B9\u3092\u9078\u629E\u3059\u308B\u3053\u3068\u304C\u3067\u304D\u307E\u3059\uFF08<3>\u3053\u3053\u3092\u30AF\u30EA\u30C3\u30AF\u3057\u3066\u7121\u6599\u4F53\u9A13\uFF09\u3002\u307E\u305F\u3001\u30CD\u30C3\u30C8\u30EF\u30FC\u30AF\u3084\u30D7\u30ED\u30AD\u30B7\u8A2D\u5B9A\u3092\u78BA\u8A8D\u3059\u308B\u5FC5\u8981\u304C\u3042\u308B\u304B\u3082\u3057\u308C\u307E\u305B\u3093\u3002",detectServiceLoading:"\u5229\u7528\u53EF\u80FD\u306A\u7FFB\u8A33\u30B5\u30FC\u30D3\u30B9\u3092\u691C\u51FA\u4E2D...",toggleToService:"{service}\u306B\u5207\u308A\u66FF\u3048\u3066\u518D\u8A66\u884C\u3057\u3066\u304F\u3060\u3055\u3044\u3002","error.gemini.429":"\u73FE\u5728\u306EGemini\u30B5\u30FC\u30D3\u30B9\u306E\u73FE\u5728\u306E\u8CA0\u8377\u80FD\u529B\u304C\u4E0A\u9650\u306B\u9054\u3057\u3066\u3044\u307E\u3059\u306E\u3067\u3001\u5F8C\u307B\u3069\u518D\u5EA6\u304A\u8A66\u3057\u3044\u305F\u3060\u304F\u304B\u3001\u4ED6\u306E\u7FFB\u8A33\u30B5\u30FC\u30D3\u30B9\u306B\u5207\u308A\u66FF\u3048\u3066\u304F\u3060\u3055\u3044\u3002",enableSentryReport:"\u62E1\u5F35\u304C\u30A8\u30E9\u30FC\u3092\u8D77\u3053\u3057\u305F\u3068\u304D\u3001Sentry\u3092\u4F7F\u7528\u3057\u3066\u30D5\u30A3\u30FC\u30C9\u30D0\u30C3\u30AF\u3092\u63D0\u51FA\u3057\u3066\u304F\u3060\u3055\u3044\u3002",goLogin:"\u30ED\u30B0\u30A4\u30F3\u3057\u3066\u304F\u3060\u3055\u3044","translationServices.gemini":"\u30B8\u30A7\u30DF\u30CB","error.reason":"\u30A8\u30E9\u30FC\u306E\u539F\u56E0","widget.translateFile":"PDF/ePub",touchShortcutsOff:"\u9589\u3058\u308B","error.retry":"\u518D\u8A66\u884C","multipleClick.4":"\u56DB\u9023\u6483",shortcutSettings:"\u30B7\u30E7\u30FC\u30C8\u30AB\u30C3\u30C8\u30AD\u30FC","multipleClick.3":"\u30C8\u30EA\u30D7\u30EB\u30B9\u30C8\u30E9\u30A4\u30AF",notLogin:"\u30ED\u30B0\u30A4\u30F3\u3057\u3066\u3044\u307E\u305B\u3093","slide.right":"\u5DE6\u306B\u30B9\u30EF\u30A4\u30D7\u3057\u3066\u304F\u3060\u3055\u3044",translationOnlyMode:"\u8A33\u6587\u306E\u307F\u30E2\u30FC\u30C9","widget.videoSubtitle":"\u30D3\u30C7\u30AA\u5B57\u5E55",paragraphMinTextCountField:"\u7FFB\u8A33\u6BB5\u843D\u306B\u5FC5\u8981\u306A\u6700\u5C0F\u6587\u5B57\u6570","subtitle.hideQuickButton":"\u3053\u306E\u30B7\u30E7\u30FC\u30C8\u30AB\u30C3\u30C8\u3092\u8868\u793A\u3057\u306A\u3044","floatBall.iKnow":"\u308F\u304B\u308A\u307E\u3057\u305F",contact:"\u79C1\u305F\u3061\u306B\u9023\u7D61\u3057\u3066\u304F\u3060\u3055\u3044","widget.instructionTooltip":"\u4F7F\u7528\u8AAC\u660E\u3092\u78BA\u8A8D\u3057\u3066\u304F\u3060\u3055\u3044","tagsInput.add":"+ \u8FFD\u52A0",loggedIn:"\u30ED\u30B0\u30A4\u30F3\u6E08\u307F","intro.floatBallTitle":"\u30AF\u30A4\u30C3\u30AF\u7FFB\u8A33\u30D5\u30ED\u30FC\u30C8\u30DC\u30FC\u30EB",pickAll:"\u3059\u3079\u3066\u9078\u629E","error.subscriptionExpiredTitle":"\u4F1A\u54E1\u304C\u671F\u9650\u5207\u308C\u306B\u306A\u308A\u307E\u3057\u305F","widget.instruction":"\u4F7F\u7528\u8AAC\u660E","shortcutGroup.main":"\u4E00\u822C\u7684\u306A\u6A5F\u80FD\u306E\u30B7\u30E7\u30FC\u30C8\u30AB\u30C3\u30C8\u30AD\u30FC","subtitle.bilingual":"\u30D0\u30A4\u30EA\u30F3\u30AC\u30EB\u5B57\u5E55",alwaysTranslateThisSite:"\u5E38\u306B\u3053\u306E\u30A6\u30A7\u30D6\u30B5\u30A4\u30C8\u3092\u7FFB\u8A33\u3057\u3066\u304F\u3060\u3055\u3044\u3002",mouseHoverCustomKeyTitle:"\u30AB\u30B9\u30BF\u30E0\u30DE\u30A6\u30B9\u30DB\u30D0\u30FC\u30B7\u30E7\u30FC\u30C8\u30AB\u30C3\u30C8","shortcutGroup.mouse":"\u30DE\u30A6\u30B9\u30DB\u30D0\u30FC\u30B7\u30E7\u30FC\u30C8\u30AB\u30C3\u30C8\u8A2D\u5B9A","browser.translateWithGemini":"\u73FE\u5728\u306E\u30DA\u30FC\u30B8\u3092\u4E00\u6642\u7684\u306BGemini\u3067\u7FFB\u8A33\u3057\u3066\u304F\u3060\u3055\u3044",shortcutSettingsTitle:"\u30B7\u30E7\u30FC\u30C8\u30AB\u30C3\u30C8\u30AD\u30FC\u306E\u8A2D\u5B9A","subtitle.showQuickButton":"\u30D7\u30EC\u30FC\u30E4\u30FC\u306B\u4E8C\u8A00\u8A9E\u5B57\u5E55\u306E\u30B7\u30E7\u30FC\u30C8\u30AB\u30C3\u30C8\u3092\u8868\u793A\u3059\u308B","browser.translateWithOpenAI":"\u4E00\u6642\u7684\u306BOpenAI\u3092\u4F7F\u3063\u3066\u73FE\u5728\u306E\u30DA\u30FC\u30B8\u3092\u7FFB\u8A33\u3057\u3066\u304F\u3060\u3055\u3044","browser.translateInputBox":"\u73FE\u5728\u306E\u5165\u529B\u30DC\u30C3\u30AF\u30B9\u306E\u5185\u5BB9\u3092\u7FFB\u8A33\u3057\u3066\u304F\u3060\u3055\u3044\u3002","browser.translateWithDeepL":"\u73FE\u5728\u306E\u30DA\u30FC\u30B8\u3092\u4E00\u6642\u7684\u306BDeepL\u3067\u7FFB\u8A33\u3057\u3066\u304F\u3060\u3055\u3044\u3002","browser.translateWithGoogle":"\u4E00\u6642\u7684\u306BGoogle\u7FFB\u8A33\u3067\u73FE\u5728\u306E\u30DA\u30FC\u30B8\u3092\u7FFB\u8A33\u3057\u3066\u304F\u3060\u3055\u3044\u3002",temprarilyChangeTranslationTo_openai:"\u73FE\u5728\u3001OpenAI\u3092\u4F7F\u7528\u3057\u3066\u73FE\u5728\u306E\u30DA\u30FC\u30B8\u3092\u7FFB\u8A33\u3057\u3066\u3044\u307E\u3059",temprarilyChangeTranslationTo_deepl:"\u73FE\u5728\u3001DeepL\u3092\u4F7F\u7528\u3057\u3066\u73FE\u5728\u306E\u30DA\u30FC\u30B8\u3092\u7FFB\u8A33\u3057\u3066\u3044\u307E\u3059","intro.subtitleTitle":"\u30AA\u30F3\u30E9\u30A4\u30F3\u30D3\u30C7\u30AA\u306E\u30D0\u30A4\u30EA\u30F3\u30AC\u30EB\u5B57\u5E55\u8868\u793A","shortcutGroup.touch":"\u30BF\u30C3\u30C1\u30B9\u30AF\u30EA\u30FC\u30F3\u5C02\u7528\u30B8\u30A7\u30B9\u30C1\u30E3\u30FC",temprarilyChangeTranslationTo_gemini:"\u73FE\u5728\u3001Gemini\u3092\u4F7F\u7528\u3057\u3066\u73FE\u5728\u306E\u30DA\u30FC\u30B8\u3092\u7FFB\u8A33\u3057\u3066\u3044\u307E\u3059",neverTranslateThisSite:"\u3053\u306E\u30A6\u30A7\u30D6\u30B5\u30A4\u30C8\u3092\u6C38\u9060\u306B\u7FFB\u8A33\u3057\u306A\u3044\u3067\u304F\u3060\u3055\u3044",temprarilyChangeTranslationTo_transmart:"\u73FE\u5728\u3001\u30C6\u30F3\u30BB\u30F3\u30C8\u7FFB\u8A33\u3092\u4F7F\u7528\u3057\u3066\u73FE\u5728\u306E\u30DA\u30FC\u30B8\u3092\u7FFB\u8A33\u3057\u3066\u3044\u307E\u3059","browser.translateWithTransmart":"\u4E00\u6642\u7684\u306B\u30C6\u30F3\u30BB\u30F3\u30C8\u7FFB\u8A33\u3067\u73FE\u5728\u306E\u30DA\u30FC\u30B8\u3092\u7FFB\u8A33\u3057\u3066\u304F\u3060\u3055\u3044",notLoginPro:"\u3042\u306A\u305F\u306E\u4F1A\u54E1\u30A2\u30AB\u30A6\u30F3\u30C8\u306B\u307E\u3060\u30ED\u30B0\u30A4\u30F3\u3057\u3066\u3044\u307E\u305B\u3093",networkError:"\u7FFB\u8A33\u30B5\u30FC\u30D3\u30B9\u307E\u305F\u306F\u30CD\u30C3\u30C8\u30EF\u30FC\u30AF\u306B\u554F\u984C\u304C\u767A\u751F\u3057\u3066\u3044\u307E\u3059","widget.videoSubtitleTooltip":"Youtube \u7B49 {count}+ \u306E\u30D3\u30C7\u30AA\u30B5\u30A4\u30C8\u3092\u30B5\u30DD\u30FC\u30C8\u3057\u3066\u3044\u307E\u3059","subtitle.autoDisableSubtitle":"\u81EA\u52D5\u7684\u306B\u4E8C\u304B\u56FD\u8A9E\u306E\u5B57\u5E55\u3092\u6709\u52B9\u306B\u3057\u306A\u3044","intro.hoverTitle":"\u30DE\u30A6\u30B9\u3092\u73FE\u5728\u306E\u6BB5\u843D\u306B\u30DB\u30D0\u30FC\u3057\u3066\u7FFB\u8A33\u3057\u3066\u304F\u3060\u3055\u3044","shortcutGroup.others":"\u3088\u308A\u591A\u304F\u306E\u30AB\u30B9\u30BF\u30E0\u6A5F\u80FD\u306E\u30B7\u30E7\u30FC\u30C8\u30AB\u30C3\u30C8",upgradeToProErrorTitle:"\u3053\u306E\u7FFB\u8A33\u30B5\u30FC\u30D3\u30B9\u3092\u4F7F\u7528\u3059\u308B\u306B\u306F\u3001Pro\u30E1\u30F3\u30D0\u30FC\u306B\u30A2\u30C3\u30D7\u30B0\u30EC\u30FC\u30C9\u3057\u3066\u304F\u3060\u3055\u3044\u3002",temprarilyChangeTranslationTo_google:"\u73FE\u5728\u3001Google\u7FFB\u8A33\u3092\u4F7F\u7528\u3057\u3066\u73FE\u5728\u306E\u30DA\u30FC\u30B8\u3092\u7FFB\u8A33\u3057\u3066\u3044\u307E\u3059",touchShortcutsToggleTranslationMask:"\u30BF\u30C3\u30C1\u30B9\u30AF\u30EA\u30FC\u30F3\u30B8\u30A7\u30B9\u30C1\u30E3\u30FC\u3092\u8A2D\u5B9A\u3057\u3066\u3001\u7FFB\u8A33\u30DE\u30B9\u30AF\u3092\u8868\u793A/\u539F\u6587\u3092\u8868\u793A","shortcutGroup.shortcutsForTranslationServices":"\u7FFB\u8A33\u30B5\u30FC\u30D3\u30B9\u95A2\u9023\u306E\u30B7\u30E7\u30FC\u30C8\u30AB\u30C3\u30C8\u30AD\u30FC","neverTranslateText.title":"\u4EE5\u4E0B\u306E\u5358\u8A9E\u306F\u539F\u6587\u306E\u307E\u307E\u306B\u3057\u3066\u304F\u3060\u3055\u3044\u3001\u7FFB\u8A33\u3057\u306A\u3044\u3067\u304F\u3060\u3055\u3044\u3002","widget.translateFileTooltip":"PDF\u3001EPUB\u3001SRT\u3001ASS\u3001HTML\u3001TXT \u30C9\u30AD\u30E5\u30E1\u30F3\u30C8\u3092\u7FFB\u8A33\u3057\u3066\u304F\u3060\u3055\u3044","floatBall.longPress":"\u9577\u62BC\u3057\u3059\u308B\u3068\u3001\u8A2D\u5B9A\u30D1\u30CD\u30EB\u3092\u7D20\u65E9\u304F\u958B\u304F\u3053\u3068\u304C\u3067\u304D\u307E\u3059\u3088","floatBall.guideClickToTranslate":`\u30AF\u30EA\u30C3\u30AF\u3057\u3066\u6CA1\u5165\u578B\u7FFB\u8A33\u30D5\u30ED\u30FC\u30C8\u30DC\u30FC\u30EB\u3092 + {env.imt_sub_trans_field}: Translation`,"subtitle.quickButton.black":"Black","subtitle.quickButton.cyan":"Blue","translationServices.claude":"Claude","subtitle.quickButton.backgroundColor":"Background color","subtitle.quickButton.green":"Green","subtitle.quickButton.blue":"Blue","subtitle.quickButton.white":"White","subtitle.quickButton.setting":"Settings","subtitle.quickButton.translationPosition":"Translation location","subtitle.quickButton.backgroundOpacity":"Background Opacity","subtitle.quickButton.sourceFontSize":"Original font size","subtitle.quickButton.sourceTextColor":"Original font color","subtitle.quickButton.yellow":"Yellow","subtitle.quickButton.translationFontSize":"Translation font size","subtitle.quickButton.translationPositionBottom":"Below the original text","subtitle.quickButton.red":"Red","subtitle.quickButton.translationPositionTop":"Above the original text","subtitle.quickButton.translationTextColor":"Translation font color","subtitle.quickButton.magenta":"Magenta",attachSubtitleTranslating:"Translating using {service}...","error.claude.403":"Access to the service is temporarily unavailable, possibly due to regional restrictions related to Claude. You can try changing your IP address, or use other translation services.","browser.brandDescriptionForSafari":"Free Translate Website, Translate PDF & Epub eBook, Translate Video Subtitles in Bilingual","browser.PdfProFile":"AI-Driven PDF Pro Translation","browser.textTranslate":"Text Translation"};var Tb={nologin:"\u30ED\u30B0\u30A4\u30F3\u3057\u3066\u3044\u306A\u3044",loginForSafari:"\u30ED\u30B0\u30A4\u30F3\u307E\u305F\u306F\u767B\u9332",login:"\u30ED\u30B0\u30A4\u30F3\u3057\u3066\u4F1A\u54E1\u767B\u9332",manageAccount:"\u30DE\u30CD\u30FC\u30B8\u30C9\u30FB\u30A2\u30AB\u30A6\u30F3\u30C8",openPremium:"\u30AA\u30FC\u30D7\u30F3\u30FB\u30E1\u30F3\u30D0\u30FC",logout:"\u30A2\u30DC\u30FC\u30C8",curentPlan:"\u73FE\u5728\u306E\u30D1\u30C3\u30B1\u30FC\u30B8",endAt:"\u7D76\u606F",endAuto:"\u81EA\u52D5\u66F4\u65B0",lineBreakMaxTextCount:"\u6539\u884C\u5F8C\u306E1\u6587\u306B\u8A31\u3055\u308C\u308B\u6700\u5927\u6587\u5B57\u6570","translate-pdf":"\u30AF\u30EA\u30C3\u30AF\u3057\u3066PDF\u3092\u7FFB\u8A33\u3059\u308B","noSupportTranslate-pdf":"\u30B9\u30AF\u30EA\u30D7\u30C8\u306F\u30B5\u30DD\u30FC\u30C8\u3055\u308C\u3066\u3044\u307E\u305B\u3093\u3002","translate-firefox-local-pdf":"\u30AF\u30EA\u30C3\u30AF\u3057\u3066PDF\u3092\u30A4\u30F3\u30DD\u30FC\u30C8\u3059\u308B",enableLineBreak:"\u9577\u3044\u6BB5\u843D\u306E\u81EA\u52D5\u6539\u884C\u3092\u6709\u52B9\u306B\u3059\u308B",sponsorLabel:"\u30B9\u30DD\u30F3\u30B5\u30FC\u4ED8\u304D\u958B\u767A\u8005",help:"\u624B",browserShortcutsNoteForFirefox:"Firefox\u3067\u30B7\u30E7\u30FC\u30C8\u30AB\u30C3\u30C8\u3092\u5909\u66F4\u3059\u308B\u306B\u306F\u3001\u62E1\u5F35\u6A5F\u80FD\u306E\u7BA1\u7406\u30DA\u30FC\u30B8`about:addons`\u3092\u958B\u304D\u3001`Settings`\u3092\u30AF\u30EA\u30C3\u30AF\u3057\u3001`Manage Shortcuts`\u3092\u30AF\u30EA\u30C3\u30AF\u3057\u3066\u30B7\u30E7\u30FC\u30C8\u30AB\u30C3\u30C8\u3092\u8A2D\u5B9A\u3059\u308B\u5FC5\u8981\u304C\u3042\u308B\u3002",browserShortcutsNoteForChrome:"Chrome\u3067\u30B7\u30E7\u30FC\u30C8\u30AB\u30C3\u30C8\u3092\u5909\u66F4\u3059\u308B\u306B\u306F\u3001\u62E1\u5F35\u6A5F\u80FD\u306E\u7BA1\u7406\u30DA\u30FC\u30B8\u3092\u958B\u304D\u3001`\u30B7\u30E7\u30FC\u30C8\u30AB\u30C3\u30C8\u306E\u7BA1\u7406`\u30D1\u30CD\u30EB\uFF08`chrome://extensions/shortcuts`\uFF09\u3067\u30B7\u30E7\u30FC\u30C8\u30AB\u30C3\u30C8\u3092\u8A2D\u5B9A\u3057\u3001\u4E0B\u306E\u30DC\u30BF\u30F3\u3092\u30AF\u30EA\u30C3\u30AF\u3057\u3066\u30B7\u30E7\u30FC\u30C8\u30AB\u30C3\u30C8\u306E\u7BA1\u7406\u30DA\u30FC\u30B8\u306B\u30B8\u30E3\u30F3\u30D7\u3059\u308B\u5FC5\u8981\u304C\u3042\u308A\u307E\u3059\u3002",browserShortcutsSucks:"\u30AB\u30B9\u30BF\u30DE\u30A4\u30BA\u3055\u308C\u305F\u30B7\u30E7\u30FC\u30C8\u30AB\u30C3\u30C8\u306E\u66F8\u5F0F\u306F\u6B21\u306E\u3068\u304A\u308A\u3067\u3059\uFF08\u81EA\u52D5\u8A8D\u8B58\u306F\u884C\u308F\u308C\u307E\u305B\u3093\u306E\u3067\u3001\u76F4\u63A5\u5165\u529B\u3057\u3066\u304F\u3060\u3055\u3044\uFF09\uFF1A",enableLineBreakDescription:"\u30AA\u30F3\u306B\u3059\u308B\u3068\u3001\u9577\u3044\u6BB5\u843D\u306E\u6587\u672B\u306B\u6539\u884C\u304C\u5165\u308A\u3001\u8AAD\u307F\u3084\u3059\u304F\u306A\u308A\u307E\u3059\u3002","browser.shortBrandName":"\u30A4\u30DE\u30FC\u30B8\u30E7\u30F3\u7FFB\u8A33","browser.brandName":"\u30A4\u30DE\u30FC\u30B8\u30E7\u30F3\u7FFB\u8A33: \u4E8C\u30F6\u56FD\u8A9E\u30A6\u30A7\u30D6\u30DA\u30FC\u30B8\u7FFB\u8A33 & PDF\u6587\u66F8\u7FFB\u8A33","browser.brandDescription":"Deepl\u3001Google\u3001YouDao\u3001Tencent Translate\u306A\u3069\u3001\u8907\u6570\u306E\u7FFB\u8A33\u30B5\u30FC\u30D3\u30B9\u3092\u30B5\u30DD\u30FC\u30C8\u3057\u3066\u3044\u307E\u3059\u3002","browser.toggleTranslatePage":"\u30DA\u30FC\u30B8\u3092\u7FFB\u8A33\u3059\u308B\uFF0F\u539F\u6587\u3092\u8868\u793A\u3059\u308B","browser.toggleTranslateTheWholePage":"\u30DA\u30FC\u30B8\u306E\u5168\u9818\u57DF\u3092\u7FFB\u8A33\u3059\u308B\uFF0F\u539F\u6587\u3092\u8868\u793A\u3059\u308B","browser.toggleOnlyTransation":"\u30D0\u30A4\u30EA\u30F3\u30AC\u30EB/\u7FFB\u8A33\u30C6\u30AD\u30B9\u30C8\u306E\u307F\u30E2\u30FC\u30C9\u306B\u5207\u308A\u66FF\u3048\u3066\u304F\u3060\u3055\u3044","browser.toggleTranslateToThePageEndImmediately":"\u30DA\u30FC\u30B8\u4E0B\u90E8\u3078\u306E\u5373\u6642\u7FFB\u8A33\uFF0F\u539F\u6587\u306E\u8868\u793A","browser.toggleTranslateTheMainPage":"\u30DA\u30FC\u30B8\u306E\u30E1\u30A4\u30F3\u30A8\u30EA\u30A2\u3092\u7FFB\u8A33\u3059\u308B\uFF0F\u539F\u6587\u3092\u8868\u793A\u3059\u308B","browser.shareToDraft":"\u30D0\u30A4\u30EA\u30F3\u30AC\u30EB\u30DA\u30FC\u30B8\u3092\u5171\u6709\u3059\u308B","browser.openOptionsPage":"\u8A2D\u5B9A\u30DA\u30FC\u30B8\u3092\u958B\u304F","browser.toggleTranslationMask":"\u4E26\u9032\u30D6\u30E9\u30FC\u52B9\u679C\u306E\u8868\u793A\uFF0F\u975E\u8868\u793A","browser.translateLocalPdfFile":"\u30ED\u30FC\u30AB\u30EB\u306EPDF\u30D5\u30A1\u30A4\u30EB\u3092\u7FFB\u8A33\u3059\u308B","browser.openEbookViewer":"\u5730\u5143\u306E\u96FB\u5B50\u66F8\u7C4D\u3092\u8AAD\u3080","browser.openEbookBuilder":"\u30D0\u30A4\u30EA\u30F3\u30AC\u30EBEPUB\u96FB\u5B50\u66F8\u7C4D\u306E\u5236\u4F5C","browser.translateLocalHtmlFile":"HTML/\u30C6\u30AD\u30B9\u30C8\u30D5\u30A1\u30A4\u30EB\u3092\u7FFB\u8A33\u3059\u308B","browser.donateContext":"\u30B9\u30DD\u30F3\u30B5\u30FC\u7279\u5178\u306B\u3064\u3044\u3066","browser.translateLocalSubtitleFile":"\u30ED\u30FC\u30AB\u30EB\u5B57\u5E55\u30D5\u30A1\u30A4\u30EB\u3092\u7FFB\u8A33\u3059\u308B",confirmResetConfig:"\u672C\u5F53\u306B\u8A2D\u5B9A\u3092\u30EA\u30BB\u30C3\u30C8\u3057\u307E\u3059\u304B\uFF1F",translationLineBreakSettingTitle:"\u7FFB\u8A33\u306E\u6539\u884C\u8A2D\u5B9A",smartLineBreak:"\u30B9\u30DE\u30FC\u30C8\u30E9\u30A4\u30F3\u30D5\u30A3\u30FC\u30C9",alwaysLineBreak:"\u5E38\u306B\u6539\u884C",isShowContextMenu:"\u53F3\u30AF\u30EA\u30C3\u30AF\u30E1\u30CB\u30E5\u30FC\u306B\u7FFB\u8A33\u30DA\u30FC\u30B8\u3092\u8FFD\u52A0",toggleBeta:"\u30D9\u30FC\u30BF\u30C6\u30B9\u30C8\u6A5F\u80FD\u306E\u6709\u52B9\u5316",betaDescription:"\u307E\u3060\u5B9F\u9A13\u6BB5\u968E\u3067\u3042\u308B\u6A5F\u80FD\u3084\u3001\u30D9\u30FC\u30BF\u7248\u306E\u7FFB\u8A33\u30B5\u30FC\u30D3\u30B9\u3092\u6709\u52B9\u306B\u3059\u308B\u3002\u8A73\u3057\u304F\u306F <1>Telegram\u30B0\u30EB\u30FC\u30D7\u306B\u3054\u53C2\u52A0\u304F\u3060\u3055\u3044\u3002",translationLineBreakSettingDescription:"\u30B3\u30F3\u30C6\u30F3\u30C4\u304C\u5C11\u306A\u3044\u30DA\u30FC\u30B8\u3067\u306F\u3001\u5E38\u306B\u304D\u3061\u3093\u3068\u6539\u884C\u3059\u308B\u3002(\u5185\u5BB9\u306E\u591A\u3044\u9577\u3044\u6BB5\u843D({count}\u6587\u5B57\u4EE5\u4E0A)\u3067\u306F\u3001\u30B9\u30DA\u30FC\u30B9\u3092\u7BC0\u7D04\u3059\u308B\u305F\u3081\u306B\u6539\u884C\u3092\u30B9\u30DE\u30FC\u30C8\u306B\u4F7F\u3044\u307E\u3057\u3087\u3046)\u3002",tempTranslateDomainTitle:"\u30A6\u30A7\u30D6\u30B5\u30A4\u30C8\u7FFB\u8A33\u306E\u4E00\u6642\u7684\u306A\u5207\u308A\u66FF\u3048\u671F\u9593",tempTranslateDomainDescription:"\u624B\u52D5\u3067\u30A6\u30A7\u30D6\u30DA\u30FC\u30B8\u3092\u7FFB\u8A33\u3059\u308B\u5834\u5408\u306F\u3001\u4E00\u6642\u7684\u306B\u81EA\u52D5\u7FFB\u8A33\u7528\u306EWeb\u30B5\u30A4\u30C8\u3092\u30AA\u30F3\u306B\u3057\u3001\u4E00\u6642\u7684\u306A\u671F\u9593\u3092\u8A2D\u5B9A\u3059\u308B\u3053\u3068\u304C\u3067\u304D\u307E\u3059\u3002",xMinutes:"{count} \u8B70\u4E8B\u9332",disabled:"\u7269\u306E\u4F7F\u7528\u3092\u7981\u6B62\u3059\u308B\u3002",changelog:"\u66F4\u65B0\u30ED\u30B0",toggleTranslatePageWhenThreeFingersOnTheScreen:"\u8907\u6570\u306E\u6307\u304C\u540C\u6642\u306B\u753B\u9762\u306B\u89E6\u308C\u308B\u3068\u3001\u30A6\u30A7\u30D6\u30DA\u30FC\u30B8\u3092\u7FFB\u8A33\u3057\u305F\u308A\u3001\u539F\u6587\u3092\u8868\u793A\u3057\u305F\u308A\u3059\u308B\u3002",toggleTranslationMaskWhenThreeFingersOnTheScreen:"\u30DE\u30EB\u30C1\u30D5\u30A3\u30F3\u30AC\u30FC\u30BF\u30C3\u30C1\u3067\u307C\u304B\u3057\u52B9\u679C\u3092\u8868\u793A/\u975E\u8868\u793A\u3002",fingerCountToToggleTranslagePageOnlyTranslationWhenTouching:"\u8907\u6570\u306E\u6307\u304C\u540C\u6642\u306B\u753B\u9762\u306B\u89E6\u308C\u308B\u3053\u3068\u3067\u3001\u30A6\u30A7\u30D6\u30DA\u30FC\u30B8\u3092\u7FFB\u8A33\uFF08\u7FFB\u8A33\u306E\u307F\uFF09\uFF0F\u539F\u6587\u3092\u8868\u793A\u3002",addUrlDescription:"\u30C9\u30E1\u30A4\u30F3\u540D\u3092\u6307\u5B9A\u3067\u304D\u3001\u30EF\u30A4\u30EB\u30C9\u30AB\u30FC\u30C9\u3082\u30B5\u30DD\u30FC\u30C8\u3002\u4F8B\uFF1A\uFF1A*.google.com\u3001google.com/mail/*\u3001https://www.google.com/*\u3002",general:"\u57FA\u672C\u8A2D\u5B9A",clickToExpandConfig:"\u73FE\u5728\u306E\u30B3\u30F3\u30D5\u30A3\u30AE\u30E5\u30EC\u30FC\u30B7\u30E7\u30F3\u3092\u62E1\u5927\u3059\u308B",import:"\u30D5\u30A1\u30A4\u30EB\u304B\u3089\u306E\u30A4\u30F3\u30DD\u30FC\u30C8",export:"\u30D5\u30A1\u30A4\u30EB\u3078\u306E\u30A8\u30AF\u30B9\u30DD\u30FC\u30C8",toggleDebug:"\u30B3\u30F3\u30BD\u30FC\u30EB\u306B\u30C7\u30D0\u30C3\u30B0\u30ED\u30B0\u3092\u8868\u793A\u3059\u308B","fingers.0":"\u51DD\u56FA","fingers.2":"\u30C4\u30FC\u30D5\u30A3\u30F3\u30AC\u30FC\u30BF\u30C3\u30C1","fingers.3":"\u30B9\u30EA\u30FC\u30D5\u30A3\u30F3\u30AC\u30FC\u30BF\u30C3\u30C1","fingers.4":"\u30D5\u30A9\u30FC\u30D5\u30A3\u30F3\u30AC\u30FC\u30BF\u30C3\u30C1","fingers.5":"5\u672C\u6307\u30BF\u30C3\u30C1",mouseHoldKey:"+ {key} \u7FFB\u8A33/\u6BB5\u843D\u3092\u5143\u306B\u623B\u3059",mouseHoldKeyAuto:"\u30D1\u30E9\u30B0\u30E9\u30D5\u306E\u76F4\u8A33",mouseHoldKeyOff:"\u4F55\u3082\u3059\u308B\u306A\u3002",mouseHoldKeyOther:"\u30B7\u30E7\u30FC\u30C8\u30AB\u30C3\u30C8\u306E\u30AB\u30B9\u30BF\u30DE\u30A4\u30BA\uFF08\u8A2D\u5B9A\u3092\u958B\u304F\uFF09",mouseHoldKeyCustomKey:"{key} \u30D1\u30E9\u30B0\u30E9\u30D5\u306E\u7FFB\u8A33\uFF0F\u7E2E\u5C0F",mouseHoverHoldKey:"\u30B7\u30E7\u30FC\u30C8\u30AB\u30C3\u30C8\u30AD\u30FC\u3092\u62BC\u3057\u306A\u304C\u3089\u30DE\u30A6\u30B9\u3092\u52D5\u304B\u3059\u3068\u6BB5\u843D\u304C\u7FFB\u8A33\u3055\u308C\u308B","mouse-translate":"\u30DE\u30A6\u30B9\u30DB\u30D0\u30FC",document:"(\u3055\u3093\u3077",resetSuccess:"\u3059\u3079\u3066\u306E\u8A2D\u5B9A\u306E\u30EA\u30BB\u30C3\u30C8\u306B\u6210\u529F",resetThisSuccess:"\u30EA\u30BB\u30C3\u30C8\u6210\u529F",saved:"\u30BB\u30FC\u30D6\u30FB\u30B5\u30AF\u30BB\u30B9",successImportConfig:"\u8A2D\u5B9A\u306E\u30A4\u30F3\u30DD\u30FC\u30C8\u306B\u6210\u529F",goAdvancedSettings:"\u8A73\u7D30\u8A2D\u5B9A\u30DA\u30FC\u30B8\u306B\u79FB\u52D5\u3059\u308B",goAdvancedInterfaceSettings:"\u8A73\u7D30\u30AB\u30B9\u30BF\u30DE\u30A4\u30BA\u8A2D\u5B9A\u30DA\u30FC\u30B8\u306B\u79FB\u52D5\u3059\u308B",advanced:"\u8A73\u7D30\u8A2D\u5B9A",advancedDescription:"\u901A\u5E38\u3001\u8A2D\u5B9A\u306F\u5FC5\u8981\u306A\u304F\u3001\u30C7\u30D5\u30A9\u30EB\u30C8\u306E\u307E\u307E\u3067\u3088\u3044\u3002\u3088\u308A\u5C02\u9580\u7684\u306A\u30E6\u30FC\u30B6\u30FC\u306E\u307F\u3001\u3088\u308A\u30D1\u30FC\u30BD\u30CA\u30E9\u30A4\u30BA\u3055\u308C\u305F\u8A2D\u5B9A\u304C\u53EF\u80FD\u3067\u3059\u3002",developer:"\u30C7\u30D9\u30ED\u30C3\u30D1\u30FC\u8A2D\u5B9A",donateCafe:"\u7269\u4FA1","translate to the bottom of the page":"\u30DA\u30FC\u30B8\u4E0B\u90E8\u3078\u306E\u7FFB\u8A33\u306F\u3001\u30DA\u30FC\u30B8\u306B\u5165\u3063\u3066\u3059\u3050\u306B\u884C\u308F\u308C\u308B\u306E\u3067\u3059\u304B\uFF1F",feedback:"\u554F\u984C\u306B\u95A2\u3059\u308B\u30D5\u30A3\u30FC\u30C9\u30D0\u30C3\u30AF",toggleTranslatePage:"\u30DA\u30FC\u30B8\u3092\u7FFB\u8A33\u3059\u308B\uFF0F\u539F\u6587\u3092\u8868\u793A\u3059\u308B",translateToThePageEndImmediatelyDescription:"\u3053\u306E\u6A5F\u80FD\u3092\u30AA\u30F3\u306B\u3059\u308B\u3068\u3001\u30DA\u30FC\u30B8\u306E\u4E0A\u304B\u3089\u4E0B\u306B\u5165\u529B\u3057\u305F\u5185\u5BB9\u304C\u5373\u5EA7\u306B\u7FFB\u8A33\u3055\u308C\u307E\u3059\u3002\u30AA\u30D5\u306B\u3059\u308B\u3068\u3001\u8AAD\u307F\u306A\u304C\u3089\u7FFB\u8A33\u3055\u308C\u307E\u3059\u3002(\u304A\u52E7\u3081\u3057\u307E\u305B\u3093\uFF09","translate all areas of the page":"\u30DA\u30FC\u30B8\u306E\u5168\u9818\u57DF\u3092\u7FFB\u8A33\u3059\u308B\u304B\u3069\u3046\u304B",translationAreaDescription:"\u30AA\u30F3\u306B\u3059\u308B\u3068\u3001\u30A6\u30A7\u30D6\u30DA\u30FC\u30B8\u5168\u4F53\u306E\u3059\u3079\u3066\u306E\u9818\u57DF\u304C\u7FFB\u8A33\u3055\u308C\u307E\u3059\u3002\u30AA\u30D5\u306B\u3059\u308B\u3068\u3001\u30C7\u30D5\u30A9\u30EB\u30C8\u306E\u30B9\u30DE\u30FC\u30C8\u8A8D\u8B58\u304C\u4F7F\u7528\u3055\u308C\u3001\u4E3B\u8981\u306A\u9818\u57DF\u306E\u307F\u304C\u7FFB\u8A33\u3055\u308C\u307E\u3059\u3002(\u30AA\u30F3\u306B\u3059\u308B\u3053\u3068\u306F\u304A\u52E7\u3081\u3057\u307E\u305B\u3093)","the number of characters to be translated first":"\u8868\u793A\u9818\u57DF\u307E\u3067\u30B9\u30AF\u30ED\u30FC\u30EB\u3059\u308B\u3053\u3068\u306A\u304F\u3001\u30DA\u30FC\u30B8\u306E\u6700\u521D\u306E\u6570\u6587\u5B57\u3092\u76F4\u63A5\u7FFB\u8A33\u3059\u308B\u3002","interface language":"\u30A4\u30F3\u30BF\u30FC\u30D5\u30A7\u30FC\u30B9\u8A00\u8A9E","display both the original text and the translation":"\u539F\u6587\u3068\u8A33\u6587\u306E\u540C\u6642\u8868\u793A","keyboard shortcuts":"\u30AD\u30FC\u30DC\u30FC\u30C9\u30B7\u30E7\u30FC\u30C8\u30AB\u30C3\u30C8",modify:"\u30B7\u30E7\u30FC\u30C8\u30AB\u30C3\u30C8\u30AD\u30FC\u306E\u5909\u66F4",reset:"\u30EA\u30D3\u30B8\u30E7\u30F3",close:"\u51DD\u56FA",homepage:"\u30DB\u30FC\u30E0\u30DA\u30FC\u30B8",more:"\u3082\u3063\u3068\u898B\u308B",moreOptions:"\u30AB\u30B9\u30BF\u30DE\u30A4\u30BA\u30FB\u30AA\u30D7\u30B7\u30E7\u30F3\u306E\u62E1\u5927",translateTheWholePage:"\u30DA\u30FC\u30B8\u306E\u5168\u9818\u57DF\u3092\u7FFB\u8A33\u3059\u308B\uFF08\u4E3B\u8981\u306A\u9818\u57DF\u3092\u30A4\u30F3\u30C6\u30EA\u30B8\u30A7\u30F3\u30C8\u306B\u8A8D\u8B58\u3059\u308B\u306E\u3068\u306F\u5BFE\u7167\u7684\uFF09\u3002",changeToTranslateTheWholePage:"\u5168\u5730\u57DF\u306E\u7FFB\u8A33\u306B\u5207\u308A\u66FF\u3048\u308B",changeToTranslateTheMainPage:"\u30E1\u30A4\u30F3\u30A8\u30EA\u30A2\u306E\u7FFB\u8A33\u306B\u5207\u308A\u66FF\u3048\u308B",changeToOnlyTranslationMode:"\u7FFB\u8A33\u306E\u307F\u3092\u8868\u793A\u3059\u308B\u3088\u3046\u306B\u5207\u308A\u66FF\u3048\u308B",changeToDualTranslationMode:"\u5BFE\u8A33\u3078\u306E\u5207\u308A\u66FF\u3048",translateToThePageEndImmediately:"\u30DA\u30FC\u30B8\u4E0B\u90E8\u3078\u306E\u5373\u6642\u7FFB\u8A33",translateTheMainPage:"\u30A4\u30F3\u30C6\u30EA\u30B8\u30A7\u30F3\u30C8\u7FFB\u8A33 \u4E3B\u8981\u5730\u57DF","The local rules are up to date":"\u5730\u5143\u306E\u9069\u5FDC\u898F\u5B9A\u306F\u6700\u65B0\u306E\u3082\u306E\u3060\u3002","Successfully synchronized with the latest official rules:":"\u6700\u65B0\u306E\u516C\u5F0F\u7AF6\u6280\u898F\u5247\u3068\u306E\u540C\u671F\u306B\u6210\u529F\u3002","Checking for updates":"\u30A2\u30C3\u30D7\u30C7\u30FC\u30C8\u306E\u30C1\u30A7\u30C3\u30AF","Rules are being synchronized":"\u9069\u5FDC\u30EB\u30FC\u30EB\u306E\u540C\u671F\u5316",localVersionIsTooOld:"\u30ED\u30FC\u30AB\u30EB\u306E\u62E1\u5F35\u6A5F\u80FD\u306E\u30D0\u30FC\u30B8\u30E7\u30F3\u304C\u53E4\u3059\u304E\u307E\u3059\u3002\u540C\u671F\u3092\u8A66\u307F\u308B\u524D\u306B\u3001\u62E1\u5F35\u6A5F\u80FD\u3092 {minVersion} \u4EE5\u964D\u306B\u30A2\u30C3\u30D7\u30B0\u30EC\u30FC\u30C9\u3057\u3066\u304F\u3060\u3055\u3044\u3002",badUserscriptBrowser:"\u73FE\u5728\u306E\u30D6\u30E9\u30A6\u30B6\u306F\u30B0\u30EA\u30FC\u30B9\u30E2\u30F3\u30AD\u30FC\u62E1\u5F35\u30A4\u30F3\u30BF\u30FC\u30D5\u30A7\u30A4\u30B9\u3092\u6B63\u3057\u304F\u5B9F\u88C5\u3057\u3066\u3044\u307E\u305B\u3093\uFF08\u4F8B\u3048\u3070\u3001\u30B0\u30EA\u30FC\u30B9\u30E2\u30F3\u30AD\u30FC\u30FB\u30B9\u30AF\u30EA\u30D7\u30C8\u81EA\u4F53\u306E\u30D0\u30FC\u30B8\u30E7\u30F3\u756A\u53F7\u306B\u95A2\u3059\u308B\u60C5\u5831\u3092\u53D6\u5F97\u3059\u308B\u5834\u5408\u306A\u3069\uFF09\u306E\u3067\u3001Firefox\u306A\u3069<1>\u30B0\u30EA\u30FC\u30B9\u30E2\u30F3\u30AD\u30FC\u62E1\u5F35\u3092\u30B5\u30DD\u30FC\u30C8\u3059\u308B\u4ED6\u306E\u30D6\u30E9\u30A6\u30B6\u3092\u3054\u5229\u7528\u304F\u3060\u3055\u3044\u3002",foundNewVersion:"\u65B0\u30D0\u30FC\u30B8\u30E7\u30F3\u3092\u898B\u308B",theLocalExtensionIsUpToUpdate:"\u73FE\u5728\u306E\u30A8\u30AF\u30B9\u30C6\u30F3\u30B7\u30E7\u30F3\u306F\u6700\u65B0\u3060\u3002",failToSyncRules:"\u6700\u65B0\u306E\u9069\u5FDC\u30EB\u30FC\u30EB\u306E\u540C\u671F\u306B\u5931\u6557",retry:"\u30EA\u30C8\u30E9\u30A4\u3059\u308B\u306B\u306F\u3053\u3053\u3092\u30AF\u30EA\u30C3\u30AF",failedReason:"\u5931\u6557\u306E\u7406\u7531",currentRuleVersion:"\u73FE\u5728\u306E\u30EB\u30FC\u30EB\u30FB\u30D0\u30FC\u30B8\u30E7\u30F3",calculating:"\u8A08\u7B97",unknownError:"\u672A\u77E5\u306E\u30A8\u30E9\u30FC",canNotFetchRemoteRule:"\u30EA\u30E2\u30FC\u30C8\u30EB\u30FC\u30EB\u304C\u53D6\u5F97\u3067\u304D\u306A\u3044",enableAlphaSuccess:"\u30A2\u30EB\u30D5\u30A1\u5BFE\u5FDC",disableAlphaSuccess:"\u30A2\u30EB\u30D5\u30A1\u6A5F\u80FD\u306F\u30AA\u30D5",cacheSize:"\u30AD\u30E3\u30C3\u30B7\u30E5\u30FB\u30B5\u30A4\u30BA\uFF1A",cleaning:"\u6E05\u7B97\u4E2D",cleanCache:"\u30AD\u30E3\u30C3\u30B7\u30E5\u3092\u6D88\u53BB\u3059\u308B",options:"\u30BB\u30C3\u30C8\u30A2\u30C3\u30D7",about:"\u306B\u5BFE\u3057\u3066",service:"\u901A\u8A33\u30B5\u30FC\u30D3\u30B9",needAction:"(\u8A2D\u5B9A\u3078\uFF09",goSettings:"\u8A2D\u5B9A\u3059\u308B",needActionForOptions:"(\u8A2D\u5B9A\u4E88\u5B9A\uFF09",translationEngine:"\u30A8\u30F3\u30B8\u30F3\u30FB\u30AA\u30D7\u30B7\u30E7\u30F3",sourceLanguage:"\u539F\u8A9E",target:"\u76EE\u6A19\u8A00\u8A9E",popupSourceLanguage:"\u539F\u8A9E",popupTarget:"\u76EE\u6A19\u8A00\u8A9E",popupService:"\u901A\u8A33\u30B5\u30FC\u30D3\u30B9",forThisSite:"\u73FE\u5728\u306E\u30A6\u30A7\u30D6\u30B5\u30A4\u30C8",autoEnableSubtitle:"\u4E8C\u30AB\u56FD\u8A9E\u5B57\u5E55\u3092\u81EA\u52D5\u7684\u306B\u30AA\u30F3\u306B\u3059\u308B",alwaysTranslate:"\u5E38\u306B\u7FFB\u8A33\u3059\u308B",neverTranslate:"\u6C7A\u3057\u3066\u7FFB\u8A33\u3057\u306A\u3044",alwaysTranslateSomeLanguage:"\u5E38\u306B\u7FFB\u8A33\u3059\u308B {language}",neverTranslateSomeLanguage:"\u6C7A\u3057\u3066\u7FFB\u8A33\u3057\u306A\u3044 {language}",alwaysTranslateSomeSite:"\u5E38\u306B\u7FFB\u8A33\u3059\u308B {hostname}",neverTranslateSomeSite:"\u6C7A\u3057\u3066\u7FFB\u8A33\u3057\u306A\u3044 {hostname}",alwaysTranslateSomeSiteOrWildSite:"\u5E38\u306B\u30B5\u30A4\u30C8\u3092\u7FFB\u8A33\u3059\u308B",alwaysTranslateSomePage:"\u5E38\u306B\u30DA\u30FC\u30B8\u3092\u7FFB\u8A33\u3059\u308B",add:"\u5897\u52A0",default:"\u30C7\u30D5\u30A9\u30EB\u30C8",forThisLanguage:"\u3053\u306E\u8A00\u8A9E\u306E\u5834\u5408\uFF1A","add url":"URL\u3092\u5165\u529B",edit:"\u30B3\u30F3\u30D1\u30A4\u30E9","translate other languages into specific language":"\u4ED6\u306E\u8A00\u8A9E\u3092\u8A2D\u5B9A\u3057\u305F\u8A00\u8A9E\u306B\u7FFB\u8A33\u3059\u308B","select translation service":"\u7FFB\u8A33\u30B5\u30FC\u30D3\u30B9\u306E\u9078\u629E",language:"\u591A\u8A00\u8A9E\u4E3B\u7FA9","show-original":"\u539F\u6587\u3092\u8868\u793A",translate:"\u30EC\u30F3\u30C0\u30EA\u30F3\u30B0",Translated:"\u7FFB\u8A33",Translating:"\u7FFB\u8A33\u4E2D",Error:"\u4E0D\u6B63\u78BA",allowCacheTranslations:"\u30ED\u30FC\u30AB\u30EB\u7FFB\u8A33\u30AD\u30E3\u30C3\u30B7\u30E5\u3092\u6709\u52B9\u306B\u3059\u308B\uFF08\u91CD\u8907\u3057\u305F\u7B87\u6240\u306E\u7FFB\u8A33\u30EA\u30AF\u30A8\u30B9\u30C8\u3092\u6E1B\u3089\u3059\uFF09","translation display":"\u7FFB\u8A33\u8868\u793A\u30B9\u30BF\u30A4\u30EB","select diplay style":"\u4EE5\u4E0B\u306E\u4F8B\u3092\u5177\u4F53\u7684\u306B\u53C2\u7167\u3057\u306A\u304C\u3089\u3001\u7FFB\u8A33\u306E\u30B9\u30BF\u30A4\u30EB\u3092\u533A\u5225\u3059\u308B\u3002",interface:"\u30A4\u30F3\u30BF\u30FC\u30D5\u30A7\u30FC\u30B9\u8A2D\u5B9A",import_export:"\u30A4\u30F3\u30DD\u30FC\u30C8/\u30A8\u30AF\u30B9\u30DD\u30FC\u30C8",import_export_title:"\u30A4\u30F3\u30DD\u30FC\u30C8/\u30A8\u30AF\u30B9\u30DD\u30FC\u30C8\u8A2D\u5B9A",syncToGoogleDrive:"Google\u30C9\u30E9\u30A4\u30D6\u3068\u540C\u671F",floatBallOptions:"\u30DB\u30D0\u30FC\u30DC\u30FC\u30EB\u306E\u8A2D\u5B9A","floatBallOptions.enable":"\u30DB\u30D0\u30FC\u30DC\u30FC\u30EB\u3092\u4F7F\u7528\u53EF\u80FD\u306B\u3059\u308B","floatBallOptions.blockUrls":"\u30A6\u30A7\u30D6\u30B5\u30A4\u30C8\u3092\u7121\u52B9\u306B\u3059\u308B","floatBallOptions.add":"\u5897\u52A0","floatBallOptions.blockUrlDesc":"\u4EE5\u4E0B\u306E\u30B5\u30A4\u30C8\u3067\u306F\u30DB\u30D0\u30FC\u30DC\u30FC\u30EB\u304C\u8868\u793A\u3055\u308C\u307E\u305B\u3093\u3002","floatBallOptions.clickType":"\u30AF\u30EA\u30C3\u30AF\u884C\u52D5","floatBallOptions.clickTypeDesc":"\u30AF\u30EA\u30C3\u30AF\u3057\u305F\u3068\u304D\u306E\u30DB\u30D0\u30FC\u30DC\u30FC\u30EB\u30FB\u30A2\u30A4\u30B3\u30F3\u306E\u52D5\u4F5C","floatBallOptions.clickPopup":"\u7FFB\u8A33\u30D1\u30CD\u30EB\u306E\u8868\u793A","floatBallOptions.clickTranslate":"\u539F\u6587\u306E\u7FFB\u8A33\uFF0F\u8868\u793A","floatBallOptions.fixedPosition":"\u56FA\u5B9A\u4F4D\u7F6E","floatBallOptions.fixedPositionDesc":"\u60AC\u6D6E\u7403\u5728\u7A97\u53E3\u5DE6\u4FA7\u8FD8\u662F\u53F3\u4FA7","floatBallOptions.fixedPositionLeft":"\u5DE6\u4FA7","floatBallOptions.fixedPositionRight":"\u53F3\u4FA7",previewAllThemes:"\u3059\u3079\u3066\u306E\u30B9\u30BF\u30A4\u30EB\u3092\u30D7\u30EC\u30D3\u30E5\u30FC\u3059\u308B","translationTheme.none":"\u306A\u3044","translationTheme.grey":"\u30C0\u30FC\u30AF\u30B0\u30EC\u30FC","translationTheme.dashed":"\u70B9\u7DDA\u4E0B\u7DDA","translationTheme.dotted":"\u70B9\u7DDA\u30A2\u30F3\u30C0\u30FC\u30B9\u30B3\u30A2","translationTheme.dashedBorder":"\u70B9\u7DDA","translationTheme.solidBorder":"\u30BD\u30EA\u30C3\u30C9\u30DC\u30FC\u30C0\u30FC","translationTheme.underline":"\u76F4\u7DDA\u306B\u4E0B\u7DDA\u3092\u5F15\u304F","translationTheme.mask":"\u30D5\u30A1\u30B8\u30FC\u52B9\u679C\uFF08\u5B66\u7FD2\u30E2\u30FC\u30C9\uFF09","translationTheme.opacity":"\u900F\u660E\u52B9\u679C","translationTheme.paper":"\u767D\u3044\u7D19\u306E\u5F71\u306E\u52B9\u679C","translationTheme.dividingLine":"\u308F\u3051\u3081","translationTheme.highlight":"\u9AD8\u8F1D\u5EA6","translationTheme.marker":"\u30DE\u30FC\u30AB\u30FC","translationTheme.marker2":"\u30DE\u30FC\u30AB\u30FC2","translationTheme.blockquote":"\u53C2\u7167\u30B9\u30BF\u30A4\u30EB","translationTheme.weakening":"\u5F31\u4F53\u5316","translationTheme.italic":"\u659C\u4F53","translationTheme.bold":"\u6FC3\u5316","translationTheme.thinDashed":"\u7D30\u70B9\u7DDA\u30A2\u30F3\u30C0\u30FC\u30E9\u30A4\u30F3","translationTheme.nativeDashed":"\u30B7\u30B9\u30C6\u30E0\u306F\u70B9\u7DDA\u306E\u30A2\u30F3\u30C0\u30FC\u30E9\u30A4\u30F3\u4ED8\u304D","translationTheme.nativeDotted":"\u30B7\u30B9\u30C6\u30E0\u306F\u70B9\u7DDA\u306E\u30A2\u30F3\u30C0\u30FC\u30E9\u30A4\u30F3\u4ED8\u304D","translationTheme.nativeUnderline":"\u30B7\u30B9\u30C6\u30E0\u306B\u306F\u76F4\u7DDA\u306E\u30A2\u30F3\u30C0\u30FC\u30E9\u30A4\u30F3\u304C\u4ED8\u5C5E\u3057\u3066\u3044\u308B","translationTheme.wavy":"\u6CE2\u7DDA","translationServices.custom":"\u30AB\u30B9\u30BF\u30E0API","translationServices.tencent":"\u30C6\u30F3\u30BB\u30F3\u30C8\u7FFB\u8A33\u8005","translationServices.tenAlpha":"\u30C6\u30F3\u30BB\u30F3\u30C8\u30FB\u30C8\u30E9\u30F3\u30B9\u30EC\u30FC\u30BF\u30FC\uFF08\u30A2\u30EB\u30D5\u30A1\uFF09","translationServices.google":"\u30B0\u30FC\u30B0\u30EB\u7FFB\u8A33","translationServices.bai":"\u30D0\u30A4\u30C9\u30A5\uFF08\u30A2\u30EB\u30D5\u30A1\uFF09","translationServices.baidu":"\u767E\u5EA6\u306E\u7FFB\u8A33","translationServices.aliyun":"\u30A2\u30EA\u30AF\u30E9\u30A6\u30C9\u7FFB\u8A33","translationServices.volc":"\u706B\u5C71\u7FFB\u8A33","translationServices.deeplx":"DeepLX (\u30D9\u30FC\u30BF)","translationServices.bing":"\u30DE\u30A4\u30AF\u30ED\u30BD\u30D5\u30C8\u7FFB\u8A33","translationServices.deepl":"\u30C7\u30A3\u30FC\u30D7\u30A8\u30EB","translationServices.wechat":"WeChat\u7FFB\u8A33","translationServices.azure":"\u30A2\u30B8\u30E5\u30FC\u30EB\u7FFB\u8A33","translationServices.ibm":"IBM\u30EF\u30C8\u30BD\u30F3","translationServices.aws":"\u30A2\u30DE\u30BE\u30F3\u7FFB\u8A33","translationServices.mock":"\u6A21\u64EC\u7FFB\u8A33","translationServices.mock2":"\u6A21\u64EC\u7FFB\u8A332","translationServices.caiyun":"\u30AB\u30E9\u30D5\u30EB\u306A\u96F2\u3068\u5C0F\u3055\u306A\u7FFB\u8A33","translationServices.cai":"\u30AB\u30E9\u30D5\u30EB\u306A\u96F2\uFF08\u30A2\u30EB\u30D5\u30A1\uFF09","translationServices.volcAlpha":"\u30DC\u30EB\u30B1\u30FC\u30CE\uFF08\u30A2\u30EB\u30D5\u30A1\uFF09","translationServices.openl":"\u30AA\u30FC\u30D7\u30F3L","translationServices.youdao":"Youtube\u7FFB\u8A33","translationServices.you":"Youdao \u7FFB\u8A33\u8005\uFF08\u30A2\u30EB\u30D5\u30A1\uFF09","translationServices.transmart":"\u9A30\u8A0A\u30A4\u30F3\u30BF\u30E9\u30AF\u30C6\u30A3\u30D6\u7FFB\u8A33","translationServices.niu":"\u30DE\u30FC\u30D9\u30EA\u30C3\u30AF\u7FFB\u8A33\u8005","translationServices.papago":"\u30D1\u30D1\u30B4\u7FFB\u8A33","translationServices.d":"D\uFF08\u30A2\u30EB\u30D5\u30A1\uFF09","translationServices.dpro":"D\u30D7\u30ED\uFF08\u30AB\u30CA\u30EA\u30A2\uFF09","translationServices.openai":"\u30AA\u30FC\u30D7\u30F3AI","translationServices.chatgpt":"ChatGPT Web(3.5 mobile)","translate title":"\u30DA\u30FC\u30B8\u30BF\u30A4\u30C8\u30EB\u3092\u7FFB\u8A33\u3059\u308B","always languages":"\u5E38\u306B\u8A00\u8A9E\u3092\u7FFB\u8A33\u3059\u308B",neverTranslateLanguagesLabel:"\u7FFB\u8A33\u3055\u308C\u308B\u3053\u3068\u306E\u306A\u3044\u8A00\u8A9E",neverTranslateTheFollowingLanguagesDescription:"\u30DA\u30FC\u30B8\u4E0A\u306E\u6BB5\u843D\u304C\u4EE5\u4E0B\u306E\u8A00\u8A9E\u306E\u3044\u305A\u308C\u304B\u3067\u3042\u308B\u5834\u5408\u3001\u7FFB\u8A33\u306F\u30B9\u30AD\u30C3\u30D7\u3055\u308C\u307E\u3059\u3002",enableUserscriptPagePopup:"\u30DA\u30FC\u30B8\u306B\u30DB\u30D0\u30FC\u30DC\u30FC\u30EB\u3092\u8868\u793A",enableUserscriptPagePopupDescription:"\u30DB\u30D0\u30FC\u30DC\u30FC\u30EB\u3092\u30AA\u30D5\u306B\u3057\u305F\u5F8C\u306F\u3001\u30B7\u30E7\u30FC\u30C8\u30AB\u30C3\u30C8 /{touch}\u3067\u547C\u3073\u51FA\u3059\u3053\u3068\u304C\u3067\u304D\u307E\u3059\u3002\u3046\u3063\u304B\u308A\u3053\u306E\u30AA\u30D7\u30B7\u30E7\u30F3\u3092\u30AA\u30D5\u306B\u3057\u305F\u5F8C\u3001\u30DB\u30D0\u30FC\u30DC\u30FC\u30EB\u3092\u898B\u3064\u3051\u3089\u308C\u306A\u304F\u306A\u308B\u306E\u3092\u9632\u3050\u305F\u3081\u3001\u3053\u306E\u8A2D\u5B9A\u30DA\u30FC\u30B8\u3092\u30D6\u30C3\u30AF\u30DE\u30FC\u30AF\u3057\u3066\u304A\u304F\u3053\u3068\u3092\u5F37\u304F\u304A\u52E7\u3081\u3057\u307E\u3059\uFF01","always translate the following languages":"\u30DA\u30FC\u30B8\u304C\u6B21\u306E\u8A00\u8A9E\u306E1\u3064\u3067\u3042\u308B\u3068\u304D\u81EA\u52D5\u7684\u306B\u30BF\u30FC\u30B2\u30C3\u30C8\u8A00\u8A9E\u306B\u7FFB\u8A33\u3059\u308B","always sites":"\u5E38\u306B\u7FFB\u8A33\u3055\u308C\u305F\u30A6\u30A7\u30D6\u30B5\u30A4\u30C8","always translate the following sites":"\u306E\u30C9\u30E1\u30A4\u30F3\u540D\u3067\u3042\u308C\u3070\u3001\u30A6\u30A7\u30D6\u30B5\u30A4\u30C8\u306F\u81EA\u52D5\u7684\u306B\u30BF\u30FC\u30B2\u30C3\u30C8\u8A00\u8A9E\u306B\u7FFB\u8A33\u3055\u308C\u308B\u3002","never sites":"\u672A\u7FFB\u8A33\u30B5\u30A4\u30C8","never translate the following sites":"\u4EE5\u4E0B\u306E\u30C9\u30E1\u30A4\u30F3\u306E\u30B5\u30A4\u30C8\u3067\u306F\u3001\u7FFB\u8A33\u306F\u884C\u308F\u308C\u307E\u305B\u3093\u3002","please refer to":"\u4F7F\u7528\u3059\u308B\u524D\u306B\u30AD\u30FC\u3092\u5165\u529B\u3059\u308B\u5FC5\u8981\u304C\u3042\u308A\u307E\u3059\u3002",KeyAndConfigurationTutorial:"\u30AD\u30FC\u30FB\u30A2\u30D7\u30EA\u30B1\u30FC\u30B7\u30E7\u30F3\u3068\u30B3\u30F3\u30D5\u30A3\u30AE\u30E5\u30EC\u30FC\u30B7\u30E7\u30F3\u30FB\u30C1\u30E5\u30FC\u30C8\u30EA\u30A2\u30EB",useAboveStyleForTheseSites:"\u4EE5\u4E0B\u306E\u30C9\u30E1\u30A4\u30F3\u306E\u30B5\u30A4\u30C8\u3067\u306F\u3001\u5E38\u306B \u2308{theme}\u230B \u7FFB\u8A33\u30B9\u30BF\u30A4\u30EB\u3092\u4F7F\u7528\u3057\u307E\u3059\u3002",currentUrl:"\u73FE\u5728\u306EURL",confirm:"\u30BB\u30FC\u30D6",cancel:"\u30AD\u30E3\u30F3\u30BB\u30EB",delete:"\u9664\u53BB","languages.auto":"\u81EA\u52D5\u691C\u51FA",syncToCloud:"\u30B0\u30FC\u30B0\u30EB\u30C9\u30E9\u30A4\u30D6\u306B\u540C\u671F",syncToCloudDescription:"\u30AF\u30E9\u30A6\u30C9\u306B\u30A2\u30C3\u30D7\u30ED\u30FC\u30C9\u3055\u308C\u305F\u30B3\u30F3\u30D5\u30A3\u30AE\u30E5\u30EC\u30FC\u30B7\u30E7\u30F3\u306F\u3001\u7570\u306A\u308B\u30D6\u30E9\u30A6\u30B6\u30FC\uFF0F\u30B0\u30EA\u30FC\u30B9\u30E2\u30F3\u30AD\u30FC\u30FB\u30B9\u30AF\u30EA\u30D7\u30C8\u9593\u3067\u540C\u671F\u3055\u305B\u308B\u3053\u3068\u304C\u3067\u304D\u308B\u3002",syncToAccount:"\u30A4\u30DE\u30FC\u30B7\u30D6\u7FFB\u8A33\u30AF\u30E9\u30A6\u30C9\u3078\u306E\u540C\u671F",syncToAccountButton:"\u30AF\u30E9\u30A6\u30C9\u3068\u306E\u5373\u6642\u540C\u671F",syncToAccountDescription:"\u7570\u306A\u308B\u30C7\u30D0\u30A4\u30B9\u9593\u3067\u3001\u6700\u5F8C\u306B\u5909\u66F4\u3055\u308C\u305F\u65B9\u306E\u8A2D\u5B9A\u3092\u81EA\u52D5\u7684\u306B\u540C\u671F\u3057\u307E\u3059\u3002",successSyncConfigInAccount:"\u30AF\u30E9\u30A6\u30C9\u3068\u306E\u540C\u671F\u306B\u6210\u529F",successSyncConfigToAccount:"\u30AF\u30E9\u30A6\u30C9\u3078\u306E\u540C\u671F\u306B\u6210\u529F",syncConfigNoUpdate:"\u3082\u3046\u6700\u65B0\u306E\u3082\u306E\u3060\u3002",authFail:"\u8A8D\u8A3C\u5931\u6557",syncTitle:"\u624B\u52D5\u30D0\u30C3\u30AF\u30A2\u30C3\u30D7\u7BA1\u7406",import_hint:"\u30A4\u30F3\u30DD\u30FC\u30C8",upload:"\u30A2\u30C3\u30D7\u30ED\u30FC\u30C9",revokeAuth:"\u8A8D\u53EF\u306E\u53D6\u308A\u6D88\u3057",uploadFail:"\u30A2\u30C3\u30D7\u30ED\u30FC\u30C9\u5931\u6557",download:"\u30C0\u30A6\u30F3\u30ED\u30FC\u30C9",importSuccess:"\u8F38\u5165\u306B\u6210\u529F",importFail:"\u30A4\u30F3\u30DD\u30FC\u30C8\u5931\u6557",deleteFail:"\u524A\u9664\u306B\u5931\u6557\u3057\u307E\u3057\u305F",backupToCloud:"\u30D0\u30C3\u30AF\u30A2\u30C3\u30D7\u30D5\u30A1\u30A4\u30EB\u306E\u624B\u52D5\u7BA1\u7406",create_new_backup:"\u65B0\u3057\u3044\u30D0\u30C3\u30AF\u30A2\u30C3\u30D7\u30CE\u30FC\u30C9\u3092\u8FFD\u52A0\u3059\u308B",maxBackupFiles:"\u6700\u5927{count}\u7570\u306A\u308B\u30CE\u30FC\u30C9\u3092\u30D0\u30C3\u30AF\u30A2\u30C3\u30D7\u3067\u304D\u307E\u3059\u3002\u4E0D\u8981\u306A\u30CE\u30FC\u30C9\u306F\u524A\u9664\u3057\u3066\u304F\u3060\u3055\u3044\u3002",backupToCloudDescription:"\u30D0\u30C3\u30AF\u30A2\u30C3\u30D7\u30D5\u30A1\u30A4\u30EB\u3092\u624B\u52D5\u3067\u30A2\u30C3\u30D7\u30ED\u30FC\u30C9\u307E\u305F\u306F\u30EA\u30B9\u30C8\u30A2\u3002",successSyncConfig:"\u30AF\u30E9\u30A6\u30C9\u3068\u306E\u540C\u671F\u306B\u6210\u529F",syncFail:"\u540C\u671F\u5931\u6557",updatedAt:"{date}\u3088\u308A\u66F4\u65B0",lastSyncedAt:"\u6700\u7D42\u78BA\u8A8D\uFF1A {date}",downloadFail:"\u30C0\u30A6\u30F3\u30ED\u30FC\u30C9\u306B\u5931\u6557\u3057\u307E\u3057\u305F",clickToDownload:"\u30AF\u30EA\u30C3\u30AF\u3057\u3066\u30C0\u30A6\u30F3\u30ED\u30FC\u30C9",aboutLabel:"\u30D5\u30A3\u30FC\u30C9\u30D0\u30C3\u30AF","browser.openAboutPage":"\u3054\u610F\u898B\u30FB\u3054\u611F\u60F3",aboutLabelWithoutSponsor:"\u30D5\u30A3\u30FC\u30C9\u30D0\u30C3\u30AF",aboutIntro:"\u30A4\u30F3\u30BF\u30FC\u30CD\u30C3\u30C8\u4E0A\u306E\u81A8\u5927\u306A\u5916\u56FD\u8A9E\u60C5\u5831\u3078\u306E\u30A2\u30AF\u30BB\u30B9\u304C\u3088\u308A\u7C21\u5358\u3067\u697D\u3057\u3044\u3082\u306E\u306B\u306A\u308A\u307E\u3059\u3088\u3046\u306B \u2764\uFE0F <6>\u30D7\u30ED\u30E1\u30F3\u30D0\u30FC\u30B7\u30C3\u30D7\u3092 \u6709\u52B9\u306B\u3057\u3066\u3001\u3059\u3050\u306B\u4F7F\u3048\u308BDeepL\u3068OpenAI\u306E\u7FFB\u8A33\u3092\u3054\u5229\u7528\u304F\u3060\u3055\u3044\u3002

<3>Twitter\u3001<4>Telegram\u3001Weibo\u3001WeChat\u3067\u79C1\u305F\u3061\u3092\u30D5\u30A9\u30ED\u30FC\u3059\u308B\u304B\u3001\u4EE5\u4E0B\u306E<5>\u30E1\u30FC\u30EA\u30F3\u30B0\u30EA\u30B9\u30C8\u306B\u767B\u9332\u3057\u3066\u66F4\u65B0\u3092\u8FFD\u8DE1\u3059\u308B\u3053\u3068\u304C\u3067\u304D\u307E\u3059\u3002
<7>\u30D7\u30ED\u4F1A\u54E1\u306E \u65B9\u306F\u3001 <8>support@immersivetranslate.com \u307E\u3067\u3054\u9023\u7D61\u3044\u305F\u3060\u3051\u308C\u3070\u3001\u8FC5\u901F\u306A\u30AB\u30B9\u30BF\u30DE\u30FC\u30B5\u30FC\u30D3\u30B9\u3092\u3054\u63D0\u4F9B\u3044\u305F\u3057\u307E\u3059\u3002",aboutIntroWithoutSponsor:"\u2764\uFE0F

<3>\u30C4\u30A4\u30C3\u30BF\u30FC\u3001<4>\u30C6\u30EC\u30B0\u30E9\u30E0\u30FB\u30C1\u30E3\u30F3\u30CD\u30EB\u3001WeChat\u3001WeChat Exchange\u3067\u30D5\u30A9\u30ED\u30FC\u3057\u3066\u3044\u305F\u3060\u304F\u304B\u3001\u4EE5\u4E0B\u306E<5>E\u30E1\u30FC\u30EB\u3067\u66F4\u65B0\u60C5\u5831\u3092<5>\u8CFC\u8AAD\u3057\u3066\u304F\u3060\u3055\u3044\u3002",projectHomepage:"\u30D7\u30ED\u30B8\u30A7\u30AF\u30C8\u30FB\u30DB\u30FC\u30E0",joinTelegramGroup:"\u30E6\u30FC\u30B6\u30FC\u30B0\u30EB\u30FC\u30D7\u306B\u53C2\u52A0\u3057\u3066\u3001\u6A5F\u80FD\u306B\u95A2\u3059\u308B\u30C7\u30A3\u30B9\u30AB\u30C3\u30B7\u30E7\u30F3\u306B\u53C2\u52A0",wechatPublicAccount:"WeChat\u30D1\u30D6\u30EA\u30C3\u30AF",wechatCommunities:"WeChat\u4EA4\u6D41\u30B0\u30EB\u30FC\u30D7",qqCommunities:"QQ\u30B3\u30DF\u30E5\u30CB\u30B1\u30FC\u30B7\u30E7\u30F3\u30C1\u30E3\u30F3\u30CD\u30EB",joinTelegramChannel:"\u6700\u65B0\u60C5\u5831\u306FTelegram\u30C1\u30E3\u30F3\u30CD\u30EB\u3092\u30D5\u30A9\u30ED\u30FC",feedbackAndJoin:"\u8CEA\u554F \u30D5\u30A3\u30FC\u30C9\u30D0\u30C3\u30AF / \u30B0\u30EB\u30FC\u30D7\u8FFD\u52A0",autoSync:"\u81EA\u52D5\u6642\u523B\u540C\u671F",loadingThemeTitle:"\u30ED\u30FC\u30C7\u30A3\u30F3\u30B0\u30FB\u30B9\u30BF\u30A4\u30EB",loadingThemeDescription:"\u7FFB\u8A33\u30ED\u30FC\u30C9\u5F85\u3061\u6642\u9593\u306E\u30B9\u30BF\u30A4\u30EB\u8A2D\u5B9A","loadingTheme.spinner":"\u56DE\u8EE2\u30A2\u30CB\u30E1\u30FC\u30B7\u30E7\u30F3","loadingTheme.text":"\u9759\u7684\u30C6\u30AD\u30B9\u30C8 ","loadingTheme.none":"\u8868\u793A\u306A\u3057",developerDescription:"\u9AD8\u5EA6\u306A\u30AB\u30B9\u30BF\u30DE\u30A4\u30BA\u306B\u95A2\u3059\u308B\u30C9\u30AD\u30E5\u30E1\u30F3\u30C8\u306F<1>\u3053\u3061\u3089\u3092\u3054\u89A7\u304F\u3060\u3055\u3044\u3002","edit border color":"\u30DC\u30FC\u30C0\u30FC\u30AB\u30E9\u30FC\u306E\u5909\u66F4",successSyncButNoChange:"\u73FE\u5728\u306E\u30B3\u30F3\u30D5\u30A3\u30AE\u30E5\u30EC\u30FC\u30B7\u30E7\u30F3\u306F\u30AF\u30E9\u30A6\u30C9\u3068\u4E00\u81F4\u3057\u3066\u3044\u308B",customTheme:"\u30AB\u30B9\u30BF\u30E0\u30AB\u30E9\u30FC\u3068\u30B5\u30A4\u30BA","customThemeLabel.borderColor":"\u30DC\u30FC\u30C0\u30FC\u30AB\u30E9\u30FC","customThemeLabel.borderRadius":"\u4E38\u307F\u3092\u5E2F\u3073\u305F\u30A8\u30C3\u30B8","customThemeLabel.textColor":"\u30C6\u30AD\u30B9\u30C8\u30AB\u30E9\u30FC","customThemeLabel.backgroundColor":"\u80CC\u666F\u8272","customThemeLabel.zoom":"\u30D5\u30A9\u30F3\u30C8\u30FB\u30B9\u30B1\u30FC\u30EA\u30F3\u30B0 (%)","customThemeLabel.opacity":"\u30C6\u30AD\u30B9\u30C8\u306E\u4E0D\u900F\u660E\u5EA6 (%)",resetToDefaultColor:"\u30C7\u30D5\u30A9\u30EB\u30C8\u30AB\u30E9\u30FC\u306B\u623B\u3059",resetToDefaultSettings:"\u30C7\u30D5\u30A9\u30EB\u30C8\u8A2D\u5B9A\u306B\u623B\u3059",isTranslateTitle:"\u30DA\u30FC\u30B8\u30BF\u30A4\u30C8\u30EB\u306E\u7FFB\u8A33\u3092\u6709\u52B9\u306B\u3059\u308B",isTranslateTitleDescription:"\u30AA\u30F3\u306B\u3059\u308B\u3068\u3001\u30DA\u30FC\u30B8\u30BF\u30A4\u30C8\u30EB\u304C\u7FFB\u8A33\u3055\u308C\u307E\u3059",enableSearchEnhancement:"\u30D0\u30A4\u30EA\u30F3\u30AC\u30EB\u30E1\u30C3\u30BB\u30FC\u30B8\u3092\u6709\u52B9\u306B\u3059\u308B",enableSearchEnhancementDescription:"\u6709\u52B9\u306B\u3059\u308B\u3068\u3001\u5BFE\u5FDC\u30B5\u30A4\u30C8\uFF08Google News\u3001Google Search\uFF08\u4E00\u90E8\u30AD\u30FC\u30EF\u30FC\u30C9\uFF09\u3001Snowball\u3001Oriental Fortune\u3001Futura\u3001Tiger Community\uFF09\u306E\u53F3\u30AB\u30E9\u30E0\u306B\u3001\u8A72\u5F53\u3059\u308B\u82F1\u8A9E\u30AD\u30FC\u30EF\u30FC\u30C9\u3067\u300CGoogle News\u300D\u306E\u691C\u7D22\u7D50\u679C\u304C\u81EA\u52D5\u7684\u306B\u8868\u793A\u3055\u308C\u308B\u3088\u3046\u306B\u306A\u308A\u307E\u3059\u3002",verifyService:"\u30B5\u30FC\u30D3\u30B9\u306E\u30C6\u30B9\u30C8\u306F\u3053\u3061\u3089",verified:"\u6210\u529F\u306E\u78BA\u8A8D","field.langs":"\u5BFE\u5FDC\u8A00\u8A9E\u30B3\u30FC\u30C9","field.model":"\u30E2\u30C7\u30EA\u30F3\u30B0","field.translationEngine":"\u7FFB\u8A33\u30A8\u30F3\u30B8\u30F3","field.limitPerMinute":"1\u5206\u3042\u305F\u308A\u306E\u6700\u5927\u30EA\u30AF\u30A8\u30B9\u30C8\u6570","field.limitPerSecond":"1\u79D2\u3042\u305F\u308A\u306E\u6700\u5927\u30EA\u30AF\u30A8\u30B9\u30C8\u6570","field.maxTextLengthPerRequest":"\u30EA\u30AF\u30A8\u30B9\u30C8\u3054\u3068\u306E\u6700\u5927\u30C6\u30AD\u30B9\u30C8\u9577","field.maxTextGroupLengthPerRequest":"\u30EA\u30AF\u30A8\u30B9\u30C8\u3054\u3068\u306E\u6700\u5927\u6BB5\u843D\u6570","field.apiUrl":"\u30AB\u30B9\u30BF\u30E0API\u30A4\u30F3\u30BF\u30FC\u30D5\u30A7\u30FC\u30B9\u306E\u30A2\u30C9\u30EC\u30B9","field.placeholderDelimiters":"\u4E88\u7D04\u30D7\u30EC\u30FC\u30B9\u30DB\u30EB\u30C0","description.custom":"\u30AB\u30B9\u30BF\u30E0\u30A4\u30F3\u30BF\u30FC\u30D5\u30A7\u30FC\u30B9\u30A2\u30AF\u30BB\u30B9 \u8981\u30C9\u30AD\u30E5\u30E1\u30F3\u30C6\u30FC\u30B7\u30E7\u30F3","description.limitPerMinute":"\u3053\u306E\u5236\u9650\u3092\u8D85\u3048\u305F\u30EA\u30AF\u30A8\u30B9\u30C8\u306F\u3001\u6B21\u306E\u5206\u304C\u59CB\u307E\u308B\u307E\u3067\u30AD\u30E5\u30FC\u306B\u5165\u308A\u307E\u3059\u3002OpenAI\u306E\u73FE\u5728\u306E\u30B5\u30FC\u30D3\u30B9\u306B\u306F\u3055\u307E\u3056\u307E\u306A\u5236\u9650\u304C\u3042\u308B\u305F\u3081\u3001\u6700\u65B0\u306E\u63A8\u5968\u5024\u306F<1>\u3053\u3061\u3089\u3092\u3054\u89A7\u304F\u3060\u3055\u3044\u3002","description.limitPerSecond":"\u3053\u306E\u5236\u9650\u3092\u8D85\u3048\u305F\u30EA\u30AF\u30A8\u30B9\u30C8\u306F\u3001\u6B21\u306E\u79D2\u304C\u59CB\u307E\u308B\u307E\u3067\u30AD\u30E5\u30FC\u306B\u5165\u308A\u307E\u3059\u3002OpenAI\u306E\u73FE\u5728\u306E\u30B5\u30FC\u30D3\u30B9\u306B\u306F\u3055\u307E\u3056\u307E\u306A\u5236\u9650\u304C\u3042\u308B\u305F\u3081\u3001\u6700\u65B0\u306E\u63A8\u5968\u5024\u306F<1>\u3053\u3061\u3089\u3092\u3054\u89A7\u304F\u3060\u3055\u3044\u3002","description.generalLimitPerSecond":"\u3053\u306E\u5236\u9650\u3092\u8D85\u3048\u305F\u30EA\u30AF\u30A8\u30B9\u30C8\u306F\u3001\u6B21\u306E\u79D2\u304C\u59CB\u307E\u308B\u307E\u3067\u30AD\u30E5\u30FC\u306B\u5165\u308B\u3002","description.prompt":"\u30E6\u30FC\u30B6\u30FC\u3068\u3057\u3066 {service} \u306B\u9001\u4FE1\u3055\u308C\u308B\u5BFE\u8A71\u3067\u3001{{text}} \u306F\u6BB5\u843D\u306E\u30C6\u30AD\u30B9\u30C8\u5185\u5BB9\u3092\u793A\u3057\u3001{{from}} \u306F\u6BB5\u843D\u306E\u8A00\u8A9E\u3092\u793A\u3057\u3001{{to}} \u306F\u76EE\u6A19\u8A00\u8A9E\u3092\u793A\u3057\u307E\u3059\u3002","description.maxTextLengthPerRequest":"\u30EA\u30AF\u30A8\u30B9\u30C8\u3042\u305F\u308A\u306E\u6700\u5927\u6587\u5B57\u6570\u304C\u5927\u304D\u3059\u304E\u308B\u3068\u3001\u30A4\u30F3\u30BF\u30FC\u30D5\u30A7\u30FC\u30B9\u306E\u5FDC\u7B54\u304C\u9045\u304F\u306A\u308B\u306E\u3067\u3001\u3053\u306E\u30AA\u30D7\u30B7\u30E7\u30F3\u3092\u8ABF\u6574\u3057\u3066\u901F\u5EA6\u3092\u6700\u9069\u5316\u3057\u3066\u304F\u3060\u3055\u3044\u3002","description.systemPrompt":"\u30B7\u30B9\u30C6\u30E0\u3068\u3057\u3066 {service} \u306B\u9001\u4FE1\u3055\u308C\u308B\u5BFE\u8A71\u3067\u3001{{text}} \u306F\u6BB5\u843D\u306E\u30C6\u30AD\u30B9\u30C8\u5185\u5BB9\u3092\u793A\u3057\u3001{{from}} \u306F\u6BB5\u843D\u306E\u8A00\u8A9E\u3092\u793A\u3057\u3001{{to}} \u306F\u76EE\u6A19\u8A00\u8A9E\u3092\u793A\u3057\u307E\u3059\u3002","field.domain":"\u30EC\u30A2\u30EB","description.domain":"\u30C7\u30D5\u30A9\u30EB\u30C8\u306F\uFF1Ageneral \u3067\u3059\u3002Arima API \u30B3\u30F3\u30BD\u30FC\u30EB\u3067\u30C9\u30E1\u30A4\u30F3\u5909\u63DB\u304C\u6709\u52B9\u306B\u306A\u3063\u3066\u3044\u308B\u5834\u5408\u306E\u307F\u8A2D\u5B9A\u3067\u304D\u307E\u3059\u3002","field.scene":"\u53D6\u308B","description.scene":"\u30C7\u30D5\u30A9\u30EB\u30C8\u306F\uFF1A\u4E00\u822C\u3067\u3059\u3002AliCloud API\u30B3\u30F3\u30BD\u30FC\u30EB\u3067Machine Translation Pro\u3092\u958B\u3044\u305F\u5834\u5408\u306E\u307F\u8A2D\u5B9A\u3067\u304D\u307E\u3059\u3002","field.vocabId":"\u30E6\u30FC\u30B6\u30FC\u8F9E\u66F8ID","description.vocabId":"\u6307\u5B9A\u3055\u308C\u305F\u8F9E\u66F8out_id\u306F\u3001\u73FE\u5728\u3001\u82F1\u8A9E\u304B\u3089\u4E2D\u56FD\u8A9E\u3078\u306E\u7FFB\u8A33\u3092\u30B5\u30DD\u30FC\u30C8\u3057\u3066\u3044\u308B\u3002","description.model":"OpenAI\u306E\u30E2\u30C7\u30EB\u306F\u3001gpt-3.5-turbo\u3001gpt-4\u306A\u3069\u3002","description.maxTextGroupLengthPerRequest":"\u4E00\u5EA6\u306B\u7FFB\u8A33\u30B5\u30FC\u30D3\u30B9\u306B\u9001\u4FE1\u3055\u308C\u308B\u6BB5\u843D\u6570\u3002\u6BB5\u843D\u6570\u304C\u591A\u3059\u304E\u308B\u3068\u3001\u30A4\u30F3\u30BF\u30FC\u30D5\u30A7\u30FC\u30B9\u306E\u5FDC\u7B54\u304C\u9045\u304F\u306A\u308B\u3053\u3068\u304C\u3042\u308A\u307E\u3059\u3002","description.apiUrl":"\u5177\u4F53\u7684\u306AURL\u3068\u30D1\u30B9\u3001<1>\u3088\u308A\u8A73\u3057\u3044\u8AAC\u660E\u3092\u8FFD\u52A0\u3057\u3066\u304F\u3060\u3055\u3044\u3002",enabledExtension:"\u30A8\u30AF\u30B9\u30C6\u30F3\u30B7\u30E7\u30F3\u306E\u6709\u52B9\u5316",clickToDisableExtension:"\u30AF\u30EA\u30C3\u30AF\u3057\u3066\u62E1\u5F35\u6A5F\u80FD\u3092\u7121\u52B9\u306B\u3059\u308B",clickToEnableExtension:"\u30AF\u30EA\u30C3\u30AF\u3057\u3066\u62E1\u5F35\u6A5F\u80FD\u3092\u6709\u52B9\u306B\u3059\u308B",hasBeenDisabled:"\u4F7F\u7528\u4E0D\u80FD","show password":"\u30D1\u30B9\u30EF\u30FC\u30C9\u3092\u8868\u793A\u3059\u308B",customContent:"\u30AB\u30B9\u30BF\u30E0\u30E2\u30C7\u30EB\u540D\u3092\u5165\u529B",inputOptions:"\u5165\u529B\u30DC\u30C3\u30AF\u30B9\u306E\u5F37\u5316",mouseHoverOptions:"\u30DE\u30A6\u30B9\u30DB\u30D0\u30FC",modifyMouseHoverKey:"\u30DE\u30A6\u30B9\u30DB\u30D0\u30FC\u30B7\u30E7\u30FC\u30C8\u30AB\u30C3\u30C8\u306E\u5909\u66F4",enableInputTranslation:"\u5165\u529B\u30DC\u30C3\u30AF\u30B9\u306E\u62E1\u5F35\u3092\u6709\u52B9\u306B\u3059\u308B\u304B\u3069\u3046\u304B",enableInputTranslationDescription:"\u6709\u52B9\u5316\u3057\u305F\u3089\u3001 {startingKey}{startingKey} hello \u3068\u5165\u529B\u30DC\u30C3\u30AF\u30B9\u306B\u76F4\u63A5\u5165\u529B\u3057\u3001{inputTrailingTriggerKeyRepeatTimes}times{trailingKey}\u3092\u7D20\u65E9\u304F\u62BC\u3057\u3066\u3001 {inputTargetLanguage}\u306B\u5909\u63DB\u3059\u308B\u3002",enableInputTranslationDescriptionForNoneKey:"\u6709\u52B9\u306B\u3057\u305F\u3089\u3001\uFF1AHello World\u3068\u5165\u529B\u30DC\u30C3\u30AF\u30B9\u306B\u76F4\u63A5\u5165\u529B\u3057\u3001{inputTrailingTriggerKeyRepeatTimes}{trailingKey}\u3092\u7D20\u65E9\u304F\u62BC\u3057\u3066\u3001\u30C7\u30D5\u30A9\u30EB\u30C8\u306E\u30BF\u30FC\u30B2\u30C3\u30C8\u8A00\u8A9E\u306B\u7FFB\u8A33\u3059\u308B\u3002",inputTargetLanguage:"\u5165\u529B\u30DC\u30C3\u30AF\u30B9\u306E\u30C7\u30D5\u30A9\u30EB\u30C8\u30BF\u30FC\u30B2\u30C3\u30C8\u8A00\u8A9E\u306E\u8A2D\u5B9A",inputTargetLanguageDescription:"\u5165\u529B\u30DC\u30C3\u30AF\u30B9\u7FFB\u8A33\u306E\u30C7\u30D5\u30A9\u30EB\u30C8\u30BF\u30FC\u30B2\u30C3\u30C8\u8A00\u8A9E\u3001\u3059\u306A\u308F\u3061\u3001\u30C8\u30EA\u30AC\u30FC\u30EF\u30FC\u30C9\u306E\u30C7\u30D5\u30A9\u30EB\u30C8\u8A00\u8A9E\u3068\u3057\u3066 {startingKey}{startingKey}",inputTargetLanguageDescriptionForNoneKey:"\u5165\u529B\u30DC\u30C3\u30AF\u30B9\u7FFB\u8A33\u306E\u30C7\u30D5\u30A9\u30EB\u30C8\u30BF\u30FC\u30B2\u30C3\u30C8\u8A00\u8A9E",inputStartingTriggerKeyTitle:"\u5165\u529B\u30DC\u30C3\u30AF\u30B9\u306E\u90E8\u5206\u7FFB\u8A33\u306E\u305F\u3081\u306E\u5206\u5272\u6587\u5B57\u306E\u8A2D\u5B9A",inputStartingTriggerKeyDescription:"\u5165\u529B\u30DC\u30C3\u30AF\u30B9\u5168\u4F53\u3092\u7FFB\u8A33\u3059\u308B\u5FC5\u8981\u304C\u306A\u3044\u5834\u5408\u3001\u30B9\u30D7\u30EA\u30C3\u30BF\u30FC\u306F {startingKey}{startingKey} \u304B\u3089\u5165\u529B\u30DC\u30C3\u30AF\u30B9\u306E\u6700\u5F8C\u307E\u3067\u306E\u90E8\u5206\u3060\u3051\u3092\u7FFB\u8A33\u3059\u308B\u3053\u3068\u304C\u3067\u304D\u307E\u3059\u3002\u307E\u305F\u3001\u8A00\u8A9E\u30B3\u30FC\u30C9\u3092\u6307\u5B9A\u3059\u308B\u3053\u3068\u3082\u3067\u304D\u307E\u3059\u3002\u4F8B\u3048\u3070\u3001\uFF1A{startingKey}ja \u306F {startingKey}ja \u304B\u3089\u5165\u529B\u30DC\u30C3\u30AF\u30B9\u306E\u6700\u5F8C\u307E\u3067\u306E\u90E8\u5206\u3060\u3051\u3092\u7FFB\u8A33\u3059\u308B\u3053\u3068\u3092\u610F\u5473\u3057\u307E\u3059\u3002",inputStartingTriggerKeyDescriptionForNoneKey:"\u73FE\u5728\u306E\u63A5\u982D\u8F9E\u306A\u3057\u306E\u8A2D\u5B9A\u306F\u4E0D\u8981\u3067\u3042\u308A\u3001\u5165\u529B\u30DC\u30C3\u30AF\u30B9\u306E\u4E00\u90E8\u306E\u30C6\u30AD\u30B9\u30C8\u306E\u7FFB\u8A33\u6A5F\u80FD\u306F\u73FE\u6642\u70B9\u3067\u306F\u5229\u7528\u3067\u304D\u306A\u3044\u3002",inputTrailingTriggerKeyTitle:"\u5165\u529B\u7D42\u4E86\u30C8\u30EA\u30AC\u30FC\u6587\u5B57\u3092\u9078\u629E\u3059\u308B",inputTrailingTriggerKeyDescription:"3 quick hits{trailingKey} \u7FFB\u8A33\u3092\u958B\u59CB\u3057\u307E\u3059\uFF01",inputTrailingTriggerKeyTimeout:"\u6226\u95D8\u7D42\u4E86\u30C8\u30EA\u30AC\u30FC\u307E\u3067\u306E\u6642\u9593\u3092\u5165\u529B\u3059\u308B\u3002",inputTrailingTriggerKeyTimeoutDescription:"\u5165\u529B\u7D42\u4E86\u30B3\u30F3\u30DC\u306E\u30C8\u30EA\u30AC\u30FC\u307E\u3067\u306E\u6642\u9593\uFF08\u30DF\u30EA\u79D2\uFF09\u3092\u8A2D\u5B9A\u3059\u308B\u3002",spaceKey:"<\u7A7A\u683C\u952E>",noneKey:"\u63A5\u982D\u8F9E\u306A\u3057\u306E\u30C6\u30AD\u30B9\u30C8\u30DC\u30C3\u30AF\u30B9\u5168\u4F53\u306E\u76F4\u63A5\u7FFB\u8A33",inputTranslationBlockUrlsTitle:"\u4EE5\u4E0B\u306EURL\u3067\u306F\u3001\u5165\u529B\u30DC\u30C3\u30AF\u30B9\u306E\u62E1\u5F35\u6A5F\u80FD\u3092\u6709\u52B9\u306B\u3057\u306A\u3044\u3067\u304F\u3060\u3055\u3044\u3002",inputTranslationBlockUrlsDescription:"\u5165\u529B\u30DC\u30C3\u30AF\u30B9\u306E\u6A5F\u80FD\u62E1\u5F35\u306F\u3001\u4EE5\u4E0B\u306EURL\u3067\u306F\u6A5F\u80FD\u3057\u307E\u305B\u3093\u3002",clickToSeeQuickDemo:"\u30AF\u30EA\u30C3\u30AF\u3057\u306630\u79D2\u306E\u30C1\u30E5\u30FC\u30C8\u30EA\u30A2\u30EB\u30D3\u30C7\u30AA\u3092\u62E1\u5927",inputHelperInfo:"\u8AAC\u660E\uFF1A\u4E2D\u56FD\u8A9E\u306E\u5165\u529B\u30E1\u30BD\u30C3\u30C9\u3067\u306F\u3001\u3044\u304F\u3064\u304B\u306E\u30C8\u30EA\u30AC\u30FC\u6587\u5B57\u304C\u4E2D\u56FD\u8A9E\u306E\u53E5\u8AAD\u70B9\u306B\u5909\u308F\u308B\u3068\u3044\u3046\u4E8B\u5B9F\u306B\u6700\u9069\u5316\u3057\u307E\u3057\u305F\u3002\u4F8B\u3048\u3070\u3001/ \u306F Sogou \u5165\u529B\u30E1\u30BD\u30C3\u30C9\u3067\u306F\u3001\u30C0\u30F3\u8A18\u53F7\u306B\u5909\u308F\u308A\u307E\u3059\u3002

\u307E\u305F\u3001\u8A00\u8A9E<1>\u30B3\u30FC\u30C9\u306E\u4E2D\u56FD\u8A9E\u30A8\u30A4\u30EA\u30A2\u30B9\u3082\u30B3\u30DE\u30F3\u30C9\u3068\u3057\u3066\u30B5\u30DD\u30FC\u30C8\u3057\u3066\u304A\u308A\u3001\u4F8B\u3048\u3070 /Japanese Hello World \u306F\u65E5\u672C\u8A9E\u306B\u7FFB\u8A33\u3055\u308C\u307E\u3059\u3002",reloadCurrentPage:"\u7FFB\u8A33\u3092\u958B\u59CB\u3059\u308B\u524D\u306B\u3001\u73FE\u5728\u306E\u30DA\u30FC\u30B8\u3092\u66F4\u65B0\u3057\u3066\u304F\u3060\u3055\u3044\u3002",noLocalFilePermissionForPDF:"\u30ED\u30FC\u30AB\u30EB\u30D5\u30A1\u30A4\u30EB\u3092\u8AAD\u307F\u8FBC\u3080\u6A29\u9650\u304C\u3042\u308A\u307E\u305B\u3093\u3002\u4E0A\u306E\u30DC\u30BF\u30F3\u3092\u30AF\u30EA\u30C3\u30AF\u3057\u3066\u3001\u30ED\u30FC\u30AB\u30EB\u30D5\u30A1\u30A4\u30EB\u3092\u30A4\u30F3\u30DD\u30FC\u30C8\u3057\u3066\u304F\u3060\u3055\u3044\u3002",noPermissionForThisPage:"\u26A0\uFE0F \u73FE\u5728\u306E\u30DA\u30FC\u30B8\u3092\u7FFB\u8A33\u3059\u308B\u6A29\u9650\u304C\u306A\u3044",retryAllParagraphs:"\u3059\u3079\u3066\u306E\u30A8\u30E9\u30FC\u30D1\u30C3\u30BB\u30FC\u30B8\u3092\u518D\u8A66\u884C\u3059\u308B",retryAllButton:"\u3059\u3079\u3066\u306E\u30A8\u30E9\u30FC\u30D1\u30C3\u30BB\u30FC\u30B8\u3092\u518D\u8A66\u884C\u3059\u308B",errorTooltipTitle:"\u30AF\u30EA\u30C3\u30AF\u3057\u3066\u30A8\u30E9\u30FC\u306E\u539F\u56E0\u3092\u898B\u308B",errorModalTitle:"\u7FFB\u8A33\u30B5\u30FC\u30D3\u30B9\u304B\u30CD\u30C3\u30C8\u30EF\u30FC\u30AF\u306B\u4F55\u304B\u554F\u984C\u304C\u3042\u308B\u3088\u3046\u3060...\u3002",disableConfirm:"\u30D0\u30A4\u30EA\u30F3\u30AC\u30EB\u60C5\u5831\u5F37\u5316\u8A2D\u5B9A",disableOnce:"\u3053\u306E\u969C\u5BB3",disableGlobal:"\u6C38\u4E45\u306B\u7121\u52B9\u306B\u3059\u308B",disableTint:"* {option}\u3002",searchEnhancementNotes:"\u4E2D\u56FD\u8A9E\u30AD\u30FC\u30EF\u30FC\u30C9\u3068\u82F1\u8A9E\u30AD\u30FC\u30EF\u30FC\u30C9\u3067\u306F\u3001\u30CB\u30E5\u30FC\u30B9\u306E\u691C\u7D22\u7D50\u679C\u304C\u5927\u304D\u304F\u7570\u306A\u308B\u3053\u3068\u304C\u308F\u304B\u308A\u307E\u3057\u305F\u3002 \u30A4\u30DE\u30FC\u30B7\u30D6\u7FFB\u8A33\u30D0\u30A4\u30EA\u30F3\u30AC\u30EB\u60C5\u5831\u5F37\u5316\u6A5F\u80FD\u3092\u6709\u52B9\u306B\u3059\u308B\u3068\u3001\u5BFE\u5FDC\u30B5\u30A4\u30C8\uFF08Google\u30CB\u30E5\u30FC\u30B9\u3001Google\u691C\u7D22\uFF08\u4E00\u90E8\u30AD\u30FC\u30EF\u30FC\u30C9\uFF09\u3001Snowball\u3001Oriental Wealth\u3001Futura\u3001Tiger\uFF09\u3067\u540C\u3058\u30AD\u30FC\u30EF\u30FC\u30C9\u3092\u82F1\u8A9E\u3067\u81EA\u52D5\u7684\u306B\u691C\u7D22\u3057\u3001\u53F3\u5074\u306B\u8868\u793A\u3057\u307E\u3059\u3002\u3053\u306E\u6A5F\u80FD\u304C\u4E0D\u8981\u306A\u5834\u5408\u306F\u3001\u7121\u52B9\u306B\u3059\u308B\u3053\u3068\u3082\u3067\u304D\u307E\u3059\u3002",option:"\u30BB\u30C3\u30C8\u30A2\u30C3\u30D7",saveSettings:"\u8A2D\u5B9A\u306E\u4FDD\u5B58",closeModal:"\u30A6\u30A3\u30F3\u30C9\u30A6\u3092\u9589\u3058\u308B",enableInputTranslationWithoutTriggerKeyTitle:"{trailingKey}\u3001\u5165\u529B\u30DC\u30C3\u30AF\u30B9\u5168\u4F53\u3092\u76F4\u63A5{inputTargetLanguage}\u3002",enableInputTranslationWithoutTriggerKeyDescription:"\u4F8B\u3048\u3070\u3001\uFF1Aja Hello World \u306E\u3088\u3046\u306B\u3002",mouseHoverShortcutPlaceholder:"\u4F8B\uFF1A\uFF1A\u30B7\u30D5\u30C8",deepLProName:"\u6CA1\u5165\u578B\u7FFB\u8A33\u30D7\u30ED\u30E1\u30F3\u30D0\u30FC\uFF08\u63A8\u5968\uFF09",deepLProDescription:"\u73FE\u5728\u306E\u30D1\u30C3\u30B1\u30FC\u30B8\u306F\u76F4\u63A5\u4F7F\u7528\u3067\u304D\u308B",deeplProDescriptionForNormal:"\u30BB\u30C3\u30C8\u30A2\u30C3\u30D7\u4E0D\u8981\u3001\u4F1A\u54E1\u306E\u65B9\u306F\u30ED\u30B0\u30A4\u30F3\u5F8C\u5229\u7528\u53EF\u80FD\u3001<1>\u4F1A\u54E1\u3078\u306E\u30A2\u30C3\u30D7\u30B0\u30EC\u30FC\u30C9\u306F\u3053\u3061\u3089",deepLCustomDescription:"\u6D77\u5916\u767A\u884C\u306E\u30AF\u30EC\u30B8\u30C3\u30C8\u30AB\u30FC\u30C9\u304C\u5FC5\u8981 <1>\u3002",deepLCustomName:"\u30AB\u30B9\u30BF\u30E0\u8A8D\u8A3C\u30AD\u30FC",chooseProviderLabel:"\u30B5\u30FC\u30D3\u30B9\u30FB\u30D7\u30ED\u30D0\u30A4\u30C0\u30FC\u306E\u9078\u629E",openaiProName:"\u6CA1\u5165\u578B\u7FFB\u8A33\u30D7\u30ED\u30E1\u30F3\u30D0\u30FC\uFF08\u63A8\u5968\uFF09",openaiProDescription:"\u73FE\u5728\u306E\u30D1\u30C3\u30B1\u30FC\u30B8\u306F\u76F4\u63A5\u4F7F\u7528\u3067\u304D\u308B",openaiProDescriptionForNormal:"\u30BB\u30C3\u30C8\u30A2\u30C3\u30D7\u4E0D\u8981\u3001\u4F1A\u54E1\u306E\u65B9\u306F\u30ED\u30B0\u30A4\u30F3\u5F8C\u5229\u7528\u53EF\u80FD\u3001<1>\u4F1A\u54E1\u3078\u306E\u30A2\u30C3\u30D7\u30B0\u30EC\u30FC\u30C9\u306F\u3053\u3061\u3089",openaiCustomDescription:"OpenAI\u3001Azure OpenAI\u3001\u307E\u305F\u306F\u305D\u306E\u4ED6\u306E\u30B5\u30FC\u30C9\u30D1\u30FC\u30C6\u30A3\u30B5\u30FC\u30D3\u30B9\u3067\u5229\u7528\u53EF\u80FD\u3067\u3059<1>\u3002",openaiCustomName:"\u30AB\u30B9\u30BF\u30E0API\u30AD\u30FC",needLoginAction:"(\u30AA\u30FC\u30D7\u30F3\u30FB\u30E1\u30F3\u30D0\u30FC\u307E\u305F\u306F\u30AB\u30B9\u30BF\u30DE\u30A4\u30BA\uFF09",goLoginOrAction:"(\u30E1\u30F3\u30D0\u30FC\u30B7\u30C3\u30D7\u3092\u958B\u304F\u304B\u3001\u8A2D\u5B9A\u306B\u9032\u3080)",yearly:"\u9023\u7D9A\u5E74\u6255\u3044\u3092\u3059\u308B",quarterly:"\u9806\u6B21\u5305\u88C5",monthly:"\u30DE\u30F3\u30B9\u30EA\u30FC\u30FB\u30B5\u30D6\u30B9\u30AF\u30EA\u30D7\u30B7\u30E7\u30F3",yearlyForOnce:"\u5E74\u9593\u30D1\u30C3\u30B1\u30FC\u30B8",monthlyForOnce:"\u67081\u56DE\u30D1\u30C3\u30B1\u30FC\u30B8",daily:"\u9023\u7D9A\u30D1\u30B1\u30C3\u30C8\u65E5",year:"\u9023\u7D9A\u5E74\u6255\u3044\u3092\u3059\u308B",quarter:"\u9806\u6B21\u5305\u88C5",month:"\u30DE\u30F3\u30B9\u30EA\u30FC\u30FB\u30B5\u30D6\u30B9\u30AF\u30EA\u30D7\u30B7\u30E7\u30F3",day:"\u9023\u7D9A\u30D1\u30B1\u30C3\u30C8\u65E5",onetime_7day:"7\u65E5\u9593\u4F53\u9A13\u30D1\u30C3\u30AF",currentPlanDescriptionForFree:"\u73FE\u5728\u306E\u30D1\u30C3\u30B1\u30FC\u30B8\uFF1A\u7121\u6599",currentPlanDescriptionForContinuous:"\u73FE\u5728\u306E\u30D1\u30C3\u30B1\u30FC\u30B8\uFF1A{plan}\u306F {endAt} \u306B\u81EA\u52D5\u66F4\u65B0\u3055\u308C\u307E\u3059\u3002",currentPlanDescriptionForAutoRenewCaceling:"\u73FE\u5728\u306E\u30D1\u30C3\u30B1\u30FC\u30B8\uFF1A{plan}\u306E\u6709\u52B9\u671F\u9650\u306F {endAt} \u3068\u306A\u308A\u3001\u6709\u52B9\u671F\u9650\u5207\u308C\u306B\u3088\u308B\u81EA\u52D5\u66F4\u65B0\u306F\u884C\u308F\u308C\u307E\u305B\u3093\u3002",currentYearlyPlanDescriptionForAutoRenewCacelingWithRealPaiedUser:"\u73FE\u5728\u306E\u30D1\u30C3\u30B1\u30FC\u30B8\u3001\uFF1A{plan}\u306F\u3001 {endAt} \u306B\u671F\u9650\u5207\u308C\u3068\u306A\u308A\u3001\u671F\u9650\u5207\u308C\u306B\u3088\u308B\u81EA\u52D5\u66F4\u65B0\u306F\u884C\u308F\u308C\u307E\u305B\u3093\u3002
<1>\u66F4\u65B0\u30D7\u30E9\u30F3\u306E\u7BA1\u7406\u306F\u3053\u3061\u3089",currentYearlyPlanDescriptionForAutoRenewCacelingWithAdmin:"\u73FE\u5728\u306E\u30D1\u30C3\u30B1\u30FC\u30B8\u3001\uFF1A{plan}\u306F\u3001 {endAt} \u306B\u671F\u9650\u5207\u308C\u3068\u306A\u308A\u3001\u671F\u9650\u5207\u308C\u306B\u3088\u308B\u81EA\u52D5\u66F4\u65B0\u306F\u884C\u308F\u308C\u307E\u305B\u3093\u3002
<1>\u7D99\u7D9A\u7684\u306A\u5E74\u9593\u8CFC\u8AAD\u3092\u6709\u52B9\u306B\u3059\u308B\u306B\u306F\u3001\u3053\u3053\u3092\u30AF\u30EA\u30C3\u30AF\u3057\u3066\u304F\u3060\u3055\u3044\u3002",currentPlanDescriptionForOneTime:"\u73FE\u5728\u306E\u8CFC\u8AAD\uFF1A{plan}\u306F {endAt} \u3067\u671F\u9650\u5207\u308C\u3068\u306A\u308A\u307E\u3059\u3002<1>\u5E74\u4F1A\u8CBB\u307E\u305F\u306F<2>\u6708\u4F1A\u8CBB<1>\u3078\u306E\u30A2\u30C3\u30D7\u30B0\u30EC\u30FC\u30C9\u306F\u3053\u3061\u3089\u3092\u30AF\u30EA\u30C3\u30AF\u3057\u3066\u304F\u3060\u3055\u3044\u3002",upgradePlan:"\u30D7\u30ED\u4F1A\u54E1\u3078\u306E\u30A2\u30C3\u30D7\u30B0\u30EC\u30FC\u30C9\u306F\u3053\u3061\u3089",upgradeToPro:"\u30D7\u30ED\u4F1A\u54E1\u3078\u306E\u30A2\u30C3\u30D7\u30B0\u30EC\u30FC\u30C9","popup.openPro":"DeepL\u3068OpenAI\u306E\u7FFB\u8A33\u3092\u304A\u697D\u3057\u307F\u3044\u305F\u3060\u304F\u306B\u306F\u3001Pro\u30E1\u30F3\u30D0\u30FC\u30B7\u30C3\u30D7\u306B\u30A2\u30C3\u30D7\u30B0\u30EC\u30FC\u30C9\u3057\u3066\u304F\u3060\u3055\u3044\uFF01","popup.openProForPro":"\u3042\u306A\u305F\u306F\u3001DeepL\u3068OpenAI\u306E\u7FFB\u8A33\u306B\u76F4\u63A5\u30A2\u30AF\u30BB\u30B9\u3067\u304D\u308B\u30D7\u30ED\u30E1\u30F3\u30D0\u30FC\u3067\u3059\uFF01",currentAccount:"\u5F53\u5EA7\u9810\u91D1",enableAutoSyncUserSettings:"\u8907\u6570\u306E\u30C7\u30D0\u30A4\u30B9\u9593\u3067\u81EA\u52D5\u30AF\u30E9\u30A6\u30C9\u540C\u671F\u304C\u53EF\u80FD",modalEnableInputTranslationTitle:"\u6CA1\u5165\u578B\u7FFB\u8A33\u5165\u529B\u30DC\u30C3\u30AF\u30B9 \u7FFB\u8A33\u30A2\u30E9\u30FC\u30C8",modalEnableInputTranslationDesc:"\u30B9\u30DA\u30FC\u30B9\u30D0\u30FC\u30923\u56DE\u9023\u6253\u3059\u308B\u3053\u3068\u3067\u3001Immersive Translation\u306E\u5165\u529B\u30DC\u30C3\u30AF\u30B9\u7FFB\u8A33\u304C\u958B\u59CB\u3055\u308C\u3001\u5165\u529B\u30DC\u30C3\u30AF\u30B9\u306E\u5185\u5BB9\u304C\u30C7\u30D5\u30A9\u30EB\u30C8\u306E\u30BF\u30FC\u30B2\u30C3\u30C8\u8A00\u8A9E\u306B\u7FFB\u8A33\u3055\u308C\u307E\u3059\u3002\u7FFB\u8A33\u306FCtrl+Z\u3067\u53D6\u308A\u6D88\u3059\u3053\u3068\u304C\u3067\u304D\u307E\u3059\u3002

\u3082\u3057\u3053\u308C\u304C\u9593\u9055\u3044\u3067\u3042\u3063\u305F\u3068\u3057\u3066\u3082\u3001\u4ECA\u56DE\u306F\u7121\u52B9\u306B\u3059\u308B\u304B\u3001\u6C38\u4E45\u306B\u5165\u529B\u30DC\u30C3\u30AF\u30B9\u306E\u7FFB\u8A33\u3092\u7121\u52B9\u306B\u3059\u308B\u304B\u3092\u9078\u629E\u3067\u304D\u307E\u3059\u306E\u3067\u3001\u3054\u5B89\u5FC3\u304F\u3060\u3055\u3044\u3002",saveAndNotShowAgain:"\u4FDD\u5B58\u3057\u3066\u30D7\u30ED\u30F3\u30D7\u30C8\u3092\u6B62\u3081\u308B",disableInputTranslationTips:"* {option} ,{learnMore}\u3067\u30C8\u30EA\u30AC\u30FC\u3059\u308B\u4ED6\u306E\u30B7\u30E7\u30FC\u30C8\u30AB\u30C3\u30C8\u3082\u8A2D\u5B9A\u3067\u304D\u308B\u3002",learnMore:"\u8A73\u7D30\u306F\u3053\u3061\u3089",continueEnalbeInputTranslation:"\u5F15\u304D\u7D9A\u304D\u5165\u529B\u30DC\u30C3\u30AF\u30B9\u306E\u7FFB\u8A33\u3092\u6709\u52B9\u306B\u3059\u308B",autoRenewTrialSuffix:'(\u30C8\u30E9\u30A4\u30A2\u30EB\u306E\u5834\u5408\u3001\u3059\u3050\u306B\u6B63\u4F1A\u54E1\u306B\u30A2\u30C3\u30D7\u30B0\u30EC\u30FC\u30C9)',upgradeFromTrialTitle:"\u6B63\u4F1A\u54E1\u3078\u306E\u30A2\u30C3\u30D7\u30B0\u30EC\u30FC\u30C9",subtitle:"\u30D3\u30C7\u30AA\u30AD\u30E3\u30D7\u30B7\u30E7\u30F3",youtubeService:"\u6620\u50CF\u5B57\u5E55\u7FFB\u8A33\u30B5\u30FC\u30D3\u30B9","subtitle.disabledSubtitle":"\u30D3\u30C7\u30AA\u5B57\u5E55\u6A5F\u80FD\u3092\u6C38\u4E45\u306B\u7121\u52B9\u306B\u3059\u308B","subtitle.disabledSubtitleDescription":"Immersive Translator\u306EVideo Subtitles\u304C\u4ED6\u306E\u62E1\u5F35\u6A5F\u80FD\u3068\u7AF6\u5408\u3059\u308B\u5834\u5408\u3001Immersive Translator\u306EVideo Subtitles\u306E\u6A5F\u80FD\u3092\u6C38\u4E45\u7684\u306B\u7121\u52B9\u306B\u3059\u308B\u304B\u3001\u7AF6\u5408\u3059\u308B\u4ED6\u306E\u62E1\u5F35\u6A5F\u80FD\u3092\u30A2\u30F3\u30A4\u30F3\u30B9\u30C8\u30FC\u30EB\u3059\u308B\u3053\u3068\u304C\u3067\u304D\u307E\u3059\u3002","subtitle.autoEnableSubtitle":"\u30D0\u30A4\u30EA\u30F3\u30AC\u30EB\u5B57\u5E55\u306E\u81EA\u52D5\u4F7F\u7528","subtitle.autoEnableSubtitleDescription":"\u6709\u52B9\u306B\u3057\u305F\u5F8C\u3001\u30D3\u30C7\u30AA\u304C\u518D\u751F\u3055\u308C\u308B\u3068\u304D\u306F\u3001\u81EA\u52D5\u7684\u306B\u4E8C\u304B\u56FD\u8A9E\u306E\u5B57\u5E55\u304C\u8868\u793A\u3055\u308C\u307E\u3059\u3002\u305D\u308C\u4EE5\u5916\u306E\u5834\u5408\u306F\u3001\u7FFB\u8A33\u30DC\u30BF\u30F3\u3092\u30AF\u30EA\u30C3\u30AF\u3059\u308B\u5FC5\u8981\u304C\u3042\u308A\u307E\u3059\u3002","subtitle.preTranslation":"\u6CA1\u5165\u578B\u7FFB\u8A33\u3067\u5B57\u5E55\u3092\u7FFB\u8A33","subtitle.preTranslationDescription":"\u6709\u52B9\u306E\u5834\u5408\u3001\u5B57\u5E55\u5168\u4F53\u304C\u4EE5\u4E0B\u306B\u6307\u5B9A\u3059\u308B\u7FFB\u8A33\u30B5\u30FC\u30D3\u30B9\u3092\u4F7F\u3063\u3066\u4E8B\u524D\u306B\u7FFB\u8A33\u3055\u308C\u30011\u6642\u9593\u306E\u52D5\u753B\u3067\u7D0450,000\u30C8\u30FC\u30AF\u30F3\uFF08\u6587\u5B57\u6570\uFF09\u3092\u6D88\u8CBB\u3057\u307E\u3059\u306E\u3067\u3001\u3054\u81EA\u8EAB\u306E\u5224\u65AD\u3067\u3054\u5229\u7528\u304F\u3060\u3055\u3044\u3002\u7121\u52B9\u306E\u5834\u5408\u3001\u30AA\u30EA\u30B8\u30CA\u30EB\u306E\u5B57\u5E55\u304C\u6700\u521D\u306B\u4F7F\u7528\u3055\u308C\u307E\u3059\u3002","subtitle.humanSubtitlesPreferred":"\u30D2\u30E5\u30FC\u30DE\u30F3\u30FB\u30AD\u30E3\u30D7\u30B7\u30E7\u30F3\u306E\u512A\u5148\u4F7F\u7528","subtitle.humanSubtitlesPreferredDescription":"\u30D3\u30C7\u30AA\u306B\u30BF\u30FC\u30B2\u30C3\u30C8\u8A00\u8A9E\u306E\u5B57\u5E55\u304C\u3042\u308B\u5834\u5408\u3001\u4EBA\u9593\u306E\u5B57\u5E55\u3092\u512A\u5148\u7684\u306B\u4F7F\u7528\u3059\u308B\uFF08\u63A8\u5968\uFF09",videoSubtitleTranslationDescription:"\u30D3\u30C7\u30AA\u5B57\u5E55\u7528\u306B\u5225\u306E\u7FFB\u8A33\u30B5\u30FC\u30D3\u30B9\u3092\u5272\u308A\u5F53\u3066\u308B",subtitleTranslating:"{service} \u3001\u5B57\u5E55\u3092\u7FFB\u8A33\u3057\u3066\u3044\u307E\u3059\u3002(\u30A4\u30DE\u30FC\u30B8\u30E7\u30F3\u7FFB\u8A33)",subtitleLoading:"\u5B57\u5E55\u3092\u8AAD\u307F\u8FBC\u3093\u3067\u3044\u307E\u3059...",bilingual:"\u30D0\u30A4\u30EA\u30F3\u30AC\u30EA\u30BA\u30E0","field.action":"\u767E\u5EA6\u7528\u8A9E\u3092\u6709\u52B9\u306B\u3059\u308B\u304B\u3069\u3046\u304B","description.action":"\u6709\u52B9\u5316\u3055\u308C\u308B\u3068\u3001\u30EA\u30AF\u30A8\u30B9\u30C8\u306Baction=1\u30D1\u30E9\u30E1\u30FC\u30BF\u304C\u8FFD\u52A0\u3055\u308C\u3001\u6709\u52B9\u5316\u3055\u308C\u305F\u7528\u8A9E\u3092Baidu\u306B\u901A\u77E5\u3059\u308B<1>\u3002",closeQuickTranslation:"\u30AF\u30ED\u30FC\u30BA\u30FB\u30DB\u30D0\u30FC\u30DC\u30FC\u30EB","closeQuickTranslation.untilNext":"\u4ECA\u56DE\u306F\u6B21\u56DE\u307E\u3067\u304A\u4F11\u307F","closeQuickTranslation.currentWebsite":"\u73FE\u5728\u306E\u30B5\u30A4\u30C8\u306F\u4F7F\u7528\u4E0D\u53EF","closeQuickTranslation.alwaysClose":"\u6C38\u4E45\u306B\u7121\u52B9\u306B\u3059\u308B","closeQuickTranslation.settingOpen":"<1>(\u8A2D\u5B9A\u30DA\u30FC\u30B8\u3067\u30AA\u30F3\u306B\u3067\u304D\u308B\uFF09","closeQuickTranslation.cancel":"\u30AD\u30E3\u30F3\u30BB\u30EB","closeQuickTranslation.confirm":"\u5B9A\u7FA9\u3059\u308B","floatBall.popup":"\u30AF\u30A4\u30C3\u30AF\u8A2D\u5B9A\u30D1\u30CD\u30EB\u3092\u958B\u304F","floatBall.translate":"\u30AF\u30EA\u30C3\u30AF\u3057\u3066\u30DA\u30FC\u30B8\u3092\u7FFB\u8A33\u3059\u308B","floatBall.showOriginal":"\u30AF\u30EA\u30C3\u30AF\u3057\u3066\u5143\u306E\u8A18\u4E8B\u306B\u623B\u308B","floatBall.close":"\u30AF\u30ED\u30FC\u30BA\u30FB\u30DB\u30D0\u30FC\u30DC\u30FC\u30EB","floatBallOptions.enableDescPc":"\u30DA\u30FC\u30B8\u306E\u30DB\u30D0\u30FC\u30DC\u30FC\u30EB\u3092\u6709\u52B9\u306B\u3059\u308B\u3068\u3001\u30DA\u30FC\u30B8\u306E\u53F3\u5074\u306B\u30AF\u30A4\u30C3\u30AF\u7FFB\u8A33\u30DC\u30BF\u30F3\u304C\u8868\u793A\u3055\u308C\u307E\u3059\uFF01","floatBallOptions.enableDesc":"\u30DB\u30D0\u30FC\u30DC\u30FC\u30EB\u3092\u30AA\u30D5\u306B\u3057\u305F\u5F8C\u3001{touch}\u3002\u3046\u3063\u304B\u308A\u3053\u306E\u30AA\u30D7\u30B7\u30E7\u30F3\u3092\u30AA\u30D5\u306B\u3057\u305F\u5F8C\u3001\u30DB\u30D0\u30FC\u30DC\u30FC\u30EB\u304C\u898B\u3064\u304B\u3089\u306A\u3044\u5834\u5408\u306B\u5099\u3048\u3066\u3001\u3053\u306E\u8A2D\u5B9A\u30DA\u30FC\u30B8\u3092\u30D6\u30C3\u30AF\u30DE\u30FC\u30AF\u3057\u3066\u304A\u304F\u3053\u3068\u3092\u5F37\u304F\u304A\u52E7\u3081\u3057\u307E\u3059\uFF01","description.azureApiUrl":"\u30AB\u30B9\u30BF\u30E0API\u30A4\u30F3\u30BF\u30FC\u30D5\u30A7\u30FC\u30B9\u306E\u30A2\u30C9\u30EC\u30B9\u3092\u8A18\u5165\u3059\u308B\u3002",confirmSupportMouse:"\u30DE\u30A6\u30B9\u30B5\u30DD\u30FC\u30C8\u3092\u5F37\u5236\u7684\u306B\u6709\u52B9\u306B\u3059\u308B",confirmSupportMouseDescription:"\u73FE\u5728\u306E\u30D6\u30E9\u30A6\u30B6\u304C\u30DE\u30A6\u30B9\u6A5F\u80FD\u3092\u30B5\u30DD\u30FC\u30C8\u3057\u3066\u3044\u306A\u3044\u3053\u3068\u3092\u691C\u51FA\u3057\u307E\u3057\u305F\u3002",sampleTargetText:"\u9577\u3044\u591C\u304C\u8A2A\u308C\u3001\u79C1\u306F\u3053\u306E\u65E5\u304B\u3089\u6B7B\u306C\u307E\u3067\u898B\u5F35\u308A\u7D9A\u3051\u308B\u3002\u79C1\u306F\u59BB\u3092\u5A36\u3089\u305A\u3001\u9818\u5730\u3092\u4F5C\u3089\u305A\u3001\u5B50\u3092\u3082\u3046\u3051\u306A\u3044\u3002\u79C1\u306F\u738B\u51A0\u3092\u304B\u3076\u3089\u305A\u3001\u540D\u8A89\u306E\u305F\u3081\u306B\u52AA\u529B\u3057\u306A\u3044\u3002\u79C1\u306F\u81EA\u5206\u306E\u7FA9\u52D9\u3092\u679C\u305F\u3057\u3001\u751F\u304D\u3066\u6B7B\u306C\u3002",sampleSourceText:"Night gathers, and now my watch begins. It shall not end until my death. I shall take no wife, hold no lands, father no children. I shall wear no crowns and win no glory. I shall live and die at my post.","subtitle.supportedSites":"\u5DF2\u652F\u6301\u5728\u8FD9\u4E9B\u7F51\u7AD9\u4F7F\u7528\u53CC\u8BED\u5B57\u5E55\uFF08\u6CE8\u610F\uFF1A\u7531\u4E8E\u6280\u672F\u9650\u5236\uFF0C\u90E8\u5206\u7F51\u7AD9\u5728\u9996\u6B21\u5F00\u542F\u5B57\u5E55\u540E\u9700\u8981\u91CD\u65B0\u5237\u65B0\u9875\u9762\uFF0C\u6216\u8005\u9700\u7B49\u5F85\u7FFB\u8BD1\u5B8C\u6210\u4EE5\u663E\u793A\u53CC\u8BED\u5B57\u5E55\uFF09\uFF1A",viewWithImmersiveTranslate:"\u53CC\u8BED\u7248\u672C(\u6C89\u6D78\u5F0F\u7FFB\u8BD1)",errorReason:"\u9519\u8BEF\u539F\u56E0\uFF1A{message}","proQuotaExceededError.onetime7day":'\uFF0C\u60A8\u53EF\u4EE5\u9009\u62E9\u4EE5\u4E0B\u65B9\u5F0F\u89E3\u51B3\uFF1A

1. \u5207\u6362\u5230 {anotherService} \u6216\u5176\u4ED6\u7FFB\u8BD1\u670D\u52A1
2. \u5347\u7EA7\u4E3A\u6708\u5EA6/\u5E74\u5EA6\u4F1A\u5458',"proQuotaExceededError.trial":'\uFF0C\u60A8\u53EF\u4EE5\u9009\u62E9\u4EE5\u4E0B\u65B9\u5F0F\u89E3\u51B3\uFF1A

1. \u5207\u6362\u5230 {anotherService} \u6216\u5176\u4ED6\u7FFB\u8BD1\u670D\u52A1
2. \u7ACB\u523B\u5347\u7EA7\u4E3A\u6B63\u5F0F\u4F1A\u5458',"proQuotaExceededError.nonTrial":'\uFF0C\u60A8\u53EF\u4EE5\u9009\u62E9\u4EE5\u4E0B\u65B9\u5F0F\u89E3\u51B3\uFF1A

1. \u5207\u6362\u5230 {anotherService} \u6216\u5176\u4ED6\u7FFB\u8BD1\u670D\u52A1
2. \u8D2D\u4E70 {translationService} \u989D\u5916\u6D41\u91CF\u5305',"proQuotaExceededError.resetTime":"
3. \u989D\u5EA6\u91CD\u7F6E\u65F6\u95F4\uFF1A{resetTime}","desc.touchShortcutsToggleTranslatePageOnlyTranslation":"\u300C\u8A33\u6587\u306E\u307F\u300D\u306F\u3001\u8A33\u6587\u306E\u307F\u3092\u8868\u793A\u3059\u308B\u3053\u3068\u3092\u610F\u5473\u3057\u3001\u30DA\u30FC\u30B8\u304C\u307E\u3060\u7FFB\u8A33\u3055\u308C\u3066\u3044\u306A\u3044\u5834\u5408\u306F\u3001\u30E2\u30FC\u30C9\u3092\u5207\u308A\u66FF\u3048\u3066\u7FFB\u8A33\u3057\u307E\u3059\u3002","desc.toggleOnlyTransation":"\u300C\u8A33\u6587\u306E\u307F\u30E2\u30FC\u30C9\u300D\u3068\u306F\u3001\u8A33\u6587\u306E\u307F\u3092\u8868\u793A\u3059\u308B\u3053\u3068\u3092\u6307\u3057\u3001\u30DA\u30FC\u30B8\u304C\u307E\u3060\u7FFB\u8A33\u3055\u308C\u3066\u3044\u306A\u3044\u5834\u5408\u306F\u3001\u30E2\u30FC\u30C9\u3092\u5207\u308A\u66FF\u3048\u3066\u7FFB\u8A33\u3057\u307E\u3059\u3002",touchShortcutsToggleTranslatePageOnlyTranslation:"\u30BF\u30C3\u30C1\u30B9\u30AF\u30EA\u30FC\u30F3\u30B8\u30A7\u30B9\u30C1\u30E3\u30FC\u3092\u8A2D\u5B9A\u3057\u3066\u3001\u30D0\u30A4\u30EA\u30F3\u30AC\u30EB/\u7FFB\u8A33\u30C6\u30AD\u30B9\u30C8\u306E\u307F\u306E\u30E2\u30FC\u30C9\u3092\u5207\u308A\u66FF\u3048\u307E\u3059",download_started:"\u30C0\u30A6\u30F3\u30ED\u30FC\u30C9\u304C\u958B\u59CB\u3055\u308C\u307E\u3057\u305F\u3002\u81EA\u52D5\u7684\u306B\u30C0\u30A6\u30F3\u30ED\u30FC\u30C9\u3055\u308C\u306A\u3044\u5834\u5408\u306F\u3001\u624B\u52D5\u3067\u30AF\u30EA\u30C3\u30AF\u3057\u3066\u304F\u3060\u3055\u3044\u3002",here:"\u3053\u3053","desc.toggleVideoSubtitlePreTranslation":"\u62BC\u3059\u3068\u3001\u30D3\u30C7\u30AA\u306E\u4E8C\u8A00\u8A9E\u5B57\u5E55\u306F\u3001\u307E\u305A\u6CA1\u5165\u578B\u7FFB\u8A33\u306E\u8A2D\u5B9A\u3092\u512A\u5148\u7684\u306B\u4F7F\u7528\u3057\u307E\u3059\u3002\u518D\u5EA6\u62BC\u3059\u3068\u3001\u5143\u306E\u30D3\u30C7\u30AA\u306B\u7D44\u307F\u8FBC\u307E\u308C\u305F\u6A5F\u68B0\u7FFB\u8A33\u5B57\u5E55\u3092\u512A\u5148\u7684\u306B\u4F7F\u7528\u3057\u307E\u3059\u3002\u6CE8\u610F\uFF1A\u3053\u306E\u30B7\u30E7\u30FC\u30C8\u30AB\u30C3\u30C8\u3067\u5909\u66F4\u3055\u308C\u308B\u306E\u306F\u5168\u4F53\u306E\u8A2D\u5B9A\u3067\u3059\u3002",videoSubtitlePreTranslationOn:"\u30D3\u30C7\u30AA\u306E\u5B57\u5E55\u306F\u3001\u512A\u5148\u7684\u306B\u6CA1\u5165\u578B\u306E\u7FFB\u8A33\u3092\u4F7F\u7528\u3057\u307E\u3059",videoSubtitlePreTranslationOff:"\u30D3\u30C7\u30AA\u306E\u5B57\u5E55\u306F\u3001\u5143\u306E\u30D3\u30C7\u30AA\u306B\u4ED8\u5C5E\u306E\u6A5F\u68B0\u7FFB\u8A33\u5B57\u5E55\u3092\u512A\u5148\u7684\u306B\u4F7F\u7528\u3057\u307E\u3059\u3002",translationFont:"\u30D5\u30A9\u30F3\u30C8\u3092\u8A2D\u5B9A\u3059\u308B","translationFont.custom":"\u30AB\u30B9\u30BF\u30E0\u30D5\u30A9\u30F3\u30C8\u3092\u5165\u529B\u3057\u3066\u304F\u3060\u3055\u3044","translationFont.customPlaceholder":"\u30D5\u30A9\u30F3\u30C8","translationFont.notSupportErrorMessage":"\u3042\u306A\u305F\u304C\u5165\u529B\u3057\u305F\u30D5\u30A9\u30F3\u30C8\u540D\u304C\u6B63\u3057\u3044\u304B\u78BA\u8A8D\u3059\u308B\u304B\u3001\u305D\u306E\u30D5\u30A9\u30F3\u30C8\u304C\u3042\u306A\u305F\u306E\u30C7\u30D0\u30A4\u30B9\u306B\u30A4\u30F3\u30B9\u30C8\u30FC\u30EB\u3055\u308C\u3066\u3044\u308B\u3053\u3068\u3092\u78BA\u8A8D\u3057\u3066\u304F\u3060\u3055\u3044\u3002","touch.mouse-translate":"\u6307\u5B9A\u3055\u308C\u305F\u6BB5\u843D\u3092\u7FFB\u8A33\u3057\u3066\u304F\u3060\u3055\u3044","translationServices.inherit":"\u4E3B\u306A\u7FFB\u8A33\u30B5\u30FC\u30D3\u30B9\u306B\u5F93\u3063\u3066\u304F\u3060\u3055\u3044\u3002","error.serveConfigError":"\u30B5\u30FC\u30D3\u30B9\u8A2D\u5B9A\u30A8\u30E9\u30FC","error.reloadPageOfSetting":"\u8A2D\u5B9A\u5F8C\u3001\u30DA\u30FC\u30B8\u3092\u30EA\u30D5\u30EC\u30C3\u30B7\u30E5\u3057\u3066\u518D\u5EA6\u7FFB\u8A33\u3057\u3066\u304F\u3060\u3055\u3044\u3002","error.googleLimitIp":"\u30B5\u30FC\u30D3\u30B9\u304C\u30A8\u30E9\u30FC\u3092\u8FD4\u3057\u307E\u3057\u305F\u3002Google\u30B5\u30FC\u30D3\u30B9\u306F\u3053\u306EIP\u30A2\u30C9\u30EC\u30B9\u306B\u5BFE\u3057\u3066\u6D41\u91CF\u5236\u9650\u3092\u884C\u3063\u3066\u3044\u307E\u3059\u3002\u30CD\u30C3\u30C8\u30EF\u30FC\u30AF\u30CE\u30FC\u30C9\u306E\u5909\u66F4\u3092\u304A\u52E7\u3081\u3057\u307E\u3059\u3002","error.openAIFreeLimit":"\u30B5\u30FC\u30D3\u30B9\u304C\u30A8\u30E9\u30FC\u3092\u8FD4\u3057\u307E\u3057\u305F\u3002\u73FE\u5728\u306E\u7FFB\u8A33\u30EA\u30AF\u30A8\u30B9\u30C8\u306E\u983B\u5EA6\u306F\u30011\u5206\u3042\u305F\u308A\u6700\u59273\u56DE\u306E\u4E0A\u9650\u306B\u9054\u3057\u3066\u3044\u307E\u3059\u3002\u5F8C\u307B\u3069\u518D\u5EA6\u304A\u8A66\u3057\u304F\u3060\u3055\u3044\u3002\uFF08\u3053\u308C\u306FOpenAI\u516C\u5F0F\u304C\u7121\u6599\u306EAPI Key\u306B\u5BFE\u3059\u308B\u5236\u9650\u3067\u3001\u3053\u306E\u5236\u9650\u3092\u89E3\u9664\u3059\u308B\u306B\u306F\u3001OpenAI\u306E\u30D0\u30C3\u30AF\u30A8\u30F3\u30C9\u3067\u30AF\u30EC\u30B8\u30C3\u30C8\u30AB\u30FC\u30C9\u3092\u767B\u9332\u3057\u3066\u304F\u3060\u3055\u3044\u3002\uFF09","error.openAIExceededQuota":"\u30B5\u30FC\u30D3\u30B9\u30A8\u30E9\u30FC\u304C\u8FD4\u3055\u308C\u307E\u3057\u305F\uFF1A\u73FE\u5728\u306EOpenAI\u30A2\u30AB\u30A6\u30F3\u30C8\u306E\u6B8B\u9AD8\u304C\u4E0D\u8DB3\u3057\u3066\u3044\u307E\u3059\u3002OpenAI\u306E\u516C\u5F0F\u30D0\u30C3\u30AF\u30A8\u30F3\u30C9\u3067\u30C1\u30E3\u30FC\u30B8\u3059\u308B\u304B\u3001\u30AF\u30EC\u30B8\u30C3\u30C8\u30AB\u30FC\u30C9\u3092\u767B\u9332\u3057\u3066\u304F\u3060\u3055\u3044\u3002","error.429":"\u30B5\u30FC\u30D3\u30B9\u304C\u30A8\u30E9\u30FC\u3092\u8FD4\u3057\u307E\u3057\u305F\u3002\u3053\u308C\u306F\u3001\u30EA\u30AF\u30A8\u30B9\u30C8\u304C\u983B\u7E41\u3059\u304E\u308B\u304B\u3001\u5236\u9650\u3092\u8D85\u3048\u3066\u3044\u308B\u3053\u3068\u3092\u793A\u3057\u3066\u3044\u307E\u3059\u3002\u5F8C\u3067\u3082\u3046\u4E00\u5EA6\u304A\u8A66\u3057\u304F\u3060\u3055\u3044\u3002","error.403":"\u30B5\u30FC\u30D3\u30B9\u304C\u30A8\u30E9\u30FC\u3092\u8FD4\u3057\u307E\u3057\u305F\u3001\u73FE\u5728\u305D\u306E\u30B5\u30FC\u30D3\u30B9\u306B\u30A2\u30AF\u30BB\u30B9\u3059\u308B\u6A29\u9650\u304C\u3042\u308A\u307E\u305B\u3093\u3002","error.400":"\u30B5\u30FC\u30D3\u30B9\u304C\u30A8\u30E9\u30FC\u3092\u8FD4\u3057\u307E\u3057\u305F\u3001\u30EA\u30AF\u30A8\u30B9\u30C8\u30D1\u30E9\u30E1\u30FC\u30BF\u304C\u9593\u9055\u3063\u3066\u3044\u307E\u3059\u3001\u5BFE\u5FDC\u3059\u308B\u8A2D\u5B9A\u3092\u78BA\u8A8D\u3057\u3066\u304F\u3060\u3055\u3044\u3002","error.502":"\u30B5\u30FC\u30D3\u30B9\u304C\u30A8\u30E9\u30FC\u3092\u8FD4\u3057\u307E\u3057\u305F\u3001\u30B5\u30FC\u30D3\u30B9\u304C\u30BF\u30A4\u30E0\u30A2\u30A6\u30C8\u3057\u307E\u3057\u305F\u3001\u5F8C\u3067\u3082\u3046\u4E00\u5EA6\u304A\u8A66\u3057\u304F\u3060\u3055\u3044\u3002","error.proTokenInvalid":"\u3082\u3057\u3042\u306A\u305F\u304CPro\u30E6\u30FC\u30B6\u30FC\u3067\u3042\u308C\u3070\u3001\u30ED\u30B0\u30A4\u30F3\u5F8C\u306BPro\u7FFB\u8A33\u30B5\u30FC\u30D3\u30B9\u3092\u3054\u5229\u7528\u304F\u3060\u3055\u3044\u3002","error.proUpgrade":"\u30A2\u30C3\u30D7\u30B0\u30EC\u30FC\u30C9\u5F8C\u3001\u30DA\u30FC\u30B8\u3092\u66F4\u65B0\u3057\u3066\u518D\u5EA6\u7FFB\u8A33\u3057\u3066\u304F\u3060\u3055\u3044\u3002","error.configError":"\u8A2D\u5B9A\u30C7\u30FC\u30BF\u304C\u7570\u5E38\u3067\u3059","error.goReset":"\u30EA\u30BB\u30C3\u30C8\u306B\u884C\u304F",batchEdit:"\u4E00\u62EC\u64CD\u4F5C","translationModeLang.translation.title":"\u7FFB\u8A33\u306E\u307F\u30E2\u30FC\u30C9\u306E\u8A00\u8A9E","translationModeLang.translation.description":"\u30DA\u30FC\u30B8\u306E\u8A00\u8A9E\u304C\u4EE5\u4E0B\u306E\u8A00\u8A9E\u306E\u5834\u5408\u3001\u81EA\u52D5\u7684\u306B\u7FFB\u8A33\u6587\u306E\u307F\u306E\u30E2\u30FC\u30C9\u3092\u4F7F\u7528\u3057\u307E\u3059\u3002","translationModeUrl.translation.title":"\u7FFB\u8A33\u306E\u307F\u30E2\u30FC\u30C9\u306E\u30A6\u30A7\u30D6\u30B5\u30A4\u30C8","translationModeUrl.translation.description":"\u4EE5\u4E0B\u306E\u30C9\u30E1\u30A4\u30F3\u306E\u30A6\u30A7\u30D6\u30B5\u30A4\u30C8\u3067\u306F\u3001\u81EA\u52D5\u7684\u306B\u7FFB\u8A33\u30C6\u30AD\u30B9\u30C8\u306E\u307F\u306E\u30E2\u30FC\u30C9\u304C\u4F7F\u7528\u3055\u308C\u307E\u3059\u3002","error.serveUnavailable":"\u3042\u306A\u305F\u304C\u73FE\u5728\u4F7F\u7528\u3057\u3066\u3044\u308B[{serverName}]\u30B5\u30FC\u30D3\u30B9\u306F\u3001\u30CD\u30C3\u30C8\u30EF\u30FC\u30AF\u63A5\u7D9A\u3084\u30B5\u30FC\u30D3\u30B9\u30D7\u30ED\u30D0\u30A4\u30C0\u306E\u554F\u984C\u306B\u3088\u308A\u4E00\u6642\u7684\u306B\u30A2\u30AF\u30BB\u30B9\u3067\u304D\u307E\u305B\u3093\u3002\u30DA\u30FC\u30B8\u3092\u30EA\u30D5\u30EC\u30C3\u30B7\u30E5\u3059\u308B\u304B\u3001<1>\u8A2D\u5B9A\u304B\u3089\u4ED6\u306E\u7FFB\u8A33\u30B5\u30FC\u30D3\u30B9\u306B\u5207\u308A\u66FF\u3048\u308B\u3053\u3068\u3092\u304A\u52E7\u3081\u3057\u307E\u3059\u3002\u3082\u3057<2>Pro\u4F1A\u54E1\u3067\u3042\u308C\u3070\u3001\u3088\u308A\u5B89\u5B9A\u3057\u305FDeepL\u307E\u305F\u306FOpenAI\u306E\u7FFB\u8A33\u30B5\u30FC\u30D3\u30B9\u3092\u9078\u629E\u3059\u308B\u3053\u3068\u304C\u3067\u304D\u307E\u3059\uFF08<3>\u3053\u3053\u3092\u30AF\u30EA\u30C3\u30AF\u3057\u3066\u7121\u6599\u4F53\u9A13\uFF09\u3002\u307E\u305F\u3001\u30CD\u30C3\u30C8\u30EF\u30FC\u30AF\u3084\u30D7\u30ED\u30AD\u30B7\u8A2D\u5B9A\u3092\u78BA\u8A8D\u3059\u308B\u5FC5\u8981\u304C\u3042\u308B\u304B\u3082\u3057\u308C\u307E\u305B\u3093\u3002",detectServiceLoading:"\u5229\u7528\u53EF\u80FD\u306A\u7FFB\u8A33\u30B5\u30FC\u30D3\u30B9\u3092\u691C\u51FA\u4E2D...",toggleToService:"{service}\u306B\u5207\u308A\u66FF\u3048\u3066\u518D\u8A66\u884C\u3057\u3066\u304F\u3060\u3055\u3044\u3002","error.gemini.429":"\u73FE\u5728\u306EGemini\u30B5\u30FC\u30D3\u30B9\u306E\u73FE\u5728\u306E\u8CA0\u8377\u80FD\u529B\u304C\u4E0A\u9650\u306B\u9054\u3057\u3066\u3044\u307E\u3059\u306E\u3067\u3001\u5F8C\u307B\u3069\u518D\u5EA6\u304A\u8A66\u3057\u3044\u305F\u3060\u304F\u304B\u3001\u4ED6\u306E\u7FFB\u8A33\u30B5\u30FC\u30D3\u30B9\u306B\u5207\u308A\u66FF\u3048\u3066\u304F\u3060\u3055\u3044\u3002",enableSentryReport:"\u62E1\u5F35\u304C\u30A8\u30E9\u30FC\u3092\u8D77\u3053\u3057\u305F\u3068\u304D\u3001Sentry\u3092\u4F7F\u7528\u3057\u3066\u30D5\u30A3\u30FC\u30C9\u30D0\u30C3\u30AF\u3092\u63D0\u51FA\u3057\u3066\u304F\u3060\u3055\u3044\u3002",goLogin:"\u30ED\u30B0\u30A4\u30F3\u3057\u3066\u304F\u3060\u3055\u3044","translationServices.gemini":"\u30B8\u30A7\u30DF\u30CB","error.reason":"\u30A8\u30E9\u30FC\u306E\u539F\u56E0","widget.translateFile":"PDF/ePub",touchShortcutsOff:"\u9589\u3058\u308B","error.retry":"\u518D\u8A66\u884C","multipleClick.4":"\u56DB\u9023\u6483",shortcutSettings:"\u30B7\u30E7\u30FC\u30C8\u30AB\u30C3\u30C8\u30AD\u30FC","multipleClick.3":"\u30C8\u30EA\u30D7\u30EB\u30B9\u30C8\u30E9\u30A4\u30AF",notLogin:"\u30ED\u30B0\u30A4\u30F3\u3057\u3066\u3044\u307E\u305B\u3093","slide.right":"\u5DE6\u306B\u30B9\u30EF\u30A4\u30D7\u3057\u3066\u304F\u3060\u3055\u3044",translationOnlyMode:"\u8A33\u6587\u306E\u307F\u30E2\u30FC\u30C9","widget.videoSubtitle":"\u30D3\u30C7\u30AA\u5B57\u5E55",paragraphMinTextCountField:"\u7FFB\u8A33\u6BB5\u843D\u306B\u5FC5\u8981\u306A\u6700\u5C0F\u6587\u5B57\u6570","subtitle.hideQuickButton":"\u3053\u306E\u30B7\u30E7\u30FC\u30C8\u30AB\u30C3\u30C8\u3092\u8868\u793A\u3057\u306A\u3044","floatBall.iKnow":"\u308F\u304B\u308A\u307E\u3057\u305F",contact:"\u79C1\u305F\u3061\u306B\u9023\u7D61\u3057\u3066\u304F\u3060\u3055\u3044","widget.instructionTooltip":"\u4F7F\u7528\u8AAC\u660E\u3092\u78BA\u8A8D\u3057\u3066\u304F\u3060\u3055\u3044","tagsInput.add":"+ \u8FFD\u52A0",loggedIn:"\u30ED\u30B0\u30A4\u30F3\u6E08\u307F","intro.floatBallTitle":"\u30AF\u30A4\u30C3\u30AF\u7FFB\u8A33\u30D5\u30ED\u30FC\u30C8\u30DC\u30FC\u30EB",pickAll:"\u3059\u3079\u3066\u9078\u629E","error.subscriptionExpiredTitle":"\u4F1A\u54E1\u304C\u671F\u9650\u5207\u308C\u306B\u306A\u308A\u307E\u3057\u305F","widget.instruction":"\u4F7F\u7528\u8AAC\u660E","shortcutGroup.main":"\u4E00\u822C\u7684\u306A\u6A5F\u80FD\u306E\u30B7\u30E7\u30FC\u30C8\u30AB\u30C3\u30C8\u30AD\u30FC","subtitle.bilingual":"\u30D0\u30A4\u30EA\u30F3\u30AC\u30EB\u5B57\u5E55",alwaysTranslateThisSite:"\u5E38\u306B\u3053\u306E\u30A6\u30A7\u30D6\u30B5\u30A4\u30C8\u3092\u7FFB\u8A33\u3057\u3066\u304F\u3060\u3055\u3044\u3002",mouseHoverCustomKeyTitle:"\u30AB\u30B9\u30BF\u30E0\u30DE\u30A6\u30B9\u30DB\u30D0\u30FC\u30B7\u30E7\u30FC\u30C8\u30AB\u30C3\u30C8","shortcutGroup.mouse":"\u30DE\u30A6\u30B9\u30DB\u30D0\u30FC\u30B7\u30E7\u30FC\u30C8\u30AB\u30C3\u30C8\u8A2D\u5B9A","browser.translateWithGemini":"\u73FE\u5728\u306E\u30DA\u30FC\u30B8\u3092\u4E00\u6642\u7684\u306BGemini\u3067\u7FFB\u8A33\u3057\u3066\u304F\u3060\u3055\u3044",shortcutSettingsTitle:"\u30B7\u30E7\u30FC\u30C8\u30AB\u30C3\u30C8\u30AD\u30FC\u306E\u8A2D\u5B9A","subtitle.showQuickButton":"\u30D7\u30EC\u30FC\u30E4\u30FC\u306B\u4E8C\u8A00\u8A9E\u5B57\u5E55\u306E\u30B7\u30E7\u30FC\u30C8\u30AB\u30C3\u30C8\u3092\u8868\u793A\u3059\u308B","browser.translateWithOpenAI":"\u4E00\u6642\u7684\u306BOpenAI\u3092\u4F7F\u3063\u3066\u73FE\u5728\u306E\u30DA\u30FC\u30B8\u3092\u7FFB\u8A33\u3057\u3066\u304F\u3060\u3055\u3044","browser.translateInputBox":"\u73FE\u5728\u306E\u5165\u529B\u30DC\u30C3\u30AF\u30B9\u306E\u5185\u5BB9\u3092\u7FFB\u8A33\u3057\u3066\u304F\u3060\u3055\u3044\u3002","browser.translateWithDeepL":"\u73FE\u5728\u306E\u30DA\u30FC\u30B8\u3092\u4E00\u6642\u7684\u306BDeepL\u3067\u7FFB\u8A33\u3057\u3066\u304F\u3060\u3055\u3044\u3002","browser.translateWithGoogle":"\u4E00\u6642\u7684\u306BGoogle\u7FFB\u8A33\u3067\u73FE\u5728\u306E\u30DA\u30FC\u30B8\u3092\u7FFB\u8A33\u3057\u3066\u304F\u3060\u3055\u3044\u3002",temprarilyChangeTranslationTo_openai:"\u73FE\u5728\u3001OpenAI\u3092\u4F7F\u7528\u3057\u3066\u73FE\u5728\u306E\u30DA\u30FC\u30B8\u3092\u7FFB\u8A33\u3057\u3066\u3044\u307E\u3059",temprarilyChangeTranslationTo_deepl:"\u73FE\u5728\u3001DeepL\u3092\u4F7F\u7528\u3057\u3066\u73FE\u5728\u306E\u30DA\u30FC\u30B8\u3092\u7FFB\u8A33\u3057\u3066\u3044\u307E\u3059","intro.subtitleTitle":"\u30AA\u30F3\u30E9\u30A4\u30F3\u30D3\u30C7\u30AA\u306E\u30D0\u30A4\u30EA\u30F3\u30AC\u30EB\u5B57\u5E55\u8868\u793A","shortcutGroup.touch":"\u30BF\u30C3\u30C1\u30B9\u30AF\u30EA\u30FC\u30F3\u5C02\u7528\u30B8\u30A7\u30B9\u30C1\u30E3\u30FC",temprarilyChangeTranslationTo_gemini:"\u73FE\u5728\u3001Gemini\u3092\u4F7F\u7528\u3057\u3066\u73FE\u5728\u306E\u30DA\u30FC\u30B8\u3092\u7FFB\u8A33\u3057\u3066\u3044\u307E\u3059",neverTranslateThisSite:"\u3053\u306E\u30A6\u30A7\u30D6\u30B5\u30A4\u30C8\u3092\u6C38\u9060\u306B\u7FFB\u8A33\u3057\u306A\u3044\u3067\u304F\u3060\u3055\u3044",temprarilyChangeTranslationTo_transmart:"\u73FE\u5728\u3001\u30C6\u30F3\u30BB\u30F3\u30C8\u7FFB\u8A33\u3092\u4F7F\u7528\u3057\u3066\u73FE\u5728\u306E\u30DA\u30FC\u30B8\u3092\u7FFB\u8A33\u3057\u3066\u3044\u307E\u3059","browser.translateWithTransmart":"\u4E00\u6642\u7684\u306B\u30C6\u30F3\u30BB\u30F3\u30C8\u7FFB\u8A33\u3067\u73FE\u5728\u306E\u30DA\u30FC\u30B8\u3092\u7FFB\u8A33\u3057\u3066\u304F\u3060\u3055\u3044",notLoginPro:"\u3042\u306A\u305F\u306E\u4F1A\u54E1\u30A2\u30AB\u30A6\u30F3\u30C8\u306B\u307E\u3060\u30ED\u30B0\u30A4\u30F3\u3057\u3066\u3044\u307E\u305B\u3093",networkError:"\u7FFB\u8A33\u30B5\u30FC\u30D3\u30B9\u307E\u305F\u306F\u30CD\u30C3\u30C8\u30EF\u30FC\u30AF\u306B\u554F\u984C\u304C\u767A\u751F\u3057\u3066\u3044\u307E\u3059","widget.videoSubtitleTooltip":"Youtube \u7B49 {count}+ \u306E\u30D3\u30C7\u30AA\u30B5\u30A4\u30C8\u3092\u30B5\u30DD\u30FC\u30C8\u3057\u3066\u3044\u307E\u3059","subtitle.autoDisableSubtitle":"\u81EA\u52D5\u7684\u306B\u4E8C\u304B\u56FD\u8A9E\u306E\u5B57\u5E55\u3092\u6709\u52B9\u306B\u3057\u306A\u3044","intro.hoverTitle":"\u30DE\u30A6\u30B9\u3092\u73FE\u5728\u306E\u6BB5\u843D\u306B\u30DB\u30D0\u30FC\u3057\u3066\u7FFB\u8A33\u3057\u3066\u304F\u3060\u3055\u3044","shortcutGroup.others":"\u3088\u308A\u591A\u304F\u306E\u30AB\u30B9\u30BF\u30E0\u6A5F\u80FD\u306E\u30B7\u30E7\u30FC\u30C8\u30AB\u30C3\u30C8",upgradeToProErrorTitle:"\u3053\u306E\u7FFB\u8A33\u30B5\u30FC\u30D3\u30B9\u3092\u4F7F\u7528\u3059\u308B\u306B\u306F\u3001Pro\u30E1\u30F3\u30D0\u30FC\u306B\u30A2\u30C3\u30D7\u30B0\u30EC\u30FC\u30C9\u3057\u3066\u304F\u3060\u3055\u3044\u3002",temprarilyChangeTranslationTo_google:"\u73FE\u5728\u3001Google\u7FFB\u8A33\u3092\u4F7F\u7528\u3057\u3066\u73FE\u5728\u306E\u30DA\u30FC\u30B8\u3092\u7FFB\u8A33\u3057\u3066\u3044\u307E\u3059",touchShortcutsToggleTranslationMask:"\u30BF\u30C3\u30C1\u30B9\u30AF\u30EA\u30FC\u30F3\u30B8\u30A7\u30B9\u30C1\u30E3\u30FC\u3092\u8A2D\u5B9A\u3057\u3066\u3001\u7FFB\u8A33\u30DE\u30B9\u30AF\u3092\u8868\u793A/\u539F\u6587\u3092\u8868\u793A","shortcutGroup.shortcutsForTranslationServices":"\u7FFB\u8A33\u30B5\u30FC\u30D3\u30B9\u95A2\u9023\u306E\u30B7\u30E7\u30FC\u30C8\u30AB\u30C3\u30C8\u30AD\u30FC","neverTranslateText.title":"\u4EE5\u4E0B\u306E\u5358\u8A9E\u306F\u539F\u6587\u306E\u307E\u307E\u306B\u3057\u3066\u304F\u3060\u3055\u3044\u3001\u7FFB\u8A33\u3057\u306A\u3044\u3067\u304F\u3060\u3055\u3044\u3002","widget.translateFileTooltip":"PDF\u3001EPUB\u3001SRT\u3001ASS\u3001HTML\u3001TXT \u30C9\u30AD\u30E5\u30E1\u30F3\u30C8\u3092\u7FFB\u8A33\u3057\u3066\u304F\u3060\u3055\u3044","floatBall.longPress":"\u9577\u62BC\u3057\u3059\u308B\u3068\u3001\u8A2D\u5B9A\u30D1\u30CD\u30EB\u3092\u7D20\u65E9\u304F\u958B\u304F\u3053\u3068\u304C\u3067\u304D\u307E\u3059\u3088","floatBall.guideClickToTranslate":`\u30AF\u30EA\u30C3\u30AF\u3057\u3066\u6CA1\u5165\u578B\u7FFB\u8A33\u30D5\u30ED\u30FC\u30C8\u30DC\u30FC\u30EB\u3092 \u3059\u3050\u306B\u7FFB\u8A33\u3067\u304D\u307E\u3059`,"browser.translateWithBing":"\u4E00\u6642\u7684\u306B\u30DE\u30A4\u30AF\u30ED\u30BD\u30D5\u30C8\u7FFB\u8A33\u3092\u4F7F\u7528\u3057\u3066\u73FE\u5728\u306E\u30DA\u30FC\u30B8\u3092\u7FFB\u8A33\u3057\u3066\u304F\u3060\u3055\u3044\u3002","browser.toggleMouseHoverTranslateDirectly":"\u30DA\u30FC\u30B8\u4E0A\u3067\u4E00\u6642\u7684\u306B\u30DE\u30A6\u30B9\u30DB\u30D0\u30FC\u306B\u3088\u308B\u76F4\u63A5\u7FFB\u8A33\u3092\u6709\u52B9\u306B\u3059\u308B\u304B\u7121\u52B9\u306B\u3059\u308B","browser.toggleVideoSubtitlePreTranslation":"\u30D0\u30A4\u30EA\u30F3\u30AC\u30EB\u5B57\u5E55\u3092\u5207\u308A\u66FF\u3048\u3066\u3001\u6CA1\u5165\u578B\u7FFB\u8A33\u8A2D\u5B9A\u3092\u512A\u5148\u7684\u306B\u4F7F\u7528\u3057\u3066\u304F\u3060\u3055\u3044\u3002",touchShortcutsToggleTranslateTouchElement:"\u6307\u5B9A\u306E\u6BB5\u843D\u3092\u7FFB\u8A33\u3059\u308B\u305F\u3081\u306E\u30BF\u30C3\u30C1\u30B9\u30AF\u30EA\u30FC\u30F3\u30B8\u30A7\u30B9\u30C1\u30E3\u30FC\u3092\u8A2D\u5B9A\u3057\u3066\u304F\u3060\u3055\u3044",touchShortcutsToggleTranslatePage:"\u30A6\u30A7\u30D6\u30DA\u30FC\u30B8\u3092\u7FFB\u8A33/\u539F\u6587\u3092\u8868\u793A\u3059\u308B\u305F\u3081\u306E\u30BF\u30C3\u30C1\u30B9\u30AF\u30EA\u30FC\u30F3\u30B8\u30A7\u30B9\u30C1\u30E3\u30FC\u3092\u8A2D\u5B9A\u3057\u3066\u304F\u3060\u3055\u3044\u3002","contact.description":"\u4F55\u304B\u3054\u8CEA\u554F\u3084\u63D0\u6848\u304C\u3054\u3056\u3044\u307E\u3057\u305F\u3089\u3001\u4E0B\u8A18\u306E\u30D5\u30A9\u30FC\u30E0\u306B\u8A18\u5165\u3057\u3066\u3054\u9023\u7D61\u3044\u305F\u3060\u304F\u304B\u3001{email}\u307E\u3067\u30E1\u30FC\u30EB\u3092\u304A\u9001\u308A\u304F\u3060\u3055\u3044\u3002\u65E9\u6025\u306B\u3054\u8FD4\u4FE1\u3044\u305F\u3057\u307E\u3059\u3002","desc.mouseHoverHoldKey":"\u30DE\u30A6\u30B9\u3092\u7279\u5B9A\u306E\u6BB5\u843D\u306B\u30DB\u30D0\u30FC\u3055\u305B\u3001\u540C\u6642\u306B\u53F3\u5074\u306E\u30B7\u30E7\u30FC\u30C8\u30AB\u30C3\u30C8\u30AD\u30FC\u3092\u62BC\u3059\u3068\u3001\u305D\u306E\u6BB5\u843D\u3092\u76F4\u63A5\u7FFB\u8A33\u3067\u304D\u307E\u3059\u3002","desc.touchShortcutsToggleTranslateTouchElement":"\u3042\u306A\u305F\u306E\u3044\u308B\u4EFB\u610F\u306E\u6BB5\u843D\u3092\u7FFB\u8A33\u3059\u308B\u305F\u3081\u306E\u30B8\u30A7\u30B9\u30C1\u30E3\u30FC\u3092\u30AB\u30B9\u30BF\u30DE\u30A4\u30BA\u3057\u3066\u304F\u3060\u3055\u3044\u3002",paragraphMinTextCountDesc:"\u6CE8\u610F\u3001\u3053\u3053\u3067\u6307\u3059\u306E\u306F\u6587\u5B57\u306E\u9577\u3055\u3067\u3001\u4F8B\u3048\u3070\uFF1Ahello\u306F5\u6587\u5B57\u3067\u3059\u3001\u3088\u308A\u5927\u304D\u306A\u5024\u3092\u8A2D\u5B9A\u3059\u308B\u3068\u4E0D\u5FC5\u8981\u306A\u5C0F\u3055\u306A\u6BB5\u843D\u306E\u7FFB\u8A33\u3092\u6E1B\u3089\u3059\u3053\u3068\u304C\u3067\u304D\u307E\u3059\u3002","description.baiduField":"\u30B5\u30DD\u30FC\u30C8\u3055\u308C\u3066\u3044\u308B\u30D5\u30A3\u30FC\u30EB\u30C9\u306F<1>\u3053\u3053\u3092\u53C2\u7167\u3057\u3066\u304F\u3060\u3055\u3044\u3002\u7A7A\u306E\u5834\u5408\u306F\u3001\u30D5\u30A3\u30FC\u30EB\u30C9\u304C\u6307\u5B9A\u3055\u308C\u3066\u3044\u306A\u3044\u3053\u3068\u3092\u610F\u5473\u3057\u307E\u3059\u3002","error.subscriptionExpired":"\u3042\u306A\u305F\u306E\u4F1A\u54E1\u8CC7\u683C\u306F\u3059\u3067\u306B\u671F\u9650\u5207\u308C\u304B\u3082\u3057\u308C\u307E\u305B\u3093\u3001\u3042\u306A\u305F\u306E\u4F1A\u54E1\u30B9\u30C6\u30FC\u30BF\u30B9\u3092\u78BA\u8A8D\u3057\u3066\u304F\u3060\u3055\u3044\u3002",temprarilyChangeTranslationTo_bing:"\u73FE\u5728\u3001\u30DE\u30A4\u30AF\u30ED\u30BD\u30D5\u30C8\u7FFB\u8A33\u3092\u4F7F\u7528\u3057\u3066\u73FE\u5728\u306E\u30DA\u30FC\u30B8\u3092\u7FFB\u8A33\u3057\u3066\u3044\u307E\u3059","desc.touchShortcutsToggleTranslatePage":"\u8A2D\u5B9A\u5F8C\u3001\u79FB\u52D5\u30C7\u30D0\u30A4\u30B9\u6642\u306B\u306F\u3001X\u672C\u306E\u6307\u3067\u753B\u9762\u3092\u540C\u6642\u306B\u30BF\u30C3\u30C1\u3057\u305F\u308A\u3001\u5DE6\u53F3\u306B\u30B9\u30EF\u30A4\u30D7\u3057\u305F\u308A\u3001\u9023\u7D9A\u3057\u3066\u30BF\u30C3\u30D7\u3057\u305F\u308A\u3057\u3066\u3001\u7FFB\u8A33\u30DA\u30FC\u30B8/\u539F\u6587\u3092\u8868\u793A\u3059\u308B\u3053\u3068\u304C\u3067\u304D\u307E\u3059\u3002",confirmResetToDefaultSettings:"\u3053\u306E\u7FFB\u8A33\u30B5\u30FC\u30D3\u30B9\u3092\u30C7\u30D5\u30A9\u30EB\u30C8\u8A2D\u5B9A\u306B\u623B\u3057\u307E\u3059\u304B\uFF1F\uFF08\u73FE\u5728\u306E\u7FFB\u8A33\u30B5\u30FC\u30D3\u30B9\u306E\u8A2D\u5B9A\u306E\u307F\u30EA\u30BB\u30C3\u30C8\uFF09","desc.toggleMouseHoverTranslateDirectly":"\u3053\u306E\u30B7\u30E7\u30FC\u30C8\u30AB\u30C3\u30C8\u30AD\u30FC\u3092\u62BC\u3059\u3068\u3001\u30DA\u30FC\u30B8\u4E0A\u3067\u30DE\u30A6\u30B9\u304C\u4EFB\u610F\u306E\u30C6\u30AD\u30B9\u30C8\u3092\u6307\u3059\u3068\u3001\u305D\u306E\u30C6\u30AD\u30B9\u30C8\u304C\u81EA\u52D5\u7684\u306B\u7FFB\u8A33\u3055\u308C\u307E\u3059\u3002\u30B7\u30E7\u30FC\u30C8\u30AB\u30C3\u30C8\u30AD\u30FC\u3092\u3082\u3046\u4E00\u5EA6\u62BC\u3059\u3068\u3001\u3053\u306E\u81EA\u52D5\u7FFB\u8A33\u6A5F\u80FD\u3092\u9589\u3058\u308B\u3053\u3068\u304C\u3067\u304D\u307E\u3059\u3002","slide.left":"\u53F3\u306B\u30B9\u30E9\u30A4\u30C9\u3057\u3066\u304F\u3060\u3055\u3044","subtitle.showQuickButtonDescription":"\u30D3\u30C7\u30AA\u30D7\u30EC\u30FC\u30E4\u30FC\u306E\u53F3\u4E0B\u9685\u306B\u4E8C\u8A00\u8A9E\u5B57\u5E55\u3092\u6709\u52B9\u306B\u3059\u308B\u30B7\u30E7\u30FC\u30C8\u30AB\u30C3\u30C8\u304C\u63D0\u4F9B\u3055\u308C\u3066\u3044\u307E\u3059",mouseHoverCustomKeyDescription:"\u3042\u306A\u305F\u306F\u30DE\u30A6\u30B9\u306E\u30DB\u30D0\u30FC\u306B\u30AB\u30B9\u30BF\u30E0\u30B7\u30E7\u30FC\u30C8\u30AB\u30C3\u30C8\u30AD\u30FC\u3092\u8A2D\u5B9A\u3059\u308B\u3053\u3068\u304C\u3067\u304D\u307E\u3059\u3002\u4F8B\u3048\u3070\uFF1AAlt+Z\u3001Ctrl+E\u3001Cmd+Alt+E\u3001\u307E\u305F\u306F\u76F4\u63A5Cmd\u3001\u624B\u52D5\u3067\u5165\u529B\u3057\u3066\u304F\u3060\u3055\u3044\u3002",buildSnapshots:"\u30A6\u30A7\u30D6\u30DA\u30FC\u30B8\u306E\u30B9\u30CA\u30C3\u30D7\u30B7\u30E7\u30C3\u30C8\u3092\u751F\u6210\u3059\u308B",shortcutDisableTooltip:"\u30D6\u30E9\u30A6\u30B6\u304C\u63D0\u4F9B\u3059\u308B\u62E1\u5F35\u30B7\u30E7\u30FC\u30C8\u30AB\u30C3\u30C8\u30AD\u30FC\u7BA1\u7406\u30DA\u30FC\u30B8\u3067\u8A2D\u5B9A\u3092\u884C\u3063\u3066\u304F\u3060\u3055\u3044\u3002\u8A73\u3057\u3044\u30AC\u30A4\u30C9\u306F\u3001\u3053\u306E\u30DA\u30FC\u30B8\u306E\u4E00\u756A\u4E0A\u306E\u8AAC\u660E\u3092\u3054\u89A7\u304F\u3060\u3055\u3044\u3002","desc.toggleTranslateTheMainPage":"\u30DA\u30FC\u30B8\u306E\u4E3B\u8981\u306A\u30A8\u30EA\u30A2\u306E\u307F\u3092\u7FFB\u8A33\u3057\u3066\u304F\u3060\u3055\u3044\u3002\u30DA\u30FC\u30B8\u5168\u4F53\u306E\u30A8\u30EA\u30A2\u3092\u7FFB\u8A33\u3059\u308B\u8A2D\u5B9A\u3092\u6709\u52B9\u306B\u3057\u305F\u5F8C\u3001\u3053\u306E\u30B7\u30E7\u30FC\u30C8\u30AB\u30C3\u30C8\u30AD\u30FC\u3092\u4F7F\u7528\u3057\u3066\u30DA\u30FC\u30B8\u306E\u4E3B\u8981\u306A\u30A8\u30EA\u30A2\u306E\u307F\u3092\u7279\u5225\u306B\u7FFB\u8A33\u3059\u308B\u3053\u3068\u304C\u3067\u304D\u307E\u3059\u3002","multipleClick.2":"\u30C0\u30D6\u30EB\u30AF\u30EA\u30C3\u30AF","desc.touchShortcutsToggleTranslationMask":"\u7FFB\u8A33\u30DE\u30B9\u30AF\u306F\u3001\u7FFB\u8A33\u30B9\u30BF\u30A4\u30EB\u306E\u307C\u304B\u3057\u52B9\u679C\uFF08\u5B66\u7FD2\u30E2\u30FC\u30C9\uFF09\u3092\u6307\u3057\u3001\u958B\u59CB\u3059\u308B\u3068\u4E00\u6642\u7684\u306B\u7FFB\u8A33\u6587\u306B\u307C\u304B\u3057\u52B9\u679C\u3092\u4F7F\u7528\u3057\u3001\u5B66\u7FD2\u306B\u4FBF\u5229\u3067\u3059\u3002","desc.toggleTranslateTheWholePage":"\u30DA\u30FC\u30B8\u5168\u4F53\u3092\u7FFB\u8A33\u3057\u307E\u3059\u3002\u30C7\u30D5\u30A9\u30EB\u30C8\u3067\u306F\u3001\u79C1\u305F\u3061\u306F\u30DA\u30FC\u30B8\u306E\u4E3B\u8981\u306A\u90E8\u5206\u3092\u7FFB\u8A33\u3057\u307E\u3059\u304C\u3001\u3053\u306E\u30B7\u30E7\u30FC\u30C8\u30AB\u30C3\u30C8\u30AD\u30FC\u3092\u4F7F\u7528\u3057\u3066\u30DA\u30FC\u30B8\u5168\u4F53\u3092\u7279\u5225\u306B\u7FFB\u8A33\u3059\u308B\u3053\u3068\u304C\u3067\u304D\u307E\u3059\u3002","desc.interfaceLanguage":"\u30A4\u30F3\u30BF\u30FC\u30D5\u30A7\u30FC\u30B9\u306E\u8A00\u8A9E\u8A2D\u5B9A\u306F\u30B3\u30F3\u30C8\u30ED\u30FC\u30EB\u30D1\u30CD\u30EB\u306E\u8868\u793A\u8A00\u8A9E\u306B\u5F71\u97FF\u3092\u4E0E\u3048\u3001\u7FFB\u8A33\u306E\u76EE\u6A19\u8A00\u8A9E\u3068\u306F\u95A2\u4FC2\u3042\u308A\u307E\u305B\u3093\u3002","intro.floatBallDescription":"\u6709\u52B9\u306B\u3059\u308B\u3068\u3001\u30DA\u30FC\u30B8\u306E\u53F3\u5074\u306B\u7FFB\u8A33\u30DC\u30BF\u30F3\u304C\u8868\u793A\u3055\u308C\u3001\u30AF\u30EA\u30C3\u30AF\u3059\u308B\u3068\u3059\u3050\u306B\u7FFB\u8A33\u3067\u304D\u3001\u518D\u5EA6\u30AF\u30EA\u30C3\u30AF\u3059\u308B\u3068\u5143\u306E\u30C6\u30AD\u30B9\u30C8\u306B\u5207\u308A\u66FF\u3048\u308B\u3053\u3068\u304C\u3067\u304D\u307E\u3059\u3002\u30E2\u30D0\u30A4\u30EB\u7AEF\u672B\u3067\u306F\u3001\u30D5\u30ED\u30FC\u30C6\u30A3\u30F3\u30B0\u30DC\u30FC\u30EB\u3092\u9577\u62BC\u3057\u3059\u308B\u3068\u3001\u30B7\u30E7\u30FC\u30C8\u30AB\u30C3\u30C8\u8A2D\u5B9A\u30D1\u30CD\u30EB\u3092\u958B\u304F\u3053\u3068\u304C\u3067\u304D\u307E\u3059\u3002","neverTranslateText.description":"\u4E00\u90E8\u306E\u7FFB\u8A33\u30A8\u30F3\u30B8\u30F3\u306F\u5C02\u6709\u540D\u8A5E\u306E\u8A8D\u8B58\u304C\u7406\u60F3\u7684\u3067\u306F\u306A\u3044\u305F\u3081\u3001\u3053\u3053\u306B\u5358\u8A9E\u3092\u8FFD\u52A0\u3057\u3066\u3001\u7FFB\u8A33\u30D7\u30ED\u30BB\u30B9\u4E2D\u306B\u305D\u308C\u3089\u304C\u5909\u63DB\u3055\u308C\u306A\u3044\u3088\u3046\u306B\u3059\u308B\u3053\u3068\u304C\u3067\u304D\u307E\u3059\u3002\u3053\u306E\u6A5F\u80FD\u306F\u5927\u6587\u5B57\u3068\u5C0F\u6587\u5B57\u3092\u533A\u5225\u3057\u3001\u30B9\u30DA\u30FC\u30B9\u3067\u533A\u5207\u3089\u308C\u305F\u5358\u8A9E\u8A00\u8A9E\uFF08\u82F1\u8A9E\u3001\u30D5\u30E9\u30F3\u30B9\u8A9E\u306A\u3069\uFF09\u306E\u307F\u3092\u30B5\u30DD\u30FC\u30C8\u3057\u3066\u304A\u308A\u3001\u65E5\u672C\u8A9E\u3084\u97D3\u56FD\u8A9E\u306A\u3069\u306E\u8A00\u8A9E\u306B\u306F\u9069\u7528\u3055\u308C\u307E\u305B\u3093\u3002","intro.subtitleDescription":"\u3053\u306E\u6A5F\u80FD\u3092\u6709\u52B9\u306B\u3059\u308B\u3068\u3001\u30D3\u30C7\u30AA\u306E\u518D\u751F\u6642\u306B\u81EA\u52D5\u7684\u306B\u4E8C\u8A00\u8A9E\u5B57\u5E55\u304C\u8868\u793A\u3055\u308C\u307E\u3059\u3002\u6709\u52B9\u306B\u3057\u3066\u3044\u306A\u3044\u5834\u5408\u306F\u3001\u30DA\u30FC\u30B8\u4E0A\u3067\u624B\u52D5\u3067\u7FFB\u8A33\u30DC\u30BF\u30F3\u3092\u30AF\u30EA\u30C3\u30AF\u3057\u3066\u5B57\u5E55\u3092\u8868\u793A\u3059\u308B\u5FC5\u8981\u304C\u3042\u308A\u307E\u3059\u3002\u6280\u8853\u7684\u306A\u5236\u9650\u306E\u305F\u3081\u3001\u4E00\u90E8\u306E\u30A6\u30A7\u30D6\u30B5\u30A4\u30C8\u3067\u306F\u3001\u5B57\u5E55\u3092\u521D\u3081\u3066\u6709\u52B9\u306B\u3059\u308B\u3068\u304D\u306B\u30DA\u30FC\u30B8\u3092\u66F4\u65B0\u3059\u308B\u304B\u3001\u7FFB\u8A33\u304C\u5B8C\u4E86\u3059\u308B\u306E\u3092\u5F85\u3064\u5FC5\u8981\u304C\u3042\u308B\u304B\u3082\u3057\u308C\u307E\u305B\u3093\u3002\u307E\u305F\u3001\u30D3\u30C7\u30AA\u30B5\u30A4\u30C8\u3092\u958B\u3044\u305F\u5F8C\u3001\u53F3\u4E0A\u306E\u89D2\u3067\u6CA1\u5165\u578B\u7FFB\u8A33\u306E\u30B7\u30E7\u30FC\u30C8\u30AB\u30C3\u30C8\u30D1\u30CD\u30EB\u3092\u958B\u304F/\u9589\u3058\u308B\u3053\u3068\u3082\u3067\u304D\u307E\u3059\u3002

\u73FE\u5728\u3001\u4EE5\u4E0B\u306E\u30A6\u30A7\u30D6\u30B5\u30A4\u30C8\u3067\u4E8C\u8A00\u8A9E\u5B57\u5E55\u3092\u4F7F\u7528\u3059\u308B\u3053\u3068\u304C\u3067\u304D\u307E\u3059\uFF1A","intro.hoverDescription":"\u30DE\u30A6\u30B9\u30DB\u30D0\u30FC\u7FFB\u8A33\u306F\u3001\u6CA1\u5165\u578B\u7FFB\u8A33\u306B\u304A\u3044\u3066\u975E\u5E38\u306B\u91CD\u8981\u306A\u6A5F\u80FD\u3067\u3001\u30D1\u30E9\u30B0\u30E9\u30D5\u306E\u4E0A\u306B\u30DE\u30A6\u30B9\u3092\u7F6E\u304D\u3001\u8A2D\u5B9A\u3057\u305F\u30B7\u30E7\u30FC\u30C8\u30AB\u30C3\u30C8\u30AD\u30FC\u3092\u540C\u6642\u306B\u62BC\u3059\u3060\u3051\u3067\u3001\u73FE\u5728\u306E\u30D1\u30E9\u30B0\u30E9\u30D5\u3092\u81EA\u52D5\u7684\u306B\u7FFB\u8A33\u3057\u307E\u3059\uFF08\u6CE8\u610F\uFF1A\u30C7\u30D5\u30A9\u30EB\u30C8\u3067\u306F\u6709\u52B9\u306B\u306A\u3063\u3066\u3044\u307E\u305B\u3093\u306E\u3067\u3001\u4E0B\u306E\u8A2D\u5B9A\u3067\u6709\u52B9\u306B\u3057\u3066\u304F\u3060\u3055\u3044\uFF09\u3002\u3053\u306E\u30A4\u30F3\u30BF\u30E9\u30AF\u30B7\u30E7\u30F3\u306F\u3001\u5358\u8A9E\u306E\u9078\u629E\u7FFB\u8A33\u3092\u3088\u308A\u826F\u304F\u4EE3\u66FF\u3059\u308B\u305F\u3081\u306B\u4F7F\u7528\u3055\u308C\u307E\u3059\u3002\u307E\u305F\u3001\u3053\u306E\u6A5F\u80FD\u306F\u3001\u8A8D\u8B58\u3067\u304D\u306A\u3044\u7FFB\u8A33\u30A8\u30EA\u30A2\u306B\u3082\u5E83\u304F\u9069\u7528\u3055\u308C\u3066\u3044\u307E\u3059\u3002\u3053\u306E\u6A5F\u80FD\u3092\u5229\u7528\u3057\u3066\u3001\u4EFB\u610F\u306E\u30D1\u30E9\u30B0\u30E9\u30D5\u3092\u5F37\u5236\u7684\u306B\u7FFB\u8A33\u3059\u308B\u3053\u3068\u304C\u3067\u304D\u307E\u3059\u3002",translationOnlyModeDescription:"\u300C\u8A33\u6587\u306E\u307F\u300D\u30E2\u30FC\u30C9\u3068\u306F\u3001\u30C7\u30D5\u30A9\u30EB\u30C8\u306E\u30D0\u30A4\u30EA\u30F3\u30AC\u30EB\u30E2\u30FC\u30C9\u3067\u306F\u306A\u304F\u3001\u8A33\u6587\u306E\u307F\u3092\u8868\u793A\u3059\u308B\u3053\u3068\u3092\u6307\u3057\u307E\u3059\u3002\u6CE8\u610F\uFF1A\u6280\u8853\u7684\u306A\u5236\u9650\u306E\u305F\u3081\u3001\u300C\u8A33\u6587\u306E\u307F\u300D\u30E2\u30FC\u30C9\u3067\u306F\u3001\u539F\u6587\u306E\u30CF\u30A4\u30D1\u30FC\u30EA\u30F3\u30AF\u304C\u7121\u52B9\u306B\u306A\u308A\u307E\u3059\u3002",geminiWarning:"\u6CE8\u610F\uFF1AGoogle\u304C\u63D0\u4F9B\u3059\u308BGemini\u306E\u7121\u6599\u30B5\u30FC\u30D3\u30B9\u306E\u5236\u9650\u306F\u53B3\u3057\u304F\u3001\u30E6\u30FC\u30B6\u30FC\u304C\u8907\u6570\u306EKey\u3092\u4F7F\u7528\u3057\u3066\u5F7C\u3089\u306E\u7121\u6599\u914D\u5F53\u5236\u9650\u3092\u56DE\u907F\u3057\u3066\u3044\u308B\u3068Google\u306B\u5224\u65AD\u3055\u308C\u308B\u53EF\u80FD\u6027\u304C\u3042\u308A\u307E\u3059\u3002\u4F7F\u7528\u3059\u308B\u3053\u3068\u306F\u304A\u52E7\u3081\u3057\u307E\u305B\u3093\u3001Google\u304C\u5C06\u6765Gemini\u306E\u6709\u6599\u30A4\u30F3\u30BF\u30FC\u30D5\u30A7\u30FC\u30B9\u3092\u958B\u653E\u3059\u308B\u306E\u3092\u5F85\u3064\u3053\u3068\u3092\u304A\u52E7\u3081\u3057\u307E\u3059\u3002","floatBall.setting":"\u8A2D\u5B9A","floatBall.translateToLanguage":"{language}\u306B\u7FFB\u8A33\u3059\u308B\u3092\u30AF\u30EA\u30C3\u30AF\u3057\u3066\u304F\u3060\u3055\u3044","floatBall.file":`PDF\u3001EPUB\u3001SRT\u3001 ASS\u3001HTML\u3001TXT\u30D5\u30A1\u30A4\u30EB\u3092\u7FFB\u8A33\u3057\u307E\u3059`,changeToOnlyTempTranslationMode:"\u7FFB\u8A33\u306E\u307F\u3092\u8868\u793A\u3059\u308B\u3088\u3046\u306B\u5207\u308A\u66FF\u3048\u308B",changeToDualTempTranslationMode:"\u5BFE\u8A33\u3078\u306E\u5207\u308A\u66FF\u3048","options.navbar.translateFile":"\u7FFB\u8A33\u6587\u66F8","translationServices.yandex":"\u30E4\u30F3\u30C7\u30C3\u30AF\u30B9","options.navbar.installApp":"\u643A\u5E2F\u96FB\u8A71\u306E\u30A2\u30D7\u30EA\u3092\u30A4\u30F3\u30B9\u30C8\u30FC\u30EB\u3059\u308B","transitionMode.translation":"\u305F\u3060\u8A33\u6587","subtitle.transitionMode":"\u30D3\u30C7\u30AA\u5B57\u5E55\u306E\u4E8C\u8A00\u8A9E/\u7FFB\u8A33\u30C6\u30AD\u30B9\u30C8\u306E\u307F\u306E\u8A2D\u5B9A","transitionMode.dual":"\u30D0\u30A4\u30EA\u30F3\u30AC\u30EB\u5BFE\u7167","subtitle.transitionModeDescription":"\u30D3\u30C7\u30AA\u5B57\u5E55\u3092\u4E8C\u8A00\u8A9E\u5BFE\u7167\u307E\u305F\u306F\u7FFB\u8A33\u6587\u306E\u307F\u306E\u30E2\u30FC\u30C9\u306B\u8A2D\u5B9A\u3057\u3066\u304F\u3060\u3055\u3044","transitionMode.inherit":"\u30B7\u30B9\u30C6\u30E0\u306E\u30C7\u30D5\u30A9\u30EB\u30C8\u306E\u7FFB\u8A33\u8868\u793A\u30E2\u30FC\u30C9\u3068\u4E00\u81F4\u3057\u3066\u304F\u3060\u3055\u3044\u3002",translateFileTooltip:`PDF\u3001ePub\u3001srt\u3001 ass\u3001HTML\u3001TXT\u30D5\u30A1\u30A4\u30EB\u3092\u7FFB\u8A33\u3057\u3066\u304F\u3060\u3055\u3044`,"description.subtitlePrompt":`\u5B57\u5E55\u30B7\u30FC\u30F3\u3067\u8907\u6570\u306E\u30D1\u30E9\u30B0\u30E9\u30D5\u3092\u9001\u4FE1\u3059\u308B\u5834\u5408\u3001\u30E6\u30FC\u30B6\u30FC\u3068\u3057\u3066{service}\u306B\u5BFE\u8A71\u3092\u9001\u4FE1\u3057\u307E\u3059\u3002\u3053\u3053\u3067\u3001{{from}}\u306F\u30D1\u30E9\u30B0\u30E9\u30D5\u306E\u8A00\u8A9E\u3092\u3001{{to}}\u306F\u76EE\u6A19\u8A00\u8A9E\u3092\u8868\u3057\u3001{{yaml}}\u306Fyaml\u5F62\u5F0F\u3067\u5305\u88C5\u3057\u305F\u30D1\u30E9\u30B0\u30E9\u30D5\u306E\u5185\u5BB9\u3067\u3059\u3002\u30AB\u30B9\u30BF\u30E0Prompt\u304C\u5FC5\u8981\u306A\u5834\u5408\u3001AI\u306E\u5FDC\u7B54\u3068\u3057\u3066\u306EYAML\u7D50\u679C\u306E\u5404\u9805\u76EE\u304C{env.imt_sub_trans_field}\u30D5\u30A3\u30FC\u30EB\u30C9\u3092\u542B\u3080\u3053\u3068\u3092\u78BA\u8A8D\u3059\u308B\u5FC5\u8981\u304C\u3042\u308A\u307E\u3059\u3002{{imt_sub_trans_field}}\u306F\u3001AI\u306E\u5FDC\u7B54\u3068\u3057\u3066\u671F\u5F85\u3059\u308B\u7FFB\u8A33\u30D5\u30A3\u30FC\u30EB\u30C9\u540D\u3067\u3001\u30C7\u30D5\u30A9\u30EB\u30C8\u306F{env.imt_sub_trans_field}\u3067\u3059\u3002{{imt_sub_source_field}}\u306F\u3001AI\u306B\u6E21\u3059\u539F\u6587\u30D5\u30A3\u30FC\u30EB\u30C9\u540D\u3067\u3001\u30C7\u30D5\u30A9\u30EB\u30C8\u306F{env.imt_sub_source_field}\u3067\u3059\u3002\u7D50\u679C\u306E\u4F8B\u306F\u4EE5\u4E0B\u306E\u901A\u308A\u3067\u3059\uFF1A @@ -5028,7 +5028,7 @@ ass\u3001HTML\u3001TXT\u30D5\u30A1\u30A4\u30EB\u3092\u7FFB\u8A33\u3057\u3066\u30 - id: 1 {env.imt_trans_field}: \u7FFB\u8A33\u6587 - id: 2 - {env.imt_trans_field}: \u7FFB\u8A33\u6587`,"subtitle.quickButton.white":"\u767D\u8272","subtitle.quickButton.black":"\u9ED2\u8272","subtitle.quickButton.setting":"\u8A2D\u5B9A","subtitle.quickButton.blue":"\u9752\u8272","subtitle.quickButton.backgroundOpacity":"\u80CC\u666F\u306E\u4E0D\u900F\u660E\u5EA6","subtitle.quickButton.cyan":"\u9752\u8272","subtitle.quickButton.translationPositionBottom":"\u539F\u6587\u306E\u4E0B\u65B9","subtitle.quickButton.sourceFontSize":"\u5143\u306E\u30D5\u30A9\u30F3\u30C8\u30B5\u30A4\u30BA","subtitle.quickButton.backgroundColor":"\u80CC\u666F\u8272","subtitle.quickButton.magenta":"\u30DE\u30BC\u30F3\u30BF\u8272","subtitle.quickButton.red":"\u8D64\u8272","subtitle.quickButton.green":"\u7DD1\u8272","subtitle.quickButton.translationPositionTop":"\u539F\u6587\u306E\u4E0A\u306B","translationServices.claude":"\u30AF\u30ED\u30FC\u30C9","subtitle.quickButton.sourceTextColor":"\u539F\u6587\u306E\u30D5\u30A9\u30F3\u30C8\u306E\u8272","subtitle.quickButton.yellow":"\u9EC4\u8272","subtitle.quickButton.translationFontSize":"\u7FFB\u8A33\u6587\u5B57\u306E\u30D5\u30A9\u30F3\u30C8\u30B5\u30A4\u30BA","subtitle.quickButton.translationTextColor":"\u7FFB\u8A33\u6587\u5B57\u306E\u8272","subtitle.quickButton.translationPosition":"\u7FFB\u8A33\u4F4D\u7F6E",attachSubtitleTranslating:"{service} \u3092\u4F7F\u7528\u3057\u3066\u7FFB\u8A33\u4E2D...","error.claude.403":"\u4E00\u6642\u7684\u306B\u30B5\u30FC\u30D3\u30B9\u3078\u306E\u30A2\u30AF\u30BB\u30B9\u6A29\u9650\u304C\u3042\u308A\u307E\u305B\u3093\u3002\u3053\u308C\u306FClaude\u306E\u5730\u57DF\u5236\u9650\u306B\u95A2\u9023\u3057\u3066\u3044\u308B\u53EF\u80FD\u6027\u304C\u3042\u308A\u307E\u3059\u3002IP\u30A2\u30C9\u30EC\u30B9\u3092\u5207\u308A\u66FF\u3048\u308B\u304B\u3001\u4ED6\u306E\u7FFB\u8A33\u30B5\u30FC\u30D3\u30B9\u3092\u4F7F\u7528\u3057\u3066\u307F\u3066\u304F\u3060\u3055\u3044\u3002","browser.brandDescriptionForSafari":"\u3010\u6CA1\u5165\u578B\u7FFB\u8A33\u3011\u7121\u6599\u306E\uFF08\u539F\u6587/\u8A33\u6587\uFF09\u30D0\u30A4\u30EA\u30F3\u30AC\u30EB\u5BFE\u7167\u30A6\u30A7\u30D6\u30DA\u30FC\u30B8\u7FFB\u8A33\u30D7\u30E9\u30B0\u30A4\u30F3\u3067\u3001PDF\u7FFB\u8A33\u3068EPUB\u96FB\u5B50\u66F8\u7C4D\u7FFB\u8A33\u3092\u540C\u6642\u306B\u30B5\u30DD\u30FC\u30C8\u3057\u3001\u539F\u6587\u306E\u30EC\u30A4\u30A2\u30A6\u30C8\u3092\u4FDD\u6301\u3057\u307E\u3059\u3002Youtube/Netflix\u306A\u3069\u306E\u30AA\u30F3\u30E9\u30A4\u30F3\u30D3\u30C7\u30AA\u306E\u30D0\u30A4\u30EA\u30F3\u30AC\u30EB\u5B57\u5E55\u7FFB\u8A33\u3082\u30B5\u30DD\u30FC\u30C8\u3057\u3001Deepl/Google\u306A\u3069\u306E\u4E3B\u6D41\u7FFB\u8A33\u30B5\u30FC\u30D3\u30B9\u306B\u5BFE\u5FDC\u3057\u3066\u3044\u307E\u3059\u3002","browser.PdfProFile":"AI \u99C6\u52D5\u306E PDF Pro \u7FFB\u8A33","browser.textTranslate":"\u30C6\u30AD\u30B9\u30C8\u7FFB\u8A33"};var vb={nologin:"\u0644\u0645 \u062A\u0642\u0645 \u0628\u062A\u0633\u062C\u064A\u0644 \u0627\u0644\u062F\u062E\u0648\u0644",loginForSafari:"\u062A\u0633\u062C\u064A\u0644 \u0627\u0644\u062F\u062E\u0648\u0644 \u0623\u0648 \u0627\u0644\u062A\u0633\u062C\u064A\u0644",login:"\u064A\u0645\u0643\u0646\u0643 \u062A\u0641\u0639\u064A\u0644 \u0627\u0644\u0639\u0636\u0648\u064A\u0629 \u0628\u0639\u062F \u062A\u0633\u062C\u064A\u0644 \u0627\u0644\u062F\u062E\u0648\u0644",manageAccount:"\u0625\u062F\u0627\u0631\u0629 \u0627\u0644\u062D\u0633\u0627\u0628",openPremium:"\u0627\u0644\u0627\u0646\u0636\u0645\u0627\u0645 \u0625\u0644\u0649 \u0627\u0644\u0639\u0636\u0648\u064A\u0629",logout:"\u064A\u062A\u0631\u0643",curentPlan:"\u0627\u0644\u0631\u0632\u0645\u0629 \u0627\u0644\u062D\u0627\u0644\u064A\u0629",endAt:"\u0646\u0636\u062C",endAuto:"\u062A\u062C\u062F\u064A\u062F \u062A\u0644\u0642\u0627\u0626\u064A",lineBreakMaxTextCount:"\u0627\u0644\u062D\u062F \u0627\u0644\u0623\u0642\u0635\u0649 \u0644\u0639\u062F\u062F \u0627\u0644\u0623\u062D\u0631\u0641 \u0627\u0644\u0645\u0633\u0645\u0648\u062D \u0628\u0647 \u0644\u0643\u0644 \u062C\u0645\u0644\u0629 \u0628\u0639\u062F \u0641\u0648\u0627\u0635\u0644 \u0627\u0644\u0623\u0633\u0637\u0631","translate-pdf":"\u0627\u0646\u0642\u0631 \u0644\u062A\u0631\u062C\u0645\u0629 PDF","noSupportTranslate-pdf":"\u0627\u0644\u0628\u0631\u0646\u0627\u0645\u062C \u0627\u0644\u0646\u0635\u064A \u063A\u064A\u0631 \u0645\u062F\u0639\u0648\u0645\u060C \u064A\u0631\u062C\u0649 \u0627\u0633\u062A\u062E\u062F\u0627\u0645 \u0627\u0644\u0628\u0631\u0646\u0627\u0645\u062C \u0627\u0644\u0625\u0636\u0627\u0641\u064A","translate-firefox-local-pdf":"\u0627\u0646\u0642\u0631 \u0644\u0627\u0633\u062A\u064A\u0631\u0627\u062F PDF",enableLineBreak:"\u0642\u0645 \u0628\u062A\u0634\u063A\u064A\u0644 \u0627\u0644\u062A\u0641\u0627\u0641 \u0627\u0644\u0643\u0644\u0645\u0627\u062A \u0627\u0644\u062A\u0644\u0642\u0627\u0626\u064A \u0644\u0644\u0641\u0642\u0631\u0627\u062A \u0627\u0644\u0637\u0648\u064A\u0644\u0629",sponsorLabel:"\u0627\u062F\u0639\u0645 \u0645\u0637\u0648\u0631\u064B\u0627 \u0628\u062F\u0621\u064B\u0627 \u0645\u0646 1 \u062F\u0648\u0644\u0627\u0631",help:"\u064A\u0633\u0627\u0639\u062F",browserShortcutsNoteForFirefox:'\u0644\u062A\u0639\u062F\u064A\u0644 \u0645\u0641\u0627\u062A\u064A\u062D \u0627\u0644\u0627\u062E\u062A\u0635\u0627\u0631 \u0641\u064A \u0645\u062A\u0635\u0641\u062D Firefox\u060C \u062A\u062D\u062A\u0627\u062C \u0625\u0644\u0649 \u0641\u062A\u062D \u0635\u0641\u062D\u0629 \u0625\u062F\u0627\u0631\u0629 \u0627\u0644\u0627\u0645\u062A\u062F\u0627\u062F\u0627\u062A `about:addons`\u060C \u062B\u0645 \u0627\u0644\u0646\u0642\u0631 \u0641\u0648\u0642 "\u0627\u0644\u0625\u0639\u062F\u0627\u062F\u0627\u062A"\u060C \u062B\u0645 \u0627\u0644\u0646\u0642\u0631 \u0641\u0648\u0642 "\u0625\u062F\u0627\u0631\u0629 \u0645\u0641\u0627\u062A\u064A\u062D \u0627\u0644\u0627\u062E\u062A\u0635\u0627\u0631" \u0644\u062A\u0639\u064A\u064A\u0646\u0647\u0627.',browserShortcutsNoteForChrome:"\u0644\u062A\u0639\u062F\u064A\u0644 \u0645\u0641\u0627\u062A\u064A\u062D \u0627\u0644\u0627\u062E\u062A\u0635\u0627\u0631 \u0641\u064A \u0645\u062A\u0635\u0641\u062D \u064A\u0634\u0628\u0647 Chrome\u060C \u062A\u062D\u062A\u0627\u062C \u0625\u0644\u0649 \u0641\u062A\u062D \u0635\u0641\u062D\u0629 \u0625\u062F\u0627\u0631\u0629 \u0627\u0644\u0625\u0636\u0627\u0641\u0627\u062A\u060C \u0648\u062A\u0639\u064A\u064A\u0646\u0647\u0627 \u0641\u064A \u0644\u0648\u062D\u0629 `\u0625\u062F\u0627\u0631\u0629 \u0627\u0644\u0627\u062E\u062A\u0635\u0627\u0631\u0627\u062A` (`chrome://extensions/shortcuts`)\u060C \u062B\u0645 \u0627\u0644\u0646\u0642\u0631 \u0641\u0648\u0642 \u0627\u0644\u0632\u0631 \u0623\u062F\u0646\u0627\u0647 \u0644\u0644\u0627\u0646\u062A\u0642\u0627\u0644 \u0625\u0644\u0649 \u0635\u0641\u062D\u0629 \u0625\u062F\u0627\u0631\u0629 \u0645\u0641\u062A\u0627\u062D \u0627\u0644\u0627\u062E\u062A\u0635\u0627\u0631.",browserShortcutsSucks:"\u062A\u0646\u0633\u064A\u0642 \u0645\u0641\u062A\u0627\u062D \u0627\u0644\u0627\u062E\u062A\u0635\u0627\u0631 \u0627\u0644\u0645\u062E\u0635\u0635 \u0647\u0648 (\u0644\u0627 \u064A\u0648\u062C\u062F \u0627\u0644\u062A\u0639\u0631\u0641 \u0627\u0644\u062A\u0644\u0642\u0627\u0626\u064A\u060C \u064A\u0631\u062C\u0649 \u0627\u0644\u062F\u062E\u0648\u0644 \u0645\u0628\u0627\u0634\u0631\u0629)\uFF1A",enableLineBreakDescription:"\u0639\u0646\u062F \u062A\u0634\u063A\u064A\u0644\u0647\u060C \u0633\u064A\u062A\u0645 \u0625\u062F\u0631\u0627\u062C \u0641\u0648\u0627\u0635\u0644 \u0627\u0644\u0623\u0633\u0637\u0631 \u0641\u064A \u0646\u0647\u0627\u064A\u0629 \u0643\u0644 \u062C\u0645\u0644\u0629 \u0641\u064A \u0641\u0642\u0631\u0627\u062A \u0637\u0648\u064A\u0644\u0629 \u0644\u062A\u0633\u0647\u064A\u0644 \u0627\u0644\u0642\u0631\u0627\u0621\u0629.","browser.shortBrandName":"\u062A\u0631\u062C\u0645\u0629 \u063A\u0627\u0645\u0631\u0629","browser.brandName":"\u062A\u0631\u062C\u0645\u0629 \u063A\u0627\u0645\u0631\u0629: \u062A\u0631\u062C\u0645\u0629 \u0635\u0641\u062D\u0627\u062A \u0627\u0644\u0648\u064A\u0628 \u062B\u0646\u0627\u0626\u064A\u0629 \u0627\u0644\u0644\u063A\u0629 \u0648\u062A\u0631\u062C\u0645\u0629 \u0645\u0633\u062A\u0646\u062F\u0627\u062A PDF","browser.brandDescription":"Bilingual web page translation, also supports PDF translation, bilingual Epub eBook translation, free to use.","browser.toggleTranslatePage":"\u062A\u0631\u062C\u0645\u0629 \u0635\u0641\u062D\u0629 \u0627\u0644\u0648\u064A\u0628/\u0625\u0638\u0647\u0627\u0631 \u0627\u0644\u0646\u0635 \u0627\u0644\u0623\u0635\u0644\u064A","browser.toggleTranslateTheWholePage":"\u062A\u0631\u062C\u0645\u0629 \u062C\u0645\u064A\u0639 \u0645\u0646\u0627\u0637\u0642 \u0627\u0644\u0635\u0641\u062D\u0629/\u0639\u0631\u0636 \u0627\u0644\u0646\u0635 \u0627\u0644\u0623\u0635\u0644\u064A","browser.toggleOnlyTransation":"\u062A\u0628\u062F\u064A\u0644 \u0627\u0644\u0648\u0636\u0639 \u062B\u0646\u0627\u0626\u064A \u0627\u0644\u0644\u063A\u0629 / \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0641\u0642\u0637","browser.toggleTranslateToThePageEndImmediately":"\u062A\u0631\u062C\u0645\u0629 \u0641\u0648\u0631\u064A\u0629 \u0625\u0644\u0649 \u0623\u0633\u0641\u0644 \u0627\u0644\u0635\u0641\u062D\u0629/\u0625\u0638\u0647\u0627\u0631 \u0627\u0644\u0646\u0635 \u0627\u0644\u0623\u0635\u0644\u064A","browser.toggleTranslateTheMainPage":"\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0645\u0646\u0637\u0642\u0629 \u0627\u0644\u0631\u0626\u064A\u0633\u064A\u0629 \u0644\u0644\u0635\u0641\u062D\u0629/\u0639\u0631\u0636 \u0627\u0644\u0646\u0635 \u0627\u0644\u0623\u0635\u0644\u064A","browser.shareToDraft":"\u0645\u0634\u0627\u0631\u0643\u0629 \u0627\u0644\u0635\u0641\u062D\u0627\u062A \u062B\u0646\u0627\u0626\u064A\u0629 \u0627\u0644\u0644\u063A\u0629","browser.openOptionsPage":"\u0627\u0641\u062A\u062D \u0635\u0641\u062D\u0629 \u0627\u0644\u0625\u0639\u062F\u0627\u062F\u0627\u062A","browser.toggleTranslationMask":"\u0625\u0638\u0647\u0627\u0631/\u0625\u062E\u0641\u0627\u0621 \u062A\u0623\u062B\u064A\u0631 \u0637\u0645\u0633 \u0627\u0644\u062A\u0631\u062C\u0645\u0629","browser.translateLocalPdfFile":"\u062A\u0631\u062C\u0645\u0629 \u0645\u0644\u0641\u0627\u062A PDF \u0627\u0644\u0645\u062D\u0644\u064A\u0629","browser.openEbookViewer":"\u0642\u0631\u0627\u0621\u0629 \u0627\u0644\u0643\u062A\u0628 \u0627\u0644\u0625\u0644\u0643\u062A\u0631\u0648\u0646\u064A\u0629 \u0627\u0644\u0645\u062D\u0644\u064A\u0629","browser.openEbookBuilder":"\u0625\u0646\u0634\u0627\u0621 \u0643\u062A\u0628 \u0625\u0644\u0643\u062A\u0631\u0648\u0646\u064A\u0629 EPUB \u062B\u0646\u0627\u0626\u064A\u0629 \u0627\u0644\u0644\u063A\u0629","browser.translateLocalHtmlFile":"\u062A\u0631\u062C\u0645\u0629 \u0645\u0644\u0641\u0627\u062A HTML/txt","browser.donateContext":"\u062A\u0639\u0631\u0641 \u0639\u0644\u0649 \u0641\u0648\u0627\u0626\u062F \u0627\u0644\u0631\u0639\u0627\u064A\u0629","browser.translateLocalSubtitleFile":"\u062A\u0631\u062C\u0645\u0629 \u0645\u0644\u0641\u0627\u062A \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0645\u062D\u0644\u064A\u0629",confirmResetConfig:"\u0647\u0644 \u0623\u0646\u062A \u0645\u062A\u0623\u0643\u062F \u0623\u0646\u0643 \u062A\u0631\u064A\u062F \u0625\u0639\u0627\u062F\u0629 \u0636\u0628\u0637 \u0625\u0639\u062F\u0627\u062F\u0627\u062A\u0643\u061F",translationLineBreakSettingTitle:"\u0625\u0639\u062F\u0627\u062F\u0627\u062A \u0627\u0644\u062A\u0641\u0627\u0641 \u0633\u0637\u0631 \u0627\u0644\u062A\u0631\u062C\u0645\u0629",smartLineBreak:"\u062A\u063A\u0644\u064A\u0641 \u0627\u0644\u062E\u0637 \u0627\u0644\u0630\u0643\u064A",alwaysLineBreak:"\u0627\u0644\u062A\u0641\u0627\u0641 \u062F\u0627\u0626\u0645\u0627",isShowContextMenu:"\u0623\u0636\u0641 \u0635\u0641\u062D\u0629 \u0627\u0644\u0648\u064A\u0628 \u0627\u0644\u0645\u062A\u0631\u062C\u0645\u0629 \u0625\u0644\u0649 \u0639\u0646\u0635\u0631 \u0642\u0627\u0626\u0645\u0629 \u0627\u0644\u0646\u0642\u0631 \u0628\u0632\u0631 \u0627\u0644\u0645\u0627\u0648\u0633 \u0627\u0644\u0623\u064A\u0645\u0646",toggleBeta:"\u062A\u0641\u0639\u064A\u0644 \u0645\u064A\u0632\u0627\u062A \u0627\u0644\u0627\u062E\u062A\u0628\u0627\u0631 \u0627\u0644\u062A\u062C\u0631\u064A\u0628\u064A",betaDescription:"\u062A\u0645\u0643\u064A\u0646 \u0627\u0644\u0645\u064A\u0632\u0627\u062A \u0627\u0644\u062A\u064A \u0644\u0627 \u062A\u0632\u0627\u0644 \u062A\u062C\u0631\u064A\u0628\u064A\u0629\u060C \u0628\u0627\u0644\u0625\u0636\u0627\u0641\u0629 \u0625\u0644\u0649 \u062E\u062F\u0645\u0627\u062A \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0642\u064A\u062F \u0627\u0644\u0627\u062E\u062A\u0628\u0627\u0631. \u0627\u0646\u0636\u0645 \u0625\u0644\u0649<1>\u0645\u062C\u0645\u0648\u0639\u0629 \u0627\u0644\u062A\u0644\u064A\u062C\u0631\u0627\u0645 \u064A\u062A\u0639\u0644\u0645 \u0623\u0643\u062B\u0631.",translationLineBreakSettingDescription:"\u064A\u064F\u0639\u062F \u0627\u0644\u0627\u0644\u062A\u0641\u0627\u0641 \u062F\u0627\u0626\u0645\u064B\u0627 \u0645\u0646\u0627\u0633\u0628\u064B\u0627 \u0644\u0644\u062A\u062E\u0637\u064A\u0637\u0627\u062A \u0630\u0627\u062A \u0627\u0644\u0645\u062D\u062A\u0648\u0649 \u0627\u0644\u0623\u0642\u0644 \u0648\u0627\u0644\u0623\u0643\u062B\u0631 \u062A\u0631\u062A\u064A\u0628\u064B\u0627. (\u0627\u0633\u062A\u062E\u062F\u0645 \u0641\u0648\u0627\u0635\u0644 \u0627\u0644\u0623\u0633\u0637\u0631 \u0627\u0644\u0630\u0643\u064A\u0629 \u0641\u064A \u0627\u0644\u0641\u0642\u0631\u0627\u062A \u0627\u0644\u0637\u0648\u064A\u0644\u0629 \u0627\u0644\u062A\u064A \u062A\u062D\u062A\u0648\u064A \u0639\u0644\u0649 \u0627\u0644\u0643\u062B\u064A\u0631 \u0645\u0646 \u0627\u0644\u0645\u062D\u062A\u0648\u0649 (\u0623\u0643\u062B\u0631 \u0645\u0646{count}\u062D\u0631\u0641) \u0644\u062A\u0648\u0641\u064A\u0631 \u0627\u0644\u0645\u0633\u0627\u062D\u0629)",tempTranslateDomainTitle:"\u0643\u0645 \u0645\u0646 \u0627\u0644\u0648\u0642\u062A \u0644\u062A\u0645\u0643\u064A\u0646 \u062A\u0631\u062C\u0645\u0629 \u0645\u0648\u0642\u0639 \u0627\u0644\u0648\u064A\u0628 \u0645\u0624\u0642\u062A\u064B\u0627",tempTranslateDomainDescription:"\u0639\u0646\u062F \u062A\u0631\u062C\u0645\u0629 \u0635\u0641\u062D\u0629 \u0648\u064A\u0628 \u064A\u062F\u0648\u064A\u064B\u0627\u060C \u0642\u0645 \u0628\u062A\u0634\u063A\u064A\u0644 \u0645\u0648\u0642\u0639 \u0627\u0644\u0648\u064A\u0628 \u0645\u0624\u0642\u062A\u064B\u0627 \u0644\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u062A\u0644\u0642\u0627\u0626\u064A\u0629\u060C \u0648\u064A\u0645\u0643\u0646\u0643 \u0636\u0628\u0637 \u0627\u0644\u0645\u062F\u0629 \u0627\u0644\u0645\u0624\u0642\u062A\u0629.",xMinutes:"{count} \u062F\u0642\u064A\u0642\u0629",disabled:"\u0625\u0628\u0637\u0627\u0644",changelog:"\u062A\u063A\u064A\u064A\u0631 \u0627\u0644\u0633\u062C\u0644",toggleTranslatePageWhenThreeFingersOnTheScreen:"\u0627\u0644\u0645\u0633 \u0627\u0644\u0634\u0627\u0634\u0629 \u0628\u0623\u0635\u0627\u0628\u0639 \u0645\u062A\u0639\u062F\u062F\u0629 \u0641\u064A \u0646\u0641\u0633 \u0627\u0644\u0648\u0642\u062A \u0644\u062A\u0631\u062C\u0645\u0629 \u0635\u0641\u062D\u0629 \u0627\u0644\u0648\u064A\u0628/\u0639\u0631\u0636 \u0627\u0644\u0646\u0635 \u0627\u0644\u0623\u0635\u0644\u064A",toggleTranslationMaskWhenThreeFingersOnTheScreen:"\u0627\u0644\u0645\u0633 \u0639\u062F\u0629 \u0623\u0635\u0627\u0628\u0639 \u0641\u064A \u0646\u0641\u0633 \u0627\u0644\u0648\u0642\u062A \u0644\u0625\u0638\u0647\u0627\u0631/\u0625\u062E\u0641\u0627\u0621 \u062A\u0623\u062B\u064A\u0631 \u0637\u0645\u0633 \u0627\u0644\u062A\u0631\u062C\u0645\u0629",fingerCountToToggleTranslagePageOnlyTranslationWhenTouching:"\u0627\u0644\u0645\u0633 \u0627\u0644\u0634\u0627\u0634\u0629 \u0628\u0623\u0635\u0627\u0628\u0639 \u0645\u062A\u0639\u062F\u062F\u0629 \u0641\u064A \u0646\u0641\u0633 \u0627\u0644\u0648\u0642\u062A \u0644\u062A\u0631\u062C\u0645\u0629 \u0635\u0641\u062D\u0629 \u0627\u0644\u0648\u064A\u0628 (\u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0641\u0642\u0637)/\u0639\u0631\u0636 \u0627\u0644\u0646\u0635 \u0627\u0644\u0623\u0635\u0644\u064A",addUrlDescription:"\u064A\u0645\u0643\u0646 \u0623\u0646 \u064A\u0643\u0648\u0646 \u0627\u0633\u0645 \u0646\u0637\u0627\u0642 \u0648\u064A\u062F\u0639\u0645 \u0623\u062D\u0631\u0641 \u0627\u0644\u0628\u062F\u0644\u060C \u0645\u062B\u0644\uFF1A*.google.com\u060C google.com/mail/*\u060C https://www.google.com/*",general:"\u0627\u0644\u0625\u0639\u062F\u0627\u062F\u0627\u062A \u0627\u0644\u0623\u0633\u0627\u0633\u064A\u0629",clickToExpandConfig:"\u0642\u0645 \u0628\u062A\u0648\u0633\u064A\u0639 \u0627\u0644\u062A\u0643\u0648\u064A\u0646 \u0627\u0644\u062D\u0627\u0644\u064A",import:"\u0627\u0633\u062A\u064A\u0631\u0627\u062F \u0645\u0646 \u0645\u0644\u0641",export:"\u062A\u0635\u062F\u064A\u0631 \u0625\u0644\u0649 \u0645\u0644\u0641",toggleDebug:"\u0637\u0628\u0627\u0639\u0629 \u0633\u062C\u0644\u0627\u062A \u0627\u0644\u062A\u0635\u062D\u064A\u062D \u0639\u0644\u0649 \u0648\u062D\u062F\u0629 \u0627\u0644\u062A\u062D\u0643\u0645","fingers.0":"\u0625\u0646\u0647\u0627\u0621","fingers.2":"\u0644\u0645\u0633\u0629 \u0628\u0625\u0635\u0628\u0639\u064A\u0646","fingers.3":"\u0644\u0645\u0633\u0629 \u0628\u062B\u0644\u0627\u062B\u0629 \u0623\u0635\u0627\u0628\u0639","fingers.4":"\u0644\u0645\u0633\u0629 \u0628\u0623\u0631\u0628\u0639\u0629 \u0623\u0635\u0627\u0628\u0639","fingers.5":"\u0644\u0645\u0633\u0629 \u062E\u0645\u0633\u0629 \u0623\u0635\u0627\u0628\u0639",mouseHoldKey:"+ {key} \u062A\u0631\u062C\u0645\u0629/\u0627\u0633\u062A\u0639\u0627\u062F\u0629 \u0647\u0630\u0647 \u0627\u0644\u0641\u0642\u0631\u0629",mouseHoldKeyAuto:"\u062A\u0631\u062C\u0645\u0629 \u0647\u0630\u0647 \u0627\u0644\u0641\u0642\u0631\u0629 \u0645\u0628\u0627\u0634\u0631\u0629",mouseHoldKeyOff:"\u0644\u0627 \u062A\u0641\u0639\u0644 \u0623\u064A \u0634\u064A\u0621",mouseHoldKeyOther:"\u0645\u0641\u0627\u062A\u064A\u062D \u0627\u0644\u0627\u062E\u062A\u0635\u0627\u0631 \u0627\u0644\u0645\u062E\u0635\u0635\u0629 (\u0627\u0644\u0625\u0639\u062F\u0627\u062F\u0627\u062A \u0627\u0644\u0645\u0641\u062A\u0648\u062D\u0629)",mouseHoldKeyCustomKey:"{key} / \u0627\u0633\u062A\u0639\u0627\u062F\u0629 \u0647\u0630\u0647 \u0627\u0644\u0641\u0642\u0631\u0629",mouseHoverHoldKey:"\u062D\u0631\u0643 \u0627\u0644\u0645\u0627\u0648\u0633 \u0648\u0627\u0636\u063A\u0637 \u0639\u0644\u0649 \u0645\u0641\u062A\u0627\u062D \u0627\u0644\u0627\u062E\u062A\u0635\u0627\u0631 \u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0641\u0642\u0631\u0629","mouse-translate":"\u062A\u0645\u0631\u064A\u0631 \u0627\u0644\u0645\u0627\u0648\u0633",document:"\u0648\u062B\u064A\u0642\u0629",resetSuccess:"\u0625\u0639\u0627\u062F\u0629 \u0636\u0628\u0637 \u062C\u0645\u064A\u0639 \u0627\u0644\u0625\u0639\u062F\u0627\u062F\u0627\u062A \u0628\u0646\u062C\u0627\u062D",resetThisSuccess:"\u062A\u0645\u062A \u0625\u0639\u0627\u062F\u0629 \u0627\u0644\u0636\u0628\u0637 \u0628\u0646\u062C\u0627\u062D",saved:"\u062D\u0641\u0638 \u0628\u0646\u062C\u0627\u062D",successImportConfig:"\u062A\u0645 \u0627\u0633\u062A\u064A\u0631\u0627\u062F \u0627\u0644\u062A\u0643\u0648\u064A\u0646 \u0628\u0646\u062C\u0627\u062D",goAdvancedSettings:"\u0627\u0646\u062A\u0642\u0644 \u0625\u0644\u0649 \u0635\u0641\u062D\u0629 \u0627\u0644\u0625\u0639\u062F\u0627\u062F\u0627\u062A \u0627\u0644\u0645\u062A\u0642\u062F\u0645\u0629",goAdvancedInterfaceSettings:"\u0627\u0646\u062A\u0642\u0644 \u0625\u0644\u0649 \u0635\u0641\u062D\u0629 \u0625\u0639\u062F\u0627\u062F\u0627\u062A \u0627\u0644\u062A\u062E\u0635\u064A\u0635 \u0627\u0644\u0645\u062A\u0642\u062F\u0645\u0629",advanced:"\u0625\u0639\u062F\u0627\u062F\u0627\u062A \u0645\u062A\u0642\u062F\u0645\u0629",advancedDescription:"\u0628\u0634\u0643\u0644 \u0639\u0627\u0645\u060C \u0644\u0627 \u064A\u0644\u0632\u0645 \u0623\u064A \u0625\u0639\u062F\u0627\u062F\u060C \u0641\u0642\u0637 \u0627\u062D\u062A\u0641\u0638 \u0628\u0627\u0644\u0625\u0639\u062F\u0627\u062F \u0627\u0644\u0627\u0641\u062A\u0631\u0627\u0636\u064A. \u0641\u0642\u0637 \u0644\u0644\u0645\u0633\u062A\u062E\u062F\u0645\u064A\u0646 \u0627\u0644\u0623\u0643\u062B\u0631 \u0627\u062D\u062A\u0631\u0627\u0641\u064B\u0627\u060C \u064A\u062A\u0645 \u062A\u0648\u0641\u064A\u0631 \u0625\u0639\u062F\u0627\u062F\u0627\u062A \u0623\u0643\u062B\u0631 \u062A\u062E\u0635\u064A\u0635\u064B\u0627.",developer:"\u0625\u0639\u062F\u0627\u062F\u0627\u062A \u0627\u0644\u0645\u0637\u0648\u0631",donateCafe:"\u0633\u0639\u0631","translate to the bottom of the page":"\u0628\u0639\u062F \u0627\u0644\u062F\u062E\u0648\u0644 \u0625\u0644\u0649 \u0635\u0641\u062D\u0629 \u0627\u0644\u0648\u064A\u0628 \u0647\u0644 \u064A\u062A\u0645 \u062A\u0631\u062C\u0645\u062A\u0647\u0627 \u0645\u0628\u0627\u0634\u0631\u0629 \u0625\u0644\u0649 \u0623\u0633\u0641\u0644 \u0627\u0644\u0635\u0641\u062D\u0629\u061F",feedback:"\u062A\u0639\u0644\u064A\u0642",toggleTranslatePage:"\u062A\u0631\u062C\u0645\u0629 \u0635\u0641\u062D\u0629 \u0627\u0644\u0648\u064A\u0628/\u0625\u0638\u0647\u0627\u0631 \u0627\u0644\u0646\u0635 \u0627\u0644\u0623\u0635\u0644\u064A",translateToThePageEndImmediatelyDescription:"\u0639\u0646\u062F \u062A\u0634\u063A\u064A\u0644\u0647\u060C \u0633\u064A\u0624\u062F\u064A \u0627\u0644\u062F\u062E\u0648\u0644 \u0625\u0644\u0649 \u0635\u0641\u062D\u0629 \u0648\u064A\u0628 \u0625\u0644\u0649 \u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0645\u062D\u062A\u0648\u0649 \u0639\u0644\u0649 \u0627\u0644\u0641\u0648\u0631 \u0645\u0646 \u0623\u0639\u0644\u0649 \u0625\u0644\u0649 \u0623\u0633\u0641\u0644. \u0625\u0630\u0627 \u062A\u0645 \u0625\u064A\u0642\u0627\u0641\u0647\u060C \u064A\u0645\u0643\u0646\u0643 \u0627\u0644\u0642\u0631\u0627\u0621\u0629 \u0648\u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0641\u064A \u0646\u0641\u0633 \u0627\u0644\u0648\u0642\u062A. (\u0644\u0627 \u064A\u0646\u0635\u062D \u0628\u062A\u0634\u063A\u064A\u0644\u0647)","translate all areas of the page":"\u0645\u0627 \u0625\u0630\u0627 \u0643\u0627\u0646 \u0633\u064A\u062A\u0645 \u062A\u0631\u062C\u0645\u0629 \u062C\u0645\u064A\u0639 \u0645\u0646\u0627\u0637\u0642 \u0635\u0641\u062D\u0629 \u0627\u0644\u0648\u064A\u0628",translationAreaDescription:"\u0639\u0646\u062F \u062A\u0634\u063A\u064A\u0644\u0647\u060C \u0633\u062A\u062A\u0645 \u062A\u0631\u062C\u0645\u0629 \u062C\u0645\u064A\u0639 \u0645\u0646\u0627\u0637\u0642 \u0635\u0641\u062D\u0629 \u0627\u0644\u0648\u064A\u0628 \u0628\u0623\u0643\u0645\u0644\u0647\u0627. \u0625\u0630\u0627 \u062A\u0645 \u0625\u064A\u0642\u0627\u0641 \u062A\u0634\u063A\u064A\u0644\u0647\u060C \u0641\u0633\u064A\u062A\u0645 \u0627\u0633\u062A\u062E\u062F\u0627\u0645 \u0627\u0644\u062A\u0639\u0631\u0641 \u0627\u0644\u0630\u0643\u064A \u0627\u0644\u0627\u0641\u062A\u0631\u0627\u0636\u064A \u0648\u0633\u062A\u062A\u0645 \u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0645\u0646\u0637\u0642\u0629 \u0627\u0644\u0631\u0626\u064A\u0633\u064A\u0629 \u0641\u0642\u0637. (\u0644\u0627 \u064A\u0646\u0635\u062D \u0628\u062A\u0634\u063A\u064A\u0644\u0647)","the number of characters to be translated first":"\u0642\u0645 \u0628\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0623\u062D\u0631\u0641 \u0627\u0644\u0642\u0644\u064A\u0644\u0629 \u0627\u0644\u0623\u0648\u0644\u0649 \u0645\u0646 \u0627\u0644\u0635\u0641\u062D\u0629 \u0645\u0628\u0627\u0634\u0631\u0629 \u062F\u0648\u0646 \u0627\u0646\u062A\u0638\u0627\u0631 \u0627\u0644\u062A\u0645\u0631\u064A\u0631 \u0625\u0644\u0649 \u0627\u0644\u0645\u0646\u0637\u0642\u0629 \u0627\u0644\u0645\u0631\u0626\u064A\u0629","interface language":"\u0644\u063A\u0629 \u0627\u0644\u0648\u0627\u062C\u0647\u0629","display both the original text and the translation":"\u0639\u0631\u0636 \u0627\u0644\u0646\u0635 \u0627\u0644\u0623\u0635\u0644\u064A \u0648\u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0641\u064A \u0648\u0642\u062A \u0648\u0627\u062D\u062F","keyboard shortcuts":"\u0627\u062E\u062A\u0635\u0627\u0631\u0627\u062A \u0644\u0648\u062D\u0629 \u0627\u0644\u0645\u0641\u0627\u062A\u064A\u062D",modify:"\u062A\u0639\u062F\u064A\u0644 \u0645\u0641\u0627\u062A\u064A\u062D \u0627\u0644\u0627\u062E\u062A\u0635\u0627\u0631",reset:"\u0625\u0639\u0627\u062F\u0629 \u0636\u0628\u0637",close:"\u0625\u0646\u0647\u0627\u0621",homepage:"\u0627\u0644\u0635\u0641\u062D\u0629 \u0627\u0644\u0631\u0626\u064A\u0633\u064A\u0629",more:"\u0623\u0643\u062B\u0631",moreOptions:"\u0642\u0645 \u0628\u062A\u0648\u0633\u064A\u0639 \u0627\u0644\u0645\u0632\u064A\u062F \u0645\u0646 \u062E\u064A\u0627\u0631\u0627\u062A \u0627\u0644\u062A\u062E\u0635\u064A\u0635",translateTheWholePage:"\u062A\u0631\u062C\u0645\u0629 \u062C\u0645\u064A\u0639 \u0645\u0646\u0627\u0637\u0642 \u0627\u0644\u0635\u0641\u062D\u0629 (\u062A\u062E\u062A\u0644\u0641 \u0639\u0646 \u0627\u0644\u0645\u0646\u0627\u0637\u0642 \u0627\u0644\u0631\u0626\u064A\u0633\u064A\u0629 \u0644\u0644\u062A\u0639\u0631\u0641 \u0627\u0644\u0630\u0643\u064A)",changeToTranslateTheWholePage:"\u0627\u0644\u062A\u0628\u062F\u064A\u0644 \u0644\u062A\u0631\u062C\u0645\u0629 \u0643\u0627\u0641\u0629 \u0627\u0644\u0645\u062C\u0627\u0644\u0627\u062A",changeToTranslateTheMainPage:"\u0642\u0645 \u0628\u0627\u0644\u062A\u0628\u062F\u064A\u0644 \u0625\u0644\u0649 \u0645\u0646\u0637\u0642\u0629 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0631\u0626\u064A\u0633\u064A\u0629",changeToOnlyTranslationMode:"\u0642\u0645 \u0628\u0627\u0644\u062A\u0628\u062F\u064A\u0644 \u0625\u0644\u0649 \u0625\u0638\u0647\u0627\u0631 \u0627\u0644\u062A\u0631\u062C\u0645\u0627\u062A \u0641\u0642\u0637",changeToDualTranslationMode:"\u0627\u0644\u062A\u0628\u062F\u064A\u0644 \u0625\u0644\u0649 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u062B\u0646\u0627\u0626\u064A\u0629 \u0627\u0644\u0644\u063A\u0629",translateToThePageEndImmediately:"\u062A\u0631\u062C\u0645 \u0639\u0644\u0649 \u0627\u0644\u0641\u0648\u0631 \u0625\u0644\u0649 \u0623\u0633\u0641\u0644 \u0627\u0644\u0635\u0641\u062D\u0629",translateTheMainPage:"\u0627\u0644\u0645\u062C\u0627\u0644\u0627\u062A \u0627\u0644\u0631\u0626\u064A\u0633\u064A\u0629 \u0644\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0630\u0643\u064A\u0629","The local rules are up to date":"\u0642\u0648\u0627\u0639\u062F \u0627\u0644\u062A\u0643\u064A\u0641 \u0627\u0644\u0645\u062D\u0644\u064A\u0629 \u0645\u062D\u062F\u062B\u0629:","Successfully synchronized with the latest official rules:":"\u062A\u0645\u062A \u0645\u0632\u0627\u0645\u0646\u0629 \u0623\u062D\u062F\u062B \u0642\u0648\u0627\u0639\u062F \u0627\u0644\u062A\u0643\u064A\u0641 \u0627\u0644\u0631\u0633\u0645\u064A\u0629 \u0628\u0646\u062C\u0627\u062D:","Checking for updates":"\u0627\u0644\u0628\u062D\u062B \u0639\u0646 \u062A\u062D\u062F\u064A\u062B\u0627\u062A","Rules are being synchronized":"\u0645\u0632\u0627\u0645\u0646\u0629 \u0642\u0648\u0627\u0639\u062F \u0627\u0644\u062A\u0643\u064A\u0641",localVersionIsTooOld:"\u0625\u0635\u062F\u0627\u0631 \u0627\u0644\u0645\u0644\u062D\u0642 \u0627\u0644\u0645\u062D\u0644\u064A \u0642\u062F\u064A\u0645 \u062C\u062F\u064B\u0627. \u064A\u0631\u062C\u0649 \u0627\u0644\u062A\u0631\u0642\u064A\u0629 \u0625\u0644\u0649 \u0627\u0644\u0645\u0644\u062D\u0642 {minVersion} \u0623\u0648 \u0625\u0635\u062F\u0627\u0631 \u0623\u062D\u062F\u062B \u0648\u0645\u062D\u0627\u0648\u0644\u0629 \u0627\u0644\u0645\u0632\u0627\u0645\u0646\u0629 \u0645\u0631\u0629 \u0623\u062E\u0631\u0649.",badUserscriptBrowser:"\u0627\u0644\u0645\u062A\u0635\u0641\u062D \u0627\u0644\u062D\u0627\u0644\u064A \u0644\u0627 \u064A\u0637\u0628\u0642 \u0648\u0627\u062C\u0647\u0629 \u0645\u0644\u062D\u0642 Grease Monkey \u0628\u0634\u0643\u0644 \u0635\u062D\u064A\u062D (\u0645\u062B\u0644 \u0627\u0644\u062D\u0635\u0648\u0644 \u0639\u0644\u0649 \u0645\u0639\u0644\u0648\u0645\u0627\u062A \u0631\u0642\u0645 \u0627\u0644\u0625\u0635\u062F\u0627\u0631 \u0644\u0644\u0628\u0631\u0646\u0627\u0645\u062C \u0627\u0644\u0646\u0635\u064A Grease Monkey \u0646\u0641\u0633\u0647)\u060C \u064A\u0631\u062C\u0649 \u0627\u0633\u062A\u062E\u062F\u0627\u0645 \u0645\u0644\u062D\u0642\u0627\u062A \u062F\u0639\u0645 \u0623\u062E\u0631\u0649 <1> Grease Monkey \u0645\u062A\u0635\u0641\u062D\u0627\u062A \u0645\u062B\u0644 \u0641\u0627\u064A\u0631\u0641\u0648\u0643\u0633",foundNewVersion:"\u062A\u0645 \u0627\u0644\u0639\u062B\u0648\u0631 \u0639\u0644\u0649 \u0646\u0633\u062E\u0629 \u062C\u062F\u064A\u062F\u0629",theLocalExtensionIsUpToUpdate:"\u0627\u0644\u0627\u0645\u062A\u062F\u0627\u062F \u0627\u0644\u062D\u0627\u0644\u064A \u0647\u0648 \u0623\u062D\u062F\u062B \u0625\u0635\u062F\u0627\u0631.",failToSyncRules:"\u0641\u0634\u0644\u062A \u0645\u0632\u0627\u0645\u0646\u0629 \u0623\u062D\u062F\u062B \u0642\u0648\u0627\u0639\u062F \u0627\u0644\u062A\u0643\u064A\u0641",retry:"\u0627\u0636\u063A\u0637 \u0647\u0646\u0627 \u0644\u0644\u0645\u062D\u0627\u0648\u0644\u0629 \u0645\u0631\u0629 \u0623\u062E\u0631\u0649",failedReason:"\u0633\u0628\u0628 \u0627\u0644\u0641\u0634\u0644",currentRuleVersion:"\u0646\u0633\u062E\u0629 \u0627\u0644\u0642\u0627\u0639\u062F\u0629 \u0627\u0644\u062D\u0627\u0644\u064A\u0629",calculating:"\u062D\u0633\u0627\u0628",unknownError:"\u062E\u0637\u0623 \u063A\u064A\u0631 \u0645\u0639\u0631\u0648\u0641",canNotFetchRemoteRule:"\u063A\u064A\u0631 \u0642\u0627\u062F\u0631 \u0639\u0644\u0649 \u0627\u0644\u062D\u0635\u0648\u0644 \u0639\u0644\u0649 \u0627\u0644\u0642\u0648\u0627\u0639\u062F \u0627\u0644\u0628\u0639\u064A\u062F\u0629",enableAlphaSuccess:"\u062A\u0645 \u062A\u0634\u063A\u064A\u0644 \u0648\u0638\u064A\u0641\u0629 \u0623\u0644\u0641\u0627",disableAlphaSuccess:"\u062A\u0645 \u0625\u064A\u0642\u0627\u0641 \u0645\u064A\u0632\u0629 \u0623\u0644\u0641\u0627",cacheSize:"\u062D\u062C\u0645 \u0630\u0627\u0643\u0631\u0629 \u0627\u0644\u062A\u062E\u0632\u064A\u0646 \u0627\u0644\u0645\u0624\u0642\u062A\uFF1A",cleaning:"\u062A\u0646\u0638\u064A\u0641",cleanCache:"\u0645\u0633\u062D \u0630\u0627\u0643\u0631\u0629 \u0627\u0644\u062A\u062E\u0632\u064A\u0646 \u0627\u0644\u0645\u0624\u0642\u062A",options:"\u064A\u062B\u0628\u062A",about:"\u0639\u0646",service:"\u062E\u062F\u0645\u0629 \u0627\u0644\u062A\u0631\u062C\u0645\u0629",needAction:"(\u0627\u0630\u0647\u0628 \u0644\u0644\u0627\u0639\u062F\u0627\u062F\u0627\u062A)",goSettings:"\u0627\u0630\u0647\u0628 \u0644\u0644\u0627\u0639\u062F\u0627\u062F\u0627\u062A",needActionForOptions:"(\u062A\u062D\u062A\u0627\u062C \u0625\u0644\u0649 \u062A\u0639\u064A\u064A\u0646)",translationEngine:"\u062E\u064A\u0627\u0631\u0627\u062A \u0627\u0644\u0645\u062D\u0631\u0643",sourceLanguage:"\u0627\u0644\u0644\u063A\u0629 \u0627\u0644\u0623\u0635\u0644\u064A\u0629",target:"\u0627\u0644\u0644\u063A\u0629 \u0627\u0644\u0645\u0633\u062A\u0647\u062F\u0641\u0629",popupSourceLanguage:"\u0627\u0644\u0644\u063A\u0629 \u0627\u0644\u0623\u0635\u0644\u064A\u0629",popupTarget:"\u0627\u0644\u0644\u063A\u0629 \u0627\u0644\u0645\u0633\u062A\u0647\u062F\u0641\u0629",popupService:"\u062E\u062F\u0645\u0629 \u0627\u0644\u062A\u0631\u062C\u0645\u0629",forThisSite:"\u0627\u0644\u0645\u0648\u0642\u0639 \u0627\u0644\u062D\u0627\u0644\u064A",autoEnableSubtitle:"\u0642\u0645 \u0628\u062A\u0634\u063A\u064A\u0644 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u062B\u0646\u0627\u0626\u064A\u0629 \u0627\u0644\u0644\u063A\u0629 \u062A\u0644\u0642\u0627\u0626\u064A\u064B\u0627",alwaysTranslate:"\u062A\u0631\u062C\u0645 \u062F\u0627\u0626\u0645\u0627 ",neverTranslate:"\u0644\u0627 \u062A\u062A\u0631\u062C\u0645 \u0623\u0628\u062F\u064B\u0627 ",alwaysTranslateSomeLanguage:"\u062A\u0631\u062C\u0645 \u062F\u0627\u0626\u0645\u0627 {language}",neverTranslateSomeLanguage:"\u0644\u0627 \u062A\u062A\u0631\u062C\u0645 \u0623\u0628\u062F\u064B\u0627 {language}",alwaysTranslateSomeSite:"\u062A\u0631\u062C\u0645 \u062F\u0627\u0626\u0645\u0627 {hostname}",neverTranslateSomeSite:"\u0644\u0627 \u062A\u062A\u0631\u062C\u0645 \u0623\u0628\u062F\u064B\u0627 {hostname}",alwaysTranslateSomeSiteOrWildSite:"\u0642\u0645 \u0628\u062A\u0631\u062C\u0645\u0629 \u0647\u0630\u0627 \u0627\u0644\u0645\u0648\u0642\u0639 \u062F\u0627\u0626\u0645\u064B\u0627",alwaysTranslateSomePage:"\u0642\u0645 \u0628\u062A\u0631\u062C\u0645\u0629 \u0647\u0630\u0647 \u0627\u0644\u0635\u0641\u062D\u0629 \u062F\u0627\u0626\u0645\u064B\u0627",add:"\u0627\u0636\u0641 \u0625\u0644\u064A\u0647",default:"\u062A\u0642\u0635\u064A\u0631",forThisLanguage:"\u0644\u0647\u0630\u0647 \u0627\u0644\u0644\u063A\u0629\uFF1A","add url":"\u0625\u062F\u062E\u0627\u0644 \u0639\u0646\u0648\u0627\u0646 \u0627\u0644\u0645\u0648\u0642\u0639",edit:"\u064A\u062D\u0631\u0631","translate other languages into specific language":"\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0644\u063A\u0627\u062A \u0627\u0644\u0623\u062E\u0631\u0649 \u0625\u0644\u0649 \u0627\u0644\u0644\u063A\u0629 \u0627\u0644\u062A\u064A \u062A\u062D\u062F\u062F\u0647\u0627","select translation service":"\u0627\u062E\u062A\u0631 \u062E\u062F\u0645\u0629 \u0627\u0644\u062A\u0631\u062C\u0645\u0629",language:"\u0644\u063A\u0629","show-original":"\u0625\u0638\u0647\u0627\u0631 \u0627\u0644\u0646\u0635 \u0627\u0644\u0623\u0635\u0644\u064A",translate:"\u064A\u062A\u0631\u062C\u0645",Translated:"\u0645\u062A\u0631\u062C\u0645",Translating:"\u062C\u0627\u0631 \u0627\u0644\u062A\u0631\u062C\u0645\u0629",Error:"\u062E\u0637\u0623",allowCacheTranslations:"\u062A\u0645\u0643\u064A\u0646 \u0627\u0644\u062A\u062E\u0632\u064A\u0646 \u0627\u0644\u0645\u0624\u0642\u062A \u0644\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0645\u062D\u0644\u064A\u0629 (\u0644\u062A\u0642\u0644\u064A\u0644 \u0637\u0644\u0628\u0627\u062A \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0644\u0644\u0641\u0642\u0631\u0627\u062A \u0627\u0644\u0645\u0643\u0631\u0631\u0629)","translation display":"\u0623\u0633\u0644\u0648\u0628 \u0639\u0631\u0636 \u0627\u0644\u062A\u0631\u062C\u0645\u0629","select diplay style":"\u062A\u0645\u064A\u064A\u0632 \u0623\u0633\u0644\u0648\u0628 \u0627\u0644\u062A\u0631\u062C\u0645\u0629\u060C \u064A\u0631\u062C\u0649 \u0627\u0644\u0631\u062C\u0648\u0639 \u0625\u0644\u0649 \u0627\u0644\u0623\u0645\u062B\u0644\u0629 \u0627\u0644\u062A\u0627\u0644\u064A\u0629 \u0644\u0645\u0632\u064A\u062F \u0645\u0646 \u0627\u0644\u062A\u0641\u0627\u0635\u064A\u0644:",interface:"\u0625\u0639\u062F\u0627\u062F\u0627\u062A \u0627\u0644\u0648\u0627\u062C\u0647\u0629",import_export:"\u0627\u0633\u062A\u064A\u0631\u0627\u062F \u0648\u062A\u0635\u062F\u064A\u0631",import_export_title:"\u062A\u0643\u0648\u064A\u0646 \u0627\u0644\u0627\u0633\u062A\u064A\u0631\u0627\u062F/\u0627\u0644\u062A\u0635\u062F\u064A\u0631",syncToGoogleDrive:"\u0627\u0644\u0645\u0632\u0627\u0645\u0646\u0629 \u0645\u0639 Google Drive \u0627\u0644\u0622\u0646",floatBallOptions:"\u0625\u0639\u062F\u0627\u062F\u0627\u062A \u0627\u0644\u0643\u0631\u0629 \u0627\u0644\u0645\u0639\u0644\u0642\u0629","floatBallOptions.enable":"\u062A\u0645\u0643\u064A\u0646 \u0627\u0644\u0643\u0631\u0629 \u0627\u0644\u0639\u0627\u0626\u0645\u0629","floatBallOptions.blockUrls":"\u062A\u0639\u0637\u064A\u0644 \u0645\u0648\u0642\u0639 \u0627\u0644\u0648\u064A\u0628","floatBallOptions.add":"\u0627\u0636\u0641 \u0625\u0644\u064A\u0647","floatBallOptions.blockUrlDesc":"\u0644\u0646 \u064A\u062A\u0645 \u0639\u0631\u0636 \u0627\u0644\u0643\u0631\u0629 \u0627\u0644\u0639\u0627\u0626\u0645\u0629 \u0639\u0646\u062F \u0645\u0648\u0627\u062C\u0647\u0629 \u0627\u0644\u0645\u0648\u0627\u0642\u0639 \u0627\u0644\u062A\u0627\u0644\u064A\u0629","floatBallOptions.clickType":"\u0627\u0646\u0642\u0631 \u0641\u0648\u0642 \u0627\u0644\u0633\u0644\u0648\u0643","floatBallOptions.clickTypeDesc":"\u0633\u0644\u0648\u0643 \u0623\u064A\u0642\u0648\u0646\u0629 \u0627\u0644\u0643\u0631\u0629 \u0627\u0644\u0639\u0627\u0626\u0645\u0629 \u0639\u0646\u062F \u0627\u0644\u0646\u0642\u0631 \u0639\u0644\u064A\u0647\u0627","floatBallOptions.clickPopup":"\u0625\u0638\u0647\u0627\u0631 \u0644\u0648\u062D\u0629 \u0627\u0644\u062A\u0631\u062C\u0645\u0629","floatBallOptions.clickTranslate":"\u062A\u0631\u062C\u0645\u0629/\u0625\u0638\u0647\u0627\u0631 \u0627\u0644\u0646\u0635 \u0627\u0644\u0623\u0635\u0644\u064A","floatBallOptions.fixedPosition":"\u56FA\u5B9A\u4F4D\u7F6E","floatBallOptions.fixedPositionDesc":"\u60AC\u6D6E\u7403\u5728\u7A97\u53E3\u5DE6\u4FA7\u8FD8\u662F\u53F3\u4FA7","floatBallOptions.fixedPositionLeft":"\u5DE6\u4FA7","floatBallOptions.fixedPositionRight":"\u53F3\u4FA7",previewAllThemes:"\u0645\u0639\u0627\u064A\u0646\u0629 \u0643\u0627\u0641\u0629 \u0627\u0644\u0623\u0646\u0645\u0627\u0637","translationTheme.none":"\u0644\u0627 \u0623\u062D\u062F","translationTheme.grey":"\u0627\u0644\u0631\u0645\u0627\u062F\u064A \u0627\u0644\u062F\u0627\u0643\u0646","translationTheme.dashed":"\u062A\u0633\u0637\u064A\u0631 \u0645\u062A\u0642\u0637\u0639","translationTheme.dotted":"\u062A\u0633\u0637\u064A\u0631 \u0645\u0646\u0642\u0637","translationTheme.dashedBorder":"\u0627\u0644\u062D\u062F\u0648\u062F \u0627\u0644\u0645\u062A\u0642\u0637\u0639\u0629","translationTheme.solidBorder":"\u0627\u0644\u062D\u062F\u0648\u062F \u0627\u0644\u0635\u0644\u0628\u0629","translationTheme.underline":"\u062A\u0633\u0637\u064A\u0631 \u0645\u0633\u062A\u0642\u064A\u0645","translationTheme.mask":"\u062A\u0623\u062B\u064A\u0631 \u0637\u0645\u0633 (\u0648\u0636\u0639 \u0627\u0644\u062A\u0639\u0644\u0645)","translationTheme.opacity":"\u062A\u0623\u062B\u064A\u0631 \u0627\u0644\u0634\u0641\u0627\u0641\u064A\u0629","translationTheme.paper":"\u062A\u0623\u062B\u064A\u0631 \u0627\u0644\u0638\u0644 \u0648\u0631\u0642\u0629 \u0628\u064A\u0636\u0627\u0621","translationTheme.dividingLine":"\u062E\u0637 \u0627\u0644\u062A\u0642\u0633\u064A\u0645","translationTheme.highlight":"\u062A\u0633\u0644\u064A\u0637 \u0627\u0644\u0636\u0648\u0621","translationTheme.marker":"\u0639\u0644\u0627\u0645\u0629","translationTheme.marker2":"\u0639\u0644\u0627\u0645\u0629 2","translationTheme.blockquote":"\u0627\u0644\u0646\u0645\u0637 \u0627\u0644\u0645\u0631\u062C\u0639\u064A","translationTheme.weakening":"\u064A\u0636\u0639\u0641","translationTheme.italic":"\u0645\u0627\u0626\u0644","translationTheme.bold":"\u0639\u0631\u064A\u0636","translationTheme.thinDashed":"\u062A\u0633\u0637\u064A\u0631 \u0645\u062A\u0642\u0637\u0639 \u0631\u0641\u064A\u0639","translationTheme.nativeDashed":"\u064A\u0623\u062A\u064A \u0627\u0644\u0646\u0638\u0627\u0645 \u0645\u0639 \u062A\u0633\u0637\u064A\u0631 \u0645\u0646\u0642\u0637","translationTheme.nativeDotted":"\u064A\u0623\u062A\u064A \u0627\u0644\u0646\u0638\u0627\u0645 \u0645\u0639 \u062A\u0633\u0637\u064A\u0631 \u0645\u0646\u0642\u0637","translationTheme.nativeUnderline":"\u0627\u0644\u0646\u0638\u0627\u0645 \u064A\u0623\u062A\u064A \u0645\u0639 \u062A\u0633\u0637\u064A\u0631 \u0645\u0633\u062A\u0642\u064A\u0645","translationTheme.wavy":"\u062E\u0637\u0648\u0637 \u0645\u062A\u0645\u0648\u062C\u0629","translationServices.custom":"\u0648\u0627\u062C\u0647\u0629 \u0628\u0631\u0645\u062C\u0629 \u0627\u0644\u062A\u0637\u0628\u064A\u0642\u0627\u062A \u0627\u0644\u0645\u062E\u0635\u0635\u0629","translationServices.tencent":"\u0645\u062A\u0631\u062C\u0645 \u062A\u064A\u0646\u0633\u0646\u062A","translationServices.tenAlpha":"\u0645\u062A\u0631\u062C\u0645 \u062A\u064A\u0646\u0633\u0646\u062A (\u0623\u0644\u0641\u0627)","translationServices.google":"\u062C\u0648\u062C\u0644 \u0627\u0644\u0645\u062A\u0631\u062C\u0645","translationServices.bai":"\u0628\u0627\u064A\u062F\u0648 (\u0623\u0644\u0641\u0627)","translationServices.baidu":"\u0645\u062A\u0631\u062C\u0645 \u0628\u0627\u064A\u062F\u0648","translationServices.aliyun":"\u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0633\u062D\u0627\u0628\u064A\u0629 \u0639\u0644\u0649 \u0628\u0627\u0628\u0627","translationServices.volc":"\u062A\u0631\u062C\u0645\u0629 \u0628\u0631\u0643\u0627\u0646","translationServices.deeplx":"DeepLX (\u0628\u064A\u062A\u0627)","translationServices.bing":"\u0645\u062A\u0631\u062C\u0645 \u0645\u0627\u064A\u0643\u0631\u0648\u0633\u0648\u0641\u062A","translationServices.deepl":"\u062F\u064A\u0628 \u0625\u0644","translationServices.wechat":"\u062A\u0631\u062C\u0645\u0629 \u0648\u064A \u0634\u0627\u062A","translationServices.azure":"\u062A\u0631\u062C\u0645\u0629 \u0623\u0632\u0648\u0631","translationServices.ibm":"\u0622\u064A \u0628\u064A \u0625\u0645 \u0648\u0627\u062A\u0633\u0648\u0646","translationServices.aws":"\u062A\u0631\u062C\u0645\u0629 \u0623\u0645\u0627\u0632\u0648\u0646","translationServices.mock":"\u062A\u0631\u062C\u0645\u0629 \u0645\u062D\u0627\u0643\u0627\u0629","translationServices.mock2":"\u062A\u0631\u062C\u0645\u0629 \u0645\u062D\u0627\u0643\u0627\u0629 2","translationServices.caiyun":"\u0643\u0627\u064A\u0648\u0646 \u0634\u064A\u0627\u0648\u064A\u0649","translationServices.cai":"\u0643\u0627\u064A\u0648\u0646 \u0634\u064A\u0627\u0648\u064A\u0649 (\u0623\u0644\u0641\u0627)","translationServices.volcAlpha":"\u0628\u0631\u0643\u0627\u0646 (\u0623\u0644\u0641\u0627)","translationServices.openl":"\u0623\u0648\u0628\u0646 \u0625\u0644","translationServices.youdao":"\u062A\u0631\u062C\u0645\u0629 \u064A\u0648\u062F\u0627\u0648","translationServices.you":"\u062A\u0631\u062C\u0645\u0629 \u064A\u0648\u062F\u0627\u0648 (\u0623\u0644\u0641\u0627)","translationServices.transmart":"\u062A\u064A\u0646\u0633\u0646\u062A \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u062A\u0641\u0627\u0639\u0644\u064A\u0629","translationServices.niu":"\u062A\u0631\u062C\u0645\u0629 \u0645\u0627\u0641\u0631\u064A\u0643\u0633","translationServices.papago":"\u062A\u0631\u062C\u0645\u0629 \u0628\u0627\u0628\u0627\u062C\u0648","translationServices.d":"\u062F (\u0623\u0644\u0641\u0627)","translationServices.dpro":"\u062F\u064A \u0628\u0631\u0648 (\u0643\u0646\u0627\u0631\u064A)","translationServices.openai":"OpenAI","translationServices.yandex":"Yandex","translationServices.chatgpt":"ChatGPT Web (3.5 \u062C\u0648\u0627\u0644)","translate title":"\u062A\u0631\u062C\u0645\u0629 \u0639\u0646\u0648\u0627\u0646 \u0627\u0644\u0635\u0641\u062D\u0629","always languages":"\u0627\u0644\u0644\u063A\u0629 \u0627\u0644\u0645\u062A\u0631\u062C\u0645\u0629 \u062F\u0627\u0626\u0645\u0627",neverTranslateLanguagesLabel:"\u0627\u0644\u0644\u063A\u0627\u062A \u0627\u0644\u062A\u064A \u0644\u0627 \u062A\u062A\u0631\u062C\u0645 \u0623\u0628\u062F\u0627",neverTranslateTheFollowingLanguagesDescription:"\u0633\u064A\u062A\u0645 \u062A\u062E\u0637\u064A \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0639\u0646\u062F\u0645\u0627 \u062A\u0643\u0648\u0646 \u0641\u0642\u0631\u0629 \u0641\u064A \u0627\u0644\u0635\u0641\u062D\u0629 \u0628\u0627\u0644\u0644\u063A\u0627\u062A \u0627\u0644\u062A\u0627\u0644\u064A\u0629",enableUserscriptPagePopup:"\u0625\u0638\u0647\u0627\u0631 \u0627\u0644\u0643\u0631\u0629 \u0627\u0644\u0639\u0627\u0626\u0645\u0629 \u0639\u0644\u0649 \u0627\u0644\u0635\u0641\u062D\u0629",enableUserscriptPagePopupDescription:"\u0628\u0639\u062F \u0625\u063A\u0644\u0627\u0642 \u0627\u0644\u0643\u0631\u0629 \u0627\u0644\u0639\u0627\u0626\u0645\u0629\u060C \u064A\u0645\u0643\u0646\u0643 \u0627\u0633\u062A\u062E\u062F\u0627\u0645 \u0645\u0641\u062A\u0627\u062D \u0627\u0644\u0627\u062E\u062A\u0635\u0627\u0631 /{touch}\u0644\u0625\u064A\u0642\u0627\u0638\u0647\u0627. \u0644\u0645\u0646\u0639 \u0627\u0644\u0639\u062B\u0648\u0631 \u0639\u0644\u0649 \u0627\u0644\u0643\u0631\u0629 \u0627\u0644\u0639\u0627\u0626\u0645\u0629 \u0628\u0639\u062F \u0625\u064A\u0642\u0627\u0641 \u062A\u0634\u063A\u064A\u0644 \u0647\u0630\u0627 \u0627\u0644\u062E\u064A\u0627\u0631 \u0639\u0646 \u0637\u0631\u064A\u0642 \u0627\u0644\u062E\u0637\u0623\u060C \u064A\u0648\u0635\u0649 \u0628\u0634\u062F\u0629 \u0628\u0648\u0636\u0639 \u0625\u0634\u0627\u0631\u0629 \u0645\u0631\u062C\u0639\u064A\u0629 \u0639\u0644\u0649 \u0635\u0641\u062D\u0629 \u0627\u0644\u0625\u0639\u062F\u0627\u062F\u0627\u062A \u0647\u0630\u0647.","always translate the following languages":"\u0639\u0646\u062F\u0645\u0627 \u062A\u0643\u0648\u0646 \u0644\u063A\u0629 \u0627\u0644\u0635\u0641\u062D\u0629 \u0628\u0627\u0644\u0644\u063A\u0627\u062A \u0627\u0644\u062A\u0627\u0644\u064A\u0629\u060C \u0633\u062A\u062A\u0645 \u062A\u0631\u062C\u0645\u062A\u0647\u0627 \u062A\u0644\u0642\u0627\u0626\u064A\u064B\u0627 \u0625\u0644\u0649 \u0627\u0644\u0644\u063A\u0629 \u0627\u0644\u0645\u0633\u062A\u0647\u062F\u0641\u0629","always sites":"\u0639\u0646\u0627\u0648\u064A\u0646 URL \u0627\u0644\u0645\u062A\u0631\u062C\u0645\u0629 \u062F\u0627\u0626\u0645\u064B\u0627","always translate the following sites":"\u0639\u0646\u062F\u0645\u0627 \u064A\u0643\u0648\u0646 \u0645\u0648\u0642\u0639 \u0627\u0644\u0648\u064A\u0628 \u0628\u0627\u0633\u0645 \u0627\u0644\u0646\u0637\u0627\u0642 \u0627\u0644\u062A\u0627\u0644\u064A\u060C \u0633\u062A\u062A\u0645 \u062A\u0631\u062C\u0645\u062A\u0647 \u062A\u0644\u0642\u0627\u0626\u064A\u064B\u0627 \u0625\u0644\u0649 \u0627\u0644\u0644\u063A\u0629 \u0627\u0644\u0647\u062F\u0641","never sites":"\u0639\u0646\u0627\u0648\u064A\u0646 URL \u0627\u0644\u062A\u064A \u0644\u0646 \u062A\u062A\u0645 \u062A\u0631\u062C\u0645\u062A\u0647\u0627 \u0623\u0628\u062F\u064B\u0627","never translate the following sites":"\u0644\u0646 \u064A\u062A\u0645 \u062A\u0646\u0641\u064A\u0630 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0639\u0646\u062F\u0645\u0627 \u064A\u0643\u0648\u0646 \u0645\u0648\u0642\u0639 \u0627\u0644\u0648\u064A\u0628 \u064A\u062D\u0645\u0644 \u0627\u0633\u0645 \u0627\u0644\u0646\u0637\u0627\u0642 \u0627\u0644\u062A\u0627\u0644\u064A","please refer to":"\u064A\u062C\u0628 \u0639\u0644\u064A\u0643 \u062A\u0639\u0628\u0626\u0629 \u0627\u0644\u0645\u0641\u062A\u0627\u062D \u0642\u0628\u0644 \u0627\u0633\u062A\u062E\u062F\u0627\u0645\u0647\u060C \u0644\u0645\u0632\u064A\u062F \u0645\u0646 \u0627\u0644\u062A\u0641\u0627\u0635\u064A\u0644 \u064A\u0631\u062C\u0649 \u0627\u0644\u0631\u062C\u0648\u0639 \u0625\u0644\u0649",KeyAndConfigurationTutorial:'"\u0627\u0644\u0628\u0631\u0646\u0627\u0645\u062C \u0627\u0644\u062A\u0639\u0644\u064A\u0645\u064A \u0644\u0644\u062A\u0637\u0628\u064A\u0642 \u0648\u0627\u0644\u062A\u0643\u0648\u064A\u0646 \u0627\u0644\u0631\u0626\u064A\u0633\u064A"',useAboveStyleForTheseSites:"\u0639\u0646\u062F\u0645\u0627 \u064A\u0643\u0648\u0646 \u0645\u0648\u0642\u0639 \u0627\u0644\u0648\u064A\u0628 \u0647\u0648 \u0627\u0633\u0645 \u0627\u0644\u0646\u0637\u0627\u0642 \u0627\u0644\u062A\u0627\u0644\u064A\u060C \u0627\u0633\u062A\u062E\u062F\u0645 \u062F\u0627\u0626\u0645\u064B\u0627 \u0646\u0645\u0637 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u2308{theme}\u230B",currentUrl:"\u0639\u0646\u0648\u0627\u0646 URL \u0627\u0644\u062D\u0627\u0644\u064A",confirm:"\u064A\u062D\u0641\u0638",cancel:"\u064A\u0644\u063A\u064A",delete:"\u064A\u0645\u0633\u062D","languages.auto":"\u0627\u0644\u0643\u0634\u0641 \u0627\u0644\u062A\u0644\u0642\u0627\u0626\u064A",syncToCloud:"\u0627\u0644\u0645\u0632\u0627\u0645\u0646\u0629 \u0645\u0639 \u062C\u0648\u062C\u0644 \u062F\u0631\u0627\u064A\u0641",syncToCloudDescription:"\u0642\u0645 \u0628\u0627\u0644\u062A\u062D\u0645\u064A\u0644 \u0625\u0644\u0649 \u0627\u0644\u0633\u062D\u0627\u0628\u0629\u060C \u0648\u064A\u0645\u0643\u0646 \u0645\u0632\u0627\u0645\u0646\u0629 \u0627\u0644\u062A\u0643\u0648\u064A\u0646 \u0628\u064A\u0646 \u0627\u0644\u0645\u062A\u0635\u0641\u062D\u0627\u062A \u0627\u0644\u0645\u062E\u062A\u0644\u0641\u0629/\u0627\u0644\u0646\u0635\u0648\u0635 \u0627\u0644\u0628\u0631\u0645\u062C\u064A\u0629 \u0644\u0642\u0631\u062F \u0627\u0644\u0632\u064A\u062A\u060C \u0645\u0639 \u0645\u0631\u0627\u0639\u0627\u0629 \u0648\u0642\u062A \u0627\u0644\u062A\u0639\u062F\u064A\u0644 \u0627\u0644\u0623\u062E\u064A\u0631.",syncToAccount:"\u0627\u0644\u0645\u0632\u0627\u0645\u0646\u0629 \u0645\u0639 \u0633\u062D\u0627\u0628\u0629 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0634\u0627\u0645\u0644\u0629",syncToAccountButton:"\u0645\u0632\u0627\u0645\u0646\u0629 \u0645\u0639 \u0627\u0644\u0633\u062D\u0627\u0628\u0629 \u0639\u0644\u0649 \u0627\u0644\u0641\u0648\u0631",syncToAccountDescription:"\u0645\u0632\u0627\u0645\u0646\u0629 \u0627\u0644\u062A\u0643\u0648\u064A\u0646\u0627\u062A \u062A\u0644\u0642\u0627\u0626\u064A\u064B\u0627 \u0628\u064A\u0646 \u0627\u0644\u0623\u062C\u0647\u0632\u0629 \u0627\u0644\u0645\u062E\u062A\u0644\u0641\u0629\u060C \u0628\u0646\u0627\u0621\u064B \u0639\u0644\u0649 \u0648\u0642\u062A \u0627\u0644\u062A\u0639\u062F\u064A\u0644 \u0627\u0644\u0623\u062E\u064A\u0631.",successSyncConfigInAccount:"\u0627\u0644\u0628\u0642\u0627\u0621 \u0645\u062A\u0632\u0627\u0645\u0646\u064B\u0627 \u0645\u0639 \u0627\u0644\u0633\u062D\u0627\u0628\u0629 \u0628\u0646\u062C\u0627\u062D",successSyncConfigToAccount:"\u062A\u0645\u062A \u0627\u0644\u0645\u0632\u0627\u0645\u0646\u0629 \u0628\u0646\u062C\u0627\u062D \u0645\u0639 \u0627\u0644\u0633\u062D\u0627\u0628\u0629",syncConfigNoUpdate:"\u0628\u0627\u0644\u0641\u0639\u0644 \u0627\u0644\u0623\u062D\u062F\u062B",authFail:"\u0641\u0634\u0644 \u0627\u0644\u062A\u0641\u0648\u064A\u0636",syncTitle:"\u0625\u062F\u0627\u0631\u0629 \u0627\u0644\u0646\u0633\u062E \u0627\u0644\u0627\u062D\u062A\u064A\u0627\u0637\u064A \u0627\u0644\u064A\u062F\u0648\u064A",import_hint:"\u064A\u0633\u062A\u0648\u0631\u062F",upload:"\u0631\u0641\u0639",revokeAuth:"\u0625\u0644\u063A\u0627\u0621 \u0627\u0644\u062A\u0631\u062E\u064A\u0635",uploadFail:"\u0627\u0644\u062A\u062D\u0645\u064A\u0644 \u0641\u0634\u0644",download:"\u062A\u062D\u0645\u064A\u0644",importSuccess:"\u062A\u0645 \u0627\u0644\u0627\u0633\u062A\u064A\u0631\u0627\u062F \u0628\u0646\u062C\u0627\u062D",importFail:"\u0641\u0634\u0644 \u0627\u0644\u0627\u0633\u062A\u064A\u0631\u0627\u062F",deleteFail:"\u0641\u0634\u0644 \u0641\u064A \u0627\u0644\u062D\u0630\u0641",backupToCloud:"\u0625\u062F\u0627\u0631\u0629 \u0645\u0644\u0641\u0627\u062A \u0627\u0644\u0646\u0633\u062E \u0627\u0644\u0627\u062D\u062A\u064A\u0627\u0637\u064A \u064A\u062F\u0648\u064A\u0627",create_new_backup:"\u0625\u0636\u0627\u0641\u0629 \u0639\u0642\u062F\u0629 \u0627\u062D\u062A\u064A\u0627\u0637\u064A\u0629",maxBackupFiles:"\u064A\u0645\u0643\u0646 \u0639\u0645\u0644 \u0646\u0633\u062E\u0629 \u0627\u062D\u062A\u064A\u0627\u0637\u064A\u0629 \u0644\u0645\u0627 \u064A\u0635\u0644 \u0625\u0644\u0649{count}\u0639\u0642\u062F \u0645\u062E\u062A\u0644\u0641\u0629\u060C \u064A\u0631\u062C\u0649 \u062D\u0630\u0641 \u0627\u0644\u0639\u0642\u062F \u063A\u064A\u0631 \u0627\u0644\u0636\u0631\u0648\u0631\u064A\u0629",backupToCloudDescription:"\u062A\u062D\u0645\u064A\u0644 \u0645\u0644\u0641\u0627\u062A \u0627\u0644\u0646\u0633\u062E \u0627\u0644\u0627\u062D\u062A\u064A\u0627\u0637\u064A \u0623\u0648 \u0627\u0633\u062A\u0639\u0627\u062F\u062A\u0647\u0627 \u064A\u062F\u0648\u064A\u064B\u0627\u060C \u0645\u0645\u0627 \u064A\u0633\u0645\u062D \u0628\u0645\u0627 \u064A\u0635\u0644 \u0625\u0644\u0649 3 \u0646\u0633\u062E \u0627\u062D\u062A\u064A\u0627\u0637\u064A\u0629 \u0645\u062E\u062A\u0644\u0641\u0629",successSyncConfig:"\u0627\u0644\u0628\u0642\u0627\u0621 \u0645\u062A\u0632\u0627\u0645\u0646\u064B\u0627 \u0645\u0639 \u0627\u0644\u0633\u062D\u0627\u0628\u0629 \u0628\u0646\u062C\u0627\u062D",syncFail:"\u0641\u0634\u0644\u062A \u0627\u0644\u0645\u0632\u0627\u0645\u0646\u0629",updatedAt:"\u062A\u0645 \u0627\u0644\u062A\u062D\u062F\u064A\u062B \u0639\u0646\u062F {date}",lastSyncedAt:"\u0622\u062E\u0631 \u0641\u062D\u0635 \u0643\u0627\u0646 \u0639\u0646\u062F {date}",downloadFail:"\u0627\u0644\u062A\u062D\u0645\u064A\u0644 \u0641\u0634\u0644",clickToDownload:"\u0627\u0636\u063A\u0637 \u0644\u0644\u062A\u062D\u0645\u064A\u0644",aboutLabel:"\u062D\u0648\u0644 - \u0631\u062F\u0648\u062F \u0627\u0644\u0641\u0639\u0644","browser.openAboutPage":"\u062D\u0648\u0644/\u0631\u062F\u0648\u062F \u0627\u0644\u0641\u0639\u0644",aboutLabelWithoutSponsor:"\u062D\u0648\u0644 - \u0631\u062F\u0648\u062F \u0627\u0644\u0641\u0639\u0644",aboutIntro:"\u0623\u062A\u0645\u0646\u0649 \u0623\u0646 \u0646\u062A\u0645\u0643\u0646 \u062C\u0645\u064A\u0639\u064B\u0627 \u0645\u0646 \u0627\u0644\u0648\u0635\u0648\u0644 \u0625\u0644\u0649 \u0627\u0644\u0645\u0639\u0644\u0648\u0645\u0627\u062A \u0627\u0644\u0636\u062E\u0645\u0629 \u0627\u0644\u0645\u062A\u0639\u0644\u0642\u0629 \u0628\u0627\u0644\u0644\u063A\u0627\u062A \u0627\u0644\u0623\u062C\u0646\u0628\u064A\u0629 \u0639\u0644\u0649 \u0627\u0644\u0625\u0646\u062A\u0631\u0646\u062A \u0628\u0633\u0647\u0648\u0644\u0629 \u0648\u0633\u0639\u0627\u062F\u0629 \u0623\u0643\u0628\u0631. \u064A\u0645\u0643\u0646\u0643 \u0627\u062E\u062A\u064A\u0627\u0631 \u0641\u062A\u062D \u0639\u0636\u0648\u064A\u0629 <6> Pro \u0644\u0627\u0633\u062A\u062E\u062F\u0627\u0645 \u062A\u0631\u062C\u0645\u0627\u062A DeepL \u0648OpenAI \u062E\u0627\u0631\u062C \u0627\u0644\u0635\u0646\u062F\u0648\u0642.

\u064A\u0645\u0643\u0646\u0643\u0645 \u0645\u062A\u0627\u0628\u0639\u062A\u0646\u0627 \u0639\u0644\u0649 <3>\u062A\u0648\u064A\u062A\u0631 ,<4>\u0642\u0646\u0627\u0629 \u0627\u0644\u062A\u0644\u064A\u062C\u0631\u0627\u0645 \u0623\u0648 \u062D\u0633\u0627\u0628 WeChat \u0627\u0644\u0639\u0627\u0645 \u0623\u0648 \u0645\u062C\u0645\u0648\u0639\u0629 \u0627\u062A\u0635\u0627\u0644\u0627\u062A WeChat \u0623\u0648 <5> \u0627\u0634\u062A\u0631\u0627\u0643 \u0627\u0644\u0628\u0631\u064A\u062F \u0627\u0644\u0625\u0644\u0643\u062A\u0631\u0648\u0646\u064A \u0623\u062F\u0646\u0627\u0647 \u062A\u062A\u0628\u0639 \u0627\u0644\u062A\u062D\u062F\u064A\u062B\u0627\u062A.
<7>\u0639\u0636\u0648 \u0645\u062D\u062A\u0631\u0641 \u064A\u0645\u0643\u0646\u0643 \u0627\u0644\u0627\u062A\u0635\u0627\u0644 \u0628\u0627\u0644\u0628\u0631\u064A\u062F \u0627\u0644\u0625\u0644\u0643\u062A\u0631\u0648\u0646\u064A \u0627\u0644\u0633\u0631\u064A\u0639 \u0644\u062E\u062F\u0645\u0629 \u0627\u0644\u0639\u0645\u0644\u0627\u0621 <8> support@immersivetranslate.com \u0627\u0628\u0642 \u0639\u0644\u0649 \u062A\u0648\u0627\u0635\u0644 \u0645\u0639\u0646\u0627.",aboutIntroWithoutSponsor:"\u0623\u062A\u0645\u0646\u0649 \u0623\u0646 \u0646\u062A\u0645\u0643\u0646 \u062C\u0645\u064A\u0639\u064B\u0627 \u0645\u0646 \u0627\u0644\u0648\u0635\u0648\u0644 \u0628\u0634\u0643\u0644 \u0623\u0633\u0647\u0644 \u0648\u0623\u0643\u062B\u0631 \u0645\u062A\u0639\u0629 \u0625\u0644\u0649 \u0627\u0644\u0643\u0645 \u0627\u0644\u0647\u0627\u0626\u0644 \u0645\u0646 \u0627\u0644\u0645\u0639\u0644\u0648\u0645\u0627\u062A \u0628\u0627\u0644\u0644\u063A\u0629 \u0627\u0644\u0623\u062C\u0646\u0628\u064A\u0629 \u0639\u0644\u0649 \u0627\u0644\u0625\u0646\u062A\u0631\u0646\u062A \u2764\uFE0F

\u064A\u0645\u0643\u0646\u0643 \u0645\u062A\u0627\u0628\u0639\u062A\u0646\u0627 \u0639\u0644\u0649 Twitter <3> ,<4>\u0642\u0646\u0627\u0629 \u0627\u0644\u062A\u0644\u064A\u062C\u0631\u0627\u0645 \u0623\u0648 \u062D\u0633\u0627\u0628 WeChat \u0627\u0644\u0639\u0627\u0645 \u0623\u0648 \u0645\u062C\u0645\u0648\u0639\u0629 \u0627\u062A\u0635\u0627\u0644\u0627\u062A WeChat \u0623\u0648 <5> \u0627\u0634\u062A\u0631\u0627\u0643 \u0627\u0644\u0628\u0631\u064A\u062F \u0627\u0644\u0625\u0644\u0643\u062A\u0631\u0648\u0646\u064A \u0623\u062F\u0646\u0627\u0647 \u062A\u062A\u0628\u0639 \u0627\u0644\u062A\u062D\u062F\u064A\u062B\u0627\u062A.",projectHomepage:"\u0627\u0644\u0635\u0641\u062D\u0629 \u0627\u0644\u0631\u0626\u064A\u0633\u064A\u0629 \u0644\u0644\u0645\u0634\u0631\u0648\u0639",joinTelegramGroup:"\u0627\u0646\u0636\u0645 \u0625\u0644\u0649 \u0645\u062C\u0645\u0648\u0639\u0629 \u0627\u062A\u0635\u0627\u0644\u0627\u062A \u0627\u0644\u0645\u0633\u062A\u062E\u062F\u0645\u064A\u0646 \u0644\u0644\u0645\u0634\u0627\u0631\u0643\u0629 \u0641\u064A \u0627\u0644\u0645\u0646\u0627\u0642\u0634\u0627\u062A \u0627\u0644\u0648\u0638\u064A\u0641\u064A\u0629",wechatPublicAccount:"\u062D\u0633\u0627\u0628 \u0648\u064A \u0634\u0627\u062A \u0627\u0644\u0639\u0627\u0645",wechatCommunities:"\u0645\u062C\u0645\u0648\u0639\u0629 \u0627\u0644\u0627\u062A\u0635\u0627\u0644\u0627\u062A WeChat",qqCommunities:"\u0642\u0646\u0627\u0629 \u0627\u062A\u0635\u0627\u0644 QQ",joinTelegramChannel:"\u062A\u0627\u0628\u0639\u0648\u0627 \u0642\u0646\u0627\u0629 \u0627\u0644\u062A\u0644\u064A\u062C\u0631\u0627\u0645 \u0644\u0645\u0639\u0631\u0641\u0629 \u0622\u062E\u0631 \u0627\u0644\u062A\u062D\u062F\u064A\u062B\u0627\u062A",feedbackAndJoin:"\u0631\u062F\u0648\u062F \u0627\u0644\u0641\u0639\u0644 \u0627\u0644\u0645\u0634\u0643\u0644\u0629 / \u0627\u0644\u0627\u0646\u0636\u0645\u0627\u0645 \u0625\u0644\u0649 \u0627\u0644\u0645\u062C\u0645\u0648\u0639\u0629",autoSync:"\u0627\u0644\u0645\u0632\u0627\u0645\u0646\u0629 \u0627\u0644\u0645\u062C\u062F\u0648\u0644\u0629 \u0627\u0644\u062A\u0644\u0642\u0627\u0626\u064A\u0629",loadingThemeTitle:"\u0623\u0633\u0644\u0648\u0628 \u0627\u0644\u062A\u062D\u0645\u064A\u0644",loadingThemeDescription:"\u0627\u0636\u0628\u0637 \u0627\u0644\u0646\u0645\u0637 \u0623\u062B\u0646\u0627\u0621 \u0627\u0646\u062A\u0638\u0627\u0631 \u062A\u062D\u0645\u064A\u0644 \u0627\u0644\u062A\u0631\u062C\u0645\u0629","loadingTheme.spinner":"\u0627\u0644\u0631\u0633\u0648\u0645 \u0627\u0644\u0645\u062A\u062D\u0631\u0643\u0629 \u0627\u0644\u062F\u0627\u0626\u0631\u0629","loadingTheme.text":"\u0646\u0635 \u062B\u0627\u0628\u062A... ","loadingTheme.none":"\u0644\u0627 \u062A\u0638\u0647\u0631",developerDescription:"\u064A\u0645\u0643\u0646\u0643 \u0627\u0644\u0646\u0642\u0631 \u0641\u0648\u0642 <1> \u0647\u0646\u0627 \u0639\u0631\u0636 \u0627\u0644\u0648\u062B\u0627\u0626\u0642 \u0627\u0644\u0645\u062A\u0639\u0644\u0642\u0629 \u0628\u0627\u0644\u062A\u062E\u0635\u064A\u0635 \u0627\u0644\u0645\u062A\u0642\u062F\u0645","edit border color":"\u062A\u0639\u062F\u064A\u0644 \u0644\u0648\u0646 \u0627\u0644\u062D\u062F\u0648\u062F",successSyncButNoChange:"\u0627\u0644\u062A\u0643\u0648\u064A\u0646 \u0627\u0644\u062D\u0627\u0644\u064A \u0645\u062A\u0648\u0627\u0641\u0642 \u0645\u0639 \u0627\u0644\u0633\u062D\u0627\u0628\u0629",customTheme:"\u0627\u0644\u0623\u0644\u0648\u0627\u0646 \u0648\u0627\u0644\u0623\u062D\u062C\u0627\u0645 \u0627\u0644\u0645\u062E\u0635\u0635\u0629","customThemeLabel.borderColor":"\u0644\u0648\u0646 \u0627\u0644\u062D\u062F\u0648\u062F","customThemeLabel.borderRadius":"\u062D\u062F\u0648\u062F \u0645\u0633\u062A\u062F\u064A\u0631\u0629 \u0627\u0644\u0632\u0648\u0627\u064A\u0627","customThemeLabel.textColor":"\u0644\u0648\u0646 \u0627\u0644\u062E\u0637","customThemeLabel.backgroundColor":"\u0644\u0648\u0646 \u0627\u0644\u062E\u0644\u0641\u064A\u0629","customThemeLabel.zoom":"\u062A\u062D\u062C\u064A\u0645 \u0627\u0644\u062E\u0637 (%)","customThemeLabel.opacity":"\u0639\u062A\u0627\u0645\u0629 \u0627\u0644\u0646\u0635 (%)",resetToDefaultColor:"\u0627\u0644\u0639\u0648\u062F\u0629 \u0625\u0644\u0649 \u0627\u0644\u0644\u0648\u0646 \u0627\u0644\u0627\u0641\u062A\u0631\u0627\u0636\u064A",resetToDefaultSettings:"\u0627\u0644\u0639\u0648\u062F\u0629 \u0625\u0644\u0649 \u0627\u0644\u0625\u0639\u062F\u0627\u062F\u0627\u062A \u0627\u0644\u0627\u0641\u062A\u0631\u0627\u0636\u064A\u0629",isTranslateTitle:"\u0642\u0645 \u0628\u062A\u0634\u063A\u064A\u0644 \u0639\u0646\u0627\u0648\u064A\u0646 \u0635\u0641\u062D\u0627\u062A \u0627\u0644\u0648\u064A\u0628 \u0627\u0644\u0645\u062A\u0631\u062C\u0645\u0629",isTranslateTitleDescription:"\u0639\u0646\u062F \u062A\u0634\u063A\u064A\u0644\u0647\u060C \u0633\u064A\u062A\u0645 \u062A\u0631\u062C\u0645\u0629 \u0639\u0646\u0648\u0627\u0646 \u0635\u0641\u062D\u0629 \u0627\u0644\u0648\u064A\u0628",enableSearchEnhancement:"\u062A\u0645\u0643\u064A\u0646 \u062A\u0639\u0632\u064A\u0632 \u0627\u0644\u0645\u0639\u0644\u0648\u0645\u0627\u062A \u062B\u0646\u0627\u0626\u064A\u0629 \u0627\u0644\u0644\u063A\u0629",enableSearchEnhancementDescription:'\u0628\u0639\u062F \u062A\u0634\u063A\u064A\u0644\u0647\u0627\u060C \u0633\u064A\u062A\u0645 \u0639\u0631\u0636 \u0646\u062A\u0627\u0626\u062C \u0628\u062D\u062B "\u0623\u062E\u0628\u0627\u0631 Google" \u0627\u0644\u0645\u0642\u0627\u0628\u0644\u0629 \u0644\u0644\u0643\u0644\u0645\u0627\u062A \u0627\u0644\u0631\u0626\u064A\u0633\u064A\u0629 \u0628\u0627\u0644\u0644\u063A\u0629 \u0627\u0644\u0625\u0646\u062C\u0644\u064A\u0632\u064A\u0629 \u062A\u0644\u0642\u0627\u0626\u064A\u064B\u0627 \u0641\u064A \u0627\u0644\u0639\u0645\u0648\u062F \u0627\u0644\u0623\u064A\u0645\u0646 \u0644\u0645\u0648\u0627\u0642\u0639 \u0627\u0644\u0648\u064A\u0628 \u0627\u0644\u0645\u062F\u0639\u0648\u0645\u0629 (\u0623\u062E\u0628\u0627\u0631 Google\u060C \u0628\u062D\u062B Google (\u0628\u0639\u0636 \u0627\u0644\u0643\u0644\u0645\u0627\u062A \u0627\u0644\u0631\u0626\u064A\u0633\u064A\u0629)\u060C Snowball\u060C Oriental Fortune\u060C Futu\u060C Tiger Community).',verifyService:"\u0627\u0646\u0642\u0631 \u0647\u0646\u0627 \u0644\u0627\u062E\u062A\u0628\u0627\u0631 \u0627\u0644\u062E\u062F\u0645\u0629",verified:"\u062A\u0645 \u0627\u0644\u062A\u062D\u0642\u0642 \u0628\u0646\u062C\u0627\u062D","field.langs":"\u0631\u0645\u0648\u0632 \u0627\u0644\u0644\u063A\u0629 \u0627\u0644\u0645\u062F\u0639\u0648\u0645\u0629","field.model":"\u0646\u0645\u0648\u0630\u062C","field.translationEngine":"\u0645\u062D\u0631\u0643 \u0627\u0644\u062A\u0631\u062C\u0645\u0629","field.limitPerMinute":"\u0627\u0644\u062D\u062F \u0627\u0644\u0623\u0642\u0635\u0649 \u0644\u0639\u062F\u062F \u0627\u0644\u0637\u0644\u0628\u0627\u062A \u0641\u064A \u0627\u0644\u062F\u0642\u064A\u0642\u0629","field.limitPerSecond":"\u0627\u0644\u062D\u062F \u0627\u0644\u0623\u0642\u0635\u0649 \u0644\u0639\u062F\u062F \u0627\u0644\u0637\u0644\u0628\u0627\u062A \u0641\u064A \u0627\u0644\u062B\u0627\u0646\u064A\u0629","field.maxTextLengthPerRequest":"\u0627\u0644\u062D\u062F \u0627\u0644\u0623\u0642\u0635\u0649 \u0644\u0637\u0648\u0644 \u0627\u0644\u0646\u0635 \u0644\u0643\u0644 \u0637\u0644\u0628","field.maxTextGroupLengthPerRequest":"\u0627\u0644\u062D\u062F \u0627\u0644\u0623\u0642\u0635\u0649 \u0644\u0639\u062F\u062F \u0627\u0644\u0641\u0642\u0631\u0627\u062A \u0644\u0643\u0644 \u0637\u0644\u0628","field.apiUrl":"\u0639\u0646\u0648\u0627\u0646 \u0648\u0627\u062C\u0647\u0629 API \u0627\u0644\u0645\u062E\u0635\u0635\u0629","field.placeholderDelimiters":"\u0627\u0644\u0639\u0646\u0627\u0635\u0631 \u0627\u0644\u0646\u0627\u0626\u0628\u0629 \u0627\u0644\u0645\u062D\u062C\u0648\u0632\u0629","description.custom":"\u0627\u0644\u0648\u0635\u0648\u0644 \u0625\u0644\u0649 \u0627\u0644\u0648\u0627\u062C\u0647\u0629 \u0627\u0644\u0645\u062E\u0635\u0635\u0629 \u064A\u062A\u0637\u0644\u0628 \u0648\u062B\u0627\u0626\u0642 \u0645\u0631\u062C\u0639\u064A\u0629","description.limitPerMinute":"\u0648\u0639\u0646\u062F\u0645\u0627 \u064A\u062A\u062C\u0627\u0648\u0632 \u0639\u062F\u062F \u0627\u0644\u0637\u0644\u0628\u0627\u062A \u0647\u0630\u0627 \u0627\u0644\u062D\u062F\u060C \u0641\u0625\u0646\u0647 \u0633\u064A\u062F\u062E\u0644 \u0641\u064A \u062D\u0627\u0644\u0629 \u0627\u0644\u0627\u0646\u062A\u0638\u0627\u0631 \u062D\u062A\u0649 \u0628\u062F\u0627\u064A\u0629 \u0627\u0644\u062F\u0642\u064A\u0642\u0629 \u0627\u0644\u062A\u0627\u0644\u064A\u0629. \u0646\u0638\u0631\u064B\u0627 \u0644\u0644\u0642\u064A\u0648\u062F \u0627\u0644\u0645\u062E\u062A\u0644\u0641\u0629 \u0644\u062E\u062F\u0645\u0629 OpenAI \u0627\u0644\u062D\u0627\u0644\u064A\u0629\u060C \u064A\u0631\u062C\u0649 \u0627\u0644\u0646\u0642\u0631 \u0641\u0648\u0642 <1> \u0647\u0646\u0627 \u0639\u0631\u0636 \u0623\u062D\u062F\u062B \u0627\u0644\u0642\u064A\u0645 \u0627\u0644\u0645\u0648\u0635\u0649 \u0628\u0647\u0627","description.limitPerSecond":"\u0648\u0639\u0646\u062F\u0645\u0627 \u064A\u062A\u062C\u0627\u0648\u0632 \u0639\u062F\u062F \u0627\u0644\u0637\u0644\u0628\u0627\u062A \u0647\u0630\u0627 \u0627\u0644\u062D\u062F\u060C \u0641\u0625\u0646\u0647 \u0633\u064A\u062F\u062E\u0644 \u0641\u064A \u062D\u0627\u0644\u0629 \u0627\u0644\u0627\u0646\u062A\u0638\u0627\u0631 \u062D\u062A\u0649 \u0628\u062F\u0627\u064A\u0629 \u0627\u0644\u062B\u0627\u0646\u064A\u0629 \u0627\u0644\u062A\u0627\u0644\u064A\u0629. \u0646\u0638\u0631\u064B\u0627 \u0644\u0644\u0642\u064A\u0648\u062F \u0627\u0644\u0645\u062E\u062A\u0644\u0641\u0629 \u0644\u062E\u062F\u0645\u0629 OpenAI \u0627\u0644\u062D\u0627\u0644\u064A\u0629\u060C \u064A\u0631\u062C\u0649 \u0627\u0644\u0646\u0642\u0631 \u0641\u0648\u0642 <1> \u0647\u0646\u0627 \u0639\u0631\u0636 \u0623\u062D\u062F\u062B \u0627\u0644\u0642\u064A\u0645 \u0627\u0644\u0645\u0648\u0635\u0649 \u0628\u0647\u0627","description.generalLimitPerSecond":"\u0648\u0639\u0646\u062F\u0645\u0627 \u064A\u062A\u062C\u0627\u0648\u0632 \u0639\u062F\u062F \u0627\u0644\u0637\u0644\u0628\u0627\u062A \u0647\u0630\u0627 \u0627\u0644\u062D\u062F\u060C \u0641\u0625\u0646\u0647 \u0633\u064A\u062F\u062E\u0644 \u0641\u064A \u062D\u0627\u0644\u0629 \u0627\u0644\u0627\u0646\u062A\u0638\u0627\u0631 \u062D\u062A\u0649 \u0628\u062F\u0627\u064A\u0629 \u0627\u0644\u062B\u0627\u0646\u064A\u0629 \u0627\u0644\u062A\u0627\u0644\u064A\u0629.","description.prompt":"\u062A\u0631\u0633\u0644 \u0627\u0644\u0645\u062D\u0627\u062F\u062B\u0629 \u0625\u0644\u0649 {service} \u0628\u0635\u0641\u0629 \u0627\u0644\u0645\u0633\u062A\u062E\u062F\u0645\u060C \u062D\u064A\u062B \u064A\u0645\u062B\u0644 {{text}} \u0646\u0635 \u0627\u0644\u0641\u0642\u0631\u0629\u060C \u0648\u064A\u0645\u062B\u0644 {{from}} \u0644\u063A\u0629 \u0627\u0644\u0641\u0642\u0631\u0629\u060C \u0648\u064A\u0645\u062B\u0644 {{to}} \u0627\u0644\u0644\u063A\u0629 \u0627\u0644\u0645\u0633\u062A\u0647\u062F\u0641\u0629.","description.maxTextLengthPerRequest":"\u0627\u0644\u062D\u062F \u0627\u0644\u0623\u0642\u0635\u0649 \u0644\u0639\u062F\u062F \u0627\u0644\u0623\u062D\u0631\u0641 \u0644\u0643\u0644 \u0637\u0644\u0628. \u0625\u0630\u0627 \u0643\u0627\u0646 \u0643\u0628\u064A\u0631\u064B\u0627 \u062C\u062F\u064B\u0627\u060C \u0641\u0633\u062A\u062A\u0628\u0627\u0637\u0623 \u0627\u0633\u062A\u062C\u0627\u0628\u0629 \u0627\u0644\u0648\u0627\u062C\u0647\u0629\u060C \u0644\u0630\u0627 \u064A\u0645\u0643\u0646\u0643 \u0645\u062D\u0627\u0648\u0644\u0629 \u0636\u0628\u0637 \u0647\u0630\u0627 \u0627\u0644\u062E\u064A\u0627\u0631 \u0644\u062A\u062D\u0633\u064A\u0646 \u0627\u0644\u0633\u0631\u0639\u0629.","description.systemPrompt":"\u064A\u062A\u0645 \u0625\u0631\u0633\u0627\u0644 \u0627\u0644\u0645\u062D\u0627\u062F\u062B\u0629 \u0625\u0644\u0649 OpenAI \u0643\u0646\u0638\u0627\u0645\u060C \u062D\u064A\u062B \u064A\u0645\u062B\u0644 {{text}} \u0645\u062D\u062A\u0648\u0649 \u0646\u0635 \u0627\u0644\u0641\u0642\u0631\u0629\u060C \u0648\u064A\u0645\u062B\u0644{{from}} \u0644\u063A\u0629 \u0627\u0644\u0641\u0642\u0631\u0629\u060C \u0648\u064A\u0645\u062B\u0644{{to}} \u0627\u0644\u0644\u063A\u0629 \u0627\u0644\u0645\u0633\u062A\u0647\u062F\u0641\u0629","field.domain":"\u0645\u062C\u0627\u0644","description.domain":"\u0627\u0644\u0627\u0641\u062A\u0631\u0627\u0636\u064A \u0647\u0648\uFF1A\u0639\u0627\u0645. \u0644\u0627 \u064A\u0645\u0643\u0646 \u0636\u0628\u0637\u0647 \u0625\u0644\u0627 \u0639\u0646\u062F \u062A\u0645\u0643\u064A\u0646 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0645\u0633\u062A\u0646\u062F\u0629 \u0625\u0644\u0649 \u0627\u0644\u0645\u062C\u0627\u0644 \u0641\u064A \u0648\u062D\u062F\u0629 \u062A\u062D\u0643\u0645 Youdao API. \u0644\u0644\u062D\u0635\u0648\u0644 \u0639\u0644\u0649 \u0627\u0644\u062D\u0642\u0648\u0644 \u0627\u0644\u0645\u062F\u0639\u0648\u0645\u0629\u060C \u064A\u0631\u062C\u0649 \u0627\u0644\u0627\u0637\u0644\u0627\u0639 \u0639\u0644\u0649 <1> \u0647\u0646\u0627.","field.scene":"\u0645\u0634\u0627\u0647\u062F","description.scene":"\u0627\u0644\u0627\u0641\u062A\u0631\u0627\u0636\u064A \u0647\u0648\uFF1A\u0639\u0627\u0645. \u0644\u0627 \u064A\u0645\u0643\u0646 \u0636\u0628\u0637\u0647 \u0625\u0644\u0627 \u0639\u0646\u062F \u062A\u0646\u0634\u064A\u0637 \u0627\u0644\u0625\u0635\u062F\u0627\u0631 \u0627\u0644\u0627\u062D\u062A\u0631\u0627\u0641\u064A \u0644\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0622\u0644\u064A\u0629 \u0641\u064A \u0648\u062D\u062F\u0629 \u062A\u062D\u0643\u0645 Alibaba Cloud API. \u0631\u0627\u062C\u0639 <1> \u0647\u0646\u0627 \u0644\u0644\u062D\u0635\u0648\u0644 \u0639\u0644\u0649 \u0627\u0644\u0633\u064A\u0646\u0627\u0631\u064A\u0648\u0647\u0627\u062A \u0627\u0644\u0645\u062F\u0639\u0648\u0645\u0629.","field.vocabId":"\u0645\u0639\u0631\u0641 \u0642\u0627\u0645\u0648\u0633 \u0627\u0644\u0645\u0633\u062A\u062E\u062F\u0645","description.vocabId":"\u064A\u062F\u0639\u0645 \u0627\u0644\u0642\u0627\u0645\u0648\u0633 \u0627\u0644\u0645\u062D\u062F\u062F out_id \u062D\u0627\u0644\u064A\u064B\u0627 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0625\u0646\u062C\u0644\u064A\u0632\u064A\u0629 \u0627\u0644\u0635\u064A\u0646\u064A\u0629.","description.model":"\u064A\u0645\u0643\u0646 \u0623\u0646 \u064A\u0643\u0648\u0646 \u0646\u0645\u0648\u0630\u062C OpenAI \u0647\u0648 gpt-3.5-turbo \u0623\u0648 gpt-4 \u0648\u0645\u0627 \u0625\u0644\u0649 \u0630\u0644\u0643.","description.maxTextGroupLengthPerRequest":"\u0639\u062F\u062F \u0627\u0644\u0641\u0642\u0631\u0627\u062A \u0627\u0644\u0645\u0631\u0633\u0644\u0629 \u0625\u0644\u0649 \u062E\u062F\u0645\u0629 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0641\u064A \u0643\u0644 \u0645\u0631\u0629. \u0625\u0630\u0627 \u0643\u0627\u0646 \u0647\u0646\u0627\u0643 \u0639\u062F\u062F \u0643\u0628\u064A\u0631 \u062C\u062F\u064B\u0627 \u0645\u0646 \u0627\u0644\u0641\u0642\u0631\u0627\u062A\u060C \u0641\u0642\u062F \u062A\u062A\u0628\u0627\u0637\u0623 \u0627\u0633\u062A\u062C\u0627\u0628\u0629 \u0627\u0644\u0648\u0627\u062C\u0647\u0629.","description.apiUrl":"\u0627\u0644\u0631\u062C\u0627\u0621 \u0625\u0636\u0627\u0641\u0629 \u0639\u0646\u0648\u0627\u0646 URL \u0645\u062D\u062F\u062F \u0645\u0639 \u0627\u0644\u0645\u0633\u0627\u0631\u060C <1> \u0627\u0644\u0645\u0632\u064A\u062F \u0645\u0646 \u0627\u0644\u062A\u0639\u0644\u064A\u0645\u0627\u062A",enabledExtension:"\u062A\u0645\u0643\u064A\u0646 \u0627\u0644\u062A\u0645\u062F\u064A\u062F",clickToDisableExtension:"\u0627\u0646\u0642\u0631 \u0644\u062A\u0639\u0637\u064A\u0644 \u0627\u0644\u062A\u0645\u062F\u064A\u062F",clickToEnableExtension:"\u0627\u0646\u0642\u0631 \u0644\u062A\u0645\u0643\u064A\u0646 \u0627\u0644\u062A\u0645\u062F\u064A\u062F",hasBeenDisabled:"\u0639\u0627\u062C\u0632","show password":"\u0639\u0631\u0636 \u0643\u0644\u0645\u0629 \u0627\u0644\u0645\u0631\u0648\u0631",customContent:"\u0623\u062F\u062E\u0644 \u0627\u0633\u0645 \u0627\u0644\u0646\u0645\u0648\u0630\u062C \u0627\u0644\u0645\u062E\u0635\u0635",inputOptions:"\u062A\u062D\u0633\u064A\u0646 \u0635\u0646\u062F\u0648\u0642 \u0627\u0644\u0625\u062F\u062E\u0627\u0644",mouseHoverOptions:"\u062A\u0645\u0631\u064A\u0631 \u0627\u0644\u0645\u0627\u0648\u0633",modifyMouseHoverKey:"\u062A\u0639\u062F\u064A\u0644 \u0645\u0641\u0627\u062A\u064A\u062D \u0627\u0644\u0627\u062E\u062A\u0635\u0627\u0631 \u0627\u0644\u062E\u0627\u0635\u0629 \u0628\u0627\u0644\u0645\u0627\u0648\u0633",enableInputTranslation:"\u0645\u0627 \u0625\u0630\u0627 \u0643\u0627\u0646 \u0633\u064A\u062A\u0645 \u062A\u0645\u0643\u064A\u0646 \u062A\u062D\u0633\u064A\u0646 \u0645\u0631\u0628\u0639 \u0627\u0644\u0625\u062F\u062E\u0627\u0644",enableInputTranslationDescription:"\u0628\u0639\u062F{trailingKey}\u060C \u0623\u062F\u062E\u0644 \u0645\u0628\u0627\u0634\u0631\u0629 {startingKey}{startingKey} hello \u0641\u064A \u0645\u0631\u0628\u0639 \u0627\u0644\u0625\u062F\u062E\u0627\u0644\u060C \u062B\u0645 \u0627\u0646\u0642\u0631 \u0633\u0631\u064A\u0639\u064B\u0627 \u0641\u0648\u0642{inputTrailingTriggerKeyRepeatTimes}\u0645\u0631\u062A\u064A\u0646 \u0644\u062A\u0631\u062C\u0645\u062A\u0647 \u0625\u0644\u0649 {inputTargetLanguage}",enableInputTranslationDescriptionForNoneKey:"{trailingKey}\u062A\u0645\u0643\u064A\u0646\u0647\u060C \u0623\u062F\u062E\u0644 \u0645\u0628\u0627\u0634\u0631\u0629\uFF1Ahelloworld \u0641\u064A \u0645\u0631\u0628\u0639 \u0627\u0644\u0625\u062F\u062E\u0627\u0644\u060C \u062B\u0645 \u0627\u0646\u0642\u0631 \u0628\u0633\u0631\u0639\u0629{inputTrailingTriggerKeyRepeatTimes}\u0644\u0644\u062A\u0631\u062C\u0645\u0629 \u0625\u0644\u0649 \u0627\u0644\u0644\u063A\u0629 \u0627\u0644\u0645\u0633\u062A\u0647\u062F\u0641\u0629 \u0627\u0644\u0627\u0641\u062A\u0631\u0627\u0636\u064A\u0629.",inputTargetLanguage:"\u0642\u0645 \u0628\u062A\u0639\u064A\u064A\u0646 \u0627\u0644\u0644\u063A\u0629 \u0627\u0644\u0647\u062F\u0641 \u0627\u0644\u0627\u0641\u062A\u0631\u0627\u0636\u064A\u0629 \u0644\u0645\u0631\u0628\u0639 \u0627\u0644\u0625\u062F\u062E\u0627\u0644",inputTargetLanguageDescription:"\u0627\u0644\u0644\u063A\u0629 \u0627\u0644\u0647\u062F\u0641 \u0627\u0644\u0627\u0641\u062A\u0631\u0627\u0636\u064A\u0629 \u0644\u062A\u0631\u062C\u0645\u0629 \u0645\u0631\u0628\u0639 \u0627\u0644\u0625\u062F\u062E\u0627\u0644\u060C \u0648\u0647\u064A {startingKey}{startingKey} \u0643\u0644\u063A\u0629 \u0627\u0641\u062A\u0631\u0627\u0636\u064A\u0629 \u0644\u0643\u0644\u0645\u0627\u062A \u0627\u0644\u062A\u0634\u063A\u064A\u0644",inputTargetLanguageDescriptionForNoneKey:"\u0627\u0644\u0644\u063A\u0629 \u0627\u0644\u0647\u062F\u0641 \u0627\u0644\u0627\u0641\u062A\u0631\u0627\u0636\u064A\u0629 \u0644\u062A\u0631\u062C\u0645\u0627\u062A \u0645\u0631\u0628\u0639 \u0627\u0644\u0625\u062F\u062E\u0627\u0644",inputStartingTriggerKeyTitle:"\u0642\u0645 \u0628\u062A\u0639\u064A\u064A\u0646 \u0627\u0644\u0623\u062D\u0631\u0641 \u0627\u0644\u0645\u0642\u0633\u0645\u0629 \u0644\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u062C\u0632\u0626\u064A\u0629 \u0644\u0645\u0631\u0628\u0639 \u0627\u0644\u0625\u062F\u062E\u0627\u0644",inputStartingTriggerKeyDescription:"\u0639\u0646\u062F\u0645\u0627 \u0644\u0627 \u062A\u062D\u062A\u0627\u062C \u0625\u0644\u0649 \u062A\u0631\u062C\u0645\u0629 \u0645\u0631\u0628\u0639 \u0627\u0644\u0625\u062F\u062E\u0627\u0644 \u0628\u0623\u0643\u0645\u0644\u0647\u060C \u064A\u062A\u064A\u062D \u0644\u0643 \u0627\u0644\u0645\u062D\u062F\u062F \u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u062C\u0632\u0621 \u0641\u0642\u0637 {startingKey}{startingKey} \u0625\u0644\u0649 \u0646\u0647\u0627\u064A\u0629 \u0645\u0631\u0628\u0639 \u0627\u0644\u0625\u062F\u062E\u0627\u0644\u060C \u0623\u0648 \u064A\u0645\u0643\u0646\u0643 \u062A\u062D\u062F\u064A\u062F \u0631\u0645\u0632 \u0627\u0644\u0644\u063A\u0629\u060C \u0639\u0644\u0649 \u0633\u0628\u064A\u0644 \u0627\u0644\u0645\u062B\u0627\u0644\u060C\uFF1A{startingKey}ja \u062A\u0639\u0646\u064A \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0641\u0642\u0637 \u0627\u0644\u062C\u0632\u0621 \u0645\u0646 {startingKey}\u062C\u0627 \u0625\u0644\u0649 \u0646\u0647\u0627\u064A\u0629 \u0645\u0631\u0628\u0639 \u0627\u0644\u0625\u062F\u062E\u0627\u0644.",inputStartingTriggerKeyDescriptionForNoneKey:"\u062A\u0645 \u0636\u0628\u0637\u0647 \u062D\u0627\u0644\u064A\u064B\u0627 \u0628\u062D\u064A\u062B \u0644\u0627 \u064A\u062A\u0637\u0644\u0628 \u0623\u064A \u0628\u0627\u062F\u0626\u0629\u060C \u0648\u0628\u0639\u0636 \u0648\u0638\u0627\u0626\u0641 \u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0646\u0635 \u0641\u064A \u0645\u0631\u0628\u0639 \u0627\u0644\u0625\u062F\u062E\u0627\u0644 \u063A\u064A\u0631 \u0645\u062A\u0627\u062D\u0629 \u0645\u0624\u0642\u062A\u064B\u0627.",inputTrailingTriggerKeyTitle:"\u062D\u062F\u062F \u062D\u0631\u0641 \u0627\u0644\u0645\u0634\u063A\u0644 \u0627\u0644\u0630\u064A \u064A\u0646\u0647\u064A \u0627\u0644\u0625\u062F\u062E\u0627\u0644",inputTrailingTriggerKeyDescription:"\u0633\u064A\u0624\u062F\u064A \u0627\u0644\u0636\u063A\u0637 \u0639\u0644\u0649{trailingKey} 3 \u0645\u0631\u0627\u062A \u0641\u064A \u062A\u062A\u0627\u0628\u0639 \u0633\u0631\u064A\u0639 \u0625\u0644\u0649 \u0628\u062F\u0621 \u0627\u0644\u062A\u0631\u062C\u0645\u0629",inputTrailingTriggerKeyTimeout:"\u0623\u062F\u062E\u0644 \u0627\u0644\u0641\u0627\u0635\u0644 \u0627\u0644\u0632\u0645\u0646\u064A \u0628\u064A\u0646 \u0627\u0644\u0645\u0634\u063A\u0644\u0627\u062A \u0644\u0625\u0646\u0647\u0627\u0621 \u0627\u0644\u062A\u062D\u0631\u064A\u0631 \u0648\u0627\u0644\u0633\u0631\u062F.",inputTrailingTriggerKeyTimeoutDescription:"\u0642\u0645 \u0628\u062A\u0639\u064A\u064A\u0646 \u0627\u0644\u0641\u0627\u0635\u0644 \u0627\u0644\u0632\u0645\u0646\u064A (\u0645\u0644\u064A \u062B\u0627\u0646\u064A\u0629) \u0644\u0644\u0625\u062F\u062E\u0627\u0644 \u0644\u0625\u0646\u0647\u0627\u0621 \u0645\u0634\u063A\u0644 \u0627\u0644\u062A\u062D\u0631\u064A\u0631 \u0648\u0627\u0644\u0633\u0631\u062F",spaceKey:"<\u0645\u0633\u0627\u0641\u0629>",noneKey:"\u0644\u0627 \u062A\u0648\u062C\u062F \u062D\u0627\u062C\u0629 \u0625\u0644\u0649 \u0628\u0627\u062F\u0626\u0629\u060C \u0642\u0645 \u0628\u062A\u0631\u062C\u0645\u0629 \u0645\u0631\u0628\u0639 \u0627\u0644\u0646\u0635 \u0628\u0627\u0644\u0643\u0627\u0645\u0644 \u0645\u0628\u0627\u0634\u0631\u0629\u064B",inputTranslationBlockUrlsTitle:"\u0644\u0627 \u062A\u0642\u0645 \u0645\u0637\u0644\u0642\u064B\u0627 \u0628\u062A\u0645\u0643\u064A\u0646 \u062A\u062D\u0633\u064A\u0646\u0627\u062A \u062D\u0642\u0644 \u0627\u0644\u0625\u062F\u062E\u0627\u0644 \u0641\u064A \u0639\u0646\u0627\u0648\u064A\u0646 URL",inputTranslationBlockUrlsDescription:"\u0641\u064A \u0639\u0646\u0627\u0648\u064A\u0646 URL \u0627\u0644\u062A\u0627\u0644\u064A\u0629\u060C \u0644\u0646 \u064A\u0635\u0628\u062D \u062A\u062D\u0633\u064A\u0646 \u0645\u0631\u0628\u0639 \u0627\u0644\u0625\u062F\u062E\u0627\u0644 \u0633\u0627\u0631\u064A \u0627\u0644\u0645\u0641\u0639\u0648\u0644",clickToSeeQuickDemo:"\u0627\u0646\u0642\u0631 \u0644\u062A\u0648\u0633\u064A\u0639 \u0641\u064A\u062F\u064A\u0648 \u0627\u0644\u062A\u0639\u0644\u064A\u0645\u0627\u062A \u0627\u0644\u0633\u0631\u064A\u0639\u0629 \u0644\u0645\u062F\u0629 30 \u062B\u0627\u0646\u064A\u0629",inputHelperInfo:"\u0645\u0644\u0627\u062D\u0638\u0629\uFF1A: \u0644\u0642\u062F \u0642\u0645\u0646\u0627 \u0628\u062A\u062D\u0633\u064A\u0646 \u0627\u0644\u0645\u0634\u0643\u0644\u0629 \u0639\u0644\u0649 \u0648\u062C\u0647 \u0627\u0644\u062A\u062D\u062F\u064A\u062F \u062D\u064A\u062B \u062A\u062A\u062D\u0648\u0644 \u0628\u0639\u0636 \u0623\u062D\u0631\u0641 \u0627\u0644\u062A\u0634\u063A\u064A\u0644 \u0625\u0644\u0649 \u0639\u0644\u0627\u0645\u0627\u062A \u062A\u0631\u0642\u064A\u0645 \u0635\u064A\u0646\u064A\u0629 \u0636\u0645\u0646 \u0637\u0631\u064A\u0642\u0629 \u0627\u0644\u0625\u062F\u062E\u0627\u0644 \u0627\u0644\u0635\u064A\u0646\u064A\u0629. \u0639\u0644\u0649 \u0633\u0628\u064A\u0644 \u0627\u0644\u0645\u062B\u0627\u0644\u060C \u0636\u0645\u0646 \u0637\u0631\u064A\u0642\u0629 \u0627\u0644\u0625\u062F\u062E\u0627\u0644 Sogou\u060C / \u0633\u0648\u0641 \u062A\u062A\u062D\u0648\u0644 \u0625\u0644\u0649 \u062A\u0648\u0642\u0641 \u0645\u0624\u0642\u062A\u060C \u0648\u062A\u062F\u0639\u0645 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u063A\u0627\u0645\u0631\u0629 \u062C\u0645\u064A\u0639 \u0627\u0644\u0631\u0645\u0648\u0632 \u0627\u0644\u0635\u064A\u0646\u064A\u0629 \u0627\u0644\u0645\u0642\u0627\u0628\u0644\u0629 \u0644\u0640 \u0633\u064A\u062A\u0645 \u0627\u0644\u062A\u0639\u0631\u0641 \u0639\u0644\u0649 \u0623\u062D\u0631\u0641 \u0627\u0644\u062A\u0634\u063A\u064A\u0644\u060C \u0623\u064A //\u060C \u0639\u0644\u0649 \u0623\u0646\u0647\u0627 \u0623\u062D\u0631\u0641 \u062A\u0634\u063A\u064A\u0644.

\u0641\u064A \u0627\u0644\u0648\u0642\u062A \u0646\u0641\u0633\u0647\u060C \u0646\u062F\u0639\u0645 \u0623\u064A\u0636\u064B\u0627 \u0627\u0644\u0623\u0633\u0645\u0627\u0621 \u0627\u0644\u0635\u064A\u0646\u064A\u0629 \u0627\u0644\u0645\u0633\u062A\u0639\u0627\u0631\u0629 \u0644\u0631\u0645\u0648\u0632 \u0627\u0644\u0644\u063A\u0629 \u0643\u0623\u0648\u0627\u0645\u0631. \u0639\u0644\u0649 \u0633\u0628\u064A\u0644 \u0627\u0644\u0645\u062B\u0627\u0644\u060C \u0633\u062A\u062A\u0645 \u062A\u0631\u062C\u0645\u0629 /Japanese Hello World \u0625\u0644\u0649 \u0627\u0644\u064A\u0627\u0628\u0627\u0646\u064A\u0629. <1> \u0627\u0646\u0642\u0631 \u0647\u0646\u0627 \u0644\u0639\u0631\u0636 \u0643\u0627\u0641\u0629 \u0631\u0645\u0648\u0632 \u0627\u0644\u0644\u063A\u0627\u062A \u0627\u0644\u0645\u062F\u0639\u0648\u0645\u0629. .",reloadCurrentPage:"\u064A\u0631\u062C\u0649 \u062A\u062D\u062F\u064A\u062B \u0627\u0644\u0635\u0641\u062D\u0629 \u0627\u0644\u062D\u0627\u0644\u064A\u0629 \u0642\u0628\u0644 \u0628\u062F\u0621 \u0627\u0644\u062A\u0631\u062C\u0645\u0629",noLocalFilePermissionForPDF:"\u0644\u064A\u0633 \u0644\u062F\u064A\u0646\u0627 \u062D\u0627\u0644\u064A\u064B\u0627 \u0625\u0630\u0646 \u0628\u0642\u0631\u0627\u0621\u0629 \u0627\u0644\u0645\u0644\u0641\u0627\u062A \u0627\u0644\u0645\u062D\u0644\u064A\u0629. \u0627\u0644\u0631\u062C\u0627\u0621 \u0627\u0644\u0646\u0642\u0631 \u0641\u0648\u0642 \u0627\u0644\u0632\u0631 \u0623\u0639\u0644\u0627\u0647 \u0648\u0627\u0633\u062A\u064A\u0631\u0627\u062F \u0627\u0644\u0645\u0644\u0641\u0627\u062A \u0627\u0644\u0645\u062D\u0644\u064A\u0629.",noPermissionForThisPage:"\u26A0\uFE0F \u0644\u0627 \u064A\u0648\u062C\u062F \u0625\u0630\u0646 \u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0635\u0641\u062D\u0629 \u0627\u0644\u062D\u0627\u0644\u064A\u0629",retryAllParagraphs:"\u0623\u0639\u062F \u0645\u062D\u0627\u0648\u0644\u0629 \u0643\u0627\u0641\u0629 \u0641\u0642\u0631\u0627\u062A \u0627\u0644\u062E\u0637\u0623",retryAllButton:"\u0623\u0639\u062F \u0645\u062D\u0627\u0648\u0644\u0629 \u0643\u0627\u0641\u0629 \u0641\u0642\u0631\u0627\u062A \u0627\u0644\u062E\u0637\u0623",errorTooltipTitle:"\u0627\u0646\u0642\u0631 \u0644\u0639\u0631\u0636 \u0633\u0628\u0628 \u0627\u0644\u062E\u0637\u0623",errorModalTitle:"\u064A\u0628\u062F\u0648 \u0623\u0646 \u0647\u0646\u0627\u0643 \u062E\u0637\u0623 \u0645\u0627 \u0641\u064A \u062E\u062F\u0645\u0629 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0623\u0648 \u0627\u0644\u0634\u0628\u0643\u0629...",disableConfirm:"\u0625\u0639\u062F\u0627\u062F\u0627\u062A \u062A\u0639\u0632\u064A\u0632 \u0627\u0644\u0645\u0639\u0644\u0648\u0645\u0627\u062A \u062B\u0646\u0627\u0626\u064A\u0629 \u0627\u0644\u0644\u063A\u0629",disableOnce:"\u0645\u0639\u0637\u0644\u0629 \u0647\u0630\u0647 \u0627\u0644\u0645\u0631\u0629",disableGlobal:"\u062A\u0639\u0637\u064A\u0644 \u062F\u0627\u0626\u0645",disableTint:"* \u064A\u0645\u0643\u0646\u0643 \u0625\u0639\u0627\u062F\u0629 \u062A\u0645\u0643\u064A\u0646\u0647 \u0641\u064A {option}.",searchEnhancementNotes:"\u0644\u0642\u062F \u0648\u062C\u062F\u0646\u0627 \u0623\u0646 \u0646\u062A\u0627\u0626\u062C \u0627\u0644\u0623\u062E\u0628\u0627\u0631 \u0644\u0644\u0643\u0644\u0645\u0627\u062A \u0627\u0644\u0631\u0626\u064A\u0633\u064A\u0629 \u0627\u0644\u0635\u064A\u0646\u064A\u0629 \u0648\u0627\u0644\u0643\u0644\u0645\u0627\u062A \u0627\u0644\u0631\u0626\u064A\u0633\u064A\u0629 \u0627\u0644\u0625\u0646\u062C\u0644\u064A\u0632\u064A\u0629 \u0645\u062E\u062A\u0644\u0641\u0629 \u062A\u0645\u0627\u0645\u064B\u0627. \u0628\u0639\u062F \u062A\u0645\u0643\u064A\u0646 \u0648\u0638\u064A\u0641\u0629 \u062A\u062D\u0633\u064A\u0646 \u0627\u0644\u0645\u0639\u0644\u0648\u0645\u0627\u062A \u062B\u0646\u0627\u0626\u064A\u0629 \u0627\u0644\u0644\u063A\u0629 \u0644\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u063A\u0627\u0645\u0631\u0629\u060C \u0633\u0646\u0628\u062D\u062B \u0641\u064A \u0645\u0648\u0627\u0642\u0639 \u0627\u0644\u0648\u064A\u0628 \u0627\u0644\u0645\u062F\u0639\u0648\u0645\u0629 (\u0623\u062E\u0628\u0627\u0631 Google\u060C \u0628\u062D\u062B Google (\u0628\u0639\u0636 \u0627\u0644\u0643\u0644\u0645\u0627\u062A \u0627\u0644\u0631\u0626\u064A\u0633\u064A\u0629)\u060C Snowball\u060C Oriental Fortune Network\u060C Futu \u060C Tiger) \u064A\u0628\u062D\u062B \u062A\u0644\u0642\u0627\u0626\u064A\u064B\u0627 \u0639\u0646 \u0646\u0641\u0633 \u0627\u0644\u0643\u0644\u0645\u0627\u062A \u0627\u0644\u0631\u0626\u064A\u0633\u064A\u0629 \u0628\u0627\u0644\u0644\u063A\u0629 \u0627\u0644\u0625\u0646\u062C\u0644\u064A\u0632\u064A\u0629 \u0648\u064A\u0639\u0631\u0636\u0647\u0627 \u0639\u0644\u0649 \u0627\u0644\u064A\u0645\u064A\u0646. \u0625\u0630\u0627 \u0644\u0645 \u062A\u0643\u0646 \u0628\u062D\u0627\u062C\u0629 \u0625\u0644\u0649 \u0647\u0630\u0647 \u0627\u0644\u0645\u064A\u0632\u0629\u060C \u0641\u064A\u0645\u0643\u0646\u0643 \u0627\u062E\u062A\u064A\u0627\u0631 \u062A\u0639\u0637\u064A\u0644\u0647\u0627.",option:"\u064A\u062B\u0628\u062A",saveSettings:"\u0627\u062D\u0641\u0638 \u0627\u0644\u062A\u063A\u064A\u064A\u0631\u0627\u062A",closeModal:"\u0623\u063A\u0644\u0642 \u0627\u0644\u0646\u0627\u0641\u0630\u0629",enableInputTranslationWithoutTriggerKeyTitle:"\u062A\u0645\u0643\u064A\u0646 \u0627\u0644\u062A\u062D\u0631\u064A\u0631 \u0648\u0627\u0644\u0633\u0631\u062F \u0627\u0644\u0633\u0631\u064A\u0639 3 \u0645\u0631\u0627\u062A{trailingKey}\u060C \u0648\u062A\u0631\u062C\u0645\u0629 \u0645\u0631\u0628\u0639 \u0627\u0644\u0625\u062F\u062E\u0627\u0644 \u0628\u0623\u0643\u0645\u0644\u0647 \u0645\u0628\u0627\u0634\u0631\u0629 \u0625\u0644\u0649{inputTargetLanguage}",enableInputTranslationWithoutTriggerKeyDescription:"\u0625\u0630\u0627 \u0643\u0646\u062A \u0628\u062D\u0627\u062C\u0629 \u0625\u0644\u0649 \u062A\u062D\u062F\u064A\u062F \u0627\u0644\u0644\u063A\u0629 \u0627\u0644\u0645\u0633\u062A\u0647\u062F\u0641\u0629\u060C \u0641\u064A\u0631\u062C\u0649 \u0625\u0636\u0627\u0641\u0629 \u0631\u0645\u0632 \u0627\u0644\u0644\u063A\u0629 \u0641\u064A \u0627\u0644\u0645\u0642\u062F\u0645\u0629\u060C \u0645\u062B\u0644\uFF1Aja Hello World",mouseHoverShortcutPlaceholder:"\u0645\u062B\u0644\uFF1A\u0627\u0644\u062A\u062D\u0648\u0644",deepLProName:"\u0639\u0636\u0648 \u0645\u062D\u062A\u0631\u0641 \u0641\u064A \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0634\u0627\u0645\u0644\u0629 (\u0645\u0633\u062A\u062D\u0633\u0646)",deepLProDescription:"\u064A\u0645\u0643\u0646 \u0627\u0633\u062A\u062E\u062F\u0627\u0645 \u0627\u0644\u062D\u0632\u0645\u0629 \u0627\u0644\u062D\u0627\u0644\u064A\u0629 \u0645\u0628\u0627\u0634\u0631\u0629",deeplProDescriptionForNormal:"\u0644\u0627 \u062A\u0648\u062C\u062F \u0625\u0639\u062F\u0627\u062F\u0627\u062A \u0645\u0637\u0644\u0648\u0628\u0629. \u064A\u0645\u0643\u0646\u0643 \u0627\u0633\u062A\u062E\u062F\u0627\u0645\u0647\u0627 \u0628\u0639\u062F \u062A\u0633\u062C\u064A\u0644 \u0627\u0644\u062F\u062E\u0648\u0644 \u0643\u0639\u0636\u0648. <1> \u0627\u0646\u0642\u0631 \u0647\u0646\u0627 \u0644\u0644\u062A\u0631\u0642\u064A\u0629 \u0625\u0644\u0649 \u0639\u0636\u0648.",deepLCustomDescription:"\u0623\u0646\u062A \u0628\u062D\u0627\u062C\u0629 \u0625\u0644\u0649 \u0628\u0637\u0627\u0642\u0629 \u0627\u0626\u062A\u0645\u0627\u0646 \u0623\u062C\u0646\u0628\u064A\u0629\u060C \u0627\u0646\u062A\u0642\u0644 \u0625\u0644\u0649 <1>DeepL \u062A\u0645 \u0641\u062A\u062D\u0647 \u0631\u0633\u0645\u064A\u064B\u0627\u060C \u0627\u0646\u0642\u0631 \u0644\u0639\u0631\u0636 \u0627\u0644\u0645\u0633\u062A\u0646\u062F\u0627\u062A <2>",deepLCustomName:"\u0645\u0641\u062A\u0627\u062D \u0627\u0644\u0645\u0635\u0627\u062F\u0642\u0629 \u0627\u0644\u0645\u062E\u0635\u0635",chooseProviderLabel:"\u0627\u062E\u062A\u0631 \u0645\u0632\u0648\u062F \u0627\u0644\u062E\u062F\u0645\u0629",openaiProName:"\u0639\u0636\u0648 \u0645\u062D\u062A\u0631\u0641 \u0641\u064A \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0634\u0627\u0645\u0644\u0629 (\u0645\u0633\u062A\u062D\u0633\u0646)",openaiProDescription:"\u064A\u0645\u0643\u0646 \u0627\u0633\u062A\u062E\u062F\u0627\u0645 \u0627\u0644\u062D\u0632\u0645\u0629 \u0627\u0644\u062D\u0627\u0644\u064A\u0629 \u0645\u0628\u0627\u0634\u0631\u0629",openaiProDescriptionForNormal:"\u0644\u0627 \u062A\u0648\u062C\u062F \u0625\u0639\u062F\u0627\u062F\u0627\u062A \u0645\u0637\u0644\u0648\u0628\u0629. \u064A\u0645\u0643\u0646\u0643 \u0627\u0633\u062A\u062E\u062F\u0627\u0645\u0647\u0627 \u0628\u0639\u062F \u062A\u0633\u062C\u064A\u0644 \u0627\u0644\u062F\u062E\u0648\u0644 \u0643\u0639\u0636\u0648. <1> \u0627\u0646\u0642\u0631 \u0647\u0646\u0627 \u0644\u0644\u062A\u0631\u0642\u064A\u0629 \u0625\u0644\u0649 \u0639\u0636\u0648.",openaiCustomDescription:"\u064A\u0645\u0643\u0646 \u0627\u0644\u062D\u0635\u0648\u0644 \u0639\u0644\u064A\u0647 \u0645\u0646 OpenAI \u0623\u0648 Azure OpenAI \u0623\u0648 \u062E\u062F\u0645\u0627\u062A \u0623\u062E\u0631\u0649 \u062A\u0627\u0628\u0639\u0629 \u0644\u062C\u0647\u0627\u062A \u062E\u0627\u0631\u062C\u064A\u0629.<1> \u0627\u0646\u0642\u0631 \u0647\u0646\u0627 \u0644\u0639\u0631\u0636 \u0627\u0644\u0645\u0633\u062A\u0646\u062F.",openaiCustomName:"\u0645\u0641\u062A\u0627\u062D \u0648\u0627\u062C\u0647\u0629 \u0628\u0631\u0645\u062C\u0629 \u0627\u0644\u062A\u0637\u0628\u064A\u0642\u0627\u062A \u0627\u0644\u0645\u062E\u0635\u0635",needLoginAction:"(\u0623\u062F\u062E\u0644 \u0627\u0644\u0639\u0636\u0648\u064A\u0629 \u0623\u0648 \u0627\u0644\u062A\u062E\u0635\u064A\u0635)",goLoginOrAction:"(\u0623\u062F\u062E\u0644 \u0627\u0644\u0639\u0636\u0648\u064A\u0629 \u0623\u0648 \u0627\u0630\u0647\u0628 \u0625\u0644\u0649 \u0627\u0644\u0625\u0639\u062F\u0627\u062F\u0627\u062A)",yearly:"\u0627\u0644\u0627\u0634\u062A\u0631\u0627\u0643 \u0627\u0644\u0633\u0646\u0648\u064A \u0627\u0644\u0645\u0633\u062A\u0645\u0631",quarterly:"\u0645\u0648\u0627\u0633\u0645 \u0645\u062A\u062A\u0627\u0644\u064A\u0629",monthly:"\u0627\u0634\u062A\u0631\u0627\u0643 \u0634\u0647\u0631\u064A \u0645\u0633\u062A\u0645\u0631",yearlyForOnce:"\u0627\u0644\u0628\u0627\u0642\u0629 \u0627\u0644\u0633\u0646\u0648\u064A\u0629 \u0644\u0645\u0631\u0629 \u0648\u0627\u062D\u062F\u0629",monthlyForOnce:"\u0628\u0627\u0642\u0629 \u0634\u0647\u0631\u064A\u0629 \u0644\u0645\u0631\u0629 \u0648\u0627\u062D\u062F\u0629",daily:"\u0623\u064A\u0627\u0645 \u0645\u062A\u062A\u0627\u0644\u064A\u0629",year:"\u0627\u0644\u0627\u0634\u062A\u0631\u0627\u0643 \u0627\u0644\u0633\u0646\u0648\u064A \u0627\u0644\u0645\u0633\u062A\u0645\u0631",quarter:"\u0645\u0648\u0627\u0633\u0645 \u0645\u062A\u062A\u0627\u0644\u064A\u0629",month:"\u0627\u0634\u062A\u0631\u0627\u0643 \u0634\u0647\u0631\u064A \u0645\u0633\u062A\u0645\u0631",day:"\u0623\u064A\u0627\u0645 \u0645\u062A\u062A\u0627\u0644\u064A\u0629",onetime_7day:"\u062D\u0632\u0645\u0629 \u062A\u062C\u0631\u064A\u0628\u064A\u0629 \u0644\u0645\u062F\u0629 7 \u0623\u064A\u0627\u0645",currentPlanDescriptionForFree:"\u0627\u0644\u062D\u0632\u0645\u0629 \u0627\u0644\u062D\u0627\u0644\u064A\u0629\uFF1A\u0645\u062C\u0627\u0646\u064A\u0629",currentPlanDescriptionForContinuous:"\u0627\u0644\u0628\u0627\u0642\u0629 \u0627\u0644\u062D\u0627\u0644\u064A\u0629\uFF1A{plan}\u062A\u062C\u062F\u064A\u062F\u0647\u0627 \u062A\u0644\u0642\u0627\u0626\u064A\u0627 \u0641\u064A {endAt}",currentPlanDescriptionForAutoRenewCaceling:"\u0627\u0644\u0628\u0627\u0642\u0629 \u0627\u0644\u062D\u0627\u0644\u064A\u0629\uFF1A{plan}\u0648\u0633\u062A\u0646\u062A\u0647\u064A \u0641\u064A {endAt} \u0648\u0644\u0646 \u064A\u062A\u0645 \u062A\u062C\u062F\u064A\u062F\u0647\u0627 \u062A\u0644\u0642\u0627\u0626\u064A\u064B\u0627 \u0628\u0639\u062F \u0627\u0646\u062A\u0647\u0627\u0621 \u0627\u0644\u0635\u0644\u0627\u062D\u064A\u0629.",currentYearlyPlanDescriptionForAutoRenewCacelingWithRealPaiedUser:"\u0633\u062A\u0646\u062A\u0647\u064A \u0635\u0644\u0627\u062D\u064A\u0629 \u0627\u0644\u062D\u0632\u0645\u0629 \u0627\u0644\u062D\u0627\u0644\u064A\u0629\uFF1A{plan}\u0641\u064A {endAt} \u0648\u0644\u0646 \u064A\u062A\u0645 \u062A\u062C\u062F\u064A\u062F\u0647\u0627 \u062A\u0644\u0642\u0627\u0626\u064A\u064B\u0627 \u0628\u0639\u062F \u0627\u0646\u062A\u0647\u0627\u0621 \u0627\u0644\u0635\u0644\u0627\u062D\u064A\u0629.
<1>\u0627\u0646\u0642\u0631 \u0647\u0646\u0627 \u0644\u0625\u062F\u0627\u0631\u0629 \u062E\u0637\u0637 \u0627\u0644\u062A\u062C\u062F\u064A\u062F",currentYearlyPlanDescriptionForAutoRenewCacelingWithAdmin:"\u0633\u062A\u0646\u062A\u0647\u064A \u0635\u0644\u0627\u062D\u064A\u0629 \u0627\u0644\u062D\u0632\u0645\u0629 \u0627\u0644\u062D\u0627\u0644\u064A\u0629\uFF1A{plan}\u0641\u064A {endAt} \u0648\u0644\u0646 \u064A\u062A\u0645 \u062A\u062C\u062F\u064A\u062F\u0647\u0627 \u062A\u0644\u0642\u0627\u0626\u064A\u064B\u0627 \u0628\u0639\u062F \u0627\u0646\u062A\u0647\u0627\u0621 \u0627\u0644\u0635\u0644\u0627\u062D\u064A\u0629.
<1>\u0627\u0636\u063A\u0637 \u0647\u0646\u0627 \u0644\u062A\u0641\u0639\u064A\u0644 \u0627\u0644\u0627\u0634\u062A\u0631\u0627\u0643 \u0627\u0644\u0633\u0646\u0648\u064A \u0627\u0644\u0645\u0633\u062A\u0645\u0631",currentPlanDescriptionForOneTime:"\u0627\u0644\u062D\u0632\u0645\u0629 \u0627\u0644\u062D\u0627\u0644\u064A\u0629\uFF1A{plan}\u0648\u0633\u062A\u0646\u062A\u0647\u064A \u0641\u064A {endAt} <1> \u0627\u0646\u0642\u0631 \u0647\u0646\u0627 \u0644\u0644\u062A\u0631\u0642\u064A\u0629 \u0625\u0644\u0649 \u0627\u0644\u0631\u0633\u0648\u0645 \u0627\u0644\u0633\u0646\u0648\u064A\u0629 \u0623\u0648 <2> \u0631\u0633\u0648\u0645 \u0634\u0647\u0631\u064A\u0629 \u0639\u0636\u0648",upgradePlan:"\u0627\u0646\u0642\u0631 \u0647\u0646\u0627 \u0644\u0644\u062A\u0631\u0642\u064A\u0629 \u0625\u0644\u0649 \u0639\u0636\u0648\u064A\u0629 Pro",upgradeToPro:"\u0627\u0644\u062A\u0631\u0642\u064A\u0629 \u0625\u0644\u0649 \u0639\u0636\u0648\u064A\u0629 \u0628\u0631\u0648","popup.openPro":"\u0628\u0639\u062F \u0627\u0644\u062A\u0631\u0642\u064A\u0629 \u0625\u0644\u0649 \u0639\u0636\u0648\u064A\u0629 Pro\u060C \u064A\u0645\u0643\u0646\u0643 \u0627\u0644\u0627\u0633\u062A\u0645\u062A\u0627\u0639 \u0628\u062A\u0631\u062C\u0645\u0629 DeepL \u0648OpenAI\u060C \u0627\u0646\u0642\u0631 \u0647\u0646\u0627 \u0644\u0644\u062A\u0631\u0642\u064A\u0629","popup.openProForPro":"\u0623\u0646\u062A \u0639\u0636\u0648 \u0645\u062D\u062A\u0631\u0641 \u0648\u064A\u0645\u0643\u0646\u0643 \u0627\u0633\u062A\u062E\u062F\u0627\u0645 \u062A\u0631\u062C\u0645\u0629 DeepL \u0648OpenAI \u0645\u0628\u0627\u0634\u0631\u0629",currentAccount:"\u0627\u0644\u062D\u0633\u0627\u0628 \u0627\u0644\u062D\u0627\u0644\u064A",enableAutoSyncUserSettings:"\u062A\u0645\u0643\u064A\u0646 \u0627\u0644\u0645\u0632\u0627\u0645\u0646\u0629 \u0627\u0644\u0633\u062D\u0627\u0628\u064A\u0629 \u0627\u0644\u062A\u0644\u0642\u0627\u0626\u064A\u0629 \u0639\u0628\u0631 \u0623\u062C\u0647\u0632\u0629 \u0645\u062A\u0639\u062F\u062F\u0629",modalEnableInputTranslationTitle:"\u0646\u0635\u0627\u0626\u062D \u062A\u0631\u062C\u0645\u0629 \u0645\u0631\u0628\u0639 \u0625\u062F\u062E\u0627\u0644 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u063A\u0627\u0645\u0631\u0629",modalEnableInputTranslationDesc:"\u0644\u0642\u062F \u0642\u0645\u062A \u0644\u0644\u062A\u0648 \u0628\u062A\u0634\u063A\u064A\u0644 \u062A\u0631\u062C\u0645\u0629 \u0645\u0631\u0628\u0639 \u0627\u0644\u0625\u062F\u062E\u0627\u0644 \u0644\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0634\u0627\u0645\u0644\u0629 \u0639\u0646 \u0637\u0631\u064A\u0642 \u0627\u0644\u0636\u063A\u0637 \u0639\u0644\u0649 \u0634\u0631\u064A\u0637 \u0627\u0644\u0645\u0633\u0627\u0641\u0629 \u062B\u0644\u0627\u062B \u0645\u0631\u0627\u062A \u0641\u064A \u062A\u062A\u0627\u0628\u0639 \u0633\u0631\u064A\u0639\u060C \u0648\u0633\u064A\u062A\u0645 \u062A\u0631\u062C\u0645\u0629 \u0645\u062D\u062A\u0648\u0649 \u0645\u0631\u0628\u0639 \u0627\u0644\u0625\u062F\u062E\u0627\u0644 \u0625\u0644\u0649 \u0627\u0644\u0644\u063A\u0629 \u0627\u0644\u0647\u062F\u0641 \u0627\u0644\u0627\u0641\u062A\u0631\u0627\u0636\u064A\u0629. \u064A\u0645\u0643\u0646 \u0627\u0644\u062A\u0631\u0627\u062C\u0639 \u0639\u0646 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0639\u0628\u0631 Ctrl+Z.

\u0625\u0630\u0627 \u0643\u0627\u0646 \u0647\u0630\u0627 \u062E\u0637\u0623\u060C \u0641\u0644\u0627 \u062A\u0642\u0644\u0642\u060C \u064A\u0645\u0643\u0646\u0643 \u0627\u062E\u062A\u064A\u0627\u0631 \u062A\u0639\u0637\u064A\u0644\u0647 \u0647\u0630\u0647 \u0627\u0644\u0645\u0631\u0629\u060C \u0623\u0648 \u062A\u0639\u0637\u064A\u0644 \u062A\u0631\u062C\u0645\u0629 \u0645\u0631\u0628\u0639 \u0627\u0644\u0625\u062F\u062E\u0627\u0644 \u0628\u0634\u0643\u0644 \u062F\u0627\u0626\u0645.",saveAndNotShowAgain:"\u0627\u062D\u0641\u0638 \u0648\u0644\u0627 \u062A\u0637\u0627\u0644\u0628 \u0645\u0631\u0629 \u0623\u062E\u0631\u0649",disableInputTranslationTips:"* \u064A\u0645\u0643\u0646\u0643 \u0623\u064A\u0636\u064B\u0627 \u0636\u0628\u0637 \u0645\u0641\u0627\u062A\u064A\u062D \u0627\u0644\u0627\u062E\u062A\u0635\u0627\u0631 \u0627\u0644\u0623\u062E\u0631\u0649 \u0644\u062A\u0634\u063A\u064A\u0644\u0647\u0627 \u0641\u064A {option} \u060C{learnMore}.",learnMore:"\u0627\u0646\u0642\u0631 \u0647\u0646\u0627 \u0644\u0645\u0639\u0631\u0641\u0629 \u0627\u0644\u0645\u0632\u064A\u062F",continueEnalbeInputTranslation:"\u0627\u0633\u062A\u0645\u0631 \u0641\u064A \u062A\u0645\u0643\u064A\u0646 \u062A\u0631\u062C\u0645\u0629 \u0645\u0631\u0628\u0639 \u0627\u0644\u0625\u062F\u062E\u0627\u0644",autoRenewTrialSuffix:'(\u0623\u062B\u0646\u0627\u0621 \u0627\u0644\u0641\u062A\u0631\u0629 \u0627\u0644\u062A\u062C\u0631\u064A\u0628\u064A\u0629\u060C \u0633\u064A\u062A\u0645 \u062A\u0631\u0642\u064A\u0629\u0639\u0644\u0649 \u0627\u0644\u0641\u0648\u0631 \u0625\u0644\u0649\u0631\u0633\u0645\u064A1 )',upgradeFromTrialTitle:"\u0627\u0644\u062A\u0631\u0642\u064A\u0629 \u0625\u0644\u0649 \u0639\u0636\u0648 \u0631\u0633\u0645\u064A",subtitle:"\u062A\u0631\u062C\u0645\u0627\u062A \u0627\u0644\u0641\u064A\u062F\u064A\u0648",youtubeService:"\u062E\u062F\u0645\u0629 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u063A\u0627\u0645\u0631\u0629 \u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0641\u064A\u062F\u064A\u0648","subtitle.disabledSubtitle":"\u062A\u0639\u0637\u064A\u0644 \u062A\u0631\u062C\u0645\u0627\u062A \u0627\u0644\u0641\u064A\u062F\u064A\u0648 \u0628\u0634\u0643\u0644 \u062F\u0627\u0626\u0645","subtitle.disabledSubtitleDescription":"\u0625\u0630\u0627 \u0643\u0627\u0646\u062A \u062A\u0631\u062C\u0645\u0627\u062A \u0627\u0644\u0641\u064A\u062F\u064A\u0648 \u0627\u0644\u062E\u0627\u0635\u0629 \u0628\u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0634\u0627\u0645\u0644\u0629 \u062A\u062A\u0639\u0627\u0631\u0636 \u0645\u0639 \u0645\u0644\u062D\u0642\u0627\u062A \u0623\u062E\u0631\u0649\u060C \u0641\u064A\u0645\u0643\u0646\u0643 \u0627\u062E\u062A\u064A\u0627\u0631 \u062A\u0639\u0637\u064A\u0644 \u0648\u0638\u064A\u0641\u0629 \u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0641\u064A\u062F\u064A\u0648 \u0627\u0644\u062E\u0627\u0635\u0629 \u0628\u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0634\u0627\u0645\u0644\u0629 \u0628\u0634\u0643\u0644 \u062F\u0627\u0626\u0645 \u0623\u0648 \u0625\u0644\u063A\u0627\u0621 \u062A\u062B\u0628\u064A\u062A \u0627\u0644\u0645\u0644\u062D\u0642\u0627\u062A \u0627\u0644\u0645\u062A\u0639\u0627\u0631\u0636\u0629 \u0627\u0644\u0623\u062E\u0631\u0649.","subtitle.autoEnableSubtitle":"\u0627\u0633\u062A\u062E\u062F\u0645 \u0627\u0644\u062A\u0631\u062C\u0645\u0627\u062A \u062B\u0646\u0627\u0626\u064A\u0629 \u0627\u0644\u0644\u063A\u0629 \u062A\u0644\u0642\u0627\u0626\u064A\u064B\u0627","subtitle.autoEnableSubtitleDescription":"\u0628\u0639\u062F \u0627\u0644\u062A\u0641\u0639\u064A\u0644\u060C \u0639\u0646\u062F \u062A\u0634\u063A\u064A\u0644 \u0627\u0644\u0641\u064A\u062F\u064A\u0648\u060C \u0633\u064A\u062A\u0645 \u0639\u0631\u0636 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u062B\u0646\u0627\u0626\u064A\u0629 \u062A\u0644\u0642\u0627\u0626\u064A\u064B\u0627\u060C \u0648\u0625\u0644\u0627 \u0633\u064A\u062A\u0639\u064A\u0646 \u0627\u0644\u0646\u0642\u0631 \u0639\u0644\u0649 \u0632\u0631 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0644\u0644\u0639\u0631\u0636.","subtitle.preTranslation":"\u0627\u0633\u062A\u062E\u062F\u0645 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0634\u0627\u0645\u0644\u0629 \u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u062A\u0631\u062C\u0645\u0627\u062A","subtitle.preTranslationDescription":"\u0628\u0639\u062F \u062A\u0641\u0639\u064A\u0644\u0647\u0627\u060C \u0633\u062A\u0639\u0637\u0649 \u0627\u0644\u0623\u0648\u0644\u0648\u064A\u0629 \u0644\u0627\u0633\u062A\u062E\u062F\u0627\u0645 \u062E\u062F\u0645\u0629 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0645\u062D\u062F\u062F\u0629 \u0623\u062F\u0646\u0627\u0647 \u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0628\u0627\u0644\u0643\u0627\u0645\u0644 \u0645\u0642\u062F\u0645\u064B\u0627. \u064A\u0633\u062A\u0647\u0644\u0643 \u0645\u0642\u0637\u0639 \u0641\u064A\u062F\u064A\u0648 \u0645\u062F\u062A\u0647 \u0633\u0627\u0639\u0629 \u0648\u0627\u062D\u062F\u0629 \u0645\u0627 \u064A\u0642\u0631\u0628 \u0645\u0646 50000 \u0631\u0645\u0632\u064B\u0627 \u0623\u0648 \u062D\u0631\u0641\u064B\u0627\u060C \u0644\u0630\u0627 \u064A\u0631\u062C\u0649 \u0627\u0633\u062A\u062E\u062F\u0627\u0645\u0647\u0627 \u0628\u0627\u0644\u0634\u0643\u0644 \u0627\u0644\u0645\u0646\u0627\u0633\u0628\u061B \u0628\u0639\u062F \u0627\u0644\u062A\u0639\u0637\u064A\u0644\u060C \u0633\u062A\u0639\u0637\u0649 \u0627\u0644\u0623\u0648\u0644\u0648\u064A\u0629 \u0644\u0627\u0633\u062A\u062E\u062F\u0627\u0645 \u0627\u0644\u062A\u0631\u062C\u0645\u0627\u062A \u0627\u0644\u0645\u062A\u0631\u062C\u0645\u0629 \u0622\u0644\u064A\u064B\u0627 \u0648\u0627\u0644\u062A\u064A \u062A\u0623\u062A\u064A \u0645\u0639 \u0627\u0644\u0641\u064A\u062F\u064A\u0648 \u0627\u0644\u0623\u0635\u0644\u064A.","subtitle.humanSubtitlesPreferred":"\u0625\u0639\u0637\u0627\u0621 \u0627\u0644\u0623\u0648\u0644\u0648\u064A\u0629 \u0644\u0627\u0633\u062A\u062E\u062F\u0627\u0645 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0628\u0634\u0631\u064A\u0629","subtitle.humanSubtitlesPreferredDescription":"\u0639\u0646\u062F\u0645\u0627 \u064A\u062D\u062A\u0648\u064A \u0645\u0642\u0637\u0639 \u0641\u064A\u062F\u064A\u0648 \u0639\u0644\u0649 \u062A\u0631\u062C\u0645\u0627\u062A \u064A\u062F\u0648\u064A\u0629 \u0628\u0627\u0644\u0644\u063A\u0629 \u0627\u0644\u0647\u062F\u0641\u060C \u0627\u0633\u062A\u062E\u062F\u0645 \u0627\u0644\u062A\u0631\u062C\u0645\u0627\u062A \u0627\u0644\u064A\u062F\u0648\u064A\u0629 \u0623\u0648\u0644\u0627\u064B (\u0645\u0648\u0635\u0649 \u0628\u0647)",videoSubtitleTranslationDescription:"\u062A\u062E\u0635\u064A\u0635 \u062E\u062F\u0645\u0629 \u062A\u0631\u062C\u0645\u0629 \u0645\u0646\u0641\u0635\u0644\u0629 \u0644\u062A\u0631\u062C\u0645\u0627\u062A \u0627\u0644\u0641\u064A\u062F\u064A\u0648",subtitleTranslating:"\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u062A\u0631\u062C\u0645\u0627\u062A \u0628\u0627\u0633\u062A\u062E\u062F\u0627\u0645 {service} \u062E\u062F\u0645\u0629\u060C \u064A\u0631\u062C\u0649 \u0627\u0644\u0627\u0646\u062A\u0638\u0627\u0631... (\u062A\u0631\u062C\u0645\u0629 \u063A\u0627\u0645\u0631\u0629)",subtitleLoading:"\u062C\u0627\u0631\u064D \u062A\u062D\u0645\u064A\u0644 \u0627\u0644\u062A\u0631\u062C\u0645\u0629...",bilingual:"\u062B\u0646\u0627\u0626\u064A \u0627\u0644\u0644\u063A\u0629","field.action":"\u0645\u0627 \u0625\u0630\u0627 \u0643\u0627\u0646 \u0633\u064A\u062A\u0645 \u062A\u0645\u0643\u064A\u0646 \u0645\u0635\u0637\u0644\u062D\u0627\u062A \u0628\u0627\u064A\u062F\u0648","description.action":"\u0628\u0639\u062F \u0627\u0644\u062A\u0645\u0643\u064A\u0646\u060C \u0633\u062A\u062A\u0645 \u0625\u0636\u0627\u0641\u0629 \u0627\u0644\u0625\u062C\u0631\u0627\u0621 \u0627\u0644\u0645\u0639\u0644\u0645\u0629 = 1 \u0625\u0644\u0649 \u0637\u0644\u0628 \u0625\u0628\u0644\u0627\u063A Baidu \u0644\u062A\u0645\u0643\u064A\u0646 \u0627\u0644\u0645\u0635\u0637\u0644\u062D.<1> \u064A\u0631\u062C\u0649 \u0627\u0644\u0631\u062C\u0648\u0639 \u0625\u0644\u0649 \u0627\u0644\u0648\u062B\u0627\u0626\u0642 \u0627\u0644\u0631\u0633\u0645\u064A\u0629 \u0644\u0645\u0632\u064A\u062F \u0645\u0646 \u0627\u0644\u062A\u0639\u0644\u064A\u0645\u0627\u062A.",closeQuickTranslation:"\u0623\u063A\u0644\u0642 \u0627\u0644\u0643\u0631\u0629 \u0627\u0644\u0639\u0627\u0626\u0645\u0629","closeQuickTranslation.untilNext":"\u0645\u063A\u0644\u0642 \u062D\u062A\u0649 \u0627\u0644\u0632\u064A\u0627\u0631\u0629 \u0627\u0644\u0642\u0627\u062F\u0645\u0629","closeQuickTranslation.currentWebsite":"\u0627\u0644\u0645\u0648\u0642\u0639 \u0627\u0644\u062D\u0627\u0644\u064A \u0645\u0639\u0637\u0644","closeQuickTranslation.alwaysClose":"\u062A\u0639\u0637\u064A\u0644 \u062F\u0627\u0626\u0645","closeQuickTranslation.settingOpen":"(\u064A\u0645\u0643\u0646 \u0627\u0644\u0639\u062B\u0648\u0631 \u0639\u0644\u064A\u0647 \u0641\u064A \u0635\u0641\u062D\u0629 \u0627\u0644\u0625\u0639\u062F\u0627\u062F <1> \u0634\u063A\u0644\u0647)","closeQuickTranslation.cancel":"\u064A\u0644\u063A\u064A","closeQuickTranslation.confirm":"\u0628\u0627\u0644\u062A\u0623\u0643\u064A\u062F","floatBall.popup":"\u0627\u0641\u062A\u062D \u0644\u0648\u062D\u0629 \u0627\u0644\u0625\u0639\u062F\u0627\u062F\u0627\u062A \u0627\u0644\u0633\u0631\u064A\u0639\u0629","floatBall.translate":"\u0627\u0646\u0642\u0631 \u0644\u062A\u0631\u062C\u0645\u0629 \u0647\u0630\u0647 \u0627\u0644\u0635\u0641\u062D\u0629","floatBall.showOriginal":"\u0627\u0646\u0642\u0631 \u0644\u0644\u062A\u0628\u062F\u064A\u0644 \u0645\u0631\u0629 \u0623\u062E\u0631\u0649 \u0625\u0644\u0649 \u0627\u0644\u0646\u0635 \u0627\u0644\u0623\u0635\u0644\u064A","floatBall.close":"\u0623\u063A\u0644\u0642 \u0627\u0644\u0643\u0631\u0629 \u0627\u0644\u0639\u0627\u0626\u0645\u0629","floatBallOptions.enableDescPc":"\u0628\u0639\u062F \u062A\u0641\u0639\u064A\u0644 \u0627\u0644\u0643\u0631\u0629 \u0627\u0644\u0639\u0627\u0626\u0645\u0629 \u0644\u0644\u0635\u0641\u062D\u0629\u060C \u0633\u064A\u062A\u0645 \u0639\u0631\u0636 \u0632\u0631 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0633\u0631\u064A\u0639\u0629 \u0639\u0644\u0649 \u0627\u0644\u062C\u0627\u0646\u0628 \u0627\u0644\u0623\u064A\u0645\u0646 \u0645\u0646 \u0627\u0644\u0635\u0641\u062D\u0629\u060C \u0627\u0646\u0642\u0631 \u0644\u0644\u062A\u0631\u062C\u0645\u0629.","floatBallOptions.enableDesc":"\u0628\u0639\u062F \u0625\u063A\u0644\u0627\u0642 \u0627\u0644\u0643\u0631\u0629 \u0627\u0644\u0639\u0627\u0626\u0645\u0629\u060C \u064A\u0645\u0643\u0646 \u0625\u064A\u0642\u0627\u0638\u0647\u0627 \u0628\u0640{touch}. \u0644\u0645\u0646\u0639 \u0627\u0644\u0639\u062B\u0648\u0631 \u0639\u0644\u0649 \u0627\u0644\u0643\u0631\u0629 \u0627\u0644\u0639\u0627\u0626\u0645\u0629 \u0628\u0639\u062F \u0625\u064A\u0642\u0627\u0641 \u062A\u0634\u063A\u064A\u0644 \u0647\u0630\u0627 \u0627\u0644\u062E\u064A\u0627\u0631 \u0639\u0646 \u0637\u0631\u064A\u0642 \u0627\u0644\u062E\u0637\u0623\u060C \u064A\u0648\u0635\u0649 \u0628\u0634\u062F\u0629 \u0628\u0648\u0636\u0639 \u0625\u0634\u0627\u0631\u0629 \u0645\u0631\u062C\u0639\u064A\u0629 \u0639\u0644\u0649 \u0635\u0641\u062D\u0629 \u0627\u0644\u0625\u0639\u062F\u0627\u062F\u0627\u062A \u0647\u0630\u0647.","description.azureApiUrl":"\u0627\u0645\u0644\u0623 \u0639\u0646\u0648\u0627\u0646 \u0648\u0627\u062C\u0647\u0629 API \u0627\u0644\u0645\u062E\u0635\u0635\u0629",confirmSupportMouse:"\u0641\u0631\u0636 \u062F\u0639\u0645 \u0627\u0644\u0645\u0627\u0648\u0633 \u0644\u064A\u062A\u0645 \u062A\u0645\u0643\u064A\u0646\u0647",confirmSupportMouseDescription:"\u062A\u0645 \u0627\u0643\u062A\u0634\u0627\u0641 \u0623\u0646 \u0627\u0644\u0645\u062A\u0635\u0641\u062D \u0627\u0644\u062D\u0627\u0644\u064A \u0644\u0627 \u064A\u062F\u0639\u0645 \u0648\u0638\u064A\u0641\u0629 \u0627\u0644\u0645\u0627\u0648\u0633. \u0647\u0644 \u062A\u0631\u064A\u062F \u0641\u0631\u0636 \u062A\u0645\u0643\u064A\u0646 \u062F\u0639\u0645 \u0627\u0644\u0645\u0627\u0648\u0633\u061F",sampleTargetText:"\u0627\u0644\u0644\u064A\u0644 \u0627\u0644\u0637\u0648\u064A\u0644 \u0642\u0627\u062F\u0645\u060C \u0648\u0633\u0623\u0638\u0644 \u0633\u0627\u0647\u0631\u064B\u0627 \u0645\u0646 \u0627\u0644\u0622\u0646 \u0641\u0635\u0627\u0639\u062F\u064B\u0627 \u062D\u062A\u0649 \u0623\u0645\u0648\u062A. \u0644\u0646 \u0623\u062A\u062E\u0630 \u0632\u0648\u062C\u0629\u060C \u0648\u0644\u0627 \u0625\u0642\u0637\u0627\u0639\u064A\u0629\u060C \u0648\u0644\u0627 \u0623\u0637\u0641\u0627\u0644\u0627\u064B. \u0644\u0646 \u0623\u0631\u062A\u062F\u064A \u0627\u0644\u062A\u0627\u062C \u0623\u0648 \u0623\u062A\u0646\u0627\u0641\u0633 \u0639\u0644\u0649 \u0627\u0644\u0623\u0648\u0633\u0645\u0629. \u0633\u0623\u0642\u0648\u0645 \u0628\u0648\u0627\u062C\u0628\u064A \u0628\u0625\u062E\u0644\u0627\u0635\u060C \u0648\u0623\u0639\u064A\u0634 \u0648\u0623\u0645\u0648\u062A.",sampleSourceText:"Night gathers, and now my watch begins. It shall not end until my death. I shall take no wife, hold no lands, father no children. I shall wear no crowns and win no glory. I shall live and die at my post.","subtitle.supportedSites":"\u5DF2\u652F\u6301\u5728\u8FD9\u4E9B\u7F51\u7AD9\u4F7F\u7528\u53CC\u8BED\u5B57\u5E55\uFF08\u6CE8\u610F\uFF1A\u7531\u4E8E\u6280\u672F\u9650\u5236\uFF0C\u90E8\u5206\u7F51\u7AD9\u5728\u9996\u6B21\u5F00\u542F\u5B57\u5E55\u540E\u9700\u8981\u91CD\u65B0\u5237\u65B0\u9875\u9762\uFF0C\u6216\u8005\u9700\u7B49\u5F85\u7FFB\u8BD1\u5B8C\u6210\u4EE5\u663E\u793A\u53CC\u8BED\u5B57\u5E55\uFF09\uFF1A",viewWithImmersiveTranslate:"\u53CC\u8BED\u7248\u672C(\u6C89\u6D78\u5F0F\u7FFB\u8BD1)",errorReason:"\u9519\u8BEF\u539F\u56E0\uFF1A{message}","proQuotaExceededError.onetime7day":'\uFF0C\u60A8\u53EF\u4EE5\u9009\u62E9\u4EE5\u4E0B\u65B9\u5F0F\u89E3\u51B3\uFF1A

1. \u5207\u6362\u5230 {anotherService} \u6216\u5176\u4ED6\u7FFB\u8BD1\u670D\u52A1
2. \u5347\u7EA7\u4E3A\u6708\u5EA6/\u5E74\u5EA6\u4F1A\u5458',"proQuotaExceededError.trial":'\uFF0C\u60A8\u53EF\u4EE5\u9009\u62E9\u4EE5\u4E0B\u65B9\u5F0F\u89E3\u51B3\uFF1A

1. \u5207\u6362\u5230 {anotherService} \u6216\u5176\u4ED6\u7FFB\u8BD1\u670D\u52A1
2. \u7ACB\u523B\u5347\u7EA7\u4E3A\u6B63\u5F0F\u4F1A\u5458',"proQuotaExceededError.nonTrial":'\uFF0C\u60A8\u53EF\u4EE5\u9009\u62E9\u4EE5\u4E0B\u65B9\u5F0F\u89E3\u51B3\uFF1A

1. \u5207\u6362\u5230 {anotherService} \u6216\u5176\u4ED6\u7FFB\u8BD1\u670D\u52A1
2. \u8D2D\u4E70 {translationService} \u989D\u5916\u6D41\u91CF\u5305',"proQuotaExceededError.resetTime":"
3. \u989D\u5EA6\u91CD\u7F6E\u65F6\u95F4\uFF1A{resetTime}","desc.touchShortcutsToggleTranslatePageOnlyTranslation":'\u062A\u0634\u064A\u0631 "\u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0641\u0642\u0637" \u0625\u0644\u0649 \u0639\u0631\u0636 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0641\u0642\u0637\u060C \u0625\u0630\u0627 \u0644\u0645 \u064A\u062A\u0645 \u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0635\u0641\u062D\u0629 \u0627\u0644\u0625\u0644\u0643\u062A\u0631\u0648\u0646\u064A\u0629 \u0628\u0639\u062F\u060C \u0633\u064A\u062A\u0645 \u062A\u063A\u064A\u064A\u0631 \u0627\u0644\u0648\u0636\u0639 \u0648\u062A\u0631\u062C\u0645\u062A\u0647\u0627.',"desc.toggleOnlyTransation":"\u062A\u0634\u064A\u0631 \u0648\u0636\u0639\u064A\u0629 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0641\u0642\u0637 \u0625\u0644\u0649 \u0639\u0631\u0636 \u0627\u0644\u0646\u0635 \u0627\u0644\u0645\u062A\u0631\u062C\u0645 \u0641\u0642\u0637\u060C \u0625\u0630\u0627 \u0644\u0645 \u064A\u062A\u0645 \u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0635\u0641\u062D\u0629 \u0627\u0644\u0625\u0644\u0643\u062A\u0631\u0648\u0646\u064A\u0629 \u0628\u0639\u062F\u060C \u0633\u064A\u062A\u0645 \u062A\u063A\u064A\u064A\u0631 \u0627\u0644\u0648\u0636\u0639 \u0648\u062A\u0631\u062C\u0645\u062A\u0647\u0627.",touchShortcutsToggleTranslatePageOnlyTranslation:"\u062A\u0639\u064A\u064A\u0646 \u0627\u0644\u0625\u064A\u0645\u0627\u0621\u0627\u062A \u0639\u0644\u0649 \u0627\u0644\u0634\u0627\u0634\u0629 \u0644\u0644\u062A\u0628\u062F\u064A\u0644 \u0628\u064A\u0646 \u0627\u0644\u0648\u0636\u0639 \u0627\u0644\u0645\u0632\u062F\u0648\u062C / \u0627\u0644\u0648\u0636\u0639 \u0627\u0644\u0646\u0635\u064A \u0641\u0642\u0637",download_started:"\u0628\u062F\u0623 \u0627\u0644\u062A\u0646\u0632\u064A\u0644 \u0628\u0627\u0644\u0641\u0639\u0644\u060C \u0625\u0630\u0627 \u0644\u0645 \u064A\u062A\u0645 \u0627\u0644\u062A\u0646\u0632\u064A\u0644 \u062A\u0644\u0642\u0627\u0626\u064A\u064B\u0627\u060C \u064A\u0631\u062C\u0649 \u0627\u0644\u0646\u0642\u0631 \u064A\u062F\u0648\u064A\u064B\u0627",here:"\u0647\u0646\u0627","desc.toggleVideoSubtitlePreTranslation":"\u0628\u0639\u062F \u0627\u0644\u0636\u063A\u0637\u060C \u0633\u062A\u0633\u062A\u062E\u062F\u0645 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u063A\u0627\u0645\u0631\u0629 \u0644\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u062B\u0646\u0627\u0626\u064A\u0629 \u0644\u0644\u0641\u064A\u062F\u064A\u0648 \u0628\u0634\u0643\u0644 \u0623\u0648\u0644\u0648\u064A\u060C \u0648\u0628\u0627\u0644\u0636\u063A\u0637 \u0645\u0631\u0629 \u0623\u062E\u0631\u0649\u060C \u0633\u062A\u0633\u062A\u062E\u062F\u0645 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0622\u0644\u064A\u0629 \u0627\u0644\u0645\u0631\u0641\u0642\u0629 \u0628\u0627\u0644\u0641\u064A\u062F\u064A\u0648 \u0627\u0644\u0623\u0635\u0644\u064A \u0628\u0634\u0643\u0644 \u0623\u0648\u0644\u0648\u064A. \u064A\u0631\u062C\u0649 \u0645\u0644\u0627\u062D\u0638\u0629: \u0647\u0630\u0627 \u0627\u0644\u0627\u062E\u062A\u0635\u0627\u0631 \u064A\u0639\u062F\u0644 \u0627\u0644\u0625\u0639\u062F\u0627\u062F\u0627\u062A \u0627\u0644\u0639\u0627\u0645\u0629.",videoSubtitlePreTranslationOn:"\u0633\u064A\u062A\u0645 \u0627\u0633\u062A\u062E\u062F\u0627\u0645 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u063A\u0627\u0645\u0631\u0629 \u0628\u0634\u0643\u0644 \u0623\u0648\u0644\u0648\u064A \u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u062A\u0631\u062C\u0645\u0627\u062A \u0627\u0644\u0645\u0631\u0626\u064A\u0629",videoSubtitlePreTranslationOff:"\u0633\u064A\u062A\u0645 \u0627\u0633\u062A\u062E\u062F\u0627\u0645 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0622\u0644\u064A\u0629 \u0644\u0644\u062A\u0631\u062C\u0645\u0629 \u0641\u064A \u0627\u0644\u0641\u064A\u062F\u064A\u0648 \u0628\u0634\u0643\u0644 \u0623\u0648\u0644\u0648\u064A",translationFont:"\u062A\u0639\u064A\u064A\u0646 \u0627\u0644\u062E\u0637","translationFont.custom":"\u0623\u062F\u062E\u0644 \u0627\u0644\u062E\u0637 \u0627\u0644\u0645\u062E\u0635\u0635","translationFont.customPlaceholder":"\u062E\u0637 \u0627\u0644\u0643\u062A\u0627\u0628\u0629","translationFont.notSupportErrorMessage":"\u064A\u0631\u062C\u0649 \u0627\u0644\u062A\u062D\u0642\u0642 \u0645\u0646 \u0635\u062D\u0629 \u0627\u0633\u0645 \u0627\u0644\u062E\u0637 \u0627\u0644\u0630\u064A \u0623\u062F\u062E\u0644\u062A\u0647 \u060C \u0623\u0648 \u0627\u0644\u062A\u0623\u0643\u062F \u0645\u0646 \u0623\u0646 \u0627\u0644\u062E\u0637 \u0642\u062F \u062A\u0645 \u062A\u062B\u0628\u064A\u062A\u0647 \u0628\u0627\u0644\u0641\u0639\u0644 \u0639\u0644\u0649 \u062C\u0647\u0627\u0632\u0643.","touch.mouse-translate":"\u062A\u0631\u062C\u0645 \u0627\u0644\u0641\u0642\u0631\u0629 \u0627\u0644\u0645\u062D\u062F\u062F\u0629","translationServices.inherit":"\u0627\u062A\u0628\u0639 \u0627\u0644\u062E\u062F\u0645\u0629 \u0627\u0644\u0631\u0626\u064A\u0633\u064A\u0629 \u0644\u0644\u062A\u0631\u062C\u0645\u0629","error.serveConfigError":"\u062E\u0637\u0623 \u0641\u064A \u062A\u0643\u0648\u064A\u0646 \u0627\u0644\u062E\u062F\u0645\u0629","error.reloadPageOfSetting":"\u0628\u0639\u062F \u0627\u0644\u062A\u0643\u0648\u064A\u0646\u060C \u064A\u0631\u062C\u0649 \u062A\u062D\u062F\u064A\u062B \u0627\u0644\u0635\u0641\u062D\u0629 \u0648\u062A\u0631\u062C\u0645\u062A\u0647\u0627 \u0645\u0631\u0629 \u0623\u062E\u0631\u0649.","error.googleLimitIp":"\u062A\u0645 \u0625\u0631\u062C\u0627\u0639 \u062E\u0637\u0623 \u0645\u0646 \u0627\u0644\u062E\u062F\u0645\u0629 \u060C \u062E\u062F\u0645\u0629 Google \u0642\u062F \u0642\u0627\u0645\u062A \u0628\u062A\u0642\u064A\u064A\u062F \u0627\u0644\u0646\u0637\u0627\u0642 \u0627\u0644\u062E\u0627\u0635 \u0628\u0639\u0646\u0648\u0627\u0646 IP \u0647\u0630\u0627 \u060C \u0646\u0646\u0635\u062D\u0643 \u0628\u062A\u063A\u064A\u064A\u0631 \u0646\u0642\u0637\u0629 \u0627\u0644\u0634\u0628\u0643\u0629.","error.openAIFreeLimit":"\u062A\u0645 \u0625\u0631\u062C\u0627\u0639 \u062E\u0637\u0623 \u0645\u0646 \u0627\u0644\u062E\u062F\u0645\u0629\u060C \u0648\u0642\u062F \u0648\u0635\u0644\u062A \u062A\u0631\u062F\u062F \u0637\u0644\u0628\u0627\u062A \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u062D\u0627\u0644\u064A\u0629 \u0625\u0644\u0649 \u0627\u0644\u062D\u062F \u0627\u0644\u0623\u0642\u0635\u0649 \u0627\u0644\u0628\u0627\u0644\u063A 3 \u0645\u0631\u0627\u062A \u0641\u064A \u0627\u0644\u062F\u0642\u064A\u0642\u0629\u060C \u064A\u0631\u062C\u0649 \u0627\u0644\u0645\u062D\u0627\u0648\u0644\u0629 \u0645\u0631\u0629 \u0623\u062E\u0631\u0649 \u0644\u0627\u062D\u0642\u064B\u0627. (\u0647\u0630\u0627 \u0647\u0648 \u0627\u0644\u0642\u064A\u062F \u0627\u0644\u0631\u0633\u0645\u064A \u0645\u0646 OpenAI \u0644\u0645\u0641\u062A\u0627\u062D API \u0627\u0644\u0645\u062C\u0627\u0646\u064A\u060C \u0644\u0631\u0641\u0639 \u0647\u0630\u0627 \u0627\u0644\u0642\u064A\u062F\u060C \u064A\u0631\u062C\u0649 \u0631\u0628\u0637 \u0628\u0637\u0627\u0642\u0629 \u0627\u0644\u0627\u0626\u062A\u0645\u0627\u0646 \u0641\u064A \u0644\u0648\u062D\u0629 \u0627\u0644\u062A\u062D\u0643\u0645 \u0627\u0644\u062E\u0644\u0641\u064A\u0629 \u0644\u0640 OpenAI.)","error.openAIExceededQuota":"\u062A\u0645 \u0625\u0631\u062C\u0627\u0639 \u0627\u0644\u062E\u062F\u0645\u0629 \u0628\u062E\u0637\u0623: \u0631\u0635\u064A\u062F \u062D\u0633\u0627\u0628 OpenAI \u0627\u0644\u062D\u0627\u0644\u064A \u063A\u064A\u0631 \u0643\u0627\u0641\u064D \u060C \u064A\u0631\u062C\u0649 \u0625\u0639\u0627\u062F\u0629 \u0627\u0644\u0634\u062D\u0646 \u0623\u0648 \u0631\u0628\u0637 \u0628\u0637\u0627\u0642\u0629 \u0627\u0644\u0627\u0626\u062A\u0645\u0627\u0646 \u0641\u064A \u0627\u0644\u062E\u0644\u0641\u064A\u0629 \u0627\u0644\u0631\u0633\u0645\u064A\u0629 \u0644\u0640 OpenAI.","error.429":"\u062A\u0645 \u0625\u0631\u062C\u0627\u0639 \u0627\u0644\u062E\u062F\u0645\u0629 \u0628\u062E\u0637\u0623\u060C \u0645\u0645\u0627 \u064A\u0634\u064A\u0631 \u0625\u0644\u0649 \u0623\u0646 \u0627\u0644\u0637\u0644\u0628\u0627\u062A \u0643\u062B\u064A\u0631\u0629 \u062C\u062F\u064B\u0627 \u0623\u0648 \u062A\u062C\u0627\u0648\u0632\u062A \u0627\u0644\u062D\u062F \u0627\u0644\u0645\u062D\u062F\u062F\u060C \u064A\u0631\u062C\u0649 \u0627\u0644\u0645\u062D\u0627\u0648\u0644\u0629 \u0645\u0631\u0629 \u0623\u062E\u0631\u0649 \u0644\u0627\u062D\u0642\u064B\u0627.","error.403":"\u062A\u0645 \u0625\u0631\u062C\u0627\u0639 \u0627\u0644\u062E\u062F\u0645\u0629 \u0628\u062E\u0637\u0623\u060C \u0644\u064A\u0633 \u0644\u062F\u064A\u0643 \u0627\u0644\u0635\u0644\u0627\u062D\u064A\u0629 \u0627\u0644\u0645\u0624\u0642\u062A\u0629 \u0644\u0644\u0648\u0635\u0648\u0644 \u0625\u0644\u0649 \u0647\u0630\u0647 \u0627\u0644\u062E\u062F\u0645\u0629.","error.400":"\u062A\u0645 \u0625\u0631\u062C\u0627\u0639 \u062E\u0637\u0623 \u0641\u064A \u0627\u0644\u062E\u062F\u0645\u0629 \u060C \u062E\u0637\u0623 \u0641\u064A \u0645\u0639\u0644\u0645\u0627\u062A \u0627\u0644\u0637\u0644\u0628 \u060C \u064A\u0631\u062C\u0649 \u0627\u0644\u062A\u062D\u0642\u0642 \u0645\u0646 \u0627\u0644\u062A\u0643\u0648\u064A\u0646 \u0627\u0644\u0645\u0646\u0627\u0633\u0628.","error.502":"\u062A\u0645 \u0625\u0631\u062C\u0627\u0639 \u062E\u0637\u0623 \u0645\u0646 \u0627\u0644\u062E\u062F\u0645\u0629 \u060C \u062A\u062C\u0627\u0648\u0632 \u0627\u0644\u062E\u062F\u0645\u0629 \u0627\u0644\u0648\u0642\u062A \u0627\u0644\u0645\u062D\u062F\u062F \u060C \u064A\u0631\u062C\u0649 \u0627\u0644\u0645\u062D\u0627\u0648\u0644\u0629 \u0645\u0631\u0629 \u0623\u062E\u0631\u0649 \u0641\u064A \u0648\u0642\u062A \u0644\u0627\u062D\u0642.","error.proTokenInvalid":"\u0625\u0630\u0627 \u0643\u0646\u062A \u0645\u0633\u062A\u062E\u062F\u0645\u064B\u0627 \u0645\u062D\u062A\u0631\u0641\u064B\u0627 \u060C \u064A\u0631\u062C\u0649 \u062A\u0633\u062C\u064A\u0644 \u0627\u0644\u062F\u062E\u0648\u0644 \u0642\u0628\u0644 \u0627\u0633\u062A\u062E\u062F\u0627\u0645 \u062E\u062F\u0645\u0629 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0645\u062D\u062A\u0631\u0641\u0629","error.proUpgrade":"\u0628\u0639\u062F \u0627\u0644\u062A\u0631\u0642\u064A\u0629 \u060C \u064A\u0631\u062C\u0649 \u062A\u062D\u062F\u064A\u062B \u0627\u0644\u0635\u0641\u062D\u0629 \u0648\u062A\u0631\u062C\u0645\u062A\u0647\u0627 \u0645\u0631\u0629 \u0623\u062E\u0631\u0649.","error.configError":"\u062A\u0643\u0648\u064A\u0646 \u0627\u0644\u0628\u064A\u0627\u0646\u0627\u062A \u063A\u064A\u0631 \u0637\u0628\u064A\u0639\u064A","error.goReset":"\u0625\u0639\u0627\u062F\u0629 \u0627\u0644\u062A\u0639\u064A\u064A\u0646",batchEdit:"\u0627\u0644\u0639\u0645\u0644\u064A\u0627\u062A \u0627\u0644\u062C\u0645\u0627\u0639\u064A\u0629","translationModeLang.translation.title":"\u0646\u0645\u0637 \u0627\u0644\u0644\u063A\u0629 \u0627\u0644\u0646\u0635\u064A \u0641\u0642\u0637","translationModeLang.translation.description":"\u0639\u0646\u062F\u0645\u0627 \u064A\u0643\u0648\u0646 \u0644\u063A\u0629 \u0627\u0644\u0635\u0641\u062D\u0629 \u0628\u0627\u0644\u0644\u063A\u0627\u062A \u0627\u0644\u062A\u0627\u0644\u064A\u0629\u060C \u0633\u064A\u062A\u0645 \u0627\u0633\u062A\u062E\u062F\u0627\u0645 \u0648\u0636\u0639 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0641\u0642\u0637 \u062A\u0644\u0642\u0627\u0626\u064A\u064B\u0627.","translationModeUrl.translation.title":"\u0631\u0627\u0628\u0637 \u0627\u0644\u0648\u0636\u0639 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0641\u0642\u0637","translationModeUrl.translation.description":"\u0639\u0646\u062F\u0645\u0627 \u064A\u0643\u0648\u0646 \u0627\u0644\u0645\u0648\u0642\u0639 \u0627\u0644\u0625\u0644\u0643\u062A\u0631\u0648\u0646\u064A \u0644\u0644\u0646\u0637\u0627\u0642\u0627\u062A \u0627\u0644\u062A\u0627\u0644\u064A\u0629\u060C \u0633\u064A\u062A\u0645 \u0627\u0633\u062A\u062E\u062F\u0627\u0645 \u0648\u0636\u0639 \u0627\u0644\u0646\u0635 \u0627\u0644\u0645\u062A\u0631\u062C\u0645 \u0641\u0642\u0637 \u062A\u0644\u0642\u0627\u0626\u064A\u064B\u0627.","error.serveUnavailable":"\u0627\u0644\u062E\u062F\u0645\u0629 [{serverName}] \u0627\u0644\u062A\u064A \u062A\u0633\u062A\u062E\u062F\u0645\u0647\u0627 \u062D\u0627\u0644\u064A\u064B\u0627 \u063A\u064A\u0631 \u0642\u0627\u0628\u0644\u0629 \u0644\u0644\u0648\u0635\u0648\u0644 \u0645\u0624\u0642\u062A\u064B\u0627 \u0628\u0633\u0628\u0628 \u0645\u0634\u0643\u0644\u0629 \u0641\u064A \u0627\u0644\u0627\u062A\u0635\u0627\u0644 \u0628\u0627\u0644\u0634\u0628\u0643\u0629 \u0623\u0648 \u0645\u0632\u0648\u062F \u0627\u0644\u062E\u062F\u0645\u0629. \u0646\u0642\u062A\u0631\u062D \u0639\u0644\u064A\u0643 \u062A\u062D\u062F\u064A\u062B \u0627\u0644\u0635\u0641\u062D\u0629 \u0623\u0648 \u062A\u063A\u064A\u064A\u0631 \u062E\u062F\u0645\u0629 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0623\u062E\u0631\u0649 \u0645\u0646 \u062E\u0644\u0627\u0644 <1>\u0627\u0644\u0625\u0639\u062F\u0627\u062F\u0627\u062A. \u0625\u0630\u0627 \u0643\u0646\u062A \u0639\u0636\u0648\u064B\u0627 \u0641\u064A <2>Pro\u060C \u064A\u0645\u0643\u0646\u0643 \u0627\u062E\u062A\u064A\u0627\u0631 \u0627\u0633\u062A\u062E\u062F\u0627\u0645 \u062E\u062F\u0645\u0629 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 DeepL \u0623\u0648 OpenAI \u0627\u0644\u0623\u0643\u062B\u0631 \u0627\u0633\u062A\u0642\u0631\u0627\u0631\u064B\u0627 (<3>\u0627\u0646\u0642\u0631 \u0647\u0646\u0627 \u0644\u062A\u062C\u0631\u0628\u0629 \u0645\u062C\u0627\u0646\u064A\u0629). \u0628\u0627\u0644\u0625\u0636\u0627\u0641\u0629 \u0625\u0644\u0649 \u0630\u0644\u0643\u060C \u0642\u062F \u062A\u062D\u062A\u0627\u062C \u0623\u064A\u0636\u064B\u0627 \u0625\u0644\u0649 \u0627\u0644\u062A\u062D\u0642\u0642 \u0645\u0646 \u0625\u0639\u062F\u0627\u062F\u0627\u062A \u0627\u0644\u0634\u0628\u0643\u0629 \u0623\u0648 \u0627\u0644\u0648\u0643\u064A\u0644 \u0627\u0644\u062E\u0627\u0635\u0629 \u0628\u0643.",detectServiceLoading:"\u062C\u0627\u0631\u064D \u0627\u0644\u062A\u062D\u0642\u0642 \u0645\u0646 \u0627\u0644\u062E\u062F\u0645\u0627\u062A \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0645\u062A\u0627\u062D\u0629...",toggleToService:"\u0627\u0644\u062A\u0628\u062F\u064A\u0644 \u0625\u0644\u0649 {service} \u0648\u0625\u0639\u0627\u062F\u0629 \u0627\u0644\u0645\u062D\u0627\u0648\u0644\u0629","error.gemini.429":"\u0627\u0644\u062E\u062F\u0645\u0629 Gemini \u0627\u0644\u062D\u0627\u0644\u064A\u0629 \u0642\u062F \u0648\u0635\u0644\u062A \u0625\u0644\u0649 \u0627\u0644\u062D\u062F \u0627\u0644\u0623\u0642\u0635\u0649 \u0644\u0644\u0642\u062F\u0631\u0629 \u0639\u0644\u0649 \u0627\u0644\u062A\u062D\u0645\u0644\u060C \u064A\u0631\u062C\u0649 \u0627\u0644\u0645\u062D\u0627\u0648\u0644\u0629 \u0645\u0631\u0629 \u0623\u062E\u0631\u0649 \u0641\u064A \u0648\u0642\u062A \u0644\u0627\u062D\u0642\u060C \u0623\u0648 \u0627\u0644\u062A\u0628\u062F\u064A\u0644 \u0625\u0644\u0649 \u062E\u062F\u0645\u0629 \u062A\u0631\u062C\u0645\u0629 \u0623\u062E\u0631\u0649.",enableSentryReport:"\u0639\u0646\u062F \u062D\u062F\u0648\u062B \u062E\u0637\u0623 \u0641\u064A \u0627\u0644\u062A\u0648\u0633\u064A\u0639 \u060C \u0627\u0633\u062A\u062E\u062F\u0645 Sentry \u0644\u062A\u0642\u062F\u064A\u0645 \u0627\u0644\u0645\u0644\u0627\u062D\u0638\u0627\u062A","widget.translateFile":"PDF/ePub",pickAll:"\u062D\u062F\u062F \u0627\u0644\u0643\u0644",contact:"\u0627\u062A\u0635\u0644 \u0628\u0646\u0627","translationServices.gemini":"\u0627\u0644\u062C\u0645\u0646\u0627\u0632","tagsInput.add":"+ \u0625\u0636\u0627\u0641\u0629",touchShortcutsOff:"\u0625\u063A\u0644\u0627\u0642","error.retry":"\u0623\u0639\u062F \u0627\u0644\u0645\u062D\u0627\u0648\u0644\u0629","slide.left":"\u0627\u0646\u0632\u0644\u0642 \u0625\u0644\u0649 \u0627\u0644\u064A\u0645\u064A\u0646",translationOnlyMode:"\u0648\u0636\u0639 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0641\u0642\u0637",goLogin:"\u062A\u0633\u062C\u064A\u0644 \u0627\u0644\u062F\u062E\u0648\u0644","slide.right":"\u0627\u0646\u0632\u0644\u0642 \u0625\u0644\u0649 \u0627\u0644\u064A\u0633\u0627\u0631","multipleClick.4":"\u0631\u0628\u0627\u0639\u064A \u0645\u062A\u062A\u0627\u0644\u064A",shortcutSettingsTitle:"\u0625\u0639\u062F\u0627\u062F\u0627\u062A \u0627\u0644\u0627\u062E\u062A\u0635\u0627\u0631\u0627\u062A",loggedIn:"\u062A\u0645 \u062A\u0633\u062C\u064A\u0644 \u0627\u0644\u062F\u062E\u0648\u0644",shortcutSettings:"\u0627\u062E\u062A\u0635\u0627\u0631\u0627\u062A \u0627\u0644\u0645\u0641\u0627\u062A\u064A\u062D","multipleClick.2":"\u0627\u0646\u0642\u0631 \u0645\u0631\u062A\u064A\u0646","shortcutGroup.others":"\u0627\u0644\u0645\u0632\u064A\u062F \u0645\u0646 \u0627\u0644\u0627\u062E\u062A\u0635\u0627\u0631\u0627\u062A \u0627\u0644\u0645\u062E\u0635\u0635\u0629","widget.videoSubtitle":"\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0641\u064A\u062F\u064A\u0648","intro.floatBallTitle":"\u0643\u0631\u0629 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0633\u0631\u064A\u0639\u0629",notLogin:"\u0644\u0645 \u064A\u062A\u0645 \u062A\u0633\u062C\u064A\u0644 \u0627\u0644\u062F\u062E\u0648\u0644","widget.instruction":"\u062A\u0639\u0644\u064A\u0645\u0627\u062A \u0627\u0644\u0627\u0633\u062A\u062E\u062F\u0627\u0645",alwaysTranslateThisSite:"\u062F\u0627\u0626\u0645\u0627 \u062A\u0631\u062C\u0645 \u0647\u0630\u0627 \u0627\u0644\u0645\u0648\u0642\u0639","error.subscriptionExpiredTitle":"\u0627\u0646\u062A\u0647\u062A \u0635\u0644\u0627\u062D\u064A\u0629 \u0627\u0644\u0639\u0636\u0648\u064A\u0629","shortcutGroup.shortcutsForTranslationServices":"\u062E\u062F\u0645\u0627\u062A \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0645\u0641\u0627\u062A\u064A\u062D \u0627\u0644\u0633\u0631\u064A\u0639\u0629","widget.instructionTooltip":"\u0631\u0627\u062C\u0639 \u062A\u0639\u0644\u064A\u0645\u0627\u062A \u0627\u0644\u0627\u0633\u062A\u062E\u062F\u0627\u0645",temprarilyChangeTranslationTo_gemini:"\u064A\u062A\u0645 \u0627\u0633\u062A\u062E\u062F\u0627\u0645 Gemini \u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0635\u0641\u062D\u0629 \u0627\u0644\u062D\u0627\u0644\u064A\u0629","subtitle.hideQuickButton":"\u0644\u0627 \u062A\u0638\u0647\u0631 \u0647\u0630\u0627 \u0627\u0644\u0627\u062E\u062A\u0635\u0627\u0631 \u0645\u0631\u0629 \u0623\u062E\u0631\u0649",temprarilyChangeTranslationTo_google:"\u064A\u062A\u0645 \u0627\u0633\u062A\u062E\u062F\u0627\u0645 \u062A\u0631\u062C\u0645\u0629 Google \u0644\u0644\u0635\u0641\u062D\u0629 \u0627\u0644\u062D\u0627\u0644\u064A\u0629","subtitle.bilingual":"\u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u062B\u0646\u0627\u0626\u064A\u0629 \u0627\u0644\u0644\u063A\u0629",mouseHoverCustomKeyTitle:"\u062A\u0639\u0631\u064A\u0641 \u0627\u062E\u062A\u0635\u0627\u0631\u0627\u062A \u0627\u0644\u0645\u0627\u0648\u0633 \u0627\u0644\u0645\u0639\u0644\u0642\u0629","browser.translateInputBox":"\u062A\u0631\u062C\u0645 \u0645\u062D\u062A\u0648\u0649 \u0645\u0631\u0628\u0639 \u0627\u0644\u0625\u062F\u062E\u0627\u0644 \u0627\u0644\u062D\u0627\u0644\u064A","shortcutGroup.touch":"\u0627\u0644\u0625\u064A\u0645\u0627\u0621\u0627\u062A \u0627\u0644\u0645\u062E\u0635\u0635\u0629 \u0644\u0644\u0634\u0627\u0634\u0627\u062A \u0627\u0644\u0644\u0645\u0633\u064A\u0629",neverTranslateThisSite:"\u0644\u0627 \u062A\u062A\u0631\u062C\u0645 \u0647\u0630\u0627 \u0627\u0644\u0645\u0648\u0642\u0639 \u0623\u0628\u062F\u0627",temprarilyChangeTranslationTo_deepl:"\u064A\u062A\u0645 \u0627\u0633\u062A\u062E\u062F\u0627\u0645 DeepL \u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0635\u0641\u062D\u0629 \u0627\u0644\u062D\u0627\u0644\u064A\u0629","browser.translateWithDeepL":"\u0627\u0633\u062A\u062E\u062F\u0645 DeepL \u0645\u0624\u0642\u062A\u064B\u0627 \u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0635\u0641\u062D\u0629 \u0627\u0644\u062D\u0627\u0644\u064A\u0629","multipleClick.3":"\u062B\u0644\u0627\u062B\u0629 \u0636\u0631\u0628\u0627\u062A \u0645\u062A\u062A\u0627\u0644\u064A\u0629","widget.translateFileTooltip":"\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0645\u0633\u062A\u0646\u062F\u0627\u062A PDF\u060C EPUB\u060C SRT\u060C ASS\u060C HTML \u0648 TXT","neverTranslateText.title":"\u0627\u0644\u0643\u0644\u0645\u0627\u062A \u0627\u0644\u062A\u0627\u0644\u064A\u0629 \u062A\u0628\u0642\u0649 \u0643\u0645\u0627 \u0647\u064A\u060C \u0644\u0627 \u062A\u062A\u0631\u062C\u0645","subtitle.autoDisableSubtitle":"\u0644\u0627 \u062A\u0642\u0645 \u0628\u062A\u0634\u063A\u064A\u0644 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u062B\u0646\u0627\u0626\u064A\u0629 \u062A\u0644\u0642\u0627\u0626\u064A\u064B\u0627","browser.translateWithGoogle":"\u0627\u0633\u062A\u062E\u062F\u0645 Google Translate \u0645\u0624\u0642\u062A\u064B\u0627 \u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0635\u0641\u062D\u0629 \u0627\u0644\u062D\u0627\u0644\u064A\u0629","shortcutGroup.main":"\u0627\u062E\u062A\u0635\u0627\u0631\u0627\u062A \u0627\u0644\u0648\u0638\u0627\u0626\u0641 \u0627\u0644\u0634\u0627\u0626\u0639\u0629",paragraphMinTextCountField:"\u0627\u0644\u062D\u062F \u0627\u0644\u0623\u062F\u0646\u0649 \u0644\u0639\u062F\u062F \u0627\u0644\u0623\u062D\u0631\u0641 \u0627\u0644\u0645\u0637\u0644\u0648\u0628\u0629 \u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0641\u0642\u0631\u0629","widget.videoSubtitleTooltip":"\u062F\u0639\u0645 Youtube \u0648\u063A\u064A\u0631\u0647\u0627 \u0645\u0646 \u0645\u0648\u0627\u0642\u0639 \u0627\u0644\u0641\u064A\u062F\u064A\u0648 {count}+",upgradeToProErrorTitle:"\u064A\u0631\u062C\u0649 \u0627\u0644\u062A\u0631\u0642\u064A\u0629 \u0625\u0644\u0649 \u0639\u0636\u0648\u064A\u0629 Pro \u0642\u0628\u0644 \u0627\u0633\u062A\u062E\u062F\u0627\u0645 \u0647\u0630\u0647 \u0627\u0644\u062E\u062F\u0645\u0629 \u0627\u0644\u062A\u0631\u062C\u0645\u0629","subtitle.showQuickButton":"\u0641\u064A \u0639\u0631\u0636 \u0627\u0644\u0646\u0635\u0648\u0635 \u0627\u0644\u0645\u062A\u0631\u062C\u0645\u0629 \u0628\u0634\u0643\u0644 \u0645\u0632\u062F\u0648\u062C \u0641\u064A \u0627\u0644\u0645\u0634\u063A\u0644 \u0628\u0637\u0631\u064A\u0642\u0629 \u0633\u0631\u064A\u0639\u0629",temprarilyChangeTranslationTo_transmart:"\u064A\u062A\u0645 \u0627\u0633\u062A\u062E\u062F\u0627\u0645 \u062A\u0631\u062C\u0645\u0629 \u062A\u064A\u0646\u0633\u0646\u062A \u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0635\u0641\u062D\u0629 \u0627\u0644\u062D\u0627\u0644\u064A\u0629",notLoginPro:"\u0644\u0645 \u062A\u0642\u0645 \u0628\u062A\u0633\u062C\u064A\u0644 \u0627\u0644\u062F\u062E\u0648\u0644 \u0625\u0644\u0649 \u062D\u0633\u0627\u0628 \u0627\u0644\u0639\u0636\u0648\u064A\u0629 \u0627\u0644\u062E\u0627\u0635 \u0628\u0643 \u0628\u0639\u062F","floatBall.iKnow":"\u0623\u0646\u0627 \u0623\u0639\u0631\u0641","intro.hoverTitle":"\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0641\u0642\u0631\u0629 \u0627\u0644\u062D\u0627\u0644\u064A\u0629 \u0639\u0646\u062F \u062A\u062D\u0631\u064A\u0643 \u0627\u0644\u0645\u0627\u0648\u0633 \u0641\u0648\u0642\u0647\u0627",temprarilyChangeTranslationTo_bing:"\u064A\u062A\u0645 \u0627\u0633\u062A\u062E\u062F\u0627\u0645 \u0645\u062A\u0631\u062C\u0645 \u0645\u0627\u064A\u0643\u0631\u0648\u0633\u0648\u0641\u062A \u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0635\u0641\u062D\u0629 \u0627\u0644\u062D\u0627\u0644\u064A\u0629",temprarilyChangeTranslationTo_openai:"\u064A\u062A\u0645 \u0627\u0633\u062A\u062E\u062F\u0627\u0645 OpenAI \u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0635\u0641\u062D\u0629 \u0627\u0644\u062D\u0627\u0644\u064A\u0629","browser.translateWithOpenAI":"\u0627\u0633\u062A\u062E\u062F\u0645 OpenAI \u0645\u0624\u0642\u062A\u064B\u0627 \u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0635\u0641\u062D\u0629 \u0627\u0644\u062D\u0627\u0644\u064A\u0629",networkError:"\u062A\u0648\u0627\u062C\u0647 \u062E\u062F\u0645\u0629 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0623\u0648 \u0627\u0644\u0634\u0628\u0643\u0629 \u0645\u0634\u0643\u0644\u0629",buildSnapshots:"\u0625\u0646\u0634\u0627\u0621 \u0644\u0642\u0637\u0629 \u0633\u0631\u064A\u0639\u0629 \u0644\u0644\u0635\u0641\u062D\u0629 \u0627\u0644\u0625\u0644\u0643\u062A\u0631\u0648\u0646\u064A\u0629","shortcutGroup.mouse":"\u062A\u0643\u0648\u064A\u0646 \u0627\u062E\u062A\u0635\u0627\u0631\u0627\u062A \u0627\u0644\u0645\u0627\u0648\u0633 \u0627\u0644\u0645\u0639\u0644\u0642\u0629","intro.subtitleTitle":"\u0639\u0631\u0636 \u0627\u0644\u062A\u0631\u062C\u0645\u0627\u062A \u0627\u0644\u0645\u0632\u062F\u0648\u062C\u0629 \u0644\u0644\u0641\u064A\u062F\u064A\u0648 \u0639\u0628\u0631 \u0627\u0644\u0625\u0646\u062A\u0631\u0646\u062A","floatBall.longPress":"\u0627\u0636\u063A\u0637 \u0645\u0639 \u0627\u0644\u0627\u0633\u062A\u0645\u0631\u0627\u0631 \u0644\u0641\u062A\u062D \u0644\u0648\u062D\u0629 \u0627\u0644\u0625\u0639\u062F\u0627\u062F\u0627\u062A \u0628\u0633\u0631\u0639\u0629",touchShortcutsToggleTranslateTouchElement:"\u062A\u0639\u064A\u064A\u0646 \u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0641\u0642\u0631\u0629 \u0627\u0644\u0645\u062D\u062F\u062F\u0629 \u0628\u0648\u0627\u0633\u0637\u0629 \u0627\u0644\u0625\u064A\u0645\u0627\u0621\u0627\u062A \u0639\u0644\u0649 \u0627\u0644\u0634\u0627\u0634\u0629 \u0627\u0644\u062A\u064A \u062A\u0639\u0645\u0644 \u0628\u0627\u0644\u0644\u0645\u0633","browser.translateWithBing":"\u0627\u0633\u062A\u062E\u062F\u0645 \u062A\u0631\u062C\u0645\u0629 \u0645\u0627\u064A\u0643\u0631\u0648\u0633\u0648\u0641\u062A \u0645\u0624\u0642\u062A\u064B\u0627 \u0644\u0644\u0635\u0641\u062D\u0629 \u0627\u0644\u062D\u0627\u0644\u064A\u0629","error.subscriptionExpired":"\u0642\u062F \u064A\u0643\u0648\u0646 \u0639\u0636\u0648\u064A\u062A\u0643 \u0642\u062F \u0627\u0646\u062A\u0647\u062A \u060C \u064A\u0631\u062C\u0649 \u0627\u0644\u062A\u062D\u0642\u0642 \u0645\u0646 \u062D\u0627\u0644\u0629 \u0639\u0636\u0648\u064A\u062A\u0643","browser.translateWithGemini":"\u0627\u0633\u062A\u062E\u062F\u0645 Gemini \u0645\u0624\u0642\u062A\u064B\u0627 \u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0635\u0641\u062D\u0629 \u0627\u0644\u062D\u0627\u0644\u064A\u0629","desc.touchShortcutsToggleTranslateTouchElement":"\u0642\u0645 \u0628\u062A\u062E\u0635\u064A\u0635 \u0625\u0634\u0627\u0631\u0629 \u0628\u064A\u062F\u0643\u060C \u0648\u064A\u0645\u0643\u0646\u0643 \u062A\u0631\u062C\u0645\u0629 \u0623\u064A \u0641\u0642\u0631\u0629 \u062A\u0648\u0627\u062C\u062F \u0641\u064A\u0647\u0627.","browser.translateWithTransmart":"\u0627\u0633\u062A\u062E\u062F\u0645 \u062A\u0631\u062C\u0645\u0629 \u062A\u064A\u0646\u0633\u0646\u062A \u0645\u0624\u0642\u062A\u064B\u0627 \u0644\u0644\u0635\u0641\u062D\u0629 \u0627\u0644\u062D\u0627\u0644\u064A\u0629","desc.interfaceLanguage":"\u062A\u0624\u062B\u0631 \u0625\u0639\u062F\u0627\u062F\u0627\u062A \u0644\u063A\u0629 \u0627\u0644\u0648\u0627\u062C\u0647\u0629 \u0639\u0644\u0649 \u0644\u063A\u0629 \u0639\u0631\u0636 \u0644\u0648\u062D\u0629 \u0627\u0644\u062A\u062D\u0643\u0645\u060C \u0648\u0644\u0627 \u062A\u062A\u0639\u0644\u0642 \u0628\u0644\u063A\u0629 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0645\u0633\u062A\u0647\u062F\u0641\u0629.",touchShortcutsToggleTranslationMask:"\u062A\u0639\u064A\u064A\u0646 \u0625\u064A\u0645\u0627\u0621\u0627\u062A \u0627\u0644\u0634\u0627\u0634\u0629 \u0627\u0644\u062A\u064A \u062A\u0639\u0645\u0644 \u0628\u0627\u0644\u0644\u0645\u0633 \u0644\u0639\u0631\u0636 \u0642\u0646\u0627\u0639 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 / \u0639\u0631\u0636 \u0627\u0644\u0646\u0635 \u0627\u0644\u0623\u0635\u0644\u064A","browser.toggleMouseHoverTranslateDirectly":"\u062A\u0645\u0643\u064A\u0646 \u0623\u0648 \u062A\u0639\u0637\u064A\u0644 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0645\u0628\u0627\u0634\u0631\u0629 \u0639\u0646\u062F \u062A\u0645\u0631\u064A\u0631 \u0627\u0644\u0645\u0627\u0648\u0633 \u0645\u0624\u0642\u062A\u064B\u0627 \u0639\u0644\u0649 \u0627\u0644\u0635\u0641\u062D\u0629","floatBall.guideClickToTranslate":`\u0627\u0646\u0642\u0631 \u0639\u0644\u0649 \u0643\u0631\u0629 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0639\u0627\u0626\u0645\u0629 \u0627\u0644\u063A\u0627\u0645\u0631\u0629 + {env.imt_trans_field}: \u7FFB\u8A33\u6587`,"subtitle.quickButton.white":"\u767D\u8272","subtitle.quickButton.black":"\u9ED2\u8272","subtitle.quickButton.setting":"\u8A2D\u5B9A","subtitle.quickButton.blue":"\u9752\u8272","subtitle.quickButton.backgroundOpacity":"\u80CC\u666F\u306E\u4E0D\u900F\u660E\u5EA6","subtitle.quickButton.cyan":"\u9752\u8272","subtitle.quickButton.translationPositionBottom":"\u539F\u6587\u306E\u4E0B\u65B9","subtitle.quickButton.sourceFontSize":"\u5143\u306E\u30D5\u30A9\u30F3\u30C8\u30B5\u30A4\u30BA","subtitle.quickButton.backgroundColor":"\u80CC\u666F\u8272","subtitle.quickButton.magenta":"\u30DE\u30BC\u30F3\u30BF\u8272","subtitle.quickButton.red":"\u8D64\u8272","subtitle.quickButton.green":"\u7DD1\u8272","subtitle.quickButton.translationPositionTop":"\u539F\u6587\u306E\u4E0A\u306B","translationServices.claude":"\u30AF\u30ED\u30FC\u30C9","subtitle.quickButton.sourceTextColor":"\u539F\u6587\u306E\u30D5\u30A9\u30F3\u30C8\u306E\u8272","subtitle.quickButton.yellow":"\u9EC4\u8272","subtitle.quickButton.translationFontSize":"\u7FFB\u8A33\u6587\u5B57\u306E\u30D5\u30A9\u30F3\u30C8\u30B5\u30A4\u30BA","subtitle.quickButton.translationTextColor":"\u7FFB\u8A33\u6587\u5B57\u306E\u8272","subtitle.quickButton.translationPosition":"\u7FFB\u8A33\u4F4D\u7F6E",attachSubtitleTranslating:"{service} \u3092\u4F7F\u7528\u3057\u3066\u7FFB\u8A33\u4E2D...","error.claude.403":"\u4E00\u6642\u7684\u306B\u30B5\u30FC\u30D3\u30B9\u3078\u306E\u30A2\u30AF\u30BB\u30B9\u6A29\u9650\u304C\u3042\u308A\u307E\u305B\u3093\u3002\u3053\u308C\u306FClaude\u306E\u5730\u57DF\u5236\u9650\u306B\u95A2\u9023\u3057\u3066\u3044\u308B\u53EF\u80FD\u6027\u304C\u3042\u308A\u307E\u3059\u3002IP\u30A2\u30C9\u30EC\u30B9\u3092\u5207\u308A\u66FF\u3048\u308B\u304B\u3001\u4ED6\u306E\u7FFB\u8A33\u30B5\u30FC\u30D3\u30B9\u3092\u4F7F\u7528\u3057\u3066\u307F\u3066\u304F\u3060\u3055\u3044\u3002","browser.brandDescriptionForSafari":"\u3010\u6CA1\u5165\u578B\u7FFB\u8A33\u3011\u7121\u6599\u306E\uFF08\u539F\u6587/\u8A33\u6587\uFF09\u30D0\u30A4\u30EA\u30F3\u30AC\u30EB\u5BFE\u7167\u30A6\u30A7\u30D6\u30DA\u30FC\u30B8\u7FFB\u8A33\u30D7\u30E9\u30B0\u30A4\u30F3\u3067\u3001PDF\u7FFB\u8A33\u3068EPUB\u96FB\u5B50\u66F8\u7C4D\u7FFB\u8A33\u3092\u540C\u6642\u306B\u30B5\u30DD\u30FC\u30C8\u3057\u3001\u539F\u6587\u306E\u30EC\u30A4\u30A2\u30A6\u30C8\u3092\u4FDD\u6301\u3057\u307E\u3059\u3002Youtube/Netflix\u306A\u3069\u306E\u30AA\u30F3\u30E9\u30A4\u30F3\u30D3\u30C7\u30AA\u306E\u30D0\u30A4\u30EA\u30F3\u30AC\u30EB\u5B57\u5E55\u7FFB\u8A33\u3082\u30B5\u30DD\u30FC\u30C8\u3057\u3001Deepl/Google\u306A\u3069\u306E\u4E3B\u6D41\u7FFB\u8A33\u30B5\u30FC\u30D3\u30B9\u306B\u5BFE\u5FDC\u3057\u3066\u3044\u307E\u3059\u3002","browser.PdfProFile":"AI \u99C6\u52D5\u306E PDF Pro \u7FFB\u8A33","browser.textTranslate":"\u30C6\u30AD\u30B9\u30C8\u7FFB\u8A33"};var vb={nologin:"\u0644\u0645 \u062A\u0642\u0645 \u0628\u062A\u0633\u062C\u064A\u0644 \u0627\u0644\u062F\u062E\u0648\u0644",loginForSafari:"\u062A\u0633\u062C\u064A\u0644 \u0627\u0644\u062F\u062E\u0648\u0644 \u0623\u0648 \u0627\u0644\u062A\u0633\u062C\u064A\u0644",login:"\u064A\u0645\u0643\u0646\u0643 \u062A\u0641\u0639\u064A\u0644 \u0627\u0644\u0639\u0636\u0648\u064A\u0629 \u0628\u0639\u062F \u062A\u0633\u062C\u064A\u0644 \u0627\u0644\u062F\u062E\u0648\u0644",manageAccount:"\u0625\u062F\u0627\u0631\u0629 \u0627\u0644\u062D\u0633\u0627\u0628",openPremium:"\u0627\u0644\u0627\u0646\u0636\u0645\u0627\u0645 \u0625\u0644\u0649 \u0627\u0644\u0639\u0636\u0648\u064A\u0629",logout:"\u064A\u062A\u0631\u0643",curentPlan:"\u0627\u0644\u0631\u0632\u0645\u0629 \u0627\u0644\u062D\u0627\u0644\u064A\u0629",endAt:"\u0646\u0636\u062C",endAuto:"\u062A\u062C\u062F\u064A\u062F \u062A\u0644\u0642\u0627\u0626\u064A",lineBreakMaxTextCount:"\u0627\u0644\u062D\u062F \u0627\u0644\u0623\u0642\u0635\u0649 \u0644\u0639\u062F\u062F \u0627\u0644\u0623\u062D\u0631\u0641 \u0627\u0644\u0645\u0633\u0645\u0648\u062D \u0628\u0647 \u0644\u0643\u0644 \u062C\u0645\u0644\u0629 \u0628\u0639\u062F \u0641\u0648\u0627\u0635\u0644 \u0627\u0644\u0623\u0633\u0637\u0631","translate-pdf":"\u0627\u0646\u0642\u0631 \u0644\u062A\u0631\u062C\u0645\u0629 PDF","noSupportTranslate-pdf":"\u0627\u0644\u0628\u0631\u0646\u0627\u0645\u062C \u0627\u0644\u0646\u0635\u064A \u063A\u064A\u0631 \u0645\u062F\u0639\u0648\u0645\u060C \u064A\u0631\u062C\u0649 \u0627\u0633\u062A\u062E\u062F\u0627\u0645 \u0627\u0644\u0628\u0631\u0646\u0627\u0645\u062C \u0627\u0644\u0625\u0636\u0627\u0641\u064A","translate-firefox-local-pdf":"\u0627\u0646\u0642\u0631 \u0644\u0627\u0633\u062A\u064A\u0631\u0627\u062F PDF",enableLineBreak:"\u0642\u0645 \u0628\u062A\u0634\u063A\u064A\u0644 \u0627\u0644\u062A\u0641\u0627\u0641 \u0627\u0644\u0643\u0644\u0645\u0627\u062A \u0627\u0644\u062A\u0644\u0642\u0627\u0626\u064A \u0644\u0644\u0641\u0642\u0631\u0627\u062A \u0627\u0644\u0637\u0648\u064A\u0644\u0629",sponsorLabel:"\u0627\u062F\u0639\u0645 \u0645\u0637\u0648\u0631\u064B\u0627 \u0628\u062F\u0621\u064B\u0627 \u0645\u0646 1 \u062F\u0648\u0644\u0627\u0631",help:"\u064A\u0633\u0627\u0639\u062F",browserShortcutsNoteForFirefox:'\u0644\u062A\u0639\u062F\u064A\u0644 \u0645\u0641\u0627\u062A\u064A\u062D \u0627\u0644\u0627\u062E\u062A\u0635\u0627\u0631 \u0641\u064A \u0645\u062A\u0635\u0641\u062D Firefox\u060C \u062A\u062D\u062A\u0627\u062C \u0625\u0644\u0649 \u0641\u062A\u062D \u0635\u0641\u062D\u0629 \u0625\u062F\u0627\u0631\u0629 \u0627\u0644\u0627\u0645\u062A\u062F\u0627\u062F\u0627\u062A `about:addons`\u060C \u062B\u0645 \u0627\u0644\u0646\u0642\u0631 \u0641\u0648\u0642 "\u0627\u0644\u0625\u0639\u062F\u0627\u062F\u0627\u062A"\u060C \u062B\u0645 \u0627\u0644\u0646\u0642\u0631 \u0641\u0648\u0642 "\u0625\u062F\u0627\u0631\u0629 \u0645\u0641\u0627\u062A\u064A\u062D \u0627\u0644\u0627\u062E\u062A\u0635\u0627\u0631" \u0644\u062A\u0639\u064A\u064A\u0646\u0647\u0627.',browserShortcutsNoteForChrome:"\u0644\u062A\u0639\u062F\u064A\u0644 \u0645\u0641\u0627\u062A\u064A\u062D \u0627\u0644\u0627\u062E\u062A\u0635\u0627\u0631 \u0641\u064A \u0645\u062A\u0635\u0641\u062D \u064A\u0634\u0628\u0647 Chrome\u060C \u062A\u062D\u062A\u0627\u062C \u0625\u0644\u0649 \u0641\u062A\u062D \u0635\u0641\u062D\u0629 \u0625\u062F\u0627\u0631\u0629 \u0627\u0644\u0625\u0636\u0627\u0641\u0627\u062A\u060C \u0648\u062A\u0639\u064A\u064A\u0646\u0647\u0627 \u0641\u064A \u0644\u0648\u062D\u0629 `\u0625\u062F\u0627\u0631\u0629 \u0627\u0644\u0627\u062E\u062A\u0635\u0627\u0631\u0627\u062A` (`chrome://extensions/shortcuts`)\u060C \u062B\u0645 \u0627\u0644\u0646\u0642\u0631 \u0641\u0648\u0642 \u0627\u0644\u0632\u0631 \u0623\u062F\u0646\u0627\u0647 \u0644\u0644\u0627\u0646\u062A\u0642\u0627\u0644 \u0625\u0644\u0649 \u0635\u0641\u062D\u0629 \u0625\u062F\u0627\u0631\u0629 \u0645\u0641\u062A\u0627\u062D \u0627\u0644\u0627\u062E\u062A\u0635\u0627\u0631.",browserShortcutsSucks:"\u062A\u0646\u0633\u064A\u0642 \u0645\u0641\u062A\u0627\u062D \u0627\u0644\u0627\u062E\u062A\u0635\u0627\u0631 \u0627\u0644\u0645\u062E\u0635\u0635 \u0647\u0648 (\u0644\u0627 \u064A\u0648\u062C\u062F \u0627\u0644\u062A\u0639\u0631\u0641 \u0627\u0644\u062A\u0644\u0642\u0627\u0626\u064A\u060C \u064A\u0631\u062C\u0649 \u0627\u0644\u062F\u062E\u0648\u0644 \u0645\u0628\u0627\u0634\u0631\u0629)\uFF1A",enableLineBreakDescription:"\u0639\u0646\u062F \u062A\u0634\u063A\u064A\u0644\u0647\u060C \u0633\u064A\u062A\u0645 \u0625\u062F\u0631\u0627\u062C \u0641\u0648\u0627\u0635\u0644 \u0627\u0644\u0623\u0633\u0637\u0631 \u0641\u064A \u0646\u0647\u0627\u064A\u0629 \u0643\u0644 \u062C\u0645\u0644\u0629 \u0641\u064A \u0641\u0642\u0631\u0627\u062A \u0637\u0648\u064A\u0644\u0629 \u0644\u062A\u0633\u0647\u064A\u0644 \u0627\u0644\u0642\u0631\u0627\u0621\u0629.","browser.shortBrandName":"\u062A\u0631\u062C\u0645\u0629 \u063A\u0627\u0645\u0631\u0629","browser.brandName":"\u062A\u0631\u062C\u0645\u0629 \u063A\u0627\u0645\u0631\u0629: \u062A\u0631\u062C\u0645\u0629 \u0635\u0641\u062D\u0627\u062A \u0627\u0644\u0648\u064A\u0628 \u062B\u0646\u0627\u0626\u064A\u0629 \u0627\u0644\u0644\u063A\u0629 \u0648\u062A\u0631\u062C\u0645\u0629 \u0645\u0633\u062A\u0646\u062F\u0627\u062A PDF","browser.brandDescription":"Bilingual web page translation, also supports PDF translation, bilingual Epub eBook translation, free to use.","browser.toggleTranslatePage":"\u062A\u0631\u062C\u0645\u0629 \u0635\u0641\u062D\u0629 \u0627\u0644\u0648\u064A\u0628/\u0625\u0638\u0647\u0627\u0631 \u0627\u0644\u0646\u0635 \u0627\u0644\u0623\u0635\u0644\u064A","browser.toggleTranslateTheWholePage":"\u062A\u0631\u062C\u0645\u0629 \u062C\u0645\u064A\u0639 \u0645\u0646\u0627\u0637\u0642 \u0627\u0644\u0635\u0641\u062D\u0629/\u0639\u0631\u0636 \u0627\u0644\u0646\u0635 \u0627\u0644\u0623\u0635\u0644\u064A","browser.toggleOnlyTransation":"\u062A\u0628\u062F\u064A\u0644 \u0627\u0644\u0648\u0636\u0639 \u062B\u0646\u0627\u0626\u064A \u0627\u0644\u0644\u063A\u0629 / \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0641\u0642\u0637","browser.toggleTranslateToThePageEndImmediately":"\u062A\u0631\u062C\u0645\u0629 \u0641\u0648\u0631\u064A\u0629 \u0625\u0644\u0649 \u0623\u0633\u0641\u0644 \u0627\u0644\u0635\u0641\u062D\u0629/\u0625\u0638\u0647\u0627\u0631 \u0627\u0644\u0646\u0635 \u0627\u0644\u0623\u0635\u0644\u064A","browser.toggleTranslateTheMainPage":"\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0645\u0646\u0637\u0642\u0629 \u0627\u0644\u0631\u0626\u064A\u0633\u064A\u0629 \u0644\u0644\u0635\u0641\u062D\u0629/\u0639\u0631\u0636 \u0627\u0644\u0646\u0635 \u0627\u0644\u0623\u0635\u0644\u064A","browser.shareToDraft":"\u0645\u0634\u0627\u0631\u0643\u0629 \u0627\u0644\u0635\u0641\u062D\u0627\u062A \u062B\u0646\u0627\u0626\u064A\u0629 \u0627\u0644\u0644\u063A\u0629","browser.openOptionsPage":"\u0627\u0641\u062A\u062D \u0635\u0641\u062D\u0629 \u0627\u0644\u0625\u0639\u062F\u0627\u062F\u0627\u062A","browser.toggleTranslationMask":"\u0625\u0638\u0647\u0627\u0631/\u0625\u062E\u0641\u0627\u0621 \u062A\u0623\u062B\u064A\u0631 \u0637\u0645\u0633 \u0627\u0644\u062A\u0631\u062C\u0645\u0629","browser.translateLocalPdfFile":"\u062A\u0631\u062C\u0645\u0629 \u0645\u0644\u0641\u0627\u062A PDF \u0627\u0644\u0645\u062D\u0644\u064A\u0629","browser.openEbookViewer":"\u0642\u0631\u0627\u0621\u0629 \u0627\u0644\u0643\u062A\u0628 \u0627\u0644\u0625\u0644\u0643\u062A\u0631\u0648\u0646\u064A\u0629 \u0627\u0644\u0645\u062D\u0644\u064A\u0629","browser.openEbookBuilder":"\u0625\u0646\u0634\u0627\u0621 \u0643\u062A\u0628 \u0625\u0644\u0643\u062A\u0631\u0648\u0646\u064A\u0629 EPUB \u062B\u0646\u0627\u0626\u064A\u0629 \u0627\u0644\u0644\u063A\u0629","browser.translateLocalHtmlFile":"\u062A\u0631\u062C\u0645\u0629 \u0645\u0644\u0641\u0627\u062A HTML/txt","browser.donateContext":"\u062A\u0639\u0631\u0641 \u0639\u0644\u0649 \u0641\u0648\u0627\u0626\u062F \u0627\u0644\u0631\u0639\u0627\u064A\u0629","browser.translateLocalSubtitleFile":"\u062A\u0631\u062C\u0645\u0629 \u0645\u0644\u0641\u0627\u062A \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0645\u062D\u0644\u064A\u0629",confirmResetConfig:"\u0647\u0644 \u0623\u0646\u062A \u0645\u062A\u0623\u0643\u062F \u0623\u0646\u0643 \u062A\u0631\u064A\u062F \u0625\u0639\u0627\u062F\u0629 \u0636\u0628\u0637 \u0625\u0639\u062F\u0627\u062F\u0627\u062A\u0643\u061F",translationLineBreakSettingTitle:"\u0625\u0639\u062F\u0627\u062F\u0627\u062A \u0627\u0644\u062A\u0641\u0627\u0641 \u0633\u0637\u0631 \u0627\u0644\u062A\u0631\u062C\u0645\u0629",smartLineBreak:"\u062A\u063A\u0644\u064A\u0641 \u0627\u0644\u062E\u0637 \u0627\u0644\u0630\u0643\u064A",alwaysLineBreak:"\u0627\u0644\u062A\u0641\u0627\u0641 \u062F\u0627\u0626\u0645\u0627",isShowContextMenu:"\u0623\u0636\u0641 \u0635\u0641\u062D\u0629 \u0627\u0644\u0648\u064A\u0628 \u0627\u0644\u0645\u062A\u0631\u062C\u0645\u0629 \u0625\u0644\u0649 \u0639\u0646\u0635\u0631 \u0642\u0627\u0626\u0645\u0629 \u0627\u0644\u0646\u0642\u0631 \u0628\u0632\u0631 \u0627\u0644\u0645\u0627\u0648\u0633 \u0627\u0644\u0623\u064A\u0645\u0646",toggleBeta:"\u062A\u0641\u0639\u064A\u0644 \u0645\u064A\u0632\u0627\u062A \u0627\u0644\u0627\u062E\u062A\u0628\u0627\u0631 \u0627\u0644\u062A\u062C\u0631\u064A\u0628\u064A",betaDescription:"\u062A\u0645\u0643\u064A\u0646 \u0627\u0644\u0645\u064A\u0632\u0627\u062A \u0627\u0644\u062A\u064A \u0644\u0627 \u062A\u0632\u0627\u0644 \u062A\u062C\u0631\u064A\u0628\u064A\u0629\u060C \u0628\u0627\u0644\u0625\u0636\u0627\u0641\u0629 \u0625\u0644\u0649 \u062E\u062F\u0645\u0627\u062A \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0642\u064A\u062F \u0627\u0644\u0627\u062E\u062A\u0628\u0627\u0631. \u0627\u0646\u0636\u0645 \u0625\u0644\u0649<1>\u0645\u062C\u0645\u0648\u0639\u0629 \u0627\u0644\u062A\u0644\u064A\u062C\u0631\u0627\u0645 \u064A\u062A\u0639\u0644\u0645 \u0623\u0643\u062B\u0631.",translationLineBreakSettingDescription:"\u064A\u064F\u0639\u062F \u0627\u0644\u0627\u0644\u062A\u0641\u0627\u0641 \u062F\u0627\u0626\u0645\u064B\u0627 \u0645\u0646\u0627\u0633\u0628\u064B\u0627 \u0644\u0644\u062A\u062E\u0637\u064A\u0637\u0627\u062A \u0630\u0627\u062A \u0627\u0644\u0645\u062D\u062A\u0648\u0649 \u0627\u0644\u0623\u0642\u0644 \u0648\u0627\u0644\u0623\u0643\u062B\u0631 \u062A\u0631\u062A\u064A\u0628\u064B\u0627. (\u0627\u0633\u062A\u062E\u062F\u0645 \u0641\u0648\u0627\u0635\u0644 \u0627\u0644\u0623\u0633\u0637\u0631 \u0627\u0644\u0630\u0643\u064A\u0629 \u0641\u064A \u0627\u0644\u0641\u0642\u0631\u0627\u062A \u0627\u0644\u0637\u0648\u064A\u0644\u0629 \u0627\u0644\u062A\u064A \u062A\u062D\u062A\u0648\u064A \u0639\u0644\u0649 \u0627\u0644\u0643\u062B\u064A\u0631 \u0645\u0646 \u0627\u0644\u0645\u062D\u062A\u0648\u0649 (\u0623\u0643\u062B\u0631 \u0645\u0646{count}\u062D\u0631\u0641) \u0644\u062A\u0648\u0641\u064A\u0631 \u0627\u0644\u0645\u0633\u0627\u062D\u0629)",tempTranslateDomainTitle:"\u0643\u0645 \u0645\u0646 \u0627\u0644\u0648\u0642\u062A \u0644\u062A\u0645\u0643\u064A\u0646 \u062A\u0631\u062C\u0645\u0629 \u0645\u0648\u0642\u0639 \u0627\u0644\u0648\u064A\u0628 \u0645\u0624\u0642\u062A\u064B\u0627",tempTranslateDomainDescription:"\u0639\u0646\u062F \u062A\u0631\u062C\u0645\u0629 \u0635\u0641\u062D\u0629 \u0648\u064A\u0628 \u064A\u062F\u0648\u064A\u064B\u0627\u060C \u0642\u0645 \u0628\u062A\u0634\u063A\u064A\u0644 \u0645\u0648\u0642\u0639 \u0627\u0644\u0648\u064A\u0628 \u0645\u0624\u0642\u062A\u064B\u0627 \u0644\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u062A\u0644\u0642\u0627\u0626\u064A\u0629\u060C \u0648\u064A\u0645\u0643\u0646\u0643 \u0636\u0628\u0637 \u0627\u0644\u0645\u062F\u0629 \u0627\u0644\u0645\u0624\u0642\u062A\u0629.",xMinutes:"{count} \u062F\u0642\u064A\u0642\u0629",disabled:"\u0625\u0628\u0637\u0627\u0644",changelog:"\u062A\u063A\u064A\u064A\u0631 \u0627\u0644\u0633\u062C\u0644",toggleTranslatePageWhenThreeFingersOnTheScreen:"\u0627\u0644\u0645\u0633 \u0627\u0644\u0634\u0627\u0634\u0629 \u0628\u0623\u0635\u0627\u0628\u0639 \u0645\u062A\u0639\u062F\u062F\u0629 \u0641\u064A \u0646\u0641\u0633 \u0627\u0644\u0648\u0642\u062A \u0644\u062A\u0631\u062C\u0645\u0629 \u0635\u0641\u062D\u0629 \u0627\u0644\u0648\u064A\u0628/\u0639\u0631\u0636 \u0627\u0644\u0646\u0635 \u0627\u0644\u0623\u0635\u0644\u064A",toggleTranslationMaskWhenThreeFingersOnTheScreen:"\u0627\u0644\u0645\u0633 \u0639\u062F\u0629 \u0623\u0635\u0627\u0628\u0639 \u0641\u064A \u0646\u0641\u0633 \u0627\u0644\u0648\u0642\u062A \u0644\u0625\u0638\u0647\u0627\u0631/\u0625\u062E\u0641\u0627\u0621 \u062A\u0623\u062B\u064A\u0631 \u0637\u0645\u0633 \u0627\u0644\u062A\u0631\u062C\u0645\u0629",fingerCountToToggleTranslagePageOnlyTranslationWhenTouching:"\u0627\u0644\u0645\u0633 \u0627\u0644\u0634\u0627\u0634\u0629 \u0628\u0623\u0635\u0627\u0628\u0639 \u0645\u062A\u0639\u062F\u062F\u0629 \u0641\u064A \u0646\u0641\u0633 \u0627\u0644\u0648\u0642\u062A \u0644\u062A\u0631\u062C\u0645\u0629 \u0635\u0641\u062D\u0629 \u0627\u0644\u0648\u064A\u0628 (\u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0641\u0642\u0637)/\u0639\u0631\u0636 \u0627\u0644\u0646\u0635 \u0627\u0644\u0623\u0635\u0644\u064A",addUrlDescription:"\u064A\u0645\u0643\u0646 \u0623\u0646 \u064A\u0643\u0648\u0646 \u0627\u0633\u0645 \u0646\u0637\u0627\u0642 \u0648\u064A\u062F\u0639\u0645 \u0623\u062D\u0631\u0641 \u0627\u0644\u0628\u062F\u0644\u060C \u0645\u062B\u0644\uFF1A*.google.com\u060C google.com/mail/*\u060C https://www.google.com/*",general:"\u0627\u0644\u0625\u0639\u062F\u0627\u062F\u0627\u062A \u0627\u0644\u0623\u0633\u0627\u0633\u064A\u0629",clickToExpandConfig:"\u0642\u0645 \u0628\u062A\u0648\u0633\u064A\u0639 \u0627\u0644\u062A\u0643\u0648\u064A\u0646 \u0627\u0644\u062D\u0627\u0644\u064A",import:"\u0627\u0633\u062A\u064A\u0631\u0627\u062F \u0645\u0646 \u0645\u0644\u0641",export:"\u062A\u0635\u062F\u064A\u0631 \u0625\u0644\u0649 \u0645\u0644\u0641",toggleDebug:"\u0637\u0628\u0627\u0639\u0629 \u0633\u062C\u0644\u0627\u062A \u0627\u0644\u062A\u0635\u062D\u064A\u062D \u0639\u0644\u0649 \u0648\u062D\u062F\u0629 \u0627\u0644\u062A\u062D\u0643\u0645","fingers.0":"\u0625\u0646\u0647\u0627\u0621","fingers.2":"\u0644\u0645\u0633\u0629 \u0628\u0625\u0635\u0628\u0639\u064A\u0646","fingers.3":"\u0644\u0645\u0633\u0629 \u0628\u062B\u0644\u0627\u062B\u0629 \u0623\u0635\u0627\u0628\u0639","fingers.4":"\u0644\u0645\u0633\u0629 \u0628\u0623\u0631\u0628\u0639\u0629 \u0623\u0635\u0627\u0628\u0639","fingers.5":"\u0644\u0645\u0633\u0629 \u062E\u0645\u0633\u0629 \u0623\u0635\u0627\u0628\u0639",mouseHoldKey:"+ {key} \u062A\u0631\u062C\u0645\u0629/\u0627\u0633\u062A\u0639\u0627\u062F\u0629 \u0647\u0630\u0647 \u0627\u0644\u0641\u0642\u0631\u0629",mouseHoldKeyAuto:"\u062A\u0631\u062C\u0645\u0629 \u0647\u0630\u0647 \u0627\u0644\u0641\u0642\u0631\u0629 \u0645\u0628\u0627\u0634\u0631\u0629",mouseHoldKeyOff:"\u0644\u0627 \u062A\u0641\u0639\u0644 \u0623\u064A \u0634\u064A\u0621",mouseHoldKeyOther:"\u0645\u0641\u0627\u062A\u064A\u062D \u0627\u0644\u0627\u062E\u062A\u0635\u0627\u0631 \u0627\u0644\u0645\u062E\u0635\u0635\u0629 (\u0627\u0644\u0625\u0639\u062F\u0627\u062F\u0627\u062A \u0627\u0644\u0645\u0641\u062A\u0648\u062D\u0629)",mouseHoldKeyCustomKey:"{key} / \u0627\u0633\u062A\u0639\u0627\u062F\u0629 \u0647\u0630\u0647 \u0627\u0644\u0641\u0642\u0631\u0629",mouseHoverHoldKey:"\u062D\u0631\u0643 \u0627\u0644\u0645\u0627\u0648\u0633 \u0648\u0627\u0636\u063A\u0637 \u0639\u0644\u0649 \u0645\u0641\u062A\u0627\u062D \u0627\u0644\u0627\u062E\u062A\u0635\u0627\u0631 \u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0641\u0642\u0631\u0629","mouse-translate":"\u062A\u0645\u0631\u064A\u0631 \u0627\u0644\u0645\u0627\u0648\u0633",document:"\u0648\u062B\u064A\u0642\u0629",resetSuccess:"\u0625\u0639\u0627\u062F\u0629 \u0636\u0628\u0637 \u062C\u0645\u064A\u0639 \u0627\u0644\u0625\u0639\u062F\u0627\u062F\u0627\u062A \u0628\u0646\u062C\u0627\u062D",resetThisSuccess:"\u062A\u0645\u062A \u0625\u0639\u0627\u062F\u0629 \u0627\u0644\u0636\u0628\u0637 \u0628\u0646\u062C\u0627\u062D",saved:"\u062D\u0641\u0638 \u0628\u0646\u062C\u0627\u062D",successImportConfig:"\u062A\u0645 \u0627\u0633\u062A\u064A\u0631\u0627\u062F \u0627\u0644\u062A\u0643\u0648\u064A\u0646 \u0628\u0646\u062C\u0627\u062D",goAdvancedSettings:"\u0627\u0646\u062A\u0642\u0644 \u0625\u0644\u0649 \u0635\u0641\u062D\u0629 \u0627\u0644\u0625\u0639\u062F\u0627\u062F\u0627\u062A \u0627\u0644\u0645\u062A\u0642\u062F\u0645\u0629",goAdvancedInterfaceSettings:"\u0627\u0646\u062A\u0642\u0644 \u0625\u0644\u0649 \u0635\u0641\u062D\u0629 \u0625\u0639\u062F\u0627\u062F\u0627\u062A \u0627\u0644\u062A\u062E\u0635\u064A\u0635 \u0627\u0644\u0645\u062A\u0642\u062F\u0645\u0629",advanced:"\u0625\u0639\u062F\u0627\u062F\u0627\u062A \u0645\u062A\u0642\u062F\u0645\u0629",advancedDescription:"\u0628\u0634\u0643\u0644 \u0639\u0627\u0645\u060C \u0644\u0627 \u064A\u0644\u0632\u0645 \u0623\u064A \u0625\u0639\u062F\u0627\u062F\u060C \u0641\u0642\u0637 \u0627\u062D\u062A\u0641\u0638 \u0628\u0627\u0644\u0625\u0639\u062F\u0627\u062F \u0627\u0644\u0627\u0641\u062A\u0631\u0627\u0636\u064A. \u0641\u0642\u0637 \u0644\u0644\u0645\u0633\u062A\u062E\u062F\u0645\u064A\u0646 \u0627\u0644\u0623\u0643\u062B\u0631 \u0627\u062D\u062A\u0631\u0627\u0641\u064B\u0627\u060C \u064A\u062A\u0645 \u062A\u0648\u0641\u064A\u0631 \u0625\u0639\u062F\u0627\u062F\u0627\u062A \u0623\u0643\u062B\u0631 \u062A\u062E\u0635\u064A\u0635\u064B\u0627.",developer:"\u0625\u0639\u062F\u0627\u062F\u0627\u062A \u0627\u0644\u0645\u0637\u0648\u0631",donateCafe:"\u0633\u0639\u0631","translate to the bottom of the page":"\u0628\u0639\u062F \u0627\u0644\u062F\u062E\u0648\u0644 \u0625\u0644\u0649 \u0635\u0641\u062D\u0629 \u0627\u0644\u0648\u064A\u0628 \u0647\u0644 \u064A\u062A\u0645 \u062A\u0631\u062C\u0645\u062A\u0647\u0627 \u0645\u0628\u0627\u0634\u0631\u0629 \u0625\u0644\u0649 \u0623\u0633\u0641\u0644 \u0627\u0644\u0635\u0641\u062D\u0629\u061F",feedback:"\u062A\u0639\u0644\u064A\u0642",toggleTranslatePage:"\u062A\u0631\u062C\u0645\u0629 \u0635\u0641\u062D\u0629 \u0627\u0644\u0648\u064A\u0628/\u0625\u0638\u0647\u0627\u0631 \u0627\u0644\u0646\u0635 \u0627\u0644\u0623\u0635\u0644\u064A",translateToThePageEndImmediatelyDescription:"\u0639\u0646\u062F \u062A\u0634\u063A\u064A\u0644\u0647\u060C \u0633\u064A\u0624\u062F\u064A \u0627\u0644\u062F\u062E\u0648\u0644 \u0625\u0644\u0649 \u0635\u0641\u062D\u0629 \u0648\u064A\u0628 \u0625\u0644\u0649 \u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0645\u062D\u062A\u0648\u0649 \u0639\u0644\u0649 \u0627\u0644\u0641\u0648\u0631 \u0645\u0646 \u0623\u0639\u0644\u0649 \u0625\u0644\u0649 \u0623\u0633\u0641\u0644. \u0625\u0630\u0627 \u062A\u0645 \u0625\u064A\u0642\u0627\u0641\u0647\u060C \u064A\u0645\u0643\u0646\u0643 \u0627\u0644\u0642\u0631\u0627\u0621\u0629 \u0648\u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0641\u064A \u0646\u0641\u0633 \u0627\u0644\u0648\u0642\u062A. (\u0644\u0627 \u064A\u0646\u0635\u062D \u0628\u062A\u0634\u063A\u064A\u0644\u0647)","translate all areas of the page":"\u0645\u0627 \u0625\u0630\u0627 \u0643\u0627\u0646 \u0633\u064A\u062A\u0645 \u062A\u0631\u062C\u0645\u0629 \u062C\u0645\u064A\u0639 \u0645\u0646\u0627\u0637\u0642 \u0635\u0641\u062D\u0629 \u0627\u0644\u0648\u064A\u0628",translationAreaDescription:"\u0639\u0646\u062F \u062A\u0634\u063A\u064A\u0644\u0647\u060C \u0633\u062A\u062A\u0645 \u062A\u0631\u062C\u0645\u0629 \u062C\u0645\u064A\u0639 \u0645\u0646\u0627\u0637\u0642 \u0635\u0641\u062D\u0629 \u0627\u0644\u0648\u064A\u0628 \u0628\u0623\u0643\u0645\u0644\u0647\u0627. \u0625\u0630\u0627 \u062A\u0645 \u0625\u064A\u0642\u0627\u0641 \u062A\u0634\u063A\u064A\u0644\u0647\u060C \u0641\u0633\u064A\u062A\u0645 \u0627\u0633\u062A\u062E\u062F\u0627\u0645 \u0627\u0644\u062A\u0639\u0631\u0641 \u0627\u0644\u0630\u0643\u064A \u0627\u0644\u0627\u0641\u062A\u0631\u0627\u0636\u064A \u0648\u0633\u062A\u062A\u0645 \u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0645\u0646\u0637\u0642\u0629 \u0627\u0644\u0631\u0626\u064A\u0633\u064A\u0629 \u0641\u0642\u0637. (\u0644\u0627 \u064A\u0646\u0635\u062D \u0628\u062A\u0634\u063A\u064A\u0644\u0647)","the number of characters to be translated first":"\u0642\u0645 \u0628\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0623\u062D\u0631\u0641 \u0627\u0644\u0642\u0644\u064A\u0644\u0629 \u0627\u0644\u0623\u0648\u0644\u0649 \u0645\u0646 \u0627\u0644\u0635\u0641\u062D\u0629 \u0645\u0628\u0627\u0634\u0631\u0629 \u062F\u0648\u0646 \u0627\u0646\u062A\u0638\u0627\u0631 \u0627\u0644\u062A\u0645\u0631\u064A\u0631 \u0625\u0644\u0649 \u0627\u0644\u0645\u0646\u0637\u0642\u0629 \u0627\u0644\u0645\u0631\u0626\u064A\u0629","interface language":"\u0644\u063A\u0629 \u0627\u0644\u0648\u0627\u062C\u0647\u0629","display both the original text and the translation":"\u0639\u0631\u0636 \u0627\u0644\u0646\u0635 \u0627\u0644\u0623\u0635\u0644\u064A \u0648\u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0641\u064A \u0648\u0642\u062A \u0648\u0627\u062D\u062F","keyboard shortcuts":"\u0627\u062E\u062A\u0635\u0627\u0631\u0627\u062A \u0644\u0648\u062D\u0629 \u0627\u0644\u0645\u0641\u0627\u062A\u064A\u062D",modify:"\u062A\u0639\u062F\u064A\u0644 \u0645\u0641\u0627\u062A\u064A\u062D \u0627\u0644\u0627\u062E\u062A\u0635\u0627\u0631",reset:"\u0625\u0639\u0627\u062F\u0629 \u0636\u0628\u0637",close:"\u0625\u0646\u0647\u0627\u0621",homepage:"\u0627\u0644\u0635\u0641\u062D\u0629 \u0627\u0644\u0631\u0626\u064A\u0633\u064A\u0629",more:"\u0623\u0643\u062B\u0631",moreOptions:"\u0642\u0645 \u0628\u062A\u0648\u0633\u064A\u0639 \u0627\u0644\u0645\u0632\u064A\u062F \u0645\u0646 \u062E\u064A\u0627\u0631\u0627\u062A \u0627\u0644\u062A\u062E\u0635\u064A\u0635",translateTheWholePage:"\u062A\u0631\u062C\u0645\u0629 \u062C\u0645\u064A\u0639 \u0645\u0646\u0627\u0637\u0642 \u0627\u0644\u0635\u0641\u062D\u0629 (\u062A\u062E\u062A\u0644\u0641 \u0639\u0646 \u0627\u0644\u0645\u0646\u0627\u0637\u0642 \u0627\u0644\u0631\u0626\u064A\u0633\u064A\u0629 \u0644\u0644\u062A\u0639\u0631\u0641 \u0627\u0644\u0630\u0643\u064A)",changeToTranslateTheWholePage:"\u0627\u0644\u062A\u0628\u062F\u064A\u0644 \u0644\u062A\u0631\u062C\u0645\u0629 \u0643\u0627\u0641\u0629 \u0627\u0644\u0645\u062C\u0627\u0644\u0627\u062A",changeToTranslateTheMainPage:"\u0642\u0645 \u0628\u0627\u0644\u062A\u0628\u062F\u064A\u0644 \u0625\u0644\u0649 \u0645\u0646\u0637\u0642\u0629 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0631\u0626\u064A\u0633\u064A\u0629",changeToOnlyTranslationMode:"\u0642\u0645 \u0628\u0627\u0644\u062A\u0628\u062F\u064A\u0644 \u0625\u0644\u0649 \u0625\u0638\u0647\u0627\u0631 \u0627\u0644\u062A\u0631\u062C\u0645\u0627\u062A \u0641\u0642\u0637",changeToDualTranslationMode:"\u0627\u0644\u062A\u0628\u062F\u064A\u0644 \u0625\u0644\u0649 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u062B\u0646\u0627\u0626\u064A\u0629 \u0627\u0644\u0644\u063A\u0629",translateToThePageEndImmediately:"\u062A\u0631\u062C\u0645 \u0639\u0644\u0649 \u0627\u0644\u0641\u0648\u0631 \u0625\u0644\u0649 \u0623\u0633\u0641\u0644 \u0627\u0644\u0635\u0641\u062D\u0629",translateTheMainPage:"\u0627\u0644\u0645\u062C\u0627\u0644\u0627\u062A \u0627\u0644\u0631\u0626\u064A\u0633\u064A\u0629 \u0644\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0630\u0643\u064A\u0629","The local rules are up to date":"\u0642\u0648\u0627\u0639\u062F \u0627\u0644\u062A\u0643\u064A\u0641 \u0627\u0644\u0645\u062D\u0644\u064A\u0629 \u0645\u062D\u062F\u062B\u0629:","Successfully synchronized with the latest official rules:":"\u062A\u0645\u062A \u0645\u0632\u0627\u0645\u0646\u0629 \u0623\u062D\u062F\u062B \u0642\u0648\u0627\u0639\u062F \u0627\u0644\u062A\u0643\u064A\u0641 \u0627\u0644\u0631\u0633\u0645\u064A\u0629 \u0628\u0646\u062C\u0627\u062D:","Checking for updates":"\u0627\u0644\u0628\u062D\u062B \u0639\u0646 \u062A\u062D\u062F\u064A\u062B\u0627\u062A","Rules are being synchronized":"\u0645\u0632\u0627\u0645\u0646\u0629 \u0642\u0648\u0627\u0639\u062F \u0627\u0644\u062A\u0643\u064A\u0641",localVersionIsTooOld:"\u0625\u0635\u062F\u0627\u0631 \u0627\u0644\u0645\u0644\u062D\u0642 \u0627\u0644\u0645\u062D\u0644\u064A \u0642\u062F\u064A\u0645 \u062C\u062F\u064B\u0627. \u064A\u0631\u062C\u0649 \u0627\u0644\u062A\u0631\u0642\u064A\u0629 \u0625\u0644\u0649 \u0627\u0644\u0645\u0644\u062D\u0642 {minVersion} \u0623\u0648 \u0625\u0635\u062F\u0627\u0631 \u0623\u062D\u062F\u062B \u0648\u0645\u062D\u0627\u0648\u0644\u0629 \u0627\u0644\u0645\u0632\u0627\u0645\u0646\u0629 \u0645\u0631\u0629 \u0623\u062E\u0631\u0649.",badUserscriptBrowser:"\u0627\u0644\u0645\u062A\u0635\u0641\u062D \u0627\u0644\u062D\u0627\u0644\u064A \u0644\u0627 \u064A\u0637\u0628\u0642 \u0648\u0627\u062C\u0647\u0629 \u0645\u0644\u062D\u0642 Grease Monkey \u0628\u0634\u0643\u0644 \u0635\u062D\u064A\u062D (\u0645\u062B\u0644 \u0627\u0644\u062D\u0635\u0648\u0644 \u0639\u0644\u0649 \u0645\u0639\u0644\u0648\u0645\u0627\u062A \u0631\u0642\u0645 \u0627\u0644\u0625\u0635\u062F\u0627\u0631 \u0644\u0644\u0628\u0631\u0646\u0627\u0645\u062C \u0627\u0644\u0646\u0635\u064A Grease Monkey \u0646\u0641\u0633\u0647)\u060C \u064A\u0631\u062C\u0649 \u0627\u0633\u062A\u062E\u062F\u0627\u0645 \u0645\u0644\u062D\u0642\u0627\u062A \u062F\u0639\u0645 \u0623\u062E\u0631\u0649 <1> Grease Monkey \u0645\u062A\u0635\u0641\u062D\u0627\u062A \u0645\u062B\u0644 \u0641\u0627\u064A\u0631\u0641\u0648\u0643\u0633",foundNewVersion:"\u062A\u0645 \u0627\u0644\u0639\u062B\u0648\u0631 \u0639\u0644\u0649 \u0646\u0633\u062E\u0629 \u062C\u062F\u064A\u062F\u0629",theLocalExtensionIsUpToUpdate:"\u0627\u0644\u0627\u0645\u062A\u062F\u0627\u062F \u0627\u0644\u062D\u0627\u0644\u064A \u0647\u0648 \u0623\u062D\u062F\u062B \u0625\u0635\u062F\u0627\u0631.",failToSyncRules:"\u0641\u0634\u0644\u062A \u0645\u0632\u0627\u0645\u0646\u0629 \u0623\u062D\u062F\u062B \u0642\u0648\u0627\u0639\u062F \u0627\u0644\u062A\u0643\u064A\u0641",retry:"\u0627\u0636\u063A\u0637 \u0647\u0646\u0627 \u0644\u0644\u0645\u062D\u0627\u0648\u0644\u0629 \u0645\u0631\u0629 \u0623\u062E\u0631\u0649",failedReason:"\u0633\u0628\u0628 \u0627\u0644\u0641\u0634\u0644",currentRuleVersion:"\u0646\u0633\u062E\u0629 \u0627\u0644\u0642\u0627\u0639\u062F\u0629 \u0627\u0644\u062D\u0627\u0644\u064A\u0629",calculating:"\u062D\u0633\u0627\u0628",unknownError:"\u062E\u0637\u0623 \u063A\u064A\u0631 \u0645\u0639\u0631\u0648\u0641",canNotFetchRemoteRule:"\u063A\u064A\u0631 \u0642\u0627\u062F\u0631 \u0639\u0644\u0649 \u0627\u0644\u062D\u0635\u0648\u0644 \u0639\u0644\u0649 \u0627\u0644\u0642\u0648\u0627\u0639\u062F \u0627\u0644\u0628\u0639\u064A\u062F\u0629",enableAlphaSuccess:"\u062A\u0645 \u062A\u0634\u063A\u064A\u0644 \u0648\u0638\u064A\u0641\u0629 \u0623\u0644\u0641\u0627",disableAlphaSuccess:"\u062A\u0645 \u0625\u064A\u0642\u0627\u0641 \u0645\u064A\u0632\u0629 \u0623\u0644\u0641\u0627",cacheSize:"\u062D\u062C\u0645 \u0630\u0627\u0643\u0631\u0629 \u0627\u0644\u062A\u062E\u0632\u064A\u0646 \u0627\u0644\u0645\u0624\u0642\u062A\uFF1A",cleaning:"\u062A\u0646\u0638\u064A\u0641",cleanCache:"\u0645\u0633\u062D \u0630\u0627\u0643\u0631\u0629 \u0627\u0644\u062A\u062E\u0632\u064A\u0646 \u0627\u0644\u0645\u0624\u0642\u062A",options:"\u064A\u062B\u0628\u062A",about:"\u0639\u0646",service:"\u062E\u062F\u0645\u0629 \u0627\u0644\u062A\u0631\u062C\u0645\u0629",needAction:"(\u0627\u0630\u0647\u0628 \u0644\u0644\u0627\u0639\u062F\u0627\u062F\u0627\u062A)",goSettings:"\u0627\u0630\u0647\u0628 \u0644\u0644\u0627\u0639\u062F\u0627\u062F\u0627\u062A",needActionForOptions:"(\u062A\u062D\u062A\u0627\u062C \u0625\u0644\u0649 \u062A\u0639\u064A\u064A\u0646)",translationEngine:"\u062E\u064A\u0627\u0631\u0627\u062A \u0627\u0644\u0645\u062D\u0631\u0643",sourceLanguage:"\u0627\u0644\u0644\u063A\u0629 \u0627\u0644\u0623\u0635\u0644\u064A\u0629",target:"\u0627\u0644\u0644\u063A\u0629 \u0627\u0644\u0645\u0633\u062A\u0647\u062F\u0641\u0629",popupSourceLanguage:"\u0627\u0644\u0644\u063A\u0629 \u0627\u0644\u0623\u0635\u0644\u064A\u0629",popupTarget:"\u0627\u0644\u0644\u063A\u0629 \u0627\u0644\u0645\u0633\u062A\u0647\u062F\u0641\u0629",popupService:"\u062E\u062F\u0645\u0629 \u0627\u0644\u062A\u0631\u062C\u0645\u0629",forThisSite:"\u0627\u0644\u0645\u0648\u0642\u0639 \u0627\u0644\u062D\u0627\u0644\u064A",autoEnableSubtitle:"\u0642\u0645 \u0628\u062A\u0634\u063A\u064A\u0644 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u062B\u0646\u0627\u0626\u064A\u0629 \u0627\u0644\u0644\u063A\u0629 \u062A\u0644\u0642\u0627\u0626\u064A\u064B\u0627",alwaysTranslate:"\u062A\u0631\u062C\u0645 \u062F\u0627\u0626\u0645\u0627 ",neverTranslate:"\u0644\u0627 \u062A\u062A\u0631\u062C\u0645 \u0623\u0628\u062F\u064B\u0627 ",alwaysTranslateSomeLanguage:"\u062A\u0631\u062C\u0645 \u062F\u0627\u0626\u0645\u0627 {language}",neverTranslateSomeLanguage:"\u0644\u0627 \u062A\u062A\u0631\u062C\u0645 \u0623\u0628\u062F\u064B\u0627 {language}",alwaysTranslateSomeSite:"\u062A\u0631\u062C\u0645 \u062F\u0627\u0626\u0645\u0627 {hostname}",neverTranslateSomeSite:"\u0644\u0627 \u062A\u062A\u0631\u062C\u0645 \u0623\u0628\u062F\u064B\u0627 {hostname}",alwaysTranslateSomeSiteOrWildSite:"\u0642\u0645 \u0628\u062A\u0631\u062C\u0645\u0629 \u0647\u0630\u0627 \u0627\u0644\u0645\u0648\u0642\u0639 \u062F\u0627\u0626\u0645\u064B\u0627",alwaysTranslateSomePage:"\u0642\u0645 \u0628\u062A\u0631\u062C\u0645\u0629 \u0647\u0630\u0647 \u0627\u0644\u0635\u0641\u062D\u0629 \u062F\u0627\u0626\u0645\u064B\u0627",add:"\u0627\u0636\u0641 \u0625\u0644\u064A\u0647",default:"\u062A\u0642\u0635\u064A\u0631",forThisLanguage:"\u0644\u0647\u0630\u0647 \u0627\u0644\u0644\u063A\u0629\uFF1A","add url":"\u0625\u062F\u062E\u0627\u0644 \u0639\u0646\u0648\u0627\u0646 \u0627\u0644\u0645\u0648\u0642\u0639",edit:"\u064A\u062D\u0631\u0631","translate other languages into specific language":"\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0644\u063A\u0627\u062A \u0627\u0644\u0623\u062E\u0631\u0649 \u0625\u0644\u0649 \u0627\u0644\u0644\u063A\u0629 \u0627\u0644\u062A\u064A \u062A\u062D\u062F\u062F\u0647\u0627","select translation service":"\u0627\u062E\u062A\u0631 \u062E\u062F\u0645\u0629 \u0627\u0644\u062A\u0631\u062C\u0645\u0629",language:"\u0644\u063A\u0629","show-original":"\u0625\u0638\u0647\u0627\u0631 \u0627\u0644\u0646\u0635 \u0627\u0644\u0623\u0635\u0644\u064A",translate:"\u064A\u062A\u0631\u062C\u0645",Translated:"\u0645\u062A\u0631\u062C\u0645",Translating:"\u062C\u0627\u0631 \u0627\u0644\u062A\u0631\u062C\u0645\u0629",Error:"\u062E\u0637\u0623",allowCacheTranslations:"\u062A\u0645\u0643\u064A\u0646 \u0627\u0644\u062A\u062E\u0632\u064A\u0646 \u0627\u0644\u0645\u0624\u0642\u062A \u0644\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0645\u062D\u0644\u064A\u0629 (\u0644\u062A\u0642\u0644\u064A\u0644 \u0637\u0644\u0628\u0627\u062A \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0644\u0644\u0641\u0642\u0631\u0627\u062A \u0627\u0644\u0645\u0643\u0631\u0631\u0629)","translation display":"\u0623\u0633\u0644\u0648\u0628 \u0639\u0631\u0636 \u0627\u0644\u062A\u0631\u062C\u0645\u0629","select diplay style":"\u062A\u0645\u064A\u064A\u0632 \u0623\u0633\u0644\u0648\u0628 \u0627\u0644\u062A\u0631\u062C\u0645\u0629\u060C \u064A\u0631\u062C\u0649 \u0627\u0644\u0631\u062C\u0648\u0639 \u0625\u0644\u0649 \u0627\u0644\u0623\u0645\u062B\u0644\u0629 \u0627\u0644\u062A\u0627\u0644\u064A\u0629 \u0644\u0645\u0632\u064A\u062F \u0645\u0646 \u0627\u0644\u062A\u0641\u0627\u0635\u064A\u0644:",interface:"\u0625\u0639\u062F\u0627\u062F\u0627\u062A \u0627\u0644\u0648\u0627\u062C\u0647\u0629",import_export:"\u0627\u0633\u062A\u064A\u0631\u0627\u062F \u0648\u062A\u0635\u062F\u064A\u0631",import_export_title:"\u062A\u0643\u0648\u064A\u0646 \u0627\u0644\u0627\u0633\u062A\u064A\u0631\u0627\u062F/\u0627\u0644\u062A\u0635\u062F\u064A\u0631",syncToGoogleDrive:"\u0627\u0644\u0645\u0632\u0627\u0645\u0646\u0629 \u0645\u0639 Google Drive \u0627\u0644\u0622\u0646",floatBallOptions:"\u0625\u0639\u062F\u0627\u062F\u0627\u062A \u0627\u0644\u0643\u0631\u0629 \u0627\u0644\u0645\u0639\u0644\u0642\u0629","floatBallOptions.enable":"\u062A\u0645\u0643\u064A\u0646 \u0627\u0644\u0643\u0631\u0629 \u0627\u0644\u0639\u0627\u0626\u0645\u0629","floatBallOptions.blockUrls":"\u062A\u0639\u0637\u064A\u0644 \u0645\u0648\u0642\u0639 \u0627\u0644\u0648\u064A\u0628","floatBallOptions.add":"\u0627\u0636\u0641 \u0625\u0644\u064A\u0647","floatBallOptions.blockUrlDesc":"\u0644\u0646 \u064A\u062A\u0645 \u0639\u0631\u0636 \u0627\u0644\u0643\u0631\u0629 \u0627\u0644\u0639\u0627\u0626\u0645\u0629 \u0639\u0646\u062F \u0645\u0648\u0627\u062C\u0647\u0629 \u0627\u0644\u0645\u0648\u0627\u0642\u0639 \u0627\u0644\u062A\u0627\u0644\u064A\u0629","floatBallOptions.clickType":"\u0627\u0646\u0642\u0631 \u0641\u0648\u0642 \u0627\u0644\u0633\u0644\u0648\u0643","floatBallOptions.clickTypeDesc":"\u0633\u0644\u0648\u0643 \u0623\u064A\u0642\u0648\u0646\u0629 \u0627\u0644\u0643\u0631\u0629 \u0627\u0644\u0639\u0627\u0626\u0645\u0629 \u0639\u0646\u062F \u0627\u0644\u0646\u0642\u0631 \u0639\u0644\u064A\u0647\u0627","floatBallOptions.clickPopup":"\u0625\u0638\u0647\u0627\u0631 \u0644\u0648\u062D\u0629 \u0627\u0644\u062A\u0631\u062C\u0645\u0629","floatBallOptions.clickTranslate":"\u062A\u0631\u062C\u0645\u0629/\u0625\u0638\u0647\u0627\u0631 \u0627\u0644\u0646\u0635 \u0627\u0644\u0623\u0635\u0644\u064A","floatBallOptions.fixedPosition":"\u56FA\u5B9A\u4F4D\u7F6E","floatBallOptions.fixedPositionDesc":"\u60AC\u6D6E\u7403\u5728\u7A97\u53E3\u5DE6\u4FA7\u8FD8\u662F\u53F3\u4FA7","floatBallOptions.fixedPositionLeft":"\u5DE6\u4FA7","floatBallOptions.fixedPositionRight":"\u53F3\u4FA7",previewAllThemes:"\u0645\u0639\u0627\u064A\u0646\u0629 \u0643\u0627\u0641\u0629 \u0627\u0644\u0623\u0646\u0645\u0627\u0637","translationTheme.none":"\u0644\u0627 \u0623\u062D\u062F","translationTheme.grey":"\u0627\u0644\u0631\u0645\u0627\u062F\u064A \u0627\u0644\u062F\u0627\u0643\u0646","translationTheme.dashed":"\u062A\u0633\u0637\u064A\u0631 \u0645\u062A\u0642\u0637\u0639","translationTheme.dotted":"\u062A\u0633\u0637\u064A\u0631 \u0645\u0646\u0642\u0637","translationTheme.dashedBorder":"\u0627\u0644\u062D\u062F\u0648\u062F \u0627\u0644\u0645\u062A\u0642\u0637\u0639\u0629","translationTheme.solidBorder":"\u0627\u0644\u062D\u062F\u0648\u062F \u0627\u0644\u0635\u0644\u0628\u0629","translationTheme.underline":"\u062A\u0633\u0637\u064A\u0631 \u0645\u0633\u062A\u0642\u064A\u0645","translationTheme.mask":"\u062A\u0623\u062B\u064A\u0631 \u0637\u0645\u0633 (\u0648\u0636\u0639 \u0627\u0644\u062A\u0639\u0644\u0645)","translationTheme.opacity":"\u062A\u0623\u062B\u064A\u0631 \u0627\u0644\u0634\u0641\u0627\u0641\u064A\u0629","translationTheme.paper":"\u062A\u0623\u062B\u064A\u0631 \u0627\u0644\u0638\u0644 \u0648\u0631\u0642\u0629 \u0628\u064A\u0636\u0627\u0621","translationTheme.dividingLine":"\u062E\u0637 \u0627\u0644\u062A\u0642\u0633\u064A\u0645","translationTheme.highlight":"\u062A\u0633\u0644\u064A\u0637 \u0627\u0644\u0636\u0648\u0621","translationTheme.marker":"\u0639\u0644\u0627\u0645\u0629","translationTheme.marker2":"\u0639\u0644\u0627\u0645\u0629 2","translationTheme.blockquote":"\u0627\u0644\u0646\u0645\u0637 \u0627\u0644\u0645\u0631\u062C\u0639\u064A","translationTheme.weakening":"\u064A\u0636\u0639\u0641","translationTheme.italic":"\u0645\u0627\u0626\u0644","translationTheme.bold":"\u0639\u0631\u064A\u0636","translationTheme.thinDashed":"\u062A\u0633\u0637\u064A\u0631 \u0645\u062A\u0642\u0637\u0639 \u0631\u0641\u064A\u0639","translationTheme.nativeDashed":"\u064A\u0623\u062A\u064A \u0627\u0644\u0646\u0638\u0627\u0645 \u0645\u0639 \u062A\u0633\u0637\u064A\u0631 \u0645\u0646\u0642\u0637","translationTheme.nativeDotted":"\u064A\u0623\u062A\u064A \u0627\u0644\u0646\u0638\u0627\u0645 \u0645\u0639 \u062A\u0633\u0637\u064A\u0631 \u0645\u0646\u0642\u0637","translationTheme.nativeUnderline":"\u0627\u0644\u0646\u0638\u0627\u0645 \u064A\u0623\u062A\u064A \u0645\u0639 \u062A\u0633\u0637\u064A\u0631 \u0645\u0633\u062A\u0642\u064A\u0645","translationTheme.wavy":"\u062E\u0637\u0648\u0637 \u0645\u062A\u0645\u0648\u062C\u0629","translationServices.custom":"\u0648\u0627\u062C\u0647\u0629 \u0628\u0631\u0645\u062C\u0629 \u0627\u0644\u062A\u0637\u0628\u064A\u0642\u0627\u062A \u0627\u0644\u0645\u062E\u0635\u0635\u0629","translationServices.tencent":"\u0645\u062A\u0631\u062C\u0645 \u062A\u064A\u0646\u0633\u0646\u062A","translationServices.tenAlpha":"\u0645\u062A\u0631\u062C\u0645 \u062A\u064A\u0646\u0633\u0646\u062A (\u0623\u0644\u0641\u0627)","translationServices.google":"\u062C\u0648\u062C\u0644 \u0627\u0644\u0645\u062A\u0631\u062C\u0645","translationServices.bai":"\u0628\u0627\u064A\u062F\u0648 (\u0623\u0644\u0641\u0627)","translationServices.baidu":"\u0645\u062A\u0631\u062C\u0645 \u0628\u0627\u064A\u062F\u0648","translationServices.aliyun":"\u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0633\u062D\u0627\u0628\u064A\u0629 \u0639\u0644\u0649 \u0628\u0627\u0628\u0627","translationServices.volc":"\u062A\u0631\u062C\u0645\u0629 \u0628\u0631\u0643\u0627\u0646","translationServices.deeplx":"DeepLX (\u0628\u064A\u062A\u0627)","translationServices.bing":"\u0645\u062A\u0631\u062C\u0645 \u0645\u0627\u064A\u0643\u0631\u0648\u0633\u0648\u0641\u062A","translationServices.deepl":"\u062F\u064A\u0628 \u0625\u0644","translationServices.wechat":"\u062A\u0631\u062C\u0645\u0629 \u0648\u064A \u0634\u0627\u062A","translationServices.azure":"\u062A\u0631\u062C\u0645\u0629 \u0623\u0632\u0648\u0631","translationServices.ibm":"\u0622\u064A \u0628\u064A \u0625\u0645 \u0648\u0627\u062A\u0633\u0648\u0646","translationServices.aws":"\u062A\u0631\u062C\u0645\u0629 \u0623\u0645\u0627\u0632\u0648\u0646","translationServices.mock":"\u062A\u0631\u062C\u0645\u0629 \u0645\u062D\u0627\u0643\u0627\u0629","translationServices.mock2":"\u062A\u0631\u062C\u0645\u0629 \u0645\u062D\u0627\u0643\u0627\u0629 2","translationServices.caiyun":"\u0643\u0627\u064A\u0648\u0646 \u0634\u064A\u0627\u0648\u064A\u0649","translationServices.cai":"\u0643\u0627\u064A\u0648\u0646 \u0634\u064A\u0627\u0648\u064A\u0649 (\u0623\u0644\u0641\u0627)","translationServices.volcAlpha":"\u0628\u0631\u0643\u0627\u0646 (\u0623\u0644\u0641\u0627)","translationServices.openl":"\u0623\u0648\u0628\u0646 \u0625\u0644","translationServices.youdao":"\u062A\u0631\u062C\u0645\u0629 \u064A\u0648\u062F\u0627\u0648","translationServices.you":"\u062A\u0631\u062C\u0645\u0629 \u064A\u0648\u062F\u0627\u0648 (\u0623\u0644\u0641\u0627)","translationServices.transmart":"\u062A\u064A\u0646\u0633\u0646\u062A \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u062A\u0641\u0627\u0639\u0644\u064A\u0629","translationServices.niu":"\u062A\u0631\u062C\u0645\u0629 \u0645\u0627\u0641\u0631\u064A\u0643\u0633","translationServices.papago":"\u062A\u0631\u062C\u0645\u0629 \u0628\u0627\u0628\u0627\u062C\u0648","translationServices.d":"\u062F (\u0623\u0644\u0641\u0627)","translationServices.dpro":"\u062F\u064A \u0628\u0631\u0648 (\u0643\u0646\u0627\u0631\u064A)","translationServices.openai":"OpenAI","translationServices.yandex":"Yandex","translationServices.chatgpt":"ChatGPT Web (3.5 \u062C\u0648\u0627\u0644)","translate title":"\u062A\u0631\u062C\u0645\u0629 \u0639\u0646\u0648\u0627\u0646 \u0627\u0644\u0635\u0641\u062D\u0629","always languages":"\u0627\u0644\u0644\u063A\u0629 \u0627\u0644\u0645\u062A\u0631\u062C\u0645\u0629 \u062F\u0627\u0626\u0645\u0627",neverTranslateLanguagesLabel:"\u0627\u0644\u0644\u063A\u0627\u062A \u0627\u0644\u062A\u064A \u0644\u0627 \u062A\u062A\u0631\u062C\u0645 \u0623\u0628\u062F\u0627",neverTranslateTheFollowingLanguagesDescription:"\u0633\u064A\u062A\u0645 \u062A\u062E\u0637\u064A \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0639\u0646\u062F\u0645\u0627 \u062A\u0643\u0648\u0646 \u0641\u0642\u0631\u0629 \u0641\u064A \u0627\u0644\u0635\u0641\u062D\u0629 \u0628\u0627\u0644\u0644\u063A\u0627\u062A \u0627\u0644\u062A\u0627\u0644\u064A\u0629",enableUserscriptPagePopup:"\u0625\u0638\u0647\u0627\u0631 \u0627\u0644\u0643\u0631\u0629 \u0627\u0644\u0639\u0627\u0626\u0645\u0629 \u0639\u0644\u0649 \u0627\u0644\u0635\u0641\u062D\u0629",enableUserscriptPagePopupDescription:"\u0628\u0639\u062F \u0625\u063A\u0644\u0627\u0642 \u0627\u0644\u0643\u0631\u0629 \u0627\u0644\u0639\u0627\u0626\u0645\u0629\u060C \u064A\u0645\u0643\u0646\u0643 \u0627\u0633\u062A\u062E\u062F\u0627\u0645 \u0645\u0641\u062A\u0627\u062D \u0627\u0644\u0627\u062E\u062A\u0635\u0627\u0631 /{touch}\u0644\u0625\u064A\u0642\u0627\u0638\u0647\u0627. \u0644\u0645\u0646\u0639 \u0627\u0644\u0639\u062B\u0648\u0631 \u0639\u0644\u0649 \u0627\u0644\u0643\u0631\u0629 \u0627\u0644\u0639\u0627\u0626\u0645\u0629 \u0628\u0639\u062F \u0625\u064A\u0642\u0627\u0641 \u062A\u0634\u063A\u064A\u0644 \u0647\u0630\u0627 \u0627\u0644\u062E\u064A\u0627\u0631 \u0639\u0646 \u0637\u0631\u064A\u0642 \u0627\u0644\u062E\u0637\u0623\u060C \u064A\u0648\u0635\u0649 \u0628\u0634\u062F\u0629 \u0628\u0648\u0636\u0639 \u0625\u0634\u0627\u0631\u0629 \u0645\u0631\u062C\u0639\u064A\u0629 \u0639\u0644\u0649 \u0635\u0641\u062D\u0629 \u0627\u0644\u0625\u0639\u062F\u0627\u062F\u0627\u062A \u0647\u0630\u0647.","always translate the following languages":"\u0639\u0646\u062F\u0645\u0627 \u062A\u0643\u0648\u0646 \u0644\u063A\u0629 \u0627\u0644\u0635\u0641\u062D\u0629 \u0628\u0627\u0644\u0644\u063A\u0627\u062A \u0627\u0644\u062A\u0627\u0644\u064A\u0629\u060C \u0633\u062A\u062A\u0645 \u062A\u0631\u062C\u0645\u062A\u0647\u0627 \u062A\u0644\u0642\u0627\u0626\u064A\u064B\u0627 \u0625\u0644\u0649 \u0627\u0644\u0644\u063A\u0629 \u0627\u0644\u0645\u0633\u062A\u0647\u062F\u0641\u0629","always sites":"\u0639\u0646\u0627\u0648\u064A\u0646 URL \u0627\u0644\u0645\u062A\u0631\u062C\u0645\u0629 \u062F\u0627\u0626\u0645\u064B\u0627","always translate the following sites":"\u0639\u0646\u062F\u0645\u0627 \u064A\u0643\u0648\u0646 \u0645\u0648\u0642\u0639 \u0627\u0644\u0648\u064A\u0628 \u0628\u0627\u0633\u0645 \u0627\u0644\u0646\u0637\u0627\u0642 \u0627\u0644\u062A\u0627\u0644\u064A\u060C \u0633\u062A\u062A\u0645 \u062A\u0631\u062C\u0645\u062A\u0647 \u062A\u0644\u0642\u0627\u0626\u064A\u064B\u0627 \u0625\u0644\u0649 \u0627\u0644\u0644\u063A\u0629 \u0627\u0644\u0647\u062F\u0641","never sites":"\u0639\u0646\u0627\u0648\u064A\u0646 URL \u0627\u0644\u062A\u064A \u0644\u0646 \u062A\u062A\u0645 \u062A\u0631\u062C\u0645\u062A\u0647\u0627 \u0623\u0628\u062F\u064B\u0627","never translate the following sites":"\u0644\u0646 \u064A\u062A\u0645 \u062A\u0646\u0641\u064A\u0630 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0639\u0646\u062F\u0645\u0627 \u064A\u0643\u0648\u0646 \u0645\u0648\u0642\u0639 \u0627\u0644\u0648\u064A\u0628 \u064A\u062D\u0645\u0644 \u0627\u0633\u0645 \u0627\u0644\u0646\u0637\u0627\u0642 \u0627\u0644\u062A\u0627\u0644\u064A","please refer to":"\u064A\u062C\u0628 \u0639\u0644\u064A\u0643 \u062A\u0639\u0628\u0626\u0629 \u0627\u0644\u0645\u0641\u062A\u0627\u062D \u0642\u0628\u0644 \u0627\u0633\u062A\u062E\u062F\u0627\u0645\u0647\u060C \u0644\u0645\u0632\u064A\u062F \u0645\u0646 \u0627\u0644\u062A\u0641\u0627\u0635\u064A\u0644 \u064A\u0631\u062C\u0649 \u0627\u0644\u0631\u062C\u0648\u0639 \u0625\u0644\u0649",KeyAndConfigurationTutorial:'"\u0627\u0644\u0628\u0631\u0646\u0627\u0645\u062C \u0627\u0644\u062A\u0639\u0644\u064A\u0645\u064A \u0644\u0644\u062A\u0637\u0628\u064A\u0642 \u0648\u0627\u0644\u062A\u0643\u0648\u064A\u0646 \u0627\u0644\u0631\u0626\u064A\u0633\u064A"',useAboveStyleForTheseSites:"\u0639\u0646\u062F\u0645\u0627 \u064A\u0643\u0648\u0646 \u0645\u0648\u0642\u0639 \u0627\u0644\u0648\u064A\u0628 \u0647\u0648 \u0627\u0633\u0645 \u0627\u0644\u0646\u0637\u0627\u0642 \u0627\u0644\u062A\u0627\u0644\u064A\u060C \u0627\u0633\u062A\u062E\u062F\u0645 \u062F\u0627\u0626\u0645\u064B\u0627 \u0646\u0645\u0637 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u2308{theme}\u230B",currentUrl:"\u0639\u0646\u0648\u0627\u0646 URL \u0627\u0644\u062D\u0627\u0644\u064A",confirm:"\u064A\u062D\u0641\u0638",cancel:"\u064A\u0644\u063A\u064A",delete:"\u064A\u0645\u0633\u062D","languages.auto":"\u0627\u0644\u0643\u0634\u0641 \u0627\u0644\u062A\u0644\u0642\u0627\u0626\u064A",syncToCloud:"\u0627\u0644\u0645\u0632\u0627\u0645\u0646\u0629 \u0645\u0639 \u062C\u0648\u062C\u0644 \u062F\u0631\u0627\u064A\u0641",syncToCloudDescription:"\u0642\u0645 \u0628\u0627\u0644\u062A\u062D\u0645\u064A\u0644 \u0625\u0644\u0649 \u0627\u0644\u0633\u062D\u0627\u0628\u0629\u060C \u0648\u064A\u0645\u0643\u0646 \u0645\u0632\u0627\u0645\u0646\u0629 \u0627\u0644\u062A\u0643\u0648\u064A\u0646 \u0628\u064A\u0646 \u0627\u0644\u0645\u062A\u0635\u0641\u062D\u0627\u062A \u0627\u0644\u0645\u062E\u062A\u0644\u0641\u0629/\u0627\u0644\u0646\u0635\u0648\u0635 \u0627\u0644\u0628\u0631\u0645\u062C\u064A\u0629 \u0644\u0642\u0631\u062F \u0627\u0644\u0632\u064A\u062A\u060C \u0645\u0639 \u0645\u0631\u0627\u0639\u0627\u0629 \u0648\u0642\u062A \u0627\u0644\u062A\u0639\u062F\u064A\u0644 \u0627\u0644\u0623\u062E\u064A\u0631.",syncToAccount:"\u0627\u0644\u0645\u0632\u0627\u0645\u0646\u0629 \u0645\u0639 \u0633\u062D\u0627\u0628\u0629 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0634\u0627\u0645\u0644\u0629",syncToAccountButton:"\u0645\u0632\u0627\u0645\u0646\u0629 \u0645\u0639 \u0627\u0644\u0633\u062D\u0627\u0628\u0629 \u0639\u0644\u0649 \u0627\u0644\u0641\u0648\u0631",syncToAccountDescription:"\u0645\u0632\u0627\u0645\u0646\u0629 \u0627\u0644\u062A\u0643\u0648\u064A\u0646\u0627\u062A \u062A\u0644\u0642\u0627\u0626\u064A\u064B\u0627 \u0628\u064A\u0646 \u0627\u0644\u0623\u062C\u0647\u0632\u0629 \u0627\u0644\u0645\u062E\u062A\u0644\u0641\u0629\u060C \u0628\u0646\u0627\u0621\u064B \u0639\u0644\u0649 \u0648\u0642\u062A \u0627\u0644\u062A\u0639\u062F\u064A\u0644 \u0627\u0644\u0623\u062E\u064A\u0631.",successSyncConfigInAccount:"\u0627\u0644\u0628\u0642\u0627\u0621 \u0645\u062A\u0632\u0627\u0645\u0646\u064B\u0627 \u0645\u0639 \u0627\u0644\u0633\u062D\u0627\u0628\u0629 \u0628\u0646\u062C\u0627\u062D",successSyncConfigToAccount:"\u062A\u0645\u062A \u0627\u0644\u0645\u0632\u0627\u0645\u0646\u0629 \u0628\u0646\u062C\u0627\u062D \u0645\u0639 \u0627\u0644\u0633\u062D\u0627\u0628\u0629",syncConfigNoUpdate:"\u0628\u0627\u0644\u0641\u0639\u0644 \u0627\u0644\u0623\u062D\u062F\u062B",authFail:"\u0641\u0634\u0644 \u0627\u0644\u062A\u0641\u0648\u064A\u0636",syncTitle:"\u0625\u062F\u0627\u0631\u0629 \u0627\u0644\u0646\u0633\u062E \u0627\u0644\u0627\u062D\u062A\u064A\u0627\u0637\u064A \u0627\u0644\u064A\u062F\u0648\u064A",import_hint:"\u064A\u0633\u062A\u0648\u0631\u062F",upload:"\u0631\u0641\u0639",revokeAuth:"\u0625\u0644\u063A\u0627\u0621 \u0627\u0644\u062A\u0631\u062E\u064A\u0635",uploadFail:"\u0627\u0644\u062A\u062D\u0645\u064A\u0644 \u0641\u0634\u0644",download:"\u062A\u062D\u0645\u064A\u0644",importSuccess:"\u062A\u0645 \u0627\u0644\u0627\u0633\u062A\u064A\u0631\u0627\u062F \u0628\u0646\u062C\u0627\u062D",importFail:"\u0641\u0634\u0644 \u0627\u0644\u0627\u0633\u062A\u064A\u0631\u0627\u062F",deleteFail:"\u0641\u0634\u0644 \u0641\u064A \u0627\u0644\u062D\u0630\u0641",backupToCloud:"\u0625\u062F\u0627\u0631\u0629 \u0645\u0644\u0641\u0627\u062A \u0627\u0644\u0646\u0633\u062E \u0627\u0644\u0627\u062D\u062A\u064A\u0627\u0637\u064A \u064A\u062F\u0648\u064A\u0627",create_new_backup:"\u0625\u0636\u0627\u0641\u0629 \u0639\u0642\u062F\u0629 \u0627\u062D\u062A\u064A\u0627\u0637\u064A\u0629",maxBackupFiles:"\u064A\u0645\u0643\u0646 \u0639\u0645\u0644 \u0646\u0633\u062E\u0629 \u0627\u062D\u062A\u064A\u0627\u0637\u064A\u0629 \u0644\u0645\u0627 \u064A\u0635\u0644 \u0625\u0644\u0649{count}\u0639\u0642\u062F \u0645\u062E\u062A\u0644\u0641\u0629\u060C \u064A\u0631\u062C\u0649 \u062D\u0630\u0641 \u0627\u0644\u0639\u0642\u062F \u063A\u064A\u0631 \u0627\u0644\u0636\u0631\u0648\u0631\u064A\u0629",backupToCloudDescription:"\u062A\u062D\u0645\u064A\u0644 \u0645\u0644\u0641\u0627\u062A \u0627\u0644\u0646\u0633\u062E \u0627\u0644\u0627\u062D\u062A\u064A\u0627\u0637\u064A \u0623\u0648 \u0627\u0633\u062A\u0639\u0627\u062F\u062A\u0647\u0627 \u064A\u062F\u0648\u064A\u064B\u0627\u060C \u0645\u0645\u0627 \u064A\u0633\u0645\u062D \u0628\u0645\u0627 \u064A\u0635\u0644 \u0625\u0644\u0649 3 \u0646\u0633\u062E \u0627\u062D\u062A\u064A\u0627\u0637\u064A\u0629 \u0645\u062E\u062A\u0644\u0641\u0629",successSyncConfig:"\u0627\u0644\u0628\u0642\u0627\u0621 \u0645\u062A\u0632\u0627\u0645\u0646\u064B\u0627 \u0645\u0639 \u0627\u0644\u0633\u062D\u0627\u0628\u0629 \u0628\u0646\u062C\u0627\u062D",syncFail:"\u0641\u0634\u0644\u062A \u0627\u0644\u0645\u0632\u0627\u0645\u0646\u0629",updatedAt:"\u062A\u0645 \u0627\u0644\u062A\u062D\u062F\u064A\u062B \u0639\u0646\u062F {date}",lastSyncedAt:"\u0622\u062E\u0631 \u0641\u062D\u0635 \u0643\u0627\u0646 \u0639\u0646\u062F {date}",downloadFail:"\u0627\u0644\u062A\u062D\u0645\u064A\u0644 \u0641\u0634\u0644",clickToDownload:"\u0627\u0636\u063A\u0637 \u0644\u0644\u062A\u062D\u0645\u064A\u0644",aboutLabel:"\u062D\u0648\u0644 - \u0631\u062F\u0648\u062F \u0627\u0644\u0641\u0639\u0644","browser.openAboutPage":"\u062D\u0648\u0644/\u0631\u062F\u0648\u062F \u0627\u0644\u0641\u0639\u0644",aboutLabelWithoutSponsor:"\u062D\u0648\u0644 - \u0631\u062F\u0648\u062F \u0627\u0644\u0641\u0639\u0644",aboutIntro:"\u0623\u062A\u0645\u0646\u0649 \u0623\u0646 \u0646\u062A\u0645\u0643\u0646 \u062C\u0645\u064A\u0639\u064B\u0627 \u0645\u0646 \u0627\u0644\u0648\u0635\u0648\u0644 \u0625\u0644\u0649 \u0627\u0644\u0645\u0639\u0644\u0648\u0645\u0627\u062A \u0627\u0644\u0636\u062E\u0645\u0629 \u0627\u0644\u0645\u062A\u0639\u0644\u0642\u0629 \u0628\u0627\u0644\u0644\u063A\u0627\u062A \u0627\u0644\u0623\u062C\u0646\u0628\u064A\u0629 \u0639\u0644\u0649 \u0627\u0644\u0625\u0646\u062A\u0631\u0646\u062A \u0628\u0633\u0647\u0648\u0644\u0629 \u0648\u0633\u0639\u0627\u062F\u0629 \u0623\u0643\u0628\u0631. \u064A\u0645\u0643\u0646\u0643 \u0627\u062E\u062A\u064A\u0627\u0631 \u0641\u062A\u062D \u0639\u0636\u0648\u064A\u0629 <6> Pro \u0644\u0627\u0633\u062A\u062E\u062F\u0627\u0645 \u062A\u0631\u062C\u0645\u0627\u062A DeepL \u0648OpenAI \u062E\u0627\u0631\u062C \u0627\u0644\u0635\u0646\u062F\u0648\u0642.

\u064A\u0645\u0643\u0646\u0643\u0645 \u0645\u062A\u0627\u0628\u0639\u062A\u0646\u0627 \u0639\u0644\u0649 <3>\u062A\u0648\u064A\u062A\u0631 ,<4>\u0642\u0646\u0627\u0629 \u0627\u0644\u062A\u0644\u064A\u062C\u0631\u0627\u0645 \u0623\u0648 \u062D\u0633\u0627\u0628 WeChat \u0627\u0644\u0639\u0627\u0645 \u0623\u0648 \u0645\u062C\u0645\u0648\u0639\u0629 \u0627\u062A\u0635\u0627\u0644\u0627\u062A WeChat \u0623\u0648 <5> \u0627\u0634\u062A\u0631\u0627\u0643 \u0627\u0644\u0628\u0631\u064A\u062F \u0627\u0644\u0625\u0644\u0643\u062A\u0631\u0648\u0646\u064A \u0623\u062F\u0646\u0627\u0647 \u062A\u062A\u0628\u0639 \u0627\u0644\u062A\u062D\u062F\u064A\u062B\u0627\u062A.
<7>\u0639\u0636\u0648 \u0645\u062D\u062A\u0631\u0641 \u064A\u0645\u0643\u0646\u0643 \u0627\u0644\u0627\u062A\u0635\u0627\u0644 \u0628\u0627\u0644\u0628\u0631\u064A\u062F \u0627\u0644\u0625\u0644\u0643\u062A\u0631\u0648\u0646\u064A \u0627\u0644\u0633\u0631\u064A\u0639 \u0644\u062E\u062F\u0645\u0629 \u0627\u0644\u0639\u0645\u0644\u0627\u0621 <8> support@immersivetranslate.com \u0627\u0628\u0642 \u0639\u0644\u0649 \u062A\u0648\u0627\u0635\u0644 \u0645\u0639\u0646\u0627.",aboutIntroWithoutSponsor:"\u0623\u062A\u0645\u0646\u0649 \u0623\u0646 \u0646\u062A\u0645\u0643\u0646 \u062C\u0645\u064A\u0639\u064B\u0627 \u0645\u0646 \u0627\u0644\u0648\u0635\u0648\u0644 \u0628\u0634\u0643\u0644 \u0623\u0633\u0647\u0644 \u0648\u0623\u0643\u062B\u0631 \u0645\u062A\u0639\u0629 \u0625\u0644\u0649 \u0627\u0644\u0643\u0645 \u0627\u0644\u0647\u0627\u0626\u0644 \u0645\u0646 \u0627\u0644\u0645\u0639\u0644\u0648\u0645\u0627\u062A \u0628\u0627\u0644\u0644\u063A\u0629 \u0627\u0644\u0623\u062C\u0646\u0628\u064A\u0629 \u0639\u0644\u0649 \u0627\u0644\u0625\u0646\u062A\u0631\u0646\u062A \u2764\uFE0F

\u064A\u0645\u0643\u0646\u0643 \u0645\u062A\u0627\u0628\u0639\u062A\u0646\u0627 \u0639\u0644\u0649 Twitter <3> ,<4>\u0642\u0646\u0627\u0629 \u0627\u0644\u062A\u0644\u064A\u062C\u0631\u0627\u0645 \u0623\u0648 \u062D\u0633\u0627\u0628 WeChat \u0627\u0644\u0639\u0627\u0645 \u0623\u0648 \u0645\u062C\u0645\u0648\u0639\u0629 \u0627\u062A\u0635\u0627\u0644\u0627\u062A WeChat \u0623\u0648 <5> \u0627\u0634\u062A\u0631\u0627\u0643 \u0627\u0644\u0628\u0631\u064A\u062F \u0627\u0644\u0625\u0644\u0643\u062A\u0631\u0648\u0646\u064A \u0623\u062F\u0646\u0627\u0647 \u062A\u062A\u0628\u0639 \u0627\u0644\u062A\u062D\u062F\u064A\u062B\u0627\u062A.",projectHomepage:"\u0627\u0644\u0635\u0641\u062D\u0629 \u0627\u0644\u0631\u0626\u064A\u0633\u064A\u0629 \u0644\u0644\u0645\u0634\u0631\u0648\u0639",joinTelegramGroup:"\u0627\u0646\u0636\u0645 \u0625\u0644\u0649 \u0645\u062C\u0645\u0648\u0639\u0629 \u0627\u062A\u0635\u0627\u0644\u0627\u062A \u0627\u0644\u0645\u0633\u062A\u062E\u062F\u0645\u064A\u0646 \u0644\u0644\u0645\u0634\u0627\u0631\u0643\u0629 \u0641\u064A \u0627\u0644\u0645\u0646\u0627\u0642\u0634\u0627\u062A \u0627\u0644\u0648\u0638\u064A\u0641\u064A\u0629",wechatPublicAccount:"\u062D\u0633\u0627\u0628 \u0648\u064A \u0634\u0627\u062A \u0627\u0644\u0639\u0627\u0645",wechatCommunities:"\u0645\u062C\u0645\u0648\u0639\u0629 \u0627\u0644\u0627\u062A\u0635\u0627\u0644\u0627\u062A WeChat",qqCommunities:"\u0642\u0646\u0627\u0629 \u0627\u062A\u0635\u0627\u0644 QQ",joinTelegramChannel:"\u062A\u0627\u0628\u0639\u0648\u0627 \u0642\u0646\u0627\u0629 \u0627\u0644\u062A\u0644\u064A\u062C\u0631\u0627\u0645 \u0644\u0645\u0639\u0631\u0641\u0629 \u0622\u062E\u0631 \u0627\u0644\u062A\u062D\u062F\u064A\u062B\u0627\u062A",feedbackAndJoin:"\u0631\u062F\u0648\u062F \u0627\u0644\u0641\u0639\u0644 \u0627\u0644\u0645\u0634\u0643\u0644\u0629 / \u0627\u0644\u0627\u0646\u0636\u0645\u0627\u0645 \u0625\u0644\u0649 \u0627\u0644\u0645\u062C\u0645\u0648\u0639\u0629",autoSync:"\u0627\u0644\u0645\u0632\u0627\u0645\u0646\u0629 \u0627\u0644\u0645\u062C\u062F\u0648\u0644\u0629 \u0627\u0644\u062A\u0644\u0642\u0627\u0626\u064A\u0629",loadingThemeTitle:"\u0623\u0633\u0644\u0648\u0628 \u0627\u0644\u062A\u062D\u0645\u064A\u0644",loadingThemeDescription:"\u0627\u0636\u0628\u0637 \u0627\u0644\u0646\u0645\u0637 \u0623\u062B\u0646\u0627\u0621 \u0627\u0646\u062A\u0638\u0627\u0631 \u062A\u062D\u0645\u064A\u0644 \u0627\u0644\u062A\u0631\u062C\u0645\u0629","loadingTheme.spinner":"\u0627\u0644\u0631\u0633\u0648\u0645 \u0627\u0644\u0645\u062A\u062D\u0631\u0643\u0629 \u0627\u0644\u062F\u0627\u0626\u0631\u0629","loadingTheme.text":"\u0646\u0635 \u062B\u0627\u0628\u062A... ","loadingTheme.none":"\u0644\u0627 \u062A\u0638\u0647\u0631",developerDescription:"\u064A\u0645\u0643\u0646\u0643 \u0627\u0644\u0646\u0642\u0631 \u0641\u0648\u0642 <1> \u0647\u0646\u0627 \u0639\u0631\u0636 \u0627\u0644\u0648\u062B\u0627\u0626\u0642 \u0627\u0644\u0645\u062A\u0639\u0644\u0642\u0629 \u0628\u0627\u0644\u062A\u062E\u0635\u064A\u0635 \u0627\u0644\u0645\u062A\u0642\u062F\u0645","edit border color":"\u062A\u0639\u062F\u064A\u0644 \u0644\u0648\u0646 \u0627\u0644\u062D\u062F\u0648\u062F",successSyncButNoChange:"\u0627\u0644\u062A\u0643\u0648\u064A\u0646 \u0627\u0644\u062D\u0627\u0644\u064A \u0645\u062A\u0648\u0627\u0641\u0642 \u0645\u0639 \u0627\u0644\u0633\u062D\u0627\u0628\u0629",customTheme:"\u0627\u0644\u0623\u0644\u0648\u0627\u0646 \u0648\u0627\u0644\u0623\u062D\u062C\u0627\u0645 \u0627\u0644\u0645\u062E\u0635\u0635\u0629","customThemeLabel.borderColor":"\u0644\u0648\u0646 \u0627\u0644\u062D\u062F\u0648\u062F","customThemeLabel.borderRadius":"\u062D\u062F\u0648\u062F \u0645\u0633\u062A\u062F\u064A\u0631\u0629 \u0627\u0644\u0632\u0648\u0627\u064A\u0627","customThemeLabel.textColor":"\u0644\u0648\u0646 \u0627\u0644\u062E\u0637","customThemeLabel.backgroundColor":"\u0644\u0648\u0646 \u0627\u0644\u062E\u0644\u0641\u064A\u0629","customThemeLabel.zoom":"\u062A\u062D\u062C\u064A\u0645 \u0627\u0644\u062E\u0637 (%)","customThemeLabel.opacity":"\u0639\u062A\u0627\u0645\u0629 \u0627\u0644\u0646\u0635 (%)",resetToDefaultColor:"\u0627\u0644\u0639\u0648\u062F\u0629 \u0625\u0644\u0649 \u0627\u0644\u0644\u0648\u0646 \u0627\u0644\u0627\u0641\u062A\u0631\u0627\u0636\u064A",resetToDefaultSettings:"\u0627\u0644\u0639\u0648\u062F\u0629 \u0625\u0644\u0649 \u0627\u0644\u0625\u0639\u062F\u0627\u062F\u0627\u062A \u0627\u0644\u0627\u0641\u062A\u0631\u0627\u0636\u064A\u0629",isTranslateTitle:"\u0642\u0645 \u0628\u062A\u0634\u063A\u064A\u0644 \u0639\u0646\u0627\u0648\u064A\u0646 \u0635\u0641\u062D\u0627\u062A \u0627\u0644\u0648\u064A\u0628 \u0627\u0644\u0645\u062A\u0631\u062C\u0645\u0629",isTranslateTitleDescription:"\u0639\u0646\u062F \u062A\u0634\u063A\u064A\u0644\u0647\u060C \u0633\u064A\u062A\u0645 \u062A\u0631\u062C\u0645\u0629 \u0639\u0646\u0648\u0627\u0646 \u0635\u0641\u062D\u0629 \u0627\u0644\u0648\u064A\u0628",enableSearchEnhancement:"\u062A\u0645\u0643\u064A\u0646 \u062A\u0639\u0632\u064A\u0632 \u0627\u0644\u0645\u0639\u0644\u0648\u0645\u0627\u062A \u062B\u0646\u0627\u0626\u064A\u0629 \u0627\u0644\u0644\u063A\u0629",enableSearchEnhancementDescription:'\u0628\u0639\u062F \u062A\u0634\u063A\u064A\u0644\u0647\u0627\u060C \u0633\u064A\u062A\u0645 \u0639\u0631\u0636 \u0646\u062A\u0627\u0626\u062C \u0628\u062D\u062B "\u0623\u062E\u0628\u0627\u0631 Google" \u0627\u0644\u0645\u0642\u0627\u0628\u0644\u0629 \u0644\u0644\u0643\u0644\u0645\u0627\u062A \u0627\u0644\u0631\u0626\u064A\u0633\u064A\u0629 \u0628\u0627\u0644\u0644\u063A\u0629 \u0627\u0644\u0625\u0646\u062C\u0644\u064A\u0632\u064A\u0629 \u062A\u0644\u0642\u0627\u0626\u064A\u064B\u0627 \u0641\u064A \u0627\u0644\u0639\u0645\u0648\u062F \u0627\u0644\u0623\u064A\u0645\u0646 \u0644\u0645\u0648\u0627\u0642\u0639 \u0627\u0644\u0648\u064A\u0628 \u0627\u0644\u0645\u062F\u0639\u0648\u0645\u0629 (\u0623\u062E\u0628\u0627\u0631 Google\u060C \u0628\u062D\u062B Google (\u0628\u0639\u0636 \u0627\u0644\u0643\u0644\u0645\u0627\u062A \u0627\u0644\u0631\u0626\u064A\u0633\u064A\u0629)\u060C Snowball\u060C Oriental Fortune\u060C Futu\u060C Tiger Community).',verifyService:"\u0627\u0646\u0642\u0631 \u0647\u0646\u0627 \u0644\u0627\u062E\u062A\u0628\u0627\u0631 \u0627\u0644\u062E\u062F\u0645\u0629",verified:"\u062A\u0645 \u0627\u0644\u062A\u062D\u0642\u0642 \u0628\u0646\u062C\u0627\u062D","field.langs":"\u0631\u0645\u0648\u0632 \u0627\u0644\u0644\u063A\u0629 \u0627\u0644\u0645\u062F\u0639\u0648\u0645\u0629","field.model":"\u0646\u0645\u0648\u0630\u062C","field.translationEngine":"\u0645\u062D\u0631\u0643 \u0627\u0644\u062A\u0631\u062C\u0645\u0629","field.limitPerMinute":"\u0627\u0644\u062D\u062F \u0627\u0644\u0623\u0642\u0635\u0649 \u0644\u0639\u062F\u062F \u0627\u0644\u0637\u0644\u0628\u0627\u062A \u0641\u064A \u0627\u0644\u062F\u0642\u064A\u0642\u0629","field.limitPerSecond":"\u0627\u0644\u062D\u062F \u0627\u0644\u0623\u0642\u0635\u0649 \u0644\u0639\u062F\u062F \u0627\u0644\u0637\u0644\u0628\u0627\u062A \u0641\u064A \u0627\u0644\u062B\u0627\u0646\u064A\u0629","field.maxTextLengthPerRequest":"\u0627\u0644\u062D\u062F \u0627\u0644\u0623\u0642\u0635\u0649 \u0644\u0637\u0648\u0644 \u0627\u0644\u0646\u0635 \u0644\u0643\u0644 \u0637\u0644\u0628","field.maxTextGroupLengthPerRequest":"\u0627\u0644\u062D\u062F \u0627\u0644\u0623\u0642\u0635\u0649 \u0644\u0639\u062F\u062F \u0627\u0644\u0641\u0642\u0631\u0627\u062A \u0644\u0643\u0644 \u0637\u0644\u0628","field.apiUrl":"\u0639\u0646\u0648\u0627\u0646 \u0648\u0627\u062C\u0647\u0629 API \u0627\u0644\u0645\u062E\u0635\u0635\u0629","field.placeholderDelimiters":"\u0627\u0644\u0639\u0646\u0627\u0635\u0631 \u0627\u0644\u0646\u0627\u0626\u0628\u0629 \u0627\u0644\u0645\u062D\u062C\u0648\u0632\u0629","description.custom":"\u0627\u0644\u0648\u0635\u0648\u0644 \u0625\u0644\u0649 \u0627\u0644\u0648\u0627\u062C\u0647\u0629 \u0627\u0644\u0645\u062E\u0635\u0635\u0629 \u064A\u062A\u0637\u0644\u0628 \u0648\u062B\u0627\u0626\u0642 \u0645\u0631\u062C\u0639\u064A\u0629","description.limitPerMinute":"\u0648\u0639\u0646\u062F\u0645\u0627 \u064A\u062A\u062C\u0627\u0648\u0632 \u0639\u062F\u062F \u0627\u0644\u0637\u0644\u0628\u0627\u062A \u0647\u0630\u0627 \u0627\u0644\u062D\u062F\u060C \u0641\u0625\u0646\u0647 \u0633\u064A\u062F\u062E\u0644 \u0641\u064A \u062D\u0627\u0644\u0629 \u0627\u0644\u0627\u0646\u062A\u0638\u0627\u0631 \u062D\u062A\u0649 \u0628\u062F\u0627\u064A\u0629 \u0627\u0644\u062F\u0642\u064A\u0642\u0629 \u0627\u0644\u062A\u0627\u0644\u064A\u0629. \u0646\u0638\u0631\u064B\u0627 \u0644\u0644\u0642\u064A\u0648\u062F \u0627\u0644\u0645\u062E\u062A\u0644\u0641\u0629 \u0644\u062E\u062F\u0645\u0629 OpenAI \u0627\u0644\u062D\u0627\u0644\u064A\u0629\u060C \u064A\u0631\u062C\u0649 \u0627\u0644\u0646\u0642\u0631 \u0641\u0648\u0642 <1> \u0647\u0646\u0627 \u0639\u0631\u0636 \u0623\u062D\u062F\u062B \u0627\u0644\u0642\u064A\u0645 \u0627\u0644\u0645\u0648\u0635\u0649 \u0628\u0647\u0627","description.limitPerSecond":"\u0648\u0639\u0646\u062F\u0645\u0627 \u064A\u062A\u062C\u0627\u0648\u0632 \u0639\u062F\u062F \u0627\u0644\u0637\u0644\u0628\u0627\u062A \u0647\u0630\u0627 \u0627\u0644\u062D\u062F\u060C \u0641\u0625\u0646\u0647 \u0633\u064A\u062F\u062E\u0644 \u0641\u064A \u062D\u0627\u0644\u0629 \u0627\u0644\u0627\u0646\u062A\u0638\u0627\u0631 \u062D\u062A\u0649 \u0628\u062F\u0627\u064A\u0629 \u0627\u0644\u062B\u0627\u0646\u064A\u0629 \u0627\u0644\u062A\u0627\u0644\u064A\u0629. \u0646\u0638\u0631\u064B\u0627 \u0644\u0644\u0642\u064A\u0648\u062F \u0627\u0644\u0645\u062E\u062A\u0644\u0641\u0629 \u0644\u062E\u062F\u0645\u0629 OpenAI \u0627\u0644\u062D\u0627\u0644\u064A\u0629\u060C \u064A\u0631\u062C\u0649 \u0627\u0644\u0646\u0642\u0631 \u0641\u0648\u0642 <1> \u0647\u0646\u0627 \u0639\u0631\u0636 \u0623\u062D\u062F\u062B \u0627\u0644\u0642\u064A\u0645 \u0627\u0644\u0645\u0648\u0635\u0649 \u0628\u0647\u0627","description.generalLimitPerSecond":"\u0648\u0639\u0646\u062F\u0645\u0627 \u064A\u062A\u062C\u0627\u0648\u0632 \u0639\u062F\u062F \u0627\u0644\u0637\u0644\u0628\u0627\u062A \u0647\u0630\u0627 \u0627\u0644\u062D\u062F\u060C \u0641\u0625\u0646\u0647 \u0633\u064A\u062F\u062E\u0644 \u0641\u064A \u062D\u0627\u0644\u0629 \u0627\u0644\u0627\u0646\u062A\u0638\u0627\u0631 \u062D\u062A\u0649 \u0628\u062F\u0627\u064A\u0629 \u0627\u0644\u062B\u0627\u0646\u064A\u0629 \u0627\u0644\u062A\u0627\u0644\u064A\u0629.","description.prompt":"\u062A\u0631\u0633\u0644 \u0627\u0644\u0645\u062D\u0627\u062F\u062B\u0629 \u0625\u0644\u0649 {service} \u0628\u0635\u0641\u0629 \u0627\u0644\u0645\u0633\u062A\u062E\u062F\u0645\u060C \u062D\u064A\u062B \u064A\u0645\u062B\u0644 {{text}} \u0646\u0635 \u0627\u0644\u0641\u0642\u0631\u0629\u060C \u0648\u064A\u0645\u062B\u0644 {{from}} \u0644\u063A\u0629 \u0627\u0644\u0641\u0642\u0631\u0629\u060C \u0648\u064A\u0645\u062B\u0644 {{to}} \u0627\u0644\u0644\u063A\u0629 \u0627\u0644\u0645\u0633\u062A\u0647\u062F\u0641\u0629.","description.maxTextLengthPerRequest":"\u0627\u0644\u062D\u062F \u0627\u0644\u0623\u0642\u0635\u0649 \u0644\u0639\u062F\u062F \u0627\u0644\u0623\u062D\u0631\u0641 \u0644\u0643\u0644 \u0637\u0644\u0628. \u0625\u0630\u0627 \u0643\u0627\u0646 \u0643\u0628\u064A\u0631\u064B\u0627 \u062C\u062F\u064B\u0627\u060C \u0641\u0633\u062A\u062A\u0628\u0627\u0637\u0623 \u0627\u0633\u062A\u062C\u0627\u0628\u0629 \u0627\u0644\u0648\u0627\u062C\u0647\u0629\u060C \u0644\u0630\u0627 \u064A\u0645\u0643\u0646\u0643 \u0645\u062D\u0627\u0648\u0644\u0629 \u0636\u0628\u0637 \u0647\u0630\u0627 \u0627\u0644\u062E\u064A\u0627\u0631 \u0644\u062A\u062D\u0633\u064A\u0646 \u0627\u0644\u0633\u0631\u0639\u0629.","description.systemPrompt":"\u062A\u0645 \u0625\u0631\u0633\u0627\u0644 \u0627\u0644\u062D\u0648\u0627\u0631 \u0625\u0644\u0649 {service} \u0628\u0627\u0633\u0645 \u0627\u0644\u0646\u0638\u0627\u0645\u060C \u062D\u064A\u062B \u064A\u0645\u062B\u0644 {{text}} \u0646\u0635 \u0627\u0644\u0641\u0642\u0631\u0629\u060C \u0648\u064A\u0645\u062B\u0644 {{from}} \u0644\u063A\u0629 \u0627\u0644\u0641\u0642\u0631\u0629\u060C \u0648\u064A\u0645\u062B\u0644 {{to}} \u0627\u0644\u0644\u063A\u0629 \u0627\u0644\u0645\u0633\u062A\u0647\u062F\u0641\u0629.","field.domain":"\u0645\u062C\u0627\u0644","description.domain":"\u0627\u0644\u0627\u0641\u062A\u0631\u0627\u0636\u064A \u0647\u0648\uFF1A\u0639\u0627\u0645. \u0644\u0627 \u064A\u0645\u0643\u0646 \u0636\u0628\u0637\u0647 \u0625\u0644\u0627 \u0639\u0646\u062F \u062A\u0645\u0643\u064A\u0646 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0645\u0633\u062A\u0646\u062F\u0629 \u0625\u0644\u0649 \u0627\u0644\u0645\u062C\u0627\u0644 \u0641\u064A \u0648\u062D\u062F\u0629 \u062A\u062D\u0643\u0645 Youdao API. \u0644\u0644\u062D\u0635\u0648\u0644 \u0639\u0644\u0649 \u0627\u0644\u062D\u0642\u0648\u0644 \u0627\u0644\u0645\u062F\u0639\u0648\u0645\u0629\u060C \u064A\u0631\u062C\u0649 \u0627\u0644\u0627\u0637\u0644\u0627\u0639 \u0639\u0644\u0649 <1> \u0647\u0646\u0627.","field.scene":"\u0645\u0634\u0627\u0647\u062F","description.scene":"\u0627\u0644\u0627\u0641\u062A\u0631\u0627\u0636\u064A \u0647\u0648\uFF1A\u0639\u0627\u0645. \u0644\u0627 \u064A\u0645\u0643\u0646 \u0636\u0628\u0637\u0647 \u0625\u0644\u0627 \u0639\u0646\u062F \u062A\u0646\u0634\u064A\u0637 \u0627\u0644\u0625\u0635\u062F\u0627\u0631 \u0627\u0644\u0627\u062D\u062A\u0631\u0627\u0641\u064A \u0644\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0622\u0644\u064A\u0629 \u0641\u064A \u0648\u062D\u062F\u0629 \u062A\u062D\u0643\u0645 Alibaba Cloud API. \u0631\u0627\u062C\u0639 <1> \u0647\u0646\u0627 \u0644\u0644\u062D\u0635\u0648\u0644 \u0639\u0644\u0649 \u0627\u0644\u0633\u064A\u0646\u0627\u0631\u064A\u0648\u0647\u0627\u062A \u0627\u0644\u0645\u062F\u0639\u0648\u0645\u0629.","field.vocabId":"\u0645\u0639\u0631\u0641 \u0642\u0627\u0645\u0648\u0633 \u0627\u0644\u0645\u0633\u062A\u062E\u062F\u0645","description.vocabId":"\u064A\u062F\u0639\u0645 \u0627\u0644\u0642\u0627\u0645\u0648\u0633 \u0627\u0644\u0645\u062D\u062F\u062F out_id \u062D\u0627\u0644\u064A\u064B\u0627 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0625\u0646\u062C\u0644\u064A\u0632\u064A\u0629 \u0627\u0644\u0635\u064A\u0646\u064A\u0629.","description.model":"\u064A\u0645\u0643\u0646 \u0623\u0646 \u064A\u0643\u0648\u0646 \u0646\u0645\u0648\u0630\u062C OpenAI \u0647\u0648 gpt-3.5-turbo \u0623\u0648 gpt-4 \u0648\u0645\u0627 \u0625\u0644\u0649 \u0630\u0644\u0643.","description.maxTextGroupLengthPerRequest":"\u0639\u062F\u062F \u0627\u0644\u0641\u0642\u0631\u0627\u062A \u0627\u0644\u0645\u0631\u0633\u0644\u0629 \u0625\u0644\u0649 \u062E\u062F\u0645\u0629 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0641\u064A \u0643\u0644 \u0645\u0631\u0629. \u0625\u0630\u0627 \u0643\u0627\u0646 \u0647\u0646\u0627\u0643 \u0639\u062F\u062F \u0643\u0628\u064A\u0631 \u062C\u062F\u064B\u0627 \u0645\u0646 \u0627\u0644\u0641\u0642\u0631\u0627\u062A\u060C \u0641\u0642\u062F \u062A\u062A\u0628\u0627\u0637\u0623 \u0627\u0633\u062A\u062C\u0627\u0628\u0629 \u0627\u0644\u0648\u0627\u062C\u0647\u0629.","description.apiUrl":"\u0627\u0644\u0631\u062C\u0627\u0621 \u0625\u0636\u0627\u0641\u0629 \u0639\u0646\u0648\u0627\u0646 URL \u0645\u062D\u062F\u062F \u0645\u0639 \u0627\u0644\u0645\u0633\u0627\u0631\u060C <1> \u0627\u0644\u0645\u0632\u064A\u062F \u0645\u0646 \u0627\u0644\u062A\u0639\u0644\u064A\u0645\u0627\u062A",enabledExtension:"\u062A\u0645\u0643\u064A\u0646 \u0627\u0644\u062A\u0645\u062F\u064A\u062F",clickToDisableExtension:"\u0627\u0646\u0642\u0631 \u0644\u062A\u0639\u0637\u064A\u0644 \u0627\u0644\u062A\u0645\u062F\u064A\u062F",clickToEnableExtension:"\u0627\u0646\u0642\u0631 \u0644\u062A\u0645\u0643\u064A\u0646 \u0627\u0644\u062A\u0645\u062F\u064A\u062F",hasBeenDisabled:"\u0639\u0627\u062C\u0632","show password":"\u0639\u0631\u0636 \u0643\u0644\u0645\u0629 \u0627\u0644\u0645\u0631\u0648\u0631",customContent:"\u0623\u062F\u062E\u0644 \u0627\u0633\u0645 \u0627\u0644\u0646\u0645\u0648\u0630\u062C \u0627\u0644\u0645\u062E\u0635\u0635",inputOptions:"\u062A\u062D\u0633\u064A\u0646 \u0635\u0646\u062F\u0648\u0642 \u0627\u0644\u0625\u062F\u062E\u0627\u0644",mouseHoverOptions:"\u062A\u0645\u0631\u064A\u0631 \u0627\u0644\u0645\u0627\u0648\u0633",modifyMouseHoverKey:"\u062A\u0639\u062F\u064A\u0644 \u0645\u0641\u0627\u062A\u064A\u062D \u0627\u0644\u0627\u062E\u062A\u0635\u0627\u0631 \u0627\u0644\u062E\u0627\u0635\u0629 \u0628\u0627\u0644\u0645\u0627\u0648\u0633",enableInputTranslation:"\u0645\u0627 \u0625\u0630\u0627 \u0643\u0627\u0646 \u0633\u064A\u062A\u0645 \u062A\u0645\u0643\u064A\u0646 \u062A\u062D\u0633\u064A\u0646 \u0645\u0631\u0628\u0639 \u0627\u0644\u0625\u062F\u062E\u0627\u0644",enableInputTranslationDescription:"\u0628\u0639\u062F{trailingKey}\u060C \u0623\u062F\u062E\u0644 \u0645\u0628\u0627\u0634\u0631\u0629 {startingKey}{startingKey} hello \u0641\u064A \u0645\u0631\u0628\u0639 \u0627\u0644\u0625\u062F\u062E\u0627\u0644\u060C \u062B\u0645 \u0627\u0646\u0642\u0631 \u0633\u0631\u064A\u0639\u064B\u0627 \u0641\u0648\u0642{inputTrailingTriggerKeyRepeatTimes}\u0645\u0631\u062A\u064A\u0646 \u0644\u062A\u0631\u062C\u0645\u062A\u0647 \u0625\u0644\u0649 {inputTargetLanguage}",enableInputTranslationDescriptionForNoneKey:"{trailingKey}\u062A\u0645\u0643\u064A\u0646\u0647\u060C \u0623\u062F\u062E\u0644 \u0645\u0628\u0627\u0634\u0631\u0629\uFF1Ahelloworld \u0641\u064A \u0645\u0631\u0628\u0639 \u0627\u0644\u0625\u062F\u062E\u0627\u0644\u060C \u062B\u0645 \u0627\u0646\u0642\u0631 \u0628\u0633\u0631\u0639\u0629{inputTrailingTriggerKeyRepeatTimes}\u0644\u0644\u062A\u0631\u062C\u0645\u0629 \u0625\u0644\u0649 \u0627\u0644\u0644\u063A\u0629 \u0627\u0644\u0645\u0633\u062A\u0647\u062F\u0641\u0629 \u0627\u0644\u0627\u0641\u062A\u0631\u0627\u0636\u064A\u0629.",inputTargetLanguage:"\u0642\u0645 \u0628\u062A\u0639\u064A\u064A\u0646 \u0627\u0644\u0644\u063A\u0629 \u0627\u0644\u0647\u062F\u0641 \u0627\u0644\u0627\u0641\u062A\u0631\u0627\u0636\u064A\u0629 \u0644\u0645\u0631\u0628\u0639 \u0627\u0644\u0625\u062F\u062E\u0627\u0644",inputTargetLanguageDescription:"\u0627\u0644\u0644\u063A\u0629 \u0627\u0644\u0647\u062F\u0641 \u0627\u0644\u0627\u0641\u062A\u0631\u0627\u0636\u064A\u0629 \u0644\u062A\u0631\u062C\u0645\u0629 \u0645\u0631\u0628\u0639 \u0627\u0644\u0625\u062F\u062E\u0627\u0644\u060C \u0648\u0647\u064A {startingKey}{startingKey} \u0643\u0644\u063A\u0629 \u0627\u0641\u062A\u0631\u0627\u0636\u064A\u0629 \u0644\u0643\u0644\u0645\u0627\u062A \u0627\u0644\u062A\u0634\u063A\u064A\u0644",inputTargetLanguageDescriptionForNoneKey:"\u0627\u0644\u0644\u063A\u0629 \u0627\u0644\u0647\u062F\u0641 \u0627\u0644\u0627\u0641\u062A\u0631\u0627\u0636\u064A\u0629 \u0644\u062A\u0631\u062C\u0645\u0627\u062A \u0645\u0631\u0628\u0639 \u0627\u0644\u0625\u062F\u062E\u0627\u0644",inputStartingTriggerKeyTitle:"\u0642\u0645 \u0628\u062A\u0639\u064A\u064A\u0646 \u0627\u0644\u0623\u062D\u0631\u0641 \u0627\u0644\u0645\u0642\u0633\u0645\u0629 \u0644\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u062C\u0632\u0626\u064A\u0629 \u0644\u0645\u0631\u0628\u0639 \u0627\u0644\u0625\u062F\u062E\u0627\u0644",inputStartingTriggerKeyDescription:"\u0639\u0646\u062F\u0645\u0627 \u0644\u0627 \u062A\u062D\u062A\u0627\u062C \u0625\u0644\u0649 \u062A\u0631\u062C\u0645\u0629 \u0645\u0631\u0628\u0639 \u0627\u0644\u0625\u062F\u062E\u0627\u0644 \u0628\u0623\u0643\u0645\u0644\u0647\u060C \u064A\u062A\u064A\u062D \u0644\u0643 \u0627\u0644\u0645\u062D\u062F\u062F \u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u062C\u0632\u0621 \u0641\u0642\u0637 {startingKey}{startingKey} \u0625\u0644\u0649 \u0646\u0647\u0627\u064A\u0629 \u0645\u0631\u0628\u0639 \u0627\u0644\u0625\u062F\u062E\u0627\u0644\u060C \u0623\u0648 \u064A\u0645\u0643\u0646\u0643 \u062A\u062D\u062F\u064A\u062F \u0631\u0645\u0632 \u0627\u0644\u0644\u063A\u0629\u060C \u0639\u0644\u0649 \u0633\u0628\u064A\u0644 \u0627\u0644\u0645\u062B\u0627\u0644\u060C\uFF1A{startingKey}ja \u062A\u0639\u0646\u064A \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0641\u0642\u0637 \u0627\u0644\u062C\u0632\u0621 \u0645\u0646 {startingKey}\u062C\u0627 \u0625\u0644\u0649 \u0646\u0647\u0627\u064A\u0629 \u0645\u0631\u0628\u0639 \u0627\u0644\u0625\u062F\u062E\u0627\u0644.",inputStartingTriggerKeyDescriptionForNoneKey:"\u062A\u0645 \u0636\u0628\u0637\u0647 \u062D\u0627\u0644\u064A\u064B\u0627 \u0628\u062D\u064A\u062B \u0644\u0627 \u064A\u062A\u0637\u0644\u0628 \u0623\u064A \u0628\u0627\u062F\u0626\u0629\u060C \u0648\u0628\u0639\u0636 \u0648\u0638\u0627\u0626\u0641 \u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0646\u0635 \u0641\u064A \u0645\u0631\u0628\u0639 \u0627\u0644\u0625\u062F\u062E\u0627\u0644 \u063A\u064A\u0631 \u0645\u062A\u0627\u062D\u0629 \u0645\u0624\u0642\u062A\u064B\u0627.",inputTrailingTriggerKeyTitle:"\u062D\u062F\u062F \u062D\u0631\u0641 \u0627\u0644\u0645\u0634\u063A\u0644 \u0627\u0644\u0630\u064A \u064A\u0646\u0647\u064A \u0627\u0644\u0625\u062F\u062E\u0627\u0644",inputTrailingTriggerKeyDescription:"\u0633\u064A\u0624\u062F\u064A \u0627\u0644\u0636\u063A\u0637 \u0639\u0644\u0649{trailingKey} 3 \u0645\u0631\u0627\u062A \u0641\u064A \u062A\u062A\u0627\u0628\u0639 \u0633\u0631\u064A\u0639 \u0625\u0644\u0649 \u0628\u062F\u0621 \u0627\u0644\u062A\u0631\u062C\u0645\u0629",inputTrailingTriggerKeyTimeout:"\u0623\u062F\u062E\u0644 \u0627\u0644\u0641\u0627\u0635\u0644 \u0627\u0644\u0632\u0645\u0646\u064A \u0628\u064A\u0646 \u0627\u0644\u0645\u0634\u063A\u0644\u0627\u062A \u0644\u0625\u0646\u0647\u0627\u0621 \u0627\u0644\u062A\u062D\u0631\u064A\u0631 \u0648\u0627\u0644\u0633\u0631\u062F.",inputTrailingTriggerKeyTimeoutDescription:"\u0642\u0645 \u0628\u062A\u0639\u064A\u064A\u0646 \u0627\u0644\u0641\u0627\u0635\u0644 \u0627\u0644\u0632\u0645\u0646\u064A (\u0645\u0644\u064A \u062B\u0627\u0646\u064A\u0629) \u0644\u0644\u0625\u062F\u062E\u0627\u0644 \u0644\u0625\u0646\u0647\u0627\u0621 \u0645\u0634\u063A\u0644 \u0627\u0644\u062A\u062D\u0631\u064A\u0631 \u0648\u0627\u0644\u0633\u0631\u062F",spaceKey:"<\u0645\u0633\u0627\u0641\u0629>",noneKey:"\u0644\u0627 \u062A\u0648\u062C\u062F \u062D\u0627\u062C\u0629 \u0625\u0644\u0649 \u0628\u0627\u062F\u0626\u0629\u060C \u0642\u0645 \u0628\u062A\u0631\u062C\u0645\u0629 \u0645\u0631\u0628\u0639 \u0627\u0644\u0646\u0635 \u0628\u0627\u0644\u0643\u0627\u0645\u0644 \u0645\u0628\u0627\u0634\u0631\u0629\u064B",inputTranslationBlockUrlsTitle:"\u0644\u0627 \u062A\u0642\u0645 \u0645\u0637\u0644\u0642\u064B\u0627 \u0628\u062A\u0645\u0643\u064A\u0646 \u062A\u062D\u0633\u064A\u0646\u0627\u062A \u062D\u0642\u0644 \u0627\u0644\u0625\u062F\u062E\u0627\u0644 \u0641\u064A \u0639\u0646\u0627\u0648\u064A\u0646 URL",inputTranslationBlockUrlsDescription:"\u0641\u064A \u0639\u0646\u0627\u0648\u064A\u0646 URL \u0627\u0644\u062A\u0627\u0644\u064A\u0629\u060C \u0644\u0646 \u064A\u0635\u0628\u062D \u062A\u062D\u0633\u064A\u0646 \u0645\u0631\u0628\u0639 \u0627\u0644\u0625\u062F\u062E\u0627\u0644 \u0633\u0627\u0631\u064A \u0627\u0644\u0645\u0641\u0639\u0648\u0644",clickToSeeQuickDemo:"\u0627\u0646\u0642\u0631 \u0644\u062A\u0648\u0633\u064A\u0639 \u0641\u064A\u062F\u064A\u0648 \u0627\u0644\u062A\u0639\u0644\u064A\u0645\u0627\u062A \u0627\u0644\u0633\u0631\u064A\u0639\u0629 \u0644\u0645\u062F\u0629 30 \u062B\u0627\u0646\u064A\u0629",inputHelperInfo:"\u0645\u0644\u0627\u062D\u0638\u0629\uFF1A: \u0644\u0642\u062F \u0642\u0645\u0646\u0627 \u0628\u062A\u062D\u0633\u064A\u0646 \u0627\u0644\u0645\u0634\u0643\u0644\u0629 \u0639\u0644\u0649 \u0648\u062C\u0647 \u0627\u0644\u062A\u062D\u062F\u064A\u062F \u062D\u064A\u062B \u062A\u062A\u062D\u0648\u0644 \u0628\u0639\u0636 \u0623\u062D\u0631\u0641 \u0627\u0644\u062A\u0634\u063A\u064A\u0644 \u0625\u0644\u0649 \u0639\u0644\u0627\u0645\u0627\u062A \u062A\u0631\u0642\u064A\u0645 \u0635\u064A\u0646\u064A\u0629 \u0636\u0645\u0646 \u0637\u0631\u064A\u0642\u0629 \u0627\u0644\u0625\u062F\u062E\u0627\u0644 \u0627\u0644\u0635\u064A\u0646\u064A\u0629. \u0639\u0644\u0649 \u0633\u0628\u064A\u0644 \u0627\u0644\u0645\u062B\u0627\u0644\u060C \u0636\u0645\u0646 \u0637\u0631\u064A\u0642\u0629 \u0627\u0644\u0625\u062F\u062E\u0627\u0644 Sogou\u060C / \u0633\u0648\u0641 \u062A\u062A\u062D\u0648\u0644 \u0625\u0644\u0649 \u062A\u0648\u0642\u0641 \u0645\u0624\u0642\u062A\u060C \u0648\u062A\u062F\u0639\u0645 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u063A\u0627\u0645\u0631\u0629 \u062C\u0645\u064A\u0639 \u0627\u0644\u0631\u0645\u0648\u0632 \u0627\u0644\u0635\u064A\u0646\u064A\u0629 \u0627\u0644\u0645\u0642\u0627\u0628\u0644\u0629 \u0644\u0640 \u0633\u064A\u062A\u0645 \u0627\u0644\u062A\u0639\u0631\u0641 \u0639\u0644\u0649 \u0623\u062D\u0631\u0641 \u0627\u0644\u062A\u0634\u063A\u064A\u0644\u060C \u0623\u064A //\u060C \u0639\u0644\u0649 \u0623\u0646\u0647\u0627 \u0623\u062D\u0631\u0641 \u062A\u0634\u063A\u064A\u0644.

\u0641\u064A \u0627\u0644\u0648\u0642\u062A \u0646\u0641\u0633\u0647\u060C \u0646\u062F\u0639\u0645 \u0623\u064A\u0636\u064B\u0627 \u0627\u0644\u0623\u0633\u0645\u0627\u0621 \u0627\u0644\u0635\u064A\u0646\u064A\u0629 \u0627\u0644\u0645\u0633\u062A\u0639\u0627\u0631\u0629 \u0644\u0631\u0645\u0648\u0632 \u0627\u0644\u0644\u063A\u0629 \u0643\u0623\u0648\u0627\u0645\u0631. \u0639\u0644\u0649 \u0633\u0628\u064A\u0644 \u0627\u0644\u0645\u062B\u0627\u0644\u060C \u0633\u062A\u062A\u0645 \u062A\u0631\u062C\u0645\u0629 /Japanese Hello World \u0625\u0644\u0649 \u0627\u0644\u064A\u0627\u0628\u0627\u0646\u064A\u0629. <1> \u0627\u0646\u0642\u0631 \u0647\u0646\u0627 \u0644\u0639\u0631\u0636 \u0643\u0627\u0641\u0629 \u0631\u0645\u0648\u0632 \u0627\u0644\u0644\u063A\u0627\u062A \u0627\u0644\u0645\u062F\u0639\u0648\u0645\u0629. .",reloadCurrentPage:"\u064A\u0631\u062C\u0649 \u062A\u062D\u062F\u064A\u062B \u0627\u0644\u0635\u0641\u062D\u0629 \u0627\u0644\u062D\u0627\u0644\u064A\u0629 \u0642\u0628\u0644 \u0628\u062F\u0621 \u0627\u0644\u062A\u0631\u062C\u0645\u0629",noLocalFilePermissionForPDF:"\u0644\u064A\u0633 \u0644\u062F\u064A\u0646\u0627 \u062D\u0627\u0644\u064A\u064B\u0627 \u0625\u0630\u0646 \u0628\u0642\u0631\u0627\u0621\u0629 \u0627\u0644\u0645\u0644\u0641\u0627\u062A \u0627\u0644\u0645\u062D\u0644\u064A\u0629. \u0627\u0644\u0631\u062C\u0627\u0621 \u0627\u0644\u0646\u0642\u0631 \u0641\u0648\u0642 \u0627\u0644\u0632\u0631 \u0623\u0639\u0644\u0627\u0647 \u0648\u0627\u0633\u062A\u064A\u0631\u0627\u062F \u0627\u0644\u0645\u0644\u0641\u0627\u062A \u0627\u0644\u0645\u062D\u0644\u064A\u0629.",noPermissionForThisPage:"\u26A0\uFE0F \u0644\u0627 \u064A\u0648\u062C\u062F \u0625\u0630\u0646 \u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0635\u0641\u062D\u0629 \u0627\u0644\u062D\u0627\u0644\u064A\u0629",retryAllParagraphs:"\u0623\u0639\u062F \u0645\u062D\u0627\u0648\u0644\u0629 \u0643\u0627\u0641\u0629 \u0641\u0642\u0631\u0627\u062A \u0627\u0644\u062E\u0637\u0623",retryAllButton:"\u0623\u0639\u062F \u0645\u062D\u0627\u0648\u0644\u0629 \u0643\u0627\u0641\u0629 \u0641\u0642\u0631\u0627\u062A \u0627\u0644\u062E\u0637\u0623",errorTooltipTitle:"\u0627\u0646\u0642\u0631 \u0644\u0639\u0631\u0636 \u0633\u0628\u0628 \u0627\u0644\u062E\u0637\u0623",errorModalTitle:"\u064A\u0628\u062F\u0648 \u0623\u0646 \u0647\u0646\u0627\u0643 \u062E\u0637\u0623 \u0645\u0627 \u0641\u064A \u062E\u062F\u0645\u0629 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0623\u0648 \u0627\u0644\u0634\u0628\u0643\u0629...",disableConfirm:"\u0625\u0639\u062F\u0627\u062F\u0627\u062A \u062A\u0639\u0632\u064A\u0632 \u0627\u0644\u0645\u0639\u0644\u0648\u0645\u0627\u062A \u062B\u0646\u0627\u0626\u064A\u0629 \u0627\u0644\u0644\u063A\u0629",disableOnce:"\u0645\u0639\u0637\u0644\u0629 \u0647\u0630\u0647 \u0627\u0644\u0645\u0631\u0629",disableGlobal:"\u062A\u0639\u0637\u064A\u0644 \u062F\u0627\u0626\u0645",disableTint:"* \u064A\u0645\u0643\u0646\u0643 \u0625\u0639\u0627\u062F\u0629 \u062A\u0645\u0643\u064A\u0646\u0647 \u0641\u064A {option}.",searchEnhancementNotes:"\u0644\u0642\u062F \u0648\u062C\u062F\u0646\u0627 \u0623\u0646 \u0646\u062A\u0627\u0626\u062C \u0627\u0644\u0623\u062E\u0628\u0627\u0631 \u0644\u0644\u0643\u0644\u0645\u0627\u062A \u0627\u0644\u0631\u0626\u064A\u0633\u064A\u0629 \u0627\u0644\u0635\u064A\u0646\u064A\u0629 \u0648\u0627\u0644\u0643\u0644\u0645\u0627\u062A \u0627\u0644\u0631\u0626\u064A\u0633\u064A\u0629 \u0627\u0644\u0625\u0646\u062C\u0644\u064A\u0632\u064A\u0629 \u0645\u062E\u062A\u0644\u0641\u0629 \u062A\u0645\u0627\u0645\u064B\u0627. \u0628\u0639\u062F \u062A\u0645\u0643\u064A\u0646 \u0648\u0638\u064A\u0641\u0629 \u062A\u062D\u0633\u064A\u0646 \u0627\u0644\u0645\u0639\u0644\u0648\u0645\u0627\u062A \u062B\u0646\u0627\u0626\u064A\u0629 \u0627\u0644\u0644\u063A\u0629 \u0644\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u063A\u0627\u0645\u0631\u0629\u060C \u0633\u0646\u0628\u062D\u062B \u0641\u064A \u0645\u0648\u0627\u0642\u0639 \u0627\u0644\u0648\u064A\u0628 \u0627\u0644\u0645\u062F\u0639\u0648\u0645\u0629 (\u0623\u062E\u0628\u0627\u0631 Google\u060C \u0628\u062D\u062B Google (\u0628\u0639\u0636 \u0627\u0644\u0643\u0644\u0645\u0627\u062A \u0627\u0644\u0631\u0626\u064A\u0633\u064A\u0629)\u060C Snowball\u060C Oriental Fortune Network\u060C Futu \u060C Tiger) \u064A\u0628\u062D\u062B \u062A\u0644\u0642\u0627\u0626\u064A\u064B\u0627 \u0639\u0646 \u0646\u0641\u0633 \u0627\u0644\u0643\u0644\u0645\u0627\u062A \u0627\u0644\u0631\u0626\u064A\u0633\u064A\u0629 \u0628\u0627\u0644\u0644\u063A\u0629 \u0627\u0644\u0625\u0646\u062C\u0644\u064A\u0632\u064A\u0629 \u0648\u064A\u0639\u0631\u0636\u0647\u0627 \u0639\u0644\u0649 \u0627\u0644\u064A\u0645\u064A\u0646. \u0625\u0630\u0627 \u0644\u0645 \u062A\u0643\u0646 \u0628\u062D\u0627\u062C\u0629 \u0625\u0644\u0649 \u0647\u0630\u0647 \u0627\u0644\u0645\u064A\u0632\u0629\u060C \u0641\u064A\u0645\u0643\u0646\u0643 \u0627\u062E\u062A\u064A\u0627\u0631 \u062A\u0639\u0637\u064A\u0644\u0647\u0627.",option:"\u064A\u062B\u0628\u062A",saveSettings:"\u0627\u062D\u0641\u0638 \u0627\u0644\u062A\u063A\u064A\u064A\u0631\u0627\u062A",closeModal:"\u0623\u063A\u0644\u0642 \u0627\u0644\u0646\u0627\u0641\u0630\u0629",enableInputTranslationWithoutTriggerKeyTitle:"\u062A\u0645\u0643\u064A\u0646 \u0627\u0644\u062A\u062D\u0631\u064A\u0631 \u0648\u0627\u0644\u0633\u0631\u062F \u0627\u0644\u0633\u0631\u064A\u0639 3 \u0645\u0631\u0627\u062A{trailingKey}\u060C \u0648\u062A\u0631\u062C\u0645\u0629 \u0645\u0631\u0628\u0639 \u0627\u0644\u0625\u062F\u062E\u0627\u0644 \u0628\u0623\u0643\u0645\u0644\u0647 \u0645\u0628\u0627\u0634\u0631\u0629 \u0625\u0644\u0649{inputTargetLanguage}",enableInputTranslationWithoutTriggerKeyDescription:"\u0625\u0630\u0627 \u0643\u0646\u062A \u0628\u062D\u0627\u062C\u0629 \u0625\u0644\u0649 \u062A\u062D\u062F\u064A\u062F \u0627\u0644\u0644\u063A\u0629 \u0627\u0644\u0645\u0633\u062A\u0647\u062F\u0641\u0629\u060C \u0641\u064A\u0631\u062C\u0649 \u0625\u0636\u0627\u0641\u0629 \u0631\u0645\u0632 \u0627\u0644\u0644\u063A\u0629 \u0641\u064A \u0627\u0644\u0645\u0642\u062F\u0645\u0629\u060C \u0645\u062B\u0644\uFF1Aja Hello World",mouseHoverShortcutPlaceholder:"\u0645\u062B\u0644\uFF1A\u0627\u0644\u062A\u062D\u0648\u0644",deepLProName:"\u0639\u0636\u0648 \u0645\u062D\u062A\u0631\u0641 \u0641\u064A \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0634\u0627\u0645\u0644\u0629 (\u0645\u0633\u062A\u062D\u0633\u0646)",deepLProDescription:"\u064A\u0645\u0643\u0646 \u0627\u0633\u062A\u062E\u062F\u0627\u0645 \u0627\u0644\u062D\u0632\u0645\u0629 \u0627\u0644\u062D\u0627\u0644\u064A\u0629 \u0645\u0628\u0627\u0634\u0631\u0629",deeplProDescriptionForNormal:"\u0644\u0627 \u062A\u0648\u062C\u062F \u0625\u0639\u062F\u0627\u062F\u0627\u062A \u0645\u0637\u0644\u0648\u0628\u0629. \u064A\u0645\u0643\u0646\u0643 \u0627\u0633\u062A\u062E\u062F\u0627\u0645\u0647\u0627 \u0628\u0639\u062F \u062A\u0633\u062C\u064A\u0644 \u0627\u0644\u062F\u062E\u0648\u0644 \u0643\u0639\u0636\u0648. <1> \u0627\u0646\u0642\u0631 \u0647\u0646\u0627 \u0644\u0644\u062A\u0631\u0642\u064A\u0629 \u0625\u0644\u0649 \u0639\u0636\u0648.",deepLCustomDescription:"\u0623\u0646\u062A \u0628\u062D\u0627\u062C\u0629 \u0625\u0644\u0649 \u0628\u0637\u0627\u0642\u0629 \u0627\u0626\u062A\u0645\u0627\u0646 \u0623\u062C\u0646\u0628\u064A\u0629\u060C \u0627\u0646\u062A\u0642\u0644 \u0625\u0644\u0649 <1>DeepL \u062A\u0645 \u0641\u062A\u062D\u0647 \u0631\u0633\u0645\u064A\u064B\u0627\u060C \u0627\u0646\u0642\u0631 \u0644\u0639\u0631\u0636 \u0627\u0644\u0645\u0633\u062A\u0646\u062F\u0627\u062A <2>",deepLCustomName:"\u0645\u0641\u062A\u0627\u062D \u0627\u0644\u0645\u0635\u0627\u062F\u0642\u0629 \u0627\u0644\u0645\u062E\u0635\u0635",chooseProviderLabel:"\u0627\u062E\u062A\u0631 \u0645\u0632\u0648\u062F \u0627\u0644\u062E\u062F\u0645\u0629",openaiProName:"\u0639\u0636\u0648 \u0645\u062D\u062A\u0631\u0641 \u0641\u064A \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0634\u0627\u0645\u0644\u0629 (\u0645\u0633\u062A\u062D\u0633\u0646)",openaiProDescription:"\u064A\u0645\u0643\u0646 \u0627\u0633\u062A\u062E\u062F\u0627\u0645 \u0627\u0644\u062D\u0632\u0645\u0629 \u0627\u0644\u062D\u0627\u0644\u064A\u0629 \u0645\u0628\u0627\u0634\u0631\u0629",openaiProDescriptionForNormal:"\u0644\u0627 \u062A\u0648\u062C\u062F \u0625\u0639\u062F\u0627\u062F\u0627\u062A \u0645\u0637\u0644\u0648\u0628\u0629. \u064A\u0645\u0643\u0646\u0643 \u0627\u0633\u062A\u062E\u062F\u0627\u0645\u0647\u0627 \u0628\u0639\u062F \u062A\u0633\u062C\u064A\u0644 \u0627\u0644\u062F\u062E\u0648\u0644 \u0643\u0639\u0636\u0648. <1> \u0627\u0646\u0642\u0631 \u0647\u0646\u0627 \u0644\u0644\u062A\u0631\u0642\u064A\u0629 \u0625\u0644\u0649 \u0639\u0636\u0648.",openaiCustomDescription:"\u064A\u0645\u0643\u0646 \u0627\u0644\u062D\u0635\u0648\u0644 \u0639\u0644\u064A\u0647 \u0645\u0646 OpenAI \u0623\u0648 Azure OpenAI \u0623\u0648 \u062E\u062F\u0645\u0627\u062A \u0623\u062E\u0631\u0649 \u062A\u0627\u0628\u0639\u0629 \u0644\u062C\u0647\u0627\u062A \u062E\u0627\u0631\u062C\u064A\u0629.<1> \u0627\u0646\u0642\u0631 \u0647\u0646\u0627 \u0644\u0639\u0631\u0636 \u0627\u0644\u0645\u0633\u062A\u0646\u062F.",openaiCustomName:"\u0645\u0641\u062A\u0627\u062D \u0648\u0627\u062C\u0647\u0629 \u0628\u0631\u0645\u062C\u0629 \u0627\u0644\u062A\u0637\u0628\u064A\u0642\u0627\u062A \u0627\u0644\u0645\u062E\u0635\u0635",needLoginAction:"(\u0623\u062F\u062E\u0644 \u0627\u0644\u0639\u0636\u0648\u064A\u0629 \u0623\u0648 \u0627\u0644\u062A\u062E\u0635\u064A\u0635)",goLoginOrAction:"(\u0623\u062F\u062E\u0644 \u0627\u0644\u0639\u0636\u0648\u064A\u0629 \u0623\u0648 \u0627\u0630\u0647\u0628 \u0625\u0644\u0649 \u0627\u0644\u0625\u0639\u062F\u0627\u062F\u0627\u062A)",yearly:"\u0627\u0644\u0627\u0634\u062A\u0631\u0627\u0643 \u0627\u0644\u0633\u0646\u0648\u064A \u0627\u0644\u0645\u0633\u062A\u0645\u0631",quarterly:"\u0645\u0648\u0627\u0633\u0645 \u0645\u062A\u062A\u0627\u0644\u064A\u0629",monthly:"\u0627\u0634\u062A\u0631\u0627\u0643 \u0634\u0647\u0631\u064A \u0645\u0633\u062A\u0645\u0631",yearlyForOnce:"\u0627\u0644\u0628\u0627\u0642\u0629 \u0627\u0644\u0633\u0646\u0648\u064A\u0629 \u0644\u0645\u0631\u0629 \u0648\u0627\u062D\u062F\u0629",monthlyForOnce:"\u0628\u0627\u0642\u0629 \u0634\u0647\u0631\u064A\u0629 \u0644\u0645\u0631\u0629 \u0648\u0627\u062D\u062F\u0629",daily:"\u0623\u064A\u0627\u0645 \u0645\u062A\u062A\u0627\u0644\u064A\u0629",year:"\u0627\u0644\u0627\u0634\u062A\u0631\u0627\u0643 \u0627\u0644\u0633\u0646\u0648\u064A \u0627\u0644\u0645\u0633\u062A\u0645\u0631",quarter:"\u0645\u0648\u0627\u0633\u0645 \u0645\u062A\u062A\u0627\u0644\u064A\u0629",month:"\u0627\u0634\u062A\u0631\u0627\u0643 \u0634\u0647\u0631\u064A \u0645\u0633\u062A\u0645\u0631",day:"\u0623\u064A\u0627\u0645 \u0645\u062A\u062A\u0627\u0644\u064A\u0629",onetime_7day:"\u062D\u0632\u0645\u0629 \u062A\u062C\u0631\u064A\u0628\u064A\u0629 \u0644\u0645\u062F\u0629 7 \u0623\u064A\u0627\u0645",currentPlanDescriptionForFree:"\u0627\u0644\u062D\u0632\u0645\u0629 \u0627\u0644\u062D\u0627\u0644\u064A\u0629\uFF1A\u0645\u062C\u0627\u0646\u064A\u0629",currentPlanDescriptionForContinuous:"\u0627\u0644\u0628\u0627\u0642\u0629 \u0627\u0644\u062D\u0627\u0644\u064A\u0629\uFF1A{plan}\u062A\u062C\u062F\u064A\u062F\u0647\u0627 \u062A\u0644\u0642\u0627\u0626\u064A\u0627 \u0641\u064A {endAt}",currentPlanDescriptionForAutoRenewCaceling:"\u0627\u0644\u0628\u0627\u0642\u0629 \u0627\u0644\u062D\u0627\u0644\u064A\u0629\uFF1A{plan}\u0648\u0633\u062A\u0646\u062A\u0647\u064A \u0641\u064A {endAt} \u0648\u0644\u0646 \u064A\u062A\u0645 \u062A\u062C\u062F\u064A\u062F\u0647\u0627 \u062A\u0644\u0642\u0627\u0626\u064A\u064B\u0627 \u0628\u0639\u062F \u0627\u0646\u062A\u0647\u0627\u0621 \u0627\u0644\u0635\u0644\u0627\u062D\u064A\u0629.",currentYearlyPlanDescriptionForAutoRenewCacelingWithRealPaiedUser:"\u0633\u062A\u0646\u062A\u0647\u064A \u0635\u0644\u0627\u062D\u064A\u0629 \u0627\u0644\u062D\u0632\u0645\u0629 \u0627\u0644\u062D\u0627\u0644\u064A\u0629\uFF1A{plan}\u0641\u064A {endAt} \u0648\u0644\u0646 \u064A\u062A\u0645 \u062A\u062C\u062F\u064A\u062F\u0647\u0627 \u062A\u0644\u0642\u0627\u0626\u064A\u064B\u0627 \u0628\u0639\u062F \u0627\u0646\u062A\u0647\u0627\u0621 \u0627\u0644\u0635\u0644\u0627\u062D\u064A\u0629.
<1>\u0627\u0646\u0642\u0631 \u0647\u0646\u0627 \u0644\u0625\u062F\u0627\u0631\u0629 \u062E\u0637\u0637 \u0627\u0644\u062A\u062C\u062F\u064A\u062F",currentYearlyPlanDescriptionForAutoRenewCacelingWithAdmin:"\u0633\u062A\u0646\u062A\u0647\u064A \u0635\u0644\u0627\u062D\u064A\u0629 \u0627\u0644\u062D\u0632\u0645\u0629 \u0627\u0644\u062D\u0627\u0644\u064A\u0629\uFF1A{plan}\u0641\u064A {endAt} \u0648\u0644\u0646 \u064A\u062A\u0645 \u062A\u062C\u062F\u064A\u062F\u0647\u0627 \u062A\u0644\u0642\u0627\u0626\u064A\u064B\u0627 \u0628\u0639\u062F \u0627\u0646\u062A\u0647\u0627\u0621 \u0627\u0644\u0635\u0644\u0627\u062D\u064A\u0629.
<1>\u0627\u0636\u063A\u0637 \u0647\u0646\u0627 \u0644\u062A\u0641\u0639\u064A\u0644 \u0627\u0644\u0627\u0634\u062A\u0631\u0627\u0643 \u0627\u0644\u0633\u0646\u0648\u064A \u0627\u0644\u0645\u0633\u062A\u0645\u0631",currentPlanDescriptionForOneTime:"\u0627\u0644\u062D\u0632\u0645\u0629 \u0627\u0644\u062D\u0627\u0644\u064A\u0629\uFF1A{plan}\u0648\u0633\u062A\u0646\u062A\u0647\u064A \u0641\u064A {endAt} <1> \u0627\u0646\u0642\u0631 \u0647\u0646\u0627 \u0644\u0644\u062A\u0631\u0642\u064A\u0629 \u0625\u0644\u0649 \u0627\u0644\u0631\u0633\u0648\u0645 \u0627\u0644\u0633\u0646\u0648\u064A\u0629 \u0623\u0648 <2> \u0631\u0633\u0648\u0645 \u0634\u0647\u0631\u064A\u0629 \u0639\u0636\u0648",upgradePlan:"\u0627\u0646\u0642\u0631 \u0647\u0646\u0627 \u0644\u0644\u062A\u0631\u0642\u064A\u0629 \u0625\u0644\u0649 \u0639\u0636\u0648\u064A\u0629 Pro",upgradeToPro:"\u0627\u0644\u062A\u0631\u0642\u064A\u0629 \u0625\u0644\u0649 \u0639\u0636\u0648\u064A\u0629 \u0628\u0631\u0648","popup.openPro":"\u0628\u0639\u062F \u0627\u0644\u062A\u0631\u0642\u064A\u0629 \u0625\u0644\u0649 \u0639\u0636\u0648\u064A\u0629 Pro\u060C \u064A\u0645\u0643\u0646\u0643 \u0627\u0644\u0627\u0633\u062A\u0645\u062A\u0627\u0639 \u0628\u062A\u0631\u062C\u0645\u0629 DeepL \u0648OpenAI\u060C \u0627\u0646\u0642\u0631 \u0647\u0646\u0627 \u0644\u0644\u062A\u0631\u0642\u064A\u0629","popup.openProForPro":"\u0623\u0646\u062A \u0639\u0636\u0648 \u0645\u062D\u062A\u0631\u0641 \u0648\u064A\u0645\u0643\u0646\u0643 \u0627\u0633\u062A\u062E\u062F\u0627\u0645 \u062A\u0631\u062C\u0645\u0629 DeepL \u0648OpenAI \u0645\u0628\u0627\u0634\u0631\u0629",currentAccount:"\u0627\u0644\u062D\u0633\u0627\u0628 \u0627\u0644\u062D\u0627\u0644\u064A",enableAutoSyncUserSettings:"\u062A\u0645\u0643\u064A\u0646 \u0627\u0644\u0645\u0632\u0627\u0645\u0646\u0629 \u0627\u0644\u0633\u062D\u0627\u0628\u064A\u0629 \u0627\u0644\u062A\u0644\u0642\u0627\u0626\u064A\u0629 \u0639\u0628\u0631 \u0623\u062C\u0647\u0632\u0629 \u0645\u062A\u0639\u062F\u062F\u0629",modalEnableInputTranslationTitle:"\u0646\u0635\u0627\u0626\u062D \u062A\u0631\u062C\u0645\u0629 \u0645\u0631\u0628\u0639 \u0625\u062F\u062E\u0627\u0644 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u063A\u0627\u0645\u0631\u0629",modalEnableInputTranslationDesc:"\u0644\u0642\u062F \u0642\u0645\u062A \u0644\u0644\u062A\u0648 \u0628\u062A\u0634\u063A\u064A\u0644 \u062A\u0631\u062C\u0645\u0629 \u0645\u0631\u0628\u0639 \u0627\u0644\u0625\u062F\u062E\u0627\u0644 \u0644\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0634\u0627\u0645\u0644\u0629 \u0639\u0646 \u0637\u0631\u064A\u0642 \u0627\u0644\u0636\u063A\u0637 \u0639\u0644\u0649 \u0634\u0631\u064A\u0637 \u0627\u0644\u0645\u0633\u0627\u0641\u0629 \u062B\u0644\u0627\u062B \u0645\u0631\u0627\u062A \u0641\u064A \u062A\u062A\u0627\u0628\u0639 \u0633\u0631\u064A\u0639\u060C \u0648\u0633\u064A\u062A\u0645 \u062A\u0631\u062C\u0645\u0629 \u0645\u062D\u062A\u0648\u0649 \u0645\u0631\u0628\u0639 \u0627\u0644\u0625\u062F\u062E\u0627\u0644 \u0625\u0644\u0649 \u0627\u0644\u0644\u063A\u0629 \u0627\u0644\u0647\u062F\u0641 \u0627\u0644\u0627\u0641\u062A\u0631\u0627\u0636\u064A\u0629. \u064A\u0645\u0643\u0646 \u0627\u0644\u062A\u0631\u0627\u062C\u0639 \u0639\u0646 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0639\u0628\u0631 Ctrl+Z.

\u0625\u0630\u0627 \u0643\u0627\u0646 \u0647\u0630\u0627 \u062E\u0637\u0623\u060C \u0641\u0644\u0627 \u062A\u0642\u0644\u0642\u060C \u064A\u0645\u0643\u0646\u0643 \u0627\u062E\u062A\u064A\u0627\u0631 \u062A\u0639\u0637\u064A\u0644\u0647 \u0647\u0630\u0647 \u0627\u0644\u0645\u0631\u0629\u060C \u0623\u0648 \u062A\u0639\u0637\u064A\u0644 \u062A\u0631\u062C\u0645\u0629 \u0645\u0631\u0628\u0639 \u0627\u0644\u0625\u062F\u062E\u0627\u0644 \u0628\u0634\u0643\u0644 \u062F\u0627\u0626\u0645.",saveAndNotShowAgain:"\u0627\u062D\u0641\u0638 \u0648\u0644\u0627 \u062A\u0637\u0627\u0644\u0628 \u0645\u0631\u0629 \u0623\u062E\u0631\u0649",disableInputTranslationTips:"* \u064A\u0645\u0643\u0646\u0643 \u0623\u064A\u0636\u064B\u0627 \u0636\u0628\u0637 \u0645\u0641\u0627\u062A\u064A\u062D \u0627\u0644\u0627\u062E\u062A\u0635\u0627\u0631 \u0627\u0644\u0623\u062E\u0631\u0649 \u0644\u062A\u0634\u063A\u064A\u0644\u0647\u0627 \u0641\u064A {option} \u060C{learnMore}.",learnMore:"\u0627\u0646\u0642\u0631 \u0647\u0646\u0627 \u0644\u0645\u0639\u0631\u0641\u0629 \u0627\u0644\u0645\u0632\u064A\u062F",continueEnalbeInputTranslation:"\u0627\u0633\u062A\u0645\u0631 \u0641\u064A \u062A\u0645\u0643\u064A\u0646 \u062A\u0631\u062C\u0645\u0629 \u0645\u0631\u0628\u0639 \u0627\u0644\u0625\u062F\u062E\u0627\u0644",autoRenewTrialSuffix:'(\u0623\u062B\u0646\u0627\u0621 \u0627\u0644\u0641\u062A\u0631\u0629 \u0627\u0644\u062A\u062C\u0631\u064A\u0628\u064A\u0629\u060C \u0633\u064A\u062A\u0645 \u062A\u0631\u0642\u064A\u0629\u0639\u0644\u0649 \u0627\u0644\u0641\u0648\u0631 \u0625\u0644\u0649\u0631\u0633\u0645\u064A1 )',upgradeFromTrialTitle:"\u0627\u0644\u062A\u0631\u0642\u064A\u0629 \u0625\u0644\u0649 \u0639\u0636\u0648 \u0631\u0633\u0645\u064A",subtitle:"\u062A\u0631\u062C\u0645\u0627\u062A \u0627\u0644\u0641\u064A\u062F\u064A\u0648",youtubeService:"\u062E\u062F\u0645\u0629 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u063A\u0627\u0645\u0631\u0629 \u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0641\u064A\u062F\u064A\u0648","subtitle.disabledSubtitle":"\u062A\u0639\u0637\u064A\u0644 \u062A\u0631\u062C\u0645\u0627\u062A \u0627\u0644\u0641\u064A\u062F\u064A\u0648 \u0628\u0634\u0643\u0644 \u062F\u0627\u0626\u0645","subtitle.disabledSubtitleDescription":"\u0625\u0630\u0627 \u0643\u0627\u0646\u062A \u062A\u0631\u062C\u0645\u0627\u062A \u0627\u0644\u0641\u064A\u062F\u064A\u0648 \u0627\u0644\u062E\u0627\u0635\u0629 \u0628\u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0634\u0627\u0645\u0644\u0629 \u062A\u062A\u0639\u0627\u0631\u0636 \u0645\u0639 \u0645\u0644\u062D\u0642\u0627\u062A \u0623\u062E\u0631\u0649\u060C \u0641\u064A\u0645\u0643\u0646\u0643 \u0627\u062E\u062A\u064A\u0627\u0631 \u062A\u0639\u0637\u064A\u0644 \u0648\u0638\u064A\u0641\u0629 \u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0641\u064A\u062F\u064A\u0648 \u0627\u0644\u062E\u0627\u0635\u0629 \u0628\u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0634\u0627\u0645\u0644\u0629 \u0628\u0634\u0643\u0644 \u062F\u0627\u0626\u0645 \u0623\u0648 \u0625\u0644\u063A\u0627\u0621 \u062A\u062B\u0628\u064A\u062A \u0627\u0644\u0645\u0644\u062D\u0642\u0627\u062A \u0627\u0644\u0645\u062A\u0639\u0627\u0631\u0636\u0629 \u0627\u0644\u0623\u062E\u0631\u0649.","subtitle.autoEnableSubtitle":"\u0627\u0633\u062A\u062E\u062F\u0645 \u0627\u0644\u062A\u0631\u062C\u0645\u0627\u062A \u062B\u0646\u0627\u0626\u064A\u0629 \u0627\u0644\u0644\u063A\u0629 \u062A\u0644\u0642\u0627\u0626\u064A\u064B\u0627","subtitle.autoEnableSubtitleDescription":"\u0628\u0639\u062F \u0627\u0644\u062A\u0641\u0639\u064A\u0644\u060C \u0639\u0646\u062F \u062A\u0634\u063A\u064A\u0644 \u0627\u0644\u0641\u064A\u062F\u064A\u0648\u060C \u0633\u064A\u062A\u0645 \u0639\u0631\u0636 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u062B\u0646\u0627\u0626\u064A\u0629 \u062A\u0644\u0642\u0627\u0626\u064A\u064B\u0627\u060C \u0648\u0625\u0644\u0627 \u0633\u064A\u062A\u0639\u064A\u0646 \u0627\u0644\u0646\u0642\u0631 \u0639\u0644\u0649 \u0632\u0631 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0644\u0644\u0639\u0631\u0636.","subtitle.preTranslation":"\u0627\u0633\u062A\u062E\u062F\u0645 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0634\u0627\u0645\u0644\u0629 \u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u062A\u0631\u062C\u0645\u0627\u062A","subtitle.preTranslationDescription":"\u0628\u0639\u062F \u062A\u0641\u0639\u064A\u0644\u0647\u0627\u060C \u0633\u062A\u0639\u0637\u0649 \u0627\u0644\u0623\u0648\u0644\u0648\u064A\u0629 \u0644\u0627\u0633\u062A\u062E\u062F\u0627\u0645 \u062E\u062F\u0645\u0629 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0645\u062D\u062F\u062F\u0629 \u0623\u062F\u0646\u0627\u0647 \u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0628\u0627\u0644\u0643\u0627\u0645\u0644 \u0645\u0642\u062F\u0645\u064B\u0627. \u064A\u0633\u062A\u0647\u0644\u0643 \u0645\u0642\u0637\u0639 \u0641\u064A\u062F\u064A\u0648 \u0645\u062F\u062A\u0647 \u0633\u0627\u0639\u0629 \u0648\u0627\u062D\u062F\u0629 \u0645\u0627 \u064A\u0642\u0631\u0628 \u0645\u0646 50000 \u0631\u0645\u0632\u064B\u0627 \u0623\u0648 \u062D\u0631\u0641\u064B\u0627\u060C \u0644\u0630\u0627 \u064A\u0631\u062C\u0649 \u0627\u0633\u062A\u062E\u062F\u0627\u0645\u0647\u0627 \u0628\u0627\u0644\u0634\u0643\u0644 \u0627\u0644\u0645\u0646\u0627\u0633\u0628\u061B \u0628\u0639\u062F \u0627\u0644\u062A\u0639\u0637\u064A\u0644\u060C \u0633\u062A\u0639\u0637\u0649 \u0627\u0644\u0623\u0648\u0644\u0648\u064A\u0629 \u0644\u0627\u0633\u062A\u062E\u062F\u0627\u0645 \u0627\u0644\u062A\u0631\u062C\u0645\u0627\u062A \u0627\u0644\u0645\u062A\u0631\u062C\u0645\u0629 \u0622\u0644\u064A\u064B\u0627 \u0648\u0627\u0644\u062A\u064A \u062A\u0623\u062A\u064A \u0645\u0639 \u0627\u0644\u0641\u064A\u062F\u064A\u0648 \u0627\u0644\u0623\u0635\u0644\u064A.","subtitle.humanSubtitlesPreferred":"\u0625\u0639\u0637\u0627\u0621 \u0627\u0644\u0623\u0648\u0644\u0648\u064A\u0629 \u0644\u0627\u0633\u062A\u062E\u062F\u0627\u0645 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0628\u0634\u0631\u064A\u0629","subtitle.humanSubtitlesPreferredDescription":"\u0639\u0646\u062F\u0645\u0627 \u064A\u062D\u062A\u0648\u064A \u0645\u0642\u0637\u0639 \u0641\u064A\u062F\u064A\u0648 \u0639\u0644\u0649 \u062A\u0631\u062C\u0645\u0627\u062A \u064A\u062F\u0648\u064A\u0629 \u0628\u0627\u0644\u0644\u063A\u0629 \u0627\u0644\u0647\u062F\u0641\u060C \u0627\u0633\u062A\u062E\u062F\u0645 \u0627\u0644\u062A\u0631\u062C\u0645\u0627\u062A \u0627\u0644\u064A\u062F\u0648\u064A\u0629 \u0623\u0648\u0644\u0627\u064B (\u0645\u0648\u0635\u0649 \u0628\u0647)",videoSubtitleTranslationDescription:"\u062A\u062E\u0635\u064A\u0635 \u062E\u062F\u0645\u0629 \u062A\u0631\u062C\u0645\u0629 \u0645\u0646\u0641\u0635\u0644\u0629 \u0644\u062A\u0631\u062C\u0645\u0627\u062A \u0627\u0644\u0641\u064A\u062F\u064A\u0648",subtitleTranslating:"\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u062A\u0631\u062C\u0645\u0627\u062A \u0628\u0627\u0633\u062A\u062E\u062F\u0627\u0645 {service} \u062E\u062F\u0645\u0629\u060C \u064A\u0631\u062C\u0649 \u0627\u0644\u0627\u0646\u062A\u0638\u0627\u0631... (\u062A\u0631\u062C\u0645\u0629 \u063A\u0627\u0645\u0631\u0629)",subtitleLoading:"\u062C\u0627\u0631\u064D \u062A\u062D\u0645\u064A\u0644 \u0627\u0644\u062A\u0631\u062C\u0645\u0629...",bilingual:"\u062B\u0646\u0627\u0626\u064A \u0627\u0644\u0644\u063A\u0629","field.action":"\u0645\u0627 \u0625\u0630\u0627 \u0643\u0627\u0646 \u0633\u064A\u062A\u0645 \u062A\u0645\u0643\u064A\u0646 \u0645\u0635\u0637\u0644\u062D\u0627\u062A \u0628\u0627\u064A\u062F\u0648","description.action":"\u0628\u0639\u062F \u0627\u0644\u062A\u0645\u0643\u064A\u0646\u060C \u0633\u062A\u062A\u0645 \u0625\u0636\u0627\u0641\u0629 \u0627\u0644\u0625\u062C\u0631\u0627\u0621 \u0627\u0644\u0645\u0639\u0644\u0645\u0629 = 1 \u0625\u0644\u0649 \u0637\u0644\u0628 \u0625\u0628\u0644\u0627\u063A Baidu \u0644\u062A\u0645\u0643\u064A\u0646 \u0627\u0644\u0645\u0635\u0637\u0644\u062D.<1> \u064A\u0631\u062C\u0649 \u0627\u0644\u0631\u062C\u0648\u0639 \u0625\u0644\u0649 \u0627\u0644\u0648\u062B\u0627\u0626\u0642 \u0627\u0644\u0631\u0633\u0645\u064A\u0629 \u0644\u0645\u0632\u064A\u062F \u0645\u0646 \u0627\u0644\u062A\u0639\u0644\u064A\u0645\u0627\u062A.",closeQuickTranslation:"\u0623\u063A\u0644\u0642 \u0627\u0644\u0643\u0631\u0629 \u0627\u0644\u0639\u0627\u0626\u0645\u0629","closeQuickTranslation.untilNext":"\u0645\u063A\u0644\u0642 \u062D\u062A\u0649 \u0627\u0644\u0632\u064A\u0627\u0631\u0629 \u0627\u0644\u0642\u0627\u062F\u0645\u0629","closeQuickTranslation.currentWebsite":"\u0627\u0644\u0645\u0648\u0642\u0639 \u0627\u0644\u062D\u0627\u0644\u064A \u0645\u0639\u0637\u0644","closeQuickTranslation.alwaysClose":"\u062A\u0639\u0637\u064A\u0644 \u062F\u0627\u0626\u0645","closeQuickTranslation.settingOpen":"(\u064A\u0645\u0643\u0646 \u0627\u0644\u0639\u062B\u0648\u0631 \u0639\u0644\u064A\u0647 \u0641\u064A \u0635\u0641\u062D\u0629 \u0627\u0644\u0625\u0639\u062F\u0627\u062F <1> \u0634\u063A\u0644\u0647)","closeQuickTranslation.cancel":"\u064A\u0644\u063A\u064A","closeQuickTranslation.confirm":"\u0628\u0627\u0644\u062A\u0623\u0643\u064A\u062F","floatBall.popup":"\u0627\u0641\u062A\u062D \u0644\u0648\u062D\u0629 \u0627\u0644\u0625\u0639\u062F\u0627\u062F\u0627\u062A \u0627\u0644\u0633\u0631\u064A\u0639\u0629","floatBall.translate":"\u0627\u0646\u0642\u0631 \u0644\u062A\u0631\u062C\u0645\u0629 \u0647\u0630\u0647 \u0627\u0644\u0635\u0641\u062D\u0629","floatBall.showOriginal":"\u0627\u0646\u0642\u0631 \u0644\u0644\u062A\u0628\u062F\u064A\u0644 \u0645\u0631\u0629 \u0623\u062E\u0631\u0649 \u0625\u0644\u0649 \u0627\u0644\u0646\u0635 \u0627\u0644\u0623\u0635\u0644\u064A","floatBall.close":"\u0623\u063A\u0644\u0642 \u0627\u0644\u0643\u0631\u0629 \u0627\u0644\u0639\u0627\u0626\u0645\u0629","floatBallOptions.enableDescPc":"\u0628\u0639\u062F \u062A\u0641\u0639\u064A\u0644 \u0627\u0644\u0643\u0631\u0629 \u0627\u0644\u0639\u0627\u0626\u0645\u0629 \u0644\u0644\u0635\u0641\u062D\u0629\u060C \u0633\u064A\u062A\u0645 \u0639\u0631\u0636 \u0632\u0631 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0633\u0631\u064A\u0639\u0629 \u0639\u0644\u0649 \u0627\u0644\u062C\u0627\u0646\u0628 \u0627\u0644\u0623\u064A\u0645\u0646 \u0645\u0646 \u0627\u0644\u0635\u0641\u062D\u0629\u060C \u0627\u0646\u0642\u0631 \u0644\u0644\u062A\u0631\u062C\u0645\u0629.","floatBallOptions.enableDesc":"\u0628\u0639\u062F \u0625\u063A\u0644\u0627\u0642 \u0627\u0644\u0643\u0631\u0629 \u0627\u0644\u0639\u0627\u0626\u0645\u0629\u060C \u064A\u0645\u0643\u0646 \u0625\u064A\u0642\u0627\u0638\u0647\u0627 \u0628\u0640{touch}. \u0644\u0645\u0646\u0639 \u0627\u0644\u0639\u062B\u0648\u0631 \u0639\u0644\u0649 \u0627\u0644\u0643\u0631\u0629 \u0627\u0644\u0639\u0627\u0626\u0645\u0629 \u0628\u0639\u062F \u0625\u064A\u0642\u0627\u0641 \u062A\u0634\u063A\u064A\u0644 \u0647\u0630\u0627 \u0627\u0644\u062E\u064A\u0627\u0631 \u0639\u0646 \u0637\u0631\u064A\u0642 \u0627\u0644\u062E\u0637\u0623\u060C \u064A\u0648\u0635\u0649 \u0628\u0634\u062F\u0629 \u0628\u0648\u0636\u0639 \u0625\u0634\u0627\u0631\u0629 \u0645\u0631\u062C\u0639\u064A\u0629 \u0639\u0644\u0649 \u0635\u0641\u062D\u0629 \u0627\u0644\u0625\u0639\u062F\u0627\u062F\u0627\u062A \u0647\u0630\u0647.","description.azureApiUrl":"\u0627\u0645\u0644\u0623 \u0639\u0646\u0648\u0627\u0646 \u0648\u0627\u062C\u0647\u0629 API \u0627\u0644\u0645\u062E\u0635\u0635\u0629",confirmSupportMouse:"\u0641\u0631\u0636 \u062F\u0639\u0645 \u0627\u0644\u0645\u0627\u0648\u0633 \u0644\u064A\u062A\u0645 \u062A\u0645\u0643\u064A\u0646\u0647",confirmSupportMouseDescription:"\u062A\u0645 \u0627\u0643\u062A\u0634\u0627\u0641 \u0623\u0646 \u0627\u0644\u0645\u062A\u0635\u0641\u062D \u0627\u0644\u062D\u0627\u0644\u064A \u0644\u0627 \u064A\u062F\u0639\u0645 \u0648\u0638\u064A\u0641\u0629 \u0627\u0644\u0645\u0627\u0648\u0633. \u0647\u0644 \u062A\u0631\u064A\u062F \u0641\u0631\u0636 \u062A\u0645\u0643\u064A\u0646 \u062F\u0639\u0645 \u0627\u0644\u0645\u0627\u0648\u0633\u061F",sampleTargetText:"\u0627\u0644\u0644\u064A\u0644 \u0627\u0644\u0637\u0648\u064A\u0644 \u0642\u0627\u062F\u0645\u060C \u0648\u0633\u0623\u0638\u0644 \u0633\u0627\u0647\u0631\u064B\u0627 \u0645\u0646 \u0627\u0644\u0622\u0646 \u0641\u0635\u0627\u0639\u062F\u064B\u0627 \u062D\u062A\u0649 \u0623\u0645\u0648\u062A. \u0644\u0646 \u0623\u062A\u062E\u0630 \u0632\u0648\u062C\u0629\u060C \u0648\u0644\u0627 \u0625\u0642\u0637\u0627\u0639\u064A\u0629\u060C \u0648\u0644\u0627 \u0623\u0637\u0641\u0627\u0644\u0627\u064B. \u0644\u0646 \u0623\u0631\u062A\u062F\u064A \u0627\u0644\u062A\u0627\u062C \u0623\u0648 \u0623\u062A\u0646\u0627\u0641\u0633 \u0639\u0644\u0649 \u0627\u0644\u0623\u0648\u0633\u0645\u0629. \u0633\u0623\u0642\u0648\u0645 \u0628\u0648\u0627\u062C\u0628\u064A \u0628\u0625\u062E\u0644\u0627\u0635\u060C \u0648\u0623\u0639\u064A\u0634 \u0648\u0623\u0645\u0648\u062A.",sampleSourceText:"Night gathers, and now my watch begins. It shall not end until my death. I shall take no wife, hold no lands, father no children. I shall wear no crowns and win no glory. I shall live and die at my post.","subtitle.supportedSites":"\u5DF2\u652F\u6301\u5728\u8FD9\u4E9B\u7F51\u7AD9\u4F7F\u7528\u53CC\u8BED\u5B57\u5E55\uFF08\u6CE8\u610F\uFF1A\u7531\u4E8E\u6280\u672F\u9650\u5236\uFF0C\u90E8\u5206\u7F51\u7AD9\u5728\u9996\u6B21\u5F00\u542F\u5B57\u5E55\u540E\u9700\u8981\u91CD\u65B0\u5237\u65B0\u9875\u9762\uFF0C\u6216\u8005\u9700\u7B49\u5F85\u7FFB\u8BD1\u5B8C\u6210\u4EE5\u663E\u793A\u53CC\u8BED\u5B57\u5E55\uFF09\uFF1A",viewWithImmersiveTranslate:"\u53CC\u8BED\u7248\u672C(\u6C89\u6D78\u5F0F\u7FFB\u8BD1)",errorReason:"\u9519\u8BEF\u539F\u56E0\uFF1A{message}","proQuotaExceededError.onetime7day":'\uFF0C\u60A8\u53EF\u4EE5\u9009\u62E9\u4EE5\u4E0B\u65B9\u5F0F\u89E3\u51B3\uFF1A

1. \u5207\u6362\u5230 {anotherService} \u6216\u5176\u4ED6\u7FFB\u8BD1\u670D\u52A1
2. \u5347\u7EA7\u4E3A\u6708\u5EA6/\u5E74\u5EA6\u4F1A\u5458',"proQuotaExceededError.trial":'\uFF0C\u60A8\u53EF\u4EE5\u9009\u62E9\u4EE5\u4E0B\u65B9\u5F0F\u89E3\u51B3\uFF1A

1. \u5207\u6362\u5230 {anotherService} \u6216\u5176\u4ED6\u7FFB\u8BD1\u670D\u52A1
2. \u7ACB\u523B\u5347\u7EA7\u4E3A\u6B63\u5F0F\u4F1A\u5458',"proQuotaExceededError.nonTrial":'\uFF0C\u60A8\u53EF\u4EE5\u9009\u62E9\u4EE5\u4E0B\u65B9\u5F0F\u89E3\u51B3\uFF1A

1. \u5207\u6362\u5230 {anotherService} \u6216\u5176\u4ED6\u7FFB\u8BD1\u670D\u52A1
2. \u8D2D\u4E70 {translationService} \u989D\u5916\u6D41\u91CF\u5305',"proQuotaExceededError.resetTime":"
3. \u989D\u5EA6\u91CD\u7F6E\u65F6\u95F4\uFF1A{resetTime}","desc.touchShortcutsToggleTranslatePageOnlyTranslation":'\u062A\u0634\u064A\u0631 "\u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0641\u0642\u0637" \u0625\u0644\u0649 \u0639\u0631\u0636 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0641\u0642\u0637\u060C \u0625\u0630\u0627 \u0644\u0645 \u064A\u062A\u0645 \u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0635\u0641\u062D\u0629 \u0627\u0644\u0625\u0644\u0643\u062A\u0631\u0648\u0646\u064A\u0629 \u0628\u0639\u062F\u060C \u0633\u064A\u062A\u0645 \u062A\u063A\u064A\u064A\u0631 \u0627\u0644\u0648\u0636\u0639 \u0648\u062A\u0631\u062C\u0645\u062A\u0647\u0627.',"desc.toggleOnlyTransation":"\u062A\u0634\u064A\u0631 \u0648\u0636\u0639\u064A\u0629 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0641\u0642\u0637 \u0625\u0644\u0649 \u0639\u0631\u0636 \u0627\u0644\u0646\u0635 \u0627\u0644\u0645\u062A\u0631\u062C\u0645 \u0641\u0642\u0637\u060C \u0625\u0630\u0627 \u0644\u0645 \u064A\u062A\u0645 \u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0635\u0641\u062D\u0629 \u0627\u0644\u0625\u0644\u0643\u062A\u0631\u0648\u0646\u064A\u0629 \u0628\u0639\u062F\u060C \u0633\u064A\u062A\u0645 \u062A\u063A\u064A\u064A\u0631 \u0627\u0644\u0648\u0636\u0639 \u0648\u062A\u0631\u062C\u0645\u062A\u0647\u0627.",touchShortcutsToggleTranslatePageOnlyTranslation:"\u062A\u0639\u064A\u064A\u0646 \u0627\u0644\u0625\u064A\u0645\u0627\u0621\u0627\u062A \u0639\u0644\u0649 \u0627\u0644\u0634\u0627\u0634\u0629 \u0644\u0644\u062A\u0628\u062F\u064A\u0644 \u0628\u064A\u0646 \u0627\u0644\u0648\u0636\u0639 \u0627\u0644\u0645\u0632\u062F\u0648\u062C / \u0627\u0644\u0648\u0636\u0639 \u0627\u0644\u0646\u0635\u064A \u0641\u0642\u0637",download_started:"\u0628\u062F\u0623 \u0627\u0644\u062A\u0646\u0632\u064A\u0644 \u0628\u0627\u0644\u0641\u0639\u0644\u060C \u0625\u0630\u0627 \u0644\u0645 \u064A\u062A\u0645 \u0627\u0644\u062A\u0646\u0632\u064A\u0644 \u062A\u0644\u0642\u0627\u0626\u064A\u064B\u0627\u060C \u064A\u0631\u062C\u0649 \u0627\u0644\u0646\u0642\u0631 \u064A\u062F\u0648\u064A\u064B\u0627",here:"\u0647\u0646\u0627","desc.toggleVideoSubtitlePreTranslation":"\u0628\u0639\u062F \u0627\u0644\u0636\u063A\u0637\u060C \u0633\u062A\u0633\u062A\u062E\u062F\u0645 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u063A\u0627\u0645\u0631\u0629 \u0644\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u062B\u0646\u0627\u0626\u064A\u0629 \u0644\u0644\u0641\u064A\u062F\u064A\u0648 \u0628\u0634\u0643\u0644 \u0623\u0648\u0644\u0648\u064A\u060C \u0648\u0628\u0627\u0644\u0636\u063A\u0637 \u0645\u0631\u0629 \u0623\u062E\u0631\u0649\u060C \u0633\u062A\u0633\u062A\u062E\u062F\u0645 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0622\u0644\u064A\u0629 \u0627\u0644\u0645\u0631\u0641\u0642\u0629 \u0628\u0627\u0644\u0641\u064A\u062F\u064A\u0648 \u0627\u0644\u0623\u0635\u0644\u064A \u0628\u0634\u0643\u0644 \u0623\u0648\u0644\u0648\u064A. \u064A\u0631\u062C\u0649 \u0645\u0644\u0627\u062D\u0638\u0629: \u0647\u0630\u0627 \u0627\u0644\u0627\u062E\u062A\u0635\u0627\u0631 \u064A\u0639\u062F\u0644 \u0627\u0644\u0625\u0639\u062F\u0627\u062F\u0627\u062A \u0627\u0644\u0639\u0627\u0645\u0629.",videoSubtitlePreTranslationOn:"\u0633\u064A\u062A\u0645 \u0627\u0633\u062A\u062E\u062F\u0627\u0645 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u063A\u0627\u0645\u0631\u0629 \u0628\u0634\u0643\u0644 \u0623\u0648\u0644\u0648\u064A \u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u062A\u0631\u062C\u0645\u0627\u062A \u0627\u0644\u0645\u0631\u0626\u064A\u0629",videoSubtitlePreTranslationOff:"\u0633\u064A\u062A\u0645 \u0627\u0633\u062A\u062E\u062F\u0627\u0645 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0622\u0644\u064A\u0629 \u0644\u0644\u062A\u0631\u062C\u0645\u0629 \u0641\u064A \u0627\u0644\u0641\u064A\u062F\u064A\u0648 \u0628\u0634\u0643\u0644 \u0623\u0648\u0644\u0648\u064A",translationFont:"\u062A\u0639\u064A\u064A\u0646 \u0627\u0644\u062E\u0637","translationFont.custom":"\u0623\u062F\u062E\u0644 \u0627\u0644\u062E\u0637 \u0627\u0644\u0645\u062E\u0635\u0635","translationFont.customPlaceholder":"\u062E\u0637 \u0627\u0644\u0643\u062A\u0627\u0628\u0629","translationFont.notSupportErrorMessage":"\u064A\u0631\u062C\u0649 \u0627\u0644\u062A\u062D\u0642\u0642 \u0645\u0646 \u0635\u062D\u0629 \u0627\u0633\u0645 \u0627\u0644\u062E\u0637 \u0627\u0644\u0630\u064A \u0623\u062F\u062E\u0644\u062A\u0647 \u060C \u0623\u0648 \u0627\u0644\u062A\u0623\u0643\u062F \u0645\u0646 \u0623\u0646 \u0627\u0644\u062E\u0637 \u0642\u062F \u062A\u0645 \u062A\u062B\u0628\u064A\u062A\u0647 \u0628\u0627\u0644\u0641\u0639\u0644 \u0639\u0644\u0649 \u062C\u0647\u0627\u0632\u0643.","touch.mouse-translate":"\u062A\u0631\u062C\u0645 \u0627\u0644\u0641\u0642\u0631\u0629 \u0627\u0644\u0645\u062D\u062F\u062F\u0629","translationServices.inherit":"\u0627\u062A\u0628\u0639 \u0627\u0644\u062E\u062F\u0645\u0629 \u0627\u0644\u0631\u0626\u064A\u0633\u064A\u0629 \u0644\u0644\u062A\u0631\u062C\u0645\u0629","error.serveConfigError":"\u062E\u0637\u0623 \u0641\u064A \u062A\u0643\u0648\u064A\u0646 \u0627\u0644\u062E\u062F\u0645\u0629","error.reloadPageOfSetting":"\u0628\u0639\u062F \u0627\u0644\u062A\u0643\u0648\u064A\u0646\u060C \u064A\u0631\u062C\u0649 \u062A\u062D\u062F\u064A\u062B \u0627\u0644\u0635\u0641\u062D\u0629 \u0648\u062A\u0631\u062C\u0645\u062A\u0647\u0627 \u0645\u0631\u0629 \u0623\u062E\u0631\u0649.","error.googleLimitIp":"\u062A\u0645 \u0625\u0631\u062C\u0627\u0639 \u062E\u0637\u0623 \u0645\u0646 \u0627\u0644\u062E\u062F\u0645\u0629 \u060C \u062E\u062F\u0645\u0629 Google \u0642\u062F \u0642\u0627\u0645\u062A \u0628\u062A\u0642\u064A\u064A\u062F \u0627\u0644\u0646\u0637\u0627\u0642 \u0627\u0644\u062E\u0627\u0635 \u0628\u0639\u0646\u0648\u0627\u0646 IP \u0647\u0630\u0627 \u060C \u0646\u0646\u0635\u062D\u0643 \u0628\u062A\u063A\u064A\u064A\u0631 \u0646\u0642\u0637\u0629 \u0627\u0644\u0634\u0628\u0643\u0629.","error.openAIFreeLimit":"\u062A\u0645 \u0625\u0631\u062C\u0627\u0639 \u062E\u0637\u0623 \u0645\u0646 \u0627\u0644\u062E\u062F\u0645\u0629\u060C \u0648\u0642\u062F \u0648\u0635\u0644\u062A \u062A\u0631\u062F\u062F \u0637\u0644\u0628\u0627\u062A \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u062D\u0627\u0644\u064A\u0629 \u0625\u0644\u0649 \u0627\u0644\u062D\u062F \u0627\u0644\u0623\u0642\u0635\u0649 \u0627\u0644\u0628\u0627\u0644\u063A 3 \u0645\u0631\u0627\u062A \u0641\u064A \u0627\u0644\u062F\u0642\u064A\u0642\u0629\u060C \u064A\u0631\u062C\u0649 \u0627\u0644\u0645\u062D\u0627\u0648\u0644\u0629 \u0645\u0631\u0629 \u0623\u062E\u0631\u0649 \u0644\u0627\u062D\u0642\u064B\u0627. (\u0647\u0630\u0627 \u0647\u0648 \u0627\u0644\u0642\u064A\u062F \u0627\u0644\u0631\u0633\u0645\u064A \u0645\u0646 OpenAI \u0644\u0645\u0641\u062A\u0627\u062D API \u0627\u0644\u0645\u062C\u0627\u0646\u064A\u060C \u0644\u0631\u0641\u0639 \u0647\u0630\u0627 \u0627\u0644\u0642\u064A\u062F\u060C \u064A\u0631\u062C\u0649 \u0631\u0628\u0637 \u0628\u0637\u0627\u0642\u0629 \u0627\u0644\u0627\u0626\u062A\u0645\u0627\u0646 \u0641\u064A \u0644\u0648\u062D\u0629 \u0627\u0644\u062A\u062D\u0643\u0645 \u0627\u0644\u062E\u0644\u0641\u064A\u0629 \u0644\u0640 OpenAI.)","error.openAIExceededQuota":"\u062A\u0645 \u0625\u0631\u062C\u0627\u0639 \u0627\u0644\u062E\u062F\u0645\u0629 \u0628\u062E\u0637\u0623: \u0631\u0635\u064A\u062F \u062D\u0633\u0627\u0628 OpenAI \u0627\u0644\u062D\u0627\u0644\u064A \u063A\u064A\u0631 \u0643\u0627\u0641\u064D \u060C \u064A\u0631\u062C\u0649 \u0625\u0639\u0627\u062F\u0629 \u0627\u0644\u0634\u062D\u0646 \u0623\u0648 \u0631\u0628\u0637 \u0628\u0637\u0627\u0642\u0629 \u0627\u0644\u0627\u0626\u062A\u0645\u0627\u0646 \u0641\u064A \u0627\u0644\u062E\u0644\u0641\u064A\u0629 \u0627\u0644\u0631\u0633\u0645\u064A\u0629 \u0644\u0640 OpenAI.","error.429":"\u062A\u0645 \u0625\u0631\u062C\u0627\u0639 \u0627\u0644\u062E\u062F\u0645\u0629 \u0628\u062E\u0637\u0623\u060C \u0645\u0645\u0627 \u064A\u0634\u064A\u0631 \u0625\u0644\u0649 \u0623\u0646 \u0627\u0644\u0637\u0644\u0628\u0627\u062A \u0643\u062B\u064A\u0631\u0629 \u062C\u062F\u064B\u0627 \u0623\u0648 \u062A\u062C\u0627\u0648\u0632\u062A \u0627\u0644\u062D\u062F \u0627\u0644\u0645\u062D\u062F\u062F\u060C \u064A\u0631\u062C\u0649 \u0627\u0644\u0645\u062D\u0627\u0648\u0644\u0629 \u0645\u0631\u0629 \u0623\u062E\u0631\u0649 \u0644\u0627\u062D\u0642\u064B\u0627.","error.403":"\u062A\u0645 \u0625\u0631\u062C\u0627\u0639 \u0627\u0644\u062E\u062F\u0645\u0629 \u0628\u062E\u0637\u0623\u060C \u0644\u064A\u0633 \u0644\u062F\u064A\u0643 \u0627\u0644\u0635\u0644\u0627\u062D\u064A\u0629 \u0627\u0644\u0645\u0624\u0642\u062A\u0629 \u0644\u0644\u0648\u0635\u0648\u0644 \u0625\u0644\u0649 \u0647\u0630\u0647 \u0627\u0644\u062E\u062F\u0645\u0629.","error.400":"\u062A\u0645 \u0625\u0631\u062C\u0627\u0639 \u062E\u0637\u0623 \u0641\u064A \u0627\u0644\u062E\u062F\u0645\u0629 \u060C \u062E\u0637\u0623 \u0641\u064A \u0645\u0639\u0644\u0645\u0627\u062A \u0627\u0644\u0637\u0644\u0628 \u060C \u064A\u0631\u062C\u0649 \u0627\u0644\u062A\u062D\u0642\u0642 \u0645\u0646 \u0627\u0644\u062A\u0643\u0648\u064A\u0646 \u0627\u0644\u0645\u0646\u0627\u0633\u0628.","error.502":"\u062A\u0645 \u0625\u0631\u062C\u0627\u0639 \u062E\u0637\u0623 \u0645\u0646 \u0627\u0644\u062E\u062F\u0645\u0629 \u060C \u062A\u062C\u0627\u0648\u0632 \u0627\u0644\u062E\u062F\u0645\u0629 \u0627\u0644\u0648\u0642\u062A \u0627\u0644\u0645\u062D\u062F\u062F \u060C \u064A\u0631\u062C\u0649 \u0627\u0644\u0645\u062D\u0627\u0648\u0644\u0629 \u0645\u0631\u0629 \u0623\u062E\u0631\u0649 \u0641\u064A \u0648\u0642\u062A \u0644\u0627\u062D\u0642.","error.proTokenInvalid":"\u0625\u0630\u0627 \u0643\u0646\u062A \u0645\u0633\u062A\u062E\u062F\u0645\u064B\u0627 \u0645\u062D\u062A\u0631\u0641\u064B\u0627 \u060C \u064A\u0631\u062C\u0649 \u062A\u0633\u062C\u064A\u0644 \u0627\u0644\u062F\u062E\u0648\u0644 \u0642\u0628\u0644 \u0627\u0633\u062A\u062E\u062F\u0627\u0645 \u062E\u062F\u0645\u0629 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0645\u062D\u062A\u0631\u0641\u0629","error.proUpgrade":"\u0628\u0639\u062F \u0627\u0644\u062A\u0631\u0642\u064A\u0629 \u060C \u064A\u0631\u062C\u0649 \u062A\u062D\u062F\u064A\u062B \u0627\u0644\u0635\u0641\u062D\u0629 \u0648\u062A\u0631\u062C\u0645\u062A\u0647\u0627 \u0645\u0631\u0629 \u0623\u062E\u0631\u0649.","error.configError":"\u062A\u0643\u0648\u064A\u0646 \u0627\u0644\u0628\u064A\u0627\u0646\u0627\u062A \u063A\u064A\u0631 \u0637\u0628\u064A\u0639\u064A","error.goReset":"\u0625\u0639\u0627\u062F\u0629 \u0627\u0644\u062A\u0639\u064A\u064A\u0646",batchEdit:"\u0627\u0644\u0639\u0645\u0644\u064A\u0627\u062A \u0627\u0644\u062C\u0645\u0627\u0639\u064A\u0629","translationModeLang.translation.title":"\u0646\u0645\u0637 \u0627\u0644\u0644\u063A\u0629 \u0627\u0644\u0646\u0635\u064A \u0641\u0642\u0637","translationModeLang.translation.description":"\u0639\u0646\u062F\u0645\u0627 \u064A\u0643\u0648\u0646 \u0644\u063A\u0629 \u0627\u0644\u0635\u0641\u062D\u0629 \u0628\u0627\u0644\u0644\u063A\u0627\u062A \u0627\u0644\u062A\u0627\u0644\u064A\u0629\u060C \u0633\u064A\u062A\u0645 \u0627\u0633\u062A\u062E\u062F\u0627\u0645 \u0648\u0636\u0639 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0641\u0642\u0637 \u062A\u0644\u0642\u0627\u0626\u064A\u064B\u0627.","translationModeUrl.translation.title":"\u0631\u0627\u0628\u0637 \u0627\u0644\u0648\u0636\u0639 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0641\u0642\u0637","translationModeUrl.translation.description":"\u0639\u0646\u062F\u0645\u0627 \u064A\u0643\u0648\u0646 \u0627\u0644\u0645\u0648\u0642\u0639 \u0627\u0644\u0625\u0644\u0643\u062A\u0631\u0648\u0646\u064A \u0644\u0644\u0646\u0637\u0627\u0642\u0627\u062A \u0627\u0644\u062A\u0627\u0644\u064A\u0629\u060C \u0633\u064A\u062A\u0645 \u0627\u0633\u062A\u062E\u062F\u0627\u0645 \u0648\u0636\u0639 \u0627\u0644\u0646\u0635 \u0627\u0644\u0645\u062A\u0631\u062C\u0645 \u0641\u0642\u0637 \u062A\u0644\u0642\u0627\u0626\u064A\u064B\u0627.","error.serveUnavailable":"\u0627\u0644\u062E\u062F\u0645\u0629 [{serverName}] \u0627\u0644\u062A\u064A \u062A\u0633\u062A\u062E\u062F\u0645\u0647\u0627 \u062D\u0627\u0644\u064A\u064B\u0627 \u063A\u064A\u0631 \u0642\u0627\u0628\u0644\u0629 \u0644\u0644\u0648\u0635\u0648\u0644 \u0645\u0624\u0642\u062A\u064B\u0627 \u0628\u0633\u0628\u0628 \u0645\u0634\u0643\u0644\u0629 \u0641\u064A \u0627\u0644\u0627\u062A\u0635\u0627\u0644 \u0628\u0627\u0644\u0634\u0628\u0643\u0629 \u0623\u0648 \u0645\u0632\u0648\u062F \u0627\u0644\u062E\u062F\u0645\u0629. \u0646\u0642\u062A\u0631\u062D \u0639\u0644\u064A\u0643 \u062A\u062D\u062F\u064A\u062B \u0627\u0644\u0635\u0641\u062D\u0629 \u0623\u0648 \u062A\u063A\u064A\u064A\u0631 \u062E\u062F\u0645\u0629 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0623\u062E\u0631\u0649 \u0645\u0646 \u062E\u0644\u0627\u0644 <1>\u0627\u0644\u0625\u0639\u062F\u0627\u062F\u0627\u062A. \u0625\u0630\u0627 \u0643\u0646\u062A \u0639\u0636\u0648\u064B\u0627 \u0641\u064A <2>Pro\u060C \u064A\u0645\u0643\u0646\u0643 \u0627\u062E\u062A\u064A\u0627\u0631 \u0627\u0633\u062A\u062E\u062F\u0627\u0645 \u062E\u062F\u0645\u0629 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 DeepL \u0623\u0648 OpenAI \u0627\u0644\u0623\u0643\u062B\u0631 \u0627\u0633\u062A\u0642\u0631\u0627\u0631\u064B\u0627 (<3>\u0627\u0646\u0642\u0631 \u0647\u0646\u0627 \u0644\u062A\u062C\u0631\u0628\u0629 \u0645\u062C\u0627\u0646\u064A\u0629). \u0628\u0627\u0644\u0625\u0636\u0627\u0641\u0629 \u0625\u0644\u0649 \u0630\u0644\u0643\u060C \u0642\u062F \u062A\u062D\u062A\u0627\u062C \u0623\u064A\u0636\u064B\u0627 \u0625\u0644\u0649 \u0627\u0644\u062A\u062D\u0642\u0642 \u0645\u0646 \u0625\u0639\u062F\u0627\u062F\u0627\u062A \u0627\u0644\u0634\u0628\u0643\u0629 \u0623\u0648 \u0627\u0644\u0648\u0643\u064A\u0644 \u0627\u0644\u062E\u0627\u0635\u0629 \u0628\u0643.",detectServiceLoading:"\u062C\u0627\u0631\u064D \u0627\u0644\u062A\u062D\u0642\u0642 \u0645\u0646 \u0627\u0644\u062E\u062F\u0645\u0627\u062A \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0645\u062A\u0627\u062D\u0629...",toggleToService:"\u0627\u0644\u062A\u0628\u062F\u064A\u0644 \u0625\u0644\u0649 {service} \u0648\u0625\u0639\u0627\u062F\u0629 \u0627\u0644\u0645\u062D\u0627\u0648\u0644\u0629","error.gemini.429":"\u0627\u0644\u062E\u062F\u0645\u0629 Gemini \u0627\u0644\u062D\u0627\u0644\u064A\u0629 \u0642\u062F \u0648\u0635\u0644\u062A \u0625\u0644\u0649 \u0627\u0644\u062D\u062F \u0627\u0644\u0623\u0642\u0635\u0649 \u0644\u0644\u0642\u062F\u0631\u0629 \u0639\u0644\u0649 \u0627\u0644\u062A\u062D\u0645\u0644\u060C \u064A\u0631\u062C\u0649 \u0627\u0644\u0645\u062D\u0627\u0648\u0644\u0629 \u0645\u0631\u0629 \u0623\u062E\u0631\u0649 \u0641\u064A \u0648\u0642\u062A \u0644\u0627\u062D\u0642\u060C \u0623\u0648 \u0627\u0644\u062A\u0628\u062F\u064A\u0644 \u0625\u0644\u0649 \u062E\u062F\u0645\u0629 \u062A\u0631\u062C\u0645\u0629 \u0623\u062E\u0631\u0649.",enableSentryReport:"\u0639\u0646\u062F \u062D\u062F\u0648\u062B \u062E\u0637\u0623 \u0641\u064A \u0627\u0644\u062A\u0648\u0633\u064A\u0639 \u060C \u0627\u0633\u062A\u062E\u062F\u0645 Sentry \u0644\u062A\u0642\u062F\u064A\u0645 \u0627\u0644\u0645\u0644\u0627\u062D\u0638\u0627\u062A","widget.translateFile":"PDF/ePub",pickAll:"\u062D\u062F\u062F \u0627\u0644\u0643\u0644",contact:"\u0627\u062A\u0635\u0644 \u0628\u0646\u0627","translationServices.gemini":"\u0627\u0644\u062C\u0645\u0646\u0627\u0632","tagsInput.add":"+ \u0625\u0636\u0627\u0641\u0629",touchShortcutsOff:"\u0625\u063A\u0644\u0627\u0642","error.retry":"\u0623\u0639\u062F \u0627\u0644\u0645\u062D\u0627\u0648\u0644\u0629","slide.left":"\u0627\u0646\u0632\u0644\u0642 \u0625\u0644\u0649 \u0627\u0644\u064A\u0645\u064A\u0646",translationOnlyMode:"\u0648\u0636\u0639 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0641\u0642\u0637",goLogin:"\u062A\u0633\u062C\u064A\u0644 \u0627\u0644\u062F\u062E\u0648\u0644","slide.right":"\u0627\u0646\u0632\u0644\u0642 \u0625\u0644\u0649 \u0627\u0644\u064A\u0633\u0627\u0631","multipleClick.4":"\u0631\u0628\u0627\u0639\u064A \u0645\u062A\u062A\u0627\u0644\u064A",shortcutSettingsTitle:"\u0625\u0639\u062F\u0627\u062F\u0627\u062A \u0627\u0644\u0627\u062E\u062A\u0635\u0627\u0631\u0627\u062A",loggedIn:"\u062A\u0645 \u062A\u0633\u062C\u064A\u0644 \u0627\u0644\u062F\u062E\u0648\u0644",shortcutSettings:"\u0627\u062E\u062A\u0635\u0627\u0631\u0627\u062A \u0627\u0644\u0645\u0641\u0627\u062A\u064A\u062D","multipleClick.2":"\u0627\u0646\u0642\u0631 \u0645\u0631\u062A\u064A\u0646","shortcutGroup.others":"\u0627\u0644\u0645\u0632\u064A\u062F \u0645\u0646 \u0627\u0644\u0627\u062E\u062A\u0635\u0627\u0631\u0627\u062A \u0627\u0644\u0645\u062E\u0635\u0635\u0629","widget.videoSubtitle":"\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0641\u064A\u062F\u064A\u0648","intro.floatBallTitle":"\u0643\u0631\u0629 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0633\u0631\u064A\u0639\u0629",notLogin:"\u0644\u0645 \u064A\u062A\u0645 \u062A\u0633\u062C\u064A\u0644 \u0627\u0644\u062F\u062E\u0648\u0644","widget.instruction":"\u062A\u0639\u0644\u064A\u0645\u0627\u062A \u0627\u0644\u0627\u0633\u062A\u062E\u062F\u0627\u0645",alwaysTranslateThisSite:"\u062F\u0627\u0626\u0645\u0627 \u062A\u0631\u062C\u0645 \u0647\u0630\u0627 \u0627\u0644\u0645\u0648\u0642\u0639","error.subscriptionExpiredTitle":"\u0627\u0646\u062A\u0647\u062A \u0635\u0644\u0627\u062D\u064A\u0629 \u0627\u0644\u0639\u0636\u0648\u064A\u0629","shortcutGroup.shortcutsForTranslationServices":"\u062E\u062F\u0645\u0627\u062A \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0645\u0641\u0627\u062A\u064A\u062D \u0627\u0644\u0633\u0631\u064A\u0639\u0629","widget.instructionTooltip":"\u0631\u0627\u062C\u0639 \u062A\u0639\u0644\u064A\u0645\u0627\u062A \u0627\u0644\u0627\u0633\u062A\u062E\u062F\u0627\u0645",temprarilyChangeTranslationTo_gemini:"\u064A\u062A\u0645 \u0627\u0633\u062A\u062E\u062F\u0627\u0645 Gemini \u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0635\u0641\u062D\u0629 \u0627\u0644\u062D\u0627\u0644\u064A\u0629","subtitle.hideQuickButton":"\u0644\u0627 \u062A\u0638\u0647\u0631 \u0647\u0630\u0627 \u0627\u0644\u0627\u062E\u062A\u0635\u0627\u0631 \u0645\u0631\u0629 \u0623\u062E\u0631\u0649",temprarilyChangeTranslationTo_google:"\u064A\u062A\u0645 \u0627\u0633\u062A\u062E\u062F\u0627\u0645 \u062A\u0631\u062C\u0645\u0629 Google \u0644\u0644\u0635\u0641\u062D\u0629 \u0627\u0644\u062D\u0627\u0644\u064A\u0629","subtitle.bilingual":"\u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u062B\u0646\u0627\u0626\u064A\u0629 \u0627\u0644\u0644\u063A\u0629",mouseHoverCustomKeyTitle:"\u062A\u0639\u0631\u064A\u0641 \u0627\u062E\u062A\u0635\u0627\u0631\u0627\u062A \u0627\u0644\u0645\u0627\u0648\u0633 \u0627\u0644\u0645\u0639\u0644\u0642\u0629","browser.translateInputBox":"\u062A\u0631\u062C\u0645 \u0645\u062D\u062A\u0648\u0649 \u0645\u0631\u0628\u0639 \u0627\u0644\u0625\u062F\u062E\u0627\u0644 \u0627\u0644\u062D\u0627\u0644\u064A","shortcutGroup.touch":"\u0627\u0644\u0625\u064A\u0645\u0627\u0621\u0627\u062A \u0627\u0644\u0645\u062E\u0635\u0635\u0629 \u0644\u0644\u0634\u0627\u0634\u0627\u062A \u0627\u0644\u0644\u0645\u0633\u064A\u0629",neverTranslateThisSite:"\u0644\u0627 \u062A\u062A\u0631\u062C\u0645 \u0647\u0630\u0627 \u0627\u0644\u0645\u0648\u0642\u0639 \u0623\u0628\u062F\u0627",temprarilyChangeTranslationTo_deepl:"\u064A\u062A\u0645 \u0627\u0633\u062A\u062E\u062F\u0627\u0645 DeepL \u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0635\u0641\u062D\u0629 \u0627\u0644\u062D\u0627\u0644\u064A\u0629","browser.translateWithDeepL":"\u0627\u0633\u062A\u062E\u062F\u0645 DeepL \u0645\u0624\u0642\u062A\u064B\u0627 \u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0635\u0641\u062D\u0629 \u0627\u0644\u062D\u0627\u0644\u064A\u0629","multipleClick.3":"\u062B\u0644\u0627\u062B\u0629 \u0636\u0631\u0628\u0627\u062A \u0645\u062A\u062A\u0627\u0644\u064A\u0629","widget.translateFileTooltip":"\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0645\u0633\u062A\u0646\u062F\u0627\u062A PDF\u060C EPUB\u060C SRT\u060C ASS\u060C HTML \u0648 TXT","neverTranslateText.title":"\u0627\u0644\u0643\u0644\u0645\u0627\u062A \u0627\u0644\u062A\u0627\u0644\u064A\u0629 \u062A\u0628\u0642\u0649 \u0643\u0645\u0627 \u0647\u064A\u060C \u0644\u0627 \u062A\u062A\u0631\u062C\u0645","subtitle.autoDisableSubtitle":"\u0644\u0627 \u062A\u0642\u0645 \u0628\u062A\u0634\u063A\u064A\u0644 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u062B\u0646\u0627\u0626\u064A\u0629 \u062A\u0644\u0642\u0627\u0626\u064A\u064B\u0627","browser.translateWithGoogle":"\u0627\u0633\u062A\u062E\u062F\u0645 Google Translate \u0645\u0624\u0642\u062A\u064B\u0627 \u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0635\u0641\u062D\u0629 \u0627\u0644\u062D\u0627\u0644\u064A\u0629","shortcutGroup.main":"\u0627\u062E\u062A\u0635\u0627\u0631\u0627\u062A \u0627\u0644\u0648\u0638\u0627\u0626\u0641 \u0627\u0644\u0634\u0627\u0626\u0639\u0629",paragraphMinTextCountField:"\u0627\u0644\u062D\u062F \u0627\u0644\u0623\u062F\u0646\u0649 \u0644\u0639\u062F\u062F \u0627\u0644\u0623\u062D\u0631\u0641 \u0627\u0644\u0645\u0637\u0644\u0648\u0628\u0629 \u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0641\u0642\u0631\u0629","widget.videoSubtitleTooltip":"\u062F\u0639\u0645 Youtube \u0648\u063A\u064A\u0631\u0647\u0627 \u0645\u0646 \u0645\u0648\u0627\u0642\u0639 \u0627\u0644\u0641\u064A\u062F\u064A\u0648 {count}+",upgradeToProErrorTitle:"\u064A\u0631\u062C\u0649 \u0627\u0644\u062A\u0631\u0642\u064A\u0629 \u0625\u0644\u0649 \u0639\u0636\u0648\u064A\u0629 Pro \u0642\u0628\u0644 \u0627\u0633\u062A\u062E\u062F\u0627\u0645 \u0647\u0630\u0647 \u0627\u0644\u062E\u062F\u0645\u0629 \u0627\u0644\u062A\u0631\u062C\u0645\u0629","subtitle.showQuickButton":"\u0641\u064A \u0639\u0631\u0636 \u0627\u0644\u0646\u0635\u0648\u0635 \u0627\u0644\u0645\u062A\u0631\u062C\u0645\u0629 \u0628\u0634\u0643\u0644 \u0645\u0632\u062F\u0648\u062C \u0641\u064A \u0627\u0644\u0645\u0634\u063A\u0644 \u0628\u0637\u0631\u064A\u0642\u0629 \u0633\u0631\u064A\u0639\u0629",temprarilyChangeTranslationTo_transmart:"\u064A\u062A\u0645 \u0627\u0633\u062A\u062E\u062F\u0627\u0645 \u062A\u0631\u062C\u0645\u0629 \u062A\u064A\u0646\u0633\u0646\u062A \u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0635\u0641\u062D\u0629 \u0627\u0644\u062D\u0627\u0644\u064A\u0629",notLoginPro:"\u0644\u0645 \u062A\u0642\u0645 \u0628\u062A\u0633\u062C\u064A\u0644 \u0627\u0644\u062F\u062E\u0648\u0644 \u0625\u0644\u0649 \u062D\u0633\u0627\u0628 \u0627\u0644\u0639\u0636\u0648\u064A\u0629 \u0627\u0644\u062E\u0627\u0635 \u0628\u0643 \u0628\u0639\u062F","floatBall.iKnow":"\u0623\u0646\u0627 \u0623\u0639\u0631\u0641","intro.hoverTitle":"\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0641\u0642\u0631\u0629 \u0627\u0644\u062D\u0627\u0644\u064A\u0629 \u0639\u0646\u062F \u062A\u062D\u0631\u064A\u0643 \u0627\u0644\u0645\u0627\u0648\u0633 \u0641\u0648\u0642\u0647\u0627",temprarilyChangeTranslationTo_bing:"\u064A\u062A\u0645 \u0627\u0633\u062A\u062E\u062F\u0627\u0645 \u0645\u062A\u0631\u062C\u0645 \u0645\u0627\u064A\u0643\u0631\u0648\u0633\u0648\u0641\u062A \u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0635\u0641\u062D\u0629 \u0627\u0644\u062D\u0627\u0644\u064A\u0629",temprarilyChangeTranslationTo_openai:"\u064A\u062A\u0645 \u0627\u0633\u062A\u062E\u062F\u0627\u0645 OpenAI \u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0635\u0641\u062D\u0629 \u0627\u0644\u062D\u0627\u0644\u064A\u0629","browser.translateWithOpenAI":"\u0627\u0633\u062A\u062E\u062F\u0645 OpenAI \u0645\u0624\u0642\u062A\u064B\u0627 \u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0635\u0641\u062D\u0629 \u0627\u0644\u062D\u0627\u0644\u064A\u0629",networkError:"\u062A\u0648\u0627\u062C\u0647 \u062E\u062F\u0645\u0629 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0623\u0648 \u0627\u0644\u0634\u0628\u0643\u0629 \u0645\u0634\u0643\u0644\u0629",buildSnapshots:"\u0625\u0646\u0634\u0627\u0621 \u0644\u0642\u0637\u0629 \u0633\u0631\u064A\u0639\u0629 \u0644\u0644\u0635\u0641\u062D\u0629 \u0627\u0644\u0625\u0644\u0643\u062A\u0631\u0648\u0646\u064A\u0629","shortcutGroup.mouse":"\u062A\u0643\u0648\u064A\u0646 \u0627\u062E\u062A\u0635\u0627\u0631\u0627\u062A \u0627\u0644\u0645\u0627\u0648\u0633 \u0627\u0644\u0645\u0639\u0644\u0642\u0629","intro.subtitleTitle":"\u0639\u0631\u0636 \u0627\u0644\u062A\u0631\u062C\u0645\u0627\u062A \u0627\u0644\u0645\u0632\u062F\u0648\u062C\u0629 \u0644\u0644\u0641\u064A\u062F\u064A\u0648 \u0639\u0628\u0631 \u0627\u0644\u0625\u0646\u062A\u0631\u0646\u062A","floatBall.longPress":"\u0627\u0636\u063A\u0637 \u0645\u0639 \u0627\u0644\u0627\u0633\u062A\u0645\u0631\u0627\u0631 \u0644\u0641\u062A\u062D \u0644\u0648\u062D\u0629 \u0627\u0644\u0625\u0639\u062F\u0627\u062F\u0627\u062A \u0628\u0633\u0631\u0639\u0629",touchShortcutsToggleTranslateTouchElement:"\u062A\u0639\u064A\u064A\u0646 \u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0641\u0642\u0631\u0629 \u0627\u0644\u0645\u062D\u062F\u062F\u0629 \u0628\u0648\u0627\u0633\u0637\u0629 \u0627\u0644\u0625\u064A\u0645\u0627\u0621\u0627\u062A \u0639\u0644\u0649 \u0627\u0644\u0634\u0627\u0634\u0629 \u0627\u0644\u062A\u064A \u062A\u0639\u0645\u0644 \u0628\u0627\u0644\u0644\u0645\u0633","browser.translateWithBing":"\u0627\u0633\u062A\u062E\u062F\u0645 \u062A\u0631\u062C\u0645\u0629 \u0645\u0627\u064A\u0643\u0631\u0648\u0633\u0648\u0641\u062A \u0645\u0624\u0642\u062A\u064B\u0627 \u0644\u0644\u0635\u0641\u062D\u0629 \u0627\u0644\u062D\u0627\u0644\u064A\u0629","error.subscriptionExpired":"\u0642\u062F \u064A\u0643\u0648\u0646 \u0639\u0636\u0648\u064A\u062A\u0643 \u0642\u062F \u0627\u0646\u062A\u0647\u062A \u060C \u064A\u0631\u062C\u0649 \u0627\u0644\u062A\u062D\u0642\u0642 \u0645\u0646 \u062D\u0627\u0644\u0629 \u0639\u0636\u0648\u064A\u062A\u0643","browser.translateWithGemini":"\u0627\u0633\u062A\u062E\u062F\u0645 Gemini \u0645\u0624\u0642\u062A\u064B\u0627 \u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0635\u0641\u062D\u0629 \u0627\u0644\u062D\u0627\u0644\u064A\u0629","desc.touchShortcutsToggleTranslateTouchElement":"\u0642\u0645 \u0628\u062A\u062E\u0635\u064A\u0635 \u0625\u0634\u0627\u0631\u0629 \u0628\u064A\u062F\u0643\u060C \u0648\u064A\u0645\u0643\u0646\u0643 \u062A\u0631\u062C\u0645\u0629 \u0623\u064A \u0641\u0642\u0631\u0629 \u062A\u0648\u0627\u062C\u062F \u0641\u064A\u0647\u0627.","browser.translateWithTransmart":"\u0627\u0633\u062A\u062E\u062F\u0645 \u062A\u0631\u062C\u0645\u0629 \u062A\u064A\u0646\u0633\u0646\u062A \u0645\u0624\u0642\u062A\u064B\u0627 \u0644\u0644\u0635\u0641\u062D\u0629 \u0627\u0644\u062D\u0627\u0644\u064A\u0629","desc.interfaceLanguage":"\u062A\u0624\u062B\u0631 \u0625\u0639\u062F\u0627\u062F\u0627\u062A \u0644\u063A\u0629 \u0627\u0644\u0648\u0627\u062C\u0647\u0629 \u0639\u0644\u0649 \u0644\u063A\u0629 \u0639\u0631\u0636 \u0644\u0648\u062D\u0629 \u0627\u0644\u062A\u062D\u0643\u0645\u060C \u0648\u0644\u0627 \u062A\u062A\u0639\u0644\u0642 \u0628\u0644\u063A\u0629 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0645\u0633\u062A\u0647\u062F\u0641\u0629.",touchShortcutsToggleTranslationMask:"\u062A\u0639\u064A\u064A\u0646 \u0625\u064A\u0645\u0627\u0621\u0627\u062A \u0627\u0644\u0634\u0627\u0634\u0629 \u0627\u0644\u062A\u064A \u062A\u0639\u0645\u0644 \u0628\u0627\u0644\u0644\u0645\u0633 \u0644\u0639\u0631\u0636 \u0642\u0646\u0627\u0639 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 / \u0639\u0631\u0636 \u0627\u0644\u0646\u0635 \u0627\u0644\u0623\u0635\u0644\u064A","browser.toggleMouseHoverTranslateDirectly":"\u062A\u0645\u0643\u064A\u0646 \u0623\u0648 \u062A\u0639\u0637\u064A\u0644 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0645\u0628\u0627\u0634\u0631\u0629 \u0639\u0646\u062F \u062A\u0645\u0631\u064A\u0631 \u0627\u0644\u0645\u0627\u0648\u0633 \u0645\u0624\u0642\u062A\u064B\u0627 \u0639\u0644\u0649 \u0627\u0644\u0635\u0641\u062D\u0629","floatBall.guideClickToTranslate":`\u0627\u0646\u0642\u0631 \u0639\u0644\u0649 \u0643\u0631\u0629 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0639\u0627\u0626\u0645\u0629 \u0627\u0644\u063A\u0627\u0645\u0631\u0629 \u0644\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0633\u0631\u064A\u0639\u0629`,"description.baiduField":"\u062A\u0631\u0649 \u0627\u0644\u0645\u062C\u0627\u0644\u0627\u062A \u0627\u0644\u0645\u062F\u0639\u0648\u0645\u0629 <1> \u0647\u0646\u0627 \u060C \u0625\u0630\u0627 \u0643\u0627\u0646\u062A \u0641\u0627\u0631\u063A\u0629 \u060C \u0641\u0647\u0630\u0627 \u064A\u0639\u0646\u064A \u0623\u0646 \u0627\u0644\u0645\u062C\u0627\u0644 \u063A\u064A\u0631 \u0645\u062D\u062F\u062F","error.reason":"\u0633\u0628\u0628 \u0627\u0644\u062E\u0637\u0623","browser.toggleVideoSubtitlePreTranslation":"\u062A\u0628\u062F\u064A\u0644 \u0625\u0644\u0649 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u063A\u0627\u0645\u0631\u0629 \u0627\u0644\u0645\u0641\u0636\u0644\u0629 \u0644\u0644\u062A\u0631\u062C\u0645\u0627\u062A \u0627\u0644\u062B\u0646\u0627\u0626\u064A\u0629 \u0627\u0644\u0644\u063A\u0629",touchShortcutsToggleTranslatePage:"\u0642\u0645 \u0628\u062A\u0639\u064A\u064A\u0646 \u0627\u0644\u0625\u064A\u0645\u0627\u0621\u0627\u062A \u0639\u0644\u0649 \u0627\u0644\u0634\u0627\u0634\u0629 \u0627\u0644\u062A\u064A \u062A\u0639\u0645\u0644 \u0628\u0627\u0644\u0644\u0645\u0633 \u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0635\u0641\u062D\u0627\u062A \u0627\u0644\u0625\u0644\u0643\u062A\u0631\u0648\u0646\u064A\u0629 / \u0639\u0631\u0636 \u0627\u0644\u0646\u0635 \u0627\u0644\u0623\u0635\u0644\u064A","subtitle.showQuickButtonDescription":"\u062A\u0648\u0641\u0631 \u0645\u0634\u063A\u0644 \u0627\u0644\u0641\u064A\u062F\u064A\u0648 \u0637\u0631\u064A\u0642\u0629 \u0645\u062E\u062A\u0635\u0631\u0629 \u0644\u062A\u0645\u0643\u064A\u0646 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u062B\u0646\u0627\u0626\u064A\u0629 \u0641\u064A \u0627\u0644\u0632\u0627\u0648\u064A\u0629 \u0627\u0644\u064A\u0645\u0646\u0649 \u0627\u0644\u0633\u0641\u0644\u0649",mouseHoverCustomKeyDescription:"\u064A\u0645\u0643\u0646\u0643 \u062A\u062E\u0635\u064A\u0635 \u0645\u062C\u0645\u0648\u0639\u0629 \u0645\u0641\u0627\u062A\u064A\u062D \u0627\u062E\u062A\u0635\u0627\u0631 \u0644\u062A\u0645\u0631\u064A\u0631 \u0627\u0644\u0645\u0627\u0648\u0633\u060C \u0645\u062B\u0644: Alt+Z\u060C Ctrl+E\u060C Cmd+Alt+E \u0623\u0648 \u0645\u0628\u0627\u0634\u0631\u0629 Cmd\u060C \u0627\u0644\u0631\u062C\u0627\u0621 \u0627\u0644\u0625\u062F\u062E\u0627\u0644 \u064A\u062F\u0648\u064A\u0627","desc.toggleTranslateTheMainPage":"\u062A\u0631\u062C\u0645 \u0641\u0642\u0637 \u0627\u0644\u0645\u0646\u0627\u0637\u0642 \u0627\u0644\u0631\u0626\u064A\u0633\u064A\u0629 \u0644\u0644\u0635\u0641\u062D\u0629 \u060C \u0639\u0646\u062F \u062A\u0645\u0643\u064A\u0646\u0643 \u0644\u062A\u0631\u062C\u0645\u0629 \u062C\u0645\u064A\u0639 \u0645\u0646\u0627\u0637\u0642 \u0627\u0644\u0635\u0641\u062D\u0629 \u0641\u064A \u0627\u0644\u0625\u0639\u062F\u0627\u062F\u0627\u062A \u0627\u0644\u0645\u062A\u0642\u062F\u0645\u0629 \u060C \u064A\u0645\u0643\u0646\u0643 \u0627\u0633\u062A\u062E\u062F\u0627\u0645 \u0647\u0630\u0627 \u0627\u0644\u0627\u062E\u062A\u0635\u0627\u0631 \u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0645\u0646\u0627\u0637\u0642 \u0627\u0644\u0631\u0626\u064A\u0633\u064A\u0629 \u0644\u0644\u0635\u0641\u062D\u0629 \u0641\u0642\u0637.","contact.description":"\u0625\u0630\u0627 \u0643\u0627\u0646 \u0644\u062F\u064A\u0643 \u0623\u064A \u0623\u0633\u0626\u0644\u0629 \u0623\u0648 \u0627\u0642\u062A\u0631\u0627\u062D\u0627\u062A\u060C \u0641\u0646\u062D\u0646 \u0646\u0631\u062D\u0628 \u0628\u0643 \u0644\u0645\u0644\u0621 \u0627\u0644\u0646\u0645\u0648\u0630\u062C \u0623\u062F\u0646\u0627\u0647 \u0644\u0644\u0627\u062A\u0635\u0627\u0644 \u0628\u0646\u0627\u060C \u0623\u0648 \u0625\u0631\u0633\u0627\u0644 \u0628\u0631\u064A\u062F \u0625\u0644\u0643\u062A\u0631\u0648\u0646\u064A \u0625\u0644\u0649 {email}\u060C \u0648\u0633\u0646\u0631\u062F \u0639\u0644\u064A\u0643 \u0641\u064A \u0623\u0642\u0631\u0628 \u0648\u0642\u062A \u0645\u0645\u0643\u0646.","desc.toggleTranslateTheWholePage":"\u062A\u0631\u062C\u0645\u0629 \u062C\u0645\u064A\u0639 \u0627\u0644\u0645\u0646\u0627\u0637\u0642 \u0641\u064A \u0627\u0644\u0635\u0641\u062D\u0629\u060C \u0628\u0634\u0643\u0644 \u0627\u0641\u062A\u0631\u0627\u0636\u064A\u060C \u0633\u0646\u062A\u0631\u062C\u0645 \u0627\u0644\u0645\u0646\u0627\u0637\u0642 \u0627\u0644\u0631\u0626\u064A\u0633\u064A\u0629 \u0641\u064A \u0627\u0644\u0635\u0641\u062D\u0629\u060C \u064A\u0645\u0643\u0646\u0643 \u0627\u0633\u062A\u062E\u062F\u0627\u0645 \u0647\u0630\u0627 \u0627\u0644\u0627\u062E\u062A\u0635\u0627\u0631 \u0644\u062A\u0631\u062C\u0645\u0629 \u062C\u0645\u064A\u0639 \u0627\u0644\u0645\u0646\u0627\u0637\u0642 \u0641\u064A \u0627\u0644\u0635\u0641\u062D\u0629 \u0628\u0634\u0643\u0644 \u062E\u0627\u0635.",confirmResetToDefaultSettings:"\u0647\u0644 \u062A\u0631\u064A\u062F \u0628\u0627\u0644\u062A\u0623\u0643\u064A\u062F \u0627\u0633\u062A\u0639\u0627\u062F\u0629 \u0647\u0630\u0647 \u0627\u0644\u062E\u062F\u0645\u0629 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0625\u0644\u0649 \u0627\u0644\u0625\u0639\u062F\u0627\u062F\u0627\u062A \u0627\u0644\u0627\u0641\u062A\u0631\u0627\u0636\u064A\u0629\u061F (\u0625\u0639\u0627\u062F\u0629 \u062A\u0639\u064A\u064A\u0646 \u0625\u0639\u062F\u0627\u062F\u0627\u062A \u062E\u062F\u0645\u0629 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u062D\u0627\u0644\u064A\u0629 \u0641\u0642\u0637)",shortcutDisableTooltip:"\u064A\u0631\u062C\u0649 \u0627\u0644\u0642\u064A\u0627\u0645 \u0628\u0627\u0644\u0625\u0639\u062F\u0627\u062F\u0627\u062A \u0641\u064A \u0635\u0641\u062D\u0629 \u0625\u062F\u0627\u0631\u0629 \u0627\u062E\u062A\u0635\u0627\u0631\u0627\u062A \u0627\u0644\u0645\u062A\u0635\u0641\u062D \u0627\u0644\u0645\u0642\u062F\u0645\u0629 \u060C \u0644\u0644\u0645\u0632\u064A\u062F \u0645\u0646 \u0627\u0644\u0625\u0631\u0634\u0627\u062F\u0627\u062A \u060C \u064A\u0631\u062C\u0649 \u0627\u0644\u0627\u0637\u0644\u0627\u0639 \u0639\u0644\u0649 \u0627\u0644\u062A\u0639\u0644\u064A\u0645\u0627\u062A \u0641\u064A \u0623\u0639\u0644\u0649 \u0647\u0630\u0647 \u0627\u0644\u0635\u0641\u062D\u0629.","desc.toggleMouseHoverTranslateDirectly":"\u0628\u0639\u062F \u0627\u0644\u0636\u063A\u0637 \u0639\u0644\u0649 \u0647\u0630\u0627 \u0627\u0644\u0645\u0641\u062A\u0627\u062D \u0627\u0644\u0633\u0631\u064A\u0639 \u060C \u0639\u0644\u0649 \u0627\u0644\u0635\u0641\u062D\u0629 \u060C \u0637\u0627\u0644\u0645\u0627 \u0623\u0634\u0627\u0631 \u0627\u0644\u0645\u0627\u0648\u0633 \u0625\u0644\u0649 \u0623\u064A \u0646\u0635 \u060C \u0633\u064A\u062A\u0645 \u062A\u0631\u062C\u0645\u0629 \u0647\u0630\u0627 \u0627\u0644\u0646\u0635 \u062A\u0644\u0642\u0627\u0626\u064A\u064B\u0627. \u0627\u0636\u063A\u0637 \u0639\u0644\u0649 \u0627\u0644\u0645\u0641\u062A\u0627\u062D \u0627\u0644\u0633\u0631\u064A\u0639 \u0645\u0631\u0629 \u0623\u062E\u0631\u0649 \u060C \u0648\u0633\u064A\u062A\u0645 \u0625\u063A\u0644\u0627\u0642 \u0647\u0630\u0647 \u0627\u0644\u0648\u0638\u064A\u0641\u0629 \u0627\u0644\u062A\u0644\u0642\u0627\u0626\u064A\u0629 \u0644\u0644\u062A\u0631\u062C\u0645\u0629.","desc.mouseHoverHoldKey":"\u0639\u0646\u062F \u062A\u0645\u0631\u064A\u0631 \u0627\u0644\u0645\u0627\u0648\u0633 \u0641\u0648\u0642 \u0641\u0642\u0631\u0629 \u0645\u0639\u064A\u0646\u0629 \u0648\u0627\u0644\u0636\u063A\u0637 \u0639\u0644\u0649 \u0627\u0644\u0645\u0641\u062A\u0627\u062D \u0627\u0644\u0633\u0631\u064A\u0639 \u0639\u0644\u0649 \u0627\u0644\u062C\u0627\u0646\u0628 \u0627\u0644\u0623\u064A\u0645\u0646 \u0641\u064A \u0627\u0644\u0648\u0642\u062A \u0646\u0641\u0633\u0647\u060C \u064A\u0645\u0643\u0646\u0643 \u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0641\u0642\u0631\u0629 \u0645\u0628\u0627\u0634\u0631\u0629.",paragraphMinTextCountDesc:"\u064A\u0631\u062C\u0649 \u0627\u0644\u0627\u0646\u062A\u0628\u0627\u0647 \u060C \u0647\u0646\u0627 \u064A\u062A\u0645 \u0627\u0644\u0625\u0634\u0627\u0631\u0629 \u0625\u0644\u0649 \u0637\u0648\u0644 \u0627\u0644\u062D\u0631\u0641 \u060C \u0639\u0644\u0649 \u0633\u0628\u064A\u0644 \u0627\u0644\u0645\u062B\u0627\u0644: hello \u0647\u0648 5 \u0623\u062D\u0631\u0641 \u060C \u0648\u062A\u0639\u064A\u064A\u0646 \u0642\u064A\u0645\u0629 \u0623\u0643\u0628\u0631 \u064A\u0645\u0643\u0646 \u0623\u0646 \u064A\u0642\u0644\u0644 \u0645\u0646 \u0627\u0644\u062A\u0631\u062C\u0645\u0627\u062A \u063A\u064A\u0631 \u0627\u0644\u0636\u0631\u0648\u0631\u064A\u0629 \u0644\u0644\u0641\u0642\u0631\u0627\u062A \u0627\u0644\u0635\u063A\u064A\u0631\u0629.","desc.touchShortcutsToggleTranslationMask":"\u062A\u0634\u064A\u0631 \u0642\u0646\u0627\u0639 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0625\u0644\u0649 \u062A\u0623\u062B\u064A\u0631 \u0627\u0644\u0636\u0628\u0627\u0628\u064A\u0629 \u0641\u064A \u0646\u0645\u0637 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 (\u0648\u0636\u0639 \u0627\u0644\u062A\u0639\u0644\u0645) \u060C \u0648\u0628\u0639\u062F \u0627\u0644\u062A\u0634\u063A\u064A\u0644 \u060C \u064A\u062A\u0645 \u0627\u0633\u062A\u062E\u062F\u0627\u0645 \u062A\u0623\u062B\u064A\u0631 \u0627\u0644\u0636\u0628\u0627\u0628\u064A\u0629 \u0645\u0624\u0642\u062A\u064B\u0627 \u0639\u0644\u0649 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u060C \u0645\u0645\u0627 \u064A\u0633\u0647\u0644 \u0627\u0644\u062A\u0639\u0644\u0645.","intro.floatBallDescription":"\u0628\u0639\u062F \u0627\u0644\u062A\u0641\u0639\u064A\u0644\u060C \u0633\u064A\u0638\u0647\u0631 \u0632\u0631 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0633\u0631\u064A\u0639\u0629 \u0639\u0644\u0649 \u0627\u0644\u062C\u0627\u0646\u0628 \u0627\u0644\u0623\u064A\u0645\u0646 \u0645\u0646 \u0627\u0644\u0635\u0641\u062D\u0629\u060C \u0627\u0646\u0642\u0631 \u0639\u0644\u064A\u0647 \u0644\u0644\u062A\u0631\u062C\u0645\u0629\u060C \u0648\u0627\u0646\u0642\u0631 \u0645\u0631\u0629 \u0623\u062E\u0631\u0649 \u0644\u0644\u0639\u0648\u062F\u0629 \u0625\u0644\u0649 \u0627\u0644\u0646\u0635 \u0627\u0644\u0623\u0635\u0644\u064A. \u0639\u0644\u0649 \u0627\u0644\u0623\u062C\u0647\u0632\u0629 \u0627\u0644\u0645\u062D\u0645\u0648\u0644\u0629\u060C \u0627\u0636\u063A\u0637 \u0645\u0639 \u0627\u0644\u0627\u0633\u062A\u0645\u0631\u0627\u0631 \u0639\u0644\u0649 \u0627\u0644\u0643\u0631\u0629 \u0627\u0644\u0645\u0639\u0644\u0642\u0629 \u0644\u0641\u062A\u062D \u0644\u0648\u062D\u0629 \u0627\u0644\u0625\u0639\u062F\u0627\u062F\u0627\u062A \u0627\u0644\u0633\u0631\u064A\u0639\u0629.","desc.touchShortcutsToggleTranslatePage":"\u0628\u0639\u062F \u0627\u0644\u0625\u0639\u062F\u0627\u062F \u060C \u0639\u0646\u062F \u0627\u0644\u062A\u0646\u0642\u0644 \u0628\u0627\u0644\u062C\u0647\u0627\u0632 \u0627\u0644\u0645\u062D\u0645\u0648\u0644 \u060C \u064A\u0645\u0643\u0646\u0643 \u0627\u0633\u062A\u062E\u062F\u0627\u0645 X \u0623\u0635\u0627\u0628\u0639 \u0644\u0644\u0645\u0633 \u0627\u0644\u0634\u0627\u0634\u0629 \u0641\u064A \u0646\u0641\u0633 \u0627\u0644\u0648\u0642\u062A \u060C \u0623\u0648 \u0627\u0644\u062A\u0645\u0631\u064A\u0631 \u0644\u0644\u064A\u0645\u064A\u0646 \u0648\u0627\u0644\u064A\u0633\u0627\u0631 \u060C \u0623\u0648 \u0627\u0644\u0646\u0642\u0631 \u0627\u0644\u0645\u062A\u0648\u0627\u0635\u0644 \u060C \u0644\u062A\u0641\u0639\u064A\u0644 \u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0635\u0641\u062D\u0629 / \u0639\u0631\u0636 \u0627\u0644\u0646\u0635 \u0627\u0644\u0623\u0635\u0644\u064A.",translationOnlyModeDescription:"\u062A\u0634\u064A\u0631 \u0648\u0636\u0639\u064A\u0629 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0641\u0642\u0637 \u0625\u0644\u0649 \u0639\u0631\u0636 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0641\u0642\u0637\u060C \u0648\u0644\u064A\u0633 \u0627\u0644\u0648\u0636\u0639 \u0627\u0644\u062B\u0646\u0627\u0626\u064A \u0627\u0644\u0644\u063A\u0629 \u0627\u0644\u0627\u0641\u062A\u0631\u0627\u0636\u064A. \u0627\u0644\u0631\u062C\u0627\u0621 \u0645\u0644\u0627\u062D\u0638\u0629: \u0628\u0633\u0628\u0628 \u0645\u0634\u0643\u0644\u0627\u062A \u0627\u0644\u062A\u0642\u0646\u064A\u0629\u060C \u0633\u062A\u0635\u0628\u062D \u0627\u0644\u0631\u0648\u0627\u0628\u0637 \u0627\u0644\u0641\u0627\u0626\u0642\u0629 \u0641\u064A \u0627\u0644\u0646\u0635 \u0627\u0644\u0623\u0635\u0644\u064A \u063A\u064A\u0631 \u0641\u0639\u0627\u0644\u0629 \u0641\u064A \u0648\u0636\u0639\u064A\u0629 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0641\u0642\u0637.","intro.hoverDescription":"\u062A\u0639\u062F \u0648\u0638\u064A\u0641\u0629 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0639\u0646\u062F \u062A\u0645\u0631\u064A\u0631 \u0627\u0644\u0645\u0624\u0634\u0631 \u0641\u0648\u0642 \u0627\u0644\u0646\u0635 \u062C\u0632\u0621\u064B\u0627 \u0645\u0647\u0645\u064B\u0627 \u062C\u062F\u064B\u0627 \u0645\u0646 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u063A\u0627\u0645\u0631\u0629\u060C \u0641\u0642\u0637 \u0636\u0639 \u0627\u0644\u0645\u0624\u0634\u0631 \u0639\u0644\u0649 \u0627\u0644\u0641\u0642\u0631\u0629 \u0648\u0627\u0636\u063A\u0637 \u0639\u0644\u0649 \u0627\u0644\u0645\u0641\u062A\u0627\u062D \u0627\u0644\u0633\u0631\u064A\u0639 \u0627\u0644\u0645\u062D\u062F\u062F \u0641\u064A \u0646\u0641\u0633 \u0627\u0644\u0648\u0642\u062A\u060C \u0648\u0633\u064A\u062A\u0645 \u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0641\u0642\u0631\u0629 \u0627\u0644\u062D\u0627\u0644\u064A\u0629 \u062A\u0644\u0642\u0627\u0626\u064A\u064B\u0627 (\u0645\u0644\u0627\u062D\u0638\u0629: \u0627\u0644\u0625\u0639\u062F\u0627\u062F \u0627\u0644\u0627\u0641\u062A\u0631\u0627\u0636\u064A \u0644\u064A\u0633 \u0645\u0641\u0639\u0644\u0627\u064B\u060C \u064A\u0631\u062C\u0649 \u0627\u0644\u0625\u0639\u062F\u0627\u062F \u0623\u062F\u0646\u0627\u0647)\u060C \u064A\u062A\u0645 \u0627\u0633\u062A\u062E\u062F\u0627\u0645 \u0647\u0630\u0627 \u0627\u0644\u062A\u0641\u0627\u0639\u0644 \u0644\u0627\u0633\u062A\u0628\u062F\u0627\u0644 \u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0643\u0644\u0645\u0627\u062A \u0627\u0644\u0645\u062D\u062F\u062F\u0629 \u0628\u0634\u0643\u0644 \u0623\u0641\u0636\u0644\u060C \u0628\u0627\u0644\u0625\u0636\u0627\u0641\u0629 \u0625\u0644\u0649 \u0630\u0644\u0643\u060C \u064A\u062A\u0645 \u0627\u0633\u062A\u062E\u062F\u0627\u0645 \u0647\u0630\u0647 \u0627\u0644\u0648\u0638\u064A\u0641\u0629 \u0639\u0644\u0649 \u0646\u0637\u0627\u0642 \u0648\u0627\u0633\u0639 \u0641\u064A \u062A\u0644\u0643 \u0627\u0644\u0645\u0646\u0627\u0637\u0642 \u0627\u0644\u062A\u064A \u0644\u0627 \u064A\u0645\u0643\u0646 \u0627\u0644\u062A\u0639\u0631\u0641 \u0639\u0644\u064A\u0647\u0627 \u0644\u0644\u062A\u0631\u062C\u0645\u0629\u060C \u064A\u0645\u0643\u0646\u0643 \u0627\u0633\u062A\u062E\u062F\u0627\u0645 \u0647\u0630\u0647 \u0627\u0644\u0648\u0638\u064A\u0641\u0629 \u0644\u062A\u0631\u062C\u0645\u0629 \u0623\u064A \u0641\u0642\u0631\u0629 \u0628\u0627\u0644\u0642\u0648\u0629.","neverTranslateText.description":"\u0628\u0633\u0628\u0628 \u0623\u0646 \u0628\u0639\u0636 \u0645\u062D\u0631\u0643\u0627\u062A \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0644\u0627 \u062A\u062A\u0639\u0631\u0641 \u0628\u0634\u0643\u0644 \u0645\u062B\u0627\u0644\u064A \u0639\u0644\u0649 \u0627\u0644\u0623\u0633\u0645\u0627\u0621 \u0627\u0644\u062E\u0627\u0635\u0629\u060C \u064A\u0645\u0643\u0646\u0643 \u0625\u0636\u0627\u0641\u0629 \u0643\u0644\u0645\u0627\u062A \u0647\u0646\u0627 \u0644\u0644\u062A\u0623\u0643\u062F \u0645\u0646 \u0623\u0646\u0647\u0627 \u0644\u0646 \u062A\u062A\u063A\u064A\u0631 \u0623\u062B\u0646\u0627\u0621 \u0639\u0645\u0644\u064A\u0629 \u0627\u0644\u062A\u0631\u062C\u0645\u0629. \u064A\u0631\u062C\u0649 \u0645\u0644\u0627\u062D\u0638\u0629 \u0623\u0646 \u0647\u0630\u0647 \u0627\u0644\u0648\u0638\u064A\u0641\u0629 \u062A\u0639\u062A\u0645\u062F \u0639\u0644\u0649 \u062D\u062C\u0645 \u0627\u0644\u062D\u0631\u0648\u0641\u060C \u0648\u062A\u062F\u0639\u0645 \u0641\u0642\u0637 \u0627\u0644\u0644\u063A\u0627\u062A \u0627\u0644\u062A\u064A \u062A\u0641\u0635\u0644 \u0627\u0644\u0643\u0644\u0645\u0627\u062A \u0628\u0645\u0633\u0627\u0641\u0627\u062A (\u0645\u062B\u0644 \u0627\u0644\u0625\u0646\u062C\u0644\u064A\u0632\u064A\u0629 \u0648\u0627\u0644\u0641\u0631\u0646\u0633\u064A\u0629)\u060C \u0648\u0644\u0627 \u062A\u0646\u0637\u0628\u0642 \u0639\u0644\u0649 \u0627\u0644\u0644\u063A\u0627\u062A \u0645\u062B\u0644 \u0627\u0644\u064A\u0627\u0628\u0627\u0646\u064A\u0629 \u0648\u0627\u0644\u0643\u0648\u0631\u064A\u0629.","intro.subtitleDescription":"\u0628\u0639\u062F \u062A\u0641\u0639\u064A\u0644 \u0647\u0630\u0647 \u0627\u0644\u0648\u0638\u064A\u0641\u0629\u060C \u0633\u064A\u062A\u0645 \u0639\u0631\u0636 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u062B\u0646\u0627\u0626\u064A\u0629 \u062A\u0644\u0642\u0627\u0626\u064A\u064B\u0627 \u0623\u062B\u0646\u0627\u0621 \u062A\u0634\u063A\u064A\u0644 \u0627\u0644\u0641\u064A\u062F\u064A\u0648. \u0625\u0630\u0627 \u0644\u0645 \u064A\u062A\u0645 \u0627\u0644\u062A\u0641\u0639\u064A\u0644\u060C \u0633\u062A\u062D\u062A\u0627\u062C \u0625\u0644\u0649 \u0627\u0644\u0646\u0642\u0631 \u064A\u062F\u0648\u064A\u064B\u0627 \u0639\u0644\u0649 \u0632\u0631 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0639\u0644\u0649 \u0627\u0644\u0635\u0641\u062D\u0629 \u0644\u0639\u0631\u0636 \u0627\u0644\u062A\u0631\u062C\u0645\u0629. \u064A\u0631\u062C\u0649 \u0645\u0644\u0627\u062D\u0638\u0629 \u0623\u0646 \u0628\u0639\u0636 \u0627\u0644\u0645\u0648\u0627\u0642\u0639 \u0642\u062F \u062A\u062D\u062A\u0627\u062C \u0625\u0644\u0649 \u062A\u062D\u062F\u064A\u062B \u0627\u0644\u0635\u0641\u062D\u0629 \u0623\u0648 \u0627\u0644\u0627\u0646\u062A\u0638\u0627\u0631 \u062D\u062A\u0649 \u064A\u062A\u0645 \u0627\u0644\u0627\u0646\u062A\u0647\u0627\u0621 \u0645\u0646 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0639\u0646\u062F \u062A\u0641\u0639\u064A\u0644 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0644\u0623\u0648\u0644 \u0645\u0631\u0629 \u0644\u0639\u0631\u0636 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u062B\u0646\u0627\u0626\u064A\u0629. (\u0628\u0627\u0644\u0625\u0636\u0627\u0641\u0629 \u0625\u0644\u0649 \u0630\u0644\u0643\u060C \u064A\u0645\u0643\u0646\u0643 \u0623\u064A\u0636\u064B\u0627 \u062A\u0641\u0639\u064A\u0644 / \u0625\u0644\u063A\u0627\u0621 \u062A\u0641\u0639\u064A\u0644 \u0644\u0648\u062D\u0629 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u063A\u0627\u0645\u0631\u0629 \u0645\u0646 \u0627\u0644\u0632\u0627\u0648\u064A\u0629 \u0627\u0644\u0639\u0644\u0648\u064A\u0629 \u0627\u0644\u064A\u0645\u0646\u0649 \u0628\u0639\u062F \u0641\u062A\u062D \u0645\u0648\u0642\u0639 \u0627\u0644\u0641\u064A\u062F\u064A\u0648)

\u064A\u062A\u0645 \u0627\u0644\u0622\u0646 \u062F\u0639\u0645 \u0627\u0633\u062A\u062E\u062F\u0627\u0645 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u062B\u0646\u0627\u0626\u064A\u0629 \u0639\u0644\u0649 \u0647\u0630\u0647 \u0627\u0644\u0645\u0648\u0627\u0642\u0639:",geminiWarning:"\u062A\u0646\u0628\u064A\u0647: \u0627\u0644\u062E\u062F\u0645\u0629 \u0627\u0644\u0645\u062C\u0627\u0646\u064A\u0629 \u0644\u0640 Gemini \u0627\u0644\u062A\u064A \u062A\u0642\u062F\u0645\u0647\u0627 Google \u0644\u0647\u0627 \u0642\u064A\u0648\u062F \u0635\u0627\u0631\u0645\u0629\u060C \u0642\u062F \u064A\u062D\u0643\u0645 Google \u0623\u0646 \u0627\u0644\u0645\u0633\u062A\u062E\u062F\u0645 \u064A\u0633\u062A\u062E\u062F\u0645 \u0645\u0641\u0627\u062A\u064A\u062D \u0645\u062A\u0639\u062F\u062F\u0629 \u0644\u062A\u062C\u0646\u0628 \u0642\u064A\u0648\u062F \u0627\u0644\u062D\u0635\u0629 \u0627\u0644\u0645\u062C\u0627\u0646\u064A\u0629 \u0627\u0644\u062E\u0627\u0635\u0629 \u0628\u0647\u0645\u060C \u0644\u0630\u0627 \u0644\u0627 \u064A\u064F\u0646\u0635\u062D \u0628\u0627\u0633\u062A\u062E\u062F\u0627\u0645\u0647\u0627\u060C \u064A\u064F\u0641\u0636\u0644 \u0627\u0644\u0627\u0646\u062A\u0638\u0627\u0631 \u062D\u062A\u0649 \u062A\u0641\u062A\u062D Google \u0648\u0627\u062C\u0647\u0629 \u0628\u0631\u0645\u062C\u0629 \u0627\u0644\u062A\u0637\u0628\u064A\u0642\u0627\u062A \u0627\u0644\u0645\u062F\u0641\u0648\u0639\u0629 \u0644\u0640 Gemini \u0641\u064A \u0627\u0644\u0645\u0633\u062A\u0642\u0628\u0644 \u0644\u0627\u0633\u062A\u062E\u062F\u0627\u0645\u0647\u0627.","floatBall.setting":"\u0625\u0639\u062F\u0627\u062F\u0627\u062A","floatBall.file":`\u062A\u0631\u062C\u0645\u0629 \u0645\u0644\u0641\u0627\u062A PDF\u060C EPUB\u060C SRT\u060C ASS\u060C HTML\u060C TXT`,"floatBall.translateToLanguage":"\u0627\u0646\u0642\u0631 \u0644\u0644\u062A\u0631\u062C\u0645\u0629 \u0625\u0644\u0649 {language}",changeToOnlyTempTranslationMode:"\u0642\u0645 \u0628\u0627\u0644\u062A\u0628\u062F\u064A\u0644 \u0625\u0644\u0649 \u0625\u0638\u0647\u0627\u0631 \u0627\u0644\u062A\u0631\u062C\u0645\u0627\u062A \u0641\u0642\u0637",changeToDualTempTranslationMode:"\u0627\u0644\u062A\u0628\u062F\u064A\u0644 \u0625\u0644\u0649 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u062B\u0646\u0627\u0626\u064A\u0629 \u0627\u0644\u0644\u063A\u0629","transitionMode.translation":"\u0641\u0642\u0637 \u0627\u0644\u0646\u0635 \u0627\u0644\u0645\u062A\u0631\u062C\u0645","options.navbar.translateFile":"\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0648\u062B\u0627\u0626\u0642","transitionMode.dual":"\u0645\u0642\u0627\u0628\u0644\u0629 \u062B\u0646\u0627\u0626\u064A\u0629 \u0627\u0644\u0644\u063A\u0629","options.navbar.installApp":"\u062A\u062B\u0628\u064A\u062A \u062A\u0637\u0628\u064A\u0642 \u0627\u0644\u0647\u0627\u062A\u0641 \u0627\u0644\u0645\u062D\u0645\u0648\u0644","transitionMode.inherit":"\u0645\u0639 \u0627\u0644\u062D\u0641\u0627\u0638 \u0639\u0644\u0649 \u0627\u0644\u062A\u0646\u0627\u0633\u0642 \u0645\u0639 \u0648\u0636\u0639 \u0639\u0631\u0636 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0627\u0641\u062A\u0631\u0627\u0636\u064A \u0644\u0644\u0646\u0638\u0627\u0645","subtitle.transitionMode":"\u0625\u0639\u062F\u0627\u062F\u0627\u062A \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0641\u0642\u0637 / \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u062B\u0646\u0627\u0626\u064A\u0629 \u0644\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0641\u064A\u062F\u064A\u0648","subtitle.transitionModeDescription":"\u0642\u0645 \u0628\u062A\u0639\u064A\u064A\u0646 \u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0641\u064A\u062F\u064A\u0648 \u0625\u0644\u0649 \u0627\u0644\u0646\u0635 \u0627\u0644\u0645\u062A\u0631\u062C\u0645 \u0641\u0642\u0637 \u0623\u0648 \u0645\u0642\u0627\u0631\u0646\u0629 \u0627\u0644\u0644\u063A\u062A\u064A\u0646",translateFileTooltip:`\u062A\u0631\u062C\u0645\u0629 \u0645\u0644\u0641\u0627\u062A PDF\u060C ePub\u060C srt\u060C ass\u060C HTML\u060C TXT`,"description.subtitlePrompt":`\u0641\u064A \u0633\u064A\u0627\u0642 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u062A\u062D\u062A \u0627\u0644\u0634\u0627\u0634\u0629 \u0639\u0646\u062F \u0625\u0631\u0633\u0627\u0644 \u0639\u062F\u0629 \u0641\u0642\u0631\u0627\u062A\u060C \u064A\u062A\u0645 \u0625\u0631\u0633\u0627\u0644 \u0627\u0644\u062D\u0648\u0627\u0631 \u0625\u0644\u0649 {service} \u0628\u0627\u0633\u0645 \u0627\u0644\u0645\u0633\u062A\u062E\u062F\u0645\u060C \u062D\u064A\u062B {{from}} \u064A\u0645\u062B\u0644 \u0644\u063A\u0629 \u0627\u0644\u0641\u0642\u0631\u0629\u060C \u0648{{to}} \u064A\u0645\u062B\u0644 \u0627\u0644\u0644\u063A\u0629 \u0627\u0644\u0645\u0633\u062A\u0647\u062F\u0641\u0629\u060C \u0648{{yaml}} \u0647\u0648 \u0645\u062D\u062A\u0648\u0649 \u0627\u0644\u0641\u0642\u0631\u0629 \u0627\u0644\u0630\u064A \u0646\u0642\u0648\u0645 \u0628\u062A\u063A\u0644\u064A\u0641\u0647 \u0628\u062A\u0646\u0633\u064A\u0642 yaml\u060C \u0625\u0630\u0627 \u0643\u0627\u0646 \u0644\u062F\u064A\u0643 \u062D\u0627\u062C\u0629 \u0644\u062A\u062E\u0635\u064A\u0635 Prompt\u060C \u064A\u062C\u0628 \u0623\u0646 \u062A\u0636\u0645\u0646 \u0623\u0646 \u0643\u0644 \u0639\u0646\u0635\u0631 \u0641\u064A \u0646\u062A\u0627\u0626\u062C YAML \u0627\u0644\u062A\u064A \u064A\u0631\u062F \u0639\u0644\u064A\u0647\u0627 \u0627\u0644\u0630\u0643\u0627\u0621 \u0627\u0644\u0627\u0635\u0637\u0646\u0627\u0639\u064A \u064A\u062D\u062A\u0648\u064A \u0639\u0644\u0649 \u062D\u0642\u0644 {env.imt_sub_trans_field}\u060C {{imt_sub_trans_field}} \u0647\u0648 \u0627\u0633\u0645 \u0627\u0644\u062D\u0642\u0644 \u0627\u0644\u0630\u064A \u0646\u0631\u063A\u0628 \u0641\u064A \u0623\u0646 \u064A\u0631\u062F \u0639\u0644\u064A\u0647 \u0627\u0644\u0630\u0643\u0627\u0621 \u0627\u0644\u0627\u0635\u0637\u0646\u0627\u0639\u064A \u0628\u0627\u0644\u062A\u0631\u062C\u0645\u0629\u060C \u0627\u0644\u0627\u0641\u062A\u0631\u0627\u0636\u064A \u0647\u0648: {env.imt_sub_trans_field}\u060C {{imt_sub_source_field}} \u0647\u0648 \u0627\u0633\u0645 \u0627\u0644\u062D\u0642\u0644 \u0627\u0644\u0623\u0635\u0644\u064A \u0627\u0644\u0630\u064A \u0646\u0642\u062F\u0645\u0647 \u0644\u0644\u0630\u0643\u0627\u0621 \u0627\u0644\u0627\u0635\u0637\u0646\u0627\u0639\u064A\u060C \u0627\u0644\u0627\u0641\u062A\u0631\u0627\u0636\u064A \u0647\u0648: {env.imt_sub_source_field}\u060C \u0646\u062A\u064A\u062C\u0629 \u0627\u0644\u0639\u064A\u0646\u0629: @@ -5043,7 +5043,7 @@ ass\u060C HTML\u060C TXT`,"description.subtitlePrompt":`\u0641\u064A \u0633\u064 - id: 1 {env.imt_trans_field}: \u0627\u0644\u062A\u0631\u062C\u0645\u0629 - id: 2 - {env.imt_trans_field}: \u0627\u0644\u062A\u0631\u062C\u0645\u0629`,"translationServices.claude":"\u0643\u0644\u0648\u062F","subtitle.quickButton.setting":"\u0625\u0639\u062F\u0627\u062F\u0627\u062A","subtitle.quickButton.white":"\u0623\u0628\u064A\u0636","subtitle.quickButton.black":"\u0627\u0644\u0644\u0648\u0646 \u0627\u0644\u0623\u0633\u0648\u062F","subtitle.quickButton.yellow":"\u0627\u0644\u0644\u0648\u0646 \u0627\u0644\u0623\u0635\u0641\u0631","subtitle.quickButton.backgroundOpacity":"\u0634\u0641\u0627\u0641\u064A\u0629 \u0627\u0644\u062E\u0644\u0641\u064A\u0629","subtitle.quickButton.translationPositionBottom":"\u0623\u0633\u0641\u0644 \u0627\u0644\u0646\u0635 \u0627\u0644\u0623\u0635\u0644\u064A","subtitle.quickButton.backgroundColor":"\u0644\u0648\u0646 \u0627\u0644\u062E\u0644\u0641\u064A\u0629","subtitle.quickButton.cyan":"\u0627\u0644\u0644\u0648\u0646 \u0627\u0644\u0623\u0632\u0631\u0642","subtitle.quickButton.translationPosition":"\u0645\u0648\u0642\u0639 \u0627\u0644\u062A\u0631\u062C\u0645\u0629","subtitle.quickButton.magenta":"\u0627\u0644\u0644\u0648\u0646 \u0627\u0644\u0642\u0631\u0645\u0632\u064A","subtitle.quickButton.translationTextColor":"\u0644\u0648\u0646 \u062E\u0637 \u0627\u0644\u0646\u0635","subtitle.quickButton.red":"\u0627\u0644\u0644\u0648\u0646 \u0627\u0644\u0623\u062D\u0645\u0631","subtitle.quickButton.translationPositionTop":"\u0641\u064A \u0627\u0644\u062C\u0632\u0621 \u0627\u0644\u0639\u0644\u0648\u064A \u0645\u0646 \u0627\u0644\u0646\u0635 \u0627\u0644\u0623\u0635\u0644\u064A","subtitle.quickButton.sourceTextColor":"\u0644\u0648\u0646 \u0627\u0644\u062E\u0637 \u0627\u0644\u0623\u0635\u0644\u064A","subtitle.quickButton.green":"\u0627\u0644\u0644\u0648\u0646 \u0627\u0644\u0623\u062E\u0636\u0631","subtitle.quickButton.sourceFontSize":"\u062D\u062C\u0645 \u0627\u0644\u062E\u0637 \u0627\u0644\u0623\u0635\u0644\u064A","subtitle.quickButton.blue":"\u0627\u0644\u0644\u0648\u0646 \u0627\u0644\u0623\u0632\u0631\u0642","subtitle.quickButton.translationFontSize":"\u062D\u062C\u0645 \u062E\u0637 \u0627\u0644\u0646\u0635 \u0627\u0644\u0645\u062A\u0631\u062C\u0645",attachSubtitleTranslating:"\u0627\u0633\u062A\u062E\u062F\u0645 {service} \u0644\u0644\u062A\u0631\u062C\u0645\u0629...","error.claude.403":"\u0644\u0627 \u062A\u0648\u062C\u062F \u0635\u0644\u0627\u062D\u064A\u0629 \u0645\u0624\u0642\u062A\u0629 \u0644\u0644\u0648\u0635\u0648\u0644 \u0625\u0644\u0649 \u0627\u0644\u062E\u062F\u0645\u0629\u060C \u0642\u062F \u064A\u0643\u0648\u0646 \u0630\u0644\u0643 \u0645\u0631\u062A\u0628\u0637\u064B\u0627 \u0628\u0627\u0644\u0642\u064A\u0648\u062F \u0627\u0644\u062C\u063A\u0631\u0627\u0641\u064A\u0629 \u0644\u0640 Claude \u060C \u064A\u0645\u0643\u0646\u0643 \u0645\u062D\u0627\u0648\u0644\u0629 \u062A\u063A\u064A\u064A\u0631 \u0639\u0646\u0648\u0627\u0646 IP \u0627\u0644\u062E\u0627\u0635 \u0628\u0643 \u060C \u0623\u0648 \u0627\u0633\u062A\u062E\u062F\u0627\u0645 \u062E\u062F\u0645\u0627\u062A \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0623\u062E\u0631\u0649.","browser.brandDescriptionForSafari":"\u3010\u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u063A\u0627\u0645\u0631\u0629\u3011 \u0625\u0636\u0627\u0641\u0629 \u0645\u062C\u0627\u0646\u064A\u0629 \u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0635\u0641\u062D\u0627\u062A \u0627\u0644\u062B\u0646\u0627\u0626\u064A\u0629 \u0627\u0644\u0644\u063A\u0629 (\u0627\u0644\u0646\u0635 \u0627\u0644\u0623\u0635\u0644\u064A / \u0627\u0644\u062A\u0631\u062C\u0645\u0629)\u060C \u062A\u062F\u0639\u0645 \u0641\u064A \u0627\u0644\u0648\u0642\u062A \u0646\u0641\u0633\u0647 \u062A\u0631\u062C\u0645\u0629 PDF \u0648\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0643\u062A\u0628 \u0627\u0644\u0625\u0644\u0643\u062A\u0631\u0648\u0646\u064A\u0629 EPUB \u0645\u0639 \u0627\u0644\u062D\u0641\u0627\u0638 \u0639\u0644\u0649 \u062A\u0646\u0633\u064A\u0642 \u0627\u0644\u0648\u062B\u064A\u0642\u0629 \u0627\u0644\u0623\u0635\u0644\u064A\u0629\u060C \u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u062A\u0631\u062C\u0645\u0627\u062A \u0627\u0644\u062B\u0646\u0627\u0626\u064A\u0629 \u0627\u0644\u0644\u063A\u0629 \u0644\u0644\u0641\u064A\u062F\u064A\u0648\u0647\u0627\u062A \u0639\u0644\u0649 \u0627\u0644\u0625\u0646\u062A\u0631\u0646\u062A \u0645\u062B\u0644 Youtube/Netflix\u060C \u062A\u062F\u0639\u0645 \u062E\u062F\u0645\u0627\u062A \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0631\u0626\u064A\u0633\u064A\u0629 \u0645\u062B\u0644 Deepl/Google\u061B","browser.PdfProFile":"\u062A\u0631\u062C\u0645\u0629 PDF Pro \u0628\u062F\u0639\u0645 \u0645\u0646 \u0627\u0644\u0630\u0643\u0627\u0621 \u0627\u0644\u0627\u0635\u0637\u0646\u0627\u0639\u064A","browser.textTranslate":"\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0646\u0635"};var Sb={nologin:"nicht eingeloggt",loginForSafari:"Anmelden oder Registrieren",login:"Anmelden, um eine Mitgliedschaft zu er\xF6ffnen",manageAccount:"Verwaltete Konten",openPremium:"Offene Mitgliedschaft",logout:"Abbrechen",curentPlan:"Aktuelle Pakete",endAt:"Verfallsdatum",endAuto:"automatische Erneuerung",lineBreakMaxTextCount:"Maximal zul\xE4ssige Anzahl von Zeichen pro Satz nach Zeilenumbr\xFCchen","translate-pdf":"Zum \xDCbersetzen PDF anklicken","noSupportTranslate-pdf":"Script nicht unterst\xFCtzt, bitte Plugin verwenden","translate-firefox-local-pdf":"Klicken Sie, um zu PDF importieren zu gelangen",enableLineBreak:"Automatischen Zeilenvorschub f\xFCr lange Abs\xE4tze aktivieren",sponsorLabel:"$1 Gesponserte Entwickler",help:"Hand",browserShortcutsNoteForFirefox:'Um die Verkn\xFCpfungen in Firefox zu \xE4ndern, m\xFCssen Sie die Seite f\xFCr die Verwaltung der Erweiterungen "about:addons" \xF6ffnen, dann auf "Einstellungen" und dann auf "Verkn\xFCpfungen verwalten" klicken, um die Verkn\xFCpfungen festzulegen.',browserShortcutsNoteForChrome:'Um Verkn\xFCpfungen in Chrome zu \xE4ndern, m\xFCssen Sie die Seite f\xFCr die Verwaltung von Erweiterungen \xF6ffnen, sie im Bereich "Verkn\xFCpfungen verwalten" festlegen (chrome://extensions/shortcuts) und auf die Schaltfl\xE4che unten klicken, um zur Seite f\xFCr die Verwaltung von Verkn\xFCpfungen zu gelangen.',browserShortcutsSucks:"Benutzerdefinierte Tastenkombinationen werden wie folgt formatiert (es erfolgt keine automatische Erkennung, bitte direkt eingeben)\uFF1A",enableLineBreakDescription:"Wenn diese Funktion aktiviert ist, werden in langen Abs\xE4tzen am Ende jedes Satzes Zeilenumbr\xFCche eingef\xFCgt, um die Lesbarkeit zu verbessern.","browser.shortBrandName":"Immersions\xFCbersetzung","browser.brandName":"Immersion Translation: Bilinguale Webseiten & PDF \xDCbersetzung","browser.brandDescription":"Bilingual web page translation, also supports PDF translation, bilingual Epub eBook translation, free to use.","browser.toggleTranslatePage":"Seite \xFCbersetzen/ Originaltext anzeigen","browser.toggleTranslateTheWholePage":"Alle Bereiche der Seite \xFCbersetzen/den Originaltext anzeigen","browser.toggleOnlyTransation":"Wechseln Sie in den Zweisprachen-/Nur-\xDCbersetzungsmodus","browser.toggleTranslateToThePageEndImmediately":"Sofortige \xDCbersetzung am Ende der Seite/Anzeige des Originaltextes","browser.toggleTranslateTheMainPage":"Den Hauptbereich der Seite \xFCbersetzen/den Originaltext anzeigen","browser.shareToDraft":"Zweisprachige Seiten teilen","browser.openOptionsPage":"\xD6ffnen Sie die Einstellungsseite","browser.toggleTranslationMask":"Translationsunsch\xE4rfe-Effekt ein-/ausblenden","browser.translateLocalPdfFile":"Lokale PDF-Dateien \xFCbersetzen","browser.openEbookViewer":"Lokale eBooks lesen","browser.openEbookBuilder":"Zweisprachige EPUB eBooks erstellen","browser.translateLocalHtmlFile":"HTML/Txt-Dateien \xFCbersetzen","browser.donateContext":"Erfahren Sie mehr \xFCber die Vorteile eines Sponsors","browser.translateLocalSubtitleFile":"Lokale Untertiteldateien \xFCbersetzen",confirmResetConfig:"Sind Sie sicher, dass Sie die Einstellungen zur\xFCcksetzen wollen?",translationLineBreakSettingTitle:"\xDCbersetzung Zeilenvorschubeinstellung",smartLineBreak:"Smart Line Feed (Berechnung)",alwaysLineBreak:"Immer Zeilenvorschub",isShowContextMenu:"Hinzuf\xFCgen \xFCbersetzter Seiten zu Rechtsklick-Men\xFCpunkten",toggleBeta:"Aktivieren von Beta-Testfunktionen",betaDescription:"Aktivieren Sie Funktionen, die noch experimentell sind, sowie einen \xDCbersetzungsdienst in der Beta-Phase. Treten Sie der <1>Telegram-Gruppe bei, um mehr zu erfahren.",translationLineBreakSettingDescription:"Bei Seiten mit wenig Inhalt sind die Zeilenumbr\xFCche immer ordentlich und \xFCbersichtlich. (Verwenden Sie intelligente Zeilenumbr\xFCche in langen, inhaltsreichen Abs\xE4tzen (mehr als{count}Zeichen), um Platz zu sparen).",tempTranslateDomainTitle:"Dauer des vor\xFCbergehenden Einschaltens der Website-\xDCbersetzung",tempTranslateDomainDescription:"Wenn Sie eine Webseite manuell \xFCbersetzen, schalten Sie die Website vor\xFCbergehend f\xFCr die automatische \xDCbersetzung ein, und Sie k\xF6nnen die vor\xFCbergehende Dauer festlegen.",xMinutes:"{count} Minuten",disabled:"die Verwendung von etw. untersagen",changelog:"Protokoll aktualisieren",toggleTranslatePageWhenThreeFingersOnTheScreen:"Gleichzeitiges Ber\xFChren des Bildschirms mit mehreren Fingern \xFCbersetzt Webseiten/zeigt den Originaltext an",toggleTranslationMaskWhenThreeFingersOnTheScreen:"Durch Ber\xFChren mit mehreren Fingern wird der Unsch\xE4rfeeffekt ein- und ausgeblendet.",fingerCountToToggleTranslagePageOnlyTranslationWhenTouching:"Wenn Sie mit mehreren Fingern gleichzeitig den Bildschirm ber\xFChren, wird die Webseite \xFCbersetzt (nur \xDCbersetzung) bzw. der Originaltext angezeigt.",addUrlDescription:"Kann ein Dom\xE4nenname sein und unterst\xFCtzt auch Wildcards, z. B.\uFF1A*.google.com, google.com/mail/*, https://www.google.com/*",general:"Grundeinstellungen",clickToExpandConfig:"Aktuelle Konfiguration erweitern",import:"Aus Datei importieren",export:"In Datei exportieren",toggleDebug:"Das Debug-Protokoll auf der Konsole ausgeben","fingers.0":"Klageschrift","fingers.2":"Zwei-Finger-Ber\xFChrung","fingers.3":"Drei-Finger-Ber\xFChrung","fingers.4":"Vier-Finger-Ber\xFChrung","fingers.5":"F\xFCnf-Finger-Ber\xFChrung",mouseHoldKey:"+ {key} \xDCbersetzen/Wiederherstellen des Absatzes",mouseHoldKeyAuto:"Direkte \xDCbersetzung des Absatzes",mouseHoldKeyOff:"Tun Sie nichts.",mouseHoldKeyOther:"Benutzerdefinierte Tastenkombinationen (Einstellungen \xF6ffnen)",mouseHoldKeyCustomKey:"{key} \xDCbersetzung/K\xFCrzung des Absatzes",mouseHoverHoldKey:"\xDCbersetzen Sie Abs\xE4tze, indem Sie die Tastenkombination dr\xFCcken, w\xE4hrend Sie mit der Maus dar\xFCber fahren.","mouse-translate":"Mauszeiger",document:"(Computer-)Datei",resetSuccess:"Alle Einstellungen erfolgreich zur\xFCcksetzen",resetThisSuccess:"Zur\xFCcksetzen erfolgreich",saved:"Erfolgreich speichern",successImportConfig:"Erfolgreich importierte Konfiguration",goAdvancedSettings:"Gehen Sie zur Seite Erweiterte Einstellungen",goAdvancedInterfaceSettings:"Gehen Sie zur Seite Erweiterte Anpassungseinstellungen",advanced:"Erweiterte Einstellungen",advancedDescription:"In der Regel sind keine Einstellungen erforderlich, belassen Sie es bei der Standardeinstellung. Nur f\xFCr spezialisiertere Benutzer sind mehr personalisierte Einstellungen verf\xFCgbar.",developer:"Einstellungen f\xFCr Entwickler",donateCafe:"Preise","translate to the bottom of the page":"Wird sie unmittelbar nach dem Betreten der Seite an das Ende der Seite \xFCbersetzt?",feedback:"Frage Feedback",toggleTranslatePage:"Seite \xFCbersetzen/ Originaltext anzeigen",translateToThePageEndImmediatelyDescription:"Wenn Sie die Funktion einschalten, wird der Inhalt sofort bei der Eingabe vom oberen zum unteren Rand der Seite \xFCbersetzt. Wenn Sie die Funktion ausschalten, wird der Inhalt w\xE4hrend des Lesens \xFCbersetzt. (Nicht empfohlen)","translate all areas of the page":"Ob alle Bereiche der Seite \xFCbersetzt werden sollen",translationAreaDescription:"Ist die Option aktiviert, werden alle Bereiche der gesamten Webseite \xFCbersetzt. Wenn Sie die Option ausschalten, wird die standardm\xE4\xDFige intelligente Erkennung verwendet und nur die Hauptbereiche werden \xFCbersetzt. (Es wird nicht empfohlen, diese Funktion einzuschalten)","the number of characters to be translated first":"\xDCbersetzen Sie direkt die ersten Zeichen der Seite, ohne zu warten, bis der Anzeigebereich angezeigt wird.","interface language":"Interface-Sprache","display both the original text and the translation":"Gleichzeitige Anzeige von Original und \xDCbersetzung","keyboard shortcuts":"Tastaturkurzbefehle",modify:"Tastenkombinationen \xE4ndern",reset:"reprovision",close:"Klageschrift",homepage:"Homepage",more:"mehr",moreOptions:"Erweitern Sie Ihre Anpassungsoptionen",translateTheWholePage:"Alle Bereiche der Seite \xFCbersetzen (im Gegensatz zu einer intelligenten Erkennung der Hauptbereiche)",changeToTranslateTheWholePage:"Umschalten auf die \xDCbersetzung aller Regionen",changeToTranslateTheMainPage:"Zum Hauptbereich \xDCbersetzen wechseln",changeToOnlyTranslationMode:"Umschalten, um nur \xDCbersetzungen anzuzeigen",changeToDualTranslationMode:"Umschalten auf zweisprachige \xDCbersetzung",translateToThePageEndImmediately:"Sofortige \xDCbersetzung an das Ende der Seite",translateTheMainPage:"Intelligente \xDCbersetzung Schl\xFCsselregionen","The local rules are up to date":"Die \xF6rtlichen Anpassungsvorschriften sind auf dem neuesten Stand.","Successfully synchronized with the latest official rules:":"Erfolgreich synchronisiert mit den neuesten offiziellen Anpassungsregeln.","Checking for updates":"Pr\xFCfen auf Aktualisierungen","Rules are being synchronized":"Anpassungsregeln werden synchronisiert",localVersionIsTooOld:"Die Version der lokalen Erweiterung ist zu alt. Bitte aktualisieren Sie die Erweiterung auf {minVersion} oder eine neuere Version, bevor Sie versuchen zu synchronisieren.",badUserscriptBrowser:"Der aktuelle Browser implementiert die Schnittstelle der Grease Monkey-Erweiterung nicht korrekt (z. B. um Informationen \xFCber die Versionsnummer des Grease Monkey-Skripts selbst zu erhalten). Bitte verwenden Sie andere Browser, die die <1>Grease Monkey-Erweiterung unterst\xFCtzen, wie z. B. Firefox.",foundNewVersion:"Entdecken Sie die neue Version",theLocalExtensionIsUpToUpdate:"Die aktuelle Erweiterung ist auf dem neuesten Stand.",failToSyncRules:"Fehlende Synchronisierung der neuesten Anpassungsregeln",retry:"Klicken Sie hier, um es erneut zu versuchen",failedReason:"Gr\xFCnde f\xFCr das Scheitern",currentRuleVersion:"Aktuelle Regelversion",calculating:"Berechnungen",unknownError:"unbekannter Fehler",canNotFetchRemoteRule:"Remote-Regeln k\xF6nnen nicht abgerufen werden",enableAlphaSuccess:"Alpha aktiviert",disableAlphaSuccess:"Die Alpha-Funktion wurde ausgeschaltet.",cacheSize:"Cache-Gr\xF6\xDFe\uFF1A",cleaning:"in Liquidation befindlich",cleanCache:"den Cache l\xF6schen",options:"aufstellen",about:"in Bezug auf",service:"Dolmetscherdienst",needAction:"(Gehe zu Einstellungen)",goSettings:"loslegen und einrichten",needActionForOptions:"(noch einzurichten)",translationEngine:"Motor Optionen",sourceLanguage:"Originalsprache",target:"Zielsprache",popupSourceLanguage:"Originalsprache",popupTarget:"Zielsprache",popupService:"Dolmetscherdienst",forThisSite:"Aktuelle Website",autoEnableSubtitle:"Automatisches \xD6ffnen von zweisprachigen Untertiteln",alwaysTranslate:"\xDCbersetzen Sie immer",neverTranslate:"Niemals \xFCbersetzen",alwaysTranslateSomeLanguage:"\xDCbersetzen Sie immer {language}",neverTranslateSomeLanguage:"Niemals \xFCbersetzen {language}",alwaysTranslateSomeSite:"\xDCbersetzen Sie immer {hostname}",neverTranslateSomeSite:"Niemals \xFCbersetzen {hostname}",alwaysTranslateSomeSiteOrWildSite:"\xDCbersetzen Sie immer die Website",alwaysTranslateSomePage:"\xDCbersetzen Sie die Seite immer",add:"erh\xF6hen.",default:"Standard (Einstellung)",forThisLanguage:"F\xFCr diese Sprache\uFF1A","add url":"URL eingeben",edit:"Compiler","translate other languages into specific language":"\xDCbersetzen Sie andere Sprachen in Ihre eingestellte Sprache","select translation service":"W\xE4hlen Sie einen \xDCbersetzungsdienst",language:"Mehrsprachigkeit","show-original":"Originaltext anzeigen",translate:"Rendering",Translated:"\xFCbersetzt",Translating:"in \xDCbersetzung",Error:"falsch",allowCacheTranslations:"Aktivieren Sie das lokale \xDCbersetzungscaching (um \xDCbersetzungsanfragen f\xFCr doppelte Passagen zu reduzieren)","translation display":"Anzeigestil der \xDCbersetzung","select diplay style":"Unterscheiden Sie die verschiedenen \xDCbersetzungsstile anhand der folgenden Beispiele",interface:"Interface-Einstellungen",import_export:"Import/Export",import_export_title:"Konfiguration importieren/exportieren",syncToGoogleDrive:"Jetzt mit Google Drive synchronisieren",floatBallOptions:"Hoverball-Einstellungen","floatBallOptions.enable":"Hoverball freischalten","floatBallOptions.blockUrls":"Website deaktivieren","floatBallOptions.add":"erh\xF6hen.","floatBallOptions.blockUrlDesc":"Schwebeb\xE4lle werden nicht angezeigt, wenn die folgenden Websites aufgerufen werden","floatBallOptions.clickType":"Klickverhalten","floatBallOptions.clickTypeDesc":"Verhalten des Hoverball-Symbols beim Anklicken","floatBallOptions.clickPopup":"\xDCbersetzungspanel anzeigen","floatBallOptions.clickTranslate":"\xDCbersetzung/Anzeige des Originaltextes","floatBallOptions.fixedPosition":"\u56FA\u5B9A\u4F4D\u7F6E","floatBallOptions.fixedPositionDesc":"\u60AC\u6D6E\u7403\u5728\u7A97\u53E3\u5DE6\u4FA7\u8FD8\u662F\u53F3\u4FA7","floatBallOptions.fixedPositionLeft":"\u5DE6\u4FA7","floatBallOptions.fixedPositionRight":"\u53F3\u4FA7",previewAllThemes:"Vorschau aller Stile","translationTheme.none":"nicht haben","translationTheme.grey":"dunkelgrau","translationTheme.dashed":"gepunktete Unterstreichung","translationTheme.dotted":"gepunkteter Unterstrich","translationTheme.dashedBorder":"gepunkteter Rand","translationTheme.solidBorder":"feste Umrandung","translationTheme.underline":"Unterstreichen Sie gerade Linien","translationTheme.mask":"Fuzzy-Effekte (Lernmodi)","translationTheme.opacity":"Transparenz-Effekt","translationTheme.paper":"Wei\xDFes Papier Schatteneffekt","translationTheme.dividingLine":"Trennungslinie","translationTheme.highlight":"hohe Helligkeit","translationTheme.marker":"Markierung (Lehnwort)","translationTheme.marker2":"Markierung 2","translationTheme.blockquote":"Referenzierungsstile","translationTheme.weakening":"Schw\xE4chung","translationTheme.italic":"Schr\xE4gschrift","translationTheme.bold":"eindicken","translationTheme.thinDashed":"d\xFCnne gepunktete Linie, Unterstrich","translationTheme.nativeDashed":"Das System ist mit einem gepunkteten Unterstrich versehen","translationTheme.nativeDotted":"System kommt mit gepunktetem Unterstrich","translationTheme.nativeUnderline":"Das System wird mit einer geraden Linie unterstrichen","translationTheme.wavy":"gewellte Linie","translationServices.custom":"Benutzerdefinierte API","translationServices.tencent":"Tencent \xDCbersetzer","translationServices.tenAlpha":"Tencent \xDCbersetzer (Alpha)","translationServices.google":"Google \xDCbersetzen","translationServices.bai":"Baidu (Alpha)","translationServices.baidu":"Baidu's \xDCbersetzung","translationServices.aliyun":"AliCloud \xDCbersetzung","translationServices.volc":"Vulkan\xFCbersetzung","translationServices.deeplx":"DeepLX (Beta)","translationServices.bing":"Microsoft \xDCbersetzen","translationServices.deepl":"DeepL","translationServices.wechat":"WeChat \xDCbersetzung","translationServices.azure":"Azure-\xDCbersetzung","translationServices.ibm":"IBM Watson","translationServices.aws":"Amazonas-\xDCbersetzung","translationServices.mock":"Simulierte \xDCbersetzung","translationServices.mock2":"Simulierte \xDCbersetzung 2","translationServices.caiyun":"lit. bunte Wolken und kleine \xDCbersetzungen","translationServices.cai":"Bunte Wolken (Alpha)","translationServices.volcAlpha":"Vulkan (Alpha)","translationServices.openl":"OpenL","translationServices.youdao":"Youtube-\xDCbersetzung","translationServices.you":"Youdao \xDCbersetzer (Alpha)","translationServices.transmart":"Tencent Interactive \xDCbersetzung","translationServices.niu":"Maverick Translator","translationServices.papago":"Papago \xDCbersetzung","translationServices.d":"D (Alpha)","translationServices.dpro":"D Pro (Kanarienvogel)","translationServices.openai":"OpenAI","translationServices.yandex":"Yandex","translationServices.chatgpt":"ChatGPT Web(3.5 mobil)","translate title":"Seitentitel \xFCbersetzen","always languages":"\xDCbersetzen Sie immer die Sprache",neverTranslateLanguagesLabel:"Die Sprache, die nie \xFCbersetzt werden wird",neverTranslateTheFollowingLanguagesDescription:"\xDCbersetzungen werden \xFCbersprungen, wenn ein Absatz auf der Seite in einer der folgenden Sprachen vorliegt",enableUserscriptPagePopup:"Schwebeball auf der Seite anzeigen",enableUserscriptPagePopupDescription:"Nachdem Sie den Hoverball ausgeschaltet haben, k\xF6nnen Sie ihn mit dem Shortcut /{touch}wieder aufrufen. Es wird dringend empfohlen, diese Einstellungsseite als Lesezeichen zu speichern, um zu verhindern, dass der Hoverball nach dem versehentlichen Ausschalten dieser Option nicht mehr gefunden wird!","always translate the following languages":"\xDCbersetzt automatisch in die Zielsprache, wenn die Seite in einer der folgenden Sprachen vorliegt","always sites":"Immer \xFCbersetzte Websites","always translate the following sites":"Websites werden automatisch in die Zielsprache \xFCbersetzt, wenn es sich um die Domainnamen von","never sites":"Nie \xFCbersetzte Website","never translate the following sites":"\xDCbersetzungen werden nicht durchgef\xFChrt, wenn die Website f\xFCr die folgenden Domains bestimmt ist","please refer to":"Sie m\xFCssen den Schl\xFCssel ausf\xFCllen, bevor Sie ihn verwenden k\xF6nnen.",KeyAndConfigurationTutorial:"Tutorial zur Anwendung und Konfiguration von Schl\xFCsseln",useAboveStyleForTheseSites:"Verwenden Sie immer den \xDCbersetzungsstil \u2308{theme}\u230B, wenn die Website f\xFCr die folgenden Domains bestimmt ist",currentUrl:"Aktuelle URL",confirm:"Speichern (einer Datei usw.) (Informatik)",cancel:"Stornierungen",delete:"entfernen","languages.auto":"automatische Erkennung",syncToCloud:"Mit Google Drive synchronisieren",syncToCloudDescription:"Die in die Cloud hochgeladene Konfiguration kann zwischen verschiedenen Browsern bzw. Grease-Monkey-Skripten synchronisiert werden, je nachdem, was zuletzt ge\xE4ndert wurde.",syncToAccount:"Synchronisierung mit der Immersive Translation Cloud",syncToAccountButton:"Sofortige Synchronisierung mit der Cloud",syncToAccountDescription:"Automatische Synchronisierung von Konfigurationen zwischen verschiedenen Ger\xE4ten, je nachdem, was zuletzt ge\xE4ndert wurde.",successSyncConfigInAccount:"Erfolgreiche Synchronisierung mit der Cloud",successSyncConfigToAccount:"Erfolgreiche Synchronisierung mit der Cloud",syncConfigNoUpdate:"Sie ist bereits auf dem neuesten Stand.",authFail:"Autorisierungsfehler",syncTitle:"Manuelles Backup-Management",import_hint:"importieren (Daten)",upload:"hochladen",revokeAuth:"eine Zulassung widerrufen",uploadFail:"Upload fehlgeschlagen",download:"Herunterladen von",importSuccess:"Erfolgreich importiert",importFail:"Importfehler",deleteFail:"L\xF6schen fehlgeschlagen",backupToCloud:"Manuelle Verwaltung von Sicherungsdateien",create_new_backup:"Einen neuen Sicherungsknoten hinzuf\xFCgen",maxBackupFiles:"Es k\xF6nnen bis zu{count}verschiedene Nodes gesichert werden, bitte l\xF6schen Sie die Nodes, die Sie nicht ben\xF6tigen.",backupToCloudDescription:"Manuelles Hochladen oder Wiederherstellen von Sicherungsdateien, wobei bis zu 3 verschiedene Sicherungen m\xF6glich sind",successSyncConfig:"Erfolgreiche Synchronisierung mit der Cloud",syncFail:"Synchronisationsfehler",updatedAt:"Aktualisiert von {date}",lastSyncedAt:"Zuletzt gepr\xFCft unter {date}",downloadFail:"Download fehlgeschlagen",clickToDownload:"Klicken Sie zum Herunterladen",aboutLabel:"\xDCber - Feedback","browser.openAboutPage":"\xDCber/Feedback",aboutLabelWithoutSponsor:"\xDCber - Feedback",aboutIntro:"M\xF6gen wir alle einen einfacheren und angenehmeren Zugang zu der riesigen Menge fremdsprachiger Informationen im Internet haben \u2764\uFE0F Sie k\xF6nnen Ihre <6>Pro-Mitgliedschaft aktivieren, um die sofort einsetzbaren DeepL und OpenAI-\xDCbersetzungen zu nutzen.

Sie k\xF6nnen uns auf <3>Twitter, <4>Telegram, Weibo, WeChat folgen oder <5>sich in unsere Mailingliste eintragen, um Updates zu erhalten.
<7>Pro-Mitglieder k\xF6nnen uns unter <8>support@immersivetranslate.com kontaktieren, um schnellen Kundenservice zu erhalten.",aboutIntroWithoutSponsor:"M\xF6gen wir alle einen leichteren und angenehmeren Zugang zu der enormen Menge an fremdsprachlichen Informationen haben, die im Internet zur Verf\xFCgung stehen \u2764\uFE0F

Sie k\xF6nnen uns auf <3>Twitter, im <4>Telegram-Kanal, auf WeChat und WeChat Exchange folgen oder <5>sich unten per <5>E-Mail f\xFCr Updates <5>anmelden.",projectHomepage:"Projekt Heimat",joinTelegramGroup:"Treten Sie der Benutzergruppe bei, um an Diskussionen \xFCber Funktionen teilzunehmen.",wechatPublicAccount:"WeChat \xD6ffentlich",wechatCommunities:"WeChat Austauschgruppe",qqCommunities:"QQ Kommunikationskanal",joinTelegramChannel:"Folgen Sie dem Telegram-Kanal f\xFCr aktuelle Updates",feedbackAndJoin:"Frage Feedback / Gruppe hinzuf\xFCgen",autoSync:"automatische Zeitsynchronisation",loadingThemeTitle:"Stil laden",loadingThemeDescription:"Einstellen des Stils beim Warten auf das Laden der \xDCbersetzung","loadingTheme.spinner":"Animation zum Drehen","loadingTheme.text":"etw. in statischer Schrift ","loadingTheme.none":"nicht gezeigt",developerDescription:"Die Dokumentation zur erweiterten Anpassung finden Sie <1>hier","edit border color":"\xC4ndern Sie die Farbe des Rahmens",successSyncButNoChange:"Die aktuelle Konfiguration ist mit der Cloud konsistent",customTheme:"Individuelle Farben und Gr\xF6\xDFen","customThemeLabel.borderColor":"Farbe der Umrandung","customThemeLabel.borderRadius":"Abgerundete Kanten","customThemeLabel.textColor":"Textfarbe","customThemeLabel.backgroundColor":"Hintergrundfarbe","customThemeLabel.zoom":"Skalierung der Schrift (%)","customThemeLabel.opacity":"Text-Opazit\xE4t (%)",resetToDefaultColor:"Wiederherstellung der Standardfarben",resetToDefaultSettings:"Wiederherstellen der Standardeinstellungen",isTranslateTitle:"\xDCbersetzung der Seitentitel aktivieren",isTranslateTitleDescription:"Beim \xD6ffnen wird der Seitentitel \xFCbersetzt",enableSearchEnhancement:"Erm\xF6glichung der zweisprachigen Erweiterung von Nachrichten",enableSearchEnhancementDescription:'Sobald diese Funktion aktiviert ist, werden die Suchergebnisse von "Google News" automatisch in der rechten Spalte der unterst\xFCtzten Websites (Google News, Google Search (einige Suchbegriffe), Snowball, Oriental Fortune, Futura, Tiger Community) f\xFCr die entsprechenden englischen Suchbegriffe angezeigt.',verifyService:"Klicken Sie hier, um den Dienst zu testen",verified:"Erfolg \xFCberpr\xFCfen","field.langs":"Unterst\xFCtzte Sprachcodes","field.model":"Modellierung","field.translationEngine":"\xDCbersetzungsmotor","field.limitPerMinute":"Maximale Anfragen pro Minute","field.limitPerSecond":"Maximale Anzahl von Anfragen pro Sekunde","field.maxTextLengthPerRequest":"Maximale Textl\xE4nge pro Anfrage","field.maxTextGroupLengthPerRequest":"Maximale Anzahl von Abs\xE4tzen pro Anfrage","field.apiUrl":"Adresse der benutzerdefinierten API-Schnittstelle","field.placeholderDelimiters":"reservierter Platzhalter","description.custom":"Benutzerdefinierte Schnittstelle Zugriff Dokumentation erforderlich","description.limitPerMinute":"Anfragen, die diese Grenze \xFCberschreiten, werden bis zum Beginn der n\xE4chsten Minute in eine Warteschlange gestellt. Aufgrund der verschiedenen Einschr\xE4nkungen von OpenAIs aktuellem Service, klicken Sie bitte <1>hier f\xFCr die neuesten vorgeschlagenen Werte","description.limitPerSecond":"Anfragen, die diese Grenze \xFCberschreiten, werden bis zum Beginn der n\xE4chsten Sekunde in eine Warteschlange gestellt. Aufgrund der verschiedenen Einschr\xE4nkungen von OpenAIs aktuellem Service, klicken Sie bitte <1>hier f\xFCr die neuesten vorgeschlagenen Werte","description.generalLimitPerSecond":"Anfragen, die diese Grenze \xFCberschreiten, werden bis zum Beginn der n\xE4chsten Sekunde in eine Warteschlange gestellt.","description.prompt":"Gespr\xE4che, die im Namen des Benutzers an {service} gesendet werden, wobei {{text}} den Textinhalt des Absatzes darstellt, {{from}} die Sprache des Absatzes und {{to}} die Zielsprache.","description.maxTextLengthPerRequest":"Die maximale Anzahl von Zeichen pro Anfrage ist zu gro\xDF, so dass die Schnittstelle langsam reagiert. Versuchen Sie daher, diese Option anzupassen, um die Geschwindigkeit zu optimieren.","description.systemPrompt":"Ein Dialog, der an OpenAI als System gesendet wird, wobei {{text}} den Textinhalt des Absatzes,{{from}} die Sprache des Absatzes und{{to}} die Zielsprache angibt.","field.domain":"Bereich","description.domain":"Der Standardwert ist\uFF1Ageneral. Kann nur gesetzt werden, wenn die Dom\xE4nen\xFCbersetzung in der Arima API-Konsole aktiviert ist, siehe <1>hier f\xFCr unterst\xFCtzte Dom\xE4nen","field.scene":"Nehmen Sie","description.scene":"Der Standardwert ist\uFF1Ageneral. Kann nur eingestellt werden, wenn die AliCloud-API-Konsole Machine Translation Pro \xF6ffnet, siehe <1>hier f\xFCr unterst\xFCtzte Szenarien","field.vocabId":"Benutzerw\xF6rterbuch-ID","description.vocabId":"Das angegebene W\xF6rterbuch out_id unterst\xFCtzt derzeit die \xDCbersetzung Englisch-Chinesisch.","description.model":"OpenAI-Modelle, z.B. gpt-3.5-turbo, gpt-4, etc.","description.maxTextGroupLengthPerRequest":"Die Anzahl der Abs\xE4tze, die gleichzeitig an den \xDCbersetzungsdienst gesendet werden. Wenn es zu viele Abs\xE4tze sind, kann dies dazu f\xFChren, dass die Schnittstelle langsamer reagiert.","description.apiUrl":"Bitte f\xFCgen Sie spezifische URLs mit Pfaden, <1>mehr Beschreibung",enabledExtension:"Aktivieren von Erweiterungen",clickToDisableExtension:"Klicken Sie hier, um Erweiterungen zu deaktivieren",clickToEnableExtension:"Klicken Sie, um Erweiterungen zu aktivieren",hasBeenDisabled:"deaktiviert","show password":"Passwort anzeigen",customContent:"Eingabe eines benutzerdefinierten Modellnamens",inputOptions:"Erweiterung des Eingabefeldes",mouseHoverOptions:"Mauszeiger",modifyMouseHoverKey:"Mauszeiger-Kurzbefehl \xE4ndern",enableInputTranslation:"Ob die Erweiterung des Eingabefeldes aktiviert werden soll",enableInputTranslationDescription:"Nach der Aktivierung geben Sie {startingKey}{startingKey} hallo direkt in das Eingabefeld ein und dr\xFCcken dann schnell{inputTrailingTriggerKeyRepeatTimes}mal{trailingKey}, um in {inputTargetLanguage}zu \xFCbersetzen.",enableInputTranslationDescriptionForNoneKey:"Nach der Aktivierung geben Sie\uFF1AHello World direkt in das Eingabefeld ein und dr\xFCcken dann schnell{inputTrailingTriggerKeyRepeatTimes}{trailingKey}, um in die Standardzielsprache zu \xFCbersetzen.",inputTargetLanguage:"Einstellung der Standard-Zielsprache f\xFCr Eingabefelder",inputTargetLanguageDescription:"Standard-Zielsprache f\xFCr die \xDCbersetzung von Eingabefeldern, d.h. {startingKey}{startingKey} als Standardsprache f\xFCr Triggerw\xF6rter",inputTargetLanguageDescriptionForNoneKey:"Standard-Zielsprache f\xFCr die \xDCbersetzung des Eingabefeldes",inputStartingTriggerKeyTitle:"Einstellung des Trennzeichens f\xFCr die Teil\xFCbersetzung des Eingabefeldes",inputStartingTriggerKeyDescription:"Wenn Sie nicht das gesamte Eingabefeld \xFCbersetzen m\xFCssen, k\xF6nnen Sie mit dem Splitter nur den Teil von {startingKey}{startingKey} bis zum Ende des Eingabefelds \xFCbersetzen, oder Sie k\xF6nnen den Sprachcode angeben, z. B.\uFF1A{startingKey}ja bedeutet, dass nur der Teil von {startingKey}ja bis zum Ende des Eingabefelds \xFCbersetzt wird.",inputStartingTriggerKeyDescriptionForNoneKey:'Die derzeitige Einstellung "kein Pr\xE4fix" wird nicht ben\xF6tigt, und die \xDCbersetzungsfunktion f\xFCr einige Texte im Eingabefeld ist derzeit nicht verf\xFCgbar.',inputTrailingTriggerKeyTitle:"W\xE4hlen Sie ein Ausl\xF6sezeichen f\xFCr das Ende eines Eintrags",inputTrailingTriggerKeyDescription:"3 schnelle Treffer{trailingKey} wird mit der \xDCbersetzung beginnen!",inputTrailingTriggerKeyTimeout:"Geben Sie die Zeit zwischen den Ausl\xF6sern f\xFCr das Ende des Kampfes ein.",inputTrailingTriggerKeyTimeoutDescription:"Legt die Zeit (in Millisekunden) zwischen den Combo-Triggern f\xFCr das Eingangsende fest",spaceKey:"<\u7A7A\u683C\u952E>",noneKey:"Direkte \xDCbersetzung des gesamten Textfeldes ohne Pr\xE4fixe",inputTranslationBlockUrlsTitle:"Aktivieren Sie die Eingabefelderweiterung in den folgenden URLs nicht",inputTranslationBlockUrlsDescription:"Die Erweiterungen der Eingabefelder funktionieren nicht bei den folgenden URLs",clickToSeeQuickDemo:"Klicken Sie hier, um das 30-Sekunden-Kurzanleitung-Video zu erweitern",inputHelperInfo:"Beschreibung\uFF1AWir haben die Tatsache optimiert, dass einige ausl\xF6sende Zeichen bei chinesischen Eingabemethoden zu chinesischen Satzzeichen werden, z. B. wird / bei der Sogou-Eingabemethode zu einem Dun-Zeichen, und Immersive Translator unterst\xFCtzt alle chinesischen Symbole, die den ausl\xF6senden Zeichen entsprechen, d. h. //,,, wird als ausl\xF6sendes Zeichen erkannt.

Wir unterst\xFCtzen auch chinesische Aliase f\xFCr Sprachcodes als Befehle, z.B. /Japanese Hello World wird ins Japanische \xFCbersetzt, <1>klicken Sie hier, um alle unterst\xFCtzten Sprachcodes zu sehen.",reloadCurrentPage:"Bitte aktualisieren Sie die aktuelle Seite, bevor Sie die \xDCbersetzung starten.",noLocalFilePermissionForPDF:"Sie haben keine Berechtigung, lokale Dateien zu lesen. Bitte klicken Sie auf die Schaltfl\xE4che oben und importieren Sie dann lokale Dateien.",noPermissionForThisPage:"\u26A0\uFE0F Keine Berechtigung zur \xDCbersetzung der aktuellen Seite",retryAllParagraphs:"Alle Fehlerpassagen erneut versuchen",retryAllButton:"Alle Fehlerpassagen erneut versuchen",errorTooltipTitle:"Klicken Sie, um die Ursache des Fehlers zu sehen",errorModalTitle:"Irgendetwas scheint mit dem \xDCbersetzungsdienst oder dem Netzwerk nicht in Ordnung zu sein...",disableConfirm:"Zweisprachige Information Enhancement Setting",disableOnce:"Diese Invalidit\xE4t",disableGlobal:"dauerhaft deaktivieren",disableTint:"* Sie k\xF6nnen sie unter {option} wieder aktivieren.",searchEnhancementNotes:'Wir haben festgestellt, dass die Nachrichtenergebnisse f\xFCr chinesische und englische Schl\xFCsselw\xF6rter sehr unterschiedlich sind. Nach der Aktivierung der Funktion "Immersive Translation Bilingual Information Enhancement" suchen wir f\xFCr Sie automatisch auf den unterst\xFCtzten Websites (Google News, Google Search (einige Schl\xFCsselw\xF6rter), Snowball, Oriental Wealth, Futura, Tiger) nach denselben Schl\xFCsselw\xF6rtern auf Englisch und zeigen sie auf der rechten Seite an. Sie k\xF6nnen diese Funktion deaktivieren, wenn Sie sie nicht ben\xF6tigen.',option:"aufstellen",saveSettings:"Einstellungen speichern",closeModal:"Fenster schlie\xDFen",enableInputTranslationWithoutTriggerKeyTitle:"Aktivieren Sie 3 Schnellzugriffe auf{trailingKey}, um das gesamte Eingabefeld direkt in{inputTargetLanguage}zu \xFCbersetzen.",enableInputTranslationWithoutTriggerKeyDescription:"Um die Zielsprache anzugeben, stellen Sie ihr den Sprachcode voran, z. B.\uFF1Aja Hello World",mouseHoverShortcutPlaceholder:"z.B.\uFF1AVerschiebung",deepLProName:"Immersive Translation Pro Mitglied (empfohlen)",deepLProDescription:"Das aktuelle Paket kann direkt verwendet werden",deeplProDescriptionForNormal:"Keine Einrichtung erforderlich, Mitglieder k\xF6nnen es nach der Anmeldung nutzen, <1>klicken Sie hier, um Mitglied zu werden",deepLCustomDescription:"Ausl\xE4ndische Kreditkarte erforderlich, offiziell er\xF6ffnet unter <1>DeepL, klicken Sie f\xFCr die <2>Dokumentation",deepLCustomName:"Benutzerdefinierter Authentifizierungsschl\xFCssel",chooseProviderLabel:"W\xE4hlen Sie einen Dienstanbieter",openaiProName:"Immersive Translation Pro Mitglied (empfohlen)",openaiProDescription:"Das aktuelle Paket kann direkt verwendet werden",openaiProDescriptionForNormal:"Keine Einrichtung erforderlich, Mitglieder k\xF6nnen es nach der Anmeldung nutzen, <1>klicken Sie hier, um Mitglied zu werden",openaiCustomDescription:"Verf\xFCgbar auf OpenAI, Azure OpenAI oder anderen Diensten von Drittanbietern, <1>klicken Sie hier f\xFCr die Dokumentation",openaiCustomName:"Benutzerdefinierter API-Schl\xFCssel",needLoginAction:"(Offene Mitgliedschaft oder Anpassung)",goLoginOrAction:"(\xD6ffnen Sie eine Mitgliedschaft oder gehen Sie zu den Einstellungen)",yearly:"eine fortlaufende j\xE4hrliche Zahlung leisten",quarterly:"sequenzieller Umschlag",monthly:"Monatsabonnement",yearlyForOnce:"Einmaliges Jahrespaket",monthlyForOnce:"Einmaliges Monatspaket",daily:"aufeinanderfolgende Pakettage",year:"eine fortlaufende j\xE4hrliche Zahlung leisten",quarter:"sequenzieller Umschlag",month:"Monatsabonnement",day:"aufeinanderfolgende Pakettage",onetime_7day:"7-Tage-Erlebnispaket",currentPlanDescriptionForFree:"Aktuelle Pakete\uFF1AKostenlos",currentPlanDescriptionForContinuous:"Das aktuelle Paket\uFF1A{plan}wird automatisch auf {endAt} verl\xE4ngert.",currentPlanDescriptionForAutoRenewCaceling:"Das aktuelle Paket\uFF1A{plan}l\xE4uft auf {endAt} aus und wird nach Ablauf nicht automatisch verl\xE4ngert.",currentYearlyPlanDescriptionForAutoRenewCacelingWithRealPaiedUser:"Das aktuelle Paket,\uFF1A{plan}, l\xE4uft am {endAt} aus und wird nach Ablauf nicht automatisch verl\xE4ngert.
<1>Klicken Sie hier, um Ihren Verl\xE4ngerungsplan zu verwalten",currentYearlyPlanDescriptionForAutoRenewCacelingWithAdmin:"Das aktuelle Paket\uFF1A{plan}l\xE4uft auf {endAt} aus und wird nach Ablauf nicht automatisch verl\xE4ngert.
<1>Klicken Sie hier, um ein fortlaufendes Jahresabonnement zu aktivieren",currentPlanDescriptionForOneTime:"Das aktuelle Abonnement\uFF1A{plan}l\xE4uft auf {endAt} aus. <1>Klicken Sie hier, um eine j\xE4hrliche oder <2>monatliche Mitgliedschaft zu <1>erwerben.",upgradePlan:"Klicken Sie hier f\xFCr ein Upgrade auf die Pro-Mitgliedschaft",upgradeToPro:"Upgrade auf Pro-Mitgliedschaft","popup.openPro":"Upgraden Sie auf die Pro-Mitgliedschaft, um DeepL und OpenAI-\xDCbersetzung zu genie\xDFen. Klicken Sie hier, um upzugraden!","popup.openProForPro":"Sie sind ein Pro-Mitglied mit direktem Zugang zu DeepL und OpenAI \xDCbersetzungen!",currentAccount:"laufendes Konto",enableAutoSyncUserSettings:"Aktivieren Sie die automatische Cloud-Synchronisierung \xFCber mehrere Ger\xE4te hinweg",modalEnableInputTranslationTitle:"Immersive Translation Eingabefeld Translation Alerts",modalEnableInputTranslationDesc:"Sie haben soeben die \xDCbersetzung des Eingabefeldes von Immersive Translation ausgel\xF6st, indem Sie dreimal kurz hintereinander die Leertaste gedr\xFCckt haben, und der Inhalt des Eingabefeldes wird in die Standardzielsprache \xFCbersetzt. Die \xDCbersetzung kann mit Strg+Z r\xFCckg\xE4ngig gemacht werden.

Sollte dies ein Fehler gewesen sein, k\xF6nnen Sie die \xDCbersetzung des Eingabefeldes entweder deaktivieren oder dauerhaft abschalten.",saveAndNotShowAgain:"Speichern und Beenden der Eingabeaufforderung",disableInputTranslationTips:"* Sie k\xF6nnen auch andere Tastenkombinationen f\xFCr die Ausl\xF6sung in {option} ,{learnMore}festlegen.",learnMore:"Klicken Sie hier, um mehr zu erfahren",continueEnalbeInputTranslation:"Fortfahren, um die \xDCbersetzung von Eingabefeldern zu aktivieren",autoRenewTrialSuffix:'(Aufwird die Testversion sofort zur Vollmitgliedschaft aufgewertet)',upgradeFromTrialTitle:"Upgrade zum Vollmitglied",subtitle:"Video-Untertitelung",youtubeService:"Immersions\xFCbersetzung Videountertitelung \xDCbersetzungsdienste","subtitle.disabledSubtitle":"Dauerhaftes Deaktivieren der Video-Untertitelfunktion","subtitle.disabledSubtitleDescription":"Wenn Immersive Translator's Video Subtitles mit anderen Erweiterungen in Konflikt steht, k\xF6nnen Sie die Funktion von Immersive Translator's Video Subtitles dauerhaft deaktivieren oder andere in Konflikt stehende Erweiterungen deinstallieren","subtitle.autoEnableSubtitle":"Automatische Verwendung von zweisprachigen Untertiteln","subtitle.autoEnableSubtitleDescription":"Nach der Aktivierung werden beim Abspielen eines Videos automatisch zweisprachige Untertitel angezeigt, sonst m\xFCssen Sie auf die \xDCbersetzungsschaltfl\xE4che klicken, um sie anzuzeigen.","subtitle.preTranslation":"\xDCbersetzen von Untertiteln mit immersiver \xDCbersetzung","subtitle.preTranslationDescription":"Wenn diese Option aktiviert ist, wird der gesamte Untertitel mit Hilfe des unten angegebenen \xDCbersetzungsdienstes vor\xFCbersetzt. F\xFCr ein einst\xFCndiges Video werden etwa 50.000 Token oder Zeichen ben\xF6tigt, die Sie bitte nach eigenem Ermessen verwenden.","subtitle.humanSubtitlesPreferred":"Vorrangige Verwendung von Untertiteln f\xFCr Menschen","subtitle.humanSubtitlesPreferredDescription":"Bevorzugen Sie die Verwendung von menschlichen Untertiteln, wenn das Video menschliche Untertitel in der Zielsprache hat (empfohlen)",videoSubtitleTranslationDescription:"Beauftragen Sie einen separaten \xDCbersetzungsdienst f\xFCr Videountertitel",subtitleTranslating:"Bitte warten Sie, w\xE4hrend die Untertitel \xFCber den Dienst {service} \xFCbersetzt werden... (Immersions\xFCbersetzung)",subtitleLoading:"Laden von Untertiteln...",bilingual:"Zweisprachigkeit","field.action":"Ob Baidu-Terminologie aktiviert werden soll","description.action":"Wenn diese Funktion aktiviert ist, wird der Anfrage ein Parameter action=1 hinzugef\xFCgt, um Baidu \xFCber den aktivierten Begriff zu informieren. <1>Weitere Informationen finden Sie in der offiziellen Dokumentation.",closeQuickTranslation:"Hoverball schlie\xDFen","closeQuickTranslation.untilNext":"Diesmal geschlossen bis zum n\xE4chsten Besuch","closeQuickTranslation.currentWebsite":"Aktuelle Seite deaktiviert","closeQuickTranslation.alwaysClose":"dauerhaft deaktivieren","closeQuickTranslation.settingOpen":"(kann auf der <1>Einstellungsseite aktiviert werden)","closeQuickTranslation.cancel":"Stornierungen","closeQuickTranslation.confirm":"definieren.","floatBall.popup":"\xD6ffnen Sie das Panel Schnelleinstellungen","floatBall.translate":"Klicken Sie, um die Seite zu \xFCbersetzen","floatBall.showOriginal":"Klicken Sie, um zum Originalartikel zur\xFCckzukehren","floatBall.close":"Hoverball schlie\xDFen","floatBallOptions.enableDescPc":"Nach dem Aktivieren des Hoverballs wird auf der rechten Seite der Seite eine Schaltfl\xE4che f\xFCr die Schnell\xFCbersetzung angezeigt. Klicken Sie darauf, um zu \xFCbersetzen!","floatBallOptions.enableDesc":"Nachdem Sie den Hoverball ausgeschaltet haben, k\xF6nnen Sie ihn mit{touch}wieder aufrufen. Es wird dringend empfohlen, diese Einstellungsseite als Lesezeichen zu speichern, falls Sie den Hoverball nicht mehr finden k\xF6nnen, nachdem Sie diese Option versehentlich ausgeschaltet haben!","description.azureApiUrl":"Geben Sie die Adresse der benutzerdefinierten API-Schnittstelle ein",confirmSupportMouse:"Aktivierung der Mausunterst\xFCtzung erzwingen",confirmSupportMouseDescription:"Es wurde festgestellt, dass der aktuelle Browser die Mausfunktion nicht unterst\xFCtzt. Ist es notwendig, die Mausunterst\xFCtzung zu aktivieren?",sampleTargetText:"Die lange Nacht wird kommen, und ich werde von heute an bis zu meinem Tod Wache halten. Ich werde keine Frau nehmen, ich werde kein Lehen machen, ich werde keine Kinder haben. Ich werde keine Krone tragen, ich werde nicht nach Ehre streben. Ich werde meine Pflicht tun und leben und sterben.",sampleSourceText:"Night gathers, and now my watch begins. It shall not end until my death. I shall take no wife, hold no lands, father no children. I shall wear no crowns and win no glory. I shall live and die at my post.","subtitle.supportedSites":"\u5DF2\u652F\u6301\u5728\u8FD9\u4E9B\u7F51\u7AD9\u4F7F\u7528\u53CC\u8BED\u5B57\u5E55\uFF08\u6CE8\u610F\uFF1A\u7531\u4E8E\u6280\u672F\u9650\u5236\uFF0C\u90E8\u5206\u7F51\u7AD9\u5728\u9996\u6B21\u5F00\u542F\u5B57\u5E55\u540E\u9700\u8981\u91CD\u65B0\u5237\u65B0\u9875\u9762\uFF0C\u6216\u8005\u9700\u7B49\u5F85\u7FFB\u8BD1\u5B8C\u6210\u4EE5\u663E\u793A\u53CC\u8BED\u5B57\u5E55\uFF09\uFF1A",viewWithImmersiveTranslate:"\u53CC\u8BED\u7248\u672C(\u6C89\u6D78\u5F0F\u7FFB\u8BD1)",errorReason:"\u9519\u8BEF\u539F\u56E0\uFF1A{message}","proQuotaExceededError.onetime7day":'\uFF0C\u60A8\u53EF\u4EE5\u9009\u62E9\u4EE5\u4E0B\u65B9\u5F0F\u89E3\u51B3\uFF1A

1. \u5207\u6362\u5230 {anotherService} \u6216\u5176\u4ED6\u7FFB\u8BD1\u670D\u52A1
2. \u5347\u7EA7\u4E3A\u6708\u5EA6/\u5E74\u5EA6\u4F1A\u5458',"proQuotaExceededError.trial":'\uFF0C\u60A8\u53EF\u4EE5\u9009\u62E9\u4EE5\u4E0B\u65B9\u5F0F\u89E3\u51B3\uFF1A

1. \u5207\u6362\u5230 {anotherService} \u6216\u5176\u4ED6\u7FFB\u8BD1\u670D\u52A1
2. \u7ACB\u523B\u5347\u7EA7\u4E3A\u6B63\u5F0F\u4F1A\u5458',"proQuotaExceededError.nonTrial":'\uFF0C\u60A8\u53EF\u4EE5\u9009\u62E9\u4EE5\u4E0B\u65B9\u5F0F\u89E3\u51B3\uFF1A

1. \u5207\u6362\u5230 {anotherService} \u6216\u5176\u4ED6\u7FFB\u8BD1\u670D\u52A1
2. \u8D2D\u4E70 {translationService} \u989D\u5916\u6D41\u91CF\u5305',"proQuotaExceededError.resetTime":"
3. \u989D\u5EA6\u91CD\u7F6E\u65F6\u95F4\uFF1A{resetTime}","desc.touchShortcutsToggleTranslatePageOnlyTranslation":'"Nur \xDCbersetzung" bedeutet, dass nur die \xDCbersetzung angezeigt wird. Wenn eine Webseite noch nicht \xFCbersetzt wurde, wird der Modus gewechselt und \xFCbersetzt.',"desc.toggleOnlyTransation":'"Nur \xDCbersetzungsmodus" bedeutet, dass nur die \xDCbersetzung angezeigt wird. Wenn eine Webseite noch nicht \xFCbersetzt wurde, wird der Modus gewechselt und \xFCbersetzt.',touchShortcutsToggleTranslatePageOnlyTranslation:"Einstellen von Touchscreen-Gesten zum Wechseln zwischen Zweisprachig/Nur \xDCbersetzung Modus",download_started:"Der Download hat bereits begonnen, wenn er nicht automatisch heruntergeladen wird, klicken Sie bitte manuell.",here:"Hier","desc.toggleVideoSubtitlePreTranslation":"Nach dem Dr\xFCcken werden die zweisprachigen Untertitel des Videos vorrangig mit den Einstellungen der immersiven \xDCbersetzung verwendet. Wenn Sie erneut dr\xFCcken, werden vorrangig die maschinell \xFCbersetzten Untertitel des Originalvideos verwendet. Bitte beachten Sie: Diese Verkn\xFCpfung \xE4ndert die globalen Einstellungen.",videoSubtitlePreTranslationOn:"Videountertitel werden vorrangig mit immersiver \xDCbersetzung verwendet.",videoSubtitlePreTranslationOff:"Videounteritel werden vorrangig die maschinell \xFCbersetzten Untertitel des Originalvideos verwenden.",translationFont:"Schriftart einstellen","translationFont.custom":"Geben Sie benutzerdefinierte Schriftarten ein","translationFont.customPlaceholder":"Schriftart","translationFont.notSupportErrorMessage":"Bitte \xFCberpr\xFCfen Sie, ob der von Ihnen eingegebene Schriftartname korrekt ist, oder best\xE4tigen Sie, dass diese Schriftart bereits auf Ihrem Ger\xE4t installiert ist.","touch.mouse-translate":"\xDCbersetzen Sie den angegebenen Absatz.","translationServices.inherit":"Folgen Sie dem Haupt\xFCbersetzungsdienst","error.serveConfigError":"Dienstkonfigurationsfehler","error.reloadPageOfSetting":"Nach der Konfiguration, bitte aktualisieren Sie die Seite und \xFCbersetzen Sie erneut.","error.googleLimitIp":"Der Service gibt einen Fehler zur\xFCck, Google-Dienste haben die IP-Adresse gedrosselt, es wird empfohlen, den Netzwerkknoten zu wechseln.","error.openAIFreeLimit":"Der Service gibt einen Fehler zur\xFCck, die aktuelle \xDCbersetzungsanforderungsrate hat das Limit von maximal 3 Mal pro Minute erreicht, bitte versuchen Sie es sp\xE4ter erneut. (Dies ist eine Beschr\xE4nkung von OpenAI f\xFCr kostenlose API-Schl\xFCssel. Um diese Beschr\xE4nkung aufzuheben, binden Sie bitte eine Kreditkarte im OpenAI-Backend.)","error.openAIExceededQuota":"Dienst gibt Fehler zur\xFCck: Ihr aktuelles OpenAI-Konto hat nicht gen\xFCgend Guthaben. Bitte laden Sie Ihr Konto auf oder verkn\xFCpfen Sie eine Kreditkarte im offiziellen OpenAI-Backend.","error.429":"Der Service gibt einen Fehler zur\xFCck, was darauf hinweist, dass die Anfragen zu h\xE4ufig sind oder das Limit \xFCberschritten wurde. Bitte versuchen Sie es sp\xE4ter erneut.","error.403":"Der Service gibt einen Fehler zur\xFCck, vor\xFCbergehend besteht keine Berechtigung zum Zugriff auf diesen Service.","error.400":"Der Service gibt einen Fehler zur\xFCck, die Anforderungsparameter sind falsch, bitte \xFCberpr\xFCfen Sie die entsprechende Konfiguration.","error.502":"Der Service gibt einen Fehler zur\xFCck, der Service ist zeitlich \xFCberschritten, bitte versuchen Sie es sp\xE4ter erneut.","error.proTokenInvalid":"Wenn Sie ein Pro-Benutzer sind, melden Sie sich bitte an, bevor Sie den Pro-\xDCbersetzungsdienst nutzen.","error.proUpgrade":"Nach dem Upgrade, bitte aktualisieren Sie die Seite und \xFCbersetzen Sie erneut.","error.configError":"Konfigurationsdaten sind abnormal","error.goReset":"Zur\xFCcksetzen",batchEdit:"Massenoperation","translationModeLang.translation.title":"Nur \xDCbersetzungsmodus Sprache","translationModeLang.translation.description":"Wenn die Seitensprache eine der folgenden Sprachen ist, wird automatisch nur der \xDCbersetzungsmodus verwendet.","translationModeUrl.translation.title":"Nur \xDCbersetzungsmodus-Webadresse","translationModeUrl.translation.description":"Wenn die Website die folgenden Domains hat, wird automatisch nur der \xDCbersetzungsmodus verwendet.","error.serveUnavailable":"Der von Ihnen derzeit verwendete [{serverName}] Dienst ist aufgrund von Netzwerkverbindungsproblemen oder Problemen mit dem Dienstanbieter vor\xFCbergehend nicht erreichbar. Wir empfehlen Ihnen, die Seite zu aktualisieren oder \xFCber <1>Einstellungen einen anderen \xDCbersetzungsdienst auszuw\xE4hlen. Wenn Sie ein <2>Pro-Mitglied sind, k\xF6nnen Sie den stabileren DeepL oder OpenAI \xDCbersetzungsdienst nutzen (<3>klicken Sie hier, um es kostenlos auszuprobieren). Dar\xFCber hinaus sollten Sie m\xF6glicherweise Ihre Netzwerk- oder Proxy-Einstellungen \xFCberpr\xFCfen.",detectServiceLoading:"\xDCberpr\xFCfung der verf\xFCgbaren \xDCbersetzungsdienste...",toggleToService:"Wechseln Sie zu {service} und versuchen Sie es erneut.","error.gemini.429":"Der aktuelle Gemini-Dienst hat seine maximale Kapazit\xE4t erreicht. Bitte versuchen Sie es sp\xE4ter erneut oder wechseln Sie zu einem anderen \xDCbersetzungsdienst.",enableSentryReport:"Wenn ein Fehler bei der Erweiterung auftritt, senden Sie Feedback mit Sentry.","translationServices.gemini":"Zwillinge","widget.translateFile":"PDF/ePub","error.reason":"Fehlergrund","floatBall.iKnow":"Ich wei\xDF.",goLogin:"Anmelden gehen","error.retry":"Wiederholen",touchShortcutsOff:"schlie\xDFen",pickAll:"Alles ausw\xE4hlen",notLogin:"Nicht angemeldet","slide.left":"Nach rechts wischen",loggedIn:"Eingeloggt","slide.right":"Nach links wischen",shortcutSettingsTitle:"Tastenkombination Einstellungen","tagsInput.add":"+ Hinzuf\xFCgen","subtitle.bilingual":"Zweisprachige Untertitel","multipleClick.2":"Doppelklick","shortcutGroup.touch":"Gesten speziell f\xFCr Touchscreens",alwaysTranslateThisSite:"Immer diese Website \xFCbersetzen",buildSnapshots:"Erstellen Sie ein Webseiten-Snapshot",networkError:"\xDCbersetzungsdienst oder Netzwerk hat ein Problem",neverTranslateThisSite:"\xDCbersetzen Sie diese Website niemals",translationOnlyMode:"Nur \xDCbersetzungsmodus","subtitle.hideQuickButton":"Nicht mehr diese Verkn\xFCpfung anzeigen","subtitle.showQuickButton":"Im Player werden Untertitel in zwei Sprachen angezeigt.","multipleClick.3":"Dreifachschlag","intro.subtitleTitle":"Online-Video-Zweisprachige Untertitelanzeige","shortcutGroup.main":"H\xE4ufig verwendete Funktionstastenkombinationen",temprarilyChangeTranslationTo_openai:"Verwendet OpenAI zum \xDCbersetzen der aktuellen Seite",shortcutSettings:"Tastenkombination","shortcutGroup.others":"Mehr benutzerdefinierte Funktionstastenkombinationen","intro.floatBallTitle":"Schnelle \xDCbersetzung Schwebekugel","widget.videoSubtitle":"Videountertitel",contact:"Kontaktieren Sie uns",mouseHoverCustomKeyTitle:"Benutzerdefinierte Maus-Hover-Tastenkombination",temprarilyChangeTranslationTo_gemini:"Verwenden von Gemini, um die aktuelle Seite zu \xFCbersetzen","browser.translateInputBox":"\xDCbersetzen Sie den aktuellen Inhalt des Eingabefelds.","multipleClick.4":"Vierfachschlag","browser.translateWithDeepL":"Vor\xFCbergehende Verwendung von DeepL zur \xDCbersetzung der aktuellen Seite",notLoginPro:"Sie haben sich noch nicht in Ihr Mitgliedskonto eingeloggt.",touchShortcutsToggleTranslateTouchElement:"Einstellen von Touchscreen-Gesten zum \xDCbersetzen bestimmter Abs\xE4tze","widget.instructionTooltip":"Anleitung anzeigen","browser.translateWithTransmart":"Verwenden Sie vor\xFCbergehend Tencent, um die aktuelle Seite zu \xFCbersetzen.",temprarilyChangeTranslationTo_google:"Verwenden Sie Google \xDCbersetzer, um diese Seite zu \xFCbersetzen.","shortcutGroup.shortcutsForTranslationServices":"\xDCbersetzungsdienst verwandte Tastenkombinationen",temprarilyChangeTranslationTo_deepl:"Verwenden von DeepL, um die aktuelle Seite zu \xFCbersetzen.","widget.instruction":"Gebrauchsanweisung","browser.translateWithOpenAI":"Vor\xFCbergehende Verwendung von OpenAI zum \xDCbersetzen der aktuellen Seite","intro.hoverTitle":"\xDCbersetzen Sie den aktuellen Absatz, indem Sie die Maus dar\xFCber schweben lassen.","browser.toggleMouseHoverTranslateDirectly":"Auf der Seite das direkte \xDCbersetzen durch Mouseover tempor\xE4r aktivieren oder deaktivieren","floatBall.longPress":"Durch langes Dr\xFCcken k\xF6nnen Sie das Einstellungsmen\xFC schnell \xF6ffnen.",temprarilyChangeTranslationTo_transmart:"Verwendet gerade Tencent \xDCbersetzung f\xFCr die aktuelle Seite.","floatBall.guideClickToTranslate":`Klicken Sie auf die immersive \xDCbersetzungsschwebekugel + {env.imt_trans_field}: \u0627\u0644\u062A\u0631\u062C\u0645\u0629`,"translationServices.claude":"\u0643\u0644\u0648\u062F","subtitle.quickButton.setting":"\u0625\u0639\u062F\u0627\u062F\u0627\u062A","subtitle.quickButton.white":"\u0623\u0628\u064A\u0636","subtitle.quickButton.black":"\u0627\u0644\u0644\u0648\u0646 \u0627\u0644\u0623\u0633\u0648\u062F","subtitle.quickButton.yellow":"\u0627\u0644\u0644\u0648\u0646 \u0627\u0644\u0623\u0635\u0641\u0631","subtitle.quickButton.backgroundOpacity":"\u0634\u0641\u0627\u0641\u064A\u0629 \u0627\u0644\u062E\u0644\u0641\u064A\u0629","subtitle.quickButton.translationPositionBottom":"\u0623\u0633\u0641\u0644 \u0627\u0644\u0646\u0635 \u0627\u0644\u0623\u0635\u0644\u064A","subtitle.quickButton.backgroundColor":"\u0644\u0648\u0646 \u0627\u0644\u062E\u0644\u0641\u064A\u0629","subtitle.quickButton.cyan":"\u0627\u0644\u0644\u0648\u0646 \u0627\u0644\u0623\u0632\u0631\u0642","subtitle.quickButton.translationPosition":"\u0645\u0648\u0642\u0639 \u0627\u0644\u062A\u0631\u062C\u0645\u0629","subtitle.quickButton.magenta":"\u0627\u0644\u0644\u0648\u0646 \u0627\u0644\u0642\u0631\u0645\u0632\u064A","subtitle.quickButton.translationTextColor":"\u0644\u0648\u0646 \u062E\u0637 \u0627\u0644\u0646\u0635","subtitle.quickButton.red":"\u0627\u0644\u0644\u0648\u0646 \u0627\u0644\u0623\u062D\u0645\u0631","subtitle.quickButton.translationPositionTop":"\u0641\u064A \u0627\u0644\u062C\u0632\u0621 \u0627\u0644\u0639\u0644\u0648\u064A \u0645\u0646 \u0627\u0644\u0646\u0635 \u0627\u0644\u0623\u0635\u0644\u064A","subtitle.quickButton.sourceTextColor":"\u0644\u0648\u0646 \u0627\u0644\u062E\u0637 \u0627\u0644\u0623\u0635\u0644\u064A","subtitle.quickButton.green":"\u0627\u0644\u0644\u0648\u0646 \u0627\u0644\u0623\u062E\u0636\u0631","subtitle.quickButton.sourceFontSize":"\u062D\u062C\u0645 \u0627\u0644\u062E\u0637 \u0627\u0644\u0623\u0635\u0644\u064A","subtitle.quickButton.blue":"\u0627\u0644\u0644\u0648\u0646 \u0627\u0644\u0623\u0632\u0631\u0642","subtitle.quickButton.translationFontSize":"\u062D\u062C\u0645 \u062E\u0637 \u0627\u0644\u0646\u0635 \u0627\u0644\u0645\u062A\u0631\u062C\u0645",attachSubtitleTranslating:"\u0627\u0633\u062A\u062E\u062F\u0645 {service} \u0644\u0644\u062A\u0631\u062C\u0645\u0629...","error.claude.403":"\u0644\u0627 \u062A\u0648\u062C\u062F \u0635\u0644\u0627\u062D\u064A\u0629 \u0645\u0624\u0642\u062A\u0629 \u0644\u0644\u0648\u0635\u0648\u0644 \u0625\u0644\u0649 \u0627\u0644\u062E\u062F\u0645\u0629\u060C \u0642\u062F \u064A\u0643\u0648\u0646 \u0630\u0644\u0643 \u0645\u0631\u062A\u0628\u0637\u064B\u0627 \u0628\u0627\u0644\u0642\u064A\u0648\u062F \u0627\u0644\u062C\u063A\u0631\u0627\u0641\u064A\u0629 \u0644\u0640 Claude \u060C \u064A\u0645\u0643\u0646\u0643 \u0645\u062D\u0627\u0648\u0644\u0629 \u062A\u063A\u064A\u064A\u0631 \u0639\u0646\u0648\u0627\u0646 IP \u0627\u0644\u062E\u0627\u0635 \u0628\u0643 \u060C \u0623\u0648 \u0627\u0633\u062A\u062E\u062F\u0627\u0645 \u062E\u062F\u0645\u0627\u062A \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0623\u062E\u0631\u0649.","browser.brandDescriptionForSafari":"\u3010\u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u063A\u0627\u0645\u0631\u0629\u3011 \u0625\u0636\u0627\u0641\u0629 \u0645\u062C\u0627\u0646\u064A\u0629 \u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0635\u0641\u062D\u0627\u062A \u0627\u0644\u062B\u0646\u0627\u0626\u064A\u0629 \u0627\u0644\u0644\u063A\u0629 (\u0627\u0644\u0646\u0635 \u0627\u0644\u0623\u0635\u0644\u064A / \u0627\u0644\u062A\u0631\u062C\u0645\u0629)\u060C \u062A\u062F\u0639\u0645 \u0641\u064A \u0627\u0644\u0648\u0642\u062A \u0646\u0641\u0633\u0647 \u062A\u0631\u062C\u0645\u0629 PDF \u0648\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0643\u062A\u0628 \u0627\u0644\u0625\u0644\u0643\u062A\u0631\u0648\u0646\u064A\u0629 EPUB \u0645\u0639 \u0627\u0644\u062D\u0641\u0627\u0638 \u0639\u0644\u0649 \u062A\u0646\u0633\u064A\u0642 \u0627\u0644\u0648\u062B\u064A\u0642\u0629 \u0627\u0644\u0623\u0635\u0644\u064A\u0629\u060C \u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u062A\u0631\u062C\u0645\u0627\u062A \u0627\u0644\u062B\u0646\u0627\u0626\u064A\u0629 \u0627\u0644\u0644\u063A\u0629 \u0644\u0644\u0641\u064A\u062F\u064A\u0648\u0647\u0627\u062A \u0639\u0644\u0649 \u0627\u0644\u0625\u0646\u062A\u0631\u0646\u062A \u0645\u062B\u0644 Youtube/Netflix\u060C \u062A\u062F\u0639\u0645 \u062E\u062F\u0645\u0627\u062A \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0631\u0626\u064A\u0633\u064A\u0629 \u0645\u062B\u0644 Deepl/Google\u061B","browser.PdfProFile":"\u062A\u0631\u062C\u0645\u0629 PDF Pro \u0628\u062F\u0639\u0645 \u0645\u0646 \u0627\u0644\u0630\u0643\u0627\u0621 \u0627\u0644\u0627\u0635\u0637\u0646\u0627\u0639\u064A","browser.textTranslate":"\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0646\u0635"};var Sb={nologin:"nicht eingeloggt",loginForSafari:"Anmelden oder Registrieren",login:"Anmelden, um eine Mitgliedschaft zu er\xF6ffnen",manageAccount:"Verwaltete Konten",openPremium:"Offene Mitgliedschaft",logout:"Abbrechen",curentPlan:"Aktuelle Pakete",endAt:"Verfallsdatum",endAuto:"automatische Erneuerung",lineBreakMaxTextCount:"Maximal zul\xE4ssige Anzahl von Zeichen pro Satz nach Zeilenumbr\xFCchen","translate-pdf":"Zum \xDCbersetzen PDF anklicken","noSupportTranslate-pdf":"Script nicht unterst\xFCtzt, bitte Plugin verwenden","translate-firefox-local-pdf":"Klicken Sie, um zu PDF importieren zu gelangen",enableLineBreak:"Automatischen Zeilenvorschub f\xFCr lange Abs\xE4tze aktivieren",sponsorLabel:"$1 Gesponserte Entwickler",help:"Hand",browserShortcutsNoteForFirefox:'Um die Verkn\xFCpfungen in Firefox zu \xE4ndern, m\xFCssen Sie die Seite f\xFCr die Verwaltung der Erweiterungen "about:addons" \xF6ffnen, dann auf "Einstellungen" und dann auf "Verkn\xFCpfungen verwalten" klicken, um die Verkn\xFCpfungen festzulegen.',browserShortcutsNoteForChrome:'Um Verkn\xFCpfungen in Chrome zu \xE4ndern, m\xFCssen Sie die Seite f\xFCr die Verwaltung von Erweiterungen \xF6ffnen, sie im Bereich "Verkn\xFCpfungen verwalten" festlegen (chrome://extensions/shortcuts) und auf die Schaltfl\xE4che unten klicken, um zur Seite f\xFCr die Verwaltung von Verkn\xFCpfungen zu gelangen.',browserShortcutsSucks:"Benutzerdefinierte Tastenkombinationen werden wie folgt formatiert (es erfolgt keine automatische Erkennung, bitte direkt eingeben)\uFF1A",enableLineBreakDescription:"Wenn diese Funktion aktiviert ist, werden in langen Abs\xE4tzen am Ende jedes Satzes Zeilenumbr\xFCche eingef\xFCgt, um die Lesbarkeit zu verbessern.","browser.shortBrandName":"Immersions\xFCbersetzung","browser.brandName":"Immersion Translation: Bilinguale Webseiten & PDF \xDCbersetzung","browser.brandDescription":"Bilingual web page translation, also supports PDF translation, bilingual Epub eBook translation, free to use.","browser.toggleTranslatePage":"Seite \xFCbersetzen/ Originaltext anzeigen","browser.toggleTranslateTheWholePage":"Alle Bereiche der Seite \xFCbersetzen/den Originaltext anzeigen","browser.toggleOnlyTransation":"Wechseln Sie in den Zweisprachen-/Nur-\xDCbersetzungsmodus","browser.toggleTranslateToThePageEndImmediately":"Sofortige \xDCbersetzung am Ende der Seite/Anzeige des Originaltextes","browser.toggleTranslateTheMainPage":"Den Hauptbereich der Seite \xFCbersetzen/den Originaltext anzeigen","browser.shareToDraft":"Zweisprachige Seiten teilen","browser.openOptionsPage":"\xD6ffnen Sie die Einstellungsseite","browser.toggleTranslationMask":"Translationsunsch\xE4rfe-Effekt ein-/ausblenden","browser.translateLocalPdfFile":"Lokale PDF-Dateien \xFCbersetzen","browser.openEbookViewer":"Lokale eBooks lesen","browser.openEbookBuilder":"Zweisprachige EPUB eBooks erstellen","browser.translateLocalHtmlFile":"HTML/Txt-Dateien \xFCbersetzen","browser.donateContext":"Erfahren Sie mehr \xFCber die Vorteile eines Sponsors","browser.translateLocalSubtitleFile":"Lokale Untertiteldateien \xFCbersetzen",confirmResetConfig:"Sind Sie sicher, dass Sie die Einstellungen zur\xFCcksetzen wollen?",translationLineBreakSettingTitle:"\xDCbersetzung Zeilenvorschubeinstellung",smartLineBreak:"Smart Line Feed (Berechnung)",alwaysLineBreak:"Immer Zeilenvorschub",isShowContextMenu:"Hinzuf\xFCgen \xFCbersetzter Seiten zu Rechtsklick-Men\xFCpunkten",toggleBeta:"Aktivieren von Beta-Testfunktionen",betaDescription:"Aktivieren Sie Funktionen, die noch experimentell sind, sowie einen \xDCbersetzungsdienst in der Beta-Phase. Treten Sie der <1>Telegram-Gruppe bei, um mehr zu erfahren.",translationLineBreakSettingDescription:"Bei Seiten mit wenig Inhalt sind die Zeilenumbr\xFCche immer ordentlich und \xFCbersichtlich. (Verwenden Sie intelligente Zeilenumbr\xFCche in langen, inhaltsreichen Abs\xE4tzen (mehr als{count}Zeichen), um Platz zu sparen).",tempTranslateDomainTitle:"Dauer des vor\xFCbergehenden Einschaltens der Website-\xDCbersetzung",tempTranslateDomainDescription:"Wenn Sie eine Webseite manuell \xFCbersetzen, schalten Sie die Website vor\xFCbergehend f\xFCr die automatische \xDCbersetzung ein, und Sie k\xF6nnen die vor\xFCbergehende Dauer festlegen.",xMinutes:"{count} Minuten",disabled:"die Verwendung von etw. untersagen",changelog:"Protokoll aktualisieren",toggleTranslatePageWhenThreeFingersOnTheScreen:"Gleichzeitiges Ber\xFChren des Bildschirms mit mehreren Fingern \xFCbersetzt Webseiten/zeigt den Originaltext an",toggleTranslationMaskWhenThreeFingersOnTheScreen:"Durch Ber\xFChren mit mehreren Fingern wird der Unsch\xE4rfeeffekt ein- und ausgeblendet.",fingerCountToToggleTranslagePageOnlyTranslationWhenTouching:"Wenn Sie mit mehreren Fingern gleichzeitig den Bildschirm ber\xFChren, wird die Webseite \xFCbersetzt (nur \xDCbersetzung) bzw. der Originaltext angezeigt.",addUrlDescription:"Kann ein Dom\xE4nenname sein und unterst\xFCtzt auch Wildcards, z. B.\uFF1A*.google.com, google.com/mail/*, https://www.google.com/*",general:"Grundeinstellungen",clickToExpandConfig:"Aktuelle Konfiguration erweitern",import:"Aus Datei importieren",export:"In Datei exportieren",toggleDebug:"Das Debug-Protokoll auf der Konsole ausgeben","fingers.0":"Klageschrift","fingers.2":"Zwei-Finger-Ber\xFChrung","fingers.3":"Drei-Finger-Ber\xFChrung","fingers.4":"Vier-Finger-Ber\xFChrung","fingers.5":"F\xFCnf-Finger-Ber\xFChrung",mouseHoldKey:"+ {key} \xDCbersetzen/Wiederherstellen des Absatzes",mouseHoldKeyAuto:"Direkte \xDCbersetzung des Absatzes",mouseHoldKeyOff:"Tun Sie nichts.",mouseHoldKeyOther:"Benutzerdefinierte Tastenkombinationen (Einstellungen \xF6ffnen)",mouseHoldKeyCustomKey:"{key} \xDCbersetzung/K\xFCrzung des Absatzes",mouseHoverHoldKey:"\xDCbersetzen Sie Abs\xE4tze, indem Sie die Tastenkombination dr\xFCcken, w\xE4hrend Sie mit der Maus dar\xFCber fahren.","mouse-translate":"Mauszeiger",document:"(Computer-)Datei",resetSuccess:"Alle Einstellungen erfolgreich zur\xFCcksetzen",resetThisSuccess:"Zur\xFCcksetzen erfolgreich",saved:"Erfolgreich speichern",successImportConfig:"Erfolgreich importierte Konfiguration",goAdvancedSettings:"Gehen Sie zur Seite Erweiterte Einstellungen",goAdvancedInterfaceSettings:"Gehen Sie zur Seite Erweiterte Anpassungseinstellungen",advanced:"Erweiterte Einstellungen",advancedDescription:"In der Regel sind keine Einstellungen erforderlich, belassen Sie es bei der Standardeinstellung. Nur f\xFCr spezialisiertere Benutzer sind mehr personalisierte Einstellungen verf\xFCgbar.",developer:"Einstellungen f\xFCr Entwickler",donateCafe:"Preise","translate to the bottom of the page":"Wird sie unmittelbar nach dem Betreten der Seite an das Ende der Seite \xFCbersetzt?",feedback:"Frage Feedback",toggleTranslatePage:"Seite \xFCbersetzen/ Originaltext anzeigen",translateToThePageEndImmediatelyDescription:"Wenn Sie die Funktion einschalten, wird der Inhalt sofort bei der Eingabe vom oberen zum unteren Rand der Seite \xFCbersetzt. Wenn Sie die Funktion ausschalten, wird der Inhalt w\xE4hrend des Lesens \xFCbersetzt. (Nicht empfohlen)","translate all areas of the page":"Ob alle Bereiche der Seite \xFCbersetzt werden sollen",translationAreaDescription:"Ist die Option aktiviert, werden alle Bereiche der gesamten Webseite \xFCbersetzt. Wenn Sie die Option ausschalten, wird die standardm\xE4\xDFige intelligente Erkennung verwendet und nur die Hauptbereiche werden \xFCbersetzt. (Es wird nicht empfohlen, diese Funktion einzuschalten)","the number of characters to be translated first":"\xDCbersetzen Sie direkt die ersten Zeichen der Seite, ohne zu warten, bis der Anzeigebereich angezeigt wird.","interface language":"Interface-Sprache","display both the original text and the translation":"Gleichzeitige Anzeige von Original und \xDCbersetzung","keyboard shortcuts":"Tastaturkurzbefehle",modify:"Tastenkombinationen \xE4ndern",reset:"reprovision",close:"Klageschrift",homepage:"Homepage",more:"mehr",moreOptions:"Erweitern Sie Ihre Anpassungsoptionen",translateTheWholePage:"Alle Bereiche der Seite \xFCbersetzen (im Gegensatz zu einer intelligenten Erkennung der Hauptbereiche)",changeToTranslateTheWholePage:"Umschalten auf die \xDCbersetzung aller Regionen",changeToTranslateTheMainPage:"Zum Hauptbereich \xDCbersetzen wechseln",changeToOnlyTranslationMode:"Umschalten, um nur \xDCbersetzungen anzuzeigen",changeToDualTranslationMode:"Umschalten auf zweisprachige \xDCbersetzung",translateToThePageEndImmediately:"Sofortige \xDCbersetzung an das Ende der Seite",translateTheMainPage:"Intelligente \xDCbersetzung Schl\xFCsselregionen","The local rules are up to date":"Die \xF6rtlichen Anpassungsvorschriften sind auf dem neuesten Stand.","Successfully synchronized with the latest official rules:":"Erfolgreich synchronisiert mit den neuesten offiziellen Anpassungsregeln.","Checking for updates":"Pr\xFCfen auf Aktualisierungen","Rules are being synchronized":"Anpassungsregeln werden synchronisiert",localVersionIsTooOld:"Die Version der lokalen Erweiterung ist zu alt. Bitte aktualisieren Sie die Erweiterung auf {minVersion} oder eine neuere Version, bevor Sie versuchen zu synchronisieren.",badUserscriptBrowser:"Der aktuelle Browser implementiert die Schnittstelle der Grease Monkey-Erweiterung nicht korrekt (z. B. um Informationen \xFCber die Versionsnummer des Grease Monkey-Skripts selbst zu erhalten). Bitte verwenden Sie andere Browser, die die <1>Grease Monkey-Erweiterung unterst\xFCtzen, wie z. B. Firefox.",foundNewVersion:"Entdecken Sie die neue Version",theLocalExtensionIsUpToUpdate:"Die aktuelle Erweiterung ist auf dem neuesten Stand.",failToSyncRules:"Fehlende Synchronisierung der neuesten Anpassungsregeln",retry:"Klicken Sie hier, um es erneut zu versuchen",failedReason:"Gr\xFCnde f\xFCr das Scheitern",currentRuleVersion:"Aktuelle Regelversion",calculating:"Berechnungen",unknownError:"unbekannter Fehler",canNotFetchRemoteRule:"Remote-Regeln k\xF6nnen nicht abgerufen werden",enableAlphaSuccess:"Alpha aktiviert",disableAlphaSuccess:"Die Alpha-Funktion wurde ausgeschaltet.",cacheSize:"Cache-Gr\xF6\xDFe\uFF1A",cleaning:"in Liquidation befindlich",cleanCache:"den Cache l\xF6schen",options:"aufstellen",about:"in Bezug auf",service:"Dolmetscherdienst",needAction:"(Gehe zu Einstellungen)",goSettings:"loslegen und einrichten",needActionForOptions:"(noch einzurichten)",translationEngine:"Motor Optionen",sourceLanguage:"Originalsprache",target:"Zielsprache",popupSourceLanguage:"Originalsprache",popupTarget:"Zielsprache",popupService:"Dolmetscherdienst",forThisSite:"Aktuelle Website",autoEnableSubtitle:"Automatisches \xD6ffnen von zweisprachigen Untertiteln",alwaysTranslate:"\xDCbersetzen Sie immer",neverTranslate:"Niemals \xFCbersetzen",alwaysTranslateSomeLanguage:"\xDCbersetzen Sie immer {language}",neverTranslateSomeLanguage:"Niemals \xFCbersetzen {language}",alwaysTranslateSomeSite:"\xDCbersetzen Sie immer {hostname}",neverTranslateSomeSite:"Niemals \xFCbersetzen {hostname}",alwaysTranslateSomeSiteOrWildSite:"\xDCbersetzen Sie immer die Website",alwaysTranslateSomePage:"\xDCbersetzen Sie die Seite immer",add:"erh\xF6hen.",default:"Standard (Einstellung)",forThisLanguage:"F\xFCr diese Sprache\uFF1A","add url":"URL eingeben",edit:"Compiler","translate other languages into specific language":"\xDCbersetzen Sie andere Sprachen in Ihre eingestellte Sprache","select translation service":"W\xE4hlen Sie einen \xDCbersetzungsdienst",language:"Mehrsprachigkeit","show-original":"Originaltext anzeigen",translate:"Rendering",Translated:"\xFCbersetzt",Translating:"in \xDCbersetzung",Error:"falsch",allowCacheTranslations:"Aktivieren Sie das lokale \xDCbersetzungscaching (um \xDCbersetzungsanfragen f\xFCr doppelte Passagen zu reduzieren)","translation display":"Anzeigestil der \xDCbersetzung","select diplay style":"Unterscheiden Sie die verschiedenen \xDCbersetzungsstile anhand der folgenden Beispiele",interface:"Interface-Einstellungen",import_export:"Import/Export",import_export_title:"Konfiguration importieren/exportieren",syncToGoogleDrive:"Jetzt mit Google Drive synchronisieren",floatBallOptions:"Hoverball-Einstellungen","floatBallOptions.enable":"Hoverball freischalten","floatBallOptions.blockUrls":"Website deaktivieren","floatBallOptions.add":"erh\xF6hen.","floatBallOptions.blockUrlDesc":"Schwebeb\xE4lle werden nicht angezeigt, wenn die folgenden Websites aufgerufen werden","floatBallOptions.clickType":"Klickverhalten","floatBallOptions.clickTypeDesc":"Verhalten des Hoverball-Symbols beim Anklicken","floatBallOptions.clickPopup":"\xDCbersetzungspanel anzeigen","floatBallOptions.clickTranslate":"\xDCbersetzung/Anzeige des Originaltextes","floatBallOptions.fixedPosition":"\u56FA\u5B9A\u4F4D\u7F6E","floatBallOptions.fixedPositionDesc":"\u60AC\u6D6E\u7403\u5728\u7A97\u53E3\u5DE6\u4FA7\u8FD8\u662F\u53F3\u4FA7","floatBallOptions.fixedPositionLeft":"\u5DE6\u4FA7","floatBallOptions.fixedPositionRight":"\u53F3\u4FA7",previewAllThemes:"Vorschau aller Stile","translationTheme.none":"nicht haben","translationTheme.grey":"dunkelgrau","translationTheme.dashed":"gepunktete Unterstreichung","translationTheme.dotted":"gepunkteter Unterstrich","translationTheme.dashedBorder":"gepunkteter Rand","translationTheme.solidBorder":"feste Umrandung","translationTheme.underline":"Unterstreichen Sie gerade Linien","translationTheme.mask":"Fuzzy-Effekte (Lernmodi)","translationTheme.opacity":"Transparenz-Effekt","translationTheme.paper":"Wei\xDFes Papier Schatteneffekt","translationTheme.dividingLine":"Trennungslinie","translationTheme.highlight":"hohe Helligkeit","translationTheme.marker":"Markierung (Lehnwort)","translationTheme.marker2":"Markierung 2","translationTheme.blockquote":"Referenzierungsstile","translationTheme.weakening":"Schw\xE4chung","translationTheme.italic":"Schr\xE4gschrift","translationTheme.bold":"eindicken","translationTheme.thinDashed":"d\xFCnne gepunktete Linie, Unterstrich","translationTheme.nativeDashed":"Das System ist mit einem gepunkteten Unterstrich versehen","translationTheme.nativeDotted":"System kommt mit gepunktetem Unterstrich","translationTheme.nativeUnderline":"Das System wird mit einer geraden Linie unterstrichen","translationTheme.wavy":"gewellte Linie","translationServices.custom":"Benutzerdefinierte API","translationServices.tencent":"Tencent \xDCbersetzer","translationServices.tenAlpha":"Tencent \xDCbersetzer (Alpha)","translationServices.google":"Google \xDCbersetzen","translationServices.bai":"Baidu (Alpha)","translationServices.baidu":"Baidu's \xDCbersetzung","translationServices.aliyun":"AliCloud \xDCbersetzung","translationServices.volc":"Vulkan\xFCbersetzung","translationServices.deeplx":"DeepLX (Beta)","translationServices.bing":"Microsoft \xDCbersetzen","translationServices.deepl":"DeepL","translationServices.wechat":"WeChat \xDCbersetzung","translationServices.azure":"Azure-\xDCbersetzung","translationServices.ibm":"IBM Watson","translationServices.aws":"Amazonas-\xDCbersetzung","translationServices.mock":"Simulierte \xDCbersetzung","translationServices.mock2":"Simulierte \xDCbersetzung 2","translationServices.caiyun":"lit. bunte Wolken und kleine \xDCbersetzungen","translationServices.cai":"Bunte Wolken (Alpha)","translationServices.volcAlpha":"Vulkan (Alpha)","translationServices.openl":"OpenL","translationServices.youdao":"Youtube-\xDCbersetzung","translationServices.you":"Youdao \xDCbersetzer (Alpha)","translationServices.transmart":"Tencent Interactive \xDCbersetzung","translationServices.niu":"Maverick Translator","translationServices.papago":"Papago \xDCbersetzung","translationServices.d":"D (Alpha)","translationServices.dpro":"D Pro (Kanarienvogel)","translationServices.openai":"OpenAI","translationServices.yandex":"Yandex","translationServices.chatgpt":"ChatGPT Web(3.5 mobil)","translate title":"Seitentitel \xFCbersetzen","always languages":"\xDCbersetzen Sie immer die Sprache",neverTranslateLanguagesLabel:"Die Sprache, die nie \xFCbersetzt werden wird",neverTranslateTheFollowingLanguagesDescription:"\xDCbersetzungen werden \xFCbersprungen, wenn ein Absatz auf der Seite in einer der folgenden Sprachen vorliegt",enableUserscriptPagePopup:"Schwebeball auf der Seite anzeigen",enableUserscriptPagePopupDescription:"Nachdem Sie den Hoverball ausgeschaltet haben, k\xF6nnen Sie ihn mit dem Shortcut /{touch}wieder aufrufen. Es wird dringend empfohlen, diese Einstellungsseite als Lesezeichen zu speichern, um zu verhindern, dass der Hoverball nach dem versehentlichen Ausschalten dieser Option nicht mehr gefunden wird!","always translate the following languages":"\xDCbersetzt automatisch in die Zielsprache, wenn die Seite in einer der folgenden Sprachen vorliegt","always sites":"Immer \xFCbersetzte Websites","always translate the following sites":"Websites werden automatisch in die Zielsprache \xFCbersetzt, wenn es sich um die Domainnamen von","never sites":"Nie \xFCbersetzte Website","never translate the following sites":"\xDCbersetzungen werden nicht durchgef\xFChrt, wenn die Website f\xFCr die folgenden Domains bestimmt ist","please refer to":"Sie m\xFCssen den Schl\xFCssel ausf\xFCllen, bevor Sie ihn verwenden k\xF6nnen.",KeyAndConfigurationTutorial:"Tutorial zur Anwendung und Konfiguration von Schl\xFCsseln",useAboveStyleForTheseSites:"Verwenden Sie immer den \xDCbersetzungsstil \u2308{theme}\u230B, wenn die Website f\xFCr die folgenden Domains bestimmt ist",currentUrl:"Aktuelle URL",confirm:"Speichern (einer Datei usw.) (Informatik)",cancel:"Stornierungen",delete:"entfernen","languages.auto":"automatische Erkennung",syncToCloud:"Mit Google Drive synchronisieren",syncToCloudDescription:"Die in die Cloud hochgeladene Konfiguration kann zwischen verschiedenen Browsern bzw. Grease-Monkey-Skripten synchronisiert werden, je nachdem, was zuletzt ge\xE4ndert wurde.",syncToAccount:"Synchronisierung mit der Immersive Translation Cloud",syncToAccountButton:"Sofortige Synchronisierung mit der Cloud",syncToAccountDescription:"Automatische Synchronisierung von Konfigurationen zwischen verschiedenen Ger\xE4ten, je nachdem, was zuletzt ge\xE4ndert wurde.",successSyncConfigInAccount:"Erfolgreiche Synchronisierung mit der Cloud",successSyncConfigToAccount:"Erfolgreiche Synchronisierung mit der Cloud",syncConfigNoUpdate:"Sie ist bereits auf dem neuesten Stand.",authFail:"Autorisierungsfehler",syncTitle:"Manuelles Backup-Management",import_hint:"importieren (Daten)",upload:"hochladen",revokeAuth:"eine Zulassung widerrufen",uploadFail:"Upload fehlgeschlagen",download:"Herunterladen von",importSuccess:"Erfolgreich importiert",importFail:"Importfehler",deleteFail:"L\xF6schen fehlgeschlagen",backupToCloud:"Manuelle Verwaltung von Sicherungsdateien",create_new_backup:"Einen neuen Sicherungsknoten hinzuf\xFCgen",maxBackupFiles:"Es k\xF6nnen bis zu{count}verschiedene Nodes gesichert werden, bitte l\xF6schen Sie die Nodes, die Sie nicht ben\xF6tigen.",backupToCloudDescription:"Manuelles Hochladen oder Wiederherstellen von Sicherungsdateien, wobei bis zu 3 verschiedene Sicherungen m\xF6glich sind",successSyncConfig:"Erfolgreiche Synchronisierung mit der Cloud",syncFail:"Synchronisationsfehler",updatedAt:"Aktualisiert von {date}",lastSyncedAt:"Zuletzt gepr\xFCft unter {date}",downloadFail:"Download fehlgeschlagen",clickToDownload:"Klicken Sie zum Herunterladen",aboutLabel:"\xDCber - Feedback","browser.openAboutPage":"\xDCber/Feedback",aboutLabelWithoutSponsor:"\xDCber - Feedback",aboutIntro:"M\xF6gen wir alle einen einfacheren und angenehmeren Zugang zu der riesigen Menge fremdsprachiger Informationen im Internet haben \u2764\uFE0F Sie k\xF6nnen Ihre <6>Pro-Mitgliedschaft aktivieren, um die sofort einsetzbaren DeepL und OpenAI-\xDCbersetzungen zu nutzen.

Sie k\xF6nnen uns auf <3>Twitter, <4>Telegram, Weibo, WeChat folgen oder <5>sich in unsere Mailingliste eintragen, um Updates zu erhalten.
<7>Pro-Mitglieder k\xF6nnen uns unter <8>support@immersivetranslate.com kontaktieren, um schnellen Kundenservice zu erhalten.",aboutIntroWithoutSponsor:"M\xF6gen wir alle einen leichteren und angenehmeren Zugang zu der enormen Menge an fremdsprachlichen Informationen haben, die im Internet zur Verf\xFCgung stehen \u2764\uFE0F

Sie k\xF6nnen uns auf <3>Twitter, im <4>Telegram-Kanal, auf WeChat und WeChat Exchange folgen oder <5>sich unten per <5>E-Mail f\xFCr Updates <5>anmelden.",projectHomepage:"Projekt Heimat",joinTelegramGroup:"Treten Sie der Benutzergruppe bei, um an Diskussionen \xFCber Funktionen teilzunehmen.",wechatPublicAccount:"WeChat \xD6ffentlich",wechatCommunities:"WeChat Austauschgruppe",qqCommunities:"QQ Kommunikationskanal",joinTelegramChannel:"Folgen Sie dem Telegram-Kanal f\xFCr aktuelle Updates",feedbackAndJoin:"Frage Feedback / Gruppe hinzuf\xFCgen",autoSync:"automatische Zeitsynchronisation",loadingThemeTitle:"Stil laden",loadingThemeDescription:"Einstellen des Stils beim Warten auf das Laden der \xDCbersetzung","loadingTheme.spinner":"Animation zum Drehen","loadingTheme.text":"etw. in statischer Schrift ","loadingTheme.none":"nicht gezeigt",developerDescription:"Die Dokumentation zur erweiterten Anpassung finden Sie <1>hier","edit border color":"\xC4ndern Sie die Farbe des Rahmens",successSyncButNoChange:"Die aktuelle Konfiguration ist mit der Cloud konsistent",customTheme:"Individuelle Farben und Gr\xF6\xDFen","customThemeLabel.borderColor":"Farbe der Umrandung","customThemeLabel.borderRadius":"Abgerundete Kanten","customThemeLabel.textColor":"Textfarbe","customThemeLabel.backgroundColor":"Hintergrundfarbe","customThemeLabel.zoom":"Skalierung der Schrift (%)","customThemeLabel.opacity":"Text-Opazit\xE4t (%)",resetToDefaultColor:"Wiederherstellung der Standardfarben",resetToDefaultSettings:"Wiederherstellen der Standardeinstellungen",isTranslateTitle:"\xDCbersetzung der Seitentitel aktivieren",isTranslateTitleDescription:"Beim \xD6ffnen wird der Seitentitel \xFCbersetzt",enableSearchEnhancement:"Erm\xF6glichung der zweisprachigen Erweiterung von Nachrichten",enableSearchEnhancementDescription:'Sobald diese Funktion aktiviert ist, werden die Suchergebnisse von "Google News" automatisch in der rechten Spalte der unterst\xFCtzten Websites (Google News, Google Search (einige Suchbegriffe), Snowball, Oriental Fortune, Futura, Tiger Community) f\xFCr die entsprechenden englischen Suchbegriffe angezeigt.',verifyService:"Klicken Sie hier, um den Dienst zu testen",verified:"Erfolg \xFCberpr\xFCfen","field.langs":"Unterst\xFCtzte Sprachcodes","field.model":"Modellierung","field.translationEngine":"\xDCbersetzungsmotor","field.limitPerMinute":"Maximale Anfragen pro Minute","field.limitPerSecond":"Maximale Anzahl von Anfragen pro Sekunde","field.maxTextLengthPerRequest":"Maximale Textl\xE4nge pro Anfrage","field.maxTextGroupLengthPerRequest":"Maximale Anzahl von Abs\xE4tzen pro Anfrage","field.apiUrl":"Adresse der benutzerdefinierten API-Schnittstelle","field.placeholderDelimiters":"reservierter Platzhalter","description.custom":"Benutzerdefinierte Schnittstelle Zugriff Dokumentation erforderlich","description.limitPerMinute":"Anfragen, die diese Grenze \xFCberschreiten, werden bis zum Beginn der n\xE4chsten Minute in eine Warteschlange gestellt. Aufgrund der verschiedenen Einschr\xE4nkungen von OpenAIs aktuellem Service, klicken Sie bitte <1>hier f\xFCr die neuesten vorgeschlagenen Werte","description.limitPerSecond":"Anfragen, die diese Grenze \xFCberschreiten, werden bis zum Beginn der n\xE4chsten Sekunde in eine Warteschlange gestellt. Aufgrund der verschiedenen Einschr\xE4nkungen von OpenAIs aktuellem Service, klicken Sie bitte <1>hier f\xFCr die neuesten vorgeschlagenen Werte","description.generalLimitPerSecond":"Anfragen, die diese Grenze \xFCberschreiten, werden bis zum Beginn der n\xE4chsten Sekunde in eine Warteschlange gestellt.","description.prompt":"Gespr\xE4che, die im Namen des Benutzers an {service} gesendet werden, wobei {{text}} den Textinhalt des Absatzes darstellt, {{from}} die Sprache des Absatzes und {{to}} die Zielsprache.","description.maxTextLengthPerRequest":"Die maximale Anzahl von Zeichen pro Anfrage ist zu gro\xDF, so dass die Schnittstelle langsam reagiert. Versuchen Sie daher, diese Option anzupassen, um die Geschwindigkeit zu optimieren.","description.systemPrompt":"Gespr\xE4che, die im Namen des Systems an {service} gesendet werden, wobei {{text}} den Textinhalt des Absatzes darstellt, {{from}} die Sprache des Absatzes und {{to}} die Zielsprache.","field.domain":"Bereich","description.domain":"Der Standardwert ist\uFF1Ageneral. Kann nur gesetzt werden, wenn die Dom\xE4nen\xFCbersetzung in der Arima API-Konsole aktiviert ist, siehe <1>hier f\xFCr unterst\xFCtzte Dom\xE4nen","field.scene":"Nehmen Sie","description.scene":"Der Standardwert ist\uFF1Ageneral. Kann nur eingestellt werden, wenn die AliCloud-API-Konsole Machine Translation Pro \xF6ffnet, siehe <1>hier f\xFCr unterst\xFCtzte Szenarien","field.vocabId":"Benutzerw\xF6rterbuch-ID","description.vocabId":"Das angegebene W\xF6rterbuch out_id unterst\xFCtzt derzeit die \xDCbersetzung Englisch-Chinesisch.","description.model":"OpenAI-Modelle, z.B. gpt-3.5-turbo, gpt-4, etc.","description.maxTextGroupLengthPerRequest":"Die Anzahl der Abs\xE4tze, die gleichzeitig an den \xDCbersetzungsdienst gesendet werden. Wenn es zu viele Abs\xE4tze sind, kann dies dazu f\xFChren, dass die Schnittstelle langsamer reagiert.","description.apiUrl":"Bitte f\xFCgen Sie spezifische URLs mit Pfaden, <1>mehr Beschreibung",enabledExtension:"Aktivieren von Erweiterungen",clickToDisableExtension:"Klicken Sie hier, um Erweiterungen zu deaktivieren",clickToEnableExtension:"Klicken Sie, um Erweiterungen zu aktivieren",hasBeenDisabled:"deaktiviert","show password":"Passwort anzeigen",customContent:"Eingabe eines benutzerdefinierten Modellnamens",inputOptions:"Erweiterung des Eingabefeldes",mouseHoverOptions:"Mauszeiger",modifyMouseHoverKey:"Mauszeiger-Kurzbefehl \xE4ndern",enableInputTranslation:"Ob die Erweiterung des Eingabefeldes aktiviert werden soll",enableInputTranslationDescription:"Nach der Aktivierung geben Sie {startingKey}{startingKey} hallo direkt in das Eingabefeld ein und dr\xFCcken dann schnell{inputTrailingTriggerKeyRepeatTimes}mal{trailingKey}, um in {inputTargetLanguage}zu \xFCbersetzen.",enableInputTranslationDescriptionForNoneKey:"Nach der Aktivierung geben Sie\uFF1AHello World direkt in das Eingabefeld ein und dr\xFCcken dann schnell{inputTrailingTriggerKeyRepeatTimes}{trailingKey}, um in die Standardzielsprache zu \xFCbersetzen.",inputTargetLanguage:"Einstellung der Standard-Zielsprache f\xFCr Eingabefelder",inputTargetLanguageDescription:"Standard-Zielsprache f\xFCr die \xDCbersetzung von Eingabefeldern, d.h. {startingKey}{startingKey} als Standardsprache f\xFCr Triggerw\xF6rter",inputTargetLanguageDescriptionForNoneKey:"Standard-Zielsprache f\xFCr die \xDCbersetzung des Eingabefeldes",inputStartingTriggerKeyTitle:"Einstellung des Trennzeichens f\xFCr die Teil\xFCbersetzung des Eingabefeldes",inputStartingTriggerKeyDescription:"Wenn Sie nicht das gesamte Eingabefeld \xFCbersetzen m\xFCssen, k\xF6nnen Sie mit dem Splitter nur den Teil von {startingKey}{startingKey} bis zum Ende des Eingabefelds \xFCbersetzen, oder Sie k\xF6nnen den Sprachcode angeben, z. B.\uFF1A{startingKey}ja bedeutet, dass nur der Teil von {startingKey}ja bis zum Ende des Eingabefelds \xFCbersetzt wird.",inputStartingTriggerKeyDescriptionForNoneKey:'Die derzeitige Einstellung "kein Pr\xE4fix" wird nicht ben\xF6tigt, und die \xDCbersetzungsfunktion f\xFCr einige Texte im Eingabefeld ist derzeit nicht verf\xFCgbar.',inputTrailingTriggerKeyTitle:"W\xE4hlen Sie ein Ausl\xF6sezeichen f\xFCr das Ende eines Eintrags",inputTrailingTriggerKeyDescription:"3 schnelle Treffer{trailingKey} wird mit der \xDCbersetzung beginnen!",inputTrailingTriggerKeyTimeout:"Geben Sie die Zeit zwischen den Ausl\xF6sern f\xFCr das Ende des Kampfes ein.",inputTrailingTriggerKeyTimeoutDescription:"Legt die Zeit (in Millisekunden) zwischen den Combo-Triggern f\xFCr das Eingangsende fest",spaceKey:"<\u7A7A\u683C\u952E>",noneKey:"Direkte \xDCbersetzung des gesamten Textfeldes ohne Pr\xE4fixe",inputTranslationBlockUrlsTitle:"Aktivieren Sie die Eingabefelderweiterung in den folgenden URLs nicht",inputTranslationBlockUrlsDescription:"Die Erweiterungen der Eingabefelder funktionieren nicht bei den folgenden URLs",clickToSeeQuickDemo:"Klicken Sie hier, um das 30-Sekunden-Kurzanleitung-Video zu erweitern",inputHelperInfo:"Beschreibung\uFF1AWir haben die Tatsache optimiert, dass einige ausl\xF6sende Zeichen bei chinesischen Eingabemethoden zu chinesischen Satzzeichen werden, z. B. wird / bei der Sogou-Eingabemethode zu einem Dun-Zeichen, und Immersive Translator unterst\xFCtzt alle chinesischen Symbole, die den ausl\xF6senden Zeichen entsprechen, d. h. //,,, wird als ausl\xF6sendes Zeichen erkannt.

Wir unterst\xFCtzen auch chinesische Aliase f\xFCr Sprachcodes als Befehle, z.B. /Japanese Hello World wird ins Japanische \xFCbersetzt, <1>klicken Sie hier, um alle unterst\xFCtzten Sprachcodes zu sehen.",reloadCurrentPage:"Bitte aktualisieren Sie die aktuelle Seite, bevor Sie die \xDCbersetzung starten.",noLocalFilePermissionForPDF:"Sie haben keine Berechtigung, lokale Dateien zu lesen. Bitte klicken Sie auf die Schaltfl\xE4che oben und importieren Sie dann lokale Dateien.",noPermissionForThisPage:"\u26A0\uFE0F Keine Berechtigung zur \xDCbersetzung der aktuellen Seite",retryAllParagraphs:"Alle Fehlerpassagen erneut versuchen",retryAllButton:"Alle Fehlerpassagen erneut versuchen",errorTooltipTitle:"Klicken Sie, um die Ursache des Fehlers zu sehen",errorModalTitle:"Irgendetwas scheint mit dem \xDCbersetzungsdienst oder dem Netzwerk nicht in Ordnung zu sein...",disableConfirm:"Zweisprachige Information Enhancement Setting",disableOnce:"Diese Invalidit\xE4t",disableGlobal:"dauerhaft deaktivieren",disableTint:"* Sie k\xF6nnen sie unter {option} wieder aktivieren.",searchEnhancementNotes:'Wir haben festgestellt, dass die Nachrichtenergebnisse f\xFCr chinesische und englische Schl\xFCsselw\xF6rter sehr unterschiedlich sind. Nach der Aktivierung der Funktion "Immersive Translation Bilingual Information Enhancement" suchen wir f\xFCr Sie automatisch auf den unterst\xFCtzten Websites (Google News, Google Search (einige Schl\xFCsselw\xF6rter), Snowball, Oriental Wealth, Futura, Tiger) nach denselben Schl\xFCsselw\xF6rtern auf Englisch und zeigen sie auf der rechten Seite an. Sie k\xF6nnen diese Funktion deaktivieren, wenn Sie sie nicht ben\xF6tigen.',option:"aufstellen",saveSettings:"Einstellungen speichern",closeModal:"Fenster schlie\xDFen",enableInputTranslationWithoutTriggerKeyTitle:"Aktivieren Sie 3 Schnellzugriffe auf{trailingKey}, um das gesamte Eingabefeld direkt in{inputTargetLanguage}zu \xFCbersetzen.",enableInputTranslationWithoutTriggerKeyDescription:"Um die Zielsprache anzugeben, stellen Sie ihr den Sprachcode voran, z. B.\uFF1Aja Hello World",mouseHoverShortcutPlaceholder:"z.B.\uFF1AVerschiebung",deepLProName:"Immersive Translation Pro Mitglied (empfohlen)",deepLProDescription:"Das aktuelle Paket kann direkt verwendet werden",deeplProDescriptionForNormal:"Keine Einrichtung erforderlich, Mitglieder k\xF6nnen es nach der Anmeldung nutzen, <1>klicken Sie hier, um Mitglied zu werden",deepLCustomDescription:"Ausl\xE4ndische Kreditkarte erforderlich, offiziell er\xF6ffnet unter <1>DeepL, klicken Sie f\xFCr die <2>Dokumentation",deepLCustomName:"Benutzerdefinierter Authentifizierungsschl\xFCssel",chooseProviderLabel:"W\xE4hlen Sie einen Dienstanbieter",openaiProName:"Immersive Translation Pro Mitglied (empfohlen)",openaiProDescription:"Das aktuelle Paket kann direkt verwendet werden",openaiProDescriptionForNormal:"Keine Einrichtung erforderlich, Mitglieder k\xF6nnen es nach der Anmeldung nutzen, <1>klicken Sie hier, um Mitglied zu werden",openaiCustomDescription:"Verf\xFCgbar auf OpenAI, Azure OpenAI oder anderen Diensten von Drittanbietern, <1>klicken Sie hier f\xFCr die Dokumentation",openaiCustomName:"Benutzerdefinierter API-Schl\xFCssel",needLoginAction:"(Offene Mitgliedschaft oder Anpassung)",goLoginOrAction:"(\xD6ffnen Sie eine Mitgliedschaft oder gehen Sie zu den Einstellungen)",yearly:"eine fortlaufende j\xE4hrliche Zahlung leisten",quarterly:"sequenzieller Umschlag",monthly:"Monatsabonnement",yearlyForOnce:"Einmaliges Jahrespaket",monthlyForOnce:"Einmaliges Monatspaket",daily:"aufeinanderfolgende Pakettage",year:"eine fortlaufende j\xE4hrliche Zahlung leisten",quarter:"sequenzieller Umschlag",month:"Monatsabonnement",day:"aufeinanderfolgende Pakettage",onetime_7day:"7-Tage-Erlebnispaket",currentPlanDescriptionForFree:"Aktuelle Pakete\uFF1AKostenlos",currentPlanDescriptionForContinuous:"Das aktuelle Paket\uFF1A{plan}wird automatisch auf {endAt} verl\xE4ngert.",currentPlanDescriptionForAutoRenewCaceling:"Das aktuelle Paket\uFF1A{plan}l\xE4uft auf {endAt} aus und wird nach Ablauf nicht automatisch verl\xE4ngert.",currentYearlyPlanDescriptionForAutoRenewCacelingWithRealPaiedUser:"Das aktuelle Paket,\uFF1A{plan}, l\xE4uft am {endAt} aus und wird nach Ablauf nicht automatisch verl\xE4ngert.
<1>Klicken Sie hier, um Ihren Verl\xE4ngerungsplan zu verwalten",currentYearlyPlanDescriptionForAutoRenewCacelingWithAdmin:"Das aktuelle Paket\uFF1A{plan}l\xE4uft auf {endAt} aus und wird nach Ablauf nicht automatisch verl\xE4ngert.
<1>Klicken Sie hier, um ein fortlaufendes Jahresabonnement zu aktivieren",currentPlanDescriptionForOneTime:"Das aktuelle Abonnement\uFF1A{plan}l\xE4uft auf {endAt} aus. <1>Klicken Sie hier, um eine j\xE4hrliche oder <2>monatliche Mitgliedschaft zu <1>erwerben.",upgradePlan:"Klicken Sie hier f\xFCr ein Upgrade auf die Pro-Mitgliedschaft",upgradeToPro:"Upgrade auf Pro-Mitgliedschaft","popup.openPro":"Upgraden Sie auf die Pro-Mitgliedschaft, um DeepL und OpenAI-\xDCbersetzung zu genie\xDFen. Klicken Sie hier, um upzugraden!","popup.openProForPro":"Sie sind ein Pro-Mitglied mit direktem Zugang zu DeepL und OpenAI \xDCbersetzungen!",currentAccount:"laufendes Konto",enableAutoSyncUserSettings:"Aktivieren Sie die automatische Cloud-Synchronisierung \xFCber mehrere Ger\xE4te hinweg",modalEnableInputTranslationTitle:"Immersive Translation Eingabefeld Translation Alerts",modalEnableInputTranslationDesc:"Sie haben soeben die \xDCbersetzung des Eingabefeldes von Immersive Translation ausgel\xF6st, indem Sie dreimal kurz hintereinander die Leertaste gedr\xFCckt haben, und der Inhalt des Eingabefeldes wird in die Standardzielsprache \xFCbersetzt. Die \xDCbersetzung kann mit Strg+Z r\xFCckg\xE4ngig gemacht werden.

Sollte dies ein Fehler gewesen sein, k\xF6nnen Sie die \xDCbersetzung des Eingabefeldes entweder deaktivieren oder dauerhaft abschalten.",saveAndNotShowAgain:"Speichern und Beenden der Eingabeaufforderung",disableInputTranslationTips:"* Sie k\xF6nnen auch andere Tastenkombinationen f\xFCr die Ausl\xF6sung in {option} ,{learnMore}festlegen.",learnMore:"Klicken Sie hier, um mehr zu erfahren",continueEnalbeInputTranslation:"Fortfahren, um die \xDCbersetzung von Eingabefeldern zu aktivieren",autoRenewTrialSuffix:'(Aufwird die Testversion sofort zur Vollmitgliedschaft aufgewertet)',upgradeFromTrialTitle:"Upgrade zum Vollmitglied",subtitle:"Video-Untertitelung",youtubeService:"Immersions\xFCbersetzung Videountertitelung \xDCbersetzungsdienste","subtitle.disabledSubtitle":"Dauerhaftes Deaktivieren der Video-Untertitelfunktion","subtitle.disabledSubtitleDescription":"Wenn Immersive Translator's Video Subtitles mit anderen Erweiterungen in Konflikt steht, k\xF6nnen Sie die Funktion von Immersive Translator's Video Subtitles dauerhaft deaktivieren oder andere in Konflikt stehende Erweiterungen deinstallieren","subtitle.autoEnableSubtitle":"Automatische Verwendung von zweisprachigen Untertiteln","subtitle.autoEnableSubtitleDescription":"Nach der Aktivierung werden beim Abspielen eines Videos automatisch zweisprachige Untertitel angezeigt, sonst m\xFCssen Sie auf die \xDCbersetzungsschaltfl\xE4che klicken, um sie anzuzeigen.","subtitle.preTranslation":"\xDCbersetzen von Untertiteln mit immersiver \xDCbersetzung","subtitle.preTranslationDescription":"Wenn diese Option aktiviert ist, wird der gesamte Untertitel mit Hilfe des unten angegebenen \xDCbersetzungsdienstes vor\xFCbersetzt. F\xFCr ein einst\xFCndiges Video werden etwa 50.000 Token oder Zeichen ben\xF6tigt, die Sie bitte nach eigenem Ermessen verwenden.","subtitle.humanSubtitlesPreferred":"Vorrangige Verwendung von Untertiteln f\xFCr Menschen","subtitle.humanSubtitlesPreferredDescription":"Bevorzugen Sie die Verwendung von menschlichen Untertiteln, wenn das Video menschliche Untertitel in der Zielsprache hat (empfohlen)",videoSubtitleTranslationDescription:"Beauftragen Sie einen separaten \xDCbersetzungsdienst f\xFCr Videountertitel",subtitleTranslating:"Bitte warten Sie, w\xE4hrend die Untertitel \xFCber den Dienst {service} \xFCbersetzt werden... (Immersions\xFCbersetzung)",subtitleLoading:"Laden von Untertiteln...",bilingual:"Zweisprachigkeit","field.action":"Ob Baidu-Terminologie aktiviert werden soll","description.action":"Wenn diese Funktion aktiviert ist, wird der Anfrage ein Parameter action=1 hinzugef\xFCgt, um Baidu \xFCber den aktivierten Begriff zu informieren. <1>Weitere Informationen finden Sie in der offiziellen Dokumentation.",closeQuickTranslation:"Hoverball schlie\xDFen","closeQuickTranslation.untilNext":"Diesmal geschlossen bis zum n\xE4chsten Besuch","closeQuickTranslation.currentWebsite":"Aktuelle Seite deaktiviert","closeQuickTranslation.alwaysClose":"dauerhaft deaktivieren","closeQuickTranslation.settingOpen":"(kann auf der <1>Einstellungsseite aktiviert werden)","closeQuickTranslation.cancel":"Stornierungen","closeQuickTranslation.confirm":"definieren.","floatBall.popup":"\xD6ffnen Sie das Panel Schnelleinstellungen","floatBall.translate":"Klicken Sie, um die Seite zu \xFCbersetzen","floatBall.showOriginal":"Klicken Sie, um zum Originalartikel zur\xFCckzukehren","floatBall.close":"Hoverball schlie\xDFen","floatBallOptions.enableDescPc":"Nach dem Aktivieren des Hoverballs wird auf der rechten Seite der Seite eine Schaltfl\xE4che f\xFCr die Schnell\xFCbersetzung angezeigt. Klicken Sie darauf, um zu \xFCbersetzen!","floatBallOptions.enableDesc":"Nachdem Sie den Hoverball ausgeschaltet haben, k\xF6nnen Sie ihn mit{touch}wieder aufrufen. Es wird dringend empfohlen, diese Einstellungsseite als Lesezeichen zu speichern, falls Sie den Hoverball nicht mehr finden k\xF6nnen, nachdem Sie diese Option versehentlich ausgeschaltet haben!","description.azureApiUrl":"Geben Sie die Adresse der benutzerdefinierten API-Schnittstelle ein",confirmSupportMouse:"Aktivierung der Mausunterst\xFCtzung erzwingen",confirmSupportMouseDescription:"Es wurde festgestellt, dass der aktuelle Browser die Mausfunktion nicht unterst\xFCtzt. Ist es notwendig, die Mausunterst\xFCtzung zu aktivieren?",sampleTargetText:"Die lange Nacht wird kommen, und ich werde von heute an bis zu meinem Tod Wache halten. Ich werde keine Frau nehmen, ich werde kein Lehen machen, ich werde keine Kinder haben. Ich werde keine Krone tragen, ich werde nicht nach Ehre streben. Ich werde meine Pflicht tun und leben und sterben.",sampleSourceText:"Night gathers, and now my watch begins. It shall not end until my death. I shall take no wife, hold no lands, father no children. I shall wear no crowns and win no glory. I shall live and die at my post.","subtitle.supportedSites":"\u5DF2\u652F\u6301\u5728\u8FD9\u4E9B\u7F51\u7AD9\u4F7F\u7528\u53CC\u8BED\u5B57\u5E55\uFF08\u6CE8\u610F\uFF1A\u7531\u4E8E\u6280\u672F\u9650\u5236\uFF0C\u90E8\u5206\u7F51\u7AD9\u5728\u9996\u6B21\u5F00\u542F\u5B57\u5E55\u540E\u9700\u8981\u91CD\u65B0\u5237\u65B0\u9875\u9762\uFF0C\u6216\u8005\u9700\u7B49\u5F85\u7FFB\u8BD1\u5B8C\u6210\u4EE5\u663E\u793A\u53CC\u8BED\u5B57\u5E55\uFF09\uFF1A",viewWithImmersiveTranslate:"\u53CC\u8BED\u7248\u672C(\u6C89\u6D78\u5F0F\u7FFB\u8BD1)",errorReason:"\u9519\u8BEF\u539F\u56E0\uFF1A{message}","proQuotaExceededError.onetime7day":'\uFF0C\u60A8\u53EF\u4EE5\u9009\u62E9\u4EE5\u4E0B\u65B9\u5F0F\u89E3\u51B3\uFF1A

1. \u5207\u6362\u5230 {anotherService} \u6216\u5176\u4ED6\u7FFB\u8BD1\u670D\u52A1
2. \u5347\u7EA7\u4E3A\u6708\u5EA6/\u5E74\u5EA6\u4F1A\u5458',"proQuotaExceededError.trial":'\uFF0C\u60A8\u53EF\u4EE5\u9009\u62E9\u4EE5\u4E0B\u65B9\u5F0F\u89E3\u51B3\uFF1A

1. \u5207\u6362\u5230 {anotherService} \u6216\u5176\u4ED6\u7FFB\u8BD1\u670D\u52A1
2. \u7ACB\u523B\u5347\u7EA7\u4E3A\u6B63\u5F0F\u4F1A\u5458',"proQuotaExceededError.nonTrial":'\uFF0C\u60A8\u53EF\u4EE5\u9009\u62E9\u4EE5\u4E0B\u65B9\u5F0F\u89E3\u51B3\uFF1A

1. \u5207\u6362\u5230 {anotherService} \u6216\u5176\u4ED6\u7FFB\u8BD1\u670D\u52A1
2. \u8D2D\u4E70 {translationService} \u989D\u5916\u6D41\u91CF\u5305',"proQuotaExceededError.resetTime":"
3. \u989D\u5EA6\u91CD\u7F6E\u65F6\u95F4\uFF1A{resetTime}","desc.touchShortcutsToggleTranslatePageOnlyTranslation":'"Nur \xDCbersetzung" bedeutet, dass nur die \xDCbersetzung angezeigt wird. Wenn eine Webseite noch nicht \xFCbersetzt wurde, wird der Modus gewechselt und \xFCbersetzt.',"desc.toggleOnlyTransation":'"Nur \xDCbersetzungsmodus" bedeutet, dass nur die \xDCbersetzung angezeigt wird. Wenn eine Webseite noch nicht \xFCbersetzt wurde, wird der Modus gewechselt und \xFCbersetzt.',touchShortcutsToggleTranslatePageOnlyTranslation:"Einstellen von Touchscreen-Gesten zum Wechseln zwischen Zweisprachig/Nur \xDCbersetzung Modus",download_started:"Der Download hat bereits begonnen, wenn er nicht automatisch heruntergeladen wird, klicken Sie bitte manuell.",here:"Hier","desc.toggleVideoSubtitlePreTranslation":"Nach dem Dr\xFCcken werden die zweisprachigen Untertitel des Videos vorrangig mit den Einstellungen der immersiven \xDCbersetzung verwendet. Wenn Sie erneut dr\xFCcken, werden vorrangig die maschinell \xFCbersetzten Untertitel des Originalvideos verwendet. Bitte beachten Sie: Diese Verkn\xFCpfung \xE4ndert die globalen Einstellungen.",videoSubtitlePreTranslationOn:"Videountertitel werden vorrangig mit immersiver \xDCbersetzung verwendet.",videoSubtitlePreTranslationOff:"Videounteritel werden vorrangig die maschinell \xFCbersetzten Untertitel des Originalvideos verwenden.",translationFont:"Schriftart einstellen","translationFont.custom":"Geben Sie benutzerdefinierte Schriftarten ein","translationFont.customPlaceholder":"Schriftart","translationFont.notSupportErrorMessage":"Bitte \xFCberpr\xFCfen Sie, ob der von Ihnen eingegebene Schriftartname korrekt ist, oder best\xE4tigen Sie, dass diese Schriftart bereits auf Ihrem Ger\xE4t installiert ist.","touch.mouse-translate":"\xDCbersetzen Sie den angegebenen Absatz.","translationServices.inherit":"Folgen Sie dem Haupt\xFCbersetzungsdienst","error.serveConfigError":"Dienstkonfigurationsfehler","error.reloadPageOfSetting":"Nach der Konfiguration, bitte aktualisieren Sie die Seite und \xFCbersetzen Sie erneut.","error.googleLimitIp":"Der Service gibt einen Fehler zur\xFCck, Google-Dienste haben die IP-Adresse gedrosselt, es wird empfohlen, den Netzwerkknoten zu wechseln.","error.openAIFreeLimit":"Der Service gibt einen Fehler zur\xFCck, die aktuelle \xDCbersetzungsanforderungsrate hat das Limit von maximal 3 Mal pro Minute erreicht, bitte versuchen Sie es sp\xE4ter erneut. (Dies ist eine Beschr\xE4nkung von OpenAI f\xFCr kostenlose API-Schl\xFCssel. Um diese Beschr\xE4nkung aufzuheben, binden Sie bitte eine Kreditkarte im OpenAI-Backend.)","error.openAIExceededQuota":"Dienst gibt Fehler zur\xFCck: Ihr aktuelles OpenAI-Konto hat nicht gen\xFCgend Guthaben. Bitte laden Sie Ihr Konto auf oder verkn\xFCpfen Sie eine Kreditkarte im offiziellen OpenAI-Backend.","error.429":"Der Service gibt einen Fehler zur\xFCck, was darauf hinweist, dass die Anfragen zu h\xE4ufig sind oder das Limit \xFCberschritten wurde. Bitte versuchen Sie es sp\xE4ter erneut.","error.403":"Der Service gibt einen Fehler zur\xFCck, vor\xFCbergehend besteht keine Berechtigung zum Zugriff auf diesen Service.","error.400":"Der Service gibt einen Fehler zur\xFCck, die Anforderungsparameter sind falsch, bitte \xFCberpr\xFCfen Sie die entsprechende Konfiguration.","error.502":"Der Service gibt einen Fehler zur\xFCck, der Service ist zeitlich \xFCberschritten, bitte versuchen Sie es sp\xE4ter erneut.","error.proTokenInvalid":"Wenn Sie ein Pro-Benutzer sind, melden Sie sich bitte an, bevor Sie den Pro-\xDCbersetzungsdienst nutzen.","error.proUpgrade":"Nach dem Upgrade, bitte aktualisieren Sie die Seite und \xFCbersetzen Sie erneut.","error.configError":"Konfigurationsdaten sind abnormal","error.goReset":"Zur\xFCcksetzen",batchEdit:"Massenoperation","translationModeLang.translation.title":"Nur \xDCbersetzungsmodus Sprache","translationModeLang.translation.description":"Wenn die Seitensprache eine der folgenden Sprachen ist, wird automatisch nur der \xDCbersetzungsmodus verwendet.","translationModeUrl.translation.title":"Nur \xDCbersetzungsmodus-Webadresse","translationModeUrl.translation.description":"Wenn die Website die folgenden Domains hat, wird automatisch nur der \xDCbersetzungsmodus verwendet.","error.serveUnavailable":"Der von Ihnen derzeit verwendete [{serverName}] Dienst ist aufgrund von Netzwerkverbindungsproblemen oder Problemen mit dem Dienstanbieter vor\xFCbergehend nicht erreichbar. Wir empfehlen Ihnen, die Seite zu aktualisieren oder \xFCber <1>Einstellungen einen anderen \xDCbersetzungsdienst auszuw\xE4hlen. Wenn Sie ein <2>Pro-Mitglied sind, k\xF6nnen Sie den stabileren DeepL oder OpenAI \xDCbersetzungsdienst nutzen (<3>klicken Sie hier, um es kostenlos auszuprobieren). Dar\xFCber hinaus sollten Sie m\xF6glicherweise Ihre Netzwerk- oder Proxy-Einstellungen \xFCberpr\xFCfen.",detectServiceLoading:"\xDCberpr\xFCfung der verf\xFCgbaren \xDCbersetzungsdienste...",toggleToService:"Wechseln Sie zu {service} und versuchen Sie es erneut.","error.gemini.429":"Der aktuelle Gemini-Dienst hat seine maximale Kapazit\xE4t erreicht. Bitte versuchen Sie es sp\xE4ter erneut oder wechseln Sie zu einem anderen \xDCbersetzungsdienst.",enableSentryReport:"Wenn ein Fehler bei der Erweiterung auftritt, senden Sie Feedback mit Sentry.","translationServices.gemini":"Zwillinge","widget.translateFile":"PDF/ePub","error.reason":"Fehlergrund","floatBall.iKnow":"Ich wei\xDF.",goLogin:"Anmelden gehen","error.retry":"Wiederholen",touchShortcutsOff:"schlie\xDFen",pickAll:"Alles ausw\xE4hlen",notLogin:"Nicht angemeldet","slide.left":"Nach rechts wischen",loggedIn:"Eingeloggt","slide.right":"Nach links wischen",shortcutSettingsTitle:"Tastenkombination Einstellungen","tagsInput.add":"+ Hinzuf\xFCgen","subtitle.bilingual":"Zweisprachige Untertitel","multipleClick.2":"Doppelklick","shortcutGroup.touch":"Gesten speziell f\xFCr Touchscreens",alwaysTranslateThisSite:"Immer diese Website \xFCbersetzen",buildSnapshots:"Erstellen Sie ein Webseiten-Snapshot",networkError:"\xDCbersetzungsdienst oder Netzwerk hat ein Problem",neverTranslateThisSite:"\xDCbersetzen Sie diese Website niemals",translationOnlyMode:"Nur \xDCbersetzungsmodus","subtitle.hideQuickButton":"Nicht mehr diese Verkn\xFCpfung anzeigen","subtitle.showQuickButton":"Im Player werden Untertitel in zwei Sprachen angezeigt.","multipleClick.3":"Dreifachschlag","intro.subtitleTitle":"Online-Video-Zweisprachige Untertitelanzeige","shortcutGroup.main":"H\xE4ufig verwendete Funktionstastenkombinationen",temprarilyChangeTranslationTo_openai:"Verwendet OpenAI zum \xDCbersetzen der aktuellen Seite",shortcutSettings:"Tastenkombination","shortcutGroup.others":"Mehr benutzerdefinierte Funktionstastenkombinationen","intro.floatBallTitle":"Schnelle \xDCbersetzung Schwebekugel","widget.videoSubtitle":"Videountertitel",contact:"Kontaktieren Sie uns",mouseHoverCustomKeyTitle:"Benutzerdefinierte Maus-Hover-Tastenkombination",temprarilyChangeTranslationTo_gemini:"Verwenden von Gemini, um die aktuelle Seite zu \xFCbersetzen","browser.translateInputBox":"\xDCbersetzen Sie den aktuellen Inhalt des Eingabefelds.","multipleClick.4":"Vierfachschlag","browser.translateWithDeepL":"Vor\xFCbergehende Verwendung von DeepL zur \xDCbersetzung der aktuellen Seite",notLoginPro:"Sie haben sich noch nicht in Ihr Mitgliedskonto eingeloggt.",touchShortcutsToggleTranslateTouchElement:"Einstellen von Touchscreen-Gesten zum \xDCbersetzen bestimmter Abs\xE4tze","widget.instructionTooltip":"Anleitung anzeigen","browser.translateWithTransmart":"Verwenden Sie vor\xFCbergehend Tencent, um die aktuelle Seite zu \xFCbersetzen.",temprarilyChangeTranslationTo_google:"Verwenden Sie Google \xDCbersetzer, um diese Seite zu \xFCbersetzen.","shortcutGroup.shortcutsForTranslationServices":"\xDCbersetzungsdienst verwandte Tastenkombinationen",temprarilyChangeTranslationTo_deepl:"Verwenden von DeepL, um die aktuelle Seite zu \xFCbersetzen.","widget.instruction":"Gebrauchsanweisung","browser.translateWithOpenAI":"Vor\xFCbergehende Verwendung von OpenAI zum \xDCbersetzen der aktuellen Seite","intro.hoverTitle":"\xDCbersetzen Sie den aktuellen Absatz, indem Sie die Maus dar\xFCber schweben lassen.","browser.toggleMouseHoverTranslateDirectly":"Auf der Seite das direkte \xDCbersetzen durch Mouseover tempor\xE4r aktivieren oder deaktivieren","floatBall.longPress":"Durch langes Dr\xFCcken k\xF6nnen Sie das Einstellungsmen\xFC schnell \xF6ffnen.",temprarilyChangeTranslationTo_transmart:"Verwendet gerade Tencent \xDCbersetzung f\xFCr die aktuelle Seite.","floatBall.guideClickToTranslate":`Klicken Sie auf die immersive \xDCbersetzungsschwebekugel f\xFCr eine schnelle \xDCbersetzung`,"subtitle.autoDisableSubtitle":"Nicht automatische Aktivierung von zweisprachigen Untertiteln",touchShortcutsToggleTranslationMask:"Einstellen von Touchscreen-Gesten zum Anzeigen der \xDCbersetzungsabdeckung / Anzeigen des Originaltexts","widget.translateFileTooltip":"\xDCbersetzen Sie PDF, EPUB, SRT, ASS, HTML und TXT Dokumente",touchShortcutsToggleTranslatePage:"Stellen Sie Touchscreen-Gesten ein, um Webseiten zu \xFCbersetzen / den Originaltext anzuzeigen.","shortcutGroup.mouse":"Mauszeiger Hover Tastenkombination Konfiguration","browser.translateWithBing":"Verwenden Sie vor\xFCbergehend Microsoft Translate, um die aktuelle Seite zu \xFCbersetzen.","browser.translateWithGoogle":"Vor\xFCbergehende Verwendung von Google \xDCbersetzer f\xFCr die aktuelle Seite","widget.videoSubtitleTooltip":"Unterst\xFCtzt Youtube und {count}+ weitere Videowebsites",paragraphMinTextCountField:"Die Mindestanzahl an Zeichen, die f\xFCr die \xDCbersetzung eines Absatzes ben\xF6tigt wird","neverTranslateText.title":"Die folgenden W\xF6rter bleiben im Originaltext und werden nicht \xFCbersetzt.","browser.toggleVideoSubtitlePreTranslation":"Wechseln Sie zu zweisprachigen Untertiteln und verwenden Sie vorzugsweise immersive \xDCbersetzungseinstellungen.","error.subscriptionExpiredTitle":"Die Mitgliedschaft ist abgelaufen.",temprarilyChangeTranslationTo_bing:"Verwendet gerade Microsoft \xDCbersetzer, um die aktuelle Seite zu \xFCbersetzen.","description.baiduField":"Unterst\xFCtzte Bereiche siehe <1>hier, wenn leer bedeutet dies, dass kein Bereich angegeben ist.","error.subscriptionExpired":"Ihr Mitgliedschaft k\xF6nnte abgelaufen sein, bitte \xFCberpr\xFCfen Sie Ihren Mitgliedsstatus.","desc.mouseHoverHoldKey":"Wenn die Maus \xFCber einem Absatz schwebt und gleichzeitig die rechte Shortcut-Taste gedr\xFCckt wird, kann der Absatz direkt \xFCbersetzt werden.",upgradeToProErrorTitle:"Bitte aktualisieren Sie auf Pro-Mitgliedschaft, um diesen \xDCbersetzungsdienst zu nutzen.","browser.translateWithGemini":"Verwenden Sie vor\xFCbergehend Gemini, um die aktuelle Seite zu \xFCbersetzen.",confirmResetToDefaultSettings:"M\xF6chten Sie diesen \xDCbersetzungsdienst wirklich auf die Standardeinstellungen zur\xFCcksetzen? (Nur die Einstellungen des aktuellen \xDCbersetzungsdienstes werden zur\xFCckgesetzt)","desc.touchShortcutsToggleTranslateTouchElement":"Definieren Sie eine Geste und Sie k\xF6nnen jeden Abschnitt \xFCbersetzen, in dem Sie sich befinden.",shortcutDisableTooltip:"Bitte stellen Sie dies auf der Erweiterungs-Shortcut-Verwaltungsseite Ihres Browsers ein. Weitere Anleitungen finden Sie in den Anweisungen oben auf dieser Seite.",paragraphMinTextCountDesc:"Achtung, hier ist die Zeichenl\xE4nge gemeint, zum Beispiel: hello hat 5 Zeichen, das Einstellen eines gr\xF6\xDFeren Werts kann unn\xF6tige \xDCbersetzungen kleiner Abschnitte reduzieren.","desc.touchShortcutsToggleTranslationMask":"\xDCbersetzungsmaske bezieht sich auf den unscharfen Effekt im \xDCbersetzungsstil (Lernmodus). Nach der Aktivierung wird der unscharfe Effekt vor\xFCbergehend auf die \xDCbersetzung angewendet, was das Lernen erleichtert.","desc.interfaceLanguage":"Die Einstellung der Benutzeroberfl\xE4chensprache beeinflusst die Anzeigesprache des Bedienfelds und hat nichts mit der Zielsprache der \xDCbersetzung zu tun.","subtitle.showQuickButtonDescription":"Im unteren rechten Eck des Videoplayers wird eine Verkn\xFCpfung zum Aktivieren von zweisprachigen Untertiteln bereitgestellt.","desc.toggleTranslateTheWholePage":"\xDCbersetzen Sie den gesamten Bereich der Seite. Standardm\xE4\xDFig \xFCbersetzen wir den Hauptbereich der Seite. Sie k\xF6nnen diese Tastenkombination verwenden, um speziell den gesamten Bereich der Seite zu \xFCbersetzen.",mouseHoverCustomKeyDescription:"Sie k\xF6nnen eine benutzerdefinierte Kombination von Tastenk\xFCrzeln f\xFCr die Mauszeiger-Hover erstellen, wie zum Beispiel: Alt+Z, Ctrl+E, Cmd+Alt+E oder direkt Cmd, bitte geben Sie manuell ein.","contact.description":"Wenn Sie Fragen oder Vorschl\xE4ge haben, f\xFCllen Sie bitte das untenstehende Formular aus, um uns zu kontaktieren, oder senden Sie eine E-Mail an {email}. Wir werden Ihnen so schnell wie m\xF6glich antworten.","desc.toggleTranslateTheMainPage":"\xDCbersetzen Sie nur den Hauptbereich der Seite. Wenn Sie in den erweiterten Einstellungen die \xDCbersetzung des gesamten Seitenbereichs aktiviert haben, k\xF6nnen Sie diese Tastenkombination verwenden, um speziell den Hauptbereich der Seite zu \xFCbersetzen.","desc.toggleMouseHoverTranslateDirectly":"Nach dem Dr\xFCcken dieser Tastenkombination wird auf der Seite jeder Textabschnitt, auf den die Maus zeigt, automatisch \xFCbersetzt. Dr\xFCcken Sie die Tastenkombination erneut, um diese automatische \xDCbersetzungsfunktion zu deaktivieren.",translationOnlyModeDescription:'"\xDCbersetzungsmodus" bedeutet, dass nur die \xDCbersetzung angezeigt wird, nicht der Standard-Zweisprachenmodus. Bitte beachten Sie: Aufgrund technischer Einschr\xE4nkungen werden Hyperlinks im Originaltext im \xDCbersetzungsmodus deaktiviert.',"intro.floatBallDescription":"Nach der Aktivierung wird auf der rechten Seite der Seite eine Schnell\xFCbersetzungsschaltfl\xE4che angezeigt. Klicken Sie darauf, um zu \xFCbersetzen, und klicken Sie erneut, um zum Originaltext zur\xFCckzukehren. Auf dem Mobilger\xE4t k\xF6nnen Sie durch langes Dr\xFCcken auf den schwebenden Ball das Schnelleinstellungsfenster \xF6ffnen.","desc.touchShortcutsToggleTranslatePage":"Nach der Einstellung k\xF6nnen Sie beim Bewegen des Ger\xE4ts gleichzeitig mit X Fingern auf den Bildschirm tippen, nach links oder rechts wischen oder kontinuierlich tippen, um die \xDCbersetzung der Webseite / Anzeige des Originaltexts auszul\xF6sen.","intro.hoverDescription":"Die \xDCbersetzung beim \xDCberfahren mit der Maus ist eine sehr wichtige Funktion in der immersiven \xDCbersetzung. Sie m\xFCssen nur die Maus auf den Absatz legen und gleichzeitig die festgelegte Tastenkombination dr\xFCcken, um den aktuellen Absatz automatisch zu \xFCbersetzen (Hinweis: Standardm\xE4\xDFig ist dies nicht aktiviert, bitte stellen Sie es unten ein). Diese Interaktion dient als bessere Alternative zur Wortmarkierungs\xFCbersetzung. Dar\xFCber hinaus wird diese Funktion auch h\xE4ufig in Bereichen eingesetzt, die nicht erkannt werden k\xF6nnen. Sie k\xF6nnen diese Funktion nutzen, um jeden Absatz zu \xFCbersetzen.","neverTranslateText.description":"Aufgrund der unzureichenden Erkennung von Eigennamen durch einige \xDCbersetzungsmaschinen k\xF6nnen Sie hier W\xF6rter hinzuf\xFCgen, um sicherzustellen, dass sie w\xE4hrend des \xDCbersetzungsprozesses nicht konvertiert werden. Bitte beachten Sie, dass diese Funktion Gro\xDF- und Kleinschreibung unterscheidet und nur Sprachen mit durch Leerzeichen getrennten W\xF6rtern (wie Englisch, Franz\xF6sisch) unterst\xFCtzt, nicht jedoch f\xFCr Sprachen wie Japanisch, Koreanisch usw. geeignet ist.","intro.subtitleDescription":"Nach Aktivierung dieser Funktion werden beim Abspielen von Videos automatisch zweisprachige Untertitel angezeigt. Wenn diese Funktion nicht aktiviert ist, m\xFCssen Sie auf der Seite manuell auf die \xDCbersetzungsschaltfl\xE4che klicken, um Untertitel anzuzeigen. Bitte beachten Sie, dass aufgrund technischer Einschr\xE4nkungen einige Websites m\xF6glicherweise die Seite aktualisieren oder auf die Fertigstellung der \xDCbersetzung warten m\xFCssen, bevor zweisprachige Untertitel angezeigt werden k\xF6nnen. (Dar\xFCber hinaus k\xF6nnen Sie auch das Schnellzugriffsfeld f\xFCr immersive \xDCbersetzungen in der oberen rechten Ecke \xF6ffnen/schlie\xDFen, nachdem Sie die Videowebsite ge\xF6ffnet haben.)

Derzeit wird die Verwendung von zweisprachigen Untertiteln auf diesen Websites unterst\xFCtzt:",geminiWarning:"Achtung: Der kostenlose Service von Google Gemini ist streng begrenzt und Google k\xF6nnte feststellen, dass Benutzer mehrere Schl\xFCssel verwenden, um ihre kostenlose Kontingentbeschr\xE4nkung zu umgehen. Es wird nicht empfohlen, ihn zu verwenden. Es wird empfohlen, auf die zuk\xFCnftige \xD6ffnung der kostenpflichtigen Gemini-Schnittstelle von Google zu warten.","floatBall.setting":"Einstellung","floatBall.file":"\xDCbersetzen Sie PDF, EPUB, SRT, ASS, HTML, TXT-Dateien","floatBall.translateToLanguage":"Klicken Sie auf \xDCbersetzen in {language}",changeToOnlyTempTranslationMode:"Umschalten, um nur \xDCbersetzungen anzuzeigen",changeToDualTempTranslationMode:"Umschalten auf zweisprachige \xDCbersetzung","options.navbar.translateFile":"\xDCbersetzen Sie das Dokument","options.navbar.installApp":"Installieren Sie die Handy-App","transitionMode.dual":"Zweisprachiger Vergleich","transitionMode.inherit":"Bleiben Sie konsistent mit dem Standardanzeigemodus des Systems.","subtitle.transitionModeDescription":"Stellen Sie die Video-Untertitel auf zweisprachigen Vergleich oder nur \xDCbersetzungsmodus ein.","subtitle.transitionMode":"Videounteritel zweisprachig / Nur \xDCbersetzungseinstellungen","transitionMode.translation":"Nur \xDCbersetzung",translateFileTooltip:`\xDCbersetzen Sie PDF, ePub, srt, ass, HTML, TXT-Dateien`,"description.subtitlePrompt":`In Untertitelszenarien, wenn mehrere Abs\xE4tze gesendet werden, wird die Konversation im Namen des Benutzers an {service} gesendet, wobei {{from}} die Sprache des Absatzes darstellt, {{to}} die Zielsprache darstellt, {{yaml}} ist der Absatzinhalt, den wir im yaml-Format verpackt haben. Wenn Sie eine benutzerdefinierte Aufforderung ben\xF6tigen, m\xFCssen Sie sicherstellen, dass jeder Artikel in den YAML-Ergebnissen der AI-Antwort das Feld {env.imt_sub_trans_field} enth\xE4lt. {{imt_sub_trans_field}} ist der Name des \xDCbersetzungsfeldes, das wir von der AI-Antwort erwarten, der Standard ist: {env.imt_sub_trans_field}, {{imt_sub_source_field}} ist der Name des Originaltextfeldes, das wir an die AI \xFCbergeben, der Standard ist: {env.imt_sub_source_field}, Beispiel Ergebnis: @@ -5057,7 +5057,7 @@ ass, HTML, TXT-Dateien`,"description.subtitlePrompt":`In Untertitelszenarien, we - id: 1 {env.imt_trans_field}: \xDCbersetzung - id: 2 - {env.imt_trans_field}: \xDCbersetzung`,"subtitle.quickButton.red":"Rot","subtitle.quickButton.blue":"Blau","subtitle.quickButton.magenta":"Magenta","translationServices.claude":"Claude","subtitle.quickButton.white":"Wei\xDF","subtitle.quickButton.translationPositionBottom":"\u539Ftext unten","subtitle.quickButton.yellow":"Gelb","subtitle.quickButton.cyan":"Blau","subtitle.quickButton.green":"Gr\xFCn","subtitle.quickButton.backgroundOpacity":"Hintergrundunsch\xE4rfe","subtitle.quickButton.translationPosition":"\xDCbersetzungsposition","subtitle.quickButton.translationTextColor":"\xDCbersetzungsschriftfarbe","subtitle.quickButton.sourceFontSize":"Originalschriftgr\xF6\xDFe","subtitle.quickButton.translationFontSize":"\xDCbersetzungs-Schriftgr\xF6\xDFe","subtitle.quickButton.sourceTextColor":"Urspr\xFCngliche Schriftfarbe","subtitle.quickButton.black":"Schwarz","subtitle.quickButton.backgroundColor":"Hintergrundfarbe","subtitle.quickButton.setting":"Einstellung","subtitle.quickButton.translationPositionTop":"Oben im Originaltext",attachSubtitleTranslating:"Verwenden Sie {service} zur \xDCbersetzung...","error.claude.403":"Keine Berechtigung zum Zugriff auf den Dienst, m\xF6glicherweise im Zusammenhang mit den regionalen Einschr\xE4nkungen von Claude. Sie k\xF6nnen versuchen, Ihre IP-Adresse zu wechseln, oder andere \xDCbersetzungsdienste nutzen.","browser.brandDescriptionForSafari":"\u3010Immersive \xDCbersetzung\u3011Ein kostenloses zweisprachiges Webseiten-\xDCbersetzungs-Plugin (Originaltext/\xDCbersetzung), das gleichzeitig PDF-\xDCbersetzung und EPUB-E-Book-\xDCbersetzung unterst\xFCtzt und das Originaldokumentenlayout beibeh\xE4lt, Youtube/Netflix und andere Online-Video-Zweisprachen-Untertitel-\xDCbersetzung, Unterst\xFCtzung f\xFCr Deepl/Google und andere Mainstream-\xDCbersetzungsdienste;","browser.textTranslate":"Text\xFCbersetzung","browser.PdfProFile":"Von KI angetriebene PDF Pro \xDCbersetzung"};var Cb={nologin:"no conectado",loginForSafari:"Iniciar sesi\xF3n o registrarse",login:"Iniciar sesi\xF3n para abrir una cuenta",manageAccount:"Cuentas gestionadas",openPremium:"Afiliaci\xF3n abierta",logout:"abortar",curentPlan:"Paquetes actuales",endAt:"caducidad",endAuto:"renovaci\xF3n autom\xE1tica",lineBreakMaxTextCount:"N\xFAmero m\xE1ximo de caracteres permitidos por frase despu\xE9s de los saltos de l\xEDnea","translate-pdf":"Haga clic para traducir PDF","noSupportTranslate-pdf":"Script no soportado por favor use plugin","translate-firefox-local-pdf":"Haga clic para ir a Importar PDF",enableLineBreak:"Activar el salto de l\xEDnea autom\xE1tico para p\xE1rrafos largos",sponsorLabel:"1 $ Desarrolladores patrocinados",help:"mano",browserShortcutsNoteForFirefox:"Para cambiar los accesos directos en Firefox, tienes que abrir la p\xE1gina de gesti\xF3n de extensiones `about:addons`, luego hacer clic en `Settings`, y despu\xE9s en `Manage Shortcuts` para configurar los accesos directos.",browserShortcutsNoteForChrome:"Para modificar los accesos directos en Chrome, tienes que abrir la p\xE1gina de gesti\xF3n de extensiones, establecerlos en el panel `Manage Shortcuts` (`chrome://extensions/shortcuts`), y hacer clic en el bot\xF3n de abajo para saltar a la p\xE1gina de gesti\xF3n de accesos directos.",browserShortcutsSucks:"Los accesos directos personalizados tienen el siguiente formato (no se reconoce autom\xE1ticamente, introd\xFAzcalo directamente)\uFF1A",enableLineBreakDescription:"Si est\xE1 activada, se insertar\xE1n saltos de l\xEDnea al final de cada frase en los p\xE1rrafos largos para facilitar su lectura.","browser.shortBrandName":"Traducci\xF3n por inmersi\xF3n","browser.brandName":"Immersion Translation: Traducci\xF3n biling\xFCe de p\xE1ginas web y documentos PDF","browser.brandDescription":"Bilingual web page translation, also supports PDF translation, bilingual Epub eBook translation, free to use.","browser.toggleTranslatePage":"Traducir p\xE1gina/visualizar texto original","browser.toggleTranslateTheWholePage":"Traducir todas las \xE1reas de la p\xE1gina/visualizar el texto original","browser.toggleOnlyTransation":"Cambiar al modo biling\xFCe/solo texto traducido","browser.toggleTranslateToThePageEndImmediately":"Traducci\xF3n inmediata al final de la p\xE1gina/visualizaci\xF3n del texto original","browser.toggleTranslateTheMainPage":"Traducir el \xE1rea principal de la p\xE1gina/visualizar el texto original","browser.shareToDraft":"Compartir p\xE1ginas biling\xFCes","browser.openOptionsPage":"Abrir la p\xE1gina de configuraci\xF3n","browser.toggleTranslationMask":"Mostrar/ocultar el efecto de desenfoque de traslaci\xF3n","browser.translateLocalPdfFile":"Traducir archivos PDF locales","browser.openEbookViewer":"Leer libros electr\xF3nicos locales","browser.openEbookBuilder":"Creaci\xF3n de eBooks EPUB biling\xFCes","browser.translateLocalHtmlFile":"Traducir archivos HTML/txt","browser.donateContext":"M\xE1s informaci\xF3n sobre las ventajas del patrocinio","browser.translateLocalSubtitleFile":"Traducir archivos de subt\xEDtulos locales",confirmResetConfig:"\xBFEst\xE1s seguro de que quieres restablecer la configuraci\xF3n?",translationLineBreakSettingTitle:"Ajuste del salto de l\xEDnea de traducci\xF3n",smartLineBreak:"alimentaci\xF3n de l\xEDnea inteligente (inform\xE1tica)",alwaysLineBreak:"Siempre avance de l\xEDnea",isShowContextMenu:"A\xF1adir p\xE1ginas traducidas a los elementos del men\xFA contextual",toggleBeta:"Activaci\xF3n de las funciones de prueba beta",betaDescription:"Habilita funciones que a\xFAn son experimentales, as\xED como un servicio de traducci\xF3n en beta. \xDAnete al <1>grupo de Telegram para obtener m\xE1s informaci\xF3n.",translationLineBreakSettingDescription:"Los saltos de l\xEDnea siempre son ordenados para las p\xE1ginas con menos contenido. (Utilice saltos de l\xEDnea inteligentes en p\xE1rrafos largos con mucho contenido (m\xE1s de{count}caracteres) para ahorrar espacio).",tempTranslateDomainTitle:"Duraci\xF3n de la conexi\xF3n temporal de la traducci\xF3n del sitio web",tempTranslateDomainDescription:"Al traducir manualmente una p\xE1gina web, active temporalmente el sitio web para la traducci\xF3n autom\xE1tica, y puede establecer la duraci\xF3n temporal.",xMinutes:"{count} minutos",disabled:"prohibir el uso de algo",changelog:"Registro de actualizaci\xF3n",toggleTranslatePageWhenThreeFingersOnTheScreen:"Tocar la pantalla con varios dedos simult\xE1neamente traduce p\xE1ginas web/visualiza el texto original",toggleTranslationMaskWhenThreeFingersOnTheScreen:"El toque con varios dedos muestra/oculta el efecto de desenfoque.",fingerCountToToggleTranslagePageOnlyTranslationWhenTouching:"Varios dedos tocando la pantalla al mismo tiempo traducen la p\xE1gina web (s\xF3lo traducci\xF3n)/visualizan el texto original.",addUrlDescription:"Puede ser un nombre de dominio y tambi\xE9n admite comodines, por ejemplo\uFF1A*.google.com, google.com/mail/*, https://www.google.com/*",general:"Ajustes b\xE1sicos",clickToExpandConfig:"Ampliar la configuraci\xF3n actual",import:"Importar desde archivo",export:"Exportar a archivo",toggleDebug:"Imprime el registro de depuraci\xF3n en la consola","fingers.0":"coagulaci\xF3n","fingers.2":"toque con dos dedos","fingers.3":"toque con tres dedos","fingers.4":"toque con cuatro dedos","fingers.5":"toque con cinco dedos",mouseHoldKey:"+ {key} traducir/restaurar el p\xE1rrafo",mouseHoldKeyAuto:"Traducci\xF3n directa del p\xE1rrafo",mouseHoldKeyOff:"No hagas nada.",mouseHoldKeyOther:"Atajos personalizados (abrir ajustes)",mouseHoldKeyCustomKey:"{key} Traducci\xF3n/reducci\xF3n del p\xE1rrafo",mouseHoverHoldKey:"Traduce p\xE1rrafos pulsando la tecla de acceso directo mientras pasas el rat\xF3n por encima.","mouse-translate":"al pasar el rat\xF3n",document:"Archivo (inform\xE1tico)",resetSuccess:"Restablecer todos los ajustes correctamente",resetThisSuccess:"Restablecimiento correcto",saved:"Salvar con \xE9xito",successImportConfig:"Configuraci\xF3n importada correctamente",goAdvancedSettings:"Vaya a la p\xE1gina de configuraci\xF3n avanzada",goAdvancedInterfaceSettings:"Vaya a la p\xE1gina Configuraci\xF3n avanzada de personalizaci\xF3n",advanced:"Ajustes avanzados",advancedDescription:"Por lo general, no es necesario realizar ning\xFAn ajuste, basta con dejarlo por defecto. S\xF3lo para usuarios m\xE1s especializados, hay disponibles ajustes m\xE1s personalizados.",developer:"Ajustes de desarrollador",donateCafe:"precios","translate to the bottom of the page":"\xBFSe traslada al final de la p\xE1gina inmediatamente despu\xE9s de entrar en ella?",feedback:"Preguntas",toggleTranslatePage:"Traducir p\xE1gina/visualizar texto original",translateToThePageEndImmediatelyDescription:"Si la activas, el contenido se traducir\xE1 inmediatamente desde la parte superior a la inferior de la p\xE1gina a medida que entras en ella. Si lo desactiva, se traducir\xE1 a medida que lea. (No recomendado)","translate all areas of the page":"Traducir o no todas las \xE1reas de la p\xE1gina",translationAreaDescription:"Activado, se traducen todas las \xE1reas de toda la p\xE1gina web. Si se desactiva, se utiliza el reconocimiento inteligente predeterminado y s\xF3lo se traducen las \xE1reas principales. (No se recomienda activarlo)","the number of characters to be translated first":"Traduzca directamente los primeros caracteres de la p\xE1gina sin esperar a desplazarse hasta el \xE1rea de visualizaci\xF3n","interface language":"lenguaje de interfaz","display both the original text and the translation":"Visualizaci\xF3n simult\xE1nea del original y la traducci\xF3n","keyboard shortcuts":"Atajos de teclado",modify:"Modificar las teclas de acceso directo",reset:"revisi\xF3n",close:"coagulaci\xF3n",homepage:"p\xE1gina de inicio",more:"m\xE1s",moreOptions:"M\xE1s opciones de personalizaci\xF3n",translateTheWholePage:"Traducir todas las \xE1reas de la p\xE1gina (a diferencia de reconocer inteligentemente las \xE1reas principales)",changeToTranslateTheWholePage:"Cambiar para traducir todas las regiones",changeToTranslateTheMainPage:"Cambiar al \xE1rea principal de traducci\xF3n",changeToOnlyTranslationMode:"Mostrar s\xF3lo traducciones",changeToDualTranslationMode:"Cambiar a traducci\xF3n biling\xFCe",translateToThePageEndImmediately:"Traducci\xF3n inmediata al final de la p\xE1gina",translateTheMainPage:"Traducci\xF3n inteligente Regiones clave","The local rules are up to date":"Las normas locales de adaptaci\xF3n est\xE1n actualizadas.","Successfully synchronized with the latest official rules:":"Sincronizado con \xE9xito con las \xFAltimas normas oficiales de adaptaci\xF3n.","Checking for updates":"Comprobaci\xF3n de actualizaciones","Rules are being synchronized":"Sincronizaci\xF3n de las normas de adaptaci\xF3n",localVersionIsTooOld:"La versi\xF3n de la extensi\xF3n local es demasiado antigua, por favor actualice la extensi\xF3n a {minVersion} o m\xE1s reciente antes de intentar sincronizar.",badUserscriptBrowser:"El navegador actual no implementa correctamente la interfaz de la <1>extensi\xF3n Grease Mon key (por ejemplo, para obtener informaci\xF3n sobre el n\xFAmero de versi\xF3n del propio script Grease Monkey), por favor, utilice otros navegadores <1>compatibles con la extensi\xF3n Grease Monkey, como Firefox.",foundNewVersion:"Descubra la nueva versi\xF3n",theLocalExtensionIsUpToUpdate:"La extensi\xF3n actual est\xE1 al d\xEDa.",failToSyncRules:"No sincronizaci\xF3n de las \xFAltimas normas de adaptaci\xF3n",retry:"Pulse aqu\xED para volver a intentarlo",failedReason:"Razones del fracaso",currentRuleVersion:"Versi\xF3n actual de la norma",calculating:"c\xE1lculos",unknownError:"error desconocido",canNotFetchRemoteRule:"No se pueden obtener reglas remotas",enableAlphaSuccess:"Alfa activado",disableAlphaSuccess:"Se ha desactivado la funci\xF3n Alfa",cacheSize:"Tama\xF1o de la cach\xE9\uFF1A",cleaning:"en proceso de liquidaci\xF3n",cleanCache:"borrar la cach\xE9",options:"establecer",about:"con respecto a",service:"servicio de interpretaci\xF3n",needAction:"(Ir a Ajustes)",goSettings:"seguir adelante y configurar",needActionForOptions:"(por establecer)",translationEngine:"Opciones de motor",sourceLanguage:"Idioma original",target:"lengua de llegada",popupSourceLanguage:"Idioma original",popupTarget:"lengua de llegada",popupService:"servicio de interpretaci\xF3n",forThisSite:"P\xE1gina web actual",autoEnableSubtitle:"Activa autom\xE1ticamente los subt\xEDtulos biling\xFCes",alwaysTranslate:"Traduzca siempre",neverTranslate:"Nunca traduzca",alwaysTranslateSomeLanguage:"Traduzca siempre {language}",neverTranslateSomeLanguage:"Nunca traduzca {language}",alwaysTranslateSomeSite:"Traduzca siempre {hostname}",neverTranslateSomeSite:"Nunca traduzca {hostname}",alwaysTranslateSomeSiteOrWildSite:"Traduzca siempre el sitio",alwaysTranslateSomePage:"Traducir siempre la p\xE1gina",add:"aumentar",default:"por defecto (ajuste)",forThisLanguage:"Para este idioma\uFF1A","add url":"Introducir URL",edit:"compilador","translate other languages into specific language":"Traduce otros idiomas a tu idioma","select translation service":"Seleccione un servicio de traducci\xF3n",language:"multiling\xFCismo","show-original":"Mostrar texto original",translate:"renderizaci\xF3n",Translated:"traducido",Translating:"en traducci\xF3n",Error:"incorrecto",allowCacheTranslations:"Activar la cach\xE9 de traducci\xF3n local (para reducir las solicitudes de traducci\xF3n de pasajes duplicados)","translation display":"Estilo de visualizaci\xF3n de la traducci\xF3n","select diplay style":"Distinguir entre los estilos de traducci\xF3n, con referencia espec\xEDfica a los siguientes ejemplos",interface:"Ajustes de interfaz",import_export:"Importaci\xF3n y exportaci\xF3n",import_export_title:"Configuraci\xF3n de importaci\xF3n/exportaci\xF3n",syncToGoogleDrive:"Sincronizar con Google Drive ahora",floatBallOptions:"Ajustes de la Hoverball","floatBallOptions.enable":"Habilitar Hoverball","floatBallOptions.blockUrls":"Desactivar el sitio web","floatBallOptions.add":"aumentar","floatBallOptions.blockUrlDesc":"Las Hoverballs no se muestran cuando se encuentran los siguientes sitios web","floatBallOptions.clickType":"comportamiento al hacer clic","floatBallOptions.clickTypeDesc":"Comportamiento del icono Hoverball al hacer clic","floatBallOptions.clickPopup":"Mostrar panel de traducci\xF3n","floatBallOptions.clickTranslate":"Traducci\xF3n/visualizaci\xF3n del texto original","floatBallOptions.fixedPosition":"\u56FA\u5B9A\u4F4D\u7F6E","floatBallOptions.fixedPositionDesc":"\u60AC\u6D6E\u7403\u5728\u7A97\u53E3\u5DE6\u4FA7\u8FD8\u662F\u53F3\u4FA7","floatBallOptions.fixedPositionLeft":"\u5DE6\u4FA7","floatBallOptions.fixedPositionRight":"\u53F3\u4FA7",previewAllThemes:"Vista previa de todos los estilos","translationTheme.none":"no tener","translationTheme.grey":"gris oscuro","translationTheme.dashed":"subrayado punteado","translationTheme.dotted":"gui\xF3n bajo punteado","translationTheme.dashedBorder":"borde punteado","translationTheme.solidBorder":"borde s\xF3lido","translationTheme.underline":"Subrayar l\xEDneas rectas","translationTheme.mask":"Efectos difusos (modos de aprendizaje)","translationTheme.opacity":"efecto de transparencia","translationTheme.paper":"Efecto sombra de papel blanco","translationTheme.dividingLine":"l\xEDnea divisoria","translationTheme.highlight":"alto brillo","translationTheme.marker":"marcador (palabra de pr\xE9stamo)","translationTheme.marker2":"Marcador 2","translationTheme.blockquote":"Estilos de referencia","translationTheme.weakening":"debilitamiento","translationTheme.italic":"tipo de letra inclinado","translationTheme.bold":"espesar","translationTheme.thinDashed":"subrayado de l\xEDnea discontinua fina","translationTheme.nativeDashed":"El sistema viene con un subrayado de puntos","translationTheme.nativeDotted":"El sistema viene con subrayado de puntos","translationTheme.nativeUnderline":"El sistema viene con un subrayado recto","translationTheme.wavy":"l\xEDnea ondulada","translationServices.custom":"API personalizada","translationServices.tencent":"Tencent Traductor","translationServices.tenAlpha":"Tencent Translator (Alfa)","translationServices.google":"Google Translate","translationServices.bai":"Baidu (Alfa)","translationServices.baidu":"Traducci\xF3n de Baidu","translationServices.aliyun":"Traducci\xF3n AliCloud","translationServices.volc":"traducci\xF3n del volc\xE1n","translationServices.deeplx":"DeepLX (Beta)","translationServices.bing":"Microsoft Translate","translationServices.deepl":"DeepL","translationServices.wechat":"Traducci\xF3n de WeChat","translationServices.azure":"Traducci\xF3n Azure","translationServices.ibm":"IBM Watson","translationServices.aws":"Traducci\xF3n Amazon","translationServices.mock":"Traducci\xF3n simulada","translationServices.mock2":"Traducci\xF3n simulada 2","translationServices.caiyun":"lit. nubes de colores y peque\xF1as traducciones","translationServices.cai":"Nubes de colores (Alfa)","translationServices.volcAlpha":"Volc\xE1n (Alfa)","translationServices.openl":"OpenL","translationServices.youdao":"Traducci\xF3n Youtube","translationServices.you":"Youdao Traductor (Alfa)","translationServices.transmart":"Tencent Interactive Traducci\xF3n","translationServices.niu":"Traductor Maverick","translationServices.papago":"Traducci\xF3n de Papago","translationServices.d":"D (Alfa)","translationServices.dpro":"D Pro (Canarias)","translationServices.openai":"OpenAI","translationServices.yandex":"Yandex","translationServices.chatgpt":"ChatGPT Web(3.5 m\xF3vil)","translate title":"Traducir t\xEDtulos de p\xE1ginas","always languages":"Traduzca siempre el idioma",neverTranslateLanguagesLabel:"La lengua que nunca se traducir\xE1",neverTranslateTheFollowingLanguagesDescription:"Las traducciones se omiten cuando un p\xE1rrafo de la p\xE1gina est\xE1 en uno de los siguientes idiomas",enableUserscriptPagePopup:"Mostrar hoverball en la p\xE1gina",enableUserscriptPagePopupDescription:"Despu\xE9s de desactivar el hoverball, se puede recuperar con el acceso directo /{touch}. Se recomienda encarecidamente marcar esta p\xE1gina de configuraci\xF3n para evitar no poder encontrar el hoverball despu\xE9s de desactivar esta opci\xF3n por error.","always translate the following languages":"Traduce autom\xE1ticamente al idioma de destino cuando la p\xE1gina est\xE1 en uno de los siguientes idiomas","always sites":"Sitios web siempre traducidos","always translate the following sites":"Los sitios web se traducen autom\xE1ticamente a la lengua de destino cuando son los nombres de dominio de","never sites":"Sitio nunca traducido","never translate the following sites":"No se realizar\xE1n traducciones cuando el sitio web corresponda a los siguientes dominios","please refer to":"Tienes que rellenar la clave antes de poder utilizarla.",KeyAndConfigurationTutorial:"Tutorial de aplicaci\xF3n y configuraci\xF3n de llaves",useAboveStyleForTheseSites:"Utilice siempre el estilo de traducci\xF3n \u2308{theme}\u230B cuando el sitio sea para los siguientes dominios",currentUrl:"URL actual",confirm:"guardar (un archivo, etc.) (inform\xE1tica)",cancel:"anulaciones",delete:"eliminar","languages.auto":"detecci\xF3n autom\xE1tica",syncToCloud:"Sincronizaci\xF3n con Google Drive",syncToCloudDescription:"Subida a la nube, la configuraci\xF3n se puede sincronizar entre distintos navegadores/scripts de mono de grasa, sea cual sea la \xFAltima modificaci\xF3n.",syncToAccount:"Sincronizaci\xF3n con la nube de traducci\xF3n inmersiva",syncToAccountButton:"Sincronizaci\xF3n instant\xE1nea con la nube",syncToAccountDescription:"Sincroniza autom\xE1ticamente las configuraciones entre distintos dispositivos, sea cual sea el \xFAltimo en modificarse.",successSyncConfigInAccount:"Sincronizaci\xF3n satisfactoria con la nube",successSyncConfigToAccount:"Sincronizaci\xF3n satisfactoria con la nube",syncConfigNoUpdate:"Ya est\xE1 actualizado.",authFail:"Fallo de autorizaci\xF3n",syncTitle:"Gesti\xF3n manual de copias de seguridad",import_hint:"importar (datos)",upload:"cargar",revokeAuth:"revocar una autorizaci\xF3n",uploadFail:"Carga fallida",download:"descargando",importSuccess:"Importado con \xE9xito",importFail:"fallo de importaci\xF3n",deleteFail:"Error al borrar",backupToCloud:"Gesti\xF3n manual de los archivos de copia de seguridad",create_new_backup:"A\xF1adir un nuevo nodo de copia de seguridad",maxBackupFiles:"Se pueden hacer copias de seguridad de hasta{count}nodos diferentes, por favor, elimine los nodos que no necesite.",backupToCloudDescription:"Cargar o restaurar manualmente archivos de copia de seguridad, permitiendo hasta 3 copias de seguridad diferentes.",successSyncConfig:"Sincronizaci\xF3n satisfactoria con la nube",syncFail:"fallo de sincronizaci\xF3n",updatedAt:"Actualizado desde {date}",lastSyncedAt:"\xDAltima consulta en {date}",downloadFail:"Error de descarga",clickToDownload:"Haga clic para descargar",aboutLabel:"Acerca de - Comentarios","browser.openAboutPage":"Acerca de/Feedback",aboutLabelWithoutSponsor:"Acerca de - Comentarios",aboutIntro:"Que todos tengamos un acceso m\xE1s f\xE1cil y agradable a la enorme cantidad de informaci\xF3n en idiomas extranjeros que hay en Internet \u2764\uFE0F Puedes optar por activar tu <6>suscripci\xF3n Pro para utilizar las traducciones listas para usar de DeepL y OpenAI.

Puedes seguirnos en <3>Twitter, <4>Telegram, Weibo, WeChat, o <5>suscribirte a nuestra lista de correo para estar al tanto de las actualizaciones.
<7>Los miembros Pro pueden ponerse en contacto con nosotros en <8>support@immersivetranslate.com para un r\xE1pido servicio de atenci\xF3n al cliente.",aboutIntroWithoutSponsor:"Ojal\xE1 todos tengamos un acceso m\xE1s f\xE1cil y agradable a la enorme cantidad de informaci\xF3n en idiomas extranjeros disponible en Internet \u2764\uFE0F

Puedes seguirnos en <3>Twitter, el <4>canal de Telegram, WeChat, WeChat Exchange, o <5>suscribirte para seguir las actualizaciones por <5>correo electr\xF3nico a continuaci\xF3n.",projectHomepage:"Inicio del proyecto",joinTelegramGroup:"\xDAnase al grupo de usuarios para participar en los debates",wechatPublicAccount:"WeChat P\xFAblico",wechatCommunities:"Grupo de intercambio WeChat",qqCommunities:"Canal de comunicaci\xF3n QQ",joinTelegramChannel:"Siga el canal de Telegram para las \xFAltimas actualizaciones",feedbackAndJoin:"Pregunta Feedback / A\xF1adir Grupo",autoSync:"sincronizaci\xF3n horaria autom\xE1tica",loadingThemeTitle:"Estilo de carga",loadingThemeDescription:"Establecer el estilo mientras se espera a que se cargue la traducci\xF3n","loadingTheme.spinner":"Animaci\xF3n giratoria","loadingTheme.text":"texto est\xE1tico algo ","loadingTheme.none":"no se muestra",developerDescription:"La documentaci\xF3n sobre personalizaci\xF3n avanzada se encuentra <1>aqu\xED","edit border color":"Modificar el color del borde",successSyncButNoChange:"La configuraci\xF3n actual es coherente con la nube",customTheme:"Colores y tama\xF1os personalizados","customThemeLabel.borderColor":"Color del borde","customThemeLabel.borderRadius":"Bordes redondeados","customThemeLabel.textColor":"color del texto","customThemeLabel.backgroundColor":"color de fondo","customThemeLabel.zoom":"Escalado de fuentes (%)","customThemeLabel.opacity":"Opacidad del texto (%)",resetToDefaultColor:"Restablecer los colores por defecto",resetToDefaultSettings:"Restablecer la configuraci\xF3n predeterminada",isTranslateTitle:"Activar la traducci\xF3n de los t\xEDtulos de las p\xE1ginas",isTranslateTitleDescription:"Si est\xE1 activada, se traducen los t\xEDtulos de las p\xE1ginas",enableSearchEnhancement:"Activar la mejora de mensajes biling\xFCes",enableSearchEnhancementDescription:'Una vez activada, los resultados de b\xFAsqueda de "Google News" se mostrar\xE1n autom\xE1ticamente en la columna derecha de los sitios web compatibles (Google News, Google Search (algunas palabras clave), Snowball, Oriental Fortune, Futura, Tiger Community) para las correspondientes palabras clave en ingl\xE9s.',verifyService:"Haga clic aqu\xED para probar el servicio",verified:"Verificar el \xE9xito","field.langs":"C\xF3digos de idioma admitidos","field.model":"modelizaci\xF3n","field.translationEngine":"motor de traducci\xF3n","field.limitPerMinute":"Peticiones m\xE1ximas por minuto","field.limitPerSecond":"N\xFAmero m\xE1ximo de solicitudes por segundo","field.maxTextLengthPerRequest":"Longitud m\xE1xima del texto por solicitud","field.maxTextGroupLengthPerRequest":"N\xFAmero m\xE1ximo de apartados por solicitud","field.apiUrl":"Direcci\xF3n de interfaz API personalizada","field.placeholderDelimiters":"marcador de posici\xF3n reservado","description.custom":"Interfaz personalizada Acceso Documentaci\xF3n necesaria","description.limitPerMinute":"Las solicitudes que superan este l\xEDmite pasan a una cola hasta el inicio del siguiente minuto. Debido a las diversas limitaciones del servicio actual de OpenAI, haz clic <1>aqu\xED para consultar los \xFAltimos valores sugeridos.","description.limitPerSecond":"Las solicitudes que superan este l\xEDmite pasan a una cola hasta el inicio del siguiente segundo. Debido a las diversas limitaciones del servicio actual de OpenAI, haz clic <1>aqu\xED para consultar los \xFAltimos valores sugeridos.","description.generalLimitPerSecond":"Las solicitudes que superan este l\xEDmite pasan a una cola hasta el inicio del segundo siguiente.","description.prompt":"Enviar la conversaci\xF3n a {service} como usuario, donde {{text}} representa el contenido del texto del p\xE1rrafo, {{from}} representa el idioma del p\xE1rrafo y {{to}} representa el idioma objetivo.","description.maxTextLengthPerRequest":"El n\xFAmero m\xE1ximo de caracteres por petici\xF3n es demasiado grande para que la interfaz responda con lentitud, as\xED que pruebe a ajustar esta opci\xF3n para optimizar la velocidad","description.systemPrompt":"Un di\xE1logo enviado a OpenAI como sistema, donde {{text}} indica el contenido textual del p\xE1rrafo,{{from}} indica el idioma del p\xE1rrafo y{{to}} indica el idioma de destino.","field.domain":"reino","description.domain":"El valor predeterminado es\uFF1Ageneral. S\xF3lo puede establecerse si la traducci\xF3n de dominios est\xE1 activada en la consola de la API Arima; consulte <1>aqu\xED los dominios admitidos.","field.scene":"toma","description.scene":"Por defecto\uFF1Ageneral. S\xF3lo se puede establecer si la consola API AliCloud est\xE1 habilitado para Machine Translation Pro, ver <1>aqu\xED para los escenarios compatibles","field.vocabId":"ID del diccionario del usuario","description.vocabId":"El diccionario out_id especificado admite actualmente la traducci\xF3n del ingl\xE9s al chino.","description.model":"Modelos OpenAI, pueden ser gpt-3.5-turbo, gpt-4, etc.","description.maxTextGroupLengthPerRequest":"El n\xFAmero de p\xE1rrafos enviados al servicio de traducci\xF3n a la vez, si hay demasiados p\xE1rrafos, puede hacer que la interfaz responda m\xE1s lentamente.","description.apiUrl":"Por favor, a\xF1ada URLs espec\xEDficas con rutas, <1>m\xE1s descripci\xF3n",enabledExtension:"Habilitar extensiones",clickToDisableExtension:"Haga clic para desactivar las extensiones",clickToEnableExtension:"Haga clic para activar las extensiones",hasBeenDisabled:"desactivado","show password":"Mostrar contrase\xF1a",customContent:"Introduzca un nombre de modelo personalizado",inputOptions:"Mejora del cuadro de entrada",mouseHoverOptions:"al pasar el rat\xF3n",modifyMouseHoverKey:"Modificar el acceso directo del rat\xF3n",enableInputTranslation:"Activar o no la mejora del cuadro de entrada",enableInputTranslationDescription:"Una vez activado, escriba {startingKey}{startingKey} hola directamente en el cuadro de entrada, luego pulse r\xE1pidamente{inputTrailingTriggerKeyRepeatTimes}veces{trailingKey}para traducir a {inputTargetLanguage}",enableInputTranslationDescriptionForNoneKey:"Una vez activado, escriba\uFF1AHello World directamente en el cuadro de entrada y, a continuaci\xF3n, pulse r\xE1pidamente{inputTrailingTriggerKeyRepeatTimes}{trailingKey}veces para traducir al idioma de destino predeterminado.",inputTargetLanguage:"Establecer el idioma de destino por defecto para los cuadros de entrada",inputTargetLanguageDescription:"Idioma de destino por defecto para la traducci\xF3n del cuadro de entrada, es decir, {startingKey}{startingKey} como idioma por defecto para las palabras desencadenantes.",inputTargetLanguageDescriptionForNoneKey:"Idioma de destino predeterminado para la traducci\xF3n del cuadro de entrada",inputStartingTriggerKeyTitle:"Configuraci\xF3n del car\xE1cter de divisi\xF3n para la traducci\xF3n parcial del cuadro de entrada",inputStartingTriggerKeyDescription:"Cuando no necesite traducir todo el cuadro de entrada, el divisor le permite traducir s\xF3lo la parte desde {startingKey}{startingKey} hasta el final del cuadro de entrada, o puede especificar el c\xF3digo de idioma, por ejemplo\uFF1A{startingKey}ja significa traducir s\xF3lo la parte desde {startingKey}ja hasta el final del cuadro de entrada.",inputStartingTriggerKeyDescriptionForNoneKey:"La configuraci\xF3n actual de sin prefijo no es necesaria, y la funci\xF3n de traducci\xF3n de algunos textos en el cuadro de entrada no est\xE1 disponible por el momento.",inputTrailingTriggerKeyTitle:"Seleccione un car\xE1cter de activaci\xF3n de fin de entrada",inputTrailingTriggerKeyDescription:"\xA13 golpes r\xE1pidos{trailingKey} comenzar\xE1 a traducir!",inputTrailingTriggerKeyTimeout:"Introduce el tiempo entre disparos de fin de combate",inputTrailingTriggerKeyTimeoutDescription:"Establece el tiempo (en milisegundos) entre disparos de combo de fin de entrada.",spaceKey:"<\u7A7A\u683C\u952E>",noneKey:"Traducci\xF3n directa de todo el cuadro de texto sin prefijos",inputTranslationBlockUrlsTitle:"No active la mejora del cuadro de entrada en las siguientes URL",inputTranslationBlockUrlsDescription:"Las mejoras del cuadro de entrada no funcionar\xE1n en las siguientes URL",clickToSeeQuickDemo:"Haga clic para ampliar el v\xEDdeo tutorial r\xE1pido de 30 segundos",inputHelperInfo:"Descripci\xF3n\uFF1AHemos optimizado el hecho de que algunos caracteres desencadenantes se convertir\xE1n en signos de puntuaci\xF3n chinos bajo m\xE9todos de entrada chinos, por ejemplo, / se convertir\xE1 en un signo dun , bajo el m\xE9todo de entrada Sogou, e Immersive Translator soporta todos los s\xEDmbolos chinos correspondientes a los caracteres desencadenantes, es decir, //,,, ser\xE1n reconocidos como caracteres desencadenantes.

Tambi\xE9n soportamos alias Chinos para c\xF3digos de lenguaje como comandos, por ejemplo /Japanese Hello World ser\xE1 traducido al Japon\xE9s, <1>haga clic aqu\xED para ver todos los c\xF3digos de lenguaje soportados.",reloadCurrentPage:"Actualice la p\xE1gina actual antes de iniciar la traducci\xF3n.",noLocalFilePermissionForPDF:"Usted no tiene permiso para leer archivos locales, por favor haga clic en el bot\xF3n de arriba y luego importar archivos locales.",noPermissionForThisPage:"\u26A0\uFE0F No hay permiso para traducir la p\xE1gina actual",retryAllParagraphs:"Reintentar todos los pasajes de error",retryAllButton:"Reintentar todos los pasajes de error",errorTooltipTitle:"Haga clic para ver la causa del error",errorModalTitle:"Parece que algo va mal con el servicio de traducci\xF3n o la red...",disableConfirm:"Entorno biling\xFCe de mejora de la informaci\xF3n",disableOnce:"Esta inhabilitaci\xF3n",disableGlobal:"desactivar permanentemente",disableTint:"* Puede volver a activarlo en {option} .",searchEnhancementNotes:"Tras activar la funci\xF3n de mejora de la informaci\xF3n biling\xFCe con traducci\xF3n inmersiva, buscaremos autom\xE1ticamente las mismas palabras clave en ingl\xE9s en los sitios web compatibles (Google News, Google Search (algunas palabras clave), Snowball, Oriental Wealth, Futura, Tiger) y las mostraremos a la derecha. Si no necesitas esta funci\xF3n, puedes desactivarla.",option:"establecer",saveSettings:"Guardar configuraci\xF3n",closeModal:"Cerrar ventana",enableInputTranslationWithoutTriggerKeyTitle:"Habilite 3 pulsaciones r\xE1pidas en{trailingKey}para traducir directamente todo el cuadro de entrada a{inputTargetLanguage}",enableInputTranslationWithoutTriggerKeyDescription:"Para especificar el idioma de destino, antep\xF3ngale el c\xF3digo del idioma, por ejemplo:\uFF1Aja Hola Mundo",mouseHoverShortcutPlaceholder:"p. ej.\uFF1ATurno",deepLProName:"Miembro de Immersive Translation Pro (Recomendado)",deepLProDescription:"El paquete actual puede utilizarse directamente",deeplProDescriptionForNormal:"No requiere instalaci\xF3n, los miembros pueden utilizarlo despu\xE9s de iniciar sesi\xF3n, <1>haga clic aqu\xED para actualizar a miembro",deepLCustomDescription:"Se requiere tarjeta de cr\xE9dito extranjera, abierta oficialmente en <1>DeepL, haga clic para ver <2>la documentaci\xF3n",deepLCustomName:"Clave de autenticaci\xF3n personalizada",chooseProviderLabel:"Seleccione un proveedor de servicios",openaiProName:"Miembro de Immersive Translation Pro (Recomendado)",openaiProDescription:"El paquete actual puede utilizarse directamente",openaiProDescriptionForNormal:"No requiere instalaci\xF3n, los miembros pueden utilizarlo despu\xE9s de iniciar sesi\xF3n, <1>haga clic aqu\xED para actualizar a miembro",openaiCustomDescription:"Disponible en OpenAI, Azure OpenAI u otros servicios de terceros. <1>Haga clic aqu\xED para consultar la documentaci\xF3n.",openaiCustomName:"Clave API personalizada",needLoginAction:"(Afiliaci\xF3n abierta o personalizaci\xF3n)",goLoginOrAction:"(Abra una cuenta o vaya a la configuraci\xF3n)",yearly:"efectuar un pago anual consecutivo",quarterly:"embalaje secuencial",monthly:"suscripci\xF3n mensual",yearlyForOnce:"Paquete anual \xFAnico",monthlyForOnce:"Paquete mensual \xFAnico",daily:"d\xEDas consecutivos de paquetes",year:"efectuar un pago anual consecutivo",quarter:"embalaje secuencial",month:"suscripci\xF3n mensual",day:"d\xEDas consecutivos de paquetes",onetime_7day:"Pack Experiencia 7 d\xEDas",currentPlanDescriptionForFree:"Paquetes actuales\uFF1AGratis",currentPlanDescriptionForContinuous:"El paquete actual\uFF1A{plan}se renovar\xE1 autom\xE1ticamente en {endAt} .",currentPlanDescriptionForAutoRenewCaceling:"El paquete actual\uFF1A{plan}expirar\xE1 en {endAt} y no se renovar\xE1 autom\xE1ticamente a su vencimiento.",currentYearlyPlanDescriptionForAutoRenewCacelingWithRealPaiedUser:"El paquete actual,\uFF1A{plan}, caducar\xE1 en {endAt} y no se renovar\xE1 autom\xE1ticamente a su vencimiento.
<1>Haga clic aqu\xED para gestionar su plan de renovaci\xF3n",currentYearlyPlanDescriptionForAutoRenewCacelingWithAdmin:"El paquete actual,\uFF1A{plan}, caducar\xE1 en {endAt} y no se renovar\xE1 autom\xE1ticamente a su vencimiento.
<1>Haga clic aqu\xED para activar la suscripci\xF3n anual continua",currentPlanDescriptionForOneTime:"La suscripci\xF3n actual\uFF1A{plan}expirar\xE1 en {endAt} , <1>haga clic aqu\xED para cambiar a una suscripci\xF3n <1>anual o <2>mensual.",upgradePlan:"Haga clic aqu\xED para pasar a Pro",upgradeToPro:"Actualizar a miembro Pro","popup.openPro":"Actualice su suscripci\xF3n a Pro para disfrutar de DeepL y de la traducci\xF3n OpenAI, \xA1haga clic aqu\xED para actualizar!","popup.openProForPro":"Eres un miembro Pro con acceso directo a DeepL y a las traducciones de OpenAI.",currentAccount:"cuenta corriente",enableAutoSyncUserSettings:"Sincronizaci\xF3n autom\xE1tica en la nube de varios dispositivos",modalEnableInputTranslationTitle:"Traducci\xF3n inmersiva Cuadro de entrada Alertas de traducci\xF3n",modalEnableInputTranslationDesc:"Acaba de activar la traducci\xF3n del cuadro de entrada de Immersive Translation pulsando la barra espaciadora 3 veces en r\xE1pida sucesi\xF3n, y el contenido del cuadro de entrada se traducir\xE1 al idioma de destino predeterminado. La traducci\xF3n puede deshacerse con Ctrl+Z.

Si ha sido un error, no se preocupe, puede elegir desactivarla esta vez, o desactivar permanentemente la traducci\xF3n del cuadro de entrada.",saveAndNotShowAgain:"Guardar y dejar de preguntar",disableInputTranslationTips:"* Tambi\xE9n puedes configurar otros atajos para que se activen en {option} ,{learnMore}.",learnMore:"M\xE1s informaci\xF3n",continueEnalbeInputTranslation:"Seguir activando la traducci\xF3n del cuadro de entrada",autoRenewTrialSuffix:'(En la versi\xF3n de prueba,pas\xF3 inmediatamente a ser miembro de pleno derecho)',upgradeFromTrialTitle:"Pasar a Miembro de pleno derecho",subtitle:"subtitulado de v\xEDdeo",youtubeService:"Traducci\xF3n por inmersi\xF3n Servicios de traducci\xF3n de subt\xEDtulos de v\xEDdeo","subtitle.disabledSubtitle":"Desactivar permanentemente la funci\xF3n de subt\xEDtulos de v\xEDdeo","subtitle.disabledSubtitleDescription":"Si Immersive Translator's Video Subtitles entra en conflicto con otras extensiones, puedes optar por desactivar permanentemente la funcionalidad de Immersive Translator's Video Subtitles o desinstalar otras extensiones conflictivas.","subtitle.autoEnableSubtitle":"Uso autom\xE1tico de subt\xEDtulos biling\xFCes","subtitle.autoEnableSubtitleDescription":"Una vez activado, se mostrar\xE1n autom\xE1ticamente subt\xEDtulos biling\xFCes cuando se reproduzca el video, de lo contrario, necesitar\xE1 hacer clic en el bot\xF3n de traducci\xF3n para que se muestren.","subtitle.preTranslation":"Traducir subt\xEDtulos mediante traducci\xF3n inmersiva","subtitle.preTranslationDescription":"Cuando est\xE1 activada, se pretraducir\xE1 todo el subt\xEDtulo utilizando el servicio de traducci\xF3n especificado m\xE1s abajo, y un v\xEDdeo de 1 hora consumir\xE1 unos 50.000 tokens o caracteres, as\xED que util\xEDzalos seg\xFAn tu criterio; cuando est\xE1 desactivada, se utilizar\xE1n primero los subt\xEDtulos originales.","subtitle.humanSubtitlesPreferred":"Uso prioritario del subtitulado humano","subtitle.humanSubtitlesPreferredDescription":"Priorizar el uso de subt\xEDtulos humanos cuando el v\xEDdeo disponga de subt\xEDtulos humanos en la lengua de llegada (recomendado)",videoSubtitleTranslationDescription:"Asignar un servicio de traducci\xF3n independiente para los subt\xEDtulos de v\xEDdeo",subtitleTranslating:"Por favor, espere mientras se traducen los subt\xEDtulos mediante el servicio {service} ... (traducci\xF3n por inmersi\xF3n)",subtitleLoading:"Cargando subt\xEDtulos...",bilingual:"biling\xFCismo","field.action":"Activar o no la terminolog\xEDa Baidu","description.action":"Cuando est\xE9 activado, se a\xF1adir\xE1 un par\xE1metro action=1 a la solicitud para informar a Baidu del t\xE9rmino activado; <1>consulte la documentaci\xF3n oficial para obtener m\xE1s informaci\xF3n.",closeQuickTranslation:"Cerrar Hoverball","closeQuickTranslation.untilNext":"Esta vez cerrado hasta la pr\xF3xima visita","closeQuickTranslation.currentWebsite":"Sitio actual desactivado","closeQuickTranslation.alwaysClose":"desactivar permanentemente","closeQuickTranslation.settingOpen":"(puede activarse en la <1>p\xE1gina de configuraci\xF3n )","closeQuickTranslation.cancel":"anulaciones","closeQuickTranslation.confirm":"defina","floatBall.popup":"Abrir el panel de ajustes r\xE1pidos","floatBall.translate":"Haga clic para traducir la p\xE1gina","floatBall.showOriginal":"Haga clic para volver al art\xEDculo original","floatBall.close":"Cerrar Hoverball","floatBallOptions.enableDescPc":"Despu\xE9s de activar el hoverball de la p\xE1gina, aparecer\xE1 un bot\xF3n de traducci\xF3n r\xE1pida en la parte derecha de la p\xE1gina, \xA1haz clic en \xE9l para traducir!","floatBallOptions.enableDesc":"Despu\xE9s de apagar el hoverball, puedes recuperarlo con{touch}. Se recomienda encarecidamente marcar esta p\xE1gina de configuraci\xF3n para evitar no poder encontrar el hoverball despu\xE9s de desactivar esta opci\xF3n por error.","description.azureApiUrl":"Introduzca la direcci\xF3n de la interfaz API personalizada",confirmSupportMouse:"Forzar la activaci\xF3n del soporte de rat\xF3n",confirmSupportMouseDescription:"Detectado que el navegador actual no soporta la funci\xF3n de rat\xF3n, \xBFse fuerza a habilitar el soporte de rat\xF3n?",sampleTargetText:"Llegar\xE1 la larga noche, y velar\xE9 desde hoy hasta que muera. No tomar\xE9 esposa, no har\xE9 feudo, no tendr\xE9 hijos. No llevar\xE9 corona, no luchar\xE9 por el honor. Cumplir\xE9 con mi deber, vivir\xE9 y morir\xE9.",sampleSourceText:"Night gathers, and now my watch begins. It shall not end until my death. I shall take no wife, hold no lands, father no children. I shall wear no crowns and win no glory. I shall live and die at my post.","subtitle.supportedSites":"\u5DF2\u652F\u6301\u5728\u8FD9\u4E9B\u7F51\u7AD9\u4F7F\u7528\u53CC\u8BED\u5B57\u5E55\uFF08\u6CE8\u610F\uFF1A\u7531\u4E8E\u6280\u672F\u9650\u5236\uFF0C\u90E8\u5206\u7F51\u7AD9\u5728\u9996\u6B21\u5F00\u542F\u5B57\u5E55\u540E\u9700\u8981\u91CD\u65B0\u5237\u65B0\u9875\u9762\uFF0C\u6216\u8005\u9700\u7B49\u5F85\u7FFB\u8BD1\u5B8C\u6210\u4EE5\u663E\u793A\u53CC\u8BED\u5B57\u5E55\uFF09\uFF1A",viewWithImmersiveTranslate:"\u53CC\u8BED\u7248\u672C(\u6C89\u6D78\u5F0F\u7FFB\u8BD1)",errorReason:"\u9519\u8BEF\u539F\u56E0\uFF1A{message}","proQuotaExceededError.onetime7day":'\uFF0C\u60A8\u53EF\u4EE5\u9009\u62E9\u4EE5\u4E0B\u65B9\u5F0F\u89E3\u51B3\uFF1A

1. \u5207\u6362\u5230 {anotherService} \u6216\u5176\u4ED6\u7FFB\u8BD1\u670D\u52A1
2. \u5347\u7EA7\u4E3A\u6708\u5EA6/\u5E74\u5EA6\u4F1A\u5458',"proQuotaExceededError.trial":'\uFF0C\u60A8\u53EF\u4EE5\u9009\u62E9\u4EE5\u4E0B\u65B9\u5F0F\u89E3\u51B3\uFF1A

1. \u5207\u6362\u5230 {anotherService} \u6216\u5176\u4ED6\u7FFB\u8BD1\u670D\u52A1
2. \u7ACB\u523B\u5347\u7EA7\u4E3A\u6B63\u5F0F\u4F1A\u5458',"proQuotaExceededError.nonTrial":'\uFF0C\u60A8\u53EF\u4EE5\u9009\u62E9\u4EE5\u4E0B\u65B9\u5F0F\u89E3\u51B3\uFF1A

1. \u5207\u6362\u5230 {anotherService} \u6216\u5176\u4ED6\u7FFB\u8BD1\u670D\u52A1
2. \u8D2D\u4E70 {translationService} \u989D\u5916\u6D41\u91CF\u5305',"proQuotaExceededError.resetTime":"
3. \u989D\u5EA6\u91CD\u7F6E\u65F6\u95F4\uFF1A{resetTime}","desc.touchShortcutsToggleTranslatePageOnlyTranslation":"Solo se muestra la traducci\xF3n se refiere a que solo se mostrar\xE1 la traducci\xF3n, si la p\xE1gina web a\xFAn no se ha traducido, cambiar\xE1 el modo y traducir\xE1.","desc.toggleOnlyTransation":"El modo de solo traducci\xF3n se refiere a mostrar solo el texto traducido, si la p\xE1gina web a\xFAn no se ha traducido, cambiar\xE1 el modo y traducir\xE1.",touchShortcutsToggleTranslatePageOnlyTranslation:"Configurar gestos de pantalla t\xE1ctil para cambiar entre modo biling\xFCe/solo texto traducido",download_started:"La descarga ya ha comenzado, si no se descarga autom\xE1ticamente, haga clic manualmente.",here:"aqu\xED","desc.toggleVideoSubtitlePreTranslation":"Al presionar, los subt\xEDtulos biling\xFCes del video usar\xE1n preferentemente la configuraci\xF3n de traducci\xF3n inmersiva, al presionar nuevamente, se dar\xE1 prioridad a los subt\xEDtulos de traducci\xF3n autom\xE1tica incluidos en el video original. Nota: este atajo modifica la configuraci\xF3n global.",videoSubtitlePreTranslationOn:"Los subt\xEDtulos del video tendr\xE1n prioridad para usar la traducci\xF3n inmersiva.",videoSubtitlePreTranslationOff:"Los subt\xEDtulos del video dar\xE1n prioridad a los subt\xEDtulos de traducci\xF3n autom\xE1tica incluidos en el video original.",translationFont:"Establecer fuente","translationFont.custom":"Ingrese fuente personalizada","translationFont.customPlaceholder":"fuente","translationFont.notSupportErrorMessage":"Por favor, verifique si el nombre de la fuente que ingres\xF3 es correcto, o confirme si esta fuente ya est\xE1 instalada en su dispositivo.","touch.mouse-translate":"Traducir el p\xE1rrafo especificado.","translationServices.inherit":"Siga el servicio de traducci\xF3n principal","error.serveConfigError":"Error de configuraci\xF3n del servicio","error.reloadPageOfSetting":"Despu\xE9s de configurar, por favor refresca la p\xE1gina para traducir de nuevo.","error.googleLimitIp":"El servicio devuelve un error, el servicio de Google ha limitado la direcci\xF3n IP, se recomienda que cambie el nodo de red.","error.openAIFreeLimit":"El servicio devuelve un error, la frecuencia actual de solicitudes de traducci\xF3n ha alcanzado el l\xEDmite m\xE1ximo de 3 veces por minuto, por favor intente de nuevo m\xE1s tarde. (Esta es una restricci\xF3n de OpenAI oficial para la API Key gratuita, para eliminar esta restricci\xF3n, por favor vincule una tarjeta de cr\xE9dito en el backend de OpenAI.)","error.openAIExceededQuota":"El servicio devuelve un error: el saldo de tu cuenta de OpenAI es insuficiente, por favor recarga o vincula una tarjeta de cr\xE9dito en el panel de control oficial de OpenAI.","error.429":"El servicio devuelve un error, lo que indica que la solicitud es demasiado frecuente o excede el l\xEDmite de cuota, por favor intente de nuevo m\xE1s tarde.","error.403":"El servicio devuelve un error, no tiene permiso temporal para acceder a este servicio.","error.400":"El servicio devuelve un error, el par\xE1metro de solicitud es incorrecto, por favor verifica la configuraci\xF3n correspondiente.","error.502":"El servicio devuelve un error, el servicio se ha agotado, por favor intente de nuevo m\xE1s tarde.","error.proTokenInvalid":"Si usted es un usuario Pro, por favor inicie sesi\xF3n para usar el servicio de traducci\xF3n Pro.","error.proUpgrade":"Despu\xE9s de la actualizaci\xF3n, por favor refresca la p\xE1gina y traduce de nuevo.","error.configError":"Los datos de configuraci\xF3n son anormales.","error.goReset":"Ir a restablecer",batchEdit:"Operaci\xF3n en masa","translationModeLang.translation.title":"Solo modo de traducci\xF3n de idioma","translationModeLang.translation.description":"Cuando el idioma de la p\xE1gina es uno de los siguientes, se utilizar\xE1 autom\xE1ticamente solo el modo de traducci\xF3n.","translationModeUrl.translation.title":"Solo el modo de direcci\xF3n web de traducci\xF3n","translationModeUrl.translation.description":"Cuando el sitio web tiene los siguientes dominios, se utilizar\xE1 autom\xE1ticamente el modo de solo traducci\xF3n.","error.serveUnavailable":"El servicio [{serverName}] que est\xE1 utilizando actualmente no est\xE1 disponible temporalmente debido a problemas con la conexi\xF3n a la red o el proveedor del servicio. Le sugerimos que intente actualizar la p\xE1gina o cambiar a otro servicio de traducci\xF3n a trav\xE9s de <1>Configuraci\xF3n. Si usted es un miembro <2>Pro, puede optar por utilizar los servicios de traducci\xF3n m\xE1s estables de DeepL o OpenAI (<3>haga clic aqu\xED para probarlo gratis). Adem\xE1s, es posible que necesite revisar su configuraci\xF3n de red o proxy.",detectServiceLoading:"Detectando servicios de traducci\xF3n disponibles...",toggleToService:"Cambie a {service} e intente de nuevo.","error.gemini.429":"El servicio actual de Gemini ha alcanzado su capacidad m\xE1xima, por favor intente m\xE1s tarde o cambie a otro servicio de traducci\xF3n.",enableSentryReport:"Cuando ocurre un error de expansi\xF3n, usa Sentry para enviar comentarios.",notLogin:"No registrado",goLogin:"Iniciar sesi\xF3n",touchShortcutsOff:"Cerrar",shortcutSettings:"Atajo de teclado","tagsInput.add":"+ A\xF1adir",translationOnlyMode:"Solo modo de traducci\xF3n","multipleClick.2":"Haz doble clic",contact:"Cont\xE1ctanos","widget.translateFile":"PDF/ePub","subtitle.hideQuickButton":"Ya no mostrar este atajo","translationServices.gemini":"G\xE9minis","widget.instructionTooltip":"Consultar las instrucciones de uso","subtitle.bilingual":"Subt\xEDtulos biling\xFCes","error.retry":"Reintentar","multipleClick.4":"Cu\xE1druple golpe",buildSnapshots:"Generar captura de p\xE1gina web","error.subscriptionExpiredTitle":"La membres\xEDa ha expirado","slide.left":"Desliza a la derecha","widget.videoSubtitle":"subt\xEDtulos de video","browser.translateWithDeepL":"Uso temporal de DeepL para traducir la p\xE1gina actual","subtitle.autoDisableSubtitle":"No activar autom\xE1ticamente los subt\xEDtulos biling\xFCes","browser.translateWithBing":"Uso temporal de Microsoft para traducir la p\xE1gina actual","error.reason":"Raz\xF3n del error","browser.translateWithTransmart":"Uso temporal de Tencent para traducir la p\xE1gina actual",pickAll:"Seleccionar todo","browser.translateInputBox":"Traducir el contenido actual del cuadro de entrada.","floatBall.iKnow":"Ya lo s\xE9.",temprarilyChangeTranslationTo_deepl:"Estoy usando DeepL para traducir la p\xE1gina actual.","multipleClick.3":"Triple golpe","intro.hoverTitle":"Pase el mouse para traducir el p\xE1rrafo actual",temprarilyChangeTranslationTo_transmart:"Est\xE1 utilizando Tencent para traducir la p\xE1gina actual.","intro.floatBallTitle":"Bola flotante de traducci\xF3n r\xE1pida",paragraphMinTextCountField:"El n\xFAmero m\xEDnimo de caracteres necesarios para traducir un p\xE1rrafo","shortcutGroup.touch":"Gestos espec\xEDficos para pantallas t\xE1ctiles",temprarilyChangeTranslationTo_gemini:"Estoy usando Gemini para traducir la p\xE1gina actual.",temprarilyChangeTranslationTo_bing:"Est\xE1 utilizando Microsoft para traducir la p\xE1gina actual.","shortcutGroup.main":"Atajos de teclado de funciones comunes",mouseHoverCustomKeyTitle:"Personalizar el atajo de teclado para el rat\xF3n en suspensi\xF3n","shortcutGroup.shortcutsForTranslationServices":"Atajos de teclado relacionados con el servicio de traducci\xF3n",touchShortcutsToggleTranslateTouchElement:"Configurar gestos t\xE1ctiles para traducir p\xE1rrafos espec\xEDficos",notLoginPro:"Todav\xEDa no has iniciado sesi\xF3n en tu cuenta de miembro.","intro.subtitleTitle":"Visualizaci\xF3n de subt\xEDtulos biling\xFCes en videos en l\xEDnea","subtitle.showQuickButton":"En el reproductor se muestra el atajo de subt\xEDtulos biling\xFCes",temprarilyChangeTranslationTo_google:"Est\xE1 utilizando Google Traductor para traducir la p\xE1gina actual.",upgradeToProErrorTitle:"Por favor, actualice a miembro Pro para utilizar este servicio de traducci\xF3n.","widget.instruction":"Instrucciones de uso","slide.right":"Desliza a la izquierda","browser.translateWithOpenAI":"Uso temporal de OpenAI para traducir la p\xE1gina actual","shortcutGroup.others":"M\xE1s atajos de teclado personalizados","browser.toggleMouseHoverTranslateDirectly":"Habilitar o deshabilitar temporalmente la traducci\xF3n directa al pasar el mouse en la p\xE1gina",alwaysTranslateThisSite:"Siempre traduce este sitio web",neverTranslateThisSite:"Nunca traduzca este sitio web","shortcutGroup.mouse":"Configuraci\xF3n de atajos de teclado para el rat\xF3n en suspensi\xF3n","widget.translateFileTooltip":"Traducir documentos PDF, EPUB, SRT, ASS, HTML y TXT","browser.translateWithGemini":"Usa temporalmente Gemini para traducir la p\xE1gina actual","browser.toggleVideoSubtitlePreTranslation":"Cambie a subt\xEDtulos biling\xFCes y priorice la configuraci\xF3n de traducci\xF3n inmersiva.",networkError:"El servicio de traducci\xF3n o la red tienen problemas.",loggedIn:"Conectado","widget.videoSubtitleTooltip":"Apoya Youtube y otros {count}+ sitios web de videos",touchShortcutsToggleTranslationMask:"Configurar gestos t\xE1ctiles para mostrar la m\xE1scara de traducci\xF3n / mostrar el texto original","floatBall.guideClickToTranslate":"Haz clic en la bola flotante de traducci\xF3n inmersiva para traducir r\xE1pidamente","desc.touchShortcutsToggleTranslateTouchElement":"Personalice un gesto y podr\xE1 traducir cualquier p\xE1rrafo en el que se encuentre.","floatBall.longPress":"Mant\xE9n presionado para abrir r\xE1pidamente el panel de configuraci\xF3n.","error.subscriptionExpired":"Es posible que su membres\xEDa haya expirado, por favor verifique el estado de su membres\xEDa.",shortcutSettingsTitle:"Configuraci\xF3n de atajos de teclado",temprarilyChangeTranslationTo_openai:"Estoy usando OpenAI para traducir la p\xE1gina actual.","browser.translateWithGoogle":"Uso temporal de Google Traductor para traducir la p\xE1gina actual","desc.interfaceLanguage":"La configuraci\xF3n del idioma de la interfaz afecta el idioma de visualizaci\xF3n del panel de control y no tiene relaci\xF3n con el idioma objetivo de la traducci\xF3n.","description.baiduField":"Las \xE1reas de apoyo se ven <1>aqu\xED, si est\xE1 vac\xEDo significa que no se especifica el \xE1rea.","contact.description":"Si tiene alguna pregunta o sugerencia, no dude en completar el formulario a continuaci\xF3n para contactarnos, o env\xEDe un correo electr\xF3nico a {email}, le responderemos lo antes posible.","neverTranslateText.title":`Por favor, traduce directamente al espa\xF1ol (evita explicar el texto original): + {env.imt_trans_field}: \xDCbersetzung`,"subtitle.quickButton.red":"Rot","subtitle.quickButton.blue":"Blau","subtitle.quickButton.magenta":"Magenta","translationServices.claude":"Claude","subtitle.quickButton.white":"Wei\xDF","subtitle.quickButton.translationPositionBottom":"\u539Ftext unten","subtitle.quickButton.yellow":"Gelb","subtitle.quickButton.cyan":"Blau","subtitle.quickButton.green":"Gr\xFCn","subtitle.quickButton.backgroundOpacity":"Hintergrundunsch\xE4rfe","subtitle.quickButton.translationPosition":"\xDCbersetzungsposition","subtitle.quickButton.translationTextColor":"\xDCbersetzungsschriftfarbe","subtitle.quickButton.sourceFontSize":"Originalschriftgr\xF6\xDFe","subtitle.quickButton.translationFontSize":"\xDCbersetzungs-Schriftgr\xF6\xDFe","subtitle.quickButton.sourceTextColor":"Urspr\xFCngliche Schriftfarbe","subtitle.quickButton.black":"Schwarz","subtitle.quickButton.backgroundColor":"Hintergrundfarbe","subtitle.quickButton.setting":"Einstellung","subtitle.quickButton.translationPositionTop":"Oben im Originaltext",attachSubtitleTranslating:"Verwenden Sie {service} zur \xDCbersetzung...","error.claude.403":"Keine Berechtigung zum Zugriff auf den Dienst, m\xF6glicherweise im Zusammenhang mit den regionalen Einschr\xE4nkungen von Claude. Sie k\xF6nnen versuchen, Ihre IP-Adresse zu wechseln, oder andere \xDCbersetzungsdienste nutzen.","browser.brandDescriptionForSafari":"\u3010Immersive \xDCbersetzung\u3011Ein kostenloses zweisprachiges Webseiten-\xDCbersetzungs-Plugin (Originaltext/\xDCbersetzung), das gleichzeitig PDF-\xDCbersetzung und EPUB-E-Book-\xDCbersetzung unterst\xFCtzt und das Originaldokumentenlayout beibeh\xE4lt, Youtube/Netflix und andere Online-Video-Zweisprachen-Untertitel-\xDCbersetzung, Unterst\xFCtzung f\xFCr Deepl/Google und andere Mainstream-\xDCbersetzungsdienste;","browser.textTranslate":"Text\xFCbersetzung","browser.PdfProFile":"Von KI angetriebene PDF Pro \xDCbersetzung"};var Cb={nologin:"no conectado",loginForSafari:"Iniciar sesi\xF3n o registrarse",login:"Iniciar sesi\xF3n para abrir una cuenta",manageAccount:"Cuentas gestionadas",openPremium:"Afiliaci\xF3n abierta",logout:"abortar",curentPlan:"Paquetes actuales",endAt:"caducidad",endAuto:"renovaci\xF3n autom\xE1tica",lineBreakMaxTextCount:"N\xFAmero m\xE1ximo de caracteres permitidos por frase despu\xE9s de los saltos de l\xEDnea","translate-pdf":"Haga clic para traducir PDF","noSupportTranslate-pdf":"Script no soportado por favor use plugin","translate-firefox-local-pdf":"Haga clic para ir a Importar PDF",enableLineBreak:"Activar el salto de l\xEDnea autom\xE1tico para p\xE1rrafos largos",sponsorLabel:"1 $ Desarrolladores patrocinados",help:"mano",browserShortcutsNoteForFirefox:"Para cambiar los accesos directos en Firefox, tienes que abrir la p\xE1gina de gesti\xF3n de extensiones `about:addons`, luego hacer clic en `Settings`, y despu\xE9s en `Manage Shortcuts` para configurar los accesos directos.",browserShortcutsNoteForChrome:"Para modificar los accesos directos en Chrome, tienes que abrir la p\xE1gina de gesti\xF3n de extensiones, establecerlos en el panel `Manage Shortcuts` (`chrome://extensions/shortcuts`), y hacer clic en el bot\xF3n de abajo para saltar a la p\xE1gina de gesti\xF3n de accesos directos.",browserShortcutsSucks:"Los accesos directos personalizados tienen el siguiente formato (no se reconoce autom\xE1ticamente, introd\xFAzcalo directamente)\uFF1A",enableLineBreakDescription:"Si est\xE1 activada, se insertar\xE1n saltos de l\xEDnea al final de cada frase en los p\xE1rrafos largos para facilitar su lectura.","browser.shortBrandName":"Traducci\xF3n por inmersi\xF3n","browser.brandName":"Immersion Translation: Traducci\xF3n biling\xFCe de p\xE1ginas web y documentos PDF","browser.brandDescription":"Bilingual web page translation, also supports PDF translation, bilingual Epub eBook translation, free to use.","browser.toggleTranslatePage":"Traducir p\xE1gina/visualizar texto original","browser.toggleTranslateTheWholePage":"Traducir todas las \xE1reas de la p\xE1gina/visualizar el texto original","browser.toggleOnlyTransation":"Cambiar al modo biling\xFCe/solo texto traducido","browser.toggleTranslateToThePageEndImmediately":"Traducci\xF3n inmediata al final de la p\xE1gina/visualizaci\xF3n del texto original","browser.toggleTranslateTheMainPage":"Traducir el \xE1rea principal de la p\xE1gina/visualizar el texto original","browser.shareToDraft":"Compartir p\xE1ginas biling\xFCes","browser.openOptionsPage":"Abrir la p\xE1gina de configuraci\xF3n","browser.toggleTranslationMask":"Mostrar/ocultar el efecto de desenfoque de traslaci\xF3n","browser.translateLocalPdfFile":"Traducir archivos PDF locales","browser.openEbookViewer":"Leer libros electr\xF3nicos locales","browser.openEbookBuilder":"Creaci\xF3n de eBooks EPUB biling\xFCes","browser.translateLocalHtmlFile":"Traducir archivos HTML/txt","browser.donateContext":"M\xE1s informaci\xF3n sobre las ventajas del patrocinio","browser.translateLocalSubtitleFile":"Traducir archivos de subt\xEDtulos locales",confirmResetConfig:"\xBFEst\xE1s seguro de que quieres restablecer la configuraci\xF3n?",translationLineBreakSettingTitle:"Ajuste del salto de l\xEDnea de traducci\xF3n",smartLineBreak:"alimentaci\xF3n de l\xEDnea inteligente (inform\xE1tica)",alwaysLineBreak:"Siempre avance de l\xEDnea",isShowContextMenu:"A\xF1adir p\xE1ginas traducidas a los elementos del men\xFA contextual",toggleBeta:"Activaci\xF3n de las funciones de prueba beta",betaDescription:"Habilita funciones que a\xFAn son experimentales, as\xED como un servicio de traducci\xF3n en beta. \xDAnete al <1>grupo de Telegram para obtener m\xE1s informaci\xF3n.",translationLineBreakSettingDescription:"Los saltos de l\xEDnea siempre son ordenados para las p\xE1ginas con menos contenido. (Utilice saltos de l\xEDnea inteligentes en p\xE1rrafos largos con mucho contenido (m\xE1s de{count}caracteres) para ahorrar espacio).",tempTranslateDomainTitle:"Duraci\xF3n de la conexi\xF3n temporal de la traducci\xF3n del sitio web",tempTranslateDomainDescription:"Al traducir manualmente una p\xE1gina web, active temporalmente el sitio web para la traducci\xF3n autom\xE1tica, y puede establecer la duraci\xF3n temporal.",xMinutes:"{count} minutos",disabled:"prohibir el uso de algo",changelog:"Registro de actualizaci\xF3n",toggleTranslatePageWhenThreeFingersOnTheScreen:"Tocar la pantalla con varios dedos simult\xE1neamente traduce p\xE1ginas web/visualiza el texto original",toggleTranslationMaskWhenThreeFingersOnTheScreen:"El toque con varios dedos muestra/oculta el efecto de desenfoque.",fingerCountToToggleTranslagePageOnlyTranslationWhenTouching:"Varios dedos tocando la pantalla al mismo tiempo traducen la p\xE1gina web (s\xF3lo traducci\xF3n)/visualizan el texto original.",addUrlDescription:"Puede ser un nombre de dominio y tambi\xE9n admite comodines, por ejemplo\uFF1A*.google.com, google.com/mail/*, https://www.google.com/*",general:"Ajustes b\xE1sicos",clickToExpandConfig:"Ampliar la configuraci\xF3n actual",import:"Importar desde archivo",export:"Exportar a archivo",toggleDebug:"Imprime el registro de depuraci\xF3n en la consola","fingers.0":"coagulaci\xF3n","fingers.2":"toque con dos dedos","fingers.3":"toque con tres dedos","fingers.4":"toque con cuatro dedos","fingers.5":"toque con cinco dedos",mouseHoldKey:"+ {key} traducir/restaurar el p\xE1rrafo",mouseHoldKeyAuto:"Traducci\xF3n directa del p\xE1rrafo",mouseHoldKeyOff:"No hagas nada.",mouseHoldKeyOther:"Atajos personalizados (abrir ajustes)",mouseHoldKeyCustomKey:"{key} Traducci\xF3n/reducci\xF3n del p\xE1rrafo",mouseHoverHoldKey:"Traduce p\xE1rrafos pulsando la tecla de acceso directo mientras pasas el rat\xF3n por encima.","mouse-translate":"al pasar el rat\xF3n",document:"Archivo (inform\xE1tico)",resetSuccess:"Restablecer todos los ajustes correctamente",resetThisSuccess:"Restablecimiento correcto",saved:"Salvar con \xE9xito",successImportConfig:"Configuraci\xF3n importada correctamente",goAdvancedSettings:"Vaya a la p\xE1gina de configuraci\xF3n avanzada",goAdvancedInterfaceSettings:"Vaya a la p\xE1gina Configuraci\xF3n avanzada de personalizaci\xF3n",advanced:"Ajustes avanzados",advancedDescription:"Por lo general, no es necesario realizar ning\xFAn ajuste, basta con dejarlo por defecto. S\xF3lo para usuarios m\xE1s especializados, hay disponibles ajustes m\xE1s personalizados.",developer:"Ajustes de desarrollador",donateCafe:"precios","translate to the bottom of the page":"\xBFSe traslada al final de la p\xE1gina inmediatamente despu\xE9s de entrar en ella?",feedback:"Preguntas",toggleTranslatePage:"Traducir p\xE1gina/visualizar texto original",translateToThePageEndImmediatelyDescription:"Si la activas, el contenido se traducir\xE1 inmediatamente desde la parte superior a la inferior de la p\xE1gina a medida que entras en ella. Si lo desactiva, se traducir\xE1 a medida que lea. (No recomendado)","translate all areas of the page":"Traducir o no todas las \xE1reas de la p\xE1gina",translationAreaDescription:"Activado, se traducen todas las \xE1reas de toda la p\xE1gina web. Si se desactiva, se utiliza el reconocimiento inteligente predeterminado y s\xF3lo se traducen las \xE1reas principales. (No se recomienda activarlo)","the number of characters to be translated first":"Traduzca directamente los primeros caracteres de la p\xE1gina sin esperar a desplazarse hasta el \xE1rea de visualizaci\xF3n","interface language":"lenguaje de interfaz","display both the original text and the translation":"Visualizaci\xF3n simult\xE1nea del original y la traducci\xF3n","keyboard shortcuts":"Atajos de teclado",modify:"Modificar las teclas de acceso directo",reset:"revisi\xF3n",close:"coagulaci\xF3n",homepage:"p\xE1gina de inicio",more:"m\xE1s",moreOptions:"M\xE1s opciones de personalizaci\xF3n",translateTheWholePage:"Traducir todas las \xE1reas de la p\xE1gina (a diferencia de reconocer inteligentemente las \xE1reas principales)",changeToTranslateTheWholePage:"Cambiar para traducir todas las regiones",changeToTranslateTheMainPage:"Cambiar al \xE1rea principal de traducci\xF3n",changeToOnlyTranslationMode:"Mostrar s\xF3lo traducciones",changeToDualTranslationMode:"Cambiar a traducci\xF3n biling\xFCe",translateToThePageEndImmediately:"Traducci\xF3n inmediata al final de la p\xE1gina",translateTheMainPage:"Traducci\xF3n inteligente Regiones clave","The local rules are up to date":"Las normas locales de adaptaci\xF3n est\xE1n actualizadas.","Successfully synchronized with the latest official rules:":"Sincronizado con \xE9xito con las \xFAltimas normas oficiales de adaptaci\xF3n.","Checking for updates":"Comprobaci\xF3n de actualizaciones","Rules are being synchronized":"Sincronizaci\xF3n de las normas de adaptaci\xF3n",localVersionIsTooOld:"La versi\xF3n de la extensi\xF3n local es demasiado antigua, por favor actualice la extensi\xF3n a {minVersion} o m\xE1s reciente antes de intentar sincronizar.",badUserscriptBrowser:"El navegador actual no implementa correctamente la interfaz de la <1>extensi\xF3n Grease Mon key (por ejemplo, para obtener informaci\xF3n sobre el n\xFAmero de versi\xF3n del propio script Grease Monkey), por favor, utilice otros navegadores <1>compatibles con la extensi\xF3n Grease Monkey, como Firefox.",foundNewVersion:"Descubra la nueva versi\xF3n",theLocalExtensionIsUpToUpdate:"La extensi\xF3n actual est\xE1 al d\xEDa.",failToSyncRules:"No sincronizaci\xF3n de las \xFAltimas normas de adaptaci\xF3n",retry:"Pulse aqu\xED para volver a intentarlo",failedReason:"Razones del fracaso",currentRuleVersion:"Versi\xF3n actual de la norma",calculating:"c\xE1lculos",unknownError:"error desconocido",canNotFetchRemoteRule:"No se pueden obtener reglas remotas",enableAlphaSuccess:"Alfa activado",disableAlphaSuccess:"Se ha desactivado la funci\xF3n Alfa",cacheSize:"Tama\xF1o de la cach\xE9\uFF1A",cleaning:"en proceso de liquidaci\xF3n",cleanCache:"borrar la cach\xE9",options:"establecer",about:"con respecto a",service:"servicio de interpretaci\xF3n",needAction:"(Ir a Ajustes)",goSettings:"seguir adelante y configurar",needActionForOptions:"(por establecer)",translationEngine:"Opciones de motor",sourceLanguage:"Idioma original",target:"lengua de llegada",popupSourceLanguage:"Idioma original",popupTarget:"lengua de llegada",popupService:"servicio de interpretaci\xF3n",forThisSite:"P\xE1gina web actual",autoEnableSubtitle:"Activa autom\xE1ticamente los subt\xEDtulos biling\xFCes",alwaysTranslate:"Traduzca siempre",neverTranslate:"Nunca traduzca",alwaysTranslateSomeLanguage:"Traduzca siempre {language}",neverTranslateSomeLanguage:"Nunca traduzca {language}",alwaysTranslateSomeSite:"Traduzca siempre {hostname}",neverTranslateSomeSite:"Nunca traduzca {hostname}",alwaysTranslateSomeSiteOrWildSite:"Traduzca siempre el sitio",alwaysTranslateSomePage:"Traducir siempre la p\xE1gina",add:"aumentar",default:"por defecto (ajuste)",forThisLanguage:"Para este idioma\uFF1A","add url":"Introducir URL",edit:"compilador","translate other languages into specific language":"Traduce otros idiomas a tu idioma","select translation service":"Seleccione un servicio de traducci\xF3n",language:"multiling\xFCismo","show-original":"Mostrar texto original",translate:"renderizaci\xF3n",Translated:"traducido",Translating:"en traducci\xF3n",Error:"incorrecto",allowCacheTranslations:"Activar la cach\xE9 de traducci\xF3n local (para reducir las solicitudes de traducci\xF3n de pasajes duplicados)","translation display":"Estilo de visualizaci\xF3n de la traducci\xF3n","select diplay style":"Distinguir entre los estilos de traducci\xF3n, con referencia espec\xEDfica a los siguientes ejemplos",interface:"Ajustes de interfaz",import_export:"Importaci\xF3n y exportaci\xF3n",import_export_title:"Configuraci\xF3n de importaci\xF3n/exportaci\xF3n",syncToGoogleDrive:"Sincronizar con Google Drive ahora",floatBallOptions:"Ajustes de la Hoverball","floatBallOptions.enable":"Habilitar Hoverball","floatBallOptions.blockUrls":"Desactivar el sitio web","floatBallOptions.add":"aumentar","floatBallOptions.blockUrlDesc":"Las Hoverballs no se muestran cuando se encuentran los siguientes sitios web","floatBallOptions.clickType":"comportamiento al hacer clic","floatBallOptions.clickTypeDesc":"Comportamiento del icono Hoverball al hacer clic","floatBallOptions.clickPopup":"Mostrar panel de traducci\xF3n","floatBallOptions.clickTranslate":"Traducci\xF3n/visualizaci\xF3n del texto original","floatBallOptions.fixedPosition":"\u56FA\u5B9A\u4F4D\u7F6E","floatBallOptions.fixedPositionDesc":"\u60AC\u6D6E\u7403\u5728\u7A97\u53E3\u5DE6\u4FA7\u8FD8\u662F\u53F3\u4FA7","floatBallOptions.fixedPositionLeft":"\u5DE6\u4FA7","floatBallOptions.fixedPositionRight":"\u53F3\u4FA7",previewAllThemes:"Vista previa de todos los estilos","translationTheme.none":"no tener","translationTheme.grey":"gris oscuro","translationTheme.dashed":"subrayado punteado","translationTheme.dotted":"gui\xF3n bajo punteado","translationTheme.dashedBorder":"borde punteado","translationTheme.solidBorder":"borde s\xF3lido","translationTheme.underline":"Subrayar l\xEDneas rectas","translationTheme.mask":"Efectos difusos (modos de aprendizaje)","translationTheme.opacity":"efecto de transparencia","translationTheme.paper":"Efecto sombra de papel blanco","translationTheme.dividingLine":"l\xEDnea divisoria","translationTheme.highlight":"alto brillo","translationTheme.marker":"marcador (palabra de pr\xE9stamo)","translationTheme.marker2":"Marcador 2","translationTheme.blockquote":"Estilos de referencia","translationTheme.weakening":"debilitamiento","translationTheme.italic":"tipo de letra inclinado","translationTheme.bold":"espesar","translationTheme.thinDashed":"subrayado de l\xEDnea discontinua fina","translationTheme.nativeDashed":"El sistema viene con un subrayado de puntos","translationTheme.nativeDotted":"El sistema viene con subrayado de puntos","translationTheme.nativeUnderline":"El sistema viene con un subrayado recto","translationTheme.wavy":"l\xEDnea ondulada","translationServices.custom":"API personalizada","translationServices.tencent":"Tencent Traductor","translationServices.tenAlpha":"Tencent Translator (Alfa)","translationServices.google":"Google Translate","translationServices.bai":"Baidu (Alfa)","translationServices.baidu":"Traducci\xF3n de Baidu","translationServices.aliyun":"Traducci\xF3n AliCloud","translationServices.volc":"traducci\xF3n del volc\xE1n","translationServices.deeplx":"DeepLX (Beta)","translationServices.bing":"Microsoft Translate","translationServices.deepl":"DeepL","translationServices.wechat":"Traducci\xF3n de WeChat","translationServices.azure":"Traducci\xF3n Azure","translationServices.ibm":"IBM Watson","translationServices.aws":"Traducci\xF3n Amazon","translationServices.mock":"Traducci\xF3n simulada","translationServices.mock2":"Traducci\xF3n simulada 2","translationServices.caiyun":"lit. nubes de colores y peque\xF1as traducciones","translationServices.cai":"Nubes de colores (Alfa)","translationServices.volcAlpha":"Volc\xE1n (Alfa)","translationServices.openl":"OpenL","translationServices.youdao":"Traducci\xF3n Youtube","translationServices.you":"Youdao Traductor (Alfa)","translationServices.transmart":"Tencent Interactive Traducci\xF3n","translationServices.niu":"Traductor Maverick","translationServices.papago":"Traducci\xF3n de Papago","translationServices.d":"D (Alfa)","translationServices.dpro":"D Pro (Canarias)","translationServices.openai":"OpenAI","translationServices.yandex":"Yandex","translationServices.chatgpt":"ChatGPT Web(3.5 m\xF3vil)","translate title":"Traducir t\xEDtulos de p\xE1ginas","always languages":"Traduzca siempre el idioma",neverTranslateLanguagesLabel:"La lengua que nunca se traducir\xE1",neverTranslateTheFollowingLanguagesDescription:"Las traducciones se omiten cuando un p\xE1rrafo de la p\xE1gina est\xE1 en uno de los siguientes idiomas",enableUserscriptPagePopup:"Mostrar hoverball en la p\xE1gina",enableUserscriptPagePopupDescription:"Despu\xE9s de desactivar el hoverball, se puede recuperar con el acceso directo /{touch}. Se recomienda encarecidamente marcar esta p\xE1gina de configuraci\xF3n para evitar no poder encontrar el hoverball despu\xE9s de desactivar esta opci\xF3n por error.","always translate the following languages":"Traduce autom\xE1ticamente al idioma de destino cuando la p\xE1gina est\xE1 en uno de los siguientes idiomas","always sites":"Sitios web siempre traducidos","always translate the following sites":"Los sitios web se traducen autom\xE1ticamente a la lengua de destino cuando son los nombres de dominio de","never sites":"Sitio nunca traducido","never translate the following sites":"No se realizar\xE1n traducciones cuando el sitio web corresponda a los siguientes dominios","please refer to":"Tienes que rellenar la clave antes de poder utilizarla.",KeyAndConfigurationTutorial:"Tutorial de aplicaci\xF3n y configuraci\xF3n de llaves",useAboveStyleForTheseSites:"Utilice siempre el estilo de traducci\xF3n \u2308{theme}\u230B cuando el sitio sea para los siguientes dominios",currentUrl:"URL actual",confirm:"guardar (un archivo, etc.) (inform\xE1tica)",cancel:"anulaciones",delete:"eliminar","languages.auto":"detecci\xF3n autom\xE1tica",syncToCloud:"Sincronizaci\xF3n con Google Drive",syncToCloudDescription:"Subida a la nube, la configuraci\xF3n se puede sincronizar entre distintos navegadores/scripts de mono de grasa, sea cual sea la \xFAltima modificaci\xF3n.",syncToAccount:"Sincronizaci\xF3n con la nube de traducci\xF3n inmersiva",syncToAccountButton:"Sincronizaci\xF3n instant\xE1nea con la nube",syncToAccountDescription:"Sincroniza autom\xE1ticamente las configuraciones entre distintos dispositivos, sea cual sea el \xFAltimo en modificarse.",successSyncConfigInAccount:"Sincronizaci\xF3n satisfactoria con la nube",successSyncConfigToAccount:"Sincronizaci\xF3n satisfactoria con la nube",syncConfigNoUpdate:"Ya est\xE1 actualizado.",authFail:"Fallo de autorizaci\xF3n",syncTitle:"Gesti\xF3n manual de copias de seguridad",import_hint:"importar (datos)",upload:"cargar",revokeAuth:"revocar una autorizaci\xF3n",uploadFail:"Carga fallida",download:"descargando",importSuccess:"Importado con \xE9xito",importFail:"fallo de importaci\xF3n",deleteFail:"Error al borrar",backupToCloud:"Gesti\xF3n manual de los archivos de copia de seguridad",create_new_backup:"A\xF1adir un nuevo nodo de copia de seguridad",maxBackupFiles:"Se pueden hacer copias de seguridad de hasta{count}nodos diferentes, por favor, elimine los nodos que no necesite.",backupToCloudDescription:"Cargar o restaurar manualmente archivos de copia de seguridad, permitiendo hasta 3 copias de seguridad diferentes.",successSyncConfig:"Sincronizaci\xF3n satisfactoria con la nube",syncFail:"fallo de sincronizaci\xF3n",updatedAt:"Actualizado desde {date}",lastSyncedAt:"\xDAltima consulta en {date}",downloadFail:"Error de descarga",clickToDownload:"Haga clic para descargar",aboutLabel:"Acerca de - Comentarios","browser.openAboutPage":"Acerca de/Feedback",aboutLabelWithoutSponsor:"Acerca de - Comentarios",aboutIntro:"Que todos tengamos un acceso m\xE1s f\xE1cil y agradable a la enorme cantidad de informaci\xF3n en idiomas extranjeros que hay en Internet \u2764\uFE0F Puedes optar por activar tu <6>suscripci\xF3n Pro para utilizar las traducciones listas para usar de DeepL y OpenAI.

Puedes seguirnos en <3>Twitter, <4>Telegram, Weibo, WeChat, o <5>suscribirte a nuestra lista de correo para estar al tanto de las actualizaciones.
<7>Los miembros Pro pueden ponerse en contacto con nosotros en <8>support@immersivetranslate.com para un r\xE1pido servicio de atenci\xF3n al cliente.",aboutIntroWithoutSponsor:"Ojal\xE1 todos tengamos un acceso m\xE1s f\xE1cil y agradable a la enorme cantidad de informaci\xF3n en idiomas extranjeros disponible en Internet \u2764\uFE0F

Puedes seguirnos en <3>Twitter, el <4>canal de Telegram, WeChat, WeChat Exchange, o <5>suscribirte para seguir las actualizaciones por <5>correo electr\xF3nico a continuaci\xF3n.",projectHomepage:"Inicio del proyecto",joinTelegramGroup:"\xDAnase al grupo de usuarios para participar en los debates",wechatPublicAccount:"WeChat P\xFAblico",wechatCommunities:"Grupo de intercambio WeChat",qqCommunities:"Canal de comunicaci\xF3n QQ",joinTelegramChannel:"Siga el canal de Telegram para las \xFAltimas actualizaciones",feedbackAndJoin:"Pregunta Feedback / A\xF1adir Grupo",autoSync:"sincronizaci\xF3n horaria autom\xE1tica",loadingThemeTitle:"Estilo de carga",loadingThemeDescription:"Establecer el estilo mientras se espera a que se cargue la traducci\xF3n","loadingTheme.spinner":"Animaci\xF3n giratoria","loadingTheme.text":"texto est\xE1tico algo ","loadingTheme.none":"no se muestra",developerDescription:"La documentaci\xF3n sobre personalizaci\xF3n avanzada se encuentra <1>aqu\xED","edit border color":"Modificar el color del borde",successSyncButNoChange:"La configuraci\xF3n actual es coherente con la nube",customTheme:"Colores y tama\xF1os personalizados","customThemeLabel.borderColor":"Color del borde","customThemeLabel.borderRadius":"Bordes redondeados","customThemeLabel.textColor":"color del texto","customThemeLabel.backgroundColor":"color de fondo","customThemeLabel.zoom":"Escalado de fuentes (%)","customThemeLabel.opacity":"Opacidad del texto (%)",resetToDefaultColor:"Restablecer los colores por defecto",resetToDefaultSettings:"Restablecer la configuraci\xF3n predeterminada",isTranslateTitle:"Activar la traducci\xF3n de los t\xEDtulos de las p\xE1ginas",isTranslateTitleDescription:"Si est\xE1 activada, se traducen los t\xEDtulos de las p\xE1ginas",enableSearchEnhancement:"Activar la mejora de mensajes biling\xFCes",enableSearchEnhancementDescription:'Una vez activada, los resultados de b\xFAsqueda de "Google News" se mostrar\xE1n autom\xE1ticamente en la columna derecha de los sitios web compatibles (Google News, Google Search (algunas palabras clave), Snowball, Oriental Fortune, Futura, Tiger Community) para las correspondientes palabras clave en ingl\xE9s.',verifyService:"Haga clic aqu\xED para probar el servicio",verified:"Verificar el \xE9xito","field.langs":"C\xF3digos de idioma admitidos","field.model":"modelizaci\xF3n","field.translationEngine":"motor de traducci\xF3n","field.limitPerMinute":"Peticiones m\xE1ximas por minuto","field.limitPerSecond":"N\xFAmero m\xE1ximo de solicitudes por segundo","field.maxTextLengthPerRequest":"Longitud m\xE1xima del texto por solicitud","field.maxTextGroupLengthPerRequest":"N\xFAmero m\xE1ximo de apartados por solicitud","field.apiUrl":"Direcci\xF3n de interfaz API personalizada","field.placeholderDelimiters":"marcador de posici\xF3n reservado","description.custom":"Interfaz personalizada Acceso Documentaci\xF3n necesaria","description.limitPerMinute":"Las solicitudes que superan este l\xEDmite pasan a una cola hasta el inicio del siguiente minuto. Debido a las diversas limitaciones del servicio actual de OpenAI, haz clic <1>aqu\xED para consultar los \xFAltimos valores sugeridos.","description.limitPerSecond":"Las solicitudes que superan este l\xEDmite pasan a una cola hasta el inicio del siguiente segundo. Debido a las diversas limitaciones del servicio actual de OpenAI, haz clic <1>aqu\xED para consultar los \xFAltimos valores sugeridos.","description.generalLimitPerSecond":"Las solicitudes que superan este l\xEDmite pasan a una cola hasta el inicio del segundo siguiente.","description.prompt":"Enviar la conversaci\xF3n a {service} como usuario, donde {{text}} representa el contenido del texto del p\xE1rrafo, {{from}} representa el idioma del p\xE1rrafo y {{to}} representa el idioma objetivo.","description.maxTextLengthPerRequest":"El n\xFAmero m\xE1ximo de caracteres por petici\xF3n es demasiado grande para que la interfaz responda con lentitud, as\xED que pruebe a ajustar esta opci\xF3n para optimizar la velocidad","description.systemPrompt":"Enviar di\xE1logo al {service} como sistema, donde {{text}} representa el contenido del texto del p\xE1rrafo, {{from}} representa el idioma del p\xE1rrafo, {{to}} representa el idioma objetivo.","field.domain":"reino","description.domain":"El valor predeterminado es\uFF1Ageneral. S\xF3lo puede establecerse si la traducci\xF3n de dominios est\xE1 activada en la consola de la API Arima; consulte <1>aqu\xED los dominios admitidos.","field.scene":"toma","description.scene":"Por defecto\uFF1Ageneral. S\xF3lo se puede establecer si la consola API AliCloud est\xE1 habilitado para Machine Translation Pro, ver <1>aqu\xED para los escenarios compatibles","field.vocabId":"ID del diccionario del usuario","description.vocabId":"El diccionario out_id especificado admite actualmente la traducci\xF3n del ingl\xE9s al chino.","description.model":"Modelos OpenAI, pueden ser gpt-3.5-turbo, gpt-4, etc.","description.maxTextGroupLengthPerRequest":"El n\xFAmero de p\xE1rrafos enviados al servicio de traducci\xF3n a la vez, si hay demasiados p\xE1rrafos, puede hacer que la interfaz responda m\xE1s lentamente.","description.apiUrl":"Por favor, a\xF1ada URLs espec\xEDficas con rutas, <1>m\xE1s descripci\xF3n",enabledExtension:"Habilitar extensiones",clickToDisableExtension:"Haga clic para desactivar las extensiones",clickToEnableExtension:"Haga clic para activar las extensiones",hasBeenDisabled:"desactivado","show password":"Mostrar contrase\xF1a",customContent:"Introduzca un nombre de modelo personalizado",inputOptions:"Mejora del cuadro de entrada",mouseHoverOptions:"al pasar el rat\xF3n",modifyMouseHoverKey:"Modificar el acceso directo del rat\xF3n",enableInputTranslation:"Activar o no la mejora del cuadro de entrada",enableInputTranslationDescription:"Una vez activado, escriba {startingKey}{startingKey} hola directamente en el cuadro de entrada, luego pulse r\xE1pidamente{inputTrailingTriggerKeyRepeatTimes}veces{trailingKey}para traducir a {inputTargetLanguage}",enableInputTranslationDescriptionForNoneKey:"Una vez activado, escriba\uFF1AHello World directamente en el cuadro de entrada y, a continuaci\xF3n, pulse r\xE1pidamente{inputTrailingTriggerKeyRepeatTimes}{trailingKey}veces para traducir al idioma de destino predeterminado.",inputTargetLanguage:"Establecer el idioma de destino por defecto para los cuadros de entrada",inputTargetLanguageDescription:"Idioma de destino por defecto para la traducci\xF3n del cuadro de entrada, es decir, {startingKey}{startingKey} como idioma por defecto para las palabras desencadenantes.",inputTargetLanguageDescriptionForNoneKey:"Idioma de destino predeterminado para la traducci\xF3n del cuadro de entrada",inputStartingTriggerKeyTitle:"Configuraci\xF3n del car\xE1cter de divisi\xF3n para la traducci\xF3n parcial del cuadro de entrada",inputStartingTriggerKeyDescription:"Cuando no necesite traducir todo el cuadro de entrada, el divisor le permite traducir s\xF3lo la parte desde {startingKey}{startingKey} hasta el final del cuadro de entrada, o puede especificar el c\xF3digo de idioma, por ejemplo\uFF1A{startingKey}ja significa traducir s\xF3lo la parte desde {startingKey}ja hasta el final del cuadro de entrada.",inputStartingTriggerKeyDescriptionForNoneKey:"La configuraci\xF3n actual de sin prefijo no es necesaria, y la funci\xF3n de traducci\xF3n de algunos textos en el cuadro de entrada no est\xE1 disponible por el momento.",inputTrailingTriggerKeyTitle:"Seleccione un car\xE1cter de activaci\xF3n de fin de entrada",inputTrailingTriggerKeyDescription:"\xA13 golpes r\xE1pidos{trailingKey} comenzar\xE1 a traducir!",inputTrailingTriggerKeyTimeout:"Introduce el tiempo entre disparos de fin de combate",inputTrailingTriggerKeyTimeoutDescription:"Establece el tiempo (en milisegundos) entre disparos de combo de fin de entrada.",spaceKey:"<\u7A7A\u683C\u952E>",noneKey:"Traducci\xF3n directa de todo el cuadro de texto sin prefijos",inputTranslationBlockUrlsTitle:"No active la mejora del cuadro de entrada en las siguientes URL",inputTranslationBlockUrlsDescription:"Las mejoras del cuadro de entrada no funcionar\xE1n en las siguientes URL",clickToSeeQuickDemo:"Haga clic para ampliar el v\xEDdeo tutorial r\xE1pido de 30 segundos",inputHelperInfo:"Descripci\xF3n\uFF1AHemos optimizado el hecho de que algunos caracteres desencadenantes se convertir\xE1n en signos de puntuaci\xF3n chinos bajo m\xE9todos de entrada chinos, por ejemplo, / se convertir\xE1 en un signo dun , bajo el m\xE9todo de entrada Sogou, e Immersive Translator soporta todos los s\xEDmbolos chinos correspondientes a los caracteres desencadenantes, es decir, //,,, ser\xE1n reconocidos como caracteres desencadenantes.

Tambi\xE9n soportamos alias Chinos para c\xF3digos de lenguaje como comandos, por ejemplo /Japanese Hello World ser\xE1 traducido al Japon\xE9s, <1>haga clic aqu\xED para ver todos los c\xF3digos de lenguaje soportados.",reloadCurrentPage:"Actualice la p\xE1gina actual antes de iniciar la traducci\xF3n.",noLocalFilePermissionForPDF:"Usted no tiene permiso para leer archivos locales, por favor haga clic en el bot\xF3n de arriba y luego importar archivos locales.",noPermissionForThisPage:"\u26A0\uFE0F No hay permiso para traducir la p\xE1gina actual",retryAllParagraphs:"Reintentar todos los pasajes de error",retryAllButton:"Reintentar todos los pasajes de error",errorTooltipTitle:"Haga clic para ver la causa del error",errorModalTitle:"Parece que algo va mal con el servicio de traducci\xF3n o la red...",disableConfirm:"Entorno biling\xFCe de mejora de la informaci\xF3n",disableOnce:"Esta inhabilitaci\xF3n",disableGlobal:"desactivar permanentemente",disableTint:"* Puede volver a activarlo en {option} .",searchEnhancementNotes:"Tras activar la funci\xF3n de mejora de la informaci\xF3n biling\xFCe con traducci\xF3n inmersiva, buscaremos autom\xE1ticamente las mismas palabras clave en ingl\xE9s en los sitios web compatibles (Google News, Google Search (algunas palabras clave), Snowball, Oriental Wealth, Futura, Tiger) y las mostraremos a la derecha. Si no necesitas esta funci\xF3n, puedes desactivarla.",option:"establecer",saveSettings:"Guardar configuraci\xF3n",closeModal:"Cerrar ventana",enableInputTranslationWithoutTriggerKeyTitle:"Habilite 3 pulsaciones r\xE1pidas en{trailingKey}para traducir directamente todo el cuadro de entrada a{inputTargetLanguage}",enableInputTranslationWithoutTriggerKeyDescription:"Para especificar el idioma de destino, antep\xF3ngale el c\xF3digo del idioma, por ejemplo:\uFF1Aja Hola Mundo",mouseHoverShortcutPlaceholder:"p. ej.\uFF1ATurno",deepLProName:"Miembro de Immersive Translation Pro (Recomendado)",deepLProDescription:"El paquete actual puede utilizarse directamente",deeplProDescriptionForNormal:"No requiere instalaci\xF3n, los miembros pueden utilizarlo despu\xE9s de iniciar sesi\xF3n, <1>haga clic aqu\xED para actualizar a miembro",deepLCustomDescription:"Se requiere tarjeta de cr\xE9dito extranjera, abierta oficialmente en <1>DeepL, haga clic para ver <2>la documentaci\xF3n",deepLCustomName:"Clave de autenticaci\xF3n personalizada",chooseProviderLabel:"Seleccione un proveedor de servicios",openaiProName:"Miembro de Immersive Translation Pro (Recomendado)",openaiProDescription:"El paquete actual puede utilizarse directamente",openaiProDescriptionForNormal:"No requiere instalaci\xF3n, los miembros pueden utilizarlo despu\xE9s de iniciar sesi\xF3n, <1>haga clic aqu\xED para actualizar a miembro",openaiCustomDescription:"Disponible en OpenAI, Azure OpenAI u otros servicios de terceros. <1>Haga clic aqu\xED para consultar la documentaci\xF3n.",openaiCustomName:"Clave API personalizada",needLoginAction:"(Afiliaci\xF3n abierta o personalizaci\xF3n)",goLoginOrAction:"(Abra una cuenta o vaya a la configuraci\xF3n)",yearly:"efectuar un pago anual consecutivo",quarterly:"embalaje secuencial",monthly:"suscripci\xF3n mensual",yearlyForOnce:"Paquete anual \xFAnico",monthlyForOnce:"Paquete mensual \xFAnico",daily:"d\xEDas consecutivos de paquetes",year:"efectuar un pago anual consecutivo",quarter:"embalaje secuencial",month:"suscripci\xF3n mensual",day:"d\xEDas consecutivos de paquetes",onetime_7day:"Pack Experiencia 7 d\xEDas",currentPlanDescriptionForFree:"Paquetes actuales\uFF1AGratis",currentPlanDescriptionForContinuous:"El paquete actual\uFF1A{plan}se renovar\xE1 autom\xE1ticamente en {endAt} .",currentPlanDescriptionForAutoRenewCaceling:"El paquete actual\uFF1A{plan}expirar\xE1 en {endAt} y no se renovar\xE1 autom\xE1ticamente a su vencimiento.",currentYearlyPlanDescriptionForAutoRenewCacelingWithRealPaiedUser:"El paquete actual,\uFF1A{plan}, caducar\xE1 en {endAt} y no se renovar\xE1 autom\xE1ticamente a su vencimiento.
<1>Haga clic aqu\xED para gestionar su plan de renovaci\xF3n",currentYearlyPlanDescriptionForAutoRenewCacelingWithAdmin:"El paquete actual,\uFF1A{plan}, caducar\xE1 en {endAt} y no se renovar\xE1 autom\xE1ticamente a su vencimiento.
<1>Haga clic aqu\xED para activar la suscripci\xF3n anual continua",currentPlanDescriptionForOneTime:"La suscripci\xF3n actual\uFF1A{plan}expirar\xE1 en {endAt} , <1>haga clic aqu\xED para cambiar a una suscripci\xF3n <1>anual o <2>mensual.",upgradePlan:"Haga clic aqu\xED para pasar a Pro",upgradeToPro:"Actualizar a miembro Pro","popup.openPro":"Actualice su suscripci\xF3n a Pro para disfrutar de DeepL y de la traducci\xF3n OpenAI, \xA1haga clic aqu\xED para actualizar!","popup.openProForPro":"Eres un miembro Pro con acceso directo a DeepL y a las traducciones de OpenAI.",currentAccount:"cuenta corriente",enableAutoSyncUserSettings:"Sincronizaci\xF3n autom\xE1tica en la nube de varios dispositivos",modalEnableInputTranslationTitle:"Traducci\xF3n inmersiva Cuadro de entrada Alertas de traducci\xF3n",modalEnableInputTranslationDesc:"Acaba de activar la traducci\xF3n del cuadro de entrada de Immersive Translation pulsando la barra espaciadora 3 veces en r\xE1pida sucesi\xF3n, y el contenido del cuadro de entrada se traducir\xE1 al idioma de destino predeterminado. La traducci\xF3n puede deshacerse con Ctrl+Z.

Si ha sido un error, no se preocupe, puede elegir desactivarla esta vez, o desactivar permanentemente la traducci\xF3n del cuadro de entrada.",saveAndNotShowAgain:"Guardar y dejar de preguntar",disableInputTranslationTips:"* Tambi\xE9n puedes configurar otros atajos para que se activen en {option} ,{learnMore}.",learnMore:"M\xE1s informaci\xF3n",continueEnalbeInputTranslation:"Seguir activando la traducci\xF3n del cuadro de entrada",autoRenewTrialSuffix:'(En la versi\xF3n de prueba,pas\xF3 inmediatamente a ser miembro de pleno derecho)',upgradeFromTrialTitle:"Pasar a Miembro de pleno derecho",subtitle:"subtitulado de v\xEDdeo",youtubeService:"Traducci\xF3n por inmersi\xF3n Servicios de traducci\xF3n de subt\xEDtulos de v\xEDdeo","subtitle.disabledSubtitle":"Desactivar permanentemente la funci\xF3n de subt\xEDtulos de v\xEDdeo","subtitle.disabledSubtitleDescription":"Si Immersive Translator's Video Subtitles entra en conflicto con otras extensiones, puedes optar por desactivar permanentemente la funcionalidad de Immersive Translator's Video Subtitles o desinstalar otras extensiones conflictivas.","subtitle.autoEnableSubtitle":"Uso autom\xE1tico de subt\xEDtulos biling\xFCes","subtitle.autoEnableSubtitleDescription":"Una vez activado, se mostrar\xE1n autom\xE1ticamente subt\xEDtulos biling\xFCes cuando se reproduzca el video, de lo contrario, necesitar\xE1 hacer clic en el bot\xF3n de traducci\xF3n para que se muestren.","subtitle.preTranslation":"Traducir subt\xEDtulos mediante traducci\xF3n inmersiva","subtitle.preTranslationDescription":"Cuando est\xE1 activada, se pretraducir\xE1 todo el subt\xEDtulo utilizando el servicio de traducci\xF3n especificado m\xE1s abajo, y un v\xEDdeo de 1 hora consumir\xE1 unos 50.000 tokens o caracteres, as\xED que util\xEDzalos seg\xFAn tu criterio; cuando est\xE1 desactivada, se utilizar\xE1n primero los subt\xEDtulos originales.","subtitle.humanSubtitlesPreferred":"Uso prioritario del subtitulado humano","subtitle.humanSubtitlesPreferredDescription":"Priorizar el uso de subt\xEDtulos humanos cuando el v\xEDdeo disponga de subt\xEDtulos humanos en la lengua de llegada (recomendado)",videoSubtitleTranslationDescription:"Asignar un servicio de traducci\xF3n independiente para los subt\xEDtulos de v\xEDdeo",subtitleTranslating:"Por favor, espere mientras se traducen los subt\xEDtulos mediante el servicio {service} ... (traducci\xF3n por inmersi\xF3n)",subtitleLoading:"Cargando subt\xEDtulos...",bilingual:"biling\xFCismo","field.action":"Activar o no la terminolog\xEDa Baidu","description.action":"Cuando est\xE9 activado, se a\xF1adir\xE1 un par\xE1metro action=1 a la solicitud para informar a Baidu del t\xE9rmino activado; <1>consulte la documentaci\xF3n oficial para obtener m\xE1s informaci\xF3n.",closeQuickTranslation:"Cerrar Hoverball","closeQuickTranslation.untilNext":"Esta vez cerrado hasta la pr\xF3xima visita","closeQuickTranslation.currentWebsite":"Sitio actual desactivado","closeQuickTranslation.alwaysClose":"desactivar permanentemente","closeQuickTranslation.settingOpen":"(puede activarse en la <1>p\xE1gina de configuraci\xF3n )","closeQuickTranslation.cancel":"anulaciones","closeQuickTranslation.confirm":"defina","floatBall.popup":"Abrir el panel de ajustes r\xE1pidos","floatBall.translate":"Haga clic para traducir la p\xE1gina","floatBall.showOriginal":"Haga clic para volver al art\xEDculo original","floatBall.close":"Cerrar Hoverball","floatBallOptions.enableDescPc":"Despu\xE9s de activar el hoverball de la p\xE1gina, aparecer\xE1 un bot\xF3n de traducci\xF3n r\xE1pida en la parte derecha de la p\xE1gina, \xA1haz clic en \xE9l para traducir!","floatBallOptions.enableDesc":"Despu\xE9s de apagar el hoverball, puedes recuperarlo con{touch}. Se recomienda encarecidamente marcar esta p\xE1gina de configuraci\xF3n para evitar no poder encontrar el hoverball despu\xE9s de desactivar esta opci\xF3n por error.","description.azureApiUrl":"Introduzca la direcci\xF3n de la interfaz API personalizada",confirmSupportMouse:"Forzar la activaci\xF3n del soporte de rat\xF3n",confirmSupportMouseDescription:"Detectado que el navegador actual no soporta la funci\xF3n de rat\xF3n, \xBFse fuerza a habilitar el soporte de rat\xF3n?",sampleTargetText:"Llegar\xE1 la larga noche, y velar\xE9 desde hoy hasta que muera. No tomar\xE9 esposa, no har\xE9 feudo, no tendr\xE9 hijos. No llevar\xE9 corona, no luchar\xE9 por el honor. Cumplir\xE9 con mi deber, vivir\xE9 y morir\xE9.",sampleSourceText:"Night gathers, and now my watch begins. It shall not end until my death. I shall take no wife, hold no lands, father no children. I shall wear no crowns and win no glory. I shall live and die at my post.","subtitle.supportedSites":"\u5DF2\u652F\u6301\u5728\u8FD9\u4E9B\u7F51\u7AD9\u4F7F\u7528\u53CC\u8BED\u5B57\u5E55\uFF08\u6CE8\u610F\uFF1A\u7531\u4E8E\u6280\u672F\u9650\u5236\uFF0C\u90E8\u5206\u7F51\u7AD9\u5728\u9996\u6B21\u5F00\u542F\u5B57\u5E55\u540E\u9700\u8981\u91CD\u65B0\u5237\u65B0\u9875\u9762\uFF0C\u6216\u8005\u9700\u7B49\u5F85\u7FFB\u8BD1\u5B8C\u6210\u4EE5\u663E\u793A\u53CC\u8BED\u5B57\u5E55\uFF09\uFF1A",viewWithImmersiveTranslate:"\u53CC\u8BED\u7248\u672C(\u6C89\u6D78\u5F0F\u7FFB\u8BD1)",errorReason:"\u9519\u8BEF\u539F\u56E0\uFF1A{message}","proQuotaExceededError.onetime7day":'\uFF0C\u60A8\u53EF\u4EE5\u9009\u62E9\u4EE5\u4E0B\u65B9\u5F0F\u89E3\u51B3\uFF1A

1. \u5207\u6362\u5230 {anotherService} \u6216\u5176\u4ED6\u7FFB\u8BD1\u670D\u52A1
2. \u5347\u7EA7\u4E3A\u6708\u5EA6/\u5E74\u5EA6\u4F1A\u5458',"proQuotaExceededError.trial":'\uFF0C\u60A8\u53EF\u4EE5\u9009\u62E9\u4EE5\u4E0B\u65B9\u5F0F\u89E3\u51B3\uFF1A

1. \u5207\u6362\u5230 {anotherService} \u6216\u5176\u4ED6\u7FFB\u8BD1\u670D\u52A1
2. \u7ACB\u523B\u5347\u7EA7\u4E3A\u6B63\u5F0F\u4F1A\u5458',"proQuotaExceededError.nonTrial":'\uFF0C\u60A8\u53EF\u4EE5\u9009\u62E9\u4EE5\u4E0B\u65B9\u5F0F\u89E3\u51B3\uFF1A

1. \u5207\u6362\u5230 {anotherService} \u6216\u5176\u4ED6\u7FFB\u8BD1\u670D\u52A1
2. \u8D2D\u4E70 {translationService} \u989D\u5916\u6D41\u91CF\u5305',"proQuotaExceededError.resetTime":"
3. \u989D\u5EA6\u91CD\u7F6E\u65F6\u95F4\uFF1A{resetTime}","desc.touchShortcutsToggleTranslatePageOnlyTranslation":"Solo se muestra la traducci\xF3n se refiere a que solo se mostrar\xE1 la traducci\xF3n, si la p\xE1gina web a\xFAn no se ha traducido, cambiar\xE1 el modo y traducir\xE1.","desc.toggleOnlyTransation":"El modo de solo traducci\xF3n se refiere a mostrar solo el texto traducido, si la p\xE1gina web a\xFAn no se ha traducido, cambiar\xE1 el modo y traducir\xE1.",touchShortcutsToggleTranslatePageOnlyTranslation:"Configurar gestos de pantalla t\xE1ctil para cambiar entre modo biling\xFCe/solo texto traducido",download_started:"La descarga ya ha comenzado, si no se descarga autom\xE1ticamente, haga clic manualmente.",here:"aqu\xED","desc.toggleVideoSubtitlePreTranslation":"Al presionar, los subt\xEDtulos biling\xFCes del video usar\xE1n preferentemente la configuraci\xF3n de traducci\xF3n inmersiva, al presionar nuevamente, se dar\xE1 prioridad a los subt\xEDtulos de traducci\xF3n autom\xE1tica incluidos en el video original. Nota: este atajo modifica la configuraci\xF3n global.",videoSubtitlePreTranslationOn:"Los subt\xEDtulos del video tendr\xE1n prioridad para usar la traducci\xF3n inmersiva.",videoSubtitlePreTranslationOff:"Los subt\xEDtulos del video dar\xE1n prioridad a los subt\xEDtulos de traducci\xF3n autom\xE1tica incluidos en el video original.",translationFont:"Establecer fuente","translationFont.custom":"Ingrese fuente personalizada","translationFont.customPlaceholder":"fuente","translationFont.notSupportErrorMessage":"Por favor, verifique si el nombre de la fuente que ingres\xF3 es correcto, o confirme si esta fuente ya est\xE1 instalada en su dispositivo.","touch.mouse-translate":"Traducir el p\xE1rrafo especificado.","translationServices.inherit":"Siga el servicio de traducci\xF3n principal","error.serveConfigError":"Error de configuraci\xF3n del servicio","error.reloadPageOfSetting":"Despu\xE9s de configurar, por favor refresca la p\xE1gina para traducir de nuevo.","error.googleLimitIp":"El servicio devuelve un error, el servicio de Google ha limitado la direcci\xF3n IP, se recomienda que cambie el nodo de red.","error.openAIFreeLimit":"El servicio devuelve un error, la frecuencia actual de solicitudes de traducci\xF3n ha alcanzado el l\xEDmite m\xE1ximo de 3 veces por minuto, por favor intente de nuevo m\xE1s tarde. (Esta es una restricci\xF3n de OpenAI oficial para la API Key gratuita, para eliminar esta restricci\xF3n, por favor vincule una tarjeta de cr\xE9dito en el backend de OpenAI.)","error.openAIExceededQuota":"El servicio devuelve un error: el saldo de tu cuenta de OpenAI es insuficiente, por favor recarga o vincula una tarjeta de cr\xE9dito en el panel de control oficial de OpenAI.","error.429":"El servicio devuelve un error, lo que indica que la solicitud es demasiado frecuente o excede el l\xEDmite de cuota, por favor intente de nuevo m\xE1s tarde.","error.403":"El servicio devuelve un error, no tiene permiso temporal para acceder a este servicio.","error.400":"El servicio devuelve un error, el par\xE1metro de solicitud es incorrecto, por favor verifica la configuraci\xF3n correspondiente.","error.502":"El servicio devuelve un error, el servicio se ha agotado, por favor intente de nuevo m\xE1s tarde.","error.proTokenInvalid":"Si usted es un usuario Pro, por favor inicie sesi\xF3n para usar el servicio de traducci\xF3n Pro.","error.proUpgrade":"Despu\xE9s de la actualizaci\xF3n, por favor refresca la p\xE1gina y traduce de nuevo.","error.configError":"Los datos de configuraci\xF3n son anormales.","error.goReset":"Ir a restablecer",batchEdit:"Operaci\xF3n en masa","translationModeLang.translation.title":"Solo modo de traducci\xF3n de idioma","translationModeLang.translation.description":"Cuando el idioma de la p\xE1gina es uno de los siguientes, se utilizar\xE1 autom\xE1ticamente solo el modo de traducci\xF3n.","translationModeUrl.translation.title":"Solo el modo de direcci\xF3n web de traducci\xF3n","translationModeUrl.translation.description":"Cuando el sitio web tiene los siguientes dominios, se utilizar\xE1 autom\xE1ticamente el modo de solo traducci\xF3n.","error.serveUnavailable":"El servicio [{serverName}] que est\xE1 utilizando actualmente no est\xE1 disponible temporalmente debido a problemas con la conexi\xF3n a la red o el proveedor del servicio. Le sugerimos que intente actualizar la p\xE1gina o cambiar a otro servicio de traducci\xF3n a trav\xE9s de <1>Configuraci\xF3n. Si usted es un miembro <2>Pro, puede optar por utilizar los servicios de traducci\xF3n m\xE1s estables de DeepL o OpenAI (<3>haga clic aqu\xED para probarlo gratis). Adem\xE1s, es posible que necesite revisar su configuraci\xF3n de red o proxy.",detectServiceLoading:"Detectando servicios de traducci\xF3n disponibles...",toggleToService:"Cambie a {service} e intente de nuevo.","error.gemini.429":"El servicio actual de Gemini ha alcanzado su capacidad m\xE1xima, por favor intente m\xE1s tarde o cambie a otro servicio de traducci\xF3n.",enableSentryReport:"Cuando ocurre un error de expansi\xF3n, usa Sentry para enviar comentarios.",notLogin:"No registrado",goLogin:"Iniciar sesi\xF3n",touchShortcutsOff:"Cerrar",shortcutSettings:"Atajo de teclado","tagsInput.add":"+ A\xF1adir",translationOnlyMode:"Solo modo de traducci\xF3n","multipleClick.2":"Haz doble clic",contact:"Cont\xE1ctanos","widget.translateFile":"PDF/ePub","subtitle.hideQuickButton":"Ya no mostrar este atajo","translationServices.gemini":"G\xE9minis","widget.instructionTooltip":"Consultar las instrucciones de uso","subtitle.bilingual":"Subt\xEDtulos biling\xFCes","error.retry":"Reintentar","multipleClick.4":"Cu\xE1druple golpe",buildSnapshots:"Generar captura de p\xE1gina web","error.subscriptionExpiredTitle":"La membres\xEDa ha expirado","slide.left":"Desliza a la derecha","widget.videoSubtitle":"subt\xEDtulos de video","browser.translateWithDeepL":"Uso temporal de DeepL para traducir la p\xE1gina actual","subtitle.autoDisableSubtitle":"No activar autom\xE1ticamente los subt\xEDtulos biling\xFCes","browser.translateWithBing":"Uso temporal de Microsoft para traducir la p\xE1gina actual","error.reason":"Raz\xF3n del error","browser.translateWithTransmart":"Uso temporal de Tencent para traducir la p\xE1gina actual",pickAll:"Seleccionar todo","browser.translateInputBox":"Traducir el contenido actual del cuadro de entrada.","floatBall.iKnow":"Ya lo s\xE9.",temprarilyChangeTranslationTo_deepl:"Estoy usando DeepL para traducir la p\xE1gina actual.","multipleClick.3":"Triple golpe","intro.hoverTitle":"Pase el mouse para traducir el p\xE1rrafo actual",temprarilyChangeTranslationTo_transmart:"Est\xE1 utilizando Tencent para traducir la p\xE1gina actual.","intro.floatBallTitle":"Bola flotante de traducci\xF3n r\xE1pida",paragraphMinTextCountField:"El n\xFAmero m\xEDnimo de caracteres necesarios para traducir un p\xE1rrafo","shortcutGroup.touch":"Gestos espec\xEDficos para pantallas t\xE1ctiles",temprarilyChangeTranslationTo_gemini:"Estoy usando Gemini para traducir la p\xE1gina actual.",temprarilyChangeTranslationTo_bing:"Est\xE1 utilizando Microsoft para traducir la p\xE1gina actual.","shortcutGroup.main":"Atajos de teclado de funciones comunes",mouseHoverCustomKeyTitle:"Personalizar el atajo de teclado para el rat\xF3n en suspensi\xF3n","shortcutGroup.shortcutsForTranslationServices":"Atajos de teclado relacionados con el servicio de traducci\xF3n",touchShortcutsToggleTranslateTouchElement:"Configurar gestos t\xE1ctiles para traducir p\xE1rrafos espec\xEDficos",notLoginPro:"Todav\xEDa no has iniciado sesi\xF3n en tu cuenta de miembro.","intro.subtitleTitle":"Visualizaci\xF3n de subt\xEDtulos biling\xFCes en videos en l\xEDnea","subtitle.showQuickButton":"En el reproductor se muestra el atajo de subt\xEDtulos biling\xFCes",temprarilyChangeTranslationTo_google:"Est\xE1 utilizando Google Traductor para traducir la p\xE1gina actual.",upgradeToProErrorTitle:"Por favor, actualice a miembro Pro para utilizar este servicio de traducci\xF3n.","widget.instruction":"Instrucciones de uso","slide.right":"Desliza a la izquierda","browser.translateWithOpenAI":"Uso temporal de OpenAI para traducir la p\xE1gina actual","shortcutGroup.others":"M\xE1s atajos de teclado personalizados","browser.toggleMouseHoverTranslateDirectly":"Habilitar o deshabilitar temporalmente la traducci\xF3n directa al pasar el mouse en la p\xE1gina",alwaysTranslateThisSite:"Siempre traduce este sitio web",neverTranslateThisSite:"Nunca traduzca este sitio web","shortcutGroup.mouse":"Configuraci\xF3n de atajos de teclado para el rat\xF3n en suspensi\xF3n","widget.translateFileTooltip":"Traducir documentos PDF, EPUB, SRT, ASS, HTML y TXT","browser.translateWithGemini":"Usa temporalmente Gemini para traducir la p\xE1gina actual","browser.toggleVideoSubtitlePreTranslation":"Cambie a subt\xEDtulos biling\xFCes y priorice la configuraci\xF3n de traducci\xF3n inmersiva.",networkError:"El servicio de traducci\xF3n o la red tienen problemas.",loggedIn:"Conectado","widget.videoSubtitleTooltip":"Apoya Youtube y otros {count}+ sitios web de videos",touchShortcutsToggleTranslationMask:"Configurar gestos t\xE1ctiles para mostrar la m\xE1scara de traducci\xF3n / mostrar el texto original","floatBall.guideClickToTranslate":"Haz clic en la bola flotante de traducci\xF3n inmersiva para traducir r\xE1pidamente","desc.touchShortcutsToggleTranslateTouchElement":"Personalice un gesto y podr\xE1 traducir cualquier p\xE1rrafo en el que se encuentre.","floatBall.longPress":"Mant\xE9n presionado para abrir r\xE1pidamente el panel de configuraci\xF3n.","error.subscriptionExpired":"Es posible que su membres\xEDa haya expirado, por favor verifique el estado de su membres\xEDa.",shortcutSettingsTitle:"Configuraci\xF3n de atajos de teclado",temprarilyChangeTranslationTo_openai:"Estoy usando OpenAI para traducir la p\xE1gina actual.","browser.translateWithGoogle":"Uso temporal de Google Traductor para traducir la p\xE1gina actual","desc.interfaceLanguage":"La configuraci\xF3n del idioma de la interfaz afecta el idioma de visualizaci\xF3n del panel de control y no tiene relaci\xF3n con el idioma objetivo de la traducci\xF3n.","description.baiduField":"Las \xE1reas de apoyo se ven <1>aqu\xED, si est\xE1 vac\xEDo significa que no se especifica el \xE1rea.","contact.description":"Si tiene alguna pregunta o sugerencia, no dude en completar el formulario a continuaci\xF3n para contactarnos, o env\xEDe un correo electr\xF3nico a {email}, le responderemos lo antes posible.","neverTranslateText.title":`Por favor, traduce directamente al espa\xF1ol (evita explicar el texto original): Mant\xE9n las siguientes palabras en su idioma original, no las traduzcas.`,confirmResetToDefaultSettings:"\xBFEst\xE1 seguro de que desea restaurar este servicio de traducci\xF3n a la configuraci\xF3n predeterminada? (Solo restablece la configuraci\xF3n del servicio de traducci\xF3n actual)","desc.toggleTranslateTheWholePage":"Traducir toda el \xE1rea de la p\xE1gina, por defecto, traduciremos el \xE1rea principal de la p\xE1gina, puedes usar este atajo para traducir espec\xEDficamente toda el \xE1rea de la p\xE1gina.",shortcutDisableTooltip:"Realice la configuraci\xF3n en la p\xE1gina de administraci\xF3n de atajos de extensi\xF3n proporcionada por el navegador, para m\xE1s orientaci\xF3n consulte las instrucciones en la parte superior de esta p\xE1gina.",touchShortcutsToggleTranslatePage:"Configura gestos t\xE1ctiles para traducir p\xE1ginas web/mostrar el texto original","desc.toggleTranslateTheMainPage":"Solo traduce el \xE1rea principal de la p\xE1gina, cuando has habilitado la traducci\xF3n de todo el \xE1rea de la p\xE1gina en la configuraci\xF3n avanzada, puedes usar este atajo para traducir espec\xEDficamente el \xE1rea principal de la p\xE1gina.","desc.touchShortcutsToggleTranslatePage":"Una vez configurado, al mover el dispositivo m\xF3vil, se puede tocar la pantalla con X dedos, deslizar hacia la izquierda o hacia la derecha o hacer clic continuamente para activar la traducci\xF3n de la p\xE1gina web/mostrar el texto original.",paragraphMinTextCountDesc:"Tenga en cuenta, aqu\xED se refiere a la longitud del car\xE1cter, por ejemplo: hola es 5 caracteres, establecer un valor m\xE1s grande puede reducir la traducci\xF3n de p\xE1rrafos peque\xF1os innecesarios.","desc.mouseHoverHoldKey":"Cuando el mouse se coloca sobre un p\xE1rrafo, al presionar la tecla de acceso r\xE1pido en el lado derecho, se puede traducir directamente ese p\xE1rrafo.",mouseHoverCustomKeyDescription:"Puedes personalizar una combinaci\xF3n de teclas de acceso r\xE1pido para cuando el mouse se posicione encima, como: Alt+Z, Ctrl+E, Cmd+Alt+E o directamente Cmd, por favor ingresa manualmente.","intro.floatBallDescription":"Una vez activado, se mostrar\xE1 un bot\xF3n de traducci\xF3n r\xE1pida en el lado derecho de la p\xE1gina, haga clic para traducir, haga clic nuevamente para volver al texto original. En dispositivos m\xF3viles, mantenga presionada la bola flotante para abrir el panel de configuraci\xF3n r\xE1pida.","desc.touchShortcutsToggleTranslationMask":"La m\xE1scara de traducci\xF3n se refiere al efecto borroso en el estilo de la traducci\xF3n (modo de aprendizaje), que se activa temporalmente para usar el efecto borroso en la traducci\xF3n, lo que facilita el aprendizaje.",translationOnlyModeDescription:"El modo de solo traducci\xF3n se refiere a mostrar solo el texto traducido, en lugar del modo biling\xFCe predeterminado. Nota: debido a limitaciones t\xE9cnicas, los hiperv\xEDnculos del texto original se desactivar\xE1n en el modo de solo traducci\xF3n.","neverTranslateText.description":"Debido a que algunos motores de traducci\xF3n no reconocen adecuadamente los nombres propios, puedes agregar palabras aqu\xED para asegurarte de que no se conviertan durante el proceso de traducci\xF3n. Ten en cuenta que esta funci\xF3n distingue entre may\xFAsculas y min\xFAsculas, y solo admite idiomas con palabras separadas por espacios (como ingl\xE9s, franc\xE9s), no es aplicable a idiomas como japon\xE9s, coreano, etc.","desc.toggleMouseHoverTranslateDirectly":"Despu\xE9s de presionar esta tecla de acceso r\xE1pido, en la p\xE1gina, siempre que el mouse apunte a cualquier texto, se traducir\xE1 autom\xE1ticamente ese texto. Presione la tecla de acceso r\xE1pido nuevamente para desactivar esta funci\xF3n de traducci\xF3n autom\xE1tica.","intro.subtitleDescription":"Despu\xE9s de activar esta funci\xF3n, los subt\xEDtulos biling\xFCes se mostrar\xE1n autom\xE1ticamente durante la reproducci\xF3n del video. Si no est\xE1 habilitado, deber\xE1 hacer clic manualmente en el bot\xF3n de traducci\xF3n en la p\xE1gina para mostrar los subt\xEDtulos. Tenga en cuenta que, debido a las limitaciones t\xE9cnicas, algunos sitios web pueden necesitar refrescar la p\xE1gina o esperar a que se complete la traducci\xF3n para mostrar los subt\xEDtulos biling\xFCes. (Adem\xE1s, tambi\xE9n puede habilitar/deshabilitar el panel de acceso r\xE1pido de traducci\xF3n inmersiva en la esquina superior derecha despu\xE9s de abrir el sitio web de video).

Actualmente se admite el uso de subt\xEDtulos biling\xFCes en estos sitios web:","intro.hoverDescription":"La traducci\xF3n al pasar el rat\xF3n es una funci\xF3n muy importante en la traducci\xF3n inmersiva, solo necesitas colocar el rat\xF3n sobre el p\xE1rrafo y presionar la tecla de acceso r\xE1pido establecida para traducir autom\xE1ticamente el p\xE1rrafo actual (nota: no est\xE1 habilitado por defecto, config\xFAralo a continuaci\xF3n). Esta interacci\xF3n se utiliza para reemplazar mejor la traducci\xF3n de palabras seleccionadas. Adem\xE1s, esta funci\xF3n se utiliza ampliamente en \xE1reas de traducci\xF3n que no se pueden reconocer, puedes utilizar esta funci\xF3n para forzar la traducci\xF3n de cualquier p\xE1rrafo.","subtitle.showQuickButtonDescription":"Proporciona un atajo para activar los subt\xEDtulos biling\xFCes en la esquina inferior derecha del reproductor de video.",geminiWarning:"Atenci\xF3n: El servicio gratuito de Gemini proporcionado por Google tiene restricciones estrictas, Google puede determinar que el usuario est\xE1 utilizando m\xFAltiples Keys para eludir sus l\xEDmites de cuota gratuita, no se recomienda su uso, se sugiere esperar hasta que Google abra la interfaz de pago de Gemini en el futuro para su uso.","floatBall.setting":"Configuraci\xF3n","floatBall.file":"Traducir PDF, EPUB, SRT, ASS, HTML, archivos TXT","floatBall.translateToLanguage":"Haga clic para traducir a {language}",changeToOnlyTempTranslationMode:"Mostrar s\xF3lo traducciones",changeToDualTempTranslationMode:"Cambiar a traducci\xF3n biling\xFCe","options.navbar.translateFile":"Traducir documento","transitionMode.translation":"Solo texto traducido.","options.navbar.installApp":"Instalar la aplicaci\xF3n m\xF3vil","transitionMode.dual":"Contraste biling\xFCe","subtitle.transitionModeDescription":"Establecer subt\xEDtulos de video en modo de comparaci\xF3n biling\xFCe o solo en modo de traducci\xF3n","subtitle.transitionMode":"Subt\xEDtulos de video biling\xFCes / Configuraci\xF3n solo de texto traducido","transitionMode.inherit":"Mant\xE9ngase consistente con el modo de visualizaci\xF3n de traducci\xF3n predeterminado del sistema.",translateFileTooltip:`Traducir PDF, ePub, srt, ass, HTML, archivos TXT`,"description.multiplePrompt":`Cuando el n\xFAmero de p\xE1rrafos es mayor a 1, se env\xEDa la conversaci\xF3n a {service} como usuario, donde {{from}} indica el idioma del p\xE1rrafo, {{to}} indica el idioma objetivo, {{yaml}} es el contenido del p\xE1rrafo que hemos envuelto en formato yaml, si tienes la necesidad de personalizar Prompt, necesitas asegurarte de que cada elemento en el resultado YAML de la respuesta de AI contenga el campo {env.imt_trans_field}, {{imt_trans_field}} es el nombre del campo de la traducci\xF3n que esperamos de la respuesta de AI, por defecto es {env.imt_trans_field}, {{imt_source_field}} es el nombre del campo del texto original que pasamos a AI, por defecto es {env.imt_source_field}, ejemplo de resultado: @@ -5072,7 +5072,7 @@ ass, HTML, archivos TXT`,"description.multiplePrompt":`Cuando el n\xFAmero de p\ {env.imt_sub_trans_field}: Traducci\xF3n - id: 2 {env.imt_sub_source_field}: Fuente - {env.imt_sub_trans_field}: Traducci\xF3n`,"subtitle.quickButton.cyan":"Azul","subtitle.quickButton.backgroundColor":"color de fondo","subtitle.quickButton.blue":"azul","subtitle.quickButton.translationTextColor":"Color de fuente de traducci\xF3n","subtitle.quickButton.translationPosition":"Posici\xF3n de traducci\xF3n","subtitle.quickButton.translationFontSize":"Tama\xF1o de fuente de traducci\xF3n","subtitle.quickButton.translationPositionBottom":"Debajo del texto original","subtitle.quickButton.sourceFontSize":"Tama\xF1o original de la fuente","subtitle.quickButton.green":"Verde","subtitle.quickButton.white":"blanco","subtitle.quickButton.red":"Rojo","subtitle.quickButton.magenta":"Magenta","translationServices.claude":"Claude","subtitle.quickButton.setting":"Configuraci\xF3n","subtitle.quickButton.yellow":"amarillo","subtitle.quickButton.backgroundOpacity":"Opacidad de fondo","subtitle.quickButton.black":"negro","subtitle.quickButton.sourceTextColor":"Color original de la fuente","subtitle.quickButton.translationPositionTop":"En la parte superior del texto original",attachSubtitleTranslating:"Usando {service} para traducir...","error.claude.403":"No tiene permiso para acceder al servicio, puede estar relacionado con las restricciones de \xE1rea de Claude, puede intentar cambiar su direcci\xF3n IP o usar otros servicios de traducci\xF3n.","browser.brandDescriptionForSafari":"\u3010Traducci\xF3n inmersiva\u3011Un complemento de traducci\xF3n de p\xE1ginas web biling\xFCe (original/traducci\xF3n) gratuito que tambi\xE9n soporta la traducci\xF3n de PDF y libros electr\xF3nicos EPUB manteniendo el formato original del documento, la traducci\xF3n de subt\xEDtulos biling\xFCes de videos en l\xEDnea como Youtube/Netflix, y soporta servicios de traducci\xF3n principales como Deepl/Google;","browser.PdfProFile":"AI impulsado por PDF Pro traducci\xF3n","browser.textTranslate":"Traducci\xF3n de texto"};var xb={nologin:"\u0648\u0627\u0631\u062F \u0646\u0634\u062F\u0647 \u0627\u06CC\u062F",loginForSafari:"\u0648\u0627\u0631\u062F \u0634\u0648\u06CC\u062F \u06CC\u0627 \u062B\u0628\u062A \u0646\u0627\u0645 \u06A9\u0646\u06CC\u062F",login:"\u767B\u5F55",manageAccount:"\u0645\u062F\u06CC\u0631\u06CC\u062A \u062D\u0633\u0627\u0628",openPremium:"\u0639\u0636\u0648\u06CC\u062A",logout:"\u062A\u0631\u06A9 \u06A9\u0631\u062F\u0646",curentPlan:"\u0628\u0633\u062A\u0647 \u0641\u0639\u0644\u06CC",endAt:"\u0628\u0644\u0648\u063A",endAuto:"\u062A\u0645\u062F\u06CC\u062F \u062E\u0648\u062F\u06A9\u0627\u0631",lineBreakMaxTextCount:"\u062D\u062F\u0627\u06A9\u062B\u0631 \u062A\u0639\u062F\u0627\u062F \u06A9\u0627\u0631\u0627\u06A9\u062A\u0631\u0647\u0627\u06CC \u0645\u062C\u0627\u0632 \u062F\u0631 \u0647\u0631 \u062C\u0645\u0644\u0647 \u067E\u0633 \u0627\u0632 \u0634\u06A9\u0633\u062A \u062E\u0637","translate-pdf":"\u0628\u0631\u0627\u06CC \u062A\u0631\u062C\u0645\u0647 PDF \u06A9\u0644\u06CC\u06A9 \u06A9\u0646\u06CC\u062F","noSupportTranslate-pdf":"\u0627\u0633\u06A9\u0631\u06CC\u067E\u062A \u067E\u0634\u062A\u06CC\u0628\u0627\u0646\u06CC \u0646\u0645\u06CC \u0634\u0648\u062F\u060C \u0644\u0637\u0641\u0627 \u0627\u0632 \u0627\u0641\u0632\u0648\u0646\u0647 \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u06A9\u0646\u06CC\u062F","translate-firefox-local-pdf":"\u0628\u0631\u0627\u06CC \u0628\u0627\u0631\u06AF\u06CC\u0631\u06CC PDF \u06A9\u0644\u06CC\u06A9 \u06A9\u0646\u06CC\u062F",enableLineBreak:"\u0641\u0639\u0627\u0644 \u06A9\u0631\u062F\u0646 \u0634\u06A9\u0633\u062A \u062E\u0637 \u062E\u0648\u062F\u06A9\u0627\u0631 \u0628\u0646\u062F \u0628\u0644\u0646\u062F",sponsorLabel:"\u062D\u0627\u0645\u06CC\u0627\u0646 \u062A\u0648\u0633\u0639\u0647\u200C\u062F\u0647\u0646\u062F\u06AF\u0627\u0646 \u0628\u0627 \u0634\u0631\u0648\u0639 \u0627\u0632 1 \u062F\u0644\u0627\u0631",help:"\u06A9\u0645\u06A9",browserShortcutsNoteForFirefox:"\u0628\u0631\u0627\u06CC \u062A\u063A\u06CC\u06CC\u0631 \u06A9\u0644\u06CC\u062F\u0647\u0627\u06CC \u0645\u06CC\u0627\u0646\u0628\u0631 \u062F\u0631 \u0645\u0631\u0648\u0631\u06AF\u0631 \u0641\u0627\u06CC\u0631\u0641\u0627\u06A9\u0633\u060C \u0628\u0627\u06CC\u062F \u0628\u0631\u06AF\u0647 \u0645\u062F\u06CC\u0631\u06CC\u062A \u0627\u0641\u0632\u0648\u0646\u0647\u200C\u0647\u0627 (about:addons) \u0631\u0627 \u0628\u0627\u0632 \u06A9\u0646\u06CC\u062F\u060C \u0633\u067E\u0633 \u0631\u0648\u06CC \xAB\u062A\u0646\u0638\u06CC\u0645\u0627\u062A\xBB \u06A9\u0644\u06CC\u06A9 \u06A9\u0646\u06CC\u062F \u0648 \u0633\u067E\u0633 \u0628\u0631\u0627\u06CC \u062A\u0646\u0638\u06CC\u0645 \u0631\u0648\u06CC \xAB\u0645\u062F\u06CC\u0631\u06CC\u062A \u06A9\u0644\u06CC\u062F\u0647\u0627\u06CC \u0645\u06CC\u0627\u0646\u0628\u0631\xBB \u06A9\u0644\u06CC\u06A9 \u06A9\u0646\u06CC\u062F",browserShortcutsNoteForChrome:"\u0628\u0631\u0627\u06CC \u0645\u0631\u0648\u0631\u06AF\u0631\u0647\u0627\u06CC Chrome \u0645\u0627\u0646\u0646\u062F\u060C \u0628\u0627\u06CC\u062F \u0628\u0631\u06AF\u0647 \u0645\u062F\u06CC\u0631\u06CC\u062A \u0627\u0641\u0632\u0648\u0646\u0647\u200C\u0647\u0627 \u0631\u0627 \u0628\u0631\u0627\u06CC \u062A\u063A\u06CC\u06CC\u0631 \u06A9\u0644\u06CC\u062F\u0647\u0627\u06CC \u0645\u06CC\u0627\u0646\u0628\u0631 \u0628\u0627\u0632 \u06A9\u0646\u06CC\u062F\u060C \u0622\u0646 \u0631\u0627 \u062F\u0631 \u062F\u0631\u06AF\u0627\u0647 \xAB\u0645\u062F\u06CC\u0631\u06CC\u062A \u06A9\u0644\u06CC\u062F\u0647\u0627\u06CC \u0645\u06CC\u0627\u0646\u0628\u0631\xBB (chrome://extensions/shortcuts) \u062A\u0646\u0638\u06CC\u0645 \u06A9\u0646\u06CC\u062F. \u0631\u0648\u06CC \u062F\u06A9\u0645\u0647 \u0632\u06CC\u0631 \u06A9\u0644\u06CC\u06A9 \u06A9\u0646\u06CC\u062F \u062A\u0627 \u0628\u0647 \u0628\u0631\u06AF\u0647 \u0645\u062F\u06CC\u0631\u06CC\u062A \u06A9\u0644\u06CC\u062F \u0645\u06CC\u0627\u0646\u0628\u0631 \u0628\u0631\u0648\u06CC\u062F.",browserShortcutsSucks:"\u0641\u0631\u0645\u062A \u06A9\u0644\u06CC\u062F \u0645\u06CC\u0627\u0646\u0628\u0631 \u0633\u0641\u0627\u0631\u0634\u06CC (\u0628\u062F\u0648\u0646 \u062A\u0634\u062E\u06CC\u0635 \u062E\u0648\u062F\u06A9\u0627\u0631\u060C \u0644\u0637\u0641\u0627 \u0645\u0633\u062A\u0642\u06CC\u0645\u0627 \u0648\u0627\u0631\u062F \u06A9\u0646\u06CC\u062F)\uFF1A\u0627\u0633\u062A",enableLineBreakDescription:"\u0648\u0642\u062A\u06CC \u0641\u0639\u0627\u0644 \u0628\u0627\u0634\u062F\u060C \u06CC\u06A9 \u0634\u06A9\u0633\u062A \u062E\u0637 \u062F\u0631 \u067E\u0627\u06CC\u0627\u0646 \u0647\u0631 \u062C\u0645\u0644\u0647 \u062F\u0631 \u06CC\u06A9 \u0628\u0646\u062F \u0628\u0644\u0646\u062F \u0628\u0631\u0627\u06CC \u062A\u0633\u0647\u06CC\u0644 \u062E\u0648\u0627\u0646\u062F\u0646 \u0627\u0639\u0645\u0627\u0644 \u0645\u06CC \u0634\u0648\u062F","browser.shortBrandName":"\u062A\u0631\u062C\u0645\u0647 \u0647\u0645\u0647\u062C\u0627\u0646\u0628\u0647","browser.brandName":"\u062A\u0631\u062C\u0645\u0647 \u0647\u0645\u0647\u200C\u062C\u0627\u0646\u0628\u0647","browser.brandDescription":"Web bilingual translation, completely free to use, supports Deepl/Google/Bing/Tencent/Youdao, etc.","browser.toggleTranslatePage":"\u062A\u0631\u062C\u0645\u0647 \u062A\u0627\u0631\u0646\u0645\u0627/\u0646\u0645\u0627\u06CC\u0634 \u0645\u062A\u0646 \u0627\u0635\u0644\u06CC","browser.toggleTranslateTheWholePage":"\u062A\u0631\u062C\u0645\u0647 \u062A\u0645\u0627\u0645 \u0628\u0631\u06AF\u0647/\u0646\u0645\u0627\u06CC\u0634 \u0645\u062A\u0646 \u0627\u0635\u0644\u06CC","browser.toggleOnlyTransation":"\u062A\u063A\u06CC\u06CC\u0631 \u0628\u0647 \u062D\u0627\u0644\u062A \u062F\u0648\u0632\u0628\u0627\u0646\u0647 / \u0641\u0642\u0637 \u0645\u062A\u0646 \u062A\u0631\u062C\u0645\u0647 \u0634\u062F\u0647","browser.toggleTranslateToThePageEndImmediately":"\u0627\u0632 \u0627\u0646\u062A\u0647\u0627\u06CC \u0628\u0631\u06AF\u0647 \u062A\u0631\u062C\u0645\u0647 \u06A9\u0646\u06CC\u062F/\u0646\u0645\u0627\u06CC\u0634 \u0645\u062A\u0646 \u0627\u0635\u0644\u06CC","browser.toggleTranslateTheMainPage":"\u062A\u0631\u062C\u0645\u0647 \u0642\u0633\u0645\u062A\u200C\u0647\u0627\u06CC \u0627\u0635\u0644\u06CC \u0628\u0631\u06AF\u0647/\u0646\u0645\u0627\u06CC\u0634 \u0645\u062A\u0646 \u0627\u0635\u0644\u06CC","browser.shareToDraft":"\u0627\u0634\u062A\u0631\u0627\u06A9\u200C\u06AF\u0630\u0627\u0631\u06CC \u0635\u0641\u062D\u0647 \u062F\u0648\u0632\u0628\u0627\u0646\u0647","browser.openOptionsPage":"\u0628\u0631\u06AF\u0647 \u062A\u0646\u0638\u06CC\u0645\u0627\u062A \u0631\u0627 \u0628\u0627\u0632 \u06A9\u0646\u06CC\u062F","browser.toggleTranslationMask":"\u0646\u0645\u0627\u06CC\u0634/\u067E\u0646\u0647\u0627\u0646 \u06A9\u0631\u062F\u0646 \u062C\u0644\u0648\u0647 \u062A\u0627\u0631\u06CC \u062A\u0631\u062C\u0645\u0647","browser.translateLocalPdfFile":"\u062A\u0631\u062C\u0645\u0647 \u067E\u0631\u0648\u0646\u062F\u0647 PDF \u0645\u062D\u0644\u06CC","browser.openEbookViewer":"\u06A9\u062A\u0627\u0628 \u0647\u0627\u06CC \u0627\u0644\u06A9\u062A\u0631\u0648\u0646\u06CC\u06A9\u06CC \u0645\u062D\u0644\u06CC \u0631\u0627 \u0628\u062E\u0648\u0627\u0646\u06CC\u062F","browser.openEbookBuilder":"\u06A9\u062A\u0627\u0628 \u0647\u0627\u06CC \u0627\u0644\u06A9\u062A\u0631\u0648\u0646\u06CC\u06A9\u06CC \u062F\u0648 \u0632\u0628\u0627\u0646\u0647 EPUB \u0627\u06CC\u062C\u0627\u062F \u06A9\u0646\u06CC\u062F","browser.translateLocalHtmlFile":"\u7FFB\u8BD1\u672C\u5730 HTML \u6587\u4EF6","browser.donateContext":"\u0628\u0627 \u0645\u0632\u0627\u06CC\u0627\u06CC \u062D\u0645\u0627\u06CC\u062A \u0645\u0627\u0644\u06CC \u0622\u0634\u0646\u0627 \u0634\u0648\u06CC\u062F","browser.translateLocalSubtitleFile":"\u0641\u0627\u06CC\u0644 \u0647\u0627\u06CC \u0632\u06CC\u0631\u0646\u0648\u06CC\u0633 \u0645\u062D\u0644\u06CC \u0631\u0627 \u062A\u0631\u062C\u0645\u0647 \u06A9\u0646\u06CC\u062F",confirmResetConfig:"\u0622\u06CC\u0627 \u0645\u0637\u0645\u0626\u0646 \u0647\u0633\u062A\u06CC\u062F \u06A9\u0647 \u0645\u06CC\u200C\u062E\u0648\u0627\u0647\u06CC\u062F \u062A\u0646\u0638\u06CC\u0645\u0627\u062A \u0631\u0627 \u0628\u0627\u0632\u0646\u0634\u0627\u0646\u06CC \u06A9\u0646\u06CC\u062F\u061F",translationLineBreakSettingTitle:"\u062A\u0646\u0638\u06CC\u0645\u0627\u062A \u0628\u0633\u062A\u0647 \u0628\u0646\u062F\u06CC \u062E\u0637 \u062A\u0631\u062C\u0645\u0647",smartLineBreak:"\u0628\u0633\u062A\u0647 \u0628\u0646\u062F\u06CC \u062E\u0637 \u0647\u0648\u0634\u0645\u0646\u062F",alwaysLineBreak:"\u0647\u0645\u06CC\u0634\u0647 \u0628\u067E\u06CC\u0686\u06CC\u062F",isShowContextMenu:"\u521B\u5EFA\u53F3\u952E\u83DC\u5355",toggleBeta:"\u0648\u06CC\u0698\u06AF\u06CC \u0647\u0627\u06CC \u0622\u0632\u0645\u0627\u06CC\u0634 \u0628\u062A\u0627 \u0631\u0627 \u0641\u0639\u0627\u0644 \u06A9\u0646\u06CC\u062F",betaDescription:"\u0648\u06CC\u0698\u06AF\u06CC\u200C\u0647\u0627\u06CC\u06CC \u0631\u0627 \u06A9\u0647 \u0647\u0646\u0648\u0632 \u0622\u0632\u0645\u0627\u06CC\u0634\u06CC \u0647\u0633\u062A\u0646\u062F \u0648 \u0647\u0645\u0686\u0646\u06CC\u0646 \u062E\u062F\u0645\u0627\u062A \u062A\u0631\u062C\u0645\u0647 \u0631\u0627 \u062F\u0631 \u0622\u0632\u0645\u0627\u06CC\u0634 \u0641\u0639\u0627\u0644 \u06A9\u0646\u06CC\u062F. \u0639\u0636\u0648<1>\u06AF\u0631\u0648\u0647 \u062A\u0644\u06AF\u0631\u0627\u0645 \u0634\u0648\u06CC\u062F \u0628\u06CC\u0634\u062A\u0631 \u0628\u062F\u0627\u0646\u06CC\u062F.",translationLineBreakSettingDescription:"\u5BF9\u4E8E\u8BD1\u6587\u7684\u4F4D\u7F6E\uFF1A\u603B\u662F\u6362\u884C/\u667A\u80FD\u6362\u884C\uFF08\u5F53\u6BB5\u843D\u591A\u4E8E{count}\u4E2A\u5B57\u7B26\u624D\u6362\u884C\u663E\u793A\u8BD1\u6587\uFF09",tempTranslateDomainTitle:"\u0686\u0647 \u0645\u062F\u062A \u0628\u0631\u0627\u06CC \u0641\u0639\u0627\u0644 \u06A9\u0631\u062F\u0646 \u0645\u0648\u0642\u062A \u062A\u0631\u062C\u0645\u0647 \u0648\u0628 \u0633\u0627\u06CC\u062A",tempTranslateDomainDescription:"\u5F53\u624B\u52A8\u7FFB\u8BD1\u67D0\u4E2A\u7F51\u9875\u7684\u65F6\u5019\uFF0C\u4E34\u65F6\u5F00\u542F\u8BE5\u7F51\u7AD9\u4E3A\u81EA\u52A8\u7FFB\u8BD1",xMinutes:"{count} \u062F\u0642\u06CC\u0642\u0647",disabled:"\u063A\u06CC\u0631 \u0641\u0639\u0627\u0644 \u06A9\u0631\u062F\u0646",changelog:"\u062A\u063A\u06CC\u06CC\u0631 \u06AF\u0632\u0627\u0631\u0634",toggleTranslatePageWhenThreeFingersOnTheScreen:"\u0628\u0631\u0627\u06CC \u062A\u0631\u062C\u0645\u0647 \u0635\u0641\u062D\u0647 \u0648\u0628/\u0646\u0645\u0627\u06CC\u0634 \u0645\u062A\u0646 \u0627\u0635\u0644\u06CC\u060C \u0647\u0645\u0632\u0645\u0627\u0646 \u0628\u0627 \u0686\u0646\u062F\u06CC\u0646 \u0627\u0646\u06AF\u0634\u062A \u0635\u0641\u062D\u0647 \u0631\u0627 \u0644\u0645\u0633 \u06A9\u0646\u06CC\u062F",toggleTranslationMaskWhenThreeFingersOnTheScreen:"\u0686\u0646\u062F\u06CC\u0646 \u0627\u0646\u06AF\u0634\u062A \u0631\u0627 \u0628\u0647 \u0637\u0648\u0631 \u0647\u0645\u0632\u0645\u0627\u0646 \u0644\u0645\u0633 \u06A9\u0646\u06CC\u062F \u062A\u0627 \u062C\u0644\u0648\u0647 \u062A\u0627\u0631\u06CC \u062A\u0631\u062C\u0645\u0647 \u0646\u0634\u0627\u0646 \u062F\u0627\u062F\u0647 \u06CC\u0627 \u067E\u0646\u0647\u0627\u0646 \u0634\u0648\u062F",fingerCountToToggleTranslagePageOnlyTranslationWhenTouching:"\u0628\u0631\u0627\u06CC \u062A\u0631\u062C\u0645\u0647 \u0635\u0641\u062D\u0647 \u0648\u0628 (\u0641\u0642\u0637 \u062A\u0631\u062C\u0645\u0647)/\u0646\u0645\u0627\u06CC\u0634 \u0645\u062A\u0646 \u0627\u0635\u0644\u06CC \u0628\u0627 \u0686\u0646\u062F\u06CC\u0646 \u0627\u0646\u06AF\u0634\u062A \u0647\u0645\u0632\u0645\u0627\u0646 \u0635\u0641\u062D\u0647 \u0631\u0627 \u0644\u0645\u0633 \u06A9\u0646\u06CC\u062F",addUrlDescription:"\u0627\u06CC\u0646 \u0645\u06CC \u062A\u0648\u0627\u0646\u062F \u06CC\u06A9 \u0646\u0627\u0645 \u062F\u0627\u0645\u0646\u0647 \u0628\u0627\u0634\u062F \u0648 \u0627\u0632 \u062D\u0631\u0648\u0641 \u0639\u0627\u0645 \u067E\u0634\u062A\u06CC\u0628\u0627\u0646\u06CC \u0645\u06CC \u06A9\u0646\u062F\u060C \u0645\u0627\u0646\u0646\u062F\uFF1A*.google.com\u060C google.com/mail/*\u060C https://www.google.com/*",general:"\u062A\u0646\u0638\u06CC\u0645\u0627\u062A \u067E\u0627\u06CC\u0647",clickToExpandConfig:"\u06AF\u0633\u062A\u0631\u0634 \u067E\u06CC\u06A9\u0631\u0628\u0646\u062F\u06CC \u0641\u0639\u0644\u06CC",import:"\u4ECE\u6587\u4EF6\u5BFC\u5165\u914D\u7F6E",export:"\u0635\u0627\u062F\u0631\u0627\u062A \u0628\u0647 \u0641\u0627\u06CC\u0644",toggleDebug:"\u06AF\u0632\u0627\u0631\u0634 \u0647\u0627\u06CC \u0627\u0634\u06A9\u0627\u0644 \u0632\u062F\u0627\u06CC\u06CC \u0631\u0627 \u0631\u0648\u06CC \u06A9\u0646\u0633\u0648\u0644 \u0686\u0627\u067E \u06A9\u0646\u06CC\u062F","fingers.0":"\u0628\u0633\u062A\u0647","fingers.2":"\u0644\u0645\u0633 \u062F\u0648 \u0627\u0646\u06AF\u0634\u062A\u06CC","fingers.3":"\u0644\u0645\u0633 \u0633\u0647 \u0627\u0646\u06AF\u0634\u062A","fingers.4":"\u0644\u0645\u0633 \u0686\u0647\u0627\u0631 \u0627\u0646\u06AF\u0634\u062A","fingers.5":"\u0644\u0645\u0633 \u067E\u0646\u062C \u0627\u0646\u06AF\u0634\u062A",mouseHoldKey:"+ {key} \u0627\u06CC\u0646 \u067E\u0627\u0631\u0627\u06AF\u0631\u0627\u0641 \u0631\u0627 \u062A\u0631\u062C\u0645\u0647/\u0628\u0627\u0632\u06CC\u0627\u0628\u06CC \u06A9\u0646\u06CC\u062F",mouseHoldKeyAuto:"\u0627\u06CC\u0646 \u067E\u0627\u0631\u0627\u06AF\u0631\u0627\u0641 \u0631\u0627 \u0645\u0633\u062A\u0642\u06CC\u0645\u0627\u064B \u062A\u0631\u062C\u0645\u0647 \u06A9\u0646\u06CC\u062F",mouseHoldKeyOff:"\u0647\u06CC\u0686 \u06A9\u0627\u0631\u06CC \u0646\u06A9\u0646",mouseHoldKeyOther:"\u06A9\u0644\u06CC\u062F\u0647\u0627\u06CC \u0645\u06CC\u0627\u0646\u0628\u0631 \u0633\u0641\u0627\u0631\u0634\u06CC (\u062A\u0646\u0638\u06CC\u0645\u0627\u062A \u0628\u0627\u0632)",mouseHoldKeyCustomKey:"0 \u0627\u06CC\u0646 \u067E\u0627\u0631\u0627\u06AF\u0631\u0627\u0641 \u0631\u0627 {key} / \u0628\u0627\u0632\u06CC\u0627\u0628\u06CC \u06A9\u0646\u06CC\u062F",mouseHoverHoldKey:"\u0645\u0627\u0648\u0633 \u0631\u0627 \u0646\u06AF\u0647 \u062F\u0627\u0631\u06CC\u062F \u0648 \u06A9\u0644\u06CC\u062F \u0645\u06CC\u0627\u0646\u0628\u0631 \u0631\u0627 \u0641\u0634\u0627\u0631 \u062F\u0647\u06CC\u062F \u062A\u0627 \u067E\u0627\u0631\u0627\u06AF\u0631\u0627\u0641 \u062A\u0631\u062C\u0645\u0647 \u0634\u0648\u062F","mouse-translate":"MouseTranslateWhen",document:"\u0633\u0646\u062F",resetSuccess:"\u0647\u0645\u0647 \u062A\u0646\u0638\u06CC\u0645\u0627\u062A \u0628\u0627 \u0645\u0648\u0641\u0642\u06CC\u062A \u0628\u0627\u0632\u0646\u0634\u0627\u0646\u06CC \u0634\u062F",resetThisSuccess:"\u0628\u0627\u0632\u0646\u0634\u0627\u0646\u06CC \u0628\u0627 \u0645\u0648\u0641\u0642\u06CC\u062A \u0627\u0646\u062C\u0627\u0645 \u0634\u062F",saved:"\u0628\u0627 \u0645\u0648\u0641\u0642\u06CC\u062A \u0630\u062E\u06CC\u0631\u0647 \u0634\u062F",successImportConfig:"\u067E\u06CC\u06A9\u0631\u0628\u0646\u062F\u06CC \u0628\u0627 \u0645\u0648\u0641\u0642\u06CC\u062A \u0648\u0627\u0631\u062F \u0634\u062F",goAdvancedSettings:"\u0628\u0647 \u0635\u0641\u062D\u0647 \u062A\u0646\u0638\u06CC\u0645\u0627\u062A \u067E\u06CC\u0634\u0631\u0641\u062A\u0647 \u0628\u0631\u0648\u06CC\u062F",goAdvancedInterfaceSettings:"\u0628\u0647 \u0635\u0641\u062D\u0647 \u062A\u0646\u0638\u06CC\u0645\u0627\u062A \u0633\u0641\u0627\u0631\u0634\u06CC \u0633\u0627\u0632\u06CC \u067E\u06CC\u0634\u0631\u0641\u062A\u0647 \u0628\u0631\u0648\u06CC\u062F",advanced:"\u062A\u0646\u0638\u06CC\u0645\u0627\u062A \u067E\u06CC\u0634\u0631\u0641\u062A\u0647",advancedDescription:"\u0628\u0647 \u0637\u0648\u0631 \u06A9\u0644\u06CC\u060C \u0647\u06CC\u0686 \u062A\u0646\u0638\u06CC\u0645\u06CC \u0644\u0627\u0632\u0645 \u0646\u06CC\u0633\u062A\u060C \u0641\u0642\u0637 \u067E\u06CC\u0634 \u0641\u0631\u0636 \u0631\u0627 \u062D\u0641\u0638 \u06A9\u0646\u06CC\u062F. \u0641\u0642\u0637 \u0628\u0631\u0627\u06CC \u06A9\u0627\u0631\u0628\u0631\u0627\u0646 \u062D\u0631\u0641\u0647 \u0627\u06CC \u062A\u0631\u060C \u062A\u0646\u0638\u06CC\u0645\u0627\u062A \u0634\u062E\u0635\u06CC \u062A\u0631 \u0627\u0631\u0627\u0626\u0647 \u0634\u062F\u0647 \u0627\u0633\u062A.",developer:"\u062A\u0646\u0638\u06CC\u0645\u0627\u062A \u0628\u0631\u0646\u0627\u0645\u0647 \u0646\u0648\u06CC\u0633",donateCafe:"\u8BF7\u5F00\u53D1\u8005\u559D\u676F\u5496\u5561","translate to the bottom of the page":"\u6253\u5F00\u7F51\u9875\u540E\uFF0C\u662F\u5426\u7ACB\u5373\u7FFB\u8BD1\u5230\u9875\u9762\u5E95\u90E8\uFF1F",feedback:"\u0628\u0627\u0632\u062E\u0648\u0631\u062F",toggleTranslatePage:"\u062A\u0631\u062C\u0645\u0647 \u0635\u0641\u062D\u0647 \u0648\u0628/\u0646\u0645\u0627\u06CC\u0634 \u0645\u062A\u0646 \u0627\u0635\u0644\u06CC",translateToThePageEndImmediatelyDescription:"\u5F00\u542F\u540E\uFF0C\u5C06\u4F1A\u7ACB\u5373\u7FFB\u8BD1\u7F51\u9875\u4ECE\u9876\u90E8\u5230\u5E95\u90E8\u7684\u5185\u5BB9\uFF0C\u800C\u4E0D\u662F\u8FB9\u770B\u8FB9\u8BD1\u3002\uFF08\u4E0D\u63A8\u8350\u5F00\u542F\uFF09","translate all areas of the page":"\u0622\u06CC\u0627 \u0628\u0631\u0627\u06CC \u062A\u0631\u062C\u0645\u0647 \u0647\u0645\u0647 \u0642\u0633\u0645\u062A \u0647\u0627\u06CC \u0635\u0641\u062D\u0647 \u0648\u0628",translationAreaDescription:"\u5F00\u542F\u540E\uFF0C\u6574\u4E2A\u7F51\u9875\u7684\u533A\u57DF\u90FD\u4F1A\u88AB\u7FFB\u8BD1\uFF0C\u800C\u4E0D\u662F\u9ED8\u8BA4\u7684\u667A\u80FD\u8BC6\u522B\u4E3B\u8981\u533A\u57DF\u53BB\u7FFB\u8BD1\uFF08\u4E0D\u63A8\u8350\u5F00\u542F\uFF09","the number of characters to be translated first":"\u524D\u591A\u5C11\u4E2A\u5B57\u7B26\u65E0\u9700\u7B49\u5F85\u6EDA\u52A8\u5230\u53EF\u89C6\u533A\u57DF\uFF0C\u76F4\u63A5\u7FFB\u8BD1\uFF1F","interface language":"\u0632\u0628\u0627\u0646 \u0631\u0627\u0628\u0637","display both the original text and the translation":"\u0646\u0645\u0627\u06CC\u0634 \u0645\u062A\u0646 \u0627\u0635\u0644\u06CC \u0648 \u062A\u0631\u062C\u0645\u0647 \u0628\u0647 \u0637\u0648\u0631 \u0647\u0645\u0632\u0645\u0627\u0646","keyboard shortcuts":"\u0645\u06CC\u0627\u0646\u0628\u0631\u0647\u0627\u06CC \u0635\u0641\u062D\u0647 \u06A9\u0644\u06CC\u062F",modify:"\u06A9\u0644\u06CC\u062F\u0647\u0627\u06CC \u0645\u06CC\u0627\u0646\u0628\u0631 \u0631\u0627 \u062A\u063A\u06CC\u06CC\u0631 \u062F\u0647\u06CC\u062F",reset:"\u062A\u0646\u0638\u06CC\u0645 \u0645\u062C\u062F\u062F",close:"\u0628\u0633\u062A\u0647",homepage:"\u0635\u0641\u062D\u0647 \u0646\u062E\u0633\u062A",more:"\u0628\u06CC\u0634\u062A\u0631",moreOptions:"\u06AF\u0632\u06CC\u0646\u0647 \u0647\u0627\u06CC \u0633\u0641\u0627\u0631\u0634\u06CC \u0633\u0627\u0632\u06CC \u0628\u06CC\u0634\u062A\u0631\u06CC \u0631\u0627 \u06AF\u0633\u062A\u0631\u0634 \u062F\u0647\u06CC\u062F",translateTheWholePage:"\u062A\u0631\u062C\u0645\u0647 \u062A\u0645\u0627\u0645 \u0642\u0633\u0645\u062A\u200C\u0647\u0627\u06CC \u0635\u0641\u062D\u0647 (\u0645\u062A\u0641\u0627\u0648\u062A \u0627\u0632 \u0642\u0633\u0645\u062A\u200C\u0647\u0627\u06CC \u0627\u0635\u0644\u06CC \u062A\u0634\u062E\u06CC\u0635 \u0647\u0648\u0634\u0645\u0646\u062F)",changeToTranslateTheWholePage:"\u5207\u6362\u4E3A\u7FFB\u8BD1\u9875\u9762\u6240\u6709\u533A\u57DF",changeToTranslateTheMainPage:"\u5207\u6362\u4E3A\u667A\u80FD\u7FFB\u8BD1\u4E3B\u8981\u533A\u57DF",changeToOnlyTranslationMode:"\u0628\u0647 \u0646\u0645\u0627\u06CC\u0634 \u0641\u0642\u0637 \u062A\u0631\u062C\u0645\u0647 \u0647\u0627 \u0628\u0631\u0648\u06CC\u062F",changeToDualTranslationMode:"\u0628\u0647 \u062A\u0631\u062C\u0645\u0647 \u062F\u0648 \u0632\u0628\u0627\u0646\u0647 \u0628\u0631\u0648\u06CC\u062F",translateToThePageEndImmediately:"\u7ACB\u5373\u7FFB\u8BD1\u5230\u9875\u9762\u5E95\u90E8\uFF08\u533A\u522B\u4E8E\u6EDA\u52A8\u7FFB\u8BD1\uFF09",translateTheMainPage:"\u0632\u0645\u06CC\u0646\u0647 \u0647\u0627\u06CC \u0627\u0635\u0644\u06CC \u062A\u0631\u062C\u0645\u0647 \u0647\u0648\u0634\u0645\u0646\u062F","The local rules are up to date":"\u0642\u0648\u0627\u0646\u06CC\u0646 \u0633\u0627\u0632\u06AF\u0627\u0631\u06CC \u0645\u062D\u0644\u06CC \u0628\u0647 \u0631\u0648\u0632 \u0647\u0633\u062A\u0646\u062F:","Successfully synchronized with the latest official rules:":"\u0622\u062E\u0631\u06CC\u0646 \u0642\u0648\u0627\u0646\u06CC\u0646 \u0627\u0646\u0637\u0628\u0627\u0642 \u0631\u0633\u0645\u06CC \u0628\u0627 \u0645\u0648\u0641\u0642\u06CC\u062A \u0647\u0645\u06AF\u0627\u0645 \u0633\u0627\u0632\u06CC \u0634\u062F:","Checking for updates":"\u0628\u0631\u0631\u0633\u06CC \u0628\u0647 \u0631\u0648\u0632 \u0631\u0633\u0627\u0646\u06CC","Rules are being synchronized":"\u0647\u0645\u06AF\u0627\u0645 \u0633\u0627\u0632\u06CC \u0642\u0648\u0627\u0646\u06CC\u0646 \u0633\u0627\u0632\u06AF\u0627\u0631\u06CC",localVersionIsTooOld:"\u672C\u5730\u6269\u5C55\u7248\u672C\u8FC7\u65E7\uFF0C\u8BF7\u5347\u7EA7\u6269\u5C55\u5230 {minVersion} \u6216\u4E4B\u540E\u7684\u7248\u672C\u518D\u5C1D\u8BD5\u540C\u6B65",badUserscriptBrowser:"\u8BE5\u6D4F\u89C8\u5668\u672A\u6B63\u786E\u5B9E\u73B0\u6CB9\u7334\u7684\u63A5\u53E3\uFF0C\u8BF7\u4F7F\u7528\u5176\u4ED6<1>\u652F\u6301\u6CB9\u7334\u7684\u6D4F\u89C8\u5668\u5982(Firefox Nightly \u7248\u672C)",foundNewVersion:"\u0646\u0633\u062E\u0647 \u062C\u062F\u06CC\u062F \u067E\u06CC\u062F\u0627 \u0634\u062F",theLocalExtensionIsUpToUpdate:"\u0627\u0641\u0632\u0648\u0646\u0647 \u0641\u0639\u0644\u06CC \u0622\u062E\u0631\u06CC\u0646 \u0646\u0633\u062E\u0647 \u0627\u0633\u062A.",failToSyncRules:"\u0647\u0645\u06AF\u0627\u0645 \u0633\u0627\u0632\u06CC \u0622\u062E\u0631\u06CC\u0646 \u0642\u0648\u0627\u0646\u06CC\u0646 \u0627\u0646\u0637\u0628\u0627\u0642 \u0627\u0646\u062C\u0627\u0645 \u0646\u0634\u062F",retry:"\u062C\u0647\u062A \u062A\u0644\u0627\u0634 \u062F\u0648\u0628\u0627\u0631\u0647 \u0627\u06CC\u0646\u062C\u0627 \u06A9\u0644\u06CC\u06A9 \u06A9\u0646\u06CC\u062F",failedReason:"\u062F\u0644\u06CC\u0644 \u0634\u06A9\u0633\u062A",currentRuleVersion:"\u0646\u0633\u062E\u0647 \u0642\u0627\u0646\u0648\u0646 \u0641\u0639\u0644\u06CC",calculating:"\u062F\u0631 \u062D\u0627\u0644 \u0645\u062D\u0627\u0633\u0628\u0647",unknownError:"\u0627\u0634\u062A\u0628\u0627\u0647 \u0646\u0627\u0634\u0646\u0627\u062E\u062A\u0647",canNotFetchRemoteRule:"\u0646\u0645\u06CC \u062A\u0648\u0627\u0646 \u0642\u0648\u0627\u0646\u06CC\u0646 \u0631\u0627\u0647 \u062F\u0648\u0631 \u0631\u0627 \u062F\u0631\u06CC\u0627\u0641\u062A \u06A9\u0631\u062F",enableAlphaSuccess:"\u062A\u0627\u0628\u0639 \u0622\u0644\u0641\u0627 \u0631\u0648\u0634\u0646 \u0634\u062F",disableAlphaSuccess:"\u0648\u06CC\u0698\u06AF\u06CC \u0622\u0644\u0641\u0627 \u062E\u0627\u0645\u0648\u0634 \u0634\u062F",cacheSize:"\u0627\u0646\u062F\u0627\u0632\u0647 \u06A9\u0634\uFF1A",cleaning:"\u062A\u0645\u06CC\u0632 \u06A9\u0631\u062F\u0646",cleanCache:"\u067E\u0627\u06A9 \u06A9\u0631\u062F\u0646 \u062D\u0627\u0641\u0638\u0647 \u067E\u0646\u0647\u0627\u0646",options:"\u0628\u0631\u067E\u0627\u06CC\u06CC",about:"\u062F\u0631 \u0628\u0627\u0631\u0647",service:"\u062E\u062F\u0645\u0627\u062A \u062A\u0631\u062C\u0645\u0647",needAction:"(\u0628\u0647 \u062A\u0646\u0638\u06CC\u0645\u0627\u062A \u0628\u0631\u0648\u06CC\u062F)",goSettings:"\u0628\u0647 \u062A\u0646\u0638\u06CC\u0645\u0627\u062A \u0628\u0631\u0648\u06CC\u062F",needActionForOptions:"(\u0646\u06CC\u0627\u0632 \u0628\u0647 \u062A\u0646\u0638\u06CC\u0645)",translationEngine:"\u06AF\u0632\u06CC\u0646\u0647 \u0647\u0627\u06CC \u0645\u0648\u062A\u0648\u0631",sourceLanguage:"\u0632\u0628\u0627\u0646 \u0627\u0635\u0644\u06CC",target:"\u0632\u0628\u0627\u0646 \u0645\u0642\u0635\u062F",popupSourceLanguage:"\u0632\u0628\u0627\u0646 \u0627\u0635\u0644\u06CC",popupTarget:"\u0632\u0628\u0627\u0646 \u0645\u0642\u0635\u062F",popupService:"\u062E\u062F\u0645\u0627\u062A \u062A\u0631\u062C\u0645\u0647",forThisSite:"\u0648\u0628 \u0633\u0627\u06CC\u062A \u0641\u0639\u0644\u06CC",autoEnableSubtitle:"\u0632\u06CC\u0631\u0646\u0648\u06CC\u0633\u200C\u0647\u0627\u06CC \u062F\u0648\u0632\u0628\u0627\u0646\u0647 \u0631\u0627 \u0628\u0647\u200C\u0637\u0648\u0631 \u062E\u0648\u062F\u06A9\u0627\u0631 \u0631\u0648\u0634\u0646 \u06A9\u0646\u06CC\u062F",alwaysTranslateSomeLanguage:"\u603B\u662F\u7FFB\u8BD1{language}",neverTranslateSomeLanguage:"\u6C38\u4E0D\u7FFB\u8BD1{language}",alwaysTranslateSomeSite:"\u0647\u0645\u06CC\u0634\u0647 {hostname}\u0631\u0627 \u062A\u0631\u062C\u0645\u0647 \u06A9\u0646\u06CC\u062F",neverTranslateSomeSite:"\u0647\u0631\u06AF\u0632 {hostname}\u0631\u0627 \u062A\u0631\u062C\u0645\u0647 \u0646\u06A9\u0646\u06CC\u062F",alwaysTranslateSomeSiteOrWildSite:"\u0647\u0645\u06CC\u0634\u0647 \u0627\u06CC\u0646 \u0633\u0627\u06CC\u062A \u0631\u0627 \u062A\u0631\u062C\u0645\u0647 \u06A9\u0646\u06CC\u062F",alwaysTranslateSomePage:"\u0647\u0645\u06CC\u0634\u0647 \u0627\u06CC\u0646 \u0635\u0641\u062D\u0647 \u0631\u0627 \u062A\u0631\u062C\u0645\u0647 \u06A9\u0646\u06CC\u062F",add:"\u0627\u0636\u0627\u0641\u0647 \u06A9\u0631\u062F\u0646 \u0628\u0647",default:"\u067E\u06CC\u0634 \u0641\u0631\u0636",forThisLanguage:"\u0628\u0631\u0627\u06CC \u0627\u06CC\u0646 \u0632\u0628\u0627\u0646\uFF1A","add url":"\u0622\u062F\u0631\u0633 \u0627\u06CC\u0646\u062A\u0631\u0646\u062A\u06CC \u0631\u0627 \u0648\u0627\u0631\u062F \u06A9\u0646\u06CC\u062F",edit:"\u0648\u06CC\u0631\u0627\u06CC\u0634 \u06A9\u0646\u06CC\u062F","translate other languages into specific language":"\u0632\u0628\u0627\u0646 \u0647\u0627\u06CC \u062F\u06CC\u06AF\u0631 \u0631\u0627 \u0628\u0647 \u0632\u0628\u0627\u0646\u06CC \u06A9\u0647 \u062A\u0646\u0638\u06CC\u0645 \u06A9\u0631\u062F\u0647 \u0627\u06CC\u062F \u062A\u0631\u062C\u0645\u0647 \u06A9\u0646\u06CC\u062F","select translation service":"\u062E\u062F\u0645\u0627\u062A \u062A\u0631\u062C\u0645\u0647 \u0631\u0627 \u0627\u0646\u062A\u062E\u0627\u0628 \u06A9\u0646\u06CC\u062F",language:"\u0632\u0628\u0627\u0646","show-original":"\u0646\u0645\u0627\u06CC\u0634 \u0645\u062A\u0646 \u0627\u0635\u0644\u06CC",translate:"\u062A\u0631\u062C\u0645\u0647 \u06A9\u0631\u062F\u0646",Translated:"\u062A\u0631\u062C\u0645\u0647 \u0634\u062F\u0647",Translating:"\u062F\u0631 \u062D\u0627\u0644 \u062A\u0631\u062C\u0645\u0647",Error:"\u0627\u0634\u062A\u0628\u0627\u0647",allowCacheTranslations:"\u0641\u0639\u0627\u0644 \u06A9\u0631\u062F\u0646 \u062D\u0627\u0641\u0638\u0647 \u067E\u0646\u0647\u0627\u0646 \u062A\u0631\u062C\u0645\u0647 \u0645\u062D\u0644\u06CC (\u0628\u0631\u0627\u06CC \u06A9\u0627\u0647\u0634 \u062F\u0631\u062E\u0648\u0627\u0633\u062A \u0647\u0627\u06CC \u062A\u0631\u062C\u0645\u0647 \u0628\u0631\u0627\u06CC \u067E\u0627\u0631\u0627\u06AF\u0631\u0627\u0641 \u0647\u0627\u06CC \u062A\u06A9\u0631\u0627\u0631\u06CC)","translation display":"\u0633\u0628\u06A9 \u0646\u0645\u0627\u06CC\u0634 \u062A\u0631\u062C\u0645\u0647","select diplay style":"\u0633\u0628\u06A9 \u062A\u0631\u062C\u0645\u0647 \u0631\u0627 \u0645\u062A\u0645\u0627\u06CC\u0632 \u06A9\u0646\u06CC\u062F. \u0644\u0637\u0641\u0627\u064B \u0628\u0631\u0627\u06CC \u062C\u0632\u0626\u06CC\u0627\u062A \u0628\u06CC\u0634\u062A\u0631 \u0628\u0647 \u0645\u062B\u0627\u0644 \u0647\u0627\u06CC \u0632\u06CC\u0631 \u0645\u0631\u0627\u062C\u0639\u0647 \u06A9\u0646\u06CC\u062F:",interface:"\u062A\u0646\u0638\u06CC\u0645\u0627\u062A \u0631\u0627\u0628\u0637",import_export:"\u0648\u0627\u0631\u062F\u0627\u062A \u0648 \u0635\u0627\u062F\u0631\u0627\u062A",import_export_title:"\u067E\u06CC\u06A9\u0631\u0628\u0646\u062F\u06CC \u0648\u0627\u0631\u062F\u0627\u062A/\u0635\u0627\u062F\u0631\u0627\u062A",syncToGoogleDrive:"\u0627\u06A9\u0646\u0648\u0646 \u0628\u0627 Google Drive \u0647\u0645\u06AF\u0627\u0645 \u0633\u0627\u0632\u06CC \u06A9\u0646\u06CC\u062F",floatBallOptions:"\u062A\u0646\u0638\u06CC\u0645\u0627\u062A \u062A\u0648\u067E \u0645\u0639\u0644\u0642","floatBallOptions.enable":"\u062A\u0648\u067E \u0634\u0646\u0627\u0648\u0631 \u0631\u0627 \u0641\u0639\u0627\u0644 \u06A9\u0646\u06CC\u062F","floatBallOptions.blockUrls":"\u0648\u0628 \u0633\u0627\u06CC\u062A \u0631\u0627 \u063A\u06CC\u0631 \u0641\u0639\u0627\u0644 \u06A9\u0646\u06CC\u062F","floatBallOptions.add":"\u0627\u0636\u0627\u0641\u0647 \u06A9\u0631\u062F\u0646 \u0628\u0647","floatBallOptions.blockUrlDesc":"\u062A\u0648\u067E \u0634\u0646\u0627\u0648\u0631 \u0647\u0646\u06AF\u0627\u0645 \u0628\u0631\u062E\u0648\u0631\u062F \u0628\u0627 \u0648\u0628 \u0633\u0627\u06CC\u062A \u0647\u0627\u06CC \u0632\u06CC\u0631 \u0646\u0645\u0627\u06CC\u0634 \u062F\u0627\u062F\u0647 \u0646\u0645\u06CC \u0634\u0648\u062F","floatBallOptions.clickType":"\u0631\u0641\u062A\u0627\u0631 \u06A9\u0644\u06CC\u06A9\u06CC","floatBallOptions.clickTypeDesc":"\u0631\u0641\u062A\u0627\u0631 \u0646\u0645\u0627\u062F \u062A\u0648\u067E \u0634\u0646\u0627\u0648\u0631 \u0647\u0646\u06AF\u0627\u0645 \u06A9\u0644\u06CC\u06A9 \u06A9\u0631\u062F\u0646","floatBallOptions.clickPopup":"\u0646\u0645\u0627\u06CC\u0634 \u067E\u0627\u0646\u0644 \u062A\u0631\u062C\u0645\u0647","floatBallOptions.clickTranslate":"\u062A\u0631\u062C\u0645\u0647/\u0646\u0645\u0627\u06CC\u0634 \u0645\u062A\u0646 \u0627\u0635\u0644\u06CC","floatBallOptions.fixedPosition":"\u56FA\u5B9A\u4F4D\u7F6E","floatBallOptions.fixedPositionDesc":"\u60AC\u6D6E\u7403\u5728\u7A97\u53E3\u5DE6\u4FA7\u8FD8\u662F\u53F3\u4FA7","floatBallOptions.fixedPositionLeft":"\u5DE6\u4FA7","floatBallOptions.fixedPositionRight":"\u53F3\u4FA7",previewAllThemes:"\u067E\u06CC\u0634 \u0646\u0645\u0627\u06CC\u0634 \u0647\u0645\u0647 \u0633\u0628\u06A9 \u0647\u0627","translationTheme.none":"\u0647\u06CC\u0686 \u06CC\u06A9","translationTheme.grey":"\u062E\u0627\u06A9\u0633\u062A\u0631\u06CC \u062A\u06CC\u0631\u0647","translationTheme.dashed":"\u0632\u06CC\u0631 \u062E\u0637 \u0686\u06CC\u0646","translationTheme.dotted":"\u0632\u06CC\u0631 \u062E\u0637 \u0646\u0642\u0637\u0647 \u062F\u0627\u0631","translationTheme.dashedBorder":"\u0645\u0631\u0632 \u0634\u06A9\u0633\u062A\u0647","translationTheme.solidBorder":"\u0645\u0631\u0632 \u062C\u0627\u0645\u062F","translationTheme.underline":"\u0632\u06CC\u0631 \u062E\u0637 \u0645\u0633\u062A\u0642\u06CC\u0645","translationTheme.mask":"\u062C\u0644\u0648\u0647 \u062A\u0627\u0631\u06CC (\u062D\u0627\u0644\u062A \u06CC\u0627\u062F\u06AF\u06CC\u0631\u06CC)","translationTheme.opacity":"\u0627\u062B\u0631 \u0634\u0641\u0627\u0641\u06CC\u062A","translationTheme.paper":"\u0627\u0641\u06A9\u062A \u0633\u0627\u06CC\u0647 \u06A9\u0627\u063A\u0630 \u0633\u0641\u06CC\u062F","translationTheme.dividingLine":"\u062E\u0637 \u062A\u0642\u0633\u06CC\u0645","translationTheme.highlight":"\u0628\u0631\u062C\u0633\u062A\u0647","translationTheme.marker":"\u0646\u0634\u0627\u0646\u06AF\u0631","translationTheme.marker2":"\u0646\u0634\u0627\u0646\u06AF\u0631 2","translationTheme.blockquote":"\u0633\u0628\u06A9 \u0645\u0631\u062C\u0639","translationTheme.weakening":"\u062A\u0636\u0639\u06CC\u0641 \u0634\u0648\u062F","translationTheme.italic":"\u0645\u0648\u0631\u0628","translationTheme.bold":"\u067E\u0631\u0631\u0646\u06AF","translationTheme.thinDashed":"\u0632\u06CC\u0631 \u062E\u0637 \u0686\u06CC\u0646 \u0646\u0627\u0632\u06A9","translationTheme.nativeDashed":"\u0627\u06CC\u0646 \u0633\u06CC\u0633\u062A\u0645 \u062F\u0627\u0631\u0627\u06CC \u062E\u0637 \u0632\u06CC\u0631 \u0646\u0642\u0637\u0647\u200C\u062F\u0627\u0631 \u0627\u0633\u062A","translationTheme.nativeDotted":"\u0627\u06CC\u0646 \u0633\u06CC\u0633\u062A\u0645 \u062F\u0627\u0631\u0627\u06CC \u062E\u0637 \u0632\u06CC\u0631 \u0646\u0642\u0637\u0647\u200C\u062F\u0627\u0631 \u0627\u0633\u062A","translationTheme.nativeUnderline":"\u0627\u06CC\u0646 \u0633\u06CC\u0633\u062A\u0645 \u062F\u0627\u0631\u0627\u06CC \u062E\u0637 \u0645\u0633\u062A\u0642\u06CC\u0645 \u0627\u0633\u062A","translationTheme.wavy":"\u062E\u0637\u0648\u0637 \u0645\u0648\u0627\u062C","translationServices.custom":"API \u0633\u0641\u0627\u0631\u0634\u06CC","translationServices.tencent":"\u0645\u062A\u0631\u062C\u0645 \u062A\u0646\u0633\u0646\u062A","translationServices.tenAlpha":"\u0645\u062A\u0631\u062C\u0645 \u062A\u0646\u0633\u0646\u062A (\u0622\u0644\u0641\u0627)","translationServices.google":"\u0645\u062A\u0631\u062C\u0645 \u06AF\u0648\u06AF\u0644","translationServices.bai":"\u0628\u0627\u06CC\u062F\u0648 (\u0622\u0644\u0641\u0627)","translationServices.baidu":"\u0645\u062A\u0631\u062C\u0645 \u0628\u0627\u06CC\u062F\u0648","translationServices.aliyun":"\u062A\u0631\u062C\u0645\u0647 \u0627\u0628\u0631\u06CC \u0639\u0644\u06CC \u0628\u0627\u0628\u0627","translationServices.volc":"\u062A\u0631\u062C\u0645\u0647 \u0622\u062A\u0634\u0641\u0634\u0627\u0646","translationServices.deeplx":"DeepLX(Alpha)","translationServices.bing":"\u5FC5\u5E94\u7FFB\u8BD1","translationServices.deepl":"DeepL","translationServices.wechat":"\u062A\u0631\u062C\u0645\u0647 \u0648\u06CC \u0686\u062A","translationServices.azure":"\u5FAE\u8F6F\u7FFB\u8BD1","translationServices.ibm":"\u0622\u06CC \u0628\u06CC \u0627\u0645 \u0648\u0627\u062A\u0633\u0648\u0646","translationServices.aws":"\u062A\u0631\u062C\u0645\u0647 \u0622\u0645\u0627\u0632\u0648\u0646","translationServices.mock":"\u6A21\u62DF\u7FFB\u8BD11","translationServices.mock2":"\u062A\u0631\u062C\u0645\u0647 \u0634\u0628\u06CC\u0647 \u0633\u0627\u0632\u06CC \u0634\u062F\u0647 2","translationServices.caiyun":"\u06A9\u0627\u06CC\u0648\u0646 \u0634\u06CC\u0627\u0626\u0648\u06CC","translationServices.cai":"\u5F69\u4E91\u5C0F\u8BD1","translationServices.volcAlpha":"\u706B\u5C71\u7FFB\u8BD1(Alpha)","translationServices.openl":"OpenL","translationServices.youdao":"\u062A\u0631\u062C\u0645\u0647 \u06CC\u0648\u062F\u0627\u0626\u0648","translationServices.you":"\u062A\u0631\u062C\u0645\u0647 \u06CC\u0648\u062F\u0627\u0626\u0648 (\u0622\u0644\u0641\u0627)","translationServices.transmart":"\u062A\u0631\u062C\u0645\u0647 \u062A\u0639\u0627\u0645\u0644\u06CC Tencent","translationServices.niu":"\u062A\u0631\u062C\u0645\u0647 \u0645\u0627\u0648\u0631\u06CC\u06A9\u0633","translationServices.papago":"Papago\u7FFB\u8BD1","translationServices.d":"Deepl(Alpha)","translationServices.dpro":"\u062F\u06CC \u067E\u0631\u0648 (\u0642\u0646\u0627\u0631\u06CC)","translationServices.openai":"OpenAI","translationServices.yandex":"Yandex","translationServices.chatgpt":"ChatGPT Web (\u0645\u0648\u0628\u0627\u06CC\u0644 3.5)","translate title":"\u0639\u0646\u0648\u0627\u0646 \u0635\u0641\u062D\u0647 \u0631\u0627 \u062A\u0631\u062C\u0645\u0647 \u06A9\u0646\u06CC\u062F","always languages":"\u0647\u0645\u06CC\u0634\u0647 \u0632\u0628\u0627\u0646 \u062A\u0631\u062C\u0645\u0647 \u0634\u062F\u0647",neverTranslateLanguagesLabel:"\u0632\u0628\u0627\u0646 \u0647\u0627\u06CC\u06CC \u06A9\u0647 \u0647\u0631\u06AF\u0632 \u062A\u0631\u062C\u0645\u0647 \u0646\u0645\u06CC \u0634\u0648\u0646\u062F",neverTranslateTheFollowingLanguagesDescription:"\u5F53\u9875\u9762\u4E2D\u67D0\u4E00\u6BB5\u843D\u7684\u8BED\u8A00\u4E3A\u4E0B\u5217\u8BED\u8A00\u65F6\uFF0C\u4F1A\u81EA\u52A8\u8DF3\u8FC7\u7FFB\u8BD1\u8BE5\u6BB5\u843D",enableUserscriptPagePopup:"\u603B\u662F\u5728\u9875\u9762\u4E0A\u5C55\u793A Popup \u6D6E\u7A97",enableUserscriptPagePopupDescription:"\u5173\u95ED\u6D6E\u7A97\u540E\uFF0C\u53EF\u4EE5\u7528\u5FEB\u6377\u952E/{touch}\u5524\u8D77\u3002\u4E3A\u9632\u6B62\u4E0D\u614E\u5173\u95ED\u8BE5\u9009\u9879\u540E\u627E\u4E0D\u5230\u6D6E\u7A97\uFF0C\u5F3A\u70C8\u5EFA\u8BAE\u6536\u85CF\u672C\u8BBE\u7F6E\u9875","always translate the following languages":"\u0647\u0646\u06AF\u0627\u0645\u06CC \u06A9\u0647 \u0632\u0628\u0627\u0646 \u0635\u0641\u062D\u0647 \u0628\u0647 \u0632\u0628\u0627\u0646 \u0647\u0627\u06CC \u0632\u06CC\u0631 \u0628\u0627\u0634\u062F\u060C \u0628\u0647 \u0637\u0648\u0631 \u062E\u0648\u062F\u06A9\u0627\u0631 \u0628\u0647 \u0632\u0628\u0627\u0646 \u0645\u0642\u0635\u062F \u062A\u0631\u062C\u0645\u0647 \u0645\u06CC \u0634\u0648\u062F","always sites":"URL \u0647\u0627\u06CC \u0647\u0645\u06CC\u0634\u0647 \u062A\u0631\u062C\u0645\u0647 \u0634\u062F\u0647","always translate the following sites":"\u0647\u0646\u06AF\u0627\u0645\u06CC \u06A9\u0647 \u0648\u0628 \u0633\u0627\u06CC\u062A \u0628\u0627 \u0646\u0627\u0645 \u062F\u0627\u0645\u0646\u0647 \u0632\u06CC\u0631 \u0628\u0627\u0634\u062F\u060C \u0628\u0647 \u0637\u0648\u0631 \u062E\u0648\u062F\u06A9\u0627\u0631 \u0628\u0647 \u0632\u0628\u0627\u0646 \u0645\u0642\u0635\u062F \u062A\u0631\u062C\u0645\u0647 \u0645\u06CC \u0634\u0648\u062F","never sites":"URL \u0647\u0627\u06CC\u06CC \u06A9\u0647 \u0647\u0631\u06AF\u0632 \u062A\u0631\u062C\u0645\u0647 \u0646\u0645\u06CC \u0634\u0648\u0646\u062F","never translate the following sites":"\u0647\u0646\u06AF\u0627\u0645\u06CC \u06A9\u0647 \u0648\u0628 \u0633\u0627\u06CC\u062A \u062F\u0627\u0631\u0627\u06CC \u0646\u0627\u0645 \u062F\u0627\u0645\u0646\u0647 \u0632\u06CC\u0631 \u0628\u0627\u0634\u062F\u060C \u062A\u0631\u062C\u0645\u0647 \u0627\u0646\u062C\u0627\u0645 \u0646\u062E\u0648\u0627\u0647\u062F \u0634\u062F","please refer to":"\u0642\u0628\u0644 \u0627\u0632 \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u0628\u0627\u06CC\u062F \u06A9\u0644\u06CC\u062F \u0631\u0627 \u067E\u0631 \u06A9\u0646\u06CC\u062F. \u0628\u0631\u0627\u06CC \u062C\u0632\u0626\u06CC\u0627\u062A \u0644\u0637\u0641\u0627\u064B \u0628\u0647",KeyAndConfigurationTutorial:'"\u0622\u0645\u0648\u0632\u0634 \u0628\u0631\u0646\u0627\u0645\u0647 \u06A9\u0627\u0631\u0628\u0631\u062F\u06CC \u0648 \u067E\u06CC\u06A9\u0631\u0628\u0646\u062F\u06CC \u06A9\u0644\u06CC\u062F"',useAboveStyleForTheseSites:"\u603B\u662F\u4F7F\u7528 {theme} \u8BD1\u6587\u6837\u5F0F\u7684\u7F51\u7AD9",currentUrl:"URL \u0641\u0639\u0644\u06CC",confirm:"\u0635\u0631\u0641\u0647 \u062C\u0648\u06CC\u06CC",cancel:"\u0644\u063A\u0648 \u06A9\u0646\u06CC\u062F",delete:"\u062D\u0630\u0641","languages.auto":"\u062A\u0634\u062E\u06CC\u0635 \u062E\u0648\u062F\u06A9\u0627\u0631",syncToCloud:"\u540C\u6B65\u5230\u4E91\u7AEF",syncToCloudDescription:"\u5F00\u542F\u540E\u53EF\u4EE5\u5728\u4E0D\u540C\u7684\u6D4F\u89C8\u5668/\u6CB9\u7334\u811A\u672C\u4E4B\u95F4\u540C\u6B65\u914D\u7F6E,\u4EE5\u6700\u540E\u4FEE\u6539\u65F6\u95F4\u4E3A\u51C6\u3002",syncToAccount:"\u0647\u0645\u06AF\u0627\u0645 \u0633\u0627\u0632\u06CC \u0628\u0627 Immersive Translation Cloud",syncToAccountButton:"\u0641\u0648\u0631\u0627\u064B \u0628\u0627 \u0627\u0628\u0631 \u0647\u0645\u06AF\u0627\u0645 \u0633\u0627\u0632\u06CC \u06A9\u0646\u06CC\u062F",syncToAccountDescription:"\u0628\u0647 \u0637\u0648\u0631 \u062E\u0648\u062F\u06A9\u0627\u0631 \u067E\u06CC\u06A9\u0631\u0628\u0646\u062F\u06CC \u0647\u0627 \u0631\u0627 \u0628\u06CC\u0646 \u062F\u0633\u062A\u06AF\u0627\u0647 \u0647\u0627\u06CC \u0645\u062E\u062A\u0644\u0641 \u0628\u0631 \u0627\u0633\u0627\u0633 \u0622\u062E\u0631\u06CC\u0646 \u0632\u0645\u0627\u0646 \u062A\u063A\u06CC\u06CC\u0631 \u0647\u0645\u06AF\u0627\u0645 \u0633\u0627\u0632\u06CC \u06A9\u0646\u06CC\u062F.",successSyncConfigInAccount:"\u0628\u0627 \u0645\u0648\u0641\u0642\u06CC\u062A \u0628\u0627 \u0627\u0628\u0631 \u0647\u0645\u06AF\u0627\u0645 \u0628\u0645\u0627\u0646\u06CC\u062F",successSyncConfigToAccount:"\u0628\u0627 \u0645\u0648\u0641\u0642\u06CC\u062A \u0628\u0627 \u0627\u0628\u0631 \u0647\u0645\u06AF\u0627\u0645\u200C\u0633\u0627\u0632\u06CC \u0634\u062F",syncConfigNoUpdate:"\u062F\u0631 \u062D\u0627\u0644 \u062D\u0627\u0636\u0631 \u062C\u062F\u06CC\u062F\u062A\u0631\u06CC\u0646",authFail:"\u0645\u062C\u0648\u0632 \u0627\u0646\u062C\u0627\u0645 \u0646\u0634\u062F",syncTitle:"\u0645\u062F\u06CC\u0631\u06CC\u062A \u067E\u0634\u062A\u06CC\u0628\u0627\u0646 \u06AF\u06CC\u0631\u06CC \u062F\u0633\u062A\u06CC",import_hint:"\u0648\u0627\u0631\u062F \u0643\u0631\u062F\u0646",upload:"\u0628\u0627\u0631\u06AF\u0630\u0627\u0631\u06CC",revokeAuth:"\u0644\u063A\u0648 \u0645\u062C\u0648\u0632",uploadFail:"\u0622\u067E\u0644\u0648\u062F \u0627\u0646\u062C\u0627\u0645 \u0646\u0634\u062F",download:"\u062F\u0627\u0646\u0644\u0648\u062F",importSuccess:"\u0648\u0627\u0631\u062F\u0627\u062A \u0628\u0627 \u0645\u0648\u0641\u0642\u06CC\u062A \u0627\u0646\u062C\u0627\u0645 \u0634\u062F",importFail:"\u0648\u0627\u0631\u062F\u0627\u062A \u0627\u0646\u062C\u0627\u0645 \u0646\u0634\u062F",deleteFail:"\u062D\u0630\u0641 \u0646\u0634\u062F",backupToCloud:"\u0641\u0627\u06CC\u0644 \u0647\u0627\u06CC \u067E\u0634\u062A\u06CC\u0628\u0627\u0646 \u0631\u0627 \u0628\u0647 \u0635\u0648\u0631\u062A \u062F\u0633\u062A\u06CC \u0645\u062F\u06CC\u0631\u06CC\u062A \u06A9\u0646\u06CC\u062F",create_new_backup:"\u0627\u0636\u0627\u0641\u0647 \u06A9\u0631\u062F\u0646 \u06AF\u0631\u0647 \u067E\u0634\u062A\u06CC\u0628\u0627\u0646",maxBackupFiles:"\u062A\u0627{count}\u06AF\u0631\u0647 \u0645\u062E\u062A\u0644\u0641 \u0631\u0627 \u0645\u06CC \u062A\u0648\u0627\u0646 \u067E\u0634\u062A\u06CC\u0628\u0627\u0646 \u06AF\u06CC\u0631\u06CC \u06A9\u0631\u062F\u060C \u0644\u0637\u0641\u0627 \u06AF\u0631\u0647 \u0647\u0627\u06CC \u063A\u06CC\u0631 \u0636\u0631\u0648\u0631\u06CC \u0631\u0627 \u062D\u0630\u0641 \u06A9\u0646\u06CC\u062F",backupToCloudDescription:"\u0641\u0627\u06CC\u0644 \u0647\u0627\u06CC \u067E\u0634\u062A\u06CC\u0628\u0627\u0646 \u0631\u0627 \u0628\u0647 \u0635\u0648\u0631\u062A \u062F\u0633\u062A\u06CC \u0622\u067E\u0644\u0648\u062F \u06CC\u0627 \u0628\u0627\u0632\u06CC\u0627\u0628\u06CC \u06A9\u0646\u06CC\u062F\u060C \u062A\u0627 \u062D\u062F\u0627\u06A9\u062B\u0631 3 \u0646\u0633\u062E\u0647 \u067E\u0634\u062A\u06CC\u0628\u0627\u0646 \u062A\u0647\u06CC\u0647 \u06A9\u0646\u06CC\u062F",successSyncConfig:"\u0628\u0627 \u0645\u0648\u0641\u0642\u06CC\u062A \u0628\u0627 \u0627\u0628\u0631 \u0647\u0645\u06AF\u0627\u0645 \u0628\u0645\u0627\u0646\u06CC\u062F",syncFail:"\u0647\u0645\u06AF\u0627\u0645 \u0633\u0627\u0632\u06CC \u0627\u0646\u062C\u0627\u0645 \u0646\u0634\u062F",updatedAt:"\u0628\u0647 \u0631\u0648\u0632 \u0634\u062F\u0647 \u062F\u0631 {date}",lastSyncedAt:"\u0622\u062E\u0631\u06CC\u0646 \u0628\u0631\u0631\u0633\u06CC \u062F\u0631 {date}",downloadFail:"\u062F\u0627\u0646\u0644\u0648\u062F \u0646\u0634\u062F",clickToDownload:"\u0628\u0631\u0627\u06CC \u062F\u0627\u0646\u0644\u0648\u062F \u06A9\u0644\u06CC\u06A9 \u06A9\u0646\u06CC\u062F",aboutLabel:"\u062F\u0631\u0628\u0627\u0631\u0647 - \u0628\u0627\u0632\u062E\u0648\u0631\u062F","browser.openAboutPage":"\u5173\u4E8E/\u53CD\u9988/\u8D5E\u52A9",aboutLabelWithoutSponsor:"\u062F\u0631\u0628\u0627\u0631\u0647 - \u0628\u0627\u0632\u062E\u0648\u0631\u062F",aboutIntro:"\u8BE5\u6269\u5C55\u514D\u8D39\u4F7F\u7528\uFF0C\u5E0C\u671B\u6211\u4EEC\u90FD\u80FD\u66F4\u52A0\u5BB9\u6613\u4E14\u6109\u60A6\u5730\u83B7\u53D6\u4E92\u8054\u7F51\u4E0A\u5DE8\u5927\u7684\u5916\u8BED\u4FE1\u606F \u2764\uFE0F

\u611F\u8C22\u8FD9\u4E9B<1>\u8D5E\u52A9\u8005\u4EEC, \u7531\u4E8E\u4ED6/\u5979\u4EEC\u7684\u652F\u6301\uFF0C\u66F4\u591A\u7684\u4EBA\u53EF\u4EE5\u514D\u8D39\u5730\u4F7F\u7528\u8FD9\u4E2A\u5DE5\u5177\u3002\u5982\u679C\u6709\u4F59\u529B\uFF0C\u4F60\u53EF\u4EE5<2>\u70B9\u51FB\u8FD9\u91CC\u8D5E\u52A9\u6211\u7684\u5DE5\u4F5C\uFF0C\u4F60\u8FD8\u53EF\u4EE5\u5173\u6CE8\u6211\u7684<3>\u63A8\u7279\uFF0C<4>Telegram \u9891\u9053\u4EE5\u53CA\u4E0B\u65B9\u7684<5>\u90AE\u4EF6\u8BA2\u9605\u8FFD\u8E2A\u66F4\u65B0\u3002",aboutIntroWithoutSponsor:"\u8BE5\u6269\u5C55\u514D\u8D39\u4F7F\u7528\uFF0C\u5E0C\u671B\u6211\u4EEC\u90FD\u80FD\u66F4\u52A0\u5BB9\u6613\u4E14\u6109\u60A6\u5730\u83B7\u53D6\u4E92\u8054\u7F51\u4E0A\u5DE8\u5927\u7684\u5916\u8BED\u4FE1\u606F \u2764\uFE0F ",projectHomepage:"\u0635\u0641\u062D\u0647 \u0627\u0635\u0644\u06CC \u067E\u0631\u0648\u0698\u0647",joinTelegramGroup:"\u52A0\u5165 Telegram \u7FA4\u53C2\u4E0E\u529F\u80FD\u8BA8\u8BBA",wechatPublicAccount:"\u062D\u0633\u0627\u0628 \u0639\u0645\u0648\u0645\u06CC \u0648\u06CC \u0686\u062A",wechatCommunities:"\u06AF\u0631\u0648\u0647 \u0627\u0631\u062A\u0628\u0627\u0637\u06CC \u0648\u06CC \u0686\u062A",qqCommunities:"\u06A9\u0627\u0646\u0627\u0644 \u0627\u0631\u062A\u0628\u0627\u0637\u06CC QQ",joinTelegramChannel:"\u0628\u0631\u0627\u06CC \u0627\u0637\u0644\u0627\u0639 \u0627\u0632 \u0622\u062E\u0631\u06CC\u0646 \u0627\u062E\u0628\u0627\u0631 \u06A9\u0627\u0646\u0627\u0644 \u062A\u0644\u06AF\u0631\u0627\u0645 \u0631\u0627 \u062F\u0646\u0628\u0627\u0644 \u06A9\u0646\u06CC\u062F",feedbackAndJoin:"\u0628\u0627\u0632\u062E\u0648\u0631\u062F \u0645\u0634\u06A9\u0644/\u0628\u0647 \u06AF\u0631\u0648\u0647 \u0628\u067E\u06CC\u0648\u0646\u062F\u06CC\u062F",autoSync:"\u0647\u0645\u06AF\u0627\u0645 \u0633\u0627\u0632\u06CC \u0628\u0631\u0646\u0627\u0645\u0647 \u0631\u06CC\u0632\u06CC \u0634\u062F\u0647 \u062E\u0648\u062F\u06A9\u0627\u0631",loadingThemeTitle:"\u0633\u0628\u06A9 \u0628\u0627\u0631\u06AF\u06CC\u0631\u06CC",loadingThemeDescription:"\u0647\u0646\u06AF\u0627\u0645 \u0627\u0646\u062A\u0638\u0627\u0631 \u0628\u0631\u0627\u06CC \u0628\u0627\u0631\u06AF\u06CC\u0631\u06CC \u062A\u0631\u062C\u0645\u0647\u060C \u0633\u0628\u06A9 \u0631\u0627 \u062A\u0646\u0638\u06CC\u0645 \u06A9\u0646\u06CC\u062F","loadingTheme.spinner":"\u8F6C\u5708\u52A8\u753B Spinner","loadingTheme.text":"\u0645\u062A\u0646 \u0627\u06CC\u0633\u062A\u0627... ","loadingTheme.none":"\u0646\u0634\u0627\u0646 \u0646\u062F\u0647",developerDescription:"\u0627\u06CC\u0646\u062C\u0627 \u0645\u06CC \u062A\u0648\u0627\u0646\u06CC\u062F <1> \u0631\u0627 \u06A9\u0644\u06CC\u06A9 \u06A9\u0646\u06CC\u062F \u0645\u0634\u0627\u0647\u062F\u0647 \u0627\u0633\u0646\u0627\u062F \u0645\u0631\u0628\u0648\u0637 \u0628\u0647 \u0633\u0641\u0627\u0631\u0634\u06CC \u0633\u0627\u0632\u06CC \u067E\u06CC\u0634\u0631\u0641\u062A\u0647","edit border color":"\u0631\u0646\u06AF \u062D\u0627\u0634\u06CC\u0647 \u0631\u0627 \u062A\u063A\u06CC\u06CC\u0631 \u062F\u0647\u06CC\u062F",successSyncButNoChange:"\u067E\u06CC\u06A9\u0631\u0628\u0646\u062F\u06CC \u0641\u0639\u0644\u06CC \u0628\u0627 \u0627\u0628\u0631 \u0633\u0627\u0632\u06AF\u0627\u0631 \u0627\u0633\u062A",customTheme:"\u0631\u0646\u06AF \u0647\u0627 \u0648 \u0627\u0646\u062F\u0627\u0632\u0647 \u0647\u0627\u06CC \u0633\u0641\u0627\u0631\u0634\u06CC","customThemeLabel.borderColor":"\u0631\u0646\u06AF \u0644\u0628\u0647","customThemeLabel.borderRadius":"\u06AF\u0648\u0634\u0647 \u0647\u0627\u06CC \u06AF\u0631\u062F \u062D\u0627\u0634\u06CC\u0647","customThemeLabel.textColor":"\u0631\u0646\u06AF \u0645\u062A\u0646","customThemeLabel.backgroundColor":"\u0631\u0646\u06AF \u067E\u0633 \u0632\u0645\u06CC\u0646\u0647","customThemeLabel.zoom":"\u0645\u0642\u06CC\u0627\u0633 \u0628\u0646\u062F\u06CC \u0642\u0644\u0645 (%)","customThemeLabel.opacity":"\u06A9\u062F\u0648\u0631\u062A \u0645\u062A\u0646 (%)",resetToDefaultColor:"\u0628\u0647 \u0631\u0646\u06AF \u067E\u06CC\u0634 \u0641\u0631\u0636 \u0628\u0631\u06AF\u0631\u062F\u06CC\u062F",resetToDefaultSettings:"\u0628\u0647 \u062A\u0646\u0638\u06CC\u0645\u0627\u062A \u067E\u06CC\u0634 \u0641\u0631\u0636 \u0628\u0631\u06AF\u0631\u062F\u06CC\u062F",isTranslateTitle:"\u0639\u0646\u0627\u0648\u06CC\u0646 \u0635\u0641\u062D\u0627\u062A \u0648\u0628 \u062A\u0631\u062C\u0645\u0647 \u0634\u062F\u0647 \u0631\u0627 \u0631\u0648\u0634\u0646 \u06A9\u0646\u06CC\u062F",isTranslateTitleDescription:"\u0648\u0642\u062A\u06CC \u0631\u0648\u0634\u0646 \u0634\u062F\u060C \u0639\u0646\u0648\u0627\u0646 \u0635\u0641\u062D\u0647 \u0648\u0628 \u062A\u0631\u062C\u0645\u0647 \u062E\u0648\u0627\u0647\u062F \u0634\u062F",enableSearchEnhancement:"\u0628\u0647\u0628\u0648\u062F \u0627\u0637\u0644\u0627\u0639\u0627\u062A \u062F\u0648 \u0632\u0628\u0627\u0646\u0647 \u0631\u0627 \u0641\u0639\u0627\u0644 \u06A9\u0646\u06CC\u062F",enableSearchEnhancementDescription:"\u067E\u0633 \u0627\u0632 \u0631\u0648\u0634\u0646 \u0634\u062F\u0646\u060C \u0646\u062A\u0627\u06CC\u062C \u062C\u0633\u062A\u062C\u0648\u06CC \xABGoogle News\xBB \u0645\u0631\u0628\u0648\u0637 \u0628\u0647 \u06A9\u0644\u06CC\u062F\u0648\u0627\u0698\u0647\u200C\u0647\u0627\u06CC \u0627\u0646\u06AF\u0644\u06CC\u0633\u06CC \u0628\u0647\u200C\u0637\u0648\u0631 \u062E\u0648\u062F\u06A9\u0627\u0631 \u062F\u0631 \u0633\u062A\u0648\u0646 \u0633\u0645\u062A \u0631\u0627\u0633\u062A \u0648\u0628\u200C\u0633\u0627\u06CC\u062A\u200C\u0647\u0627\u06CC \u067E\u0634\u062A\u06CC\u0628\u0627\u0646\u06CC\u200C\u0634\u062F\u0647 (Google News\u060C Google Search (\u0628\u0631\u062E\u06CC \u06A9\u0644\u0645\u0627\u062A \u06A9\u0644\u06CC\u062F\u06CC)\u060C Snowball\u060C Oriental Fortune\u060C Futu\u060C \u0627\u0646\u062C\u0645\u0646 \u0628\u0628\u0631) \u0646\u0645\u0627\u06CC\u0634 \u062F\u0627\u062F\u0647 \u0645\u06CC\u200C\u0634\u0648\u0646\u062F.",verifyService:"\u0628\u0631\u0627\u06CC \u062A\u0633\u062A \u0633\u0631\u0648\u06CC\u0633 \u0627\u06CC\u0646\u062C\u0627 \u06A9\u0644\u06CC\u06A9 \u06A9\u0646\u06CC\u062F",verified:"\u062A\u0623\u06CC\u06CC\u062F \u0628\u0627 \u0645\u0648\u0641\u0642\u06CC\u062A \u0627\u0646\u062C\u0627\u0645 \u0634\u062F","field.langs":"\u06A9\u062F\u0647\u0627\u06CC \u0632\u0628\u0627\u0646 \u067E\u0634\u062A\u06CC\u0628\u0627\u0646\u06CC \u0634\u062F\u0647","field.model":"\u0645\u062F\u0644","field.translationEngine":"\u0645\u0648\u062A\u0648\u0631 \u062A\u0631\u062C\u0645\u0647","field.limitPerMinute":"\u062D\u062F\u0627\u06A9\u062B\u0631 \u062A\u0639\u062F\u0627\u062F \u062F\u0631\u062E\u0648\u0627\u0633\u062A \u062F\u0631 \u062F\u0642\u06CC\u0642\u0647","field.limitPerSecond":"\u062D\u062F\u0627\u06A9\u062B\u0631 \u062A\u0639\u062F\u0627\u062F \u062F\u0631\u062E\u0648\u0627\u0633\u062A \u062F\u0631 \u062B\u0627\u0646\u06CC\u0647","field.maxTextLengthPerRequest":"\u062D\u062F\u0627\u06A9\u062B\u0631 \u0637\u0648\u0644 \u0645\u062A\u0646 \u062F\u0631 \u0647\u0631 \u062F\u0631\u062E\u0648\u0627\u0633\u062A","field.maxTextGroupLengthPerRequest":"\u062D\u062F\u0627\u06A9\u062B\u0631 \u062A\u0639\u062F\u0627\u062F \u067E\u0627\u0631\u0627\u06AF\u0631\u0627\u0641 \u062F\u0631 \u0647\u0631 \u062F\u0631\u062E\u0648\u0627\u0633\u062A","field.apiUrl":"\u0622\u062F\u0631\u0633 \u0631\u0627\u0628\u0637 API \u0633\u0641\u0627\u0631\u0634\u06CC","field.placeholderDelimiters":"\u0645\u062A\u063A\u06CC\u0631\u0647\u0627\u06CC \u0631\u0632\u0631\u0648 \u0634\u062F\u0647","description.custom":"\u062F\u0633\u062A\u0631\u0633\u06CC \u0628\u0647 \u0631\u0627\u0628\u0637 \u0633\u0641\u0627\u0631\u0634\u06CC \u0628\u0647 \u0627\u0633\u0646\u0627\u062F \u0645\u0631\u062C\u0639 \u0646\u06CC\u0627\u0632 \u062F\u0627\u0631\u062F","description.limitPerMinute":"\u8BF7\u6C42\u6570\u8D85\u8FC7\u8BE5\u9650\u5236\u65F6\u4F1A\u88AB\u6682\u65F6\u7981\u7528\uFF0C\u76F4\u5230\u4E0B\u4E00\u5206\u949F\u5F00\u59CB\uFF0C\u9ED8\u8BA4\u8BBE\u7F6E\u4E3A OpenAI \u8BD5\u7528\u7248\u7684\u8BF7\u6C42\u9650\u5236","description.limitPerSecond":"\u0648\u0642\u062A\u06CC \u062A\u0639\u062F\u0627\u062F \u062F\u0631\u062E\u0648\u0627\u0633\u062A \u0647\u0627 \u0627\u0632 \u0627\u06CC\u0646 \u062D\u062F \u0628\u06CC\u0634\u062A\u0631 \u0634\u0648\u062F\u060C \u062A\u0627 \u0627\u0628\u062A\u062F\u0627\u06CC \u062B\u0627\u0646\u06CC\u0647 \u0628\u0639\u062F \u0648\u0627\u0631\u062F \u062D\u0627\u0644\u062A \u0635\u0641 \u0645\u06CC \u0634\u0648\u062F. \u0628\u0627 \u062A\u0648\u062C\u0647 \u0628\u0647 \u0645\u062D\u062F\u0648\u062F\u06CC\u062A\u200C\u0647\u0627\u06CC \u0645\u062E\u062A\u0644\u0641 \u0633\u0631\u0648\u06CC\u0633 \u0641\u0639\u0644\u06CC OpenAI\u060C \u0644\u0637\u0641\u0627\u064B <1> \u0631\u0627 \u0627\u06CC\u0646\u062C\u0627 \u06A9\u0644\u06CC\u06A9 \u06A9\u0646\u06CC\u062F \u0622\u062E\u0631\u06CC\u0646 \u0645\u0642\u0627\u062F\u06CC\u0631 \u062A\u0648\u0635\u06CC\u0647 \u0634\u062F\u0647 \u0631\u0627 \u0645\u0634\u0627\u0647\u062F\u0647 \u06A9\u0646\u06CC\u062F","description.generalLimitPerSecond":"\u0648\u0642\u062A\u06CC \u062A\u0639\u062F\u0627\u062F \u062F\u0631\u062E\u0648\u0627\u0633\u062A \u0647\u0627 \u0627\u0632 \u0627\u06CC\u0646 \u062D\u062F \u0628\u06CC\u0634\u062A\u0631 \u0634\u0648\u062F\u060C \u062A\u0627 \u0627\u0628\u062A\u062F\u0627\u06CC \u062B\u0627\u0646\u06CC\u0647 \u0628\u0639\u062F \u0648\u0627\u0631\u062F \u062D\u0627\u0644\u062A \u0635\u0641 \u0645\u06CC \u0634\u0648\u062F.","description.prompt":"\u0628\u0647 \u0639\u0646\u0648\u0627\u0646 \u06A9\u0627\u0631\u0628\u0631\u060C \u06AF\u0641\u062A\u06AF\u0648 \u0631\u0627 \u0628\u0647 {service} \u0627\u0631\u0633\u0627\u0644 \u06A9\u0646\u06CC\u062F\u060C \u06A9\u0647 \u062F\u0631 \u0622\u0646 {{text}} \u0645\u062D\u062A\u0648\u0627\u06CC \u0645\u062A\u0646 \u067E\u0627\u0631\u0627\u06AF\u0631\u0627\u0641\u060C {{from}} \u0632\u0628\u0627\u0646 \u067E\u0627\u0631\u0627\u06AF\u0631\u0627\u0641 \u0648 {{to}} \u0632\u0628\u0627\u0646 \u0645\u0642\u0635\u062F \u0631\u0627 \u0646\u0634\u0627\u0646 \u0645\u06CC \u062F\u0647\u062F.","description.maxTextLengthPerRequest":"\u9ED8\u8BA4\u4F1A\u5408\u5E76\u591A\u4E2A\u6BB5\u843D\uFF0C\u4EE5\u51CF\u5C11\u8BF7\u6C42\u6B21\u6570\uFF0C\u4F46\u662F\u5982\u679C\u6BB5\u843D\u603B\u957F\u5EA6\u8FC7\u957F\uFF0C\u4E5F\u53EF\u80FD\u4F1A\u5BFC\u81F4\u63A5\u53E3\u7684\u54CD\u5E94\u53D8\u6162\uFF0C\u56E0\u6B64\u53EF\u4EE5\u5C1D\u8BD5\u8C03\u6574\u8BE5\u9009\u9879\u6765\u4F18\u5316\u901F\u5EA6","description.systemPrompt":"\u0645\u06A9\u0627\u0644\u0645\u0647 \u0628\u0647 \u0639\u0646\u0648\u0627\u0646 \u0633\u06CC\u0633\u062A\u0645 \u0628\u0647 OpenAI \u0627\u0631\u0633\u0627\u0644 \u0645\u06CC \u0634\u0648\u062F\u060C \u06A9\u0647 \u062F\u0631 \u0622\u0646 {{text}} \u0646\u0634\u0627\u0646 \u062F\u0647\u0646\u062F\u0647 \u0645\u062D\u062A\u0648\u0627\u06CC \u0645\u062A\u0646 \u067E\u0627\u0631\u0627\u06AF\u0631\u0627\u0641\u060C{{from}} \u0646\u0634\u0627\u0646 \u062F\u0647\u0646\u062F\u0647 \u0632\u0628\u0627\u0646 \u067E\u0627\u0631\u0627\u06AF\u0631\u0627\u0641\u060C \u0648{{to}} \u0646\u0634\u0627\u0646 \u062F\u0647\u0646\u062F\u0647 \u0632\u0628\u0627\u0646 \u0645\u0642\u0635\u062F \u0627\u0633\u062A.","field.domain":"\u0631\u0634\u062A\u0647","description.domain":"\u067E\u06CC\u0634 \u0641\u0631\u0636\uFF1A\u0639\u0645\u0648\u0645\u06CC \u0627\u0633\u062A. \u0641\u0642\u0637 \u0632\u0645\u0627\u0646\u06CC \u0645\u06CC\u200C\u062A\u0648\u0627\u0646 \u0622\u0646 \u0631\u0627 \u062A\u0646\u0638\u06CC\u0645 \u06A9\u0631\u062F \u06A9\u0647 \u062A\u0631\u062C\u0645\u0647 \u0645\u0628\u062A\u0646\u06CC \u0628\u0631 \u062F\u0627\u0645\u0646\u0647 \u062F\u0631 \u06A9\u0646\u0633\u0648\u0644 Youdao API \u0641\u0639\u0627\u0644 \u0628\u0627\u0634\u062F. \u0628\u0631\u0627\u06CC \u0642\u0633\u0645\u062A\u200C\u0647\u0627\u06CC \u067E\u0634\u062A\u06CC\u0628\u0627\u0646\u06CC\u200C\u0634\u062F\u0647\u060C \u0644\u0637\u0641\u0627\u064B <1> \u0631\u0627 \u0627\u06CC\u0646\u062C\u0627 \u0628\u0628\u06CC\u0646\u06CC\u062F.","field.scene":"\u0635\u062D\u0646\u0647 \u0647\u0627\u06CC","description.scene":"\u067E\u06CC\u0634 \u0641\u0631\u0636\uFF1A\u0639\u0645\u0648\u0645\u06CC \u0627\u0633\u062A. \u062A\u0646\u0647\u0627 \u0632\u0645\u0627\u0646\u06CC \u0645\u06CC\u200C\u062A\u0648\u0627\u0646 \u0622\u0646 \u0631\u0627 \u062A\u0646\u0638\u06CC\u0645 \u06A9\u0631\u062F \u06A9\u0647 \u0646\u0633\u062E\u0647 \u062D\u0631\u0641\u0647\u200C\u0627\u06CC \u062A\u0631\u062C\u0645\u0647 \u0645\u0627\u0634\u06CC\u0646\u06CC \u062F\u0631 \u06A9\u0646\u0633\u0648\u0644 Alibaba Cloud API \u0641\u0639\u0627\u0644 \u0634\u0648\u062F. \u0628\u0631\u0627\u06CC \u0633\u0646\u0627\u0631\u06CC\u0648\u0647\u0627\u06CC \u067E\u0634\u062A\u06CC\u0628\u0627\u0646\u06CC \u0634\u062F\u0647 \u0628\u0647 <1> \u0627\u06CC\u0646\u062C\u0627 \u0645\u0631\u0627\u062C\u0639\u0647 \u06A9\u0646\u06CC\u062F.","field.vocabId":"\u0634\u0646\u0627\u0633\u0647 \u0641\u0631\u0647\u0646\u06AF \u0644\u063A\u062A \u06A9\u0627\u0631\u0628\u0631","description.vocabId":"\u0641\u0631\u0647\u0646\u06AF \u0644\u063A\u062A \u0645\u0634\u062E\u0635 \u0634\u062F\u0647 out_id \u062F\u0631 \u062D\u0627\u0644 \u062D\u0627\u0636\u0631 \u0627\u0632 \u062A\u0631\u062C\u0645\u0647 \u0627\u0646\u06AF\u0644\u06CC\u0633\u06CC \u0628\u0647 \u0686\u06CC\u0646\u06CC \u067E\u0634\u062A\u06CC\u0628\u0627\u0646\u06CC \u0645\u06CC \u06A9\u0646\u062F.","description.model":"\u0645\u062F\u0644 OpenAI \u0645\u06CC \u062A\u0648\u0627\u0646\u062F gpt-3.5-turbo\u060C gpt-4 \u0648 \u063A\u06CC\u0631\u0647 \u0628\u0627\u0634\u062F.","description.maxTextGroupLengthPerRequest":"\u062A\u0639\u062F\u0627\u062F \u067E\u0627\u0631\u0627\u06AF\u0631\u0627\u0641\u200C\u0647\u0627\u06CC\u06CC \u06A9\u0647 \u0647\u0631 \u0628\u0627\u0631 \u0628\u0647 \u0633\u0631\u0648\u06CC\u0633 \u062A\u0631\u062C\u0645\u0647 \u0627\u0631\u0633\u0627\u0644 \u0645\u06CC\u200C\u0634\u0648\u0646\u062F. \u0627\u06AF\u0631 \u062A\u0639\u062F\u0627\u062F \u067E\u0627\u0631\u0627\u06AF\u0631\u0627\u0641\u200C\u0647\u0627 \u0628\u06CC\u0634 \u0627\u0632 \u062D\u062F \u0628\u0627\u0634\u062F\u060C \u067E\u0627\u0633\u062E \u0631\u0627\u0628\u0637 \u0645\u0645\u06A9\u0646 \u0627\u0633\u062A \u06A9\u0646\u062F \u0634\u0648\u062F.","description.apiUrl":"\u8BF7\u6DFB\u52A0\u5177\u4F53\u5E26\u6709\u8DEF\u5F84\u7684\u7F51\u5740",enabledExtension:"\u0627\u0641\u0632\u0648\u0646\u0647 \u0631\u0627 \u0641\u0639\u0627\u0644 \u06A9\u0646\u06CC\u062F",clickToDisableExtension:"\u0628\u0631\u0627\u06CC \u063A\u06CC\u0631\u0641\u0639\u0627\u0644 \u06A9\u0631\u062F\u0646 \u0627\u0641\u0632\u0648\u0646\u0647 \u06A9\u0644\u06CC\u06A9 \u06A9\u0646\u06CC\u062F",clickToEnableExtension:"\u0628\u0631\u0627\u06CC \u0641\u0639\u0627\u0644 \u06A9\u0631\u062F\u0646 \u0628\u0631\u0646\u0627\u0645\u0647 \u0627\u0641\u0632\u0648\u062F\u0646\u06CC \u06A9\u0644\u06CC\u06A9 \u06A9\u0646\u06CC\u062F",hasBeenDisabled:"\u0645\u0639\u0644\u0648\u0644","show password":"\u0646\u0645\u0627\u06CC\u0634 \u0631\u0645\u0632 \u0639\u0628\u0648\u0631",customContent:"\u8F93\u5165\u81EA\u5B9A\u4E49\u5185\u5BB9",inputOptions:"\u0628\u0647\u0628\u0648\u062F \u062C\u0639\u0628\u0647 \u0648\u0631\u0648\u062F\u06CC",mouseHoverOptions:"\u0645\u0627\u0648\u0633 \u0628\u0631",modifyMouseHoverKey:"\u06A9\u0644\u06CC\u062F\u0647\u0627\u06CC \u0645\u06CC\u0627\u0646\u0628\u0631 \u0645\u0627\u0648\u0633 \u0631\u0627 \u062A\u063A\u06CC\u06CC\u0631 \u062F\u0647\u06CC\u062F",enableInputTranslation:"\u0641\u0639\u0627\u0644 \u06A9\u0631\u062F\u0646 \u0628\u0647\u0628\u0648\u062F \u062C\u0639\u0628\u0647 \u0648\u0631\u0648\u062F\u06CC",enableInputTranslationDescription:"\u067E\u0633 \u0627\u0632 \u0641\u0639\u0627\u0644 \u06A9\u0631\u062F\u0646{trailingKey}\u060C \u0645\u0633\u062A\u0642\u06CC\u0645\u0627\u064B {startingKey}{startingKey} hello \u0631\u0627 \u062F\u0631 \u06A9\u0627\u062F\u0631 \u0648\u0631\u0648\u062F\u06CC \u0648\u0627\u0631\u062F \u06A9\u0646\u06CC\u062F \u0648 \u0633\u067E\u0633 \u0628\u0647 \u0633\u0631\u0639\u062A \u0631\u0648\u06CC{inputTrailingTriggerKeyRepeatTimes}\u062F\u0648 \u0628\u0627\u0631 \u06A9\u0644\u06CC\u06A9 \u06A9\u0646\u06CC\u062F \u062A\u0627 \u0622\u0646 \u0631\u0627 \u0628\u0647 {inputTargetLanguage}\u062A\u0628\u062F\u06CC\u0644 \u06A9\u0646\u06CC\u062F.",enableInputTranslationDescriptionForNoneKey:"{trailingKey}\u0641\u0639\u0627\u0644 \u06A9\u0631\u062F\u0646 \u0622\u0646\u060C \u0645\u0633\u062A\u0642\u06CC\u0645\u0627\u064B\uFF1Ahello world \u0631\u0627 \u062F\u0631 \u06A9\u0627\u062F\u0631 \u0648\u0631\u0648\u062F\u06CC \u0648\u0627\u0631\u062F \u06A9\u0646\u06CC\u062F \u0648 \u0633\u067E\u0633 \u0628\u0647 \u0633\u0631\u0639\u062A{inputTrailingTriggerKeyRepeatTimes}\u0628\u0627\u0631 \u06A9\u0644\u06CC\u06A9 \u06A9\u0646\u06CC\u062F \u062A\u0627 \u0628\u0647 \u0632\u0628\u0627\u0646 \u0645\u0642\u0635\u062F \u067E\u06CC\u0634 \u0641\u0631\u0636 \u062A\u0631\u062C\u0645\u0647 \u0634\u0648\u062F.",inputTargetLanguage:"\u0632\u0628\u0627\u0646 \u0645\u0642\u0635\u062F \u067E\u06CC\u0634 \u0641\u0631\u0636 \u06A9\u0627\u062F\u0631 \u0648\u0631\u0648\u062F\u06CC \u0631\u0627 \u062A\u0646\u0638\u06CC\u0645 \u06A9\u0646\u06CC\u062F",inputTargetLanguageDescription:"\u0632\u0628\u0627\u0646 \u0645\u0642\u0635\u062F \u067E\u06CC\u0634\u200C\u0641\u0631\u0636 \u0628\u0631\u0627\u06CC \u062A\u0631\u062C\u0645\u0647 \u062C\u0639\u0628\u0647 \u0648\u0631\u0648\u062F\u06CC\u060C \u06A9\u0647 {startingKey}{startingKey} \u0628\u0647 \u0639\u0646\u0648\u0627\u0646 \u0632\u0628\u0627\u0646 \u067E\u06CC\u0634\u200C\u0641\u0631\u0636 \u0628\u0631\u0627\u06CC \u06A9\u0644\u0645\u0627\u062A \u0631\u0627\u0647\u200C\u0627\u0646\u062F\u0627\u0632 \u0627\u0633\u062A",inputTargetLanguageDescriptionForNoneKey:"\u0632\u0628\u0627\u0646 \u0645\u0642\u0635\u062F \u067E\u06CC\u0634\u200C\u0641\u0631\u0636 \u0628\u0631\u0627\u06CC \u062A\u0631\u062C\u0645\u0647\u200C\u0647\u0627\u06CC \u062C\u0639\u0628\u0647 \u0648\u0631\u0648\u062F\u06CC",inputStartingTriggerKeyTitle:"\u06A9\u0627\u0631\u0627\u06A9\u062A\u0631\u0647\u0627\u06CC \u062A\u0642\u0633\u06CC\u0645 \u0631\u0627 \u0628\u0631\u0627\u06CC \u062A\u0631\u062C\u0645\u0647 \u062C\u0632\u0626\u06CC \u06A9\u0627\u062F\u0631 \u0648\u0631\u0648\u062F\u06CC \u062A\u0646\u0638\u06CC\u0645 \u06A9\u0646\u06CC\u062F",inputStartingTriggerKeyDescription:"\u0647\u0646\u06AF\u0627\u0645\u06CC \u06A9\u0647 \u0646\u06CC\u0627\u0632\u06CC \u0628\u0647 \u062A\u0631\u062C\u0645\u0647 \u06A9\u0644 \u06A9\u0627\u062F\u0631 \u0648\u0631\u0648\u062F\u06CC \u0646\u062F\u0627\u0631\u06CC\u062F\u060C \u062C\u062F\u0627\u06A9\u0646\u0646\u062F\u0647 \u0628\u0647 \u0634\u0645\u0627 \u0627\u062C\u0627\u0632\u0647 \u0645\u06CC \u062F\u0647\u062F \u0641\u0642\u0637 \u0642\u0633\u0645\u062A \u0631\u0627 {startingKey}{startingKey} \u0628\u0647 \u0627\u0646\u062A\u0647\u0627\u06CC \u06A9\u0627\u062F\u0631 \u0648\u0631\u0648\u062F\u06CC \u062A\u0631\u062C\u0645\u0647 \u06A9\u0646\u06CC\u062F\u060C \u06CC\u0627 \u0645\u06CC \u062A\u0648\u0627\u0646\u06CC\u062F \u06A9\u062F \u0632\u0628\u0627\u0646 \u0631\u0627 \u0645\u0634\u062E\u0635 \u06A9\u0646\u06CC\u062F\u060C \u0628\u0647 \u0639\u0646\u0648\u0627\u0646 \u0645\u062B\u0627\u0644\u060C\uFF1A{startingKey}ja \u0628\u0647 \u0645\u0639\u0646\u0627\u06CC \u0641\u0642\u0637 \u062A\u0631\u062C\u0645\u0647 \u0627\u0633\u062A. \u0642\u0633\u0645\u062A \u0627\u0632 {startingKey}ja \u062A\u0627 \u0627\u0646\u062A\u0647\u0627\u06CC \u062C\u0639\u0628\u0647 \u0648\u0631\u0648\u062F\u06CC.",inputStartingTriggerKeyDescriptionForNoneKey:"\u062F\u0631 \u062D\u0627\u0644 \u062D\u0627\u0636\u0631 \u0628\u062F\u0648\u0646 \u0646\u06CC\u0627\u0632 \u0628\u0647 \u067E\u06CC\u0634\u0648\u0646\u062F \u062A\u0646\u0638\u06CC\u0645 \u0634\u062F\u0647 \u0627\u0633\u062A \u0648 \u0628\u0631\u062E\u06CC \u0627\u0632 \u0639\u0645\u0644\u06A9\u0631\u062F\u0647\u0627\u06CC \u062A\u0631\u062C\u0645\u0647 \u0645\u062A\u0646 \u062C\u0639\u0628\u0647 \u0648\u0631\u0648\u062F\u06CC \u0645\u0648\u0642\u062A\u0627\u064B \u062F\u0631 \u062F\u0633\u062A\u0631\u0633 \u0646\u06CC\u0633\u062A\u0646\u062F.",inputTrailingTriggerKeyTitle:"\u06CC\u06A9 \u06A9\u0627\u0631\u0627\u06A9\u062A\u0631 \u0645\u0627\u0634\u0647 \u0627\u06CC \u0631\u0627 \u0627\u0646\u062A\u062E\u0627\u0628 \u06A9\u0646\u06CC\u062F \u06A9\u0647 \u0628\u0647 \u0648\u0631\u0648\u062F\u06CC \u067E\u0627\u06CC\u0627\u0646 \u0645\u06CC \u062F\u0647\u062F",inputTrailingTriggerKeyDescription:"\u0628\u0627 \u0632\u062F\u0646{trailingKey} 3 \u0628\u0627\u0631 \u0645\u062A\u0648\u0627\u0644\u06CC\u060C \u062A\u0631\u062C\u0645\u0647 \u0634\u0631\u0648\u0639 \u0645\u06CC \u0634\u0648\u062F",inputTrailingTriggerKeyTimeout:"\u0641\u0627\u0635\u0644\u0647 \u0628\u06CC\u0646 \u0645\u0627\u0634\u0647 \u0647\u0627 \u0631\u0627 \u0628\u0631\u0627\u06CC \u067E\u0627\u06CC\u0627\u0646 \u062F\u0627\u062F\u0646 \u0628\u0647 \u062A\u0631\u06A9\u06CC\u0628 \u0648\u0627\u0631\u062F \u06A9\u0646\u06CC\u062F.",inputTrailingTriggerKeyTimeoutDescription:"\u0632\u0645\u0627\u0646 \u0641\u0627\u0635\u0644\u0647 (\u0645\u06CC\u0644\u06CC \u062B\u0627\u0646\u06CC\u0647) \u0631\u0627 \u0628\u0631\u0627\u06CC \u0648\u0631\u0648\u062F\u06CC \u0628\u0631\u0627\u06CC \u067E\u0627\u06CC\u0627\u0646 \u062F\u0627\u062F\u0646 \u0628\u0647 \u0645\u062D\u0631\u06A9 \u062A\u0631\u06A9\u06CC\u0628\u06CC \u062A\u0646\u0638\u06CC\u0645 \u06A9\u0646\u06CC\u062F",spaceKey:"",noneKey:"\u0628\u062F\u0648\u0646 \u0646\u06CC\u0627\u0632 \u0628\u0647 \u067E\u06CC\u0634\u0648\u0646\u062F\u060C \u0628\u0647 \u0637\u0648\u0631 \u0645\u0633\u062A\u0642\u06CC\u0645 \u06A9\u0644 \u062C\u0639\u0628\u0647 \u0645\u062A\u0646 \u0631\u0627 \u062A\u0631\u062C\u0645\u0647 \u06A9\u0646\u06CC\u062F",inputTranslationBlockUrlsTitle:"\u0647\u0631\u06AF\u0632 \u067E\u06CC\u0634\u0631\u0641\u062A \u0647\u0627\u06CC \u0641\u06CC\u0644\u062F \u0648\u0631\u0648\u062F\u06CC \u0631\u0627 \u062F\u0631 URL \u0647\u0627 \u0641\u0639\u0627\u0644 \u0646\u06A9\u0646\u06CC\u062F",inputTranslationBlockUrlsDescription:"\u062F\u0631 \u0622\u062F\u0631\u0633\u200C\u0647\u0627\u06CC \u0627\u06CC\u0646\u062A\u0631\u0646\u062A\u06CC \u0632\u06CC\u0631\u060C \u0628\u0647\u0628\u0648\u062F \u06A9\u0627\u062F\u0631 \u0648\u0631\u0648\u062F\u06CC \u0627\u062B\u0631\u06CC \u0646\u062E\u0648\u0627\u0647\u062F \u062F\u0627\u0634\u062A",clickToSeeQuickDemo:"\u0628\u0631\u0627\u06CC \u06AF\u0633\u062A\u0631\u0634 \u0648\u06CC\u062F\u06CC\u0648\u06CC \u0622\u0645\u0648\u0632\u0634 \u0633\u0631\u06CC\u0639 30 \u062B\u0627\u0646\u06CC\u0647 \u0627\u06CC \u06A9\u0644\u06CC\u06A9 \u06A9\u0646\u06CC\u062F",inputHelperInfo:"\u0646\u06A9\u062A\u0647\uFF1A: \u0645\u0627 \u0628\u0647 \u0637\u0648\u0631 \u062E\u0627\u0635 \u0627\u06CC\u0646 \u0645\u0648\u0636\u0648\u0639 \u0631\u0627 \u0628\u0647\u06CC\u0646\u0647 \u0633\u0627\u0632\u06CC \u06A9\u0631\u062F\u0647 \u0627\u06CC\u0645 \u06A9\u0647 \u062F\u0631 \u0622\u0646 \u0628\u0631\u062E\u06CC \u0627\u0632 \u06A9\u0627\u0631\u0627\u06A9\u062A\u0631\u0647\u0627\u06CC \u0645\u0627\u0634\u0647 \u0628\u0647 \u0639\u0644\u0627\u0626\u0645 \u0646\u06AF\u0627\u0631\u0634\u06CC \u0686\u06CC\u0646\u06CC \u062F\u0631 \u0631\u0648\u0634 \u0648\u0631\u0648\u062F\u06CC \u0686\u06CC\u0646\u06CC \u062A\u0628\u062F\u06CC\u0644 \u0645\u06CC \u0634\u0648\u0646\u062F. \u0628\u0647 \u0639\u0646\u0648\u0627\u0646 \u0645\u062B\u0627\u0644\u060C \u062F\u0631 \u0631\u0648\u0634 \u0648\u0631\u0648\u062F\u06CC Sogou\u060C / \u0628\u0647 \u0645\u06A9\u062B \u062A\u0628\u062F\u06CC\u0644 \u0645\u06CC \u0634\u0648\u062F\u060C \u0648 \u062A\u0631\u062C\u0645\u0647 \u0647\u0645\u0647 \u062C\u0627\u0646\u0628\u0647 \u0627\u0632 \u0647\u0645\u0647 \u0646\u0645\u0627\u062F\u0647\u0627\u06CC \u0686\u06CC\u0646\u06CC \u0645\u0631\u0628\u0648\u0637 \u0628\u0647 \u067E\u0634\u062A\u06CC\u0628\u0627\u0646\u06CC \u0645\u06CC \u06A9\u0646\u062F. \u06A9\u0627\u0631\u0627\u06A9\u062A\u0631\u0647\u0627\u06CC \u0645\u0627\u0634\u0647\u060C \u06CC\u0639\u0646\u06CC //\u060C\u060C \u0647\u0645\u0647 \u0628\u0647 \u0639\u0646\u0648\u0627\u0646 \u06A9\u0627\u0631\u0627\u06A9\u062A\u0631\u0647\u0627\u06CC \u0645\u0627\u0634\u0647 \u0634\u0646\u0627\u062E\u062A\u0647 \u0645\u06CC \u0634\u0648\u0646\u062F.

\u062F\u0631 \u0639\u06CC\u0646 \u062D\u0627\u0644\u060C \u0645\u0627 \u0647\u0645\u0686\u0646\u06CC\u0646 \u0627\u0632 \u0646\u0627\u0645 \u0645\u0633\u062A\u0639\u0627\u0631 \u0686\u06CC\u0646\u06CC \u06A9\u062F\u0647\u0627\u06CC \u0632\u0628\u0627\u0646 \u0628\u0647 \u0639\u0646\u0648\u0627\u0646 \u062F\u0633\u062A\u0648\u0631\u0627\u062A \u067E\u0634\u062A\u06CC\u0628\u0627\u0646\u06CC \u0645\u06CC \u06A9\u0646\u06CC\u0645. \u0628\u0647 \u0639\u0646\u0648\u0627\u0646 \u0645\u062B\u0627\u0644\u060C /Japanese Hello World \u0628\u0647 \u0698\u0627\u067E\u0646\u06CC \u062A\u0631\u062C\u0645\u0647 \u0645\u06CC \u0634\u0648\u062F. <1> \u0628\u0631\u0627\u06CC \u0645\u0634\u0627\u0647\u062F\u0647 \u0647\u0645\u0647 \u06A9\u062F\u0647\u0627\u06CC \u0632\u0628\u0627\u0646 \u067E\u0634\u062A\u06CC\u0628\u0627\u0646\u06CC \u0634\u062F\u0647 \u0627\u06CC\u0646\u062C\u0627 \u0631\u0627 \u06A9\u0644\u06CC\u06A9 \u06A9\u0646\u06CC\u062F. .",reloadCurrentPage:"\u0644\u0637\u0641\u0627\u064B \u0642\u0628\u0644 \u0627\u0632 \u0634\u0631\u0648\u0639 \u062A\u0631\u062C\u0645\u0647 \u0635\u0641\u062D\u0647 \u0641\u0639\u0644\u06CC \u0631\u0627 \u0628\u0627\u0632\u062E\u0648\u0627\u0646\u06CC \u06A9\u0646\u06CC\u062F",noLocalFilePermissionForPDF:"\u0645\u0627 \u062F\u0631 \u062D\u0627\u0644 \u062D\u0627\u0636\u0631 \u0645\u062C\u0648\u0632 \u062E\u0648\u0627\u0646\u062F\u0646 \u0641\u0627\u06CC\u0644 \u0647\u0627\u06CC \u0645\u062D\u0644\u06CC \u0631\u0627 \u0646\u062F\u0627\u0631\u06CC\u0645. \u0644\u0637\u0641\u0627 \u0631\u0648\u06CC \u062F\u06A9\u0645\u0647 \u0628\u0627\u0644\u0627 \u06A9\u0644\u06CC\u06A9 \u06A9\u0646\u06CC\u062F \u0648 \u0641\u0627\u06CC\u0644 \u0647\u0627\u06CC \u0645\u062D\u0644\u06CC \u0631\u0627 \u0648\u0627\u0631\u062F \u06A9\u0646\u06CC\u062F.",noPermissionForThisPage:"\u26A0\uFE0F \u0627\u062C\u0627\u0632\u0647 \u062A\u0631\u062C\u0645\u0647 \u0635\u0641\u062D\u0647 \u0641\u0639\u0644\u06CC \u0648\u062C\u0648\u062F \u0646\u062F\u0627\u0631\u062F",retryAllParagraphs:"\u0647\u0645\u0647 \u067E\u0627\u0631\u0627\u06AF\u0631\u0627\u0641 \u0647\u0627\u06CC \u062E\u0637\u0627 \u0631\u0627 \u062F\u0648\u0628\u0627\u0631\u0647 \u0627\u0645\u062A\u062D\u0627\u0646 \u06A9\u0646\u06CC\u062F",retryAllButton:"\u0647\u0645\u0647 \u067E\u0627\u0631\u0627\u06AF\u0631\u0627\u0641 \u0647\u0627\u06CC \u062E\u0637\u0627 \u0631\u0627 \u062F\u0648\u0628\u0627\u0631\u0647 \u0627\u0645\u062A\u062D\u0627\u0646 \u06A9\u0646\u06CC\u062F",errorTooltipTitle:"\u0628\u0631\u0627\u06CC \u0645\u0634\u0627\u0647\u062F\u0647 \u062F\u0644\u06CC\u0644 \u062E\u0637\u0627 \u06A9\u0644\u06CC\u06A9 \u06A9\u0646\u06CC\u062F",errorModalTitle:"\u0628\u0647 \u0646\u0638\u0631 \u0645\u06CC \u0631\u0633\u062F \u0645\u0634\u06A9\u0644\u06CC \u062F\u0631 \u062E\u062F\u0645\u0627\u062A \u062A\u0631\u062C\u0645\u0647 \u06CC\u0627 \u0634\u0628\u06A9\u0647 \u0648\u062C\u0648\u062F \u062F\u0627\u0631\u062F ...",disableConfirm:"\u062A\u0646\u0638\u06CC\u0645\u0627\u062A \u0627\u0641\u0632\u0627\u06CC\u0634 \u0627\u0637\u0644\u0627\u0639\u0627\u062A \u062F\u0648 \u0632\u0628\u0627\u0646\u0647",disableOnce:"\u0627\u06CC\u0646 \u0628\u0627\u0631 \u063A\u06CC\u0631 \u0641\u0639\u0627\u0644 \u0634\u062F\u0647",disableGlobal:"\u0628\u0631\u0627\u06CC \u0647\u0645\u06CC\u0634\u0647 \u0627\u0632 \u06A9\u0627\u0631 \u0627\u0641\u062A\u0627\u062F\u0647 \u0627\u0633\u062A",disableTint:"* \u0645\u06CC \u062A\u0648\u0627\u0646\u06CC\u062F \u0622\u0646 \u0631\u0627 \u0645\u062C\u062F\u062F\u0627\u064B \u062F\u0631 {option} \u0641\u0639\u0627\u0644 \u06A9\u0646\u06CC\u062F.",searchEnhancementNotes:"\u062F\u0631\u06CC\u0627\u0641\u062A\u06CC\u0645 \u06A9\u0647 \u0646\u062A\u0627\u06CC\u062C \u0627\u062E\u0628\u0627\u0631 \u0628\u0631\u0627\u06CC \u06A9\u0644\u0645\u0627\u062A \u06A9\u0644\u06CC\u062F\u06CC \u0686\u06CC\u0646\u06CC \u0648 \u06A9\u0644\u0645\u0627\u062A \u06A9\u0644\u06CC\u062F\u06CC \u0627\u0646\u06AF\u0644\u06CC\u0633\u06CC \u0628\u0633\u06CC\u0627\u0631 \u0645\u062A\u0641\u0627\u0648\u062A \u0627\u0633\u062A. \u067E\u0633 \u0627\u0632 \u0641\u0639\u0627\u0644 \u06A9\u0631\u062F\u0646 \u0639\u0645\u0644\u06A9\u0631\u062F \u0628\u0647\u0628\u0648\u062F \u0627\u0637\u0644\u0627\u0639\u0627\u062A \u062F\u0648\u0632\u0628\u0627\u0646\u0647 \u062A\u0631\u062C\u0645\u0647 \u0647\u0645\u0647\u062C\u0627\u0646\u0628\u0647\u060C \u062F\u0631 \u0648\u0628 \u0633\u0627\u06CC\u062A \u0647\u0627\u06CC \u067E\u0634\u062A\u06CC\u0628\u0627\u0646\u06CC \u0634\u062F\u0647 (Google News\u060C \u062C\u0633\u062A\u062C\u0648\u06CC Google (\u0628\u0631\u062E\u06CC \u0627\u0632 \u06A9\u0644\u0645\u0627\u062A \u06A9\u0644\u06CC\u062F\u06CC)\u060C Snowball\u060C Oriental Fortune Network\u060C Futu \u062C\u0633\u062A\u062C\u0648 \u062E\u0648\u0627\u0647\u06CC\u0645 \u06A9\u0631\u062F. , Tiger) \u0628\u0647 \u0637\u0648\u0631 \u062E\u0648\u062F\u06A9\u0627\u0631 \u0647\u0645\u0627\u0646 \u06A9\u0644\u0645\u0627\u062A \u06A9\u0644\u06CC\u062F\u06CC \u0631\u0627 \u0628\u0647 \u0632\u0628\u0627\u0646 \u0627\u0646\u06AF\u0644\u06CC\u0633\u06CC \u0628\u0631\u0627\u06CC \u0634\u0645\u0627 \u062C\u0633\u062A\u062C\u0648 \u0645\u06CC \u06A9\u0646\u062F \u0648 \u062F\u0631 \u0633\u0645\u062A \u0631\u0627\u0633\u062A \u0646\u0645\u0627\u06CC\u0634 \u0645\u06CC \u062F\u0647\u062F. \u0627\u06AF\u0631 \u0628\u0647 \u0627\u06CC\u0646 \u0648\u06CC\u0698\u06AF\u06CC \u0646\u06CC\u0627\u0632 \u0646\u062F\u0627\u0631\u06CC\u062F\u060C \u0645\u06CC \u062A\u0648\u0627\u0646\u06CC\u062F \u0622\u0646 \u0631\u0627 \u063A\u06CC\u0631\u0641\u0639\u0627\u0644 \u06A9\u0646\u06CC\u062F.",option:"\u0628\u0631\u067E\u0627\u06CC\u06CC",saveSettings:"\u062A\u0646\u0638\u06CC\u0645\u0627\u062A \u0631\u0627 \u0630\u062E\u06CC\u0631\u0647 \u06A9\u0646",closeModal:"\u067E\u0646\u062C\u0631\u0647 \u0631\u0627 \u0628\u0628\u0646\u062F",enableInputTranslationWithoutTriggerKeyTitle:"\u062A\u0631\u06A9\u06CC\u0628 \u0633\u0631\u06CC\u0639 \u0631\u0627 3 \u0628\u0627\u0631{trailingKey}\u0641\u0639\u0627\u0644 \u06A9\u0646\u06CC\u062F\u060C \u062A\u0645\u0627\u0645 \u06A9\u0627\u062F\u0631 \u0648\u0631\u0648\u062F\u06CC \u0631\u0627 \u0645\u0633\u062A\u0642\u06CC\u0645\u0627\u064B \u0628\u0647{inputTargetLanguage}\u062A\u0631\u062C\u0645\u0647 \u06A9\u0646\u06CC\u062F",enableInputTranslationWithoutTriggerKeyDescription:"\u0627\u06AF\u0631 \u0645\u06CC\u200C\u062E\u0648\u0627\u0647\u06CC\u062F \u0632\u0628\u0627\u0646 \u0645\u0642\u0635\u062F \u0631\u0627 \u0645\u0634\u062E\u0635 \u06A9\u0646\u06CC\u062F\u060C \u0644\u0637\u0641\u0627\u064B \u06A9\u062F \u0632\u0628\u0627\u0646 \u0645\u0642\u0627\u0628\u0644 \u0631\u0627 \u0627\u0636\u0627\u0641\u0647 \u06A9\u0646\u06CC\u062F\u060C \u0645\u0627\u0646\u0646\u062F\uFF1A\u06CC\u0627 Hello World",mouseHoverShortcutPlaceholder:"\u0645\u0627\u0646\u0646\u062F\uFF1AShift",deepLProName:"\u0639\u0636\u0648 \u062D\u0631\u0641\u0647 \u0627\u06CC \u062A\u0631\u062C\u0645\u0647 Immersive (\u062A\u0648\u0635\u06CC\u0647 \u0645\u06CC \u0634\u0648\u062F)",deepLProDescription:"\u0628\u0633\u062A\u0647 \u0641\u0639\u0644\u06CC \u0631\u0627 \u0645\u06CC \u062A\u0648\u0627\u0646 \u0628\u0647 \u0637\u0648\u0631 \u0645\u0633\u062A\u0642\u06CC\u0645 \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u06A9\u0631\u062F",deeplProDescriptionForNormal:"\u0647\u06CC\u0686 \u062A\u0646\u0638\u06CC\u0645\u0627\u062A\u06CC \u0644\u0627\u0632\u0645 \u0646\u06CC\u0633\u062A. \u0645\u06CC \u062A\u0648\u0627\u0646\u06CC\u062F \u067E\u0633 \u0627\u0632 \u0648\u0631\u0648\u062F \u0628\u0647 \u0639\u0646\u0648\u0627\u0646 \u0639\u0636\u0648 \u0627\u0632 \u0622\u0646 \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u06A9\u0646\u06CC\u062F. <1> \u0628\u0631\u0627\u06CC \u0627\u0631\u062A\u0642\u0627 \u0628\u0647 \u0639\u0636\u0648 \u0627\u06CC\u0646\u062C\u0627 \u0631\u0627 \u06A9\u0644\u06CC\u06A9 \u06A9\u0646\u06CC\u062F.",deepLCustomDescription:"\u0634\u0645\u0627 \u0628\u0647 \u06CC\u06A9 \u06A9\u0627\u0631\u062A \u0627\u0639\u062A\u0628\u0627\u0631\u06CC \u062E\u0627\u0631\u062C\u06CC \u0646\u06CC\u0627\u0632 \u062F\u0627\u0631\u06CC\u062F\u060C \u0628\u0647 <1>DeepL \u0628\u0631\u0648\u06CC\u062F \u0628\u0647 \u0637\u0648\u0631 \u0631\u0633\u0645\u06CC \u0628\u0627\u0632 \u0634\u062F\u060C \u0628\u0631\u0627\u06CC \u0645\u0634\u0627\u0647\u062F\u0647 \u0627\u0633\u0646\u0627\u062F <2> \u06A9\u0644\u06CC\u06A9 \u06A9\u0646\u06CC\u062F",deepLCustomName:"\u06A9\u0644\u06CC\u062F \u062A\u0623\u06CC\u06CC\u062F \u0633\u0641\u0627\u0631\u0634\u06CC",chooseProviderLabel:"\u0627\u0631\u0627\u0626\u0647 \u062F\u0647\u0646\u062F\u0647 \u062E\u062F\u0645\u0627\u062A \u0631\u0627 \u0627\u0646\u062A\u062E\u0627\u0628 \u06A9\u0646\u06CC\u062F",openaiProName:"\u0639\u0636\u0648 \u062D\u0631\u0641\u0647 \u0627\u06CC \u062A\u0631\u062C\u0645\u0647 Immersive (\u062A\u0648\u0635\u06CC\u0647 \u0645\u06CC \u0634\u0648\u062F)",openaiProDescription:"\u0628\u0633\u062A\u0647 \u0641\u0639\u0644\u06CC \u0631\u0627 \u0645\u06CC \u062A\u0648\u0627\u0646 \u0628\u0647 \u0637\u0648\u0631 \u0645\u0633\u062A\u0642\u06CC\u0645 \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u06A9\u0631\u062F",openaiProDescriptionForNormal:"\u0647\u06CC\u0686 \u062A\u0646\u0638\u06CC\u0645\u0627\u062A\u06CC \u0644\u0627\u0632\u0645 \u0646\u06CC\u0633\u062A. \u0645\u06CC \u062A\u0648\u0627\u0646\u06CC\u062F \u067E\u0633 \u0627\u0632 \u0648\u0631\u0648\u062F \u0628\u0647 \u0639\u0646\u0648\u0627\u0646 \u0639\u0636\u0648 \u0627\u0632 \u0622\u0646 \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u06A9\u0646\u06CC\u062F. <1> \u0628\u0631\u0627\u06CC \u0627\u0631\u062A\u0642\u0627 \u0628\u0647 \u0639\u0636\u0648 \u0627\u06CC\u0646\u062C\u0627 \u0631\u0627 \u06A9\u0644\u06CC\u06A9 \u06A9\u0646\u06CC\u062F.",openaiCustomDescription:"\u0645\u06CC \u062A\u0648\u0627\u0646 \u0622\u0646 \u0631\u0627 \u0627\u0632 OpenAI\u060C Azure OpenAI \u06CC\u0627 \u0633\u0627\u06CC\u0631 \u062E\u062F\u0645\u0627\u062A \u0634\u062E\u0635 \u062B\u0627\u0644\u062B \u062F\u0631\u06CC\u0627\u0641\u062A \u06A9\u0631\u062F. <1> \u0628\u0631\u0627\u06CC \u0645\u0634\u0627\u0647\u062F\u0647 \u0633\u0646\u062F \u0627\u06CC\u0646\u062C\u0627 \u0631\u0627 \u06A9\u0644\u06CC\u06A9 \u06A9\u0646\u06CC\u062F.",openaiCustomName:"\u06A9\u0644\u06CC\u062F API \u0633\u0641\u0627\u0631\u0634\u06CC",needLoginAction:"(\u0639\u0636\u0648\u06CC\u062A \u0631\u0627 \u0648\u0627\u0631\u062F \u06A9\u0646\u06CC\u062F \u06CC\u0627 \u0633\u0641\u0627\u0631\u0634\u06CC \u06A9\u0646\u06CC\u062F)",goLoginOrAction:"(\u0648\u0627\u0631\u062F \u0639\u0636\u0648\u06CC\u062A \u0634\u0648\u06CC\u062F \u06CC\u0627 \u0628\u0647 \u062A\u0646\u0638\u06CC\u0645\u0627\u062A \u0628\u0631\u0648\u06CC\u062F)",yearly:"\u0627\u0634\u062A\u0631\u0627\u06A9 \u0633\u0627\u0644\u0627\u0646\u0647 \u0645\u0633\u062A\u0645\u0631",quarterly:"\u0641\u0635\u0644 \u0647\u0627\u06CC \u0645\u062A\u0648\u0627\u0644\u06CC",monthly:"\u0627\u0634\u062A\u0631\u0627\u06A9 \u0645\u0627\u0647\u0627\u0646\u0647 \u0645\u0633\u062A\u0645\u0631",yearlyForOnce:"\u0628\u0633\u062A\u0647 \u0633\u0627\u0644\u0627\u0646\u0647 \u06CC\u06A9\u0628\u0627\u0631 \u0645\u0635\u0631\u0641",monthlyForOnce:"\u0628\u0633\u062A\u0647 \u06CC\u06A9\u0628\u0627\u0631\u0647 \u0645\u0627\u0647\u0627\u0646\u0647",daily:"\u0631\u0648\u0632\u0647\u0627\u06CC \u0645\u062A\u0648\u0627\u0644\u06CC",year:"\u0627\u0634\u062A\u0631\u0627\u06A9 \u0633\u0627\u0644\u0627\u0646\u0647 \u0645\u0633\u062A\u0645\u0631",quarter:"\u0641\u0635\u0644 \u0647\u0627\u06CC \u0645\u062A\u0648\u0627\u0644\u06CC",month:"\u0627\u0634\u062A\u0631\u0627\u06A9 \u0645\u0627\u0647\u0627\u0646\u0647 \u0645\u0633\u062A\u0645\u0631",day:"\u0631\u0648\u0632\u0647\u0627\u06CC \u0645\u062A\u0648\u0627\u0644\u06CC",onetime_7day:"\u0628\u0633\u062A\u0647 \u0622\u0632\u0645\u0627\u06CC\u0634\u06CC 7 \u0631\u0648\u0632\u0647",currentPlanDescriptionForFree:"\u0628\u0633\u062A\u0647 \u0641\u0639\u0644\u06CC\uFF1A\u0631\u0627\u06CC\u06AF\u0627\u0646 \u0627\u0633\u062A",currentPlanDescriptionForContinuous:"\u0628\u0633\u062A\u0647 \u0641\u0639\u0644\u06CC 0{plan}\uFF1A\u0648 \u0628\u0647 \u0637\u0648\u0631 \u062E\u0648\u062F\u06A9\u0627\u0631 \u062F\u0631 {endAt} \u062A\u0645\u062F\u06CC\u062F \u0645\u06CC \u0634\u0648\u062F",currentPlanDescriptionForAutoRenewCaceling:"\u0628\u0633\u062A\u0647 \u0641\u0639\u0644\u06CC\uFF1A{plan}\u0627\u0633\u062A \u0648 \u062F\u0631 {endAt} \u0645\u0646\u0642\u0636\u06CC \u0645\u06CC \u0634\u0648\u062F. \u067E\u0633 \u0627\u0632 \u0627\u0646\u0642\u0636\u0627 \u0628\u0647 \u0637\u0648\u0631 \u062E\u0648\u062F\u06A9\u0627\u0631 \u062A\u0645\u062F\u06CC\u062F \u0646\u0645\u06CC \u0634\u0648\u062F.",currentYearlyPlanDescriptionForAutoRenewCacelingWithRealPaiedUser:"\u0628\u0633\u062A\u0647 \u0641\u0639\u0644\u06CC\uFF1A{plan}\u062F\u0631 \u062A\u0627\u0631\u06CC\u062E {endAt} \u0645\u0646\u0642\u0636\u06CC \u0645\u06CC \u0634\u0648\u062F \u0648 \u067E\u0633 \u0627\u0632 \u0627\u0646\u0642\u0636\u0627 \u0628\u0647 \u0637\u0648\u0631 \u062E\u0648\u062F\u06A9\u0627\u0631 \u062A\u0645\u062F\u06CC\u062F \u0646\u0645\u06CC \u0634\u0648\u062F.
<1> \u0628\u0631\u0627\u06CC \u0645\u062F\u06CC\u0631\u06CC\u062A \u0628\u0631\u0646\u0627\u0645\u0647 \u0647\u0627\u06CC \u062A\u0645\u062F\u06CC\u062F \u0627\u06CC\u0646\u062C\u0627 \u0631\u0627 \u06A9\u0644\u06CC\u06A9 \u06A9\u0646\u06CC\u062F",currentYearlyPlanDescriptionForAutoRenewCacelingWithAdmin:"\u0628\u0633\u062A\u0647 \u0641\u0639\u0644\u06CC\uFF1A{plan}\u062F\u0631 \u062A\u0627\u0631\u06CC\u062E {endAt} \u0645\u0646\u0642\u0636\u06CC \u0645\u06CC \u0634\u0648\u062F \u0648 \u067E\u0633 \u0627\u0632 \u0627\u0646\u0642\u0636\u0627 \u0628\u0647 \u0637\u0648\u0631 \u062E\u0648\u062F\u06A9\u0627\u0631 \u062A\u0645\u062F\u06CC\u062F \u0646\u0645\u06CC \u0634\u0648\u062F.
<1>\u0628\u0631\u0627\u06CC \u0641\u0639\u0627\u0644 \u06A9\u0631\u062F\u0646 \u0627\u0634\u062A\u0631\u0627\u06A9 \u0633\u0627\u0644\u0627\u0646\u0647 \u0645\u0633\u062A\u0645\u0631 \u0627\u06CC\u0646\u062C\u0627 \u0631\u0627 \u06A9\u0644\u06CC\u06A9 \u06A9\u0646\u06CC\u062F",currentPlanDescriptionForOneTime:"\u0628\u0633\u062A\u0647 \u0641\u0639\u0644\u06CC\uFF1A{plan}\u0627\u0633\u062A \u0648 \u062F\u0631 {endAt} \u0645\u0646\u0642\u0636\u06CC \u0645\u06CC \u0634\u0648\u062F. <1> \u0628\u0631\u0627\u06CC \u0627\u0631\u062A\u0642\u0627\u0621 \u0628\u0647 \u0647\u0632\u06CC\u0646\u0647 \u0633\u0627\u0644\u0627\u0646\u0647 \u0627\u06CC\u0646\u062C\u0627 \u0631\u0627 \u06A9\u0644\u06CC\u06A9 \u06A9\u0646\u06CC\u062F \u06CC\u0627 <2> \u0647\u0632\u06CC\u0646\u0647 \u0645\u0627\u0647\u0627\u0646\u0647 \u0639\u0636\u0648",upgradePlan:"\u0628\u0631\u0627\u06CC \u0627\u0631\u062A\u0642\u0627\u0621 \u0628\u0647 \u0639\u0636\u0648\u06CC\u062A Pro \u0627\u06CC\u0646\u062C\u0627 \u0631\u0627 \u06A9\u0644\u06CC\u06A9 \u06A9\u0646\u06CC\u062F",upgradeToPro:"\u0628\u0647 \u0639\u0636\u0648\u06CC\u062A Pro \u0627\u0631\u062A\u0642\u0627 \u062F\u0647\u06CC\u062F","popup.openPro":"\u5F00\u901A\u4F1A\u5458\u540E\u53EF\u4EE5\u7545\u4EAB DeepL \u548C OpenAI \u7FFB\u8BD1","popup.openProForPro":"\u0634\u0645\u0627 \u06CC\u06A9 \u0639\u0636\u0648 \u062D\u0631\u0641\u0647 \u0627\u06CC \u0647\u0633\u062A\u06CC\u062F \u0648 \u0645\u06CC \u062A\u0648\u0627\u0646\u06CC\u062F \u0645\u0633\u062A\u0642\u06CC\u0645\u0627\u064B \u0627\u0632 \u062A\u0631\u062C\u0645\u0647 DeepL \u0648 OpenAI \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u06A9\u0646\u06CC\u062F",currentAccount:"\u062D\u0633\u0627\u0628 \u062C\u0627\u0631\u06CC",enableAutoSyncUserSettings:"\u0647\u0645\u06AF\u0627\u0645 \u0633\u0627\u0632\u06CC \u0627\u0628\u0631\u06CC \u062E\u0648\u062F\u06A9\u0627\u0631 \u0631\u0627 \u062F\u0631 \u0686\u0646\u062F\u06CC\u0646 \u062F\u0633\u062A\u06AF\u0627\u0647 \u0641\u0639\u0627\u0644 \u06A9\u0646\u06CC\u062F",modalEnableInputTranslationTitle:"\u0646\u06A9\u0627\u062A \u062A\u0631\u062C\u0645\u0647 \u0647\u0645\u0647\u062C\u0627\u0646\u0628\u0647 \u062C\u0639\u0628\u0647 \u0648\u0631\u0648\u062F\u06CC \u062A\u0631\u062C\u0645\u0647",modalEnableInputTranslationDesc:"\u0634\u0645\u0627 \u0628\u0647 \u062A\u0627\u0632\u06AF\u06CC \u062A\u0631\u062C\u0645\u0647 \u062C\u0639\u0628\u0647 \u0648\u0631\u0648\u062F\u06CC Immersive Translation \u0631\u0627 \u0628\u0627 \u0641\u0634\u0627\u0631 \u062F\u0627\u062F\u0646 \u06A9\u0644\u06CC\u062F \u0641\u0627\u0635\u0644\u0647 \u0633\u0647 \u0628\u0627\u0631 \u067E\u0634\u062A \u0633\u0631 \u0647\u0645 \u0641\u0639\u0627\u0644 \u06A9\u0631\u062F\u0647 \u0627\u06CC\u062F \u0648 \u0645\u062D\u062A\u0648\u0627\u06CC \u062C\u0639\u0628\u0647 \u0648\u0631\u0648\u062F\u06CC \u0628\u0647 \u0632\u0628\u0627\u0646 \u0645\u0642\u0635\u062F \u067E\u06CC\u0634 \u0641\u0631\u0636 \u062A\u0631\u062C\u0645\u0647 \u0645\u06CC \u0634\u0648\u062F. \u062A\u0631\u062C\u0645\u0647 \u0631\u0627 \u0645\u06CC \u062A\u0648\u0627\u0646 \u0628\u0627 Ctrl+Z \u0644\u063A\u0648 \u06A9\u0631\u062F.

\u0627\u06AF\u0631 \u0627\u06CC\u0646 \u06CC\u06A9 \u0627\u0634\u062A\u0628\u0627\u0647 \u0627\u0633\u062A\u060C \u0646\u06AF\u0631\u0627\u0646 \u0646\u0628\u0627\u0634\u06CC\u062F\u060C \u0645\u06CC\u200C\u062A\u0648\u0627\u0646\u06CC\u062F \u0627\u06CC\u0646 \u0628\u0627\u0631 \u0622\u0646 \u0631\u0627 \u063A\u06CC\u0631\u0641\u0639\u0627\u0644 \u06A9\u0646\u06CC\u062F \u06CC\u0627 \u062A\u0631\u062C\u0645\u0647 \u062C\u0639\u0628\u0647 \u0648\u0631\u0648\u062F\u06CC \u0631\u0627 \u0628\u0631\u0627\u06CC \u0647\u0645\u06CC\u0634\u0647 \u063A\u06CC\u0631\u0641\u0639\u0627\u0644 \u06A9\u0646\u06CC\u062F.",saveAndNotShowAgain:"\u0630\u062E\u06CC\u0631\u0647 \u06A9\u0646\u06CC\u062F \u0648 \u062F\u0648\u0628\u0627\u0631\u0647 \u062F\u0631\u062E\u0648\u0627\u0633\u062A \u0646\u06A9\u0646\u06CC\u062F",disableInputTranslationTips:"* \u0647\u0645\u0686\u0646\u06CC\u0646 \u0645\u06CC \u062A\u0648\u0627\u0646\u06CC\u062F \u0633\u0627\u06CC\u0631 \u06A9\u0644\u06CC\u062F\u0647\u0627\u06CC \u0645\u06CC\u0627\u0646\u0628\u0631 \u0631\u0627 \u0628\u0631\u0627\u06CC \u0641\u0639\u0627\u0644 \u06A9\u0631\u062F\u0646 {option} \u060C{learnMore}\u062A\u0646\u0638\u06CC\u0645 \u06A9\u0646\u06CC\u062F.",learnMore:"\u0628\u0631\u0627\u06CC \u0627\u0637\u0644\u0627\u0639\u0627\u062A \u0628\u06CC\u0634\u062A\u0631 \u0627\u06CC\u0646\u062C\u0627 \u06A9\u0644\u06CC\u06A9 \u06A9\u0646\u06CC\u062F",continueEnalbeInputTranslation:"\u0628\u0647 \u0641\u0639\u0627\u0644 \u06A9\u0631\u062F\u0646 \u062A\u0631\u062C\u0645\u0647 \u062C\u0639\u0628\u0647 \u0648\u0631\u0648\u062F\u06CC \u0627\u062F\u0627\u0645\u0647 \u062F\u0647\u06CC\u062F",autoRenewTrialSuffix:'(\u062F\u0631 \u0637\u0648\u0644 \u062F\u0648\u0631\u0647 \u0622\u0632\u0645\u0627\u06CC\u0634\u06CC\u060C\u0628\u0644\u0627\u0641\u0627\u0635\u0644\u0647 \u0628\u0647 \u06CC\u06A9\u0631\u0633\u0645\u06CC \u0627\u0631\u062A\u0642\u0627 \u062E\u0648\u0627\u0647\u062F \u06CC\u0627\u0641\u062A.',upgradeFromTrialTitle:"\u0627\u0631\u062A\u0642\u0627 \u0628\u0647 \u0639\u0636\u0648 \u0631\u0633\u0645\u06CC",subtitle:"\u0632\u06CC\u0631\u0646\u0648\u06CC\u0633 \u0648\u06CC\u062F\u06CC\u0648",youtubeService:"\u062E\u062F\u0645\u0627\u062A \u062A\u0631\u062C\u0645\u0647 \u0632\u06CC\u0631\u0646\u0648\u06CC\u0633 \u0648\u06CC\u062F\u06CC\u0648\u06CC\u06CC \u0647\u0645\u0647\u062C\u0627\u0646\u0628\u0647","subtitle.disabledSubtitle":"\u0632\u06CC\u0631\u0646\u0648\u06CC\u0633 \u0648\u06CC\u062F\u06CC\u0648 \u0631\u0627 \u0628\u0631\u0627\u06CC \u0647\u0645\u06CC\u0634\u0647 \u063A\u06CC\u0631\u0641\u0639\u0627\u0644 \u06A9\u0646\u06CC\u062F","subtitle.disabledSubtitleDescription":"\u0627\u06AF\u0631 \u0632\u06CC\u0631\u0646\u0648\u06CC\u0633\u200C\u0647\u0627\u06CC \u0648\u06CC\u062F\u06CC\u0648\u06CC \xAB\u062A\u0631\u062C\u0645\u0647 Immersive\xBB \u0628\u0627 \u0628\u0631\u0646\u0627\u0645\u0647\u200C\u0647\u0627\u06CC \u0627\u0641\u0632\u0648\u062F\u0646\u06CC \u062F\u06CC\u06AF\u0631 \u062A\u062F\u0627\u062E\u0644 \u062F\u0627\u0631\u0646\u062F\u060C \u0645\u06CC\u200C\u062A\u0648\u0627\u0646\u06CC\u062F \u0627\u0646\u062A\u062E\u0627\u0628 \u06A9\u0646\u06CC\u062F \u06A9\u0647 \u0639\u0645\u0644\u06A9\u0631\u062F \u0632\u06CC\u0631\u0646\u0648\u06CC\u0633\u200C\u0647\u0627\u06CC \u0648\u06CC\u062F\u06CC\u0648\u06CC\u06CC \u062A\u0631\u062C\u0645\u0647 Immersive \u0631\u0627 \u0628\u0631\u0627\u06CC \u0647\u0645\u06CC\u0634\u0647 \u063A\u06CC\u0631\u0641\u0639\u0627\u0644 \u06A9\u0646\u06CC\u062F \u06CC\u0627 \u0633\u0627\u06CC\u0631 \u0628\u0631\u0646\u0627\u0645\u0647\u200C\u0647\u0627\u06CC \u0627\u0641\u0632\u0648\u062F\u0646\u06CC \u0645\u062A\u0646\u0627\u0642\u0636 \u0631\u0627 \u062D\u0630\u0641 \u0646\u0635\u0628 \u06A9\u0646\u06CC\u062F.","subtitle.autoEnableSubtitle":"\u5F00\u542F\u5B57\u5E55\u7FFB\u8BD1","subtitle.autoEnableSubtitleDescription":"\u067E\u0633 \u0627\u0632 \u0641\u0639\u0627\u0644 \u0633\u0627\u0632\u06CC\u060C \u0647\u0646\u06AF\u0627\u0645 \u067E\u062E\u0634 \u0648\u06CC\u062F\u06CC\u0648\u060C \u0632\u06CC\u0631\u0646\u0648\u06CC\u0633 \u062F\u0648\u0632\u0628\u0627\u0646\u0647 \u0628\u0647 \u0635\u0648\u0631\u062A \u062E\u0648\u062F\u06A9\u0627\u0631 \u0646\u0645\u0627\u06CC\u0634 \u062F\u0627\u062F\u0647 \u0645\u06CC \u0634\u0648\u062F\u060C \u062F\u0631 \u063A\u06CC\u0631 \u0627\u06CC\u0646 \u0635\u0648\u0631\u062A \u0628\u0627\u06CC\u062F \u0631\u0648\u06CC \u062F\u06A9\u0645\u0647 \u062A\u0631\u062C\u0645\u0647 \u06A9\u0644\u06CC\u06A9 \u06A9\u0646\u06CC\u062F \u062A\u0627 \u0646\u0645\u0627\u06CC\u0634 \u062F\u0627\u062F\u0647 \u0634\u0648\u062F.","subtitle.preTranslation":"\u0628\u0631\u0627\u06CC \u062A\u0631\u062C\u0645\u0647 \u0632\u06CC\u0631\u0646\u0648\u06CC\u0633 \u0647\u0627 \u0627\u0632 \u062A\u0631\u062C\u0645\u0647 \u0647\u0645\u0647 \u062C\u0627\u0646\u0628\u0647 \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u06A9\u0646\u06CC\u062F","subtitle.preTranslationDescription":"\u067E\u0633 \u0627\u0632 \u0641\u0639\u0627\u0644 \u06A9\u0631\u062F\u0646 \u0622\u0646\u060C \u0627\u0648\u0644\u0648\u06CC\u062A \u0628\u0627 \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u0627\u0632 \u062E\u062F\u0645\u0627\u062A \u062A\u0631\u062C\u0645\u0647 \u0645\u0634\u062E\u0635 \u0634\u062F\u0647 \u062F\u0631 \u0632\u06CC\u0631 \u0628\u0631\u0627\u06CC \u062A\u0631\u062C\u0645\u0647 \u06A9\u0644 \u0632\u06CC\u0631\u0646\u0648\u06CC\u0633 \u0627\u0632 \u0642\u0628\u0644 \u062E\u0648\u0627\u0647\u062F \u0628\u0648\u062F. \u06CC\u06A9 \u0648\u06CC\u062F\u06CC\u0648\u06CC \u06CC\u06A9 \u0633\u0627\u0639\u062A\u0647 \u062A\u0642\u0631\u06CC\u0628\u0627\u064B 50000 \u062A\u0648\u06A9\u0646 \u06CC\u0627 \u06A9\u0627\u0631\u0627\u06A9\u062A\u0631 \u0645\u0635\u0631\u0641 \u0645\u06CC \u06A9\u0646\u062F\u060C \u0628\u0646\u0627\u0628\u0631\u0627\u06CC\u0646 \u0644\u0637\u0641\u0627\u064B \u0627\u0632 \u0622\u0646 \u062F\u0631 \u0635\u0648\u0631\u062A \u0644\u0632\u0648\u0645 \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u06A9\u0646\u06CC\u062F\u061B \u067E\u0633 \u0627\u0632 \u063A\u06CC\u0631\u0641\u0639\u0627\u0644 \u0634\u062F\u0646\u060C \u0627\u0648\u0644\u0648\u06CC\u062A \u062F\u0627\u062F\u0647 \u0645\u06CC \u0634\u0648\u062F. \u0628\u0631\u0627\u06CC \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u0627\u0632 \u0632\u06CC\u0631\u0646\u0648\u06CC\u0633\u200C\u0647\u0627\u06CC \u062A\u0631\u062C\u0645\u0647\u200C\u0634\u062F\u0647 \u0645\u0627\u0634\u06CC\u0646\u06CC \u0647\u0645\u0631\u0627\u0647 \u0628\u0627 \u0648\u06CC\u062F\u06CC\u0648\u06CC \u0627\u0635\u0644\u06CC.","subtitle.humanSubtitlesPreferred":"\u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u0627\u0632 \u0632\u06CC\u0631\u0646\u0648\u06CC\u0633 \u0647\u0627\u06CC \u0627\u0646\u0633\u0627\u0646\u06CC \u0631\u0627 \u062F\u0631 \u0627\u0648\u0644\u0648\u06CC\u062A \u0642\u0631\u0627\u0631 \u062F\u0647\u06CC\u062F","subtitle.humanSubtitlesPreferredDescription":"\u0648\u0642\u062A\u06CC \u0648\u06CC\u062F\u06CC\u0648\u06CC\u06CC \u062F\u0627\u0631\u0627\u06CC \u0632\u06CC\u0631\u0646\u0648\u06CC\u0633 \u062F\u0633\u062A\u06CC \u0628\u0647 \u0632\u0628\u0627\u0646 \u0645\u0642\u0635\u062F \u0627\u0633\u062A\u060C \u0627\u0628\u062A\u062F\u0627 \u0627\u0632 \u0632\u06CC\u0631\u0646\u0648\u06CC\u0633 \u062F\u0633\u062A\u06CC \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u06A9\u0646\u06CC\u062F (\u062A\u0648\u0635\u06CC\u0647 \u0645\u06CC\u200C\u0634\u0648\u062F)",videoSubtitleTranslationDescription:"\u06CC\u06A9 \u0633\u0631\u0648\u06CC\u0633 \u062A\u0631\u062C\u0645\u0647 \u062C\u062F\u0627\u06AF\u0627\u0646\u0647 \u0628\u0631\u0627\u06CC \u0632\u06CC\u0631\u0646\u0648\u06CC\u0633 \u0648\u06CC\u062F\u06CC\u0648\u0647\u0627 \u062A\u0639\u06CC\u06CC\u0646 \u06A9\u0646\u06CC\u062F",subtitleTranslating:"\u062A\u0631\u062C\u0645\u0647 \u0632\u06CC\u0631\u0646\u0648\u06CC\u0633 \u0628\u0627 \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u0627\u0632 \u0633\u0631\u0648\u06CC\u0633 {service} \u060C \u0644\u0637\u0641\u0627 \u0635\u0628\u0631 \u06A9\u0646\u06CC\u062F... (\u062A\u0631\u062C\u0645\u0647 \u0647\u0645\u0647 \u062C\u0627\u0646\u0628\u0647)",subtitleLoading:"\u062F\u0631 \u062D\u0627\u0644 \u0628\u0627\u0631\u06AF\u06CC\u0631\u06CC \u0632\u06CC\u0631\u0646\u0648\u06CC\u0633...",bilingual:"\u062F\u0648 \u0632\u0628\u0627\u0646\u0647","field.action":"\u0627\u06CC\u0646\u06A9\u0647 \u0622\u06CC\u0627 \u0627\u0635\u0637\u0644\u0627\u062D\u0627\u062A Baidu \u0631\u0627 \u0641\u0639\u0627\u0644 \u06A9\u0646\u06CC\u062F","description.action":"\u067E\u0633 \u0627\u0632 \u0641\u0639\u0627\u0644 \u06A9\u0631\u062F\u0646\u060C \u067E\u0627\u0631\u0627\u0645\u062A\u0631 action=1 \u0628\u0647 \u062F\u0631\u062E\u0648\u0627\u0633\u062A \u0627\u0636\u0627\u0641\u0647 \u0645\u06CC\u200C\u0634\u0648\u062F \u062A\u0627 \u0628\u0647 Baidu \u0627\u0637\u0644\u0627\u0639 \u062F\u0627\u062F\u0647 \u0634\u0648\u062F \u062A\u0627 \u0627\u0635\u0637\u0644\u0627\u062D \u0641\u0639\u0627\u0644 \u0634\u0648\u062F. <1> \u0644\u0637\u0641\u0627\u064B \u0628\u0631\u0627\u06CC \u062F\u0633\u062A\u0648\u0631\u0627\u0644\u0639\u0645\u0644\u200C\u0647\u0627\u06CC \u0628\u06CC\u0634\u062A\u0631 \u0628\u0647 \u0645\u0633\u062A\u0646\u062F\u0627\u062A \u0631\u0633\u0645\u06CC \u0645\u0631\u0627\u062C\u0639\u0647 \u06A9\u0646\u06CC\u062F.",closeQuickTranslation:"\u062A\u0648\u067E \u0634\u0646\u0627\u0648\u0631 \u0631\u0627 \u0628\u0628\u0646\u062F\u06CC\u062F","closeQuickTranslation.untilNext":"\u062A\u0627 \u0628\u0627\u0632\u062F\u06CC\u062F \u0628\u0639\u062F\u06CC \u062A\u0639\u0637\u06CC\u0644 \u0627\u0633\u062A","closeQuickTranslation.currentWebsite":"\u0648\u0628 \u0633\u0627\u06CC\u062A \u0641\u0639\u0644\u06CC \u063A\u06CC\u0631\u0641\u0639\u0627\u0644 \u0627\u0633\u062A","closeQuickTranslation.alwaysClose":"\u0628\u0631\u0627\u06CC \u0647\u0645\u06CC\u0634\u0647 \u0627\u0632 \u06A9\u0627\u0631 \u0627\u0641\u062A\u0627\u062F\u0647 \u0627\u0633\u062A","closeQuickTranslation.settingOpen":"(\u062F\u0631 \u0635\u0641\u062D\u0647 \u062A\u0646\u0638\u06CC\u0645\u0627\u062A <1> \u0642\u0627\u0628\u0644 \u0645\u0634\u0627\u0647\u062F\u0647 \u0627\u0633\u062A \u0631\u0648\u0634\u0646 \u06A9\u0646)","closeQuickTranslation.cancel":"\u0644\u063A\u0648 \u06A9\u0646\u06CC\u062F","closeQuickTranslation.confirm":"\u0645\u0637\u0645\u0626\u0646","floatBall.popup":"\u067E\u0627\u0646\u0644 \u062A\u0646\u0638\u06CC\u0645\u0627\u062A \u0633\u0631\u06CC\u0639 \u0631\u0627 \u0628\u0627\u0632 \u06A9\u0646\u06CC\u062F","floatBall.translate":"\u0628\u0631\u0627\u06CC \u062A\u0631\u062C\u0645\u0647 \u0627\u06CC\u0646 \u0635\u0641\u062D\u0647 \u06A9\u0644\u06CC\u06A9 \u06A9\u0646\u06CC\u062F","floatBall.showOriginal":"\u0628\u0631\u0627\u06CC \u0628\u0627\u0632\u06AF\u0634\u062A \u0628\u0647 \u0645\u062A\u0646 \u0627\u0635\u0644\u06CC \u06A9\u0644\u06CC\u06A9 \u06A9\u0646\u06CC\u062F","floatBall.close":"\u062A\u0648\u067E \u0634\u0646\u0627\u0648\u0631 \u0631\u0627 \u0628\u0628\u0646\u062F\u06CC\u062F","floatBallOptions.enableDescPc":"\u067E\u0633 \u0627\u0632 \u0641\u0639\u0627\u0644 \u0634\u062F\u0646 \u062A\u0648\u067E \u0634\u0646\u0627\u0648\u0631 \u0635\u0641\u062D\u0647\u060C \u062F\u06A9\u0645\u0647 \u062A\u0631\u062C\u0645\u0647 \u0633\u0631\u06CC\u0639 \u062F\u0631 \u0633\u0645\u062A \u0631\u0627\u0633\u062A \u0635\u0641\u062D\u0647 \u0646\u0645\u0627\u06CC\u0634 \u062F\u0627\u062F\u0647 \u0645\u06CC \u0634\u0648\u062F.\u0628\u0631\u0627\u06CC \u062A\u0631\u062C\u0645\u0647 \u06A9\u0644\u06CC\u06A9 \u06A9\u0646\u06CC\u062F.","floatBallOptions.enableDesc":"\u5173\u95ED\u60AC\u6D6E\u7403\u540E\uFF0C\u53EF\u4EE5\u7528\u5FEB\u6377\u952E/{touch}\u5524\u8D77\u3002\u4E3A\u9632\u6B62\u4E0D\u614E\u5173\u95ED\u8BE5\u9009\u9879\u540E\u627E\u4E0D\u5230\u60AC\u6D6E\u7403\uFF0C\u5F3A\u70C8\u5EFA\u8BAE\u6536\u85CF\u672C\u8BBE\u7F6E\u9875","description.azureApiUrl":"\u0622\u062F\u0631\u0633 \u0631\u0627\u0628\u0637 API \u0633\u0641\u0627\u0631\u0634\u06CC \u0631\u0627 \u067E\u0631 \u06A9\u0646\u06CC\u062F",confirmSupportMouse:"\u786E\u8BA4\u5F53\u524D\u6D4F\u89C8\u5668\u652F\u6301\u9F20\u6807",confirmSupportMouseDescription:"\u062A\u0634\u062E\u06CC\u0635 \u062F\u0627\u062F\u0647 \u0634\u062F\u0647 \u0627\u0633\u062A \u06A9\u0647 \u0645\u0631\u0648\u0631\u06AF\u0631 \u0641\u0639\u0644\u06CC \u0627\u0632 \u0639\u0645\u0644\u06A9\u0631\u062F \u0645\u0627\u0648\u0633 \u067E\u0634\u062A\u06CC\u0628\u0627\u0646\u06CC \u0646\u0645\u06CC \u06A9\u0646\u062F. \u0622\u06CC\u0627 \u0645\u06CC \u062E\u0648\u0627\u0647\u06CC\u062F \u067E\u0634\u062A\u06CC\u0628\u0627\u0646\u06CC \u0627\u0632 \u0645\u0627\u0648\u0633 \u0631\u0627 \u0628\u0647 \u0627\u062C\u0628\u0627\u0631 \u0641\u0639\u0627\u0644 \u06A9\u0646\u06CC\u062F\u061F",sampleTargetText:"\u0634\u0628 \u0637\u0648\u0644\u0627\u0646\u06CC \u062F\u0631 \u0631\u0627\u0647 \u0627\u0633\u062A \u0648 \u0645\u0646 \u0627\u0632 \u0627\u06CC\u0646 \u0628\u0647 \u0628\u0639\u062F \u062A\u0627 \u0632\u0645\u0627\u0646\u06CC \u06A9\u0647 \u0628\u0645\u06CC\u0631\u0645 \u0645\u0631\u0627\u0642\u0628 \u062E\u0648\u0627\u0647\u0645 \u0628\u0648\u062F. \u0645\u0646 \u0646\u0647 \u0632\u0646 \u0645\u06CC\u06AF\u06CC\u0631\u0645\u060C \u0646\u0647 \u0634\u0627\u0647\u06CC\u060C \u0646\u0647 \u0641\u0631\u0632\u0646\u062F\u06CC. \u062A\u0627\u062C \u0628\u0631 \u0633\u0631 \u0646\u062E\u0648\u0627\u0647\u0645 \u06AF\u0630\u0627\u0634\u062A \u0648 \u0628\u0631\u0627\u06CC \u0627\u0641\u062A\u062E\u0627\u0631\u0627\u062A \u0645\u0633\u0627\u0628\u0642\u0647 \u0646\u0645\u06CC \u062F\u0647\u0645. \u0645\u0646 \u0648\u0638\u06CC\u0641\u0647 \u0627\u0645 \u0631\u0627 \u0635\u0627\u062F\u0642\u0627\u0646\u0647 \u0627\u0646\u062C\u0627\u0645 \u062E\u0648\u0627\u0647\u0645 \u062F\u0627\u062F\u060C \u0632\u0646\u062F\u0647 \u0645\u06CC \u0634\u0648\u0645 \u0648 \u0645\u06CC \u0645\u06CC\u0631\u0645.",sampleSourceText:"Night gathers, and now my watch begins. It shall not end until my death. I shall take no wife, hold no lands, father no children. I shall wear no crowns and win no glory. I shall live and die at my post.","subtitle.supportedSites":"\u5DF2\u652F\u6301\u5728\u8FD9\u4E9B\u7F51\u7AD9\u4F7F\u7528\u53CC\u8BED\u5B57\u5E55\uFF08\u6CE8\u610F\uFF1A\u7531\u4E8E\u6280\u672F\u9650\u5236\uFF0C\u90E8\u5206\u7F51\u7AD9\u5728\u9996\u6B21\u5F00\u542F\u5B57\u5E55\u540E\u9700\u8981\u91CD\u65B0\u5237\u65B0\u9875\u9762\uFF0C\u6216\u8005\u9700\u7B49\u5F85\u7FFB\u8BD1\u5B8C\u6210\u4EE5\u663E\u793A\u53CC\u8BED\u5B57\u5E55\uFF09\uFF1A",viewWithImmersiveTranslate:"\u53CC\u8BED\u7248\u672C(\u6C89\u6D78\u5F0F\u7FFB\u8BD1)",errorReason:"\u9519\u8BEF\u539F\u56E0\uFF1A{message}","proQuotaExceededError.onetime7day":'\uFF0C\u60A8\u53EF\u4EE5\u9009\u62E9\u4EE5\u4E0B\u65B9\u5F0F\u89E3\u51B3\uFF1A

1. \u5207\u6362\u5230 {anotherService} \u6216\u5176\u4ED6\u7FFB\u8BD1\u670D\u52A1
2. \u5347\u7EA7\u4E3A\u6708\u5EA6/\u5E74\u5EA6\u4F1A\u5458',"proQuotaExceededError.trial":'\uFF0C\u60A8\u53EF\u4EE5\u9009\u62E9\u4EE5\u4E0B\u65B9\u5F0F\u89E3\u51B3\uFF1A

1. \u5207\u6362\u5230 {anotherService} \u6216\u5176\u4ED6\u7FFB\u8BD1\u670D\u52A1
2. \u7ACB\u523B\u5347\u7EA7\u4E3A\u6B63\u5F0F\u4F1A\u5458',"proQuotaExceededError.nonTrial":'\uFF0C\u60A8\u53EF\u4EE5\u9009\u62E9\u4EE5\u4E0B\u65B9\u5F0F\u89E3\u51B3\uFF1A

1. \u5207\u6362\u5230 {anotherService} \u6216\u5176\u4ED6\u7FFB\u8BD1\u670D\u52A1
2. \u8D2D\u4E70 {translationService} \u989D\u5916\u6D41\u91CF\u5305',"proQuotaExceededError.resetTime":"
3. \u989D\u5EA6\u91CD\u7F6E\u65F6\u95F4\uFF1A{resetTime}","desc.touchShortcutsToggleTranslatePageOnlyTranslation":"\u0641\u0642\u0637 \u0645\u062A\u0646 \u062A\u0631\u062C\u0645\u0647 \u0628\u0647 \u0645\u0639\u0646\u06CC \u0627\u0633\u062A \u06A9\u0647 \u0641\u0642\u0637 \u0645\u062A\u0646 \u062A\u0631\u062C\u0645\u0647 \u0646\u0645\u0627\u06CC\u0634 \u062F\u0627\u062F\u0647 \u0645\u06CC \u0634\u0648\u062F\u060C \u0627\u06AF\u0631 \u0635\u0641\u062D\u0647 \u0648\u0628 \u0647\u0646\u0648\u0632 \u062A\u0631\u062C\u0645\u0647 \u0646\u0634\u062F\u0647 \u0627\u0633\u062A\u060C \u062D\u0627\u0644\u062A \u062A\u063A\u06CC\u06CC\u0631 \u062E\u0648\u0627\u0647\u062F \u06A9\u0631\u062F \u0648 \u062A\u0631\u062C\u0645\u0647 \u062E\u0648\u0627\u0647\u062F \u0634\u062F.","desc.toggleOnlyTransation":"\u062D\u0627\u0644\u062A \u0641\u0642\u0637 \u062A\u0631\u062C\u0645\u0647 \u0628\u0647 \u0627\u06CC\u0646 \u0645\u0639\u0646\u06CC \u0627\u0633\u062A \u06A9\u0647 \u0641\u0642\u0637 \u0645\u062A\u0646 \u062A\u0631\u062C\u0645\u0647 \u0634\u062F\u0647 \u0646\u0645\u0627\u06CC\u0634 \u062F\u0627\u062F\u0647 \u0645\u06CC \u0634\u0648\u062F\u060C \u0627\u06AF\u0631 \u0635\u0641\u062D\u0647 \u0648\u0628 \u0647\u0646\u0648\u0632 \u062A\u0631\u062C\u0645\u0647 \u0646\u0634\u062F\u0647 \u0628\u0627\u0634\u062F\u060C \u062D\u0627\u0644\u062A \u062A\u063A\u06CC\u06CC\u0631 \u062E\u0648\u0627\u0647\u062F \u06A9\u0631\u062F \u0648 \u062A\u0631\u062C\u0645\u0647 \u062E\u0648\u0627\u0647\u062F \u0634\u062F.",touchShortcutsToggleTranslatePageOnlyTranslation:"\u062A\u0646\u0638\u06CC\u0645 \u062D\u0631\u06A9\u062A \u0644\u0645\u0633\u06CC \u0635\u0641\u062D\u0647 \u0646\u0645\u0627\u06CC\u0634 \u0628\u0631\u0627\u06CC \u062A\u063A\u06CC\u06CC\u0631 \u0628\u06CC\u0646 \u062D\u0627\u0644\u062A \u062F\u0648\u0632\u0628\u0627\u0646\u0647 / \u0641\u0642\u0637 \u0645\u062A\u0646 \u062A\u0631\u062C\u0645\u0647 \u0634\u062F\u0647",download_started:"\u062F\u0627\u0646\u0644\u0648\u062F \u0634\u0631\u0648\u0639 \u0634\u062F\u0647 \u0627\u0633\u062A \u060C \u0627\u06AF\u0631 \u0628\u0647 \u0637\u0648\u0631 \u062E\u0648\u062F\u06A9\u0627\u0631 \u062F\u0627\u0646\u0644\u0648\u062F \u0646\u0634\u062F \u060C \u0644\u0637\u0641\u0627\u064B \u0628\u0647 \u0635\u0648\u0631\u062A \u062F\u0633\u062A\u06CC \u062F\u0627\u0646\u0644\u0648\u062F \u06A9\u0646\u06CC\u062F.",here:"\u0627\u06CC\u0646\u062C\u0627","translationFont.customPlaceholder":"\u0641\u0648\u0646\u062A",translationFont:"\u062A\u0646\u0638\u06CC\u0645 \u0641\u0648\u0646\u062A",batchEdit:"\u0639\u0645\u0644\u06CC\u0627\u062A \u062F\u0633\u062A\u0647 \u062C\u0645\u0639\u06CC","translationModeLang.translation.title":"\u0641\u0642\u0637 \u062D\u0627\u0644\u062A \u062A\u0631\u062C\u0645\u0647 \u0632\u0628\u0627\u0646","error.goReset":"\u0628\u0627\u0632\u0646\u0634\u0627\u0646\u06CC \u06A9\u0646\u06CC\u062F","translationFont.custom":"\u0648\u0631\u0648\u062F \u0641\u0648\u0646\u062A \u0633\u0641\u0627\u0631\u0634\u06CC","error.serveConfigError":"\u062E\u0637\u0627\u06CC \u067E\u06CC\u06A9\u0631\u0628\u0646\u062F\u06CC \u0633\u0631\u0648\u06CC\u0633",detectServiceLoading:"\u062F\u0631 \u062D\u0627\u0644 \u0628\u0631\u0631\u0633\u06CC \u062E\u062F\u0645\u0627\u062A \u062A\u0631\u062C\u0645\u0647 \u0645\u0648\u062C\u0648\u062F...","touch.mouse-translate":"\u062A\u0631\u062C\u0645\u0647 \u067E\u0627\u0631\u0627\u06AF\u0631\u0627\u0641 \u0645\u0634\u062E\u0635","translationModeUrl.translation.title":"\u0622\u062F\u0631\u0633 \u0627\u06CC\u0646\u062A\u0631\u0646\u062A\u06CC \u062D\u0627\u0644\u062A \u0641\u0642\u0637 \u062A\u0631\u062C\u0645\u0647","translationServices.inherit":"\u0628\u0627 \u062E\u062F\u0645\u0627\u062A \u062A\u0631\u062C\u0645\u0647 \u0627\u0635\u0644\u06CC \u062F\u0646\u0628\u0627\u0644 \u06A9\u0646\u06CC\u062F","error.reloadPageOfSetting":"\u067E\u0633 \u0627\u0632 \u067E\u06CC\u06A9\u0631\u0628\u0646\u062F\u06CC\u060C \u0644\u0637\u0641\u0627 \u0635\u0641\u062D\u0647 \u0631\u0627 \u062F\u0648\u0628\u0627\u0631\u0647 \u062A\u0627\u0632\u0647 \u06A9\u0646\u06CC\u062F \u0648 \u062F\u0648\u0628\u0627\u0631\u0647 \u062A\u0631\u062C\u0645\u0647 \u06A9\u0646\u06CC\u062F.","error.configError":"\u0627\u0637\u0644\u0627\u0639\u0627\u062A \u067E\u06CC\u06A9\u0631\u0628\u0646\u062F\u06CC \u063A\u06CC\u0631 \u0645\u0639\u0645\u0648\u0644\u06CC \u0627\u0633\u062A","error.proTokenInvalid":"\u0627\u06AF\u0631 \u06A9\u0627\u0631\u0628\u0631 Pro \u0647\u0633\u062A\u06CC\u062F\u060C \u0644\u0637\u0641\u0627\u064B \u067E\u0633 \u0627\u0632 \u0648\u0631\u0648\u062F \u0627\u0632 \u062E\u062F\u0645\u0627\u062A \u062A\u0631\u062C\u0645\u0647 Pro \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u06A9\u0646\u06CC\u062F.",videoSubtitlePreTranslationOff:"\u0632\u06CC\u0631\u0646\u0648\u06CC\u0633 \u0648\u06CC\u062F\u06CC\u0648 \u0627\u0648\u0644\u0648\u06CC\u062A \u062E\u0648\u0627\u0647\u062F \u062F\u0627\u062F \u0628\u0647 \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u0627\u0632 \u0632\u06CC\u0631\u0646\u0648\u06CC\u0633 \u0645\u0627\u0634\u06CC\u0646\u06CC \u0645\u0648\u062C\u0648\u062F \u062F\u0631 \u0648\u06CC\u062F\u06CC\u0648 \u0627\u0635\u0644\u06CC",toggleToService:"\u0628\u0647 {service} \u062A\u063A\u06CC\u06CC\u0631 \u062F\u0647\u06CC\u062F \u0648 \u062F\u0648\u0628\u0627\u0631\u0647 \u0627\u0645\u062A\u062D\u0627\u0646 \u06A9\u0646\u06CC\u062F","error.proUpgrade":"\u067E\u0633 \u0627\u0632 \u0627\u0631\u062A\u0642\u0627\u060C \u0644\u0637\u0641\u0627 \u0635\u0641\u062D\u0647 \u0631\u0627 \u062F\u0648\u0628\u0627\u0631\u0647 \u062A\u0631\u062C\u0645\u0647 \u06A9\u0646\u06CC\u062F.",enableSentryReport:"\u0648\u0642\u062A\u06CC \u062E\u0637\u0627\u06CC \u06AF\u0633\u062A\u0631\u0634 \u0631\u062E \u0645\u06CC \u062F\u0647\u062F\u060C \u0628\u0627 \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u0627\u0632 Sentry \u0628\u0631\u0627\u06CC \u0627\u0631\u0633\u0627\u0644 \u0628\u0627\u0632\u062E\u0648\u0631\u062F \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u06A9\u0646\u06CC\u062F.","error.403":"\u062E\u062F\u0645\u062A \u062E\u0637\u0627\u06CC \u0628\u0631\u06AF\u0634\u062A \u062F\u0627\u062F\u0647 \u0627\u0633\u062A\u060C \u0645\u0648\u0642\u062A\u0627\u064B \u0627\u062C\u0627\u0632\u0647 \u062F\u0633\u062A\u0631\u0633\u06CC \u0628\u0647 \u0627\u06CC\u0646 \u062E\u062F\u0645\u062A \u0631\u0627 \u0646\u062F\u0627\u0631\u06CC\u062F.",videoSubtitlePreTranslationOn:"\u0632\u06CC\u0631\u0646\u0648\u06CC\u0633 \u0647\u0627\u06CC \u0648\u06CC\u062F\u06CC\u0648 \u0628\u0647 \u0637\u0648\u0631 \u0627\u0648\u0644\u0648\u06CC\u062A\u06CC \u0627\u0632 \u062A\u0631\u062C\u0645\u0647 \u0641\u0631\u0648 \u0631\u0641\u062A\u06AF\u06CC \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u062E\u0648\u0627\u0647\u062F \u06A9\u0631\u062F.","translationModeUrl.translation.description":"\u0648\u0642\u062A\u06CC \u0648\u0628 \u0633\u0627\u06CC\u062A \u0628\u0631\u0627\u06CC \u062F\u0627\u0645\u0646\u0647 \u0647\u0627\u06CC \u0632\u06CC\u0631 \u0627\u0633\u062A\u060C \u0628\u0647 \u0637\u0648\u0631 \u062E\u0648\u062F\u06A9\u0627\u0631 \u0627\u0632 \u062D\u0627\u0644\u062A \u0641\u0642\u0637 \u0645\u062A\u0646 \u062A\u0631\u062C\u0645\u0647 \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u0645\u06CC \u06A9\u0646\u062F.","error.502":"\u062E\u062F\u0645\u062A \u062E\u0637\u0627 \u062F\u0627\u062F\u0647 \u0627\u0633\u062A\u060C \u062E\u062F\u0645\u062A \u0628\u0647 \u062A\u0627\u062E\u06CC\u0631 \u0627\u0641\u062A\u0627\u062F\u0647 \u0627\u0633\u062A\u060C \u0644\u0637\u0641\u0627 \u0628\u0639\u062F\u0627 \u062F\u0648\u0628\u0627\u0631\u0647 \u0627\u0645\u062A\u062D\u0627\u0646 \u06A9\u0646\u06CC\u062F.","error.openAIExceededQuota":"\u062E\u0637\u0627\u06CC \u0628\u0627\u0632\u06AF\u0634\u062A \u0633\u0631\u0648\u06CC\u0633: \u0645\u0648\u062C\u0648\u062F\u06CC \u062D\u0633\u0627\u0628 OpenAI \u0634\u0645\u0627 \u06A9\u0627\u0641\u06CC \u0646\u06CC\u0633\u062A\u060C \u0644\u0637\u0641\u0627\u064B \u0627\u0632 \u0637\u0631\u06CC\u0642 \u067E\u0646\u0644 \u0645\u062F\u06CC\u0631\u06CC\u062A\u06CC \u0631\u0633\u0645\u06CC OpenAI \u0634\u0627\u0631\u0698 \u06A9\u0646\u06CC\u062F \u06CC\u0627 \u06A9\u0627\u0631\u062A \u0627\u0639\u062A\u0628\u0627\u0631\u06CC \u062E\u0648\u062F \u0631\u0627 \u0645\u062A\u0635\u0644 \u06A9\u0646\u06CC\u062F.","translationModeLang.translation.description":"\u0648\u0642\u062A\u06CC \u0632\u0628\u0627\u0646 \u0635\u0641\u062D\u0647 \u0628\u0647 \u0632\u0628\u0627\u0646\u0647\u0627\u06CC \u0632\u06CC\u0631 \u0627\u0633\u062A\u060C \u0628\u0647 \u0637\u0648\u0631 \u062E\u0648\u062F\u06A9\u0627\u0631 \u0627\u0632 \u062D\u0627\u0644\u062A \u062A\u0631\u062C\u0645\u0647 \u0641\u0642\u0637 \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u0645\u06CC \u0634\u0648\u062F","error.429":"\u062E\u062F\u0645\u062A \u062E\u0637\u0627 \u0631\u0627 \u0628\u0631\u0645\u06CC \u06AF\u0631\u062F\u0627\u0646\u062F\u060C \u06A9\u0647 \u0646\u0634\u0627\u0646 \u0645\u06CC \u062F\u0647\u062F \u062F\u0631\u062E\u0648\u0627\u0633\u062A \u0628\u06CC\u0634 \u0627\u0632 \u062D\u062F \u0645\u06A9\u0631\u0631 \u06CC\u0627 \u0628\u06CC\u0634 \u0627\u0632 \u062D\u062F \u0645\u062D\u062F\u0648\u062F\u06CC\u062A \u0627\u0633\u062A\u060C \u0644\u0637\u0641\u0627 \u0628\u0639\u062F\u0627 \u062F\u0648\u0628\u0627\u0631\u0647 \u0627\u0645\u062A\u062D\u0627\u0646 \u06A9\u0646\u06CC\u062F.","error.400":"\u062E\u0637\u0627\u06CC\u06CC \u062F\u0631 \u0628\u0627\u0632\u06AF\u0634\u062A \u062E\u062F\u0645\u0627\u062A \u0631\u062E \u062F\u0627\u062F\u0647 \u0627\u0633\u062A \u060C \u067E\u0627\u0631\u0627\u0645\u062A\u0631 \u062F\u0631\u062E\u0648\u0627\u0633\u062A \u0627\u0634\u062A\u0628\u0627\u0647 \u0627\u0633\u062A \u060C \u0644\u0637\u0641\u0627\u064B \u067E\u06CC\u06A9\u0631\u0628\u0646\u062F\u06CC \u0645\u0631\u0628\u0648\u0637\u0647 \u0631\u0627 \u0628\u0631\u0631\u0633\u06CC \u06A9\u0646\u06CC\u062F.","error.googleLimitIp":"\u062E\u062F\u0645\u062A \u062E\u0637\u0627 \u0631\u0627 \u0628\u0631\u0645\u06CC \u06AF\u0631\u062F\u0627\u0646\u062F \u060C \u062E\u062F\u0645\u0627\u062A \u06AF\u0648\u06AF\u0644 \u0628\u0631\u0627\u06CC \u0627\u06CC\u0646 \u0622\u062F\u0631\u0633 IP \u0645\u062D\u062F\u0648\u062F \u0634\u062F\u0647 \u0627\u0633\u062A \u060C \u067E\u06CC\u0634\u0646\u0647\u0627\u062F \u0645\u06CC \u06A9\u0646\u06CC\u0645 \u0634\u0645\u0627 \u0646\u0648\u062F \u0634\u0628\u06A9\u0647 \u0631\u0627 \u062A\u063A\u06CC\u06CC\u0631 \u062F\u0647\u06CC\u062F.","translationFont.notSupportErrorMessage":"\u0644\u0637\u0641\u0627\u064B \u0646\u0627\u0645 \u0641\u0648\u0646\u062A\u06CC \u06A9\u0647 \u0648\u0627\u0631\u062F \u06A9\u0631\u062F\u0647 \u0627\u06CC\u062F \u0631\u0627 \u0628\u0631\u0631\u0633\u06CC \u06A9\u0646\u06CC\u062F \u062A\u0627 \u0645\u0637\u0645\u0626\u0646 \u0634\u0648\u06CC\u062F \u06A9\u0647 \u062F\u0631\u0633\u062A \u0627\u0633\u062A\u060C \u06CC\u0627 \u062A\u0623\u06CC\u06CC\u062F \u06A9\u0646\u06CC\u062F \u06A9\u0647 \u0627\u06CC\u0646 \u0641\u0648\u0646\u062A \u0628\u0631 \u0631\u0648\u06CC \u062F\u0633\u062A\u06AF\u0627\u0647 \u0634\u0645\u0627 \u0646\u0635\u0628 \u0634\u062F\u0647 \u0627\u0633\u062A.","error.gemini.429":"\u062E\u062F\u0645\u062A Gemini \u062F\u0631 \u062D\u0627\u0644 \u062D\u0627\u0636\u0631 \u0628\u0647 \u0638\u0631\u0641\u06CC\u062A \u062D\u062F\u0627\u06A9\u062B\u0631\u06CC \u062E\u0648\u062F \u0631\u0633\u06CC\u062F\u0647 \u0627\u0633\u062A\u060C \u0644\u0637\u0641\u0627\u064B \u0628\u0639\u062F\u0627\u064B \u062F\u0648\u0628\u0627\u0631\u0647 \u0627\u0645\u062A\u062D\u0627\u0646 \u06A9\u0646\u06CC\u062F \u06CC\u0627 \u0628\u0647 \u0633\u0631\u0648\u06CC\u0633 \u062A\u0631\u062C\u0645\u0647 \u062F\u06CC\u06AF\u0631\u06CC \u062A\u063A\u06CC\u06CC\u0631 \u062F\u0647\u06CC\u062F.","desc.toggleVideoSubtitlePreTranslation":"\u0628\u0639\u062F \u0641\u0634\u0627\u0631\u060C \u0632\u06CC\u0631\u0646\u0648\u06CC\u0633 \u062F\u0648\u0632\u0628\u0627\u0646\u0647 \u0648\u06CC\u062F\u06CC\u0648 \u0627\u0648\u0644\u0648\u06CC\u062A \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u0627\u0632 \u062A\u0646\u0638\u06CC\u0645\u0627\u062A \u062A\u0631\u062C\u0645\u0647 \u063A\u0648\u0637\u0647 \u0648\u0631 \u062E\u0648\u0627\u0647\u062F \u062F\u0627\u0634\u062A\u060C \u0628\u0627 \u0641\u0634\u0627\u0631 \u062F\u0648\u0628\u0627\u0631\u0647\u060C \u0627\u0648\u0644\u0648\u06CC\u062A \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u0627\u0632 \u0632\u06CC\u0631\u0646\u0648\u06CC\u0633 \u0645\u0627\u0634\u06CC\u0646\u06CC \u0627\u0635\u0644\u06CC \u0648\u06CC\u062F\u06CC\u0648 \u062E\u0648\u0627\u0647\u062F \u0628\u0648\u062F\u060C \u062A\u0648\u062C\u0647 \u062F\u0627\u0634\u062A\u0647 \u0628\u0627\u0634\u06CC\u062F: \u0627\u06CC\u0646 \u0645\u06CC\u0627\u0646\u0628\u0631 \u062A\u0646\u0638\u06CC\u0645\u0627\u062A \u062C\u0647\u0627\u0646\u06CC \u0631\u0627 \u062A\u063A\u06CC\u06CC\u0631 \u0645\u06CC \u062F\u0647\u062F.","error.openAIFreeLimit":"\u062E\u062F\u0645\u062A \u062E\u0637\u0627 \u0631\u0627 \u0628\u0631\u0645\u06CC \u06AF\u0631\u062F\u0627\u0646\u062F\u060C \u0641\u0631\u06A9\u0627\u0646\u0633 \u062F\u0631\u062E\u0648\u0627\u0633\u062A \u062A\u0631\u062C\u0645\u0647 \u0641\u0639\u0644\u06CC \u0628\u0647 \u062D\u062F\u0627\u06A9\u062B\u0631 3 \u0628\u0627\u0631 \u062F\u0631 \u062F\u0642\u06CC\u0642\u0647 \u0631\u0633\u06CC\u062F\u0647 \u0627\u0633\u062A\u060C \u0644\u0637\u0641\u0627\u064B \u0628\u0639\u062F\u0627\u064B \u062F\u0648\u0628\u0627\u0631\u0647 \u0627\u0645\u062A\u062D\u0627\u0646 \u06A9\u0646\u06CC\u062F. (\u0627\u06CC\u0646 \u0645\u062D\u062F\u0648\u062F\u06CC\u062A \u0631\u0633\u0645\u06CC OpenAI \u0628\u0631\u0627\u06CC API Key \u0631\u0627\u06CC\u06AF\u0627\u0646 \u0627\u0633\u062A\u060C \u0628\u0631\u0627\u06CC \u0631\u0641\u0639 \u0627\u06CC\u0646 \u0645\u062D\u062F\u0648\u062F\u06CC\u062A\u060C \u0644\u0637\u0641\u0627\u064B \u06A9\u0627\u0631\u062A \u0627\u0639\u062A\u0628\u0627\u0631\u06CC \u062E\u0648\u062F \u0631\u0627 \u062F\u0631 \u067E\u0646\u0644 OpenAI \u0645\u062A\u0635\u0644 \u06A9\u0646\u06CC\u062F.)","error.serveUnavailable":"\u062E\u062F\u0645\u062A [{serverName}] \u06A9\u0647 \u062F\u0631 \u062D\u0627\u0644 \u062D\u0627\u0636\u0631 \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u0645\u06CC \u06A9\u0646\u06CC\u062F \u0628\u0647 \u062F\u0644\u06CC\u0644 \u0645\u0634\u06A9\u0644\u0627\u062A \u0627\u062A\u0635\u0627\u0644 \u0628\u0647 \u0634\u0628\u06A9\u0647 \u06CC\u0627 \u0645\u0634\u06A9\u0644\u0627\u062A \u0627\u0631\u0627\u0626\u0647 \u062F\u0647\u0646\u062F\u0647 \u062E\u062F\u0645\u0627\u062A \u0645\u0648\u0642\u062A\u0627\u064B \u0642\u0627\u0628\u0644 \u062F\u0633\u062A\u0631\u0633\u06CC \u0646\u06CC\u0633\u062A. \u067E\u06CC\u0634\u0646\u0647\u0627\u062F \u0645\u06CC \u06A9\u0646\u06CC\u0645 \u0635\u0641\u062D\u0647 \u0631\u0627 \u062A\u0627\u0632\u0647 \u06A9\u0646\u06CC\u062F \u06CC\u0627 \u0627\u0632 \u0637\u0631\u06CC\u0642 <1>\u062A\u0646\u0638\u06CC\u0645\u0627\u062A \u0628\u0647 \u062E\u062F\u0645\u0627\u062A \u062A\u0631\u062C\u0645\u0647 \u062F\u06CC\u06AF\u0631\u06CC \u062A\u063A\u06CC\u06CC\u0631 \u062F\u0647\u06CC\u062F. \u0627\u06AF\u0631 \u0634\u0645\u0627 \u0639\u0636\u0648 <2>Pro \u0647\u0633\u062A\u06CC\u062F\u060C \u0645\u06CC \u062A\u0648\u0627\u0646\u06CC\u062F \u0627\u0632 \u062E\u062F\u0645\u0627\u062A \u062A\u0631\u062C\u0645\u0647 \u067E\u0627\u06CC\u062F\u0627\u0631\u062A\u0631 DeepL \u06CC\u0627 OpenAI \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u06A9\u0646\u06CC\u062F (<3>\u0627\u06CC\u0646\u062C\u0627 \u0631\u0627 \u0628\u0631\u0627\u06CC \u062A\u062C\u0631\u0628\u0647 \u0631\u0627\u06CC\u06AF\u0627\u0646 \u06A9\u0644\u06CC\u06A9 \u06A9\u0646\u06CC\u062F). \u0639\u0644\u0627\u0648\u0647 \u0628\u0631 \u0627\u06CC\u0646\u060C \u0645\u0645\u06A9\u0646 \u0627\u0633\u062A \u0646\u06CC\u0627\u0632 \u0628\u0627\u0634\u062F \u062A\u0646\u0638\u06CC\u0645\u0627\u062A \u0634\u0628\u06A9\u0647 \u06CC\u0627 \u067E\u0631\u0648\u06A9\u0633\u06CC \u062E\u0648\u062F \u0631\u0627 \u0628\u0631\u0631\u0633\u06CC \u06A9\u0646\u06CC\u062F.","widget.translateFile":"PDF/ePub",goLogin:"\u0648\u0631\u0648\u062F \u06A9\u0646\u06CC\u062F",notLogin:"\u0648\u0631\u0648\u062F \u0646\u0634\u062F\u0647 \u0627\u0633\u062A","error.reason":"\u062F\u0644\u06CC\u0644 \u062E\u0637\u0627",shortcutSettings:"\u0645\u06CC\u0627\u0646\u0628\u0631",alwaysTranslate:"\u0647\u0645\u06CC\u0634\u0647 \u062A\u0631\u062C\u0645\u0647 \u06A9\u0646\u06CC\u062F","translationServices.gemini":"\u062C\u0645\u0646\u06CC","slide.left":"\u0628\u0647 \u0631\u0627\u0633\u062A \u0628\u06A9\u0634\u06CC\u062F",loggedIn:"\u0648\u0627\u0631\u062F \u0634\u062F\u0647 \u0627\u06CC\u062F","floatBall.iKnow":"\u0645\u0646 \u0645\u06CC \u062F\u0627\u0646\u0645","intro.floatBallTitle":"\u062A\u0631\u062C\u0645\u0647 \u0633\u0631\u06CC\u0639 \u0628\u0627\u0644 \u0634\u0646\u0627\u0648\u0631","shortcutGroup.touch":"\u0698\u0633\u062A \u0647\u0627\u06CC \u062E\u0627\u0635 \u0635\u0641\u062D\u0647 \u0644\u0645\u0633\u06CC","tagsInput.add":"+ \u0627\u0636\u0627\u0641\u0647 \u06A9\u0631\u062F\u0646",shortcutSettingsTitle:"\u062A\u0646\u0638\u06CC\u0645\u0627\u062A \u0645\u06CC\u0627\u0646\u0628\u0631","widget.instruction":"\u062F\u0633\u062A\u0648\u0631\u0627\u0644\u0639\u0645\u0644 \u0627\u0633\u062A\u0641\u0627\u062F\u0647",touchShortcutsOff:"\u0628\u0633\u062A\u0647 \u0634\u062F\u0646","shortcutGroup.others":"\u06A9\u0644\u06CC\u062F\u0647\u0627\u06CC \u0645\u06CC\u0627\u0646\u0628\u0631 \u0633\u0641\u0627\u0631\u0634\u06CC \u0628\u06CC\u0634\u062A\u0631","error.subscriptionExpiredTitle":"\u0639\u0636\u0648\u06CC\u062A \u0645\u0646\u0642\u0636\u06CC \u0634\u062F\u0647 \u0627\u0633\u062A","error.retry":"\u062A\u0644\u0627\u0634 \u0645\u062C\u062F\u062F",neverTranslate:"\u0647\u0631\u06AF\u0632 \u062A\u0631\u062C\u0645\u0647 \u0646\u0645\u06CC \u06A9\u0646\u0645",networkError:"\u062E\u062F\u0645\u0627\u062A \u062A\u0631\u062C\u0645\u0647 \u06CC\u0627 \u0634\u0628\u06A9\u0647 \u0645\u0634\u06A9\u0644 \u062F\u0627\u0631\u062F","widget.translateFileTooltip":"\u062A\u0631\u062C\u0645\u0647 \u0627\u0633\u0646\u0627\u062F PDF\u060C EPUB\u060C SRT\u060C ASS\u060C HTML \u0648 TXT","slide.right":"\u0628\u0647 \u0686\u067E \u0628\u06A9\u0634\u06CC\u062F","multipleClick.3":"\u0633\u0647 \u0636\u0631\u0628\u0647 \u0645\u062A\u0648\u0627\u0644\u06CC","multipleClick.4":"\u0686\u0647\u0627\u0631 \u0636\u0631\u0628\u0647 \u0645\u062A\u0648\u0627\u0644\u06CC",pickAll:"\u0627\u0646\u062A\u062E\u0627\u0628 \u0647\u0645\u0647",contact:"\u0628\u0627 \u0645\u0627 \u062A\u0645\u0627\u0633 \u0628\u06AF\u06CC\u0631\u06CC\u062F","subtitle.bilingual":"\u0632\u06CC\u0631\u0646\u0648\u06CC\u0633 \u062F\u0648\u0632\u0628\u0627\u0646\u0647","shortcutGroup.shortcutsForTranslationServices":"\u06A9\u0644\u06CC\u062F\u0647\u0627\u06CC \u0645\u06CC\u0627\u0646\u0628\u0631 \u0645\u0631\u0628\u0648\u0637 \u0628\u0647 \u062E\u062F\u0645\u0627\u062A \u062A\u0631\u062C\u0645\u0647",buildSnapshots:"\u0627\u06CC\u062C\u0627\u062F \u0639\u06A9\u0633 \u0641\u0648\u0631\u06CC \u0627\u0632 \u0635\u0641\u062D\u0647 \u0648\u0628","widget.instructionTooltip":"\u062F\u0633\u062A\u0648\u0631\u0627\u0644\u0639\u0645\u0644 \u0631\u0627 \u0628\u0631\u0631\u0633\u06CC \u06A9\u0646\u06CC\u062F","widget.videoSubtitle":"\u0632\u06CC\u0631\u0646\u0648\u06CC\u0633 \u0648\u06CC\u062F\u06CC\u0648","multipleClick.2":"\u062F\u0648\u0628\u0627\u0631 \u06A9\u0644\u06CC\u06A9 \u06A9\u0646\u06CC\u062F","subtitle.autoDisableSubtitle":"\u0632\u06CC\u0631\u0646\u0648\u06CC\u0633 \u062F\u0648\u0632\u0628\u0627\u0646\u0647 \u0628\u0647 \u0635\u0648\u0631\u062A \u062E\u0648\u062F\u06A9\u0627\u0631 \u0641\u0639\u0627\u0644 \u0646\u0645\u06CC \u0634\u0648\u062F",mouseHoverCustomKeyTitle:"\u0633\u0641\u0627\u0631\u0634\u06CC \u06A9\u0631\u062F\u0646 \u0645\u06CC\u0627\u0646\u0628\u0631 \u0645\u0648\u0633 \u062F\u0631 \u062D\u0627\u0644\u062A \u0634\u0646\u0627\u0648\u0631","browser.translateWithOpenAI":"\u0627\u0632 OpenAI \u0628\u0631\u0627\u06CC \u062A\u0631\u062C\u0645\u0647 \u0645\u0648\u0642\u062A\u06CC \u0635\u0641\u062D\u0647 \u0641\u0639\u0644\u06CC \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u06A9\u0646\u06CC\u062F",neverTranslateThisSite:"\u0647\u0631\u06AF\u0632 \u0627\u06CC\u0646 \u0648\u0628\u0633\u0627\u06CC\u062A \u0631\u0627 \u062A\u0631\u062C\u0645\u0647 \u0646\u06A9\u0646\u06CC\u062F","browser.translateInputBox":"\u062A\u0631\u062C\u0645\u0647 \u0645\u062D\u062A\u0648\u0627\u06CC \u062C\u0639\u0628\u0647 \u0648\u0631\u0648\u062F\u06CC \u0641\u0639\u0644\u06CC","subtitle.hideQuickButton":"\u062F\u06CC\u06AF\u0631 \u0627\u06CC\u0646 \u0645\u06CC\u0627\u0646\u0628\u0631 \u0631\u0627 \u0646\u0634\u0627\u0646 \u0646\u062F\u0647","subtitle.showQuickButton":"\u062F\u0631 \u067E\u062E\u0634 \u06A9\u0646\u0646\u062F\u0647\u060C \u0645\u06CC\u0627\u0646\u0628\u0631 \u0632\u06CC\u0631\u0646\u0648\u06CC\u0633 \u062F\u0648\u0632\u0628\u0627\u0646\u0647 \u0646\u0645\u0627\u06CC\u0634 \u062F\u0627\u062F\u0647 \u0634\u0648\u062F","browser.translateWithTransmart":"\u0627\u0632 \u062A\u0631\u062C\u0645\u0647 \u0645\u0648\u0642\u062A\u06CC \u062A\u0646\u0633\u0646\u062A \u0628\u0631\u0627\u06CC \u0635\u0641\u062D\u0647 \u0641\u0639\u0644\u06CC \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u06A9\u0646\u06CC\u062F","intro.hoverTitle":"\u0645\u0648\u0634\u0648\u0627\u0631\u0647 \u0631\u0627 \u0628\u0631 \u0631\u0648\u06CC \u067E\u0627\u0631\u0627\u06AF\u0631\u0627\u0641 \u0641\u0639\u0644\u06CC \u0628\u06AF\u0630\u0627\u0631\u06CC\u062F \u062A\u0627 \u062A\u0631\u062C\u0645\u0647 \u0634\u0648\u062F","shortcutGroup.mouse":"\u062A\u0646\u0638\u06CC\u0645\u0627\u062A \u0645\u06CC\u0627\u0646\u0628\u0631 \u0645\u0648\u0633 \u062F\u0631 \u062D\u0627\u0644\u062A \u0634\u0646\u0627\u0648\u0631",temprarilyChangeTranslationTo_openai:"\u062F\u0631 \u062D\u0627\u0644 \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u0627\u0632 OpenAI \u0628\u0631\u0627\u06CC \u062A\u0631\u062C\u0645\u0647 \u0635\u0641\u062D\u0647 \u0641\u0639\u0644\u06CC \u0647\u0633\u062A\u0645","browser.translateWithDeepL":"\u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u0645\u0648\u0642\u062A \u0627\u0632 DeepL \u0628\u0631\u0627\u06CC \u062A\u0631\u062C\u0645\u0647 \u0635\u0641\u062D\u0647 \u0641\u0639\u0644\u06CC",translationOnlyMode:"\u0641\u0642\u0637 \u062D\u0627\u0644\u062A \u062A\u0631\u062C\u0645\u0647","widget.videoSubtitleTooltip":"\u067E\u0634\u062A\u06CC\u0628\u0627\u0646\u06CC \u0627\u0632 Youtube \u0648 {count}+ \u0633\u0627\u06CC\u062A \u0648\u06CC\u062F\u06CC\u0648\u06CC\u06CC \u062F\u06CC\u06AF\u0631",paragraphMinTextCountField:"\u062A\u0639\u062F\u0627\u062F \u06A9\u0645\u062A\u0631\u06CC\u0646 \u06A9\u0627\u0631\u0627\u06A9\u062A\u0631\u0647\u0627\u06CC \u0645\u0648\u0631\u062F \u0646\u06CC\u0627\u0632 \u0628\u0631\u0627\u06CC \u062A\u0631\u062C\u0645\u0647 \u067E\u0627\u0631\u0627\u06AF\u0631\u0627\u0641",temprarilyChangeTranslationTo_gemini:"\u062F\u0631 \u062D\u0627\u0644 \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u0627\u0632 Gemini \u0628\u0631\u0627\u06CC \u062A\u0631\u062C\u0645\u0647 \u0635\u0641\u062D\u0647 \u0641\u0639\u0644\u06CC \u0647\u0633\u062A\u0645","shortcutGroup.main":"\u0645\u06CC\u0627\u0646\u0628\u0631\u0647\u0627\u06CC \u06A9\u0644\u06CC\u062F\u06CC \u0639\u0645\u0644\u06A9\u0631\u062F \u0631\u0627\u06CC\u062C",temprarilyChangeTranslationTo_deepl:"\u062F\u0631 \u062D\u0627\u0644 \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u0627\u0632 \u062A\u0631\u062C\u0645\u0647 DeepL \u0628\u0631\u0627\u06CC \u0635\u0641\u062D\u0647 \u0641\u0639\u0644\u06CC",temprarilyChangeTranslationTo_transmart:"\u062F\u0631 \u062D\u0627\u0644 \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u0627\u0632 \u062A\u0631\u062C\u0645\u0647 \u062A\u0646\u0633\u0646\u062A \u0628\u0631\u0627\u06CC \u0635\u0641\u062D\u0647 \u0641\u0639\u0644\u06CC",alwaysTranslateThisSite:"\u0647\u0645\u06CC\u0634\u0647 \u0627\u06CC\u0646 \u0648\u0628\u0633\u0627\u06CC\u062A \u0631\u0627 \u062A\u0631\u062C\u0645\u0647 \u06A9\u0646\u06CC\u062F","browser.translateWithBing":"\u0627\u0632 \u062A\u0631\u062C\u0645\u0647 \u0645\u0627\u06CC\u06A9\u0631\u0648\u0633\u0627\u0641\u062A \u0628\u0631\u0627\u06CC \u062A\u0631\u062C\u0645\u0647 \u0645\u0648\u0642\u062A\u06CC \u0635\u0641\u062D\u0647 \u0641\u0639\u0644\u06CC \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u06A9\u0646\u06CC\u062F",upgradeToProErrorTitle:"\u0644\u0637\u0641\u0627\u064B \u0628\u0647 \u0639\u0636\u0648\u06CC\u062A Pro \u0627\u0631\u062A\u0642\u0627 \u062F\u0647\u06CC\u062F \u0648 \u0633\u067E\u0633 \u0627\u0632 \u0627\u06CC\u0646 \u062E\u062F\u0645\u062A \u062A\u0631\u062C\u0645\u0647 \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u06A9\u0646\u06CC\u062F","intro.subtitleTitle":"\u0646\u0645\u0627\u06CC\u0634 \u0632\u06CC\u0631\u0646\u0648\u06CC\u0633 \u062F\u0648\u0632\u0628\u0627\u0646\u0647 \u0648\u06CC\u062F\u06CC\u0648\u06CC \u0622\u0646\u0644\u0627\u06CC\u0646",temprarilyChangeTranslationTo_bing:"\u062F\u0631 \u062D\u0627\u0644 \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u0627\u0632 \u062A\u0631\u062C\u0645\u0647 \u0645\u0627\u06CC\u06A9\u0631\u0648\u0633\u0627\u0641\u062A \u0628\u0631\u0627\u06CC \u0635\u0641\u062D\u0647 \u0641\u0639\u0644\u06CC \u0647\u0633\u062A\u0645",touchShortcutsToggleTranslationMask:"\u062A\u0646\u0638\u06CC\u0645 \u0646\u0645\u0627\u06CC\u0634 \u0698\u0633\u062A \u0644\u0645\u0633\u06CC \u0628\u0631\u0627\u06CC \u0646\u0645\u0627\u06CC\u0634 \u0645\u062A\u0646 \u062A\u0631\u062C\u0645\u0647 / \u0646\u0645\u0627\u06CC\u0634 \u0645\u062A\u0646 \u0627\u0635\u0644\u06CC","browser.translateWithGemini":"\u0628\u0647 \u0637\u0648\u0631 \u0645\u0648\u0642\u062A \u0627\u0632 Gemini \u0628\u0631\u0627\u06CC \u062A\u0631\u062C\u0645\u0647 \u0635\u0641\u062D\u0647 \u0641\u0639\u0644\u06CC \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u06A9\u0646\u06CC\u062F","browser.toggleVideoSubtitlePreTranslation":"\u062A\u063A\u06CC\u06CC\u0631 \u0632\u06CC\u0631\u0646\u0648\u06CC\u0633 \u062F\u0648\u0632\u0628\u0627\u0646\u0647 \u0628\u0627 \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u0627\u0632 \u062A\u0646\u0638\u06CC\u0645\u0627\u062A \u062A\u0631\u062C\u0645\u0647 \u0641\u0631\u0648 \u0631\u0641\u062A\u0647 \u0627\u0648\u0644\u0648\u06CC\u062A \u062F\u0627\u0631\u062F",notLoginPro:"\u0634\u0645\u0627 \u0647\u0646\u0648\u0632 \u0628\u0647 \u062D\u0633\u0627\u0628 \u06A9\u0627\u0631\u0628\u0631\u06CC \u062E\u0648\u062F \u0648\u0627\u0631\u062F \u0646\u0634\u062F\u0647 \u0627\u06CC\u062F",touchShortcutsToggleTranslatePage:"\u0628\u0631\u0627\u06CC \u062A\u0631\u062C\u0645\u0647 \u0635\u0641\u062D\u0627\u062A \u0648\u0628 / \u0646\u0645\u0627\u06CC\u0634 \u0645\u062A\u0646 \u0627\u0635\u0644\u06CC \u060C \u062D\u0631\u06A9\u062A \u0647\u0627\u06CC \u0644\u0645\u0633\u06CC \u0631\u0627 \u062A\u0646\u0638\u06CC\u0645 \u06A9\u0646\u06CC\u062F",temprarilyChangeTranslationTo_google:"\u062F\u0631 \u062D\u0627\u0644 \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u0627\u0632 \u062A\u0631\u062C\u0645\u0647 \u06AF\u0648\u06AF\u0644 \u0628\u0631\u0627\u06CC \u0635\u0641\u062D\u0647 \u0641\u0639\u0644\u06CC \u0647\u0633\u062A\u0645","neverTranslateText.title":"\u0644\u0637\u0641\u0627\u064B \u06A9\u0644\u0645\u0627\u062A \u0632\u06CC\u0631 \u0631\u0627 \u0628\u0647 \u0635\u0648\u0631\u062A \u0627\u0635\u0644\u06CC \u062D\u0641\u0638 \u06A9\u0646\u06CC\u062F\u060C \u062A\u0631\u062C\u0645\u0647 \u0646\u06A9\u0646\u06CC\u062F.",touchShortcutsToggleTranslateTouchElement:"\u062A\u0646\u0638\u06CC\u0645 \u062D\u0631\u06A9\u062A \u0644\u0645\u0633\u06CC \u0635\u0641\u062D\u0647 \u0646\u0645\u0627\u06CC\u0634 \u0628\u0631\u0627\u06CC \u062A\u0631\u062C\u0645\u0647 \u067E\u0627\u0631\u0627\u06AF\u0631\u0627\u0641 \u0645\u0634\u062E\u0635","description.baiduField":"\u062D\u0648\u0632\u0647 \u0647\u0627\u06CC \u067E\u0634\u062A\u06CC\u0628\u0627\u0646\u06CC \u0634\u062F\u0647 \u0631\u0627 \u062F\u0631 <1>\u0627\u06CC\u0646\u062C\u0627 \u0628\u0628\u06CC\u0646\u06CC\u062F \u060C \u0627\u06AF\u0631 \u062E\u0627\u0644\u06CC \u0628\u0627\u0634\u062F \u0628\u0647 \u0645\u0639\u0646\u06CC \u0627\u06CC\u0646 \u0627\u0633\u062A \u06A9\u0647 \u062D\u0648\u0632\u0647 \u0627\u06CC \u0645\u0634\u062E\u0635 \u0646\u0634\u062F\u0647 \u0627\u0633\u062A",mouseHoverCustomKeyDescription:"\u0634\u0645\u0627 \u0645\u06CC \u062A\u0648\u0627\u0646\u06CC\u062F \u06CC\u06A9 \u0645\u06CC\u0627\u0646\u0628\u0631 \u062A\u0631\u06A9\u06CC\u0628\u06CC \u0633\u0641\u0627\u0631\u0634\u06CC \u0628\u0631\u0627\u06CC \u0645\u0648\u0633 \u0631\u0627 \u062A\u0639\u0631\u06CC\u0641 \u06A9\u0646\u06CC\u062F\u060C \u0645\u0627\u0646\u0646\u062F: Alt+Z\u060C Ctrl+E\u060C Cmd+Alt+E \u06CC\u0627 \u0641\u0642\u0637 Cmd\u060C \u0644\u0637\u0641\u0627 \u0628\u0647 \u0635\u0648\u0631\u062A \u062F\u0633\u062A\u06CC \u062F\u0627\u062E\u0644 \u06A9\u0646\u06CC\u062F.","floatBall.guideClickToTranslate":`\u0628\u0627 \u06A9\u0644\u06CC\u06A9 \u06A9\u0631\u062F\u0646 \u0628\u0631 \u0631\u0648\u06CC \u062A\u0648\u067E \u0634\u0646\u0627\u0648\u0631 \u062A\u0631\u062C\u0645\u0647 \u0641\u0648\u0631\u06CC + {env.imt_sub_trans_field}: Traducci\xF3n`,"subtitle.quickButton.cyan":"Azul","subtitle.quickButton.backgroundColor":"color de fondo","subtitle.quickButton.blue":"azul","subtitle.quickButton.translationTextColor":"Color de fuente de traducci\xF3n","subtitle.quickButton.translationPosition":"Posici\xF3n de traducci\xF3n","subtitle.quickButton.translationFontSize":"Tama\xF1o de fuente de traducci\xF3n","subtitle.quickButton.translationPositionBottom":"Debajo del texto original","subtitle.quickButton.sourceFontSize":"Tama\xF1o original de la fuente","subtitle.quickButton.green":"Verde","subtitle.quickButton.white":"blanco","subtitle.quickButton.red":"Rojo","subtitle.quickButton.magenta":"Magenta","translationServices.claude":"Claude","subtitle.quickButton.setting":"Configuraci\xF3n","subtitle.quickButton.yellow":"amarillo","subtitle.quickButton.backgroundOpacity":"Opacidad de fondo","subtitle.quickButton.black":"negro","subtitle.quickButton.sourceTextColor":"Color original de la fuente","subtitle.quickButton.translationPositionTop":"En la parte superior del texto original",attachSubtitleTranslating:"Usando {service} para traducir...","error.claude.403":"No tiene permiso para acceder al servicio, puede estar relacionado con las restricciones de \xE1rea de Claude, puede intentar cambiar su direcci\xF3n IP o usar otros servicios de traducci\xF3n.","browser.brandDescriptionForSafari":"\u3010Traducci\xF3n inmersiva\u3011Un complemento de traducci\xF3n de p\xE1ginas web biling\xFCe (original/traducci\xF3n) gratuito que tambi\xE9n soporta la traducci\xF3n de PDF y libros electr\xF3nicos EPUB manteniendo el formato original del documento, la traducci\xF3n de subt\xEDtulos biling\xFCes de videos en l\xEDnea como Youtube/Netflix, y soporta servicios de traducci\xF3n principales como Deepl/Google;","browser.PdfProFile":"AI impulsado por PDF Pro traducci\xF3n","browser.textTranslate":"Traducci\xF3n de texto"};var xb={nologin:"\u0648\u0627\u0631\u062F \u0646\u0634\u062F\u0647 \u0627\u06CC\u062F",loginForSafari:"\u0648\u0627\u0631\u062F \u0634\u0648\u06CC\u062F \u06CC\u0627 \u062B\u0628\u062A \u0646\u0627\u0645 \u06A9\u0646\u06CC\u062F",login:"\u767B\u5F55",manageAccount:"\u0645\u062F\u06CC\u0631\u06CC\u062A \u062D\u0633\u0627\u0628",openPremium:"\u0639\u0636\u0648\u06CC\u062A",logout:"\u062A\u0631\u06A9 \u06A9\u0631\u062F\u0646",curentPlan:"\u0628\u0633\u062A\u0647 \u0641\u0639\u0644\u06CC",endAt:"\u0628\u0644\u0648\u063A",endAuto:"\u062A\u0645\u062F\u06CC\u062F \u062E\u0648\u062F\u06A9\u0627\u0631",lineBreakMaxTextCount:"\u062D\u062F\u0627\u06A9\u062B\u0631 \u062A\u0639\u062F\u0627\u062F \u06A9\u0627\u0631\u0627\u06A9\u062A\u0631\u0647\u0627\u06CC \u0645\u062C\u0627\u0632 \u062F\u0631 \u0647\u0631 \u062C\u0645\u0644\u0647 \u067E\u0633 \u0627\u0632 \u0634\u06A9\u0633\u062A \u062E\u0637","translate-pdf":"\u0628\u0631\u0627\u06CC \u062A\u0631\u062C\u0645\u0647 PDF \u06A9\u0644\u06CC\u06A9 \u06A9\u0646\u06CC\u062F","noSupportTranslate-pdf":"\u0627\u0633\u06A9\u0631\u06CC\u067E\u062A \u067E\u0634\u062A\u06CC\u0628\u0627\u0646\u06CC \u0646\u0645\u06CC \u0634\u0648\u062F\u060C \u0644\u0637\u0641\u0627 \u0627\u0632 \u0627\u0641\u0632\u0648\u0646\u0647 \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u06A9\u0646\u06CC\u062F","translate-firefox-local-pdf":"\u0628\u0631\u0627\u06CC \u0628\u0627\u0631\u06AF\u06CC\u0631\u06CC PDF \u06A9\u0644\u06CC\u06A9 \u06A9\u0646\u06CC\u062F",enableLineBreak:"\u0641\u0639\u0627\u0644 \u06A9\u0631\u062F\u0646 \u0634\u06A9\u0633\u062A \u062E\u0637 \u062E\u0648\u062F\u06A9\u0627\u0631 \u0628\u0646\u062F \u0628\u0644\u0646\u062F",sponsorLabel:"\u062D\u0627\u0645\u06CC\u0627\u0646 \u062A\u0648\u0633\u0639\u0647\u200C\u062F\u0647\u0646\u062F\u06AF\u0627\u0646 \u0628\u0627 \u0634\u0631\u0648\u0639 \u0627\u0632 1 \u062F\u0644\u0627\u0631",help:"\u06A9\u0645\u06A9",browserShortcutsNoteForFirefox:"\u0628\u0631\u0627\u06CC \u062A\u063A\u06CC\u06CC\u0631 \u06A9\u0644\u06CC\u062F\u0647\u0627\u06CC \u0645\u06CC\u0627\u0646\u0628\u0631 \u062F\u0631 \u0645\u0631\u0648\u0631\u06AF\u0631 \u0641\u0627\u06CC\u0631\u0641\u0627\u06A9\u0633\u060C \u0628\u0627\u06CC\u062F \u0628\u0631\u06AF\u0647 \u0645\u062F\u06CC\u0631\u06CC\u062A \u0627\u0641\u0632\u0648\u0646\u0647\u200C\u0647\u0627 (about:addons) \u0631\u0627 \u0628\u0627\u0632 \u06A9\u0646\u06CC\u062F\u060C \u0633\u067E\u0633 \u0631\u0648\u06CC \xAB\u062A\u0646\u0638\u06CC\u0645\u0627\u062A\xBB \u06A9\u0644\u06CC\u06A9 \u06A9\u0646\u06CC\u062F \u0648 \u0633\u067E\u0633 \u0628\u0631\u0627\u06CC \u062A\u0646\u0638\u06CC\u0645 \u0631\u0648\u06CC \xAB\u0645\u062F\u06CC\u0631\u06CC\u062A \u06A9\u0644\u06CC\u062F\u0647\u0627\u06CC \u0645\u06CC\u0627\u0646\u0628\u0631\xBB \u06A9\u0644\u06CC\u06A9 \u06A9\u0646\u06CC\u062F",browserShortcutsNoteForChrome:"\u0628\u0631\u0627\u06CC \u0645\u0631\u0648\u0631\u06AF\u0631\u0647\u0627\u06CC Chrome \u0645\u0627\u0646\u0646\u062F\u060C \u0628\u0627\u06CC\u062F \u0628\u0631\u06AF\u0647 \u0645\u062F\u06CC\u0631\u06CC\u062A \u0627\u0641\u0632\u0648\u0646\u0647\u200C\u0647\u0627 \u0631\u0627 \u0628\u0631\u0627\u06CC \u062A\u063A\u06CC\u06CC\u0631 \u06A9\u0644\u06CC\u062F\u0647\u0627\u06CC \u0645\u06CC\u0627\u0646\u0628\u0631 \u0628\u0627\u0632 \u06A9\u0646\u06CC\u062F\u060C \u0622\u0646 \u0631\u0627 \u062F\u0631 \u062F\u0631\u06AF\u0627\u0647 \xAB\u0645\u062F\u06CC\u0631\u06CC\u062A \u06A9\u0644\u06CC\u062F\u0647\u0627\u06CC \u0645\u06CC\u0627\u0646\u0628\u0631\xBB (chrome://extensions/shortcuts) \u062A\u0646\u0638\u06CC\u0645 \u06A9\u0646\u06CC\u062F. \u0631\u0648\u06CC \u062F\u06A9\u0645\u0647 \u0632\u06CC\u0631 \u06A9\u0644\u06CC\u06A9 \u06A9\u0646\u06CC\u062F \u062A\u0627 \u0628\u0647 \u0628\u0631\u06AF\u0647 \u0645\u062F\u06CC\u0631\u06CC\u062A \u06A9\u0644\u06CC\u062F \u0645\u06CC\u0627\u0646\u0628\u0631 \u0628\u0631\u0648\u06CC\u062F.",browserShortcutsSucks:"\u0641\u0631\u0645\u062A \u06A9\u0644\u06CC\u062F \u0645\u06CC\u0627\u0646\u0628\u0631 \u0633\u0641\u0627\u0631\u0634\u06CC (\u0628\u062F\u0648\u0646 \u062A\u0634\u062E\u06CC\u0635 \u062E\u0648\u062F\u06A9\u0627\u0631\u060C \u0644\u0637\u0641\u0627 \u0645\u0633\u062A\u0642\u06CC\u0645\u0627 \u0648\u0627\u0631\u062F \u06A9\u0646\u06CC\u062F)\uFF1A\u0627\u0633\u062A",enableLineBreakDescription:"\u0648\u0642\u062A\u06CC \u0641\u0639\u0627\u0644 \u0628\u0627\u0634\u062F\u060C \u06CC\u06A9 \u0634\u06A9\u0633\u062A \u062E\u0637 \u062F\u0631 \u067E\u0627\u06CC\u0627\u0646 \u0647\u0631 \u062C\u0645\u0644\u0647 \u062F\u0631 \u06CC\u06A9 \u0628\u0646\u062F \u0628\u0644\u0646\u062F \u0628\u0631\u0627\u06CC \u062A\u0633\u0647\u06CC\u0644 \u062E\u0648\u0627\u0646\u062F\u0646 \u0627\u0639\u0645\u0627\u0644 \u0645\u06CC \u0634\u0648\u062F","browser.shortBrandName":"\u062A\u0631\u062C\u0645\u0647 \u0647\u0645\u0647\u062C\u0627\u0646\u0628\u0647","browser.brandName":"\u062A\u0631\u062C\u0645\u0647 \u0647\u0645\u0647\u200C\u062C\u0627\u0646\u0628\u0647","browser.brandDescription":"Web bilingual translation, completely free to use, supports Deepl/Google/Bing/Tencent/Youdao, etc.","browser.toggleTranslatePage":"\u062A\u0631\u062C\u0645\u0647 \u062A\u0627\u0631\u0646\u0645\u0627/\u0646\u0645\u0627\u06CC\u0634 \u0645\u062A\u0646 \u0627\u0635\u0644\u06CC","browser.toggleTranslateTheWholePage":"\u062A\u0631\u062C\u0645\u0647 \u062A\u0645\u0627\u0645 \u0628\u0631\u06AF\u0647/\u0646\u0645\u0627\u06CC\u0634 \u0645\u062A\u0646 \u0627\u0635\u0644\u06CC","browser.toggleOnlyTransation":"\u062A\u063A\u06CC\u06CC\u0631 \u0628\u0647 \u062D\u0627\u0644\u062A \u062F\u0648\u0632\u0628\u0627\u0646\u0647 / \u0641\u0642\u0637 \u0645\u062A\u0646 \u062A\u0631\u062C\u0645\u0647 \u0634\u062F\u0647","browser.toggleTranslateToThePageEndImmediately":"\u0627\u0632 \u0627\u0646\u062A\u0647\u0627\u06CC \u0628\u0631\u06AF\u0647 \u062A\u0631\u062C\u0645\u0647 \u06A9\u0646\u06CC\u062F/\u0646\u0645\u0627\u06CC\u0634 \u0645\u062A\u0646 \u0627\u0635\u0644\u06CC","browser.toggleTranslateTheMainPage":"\u062A\u0631\u062C\u0645\u0647 \u0642\u0633\u0645\u062A\u200C\u0647\u0627\u06CC \u0627\u0635\u0644\u06CC \u0628\u0631\u06AF\u0647/\u0646\u0645\u0627\u06CC\u0634 \u0645\u062A\u0646 \u0627\u0635\u0644\u06CC","browser.shareToDraft":"\u0627\u0634\u062A\u0631\u0627\u06A9\u200C\u06AF\u0630\u0627\u0631\u06CC \u0635\u0641\u062D\u0647 \u062F\u0648\u0632\u0628\u0627\u0646\u0647","browser.openOptionsPage":"\u0628\u0631\u06AF\u0647 \u062A\u0646\u0638\u06CC\u0645\u0627\u062A \u0631\u0627 \u0628\u0627\u0632 \u06A9\u0646\u06CC\u062F","browser.toggleTranslationMask":"\u0646\u0645\u0627\u06CC\u0634/\u067E\u0646\u0647\u0627\u0646 \u06A9\u0631\u062F\u0646 \u062C\u0644\u0648\u0647 \u062A\u0627\u0631\u06CC \u062A\u0631\u062C\u0645\u0647","browser.translateLocalPdfFile":"\u062A\u0631\u062C\u0645\u0647 \u067E\u0631\u0648\u0646\u062F\u0647 PDF \u0645\u062D\u0644\u06CC","browser.openEbookViewer":"\u06A9\u062A\u0627\u0628 \u0647\u0627\u06CC \u0627\u0644\u06A9\u062A\u0631\u0648\u0646\u06CC\u06A9\u06CC \u0645\u062D\u0644\u06CC \u0631\u0627 \u0628\u062E\u0648\u0627\u0646\u06CC\u062F","browser.openEbookBuilder":"\u06A9\u062A\u0627\u0628 \u0647\u0627\u06CC \u0627\u0644\u06A9\u062A\u0631\u0648\u0646\u06CC\u06A9\u06CC \u062F\u0648 \u0632\u0628\u0627\u0646\u0647 EPUB \u0627\u06CC\u062C\u0627\u062F \u06A9\u0646\u06CC\u062F","browser.translateLocalHtmlFile":"\u7FFB\u8BD1\u672C\u5730 HTML \u6587\u4EF6","browser.donateContext":"\u0628\u0627 \u0645\u0632\u0627\u06CC\u0627\u06CC \u062D\u0645\u0627\u06CC\u062A \u0645\u0627\u0644\u06CC \u0622\u0634\u0646\u0627 \u0634\u0648\u06CC\u062F","browser.translateLocalSubtitleFile":"\u0641\u0627\u06CC\u0644 \u0647\u0627\u06CC \u0632\u06CC\u0631\u0646\u0648\u06CC\u0633 \u0645\u062D\u0644\u06CC \u0631\u0627 \u062A\u0631\u062C\u0645\u0647 \u06A9\u0646\u06CC\u062F",confirmResetConfig:"\u0622\u06CC\u0627 \u0645\u0637\u0645\u0626\u0646 \u0647\u0633\u062A\u06CC\u062F \u06A9\u0647 \u0645\u06CC\u200C\u062E\u0648\u0627\u0647\u06CC\u062F \u062A\u0646\u0638\u06CC\u0645\u0627\u062A \u0631\u0627 \u0628\u0627\u0632\u0646\u0634\u0627\u0646\u06CC \u06A9\u0646\u06CC\u062F\u061F",translationLineBreakSettingTitle:"\u062A\u0646\u0638\u06CC\u0645\u0627\u062A \u0628\u0633\u062A\u0647 \u0628\u0646\u062F\u06CC \u062E\u0637 \u062A\u0631\u062C\u0645\u0647",smartLineBreak:"\u0628\u0633\u062A\u0647 \u0628\u0646\u062F\u06CC \u062E\u0637 \u0647\u0648\u0634\u0645\u0646\u062F",alwaysLineBreak:"\u0647\u0645\u06CC\u0634\u0647 \u0628\u067E\u06CC\u0686\u06CC\u062F",isShowContextMenu:"\u521B\u5EFA\u53F3\u952E\u83DC\u5355",toggleBeta:"\u0648\u06CC\u0698\u06AF\u06CC \u0647\u0627\u06CC \u0622\u0632\u0645\u0627\u06CC\u0634 \u0628\u062A\u0627 \u0631\u0627 \u0641\u0639\u0627\u0644 \u06A9\u0646\u06CC\u062F",betaDescription:"\u0648\u06CC\u0698\u06AF\u06CC\u200C\u0647\u0627\u06CC\u06CC \u0631\u0627 \u06A9\u0647 \u0647\u0646\u0648\u0632 \u0622\u0632\u0645\u0627\u06CC\u0634\u06CC \u0647\u0633\u062A\u0646\u062F \u0648 \u0647\u0645\u0686\u0646\u06CC\u0646 \u062E\u062F\u0645\u0627\u062A \u062A\u0631\u062C\u0645\u0647 \u0631\u0627 \u062F\u0631 \u0622\u0632\u0645\u0627\u06CC\u0634 \u0641\u0639\u0627\u0644 \u06A9\u0646\u06CC\u062F. \u0639\u0636\u0648<1>\u06AF\u0631\u0648\u0647 \u062A\u0644\u06AF\u0631\u0627\u0645 \u0634\u0648\u06CC\u062F \u0628\u06CC\u0634\u062A\u0631 \u0628\u062F\u0627\u0646\u06CC\u062F.",translationLineBreakSettingDescription:"\u5BF9\u4E8E\u8BD1\u6587\u7684\u4F4D\u7F6E\uFF1A\u603B\u662F\u6362\u884C/\u667A\u80FD\u6362\u884C\uFF08\u5F53\u6BB5\u843D\u591A\u4E8E{count}\u4E2A\u5B57\u7B26\u624D\u6362\u884C\u663E\u793A\u8BD1\u6587\uFF09",tempTranslateDomainTitle:"\u0686\u0647 \u0645\u062F\u062A \u0628\u0631\u0627\u06CC \u0641\u0639\u0627\u0644 \u06A9\u0631\u062F\u0646 \u0645\u0648\u0642\u062A \u062A\u0631\u062C\u0645\u0647 \u0648\u0628 \u0633\u0627\u06CC\u062A",tempTranslateDomainDescription:"\u5F53\u624B\u52A8\u7FFB\u8BD1\u67D0\u4E2A\u7F51\u9875\u7684\u65F6\u5019\uFF0C\u4E34\u65F6\u5F00\u542F\u8BE5\u7F51\u7AD9\u4E3A\u81EA\u52A8\u7FFB\u8BD1",xMinutes:"{count} \u062F\u0642\u06CC\u0642\u0647",disabled:"\u063A\u06CC\u0631 \u0641\u0639\u0627\u0644 \u06A9\u0631\u062F\u0646",changelog:"\u062A\u063A\u06CC\u06CC\u0631 \u06AF\u0632\u0627\u0631\u0634",toggleTranslatePageWhenThreeFingersOnTheScreen:"\u0628\u0631\u0627\u06CC \u062A\u0631\u062C\u0645\u0647 \u0635\u0641\u062D\u0647 \u0648\u0628/\u0646\u0645\u0627\u06CC\u0634 \u0645\u062A\u0646 \u0627\u0635\u0644\u06CC\u060C \u0647\u0645\u0632\u0645\u0627\u0646 \u0628\u0627 \u0686\u0646\u062F\u06CC\u0646 \u0627\u0646\u06AF\u0634\u062A \u0635\u0641\u062D\u0647 \u0631\u0627 \u0644\u0645\u0633 \u06A9\u0646\u06CC\u062F",toggleTranslationMaskWhenThreeFingersOnTheScreen:"\u0686\u0646\u062F\u06CC\u0646 \u0627\u0646\u06AF\u0634\u062A \u0631\u0627 \u0628\u0647 \u0637\u0648\u0631 \u0647\u0645\u0632\u0645\u0627\u0646 \u0644\u0645\u0633 \u06A9\u0646\u06CC\u062F \u062A\u0627 \u062C\u0644\u0648\u0647 \u062A\u0627\u0631\u06CC \u062A\u0631\u062C\u0645\u0647 \u0646\u0634\u0627\u0646 \u062F\u0627\u062F\u0647 \u06CC\u0627 \u067E\u0646\u0647\u0627\u0646 \u0634\u0648\u062F",fingerCountToToggleTranslagePageOnlyTranslationWhenTouching:"\u0628\u0631\u0627\u06CC \u062A\u0631\u062C\u0645\u0647 \u0635\u0641\u062D\u0647 \u0648\u0628 (\u0641\u0642\u0637 \u062A\u0631\u062C\u0645\u0647)/\u0646\u0645\u0627\u06CC\u0634 \u0645\u062A\u0646 \u0627\u0635\u0644\u06CC \u0628\u0627 \u0686\u0646\u062F\u06CC\u0646 \u0627\u0646\u06AF\u0634\u062A \u0647\u0645\u0632\u0645\u0627\u0646 \u0635\u0641\u062D\u0647 \u0631\u0627 \u0644\u0645\u0633 \u06A9\u0646\u06CC\u062F",addUrlDescription:"\u0627\u06CC\u0646 \u0645\u06CC \u062A\u0648\u0627\u0646\u062F \u06CC\u06A9 \u0646\u0627\u0645 \u062F\u0627\u0645\u0646\u0647 \u0628\u0627\u0634\u062F \u0648 \u0627\u0632 \u062D\u0631\u0648\u0641 \u0639\u0627\u0645 \u067E\u0634\u062A\u06CC\u0628\u0627\u0646\u06CC \u0645\u06CC \u06A9\u0646\u062F\u060C \u0645\u0627\u0646\u0646\u062F\uFF1A*.google.com\u060C google.com/mail/*\u060C https://www.google.com/*",general:"\u062A\u0646\u0638\u06CC\u0645\u0627\u062A \u067E\u0627\u06CC\u0647",clickToExpandConfig:"\u06AF\u0633\u062A\u0631\u0634 \u067E\u06CC\u06A9\u0631\u0628\u0646\u062F\u06CC \u0641\u0639\u0644\u06CC",import:"\u4ECE\u6587\u4EF6\u5BFC\u5165\u914D\u7F6E",export:"\u0635\u0627\u062F\u0631\u0627\u062A \u0628\u0647 \u0641\u0627\u06CC\u0644",toggleDebug:"\u06AF\u0632\u0627\u0631\u0634 \u0647\u0627\u06CC \u0627\u0634\u06A9\u0627\u0644 \u0632\u062F\u0627\u06CC\u06CC \u0631\u0627 \u0631\u0648\u06CC \u06A9\u0646\u0633\u0648\u0644 \u0686\u0627\u067E \u06A9\u0646\u06CC\u062F","fingers.0":"\u0628\u0633\u062A\u0647","fingers.2":"\u0644\u0645\u0633 \u062F\u0648 \u0627\u0646\u06AF\u0634\u062A\u06CC","fingers.3":"\u0644\u0645\u0633 \u0633\u0647 \u0627\u0646\u06AF\u0634\u062A","fingers.4":"\u0644\u0645\u0633 \u0686\u0647\u0627\u0631 \u0627\u0646\u06AF\u0634\u062A","fingers.5":"\u0644\u0645\u0633 \u067E\u0646\u062C \u0627\u0646\u06AF\u0634\u062A",mouseHoldKey:"+ {key} \u0627\u06CC\u0646 \u067E\u0627\u0631\u0627\u06AF\u0631\u0627\u0641 \u0631\u0627 \u062A\u0631\u062C\u0645\u0647/\u0628\u0627\u0632\u06CC\u0627\u0628\u06CC \u06A9\u0646\u06CC\u062F",mouseHoldKeyAuto:"\u0627\u06CC\u0646 \u067E\u0627\u0631\u0627\u06AF\u0631\u0627\u0641 \u0631\u0627 \u0645\u0633\u062A\u0642\u06CC\u0645\u0627\u064B \u062A\u0631\u062C\u0645\u0647 \u06A9\u0646\u06CC\u062F",mouseHoldKeyOff:"\u0647\u06CC\u0686 \u06A9\u0627\u0631\u06CC \u0646\u06A9\u0646",mouseHoldKeyOther:"\u06A9\u0644\u06CC\u062F\u0647\u0627\u06CC \u0645\u06CC\u0627\u0646\u0628\u0631 \u0633\u0641\u0627\u0631\u0634\u06CC (\u062A\u0646\u0638\u06CC\u0645\u0627\u062A \u0628\u0627\u0632)",mouseHoldKeyCustomKey:"0 \u0627\u06CC\u0646 \u067E\u0627\u0631\u0627\u06AF\u0631\u0627\u0641 \u0631\u0627 {key} / \u0628\u0627\u0632\u06CC\u0627\u0628\u06CC \u06A9\u0646\u06CC\u062F",mouseHoverHoldKey:"\u0645\u0627\u0648\u0633 \u0631\u0627 \u0646\u06AF\u0647 \u062F\u0627\u0631\u06CC\u062F \u0648 \u06A9\u0644\u06CC\u062F \u0645\u06CC\u0627\u0646\u0628\u0631 \u0631\u0627 \u0641\u0634\u0627\u0631 \u062F\u0647\u06CC\u062F \u062A\u0627 \u067E\u0627\u0631\u0627\u06AF\u0631\u0627\u0641 \u062A\u0631\u062C\u0645\u0647 \u0634\u0648\u062F","mouse-translate":"MouseTranslateWhen",document:"\u0633\u0646\u062F",resetSuccess:"\u0647\u0645\u0647 \u062A\u0646\u0638\u06CC\u0645\u0627\u062A \u0628\u0627 \u0645\u0648\u0641\u0642\u06CC\u062A \u0628\u0627\u0632\u0646\u0634\u0627\u0646\u06CC \u0634\u062F",resetThisSuccess:"\u0628\u0627\u0632\u0646\u0634\u0627\u0646\u06CC \u0628\u0627 \u0645\u0648\u0641\u0642\u06CC\u062A \u0627\u0646\u062C\u0627\u0645 \u0634\u062F",saved:"\u0628\u0627 \u0645\u0648\u0641\u0642\u06CC\u062A \u0630\u062E\u06CC\u0631\u0647 \u0634\u062F",successImportConfig:"\u067E\u06CC\u06A9\u0631\u0628\u0646\u062F\u06CC \u0628\u0627 \u0645\u0648\u0641\u0642\u06CC\u062A \u0648\u0627\u0631\u062F \u0634\u062F",goAdvancedSettings:"\u0628\u0647 \u0635\u0641\u062D\u0647 \u062A\u0646\u0638\u06CC\u0645\u0627\u062A \u067E\u06CC\u0634\u0631\u0641\u062A\u0647 \u0628\u0631\u0648\u06CC\u062F",goAdvancedInterfaceSettings:"\u0628\u0647 \u0635\u0641\u062D\u0647 \u062A\u0646\u0638\u06CC\u0645\u0627\u062A \u0633\u0641\u0627\u0631\u0634\u06CC \u0633\u0627\u0632\u06CC \u067E\u06CC\u0634\u0631\u0641\u062A\u0647 \u0628\u0631\u0648\u06CC\u062F",advanced:"\u062A\u0646\u0638\u06CC\u0645\u0627\u062A \u067E\u06CC\u0634\u0631\u0641\u062A\u0647",advancedDescription:"\u0628\u0647 \u0637\u0648\u0631 \u06A9\u0644\u06CC\u060C \u0647\u06CC\u0686 \u062A\u0646\u0638\u06CC\u0645\u06CC \u0644\u0627\u0632\u0645 \u0646\u06CC\u0633\u062A\u060C \u0641\u0642\u0637 \u067E\u06CC\u0634 \u0641\u0631\u0636 \u0631\u0627 \u062D\u0641\u0638 \u06A9\u0646\u06CC\u062F. \u0641\u0642\u0637 \u0628\u0631\u0627\u06CC \u06A9\u0627\u0631\u0628\u0631\u0627\u0646 \u062D\u0631\u0641\u0647 \u0627\u06CC \u062A\u0631\u060C \u062A\u0646\u0638\u06CC\u0645\u0627\u062A \u0634\u062E\u0635\u06CC \u062A\u0631 \u0627\u0631\u0627\u0626\u0647 \u0634\u062F\u0647 \u0627\u0633\u062A.",developer:"\u062A\u0646\u0638\u06CC\u0645\u0627\u062A \u0628\u0631\u0646\u0627\u0645\u0647 \u0646\u0648\u06CC\u0633",donateCafe:"\u8BF7\u5F00\u53D1\u8005\u559D\u676F\u5496\u5561","translate to the bottom of the page":"\u6253\u5F00\u7F51\u9875\u540E\uFF0C\u662F\u5426\u7ACB\u5373\u7FFB\u8BD1\u5230\u9875\u9762\u5E95\u90E8\uFF1F",feedback:"\u0628\u0627\u0632\u062E\u0648\u0631\u062F",toggleTranslatePage:"\u062A\u0631\u062C\u0645\u0647 \u0635\u0641\u062D\u0647 \u0648\u0628/\u0646\u0645\u0627\u06CC\u0634 \u0645\u062A\u0646 \u0627\u0635\u0644\u06CC",translateToThePageEndImmediatelyDescription:"\u5F00\u542F\u540E\uFF0C\u5C06\u4F1A\u7ACB\u5373\u7FFB\u8BD1\u7F51\u9875\u4ECE\u9876\u90E8\u5230\u5E95\u90E8\u7684\u5185\u5BB9\uFF0C\u800C\u4E0D\u662F\u8FB9\u770B\u8FB9\u8BD1\u3002\uFF08\u4E0D\u63A8\u8350\u5F00\u542F\uFF09","translate all areas of the page":"\u0622\u06CC\u0627 \u0628\u0631\u0627\u06CC \u062A\u0631\u062C\u0645\u0647 \u0647\u0645\u0647 \u0642\u0633\u0645\u062A \u0647\u0627\u06CC \u0635\u0641\u062D\u0647 \u0648\u0628",translationAreaDescription:"\u5F00\u542F\u540E\uFF0C\u6574\u4E2A\u7F51\u9875\u7684\u533A\u57DF\u90FD\u4F1A\u88AB\u7FFB\u8BD1\uFF0C\u800C\u4E0D\u662F\u9ED8\u8BA4\u7684\u667A\u80FD\u8BC6\u522B\u4E3B\u8981\u533A\u57DF\u53BB\u7FFB\u8BD1\uFF08\u4E0D\u63A8\u8350\u5F00\u542F\uFF09","the number of characters to be translated first":"\u524D\u591A\u5C11\u4E2A\u5B57\u7B26\u65E0\u9700\u7B49\u5F85\u6EDA\u52A8\u5230\u53EF\u89C6\u533A\u57DF\uFF0C\u76F4\u63A5\u7FFB\u8BD1\uFF1F","interface language":"\u0632\u0628\u0627\u0646 \u0631\u0627\u0628\u0637","display both the original text and the translation":"\u0646\u0645\u0627\u06CC\u0634 \u0645\u062A\u0646 \u0627\u0635\u0644\u06CC \u0648 \u062A\u0631\u062C\u0645\u0647 \u0628\u0647 \u0637\u0648\u0631 \u0647\u0645\u0632\u0645\u0627\u0646","keyboard shortcuts":"\u0645\u06CC\u0627\u0646\u0628\u0631\u0647\u0627\u06CC \u0635\u0641\u062D\u0647 \u06A9\u0644\u06CC\u062F",modify:"\u06A9\u0644\u06CC\u062F\u0647\u0627\u06CC \u0645\u06CC\u0627\u0646\u0628\u0631 \u0631\u0627 \u062A\u063A\u06CC\u06CC\u0631 \u062F\u0647\u06CC\u062F",reset:"\u062A\u0646\u0638\u06CC\u0645 \u0645\u062C\u062F\u062F",close:"\u0628\u0633\u062A\u0647",homepage:"\u0635\u0641\u062D\u0647 \u0646\u062E\u0633\u062A",more:"\u0628\u06CC\u0634\u062A\u0631",moreOptions:"\u06AF\u0632\u06CC\u0646\u0647 \u0647\u0627\u06CC \u0633\u0641\u0627\u0631\u0634\u06CC \u0633\u0627\u0632\u06CC \u0628\u06CC\u0634\u062A\u0631\u06CC \u0631\u0627 \u06AF\u0633\u062A\u0631\u0634 \u062F\u0647\u06CC\u062F",translateTheWholePage:"\u062A\u0631\u062C\u0645\u0647 \u062A\u0645\u0627\u0645 \u0642\u0633\u0645\u062A\u200C\u0647\u0627\u06CC \u0635\u0641\u062D\u0647 (\u0645\u062A\u0641\u0627\u0648\u062A \u0627\u0632 \u0642\u0633\u0645\u062A\u200C\u0647\u0627\u06CC \u0627\u0635\u0644\u06CC \u062A\u0634\u062E\u06CC\u0635 \u0647\u0648\u0634\u0645\u0646\u062F)",changeToTranslateTheWholePage:"\u5207\u6362\u4E3A\u7FFB\u8BD1\u9875\u9762\u6240\u6709\u533A\u57DF",changeToTranslateTheMainPage:"\u5207\u6362\u4E3A\u667A\u80FD\u7FFB\u8BD1\u4E3B\u8981\u533A\u57DF",changeToOnlyTranslationMode:"\u0628\u0647 \u0646\u0645\u0627\u06CC\u0634 \u0641\u0642\u0637 \u062A\u0631\u062C\u0645\u0647 \u0647\u0627 \u0628\u0631\u0648\u06CC\u062F",changeToDualTranslationMode:"\u0628\u0647 \u062A\u0631\u062C\u0645\u0647 \u062F\u0648 \u0632\u0628\u0627\u0646\u0647 \u0628\u0631\u0648\u06CC\u062F",translateToThePageEndImmediately:"\u7ACB\u5373\u7FFB\u8BD1\u5230\u9875\u9762\u5E95\u90E8\uFF08\u533A\u522B\u4E8E\u6EDA\u52A8\u7FFB\u8BD1\uFF09",translateTheMainPage:"\u0632\u0645\u06CC\u0646\u0647 \u0647\u0627\u06CC \u0627\u0635\u0644\u06CC \u062A\u0631\u062C\u0645\u0647 \u0647\u0648\u0634\u0645\u0646\u062F","The local rules are up to date":"\u0642\u0648\u0627\u0646\u06CC\u0646 \u0633\u0627\u0632\u06AF\u0627\u0631\u06CC \u0645\u062D\u0644\u06CC \u0628\u0647 \u0631\u0648\u0632 \u0647\u0633\u062A\u0646\u062F:","Successfully synchronized with the latest official rules:":"\u0622\u062E\u0631\u06CC\u0646 \u0642\u0648\u0627\u0646\u06CC\u0646 \u0627\u0646\u0637\u0628\u0627\u0642 \u0631\u0633\u0645\u06CC \u0628\u0627 \u0645\u0648\u0641\u0642\u06CC\u062A \u0647\u0645\u06AF\u0627\u0645 \u0633\u0627\u0632\u06CC \u0634\u062F:","Checking for updates":"\u0628\u0631\u0631\u0633\u06CC \u0628\u0647 \u0631\u0648\u0632 \u0631\u0633\u0627\u0646\u06CC","Rules are being synchronized":"\u0647\u0645\u06AF\u0627\u0645 \u0633\u0627\u0632\u06CC \u0642\u0648\u0627\u0646\u06CC\u0646 \u0633\u0627\u0632\u06AF\u0627\u0631\u06CC",localVersionIsTooOld:"\u672C\u5730\u6269\u5C55\u7248\u672C\u8FC7\u65E7\uFF0C\u8BF7\u5347\u7EA7\u6269\u5C55\u5230 {minVersion} \u6216\u4E4B\u540E\u7684\u7248\u672C\u518D\u5C1D\u8BD5\u540C\u6B65",badUserscriptBrowser:"\u8BE5\u6D4F\u89C8\u5668\u672A\u6B63\u786E\u5B9E\u73B0\u6CB9\u7334\u7684\u63A5\u53E3\uFF0C\u8BF7\u4F7F\u7528\u5176\u4ED6<1>\u652F\u6301\u6CB9\u7334\u7684\u6D4F\u89C8\u5668\u5982(Firefox Nightly \u7248\u672C)",foundNewVersion:"\u0646\u0633\u062E\u0647 \u062C\u062F\u06CC\u062F \u067E\u06CC\u062F\u0627 \u0634\u062F",theLocalExtensionIsUpToUpdate:"\u0627\u0641\u0632\u0648\u0646\u0647 \u0641\u0639\u0644\u06CC \u0622\u062E\u0631\u06CC\u0646 \u0646\u0633\u062E\u0647 \u0627\u0633\u062A.",failToSyncRules:"\u0647\u0645\u06AF\u0627\u0645 \u0633\u0627\u0632\u06CC \u0622\u062E\u0631\u06CC\u0646 \u0642\u0648\u0627\u0646\u06CC\u0646 \u0627\u0646\u0637\u0628\u0627\u0642 \u0627\u0646\u062C\u0627\u0645 \u0646\u0634\u062F",retry:"\u062C\u0647\u062A \u062A\u0644\u0627\u0634 \u062F\u0648\u0628\u0627\u0631\u0647 \u0627\u06CC\u0646\u062C\u0627 \u06A9\u0644\u06CC\u06A9 \u06A9\u0646\u06CC\u062F",failedReason:"\u062F\u0644\u06CC\u0644 \u0634\u06A9\u0633\u062A",currentRuleVersion:"\u0646\u0633\u062E\u0647 \u0642\u0627\u0646\u0648\u0646 \u0641\u0639\u0644\u06CC",calculating:"\u062F\u0631 \u062D\u0627\u0644 \u0645\u062D\u0627\u0633\u0628\u0647",unknownError:"\u0627\u0634\u062A\u0628\u0627\u0647 \u0646\u0627\u0634\u0646\u0627\u062E\u062A\u0647",canNotFetchRemoteRule:"\u0646\u0645\u06CC \u062A\u0648\u0627\u0646 \u0642\u0648\u0627\u0646\u06CC\u0646 \u0631\u0627\u0647 \u062F\u0648\u0631 \u0631\u0627 \u062F\u0631\u06CC\u0627\u0641\u062A \u06A9\u0631\u062F",enableAlphaSuccess:"\u062A\u0627\u0628\u0639 \u0622\u0644\u0641\u0627 \u0631\u0648\u0634\u0646 \u0634\u062F",disableAlphaSuccess:"\u0648\u06CC\u0698\u06AF\u06CC \u0622\u0644\u0641\u0627 \u062E\u0627\u0645\u0648\u0634 \u0634\u062F",cacheSize:"\u0627\u0646\u062F\u0627\u0632\u0647 \u06A9\u0634\uFF1A",cleaning:"\u062A\u0645\u06CC\u0632 \u06A9\u0631\u062F\u0646",cleanCache:"\u067E\u0627\u06A9 \u06A9\u0631\u062F\u0646 \u062D\u0627\u0641\u0638\u0647 \u067E\u0646\u0647\u0627\u0646",options:"\u0628\u0631\u067E\u0627\u06CC\u06CC",about:"\u062F\u0631 \u0628\u0627\u0631\u0647",service:"\u062E\u062F\u0645\u0627\u062A \u062A\u0631\u062C\u0645\u0647",needAction:"(\u0628\u0647 \u062A\u0646\u0638\u06CC\u0645\u0627\u062A \u0628\u0631\u0648\u06CC\u062F)",goSettings:"\u0628\u0647 \u062A\u0646\u0638\u06CC\u0645\u0627\u062A \u0628\u0631\u0648\u06CC\u062F",needActionForOptions:"(\u0646\u06CC\u0627\u0632 \u0628\u0647 \u062A\u0646\u0638\u06CC\u0645)",translationEngine:"\u06AF\u0632\u06CC\u0646\u0647 \u0647\u0627\u06CC \u0645\u0648\u062A\u0648\u0631",sourceLanguage:"\u0632\u0628\u0627\u0646 \u0627\u0635\u0644\u06CC",target:"\u0632\u0628\u0627\u0646 \u0645\u0642\u0635\u062F",popupSourceLanguage:"\u0632\u0628\u0627\u0646 \u0627\u0635\u0644\u06CC",popupTarget:"\u0632\u0628\u0627\u0646 \u0645\u0642\u0635\u062F",popupService:"\u062E\u062F\u0645\u0627\u062A \u062A\u0631\u062C\u0645\u0647",forThisSite:"\u0648\u0628 \u0633\u0627\u06CC\u062A \u0641\u0639\u0644\u06CC",autoEnableSubtitle:"\u0632\u06CC\u0631\u0646\u0648\u06CC\u0633\u200C\u0647\u0627\u06CC \u062F\u0648\u0632\u0628\u0627\u0646\u0647 \u0631\u0627 \u0628\u0647\u200C\u0637\u0648\u0631 \u062E\u0648\u062F\u06A9\u0627\u0631 \u0631\u0648\u0634\u0646 \u06A9\u0646\u06CC\u062F",alwaysTranslateSomeLanguage:"\u603B\u662F\u7FFB\u8BD1{language}",neverTranslateSomeLanguage:"\u6C38\u4E0D\u7FFB\u8BD1{language}",alwaysTranslateSomeSite:"\u0647\u0645\u06CC\u0634\u0647 {hostname}\u0631\u0627 \u062A\u0631\u062C\u0645\u0647 \u06A9\u0646\u06CC\u062F",neverTranslateSomeSite:"\u0647\u0631\u06AF\u0632 {hostname}\u0631\u0627 \u062A\u0631\u062C\u0645\u0647 \u0646\u06A9\u0646\u06CC\u062F",alwaysTranslateSomeSiteOrWildSite:"\u0647\u0645\u06CC\u0634\u0647 \u0627\u06CC\u0646 \u0633\u0627\u06CC\u062A \u0631\u0627 \u062A\u0631\u062C\u0645\u0647 \u06A9\u0646\u06CC\u062F",alwaysTranslateSomePage:"\u0647\u0645\u06CC\u0634\u0647 \u0627\u06CC\u0646 \u0635\u0641\u062D\u0647 \u0631\u0627 \u062A\u0631\u062C\u0645\u0647 \u06A9\u0646\u06CC\u062F",add:"\u0627\u0636\u0627\u0641\u0647 \u06A9\u0631\u062F\u0646 \u0628\u0647",default:"\u067E\u06CC\u0634 \u0641\u0631\u0636",forThisLanguage:"\u0628\u0631\u0627\u06CC \u0627\u06CC\u0646 \u0632\u0628\u0627\u0646\uFF1A","add url":"\u0622\u062F\u0631\u0633 \u0627\u06CC\u0646\u062A\u0631\u0646\u062A\u06CC \u0631\u0627 \u0648\u0627\u0631\u062F \u06A9\u0646\u06CC\u062F",edit:"\u0648\u06CC\u0631\u0627\u06CC\u0634 \u06A9\u0646\u06CC\u062F","translate other languages into specific language":"\u0632\u0628\u0627\u0646 \u0647\u0627\u06CC \u062F\u06CC\u06AF\u0631 \u0631\u0627 \u0628\u0647 \u0632\u0628\u0627\u0646\u06CC \u06A9\u0647 \u062A\u0646\u0638\u06CC\u0645 \u06A9\u0631\u062F\u0647 \u0627\u06CC\u062F \u062A\u0631\u062C\u0645\u0647 \u06A9\u0646\u06CC\u062F","select translation service":"\u062E\u062F\u0645\u0627\u062A \u062A\u0631\u062C\u0645\u0647 \u0631\u0627 \u0627\u0646\u062A\u062E\u0627\u0628 \u06A9\u0646\u06CC\u062F",language:"\u0632\u0628\u0627\u0646","show-original":"\u0646\u0645\u0627\u06CC\u0634 \u0645\u062A\u0646 \u0627\u0635\u0644\u06CC",translate:"\u062A\u0631\u062C\u0645\u0647 \u06A9\u0631\u062F\u0646",Translated:"\u062A\u0631\u062C\u0645\u0647 \u0634\u062F\u0647",Translating:"\u062F\u0631 \u062D\u0627\u0644 \u062A\u0631\u062C\u0645\u0647",Error:"\u0627\u0634\u062A\u0628\u0627\u0647",allowCacheTranslations:"\u0641\u0639\u0627\u0644 \u06A9\u0631\u062F\u0646 \u062D\u0627\u0641\u0638\u0647 \u067E\u0646\u0647\u0627\u0646 \u062A\u0631\u062C\u0645\u0647 \u0645\u062D\u0644\u06CC (\u0628\u0631\u0627\u06CC \u06A9\u0627\u0647\u0634 \u062F\u0631\u062E\u0648\u0627\u0633\u062A \u0647\u0627\u06CC \u062A\u0631\u062C\u0645\u0647 \u0628\u0631\u0627\u06CC \u067E\u0627\u0631\u0627\u06AF\u0631\u0627\u0641 \u0647\u0627\u06CC \u062A\u06A9\u0631\u0627\u0631\u06CC)","translation display":"\u0633\u0628\u06A9 \u0646\u0645\u0627\u06CC\u0634 \u062A\u0631\u062C\u0645\u0647","select diplay style":"\u0633\u0628\u06A9 \u062A\u0631\u062C\u0645\u0647 \u0631\u0627 \u0645\u062A\u0645\u0627\u06CC\u0632 \u06A9\u0646\u06CC\u062F. \u0644\u0637\u0641\u0627\u064B \u0628\u0631\u0627\u06CC \u062C\u0632\u0626\u06CC\u0627\u062A \u0628\u06CC\u0634\u062A\u0631 \u0628\u0647 \u0645\u062B\u0627\u0644 \u0647\u0627\u06CC \u0632\u06CC\u0631 \u0645\u0631\u0627\u062C\u0639\u0647 \u06A9\u0646\u06CC\u062F:",interface:"\u062A\u0646\u0638\u06CC\u0645\u0627\u062A \u0631\u0627\u0628\u0637",import_export:"\u0648\u0627\u0631\u062F\u0627\u062A \u0648 \u0635\u0627\u062F\u0631\u0627\u062A",import_export_title:"\u067E\u06CC\u06A9\u0631\u0628\u0646\u062F\u06CC \u0648\u0627\u0631\u062F\u0627\u062A/\u0635\u0627\u062F\u0631\u0627\u062A",syncToGoogleDrive:"\u0627\u06A9\u0646\u0648\u0646 \u0628\u0627 Google Drive \u0647\u0645\u06AF\u0627\u0645 \u0633\u0627\u0632\u06CC \u06A9\u0646\u06CC\u062F",floatBallOptions:"\u062A\u0646\u0638\u06CC\u0645\u0627\u062A \u062A\u0648\u067E \u0645\u0639\u0644\u0642","floatBallOptions.enable":"\u062A\u0648\u067E \u0634\u0646\u0627\u0648\u0631 \u0631\u0627 \u0641\u0639\u0627\u0644 \u06A9\u0646\u06CC\u062F","floatBallOptions.blockUrls":"\u0648\u0628 \u0633\u0627\u06CC\u062A \u0631\u0627 \u063A\u06CC\u0631 \u0641\u0639\u0627\u0644 \u06A9\u0646\u06CC\u062F","floatBallOptions.add":"\u0627\u0636\u0627\u0641\u0647 \u06A9\u0631\u062F\u0646 \u0628\u0647","floatBallOptions.blockUrlDesc":"\u062A\u0648\u067E \u0634\u0646\u0627\u0648\u0631 \u0647\u0646\u06AF\u0627\u0645 \u0628\u0631\u062E\u0648\u0631\u062F \u0628\u0627 \u0648\u0628 \u0633\u0627\u06CC\u062A \u0647\u0627\u06CC \u0632\u06CC\u0631 \u0646\u0645\u0627\u06CC\u0634 \u062F\u0627\u062F\u0647 \u0646\u0645\u06CC \u0634\u0648\u062F","floatBallOptions.clickType":"\u0631\u0641\u062A\u0627\u0631 \u06A9\u0644\u06CC\u06A9\u06CC","floatBallOptions.clickTypeDesc":"\u0631\u0641\u062A\u0627\u0631 \u0646\u0645\u0627\u062F \u062A\u0648\u067E \u0634\u0646\u0627\u0648\u0631 \u0647\u0646\u06AF\u0627\u0645 \u06A9\u0644\u06CC\u06A9 \u06A9\u0631\u062F\u0646","floatBallOptions.clickPopup":"\u0646\u0645\u0627\u06CC\u0634 \u067E\u0627\u0646\u0644 \u062A\u0631\u062C\u0645\u0647","floatBallOptions.clickTranslate":"\u062A\u0631\u062C\u0645\u0647/\u0646\u0645\u0627\u06CC\u0634 \u0645\u062A\u0646 \u0627\u0635\u0644\u06CC","floatBallOptions.fixedPosition":"\u56FA\u5B9A\u4F4D\u7F6E","floatBallOptions.fixedPositionDesc":"\u60AC\u6D6E\u7403\u5728\u7A97\u53E3\u5DE6\u4FA7\u8FD8\u662F\u53F3\u4FA7","floatBallOptions.fixedPositionLeft":"\u5DE6\u4FA7","floatBallOptions.fixedPositionRight":"\u53F3\u4FA7",previewAllThemes:"\u067E\u06CC\u0634 \u0646\u0645\u0627\u06CC\u0634 \u0647\u0645\u0647 \u0633\u0628\u06A9 \u0647\u0627","translationTheme.none":"\u0647\u06CC\u0686 \u06CC\u06A9","translationTheme.grey":"\u062E\u0627\u06A9\u0633\u062A\u0631\u06CC \u062A\u06CC\u0631\u0647","translationTheme.dashed":"\u0632\u06CC\u0631 \u062E\u0637 \u0686\u06CC\u0646","translationTheme.dotted":"\u0632\u06CC\u0631 \u062E\u0637 \u0646\u0642\u0637\u0647 \u062F\u0627\u0631","translationTheme.dashedBorder":"\u0645\u0631\u0632 \u0634\u06A9\u0633\u062A\u0647","translationTheme.solidBorder":"\u0645\u0631\u0632 \u062C\u0627\u0645\u062F","translationTheme.underline":"\u0632\u06CC\u0631 \u062E\u0637 \u0645\u0633\u062A\u0642\u06CC\u0645","translationTheme.mask":"\u062C\u0644\u0648\u0647 \u062A\u0627\u0631\u06CC (\u062D\u0627\u0644\u062A \u06CC\u0627\u062F\u06AF\u06CC\u0631\u06CC)","translationTheme.opacity":"\u0627\u062B\u0631 \u0634\u0641\u0627\u0641\u06CC\u062A","translationTheme.paper":"\u0627\u0641\u06A9\u062A \u0633\u0627\u06CC\u0647 \u06A9\u0627\u063A\u0630 \u0633\u0641\u06CC\u062F","translationTheme.dividingLine":"\u062E\u0637 \u062A\u0642\u0633\u06CC\u0645","translationTheme.highlight":"\u0628\u0631\u062C\u0633\u062A\u0647","translationTheme.marker":"\u0646\u0634\u0627\u0646\u06AF\u0631","translationTheme.marker2":"\u0646\u0634\u0627\u0646\u06AF\u0631 2","translationTheme.blockquote":"\u0633\u0628\u06A9 \u0645\u0631\u062C\u0639","translationTheme.weakening":"\u062A\u0636\u0639\u06CC\u0641 \u0634\u0648\u062F","translationTheme.italic":"\u0645\u0648\u0631\u0628","translationTheme.bold":"\u067E\u0631\u0631\u0646\u06AF","translationTheme.thinDashed":"\u0632\u06CC\u0631 \u062E\u0637 \u0686\u06CC\u0646 \u0646\u0627\u0632\u06A9","translationTheme.nativeDashed":"\u0627\u06CC\u0646 \u0633\u06CC\u0633\u062A\u0645 \u062F\u0627\u0631\u0627\u06CC \u062E\u0637 \u0632\u06CC\u0631 \u0646\u0642\u0637\u0647\u200C\u062F\u0627\u0631 \u0627\u0633\u062A","translationTheme.nativeDotted":"\u0627\u06CC\u0646 \u0633\u06CC\u0633\u062A\u0645 \u062F\u0627\u0631\u0627\u06CC \u062E\u0637 \u0632\u06CC\u0631 \u0646\u0642\u0637\u0647\u200C\u062F\u0627\u0631 \u0627\u0633\u062A","translationTheme.nativeUnderline":"\u0627\u06CC\u0646 \u0633\u06CC\u0633\u062A\u0645 \u062F\u0627\u0631\u0627\u06CC \u062E\u0637 \u0645\u0633\u062A\u0642\u06CC\u0645 \u0627\u0633\u062A","translationTheme.wavy":"\u062E\u0637\u0648\u0637 \u0645\u0648\u0627\u062C","translationServices.custom":"API \u0633\u0641\u0627\u0631\u0634\u06CC","translationServices.tencent":"\u0645\u062A\u0631\u062C\u0645 \u062A\u0646\u0633\u0646\u062A","translationServices.tenAlpha":"\u0645\u062A\u0631\u062C\u0645 \u062A\u0646\u0633\u0646\u062A (\u0622\u0644\u0641\u0627)","translationServices.google":"\u0645\u062A\u0631\u062C\u0645 \u06AF\u0648\u06AF\u0644","translationServices.bai":"\u0628\u0627\u06CC\u062F\u0648 (\u0622\u0644\u0641\u0627)","translationServices.baidu":"\u0645\u062A\u0631\u062C\u0645 \u0628\u0627\u06CC\u062F\u0648","translationServices.aliyun":"\u062A\u0631\u062C\u0645\u0647 \u0627\u0628\u0631\u06CC \u0639\u0644\u06CC \u0628\u0627\u0628\u0627","translationServices.volc":"\u062A\u0631\u062C\u0645\u0647 \u0622\u062A\u0634\u0641\u0634\u0627\u0646","translationServices.deeplx":"DeepLX(Alpha)","translationServices.bing":"\u5FC5\u5E94\u7FFB\u8BD1","translationServices.deepl":"DeepL","translationServices.wechat":"\u062A\u0631\u062C\u0645\u0647 \u0648\u06CC \u0686\u062A","translationServices.azure":"\u5FAE\u8F6F\u7FFB\u8BD1","translationServices.ibm":"\u0622\u06CC \u0628\u06CC \u0627\u0645 \u0648\u0627\u062A\u0633\u0648\u0646","translationServices.aws":"\u062A\u0631\u062C\u0645\u0647 \u0622\u0645\u0627\u0632\u0648\u0646","translationServices.mock":"\u6A21\u62DF\u7FFB\u8BD11","translationServices.mock2":"\u062A\u0631\u062C\u0645\u0647 \u0634\u0628\u06CC\u0647 \u0633\u0627\u0632\u06CC \u0634\u062F\u0647 2","translationServices.caiyun":"\u06A9\u0627\u06CC\u0648\u0646 \u0634\u06CC\u0627\u0626\u0648\u06CC","translationServices.cai":"\u5F69\u4E91\u5C0F\u8BD1","translationServices.volcAlpha":"\u706B\u5C71\u7FFB\u8BD1(Alpha)","translationServices.openl":"OpenL","translationServices.youdao":"\u062A\u0631\u062C\u0645\u0647 \u06CC\u0648\u062F\u0627\u0626\u0648","translationServices.you":"\u062A\u0631\u062C\u0645\u0647 \u06CC\u0648\u062F\u0627\u0626\u0648 (\u0622\u0644\u0641\u0627)","translationServices.transmart":"\u062A\u0631\u062C\u0645\u0647 \u062A\u0639\u0627\u0645\u0644\u06CC Tencent","translationServices.niu":"\u062A\u0631\u062C\u0645\u0647 \u0645\u0627\u0648\u0631\u06CC\u06A9\u0633","translationServices.papago":"Papago\u7FFB\u8BD1","translationServices.d":"Deepl(Alpha)","translationServices.dpro":"\u062F\u06CC \u067E\u0631\u0648 (\u0642\u0646\u0627\u0631\u06CC)","translationServices.openai":"OpenAI","translationServices.yandex":"Yandex","translationServices.chatgpt":"ChatGPT Web (\u0645\u0648\u0628\u0627\u06CC\u0644 3.5)","translate title":"\u0639\u0646\u0648\u0627\u0646 \u0635\u0641\u062D\u0647 \u0631\u0627 \u062A\u0631\u062C\u0645\u0647 \u06A9\u0646\u06CC\u062F","always languages":"\u0647\u0645\u06CC\u0634\u0647 \u0632\u0628\u0627\u0646 \u062A\u0631\u062C\u0645\u0647 \u0634\u062F\u0647",neverTranslateLanguagesLabel:"\u0632\u0628\u0627\u0646 \u0647\u0627\u06CC\u06CC \u06A9\u0647 \u0647\u0631\u06AF\u0632 \u062A\u0631\u062C\u0645\u0647 \u0646\u0645\u06CC \u0634\u0648\u0646\u062F",neverTranslateTheFollowingLanguagesDescription:"\u5F53\u9875\u9762\u4E2D\u67D0\u4E00\u6BB5\u843D\u7684\u8BED\u8A00\u4E3A\u4E0B\u5217\u8BED\u8A00\u65F6\uFF0C\u4F1A\u81EA\u52A8\u8DF3\u8FC7\u7FFB\u8BD1\u8BE5\u6BB5\u843D",enableUserscriptPagePopup:"\u603B\u662F\u5728\u9875\u9762\u4E0A\u5C55\u793A Popup \u6D6E\u7A97",enableUserscriptPagePopupDescription:"\u5173\u95ED\u6D6E\u7A97\u540E\uFF0C\u53EF\u4EE5\u7528\u5FEB\u6377\u952E/{touch}\u5524\u8D77\u3002\u4E3A\u9632\u6B62\u4E0D\u614E\u5173\u95ED\u8BE5\u9009\u9879\u540E\u627E\u4E0D\u5230\u6D6E\u7A97\uFF0C\u5F3A\u70C8\u5EFA\u8BAE\u6536\u85CF\u672C\u8BBE\u7F6E\u9875","always translate the following languages":"\u0647\u0646\u06AF\u0627\u0645\u06CC \u06A9\u0647 \u0632\u0628\u0627\u0646 \u0635\u0641\u062D\u0647 \u0628\u0647 \u0632\u0628\u0627\u0646 \u0647\u0627\u06CC \u0632\u06CC\u0631 \u0628\u0627\u0634\u062F\u060C \u0628\u0647 \u0637\u0648\u0631 \u062E\u0648\u062F\u06A9\u0627\u0631 \u0628\u0647 \u0632\u0628\u0627\u0646 \u0645\u0642\u0635\u062F \u062A\u0631\u062C\u0645\u0647 \u0645\u06CC \u0634\u0648\u062F","always sites":"URL \u0647\u0627\u06CC \u0647\u0645\u06CC\u0634\u0647 \u062A\u0631\u062C\u0645\u0647 \u0634\u062F\u0647","always translate the following sites":"\u0647\u0646\u06AF\u0627\u0645\u06CC \u06A9\u0647 \u0648\u0628 \u0633\u0627\u06CC\u062A \u0628\u0627 \u0646\u0627\u0645 \u062F\u0627\u0645\u0646\u0647 \u0632\u06CC\u0631 \u0628\u0627\u0634\u062F\u060C \u0628\u0647 \u0637\u0648\u0631 \u062E\u0648\u062F\u06A9\u0627\u0631 \u0628\u0647 \u0632\u0628\u0627\u0646 \u0645\u0642\u0635\u062F \u062A\u0631\u062C\u0645\u0647 \u0645\u06CC \u0634\u0648\u062F","never sites":"URL \u0647\u0627\u06CC\u06CC \u06A9\u0647 \u0647\u0631\u06AF\u0632 \u062A\u0631\u062C\u0645\u0647 \u0646\u0645\u06CC \u0634\u0648\u0646\u062F","never translate the following sites":"\u0647\u0646\u06AF\u0627\u0645\u06CC \u06A9\u0647 \u0648\u0628 \u0633\u0627\u06CC\u062A \u062F\u0627\u0631\u0627\u06CC \u0646\u0627\u0645 \u062F\u0627\u0645\u0646\u0647 \u0632\u06CC\u0631 \u0628\u0627\u0634\u062F\u060C \u062A\u0631\u062C\u0645\u0647 \u0627\u0646\u062C\u0627\u0645 \u0646\u062E\u0648\u0627\u0647\u062F \u0634\u062F","please refer to":"\u0642\u0628\u0644 \u0627\u0632 \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u0628\u0627\u06CC\u062F \u06A9\u0644\u06CC\u062F \u0631\u0627 \u067E\u0631 \u06A9\u0646\u06CC\u062F. \u0628\u0631\u0627\u06CC \u062C\u0632\u0626\u06CC\u0627\u062A \u0644\u0637\u0641\u0627\u064B \u0628\u0647",KeyAndConfigurationTutorial:'"\u0622\u0645\u0648\u0632\u0634 \u0628\u0631\u0646\u0627\u0645\u0647 \u06A9\u0627\u0631\u0628\u0631\u062F\u06CC \u0648 \u067E\u06CC\u06A9\u0631\u0628\u0646\u062F\u06CC \u06A9\u0644\u06CC\u062F"',useAboveStyleForTheseSites:"\u603B\u662F\u4F7F\u7528 {theme} \u8BD1\u6587\u6837\u5F0F\u7684\u7F51\u7AD9",currentUrl:"URL \u0641\u0639\u0644\u06CC",confirm:"\u0635\u0631\u0641\u0647 \u062C\u0648\u06CC\u06CC",cancel:"\u0644\u063A\u0648 \u06A9\u0646\u06CC\u062F",delete:"\u062D\u0630\u0641","languages.auto":"\u062A\u0634\u062E\u06CC\u0635 \u062E\u0648\u062F\u06A9\u0627\u0631",syncToCloud:"\u540C\u6B65\u5230\u4E91\u7AEF",syncToCloudDescription:"\u5F00\u542F\u540E\u53EF\u4EE5\u5728\u4E0D\u540C\u7684\u6D4F\u89C8\u5668/\u6CB9\u7334\u811A\u672C\u4E4B\u95F4\u540C\u6B65\u914D\u7F6E,\u4EE5\u6700\u540E\u4FEE\u6539\u65F6\u95F4\u4E3A\u51C6\u3002",syncToAccount:"\u0647\u0645\u06AF\u0627\u0645 \u0633\u0627\u0632\u06CC \u0628\u0627 Immersive Translation Cloud",syncToAccountButton:"\u0641\u0648\u0631\u0627\u064B \u0628\u0627 \u0627\u0628\u0631 \u0647\u0645\u06AF\u0627\u0645 \u0633\u0627\u0632\u06CC \u06A9\u0646\u06CC\u062F",syncToAccountDescription:"\u0628\u0647 \u0637\u0648\u0631 \u062E\u0648\u062F\u06A9\u0627\u0631 \u067E\u06CC\u06A9\u0631\u0628\u0646\u062F\u06CC \u0647\u0627 \u0631\u0627 \u0628\u06CC\u0646 \u062F\u0633\u062A\u06AF\u0627\u0647 \u0647\u0627\u06CC \u0645\u062E\u062A\u0644\u0641 \u0628\u0631 \u0627\u0633\u0627\u0633 \u0622\u062E\u0631\u06CC\u0646 \u0632\u0645\u0627\u0646 \u062A\u063A\u06CC\u06CC\u0631 \u0647\u0645\u06AF\u0627\u0645 \u0633\u0627\u0632\u06CC \u06A9\u0646\u06CC\u062F.",successSyncConfigInAccount:"\u0628\u0627 \u0645\u0648\u0641\u0642\u06CC\u062A \u0628\u0627 \u0627\u0628\u0631 \u0647\u0645\u06AF\u0627\u0645 \u0628\u0645\u0627\u0646\u06CC\u062F",successSyncConfigToAccount:"\u0628\u0627 \u0645\u0648\u0641\u0642\u06CC\u062A \u0628\u0627 \u0627\u0628\u0631 \u0647\u0645\u06AF\u0627\u0645\u200C\u0633\u0627\u0632\u06CC \u0634\u062F",syncConfigNoUpdate:"\u062F\u0631 \u062D\u0627\u0644 \u062D\u0627\u0636\u0631 \u062C\u062F\u06CC\u062F\u062A\u0631\u06CC\u0646",authFail:"\u0645\u062C\u0648\u0632 \u0627\u0646\u062C\u0627\u0645 \u0646\u0634\u062F",syncTitle:"\u0645\u062F\u06CC\u0631\u06CC\u062A \u067E\u0634\u062A\u06CC\u0628\u0627\u0646 \u06AF\u06CC\u0631\u06CC \u062F\u0633\u062A\u06CC",import_hint:"\u0648\u0627\u0631\u062F \u0643\u0631\u062F\u0646",upload:"\u0628\u0627\u0631\u06AF\u0630\u0627\u0631\u06CC",revokeAuth:"\u0644\u063A\u0648 \u0645\u062C\u0648\u0632",uploadFail:"\u0622\u067E\u0644\u0648\u062F \u0627\u0646\u062C\u0627\u0645 \u0646\u0634\u062F",download:"\u062F\u0627\u0646\u0644\u0648\u062F",importSuccess:"\u0648\u0627\u0631\u062F\u0627\u062A \u0628\u0627 \u0645\u0648\u0641\u0642\u06CC\u062A \u0627\u0646\u062C\u0627\u0645 \u0634\u062F",importFail:"\u0648\u0627\u0631\u062F\u0627\u062A \u0627\u0646\u062C\u0627\u0645 \u0646\u0634\u062F",deleteFail:"\u062D\u0630\u0641 \u0646\u0634\u062F",backupToCloud:"\u0641\u0627\u06CC\u0644 \u0647\u0627\u06CC \u067E\u0634\u062A\u06CC\u0628\u0627\u0646 \u0631\u0627 \u0628\u0647 \u0635\u0648\u0631\u062A \u062F\u0633\u062A\u06CC \u0645\u062F\u06CC\u0631\u06CC\u062A \u06A9\u0646\u06CC\u062F",create_new_backup:"\u0627\u0636\u0627\u0641\u0647 \u06A9\u0631\u062F\u0646 \u06AF\u0631\u0647 \u067E\u0634\u062A\u06CC\u0628\u0627\u0646",maxBackupFiles:"\u062A\u0627{count}\u06AF\u0631\u0647 \u0645\u062E\u062A\u0644\u0641 \u0631\u0627 \u0645\u06CC \u062A\u0648\u0627\u0646 \u067E\u0634\u062A\u06CC\u0628\u0627\u0646 \u06AF\u06CC\u0631\u06CC \u06A9\u0631\u062F\u060C \u0644\u0637\u0641\u0627 \u06AF\u0631\u0647 \u0647\u0627\u06CC \u063A\u06CC\u0631 \u0636\u0631\u0648\u0631\u06CC \u0631\u0627 \u062D\u0630\u0641 \u06A9\u0646\u06CC\u062F",backupToCloudDescription:"\u0641\u0627\u06CC\u0644 \u0647\u0627\u06CC \u067E\u0634\u062A\u06CC\u0628\u0627\u0646 \u0631\u0627 \u0628\u0647 \u0635\u0648\u0631\u062A \u062F\u0633\u062A\u06CC \u0622\u067E\u0644\u0648\u062F \u06CC\u0627 \u0628\u0627\u0632\u06CC\u0627\u0628\u06CC \u06A9\u0646\u06CC\u062F\u060C \u062A\u0627 \u062D\u062F\u0627\u06A9\u062B\u0631 3 \u0646\u0633\u062E\u0647 \u067E\u0634\u062A\u06CC\u0628\u0627\u0646 \u062A\u0647\u06CC\u0647 \u06A9\u0646\u06CC\u062F",successSyncConfig:"\u0628\u0627 \u0645\u0648\u0641\u0642\u06CC\u062A \u0628\u0627 \u0627\u0628\u0631 \u0647\u0645\u06AF\u0627\u0645 \u0628\u0645\u0627\u0646\u06CC\u062F",syncFail:"\u0647\u0645\u06AF\u0627\u0645 \u0633\u0627\u0632\u06CC \u0627\u0646\u062C\u0627\u0645 \u0646\u0634\u062F",updatedAt:"\u0628\u0647 \u0631\u0648\u0632 \u0634\u062F\u0647 \u062F\u0631 {date}",lastSyncedAt:"\u0622\u062E\u0631\u06CC\u0646 \u0628\u0631\u0631\u0633\u06CC \u062F\u0631 {date}",downloadFail:"\u062F\u0627\u0646\u0644\u0648\u062F \u0646\u0634\u062F",clickToDownload:"\u0628\u0631\u0627\u06CC \u062F\u0627\u0646\u0644\u0648\u062F \u06A9\u0644\u06CC\u06A9 \u06A9\u0646\u06CC\u062F",aboutLabel:"\u062F\u0631\u0628\u0627\u0631\u0647 - \u0628\u0627\u0632\u062E\u0648\u0631\u062F","browser.openAboutPage":"\u5173\u4E8E/\u53CD\u9988/\u8D5E\u52A9",aboutLabelWithoutSponsor:"\u062F\u0631\u0628\u0627\u0631\u0647 - \u0628\u0627\u0632\u062E\u0648\u0631\u062F",aboutIntro:"\u8BE5\u6269\u5C55\u514D\u8D39\u4F7F\u7528\uFF0C\u5E0C\u671B\u6211\u4EEC\u90FD\u80FD\u66F4\u52A0\u5BB9\u6613\u4E14\u6109\u60A6\u5730\u83B7\u53D6\u4E92\u8054\u7F51\u4E0A\u5DE8\u5927\u7684\u5916\u8BED\u4FE1\u606F \u2764\uFE0F

\u611F\u8C22\u8FD9\u4E9B<1>\u8D5E\u52A9\u8005\u4EEC, \u7531\u4E8E\u4ED6/\u5979\u4EEC\u7684\u652F\u6301\uFF0C\u66F4\u591A\u7684\u4EBA\u53EF\u4EE5\u514D\u8D39\u5730\u4F7F\u7528\u8FD9\u4E2A\u5DE5\u5177\u3002\u5982\u679C\u6709\u4F59\u529B\uFF0C\u4F60\u53EF\u4EE5<2>\u70B9\u51FB\u8FD9\u91CC\u8D5E\u52A9\u6211\u7684\u5DE5\u4F5C\uFF0C\u4F60\u8FD8\u53EF\u4EE5\u5173\u6CE8\u6211\u7684<3>\u63A8\u7279\uFF0C<4>Telegram \u9891\u9053\u4EE5\u53CA\u4E0B\u65B9\u7684<5>\u90AE\u4EF6\u8BA2\u9605\u8FFD\u8E2A\u66F4\u65B0\u3002",aboutIntroWithoutSponsor:"\u8BE5\u6269\u5C55\u514D\u8D39\u4F7F\u7528\uFF0C\u5E0C\u671B\u6211\u4EEC\u90FD\u80FD\u66F4\u52A0\u5BB9\u6613\u4E14\u6109\u60A6\u5730\u83B7\u53D6\u4E92\u8054\u7F51\u4E0A\u5DE8\u5927\u7684\u5916\u8BED\u4FE1\u606F \u2764\uFE0F ",projectHomepage:"\u0635\u0641\u062D\u0647 \u0627\u0635\u0644\u06CC \u067E\u0631\u0648\u0698\u0647",joinTelegramGroup:"\u52A0\u5165 Telegram \u7FA4\u53C2\u4E0E\u529F\u80FD\u8BA8\u8BBA",wechatPublicAccount:"\u062D\u0633\u0627\u0628 \u0639\u0645\u0648\u0645\u06CC \u0648\u06CC \u0686\u062A",wechatCommunities:"\u06AF\u0631\u0648\u0647 \u0627\u0631\u062A\u0628\u0627\u0637\u06CC \u0648\u06CC \u0686\u062A",qqCommunities:"\u06A9\u0627\u0646\u0627\u0644 \u0627\u0631\u062A\u0628\u0627\u0637\u06CC QQ",joinTelegramChannel:"\u0628\u0631\u0627\u06CC \u0627\u0637\u0644\u0627\u0639 \u0627\u0632 \u0622\u062E\u0631\u06CC\u0646 \u0627\u062E\u0628\u0627\u0631 \u06A9\u0627\u0646\u0627\u0644 \u062A\u0644\u06AF\u0631\u0627\u0645 \u0631\u0627 \u062F\u0646\u0628\u0627\u0644 \u06A9\u0646\u06CC\u062F",feedbackAndJoin:"\u0628\u0627\u0632\u062E\u0648\u0631\u062F \u0645\u0634\u06A9\u0644/\u0628\u0647 \u06AF\u0631\u0648\u0647 \u0628\u067E\u06CC\u0648\u0646\u062F\u06CC\u062F",autoSync:"\u0647\u0645\u06AF\u0627\u0645 \u0633\u0627\u0632\u06CC \u0628\u0631\u0646\u0627\u0645\u0647 \u0631\u06CC\u0632\u06CC \u0634\u062F\u0647 \u062E\u0648\u062F\u06A9\u0627\u0631",loadingThemeTitle:"\u0633\u0628\u06A9 \u0628\u0627\u0631\u06AF\u06CC\u0631\u06CC",loadingThemeDescription:"\u0647\u0646\u06AF\u0627\u0645 \u0627\u0646\u062A\u0638\u0627\u0631 \u0628\u0631\u0627\u06CC \u0628\u0627\u0631\u06AF\u06CC\u0631\u06CC \u062A\u0631\u062C\u0645\u0647\u060C \u0633\u0628\u06A9 \u0631\u0627 \u062A\u0646\u0638\u06CC\u0645 \u06A9\u0646\u06CC\u062F","loadingTheme.spinner":"\u8F6C\u5708\u52A8\u753B Spinner","loadingTheme.text":"\u0645\u062A\u0646 \u0627\u06CC\u0633\u062A\u0627... ","loadingTheme.none":"\u0646\u0634\u0627\u0646 \u0646\u062F\u0647",developerDescription:"\u0627\u06CC\u0646\u062C\u0627 \u0645\u06CC \u062A\u0648\u0627\u0646\u06CC\u062F <1> \u0631\u0627 \u06A9\u0644\u06CC\u06A9 \u06A9\u0646\u06CC\u062F \u0645\u0634\u0627\u0647\u062F\u0647 \u0627\u0633\u0646\u0627\u062F \u0645\u0631\u0628\u0648\u0637 \u0628\u0647 \u0633\u0641\u0627\u0631\u0634\u06CC \u0633\u0627\u0632\u06CC \u067E\u06CC\u0634\u0631\u0641\u062A\u0647","edit border color":"\u0631\u0646\u06AF \u062D\u0627\u0634\u06CC\u0647 \u0631\u0627 \u062A\u063A\u06CC\u06CC\u0631 \u062F\u0647\u06CC\u062F",successSyncButNoChange:"\u067E\u06CC\u06A9\u0631\u0628\u0646\u062F\u06CC \u0641\u0639\u0644\u06CC \u0628\u0627 \u0627\u0628\u0631 \u0633\u0627\u0632\u06AF\u0627\u0631 \u0627\u0633\u062A",customTheme:"\u0631\u0646\u06AF \u0647\u0627 \u0648 \u0627\u0646\u062F\u0627\u0632\u0647 \u0647\u0627\u06CC \u0633\u0641\u0627\u0631\u0634\u06CC","customThemeLabel.borderColor":"\u0631\u0646\u06AF \u0644\u0628\u0647","customThemeLabel.borderRadius":"\u06AF\u0648\u0634\u0647 \u0647\u0627\u06CC \u06AF\u0631\u062F \u062D\u0627\u0634\u06CC\u0647","customThemeLabel.textColor":"\u0631\u0646\u06AF \u0645\u062A\u0646","customThemeLabel.backgroundColor":"\u0631\u0646\u06AF \u067E\u0633 \u0632\u0645\u06CC\u0646\u0647","customThemeLabel.zoom":"\u0645\u0642\u06CC\u0627\u0633 \u0628\u0646\u062F\u06CC \u0642\u0644\u0645 (%)","customThemeLabel.opacity":"\u06A9\u062F\u0648\u0631\u062A \u0645\u062A\u0646 (%)",resetToDefaultColor:"\u0628\u0647 \u0631\u0646\u06AF \u067E\u06CC\u0634 \u0641\u0631\u0636 \u0628\u0631\u06AF\u0631\u062F\u06CC\u062F",resetToDefaultSettings:"\u0628\u0647 \u062A\u0646\u0638\u06CC\u0645\u0627\u062A \u067E\u06CC\u0634 \u0641\u0631\u0636 \u0628\u0631\u06AF\u0631\u062F\u06CC\u062F",isTranslateTitle:"\u0639\u0646\u0627\u0648\u06CC\u0646 \u0635\u0641\u062D\u0627\u062A \u0648\u0628 \u062A\u0631\u062C\u0645\u0647 \u0634\u062F\u0647 \u0631\u0627 \u0631\u0648\u0634\u0646 \u06A9\u0646\u06CC\u062F",isTranslateTitleDescription:"\u0648\u0642\u062A\u06CC \u0631\u0648\u0634\u0646 \u0634\u062F\u060C \u0639\u0646\u0648\u0627\u0646 \u0635\u0641\u062D\u0647 \u0648\u0628 \u062A\u0631\u062C\u0645\u0647 \u062E\u0648\u0627\u0647\u062F \u0634\u062F",enableSearchEnhancement:"\u0628\u0647\u0628\u0648\u062F \u0627\u0637\u0644\u0627\u0639\u0627\u062A \u062F\u0648 \u0632\u0628\u0627\u0646\u0647 \u0631\u0627 \u0641\u0639\u0627\u0644 \u06A9\u0646\u06CC\u062F",enableSearchEnhancementDescription:"\u067E\u0633 \u0627\u0632 \u0631\u0648\u0634\u0646 \u0634\u062F\u0646\u060C \u0646\u062A\u0627\u06CC\u062C \u062C\u0633\u062A\u062C\u0648\u06CC \xABGoogle News\xBB \u0645\u0631\u0628\u0648\u0637 \u0628\u0647 \u06A9\u0644\u06CC\u062F\u0648\u0627\u0698\u0647\u200C\u0647\u0627\u06CC \u0627\u0646\u06AF\u0644\u06CC\u0633\u06CC \u0628\u0647\u200C\u0637\u0648\u0631 \u062E\u0648\u062F\u06A9\u0627\u0631 \u062F\u0631 \u0633\u062A\u0648\u0646 \u0633\u0645\u062A \u0631\u0627\u0633\u062A \u0648\u0628\u200C\u0633\u0627\u06CC\u062A\u200C\u0647\u0627\u06CC \u067E\u0634\u062A\u06CC\u0628\u0627\u0646\u06CC\u200C\u0634\u062F\u0647 (Google News\u060C Google Search (\u0628\u0631\u062E\u06CC \u06A9\u0644\u0645\u0627\u062A \u06A9\u0644\u06CC\u062F\u06CC)\u060C Snowball\u060C Oriental Fortune\u060C Futu\u060C \u0627\u0646\u062C\u0645\u0646 \u0628\u0628\u0631) \u0646\u0645\u0627\u06CC\u0634 \u062F\u0627\u062F\u0647 \u0645\u06CC\u200C\u0634\u0648\u0646\u062F.",verifyService:"\u0628\u0631\u0627\u06CC \u062A\u0633\u062A \u0633\u0631\u0648\u06CC\u0633 \u0627\u06CC\u0646\u062C\u0627 \u06A9\u0644\u06CC\u06A9 \u06A9\u0646\u06CC\u062F",verified:"\u062A\u0623\u06CC\u06CC\u062F \u0628\u0627 \u0645\u0648\u0641\u0642\u06CC\u062A \u0627\u0646\u062C\u0627\u0645 \u0634\u062F","field.langs":"\u06A9\u062F\u0647\u0627\u06CC \u0632\u0628\u0627\u0646 \u067E\u0634\u062A\u06CC\u0628\u0627\u0646\u06CC \u0634\u062F\u0647","field.model":"\u0645\u062F\u0644","field.translationEngine":"\u0645\u0648\u062A\u0648\u0631 \u062A\u0631\u062C\u0645\u0647","field.limitPerMinute":"\u062D\u062F\u0627\u06A9\u062B\u0631 \u062A\u0639\u062F\u0627\u062F \u062F\u0631\u062E\u0648\u0627\u0633\u062A \u062F\u0631 \u062F\u0642\u06CC\u0642\u0647","field.limitPerSecond":"\u062D\u062F\u0627\u06A9\u062B\u0631 \u062A\u0639\u062F\u0627\u062F \u062F\u0631\u062E\u0648\u0627\u0633\u062A \u062F\u0631 \u062B\u0627\u0646\u06CC\u0647","field.maxTextLengthPerRequest":"\u062D\u062F\u0627\u06A9\u062B\u0631 \u0637\u0648\u0644 \u0645\u062A\u0646 \u062F\u0631 \u0647\u0631 \u062F\u0631\u062E\u0648\u0627\u0633\u062A","field.maxTextGroupLengthPerRequest":"\u062D\u062F\u0627\u06A9\u062B\u0631 \u062A\u0639\u062F\u0627\u062F \u067E\u0627\u0631\u0627\u06AF\u0631\u0627\u0641 \u062F\u0631 \u0647\u0631 \u062F\u0631\u062E\u0648\u0627\u0633\u062A","field.apiUrl":"\u0622\u062F\u0631\u0633 \u0631\u0627\u0628\u0637 API \u0633\u0641\u0627\u0631\u0634\u06CC","field.placeholderDelimiters":"\u0645\u062A\u063A\u06CC\u0631\u0647\u0627\u06CC \u0631\u0632\u0631\u0648 \u0634\u062F\u0647","description.custom":"\u062F\u0633\u062A\u0631\u0633\u06CC \u0628\u0647 \u0631\u0627\u0628\u0637 \u0633\u0641\u0627\u0631\u0634\u06CC \u0628\u0647 \u0627\u0633\u0646\u0627\u062F \u0645\u0631\u062C\u0639 \u0646\u06CC\u0627\u0632 \u062F\u0627\u0631\u062F","description.limitPerMinute":"\u8BF7\u6C42\u6570\u8D85\u8FC7\u8BE5\u9650\u5236\u65F6\u4F1A\u88AB\u6682\u65F6\u7981\u7528\uFF0C\u76F4\u5230\u4E0B\u4E00\u5206\u949F\u5F00\u59CB\uFF0C\u9ED8\u8BA4\u8BBE\u7F6E\u4E3A OpenAI \u8BD5\u7528\u7248\u7684\u8BF7\u6C42\u9650\u5236","description.limitPerSecond":"\u0648\u0642\u062A\u06CC \u062A\u0639\u062F\u0627\u062F \u062F\u0631\u062E\u0648\u0627\u0633\u062A \u0647\u0627 \u0627\u0632 \u0627\u06CC\u0646 \u062D\u062F \u0628\u06CC\u0634\u062A\u0631 \u0634\u0648\u062F\u060C \u062A\u0627 \u0627\u0628\u062A\u062F\u0627\u06CC \u062B\u0627\u0646\u06CC\u0647 \u0628\u0639\u062F \u0648\u0627\u0631\u062F \u062D\u0627\u0644\u062A \u0635\u0641 \u0645\u06CC \u0634\u0648\u062F. \u0628\u0627 \u062A\u0648\u062C\u0647 \u0628\u0647 \u0645\u062D\u062F\u0648\u062F\u06CC\u062A\u200C\u0647\u0627\u06CC \u0645\u062E\u062A\u0644\u0641 \u0633\u0631\u0648\u06CC\u0633 \u0641\u0639\u0644\u06CC OpenAI\u060C \u0644\u0637\u0641\u0627\u064B <1> \u0631\u0627 \u0627\u06CC\u0646\u062C\u0627 \u06A9\u0644\u06CC\u06A9 \u06A9\u0646\u06CC\u062F \u0622\u062E\u0631\u06CC\u0646 \u0645\u0642\u0627\u062F\u06CC\u0631 \u062A\u0648\u0635\u06CC\u0647 \u0634\u062F\u0647 \u0631\u0627 \u0645\u0634\u0627\u0647\u062F\u0647 \u06A9\u0646\u06CC\u062F","description.generalLimitPerSecond":"\u0648\u0642\u062A\u06CC \u062A\u0639\u062F\u0627\u062F \u062F\u0631\u062E\u0648\u0627\u0633\u062A \u0647\u0627 \u0627\u0632 \u0627\u06CC\u0646 \u062D\u062F \u0628\u06CC\u0634\u062A\u0631 \u0634\u0648\u062F\u060C \u062A\u0627 \u0627\u0628\u062A\u062F\u0627\u06CC \u062B\u0627\u0646\u06CC\u0647 \u0628\u0639\u062F \u0648\u0627\u0631\u062F \u062D\u0627\u0644\u062A \u0635\u0641 \u0645\u06CC \u0634\u0648\u062F.","description.prompt":"\u0628\u0647 \u0639\u0646\u0648\u0627\u0646 \u06A9\u0627\u0631\u0628\u0631\u060C \u06AF\u0641\u062A\u06AF\u0648 \u0631\u0627 \u0628\u0647 {service} \u0627\u0631\u0633\u0627\u0644 \u06A9\u0646\u06CC\u062F\u060C \u06A9\u0647 \u062F\u0631 \u0622\u0646 {{text}} \u0645\u062D\u062A\u0648\u0627\u06CC \u0645\u062A\u0646 \u067E\u0627\u0631\u0627\u06AF\u0631\u0627\u0641\u060C {{from}} \u0632\u0628\u0627\u0646 \u067E\u0627\u0631\u0627\u06AF\u0631\u0627\u0641 \u0648 {{to}} \u0632\u0628\u0627\u0646 \u0645\u0642\u0635\u062F \u0631\u0627 \u0646\u0634\u0627\u0646 \u0645\u06CC \u062F\u0647\u062F.","description.maxTextLengthPerRequest":"\u9ED8\u8BA4\u4F1A\u5408\u5E76\u591A\u4E2A\u6BB5\u843D\uFF0C\u4EE5\u51CF\u5C11\u8BF7\u6C42\u6B21\u6570\uFF0C\u4F46\u662F\u5982\u679C\u6BB5\u843D\u603B\u957F\u5EA6\u8FC7\u957F\uFF0C\u4E5F\u53EF\u80FD\u4F1A\u5BFC\u81F4\u63A5\u53E3\u7684\u54CD\u5E94\u53D8\u6162\uFF0C\u56E0\u6B64\u53EF\u4EE5\u5C1D\u8BD5\u8C03\u6574\u8BE5\u9009\u9879\u6765\u4F18\u5316\u901F\u5EA6","description.systemPrompt":"\u0628\u0647 \u0639\u0646\u0648\u0627\u0646 \u0633\u06CC\u0633\u062A\u0645\u060C \u06AF\u0641\u062A\u06AF\u0648\u06CC\u06CC \u0631\u0627 \u0628\u0647 {service} \u0627\u0631\u0633\u0627\u0644 \u06A9\u0646\u06CC\u062F\u060C \u06A9\u0647 \u062F\u0631 \u0622\u0646 {{text}} \u0645\u062D\u062A\u0648\u0627\u06CC \u0645\u062A\u0646 \u067E\u0627\u0631\u0627\u06AF\u0631\u0627\u0641\u060C {{from}} \u0632\u0628\u0627\u0646 \u067E\u0627\u0631\u0627\u06AF\u0631\u0627\u0641 \u0648 {{to}} \u0632\u0628\u0627\u0646 \u0647\u062F\u0641 \u0631\u0627 \u0646\u0634\u0627\u0646 \u0645\u06CC \u062F\u0647\u062F.","field.domain":"\u0631\u0634\u062A\u0647","description.domain":"\u067E\u06CC\u0634 \u0641\u0631\u0636\uFF1A\u0639\u0645\u0648\u0645\u06CC \u0627\u0633\u062A. \u0641\u0642\u0637 \u0632\u0645\u0627\u0646\u06CC \u0645\u06CC\u200C\u062A\u0648\u0627\u0646 \u0622\u0646 \u0631\u0627 \u062A\u0646\u0638\u06CC\u0645 \u06A9\u0631\u062F \u06A9\u0647 \u062A\u0631\u062C\u0645\u0647 \u0645\u0628\u062A\u0646\u06CC \u0628\u0631 \u062F\u0627\u0645\u0646\u0647 \u062F\u0631 \u06A9\u0646\u0633\u0648\u0644 Youdao API \u0641\u0639\u0627\u0644 \u0628\u0627\u0634\u062F. \u0628\u0631\u0627\u06CC \u0642\u0633\u0645\u062A\u200C\u0647\u0627\u06CC \u067E\u0634\u062A\u06CC\u0628\u0627\u0646\u06CC\u200C\u0634\u062F\u0647\u060C \u0644\u0637\u0641\u0627\u064B <1> \u0631\u0627 \u0627\u06CC\u0646\u062C\u0627 \u0628\u0628\u06CC\u0646\u06CC\u062F.","field.scene":"\u0635\u062D\u0646\u0647 \u0647\u0627\u06CC","description.scene":"\u067E\u06CC\u0634 \u0641\u0631\u0636\uFF1A\u0639\u0645\u0648\u0645\u06CC \u0627\u0633\u062A. \u062A\u0646\u0647\u0627 \u0632\u0645\u0627\u0646\u06CC \u0645\u06CC\u200C\u062A\u0648\u0627\u0646 \u0622\u0646 \u0631\u0627 \u062A\u0646\u0638\u06CC\u0645 \u06A9\u0631\u062F \u06A9\u0647 \u0646\u0633\u062E\u0647 \u062D\u0631\u0641\u0647\u200C\u0627\u06CC \u062A\u0631\u062C\u0645\u0647 \u0645\u0627\u0634\u06CC\u0646\u06CC \u062F\u0631 \u06A9\u0646\u0633\u0648\u0644 Alibaba Cloud API \u0641\u0639\u0627\u0644 \u0634\u0648\u062F. \u0628\u0631\u0627\u06CC \u0633\u0646\u0627\u0631\u06CC\u0648\u0647\u0627\u06CC \u067E\u0634\u062A\u06CC\u0628\u0627\u0646\u06CC \u0634\u062F\u0647 \u0628\u0647 <1> \u0627\u06CC\u0646\u062C\u0627 \u0645\u0631\u0627\u062C\u0639\u0647 \u06A9\u0646\u06CC\u062F.","field.vocabId":"\u0634\u0646\u0627\u0633\u0647 \u0641\u0631\u0647\u0646\u06AF \u0644\u063A\u062A \u06A9\u0627\u0631\u0628\u0631","description.vocabId":"\u0641\u0631\u0647\u0646\u06AF \u0644\u063A\u062A \u0645\u0634\u062E\u0635 \u0634\u062F\u0647 out_id \u062F\u0631 \u062D\u0627\u0644 \u062D\u0627\u0636\u0631 \u0627\u0632 \u062A\u0631\u062C\u0645\u0647 \u0627\u0646\u06AF\u0644\u06CC\u0633\u06CC \u0628\u0647 \u0686\u06CC\u0646\u06CC \u067E\u0634\u062A\u06CC\u0628\u0627\u0646\u06CC \u0645\u06CC \u06A9\u0646\u062F.","description.model":"\u0645\u062F\u0644 OpenAI \u0645\u06CC \u062A\u0648\u0627\u0646\u062F gpt-3.5-turbo\u060C gpt-4 \u0648 \u063A\u06CC\u0631\u0647 \u0628\u0627\u0634\u062F.","description.maxTextGroupLengthPerRequest":"\u062A\u0639\u062F\u0627\u062F \u067E\u0627\u0631\u0627\u06AF\u0631\u0627\u0641\u200C\u0647\u0627\u06CC\u06CC \u06A9\u0647 \u0647\u0631 \u0628\u0627\u0631 \u0628\u0647 \u0633\u0631\u0648\u06CC\u0633 \u062A\u0631\u062C\u0645\u0647 \u0627\u0631\u0633\u0627\u0644 \u0645\u06CC\u200C\u0634\u0648\u0646\u062F. \u0627\u06AF\u0631 \u062A\u0639\u062F\u0627\u062F \u067E\u0627\u0631\u0627\u06AF\u0631\u0627\u0641\u200C\u0647\u0627 \u0628\u06CC\u0634 \u0627\u0632 \u062D\u062F \u0628\u0627\u0634\u062F\u060C \u067E\u0627\u0633\u062E \u0631\u0627\u0628\u0637 \u0645\u0645\u06A9\u0646 \u0627\u0633\u062A \u06A9\u0646\u062F \u0634\u0648\u062F.","description.apiUrl":"\u8BF7\u6DFB\u52A0\u5177\u4F53\u5E26\u6709\u8DEF\u5F84\u7684\u7F51\u5740",enabledExtension:"\u0627\u0641\u0632\u0648\u0646\u0647 \u0631\u0627 \u0641\u0639\u0627\u0644 \u06A9\u0646\u06CC\u062F",clickToDisableExtension:"\u0628\u0631\u0627\u06CC \u063A\u06CC\u0631\u0641\u0639\u0627\u0644 \u06A9\u0631\u062F\u0646 \u0627\u0641\u0632\u0648\u0646\u0647 \u06A9\u0644\u06CC\u06A9 \u06A9\u0646\u06CC\u062F",clickToEnableExtension:"\u0628\u0631\u0627\u06CC \u0641\u0639\u0627\u0644 \u06A9\u0631\u062F\u0646 \u0628\u0631\u0646\u0627\u0645\u0647 \u0627\u0641\u0632\u0648\u062F\u0646\u06CC \u06A9\u0644\u06CC\u06A9 \u06A9\u0646\u06CC\u062F",hasBeenDisabled:"\u0645\u0639\u0644\u0648\u0644","show password":"\u0646\u0645\u0627\u06CC\u0634 \u0631\u0645\u0632 \u0639\u0628\u0648\u0631",customContent:"\u8F93\u5165\u81EA\u5B9A\u4E49\u5185\u5BB9",inputOptions:"\u0628\u0647\u0628\u0648\u062F \u062C\u0639\u0628\u0647 \u0648\u0631\u0648\u062F\u06CC",mouseHoverOptions:"\u0645\u0627\u0648\u0633 \u0628\u0631",modifyMouseHoverKey:"\u06A9\u0644\u06CC\u062F\u0647\u0627\u06CC \u0645\u06CC\u0627\u0646\u0628\u0631 \u0645\u0627\u0648\u0633 \u0631\u0627 \u062A\u063A\u06CC\u06CC\u0631 \u062F\u0647\u06CC\u062F",enableInputTranslation:"\u0641\u0639\u0627\u0644 \u06A9\u0631\u062F\u0646 \u0628\u0647\u0628\u0648\u062F \u062C\u0639\u0628\u0647 \u0648\u0631\u0648\u062F\u06CC",enableInputTranslationDescription:"\u067E\u0633 \u0627\u0632 \u0641\u0639\u0627\u0644 \u06A9\u0631\u062F\u0646{trailingKey}\u060C \u0645\u0633\u062A\u0642\u06CC\u0645\u0627\u064B {startingKey}{startingKey} hello \u0631\u0627 \u062F\u0631 \u06A9\u0627\u062F\u0631 \u0648\u0631\u0648\u062F\u06CC \u0648\u0627\u0631\u062F \u06A9\u0646\u06CC\u062F \u0648 \u0633\u067E\u0633 \u0628\u0647 \u0633\u0631\u0639\u062A \u0631\u0648\u06CC{inputTrailingTriggerKeyRepeatTimes}\u062F\u0648 \u0628\u0627\u0631 \u06A9\u0644\u06CC\u06A9 \u06A9\u0646\u06CC\u062F \u062A\u0627 \u0622\u0646 \u0631\u0627 \u0628\u0647 {inputTargetLanguage}\u062A\u0628\u062F\u06CC\u0644 \u06A9\u0646\u06CC\u062F.",enableInputTranslationDescriptionForNoneKey:"{trailingKey}\u0641\u0639\u0627\u0644 \u06A9\u0631\u062F\u0646 \u0622\u0646\u060C \u0645\u0633\u062A\u0642\u06CC\u0645\u0627\u064B\uFF1Ahello world \u0631\u0627 \u062F\u0631 \u06A9\u0627\u062F\u0631 \u0648\u0631\u0648\u062F\u06CC \u0648\u0627\u0631\u062F \u06A9\u0646\u06CC\u062F \u0648 \u0633\u067E\u0633 \u0628\u0647 \u0633\u0631\u0639\u062A{inputTrailingTriggerKeyRepeatTimes}\u0628\u0627\u0631 \u06A9\u0644\u06CC\u06A9 \u06A9\u0646\u06CC\u062F \u062A\u0627 \u0628\u0647 \u0632\u0628\u0627\u0646 \u0645\u0642\u0635\u062F \u067E\u06CC\u0634 \u0641\u0631\u0636 \u062A\u0631\u062C\u0645\u0647 \u0634\u0648\u062F.",inputTargetLanguage:"\u0632\u0628\u0627\u0646 \u0645\u0642\u0635\u062F \u067E\u06CC\u0634 \u0641\u0631\u0636 \u06A9\u0627\u062F\u0631 \u0648\u0631\u0648\u062F\u06CC \u0631\u0627 \u062A\u0646\u0638\u06CC\u0645 \u06A9\u0646\u06CC\u062F",inputTargetLanguageDescription:"\u0632\u0628\u0627\u0646 \u0645\u0642\u0635\u062F \u067E\u06CC\u0634\u200C\u0641\u0631\u0636 \u0628\u0631\u0627\u06CC \u062A\u0631\u062C\u0645\u0647 \u062C\u0639\u0628\u0647 \u0648\u0631\u0648\u062F\u06CC\u060C \u06A9\u0647 {startingKey}{startingKey} \u0628\u0647 \u0639\u0646\u0648\u0627\u0646 \u0632\u0628\u0627\u0646 \u067E\u06CC\u0634\u200C\u0641\u0631\u0636 \u0628\u0631\u0627\u06CC \u06A9\u0644\u0645\u0627\u062A \u0631\u0627\u0647\u200C\u0627\u0646\u062F\u0627\u0632 \u0627\u0633\u062A",inputTargetLanguageDescriptionForNoneKey:"\u0632\u0628\u0627\u0646 \u0645\u0642\u0635\u062F \u067E\u06CC\u0634\u200C\u0641\u0631\u0636 \u0628\u0631\u0627\u06CC \u062A\u0631\u062C\u0645\u0647\u200C\u0647\u0627\u06CC \u062C\u0639\u0628\u0647 \u0648\u0631\u0648\u062F\u06CC",inputStartingTriggerKeyTitle:"\u06A9\u0627\u0631\u0627\u06A9\u062A\u0631\u0647\u0627\u06CC \u062A\u0642\u0633\u06CC\u0645 \u0631\u0627 \u0628\u0631\u0627\u06CC \u062A\u0631\u062C\u0645\u0647 \u062C\u0632\u0626\u06CC \u06A9\u0627\u062F\u0631 \u0648\u0631\u0648\u062F\u06CC \u062A\u0646\u0638\u06CC\u0645 \u06A9\u0646\u06CC\u062F",inputStartingTriggerKeyDescription:"\u0647\u0646\u06AF\u0627\u0645\u06CC \u06A9\u0647 \u0646\u06CC\u0627\u0632\u06CC \u0628\u0647 \u062A\u0631\u062C\u0645\u0647 \u06A9\u0644 \u06A9\u0627\u062F\u0631 \u0648\u0631\u0648\u062F\u06CC \u0646\u062F\u0627\u0631\u06CC\u062F\u060C \u062C\u062F\u0627\u06A9\u0646\u0646\u062F\u0647 \u0628\u0647 \u0634\u0645\u0627 \u0627\u062C\u0627\u0632\u0647 \u0645\u06CC \u062F\u0647\u062F \u0641\u0642\u0637 \u0642\u0633\u0645\u062A \u0631\u0627 {startingKey}{startingKey} \u0628\u0647 \u0627\u0646\u062A\u0647\u0627\u06CC \u06A9\u0627\u062F\u0631 \u0648\u0631\u0648\u062F\u06CC \u062A\u0631\u062C\u0645\u0647 \u06A9\u0646\u06CC\u062F\u060C \u06CC\u0627 \u0645\u06CC \u062A\u0648\u0627\u0646\u06CC\u062F \u06A9\u062F \u0632\u0628\u0627\u0646 \u0631\u0627 \u0645\u0634\u062E\u0635 \u06A9\u0646\u06CC\u062F\u060C \u0628\u0647 \u0639\u0646\u0648\u0627\u0646 \u0645\u062B\u0627\u0644\u060C\uFF1A{startingKey}ja \u0628\u0647 \u0645\u0639\u0646\u0627\u06CC \u0641\u0642\u0637 \u062A\u0631\u062C\u0645\u0647 \u0627\u0633\u062A. \u0642\u0633\u0645\u062A \u0627\u0632 {startingKey}ja \u062A\u0627 \u0627\u0646\u062A\u0647\u0627\u06CC \u062C\u0639\u0628\u0647 \u0648\u0631\u0648\u062F\u06CC.",inputStartingTriggerKeyDescriptionForNoneKey:"\u062F\u0631 \u062D\u0627\u0644 \u062D\u0627\u0636\u0631 \u0628\u062F\u0648\u0646 \u0646\u06CC\u0627\u0632 \u0628\u0647 \u067E\u06CC\u0634\u0648\u0646\u062F \u062A\u0646\u0638\u06CC\u0645 \u0634\u062F\u0647 \u0627\u0633\u062A \u0648 \u0628\u0631\u062E\u06CC \u0627\u0632 \u0639\u0645\u0644\u06A9\u0631\u062F\u0647\u0627\u06CC \u062A\u0631\u062C\u0645\u0647 \u0645\u062A\u0646 \u062C\u0639\u0628\u0647 \u0648\u0631\u0648\u062F\u06CC \u0645\u0648\u0642\u062A\u0627\u064B \u062F\u0631 \u062F\u0633\u062A\u0631\u0633 \u0646\u06CC\u0633\u062A\u0646\u062F.",inputTrailingTriggerKeyTitle:"\u06CC\u06A9 \u06A9\u0627\u0631\u0627\u06A9\u062A\u0631 \u0645\u0627\u0634\u0647 \u0627\u06CC \u0631\u0627 \u0627\u0646\u062A\u062E\u0627\u0628 \u06A9\u0646\u06CC\u062F \u06A9\u0647 \u0628\u0647 \u0648\u0631\u0648\u062F\u06CC \u067E\u0627\u06CC\u0627\u0646 \u0645\u06CC \u062F\u0647\u062F",inputTrailingTriggerKeyDescription:"\u0628\u0627 \u0632\u062F\u0646{trailingKey} 3 \u0628\u0627\u0631 \u0645\u062A\u0648\u0627\u0644\u06CC\u060C \u062A\u0631\u062C\u0645\u0647 \u0634\u0631\u0648\u0639 \u0645\u06CC \u0634\u0648\u062F",inputTrailingTriggerKeyTimeout:"\u0641\u0627\u0635\u0644\u0647 \u0628\u06CC\u0646 \u0645\u0627\u0634\u0647 \u0647\u0627 \u0631\u0627 \u0628\u0631\u0627\u06CC \u067E\u0627\u06CC\u0627\u0646 \u062F\u0627\u062F\u0646 \u0628\u0647 \u062A\u0631\u06A9\u06CC\u0628 \u0648\u0627\u0631\u062F \u06A9\u0646\u06CC\u062F.",inputTrailingTriggerKeyTimeoutDescription:"\u0632\u0645\u0627\u0646 \u0641\u0627\u0635\u0644\u0647 (\u0645\u06CC\u0644\u06CC \u062B\u0627\u0646\u06CC\u0647) \u0631\u0627 \u0628\u0631\u0627\u06CC \u0648\u0631\u0648\u062F\u06CC \u0628\u0631\u0627\u06CC \u067E\u0627\u06CC\u0627\u0646 \u062F\u0627\u062F\u0646 \u0628\u0647 \u0645\u062D\u0631\u06A9 \u062A\u0631\u06A9\u06CC\u0628\u06CC \u062A\u0646\u0638\u06CC\u0645 \u06A9\u0646\u06CC\u062F",spaceKey:"",noneKey:"\u0628\u062F\u0648\u0646 \u0646\u06CC\u0627\u0632 \u0628\u0647 \u067E\u06CC\u0634\u0648\u0646\u062F\u060C \u0628\u0647 \u0637\u0648\u0631 \u0645\u0633\u062A\u0642\u06CC\u0645 \u06A9\u0644 \u062C\u0639\u0628\u0647 \u0645\u062A\u0646 \u0631\u0627 \u062A\u0631\u062C\u0645\u0647 \u06A9\u0646\u06CC\u062F",inputTranslationBlockUrlsTitle:"\u0647\u0631\u06AF\u0632 \u067E\u06CC\u0634\u0631\u0641\u062A \u0647\u0627\u06CC \u0641\u06CC\u0644\u062F \u0648\u0631\u0648\u062F\u06CC \u0631\u0627 \u062F\u0631 URL \u0647\u0627 \u0641\u0639\u0627\u0644 \u0646\u06A9\u0646\u06CC\u062F",inputTranslationBlockUrlsDescription:"\u062F\u0631 \u0622\u062F\u0631\u0633\u200C\u0647\u0627\u06CC \u0627\u06CC\u0646\u062A\u0631\u0646\u062A\u06CC \u0632\u06CC\u0631\u060C \u0628\u0647\u0628\u0648\u062F \u06A9\u0627\u062F\u0631 \u0648\u0631\u0648\u062F\u06CC \u0627\u062B\u0631\u06CC \u0646\u062E\u0648\u0627\u0647\u062F \u062F\u0627\u0634\u062A",clickToSeeQuickDemo:"\u0628\u0631\u0627\u06CC \u06AF\u0633\u062A\u0631\u0634 \u0648\u06CC\u062F\u06CC\u0648\u06CC \u0622\u0645\u0648\u0632\u0634 \u0633\u0631\u06CC\u0639 30 \u062B\u0627\u0646\u06CC\u0647 \u0627\u06CC \u06A9\u0644\u06CC\u06A9 \u06A9\u0646\u06CC\u062F",inputHelperInfo:"\u0646\u06A9\u062A\u0647\uFF1A: \u0645\u0627 \u0628\u0647 \u0637\u0648\u0631 \u062E\u0627\u0635 \u0627\u06CC\u0646 \u0645\u0648\u0636\u0648\u0639 \u0631\u0627 \u0628\u0647\u06CC\u0646\u0647 \u0633\u0627\u0632\u06CC \u06A9\u0631\u062F\u0647 \u0627\u06CC\u0645 \u06A9\u0647 \u062F\u0631 \u0622\u0646 \u0628\u0631\u062E\u06CC \u0627\u0632 \u06A9\u0627\u0631\u0627\u06A9\u062A\u0631\u0647\u0627\u06CC \u0645\u0627\u0634\u0647 \u0628\u0647 \u0639\u0644\u0627\u0626\u0645 \u0646\u06AF\u0627\u0631\u0634\u06CC \u0686\u06CC\u0646\u06CC \u062F\u0631 \u0631\u0648\u0634 \u0648\u0631\u0648\u062F\u06CC \u0686\u06CC\u0646\u06CC \u062A\u0628\u062F\u06CC\u0644 \u0645\u06CC \u0634\u0648\u0646\u062F. \u0628\u0647 \u0639\u0646\u0648\u0627\u0646 \u0645\u062B\u0627\u0644\u060C \u062F\u0631 \u0631\u0648\u0634 \u0648\u0631\u0648\u062F\u06CC Sogou\u060C / \u0628\u0647 \u0645\u06A9\u062B \u062A\u0628\u062F\u06CC\u0644 \u0645\u06CC \u0634\u0648\u062F\u060C \u0648 \u062A\u0631\u062C\u0645\u0647 \u0647\u0645\u0647 \u062C\u0627\u0646\u0628\u0647 \u0627\u0632 \u0647\u0645\u0647 \u0646\u0645\u0627\u062F\u0647\u0627\u06CC \u0686\u06CC\u0646\u06CC \u0645\u0631\u0628\u0648\u0637 \u0628\u0647 \u067E\u0634\u062A\u06CC\u0628\u0627\u0646\u06CC \u0645\u06CC \u06A9\u0646\u062F. \u06A9\u0627\u0631\u0627\u06A9\u062A\u0631\u0647\u0627\u06CC \u0645\u0627\u0634\u0647\u060C \u06CC\u0639\u0646\u06CC //\u060C\u060C \u0647\u0645\u0647 \u0628\u0647 \u0639\u0646\u0648\u0627\u0646 \u06A9\u0627\u0631\u0627\u06A9\u062A\u0631\u0647\u0627\u06CC \u0645\u0627\u0634\u0647 \u0634\u0646\u0627\u062E\u062A\u0647 \u0645\u06CC \u0634\u0648\u0646\u062F.

\u062F\u0631 \u0639\u06CC\u0646 \u062D\u0627\u0644\u060C \u0645\u0627 \u0647\u0645\u0686\u0646\u06CC\u0646 \u0627\u0632 \u0646\u0627\u0645 \u0645\u0633\u062A\u0639\u0627\u0631 \u0686\u06CC\u0646\u06CC \u06A9\u062F\u0647\u0627\u06CC \u0632\u0628\u0627\u0646 \u0628\u0647 \u0639\u0646\u0648\u0627\u0646 \u062F\u0633\u062A\u0648\u0631\u0627\u062A \u067E\u0634\u062A\u06CC\u0628\u0627\u0646\u06CC \u0645\u06CC \u06A9\u0646\u06CC\u0645. \u0628\u0647 \u0639\u0646\u0648\u0627\u0646 \u0645\u062B\u0627\u0644\u060C /Japanese Hello World \u0628\u0647 \u0698\u0627\u067E\u0646\u06CC \u062A\u0631\u062C\u0645\u0647 \u0645\u06CC \u0634\u0648\u062F. <1> \u0628\u0631\u0627\u06CC \u0645\u0634\u0627\u0647\u062F\u0647 \u0647\u0645\u0647 \u06A9\u062F\u0647\u0627\u06CC \u0632\u0628\u0627\u0646 \u067E\u0634\u062A\u06CC\u0628\u0627\u0646\u06CC \u0634\u062F\u0647 \u0627\u06CC\u0646\u062C\u0627 \u0631\u0627 \u06A9\u0644\u06CC\u06A9 \u06A9\u0646\u06CC\u062F. .",reloadCurrentPage:"\u0644\u0637\u0641\u0627\u064B \u0642\u0628\u0644 \u0627\u0632 \u0634\u0631\u0648\u0639 \u062A\u0631\u062C\u0645\u0647 \u0635\u0641\u062D\u0647 \u0641\u0639\u0644\u06CC \u0631\u0627 \u0628\u0627\u0632\u062E\u0648\u0627\u0646\u06CC \u06A9\u0646\u06CC\u062F",noLocalFilePermissionForPDF:"\u0645\u0627 \u062F\u0631 \u062D\u0627\u0644 \u062D\u0627\u0636\u0631 \u0645\u062C\u0648\u0632 \u062E\u0648\u0627\u0646\u062F\u0646 \u0641\u0627\u06CC\u0644 \u0647\u0627\u06CC \u0645\u062D\u0644\u06CC \u0631\u0627 \u0646\u062F\u0627\u0631\u06CC\u0645. \u0644\u0637\u0641\u0627 \u0631\u0648\u06CC \u062F\u06A9\u0645\u0647 \u0628\u0627\u0644\u0627 \u06A9\u0644\u06CC\u06A9 \u06A9\u0646\u06CC\u062F \u0648 \u0641\u0627\u06CC\u0644 \u0647\u0627\u06CC \u0645\u062D\u0644\u06CC \u0631\u0627 \u0648\u0627\u0631\u062F \u06A9\u0646\u06CC\u062F.",noPermissionForThisPage:"\u26A0\uFE0F \u0627\u062C\u0627\u0632\u0647 \u062A\u0631\u062C\u0645\u0647 \u0635\u0641\u062D\u0647 \u0641\u0639\u0644\u06CC \u0648\u062C\u0648\u062F \u0646\u062F\u0627\u0631\u062F",retryAllParagraphs:"\u0647\u0645\u0647 \u067E\u0627\u0631\u0627\u06AF\u0631\u0627\u0641 \u0647\u0627\u06CC \u062E\u0637\u0627 \u0631\u0627 \u062F\u0648\u0628\u0627\u0631\u0647 \u0627\u0645\u062A\u062D\u0627\u0646 \u06A9\u0646\u06CC\u062F",retryAllButton:"\u0647\u0645\u0647 \u067E\u0627\u0631\u0627\u06AF\u0631\u0627\u0641 \u0647\u0627\u06CC \u062E\u0637\u0627 \u0631\u0627 \u062F\u0648\u0628\u0627\u0631\u0647 \u0627\u0645\u062A\u062D\u0627\u0646 \u06A9\u0646\u06CC\u062F",errorTooltipTitle:"\u0628\u0631\u0627\u06CC \u0645\u0634\u0627\u0647\u062F\u0647 \u062F\u0644\u06CC\u0644 \u062E\u0637\u0627 \u06A9\u0644\u06CC\u06A9 \u06A9\u0646\u06CC\u062F",errorModalTitle:"\u0628\u0647 \u0646\u0638\u0631 \u0645\u06CC \u0631\u0633\u062F \u0645\u0634\u06A9\u0644\u06CC \u062F\u0631 \u062E\u062F\u0645\u0627\u062A \u062A\u0631\u062C\u0645\u0647 \u06CC\u0627 \u0634\u0628\u06A9\u0647 \u0648\u062C\u0648\u062F \u062F\u0627\u0631\u062F ...",disableConfirm:"\u062A\u0646\u0638\u06CC\u0645\u0627\u062A \u0627\u0641\u0632\u0627\u06CC\u0634 \u0627\u0637\u0644\u0627\u0639\u0627\u062A \u062F\u0648 \u0632\u0628\u0627\u0646\u0647",disableOnce:"\u0627\u06CC\u0646 \u0628\u0627\u0631 \u063A\u06CC\u0631 \u0641\u0639\u0627\u0644 \u0634\u062F\u0647",disableGlobal:"\u0628\u0631\u0627\u06CC \u0647\u0645\u06CC\u0634\u0647 \u0627\u0632 \u06A9\u0627\u0631 \u0627\u0641\u062A\u0627\u062F\u0647 \u0627\u0633\u062A",disableTint:"* \u0645\u06CC \u062A\u0648\u0627\u0646\u06CC\u062F \u0622\u0646 \u0631\u0627 \u0645\u062C\u062F\u062F\u0627\u064B \u062F\u0631 {option} \u0641\u0639\u0627\u0644 \u06A9\u0646\u06CC\u062F.",searchEnhancementNotes:"\u062F\u0631\u06CC\u0627\u0641\u062A\u06CC\u0645 \u06A9\u0647 \u0646\u062A\u0627\u06CC\u062C \u0627\u062E\u0628\u0627\u0631 \u0628\u0631\u0627\u06CC \u06A9\u0644\u0645\u0627\u062A \u06A9\u0644\u06CC\u062F\u06CC \u0686\u06CC\u0646\u06CC \u0648 \u06A9\u0644\u0645\u0627\u062A \u06A9\u0644\u06CC\u062F\u06CC \u0627\u0646\u06AF\u0644\u06CC\u0633\u06CC \u0628\u0633\u06CC\u0627\u0631 \u0645\u062A\u0641\u0627\u0648\u062A \u0627\u0633\u062A. \u067E\u0633 \u0627\u0632 \u0641\u0639\u0627\u0644 \u06A9\u0631\u062F\u0646 \u0639\u0645\u0644\u06A9\u0631\u062F \u0628\u0647\u0628\u0648\u062F \u0627\u0637\u0644\u0627\u0639\u0627\u062A \u062F\u0648\u0632\u0628\u0627\u0646\u0647 \u062A\u0631\u062C\u0645\u0647 \u0647\u0645\u0647\u062C\u0627\u0646\u0628\u0647\u060C \u062F\u0631 \u0648\u0628 \u0633\u0627\u06CC\u062A \u0647\u0627\u06CC \u067E\u0634\u062A\u06CC\u0628\u0627\u0646\u06CC \u0634\u062F\u0647 (Google News\u060C \u062C\u0633\u062A\u062C\u0648\u06CC Google (\u0628\u0631\u062E\u06CC \u0627\u0632 \u06A9\u0644\u0645\u0627\u062A \u06A9\u0644\u06CC\u062F\u06CC)\u060C Snowball\u060C Oriental Fortune Network\u060C Futu \u062C\u0633\u062A\u062C\u0648 \u062E\u0648\u0627\u0647\u06CC\u0645 \u06A9\u0631\u062F. , Tiger) \u0628\u0647 \u0637\u0648\u0631 \u062E\u0648\u062F\u06A9\u0627\u0631 \u0647\u0645\u0627\u0646 \u06A9\u0644\u0645\u0627\u062A \u06A9\u0644\u06CC\u062F\u06CC \u0631\u0627 \u0628\u0647 \u0632\u0628\u0627\u0646 \u0627\u0646\u06AF\u0644\u06CC\u0633\u06CC \u0628\u0631\u0627\u06CC \u0634\u0645\u0627 \u062C\u0633\u062A\u062C\u0648 \u0645\u06CC \u06A9\u0646\u062F \u0648 \u062F\u0631 \u0633\u0645\u062A \u0631\u0627\u0633\u062A \u0646\u0645\u0627\u06CC\u0634 \u0645\u06CC \u062F\u0647\u062F. \u0627\u06AF\u0631 \u0628\u0647 \u0627\u06CC\u0646 \u0648\u06CC\u0698\u06AF\u06CC \u0646\u06CC\u0627\u0632 \u0646\u062F\u0627\u0631\u06CC\u062F\u060C \u0645\u06CC \u062A\u0648\u0627\u0646\u06CC\u062F \u0622\u0646 \u0631\u0627 \u063A\u06CC\u0631\u0641\u0639\u0627\u0644 \u06A9\u0646\u06CC\u062F.",option:"\u0628\u0631\u067E\u0627\u06CC\u06CC",saveSettings:"\u062A\u0646\u0638\u06CC\u0645\u0627\u062A \u0631\u0627 \u0630\u062E\u06CC\u0631\u0647 \u06A9\u0646",closeModal:"\u067E\u0646\u062C\u0631\u0647 \u0631\u0627 \u0628\u0628\u0646\u062F",enableInputTranslationWithoutTriggerKeyTitle:"\u062A\u0631\u06A9\u06CC\u0628 \u0633\u0631\u06CC\u0639 \u0631\u0627 3 \u0628\u0627\u0631{trailingKey}\u0641\u0639\u0627\u0644 \u06A9\u0646\u06CC\u062F\u060C \u062A\u0645\u0627\u0645 \u06A9\u0627\u062F\u0631 \u0648\u0631\u0648\u062F\u06CC \u0631\u0627 \u0645\u0633\u062A\u0642\u06CC\u0645\u0627\u064B \u0628\u0647{inputTargetLanguage}\u062A\u0631\u062C\u0645\u0647 \u06A9\u0646\u06CC\u062F",enableInputTranslationWithoutTriggerKeyDescription:"\u0627\u06AF\u0631 \u0645\u06CC\u200C\u062E\u0648\u0627\u0647\u06CC\u062F \u0632\u0628\u0627\u0646 \u0645\u0642\u0635\u062F \u0631\u0627 \u0645\u0634\u062E\u0635 \u06A9\u0646\u06CC\u062F\u060C \u0644\u0637\u0641\u0627\u064B \u06A9\u062F \u0632\u0628\u0627\u0646 \u0645\u0642\u0627\u0628\u0644 \u0631\u0627 \u0627\u0636\u0627\u0641\u0647 \u06A9\u0646\u06CC\u062F\u060C \u0645\u0627\u0646\u0646\u062F\uFF1A\u06CC\u0627 Hello World",mouseHoverShortcutPlaceholder:"\u0645\u0627\u0646\u0646\u062F\uFF1AShift",deepLProName:"\u0639\u0636\u0648 \u062D\u0631\u0641\u0647 \u0627\u06CC \u062A\u0631\u062C\u0645\u0647 Immersive (\u062A\u0648\u0635\u06CC\u0647 \u0645\u06CC \u0634\u0648\u062F)",deepLProDescription:"\u0628\u0633\u062A\u0647 \u0641\u0639\u0644\u06CC \u0631\u0627 \u0645\u06CC \u062A\u0648\u0627\u0646 \u0628\u0647 \u0637\u0648\u0631 \u0645\u0633\u062A\u0642\u06CC\u0645 \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u06A9\u0631\u062F",deeplProDescriptionForNormal:"\u0647\u06CC\u0686 \u062A\u0646\u0638\u06CC\u0645\u0627\u062A\u06CC \u0644\u0627\u0632\u0645 \u0646\u06CC\u0633\u062A. \u0645\u06CC \u062A\u0648\u0627\u0646\u06CC\u062F \u067E\u0633 \u0627\u0632 \u0648\u0631\u0648\u062F \u0628\u0647 \u0639\u0646\u0648\u0627\u0646 \u0639\u0636\u0648 \u0627\u0632 \u0622\u0646 \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u06A9\u0646\u06CC\u062F. <1> \u0628\u0631\u0627\u06CC \u0627\u0631\u062A\u0642\u0627 \u0628\u0647 \u0639\u0636\u0648 \u0627\u06CC\u0646\u062C\u0627 \u0631\u0627 \u06A9\u0644\u06CC\u06A9 \u06A9\u0646\u06CC\u062F.",deepLCustomDescription:"\u0634\u0645\u0627 \u0628\u0647 \u06CC\u06A9 \u06A9\u0627\u0631\u062A \u0627\u0639\u062A\u0628\u0627\u0631\u06CC \u062E\u0627\u0631\u062C\u06CC \u0646\u06CC\u0627\u0632 \u062F\u0627\u0631\u06CC\u062F\u060C \u0628\u0647 <1>DeepL \u0628\u0631\u0648\u06CC\u062F \u0628\u0647 \u0637\u0648\u0631 \u0631\u0633\u0645\u06CC \u0628\u0627\u0632 \u0634\u062F\u060C \u0628\u0631\u0627\u06CC \u0645\u0634\u0627\u0647\u062F\u0647 \u0627\u0633\u0646\u0627\u062F <2> \u06A9\u0644\u06CC\u06A9 \u06A9\u0646\u06CC\u062F",deepLCustomName:"\u06A9\u0644\u06CC\u062F \u062A\u0623\u06CC\u06CC\u062F \u0633\u0641\u0627\u0631\u0634\u06CC",chooseProviderLabel:"\u0627\u0631\u0627\u0626\u0647 \u062F\u0647\u0646\u062F\u0647 \u062E\u062F\u0645\u0627\u062A \u0631\u0627 \u0627\u0646\u062A\u062E\u0627\u0628 \u06A9\u0646\u06CC\u062F",openaiProName:"\u0639\u0636\u0648 \u062D\u0631\u0641\u0647 \u0627\u06CC \u062A\u0631\u062C\u0645\u0647 Immersive (\u062A\u0648\u0635\u06CC\u0647 \u0645\u06CC \u0634\u0648\u062F)",openaiProDescription:"\u0628\u0633\u062A\u0647 \u0641\u0639\u0644\u06CC \u0631\u0627 \u0645\u06CC \u062A\u0648\u0627\u0646 \u0628\u0647 \u0637\u0648\u0631 \u0645\u0633\u062A\u0642\u06CC\u0645 \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u06A9\u0631\u062F",openaiProDescriptionForNormal:"\u0647\u06CC\u0686 \u062A\u0646\u0638\u06CC\u0645\u0627\u062A\u06CC \u0644\u0627\u0632\u0645 \u0646\u06CC\u0633\u062A. \u0645\u06CC \u062A\u0648\u0627\u0646\u06CC\u062F \u067E\u0633 \u0627\u0632 \u0648\u0631\u0648\u062F \u0628\u0647 \u0639\u0646\u0648\u0627\u0646 \u0639\u0636\u0648 \u0627\u0632 \u0622\u0646 \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u06A9\u0646\u06CC\u062F. <1> \u0628\u0631\u0627\u06CC \u0627\u0631\u062A\u0642\u0627 \u0628\u0647 \u0639\u0636\u0648 \u0627\u06CC\u0646\u062C\u0627 \u0631\u0627 \u06A9\u0644\u06CC\u06A9 \u06A9\u0646\u06CC\u062F.",openaiCustomDescription:"\u0645\u06CC \u062A\u0648\u0627\u0646 \u0622\u0646 \u0631\u0627 \u0627\u0632 OpenAI\u060C Azure OpenAI \u06CC\u0627 \u0633\u0627\u06CC\u0631 \u062E\u062F\u0645\u0627\u062A \u0634\u062E\u0635 \u062B\u0627\u0644\u062B \u062F\u0631\u06CC\u0627\u0641\u062A \u06A9\u0631\u062F. <1> \u0628\u0631\u0627\u06CC \u0645\u0634\u0627\u0647\u062F\u0647 \u0633\u0646\u062F \u0627\u06CC\u0646\u062C\u0627 \u0631\u0627 \u06A9\u0644\u06CC\u06A9 \u06A9\u0646\u06CC\u062F.",openaiCustomName:"\u06A9\u0644\u06CC\u062F API \u0633\u0641\u0627\u0631\u0634\u06CC",needLoginAction:"(\u0639\u0636\u0648\u06CC\u062A \u0631\u0627 \u0648\u0627\u0631\u062F \u06A9\u0646\u06CC\u062F \u06CC\u0627 \u0633\u0641\u0627\u0631\u0634\u06CC \u06A9\u0646\u06CC\u062F)",goLoginOrAction:"(\u0648\u0627\u0631\u062F \u0639\u0636\u0648\u06CC\u062A \u0634\u0648\u06CC\u062F \u06CC\u0627 \u0628\u0647 \u062A\u0646\u0638\u06CC\u0645\u0627\u062A \u0628\u0631\u0648\u06CC\u062F)",yearly:"\u0627\u0634\u062A\u0631\u0627\u06A9 \u0633\u0627\u0644\u0627\u0646\u0647 \u0645\u0633\u062A\u0645\u0631",quarterly:"\u0641\u0635\u0644 \u0647\u0627\u06CC \u0645\u062A\u0648\u0627\u0644\u06CC",monthly:"\u0627\u0634\u062A\u0631\u0627\u06A9 \u0645\u0627\u0647\u0627\u0646\u0647 \u0645\u0633\u062A\u0645\u0631",yearlyForOnce:"\u0628\u0633\u062A\u0647 \u0633\u0627\u0644\u0627\u0646\u0647 \u06CC\u06A9\u0628\u0627\u0631 \u0645\u0635\u0631\u0641",monthlyForOnce:"\u0628\u0633\u062A\u0647 \u06CC\u06A9\u0628\u0627\u0631\u0647 \u0645\u0627\u0647\u0627\u0646\u0647",daily:"\u0631\u0648\u0632\u0647\u0627\u06CC \u0645\u062A\u0648\u0627\u0644\u06CC",year:"\u0627\u0634\u062A\u0631\u0627\u06A9 \u0633\u0627\u0644\u0627\u0646\u0647 \u0645\u0633\u062A\u0645\u0631",quarter:"\u0641\u0635\u0644 \u0647\u0627\u06CC \u0645\u062A\u0648\u0627\u0644\u06CC",month:"\u0627\u0634\u062A\u0631\u0627\u06A9 \u0645\u0627\u0647\u0627\u0646\u0647 \u0645\u0633\u062A\u0645\u0631",day:"\u0631\u0648\u0632\u0647\u0627\u06CC \u0645\u062A\u0648\u0627\u0644\u06CC",onetime_7day:"\u0628\u0633\u062A\u0647 \u0622\u0632\u0645\u0627\u06CC\u0634\u06CC 7 \u0631\u0648\u0632\u0647",currentPlanDescriptionForFree:"\u0628\u0633\u062A\u0647 \u0641\u0639\u0644\u06CC\uFF1A\u0631\u0627\u06CC\u06AF\u0627\u0646 \u0627\u0633\u062A",currentPlanDescriptionForContinuous:"\u0628\u0633\u062A\u0647 \u0641\u0639\u0644\u06CC 0{plan}\uFF1A\u0648 \u0628\u0647 \u0637\u0648\u0631 \u062E\u0648\u062F\u06A9\u0627\u0631 \u062F\u0631 {endAt} \u062A\u0645\u062F\u06CC\u062F \u0645\u06CC \u0634\u0648\u062F",currentPlanDescriptionForAutoRenewCaceling:"\u0628\u0633\u062A\u0647 \u0641\u0639\u0644\u06CC\uFF1A{plan}\u0627\u0633\u062A \u0648 \u062F\u0631 {endAt} \u0645\u0646\u0642\u0636\u06CC \u0645\u06CC \u0634\u0648\u062F. \u067E\u0633 \u0627\u0632 \u0627\u0646\u0642\u0636\u0627 \u0628\u0647 \u0637\u0648\u0631 \u062E\u0648\u062F\u06A9\u0627\u0631 \u062A\u0645\u062F\u06CC\u062F \u0646\u0645\u06CC \u0634\u0648\u062F.",currentYearlyPlanDescriptionForAutoRenewCacelingWithRealPaiedUser:"\u0628\u0633\u062A\u0647 \u0641\u0639\u0644\u06CC\uFF1A{plan}\u062F\u0631 \u062A\u0627\u0631\u06CC\u062E {endAt} \u0645\u0646\u0642\u0636\u06CC \u0645\u06CC \u0634\u0648\u062F \u0648 \u067E\u0633 \u0627\u0632 \u0627\u0646\u0642\u0636\u0627 \u0628\u0647 \u0637\u0648\u0631 \u062E\u0648\u062F\u06A9\u0627\u0631 \u062A\u0645\u062F\u06CC\u062F \u0646\u0645\u06CC \u0634\u0648\u062F.
<1> \u0628\u0631\u0627\u06CC \u0645\u062F\u06CC\u0631\u06CC\u062A \u0628\u0631\u0646\u0627\u0645\u0647 \u0647\u0627\u06CC \u062A\u0645\u062F\u06CC\u062F \u0627\u06CC\u0646\u062C\u0627 \u0631\u0627 \u06A9\u0644\u06CC\u06A9 \u06A9\u0646\u06CC\u062F",currentYearlyPlanDescriptionForAutoRenewCacelingWithAdmin:"\u0628\u0633\u062A\u0647 \u0641\u0639\u0644\u06CC\uFF1A{plan}\u062F\u0631 \u062A\u0627\u0631\u06CC\u062E {endAt} \u0645\u0646\u0642\u0636\u06CC \u0645\u06CC \u0634\u0648\u062F \u0648 \u067E\u0633 \u0627\u0632 \u0627\u0646\u0642\u0636\u0627 \u0628\u0647 \u0637\u0648\u0631 \u062E\u0648\u062F\u06A9\u0627\u0631 \u062A\u0645\u062F\u06CC\u062F \u0646\u0645\u06CC \u0634\u0648\u062F.
<1>\u0628\u0631\u0627\u06CC \u0641\u0639\u0627\u0644 \u06A9\u0631\u062F\u0646 \u0627\u0634\u062A\u0631\u0627\u06A9 \u0633\u0627\u0644\u0627\u0646\u0647 \u0645\u0633\u062A\u0645\u0631 \u0627\u06CC\u0646\u062C\u0627 \u0631\u0627 \u06A9\u0644\u06CC\u06A9 \u06A9\u0646\u06CC\u062F",currentPlanDescriptionForOneTime:"\u0628\u0633\u062A\u0647 \u0641\u0639\u0644\u06CC\uFF1A{plan}\u0627\u0633\u062A \u0648 \u062F\u0631 {endAt} \u0645\u0646\u0642\u0636\u06CC \u0645\u06CC \u0634\u0648\u062F. <1> \u0628\u0631\u0627\u06CC \u0627\u0631\u062A\u0642\u0627\u0621 \u0628\u0647 \u0647\u0632\u06CC\u0646\u0647 \u0633\u0627\u0644\u0627\u0646\u0647 \u0627\u06CC\u0646\u062C\u0627 \u0631\u0627 \u06A9\u0644\u06CC\u06A9 \u06A9\u0646\u06CC\u062F \u06CC\u0627 <2> \u0647\u0632\u06CC\u0646\u0647 \u0645\u0627\u0647\u0627\u0646\u0647 \u0639\u0636\u0648",upgradePlan:"\u0628\u0631\u0627\u06CC \u0627\u0631\u062A\u0642\u0627\u0621 \u0628\u0647 \u0639\u0636\u0648\u06CC\u062A Pro \u0627\u06CC\u0646\u062C\u0627 \u0631\u0627 \u06A9\u0644\u06CC\u06A9 \u06A9\u0646\u06CC\u062F",upgradeToPro:"\u0628\u0647 \u0639\u0636\u0648\u06CC\u062A Pro \u0627\u0631\u062A\u0642\u0627 \u062F\u0647\u06CC\u062F","popup.openPro":"\u5F00\u901A\u4F1A\u5458\u540E\u53EF\u4EE5\u7545\u4EAB DeepL \u548C OpenAI \u7FFB\u8BD1","popup.openProForPro":"\u0634\u0645\u0627 \u06CC\u06A9 \u0639\u0636\u0648 \u062D\u0631\u0641\u0647 \u0627\u06CC \u0647\u0633\u062A\u06CC\u062F \u0648 \u0645\u06CC \u062A\u0648\u0627\u0646\u06CC\u062F \u0645\u0633\u062A\u0642\u06CC\u0645\u0627\u064B \u0627\u0632 \u062A\u0631\u062C\u0645\u0647 DeepL \u0648 OpenAI \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u06A9\u0646\u06CC\u062F",currentAccount:"\u062D\u0633\u0627\u0628 \u062C\u0627\u0631\u06CC",enableAutoSyncUserSettings:"\u0647\u0645\u06AF\u0627\u0645 \u0633\u0627\u0632\u06CC \u0627\u0628\u0631\u06CC \u062E\u0648\u062F\u06A9\u0627\u0631 \u0631\u0627 \u062F\u0631 \u0686\u0646\u062F\u06CC\u0646 \u062F\u0633\u062A\u06AF\u0627\u0647 \u0641\u0639\u0627\u0644 \u06A9\u0646\u06CC\u062F",modalEnableInputTranslationTitle:"\u0646\u06A9\u0627\u062A \u062A\u0631\u062C\u0645\u0647 \u0647\u0645\u0647\u062C\u0627\u0646\u0628\u0647 \u062C\u0639\u0628\u0647 \u0648\u0631\u0648\u062F\u06CC \u062A\u0631\u062C\u0645\u0647",modalEnableInputTranslationDesc:"\u0634\u0645\u0627 \u0628\u0647 \u062A\u0627\u0632\u06AF\u06CC \u062A\u0631\u062C\u0645\u0647 \u062C\u0639\u0628\u0647 \u0648\u0631\u0648\u062F\u06CC Immersive Translation \u0631\u0627 \u0628\u0627 \u0641\u0634\u0627\u0631 \u062F\u0627\u062F\u0646 \u06A9\u0644\u06CC\u062F \u0641\u0627\u0635\u0644\u0647 \u0633\u0647 \u0628\u0627\u0631 \u067E\u0634\u062A \u0633\u0631 \u0647\u0645 \u0641\u0639\u0627\u0644 \u06A9\u0631\u062F\u0647 \u0627\u06CC\u062F \u0648 \u0645\u062D\u062A\u0648\u0627\u06CC \u062C\u0639\u0628\u0647 \u0648\u0631\u0648\u062F\u06CC \u0628\u0647 \u0632\u0628\u0627\u0646 \u0645\u0642\u0635\u062F \u067E\u06CC\u0634 \u0641\u0631\u0636 \u062A\u0631\u062C\u0645\u0647 \u0645\u06CC \u0634\u0648\u062F. \u062A\u0631\u062C\u0645\u0647 \u0631\u0627 \u0645\u06CC \u062A\u0648\u0627\u0646 \u0628\u0627 Ctrl+Z \u0644\u063A\u0648 \u06A9\u0631\u062F.

\u0627\u06AF\u0631 \u0627\u06CC\u0646 \u06CC\u06A9 \u0627\u0634\u062A\u0628\u0627\u0647 \u0627\u0633\u062A\u060C \u0646\u06AF\u0631\u0627\u0646 \u0646\u0628\u0627\u0634\u06CC\u062F\u060C \u0645\u06CC\u200C\u062A\u0648\u0627\u0646\u06CC\u062F \u0627\u06CC\u0646 \u0628\u0627\u0631 \u0622\u0646 \u0631\u0627 \u063A\u06CC\u0631\u0641\u0639\u0627\u0644 \u06A9\u0646\u06CC\u062F \u06CC\u0627 \u062A\u0631\u062C\u0645\u0647 \u062C\u0639\u0628\u0647 \u0648\u0631\u0648\u062F\u06CC \u0631\u0627 \u0628\u0631\u0627\u06CC \u0647\u0645\u06CC\u0634\u0647 \u063A\u06CC\u0631\u0641\u0639\u0627\u0644 \u06A9\u0646\u06CC\u062F.",saveAndNotShowAgain:"\u0630\u062E\u06CC\u0631\u0647 \u06A9\u0646\u06CC\u062F \u0648 \u062F\u0648\u0628\u0627\u0631\u0647 \u062F\u0631\u062E\u0648\u0627\u0633\u062A \u0646\u06A9\u0646\u06CC\u062F",disableInputTranslationTips:"* \u0647\u0645\u0686\u0646\u06CC\u0646 \u0645\u06CC \u062A\u0648\u0627\u0646\u06CC\u062F \u0633\u0627\u06CC\u0631 \u06A9\u0644\u06CC\u062F\u0647\u0627\u06CC \u0645\u06CC\u0627\u0646\u0628\u0631 \u0631\u0627 \u0628\u0631\u0627\u06CC \u0641\u0639\u0627\u0644 \u06A9\u0631\u062F\u0646 {option} \u060C{learnMore}\u062A\u0646\u0638\u06CC\u0645 \u06A9\u0646\u06CC\u062F.",learnMore:"\u0628\u0631\u0627\u06CC \u0627\u0637\u0644\u0627\u0639\u0627\u062A \u0628\u06CC\u0634\u062A\u0631 \u0627\u06CC\u0646\u062C\u0627 \u06A9\u0644\u06CC\u06A9 \u06A9\u0646\u06CC\u062F",continueEnalbeInputTranslation:"\u0628\u0647 \u0641\u0639\u0627\u0644 \u06A9\u0631\u062F\u0646 \u062A\u0631\u062C\u0645\u0647 \u062C\u0639\u0628\u0647 \u0648\u0631\u0648\u062F\u06CC \u0627\u062F\u0627\u0645\u0647 \u062F\u0647\u06CC\u062F",autoRenewTrialSuffix:'(\u062F\u0631 \u0637\u0648\u0644 \u062F\u0648\u0631\u0647 \u0622\u0632\u0645\u0627\u06CC\u0634\u06CC\u060C\u0628\u0644\u0627\u0641\u0627\u0635\u0644\u0647 \u0628\u0647 \u06CC\u06A9\u0631\u0633\u0645\u06CC \u0627\u0631\u062A\u0642\u0627 \u062E\u0648\u0627\u0647\u062F \u06CC\u0627\u0641\u062A.',upgradeFromTrialTitle:"\u0627\u0631\u062A\u0642\u0627 \u0628\u0647 \u0639\u0636\u0648 \u0631\u0633\u0645\u06CC",subtitle:"\u0632\u06CC\u0631\u0646\u0648\u06CC\u0633 \u0648\u06CC\u062F\u06CC\u0648",youtubeService:"\u062E\u062F\u0645\u0627\u062A \u062A\u0631\u062C\u0645\u0647 \u0632\u06CC\u0631\u0646\u0648\u06CC\u0633 \u0648\u06CC\u062F\u06CC\u0648\u06CC\u06CC \u0647\u0645\u0647\u062C\u0627\u0646\u0628\u0647","subtitle.disabledSubtitle":"\u0632\u06CC\u0631\u0646\u0648\u06CC\u0633 \u0648\u06CC\u062F\u06CC\u0648 \u0631\u0627 \u0628\u0631\u0627\u06CC \u0647\u0645\u06CC\u0634\u0647 \u063A\u06CC\u0631\u0641\u0639\u0627\u0644 \u06A9\u0646\u06CC\u062F","subtitle.disabledSubtitleDescription":"\u0627\u06AF\u0631 \u0632\u06CC\u0631\u0646\u0648\u06CC\u0633\u200C\u0647\u0627\u06CC \u0648\u06CC\u062F\u06CC\u0648\u06CC \xAB\u062A\u0631\u062C\u0645\u0647 Immersive\xBB \u0628\u0627 \u0628\u0631\u0646\u0627\u0645\u0647\u200C\u0647\u0627\u06CC \u0627\u0641\u0632\u0648\u062F\u0646\u06CC \u062F\u06CC\u06AF\u0631 \u062A\u062F\u0627\u062E\u0644 \u062F\u0627\u0631\u0646\u062F\u060C \u0645\u06CC\u200C\u062A\u0648\u0627\u0646\u06CC\u062F \u0627\u0646\u062A\u062E\u0627\u0628 \u06A9\u0646\u06CC\u062F \u06A9\u0647 \u0639\u0645\u0644\u06A9\u0631\u062F \u0632\u06CC\u0631\u0646\u0648\u06CC\u0633\u200C\u0647\u0627\u06CC \u0648\u06CC\u062F\u06CC\u0648\u06CC\u06CC \u062A\u0631\u062C\u0645\u0647 Immersive \u0631\u0627 \u0628\u0631\u0627\u06CC \u0647\u0645\u06CC\u0634\u0647 \u063A\u06CC\u0631\u0641\u0639\u0627\u0644 \u06A9\u0646\u06CC\u062F \u06CC\u0627 \u0633\u0627\u06CC\u0631 \u0628\u0631\u0646\u0627\u0645\u0647\u200C\u0647\u0627\u06CC \u0627\u0641\u0632\u0648\u062F\u0646\u06CC \u0645\u062A\u0646\u0627\u0642\u0636 \u0631\u0627 \u062D\u0630\u0641 \u0646\u0635\u0628 \u06A9\u0646\u06CC\u062F.","subtitle.autoEnableSubtitle":"\u5F00\u542F\u5B57\u5E55\u7FFB\u8BD1","subtitle.autoEnableSubtitleDescription":"\u067E\u0633 \u0627\u0632 \u0641\u0639\u0627\u0644 \u0633\u0627\u0632\u06CC\u060C \u0647\u0646\u06AF\u0627\u0645 \u067E\u062E\u0634 \u0648\u06CC\u062F\u06CC\u0648\u060C \u0632\u06CC\u0631\u0646\u0648\u06CC\u0633 \u062F\u0648\u0632\u0628\u0627\u0646\u0647 \u0628\u0647 \u0635\u0648\u0631\u062A \u062E\u0648\u062F\u06A9\u0627\u0631 \u0646\u0645\u0627\u06CC\u0634 \u062F\u0627\u062F\u0647 \u0645\u06CC \u0634\u0648\u062F\u060C \u062F\u0631 \u063A\u06CC\u0631 \u0627\u06CC\u0646 \u0635\u0648\u0631\u062A \u0628\u0627\u06CC\u062F \u0631\u0648\u06CC \u062F\u06A9\u0645\u0647 \u062A\u0631\u062C\u0645\u0647 \u06A9\u0644\u06CC\u06A9 \u06A9\u0646\u06CC\u062F \u062A\u0627 \u0646\u0645\u0627\u06CC\u0634 \u062F\u0627\u062F\u0647 \u0634\u0648\u062F.","subtitle.preTranslation":"\u0628\u0631\u0627\u06CC \u062A\u0631\u062C\u0645\u0647 \u0632\u06CC\u0631\u0646\u0648\u06CC\u0633 \u0647\u0627 \u0627\u0632 \u062A\u0631\u062C\u0645\u0647 \u0647\u0645\u0647 \u062C\u0627\u0646\u0628\u0647 \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u06A9\u0646\u06CC\u062F","subtitle.preTranslationDescription":"\u067E\u0633 \u0627\u0632 \u0641\u0639\u0627\u0644 \u06A9\u0631\u062F\u0646 \u0622\u0646\u060C \u0627\u0648\u0644\u0648\u06CC\u062A \u0628\u0627 \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u0627\u0632 \u062E\u062F\u0645\u0627\u062A \u062A\u0631\u062C\u0645\u0647 \u0645\u0634\u062E\u0635 \u0634\u062F\u0647 \u062F\u0631 \u0632\u06CC\u0631 \u0628\u0631\u0627\u06CC \u062A\u0631\u062C\u0645\u0647 \u06A9\u0644 \u0632\u06CC\u0631\u0646\u0648\u06CC\u0633 \u0627\u0632 \u0642\u0628\u0644 \u062E\u0648\u0627\u0647\u062F \u0628\u0648\u062F. \u06CC\u06A9 \u0648\u06CC\u062F\u06CC\u0648\u06CC \u06CC\u06A9 \u0633\u0627\u0639\u062A\u0647 \u062A\u0642\u0631\u06CC\u0628\u0627\u064B 50000 \u062A\u0648\u06A9\u0646 \u06CC\u0627 \u06A9\u0627\u0631\u0627\u06A9\u062A\u0631 \u0645\u0635\u0631\u0641 \u0645\u06CC \u06A9\u0646\u062F\u060C \u0628\u0646\u0627\u0628\u0631\u0627\u06CC\u0646 \u0644\u0637\u0641\u0627\u064B \u0627\u0632 \u0622\u0646 \u062F\u0631 \u0635\u0648\u0631\u062A \u0644\u0632\u0648\u0645 \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u06A9\u0646\u06CC\u062F\u061B \u067E\u0633 \u0627\u0632 \u063A\u06CC\u0631\u0641\u0639\u0627\u0644 \u0634\u062F\u0646\u060C \u0627\u0648\u0644\u0648\u06CC\u062A \u062F\u0627\u062F\u0647 \u0645\u06CC \u0634\u0648\u062F. \u0628\u0631\u0627\u06CC \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u0627\u0632 \u0632\u06CC\u0631\u0646\u0648\u06CC\u0633\u200C\u0647\u0627\u06CC \u062A\u0631\u062C\u0645\u0647\u200C\u0634\u062F\u0647 \u0645\u0627\u0634\u06CC\u0646\u06CC \u0647\u0645\u0631\u0627\u0647 \u0628\u0627 \u0648\u06CC\u062F\u06CC\u0648\u06CC \u0627\u0635\u0644\u06CC.","subtitle.humanSubtitlesPreferred":"\u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u0627\u0632 \u0632\u06CC\u0631\u0646\u0648\u06CC\u0633 \u0647\u0627\u06CC \u0627\u0646\u0633\u0627\u0646\u06CC \u0631\u0627 \u062F\u0631 \u0627\u0648\u0644\u0648\u06CC\u062A \u0642\u0631\u0627\u0631 \u062F\u0647\u06CC\u062F","subtitle.humanSubtitlesPreferredDescription":"\u0648\u0642\u062A\u06CC \u0648\u06CC\u062F\u06CC\u0648\u06CC\u06CC \u062F\u0627\u0631\u0627\u06CC \u0632\u06CC\u0631\u0646\u0648\u06CC\u0633 \u062F\u0633\u062A\u06CC \u0628\u0647 \u0632\u0628\u0627\u0646 \u0645\u0642\u0635\u062F \u0627\u0633\u062A\u060C \u0627\u0628\u062A\u062F\u0627 \u0627\u0632 \u0632\u06CC\u0631\u0646\u0648\u06CC\u0633 \u062F\u0633\u062A\u06CC \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u06A9\u0646\u06CC\u062F (\u062A\u0648\u0635\u06CC\u0647 \u0645\u06CC\u200C\u0634\u0648\u062F)",videoSubtitleTranslationDescription:"\u06CC\u06A9 \u0633\u0631\u0648\u06CC\u0633 \u062A\u0631\u062C\u0645\u0647 \u062C\u062F\u0627\u06AF\u0627\u0646\u0647 \u0628\u0631\u0627\u06CC \u0632\u06CC\u0631\u0646\u0648\u06CC\u0633 \u0648\u06CC\u062F\u06CC\u0648\u0647\u0627 \u062A\u0639\u06CC\u06CC\u0646 \u06A9\u0646\u06CC\u062F",subtitleTranslating:"\u062A\u0631\u062C\u0645\u0647 \u0632\u06CC\u0631\u0646\u0648\u06CC\u0633 \u0628\u0627 \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u0627\u0632 \u0633\u0631\u0648\u06CC\u0633 {service} \u060C \u0644\u0637\u0641\u0627 \u0635\u0628\u0631 \u06A9\u0646\u06CC\u062F... (\u062A\u0631\u062C\u0645\u0647 \u0647\u0645\u0647 \u062C\u0627\u0646\u0628\u0647)",subtitleLoading:"\u062F\u0631 \u062D\u0627\u0644 \u0628\u0627\u0631\u06AF\u06CC\u0631\u06CC \u0632\u06CC\u0631\u0646\u0648\u06CC\u0633...",bilingual:"\u062F\u0648 \u0632\u0628\u0627\u0646\u0647","field.action":"\u0627\u06CC\u0646\u06A9\u0647 \u0622\u06CC\u0627 \u0627\u0635\u0637\u0644\u0627\u062D\u0627\u062A Baidu \u0631\u0627 \u0641\u0639\u0627\u0644 \u06A9\u0646\u06CC\u062F","description.action":"\u067E\u0633 \u0627\u0632 \u0641\u0639\u0627\u0644 \u06A9\u0631\u062F\u0646\u060C \u067E\u0627\u0631\u0627\u0645\u062A\u0631 action=1 \u0628\u0647 \u062F\u0631\u062E\u0648\u0627\u0633\u062A \u0627\u0636\u0627\u0641\u0647 \u0645\u06CC\u200C\u0634\u0648\u062F \u062A\u0627 \u0628\u0647 Baidu \u0627\u0637\u0644\u0627\u0639 \u062F\u0627\u062F\u0647 \u0634\u0648\u062F \u062A\u0627 \u0627\u0635\u0637\u0644\u0627\u062D \u0641\u0639\u0627\u0644 \u0634\u0648\u062F. <1> \u0644\u0637\u0641\u0627\u064B \u0628\u0631\u0627\u06CC \u062F\u0633\u062A\u0648\u0631\u0627\u0644\u0639\u0645\u0644\u200C\u0647\u0627\u06CC \u0628\u06CC\u0634\u062A\u0631 \u0628\u0647 \u0645\u0633\u062A\u0646\u062F\u0627\u062A \u0631\u0633\u0645\u06CC \u0645\u0631\u0627\u062C\u0639\u0647 \u06A9\u0646\u06CC\u062F.",closeQuickTranslation:"\u062A\u0648\u067E \u0634\u0646\u0627\u0648\u0631 \u0631\u0627 \u0628\u0628\u0646\u062F\u06CC\u062F","closeQuickTranslation.untilNext":"\u062A\u0627 \u0628\u0627\u0632\u062F\u06CC\u062F \u0628\u0639\u062F\u06CC \u062A\u0639\u0637\u06CC\u0644 \u0627\u0633\u062A","closeQuickTranslation.currentWebsite":"\u0648\u0628 \u0633\u0627\u06CC\u062A \u0641\u0639\u0644\u06CC \u063A\u06CC\u0631\u0641\u0639\u0627\u0644 \u0627\u0633\u062A","closeQuickTranslation.alwaysClose":"\u0628\u0631\u0627\u06CC \u0647\u0645\u06CC\u0634\u0647 \u0627\u0632 \u06A9\u0627\u0631 \u0627\u0641\u062A\u0627\u062F\u0647 \u0627\u0633\u062A","closeQuickTranslation.settingOpen":"(\u062F\u0631 \u0635\u0641\u062D\u0647 \u062A\u0646\u0638\u06CC\u0645\u0627\u062A <1> \u0642\u0627\u0628\u0644 \u0645\u0634\u0627\u0647\u062F\u0647 \u0627\u0633\u062A \u0631\u0648\u0634\u0646 \u06A9\u0646)","closeQuickTranslation.cancel":"\u0644\u063A\u0648 \u06A9\u0646\u06CC\u062F","closeQuickTranslation.confirm":"\u0645\u0637\u0645\u0626\u0646","floatBall.popup":"\u067E\u0627\u0646\u0644 \u062A\u0646\u0638\u06CC\u0645\u0627\u062A \u0633\u0631\u06CC\u0639 \u0631\u0627 \u0628\u0627\u0632 \u06A9\u0646\u06CC\u062F","floatBall.translate":"\u0628\u0631\u0627\u06CC \u062A\u0631\u062C\u0645\u0647 \u0627\u06CC\u0646 \u0635\u0641\u062D\u0647 \u06A9\u0644\u06CC\u06A9 \u06A9\u0646\u06CC\u062F","floatBall.showOriginal":"\u0628\u0631\u0627\u06CC \u0628\u0627\u0632\u06AF\u0634\u062A \u0628\u0647 \u0645\u062A\u0646 \u0627\u0635\u0644\u06CC \u06A9\u0644\u06CC\u06A9 \u06A9\u0646\u06CC\u062F","floatBall.close":"\u062A\u0648\u067E \u0634\u0646\u0627\u0648\u0631 \u0631\u0627 \u0628\u0628\u0646\u062F\u06CC\u062F","floatBallOptions.enableDescPc":"\u067E\u0633 \u0627\u0632 \u0641\u0639\u0627\u0644 \u0634\u062F\u0646 \u062A\u0648\u067E \u0634\u0646\u0627\u0648\u0631 \u0635\u0641\u062D\u0647\u060C \u062F\u06A9\u0645\u0647 \u062A\u0631\u062C\u0645\u0647 \u0633\u0631\u06CC\u0639 \u062F\u0631 \u0633\u0645\u062A \u0631\u0627\u0633\u062A \u0635\u0641\u062D\u0647 \u0646\u0645\u0627\u06CC\u0634 \u062F\u0627\u062F\u0647 \u0645\u06CC \u0634\u0648\u062F.\u0628\u0631\u0627\u06CC \u062A\u0631\u062C\u0645\u0647 \u06A9\u0644\u06CC\u06A9 \u06A9\u0646\u06CC\u062F.","floatBallOptions.enableDesc":"\u5173\u95ED\u60AC\u6D6E\u7403\u540E\uFF0C\u53EF\u4EE5\u7528\u5FEB\u6377\u952E/{touch}\u5524\u8D77\u3002\u4E3A\u9632\u6B62\u4E0D\u614E\u5173\u95ED\u8BE5\u9009\u9879\u540E\u627E\u4E0D\u5230\u60AC\u6D6E\u7403\uFF0C\u5F3A\u70C8\u5EFA\u8BAE\u6536\u85CF\u672C\u8BBE\u7F6E\u9875","description.azureApiUrl":"\u0622\u062F\u0631\u0633 \u0631\u0627\u0628\u0637 API \u0633\u0641\u0627\u0631\u0634\u06CC \u0631\u0627 \u067E\u0631 \u06A9\u0646\u06CC\u062F",confirmSupportMouse:"\u786E\u8BA4\u5F53\u524D\u6D4F\u89C8\u5668\u652F\u6301\u9F20\u6807",confirmSupportMouseDescription:"\u062A\u0634\u062E\u06CC\u0635 \u062F\u0627\u062F\u0647 \u0634\u062F\u0647 \u0627\u0633\u062A \u06A9\u0647 \u0645\u0631\u0648\u0631\u06AF\u0631 \u0641\u0639\u0644\u06CC \u0627\u0632 \u0639\u0645\u0644\u06A9\u0631\u062F \u0645\u0627\u0648\u0633 \u067E\u0634\u062A\u06CC\u0628\u0627\u0646\u06CC \u0646\u0645\u06CC \u06A9\u0646\u062F. \u0622\u06CC\u0627 \u0645\u06CC \u062E\u0648\u0627\u0647\u06CC\u062F \u067E\u0634\u062A\u06CC\u0628\u0627\u0646\u06CC \u0627\u0632 \u0645\u0627\u0648\u0633 \u0631\u0627 \u0628\u0647 \u0627\u062C\u0628\u0627\u0631 \u0641\u0639\u0627\u0644 \u06A9\u0646\u06CC\u062F\u061F",sampleTargetText:"\u0634\u0628 \u0637\u0648\u0644\u0627\u0646\u06CC \u062F\u0631 \u0631\u0627\u0647 \u0627\u0633\u062A \u0648 \u0645\u0646 \u0627\u0632 \u0627\u06CC\u0646 \u0628\u0647 \u0628\u0639\u062F \u062A\u0627 \u0632\u0645\u0627\u0646\u06CC \u06A9\u0647 \u0628\u0645\u06CC\u0631\u0645 \u0645\u0631\u0627\u0642\u0628 \u062E\u0648\u0627\u0647\u0645 \u0628\u0648\u062F. \u0645\u0646 \u0646\u0647 \u0632\u0646 \u0645\u06CC\u06AF\u06CC\u0631\u0645\u060C \u0646\u0647 \u0634\u0627\u0647\u06CC\u060C \u0646\u0647 \u0641\u0631\u0632\u0646\u062F\u06CC. \u062A\u0627\u062C \u0628\u0631 \u0633\u0631 \u0646\u062E\u0648\u0627\u0647\u0645 \u06AF\u0630\u0627\u0634\u062A \u0648 \u0628\u0631\u0627\u06CC \u0627\u0641\u062A\u062E\u0627\u0631\u0627\u062A \u0645\u0633\u0627\u0628\u0642\u0647 \u0646\u0645\u06CC \u062F\u0647\u0645. \u0645\u0646 \u0648\u0638\u06CC\u0641\u0647 \u0627\u0645 \u0631\u0627 \u0635\u0627\u062F\u0642\u0627\u0646\u0647 \u0627\u0646\u062C\u0627\u0645 \u062E\u0648\u0627\u0647\u0645 \u062F\u0627\u062F\u060C \u0632\u0646\u062F\u0647 \u0645\u06CC \u0634\u0648\u0645 \u0648 \u0645\u06CC \u0645\u06CC\u0631\u0645.",sampleSourceText:"Night gathers, and now my watch begins. It shall not end until my death. I shall take no wife, hold no lands, father no children. I shall wear no crowns and win no glory. I shall live and die at my post.","subtitle.supportedSites":"\u5DF2\u652F\u6301\u5728\u8FD9\u4E9B\u7F51\u7AD9\u4F7F\u7528\u53CC\u8BED\u5B57\u5E55\uFF08\u6CE8\u610F\uFF1A\u7531\u4E8E\u6280\u672F\u9650\u5236\uFF0C\u90E8\u5206\u7F51\u7AD9\u5728\u9996\u6B21\u5F00\u542F\u5B57\u5E55\u540E\u9700\u8981\u91CD\u65B0\u5237\u65B0\u9875\u9762\uFF0C\u6216\u8005\u9700\u7B49\u5F85\u7FFB\u8BD1\u5B8C\u6210\u4EE5\u663E\u793A\u53CC\u8BED\u5B57\u5E55\uFF09\uFF1A",viewWithImmersiveTranslate:"\u53CC\u8BED\u7248\u672C(\u6C89\u6D78\u5F0F\u7FFB\u8BD1)",errorReason:"\u9519\u8BEF\u539F\u56E0\uFF1A{message}","proQuotaExceededError.onetime7day":'\uFF0C\u60A8\u53EF\u4EE5\u9009\u62E9\u4EE5\u4E0B\u65B9\u5F0F\u89E3\u51B3\uFF1A

1. \u5207\u6362\u5230 {anotherService} \u6216\u5176\u4ED6\u7FFB\u8BD1\u670D\u52A1
2. \u5347\u7EA7\u4E3A\u6708\u5EA6/\u5E74\u5EA6\u4F1A\u5458',"proQuotaExceededError.trial":'\uFF0C\u60A8\u53EF\u4EE5\u9009\u62E9\u4EE5\u4E0B\u65B9\u5F0F\u89E3\u51B3\uFF1A

1. \u5207\u6362\u5230 {anotherService} \u6216\u5176\u4ED6\u7FFB\u8BD1\u670D\u52A1
2. \u7ACB\u523B\u5347\u7EA7\u4E3A\u6B63\u5F0F\u4F1A\u5458',"proQuotaExceededError.nonTrial":'\uFF0C\u60A8\u53EF\u4EE5\u9009\u62E9\u4EE5\u4E0B\u65B9\u5F0F\u89E3\u51B3\uFF1A

1. \u5207\u6362\u5230 {anotherService} \u6216\u5176\u4ED6\u7FFB\u8BD1\u670D\u52A1
2. \u8D2D\u4E70 {translationService} \u989D\u5916\u6D41\u91CF\u5305',"proQuotaExceededError.resetTime":"
3. \u989D\u5EA6\u91CD\u7F6E\u65F6\u95F4\uFF1A{resetTime}","desc.touchShortcutsToggleTranslatePageOnlyTranslation":"\u0641\u0642\u0637 \u0645\u062A\u0646 \u062A\u0631\u062C\u0645\u0647 \u0628\u0647 \u0645\u0639\u0646\u06CC \u0627\u0633\u062A \u06A9\u0647 \u0641\u0642\u0637 \u0645\u062A\u0646 \u062A\u0631\u062C\u0645\u0647 \u0646\u0645\u0627\u06CC\u0634 \u062F\u0627\u062F\u0647 \u0645\u06CC \u0634\u0648\u062F\u060C \u0627\u06AF\u0631 \u0635\u0641\u062D\u0647 \u0648\u0628 \u0647\u0646\u0648\u0632 \u062A\u0631\u062C\u0645\u0647 \u0646\u0634\u062F\u0647 \u0627\u0633\u062A\u060C \u062D\u0627\u0644\u062A \u062A\u063A\u06CC\u06CC\u0631 \u062E\u0648\u0627\u0647\u062F \u06A9\u0631\u062F \u0648 \u062A\u0631\u062C\u0645\u0647 \u062E\u0648\u0627\u0647\u062F \u0634\u062F.","desc.toggleOnlyTransation":"\u062D\u0627\u0644\u062A \u0641\u0642\u0637 \u062A\u0631\u062C\u0645\u0647 \u0628\u0647 \u0627\u06CC\u0646 \u0645\u0639\u0646\u06CC \u0627\u0633\u062A \u06A9\u0647 \u0641\u0642\u0637 \u0645\u062A\u0646 \u062A\u0631\u062C\u0645\u0647 \u0634\u062F\u0647 \u0646\u0645\u0627\u06CC\u0634 \u062F\u0627\u062F\u0647 \u0645\u06CC \u0634\u0648\u062F\u060C \u0627\u06AF\u0631 \u0635\u0641\u062D\u0647 \u0648\u0628 \u0647\u0646\u0648\u0632 \u062A\u0631\u062C\u0645\u0647 \u0646\u0634\u062F\u0647 \u0628\u0627\u0634\u062F\u060C \u062D\u0627\u0644\u062A \u062A\u063A\u06CC\u06CC\u0631 \u062E\u0648\u0627\u0647\u062F \u06A9\u0631\u062F \u0648 \u062A\u0631\u062C\u0645\u0647 \u062E\u0648\u0627\u0647\u062F \u0634\u062F.",touchShortcutsToggleTranslatePageOnlyTranslation:"\u062A\u0646\u0638\u06CC\u0645 \u062D\u0631\u06A9\u062A \u0644\u0645\u0633\u06CC \u0635\u0641\u062D\u0647 \u0646\u0645\u0627\u06CC\u0634 \u0628\u0631\u0627\u06CC \u062A\u063A\u06CC\u06CC\u0631 \u0628\u06CC\u0646 \u062D\u0627\u0644\u062A \u062F\u0648\u0632\u0628\u0627\u0646\u0647 / \u0641\u0642\u0637 \u0645\u062A\u0646 \u062A\u0631\u062C\u0645\u0647 \u0634\u062F\u0647",download_started:"\u062F\u0627\u0646\u0644\u0648\u062F \u0634\u0631\u0648\u0639 \u0634\u062F\u0647 \u0627\u0633\u062A \u060C \u0627\u06AF\u0631 \u0628\u0647 \u0637\u0648\u0631 \u062E\u0648\u062F\u06A9\u0627\u0631 \u062F\u0627\u0646\u0644\u0648\u062F \u0646\u0634\u062F \u060C \u0644\u0637\u0641\u0627\u064B \u0628\u0647 \u0635\u0648\u0631\u062A \u062F\u0633\u062A\u06CC \u062F\u0627\u0646\u0644\u0648\u062F \u06A9\u0646\u06CC\u062F.",here:"\u0627\u06CC\u0646\u062C\u0627","translationFont.customPlaceholder":"\u0641\u0648\u0646\u062A",translationFont:"\u062A\u0646\u0638\u06CC\u0645 \u0641\u0648\u0646\u062A",batchEdit:"\u0639\u0645\u0644\u06CC\u0627\u062A \u062F\u0633\u062A\u0647 \u062C\u0645\u0639\u06CC","translationModeLang.translation.title":"\u0641\u0642\u0637 \u062D\u0627\u0644\u062A \u062A\u0631\u062C\u0645\u0647 \u0632\u0628\u0627\u0646","error.goReset":"\u0628\u0627\u0632\u0646\u0634\u0627\u0646\u06CC \u06A9\u0646\u06CC\u062F","translationFont.custom":"\u0648\u0631\u0648\u062F \u0641\u0648\u0646\u062A \u0633\u0641\u0627\u0631\u0634\u06CC","error.serveConfigError":"\u062E\u0637\u0627\u06CC \u067E\u06CC\u06A9\u0631\u0628\u0646\u062F\u06CC \u0633\u0631\u0648\u06CC\u0633",detectServiceLoading:"\u062F\u0631 \u062D\u0627\u0644 \u0628\u0631\u0631\u0633\u06CC \u062E\u062F\u0645\u0627\u062A \u062A\u0631\u062C\u0645\u0647 \u0645\u0648\u062C\u0648\u062F...","touch.mouse-translate":"\u062A\u0631\u062C\u0645\u0647 \u067E\u0627\u0631\u0627\u06AF\u0631\u0627\u0641 \u0645\u0634\u062E\u0635","translationModeUrl.translation.title":"\u0622\u062F\u0631\u0633 \u0627\u06CC\u0646\u062A\u0631\u0646\u062A\u06CC \u062D\u0627\u0644\u062A \u0641\u0642\u0637 \u062A\u0631\u062C\u0645\u0647","translationServices.inherit":"\u0628\u0627 \u062E\u062F\u0645\u0627\u062A \u062A\u0631\u062C\u0645\u0647 \u0627\u0635\u0644\u06CC \u062F\u0646\u0628\u0627\u0644 \u06A9\u0646\u06CC\u062F","error.reloadPageOfSetting":"\u067E\u0633 \u0627\u0632 \u067E\u06CC\u06A9\u0631\u0628\u0646\u062F\u06CC\u060C \u0644\u0637\u0641\u0627 \u0635\u0641\u062D\u0647 \u0631\u0627 \u062F\u0648\u0628\u0627\u0631\u0647 \u062A\u0627\u0632\u0647 \u06A9\u0646\u06CC\u062F \u0648 \u062F\u0648\u0628\u0627\u0631\u0647 \u062A\u0631\u062C\u0645\u0647 \u06A9\u0646\u06CC\u062F.","error.configError":"\u0627\u0637\u0644\u0627\u0639\u0627\u062A \u067E\u06CC\u06A9\u0631\u0628\u0646\u062F\u06CC \u063A\u06CC\u0631 \u0645\u0639\u0645\u0648\u0644\u06CC \u0627\u0633\u062A","error.proTokenInvalid":"\u0627\u06AF\u0631 \u06A9\u0627\u0631\u0628\u0631 Pro \u0647\u0633\u062A\u06CC\u062F\u060C \u0644\u0637\u0641\u0627\u064B \u067E\u0633 \u0627\u0632 \u0648\u0631\u0648\u062F \u0627\u0632 \u062E\u062F\u0645\u0627\u062A \u062A\u0631\u062C\u0645\u0647 Pro \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u06A9\u0646\u06CC\u062F.",videoSubtitlePreTranslationOff:"\u0632\u06CC\u0631\u0646\u0648\u06CC\u0633 \u0648\u06CC\u062F\u06CC\u0648 \u0627\u0648\u0644\u0648\u06CC\u062A \u062E\u0648\u0627\u0647\u062F \u062F\u0627\u062F \u0628\u0647 \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u0627\u0632 \u0632\u06CC\u0631\u0646\u0648\u06CC\u0633 \u0645\u0627\u0634\u06CC\u0646\u06CC \u0645\u0648\u062C\u0648\u062F \u062F\u0631 \u0648\u06CC\u062F\u06CC\u0648 \u0627\u0635\u0644\u06CC",toggleToService:"\u0628\u0647 {service} \u062A\u063A\u06CC\u06CC\u0631 \u062F\u0647\u06CC\u062F \u0648 \u062F\u0648\u0628\u0627\u0631\u0647 \u0627\u0645\u062A\u062D\u0627\u0646 \u06A9\u0646\u06CC\u062F","error.proUpgrade":"\u067E\u0633 \u0627\u0632 \u0627\u0631\u062A\u0642\u0627\u060C \u0644\u0637\u0641\u0627 \u0635\u0641\u062D\u0647 \u0631\u0627 \u062F\u0648\u0628\u0627\u0631\u0647 \u062A\u0631\u062C\u0645\u0647 \u06A9\u0646\u06CC\u062F.",enableSentryReport:"\u0648\u0642\u062A\u06CC \u062E\u0637\u0627\u06CC \u06AF\u0633\u062A\u0631\u0634 \u0631\u062E \u0645\u06CC \u062F\u0647\u062F\u060C \u0628\u0627 \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u0627\u0632 Sentry \u0628\u0631\u0627\u06CC \u0627\u0631\u0633\u0627\u0644 \u0628\u0627\u0632\u062E\u0648\u0631\u062F \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u06A9\u0646\u06CC\u062F.","error.403":"\u062E\u062F\u0645\u062A \u062E\u0637\u0627\u06CC \u0628\u0631\u06AF\u0634\u062A \u062F\u0627\u062F\u0647 \u0627\u0633\u062A\u060C \u0645\u0648\u0642\u062A\u0627\u064B \u0627\u062C\u0627\u0632\u0647 \u062F\u0633\u062A\u0631\u0633\u06CC \u0628\u0647 \u0627\u06CC\u0646 \u062E\u062F\u0645\u062A \u0631\u0627 \u0646\u062F\u0627\u0631\u06CC\u062F.",videoSubtitlePreTranslationOn:"\u0632\u06CC\u0631\u0646\u0648\u06CC\u0633 \u0647\u0627\u06CC \u0648\u06CC\u062F\u06CC\u0648 \u0628\u0647 \u0637\u0648\u0631 \u0627\u0648\u0644\u0648\u06CC\u062A\u06CC \u0627\u0632 \u062A\u0631\u062C\u0645\u0647 \u0641\u0631\u0648 \u0631\u0641\u062A\u06AF\u06CC \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u062E\u0648\u0627\u0647\u062F \u06A9\u0631\u062F.","translationModeUrl.translation.description":"\u0648\u0642\u062A\u06CC \u0648\u0628 \u0633\u0627\u06CC\u062A \u0628\u0631\u0627\u06CC \u062F\u0627\u0645\u0646\u0647 \u0647\u0627\u06CC \u0632\u06CC\u0631 \u0627\u0633\u062A\u060C \u0628\u0647 \u0637\u0648\u0631 \u062E\u0648\u062F\u06A9\u0627\u0631 \u0627\u0632 \u062D\u0627\u0644\u062A \u0641\u0642\u0637 \u0645\u062A\u0646 \u062A\u0631\u062C\u0645\u0647 \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u0645\u06CC \u06A9\u0646\u062F.","error.502":"\u062E\u062F\u0645\u062A \u062E\u0637\u0627 \u062F\u0627\u062F\u0647 \u0627\u0633\u062A\u060C \u062E\u062F\u0645\u062A \u0628\u0647 \u062A\u0627\u062E\u06CC\u0631 \u0627\u0641\u062A\u0627\u062F\u0647 \u0627\u0633\u062A\u060C \u0644\u0637\u0641\u0627 \u0628\u0639\u062F\u0627 \u062F\u0648\u0628\u0627\u0631\u0647 \u0627\u0645\u062A\u062D\u0627\u0646 \u06A9\u0646\u06CC\u062F.","error.openAIExceededQuota":"\u062E\u0637\u0627\u06CC \u0628\u0627\u0632\u06AF\u0634\u062A \u0633\u0631\u0648\u06CC\u0633: \u0645\u0648\u062C\u0648\u062F\u06CC \u062D\u0633\u0627\u0628 OpenAI \u0634\u0645\u0627 \u06A9\u0627\u0641\u06CC \u0646\u06CC\u0633\u062A\u060C \u0644\u0637\u0641\u0627\u064B \u0627\u0632 \u0637\u0631\u06CC\u0642 \u067E\u0646\u0644 \u0645\u062F\u06CC\u0631\u06CC\u062A\u06CC \u0631\u0633\u0645\u06CC OpenAI \u0634\u0627\u0631\u0698 \u06A9\u0646\u06CC\u062F \u06CC\u0627 \u06A9\u0627\u0631\u062A \u0627\u0639\u062A\u0628\u0627\u0631\u06CC \u062E\u0648\u062F \u0631\u0627 \u0645\u062A\u0635\u0644 \u06A9\u0646\u06CC\u062F.","translationModeLang.translation.description":"\u0648\u0642\u062A\u06CC \u0632\u0628\u0627\u0646 \u0635\u0641\u062D\u0647 \u0628\u0647 \u0632\u0628\u0627\u0646\u0647\u0627\u06CC \u0632\u06CC\u0631 \u0627\u0633\u062A\u060C \u0628\u0647 \u0637\u0648\u0631 \u062E\u0648\u062F\u06A9\u0627\u0631 \u0627\u0632 \u062D\u0627\u0644\u062A \u062A\u0631\u062C\u0645\u0647 \u0641\u0642\u0637 \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u0645\u06CC \u0634\u0648\u062F","error.429":"\u062E\u062F\u0645\u062A \u062E\u0637\u0627 \u0631\u0627 \u0628\u0631\u0645\u06CC \u06AF\u0631\u062F\u0627\u0646\u062F\u060C \u06A9\u0647 \u0646\u0634\u0627\u0646 \u0645\u06CC \u062F\u0647\u062F \u062F\u0631\u062E\u0648\u0627\u0633\u062A \u0628\u06CC\u0634 \u0627\u0632 \u062D\u062F \u0645\u06A9\u0631\u0631 \u06CC\u0627 \u0628\u06CC\u0634 \u0627\u0632 \u062D\u062F \u0645\u062D\u062F\u0648\u062F\u06CC\u062A \u0627\u0633\u062A\u060C \u0644\u0637\u0641\u0627 \u0628\u0639\u062F\u0627 \u062F\u0648\u0628\u0627\u0631\u0647 \u0627\u0645\u062A\u062D\u0627\u0646 \u06A9\u0646\u06CC\u062F.","error.400":"\u062E\u0637\u0627\u06CC\u06CC \u062F\u0631 \u0628\u0627\u0632\u06AF\u0634\u062A \u062E\u062F\u0645\u0627\u062A \u0631\u062E \u062F\u0627\u062F\u0647 \u0627\u0633\u062A \u060C \u067E\u0627\u0631\u0627\u0645\u062A\u0631 \u062F\u0631\u062E\u0648\u0627\u0633\u062A \u0627\u0634\u062A\u0628\u0627\u0647 \u0627\u0633\u062A \u060C \u0644\u0637\u0641\u0627\u064B \u067E\u06CC\u06A9\u0631\u0628\u0646\u062F\u06CC \u0645\u0631\u0628\u0648\u0637\u0647 \u0631\u0627 \u0628\u0631\u0631\u0633\u06CC \u06A9\u0646\u06CC\u062F.","error.googleLimitIp":"\u062E\u062F\u0645\u062A \u062E\u0637\u0627 \u0631\u0627 \u0628\u0631\u0645\u06CC \u06AF\u0631\u062F\u0627\u0646\u062F \u060C \u062E\u062F\u0645\u0627\u062A \u06AF\u0648\u06AF\u0644 \u0628\u0631\u0627\u06CC \u0627\u06CC\u0646 \u0622\u062F\u0631\u0633 IP \u0645\u062D\u062F\u0648\u062F \u0634\u062F\u0647 \u0627\u0633\u062A \u060C \u067E\u06CC\u0634\u0646\u0647\u0627\u062F \u0645\u06CC \u06A9\u0646\u06CC\u0645 \u0634\u0645\u0627 \u0646\u0648\u062F \u0634\u0628\u06A9\u0647 \u0631\u0627 \u062A\u063A\u06CC\u06CC\u0631 \u062F\u0647\u06CC\u062F.","translationFont.notSupportErrorMessage":"\u0644\u0637\u0641\u0627\u064B \u0646\u0627\u0645 \u0641\u0648\u0646\u062A\u06CC \u06A9\u0647 \u0648\u0627\u0631\u062F \u06A9\u0631\u062F\u0647 \u0627\u06CC\u062F \u0631\u0627 \u0628\u0631\u0631\u0633\u06CC \u06A9\u0646\u06CC\u062F \u062A\u0627 \u0645\u0637\u0645\u0626\u0646 \u0634\u0648\u06CC\u062F \u06A9\u0647 \u062F\u0631\u0633\u062A \u0627\u0633\u062A\u060C \u06CC\u0627 \u062A\u0623\u06CC\u06CC\u062F \u06A9\u0646\u06CC\u062F \u06A9\u0647 \u0627\u06CC\u0646 \u0641\u0648\u0646\u062A \u0628\u0631 \u0631\u0648\u06CC \u062F\u0633\u062A\u06AF\u0627\u0647 \u0634\u0645\u0627 \u0646\u0635\u0628 \u0634\u062F\u0647 \u0627\u0633\u062A.","error.gemini.429":"\u062E\u062F\u0645\u062A Gemini \u062F\u0631 \u062D\u0627\u0644 \u062D\u0627\u0636\u0631 \u0628\u0647 \u0638\u0631\u0641\u06CC\u062A \u062D\u062F\u0627\u06A9\u062B\u0631\u06CC \u062E\u0648\u062F \u0631\u0633\u06CC\u062F\u0647 \u0627\u0633\u062A\u060C \u0644\u0637\u0641\u0627\u064B \u0628\u0639\u062F\u0627\u064B \u062F\u0648\u0628\u0627\u0631\u0647 \u0627\u0645\u062A\u062D\u0627\u0646 \u06A9\u0646\u06CC\u062F \u06CC\u0627 \u0628\u0647 \u0633\u0631\u0648\u06CC\u0633 \u062A\u0631\u062C\u0645\u0647 \u062F\u06CC\u06AF\u0631\u06CC \u062A\u063A\u06CC\u06CC\u0631 \u062F\u0647\u06CC\u062F.","desc.toggleVideoSubtitlePreTranslation":"\u0628\u0639\u062F \u0641\u0634\u0627\u0631\u060C \u0632\u06CC\u0631\u0646\u0648\u06CC\u0633 \u062F\u0648\u0632\u0628\u0627\u0646\u0647 \u0648\u06CC\u062F\u06CC\u0648 \u0627\u0648\u0644\u0648\u06CC\u062A \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u0627\u0632 \u062A\u0646\u0638\u06CC\u0645\u0627\u062A \u062A\u0631\u062C\u0645\u0647 \u063A\u0648\u0637\u0647 \u0648\u0631 \u062E\u0648\u0627\u0647\u062F \u062F\u0627\u0634\u062A\u060C \u0628\u0627 \u0641\u0634\u0627\u0631 \u062F\u0648\u0628\u0627\u0631\u0647\u060C \u0627\u0648\u0644\u0648\u06CC\u062A \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u0627\u0632 \u0632\u06CC\u0631\u0646\u0648\u06CC\u0633 \u0645\u0627\u0634\u06CC\u0646\u06CC \u0627\u0635\u0644\u06CC \u0648\u06CC\u062F\u06CC\u0648 \u062E\u0648\u0627\u0647\u062F \u0628\u0648\u062F\u060C \u062A\u0648\u062C\u0647 \u062F\u0627\u0634\u062A\u0647 \u0628\u0627\u0634\u06CC\u062F: \u0627\u06CC\u0646 \u0645\u06CC\u0627\u0646\u0628\u0631 \u062A\u0646\u0638\u06CC\u0645\u0627\u062A \u062C\u0647\u0627\u0646\u06CC \u0631\u0627 \u062A\u063A\u06CC\u06CC\u0631 \u0645\u06CC \u062F\u0647\u062F.","error.openAIFreeLimit":"\u062E\u062F\u0645\u062A \u062E\u0637\u0627 \u0631\u0627 \u0628\u0631\u0645\u06CC \u06AF\u0631\u062F\u0627\u0646\u062F\u060C \u0641\u0631\u06A9\u0627\u0646\u0633 \u062F\u0631\u062E\u0648\u0627\u0633\u062A \u062A\u0631\u062C\u0645\u0647 \u0641\u0639\u0644\u06CC \u0628\u0647 \u062D\u062F\u0627\u06A9\u062B\u0631 3 \u0628\u0627\u0631 \u062F\u0631 \u062F\u0642\u06CC\u0642\u0647 \u0631\u0633\u06CC\u062F\u0647 \u0627\u0633\u062A\u060C \u0644\u0637\u0641\u0627\u064B \u0628\u0639\u062F\u0627\u064B \u062F\u0648\u0628\u0627\u0631\u0647 \u0627\u0645\u062A\u062D\u0627\u0646 \u06A9\u0646\u06CC\u062F. (\u0627\u06CC\u0646 \u0645\u062D\u062F\u0648\u062F\u06CC\u062A \u0631\u0633\u0645\u06CC OpenAI \u0628\u0631\u0627\u06CC API Key \u0631\u0627\u06CC\u06AF\u0627\u0646 \u0627\u0633\u062A\u060C \u0628\u0631\u0627\u06CC \u0631\u0641\u0639 \u0627\u06CC\u0646 \u0645\u062D\u062F\u0648\u062F\u06CC\u062A\u060C \u0644\u0637\u0641\u0627\u064B \u06A9\u0627\u0631\u062A \u0627\u0639\u062A\u0628\u0627\u0631\u06CC \u062E\u0648\u062F \u0631\u0627 \u062F\u0631 \u067E\u0646\u0644 OpenAI \u0645\u062A\u0635\u0644 \u06A9\u0646\u06CC\u062F.)","error.serveUnavailable":"\u062E\u062F\u0645\u062A [{serverName}] \u06A9\u0647 \u062F\u0631 \u062D\u0627\u0644 \u062D\u0627\u0636\u0631 \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u0645\u06CC \u06A9\u0646\u06CC\u062F \u0628\u0647 \u062F\u0644\u06CC\u0644 \u0645\u0634\u06A9\u0644\u0627\u062A \u0627\u062A\u0635\u0627\u0644 \u0628\u0647 \u0634\u0628\u06A9\u0647 \u06CC\u0627 \u0645\u0634\u06A9\u0644\u0627\u062A \u0627\u0631\u0627\u0626\u0647 \u062F\u0647\u0646\u062F\u0647 \u062E\u062F\u0645\u0627\u062A \u0645\u0648\u0642\u062A\u0627\u064B \u0642\u0627\u0628\u0644 \u062F\u0633\u062A\u0631\u0633\u06CC \u0646\u06CC\u0633\u062A. \u067E\u06CC\u0634\u0646\u0647\u0627\u062F \u0645\u06CC \u06A9\u0646\u06CC\u0645 \u0635\u0641\u062D\u0647 \u0631\u0627 \u062A\u0627\u0632\u0647 \u06A9\u0646\u06CC\u062F \u06CC\u0627 \u0627\u0632 \u0637\u0631\u06CC\u0642 <1>\u062A\u0646\u0638\u06CC\u0645\u0627\u062A \u0628\u0647 \u062E\u062F\u0645\u0627\u062A \u062A\u0631\u062C\u0645\u0647 \u062F\u06CC\u06AF\u0631\u06CC \u062A\u063A\u06CC\u06CC\u0631 \u062F\u0647\u06CC\u062F. \u0627\u06AF\u0631 \u0634\u0645\u0627 \u0639\u0636\u0648 <2>Pro \u0647\u0633\u062A\u06CC\u062F\u060C \u0645\u06CC \u062A\u0648\u0627\u0646\u06CC\u062F \u0627\u0632 \u062E\u062F\u0645\u0627\u062A \u062A\u0631\u062C\u0645\u0647 \u067E\u0627\u06CC\u062F\u0627\u0631\u062A\u0631 DeepL \u06CC\u0627 OpenAI \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u06A9\u0646\u06CC\u062F (<3>\u0627\u06CC\u0646\u062C\u0627 \u0631\u0627 \u0628\u0631\u0627\u06CC \u062A\u062C\u0631\u0628\u0647 \u0631\u0627\u06CC\u06AF\u0627\u0646 \u06A9\u0644\u06CC\u06A9 \u06A9\u0646\u06CC\u062F). \u0639\u0644\u0627\u0648\u0647 \u0628\u0631 \u0627\u06CC\u0646\u060C \u0645\u0645\u06A9\u0646 \u0627\u0633\u062A \u0646\u06CC\u0627\u0632 \u0628\u0627\u0634\u062F \u062A\u0646\u0638\u06CC\u0645\u0627\u062A \u0634\u0628\u06A9\u0647 \u06CC\u0627 \u067E\u0631\u0648\u06A9\u0633\u06CC \u062E\u0648\u062F \u0631\u0627 \u0628\u0631\u0631\u0633\u06CC \u06A9\u0646\u06CC\u062F.","widget.translateFile":"PDF/ePub",goLogin:"\u0648\u0631\u0648\u062F \u06A9\u0646\u06CC\u062F",notLogin:"\u0648\u0631\u0648\u062F \u0646\u0634\u062F\u0647 \u0627\u0633\u062A","error.reason":"\u062F\u0644\u06CC\u0644 \u062E\u0637\u0627",shortcutSettings:"\u0645\u06CC\u0627\u0646\u0628\u0631",alwaysTranslate:"\u0647\u0645\u06CC\u0634\u0647 \u062A\u0631\u062C\u0645\u0647 \u06A9\u0646\u06CC\u062F","translationServices.gemini":"\u062C\u0645\u0646\u06CC","slide.left":"\u0628\u0647 \u0631\u0627\u0633\u062A \u0628\u06A9\u0634\u06CC\u062F",loggedIn:"\u0648\u0627\u0631\u062F \u0634\u062F\u0647 \u0627\u06CC\u062F","floatBall.iKnow":"\u0645\u0646 \u0645\u06CC \u062F\u0627\u0646\u0645","intro.floatBallTitle":"\u062A\u0631\u062C\u0645\u0647 \u0633\u0631\u06CC\u0639 \u0628\u0627\u0644 \u0634\u0646\u0627\u0648\u0631","shortcutGroup.touch":"\u0698\u0633\u062A \u0647\u0627\u06CC \u062E\u0627\u0635 \u0635\u0641\u062D\u0647 \u0644\u0645\u0633\u06CC","tagsInput.add":"+ \u0627\u0636\u0627\u0641\u0647 \u06A9\u0631\u062F\u0646",shortcutSettingsTitle:"\u062A\u0646\u0638\u06CC\u0645\u0627\u062A \u0645\u06CC\u0627\u0646\u0628\u0631","widget.instruction":"\u062F\u0633\u062A\u0648\u0631\u0627\u0644\u0639\u0645\u0644 \u0627\u0633\u062A\u0641\u0627\u062F\u0647",touchShortcutsOff:"\u0628\u0633\u062A\u0647 \u0634\u062F\u0646","shortcutGroup.others":"\u06A9\u0644\u06CC\u062F\u0647\u0627\u06CC \u0645\u06CC\u0627\u0646\u0628\u0631 \u0633\u0641\u0627\u0631\u0634\u06CC \u0628\u06CC\u0634\u062A\u0631","error.subscriptionExpiredTitle":"\u0639\u0636\u0648\u06CC\u062A \u0645\u0646\u0642\u0636\u06CC \u0634\u062F\u0647 \u0627\u0633\u062A","error.retry":"\u062A\u0644\u0627\u0634 \u0645\u062C\u062F\u062F",neverTranslate:"\u0647\u0631\u06AF\u0632 \u062A\u0631\u062C\u0645\u0647 \u0646\u0645\u06CC \u06A9\u0646\u0645",networkError:"\u062E\u062F\u0645\u0627\u062A \u062A\u0631\u062C\u0645\u0647 \u06CC\u0627 \u0634\u0628\u06A9\u0647 \u0645\u0634\u06A9\u0644 \u062F\u0627\u0631\u062F","widget.translateFileTooltip":"\u062A\u0631\u062C\u0645\u0647 \u0627\u0633\u0646\u0627\u062F PDF\u060C EPUB\u060C SRT\u060C ASS\u060C HTML \u0648 TXT","slide.right":"\u0628\u0647 \u0686\u067E \u0628\u06A9\u0634\u06CC\u062F","multipleClick.3":"\u0633\u0647 \u0636\u0631\u0628\u0647 \u0645\u062A\u0648\u0627\u0644\u06CC","multipleClick.4":"\u0686\u0647\u0627\u0631 \u0636\u0631\u0628\u0647 \u0645\u062A\u0648\u0627\u0644\u06CC",pickAll:"\u0627\u0646\u062A\u062E\u0627\u0628 \u0647\u0645\u0647",contact:"\u0628\u0627 \u0645\u0627 \u062A\u0645\u0627\u0633 \u0628\u06AF\u06CC\u0631\u06CC\u062F","subtitle.bilingual":"\u0632\u06CC\u0631\u0646\u0648\u06CC\u0633 \u062F\u0648\u0632\u0628\u0627\u0646\u0647","shortcutGroup.shortcutsForTranslationServices":"\u06A9\u0644\u06CC\u062F\u0647\u0627\u06CC \u0645\u06CC\u0627\u0646\u0628\u0631 \u0645\u0631\u0628\u0648\u0637 \u0628\u0647 \u062E\u062F\u0645\u0627\u062A \u062A\u0631\u062C\u0645\u0647",buildSnapshots:"\u0627\u06CC\u062C\u0627\u062F \u0639\u06A9\u0633 \u0641\u0648\u0631\u06CC \u0627\u0632 \u0635\u0641\u062D\u0647 \u0648\u0628","widget.instructionTooltip":"\u062F\u0633\u062A\u0648\u0631\u0627\u0644\u0639\u0645\u0644 \u0631\u0627 \u0628\u0631\u0631\u0633\u06CC \u06A9\u0646\u06CC\u062F","widget.videoSubtitle":"\u0632\u06CC\u0631\u0646\u0648\u06CC\u0633 \u0648\u06CC\u062F\u06CC\u0648","multipleClick.2":"\u062F\u0648\u0628\u0627\u0631 \u06A9\u0644\u06CC\u06A9 \u06A9\u0646\u06CC\u062F","subtitle.autoDisableSubtitle":"\u0632\u06CC\u0631\u0646\u0648\u06CC\u0633 \u062F\u0648\u0632\u0628\u0627\u0646\u0647 \u0628\u0647 \u0635\u0648\u0631\u062A \u062E\u0648\u062F\u06A9\u0627\u0631 \u0641\u0639\u0627\u0644 \u0646\u0645\u06CC \u0634\u0648\u062F",mouseHoverCustomKeyTitle:"\u0633\u0641\u0627\u0631\u0634\u06CC \u06A9\u0631\u062F\u0646 \u0645\u06CC\u0627\u0646\u0628\u0631 \u0645\u0648\u0633 \u062F\u0631 \u062D\u0627\u0644\u062A \u0634\u0646\u0627\u0648\u0631","browser.translateWithOpenAI":"\u0627\u0632 OpenAI \u0628\u0631\u0627\u06CC \u062A\u0631\u062C\u0645\u0647 \u0645\u0648\u0642\u062A\u06CC \u0635\u0641\u062D\u0647 \u0641\u0639\u0644\u06CC \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u06A9\u0646\u06CC\u062F",neverTranslateThisSite:"\u0647\u0631\u06AF\u0632 \u0627\u06CC\u0646 \u0648\u0628\u0633\u0627\u06CC\u062A \u0631\u0627 \u062A\u0631\u062C\u0645\u0647 \u0646\u06A9\u0646\u06CC\u062F","browser.translateInputBox":"\u062A\u0631\u062C\u0645\u0647 \u0645\u062D\u062A\u0648\u0627\u06CC \u062C\u0639\u0628\u0647 \u0648\u0631\u0648\u062F\u06CC \u0641\u0639\u0644\u06CC","subtitle.hideQuickButton":"\u062F\u06CC\u06AF\u0631 \u0627\u06CC\u0646 \u0645\u06CC\u0627\u0646\u0628\u0631 \u0631\u0627 \u0646\u0634\u0627\u0646 \u0646\u062F\u0647","subtitle.showQuickButton":"\u062F\u0631 \u067E\u062E\u0634 \u06A9\u0646\u0646\u062F\u0647\u060C \u0645\u06CC\u0627\u0646\u0628\u0631 \u0632\u06CC\u0631\u0646\u0648\u06CC\u0633 \u062F\u0648\u0632\u0628\u0627\u0646\u0647 \u0646\u0645\u0627\u06CC\u0634 \u062F\u0627\u062F\u0647 \u0634\u0648\u062F","browser.translateWithTransmart":"\u0627\u0632 \u062A\u0631\u062C\u0645\u0647 \u0645\u0648\u0642\u062A\u06CC \u062A\u0646\u0633\u0646\u062A \u0628\u0631\u0627\u06CC \u0635\u0641\u062D\u0647 \u0641\u0639\u0644\u06CC \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u06A9\u0646\u06CC\u062F","intro.hoverTitle":"\u0645\u0648\u0634\u0648\u0627\u0631\u0647 \u0631\u0627 \u0628\u0631 \u0631\u0648\u06CC \u067E\u0627\u0631\u0627\u06AF\u0631\u0627\u0641 \u0641\u0639\u0644\u06CC \u0628\u06AF\u0630\u0627\u0631\u06CC\u062F \u062A\u0627 \u062A\u0631\u062C\u0645\u0647 \u0634\u0648\u062F","shortcutGroup.mouse":"\u062A\u0646\u0638\u06CC\u0645\u0627\u062A \u0645\u06CC\u0627\u0646\u0628\u0631 \u0645\u0648\u0633 \u062F\u0631 \u062D\u0627\u0644\u062A \u0634\u0646\u0627\u0648\u0631",temprarilyChangeTranslationTo_openai:"\u062F\u0631 \u062D\u0627\u0644 \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u0627\u0632 OpenAI \u0628\u0631\u0627\u06CC \u062A\u0631\u062C\u0645\u0647 \u0635\u0641\u062D\u0647 \u0641\u0639\u0644\u06CC \u0647\u0633\u062A\u0645","browser.translateWithDeepL":"\u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u0645\u0648\u0642\u062A \u0627\u0632 DeepL \u0628\u0631\u0627\u06CC \u062A\u0631\u062C\u0645\u0647 \u0635\u0641\u062D\u0647 \u0641\u0639\u0644\u06CC",translationOnlyMode:"\u0641\u0642\u0637 \u062D\u0627\u0644\u062A \u062A\u0631\u062C\u0645\u0647","widget.videoSubtitleTooltip":"\u067E\u0634\u062A\u06CC\u0628\u0627\u0646\u06CC \u0627\u0632 Youtube \u0648 {count}+ \u0633\u0627\u06CC\u062A \u0648\u06CC\u062F\u06CC\u0648\u06CC\u06CC \u062F\u06CC\u06AF\u0631",paragraphMinTextCountField:"\u062A\u0639\u062F\u0627\u062F \u06A9\u0645\u062A\u0631\u06CC\u0646 \u06A9\u0627\u0631\u0627\u06A9\u062A\u0631\u0647\u0627\u06CC \u0645\u0648\u0631\u062F \u0646\u06CC\u0627\u0632 \u0628\u0631\u0627\u06CC \u062A\u0631\u062C\u0645\u0647 \u067E\u0627\u0631\u0627\u06AF\u0631\u0627\u0641",temprarilyChangeTranslationTo_gemini:"\u062F\u0631 \u062D\u0627\u0644 \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u0627\u0632 Gemini \u0628\u0631\u0627\u06CC \u062A\u0631\u062C\u0645\u0647 \u0635\u0641\u062D\u0647 \u0641\u0639\u0644\u06CC \u0647\u0633\u062A\u0645","shortcutGroup.main":"\u0645\u06CC\u0627\u0646\u0628\u0631\u0647\u0627\u06CC \u06A9\u0644\u06CC\u062F\u06CC \u0639\u0645\u0644\u06A9\u0631\u062F \u0631\u0627\u06CC\u062C",temprarilyChangeTranslationTo_deepl:"\u062F\u0631 \u062D\u0627\u0644 \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u0627\u0632 \u062A\u0631\u062C\u0645\u0647 DeepL \u0628\u0631\u0627\u06CC \u0635\u0641\u062D\u0647 \u0641\u0639\u0644\u06CC",temprarilyChangeTranslationTo_transmart:"\u062F\u0631 \u062D\u0627\u0644 \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u0627\u0632 \u062A\u0631\u062C\u0645\u0647 \u062A\u0646\u0633\u0646\u062A \u0628\u0631\u0627\u06CC \u0635\u0641\u062D\u0647 \u0641\u0639\u0644\u06CC",alwaysTranslateThisSite:"\u0647\u0645\u06CC\u0634\u0647 \u0627\u06CC\u0646 \u0648\u0628\u0633\u0627\u06CC\u062A \u0631\u0627 \u062A\u0631\u062C\u0645\u0647 \u06A9\u0646\u06CC\u062F","browser.translateWithBing":"\u0627\u0632 \u062A\u0631\u062C\u0645\u0647 \u0645\u0627\u06CC\u06A9\u0631\u0648\u0633\u0627\u0641\u062A \u0628\u0631\u0627\u06CC \u062A\u0631\u062C\u0645\u0647 \u0645\u0648\u0642\u062A\u06CC \u0635\u0641\u062D\u0647 \u0641\u0639\u0644\u06CC \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u06A9\u0646\u06CC\u062F",upgradeToProErrorTitle:"\u0644\u0637\u0641\u0627\u064B \u0628\u0647 \u0639\u0636\u0648\u06CC\u062A Pro \u0627\u0631\u062A\u0642\u0627 \u062F\u0647\u06CC\u062F \u0648 \u0633\u067E\u0633 \u0627\u0632 \u0627\u06CC\u0646 \u062E\u062F\u0645\u062A \u062A\u0631\u062C\u0645\u0647 \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u06A9\u0646\u06CC\u062F","intro.subtitleTitle":"\u0646\u0645\u0627\u06CC\u0634 \u0632\u06CC\u0631\u0646\u0648\u06CC\u0633 \u062F\u0648\u0632\u0628\u0627\u0646\u0647 \u0648\u06CC\u062F\u06CC\u0648\u06CC \u0622\u0646\u0644\u0627\u06CC\u0646",temprarilyChangeTranslationTo_bing:"\u062F\u0631 \u062D\u0627\u0644 \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u0627\u0632 \u062A\u0631\u062C\u0645\u0647 \u0645\u0627\u06CC\u06A9\u0631\u0648\u0633\u0627\u0641\u062A \u0628\u0631\u0627\u06CC \u0635\u0641\u062D\u0647 \u0641\u0639\u0644\u06CC \u0647\u0633\u062A\u0645",touchShortcutsToggleTranslationMask:"\u062A\u0646\u0638\u06CC\u0645 \u0646\u0645\u0627\u06CC\u0634 \u0698\u0633\u062A \u0644\u0645\u0633\u06CC \u0628\u0631\u0627\u06CC \u0646\u0645\u0627\u06CC\u0634 \u0645\u062A\u0646 \u062A\u0631\u062C\u0645\u0647 / \u0646\u0645\u0627\u06CC\u0634 \u0645\u062A\u0646 \u0627\u0635\u0644\u06CC","browser.translateWithGemini":"\u0628\u0647 \u0637\u0648\u0631 \u0645\u0648\u0642\u062A \u0627\u0632 Gemini \u0628\u0631\u0627\u06CC \u062A\u0631\u062C\u0645\u0647 \u0635\u0641\u062D\u0647 \u0641\u0639\u0644\u06CC \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u06A9\u0646\u06CC\u062F","browser.toggleVideoSubtitlePreTranslation":"\u062A\u063A\u06CC\u06CC\u0631 \u0632\u06CC\u0631\u0646\u0648\u06CC\u0633 \u062F\u0648\u0632\u0628\u0627\u0646\u0647 \u0628\u0627 \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u0627\u0632 \u062A\u0646\u0638\u06CC\u0645\u0627\u062A \u062A\u0631\u062C\u0645\u0647 \u0641\u0631\u0648 \u0631\u0641\u062A\u0647 \u0627\u0648\u0644\u0648\u06CC\u062A \u062F\u0627\u0631\u062F",notLoginPro:"\u0634\u0645\u0627 \u0647\u0646\u0648\u0632 \u0628\u0647 \u062D\u0633\u0627\u0628 \u06A9\u0627\u0631\u0628\u0631\u06CC \u062E\u0648\u062F \u0648\u0627\u0631\u062F \u0646\u0634\u062F\u0647 \u0627\u06CC\u062F",touchShortcutsToggleTranslatePage:"\u0628\u0631\u0627\u06CC \u062A\u0631\u062C\u0645\u0647 \u0635\u0641\u062D\u0627\u062A \u0648\u0628 / \u0646\u0645\u0627\u06CC\u0634 \u0645\u062A\u0646 \u0627\u0635\u0644\u06CC \u060C \u062D\u0631\u06A9\u062A \u0647\u0627\u06CC \u0644\u0645\u0633\u06CC \u0631\u0627 \u062A\u0646\u0638\u06CC\u0645 \u06A9\u0646\u06CC\u062F",temprarilyChangeTranslationTo_google:"\u062F\u0631 \u062D\u0627\u0644 \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u0627\u0632 \u062A\u0631\u062C\u0645\u0647 \u06AF\u0648\u06AF\u0644 \u0628\u0631\u0627\u06CC \u0635\u0641\u062D\u0647 \u0641\u0639\u0644\u06CC \u0647\u0633\u062A\u0645","neverTranslateText.title":"\u0644\u0637\u0641\u0627\u064B \u06A9\u0644\u0645\u0627\u062A \u0632\u06CC\u0631 \u0631\u0627 \u0628\u0647 \u0635\u0648\u0631\u062A \u0627\u0635\u0644\u06CC \u062D\u0641\u0638 \u06A9\u0646\u06CC\u062F\u060C \u062A\u0631\u062C\u0645\u0647 \u0646\u06A9\u0646\u06CC\u062F.",touchShortcutsToggleTranslateTouchElement:"\u062A\u0646\u0638\u06CC\u0645 \u062D\u0631\u06A9\u062A \u0644\u0645\u0633\u06CC \u0635\u0641\u062D\u0647 \u0646\u0645\u0627\u06CC\u0634 \u0628\u0631\u0627\u06CC \u062A\u0631\u062C\u0645\u0647 \u067E\u0627\u0631\u0627\u06AF\u0631\u0627\u0641 \u0645\u0634\u062E\u0635","description.baiduField":"\u062D\u0648\u0632\u0647 \u0647\u0627\u06CC \u067E\u0634\u062A\u06CC\u0628\u0627\u0646\u06CC \u0634\u062F\u0647 \u0631\u0627 \u062F\u0631 <1>\u0627\u06CC\u0646\u062C\u0627 \u0628\u0628\u06CC\u0646\u06CC\u062F \u060C \u0627\u06AF\u0631 \u062E\u0627\u0644\u06CC \u0628\u0627\u0634\u062F \u0628\u0647 \u0645\u0639\u0646\u06CC \u0627\u06CC\u0646 \u0627\u0633\u062A \u06A9\u0647 \u062D\u0648\u0632\u0647 \u0627\u06CC \u0645\u0634\u062E\u0635 \u0646\u0634\u062F\u0647 \u0627\u0633\u062A",mouseHoverCustomKeyDescription:"\u0634\u0645\u0627 \u0645\u06CC \u062A\u0648\u0627\u0646\u06CC\u062F \u06CC\u06A9 \u0645\u06CC\u0627\u0646\u0628\u0631 \u062A\u0631\u06A9\u06CC\u0628\u06CC \u0633\u0641\u0627\u0631\u0634\u06CC \u0628\u0631\u0627\u06CC \u0645\u0648\u0633 \u0631\u0627 \u062A\u0639\u0631\u06CC\u0641 \u06A9\u0646\u06CC\u062F\u060C \u0645\u0627\u0646\u0646\u062F: Alt+Z\u060C Ctrl+E\u060C Cmd+Alt+E \u06CC\u0627 \u0641\u0642\u0637 Cmd\u060C \u0644\u0637\u0641\u0627 \u0628\u0647 \u0635\u0648\u0631\u062A \u062F\u0633\u062A\u06CC \u062F\u0627\u062E\u0644 \u06A9\u0646\u06CC\u062F.","floatBall.guideClickToTranslate":`\u0628\u0627 \u06A9\u0644\u06CC\u06A9 \u06A9\u0631\u062F\u0646 \u0628\u0631 \u0631\u0648\u06CC \u062A\u0648\u067E \u0634\u0646\u0627\u0648\u0631 \u062A\u0631\u062C\u0645\u0647 \u0641\u0648\u0631\u06CC \u0645\u06CC \u062A\u0648\u0627\u0646\u06CC\u062F \u0633\u0631\u06CC\u0639\u0627 \u062A\u0631\u062C\u0645\u0647 \u06A9\u0646\u06CC\u062F`,"browser.toggleMouseHoverTranslateDirectly":"\u062F\u0631 \u0635\u0641\u062D\u0647\u060C \u0628\u0647 \u0637\u0648\u0631 \u0645\u0648\u0642\u062A \u0641\u0639\u0627\u0644 \u06CC\u0627 \u063A\u06CC\u0631\u0641\u0639\u0627\u0644 \u06A9\u0631\u062F\u0646 \u062A\u0631\u062C\u0645\u0647 \u0645\u0633\u062A\u0642\u06CC\u0645 \u0645\u0648\u0633 \u0647\u0646\u06AF\u0627\u0645 \u0627\u0634\u0627\u0631\u0647","desc.toggleTranslateTheWholePage":"\u062A\u0631\u062C\u0645\u0647 \u06A9\u0644 \u0635\u0641\u062D\u0647\u060C \u0628\u0647 \u0637\u0648\u0631 \u067E\u06CC\u0634 \u0641\u0631\u0636\u060C \u0645\u0627 \u0642\u0633\u0645\u062A \u0627\u0635\u0644\u06CC \u0635\u0641\u062D\u0647 \u0631\u0627 \u062A\u0631\u062C\u0645\u0647 \u0645\u06CC \u06A9\u0646\u06CC\u0645\u060C \u0634\u0645\u0627 \u0645\u06CC \u062A\u0648\u0627\u0646\u06CC\u062F \u0627\u0632 \u0627\u06CC\u0646 \u0645\u06CC\u0627\u0646\u0628\u0631 \u0628\u0631\u0627\u06CC \u062A\u0631\u062C\u0645\u0647 \u062E\u0627\u0635 \u06A9\u0644 \u0635\u0641\u062D\u0647 \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u06A9\u0646\u06CC\u062F","floatBall.longPress":"\u0628\u0627 \u0641\u0634\u0627\u0631 \u0637\u0648\u0644\u0627\u0646\u06CC \u0645\u06CC \u062A\u0648\u0627\u0646\u06CC\u062F \u0628\u0647 \u0633\u0631\u0639\u062A \u067E\u0646\u0644 \u062A\u0646\u0638\u06CC\u0645\u0627\u062A \u0631\u0627 \u0628\u0627\u0632 \u06A9\u0646\u06CC\u062F","desc.touchShortcutsToggleTranslateTouchElement":"\u06CC\u06A9 \u062D\u0631\u06A9\u062A \u062F\u0633\u062A \u0633\u0641\u0627\u0631\u0634\u06CC \u062A\u0639\u0631\u06CC\u0641 \u06A9\u0646\u06CC\u062F\u060C \u062A\u0627 \u0628\u062A\u0648\u0627\u0646\u06CC\u062F \u0647\u0631 \u067E\u0627\u0631\u0627\u06AF\u0631\u0627\u0641\u06CC \u0631\u0627 \u062F\u0631 \u0645\u062D\u0644 \u062E\u0648\u062F \u062A\u0631\u062C\u0645\u0647 \u06A9\u0646\u06CC\u062F","desc.interfaceLanguage":"\u062A\u0646\u0638\u06CC\u0645 \u0632\u0628\u0627\u0646 \u0631\u0627\u0628\u0637 \u062A\u0623\u062B\u06CC\u0631 \u0628\u0631 \u0632\u0628\u0627\u0646 \u0646\u0645\u0627\u06CC\u0634 \u067E\u0646\u0644 \u06A9\u0646\u062A\u0631\u0644 \u062F\u0627\u0631\u062F \u0648 \u0628\u0627 \u0632\u0628\u0627\u0646 \u0647\u062F\u0641 \u062A\u0631\u062C\u0645\u0647 \u0627\u0631\u062A\u0628\u0627\u0637\u06CC \u0646\u062F\u0627\u0631\u062F.","error.subscriptionExpired":"\u0639\u0636\u0648\u06CC\u062A \u0634\u0645\u0627 \u0645\u0645\u06A9\u0646 \u0627\u0633\u062A \u0645\u0646\u0642\u0636\u06CC \u0634\u062F\u0647 \u0628\u0627\u0634\u062F\u060C \u0644\u0637\u0641\u0627 \u0648\u0636\u0639\u06CC\u062A \u0639\u0636\u0648\u06CC\u062A \u062E\u0648\u062F \u0631\u0627 \u0628\u0631\u0631\u0633\u06CC \u06A9\u0646\u06CC\u062F.",shortcutDisableTooltip:"\u0644\u0637\u0641\u0627\u064B \u062F\u0631 \u0635\u0641\u062D\u0647 \u0645\u062F\u06CC\u0631\u06CC\u062A \u0645\u06CC\u0627\u0646\u0628\u0631\u0647\u0627\u06CC \u0627\u0641\u0632\u0648\u0646\u0647 \u0645\u0631\u0648\u0631\u06AF\u0631 \u062A\u0646\u0638\u06CC\u0645\u0627\u062A \u0631\u0627 \u0627\u0646\u062C\u0627\u0645 \u062F\u0647\u06CC\u062F\u060C \u0628\u0631\u0627\u06CC \u0631\u0627\u0647\u0646\u0645\u0627\u06CC\u06CC \u0628\u06CC\u0634\u062A\u0631 \u0628\u0647 \u062A\u0648\u0636\u06CC\u062D\u0627\u062A \u0628\u0627\u0644\u0627\u06CC \u0627\u06CC\u0646 \u0635\u0641\u062D\u0647 \u0645\u0631\u0627\u062C\u0639\u0647 \u06A9\u0646\u06CC\u062F.",paragraphMinTextCountDesc:"\u062A\u0648\u062C\u0647 \u062F\u0627\u0634\u062A\u0647 \u0628\u0627\u0634\u06CC\u062F\u060C \u0627\u06CC\u0646\u062C\u0627 \u0628\u0647 \u0637\u0648\u0644 \u06A9\u0627\u0631\u0627\u06A9\u062A\u0631 \u0627\u0634\u0627\u0631\u0647 \u0645\u06CC \u0634\u0648\u062F\u060C \u0628\u0631\u0627\u06CC \u0645\u062B\u0627\u0644: hello 5 \u06A9\u0627\u0631\u0627\u06A9\u062A\u0631 \u0627\u0633\u062A\u060C \u062A\u0646\u0638\u06CC\u0645 \u0628\u0631 \u0631\u0648\u06CC \u0645\u0642\u062F\u0627\u0631 \u0628\u0632\u0631\u06AF\u062A\u0631 \u0645\u06CC \u062A\u0648\u0627\u0646\u062F \u062A\u0631\u062C\u0645\u0647 \u067E\u0627\u0631\u0627\u06AF\u0631\u0627\u0641 \u0647\u0627\u06CC \u06A9\u0648\u0686\u06A9 \u063A\u06CC\u0631 \u0636\u0631\u0648\u0631\u06CC \u0631\u0627 \u06A9\u0627\u0647\u0634 \u062F\u0647\u062F.","desc.mouseHoverHoldKey":"\u0648\u0642\u062A\u06CC \u0645\u0648\u0634\u0648\u0627\u0631\u0647 \u0628\u0631 \u0631\u0648\u06CC \u06CC\u06A9 \u067E\u0627\u0631\u0627\u06AF\u0631\u0627\u0641 \u0642\u0631\u0627\u0631 \u0645\u06CC \u06AF\u06CC\u0631\u062F\u060C \u0628\u0627 \u0641\u0634\u0627\u0631 \u062F\u0627\u062F\u0646 \u062F\u06A9\u0645\u0647 \u0647\u0627\u06CC \u0645\u06CC\u0627\u0646\u0628\u0631 \u062F\u0631 \u0633\u0645\u062A \u0631\u0627\u0633\u062A\u060C \u0645\u06CC \u062A\u0648\u0627\u0646\u06CC\u062F \u0645\u0633\u062A\u0642\u06CC\u0645\u0627\u064B \u0622\u0646 \u067E\u0627\u0631\u0627\u06AF\u0631\u0627\u0641 \u0631\u0627 \u062A\u0631\u062C\u0645\u0647 \u06A9\u0646\u06CC\u062F.","desc.toggleMouseHoverTranslateDirectly":"\u0628\u0639\u062F \u0641\u0634\u0627\u0631\u062F\u0647\u0646 \u0627\u06CC\u0646 \u06A9\u0644\u06CC\u062F \u0645\u06CC\u0627\u0646\u0628\u0631\u060C \u062F\u0631 \u0635\u0641\u062D\u0647\u060C \u0641\u0642\u0637 \u06A9\u0627\u0641\u06CC \u0627\u0633\u062A \u0645\u0648\u0633 \u0631\u0627 \u0628\u0631 \u0631\u0648\u06CC \u0647\u0631 \u0628\u062E\u0634\u06CC \u0627\u0632 \u0645\u062A\u0646 \u0642\u0631\u0627\u0631 \u062F\u0647\u06CC\u062F\u060C \u0645\u062A\u0646 \u0628\u0647 \u0635\u0648\u0631\u062A \u062E\u0648\u062F\u06A9\u0627\u0631 \u062A\u0631\u062C\u0645\u0647 \u0645\u06CC \u0634\u0648\u062F. \u0628\u0627 \u0641\u0634\u0627\u0631 \u062F\u0627\u062F\u0646 \u062F\u0648\u0628\u0627\u0631\u0647 \u06A9\u0644\u06CC\u062F \u0645\u06CC\u0627\u0646\u0628\u0631\u060C \u0645\u06CC \u062A\u0648\u0627\u0646\u06CC\u062F \u0627\u06CC\u0646 \u0648\u06CC\u0698\u06AF\u06CC \u062A\u0631\u062C\u0645\u0647 \u062E\u0648\u062F\u06A9\u0627\u0631 \u0631\u0627 \u062E\u0627\u0645\u0648\u0634 \u06A9\u0646\u06CC\u062F.","desc.touchShortcutsToggleTranslatePage":"\u067E\u0633 \u0627\u0632 \u062A\u0646\u0638\u06CC\u0645\u060C \u0647\u0646\u06AF\u0627\u0645 \u062D\u0631\u06A9\u062A \u062F\u0633\u062A\u06AF\u0627\u0647\u060C \u0645\u06CC \u062A\u0648\u0627\u0646\u06CC\u062F \u0647\u0645\u0632\u0645\u0627\u0646 \u0628\u0627 X \u0627\u0646\u06AF\u0634\u062A \u0635\u0641\u062D\u0647 \u0646\u0645\u0627\u06CC\u0634 \u0631\u0627 \u0644\u0645\u0633 \u06A9\u0646\u06CC\u062F\u060C \u0628\u0647 \u0686\u067E \u0648 \u0631\u0627\u0633\u062A \u0628\u06A9\u0634\u06CC\u062F \u06CC\u0627 \u0628\u0647 \u0637\u0648\u0631 \u0645\u062F\u0627\u0648\u0645 \u06A9\u0644\u06CC\u06A9 \u06A9\u0646\u06CC\u062F\u060C \u0628\u0631\u0627\u06CC \u0641\u0639\u0627\u0644 \u06A9\u0631\u062F\u0646 \u062A\u0631\u062C\u0645\u0647 \u0635\u0641\u062D\u0647 \u0648\u0628 / \u0646\u0645\u0627\u06CC\u0634 \u0645\u062A\u0646 \u0627\u0635\u0644\u06CC.","desc.touchShortcutsToggleTranslationMask":"\u062A\u0631\u062C\u0645\u0647 \u0645\u0627\u0633\u06A9 \u0628\u0647 \u0627\u06CC\u0646 \u0645\u0639\u0646\u06CC \u0627\u0633\u062A \u06A9\u0647 \u062F\u0631 \u0633\u0628\u06A9 \u062A\u0631\u062C\u0645\u0647 \u0627\u062B\u0631 \u0645\u0628\u0647\u0645 \u0627\u0633\u062A (\u062D\u0627\u0644\u062A \u06CC\u0627\u062F\u06AF\u06CC\u0631\u06CC)\u060C \u067E\u0633 \u0627\u0632 \u0641\u0639\u0627\u0644 \u06A9\u0631\u062F\u0646\u060C \u0645\u0648\u0642\u062A\u0627\u064B \u0627\u0632 \u0627\u062B\u0631 \u0645\u0628\u0647\u0645 \u0628\u0631\u0627\u06CC \u062A\u0631\u062C\u0645\u0647 \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u0645\u06CC \u0634\u0648\u062F\u060C \u06A9\u0647 \u0628\u0631\u0627\u06CC \u06CC\u0627\u062F\u06AF\u06CC\u0631\u06CC \u0645\u0646\u0627\u0633\u0628 \u0627\u0633\u062A.","desc.toggleTranslateTheMainPage":"\u0641\u0642\u0637 \u0628\u062E\u0634 \u0627\u0635\u0644\u06CC \u0635\u0641\u062D\u0647 \u0631\u0627 \u062A\u0631\u062C\u0645\u0647 \u06A9\u0646\u06CC\u062F\u060C \u0632\u0645\u0627\u0646\u06CC \u06A9\u0647 \u062F\u0631 \u062A\u0646\u0638\u06CC\u0645\u0627\u062A \u067E\u06CC\u0634\u0631\u0641\u062A\u0647 \u062A\u0631\u062C\u0645\u0647 \u06A9\u0644 \u0635\u0641\u062D\u0647 \u0631\u0627 \u0641\u0639\u0627\u0644 \u06A9\u0631\u062F\u06CC\u062F\u060C \u0645\u06CC \u062A\u0648\u0627\u0646\u06CC\u062F \u0627\u0632 \u0627\u06CC\u0646 \u06A9\u0644\u06CC\u062F \u0645\u06CC\u0627\u0646\u0628\u0631 \u0628\u0631\u0627\u06CC \u062A\u0631\u062C\u0645\u0647 \u062E\u0627\u0635 \u0628\u062E\u0634 \u0627\u0635\u0644\u06CC \u0635\u0641\u062D\u0647 \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u06A9\u0646\u06CC\u062F.",confirmResetToDefaultSettings:"\u0622\u06CC\u0627 \u0645\u0637\u0645\u0626\u0646 \u0647\u0633\u062A\u06CC\u062F \u06A9\u0647 \u0645\u06CC \u062E\u0648\u0627\u0647\u06CC\u062F \u0627\u06CC\u0646 \u0633\u0631\u0648\u06CC\u0633 \u062A\u0631\u062C\u0645\u0647 \u0631\u0627 \u0628\u0647 \u062A\u0646\u0638\u06CC\u0645\u0627\u062A \u067E\u06CC\u0634 \u0641\u0631\u0636 \u0628\u0627\u0632\u06AF\u0631\u062F\u0627\u0646\u06CC\u062F\u061F (\u0641\u0642\u0637 \u062A\u0646\u0638\u06CC\u0645\u0627\u062A \u0633\u0631\u0648\u06CC\u0633 \u062A\u0631\u062C\u0645\u0647 \u0641\u0639\u0644\u06CC \u0631\u0627 \u0628\u0627\u0632\u0646\u0634\u0627\u0646\u06CC \u0645\u06CC \u06A9\u0646\u062F)","contact.description":"\u0627\u06AF\u0631 \u0633\u0648\u0627\u0644 \u06CC\u0627 \u067E\u06CC\u0634\u0646\u0647\u0627\u062F\u06CC \u062F\u0627\u0631\u06CC\u062F\u060C \u062E\u0648\u0634 \u0622\u0645\u062F\u06CC\u062F \u0641\u0631\u0645 \u0632\u06CC\u0631 \u0631\u0627 \u067E\u0631 \u06A9\u0646\u06CC\u062F \u062A\u0627 \u0628\u0627 \u0645\u0627 \u062A\u0645\u0627\u0633 \u0628\u06AF\u06CC\u0631\u06CC\u062F\u060C \u06CC\u0627 \u0627\u06CC\u0645\u06CC\u0644 \u0628\u0641\u0631\u0633\u062A\u06CC\u062F \u0628\u0647 {email}\u060C \u0645\u0627 \u0633\u0631\u06CC\u0639\u0627 \u0628\u0647 \u0634\u0645\u0627 \u067E\u0627\u0633\u062E \u062E\u0648\u0627\u0647\u06CC\u0645 \u062F\u0627\u062F.","subtitle.showQuickButtonDescription":"\u062F\u0631 \u06AF\u0648\u0634\u0647 \u067E\u0627\u06CC\u06CC\u0646 \u0633\u0645\u062A \u0631\u0627\u0633\u062A \u067E\u062E\u0634 \u06A9\u0646\u0646\u062F\u0647 \u0648\u06CC\u062F\u06CC\u0648\u060C \u0631\u0627\u0647\u06A9\u0627\u0631\u06CC \u0633\u0631\u06CC\u0639 \u0628\u0631\u0627\u06CC \u0641\u0639\u0627\u0644 \u06A9\u0631\u062F\u0646 \u0632\u06CC\u0631\u0646\u0648\u06CC\u0633 \u062F\u0648\u0632\u0628\u0627\u0646\u0647 \u0627\u0631\u0627\u0626\u0647 \u0645\u06CC \u062F\u0647\u062F.","browser.translateWithGoogle":"\u0627\u0632 \u062A\u0631\u062C\u0645\u0647 \u06AF\u0648\u06AF\u0644 \u0628\u0631\u0627\u06CC \u0635\u0641\u062D\u0647 \u0641\u0639\u0644\u06CC \u0628\u0647 \u0637\u0648\u0631 \u0645\u0648\u0642\u062A \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u06A9\u0646\u06CC\u062F",translationOnlyModeDescription:"\u062D\u0627\u0644\u062A \u062A\u0631\u062C\u0645\u0647 \u0641\u0642\u0637 \u0628\u0647 \u0627\u06CC\u0646 \u0645\u0639\u0646\u06CC \u0627\u0633\u062A \u06A9\u0647 \u0641\u0642\u0637 \u0645\u062A\u0646 \u062A\u0631\u062C\u0645\u0647 \u0634\u062F\u0647 \u0631\u0627 \u0646\u0634\u0627\u0646 \u0645\u06CC \u062F\u0647\u062F\u060C \u0646\u0647 \u062D\u0627\u0644\u062A \u062F\u0648\u0632\u0628\u0627\u0646\u0647 \u067E\u06CC\u0634 \u0641\u0631\u0636. \u062A\u0648\u062C\u0647: \u0628\u0647 \u062F\u0644\u06CC\u0644 \u0645\u062D\u062F\u0648\u062F\u06CC\u062A \u0647\u0627\u06CC \u0641\u0646\u0627\u0648\u0631\u06CC\u060C \u062F\u0631 \u062D\u0627\u0644\u062A \u062A\u0631\u062C\u0645\u0647 \u0641\u0642\u0637\u060C \u067E\u06CC\u0648\u0646\u062F\u0647\u0627\u06CC \u0641\u0648\u0642 \u0627\u0644\u0639\u0627\u062F\u0647 \u0645\u062A\u0646 \u0627\u0635\u0644\u06CC \u063A\u06CC\u0631\u0641\u0639\u0627\u0644 \u062E\u0648\u0627\u0647\u0646\u062F \u0634\u062F.","intro.floatBallDescription":"\u067E\u0633 \u0627\u0632 \u0641\u0639\u0627\u0644 \u0633\u0627\u0632\u06CC\u060C \u06CC\u06A9 \u062F\u06A9\u0645\u0647 \u062A\u0631\u062C\u0645\u0647 \u0633\u0631\u06CC\u0639 \u062F\u0631 \u0633\u0645\u062A \u0631\u0627\u0633\u062A \u0635\u0641\u062D\u0647 \u0646\u0645\u0627\u06CC\u0634 \u062F\u0627\u062F\u0647 \u0645\u06CC \u0634\u0648\u062F\u060C \u06A9\u0647 \u0628\u0627 \u06A9\u0644\u06CC\u06A9 \u06A9\u0631\u062F\u0646 \u0645\u06CC \u062A\u0648\u0627\u0646\u06CC\u062F \u062A\u0631\u062C\u0645\u0647 \u06A9\u0646\u06CC\u062F\u060C \u0648 \u0628\u0627 \u06A9\u0644\u06CC\u06A9 \u062F\u0648\u0628\u0627\u0631\u0647 \u0645\u06CC \u062A\u0648\u0627\u0646\u06CC\u062F \u0628\u0647 \u0645\u062A\u0646 \u0627\u0635\u0644\u06CC \u0628\u0631\u06AF\u0631\u062F\u06CC\u062F. \u062F\u0631 \u062F\u0633\u062A\u06AF\u0627\u0647 \u0647\u0627\u06CC \u062A\u0644\u0641\u0646 \u0647\u0645\u0631\u0627\u0647\u060C \u0628\u0627 \u0641\u0634\u0627\u0631 \u0637\u0648\u0644\u0627\u0646\u06CC \u0628\u0631 \u0631\u0648\u06CC \u062A\u0648\u067E \u0634\u0646\u0627\u0648\u0631\u060C \u0645\u06CC \u062A\u0648\u0627\u0646\u06CC\u062F \u067E\u0646\u0644 \u062A\u0646\u0638\u06CC\u0645\u0627\u062A \u0633\u0631\u06CC\u0639 \u0631\u0627 \u0628\u0627\u0632 \u06A9\u0646\u06CC\u062F.","intro.hoverDescription":"\u062A\u0631\u062C\u0645\u0647 \u0645\u0633\u062A\u0642\u06CC\u0645 \u0628\u0627 \u0627\u0634\u0627\u0631\u0647 \u0645\u0648\u0633 \u06CC\u06A9\u06CC \u0627\u0632 \u0648\u06CC\u0698\u06AF\u06CC \u0647\u0627\u06CC \u0628\u0633\u06CC\u0627\u0631 \u0645\u0647\u0645 \u062F\u0631 \u062A\u0631\u062C\u0645\u0647 \u0641\u0631\u0648 \u0631\u0641\u062A\u0647 \u0627\u0633\u062A\u060C \u06A9\u0627\u0641\u06CC \u0627\u0633\u062A \u0645\u0648\u0633 \u0631\u0627 \u0631\u0648\u06CC \u067E\u0627\u0631\u0627\u06AF\u0631\u0627\u0641 \u0642\u0631\u0627\u0631 \u062F\u0647\u06CC\u062F \u0648 \u062F\u0631 \u0639\u06CC\u0646 \u062D\u0627\u0644 \u06A9\u0644\u06CC\u062F \u0645\u06CC\u0627\u0646\u0628\u0631 \u062A\u0639\u06CC\u06CC\u0646 \u0634\u062F\u0647 \u0631\u0627 \u0641\u0634\u0627\u0631 \u062F\u0647\u06CC\u062F\u060C \u062A\u0627 \u067E\u0627\u0631\u0627\u06AF\u0631\u0627\u0641 \u0641\u0639\u0644\u06CC \u0628\u0647 \u0635\u0648\u0631\u062A \u062E\u0648\u062F\u06A9\u0627\u0631 \u062A\u0631\u062C\u0645\u0647 \u0634\u0648\u062F (\u062A\u0648\u062C\u0647: \u0628\u0647 \u0637\u0648\u0631 \u067E\u06CC\u0634 \u0641\u0631\u0636 \u0641\u0639\u0627\u0644 \u0646\u06CC\u0633\u062A\u060C \u0644\u0637\u0641\u0627 \u062F\u0631 \u0632\u06CC\u0631 \u062A\u0646\u0638\u06CC\u0645 \u06A9\u0646\u06CC\u062F)\u060C \u0627\u06CC\u0646 \u062A\u0639\u0627\u0645\u0644 \u0628\u0631\u0627\u06CC \u062C\u0627\u06CC\u06AF\u0632\u06CC\u0646\u06CC \u0628\u0647\u062A\u0631 \u062A\u0631\u062C\u0645\u0647 \u06A9\u0644\u0645\u0627\u062A \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u0645\u06CC \u0634\u0648\u062F\u060C \u0639\u0644\u0627\u0648\u0647 \u0628\u0631 \u0627\u06CC\u0646\u060C \u0627\u06CC\u0646 \u0648\u06CC\u0698\u06AF\u06CC \u0628\u0631\u0627\u06CC \u0622\u0646\u0647\u0627\u06CC\u06CC \u06A9\u0647 \u0646\u0645\u06CC \u062A\u0648\u0627\u0646\u0646\u062F \u0645\u0646\u0637\u0642\u0647 \u062A\u0631\u062C\u0645\u0647 \u0631\u0627 \u062A\u0634\u062E\u06CC\u0635 \u062F\u0647\u0646\u062F\u060C \u0628\u0633\u06CC\u0627\u0631 \u0645\u0641\u06CC\u062F \u0627\u0633\u062A\u060C \u0634\u0645\u0627 \u0645\u06CC \u062A\u0648\u0627\u0646\u06CC\u062F \u0627\u0632 \u0627\u06CC\u0646 \u0648\u06CC\u0698\u06AF\u06CC \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u06A9\u0646\u06CC\u062F \u0648 \u0647\u0631 \u067E\u0627\u0631\u0627\u06AF\u0631\u0627\u0641\u06CC \u0631\u0627 \u062A\u0631\u062C\u0645\u0647 \u06A9\u0646\u06CC\u062F.","neverTranslateText.description":"\u0628\u0647 \u062F\u0644\u06CC\u0644 \u0639\u062F\u0645 \u0634\u0646\u0627\u0633\u0627\u06CC\u06CC \u0645\u0646\u0627\u0633\u0628 \u0627\u0635\u0637\u0644\u0627\u062D\u0627\u062A \u062A\u062E\u0635\u0635\u06CC \u062A\u0648\u0633\u0637 \u0628\u0631\u062E\u06CC \u0627\u0632 \u0645\u0648\u062A\u0648\u0631\u0647\u0627\u06CC \u062A\u0631\u062C\u0645\u0647\u060C \u0634\u0645\u0627 \u0645\u06CC \u062A\u0648\u0627\u0646\u06CC\u062F \u062F\u0631 \u0627\u06CC\u0646\u062C\u0627 \u06A9\u0644\u0645\u0627\u062A \u0631\u0627 \u0627\u0636\u0627\u0641\u0647 \u06A9\u0646\u06CC\u062F \u062A\u0627 \u0627\u0637\u0645\u06CC\u0646\u0627\u0646 \u062D\u0627\u0635\u0644 \u06A9\u0646\u06CC\u062F \u06A9\u0647 \u0622\u0646\u0647\u0627 \u062F\u0631 \u0637\u06CC \u0641\u0631\u0622\u06CC\u0646\u062F \u062A\u0631\u062C\u0645\u0647 \u062A\u063A\u06CC\u06CC\u0631 \u0646\u0645\u06CC \u06A9\u0646\u0646\u062F. \u0644\u0637\u0641\u0627\u064B \u062A\u0648\u062C\u0647 \u062F\u0627\u0634\u062A\u0647 \u0628\u0627\u0634\u06CC\u062F \u06A9\u0647 \u0627\u06CC\u0646 \u0648\u06CC\u0698\u06AF\u06CC \u0628\u0647 \u062D\u0631\u0648\u0641 \u0628\u0632\u0631\u06AF \u0648 \u06A9\u0648\u0686\u06A9 \u062D\u0633\u0627\u0633 \u0627\u0633\u062A \u0648 \u0641\u0642\u0637 \u0632\u0628\u0627\u0646 \u0647\u0627\u06CC\u06CC \u0631\u0627 \u067E\u0634\u062A\u06CC\u0628\u0627\u0646\u06CC \u0645\u06CC \u06A9\u0646\u062F \u06A9\u0647 \u06A9\u0644\u0645\u0627\u062A \u0622\u0646\u0647\u0627 \u0628\u0627 \u0641\u0627\u0635\u0644\u0647 \u062C\u062F\u0627 \u0634\u062F\u0647 \u0627\u0646\u062F (\u0645\u0627\u0646\u0646\u062F \u0627\u0646\u06AF\u0644\u06CC\u0633\u06CC\u060C \u0641\u0631\u0627\u0646\u0633\u0648\u06CC) \u0648 \u0628\u0631\u0627\u06CC \u0632\u0628\u0627\u0646 \u0647\u0627\u06CC\u06CC \u0645\u0627\u0646\u0646\u062F \u0698\u0627\u067E\u0646\u06CC\u060C \u06A9\u0631\u0647 \u0627\u06CC \u0648 \u063A\u06CC\u0631\u0647 \u0645\u0646\u0627\u0633\u0628 \u0646\u06CC\u0633\u062A.","intro.subtitleDescription":"\u0628\u0627 \u0641\u0639\u0627\u0644 \u06A9\u0631\u062F\u0646 \u0627\u06CC\u0646 \u0648\u06CC\u0698\u06AF\u06CC\u060C \u0632\u06CC\u0631\u0646\u0648\u06CC\u0633 \u062F\u0648\u0632\u0628\u0627\u0646\u0647 \u0628\u0647 \u0635\u0648\u0631\u062A \u062E\u0648\u062F\u06A9\u0627\u0631 \u0647\u0646\u06AF\u0627\u0645 \u067E\u062E\u0634 \u0648\u06CC\u062F\u06CC\u0648 \u0646\u0645\u0627\u06CC\u0634 \u062F\u0627\u062F\u0647 \u0645\u06CC \u0634\u0648\u062F. \u0627\u06AF\u0631 \u0641\u0639\u0627\u0644 \u0646\u0634\u062F\u0647 \u0627\u0633\u062A\u060C \u0628\u0627\u06CC\u062F \u0628\u0631 \u0631\u0648\u06CC \u062F\u06A9\u0645\u0647 \u062A\u0631\u062C\u0645\u0647 \u062F\u0631 \u0635\u0641\u062D\u0647 \u06A9\u0644\u06CC\u06A9 \u06A9\u0646\u06CC\u062F \u062A\u0627 \u0632\u06CC\u0631\u0646\u0648\u06CC\u0633 \u0646\u0645\u0627\u06CC\u0634 \u062F\u0627\u062F\u0647 \u0634\u0648\u062F. \u0644\u0637\u0641\u0627\u064B \u062A\u0648\u062C\u0647 \u062F\u0627\u0634\u062A\u0647 \u0628\u0627\u0634\u06CC\u062F \u06A9\u0647 \u0628\u0647 \u062F\u0644\u06CC\u0644 \u0645\u062D\u062F\u0648\u062F\u06CC\u062A \u0647\u0627\u06CC \u0641\u0646\u06CC\u060C \u0628\u0631\u062E\u06CC \u0627\u0632 \u0648\u0628 \u0633\u0627\u06CC\u062A \u0647\u0627 \u0645\u0645\u06A9\u0646 \u0627\u0633\u062A \u0646\u06CC\u0627\u0632 \u0628\u0647 \u062A\u0627\u0632\u0647 \u06A9\u0631\u062F\u0646 \u0635\u0641\u062D\u0647 \u06CC\u0627 \u0627\u0646\u062A\u0638\u0627\u0631 \u0628\u0631\u0627\u06CC \u062A\u06A9\u0645\u06CC\u0644 \u062A\u0631\u062C\u0645\u0647 \u062F\u0631 \u0627\u0648\u0644\u06CC\u0646 \u0628\u0627\u0631 \u0641\u0639\u0627\u0644 \u06A9\u0631\u062F\u0646 \u0632\u06CC\u0631\u0646\u0648\u06CC\u0633 \u062F\u0627\u0634\u062A\u0647 \u0628\u0627\u0634\u0646\u062F \u062A\u0627 \u0628\u062A\u0648\u0627\u0646\u0646\u062F \u0632\u06CC\u0631\u0646\u0648\u06CC\u0633 \u062F\u0648\u0632\u0628\u0627\u0646\u0647 \u0631\u0627 \u0646\u0645\u0627\u06CC\u0634 \u062F\u0647\u0646\u062F. (\u0639\u0644\u0627\u0648\u0647 \u0628\u0631 \u0627\u06CC\u0646\u060C \u0634\u0645\u0627 \u0647\u0645\u0686\u0646\u06CC\u0646 \u0645\u06CC \u062A\u0648\u0627\u0646\u06CC\u062F \u067E\u0633 \u0627\u0632 \u0628\u0627\u0632 \u06A9\u0631\u062F\u0646 \u0648\u0628 \u0633\u0627\u06CC\u062A \u0648\u06CC\u062F\u06CC\u0648\u060C \u067E\u0646\u0644 \u0645\u06CC\u0627\u0646\u0628\u0631 \u062A\u0631\u062C\u0645\u0647 \u0641\u0631\u0648 \u0631\u0641\u062A\u0647 \u0631\u0627 \u0627\u0632 \u06AF\u0648\u0634\u0647 \u0628\u0627\u0644\u0627 \u0633\u0645\u062A \u0631\u0627\u0633\u062A \u0641\u0639\u0627\u0644 / \u063A\u06CC\u0631\u0641\u0639\u0627\u0644 \u06A9\u0646\u06CC\u062F)

\u062F\u0631 \u062D\u0627\u0644 \u062D\u0627\u0636\u0631 \u067E\u0634\u062A\u06CC\u0628\u0627\u0646\u06CC \u0627\u0632 \u0632\u06CC\u0631\u0646\u0648\u06CC\u0633 \u062F\u0648\u0632\u0628\u0627\u0646\u0647 \u062F\u0631 \u0627\u06CC\u0646 \u0648\u0628 \u0633\u0627\u06CC\u062A \u0647\u0627 \u0645\u0645\u06A9\u0646 \u0627\u0633\u062A:",geminiWarning:"\u062A\u0648\u062C\u0647: \u062E\u062F\u0645\u0627\u062A \u0631\u0627\u06CC\u06AF\u0627\u0646 Gemini \u06A9\u0647 \u062A\u0648\u0633\u0637 Google \u0627\u0631\u0627\u0626\u0647 \u0645\u06CC \u0634\u0648\u062F\u060C \u0645\u062D\u062F\u0648\u062F\u06CC\u062A \u0647\u0627\u06CC \u0633\u062E\u062A\u06AF\u06CC\u0631\u0627\u0646\u0647 \u0627\u06CC \u062F\u0627\u0631\u062F \u0648 \u0645\u0645\u06A9\u0646 \u0627\u0633\u062A Google \u062A\u0635\u0645\u06CC\u0645 \u0628\u06AF\u06CC\u0631\u062F \u06A9\u0647 \u06A9\u0627\u0631\u0628\u0631 \u0627\u0632 \u0686\u0646\u062F\u06CC\u0646 Key \u0628\u0631\u0627\u06CC \u062F\u0648\u0631 \u0632\u062F\u0646 \u0645\u062D\u062F\u0648\u062F\u06CC\u062A \u0647\u0627\u06CC \u0633\u0647\u0645\u06CC\u0647 \u0631\u0627\u06CC\u06AF\u0627\u0646 \u0622\u0646\u0647\u0627 \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u0645\u06CC \u06A9\u0646\u062F\u060C \u067E\u06CC\u0634\u0646\u0647\u0627\u062F \u0646\u0645\u06CC \u0634\u0648\u062F\u060C \u067E\u06CC\u0634\u0646\u0647\u0627\u062F \u0645\u06CC \u0634\u0648\u062F \u0645\u0646\u062A\u0638\u0631 \u0628\u0627\u0634\u06CC\u062F \u062A\u0627 Google \u062F\u0631 \u0622\u06CC\u0646\u062F\u0647 \u0631\u0627\u0628\u0637 \u067E\u0631\u062F\u0627\u062E\u062A Gemini \u0631\u0627 \u0628\u0627\u0632 \u06A9\u0646\u062F \u0648 \u0633\u067E\u0633 \u0627\u0632 \u0622\u0646 \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u06A9\u0646\u06CC\u062F.","floatBall.setting":"\u062A\u0646\u0638\u06CC\u0645\u0627\u062A","floatBall.translateToLanguage":"\u0628\u0631\u0627\u06CC \u062A\u0631\u062C\u0645\u0647 \u0628\u0647 {language} \u06A9\u0644\u06CC\u06A9 \u06A9\u0646\u06CC\u062F","floatBall.file":`\u062A\u0631\u062C\u0645\u0647 PDF\u060C EPUB\u060C SRT\u060C ASS\u060C HTML\u060C TXT \u0641\u0627\u06CC\u0644`,changeToOnlyTempTranslationMode:"\u0628\u0647 \u0646\u0645\u0627\u06CC\u0634 \u0641\u0642\u0637 \u062A\u0631\u062C\u0645\u0647 \u0647\u0627 \u0628\u0631\u0648\u06CC\u062F",changeToDualTempTranslationMode:"\u0628\u0647 \u062A\u0631\u062C\u0645\u0647 \u062F\u0648 \u0632\u0628\u0627\u0646\u0647 \u0628\u0631\u0648\u06CC\u062F","transitionMode.translation":"\u0641\u0642\u0637 \u0645\u062A\u0646 \u062A\u0631\u062C\u0645\u0647","options.navbar.translateFile":"\u062A\u0631\u062C\u0645\u0647 \u0627\u0633\u0646\u0627\u062F","transitionMode.dual":"\u062F\u0648\u0632\u0628\u0627\u0646\u0647 \u0645\u0642\u0627\u06CC\u0633\u0647","options.navbar.installApp":"\u0646\u0635\u0628 \u0628\u0631\u0646\u0627\u0645\u0647 \u062A\u0644\u0641\u0646 \u0647\u0645\u0631\u0627\u0647","transitionMode.inherit":"\u0628\u0627 \u062D\u0627\u0644\u062A \u0646\u0645\u0627\u06CC\u0634 \u067E\u06CC\u0634 \u0641\u0631\u0636 \u0633\u06CC\u0633\u062A\u0645 \u0647\u0645\u0627\u0647\u0646\u06AF \u0628\u0645\u0627\u0646\u06CC\u062F","subtitle.transitionMode":"\u062A\u0646\u0638\u06CC\u0645\u0627\u062A \u0632\u06CC\u0631\u0646\u0648\u06CC\u0633 \u0641\u06CC\u0644\u0645 \u062F\u0648\u0632\u0628\u0627\u0646\u0647 / \u0641\u0642\u0637 \u0645\u062A\u0646 \u062A\u0631\u062C\u0645\u0647","subtitle.transitionModeDescription":"\u062A\u0646\u0638\u06CC\u0645 \u0632\u06CC\u0631\u0646\u0648\u06CC\u0633 \u0648\u06CC\u062F\u06CC\u0648 \u0628\u0647 \u062D\u0627\u0644\u062A \u0645\u0642\u0627\u0628\u0644\u0647 \u062F\u0648\u0632\u0628\u0627\u0646\u0647 \u06CC\u0627 \u0641\u0642\u0637 \u062D\u0627\u0644\u062A \u062A\u0631\u062C\u0645\u0647",translateFileTooltip:`\u062A\u0631\u062C\u0645\u0647 PDF\u060C ePub\u060C srt\u060C ass\u060C HTML\u060C TXT \u0641\u0627\u06CC\u0644`,"description.multiplePrompt":`\u0648\u0642\u062A\u06CC \u062A\u0639\u062F\u0627\u062F \u067E\u0627\u0631\u0627\u06AF\u0631\u0627\u0641\u200C\u0647\u0627 \u0628\u06CC\u0634\u062A\u0631 \u0627\u0632 1 \u0627\u0633\u062A\u060C \u06AF\u0641\u062A\u06AF\u0648\u06CC\u06CC \u06A9\u0647 \u0628\u0627 \u0647\u0648\u06CC\u062A \u06A9\u0627\u0631\u0628\u0631 \u0628\u0647 {service} \u0627\u0631\u0633\u0627\u0644 \u0645\u06CC\u200C\u0634\u0648\u062F\u060C \u06A9\u0647 \u062F\u0631 \u0622\u0646 {{from}} \u0632\u0628\u0627\u0646 \u067E\u0627\u0631\u0627\u06AF\u0631\u0627\u0641 \u0631\u0627 \u0646\u0634\u0627\u0646 \u0645\u06CC\u200C\u062F\u0647\u062F\u060C {{to}} \u0632\u0628\u0627\u0646 \u0645\u0642\u0635\u062F \u0631\u0627 \u0646\u0634\u0627\u0646 \u0645\u06CC\u200C\u062F\u0647\u062F\u060C {{yaml}} \u0645\u062D\u062A\u0648\u0627\u06CC \u067E\u0627\u0631\u0627\u06AF\u0631\u0627\u0641\u06CC \u0627\u0633\u062A \u06A9\u0647 \u0628\u0627 \u0641\u0631\u0645\u062A yaml \u0628\u0633\u062A\u0647\u200C\u0628\u0646\u062F\u06CC \u0634\u062F\u0647 \u0627\u0633\u062A\u060C \u0627\u06AF\u0631 \u0646\u06CC\u0627\u0632 \u0628\u0647 \u0633\u0641\u0627\u0631\u0634\u06CC\u200C\u0633\u0627\u0632\u06CC Prompt \u062F\u0627\u0631\u06CC\u062F\u060C \u0628\u0627\u06CC\u062F \u0645\u0637\u0645\u0626\u0646 \u0634\u0648\u06CC\u062F \u06A9\u0647 \u0647\u0631 \u0645\u0648\u0631\u062F \u062F\u0631 \u0646\u062A\u06CC\u062C\u0647 YAML \u067E\u0627\u0633\u062E AI \u0634\u0627\u0645\u0644 \u0641\u06CC\u0644\u062F {env.imt_trans_field} \u0628\u0627\u0634\u062F\u060C {{imt_trans_field}} \u0646\u0627\u0645 \u0641\u06CC\u0644\u062F \u062A\u0631\u062C\u0645\u0647\u200C\u0627\u06CC \u0627\u0633\u062A \u06A9\u0647 \u0645\u0627 \u0627\u0645\u06CC\u062F\u0648\u0627\u0631\u06CC\u0645 AI \u0628\u0647 \u0639\u0646\u0648\u0627\u0646 \u067E\u0627\u0633\u062E \u0627\u0631\u0627\u0626\u0647 \u062F\u0647\u062F\u060C \u0628\u0647 \u0637\u0648\u0631 \u067E\u06CC\u0634 \u0641\u0631\u0636 {env.imt_trans_field} \u0627\u0633\u062A\u060C {{imt_source_field}} \u0646\u0627\u0645 \u0641\u06CC\u0644\u062F \u0645\u062A\u0646 \u0627\u0635\u0644\u06CC \u0627\u0633\u062A \u06A9\u0647 \u0645\u0627 \u0628\u0647 AI \u0627\u0631\u0627\u0626\u0647 \u0645\u06CC\u200C\u062F\u0647\u06CC\u0645\u060C \u0628\u0647 \u0637\u0648\u0631 \u067E\u06CC\u0634 \u0641\u0631\u0636 {env.imt_source_field} \u0627\u0633\u062A\u060C \u0646\u0645\u0648\u0646\u0647 \u0646\u062A\u06CC\u062C\u0647: @@ -5087,7 +5087,7 @@ ass\u060C HTML\u060C TXT \u0641\u0627\u06CC\u0644`,"description.multiplePrompt": {env.imt_sub_trans_field}: \u062A\u0631\u062C\u0645\u0647 - id: 2 {env.imt_sub_source_field}: \u0645\u0646\u0628\u0639 - {env.imt_sub_trans_field}: \u062A\u0631\u062C\u0645\u0647`,"subtitle.quickButton.red":"\u0633\u0631\u062E","subtitle.quickButton.cyan":"\u0622\u0628\u06CC","subtitle.quickButton.white":"\u0633\u0641\u06CC\u062F","subtitle.quickButton.yellow":"\u0632\u0631\u062F","subtitle.quickButton.setting":"\u062A\u0646\u0638\u06CC\u0645\u0627\u062A","translationServices.claude":"\u06A9\u0644\u0648\u062F","subtitle.quickButton.backgroundColor":"\u0631\u0646\u06AF \u067E\u0633 \u0632\u0645\u06CC\u0646\u0647","subtitle.quickButton.translationPositionTop":"\u0628\u0627\u0644\u0627\u06CC \u0645\u062A\u0646 \u0627\u0635\u0644\u06CC","subtitle.quickButton.black":"\u0633\u06CC\u0627\u0647","subtitle.quickButton.blue":"\u0622\u0628\u06CC","subtitle.quickButton.green":"\u0633\u0628\u0632","subtitle.quickButton.translationFontSize":"\u0627\u0646\u062F\u0627\u0632\u0647 \u0641\u0648\u0646\u062A \u0645\u062A\u0646 \u062A\u0631\u062C\u0645\u0647","subtitle.quickButton.sourceTextColor":"\u0631\u0646\u06AF \u0641\u0648\u0646\u062A \u0645\u062A\u0646 \u0627\u0635\u0644\u06CC","subtitle.quickButton.magenta":"\u0631\u0646\u06AF \u0628\u0646\u0641\u0634","subtitle.quickButton.translationTextColor":"\u0631\u0646\u06AF \u0641\u0648\u0646\u062A \u0645\u062A\u0646 \u062A\u0631\u062C\u0645\u0647 \u0634\u062F\u0647","subtitle.quickButton.backgroundOpacity":"\u067E\u0633 \u0632\u0645\u06CC\u0646\u0647 \u0646\u06CC\u0645\u0647 \u0634\u0641\u0627\u0641","subtitle.quickButton.sourceFontSize":"\u0627\u0646\u062F\u0627\u0632\u0647 \u0641\u0648\u0646\u062A \u0645\u062A\u0646 \u0627\u0635\u0644\u06CC","subtitle.quickButton.translationPositionBottom":"\u0645\u062A\u0646 \u0627\u0635\u0644\u06CC \u062F\u0631 \u0632\u06CC\u0631 \u0627\u0633\u062A","subtitle.quickButton.translationPosition":"\u0645\u06A9\u0627\u0646 \u062A\u0631\u062C\u0645\u0647",attachSubtitleTranslating:"\u062F\u0631 \u062D\u0627\u0644 \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u0627\u0632 {service} \u0628\u0631\u0627\u06CC \u062A\u0631\u062C\u0645\u0647...","error.claude.403":"\u062F\u0633\u062A\u0631\u0633\u06CC \u0645\u0648\u0642\u062A\u0627 \u0628\u0647 \u0633\u0631\u0648\u06CC\u0633 \u0645\u0645\u06A9\u0646 \u0627\u0633\u062A \u0645\u062D\u062F\u0648\u062F \u0634\u062F\u0647 \u0628\u0627\u0634\u062F\u060C \u0627\u06CC\u0646 \u0645\u0645\u06A9\u0646 \u0627\u0633\u062A \u0628\u0647 \u0645\u062D\u062F\u0648\u062F\u06CC\u062A \u0645\u0646\u0637\u0642\u0647 \u0627\u06CC Claude \u0645\u0631\u062A\u0628\u0637 \u0628\u0627\u0634\u062F\u060C \u0634\u0645\u0627 \u0645\u06CC \u062A\u0648\u0627\u0646\u06CC\u062F \u0633\u0639\u06CC \u06A9\u0646\u06CC\u062F \u0622\u062F\u0631\u0633 IP \u062E\u0648\u062F \u0631\u0627 \u062A\u063A\u06CC\u06CC\u0631 \u062F\u0647\u06CC\u062F\u060C \u06CC\u0627 \u0627\u0632 \u0633\u0631\u0648\u06CC\u0633 \u0647\u0627\u06CC \u062A\u0631\u062C\u0645\u0647 \u062F\u06CC\u06AF\u0631 \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u06A9\u0646\u06CC\u062F.","browser.brandDescriptionForSafari":"\u3010\u062A\u0631\u062C\u0645\u0647 \u0641\u0631\u0648 \u0631\u0641\u062A\u0647\u3011 \u06CC\u06A9 \u0627\u0641\u0632\u0648\u0646\u0647 \u062A\u0631\u062C\u0645\u0647 \u0635\u0641\u062D\u0647 \u0648\u0628 \u062F\u0648\u0632\u0628\u0627\u0646\u0647 \u0631\u0627\u06CC\u06AF\u0627\u0646 (\u0645\u062A\u0646 \u0627\u0635\u0644\u06CC / \u062A\u0631\u062C\u0645\u0647) \u060C \u062F\u0631 \u0639\u06CC\u0646 \u062D\u0627\u0644 \u067E\u0634\u062A\u06CC\u0628\u0627\u0646\u06CC \u0627\u0632 \u062A\u0631\u062C\u0645\u0647 PDF \u0648 \u062A\u0631\u062C\u0645\u0647 \u06A9\u062A\u0627\u0628 \u0627\u0644\u06A9\u062A\u0631\u0648\u0646\u06CC\u06A9\u06CC EPUB \u0628\u0627 \u062D\u0641\u0638 \u0637\u0631\u062D \u0628\u0646\u062F\u06CC \u0627\u0635\u0644\u06CC \u0633\u0646\u062F \u060C \u062A\u0631\u062C\u0645\u0647 \u0632\u06CC\u0631\u0646\u0648\u06CC\u0633 \u062F\u0648\u0632\u0628\u0627\u0646\u0647 \u0648\u06CC\u062F\u0626\u0648\u06CC \u0622\u0646\u0644\u0627\u06CC\u0646 Youtube / Netflix \u060C \u067E\u0634\u062A\u06CC\u0628\u0627\u0646\u06CC \u0627\u0632 \u062E\u062F\u0645\u0627\u062A \u062A\u0631\u062C\u0645\u0647 \u0627\u0635\u0644\u06CC Deepl / Google\u061B","browser.PdfProFile":"\u062A\u0631\u062C\u0645\u0647 PDF Pro \u0645\u062D\u0631\u06A9 \u0647\u0648\u0634 \u0645\u0635\u0646\u0648\u0639\u06CC","browser.textTranslate":"\u062A\u0631\u062C\u0645\u0647 \u0645\u062A\u0646"};var Eb={nologin:"non connect\xE9",loginForSafari:"Se connecter ou s'inscrire",login:"Se connecter pour ouvrir une adh\xE9sion",manageAccount:"Comptes g\xE9r\xE9s",openPremium:"Adh\xE9sion ouverte",logout:"annuler",curentPlan:"Paquets actuels",endAt:"expiration",endAuto:"renouvellement automatique",lineBreakMaxTextCount:"Nombre maximal de caract\xE8res autoris\xE9s par phrase apr\xE8s les retours \xE0 la ligne","translate-pdf":"Cliquez pour traduire le PDF","noSupportTranslate-pdf":"Script non support\xE9, veuillez utiliser le plugin","translate-firefox-local-pdf":"Cliquez pour aller \xE0 Importer le PDF",enableLineBreak:"Activer le saut de ligne automatique pour les longs paragraphes",sponsorLabel:"1 $ D\xE9veloppeurs sponsoris\xE9s",help:"main",browserShortcutsNoteForFirefox:"Pour modifier les raccourcis dans Firefox, vous devez ouvrir la page de gestion des extensions `about:addons`, puis cliquer sur `Settings`, et enfin sur `Manage Shortcuts` pour d\xE9finir les raccourcis.",browserShortcutsNoteForChrome:'Pour modifier les raccourcis dans Chrome, vous devez ouvrir la page de gestion des extensions, les d\xE9finir dans le panneau "Gestion des raccourcis" (`chrome://extensions/shortcuts`), et cliquer sur le bouton ci-dessous pour acc\xE9der \xE0 la page de gestion des raccourcis.',browserShortcutsSucks:"Les raccourcis personnalis\xE9s sont format\xE9s comme suit (pas de reconnaissance automatique, veuillez entrer directement) :\uFF1A",enableLineBreakDescription:"Lorsque cette option est activ\xE9e, des sauts de ligne sont ins\xE9r\xE9s \xE0 la fin de chaque phrase dans les longs paragraphes afin d'en faciliter la lecture.","browser.shortBrandName":"Traduction en immersion","browser.brandName":"Traduction en immersion : pages Web et PDF bilingues","browser.brandDescription":"Bilingual web page translation, also supports PDF translation, bilingual Epub eBook translation, free to use.","browser.toggleTranslatePage":"Traduire la page/afficher le texte original","browser.toggleTranslateTheWholePage":"Traduire toutes les zones de la page/afficher le texte original","browser.toggleOnlyTransation":"Basculer en mode bilingue / mode traduction uniquement","browser.toggleTranslateToThePageEndImmediately":"Traduction imm\xE9diate en bas de page/affichage du texte original","browser.toggleTranslateTheMainPage":"Traduire la zone principale de la page/afficher le texte original","browser.shareToDraft":"Partager les pages bilingues","browser.openOptionsPage":"Ouvrir la page des param\xE8tres","browser.toggleTranslationMask":"Afficher/masquer l'effet de flou de translation","browser.translateLocalPdfFile":"Traduire des fichiers PDF locaux","browser.openEbookViewer":"Lire les livres \xE9lectroniques locaux","browser.openEbookBuilder":"Cr\xE9er des livres bilingues EPUB","browser.translateLocalHtmlFile":"Traduire des fichiers HTML/txt","browser.donateContext":"En savoir plus sur les avantages du parrainage","browser.translateLocalSubtitleFile":"Traduire les fichiers de sous-titres locaux",confirmResetConfig:"\xCAtes-vous s\xFBr de vouloir r\xE9initialiser les param\xE8tres ?",translationLineBreakSettingTitle:"R\xE9glage du saut de ligne de la traduction",smartLineBreak:"smart line feed (informatique)",alwaysLineBreak:"Toujours un saut de ligne",isShowContextMenu:"Ajouter des pages traduites aux \xE9l\xE9ments de menu \xE0 cliquer avec le bouton droit de la souris",toggleBeta:"Activation des fonctionnalit\xE9s de test b\xEAta",betaDescription:"Permet d'activer des fonctionnalit\xE9s encore exp\xE9rimentales, ainsi qu'un service de traduction en version b\xEAta. Rejoignez le <1>groupe Telegram pour en savoir plus.",translationLineBreakSettingDescription:"Les sauts de ligne sont toujours nets et ordonn\xE9s pour les pages \xE0 faible contenu. (Pour gagner de la place, utilisez des sauts de ligne intelligents dans les longs paragraphes \xE0 fort contenu (plus de{count}caract\xE8res)).",tempTranslateDomainTitle:"Dur\xE9e de l'activation temporaire de la traduction du site web",tempTranslateDomainDescription:"Lors de la traduction manuelle d'une page web, vous pouvez activer temporairement le site web pour la traduction automatique et vous pouvez d\xE9finir la dur\xE9e temporaire.",xMinutes:"{count} minutes",disabled:"interdire l'utilisation de qqch.",changelog:"Journal des mises \xE0 jour",toggleTranslatePageWhenThreeFingersOnTheScreen:"L'effleurement simultan\xE9 de l'\xE9cran par plusieurs doigts traduit les pages web/affiche le texte original",toggleTranslationMaskWhenThreeFingersOnTheScreen:"Le toucher \xE0 plusieurs doigts permet d'afficher/masquer l'effet de flou.",fingerCountToToggleTranslagePageOnlyTranslationWhenTouching:"Plusieurs doigts touchant l'\xE9cran en m\xEAme temps traduisent la page web (traduction uniquement)/affichent le texte original.",addUrlDescription:"Peut \xEAtre un nom de domaine et prend \xE9galement en charge les caract\xE8res g\xE9n\xE9riques, par exemple\uFF1A*.google.com, google.com/mail/*, https://www.google.com/*.",general:"Param\xE8tres de base",clickToExpandConfig:"\xC9tendre la configuration actuelle",import:"Importation d'un fichier",export:"Exporter vers un fichier",toggleDebug:"Imprimer le journal de d\xE9bogage sur la console","fingers.0":"coagulation","fingers.2":"touche \xE0 deux doigts","fingers.3":"touche \xE0 trois doigts","fingers.4":"touche \xE0 quatre doigts","fingers.5":"touche \xE0 cinq doigts",mouseHoldKey:"+ {key} traduire/restaurer le paragraphe",mouseHoldKeyAuto:"Traduction directe du paragraphe",mouseHoldKeyOff:"Ne faites rien.",mouseHoldKeyOther:"Raccourcis personnalis\xE9s (ouvrir les param\xE8tres)",mouseHoldKeyCustomKey:"{key} Traduction/r\xE9duction du paragraphe",mouseHoverHoldKey:"Traduire des paragraphes en appuyant sur la touche de raccourci tout en survolant la souris.","mouse-translate":"survol de la souris",document:"fichier (informatique)",resetSuccess:"R\xE9initialisation de tous les param\xE8tres r\xE9ussie",resetThisSuccess:"R\xE9initialisation r\xE9ussie",saved:"Sauvegarder le succ\xE8s",successImportConfig:"Importation r\xE9ussie de la configuration",goAdvancedSettings:"Acc\xE9der \xE0 la page des param\xE8tres avanc\xE9s",goAdvancedInterfaceSettings:"Acc\xE9der \xE0 la page Param\xE8tres de personnalisation avanc\xE9s",advanced:"Param\xE8tres avanc\xE9s",advancedDescription:"En g\xE9n\xE9ral, aucun r\xE9glage n'est n\xE9cessaire, il suffit de laisser la valeur par d\xE9faut. Pour les utilisateurs plus sp\xE9cialis\xE9s uniquement, des param\xE8tres plus personnalis\xE9s sont disponibles.",developer:"Param\xE8tres du d\xE9veloppeur",donateCafe:"prix","translate to the bottom of the page":"La traduction se fait-elle vers le bas de la page imm\xE9diatement apr\xE8s l'entr\xE9e dans la page ?",feedback:"Question Feedback",toggleTranslatePage:"Traduire la page/afficher le texte original",translateToThePageEndImmediatelyDescription:"Si vous l'activez, le contenu sera imm\xE9diatement traduit du haut vers le bas de la page au fur et \xE0 mesure que vous y acc\xE9dez. Si vous la d\xE9sactivez, la traduction se fait au fur et \xE0 mesure de la lecture. (Non recommand\xE9)","translate all areas of the page":"Traduire ou non toutes les zones de la page",translationAreaDescription:"Si cette option est activ\xE9e, toutes les zones de la page web sont traduites. Si l'option est d\xE9sactiv\xE9e, la reconnaissance intelligente par d\xE9faut est utilis\xE9e et seules les parties principales sont traduites. (Il n'est pas recommand\xE9 de l'activer)","the number of characters to be translated first":"Traduire directement les premiers caract\xE8res de la page sans attendre le d\xE9filement de la zone de visualisation","interface language":"langue de l'interface","display both the original text and the translation":"Affichage simultan\xE9 de l'original et de la traduction","keyboard shortcuts":"Raccourcis clavier",modify:"Modifier les touches de raccourci",reset:"reprovision",close:"coagulation",homepage:"page d'accueil",more:"plus",moreOptions:"\xC9largir les options de personnalisation",translateTheWholePage:"Traduire toutes les zones de la page (au lieu de reconna\xEEtre intelligemment les zones principales)",changeToTranslateTheWholePage:"Passer \xE0 la traduction de toutes les r\xE9gions",changeToTranslateTheMainPage:"Passer \xE0 la zone principale de traduction",changeToOnlyTranslationMode:"Afficher uniquement les traductions",changeToDualTranslationMode:"Passer \xE0 la traduction bilingue",translateToThePageEndImmediately:"Traduction imm\xE9diate en bas de page",translateTheMainPage:"R\xE9gions cl\xE9s de la traduction intelligente","The local rules are up to date":"Les r\xE8gles d'adaptation locales sont \xE0 jour.","Successfully synchronized with the latest official rules:":"Synchronisation r\xE9ussie avec les derni\xE8res r\xE8gles d'adaptation officielles.","Checking for updates":"V\xE9rification des mises \xE0 jour","Rules are being synchronized":"Synchronisation des r\xE8gles d'adaptation",localVersionIsTooOld:"La version de l'extension locale est trop ancienne, veuillez mettre \xE0 jour l'extension vers {minVersion} ou une version plus r\xE9cente avant d'essayer de synchroniser.",badUserscriptBrowser:"Le navigateur actuel n'impl\xE9mente pas correctement l'interface de l'extension Grease Monkey (par exemple, pour obtenir des informations sur le num\xE9ro de version du script Grease Monkey lui-m\xEAme), veuillez utiliser d'autres navigateurs qui <1>prennent en charge l'extension Grease Monkey, tels que Firefox.",foundNewVersion:"D\xE9couvrez la nouvelle version",theLocalExtensionIsUpToUpdate:"L'extension actuelle est \xE0 jour.",failToSyncRules:"Absence de synchronisation des derni\xE8res r\xE8gles d'adaptation",retry:"Cliquez ici pour r\xE9essayer",failedReason:"Raisons de l'\xE9chec",currentRuleVersion:"Version actuelle de la r\xE8gle",calculating:"Calculs",unknownError:"erreur inconnue",canNotFetchRemoteRule:"Impossible d'obtenir des r\xE8gles \xE0 distance",enableAlphaSuccess:"Alpha activ\xE9",disableAlphaSuccess:"La fonction Alpha a \xE9t\xE9 d\xE9sactiv\xE9e",cacheSize:"Taille du cache\uFF1A",cleaning:"en cours de liquidation",cleanCache:"effacer le cache",options:"mettre en place",about:"en ce qui concerne",service:"service d'interpr\xE9tation",needAction:"(Acc\xE9der aux param\xE8tres)",goSettings:"aller de l'avant et mettre en place",needActionForOptions:"(\xE0 mettre en place)",translationEngine:"Options du moteur",sourceLanguage:"Langue originale",target:"langue cible",popupSourceLanguage:"Langue originale",popupTarget:"langue cible",popupService:"service d'interpr\xE9tation",forThisSite:"Site web actuel",autoEnableSubtitle:"Ouverture automatique des sous-titres bilingues",alwaysTranslate:"Traduisez toujours",neverTranslate:"Ne jamais traduire",alwaysTranslateSomeLanguage:"Traduisez toujours {language}",neverTranslateSomeLanguage:"Ne jamais traduire {language}",alwaysTranslateSomeSite:"Traduisez toujours {hostname}",neverTranslateSomeSite:"Ne jamais traduire {hostname}",alwaysTranslateSomeSiteOrWildSite:"Toujours traduire le site",alwaysTranslateSomePage:"Toujours traduire la page",add:"augmenter",default:"par d\xE9faut (r\xE9glage)",forThisLanguage:"Pour cette langue\uFF1A","add url":"Saisir l'URL",edit:"compilateur","translate other languages into specific language":"Traduire d'autres langues dans la langue choisie","select translation service":"S\xE9lectionner un service de traduction",language:"multilinguisme","show-original":"Afficher le texte original",translate:"l'\xE9quarrissage",Translated:"traduit",Translating:"en traduction",Error:"incorrect",allowCacheTranslations:"Activer la mise en cache de la traduction locale (pour r\xE9duire les demandes de traduction pour les passages dupliqu\xE9s)","translation display":"Style d'affichage de la traduction","select diplay style":"Distinguer les styles de traduction, en se r\xE9f\xE9rant sp\xE9cifiquement aux exemples suivants",interface:"Param\xE8tres de l'interface",import_export:"Importation/Exportation",import_export_title:"Configuration de l'importation/exportation",syncToGoogleDrive:"Synchroniser avec Google Drive maintenant",floatBallOptions:"Param\xE8tres de l'hoverball","floatBallOptions.enable":"Activer le Hoverball","floatBallOptions.blockUrls":"D\xE9sactiver le site web","floatBallOptions.add":"augmenter","floatBallOptions.blockUrlDesc":"Les hoverballs ne sont pas affich\xE9s lorsque les sites web suivants sont rencontr\xE9s","floatBallOptions.clickType":"le comportement de clic","floatBallOptions.clickTypeDesc":"Comportement de l'ic\xF4ne Hoverball lorsqu'elle est cliqu\xE9e","floatBallOptions.clickPopup":"Afficher le panneau de traduction","floatBallOptions.clickTranslate":"Traduction/affichage du texte original","floatBallOptions.fixedPosition":"\u56FA\u5B9A\u4F4D\u7F6E","floatBallOptions.fixedPositionDesc":"\u60AC\u6D6E\u7403\u5728\u7A97\u53E3\u5DE6\u4FA7\u8FD8\u662F\u53F3\u4FA7","floatBallOptions.fixedPositionLeft":"\u5DE6\u4FA7","floatBallOptions.fixedPositionRight":"\u53F3\u4FA7",previewAllThemes:"Aper\xE7u de tous les styles","translationTheme.none":"ne pas avoir","translationTheme.grey":"gris fonc\xE9","translationTheme.dashed":"soulign\xE9 en pointill\xE9","translationTheme.dotted":"trait de soulignement en pointill\xE9","translationTheme.dashedBorder":"bordure en pointill\xE9s","translationTheme.solidBorder":"bordure solide","translationTheme.underline":"Souligner les lignes droites","translationTheme.mask":"Effets flous (modes d'apprentissage)","translationTheme.opacity":"effet de transparence","translationTheme.paper":"Effet d'ombre du papier blanc","translationTheme.dividingLine":"ligne de d\xE9marcation","translationTheme.highlight":"haute luminosit\xE9","translationTheme.marker":"marqueur (mot emprunt\xE9)","translationTheme.marker2":"Marqueur 2","translationTheme.blockquote":"Styles de r\xE9f\xE9rencement","translationTheme.weakening":"affaiblissement","translationTheme.italic":"caract\xE8re oblique","translationTheme.bold":"\xE9paissir","translationTheme.thinDashed":"ligne pointill\xE9e fine soulign\xE9e","translationTheme.nativeDashed":"Le syst\xE8me est soulign\xE9 en pointill\xE9","translationTheme.nativeDotted":"Le syst\xE8me est soulign\xE9 en pointill\xE9s","translationTheme.nativeUnderline":"Le syst\xE8me est assorti d'une ligne de d\xE9marcation droite","translationTheme.wavy":"ligne ondul\xE9e","translationServices.custom":"API personnalis\xE9e","translationServices.tencent":"Tencent Translator","translationServices.tenAlpha":"Tencent Translator (Alpha)","translationServices.google":"Google Translate","translationServices.bai":"Baidu (Alpha)","translationServices.baidu":"Traduction de Baidu","translationServices.aliyun":"AliCloud Traduction","translationServices.volc":"traduction du volcan","translationServices.deeplx":"DeepLX (Beta)","translationServices.bing":"Microsoft Translate","translationServices.deepl":"DeepL","translationServices.wechat":"Traduction WeChat","translationServices.azure":"Azure Translation","translationServices.ibm":"IBM Watson","translationServices.aws":"Traduction sur Amazon","translationServices.mock":"Traduction simul\xE9e","translationServices.mock2":"Traduction simul\xE9e 2","translationServices.caiyun":"lit. nuages color\xE9s et petites traductions","translationServices.cai":"Nuages color\xE9s (Alpha)","translationServices.volcAlpha":"Volcan (Alpha)","translationServices.openl":"OpenL","translationServices.youdao":"Traduction sur Youtube","translationServices.you":"Traducteur Youdao (Alpha)","translationServices.transmart":"Traduction interactive de Tencent","translationServices.niu":"Traducteur franc-tireur","translationServices.papago":"Traduction Papago","translationServices.d":"D (Alpha)","translationServices.dpro":"D Pro (Canari)","translationServices.openai":"OpenAI","translationServices.yandex":"Yandex","translationServices.chatgpt":"ChatGPT Web(3.5 mobile)","translate title":"Traduire les titres des pages","always languages":"Toujours traduire la langue",neverTranslateLanguagesLabel:"La langue qui ne sera jamais traduite",neverTranslateTheFollowingLanguagesDescription:"Les traductions sont ignor\xE9es lorsqu'un paragraphe de la page est r\xE9dig\xE9 dans l'une des langues suivantes",enableUserscriptPagePopup:"Afficher le hoverball sur la page",enableUserscriptPagePopupDescription:"Apr\xE8s avoir d\xE9sactiv\xE9 le hoverball, vous pouvez le rappeler \xE0 l'aide du raccourci /{touch}. Il est fortement recommand\xE9 de marquer cette page de param\xE8tres d'un signet afin d'\xE9viter de ne pas pouvoir retrouver le hoverball apr\xE8s avoir d\xE9sactiv\xE9 cette option par inadvertance !","always translate the following languages":"Traduit automatiquement dans la langue cible lorsque la page est dans l'une des langues suivantes","always sites":"Des sites web toujours traduits","always translate the following sites":"Les sites web sont automatiquement traduits dans la langue cible lorsqu'il s'agit de noms de domaine de","never sites":"Site web jamais traduit","never translate the following sites":"Les traductions ne seront pas effectu\xE9es si le site est destin\xE9 aux domaines suivants","please refer to":"Vous devez remplir la cl\xE9 avant de pouvoir l'utiliser.",KeyAndConfigurationTutorial:"Tutoriel d'application et de configuration des cl\xE9s",useAboveStyleForTheseSites:"Utilisez toujours le style de traduction \u2308{theme}\u230B lorsque le site est destin\xE9 aux domaines suivants",currentUrl:"URL actuel",confirm:"enregistrer (un fichier, etc.) (informatique)",cancel:"annulations",delete:"l'enl\xE8vement","languages.auto":"d\xE9tection automatique",syncToCloud:"Synchronisation avec Google Drive",syncToCloudDescription:"T\xE9l\xE9charg\xE9e dans le nuage, la configuration peut \xEAtre synchronis\xE9e entre diff\xE9rents navigateurs/scripts de singe de graisse, en fonction de la derni\xE8re modification.",syncToAccount:"Synchronisation avec l'Immersive Translation Cloud",syncToAccountButton:"Synchronisation instantan\xE9e avec le nuage",syncToAccountDescription:"Synchroniser automatiquement les configurations entre diff\xE9rents appareils, en fonction de la derni\xE8re modification.",successSyncConfigInAccount:"Synchronisation r\xE9ussie avec le nuage",successSyncConfigToAccount:"Synchronisation r\xE9ussie vers le nuage",syncConfigNoUpdate:"Il est d\xE9j\xE0 \xE0 jour.",authFail:"\xC9chec de l'autorisation",syncTitle:"Gestion manuelle des sauvegardes",import_hint:"importation (donn\xE9es)",upload:"t\xE9l\xE9charger",revokeAuth:"r\xE9voquer une autorisation",uploadFail:"\xC9chec du t\xE9l\xE9chargement",download:"t\xE9l\xE9chargement",importSuccess:"Importation r\xE9ussie",importFail:"\xE9chec de l'importation",deleteFail:"\xC9chec de la suppression",backupToCloud:"Gestion manuelle des fichiers de sauvegarde",create_new_backup:"Ajouter un nouveau n\u0153ud de sauvegarde",maxBackupFiles:"Jusqu'\xE0{count}n\u0153uds diff\xE9rents peuvent \xEAtre sauvegard\xE9s, veuillez supprimer les n\u0153uds dont vous n'avez pas besoin.",backupToCloudDescription:"T\xE9l\xE9charger ou restaurer manuellement les fichiers de sauvegarde, en autorisant jusqu'\xE0 trois sauvegardes diff\xE9rentes.",successSyncConfig:"Synchronisation r\xE9ussie avec le nuage",syncFail:"\xE9chec de la synchronisation",updatedAt:"Mise \xE0 jour de {date}",lastSyncedAt:"Derni\xE8re v\xE9rification \xE0 l'adresse {date}",downloadFail:"\xC9chec du t\xE9l\xE9chargement",clickToDownload:"Cliquer pour t\xE9l\xE9charger",aboutLabel:"\xC0 propos - Feedback","browser.openAboutPage":"\xC0 propos/commentaires",aboutLabelWithoutSponsor:"\xC0 propos - Feedback",aboutIntro:"Puissions-nous tous avoir un acc\xE8s plus facile et plus agr\xE9able \xE0 l'\xE9norme quantit\xE9 d'informations en langues \xE9trang\xE8res sur Internet \u2764\uFE0F Vous pouvez choisir d'activer votre <6>adh\xE9sion Pro pour utiliser les traductions pr\xEAtes \xE0 l'emploi de DeepL et OpenAI.

Vous pouvez nous suivre sur <3>Twitter, <4>Telegram, Weibo, WeChat, ou vous <5>inscrire \xE0 notre liste de <5>diffusion ci-dessous pour suivre les mises \xE0 jour.
Les <7>membres Pro peuvent nous contacter \xE0 l'adresse <8>support@immersivetranslate.com pour un service client\xE8le rapide.",aboutIntroWithoutSponsor:"Puissions-nous tous avoir un acc\xE8s plus facile et plus agr\xE9able \xE0 l'\xE9norme quantit\xE9 d'informations en langues \xE9trang\xE8res disponibles sur Internet \u2764\uFE0F

Vous pouvez nous suivre sur <3>Twitter, <4>Telegram channel, WeChat, WeChat Exchange, ou vous <5>abonner aux mises \xE0 jour par <5>courriel ci-dessous.",projectHomepage:"Accueil du projet",joinTelegramGroup:"Rejoignez le groupe d'utilisateurs pour participer aux discussions sur les fonctionnalit\xE9s",wechatPublicAccount:"WeChat Public",wechatCommunities:"Groupe d'\xE9change WeChat",qqCommunities:"Canal de communication QQ",joinTelegramChannel:"Suivez le canal Telegram pour les derni\xE8res mises \xE0 jour",feedbackAndJoin:"Question Feedback / Ajouter un groupe",autoSync:"synchronisation automatique de l'heure",loadingThemeTitle:"Style de chargement",loadingThemeDescription:"D\xE9finition du style lors de l'attente du chargement de la traduction","loadingTheme.spinner":"Animation de la rotation","loadingTheme.text":"texte statique qqch. ","loadingTheme.none":"non illustr\xE9",developerDescription:"La documentation sur la personnalisation avanc\xE9e est disponible <1>ici","edit border color":"Modifier la couleur de la bordure",successSyncButNoChange:"La configuration actuelle est compatible avec le nuage",customTheme:"Couleurs et tailles personnalis\xE9es","customThemeLabel.borderColor":"Couleur de la bordure","customThemeLabel.borderRadius":"Bords arrondis","customThemeLabel.textColor":"couleur du texte","customThemeLabel.backgroundColor":"couleur de fond","customThemeLabel.zoom":"Mise \xE0 l'\xE9chelle des polices (%)","customThemeLabel.opacity":"Opacit\xE9 du texte (%)",resetToDefaultColor:"R\xE9tablir les couleurs par d\xE9faut",resetToDefaultSettings:"R\xE9tablir les param\xE8tres par d\xE9faut",isTranslateTitle:"Permettre la traduction des titres de pages",isTranslateTitleDescription:"Lorsque cette option est activ\xE9e, le titre de la page est traduit.",enableSearchEnhancement:"Permettre l'enrichissement des messages bilingues",enableSearchEnhancementDescription:`Une fois l'option activ\xE9e, les r\xE9sultats de recherche de "Google News" seront automatiquement affich\xE9s dans la colonne de droite des sites web pris en charge (Google News, Google Search (certains mots-cl\xE9s), Snowball, Oriental Fortune, Futura, Tiger Community) pour les mots-cl\xE9s anglais correspondants.`,verifyService:"Cliquez ici pour tester le service",verified:"V\xE9rifier le succ\xE8s","field.langs":"Codes des langues prises en charge","field.model":"mod\xE9lisation","field.translationEngine":"moteur de traduction","field.limitPerMinute":"Nombre maximum de demandes par minute","field.limitPerSecond":"Demandes maximales par seconde","field.maxTextLengthPerRequest":"Longueur maximale du texte par demande","field.maxTextGroupLengthPerRequest":"Nombre maximum de paragraphes par demande","field.apiUrl":"Adresse de l'interface API personnalis\xE9e","field.placeholderDelimiters":"espace r\xE9serv\xE9","description.custom":"Acc\xE8s \xE0 l'interface personnalis\xE9e Documentation requise","description.limitPerMinute":"Les demandes d\xE9passant cette limite sont plac\xE9es dans une file d'attente jusqu'au d\xE9but de la minute suivante. En raison des diverses limitations du service actuel d'OpenAI, veuillez cliquer <1>ici pour obtenir les derni\xE8res valeurs sugg\xE9r\xE9es.","description.limitPerSecond":"Les demandes d\xE9passant cette limite sont plac\xE9es dans une file d'attente jusqu'au d\xE9but de la seconde suivante. En raison des diverses limitations du service actuel d'OpenAI, veuillez cliquer <1>ici pour obtenir les derni\xE8res valeurs sugg\xE9r\xE9es.","description.generalLimitPerSecond":"Les demandes d\xE9passant cette limite sont plac\xE9es dans une file d'attente jusqu'au d\xE9but de la seconde suivante.","description.prompt":"Envoyer la conversation \xE0 {service} en tant qu'utilisateur, o\xF9 {{text}} repr\xE9sente le contenu du texte du paragraphe, {{from}} repr\xE9sente la langue du paragraphe et {{to}} repr\xE9sente la langue cible.","description.maxTextLengthPerRequest":"Le nombre maximum de caract\xE8res par requ\xEAte est trop important pour que l'interface r\xE9ponde lentement, essayez donc d'ajuster cette option pour optimiser la vitesse.","description.systemPrompt":"Un dialogue envoy\xE9 \xE0 l'OpenAI en tant que syst\xE8me, o\xF9 {{text}} indique le contenu textuel du paragraphe,{{from}} indique la langue du paragraphe et{{to}} indique la langue cible.","field.domain":"royaume","description.domain":"La valeur par d\xE9faut est\uFF1Ageneral. Elle ne peut \xEAtre d\xE9finie que si la traduction par domaine est activ\xE9e dans la console Arima API, voir <1>ici pour les domaines pris en charge.","field.scene":"prendre","description.scene":"La valeur par d\xE9faut est\uFF1Ageneral. Elle ne peut \xEAtre d\xE9finie que si la console AliCloud API ouvre Machine Translation Pro, voir <1>ici pour les sc\xE9narios pris en charge.","field.vocabId":"ID du dictionnaire de l'utilisateur","description.vocabId":"Le dictionnaire out_id sp\xE9cifi\xE9 prend actuellement en charge la traduction de l'anglais vers le chinois.","description.model":"Mod\xE8les OpenAI, peuvent \xEAtre gpt-3.5-turbo, gpt-4, etc.","description.maxTextGroupLengthPerRequest":"Le nombre de paragraphes envoy\xE9s au service de traduction \xE0 la fois. S'il y a trop de paragraphes, l'interface peut r\xE9pondre plus lentement.","description.apiUrl":"Veuillez ajouter des URL sp\xE9cifiques avec des chemins d'acc\xE8s et une <1>description plus d\xE9taill\xE9e.",enabledExtension:"Activation des extensions",clickToDisableExtension:"Cliquez pour d\xE9sactiver les extensions",clickToEnableExtension:"Cliquez pour activer les extensions",hasBeenDisabled:"handicap\xE9","show password":"Afficher le mot de passe",customContent:"Saisir un nom de mod\xE8le personnalis\xE9",inputOptions:"Am\xE9lioration de la bo\xEEte de saisie",mouseHoverOptions:"survol de la souris",modifyMouseHoverKey:"Modifier le raccourci au survol de la souris",enableInputTranslation:"Activation ou non de l'am\xE9lioration des bo\xEEtes de saisie",enableInputTranslationDescription:"Une fois la fonction activ\xE9e, tapez {startingKey}{startingKey} hello directement dans le champ de saisie, puis tapez rapidement{inputTrailingTriggerKeyRepeatTimes}puis{trailingKey}pour traduire en {inputTargetLanguage}.",enableInputTranslationDescriptionForNoneKey:"Une fois la fonction activ\xE9e, tapez\uFF1AHello World directement dans le champ de saisie, puis appuyez rapidement sur{inputTrailingTriggerKeyRepeatTimes}{trailingKey}fois pour traduire dans la langue cible par d\xE9faut.",inputTargetLanguage:"D\xE9finition de la langue cible par d\xE9faut pour les bo\xEEtes de saisie",inputTargetLanguageDescription:"Langue cible par d\xE9faut pour la traduction de la bo\xEEte de saisie, c'est-\xE0-dire {startingKey}{startingKey} comme langue par d\xE9faut pour les mots d\xE9clencheurs.",inputTargetLanguageDescriptionForNoneKey:"Langue cible par d\xE9faut pour la traduction de la bo\xEEte de saisie",inputStartingTriggerKeyTitle:"D\xE9finition du caract\xE8re de s\xE9paration pour la traduction partielle de la zone de saisie",inputStartingTriggerKeyDescription:"Lorsque vous n'avez pas besoin de traduire l'int\xE9gralit\xE9 du champ de saisie, le s\xE9parateur vous permet de ne traduire que la partie allant de {startingKey}{startingKey} \xE0 la fin du champ de saisie, ou vous pouvez sp\xE9cifier le code de la langue, par exemple\uFF1A{startingKey}ja signifie ne traduire que la partie allant de {startingKey}ja \xE0 la fin du champ de saisie.",inputStartingTriggerKeyDescriptionForNoneKey:"Le param\xE8tre actuel d'absence de pr\xE9fixe n'est pas n\xE9cessaire et la fonction de traduction de certains textes dans la bo\xEEte de saisie n'est pas disponible pour le moment.",inputTrailingTriggerKeyTitle:"S\xE9lectionner un caract\xE8re d\xE9clencheur de fin d'entr\xE9e",inputTrailingTriggerKeyDescription:"3 coups rapides{trailingKey} commencera \xE0 traduire !",inputTrailingTriggerKeyTimeout:"Entrez le temps entre les d\xE9clenchements de fin de combat",inputTrailingTriggerKeyTimeoutDescription:"D\xE9finit le temps (en millisecondes) entre les d\xE9clenchements combo de fin d'entr\xE9e.",spaceKey:"<\u7A7A\u683C\u952E>",noneKey:"Traduction directe de l'ensemble de la zone de texte sans pr\xE9fixe",inputTranslationBlockUrlsTitle:"N'activez pas l'am\xE9lioration des bo\xEEtes de saisie dans les URL suivantes",inputTranslationBlockUrlsDescription:"Les am\xE9liorations apport\xE9es aux bo\xEEtes de saisie ne fonctionneront pas aux URL suivants",clickToSeeQuickDemo:"Cliquez pour agrandir la vid\xE9o du tutoriel de 30 secondes",inputHelperInfo:"Description\uFF1ANous avons optimis\xE9 le fait que certains caract\xE8res d\xE9clencheurs se transforment en signes de ponctuation chinois sous les m\xE9thodes d'entr\xE9e chinoises, par exemple, / se transforme en signe dun , sous la m\xE9thode d'entr\xE9e Sogou, et Immersive Translator prend en charge tous les symboles chinois correspondant aux caract\xE8res d\xE9clencheurs, c.-\xE0-d. //,,, seront reconnus comme des caract\xE8res d\xE9clencheurs.

Nous prenons \xE9galement en charge les alias chinois pour les codes de langue en tant que commandes, par exemple /Japanese Hello World sera traduit en japonais, <1>cliquez ici pour voir tous les codes de langue pris en charge.",reloadCurrentPage:"Veuillez rafra\xEEchir la page actuelle avant de commencer la traduction.",noLocalFilePermissionForPDF:"Vous n'avez pas l'autorisation de lire les fichiers locaux, veuillez cliquer sur le bouton ci-dessus et importer les fichiers locaux.",noPermissionForThisPage:"\u26A0\uFE0F Pas d'autorisation de traduire la page actuelle",retryAllParagraphs:"R\xE9essayer tous les passages d'erreur",retryAllButton:"R\xE9essayer tous les passages d'erreur",errorTooltipTitle:"Cliquez pour voir la cause de l'erreur",errorModalTitle:"Il semble qu'il y ait un probl\xE8me avec le service de traduction ou le r\xE9seau...",disableConfirm:"Cadre d'am\xE9lioration de l'information bilingue",disableOnce:"Cette invalidit\xE9",disableGlobal:"d\xE9sactiver de fa\xE7on permanente",disableTint:"* Vous pouvez le r\xE9activer \xE0 l'adresse {option} .",searchEnhancementNotes:"Apr\xE8s avoir activ\xE9 la fonction d'am\xE9lioration de l'information bilingue de la traduction immersive, nous rechercherons automatiquement pour vous les m\xEAmes mots-cl\xE9s en anglais sur les sites web pris en charge (Google News, Google Search (certains mots-cl\xE9s), Snowball, Oriental Wealth, Futura, Tiger) et les afficherons sur le c\xF4t\xE9 droit. Vous pouvez choisir de d\xE9sactiver cette fonction si vous n'en avez pas besoin.",option:"mettre en place",saveSettings:"Sauvegarder les param\xE8tres",closeModal:"Fermer la fen\xEAtre",enableInputTranslationWithoutTriggerKeyTitle:"Activer 3 quick hits sur{trailingKey}pour traduire directement l'ensemble de la bo\xEEte de saisie en{inputTargetLanguage}",enableInputTranslationWithoutTriggerKeyDescription:"Pour sp\xE9cifier la langue cible, pr\xE9fixez-la avec le code de la langue, par exemple\uFF1Aja Hello World",mouseHoverShortcutPlaceholder:"par exemple :\uFF1AShift",deepLProName:"Immersive Translation Membre Pro (Recommand\xE9)",deepLProDescription:"Le paquet actuel peut \xEAtre utilis\xE9 directement",deeplProDescriptionForNormal:"Aucune installation n'est requise, les membres peuvent l'utiliser apr\xE8s s'\xEAtre connect\xE9s, <1>cliquez ici pour passer au statut de membre",deepLCustomDescription:"Carte de cr\xE9dit \xE9trang\xE8re requise, ouverture officielle sur <1>DeepL, cliquez pour la <2>documentation",deepLCustomName:"Cl\xE9 d'authentification personnalis\xE9e",chooseProviderLabel:"S\xE9lectionner un prestataire de services",openaiProName:"Immersive Translation Membre Pro (Recommand\xE9)",openaiProDescription:"Le paquet actuel peut \xEAtre utilis\xE9 directement",openaiProDescriptionForNormal:"Aucune installation n'est requise, les membres peuvent l'utiliser apr\xE8s s'\xEAtre connect\xE9s, <1>cliquez ici pour passer au statut de membre",openaiCustomDescription:"Disponible sur OpenAI, Azure OpenAI, ou d'autres services tiers, <1>cliquez ici pour la documentation.",openaiCustomName:"Cl\xE9 API personnalis\xE9e",needLoginAction:"(Adh\xE9sion ouverte ou personnalisation)",goLoginOrAction:"(Ouvrir une adh\xE9sion ou aller dans les param\xE8tres)",yearly:"effectuer un paiement annuel cons\xE9cutif",quarterly:"l'emballage s\xE9quentiel",monthly:"abonnement mensuel",yearlyForOnce:"Forfait annuel unique",monthlyForOnce:"Forfait mensuel unique",daily:"jours cons\xE9cutifs de paquet",year:"effectuer un paiement annuel cons\xE9cutif",quarter:"l'emballage s\xE9quentiel",month:"abonnement mensuel",day:"jours cons\xE9cutifs de paquet",onetime_7day:"Pack exp\xE9rience 7 jours",currentPlanDescriptionForFree:"Paquets actuels\uFF1AGratuit",currentPlanDescriptionForContinuous:"L'offre actuelle\uFF1A{plan}sera automatiquement renouvel\xE9e sur {endAt}",currentPlanDescriptionForAutoRenewCaceling:"L'offre actuelle\uFF1A{plan}expirera \xE0 la date {endAt} et ne sera pas renouvel\xE9e automatiquement \xE0 cette date.",currentYearlyPlanDescriptionForAutoRenewCacelingWithRealPaiedUser:"L'offre actuelle,\uFF1A{plan}, expirera le {endAt} et ne sera pas renouvel\xE9e automatiquement \xE0 l'expiration.
<1>Cliquez ici pour g\xE9rer votre plan de renouvellement",currentYearlyPlanDescriptionForAutoRenewCacelingWithAdmin:"L'offre actuelle,\uFF1A{plan}, expirera \xE0 {endAt} et ne sera pas renouvel\xE9e automatiquement \xE0 l'\xE9ch\xE9ance.
<1>Cliquez ici pour activer l'abonnement annuel continu",currentPlanDescriptionForOneTime:"L'abonnement actuel\uFF1A{plan}expirera sur {endAt} , <1>cliquez ici pour passer \xE0 un abonnement <1>annuel ou <2>mensuel.",upgradePlan:"Cliquez ici pour passer \xE0 l'adh\xE9sion Pro",upgradeToPro:"Passer \xE0 l'adh\xE9sion Pro","popup.openPro":"Passez \xE0 l'adh\xE9sion Pro pour profiter de DeepL et de la traduction OpenAI, cliquez ici pour passer \xE0 l'adh\xE9sion Pro.","popup.openProForPro":"Vous \xEAtes un membre Pro avec un acc\xE8s direct \xE0 DeepL et aux traductions OpenAI !",currentAccount:"compte courant",enableAutoSyncUserSettings:"Permettre la synchronisation automatique du nuage sur plusieurs appareils",modalEnableInputTranslationTitle:"Traduction immersive Bo\xEEte de saisie Alertes de traduction",modalEnableInputTranslationDesc:"Vous venez de d\xE9clencher la traduction de la bo\xEEte de saisie d'Immersive Translation en appuyant sur la barre d'espacement 3 fois en succession rapide, et le contenu de la bo\xEEte de saisie sera traduit dans la langue cible par d\xE9faut. La traduction peut \xEAtre annul\xE9e avec Ctrl+Z.

Si c'est une erreur, ne vous inqui\xE9tez pas, vous pouvez choisir de la d\xE9sactiver cette fois-ci, ou de d\xE9sactiver d\xE9finitivement la traduction de la zone de saisie.",saveAndNotShowAgain:"Sauvegarder et arr\xEAter le message",disableInputTranslationTips:"* Vous pouvez \xE9galement d\xE9finir d'autres raccourcis pour qu'ils se d\xE9clenchent dans {option} ,{learnMore}.",learnMore:"Cliquez ici pour en savoir plus",continueEnalbeInputTranslation:"Continuer \xE0 activer la traduction des champs de saisie",autoRenewTrialSuffix:`(Dans la version d'essai,passe imm\xE9diatement \xE0 l'adh\xE9sion compl\xE8te)`,upgradeFromTrialTitle:"Passer au statut de membre \xE0 part enti\xE8re",subtitle:"sous-titrage vid\xE9o",youtubeService:"Traduction en immersion Sous-titrage vid\xE9o Services de traduction","subtitle.disabledSubtitle":"D\xE9sactiver d\xE9finitivement la fonction de sous-titres vid\xE9o","subtitle.disabledSubtitleDescription":"Si Immersive Translator's Video Subtitles entre en conflit avec d'autres extensions, vous pouvez choisir de d\xE9sactiver d\xE9finitivement la fonctionnalit\xE9 d'Immersive Translator's Video Subtitles ou de d\xE9sinstaller les autres extensions en conflit.","subtitle.autoEnableSubtitle":"Utilisation automatique de sous-titres bilingues","subtitle.autoEnableSubtitleDescription":"Une fois activ\xE9, des sous-titres bilingues s'afficheront automatiquement lorsque la vid\xE9o est en cours de lecture, sinon, il faut cliquer sur le bouton de traduction pour les afficher.","subtitle.preTranslation":"Traduire des sous-titres \xE0 l'aide de la traduction immersive","subtitle.preTranslationDescription":"Lorsque cette option est activ\xE9e, l'int\xE9gralit\xE9 des sous-titres sera pr\xE9-traduite \xE0 l'aide du service de traduction sp\xE9cifi\xE9 ci-dessous. Une vid\xE9o d'une heure consommera environ 50 000 tokens ou caract\xE8res, donc \xE0 utiliser \xE0 votre propre discr\xE9tion ; lorsqu'elle est d\xE9sactiv\xE9e, les sous-titres originaux seront utilis\xE9s en premier.","subtitle.humanSubtitlesPreferred":"Utilisation prioritaire du sous-titrage humain","subtitle.humanSubtitlesPreferredDescription":"Privil\xE9gier l'utilisation de sous-titres humains lorsque la vid\xE9o dispose de sous-titres humains dans la langue cible (recommand\xE9).",videoSubtitleTranslationDescription:"Confier les sous-titres vid\xE9o \xE0 un service de traduction distinct",subtitleTranslating:"Veuillez patienter pendant que les sous-titres sont traduits \xE0 l'aide du service {service} ... (traduction en immersion)",subtitleLoading:"Chargement des sous-titres...",bilingual:"bilinguisme","field.action":"Activation ou non de la terminologie Baidu","description.action":"Lorsqu'il est activ\xE9, un param\xE8tre action=1 est ajout\xE9 \xE0 la demande pour informer Baidu de l'activation du terme. <1>Veuillez vous r\xE9f\xE9rer \xE0 la documentation officielle pour plus d'informations.",closeQuickTranslation:"Fermer Hoverball","closeQuickTranslation.untilNext":"Cette fois-ci ferm\xE9 jusqu'\xE0 la prochaine visite","closeQuickTranslation.currentWebsite":"Site actuel d\xE9sactiv\xE9","closeQuickTranslation.alwaysClose":"d\xE9sactiver de fa\xE7on permanente","closeQuickTranslation.settingOpen":"(peut \xEAtre activ\xE9e dans la <1>page des param\xE8tres )","closeQuickTranslation.cancel":"annulations","closeQuickTranslation.confirm":"d\xE9finir","floatBall.popup":"Ouvrir le panneau des r\xE9glages rapides","floatBall.translate":"Cliquez pour traduire la page","floatBall.showOriginal":"Cliquez pour revenir \xE0 l'article original","floatBall.close":"Fermer Hoverball","floatBallOptions.enableDescPc":"Apr\xE8s avoir activ\xE9 le hoverball de la page, un bouton de traduction rapide sera affich\xE9 sur le c\xF4t\xE9 droit de la page, cliquez dessus pour traduire !","floatBallOptions.enableDesc":"Apr\xE8s avoir d\xE9sactiv\xE9 le hoverball, il peut \xEAtre rappel\xE9 \xE0 l'aide de{touch}. Il est fortement recommand\xE9 de marquer cette page de param\xE8tres d'un signet afin d'\xE9viter de ne pas pouvoir retrouver le hoverball apr\xE8s avoir d\xE9sactiv\xE9 cette option par inadvertance !","description.azureApiUrl":"Remplir l'adresse de l'interface API personnalis\xE9e",confirmSupportMouse:"Forcer l'activation de la prise en charge de la souris",confirmSupportMouseDescription:"Le navigateur actuel ne prend pas en charge la fonction de la souris. Est-il oblig\xE9 d'activer la prise en charge de la souris ?",sampleTargetText:"La longue nuit viendra, et je veillerai \xE0 partir de ce jour jusqu'\xE0 ma mort. Je ne prendrai pas de femme, je ne ferai pas de fief, je n'aurai pas d'enfant. Je ne porterai pas de couronne, je ne rechercherai pas les honneurs. Je ferai mon devoir, je vivrai et je mourrai.",sampleSourceText:"Night gathers, and now my watch begins. It shall not end until my death. I shall take no wife, hold no lands, father no children. I shall wear no crowns and win no glory. I shall live and die at my post.","subtitle.supportedSites":"\u5DF2\u652F\u6301\u5728\u8FD9\u4E9B\u7F51\u7AD9\u4F7F\u7528\u53CC\u8BED\u5B57\u5E55\uFF08\u6CE8\u610F\uFF1A\u7531\u4E8E\u6280\u672F\u9650\u5236\uFF0C\u90E8\u5206\u7F51\u7AD9\u5728\u9996\u6B21\u5F00\u542F\u5B57\u5E55\u540E\u9700\u8981\u91CD\u65B0\u5237\u65B0\u9875\u9762\uFF0C\u6216\u8005\u9700\u7B49\u5F85\u7FFB\u8BD1\u5B8C\u6210\u4EE5\u663E\u793A\u53CC\u8BED\u5B57\u5E55\uFF09\uFF1A",viewWithImmersiveTranslate:"\u53CC\u8BED\u7248\u672C(\u6C89\u6D78\u5F0F\u7FFB\u8BD1)",errorReason:"\u9519\u8BEF\u539F\u56E0\uFF1A{message}","proQuotaExceededError.onetime7day":'\uFF0C\u60A8\u53EF\u4EE5\u9009\u62E9\u4EE5\u4E0B\u65B9\u5F0F\u89E3\u51B3\uFF1A

1. \u5207\u6362\u5230 {anotherService} \u6216\u5176\u4ED6\u7FFB\u8BD1\u670D\u52A1
2. \u5347\u7EA7\u4E3A\u6708\u5EA6/\u5E74\u5EA6\u4F1A\u5458',"proQuotaExceededError.trial":'\uFF0C\u60A8\u53EF\u4EE5\u9009\u62E9\u4EE5\u4E0B\u65B9\u5F0F\u89E3\u51B3\uFF1A

1. \u5207\u6362\u5230 {anotherService} \u6216\u5176\u4ED6\u7FFB\u8BD1\u670D\u52A1
2. \u7ACB\u523B\u5347\u7EA7\u4E3A\u6B63\u5F0F\u4F1A\u5458',"proQuotaExceededError.nonTrial":'\uFF0C\u60A8\u53EF\u4EE5\u9009\u62E9\u4EE5\u4E0B\u65B9\u5F0F\u89E3\u51B3\uFF1A

1. \u5207\u6362\u5230 {anotherService} \u6216\u5176\u4ED6\u7FFB\u8BD1\u670D\u52A1
2. \u8D2D\u4E70 {translationService} \u989D\u5916\u6D41\u91CF\u5305',"proQuotaExceededError.resetTime":"
3. \u989D\u5EA6\u91CD\u7F6E\u65F6\u95F4\uFF1A{resetTime}","desc.touchShortcutsToggleTranslatePageOnlyTranslation":"Seulement la traduction signifie que seule la traduction est affich\xE9e, si la page n'a pas encore \xE9t\xE9 traduite, elle passera en mode et sera traduite.","desc.toggleOnlyTransation":"Le mode de traduction uniquement signifie que seules les traductions sont affich\xE9es, si la page Web n'a pas encore \xE9t\xE9 traduite, le mode sera chang\xE9 et traduit.",touchShortcutsToggleTranslatePageOnlyTranslation:"Configurer les gestes tactiles pour passer en mode bilingue / mode texte uniquement",download_started:"Le t\xE9l\xE9chargement a d\xE9j\xE0 commenc\xE9, si le t\xE9l\xE9chargement ne commence pas automatiquement, veuillez cliquer manuellement.",here:"ici","error.goReset":"R\xE9initialiser",translationFont:"D\xE9finir la police","error.serveConfigError":"Erreur de configuration du service",detectServiceLoading:"En train de v\xE9rifier les services de traduction disponibles...","translationModeUrl.translation.title":"L'adresse du site en mode traduction uniquement","translationServices.inherit":"Suivez le service de traduction principal","translationModeLang.translation.title":"Mode de langue uniquement en traduction","error.configError":"Les donn\xE9es de configuration sont anormales","translationFont.customPlaceholder":"police de caract\xE8res","touch.mouse-translate":"Traduire le paragraphe sp\xE9cifi\xE9",toggleToService:"Passez \xE0 {service} et r\xE9essayez","translationFont.custom":"Entrez une police personnalis\xE9e",batchEdit:"Op\xE9ration en masse","error.proUpgrade":"Apr\xE8s la mise \xE0 niveau, veuillez rafra\xEEchir la page et traduire \xE0 nouveau.","error.502":"Le service renvoie une erreur, le service est en retard, veuillez r\xE9essayer plus tard.","error.403":"Le service renvoie une erreur, vous n'avez pas temporairement le droit d'acc\xE9der \xE0 ce service.","error.googleLimitIp":"Le service renvoie une erreur, le service Google a limit\xE9 le d\xE9bit pour cette adresse IP, il est recommand\xE9 de changer de n\u0153ud r\xE9seau.",videoSubtitlePreTranslationOff:"Les sous-titres vid\xE9o utiliseront en priorit\xE9 les sous-titres automatiques fournis avec la vid\xE9o originale.","translationFont.notSupportErrorMessage":"Veuillez v\xE9rifier si le nom de la police que vous avez entr\xE9 est correct, ou confirmer que cette police est d\xE9j\xE0 install\xE9e sur votre appareil.","error.proTokenInvalid":"Si vous \xEAtes un utilisateur Pro, veuillez vous connecter avant d'utiliser le service de traduction Pro.",videoSubtitlePreTranslationOn:"Les sous-titres vid\xE9o utiliseront en priorit\xE9 la traduction immersive.","error.400":"Le service renvoie une erreur, la demande de param\xE8tre est incorrecte, veuillez v\xE9rifier la configuration correspondante.","error.429":"Le service renvoie une erreur, indiquant que la demande est trop fr\xE9quente ou d\xE9passe la limite de quota, veuillez r\xE9essayer plus tard.","translationModeUrl.translation.description":"Lorsque le site Web est pour les domaines suivants, il utilisera automatiquement le mode de traduction uniquement.",enableSentryReport:"Lorsqu'une erreur se produit lors de l'extension, utilisez Sentry pour soumettre des commentaires.","error.reloadPageOfSetting":"Apr\xE8s la configuration, veuillez rafra\xEEchir la page pour traduire \xE0 nouveau.","translationModeLang.translation.description":"Lorsque la langue de la page est l'une des langues suivantes, le mode de traduction uniquement sera automatiquement utilis\xE9.","error.gemini.429":"Le service Gemini actuel a atteint sa capacit\xE9 maximale, veuillez r\xE9essayer plus tard ou passer \xE0 un autre service de traduction.","desc.toggleVideoSubtitlePreTranslation":"Une fois appuy\xE9, les sous-titres bilingues de la vid\xE9o utiliseront en priorit\xE9 les param\xE8tres de traduction immersive, une nouvelle pression donnera la priorit\xE9 aux sous-titres de traduction automatique inclus dans la vid\xE9o originale. Attention : ce raccourci modifie les param\xE8tres globaux.","error.openAIExceededQuota":"Le service renvoie une erreur : le solde de votre compte OpenAI est insuffisant, veuillez recharger ou lier une carte de cr\xE9dit dans le back-office officiel d'OpenAI.","error.openAIFreeLimit":"Le service renvoie une erreur, la fr\xE9quence actuelle des demandes de traduction a atteint la limite maximale de 3 fois par minute, veuillez r\xE9essayer plus tard. (C'est une restriction officielle d'OpenAI sur la cl\xE9 API gratuite, pour lever cette restriction, veuillez lier une carte de cr\xE9dit dans le backend d'OpenAI.)","error.serveUnavailable":"Le service [{serverName}] que vous utilisez actuellement est temporairement inaccessible en raison de probl\xE8mes de connexion r\xE9seau ou de fournisseur de services. Nous vous sugg\xE9rons d'essayer de rafra\xEEchir la page ou de changer de service de traduction via <1>Param\xE8tres. Si vous \xEAtes un membre <2>Pro, vous pouvez choisir d'utiliser les services de traduction plus stables de DeepL ou OpenAI (<3>cliquez ici pour un essai gratuit). De plus, vous devrez peut-\xEAtre v\xE9rifier vos param\xE8tres de r\xE9seau ou de proxy.",loggedIn:"Connect\xE9","error.retry":"R\xE9essayer","floatBall.iKnow":"Je sais.",touchShortcutsOff:"Fermer","tagsInput.add":"+ Ajouter","translationServices.gemini":"G\xE9meaux",goLogin:"Allez vous connecter",shortcutSettings:"Raccourci",notLogin:"Non connect\xE9","multipleClick.4":"Quadruple frappe",alwaysTranslateThisSite:"Toujours traduire ce site","multipleClick.3":"Triple coup",neverTranslateThisSite:"Ne jamais traduire ce site","subtitle.bilingual":"Sous-titres bilingues","widget.instructionTooltip":"Consultez le mode d'emploi","shortcutGroup.shortcutsForTranslationServices":"Raccourcis li\xE9s au service de traduction",buildSnapshots:"G\xE9n\xE9rer un instantan\xE9 de la page web",shortcutSettingsTitle:"Param\xE9trage des raccourcis","subtitle.hideQuickButton":"Ne plus afficher ce raccourci",contact:"Contactez-nous","widget.videoSubtitleTooltip":"Prend en charge Youtube et autres sites vid\xE9o {count}+",notLoginPro:"Vous n'avez pas encore connect\xE9 \xE0 votre compte membre.","multipleClick.2":"Double-cliquez","widget.videoSubtitle":"sous-titres vid\xE9o",temprarilyChangeTranslationTo_gemini:"Utilisation de Gemini pour traduire la page actuelle.","error.subscriptionExpiredTitle":"L'adh\xE9sion a expir\xE9",pickAll:"Tout s\xE9lectionner","floatBall.guideClickToTranslate":"Cliquez sur la bulle de traduction immersive pour traduire rapidement",temprarilyChangeTranslationTo_google:"Utilisation en cours de Google Traduction pour cette page actuelle",temprarilyChangeTranslationTo_bing:"Utilisation en cours de Microsoft Traduction pour la page actuelle",mouseHoverCustomKeyTitle:"Personnaliser les raccourcis de survol de la souris","browser.translateWithDeepL":"Utilisation temporaire de DeepL pour traduire la page actuelle","widget.translateFile":"PDF/ePub",temprarilyChangeTranslationTo_openai:"Utilisation en cours d'OpenAI pour traduire la page actuelle","subtitle.autoDisableSubtitle":"Ne pas activer automatiquement les sous-titres bilingues","error.reason":"Raison de l'erreur",temprarilyChangeTranslationTo_deepl:"Utilisation de DeepL pour traduire la page actuelle.","widget.translateFileTooltip":"Traduire les documents PDF, EPUB, SRT, ASS, HTML et TXT",networkError:"Le service de traduction ou le r\xE9seau rencontre des probl\xE8mes.","floatBall.longPress":"Appuyez longuement pour ouvrir rapidement le panneau de configuration.",paragraphMinTextCountField:"Le nombre minimum de caract\xE8res requis pour traduire un paragraphe","browser.translateWithTransmart":"Utilisation temporaire de Tencent pour traduire la page actuelle","browser.translateWithOpenAI":"Utilisation temporaire d'OpenAI pour traduire la page actuelle",translationOnlyMode:"Mode de traduction uniquement","slide.right":"Glissez vers la gauche","shortcutGroup.main":"Raccourcis de fonctionnalit\xE9s couramment utilis\xE9s",temprarilyChangeTranslationTo_transmart:"Utilise actuellement la traduction de Tencent pour cette page.",touchShortcutsToggleTranslatePage:"D\xE9finir un geste tactile pour traduire la page web / afficher le texte original","slide.left":"Faites glisser vers la droite","shortcutGroup.touch":"Gestes sp\xE9cifiques pour \xE9cran tactile","intro.floatBallTitle":"Boule flottante de traduction rapide","neverTranslateText.title":"Ci-dessous, les mots restent en texte original, ne pas traduire.","browser.toggleMouseHoverTranslateDirectly":"Activer ou d\xE9sactiver temporairement la traduction directe au survol de la souris sur la page","browser.translateInputBox":"Traduire le contenu de la bo\xEEte de saisie actuelle","browser.translateWithGoogle":"Utilisation temporaire de Google Traduction pour la page actuelle","browser.translateWithBing":"Utilisation temporaire de Microsoft Traduction pour la page actuelle","widget.instruction":"Mode d'emploi","subtitle.showQuickButton":"Afficher les sous-titres bilingues dans le lecteur est un raccourci",touchShortcutsToggleTranslationMask:"Configurer l'affichage du geste tactile pour afficher le masque de traduction / afficher le texte original","error.subscriptionExpired":"Votre adh\xE9sion a peut-\xEAtre expir\xE9, veuillez v\xE9rifier votre statut de membre.","intro.hoverTitle":"Survolez avec la souris pour traduire le paragraphe actuel","browser.translateWithGemini":"Utilisez temporairement Gemini pour traduire la page actuelle",touchShortcutsToggleTranslateTouchElement:"Configurer la traduction de paragraphes sp\xE9cifiques par gestes tactiles","desc.touchShortcutsToggleTranslateTouchElement":"Personnalisez un geste et vous pourrez traduire n'importe quel paragraphe o\xF9 vous vous trouvez.","intro.subtitleTitle":"Affichage des sous-titres bilingues en vid\xE9o en ligne","desc.interfaceLanguage":"La configuration de la langue de l'interface affecte la langue d'affichage du panneau de contr\xF4le et n'a rien \xE0 voir avec la langue cible de la traduction.","browser.toggleVideoSubtitlePreTranslation":"Basculer vers les sous-titres bilingues en privil\xE9giant les param\xE8tres de traduction immersive","shortcutGroup.others":"Plus de raccourcis de fonctionnalit\xE9s personnalis\xE9es",confirmResetToDefaultSettings:"Confirmez-vous vouloir r\xE9tablir ce service de traduction comme param\xE8tre par d\xE9faut ? (Cela ne r\xE9initialise que les param\xE8tres de ce service de traduction)",shortcutDisableTooltip:"Veuillez configurer dans la page de gestion des raccourcis d'extension fournie par le navigateur, pour plus de directives, veuillez consulter les instructions en haut de cette page.","subtitle.showQuickButtonDescription":"Fournir un raccourci pour activer les sous-titres bilingues dans le coin inf\xE9rieur droit du lecteur vid\xE9o","shortcutGroup.mouse":"Configuration des raccourcis clavier pour le survol de la souris","desc.toggleTranslateTheMainPage":"Traduisez uniquement les zones principales de la page, une fois que vous avez activ\xE9 la traduction de toutes les zones de la page dans les param\xE8tres avanc\xE9s, vous pouvez utiliser ce raccourci pour traduire sp\xE9cifiquement les zones principales de la page.","description.baiduField":"Les domaines pris en charge sont vus <1>ici, si vide cela signifie qu'aucun domaine n'est sp\xE9cifi\xE9.",upgradeToProErrorTitle:"Veuillez passer \xE0 l'adh\xE9sion Pro pour utiliser ce service de traduction.",paragraphMinTextCountDesc:"Faites attention, ici on parle de la longueur des caract\xE8res, par exemple: hello compte 5 caract\xE8res, d\xE9finir une valeur plus grande peut r\xE9duire les traductions de petits paragraphes inutiles.",translationOnlyModeDescription:"Le mode de traduction uniquement signifie que seule la traduction est affich\xE9e, et non le mode bilingue par d\xE9faut. Notez que: en raison des limitations techniques, les hyperliens du texte original seront d\xE9sactiv\xE9s en mode de traduction uniquement.","desc.toggleTranslateTheWholePage":"Traduire toute la zone de la page, par d\xE9faut, nous traduirons la zone principale de la page, vous pouvez utiliser ce raccourci pour traduire sp\xE9cifiquement toute la zone de la page.","contact.description":"Si vous avez des questions ou des suggestions, n'h\xE9sitez pas \xE0 remplir le formulaire ci-dessous pour nous contacter, ou \xE0 envoyer un courriel \xE0 {email}, nous vous r\xE9pondrons d\xE8s que possible.",mouseHoverCustomKeyDescription:"Vous pouvez personnaliser un raccourci clavier pour le survol de la souris, par exemple : Alt+Z, Ctrl+E, Cmd+Alt+E ou directement Cmd, veuillez entrer manuellement.","desc.mouseHoverHoldKey":"Lorsque la souris survole un paragraphe et que vous appuyez simultan\xE9ment sur la touche de raccourci \xE0 droite, vous pouvez traduire directement ce paragraphe.","desc.touchShortcutsToggleTranslatePage":"Une fois configur\xE9, lors de l'utilisation d'un appareil mobile, vous pouvez toucher l'\xE9cran avec X doigts, glisser de gauche \xE0 droite ou cliquer continuellement pour d\xE9clencher la traduction de la page web / afficher le texte original.","desc.touchShortcutsToggleTranslationMask":"La traduction du masque fait r\xE9f\xE9rence \xE0 l'effet flou dans le style de la traduction (mode d'apprentissage), qui est activ\xE9 temporairement pour utiliser l'effet flou sur la traduction, facilitant l'apprentissage.","intro.floatBallDescription":"Une fois activ\xE9, un bouton de traduction rapide s'affichera sur le c\xF4t\xE9 droit de la page. Cliquez dessus pour traduire, cliquez \xE0 nouveau pour revenir au texte original. Sur mobile, maintenez le bouton flottant pour ouvrir le panneau de configuration rapide.","desc.toggleMouseHoverTranslateDirectly":"Apr\xE8s avoir appuy\xE9 sur ce raccourci, sur la page, d\xE8s que la souris pointe sur n'importe quel texte, ce texte sera automatiquement traduit. Appuyez \xE0 nouveau sur le raccourci pour d\xE9sactiver cette fonction de traduction automatique.","intro.hoverDescription":"La traduction au survol de la souris est une fonction tr\xE8s importante dans la traduction immersive. Il suffit de placer la souris sur le paragraphe et d'appuyer simultan\xE9ment sur la touche de raccourci d\xE9finie pour traduire automatiquement le paragraphe actuel (remarque : elle n'est pas activ\xE9e par d\xE9faut, veuillez la configurer ci-dessous). Cette interaction est utilis\xE9e pour mieux remplacer la traduction par s\xE9lection de mots. De plus, cette fonction est largement utilis\xE9e dans les zones de traduction qui ne peuvent pas \xEAtre reconnues. Vous pouvez utiliser cette fonction pour forcer la traduction de n'importe quel paragraphe.","neverTranslateText.description":"En raison de la reconnaissance insatisfaisante des noms propres par certains moteurs de traduction, vous pouvez ajouter des mots ici pour vous assurer qu'ils ne sont pas convertis pendant le processus de traduction. Veuillez noter que cette fonction distingue les majuscules et les minuscules et ne prend en charge que les langues \xE0 mots s\xE9par\xE9s par des espaces (comme l'anglais, le fran\xE7ais), elle n'est pas applicable aux langues comme le japonais, le cor\xE9en, etc.","intro.subtitleDescription":"Une fois cette fonction activ\xE9e, les sous-titres bilingues seront automatiquement affich\xE9s lors de la lecture de la vid\xE9o. Si elle n'est pas activ\xE9e, vous devrez cliquer manuellement sur le bouton de traduction sur la page pour afficher les sous-titres. Veuillez noter qu'en raison de limitations techniques, certains sites peuvent n\xE9cessiter un rafra\xEEchissement de la page ou attendre la fin de la traduction pour afficher les sous-titres bilingues. (De plus, vous pouvez \xE9galement activer/d\xE9sactiver le panneau de raccourcis de traduction immersive dans le coin sup\xE9rieur droit apr\xE8s avoir ouvert le site de la vid\xE9o).

La prise en charge des sous-titres bilingues est actuellement disponible sur ces sites :",geminiWarning:"Attention : Le service gratuit Gemini fourni par Google a des restrictions strictes, il est possible que Google juge que l'utilisateur utilise plusieurs cl\xE9s pour contourner leurs restrictions de quota gratuit, il n'est pas recommand\xE9 de l'utiliser, il est recommand\xE9 d'attendre que Google ouvre l'interface de paiement Gemini \xE0 l'avenir avant de l'utiliser.","floatBall.setting":"Param\xE9trage","floatBall.translateToLanguage":"Cliquez pour traduire en {language}","floatBall.file":"Traduire les fichiers PDF, EPUB, SRT, ASS, HTML, TXT",changeToOnlyTempTranslationMode:"Afficher uniquement les traductions",changeToDualTempTranslationMode:"Passer \xE0 la traduction bilingue","transitionMode.translation":"Seulement le texte traduit","options.navbar.installApp":"Installer l'application mobile","options.navbar.translateFile":"Traduire le document","subtitle.transitionMode":"Param\xE8tres de sous-titres vid\xE9o bilingues / traduction uniquement","subtitle.transitionModeDescription":"D\xE9finir les sous-titres vid\xE9o en mode bilingue ou en mode traduction uniquement","transitionMode.inherit":"Restez coh\xE9rent avec le mode d'affichage de traduction par d\xE9faut du syst\xE8me.","transitionMode.dual":"Contraste bilingue",translateFileTooltip:`Traduire PDF, ePub, srt, + {env.imt_sub_trans_field}: \u062A\u0631\u062C\u0645\u0647`,"subtitle.quickButton.red":"\u0633\u0631\u062E","subtitle.quickButton.cyan":"\u0622\u0628\u06CC","subtitle.quickButton.white":"\u0633\u0641\u06CC\u062F","subtitle.quickButton.yellow":"\u0632\u0631\u062F","subtitle.quickButton.setting":"\u062A\u0646\u0638\u06CC\u0645\u0627\u062A","translationServices.claude":"\u06A9\u0644\u0648\u062F","subtitle.quickButton.backgroundColor":"\u0631\u0646\u06AF \u067E\u0633 \u0632\u0645\u06CC\u0646\u0647","subtitle.quickButton.translationPositionTop":"\u0628\u0627\u0644\u0627\u06CC \u0645\u062A\u0646 \u0627\u0635\u0644\u06CC","subtitle.quickButton.black":"\u0633\u06CC\u0627\u0647","subtitle.quickButton.blue":"\u0622\u0628\u06CC","subtitle.quickButton.green":"\u0633\u0628\u0632","subtitle.quickButton.translationFontSize":"\u0627\u0646\u062F\u0627\u0632\u0647 \u0641\u0648\u0646\u062A \u0645\u062A\u0646 \u062A\u0631\u062C\u0645\u0647","subtitle.quickButton.sourceTextColor":"\u0631\u0646\u06AF \u0641\u0648\u0646\u062A \u0645\u062A\u0646 \u0627\u0635\u0644\u06CC","subtitle.quickButton.magenta":"\u0631\u0646\u06AF \u0628\u0646\u0641\u0634","subtitle.quickButton.translationTextColor":"\u0631\u0646\u06AF \u0641\u0648\u0646\u062A \u0645\u062A\u0646 \u062A\u0631\u062C\u0645\u0647 \u0634\u062F\u0647","subtitle.quickButton.backgroundOpacity":"\u067E\u0633 \u0632\u0645\u06CC\u0646\u0647 \u0646\u06CC\u0645\u0647 \u0634\u0641\u0627\u0641","subtitle.quickButton.sourceFontSize":"\u0627\u0646\u062F\u0627\u0632\u0647 \u0641\u0648\u0646\u062A \u0645\u062A\u0646 \u0627\u0635\u0644\u06CC","subtitle.quickButton.translationPositionBottom":"\u0645\u062A\u0646 \u0627\u0635\u0644\u06CC \u062F\u0631 \u0632\u06CC\u0631 \u0627\u0633\u062A","subtitle.quickButton.translationPosition":"\u0645\u06A9\u0627\u0646 \u062A\u0631\u062C\u0645\u0647",attachSubtitleTranslating:"\u062F\u0631 \u062D\u0627\u0644 \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u0627\u0632 {service} \u0628\u0631\u0627\u06CC \u062A\u0631\u062C\u0645\u0647...","error.claude.403":"\u062F\u0633\u062A\u0631\u0633\u06CC \u0645\u0648\u0642\u062A\u0627 \u0628\u0647 \u0633\u0631\u0648\u06CC\u0633 \u0645\u0645\u06A9\u0646 \u0627\u0633\u062A \u0645\u062D\u062F\u0648\u062F \u0634\u062F\u0647 \u0628\u0627\u0634\u062F\u060C \u0627\u06CC\u0646 \u0645\u0645\u06A9\u0646 \u0627\u0633\u062A \u0628\u0647 \u0645\u062D\u062F\u0648\u062F\u06CC\u062A \u0645\u0646\u0637\u0642\u0647 \u0627\u06CC Claude \u0645\u0631\u062A\u0628\u0637 \u0628\u0627\u0634\u062F\u060C \u0634\u0645\u0627 \u0645\u06CC \u062A\u0648\u0627\u0646\u06CC\u062F \u0633\u0639\u06CC \u06A9\u0646\u06CC\u062F \u0622\u062F\u0631\u0633 IP \u062E\u0648\u062F \u0631\u0627 \u062A\u063A\u06CC\u06CC\u0631 \u062F\u0647\u06CC\u062F\u060C \u06CC\u0627 \u0627\u0632 \u0633\u0631\u0648\u06CC\u0633 \u0647\u0627\u06CC \u062A\u0631\u062C\u0645\u0647 \u062F\u06CC\u06AF\u0631 \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u06A9\u0646\u06CC\u062F.","browser.brandDescriptionForSafari":"\u3010\u062A\u0631\u062C\u0645\u0647 \u0641\u0631\u0648 \u0631\u0641\u062A\u0647\u3011 \u06CC\u06A9 \u0627\u0641\u0632\u0648\u0646\u0647 \u062A\u0631\u062C\u0645\u0647 \u0635\u0641\u062D\u0647 \u0648\u0628 \u062F\u0648\u0632\u0628\u0627\u0646\u0647 \u0631\u0627\u06CC\u06AF\u0627\u0646 (\u0645\u062A\u0646 \u0627\u0635\u0644\u06CC / \u062A\u0631\u062C\u0645\u0647) \u060C \u062F\u0631 \u0639\u06CC\u0646 \u062D\u0627\u0644 \u067E\u0634\u062A\u06CC\u0628\u0627\u0646\u06CC \u0627\u0632 \u062A\u0631\u062C\u0645\u0647 PDF \u0648 \u062A\u0631\u062C\u0645\u0647 \u06A9\u062A\u0627\u0628 \u0627\u0644\u06A9\u062A\u0631\u0648\u0646\u06CC\u06A9\u06CC EPUB \u0628\u0627 \u062D\u0641\u0638 \u0637\u0631\u062D \u0628\u0646\u062F\u06CC \u0627\u0635\u0644\u06CC \u0633\u0646\u062F \u060C \u062A\u0631\u062C\u0645\u0647 \u0632\u06CC\u0631\u0646\u0648\u06CC\u0633 \u062F\u0648\u0632\u0628\u0627\u0646\u0647 \u0648\u06CC\u062F\u0626\u0648\u06CC \u0622\u0646\u0644\u0627\u06CC\u0646 Youtube / Netflix \u060C \u067E\u0634\u062A\u06CC\u0628\u0627\u0646\u06CC \u0627\u0632 \u062E\u062F\u0645\u0627\u062A \u062A\u0631\u062C\u0645\u0647 \u0627\u0635\u0644\u06CC Deepl / Google\u061B","browser.PdfProFile":"\u062A\u0631\u062C\u0645\u0647 PDF Pro \u0645\u062D\u0631\u06A9 \u0647\u0648\u0634 \u0645\u0635\u0646\u0648\u0639\u06CC","browser.textTranslate":"\u062A\u0631\u062C\u0645\u0647 \u0645\u062A\u0646"};var Eb={nologin:"non connect\xE9",loginForSafari:"Se connecter ou s'inscrire",login:"Se connecter pour ouvrir une adh\xE9sion",manageAccount:"Comptes g\xE9r\xE9s",openPremium:"Adh\xE9sion ouverte",logout:"annuler",curentPlan:"Paquets actuels",endAt:"expiration",endAuto:"renouvellement automatique",lineBreakMaxTextCount:"Nombre maximal de caract\xE8res autoris\xE9s par phrase apr\xE8s les retours \xE0 la ligne","translate-pdf":"Cliquez pour traduire le PDF","noSupportTranslate-pdf":"Script non support\xE9, veuillez utiliser le plugin","translate-firefox-local-pdf":"Cliquez pour aller \xE0 Importer le PDF",enableLineBreak:"Activer le saut de ligne automatique pour les longs paragraphes",sponsorLabel:"1 $ D\xE9veloppeurs sponsoris\xE9s",help:"main",browserShortcutsNoteForFirefox:"Pour modifier les raccourcis dans Firefox, vous devez ouvrir la page de gestion des extensions `about:addons`, puis cliquer sur `Settings`, et enfin sur `Manage Shortcuts` pour d\xE9finir les raccourcis.",browserShortcutsNoteForChrome:'Pour modifier les raccourcis dans Chrome, vous devez ouvrir la page de gestion des extensions, les d\xE9finir dans le panneau "Gestion des raccourcis" (`chrome://extensions/shortcuts`), et cliquer sur le bouton ci-dessous pour acc\xE9der \xE0 la page de gestion des raccourcis.',browserShortcutsSucks:"Les raccourcis personnalis\xE9s sont format\xE9s comme suit (pas de reconnaissance automatique, veuillez entrer directement) :\uFF1A",enableLineBreakDescription:"Lorsque cette option est activ\xE9e, des sauts de ligne sont ins\xE9r\xE9s \xE0 la fin de chaque phrase dans les longs paragraphes afin d'en faciliter la lecture.","browser.shortBrandName":"Traduction en immersion","browser.brandName":"Traduction en immersion : pages Web et PDF bilingues","browser.brandDescription":"Bilingual web page translation, also supports PDF translation, bilingual Epub eBook translation, free to use.","browser.toggleTranslatePage":"Traduire la page/afficher le texte original","browser.toggleTranslateTheWholePage":"Traduire toutes les zones de la page/afficher le texte original","browser.toggleOnlyTransation":"Basculer en mode bilingue / mode traduction uniquement","browser.toggleTranslateToThePageEndImmediately":"Traduction imm\xE9diate en bas de page/affichage du texte original","browser.toggleTranslateTheMainPage":"Traduire la zone principale de la page/afficher le texte original","browser.shareToDraft":"Partager les pages bilingues","browser.openOptionsPage":"Ouvrir la page des param\xE8tres","browser.toggleTranslationMask":"Afficher/masquer l'effet de flou de translation","browser.translateLocalPdfFile":"Traduire des fichiers PDF locaux","browser.openEbookViewer":"Lire les livres \xE9lectroniques locaux","browser.openEbookBuilder":"Cr\xE9er des livres bilingues EPUB","browser.translateLocalHtmlFile":"Traduire des fichiers HTML/txt","browser.donateContext":"En savoir plus sur les avantages du parrainage","browser.translateLocalSubtitleFile":"Traduire les fichiers de sous-titres locaux",confirmResetConfig:"\xCAtes-vous s\xFBr de vouloir r\xE9initialiser les param\xE8tres ?",translationLineBreakSettingTitle:"R\xE9glage du saut de ligne de la traduction",smartLineBreak:"smart line feed (informatique)",alwaysLineBreak:"Toujours un saut de ligne",isShowContextMenu:"Ajouter des pages traduites aux \xE9l\xE9ments de menu \xE0 cliquer avec le bouton droit de la souris",toggleBeta:"Activation des fonctionnalit\xE9s de test b\xEAta",betaDescription:"Permet d'activer des fonctionnalit\xE9s encore exp\xE9rimentales, ainsi qu'un service de traduction en version b\xEAta. Rejoignez le <1>groupe Telegram pour en savoir plus.",translationLineBreakSettingDescription:"Les sauts de ligne sont toujours nets et ordonn\xE9s pour les pages \xE0 faible contenu. (Pour gagner de la place, utilisez des sauts de ligne intelligents dans les longs paragraphes \xE0 fort contenu (plus de{count}caract\xE8res)).",tempTranslateDomainTitle:"Dur\xE9e de l'activation temporaire de la traduction du site web",tempTranslateDomainDescription:"Lors de la traduction manuelle d'une page web, vous pouvez activer temporairement le site web pour la traduction automatique et vous pouvez d\xE9finir la dur\xE9e temporaire.",xMinutes:"{count} minutes",disabled:"interdire l'utilisation de qqch.",changelog:"Journal des mises \xE0 jour",toggleTranslatePageWhenThreeFingersOnTheScreen:"L'effleurement simultan\xE9 de l'\xE9cran par plusieurs doigts traduit les pages web/affiche le texte original",toggleTranslationMaskWhenThreeFingersOnTheScreen:"Le toucher \xE0 plusieurs doigts permet d'afficher/masquer l'effet de flou.",fingerCountToToggleTranslagePageOnlyTranslationWhenTouching:"Plusieurs doigts touchant l'\xE9cran en m\xEAme temps traduisent la page web (traduction uniquement)/affichent le texte original.",addUrlDescription:"Peut \xEAtre un nom de domaine et prend \xE9galement en charge les caract\xE8res g\xE9n\xE9riques, par exemple\uFF1A*.google.com, google.com/mail/*, https://www.google.com/*.",general:"Param\xE8tres de base",clickToExpandConfig:"\xC9tendre la configuration actuelle",import:"Importation d'un fichier",export:"Exporter vers un fichier",toggleDebug:"Imprimer le journal de d\xE9bogage sur la console","fingers.0":"coagulation","fingers.2":"touche \xE0 deux doigts","fingers.3":"touche \xE0 trois doigts","fingers.4":"touche \xE0 quatre doigts","fingers.5":"touche \xE0 cinq doigts",mouseHoldKey:"+ {key} traduire/restaurer le paragraphe",mouseHoldKeyAuto:"Traduction directe du paragraphe",mouseHoldKeyOff:"Ne faites rien.",mouseHoldKeyOther:"Raccourcis personnalis\xE9s (ouvrir les param\xE8tres)",mouseHoldKeyCustomKey:"{key} Traduction/r\xE9duction du paragraphe",mouseHoverHoldKey:"Traduire des paragraphes en appuyant sur la touche de raccourci tout en survolant la souris.","mouse-translate":"survol de la souris",document:"fichier (informatique)",resetSuccess:"R\xE9initialisation de tous les param\xE8tres r\xE9ussie",resetThisSuccess:"R\xE9initialisation r\xE9ussie",saved:"Sauvegarder le succ\xE8s",successImportConfig:"Importation r\xE9ussie de la configuration",goAdvancedSettings:"Acc\xE9der \xE0 la page des param\xE8tres avanc\xE9s",goAdvancedInterfaceSettings:"Acc\xE9der \xE0 la page Param\xE8tres de personnalisation avanc\xE9s",advanced:"Param\xE8tres avanc\xE9s",advancedDescription:"En g\xE9n\xE9ral, aucun r\xE9glage n'est n\xE9cessaire, il suffit de laisser la valeur par d\xE9faut. Pour les utilisateurs plus sp\xE9cialis\xE9s uniquement, des param\xE8tres plus personnalis\xE9s sont disponibles.",developer:"Param\xE8tres du d\xE9veloppeur",donateCafe:"prix","translate to the bottom of the page":"La traduction se fait-elle vers le bas de la page imm\xE9diatement apr\xE8s l'entr\xE9e dans la page ?",feedback:"Question Feedback",toggleTranslatePage:"Traduire la page/afficher le texte original",translateToThePageEndImmediatelyDescription:"Si vous l'activez, le contenu sera imm\xE9diatement traduit du haut vers le bas de la page au fur et \xE0 mesure que vous y acc\xE9dez. Si vous la d\xE9sactivez, la traduction se fait au fur et \xE0 mesure de la lecture. (Non recommand\xE9)","translate all areas of the page":"Traduire ou non toutes les zones de la page",translationAreaDescription:"Si cette option est activ\xE9e, toutes les zones de la page web sont traduites. Si l'option est d\xE9sactiv\xE9e, la reconnaissance intelligente par d\xE9faut est utilis\xE9e et seules les parties principales sont traduites. (Il n'est pas recommand\xE9 de l'activer)","the number of characters to be translated first":"Traduire directement les premiers caract\xE8res de la page sans attendre le d\xE9filement de la zone de visualisation","interface language":"langue de l'interface","display both the original text and the translation":"Affichage simultan\xE9 de l'original et de la traduction","keyboard shortcuts":"Raccourcis clavier",modify:"Modifier les touches de raccourci",reset:"reprovision",close:"coagulation",homepage:"page d'accueil",more:"plus",moreOptions:"\xC9largir les options de personnalisation",translateTheWholePage:"Traduire toutes les zones de la page (au lieu de reconna\xEEtre intelligemment les zones principales)",changeToTranslateTheWholePage:"Passer \xE0 la traduction de toutes les r\xE9gions",changeToTranslateTheMainPage:"Passer \xE0 la zone principale de traduction",changeToOnlyTranslationMode:"Afficher uniquement les traductions",changeToDualTranslationMode:"Passer \xE0 la traduction bilingue",translateToThePageEndImmediately:"Traduction imm\xE9diate en bas de page",translateTheMainPage:"R\xE9gions cl\xE9s de la traduction intelligente","The local rules are up to date":"Les r\xE8gles d'adaptation locales sont \xE0 jour.","Successfully synchronized with the latest official rules:":"Synchronisation r\xE9ussie avec les derni\xE8res r\xE8gles d'adaptation officielles.","Checking for updates":"V\xE9rification des mises \xE0 jour","Rules are being synchronized":"Synchronisation des r\xE8gles d'adaptation",localVersionIsTooOld:"La version de l'extension locale est trop ancienne, veuillez mettre \xE0 jour l'extension vers {minVersion} ou une version plus r\xE9cente avant d'essayer de synchroniser.",badUserscriptBrowser:"Le navigateur actuel n'impl\xE9mente pas correctement l'interface de l'extension Grease Monkey (par exemple, pour obtenir des informations sur le num\xE9ro de version du script Grease Monkey lui-m\xEAme), veuillez utiliser d'autres navigateurs qui <1>prennent en charge l'extension Grease Monkey, tels que Firefox.",foundNewVersion:"D\xE9couvrez la nouvelle version",theLocalExtensionIsUpToUpdate:"L'extension actuelle est \xE0 jour.",failToSyncRules:"Absence de synchronisation des derni\xE8res r\xE8gles d'adaptation",retry:"Cliquez ici pour r\xE9essayer",failedReason:"Raisons de l'\xE9chec",currentRuleVersion:"Version actuelle de la r\xE8gle",calculating:"Calculs",unknownError:"erreur inconnue",canNotFetchRemoteRule:"Impossible d'obtenir des r\xE8gles \xE0 distance",enableAlphaSuccess:"Alpha activ\xE9",disableAlphaSuccess:"La fonction Alpha a \xE9t\xE9 d\xE9sactiv\xE9e",cacheSize:"Taille du cache\uFF1A",cleaning:"en cours de liquidation",cleanCache:"effacer le cache",options:"mettre en place",about:"en ce qui concerne",service:"service d'interpr\xE9tation",needAction:"(Acc\xE9der aux param\xE8tres)",goSettings:"aller de l'avant et mettre en place",needActionForOptions:"(\xE0 mettre en place)",translationEngine:"Options du moteur",sourceLanguage:"Langue originale",target:"langue cible",popupSourceLanguage:"Langue originale",popupTarget:"langue cible",popupService:"service d'interpr\xE9tation",forThisSite:"Site web actuel",autoEnableSubtitle:"Ouverture automatique des sous-titres bilingues",alwaysTranslate:"Traduisez toujours",neverTranslate:"Ne jamais traduire",alwaysTranslateSomeLanguage:"Traduisez toujours {language}",neverTranslateSomeLanguage:"Ne jamais traduire {language}",alwaysTranslateSomeSite:"Traduisez toujours {hostname}",neverTranslateSomeSite:"Ne jamais traduire {hostname}",alwaysTranslateSomeSiteOrWildSite:"Toujours traduire le site",alwaysTranslateSomePage:"Toujours traduire la page",add:"augmenter",default:"par d\xE9faut (r\xE9glage)",forThisLanguage:"Pour cette langue\uFF1A","add url":"Saisir l'URL",edit:"compilateur","translate other languages into specific language":"Traduire d'autres langues dans la langue choisie","select translation service":"S\xE9lectionner un service de traduction",language:"multilinguisme","show-original":"Afficher le texte original",translate:"l'\xE9quarrissage",Translated:"traduit",Translating:"en traduction",Error:"incorrect",allowCacheTranslations:"Activer la mise en cache de la traduction locale (pour r\xE9duire les demandes de traduction pour les passages dupliqu\xE9s)","translation display":"Style d'affichage de la traduction","select diplay style":"Distinguer les styles de traduction, en se r\xE9f\xE9rant sp\xE9cifiquement aux exemples suivants",interface:"Param\xE8tres de l'interface",import_export:"Importation/Exportation",import_export_title:"Configuration de l'importation/exportation",syncToGoogleDrive:"Synchroniser avec Google Drive maintenant",floatBallOptions:"Param\xE8tres de l'hoverball","floatBallOptions.enable":"Activer le Hoverball","floatBallOptions.blockUrls":"D\xE9sactiver le site web","floatBallOptions.add":"augmenter","floatBallOptions.blockUrlDesc":"Les hoverballs ne sont pas affich\xE9s lorsque les sites web suivants sont rencontr\xE9s","floatBallOptions.clickType":"le comportement de clic","floatBallOptions.clickTypeDesc":"Comportement de l'ic\xF4ne Hoverball lorsqu'elle est cliqu\xE9e","floatBallOptions.clickPopup":"Afficher le panneau de traduction","floatBallOptions.clickTranslate":"Traduction/affichage du texte original","floatBallOptions.fixedPosition":"\u56FA\u5B9A\u4F4D\u7F6E","floatBallOptions.fixedPositionDesc":"\u60AC\u6D6E\u7403\u5728\u7A97\u53E3\u5DE6\u4FA7\u8FD8\u662F\u53F3\u4FA7","floatBallOptions.fixedPositionLeft":"\u5DE6\u4FA7","floatBallOptions.fixedPositionRight":"\u53F3\u4FA7",previewAllThemes:"Aper\xE7u de tous les styles","translationTheme.none":"ne pas avoir","translationTheme.grey":"gris fonc\xE9","translationTheme.dashed":"soulign\xE9 en pointill\xE9","translationTheme.dotted":"trait de soulignement en pointill\xE9","translationTheme.dashedBorder":"bordure en pointill\xE9s","translationTheme.solidBorder":"bordure solide","translationTheme.underline":"Souligner les lignes droites","translationTheme.mask":"Effets flous (modes d'apprentissage)","translationTheme.opacity":"effet de transparence","translationTheme.paper":"Effet d'ombre du papier blanc","translationTheme.dividingLine":"ligne de d\xE9marcation","translationTheme.highlight":"haute luminosit\xE9","translationTheme.marker":"marqueur (mot emprunt\xE9)","translationTheme.marker2":"Marqueur 2","translationTheme.blockquote":"Styles de r\xE9f\xE9rencement","translationTheme.weakening":"affaiblissement","translationTheme.italic":"caract\xE8re oblique","translationTheme.bold":"\xE9paissir","translationTheme.thinDashed":"ligne pointill\xE9e fine soulign\xE9e","translationTheme.nativeDashed":"Le syst\xE8me est soulign\xE9 en pointill\xE9","translationTheme.nativeDotted":"Le syst\xE8me est soulign\xE9 en pointill\xE9s","translationTheme.nativeUnderline":"Le syst\xE8me est assorti d'une ligne de d\xE9marcation droite","translationTheme.wavy":"ligne ondul\xE9e","translationServices.custom":"API personnalis\xE9e","translationServices.tencent":"Tencent Translator","translationServices.tenAlpha":"Tencent Translator (Alpha)","translationServices.google":"Google Translate","translationServices.bai":"Baidu (Alpha)","translationServices.baidu":"Traduction de Baidu","translationServices.aliyun":"AliCloud Traduction","translationServices.volc":"traduction du volcan","translationServices.deeplx":"DeepLX (Beta)","translationServices.bing":"Microsoft Translate","translationServices.deepl":"DeepL","translationServices.wechat":"Traduction WeChat","translationServices.azure":"Azure Translation","translationServices.ibm":"IBM Watson","translationServices.aws":"Traduction sur Amazon","translationServices.mock":"Traduction simul\xE9e","translationServices.mock2":"Traduction simul\xE9e 2","translationServices.caiyun":"lit. nuages color\xE9s et petites traductions","translationServices.cai":"Nuages color\xE9s (Alpha)","translationServices.volcAlpha":"Volcan (Alpha)","translationServices.openl":"OpenL","translationServices.youdao":"Traduction sur Youtube","translationServices.you":"Traducteur Youdao (Alpha)","translationServices.transmart":"Traduction interactive de Tencent","translationServices.niu":"Traducteur franc-tireur","translationServices.papago":"Traduction Papago","translationServices.d":"D (Alpha)","translationServices.dpro":"D Pro (Canari)","translationServices.openai":"OpenAI","translationServices.yandex":"Yandex","translationServices.chatgpt":"ChatGPT Web(3.5 mobile)","translate title":"Traduire les titres des pages","always languages":"Toujours traduire la langue",neverTranslateLanguagesLabel:"La langue qui ne sera jamais traduite",neverTranslateTheFollowingLanguagesDescription:"Les traductions sont ignor\xE9es lorsqu'un paragraphe de la page est r\xE9dig\xE9 dans l'une des langues suivantes",enableUserscriptPagePopup:"Afficher le hoverball sur la page",enableUserscriptPagePopupDescription:"Apr\xE8s avoir d\xE9sactiv\xE9 le hoverball, vous pouvez le rappeler \xE0 l'aide du raccourci /{touch}. Il est fortement recommand\xE9 de marquer cette page de param\xE8tres d'un signet afin d'\xE9viter de ne pas pouvoir retrouver le hoverball apr\xE8s avoir d\xE9sactiv\xE9 cette option par inadvertance !","always translate the following languages":"Traduit automatiquement dans la langue cible lorsque la page est dans l'une des langues suivantes","always sites":"Des sites web toujours traduits","always translate the following sites":"Les sites web sont automatiquement traduits dans la langue cible lorsqu'il s'agit de noms de domaine de","never sites":"Site web jamais traduit","never translate the following sites":"Les traductions ne seront pas effectu\xE9es si le site est destin\xE9 aux domaines suivants","please refer to":"Vous devez remplir la cl\xE9 avant de pouvoir l'utiliser.",KeyAndConfigurationTutorial:"Tutoriel d'application et de configuration des cl\xE9s",useAboveStyleForTheseSites:"Utilisez toujours le style de traduction \u2308{theme}\u230B lorsque le site est destin\xE9 aux domaines suivants",currentUrl:"URL actuel",confirm:"enregistrer (un fichier, etc.) (informatique)",cancel:"annulations",delete:"l'enl\xE8vement","languages.auto":"d\xE9tection automatique",syncToCloud:"Synchronisation avec Google Drive",syncToCloudDescription:"T\xE9l\xE9charg\xE9e dans le nuage, la configuration peut \xEAtre synchronis\xE9e entre diff\xE9rents navigateurs/scripts de singe de graisse, en fonction de la derni\xE8re modification.",syncToAccount:"Synchronisation avec l'Immersive Translation Cloud",syncToAccountButton:"Synchronisation instantan\xE9e avec le nuage",syncToAccountDescription:"Synchroniser automatiquement les configurations entre diff\xE9rents appareils, en fonction de la derni\xE8re modification.",successSyncConfigInAccount:"Synchronisation r\xE9ussie avec le nuage",successSyncConfigToAccount:"Synchronisation r\xE9ussie vers le nuage",syncConfigNoUpdate:"Il est d\xE9j\xE0 \xE0 jour.",authFail:"\xC9chec de l'autorisation",syncTitle:"Gestion manuelle des sauvegardes",import_hint:"importation (donn\xE9es)",upload:"t\xE9l\xE9charger",revokeAuth:"r\xE9voquer une autorisation",uploadFail:"\xC9chec du t\xE9l\xE9chargement",download:"t\xE9l\xE9chargement",importSuccess:"Importation r\xE9ussie",importFail:"\xE9chec de l'importation",deleteFail:"\xC9chec de la suppression",backupToCloud:"Gestion manuelle des fichiers de sauvegarde",create_new_backup:"Ajouter un nouveau n\u0153ud de sauvegarde",maxBackupFiles:"Jusqu'\xE0{count}n\u0153uds diff\xE9rents peuvent \xEAtre sauvegard\xE9s, veuillez supprimer les n\u0153uds dont vous n'avez pas besoin.",backupToCloudDescription:"T\xE9l\xE9charger ou restaurer manuellement les fichiers de sauvegarde, en autorisant jusqu'\xE0 trois sauvegardes diff\xE9rentes.",successSyncConfig:"Synchronisation r\xE9ussie avec le nuage",syncFail:"\xE9chec de la synchronisation",updatedAt:"Mise \xE0 jour de {date}",lastSyncedAt:"Derni\xE8re v\xE9rification \xE0 l'adresse {date}",downloadFail:"\xC9chec du t\xE9l\xE9chargement",clickToDownload:"Cliquer pour t\xE9l\xE9charger",aboutLabel:"\xC0 propos - Feedback","browser.openAboutPage":"\xC0 propos/commentaires",aboutLabelWithoutSponsor:"\xC0 propos - Feedback",aboutIntro:"Puissions-nous tous avoir un acc\xE8s plus facile et plus agr\xE9able \xE0 l'\xE9norme quantit\xE9 d'informations en langues \xE9trang\xE8res sur Internet \u2764\uFE0F Vous pouvez choisir d'activer votre <6>adh\xE9sion Pro pour utiliser les traductions pr\xEAtes \xE0 l'emploi de DeepL et OpenAI.

Vous pouvez nous suivre sur <3>Twitter, <4>Telegram, Weibo, WeChat, ou vous <5>inscrire \xE0 notre liste de <5>diffusion ci-dessous pour suivre les mises \xE0 jour.
Les <7>membres Pro peuvent nous contacter \xE0 l'adresse <8>support@immersivetranslate.com pour un service client\xE8le rapide.",aboutIntroWithoutSponsor:"Puissions-nous tous avoir un acc\xE8s plus facile et plus agr\xE9able \xE0 l'\xE9norme quantit\xE9 d'informations en langues \xE9trang\xE8res disponibles sur Internet \u2764\uFE0F

Vous pouvez nous suivre sur <3>Twitter, <4>Telegram channel, WeChat, WeChat Exchange, ou vous <5>abonner aux mises \xE0 jour par <5>courriel ci-dessous.",projectHomepage:"Accueil du projet",joinTelegramGroup:"Rejoignez le groupe d'utilisateurs pour participer aux discussions sur les fonctionnalit\xE9s",wechatPublicAccount:"WeChat Public",wechatCommunities:"Groupe d'\xE9change WeChat",qqCommunities:"Canal de communication QQ",joinTelegramChannel:"Suivez le canal Telegram pour les derni\xE8res mises \xE0 jour",feedbackAndJoin:"Question Feedback / Ajouter un groupe",autoSync:"synchronisation automatique de l'heure",loadingThemeTitle:"Style de chargement",loadingThemeDescription:"D\xE9finition du style lors de l'attente du chargement de la traduction","loadingTheme.spinner":"Animation de la rotation","loadingTheme.text":"texte statique qqch. ","loadingTheme.none":"non illustr\xE9",developerDescription:"La documentation sur la personnalisation avanc\xE9e est disponible <1>ici","edit border color":"Modifier la couleur de la bordure",successSyncButNoChange:"La configuration actuelle est compatible avec le nuage",customTheme:"Couleurs et tailles personnalis\xE9es","customThemeLabel.borderColor":"Couleur de la bordure","customThemeLabel.borderRadius":"Bords arrondis","customThemeLabel.textColor":"couleur du texte","customThemeLabel.backgroundColor":"couleur de fond","customThemeLabel.zoom":"Mise \xE0 l'\xE9chelle des polices (%)","customThemeLabel.opacity":"Opacit\xE9 du texte (%)",resetToDefaultColor:"R\xE9tablir les couleurs par d\xE9faut",resetToDefaultSettings:"R\xE9tablir les param\xE8tres par d\xE9faut",isTranslateTitle:"Permettre la traduction des titres de pages",isTranslateTitleDescription:"Lorsque cette option est activ\xE9e, le titre de la page est traduit.",enableSearchEnhancement:"Permettre l'enrichissement des messages bilingues",enableSearchEnhancementDescription:`Une fois l'option activ\xE9e, les r\xE9sultats de recherche de "Google News" seront automatiquement affich\xE9s dans la colonne de droite des sites web pris en charge (Google News, Google Search (certains mots-cl\xE9s), Snowball, Oriental Fortune, Futura, Tiger Community) pour les mots-cl\xE9s anglais correspondants.`,verifyService:"Cliquez ici pour tester le service",verified:"V\xE9rifier le succ\xE8s","field.langs":"Codes des langues prises en charge","field.model":"mod\xE9lisation","field.translationEngine":"moteur de traduction","field.limitPerMinute":"Nombre maximum de demandes par minute","field.limitPerSecond":"Demandes maximales par seconde","field.maxTextLengthPerRequest":"Longueur maximale du texte par demande","field.maxTextGroupLengthPerRequest":"Nombre maximum de paragraphes par demande","field.apiUrl":"Adresse de l'interface API personnalis\xE9e","field.placeholderDelimiters":"espace r\xE9serv\xE9","description.custom":"Acc\xE8s \xE0 l'interface personnalis\xE9e Documentation requise","description.limitPerMinute":"Les demandes d\xE9passant cette limite sont plac\xE9es dans une file d'attente jusqu'au d\xE9but de la minute suivante. En raison des diverses limitations du service actuel d'OpenAI, veuillez cliquer <1>ici pour obtenir les derni\xE8res valeurs sugg\xE9r\xE9es.","description.limitPerSecond":"Les demandes d\xE9passant cette limite sont plac\xE9es dans une file d'attente jusqu'au d\xE9but de la seconde suivante. En raison des diverses limitations du service actuel d'OpenAI, veuillez cliquer <1>ici pour obtenir les derni\xE8res valeurs sugg\xE9r\xE9es.","description.generalLimitPerSecond":"Les demandes d\xE9passant cette limite sont plac\xE9es dans une file d'attente jusqu'au d\xE9but de la seconde suivante.","description.prompt":"Envoyer la conversation \xE0 {service} en tant qu'utilisateur, o\xF9 {{text}} repr\xE9sente le contenu du texte du paragraphe, {{from}} repr\xE9sente la langue du paragraphe et {{to}} repr\xE9sente la langue cible.","description.maxTextLengthPerRequest":"Le nombre maximum de caract\xE8res par requ\xEAte est trop important pour que l'interface r\xE9ponde lentement, essayez donc d'ajuster cette option pour optimiser la vitesse.","description.systemPrompt":"Envoyer une conversation au {service} en tant que syst\xE8me, o\xF9 {{text}} repr\xE9sente le contenu du texte du paragraphe, {{from}} repr\xE9sente la langue du paragraphe et {{to}} repr\xE9sente la langue cible.","field.domain":"royaume","description.domain":"La valeur par d\xE9faut est\uFF1Ageneral. Elle ne peut \xEAtre d\xE9finie que si la traduction par domaine est activ\xE9e dans la console Arima API, voir <1>ici pour les domaines pris en charge.","field.scene":"prendre","description.scene":"La valeur par d\xE9faut est\uFF1Ageneral. Elle ne peut \xEAtre d\xE9finie que si la console AliCloud API ouvre Machine Translation Pro, voir <1>ici pour les sc\xE9narios pris en charge.","field.vocabId":"ID du dictionnaire de l'utilisateur","description.vocabId":"Le dictionnaire out_id sp\xE9cifi\xE9 prend actuellement en charge la traduction de l'anglais vers le chinois.","description.model":"Mod\xE8les OpenAI, peuvent \xEAtre gpt-3.5-turbo, gpt-4, etc.","description.maxTextGroupLengthPerRequest":"Le nombre de paragraphes envoy\xE9s au service de traduction \xE0 la fois. S'il y a trop de paragraphes, l'interface peut r\xE9pondre plus lentement.","description.apiUrl":"Veuillez ajouter des URL sp\xE9cifiques avec des chemins d'acc\xE8s et une <1>description plus d\xE9taill\xE9e.",enabledExtension:"Activation des extensions",clickToDisableExtension:"Cliquez pour d\xE9sactiver les extensions",clickToEnableExtension:"Cliquez pour activer les extensions",hasBeenDisabled:"handicap\xE9","show password":"Afficher le mot de passe",customContent:"Saisir un nom de mod\xE8le personnalis\xE9",inputOptions:"Am\xE9lioration de la bo\xEEte de saisie",mouseHoverOptions:"survol de la souris",modifyMouseHoverKey:"Modifier le raccourci au survol de la souris",enableInputTranslation:"Activation ou non de l'am\xE9lioration des bo\xEEtes de saisie",enableInputTranslationDescription:"Une fois la fonction activ\xE9e, tapez {startingKey}{startingKey} hello directement dans le champ de saisie, puis tapez rapidement{inputTrailingTriggerKeyRepeatTimes}puis{trailingKey}pour traduire en {inputTargetLanguage}.",enableInputTranslationDescriptionForNoneKey:"Une fois la fonction activ\xE9e, tapez\uFF1AHello World directement dans le champ de saisie, puis appuyez rapidement sur{inputTrailingTriggerKeyRepeatTimes}{trailingKey}fois pour traduire dans la langue cible par d\xE9faut.",inputTargetLanguage:"D\xE9finition de la langue cible par d\xE9faut pour les bo\xEEtes de saisie",inputTargetLanguageDescription:"Langue cible par d\xE9faut pour la traduction de la bo\xEEte de saisie, c'est-\xE0-dire {startingKey}{startingKey} comme langue par d\xE9faut pour les mots d\xE9clencheurs.",inputTargetLanguageDescriptionForNoneKey:"Langue cible par d\xE9faut pour la traduction de la bo\xEEte de saisie",inputStartingTriggerKeyTitle:"D\xE9finition du caract\xE8re de s\xE9paration pour la traduction partielle de la zone de saisie",inputStartingTriggerKeyDescription:"Lorsque vous n'avez pas besoin de traduire l'int\xE9gralit\xE9 du champ de saisie, le s\xE9parateur vous permet de ne traduire que la partie allant de {startingKey}{startingKey} \xE0 la fin du champ de saisie, ou vous pouvez sp\xE9cifier le code de la langue, par exemple\uFF1A{startingKey}ja signifie ne traduire que la partie allant de {startingKey}ja \xE0 la fin du champ de saisie.",inputStartingTriggerKeyDescriptionForNoneKey:"Le param\xE8tre actuel d'absence de pr\xE9fixe n'est pas n\xE9cessaire et la fonction de traduction de certains textes dans la bo\xEEte de saisie n'est pas disponible pour le moment.",inputTrailingTriggerKeyTitle:"S\xE9lectionner un caract\xE8re d\xE9clencheur de fin d'entr\xE9e",inputTrailingTriggerKeyDescription:"3 coups rapides{trailingKey} commencera \xE0 traduire !",inputTrailingTriggerKeyTimeout:"Entrez le temps entre les d\xE9clenchements de fin de combat",inputTrailingTriggerKeyTimeoutDescription:"D\xE9finit le temps (en millisecondes) entre les d\xE9clenchements combo de fin d'entr\xE9e.",spaceKey:"<\u7A7A\u683C\u952E>",noneKey:"Traduction directe de l'ensemble de la zone de texte sans pr\xE9fixe",inputTranslationBlockUrlsTitle:"N'activez pas l'am\xE9lioration des bo\xEEtes de saisie dans les URL suivantes",inputTranslationBlockUrlsDescription:"Les am\xE9liorations apport\xE9es aux bo\xEEtes de saisie ne fonctionneront pas aux URL suivants",clickToSeeQuickDemo:"Cliquez pour agrandir la vid\xE9o du tutoriel de 30 secondes",inputHelperInfo:"Description\uFF1ANous avons optimis\xE9 le fait que certains caract\xE8res d\xE9clencheurs se transforment en signes de ponctuation chinois sous les m\xE9thodes d'entr\xE9e chinoises, par exemple, / se transforme en signe dun , sous la m\xE9thode d'entr\xE9e Sogou, et Immersive Translator prend en charge tous les symboles chinois correspondant aux caract\xE8res d\xE9clencheurs, c.-\xE0-d. //,,, seront reconnus comme des caract\xE8res d\xE9clencheurs.

Nous prenons \xE9galement en charge les alias chinois pour les codes de langue en tant que commandes, par exemple /Japanese Hello World sera traduit en japonais, <1>cliquez ici pour voir tous les codes de langue pris en charge.",reloadCurrentPage:"Veuillez rafra\xEEchir la page actuelle avant de commencer la traduction.",noLocalFilePermissionForPDF:"Vous n'avez pas l'autorisation de lire les fichiers locaux, veuillez cliquer sur le bouton ci-dessus et importer les fichiers locaux.",noPermissionForThisPage:"\u26A0\uFE0F Pas d'autorisation de traduire la page actuelle",retryAllParagraphs:"R\xE9essayer tous les passages d'erreur",retryAllButton:"R\xE9essayer tous les passages d'erreur",errorTooltipTitle:"Cliquez pour voir la cause de l'erreur",errorModalTitle:"Il semble qu'il y ait un probl\xE8me avec le service de traduction ou le r\xE9seau...",disableConfirm:"Cadre d'am\xE9lioration de l'information bilingue",disableOnce:"Cette invalidit\xE9",disableGlobal:"d\xE9sactiver de fa\xE7on permanente",disableTint:"* Vous pouvez le r\xE9activer \xE0 l'adresse {option} .",searchEnhancementNotes:"Apr\xE8s avoir activ\xE9 la fonction d'am\xE9lioration de l'information bilingue de la traduction immersive, nous rechercherons automatiquement pour vous les m\xEAmes mots-cl\xE9s en anglais sur les sites web pris en charge (Google News, Google Search (certains mots-cl\xE9s), Snowball, Oriental Wealth, Futura, Tiger) et les afficherons sur le c\xF4t\xE9 droit. Vous pouvez choisir de d\xE9sactiver cette fonction si vous n'en avez pas besoin.",option:"mettre en place",saveSettings:"Sauvegarder les param\xE8tres",closeModal:"Fermer la fen\xEAtre",enableInputTranslationWithoutTriggerKeyTitle:"Activer 3 quick hits sur{trailingKey}pour traduire directement l'ensemble de la bo\xEEte de saisie en{inputTargetLanguage}",enableInputTranslationWithoutTriggerKeyDescription:"Pour sp\xE9cifier la langue cible, pr\xE9fixez-la avec le code de la langue, par exemple\uFF1Aja Hello World",mouseHoverShortcutPlaceholder:"par exemple :\uFF1AShift",deepLProName:"Immersive Translation Membre Pro (Recommand\xE9)",deepLProDescription:"Le paquet actuel peut \xEAtre utilis\xE9 directement",deeplProDescriptionForNormal:"Aucune installation n'est requise, les membres peuvent l'utiliser apr\xE8s s'\xEAtre connect\xE9s, <1>cliquez ici pour passer au statut de membre",deepLCustomDescription:"Carte de cr\xE9dit \xE9trang\xE8re requise, ouverture officielle sur <1>DeepL, cliquez pour la <2>documentation",deepLCustomName:"Cl\xE9 d'authentification personnalis\xE9e",chooseProviderLabel:"S\xE9lectionner un prestataire de services",openaiProName:"Immersive Translation Membre Pro (Recommand\xE9)",openaiProDescription:"Le paquet actuel peut \xEAtre utilis\xE9 directement",openaiProDescriptionForNormal:"Aucune installation n'est requise, les membres peuvent l'utiliser apr\xE8s s'\xEAtre connect\xE9s, <1>cliquez ici pour passer au statut de membre",openaiCustomDescription:"Disponible sur OpenAI, Azure OpenAI, ou d'autres services tiers, <1>cliquez ici pour la documentation.",openaiCustomName:"Cl\xE9 API personnalis\xE9e",needLoginAction:"(Adh\xE9sion ouverte ou personnalisation)",goLoginOrAction:"(Ouvrir une adh\xE9sion ou aller dans les param\xE8tres)",yearly:"effectuer un paiement annuel cons\xE9cutif",quarterly:"l'emballage s\xE9quentiel",monthly:"abonnement mensuel",yearlyForOnce:"Forfait annuel unique",monthlyForOnce:"Forfait mensuel unique",daily:"jours cons\xE9cutifs de paquet",year:"effectuer un paiement annuel cons\xE9cutif",quarter:"l'emballage s\xE9quentiel",month:"abonnement mensuel",day:"jours cons\xE9cutifs de paquet",onetime_7day:"Pack exp\xE9rience 7 jours",currentPlanDescriptionForFree:"Paquets actuels\uFF1AGratuit",currentPlanDescriptionForContinuous:"L'offre actuelle\uFF1A{plan}sera automatiquement renouvel\xE9e sur {endAt}",currentPlanDescriptionForAutoRenewCaceling:"L'offre actuelle\uFF1A{plan}expirera \xE0 la date {endAt} et ne sera pas renouvel\xE9e automatiquement \xE0 cette date.",currentYearlyPlanDescriptionForAutoRenewCacelingWithRealPaiedUser:"L'offre actuelle,\uFF1A{plan}, expirera le {endAt} et ne sera pas renouvel\xE9e automatiquement \xE0 l'expiration.
<1>Cliquez ici pour g\xE9rer votre plan de renouvellement",currentYearlyPlanDescriptionForAutoRenewCacelingWithAdmin:"L'offre actuelle,\uFF1A{plan}, expirera \xE0 {endAt} et ne sera pas renouvel\xE9e automatiquement \xE0 l'\xE9ch\xE9ance.
<1>Cliquez ici pour activer l'abonnement annuel continu",currentPlanDescriptionForOneTime:"L'abonnement actuel\uFF1A{plan}expirera sur {endAt} , <1>cliquez ici pour passer \xE0 un abonnement <1>annuel ou <2>mensuel.",upgradePlan:"Cliquez ici pour passer \xE0 l'adh\xE9sion Pro",upgradeToPro:"Passer \xE0 l'adh\xE9sion Pro","popup.openPro":"Passez \xE0 l'adh\xE9sion Pro pour profiter de DeepL et de la traduction OpenAI, cliquez ici pour passer \xE0 l'adh\xE9sion Pro.","popup.openProForPro":"Vous \xEAtes un membre Pro avec un acc\xE8s direct \xE0 DeepL et aux traductions OpenAI !",currentAccount:"compte courant",enableAutoSyncUserSettings:"Permettre la synchronisation automatique du nuage sur plusieurs appareils",modalEnableInputTranslationTitle:"Traduction immersive Bo\xEEte de saisie Alertes de traduction",modalEnableInputTranslationDesc:"Vous venez de d\xE9clencher la traduction de la bo\xEEte de saisie d'Immersive Translation en appuyant sur la barre d'espacement 3 fois en succession rapide, et le contenu de la bo\xEEte de saisie sera traduit dans la langue cible par d\xE9faut. La traduction peut \xEAtre annul\xE9e avec Ctrl+Z.

Si c'est une erreur, ne vous inqui\xE9tez pas, vous pouvez choisir de la d\xE9sactiver cette fois-ci, ou de d\xE9sactiver d\xE9finitivement la traduction de la zone de saisie.",saveAndNotShowAgain:"Sauvegarder et arr\xEAter le message",disableInputTranslationTips:"* Vous pouvez \xE9galement d\xE9finir d'autres raccourcis pour qu'ils se d\xE9clenchent dans {option} ,{learnMore}.",learnMore:"Cliquez ici pour en savoir plus",continueEnalbeInputTranslation:"Continuer \xE0 activer la traduction des champs de saisie",autoRenewTrialSuffix:`(Dans la version d'essai,passe imm\xE9diatement \xE0 l'adh\xE9sion compl\xE8te)`,upgradeFromTrialTitle:"Passer au statut de membre \xE0 part enti\xE8re",subtitle:"sous-titrage vid\xE9o",youtubeService:"Traduction en immersion Sous-titrage vid\xE9o Services de traduction","subtitle.disabledSubtitle":"D\xE9sactiver d\xE9finitivement la fonction de sous-titres vid\xE9o","subtitle.disabledSubtitleDescription":"Si Immersive Translator's Video Subtitles entre en conflit avec d'autres extensions, vous pouvez choisir de d\xE9sactiver d\xE9finitivement la fonctionnalit\xE9 d'Immersive Translator's Video Subtitles ou de d\xE9sinstaller les autres extensions en conflit.","subtitle.autoEnableSubtitle":"Utilisation automatique de sous-titres bilingues","subtitle.autoEnableSubtitleDescription":"Une fois activ\xE9, des sous-titres bilingues s'afficheront automatiquement lorsque la vid\xE9o est en cours de lecture, sinon, il faut cliquer sur le bouton de traduction pour les afficher.","subtitle.preTranslation":"Traduire des sous-titres \xE0 l'aide de la traduction immersive","subtitle.preTranslationDescription":"Lorsque cette option est activ\xE9e, l'int\xE9gralit\xE9 des sous-titres sera pr\xE9-traduite \xE0 l'aide du service de traduction sp\xE9cifi\xE9 ci-dessous. Une vid\xE9o d'une heure consommera environ 50 000 tokens ou caract\xE8res, donc \xE0 utiliser \xE0 votre propre discr\xE9tion ; lorsqu'elle est d\xE9sactiv\xE9e, les sous-titres originaux seront utilis\xE9s en premier.","subtitle.humanSubtitlesPreferred":"Utilisation prioritaire du sous-titrage humain","subtitle.humanSubtitlesPreferredDescription":"Privil\xE9gier l'utilisation de sous-titres humains lorsque la vid\xE9o dispose de sous-titres humains dans la langue cible (recommand\xE9).",videoSubtitleTranslationDescription:"Confier les sous-titres vid\xE9o \xE0 un service de traduction distinct",subtitleTranslating:"Veuillez patienter pendant que les sous-titres sont traduits \xE0 l'aide du service {service} ... (traduction en immersion)",subtitleLoading:"Chargement des sous-titres...",bilingual:"bilinguisme","field.action":"Activation ou non de la terminologie Baidu","description.action":"Lorsqu'il est activ\xE9, un param\xE8tre action=1 est ajout\xE9 \xE0 la demande pour informer Baidu de l'activation du terme. <1>Veuillez vous r\xE9f\xE9rer \xE0 la documentation officielle pour plus d'informations.",closeQuickTranslation:"Fermer Hoverball","closeQuickTranslation.untilNext":"Cette fois-ci ferm\xE9 jusqu'\xE0 la prochaine visite","closeQuickTranslation.currentWebsite":"Site actuel d\xE9sactiv\xE9","closeQuickTranslation.alwaysClose":"d\xE9sactiver de fa\xE7on permanente","closeQuickTranslation.settingOpen":"(peut \xEAtre activ\xE9e dans la <1>page des param\xE8tres )","closeQuickTranslation.cancel":"annulations","closeQuickTranslation.confirm":"d\xE9finir","floatBall.popup":"Ouvrir le panneau des r\xE9glages rapides","floatBall.translate":"Cliquez pour traduire la page","floatBall.showOriginal":"Cliquez pour revenir \xE0 l'article original","floatBall.close":"Fermer Hoverball","floatBallOptions.enableDescPc":"Apr\xE8s avoir activ\xE9 le hoverball de la page, un bouton de traduction rapide sera affich\xE9 sur le c\xF4t\xE9 droit de la page, cliquez dessus pour traduire !","floatBallOptions.enableDesc":"Apr\xE8s avoir d\xE9sactiv\xE9 le hoverball, il peut \xEAtre rappel\xE9 \xE0 l'aide de{touch}. Il est fortement recommand\xE9 de marquer cette page de param\xE8tres d'un signet afin d'\xE9viter de ne pas pouvoir retrouver le hoverball apr\xE8s avoir d\xE9sactiv\xE9 cette option par inadvertance !","description.azureApiUrl":"Remplir l'adresse de l'interface API personnalis\xE9e",confirmSupportMouse:"Forcer l'activation de la prise en charge de la souris",confirmSupportMouseDescription:"Le navigateur actuel ne prend pas en charge la fonction de la souris. Est-il oblig\xE9 d'activer la prise en charge de la souris ?",sampleTargetText:"La longue nuit viendra, et je veillerai \xE0 partir de ce jour jusqu'\xE0 ma mort. Je ne prendrai pas de femme, je ne ferai pas de fief, je n'aurai pas d'enfant. Je ne porterai pas de couronne, je ne rechercherai pas les honneurs. Je ferai mon devoir, je vivrai et je mourrai.",sampleSourceText:"Night gathers, and now my watch begins. It shall not end until my death. I shall take no wife, hold no lands, father no children. I shall wear no crowns and win no glory. I shall live and die at my post.","subtitle.supportedSites":"\u5DF2\u652F\u6301\u5728\u8FD9\u4E9B\u7F51\u7AD9\u4F7F\u7528\u53CC\u8BED\u5B57\u5E55\uFF08\u6CE8\u610F\uFF1A\u7531\u4E8E\u6280\u672F\u9650\u5236\uFF0C\u90E8\u5206\u7F51\u7AD9\u5728\u9996\u6B21\u5F00\u542F\u5B57\u5E55\u540E\u9700\u8981\u91CD\u65B0\u5237\u65B0\u9875\u9762\uFF0C\u6216\u8005\u9700\u7B49\u5F85\u7FFB\u8BD1\u5B8C\u6210\u4EE5\u663E\u793A\u53CC\u8BED\u5B57\u5E55\uFF09\uFF1A",viewWithImmersiveTranslate:"\u53CC\u8BED\u7248\u672C(\u6C89\u6D78\u5F0F\u7FFB\u8BD1)",errorReason:"\u9519\u8BEF\u539F\u56E0\uFF1A{message}","proQuotaExceededError.onetime7day":'\uFF0C\u60A8\u53EF\u4EE5\u9009\u62E9\u4EE5\u4E0B\u65B9\u5F0F\u89E3\u51B3\uFF1A

1. \u5207\u6362\u5230 {anotherService} \u6216\u5176\u4ED6\u7FFB\u8BD1\u670D\u52A1
2. \u5347\u7EA7\u4E3A\u6708\u5EA6/\u5E74\u5EA6\u4F1A\u5458',"proQuotaExceededError.trial":'\uFF0C\u60A8\u53EF\u4EE5\u9009\u62E9\u4EE5\u4E0B\u65B9\u5F0F\u89E3\u51B3\uFF1A

1. \u5207\u6362\u5230 {anotherService} \u6216\u5176\u4ED6\u7FFB\u8BD1\u670D\u52A1
2. \u7ACB\u523B\u5347\u7EA7\u4E3A\u6B63\u5F0F\u4F1A\u5458',"proQuotaExceededError.nonTrial":'\uFF0C\u60A8\u53EF\u4EE5\u9009\u62E9\u4EE5\u4E0B\u65B9\u5F0F\u89E3\u51B3\uFF1A

1. \u5207\u6362\u5230 {anotherService} \u6216\u5176\u4ED6\u7FFB\u8BD1\u670D\u52A1
2. \u8D2D\u4E70 {translationService} \u989D\u5916\u6D41\u91CF\u5305',"proQuotaExceededError.resetTime":"
3. \u989D\u5EA6\u91CD\u7F6E\u65F6\u95F4\uFF1A{resetTime}","desc.touchShortcutsToggleTranslatePageOnlyTranslation":"Seulement la traduction signifie que seule la traduction est affich\xE9e, si la page n'a pas encore \xE9t\xE9 traduite, elle passera en mode et sera traduite.","desc.toggleOnlyTransation":"Le mode de traduction uniquement signifie que seules les traductions sont affich\xE9es, si la page Web n'a pas encore \xE9t\xE9 traduite, le mode sera chang\xE9 et traduit.",touchShortcutsToggleTranslatePageOnlyTranslation:"Configurer les gestes tactiles pour passer en mode bilingue / mode texte uniquement",download_started:"Le t\xE9l\xE9chargement a d\xE9j\xE0 commenc\xE9, si le t\xE9l\xE9chargement ne commence pas automatiquement, veuillez cliquer manuellement.",here:"ici","error.goReset":"R\xE9initialiser",translationFont:"D\xE9finir la police","error.serveConfigError":"Erreur de configuration du service",detectServiceLoading:"En train de v\xE9rifier les services de traduction disponibles...","translationModeUrl.translation.title":"L'adresse du site en mode traduction uniquement","translationServices.inherit":"Suivez le service de traduction principal","translationModeLang.translation.title":"Mode de langue uniquement en traduction","error.configError":"Les donn\xE9es de configuration sont anormales","translationFont.customPlaceholder":"police de caract\xE8res","touch.mouse-translate":"Traduire le paragraphe sp\xE9cifi\xE9",toggleToService:"Passez \xE0 {service} et r\xE9essayez","translationFont.custom":"Entrez une police personnalis\xE9e",batchEdit:"Op\xE9ration en masse","error.proUpgrade":"Apr\xE8s la mise \xE0 niveau, veuillez rafra\xEEchir la page et traduire \xE0 nouveau.","error.502":"Le service renvoie une erreur, le service est en retard, veuillez r\xE9essayer plus tard.","error.403":"Le service renvoie une erreur, vous n'avez pas temporairement le droit d'acc\xE9der \xE0 ce service.","error.googleLimitIp":"Le service renvoie une erreur, le service Google a limit\xE9 le d\xE9bit pour cette adresse IP, il est recommand\xE9 de changer de n\u0153ud r\xE9seau.",videoSubtitlePreTranslationOff:"Les sous-titres vid\xE9o utiliseront en priorit\xE9 les sous-titres automatiques fournis avec la vid\xE9o originale.","translationFont.notSupportErrorMessage":"Veuillez v\xE9rifier si le nom de la police que vous avez entr\xE9 est correct, ou confirmer que cette police est d\xE9j\xE0 install\xE9e sur votre appareil.","error.proTokenInvalid":"Si vous \xEAtes un utilisateur Pro, veuillez vous connecter avant d'utiliser le service de traduction Pro.",videoSubtitlePreTranslationOn:"Les sous-titres vid\xE9o utiliseront en priorit\xE9 la traduction immersive.","error.400":"Le service renvoie une erreur, la demande de param\xE8tre est incorrecte, veuillez v\xE9rifier la configuration correspondante.","error.429":"Le service renvoie une erreur, indiquant que la demande est trop fr\xE9quente ou d\xE9passe la limite de quota, veuillez r\xE9essayer plus tard.","translationModeUrl.translation.description":"Lorsque le site Web est pour les domaines suivants, il utilisera automatiquement le mode de traduction uniquement.",enableSentryReport:"Lorsqu'une erreur se produit lors de l'extension, utilisez Sentry pour soumettre des commentaires.","error.reloadPageOfSetting":"Apr\xE8s la configuration, veuillez rafra\xEEchir la page pour traduire \xE0 nouveau.","translationModeLang.translation.description":"Lorsque la langue de la page est l'une des langues suivantes, le mode de traduction uniquement sera automatiquement utilis\xE9.","error.gemini.429":"Le service Gemini actuel a atteint sa capacit\xE9 maximale, veuillez r\xE9essayer plus tard ou passer \xE0 un autre service de traduction.","desc.toggleVideoSubtitlePreTranslation":"Une fois appuy\xE9, les sous-titres bilingues de la vid\xE9o utiliseront en priorit\xE9 les param\xE8tres de traduction immersive, une nouvelle pression donnera la priorit\xE9 aux sous-titres de traduction automatique inclus dans la vid\xE9o originale. Attention : ce raccourci modifie les param\xE8tres globaux.","error.openAIExceededQuota":"Le service renvoie une erreur : le solde de votre compte OpenAI est insuffisant, veuillez recharger ou lier une carte de cr\xE9dit dans le back-office officiel d'OpenAI.","error.openAIFreeLimit":"Le service renvoie une erreur, la fr\xE9quence actuelle des demandes de traduction a atteint la limite maximale de 3 fois par minute, veuillez r\xE9essayer plus tard. (C'est une restriction officielle d'OpenAI sur la cl\xE9 API gratuite, pour lever cette restriction, veuillez lier une carte de cr\xE9dit dans le backend d'OpenAI.)","error.serveUnavailable":"Le service [{serverName}] que vous utilisez actuellement est temporairement inaccessible en raison de probl\xE8mes de connexion r\xE9seau ou de fournisseur de services. Nous vous sugg\xE9rons d'essayer de rafra\xEEchir la page ou de changer de service de traduction via <1>Param\xE8tres. Si vous \xEAtes un membre <2>Pro, vous pouvez choisir d'utiliser les services de traduction plus stables de DeepL ou OpenAI (<3>cliquez ici pour un essai gratuit). De plus, vous devrez peut-\xEAtre v\xE9rifier vos param\xE8tres de r\xE9seau ou de proxy.",loggedIn:"Connect\xE9","error.retry":"R\xE9essayer","floatBall.iKnow":"Je sais.",touchShortcutsOff:"Fermer","tagsInput.add":"+ Ajouter","translationServices.gemini":"G\xE9meaux",goLogin:"Allez vous connecter",shortcutSettings:"Raccourci",notLogin:"Non connect\xE9","multipleClick.4":"Quadruple frappe",alwaysTranslateThisSite:"Toujours traduire ce site","multipleClick.3":"Triple coup",neverTranslateThisSite:"Ne jamais traduire ce site","subtitle.bilingual":"Sous-titres bilingues","widget.instructionTooltip":"Consultez le mode d'emploi","shortcutGroup.shortcutsForTranslationServices":"Raccourcis li\xE9s au service de traduction",buildSnapshots:"G\xE9n\xE9rer un instantan\xE9 de la page web",shortcutSettingsTitle:"Param\xE9trage des raccourcis","subtitle.hideQuickButton":"Ne plus afficher ce raccourci",contact:"Contactez-nous","widget.videoSubtitleTooltip":"Prend en charge Youtube et autres sites vid\xE9o {count}+",notLoginPro:"Vous n'avez pas encore connect\xE9 \xE0 votre compte membre.","multipleClick.2":"Double-cliquez","widget.videoSubtitle":"sous-titres vid\xE9o",temprarilyChangeTranslationTo_gemini:"Utilisation de Gemini pour traduire la page actuelle.","error.subscriptionExpiredTitle":"L'adh\xE9sion a expir\xE9",pickAll:"Tout s\xE9lectionner","floatBall.guideClickToTranslate":"Cliquez sur la bulle de traduction immersive pour traduire rapidement",temprarilyChangeTranslationTo_google:"Utilisation en cours de Google Traduction pour cette page actuelle",temprarilyChangeTranslationTo_bing:"Utilisation en cours de Microsoft Traduction pour la page actuelle",mouseHoverCustomKeyTitle:"Personnaliser les raccourcis de survol de la souris","browser.translateWithDeepL":"Utilisation temporaire de DeepL pour traduire la page actuelle","widget.translateFile":"PDF/ePub",temprarilyChangeTranslationTo_openai:"Utilisation en cours d'OpenAI pour traduire la page actuelle","subtitle.autoDisableSubtitle":"Ne pas activer automatiquement les sous-titres bilingues","error.reason":"Raison de l'erreur",temprarilyChangeTranslationTo_deepl:"Utilisation de DeepL pour traduire la page actuelle.","widget.translateFileTooltip":"Traduire les documents PDF, EPUB, SRT, ASS, HTML et TXT",networkError:"Le service de traduction ou le r\xE9seau rencontre des probl\xE8mes.","floatBall.longPress":"Appuyez longuement pour ouvrir rapidement le panneau de configuration.",paragraphMinTextCountField:"Le nombre minimum de caract\xE8res requis pour traduire un paragraphe","browser.translateWithTransmart":"Utilisation temporaire de Tencent pour traduire la page actuelle","browser.translateWithOpenAI":"Utilisation temporaire d'OpenAI pour traduire la page actuelle",translationOnlyMode:"Mode de traduction uniquement","slide.right":"Glissez vers la gauche","shortcutGroup.main":"Raccourcis de fonctionnalit\xE9s couramment utilis\xE9s",temprarilyChangeTranslationTo_transmart:"Utilise actuellement la traduction de Tencent pour cette page.",touchShortcutsToggleTranslatePage:"D\xE9finir un geste tactile pour traduire la page web / afficher le texte original","slide.left":"Faites glisser vers la droite","shortcutGroup.touch":"Gestes sp\xE9cifiques pour \xE9cran tactile","intro.floatBallTitle":"Boule flottante de traduction rapide","neverTranslateText.title":"Ci-dessous, les mots restent en texte original, ne pas traduire.","browser.toggleMouseHoverTranslateDirectly":"Activer ou d\xE9sactiver temporairement la traduction directe au survol de la souris sur la page","browser.translateInputBox":"Traduire le contenu de la bo\xEEte de saisie actuelle","browser.translateWithGoogle":"Utilisation temporaire de Google Traduction pour la page actuelle","browser.translateWithBing":"Utilisation temporaire de Microsoft Traduction pour la page actuelle","widget.instruction":"Mode d'emploi","subtitle.showQuickButton":"Afficher les sous-titres bilingues dans le lecteur est un raccourci",touchShortcutsToggleTranslationMask:"Configurer l'affichage du geste tactile pour afficher le masque de traduction / afficher le texte original","error.subscriptionExpired":"Votre adh\xE9sion a peut-\xEAtre expir\xE9, veuillez v\xE9rifier votre statut de membre.","intro.hoverTitle":"Survolez avec la souris pour traduire le paragraphe actuel","browser.translateWithGemini":"Utilisez temporairement Gemini pour traduire la page actuelle",touchShortcutsToggleTranslateTouchElement:"Configurer la traduction de paragraphes sp\xE9cifiques par gestes tactiles","desc.touchShortcutsToggleTranslateTouchElement":"Personnalisez un geste et vous pourrez traduire n'importe quel paragraphe o\xF9 vous vous trouvez.","intro.subtitleTitle":"Affichage des sous-titres bilingues en vid\xE9o en ligne","desc.interfaceLanguage":"La configuration de la langue de l'interface affecte la langue d'affichage du panneau de contr\xF4le et n'a rien \xE0 voir avec la langue cible de la traduction.","browser.toggleVideoSubtitlePreTranslation":"Basculer vers les sous-titres bilingues en privil\xE9giant les param\xE8tres de traduction immersive","shortcutGroup.others":"Plus de raccourcis de fonctionnalit\xE9s personnalis\xE9es",confirmResetToDefaultSettings:"Confirmez-vous vouloir r\xE9tablir ce service de traduction comme param\xE8tre par d\xE9faut ? (Cela ne r\xE9initialise que les param\xE8tres de ce service de traduction)",shortcutDisableTooltip:"Veuillez configurer dans la page de gestion des raccourcis d'extension fournie par le navigateur, pour plus de directives, veuillez consulter les instructions en haut de cette page.","subtitle.showQuickButtonDescription":"Fournir un raccourci pour activer les sous-titres bilingues dans le coin inf\xE9rieur droit du lecteur vid\xE9o","shortcutGroup.mouse":"Configuration des raccourcis clavier pour le survol de la souris","desc.toggleTranslateTheMainPage":"Traduisez uniquement les zones principales de la page, une fois que vous avez activ\xE9 la traduction de toutes les zones de la page dans les param\xE8tres avanc\xE9s, vous pouvez utiliser ce raccourci pour traduire sp\xE9cifiquement les zones principales de la page.","description.baiduField":"Les domaines pris en charge sont vus <1>ici, si vide cela signifie qu'aucun domaine n'est sp\xE9cifi\xE9.",upgradeToProErrorTitle:"Veuillez passer \xE0 l'adh\xE9sion Pro pour utiliser ce service de traduction.",paragraphMinTextCountDesc:"Faites attention, ici on parle de la longueur des caract\xE8res, par exemple: hello compte 5 caract\xE8res, d\xE9finir une valeur plus grande peut r\xE9duire les traductions de petits paragraphes inutiles.",translationOnlyModeDescription:"Le mode de traduction uniquement signifie que seule la traduction est affich\xE9e, et non le mode bilingue par d\xE9faut. Notez que: en raison des limitations techniques, les hyperliens du texte original seront d\xE9sactiv\xE9s en mode de traduction uniquement.","desc.toggleTranslateTheWholePage":"Traduire toute la zone de la page, par d\xE9faut, nous traduirons la zone principale de la page, vous pouvez utiliser ce raccourci pour traduire sp\xE9cifiquement toute la zone de la page.","contact.description":"Si vous avez des questions ou des suggestions, n'h\xE9sitez pas \xE0 remplir le formulaire ci-dessous pour nous contacter, ou \xE0 envoyer un courriel \xE0 {email}, nous vous r\xE9pondrons d\xE8s que possible.",mouseHoverCustomKeyDescription:"Vous pouvez personnaliser un raccourci clavier pour le survol de la souris, par exemple : Alt+Z, Ctrl+E, Cmd+Alt+E ou directement Cmd, veuillez entrer manuellement.","desc.mouseHoverHoldKey":"Lorsque la souris survole un paragraphe et que vous appuyez simultan\xE9ment sur la touche de raccourci \xE0 droite, vous pouvez traduire directement ce paragraphe.","desc.touchShortcutsToggleTranslatePage":"Une fois configur\xE9, lors de l'utilisation d'un appareil mobile, vous pouvez toucher l'\xE9cran avec X doigts, glisser de gauche \xE0 droite ou cliquer continuellement pour d\xE9clencher la traduction de la page web / afficher le texte original.","desc.touchShortcutsToggleTranslationMask":"La traduction du masque fait r\xE9f\xE9rence \xE0 l'effet flou dans le style de la traduction (mode d'apprentissage), qui est activ\xE9 temporairement pour utiliser l'effet flou sur la traduction, facilitant l'apprentissage.","intro.floatBallDescription":"Une fois activ\xE9, un bouton de traduction rapide s'affichera sur le c\xF4t\xE9 droit de la page. Cliquez dessus pour traduire, cliquez \xE0 nouveau pour revenir au texte original. Sur mobile, maintenez le bouton flottant pour ouvrir le panneau de configuration rapide.","desc.toggleMouseHoverTranslateDirectly":"Apr\xE8s avoir appuy\xE9 sur ce raccourci, sur la page, d\xE8s que la souris pointe sur n'importe quel texte, ce texte sera automatiquement traduit. Appuyez \xE0 nouveau sur le raccourci pour d\xE9sactiver cette fonction de traduction automatique.","intro.hoverDescription":"La traduction au survol de la souris est une fonction tr\xE8s importante dans la traduction immersive. Il suffit de placer la souris sur le paragraphe et d'appuyer simultan\xE9ment sur la touche de raccourci d\xE9finie pour traduire automatiquement le paragraphe actuel (remarque : elle n'est pas activ\xE9e par d\xE9faut, veuillez la configurer ci-dessous). Cette interaction est utilis\xE9e pour mieux remplacer la traduction par s\xE9lection de mots. De plus, cette fonction est largement utilis\xE9e dans les zones de traduction qui ne peuvent pas \xEAtre reconnues. Vous pouvez utiliser cette fonction pour forcer la traduction de n'importe quel paragraphe.","neverTranslateText.description":"En raison de la reconnaissance insatisfaisante des noms propres par certains moteurs de traduction, vous pouvez ajouter des mots ici pour vous assurer qu'ils ne sont pas convertis pendant le processus de traduction. Veuillez noter que cette fonction distingue les majuscules et les minuscules et ne prend en charge que les langues \xE0 mots s\xE9par\xE9s par des espaces (comme l'anglais, le fran\xE7ais), elle n'est pas applicable aux langues comme le japonais, le cor\xE9en, etc.","intro.subtitleDescription":"Une fois cette fonction activ\xE9e, les sous-titres bilingues seront automatiquement affich\xE9s lors de la lecture de la vid\xE9o. Si elle n'est pas activ\xE9e, vous devrez cliquer manuellement sur le bouton de traduction sur la page pour afficher les sous-titres. Veuillez noter qu'en raison de limitations techniques, certains sites peuvent n\xE9cessiter un rafra\xEEchissement de la page ou attendre la fin de la traduction pour afficher les sous-titres bilingues. (De plus, vous pouvez \xE9galement activer/d\xE9sactiver le panneau de raccourcis de traduction immersive dans le coin sup\xE9rieur droit apr\xE8s avoir ouvert le site de la vid\xE9o).

La prise en charge des sous-titres bilingues est actuellement disponible sur ces sites :",geminiWarning:"Attention : Le service gratuit Gemini fourni par Google a des restrictions strictes, il est possible que Google juge que l'utilisateur utilise plusieurs cl\xE9s pour contourner leurs restrictions de quota gratuit, il n'est pas recommand\xE9 de l'utiliser, il est recommand\xE9 d'attendre que Google ouvre l'interface de paiement Gemini \xE0 l'avenir avant de l'utiliser.","floatBall.setting":"Param\xE9trage","floatBall.translateToLanguage":"Cliquez pour traduire en {language}","floatBall.file":"Traduire les fichiers PDF, EPUB, SRT, ASS, HTML, TXT",changeToOnlyTempTranslationMode:"Afficher uniquement les traductions",changeToDualTempTranslationMode:"Passer \xE0 la traduction bilingue","transitionMode.translation":"Seulement le texte traduit","options.navbar.installApp":"Installer l'application mobile","options.navbar.translateFile":"Traduire le document","subtitle.transitionMode":"Param\xE8tres de sous-titres vid\xE9o bilingues / traduction uniquement","subtitle.transitionModeDescription":"D\xE9finir les sous-titres vid\xE9o en mode bilingue ou en mode traduction uniquement","transitionMode.inherit":"Restez coh\xE9rent avec le mode d'affichage de traduction par d\xE9faut du syst\xE8me.","transitionMode.dual":"Contraste bilingue",translateFileTooltip:`Traduire PDF, ePub, srt, ass, HTML, fichiers TXT`,"description.multiplePrompt":`Lorsque le nombre de paragraphes est sup\xE9rieur \xE0 1, les dialogues envoy\xE9s \xE0 {service} en tant qu'utilisateur, o\xF9 {{from}} repr\xE9sente la langue du paragraphe, {{to}} repr\xE9sente la langue cible, {{yaml}} est le contenu du paragraphe que nous avons emball\xE9 au format yaml, si vous avez besoin de personnaliser Prompt, vous devez vous assurer que chaque \xE9l\xE9ment dans le r\xE9sultat YAML de la r\xE9ponse AI contient le champ {env.imt_trans_field}, {{imt_trans_field}} est le nom du champ de traduction que nous esp\xE9rons que l'IA r\xE9pondra, par d\xE9faut c'est {env.imt_trans_field}, {{imt_source_field}} est le nom du champ d'origine que nous passons \xE0 l'IA, par d\xE9faut c'est {env.imt_source_field}, exemple de r\xE9sultat : - id: 1 @@ -5100,7 +5100,7 @@ ass, HTML, fichiers TXT`,"description.multiplePrompt":`Lorsque le nombre de para {env.imt_sub_trans_field}: Traduction - id: 2 {env.imt_sub_source_field}: Source - {env.imt_sub_trans_field}: Traduction`,"subtitle.quickButton.magenta":"Fuchsia","subtitle.quickButton.red":"Rouge","subtitle.quickButton.setting":"Param\xE9trage","subtitle.quickButton.black":"noir","subtitle.quickButton.translationPosition":"Position de traduction","subtitle.quickButton.green":"Vert","subtitle.quickButton.translationFontSize":"Taille de police de traduction","subtitle.quickButton.sourceTextColor":"Couleur de police d'origine","translationServices.claude":"Claude","subtitle.quickButton.blue":"Bleu","subtitle.quickButton.sourceFontSize":"La taille originale de la police","subtitle.quickButton.translationTextColor":"Couleur de la police de traduction","subtitle.quickButton.backgroundColor":"couleur d'arri\xE8re-plan","subtitle.quickButton.white":"Blanc","subtitle.quickButton.translationPositionTop":"En haut de l'original","subtitle.quickButton.yellow":"jaune","subtitle.quickButton.cyan":"Bleu","subtitle.quickButton.backgroundOpacity":"Opacit\xE9 de l'arri\xE8re-plan","subtitle.quickButton.translationPositionBottom":"\u5728\u539F\u6587\u4E0B\u65B9",attachSubtitleTranslating:"Utilisation de {service} pour la traduction en cours...","error.claude.403":"Acc\xE8s temporairement interdit au service, cela peut \xEAtre li\xE9 aux restrictions r\xE9gionales de Claude. Vous pouvez essayer de changer votre adresse IP ou utiliser un autre service de traduction.","browser.brandDescriptionForSafari":"\u3010Traduction immersive\u3011Un plugin de traduction de pages web bilingue gratuit (texte original / traduction), qui supporte \xE9galement la traduction de PDF et de livres \xE9lectroniques EPUB tout en conservant la mise en page originale, la traduction de sous-titres bilingues pour des vid\xE9os en ligne comme Youtube/Netflix, et qui supporte les services de traduction principaux tels que Deepl/Google;","browser.PdfProFile":"AI pilot\xE9 PDF Pro traduction","browser.textTranslate":"Traduction de texte"};var wb={nologin:"\u0905\u0902\u0926\u0930 \u092A\u094D\u0930\u0935\u0947\u0936 \u0915\u0940 \u0905\u0928\u0941\u092E\u0924\u093F \u0928\u0939\u0940\u0902 \u0939\u0948",loginForSafari:"\u0932\u0949\u0917-\u0907\u0928 \u092F\u093E \u092A\u0902\u091C\u0940\u0915\u0943\u0924",login:"\u0932\u0949\u0917 \u0907\u0928 \u0915\u0930\u0928\u0947 \u0915\u0947 \u092C\u093E\u0926 \u0906\u092A \u0938\u0926\u0938\u094D\u092F\u0924\u093E \u0938\u0915\u094D\u0930\u093F\u092F \u0915\u0930 \u0938\u0915\u0924\u0947 \u0939\u0948\u0902",manageAccount:"\u0916\u093E\u0924\u0947 \u0915\u093E \u092A\u094D\u0930\u092C\u0902\u0927\u0928 \u0915\u0930\u0947\u0902",openPremium:"\u0938\u0926\u0938\u094D\u092F\u0924\u093E \u0917\u094D\u0930\u0939\u0923 \u0915\u0930\u0947\u0902",logout:"\u091B\u094B\u0921\u093C\u0928\u093E",curentPlan:"\u0935\u0930\u094D\u0924\u092E\u093E\u0928 \u092A\u0948\u0915\u0947\u091C",endAt:"\u092A\u0930\u093F\u092A\u0915\u094D\u0935\u0924\u093E",endAuto:"\u0938\u094D\u0935\u091A\u093E\u0932\u093F\u0924 \u0928\u0935\u0940\u0915\u0930\u0923",lineBreakMaxTextCount:"\u092A\u0902\u0915\u094D\u0924\u093F \u0935\u093F\u0930\u093E\u092E \u0915\u0947 \u092C\u093E\u0926 \u092A\u094D\u0930\u0924\u093F \u0935\u093E\u0915\u094D\u092F \u0905\u0928\u0941\u092E\u0924 \u0935\u0930\u094D\u0923\u094B\u0902 \u0915\u0940 \u0905\u0927\u093F\u0915\u0924\u092E \u0938\u0902\u0916\u094D\u092F\u093E","translate-pdf":"\u092A\u0940\u0921\u0940\u090F\u092B \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u0915\u094D\u0932\u093F\u0915 \u0915\u0930\u0947\u0902","noSupportTranslate-pdf":"\u0938\u094D\u0915\u094D\u0930\u093F\u092A\u094D\u091F \u0938\u092E\u0930\u094D\u0925\u093F\u0924 \u0928\u0939\u0940\u0902 \u0939\u0948, \u0915\u0943\u092A\u092F\u093E \u092A\u094D\u0932\u0917-\u0907\u0928 \u0915\u093E \u0909\u092A\u092F\u094B\u0917 \u0915\u0930\u0947\u0902","translate-firefox-local-pdf":"\u092A\u0940\u0921\u0940\u090F\u092B \u0906\u092F\u093E\u0924 \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u0915\u094D\u0932\u093F\u0915 \u0915\u0930\u0947\u0902",enableLineBreak:"\u0932\u0902\u092C\u0947 \u0905\u0928\u0941\u091A\u094D\u091B\u0947\u0926\u094B\u0902 \u0915\u0947 \u0932\u093F\u090F \u0938\u094D\u0935\u091A\u093E\u0932\u093F\u0924 \u0936\u092C\u094D\u0926 \u0930\u0948\u092A\u093F\u0902\u0917 \u091A\u093E\u0932\u0942 \u0915\u0930\u0947\u0902",sponsorLabel:"$1 \u0938\u0947 \u0936\u0941\u0930\u0942 \u0915\u0930\u0915\u0947 \u0915\u093F\u0938\u0940 \u0921\u0947\u0935\u0932\u092A\u0930 \u0915\u094B \u092A\u094D\u0930\u093E\u092F\u094B\u091C\u093F\u0924 \u0915\u0930\u0947\u0902",help:"\u092E\u0926\u0926",browserShortcutsNoteForFirefox:'\u092B\u093C\u093E\u092F\u0930\u092B\u093C\u0949\u0915\u094D\u0938 \u092C\u094D\u0930\u093E\u0909\u091C\u093C\u0930 \u092E\u0947\u0902 \u0936\u0949\u0930\u094D\u091F\u0915\u091F \u0915\u0941\u0902\u091C\u093F\u092F\u094B\u0902 \u0915\u094B \u0938\u0902\u0936\u094B\u0927\u093F\u0924 \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F, \u0906\u092A\u0915\u094B \u090F\u0915\u094D\u0938\u091F\u0947\u0902\u0936\u0928 \u092A\u094D\u0930\u092C\u0902\u0927\u0928 \u092A\u0943\u0937\u094D\u0920 `about:addons` \u0916\u094B\u0932\u0928\u093E \u0939\u094B\u0917\u093E, \u092B\u093F\u0930 "\u0938\u0947\u091F\u093F\u0902\u0917\u094D\u0938" \u092A\u0930 \u0915\u094D\u0932\u093F\u0915 \u0915\u0930\u0947\u0902, \u092B\u093F\u0930 \u0907\u0938\u0947 \u0938\u0947\u091F \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F "\u0936\u0949\u0930\u094D\u091F\u0915\u091F \u0915\u0941\u0902\u091C\u093F\u092F\u093E\u0901 \u092A\u094D\u0930\u092C\u0902\u0927\u093F\u0924 \u0915\u0930\u0947\u0902" \u092A\u0930 \u0915\u094D\u0932\u093F\u0915 \u0915\u0930\u0947\u0902\u0964',browserShortcutsNoteForChrome:"\u0915\u094D\u0930\u094B\u092E-\u091C\u0948\u0938\u0947 \u092C\u094D\u0930\u093E\u0909\u091C\u093C\u0930 \u092E\u0947\u0902 \u0936\u0949\u0930\u094D\u091F\u0915\u091F \u0915\u0941\u0902\u091C\u093F\u092F\u094B\u0902 \u0915\u094B \u0938\u0902\u0936\u094B\u0927\u093F\u0924 \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F, \u0906\u092A\u0915\u094B \u090F\u0915\u094D\u0938\u091F\u0947\u0902\u0936\u0928 \u092A\u094D\u0930\u092C\u0902\u0927\u0928 \u092A\u0943\u0937\u094D\u0920 \u0916\u094B\u0932\u0928\u093E \u0939\u094B\u0917\u093E, \u0907\u0938\u0947 `\u0936\u0949\u0930\u094D\u091F\u0915\u091F \u092A\u094D\u0930\u092C\u0902\u0927\u093F\u0924 \u0915\u0930\u0947\u0902` \u092A\u0948\u0928\u0932 (`\u0915\u094D\u0930\u094B\u092E://\u090F\u0915\u094D\u0938\u091F\u0947\u0902\u0936\u0928/\u0936\u0949\u0930\u094D\u091F\u0915\u091F`) \u092E\u0947\u0902 \u0938\u0947\u091F \u0915\u0930\u0928\u093E \u0939\u094B\u0917\u093E, \u0914\u0930 \u0938\u0940\u0927\u0947 \u091C\u093E\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u0928\u0940\u091A\u0947 \u0926\u093F\u090F \u0917\u090F \u092C\u091F\u0928 \u092A\u0930 \u0915\u094D\u0932\u093F\u0915 \u0915\u0930\u0928\u093E \u0939\u094B\u0917\u093E \u0936\u0949\u0930\u094D\u091F\u0915\u091F \u0915\u0941\u0902\u091C\u0940 \u092A\u094D\u0930\u092C\u0902\u0927\u0928 \u092A\u0943\u0937\u094D\u0920.",browserShortcutsSucks:"\u0915\u0938\u094D\u091F\u092E \u0936\u0949\u0930\u094D\u091F\u0915\u091F \u0915\u0941\u0902\u091C\u0940 \u092A\u094D\u0930\u093E\u0930\u0942\u092A \u0939\u0948 (\u0915\u094B\u0908 \u0938\u094D\u0935\u091A\u093E\u0932\u093F\u0924 \u092A\u0939\u091A\u093E\u0928 \u0928\u0939\u0940\u0902, \u0915\u0943\u092A\u092F\u093E \u0938\u0940\u0927\u0947 \u0926\u0930\u094D\u091C \u0915\u0930\u0947\u0902)\uFF1A",enableLineBreakDescription:"\u091A\u093E\u0932\u0942 \u0939\u094B\u0928\u0947 \u092A\u0930, \u092A\u0922\u093C\u0928\u0947 \u0915\u0940 \u0938\u0941\u0935\u093F\u0927\u093E \u0915\u0947 \u0932\u093F\u090F \u092A\u094D\u0930\u0924\u094D\u092F\u0947\u0915 \u0935\u093E\u0915\u094D\u092F \u0915\u0947 \u0905\u0902\u0924 \u092E\u0947\u0902 \u0932\u0902\u092C\u0947 \u092A\u0948\u0930\u093E\u0917\u094D\u0930\u093E\u092B \u092E\u0947\u0902 \u0932\u093E\u0907\u0928 \u092C\u094D\u0930\u0947\u0915 \u0921\u093E\u0932\u0947 \u091C\u093E\u090F\u0902\u0917\u0947\u0964","browser.shortBrandName":"\u0917\u0939\u0928 \u0905\u0928\u0941\u0935\u093E\u0926","browser.brandName":"\u0907\u092E\u0930\u094D\u0938\u093F\u0935 \u0905\u0928\u0941\u0935\u093E\u0926: \u0926\u094D\u0935\u093F\u092D\u093E\u0937\u0940 \u0935\u0947\u092C \u092A\u0947\u091C \u0905\u0928\u0941\u0935\u093E\u0926 \u0914\u0930 \u092A\u0940\u0921\u0940\u090F\u092B \u0926\u0938\u094D\u0924\u093E\u0935\u0947\u091C\u093C \u0905\u0928\u0941\u0935\u093E\u0926","browser.brandDescription":"Bilingual web page translation, also supports PDF translation, bilingual Epub eBook translation, free to use.","browser.toggleTranslatePage":"\u0935\u0947\u092C \u092A\u0947\u091C \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0947\u0902/\u092E\u0942\u0932 \u092A\u093E\u0920 \u0926\u093F\u0916\u093E\u090F\u0902","browser.toggleTranslateTheWholePage":"\u092A\u0943\u0937\u094D\u0920 \u0915\u0947 \u0938\u092D\u0940 \u0915\u094D\u0937\u0947\u0924\u094D\u0930\u094B\u0902 \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0947\u0902/\u092E\u0942\u0932 \u092A\u093E\u0920 \u092A\u094D\u0930\u0926\u0930\u094D\u0936\u093F\u0924 \u0915\u0930\u0947\u0902","browser.toggleOnlyTransation":"\u0926\u094D\u0935\u093F\u092D\u093E\u0937\u0940/\u0915\u0947\u0935\u0932 \u0905\u0928\u0941\u0935\u093E\u0926 \u092E\u094B\u0921 \u092A\u0930 \u0938\u094D\u0935\u093F\u091A \u0915\u0930\u0947\u0902","browser.toggleTranslateToThePageEndImmediately":"\u0924\u0941\u0930\u0902\u0924 \u092A\u0943\u0937\u094D\u0920 \u0915\u0947 \u0928\u0940\u091A\u0947 \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0947\u0902/\u092E\u0942\u0932 \u092A\u093E\u0920 \u0926\u093F\u0916\u093E\u090F\u0902","browser.toggleTranslateTheMainPage":"\u092A\u0943\u0937\u094D\u0920 \u0915\u0947 \u092E\u0941\u0916\u094D\u092F \u0915\u094D\u0937\u0947\u0924\u094D\u0930 \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0947\u0902/\u092E\u0942\u0932 \u092A\u093E\u0920 \u092A\u094D\u0930\u0926\u0930\u094D\u0936\u093F\u0924 \u0915\u0930\u0947\u0902","browser.shareToDraft":"\u0926\u094D\u0935\u093F\u092D\u093E\u0937\u0940 \u092A\u0943\u0937\u094D\u0920 \u0938\u093E\u091D\u093E \u0915\u0930\u0947\u0902","browser.openOptionsPage":"\u0938\u0947\u091F\u093F\u0902\u0917 \u092A\u0943\u0937\u094D\u0920 \u0916\u094B\u0932\u0947\u0902","browser.toggleTranslationMask":"\u0905\u0928\u0941\u0935\u093E\u0926 \u0927\u0941\u0902\u0927\u0932\u093E \u092A\u094D\u0930\u092D\u093E\u0935 \u0926\u093F\u0916\u093E\u090F\u0901/\u091B\u093F\u092A\u093E\u090F\u0901","browser.translateLocalPdfFile":"\u0938\u094D\u0925\u093E\u0928\u0940\u092F \u092A\u0940\u0921\u0940\u090F\u092B \u092B\u093E\u0907\u0932\u094B\u0902 \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0947\u0902","browser.openEbookViewer":"\u0938\u094D\u0925\u093E\u0928\u0940\u092F \u0908-\u092A\u0941\u0938\u094D\u0924\u0915\u0947\u0902 \u092A\u0922\u093C\u0947\u0902","browser.openEbookBuilder":"\u0926\u094D\u0935\u093F\u092D\u093E\u0937\u0940 EPUB \u0908-\u092A\u0941\u0938\u094D\u0924\u0915\u0947\u0902 \u092C\u0928\u093E\u090F\u0901","browser.translateLocalHtmlFile":"HTML/txt \u092B\u093C\u093E\u0907\u0932\u094B\u0902 \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0947\u0902","browser.donateContext":"\u092A\u094D\u0930\u093E\u092F\u094B\u091C\u0928 \u0932\u093E\u092D\u094B\u0902 \u0915\u0947 \u092C\u093E\u0930\u0947 \u092E\u0947\u0902 \u091C\u093E\u0928\u0947\u0902","browser.translateLocalSubtitleFile":"\u0938\u094D\u0925\u093E\u0928\u0940\u092F \u0909\u092A\u0936\u0940\u0930\u094D\u0937\u0915 \u092B\u093C\u093E\u0907\u0932\u094B\u0902 \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0947\u0902",confirmResetConfig:"\u0915\u094D\u092F\u093E \u0906\u092A \u0935\u093E\u0915\u0908 \u0905\u092A\u0928\u0940 \u0938\u0947\u091F\u093F\u0902\u0917\u094D\u0938 \u0930\u0940\u0938\u0947\u091F \u0915\u0930\u0928\u093E \u091A\u093E\u0939\u0924\u0947 \u0939\u0948\u0902?",translationLineBreakSettingTitle:"\u0905\u0928\u0941\u0935\u093E\u0926 \u092A\u0902\u0915\u094D\u0924\u093F \u0930\u0948\u092A\u093F\u0902\u0917 \u0938\u0947\u091F\u093F\u0902\u0917",smartLineBreak:"\u0938\u094D\u092E\u093E\u0930\u094D\u091F \u0932\u093E\u0907\u0928 \u0930\u0948\u092A\u093F\u0902\u0917",alwaysLineBreak:"\u0939\u092E\u0947\u0936\u093E \u0932\u092A\u0947\u091F\u094B",isShowContextMenu:"\u0905\u0928\u0941\u0935\u093E\u0926\u093F\u0924 \u0935\u0947\u092C \u092A\u0947\u091C \u0915\u094B \u0930\u093E\u0907\u091F-\u0915\u094D\u0932\u093F\u0915 \u092E\u0947\u0928\u0942 \u0906\u0907\u091F\u092E \u092E\u0947\u0902 \u091C\u094B\u0921\u093C\u0947\u0902",toggleBeta:"\u092C\u0940\u091F\u093E \u092A\u0930\u0940\u0915\u094D\u0937\u0923 \u0938\u0941\u0935\u093F\u0927\u093E\u090F\u0901 \u0938\u0915\u094D\u0937\u092E \u0915\u0930\u0947\u0902",betaDescription:"\u0909\u0928 \u0938\u0941\u0935\u093F\u0927\u093E\u0913\u0902 \u0915\u094B \u0938\u0915\u094D\u0937\u092E \u0915\u0930\u0947\u0902 \u091C\u094B \u0905\u092D\u0940 \u092D\u0940 \u092A\u094D\u0930\u092F\u094B\u0917\u093E\u0924\u094D\u092E\u0915 \u0939\u0948\u0902, \u0938\u093E\u0925 \u0939\u0940 \u092A\u0930\u0940\u0915\u094D\u0937\u0923 \u092E\u0947\u0902 \u0905\u0928\u0941\u0935\u093E\u0926 \u0938\u0947\u0935\u093E\u090F\u0902 \u092D\u0940 \u0938\u0915\u094D\u0937\u092E \u0915\u0930\u0947\u0902\u0964 <1>\u091F\u0947\u0932\u0940\u0917\u094D\u0930\u093E\u092E \u0938\u092E\u0942\u0939 \u0938\u0947 \u091C\u0941\u0921\u093C\u0947\u0902 \u0914\u0930 \u0905\u0927\u093F\u0915 \u091C\u093E\u0928\u0947\u0902\u0964",translationLineBreakSettingDescription:"\u0939\u092E\u0947\u0936\u093E \u0930\u0948\u092A \u0915\u092E \u0938\u093E\u092E\u0917\u094D\u0930\u0940 \u0935\u093E\u0932\u0947 \u0932\u0947\u0906\u0909\u091F \u0915\u0947 \u0932\u093F\u090F \u0909\u092A\u092F\u0941\u0915\u094D\u0924 \u0939\u094B\u0924\u093E \u0939\u0948 \u0914\u0930 \u0905\u0927\u093F\u0915 \u0938\u0941\u0935\u094D\u092F\u0935\u0938\u094D\u0925\u093F\u0924 \u0939\u094B\u0924\u093E \u0939\u0948\u0964 (\u0938\u094D\u0925\u093E\u0928 \u092C\u091A\u093E\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u092C\u0939\u0941\u0924 \u0938\u093E\u0930\u0940 \u0938\u093E\u092E\u0917\u094D\u0930\u0940 ({count}\u0938\u0947 \u0905\u0927\u093F\u0915 \u0905\u0915\u094D\u0937\u0930) \u0935\u093E\u0932\u0947 \u0932\u0902\u092C\u0947 \u092A\u0948\u0930\u093E\u0917\u094D\u0930\u093E\u092B \u092E\u0947\u0902 \u0938\u094D\u092E\u093E\u0930\u094D\u091F \u0932\u093E\u0907\u0928 \u092C\u094D\u0930\u0947\u0915 \u0915\u093E \u0909\u092A\u092F\u094B\u0917 \u0915\u0930\u0947\u0902)",tempTranslateDomainTitle:"\u0935\u0947\u092C\u0938\u093E\u0907\u091F \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u094B \u0905\u0938\u094D\u0925\u093E\u092F\u0940 \u0930\u0942\u092A \u0938\u0947 \u0915\u092C \u0924\u0915 \u0938\u0915\u094D\u0937\u092E \u0915\u0930\u0928\u093E \u0939\u0948",tempTranslateDomainDescription:"\u0915\u093F\u0938\u0940 \u0935\u0947\u092C \u092A\u0947\u091C \u0915\u093E \u092E\u0948\u0928\u094D\u092F\u0941\u0905\u0932 \u0930\u0942\u092A \u0938\u0947 \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0924\u0947 \u0938\u092E\u092F, \u0938\u094D\u0935\u091A\u093E\u0932\u093F\u0924 \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0947 \u0932\u093F\u090F \u0935\u0947\u092C\u0938\u093E\u0907\u091F \u0915\u094B \u0905\u0938\u094D\u0925\u093E\u092F\u0940 \u0930\u0942\u092A \u0938\u0947 \u091A\u093E\u0932\u0942 \u0915\u0930\u0947\u0902, \u0914\u0930 \u0906\u092A \u0905\u0938\u094D\u0925\u093E\u092F\u0940 \u0905\u0935\u0927\u093F \u0928\u093F\u0930\u094D\u0927\u093E\u0930\u093F\u0924 \u0915\u0930 \u0938\u0915\u0924\u0947 \u0939\u0948\u0902\u0964",xMinutes:"{count} \u092E\u093F\u0928\u091F",disabled:"\u0905\u0915\u094D\u0937\u092E \u0915\u0930\u0928\u093E",changelog:"\u0932\u0949\u0917 \u092C\u0926\u0932\u0947\u0902",toggleTranslatePageWhenThreeFingersOnTheScreen:"\u0935\u0947\u092C \u092A\u0947\u091C \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0928\u0947/\u092E\u0942\u0932 \u092A\u093E\u0920 \u092A\u094D\u0930\u0926\u0930\u094D\u0936\u093F\u0924 \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u090F\u0915 \u0939\u0940 \u0938\u092E\u092F \u092E\u0947\u0902 \u0915\u0908 \u0905\u0902\u0917\u0941\u0932\u093F\u092F\u094B\u0902 \u0938\u0947 \u0938\u094D\u0915\u094D\u0930\u0940\u0928 \u0915\u094B \u0938\u094D\u092A\u0930\u094D\u0936 \u0915\u0930\u0947\u0902",toggleTranslationMaskWhenThreeFingersOnTheScreen:"\u0905\u0928\u0941\u0935\u093E\u0926 \u0927\u0941\u0902\u0927\u0932\u093E \u092A\u094D\u0930\u092D\u093E\u0935 \u0926\u093F\u0916\u093E\u0928\u0947/\u091B\u093F\u092A\u093E\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u090F\u0915 \u0939\u0940 \u0938\u092E\u092F \u092E\u0947\u0902 \u0915\u0908 \u0905\u0902\u0917\u0941\u0932\u093F\u092F\u094B\u0902 \u0915\u094B \u0938\u094D\u092A\u0930\u094D\u0936 \u0915\u0930\u0947\u0902",fingerCountToToggleTranslagePageOnlyTranslationWhenTouching:"\u0935\u0947\u092C \u092A\u0947\u091C \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 (\u0915\u0947\u0935\u0932 \u0905\u0928\u0941\u0935\u093E\u0926)/\u092E\u0942\u0932 \u092A\u093E\u0920 \u092A\u094D\u0930\u0926\u0930\u094D\u0936\u093F\u0924 \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u090F\u0915 \u0939\u0940 \u0938\u092E\u092F \u092E\u0947\u0902 \u0915\u0908 \u0905\u0902\u0917\u0941\u0932\u093F\u092F\u094B\u0902 \u0938\u0947 \u0938\u094D\u0915\u094D\u0930\u0940\u0928 \u0915\u094B \u0938\u094D\u092A\u0930\u094D\u0936 \u0915\u0930\u0947\u0902",addUrlDescription:"\u092F\u0939 \u090F\u0915 \u0921\u094B\u092E\u0947\u0928 \u0928\u093E\u092E \u0939\u094B \u0938\u0915\u0924\u093E \u0939\u0948 \u0914\u0930 \u0935\u093E\u0907\u0932\u094D\u0921\u0915\u093E\u0930\u094D\u0921 \u0915\u093E \u0938\u092E\u0930\u094D\u0925\u0928 \u0915\u0930\u0924\u093E \u0939\u0948, \u091C\u0948\u0938\u0947\uFF1A*.google.com, google.com/mail/*, https://www.google.com/*",general:"\u092E\u0942\u0932 \u0938\u0947\u091F\u093F\u0902\u0917\u094D\u0938",clickToExpandConfig:"\u0935\u0930\u094D\u0924\u092E\u093E\u0928 \u0915\u0949\u0928\u094D\u092B\u093C\u093F\u0917\u0930\u0947\u0936\u0928 \u0915\u093E \u0935\u093F\u0938\u094D\u0924\u093E\u0930 \u0915\u0930\u0947\u0902",import:"\u092B\u093C\u093E\u0907\u0932 \u0938\u0947 \u0906\u092F\u093E\u0924 \u0915\u0930\u0947\u0902",export:"\u092B\u093C\u093E\u0907\u0932 \u092E\u0947\u0902 \u0928\u093F\u0930\u094D\u092F\u093E\u0924 \u0915\u0930\u0947\u0902",toggleDebug:"\u0915\u0902\u0938\u094B\u0932 \u092A\u0930 \u0921\u093F\u092C\u0917 \u0932\u0949\u0917 \u092A\u094D\u0930\u093F\u0902\u091F \u0915\u0930\u0947\u0902","fingers.0":"\u092C\u0902\u0926","fingers.2":"\u0926\u094B \u0909\u0902\u0917\u0932\u093F\u092F\u094B\u0902 \u0915\u093E \u0938\u094D\u092A\u0930\u094D\u0936","fingers.3":"\u0924\u0940\u0928 \u0909\u0902\u0917\u0932\u093F\u092F\u094B\u0902 \u0915\u093E \u0938\u094D\u092A\u0930\u094D\u0936","fingers.4":"\u091A\u093E\u0930 \u0905\u0902\u0917\u0941\u0932 \u0915\u093E \u0938\u094D\u092A\u0930\u094D\u0936","fingers.5":"\u092A\u093E\u0901\u091A \u0905\u0902\u0917\u0941\u0932 \u0915\u093E \u0938\u094D\u092A\u0930\u094D\u0936",mouseHoldKey:"+ {key} \u0907\u0938 \u0905\u0928\u0941\u091A\u094D\u091B\u0947\u0926 \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926/\u092A\u0941\u0928\u0930\u094D\u0938\u094D\u0925\u093E\u092A\u0928\u093E \u0915\u0930\u0947\u0902",mouseHoldKeyAuto:"\u0907\u0938 \u0905\u0928\u0941\u091A\u094D\u091B\u0947\u0926 \u0915\u093E \u0938\u0940\u0927\u0947 \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0947\u0902",mouseHoldKeyOff:"\u0915\u0941\u091B \u092E\u0924 \u0915\u0930\u094B",mouseHoldKeyOther:"\u0915\u0938\u094D\u091F\u092E \u0936\u0949\u0930\u094D\u091F\u0915\u091F \u0915\u0941\u0902\u091C\u093F\u092F\u093E\u0901 (\u0938\u0947\u091F\u093F\u0902\u0917\u094D\u0938 \u0916\u094B\u0932\u0947\u0902)",mouseHoldKeyCustomKey:"0\u0907\u0938 \u0905\u0928\u0941\u091A\u094D\u091B\u0947\u0926 \u0915\u093E {key} /\u092A\u0941\u0928\u0930\u094D\u0938\u094D\u0925\u093E\u092A\u0928\u093E \u0915\u0930\u0947\u0902",mouseHoverHoldKey:"\u092A\u0948\u0930\u093E\u0917\u094D\u0930\u093E\u092B \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u092E\u093E\u0909\u0938 \u0915\u094B \u0918\u0941\u092E\u093E\u090F\u0901 \u0914\u0930 \u0936\u0949\u0930\u094D\u091F\u0915\u091F \u0915\u0941\u0902\u091C\u0940 \u0926\u092C\u093E\u090F\u0901","mouse-translate":"\u092E\u093E\u0909\u0938 \u0915\u0947 \u090A\u092A\u0930",document:"\u0926\u0938\u094D\u0924\u093E\u0935\u0947\u091C\u093C",resetSuccess:"\u0938\u092D\u0940 \u0938\u0947\u091F\u093F\u0902\u0917\u094D\u0938 \u0938\u092B\u0932\u0924\u093E\u092A\u0942\u0930\u094D\u0935\u0915 \u0930\u0940\u0938\u0947\u091F \u0915\u0930\u0947\u0902",resetThisSuccess:"\u0930\u0940\u0938\u0947\u091F \u0938\u092B\u0932",saved:"\u0938\u092B\u0932\u0924\u093E\u092A\u0942\u0930\u094D\u0935\u0915 \u092C\u091A\u093E\u092F\u093E",successImportConfig:"\u0915\u0949\u0928\u094D\u092B\u093C\u093F\u0917\u0930\u0947\u0936\u0928 \u0938\u092B\u0932\u0924\u093E\u092A\u0942\u0930\u094D\u0935\u0915 \u0906\u092F\u093E\u0924 \u0915\u093F\u092F\u093E \u0917\u092F\u093E",goAdvancedSettings:"\u0909\u0928\u094D\u0928\u0924 \u0938\u0947\u091F\u093F\u0902\u0917 \u092A\u0943\u0937\u094D\u0920 \u092A\u0930 \u091C\u093E\u090F\u0901",goAdvancedInterfaceSettings:"\u0909\u0928\u094D\u0928\u0924 \u0905\u0928\u0941\u0915\u0942\u0932\u0928 \u0938\u0947\u091F\u093F\u0902\u0917 \u092A\u0943\u0937\u094D\u0920 \u092A\u0930 \u091C\u093E\u090F\u0901",advanced:"\u090F\u0921\u0935\u093E\u0902\u0938 \u0938\u0947\u091F\u093F\u0902\u0917",advancedDescription:"\u0906\u092E \u0924\u094C\u0930 \u092A\u0930, \u0915\u093F\u0938\u0940 \u0938\u0947\u091F\u093F\u0902\u0917 \u0915\u0940 \u0906\u0935\u0936\u094D\u092F\u0915\u0924\u093E \u0928\u0939\u0940\u0902 \u0939\u0948, \u092C\u0938 \u0921\u093F\u092B\u093C\u0949\u0932\u094D\u091F \u0930\u0916\u0947\u0902\u0964 \u0915\u0947\u0935\u0932 \u0905\u0927\u093F\u0915 \u092A\u0947\u0936\u0947\u0935\u0930 \u0909\u092A\u092F\u094B\u0917\u0915\u0930\u094D\u0924\u093E\u0913\u0902 \u0915\u0947 \u0932\u093F\u090F, \u0905\u0927\u093F\u0915 \u0935\u0948\u092F\u0915\u094D\u0924\u093F\u0915\u0943\u0924 \u0938\u0947\u091F\u093F\u0902\u0917\u094D\u0938 \u092A\u094D\u0930\u0926\u093E\u0928 \u0915\u0940 \u091C\u093E\u0924\u0940 \u0939\u0948\u0902\u0964",developer:"\u0921\u0947\u0935\u0932\u092A\u0930 \u0938\u0947\u091F\u093F\u0902\u0917\u094D\u0938",donateCafe:"\u0915\u0940\u092E\u0924","translate to the bottom of the page":"\u0935\u0947\u092C \u092A\u0947\u091C \u092E\u0947\u0902 \u092A\u094D\u0930\u0935\u0947\u0936 \u0915\u0930\u0928\u0947 \u0915\u0947 \u092C\u093E\u0926, \u0915\u094D\u092F\u093E \u0907\u0938\u0915\u093E \u0924\u0941\u0930\u0902\u0924 \u092A\u0943\u0937\u094D\u0920 \u0915\u0947 \u0928\u093F\u091A\u0932\u0947 \u092D\u093E\u0917 \u092E\u0947\u0902 \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u093F\u092F\u093E \u091C\u093E\u0924\u093E \u0939\u0948?",feedback:"\u092A\u094D\u0930\u0924\u093F\u0915\u094D\u0930\u093F\u092F\u093E",toggleTranslatePage:"\u0935\u0947\u092C \u092A\u0947\u091C \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0947\u0902/\u092E\u0942\u0932 \u092A\u093E\u0920 \u0926\u093F\u0916\u093E\u090F\u0902",translateToThePageEndImmediatelyDescription:"\u091A\u093E\u0932\u0942 \u0939\u094B\u0928\u0947 \u092A\u0930, \u0915\u093F\u0938\u0940 \u0935\u0947\u092C\u092A\u0947\u091C \u092E\u0947\u0902 \u092A\u094D\u0930\u0935\u0947\u0936 \u0915\u0930\u0928\u0947 \u092A\u0930 \u0938\u093E\u092E\u0917\u094D\u0930\u0940 \u0924\u0941\u0930\u0902\u0924 \u090A\u092A\u0930 \u0938\u0947 \u0928\u0940\u091A\u0947 \u0924\u0915 \u0905\u0928\u0941\u0935\u093E\u0926\u093F\u0924 \u0939\u094B \u091C\u093E\u090F\u0917\u0940\u0964 \u092F\u0926\u093F \u092C\u0902\u0926 \u0939\u0948, \u0924\u094B \u0906\u092A \u090F\u0915 \u0939\u0940 \u0938\u092E\u092F \u092E\u0947\u0902 \u092A\u0922\u093C \u0914\u0930 \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930 \u0938\u0915\u0924\u0947 \u0939\u0948\u0902\u0964 (\u091A\u093E\u0932\u0942 \u0915\u0930\u0928\u0947 \u0915\u0940 \u0905\u0928\u0941\u0936\u0902\u0938\u093E \u0928\u0939\u0940\u0902 \u0915\u0940 \u0917\u0908)","translate all areas of the page":"\u0935\u0947\u092C \u092A\u0947\u091C \u0915\u0947 \u0938\u092D\u0940 \u0915\u094D\u0937\u0947\u0924\u094D\u0930\u094B\u0902 \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0928\u093E \u0939\u0948 \u092F\u093E \u0928\u0939\u0940\u0902",translationAreaDescription:"\u091A\u093E\u0932\u0942 \u0939\u094B\u0928\u0947 \u092A\u0930, \u0938\u0902\u092A\u0942\u0930\u094D\u0923 \u0935\u0947\u092C \u092A\u0947\u091C \u0915\u0947 \u0938\u092D\u0940 \u0915\u094D\u0937\u0947\u0924\u094D\u0930\u094B\u0902 \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u093F\u092F\u093E \u091C\u093E\u090F\u0917\u093E\u0964 \u092F\u0926\u093F \u092C\u0902\u0926 \u0915\u093F\u092F\u093E \u091C\u093E\u0924\u093E \u0939\u0948, \u0924\u094B \u0921\u093F\u092B\u093C\u0949\u0932\u094D\u091F \u0938\u094D\u092E\u093E\u0930\u094D\u091F \u092A\u0939\u091A\u093E\u0928 \u0915\u093E \u0909\u092A\u092F\u094B\u0917 \u0915\u093F\u092F\u093E \u091C\u093E\u0924\u093E \u0939\u0948 \u0914\u0930 \u0915\u0947\u0935\u0932 \u092E\u0941\u0916\u094D\u092F \u0915\u094D\u0937\u0947\u0924\u094D\u0930 \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u093F\u092F\u093E \u091C\u093E\u0924\u093E \u0939\u0948\u0964 (\u091A\u093E\u0932\u0942 \u0915\u0930\u0928\u0947 \u0915\u0940 \u0905\u0928\u0941\u0936\u0902\u0938\u093E \u0928\u0939\u0940\u0902 \u0915\u0940 \u0917\u0908)","the number of characters to be translated first":"\u0926\u0943\u0936\u094D\u092F \u0915\u094D\u0937\u0947\u0924\u094D\u0930 \u0924\u0915 \u0938\u094D\u0915\u094D\u0930\u0949\u0932 \u0915\u0930\u0928\u0947 \u0915\u0940 \u092A\u094D\u0930\u0924\u0940\u0915\u094D\u0937\u093E \u0915\u093F\u090F \u092C\u093F\u0928\u093E \u092A\u0943\u0937\u094D\u0920 \u0915\u0947 \u092A\u0939\u0932\u0947 \u0915\u0941\u091B \u0935\u0930\u094D\u0923\u094B\u0902 \u0915\u093E \u0938\u0940\u0927\u0947 \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0947\u0902","interface language":"\u0907\u0902\u091F\u0930\u092B\u093C\u0947\u0938 \u092D\u093E\u0937\u093E","display both the original text and the translation":"\u092E\u0942\u0932 \u092A\u093E\u0920 \u0914\u0930 \u0905\u0928\u0941\u0935\u093E\u0926 \u090F\u0915 \u0938\u093E\u0925 \u092A\u094D\u0930\u0926\u0930\u094D\u0936\u093F\u0924 \u0915\u0930\u0947\u0902","keyboard shortcuts":"\u0915\u0941\u0902\u091C\u0940\u092A\u091F\u0932 \u0905\u0932\u094D\u092A \u092E\u093E\u0930\u094D\u0917",modify:"\u0936\u0949\u0930\u094D\u091F\u0915\u091F \u0915\u0941\u0902\u091C\u093F\u092F\u093E\u0901 \u0938\u0902\u0936\u094B\u0927\u093F\u0924 \u0915\u0930\u0947\u0902",reset:"\u0930\u0940\u0938\u0947\u091F",close:"\u092C\u0902\u0926",homepage:"\u0939\u094B\u092E \u092A\u0947\u091C",more:"\u0905\u0927\u093F\u0915",moreOptions:"\u0905\u0927\u093F\u0915 \u0905\u0928\u0941\u0915\u0942\u0932\u0928 \u0935\u093F\u0915\u0932\u094D\u092A\u094B\u0902 \u0915\u093E \u0935\u093F\u0938\u094D\u0924\u093E\u0930 \u0915\u0930\u0947\u0902",translateTheWholePage:"\u092A\u0943\u0937\u094D\u0920 \u0915\u0947 \u0938\u092D\u0940 \u0915\u094D\u0937\u0947\u0924\u094D\u0930\u094B\u0902 \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0947\u0902 (\u092C\u0941\u0926\u094D\u0927\u093F\u092E\u093E\u0928 \u092A\u0939\u091A\u093E\u0928 \u0915\u0947 \u092E\u0941\u0916\u094D\u092F \u0915\u094D\u0937\u0947\u0924\u094D\u0930\u094B\u0902 \u0938\u0947 \u092D\u093F\u0928\u094D\u0928)",changeToTranslateTheWholePage:"\u0938\u092D\u0940 \u0915\u094D\u0937\u0947\u0924\u094D\u0930\u094B\u0902 \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u0938\u094D\u0935\u093F\u091A \u0915\u0930\u0947\u0902",changeToTranslateTheMainPage:"\u0905\u0928\u0941\u0935\u093E\u0926 \u092E\u0941\u0916\u094D\u092F \u0915\u094D\u0937\u0947\u0924\u094D\u0930 \u092A\u0930 \u0938\u094D\u0935\u093F\u091A \u0915\u0930\u0947\u0902",changeToOnlyTranslationMode:"\u0915\u0947\u0935\u0932 \u0905\u0928\u0941\u0935\u093E\u0926 \u0926\u093F\u0916\u093E\u0928\u0947 \u092A\u0930 \u0938\u094D\u0935\u093F\u091A \u0915\u0930\u0947\u0902",changeToDualTranslationMode:"\u0926\u094D\u0935\u093F\u092D\u093E\u0937\u0940 \u0905\u0928\u0941\u0935\u093E\u0926 \u092A\u0930 \u0938\u094D\u0935\u093F\u091A \u0915\u0930\u0947\u0902",translateToThePageEndImmediately:"\u0924\u0941\u0930\u0902\u0924 \u092A\u0943\u0937\u094D\u0920 \u0915\u0947 \u0928\u0940\u091A\u0947 \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0947\u0902",translateTheMainPage:"\u092C\u0941\u0926\u094D\u0927\u093F\u092E\u093E\u0928 \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0947 \u092E\u0941\u0916\u094D\u092F \u0915\u094D\u0937\u0947\u0924\u094D\u0930","The local rules are up to date":"\u0938\u094D\u0925\u093E\u0928\u0940\u092F \u0905\u0928\u0941\u0915\u0942\u0932\u0928 \u0928\u093F\u092F\u092E \u0905\u0926\u094D\u092F\u0924\u093F\u0924 \u0939\u0948\u0902:","Successfully synchronized with the latest official rules:":"\u0928\u0935\u0940\u0928\u0924\u092E \u0906\u0927\u093F\u0915\u093E\u0930\u093F\u0915 \u0905\u0928\u0941\u0915\u0942\u0932\u0928 \u0928\u093F\u092F\u092E\u094B\u0902 \u0915\u094B \u0938\u092B\u0932\u0924\u093E\u092A\u0942\u0930\u094D\u0935\u0915 \u0938\u093F\u0902\u0915\u094D\u0930\u0928\u093E\u0907\u091C\u093C \u0915\u093F\u092F\u093E \u0917\u092F\u093E:","Checking for updates":"\u0905\u092A\u0921\u0947\u091F \u0915\u0947 \u0932\u093F\u090F \u091C\u093E\u0902\u091A \u0915\u0930 \u0930\u0939\u093E \u0939\u0948","Rules are being synchronized":"\u0905\u0928\u0941\u0915\u0942\u0932\u0928 \u0928\u093F\u092F\u092E\u094B\u0902 \u0915\u094B \u0938\u093F\u0902\u0915\u094D\u0930\u0928\u093E\u0907\u091C\u093C \u0915\u0930\u0928\u093E",localVersionIsTooOld:"\u0938\u094D\u0925\u093E\u0928\u0940\u092F \u090F\u0915\u094D\u0938\u091F\u0947\u0902\u0936\u0928 \u0938\u0902\u0938\u094D\u0915\u0930\u0923 \u092C\u0939\u0941\u0924 \u092A\u0941\u0930\u093E\u0928\u093E \u0939\u0948\u0964 \u0915\u0943\u092A\u092F\u093E \u090F\u0915\u094D\u0938\u091F\u0947\u0902\u0936\u0928 {minVersion} \u092F\u093E \u0928\u090F \u0938\u0902\u0938\u094D\u0915\u0930\u0923 \u092E\u0947\u0902 \u0905\u092A\u0917\u094D\u0930\u0947\u0921 \u0915\u0930\u0947\u0902 \u0914\u0930 \u092B\u093F\u0930 \u0938\u0947 \u0938\u093F\u0902\u0915\u094D\u0930\u0928\u093E\u0907\u091C\u093C\u0947\u0936\u0928 \u0915\u093E \u092A\u094D\u0930\u092F\u093E\u0938 \u0915\u0930\u0947\u0902\u0964",badUserscriptBrowser:"\u0935\u0930\u094D\u0924\u092E\u093E\u0928 \u092C\u094D\u0930\u093E\u0909\u091C\u093C\u0930 \u0917\u094D\u0930\u0940\u0938 \u092E\u0902\u0915\u0940 \u090F\u0915\u094D\u0938\u091F\u0947\u0902\u0936\u0928 \u0907\u0902\u091F\u0930\u092B\u093C\u0947\u0938 \u0915\u094B \u0938\u0939\u0940 \u0922\u0902\u0917 \u0938\u0947 \u0915\u093E\u0930\u094D\u092F\u093E\u0928\u094D\u0935\u093F\u0924 \u0928\u0939\u0940\u0902 \u0915\u0930\u0924\u093E \u0939\u0948 (\u091C\u0948\u0938\u0947 \u0915\u093F \u0917\u094D\u0930\u0940\u0938 \u092E\u0902\u0915\u0940 \u0938\u094D\u0915\u094D\u0930\u093F\u092A\u094D\u091F \u0915\u0940 \u0938\u0902\u0938\u094D\u0915\u0930\u0923 \u0938\u0902\u0916\u094D\u092F\u093E \u0915\u0940 \u091C\u093E\u0928\u0915\u093E\u0930\u0940 \u092A\u094D\u0930\u093E\u092A\u094D\u0924 \u0915\u0930\u0928\u093E), \u0915\u0943\u092A\u092F\u093E \u0905\u0928\u094D\u092F <1> \u0938\u092E\u0930\u094D\u0925\u0928 \u0917\u094D\u0930\u0940\u0938 \u092E\u0902\u0915\u0940 \u090F\u0915\u094D\u0938\u091F\u0947\u0902\u0936\u0928 \u0915\u093E \u0909\u092A\u092F\u094B\u0917 \u0915\u0930\u0947\u0902 \u092B\u093C\u093E\u092F\u0930\u092B\u093C\u0949\u0915\u094D\u0938 \u091C\u0948\u0938\u0947 \u092C\u094D\u0930\u093E\u0909\u091C\u093C\u0930",foundNewVersion:"\u0928\u092F\u093E \u0938\u0902\u0938\u094D\u0915\u0930\u0923 \u092E\u093F\u0932\u093E",theLocalExtensionIsUpToUpdate:"\u0935\u0930\u094D\u0924\u092E\u093E\u0928 \u090F\u0915\u094D\u0938\u091F\u0947\u0902\u0936\u0928 \u0928\u0935\u0940\u0928\u0924\u092E \u0938\u0902\u0938\u094D\u0915\u0930\u0923 \u0939\u0948.",failToSyncRules:"\u0928\u0935\u0940\u0928\u0924\u092E \u0905\u0928\u0941\u0915\u0942\u0932\u0928 \u0928\u093F\u092F\u092E\u094B\u0902 \u0915\u094B \u0938\u093F\u0902\u0915\u094D\u0930\u0928\u093E\u0907\u091C\u093C \u0915\u0930\u0928\u0947 \u092E\u0947\u0902 \u0935\u093F\u092B\u0932",retry:"\u092A\u0941\u0928\u0903 \u092A\u094D\u0930\u092F\u093E\u0938 \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u092F\u0939\u093E\u0902 \u092A\u0930 \u0915\u094D\u0932\u093F\u0915 \u0915\u0930\u0947\u0902",failedReason:"\u0905\u0938\u092B\u0932\u0924\u093E \u0915\u093E \u0915\u093E\u0930\u0923",currentRuleVersion:"\u0935\u0930\u094D\u0924\u092E\u093E\u0928 \u0928\u093F\u092F\u092E \u0938\u0902\u0938\u094D\u0915\u0930\u0923",calculating:"\u0917\u093F\u0928\u093E \u091C\u093E \u0930\u0939\u093E \u0939\u0948",unknownError:"\u0905\u091C\u094D\u091E\u093E\u0924 \u0917\u0932\u0924\u0940",canNotFetchRemoteRule:"\u0926\u0942\u0930\u0938\u094D\u0925 \u0928\u093F\u092F\u092E \u092A\u094D\u0930\u093E\u092A\u094D\u0924 \u0915\u0930\u0928\u0947 \u092E\u0947\u0902 \u0905\u0938\u092E\u0930\u094D\u0925",enableAlphaSuccess:"\u0905\u0932\u094D\u092B\u093C\u093E \u092B\u093C\u0902\u0915\u094D\u0936\u0928 \u091A\u093E\u0932\u0942 \u0939\u0941\u0906",disableAlphaSuccess:"\u0905\u0932\u094D\u092B\u093C\u093E \u0938\u0941\u0935\u093F\u0927\u093E \u092C\u0902\u0926 \u0915\u0930 \u0926\u0940 \u0917\u0908",cacheSize:"\u0915\u0948\u0936 \u0906\u0915\u093E\u0930\uFF1A",cleaning:"\u0938\u092B\u093E\u0908",cleanCache:"\u0915\u0948\u0936 \u0915\u094B \u0938\u093E\u092B\u093C \u0915\u0930\u0947\u0902",options:"\u0938\u094D\u0925\u093E\u092A\u093F\u0924 \u0915\u0930\u0928\u093E",about:"\u0915\u0947 \u092C\u093E\u0930\u0947 \u092E\u0947\u0902",service:"\u0905\u0928\u0941\u0935\u093E\u0926\u0928 \u0938\u0947\u0935\u093E",needAction:"(\u0938\u0947\u091F\u093F\u0902\u0917\u094D\u0938 \u092E\u0947\u0902 \u091C\u093E\u0913)",goSettings:"\u0938\u0947\u091F\u093F\u0902\u0917\u094D\u0938 \u092E\u0947\u0902 \u091C\u093E\u0913",needActionForOptions:"(\u0938\u0947\u091F \u0915\u0930\u0928\u0947 \u0915\u0940 \u0906\u0935\u0936\u094D\u092F\u0915\u0924\u093E \u0939\u0948)",translationEngine:"\u0907\u0902\u091C\u0928 \u0935\u093F\u0915\u0932\u094D\u092A",sourceLanguage:"\u0935\u093E\u0938\u094D\u0924\u0935\u093F\u0915 \u092D\u093E\u0937\u093E",target:"\u0932\u0915\u094D\u0937\u094D\u092F \u092D\u093E\u0937\u093E",popupSourceLanguage:"\u0935\u093E\u0938\u094D\u0924\u0935\u093F\u0915 \u092D\u093E\u0937\u093E",popupTarget:"\u0932\u0915\u094D\u0937\u094D\u092F \u092D\u093E\u0937\u093E",popupService:"\u0905\u0928\u0941\u0935\u093E\u0926\u0928 \u0938\u0947\u0935\u093E",forThisSite:"\u0935\u0930\u094D\u0924\u092E\u093E\u0928 \u0935\u0947\u092C\u0938\u093E\u0907\u091F",autoEnableSubtitle:"\u0926\u094D\u0935\u093F\u092D\u093E\u0937\u0940 \u0909\u092A\u0936\u0940\u0930\u094D\u0937\u0915 \u0938\u094D\u0935\u091A\u093E\u0932\u093F\u0924 \u0930\u0942\u092A \u0938\u0947 \u091A\u093E\u0932\u0942 \u0915\u0930\u0947\u0902",alwaysTranslate:"\u0939\u092E\u0947\u0936\u093E \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0947\u0902",neverTranslate:"\u0915\u092D\u0940 \u092D\u0940 \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0928 \u0915\u0930\u0947\u0902",alwaysTranslateSomeLanguage:"\u0939\u092E\u0947\u0936\u093E {language}\u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0947\u0902",neverTranslateSomeLanguage:"\u0915\u092D\u0940 \u092D\u0940 {language}\u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0928 \u0915\u0930\u0947\u0902",alwaysTranslateSomeSite:"\u0939\u092E\u0947\u0936\u093E {hostname}\u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0947\u0902",neverTranslateSomeSite:"\u0915\u092D\u0940 \u092D\u0940 {hostname}\u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0928 \u0915\u0930\u0947\u0902",alwaysTranslateSomeSiteOrWildSite:"\u0939\u092E\u0947\u0936\u093E \u0907\u0938 \u0938\u093E\u0907\u091F \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0947\u0902",alwaysTranslateSomePage:"\u0939\u092E\u0947\u0936\u093E \u0907\u0938 \u092A\u0943\u0937\u094D\u0920 \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0947\u0902",add:"\u0907\u0938\u092E\u0947\u0902 \u091C\u094B\u0921\u093C\u0947\u0902",default:"\u0917\u0932\u0924\u0940 \u0915\u0930\u0928\u093E",forThisLanguage:"\u0907\u0938 \u092D\u093E\u0937\u093E \u0915\u0947 \u0932\u093F\u090F\uFF1A","add url":"\u092F\u0942 \u0906\u0930 \u090F\u0932 \u0926\u0930\u094D\u091C \u0915\u0930\u094B",edit:"\u0938\u0902\u092A\u093E\u0926\u0928 \u0915\u0930\u0928\u093E","translate other languages into specific language":"\u0906\u092A\u0915\u0947 \u0926\u094D\u0935\u093E\u0930\u093E \u0928\u093F\u0930\u094D\u0927\u093E\u0930\u093F\u0924 \u092D\u093E\u0937\u093E \u092E\u0947\u0902 \u0905\u0928\u094D\u092F \u092D\u093E\u0937\u093E\u0913\u0902 \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0947\u0902","select translation service":"\u090F\u0915 \u0905\u0928\u0941\u0935\u093E\u0926 \u0938\u0947\u0935\u093E \u091A\u0941\u0928\u0947\u0902",language:"\u092D\u093E\u0937\u093E","show-original":"\u092E\u0942\u0932 \u092A\u093E\u0920 \u0926\u093F\u0916\u093E\u090F\u0901",translate:"\u0905\u0928\u0941\u0935\u093E\u0926",Translated:"\u0905\u0928\u0941\u0935\u093E\u0926",Translating:"\u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0928\u093E",Error:"\u0917\u0932\u0924\u0940",allowCacheTranslations:"\u0938\u094D\u0925\u093E\u0928\u0940\u092F \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0948\u0936\u093F\u0902\u0917 \u0938\u0915\u094D\u0937\u092E \u0915\u0930\u0947\u0902 (\u0921\u0941\u092A\u094D\u0932\u093F\u0915\u0947\u091F \u092A\u0948\u0930\u093E\u0917\u094D\u0930\u093E\u092B \u0915\u0947 \u0932\u093F\u090F \u0905\u0928\u0941\u0935\u093E\u0926 \u0905\u0928\u0941\u0930\u094B\u0927\u094B\u0902 \u0915\u094B \u0915\u092E \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F)","translation display":"\u0905\u0928\u0941\u0935\u093E\u0926 \u092A\u094D\u0930\u0926\u0930\u094D\u0936\u0928 \u0936\u0948\u0932\u0940","select diplay style":"\u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0940 \u0936\u0948\u0932\u0940 \u0915\u094B \u0905\u0932\u0917 \u0915\u0930\u0947\u0902\u0964 \u0935\u093F\u0935\u0930\u0923 \u0915\u0947 \u0932\u093F\u090F \u0915\u0943\u092A\u092F\u093E \u0928\u093F\u092E\u094D\u0928\u0932\u093F\u0916\u093F\u0924 \u0909\u0926\u093E\u0939\u0930\u0923 \u0926\u0947\u0916\u0947\u0902:",interface:"\u0907\u0902\u091F\u0930\u092B\u093C\u0947\u0938 \u0938\u0947\u091F\u093F\u0902\u0917\u094D\u0938",import_export:"\u0906\u092F\u093E\u0924 \u0914\u0930 \u0928\u093F\u0930\u094D\u092F\u093E\u0924",import_export_title:"\u0906\u092F\u093E\u0924/\u0928\u093F\u0930\u094D\u092F\u093E\u0924 \u0915\u0949\u0928\u094D\u092B\u093C\u093F\u0917\u0930\u0947\u0936\u0928",syncToGoogleDrive:"\u0905\u092D\u0940 Google Drive \u0915\u0947 \u0938\u093E\u0925 \u0938\u093F\u0902\u0915 \u0915\u0930\u0947\u0902",floatBallOptions:"\u0928\u093F\u0932\u0902\u092C\u093F\u0924 \u0917\u0947\u0902\u0926 \u0938\u0947\u091F\u093F\u0902\u0917\u094D\u0938","floatBallOptions.enable":"\u092B\u094D\u0932\u094B\u091F\u093F\u0902\u0917 \u092C\u0949\u0932 \u0938\u0915\u094D\u0937\u092E \u0915\u0930\u0947\u0902","floatBallOptions.blockUrls":"\u0935\u0947\u092C\u0938\u093E\u0907\u091F \u0905\u0915\u094D\u0937\u092E \u0915\u0930\u0947\u0902","floatBallOptions.add":"\u0907\u0938\u092E\u0947\u0902 \u091C\u094B\u0921\u093C\u0947\u0902","floatBallOptions.blockUrlDesc":"\u0928\u093F\u092E\u094D\u0928\u0932\u093F\u0916\u093F\u0924 \u0935\u0947\u092C\u0938\u093E\u0907\u091F\u094B\u0902 \u0915\u093E \u0938\u093E\u092E\u0928\u093E \u0915\u0930\u0928\u0947 \u092A\u0930 \u092B\u094D\u0932\u094B\u091F\u093F\u0902\u0917 \u092C\u0949\u0932 \u092A\u094D\u0930\u0926\u0930\u094D\u0936\u093F\u0924 \u0928\u0939\u0940\u0902 \u0939\u094B\u0917\u0940","floatBallOptions.clickType":"\u0935\u094D\u092F\u0935\u0939\u093E\u0930 \u092A\u0930 \u0915\u094D\u0932\u093F\u0915 \u0915\u0930\u0947\u0902","floatBallOptions.clickTypeDesc":"\u0915\u094D\u0932\u093F\u0915 \u0915\u0930\u0928\u0947 \u092A\u0930 \u092B\u094D\u0932\u094B\u091F\u093F\u0902\u0917 \u092C\u0949\u0932 \u0906\u0907\u0915\u0928 \u0915\u093E \u0935\u094D\u092F\u0935\u0939\u093E\u0930","floatBallOptions.clickPopup":"\u0905\u0928\u0941\u0935\u093E\u0926 \u092A\u0948\u0928\u0932 \u0926\u093F\u0916\u093E\u090F\u0901","floatBallOptions.clickTranslate":"\u092E\u0942\u0932 \u092A\u093E\u0920 \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0947\u0902/\u0926\u093F\u0916\u093E\u090F\u0901","floatBallOptions.fixedPosition":"\u56FA\u5B9A\u4F4D\u7F6E","floatBallOptions.fixedPositionDesc":"\u60AC\u6D6E\u7403\u5728\u7A97\u53E3\u5DE6\u4FA7\u8FD8\u662F\u53F3\u4FA7","floatBallOptions.fixedPositionLeft":"\u5DE6\u4FA7","floatBallOptions.fixedPositionRight":"\u53F3\u4FA7",previewAllThemes:"\u0938\u092D\u0940 \u0936\u0948\u0932\u093F\u092F\u094B\u0902 \u0915\u093E \u092A\u0942\u0930\u094D\u0935\u093E\u0935\u0932\u094B\u0915\u0928 \u0915\u0930\u0947\u0902","translationTheme.none":"\u0915\u094B\u0908 \u0928\u0939\u0940\u0902","translationTheme.grey":"\u0917\u0939\u0930\u093E \u092D\u0942\u0930\u093E","translationTheme.dashed":"\u0927\u0930\u093E\u0936\u093E\u092F\u0940 \u0930\u0947\u0916\u093E\u0902\u0915\u093F\u0924","translationTheme.dotted":"\u092C\u093F\u0902\u0926\u0940\u0926\u093E\u0930 \u0930\u0947\u0916\u093E\u0902\u0915\u0928","translationTheme.dashedBorder":"\u0927\u0930\u093E\u0936\u093E\u092F\u0940 \u0938\u0940\u092E\u093E","translationTheme.solidBorder":"\u0920\u094B\u0938 \u0938\u0940\u092E\u093E","translationTheme.underline":"\u0938\u0940\u0927\u0947 \u0930\u0947\u0916\u093E\u0902\u0915\u093F\u0924 \u0915\u0930\u0947\u0902","translationTheme.mask":"\u0927\u0941\u0902\u0927\u0932\u093E \u092A\u094D\u0930\u092D\u093E\u0935 (\u0938\u0940\u0916\u0928\u0947 \u0915\u093E \u0924\u0930\u0940\u0915\u093E)","translationTheme.opacity":"\u092A\u093E\u0930\u0926\u0930\u094D\u0936\u093F\u0924\u093E \u092A\u094D\u0930\u092D\u093E\u0935","translationTheme.paper":"\u0936\u094D\u0935\u0947\u0924 \u092A\u0924\u094D\u0930 \u091B\u093E\u092F\u093E \u092A\u094D\u0930\u092D\u093E\u0935","translationTheme.dividingLine":"\u0935\u093F\u092D\u093E\u091C\u0928 \u0930\u0947\u0916\u093E","translationTheme.highlight":"\u092A\u094D\u0930\u092E\u0941\u0916\u0924\u093E \u0938\u0947 \u0926\u093F\u0916\u093E\u0928\u093E","translationTheme.marker":"\u0928\u093F\u0936\u093E\u0928","translationTheme.marker2":"\u092E\u093E\u0930\u094D\u0915\u0930 2","translationTheme.blockquote":"\u0938\u0902\u0926\u0930\u094D\u092D \u0936\u0948\u0932\u0940","translationTheme.weakening":"\u0915\u092E\u091C\u094B\u0930","translationTheme.italic":"\u0924\u093F\u0930\u094D\u091B\u093E","translationTheme.bold":"\u092C\u094B\u0932\u094D\u0921","translationTheme.thinDashed":"\u092A\u0924\u0932\u0940 \u0927\u0930\u093E\u0936\u093E\u092F\u0940 \u0930\u0947\u0916\u093E\u0902\u0915\u0928","translationTheme.nativeDashed":"\u0938\u093F\u0938\u094D\u091F\u092E \u092C\u093F\u0902\u0926\u0940\u0926\u093E\u0930 \u0905\u0902\u0921\u0930\u0932\u093E\u0907\u0928 \u0915\u0947 \u0938\u093E\u0925 \u0906\u0924\u093E \u0939\u0948","translationTheme.nativeDotted":"\u0938\u093F\u0938\u094D\u091F\u092E \u092C\u093F\u0902\u0926\u0940\u0926\u093E\u0930 \u0905\u0902\u0921\u0930\u0932\u093E\u0907\u0928 \u0915\u0947 \u0938\u093E\u0925 \u0906\u0924\u093E \u0939\u0948","translationTheme.nativeUnderline":"\u0938\u093F\u0938\u094D\u091F\u092E \u0938\u0940\u0927\u0947 \u0905\u0902\u0921\u0930\u0932\u093E\u0907\u0928 \u0915\u0947 \u0938\u093E\u0925 \u0906\u0924\u093E \u0939\u0948","translationTheme.wavy":"\u0932\u0939\u0930\u0926\u093E\u0930 \u0930\u0947\u0916\u093E\u090F\u0901","translationServices.custom":"\u0915\u0938\u094D\u091F\u092E \u090F\u092A\u0940\u0906\u0908","translationServices.tencent":"\u091F\u0947\u0928\u0938\u0947\u0902\u091F \u0905\u0928\u0941\u0935\u093E\u0926\u0915","translationServices.tenAlpha":"Tencent \u0905\u0928\u0941\u0935\u093E\u0926\u0915 (\u0905\u0932\u094D\u092B\u093E)","translationServices.google":"\u0917\u0942\u0917\u0932 \u0905\u0928\u0941\u0935\u093E\u0926","translationServices.bai":"Baidu(\u0905\u0932\u094D\u092B\u093E)","translationServices.baidu":"Baidu \u0905\u0928\u0941\u0935\u093E\u0926\u0915","translationServices.aliyun":"\u0905\u0932\u0940\u092C\u093E\u092C\u093E \u0915\u094D\u0932\u093E\u0909\u0921 \u0905\u0928\u0941\u0935\u093E\u0926","translationServices.volc":"\u091C\u094D\u0935\u093E\u0932\u093E\u092E\u0941\u0916\u0940 \u0905\u0928\u0941\u0935\u093E\u0926","translationServices.deeplx":"\u0921\u0940\u092A\u090F\u0932\u090F\u0915\u094D\u0938(\u092C\u0940\u091F\u093E)","translationServices.bing":"\u092E\u093E\u0907\u0915\u094D\u0930\u094B\u0938\u0949\u092B\u094D\u091F \u0905\u0928\u0941\u0935\u093E\u0926\u0915","translationServices.deepl":"\u0921\u0940\u092A\u090F\u0932","translationServices.wechat":"\u0935\u0940\u091A\u0948\u091F \u0905\u0928\u0941\u0935\u093E\u0926","translationServices.azure":"\u0928\u0940\u0932\u093E \u0905\u0928\u0941\u0935\u093E\u0926","translationServices.ibm":"\u0906\u0908\u092C\u0940\u090F\u092E \u0935\u0949\u091F\u0938\u0928","translationServices.aws":"\u0905\u092E\u0947\u091C\u093C\u0928 \u0905\u0928\u0941\u0935\u093E\u0926","translationServices.mock":"\u0905\u0928\u0941\u0930\u0942\u092A\u093F\u0924 \u0905\u0928\u0941\u0935\u093E\u0926","translationServices.mock2":"\u0938\u093F\u092E\u094D\u092F\u0941\u0932\u0947\u091F\u0947\u0921 \u0905\u0928\u0941\u0935\u093E\u0926 2","translationServices.caiyun":"\u0915\u0948\u092F\u0941\u0928 \u0936\u093F\u092F\u093E\u0913\u092F\u0940","translationServices.cai":"\u0915\u0948\u092F\u0941\u0928 \u0936\u093F\u092F\u093E\u0913\u092F\u0940 (\u0905\u0932\u094D\u092B\u093E)","translationServices.volcAlpha":"\u091C\u094D\u0935\u093E\u0932\u093E\u092E\u0941\u0916\u0940 (\u0905\u0932\u094D\u092B\u093E)","translationServices.openl":"\u0913\u092A\u0928\u090F\u0932","translationServices.youdao":"Youdao \u0905\u0928\u0941\u0935\u093E\u0926","translationServices.you":"Youdao \u0905\u0928\u0941\u0935\u093E\u0926 (\u0905\u0932\u094D\u092B\u093E)","translationServices.transmart":"Tencent \u0907\u0902\u091F\u0930\u0948\u0915\u094D\u091F\u093F\u0935 \u0905\u0928\u0941\u0935\u093E\u0926","translationServices.niu":"\u092E\u093E\u0935\u0947\u0930\u093F\u0915\u094D\u0938 \u0905\u0928\u0941\u0935\u093E\u0926","translationServices.papago":"\u092A\u093E\u092A\u093E\u0917\u094B \u0905\u0928\u0941\u0935\u093E\u0926","translationServices.d":"\u0921\u0940(\u0905\u0932\u094D\u092B\u093E)","translationServices.dpro":"\u0921\u0940 \u092A\u094D\u0930\u094B (\u0915\u0948\u0928\u0930\u0940)","translationServices.openai":"\u0913\u092A\u0928\u090F\u0906\u0908","translationServices.chatgpt":"\u091A\u0948\u091F\u091C\u0940\u092A\u0940\u091F\u0940 \u0935\u0947\u092C(3.5 \u092E\u094B\u092C\u093E\u0907\u0932)","translate title":"\u092A\u0943\u0937\u094D\u0920 \u0936\u0940\u0930\u094D\u0937\u0915 \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0947\u0902","always languages":"\u0939\u092E\u0947\u0936\u093E \u0905\u0928\u0941\u0935\u093E\u0926\u093F\u0924 \u092D\u093E\u0937\u093E",neverTranslateLanguagesLabel:"\u0910\u0938\u0940 \u092D\u093E\u0937\u093E\u090F\u0901 \u091C\u093F\u0928\u0915\u093E \u0915\u092D\u0940 \u0905\u0928\u0941\u0935\u093E\u0926 \u0928\u0939\u0940\u0902 \u0939\u094B\u0924\u093E",neverTranslateTheFollowingLanguagesDescription:"\u091C\u092C \u092A\u0943\u0937\u094D\u0920 \u092E\u0947\u0902 \u0915\u094B\u0908 \u092A\u0948\u0930\u093E\u0917\u094D\u0930\u093E\u092B \u0928\u093F\u092E\u094D\u0928\u0932\u093F\u0916\u093F\u0924 \u092D\u093E\u0937\u093E\u0913\u0902 \u092E\u0947\u0902 \u0939\u094B\u0917\u093E \u0924\u094B \u0905\u0928\u0941\u0935\u093E\u0926 \u091B\u094B\u0921\u093C \u0926\u093F\u092F\u093E \u091C\u093E\u090F\u0917\u093E",enableUserscriptPagePopup:"\u092A\u0943\u0937\u094D\u0920 \u092A\u0930 \u0924\u0948\u0930\u0924\u0940 \u0939\u0941\u0908 \u0917\u0947\u0902\u0926 \u0926\u093F\u0916\u093E\u090F\u0901",enableUserscriptPagePopupDescription:"\u092B\u094D\u0932\u094B\u091F\u093F\u0902\u0917 \u092C\u0949\u0932 \u0915\u094B \u092C\u0902\u0926 \u0915\u0930\u0928\u0947 \u0915\u0947 \u092C\u093E\u0926 \u0906\u092A \u0909\u0938\u0947 \u091C\u0917\u093E\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u0936\u0949\u0930\u094D\u091F\u0915\u091F \u0915\u0941\u0902\u091C\u0940/{touch}\u0915\u093E \u0909\u092A\u092F\u094B\u0917 \u0915\u0930 \u0938\u0915\u0924\u0947 \u0939\u0948\u0902\u0964 \u0907\u0938 \u0935\u093F\u0915\u0932\u094D\u092A \u0915\u094B \u0917\u0932\u0924\u0940 \u0938\u0947 \u092C\u0902\u0926 \u0915\u0930\u0928\u0947 \u0915\u0947 \u092C\u093E\u0926 \u092B\u094D\u0932\u094B\u091F\u093F\u0902\u0917 \u092C\u0949\u0932 \u0915\u094B \u092E\u093F\u0932\u0928\u0947 \u0938\u0947 \u0930\u094B\u0915\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F, \u0907\u0938 \u0938\u0947\u091F\u093F\u0902\u0917 \u092A\u0947\u091C \u0915\u094B \u092C\u0941\u0915\u092E\u093E\u0930\u094D\u0915 \u0915\u0930\u0928\u0947 \u0915\u0940 \u092A\u0941\u0930\u091C\u094B\u0930 \u0905\u0928\u0941\u0936\u0902\u0938\u093E \u0915\u0940 \u091C\u093E\u0924\u0940 \u0939\u0948\u0964","always translate the following languages":"\u091C\u092C \u092A\u0943\u0937\u094D\u0920 \u0915\u0940 \u092D\u093E\u0937\u093E \u0928\u093F\u092E\u094D\u0928\u0932\u093F\u0916\u093F\u0924 \u092D\u093E\u0937\u093E\u0913\u0902 \u092E\u0947\u0902 \u0939\u094B\u0917\u0940, \u0924\u094B \u0907\u0938\u0947 \u0938\u094D\u0935\u091A\u093E\u0932\u093F\u0924 \u0930\u0942\u092A \u0938\u0947 \u0932\u0915\u094D\u0937\u094D\u092F \u092D\u093E\u0937\u093E \u092E\u0947\u0902 \u0905\u0928\u0941\u0935\u093E\u0926\u093F\u0924 \u0915\u093F\u092F\u093E \u091C\u093E\u090F\u0917\u093E","always sites":"\u0939\u092E\u0947\u0936\u093E \u0905\u0928\u0941\u0935\u093E\u0926\u093F\u0924 \u092F\u0942\u0906\u0930\u090F\u0932","always translate the following sites":"\u091C\u092C \u0935\u0947\u092C\u0938\u093E\u0907\u091F \u0928\u093F\u092E\u094D\u0928\u0932\u093F\u0916\u093F\u0924 \u0921\u094B\u092E\u0947\u0928 \u0928\u093E\u092E \u0915\u0940 \u0939\u094B\u0917\u0940, \u0924\u094B \u0907\u0938\u0947 \u0938\u094D\u0935\u091A\u093E\u0932\u093F\u0924 \u0930\u0942\u092A \u0938\u0947 \u0932\u0915\u094D\u0937\u094D\u092F \u092D\u093E\u0937\u093E \u092E\u0947\u0902 \u0905\u0928\u0941\u0935\u093E\u0926\u093F\u0924 \u0915\u093F\u092F\u093E \u091C\u093E\u090F\u0917\u093E","never sites":"\u0910\u0938\u0947 \u092F\u0942\u0906\u0930\u090F\u0932 \u091C\u093F\u0928\u0915\u093E \u0915\u092D\u0940 \u0905\u0928\u0941\u0935\u093E\u0926 \u0928\u0939\u0940\u0902 \u0915\u093F\u092F\u093E \u091C\u093E\u090F\u0917\u093E","never translate the following sites":"\u091C\u092C \u0935\u0947\u092C\u0938\u093E\u0907\u091F \u0928\u093F\u092E\u094D\u0928\u0932\u093F\u0916\u093F\u0924 \u0921\u094B\u092E\u0947\u0928 \u0928\u093E\u092E \u0915\u0940 \u0939\u094B \u0924\u094B \u0905\u0928\u0941\u0935\u093E\u0926 \u0928\u0939\u0940\u0902 \u0915\u093F\u092F\u093E \u091C\u093E\u090F\u0917\u093E","please refer to":"\u0909\u092A\u092F\u094B\u0917 \u0915\u0930\u0928\u0947 \u0938\u0947 \u092A\u0939\u0932\u0947 \u0906\u092A\u0915\u094B \u0915\u0941\u0902\u091C\u0940 \u092D\u0930\u0928\u0940 \u0939\u094B\u0917\u0940\u0964 \u0935\u093F\u0935\u0930\u0923 \u0915\u0947 \u0932\u093F\u090F, \u0915\u0943\u092A\u092F\u093E \u0926\u0947\u0916\u0947\u0902",KeyAndConfigurationTutorial:'"\u092E\u0941\u0916\u094D\u092F \u0905\u0928\u0941\u092A\u094D\u0930\u092F\u094B\u0917 \u0914\u0930 \u0915\u0949\u0928\u094D\u092B\u093C\u093F\u0917\u0930\u0947\u0936\u0928 \u091F\u094D\u092F\u0942\u091F\u094B\u0930\u093F\u092F\u0932"',useAboveStyleForTheseSites:"\u091C\u092C \u0935\u0947\u092C\u0938\u093E\u0907\u091F \u0928\u093F\u092E\u094D\u0928 \u0921\u094B\u092E\u0947\u0928 \u0928\u093E\u092E \u0939\u094B, \u0924\u094B \u0939\u092E\u0947\u0936\u093E \u2308{theme}\u230B \u0905\u0928\u0941\u0935\u093E\u0926 \u0936\u0948\u0932\u0940 \u0915\u093E \u0909\u092A\u092F\u094B\u0917 \u0915\u0930\u0947\u0902",currentUrl:"\u0935\u0930\u094D\u0924\u092E\u093E\u0928 \u092F\u0942\u0906\u0930\u090F\u0932",confirm:"\u092C\u091A\u093E\u0928\u093E",cancel:"\u0930\u0926\u094D\u0926 \u0915\u0930\u0928\u093E",delete:"\u092E\u093F\u091F\u093E\u0928\u093E","languages.auto":"\u0938\u094D\u0935\u091A\u093E\u0932\u093F\u0924 \u092A\u0939\u091A\u093E\u0928",syncToCloud:"Google Drive \u0938\u0947 \u0938\u093F\u0902\u0915 \u0915\u0930\u0947\u0902",syncToCloudDescription:"\u0915\u094D\u0932\u093E\u0909\u0921 \u092A\u0930 \u0905\u092A\u0932\u094B\u0921 \u0915\u0930\u0947\u0902, \u0914\u0930 \u0905\u0902\u0924\u093F\u092E \u0938\u0902\u0936\u094B\u0927\u0928 \u0938\u092E\u092F \u0915\u0947 \u0905\u0927\u0940\u0928, \u0915\u0949\u0928\u094D\u092B\u093C\u093F\u0917\u0930\u0947\u0936\u0928 \u0915\u094B \u0935\u093F\u092D\u093F\u0928\u094D\u0928 \u092C\u094D\u0930\u093E\u0909\u091C\u093C\u0930\u094B\u0902/\u0911\u092F\u0932 \u092E\u0902\u0915\u0940 \u0938\u094D\u0915\u094D\u0930\u093F\u092A\u094D\u091F \u0915\u0947 \u092C\u0940\u091A \u0938\u093F\u0902\u0915\u094D\u0930\u0928\u093E\u0907\u091C\u093C \u0915\u093F\u092F\u093E \u091C\u093E \u0938\u0915\u0924\u093E \u0939\u0948\u0964",syncToAccount:"\u0907\u092E\u0930\u094D\u0938\u093F\u0935 \u091F\u094D\u0930\u093E\u0902\u0938\u0932\u0947\u0936\u0928 \u0915\u094D\u0932\u093E\u0909\u0921 \u0938\u0947 \u0938\u093F\u0902\u0915 \u0915\u0930\u0947\u0902",syncToAccountButton:"\u0924\u0941\u0930\u0902\u0924 \u0915\u094D\u0932\u093E\u0909\u0921 \u0915\u0947 \u0938\u093E\u0925 \u0938\u093F\u0902\u0915 \u0915\u0930\u0947\u0902",syncToAccountDescription:"\u0905\u0902\u0924\u093F\u092E \u0938\u0902\u0936\u094B\u0927\u0928 \u0938\u092E\u092F \u0915\u0947 \u0906\u0927\u093E\u0930 \u092A\u0930, \u0935\u093F\u092D\u093F\u0928\u094D\u0928 \u0909\u092A\u0915\u0930\u0923\u094B\u0902 \u0915\u0947 \u092C\u0940\u091A \u0915\u0949\u0928\u094D\u092B\u093C\u093F\u0917\u0930\u0947\u0936\u0928 \u0915\u094B \u0938\u094D\u0935\u091A\u093E\u0932\u093F\u0924 \u0930\u0942\u092A \u0938\u0947 \u0938\u093F\u0902\u0915\u094D\u0930\u0928\u093E\u0907\u091C\u093C \u0915\u0930\u0947\u0902\u0964",successSyncConfigInAccount:"\u0915\u094D\u0932\u093E\u0909\u0921 \u0915\u0947 \u0938\u093E\u0925 \u0938\u092B\u0932\u0924\u093E\u092A\u0942\u0930\u094D\u0935\u0915 \u0938\u092E\u0928\u094D\u0935\u092F\u093F\u0924 \u0930\u0939\u0947\u0902",successSyncConfigToAccount:"\u0915\u094D\u0932\u093E\u0909\u0921 \u0915\u0947 \u0938\u093E\u0925 \u0938\u092B\u0932\u0924\u093E\u092A\u0942\u0930\u094D\u0935\u0915 \u0938\u092E\u0928\u094D\u0935\u092F\u093F\u0924 \u0915\u093F\u092F\u093E \u0917\u092F\u093E",syncConfigNoUpdate:"\u092A\u0939\u0932\u0947 \u0938\u0947 \u0939\u0940 \u0928\u0935\u0940\u0928\u0924\u092E",authFail:"\u092A\u094D\u0930\u092E\u093E\u0923\u0940\u0915\u0930\u0923 \u0935\u093F\u092B\u0932",syncTitle:"\u092E\u0948\u0928\u094D\u092F\u0941\u0905\u0932 \u092C\u0948\u0915\u0905\u092A \u092A\u094D\u0930\u092C\u0902\u0927\u0928",import_hint:"\u0906\u092F\u093E\u0924",upload:"\u0921\u093E\u0932\u0928\u093E",revokeAuth:"\u092A\u094D\u0930\u093E\u0927\u093F\u0915\u0930\u0923 \u0930\u0926\u094D\u0926 \u0915\u0930\u0947\u0902",uploadFail:"\u0905\u092A\u0932\u094B\u0921 \u0935\u093F\u092B\u0932",download:"\u0921\u093E\u0909\u0928\u0932\u094B\u0921 \u0915\u0930\u0928\u093E",importSuccess:"\u0906\u092F\u093E\u0924 \u0938\u092B\u0932",importFail:"\u0906\u092F\u093E\u0924 \u0935\u093F\u092B\u0932",deleteFail:"\u0939\u091F\u093E\u0928\u0947 \u092E\u0947\u0902 \u0935\u093F\u092B\u0932",backupToCloud:"\u092C\u0948\u0915\u0905\u092A \u092B\u093C\u093E\u0907\u0932\u094B\u0902 \u0915\u094B \u092E\u0948\u0928\u094D\u092F\u0941\u0905\u0932 \u0930\u0942\u092A \u0938\u0947 \u092A\u094D\u0930\u092C\u0902\u0927\u093F\u0924 \u0915\u0930\u0947\u0902",create_new_backup:"\u092C\u0948\u0915\u0905\u092A \u0928\u094B\u0921 \u091C\u094B\u0921\u093C\u0947\u0902",maxBackupFiles:"\u0905\u0927\u093F\u0915\u0924\u092E{count}\u0935\u093F\u092D\u093F\u0928\u094D\u0928 \u0928\u094B\u0921\u094D\u0938 \u0915\u093E \u092C\u0948\u0915\u0905\u092A \u0932\u093F\u092F\u093E \u091C\u093E \u0938\u0915\u0924\u093E \u0939\u0948, \u0915\u0943\u092A\u092F\u093E \u0905\u0928\u093E\u0935\u0936\u094D\u092F\u0915 \u0928\u094B\u0921\u094D\u0938 \u0939\u091F\u093E \u0926\u0947\u0902",backupToCloudDescription:"\u092C\u0948\u0915\u0905\u092A \u092B\u093C\u093E\u0907\u0932\u094B\u0902 \u0915\u094B \u092E\u0948\u0928\u094D\u092F\u0941\u0905\u0932 \u0930\u0942\u092A \u0938\u0947 \u0905\u092A\u0932\u094B\u0921 \u092F\u093E \u092A\u0941\u0928\u0930\u094D\u0938\u094D\u0925\u093E\u092A\u093F\u0924 \u0915\u0930\u0947\u0902, \u091C\u093F\u0938\u0938\u0947 3 \u0905\u0932\u0917-\u0905\u0932\u0917 \u092C\u0948\u0915\u0905\u092A \u0915\u0940 \u0905\u0928\u0941\u092E\u0924\u093F \u092E\u093F\u0932\u0924\u0940 \u0939\u0948",successSyncConfig:"\u0915\u094D\u0932\u093E\u0909\u0921 \u0915\u0947 \u0938\u093E\u0925 \u0938\u092B\u0932\u0924\u093E\u092A\u0942\u0930\u094D\u0935\u0915 \u0938\u092E\u0928\u094D\u0935\u092F\u093F\u0924 \u0930\u0939\u0947\u0902",syncFail:"\u0938\u092E\u0928\u094D\u0935\u092F\u0928 \u0935\u093F\u092B\u0932",updatedAt:"{date}\u092A\u0930 \u0905\u0926\u094D\u092F\u0924\u0928 \u0915\u093F\u092F\u093E \u0917\u092F\u093E",lastSyncedAt:"\u0905\u0902\u0924\u093F\u092E \u092C\u093E\u0930 {date}\u092A\u0930 \u091C\u093E\u0901\u091A \u0915\u0940 \u0917\u0908",downloadFail:"\u0921\u093E\u0909\u0928\u0932\u094B\u0921 \u0935\u093F\u092B\u0932",clickToDownload:"\u0921\u093E\u0909\u0928\u0932\u094B\u0921 \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u0915\u094D\u0932\u093F\u0915 \u0915\u0930\u0947\u0902",aboutLabel:"\u0915\u0947 \u092C\u093E\u0930\u0947 \u092E\u0947\u0902 - \u092A\u094D\u0930\u0924\u093F\u0915\u094D\u0930\u093F\u092F\u093E","browser.openAboutPage":"\u0915\u0947 \u092C\u093E\u0930\u0947 \u092E\u0947\u0902/\u092A\u094D\u0930\u0924\u093F\u0915\u094D\u0930\u093F\u092F\u093E",aboutLabelWithoutSponsor:"\u0915\u0947 \u092C\u093E\u0930\u0947 \u092E\u0947\u0902 - \u092A\u094D\u0930\u0924\u093F\u0915\u094D\u0930\u093F\u092F\u093E",aboutIntro:"\u092E\u0941\u091D\u0947 \u0906\u0936\u093E \u0939\u0948 \u0915\u093F \u0939\u092E \u0938\u092D\u0940 \u0907\u0902\u091F\u0930\u0928\u0947\u091F \u092A\u0930 \u0935\u093F\u0936\u093E\u0932 \u0935\u093F\u0926\u0947\u0936\u0940 \u092D\u093E\u0937\u093E \u0915\u0940 \u091C\u093E\u0928\u0915\u093E\u0930\u0940 \u0905\u0927\u093F\u0915 \u0906\u0938\u093E\u0928\u0940 \u0938\u0947 \u0914\u0930 \u0916\u0941\u0936\u0940 \u0938\u0947 \u092A\u094D\u0930\u093E\u092A\u094D\u0924 \u0915\u0930 \u0938\u0915\u0924\u0947 \u0939\u0948\u0902\u2764\uFE0F \u0906\u092A <6> \u092A\u094D\u0930\u094B \u0938\u0926\u0938\u094D\u092F\u0924\u093E \u0916\u094B\u0932\u0928\u093E \u091A\u0941\u0928 \u0938\u0915\u0924\u0947 \u0939\u0948\u0902 \u0921\u0940\u092A\u090F\u0932 \u0914\u0930 \u0913\u092A\u0928\u090F\u0906\u0908 \u0905\u0928\u0941\u0935\u093E\u0926\u094B\u0902 \u0915\u094B \u092C\u0949\u0915\u094D\u0938 \u0938\u0947 \u092C\u093E\u0939\u0930 \u0909\u092A\u092F\u094B\u0917 \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F\u0964

\u0939\u092E\u0947\u0902 <3>\u091F\u094D\u0935\u093F\u091F\u0930 \u092A\u0930 \u092B\u093C\u0949\u0932\u094B \u0915\u0930 \u0938\u0915\u0924\u0947 \u0939\u0948\u0902 ,<4>\u091F\u0947\u0932\u0940\u0917\u094D\u0930\u093E\u092E \u091A\u0948\u0928\u0932 , WeChat \u0938\u093E\u0930\u094D\u0935\u091C\u0928\u093F\u0915 \u0916\u093E\u0924\u093E, WeChat \u0938\u0902\u091A\u093E\u0930 \u0938\u092E\u0942\u0939, \u092F\u093E \u0928\u0940\u091A\u0947 <5> \u0908\u092E\u0947\u0932 \u0938\u0926\u0938\u094D\u092F\u0924\u093E \u0905\u092A\u0921\u0947\u091F \u091F\u094D\u0930\u0948\u0915 \u0915\u0930\u0947\u0902.
<7>\u092A\u094D\u0930\u094B \u0938\u0926\u0938\u094D\u092F \u0906\u092A \u090F\u0915\u094D\u0938\u092A\u094D\u0930\u0947\u0938 \u0917\u094D\u0930\u093E\u0939\u0915 \u0938\u0947\u0935\u093E \u0908\u092E\u0947\u0932 <8> support@immersivetranslate.com \u0938\u0947 \u0938\u0902\u092A\u0930\u094D\u0915 \u0915\u0930 \u0938\u0915\u0924\u0947 \u0939\u0948\u0902 \u0939\u092E\u093E\u0930\u0947 \u0938\u093E\u0925 \u091C\u0941\u0921\u093C\u0947\u0964",aboutIntroWithoutSponsor:"\u092E\u0941\u091D\u0947 \u0906\u0936\u093E \u0939\u0948 \u0915\u093F \u0939\u092E \u0938\u092D\u0940 \u0907\u0902\u091F\u0930\u0928\u0947\u091F \u092A\u0930 \u0935\u093F\u0936\u093E\u0932 \u092E\u093E\u0924\u094D\u0930\u093E \u092E\u0947\u0902 \u0935\u093F\u0926\u0947\u0936\u0940 \u092D\u093E\u0937\u093E \u0915\u0940 \u091C\u093E\u0928\u0915\u093E\u0930\u0940 \u0924\u0915 \u0906\u0938\u093E\u0928 \u0914\u0930 \u0905\u0927\u093F\u0915 \u0906\u0928\u0902\u0926\u0926\u093E\u092F\u0915 \u092A\u0939\u0941\u0902\u091A \u092A\u094D\u0930\u093E\u092A\u094D\u0924 \u0915\u0930 \u0938\u0915\u0924\u0947 \u0939\u0948\u0902 \u2764\uFE0F

\u0906\u092A \u0939\u092E\u0947\u0902 \u091F\u094D\u0935\u093F\u091F\u0930 \u092A\u0930 \u092B\u093C\u0949\u0932\u094B \u0915\u0930 \u0938\u0915\u0924\u0947 \u0939\u0948\u0902 <3> ,<4>\u091F\u0947\u0932\u0940\u0917\u094D\u0930\u093E\u092E \u091A\u0948\u0928\u0932 , WeChat \u0938\u093E\u0930\u094D\u0935\u091C\u0928\u093F\u0915 \u0916\u093E\u0924\u093E, WeChat \u0938\u0902\u091A\u093E\u0930 \u0938\u092E\u0942\u0939, \u092F\u093E \u0928\u0940\u091A\u0947 <5> \u0908\u092E\u0947\u0932 \u0938\u0926\u0938\u094D\u092F\u0924\u093E \u0905\u092A\u0921\u0947\u091F \u091F\u094D\u0930\u0948\u0915 \u0915\u0930\u0947\u0902.",projectHomepage:"\u092A\u094D\u0930\u094B\u091C\u0947\u0915\u094D\u091F \u0939\u094B\u092E \u092A\u0947\u091C",joinTelegramGroup:"\u092B\u093C\u0902\u0915\u094D\u0936\u0928 \u091A\u0930\u094D\u091A\u093E\u0913\u0902 \u092E\u0947\u0902 \u092D\u093E\u0917 \u0932\u0947\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u0909\u092A\u092F\u094B\u0917\u0915\u0930\u094D\u0924\u093E \u0938\u0902\u091A\u093E\u0930 \u0938\u092E\u0942\u0939 \u092E\u0947\u0902 \u0936\u093E\u092E\u093F\u0932 \u0939\u094B\u0902",wechatPublicAccount:"WeChat \u0938\u093E\u0930\u094D\u0935\u091C\u0928\u093F\u0915 \u0916\u093E\u0924\u093E",wechatCommunities:"WeChat \u0938\u0902\u091A\u093E\u0930 \u0938\u092E\u0942\u0939",qqCommunities:"QQ \u0938\u0902\u091A\u093E\u0930 \u091A\u0948\u0928\u0932",joinTelegramChannel:"\u0928\u0935\u0940\u0928\u0924\u092E \u0905\u092A\u0921\u0947\u091F \u0915\u0947 \u0932\u093F\u090F \u091F\u0947\u0932\u0940\u0917\u094D\u0930\u093E\u092E \u091A\u0948\u0928\u0932 \u0915\u094B \u092B\u0949\u0932\u094B \u0915\u0930\u0947\u0902",feedbackAndJoin:"\u0938\u092E\u0938\u094D\u092F\u093E \u092A\u094D\u0930\u0924\u093F\u0915\u094D\u0930\u093F\u092F\u093E/\u0938\u092E\u0942\u0939 \u092E\u0947\u0902 \u0936\u093E\u092E\u093F\u0932 \u0939\u094B\u0902",autoSync:"\u0938\u094D\u0935\u091A\u093E\u0932\u093F\u0924 \u0905\u0928\u0941\u0938\u0942\u091A\u093F\u0924 \u0924\u0941\u0932\u094D\u092F\u0915\u093E\u0932\u0928",loadingThemeTitle:"\u0932\u094B\u0921\u093F\u0902\u0917 \u0936\u0948\u0932\u0940",loadingThemeDescription:"\u0905\u0928\u0941\u0935\u093E\u0926 \u0932\u094B\u0921 \u0939\u094B\u0928\u0947 \u0915\u0940 \u092A\u094D\u0930\u0924\u0940\u0915\u094D\u0937\u093E \u0915\u0930\u0924\u0947 \u0938\u092E\u092F \u0936\u0948\u0932\u0940 \u0938\u0947\u091F \u0915\u0930\u0947\u0902","loadingTheme.spinner":"\u0935\u0943\u0924\u094D\u0924 \u090F\u0928\u0940\u092E\u0947\u0936\u0928","loadingTheme.text":"\u0938\u094D\u0925\u093F\u0930 \u092A\u093E\u0920... ","loadingTheme.none":"\u0928\u0939\u0940\u0902 \u0926\u093F\u0916\u093E\u0924\u0947",developerDescription:"\u0906\u092A \u092F\u0939\u093E\u0902 <1> \u092A\u0930 \u0915\u094D\u0932\u093F\u0915 \u0915\u0930 \u0938\u0915\u0924\u0947 \u0939\u0948\u0902 \u0909\u0928\u094D\u0928\u0924 \u0905\u0928\u0941\u0915\u0942\u0932\u0928 \u0938\u0947 \u0938\u0902\u092C\u0902\u0927\u093F\u0924 \u0926\u0938\u094D\u0924\u093E\u0935\u0947\u091C\u093C \u0926\u0947\u0916\u0947\u0902","edit border color":"\u092C\u0949\u0930\u094D\u0921\u0930 \u0915\u093E \u0930\u0902\u0917 \u0938\u0902\u0936\u094B\u0927\u093F\u0924 \u0915\u0930\u0947\u0902",successSyncButNoChange:"\u0935\u0930\u094D\u0924\u092E\u093E\u0928 \u0915\u0949\u0928\u094D\u092B\u093C\u093F\u0917\u0930\u0947\u0936\u0928 \u0915\u094D\u0932\u093E\u0909\u0921 \u0915\u0947 \u0905\u0928\u0941\u0930\u0942\u092A \u0939\u0948",customTheme:"\u0915\u0938\u094D\u091F\u092E \u0930\u0902\u0917 \u0914\u0930 \u0906\u0915\u093E\u0930","customThemeLabel.borderColor":"\u0938\u0940\u092E\u093E \u0930\u0902\u0917","customThemeLabel.borderRadius":"\u0938\u0940\u092E\u093E \u0917\u094B\u0932\u093E\u0915\u093E\u0930 \u0915\u094B\u0928\u0947","customThemeLabel.textColor":"\u092A\u093E\u0920 \u0915\u093E \u0930\u0902\u0917","customThemeLabel.backgroundColor":"\u092A\u0943\u0937\u094D\u0920\u092D\u0942\u092E\u093F \u0915\u093E \u0930\u0902\u0917","customThemeLabel.zoom":"\u092B\u093C\u0949\u0928\u094D\u091F \u0938\u094D\u0915\u0947\u0932\u093F\u0902\u0917 (%)","customThemeLabel.opacity":"\u092A\u093E\u0920 \u0905\u092A\u093E\u0930\u0926\u0930\u094D\u0936\u093F\u0924\u093E (%)",resetToDefaultColor:"\u0921\u093F\u092B\u093C\u0949\u0932\u094D\u091F \u0930\u0902\u0917 \u092A\u0930 \u0935\u093E\u092A\u0938 \u0932\u094C\u091F\u0947\u0902",resetToDefaultSettings:"\u0921\u093F\u092B\u093C\u0949\u0932\u094D\u091F \u0938\u0947\u091F\u093F\u0902\u0917\u094D\u0938 \u092A\u0930 \u0935\u093E\u092A\u0938 \u0932\u094C\u091F\u0947\u0902",isTranslateTitle:"\u0905\u0928\u0941\u0935\u093E\u0926\u093F\u0924 \u0935\u0947\u092C \u092A\u0947\u091C \u0936\u0940\u0930\u094D\u0937\u0915 \u091A\u093E\u0932\u0942 \u0915\u0930\u0947\u0902",isTranslateTitleDescription:"\u091A\u093E\u0932\u0942 \u0939\u094B\u0928\u0947 \u092A\u0930, \u0935\u0947\u092C \u092A\u0947\u091C \u0936\u0940\u0930\u094D\u0937\u0915 \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u093F\u092F\u093E \u091C\u093E\u090F\u0917\u093E",enableSearchEnhancement:"\u0926\u094D\u0935\u093F\u092D\u093E\u0937\u0940 \u0938\u0942\u091A\u0928\u093E \u0938\u0902\u0935\u0930\u094D\u0926\u094D\u0927\u0928 \u0938\u0915\u094D\u0937\u092E \u0915\u0930\u0947\u0902",enableSearchEnhancementDescription:'\u091A\u093E\u0932\u0942 \u0939\u094B\u0928\u0947 \u0915\u0947 \u092C\u093E\u0926, \u0905\u0902\u0917\u094D\u0930\u0947\u091C\u0940 \u0915\u0940\u0935\u0930\u094D\u0921 \u0938\u0947 \u0938\u0902\u092C\u0902\u0927\u093F\u0924 "Google \u0938\u092E\u093E\u091A\u093E\u0930" \u0916\u094B\u091C \u092A\u0930\u093F\u0923\u093E\u092E \u0938\u094D\u0935\u091A\u093E\u0932\u093F\u0924 \u0930\u0942\u092A \u0938\u0947 \u0938\u092E\u0930\u094D\u0925\u093F\u0924 \u0935\u0947\u092C\u0938\u093E\u0907\u091F\u094B\u0902 (Google \u0938\u092E\u093E\u091A\u093E\u0930, Google \u0916\u094B\u091C (\u0915\u0941\u091B \u0915\u0940\u0935\u0930\u094D\u0921), \u0938\u094D\u0928\u094B\u092C\u0949\u0932, \u0913\u0930\u093F\u090F\u0902\u091F\u0932 \u092B\u0949\u0930\u094D\u091A\u094D\u092F\u0942\u0928, \u092B\u093C\u0941\u091F\u0942, \u091F\u093E\u0907\u0917\u0930 \u0938\u092E\u0941\u0926\u093E\u092F) \u0915\u0947 \u0926\u093E\u0939\u093F\u0928\u0947 \u0915\u0949\u0932\u092E \u092E\u0947\u0902 \u092A\u094D\u0930\u0926\u0930\u094D\u0936\u093F\u0924 \u0939\u094B\u0902\u0917\u0947\u0964',verifyService:"\u0938\u0947\u0935\u093E \u0915\u093E \u092A\u0930\u0940\u0915\u094D\u0937\u0923 \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u092F\u0939\u093E\u0902 \u0915\u094D\u0932\u093F\u0915 \u0915\u0930\u0947\u0902",verified:"\u0938\u0924\u094D\u092F\u093E\u092A\u0928 \u0938\u092B\u0932","field.langs":"\u0938\u092E\u0930\u094D\u0925\u093F\u0924 \u092D\u093E\u0937\u093E \u0915\u094B\u0921","field.model":"\u0928\u092E\u0942\u0928\u093E","field.translationEngine":"\u0905\u0928\u0941\u0935\u093E\u0926 \u0907\u0902\u091C\u0928","field.limitPerMinute":"\u092A\u094D\u0930\u0924\u093F \u092E\u093F\u0928\u091F \u0905\u0928\u0941\u0930\u094B\u0927\u094B\u0902 \u0915\u0940 \u0905\u0927\u093F\u0915\u0924\u092E \u0938\u0902\u0916\u094D\u092F\u093E","field.limitPerSecond":"\u092A\u094D\u0930\u0924\u093F \u0938\u0947\u0915\u0902\u0921 \u0905\u0928\u0941\u0930\u094B\u0927\u094B\u0902 \u0915\u0940 \u0905\u0927\u093F\u0915\u0924\u092E \u0938\u0902\u0916\u094D\u092F\u093E","field.maxTextLengthPerRequest":"\u092A\u094D\u0930\u0924\u093F \u0905\u0928\u0941\u0930\u094B\u0927 \u0905\u0927\u093F\u0915\u0924\u092E \u092A\u093E\u0920 \u0932\u0902\u092C\u093E\u0908","field.maxTextGroupLengthPerRequest":"\u092A\u094D\u0930\u0924\u093F \u0905\u0928\u0941\u0930\u094B\u0927 \u092A\u0948\u0930\u093E\u0917\u094D\u0930\u093E\u092B \u0915\u0940 \u0905\u0927\u093F\u0915\u0924\u092E \u0938\u0902\u0916\u094D\u092F\u093E","field.apiUrl":"\u0915\u0938\u094D\u091F\u092E \u090F\u092A\u0940\u0906\u0908 \u0907\u0902\u091F\u0930\u092B\u093C\u0947\u0938 \u092A\u0924\u093E","field.placeholderDelimiters":"\u0906\u0930\u0915\u094D\u0937\u093F\u0924 \u092A\u094D\u0932\u0947\u0938\u0939\u094B\u0932\u094D\u0921\u0930","description.custom":"\u0915\u0938\u094D\u091F\u092E \u0907\u0902\u091F\u0930\u092B\u093C\u0947\u0938 \u090F\u0915\u094D\u0938\u0947\u0938 \u0915\u0947 \u0932\u093F\u090F \u0938\u0902\u0926\u0930\u094D\u092D \u0926\u0938\u094D\u0924\u093E\u0935\u0947\u091C\u093C\u094B\u0902 \u0915\u0940 \u0906\u0935\u0936\u094D\u092F\u0915\u0924\u093E \u0939\u0948","description.limitPerMinute":"\u091C\u092C \u0905\u0928\u0941\u0930\u094B\u0927\u094B\u0902 \u0915\u0940 \u0938\u0902\u0916\u094D\u092F\u093E \u0907\u0938 \u0938\u0940\u092E\u093E \u0938\u0947 \u0905\u0927\u093F\u0915 \u0939\u094B \u091C\u093E\u0924\u0940 \u0939\u0948, \u0924\u094B \u092F\u0939 \u0905\u0917\u0932\u0947 \u092E\u093F\u0928\u091F \u0915\u0940 \u0936\u0941\u0930\u0941\u0906\u0924 \u0924\u0915 \u0915\u0924\u093E\u0930 \u0938\u094D\u0925\u093F\u0924\u093F \u092E\u0947\u0902 \u092A\u094D\u0930\u0935\u0947\u0936 \u0915\u0930\u0947\u0917\u0940\u0964 OpenAI \u0915\u0940 \u0935\u0930\u094D\u0924\u092E\u093E\u0928 \u0938\u0947\u0935\u093E \u0915\u0940 \u0935\u093F\u092D\u093F\u0928\u094D\u0928 \u0938\u0940\u092E\u093E\u0913\u0902 \u0915\u0947 \u0915\u093E\u0930\u0923, \u0915\u0943\u092A\u092F\u093E \u092F\u0939\u093E\u0902 <1> \u0915\u094D\u0932\u093F\u0915 \u0915\u0930\u0947\u0902 \u0928\u0935\u0940\u0928\u0924\u092E \u0905\u0928\u0941\u0936\u0902\u0938\u093F\u0924 \u092E\u093E\u0928 \u0926\u0947\u0916\u0947\u0902","description.limitPerSecond":"\u091C\u092C \u0905\u0928\u0941\u0930\u094B\u0927\u094B\u0902 \u0915\u0940 \u0938\u0902\u0916\u094D\u092F\u093E \u0907\u0938 \u0938\u0940\u092E\u093E \u0938\u0947 \u0905\u0927\u093F\u0915 \u0939\u094B \u091C\u093E\u0924\u0940 \u0939\u0948, \u0924\u094B \u092F\u0939 \u0905\u0917\u0932\u0947 \u0938\u0947\u0915\u0902\u0921 \u0915\u0940 \u0936\u0941\u0930\u0941\u0906\u0924 \u0924\u0915 \u0915\u0924\u093E\u0930 \u0938\u094D\u0925\u093F\u0924\u093F \u092E\u0947\u0902 \u092A\u094D\u0930\u0935\u0947\u0936 \u0915\u0930\u0947\u0917\u0940\u0964 OpenAI \u0915\u0940 \u0935\u0930\u094D\u0924\u092E\u093E\u0928 \u0938\u0947\u0935\u093E \u0915\u0940 \u0935\u093F\u092D\u093F\u0928\u094D\u0928 \u0938\u0940\u092E\u093E\u0913\u0902 \u0915\u0947 \u0915\u093E\u0930\u0923, \u0915\u0943\u092A\u092F\u093E \u092F\u0939\u093E\u0902 <1> \u0915\u094D\u0932\u093F\u0915 \u0915\u0930\u0947\u0902 \u0928\u0935\u0940\u0928\u0924\u092E \u0905\u0928\u0941\u0936\u0902\u0938\u093F\u0924 \u092E\u093E\u0928 \u0926\u0947\u0916\u0947\u0902","description.generalLimitPerSecond":"\u091C\u092C \u0905\u0928\u0941\u0930\u094B\u0927\u094B\u0902 \u0915\u0940 \u0938\u0902\u0916\u094D\u092F\u093E \u0907\u0938 \u0938\u0940\u092E\u093E \u0938\u0947 \u0905\u0927\u093F\u0915 \u0939\u094B \u091C\u093E\u0924\u0940 \u0939\u0948, \u0924\u094B \u092F\u0939 \u0905\u0917\u0932\u0947 \u0938\u0947\u0915\u0902\u0921 \u0915\u0940 \u0936\u0941\u0930\u0941\u0906\u0924 \u0924\u0915 \u0915\u0924\u093E\u0930 \u0938\u094D\u0925\u093F\u0924\u093F \u092E\u0947\u0902 \u092A\u094D\u0930\u0935\u0947\u0936 \u0915\u0930\u0947\u0917\u0940\u0964","description.prompt":"\u0909\u092A\u092F\u094B\u0917\u0915\u0930\u094D\u0924\u093E \u0915\u0940 \u092A\u0939\u091A\u093E\u0928 \u092E\u0947\u0902 {service} \u0915\u094B \u092D\u0947\u091C\u0940 \u0917\u0908 \u0935\u093E\u0930\u094D\u0924\u093E\u0932\u093E\u092A, \u091C\u093F\u0938\u092E\u0947\u0902 {{text}} \u092A\u0948\u0930\u093E\u0917\u094D\u0930\u093E\u092B \u0915\u093E \u092A\u093E\u0920 \u0938\u093E\u092E\u0917\u094D\u0930\u0940 \u0915\u094B \u0926\u0930\u094D\u0936\u093E\u0924\u093E \u0939\u0948, {{from}} \u092A\u0948\u0930\u093E\u0917\u094D\u0930\u093E\u092B \u0915\u0940 \u092D\u093E\u0937\u093E \u0915\u094B \u0926\u0930\u094D\u0936\u093E\u0924\u093E \u0939\u0948, \u0914\u0930 {{to}} \u0932\u0915\u094D\u0937\u094D\u092F \u092D\u093E\u0937\u093E \u0915\u094B \u0926\u0930\u094D\u0936\u093E\u0924\u093E \u0939\u0948\u0964","description.maxTextLengthPerRequest":"\u092A\u094D\u0930\u0924\u093F \u0905\u0928\u0941\u0930\u094B\u0927 \u0935\u0930\u094D\u0923\u094B\u0902 \u0915\u0940 \u0905\u0927\u093F\u0915\u0924\u092E \u0938\u0902\u0916\u094D\u092F\u093E\u0964 \u092F\u0926\u093F \u092F\u0939 \u092C\u0939\u0941\u0924 \u092C\u0921\u093C\u093E \u0939\u0948, \u0924\u094B \u0907\u0902\u091F\u0930\u092B\u093C\u0947\u0938 \u0915\u0940 \u092A\u094D\u0930\u0924\u093F\u0915\u094D\u0930\u093F\u092F\u093E \u0927\u0940\u092E\u0940 \u0939\u094B \u091C\u093E\u090F\u0917\u0940, \u0907\u0938\u0932\u093F\u090F \u0906\u092A \u0917\u0924\u093F \u0915\u094B \u0905\u0928\u0941\u0915\u0942\u0932\u093F\u0924 \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u0907\u0938 \u0935\u093F\u0915\u0932\u094D\u092A \u0915\u094B \u0938\u092E\u093E\u092F\u094B\u091C\u093F\u0924 \u0915\u0930\u0928\u0947 \u0915\u093E \u092A\u094D\u0930\u092F\u093E\u0938 \u0915\u0930 \u0938\u0915\u0924\u0947 \u0939\u0948\u0902\u0964","description.systemPrompt":"\u0913\u092A\u0928\u090F\u0906\u0908 \u0915\u094B \u0938\u093F\u0938\u094D\u091F\u092E \u0915\u0947 \u0930\u0942\u092A \u092E\u0947\u0902 \u092C\u093E\u0924\u091A\u0940\u0924 \u092D\u0947\u091C\u0940 \u0917\u0908, \u091C\u0939\u093E\u0902 {{text}} \u092A\u0948\u0930\u093E\u0917\u094D\u0930\u093E\u092B \u0915\u0940 \u092A\u093E\u0920\u094D\u092F \u0938\u093E\u092E\u0917\u094D\u0930\u0940 \u0915\u093E \u092A\u094D\u0930\u0924\u093F\u0928\u093F\u0927\u093F\u0924\u094D\u0935 \u0915\u0930\u0924\u093E \u0939\u0948,{{from}} \u092A\u0948\u0930\u093E\u0917\u094D\u0930\u093E\u092B \u0915\u0940 \u092D\u093E\u0937\u093E \u0915\u093E \u092A\u094D\u0930\u0924\u093F\u0928\u093F\u0927\u093F\u0924\u094D\u0935 \u0915\u0930\u0924\u093E \u0939\u0948, \u0914\u0930{{to}} \u0932\u0915\u094D\u0937\u094D\u092F \u092D\u093E\u0937\u093E \u0915\u093E \u092A\u094D\u0930\u0924\u093F\u0928\u093F\u0927\u093F\u0924\u094D\u0935 \u0915\u0930\u0924\u093E \u0939\u0948","field.domain":"\u092E\u0948\u0926\u093E\u0928","description.domain":"\u0921\u093F\u092B\u093C\u0949\u0932\u094D\u091F\uFF1A\u0938\u093E\u092E\u093E\u0928\u094D\u092F \u0939\u0948. \u0907\u0938\u0947 \u0915\u0947\u0935\u0932 \u0924\u092D\u0940 \u0938\u0947\u091F \u0915\u093F\u092F\u093E \u091C\u093E \u0938\u0915\u0924\u093E \u0939\u0948 \u091C\u092C Youdao API \u0915\u0902\u0938\u094B\u0932 \u092E\u0947\u0902 \u0921\u094B\u092E\u0947\u0928-\u0906\u0927\u093E\u0930\u093F\u0924 \u0905\u0928\u0941\u0935\u093E\u0926 \u0938\u0915\u094D\u0937\u092E \u0939\u094B\u0964 \u0938\u092E\u0930\u094D\u0925\u093F\u0924 \u092B\u093C\u0940\u0932\u094D\u0921 \u0915\u0947 \u0932\u093F\u090F, \u0915\u0943\u092A\u092F\u093E \u092F\u0939\u093E\u0902 <1> \u0926\u0947\u0916\u0947\u0902\u0964","field.scene":"\u092A\u0930\u094D\u0926\u0947","description.scene":"\u0921\u093F\u092B\u093C\u0949\u0932\u094D\u091F\uFF1A\u0938\u093E\u092E\u093E\u0928\u094D\u092F \u0939\u0948. \u0907\u0938\u0947 \u0915\u0947\u0935\u0932 \u0924\u092D\u0940 \u0938\u0947\u091F \u0915\u093F\u092F\u093E \u091C\u093E \u0938\u0915\u0924\u093E \u0939\u0948 \u091C\u092C \u0905\u0932\u0940\u092C\u093E\u092C\u093E \u0915\u094D\u0932\u093E\u0909\u0921 \u090F\u092A\u0940\u0906\u0908 \u0915\u0902\u0938\u094B\u0932 \u092E\u0947\u0902 \u092E\u0936\u0940\u0928\u0940 \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u093E \u092A\u0947\u0936\u0947\u0935\u0930 \u0938\u0902\u0938\u094D\u0915\u0930\u0923 \u0938\u0915\u094D\u0930\u093F\u092F \u0939\u094B\u0964 \u0938\u092E\u0930\u094D\u0925\u093F\u0924 \u092A\u0930\u093F\u0926\u0943\u0936\u094D\u092F\u094B\u0902 \u0915\u0947 \u0932\u093F\u090F \u092F\u0939\u093E\u0902 <1> \u0926\u0947\u0916\u0947\u0902\u0964","field.vocabId":"\u0909\u092A\u092F\u094B\u0917\u0915\u0930\u094D\u0924\u093E \u0936\u092C\u094D\u0926\u0915\u094B\u0936 \u0906\u0908\u0921\u0940","description.vocabId":"\u0928\u093F\u0930\u094D\u0926\u093F\u0937\u094D\u091F \u0936\u092C\u094D\u0926\u0915\u094B\u0936 \u0906\u0909\u091F_\u0906\u0908\u0921\u0940 \u0935\u0930\u094D\u0924\u092E\u093E\u0928 \u092E\u0947\u0902 \u0905\u0902\u0917\u094D\u0930\u0947\u091C\u0940-\u091A\u0940\u0928\u0940 \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u093E \u0938\u092E\u0930\u094D\u0925\u0928 \u0915\u0930\u0924\u093E \u0939\u0948\u0964","description.model":"OpenAI \u0915\u093E \u092E\u0949\u0921\u0932 gpt-3.5-\u091F\u0930\u094D\u092C\u094B, gpt-4 \u0906\u0926\u093F \u0939\u094B \u0938\u0915\u0924\u093E \u0939\u0948\u0964","description.maxTextGroupLengthPerRequest":"\u0939\u0930 \u092C\u093E\u0930 \u0905\u0928\u0941\u0935\u093E\u0926 \u0938\u0947\u0935\u093E \u0915\u094B \u092D\u0947\u091C\u0947 \u0917\u090F \u092A\u0948\u0930\u093E\u0917\u094D\u0930\u093E\u092B\u094B\u0902 \u0915\u0940 \u0938\u0902\u0916\u094D\u092F\u093E\u0964 \u092F\u0926\u093F \u092C\u0939\u0941\u0924 \u0938\u093E\u0930\u0947 \u092A\u0948\u0930\u093E\u0917\u094D\u0930\u093E\u092B \u0939\u0948\u0902, \u0924\u094B \u0907\u0902\u091F\u0930\u092B\u093C\u0947\u0938 \u0915\u0940 \u092A\u094D\u0930\u0924\u093F\u0915\u094D\u0930\u093F\u092F\u093E \u0927\u0940\u092E\u0940 \u0939\u094B \u0938\u0915\u0924\u0940 \u0939\u0948\u0964","description.apiUrl":"\u0915\u0943\u092A\u092F\u093E \u092A\u0925 \u0915\u0947 \u0938\u093E\u0925 \u090F\u0915 \u0935\u093F\u0936\u093F\u0937\u094D\u091F \u092F\u0942\u0906\u0930\u090F\u0932 \u091C\u094B\u0921\u093C\u0947\u0902, <1> \u0905\u0927\u093F\u0915 \u0928\u093F\u0930\u094D\u0926\u0947\u0936",enabledExtension:"\u090F\u0915\u094D\u0938\u091F\u0947\u0902\u0936\u0928 \u0938\u0915\u094D\u0937\u092E",clickToDisableExtension:"\u090F\u0915\u094D\u0938\u091F\u0947\u0902\u0936\u0928 \u0905\u0915\u094D\u0937\u092E \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u0915\u094D\u0932\u093F\u0915 \u0915\u0930\u0947\u0902",clickToEnableExtension:"\u090F\u0915\u094D\u0938\u091F\u0947\u0902\u0936\u0928 \u0938\u0915\u094D\u0937\u092E \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u0915\u094D\u0932\u093F\u0915 \u0915\u0930\u0947\u0902",hasBeenDisabled:"\u0905\u0915\u094D\u0937\u092E","show password":"\u092A\u093E\u0938\u0935\u0930\u094D\u0921 \u0926\u093F\u0916\u093E\u090F",customContent:"\u0915\u0938\u094D\u091F\u092E \u092E\u0949\u0921\u0932 \u0928\u093E\u092E \u0926\u0930\u094D\u091C \u0915\u0930\u0947\u0902",inputOptions:"\u0907\u0928\u092A\u0941\u091F \u092C\u0949\u0915\u094D\u0938 \u0938\u0902\u0935\u0930\u094D\u0926\u094D\u0927\u0928",mouseHoverOptions:"\u092E\u093E\u0909\u0938 \u0915\u0947 \u090A\u092A\u0930",modifyMouseHoverKey:"\u092E\u093E\u0909\u0938\u0913\u0935\u0930 \u0936\u0949\u0930\u094D\u091F\u0915\u091F \u0915\u0941\u0902\u091C\u093F\u092F\u094B\u0902 \u0915\u094B \u0938\u0902\u0936\u094B\u0927\u093F\u0924 \u0915\u0930\u0947\u0902",enableInputTranslation:"\u0907\u0928\u092A\u0941\u091F \u092C\u0949\u0915\u094D\u0938 \u090F\u0928\u094D\u0939\u093E\u0902\u0938\u092E\u0947\u0902\u091F \u0938\u0915\u094D\u0937\u092E \u0915\u0930\u0928\u093E \u0939\u0948 \u092F\u093E \u0928\u0939\u0940\u0902",enableInputTranslationDescription:"{trailingKey}\u0938\u0915\u094D\u0937\u092E \u0915\u0930\u0928\u0947 \u0915\u0947 \u092C\u093E\u0926, \u0938\u0940\u0927\u0947 \u0907\u0928\u092A\u0941\u091F \u092C\u0949\u0915\u094D\u0938 \u092E\u0947\u0902 {startingKey}{startingKey} \u0939\u0948\u0932\u094B \u0926\u0930\u094D\u091C \u0915\u0930\u0947\u0902, \u0914\u0930 \u092B\u093F\u0930 \u0907\u0938\u0947 {inputTargetLanguage}\u092E\u0947\u0902 \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u091C\u0932\u094D\u0926\u0940 \u0938\u0947{inputTrailingTriggerKeyRepeatTimes}\u092A\u0930 \u0926\u094B \u092C\u093E\u0930 \u0915\u094D\u0932\u093F\u0915 \u0915\u0930\u0947\u0902\u0964",enableInputTranslationDescriptionForNoneKey:"\u0907\u0938\u0947 \u0938\u0915\u094D\u0937\u092E \u0915\u0930\u0928\u0947{trailingKey}, \u0938\u0940\u0927\u0947 \u0907\u0928\u092A\u0941\u091F \u092C\u0949\u0915\u094D\u0938 \u092E\u0947\u0902\uFF1A\u0939\u0948\u0932\u094B \u0935\u0930\u094D\u0932\u094D\u0921 \u0926\u0930\u094D\u091C \u0915\u0930\u0947\u0902, \u0914\u0930 \u092B\u093F\u0930 \u0921\u093F\u092B\u093C\u0949\u0932\u094D\u091F \u0932\u0915\u094D\u0937\u094D\u092F \u092D\u093E\u0937\u093E \u092E\u0947\u0902 \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u091C\u0932\u094D\u0926\u0940 \u0938\u0947{inputTrailingTriggerKeyRepeatTimes}\u092C\u093E\u0930 \u0915\u094D\u0932\u093F\u0915 \u0915\u0930\u0947\u0902\u0964",inputTargetLanguage:"\u0907\u0928\u092A\u0941\u091F \u092C\u0949\u0915\u094D\u0938 \u0915\u0940 \u0921\u093F\u092B\u093C\u0949\u0932\u094D\u091F \u0932\u0915\u094D\u0937\u094D\u092F \u092D\u093E\u0937\u093E \u0938\u0947\u091F \u0915\u0930\u0947\u0902",inputTargetLanguageDescription:"\u0907\u0928\u092A\u0941\u091F \u092C\u0949\u0915\u094D\u0938 \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0947 \u0932\u093F\u090F \u0921\u093F\u092B\u093C\u0949\u0932\u094D\u091F \u0932\u0915\u094D\u0937\u094D\u092F \u092D\u093E\u0937\u093E, \u091C\u094B \u091F\u094D\u0930\u093F\u0917\u0930 \u0936\u092C\u094D\u0926\u094B\u0902 \u0915\u0947 \u0932\u093F\u090F \u0921\u093F\u092B\u093C\u0949\u0932\u094D\u091F \u092D\u093E\u0937\u093E \u0915\u0947 \u0930\u0942\u092A \u092E\u0947\u0902 {startingKey}{startingKey} \u0939\u0948",inputTargetLanguageDescriptionForNoneKey:"\u0907\u0928\u092A\u0941\u091F \u092C\u0949\u0915\u094D\u0938 \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0947 \u0932\u093F\u090F \u0921\u093F\u092B\u093C\u0949\u0932\u094D\u091F \u0932\u0915\u094D\u0937\u094D\u092F \u092D\u093E\u0937\u093E",inputStartingTriggerKeyTitle:"\u0907\u0928\u092A\u0941\u091F \u092C\u0949\u0915\u094D\u0938 \u0915\u0947 \u0906\u0902\u0936\u093F\u0915 \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0947 \u0932\u093F\u090F \u0935\u093F\u092D\u093E\u091C\u0928 \u0935\u0930\u094D\u0923 \u0938\u0947\u091F \u0915\u0930\u0947\u0902",inputStartingTriggerKeyDescription:"\u091C\u092C \u0906\u092A\u0915\u094B \u092A\u0942\u0930\u0947 \u0907\u0928\u092A\u0941\u091F \u092C\u0949\u0915\u094D\u0938 \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0928\u0947 \u0915\u0940 \u0906\u0935\u0936\u094D\u092F\u0915\u0924\u093E \u0928\u0939\u0940\u0902 \u0939\u094B\u0924\u0940 \u0939\u0948, \u0924\u094B \u0921\u093F\u0932\u0940\u092E\u0940\u091F\u0930 \u0906\u092A\u0915\u094B \u0915\u0947\u0935\u0932 {startingKey}{startingKey} \u0938\u0947 \u0907\u0928\u092A\u0941\u091F \u092C\u0949\u0915\u094D\u0938 \u0915\u0947 \u0905\u0902\u0924 \u0924\u0915 \u0915\u0947 \u092D\u093E\u0917 \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0928\u0947 \u0915\u0940 \u0905\u0928\u0941\u092E\u0924\u093F \u0926\u0947\u0924\u093E \u0939\u0948, \u092F\u093E \u0906\u092A \u092D\u093E\u0937\u093E \u0915\u094B\u0921 \u0928\u093F\u0930\u094D\u0926\u093F\u0937\u094D\u091F \u0915\u0930 \u0938\u0915\u0924\u0947 \u0939\u0948\u0902, \u0909\u0926\u093E\u0939\u0930\u0923 \u0915\u0947 \u0932\u093F\u090F,\uFF1A{startingKey}ja \u0915\u093E \u0905\u0930\u094D\u0925 \u0915\u0947\u0935\u0932 \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0928\u093E \u0939\u0948 {startingKey}ja \u0938\u0947 \u0907\u0928\u092A\u0941\u091F \u092C\u0949\u0915\u094D\u0938 \u0915\u0947 \u0905\u0902\u0924 \u0924\u0915 \u0915\u093E \u092D\u093E\u0917\u0964",inputStartingTriggerKeyDescriptionForNoneKey:"\u0935\u0930\u094D\u0924\u092E\u093E\u0928 \u092E\u0947\u0902 \u0907\u0938\u0947 \u0915\u093F\u0938\u0940 \u0909\u092A\u0938\u0930\u094D\u0917 \u0915\u0940 \u0906\u0935\u0936\u094D\u092F\u0915\u0924\u093E \u0928\u0939\u0940\u0902 \u0939\u0948, \u0914\u0930 \u0907\u0928\u092A\u0941\u091F \u092C\u0949\u0915\u094D\u0938 \u0915\u0947 \u0915\u0941\u091B \u092A\u093E\u0920 \u0905\u0928\u0941\u0935\u093E\u0926 \u092B\u093C\u0902\u0915\u094D\u0936\u0928 \u0905\u0938\u094D\u0925\u093E\u092F\u0940 \u0930\u0942\u092A \u0938\u0947 \u0905\u0928\u0941\u092A\u0932\u092C\u094D\u0927 \u0939\u0948\u0902\u0964",inputTrailingTriggerKeyTitle:"\u090F\u0915 \u091F\u094D\u0930\u093F\u0917\u0930 \u0935\u0930\u094D\u0923 \u091A\u0941\u0928\u0947\u0902 \u091C\u094B \u0907\u0928\u092A\u0941\u091F \u0915\u094B \u0938\u092E\u093E\u092A\u094D\u0924 \u0915\u0930\u0924\u093E \u0939\u0948",inputTrailingTriggerKeyDescription:"\u0924\u094D\u0935\u0930\u093F\u0924 \u0909\u0924\u094D\u0924\u0930\u093E\u0927\u093F\u0915\u093E\u0930 \u092E\u0947\u0902{trailingKey} 3 \u092C\u093E\u0930 \u0939\u093F\u091F \u0915\u0930\u0928\u0947 \u0938\u0947 \u0905\u0928\u0941\u0935\u093E\u0926 \u0936\u0941\u0930\u0942 \u0939\u094B \u091C\u093E\u090F\u0917\u093E",inputTrailingTriggerKeyTimeout:"\u0915\u0949\u092E\u094D\u092C\u094B \u0915\u094B \u0938\u092E\u093E\u092A\u094D\u0924 \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u091F\u094D\u0930\u093F\u0917\u0930\u094D\u0938 \u0915\u0947 \u092C\u0940\u091A \u0905\u0902\u0924\u0930\u093E\u0932 \u0926\u0930\u094D\u091C \u0915\u0930\u0947\u0902\u0964",inputTrailingTriggerKeyTimeoutDescription:"\u0915\u0949\u092E\u094D\u092C\u094B \u091F\u094D\u0930\u093F\u0917\u0930 \u0915\u094B \u0938\u092E\u093E\u092A\u094D\u0924 \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u0907\u0928\u092A\u0941\u091F \u0915\u0947 \u0932\u093F\u090F \u0905\u0902\u0924\u0930\u093E\u0932 \u0938\u092E\u092F (\u092E\u093F\u0932\u0940\u0938\u0947\u0915\u0902\u0921) \u0928\u093F\u0930\u094D\u0927\u093E\u0930\u093F\u0924 \u0915\u0930\u0947\u0902",spaceKey:"<\u0938\u094D\u092A\u0947\u0938\u092C\u093E\u0930>",noneKey:"\u0915\u093F\u0938\u0940 \u0909\u092A\u0938\u0930\u094D\u0917 \u0915\u0940 \u0906\u0935\u0936\u094D\u092F\u0915\u0924\u093E \u0928\u0939\u0940\u0902 \u0939\u0948, \u0938\u0940\u0927\u0947 \u0938\u0902\u092A\u0942\u0930\u094D\u0923 \u091F\u0947\u0915\u094D\u0938\u094D\u091F \u092C\u0949\u0915\u094D\u0938 \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0947\u0902",inputTranslationBlockUrlsTitle:"\u092F\u0942\u0906\u0930\u090F\u0932 \u092E\u0947\u0902 \u0907\u0928\u092A\u0941\u091F \u092B\u093C\u0940\u0932\u094D\u0921 \u090F\u0928\u094D\u0939\u093E\u0902\u0938\u092E\u0947\u0902\u091F \u0915\u094B \u0915\u092D\u0940 \u092D\u0940 \u0938\u0915\u094D\u0937\u092E \u0928 \u0915\u0930\u0947\u0902",inputTranslationBlockUrlsDescription:"\u0928\u093F\u092E\u094D\u0928\u0932\u093F\u0916\u093F\u0924 \u092F\u0942\u0906\u0930\u090F\u0932 \u092E\u0947\u0902, \u0907\u0928\u092A\u0941\u091F \u092C\u0949\u0915\u094D\u0938 \u090F\u0928\u094D\u0939\u093E\u0902\u0938\u092E\u0947\u0902\u091F \u092A\u094D\u0930\u092D\u093E\u0935\u0940 \u0928\u0939\u0940\u0902 \u0939\u094B\u0917\u093E",clickToSeeQuickDemo:"30 \u0938\u0947\u0915\u0902\u0921 \u0915\u0947 \u0924\u094D\u0935\u0930\u093F\u0924 \u0928\u093F\u0930\u094D\u0926\u0947\u0936 \u0935\u0940\u0921\u093F\u092F\u094B \u0915\u093E \u0935\u093F\u0938\u094D\u0924\u093E\u0930 \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u0915\u094D\u0932\u093F\u0915 \u0915\u0930\u0947\u0902",inputHelperInfo:"\u0928\u094B\u091F\uFF1A: \u0939\u092E\u0928\u0947 \u0935\u093F\u0936\u0947\u0937 \u0930\u0942\u092A \u0938\u0947 \u0909\u0938 \u092E\u0941\u0926\u094D\u0926\u0947 \u0915\u094B \u0905\u0928\u0941\u0915\u0942\u0932\u093F\u0924 \u0915\u093F\u092F\u093E \u0939\u0948 \u091C\u0939\u093E\u0902 \u0915\u0941\u091B \u091F\u094D\u0930\u093F\u0917\u0930 \u0935\u0930\u094D\u0923 \u091A\u0940\u0928\u0940 \u0907\u0928\u092A\u0941\u091F \u092A\u0926\u094D\u0927\u0924\u093F \u0915\u0947 \u0924\u0939\u0924 \u091A\u0940\u0928\u0940 \u0935\u093F\u0930\u093E\u092E \u091A\u093F\u0939\u094D\u0928\u094B\u0902 \u092E\u0947\u0902 \u092C\u0926\u0932 \u091C\u093E\u090F\u0902\u0917\u0947\u0964 \u0909\u0926\u093E\u0939\u0930\u0923 \u0915\u0947 \u0932\u093F\u090F, \u0938\u094B\u0917\u094C \u0907\u0928\u092A\u0941\u091F \u092A\u0926\u094D\u0927\u0924\u093F \u0915\u0947 \u0924\u0939\u0924, / \u090F\u0915 \u0935\u093F\u0930\u093E\u092E \u092E\u0947\u0902 \u092C\u0926\u0932 \u091C\u093E\u090F\u0917\u093E, \u0914\u0930 \u0907\u092E\u0930\u094D\u0938\u093F\u0935 \u0905\u0928\u0941\u0935\u093E\u0926 \u0938\u0902\u092C\u0902\u0927\u093F\u0924 \u0938\u092D\u0940 \u091A\u0940\u0928\u0940 \u092A\u094D\u0930\u0924\u0940\u0915\u094B\u0902 \u0915\u093E \u0938\u092E\u0930\u094D\u0925\u0928 \u0915\u0930\u0924\u093E \u0939\u0948 \u091F\u094D\u0930\u093F\u0917\u0930 \u0935\u0930\u094D\u0923\u0964 , \u092F\u093E\u0928\u0940, //,, \u0914\u0930 \u0938\u092D\u0940 \u0915\u094B \u091F\u094D\u0930\u093F\u0917\u0930 \u0935\u0930\u094D\u0923 \u0915\u0947 \u0930\u0942\u092A \u092E\u0947\u0902 \u092A\u0939\u091A\u093E\u0928\u093E \u091C\u093E\u090F\u0917\u093E\u0964

\u0938\u093E\u0925 \u0939\u0940, \u0939\u092E \u0915\u092E\u093E\u0902\u0921 \u0915\u0947 \u0930\u0942\u092A \u092E\u0947\u0902 \u092D\u093E\u0937\u093E \u0915\u094B\u0921 \u0915\u0947 \u091A\u0940\u0928\u0940 \u0909\u092A\u0928\u093E\u092E\u094B\u0902 \u0915\u093E \u092D\u0940 \u0938\u092E\u0930\u094D\u0925\u0928 \u0915\u0930\u0924\u0947 \u0939\u0948\u0902\u0964 \u0909\u0926\u093E\u0939\u0930\u0923 \u0915\u0947 \u0932\u093F\u090F, /\u091C\u093E\u092A\u093E\u0928\u0940 \u0939\u0948\u0932\u094B \u0935\u0930\u094D\u0932\u094D\u0921 \u0915\u093E \u091C\u093E\u092A\u093E\u0928\u0940 \u092E\u0947\u0902 \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u093F\u092F\u093E \u091C\u093E\u090F\u0917\u093E\u0964 <1> \u0938\u092D\u0940 \u0938\u092E\u0930\u094D\u0925\u093F\u0924 \u092D\u093E\u0937\u093E \u0915\u094B\u0921 \u0926\u0947\u0916\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u092F\u0939\u093E\u0902 \u0915\u094D\u0932\u093F\u0915 \u0915\u0930\u0947\u0902\u0964 .",reloadCurrentPage:"\u0915\u0943\u092A\u092F\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0936\u0941\u0930\u0942 \u0915\u0930\u0928\u0947 \u0938\u0947 \u092A\u0939\u0932\u0947 \u0935\u0930\u094D\u0924\u092E\u093E\u0928 \u092A\u0943\u0937\u094D\u0920 \u0915\u094B \u0924\u093E\u091C\u093C\u093E \u0915\u0930\u0947\u0902",noLocalFilePermissionForPDF:"\u0935\u0930\u094D\u0924\u092E\u093E\u0928 \u092E\u0947\u0902 \u0939\u092E\u093E\u0930\u0947 \u092A\u093E\u0938 \u0938\u094D\u0925\u093E\u0928\u0940\u092F \u092B\u093C\u093E\u0907\u0932\u0947\u0902 \u092A\u0922\u093C\u0928\u0947 \u0915\u0940 \u0905\u0928\u0941\u092E\u0924\u093F \u0928\u0939\u0940\u0902 \u0939\u0948\u0964 \u0915\u0943\u092A\u092F\u093E \u090A\u092A\u0930 \u0926\u093F\u090F \u0917\u090F \u092C\u091F\u0928 \u092A\u0930 \u0915\u094D\u0932\u093F\u0915 \u0915\u0930\u0947\u0902 \u0914\u0930 \u0938\u094D\u0925\u093E\u0928\u0940\u092F \u092B\u093C\u093E\u0907\u0932\u0947\u0902 \u0906\u092F\u093E\u0924 \u0915\u0930\u0947\u0902\u0964",noPermissionForThisPage:"\u26A0\uFE0F \u0935\u0930\u094D\u0924\u092E\u093E\u0928 \u092A\u0943\u0937\u094D\u0920 \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0928\u0947 \u0915\u0940 \u0905\u0928\u0941\u092E\u0924\u093F \u0928\u0939\u0940\u0902",retryAllParagraphs:"\u0938\u092D\u0940 \u0924\u094D\u0930\u0941\u091F\u093F \u092A\u0948\u0930\u093E\u0917\u094D\u0930\u093E\u092B \u092A\u0941\u0928\u0903 \u092A\u094D\u0930\u092F\u093E\u0938 \u0915\u0930\u0947\u0902",retryAllButton:"\u0938\u092D\u0940 \u0924\u094D\u0930\u0941\u091F\u093F \u092A\u0948\u0930\u093E\u0917\u094D\u0930\u093E\u092B \u092A\u0941\u0928\u0903 \u092A\u094D\u0930\u092F\u093E\u0938 \u0915\u0930\u0947\u0902",errorTooltipTitle:"\u0924\u094D\u0930\u0941\u091F\u093F \u0915\u093E \u0915\u093E\u0930\u0923 \u0926\u0947\u0916\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u0915\u094D\u0932\u093F\u0915 \u0915\u0930\u0947\u0902",errorModalTitle:"\u0910\u0938\u093E \u0932\u0917\u0924\u093E \u0939\u0948 \u0915\u093F \u0905\u0928\u0941\u0935\u093E\u0926 \u0938\u0947\u0935\u093E \u092F\u093E \u0928\u0947\u091F\u0935\u0930\u094D\u0915 \u092E\u0947\u0902 \u0915\u0941\u091B \u0917\u0921\u093C\u092C\u0921\u093C \u0939\u0948...",disableConfirm:"\u0926\u094D\u0935\u093F\u092D\u093E\u0937\u0940 \u0938\u0942\u091A\u0928\u093E \u0938\u0902\u0935\u0930\u094D\u0926\u094D\u0927\u0928 \u0938\u0947\u091F\u093F\u0902\u0917\u094D\u0938",disableOnce:"\u0907\u0938 \u092C\u093E\u0930 \u0905\u0915\u094D\u0937\u092E",disableGlobal:"\u0938\u094D\u0925\u093E\u092F\u0940 \u0930\u0942\u092A \u0938\u0947 \u0905\u0915\u094D\u0937\u092E",disableTint:"* \u0906\u092A \u0907\u0938\u0947 {option} \u092E\u0947\u0902 \u092A\u0941\u0928\u0903 \u0938\u0915\u094D\u0937\u092E \u0915\u0930 \u0938\u0915\u0924\u0947 \u0939\u0948\u0902\u0964",searchEnhancementNotes:"\u0939\u092E\u0928\u0947 \u092A\u093E\u092F\u093E \u0915\u093F \u091A\u0940\u0928\u0940 \u0915\u0940\u0935\u0930\u094D\u0921 \u0914\u0930 \u0905\u0902\u0917\u094D\u0930\u0947\u091C\u0940 \u0915\u0940\u0935\u0930\u094D\u0921 \u0915\u0947 \u0932\u093F\u090F \u0938\u092E\u093E\u091A\u093E\u0930 \u092A\u0930\u093F\u0923\u093E\u092E \u092C\u0939\u0941\u0924 \u0905\u0932\u0917 \u0939\u0948\u0902\u0964 \u0907\u092E\u0930\u094D\u0938\u093F\u0935 \u091F\u094D\u0930\u093E\u0902\u0938\u0932\u0947\u0936\u0928 \u0926\u094D\u0935\u093F\u092D\u093E\u0937\u0940 \u0938\u0942\u091A\u0928\u093E \u0938\u0902\u0935\u0930\u094D\u0926\u094D\u0927\u0928 \u092B\u093C\u0902\u0915\u094D\u0936\u0928 \u0915\u094B \u0938\u0915\u094D\u0937\u092E \u0915\u0930\u0928\u0947 \u0915\u0947 \u092C\u093E\u0926, \u0939\u092E \u0938\u092E\u0930\u094D\u0925\u093F\u0924 \u0935\u0947\u092C\u0938\u093E\u0907\u091F\u094B\u0902 (Google \u0938\u092E\u093E\u091A\u093E\u0930, Google \u0916\u094B\u091C (\u0915\u0941\u091B \u0915\u0940\u0935\u0930\u094D\u0921), \u0938\u094D\u0928\u094B\u092C\u0949\u0932, \u0913\u0930\u093F\u090F\u0902\u091F\u0932 \u092B\u0949\u0930\u094D\u091A\u094D\u092F\u0942\u0928 \u0928\u0947\u091F\u0935\u0930\u094D\u0915, \u092B\u093C\u0941\u091F\u0942) \u092A\u0930 \u0916\u094B\u091C \u0915\u0930\u0947\u0902\u0917\u0947 , \u091F\u093E\u0907\u0917\u0930) \u0938\u094D\u0935\u091A\u093E\u0932\u093F\u0924 \u0930\u0942\u092A \u0938\u0947 \u0906\u092A\u0915\u0947 \u0932\u093F\u090F \u0905\u0902\u0917\u094D\u0930\u0947\u091C\u0940 \u092E\u0947\u0902 \u0938\u092E\u093E\u0928 \u0915\u0940\u0935\u0930\u094D\u0921 \u0916\u094B\u091C\u0924\u093E \u0939\u0948 \u0914\u0930 \u0909\u0928\u094D\u0939\u0947\u0902 \u0926\u093E\u0908\u0902 \u0913\u0930 \u092A\u094D\u0930\u0926\u0930\u094D\u0936\u093F\u0924 \u0915\u0930\u0924\u093E \u0939\u0948\u0964 \u092F\u0926\u093F \u0906\u092A\u0915\u094B \u0907\u0938 \u0938\u0941\u0935\u093F\u0927\u093E \u0915\u0940 \u0906\u0935\u0936\u094D\u092F\u0915\u0924\u093E \u0928\u0939\u0940\u0902 \u0939\u0948, \u0924\u094B \u0906\u092A \u0907\u0938\u0947 \u0905\u0915\u094D\u0937\u092E \u0915\u0930\u0928\u093E \u091A\u0941\u0928 \u0938\u0915\u0924\u0947 \u0939\u0948\u0902\u0964",option:"\u0938\u094D\u0925\u093E\u092A\u093F\u0924 \u0915\u0930\u0928\u093E",saveSettings:"\u0938\u0947\u091F\u093F\u0902\u0917\u094D\u0938 \u0938\u0947\u0935 \u0915\u0930\u0947\u0902",closeModal:"\u0916\u093F\u0921\u093C\u0915\u0940 \u092C\u0902\u0926 \u0915\u0930\u094B",enableInputTranslationWithoutTriggerKeyTitle:"\u0924\u094D\u0935\u0930\u093F\u0924 \u0915\u0949\u092E\u094D\u092C\u094B \u0915\u094B 3 \u0917\u0941\u0928\u093E{trailingKey}\u0938\u0915\u094D\u0937\u092E \u0915\u0930\u0947\u0902, \u0938\u0902\u092A\u0942\u0930\u094D\u0923 \u0907\u0928\u092A\u0941\u091F \u092C\u0949\u0915\u094D\u0938 \u0915\u094B \u0938\u0940\u0927\u0947{inputTargetLanguage}\u092E\u0947\u0902 \u0905\u0928\u0941\u0935\u093E\u0926\u093F\u0924 \u0915\u0930\u0947\u0902",enableInputTranslationWithoutTriggerKeyDescription:"\u092F\u0926\u093F \u0906\u092A\u0915\u094B \u0932\u0915\u094D\u0937\u094D\u092F \u092D\u093E\u0937\u093E \u0928\u093F\u0930\u094D\u0926\u093F\u0937\u094D\u091F \u0915\u0930\u0928\u0947 \u0915\u0940 \u0906\u0935\u0936\u094D\u092F\u0915\u0924\u093E \u0939\u0948, \u0924\u094B \u0915\u0943\u092A\u092F\u093E \u0938\u093E\u092E\u0928\u0947 \u092D\u093E\u0937\u093E \u0915\u094B\u0921 \u091C\u094B\u0921\u093C\u0947\u0902, \u091C\u0948\u0938\u0947\uFF1Aja \u0939\u0947\u0932\u094B \u0935\u0930\u094D\u0932\u094D\u0921",mouseHoverShortcutPlaceholder:"\u091C\u0948\u0938\u0947\uFF1A\u0936\u093F\u092B\u094D\u091F",deepLProName:"\u0907\u092E\u0930\u094D\u0938\u093F\u0935 \u091F\u094D\u0930\u093E\u0902\u0938\u0932\u0947\u0936\u0928 \u092A\u094D\u0930\u094B \u0938\u0926\u0938\u094D\u092F (\u0905\u0928\u0941\u0936\u0902\u0938\u093F\u0924)",deepLProDescription:"\u0935\u0930\u094D\u0924\u092E\u093E\u0928 \u092A\u0948\u0915\u0947\u091C \u0915\u093E \u0938\u0940\u0927\u0947 \u0909\u092A\u092F\u094B\u0917 \u0915\u093F\u092F\u093E \u091C\u093E \u0938\u0915\u0924\u093E \u0939\u0948",deeplProDescriptionForNormal:"\u0915\u093F\u0938\u0940 \u0938\u0947\u091F\u093F\u0902\u0917 \u0915\u0940 \u0906\u0935\u0936\u094D\u092F\u0915\u0924\u093E \u0928\u0939\u0940\u0902 \u0939\u0948\u0964 \u0906\u092A \u0938\u0926\u0938\u094D\u092F \u0915\u0947 \u0930\u0942\u092A \u092E\u0947\u0902 \u0932\u0949\u0917 \u0907\u0928 \u0915\u0930\u0928\u0947 \u0915\u0947 \u092C\u093E\u0926 \u0907\u0938\u0915\u093E \u0909\u092A\u092F\u094B\u0917 \u0915\u0930 \u0938\u0915\u0924\u0947 \u0939\u0948\u0902\u0964 <1> \u0938\u0926\u0938\u094D\u092F \u092E\u0947\u0902 \u0905\u092A\u0917\u094D\u0930\u0947\u0921 \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u092F\u0939\u093E\u0902 \u0915\u094D\u0932\u093F\u0915 \u0915\u0930\u0947\u0902\u0964",deepLCustomDescription:"\u0906\u092A\u0915\u094B \u090F\u0915 \u0935\u093F\u0926\u0947\u0936\u0940 \u0915\u094D\u0930\u0947\u0921\u093F\u091F \u0915\u093E\u0930\u094D\u0921 \u0915\u0940 \u0906\u0935\u0936\u094D\u092F\u0915\u0924\u093E \u0939\u0948, <1>\u0921\u0940\u092A\u090F\u0932 \u092A\u0930 \u091C\u093E\u090F\u0902 \u0906\u0927\u093F\u0915\u093E\u0930\u093F\u0915 \u0924\u094C\u0930 \u092A\u0930 \u0916\u094B\u0932\u093E \u0917\u092F\u093E, <2> \u0926\u0938\u094D\u0924\u093E\u0935\u0947\u091C\u093C \u0926\u0947\u0916\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u0915\u094D\u0932\u093F\u0915 \u0915\u0930\u0947\u0902",deepLCustomName:"\u0915\u0938\u094D\u091F\u092E \u092A\u094D\u0930\u093E\u092E\u093E\u0923\u093F\u0915 \u0915\u0941\u0902\u091C\u0940",chooseProviderLabel:"\u090F\u0915 \u0938\u0947\u0935\u093E \u092A\u094D\u0930\u0926\u093E\u0924\u093E \u091A\u0941\u0928\u0947\u0902",openaiProName:"\u0907\u092E\u0930\u094D\u0938\u093F\u0935 \u091F\u094D\u0930\u093E\u0902\u0938\u0932\u0947\u0936\u0928 \u092A\u094D\u0930\u094B \u0938\u0926\u0938\u094D\u092F (\u0905\u0928\u0941\u0936\u0902\u0938\u093F\u0924)",openaiProDescription:"\u0935\u0930\u094D\u0924\u092E\u093E\u0928 \u092A\u0948\u0915\u0947\u091C \u0915\u093E \u0938\u0940\u0927\u0947 \u0909\u092A\u092F\u094B\u0917 \u0915\u093F\u092F\u093E \u091C\u093E \u0938\u0915\u0924\u093E \u0939\u0948",openaiProDescriptionForNormal:"\u0915\u093F\u0938\u0940 \u0938\u0947\u091F\u093F\u0902\u0917 \u0915\u0940 \u0906\u0935\u0936\u094D\u092F\u0915\u0924\u093E \u0928\u0939\u0940\u0902 \u0939\u0948\u0964 \u0906\u092A \u0938\u0926\u0938\u094D\u092F \u0915\u0947 \u0930\u0942\u092A \u092E\u0947\u0902 \u0932\u0949\u0917 \u0907\u0928 \u0915\u0930\u0928\u0947 \u0915\u0947 \u092C\u093E\u0926 \u0907\u0938\u0915\u093E \u0909\u092A\u092F\u094B\u0917 \u0915\u0930 \u0938\u0915\u0924\u0947 \u0939\u0948\u0902\u0964 <1> \u0938\u0926\u0938\u094D\u092F \u092E\u0947\u0902 \u0905\u092A\u0917\u094D\u0930\u0947\u0921 \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u092F\u0939\u093E\u0902 \u0915\u094D\u0932\u093F\u0915 \u0915\u0930\u0947\u0902\u0964",openaiCustomDescription:"\u0907\u0938\u0947 OpenAI, Azure OpenAI, \u092F\u093E \u0905\u0928\u094D\u092F \u0924\u0943\u0924\u0940\u092F-\u092A\u0915\u094D\u0937 \u0938\u0947\u0935\u093E\u0913\u0902 \u0938\u0947 \u092A\u094D\u0930\u093E\u092A\u094D\u0924 \u0915\u093F\u092F\u093E \u091C\u093E \u0938\u0915\u0924\u093E \u0939\u0948\u0964 <1> \u0926\u0938\u094D\u0924\u093E\u0935\u0947\u091C\u093C \u0926\u0947\u0916\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u092F\u0939\u093E\u0902 \u0915\u094D\u0932\u093F\u0915 \u0915\u0930\u0947\u0902\u0964",openaiCustomName:"\u0915\u0938\u094D\u091F\u092E \u090F\u092A\u0940\u0906\u0908 \u0915\u0941\u0902\u091C\u0940",needLoginAction:"(\u0938\u0926\u0938\u094D\u092F\u0924\u093E \u0926\u0930\u094D\u091C \u0915\u0930\u0947\u0902 \u092F\u093E \u0905\u0928\u0941\u0915\u0942\u0932\u093F\u0924 \u0915\u0930\u0947\u0902)",goLoginOrAction:"(\u0938\u0926\u0938\u094D\u092F\u0924\u093E \u0926\u0930\u094D\u091C \u0915\u0930\u0947\u0902 \u092F\u093E \u0938\u0947\u091F\u093F\u0902\u0917\u094D\u0938 \u092A\u0930 \u091C\u093E\u090F\u0902)",yearly:"\u0938\u0924\u0924 \u0935\u093E\u0930\u094D\u0937\u093F\u0915 \u0938\u0926\u0938\u094D\u092F\u0924\u093E",quarterly:"\u0932\u0917\u093E\u0924\u093E\u0930 \u090B\u0924\u0941\u090F\u0901",monthly:"\u0928\u093F\u0930\u0902\u0924\u0930 \u092E\u093E\u0938\u093F\u0915 \u0938\u0926\u0938\u094D\u092F\u0924\u093E",yearlyForOnce:"\u090F\u0915\u092E\u0941\u0936\u094D\u0924 \u0935\u093E\u0930\u094D\u0937\u093F\u0915 \u092A\u0948\u0915\u0947\u091C",monthlyForOnce:"\u090F\u0915\u092E\u0941\u0936\u094D\u0924 \u092E\u093E\u0938\u093F\u0915 \u092A\u0948\u0915\u0947\u091C",daily:"\u0932\u0917\u093E\u0924\u093E\u0930 \u0926\u094B \u0926\u093F\u0928",year:"\u0938\u0924\u0924 \u0935\u093E\u0930\u094D\u0937\u093F\u0915 \u0938\u0926\u0938\u094D\u092F\u0924\u093E",quarter:"\u0932\u0917\u093E\u0924\u093E\u0930 \u090B\u0924\u0941\u090F\u0901",month:"\u0928\u093F\u0930\u0902\u0924\u0930 \u092E\u093E\u0938\u093F\u0915 \u0938\u0926\u0938\u094D\u092F\u0924\u093E",day:"\u0932\u0917\u093E\u0924\u093E\u0930 \u0926\u094B \u0926\u093F\u0928",onetime_7day:"7 \u0926\u093F\u0928 \u0915\u093E \u091F\u094D\u0930\u093E\u092F\u0932 \u092A\u0948\u0915\u0947\u091C",currentPlanDescriptionForFree:"\u0935\u0930\u094D\u0924\u092E\u093E\u0928 \u092A\u0948\u0915\u0947\u091C\uFF1A\u0928\u093F\u0903\u0936\u0941\u0932\u094D\u0915 \u0939\u0948",currentPlanDescriptionForContinuous:"\u0935\u0930\u094D\u0924\u092E\u093E\u0928 \u092A\u0948\u0915\u0947\u091C\uFF1A{plan}\u0939\u0948 \u0914\u0930 {endAt} \u0915\u094B \u0938\u094D\u0935\u091A\u093E\u0932\u093F\u0924 \u0930\u0942\u092A \u0938\u0947 \u0928\u0935\u0940\u0928\u0940\u0915\u0943\u0924 \u0939\u094B \u091C\u093E\u090F\u0917\u093E",currentPlanDescriptionForAutoRenewCaceling:"\u0935\u0930\u094D\u0924\u092E\u093E\u0928 \u092A\u0948\u0915\u0947\u091C\uFF1A{plan}\u0939\u0948 \u0914\u0930 {endAt} \u0915\u094B \u0938\u092E\u093E\u092A\u094D\u0924 \u0939\u094B \u091C\u093E\u090F\u0917\u093E\u0964 \u0938\u092E\u093E\u092A\u094D\u0924\u093F \u0915\u0947 \u092C\u093E\u0926 \u0907\u0938\u0947 \u0938\u094D\u0935\u091A\u093E\u0932\u093F\u0924 \u0930\u0942\u092A \u0938\u0947 \u0928\u0935\u0940\u0928\u0940\u0915\u0943\u0924 \u0928\u0939\u0940\u0902 \u0915\u093F\u092F\u093E \u091C\u093E\u090F\u0917\u093E\u0964",currentYearlyPlanDescriptionForAutoRenewCacelingWithRealPaiedUser:"\u0935\u0930\u094D\u0924\u092E\u093E\u0928 \u092A\u0948\u0915\u0947\u091C\uFF1A{plan} {endAt} \u0915\u094B \u0938\u092E\u093E\u092A\u094D\u0924 \u0939\u094B \u091C\u093E\u090F\u0917\u093E \u0914\u0930 \u0938\u092E\u093E\u092A\u094D\u0924\u093F \u0915\u0947 \u092C\u093E\u0926 \u0938\u094D\u0935\u091A\u093E\u0932\u093F\u0924 \u0930\u0942\u092A \u0938\u0947 \u0928\u0935\u0940\u0928\u0940\u0915\u0943\u0924 \u0928\u0939\u0940\u0902 \u0915\u093F\u092F\u093E \u091C\u093E\u090F\u0917\u093E\u0964
<1>\u0928\u0935\u0940\u0915\u0930\u0923 \u092F\u094B\u091C\u0928\u093E\u0913\u0902 \u0915\u094B \u092A\u094D\u0930\u092C\u0902\u0927\u093F\u0924 \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u092F\u0939\u093E\u0902 \u0915\u094D\u0932\u093F\u0915 \u0915\u0930\u0947\u0902",currentYearlyPlanDescriptionForAutoRenewCacelingWithAdmin:"\u0935\u0930\u094D\u0924\u092E\u093E\u0928 \u092A\u0948\u0915\u0947\u091C\uFF1A{plan} {endAt} \u0915\u094B \u0938\u092E\u093E\u092A\u094D\u0924 \u0939\u094B \u091C\u093E\u090F\u0917\u093E \u0914\u0930 \u0938\u092E\u093E\u092A\u094D\u0924\u093F \u0915\u0947 \u092C\u093E\u0926 \u0938\u094D\u0935\u091A\u093E\u0932\u093F\u0924 \u0930\u0942\u092A \u0938\u0947 \u0928\u0935\u0940\u0928\u0940\u0915\u0943\u0924 \u0928\u0939\u0940\u0902 \u0915\u093F\u092F\u093E \u091C\u093E\u090F\u0917\u093E\u0964
<1>\u0928\u093F\u0930\u0902\u0924\u0930 \u0935\u093E\u0930\u094D\u0937\u093F\u0915 \u0938\u0926\u0938\u094D\u092F\u0924\u093E \u0938\u0915\u094D\u0930\u093F\u092F \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u092F\u0939\u093E\u0902 \u0915\u094D\u0932\u093F\u0915 \u0915\u0930\u0947\u0902",currentPlanDescriptionForOneTime:"\u0935\u0930\u094D\u0924\u092E\u093E\u0928 \u092A\u0948\u0915\u0947\u091C\uFF1A{plan}\u0939\u0948 \u0914\u0930 {endAt} \u0915\u094B \u0938\u092E\u093E\u092A\u094D\u0924 \u0939\u094B \u091C\u093E\u090F\u0917\u093E\u0964 <1> \u0935\u093E\u0930\u094D\u0937\u093F\u0915 \u0936\u0941\u0932\u094D\u0915 \u092E\u0947\u0902 \u0905\u092A\u0917\u094D\u0930\u0947\u0921 \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u092F\u0939\u093E\u0902 \u0915\u094D\u0932\u093F\u0915 \u0915\u0930\u0947\u0902 \u092F\u093E <2> \u092E\u093E\u0938\u093F\u0915 \u0936\u0941\u0932\u094D\u0915 \u0938\u0926\u0938\u094D\u092F",upgradePlan:"\u092A\u094D\u0930\u094B \u0938\u0926\u0938\u094D\u092F\u0924\u093E \u092E\u0947\u0902 \u0905\u092A\u0917\u094D\u0930\u0947\u0921 \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u092F\u0939\u093E\u0902 \u0915\u094D\u0932\u093F\u0915 \u0915\u0930\u0947\u0902",upgradeToPro:"\u092A\u094D\u0930\u094B \u0938\u0926\u0938\u094D\u092F\u0924\u093E \u092E\u0947\u0902 \u0905\u092A\u0917\u094D\u0930\u0947\u0921 \u0915\u0930\u0947\u0902","popup.openPro":"\u092A\u094D\u0930\u094B \u0938\u0926\u0938\u094D\u092F\u0924\u093E \u092E\u0947\u0902 \u0905\u092A\u0917\u094D\u0930\u0947\u0921 \u0915\u0930\u0928\u0947 \u0915\u0947 \u092C\u093E\u0926, \u0906\u092A \u0921\u0940\u092A\u090F\u0932 \u0914\u0930 \u0913\u092A\u0928\u090F\u0906\u0908 \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u093E \u0906\u0928\u0902\u0926 \u0932\u0947 \u0938\u0915\u0924\u0947 \u0939\u0948\u0902, \u0905\u092A\u0917\u094D\u0930\u0947\u0921 \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u092F\u0939\u093E\u0902 \u0915\u094D\u0932\u093F\u0915 \u0915\u0930\u0947\u0902","popup.openProForPro":"\u0906\u092A \u090F\u0915 \u092A\u094D\u0930\u094B \u0938\u0926\u0938\u094D\u092F \u0939\u0948\u0902 \u0914\u0930 \u0938\u0940\u0927\u0947 \u0921\u0940\u092A\u090F\u0932 \u0914\u0930 \u0913\u092A\u0928\u090F\u0906\u0908 \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u093E \u0909\u092A\u092F\u094B\u0917 \u0915\u0930 \u0938\u0915\u0924\u0947 \u0939\u0948\u0902",currentAccount:"\u091A\u093E\u0932\u0942 \u0916\u093E\u0924\u093E",enableAutoSyncUserSettings:"\u090F\u0915\u093E\u0927\u093F\u0915 \u0921\u093F\u0935\u093E\u0907\u0938\u094B\u0902 \u092A\u0930 \u0938\u094D\u0935\u091A\u093E\u0932\u093F\u0924 \u0915\u094D\u0932\u093E\u0909\u0921 \u0938\u093F\u0902\u0915 \u0938\u0915\u094D\u0937\u092E \u0915\u0930\u0947\u0902",modalEnableInputTranslationTitle:"\u0907\u092E\u0930\u094D\u0938\u093F\u0935 \u091F\u094D\u0930\u093E\u0902\u0938\u0932\u0947\u0936\u0928 \u0907\u0928\u092A\u0941\u091F \u092C\u0949\u0915\u094D\u0938 \u091F\u094D\u0930\u093E\u0902\u0938\u0932\u0947\u0936\u0928 \u092F\u0941\u0915\u094D\u0924\u093F\u092F\u093E\u0901",modalEnableInputTranslationDesc:"\u0906\u092A\u0928\u0947 \u0938\u094D\u092A\u0947\u0938 \u092C\u093E\u0930 \u0915\u094B \u0932\u0917\u093E\u0924\u093E\u0930 \u0924\u0940\u0928 \u092C\u093E\u0930 \u0926\u092C\u093E\u0915\u0930 \u0907\u092E\u0930\u094D\u0938\u093F\u0935 \u091F\u094D\u0930\u093E\u0902\u0938\u0932\u0947\u0936\u0928 \u0915\u0947 \u0907\u0928\u092A\u0941\u091F \u092C\u0949\u0915\u094D\u0938 \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u094B \u091F\u094D\u0930\u093F\u0917\u0930 \u0915\u093F\u092F\u093E \u0939\u0948, \u0914\u0930 \u0907\u0928\u092A\u0941\u091F \u092C\u0949\u0915\u094D\u0938 \u0915\u0940 \u0938\u093E\u092E\u0917\u094D\u0930\u0940 \u0915\u094B \u0921\u093F\u092B\u093C\u0949\u0932\u094D\u091F \u0932\u0915\u094D\u0937\u094D\u092F \u092D\u093E\u0937\u093E \u092E\u0947\u0902 \u0905\u0928\u0941\u0935\u093E\u0926\u093F\u0924 \u0915\u093F\u092F\u093E \u091C\u093E\u090F\u0917\u093E\u0964 \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u094B Ctrl+Z \u0915\u0947 \u092E\u093E\u0927\u094D\u092F\u092E \u0938\u0947 \u092A\u0942\u0930\u094D\u0935\u0935\u0924 \u0915\u093F\u092F\u093E \u091C\u093E \u0938\u0915\u0924\u093E \u0939\u0948\u0964

\u092F\u0926\u093F \u092F\u0939 \u090F\u0915 \u0917\u0932\u0924\u0940 \u0939\u0948, \u0924\u094B \u091A\u093F\u0902\u0924\u093E \u0928 \u0915\u0930\u0947\u0902, \u0906\u092A \u0907\u0938 \u092C\u093E\u0930 \u0907\u0938\u0947 \u0905\u0915\u094D\u0937\u092E \u0915\u0930\u0928\u093E \u091A\u0941\u0928 \u0938\u0915\u0924\u0947 \u0939\u0948\u0902, \u092F\u093E \u0907\u0928\u092A\u0941\u091F \u092C\u0949\u0915\u094D\u0938 \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u094B \u0938\u094D\u0925\u093E\u092F\u0940 \u0930\u0942\u092A \u0938\u0947 \u0905\u0915\u094D\u0937\u092E \u0915\u0930 \u0938\u0915\u0924\u0947 \u0939\u0948\u0902\u0964",saveAndNotShowAgain:"\u0938\u0939\u0947\u091C\u0947\u0902 \u0914\u0930 \u0926\u094B\u092C\u093E\u0930\u093E \u0938\u0902\u0915\u0947\u0924 \u0928 \u0926\u0947\u0902",disableInputTranslationTips:"* \u0906\u092A {option} ,{learnMore}\u092E\u0947\u0902 \u091F\u094D\u0930\u093F\u0917\u0930 \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u0905\u0928\u094D\u092F \u0936\u0949\u0930\u094D\u091F\u0915\u091F \u0915\u0941\u0902\u091C\u093F\u092F\u093E\u0901 \u092D\u0940 \u0938\u0947\u091F \u0915\u0930 \u0938\u0915\u0924\u0947 \u0939\u0948\u0902\u0964",learnMore:"\u0914\u0930 \u091C\u093E\u0928\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u092F\u0939\u093E\u0902 \u0915\u094D\u0932\u093F\u0915 \u0915\u0930\u0947\u0902",continueEnalbeInputTranslation:"\u0907\u0928\u092A\u0941\u091F \u092C\u0949\u0915\u094D\u0938 \u0905\u0928\u0941\u0935\u093E\u0926 \u0938\u0915\u094D\u0937\u092E \u0915\u0930\u0928\u093E \u091C\u093E\u0930\u0940 \u0930\u0916\u0947\u0902",autoRenewTrialSuffix:'(\u092A\u0930\u0940\u0915\u094D\u0937\u0923 \u0915\u0947 \u0926\u094C\u0930\u093E\u0928,\u0924\u0941\u0930\u0902\u0924 \u0914\u092A\u091A\u093E\u0930\u093F\u0915\u092E\u0947\u0902 \u0905\u092A\u0917\u094D\u0930\u0947\u0921 \u0915\u0930 \u0926\u093F\u092F\u093E \u091C\u093E\u090F\u0917\u093E)',upgradeFromTrialTitle:"\u0906\u0927\u093F\u0915\u093E\u0930\u093F\u0915 \u0938\u0926\u0938\u094D\u092F \u0915\u0947 \u0930\u0942\u092A \u092E\u0947\u0902 \u0905\u092A\u0917\u094D\u0930\u0947\u0921 \u0915\u0930\u0947\u0902",subtitle:"\u0935\u0940\u0921\u093F\u092F\u094B \u0909\u092A\u0936\u0940\u0930\u094D\u0937\u0915",youtubeService:"\u0907\u092E\u0930\u094D\u0938\u093F\u0935 \u0905\u0928\u0941\u0935\u093E\u0926 \u0935\u0940\u0921\u093F\u092F\u094B \u0909\u092A\u0936\u0940\u0930\u094D\u0937\u0915 \u0905\u0928\u0941\u0935\u093E\u0926 \u0938\u0947\u0935\u093E","subtitle.disabledSubtitle":"\u0935\u0940\u0921\u093F\u092F\u094B \u0909\u092A\u0936\u0940\u0930\u094D\u0937\u0915 \u0915\u094B \u0938\u094D\u0925\u093E\u092F\u0940 \u0930\u0942\u092A \u0938\u0947 \u0905\u0915\u094D\u0937\u092E \u0915\u0930\u0947\u0902","subtitle.disabledSubtitleDescription":"\u092F\u0926\u093F \u0907\u092E\u0930\u094D\u0938\u093F\u0935 \u091F\u094D\u0930\u093E\u0902\u0938\u0932\u0947\u0936\u0928 \u0915\u0947 \u0935\u0940\u0921\u093F\u092F\u094B \u0909\u092A\u0936\u0940\u0930\u094D\u0937\u0915 \u0905\u0928\u094D\u092F \u090F\u0915\u094D\u0938\u091F\u0947\u0902\u0936\u0928 \u0915\u0947 \u0938\u093E\u0925 \u0938\u0902\u0918\u0930\u094D\u0937 \u0915\u0930\u0924\u0947 \u0939\u0948\u0902, \u0924\u094B \u0906\u092A \u0907\u092E\u0930\u094D\u0938\u093F\u0935 \u091F\u094D\u0930\u093E\u0902\u0938\u0932\u0947\u0936\u0928 \u0915\u0947 \u0935\u0940\u0921\u093F\u092F\u094B \u0909\u092A\u0936\u0940\u0930\u094D\u0937\u0915 \u092B\u093C\u0902\u0915\u094D\u0936\u0928 \u0915\u094B \u0938\u094D\u0925\u093E\u092F\u0940 \u0930\u0942\u092A \u0938\u0947 \u0905\u0915\u094D\u0937\u092E \u0915\u0930\u0928\u093E \u092F\u093E \u0905\u0928\u094D\u092F \u0935\u093F\u0930\u094B\u0927\u093E\u092D\u093E\u0938\u0940 \u090F\u0915\u094D\u0938\u091F\u0947\u0902\u0936\u0928 \u0915\u094B \u0905\u0928\u0907\u0902\u0938\u094D\u091F\u0949\u0932 \u0915\u0930\u0928\u093E \u091A\u0941\u0928 \u0938\u0915\u0924\u0947 \u0939\u0948\u0902\u0964","subtitle.autoEnableSubtitle":"\u0938\u094D\u0935\u091A\u093E\u0932\u093F\u0924 \u0930\u0942\u092A \u0938\u0947 \u0926\u094D\u0935\u093F\u092D\u093E\u0937\u0940 \u0909\u092A\u0936\u0940\u0930\u094D\u0937\u0915 \u0915\u093E \u0909\u092A\u092F\u094B\u0917 \u0915\u0930\u0947\u0902","subtitle.autoEnableSubtitleDescription":"\u0938\u0915\u094D\u0930\u093F\u092F \u0915\u0930\u0928\u0947 \u0915\u0947 \u092C\u093E\u0926, \u091C\u092C \u0935\u0940\u0921\u093F\u092F\u094B \u091A\u0932 \u0930\u0939\u093E \u0939\u094B\u0924\u093E \u0939\u0948, \u0924\u094B \u0938\u094D\u0935\u091A\u093E\u0932\u093F\u0924 \u0930\u0942\u092A \u0938\u0947 \u0926\u094D\u0935\u093F\u092D\u093E\u0937\u0940\u092F \u0909\u092A\u0936\u0940\u0930\u094D\u0937\u0915 \u0926\u093F\u0916\u093E\u0908 \u0926\u0947\u0902\u0917\u0947, \u0905\u0928\u094D\u092F\u0925\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u092C\u091F\u0928 \u092A\u0930 \u0915\u094D\u0932\u093F\u0915 \u0915\u0930\u0928\u0947 \u0915\u0940 \u0906\u0935\u0936\u094D\u092F\u0915\u0924\u093E \u0939\u094B\u0917\u0940\u0964","subtitle.preTranslation":"\u0909\u092A\u0936\u0940\u0930\u094D\u0937\u0915 \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u0907\u092E\u0930\u094D\u0938\u093F\u0935 \u091F\u094D\u0930\u093E\u0902\u0938\u0932\u0947\u0936\u0928 \u0915\u093E \u0909\u092A\u092F\u094B\u0917 \u0915\u0930\u0947\u0902","subtitle.preTranslationDescription":"\u0907\u0938\u0947 \u0938\u0915\u094D\u0937\u092E \u0915\u0930\u0928\u0947 \u0915\u0947 \u092C\u093E\u0926, \u0928\u0940\u091A\u0947 \u0926\u0940 \u0917\u0908 \u0928\u093F\u0930\u094D\u0926\u093F\u0937\u094D\u091F \u0905\u0928\u0941\u0935\u093E\u0926 \u0938\u0947\u0935\u093E \u0915\u093E \u0909\u092A\u092F\u094B\u0917 \u0938\u0902\u092A\u0942\u0930\u094D\u0923 \u0909\u092A\u0936\u0940\u0930\u094D\u0937\u0915 \u0915\u093E \u0905\u0917\u094D\u0930\u093F\u092E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u0915\u093F\u092F\u093E \u091C\u093E\u090F\u0917\u093E\u0964 \u090F\u0915 \u0918\u0902\u091F\u0947 \u0915\u093E \u0935\u0940\u0921\u093F\u092F\u094B \u0932\u0917\u092D\u0917 50,000 \u091F\u094B\u0915\u0928 \u092F\u093E \u0935\u0930\u094D\u0923\u094B\u0902 \u0915\u093E \u0909\u092A\u092D\u094B\u0917 \u0915\u0930\u0924\u093E \u0939\u0948, \u0907\u0938\u0932\u093F\u090F \u0915\u0943\u092A\u092F\u093E \u0907\u0938\u0947 \u0909\u092A\u092F\u0941\u0915\u094D\u0924 \u0915\u0947 \u0930\u0942\u092A \u092E\u0947\u0902 \u0909\u092A\u092F\u094B\u0917 \u0915\u0930\u0947\u0902; \u0907\u0938\u0947 \u092C\u0902\u0926 \u0915\u0930\u0928\u0947 \u0915\u0947 \u092C\u093E\u0926, \u092E\u0936\u0940\u0928 \u0938\u0947 \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u093F\u092F\u093E \u091C\u093E\u090F\u0917\u093E \u092E\u0942\u0932 \u0935\u0940\u0921\u093F\u092F\u094B \u0915\u0947 \u0938\u093E\u0925 \u0906\u0928\u0947 \u0935\u093E\u0932\u0947 \u0909\u092A\u0936\u0940\u0930\u094D\u0937\u0915 \u0915\u093E \u092A\u0939\u0932\u0947 \u0909\u092A\u092F\u094B\u0917 \u0915\u093F\u092F\u093E \u091C\u093E\u090F\u0917\u093E\u0964","subtitle.humanSubtitlesPreferred":"\u092E\u093E\u0928\u0935 \u0909\u092A\u0936\u0940\u0930\u094D\u0937\u0915 \u0915\u0947 \u0909\u092A\u092F\u094B\u0917 \u0915\u094B \u092A\u094D\u0930\u093E\u0925\u092E\u093F\u0915\u0924\u093E \u0926\u0947\u0902","subtitle.humanSubtitlesPreferredDescription":"\u091C\u092C \u0915\u093F\u0938\u0940 \u0935\u0940\u0921\u093F\u092F\u094B \u092E\u0947\u0902 \u0932\u0915\u094D\u0937\u093F\u0924 \u092D\u093E\u0937\u093E \u092E\u0947\u0902 \u092E\u0948\u0928\u094D\u092F\u0941\u0905\u0932 \u0909\u092A\u0936\u0940\u0930\u094D\u0937\u0915 \u0939\u094B\u0902, \u0924\u094B \u092A\u0939\u0932\u0947 \u092E\u0948\u0928\u094D\u092F\u0941\u0905\u0932 \u0909\u092A\u0936\u0940\u0930\u094D\u0937\u0915 \u0915\u093E \u0909\u092A\u092F\u094B\u0917 \u0915\u0930\u0947\u0902 (\u0905\u0928\u0941\u0936\u0902\u0938\u093F\u0924)",videoSubtitleTranslationDescription:"\u0935\u0940\u0921\u093F\u092F\u094B \u0909\u092A\u0936\u0940\u0930\u094D\u0937\u0915 \u0915\u0947 \u0932\u093F\u090F \u090F\u0915 \u0905\u0932\u0917 \u0905\u0928\u0941\u0935\u093E\u0926 \u0938\u0947\u0935\u093E \u0928\u093E\u092E\u093F\u0924 \u0915\u0930\u0947\u0902",subtitleTranslating:"{service} \u0938\u0947\u0935\u093E \u0915\u093E \u0909\u092A\u092F\u094B\u0917 \u0915\u0930\u0915\u0947 \u0909\u092A\u0936\u0940\u0930\u094D\u0937\u0915 \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930 \u0930\u0939\u0947 \u0939\u0948\u0902, \u0915\u0943\u092A\u092F\u093E \u092A\u094D\u0930\u0924\u0940\u0915\u094D\u0937\u093E \u0915\u0930\u0947\u0902... (\u0907\u092E\u0930\u094D\u0938\u093F\u0935 \u0905\u0928\u0941\u0935\u093E\u0926)",subtitleLoading:"\u0909\u092A\u0936\u0940\u0930\u094D\u0937\u0915 \u0932\u094B\u0921 \u0939\u094B \u0930\u0939\u093E \u0939\u0948...",bilingual:"\u0926\u094D\u0935\u093F\u092D\u093E\u0937\u093F\u0915","field.action":"Baidu \u0936\u092C\u094D\u0926\u093E\u0935\u0932\u0940 \u0915\u094B \u0938\u0915\u094D\u0937\u092E \u0915\u0930\u0928\u093E \u0939\u0948 \u092F\u093E \u0928\u0939\u0940\u0902","description.action":"\u0938\u0915\u094D\u0937\u092E \u0915\u0930\u0928\u0947 \u0915\u0947 \u092C\u093E\u0926, \u0936\u092C\u094D\u0926 \u0915\u094B \u0938\u0915\u094D\u0937\u092E \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F Baidu \u0915\u094B \u0938\u0942\u091A\u093F\u0924 \u0915\u0930\u0928\u0947 \u0915\u0947 \u0905\u0928\u0941\u0930\u094B\u0927 \u092E\u0947\u0902 \u092A\u0948\u0930\u093E\u092E\u0940\u091F\u0930 \u090F\u0915\u094D\u0936\u0928 = 1 \u091C\u094B\u0921\u093C\u093E \u091C\u093E\u090F\u0917\u093E\u0964 <1> \u0915\u0943\u092A\u092F\u093E \u0905\u0927\u093F\u0915 \u0928\u093F\u0930\u094D\u0926\u0947\u0936\u094B\u0902 \u0915\u0947 \u0932\u093F\u090F \u0906\u0927\u093F\u0915\u093E\u0930\u093F\u0915 \u0926\u0938\u094D\u0924\u093E\u0935\u0947\u091C\u093C \u0926\u0947\u0916\u0947\u0902\u0964",closeQuickTranslation:"\u0924\u0948\u0930\u0924\u0940 \u0939\u0941\u0908 \u0917\u0947\u0902\u0926 \u0915\u094B \u092C\u0902\u0926 \u0915\u0930\u0947\u0902","closeQuickTranslation.untilNext":"\u0905\u0917\u0932\u0940 \u092F\u093E\u0924\u094D\u0930\u093E \u0924\u0915 \u092C\u0902\u0926","closeQuickTranslation.currentWebsite":"\u0935\u0930\u094D\u0924\u092E\u093E\u0928 \u0935\u0947\u092C\u0938\u093E\u0907\u091F \u0905\u0915\u094D\u0937\u092E \u0939\u0948","closeQuickTranslation.alwaysClose":"\u0938\u094D\u0925\u093E\u092F\u0940 \u0930\u0942\u092A \u0938\u0947 \u0905\u0915\u094D\u0937\u092E","closeQuickTranslation.settingOpen":"(<1> \u0938\u0947\u091F\u093F\u0902\u0917 \u092A\u0947\u091C \u092A\u0930 \u092A\u093E\u092F\u093E \u091C\u093E \u0938\u0915\u0924\u093E \u0939\u0948 \u091A\u093E\u0932\u0942 \u0915\u0930\u094B)","closeQuickTranslation.cancel":"\u0930\u0926\u094D\u0926 \u0915\u0930\u0928\u093E","closeQuickTranslation.confirm":"\u091C\u093C\u0930\u0942\u0930","floatBall.popup":"\u0924\u094D\u0935\u0930\u093F\u0924 \u0938\u0947\u091F\u093F\u0902\u0917 \u092A\u0948\u0928\u0932 \u0916\u094B\u0932\u0947\u0902","floatBall.translate":"\u0907\u0938 \u092A\u0943\u0937\u094D\u0920 \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u0915\u094D\u0932\u093F\u0915 \u0915\u0930\u0947\u0902","floatBall.showOriginal":"\u092E\u0942\u0932 \u092A\u093E\u0920 \u092A\u0930 \u0935\u093E\u092A\u0938 \u091C\u093E\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u0915\u094D\u0932\u093F\u0915 \u0915\u0930\u0947\u0902","floatBall.close":"\u0924\u0948\u0930\u0924\u0940 \u0939\u0941\u0908 \u0917\u0947\u0902\u0926 \u0915\u094B \u092C\u0902\u0926 \u0915\u0930\u0947\u0902","floatBallOptions.enableDescPc":"\u092A\u0947\u091C \u092B\u093C\u094D\u0932\u094B\u091F\u093F\u0902\u0917 \u092C\u0949\u0932 \u0938\u0915\u094D\u0937\u092E \u0939\u094B\u0928\u0947 \u0915\u0947 \u092C\u093E\u0926, \u092A\u0943\u0937\u094D\u0920 \u0915\u0947 \u0926\u093E\u0908\u0902 \u0913\u0930 \u090F\u0915 \u0924\u094D\u0935\u0930\u093F\u0924 \u0905\u0928\u0941\u0935\u093E\u0926 \u092C\u091F\u0928 \u092A\u094D\u0930\u0926\u0930\u094D\u0936\u093F\u0924 \u0939\u094B\u0917\u093E\u0964 \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u0915\u094D\u0932\u093F\u0915 \u0915\u0930\u0947\u0902\u0964","floatBallOptions.enableDesc":"\u092B\u094D\u0932\u094B\u091F\u093F\u0902\u0917 \u092C\u0949\u0932 \u0915\u094B \u092C\u0902\u0926 \u0915\u0930\u0928\u0947 \u0915\u0947 \u092C\u093E\u0926 \u0907\u0938\u0947{touch}\u0938\u0947 \u091C\u0917\u093E\u092F\u093E \u091C\u093E \u0938\u0915\u0924\u093E \u0939\u0948\u0964 \u0907\u0938 \u0935\u093F\u0915\u0932\u094D\u092A \u0915\u094B \u0917\u0932\u0924\u0940 \u0938\u0947 \u092C\u0902\u0926 \u0915\u0930\u0928\u0947 \u0915\u0947 \u092C\u093E\u0926 \u092B\u094D\u0932\u094B\u091F\u093F\u0902\u0917 \u092C\u0949\u0932 \u0915\u094B \u092E\u093F\u0932\u0928\u0947 \u0938\u0947 \u0930\u094B\u0915\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F, \u0907\u0938 \u0938\u0947\u091F\u093F\u0902\u0917 \u092A\u0947\u091C \u0915\u094B \u092C\u0941\u0915\u092E\u093E\u0930\u094D\u0915 \u0915\u0930\u0928\u0947 \u0915\u0940 \u092A\u0941\u0930\u091C\u094B\u0930 \u0905\u0928\u0941\u0936\u0902\u0938\u093E \u0915\u0940 \u091C\u093E\u0924\u0940 \u0939\u0948\u0964","description.azureApiUrl":"\u0915\u0938\u094D\u091F\u092E \u090F\u092A\u0940\u0906\u0908 \u0907\u0902\u091F\u0930\u092B\u093C\u0947\u0938 \u092A\u0924\u093E \u092D\u0930\u0947\u0902",confirmSupportMouse:"\u092E\u093E\u0909\u0938 \u0938\u092E\u0930\u094D\u0925\u0928 \u0915\u094B \u0938\u0915\u094D\u0937\u092E \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u092C\u093E\u0927\u094D\u092F \u0915\u0930\u0947\u0902",confirmSupportMouseDescription:"\u092F\u0939 \u092A\u093E\u092F\u093E \u0917\u092F\u093E \u0939\u0948 \u0915\u093F \u0935\u0930\u094D\u0924\u092E\u093E\u0928 \u092C\u094D\u0930\u093E\u0909\u091C\u093C\u0930 \u092E\u093E\u0909\u0938 \u092B\u093C\u0902\u0915\u094D\u0936\u0928 \u0915\u093E \u0938\u092E\u0930\u094D\u0925\u0928 \u0928\u0939\u0940\u0902 \u0915\u0930\u0924\u093E \u0939\u0948\u0964 \u0915\u094D\u092F\u093E \u0906\u092A \u092E\u093E\u0909\u0938 \u0938\u092E\u0930\u094D\u0925\u0928 \u0915\u094B \u092C\u0932\u092A\u0942\u0930\u094D\u0935\u0915 \u0938\u0915\u094D\u0937\u092E \u0915\u0930\u0928\u093E \u091A\u093E\u0939\u0924\u0947 \u0939\u0948\u0902?",sampleTargetText:"\u0932\u092E\u094D\u092C\u0940 \u0930\u093E\u0924 \u0906\u0928\u0947 \u0935\u093E\u0932\u0940 \u0939\u0948, \u0914\u0930 \u0905\u092C \u0938\u0947 \u092E\u0948\u0902 \u092E\u0930\u0928\u0947 \u0924\u0915 \u091C\u093E\u0917\u0924\u093E \u0930\u0939\u0942\u0901\u0917\u093E\u0964 \u092E\u0948\u0902 \u0928 \u092A\u0924\u094D\u0928\u0940 \u0932\u0942\u0901\u0917\u093E, \u0928 \u091C\u093E\u0917\u0940\u0930, \u0928 \u092C\u091A\u094D\u091A\u0947\u0964 \u092E\u0948\u0902 \u0915\u094B\u0908 \u0924\u093E\u091C \u0928\u0939\u0940\u0902 \u092A\u0939\u0928\u0942\u0902\u0917\u093E \u092F\u093E \u0938\u092E\u094D\u092E\u093E\u0928 \u0915\u0947 \u0932\u093F\u090F \u092A\u094D\u0930\u0924\u093F\u0938\u094D\u092A\u0930\u094D\u0927\u093E \u0928\u0939\u0940\u0902 \u0915\u0930\u0942\u0902\u0917\u093E\u0964 \u092E\u0948\u0902 \u0905\u092A\u0928\u093E \u0915\u0930\u094D\u0924\u0935\u094D\u092F \u0928\u093F\u0937\u094D\u0920\u093E\u092A\u0942\u0930\u094D\u0935\u0915 \u0928\u093F\u092D\u093E\u090A\u0902\u0917\u093E, \u091C\u093F\u090A\u0902\u0917\u093E \u0914\u0930 \u092E\u0930\u0942\u0902\u0917\u093E\u0964",sampleSourceText:"Night gathers, and now my watch begins. It shall not end until my death. I shall take no wife, hold no lands, father no children. I shall wear no crowns and win no glory. I shall live and die at my post.","subtitle.supportedSites":"\u5DF2\u652F\u6301\u5728\u8FD9\u4E9B\u7F51\u7AD9\u4F7F\u7528\u53CC\u8BED\u5B57\u5E55\uFF08\u6CE8\u610F\uFF1A\u7531\u4E8E\u6280\u672F\u9650\u5236\uFF0C\u90E8\u5206\u7F51\u7AD9\u5728\u9996\u6B21\u5F00\u542F\u5B57\u5E55\u540E\u9700\u8981\u91CD\u65B0\u5237\u65B0\u9875\u9762\uFF0C\u6216\u8005\u9700\u7B49\u5F85\u7FFB\u8BD1\u5B8C\u6210\u4EE5\u663E\u793A\u53CC\u8BED\u5B57\u5E55\uFF09\uFF1A",viewWithImmersiveTranslate:"\u53CC\u8BED\u7248\u672C(\u6C89\u6D78\u5F0F\u7FFB\u8BD1)",errorReason:"\u9519\u8BEF\u539F\u56E0\uFF1A{message}","proQuotaExceededError.onetime7day":'\uFF0C\u60A8\u53EF\u4EE5\u9009\u62E9\u4EE5\u4E0B\u65B9\u5F0F\u89E3\u51B3\uFF1A

1. \u5207\u6362\u5230 {anotherService} \u6216\u5176\u4ED6\u7FFB\u8BD1\u670D\u52A1
2. \u5347\u7EA7\u4E3A\u6708\u5EA6/\u5E74\u5EA6\u4F1A\u5458',"proQuotaExceededError.trial":'\uFF0C\u60A8\u53EF\u4EE5\u9009\u62E9\u4EE5\u4E0B\u65B9\u5F0F\u89E3\u51B3\uFF1A

1. \u5207\u6362\u5230 {anotherService} \u6216\u5176\u4ED6\u7FFB\u8BD1\u670D\u52A1
2. \u7ACB\u523B\u5347\u7EA7\u4E3A\u6B63\u5F0F\u4F1A\u5458',"proQuotaExceededError.nonTrial":'\uFF0C\u60A8\u53EF\u4EE5\u9009\u62E9\u4EE5\u4E0B\u65B9\u5F0F\u89E3\u51B3\uFF1A

1. \u5207\u6362\u5230 {anotherService} \u6216\u5176\u4ED6\u7FFB\u8BD1\u670D\u52A1
2. \u8D2D\u4E70 {translationService} \u989D\u5916\u6D41\u91CF\u5305',"proQuotaExceededError.resetTime":"
3. \u989D\u5EA6\u91CD\u7F6E\u65F6\u95F4\uFF1A{resetTime}","desc.touchShortcutsToggleTranslatePageOnlyTranslation":"\u0915\u0947\u0935\u0932 \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u093E \u0924\u093E\u0924\u094D\u092A\u0930\u094D\u092F \u0939\u0948 \u0915\u093F \u0915\u0947\u0935\u0932 \u0905\u0928\u0941\u0935\u093E\u0926 \u092A\u094D\u0930\u0926\u0930\u094D\u0936\u093F\u0924 \u0939\u094B\u0917\u093E, \u092F\u0926\u093F \u0935\u0947\u092C\u092A\u0947\u091C \u0905\u092D\u0940 \u0924\u0915 \u0905\u0928\u0941\u0935\u093E\u0926\u093F\u0924 \u0928\u0939\u0940\u0902 \u0939\u0941\u0906 \u0939\u0948, \u0924\u094B \u092E\u094B\u0921 \u092C\u0926\u0932\u0947\u0917\u093E \u0914\u0930 \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0947\u0917\u093E\u0964","desc.toggleOnlyTransation":"\u0915\u0947\u0935\u0932 \u0905\u0928\u0941\u0935\u093E\u0926 \u092E\u094B\u0921 \u0915\u093E \u0924\u093E\u0924\u094D\u092A\u0930\u094D\u092F \u0939\u0948 \u0915\u093F \u0915\u0947\u0935\u0932 \u0905\u0928\u0941\u0935\u093E\u0926 \u092A\u094D\u0930\u0926\u0930\u094D\u0936\u093F\u0924 \u0939\u094B\u0917\u093E, \u092F\u0926\u093F \u0935\u0947\u092C\u092A\u0947\u091C \u0905\u092D\u0940 \u0924\u0915 \u0905\u0928\u0941\u0935\u093E\u0926\u093F\u0924 \u0928\u0939\u0940\u0902 \u0939\u0941\u0906 \u0939\u0948, \u0924\u094B \u092E\u094B\u0921 \u092C\u0926\u0932 \u091C\u093E\u090F\u0917\u093E \u0914\u0930 \u0905\u0928\u0941\u0935\u093E\u0926 \u0939\u094B\u0917\u093E\u0964",touchShortcutsToggleTranslatePageOnlyTranslation:"\u0938\u094D\u0915\u094D\u0930\u0940\u0928 \u091F\u091A \u091C\u0947\u0938\u094D\u091A\u0930 \u0938\u0947\u091F \u0915\u0930\u0947\u0902 \u0926\u094D\u0935\u093F\u092D\u093E\u0937\u0940 / \u0915\u0947\u0935\u0932 \u0905\u0928\u0941\u0935\u093E\u0926 \u092E\u094B\u0921 \u0915\u094B \u0938\u094D\u0935\u093F\u091A \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F",download_started:"\u0921\u093E\u0909\u0928\u0932\u094B\u0921 \u0936\u0941\u0930\u0942 \u0939\u094B \u091A\u0941\u0915\u093E \u0939\u0948, \u092F\u0926\u093F \u0938\u094D\u0935\u091A\u093E\u0932\u093F\u0924 \u0930\u0942\u092A \u0938\u0947 \u0921\u093E\u0909\u0928\u0932\u094B\u0921 \u0928\u0939\u0940\u0902 \u0939\u094B \u0930\u0939\u093E \u0939\u0948, \u0924\u094B \u0915\u0943\u092A\u092F\u093E \u092E\u0948\u0928\u094D\u092F\u0941\u0905\u0932 \u0930\u0942\u092A \u0938\u0947 \u0915\u094D\u0932\u093F\u0915 \u0915\u0930\u0947\u0902\u0964",here:"\u092F\u0939\u093E\u0901",batchEdit:"\u0925\u094B\u0915 \u0938\u0902\u091A\u093E\u0932\u0928","error.goReset":"\u0930\u0940\u0938\u0947\u091F \u0915\u0930\u0947\u0902",translationFont:"\u092B\u093C\u0949\u0928\u094D\u091F \u0938\u0947\u091F \u0915\u0930\u0947\u0902","translationFont.custom":"\u0905\u092A\u0928\u0940 \u0915\u0938\u094D\u091F\u092E \u092B\u093C\u0949\u0928\u094D\u091F \u0926\u0930\u094D\u091C \u0915\u0930\u0947\u0902","translationModeLang.translation.title":"\u0915\u0947\u0935\u0932 \u0905\u0928\u0941\u0935\u093E\u0926 \u092E\u094B\u0921 \u0915\u0940 \u092D\u093E\u0937\u093E","translationFont.customPlaceholder":"\u092B\u093C\u0949\u0928\u094D\u091F","translationServices.inherit":"\u092E\u0941\u0916\u094D\u092F \u0905\u0928\u0941\u0935\u093E\u0926 \u0938\u0947\u0935\u093E \u0915\u093E \u092A\u093E\u0932\u0928 \u0915\u0930\u0947\u0902","error.serveConfigError":"\u0938\u0947\u0935\u093E \u0938\u092E\u093E\u0915\u0943\u0924\u093F \u0924\u094D\u0930\u0941\u091F\u093F","error.configError":"\u0935\u093F\u0928\u094D\u092F\u093E\u0938 \u0921\u0947\u091F\u093E \u0905\u0938\u093E\u092E\u093E\u0928\u094D\u092F","translationModeUrl.translation.title":"\u0915\u0947\u0935\u0932 \u0905\u0928\u0941\u0935\u093E\u0926 \u092E\u094B\u0921 \u0915\u093E URL",toggleToService:"{\u0938\u0947\u0935\u093E} \u092A\u0930 \u0938\u094D\u0935\u093F\u091A \u0915\u0930\u0947\u0902 \u0914\u0930 \u092A\u0941\u0928\u0903 \u092A\u094D\u0930\u092F\u093E\u0938 \u0915\u0930\u0947\u0902",videoSubtitlePreTranslationOn:"\u0935\u0940\u0921\u093F\u092F\u094B \u0938\u092C\u091F\u093E\u092F\u091F\u0932\u094D\u0938 \u0915\u093E \u092A\u094D\u0930\u093E\u0925\u092E\u093F\u0915\u0924\u093E \u0938\u094D\u0935\u0930\u0942\u092A \u092E\u0947\u0902 \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u093E \u0909\u092A\u092F\u094B\u0917 \u0915\u0930\u0947\u0902\u0917\u0947\u0964","touch.mouse-translate":"\u0915\u0943\u092A\u092F\u093E \u0928\u093F\u0930\u094D\u0926\u093F\u0937\u094D\u091F \u092A\u0948\u0930\u093E\u0917\u094D\u0930\u093E\u092B \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0947\u0902",detectServiceLoading:"\u0909\u092A\u0932\u092C\u094D\u0927 \u0905\u0928\u0941\u0935\u093E\u0926 \u0938\u0947\u0935\u093E\u0913\u0902 \u0915\u0940 \u091C\u093E\u0902\u091A \u0915\u0930 \u0930\u0939\u093E \u0939\u0948...","error.proTokenInvalid":"\u092F\u0926\u093F \u0906\u092A \u092A\u094D\u0930\u094B \u0909\u092A\u092F\u094B\u0917\u0915\u0930\u094D\u0924\u093E \u0939\u0948\u0902, \u0924\u094B \u0915\u0943\u092A\u092F\u093E \u092A\u094D\u0930\u094B \u0905\u0928\u0941\u0935\u093E\u0926 \u0938\u0947\u0935\u093E \u0915\u093E \u0909\u092A\u092F\u094B\u0917 \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u0932\u0949\u0917 \u0907\u0928 \u0915\u0930\u0947\u0902\u0964","error.400":"\u0938\u0947\u0935\u093E \u0924\u094D\u0930\u0941\u091F\u093F \u0935\u093E\u092A\u0938 \u0915\u0930\u0924\u0940 \u0939\u0948, \u0905\u0928\u0941\u0930\u094B\u0927 \u092A\u0948\u0930\u093E\u092E\u0940\u091F\u0930 \u0917\u0932\u0924 \u0939\u0948, \u0915\u0943\u092A\u092F\u093E \u0938\u0902\u092C\u0902\u0927\u093F\u0924 \u0915\u0949\u0928\u094D\u092B\u093C\u093F\u0917\u0930\u0947\u0936\u0928 \u0915\u0940 \u091C\u093E\u0902\u091A \u0915\u0930\u0947\u0902\u0964","error.502":"\u0938\u0947\u0935\u093E \u0924\u094D\u0930\u0941\u091F\u093F \u0932\u094C\u091F\u0924\u0940 \u0939\u0948, \u0938\u0947\u0935\u093E \u0938\u092E\u092F \u0938\u092E\u093E\u092A\u094D\u0924, \u0915\u0943\u092A\u092F\u093E \u092C\u093E\u0926 \u092E\u0947\u0902 \u092A\u0941\u0928\u0903 \u092A\u094D\u0930\u092F\u093E\u0938 \u0915\u0930\u0947\u0902\u0964","error.reloadPageOfSetting":"\u0915\u0949\u0928\u094D\u092B\u093C\u093F\u0917\u0930 \u0915\u0930\u0928\u0947 \u0915\u0947 \u092C\u093E\u0926, \u0915\u0943\u092A\u092F\u093E \u092A\u0943\u0937\u094D\u0920 \u0915\u094B \u0924\u093E\u091C\u093C\u093E \u0915\u0930\u0947\u0902 \u0914\u0930 \u092B\u093F\u0930 \u0938\u0947 \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0947\u0902\u0964","translationModeUrl.translation.description":"\u091C\u092C \u0935\u0947\u092C\u0938\u093E\u0907\u091F \u0928\u093F\u092E\u094D\u0928\u0932\u093F\u0916\u093F\u0924 \u0921\u094B\u092E\u0947\u0928 \u0915\u0947 \u0932\u093F\u090F \u0939\u094B\u0924\u0940 \u0939\u0948, \u0924\u094B \u092F\u0939 \u0938\u094D\u0935\u091A\u093E\u0932\u093F\u0924 \u0930\u0942\u092A \u0938\u0947 \u0915\u0947\u0935\u0932 \u0905\u0928\u0941\u0935\u093E\u0926 \u092E\u094B\u0921 \u0915\u093E \u0909\u092A\u092F\u094B\u0917 \u0915\u0930\u0947\u0917\u0940\u0964","error.googleLimitIp":"\u0938\u0947\u0935\u093E \u0924\u094D\u0930\u0941\u091F\u093F \u0932\u094C\u091F\u093E\u0924\u0940 \u0939\u0948, \u0917\u0942\u0917\u0932 \u0938\u0947\u0935\u093E\u090F\u0902 \u0907\u0938 IP \u092A\u0924\u0947 \u092A\u0930 \u092A\u094D\u0930\u0935\u093E\u0939 \u0938\u0940\u092E\u093F\u0924 \u0915\u0930 \u091A\u0941\u0915\u0940 \u0939\u0948\u0902, \u0906\u092A\u0915\u093E \u0938\u0941\u091D\u093E\u0935 \u0939\u0948 \u0915\u093F \u0906\u092A \u0928\u0947\u091F\u0935\u0930\u094D\u0915 \u0928\u094B\u0921 \u092C\u0926\u0932\u0947\u0902\u0964","error.proUpgrade":"\u0905\u092A\u0917\u094D\u0930\u0947\u0921 \u0915\u0930\u0928\u0947 \u0915\u0947 \u092C\u093E\u0926, \u0915\u0943\u092A\u092F\u093E \u092A\u0943\u0937\u094D\u0920 \u0915\u094B \u0924\u093E\u091C\u093C\u093E \u0915\u0930\u0947\u0902 \u0914\u0930 \u092B\u093F\u0930 \u0938\u0947 \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0947\u0902\u0964","error.gemini.429":"\u0935\u0930\u094D\u0924\u092E\u093E\u0928 \u092E\u0947\u0902 \u091C\u0947\u092E\u093F\u0928\u0940 \u0938\u0947\u0935\u093E \u0915\u0940 \u0935\u0930\u094D\u0924\u092E\u093E\u0928 \u092D\u0930\u0923 \u0915\u094D\u0937\u092E\u0924\u093E \u0938\u0940\u092E\u093E \u0915\u094B \u092A\u0939\u0941\u0902\u091A \u091A\u0941\u0915\u0940 \u0939\u0948, \u0915\u0943\u092A\u092F\u093E \u092C\u093E\u0926 \u092E\u0947\u0902 \u092A\u094D\u0930\u092F\u093E\u0938 \u0915\u0930\u0947\u0902, \u092F\u093E \u0905\u0928\u094D\u092F \u0905\u0928\u0941\u0935\u093E\u0926 \u0938\u0947\u0935\u093E\u0913\u0902 \u092A\u0930 \u0938\u094D\u0935\u093F\u091A \u0915\u0930\u0947\u0902\u0964",enableSentryReport:"\u091C\u092C \u090F\u0915\u094D\u0938\u091F\u0947\u0902\u0936\u0928 \u092E\u0947\u0902 \u0924\u094D\u0930\u0941\u091F\u093F \u0939\u094B\u0924\u0940 \u0939\u0948, \u0924\u094B Sentry \u0915\u093E \u0909\u092A\u092F\u094B\u0917 \u092A\u094D\u0930\u0924\u093F\u0915\u094D\u0930\u093F\u092F\u093E \u0938\u092C\u092E\u093F\u091F \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u0915\u0930\u0947\u0902\u0964","error.403":"\u0938\u0947\u0935\u093E \u0924\u094D\u0930\u0941\u091F\u093F \u0932\u094C\u091F\u093E\u0924\u0940 \u0939\u0948, \u0905\u0938\u094D\u0925\u093E\u092F\u0940 \u0930\u0942\u092A \u0938\u0947 \u0907\u0938 \u0938\u0947\u0935\u093E \u0915\u093E \u0909\u092A\u092F\u094B\u0917 \u0915\u0930\u0928\u0947 \u0915\u0940 \u0905\u0928\u0941\u092E\u0924\u093F \u0928\u0939\u0940\u0902 \u0939\u0948\u0964","translationModeLang.translation.description":"\u091C\u092C \u092A\u0943\u0937\u094D\u0920 \u0915\u0940 \u092D\u093E\u0937\u093E \u0928\u093F\u092E\u094D\u0928\u0932\u093F\u0916\u093F\u0924 \u092D\u093E\u0937\u093E\u0913\u0902 \u092E\u0947\u0902 \u0939\u094B\u0924\u0940 \u0939\u0948, \u0924\u094B \u0915\u0947\u0935\u0932 \u0905\u0928\u0941\u0935\u093E\u0926 \u092E\u094B\u0921 \u0915\u093E \u0938\u094D\u0935\u091A\u093E\u0932\u093F\u0924 \u0930\u0942\u092A \u0938\u0947 \u0909\u092A\u092F\u094B\u0917 \u0915\u093F\u092F\u093E \u091C\u093E\u090F\u0917\u093E",videoSubtitlePreTranslationOff:"\u0935\u0940\u0921\u093F\u092F\u094B \u0938\u092C\u091F\u093E\u092F\u091F\u0932 \u092E\u0942\u0932 \u0935\u0940\u0921\u093F\u092F\u094B \u0926\u094D\u0935\u093E\u0930\u093E \u0938\u094D\u0935\u091A\u093E\u0932\u093F\u0924 \u0930\u0942\u092A \u0938\u0947 \u0905\u0928\u0941\u0935\u093E\u0926\u093F\u0924 \u0938\u092C\u091F\u093E\u092F\u091F\u0932 \u0915\u093E \u092A\u094D\u0930\u093E\u0925\u092E\u093F\u0915\u0924\u093E \u092A\u094D\u0930\u0926\u093E\u0928 \u0915\u0930\u0947\u0917\u093E\u0964","error.429":"\u0938\u0947\u0935\u093E \u0924\u094D\u0930\u0941\u091F\u093F \u0932\u094C\u091F\u093E\u0924\u0940 \u0939\u0948, \u091C\u093F\u0938\u0915\u093E \u0905\u0930\u094D\u0925 \u0939\u0948 \u0915\u093F \u0905\u0928\u0941\u0930\u094B\u0927 \u092C\u0939\u0941\u0924 \u0905\u0915\u094D\u0938\u0930 \u0939\u094B \u0930\u0939\u0947 \u0939\u0948\u0902 \u092F\u093E \u0938\u0940\u092E\u093E \u0938\u0940\u092E\u093E \u0938\u0947 \u0905\u0927\u093F\u0915 \u0939\u0948\u0902, \u0915\u0943\u092A\u092F\u093E \u092C\u093E\u0926 \u092E\u0947\u0902 \u092A\u0941\u0928\u0903 \u092A\u094D\u0930\u092F\u093E\u0938 \u0915\u0930\u0947\u0902\u0964","error.openAIExceededQuota":"\u0938\u0947\u0935\u093E \u0924\u094D\u0930\u0941\u091F\u093F \u0935\u093E\u092A\u0938 \u0915\u0930\u0924\u0940 \u0939\u0948: \u0906\u092A\u0915\u093E \u0935\u0930\u094D\u0924\u092E\u093E\u0928 OpenAI \u0916\u093E\u0924\u093E \u092C\u0948\u0932\u0947\u0902\u0938 \u092A\u0930\u094D\u092F\u093E\u092A\u094D\u0924 \u0928\u0939\u0940\u0902 \u0939\u0948, \u0915\u0943\u092A\u092F\u093E OpenAI \u0906\u0927\u093F\u0915\u093E\u0930\u093F\u0915 \u092C\u0948\u0915\u090F\u0902\u0921 \u092E\u0947\u0902 \u0930\u093F\u091A\u093E\u0930\u094D\u091C \u0915\u0930\u0947\u0902 \u092F\u093E \u0915\u094D\u0930\u0947\u0921\u093F\u091F \u0915\u093E\u0930\u094D\u0921 \u092C\u093E\u0902\u0927\u0947\u0902\u0964","translationFont.notSupportErrorMessage":"\u0915\u0943\u092A\u092F\u093E \u091C\u093E\u0902\u091A\u0947\u0902 \u0915\u093F \u0906\u092A\u0915\u0947 \u0926\u094D\u0935\u093E\u0930\u093E \u0926\u0930\u094D\u091C \u0915\u093F\u092F\u093E \u0917\u092F\u093E \u092B\u093C\u0949\u0928\u094D\u091F \u0928\u093E\u092E \u0938\u0939\u0940 \u0939\u0948 \u092F\u093E \u0928\u0939\u0940\u0902, \u092F\u093E \u092F\u0939 \u0938\u0941\u0928\u093F\u0936\u094D\u091A\u093F\u0924 \u0915\u0930\u0947\u0902 \u0915\u093F \u092F\u0939 \u092B\u093C\u0949\u0928\u094D\u091F \u0906\u092A\u0915\u0947 \u0909\u092A\u0915\u0930\u0923 \u092A\u0930 \u0938\u094D\u0925\u093E\u092A\u093F\u0924 \u0939\u0948\u0964","error.openAIFreeLimit":"\u0938\u0947\u0935\u093E \u0924\u094D\u0930\u0941\u091F\u093F \u0932\u094C\u091F\u093E\u0924\u0940 \u0939\u0948, \u0935\u0930\u094D\u0924\u092E\u093E\u0928 \u0905\u0928\u0941\u0935\u093E\u0926 \u0905\u0928\u0941\u0930\u094B\u0927 \u0915\u0940 \u0906\u0935\u0943\u0924\u094D\u0924\u093F \u092A\u094D\u0930\u0924\u093F \u092E\u093F\u0928\u091F 3 \u092C\u093E\u0930 \u0915\u0940 \u0905\u0927\u093F\u0915\u0924\u092E \u0938\u0940\u092E\u093E \u0924\u0915 \u092A\u0939\u0941\u0902\u091A \u091A\u0941\u0915\u0940 \u0939\u0948, \u0915\u0943\u092A\u092F\u093E \u092C\u093E\u0926 \u092E\u0947\u0902 \u092A\u094D\u0930\u092F\u093E\u0938 \u0915\u0930\u0947\u0902\u0964 (\u092F\u0939 OpenAI \u0915\u0940 \u0906\u0927\u093F\u0915\u093E\u0930\u093F\u0915 \u0938\u0940\u092E\u093E \u0939\u0948 \u0928\u093F:\u0936\u0941\u0932\u094D\u0915 API Key \u0915\u0947 \u0932\u093F\u090F, \u0907\u0938 \u0938\u0940\u092E\u093E \u0915\u094B \u0939\u091F\u093E\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F, \u0915\u0943\u092A\u092F\u093E OpenAI \u092C\u0948\u0915\u090F\u0902\u0921 \u092E\u0947\u0902 \u0915\u094D\u0930\u0947\u0921\u093F\u091F \u0915\u093E\u0930\u094D\u0921 \u092C\u093E\u0902\u0927\u0947\u0902\u0964)","desc.toggleVideoSubtitlePreTranslation":"\u091C\u092C \u0906\u092A \u0907\u0938\u0947 \u0926\u092C\u093E\u0924\u0947 \u0939\u0948\u0902, \u0924\u094B \u0935\u0940\u0921\u093F\u092F\u094B \u0926\u094D\u0935\u093F\u092D\u093E\u0937\u0940 \u0909\u092A\u0936\u0940\u0930\u094D\u0937\u0915 \u092A\u094D\u0930\u093E\u0925\u092E\u093F\u0915\u0924\u093E \u0938\u0947 \u0921\u0941\u092C\u0915\u0940 \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0940 \u0938\u0947\u091F\u093F\u0902\u0917 \u0915\u093E \u0909\u092A\u092F\u094B\u0917 \u0915\u0930\u0947\u0917\u093E, \u092B\u093F\u0930 \u0938\u0947 \u0926\u092C\u093E\u0928\u0947 \u092A\u0930 \u092F\u0939 \u092E\u0942\u0932 \u0935\u0940\u0921\u093F\u092F\u094B \u0915\u0947 \u0938\u094D\u0935\u091A\u093E\u0932\u093F\u0924 \u0905\u0928\u0941\u0935\u093E\u0926\u093F\u0924 \u0909\u092A\u0936\u0940\u0930\u094D\u0937\u0915 \u0915\u093E \u0909\u092A\u092F\u094B\u0917 \u0915\u0930\u0947\u0917\u093E, \u0927\u094D\u092F\u093E\u0928 \u0926\u0947\u0902: \u0907\u0938 \u0936\u0949\u0930\u094D\u091F\u0915\u091F \u0926\u094D\u0935\u093E\u0930\u093E \u0938\u0902\u0936\u094B\u0927\u093F\u0924 \u0938\u0947\u091F\u093F\u0902\u0917 \u0935\u0948\u0936\u094D\u0935\u093F\u0915 \u0939\u094B\u0924\u0940 \u0939\u0948\u0964","error.serveUnavailable":"\u0906\u092A\u0915\u0947 \u0926\u094D\u0935\u093E\u0930\u093E \u0935\u0930\u094D\u0924\u092E\u093E\u0928 \u092E\u0947\u0902 \u0909\u092A\u092F\u094B\u0917 \u0915\u093F\u090F \u091C\u093E \u0930\u0939\u0947 [{serverName}] \u0938\u0947\u0935\u093E \u0915\u094B \u0928\u0947\u091F\u0935\u0930\u094D\u0915 \u0915\u0928\u0947\u0915\u094D\u0936\u0928 \u092F\u093E \u0938\u0947\u0935\u093E \u092A\u094D\u0930\u0926\u093E\u0924\u093E \u0915\u0940 \u0938\u092E\u0938\u094D\u092F\u093E \u0915\u0947 \u0915\u093E\u0930\u0923 \u0905\u0938\u094D\u0925\u093E\u092F\u0940 \u0930\u0942\u092A \u0938\u0947 \u0909\u092A\u092F\u094B\u0917 \u0915\u0930\u0928\u0947 \u092E\u0947\u0902 \u0905\u0938\u092E\u0930\u094D\u0925 \u0939\u0948\u0964 \u0939\u092E\u093E\u0930\u093E \u0938\u0941\u091D\u093E\u0935 \u0939\u0948 \u0915\u093F \u0906\u092A \u092A\u0943\u0937\u094D\u0920 \u0915\u094B \u0924\u093E\u091C\u093E \u0915\u0930\u0928\u0947 \u0915\u093E \u092A\u094D\u0930\u092F\u093E\u0938 \u0915\u0930\u0947\u0902 \u092F\u093E <1>\u0938\u0947\u091F\u093F\u0902\u0917\u094D\u0938 \u0915\u0947 \u092E\u093E\u0927\u094D\u092F\u092E \u0938\u0947 \u0905\u0928\u094D\u092F \u0905\u0928\u0941\u0935\u093E\u0926 \u0938\u0947\u0935\u093E\u0913\u0902 \u0915\u094B \u092C\u0926\u0932\u0928\u0947 \u0915\u093E \u092A\u094D\u0930\u092F\u093E\u0938 \u0915\u0930\u0947\u0902\u0964 \u092F\u0926\u093F \u0906\u092A <2>Pro \u0938\u0926\u0938\u094D\u092F \u0939\u0948\u0902, \u0924\u094B \u0906\u092A DeepL \u092F\u093E OpenAI \u0905\u0928\u0941\u0935\u093E\u0926 \u0938\u0947\u0935\u093E \u0915\u093E \u0909\u092A\u092F\u094B\u0917 \u0915\u0930\u0928\u0947 \u0915\u093E \u091A\u092F\u0928 \u0915\u0930 \u0938\u0915\u0924\u0947 \u0939\u0948\u0902 \u091C\u094B \u0905\u0927\u093F\u0915 \u0938\u094D\u0925\u093F\u0930 \u0939\u0948 (<3>\u092F\u0939\u093E\u0902 \u092E\u0941\u092B\u094D\u0924 \u0905\u0928\u0941\u092D\u0935 \u0915\u0930\u0947\u0902)\u0964 \u0907\u0938\u0915\u0947 \u0905\u0932\u093E\u0935\u093E, \u0906\u092A\u0915\u094B \u0936\u093E\u092F\u0926 \u0905\u092A\u0928\u0940 \u0928\u0947\u091F\u0935\u0930\u094D\u0915 \u092F\u093E \u092A\u094D\u0930\u0949\u0915\u094D\u0938\u0940 \u0938\u0947\u091F\u093F\u0902\u0917\u094D\u0938 \u0915\u0940 \u091C\u093E\u0902\u091A \u0915\u0930\u0928\u0947 \u0915\u0940 \u0906\u0935\u0936\u094D\u092F\u0915\u0924\u093E \u0939\u094B \u0938\u0915\u0924\u0940 \u0939\u0948\u0964","translationServices.gemini":"\u092E\u093F\u0925\u0941\u0928","widget.translateFile":"PDF/ePub",goLogin:"\u0932\u0949\u0917 \u0907\u0928 \u0915\u0930\u0947\u0902","error.reason":"\u0924\u094D\u0930\u0941\u091F\u093F \u0915\u093E \u0915\u093E\u0930\u0923",contact:"\u0939\u092E\u0938\u0947 \u0938\u0902\u092A\u0930\u094D\u0915 \u0915\u0930\u0947\u0902",pickAll:"\u0938\u092D\u0940 \u0915\u093E \u091A\u092F\u0928 \u0915\u0930\u0947\u0902","multipleClick.3":"\u0924\u094D\u0930\u093F\u092A\u0932 \u0939\u093F\u091F","floatBall.iKnow":"\u092E\u0948\u0902\u0928\u0947 \u0938\u092E\u091D \u0932\u093F\u092F\u093E",shortcutSettings:"\u0936\u0949\u0930\u094D\u091F\u0915\u091F \u0915\u0941\u0902\u091C\u0940","error.retry":"\u092A\u0941\u0928\u0903 \u092A\u094D\u0930\u092F\u093E\u0938 \u0915\u0930\u0947\u0902",touchShortcutsOff:"\u092C\u0902\u0926 \u0915\u0930\u0947\u0902","subtitle.bilingual":"\u0926\u094D\u0935\u093F\u092D\u093E\u0937\u0940\u092F \u0909\u092A\u0936\u0940\u0930\u094D\u0937\u0915","tagsInput.add":"+ \u091C\u094B\u0921\u093C\u0947\u0902","slide.right":"\u092C\u093E\u090F\u0902 \u0938\u094D\u0932\u093E\u0907\u0921 \u0915\u0930\u0947\u0902","multipleClick.2":"\u0921\u092C\u0932 \u0915\u094D\u0932\u093F\u0915","widget.instruction":"\u0909\u092A\u092F\u094B\u0917 \u0915\u0940 \u0928\u093F\u0930\u094D\u0926\u0947\u0936\u093F\u0915\u093E",loggedIn:"\u0932\u0949\u0917 \u0907\u0928 \u0915\u093F\u092F\u093E \u0939\u0941\u0906 \u0939\u0948","shortcutGroup.main":"\u0938\u093E\u092E\u093E\u0928\u094D\u092F \u0909\u092A\u092F\u094B\u0917 \u0915\u0940 \u0936\u0949\u0930\u094D\u091F\u0915\u091F \u0915\u0941\u0902\u091C\u0940","slide.left":"\u0926\u093E\u090F\u0902 \u0938\u094D\u0932\u093E\u0907\u0921 \u0915\u0930\u0947\u0902",shortcutSettingsTitle:"\u0936\u0949\u0930\u094D\u091F\u0915\u091F \u0915\u0940 \u0938\u0947\u091F\u093F\u0902\u0917","multipleClick.4":"\u091A\u093E\u0930\u0939\u093F\u091F \u0938\u0902\u092F\u094B\u091C\u0928","error.subscriptionExpiredTitle":"\u0938\u0926\u0938\u094D\u092F\u0924\u093E \u0938\u092E\u093E\u092A\u094D\u0924 \u0939\u094B \u0917\u0908 \u0939\u0948",notLogin:"\u0932\u0949\u0917 \u0907\u0928 \u0928\u0939\u0940\u0902 \u0915\u093F\u092F\u093E \u0939\u0948","shortcutGroup.others":"\u0905\u0927\u093F\u0915 \u0915\u0938\u094D\u091F\u092E \u092B\u093C\u0902\u0915\u094D\u0936\u0928 \u0936\u0949\u0930\u094D\u091F\u0915\u091F","subtitle.hideQuickButton":"\u0907\u0938 \u0936\u0949\u0930\u094D\u091F\u0915\u091F \u0915\u094B \u092B\u093F\u0930 \u0938\u0947 \u0928\u093E \u0926\u093F\u0916\u093E\u090F\u0902","widget.videoSubtitleTooltip":"Youtube \u0906\u0926\u093F {count}+ \u0935\u0940\u0921\u093F\u092F\u094B \u0935\u0947\u092C\u0938\u093E\u0907\u091F\u094B\u0902 \u0915\u093E \u0938\u092E\u0930\u094D\u0925\u0928 \u0915\u0930\u0947\u0902","browser.translateInputBox":"\u0935\u0930\u094D\u0924\u092E\u093E\u0928 \u0907\u0928\u092A\u0941\u091F \u092C\u0949\u0915\u094D\u0938 \u0915\u0940 \u0938\u093E\u092E\u0917\u094D\u0930\u0940 \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0947\u0902",temprarilyChangeTranslationTo_openai:"\u0939\u092E \u0935\u0930\u094D\u0924\u092E\u093E\u0928 \u092A\u0943\u0937\u094D\u0920 \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 OpenAI \u0915\u093E \u0909\u092A\u092F\u094B\u0917 \u0915\u0930 \u0930\u0939\u0947 \u0939\u0948\u0902",alwaysTranslateThisSite:"\u0939\u092E\u0947\u0936\u093E \u0907\u0938 \u0935\u0947\u092C\u0938\u093E\u0907\u091F \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0947\u0902","shortcutGroup.mouse":"\u092E\u093E\u0909\u0938 \u0939\u094B\u0935\u0930 \u0936\u0949\u0930\u094D\u091F\u0915\u091F \u0915\u0949\u0928\u094D\u092B\u093C\u093F\u0917\u0930\u0947\u0936\u0928",translationOnlyMode:`\u0915\u0947\u0935\u0932 \u0905\u0928\u0941\u0935\u093E\u0926 \u092E\u094B\u0921 + {env.imt_sub_trans_field}: Traduction`,"subtitle.quickButton.magenta":"Fuchsia","subtitle.quickButton.red":"Rouge","subtitle.quickButton.setting":"Param\xE9trage","subtitle.quickButton.black":"noir","subtitle.quickButton.translationPosition":"Position de traduction","subtitle.quickButton.green":"Vert","subtitle.quickButton.translationFontSize":"Taille de police de traduction","subtitle.quickButton.sourceTextColor":"Couleur de police d'origine","translationServices.claude":"Claude","subtitle.quickButton.blue":"Bleu","subtitle.quickButton.sourceFontSize":"La taille originale de la police","subtitle.quickButton.translationTextColor":"Couleur de la police de traduction","subtitle.quickButton.backgroundColor":"couleur d'arri\xE8re-plan","subtitle.quickButton.white":"Blanc","subtitle.quickButton.translationPositionTop":"En haut de l'original","subtitle.quickButton.yellow":"jaune","subtitle.quickButton.cyan":"Bleu","subtitle.quickButton.backgroundOpacity":"Opacit\xE9 de l'arri\xE8re-plan","subtitle.quickButton.translationPositionBottom":"\u5728\u539F\u6587\u4E0B\u65B9",attachSubtitleTranslating:"Utilisation de {service} pour la traduction en cours...","error.claude.403":"Acc\xE8s temporairement interdit au service, cela peut \xEAtre li\xE9 aux restrictions r\xE9gionales de Claude. Vous pouvez essayer de changer votre adresse IP ou utiliser un autre service de traduction.","browser.brandDescriptionForSafari":"\u3010Traduction immersive\u3011Un plugin de traduction de pages web bilingue gratuit (texte original / traduction), qui supporte \xE9galement la traduction de PDF et de livres \xE9lectroniques EPUB tout en conservant la mise en page originale, la traduction de sous-titres bilingues pour des vid\xE9os en ligne comme Youtube/Netflix, et qui supporte les services de traduction principaux tels que Deepl/Google;","browser.PdfProFile":"AI pilot\xE9 PDF Pro traduction","browser.textTranslate":"Traduction de texte"};var wb={nologin:"\u0905\u0902\u0926\u0930 \u092A\u094D\u0930\u0935\u0947\u0936 \u0915\u0940 \u0905\u0928\u0941\u092E\u0924\u093F \u0928\u0939\u0940\u0902 \u0939\u0948",loginForSafari:"\u0932\u0949\u0917-\u0907\u0928 \u092F\u093E \u092A\u0902\u091C\u0940\u0915\u0943\u0924",login:"\u0932\u0949\u0917 \u0907\u0928 \u0915\u0930\u0928\u0947 \u0915\u0947 \u092C\u093E\u0926 \u0906\u092A \u0938\u0926\u0938\u094D\u092F\u0924\u093E \u0938\u0915\u094D\u0930\u093F\u092F \u0915\u0930 \u0938\u0915\u0924\u0947 \u0939\u0948\u0902",manageAccount:"\u0916\u093E\u0924\u0947 \u0915\u093E \u092A\u094D\u0930\u092C\u0902\u0927\u0928 \u0915\u0930\u0947\u0902",openPremium:"\u0938\u0926\u0938\u094D\u092F\u0924\u093E \u0917\u094D\u0930\u0939\u0923 \u0915\u0930\u0947\u0902",logout:"\u091B\u094B\u0921\u093C\u0928\u093E",curentPlan:"\u0935\u0930\u094D\u0924\u092E\u093E\u0928 \u092A\u0948\u0915\u0947\u091C",endAt:"\u092A\u0930\u093F\u092A\u0915\u094D\u0935\u0924\u093E",endAuto:"\u0938\u094D\u0935\u091A\u093E\u0932\u093F\u0924 \u0928\u0935\u0940\u0915\u0930\u0923",lineBreakMaxTextCount:"\u092A\u0902\u0915\u094D\u0924\u093F \u0935\u093F\u0930\u093E\u092E \u0915\u0947 \u092C\u093E\u0926 \u092A\u094D\u0930\u0924\u093F \u0935\u093E\u0915\u094D\u092F \u0905\u0928\u0941\u092E\u0924 \u0935\u0930\u094D\u0923\u094B\u0902 \u0915\u0940 \u0905\u0927\u093F\u0915\u0924\u092E \u0938\u0902\u0916\u094D\u092F\u093E","translate-pdf":"\u092A\u0940\u0921\u0940\u090F\u092B \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u0915\u094D\u0932\u093F\u0915 \u0915\u0930\u0947\u0902","noSupportTranslate-pdf":"\u0938\u094D\u0915\u094D\u0930\u093F\u092A\u094D\u091F \u0938\u092E\u0930\u094D\u0925\u093F\u0924 \u0928\u0939\u0940\u0902 \u0939\u0948, \u0915\u0943\u092A\u092F\u093E \u092A\u094D\u0932\u0917-\u0907\u0928 \u0915\u093E \u0909\u092A\u092F\u094B\u0917 \u0915\u0930\u0947\u0902","translate-firefox-local-pdf":"\u092A\u0940\u0921\u0940\u090F\u092B \u0906\u092F\u093E\u0924 \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u0915\u094D\u0932\u093F\u0915 \u0915\u0930\u0947\u0902",enableLineBreak:"\u0932\u0902\u092C\u0947 \u0905\u0928\u0941\u091A\u094D\u091B\u0947\u0926\u094B\u0902 \u0915\u0947 \u0932\u093F\u090F \u0938\u094D\u0935\u091A\u093E\u0932\u093F\u0924 \u0936\u092C\u094D\u0926 \u0930\u0948\u092A\u093F\u0902\u0917 \u091A\u093E\u0932\u0942 \u0915\u0930\u0947\u0902",sponsorLabel:"$1 \u0938\u0947 \u0936\u0941\u0930\u0942 \u0915\u0930\u0915\u0947 \u0915\u093F\u0938\u0940 \u0921\u0947\u0935\u0932\u092A\u0930 \u0915\u094B \u092A\u094D\u0930\u093E\u092F\u094B\u091C\u093F\u0924 \u0915\u0930\u0947\u0902",help:"\u092E\u0926\u0926",browserShortcutsNoteForFirefox:'\u092B\u093C\u093E\u092F\u0930\u092B\u093C\u0949\u0915\u094D\u0938 \u092C\u094D\u0930\u093E\u0909\u091C\u093C\u0930 \u092E\u0947\u0902 \u0936\u0949\u0930\u094D\u091F\u0915\u091F \u0915\u0941\u0902\u091C\u093F\u092F\u094B\u0902 \u0915\u094B \u0938\u0902\u0936\u094B\u0927\u093F\u0924 \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F, \u0906\u092A\u0915\u094B \u090F\u0915\u094D\u0938\u091F\u0947\u0902\u0936\u0928 \u092A\u094D\u0930\u092C\u0902\u0927\u0928 \u092A\u0943\u0937\u094D\u0920 `about:addons` \u0916\u094B\u0932\u0928\u093E \u0939\u094B\u0917\u093E, \u092B\u093F\u0930 "\u0938\u0947\u091F\u093F\u0902\u0917\u094D\u0938" \u092A\u0930 \u0915\u094D\u0932\u093F\u0915 \u0915\u0930\u0947\u0902, \u092B\u093F\u0930 \u0907\u0938\u0947 \u0938\u0947\u091F \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F "\u0936\u0949\u0930\u094D\u091F\u0915\u091F \u0915\u0941\u0902\u091C\u093F\u092F\u093E\u0901 \u092A\u094D\u0930\u092C\u0902\u0927\u093F\u0924 \u0915\u0930\u0947\u0902" \u092A\u0930 \u0915\u094D\u0932\u093F\u0915 \u0915\u0930\u0947\u0902\u0964',browserShortcutsNoteForChrome:"\u0915\u094D\u0930\u094B\u092E-\u091C\u0948\u0938\u0947 \u092C\u094D\u0930\u093E\u0909\u091C\u093C\u0930 \u092E\u0947\u0902 \u0936\u0949\u0930\u094D\u091F\u0915\u091F \u0915\u0941\u0902\u091C\u093F\u092F\u094B\u0902 \u0915\u094B \u0938\u0902\u0936\u094B\u0927\u093F\u0924 \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F, \u0906\u092A\u0915\u094B \u090F\u0915\u094D\u0938\u091F\u0947\u0902\u0936\u0928 \u092A\u094D\u0930\u092C\u0902\u0927\u0928 \u092A\u0943\u0937\u094D\u0920 \u0916\u094B\u0932\u0928\u093E \u0939\u094B\u0917\u093E, \u0907\u0938\u0947 `\u0936\u0949\u0930\u094D\u091F\u0915\u091F \u092A\u094D\u0930\u092C\u0902\u0927\u093F\u0924 \u0915\u0930\u0947\u0902` \u092A\u0948\u0928\u0932 (`\u0915\u094D\u0930\u094B\u092E://\u090F\u0915\u094D\u0938\u091F\u0947\u0902\u0936\u0928/\u0936\u0949\u0930\u094D\u091F\u0915\u091F`) \u092E\u0947\u0902 \u0938\u0947\u091F \u0915\u0930\u0928\u093E \u0939\u094B\u0917\u093E, \u0914\u0930 \u0938\u0940\u0927\u0947 \u091C\u093E\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u0928\u0940\u091A\u0947 \u0926\u093F\u090F \u0917\u090F \u092C\u091F\u0928 \u092A\u0930 \u0915\u094D\u0932\u093F\u0915 \u0915\u0930\u0928\u093E \u0939\u094B\u0917\u093E \u0936\u0949\u0930\u094D\u091F\u0915\u091F \u0915\u0941\u0902\u091C\u0940 \u092A\u094D\u0930\u092C\u0902\u0927\u0928 \u092A\u0943\u0937\u094D\u0920.",browserShortcutsSucks:"\u0915\u0938\u094D\u091F\u092E \u0936\u0949\u0930\u094D\u091F\u0915\u091F \u0915\u0941\u0902\u091C\u0940 \u092A\u094D\u0930\u093E\u0930\u0942\u092A \u0939\u0948 (\u0915\u094B\u0908 \u0938\u094D\u0935\u091A\u093E\u0932\u093F\u0924 \u092A\u0939\u091A\u093E\u0928 \u0928\u0939\u0940\u0902, \u0915\u0943\u092A\u092F\u093E \u0938\u0940\u0927\u0947 \u0926\u0930\u094D\u091C \u0915\u0930\u0947\u0902)\uFF1A",enableLineBreakDescription:"\u091A\u093E\u0932\u0942 \u0939\u094B\u0928\u0947 \u092A\u0930, \u092A\u0922\u093C\u0928\u0947 \u0915\u0940 \u0938\u0941\u0935\u093F\u0927\u093E \u0915\u0947 \u0932\u093F\u090F \u092A\u094D\u0930\u0924\u094D\u092F\u0947\u0915 \u0935\u093E\u0915\u094D\u092F \u0915\u0947 \u0905\u0902\u0924 \u092E\u0947\u0902 \u0932\u0902\u092C\u0947 \u092A\u0948\u0930\u093E\u0917\u094D\u0930\u093E\u092B \u092E\u0947\u0902 \u0932\u093E\u0907\u0928 \u092C\u094D\u0930\u0947\u0915 \u0921\u093E\u0932\u0947 \u091C\u093E\u090F\u0902\u0917\u0947\u0964","browser.shortBrandName":"\u0917\u0939\u0928 \u0905\u0928\u0941\u0935\u093E\u0926","browser.brandName":"\u0907\u092E\u0930\u094D\u0938\u093F\u0935 \u0905\u0928\u0941\u0935\u093E\u0926: \u0926\u094D\u0935\u093F\u092D\u093E\u0937\u0940 \u0935\u0947\u092C \u092A\u0947\u091C \u0905\u0928\u0941\u0935\u093E\u0926 \u0914\u0930 \u092A\u0940\u0921\u0940\u090F\u092B \u0926\u0938\u094D\u0924\u093E\u0935\u0947\u091C\u093C \u0905\u0928\u0941\u0935\u093E\u0926","browser.brandDescription":"Bilingual web page translation, also supports PDF translation, bilingual Epub eBook translation, free to use.","browser.toggleTranslatePage":"\u0935\u0947\u092C \u092A\u0947\u091C \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0947\u0902/\u092E\u0942\u0932 \u092A\u093E\u0920 \u0926\u093F\u0916\u093E\u090F\u0902","browser.toggleTranslateTheWholePage":"\u092A\u0943\u0937\u094D\u0920 \u0915\u0947 \u0938\u092D\u0940 \u0915\u094D\u0937\u0947\u0924\u094D\u0930\u094B\u0902 \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0947\u0902/\u092E\u0942\u0932 \u092A\u093E\u0920 \u092A\u094D\u0930\u0926\u0930\u094D\u0936\u093F\u0924 \u0915\u0930\u0947\u0902","browser.toggleOnlyTransation":"\u0926\u094D\u0935\u093F\u092D\u093E\u0937\u0940/\u0915\u0947\u0935\u0932 \u0905\u0928\u0941\u0935\u093E\u0926 \u092E\u094B\u0921 \u092A\u0930 \u0938\u094D\u0935\u093F\u091A \u0915\u0930\u0947\u0902","browser.toggleTranslateToThePageEndImmediately":"\u0924\u0941\u0930\u0902\u0924 \u092A\u0943\u0937\u094D\u0920 \u0915\u0947 \u0928\u0940\u091A\u0947 \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0947\u0902/\u092E\u0942\u0932 \u092A\u093E\u0920 \u0926\u093F\u0916\u093E\u090F\u0902","browser.toggleTranslateTheMainPage":"\u092A\u0943\u0937\u094D\u0920 \u0915\u0947 \u092E\u0941\u0916\u094D\u092F \u0915\u094D\u0937\u0947\u0924\u094D\u0930 \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0947\u0902/\u092E\u0942\u0932 \u092A\u093E\u0920 \u092A\u094D\u0930\u0926\u0930\u094D\u0936\u093F\u0924 \u0915\u0930\u0947\u0902","browser.shareToDraft":"\u0926\u094D\u0935\u093F\u092D\u093E\u0937\u0940 \u092A\u0943\u0937\u094D\u0920 \u0938\u093E\u091D\u093E \u0915\u0930\u0947\u0902","browser.openOptionsPage":"\u0938\u0947\u091F\u093F\u0902\u0917 \u092A\u0943\u0937\u094D\u0920 \u0916\u094B\u0932\u0947\u0902","browser.toggleTranslationMask":"\u0905\u0928\u0941\u0935\u093E\u0926 \u0927\u0941\u0902\u0927\u0932\u093E \u092A\u094D\u0930\u092D\u093E\u0935 \u0926\u093F\u0916\u093E\u090F\u0901/\u091B\u093F\u092A\u093E\u090F\u0901","browser.translateLocalPdfFile":"\u0938\u094D\u0925\u093E\u0928\u0940\u092F \u092A\u0940\u0921\u0940\u090F\u092B \u092B\u093E\u0907\u0932\u094B\u0902 \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0947\u0902","browser.openEbookViewer":"\u0938\u094D\u0925\u093E\u0928\u0940\u092F \u0908-\u092A\u0941\u0938\u094D\u0924\u0915\u0947\u0902 \u092A\u0922\u093C\u0947\u0902","browser.openEbookBuilder":"\u0926\u094D\u0935\u093F\u092D\u093E\u0937\u0940 EPUB \u0908-\u092A\u0941\u0938\u094D\u0924\u0915\u0947\u0902 \u092C\u0928\u093E\u090F\u0901","browser.translateLocalHtmlFile":"HTML/txt \u092B\u093C\u093E\u0907\u0932\u094B\u0902 \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0947\u0902","browser.donateContext":"\u092A\u094D\u0930\u093E\u092F\u094B\u091C\u0928 \u0932\u093E\u092D\u094B\u0902 \u0915\u0947 \u092C\u093E\u0930\u0947 \u092E\u0947\u0902 \u091C\u093E\u0928\u0947\u0902","browser.translateLocalSubtitleFile":"\u0938\u094D\u0925\u093E\u0928\u0940\u092F \u0909\u092A\u0936\u0940\u0930\u094D\u0937\u0915 \u092B\u093C\u093E\u0907\u0932\u094B\u0902 \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0947\u0902",confirmResetConfig:"\u0915\u094D\u092F\u093E \u0906\u092A \u0935\u093E\u0915\u0908 \u0905\u092A\u0928\u0940 \u0938\u0947\u091F\u093F\u0902\u0917\u094D\u0938 \u0930\u0940\u0938\u0947\u091F \u0915\u0930\u0928\u093E \u091A\u093E\u0939\u0924\u0947 \u0939\u0948\u0902?",translationLineBreakSettingTitle:"\u0905\u0928\u0941\u0935\u093E\u0926 \u092A\u0902\u0915\u094D\u0924\u093F \u0930\u0948\u092A\u093F\u0902\u0917 \u0938\u0947\u091F\u093F\u0902\u0917",smartLineBreak:"\u0938\u094D\u092E\u093E\u0930\u094D\u091F \u0932\u093E\u0907\u0928 \u0930\u0948\u092A\u093F\u0902\u0917",alwaysLineBreak:"\u0939\u092E\u0947\u0936\u093E \u0932\u092A\u0947\u091F\u094B",isShowContextMenu:"\u0905\u0928\u0941\u0935\u093E\u0926\u093F\u0924 \u0935\u0947\u092C \u092A\u0947\u091C \u0915\u094B \u0930\u093E\u0907\u091F-\u0915\u094D\u0932\u093F\u0915 \u092E\u0947\u0928\u0942 \u0906\u0907\u091F\u092E \u092E\u0947\u0902 \u091C\u094B\u0921\u093C\u0947\u0902",toggleBeta:"\u092C\u0940\u091F\u093E \u092A\u0930\u0940\u0915\u094D\u0937\u0923 \u0938\u0941\u0935\u093F\u0927\u093E\u090F\u0901 \u0938\u0915\u094D\u0937\u092E \u0915\u0930\u0947\u0902",betaDescription:"\u0909\u0928 \u0938\u0941\u0935\u093F\u0927\u093E\u0913\u0902 \u0915\u094B \u0938\u0915\u094D\u0937\u092E \u0915\u0930\u0947\u0902 \u091C\u094B \u0905\u092D\u0940 \u092D\u0940 \u092A\u094D\u0930\u092F\u094B\u0917\u093E\u0924\u094D\u092E\u0915 \u0939\u0948\u0902, \u0938\u093E\u0925 \u0939\u0940 \u092A\u0930\u0940\u0915\u094D\u0937\u0923 \u092E\u0947\u0902 \u0905\u0928\u0941\u0935\u093E\u0926 \u0938\u0947\u0935\u093E\u090F\u0902 \u092D\u0940 \u0938\u0915\u094D\u0937\u092E \u0915\u0930\u0947\u0902\u0964 <1>\u091F\u0947\u0932\u0940\u0917\u094D\u0930\u093E\u092E \u0938\u092E\u0942\u0939 \u0938\u0947 \u091C\u0941\u0921\u093C\u0947\u0902 \u0914\u0930 \u0905\u0927\u093F\u0915 \u091C\u093E\u0928\u0947\u0902\u0964",translationLineBreakSettingDescription:"\u0939\u092E\u0947\u0936\u093E \u0930\u0948\u092A \u0915\u092E \u0938\u093E\u092E\u0917\u094D\u0930\u0940 \u0935\u093E\u0932\u0947 \u0932\u0947\u0906\u0909\u091F \u0915\u0947 \u0932\u093F\u090F \u0909\u092A\u092F\u0941\u0915\u094D\u0924 \u0939\u094B\u0924\u093E \u0939\u0948 \u0914\u0930 \u0905\u0927\u093F\u0915 \u0938\u0941\u0935\u094D\u092F\u0935\u0938\u094D\u0925\u093F\u0924 \u0939\u094B\u0924\u093E \u0939\u0948\u0964 (\u0938\u094D\u0925\u093E\u0928 \u092C\u091A\u093E\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u092C\u0939\u0941\u0924 \u0938\u093E\u0930\u0940 \u0938\u093E\u092E\u0917\u094D\u0930\u0940 ({count}\u0938\u0947 \u0905\u0927\u093F\u0915 \u0905\u0915\u094D\u0937\u0930) \u0935\u093E\u0932\u0947 \u0932\u0902\u092C\u0947 \u092A\u0948\u0930\u093E\u0917\u094D\u0930\u093E\u092B \u092E\u0947\u0902 \u0938\u094D\u092E\u093E\u0930\u094D\u091F \u0932\u093E\u0907\u0928 \u092C\u094D\u0930\u0947\u0915 \u0915\u093E \u0909\u092A\u092F\u094B\u0917 \u0915\u0930\u0947\u0902)",tempTranslateDomainTitle:"\u0935\u0947\u092C\u0938\u093E\u0907\u091F \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u094B \u0905\u0938\u094D\u0925\u093E\u092F\u0940 \u0930\u0942\u092A \u0938\u0947 \u0915\u092C \u0924\u0915 \u0938\u0915\u094D\u0937\u092E \u0915\u0930\u0928\u093E \u0939\u0948",tempTranslateDomainDescription:"\u0915\u093F\u0938\u0940 \u0935\u0947\u092C \u092A\u0947\u091C \u0915\u093E \u092E\u0948\u0928\u094D\u092F\u0941\u0905\u0932 \u0930\u0942\u092A \u0938\u0947 \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0924\u0947 \u0938\u092E\u092F, \u0938\u094D\u0935\u091A\u093E\u0932\u093F\u0924 \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0947 \u0932\u093F\u090F \u0935\u0947\u092C\u0938\u093E\u0907\u091F \u0915\u094B \u0905\u0938\u094D\u0925\u093E\u092F\u0940 \u0930\u0942\u092A \u0938\u0947 \u091A\u093E\u0932\u0942 \u0915\u0930\u0947\u0902, \u0914\u0930 \u0906\u092A \u0905\u0938\u094D\u0925\u093E\u092F\u0940 \u0905\u0935\u0927\u093F \u0928\u093F\u0930\u094D\u0927\u093E\u0930\u093F\u0924 \u0915\u0930 \u0938\u0915\u0924\u0947 \u0939\u0948\u0902\u0964",xMinutes:"{count} \u092E\u093F\u0928\u091F",disabled:"\u0905\u0915\u094D\u0937\u092E \u0915\u0930\u0928\u093E",changelog:"\u0932\u0949\u0917 \u092C\u0926\u0932\u0947\u0902",toggleTranslatePageWhenThreeFingersOnTheScreen:"\u0935\u0947\u092C \u092A\u0947\u091C \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0928\u0947/\u092E\u0942\u0932 \u092A\u093E\u0920 \u092A\u094D\u0930\u0926\u0930\u094D\u0936\u093F\u0924 \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u090F\u0915 \u0939\u0940 \u0938\u092E\u092F \u092E\u0947\u0902 \u0915\u0908 \u0905\u0902\u0917\u0941\u0932\u093F\u092F\u094B\u0902 \u0938\u0947 \u0938\u094D\u0915\u094D\u0930\u0940\u0928 \u0915\u094B \u0938\u094D\u092A\u0930\u094D\u0936 \u0915\u0930\u0947\u0902",toggleTranslationMaskWhenThreeFingersOnTheScreen:"\u0905\u0928\u0941\u0935\u093E\u0926 \u0927\u0941\u0902\u0927\u0932\u093E \u092A\u094D\u0930\u092D\u093E\u0935 \u0926\u093F\u0916\u093E\u0928\u0947/\u091B\u093F\u092A\u093E\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u090F\u0915 \u0939\u0940 \u0938\u092E\u092F \u092E\u0947\u0902 \u0915\u0908 \u0905\u0902\u0917\u0941\u0932\u093F\u092F\u094B\u0902 \u0915\u094B \u0938\u094D\u092A\u0930\u094D\u0936 \u0915\u0930\u0947\u0902",fingerCountToToggleTranslagePageOnlyTranslationWhenTouching:"\u0935\u0947\u092C \u092A\u0947\u091C \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 (\u0915\u0947\u0935\u0932 \u0905\u0928\u0941\u0935\u093E\u0926)/\u092E\u0942\u0932 \u092A\u093E\u0920 \u092A\u094D\u0930\u0926\u0930\u094D\u0936\u093F\u0924 \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u090F\u0915 \u0939\u0940 \u0938\u092E\u092F \u092E\u0947\u0902 \u0915\u0908 \u0905\u0902\u0917\u0941\u0932\u093F\u092F\u094B\u0902 \u0938\u0947 \u0938\u094D\u0915\u094D\u0930\u0940\u0928 \u0915\u094B \u0938\u094D\u092A\u0930\u094D\u0936 \u0915\u0930\u0947\u0902",addUrlDescription:"\u092F\u0939 \u090F\u0915 \u0921\u094B\u092E\u0947\u0928 \u0928\u093E\u092E \u0939\u094B \u0938\u0915\u0924\u093E \u0939\u0948 \u0914\u0930 \u0935\u093E\u0907\u0932\u094D\u0921\u0915\u093E\u0930\u094D\u0921 \u0915\u093E \u0938\u092E\u0930\u094D\u0925\u0928 \u0915\u0930\u0924\u093E \u0939\u0948, \u091C\u0948\u0938\u0947\uFF1A*.google.com, google.com/mail/*, https://www.google.com/*",general:"\u092E\u0942\u0932 \u0938\u0947\u091F\u093F\u0902\u0917\u094D\u0938",clickToExpandConfig:"\u0935\u0930\u094D\u0924\u092E\u093E\u0928 \u0915\u0949\u0928\u094D\u092B\u093C\u093F\u0917\u0930\u0947\u0936\u0928 \u0915\u093E \u0935\u093F\u0938\u094D\u0924\u093E\u0930 \u0915\u0930\u0947\u0902",import:"\u092B\u093C\u093E\u0907\u0932 \u0938\u0947 \u0906\u092F\u093E\u0924 \u0915\u0930\u0947\u0902",export:"\u092B\u093C\u093E\u0907\u0932 \u092E\u0947\u0902 \u0928\u093F\u0930\u094D\u092F\u093E\u0924 \u0915\u0930\u0947\u0902",toggleDebug:"\u0915\u0902\u0938\u094B\u0932 \u092A\u0930 \u0921\u093F\u092C\u0917 \u0932\u0949\u0917 \u092A\u094D\u0930\u093F\u0902\u091F \u0915\u0930\u0947\u0902","fingers.0":"\u092C\u0902\u0926","fingers.2":"\u0926\u094B \u0909\u0902\u0917\u0932\u093F\u092F\u094B\u0902 \u0915\u093E \u0938\u094D\u092A\u0930\u094D\u0936","fingers.3":"\u0924\u0940\u0928 \u0909\u0902\u0917\u0932\u093F\u092F\u094B\u0902 \u0915\u093E \u0938\u094D\u092A\u0930\u094D\u0936","fingers.4":"\u091A\u093E\u0930 \u0905\u0902\u0917\u0941\u0932 \u0915\u093E \u0938\u094D\u092A\u0930\u094D\u0936","fingers.5":"\u092A\u093E\u0901\u091A \u0905\u0902\u0917\u0941\u0932 \u0915\u093E \u0938\u094D\u092A\u0930\u094D\u0936",mouseHoldKey:"+ {key} \u0907\u0938 \u0905\u0928\u0941\u091A\u094D\u091B\u0947\u0926 \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926/\u092A\u0941\u0928\u0930\u094D\u0938\u094D\u0925\u093E\u092A\u0928\u093E \u0915\u0930\u0947\u0902",mouseHoldKeyAuto:"\u0907\u0938 \u0905\u0928\u0941\u091A\u094D\u091B\u0947\u0926 \u0915\u093E \u0938\u0940\u0927\u0947 \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0947\u0902",mouseHoldKeyOff:"\u0915\u0941\u091B \u092E\u0924 \u0915\u0930\u094B",mouseHoldKeyOther:"\u0915\u0938\u094D\u091F\u092E \u0936\u0949\u0930\u094D\u091F\u0915\u091F \u0915\u0941\u0902\u091C\u093F\u092F\u093E\u0901 (\u0938\u0947\u091F\u093F\u0902\u0917\u094D\u0938 \u0916\u094B\u0932\u0947\u0902)",mouseHoldKeyCustomKey:"0\u0907\u0938 \u0905\u0928\u0941\u091A\u094D\u091B\u0947\u0926 \u0915\u093E {key} /\u092A\u0941\u0928\u0930\u094D\u0938\u094D\u0925\u093E\u092A\u0928\u093E \u0915\u0930\u0947\u0902",mouseHoverHoldKey:"\u092A\u0948\u0930\u093E\u0917\u094D\u0930\u093E\u092B \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u092E\u093E\u0909\u0938 \u0915\u094B \u0918\u0941\u092E\u093E\u090F\u0901 \u0914\u0930 \u0936\u0949\u0930\u094D\u091F\u0915\u091F \u0915\u0941\u0902\u091C\u0940 \u0926\u092C\u093E\u090F\u0901","mouse-translate":"\u092E\u093E\u0909\u0938 \u0915\u0947 \u090A\u092A\u0930",document:"\u0926\u0938\u094D\u0924\u093E\u0935\u0947\u091C\u093C",resetSuccess:"\u0938\u092D\u0940 \u0938\u0947\u091F\u093F\u0902\u0917\u094D\u0938 \u0938\u092B\u0932\u0924\u093E\u092A\u0942\u0930\u094D\u0935\u0915 \u0930\u0940\u0938\u0947\u091F \u0915\u0930\u0947\u0902",resetThisSuccess:"\u0930\u0940\u0938\u0947\u091F \u0938\u092B\u0932",saved:"\u0938\u092B\u0932\u0924\u093E\u092A\u0942\u0930\u094D\u0935\u0915 \u092C\u091A\u093E\u092F\u093E",successImportConfig:"\u0915\u0949\u0928\u094D\u092B\u093C\u093F\u0917\u0930\u0947\u0936\u0928 \u0938\u092B\u0932\u0924\u093E\u092A\u0942\u0930\u094D\u0935\u0915 \u0906\u092F\u093E\u0924 \u0915\u093F\u092F\u093E \u0917\u092F\u093E",goAdvancedSettings:"\u0909\u0928\u094D\u0928\u0924 \u0938\u0947\u091F\u093F\u0902\u0917 \u092A\u0943\u0937\u094D\u0920 \u092A\u0930 \u091C\u093E\u090F\u0901",goAdvancedInterfaceSettings:"\u0909\u0928\u094D\u0928\u0924 \u0905\u0928\u0941\u0915\u0942\u0932\u0928 \u0938\u0947\u091F\u093F\u0902\u0917 \u092A\u0943\u0937\u094D\u0920 \u092A\u0930 \u091C\u093E\u090F\u0901",advanced:"\u090F\u0921\u0935\u093E\u0902\u0938 \u0938\u0947\u091F\u093F\u0902\u0917",advancedDescription:"\u0906\u092E \u0924\u094C\u0930 \u092A\u0930, \u0915\u093F\u0938\u0940 \u0938\u0947\u091F\u093F\u0902\u0917 \u0915\u0940 \u0906\u0935\u0936\u094D\u092F\u0915\u0924\u093E \u0928\u0939\u0940\u0902 \u0939\u0948, \u092C\u0938 \u0921\u093F\u092B\u093C\u0949\u0932\u094D\u091F \u0930\u0916\u0947\u0902\u0964 \u0915\u0947\u0935\u0932 \u0905\u0927\u093F\u0915 \u092A\u0947\u0936\u0947\u0935\u0930 \u0909\u092A\u092F\u094B\u0917\u0915\u0930\u094D\u0924\u093E\u0913\u0902 \u0915\u0947 \u0932\u093F\u090F, \u0905\u0927\u093F\u0915 \u0935\u0948\u092F\u0915\u094D\u0924\u093F\u0915\u0943\u0924 \u0938\u0947\u091F\u093F\u0902\u0917\u094D\u0938 \u092A\u094D\u0930\u0926\u093E\u0928 \u0915\u0940 \u091C\u093E\u0924\u0940 \u0939\u0948\u0902\u0964",developer:"\u0921\u0947\u0935\u0932\u092A\u0930 \u0938\u0947\u091F\u093F\u0902\u0917\u094D\u0938",donateCafe:"\u0915\u0940\u092E\u0924","translate to the bottom of the page":"\u0935\u0947\u092C \u092A\u0947\u091C \u092E\u0947\u0902 \u092A\u094D\u0930\u0935\u0947\u0936 \u0915\u0930\u0928\u0947 \u0915\u0947 \u092C\u093E\u0926, \u0915\u094D\u092F\u093E \u0907\u0938\u0915\u093E \u0924\u0941\u0930\u0902\u0924 \u092A\u0943\u0937\u094D\u0920 \u0915\u0947 \u0928\u093F\u091A\u0932\u0947 \u092D\u093E\u0917 \u092E\u0947\u0902 \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u093F\u092F\u093E \u091C\u093E\u0924\u093E \u0939\u0948?",feedback:"\u092A\u094D\u0930\u0924\u093F\u0915\u094D\u0930\u093F\u092F\u093E",toggleTranslatePage:"\u0935\u0947\u092C \u092A\u0947\u091C \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0947\u0902/\u092E\u0942\u0932 \u092A\u093E\u0920 \u0926\u093F\u0916\u093E\u090F\u0902",translateToThePageEndImmediatelyDescription:"\u091A\u093E\u0932\u0942 \u0939\u094B\u0928\u0947 \u092A\u0930, \u0915\u093F\u0938\u0940 \u0935\u0947\u092C\u092A\u0947\u091C \u092E\u0947\u0902 \u092A\u094D\u0930\u0935\u0947\u0936 \u0915\u0930\u0928\u0947 \u092A\u0930 \u0938\u093E\u092E\u0917\u094D\u0930\u0940 \u0924\u0941\u0930\u0902\u0924 \u090A\u092A\u0930 \u0938\u0947 \u0928\u0940\u091A\u0947 \u0924\u0915 \u0905\u0928\u0941\u0935\u093E\u0926\u093F\u0924 \u0939\u094B \u091C\u093E\u090F\u0917\u0940\u0964 \u092F\u0926\u093F \u092C\u0902\u0926 \u0939\u0948, \u0924\u094B \u0906\u092A \u090F\u0915 \u0939\u0940 \u0938\u092E\u092F \u092E\u0947\u0902 \u092A\u0922\u093C \u0914\u0930 \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930 \u0938\u0915\u0924\u0947 \u0939\u0948\u0902\u0964 (\u091A\u093E\u0932\u0942 \u0915\u0930\u0928\u0947 \u0915\u0940 \u0905\u0928\u0941\u0936\u0902\u0938\u093E \u0928\u0939\u0940\u0902 \u0915\u0940 \u0917\u0908)","translate all areas of the page":"\u0935\u0947\u092C \u092A\u0947\u091C \u0915\u0947 \u0938\u092D\u0940 \u0915\u094D\u0937\u0947\u0924\u094D\u0930\u094B\u0902 \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0928\u093E \u0939\u0948 \u092F\u093E \u0928\u0939\u0940\u0902",translationAreaDescription:"\u091A\u093E\u0932\u0942 \u0939\u094B\u0928\u0947 \u092A\u0930, \u0938\u0902\u092A\u0942\u0930\u094D\u0923 \u0935\u0947\u092C \u092A\u0947\u091C \u0915\u0947 \u0938\u092D\u0940 \u0915\u094D\u0937\u0947\u0924\u094D\u0930\u094B\u0902 \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u093F\u092F\u093E \u091C\u093E\u090F\u0917\u093E\u0964 \u092F\u0926\u093F \u092C\u0902\u0926 \u0915\u093F\u092F\u093E \u091C\u093E\u0924\u093E \u0939\u0948, \u0924\u094B \u0921\u093F\u092B\u093C\u0949\u0932\u094D\u091F \u0938\u094D\u092E\u093E\u0930\u094D\u091F \u092A\u0939\u091A\u093E\u0928 \u0915\u093E \u0909\u092A\u092F\u094B\u0917 \u0915\u093F\u092F\u093E \u091C\u093E\u0924\u093E \u0939\u0948 \u0914\u0930 \u0915\u0947\u0935\u0932 \u092E\u0941\u0916\u094D\u092F \u0915\u094D\u0937\u0947\u0924\u094D\u0930 \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u093F\u092F\u093E \u091C\u093E\u0924\u093E \u0939\u0948\u0964 (\u091A\u093E\u0932\u0942 \u0915\u0930\u0928\u0947 \u0915\u0940 \u0905\u0928\u0941\u0936\u0902\u0938\u093E \u0928\u0939\u0940\u0902 \u0915\u0940 \u0917\u0908)","the number of characters to be translated first":"\u0926\u0943\u0936\u094D\u092F \u0915\u094D\u0937\u0947\u0924\u094D\u0930 \u0924\u0915 \u0938\u094D\u0915\u094D\u0930\u0949\u0932 \u0915\u0930\u0928\u0947 \u0915\u0940 \u092A\u094D\u0930\u0924\u0940\u0915\u094D\u0937\u093E \u0915\u093F\u090F \u092C\u093F\u0928\u093E \u092A\u0943\u0937\u094D\u0920 \u0915\u0947 \u092A\u0939\u0932\u0947 \u0915\u0941\u091B \u0935\u0930\u094D\u0923\u094B\u0902 \u0915\u093E \u0938\u0940\u0927\u0947 \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0947\u0902","interface language":"\u0907\u0902\u091F\u0930\u092B\u093C\u0947\u0938 \u092D\u093E\u0937\u093E","display both the original text and the translation":"\u092E\u0942\u0932 \u092A\u093E\u0920 \u0914\u0930 \u0905\u0928\u0941\u0935\u093E\u0926 \u090F\u0915 \u0938\u093E\u0925 \u092A\u094D\u0930\u0926\u0930\u094D\u0936\u093F\u0924 \u0915\u0930\u0947\u0902","keyboard shortcuts":"\u0915\u0941\u0902\u091C\u0940\u092A\u091F\u0932 \u0905\u0932\u094D\u092A \u092E\u093E\u0930\u094D\u0917",modify:"\u0936\u0949\u0930\u094D\u091F\u0915\u091F \u0915\u0941\u0902\u091C\u093F\u092F\u093E\u0901 \u0938\u0902\u0936\u094B\u0927\u093F\u0924 \u0915\u0930\u0947\u0902",reset:"\u0930\u0940\u0938\u0947\u091F",close:"\u092C\u0902\u0926",homepage:"\u0939\u094B\u092E \u092A\u0947\u091C",more:"\u0905\u0927\u093F\u0915",moreOptions:"\u0905\u0927\u093F\u0915 \u0905\u0928\u0941\u0915\u0942\u0932\u0928 \u0935\u093F\u0915\u0932\u094D\u092A\u094B\u0902 \u0915\u093E \u0935\u093F\u0938\u094D\u0924\u093E\u0930 \u0915\u0930\u0947\u0902",translateTheWholePage:"\u092A\u0943\u0937\u094D\u0920 \u0915\u0947 \u0938\u092D\u0940 \u0915\u094D\u0937\u0947\u0924\u094D\u0930\u094B\u0902 \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0947\u0902 (\u092C\u0941\u0926\u094D\u0927\u093F\u092E\u093E\u0928 \u092A\u0939\u091A\u093E\u0928 \u0915\u0947 \u092E\u0941\u0916\u094D\u092F \u0915\u094D\u0937\u0947\u0924\u094D\u0930\u094B\u0902 \u0938\u0947 \u092D\u093F\u0928\u094D\u0928)",changeToTranslateTheWholePage:"\u0938\u092D\u0940 \u0915\u094D\u0937\u0947\u0924\u094D\u0930\u094B\u0902 \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u0938\u094D\u0935\u093F\u091A \u0915\u0930\u0947\u0902",changeToTranslateTheMainPage:"\u0905\u0928\u0941\u0935\u093E\u0926 \u092E\u0941\u0916\u094D\u092F \u0915\u094D\u0937\u0947\u0924\u094D\u0930 \u092A\u0930 \u0938\u094D\u0935\u093F\u091A \u0915\u0930\u0947\u0902",changeToOnlyTranslationMode:"\u0915\u0947\u0935\u0932 \u0905\u0928\u0941\u0935\u093E\u0926 \u0926\u093F\u0916\u093E\u0928\u0947 \u092A\u0930 \u0938\u094D\u0935\u093F\u091A \u0915\u0930\u0947\u0902",changeToDualTranslationMode:"\u0926\u094D\u0935\u093F\u092D\u093E\u0937\u0940 \u0905\u0928\u0941\u0935\u093E\u0926 \u092A\u0930 \u0938\u094D\u0935\u093F\u091A \u0915\u0930\u0947\u0902",translateToThePageEndImmediately:"\u0924\u0941\u0930\u0902\u0924 \u092A\u0943\u0937\u094D\u0920 \u0915\u0947 \u0928\u0940\u091A\u0947 \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0947\u0902",translateTheMainPage:"\u092C\u0941\u0926\u094D\u0927\u093F\u092E\u093E\u0928 \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0947 \u092E\u0941\u0916\u094D\u092F \u0915\u094D\u0937\u0947\u0924\u094D\u0930","The local rules are up to date":"\u0938\u094D\u0925\u093E\u0928\u0940\u092F \u0905\u0928\u0941\u0915\u0942\u0932\u0928 \u0928\u093F\u092F\u092E \u0905\u0926\u094D\u092F\u0924\u093F\u0924 \u0939\u0948\u0902:","Successfully synchronized with the latest official rules:":"\u0928\u0935\u0940\u0928\u0924\u092E \u0906\u0927\u093F\u0915\u093E\u0930\u093F\u0915 \u0905\u0928\u0941\u0915\u0942\u0932\u0928 \u0928\u093F\u092F\u092E\u094B\u0902 \u0915\u094B \u0938\u092B\u0932\u0924\u093E\u092A\u0942\u0930\u094D\u0935\u0915 \u0938\u093F\u0902\u0915\u094D\u0930\u0928\u093E\u0907\u091C\u093C \u0915\u093F\u092F\u093E \u0917\u092F\u093E:","Checking for updates":"\u0905\u092A\u0921\u0947\u091F \u0915\u0947 \u0932\u093F\u090F \u091C\u093E\u0902\u091A \u0915\u0930 \u0930\u0939\u093E \u0939\u0948","Rules are being synchronized":"\u0905\u0928\u0941\u0915\u0942\u0932\u0928 \u0928\u093F\u092F\u092E\u094B\u0902 \u0915\u094B \u0938\u093F\u0902\u0915\u094D\u0930\u0928\u093E\u0907\u091C\u093C \u0915\u0930\u0928\u093E",localVersionIsTooOld:"\u0938\u094D\u0925\u093E\u0928\u0940\u092F \u090F\u0915\u094D\u0938\u091F\u0947\u0902\u0936\u0928 \u0938\u0902\u0938\u094D\u0915\u0930\u0923 \u092C\u0939\u0941\u0924 \u092A\u0941\u0930\u093E\u0928\u093E \u0939\u0948\u0964 \u0915\u0943\u092A\u092F\u093E \u090F\u0915\u094D\u0938\u091F\u0947\u0902\u0936\u0928 {minVersion} \u092F\u093E \u0928\u090F \u0938\u0902\u0938\u094D\u0915\u0930\u0923 \u092E\u0947\u0902 \u0905\u092A\u0917\u094D\u0930\u0947\u0921 \u0915\u0930\u0947\u0902 \u0914\u0930 \u092B\u093F\u0930 \u0938\u0947 \u0938\u093F\u0902\u0915\u094D\u0930\u0928\u093E\u0907\u091C\u093C\u0947\u0936\u0928 \u0915\u093E \u092A\u094D\u0930\u092F\u093E\u0938 \u0915\u0930\u0947\u0902\u0964",badUserscriptBrowser:"\u0935\u0930\u094D\u0924\u092E\u093E\u0928 \u092C\u094D\u0930\u093E\u0909\u091C\u093C\u0930 \u0917\u094D\u0930\u0940\u0938 \u092E\u0902\u0915\u0940 \u090F\u0915\u094D\u0938\u091F\u0947\u0902\u0936\u0928 \u0907\u0902\u091F\u0930\u092B\u093C\u0947\u0938 \u0915\u094B \u0938\u0939\u0940 \u0922\u0902\u0917 \u0938\u0947 \u0915\u093E\u0930\u094D\u092F\u093E\u0928\u094D\u0935\u093F\u0924 \u0928\u0939\u0940\u0902 \u0915\u0930\u0924\u093E \u0939\u0948 (\u091C\u0948\u0938\u0947 \u0915\u093F \u0917\u094D\u0930\u0940\u0938 \u092E\u0902\u0915\u0940 \u0938\u094D\u0915\u094D\u0930\u093F\u092A\u094D\u091F \u0915\u0940 \u0938\u0902\u0938\u094D\u0915\u0930\u0923 \u0938\u0902\u0916\u094D\u092F\u093E \u0915\u0940 \u091C\u093E\u0928\u0915\u093E\u0930\u0940 \u092A\u094D\u0930\u093E\u092A\u094D\u0924 \u0915\u0930\u0928\u093E), \u0915\u0943\u092A\u092F\u093E \u0905\u0928\u094D\u092F <1> \u0938\u092E\u0930\u094D\u0925\u0928 \u0917\u094D\u0930\u0940\u0938 \u092E\u0902\u0915\u0940 \u090F\u0915\u094D\u0938\u091F\u0947\u0902\u0936\u0928 \u0915\u093E \u0909\u092A\u092F\u094B\u0917 \u0915\u0930\u0947\u0902 \u092B\u093C\u093E\u092F\u0930\u092B\u093C\u0949\u0915\u094D\u0938 \u091C\u0948\u0938\u0947 \u092C\u094D\u0930\u093E\u0909\u091C\u093C\u0930",foundNewVersion:"\u0928\u092F\u093E \u0938\u0902\u0938\u094D\u0915\u0930\u0923 \u092E\u093F\u0932\u093E",theLocalExtensionIsUpToUpdate:"\u0935\u0930\u094D\u0924\u092E\u093E\u0928 \u090F\u0915\u094D\u0938\u091F\u0947\u0902\u0936\u0928 \u0928\u0935\u0940\u0928\u0924\u092E \u0938\u0902\u0938\u094D\u0915\u0930\u0923 \u0939\u0948.",failToSyncRules:"\u0928\u0935\u0940\u0928\u0924\u092E \u0905\u0928\u0941\u0915\u0942\u0932\u0928 \u0928\u093F\u092F\u092E\u094B\u0902 \u0915\u094B \u0938\u093F\u0902\u0915\u094D\u0930\u0928\u093E\u0907\u091C\u093C \u0915\u0930\u0928\u0947 \u092E\u0947\u0902 \u0935\u093F\u092B\u0932",retry:"\u092A\u0941\u0928\u0903 \u092A\u094D\u0930\u092F\u093E\u0938 \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u092F\u0939\u093E\u0902 \u092A\u0930 \u0915\u094D\u0932\u093F\u0915 \u0915\u0930\u0947\u0902",failedReason:"\u0905\u0938\u092B\u0932\u0924\u093E \u0915\u093E \u0915\u093E\u0930\u0923",currentRuleVersion:"\u0935\u0930\u094D\u0924\u092E\u093E\u0928 \u0928\u093F\u092F\u092E \u0938\u0902\u0938\u094D\u0915\u0930\u0923",calculating:"\u0917\u093F\u0928\u093E \u091C\u093E \u0930\u0939\u093E \u0939\u0948",unknownError:"\u0905\u091C\u094D\u091E\u093E\u0924 \u0917\u0932\u0924\u0940",canNotFetchRemoteRule:"\u0926\u0942\u0930\u0938\u094D\u0925 \u0928\u093F\u092F\u092E \u092A\u094D\u0930\u093E\u092A\u094D\u0924 \u0915\u0930\u0928\u0947 \u092E\u0947\u0902 \u0905\u0938\u092E\u0930\u094D\u0925",enableAlphaSuccess:"\u0905\u0932\u094D\u092B\u093C\u093E \u092B\u093C\u0902\u0915\u094D\u0936\u0928 \u091A\u093E\u0932\u0942 \u0939\u0941\u0906",disableAlphaSuccess:"\u0905\u0932\u094D\u092B\u093C\u093E \u0938\u0941\u0935\u093F\u0927\u093E \u092C\u0902\u0926 \u0915\u0930 \u0926\u0940 \u0917\u0908",cacheSize:"\u0915\u0948\u0936 \u0906\u0915\u093E\u0930\uFF1A",cleaning:"\u0938\u092B\u093E\u0908",cleanCache:"\u0915\u0948\u0936 \u0915\u094B \u0938\u093E\u092B\u093C \u0915\u0930\u0947\u0902",options:"\u0938\u094D\u0925\u093E\u092A\u093F\u0924 \u0915\u0930\u0928\u093E",about:"\u0915\u0947 \u092C\u093E\u0930\u0947 \u092E\u0947\u0902",service:"\u0905\u0928\u0941\u0935\u093E\u0926\u0928 \u0938\u0947\u0935\u093E",needAction:"(\u0938\u0947\u091F\u093F\u0902\u0917\u094D\u0938 \u092E\u0947\u0902 \u091C\u093E\u0913)",goSettings:"\u0938\u0947\u091F\u093F\u0902\u0917\u094D\u0938 \u092E\u0947\u0902 \u091C\u093E\u0913",needActionForOptions:"(\u0938\u0947\u091F \u0915\u0930\u0928\u0947 \u0915\u0940 \u0906\u0935\u0936\u094D\u092F\u0915\u0924\u093E \u0939\u0948)",translationEngine:"\u0907\u0902\u091C\u0928 \u0935\u093F\u0915\u0932\u094D\u092A",sourceLanguage:"\u0935\u093E\u0938\u094D\u0924\u0935\u093F\u0915 \u092D\u093E\u0937\u093E",target:"\u0932\u0915\u094D\u0937\u094D\u092F \u092D\u093E\u0937\u093E",popupSourceLanguage:"\u0935\u093E\u0938\u094D\u0924\u0935\u093F\u0915 \u092D\u093E\u0937\u093E",popupTarget:"\u0932\u0915\u094D\u0937\u094D\u092F \u092D\u093E\u0937\u093E",popupService:"\u0905\u0928\u0941\u0935\u093E\u0926\u0928 \u0938\u0947\u0935\u093E",forThisSite:"\u0935\u0930\u094D\u0924\u092E\u093E\u0928 \u0935\u0947\u092C\u0938\u093E\u0907\u091F",autoEnableSubtitle:"\u0926\u094D\u0935\u093F\u092D\u093E\u0937\u0940 \u0909\u092A\u0936\u0940\u0930\u094D\u0937\u0915 \u0938\u094D\u0935\u091A\u093E\u0932\u093F\u0924 \u0930\u0942\u092A \u0938\u0947 \u091A\u093E\u0932\u0942 \u0915\u0930\u0947\u0902",alwaysTranslate:"\u0939\u092E\u0947\u0936\u093E \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0947\u0902",neverTranslate:"\u0915\u092D\u0940 \u092D\u0940 \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0928 \u0915\u0930\u0947\u0902",alwaysTranslateSomeLanguage:"\u0939\u092E\u0947\u0936\u093E {language}\u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0947\u0902",neverTranslateSomeLanguage:"\u0915\u092D\u0940 \u092D\u0940 {language}\u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0928 \u0915\u0930\u0947\u0902",alwaysTranslateSomeSite:"\u0939\u092E\u0947\u0936\u093E {hostname}\u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0947\u0902",neverTranslateSomeSite:"\u0915\u092D\u0940 \u092D\u0940 {hostname}\u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0928 \u0915\u0930\u0947\u0902",alwaysTranslateSomeSiteOrWildSite:"\u0939\u092E\u0947\u0936\u093E \u0907\u0938 \u0938\u093E\u0907\u091F \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0947\u0902",alwaysTranslateSomePage:"\u0939\u092E\u0947\u0936\u093E \u0907\u0938 \u092A\u0943\u0937\u094D\u0920 \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0947\u0902",add:"\u0907\u0938\u092E\u0947\u0902 \u091C\u094B\u0921\u093C\u0947\u0902",default:"\u0917\u0932\u0924\u0940 \u0915\u0930\u0928\u093E",forThisLanguage:"\u0907\u0938 \u092D\u093E\u0937\u093E \u0915\u0947 \u0932\u093F\u090F\uFF1A","add url":"\u092F\u0942 \u0906\u0930 \u090F\u0932 \u0926\u0930\u094D\u091C \u0915\u0930\u094B",edit:"\u0938\u0902\u092A\u093E\u0926\u0928 \u0915\u0930\u0928\u093E","translate other languages into specific language":"\u0906\u092A\u0915\u0947 \u0926\u094D\u0935\u093E\u0930\u093E \u0928\u093F\u0930\u094D\u0927\u093E\u0930\u093F\u0924 \u092D\u093E\u0937\u093E \u092E\u0947\u0902 \u0905\u0928\u094D\u092F \u092D\u093E\u0937\u093E\u0913\u0902 \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0947\u0902","select translation service":"\u090F\u0915 \u0905\u0928\u0941\u0935\u093E\u0926 \u0938\u0947\u0935\u093E \u091A\u0941\u0928\u0947\u0902",language:"\u092D\u093E\u0937\u093E","show-original":"\u092E\u0942\u0932 \u092A\u093E\u0920 \u0926\u093F\u0916\u093E\u090F\u0901",translate:"\u0905\u0928\u0941\u0935\u093E\u0926",Translated:"\u0905\u0928\u0941\u0935\u093E\u0926",Translating:"\u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0928\u093E",Error:"\u0917\u0932\u0924\u0940",allowCacheTranslations:"\u0938\u094D\u0925\u093E\u0928\u0940\u092F \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0948\u0936\u093F\u0902\u0917 \u0938\u0915\u094D\u0937\u092E \u0915\u0930\u0947\u0902 (\u0921\u0941\u092A\u094D\u0932\u093F\u0915\u0947\u091F \u092A\u0948\u0930\u093E\u0917\u094D\u0930\u093E\u092B \u0915\u0947 \u0932\u093F\u090F \u0905\u0928\u0941\u0935\u093E\u0926 \u0905\u0928\u0941\u0930\u094B\u0927\u094B\u0902 \u0915\u094B \u0915\u092E \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F)","translation display":"\u0905\u0928\u0941\u0935\u093E\u0926 \u092A\u094D\u0930\u0926\u0930\u094D\u0936\u0928 \u0936\u0948\u0932\u0940","select diplay style":"\u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0940 \u0936\u0948\u0932\u0940 \u0915\u094B \u0905\u0932\u0917 \u0915\u0930\u0947\u0902\u0964 \u0935\u093F\u0935\u0930\u0923 \u0915\u0947 \u0932\u093F\u090F \u0915\u0943\u092A\u092F\u093E \u0928\u093F\u092E\u094D\u0928\u0932\u093F\u0916\u093F\u0924 \u0909\u0926\u093E\u0939\u0930\u0923 \u0926\u0947\u0916\u0947\u0902:",interface:"\u0907\u0902\u091F\u0930\u092B\u093C\u0947\u0938 \u0938\u0947\u091F\u093F\u0902\u0917\u094D\u0938",import_export:"\u0906\u092F\u093E\u0924 \u0914\u0930 \u0928\u093F\u0930\u094D\u092F\u093E\u0924",import_export_title:"\u0906\u092F\u093E\u0924/\u0928\u093F\u0930\u094D\u092F\u093E\u0924 \u0915\u0949\u0928\u094D\u092B\u093C\u093F\u0917\u0930\u0947\u0936\u0928",syncToGoogleDrive:"\u0905\u092D\u0940 Google Drive \u0915\u0947 \u0938\u093E\u0925 \u0938\u093F\u0902\u0915 \u0915\u0930\u0947\u0902",floatBallOptions:"\u0928\u093F\u0932\u0902\u092C\u093F\u0924 \u0917\u0947\u0902\u0926 \u0938\u0947\u091F\u093F\u0902\u0917\u094D\u0938","floatBallOptions.enable":"\u092B\u094D\u0932\u094B\u091F\u093F\u0902\u0917 \u092C\u0949\u0932 \u0938\u0915\u094D\u0937\u092E \u0915\u0930\u0947\u0902","floatBallOptions.blockUrls":"\u0935\u0947\u092C\u0938\u093E\u0907\u091F \u0905\u0915\u094D\u0937\u092E \u0915\u0930\u0947\u0902","floatBallOptions.add":"\u0907\u0938\u092E\u0947\u0902 \u091C\u094B\u0921\u093C\u0947\u0902","floatBallOptions.blockUrlDesc":"\u0928\u093F\u092E\u094D\u0928\u0932\u093F\u0916\u093F\u0924 \u0935\u0947\u092C\u0938\u093E\u0907\u091F\u094B\u0902 \u0915\u093E \u0938\u093E\u092E\u0928\u093E \u0915\u0930\u0928\u0947 \u092A\u0930 \u092B\u094D\u0932\u094B\u091F\u093F\u0902\u0917 \u092C\u0949\u0932 \u092A\u094D\u0930\u0926\u0930\u094D\u0936\u093F\u0924 \u0928\u0939\u0940\u0902 \u0939\u094B\u0917\u0940","floatBallOptions.clickType":"\u0935\u094D\u092F\u0935\u0939\u093E\u0930 \u092A\u0930 \u0915\u094D\u0932\u093F\u0915 \u0915\u0930\u0947\u0902","floatBallOptions.clickTypeDesc":"\u0915\u094D\u0932\u093F\u0915 \u0915\u0930\u0928\u0947 \u092A\u0930 \u092B\u094D\u0932\u094B\u091F\u093F\u0902\u0917 \u092C\u0949\u0932 \u0906\u0907\u0915\u0928 \u0915\u093E \u0935\u094D\u092F\u0935\u0939\u093E\u0930","floatBallOptions.clickPopup":"\u0905\u0928\u0941\u0935\u093E\u0926 \u092A\u0948\u0928\u0932 \u0926\u093F\u0916\u093E\u090F\u0901","floatBallOptions.clickTranslate":"\u092E\u0942\u0932 \u092A\u093E\u0920 \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0947\u0902/\u0926\u093F\u0916\u093E\u090F\u0901","floatBallOptions.fixedPosition":"\u56FA\u5B9A\u4F4D\u7F6E","floatBallOptions.fixedPositionDesc":"\u60AC\u6D6E\u7403\u5728\u7A97\u53E3\u5DE6\u4FA7\u8FD8\u662F\u53F3\u4FA7","floatBallOptions.fixedPositionLeft":"\u5DE6\u4FA7","floatBallOptions.fixedPositionRight":"\u53F3\u4FA7",previewAllThemes:"\u0938\u092D\u0940 \u0936\u0948\u0932\u093F\u092F\u094B\u0902 \u0915\u093E \u092A\u0942\u0930\u094D\u0935\u093E\u0935\u0932\u094B\u0915\u0928 \u0915\u0930\u0947\u0902","translationTheme.none":"\u0915\u094B\u0908 \u0928\u0939\u0940\u0902","translationTheme.grey":"\u0917\u0939\u0930\u093E \u092D\u0942\u0930\u093E","translationTheme.dashed":"\u0927\u0930\u093E\u0936\u093E\u092F\u0940 \u0930\u0947\u0916\u093E\u0902\u0915\u093F\u0924","translationTheme.dotted":"\u092C\u093F\u0902\u0926\u0940\u0926\u093E\u0930 \u0930\u0947\u0916\u093E\u0902\u0915\u0928","translationTheme.dashedBorder":"\u0927\u0930\u093E\u0936\u093E\u092F\u0940 \u0938\u0940\u092E\u093E","translationTheme.solidBorder":"\u0920\u094B\u0938 \u0938\u0940\u092E\u093E","translationTheme.underline":"\u0938\u0940\u0927\u0947 \u0930\u0947\u0916\u093E\u0902\u0915\u093F\u0924 \u0915\u0930\u0947\u0902","translationTheme.mask":"\u0927\u0941\u0902\u0927\u0932\u093E \u092A\u094D\u0930\u092D\u093E\u0935 (\u0938\u0940\u0916\u0928\u0947 \u0915\u093E \u0924\u0930\u0940\u0915\u093E)","translationTheme.opacity":"\u092A\u093E\u0930\u0926\u0930\u094D\u0936\u093F\u0924\u093E \u092A\u094D\u0930\u092D\u093E\u0935","translationTheme.paper":"\u0936\u094D\u0935\u0947\u0924 \u092A\u0924\u094D\u0930 \u091B\u093E\u092F\u093E \u092A\u094D\u0930\u092D\u093E\u0935","translationTheme.dividingLine":"\u0935\u093F\u092D\u093E\u091C\u0928 \u0930\u0947\u0916\u093E","translationTheme.highlight":"\u092A\u094D\u0930\u092E\u0941\u0916\u0924\u093E \u0938\u0947 \u0926\u093F\u0916\u093E\u0928\u093E","translationTheme.marker":"\u0928\u093F\u0936\u093E\u0928","translationTheme.marker2":"\u092E\u093E\u0930\u094D\u0915\u0930 2","translationTheme.blockquote":"\u0938\u0902\u0926\u0930\u094D\u092D \u0936\u0948\u0932\u0940","translationTheme.weakening":"\u0915\u092E\u091C\u094B\u0930","translationTheme.italic":"\u0924\u093F\u0930\u094D\u091B\u093E","translationTheme.bold":"\u092C\u094B\u0932\u094D\u0921","translationTheme.thinDashed":"\u092A\u0924\u0932\u0940 \u0927\u0930\u093E\u0936\u093E\u092F\u0940 \u0930\u0947\u0916\u093E\u0902\u0915\u0928","translationTheme.nativeDashed":"\u0938\u093F\u0938\u094D\u091F\u092E \u092C\u093F\u0902\u0926\u0940\u0926\u093E\u0930 \u0905\u0902\u0921\u0930\u0932\u093E\u0907\u0928 \u0915\u0947 \u0938\u093E\u0925 \u0906\u0924\u093E \u0939\u0948","translationTheme.nativeDotted":"\u0938\u093F\u0938\u094D\u091F\u092E \u092C\u093F\u0902\u0926\u0940\u0926\u093E\u0930 \u0905\u0902\u0921\u0930\u0932\u093E\u0907\u0928 \u0915\u0947 \u0938\u093E\u0925 \u0906\u0924\u093E \u0939\u0948","translationTheme.nativeUnderline":"\u0938\u093F\u0938\u094D\u091F\u092E \u0938\u0940\u0927\u0947 \u0905\u0902\u0921\u0930\u0932\u093E\u0907\u0928 \u0915\u0947 \u0938\u093E\u0925 \u0906\u0924\u093E \u0939\u0948","translationTheme.wavy":"\u0932\u0939\u0930\u0926\u093E\u0930 \u0930\u0947\u0916\u093E\u090F\u0901","translationServices.custom":"\u0915\u0938\u094D\u091F\u092E \u090F\u092A\u0940\u0906\u0908","translationServices.tencent":"\u091F\u0947\u0928\u0938\u0947\u0902\u091F \u0905\u0928\u0941\u0935\u093E\u0926\u0915","translationServices.tenAlpha":"Tencent \u0905\u0928\u0941\u0935\u093E\u0926\u0915 (\u0905\u0932\u094D\u092B\u093E)","translationServices.google":"\u0917\u0942\u0917\u0932 \u0905\u0928\u0941\u0935\u093E\u0926","translationServices.bai":"Baidu(\u0905\u0932\u094D\u092B\u093E)","translationServices.baidu":"Baidu \u0905\u0928\u0941\u0935\u093E\u0926\u0915","translationServices.aliyun":"\u0905\u0932\u0940\u092C\u093E\u092C\u093E \u0915\u094D\u0932\u093E\u0909\u0921 \u0905\u0928\u0941\u0935\u093E\u0926","translationServices.volc":"\u091C\u094D\u0935\u093E\u0932\u093E\u092E\u0941\u0916\u0940 \u0905\u0928\u0941\u0935\u093E\u0926","translationServices.deeplx":"\u0921\u0940\u092A\u090F\u0932\u090F\u0915\u094D\u0938(\u092C\u0940\u091F\u093E)","translationServices.bing":"\u092E\u093E\u0907\u0915\u094D\u0930\u094B\u0938\u0949\u092B\u094D\u091F \u0905\u0928\u0941\u0935\u093E\u0926\u0915","translationServices.deepl":"\u0921\u0940\u092A\u090F\u0932","translationServices.wechat":"\u0935\u0940\u091A\u0948\u091F \u0905\u0928\u0941\u0935\u093E\u0926","translationServices.azure":"\u0928\u0940\u0932\u093E \u0905\u0928\u0941\u0935\u093E\u0926","translationServices.ibm":"\u0906\u0908\u092C\u0940\u090F\u092E \u0935\u0949\u091F\u0938\u0928","translationServices.aws":"\u0905\u092E\u0947\u091C\u093C\u0928 \u0905\u0928\u0941\u0935\u093E\u0926","translationServices.mock":"\u0905\u0928\u0941\u0930\u0942\u092A\u093F\u0924 \u0905\u0928\u0941\u0935\u093E\u0926","translationServices.mock2":"\u0938\u093F\u092E\u094D\u092F\u0941\u0932\u0947\u091F\u0947\u0921 \u0905\u0928\u0941\u0935\u093E\u0926 2","translationServices.caiyun":"\u0915\u0948\u092F\u0941\u0928 \u0936\u093F\u092F\u093E\u0913\u092F\u0940","translationServices.cai":"\u0915\u0948\u092F\u0941\u0928 \u0936\u093F\u092F\u093E\u0913\u092F\u0940 (\u0905\u0932\u094D\u092B\u093E)","translationServices.volcAlpha":"\u091C\u094D\u0935\u093E\u0932\u093E\u092E\u0941\u0916\u0940 (\u0905\u0932\u094D\u092B\u093E)","translationServices.openl":"\u0913\u092A\u0928\u090F\u0932","translationServices.youdao":"Youdao \u0905\u0928\u0941\u0935\u093E\u0926","translationServices.you":"Youdao \u0905\u0928\u0941\u0935\u093E\u0926 (\u0905\u0932\u094D\u092B\u093E)","translationServices.transmart":"Tencent \u0907\u0902\u091F\u0930\u0948\u0915\u094D\u091F\u093F\u0935 \u0905\u0928\u0941\u0935\u093E\u0926","translationServices.niu":"\u092E\u093E\u0935\u0947\u0930\u093F\u0915\u094D\u0938 \u0905\u0928\u0941\u0935\u093E\u0926","translationServices.papago":"\u092A\u093E\u092A\u093E\u0917\u094B \u0905\u0928\u0941\u0935\u093E\u0926","translationServices.d":"\u0921\u0940(\u0905\u0932\u094D\u092B\u093E)","translationServices.dpro":"\u0921\u0940 \u092A\u094D\u0930\u094B (\u0915\u0948\u0928\u0930\u0940)","translationServices.openai":"\u0913\u092A\u0928\u090F\u0906\u0908","translationServices.chatgpt":"\u091A\u0948\u091F\u091C\u0940\u092A\u0940\u091F\u0940 \u0935\u0947\u092C(3.5 \u092E\u094B\u092C\u093E\u0907\u0932)","translate title":"\u092A\u0943\u0937\u094D\u0920 \u0936\u0940\u0930\u094D\u0937\u0915 \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0947\u0902","always languages":"\u0939\u092E\u0947\u0936\u093E \u0905\u0928\u0941\u0935\u093E\u0926\u093F\u0924 \u092D\u093E\u0937\u093E",neverTranslateLanguagesLabel:"\u0910\u0938\u0940 \u092D\u093E\u0937\u093E\u090F\u0901 \u091C\u093F\u0928\u0915\u093E \u0915\u092D\u0940 \u0905\u0928\u0941\u0935\u093E\u0926 \u0928\u0939\u0940\u0902 \u0939\u094B\u0924\u093E",neverTranslateTheFollowingLanguagesDescription:"\u091C\u092C \u092A\u0943\u0937\u094D\u0920 \u092E\u0947\u0902 \u0915\u094B\u0908 \u092A\u0948\u0930\u093E\u0917\u094D\u0930\u093E\u092B \u0928\u093F\u092E\u094D\u0928\u0932\u093F\u0916\u093F\u0924 \u092D\u093E\u0937\u093E\u0913\u0902 \u092E\u0947\u0902 \u0939\u094B\u0917\u093E \u0924\u094B \u0905\u0928\u0941\u0935\u093E\u0926 \u091B\u094B\u0921\u093C \u0926\u093F\u092F\u093E \u091C\u093E\u090F\u0917\u093E",enableUserscriptPagePopup:"\u092A\u0943\u0937\u094D\u0920 \u092A\u0930 \u0924\u0948\u0930\u0924\u0940 \u0939\u0941\u0908 \u0917\u0947\u0902\u0926 \u0926\u093F\u0916\u093E\u090F\u0901",enableUserscriptPagePopupDescription:"\u092B\u094D\u0932\u094B\u091F\u093F\u0902\u0917 \u092C\u0949\u0932 \u0915\u094B \u092C\u0902\u0926 \u0915\u0930\u0928\u0947 \u0915\u0947 \u092C\u093E\u0926 \u0906\u092A \u0909\u0938\u0947 \u091C\u0917\u093E\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u0936\u0949\u0930\u094D\u091F\u0915\u091F \u0915\u0941\u0902\u091C\u0940/{touch}\u0915\u093E \u0909\u092A\u092F\u094B\u0917 \u0915\u0930 \u0938\u0915\u0924\u0947 \u0939\u0948\u0902\u0964 \u0907\u0938 \u0935\u093F\u0915\u0932\u094D\u092A \u0915\u094B \u0917\u0932\u0924\u0940 \u0938\u0947 \u092C\u0902\u0926 \u0915\u0930\u0928\u0947 \u0915\u0947 \u092C\u093E\u0926 \u092B\u094D\u0932\u094B\u091F\u093F\u0902\u0917 \u092C\u0949\u0932 \u0915\u094B \u092E\u093F\u0932\u0928\u0947 \u0938\u0947 \u0930\u094B\u0915\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F, \u0907\u0938 \u0938\u0947\u091F\u093F\u0902\u0917 \u092A\u0947\u091C \u0915\u094B \u092C\u0941\u0915\u092E\u093E\u0930\u094D\u0915 \u0915\u0930\u0928\u0947 \u0915\u0940 \u092A\u0941\u0930\u091C\u094B\u0930 \u0905\u0928\u0941\u0936\u0902\u0938\u093E \u0915\u0940 \u091C\u093E\u0924\u0940 \u0939\u0948\u0964","always translate the following languages":"\u091C\u092C \u092A\u0943\u0937\u094D\u0920 \u0915\u0940 \u092D\u093E\u0937\u093E \u0928\u093F\u092E\u094D\u0928\u0932\u093F\u0916\u093F\u0924 \u092D\u093E\u0937\u093E\u0913\u0902 \u092E\u0947\u0902 \u0939\u094B\u0917\u0940, \u0924\u094B \u0907\u0938\u0947 \u0938\u094D\u0935\u091A\u093E\u0932\u093F\u0924 \u0930\u0942\u092A \u0938\u0947 \u0932\u0915\u094D\u0937\u094D\u092F \u092D\u093E\u0937\u093E \u092E\u0947\u0902 \u0905\u0928\u0941\u0935\u093E\u0926\u093F\u0924 \u0915\u093F\u092F\u093E \u091C\u093E\u090F\u0917\u093E","always sites":"\u0939\u092E\u0947\u0936\u093E \u0905\u0928\u0941\u0935\u093E\u0926\u093F\u0924 \u092F\u0942\u0906\u0930\u090F\u0932","always translate the following sites":"\u091C\u092C \u0935\u0947\u092C\u0938\u093E\u0907\u091F \u0928\u093F\u092E\u094D\u0928\u0932\u093F\u0916\u093F\u0924 \u0921\u094B\u092E\u0947\u0928 \u0928\u093E\u092E \u0915\u0940 \u0939\u094B\u0917\u0940, \u0924\u094B \u0907\u0938\u0947 \u0938\u094D\u0935\u091A\u093E\u0932\u093F\u0924 \u0930\u0942\u092A \u0938\u0947 \u0932\u0915\u094D\u0937\u094D\u092F \u092D\u093E\u0937\u093E \u092E\u0947\u0902 \u0905\u0928\u0941\u0935\u093E\u0926\u093F\u0924 \u0915\u093F\u092F\u093E \u091C\u093E\u090F\u0917\u093E","never sites":"\u0910\u0938\u0947 \u092F\u0942\u0906\u0930\u090F\u0932 \u091C\u093F\u0928\u0915\u093E \u0915\u092D\u0940 \u0905\u0928\u0941\u0935\u093E\u0926 \u0928\u0939\u0940\u0902 \u0915\u093F\u092F\u093E \u091C\u093E\u090F\u0917\u093E","never translate the following sites":"\u091C\u092C \u0935\u0947\u092C\u0938\u093E\u0907\u091F \u0928\u093F\u092E\u094D\u0928\u0932\u093F\u0916\u093F\u0924 \u0921\u094B\u092E\u0947\u0928 \u0928\u093E\u092E \u0915\u0940 \u0939\u094B \u0924\u094B \u0905\u0928\u0941\u0935\u093E\u0926 \u0928\u0939\u0940\u0902 \u0915\u093F\u092F\u093E \u091C\u093E\u090F\u0917\u093E","please refer to":"\u0909\u092A\u092F\u094B\u0917 \u0915\u0930\u0928\u0947 \u0938\u0947 \u092A\u0939\u0932\u0947 \u0906\u092A\u0915\u094B \u0915\u0941\u0902\u091C\u0940 \u092D\u0930\u0928\u0940 \u0939\u094B\u0917\u0940\u0964 \u0935\u093F\u0935\u0930\u0923 \u0915\u0947 \u0932\u093F\u090F, \u0915\u0943\u092A\u092F\u093E \u0926\u0947\u0916\u0947\u0902",KeyAndConfigurationTutorial:'"\u092E\u0941\u0916\u094D\u092F \u0905\u0928\u0941\u092A\u094D\u0930\u092F\u094B\u0917 \u0914\u0930 \u0915\u0949\u0928\u094D\u092B\u093C\u093F\u0917\u0930\u0947\u0936\u0928 \u091F\u094D\u092F\u0942\u091F\u094B\u0930\u093F\u092F\u0932"',useAboveStyleForTheseSites:"\u091C\u092C \u0935\u0947\u092C\u0938\u093E\u0907\u091F \u0928\u093F\u092E\u094D\u0928 \u0921\u094B\u092E\u0947\u0928 \u0928\u093E\u092E \u0939\u094B, \u0924\u094B \u0939\u092E\u0947\u0936\u093E \u2308{theme}\u230B \u0905\u0928\u0941\u0935\u093E\u0926 \u0936\u0948\u0932\u0940 \u0915\u093E \u0909\u092A\u092F\u094B\u0917 \u0915\u0930\u0947\u0902",currentUrl:"\u0935\u0930\u094D\u0924\u092E\u093E\u0928 \u092F\u0942\u0906\u0930\u090F\u0932",confirm:"\u092C\u091A\u093E\u0928\u093E",cancel:"\u0930\u0926\u094D\u0926 \u0915\u0930\u0928\u093E",delete:"\u092E\u093F\u091F\u093E\u0928\u093E","languages.auto":"\u0938\u094D\u0935\u091A\u093E\u0932\u093F\u0924 \u092A\u0939\u091A\u093E\u0928",syncToCloud:"Google Drive \u0938\u0947 \u0938\u093F\u0902\u0915 \u0915\u0930\u0947\u0902",syncToCloudDescription:"\u0915\u094D\u0932\u093E\u0909\u0921 \u092A\u0930 \u0905\u092A\u0932\u094B\u0921 \u0915\u0930\u0947\u0902, \u0914\u0930 \u0905\u0902\u0924\u093F\u092E \u0938\u0902\u0936\u094B\u0927\u0928 \u0938\u092E\u092F \u0915\u0947 \u0905\u0927\u0940\u0928, \u0915\u0949\u0928\u094D\u092B\u093C\u093F\u0917\u0930\u0947\u0936\u0928 \u0915\u094B \u0935\u093F\u092D\u093F\u0928\u094D\u0928 \u092C\u094D\u0930\u093E\u0909\u091C\u093C\u0930\u094B\u0902/\u0911\u092F\u0932 \u092E\u0902\u0915\u0940 \u0938\u094D\u0915\u094D\u0930\u093F\u092A\u094D\u091F \u0915\u0947 \u092C\u0940\u091A \u0938\u093F\u0902\u0915\u094D\u0930\u0928\u093E\u0907\u091C\u093C \u0915\u093F\u092F\u093E \u091C\u093E \u0938\u0915\u0924\u093E \u0939\u0948\u0964",syncToAccount:"\u0907\u092E\u0930\u094D\u0938\u093F\u0935 \u091F\u094D\u0930\u093E\u0902\u0938\u0932\u0947\u0936\u0928 \u0915\u094D\u0932\u093E\u0909\u0921 \u0938\u0947 \u0938\u093F\u0902\u0915 \u0915\u0930\u0947\u0902",syncToAccountButton:"\u0924\u0941\u0930\u0902\u0924 \u0915\u094D\u0932\u093E\u0909\u0921 \u0915\u0947 \u0938\u093E\u0925 \u0938\u093F\u0902\u0915 \u0915\u0930\u0947\u0902",syncToAccountDescription:"\u0905\u0902\u0924\u093F\u092E \u0938\u0902\u0936\u094B\u0927\u0928 \u0938\u092E\u092F \u0915\u0947 \u0906\u0927\u093E\u0930 \u092A\u0930, \u0935\u093F\u092D\u093F\u0928\u094D\u0928 \u0909\u092A\u0915\u0930\u0923\u094B\u0902 \u0915\u0947 \u092C\u0940\u091A \u0915\u0949\u0928\u094D\u092B\u093C\u093F\u0917\u0930\u0947\u0936\u0928 \u0915\u094B \u0938\u094D\u0935\u091A\u093E\u0932\u093F\u0924 \u0930\u0942\u092A \u0938\u0947 \u0938\u093F\u0902\u0915\u094D\u0930\u0928\u093E\u0907\u091C\u093C \u0915\u0930\u0947\u0902\u0964",successSyncConfigInAccount:"\u0915\u094D\u0932\u093E\u0909\u0921 \u0915\u0947 \u0938\u093E\u0925 \u0938\u092B\u0932\u0924\u093E\u092A\u0942\u0930\u094D\u0935\u0915 \u0938\u092E\u0928\u094D\u0935\u092F\u093F\u0924 \u0930\u0939\u0947\u0902",successSyncConfigToAccount:"\u0915\u094D\u0932\u093E\u0909\u0921 \u0915\u0947 \u0938\u093E\u0925 \u0938\u092B\u0932\u0924\u093E\u092A\u0942\u0930\u094D\u0935\u0915 \u0938\u092E\u0928\u094D\u0935\u092F\u093F\u0924 \u0915\u093F\u092F\u093E \u0917\u092F\u093E",syncConfigNoUpdate:"\u092A\u0939\u0932\u0947 \u0938\u0947 \u0939\u0940 \u0928\u0935\u0940\u0928\u0924\u092E",authFail:"\u092A\u094D\u0930\u092E\u093E\u0923\u0940\u0915\u0930\u0923 \u0935\u093F\u092B\u0932",syncTitle:"\u092E\u0948\u0928\u094D\u092F\u0941\u0905\u0932 \u092C\u0948\u0915\u0905\u092A \u092A\u094D\u0930\u092C\u0902\u0927\u0928",import_hint:"\u0906\u092F\u093E\u0924",upload:"\u0921\u093E\u0932\u0928\u093E",revokeAuth:"\u092A\u094D\u0930\u093E\u0927\u093F\u0915\u0930\u0923 \u0930\u0926\u094D\u0926 \u0915\u0930\u0947\u0902",uploadFail:"\u0905\u092A\u0932\u094B\u0921 \u0935\u093F\u092B\u0932",download:"\u0921\u093E\u0909\u0928\u0932\u094B\u0921 \u0915\u0930\u0928\u093E",importSuccess:"\u0906\u092F\u093E\u0924 \u0938\u092B\u0932",importFail:"\u0906\u092F\u093E\u0924 \u0935\u093F\u092B\u0932",deleteFail:"\u0939\u091F\u093E\u0928\u0947 \u092E\u0947\u0902 \u0935\u093F\u092B\u0932",backupToCloud:"\u092C\u0948\u0915\u0905\u092A \u092B\u093C\u093E\u0907\u0932\u094B\u0902 \u0915\u094B \u092E\u0948\u0928\u094D\u092F\u0941\u0905\u0932 \u0930\u0942\u092A \u0938\u0947 \u092A\u094D\u0930\u092C\u0902\u0927\u093F\u0924 \u0915\u0930\u0947\u0902",create_new_backup:"\u092C\u0948\u0915\u0905\u092A \u0928\u094B\u0921 \u091C\u094B\u0921\u093C\u0947\u0902",maxBackupFiles:"\u0905\u0927\u093F\u0915\u0924\u092E{count}\u0935\u093F\u092D\u093F\u0928\u094D\u0928 \u0928\u094B\u0921\u094D\u0938 \u0915\u093E \u092C\u0948\u0915\u0905\u092A \u0932\u093F\u092F\u093E \u091C\u093E \u0938\u0915\u0924\u093E \u0939\u0948, \u0915\u0943\u092A\u092F\u093E \u0905\u0928\u093E\u0935\u0936\u094D\u092F\u0915 \u0928\u094B\u0921\u094D\u0938 \u0939\u091F\u093E \u0926\u0947\u0902",backupToCloudDescription:"\u092C\u0948\u0915\u0905\u092A \u092B\u093C\u093E\u0907\u0932\u094B\u0902 \u0915\u094B \u092E\u0948\u0928\u094D\u092F\u0941\u0905\u0932 \u0930\u0942\u092A \u0938\u0947 \u0905\u092A\u0932\u094B\u0921 \u092F\u093E \u092A\u0941\u0928\u0930\u094D\u0938\u094D\u0925\u093E\u092A\u093F\u0924 \u0915\u0930\u0947\u0902, \u091C\u093F\u0938\u0938\u0947 3 \u0905\u0932\u0917-\u0905\u0932\u0917 \u092C\u0948\u0915\u0905\u092A \u0915\u0940 \u0905\u0928\u0941\u092E\u0924\u093F \u092E\u093F\u0932\u0924\u0940 \u0939\u0948",successSyncConfig:"\u0915\u094D\u0932\u093E\u0909\u0921 \u0915\u0947 \u0938\u093E\u0925 \u0938\u092B\u0932\u0924\u093E\u092A\u0942\u0930\u094D\u0935\u0915 \u0938\u092E\u0928\u094D\u0935\u092F\u093F\u0924 \u0930\u0939\u0947\u0902",syncFail:"\u0938\u092E\u0928\u094D\u0935\u092F\u0928 \u0935\u093F\u092B\u0932",updatedAt:"{date}\u092A\u0930 \u0905\u0926\u094D\u092F\u0924\u0928 \u0915\u093F\u092F\u093E \u0917\u092F\u093E",lastSyncedAt:"\u0905\u0902\u0924\u093F\u092E \u092C\u093E\u0930 {date}\u092A\u0930 \u091C\u093E\u0901\u091A \u0915\u0940 \u0917\u0908",downloadFail:"\u0921\u093E\u0909\u0928\u0932\u094B\u0921 \u0935\u093F\u092B\u0932",clickToDownload:"\u0921\u093E\u0909\u0928\u0932\u094B\u0921 \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u0915\u094D\u0932\u093F\u0915 \u0915\u0930\u0947\u0902",aboutLabel:"\u0915\u0947 \u092C\u093E\u0930\u0947 \u092E\u0947\u0902 - \u092A\u094D\u0930\u0924\u093F\u0915\u094D\u0930\u093F\u092F\u093E","browser.openAboutPage":"\u0915\u0947 \u092C\u093E\u0930\u0947 \u092E\u0947\u0902/\u092A\u094D\u0930\u0924\u093F\u0915\u094D\u0930\u093F\u092F\u093E",aboutLabelWithoutSponsor:"\u0915\u0947 \u092C\u093E\u0930\u0947 \u092E\u0947\u0902 - \u092A\u094D\u0930\u0924\u093F\u0915\u094D\u0930\u093F\u092F\u093E",aboutIntro:"\u092E\u0941\u091D\u0947 \u0906\u0936\u093E \u0939\u0948 \u0915\u093F \u0939\u092E \u0938\u092D\u0940 \u0907\u0902\u091F\u0930\u0928\u0947\u091F \u092A\u0930 \u0935\u093F\u0936\u093E\u0932 \u0935\u093F\u0926\u0947\u0936\u0940 \u092D\u093E\u0937\u093E \u0915\u0940 \u091C\u093E\u0928\u0915\u093E\u0930\u0940 \u0905\u0927\u093F\u0915 \u0906\u0938\u093E\u0928\u0940 \u0938\u0947 \u0914\u0930 \u0916\u0941\u0936\u0940 \u0938\u0947 \u092A\u094D\u0930\u093E\u092A\u094D\u0924 \u0915\u0930 \u0938\u0915\u0924\u0947 \u0939\u0948\u0902\u2764\uFE0F \u0906\u092A <6> \u092A\u094D\u0930\u094B \u0938\u0926\u0938\u094D\u092F\u0924\u093E \u0916\u094B\u0932\u0928\u093E \u091A\u0941\u0928 \u0938\u0915\u0924\u0947 \u0939\u0948\u0902 \u0921\u0940\u092A\u090F\u0932 \u0914\u0930 \u0913\u092A\u0928\u090F\u0906\u0908 \u0905\u0928\u0941\u0935\u093E\u0926\u094B\u0902 \u0915\u094B \u092C\u0949\u0915\u094D\u0938 \u0938\u0947 \u092C\u093E\u0939\u0930 \u0909\u092A\u092F\u094B\u0917 \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F\u0964

\u0939\u092E\u0947\u0902 <3>\u091F\u094D\u0935\u093F\u091F\u0930 \u092A\u0930 \u092B\u093C\u0949\u0932\u094B \u0915\u0930 \u0938\u0915\u0924\u0947 \u0939\u0948\u0902 ,<4>\u091F\u0947\u0932\u0940\u0917\u094D\u0930\u093E\u092E \u091A\u0948\u0928\u0932 , WeChat \u0938\u093E\u0930\u094D\u0935\u091C\u0928\u093F\u0915 \u0916\u093E\u0924\u093E, WeChat \u0938\u0902\u091A\u093E\u0930 \u0938\u092E\u0942\u0939, \u092F\u093E \u0928\u0940\u091A\u0947 <5> \u0908\u092E\u0947\u0932 \u0938\u0926\u0938\u094D\u092F\u0924\u093E \u0905\u092A\u0921\u0947\u091F \u091F\u094D\u0930\u0948\u0915 \u0915\u0930\u0947\u0902.
<7>\u092A\u094D\u0930\u094B \u0938\u0926\u0938\u094D\u092F \u0906\u092A \u090F\u0915\u094D\u0938\u092A\u094D\u0930\u0947\u0938 \u0917\u094D\u0930\u093E\u0939\u0915 \u0938\u0947\u0935\u093E \u0908\u092E\u0947\u0932 <8> support@immersivetranslate.com \u0938\u0947 \u0938\u0902\u092A\u0930\u094D\u0915 \u0915\u0930 \u0938\u0915\u0924\u0947 \u0939\u0948\u0902 \u0939\u092E\u093E\u0930\u0947 \u0938\u093E\u0925 \u091C\u0941\u0921\u093C\u0947\u0964",aboutIntroWithoutSponsor:"\u092E\u0941\u091D\u0947 \u0906\u0936\u093E \u0939\u0948 \u0915\u093F \u0939\u092E \u0938\u092D\u0940 \u0907\u0902\u091F\u0930\u0928\u0947\u091F \u092A\u0930 \u0935\u093F\u0936\u093E\u0932 \u092E\u093E\u0924\u094D\u0930\u093E \u092E\u0947\u0902 \u0935\u093F\u0926\u0947\u0936\u0940 \u092D\u093E\u0937\u093E \u0915\u0940 \u091C\u093E\u0928\u0915\u093E\u0930\u0940 \u0924\u0915 \u0906\u0938\u093E\u0928 \u0914\u0930 \u0905\u0927\u093F\u0915 \u0906\u0928\u0902\u0926\u0926\u093E\u092F\u0915 \u092A\u0939\u0941\u0902\u091A \u092A\u094D\u0930\u093E\u092A\u094D\u0924 \u0915\u0930 \u0938\u0915\u0924\u0947 \u0939\u0948\u0902 \u2764\uFE0F

\u0906\u092A \u0939\u092E\u0947\u0902 \u091F\u094D\u0935\u093F\u091F\u0930 \u092A\u0930 \u092B\u093C\u0949\u0932\u094B \u0915\u0930 \u0938\u0915\u0924\u0947 \u0939\u0948\u0902 <3> ,<4>\u091F\u0947\u0932\u0940\u0917\u094D\u0930\u093E\u092E \u091A\u0948\u0928\u0932 , WeChat \u0938\u093E\u0930\u094D\u0935\u091C\u0928\u093F\u0915 \u0916\u093E\u0924\u093E, WeChat \u0938\u0902\u091A\u093E\u0930 \u0938\u092E\u0942\u0939, \u092F\u093E \u0928\u0940\u091A\u0947 <5> \u0908\u092E\u0947\u0932 \u0938\u0926\u0938\u094D\u092F\u0924\u093E \u0905\u092A\u0921\u0947\u091F \u091F\u094D\u0930\u0948\u0915 \u0915\u0930\u0947\u0902.",projectHomepage:"\u092A\u094D\u0930\u094B\u091C\u0947\u0915\u094D\u091F \u0939\u094B\u092E \u092A\u0947\u091C",joinTelegramGroup:"\u092B\u093C\u0902\u0915\u094D\u0936\u0928 \u091A\u0930\u094D\u091A\u093E\u0913\u0902 \u092E\u0947\u0902 \u092D\u093E\u0917 \u0932\u0947\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u0909\u092A\u092F\u094B\u0917\u0915\u0930\u094D\u0924\u093E \u0938\u0902\u091A\u093E\u0930 \u0938\u092E\u0942\u0939 \u092E\u0947\u0902 \u0936\u093E\u092E\u093F\u0932 \u0939\u094B\u0902",wechatPublicAccount:"WeChat \u0938\u093E\u0930\u094D\u0935\u091C\u0928\u093F\u0915 \u0916\u093E\u0924\u093E",wechatCommunities:"WeChat \u0938\u0902\u091A\u093E\u0930 \u0938\u092E\u0942\u0939",qqCommunities:"QQ \u0938\u0902\u091A\u093E\u0930 \u091A\u0948\u0928\u0932",joinTelegramChannel:"\u0928\u0935\u0940\u0928\u0924\u092E \u0905\u092A\u0921\u0947\u091F \u0915\u0947 \u0932\u093F\u090F \u091F\u0947\u0932\u0940\u0917\u094D\u0930\u093E\u092E \u091A\u0948\u0928\u0932 \u0915\u094B \u092B\u0949\u0932\u094B \u0915\u0930\u0947\u0902",feedbackAndJoin:"\u0938\u092E\u0938\u094D\u092F\u093E \u092A\u094D\u0930\u0924\u093F\u0915\u094D\u0930\u093F\u092F\u093E/\u0938\u092E\u0942\u0939 \u092E\u0947\u0902 \u0936\u093E\u092E\u093F\u0932 \u0939\u094B\u0902",autoSync:"\u0938\u094D\u0935\u091A\u093E\u0932\u093F\u0924 \u0905\u0928\u0941\u0938\u0942\u091A\u093F\u0924 \u0924\u0941\u0932\u094D\u092F\u0915\u093E\u0932\u0928",loadingThemeTitle:"\u0932\u094B\u0921\u093F\u0902\u0917 \u0936\u0948\u0932\u0940",loadingThemeDescription:"\u0905\u0928\u0941\u0935\u093E\u0926 \u0932\u094B\u0921 \u0939\u094B\u0928\u0947 \u0915\u0940 \u092A\u094D\u0930\u0924\u0940\u0915\u094D\u0937\u093E \u0915\u0930\u0924\u0947 \u0938\u092E\u092F \u0936\u0948\u0932\u0940 \u0938\u0947\u091F \u0915\u0930\u0947\u0902","loadingTheme.spinner":"\u0935\u0943\u0924\u094D\u0924 \u090F\u0928\u0940\u092E\u0947\u0936\u0928","loadingTheme.text":"\u0938\u094D\u0925\u093F\u0930 \u092A\u093E\u0920... ","loadingTheme.none":"\u0928\u0939\u0940\u0902 \u0926\u093F\u0916\u093E\u0924\u0947",developerDescription:"\u0906\u092A \u092F\u0939\u093E\u0902 <1> \u092A\u0930 \u0915\u094D\u0932\u093F\u0915 \u0915\u0930 \u0938\u0915\u0924\u0947 \u0939\u0948\u0902 \u0909\u0928\u094D\u0928\u0924 \u0905\u0928\u0941\u0915\u0942\u0932\u0928 \u0938\u0947 \u0938\u0902\u092C\u0902\u0927\u093F\u0924 \u0926\u0938\u094D\u0924\u093E\u0935\u0947\u091C\u093C \u0926\u0947\u0916\u0947\u0902","edit border color":"\u092C\u0949\u0930\u094D\u0921\u0930 \u0915\u093E \u0930\u0902\u0917 \u0938\u0902\u0936\u094B\u0927\u093F\u0924 \u0915\u0930\u0947\u0902",successSyncButNoChange:"\u0935\u0930\u094D\u0924\u092E\u093E\u0928 \u0915\u0949\u0928\u094D\u092B\u093C\u093F\u0917\u0930\u0947\u0936\u0928 \u0915\u094D\u0932\u093E\u0909\u0921 \u0915\u0947 \u0905\u0928\u0941\u0930\u0942\u092A \u0939\u0948",customTheme:"\u0915\u0938\u094D\u091F\u092E \u0930\u0902\u0917 \u0914\u0930 \u0906\u0915\u093E\u0930","customThemeLabel.borderColor":"\u0938\u0940\u092E\u093E \u0930\u0902\u0917","customThemeLabel.borderRadius":"\u0938\u0940\u092E\u093E \u0917\u094B\u0932\u093E\u0915\u093E\u0930 \u0915\u094B\u0928\u0947","customThemeLabel.textColor":"\u092A\u093E\u0920 \u0915\u093E \u0930\u0902\u0917","customThemeLabel.backgroundColor":"\u092A\u0943\u0937\u094D\u0920\u092D\u0942\u092E\u093F \u0915\u093E \u0930\u0902\u0917","customThemeLabel.zoom":"\u092B\u093C\u0949\u0928\u094D\u091F \u0938\u094D\u0915\u0947\u0932\u093F\u0902\u0917 (%)","customThemeLabel.opacity":"\u092A\u093E\u0920 \u0905\u092A\u093E\u0930\u0926\u0930\u094D\u0936\u093F\u0924\u093E (%)",resetToDefaultColor:"\u0921\u093F\u092B\u093C\u0949\u0932\u094D\u091F \u0930\u0902\u0917 \u092A\u0930 \u0935\u093E\u092A\u0938 \u0932\u094C\u091F\u0947\u0902",resetToDefaultSettings:"\u0921\u093F\u092B\u093C\u0949\u0932\u094D\u091F \u0938\u0947\u091F\u093F\u0902\u0917\u094D\u0938 \u092A\u0930 \u0935\u093E\u092A\u0938 \u0932\u094C\u091F\u0947\u0902",isTranslateTitle:"\u0905\u0928\u0941\u0935\u093E\u0926\u093F\u0924 \u0935\u0947\u092C \u092A\u0947\u091C \u0936\u0940\u0930\u094D\u0937\u0915 \u091A\u093E\u0932\u0942 \u0915\u0930\u0947\u0902",isTranslateTitleDescription:"\u091A\u093E\u0932\u0942 \u0939\u094B\u0928\u0947 \u092A\u0930, \u0935\u0947\u092C \u092A\u0947\u091C \u0936\u0940\u0930\u094D\u0937\u0915 \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u093F\u092F\u093E \u091C\u093E\u090F\u0917\u093E",enableSearchEnhancement:"\u0926\u094D\u0935\u093F\u092D\u093E\u0937\u0940 \u0938\u0942\u091A\u0928\u093E \u0938\u0902\u0935\u0930\u094D\u0926\u094D\u0927\u0928 \u0938\u0915\u094D\u0937\u092E \u0915\u0930\u0947\u0902",enableSearchEnhancementDescription:'\u091A\u093E\u0932\u0942 \u0939\u094B\u0928\u0947 \u0915\u0947 \u092C\u093E\u0926, \u0905\u0902\u0917\u094D\u0930\u0947\u091C\u0940 \u0915\u0940\u0935\u0930\u094D\u0921 \u0938\u0947 \u0938\u0902\u092C\u0902\u0927\u093F\u0924 "Google \u0938\u092E\u093E\u091A\u093E\u0930" \u0916\u094B\u091C \u092A\u0930\u093F\u0923\u093E\u092E \u0938\u094D\u0935\u091A\u093E\u0932\u093F\u0924 \u0930\u0942\u092A \u0938\u0947 \u0938\u092E\u0930\u094D\u0925\u093F\u0924 \u0935\u0947\u092C\u0938\u093E\u0907\u091F\u094B\u0902 (Google \u0938\u092E\u093E\u091A\u093E\u0930, Google \u0916\u094B\u091C (\u0915\u0941\u091B \u0915\u0940\u0935\u0930\u094D\u0921), \u0938\u094D\u0928\u094B\u092C\u0949\u0932, \u0913\u0930\u093F\u090F\u0902\u091F\u0932 \u092B\u0949\u0930\u094D\u091A\u094D\u092F\u0942\u0928, \u092B\u093C\u0941\u091F\u0942, \u091F\u093E\u0907\u0917\u0930 \u0938\u092E\u0941\u0926\u093E\u092F) \u0915\u0947 \u0926\u093E\u0939\u093F\u0928\u0947 \u0915\u0949\u0932\u092E \u092E\u0947\u0902 \u092A\u094D\u0930\u0926\u0930\u094D\u0936\u093F\u0924 \u0939\u094B\u0902\u0917\u0947\u0964',verifyService:"\u0938\u0947\u0935\u093E \u0915\u093E \u092A\u0930\u0940\u0915\u094D\u0937\u0923 \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u092F\u0939\u093E\u0902 \u0915\u094D\u0932\u093F\u0915 \u0915\u0930\u0947\u0902",verified:"\u0938\u0924\u094D\u092F\u093E\u092A\u0928 \u0938\u092B\u0932","field.langs":"\u0938\u092E\u0930\u094D\u0925\u093F\u0924 \u092D\u093E\u0937\u093E \u0915\u094B\u0921","field.model":"\u0928\u092E\u0942\u0928\u093E","field.translationEngine":"\u0905\u0928\u0941\u0935\u093E\u0926 \u0907\u0902\u091C\u0928","field.limitPerMinute":"\u092A\u094D\u0930\u0924\u093F \u092E\u093F\u0928\u091F \u0905\u0928\u0941\u0930\u094B\u0927\u094B\u0902 \u0915\u0940 \u0905\u0927\u093F\u0915\u0924\u092E \u0938\u0902\u0916\u094D\u092F\u093E","field.limitPerSecond":"\u092A\u094D\u0930\u0924\u093F \u0938\u0947\u0915\u0902\u0921 \u0905\u0928\u0941\u0930\u094B\u0927\u094B\u0902 \u0915\u0940 \u0905\u0927\u093F\u0915\u0924\u092E \u0938\u0902\u0916\u094D\u092F\u093E","field.maxTextLengthPerRequest":"\u092A\u094D\u0930\u0924\u093F \u0905\u0928\u0941\u0930\u094B\u0927 \u0905\u0927\u093F\u0915\u0924\u092E \u092A\u093E\u0920 \u0932\u0902\u092C\u093E\u0908","field.maxTextGroupLengthPerRequest":"\u092A\u094D\u0930\u0924\u093F \u0905\u0928\u0941\u0930\u094B\u0927 \u092A\u0948\u0930\u093E\u0917\u094D\u0930\u093E\u092B \u0915\u0940 \u0905\u0927\u093F\u0915\u0924\u092E \u0938\u0902\u0916\u094D\u092F\u093E","field.apiUrl":"\u0915\u0938\u094D\u091F\u092E \u090F\u092A\u0940\u0906\u0908 \u0907\u0902\u091F\u0930\u092B\u093C\u0947\u0938 \u092A\u0924\u093E","field.placeholderDelimiters":"\u0906\u0930\u0915\u094D\u0937\u093F\u0924 \u092A\u094D\u0932\u0947\u0938\u0939\u094B\u0932\u094D\u0921\u0930","description.custom":"\u0915\u0938\u094D\u091F\u092E \u0907\u0902\u091F\u0930\u092B\u093C\u0947\u0938 \u090F\u0915\u094D\u0938\u0947\u0938 \u0915\u0947 \u0932\u093F\u090F \u0938\u0902\u0926\u0930\u094D\u092D \u0926\u0938\u094D\u0924\u093E\u0935\u0947\u091C\u093C\u094B\u0902 \u0915\u0940 \u0906\u0935\u0936\u094D\u092F\u0915\u0924\u093E \u0939\u0948","description.limitPerMinute":"\u091C\u092C \u0905\u0928\u0941\u0930\u094B\u0927\u094B\u0902 \u0915\u0940 \u0938\u0902\u0916\u094D\u092F\u093E \u0907\u0938 \u0938\u0940\u092E\u093E \u0938\u0947 \u0905\u0927\u093F\u0915 \u0939\u094B \u091C\u093E\u0924\u0940 \u0939\u0948, \u0924\u094B \u092F\u0939 \u0905\u0917\u0932\u0947 \u092E\u093F\u0928\u091F \u0915\u0940 \u0936\u0941\u0930\u0941\u0906\u0924 \u0924\u0915 \u0915\u0924\u093E\u0930 \u0938\u094D\u0925\u093F\u0924\u093F \u092E\u0947\u0902 \u092A\u094D\u0930\u0935\u0947\u0936 \u0915\u0930\u0947\u0917\u0940\u0964 OpenAI \u0915\u0940 \u0935\u0930\u094D\u0924\u092E\u093E\u0928 \u0938\u0947\u0935\u093E \u0915\u0940 \u0935\u093F\u092D\u093F\u0928\u094D\u0928 \u0938\u0940\u092E\u093E\u0913\u0902 \u0915\u0947 \u0915\u093E\u0930\u0923, \u0915\u0943\u092A\u092F\u093E \u092F\u0939\u093E\u0902 <1> \u0915\u094D\u0932\u093F\u0915 \u0915\u0930\u0947\u0902 \u0928\u0935\u0940\u0928\u0924\u092E \u0905\u0928\u0941\u0936\u0902\u0938\u093F\u0924 \u092E\u093E\u0928 \u0926\u0947\u0916\u0947\u0902","description.limitPerSecond":"\u091C\u092C \u0905\u0928\u0941\u0930\u094B\u0927\u094B\u0902 \u0915\u0940 \u0938\u0902\u0916\u094D\u092F\u093E \u0907\u0938 \u0938\u0940\u092E\u093E \u0938\u0947 \u0905\u0927\u093F\u0915 \u0939\u094B \u091C\u093E\u0924\u0940 \u0939\u0948, \u0924\u094B \u092F\u0939 \u0905\u0917\u0932\u0947 \u0938\u0947\u0915\u0902\u0921 \u0915\u0940 \u0936\u0941\u0930\u0941\u0906\u0924 \u0924\u0915 \u0915\u0924\u093E\u0930 \u0938\u094D\u0925\u093F\u0924\u093F \u092E\u0947\u0902 \u092A\u094D\u0930\u0935\u0947\u0936 \u0915\u0930\u0947\u0917\u0940\u0964 OpenAI \u0915\u0940 \u0935\u0930\u094D\u0924\u092E\u093E\u0928 \u0938\u0947\u0935\u093E \u0915\u0940 \u0935\u093F\u092D\u093F\u0928\u094D\u0928 \u0938\u0940\u092E\u093E\u0913\u0902 \u0915\u0947 \u0915\u093E\u0930\u0923, \u0915\u0943\u092A\u092F\u093E \u092F\u0939\u093E\u0902 <1> \u0915\u094D\u0932\u093F\u0915 \u0915\u0930\u0947\u0902 \u0928\u0935\u0940\u0928\u0924\u092E \u0905\u0928\u0941\u0936\u0902\u0938\u093F\u0924 \u092E\u093E\u0928 \u0926\u0947\u0916\u0947\u0902","description.generalLimitPerSecond":"\u091C\u092C \u0905\u0928\u0941\u0930\u094B\u0927\u094B\u0902 \u0915\u0940 \u0938\u0902\u0916\u094D\u092F\u093E \u0907\u0938 \u0938\u0940\u092E\u093E \u0938\u0947 \u0905\u0927\u093F\u0915 \u0939\u094B \u091C\u093E\u0924\u0940 \u0939\u0948, \u0924\u094B \u092F\u0939 \u0905\u0917\u0932\u0947 \u0938\u0947\u0915\u0902\u0921 \u0915\u0940 \u0936\u0941\u0930\u0941\u0906\u0924 \u0924\u0915 \u0915\u0924\u093E\u0930 \u0938\u094D\u0925\u093F\u0924\u093F \u092E\u0947\u0902 \u092A\u094D\u0930\u0935\u0947\u0936 \u0915\u0930\u0947\u0917\u0940\u0964","description.prompt":"\u0909\u092A\u092F\u094B\u0917\u0915\u0930\u094D\u0924\u093E \u0915\u0940 \u092A\u0939\u091A\u093E\u0928 \u092E\u0947\u0902 {service} \u0915\u094B \u092D\u0947\u091C\u0940 \u0917\u0908 \u0935\u093E\u0930\u094D\u0924\u093E\u0932\u093E\u092A, \u091C\u093F\u0938\u092E\u0947\u0902 {{text}} \u092A\u0948\u0930\u093E\u0917\u094D\u0930\u093E\u092B \u0915\u093E \u092A\u093E\u0920 \u0938\u093E\u092E\u0917\u094D\u0930\u0940 \u0915\u094B \u0926\u0930\u094D\u0936\u093E\u0924\u093E \u0939\u0948, {{from}} \u092A\u0948\u0930\u093E\u0917\u094D\u0930\u093E\u092B \u0915\u0940 \u092D\u093E\u0937\u093E \u0915\u094B \u0926\u0930\u094D\u0936\u093E\u0924\u093E \u0939\u0948, \u0914\u0930 {{to}} \u0932\u0915\u094D\u0937\u094D\u092F \u092D\u093E\u0937\u093E \u0915\u094B \u0926\u0930\u094D\u0936\u093E\u0924\u093E \u0939\u0948\u0964","description.maxTextLengthPerRequest":"\u092A\u094D\u0930\u0924\u093F \u0905\u0928\u0941\u0930\u094B\u0927 \u0935\u0930\u094D\u0923\u094B\u0902 \u0915\u0940 \u0905\u0927\u093F\u0915\u0924\u092E \u0938\u0902\u0916\u094D\u092F\u093E\u0964 \u092F\u0926\u093F \u092F\u0939 \u092C\u0939\u0941\u0924 \u092C\u0921\u093C\u093E \u0939\u0948, \u0924\u094B \u0907\u0902\u091F\u0930\u092B\u093C\u0947\u0938 \u0915\u0940 \u092A\u094D\u0930\u0924\u093F\u0915\u094D\u0930\u093F\u092F\u093E \u0927\u0940\u092E\u0940 \u0939\u094B \u091C\u093E\u090F\u0917\u0940, \u0907\u0938\u0932\u093F\u090F \u0906\u092A \u0917\u0924\u093F \u0915\u094B \u0905\u0928\u0941\u0915\u0942\u0932\u093F\u0924 \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u0907\u0938 \u0935\u093F\u0915\u0932\u094D\u092A \u0915\u094B \u0938\u092E\u093E\u092F\u094B\u091C\u093F\u0924 \u0915\u0930\u0928\u0947 \u0915\u093E \u092A\u094D\u0930\u092F\u093E\u0938 \u0915\u0930 \u0938\u0915\u0924\u0947 \u0939\u0948\u0902\u0964","description.systemPrompt":"\u0938\u093F\u0938\u094D\u091F\u092E \u0915\u0940 \u092A\u0939\u091A\u093E\u0928 \u0938\u0947 {service} \u0915\u094B \u092D\u0947\u091C\u0940 \u0917\u0908 \u0935\u093E\u0930\u094D\u0924\u093E\u0932\u093E\u092A, \u091C\u093F\u0938\u092E\u0947\u0902 {{text}} \u092A\u0948\u0930\u093E\u0917\u094D\u0930\u093E\u092B \u0915\u0947 \u092A\u093E\u0920 \u0915\u0940 \u0938\u093E\u092E\u0917\u094D\u0930\u0940 \u0915\u094B \u0926\u0930\u094D\u0936\u093E\u0924\u093E \u0939\u0948, {{from}} \u092A\u0948\u0930\u093E\u0917\u094D\u0930\u093E\u092B \u0915\u0940 \u092D\u093E\u0937\u093E \u0915\u094B \u0926\u0930\u094D\u0936\u093E\u0924\u093E \u0939\u0948, {{to}} \u0932\u0915\u094D\u0937\u094D\u092F \u092D\u093E\u0937\u093E \u0915\u094B \u0926\u0930\u094D\u0936\u093E\u0924\u093E \u0939\u0948","field.domain":"\u092E\u0948\u0926\u093E\u0928","description.domain":"\u0921\u093F\u092B\u093C\u0949\u0932\u094D\u091F\uFF1A\u0938\u093E\u092E\u093E\u0928\u094D\u092F \u0939\u0948. \u0907\u0938\u0947 \u0915\u0947\u0935\u0932 \u0924\u092D\u0940 \u0938\u0947\u091F \u0915\u093F\u092F\u093E \u091C\u093E \u0938\u0915\u0924\u093E \u0939\u0948 \u091C\u092C Youdao API \u0915\u0902\u0938\u094B\u0932 \u092E\u0947\u0902 \u0921\u094B\u092E\u0947\u0928-\u0906\u0927\u093E\u0930\u093F\u0924 \u0905\u0928\u0941\u0935\u093E\u0926 \u0938\u0915\u094D\u0937\u092E \u0939\u094B\u0964 \u0938\u092E\u0930\u094D\u0925\u093F\u0924 \u092B\u093C\u0940\u0932\u094D\u0921 \u0915\u0947 \u0932\u093F\u090F, \u0915\u0943\u092A\u092F\u093E \u092F\u0939\u093E\u0902 <1> \u0926\u0947\u0916\u0947\u0902\u0964","field.scene":"\u092A\u0930\u094D\u0926\u0947","description.scene":"\u0921\u093F\u092B\u093C\u0949\u0932\u094D\u091F\uFF1A\u0938\u093E\u092E\u093E\u0928\u094D\u092F \u0939\u0948. \u0907\u0938\u0947 \u0915\u0947\u0935\u0932 \u0924\u092D\u0940 \u0938\u0947\u091F \u0915\u093F\u092F\u093E \u091C\u093E \u0938\u0915\u0924\u093E \u0939\u0948 \u091C\u092C \u0905\u0932\u0940\u092C\u093E\u092C\u093E \u0915\u094D\u0932\u093E\u0909\u0921 \u090F\u092A\u0940\u0906\u0908 \u0915\u0902\u0938\u094B\u0932 \u092E\u0947\u0902 \u092E\u0936\u0940\u0928\u0940 \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u093E \u092A\u0947\u0936\u0947\u0935\u0930 \u0938\u0902\u0938\u094D\u0915\u0930\u0923 \u0938\u0915\u094D\u0930\u093F\u092F \u0939\u094B\u0964 \u0938\u092E\u0930\u094D\u0925\u093F\u0924 \u092A\u0930\u093F\u0926\u0943\u0936\u094D\u092F\u094B\u0902 \u0915\u0947 \u0932\u093F\u090F \u092F\u0939\u093E\u0902 <1> \u0926\u0947\u0916\u0947\u0902\u0964","field.vocabId":"\u0909\u092A\u092F\u094B\u0917\u0915\u0930\u094D\u0924\u093E \u0936\u092C\u094D\u0926\u0915\u094B\u0936 \u0906\u0908\u0921\u0940","description.vocabId":"\u0928\u093F\u0930\u094D\u0926\u093F\u0937\u094D\u091F \u0936\u092C\u094D\u0926\u0915\u094B\u0936 \u0906\u0909\u091F_\u0906\u0908\u0921\u0940 \u0935\u0930\u094D\u0924\u092E\u093E\u0928 \u092E\u0947\u0902 \u0905\u0902\u0917\u094D\u0930\u0947\u091C\u0940-\u091A\u0940\u0928\u0940 \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u093E \u0938\u092E\u0930\u094D\u0925\u0928 \u0915\u0930\u0924\u093E \u0939\u0948\u0964","description.model":"OpenAI \u0915\u093E \u092E\u0949\u0921\u0932 gpt-3.5-\u091F\u0930\u094D\u092C\u094B, gpt-4 \u0906\u0926\u093F \u0939\u094B \u0938\u0915\u0924\u093E \u0939\u0948\u0964","description.maxTextGroupLengthPerRequest":"\u0939\u0930 \u092C\u093E\u0930 \u0905\u0928\u0941\u0935\u093E\u0926 \u0938\u0947\u0935\u093E \u0915\u094B \u092D\u0947\u091C\u0947 \u0917\u090F \u092A\u0948\u0930\u093E\u0917\u094D\u0930\u093E\u092B\u094B\u0902 \u0915\u0940 \u0938\u0902\u0916\u094D\u092F\u093E\u0964 \u092F\u0926\u093F \u092C\u0939\u0941\u0924 \u0938\u093E\u0930\u0947 \u092A\u0948\u0930\u093E\u0917\u094D\u0930\u093E\u092B \u0939\u0948\u0902, \u0924\u094B \u0907\u0902\u091F\u0930\u092B\u093C\u0947\u0938 \u0915\u0940 \u092A\u094D\u0930\u0924\u093F\u0915\u094D\u0930\u093F\u092F\u093E \u0927\u0940\u092E\u0940 \u0939\u094B \u0938\u0915\u0924\u0940 \u0939\u0948\u0964","description.apiUrl":"\u0915\u0943\u092A\u092F\u093E \u092A\u0925 \u0915\u0947 \u0938\u093E\u0925 \u090F\u0915 \u0935\u093F\u0936\u093F\u0937\u094D\u091F \u092F\u0942\u0906\u0930\u090F\u0932 \u091C\u094B\u0921\u093C\u0947\u0902, <1> \u0905\u0927\u093F\u0915 \u0928\u093F\u0930\u094D\u0926\u0947\u0936",enabledExtension:"\u090F\u0915\u094D\u0938\u091F\u0947\u0902\u0936\u0928 \u0938\u0915\u094D\u0937\u092E",clickToDisableExtension:"\u090F\u0915\u094D\u0938\u091F\u0947\u0902\u0936\u0928 \u0905\u0915\u094D\u0937\u092E \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u0915\u094D\u0932\u093F\u0915 \u0915\u0930\u0947\u0902",clickToEnableExtension:"\u090F\u0915\u094D\u0938\u091F\u0947\u0902\u0936\u0928 \u0938\u0915\u094D\u0937\u092E \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u0915\u094D\u0932\u093F\u0915 \u0915\u0930\u0947\u0902",hasBeenDisabled:"\u0905\u0915\u094D\u0937\u092E","show password":"\u092A\u093E\u0938\u0935\u0930\u094D\u0921 \u0926\u093F\u0916\u093E\u090F",customContent:"\u0915\u0938\u094D\u091F\u092E \u092E\u0949\u0921\u0932 \u0928\u093E\u092E \u0926\u0930\u094D\u091C \u0915\u0930\u0947\u0902",inputOptions:"\u0907\u0928\u092A\u0941\u091F \u092C\u0949\u0915\u094D\u0938 \u0938\u0902\u0935\u0930\u094D\u0926\u094D\u0927\u0928",mouseHoverOptions:"\u092E\u093E\u0909\u0938 \u0915\u0947 \u090A\u092A\u0930",modifyMouseHoverKey:"\u092E\u093E\u0909\u0938\u0913\u0935\u0930 \u0936\u0949\u0930\u094D\u091F\u0915\u091F \u0915\u0941\u0902\u091C\u093F\u092F\u094B\u0902 \u0915\u094B \u0938\u0902\u0936\u094B\u0927\u093F\u0924 \u0915\u0930\u0947\u0902",enableInputTranslation:"\u0907\u0928\u092A\u0941\u091F \u092C\u0949\u0915\u094D\u0938 \u090F\u0928\u094D\u0939\u093E\u0902\u0938\u092E\u0947\u0902\u091F \u0938\u0915\u094D\u0937\u092E \u0915\u0930\u0928\u093E \u0939\u0948 \u092F\u093E \u0928\u0939\u0940\u0902",enableInputTranslationDescription:"{trailingKey}\u0938\u0915\u094D\u0937\u092E \u0915\u0930\u0928\u0947 \u0915\u0947 \u092C\u093E\u0926, \u0938\u0940\u0927\u0947 \u0907\u0928\u092A\u0941\u091F \u092C\u0949\u0915\u094D\u0938 \u092E\u0947\u0902 {startingKey}{startingKey} \u0939\u0948\u0932\u094B \u0926\u0930\u094D\u091C \u0915\u0930\u0947\u0902, \u0914\u0930 \u092B\u093F\u0930 \u0907\u0938\u0947 {inputTargetLanguage}\u092E\u0947\u0902 \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u091C\u0932\u094D\u0926\u0940 \u0938\u0947{inputTrailingTriggerKeyRepeatTimes}\u092A\u0930 \u0926\u094B \u092C\u093E\u0930 \u0915\u094D\u0932\u093F\u0915 \u0915\u0930\u0947\u0902\u0964",enableInputTranslationDescriptionForNoneKey:"\u0907\u0938\u0947 \u0938\u0915\u094D\u0937\u092E \u0915\u0930\u0928\u0947{trailingKey}, \u0938\u0940\u0927\u0947 \u0907\u0928\u092A\u0941\u091F \u092C\u0949\u0915\u094D\u0938 \u092E\u0947\u0902\uFF1A\u0939\u0948\u0932\u094B \u0935\u0930\u094D\u0932\u094D\u0921 \u0926\u0930\u094D\u091C \u0915\u0930\u0947\u0902, \u0914\u0930 \u092B\u093F\u0930 \u0921\u093F\u092B\u093C\u0949\u0932\u094D\u091F \u0932\u0915\u094D\u0937\u094D\u092F \u092D\u093E\u0937\u093E \u092E\u0947\u0902 \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u091C\u0932\u094D\u0926\u0940 \u0938\u0947{inputTrailingTriggerKeyRepeatTimes}\u092C\u093E\u0930 \u0915\u094D\u0932\u093F\u0915 \u0915\u0930\u0947\u0902\u0964",inputTargetLanguage:"\u0907\u0928\u092A\u0941\u091F \u092C\u0949\u0915\u094D\u0938 \u0915\u0940 \u0921\u093F\u092B\u093C\u0949\u0932\u094D\u091F \u0932\u0915\u094D\u0937\u094D\u092F \u092D\u093E\u0937\u093E \u0938\u0947\u091F \u0915\u0930\u0947\u0902",inputTargetLanguageDescription:"\u0907\u0928\u092A\u0941\u091F \u092C\u0949\u0915\u094D\u0938 \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0947 \u0932\u093F\u090F \u0921\u093F\u092B\u093C\u0949\u0932\u094D\u091F \u0932\u0915\u094D\u0937\u094D\u092F \u092D\u093E\u0937\u093E, \u091C\u094B \u091F\u094D\u0930\u093F\u0917\u0930 \u0936\u092C\u094D\u0926\u094B\u0902 \u0915\u0947 \u0932\u093F\u090F \u0921\u093F\u092B\u093C\u0949\u0932\u094D\u091F \u092D\u093E\u0937\u093E \u0915\u0947 \u0930\u0942\u092A \u092E\u0947\u0902 {startingKey}{startingKey} \u0939\u0948",inputTargetLanguageDescriptionForNoneKey:"\u0907\u0928\u092A\u0941\u091F \u092C\u0949\u0915\u094D\u0938 \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0947 \u0932\u093F\u090F \u0921\u093F\u092B\u093C\u0949\u0932\u094D\u091F \u0932\u0915\u094D\u0937\u094D\u092F \u092D\u093E\u0937\u093E",inputStartingTriggerKeyTitle:"\u0907\u0928\u092A\u0941\u091F \u092C\u0949\u0915\u094D\u0938 \u0915\u0947 \u0906\u0902\u0936\u093F\u0915 \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0947 \u0932\u093F\u090F \u0935\u093F\u092D\u093E\u091C\u0928 \u0935\u0930\u094D\u0923 \u0938\u0947\u091F \u0915\u0930\u0947\u0902",inputStartingTriggerKeyDescription:"\u091C\u092C \u0906\u092A\u0915\u094B \u092A\u0942\u0930\u0947 \u0907\u0928\u092A\u0941\u091F \u092C\u0949\u0915\u094D\u0938 \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0928\u0947 \u0915\u0940 \u0906\u0935\u0936\u094D\u092F\u0915\u0924\u093E \u0928\u0939\u0940\u0902 \u0939\u094B\u0924\u0940 \u0939\u0948, \u0924\u094B \u0921\u093F\u0932\u0940\u092E\u0940\u091F\u0930 \u0906\u092A\u0915\u094B \u0915\u0947\u0935\u0932 {startingKey}{startingKey} \u0938\u0947 \u0907\u0928\u092A\u0941\u091F \u092C\u0949\u0915\u094D\u0938 \u0915\u0947 \u0905\u0902\u0924 \u0924\u0915 \u0915\u0947 \u092D\u093E\u0917 \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0928\u0947 \u0915\u0940 \u0905\u0928\u0941\u092E\u0924\u093F \u0926\u0947\u0924\u093E \u0939\u0948, \u092F\u093E \u0906\u092A \u092D\u093E\u0937\u093E \u0915\u094B\u0921 \u0928\u093F\u0930\u094D\u0926\u093F\u0937\u094D\u091F \u0915\u0930 \u0938\u0915\u0924\u0947 \u0939\u0948\u0902, \u0909\u0926\u093E\u0939\u0930\u0923 \u0915\u0947 \u0932\u093F\u090F,\uFF1A{startingKey}ja \u0915\u093E \u0905\u0930\u094D\u0925 \u0915\u0947\u0935\u0932 \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0928\u093E \u0939\u0948 {startingKey}ja \u0938\u0947 \u0907\u0928\u092A\u0941\u091F \u092C\u0949\u0915\u094D\u0938 \u0915\u0947 \u0905\u0902\u0924 \u0924\u0915 \u0915\u093E \u092D\u093E\u0917\u0964",inputStartingTriggerKeyDescriptionForNoneKey:"\u0935\u0930\u094D\u0924\u092E\u093E\u0928 \u092E\u0947\u0902 \u0907\u0938\u0947 \u0915\u093F\u0938\u0940 \u0909\u092A\u0938\u0930\u094D\u0917 \u0915\u0940 \u0906\u0935\u0936\u094D\u092F\u0915\u0924\u093E \u0928\u0939\u0940\u0902 \u0939\u0948, \u0914\u0930 \u0907\u0928\u092A\u0941\u091F \u092C\u0949\u0915\u094D\u0938 \u0915\u0947 \u0915\u0941\u091B \u092A\u093E\u0920 \u0905\u0928\u0941\u0935\u093E\u0926 \u092B\u093C\u0902\u0915\u094D\u0936\u0928 \u0905\u0938\u094D\u0925\u093E\u092F\u0940 \u0930\u0942\u092A \u0938\u0947 \u0905\u0928\u0941\u092A\u0932\u092C\u094D\u0927 \u0939\u0948\u0902\u0964",inputTrailingTriggerKeyTitle:"\u090F\u0915 \u091F\u094D\u0930\u093F\u0917\u0930 \u0935\u0930\u094D\u0923 \u091A\u0941\u0928\u0947\u0902 \u091C\u094B \u0907\u0928\u092A\u0941\u091F \u0915\u094B \u0938\u092E\u093E\u092A\u094D\u0924 \u0915\u0930\u0924\u093E \u0939\u0948",inputTrailingTriggerKeyDescription:"\u0924\u094D\u0935\u0930\u093F\u0924 \u0909\u0924\u094D\u0924\u0930\u093E\u0927\u093F\u0915\u093E\u0930 \u092E\u0947\u0902{trailingKey} 3 \u092C\u093E\u0930 \u0939\u093F\u091F \u0915\u0930\u0928\u0947 \u0938\u0947 \u0905\u0928\u0941\u0935\u093E\u0926 \u0936\u0941\u0930\u0942 \u0939\u094B \u091C\u093E\u090F\u0917\u093E",inputTrailingTriggerKeyTimeout:"\u0915\u0949\u092E\u094D\u092C\u094B \u0915\u094B \u0938\u092E\u093E\u092A\u094D\u0924 \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u091F\u094D\u0930\u093F\u0917\u0930\u094D\u0938 \u0915\u0947 \u092C\u0940\u091A \u0905\u0902\u0924\u0930\u093E\u0932 \u0926\u0930\u094D\u091C \u0915\u0930\u0947\u0902\u0964",inputTrailingTriggerKeyTimeoutDescription:"\u0915\u0949\u092E\u094D\u092C\u094B \u091F\u094D\u0930\u093F\u0917\u0930 \u0915\u094B \u0938\u092E\u093E\u092A\u094D\u0924 \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u0907\u0928\u092A\u0941\u091F \u0915\u0947 \u0932\u093F\u090F \u0905\u0902\u0924\u0930\u093E\u0932 \u0938\u092E\u092F (\u092E\u093F\u0932\u0940\u0938\u0947\u0915\u0902\u0921) \u0928\u093F\u0930\u094D\u0927\u093E\u0930\u093F\u0924 \u0915\u0930\u0947\u0902",spaceKey:"<\u0938\u094D\u092A\u0947\u0938\u092C\u093E\u0930>",noneKey:"\u0915\u093F\u0938\u0940 \u0909\u092A\u0938\u0930\u094D\u0917 \u0915\u0940 \u0906\u0935\u0936\u094D\u092F\u0915\u0924\u093E \u0928\u0939\u0940\u0902 \u0939\u0948, \u0938\u0940\u0927\u0947 \u0938\u0902\u092A\u0942\u0930\u094D\u0923 \u091F\u0947\u0915\u094D\u0938\u094D\u091F \u092C\u0949\u0915\u094D\u0938 \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0947\u0902",inputTranslationBlockUrlsTitle:"\u092F\u0942\u0906\u0930\u090F\u0932 \u092E\u0947\u0902 \u0907\u0928\u092A\u0941\u091F \u092B\u093C\u0940\u0932\u094D\u0921 \u090F\u0928\u094D\u0939\u093E\u0902\u0938\u092E\u0947\u0902\u091F \u0915\u094B \u0915\u092D\u0940 \u092D\u0940 \u0938\u0915\u094D\u0937\u092E \u0928 \u0915\u0930\u0947\u0902",inputTranslationBlockUrlsDescription:"\u0928\u093F\u092E\u094D\u0928\u0932\u093F\u0916\u093F\u0924 \u092F\u0942\u0906\u0930\u090F\u0932 \u092E\u0947\u0902, \u0907\u0928\u092A\u0941\u091F \u092C\u0949\u0915\u094D\u0938 \u090F\u0928\u094D\u0939\u093E\u0902\u0938\u092E\u0947\u0902\u091F \u092A\u094D\u0930\u092D\u093E\u0935\u0940 \u0928\u0939\u0940\u0902 \u0939\u094B\u0917\u093E",clickToSeeQuickDemo:"30 \u0938\u0947\u0915\u0902\u0921 \u0915\u0947 \u0924\u094D\u0935\u0930\u093F\u0924 \u0928\u093F\u0930\u094D\u0926\u0947\u0936 \u0935\u0940\u0921\u093F\u092F\u094B \u0915\u093E \u0935\u093F\u0938\u094D\u0924\u093E\u0930 \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u0915\u094D\u0932\u093F\u0915 \u0915\u0930\u0947\u0902",inputHelperInfo:"\u0928\u094B\u091F\uFF1A: \u0939\u092E\u0928\u0947 \u0935\u093F\u0936\u0947\u0937 \u0930\u0942\u092A \u0938\u0947 \u0909\u0938 \u092E\u0941\u0926\u094D\u0926\u0947 \u0915\u094B \u0905\u0928\u0941\u0915\u0942\u0932\u093F\u0924 \u0915\u093F\u092F\u093E \u0939\u0948 \u091C\u0939\u093E\u0902 \u0915\u0941\u091B \u091F\u094D\u0930\u093F\u0917\u0930 \u0935\u0930\u094D\u0923 \u091A\u0940\u0928\u0940 \u0907\u0928\u092A\u0941\u091F \u092A\u0926\u094D\u0927\u0924\u093F \u0915\u0947 \u0924\u0939\u0924 \u091A\u0940\u0928\u0940 \u0935\u093F\u0930\u093E\u092E \u091A\u093F\u0939\u094D\u0928\u094B\u0902 \u092E\u0947\u0902 \u092C\u0926\u0932 \u091C\u093E\u090F\u0902\u0917\u0947\u0964 \u0909\u0926\u093E\u0939\u0930\u0923 \u0915\u0947 \u0932\u093F\u090F, \u0938\u094B\u0917\u094C \u0907\u0928\u092A\u0941\u091F \u092A\u0926\u094D\u0927\u0924\u093F \u0915\u0947 \u0924\u0939\u0924, / \u090F\u0915 \u0935\u093F\u0930\u093E\u092E \u092E\u0947\u0902 \u092C\u0926\u0932 \u091C\u093E\u090F\u0917\u093E, \u0914\u0930 \u0907\u092E\u0930\u094D\u0938\u093F\u0935 \u0905\u0928\u0941\u0935\u093E\u0926 \u0938\u0902\u092C\u0902\u0927\u093F\u0924 \u0938\u092D\u0940 \u091A\u0940\u0928\u0940 \u092A\u094D\u0930\u0924\u0940\u0915\u094B\u0902 \u0915\u093E \u0938\u092E\u0930\u094D\u0925\u0928 \u0915\u0930\u0924\u093E \u0939\u0948 \u091F\u094D\u0930\u093F\u0917\u0930 \u0935\u0930\u094D\u0923\u0964 , \u092F\u093E\u0928\u0940, //,, \u0914\u0930 \u0938\u092D\u0940 \u0915\u094B \u091F\u094D\u0930\u093F\u0917\u0930 \u0935\u0930\u094D\u0923 \u0915\u0947 \u0930\u0942\u092A \u092E\u0947\u0902 \u092A\u0939\u091A\u093E\u0928\u093E \u091C\u093E\u090F\u0917\u093E\u0964

\u0938\u093E\u0925 \u0939\u0940, \u0939\u092E \u0915\u092E\u093E\u0902\u0921 \u0915\u0947 \u0930\u0942\u092A \u092E\u0947\u0902 \u092D\u093E\u0937\u093E \u0915\u094B\u0921 \u0915\u0947 \u091A\u0940\u0928\u0940 \u0909\u092A\u0928\u093E\u092E\u094B\u0902 \u0915\u093E \u092D\u0940 \u0938\u092E\u0930\u094D\u0925\u0928 \u0915\u0930\u0924\u0947 \u0939\u0948\u0902\u0964 \u0909\u0926\u093E\u0939\u0930\u0923 \u0915\u0947 \u0932\u093F\u090F, /\u091C\u093E\u092A\u093E\u0928\u0940 \u0939\u0948\u0932\u094B \u0935\u0930\u094D\u0932\u094D\u0921 \u0915\u093E \u091C\u093E\u092A\u093E\u0928\u0940 \u092E\u0947\u0902 \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u093F\u092F\u093E \u091C\u093E\u090F\u0917\u093E\u0964 <1> \u0938\u092D\u0940 \u0938\u092E\u0930\u094D\u0925\u093F\u0924 \u092D\u093E\u0937\u093E \u0915\u094B\u0921 \u0926\u0947\u0916\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u092F\u0939\u093E\u0902 \u0915\u094D\u0932\u093F\u0915 \u0915\u0930\u0947\u0902\u0964 .",reloadCurrentPage:"\u0915\u0943\u092A\u092F\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0936\u0941\u0930\u0942 \u0915\u0930\u0928\u0947 \u0938\u0947 \u092A\u0939\u0932\u0947 \u0935\u0930\u094D\u0924\u092E\u093E\u0928 \u092A\u0943\u0937\u094D\u0920 \u0915\u094B \u0924\u093E\u091C\u093C\u093E \u0915\u0930\u0947\u0902",noLocalFilePermissionForPDF:"\u0935\u0930\u094D\u0924\u092E\u093E\u0928 \u092E\u0947\u0902 \u0939\u092E\u093E\u0930\u0947 \u092A\u093E\u0938 \u0938\u094D\u0925\u093E\u0928\u0940\u092F \u092B\u093C\u093E\u0907\u0932\u0947\u0902 \u092A\u0922\u093C\u0928\u0947 \u0915\u0940 \u0905\u0928\u0941\u092E\u0924\u093F \u0928\u0939\u0940\u0902 \u0939\u0948\u0964 \u0915\u0943\u092A\u092F\u093E \u090A\u092A\u0930 \u0926\u093F\u090F \u0917\u090F \u092C\u091F\u0928 \u092A\u0930 \u0915\u094D\u0932\u093F\u0915 \u0915\u0930\u0947\u0902 \u0914\u0930 \u0938\u094D\u0925\u093E\u0928\u0940\u092F \u092B\u093C\u093E\u0907\u0932\u0947\u0902 \u0906\u092F\u093E\u0924 \u0915\u0930\u0947\u0902\u0964",noPermissionForThisPage:"\u26A0\uFE0F \u0935\u0930\u094D\u0924\u092E\u093E\u0928 \u092A\u0943\u0937\u094D\u0920 \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0928\u0947 \u0915\u0940 \u0905\u0928\u0941\u092E\u0924\u093F \u0928\u0939\u0940\u0902",retryAllParagraphs:"\u0938\u092D\u0940 \u0924\u094D\u0930\u0941\u091F\u093F \u092A\u0948\u0930\u093E\u0917\u094D\u0930\u093E\u092B \u092A\u0941\u0928\u0903 \u092A\u094D\u0930\u092F\u093E\u0938 \u0915\u0930\u0947\u0902",retryAllButton:"\u0938\u092D\u0940 \u0924\u094D\u0930\u0941\u091F\u093F \u092A\u0948\u0930\u093E\u0917\u094D\u0930\u093E\u092B \u092A\u0941\u0928\u0903 \u092A\u094D\u0930\u092F\u093E\u0938 \u0915\u0930\u0947\u0902",errorTooltipTitle:"\u0924\u094D\u0930\u0941\u091F\u093F \u0915\u093E \u0915\u093E\u0930\u0923 \u0926\u0947\u0916\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u0915\u094D\u0932\u093F\u0915 \u0915\u0930\u0947\u0902",errorModalTitle:"\u0910\u0938\u093E \u0932\u0917\u0924\u093E \u0939\u0948 \u0915\u093F \u0905\u0928\u0941\u0935\u093E\u0926 \u0938\u0947\u0935\u093E \u092F\u093E \u0928\u0947\u091F\u0935\u0930\u094D\u0915 \u092E\u0947\u0902 \u0915\u0941\u091B \u0917\u0921\u093C\u092C\u0921\u093C \u0939\u0948...",disableConfirm:"\u0926\u094D\u0935\u093F\u092D\u093E\u0937\u0940 \u0938\u0942\u091A\u0928\u093E \u0938\u0902\u0935\u0930\u094D\u0926\u094D\u0927\u0928 \u0938\u0947\u091F\u093F\u0902\u0917\u094D\u0938",disableOnce:"\u0907\u0938 \u092C\u093E\u0930 \u0905\u0915\u094D\u0937\u092E",disableGlobal:"\u0938\u094D\u0925\u093E\u092F\u0940 \u0930\u0942\u092A \u0938\u0947 \u0905\u0915\u094D\u0937\u092E",disableTint:"* \u0906\u092A \u0907\u0938\u0947 {option} \u092E\u0947\u0902 \u092A\u0941\u0928\u0903 \u0938\u0915\u094D\u0937\u092E \u0915\u0930 \u0938\u0915\u0924\u0947 \u0939\u0948\u0902\u0964",searchEnhancementNotes:"\u0939\u092E\u0928\u0947 \u092A\u093E\u092F\u093E \u0915\u093F \u091A\u0940\u0928\u0940 \u0915\u0940\u0935\u0930\u094D\u0921 \u0914\u0930 \u0905\u0902\u0917\u094D\u0930\u0947\u091C\u0940 \u0915\u0940\u0935\u0930\u094D\u0921 \u0915\u0947 \u0932\u093F\u090F \u0938\u092E\u093E\u091A\u093E\u0930 \u092A\u0930\u093F\u0923\u093E\u092E \u092C\u0939\u0941\u0924 \u0905\u0932\u0917 \u0939\u0948\u0902\u0964 \u0907\u092E\u0930\u094D\u0938\u093F\u0935 \u091F\u094D\u0930\u093E\u0902\u0938\u0932\u0947\u0936\u0928 \u0926\u094D\u0935\u093F\u092D\u093E\u0937\u0940 \u0938\u0942\u091A\u0928\u093E \u0938\u0902\u0935\u0930\u094D\u0926\u094D\u0927\u0928 \u092B\u093C\u0902\u0915\u094D\u0936\u0928 \u0915\u094B \u0938\u0915\u094D\u0937\u092E \u0915\u0930\u0928\u0947 \u0915\u0947 \u092C\u093E\u0926, \u0939\u092E \u0938\u092E\u0930\u094D\u0925\u093F\u0924 \u0935\u0947\u092C\u0938\u093E\u0907\u091F\u094B\u0902 (Google \u0938\u092E\u093E\u091A\u093E\u0930, Google \u0916\u094B\u091C (\u0915\u0941\u091B \u0915\u0940\u0935\u0930\u094D\u0921), \u0938\u094D\u0928\u094B\u092C\u0949\u0932, \u0913\u0930\u093F\u090F\u0902\u091F\u0932 \u092B\u0949\u0930\u094D\u091A\u094D\u092F\u0942\u0928 \u0928\u0947\u091F\u0935\u0930\u094D\u0915, \u092B\u093C\u0941\u091F\u0942) \u092A\u0930 \u0916\u094B\u091C \u0915\u0930\u0947\u0902\u0917\u0947 , \u091F\u093E\u0907\u0917\u0930) \u0938\u094D\u0935\u091A\u093E\u0932\u093F\u0924 \u0930\u0942\u092A \u0938\u0947 \u0906\u092A\u0915\u0947 \u0932\u093F\u090F \u0905\u0902\u0917\u094D\u0930\u0947\u091C\u0940 \u092E\u0947\u0902 \u0938\u092E\u093E\u0928 \u0915\u0940\u0935\u0930\u094D\u0921 \u0916\u094B\u091C\u0924\u093E \u0939\u0948 \u0914\u0930 \u0909\u0928\u094D\u0939\u0947\u0902 \u0926\u093E\u0908\u0902 \u0913\u0930 \u092A\u094D\u0930\u0926\u0930\u094D\u0936\u093F\u0924 \u0915\u0930\u0924\u093E \u0939\u0948\u0964 \u092F\u0926\u093F \u0906\u092A\u0915\u094B \u0907\u0938 \u0938\u0941\u0935\u093F\u0927\u093E \u0915\u0940 \u0906\u0935\u0936\u094D\u092F\u0915\u0924\u093E \u0928\u0939\u0940\u0902 \u0939\u0948, \u0924\u094B \u0906\u092A \u0907\u0938\u0947 \u0905\u0915\u094D\u0937\u092E \u0915\u0930\u0928\u093E \u091A\u0941\u0928 \u0938\u0915\u0924\u0947 \u0939\u0948\u0902\u0964",option:"\u0938\u094D\u0925\u093E\u092A\u093F\u0924 \u0915\u0930\u0928\u093E",saveSettings:"\u0938\u0947\u091F\u093F\u0902\u0917\u094D\u0938 \u0938\u0947\u0935 \u0915\u0930\u0947\u0902",closeModal:"\u0916\u093F\u0921\u093C\u0915\u0940 \u092C\u0902\u0926 \u0915\u0930\u094B",enableInputTranslationWithoutTriggerKeyTitle:"\u0924\u094D\u0935\u0930\u093F\u0924 \u0915\u0949\u092E\u094D\u092C\u094B \u0915\u094B 3 \u0917\u0941\u0928\u093E{trailingKey}\u0938\u0915\u094D\u0937\u092E \u0915\u0930\u0947\u0902, \u0938\u0902\u092A\u0942\u0930\u094D\u0923 \u0907\u0928\u092A\u0941\u091F \u092C\u0949\u0915\u094D\u0938 \u0915\u094B \u0938\u0940\u0927\u0947{inputTargetLanguage}\u092E\u0947\u0902 \u0905\u0928\u0941\u0935\u093E\u0926\u093F\u0924 \u0915\u0930\u0947\u0902",enableInputTranslationWithoutTriggerKeyDescription:"\u092F\u0926\u093F \u0906\u092A\u0915\u094B \u0932\u0915\u094D\u0937\u094D\u092F \u092D\u093E\u0937\u093E \u0928\u093F\u0930\u094D\u0926\u093F\u0937\u094D\u091F \u0915\u0930\u0928\u0947 \u0915\u0940 \u0906\u0935\u0936\u094D\u092F\u0915\u0924\u093E \u0939\u0948, \u0924\u094B \u0915\u0943\u092A\u092F\u093E \u0938\u093E\u092E\u0928\u0947 \u092D\u093E\u0937\u093E \u0915\u094B\u0921 \u091C\u094B\u0921\u093C\u0947\u0902, \u091C\u0948\u0938\u0947\uFF1Aja \u0939\u0947\u0932\u094B \u0935\u0930\u094D\u0932\u094D\u0921",mouseHoverShortcutPlaceholder:"\u091C\u0948\u0938\u0947\uFF1A\u0936\u093F\u092B\u094D\u091F",deepLProName:"\u0907\u092E\u0930\u094D\u0938\u093F\u0935 \u091F\u094D\u0930\u093E\u0902\u0938\u0932\u0947\u0936\u0928 \u092A\u094D\u0930\u094B \u0938\u0926\u0938\u094D\u092F (\u0905\u0928\u0941\u0936\u0902\u0938\u093F\u0924)",deepLProDescription:"\u0935\u0930\u094D\u0924\u092E\u093E\u0928 \u092A\u0948\u0915\u0947\u091C \u0915\u093E \u0938\u0940\u0927\u0947 \u0909\u092A\u092F\u094B\u0917 \u0915\u093F\u092F\u093E \u091C\u093E \u0938\u0915\u0924\u093E \u0939\u0948",deeplProDescriptionForNormal:"\u0915\u093F\u0938\u0940 \u0938\u0947\u091F\u093F\u0902\u0917 \u0915\u0940 \u0906\u0935\u0936\u094D\u092F\u0915\u0924\u093E \u0928\u0939\u0940\u0902 \u0939\u0948\u0964 \u0906\u092A \u0938\u0926\u0938\u094D\u092F \u0915\u0947 \u0930\u0942\u092A \u092E\u0947\u0902 \u0932\u0949\u0917 \u0907\u0928 \u0915\u0930\u0928\u0947 \u0915\u0947 \u092C\u093E\u0926 \u0907\u0938\u0915\u093E \u0909\u092A\u092F\u094B\u0917 \u0915\u0930 \u0938\u0915\u0924\u0947 \u0939\u0948\u0902\u0964 <1> \u0938\u0926\u0938\u094D\u092F \u092E\u0947\u0902 \u0905\u092A\u0917\u094D\u0930\u0947\u0921 \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u092F\u0939\u093E\u0902 \u0915\u094D\u0932\u093F\u0915 \u0915\u0930\u0947\u0902\u0964",deepLCustomDescription:"\u0906\u092A\u0915\u094B \u090F\u0915 \u0935\u093F\u0926\u0947\u0936\u0940 \u0915\u094D\u0930\u0947\u0921\u093F\u091F \u0915\u093E\u0930\u094D\u0921 \u0915\u0940 \u0906\u0935\u0936\u094D\u092F\u0915\u0924\u093E \u0939\u0948, <1>\u0921\u0940\u092A\u090F\u0932 \u092A\u0930 \u091C\u093E\u090F\u0902 \u0906\u0927\u093F\u0915\u093E\u0930\u093F\u0915 \u0924\u094C\u0930 \u092A\u0930 \u0916\u094B\u0932\u093E \u0917\u092F\u093E, <2> \u0926\u0938\u094D\u0924\u093E\u0935\u0947\u091C\u093C \u0926\u0947\u0916\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u0915\u094D\u0932\u093F\u0915 \u0915\u0930\u0947\u0902",deepLCustomName:"\u0915\u0938\u094D\u091F\u092E \u092A\u094D\u0930\u093E\u092E\u093E\u0923\u093F\u0915 \u0915\u0941\u0902\u091C\u0940",chooseProviderLabel:"\u090F\u0915 \u0938\u0947\u0935\u093E \u092A\u094D\u0930\u0926\u093E\u0924\u093E \u091A\u0941\u0928\u0947\u0902",openaiProName:"\u0907\u092E\u0930\u094D\u0938\u093F\u0935 \u091F\u094D\u0930\u093E\u0902\u0938\u0932\u0947\u0936\u0928 \u092A\u094D\u0930\u094B \u0938\u0926\u0938\u094D\u092F (\u0905\u0928\u0941\u0936\u0902\u0938\u093F\u0924)",openaiProDescription:"\u0935\u0930\u094D\u0924\u092E\u093E\u0928 \u092A\u0948\u0915\u0947\u091C \u0915\u093E \u0938\u0940\u0927\u0947 \u0909\u092A\u092F\u094B\u0917 \u0915\u093F\u092F\u093E \u091C\u093E \u0938\u0915\u0924\u093E \u0939\u0948",openaiProDescriptionForNormal:"\u0915\u093F\u0938\u0940 \u0938\u0947\u091F\u093F\u0902\u0917 \u0915\u0940 \u0906\u0935\u0936\u094D\u092F\u0915\u0924\u093E \u0928\u0939\u0940\u0902 \u0939\u0948\u0964 \u0906\u092A \u0938\u0926\u0938\u094D\u092F \u0915\u0947 \u0930\u0942\u092A \u092E\u0947\u0902 \u0932\u0949\u0917 \u0907\u0928 \u0915\u0930\u0928\u0947 \u0915\u0947 \u092C\u093E\u0926 \u0907\u0938\u0915\u093E \u0909\u092A\u092F\u094B\u0917 \u0915\u0930 \u0938\u0915\u0924\u0947 \u0939\u0948\u0902\u0964 <1> \u0938\u0926\u0938\u094D\u092F \u092E\u0947\u0902 \u0905\u092A\u0917\u094D\u0930\u0947\u0921 \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u092F\u0939\u093E\u0902 \u0915\u094D\u0932\u093F\u0915 \u0915\u0930\u0947\u0902\u0964",openaiCustomDescription:"\u0907\u0938\u0947 OpenAI, Azure OpenAI, \u092F\u093E \u0905\u0928\u094D\u092F \u0924\u0943\u0924\u0940\u092F-\u092A\u0915\u094D\u0937 \u0938\u0947\u0935\u093E\u0913\u0902 \u0938\u0947 \u092A\u094D\u0930\u093E\u092A\u094D\u0924 \u0915\u093F\u092F\u093E \u091C\u093E \u0938\u0915\u0924\u093E \u0939\u0948\u0964 <1> \u0926\u0938\u094D\u0924\u093E\u0935\u0947\u091C\u093C \u0926\u0947\u0916\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u092F\u0939\u093E\u0902 \u0915\u094D\u0932\u093F\u0915 \u0915\u0930\u0947\u0902\u0964",openaiCustomName:"\u0915\u0938\u094D\u091F\u092E \u090F\u092A\u0940\u0906\u0908 \u0915\u0941\u0902\u091C\u0940",needLoginAction:"(\u0938\u0926\u0938\u094D\u092F\u0924\u093E \u0926\u0930\u094D\u091C \u0915\u0930\u0947\u0902 \u092F\u093E \u0905\u0928\u0941\u0915\u0942\u0932\u093F\u0924 \u0915\u0930\u0947\u0902)",goLoginOrAction:"(\u0938\u0926\u0938\u094D\u092F\u0924\u093E \u0926\u0930\u094D\u091C \u0915\u0930\u0947\u0902 \u092F\u093E \u0938\u0947\u091F\u093F\u0902\u0917\u094D\u0938 \u092A\u0930 \u091C\u093E\u090F\u0902)",yearly:"\u0938\u0924\u0924 \u0935\u093E\u0930\u094D\u0937\u093F\u0915 \u0938\u0926\u0938\u094D\u092F\u0924\u093E",quarterly:"\u0932\u0917\u093E\u0924\u093E\u0930 \u090B\u0924\u0941\u090F\u0901",monthly:"\u0928\u093F\u0930\u0902\u0924\u0930 \u092E\u093E\u0938\u093F\u0915 \u0938\u0926\u0938\u094D\u092F\u0924\u093E",yearlyForOnce:"\u090F\u0915\u092E\u0941\u0936\u094D\u0924 \u0935\u093E\u0930\u094D\u0937\u093F\u0915 \u092A\u0948\u0915\u0947\u091C",monthlyForOnce:"\u090F\u0915\u092E\u0941\u0936\u094D\u0924 \u092E\u093E\u0938\u093F\u0915 \u092A\u0948\u0915\u0947\u091C",daily:"\u0932\u0917\u093E\u0924\u093E\u0930 \u0926\u094B \u0926\u093F\u0928",year:"\u0938\u0924\u0924 \u0935\u093E\u0930\u094D\u0937\u093F\u0915 \u0938\u0926\u0938\u094D\u092F\u0924\u093E",quarter:"\u0932\u0917\u093E\u0924\u093E\u0930 \u090B\u0924\u0941\u090F\u0901",month:"\u0928\u093F\u0930\u0902\u0924\u0930 \u092E\u093E\u0938\u093F\u0915 \u0938\u0926\u0938\u094D\u092F\u0924\u093E",day:"\u0932\u0917\u093E\u0924\u093E\u0930 \u0926\u094B \u0926\u093F\u0928",onetime_7day:"7 \u0926\u093F\u0928 \u0915\u093E \u091F\u094D\u0930\u093E\u092F\u0932 \u092A\u0948\u0915\u0947\u091C",currentPlanDescriptionForFree:"\u0935\u0930\u094D\u0924\u092E\u093E\u0928 \u092A\u0948\u0915\u0947\u091C\uFF1A\u0928\u093F\u0903\u0936\u0941\u0932\u094D\u0915 \u0939\u0948",currentPlanDescriptionForContinuous:"\u0935\u0930\u094D\u0924\u092E\u093E\u0928 \u092A\u0948\u0915\u0947\u091C\uFF1A{plan}\u0939\u0948 \u0914\u0930 {endAt} \u0915\u094B \u0938\u094D\u0935\u091A\u093E\u0932\u093F\u0924 \u0930\u0942\u092A \u0938\u0947 \u0928\u0935\u0940\u0928\u0940\u0915\u0943\u0924 \u0939\u094B \u091C\u093E\u090F\u0917\u093E",currentPlanDescriptionForAutoRenewCaceling:"\u0935\u0930\u094D\u0924\u092E\u093E\u0928 \u092A\u0948\u0915\u0947\u091C\uFF1A{plan}\u0939\u0948 \u0914\u0930 {endAt} \u0915\u094B \u0938\u092E\u093E\u092A\u094D\u0924 \u0939\u094B \u091C\u093E\u090F\u0917\u093E\u0964 \u0938\u092E\u093E\u092A\u094D\u0924\u093F \u0915\u0947 \u092C\u093E\u0926 \u0907\u0938\u0947 \u0938\u094D\u0935\u091A\u093E\u0932\u093F\u0924 \u0930\u0942\u092A \u0938\u0947 \u0928\u0935\u0940\u0928\u0940\u0915\u0943\u0924 \u0928\u0939\u0940\u0902 \u0915\u093F\u092F\u093E \u091C\u093E\u090F\u0917\u093E\u0964",currentYearlyPlanDescriptionForAutoRenewCacelingWithRealPaiedUser:"\u0935\u0930\u094D\u0924\u092E\u093E\u0928 \u092A\u0948\u0915\u0947\u091C\uFF1A{plan} {endAt} \u0915\u094B \u0938\u092E\u093E\u092A\u094D\u0924 \u0939\u094B \u091C\u093E\u090F\u0917\u093E \u0914\u0930 \u0938\u092E\u093E\u092A\u094D\u0924\u093F \u0915\u0947 \u092C\u093E\u0926 \u0938\u094D\u0935\u091A\u093E\u0932\u093F\u0924 \u0930\u0942\u092A \u0938\u0947 \u0928\u0935\u0940\u0928\u0940\u0915\u0943\u0924 \u0928\u0939\u0940\u0902 \u0915\u093F\u092F\u093E \u091C\u093E\u090F\u0917\u093E\u0964
<1>\u0928\u0935\u0940\u0915\u0930\u0923 \u092F\u094B\u091C\u0928\u093E\u0913\u0902 \u0915\u094B \u092A\u094D\u0930\u092C\u0902\u0927\u093F\u0924 \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u092F\u0939\u093E\u0902 \u0915\u094D\u0932\u093F\u0915 \u0915\u0930\u0947\u0902",currentYearlyPlanDescriptionForAutoRenewCacelingWithAdmin:"\u0935\u0930\u094D\u0924\u092E\u093E\u0928 \u092A\u0948\u0915\u0947\u091C\uFF1A{plan} {endAt} \u0915\u094B \u0938\u092E\u093E\u092A\u094D\u0924 \u0939\u094B \u091C\u093E\u090F\u0917\u093E \u0914\u0930 \u0938\u092E\u093E\u092A\u094D\u0924\u093F \u0915\u0947 \u092C\u093E\u0926 \u0938\u094D\u0935\u091A\u093E\u0932\u093F\u0924 \u0930\u0942\u092A \u0938\u0947 \u0928\u0935\u0940\u0928\u0940\u0915\u0943\u0924 \u0928\u0939\u0940\u0902 \u0915\u093F\u092F\u093E \u091C\u093E\u090F\u0917\u093E\u0964
<1>\u0928\u093F\u0930\u0902\u0924\u0930 \u0935\u093E\u0930\u094D\u0937\u093F\u0915 \u0938\u0926\u0938\u094D\u092F\u0924\u093E \u0938\u0915\u094D\u0930\u093F\u092F \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u092F\u0939\u093E\u0902 \u0915\u094D\u0932\u093F\u0915 \u0915\u0930\u0947\u0902",currentPlanDescriptionForOneTime:"\u0935\u0930\u094D\u0924\u092E\u093E\u0928 \u092A\u0948\u0915\u0947\u091C\uFF1A{plan}\u0939\u0948 \u0914\u0930 {endAt} \u0915\u094B \u0938\u092E\u093E\u092A\u094D\u0924 \u0939\u094B \u091C\u093E\u090F\u0917\u093E\u0964 <1> \u0935\u093E\u0930\u094D\u0937\u093F\u0915 \u0936\u0941\u0932\u094D\u0915 \u092E\u0947\u0902 \u0905\u092A\u0917\u094D\u0930\u0947\u0921 \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u092F\u0939\u093E\u0902 \u0915\u094D\u0932\u093F\u0915 \u0915\u0930\u0947\u0902 \u092F\u093E <2> \u092E\u093E\u0938\u093F\u0915 \u0936\u0941\u0932\u094D\u0915 \u0938\u0926\u0938\u094D\u092F",upgradePlan:"\u092A\u094D\u0930\u094B \u0938\u0926\u0938\u094D\u092F\u0924\u093E \u092E\u0947\u0902 \u0905\u092A\u0917\u094D\u0930\u0947\u0921 \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u092F\u0939\u093E\u0902 \u0915\u094D\u0932\u093F\u0915 \u0915\u0930\u0947\u0902",upgradeToPro:"\u092A\u094D\u0930\u094B \u0938\u0926\u0938\u094D\u092F\u0924\u093E \u092E\u0947\u0902 \u0905\u092A\u0917\u094D\u0930\u0947\u0921 \u0915\u0930\u0947\u0902","popup.openPro":"\u092A\u094D\u0930\u094B \u0938\u0926\u0938\u094D\u092F\u0924\u093E \u092E\u0947\u0902 \u0905\u092A\u0917\u094D\u0930\u0947\u0921 \u0915\u0930\u0928\u0947 \u0915\u0947 \u092C\u093E\u0926, \u0906\u092A \u0921\u0940\u092A\u090F\u0932 \u0914\u0930 \u0913\u092A\u0928\u090F\u0906\u0908 \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u093E \u0906\u0928\u0902\u0926 \u0932\u0947 \u0938\u0915\u0924\u0947 \u0939\u0948\u0902, \u0905\u092A\u0917\u094D\u0930\u0947\u0921 \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u092F\u0939\u093E\u0902 \u0915\u094D\u0932\u093F\u0915 \u0915\u0930\u0947\u0902","popup.openProForPro":"\u0906\u092A \u090F\u0915 \u092A\u094D\u0930\u094B \u0938\u0926\u0938\u094D\u092F \u0939\u0948\u0902 \u0914\u0930 \u0938\u0940\u0927\u0947 \u0921\u0940\u092A\u090F\u0932 \u0914\u0930 \u0913\u092A\u0928\u090F\u0906\u0908 \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u093E \u0909\u092A\u092F\u094B\u0917 \u0915\u0930 \u0938\u0915\u0924\u0947 \u0939\u0948\u0902",currentAccount:"\u091A\u093E\u0932\u0942 \u0916\u093E\u0924\u093E",enableAutoSyncUserSettings:"\u090F\u0915\u093E\u0927\u093F\u0915 \u0921\u093F\u0935\u093E\u0907\u0938\u094B\u0902 \u092A\u0930 \u0938\u094D\u0935\u091A\u093E\u0932\u093F\u0924 \u0915\u094D\u0932\u093E\u0909\u0921 \u0938\u093F\u0902\u0915 \u0938\u0915\u094D\u0937\u092E \u0915\u0930\u0947\u0902",modalEnableInputTranslationTitle:"\u0907\u092E\u0930\u094D\u0938\u093F\u0935 \u091F\u094D\u0930\u093E\u0902\u0938\u0932\u0947\u0936\u0928 \u0907\u0928\u092A\u0941\u091F \u092C\u0949\u0915\u094D\u0938 \u091F\u094D\u0930\u093E\u0902\u0938\u0932\u0947\u0936\u0928 \u092F\u0941\u0915\u094D\u0924\u093F\u092F\u093E\u0901",modalEnableInputTranslationDesc:"\u0906\u092A\u0928\u0947 \u0938\u094D\u092A\u0947\u0938 \u092C\u093E\u0930 \u0915\u094B \u0932\u0917\u093E\u0924\u093E\u0930 \u0924\u0940\u0928 \u092C\u093E\u0930 \u0926\u092C\u093E\u0915\u0930 \u0907\u092E\u0930\u094D\u0938\u093F\u0935 \u091F\u094D\u0930\u093E\u0902\u0938\u0932\u0947\u0936\u0928 \u0915\u0947 \u0907\u0928\u092A\u0941\u091F \u092C\u0949\u0915\u094D\u0938 \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u094B \u091F\u094D\u0930\u093F\u0917\u0930 \u0915\u093F\u092F\u093E \u0939\u0948, \u0914\u0930 \u0907\u0928\u092A\u0941\u091F \u092C\u0949\u0915\u094D\u0938 \u0915\u0940 \u0938\u093E\u092E\u0917\u094D\u0930\u0940 \u0915\u094B \u0921\u093F\u092B\u093C\u0949\u0932\u094D\u091F \u0932\u0915\u094D\u0937\u094D\u092F \u092D\u093E\u0937\u093E \u092E\u0947\u0902 \u0905\u0928\u0941\u0935\u093E\u0926\u093F\u0924 \u0915\u093F\u092F\u093E \u091C\u093E\u090F\u0917\u093E\u0964 \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u094B Ctrl+Z \u0915\u0947 \u092E\u093E\u0927\u094D\u092F\u092E \u0938\u0947 \u092A\u0942\u0930\u094D\u0935\u0935\u0924 \u0915\u093F\u092F\u093E \u091C\u093E \u0938\u0915\u0924\u093E \u0939\u0948\u0964

\u092F\u0926\u093F \u092F\u0939 \u090F\u0915 \u0917\u0932\u0924\u0940 \u0939\u0948, \u0924\u094B \u091A\u093F\u0902\u0924\u093E \u0928 \u0915\u0930\u0947\u0902, \u0906\u092A \u0907\u0938 \u092C\u093E\u0930 \u0907\u0938\u0947 \u0905\u0915\u094D\u0937\u092E \u0915\u0930\u0928\u093E \u091A\u0941\u0928 \u0938\u0915\u0924\u0947 \u0939\u0948\u0902, \u092F\u093E \u0907\u0928\u092A\u0941\u091F \u092C\u0949\u0915\u094D\u0938 \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u094B \u0938\u094D\u0925\u093E\u092F\u0940 \u0930\u0942\u092A \u0938\u0947 \u0905\u0915\u094D\u0937\u092E \u0915\u0930 \u0938\u0915\u0924\u0947 \u0939\u0948\u0902\u0964",saveAndNotShowAgain:"\u0938\u0939\u0947\u091C\u0947\u0902 \u0914\u0930 \u0926\u094B\u092C\u093E\u0930\u093E \u0938\u0902\u0915\u0947\u0924 \u0928 \u0926\u0947\u0902",disableInputTranslationTips:"* \u0906\u092A {option} ,{learnMore}\u092E\u0947\u0902 \u091F\u094D\u0930\u093F\u0917\u0930 \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u0905\u0928\u094D\u092F \u0936\u0949\u0930\u094D\u091F\u0915\u091F \u0915\u0941\u0902\u091C\u093F\u092F\u093E\u0901 \u092D\u0940 \u0938\u0947\u091F \u0915\u0930 \u0938\u0915\u0924\u0947 \u0939\u0948\u0902\u0964",learnMore:"\u0914\u0930 \u091C\u093E\u0928\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u092F\u0939\u093E\u0902 \u0915\u094D\u0932\u093F\u0915 \u0915\u0930\u0947\u0902",continueEnalbeInputTranslation:"\u0907\u0928\u092A\u0941\u091F \u092C\u0949\u0915\u094D\u0938 \u0905\u0928\u0941\u0935\u093E\u0926 \u0938\u0915\u094D\u0937\u092E \u0915\u0930\u0928\u093E \u091C\u093E\u0930\u0940 \u0930\u0916\u0947\u0902",autoRenewTrialSuffix:'(\u092A\u0930\u0940\u0915\u094D\u0937\u0923 \u0915\u0947 \u0926\u094C\u0930\u093E\u0928,\u0924\u0941\u0930\u0902\u0924 \u0914\u092A\u091A\u093E\u0930\u093F\u0915\u092E\u0947\u0902 \u0905\u092A\u0917\u094D\u0930\u0947\u0921 \u0915\u0930 \u0926\u093F\u092F\u093E \u091C\u093E\u090F\u0917\u093E)',upgradeFromTrialTitle:"\u0906\u0927\u093F\u0915\u093E\u0930\u093F\u0915 \u0938\u0926\u0938\u094D\u092F \u0915\u0947 \u0930\u0942\u092A \u092E\u0947\u0902 \u0905\u092A\u0917\u094D\u0930\u0947\u0921 \u0915\u0930\u0947\u0902",subtitle:"\u0935\u0940\u0921\u093F\u092F\u094B \u0909\u092A\u0936\u0940\u0930\u094D\u0937\u0915",youtubeService:"\u0907\u092E\u0930\u094D\u0938\u093F\u0935 \u0905\u0928\u0941\u0935\u093E\u0926 \u0935\u0940\u0921\u093F\u092F\u094B \u0909\u092A\u0936\u0940\u0930\u094D\u0937\u0915 \u0905\u0928\u0941\u0935\u093E\u0926 \u0938\u0947\u0935\u093E","subtitle.disabledSubtitle":"\u0935\u0940\u0921\u093F\u092F\u094B \u0909\u092A\u0936\u0940\u0930\u094D\u0937\u0915 \u0915\u094B \u0938\u094D\u0925\u093E\u092F\u0940 \u0930\u0942\u092A \u0938\u0947 \u0905\u0915\u094D\u0937\u092E \u0915\u0930\u0947\u0902","subtitle.disabledSubtitleDescription":"\u092F\u0926\u093F \u0907\u092E\u0930\u094D\u0938\u093F\u0935 \u091F\u094D\u0930\u093E\u0902\u0938\u0932\u0947\u0936\u0928 \u0915\u0947 \u0935\u0940\u0921\u093F\u092F\u094B \u0909\u092A\u0936\u0940\u0930\u094D\u0937\u0915 \u0905\u0928\u094D\u092F \u090F\u0915\u094D\u0938\u091F\u0947\u0902\u0936\u0928 \u0915\u0947 \u0938\u093E\u0925 \u0938\u0902\u0918\u0930\u094D\u0937 \u0915\u0930\u0924\u0947 \u0939\u0948\u0902, \u0924\u094B \u0906\u092A \u0907\u092E\u0930\u094D\u0938\u093F\u0935 \u091F\u094D\u0930\u093E\u0902\u0938\u0932\u0947\u0936\u0928 \u0915\u0947 \u0935\u0940\u0921\u093F\u092F\u094B \u0909\u092A\u0936\u0940\u0930\u094D\u0937\u0915 \u092B\u093C\u0902\u0915\u094D\u0936\u0928 \u0915\u094B \u0938\u094D\u0925\u093E\u092F\u0940 \u0930\u0942\u092A \u0938\u0947 \u0905\u0915\u094D\u0937\u092E \u0915\u0930\u0928\u093E \u092F\u093E \u0905\u0928\u094D\u092F \u0935\u093F\u0930\u094B\u0927\u093E\u092D\u093E\u0938\u0940 \u090F\u0915\u094D\u0938\u091F\u0947\u0902\u0936\u0928 \u0915\u094B \u0905\u0928\u0907\u0902\u0938\u094D\u091F\u0949\u0932 \u0915\u0930\u0928\u093E \u091A\u0941\u0928 \u0938\u0915\u0924\u0947 \u0939\u0948\u0902\u0964","subtitle.autoEnableSubtitle":"\u0938\u094D\u0935\u091A\u093E\u0932\u093F\u0924 \u0930\u0942\u092A \u0938\u0947 \u0926\u094D\u0935\u093F\u092D\u093E\u0937\u0940 \u0909\u092A\u0936\u0940\u0930\u094D\u0937\u0915 \u0915\u093E \u0909\u092A\u092F\u094B\u0917 \u0915\u0930\u0947\u0902","subtitle.autoEnableSubtitleDescription":"\u0938\u0915\u094D\u0930\u093F\u092F \u0915\u0930\u0928\u0947 \u0915\u0947 \u092C\u093E\u0926, \u091C\u092C \u0935\u0940\u0921\u093F\u092F\u094B \u091A\u0932 \u0930\u0939\u093E \u0939\u094B\u0924\u093E \u0939\u0948, \u0924\u094B \u0938\u094D\u0935\u091A\u093E\u0932\u093F\u0924 \u0930\u0942\u092A \u0938\u0947 \u0926\u094D\u0935\u093F\u092D\u093E\u0937\u0940\u092F \u0909\u092A\u0936\u0940\u0930\u094D\u0937\u0915 \u0926\u093F\u0916\u093E\u0908 \u0926\u0947\u0902\u0917\u0947, \u0905\u0928\u094D\u092F\u0925\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u092C\u091F\u0928 \u092A\u0930 \u0915\u094D\u0932\u093F\u0915 \u0915\u0930\u0928\u0947 \u0915\u0940 \u0906\u0935\u0936\u094D\u092F\u0915\u0924\u093E \u0939\u094B\u0917\u0940\u0964","subtitle.preTranslation":"\u0909\u092A\u0936\u0940\u0930\u094D\u0937\u0915 \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u0907\u092E\u0930\u094D\u0938\u093F\u0935 \u091F\u094D\u0930\u093E\u0902\u0938\u0932\u0947\u0936\u0928 \u0915\u093E \u0909\u092A\u092F\u094B\u0917 \u0915\u0930\u0947\u0902","subtitle.preTranslationDescription":"\u0907\u0938\u0947 \u0938\u0915\u094D\u0937\u092E \u0915\u0930\u0928\u0947 \u0915\u0947 \u092C\u093E\u0926, \u0928\u0940\u091A\u0947 \u0926\u0940 \u0917\u0908 \u0928\u093F\u0930\u094D\u0926\u093F\u0937\u094D\u091F \u0905\u0928\u0941\u0935\u093E\u0926 \u0938\u0947\u0935\u093E \u0915\u093E \u0909\u092A\u092F\u094B\u0917 \u0938\u0902\u092A\u0942\u0930\u094D\u0923 \u0909\u092A\u0936\u0940\u0930\u094D\u0937\u0915 \u0915\u093E \u0905\u0917\u094D\u0930\u093F\u092E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u0915\u093F\u092F\u093E \u091C\u093E\u090F\u0917\u093E\u0964 \u090F\u0915 \u0918\u0902\u091F\u0947 \u0915\u093E \u0935\u0940\u0921\u093F\u092F\u094B \u0932\u0917\u092D\u0917 50,000 \u091F\u094B\u0915\u0928 \u092F\u093E \u0935\u0930\u094D\u0923\u094B\u0902 \u0915\u093E \u0909\u092A\u092D\u094B\u0917 \u0915\u0930\u0924\u093E \u0939\u0948, \u0907\u0938\u0932\u093F\u090F \u0915\u0943\u092A\u092F\u093E \u0907\u0938\u0947 \u0909\u092A\u092F\u0941\u0915\u094D\u0924 \u0915\u0947 \u0930\u0942\u092A \u092E\u0947\u0902 \u0909\u092A\u092F\u094B\u0917 \u0915\u0930\u0947\u0902; \u0907\u0938\u0947 \u092C\u0902\u0926 \u0915\u0930\u0928\u0947 \u0915\u0947 \u092C\u093E\u0926, \u092E\u0936\u0940\u0928 \u0938\u0947 \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u093F\u092F\u093E \u091C\u093E\u090F\u0917\u093E \u092E\u0942\u0932 \u0935\u0940\u0921\u093F\u092F\u094B \u0915\u0947 \u0938\u093E\u0925 \u0906\u0928\u0947 \u0935\u093E\u0932\u0947 \u0909\u092A\u0936\u0940\u0930\u094D\u0937\u0915 \u0915\u093E \u092A\u0939\u0932\u0947 \u0909\u092A\u092F\u094B\u0917 \u0915\u093F\u092F\u093E \u091C\u093E\u090F\u0917\u093E\u0964","subtitle.humanSubtitlesPreferred":"\u092E\u093E\u0928\u0935 \u0909\u092A\u0936\u0940\u0930\u094D\u0937\u0915 \u0915\u0947 \u0909\u092A\u092F\u094B\u0917 \u0915\u094B \u092A\u094D\u0930\u093E\u0925\u092E\u093F\u0915\u0924\u093E \u0926\u0947\u0902","subtitle.humanSubtitlesPreferredDescription":"\u091C\u092C \u0915\u093F\u0938\u0940 \u0935\u0940\u0921\u093F\u092F\u094B \u092E\u0947\u0902 \u0932\u0915\u094D\u0937\u093F\u0924 \u092D\u093E\u0937\u093E \u092E\u0947\u0902 \u092E\u0948\u0928\u094D\u092F\u0941\u0905\u0932 \u0909\u092A\u0936\u0940\u0930\u094D\u0937\u0915 \u0939\u094B\u0902, \u0924\u094B \u092A\u0939\u0932\u0947 \u092E\u0948\u0928\u094D\u092F\u0941\u0905\u0932 \u0909\u092A\u0936\u0940\u0930\u094D\u0937\u0915 \u0915\u093E \u0909\u092A\u092F\u094B\u0917 \u0915\u0930\u0947\u0902 (\u0905\u0928\u0941\u0936\u0902\u0938\u093F\u0924)",videoSubtitleTranslationDescription:"\u0935\u0940\u0921\u093F\u092F\u094B \u0909\u092A\u0936\u0940\u0930\u094D\u0937\u0915 \u0915\u0947 \u0932\u093F\u090F \u090F\u0915 \u0905\u0932\u0917 \u0905\u0928\u0941\u0935\u093E\u0926 \u0938\u0947\u0935\u093E \u0928\u093E\u092E\u093F\u0924 \u0915\u0930\u0947\u0902",subtitleTranslating:"{service} \u0938\u0947\u0935\u093E \u0915\u093E \u0909\u092A\u092F\u094B\u0917 \u0915\u0930\u0915\u0947 \u0909\u092A\u0936\u0940\u0930\u094D\u0937\u0915 \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930 \u0930\u0939\u0947 \u0939\u0948\u0902, \u0915\u0943\u092A\u092F\u093E \u092A\u094D\u0930\u0924\u0940\u0915\u094D\u0937\u093E \u0915\u0930\u0947\u0902... (\u0907\u092E\u0930\u094D\u0938\u093F\u0935 \u0905\u0928\u0941\u0935\u093E\u0926)",subtitleLoading:"\u0909\u092A\u0936\u0940\u0930\u094D\u0937\u0915 \u0932\u094B\u0921 \u0939\u094B \u0930\u0939\u093E \u0939\u0948...",bilingual:"\u0926\u094D\u0935\u093F\u092D\u093E\u0937\u093F\u0915","field.action":"Baidu \u0936\u092C\u094D\u0926\u093E\u0935\u0932\u0940 \u0915\u094B \u0938\u0915\u094D\u0937\u092E \u0915\u0930\u0928\u093E \u0939\u0948 \u092F\u093E \u0928\u0939\u0940\u0902","description.action":"\u0938\u0915\u094D\u0937\u092E \u0915\u0930\u0928\u0947 \u0915\u0947 \u092C\u093E\u0926, \u0936\u092C\u094D\u0926 \u0915\u094B \u0938\u0915\u094D\u0937\u092E \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F Baidu \u0915\u094B \u0938\u0942\u091A\u093F\u0924 \u0915\u0930\u0928\u0947 \u0915\u0947 \u0905\u0928\u0941\u0930\u094B\u0927 \u092E\u0947\u0902 \u092A\u0948\u0930\u093E\u092E\u0940\u091F\u0930 \u090F\u0915\u094D\u0936\u0928 = 1 \u091C\u094B\u0921\u093C\u093E \u091C\u093E\u090F\u0917\u093E\u0964 <1> \u0915\u0943\u092A\u092F\u093E \u0905\u0927\u093F\u0915 \u0928\u093F\u0930\u094D\u0926\u0947\u0936\u094B\u0902 \u0915\u0947 \u0932\u093F\u090F \u0906\u0927\u093F\u0915\u093E\u0930\u093F\u0915 \u0926\u0938\u094D\u0924\u093E\u0935\u0947\u091C\u093C \u0926\u0947\u0916\u0947\u0902\u0964",closeQuickTranslation:"\u0924\u0948\u0930\u0924\u0940 \u0939\u0941\u0908 \u0917\u0947\u0902\u0926 \u0915\u094B \u092C\u0902\u0926 \u0915\u0930\u0947\u0902","closeQuickTranslation.untilNext":"\u0905\u0917\u0932\u0940 \u092F\u093E\u0924\u094D\u0930\u093E \u0924\u0915 \u092C\u0902\u0926","closeQuickTranslation.currentWebsite":"\u0935\u0930\u094D\u0924\u092E\u093E\u0928 \u0935\u0947\u092C\u0938\u093E\u0907\u091F \u0905\u0915\u094D\u0937\u092E \u0939\u0948","closeQuickTranslation.alwaysClose":"\u0938\u094D\u0925\u093E\u092F\u0940 \u0930\u0942\u092A \u0938\u0947 \u0905\u0915\u094D\u0937\u092E","closeQuickTranslation.settingOpen":"(<1> \u0938\u0947\u091F\u093F\u0902\u0917 \u092A\u0947\u091C \u092A\u0930 \u092A\u093E\u092F\u093E \u091C\u093E \u0938\u0915\u0924\u093E \u0939\u0948 \u091A\u093E\u0932\u0942 \u0915\u0930\u094B)","closeQuickTranslation.cancel":"\u0930\u0926\u094D\u0926 \u0915\u0930\u0928\u093E","closeQuickTranslation.confirm":"\u091C\u093C\u0930\u0942\u0930","floatBall.popup":"\u0924\u094D\u0935\u0930\u093F\u0924 \u0938\u0947\u091F\u093F\u0902\u0917 \u092A\u0948\u0928\u0932 \u0916\u094B\u0932\u0947\u0902","floatBall.translate":"\u0907\u0938 \u092A\u0943\u0937\u094D\u0920 \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u0915\u094D\u0932\u093F\u0915 \u0915\u0930\u0947\u0902","floatBall.showOriginal":"\u092E\u0942\u0932 \u092A\u093E\u0920 \u092A\u0930 \u0935\u093E\u092A\u0938 \u091C\u093E\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u0915\u094D\u0932\u093F\u0915 \u0915\u0930\u0947\u0902","floatBall.close":"\u0924\u0948\u0930\u0924\u0940 \u0939\u0941\u0908 \u0917\u0947\u0902\u0926 \u0915\u094B \u092C\u0902\u0926 \u0915\u0930\u0947\u0902","floatBallOptions.enableDescPc":"\u092A\u0947\u091C \u092B\u093C\u094D\u0932\u094B\u091F\u093F\u0902\u0917 \u092C\u0949\u0932 \u0938\u0915\u094D\u0937\u092E \u0939\u094B\u0928\u0947 \u0915\u0947 \u092C\u093E\u0926, \u092A\u0943\u0937\u094D\u0920 \u0915\u0947 \u0926\u093E\u0908\u0902 \u0913\u0930 \u090F\u0915 \u0924\u094D\u0935\u0930\u093F\u0924 \u0905\u0928\u0941\u0935\u093E\u0926 \u092C\u091F\u0928 \u092A\u094D\u0930\u0926\u0930\u094D\u0936\u093F\u0924 \u0939\u094B\u0917\u093E\u0964 \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u0915\u094D\u0932\u093F\u0915 \u0915\u0930\u0947\u0902\u0964","floatBallOptions.enableDesc":"\u092B\u094D\u0932\u094B\u091F\u093F\u0902\u0917 \u092C\u0949\u0932 \u0915\u094B \u092C\u0902\u0926 \u0915\u0930\u0928\u0947 \u0915\u0947 \u092C\u093E\u0926 \u0907\u0938\u0947{touch}\u0938\u0947 \u091C\u0917\u093E\u092F\u093E \u091C\u093E \u0938\u0915\u0924\u093E \u0939\u0948\u0964 \u0907\u0938 \u0935\u093F\u0915\u0932\u094D\u092A \u0915\u094B \u0917\u0932\u0924\u0940 \u0938\u0947 \u092C\u0902\u0926 \u0915\u0930\u0928\u0947 \u0915\u0947 \u092C\u093E\u0926 \u092B\u094D\u0932\u094B\u091F\u093F\u0902\u0917 \u092C\u0949\u0932 \u0915\u094B \u092E\u093F\u0932\u0928\u0947 \u0938\u0947 \u0930\u094B\u0915\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F, \u0907\u0938 \u0938\u0947\u091F\u093F\u0902\u0917 \u092A\u0947\u091C \u0915\u094B \u092C\u0941\u0915\u092E\u093E\u0930\u094D\u0915 \u0915\u0930\u0928\u0947 \u0915\u0940 \u092A\u0941\u0930\u091C\u094B\u0930 \u0905\u0928\u0941\u0936\u0902\u0938\u093E \u0915\u0940 \u091C\u093E\u0924\u0940 \u0939\u0948\u0964","description.azureApiUrl":"\u0915\u0938\u094D\u091F\u092E \u090F\u092A\u0940\u0906\u0908 \u0907\u0902\u091F\u0930\u092B\u093C\u0947\u0938 \u092A\u0924\u093E \u092D\u0930\u0947\u0902",confirmSupportMouse:"\u092E\u093E\u0909\u0938 \u0938\u092E\u0930\u094D\u0925\u0928 \u0915\u094B \u0938\u0915\u094D\u0937\u092E \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u092C\u093E\u0927\u094D\u092F \u0915\u0930\u0947\u0902",confirmSupportMouseDescription:"\u092F\u0939 \u092A\u093E\u092F\u093E \u0917\u092F\u093E \u0939\u0948 \u0915\u093F \u0935\u0930\u094D\u0924\u092E\u093E\u0928 \u092C\u094D\u0930\u093E\u0909\u091C\u093C\u0930 \u092E\u093E\u0909\u0938 \u092B\u093C\u0902\u0915\u094D\u0936\u0928 \u0915\u093E \u0938\u092E\u0930\u094D\u0925\u0928 \u0928\u0939\u0940\u0902 \u0915\u0930\u0924\u093E \u0939\u0948\u0964 \u0915\u094D\u092F\u093E \u0906\u092A \u092E\u093E\u0909\u0938 \u0938\u092E\u0930\u094D\u0925\u0928 \u0915\u094B \u092C\u0932\u092A\u0942\u0930\u094D\u0935\u0915 \u0938\u0915\u094D\u0937\u092E \u0915\u0930\u0928\u093E \u091A\u093E\u0939\u0924\u0947 \u0939\u0948\u0902?",sampleTargetText:"\u0932\u092E\u094D\u092C\u0940 \u0930\u093E\u0924 \u0906\u0928\u0947 \u0935\u093E\u0932\u0940 \u0939\u0948, \u0914\u0930 \u0905\u092C \u0938\u0947 \u092E\u0948\u0902 \u092E\u0930\u0928\u0947 \u0924\u0915 \u091C\u093E\u0917\u0924\u093E \u0930\u0939\u0942\u0901\u0917\u093E\u0964 \u092E\u0948\u0902 \u0928 \u092A\u0924\u094D\u0928\u0940 \u0932\u0942\u0901\u0917\u093E, \u0928 \u091C\u093E\u0917\u0940\u0930, \u0928 \u092C\u091A\u094D\u091A\u0947\u0964 \u092E\u0948\u0902 \u0915\u094B\u0908 \u0924\u093E\u091C \u0928\u0939\u0940\u0902 \u092A\u0939\u0928\u0942\u0902\u0917\u093E \u092F\u093E \u0938\u092E\u094D\u092E\u093E\u0928 \u0915\u0947 \u0932\u093F\u090F \u092A\u094D\u0930\u0924\u093F\u0938\u094D\u092A\u0930\u094D\u0927\u093E \u0928\u0939\u0940\u0902 \u0915\u0930\u0942\u0902\u0917\u093E\u0964 \u092E\u0948\u0902 \u0905\u092A\u0928\u093E \u0915\u0930\u094D\u0924\u0935\u094D\u092F \u0928\u093F\u0937\u094D\u0920\u093E\u092A\u0942\u0930\u094D\u0935\u0915 \u0928\u093F\u092D\u093E\u090A\u0902\u0917\u093E, \u091C\u093F\u090A\u0902\u0917\u093E \u0914\u0930 \u092E\u0930\u0942\u0902\u0917\u093E\u0964",sampleSourceText:"Night gathers, and now my watch begins. It shall not end until my death. I shall take no wife, hold no lands, father no children. I shall wear no crowns and win no glory. I shall live and die at my post.","subtitle.supportedSites":"\u5DF2\u652F\u6301\u5728\u8FD9\u4E9B\u7F51\u7AD9\u4F7F\u7528\u53CC\u8BED\u5B57\u5E55\uFF08\u6CE8\u610F\uFF1A\u7531\u4E8E\u6280\u672F\u9650\u5236\uFF0C\u90E8\u5206\u7F51\u7AD9\u5728\u9996\u6B21\u5F00\u542F\u5B57\u5E55\u540E\u9700\u8981\u91CD\u65B0\u5237\u65B0\u9875\u9762\uFF0C\u6216\u8005\u9700\u7B49\u5F85\u7FFB\u8BD1\u5B8C\u6210\u4EE5\u663E\u793A\u53CC\u8BED\u5B57\u5E55\uFF09\uFF1A",viewWithImmersiveTranslate:"\u53CC\u8BED\u7248\u672C(\u6C89\u6D78\u5F0F\u7FFB\u8BD1)",errorReason:"\u9519\u8BEF\u539F\u56E0\uFF1A{message}","proQuotaExceededError.onetime7day":'\uFF0C\u60A8\u53EF\u4EE5\u9009\u62E9\u4EE5\u4E0B\u65B9\u5F0F\u89E3\u51B3\uFF1A

1. \u5207\u6362\u5230 {anotherService} \u6216\u5176\u4ED6\u7FFB\u8BD1\u670D\u52A1
2. \u5347\u7EA7\u4E3A\u6708\u5EA6/\u5E74\u5EA6\u4F1A\u5458',"proQuotaExceededError.trial":'\uFF0C\u60A8\u53EF\u4EE5\u9009\u62E9\u4EE5\u4E0B\u65B9\u5F0F\u89E3\u51B3\uFF1A

1. \u5207\u6362\u5230 {anotherService} \u6216\u5176\u4ED6\u7FFB\u8BD1\u670D\u52A1
2. \u7ACB\u523B\u5347\u7EA7\u4E3A\u6B63\u5F0F\u4F1A\u5458',"proQuotaExceededError.nonTrial":'\uFF0C\u60A8\u53EF\u4EE5\u9009\u62E9\u4EE5\u4E0B\u65B9\u5F0F\u89E3\u51B3\uFF1A

1. \u5207\u6362\u5230 {anotherService} \u6216\u5176\u4ED6\u7FFB\u8BD1\u670D\u52A1
2. \u8D2D\u4E70 {translationService} \u989D\u5916\u6D41\u91CF\u5305',"proQuotaExceededError.resetTime":"
3. \u989D\u5EA6\u91CD\u7F6E\u65F6\u95F4\uFF1A{resetTime}","desc.touchShortcutsToggleTranslatePageOnlyTranslation":"\u0915\u0947\u0935\u0932 \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u093E \u0924\u093E\u0924\u094D\u092A\u0930\u094D\u092F \u0939\u0948 \u0915\u093F \u0915\u0947\u0935\u0932 \u0905\u0928\u0941\u0935\u093E\u0926 \u092A\u094D\u0930\u0926\u0930\u094D\u0936\u093F\u0924 \u0939\u094B\u0917\u093E, \u092F\u0926\u093F \u0935\u0947\u092C\u092A\u0947\u091C \u0905\u092D\u0940 \u0924\u0915 \u0905\u0928\u0941\u0935\u093E\u0926\u093F\u0924 \u0928\u0939\u0940\u0902 \u0939\u0941\u0906 \u0939\u0948, \u0924\u094B \u092E\u094B\u0921 \u092C\u0926\u0932\u0947\u0917\u093E \u0914\u0930 \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0947\u0917\u093E\u0964","desc.toggleOnlyTransation":"\u0915\u0947\u0935\u0932 \u0905\u0928\u0941\u0935\u093E\u0926 \u092E\u094B\u0921 \u0915\u093E \u0924\u093E\u0924\u094D\u092A\u0930\u094D\u092F \u0939\u0948 \u0915\u093F \u0915\u0947\u0935\u0932 \u0905\u0928\u0941\u0935\u093E\u0926 \u092A\u094D\u0930\u0926\u0930\u094D\u0936\u093F\u0924 \u0939\u094B\u0917\u093E, \u092F\u0926\u093F \u0935\u0947\u092C\u092A\u0947\u091C \u0905\u092D\u0940 \u0924\u0915 \u0905\u0928\u0941\u0935\u093E\u0926\u093F\u0924 \u0928\u0939\u0940\u0902 \u0939\u0941\u0906 \u0939\u0948, \u0924\u094B \u092E\u094B\u0921 \u092C\u0926\u0932 \u091C\u093E\u090F\u0917\u093E \u0914\u0930 \u0905\u0928\u0941\u0935\u093E\u0926 \u0939\u094B\u0917\u093E\u0964",touchShortcutsToggleTranslatePageOnlyTranslation:"\u0938\u094D\u0915\u094D\u0930\u0940\u0928 \u091F\u091A \u091C\u0947\u0938\u094D\u091A\u0930 \u0938\u0947\u091F \u0915\u0930\u0947\u0902 \u0926\u094D\u0935\u093F\u092D\u093E\u0937\u0940 / \u0915\u0947\u0935\u0932 \u0905\u0928\u0941\u0935\u093E\u0926 \u092E\u094B\u0921 \u0915\u094B \u0938\u094D\u0935\u093F\u091A \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F",download_started:"\u0921\u093E\u0909\u0928\u0932\u094B\u0921 \u0936\u0941\u0930\u0942 \u0939\u094B \u091A\u0941\u0915\u093E \u0939\u0948, \u092F\u0926\u093F \u0938\u094D\u0935\u091A\u093E\u0932\u093F\u0924 \u0930\u0942\u092A \u0938\u0947 \u0921\u093E\u0909\u0928\u0932\u094B\u0921 \u0928\u0939\u0940\u0902 \u0939\u094B \u0930\u0939\u093E \u0939\u0948, \u0924\u094B \u0915\u0943\u092A\u092F\u093E \u092E\u0948\u0928\u094D\u092F\u0941\u0905\u0932 \u0930\u0942\u092A \u0938\u0947 \u0915\u094D\u0932\u093F\u0915 \u0915\u0930\u0947\u0902\u0964",here:"\u092F\u0939\u093E\u0901",batchEdit:"\u0925\u094B\u0915 \u0938\u0902\u091A\u093E\u0932\u0928","error.goReset":"\u0930\u0940\u0938\u0947\u091F \u0915\u0930\u0947\u0902",translationFont:"\u092B\u093C\u0949\u0928\u094D\u091F \u0938\u0947\u091F \u0915\u0930\u0947\u0902","translationFont.custom":"\u0905\u092A\u0928\u0940 \u0915\u0938\u094D\u091F\u092E \u092B\u093C\u0949\u0928\u094D\u091F \u0926\u0930\u094D\u091C \u0915\u0930\u0947\u0902","translationModeLang.translation.title":"\u0915\u0947\u0935\u0932 \u0905\u0928\u0941\u0935\u093E\u0926 \u092E\u094B\u0921 \u0915\u0940 \u092D\u093E\u0937\u093E","translationFont.customPlaceholder":"\u092B\u093C\u0949\u0928\u094D\u091F","translationServices.inherit":"\u092E\u0941\u0916\u094D\u092F \u0905\u0928\u0941\u0935\u093E\u0926 \u0938\u0947\u0935\u093E \u0915\u093E \u092A\u093E\u0932\u0928 \u0915\u0930\u0947\u0902","error.serveConfigError":"\u0938\u0947\u0935\u093E \u0938\u092E\u093E\u0915\u0943\u0924\u093F \u0924\u094D\u0930\u0941\u091F\u093F","error.configError":"\u0935\u093F\u0928\u094D\u092F\u093E\u0938 \u0921\u0947\u091F\u093E \u0905\u0938\u093E\u092E\u093E\u0928\u094D\u092F","translationModeUrl.translation.title":"\u0915\u0947\u0935\u0932 \u0905\u0928\u0941\u0935\u093E\u0926 \u092E\u094B\u0921 \u0915\u093E URL",toggleToService:"{\u0938\u0947\u0935\u093E} \u092A\u0930 \u0938\u094D\u0935\u093F\u091A \u0915\u0930\u0947\u0902 \u0914\u0930 \u092A\u0941\u0928\u0903 \u092A\u094D\u0930\u092F\u093E\u0938 \u0915\u0930\u0947\u0902",videoSubtitlePreTranslationOn:"\u0935\u0940\u0921\u093F\u092F\u094B \u0938\u092C\u091F\u093E\u092F\u091F\u0932\u094D\u0938 \u0915\u093E \u092A\u094D\u0930\u093E\u0925\u092E\u093F\u0915\u0924\u093E \u0938\u094D\u0935\u0930\u0942\u092A \u092E\u0947\u0902 \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u093E \u0909\u092A\u092F\u094B\u0917 \u0915\u0930\u0947\u0902\u0917\u0947\u0964","touch.mouse-translate":"\u0915\u0943\u092A\u092F\u093E \u0928\u093F\u0930\u094D\u0926\u093F\u0937\u094D\u091F \u092A\u0948\u0930\u093E\u0917\u094D\u0930\u093E\u092B \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0947\u0902",detectServiceLoading:"\u0909\u092A\u0932\u092C\u094D\u0927 \u0905\u0928\u0941\u0935\u093E\u0926 \u0938\u0947\u0935\u093E\u0913\u0902 \u0915\u0940 \u091C\u093E\u0902\u091A \u0915\u0930 \u0930\u0939\u093E \u0939\u0948...","error.proTokenInvalid":"\u092F\u0926\u093F \u0906\u092A \u092A\u094D\u0930\u094B \u0909\u092A\u092F\u094B\u0917\u0915\u0930\u094D\u0924\u093E \u0939\u0948\u0902, \u0924\u094B \u0915\u0943\u092A\u092F\u093E \u092A\u094D\u0930\u094B \u0905\u0928\u0941\u0935\u093E\u0926 \u0938\u0947\u0935\u093E \u0915\u093E \u0909\u092A\u092F\u094B\u0917 \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u0932\u0949\u0917 \u0907\u0928 \u0915\u0930\u0947\u0902\u0964","error.400":"\u0938\u0947\u0935\u093E \u0924\u094D\u0930\u0941\u091F\u093F \u0935\u093E\u092A\u0938 \u0915\u0930\u0924\u0940 \u0939\u0948, \u0905\u0928\u0941\u0930\u094B\u0927 \u092A\u0948\u0930\u093E\u092E\u0940\u091F\u0930 \u0917\u0932\u0924 \u0939\u0948, \u0915\u0943\u092A\u092F\u093E \u0938\u0902\u092C\u0902\u0927\u093F\u0924 \u0915\u0949\u0928\u094D\u092B\u093C\u093F\u0917\u0930\u0947\u0936\u0928 \u0915\u0940 \u091C\u093E\u0902\u091A \u0915\u0930\u0947\u0902\u0964","error.502":"\u0938\u0947\u0935\u093E \u0924\u094D\u0930\u0941\u091F\u093F \u0932\u094C\u091F\u0924\u0940 \u0939\u0948, \u0938\u0947\u0935\u093E \u0938\u092E\u092F \u0938\u092E\u093E\u092A\u094D\u0924, \u0915\u0943\u092A\u092F\u093E \u092C\u093E\u0926 \u092E\u0947\u0902 \u092A\u0941\u0928\u0903 \u092A\u094D\u0930\u092F\u093E\u0938 \u0915\u0930\u0947\u0902\u0964","error.reloadPageOfSetting":"\u0915\u0949\u0928\u094D\u092B\u093C\u093F\u0917\u0930 \u0915\u0930\u0928\u0947 \u0915\u0947 \u092C\u093E\u0926, \u0915\u0943\u092A\u092F\u093E \u092A\u0943\u0937\u094D\u0920 \u0915\u094B \u0924\u093E\u091C\u093C\u093E \u0915\u0930\u0947\u0902 \u0914\u0930 \u092B\u093F\u0930 \u0938\u0947 \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0947\u0902\u0964","translationModeUrl.translation.description":"\u091C\u092C \u0935\u0947\u092C\u0938\u093E\u0907\u091F \u0928\u093F\u092E\u094D\u0928\u0932\u093F\u0916\u093F\u0924 \u0921\u094B\u092E\u0947\u0928 \u0915\u0947 \u0932\u093F\u090F \u0939\u094B\u0924\u0940 \u0939\u0948, \u0924\u094B \u092F\u0939 \u0938\u094D\u0935\u091A\u093E\u0932\u093F\u0924 \u0930\u0942\u092A \u0938\u0947 \u0915\u0947\u0935\u0932 \u0905\u0928\u0941\u0935\u093E\u0926 \u092E\u094B\u0921 \u0915\u093E \u0909\u092A\u092F\u094B\u0917 \u0915\u0930\u0947\u0917\u0940\u0964","error.googleLimitIp":"\u0938\u0947\u0935\u093E \u0924\u094D\u0930\u0941\u091F\u093F \u0932\u094C\u091F\u093E\u0924\u0940 \u0939\u0948, \u0917\u0942\u0917\u0932 \u0938\u0947\u0935\u093E\u090F\u0902 \u0907\u0938 IP \u092A\u0924\u0947 \u092A\u0930 \u092A\u094D\u0930\u0935\u093E\u0939 \u0938\u0940\u092E\u093F\u0924 \u0915\u0930 \u091A\u0941\u0915\u0940 \u0939\u0948\u0902, \u0906\u092A\u0915\u093E \u0938\u0941\u091D\u093E\u0935 \u0939\u0948 \u0915\u093F \u0906\u092A \u0928\u0947\u091F\u0935\u0930\u094D\u0915 \u0928\u094B\u0921 \u092C\u0926\u0932\u0947\u0902\u0964","error.proUpgrade":"\u0905\u092A\u0917\u094D\u0930\u0947\u0921 \u0915\u0930\u0928\u0947 \u0915\u0947 \u092C\u093E\u0926, \u0915\u0943\u092A\u092F\u093E \u092A\u0943\u0937\u094D\u0920 \u0915\u094B \u0924\u093E\u091C\u093C\u093E \u0915\u0930\u0947\u0902 \u0914\u0930 \u092B\u093F\u0930 \u0938\u0947 \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0947\u0902\u0964","error.gemini.429":"\u0935\u0930\u094D\u0924\u092E\u093E\u0928 \u092E\u0947\u0902 \u091C\u0947\u092E\u093F\u0928\u0940 \u0938\u0947\u0935\u093E \u0915\u0940 \u0935\u0930\u094D\u0924\u092E\u093E\u0928 \u092D\u0930\u0923 \u0915\u094D\u0937\u092E\u0924\u093E \u0938\u0940\u092E\u093E \u0915\u094B \u092A\u0939\u0941\u0902\u091A \u091A\u0941\u0915\u0940 \u0939\u0948, \u0915\u0943\u092A\u092F\u093E \u092C\u093E\u0926 \u092E\u0947\u0902 \u092A\u094D\u0930\u092F\u093E\u0938 \u0915\u0930\u0947\u0902, \u092F\u093E \u0905\u0928\u094D\u092F \u0905\u0928\u0941\u0935\u093E\u0926 \u0938\u0947\u0935\u093E\u0913\u0902 \u092A\u0930 \u0938\u094D\u0935\u093F\u091A \u0915\u0930\u0947\u0902\u0964",enableSentryReport:"\u091C\u092C \u090F\u0915\u094D\u0938\u091F\u0947\u0902\u0936\u0928 \u092E\u0947\u0902 \u0924\u094D\u0930\u0941\u091F\u093F \u0939\u094B\u0924\u0940 \u0939\u0948, \u0924\u094B Sentry \u0915\u093E \u0909\u092A\u092F\u094B\u0917 \u092A\u094D\u0930\u0924\u093F\u0915\u094D\u0930\u093F\u092F\u093E \u0938\u092C\u092E\u093F\u091F \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u0915\u0930\u0947\u0902\u0964","error.403":"\u0938\u0947\u0935\u093E \u0924\u094D\u0930\u0941\u091F\u093F \u0932\u094C\u091F\u093E\u0924\u0940 \u0939\u0948, \u0905\u0938\u094D\u0925\u093E\u092F\u0940 \u0930\u0942\u092A \u0938\u0947 \u0907\u0938 \u0938\u0947\u0935\u093E \u0915\u093E \u0909\u092A\u092F\u094B\u0917 \u0915\u0930\u0928\u0947 \u0915\u0940 \u0905\u0928\u0941\u092E\u0924\u093F \u0928\u0939\u0940\u0902 \u0939\u0948\u0964","translationModeLang.translation.description":"\u091C\u092C \u092A\u0943\u0937\u094D\u0920 \u0915\u0940 \u092D\u093E\u0937\u093E \u0928\u093F\u092E\u094D\u0928\u0932\u093F\u0916\u093F\u0924 \u092D\u093E\u0937\u093E\u0913\u0902 \u092E\u0947\u0902 \u0939\u094B\u0924\u0940 \u0939\u0948, \u0924\u094B \u0915\u0947\u0935\u0932 \u0905\u0928\u0941\u0935\u093E\u0926 \u092E\u094B\u0921 \u0915\u093E \u0938\u094D\u0935\u091A\u093E\u0932\u093F\u0924 \u0930\u0942\u092A \u0938\u0947 \u0909\u092A\u092F\u094B\u0917 \u0915\u093F\u092F\u093E \u091C\u093E\u090F\u0917\u093E",videoSubtitlePreTranslationOff:"\u0935\u0940\u0921\u093F\u092F\u094B \u0938\u092C\u091F\u093E\u092F\u091F\u0932 \u092E\u0942\u0932 \u0935\u0940\u0921\u093F\u092F\u094B \u0926\u094D\u0935\u093E\u0930\u093E \u0938\u094D\u0935\u091A\u093E\u0932\u093F\u0924 \u0930\u0942\u092A \u0938\u0947 \u0905\u0928\u0941\u0935\u093E\u0926\u093F\u0924 \u0938\u092C\u091F\u093E\u092F\u091F\u0932 \u0915\u093E \u092A\u094D\u0930\u093E\u0925\u092E\u093F\u0915\u0924\u093E \u092A\u094D\u0930\u0926\u093E\u0928 \u0915\u0930\u0947\u0917\u093E\u0964","error.429":"\u0938\u0947\u0935\u093E \u0924\u094D\u0930\u0941\u091F\u093F \u0932\u094C\u091F\u093E\u0924\u0940 \u0939\u0948, \u091C\u093F\u0938\u0915\u093E \u0905\u0930\u094D\u0925 \u0939\u0948 \u0915\u093F \u0905\u0928\u0941\u0930\u094B\u0927 \u092C\u0939\u0941\u0924 \u0905\u0915\u094D\u0938\u0930 \u0939\u094B \u0930\u0939\u0947 \u0939\u0948\u0902 \u092F\u093E \u0938\u0940\u092E\u093E \u0938\u0940\u092E\u093E \u0938\u0947 \u0905\u0927\u093F\u0915 \u0939\u0948\u0902, \u0915\u0943\u092A\u092F\u093E \u092C\u093E\u0926 \u092E\u0947\u0902 \u092A\u0941\u0928\u0903 \u092A\u094D\u0930\u092F\u093E\u0938 \u0915\u0930\u0947\u0902\u0964","error.openAIExceededQuota":"\u0938\u0947\u0935\u093E \u0924\u094D\u0930\u0941\u091F\u093F \u0935\u093E\u092A\u0938 \u0915\u0930\u0924\u0940 \u0939\u0948: \u0906\u092A\u0915\u093E \u0935\u0930\u094D\u0924\u092E\u093E\u0928 OpenAI \u0916\u093E\u0924\u093E \u092C\u0948\u0932\u0947\u0902\u0938 \u092A\u0930\u094D\u092F\u093E\u092A\u094D\u0924 \u0928\u0939\u0940\u0902 \u0939\u0948, \u0915\u0943\u092A\u092F\u093E OpenAI \u0906\u0927\u093F\u0915\u093E\u0930\u093F\u0915 \u092C\u0948\u0915\u090F\u0902\u0921 \u092E\u0947\u0902 \u0930\u093F\u091A\u093E\u0930\u094D\u091C \u0915\u0930\u0947\u0902 \u092F\u093E \u0915\u094D\u0930\u0947\u0921\u093F\u091F \u0915\u093E\u0930\u094D\u0921 \u092C\u093E\u0902\u0927\u0947\u0902\u0964","translationFont.notSupportErrorMessage":"\u0915\u0943\u092A\u092F\u093E \u091C\u093E\u0902\u091A\u0947\u0902 \u0915\u093F \u0906\u092A\u0915\u0947 \u0926\u094D\u0935\u093E\u0930\u093E \u0926\u0930\u094D\u091C \u0915\u093F\u092F\u093E \u0917\u092F\u093E \u092B\u093C\u0949\u0928\u094D\u091F \u0928\u093E\u092E \u0938\u0939\u0940 \u0939\u0948 \u092F\u093E \u0928\u0939\u0940\u0902, \u092F\u093E \u092F\u0939 \u0938\u0941\u0928\u093F\u0936\u094D\u091A\u093F\u0924 \u0915\u0930\u0947\u0902 \u0915\u093F \u092F\u0939 \u092B\u093C\u0949\u0928\u094D\u091F \u0906\u092A\u0915\u0947 \u0909\u092A\u0915\u0930\u0923 \u092A\u0930 \u0938\u094D\u0925\u093E\u092A\u093F\u0924 \u0939\u0948\u0964","error.openAIFreeLimit":"\u0938\u0947\u0935\u093E \u0924\u094D\u0930\u0941\u091F\u093F \u0932\u094C\u091F\u093E\u0924\u0940 \u0939\u0948, \u0935\u0930\u094D\u0924\u092E\u093E\u0928 \u0905\u0928\u0941\u0935\u093E\u0926 \u0905\u0928\u0941\u0930\u094B\u0927 \u0915\u0940 \u0906\u0935\u0943\u0924\u094D\u0924\u093F \u092A\u094D\u0930\u0924\u093F \u092E\u093F\u0928\u091F 3 \u092C\u093E\u0930 \u0915\u0940 \u0905\u0927\u093F\u0915\u0924\u092E \u0938\u0940\u092E\u093E \u0924\u0915 \u092A\u0939\u0941\u0902\u091A \u091A\u0941\u0915\u0940 \u0939\u0948, \u0915\u0943\u092A\u092F\u093E \u092C\u093E\u0926 \u092E\u0947\u0902 \u092A\u094D\u0930\u092F\u093E\u0938 \u0915\u0930\u0947\u0902\u0964 (\u092F\u0939 OpenAI \u0915\u0940 \u0906\u0927\u093F\u0915\u093E\u0930\u093F\u0915 \u0938\u0940\u092E\u093E \u0939\u0948 \u0928\u093F:\u0936\u0941\u0932\u094D\u0915 API Key \u0915\u0947 \u0932\u093F\u090F, \u0907\u0938 \u0938\u0940\u092E\u093E \u0915\u094B \u0939\u091F\u093E\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F, \u0915\u0943\u092A\u092F\u093E OpenAI \u092C\u0948\u0915\u090F\u0902\u0921 \u092E\u0947\u0902 \u0915\u094D\u0930\u0947\u0921\u093F\u091F \u0915\u093E\u0930\u094D\u0921 \u092C\u093E\u0902\u0927\u0947\u0902\u0964)","desc.toggleVideoSubtitlePreTranslation":"\u091C\u092C \u0906\u092A \u0907\u0938\u0947 \u0926\u092C\u093E\u0924\u0947 \u0939\u0948\u0902, \u0924\u094B \u0935\u0940\u0921\u093F\u092F\u094B \u0926\u094D\u0935\u093F\u092D\u093E\u0937\u0940 \u0909\u092A\u0936\u0940\u0930\u094D\u0937\u0915 \u092A\u094D\u0930\u093E\u0925\u092E\u093F\u0915\u0924\u093E \u0938\u0947 \u0921\u0941\u092C\u0915\u0940 \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0940 \u0938\u0947\u091F\u093F\u0902\u0917 \u0915\u093E \u0909\u092A\u092F\u094B\u0917 \u0915\u0930\u0947\u0917\u093E, \u092B\u093F\u0930 \u0938\u0947 \u0926\u092C\u093E\u0928\u0947 \u092A\u0930 \u092F\u0939 \u092E\u0942\u0932 \u0935\u0940\u0921\u093F\u092F\u094B \u0915\u0947 \u0938\u094D\u0935\u091A\u093E\u0932\u093F\u0924 \u0905\u0928\u0941\u0935\u093E\u0926\u093F\u0924 \u0909\u092A\u0936\u0940\u0930\u094D\u0937\u0915 \u0915\u093E \u0909\u092A\u092F\u094B\u0917 \u0915\u0930\u0947\u0917\u093E, \u0927\u094D\u092F\u093E\u0928 \u0926\u0947\u0902: \u0907\u0938 \u0936\u0949\u0930\u094D\u091F\u0915\u091F \u0926\u094D\u0935\u093E\u0930\u093E \u0938\u0902\u0936\u094B\u0927\u093F\u0924 \u0938\u0947\u091F\u093F\u0902\u0917 \u0935\u0948\u0936\u094D\u0935\u093F\u0915 \u0939\u094B\u0924\u0940 \u0939\u0948\u0964","error.serveUnavailable":"\u0906\u092A\u0915\u0947 \u0926\u094D\u0935\u093E\u0930\u093E \u0935\u0930\u094D\u0924\u092E\u093E\u0928 \u092E\u0947\u0902 \u0909\u092A\u092F\u094B\u0917 \u0915\u093F\u090F \u091C\u093E \u0930\u0939\u0947 [{serverName}] \u0938\u0947\u0935\u093E \u0915\u094B \u0928\u0947\u091F\u0935\u0930\u094D\u0915 \u0915\u0928\u0947\u0915\u094D\u0936\u0928 \u092F\u093E \u0938\u0947\u0935\u093E \u092A\u094D\u0930\u0926\u093E\u0924\u093E \u0915\u0940 \u0938\u092E\u0938\u094D\u092F\u093E \u0915\u0947 \u0915\u093E\u0930\u0923 \u0905\u0938\u094D\u0925\u093E\u092F\u0940 \u0930\u0942\u092A \u0938\u0947 \u0909\u092A\u092F\u094B\u0917 \u0915\u0930\u0928\u0947 \u092E\u0947\u0902 \u0905\u0938\u092E\u0930\u094D\u0925 \u0939\u0948\u0964 \u0939\u092E\u093E\u0930\u093E \u0938\u0941\u091D\u093E\u0935 \u0939\u0948 \u0915\u093F \u0906\u092A \u092A\u0943\u0937\u094D\u0920 \u0915\u094B \u0924\u093E\u091C\u093E \u0915\u0930\u0928\u0947 \u0915\u093E \u092A\u094D\u0930\u092F\u093E\u0938 \u0915\u0930\u0947\u0902 \u092F\u093E <1>\u0938\u0947\u091F\u093F\u0902\u0917\u094D\u0938 \u0915\u0947 \u092E\u093E\u0927\u094D\u092F\u092E \u0938\u0947 \u0905\u0928\u094D\u092F \u0905\u0928\u0941\u0935\u093E\u0926 \u0938\u0947\u0935\u093E\u0913\u0902 \u0915\u094B \u092C\u0926\u0932\u0928\u0947 \u0915\u093E \u092A\u094D\u0930\u092F\u093E\u0938 \u0915\u0930\u0947\u0902\u0964 \u092F\u0926\u093F \u0906\u092A <2>Pro \u0938\u0926\u0938\u094D\u092F \u0939\u0948\u0902, \u0924\u094B \u0906\u092A DeepL \u092F\u093E OpenAI \u0905\u0928\u0941\u0935\u093E\u0926 \u0938\u0947\u0935\u093E \u0915\u093E \u0909\u092A\u092F\u094B\u0917 \u0915\u0930\u0928\u0947 \u0915\u093E \u091A\u092F\u0928 \u0915\u0930 \u0938\u0915\u0924\u0947 \u0939\u0948\u0902 \u091C\u094B \u0905\u0927\u093F\u0915 \u0938\u094D\u0925\u093F\u0930 \u0939\u0948 (<3>\u092F\u0939\u093E\u0902 \u092E\u0941\u092B\u094D\u0924 \u0905\u0928\u0941\u092D\u0935 \u0915\u0930\u0947\u0902)\u0964 \u0907\u0938\u0915\u0947 \u0905\u0932\u093E\u0935\u093E, \u0906\u092A\u0915\u094B \u0936\u093E\u092F\u0926 \u0905\u092A\u0928\u0940 \u0928\u0947\u091F\u0935\u0930\u094D\u0915 \u092F\u093E \u092A\u094D\u0930\u0949\u0915\u094D\u0938\u0940 \u0938\u0947\u091F\u093F\u0902\u0917\u094D\u0938 \u0915\u0940 \u091C\u093E\u0902\u091A \u0915\u0930\u0928\u0947 \u0915\u0940 \u0906\u0935\u0936\u094D\u092F\u0915\u0924\u093E \u0939\u094B \u0938\u0915\u0924\u0940 \u0939\u0948\u0964","translationServices.gemini":"\u092E\u093F\u0925\u0941\u0928","widget.translateFile":"PDF/ePub",goLogin:"\u0932\u0949\u0917 \u0907\u0928 \u0915\u0930\u0947\u0902","error.reason":"\u0924\u094D\u0930\u0941\u091F\u093F \u0915\u093E \u0915\u093E\u0930\u0923",contact:"\u0939\u092E\u0938\u0947 \u0938\u0902\u092A\u0930\u094D\u0915 \u0915\u0930\u0947\u0902",pickAll:"\u0938\u092D\u0940 \u0915\u093E \u091A\u092F\u0928 \u0915\u0930\u0947\u0902","multipleClick.3":"\u0924\u094D\u0930\u093F\u092A\u0932 \u0939\u093F\u091F","floatBall.iKnow":"\u092E\u0948\u0902\u0928\u0947 \u0938\u092E\u091D \u0932\u093F\u092F\u093E",shortcutSettings:"\u0936\u0949\u0930\u094D\u091F\u0915\u091F \u0915\u0941\u0902\u091C\u0940","error.retry":"\u092A\u0941\u0928\u0903 \u092A\u094D\u0930\u092F\u093E\u0938 \u0915\u0930\u0947\u0902",touchShortcutsOff:"\u092C\u0902\u0926 \u0915\u0930\u0947\u0902","subtitle.bilingual":"\u0926\u094D\u0935\u093F\u092D\u093E\u0937\u0940\u092F \u0909\u092A\u0936\u0940\u0930\u094D\u0937\u0915","tagsInput.add":"+ \u091C\u094B\u0921\u093C\u0947\u0902","slide.right":"\u092C\u093E\u090F\u0902 \u0938\u094D\u0932\u093E\u0907\u0921 \u0915\u0930\u0947\u0902","multipleClick.2":"\u0921\u092C\u0932 \u0915\u094D\u0932\u093F\u0915","widget.instruction":"\u0909\u092A\u092F\u094B\u0917 \u0915\u0940 \u0928\u093F\u0930\u094D\u0926\u0947\u0936\u093F\u0915\u093E",loggedIn:"\u0932\u0949\u0917 \u0907\u0928 \u0915\u093F\u092F\u093E \u0939\u0941\u0906 \u0939\u0948","shortcutGroup.main":"\u0938\u093E\u092E\u093E\u0928\u094D\u092F \u0909\u092A\u092F\u094B\u0917 \u0915\u0940 \u0936\u0949\u0930\u094D\u091F\u0915\u091F \u0915\u0941\u0902\u091C\u0940","slide.left":"\u0926\u093E\u090F\u0902 \u0938\u094D\u0932\u093E\u0907\u0921 \u0915\u0930\u0947\u0902",shortcutSettingsTitle:"\u0936\u0949\u0930\u094D\u091F\u0915\u091F \u0915\u0940 \u0938\u0947\u091F\u093F\u0902\u0917","multipleClick.4":"\u091A\u093E\u0930\u0939\u093F\u091F \u0938\u0902\u092F\u094B\u091C\u0928","error.subscriptionExpiredTitle":"\u0938\u0926\u0938\u094D\u092F\u0924\u093E \u0938\u092E\u093E\u092A\u094D\u0924 \u0939\u094B \u0917\u0908 \u0939\u0948",notLogin:"\u0932\u0949\u0917 \u0907\u0928 \u0928\u0939\u0940\u0902 \u0915\u093F\u092F\u093E \u0939\u0948","shortcutGroup.others":"\u0905\u0927\u093F\u0915 \u0915\u0938\u094D\u091F\u092E \u092B\u093C\u0902\u0915\u094D\u0936\u0928 \u0936\u0949\u0930\u094D\u091F\u0915\u091F","subtitle.hideQuickButton":"\u0907\u0938 \u0936\u0949\u0930\u094D\u091F\u0915\u091F \u0915\u094B \u092B\u093F\u0930 \u0938\u0947 \u0928\u093E \u0926\u093F\u0916\u093E\u090F\u0902","widget.videoSubtitleTooltip":"Youtube \u0906\u0926\u093F {count}+ \u0935\u0940\u0921\u093F\u092F\u094B \u0935\u0947\u092C\u0938\u093E\u0907\u091F\u094B\u0902 \u0915\u093E \u0938\u092E\u0930\u094D\u0925\u0928 \u0915\u0930\u0947\u0902","browser.translateInputBox":"\u0935\u0930\u094D\u0924\u092E\u093E\u0928 \u0907\u0928\u092A\u0941\u091F \u092C\u0949\u0915\u094D\u0938 \u0915\u0940 \u0938\u093E\u092E\u0917\u094D\u0930\u0940 \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0947\u0902",temprarilyChangeTranslationTo_openai:"\u0939\u092E \u0935\u0930\u094D\u0924\u092E\u093E\u0928 \u092A\u0943\u0937\u094D\u0920 \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 OpenAI \u0915\u093E \u0909\u092A\u092F\u094B\u0917 \u0915\u0930 \u0930\u0939\u0947 \u0939\u0948\u0902",alwaysTranslateThisSite:"\u0939\u092E\u0947\u0936\u093E \u0907\u0938 \u0935\u0947\u092C\u0938\u093E\u0907\u091F \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0947\u0902","shortcutGroup.mouse":"\u092E\u093E\u0909\u0938 \u0939\u094B\u0935\u0930 \u0936\u0949\u0930\u094D\u091F\u0915\u091F \u0915\u0949\u0928\u094D\u092B\u093C\u093F\u0917\u0930\u0947\u0936\u0928",translationOnlyMode:`\u0915\u0947\u0935\u0932 \u0905\u0928\u0941\u0935\u093E\u0926 \u092E\u094B\u0921 `,"shortcutGroup.touch":"\u0938\u094D\u0915\u094D\u0930\u0940\u0928 \u091F\u091A \u0915\u0947 \u0932\u093F\u090F \u0935\u093F\u0936\u0947\u0937 \u091C\u0947\u0938\u094D\u091A\u0930",networkError:"\u0905\u0928\u0941\u0935\u093E\u0926 \u0938\u0947\u0935\u093E\u090F\u0902 \u092F\u093E \u0928\u0947\u091F\u0935\u0930\u094D\u0915 \u092E\u0947\u0902 \u0938\u092E\u0938\u094D\u092F\u093E \u0939\u0948","intro.floatBallTitle":"\u0924\u094D\u0935\u0930\u093F\u0924 \u0905\u0928\u0941\u0935\u093E\u0926 \u092B\u094D\u0932\u094B\u091F\u093F\u0902\u0917 \u092C\u0949\u0932","widget.instructionTooltip":"\u0909\u092A\u092F\u094B\u0917 \u0915\u0940 \u0928\u093F\u0930\u094D\u0926\u0947\u0936\u093F\u0915\u093E \u0926\u0947\u0916\u0947\u0902",mouseHoverCustomKeyTitle:"\u0905\u0928\u0941\u0915\u0942\u0932\u093F\u0924 \u092E\u093E\u0909\u0938 \u0939\u094B\u0935\u0930 \u0936\u0949\u0930\u094D\u091F\u0915\u091F","widget.videoSubtitle":"\u0935\u0940\u0921\u093F\u092F\u094B \u0909\u092A\u0936\u0940\u0930\u094D\u0937\u0915",paragraphMinTextCountField:"\u0905\u0928\u0941\u0935\u093E\u0926 \u092A\u0948\u0930\u093E\u0917\u094D\u0930\u093E\u092B \u0915\u0947 \u0932\u093F\u090F \u0928\u094D\u092F\u0942\u0928\u0924\u092E \u0935\u0930\u094D\u0923 \u0938\u0902\u0916\u094D\u092F\u093E",neverTranslateThisSite:"\u0907\u0938 \u0935\u0947\u092C\u0938\u093E\u0907\u091F \u0915\u093E \u0915\u092D\u0940 \u0905\u0928\u0941\u0935\u093E\u0926 \u0928 \u0915\u0930\u0947\u0902","subtitle.showQuickButton":"\u0926\u094D\u0935\u093F\u092D\u093E\u0937\u0940\u092F \u0909\u092A\u0936\u0940\u0930\u094D\u0937\u0915\u094B\u0902 \u0915\u094B \u092A\u094D\u0932\u0947\u092F\u0930 \u092E\u0947\u0902 \u092A\u094D\u0930\u0926\u0930\u094D\u0936\u093F\u0924 \u0915\u0930\u0928\u0947 \u0915\u093E \u0936\u0949\u0930\u094D\u091F\u0915\u091F","widget.translateFileTooltip":"PDF, EPUB, SRT, ASS, HTML \u0914\u0930 TXT \u0926\u0938\u094D\u0924\u093E\u0935\u0947\u091C\u093C\u094B\u0902 \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0947\u0902","shortcutGroup.shortcutsForTranslationServices":"\u0905\u0928\u0941\u0935\u093E\u0926 \u0938\u0947\u0935\u093E\u0913\u0902 \u0938\u0947 \u0938\u0902\u092C\u0902\u0927\u093F\u0924 \u0936\u0949\u0930\u094D\u091F\u0915\u091F \u0915\u0941\u0902\u091C\u0940","intro.hoverTitle":"\u092E\u093E\u0909\u0938 \u0939\u094B\u0935\u0930 \u092A\u0930 \u0935\u0930\u094D\u0924\u092E\u093E\u0928 \u0905\u0928\u0941\u091A\u094D\u091B\u0947\u0926 \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0947\u0902",buildSnapshots:"\u0935\u0947\u092C\u092A\u0947\u091C \u0938\u094D\u0928\u0948\u092A\u0936\u0949\u091F \u0909\u0924\u094D\u092A\u0928\u094D\u0928 \u0915\u0930\u0947\u0902",notLoginPro:"\u0906\u092A\u0928\u0947 \u0905\u092D\u0940 \u0924\u0915 \u0905\u092A\u0928\u093E \u0938\u0926\u0938\u094D\u092F \u0916\u093E\u0924\u093E \u0932\u0949\u0917 \u0907\u0928 \u0928\u0939\u0940\u0902 \u0915\u093F\u092F\u093E \u0939\u0948\u0964","browser.translateWithTransmart":"\u0905\u0938\u094D\u0925\u093E\u092F\u0940 \u0930\u0942\u092A \u0938\u0947 \u091F\u0947\u0902\u0938\u0947\u0902\u091F \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u093E \u0909\u092A\u092F\u094B\u0917 \u0915\u0930\u0915\u0947 \u0935\u0930\u094D\u0924\u092E\u093E\u0928 \u092A\u0943\u0937\u094D\u0920 \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0947\u0902",temprarilyChangeTranslationTo_gemini:"\u0939\u092E \u0935\u0930\u094D\u0924\u092E\u093E\u0928 \u092A\u0943\u0937\u094D\u0920 \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 Gemini \u0915\u093E \u0909\u092A\u092F\u094B\u0917 \u0915\u0930 \u0930\u0939\u0947 \u0939\u0948\u0902\u0964",temprarilyChangeTranslationTo_deepl:"DeepL \u0915\u093E \u0909\u092A\u092F\u094B\u0917 \u0915\u0930\u0915\u0947 \u0935\u0930\u094D\u0924\u092E\u093E\u0928 \u092A\u0943\u0937\u094D\u0920 \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930 \u0930\u0939\u0947 \u0939\u0948\u0902",touchShortcutsToggleTranslationMask:"\u0938\u094D\u0915\u094D\u0930\u0940\u0928 \u091C\u0947\u0938\u094D\u091A\u0930 \u0938\u0947\u091F \u0915\u0930\u0947\u0902 \u0905\u0928\u0941\u0935\u093E\u0926 \u091B\u093F\u092A\u093E\u0928\u0947 / \u092E\u0942\u0932 \u092A\u093E\u0920 \u0926\u093F\u0916\u093E\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F","desc.touchShortcutsToggleTranslateTouchElement":"\u090F\u0915 \u0939\u0938\u094D\u0924\u0915\u094D\u0937\u0947\u092A \u0915\u094B \u0905\u0928\u0941\u0915\u0942\u0932\u093F\u0924 \u0915\u0930\u0947\u0902, \u0914\u0930 \u0906\u092A \u091C\u093F\u0938 \u0905\u0928\u0941\u091A\u094D\u091B\u0947\u0926 \u092E\u0947\u0902 \u0939\u0948\u0902, \u0909\u0938\u0947 \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930 \u0938\u0915\u0924\u0947 \u0939\u0948\u0902\u0964","browser.translateWithOpenAI":"\u0905\u0938\u094D\u0925\u093E\u092F\u0940 \u0930\u0942\u092A \u0938\u0947 OpenAI \u0915\u093E \u0909\u092A\u092F\u094B\u0917 \u0915\u0930\u0915\u0947 \u0935\u0930\u094D\u0924\u092E\u093E\u0928 \u092A\u0943\u0937\u094D\u0920 \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0947\u0902","browser.toggleMouseHoverTranslateDirectly":"\u092A\u0947\u091C \u092A\u0930 \u0905\u0938\u094D\u0925\u093E\u092F\u0940 \u0930\u0942\u092A \u0938\u0947 \u092E\u093E\u0909\u0938 \u0939\u094B\u0935\u0930 \u0938\u0940\u0927\u0947 \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u094B \u0938\u0915\u094D\u0937\u092E \u092F\u093E \u092C\u0902\u0926 \u0915\u0930\u0947\u0902","description.baiduField":"\u0938\u092E\u0930\u094D\u0925\u093F\u0924 \u0915\u094D\u0937\u0947\u0924\u094D\u0930\u094B\u0902 \u0915\u094B <1>\u092F\u0939\u093E\u0902 \u0926\u0947\u0916\u0947\u0902, \u0916\u093E\u0932\u0940 \u0939\u094B\u0928\u0947 \u0915\u093E \u0905\u0930\u094D\u0925 \u0939\u0948 \u0915\u094D\u0937\u0947\u0924\u094D\u0930 \u0928\u093F\u0930\u094D\u0926\u093F\u0937\u094D\u091F \u0928\u0939\u0940\u0902 \u0939\u0948","browser.toggleVideoSubtitlePreTranslation":"\u0926\u094D\u0935\u093F\u092D\u093E\u0937\u0940\u092F \u0938\u092C\u091F\u093E\u092F\u091F\u0932 \u0938\u094D\u0935\u093F\u091A \u0915\u0930\u0947\u0902, \u0921\u0941\u092C\u0915\u0940 \u0905\u0928\u0941\u0935\u093E\u0926 \u0938\u0947\u091F\u093F\u0902\u0917\u094D\u0938 \u0915\u093E \u092A\u094D\u0930\u093E\u0925\u092E\u093F\u0915\u0924\u093E \u0938\u0947 \u0909\u092A\u092F\u094B\u0917 \u0915\u0930\u0947\u0902","subtitle.autoDisableSubtitle":"\u0938\u094D\u0935\u091A\u093E\u0932\u093F\u0924 \u0930\u0942\u092A \u0938\u0947 \u0926\u094D\u0935\u093F\u092D\u093E\u0937\u0940 \u0909\u092A\u0936\u0940\u0930\u094D\u0937\u0915 \u0938\u0915\u094D\u0937\u092E \u0928\u0939\u0940\u0902 \u0915\u0930\u0947\u0902","browser.translateWithGemini":"\u0905\u0938\u094D\u0925\u093E\u092F\u0940 \u0930\u0942\u092A \u0938\u0947 Gemini \u0915\u093E \u0909\u092A\u092F\u094B\u0917 \u0915\u0930\u0915\u0947 \u0935\u0930\u094D\u0924\u092E\u093E\u0928 \u092A\u0943\u0937\u094D\u0920 \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0947\u0902","floatBall.guideClickToTranslate":`\u0905\u0928\u0941\u0935\u093E\u0926 \u092B\u094D\u0932\u094B\u091F\u093F\u0902\u0917 \u092C\u0949\u0932 \u092A\u0930 \u0915\u094D\u0932\u093F\u0915 \u0915\u0930\u0915\u0947 \u0924\u0941\u0930\u0902\u0924 \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930 \u0938\u0915\u0924\u0947 \u0939\u0948\u0902`,"neverTranslateText.title":"\u0928\u093F\u092E\u094D\u0928\u0932\u093F\u0916\u093F\u0924 \u0936\u092C\u094D\u0926 \u092E\u0942\u0932 \u0930\u0942\u092A \u092E\u0947\u0902 \u0930\u0916\u0947\u0902, \u0905\u0928\u0941\u0935\u093E\u0926 \u0928 \u0915\u0930\u0947\u0902",temprarilyChangeTranslationTo_google:"\u0935\u0930\u094D\u0924\u092E\u093E\u0928 \u092A\u0943\u0937\u094D\u0920 \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 Google \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u093E \u0909\u092A\u092F\u094B\u0917 \u0915\u0930 \u0930\u0939\u093E \u0939\u0948\u0964",touchShortcutsToggleTranslateTouchElement:"\u0938\u094D\u092A\u0930\u094D\u0936 \u0938\u094D\u0915\u094D\u0930\u0940\u0928 \u091C\u0947\u0938\u094D\u091A\u0930 \u0938\u0947\u091F \u0915\u0930\u0947\u0902 \u0928\u093F\u0930\u094D\u0926\u093F\u0937\u094D\u091F \u092A\u0948\u0930\u093E\u0917\u094D\u0930\u093E\u092B \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F",temprarilyChangeTranslationTo_transmart:"\u0939\u092E \u0935\u0930\u094D\u0924\u092E\u093E\u0928 \u092A\u0943\u0937\u094D\u0920 \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930 \u0930\u0939\u0947 \u0939\u0948\u0902 \u091F\u0947\u0902\u0938\u0947\u0902\u091F \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u093E \u0909\u092A\u092F\u094B\u0917 \u0915\u0930\u0915\u0947","browser.translateWithDeepL":"\u0905\u0938\u094D\u0925\u093E\u092F\u0940 \u0930\u0942\u092A \u0938\u0947 DeepL \u0915\u093E \u0909\u092A\u092F\u094B\u0917 \u0915\u0930\u0915\u0947 \u0935\u0930\u094D\u0924\u092E\u093E\u0928 \u092A\u0943\u0937\u094D\u0920 \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0947\u0902",upgradeToProErrorTitle:"\u0915\u0943\u092A\u092F\u093E \u0907\u0938 \u0905\u0928\u0941\u0935\u093E\u0926 \u0938\u0947\u0935\u093E \u0915\u093E \u0909\u092A\u092F\u094B\u0917 \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u092A\u094D\u0930\u094B \u0938\u0926\u0938\u094D\u092F\u0924\u093E \u0905\u092A\u0917\u094D\u0930\u0947\u0921 \u0915\u0930\u0947\u0902","floatBall.longPress":"\u0932\u0902\u092C\u0947 \u0938\u092E\u092F \u0924\u0915 \u0926\u092C\u093E\u090F \u0930\u0916\u0928\u0947 \u0938\u0947 \u0906\u092A \u0924\u094D\u0935\u0930\u093F\u0924 \u0930\u0942\u092A \u0938\u0947 \u0938\u0947\u091F\u093F\u0902\u0917\u094D\u0938 \u092A\u0948\u0928\u0932 \u0915\u094B \u0916\u094B\u0932 \u0938\u0915\u0924\u0947 \u0939\u0948\u0902\u0964",temprarilyChangeTranslationTo_bing:"\u092E\u093E\u0907\u0915\u094D\u0930\u094B\u0938\u0949\u092B\u094D\u091F \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u093E \u0909\u092A\u092F\u094B\u0917 \u0915\u0930\u0915\u0947 \u0935\u0930\u094D\u0924\u092E\u093E\u0928 \u092A\u0943\u0937\u094D\u0920 \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930 \u0930\u0939\u093E \u0939\u0948\u0902","browser.translateWithGoogle":"\u0905\u0938\u094D\u0925\u093E\u092F\u0940 \u0930\u0942\u092A \u0938\u0947 Google \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u093E \u0909\u092A\u092F\u094B\u0917 \u0915\u0930\u0915\u0947 \u0935\u0930\u094D\u0924\u092E\u093E\u0928 \u092A\u0943\u0937\u094D\u0920 \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0947\u0902","browser.translateWithBing":"\u092E\u093E\u0907\u0915\u094D\u0930\u094B\u0938\u0949\u092B\u094D\u091F \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u093E \u0905\u0938\u094D\u0925\u093E\u092F\u0940 \u0930\u0942\u092A \u0938\u0947 \u0935\u0930\u094D\u0924\u092E\u093E\u0928 \u092A\u0943\u0937\u094D\u0920 \u0915\u093E \u0909\u092A\u092F\u094B\u0917 \u0915\u0930\u0947\u0902",touchShortcutsToggleTranslatePage:"\u0935\u0947\u092C\u092A\u0947\u091C \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0928\u0947/\u092E\u0942\u0932 \u092A\u093E\u0920 \u0926\u093F\u0916\u093E\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u091F\u091A\u0938\u094D\u0915\u094D\u0930\u0940\u0928 \u091C\u0947\u0938\u094D\u091A\u0930 \u0938\u0947\u091F \u0915\u0930\u0947\u0902\u0964","error.subscriptionExpired":"\u0906\u092A\u0915\u0940 \u0938\u0926\u0938\u094D\u092F\u0924\u093E \u0938\u092E\u093E\u092A\u094D\u0924 \u0939\u094B \u0938\u0915\u0924\u0940 \u0939\u0948, \u0915\u0943\u092A\u092F\u093E \u0905\u092A\u0928\u0940 \u0938\u0926\u0938\u094D\u092F\u0924\u093E \u0915\u0940 \u0938\u094D\u0925\u093F\u0924\u093F \u0915\u0940 \u091C\u093E\u0902\u091A \u0915\u0930\u0947\u0902\u0964",paragraphMinTextCountDesc:"\u0927\u094D\u092F\u093E\u0928 \u0926\u0947\u0902, \u092F\u0939\u093E\u0902 \u0935\u0930\u094D\u0923\u094B\u0902 \u0915\u0940 \u0932\u0902\u092C\u093E\u0908 \u0915\u093E \u0924\u093E\u0924\u094D\u092A\u0930\u094D\u092F \u0939\u0948, \u0909\u0926\u093E\u0939\u0930\u0923 \u0915\u0947 \u0932\u093F\u090F: \u0939\u0947\u0932\u094B 5 \u0935\u0930\u094D\u0923 \u0939\u0948\u0902, \u0907\u0938\u0947 \u0905\u0927\u093F\u0915 \u092E\u093E\u0928 \u092A\u0930 \u0938\u0947\u091F \u0915\u0930\u0928\u0947 \u0938\u0947 \u0905\u0928\u093E\u0935\u0936\u094D\u092F\u0915 \u091B\u094B\u091F\u0947 \u0905\u0928\u0941\u091A\u094D\u091B\u0947\u0926\u094B\u0902 \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u092E \u0915\u093F\u092F\u093E \u091C\u093E \u0938\u0915\u0924\u093E \u0939\u0948\u0964","desc.interfaceLanguage":"\u0907\u0902\u091F\u0930\u092B\u093C\u0947\u0938 \u092D\u093E\u0937\u093E \u0938\u0947\u091F\u093F\u0902\u0917\u094D\u0938 \u0915\u0902\u091F\u094D\u0930\u094B\u0932 \u092A\u0948\u0928\u0932 \u0915\u0940 \u092A\u094D\u0930\u0926\u0930\u094D\u0936\u0928 \u092D\u093E\u0937\u093E \u0915\u094B \u092A\u094D\u0930\u092D\u093E\u0935\u093F\u0924 \u0915\u0930\u0924\u0940 \u0939\u0948\u0902, \u0914\u0930 \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0940 \u0932\u0915\u094D\u0937\u094D\u092F \u092D\u093E\u0937\u093E \u0938\u0947 \u0907\u0938\u0915\u093E \u0915\u094B\u0908 \u0938\u0902\u092C\u0902\u0927 \u0928\u0939\u0940\u0902 \u0939\u0948\u0964",mouseHoverCustomKeyDescription:"\u0906\u092A \u090F\u0915 \u0915\u0938\u094D\u091F\u092E \u092E\u093E\u0909\u0938 \u0939\u094B\u0935\u0930 \u0936\u0949\u0930\u094D\u091F\u0915\u091F \u0915\u0940 \u0924\u0930\u0939 \u092C\u0928\u093E \u0938\u0915\u0924\u0947 \u0939\u0948\u0902, \u091C\u0948\u0938\u0947 \u0915\u093F: Alt+Z, Ctrl+E, Cmd+Alt+E \u092F\u093E \u0938\u0940\u0927\u0947 Cmd, \u0915\u0943\u092A\u092F\u093E \u092E\u0948\u0928\u094D\u092F\u0941\u0905\u0932 \u0930\u0942\u092A \u0938\u0947 \u0907\u0928\u092A\u0941\u091F \u0915\u0930\u0947\u0902","desc.mouseHoverHoldKey":"\u091C\u092C \u092E\u093E\u0909\u0938 \u0915\u093F\u0938\u0940 \u092A\u0948\u0930\u093E\u0917\u094D\u0930\u093E\u092B \u092A\u0930 \u0939\u094B\u0935\u0930 \u0915\u0930\u0924\u093E \u0939\u0948, \u0924\u094B \u0938\u093E\u0925 \u0939\u0940 \u0926\u093E\u0908\u0902 \u0913\u0930 \u0915\u0940 \u0936\u0949\u0930\u094D\u091F\u0915\u091F \u0915\u0941\u0902\u091C\u0940 \u0926\u092C\u093E\u090F\u0902, \u0924\u094B \u0909\u0938 \u092A\u0948\u0930\u093E\u0917\u094D\u0930\u093E\u092B \u0915\u093E \u0938\u0940\u0927\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u093F\u092F\u093E \u091C\u093E \u0938\u0915\u0924\u093E \u0939\u0948\u0964","subtitle.showQuickButtonDescription":"\u0935\u0940\u0921\u093F\u092F\u094B \u092A\u094D\u0932\u0947\u092F\u0930 \u0915\u0947 \u0926\u093E\u090F\u0902 \u0928\u093F\u091A\u0932\u0947 \u0915\u094B\u0928\u0947 \u092E\u0947\u0902 \u0926\u094D\u0935\u093F\u092D\u093E\u0937\u0940\u092F \u0909\u092A\u0936\u0940\u0930\u094D\u0937\u0915 \u0938\u0915\u094D\u0937\u092E \u0915\u0930\u0928\u0947 \u0915\u093E \u0936\u0949\u0930\u094D\u091F\u0915\u091F \u092A\u094D\u0930\u0926\u093E\u0928 \u0915\u093F\u092F\u093E \u0917\u092F\u093E \u0939\u0948\u0964",confirmResetToDefaultSettings:"\u0915\u094D\u092F\u093E \u0906\u092A \u0935\u093E\u0915\u0908 \u0907\u0938 \u0905\u0928\u0941\u0935\u093E\u0926 \u0938\u0947\u0935\u093E \u0915\u094B \u0921\u093F\u092B\u093C\u0949\u0932\u094D\u091F \u0938\u0947\u091F\u093F\u0902\u0917\u094D\u0938 \u092A\u0930 \u092A\u0941\u0928\u0930\u094D\u0938\u094D\u0925\u093E\u092A\u093F\u0924 \u0915\u0930\u0928\u093E \u091A\u093E\u0939\u0924\u0947 \u0939\u0948\u0902? (\u0915\u0947\u0935\u0932 \u0935\u0930\u094D\u0924\u092E\u093E\u0928 \u0905\u0928\u0941\u0935\u093E\u0926 \u0938\u0947\u0935\u093E \u0915\u0940 \u0938\u0947\u091F\u093F\u0902\u0917\u094D\u0938 \u0930\u0940\u0938\u0947\u091F \u0915\u0930\u0947\u0902)","contact.description":"\u092F\u0926\u093F \u0906\u092A\u0915\u0947 \u092A\u093E\u0938 \u0915\u094B\u0908 \u092A\u094D\u0930\u0936\u094D\u0928 \u092F\u093E \u0938\u0941\u091D\u093E\u0935 \u0939\u0948\u0902, \u0924\u094B \u0915\u0943\u092A\u092F\u093E \u0928\u0940\u091A\u0947 \u0926\u093F\u090F \u0917\u090F \u092B\u0949\u0930\u094D\u092E \u0915\u094B \u092D\u0930\u0915\u0930 \u0939\u092E\u0938\u0947 \u0938\u0902\u092A\u0930\u094D\u0915 \u0915\u0930\u0947\u0902, \u092F\u093E {email} \u092A\u0930 \u0908\u092E\u0947\u0932 \u092D\u0947\u091C\u0947\u0902, \u0939\u092E \u091C\u0932\u094D\u0926 \u0938\u0947 \u091C\u0932\u094D\u0926 \u0906\u092A\u0915\u093E \u0909\u0924\u094D\u0924\u0930 \u0926\u0947\u0902\u0917\u0947\u0964","desc.touchShortcutsToggleTranslatePage":"\u0938\u0947\u091F \u0915\u0930\u0928\u0947 \u0915\u0947 \u092C\u093E\u0926, \u092E\u094B\u092C\u093E\u0907\u0932 \u0921\u093F\u0935\u093E\u0907\u0938 \u0915\u094B \u0939\u093F\u0932\u093E\u0924\u0947 \u0938\u092E\u092F, \u0906\u092A X \u0909\u0902\u0917\u0932\u093F\u092F\u094B\u0902 \u0915\u093E \u0909\u092A\u092F\u094B\u0917 \u0915\u0930\u0915\u0947 \u0938\u094D\u0915\u094D\u0930\u0940\u0928 \u0915\u094B \u091B\u0942\u0928\u093E, \u092C\u093E\u090F\u0902-\u0926\u093E\u090F\u0902 \u0938\u094D\u0935\u093E\u0907\u092A \u0915\u0930\u0928\u093E \u092F\u093E \u0932\u0917\u093E\u0924\u093E\u0930 \u0915\u094D\u0932\u093F\u0915 \u0915\u0930\u0928\u093E, \u0935\u0947\u092C\u092A\u0947\u091C \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0928\u0947 / \u092E\u0942\u0932 \u091F\u0947\u0915\u094D\u0938\u094D\u091F \u0926\u093F\u0916\u093E\u0928\u0947 \u0915\u094B \u091F\u094D\u0930\u093F\u0917\u0930 \u0915\u0930 \u0938\u0915\u0924\u0947 \u0939\u0948\u0902\u0964",shortcutDisableTooltip:"\u0915\u0943\u092A\u092F\u093E \u092C\u094D\u0930\u093E\u0909\u091C\u093C\u0930 \u0926\u094D\u0935\u093E\u0930\u093E \u092A\u094D\u0930\u0926\u093E\u0928 \u0915\u0940 \u0917\u0908 \u090F\u0915\u094D\u0938\u091F\u0947\u0902\u0936\u0928 \u0936\u0949\u0930\u094D\u091F\u0915\u091F \u0915\u0940 \u092A\u094D\u0930\u092C\u0902\u0927\u0928 \u092A\u0943\u0937\u094D\u0920 \u092A\u0930 \u0938\u0947\u091F\u093F\u0902\u0917 \u0915\u0930\u0947\u0902, \u0905\u0927\u093F\u0915 \u0926\u093F\u0936\u093E\u0928\u093F\u0930\u094D\u0926\u0947\u0936 \u0915\u0947 \u0932\u093F\u090F \u0915\u0943\u092A\u092F\u093E \u0907\u0938 \u092A\u0943\u0937\u094D\u0920 \u0915\u0947 \u0938\u092C\u0938\u0947 \u090A\u092A\u0930\u0940 \u0939\u093F\u0938\u094D\u0938\u0947 \u0915\u0940 \u091C\u093E\u0928\u0915\u093E\u0930\u0940 \u0926\u0947\u0916\u0947\u0902\u0964","desc.toggleTranslateTheWholePage":"\u092A\u0943\u0937\u094D\u0920 \u0915\u093E \u0938\u092E\u094D\u092A\u0942\u0930\u094D\u0923 \u0915\u094D\u0937\u0947\u0924\u094D\u0930 \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0947\u0902, \u0921\u093F\u092B\u093C\u0949\u0932\u094D\u091F \u0930\u0942\u092A \u0938\u0947, \u0939\u092E \u092A\u0943\u0937\u094D\u0920 \u0915\u0947 \u092A\u094D\u0930\u092E\u0941\u0916 \u0915\u094D\u0937\u0947\u0924\u094D\u0930 \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0947\u0902\u0917\u0947, \u0906\u092A \u0907\u0938 \u0936\u0949\u0930\u094D\u091F\u0915\u091F \u0915\u093E \u0909\u092A\u092F\u094B\u0917 \u0915\u0930\u0915\u0947 \u092A\u0943\u0937\u094D\u0920 \u0915\u0947 \u0938\u092E\u094D\u092A\u0942\u0930\u094D\u0923 \u0915\u094D\u0937\u0947\u0924\u094D\u0930 \u0915\u093E \u0935\u093F\u0936\u0947\u0937 \u0930\u0942\u092A \u0938\u0947 \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930 \u0938\u0915\u0924\u0947 \u0939\u0948\u0902\u0964","desc.touchShortcutsToggleTranslationMask":"\u0905\u0928\u0941\u0935\u093E\u0926 \u091B\u093F\u092A\u093E\u0928\u0947 \u0915\u093E \u0924\u093E\u0924\u094D\u092A\u0930\u094D\u092F \u0939\u0948 \u0905\u0928\u0941\u0935\u093E\u0926 \u0936\u0948\u0932\u0940 \u092E\u0947\u0902 \u0927\u0941\u0902\u0927\u0932\u093E \u092A\u094D\u0930\u092D\u093E\u0935 (\u0905\u0927\u094D\u092F\u092F\u0928 \u092E\u094B\u0921), \u091C\u093F\u0938\u0947 \u091A\u093E\u0932\u0942 \u0915\u0930\u0928\u0947 \u0915\u0947 \u092C\u093E\u0926 \u0905\u0928\u0941\u0935\u093E\u0926 \u092A\u0930 \u0905\u0938\u094D\u0925\u093E\u092F\u0940 \u0930\u0942\u092A \u0938\u0947 \u0927\u0941\u0902\u0927\u0932\u093E \u092A\u094D\u0930\u092D\u093E\u0935 \u0932\u093E\u0917\u0942 \u0915\u093F\u092F\u093E \u091C\u093E\u0924\u093E \u0939\u0948, \u091C\u094B \u0905\u0927\u094D\u092F\u092F\u0928 \u0915\u0947 \u0932\u093F\u090F \u0938\u0941\u0935\u093F\u0927\u093E\u091C\u0928\u0915 \u0939\u094B\u0924\u093E \u0939\u0948\u0964","desc.toggleTranslateTheMainPage":"\u0915\u0947\u0935\u0932 \u092A\u0943\u0937\u094D\u0920 \u0915\u0947 \u092E\u0941\u0916\u094D\u092F \u0915\u094D\u0937\u0947\u0924\u094D\u0930 \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0947\u0902, \u091C\u092C \u0906\u092A \u0909\u0928\u094D\u0928\u0924 \u0938\u0947\u091F\u093F\u0902\u0917\u094D\u0938 \u092E\u0947\u0902 \u092A\u0943\u0937\u094D\u0920 \u0915\u0947 \u0938\u092D\u0940 \u0915\u094D\u0937\u0947\u0924\u094D\u0930\u094B\u0902 \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0938\u0915\u094D\u0937\u092E \u0915\u0930\u0924\u0947 \u0939\u0948\u0902, \u0924\u094B \u0906\u092A \u0907\u0938 \u0936\u0949\u0930\u094D\u091F\u0915\u091F \u0915\u093E \u0909\u092A\u092F\u094B\u0917 \u092A\u0943\u0937\u094D\u0920 \u0915\u0947 \u092E\u0941\u0916\u094D\u092F \u0915\u094D\u0937\u0947\u0924\u094D\u0930 \u0915\u093E \u0935\u093F\u0936\u0947\u0937 \u0930\u0942\u092A \u0938\u0947 \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u0915\u0930 \u0938\u0915\u0924\u0947 \u0939\u0948\u0902\u0964",translationOnlyModeDescription:"\u0915\u0947\u0935\u0932 \u0905\u0928\u0941\u0935\u093E\u0926 \u092E\u094B\u0921 \u0915\u093E \u0924\u093E\u0924\u094D\u092A\u0930\u094D\u092F \u0939\u0948 \u0915\u093F \u0915\u0947\u0935\u0932 \u0905\u0928\u0941\u0935\u093E\u0926 \u092A\u094D\u0930\u0926\u0930\u094D\u0936\u093F\u0924 \u0915\u093F\u092F\u093E \u091C\u093E\u090F\u0917\u093E, \u0928 \u0915\u093F \u0921\u093F\u092B\u093C\u0949\u0932\u094D\u091F \u0926\u094D\u0935\u093F\u092D\u093E\u0937\u0940 \u092E\u094B\u0921\u0964 \u0927\u094D\u092F\u093E\u0928 \u0926\u0947\u0902: \u0924\u0915\u0928\u0940\u0915\u0940 \u0938\u0940\u092E\u093E\u0913\u0902 \u0915\u0947 \u0915\u093E\u0930\u0923, \u0915\u0947\u0935\u0932 \u0905\u0928\u0941\u0935\u093E\u0926 \u092E\u094B\u0921 \u092E\u0947\u0902, \u092E\u0942\u0932 \u092A\u093E\u0920 \u0915\u0947 \u0939\u093E\u0907\u092A\u0930\u0932\u093F\u0902\u0915 \u0905\u0915\u094D\u0937\u092E \u0939\u094B \u091C\u093E\u090F\u0902\u0917\u0947\u0964","intro.floatBallDescription":"\u0938\u0915\u094D\u0930\u093F\u092F \u0939\u094B\u0928\u0947 \u0915\u0947 \u092C\u093E\u0926, \u092A\u0943\u0937\u094D\u0920 \u0915\u0947 \u0926\u093E\u090F\u0902 \u0913\u0930 \u090F\u0915 \u0936\u0949\u0930\u094D\u091F\u0915\u091F \u0905\u0928\u0941\u0935\u093E\u0926 \u092C\u091F\u0928 \u0926\u093F\u0916\u093E\u0908 \u0926\u0947\u0917\u093E, \u091C\u093F\u0938\u0947 \u0915\u094D\u0932\u093F\u0915 \u0915\u0930\u0915\u0947 \u0906\u092A \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930 \u0938\u0915\u0924\u0947 \u0939\u0948\u0902, \u092B\u093F\u0930 \u0938\u0947 \u0915\u094D\u0932\u093F\u0915 \u0915\u0930\u0928\u0947 \u092A\u0930 \u092E\u0942\u0932 \u0932\u0947\u0916 \u092E\u0947\u0902 \u0935\u093E\u092A\u0938 \u091C\u093E \u0938\u0915\u0924\u0947 \u0939\u0948\u0902\u0964 \u092E\u094B\u092C\u093E\u0907\u0932 \u092A\u0930, \u0932\u0902\u092C\u0947 \u0938\u092E\u092F \u0924\u0915 \u092B\u094D\u0932\u094B\u091F\u093F\u0902\u0917 \u092C\u0949\u0932 \u0915\u094B \u0926\u092C\u093E\u090F\u0902, \u0906\u092A \u0936\u0949\u0930\u094D\u091F\u0915\u091F \u0938\u0947\u091F\u093F\u0902\u0917\u094D\u0938 \u092A\u0948\u0928\u0932 \u0915\u094B \u0916\u094B\u0932 \u0938\u0915\u0924\u0947 \u0939\u0948\u0902\u0964","desc.toggleMouseHoverTranslateDirectly":"\u0907\u0938 \u0936\u0949\u0930\u094D\u091F\u0915\u091F \u0915\u0941\u0902\u091C\u0940 \u0915\u094B \u0926\u092C\u093E\u0928\u0947 \u0915\u0947 \u092C\u093E\u0926, \u092A\u0943\u0937\u094D\u0920 \u092A\u0930, \u091C\u092C \u092D\u0940 \u092E\u093E\u0909\u0938 \u0915\u093F\u0938\u0940 \u092D\u0940 \u092A\u093E\u0920 \u0915\u0940 \u0913\u0930 \u0907\u0936\u093E\u0930\u093E \u0915\u0930\u0924\u093E \u0939\u0948, \u0924\u094B \u092F\u0939 \u092A\u093E\u0920 \u0938\u094D\u0935\u091A\u093E\u0932\u093F\u0924 \u0930\u0942\u092A \u0938\u0947 \u0905\u0928\u0941\u0935\u093E\u0926\u093F\u0924 \u0939\u094B \u091C\u093E\u0924\u093E \u0939\u0948\u0964 \u0936\u0949\u0930\u094D\u091F\u0915\u091F \u0915\u0941\u0902\u091C\u0940 \u0915\u094B \u090F\u0915 \u092C\u093E\u0930 \u092B\u093F\u0930 \u0926\u092C\u093E\u0928\u0947 \u0938\u0947, \u0906\u092A \u0907\u0938 \u0938\u094D\u0935\u091A\u093E\u0932\u093F\u0924 \u0905\u0928\u0941\u0935\u093E\u0926 \u0938\u0941\u0935\u093F\u0927\u093E \u0915\u094B \u092C\u0902\u0926 \u0915\u0930 \u0938\u0915\u0924\u0947 \u0939\u0948\u0902\u0964","intro.subtitleTitle":"\u0911\u0928\u0932\u093E\u0907\u0928 \u0935\u0940\u0921\u093F\u092F\u094B \u0926\u094D\u0935\u093F\u092D\u093E\u0937\u0940 \u0909\u092A\u0936\u0940\u0930\u094D\u0937\u0915 \u092A\u094D\u0930\u0926\u0930\u094D\u0936\u093F\u0924 \u0915\u0930\u0924\u0947 \u0939\u0948\u0902","neverTranslateText.description":"\u0915\u0941\u091B \u0905\u0928\u0941\u0935\u093E\u0926 \u0907\u0902\u091C\u0928 \u0935\u093F\u0936\u0947\u0937 \u0928\u093E\u092E\u094B\u0902 \u0915\u0940 \u092A\u0939\u091A\u093E\u0928 \u092E\u0947\u0902 \u0905\u0926\u0930\u0915 \u0928\u0939\u0940\u0902 \u0939\u0948\u0902, \u0906\u092A \u092F\u0939\u093E\u0902 \u0936\u092C\u094D\u0926 \u091C\u094B\u0921\u093C \u0938\u0915\u0924\u0947 \u0939\u0948\u0902, \u092F\u0939 \u0938\u0941\u0928\u093F\u0936\u094D\u091A\u093F\u0924 \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u0915\u093F \u0935\u0947 \u0905\u0928\u0941\u0935\u093E\u0926 \u092A\u094D\u0930\u0915\u094D\u0930\u093F\u092F\u093E \u092E\u0947\u0902 \u092A\u0930\u093F\u0935\u0930\u094D\u0924\u093F\u0924 \u0928\u0939\u0940\u0902 \u0939\u094B\u0924\u0947 \u0939\u0948\u0902\u0964 \u0915\u0943\u092A\u092F\u093E \u0927\u094D\u092F\u093E\u0928 \u0926\u0947\u0902, \u092F\u0939 \u0938\u0941\u0935\u093F\u0927\u093E \u092E\u093E\u092E\u0932\u0947 \u0915\u0940 \u092A\u0939\u091A\u093E\u0928 \u0915\u0930\u0924\u0940 \u0939\u0948, \u0914\u0930 \u0915\u0947\u0935\u0932 \u0916\u093E\u0932\u0940 \u091C\u0917\u0939 \u0938\u0947 \u0905\u0932\u0917 \u0936\u092C\u094D\u0926 \u092D\u093E\u0937\u093E\u0913\u0902 (\u091C\u0948\u0938\u0947 \u0905\u0902\u0917\u094D\u0930\u0947\u091C\u0940, \u092B\u094D\u0930\u0947\u0902\u091A) \u0915\u093E \u0938\u092E\u0930\u094D\u0925\u0928 \u0915\u0930\u0924\u0940 \u0939\u0948, \u091C\u093E\u092A\u093E\u0928\u0940, \u0915\u094B\u0930\u093F\u092F\u093E\u0908 \u0906\u0926\u093F \u092D\u093E\u0937\u093E\u0913\u0902 \u0915\u0947 \u0932\u093F\u090F \u092F\u0939 \u0909\u092A\u092F\u0941\u0915\u094D\u0924 \u0928\u0939\u0940\u0902 \u0939\u0948\u0964","intro.hoverDescription":"\u092E\u093E\u0909\u0938 \u0939\u094B\u0935\u0930 \u0905\u0928\u0941\u0935\u093E\u0926 \u0921\u0941\u092C\u0915\u0940 \u0905\u0928\u0941\u0935\u093E\u0926 \u092E\u0947\u0902 \u092C\u0939\u0941\u0924 \u092E\u0939\u0924\u094D\u0935\u092A\u0942\u0930\u094D\u0923 \u0938\u0941\u0935\u093F\u0927\u093E \u0939\u0948, \u092C\u0938 \u092A\u0948\u0930\u093E\u0917\u094D\u0930\u093E\u092B \u092A\u0930 \u092E\u093E\u0909\u0938 \u0930\u0916\u0947\u0902, \u0938\u093E\u0925 \u0939\u0940 \u0938\u0947\u091F \u0915\u0940 \u0917\u0908 \u0936\u0949\u0930\u094D\u091F\u0915\u091F \u0915\u0941\u0902\u091C\u0940 \u0926\u092C\u093E\u090F\u0902, \u0924\u094B \u0935\u0930\u094D\u0924\u092E\u093E\u0928 \u092A\u0948\u0930\u093E\u0917\u094D\u0930\u093E\u092B \u0915\u093E \u0938\u094D\u0935\u091A\u093E\u0932\u093F\u0924 \u0930\u0942\u092A \u0938\u0947 \u0905\u0928\u0941\u0935\u093E\u0926 \u0939\u094B \u091C\u093E\u090F\u0917\u093E (\u0927\u094D\u092F\u093E\u0928 \u0926\u0947\u0902: \u0921\u093F\u092B\u093C\u0949\u0932\u094D\u091F \u0930\u0942\u092A \u0938\u0947 \u092F\u0939 \u0938\u0915\u094D\u0937\u092E \u0928\u0939\u0940\u0902 \u0939\u0948, \u0915\u0943\u092A\u092F\u093E \u0928\u0940\u091A\u0947 \u0938\u0947\u091F \u0915\u0930\u0947\u0902), \u092F\u0939 \u0907\u0902\u091F\u0930\u090F\u0915\u094D\u0936\u0928 \u0936\u092C\u094D\u0926 \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u094B \u092C\u0947\u0939\u0924\u0930 \u0930\u0942\u092A \u0938\u0947 \u092A\u094D\u0930\u0924\u093F\u0938\u094D\u0925\u093E\u092A\u093F\u0924 \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u0909\u092A\u092F\u094B\u0917 \u0915\u093F\u092F\u093E \u091C\u093E\u0924\u093E \u0939\u0948, \u0907\u0938\u0915\u0947 \u0905\u0932\u093E\u0935\u093E, \u092F\u0939 \u0938\u0941\u0935\u093F\u0927\u093E \u0909\u0928 \u0915\u094D\u0937\u0947\u0924\u094D\u0930\u094B\u0902 \u092E\u0947\u0902 \u092D\u0940 \u0935\u094D\u092F\u093E\u092A\u0915 \u0930\u0942\u092A \u0938\u0947 \u0909\u092A\u092F\u094B\u0917 \u0915\u0940 \u091C\u093E\u0924\u0940 \u0939\u0948 \u091C\u093F\u0928\u094D\u0939\u0947\u0902 \u092A\u0939\u091A\u093E\u0928\u093E \u0928\u0939\u0940\u0902 \u091C\u093E \u0938\u0915\u0924\u093E \u0939\u0948, \u0906\u092A \u0907\u0938 \u0938\u0941\u0935\u093F\u0927\u093E \u0915\u093E \u0909\u092A\u092F\u094B\u0917 \u0915\u0930\u0915\u0947, \u0915\u093F\u0938\u0940 \u092D\u0940 \u092A\u0948\u0930\u093E\u0917\u094D\u0930\u093E\u092B \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u092E\u091C\u092C\u0942\u0930 \u0915\u0930 \u0938\u0915\u0924\u0947 \u0939\u0948\u0902\u0964","intro.subtitleDescription":"\u0907\u0938 \u0938\u0941\u0935\u093F\u0927\u093E \u0915\u094B \u091A\u093E\u0932\u0942 \u0915\u0930\u0928\u0947 \u0915\u0947 \u092C\u093E\u0926, \u0935\u0940\u0921\u093F\u092F\u094B \u092A\u094D\u0932\u0947 \u0939\u094B\u0928\u0947 \u092A\u0930 \u0938\u094D\u0935\u091A\u093E\u0932\u093F\u0924 \u0930\u0942\u092A \u0938\u0947 \u0926\u094D\u0935\u093F\u092D\u093E\u0937\u0940\u092F \u0909\u092A\u0936\u0940\u0930\u094D\u0937\u0915 \u092A\u094D\u0930\u0926\u0930\u094D\u0936\u093F\u0924 \u0939\u094B\u0902\u0917\u0947\u0964 \u092F\u0926\u093F \u092F\u0939 \u0938\u0915\u094D\u0937\u092E \u0928\u0939\u0940\u0902 \u0939\u0948, \u0924\u094B \u0906\u092A\u0915\u094B \u092A\u0943\u0937\u094D\u0920 \u092A\u0930 \u092E\u0948\u0928\u094D\u092F\u0941\u0905\u0932 \u0930\u0942\u092A \u0938\u0947 \u0905\u0928\u0941\u0935\u093E\u0926 \u092C\u091F\u0928 \u092A\u0930 \u0915\u094D\u0932\u093F\u0915 \u0915\u0930\u0928\u0947 \u0915\u0940 \u0906\u0935\u0936\u094D\u092F\u0915\u0924\u093E \u0939\u094B\u0917\u0940 \u0924\u093E\u0915\u093F \u0909\u092A\u0936\u0940\u0930\u094D\u0937\u0915 \u0926\u093F\u0916\u093E\u0908 \u0926\u0947\u0964 \u0915\u0943\u092A\u092F\u093E \u0927\u094D\u092F\u093E\u0928 \u0926\u0947\u0902, \u0924\u0915\u0928\u0940\u0915\u0940 \u0938\u0940\u092E\u093E\u0913\u0902 \u0915\u0947 \u0915\u093E\u0930\u0923, \u0915\u0941\u091B \u0935\u0947\u092C\u0938\u093E\u0907\u091F\u094B\u0902 \u092A\u0930 \u092A\u0939\u0932\u0940 \u092C\u093E\u0930 \u0909\u092A\u0936\u0940\u0930\u094D\u0937\u0915 \u0938\u0915\u094D\u0930\u093F\u092F \u0915\u0930\u0928\u0947 \u0915\u0947 \u0938\u092E\u092F \u092A\u0943\u0937\u094D\u0920 \u0915\u094B \u0924\u093E\u091C\u093E \u0915\u0930\u0928\u0947 \u0915\u0940 \u092F\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u092A\u0942\u0930\u093E \u0939\u094B\u0928\u0947 \u0915\u0947 \u092C\u093E\u0926 \u0907\u0902\u0924\u091C\u093E\u0930 \u0915\u0930\u0928\u0947 \u0915\u0940 \u0906\u0935\u0936\u094D\u092F\u0915\u0924\u093E \u0939\u094B \u0938\u0915\u0924\u0940 \u0939\u0948, \u0924\u092D\u0940 \u0926\u094D\u0935\u093F\u092D\u093E\u0937\u0940\u092F \u0909\u092A\u0936\u0940\u0930\u094D\u0937\u0915 \u092A\u094D\u0930\u0926\u0930\u094D\u0936\u093F\u0924 \u0939\u094B\u0902\u0917\u0947\u0964 (\u0907\u0938\u0915\u0947 \u0905\u0932\u093E\u0935\u093E, \u0906\u092A \u0935\u0940\u0921\u093F\u092F\u094B \u0935\u0947\u092C\u0938\u093E\u0907\u091F \u0916\u094B\u0932\u0928\u0947 \u0915\u0947 \u092C\u093E\u0926, \u090A\u092A\u0930\u0940 \u0926\u093E\u090F\u0902 \u0915\u094B\u0928\u0947 \u092E\u0947\u0902 \u0921\u0942\u092C\u0928\u0947 \u0935\u093E\u0932\u0947 \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0947 \u0924\u094D\u0935\u0930\u093F\u0924 \u092A\u0948\u0928\u0932 \u0915\u094B \u0938\u0915\u094D\u0937\u092E / \u0905\u0915\u094D\u0937\u092E \u0915\u0930 \u0938\u0915\u0924\u0947 \u0939\u0948\u0902)

\u0935\u0930\u094D\u0924\u092E\u093E\u0928 \u092E\u0947\u0902 \u0907\u0928 \u0935\u0947\u092C\u0938\u093E\u0907\u091F\u094B\u0902 \u092A\u0930 \u0926\u094D\u0935\u093F\u092D\u093E\u0937\u0940\u092F \u0909\u092A\u0936\u0940\u0930\u094D\u0937\u0915 \u0915\u093E \u0909\u092A\u092F\u094B\u0917 \u0915\u0930\u0928\u0947 \u0915\u093E \u0938\u092E\u0930\u094D\u0925\u0928 \u0915\u093F\u092F\u093E \u0917\u092F\u093E \u0939\u0948:",geminiWarning:"\u0927\u094D\u092F\u093E\u0928 \u0926\u0947\u0902: \u0917\u0942\u0917\u0932 \u0926\u094D\u0935\u093E\u0930\u093E \u092A\u094D\u0930\u0926\u093E\u0928 \u0915\u0940 \u0917\u0908 \u091C\u0947\u092E\u093F\u0928\u0940 \u0915\u0940 \u092E\u0941\u092B\u094D\u0924 \u0938\u0947\u0935\u093E \u0915\u0940 \u0938\u0940\u092E\u093E\u090F\u0902 \u0915\u0921\u093C\u0940 \u0939\u0948\u0902, \u092F\u0939 \u0938\u0902\u092D\u0935 \u0939\u0948 \u0915\u093F \u0917\u0942\u0917\u0932 \u0907\u0938\u0947 \u0909\u092A\u092F\u094B\u0917\u0915\u0930\u094D\u0924\u093E \u0915\u0947 \u0926\u094D\u0935\u093E\u0930\u093E \u0909\u0928\u0915\u0940 \u092E\u0941\u092B\u094D\u0924 \u0915\u094B\u091F\u093E \u0938\u0940\u092E\u093E \u0915\u094B \u0926\u0942\u0930 \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u0915\u0908 \u0915\u0941\u0902\u091C\u0940 \u0915\u093E \u0909\u092A\u092F\u094B\u0917 \u0915\u0930\u0928\u0947 \u0915\u0947 \u0930\u0942\u092A \u092E\u0947\u0902 \u0928\u093F\u0930\u094D\u0927\u093E\u0930\u093F\u0924 \u0915\u0930\u0947, \u0907\u0938\u0915\u093E \u0909\u092A\u092F\u094B\u0917 \u0915\u0930\u0928\u0947 \u0915\u0940 \u0938\u0932\u093E\u0939 \u0928\u0939\u0940\u0902 \u0926\u0940 \u091C\u093E\u0924\u0940 \u0939\u0948, \u0905\u0928\u0941\u0936\u0902\u0938\u093E \u0915\u0940 \u091C\u093E\u0924\u0940 \u0939\u0948 \u0915\u093F \u0917\u0942\u0917\u0932 \u091C\u0947\u092E\u093F\u0928\u0940 \u0915\u0947 \u092A\u0947\u0921\u093C \u0907\u0902\u091F\u0930\u092B\u093C\u0947\u0938 \u0915\u094B \u092D\u0935\u093F\u0937\u094D\u092F \u092E\u0947\u0902 \u0916\u094B\u0932\u0928\u0947 \u0915\u093E \u0907\u0902\u0924\u091C\u093E\u0930 \u0915\u0930\u0947\u0902\u0964","floatBall.setting":"\u0938\u0947\u091F\u093F\u0902\u0917\u094D\u0938","floatBall.translateToLanguage":"\u0915\u094D\u0932\u093F\u0915 \u0915\u0930\u0947\u0902 \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F {language}","floatBall.file":"PDF, EPUB, SRT, ASS, HTML, TXT \u092B\u093C\u093E\u0907\u0932\u094B\u0902 \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0947\u0902",changeToOnlyTempTranslationMode:"\u0915\u0947\u0935\u0932 \u0905\u0928\u0941\u0935\u093E\u0926 \u0926\u093F\u0916\u093E\u0928\u0947 \u092A\u0930 \u0938\u094D\u0935\u093F\u091A \u0915\u0930\u0947\u0902",changeToDualTempTranslationMode:"\u0926\u094D\u0935\u093F\u092D\u093E\u0937\u0940 \u0905\u0928\u0941\u0935\u093E\u0926 \u092A\u0930 \u0938\u094D\u0935\u093F\u091A \u0915\u0930\u0947\u0902","translationServices.yandex":"\u092F\u093E\u0902\u0921\u0947\u0915\u094D\u0938","options.navbar.installApp":"\u092E\u094B\u092C\u093E\u0907\u0932 \u0910\u092A \u0938\u094D\u0925\u093E\u092A\u093F\u0924 \u0915\u0930\u0947\u0902","options.navbar.translateFile":"\u0905\u0928\u0941\u0935\u093E\u0926 \u0926\u0938\u094D\u0924\u093E\u0935\u0947\u091C\u093C","transitionMode.dual":"\u0926\u094D\u0935\u093F\u092D\u093E\u0937\u0940\u092F \u0938\u092E\u093E\u0928\u093E\u0902\u0924\u0930","transitionMode.translation":"\u0915\u0947\u0935\u0932 \u0905\u0928\u0941\u0935\u093E\u0926","subtitle.transitionMode":"\u0935\u0940\u0921\u093F\u092F\u094B \u0938\u092C\u091F\u093E\u092F\u091F\u0932 \u0926\u094D\u0935\u093F\u092D\u093E\u0937\u0940 / \u0915\u0947\u0935\u0932 \u0905\u0928\u0941\u0935\u093E\u0926 \u0938\u0947\u091F\u093F\u0902\u0917","subtitle.transitionModeDescription":"\u0935\u0940\u0921\u093F\u092F\u094B \u0938\u092C\u091F\u093E\u092F\u091F\u0932 \u0915\u094B \u0926\u094D\u0935\u093F\u092D\u093E\u0937\u0940 \u0924\u0941\u0932\u0928\u093E\u0924\u094D\u092E\u0915 \u092F\u093E \u0915\u0947\u0935\u0932 \u0905\u0928\u0941\u0935\u093E\u0926 \u092E\u094B\u0921 \u092E\u0947\u0902 \u0938\u0947\u091F \u0915\u0930\u0947\u0902","transitionMode.inherit":"\u0938\u093F\u0938\u094D\u091F\u092E \u0915\u0947 \u0921\u093F\u092B\u093C\u0949\u0932\u094D\u091F \u0905\u0928\u0941\u0935\u093E\u0926 \u092A\u094D\u0930\u0926\u0930\u094D\u0936\u0928 \u092E\u094B\u0921 \u0915\u0947 \u0938\u093E\u0925 \u0938\u0902\u0930\u0947\u0916\u093F\u0924 \u0930\u0939\u0947\u0902",translateFileTooltip:`PDF, ePub, srt, ass, HTML, TXT \u092B\u093C\u093E\u0907\u0932\u094B\u0902 \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0947\u0902`,"description.multiplePrompt":`\u091C\u092C \u092A\u0948\u0930\u093E\u0917\u094D\u0930\u093E\u092B \u0915\u0940 \u0938\u0902\u0916\u094D\u092F\u093E 1 \u0938\u0947 \u0905\u0927\u093F\u0915 \u0939\u094B\u0924\u0940 \u0939\u0948, \u0924\u094B \u0909\u092A\u092F\u094B\u0917\u0915\u0930\u094D\u0924\u093E \u0915\u0940 \u092A\u0939\u091A\u093E\u0928 \u0938\u0947 {service} \u0915\u094B \u0926\u093F\u090F \u0917\u090F \u0938\u0902\u0935\u093E\u0926, \u091C\u093F\u0938\u092E\u0947\u0902 {{from}} \u092A\u0948\u0930\u093E\u0917\u094D\u0930\u093E\u092B \u0915\u0940 \u092D\u093E\u0937\u093E \u0915\u094B \u0926\u0930\u094D\u0936\u093E\u0924\u093E \u0939\u0948, {{to}} \u0932\u0915\u094D\u0937\u094D\u092F \u092D\u093E\u0937\u093E \u0915\u094B \u0926\u0930\u094D\u0936\u093E\u0924\u093E \u0939\u0948, {{yaml}} \u0939\u092E\u093E\u0930\u093E yaml \u092A\u094D\u0930\u093E\u0930\u0942\u092A \u092E\u0947\u0902 \u092A\u0948\u0915 \u0915\u093F\u092F\u093E \u0939\u0941\u0906 \u092A\u0948\u0930\u093E\u0917\u094D\u0930\u093E\u092B \u0938\u093E\u092E\u0917\u094D\u0930\u0940 \u0939\u0948, \u092F\u0926\u093F \u0906\u092A\u0915\u0947 \u092A\u093E\u0938 \u0905\u0928\u0941\u0915\u0942\u0932\u093F\u0924 Prompt \u0915\u0940 \u0906\u0935\u0936\u094D\u092F\u0915\u0924\u093E \u0939\u0948, \u0924\u094B \u0906\u092A\u0915\u094B \u0938\u0941\u0928\u093F\u0936\u094D\u091A\u093F\u0924 \u0915\u0930\u0928\u093E \u0939\u094B\u0917\u093E \u0915\u093F AI \u0915\u0947 \u092A\u094D\u0930\u0924\u093F\u0915\u094D\u0930\u093F\u092F\u093E \u0915\u0947 YAML \u092A\u0930\u093F\u0923\u093E\u092E \u092E\u0947\u0902 \u092A\u094D\u0930\u0924\u094D\u092F\u0947\u0915 \u0906\u0907\u091F\u092E {env.imt_trans_field} \u092B\u093C\u0940\u0932\u094D\u0921 \u0915\u094B \u0936\u093E\u092E\u093F\u0932 \u0915\u0930\u0924\u093E \u0939\u0948, {{imt_trans_field}} \u0939\u092E\u093E\u0930\u0940 \u0906\u0936\u093E \u0939\u0948 \u0915\u093F AI \u0915\u0947 \u092A\u094D\u0930\u0924\u093F\u0915\u094D\u0930\u093F\u092F\u093E \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u092B\u093C\u0940\u0932\u094D\u0921 \u0928\u093E\u092E \u0939\u0948, \u0921\u093F\u092B\u093C\u0949\u0932\u094D\u091F \u0930\u0942\u092A \u0938\u0947 {env.imt_trans_field} \u0939\u0948, {{imt_source_field}} \u0939\u092E\u093E\u0930\u093E AI \u0915\u0947 \u0932\u093F\u090F \u092A\u093E\u0930\u093F\u0924 \u092E\u0942\u0932 \u092B\u093C\u0940\u0932\u094D\u0921 \u0928\u093E\u092E \u0939\u0948, \u0921\u093F\u092B\u093C\u0949\u0932\u094D\u091F \u0930\u0942\u092A \u0938\u0947 {env.imt_source_field} \u0939\u0948, \u0909\u0926\u093E\u0939\u0930\u0923 \u092A\u0930\u093F\u0923\u093E\u092E: @@ -5115,7 +5115,7 @@ HTML, TXT \u092B\u093C\u093E\u0907\u0932\u094B\u0902 \u0915\u093E \u0905\u0928\u {env.imt_sub_trans_field}: \u0905\u0928\u0941\u0935\u093E\u0926 - id: 2 {env.imt_sub_source_field}: \u0938\u094D\u0930\u094B\u0924 - {env.imt_sub_trans_field}: \u0905\u0928\u0941\u0935\u093E\u0926`,"subtitle.quickButton.cyan":"\u0928\u0940\u0932\u093E","subtitle.quickButton.green":"\u0939\u0930\u093E","subtitle.quickButton.black":"\u0915\u093E\u0932\u093E","subtitle.quickButton.white":"\u0938\u092B\u0947\u0926","subtitle.quickButton.yellow":"\u092A\u0940\u0932\u093E","subtitle.quickButton.red":"\u0932\u093E\u0932","subtitle.quickButton.setting":"\u0938\u0947\u091F \u0915\u0930\u0947\u0902","subtitle.quickButton.blue":"\u0928\u0940\u0932\u093E","subtitle.quickButton.magenta":"\u0917\u0941\u0932\u093E\u092C\u0940 \u0930\u0902\u0917","subtitle.quickButton.translationPositionBottom":"\u092E\u0942\u0932 \u092A\u093E\u0920 \u0915\u0947 \u0928\u0940\u091A\u0947","translationServices.claude":"\u0915\u094D\u0932\u0949\u0921","subtitle.quickButton.sourceFontSize":"\u092E\u0942\u0932 \u092B\u093C\u0949\u0928\u094D\u091F \u0906\u0915\u093E\u0930","subtitle.quickButton.sourceTextColor":"\u092E\u0942\u0932 \u092B\u093C\u0949\u0928\u094D\u091F \u0915\u093E \u0930\u0902\u0917","subtitle.quickButton.translationPosition":"\u0905\u0928\u0941\u0935\u093E\u0926 \u0938\u094D\u0925\u093F\u0924\u093F","subtitle.quickButton.translationPositionTop":"\u092E\u0942\u0932 \u092A\u093E\u0920 \u0915\u0947 \u090A\u092A\u0930","subtitle.quickButton.backgroundColor":"\u092A\u0943\u0937\u094D\u0920\u092D\u0942\u092E\u093F \u0930\u0902\u0917","subtitle.quickButton.backgroundOpacity":"\u092A\u0943\u0937\u094D\u0920\u092D\u0942\u092E\u093F \u0905\u092A\u093E\u0930\u0926\u0930\u094D\u0936\u093F\u0924\u093E","subtitle.quickButton.translationFontSize":"\u0905\u0928\u0941\u0935\u093E\u0926 \u092B\u093C\u0949\u0928\u094D\u091F \u0915\u093E \u0906\u0915\u093E\u0930","subtitle.quickButton.translationTextColor":"\u0905\u0928\u0941\u0935\u093E\u0926 \u092B\u093C\u0949\u0928\u094D\u091F \u0915\u093E \u0930\u0902\u0917",attachSubtitleTranslating:"{service} \u0915\u093E \u0909\u092A\u092F\u094B\u0917 \u0915\u0930\u0915\u0947 \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930 \u0930\u0939\u093E \u0939\u0948...","error.claude.403":"\u0938\u0947\u0935\u093E \u0924\u0915 \u092A\u0939\u0941\u0902\u091A \u0915\u093E \u0915\u094B\u0908 \u0905\u0927\u093F\u0915\u093E\u0930 \u0928\u0939\u0940\u0902 \u0939\u0948, \u092F\u0939 Claude \u0915\u0940 \u0915\u094D\u0937\u0947\u0924\u094D\u0930\u0940\u092F \u0938\u0940\u092E\u093E\u0913\u0902 \u0938\u0947 \u0938\u0902\u092C\u0902\u0927\u093F\u0924 \u0939\u094B \u0938\u0915\u0924\u093E \u0939\u0948, \u0906\u092A \u0905\u092A\u0928\u093E IP \u092A\u0924\u093E \u092C\u0926\u0932\u0928\u0947 \u0915\u093E \u092A\u094D\u0930\u092F\u093E\u0938 \u0915\u0930 \u0938\u0915\u0924\u0947 \u0939\u0948\u0902, \u092F\u093E \u0905\u0928\u094D\u092F \u0905\u0928\u0941\u0935\u093E\u0926 \u0938\u0947\u0935\u093E\u0913\u0902 \u0915\u093E \u0909\u092A\u092F\u094B\u0917 \u0915\u0930 \u0938\u0915\u0924\u0947 \u0939\u0948\u0902\u0964","browser.brandDescriptionForSafari":"\u3010\u0907\u092E\u0930\u094D\u0938\u093F\u0935 \u0905\u0928\u0941\u0935\u093E\u0926\u3011 \u090F\u0915 \u092E\u0941\u092B\u094D\u0924 (\u092E\u0942\u0932 / \u0905\u0928\u0941\u0935\u093E\u0926) \u0926\u094D\u0935\u093F\u092D\u093E\u0937\u0940 \u0935\u0947\u092C\u092A\u0947\u091C \u0905\u0928\u0941\u0935\u093E\u0926 \u092A\u094D\u0932\u0917\u0907\u0928, \u091C\u094B \u0938\u092E\u092F-\u0938\u092E\u092F \u092A\u0930 PDF \u0905\u0928\u0941\u0935\u093E\u0926 \u0914\u0930 EPUB \u0908-\u092C\u0941\u0915 \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u093E \u0938\u092E\u0930\u094D\u0925\u0928 \u0915\u0930\u0924\u093E \u0939\u0948 \u0914\u0930 \u092E\u0942\u0932 \u0926\u0938\u094D\u0924\u093E\u0935\u0947\u091C\u093C \u0915\u0940 \u0935\u093F\u0928\u094D\u092F\u093E\u0938 \u0915\u094B \u092C\u0928\u093E\u090F \u0930\u0916\u0924\u093E \u0939\u0948, Youtube/Netflix \u0906\u0926\u093F \u0911\u0928\u0932\u093E\u0907\u0928 \u0935\u0940\u0921\u093F\u092F\u094B \u0926\u094D\u0935\u093F\u092D\u093E\u0937\u0940 \u0909\u092A\u0936\u0940\u0930\u094D\u0937\u0915 \u0905\u0928\u0941\u0935\u093E\u0926, Deepl/Google \u0906\u0926\u093F \u092A\u094D\u0930\u092E\u0941\u0916 \u0905\u0928\u0941\u0935\u093E\u0926 \u0938\u0947\u0935\u093E\u0913\u0902 \u0915\u093E \u0938\u092E\u0930\u094D\u0925\u0928 \u0915\u0930\u0924\u093E \u0939\u0948;","browser.PdfProFile":"AI \u0938\u0902\u091A\u093E\u0932\u093F\u0924 PDF Pro \u0905\u0928\u0941\u0935\u093E\u0926","browser.textTranslate":"\u0932\u093F\u0916\u093F\u0924 \u0905\u0928\u0941\u0935\u093E\u0926"};var Db={nologin:"non \xE8 stato effettuato l'accesso",loginForSafari:"Accedi o registrati",login:"Accedi per aprire un'iscrizione",manageAccount:"Conti gestiti",openPremium:"Soci aperti",logout:"interrompere",curentPlan:"Pacchetti attuali",endAt:"scadenza",endAuto:"rinnovo automatico",lineBreakMaxTextCount:"Numero massimo di caratteri consentiti per frase dopo le interruzioni di riga","translate-pdf":"Clicca per tradurre il PDF","noSupportTranslate-pdf":"Script non supportato, utilizzare il plugin","translate-firefox-local-pdf":"Fare clic per andare a Importazione PDF",enableLineBreak:"Abilita l'avanzamento automatico delle righe per i paragrafi lunghi",sponsorLabel:"1$ Sviluppatori sponsorizzati",help:"mano",browserShortcutsNoteForFirefox:"Per modificare le scorciatoie in Firefox, \xE8 necessario aprire la pagina di gestione delle estensioni `about:addons`, quindi fare clic su `Impostazioni` e poi su `Gestione scorciatoie` per impostare le scorciatoie.",browserShortcutsNoteForChrome:"Per modificare le scorciatoie in Chrome, \xE8 necessario aprire la pagina di gestione delle estensioni, impostarle nel pannello `Gestione scorciatoie` (`chrome://extensions/shortcuts`) e fare clic sul pulsante sottostante per passare alla pagina di gestione delle scorciatoie.",browserShortcutsSucks:"Le scorciatoie personalizzate sono formattate come (non viene effettuato il riconoscimento automatico, inserire direttamente)\uFF1A",enableLineBreakDescription:"Quando \xE8 attivata, le interruzioni di riga vengono inserite alla fine di ogni frase nei paragrafi lunghi per facilitarne la lettura.","browser.shortBrandName":"Traduzione in immersione","browser.brandName":"Immersion Translation: traduzione bilingue di pagine web e documenti PDF","browser.brandDescription":"Bilingual web page translation, also supports PDF translation, bilingual Epub eBook translation, free to use.","browser.toggleTranslatePage":"Tradurre la pagina/visualizzare il testo originale","browser.toggleTranslateTheWholePage":"Tradurre tutte le aree della pagina/visualizzare il testo originale","browser.toggleOnlyTransation":"Cambia modalit\xE0 bilingue/solo traduzione","browser.toggleTranslateToThePageEndImmediately":"Traduzione immediata a fondo pagina/visualizzazione del testo originale","browser.toggleTranslateTheMainPage":"Tradurre l'area principale della pagina/visualizzare il testo originale","browser.shareToDraft":"Condividi le pagine bilingue","browser.openOptionsPage":"Aprire la pagina delle impostazioni","browser.toggleTranslationMask":"Mostra/nascondi l'effetto di sfocatura della traslazione","browser.translateLocalPdfFile":"Tradurre i file PDF locali","browser.openEbookViewer":"Leggere gli eBook locali","browser.openEbookBuilder":"Creare eBook EPUB bilingue","browser.translateLocalHtmlFile":"Tradurre file HTML/testo","browser.donateContext":"Scopri i vantaggi della sponsorizzazione","browser.translateLocalSubtitleFile":"Tradurre i file dei sottotitoli locali",confirmResetConfig:"\xC8 sicuro di voler ripristinare le impostazioni?",translationLineBreakSettingTitle:"Impostazione dell'avanzamento riga di traduzione",smartLineBreak:"alimentazione di linea intelligente (calcolo)",alwaysLineBreak:"Sempre avanzamento di riga",isShowContextMenu:"Aggiungere pagine tradotte alle voci di menu del tasto destro del mouse",toggleBeta:"Abilitazione delle funzioni di beta testing",betaDescription:"Attiva funzioni ancora sperimentali e un servizio di traduzione in beta. Unitevi al <1>gruppo Telegram per saperne di pi\xF9.",translationLineBreakSettingDescription:"Le interruzioni di riga sono sempre ordinate per le pagine con meno contenuti. (Usare interruzioni di riga intelligenti nei paragrafi lunghi e ricchi di contenuti (pi\xF9 di{count}caratteri) per risparmiare spazio).",tempTranslateDomainTitle:"Durata dell'attivazione temporanea della traduzione del sito web",tempTranslateDomainDescription:"Quando si traduce manualmente una pagina web, \xE8 possibile attivare temporaneamente la traduzione automatica del sito web e impostare la durata temporanea.",xMinutes:"{count} minuti",disabled:"vietare l'uso di qcs.",changelog:"Registro degli aggiornamenti",toggleTranslatePageWhenThreeFingersOnTheScreen:"Il tocco simultaneo di pi\xF9 dita sullo schermo traduce le pagine web/visualizza il testo originale",toggleTranslationMaskWhenThreeFingersOnTheScreen:"Il tocco con pi\xF9 dita mostra/nasconde l'effetto di sfocatura.",fingerCountToToggleTranslagePageOnlyTranslationWhenTouching:"Pi\xF9 dita che toccano lo schermo contemporaneamente traducono la pagina web (solo traduzione)/visualizzano il testo originale.",addUrlDescription:"Pu\xF2 essere un nome di dominio e supporta anche i caratteri jolly, ad esempio\uFF1A*.google.com, google.com/mail/*, https://www.google.com/*",general:"Impostazioni di base",clickToExpandConfig:"Espandere la configurazione attuale",import:"Importazione da file",export:"Esportazione su file",toggleDebug:"Stampa il log di debug sulla console","fingers.0":"coagulo","fingers.2":"tocco con due dita","fingers.3":"tocco con tre dita","fingers.4":"tocco a quattro dita","fingers.5":"tocco a cinque dita",mouseHoldKey:"+ {key} tradurre/ripristinare il paragrafo",mouseHoldKeyAuto:"Traduzione diretta del paragrafo",mouseHoldKeyOff:"Non fare nulla.",mouseHoldKeyOther:"Collegamenti personalizzati (impostazioni di apertura)",mouseHoldKeyCustomKey:"{key} Traduzione/riduzione del paragrafo",mouseHoverHoldKey:"Passaggio del mouse mentre si premono i tasti di scelta rapida per tradurre i paragrafi","mouse-translate":"passaggio del mouse",document:"(computer) file",resetSuccess:"Reimpostare tutte le impostazioni con successo",resetThisSuccess:"Ripristino riuscito",saved:"Salva il successo",successImportConfig:"Configurazione importata con successo",goAdvancedSettings:"Andare alla pagina Impostazioni avanzate",goAdvancedInterfaceSettings:"Andare alla pagina Impostazioni di personalizzazione avanzate",advanced:"Impostazioni avanzate",advancedDescription:"In genere non \xE8 necessaria alcuna impostazione, basta lasciarla come predefinita. Solo per gli utenti pi\xF9 specializzati sono disponibili impostazioni pi\xF9 personalizzate.",developer:"Impostazioni dello sviluppatore",donateCafe:"prezzi","translate to the bottom of the page":"Si traduce in fondo alla pagina subito dopo l'ingresso nella pagina?",feedback:"Domanda Feedback",toggleTranslatePage:"Tradurre la pagina/visualizzare il testo originale",translateToThePageEndImmediatelyDescription:"Se si attiva, il contenuto viene tradotto immediatamente dall'inizio alla fine della pagina, non appena viene inserito. Se lo si disattiva, il contenuto viene tradotto man mano che si legge. (Non consigliato)","translate all areas of the page":"Se tradurre tutte le aree della pagina",translationAreaDescription:"Attivato, vengono tradotte tutte le aree dell'intera pagina web. Se si disattiva, viene utilizzato il riconoscimento intelligente predefinito e vengono tradotte solo le aree principali. (Non si consiglia di attivarlo)","the number of characters to be translated first":"Tradurre direttamente i primi caratteri della pagina senza attendere lo scorrimento dell'area di visualizzazione","interface language":"linguaggio dell'interfaccia","display both the original text and the translation":"Visualizzazione simultanea di originale e traduzione","keyboard shortcuts":"Scorciatoie da tastiera",modify:"Modifica dei tasti di scelta rapida",reset:"riproposizione",close:"coagulo",homepage:"homepage",more:"di pi\xF9",moreOptions:"Ampliare le opzioni di personalizzazione",translateTheWholePage:"Tradurre tutte le aree della pagina (invece di riconoscere intelligentemente le aree principali)",changeToTranslateTheWholePage:"Passare alla traduzione di tutte le regioni",changeToTranslateTheMainPage:"Passare all'area principale di traduzione",changeToOnlyTranslationMode:"Alterna per visualizzare solo le traduzioni",changeToDualTranslationMode:"Passare alla traduzione bilingue",translateToThePageEndImmediately:"Traduzione immediata a fondo pagina",translateTheMainPage:"Regioni chiave della traduzione intelligente","The local rules are up to date":"Le norme di adattamento locali sono aggiornate.","Successfully synchronized with the latest official rules:":"Sincronizzato con successo con le ultime regole ufficiali di adattamento.","Checking for updates":"Controllo degli aggiornamenti","Rules are being synchronized":"Regole di adattamento sincronizzate",localVersionIsTooOld:"La versione dell'estensione locale \xE8 troppo vecchia; aggiornare l'estensione a {minVersion} o a una versione pi\xF9 recente prima di tentare la sincronizzazione.",badUserscriptBrowser:"Il browser attuale non implementa correttamente l'interfaccia dell'estensione Grease Monkey (ad esempio, per ottenere informazioni sul numero di versione dello script Grease Monkey stesso); si prega di utilizzare altri browser che <1>supportano l'estensione Grease Monkey, come Firefox.",foundNewVersion:"Scoprite la nuova versione",theLocalExtensionIsUpToUpdate:"L'estensione attuale \xE8 aggiornata.",failToSyncRules:"Mancata sincronizzazione delle ultime regole di adattamento",retry:"Fare clic qui per riprovare",failedReason:"Motivi del fallimento",currentRuleVersion:"Versione attuale della regola",calculating:"calcoli",unknownError:"errore sconosciuto",canNotFetchRemoteRule:"Impossibile ottenere le regole remote",enableAlphaSuccess:"Alfa abilitato",disableAlphaSuccess:"La funzione Alpha \xE8 stata disattivata",cacheSize:"Dimensione della cache\uFF1A",cleaning:"in fase di liquidazione",cleanCache:"cancellare la cache",options:"allestimento",about:"rispetto a",service:"servizio di interpretariato",needAction:"(Vai alle impostazioni)",goSettings:"procedere con l'impostazione",needActionForOptions:"(da impostare)",translationEngine:"Opzioni del motore",sourceLanguage:"Lingua originale",target:"lingua di destinazione",popupSourceLanguage:"Lingua originale",popupTarget:"lingua di destinazione",popupService:"servizio di interpretariato",forThisSite:"Sito web attuale",autoEnableSubtitle:"Attiva automaticamente i sottotitoli bilingue",alwaysTranslate:"Tradurre sempre",neverTranslate:"Mai tradurre",alwaysTranslateSomeLanguage:"Tradurre sempre {language}",neverTranslateSomeLanguage:"Mai tradurre {language}",alwaysTranslateSomeSite:"Tradurre sempre {hostname}",neverTranslateSomeSite:"Mai tradurre {hostname}",alwaysTranslateSomeSiteOrWildSite:"Tradurre sempre il sito",alwaysTranslateSomePage:"Tradurre sempre la pagina",add:"aumento",default:"predefinito (impostazione)",forThisLanguage:"Per questa lingua\uFF1A","add url":"Inserire l'URL",edit:"compilatore","translate other languages into specific language":"Tradurre altre lingue nella lingua impostata","select translation service":"Selezionare un servizio di traduzione",language:"multilinguismo","show-original":"Mostra il testo originale",translate:"rendering",Translated:"tradotto",Translating:"in traduzione",Error:"non corretto",allowCacheTranslations:"Abilitare la cache delle traduzioni locali (per ridurre le richieste di traduzione per i passaggi duplicati)","translation display":"Stile di visualizzazione della traduzione","select diplay style":"Distinguere gli stili di traduzione, con specifico riferimento ai seguenti esempi",interface:"Impostazioni dell'interfaccia",import_export:"Importazione/Esportazione",import_export_title:"Configurazione di importazione/esportazione",syncToGoogleDrive:"Sincronizzazione con Google Drive ora",floatBallOptions:"Impostazioni Hoverball","floatBallOptions.enable":"Abilitare l'Hoverball","floatBallOptions.blockUrls":"Disattivare il sito web","floatBallOptions.add":"aumento","floatBallOptions.blockUrlDesc":"Gli Hoverball non vengono visualizzati quando si incontrano i seguenti siti web","floatBallOptions.clickType":"comportamento di clic","floatBallOptions.clickTypeDesc":"Comportamento dell'icona Hoverball quando viene cliccata","floatBallOptions.clickPopup":"Mostra pannello di traduzione","floatBallOptions.clickTranslate":"Traduzione/visualizzazione del testo originale",previewAllThemes:"Anteprima di tutti gli stili","translationTheme.none":"non hanno","translationTheme.grey":"grigio scuro","translationTheme.dashed":"sottolineatura tratteggiata","translationTheme.dotted":"trattino basso tratteggiato","translationTheme.dashedBorder":"bordo tratteggiato","translationTheme.solidBorder":"bordo solido","translationTheme.underline":"Sottolineare le linee rette","translationTheme.mask":"Effetti fuzzy (modalit\xE0 di apprendimento)","translationTheme.opacity":"effetto trasparenza","translationTheme.paper":"Effetto ombra su carta bianca","translationTheme.dividingLine":"linea di demarcazione","translationTheme.highlight":"alta luminosit\xE0","translationTheme.marker":"marcatore (parola d'ordine)","translationTheme.marker2":"Marcatore 2","translationTheme.blockquote":"Stili di riferimento","translationTheme.weakening":"indebolimento","translationTheme.italic":"carattere obliquo","translationTheme.bold":"addensare","translationTheme.thinDashed":"sottile linea tratteggiata di sottolineatura","translationTheme.nativeDashed":"Il sistema \xE8 dotato di una sottolineatura tratteggiata","translationTheme.nativeDotted":"Il sistema viene fornito con una sottolineatura tratteggiata","translationTheme.nativeUnderline":"Il sistema viene fornito con una linea retta di sottolineatura","translationTheme.wavy":"linea ondulata","translationServices.custom":"API personalizzata","translationServices.tencent":"Traduttore Tencent","translationServices.tenAlpha":"Traduttore Tencent (Alpha)","translationServices.google":"Google Translate","translationServices.bai":"Baidu (Alfa)","translationServices.baidu":"Traduzione di Baidu","translationServices.aliyun":"Traduzione di AliCloud","translationServices.volc":"traduzione vulcanica","translationServices.deeplx":"DeepLX (Beta)","translationServices.bing":"Microsoft Translate","translationServices.deepl":"DeepL","translationServices.wechat":"Traduzione di WeChat","translationServices.azure":"Traduzione di Azure","translationServices.ibm":"IBM Watson","translationServices.aws":"Traduzione Amazon","translationServices.mock":"Traduzione simulata","translationServices.mock2":"Traduzione simulata 2","translationServices.caiyun":"illuminato. nuvole colorate e piccole traduzioni","translationServices.cai":"Nuvole colorate (Alpha)","translationServices.volcAlpha":"Vulcano (Alfa)","translationServices.openl":"AprireL","translationServices.youdao":"Traduzione su Youtube","translationServices.you":"Traduttore Youdao (Alpha)","translationServices.transmart":"Traduzione interattiva di Tencent","translationServices.niu":"Traduttore anticonformista","translationServices.papago":"Traduzione di Papago","translationServices.d":"D (Alfa)","translationServices.dpro":"D Pro (Canarino)","translationServices.openai":"OpenAI","translationServices.yandex":"Yandex","translationServices.chatgpt":"ChatGPT Web(3.5 mobile)","translate title":"Tradurre i titoli delle pagine","always languages":"Tradurre sempre la lingua",neverTranslateLanguagesLabel:"La lingua che non sar\xE0 mai tradotta",neverTranslateTheFollowingLanguagesDescription:"Le traduzioni vengono saltate quando un paragrafo della pagina \xE8 in una delle seguenti lingue",enableUserscriptPagePopup:"Mostra l'hoverball nella pagina",enableUserscriptPagePopupDescription:"Dopo aver disattivato l'hoverball, pu\xF2 essere richiamato con la scorciatoia /{touch}. Si consiglia vivamente di inserire tra i preferiti questa pagina di impostazioni per evitare di non riuscire a trovare l'hoverball dopo aver inavvertitamente disattivato questa opzione!","always translate the following languages":"Traduce automaticamente nella lingua di destinazione quando la pagina \xE8 in una delle seguenti lingue","always sites":"Siti web sempre tradotti","always translate the following sites":"I siti web vengono tradotti automaticamente nella lingua di destinazione quando sono i nomi di dominio di","never sites":"Sito web mai tradotto","never translate the following sites":"Le traduzioni non verranno effettuate quando il sito web \xE8 destinato ai seguenti domini","please refer to":"\xC8 necessario compilare la chiave prima di poterla utilizzare.",KeyAndConfigurationTutorial:"Esercitazione sull'applicazione e la configurazione delle chiavi",useAboveStyleForTheseSites:"Usare sempre lo stile di traduzione \u2308{theme}\u230B quando il sito \xE8 destinato ai seguenti domini",currentUrl:"URL corrente",confirm:"salvare (un file, ecc.) (informatica)",cancel:"cancellazioni",delete:"rimozione","languages.auto":"rilevamento automatico",syncToCloud:"Sincronizzazione con Google Drive",syncToCloudDescription:"Caricata nel cloud, la configurazione pu\xF2 essere sincronizzata tra diversi browser/ script di scimmia grassa, a seconda dell'ultima modifica.",syncToAccount:"Sincronizzazione con il Cloud di traduzione immersiva",syncToAccountButton:"Sincronizzazione istantanea con il cloud",syncToAccountDescription:"Sincronizzare automaticamente le configurazioni tra i diversi dispositivi, a seconda dell'ultima modifica.",successSyncConfigInAccount:"Sincronizzazione riuscita con il cloud",successSyncConfigToAccount:"Sincronizzazione riuscita con il cloud",syncConfigNoUpdate:"\xC8 gi\xE0 aggiornato.",authFail:"Mancata autorizzazione",syncTitle:"Gestione manuale del backup",import_hint:"importazione (dati)",upload:"caricare",revokeAuth:"revocare un'autorizzazione",uploadFail:"Caricamento fallito",download:"scaricare",importSuccess:"Importato con successo",importFail:"errore di importazione",deleteFail:"Cancellazione non riuscita",backupToCloud:"Gestione manuale dei file di backup",create_new_backup:"Aggiungere un nuovo nodo di backup",maxBackupFiles:"\xC8 possibile eseguire il backup di un massimo di{count}nodi diversi; eliminare i nodi non necessari.",backupToCloudDescription:"Caricare o ripristinare manualmente i file di backup, consentendo fino a 3 backup diversi.",successSyncConfig:"Sincronizzazione di successo con il cloud",syncFail:"errore di sincronizzazione",updatedAt:"Aggiornato da {date}",lastSyncedAt:"Ultimo controllo: {date}",downloadFail:"Impossibile scaricare",clickToDownload:"Fare clic per scaricare",aboutLabel:"Informazioni - Feedback","browser.openAboutPage":"Informazioni/Risposte",aboutLabelWithoutSponsor:"Informazioni - Feedback",aboutIntro:"Che tutti noi possiamo avere un accesso pi\xF9 facile e piacevole alla grande quantit\xE0 di informazioni in lingua straniera su Internet \u2764\uFE0F Potete scegliere di attivare la vostra <6>iscrizione Pro per utilizzare le traduzioni di DeepL e OpenAI.

Potete seguirci su <3>Twitter, <4>Telegram, Weibo, WeChat o <5>iscrivervi alla nostra mailing list per seguire gli aggiornamenti.
I <7>membri Pro possono contattarci all'indirizzo <8>support@immersivetranslate.com per un rapido servizio clienti.",aboutIntroWithoutSponsor:"Che tutti noi possiamo avere un accesso pi\xF9 facile e piacevole all'enorme quantit\xE0 di informazioni in lingua straniera disponibili su Internet \u2764\uFE0F

Potete seguirci su <3>Twitter, <4>canale Telegram, WeChat, WeChat Exchange, o <5>iscrivervi per seguire gli aggiornamenti via <5>e-mail qui sotto.",projectHomepage:"Progetto Home",joinTelegramGroup:"Unitevi al gruppo di utenti per partecipare alle discussioni sulle funzionalit\xE0",wechatPublicAccount:"WeChat Pubblico",wechatCommunities:"Gruppo di scambio WeChat",qqCommunities:"Canale di comunicazione QQ",joinTelegramChannel:"Seguite il canale Telegram per gli ultimi aggiornamenti",feedbackAndJoin:"Domanda Feedback / Aggiungi gruppo",autoSync:"sincronizzazione automatica dell'ora",loadingThemeTitle:"Stile di caricamento",loadingThemeDescription:"Impostazione dello stile in attesa del caricamento della traduzione","loadingTheme.spinner":"Animazione di rotazione","loadingTheme.text":"testo statico qcs. ","loadingTheme.none":"non mostrato",developerDescription:"La documentazione sulla personalizzazione avanzata \xE8 disponibile <1>qui","edit border color":"Modificare il colore del bordo",successSyncButNoChange:"La configurazione attuale \xE8 coerente con il cloud",customTheme:"Colori e dimensioni personalizzate","customThemeLabel.borderColor":"Colore del bordo","customThemeLabel.borderRadius":"Bordi arrotondati","customThemeLabel.textColor":"colore del testo","customThemeLabel.backgroundColor":"colore di sfondo","customThemeLabel.zoom":"Scalatura dei caratteri (%)","customThemeLabel.opacity":"Opacit\xE0 del testo (%)",resetToDefaultColor:"Ripristino dei colori predefiniti",resetToDefaultSettings:"Ripristino delle impostazioni predefinite",isTranslateTitle:"Abilita la traduzione dei titoli delle pagine",isTranslateTitleDescription:"All'apertura, il titolo della pagina viene tradotto",enableSearchEnhancement:"Abilitazione del miglioramento dei messaggi bilingue",enableSearchEnhancementDescription:'Una volta abilitato, i risultati della ricerca di "Google News" verranno automaticamente visualizzati nella colonna destra dei siti web supportati (Google News, Google Search (alcune parole chiave), Snowball, Oriental Fortune, Futura, Tiger Community) per le parole chiave inglesi corrispondenti.',verifyService:"Clicca qui per testare il servizio",verified:"Verifica del successo","field.langs":"Codici lingua supportati","field.model":"modellazione","field.translationEngine":"motore di traduzione","field.limitPerMinute":"Richieste massime al minuto","field.limitPerSecond":"Numero massimo di richieste al secondo","field.maxTextLengthPerRequest":"Lunghezza massima del testo per richiesta","field.maxTextGroupLengthPerRequest":"Numero massimo di paragrafi per richiesta","field.apiUrl":"Indirizzo dell'interfaccia API personalizzata","field.placeholderDelimiters":"segnaposto riservato","description.custom":"Interfaccia personalizzata Accesso Documentazione necessaria","description.limitPerMinute":"Le richieste che superano questo limite vengono messe in coda fino all'inizio del minuto successivo. A causa delle varie limitazioni dell'attuale servizio di OpenAI, fare clic <1>qui per gli ultimi valori suggeriti.","description.limitPerSecond":"Le richieste che superano questo limite vengono messe in coda fino all'inizio del secondo successivo. A causa delle varie limitazioni dell'attuale servizio di OpenAI, fare clic <1>qui per gli ultimi valori suggeriti.","description.generalLimitPerSecond":"Le richieste che superano questo limite vengono messe in coda fino all'inizio del secondo successivo.","description.prompt":"Invia una conversazione a {service} come utente, dove {{text}} rappresenta il contenuto del testo del paragrafo, {{from}} rappresenta la lingua del paragrafo, {{to}} rappresenta la lingua di destinazione.","description.maxTextLengthPerRequest":"Il numero massimo di caratteri per richiesta \xE8 troppo elevato e causa una risposta lenta dell'interfaccia; provare a regolare questa opzione per ottimizzare la velocit\xE0.","description.systemPrompt":"Un dialogo inviato a OpenAI come sistema, dove {{text}} indica il contenuto testuale del paragrafo,{{from}} indica la lingua del paragrafo e{{to}} indica la lingua di destinazione.","field.domain":"regno","description.domain":"L'impostazione predefinita \xE8\uFF1Ageneral. Pu\xF2 essere impostata solo se la traduzione con dominio \xE8 abilitata nella console Arima API, vedere <1>qui per i domini supportati.","field.scene":"prendere","description.scene":"Valore predefinito:\uFF1Ageneral. Pu\xF2 essere impostato solo se la console API di AliCloud apre Machine Translation Pro, vedere <1>qui per gli scenari supportati.","field.vocabId":"ID del dizionario utente","description.vocabId":"Il dizionario out_id specificato, attualmente supporta la traduzione dall'inglese al cinese.","description.model":"Modelli OpenAI, possono essere gpt-3.5-turbo, gpt-4, ecc.","description.maxTextGroupLengthPerRequest":"Il numero di paragrafi inviati al servizio di traduzione alla volta; se ci sono troppi paragrafi, l'interfaccia potrebbe rispondere pi\xF9 lentamente.","description.apiUrl":"Si prega di aggiungere URL specifici con percorsi, <1>ulteriori descrizioni",enabledExtension:"Abilitazione delle estensioni",clickToDisableExtension:"Fare clic per disattivare le estensioni",clickToEnableExtension:"Fare clic per abilitare le estensioni",hasBeenDisabled:"disabilitato","show password":"Mostra password",customContent:"Inserire un nome di modello personalizzato",inputOptions:"Miglioramento della casella di input",mouseHoverOptions:"passaggio del mouse",modifyMouseHoverKey:"Modifica della scorciatoia per il passaggio del mouse",enableInputTranslation:"Abilitare o meno il miglioramento della casella di input",enableInputTranslationDescription:"Una volta abilitato, digitare {startingKey}{startingKey} hello direttamente nella casella di input, poi premere rapidamente{inputTrailingTriggerKeyRepeatTimes}volte{trailingKey}per tradurre in {inputTargetLanguage}.",enableInputTranslationDescriptionForNoneKey:"Una volta abilitato, digitate\uFF1AHello World direttamente nella casella di input, quindi premete rapidamente{inputTrailingTriggerKeyRepeatTimes}{trailingKey}volte per tradurre nella lingua di destinazione predefinita.",inputTargetLanguage:"Impostazione della lingua di destinazione predefinita per le caselle di input",inputTargetLanguageDescription:"Lingua di destinazione predefinita per la traduzione della casella di input, ovvero {startingKey}{startingKey} come lingua predefinita per le parole di attivazione.",inputTargetLanguageDescriptionForNoneKey:"Lingua di destinazione predefinita per la traduzione della casella di input",inputStartingTriggerKeyTitle:"Impostazione del carattere di divisione per la traduzione parziale della casella di input",inputStartingTriggerKeyDescription:"Quando non \xE8 necessario tradurre l'intera casella di input, lo splitter consente di tradurre solo la parte da {startingKey}{startingKey} alla fine della casella di input, oppure \xE8 possibile specificare il codice della lingua, ad esempio\uFF1A{startingKey}ja significa tradurre solo la parte da {startingKey}ja alla fine della casella di input.",inputStartingTriggerKeyDescriptionForNoneKey:"L'impostazione attuale di nessun prefisso non \xE8 necessaria e la funzione di traduzione di alcuni testi nella casella di immissione non \xE8 al momento disponibile.",inputTrailingTriggerKeyTitle:"Selezionare un carattere di attivazione di fine inserimento",inputTrailingTriggerKeyDescription:"3 colpi veloci{trailingKey} inizier\xE0 a tradurre!",inputTrailingTriggerKeyTimeout:"Immettere l'intervallo di tempo tra gli inneschi di fine combattimento",inputTrailingTriggerKeyTimeoutDescription:"Imposta l'intervallo di tempo (in millisecondi) tra le attivazioni della combo di fine input",spaceKey:"<\u7A7A\u683C\u952E>",noneKey:"Traduzione diretta dell'intera casella di testo senza prefissi",inputTranslationBlockUrlsTitle:"Non abilitare il miglioramento della casella di input nei seguenti URL",inputTranslationBlockUrlsDescription:"I miglioramenti della casella di input non funzionano con i seguenti URL",clickToSeeQuickDemo:"Fare clic per espandere il video di esercitazione rapida di 30 secondi",inputHelperInfo:"Descrizione\uFF1AAbbiamo ottimizzato il fatto che alcuni caratteri di attivazione si trasformano in segni di punteggiatura cinesi con i metodi di input cinesi, ad esempio, / si trasforma in un segno di dun, con il metodo di input Sogou, e Immersive Translator supporta tutti i simboli cinesi corrispondenti ai caratteri di attivazione, ad esempio //,,, saranno riconosciuti come caratteri di attivazione.

Supportiamo anche gli alias cinesi per i codici di lingua come comandi, ad esempio /Japanese Hello World verr\xE0 tradotto in giapponese; <1>fare clic qui per vedere tutti i codici di lingua supportati.",reloadCurrentPage:"Aggiornare la pagina corrente prima di iniziare la traduzione.",noLocalFilePermissionForPDF:"Non si ha l'autorizzazione a leggere i file locali, fare clic sul pulsante sopra e importare i file locali.",noPermissionForThisPage:"\u26A0\uFE0F Nessun permesso per tradurre la pagina corrente",retryAllParagraphs:"Riprova tutti i passaggi di errore",retryAllButton:"Riprova tutti i passaggi di errore",errorTooltipTitle:"Fare clic per visualizzare la causa dell'errore",errorModalTitle:"Sembra che ci sia qualcosa che non va nel servizio di traduzione o nella rete...",disableConfirm:"Impostazione bilingue per il miglioramento delle informazioni",disableOnce:"Questa disabilitazione",disableGlobal:"disabilitare in modo permanente",disableTint:"* \xC8 possibile riabilitarlo all'indirizzo {option} .",searchEnhancementNotes:"Dopo aver attivato la funzione Immersive Translation Bilingual Information Enhancement, cercheremo automaticamente le stesse parole chiave in inglese sui siti web supportati (Google News, Google Search (alcune parole chiave), Snowball, Oriental Wealth, Futura, Tiger) e le visualizzeremo sul lato destro. Potete scegliere di disabilitare questa funzione se non ne avete bisogno.",option:"allestimento",saveSettings:"Salva le impostazioni",closeModal:"Chiudere la finestra",enableInputTranslationWithoutTriggerKeyTitle:"Abilitare 3 colpi rapidi su{trailingKey}per tradurre direttamente l'intera casella di input in{inputTargetLanguage}",enableInputTranslationWithoutTriggerKeyDescription:"Per specificare la lingua di destinazione, usare il prefisso della lingua, per esempio\uFF1Aja Hello World",mouseHoverShortcutPlaceholder:"Ad esempio,\uFF1AShift",deepLProName:"Immersive Translation Pro Membro (consigliato)",deepLProDescription:"Il pacchetto corrente pu\xF2 essere utilizzato direttamente",deeplProDescriptionForNormal:"Non \xE8 richiesta alcuna configurazione, i membri possono utilizzarlo dopo il login, <1>clicca qui per passare a membro",deepLCustomDescription:"\xC8 richiesta una carta di credito estera, aperta ufficialmente su <1>DeepL, clicca per la <2>documentazione",deepLCustomName:"Chiave di autorizzazione personalizzata",chooseProviderLabel:"Selezionare un fornitore di servizi",openaiProName:"Immersive Translation Pro Membro (consigliato)",openaiProDescription:"Il pacchetto corrente pu\xF2 essere utilizzato direttamente",openaiProDescriptionForNormal:"Non \xE8 richiesta alcuna configurazione, i membri possono utilizzarlo dopo il login, <1>clicca qui per passare a membro",openaiCustomDescription:"Disponibile su OpenAI, Azure OpenAI o altri servizi di terze parti, <1>fare clic qui per la documentazione.",openaiCustomName:"Chiave API personalizzata",needLoginAction:"(Iscrizione aperta o personalizzazione)",goLoginOrAction:"(Aprire un'iscrizione o andare alle impostazioni)",yearly:"effettuare un pagamento annuale consecutivo",quarterly:"avvolgimento sequenziale",monthly:"abbonamento mensile",yearlyForOnce:"Pacchetto annuale una tantum",monthlyForOnce:"Pacchetto mensile una tantum",daily:"giorni consecutivi di pacchetti",year:"effettuare un pagamento annuale consecutivo",quarter:"avvolgimento sequenziale",month:"abbonamento mensile",day:"giorni consecutivi di pacchetti",onetime_7day:"Pacchetto esperienza di 7 giorni",currentPlanDescriptionForFree:"Pacchetti attuali\uFF1AGratis",currentPlanDescriptionForContinuous:"L'attuale pacchetto\uFF1A{plan}sar\xE0 rinnovato automaticamente su {endAt} .",currentPlanDescriptionForAutoRenewCaceling:"L'attuale pacchetto\uFF1A{plan}scadr\xE0 il giorno {endAt} e non sar\xE0 rinnovato automaticamente alla scadenza.",currentYearlyPlanDescriptionForAutoRenewCacelingWithRealPaiedUser:"Il pacchetto attuale,\uFF1A{plan}, scadr\xE0 il {endAt} e non sar\xE0 rinnovato automaticamente alla scadenza.
<1>Clicca qui per gestire il tuo piano di rinnovo",currentYearlyPlanDescriptionForAutoRenewCacelingWithAdmin:"Il pacchetto attuale,\uFF1A{plan}, scadr\xE0 il {endAt} e non sar\xE0 rinnovato automaticamente alla scadenza.
<1>Fare clic qui per attivare l'abbonamento annuale continuo",currentPlanDescriptionForOneTime:"L'attuale abbonamento\uFF1A{plan}scadr\xE0 il {endAt} , <1>clicca qui per passare all' abbonamento <1>annuale o <2>mensile.",upgradePlan:"Clicca qui per passare all'iscrizione Pro",upgradeToPro:"Aggiornamento all'iscrizione Pro","popup.openPro":"Passa all'iscrizione Pro per usufruire di DeepL e della traduzione OpenAI, clicca qui per effettuare l'aggiornamento!","popup.openProForPro":"Sei un membro Pro con accesso diretto alle traduzioni di DeepL e OpenAI!",currentAccount:"conto corrente",enableAutoSyncUserSettings:"Abilita la sincronizzazione automatica con il cloud su pi\xF9 dispositivi",modalEnableInputTranslationTitle:"Casella di input per la traduzione immersiva Avvisi di traduzione",modalEnableInputTranslationDesc:"\xC8 stata appena attivata la traduzione della casella di input di Immersive Translation premendo la barra spaziatrice 3 volte in rapida successione e il contenuto della casella di input verr\xE0 tradotto nella lingua di destinazione predefinita. La traduzione pu\xF2 essere annullata con Ctrl+Z.

Se si tratta di un errore, non preoccupatevi: potete scegliere di disattivarla questa volta o di disabilitare definitivamente la traduzione delle caselle di input.",saveAndNotShowAgain:"Salvare e interrompere la richiesta",disableInputTranslationTips:"* \xC8 inoltre possibile impostare altre scorciatoie da attivare in {option} ,{learnMore}.",learnMore:"Clicca qui per saperne di pi\xF9",continueEnalbeInputTranslation:"Continuare ad abilitare la traduzione della casella di input",autoRenewTrialSuffix:`(In prova,\xE8 passato immediatamente all'iscrizione completa)`,upgradeFromTrialTitle:"Aggiornamento a Socio Effettivo",subtitle:"sottotitoli video",youtubeService:"Traduzione in immersione Servizi di traduzione con sottotitoli video","subtitle.disabledSubtitle":"Disattivare in modo permanente la funzione dei sottotitoli video","subtitle.disabledSubtitleDescription":"Se Immersive Translator's Video Subtitles entra in conflitto con altre estensioni, \xE8 possibile scegliere di disabilitare definitivamente la funzionalit\xE0 di Immersive Translator's Video Subtitles o disinstallare le altre estensioni in conflitto.","subtitle.autoEnableSubtitle":"Uso automatico dei sottotitoli bilingue","subtitle.autoEnableSubtitleDescription":"Una volta attivato, i sottotitoli bilingue verranno visualizzati automaticamente durante la riproduzione del video, altrimenti sar\xE0 necessario fare clic sul pulsante di traduzione per visualizzarli.","subtitle.preTranslation":"Tradurre i sottotitoli con la traduzione immersiva","subtitle.preTranslationDescription":"Quando \xE8 abilitato, l'intero sottotitolo sar\xE0 pre-tradotto utilizzando il servizio di traduzione specificato di seguito; un video di un'ora consumer\xE0 circa 50.000 gettoni o caratteri, quindi si prega di utilizzarlo a propria discrezione; quando \xE8 disabilitato, i sottotitoli originali saranno utilizzati per primi.","subtitle.humanSubtitlesPreferred":"Uso prioritario del sottotitolaggio umano","subtitle.humanSubtitlesPreferredDescription":"Privilegiare l'uso di sottotitoli umani quando il video ha sottotitoli umani nella lingua di destinazione (consigliato)",videoSubtitleTranslationDescription:"Assegnare un servizio di traduzione separato per i sottotitoli video",subtitleTranslating:"Attendere mentre i sottotitoli vengono tradotti con il servizio {service} ... (traduzione ad immersione)",subtitleLoading:"Caricamento dei sottotitoli...",bilingual:"bilinguismo","field.action":"Se abilitare la terminologia Baidu","description.action":"Quando \xE8 abilitato, un parametro action=1 sar\xE0 aggiunto alla richiesta per informare Baidu del termine abilitato; <1>per ulteriori informazioni, consultare la documentazione ufficiale.",closeQuickTranslation:"Chiudere Hoverball","closeQuickTranslation.untilNext":"Questa volta chiuso fino alla prossima visita","closeQuickTranslation.currentWebsite":"Sito attuale disabilitato","closeQuickTranslation.alwaysClose":"disabilitare in modo permanente","closeQuickTranslation.settingOpen":"(pu\xF2 essere attivata nella <1>pagina delle impostazioni )","closeQuickTranslation.cancel":"cancellazioni","closeQuickTranslation.confirm":"definire","floatBall.popup":"Aprire il pannello Impostazioni rapide","floatBall.translate":"Fare clic per tradurre la pagina","floatBall.showOriginal":"Fare clic per tornare all'articolo originale","floatBall.close":"Chiudere Hoverball","floatBallOptions.enableDescPc":"Dopo aver abilitato l'hoverball della pagina, verr\xE0 visualizzato un pulsante di traduzione rapida sul lato destro della pagina: cliccatelo per tradurre!","floatBallOptions.enableDesc":"Dopo aver disattivato l'hoverball, \xE8 possibile richiamarlo con{touch}. Si consiglia vivamente di inserire tra i preferiti questa pagina di impostazioni nel caso in cui non si riesca a trovare l'hoverball dopo aver inavvertitamente disattivato questa opzione!","description.azureApiUrl":"Inserire l'indirizzo dell'interfaccia API personalizzata",confirmSupportMouse:"Forzare l'abilitazione del supporto del mouse",confirmSupportMouseDescription:"Rilevato che il browser corrente non supporta la funzione del mouse, \xE8 necessario abilitare il supporto del mouse?",sampleTargetText:"Verr\xE0 la lunga notte e io veglier\xF2 da oggi fino alla morte. Non prender\xF2 moglie, non far\xF2 feudi, non avr\xF2 figli. Non porter\xF2 una corona, non lotter\xF2 per l'onore. Far\xF2 il mio dovere, vivr\xF2 e morir\xF2.",sampleSourceText:"Night gathers, and now my watch begins. It shall not end until my death. I shall take no wife, hold no lands, father no children. I shall wear no crowns and win no glory. I shall live and die at my post.","desc.touchShortcutsToggleTranslatePageOnlyTranslation":"Solo traduzione significa che verr\xE0 visualizzata solo la traduzione, se la pagina web non \xE8 ancora stata tradotta, passer\xE0 alla modalit\xE0 e tradurr\xE0.","desc.toggleOnlyTransation":"La modalit\xE0 solo traduzione significa che verr\xE0 visualizzato solo il testo tradotto, se la pagina web non \xE8 ancora stata tradotta, cambier\xE0 modalit\xE0 e tradurr\xE0.",touchShortcutsToggleTranslatePageOnlyTranslation:"Imposta il gesto del touchscreen per passare alla modalit\xE0 bilingue/solo testo tradotto",download_started:"Il download \xE8 gi\xE0 iniziato, se non si avvia automaticamente, fai clic manualmente.",here:"Qui","translationFont.customPlaceholder":"carattere","error.goReset":"Vai a resettare","translationFont.custom":"Inserisci il carattere personalizzato",batchEdit:"Operazione in blocco","translationModeUrl.translation.title":"Solo modalit\xE0 di traduzione del sito web","error.configError":"Anomalia dei dati di configurazione","error.serveConfigError":"Errore nella configurazione del servizio","touch.mouse-translate":"Tradurre il paragrafo specificato","error.proTokenInvalid":"Se sei un utente Pro, per favore accedi prima di utilizzare il servizio di traduzione Pro.","translationModeLang.translation.title":"Solo modalit\xE0 di traduzione della lingua","translationServices.inherit":"Segui il servizio di traduzione principale",enableSentryReport:"Quando si verifica un errore di estensione, invia un feedback utilizzando Sentry",videoSubtitlePreTranslationOn:"I sottotitoli video utilizzeranno la traduzione immersiva come priorit\xE0.",translationFont:"Imposta il carattere","error.reloadPageOfSetting":"Dopo la configurazione, si prega di aggiornare la pagina e tradurre di nuovo.",detectServiceLoading:"Sto controllando i servizi di traduzione disponibili...",toggleToService:"Passa a {service} e riprova","translationModeLang.translation.description":"Quando la lingua della pagina \xE8 una delle seguenti, verr\xE0 utilizzata automaticamente solo la modalit\xE0 di traduzione.","translationModeUrl.translation.description":"Quando il sito web ha i seguenti nomi di dominio, verr\xE0 utilizzata automaticamente solo la modalit\xE0 di traduzione.","error.403":"Il servizio restituisce un errore, non si ha temporaneamente l'autorizzazione per accedere a questo servizio.","error.400":"Il servizio restituisce un errore, errore nei parametri della richiesta, si prega di controllare la configurazione corrispondente.",videoSubtitlePreTranslationOff:"I sottotitoli del video daranno la priorit\xE0 ai sottotitoli automatici inclusi nel video originale.","error.proUpgrade":"Dopo l'aggiornamento, si prega di aggiornare la pagina e tradurre di nuovo.","translationFont.notSupportErrorMessage":"Si prega di controllare se il nome del carattere inserito \xE8 corretto, o confermare che il carattere \xE8 gi\xE0 installato sul tuo dispositivo.","error.429":"Il servizio restituisce un errore, indicando che la richiesta \xE8 troppo frequente o supera il limite di quota, si prega di riprovare pi\xF9 tardi.","error.502":"Il servizio ha restituito un errore, il servizio \xE8 in timeout, si prega di riprovare pi\xF9 tardi.","error.googleLimitIp":"Il servizio restituisce un errore, il servizio Google ha limitato questo indirizzo IP, si consiglia di cambiare il nodo di rete.","error.openAIExceededQuota":"Il servizio restituisce un errore: il saldo del tuo account OpenAI non \xE8 sufficiente, si prega di ricaricare o collegare una carta di credito nel pannello di controllo ufficiale di OpenAI.","error.gemini.429":"Il servizio Gemini attuale ha raggiunto la sua capacit\xE0 massima, si prega di riprovare pi\xF9 tardi o passare ad un altro servizio di traduzione.","desc.toggleVideoSubtitlePreTranslation":"Dopo aver premuto, i sottotitoli bilingui del video utilizzeranno in primo luogo le impostazioni di traduzione immersive, premendo di nuovo avranno la priorit\xE0 i sottotitoli automatici inclusi nel video originale. Nota: questa scorciatoia modifica le impostazioni globali.","error.serveUnavailable":"Il servizio [{serverName}] che stai utilizzando attualmente non \xE8 accessibile a causa di problemi di connessione o del fornitore di servizi. Ti consigliamo di provare a ricaricare la pagina o di cambiare il servizio di traduzione attraverso le <1>impostazioni. Se sei un membro <2>Pro, puoi scegliere di utilizzare i servizi di traduzione pi\xF9 stabili di DeepL o OpenAI (<3>clicca qui per una prova gratuita). Inoltre, potrebbe essere necessario controllare la tua rete o le impostazioni del proxy.","error.openAIFreeLimit":"Il servizio restituisce un errore, la frequenza attuale delle richieste di traduzione ha raggiunto il limite massimo di 3 volte al minuto, si prega di riprovare pi\xF9 tardi. (Questo \xE8 il limite ufficiale di OpenAI per l'API Key gratuita, per rimuovere questo limite, si prega di collegare una carta di credito nel backend di OpenAI.)","floatBall.iKnow":"Lo so.","floatBallOptions.fixedPosition":"Posizione fissa",notLogin:"Non connesso","translationServices.gemini":"Gemelli","error.retry":"Riprova",pickAll:"Seleziona tutto","slide.right":"Scorri a sinistra","multipleClick.2":"Doppio clic",loggedIn:"Accesso effettuato","error.reason":"Motivo dell'errore","multipleClick.4":"Quadruplo colpo","multipleClick.3":"Triplo colpo","widget.translateFile":"PDF/ePub",shortcutSettings:"Scorciatoia","tagsInput.add":"+ Aggiungi","shortcutGroup.others":"Pi\xF9 scorciatoie personalizzate","slide.left":"Scorri a destra","subtitle.hideQuickButton":"Non mostrare pi\xF9 questa scorciatoia","widget.videoSubtitle":"sottotitoli video","error.subscriptionExpiredTitle":"La membership \xE8 scaduta",alwaysTranslateThisSite:"Sempre tradurre questo sito","floatBallOptions.fixedPositionLeft":"Sinistra",touchShortcutsOff:"Chiudi",neverTranslateThisSite:"Non tradurre mai questo sito web",translationOnlyMode:"Solo modalit\xE0 di traduzione",viewWithImmersiveTranslate:"Versione bilingue (traduzione immersiva)",contact:"Contattaci","browser.translateWithBing":"Utilizzo temporaneo di Microsoft per tradurre la pagina corrente",buildSnapshots:"Genera un'istantanea della pagina web","intro.floatBallTitle":"Traduzione rapida della sfera galleggiante","browser.translateWithOpenAI":"Utilizzo temporaneo di OpenAI per tradurre la pagina corrente","widget.videoSubtitleTooltip":"Supporta Youtube e altri {count}+ siti di video","browser.translateWithDeepL":"Utilizzo temporaneamente DeepL per tradurre la pagina corrente",errorReason:"Motivo dell'errore: {message}","browser.translateWithTransmart":"Utilizzo temporaneo di Tencent per tradurre la pagina corrente","shortcutGroup.shortcutsForTranslationServices":"Scorciatoie relative ai servizi di traduzione","browser.translateWithGoogle":"Utilizzo temporaneo di Google per tradurre la pagina corrente",temprarilyChangeTranslationTo_gemini:"Sto utilizzando Gemini per tradurre la pagina corrente.","browser.translateWithGemini":"Utilizza temporaneamente Gemini per tradurre la pagina corrente","widget.instructionTooltip":"Visualizza le istruzioni per l'uso",goLogin:"Vai a fare il login",temprarilyChangeTranslationTo_openai:"Sto utilizzando OpenAI per tradurre la pagina corrente.",temprarilyChangeTranslationTo_transmart:"Sto utilizzando Tencent per tradurre la pagina corrente.","floatBallOptions.fixedPositionRight":"lato destro",paragraphMinTextCountField:"Il numero minimo di caratteri necessari per tradurre un paragrafo",mouseHoverCustomKeyTitle:"Personalizza la scorciatoia del mouse al passaggio del mouse",temprarilyChangeTranslationTo_deepl:"Sto utilizzando DeepL per tradurre la pagina corrente.","subtitle.bilingual":"Sottotitoli bilingui",temprarilyChangeTranslationTo_bing:"Sto utilizzando Microsoft Translate per tradurre la pagina corrente.","intro.hoverTitle":"Posiziona il mouse per tradurre il paragrafo corrente","shortcutGroup.main":"Scorciatoie da tastiera di funzioni comuni",temprarilyChangeTranslationTo_google:"Sto utilizzando Google Traduttore per tradurre la pagina corrente.","subtitle.autoDisableSubtitle":"Non attivare automaticamente i sottotitoli bilingue",upgradeToProErrorTitle:"Si prega di aggiornare a membro Pro prima di utilizzare questo servizio di traduzione",touchShortcutsToggleTranslatePage:"Imposta gesti touch per tradurre pagine web / visualizzare il testo originale","widget.translateFileTooltip":"Traduci documenti PDF, EPUB, SRT, ASS, HTML e TXT","widget.instruction":"Istruzioni per l'uso","proQuotaExceededError.resetTime":"3. Tempo di reimpostazione del limite: {resetTime}","shortcutGroup.touch":"Gesti specifici per touch screen","floatBall.guideClickToTranslate":"Clicca sulla sfera galleggiante di traduzione immersiva per tradurre rapidamente","subtitle.showQuickButton":"Nel lettore visualizza la scorciatoia per i sottotitoli bilingue","floatBall.longPress":"Tenendo premuto a lungo \xE8 possibile aprire rapidamente il pannello delle impostazioni.","neverTranslateText.title":"Le parole seguenti rimangono in lingua originale, non tradurre.","browser.translateInputBox":"Traduci il contenuto attuale del campo di input.","browser.toggleVideoSubtitlePreTranslation":"Passa ai sottotitoli bilingui utilizzando preferibilmente le impostazioni di traduzione immersive.","error.subscriptionExpired":"La tua iscrizione potrebbe essere scaduta, controlla lo stato della tua iscrizione.","shortcutGroup.mouse":"Configurazione scorciatoia per il passaggio del mouse","browser.toggleMouseHoverTranslateDirectly":"Abilita o disabilita temporaneamente la traduzione diretta al passaggio del mouse sulla pagina","intro.subtitleTitle":"Visualizzazione dei sottotitoli bilingui nei video online",networkError:"Il servizio di traduzione o la rete ha problemi",notLoginPro:"Non hai ancora effettuato l'accesso al tuo account membro.",touchShortcutsToggleTranslationMask:"Imposta il gesto del touchscreen per mostrare la traduzione della maschera / mostrare il testo originale","floatBallOptions.fixedPositionDesc":"La palla galleggiante \xE8 a sinistra o a destra della finestra?","desc.touchShortcutsToggleTranslateTouchElement":"Personalizza un gesto e puoi tradurre qualsiasi paragrafo in cui ti trovi.",confirmResetToDefaultSettings:"Confermi di voler ripristinare questo servizio di traduzione alle impostazioni predefinite? (Ripristina solo le impostazioni di questo servizio di traduzione)","description.baiduField":"I campi supportati sono visti <1>qui, se vuoto significa che non \xE8 specificato alcun campo.",touchShortcutsToggleTranslateTouchElement:"Imposta il gesto del touchscreen per tradurre il paragrafo specificato","desc.toggleTranslateTheWholePage":"Traduci l'intera area della pagina, di default, tradurremo l'area principale della pagina, puoi utilizzare questa scorciatoia per tradurre specificamente l'intera area della pagina.",mouseHoverCustomKeyDescription:"Puoi personalizzare una combinazione di tasti di scelta rapida per il passaggio del mouse, ad esempio: Alt+Z, Ctrl+E, Cmd+Alt+E o direttamente Cmd, si prega di inserire manualmente.",paragraphMinTextCountDesc:"Attenzione, qui si intende la lunghezza del carattere, ad esempio: ciao \xE8 composto da 5 caratteri, impostare un valore maggiore pu\xF2 ridurre la traduzione di paragrafi non necessari.","desc.toggleTranslateTheMainPage":"Traduci solo l'area principale della pagina, quando hai abilitato la traduzione di tutta l'area della pagina nelle impostazioni avanzate, puoi utilizzare questa scorciatoia per tradurre specificamente l'area principale della pagina.","subtitle.showQuickButtonDescription":"Nell'angolo in basso a destra del lettore video \xE8 disponibile una scorciatoia per attivare i sottotitoli bilingue.","desc.mouseHoverHoldKey":"Quando il mouse \xE8 in hover su un paragrafo, premendo contemporaneamente il tasto di scelta rapida a destra, \xE8 possibile tradurre direttamente quel paragrafo.","desc.interfaceLanguage":"Le impostazioni della lingua dell'interfaccia influenzano la lingua di visualizzazione del pannello di controllo e non hanno nulla a che fare con la lingua target della traduzione.",translationOnlyModeDescription:"La modalit\xE0 solo traduzione si riferisce alla visualizzazione solo del testo tradotto, non della modalit\xE0 bilingue predefinita. Nota: a causa di limitazioni tecniche, i collegamenti ipertestuali del testo originale non funzioneranno in modalit\xE0 solo traduzione.","desc.touchShortcutsToggleTranslatePage":"Dopo aver impostato, quando si utilizza un dispositivo mobile, \xE8 possibile toccare lo schermo con X dita contemporaneamente, scorrere a sinistra e a destra o fare clic continuamente per attivare la traduzione della pagina web / visualizzare il testo originale.","desc.touchShortcutsToggleTranslationMask":"La maschera di traduzione si riferisce all'effetto sfocato nello stile del testo tradotto (modalit\xE0 di apprendimento), che, una volta attivato, applica temporaneamente un effetto sfocato al testo tradotto, facilitando l'apprendimento.",shortcutSettingsTitle:"Impostazioni scorciatoie","proQuotaExceededError.onetime7day":'\uFF0Cpuoi scegliere uno dei seguenti metodi per risolvere:

1. Passa a {anotherService} o ad altri servizi di traduzione
2. Aggiorna a un membro mensile/annuale ',"contact.description":"Se avete domande o suggerimenti, siete invitati a compilare il modulo sottostante per contattarci, o inviare una mail a {email}, vi risponderemo il pi\xF9 presto possibile.","proQuotaExceededError.nonTrial":'\uFF0Cpuoi scegliere uno dei seguenti metodi per risolvere:

1. Passa a {anotherService} o ad altri servizi di traduzione
2. Acquista un pacchetto di traffico extra {translationService}',"proQuotaExceededError.trial":'\uFF0Cpuoi scegliere uno dei seguenti metodi per risolvere:

1. Passa a {anotherService} o ad altri servizi di traduzione
2. Aggiorna subito a membro ufficiale',"intro.floatBallDescription":"Una volta attivato, verr\xE0 visualizzato un pulsante di traduzione rapida sul lato destro della pagina, cliccandolo si pu\xF2 tradurre, cliccandolo di nuovo si pu\xF2 tornare al testo originale. Su dispositivi mobili, tenendo premuto il pallone galleggiante, \xE8 possibile aprire il pannello delle impostazioni rapide.","desc.toggleMouseHoverTranslateDirectly":"Dopo aver premuto questo tasto di scelta rapida, sulla pagina, basta che il mouse punti a qualsiasi testo per tradurlo automaticamente. Premendo di nuovo il tasto di scelta rapida, \xE8 possibile disattivare questa funzione di traduzione automatica.",shortcutDisableTooltip:"Si prega di impostare nella pagina di gestione delle scorciatoie da tastiera dell'estensione del browser, per ulteriori indicazioni si prega di consultare le istruzioni nella parte superiore di questa pagina.","subtitle.supportedSites":"\xC8 supportato l'uso di sottotitoli bilingui su questi siti web (Nota: a causa di limitazioni tecniche, alcuni siti web potrebbero aver bisogno di essere aggiornati dopo aver attivato i sottotitoli per la prima volta, o potrebbe essere necessario attendere che la traduzione sia completata per visualizzare i sottotitoli bilingui):","neverTranslateText.description":"A causa di alcune carenze di riconoscimento dei nomi propri da parte di alcuni motori di traduzione, puoi aggiungere parole qui per assicurarti che non vengano convertite durante il processo di traduzione. Si prega di notare che questa funzione distingue tra maiuscole e minuscole e supporta solo le lingue separate da spazi (come l'inglese, il francese), non \xE8 adatta per lingue come il giapponese, il coreano, ecc.","intro.subtitleDescription":"Dopo aver attivato questa funzione, i sottotitoli bilingui verranno visualizzati automaticamente durante la riproduzione del video. Se non \xE8 abilitato, \xE8 necessario fare clic manualmente sul pulsante di traduzione sulla pagina per visualizzare i sottotitoli. Si prega di notare che, a causa di limitazioni tecniche, alcuni siti web potrebbero richiedere l'aggiornamento della pagina o l'attesa del completamento della traduzione prima di poter visualizzare i sottotitoli bilingui. (Inoltre, \xE8 possibile attivare/disattivare il pannello di traduzione immersiva nell'angolo in alto a destra dopo aver aperto il sito web del video).

Attualmente \xE8 possibile utilizzare i sottotitoli bilingui su questi siti web:","intro.hoverDescription":"La traduzione al passaggio del mouse \xE8 una funzione molto importante nella traduzione immersiva, basta posizionare il mouse sul paragrafo e premere contemporaneamente la scorciatoia impostata per tradurre automaticamente il paragrafo corrente (nota: non \xE8 abilitato di default, si prega di impostarlo qui sotto), questa interazione \xE8 utilizzata per sostituire meglio la traduzione del testo selezionato, inoltre, questa funzione \xE8 ampiamente utilizzata in quelle aree di traduzione che non possono essere riconosciute, puoi utilizzare questa funzione per forzare la traduzione di qualsiasi paragrafo.",geminiWarning:"Attenzione: il servizio gratuito Gemini fornito da Google ha restrizioni severe, potrebbe essere considerato da Google come un tentativo dell'utente di eludere i loro limiti di quota gratuita utilizzando pi\xF9 chiavi. Non \xE8 consigliato usarlo, si consiglia di aspettare che Google apra l'interfaccia a pagamento di Gemini in futuro per usarlo.","floatBall.setting":"Impostazione","floatBall.translateToLanguage":"Fare clic per tradurre in {language}","floatBall.file":"Traduci PDF, EPUB, SRT, ASS, HTML, file TXT",changeToOnlyTempTranslationMode:"Alterna per visualizzare solo le traduzioni",changeToDualTempTranslationMode:"Passare alla traduzione bilingue","transitionMode.dual":"Contrasto bilingue","options.navbar.installApp":"Installa l'app per smartphone","options.navbar.translateFile":"Tradurre il documento","transitionMode.translation":"Solo il testo tradotto.","subtitle.transitionModeDescription":"Imposta i sottotitoli del video per il confronto bilingue o solo modalit\xE0 di traduzione","transitionMode.inherit":"Mantenere coerente con la modalit\xE0 di visualizzazione della traduzione predefinita del sistema","subtitle.transitionMode":"Impostazioni dei sottotitoli video bilingue / solo traduzione",translateFileTooltip:`Traduci PDF, ePub, srt, + {env.imt_sub_trans_field}: \u0905\u0928\u0941\u0935\u093E\u0926`,"subtitle.quickButton.cyan":"\u0928\u0940\u0932\u093E","subtitle.quickButton.green":"\u0939\u0930\u093E","subtitle.quickButton.black":"\u0915\u093E\u0932\u093E","subtitle.quickButton.white":"\u0938\u092B\u0947\u0926","subtitle.quickButton.yellow":"\u092A\u0940\u0932\u093E","subtitle.quickButton.red":"\u0932\u093E\u0932","subtitle.quickButton.setting":"\u0938\u0947\u091F \u0915\u0930\u0947\u0902","subtitle.quickButton.blue":"\u0928\u0940\u0932\u093E","subtitle.quickButton.magenta":"\u0917\u0941\u0932\u093E\u092C\u0940 \u0930\u0902\u0917","subtitle.quickButton.translationPositionBottom":"\u092E\u0942\u0932 \u092A\u093E\u0920 \u0915\u0947 \u0928\u0940\u091A\u0947","translationServices.claude":"\u0915\u094D\u0932\u0949\u0921","subtitle.quickButton.sourceFontSize":"\u092E\u0942\u0932 \u092B\u093C\u0949\u0928\u094D\u091F \u0906\u0915\u093E\u0930","subtitle.quickButton.sourceTextColor":"\u092E\u0942\u0932 \u092B\u093C\u0949\u0928\u094D\u091F \u0915\u093E \u0930\u0902\u0917","subtitle.quickButton.translationPosition":"\u0905\u0928\u0941\u0935\u093E\u0926 \u0938\u094D\u0925\u093F\u0924\u093F","subtitle.quickButton.translationPositionTop":"\u092E\u0942\u0932 \u092A\u093E\u0920 \u0915\u0947 \u090A\u092A\u0930","subtitle.quickButton.backgroundColor":"\u092A\u0943\u0937\u094D\u0920\u092D\u0942\u092E\u093F \u0930\u0902\u0917","subtitle.quickButton.backgroundOpacity":"\u092A\u0943\u0937\u094D\u0920\u092D\u0942\u092E\u093F \u0905\u092A\u093E\u0930\u0926\u0930\u094D\u0936\u093F\u0924\u093E","subtitle.quickButton.translationFontSize":"\u0905\u0928\u0941\u0935\u093E\u0926 \u092B\u093C\u0949\u0928\u094D\u091F \u0915\u093E \u0906\u0915\u093E\u0930","subtitle.quickButton.translationTextColor":"\u0905\u0928\u0941\u0935\u093E\u0926 \u092B\u093C\u0949\u0928\u094D\u091F \u0915\u093E \u0930\u0902\u0917",attachSubtitleTranslating:"{service} \u0915\u093E \u0909\u092A\u092F\u094B\u0917 \u0915\u0930\u0915\u0947 \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930 \u0930\u0939\u093E \u0939\u0948...","error.claude.403":"\u0938\u0947\u0935\u093E \u0924\u0915 \u092A\u0939\u0941\u0902\u091A \u0915\u093E \u0915\u094B\u0908 \u0905\u0927\u093F\u0915\u093E\u0930 \u0928\u0939\u0940\u0902 \u0939\u0948, \u092F\u0939 Claude \u0915\u0940 \u0915\u094D\u0937\u0947\u0924\u094D\u0930\u0940\u092F \u0938\u0940\u092E\u093E\u0913\u0902 \u0938\u0947 \u0938\u0902\u092C\u0902\u0927\u093F\u0924 \u0939\u094B \u0938\u0915\u0924\u093E \u0939\u0948, \u0906\u092A \u0905\u092A\u0928\u093E IP \u092A\u0924\u093E \u092C\u0926\u0932\u0928\u0947 \u0915\u093E \u092A\u094D\u0930\u092F\u093E\u0938 \u0915\u0930 \u0938\u0915\u0924\u0947 \u0939\u0948\u0902, \u092F\u093E \u0905\u0928\u094D\u092F \u0905\u0928\u0941\u0935\u093E\u0926 \u0938\u0947\u0935\u093E\u0913\u0902 \u0915\u093E \u0909\u092A\u092F\u094B\u0917 \u0915\u0930 \u0938\u0915\u0924\u0947 \u0939\u0948\u0902\u0964","browser.brandDescriptionForSafari":"\u3010\u0907\u092E\u0930\u094D\u0938\u093F\u0935 \u0905\u0928\u0941\u0935\u093E\u0926\u3011 \u090F\u0915 \u092E\u0941\u092B\u094D\u0924 (\u092E\u0942\u0932 / \u0905\u0928\u0941\u0935\u093E\u0926) \u0926\u094D\u0935\u093F\u092D\u093E\u0937\u0940 \u0935\u0947\u092C\u092A\u0947\u091C \u0905\u0928\u0941\u0935\u093E\u0926 \u092A\u094D\u0932\u0917\u0907\u0928, \u091C\u094B \u0938\u092E\u092F-\u0938\u092E\u092F \u092A\u0930 PDF \u0905\u0928\u0941\u0935\u093E\u0926 \u0914\u0930 EPUB \u0908-\u092C\u0941\u0915 \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u093E \u0938\u092E\u0930\u094D\u0925\u0928 \u0915\u0930\u0924\u093E \u0939\u0948 \u0914\u0930 \u092E\u0942\u0932 \u0926\u0938\u094D\u0924\u093E\u0935\u0947\u091C\u093C \u0915\u0940 \u0935\u093F\u0928\u094D\u092F\u093E\u0938 \u0915\u094B \u092C\u0928\u093E\u090F \u0930\u0916\u0924\u093E \u0939\u0948, Youtube/Netflix \u0906\u0926\u093F \u0911\u0928\u0932\u093E\u0907\u0928 \u0935\u0940\u0921\u093F\u092F\u094B \u0926\u094D\u0935\u093F\u092D\u093E\u0937\u0940 \u0909\u092A\u0936\u0940\u0930\u094D\u0937\u0915 \u0905\u0928\u0941\u0935\u093E\u0926, Deepl/Google \u0906\u0926\u093F \u092A\u094D\u0930\u092E\u0941\u0916 \u0905\u0928\u0941\u0935\u093E\u0926 \u0938\u0947\u0935\u093E\u0913\u0902 \u0915\u093E \u0938\u092E\u0930\u094D\u0925\u0928 \u0915\u0930\u0924\u093E \u0939\u0948;","browser.PdfProFile":"AI \u0938\u0902\u091A\u093E\u0932\u093F\u0924 PDF Pro \u0905\u0928\u0941\u0935\u093E\u0926","browser.textTranslate":"\u0932\u093F\u0916\u093F\u0924 \u0905\u0928\u0941\u0935\u093E\u0926"};var Db={nologin:"non \xE8 stato effettuato l'accesso",loginForSafari:"Accedi o registrati",login:"Accedi per aprire un'iscrizione",manageAccount:"Conti gestiti",openPremium:"Soci aperti",logout:"interrompere",curentPlan:"Pacchetti attuali",endAt:"scadenza",endAuto:"rinnovo automatico",lineBreakMaxTextCount:"Numero massimo di caratteri consentiti per frase dopo le interruzioni di riga","translate-pdf":"Clicca per tradurre il PDF","noSupportTranslate-pdf":"Script non supportato, utilizzare il plugin","translate-firefox-local-pdf":"Fare clic per andare a Importazione PDF",enableLineBreak:"Abilita l'avanzamento automatico delle righe per i paragrafi lunghi",sponsorLabel:"1$ Sviluppatori sponsorizzati",help:"mano",browserShortcutsNoteForFirefox:"Per modificare le scorciatoie in Firefox, \xE8 necessario aprire la pagina di gestione delle estensioni `about:addons`, quindi fare clic su `Impostazioni` e poi su `Gestione scorciatoie` per impostare le scorciatoie.",browserShortcutsNoteForChrome:"Per modificare le scorciatoie in Chrome, \xE8 necessario aprire la pagina di gestione delle estensioni, impostarle nel pannello `Gestione scorciatoie` (`chrome://extensions/shortcuts`) e fare clic sul pulsante sottostante per passare alla pagina di gestione delle scorciatoie.",browserShortcutsSucks:"Le scorciatoie personalizzate sono formattate come (non viene effettuato il riconoscimento automatico, inserire direttamente)\uFF1A",enableLineBreakDescription:"Quando \xE8 attivata, le interruzioni di riga vengono inserite alla fine di ogni frase nei paragrafi lunghi per facilitarne la lettura.","browser.shortBrandName":"Traduzione in immersione","browser.brandName":"Immersion Translation: traduzione bilingue di pagine web e documenti PDF","browser.brandDescription":"Bilingual web page translation, also supports PDF translation, bilingual Epub eBook translation, free to use.","browser.toggleTranslatePage":"Tradurre la pagina/visualizzare il testo originale","browser.toggleTranslateTheWholePage":"Tradurre tutte le aree della pagina/visualizzare il testo originale","browser.toggleOnlyTransation":"Cambia modalit\xE0 bilingue/solo traduzione","browser.toggleTranslateToThePageEndImmediately":"Traduzione immediata a fondo pagina/visualizzazione del testo originale","browser.toggleTranslateTheMainPage":"Tradurre l'area principale della pagina/visualizzare il testo originale","browser.shareToDraft":"Condividi le pagine bilingue","browser.openOptionsPage":"Aprire la pagina delle impostazioni","browser.toggleTranslationMask":"Mostra/nascondi l'effetto di sfocatura della traslazione","browser.translateLocalPdfFile":"Tradurre i file PDF locali","browser.openEbookViewer":"Leggere gli eBook locali","browser.openEbookBuilder":"Creare eBook EPUB bilingue","browser.translateLocalHtmlFile":"Tradurre file HTML/testo","browser.donateContext":"Scopri i vantaggi della sponsorizzazione","browser.translateLocalSubtitleFile":"Tradurre i file dei sottotitoli locali",confirmResetConfig:"\xC8 sicuro di voler ripristinare le impostazioni?",translationLineBreakSettingTitle:"Impostazione dell'avanzamento riga di traduzione",smartLineBreak:"alimentazione di linea intelligente (calcolo)",alwaysLineBreak:"Sempre avanzamento di riga",isShowContextMenu:"Aggiungere pagine tradotte alle voci di menu del tasto destro del mouse",toggleBeta:"Abilitazione delle funzioni di beta testing",betaDescription:"Attiva funzioni ancora sperimentali e un servizio di traduzione in beta. Unitevi al <1>gruppo Telegram per saperne di pi\xF9.",translationLineBreakSettingDescription:"Le interruzioni di riga sono sempre ordinate per le pagine con meno contenuti. (Usare interruzioni di riga intelligenti nei paragrafi lunghi e ricchi di contenuti (pi\xF9 di{count}caratteri) per risparmiare spazio).",tempTranslateDomainTitle:"Durata dell'attivazione temporanea della traduzione del sito web",tempTranslateDomainDescription:"Quando si traduce manualmente una pagina web, \xE8 possibile attivare temporaneamente la traduzione automatica del sito web e impostare la durata temporanea.",xMinutes:"{count} minuti",disabled:"vietare l'uso di qcs.",changelog:"Registro degli aggiornamenti",toggleTranslatePageWhenThreeFingersOnTheScreen:"Il tocco simultaneo di pi\xF9 dita sullo schermo traduce le pagine web/visualizza il testo originale",toggleTranslationMaskWhenThreeFingersOnTheScreen:"Il tocco con pi\xF9 dita mostra/nasconde l'effetto di sfocatura.",fingerCountToToggleTranslagePageOnlyTranslationWhenTouching:"Pi\xF9 dita che toccano lo schermo contemporaneamente traducono la pagina web (solo traduzione)/visualizzano il testo originale.",addUrlDescription:"Pu\xF2 essere un nome di dominio e supporta anche i caratteri jolly, ad esempio\uFF1A*.google.com, google.com/mail/*, https://www.google.com/*",general:"Impostazioni di base",clickToExpandConfig:"Espandere la configurazione attuale",import:"Importazione da file",export:"Esportazione su file",toggleDebug:"Stampa il log di debug sulla console","fingers.0":"coagulo","fingers.2":"tocco con due dita","fingers.3":"tocco con tre dita","fingers.4":"tocco a quattro dita","fingers.5":"tocco a cinque dita",mouseHoldKey:"+ {key} tradurre/ripristinare il paragrafo",mouseHoldKeyAuto:"Traduzione diretta del paragrafo",mouseHoldKeyOff:"Non fare nulla.",mouseHoldKeyOther:"Collegamenti personalizzati (impostazioni di apertura)",mouseHoldKeyCustomKey:"{key} Traduzione/riduzione del paragrafo",mouseHoverHoldKey:"Passaggio del mouse mentre si premono i tasti di scelta rapida per tradurre i paragrafi","mouse-translate":"passaggio del mouse",document:"(computer) file",resetSuccess:"Reimpostare tutte le impostazioni con successo",resetThisSuccess:"Ripristino riuscito",saved:"Salva il successo",successImportConfig:"Configurazione importata con successo",goAdvancedSettings:"Andare alla pagina Impostazioni avanzate",goAdvancedInterfaceSettings:"Andare alla pagina Impostazioni di personalizzazione avanzate",advanced:"Impostazioni avanzate",advancedDescription:"In genere non \xE8 necessaria alcuna impostazione, basta lasciarla come predefinita. Solo per gli utenti pi\xF9 specializzati sono disponibili impostazioni pi\xF9 personalizzate.",developer:"Impostazioni dello sviluppatore",donateCafe:"prezzi","translate to the bottom of the page":"Si traduce in fondo alla pagina subito dopo l'ingresso nella pagina?",feedback:"Domanda Feedback",toggleTranslatePage:"Tradurre la pagina/visualizzare il testo originale",translateToThePageEndImmediatelyDescription:"Se si attiva, il contenuto viene tradotto immediatamente dall'inizio alla fine della pagina, non appena viene inserito. Se lo si disattiva, il contenuto viene tradotto man mano che si legge. (Non consigliato)","translate all areas of the page":"Se tradurre tutte le aree della pagina",translationAreaDescription:"Attivato, vengono tradotte tutte le aree dell'intera pagina web. Se si disattiva, viene utilizzato il riconoscimento intelligente predefinito e vengono tradotte solo le aree principali. (Non si consiglia di attivarlo)","the number of characters to be translated first":"Tradurre direttamente i primi caratteri della pagina senza attendere lo scorrimento dell'area di visualizzazione","interface language":"linguaggio dell'interfaccia","display both the original text and the translation":"Visualizzazione simultanea di originale e traduzione","keyboard shortcuts":"Scorciatoie da tastiera",modify:"Modifica dei tasti di scelta rapida",reset:"riproposizione",close:"coagulo",homepage:"homepage",more:"di pi\xF9",moreOptions:"Ampliare le opzioni di personalizzazione",translateTheWholePage:"Tradurre tutte le aree della pagina (invece di riconoscere intelligentemente le aree principali)",changeToTranslateTheWholePage:"Passare alla traduzione di tutte le regioni",changeToTranslateTheMainPage:"Passare all'area principale di traduzione",changeToOnlyTranslationMode:"Alterna per visualizzare solo le traduzioni",changeToDualTranslationMode:"Passare alla traduzione bilingue",translateToThePageEndImmediately:"Traduzione immediata a fondo pagina",translateTheMainPage:"Regioni chiave della traduzione intelligente","The local rules are up to date":"Le norme di adattamento locali sono aggiornate.","Successfully synchronized with the latest official rules:":"Sincronizzato con successo con le ultime regole ufficiali di adattamento.","Checking for updates":"Controllo degli aggiornamenti","Rules are being synchronized":"Regole di adattamento sincronizzate",localVersionIsTooOld:"La versione dell'estensione locale \xE8 troppo vecchia; aggiornare l'estensione a {minVersion} o a una versione pi\xF9 recente prima di tentare la sincronizzazione.",badUserscriptBrowser:"Il browser attuale non implementa correttamente l'interfaccia dell'estensione Grease Monkey (ad esempio, per ottenere informazioni sul numero di versione dello script Grease Monkey stesso); si prega di utilizzare altri browser che <1>supportano l'estensione Grease Monkey, come Firefox.",foundNewVersion:"Scoprite la nuova versione",theLocalExtensionIsUpToUpdate:"L'estensione attuale \xE8 aggiornata.",failToSyncRules:"Mancata sincronizzazione delle ultime regole di adattamento",retry:"Fare clic qui per riprovare",failedReason:"Motivi del fallimento",currentRuleVersion:"Versione attuale della regola",calculating:"calcoli",unknownError:"errore sconosciuto",canNotFetchRemoteRule:"Impossibile ottenere le regole remote",enableAlphaSuccess:"Alfa abilitato",disableAlphaSuccess:"La funzione Alpha \xE8 stata disattivata",cacheSize:"Dimensione della cache\uFF1A",cleaning:"in fase di liquidazione",cleanCache:"cancellare la cache",options:"allestimento",about:"rispetto a",service:"servizio di interpretariato",needAction:"(Vai alle impostazioni)",goSettings:"procedere con l'impostazione",needActionForOptions:"(da impostare)",translationEngine:"Opzioni del motore",sourceLanguage:"Lingua originale",target:"lingua di destinazione",popupSourceLanguage:"Lingua originale",popupTarget:"lingua di destinazione",popupService:"servizio di interpretariato",forThisSite:"Sito web attuale",autoEnableSubtitle:"Attiva automaticamente i sottotitoli bilingue",alwaysTranslate:"Tradurre sempre",neverTranslate:"Mai tradurre",alwaysTranslateSomeLanguage:"Tradurre sempre {language}",neverTranslateSomeLanguage:"Mai tradurre {language}",alwaysTranslateSomeSite:"Tradurre sempre {hostname}",neverTranslateSomeSite:"Mai tradurre {hostname}",alwaysTranslateSomeSiteOrWildSite:"Tradurre sempre il sito",alwaysTranslateSomePage:"Tradurre sempre la pagina",add:"aumento",default:"predefinito (impostazione)",forThisLanguage:"Per questa lingua\uFF1A","add url":"Inserire l'URL",edit:"compilatore","translate other languages into specific language":"Tradurre altre lingue nella lingua impostata","select translation service":"Selezionare un servizio di traduzione",language:"multilinguismo","show-original":"Mostra il testo originale",translate:"rendering",Translated:"tradotto",Translating:"in traduzione",Error:"non corretto",allowCacheTranslations:"Abilitare la cache delle traduzioni locali (per ridurre le richieste di traduzione per i passaggi duplicati)","translation display":"Stile di visualizzazione della traduzione","select diplay style":"Distinguere gli stili di traduzione, con specifico riferimento ai seguenti esempi",interface:"Impostazioni dell'interfaccia",import_export:"Importazione/Esportazione",import_export_title:"Configurazione di importazione/esportazione",syncToGoogleDrive:"Sincronizzazione con Google Drive ora",floatBallOptions:"Impostazioni Hoverball","floatBallOptions.enable":"Abilitare l'Hoverball","floatBallOptions.blockUrls":"Disattivare il sito web","floatBallOptions.add":"aumento","floatBallOptions.blockUrlDesc":"Gli Hoverball non vengono visualizzati quando si incontrano i seguenti siti web","floatBallOptions.clickType":"comportamento di clic","floatBallOptions.clickTypeDesc":"Comportamento dell'icona Hoverball quando viene cliccata","floatBallOptions.clickPopup":"Mostra pannello di traduzione","floatBallOptions.clickTranslate":"Traduzione/visualizzazione del testo originale",previewAllThemes:"Anteprima di tutti gli stili","translationTheme.none":"non hanno","translationTheme.grey":"grigio scuro","translationTheme.dashed":"sottolineatura tratteggiata","translationTheme.dotted":"trattino basso tratteggiato","translationTheme.dashedBorder":"bordo tratteggiato","translationTheme.solidBorder":"bordo solido","translationTheme.underline":"Sottolineare le linee rette","translationTheme.mask":"Effetti fuzzy (modalit\xE0 di apprendimento)","translationTheme.opacity":"effetto trasparenza","translationTheme.paper":"Effetto ombra su carta bianca","translationTheme.dividingLine":"linea di demarcazione","translationTheme.highlight":"alta luminosit\xE0","translationTheme.marker":"marcatore (parola d'ordine)","translationTheme.marker2":"Marcatore 2","translationTheme.blockquote":"Stili di riferimento","translationTheme.weakening":"indebolimento","translationTheme.italic":"carattere obliquo","translationTheme.bold":"addensare","translationTheme.thinDashed":"sottile linea tratteggiata di sottolineatura","translationTheme.nativeDashed":"Il sistema \xE8 dotato di una sottolineatura tratteggiata","translationTheme.nativeDotted":"Il sistema viene fornito con una sottolineatura tratteggiata","translationTheme.nativeUnderline":"Il sistema viene fornito con una linea retta di sottolineatura","translationTheme.wavy":"linea ondulata","translationServices.custom":"API personalizzata","translationServices.tencent":"Traduttore Tencent","translationServices.tenAlpha":"Traduttore Tencent (Alpha)","translationServices.google":"Google Translate","translationServices.bai":"Baidu (Alfa)","translationServices.baidu":"Traduzione di Baidu","translationServices.aliyun":"Traduzione di AliCloud","translationServices.volc":"traduzione vulcanica","translationServices.deeplx":"DeepLX (Beta)","translationServices.bing":"Microsoft Translate","translationServices.deepl":"DeepL","translationServices.wechat":"Traduzione di WeChat","translationServices.azure":"Traduzione di Azure","translationServices.ibm":"IBM Watson","translationServices.aws":"Traduzione Amazon","translationServices.mock":"Traduzione simulata","translationServices.mock2":"Traduzione simulata 2","translationServices.caiyun":"illuminato. nuvole colorate e piccole traduzioni","translationServices.cai":"Nuvole colorate (Alpha)","translationServices.volcAlpha":"Vulcano (Alfa)","translationServices.openl":"AprireL","translationServices.youdao":"Traduzione su Youtube","translationServices.you":"Traduttore Youdao (Alpha)","translationServices.transmart":"Traduzione interattiva di Tencent","translationServices.niu":"Traduttore anticonformista","translationServices.papago":"Traduzione di Papago","translationServices.d":"D (Alfa)","translationServices.dpro":"D Pro (Canarino)","translationServices.openai":"OpenAI","translationServices.yandex":"Yandex","translationServices.chatgpt":"ChatGPT Web(3.5 mobile)","translate title":"Tradurre i titoli delle pagine","always languages":"Tradurre sempre la lingua",neverTranslateLanguagesLabel:"La lingua che non sar\xE0 mai tradotta",neverTranslateTheFollowingLanguagesDescription:"Le traduzioni vengono saltate quando un paragrafo della pagina \xE8 in una delle seguenti lingue",enableUserscriptPagePopup:"Mostra l'hoverball nella pagina",enableUserscriptPagePopupDescription:"Dopo aver disattivato l'hoverball, pu\xF2 essere richiamato con la scorciatoia /{touch}. Si consiglia vivamente di inserire tra i preferiti questa pagina di impostazioni per evitare di non riuscire a trovare l'hoverball dopo aver inavvertitamente disattivato questa opzione!","always translate the following languages":"Traduce automaticamente nella lingua di destinazione quando la pagina \xE8 in una delle seguenti lingue","always sites":"Siti web sempre tradotti","always translate the following sites":"I siti web vengono tradotti automaticamente nella lingua di destinazione quando sono i nomi di dominio di","never sites":"Sito web mai tradotto","never translate the following sites":"Le traduzioni non verranno effettuate quando il sito web \xE8 destinato ai seguenti domini","please refer to":"\xC8 necessario compilare la chiave prima di poterla utilizzare.",KeyAndConfigurationTutorial:"Esercitazione sull'applicazione e la configurazione delle chiavi",useAboveStyleForTheseSites:"Usare sempre lo stile di traduzione \u2308{theme}\u230B quando il sito \xE8 destinato ai seguenti domini",currentUrl:"URL corrente",confirm:"salvare (un file, ecc.) (informatica)",cancel:"cancellazioni",delete:"rimozione","languages.auto":"rilevamento automatico",syncToCloud:"Sincronizzazione con Google Drive",syncToCloudDescription:"Caricata nel cloud, la configurazione pu\xF2 essere sincronizzata tra diversi browser/ script di scimmia grassa, a seconda dell'ultima modifica.",syncToAccount:"Sincronizzazione con il Cloud di traduzione immersiva",syncToAccountButton:"Sincronizzazione istantanea con il cloud",syncToAccountDescription:"Sincronizzare automaticamente le configurazioni tra i diversi dispositivi, a seconda dell'ultima modifica.",successSyncConfigInAccount:"Sincronizzazione riuscita con il cloud",successSyncConfigToAccount:"Sincronizzazione riuscita con il cloud",syncConfigNoUpdate:"\xC8 gi\xE0 aggiornato.",authFail:"Mancata autorizzazione",syncTitle:"Gestione manuale del backup",import_hint:"importazione (dati)",upload:"caricare",revokeAuth:"revocare un'autorizzazione",uploadFail:"Caricamento fallito",download:"scaricare",importSuccess:"Importato con successo",importFail:"errore di importazione",deleteFail:"Cancellazione non riuscita",backupToCloud:"Gestione manuale dei file di backup",create_new_backup:"Aggiungere un nuovo nodo di backup",maxBackupFiles:"\xC8 possibile eseguire il backup di un massimo di{count}nodi diversi; eliminare i nodi non necessari.",backupToCloudDescription:"Caricare o ripristinare manualmente i file di backup, consentendo fino a 3 backup diversi.",successSyncConfig:"Sincronizzazione di successo con il cloud",syncFail:"errore di sincronizzazione",updatedAt:"Aggiornato da {date}",lastSyncedAt:"Ultimo controllo: {date}",downloadFail:"Impossibile scaricare",clickToDownload:"Fare clic per scaricare",aboutLabel:"Informazioni - Feedback","browser.openAboutPage":"Informazioni/Risposte",aboutLabelWithoutSponsor:"Informazioni - Feedback",aboutIntro:"Che tutti noi possiamo avere un accesso pi\xF9 facile e piacevole alla grande quantit\xE0 di informazioni in lingua straniera su Internet \u2764\uFE0F Potete scegliere di attivare la vostra <6>iscrizione Pro per utilizzare le traduzioni di DeepL e OpenAI.

Potete seguirci su <3>Twitter, <4>Telegram, Weibo, WeChat o <5>iscrivervi alla nostra mailing list per seguire gli aggiornamenti.
I <7>membri Pro possono contattarci all'indirizzo <8>support@immersivetranslate.com per un rapido servizio clienti.",aboutIntroWithoutSponsor:"Che tutti noi possiamo avere un accesso pi\xF9 facile e piacevole all'enorme quantit\xE0 di informazioni in lingua straniera disponibili su Internet \u2764\uFE0F

Potete seguirci su <3>Twitter, <4>canale Telegram, WeChat, WeChat Exchange, o <5>iscrivervi per seguire gli aggiornamenti via <5>e-mail qui sotto.",projectHomepage:"Progetto Home",joinTelegramGroup:"Unitevi al gruppo di utenti per partecipare alle discussioni sulle funzionalit\xE0",wechatPublicAccount:"WeChat Pubblico",wechatCommunities:"Gruppo di scambio WeChat",qqCommunities:"Canale di comunicazione QQ",joinTelegramChannel:"Seguite il canale Telegram per gli ultimi aggiornamenti",feedbackAndJoin:"Domanda Feedback / Aggiungi gruppo",autoSync:"sincronizzazione automatica dell'ora",loadingThemeTitle:"Stile di caricamento",loadingThemeDescription:"Impostazione dello stile in attesa del caricamento della traduzione","loadingTheme.spinner":"Animazione di rotazione","loadingTheme.text":"testo statico qcs. ","loadingTheme.none":"non mostrato",developerDescription:"La documentazione sulla personalizzazione avanzata \xE8 disponibile <1>qui","edit border color":"Modificare il colore del bordo",successSyncButNoChange:"La configurazione attuale \xE8 coerente con il cloud",customTheme:"Colori e dimensioni personalizzate","customThemeLabel.borderColor":"Colore del bordo","customThemeLabel.borderRadius":"Bordi arrotondati","customThemeLabel.textColor":"colore del testo","customThemeLabel.backgroundColor":"colore di sfondo","customThemeLabel.zoom":"Scalatura dei caratteri (%)","customThemeLabel.opacity":"Opacit\xE0 del testo (%)",resetToDefaultColor:"Ripristino dei colori predefiniti",resetToDefaultSettings:"Ripristino delle impostazioni predefinite",isTranslateTitle:"Abilita la traduzione dei titoli delle pagine",isTranslateTitleDescription:"All'apertura, il titolo della pagina viene tradotto",enableSearchEnhancement:"Abilitazione del miglioramento dei messaggi bilingue",enableSearchEnhancementDescription:'Una volta abilitato, i risultati della ricerca di "Google News" verranno automaticamente visualizzati nella colonna destra dei siti web supportati (Google News, Google Search (alcune parole chiave), Snowball, Oriental Fortune, Futura, Tiger Community) per le parole chiave inglesi corrispondenti.',verifyService:"Clicca qui per testare il servizio",verified:"Verifica del successo","field.langs":"Codici lingua supportati","field.model":"modellazione","field.translationEngine":"motore di traduzione","field.limitPerMinute":"Richieste massime al minuto","field.limitPerSecond":"Numero massimo di richieste al secondo","field.maxTextLengthPerRequest":"Lunghezza massima del testo per richiesta","field.maxTextGroupLengthPerRequest":"Numero massimo di paragrafi per richiesta","field.apiUrl":"Indirizzo dell'interfaccia API personalizzata","field.placeholderDelimiters":"segnaposto riservato","description.custom":"Interfaccia personalizzata Accesso Documentazione necessaria","description.limitPerMinute":"Le richieste che superano questo limite vengono messe in coda fino all'inizio del minuto successivo. A causa delle varie limitazioni dell'attuale servizio di OpenAI, fare clic <1>qui per gli ultimi valori suggeriti.","description.limitPerSecond":"Le richieste che superano questo limite vengono messe in coda fino all'inizio del secondo successivo. A causa delle varie limitazioni dell'attuale servizio di OpenAI, fare clic <1>qui per gli ultimi valori suggeriti.","description.generalLimitPerSecond":"Le richieste che superano questo limite vengono messe in coda fino all'inizio del secondo successivo.","description.prompt":"Invia una conversazione a {service} come utente, dove {{text}} rappresenta il contenuto del testo del paragrafo, {{from}} rappresenta la lingua del paragrafo, {{to}} rappresenta la lingua di destinazione.","description.maxTextLengthPerRequest":"Il numero massimo di caratteri per richiesta \xE8 troppo elevato e causa una risposta lenta dell'interfaccia; provare a regolare questa opzione per ottimizzare la velocit\xE0.","description.systemPrompt":"Invia una conversazione a {service} come sistema, dove {{text}} rappresenta il contenuto del testo del paragrafo, {{from}} rappresenta la lingua del paragrafo, {{to}} rappresenta la lingua di destinazione.","field.domain":"regno","description.domain":"L'impostazione predefinita \xE8\uFF1Ageneral. Pu\xF2 essere impostata solo se la traduzione con dominio \xE8 abilitata nella console Arima API, vedere <1>qui per i domini supportati.","field.scene":"prendere","description.scene":"Valore predefinito:\uFF1Ageneral. Pu\xF2 essere impostato solo se la console API di AliCloud apre Machine Translation Pro, vedere <1>qui per gli scenari supportati.","field.vocabId":"ID del dizionario utente","description.vocabId":"Il dizionario out_id specificato, attualmente supporta la traduzione dall'inglese al cinese.","description.model":"Modelli OpenAI, possono essere gpt-3.5-turbo, gpt-4, ecc.","description.maxTextGroupLengthPerRequest":"Il numero di paragrafi inviati al servizio di traduzione alla volta; se ci sono troppi paragrafi, l'interfaccia potrebbe rispondere pi\xF9 lentamente.","description.apiUrl":"Si prega di aggiungere URL specifici con percorsi, <1>ulteriori descrizioni",enabledExtension:"Abilitazione delle estensioni",clickToDisableExtension:"Fare clic per disattivare le estensioni",clickToEnableExtension:"Fare clic per abilitare le estensioni",hasBeenDisabled:"disabilitato","show password":"Mostra password",customContent:"Inserire un nome di modello personalizzato",inputOptions:"Miglioramento della casella di input",mouseHoverOptions:"passaggio del mouse",modifyMouseHoverKey:"Modifica della scorciatoia per il passaggio del mouse",enableInputTranslation:"Abilitare o meno il miglioramento della casella di input",enableInputTranslationDescription:"Una volta abilitato, digitare {startingKey}{startingKey} hello direttamente nella casella di input, poi premere rapidamente{inputTrailingTriggerKeyRepeatTimes}volte{trailingKey}per tradurre in {inputTargetLanguage}.",enableInputTranslationDescriptionForNoneKey:"Una volta abilitato, digitate\uFF1AHello World direttamente nella casella di input, quindi premete rapidamente{inputTrailingTriggerKeyRepeatTimes}{trailingKey}volte per tradurre nella lingua di destinazione predefinita.",inputTargetLanguage:"Impostazione della lingua di destinazione predefinita per le caselle di input",inputTargetLanguageDescription:"Lingua di destinazione predefinita per la traduzione della casella di input, ovvero {startingKey}{startingKey} come lingua predefinita per le parole di attivazione.",inputTargetLanguageDescriptionForNoneKey:"Lingua di destinazione predefinita per la traduzione della casella di input",inputStartingTriggerKeyTitle:"Impostazione del carattere di divisione per la traduzione parziale della casella di input",inputStartingTriggerKeyDescription:"Quando non \xE8 necessario tradurre l'intera casella di input, lo splitter consente di tradurre solo la parte da {startingKey}{startingKey} alla fine della casella di input, oppure \xE8 possibile specificare il codice della lingua, ad esempio\uFF1A{startingKey}ja significa tradurre solo la parte da {startingKey}ja alla fine della casella di input.",inputStartingTriggerKeyDescriptionForNoneKey:"L'impostazione attuale di nessun prefisso non \xE8 necessaria e la funzione di traduzione di alcuni testi nella casella di immissione non \xE8 al momento disponibile.",inputTrailingTriggerKeyTitle:"Selezionare un carattere di attivazione di fine inserimento",inputTrailingTriggerKeyDescription:"3 colpi veloci{trailingKey} inizier\xE0 a tradurre!",inputTrailingTriggerKeyTimeout:"Immettere l'intervallo di tempo tra gli inneschi di fine combattimento",inputTrailingTriggerKeyTimeoutDescription:"Imposta l'intervallo di tempo (in millisecondi) tra le attivazioni della combo di fine input",spaceKey:"<\u7A7A\u683C\u952E>",noneKey:"Traduzione diretta dell'intera casella di testo senza prefissi",inputTranslationBlockUrlsTitle:"Non abilitare il miglioramento della casella di input nei seguenti URL",inputTranslationBlockUrlsDescription:"I miglioramenti della casella di input non funzionano con i seguenti URL",clickToSeeQuickDemo:"Fare clic per espandere il video di esercitazione rapida di 30 secondi",inputHelperInfo:"Descrizione\uFF1AAbbiamo ottimizzato il fatto che alcuni caratteri di attivazione si trasformano in segni di punteggiatura cinesi con i metodi di input cinesi, ad esempio, / si trasforma in un segno di dun, con il metodo di input Sogou, e Immersive Translator supporta tutti i simboli cinesi corrispondenti ai caratteri di attivazione, ad esempio //,,, saranno riconosciuti come caratteri di attivazione.

Supportiamo anche gli alias cinesi per i codici di lingua come comandi, ad esempio /Japanese Hello World verr\xE0 tradotto in giapponese; <1>fare clic qui per vedere tutti i codici di lingua supportati.",reloadCurrentPage:"Aggiornare la pagina corrente prima di iniziare la traduzione.",noLocalFilePermissionForPDF:"Non si ha l'autorizzazione a leggere i file locali, fare clic sul pulsante sopra e importare i file locali.",noPermissionForThisPage:"\u26A0\uFE0F Nessun permesso per tradurre la pagina corrente",retryAllParagraphs:"Riprova tutti i passaggi di errore",retryAllButton:"Riprova tutti i passaggi di errore",errorTooltipTitle:"Fare clic per visualizzare la causa dell'errore",errorModalTitle:"Sembra che ci sia qualcosa che non va nel servizio di traduzione o nella rete...",disableConfirm:"Impostazione bilingue per il miglioramento delle informazioni",disableOnce:"Questa disabilitazione",disableGlobal:"disabilitare in modo permanente",disableTint:"* \xC8 possibile riabilitarlo all'indirizzo {option} .",searchEnhancementNotes:"Dopo aver attivato la funzione Immersive Translation Bilingual Information Enhancement, cercheremo automaticamente le stesse parole chiave in inglese sui siti web supportati (Google News, Google Search (alcune parole chiave), Snowball, Oriental Wealth, Futura, Tiger) e le visualizzeremo sul lato destro. Potete scegliere di disabilitare questa funzione se non ne avete bisogno.",option:"allestimento",saveSettings:"Salva le impostazioni",closeModal:"Chiudere la finestra",enableInputTranslationWithoutTriggerKeyTitle:"Abilitare 3 colpi rapidi su{trailingKey}per tradurre direttamente l'intera casella di input in{inputTargetLanguage}",enableInputTranslationWithoutTriggerKeyDescription:"Per specificare la lingua di destinazione, usare il prefisso della lingua, per esempio\uFF1Aja Hello World",mouseHoverShortcutPlaceholder:"Ad esempio,\uFF1AShift",deepLProName:"Immersive Translation Pro Membro (consigliato)",deepLProDescription:"Il pacchetto corrente pu\xF2 essere utilizzato direttamente",deeplProDescriptionForNormal:"Non \xE8 richiesta alcuna configurazione, i membri possono utilizzarlo dopo il login, <1>clicca qui per passare a membro",deepLCustomDescription:"\xC8 richiesta una carta di credito estera, aperta ufficialmente su <1>DeepL, clicca per la <2>documentazione",deepLCustomName:"Chiave di autorizzazione personalizzata",chooseProviderLabel:"Selezionare un fornitore di servizi",openaiProName:"Immersive Translation Pro Membro (consigliato)",openaiProDescription:"Il pacchetto corrente pu\xF2 essere utilizzato direttamente",openaiProDescriptionForNormal:"Non \xE8 richiesta alcuna configurazione, i membri possono utilizzarlo dopo il login, <1>clicca qui per passare a membro",openaiCustomDescription:"Disponibile su OpenAI, Azure OpenAI o altri servizi di terze parti, <1>fare clic qui per la documentazione.",openaiCustomName:"Chiave API personalizzata",needLoginAction:"(Iscrizione aperta o personalizzazione)",goLoginOrAction:"(Aprire un'iscrizione o andare alle impostazioni)",yearly:"effettuare un pagamento annuale consecutivo",quarterly:"avvolgimento sequenziale",monthly:"abbonamento mensile",yearlyForOnce:"Pacchetto annuale una tantum",monthlyForOnce:"Pacchetto mensile una tantum",daily:"giorni consecutivi di pacchetti",year:"effettuare un pagamento annuale consecutivo",quarter:"avvolgimento sequenziale",month:"abbonamento mensile",day:"giorni consecutivi di pacchetti",onetime_7day:"Pacchetto esperienza di 7 giorni",currentPlanDescriptionForFree:"Pacchetti attuali\uFF1AGratis",currentPlanDescriptionForContinuous:"L'attuale pacchetto\uFF1A{plan}sar\xE0 rinnovato automaticamente su {endAt} .",currentPlanDescriptionForAutoRenewCaceling:"L'attuale pacchetto\uFF1A{plan}scadr\xE0 il giorno {endAt} e non sar\xE0 rinnovato automaticamente alla scadenza.",currentYearlyPlanDescriptionForAutoRenewCacelingWithRealPaiedUser:"Il pacchetto attuale,\uFF1A{plan}, scadr\xE0 il {endAt} e non sar\xE0 rinnovato automaticamente alla scadenza.
<1>Clicca qui per gestire il tuo piano di rinnovo",currentYearlyPlanDescriptionForAutoRenewCacelingWithAdmin:"Il pacchetto attuale,\uFF1A{plan}, scadr\xE0 il {endAt} e non sar\xE0 rinnovato automaticamente alla scadenza.
<1>Fare clic qui per attivare l'abbonamento annuale continuo",currentPlanDescriptionForOneTime:"L'attuale abbonamento\uFF1A{plan}scadr\xE0 il {endAt} , <1>clicca qui per passare all' abbonamento <1>annuale o <2>mensile.",upgradePlan:"Clicca qui per passare all'iscrizione Pro",upgradeToPro:"Aggiornamento all'iscrizione Pro","popup.openPro":"Passa all'iscrizione Pro per usufruire di DeepL e della traduzione OpenAI, clicca qui per effettuare l'aggiornamento!","popup.openProForPro":"Sei un membro Pro con accesso diretto alle traduzioni di DeepL e OpenAI!",currentAccount:"conto corrente",enableAutoSyncUserSettings:"Abilita la sincronizzazione automatica con il cloud su pi\xF9 dispositivi",modalEnableInputTranslationTitle:"Casella di input per la traduzione immersiva Avvisi di traduzione",modalEnableInputTranslationDesc:"\xC8 stata appena attivata la traduzione della casella di input di Immersive Translation premendo la barra spaziatrice 3 volte in rapida successione e il contenuto della casella di input verr\xE0 tradotto nella lingua di destinazione predefinita. La traduzione pu\xF2 essere annullata con Ctrl+Z.

Se si tratta di un errore, non preoccupatevi: potete scegliere di disattivarla questa volta o di disabilitare definitivamente la traduzione delle caselle di input.",saveAndNotShowAgain:"Salvare e interrompere la richiesta",disableInputTranslationTips:"* \xC8 inoltre possibile impostare altre scorciatoie da attivare in {option} ,{learnMore}.",learnMore:"Clicca qui per saperne di pi\xF9",continueEnalbeInputTranslation:"Continuare ad abilitare la traduzione della casella di input",autoRenewTrialSuffix:`(In prova,\xE8 passato immediatamente all'iscrizione completa)`,upgradeFromTrialTitle:"Aggiornamento a Socio Effettivo",subtitle:"sottotitoli video",youtubeService:"Traduzione in immersione Servizi di traduzione con sottotitoli video","subtitle.disabledSubtitle":"Disattivare in modo permanente la funzione dei sottotitoli video","subtitle.disabledSubtitleDescription":"Se Immersive Translator's Video Subtitles entra in conflitto con altre estensioni, \xE8 possibile scegliere di disabilitare definitivamente la funzionalit\xE0 di Immersive Translator's Video Subtitles o disinstallare le altre estensioni in conflitto.","subtitle.autoEnableSubtitle":"Uso automatico dei sottotitoli bilingue","subtitle.autoEnableSubtitleDescription":"Una volta attivato, i sottotitoli bilingue verranno visualizzati automaticamente durante la riproduzione del video, altrimenti sar\xE0 necessario fare clic sul pulsante di traduzione per visualizzarli.","subtitle.preTranslation":"Tradurre i sottotitoli con la traduzione immersiva","subtitle.preTranslationDescription":"Quando \xE8 abilitato, l'intero sottotitolo sar\xE0 pre-tradotto utilizzando il servizio di traduzione specificato di seguito; un video di un'ora consumer\xE0 circa 50.000 gettoni o caratteri, quindi si prega di utilizzarlo a propria discrezione; quando \xE8 disabilitato, i sottotitoli originali saranno utilizzati per primi.","subtitle.humanSubtitlesPreferred":"Uso prioritario del sottotitolaggio umano","subtitle.humanSubtitlesPreferredDescription":"Privilegiare l'uso di sottotitoli umani quando il video ha sottotitoli umani nella lingua di destinazione (consigliato)",videoSubtitleTranslationDescription:"Assegnare un servizio di traduzione separato per i sottotitoli video",subtitleTranslating:"Attendere mentre i sottotitoli vengono tradotti con il servizio {service} ... (traduzione ad immersione)",subtitleLoading:"Caricamento dei sottotitoli...",bilingual:"bilinguismo","field.action":"Se abilitare la terminologia Baidu","description.action":"Quando \xE8 abilitato, un parametro action=1 sar\xE0 aggiunto alla richiesta per informare Baidu del termine abilitato; <1>per ulteriori informazioni, consultare la documentazione ufficiale.",closeQuickTranslation:"Chiudere Hoverball","closeQuickTranslation.untilNext":"Questa volta chiuso fino alla prossima visita","closeQuickTranslation.currentWebsite":"Sito attuale disabilitato","closeQuickTranslation.alwaysClose":"disabilitare in modo permanente","closeQuickTranslation.settingOpen":"(pu\xF2 essere attivata nella <1>pagina delle impostazioni )","closeQuickTranslation.cancel":"cancellazioni","closeQuickTranslation.confirm":"definire","floatBall.popup":"Aprire il pannello Impostazioni rapide","floatBall.translate":"Fare clic per tradurre la pagina","floatBall.showOriginal":"Fare clic per tornare all'articolo originale","floatBall.close":"Chiudere Hoverball","floatBallOptions.enableDescPc":"Dopo aver abilitato l'hoverball della pagina, verr\xE0 visualizzato un pulsante di traduzione rapida sul lato destro della pagina: cliccatelo per tradurre!","floatBallOptions.enableDesc":"Dopo aver disattivato l'hoverball, \xE8 possibile richiamarlo con{touch}. Si consiglia vivamente di inserire tra i preferiti questa pagina di impostazioni nel caso in cui non si riesca a trovare l'hoverball dopo aver inavvertitamente disattivato questa opzione!","description.azureApiUrl":"Inserire l'indirizzo dell'interfaccia API personalizzata",confirmSupportMouse:"Forzare l'abilitazione del supporto del mouse",confirmSupportMouseDescription:"Rilevato che il browser corrente non supporta la funzione del mouse, \xE8 necessario abilitare il supporto del mouse?",sampleTargetText:"Verr\xE0 la lunga notte e io veglier\xF2 da oggi fino alla morte. Non prender\xF2 moglie, non far\xF2 feudi, non avr\xF2 figli. Non porter\xF2 una corona, non lotter\xF2 per l'onore. Far\xF2 il mio dovere, vivr\xF2 e morir\xF2.",sampleSourceText:"Night gathers, and now my watch begins. It shall not end until my death. I shall take no wife, hold no lands, father no children. I shall wear no crowns and win no glory. I shall live and die at my post.","desc.touchShortcutsToggleTranslatePageOnlyTranslation":"Solo traduzione significa che verr\xE0 visualizzata solo la traduzione, se la pagina web non \xE8 ancora stata tradotta, passer\xE0 alla modalit\xE0 e tradurr\xE0.","desc.toggleOnlyTransation":"La modalit\xE0 solo traduzione significa che verr\xE0 visualizzato solo il testo tradotto, se la pagina web non \xE8 ancora stata tradotta, cambier\xE0 modalit\xE0 e tradurr\xE0.",touchShortcutsToggleTranslatePageOnlyTranslation:"Imposta il gesto del touchscreen per passare alla modalit\xE0 bilingue/solo testo tradotto",download_started:"Il download \xE8 gi\xE0 iniziato, se non si avvia automaticamente, fai clic manualmente.",here:"Qui","translationFont.customPlaceholder":"carattere","error.goReset":"Vai a resettare","translationFont.custom":"Inserisci il carattere personalizzato",batchEdit:"Operazione in blocco","translationModeUrl.translation.title":"Solo modalit\xE0 di traduzione del sito web","error.configError":"Anomalia dei dati di configurazione","error.serveConfigError":"Errore nella configurazione del servizio","touch.mouse-translate":"Tradurre il paragrafo specificato","error.proTokenInvalid":"Se sei un utente Pro, per favore accedi prima di utilizzare il servizio di traduzione Pro.","translationModeLang.translation.title":"Solo modalit\xE0 di traduzione della lingua","translationServices.inherit":"Segui il servizio di traduzione principale",enableSentryReport:"Quando si verifica un errore di estensione, invia un feedback utilizzando Sentry",videoSubtitlePreTranslationOn:"I sottotitoli video utilizzeranno la traduzione immersiva come priorit\xE0.",translationFont:"Imposta il carattere","error.reloadPageOfSetting":"Dopo la configurazione, si prega di aggiornare la pagina e tradurre di nuovo.",detectServiceLoading:"Sto controllando i servizi di traduzione disponibili...",toggleToService:"Passa a {service} e riprova","translationModeLang.translation.description":"Quando la lingua della pagina \xE8 una delle seguenti, verr\xE0 utilizzata automaticamente solo la modalit\xE0 di traduzione.","translationModeUrl.translation.description":"Quando il sito web ha i seguenti nomi di dominio, verr\xE0 utilizzata automaticamente solo la modalit\xE0 di traduzione.","error.403":"Il servizio restituisce un errore, non si ha temporaneamente l'autorizzazione per accedere a questo servizio.","error.400":"Il servizio restituisce un errore, errore nei parametri della richiesta, si prega di controllare la configurazione corrispondente.",videoSubtitlePreTranslationOff:"I sottotitoli del video daranno la priorit\xE0 ai sottotitoli automatici inclusi nel video originale.","error.proUpgrade":"Dopo l'aggiornamento, si prega di aggiornare la pagina e tradurre di nuovo.","translationFont.notSupportErrorMessage":"Si prega di controllare se il nome del carattere inserito \xE8 corretto, o confermare che il carattere \xE8 gi\xE0 installato sul tuo dispositivo.","error.429":"Il servizio restituisce un errore, indicando che la richiesta \xE8 troppo frequente o supera il limite di quota, si prega di riprovare pi\xF9 tardi.","error.502":"Il servizio ha restituito un errore, il servizio \xE8 in timeout, si prega di riprovare pi\xF9 tardi.","error.googleLimitIp":"Il servizio restituisce un errore, il servizio Google ha limitato questo indirizzo IP, si consiglia di cambiare il nodo di rete.","error.openAIExceededQuota":"Il servizio restituisce un errore: il saldo del tuo account OpenAI non \xE8 sufficiente, si prega di ricaricare o collegare una carta di credito nel pannello di controllo ufficiale di OpenAI.","error.gemini.429":"Il servizio Gemini attuale ha raggiunto la sua capacit\xE0 massima, si prega di riprovare pi\xF9 tardi o passare ad un altro servizio di traduzione.","desc.toggleVideoSubtitlePreTranslation":"Dopo aver premuto, i sottotitoli bilingui del video utilizzeranno in primo luogo le impostazioni di traduzione immersive, premendo di nuovo avranno la priorit\xE0 i sottotitoli automatici inclusi nel video originale. Nota: questa scorciatoia modifica le impostazioni globali.","error.serveUnavailable":"Il servizio [{serverName}] che stai utilizzando attualmente non \xE8 accessibile a causa di problemi di connessione o del fornitore di servizi. Ti consigliamo di provare a ricaricare la pagina o di cambiare il servizio di traduzione attraverso le <1>impostazioni. Se sei un membro <2>Pro, puoi scegliere di utilizzare i servizi di traduzione pi\xF9 stabili di DeepL o OpenAI (<3>clicca qui per una prova gratuita). Inoltre, potrebbe essere necessario controllare la tua rete o le impostazioni del proxy.","error.openAIFreeLimit":"Il servizio restituisce un errore, la frequenza attuale delle richieste di traduzione ha raggiunto il limite massimo di 3 volte al minuto, si prega di riprovare pi\xF9 tardi. (Questo \xE8 il limite ufficiale di OpenAI per l'API Key gratuita, per rimuovere questo limite, si prega di collegare una carta di credito nel backend di OpenAI.)","floatBall.iKnow":"Lo so.","floatBallOptions.fixedPosition":"Posizione fissa",notLogin:"Non connesso","translationServices.gemini":"Gemelli","error.retry":"Riprova",pickAll:"Seleziona tutto","slide.right":"Scorri a sinistra","multipleClick.2":"Doppio clic",loggedIn:"Accesso effettuato","error.reason":"Motivo dell'errore","multipleClick.4":"Quadruplo colpo","multipleClick.3":"Triplo colpo","widget.translateFile":"PDF/ePub",shortcutSettings:"Scorciatoia","tagsInput.add":"+ Aggiungi","shortcutGroup.others":"Pi\xF9 scorciatoie personalizzate","slide.left":"Scorri a destra","subtitle.hideQuickButton":"Non mostrare pi\xF9 questa scorciatoia","widget.videoSubtitle":"sottotitoli video","error.subscriptionExpiredTitle":"La membership \xE8 scaduta",alwaysTranslateThisSite:"Sempre tradurre questo sito","floatBallOptions.fixedPositionLeft":"Sinistra",touchShortcutsOff:"Chiudi",neverTranslateThisSite:"Non tradurre mai questo sito web",translationOnlyMode:"Solo modalit\xE0 di traduzione",viewWithImmersiveTranslate:"Versione bilingue (traduzione immersiva)",contact:"Contattaci","browser.translateWithBing":"Utilizzo temporaneo di Microsoft per tradurre la pagina corrente",buildSnapshots:"Genera un'istantanea della pagina web","intro.floatBallTitle":"Traduzione rapida della sfera galleggiante","browser.translateWithOpenAI":"Utilizzo temporaneo di OpenAI per tradurre la pagina corrente","widget.videoSubtitleTooltip":"Supporta Youtube e altri {count}+ siti di video","browser.translateWithDeepL":"Utilizzo temporaneamente DeepL per tradurre la pagina corrente",errorReason:"Motivo dell'errore: {message}","browser.translateWithTransmart":"Utilizzo temporaneo di Tencent per tradurre la pagina corrente","shortcutGroup.shortcutsForTranslationServices":"Scorciatoie relative ai servizi di traduzione","browser.translateWithGoogle":"Utilizzo temporaneo di Google per tradurre la pagina corrente",temprarilyChangeTranslationTo_gemini:"Sto utilizzando Gemini per tradurre la pagina corrente.","browser.translateWithGemini":"Utilizza temporaneamente Gemini per tradurre la pagina corrente","widget.instructionTooltip":"Visualizza le istruzioni per l'uso",goLogin:"Vai a fare il login",temprarilyChangeTranslationTo_openai:"Sto utilizzando OpenAI per tradurre la pagina corrente.",temprarilyChangeTranslationTo_transmart:"Sto utilizzando Tencent per tradurre la pagina corrente.","floatBallOptions.fixedPositionRight":"lato destro",paragraphMinTextCountField:"Il numero minimo di caratteri necessari per tradurre un paragrafo",mouseHoverCustomKeyTitle:"Personalizza la scorciatoia del mouse al passaggio del mouse",temprarilyChangeTranslationTo_deepl:"Sto utilizzando DeepL per tradurre la pagina corrente.","subtitle.bilingual":"Sottotitoli bilingui",temprarilyChangeTranslationTo_bing:"Sto utilizzando Microsoft Translate per tradurre la pagina corrente.","intro.hoverTitle":"Posiziona il mouse per tradurre il paragrafo corrente","shortcutGroup.main":"Scorciatoie da tastiera di funzioni comuni",temprarilyChangeTranslationTo_google:"Sto utilizzando Google Traduttore per tradurre la pagina corrente.","subtitle.autoDisableSubtitle":"Non attivare automaticamente i sottotitoli bilingue",upgradeToProErrorTitle:"Si prega di aggiornare a membro Pro prima di utilizzare questo servizio di traduzione",touchShortcutsToggleTranslatePage:"Imposta gesti touch per tradurre pagine web / visualizzare il testo originale","widget.translateFileTooltip":"Traduci documenti PDF, EPUB, SRT, ASS, HTML e TXT","widget.instruction":"Istruzioni per l'uso","proQuotaExceededError.resetTime":"3. Tempo di reimpostazione del limite: {resetTime}","shortcutGroup.touch":"Gesti specifici per touch screen","floatBall.guideClickToTranslate":"Clicca sulla sfera galleggiante di traduzione immersiva per tradurre rapidamente","subtitle.showQuickButton":"Nel lettore visualizza la scorciatoia per i sottotitoli bilingue","floatBall.longPress":"Tenendo premuto a lungo \xE8 possibile aprire rapidamente il pannello delle impostazioni.","neverTranslateText.title":"Le parole seguenti rimangono in lingua originale, non tradurre.","browser.translateInputBox":"Traduci il contenuto attuale del campo di input.","browser.toggleVideoSubtitlePreTranslation":"Passa ai sottotitoli bilingui utilizzando preferibilmente le impostazioni di traduzione immersive.","error.subscriptionExpired":"La tua iscrizione potrebbe essere scaduta, controlla lo stato della tua iscrizione.","shortcutGroup.mouse":"Configurazione scorciatoia per il passaggio del mouse","browser.toggleMouseHoverTranslateDirectly":"Abilita o disabilita temporaneamente la traduzione diretta al passaggio del mouse sulla pagina","intro.subtitleTitle":"Visualizzazione dei sottotitoli bilingui nei video online",networkError:"Il servizio di traduzione o la rete ha problemi",notLoginPro:"Non hai ancora effettuato l'accesso al tuo account membro.",touchShortcutsToggleTranslationMask:"Imposta il gesto del touchscreen per mostrare la traduzione della maschera / mostrare il testo originale","floatBallOptions.fixedPositionDesc":"La palla galleggiante \xE8 a sinistra o a destra della finestra?","desc.touchShortcutsToggleTranslateTouchElement":"Personalizza un gesto e puoi tradurre qualsiasi paragrafo in cui ti trovi.",confirmResetToDefaultSettings:"Confermi di voler ripristinare questo servizio di traduzione alle impostazioni predefinite? (Ripristina solo le impostazioni di questo servizio di traduzione)","description.baiduField":"I campi supportati sono visti <1>qui, se vuoto significa che non \xE8 specificato alcun campo.",touchShortcutsToggleTranslateTouchElement:"Imposta il gesto del touchscreen per tradurre il paragrafo specificato","desc.toggleTranslateTheWholePage":"Traduci l'intera area della pagina, di default, tradurremo l'area principale della pagina, puoi utilizzare questa scorciatoia per tradurre specificamente l'intera area della pagina.",mouseHoverCustomKeyDescription:"Puoi personalizzare una combinazione di tasti di scelta rapida per il passaggio del mouse, ad esempio: Alt+Z, Ctrl+E, Cmd+Alt+E o direttamente Cmd, si prega di inserire manualmente.",paragraphMinTextCountDesc:"Attenzione, qui si intende la lunghezza del carattere, ad esempio: ciao \xE8 composto da 5 caratteri, impostare un valore maggiore pu\xF2 ridurre la traduzione di paragrafi non necessari.","desc.toggleTranslateTheMainPage":"Traduci solo l'area principale della pagina, quando hai abilitato la traduzione di tutta l'area della pagina nelle impostazioni avanzate, puoi utilizzare questa scorciatoia per tradurre specificamente l'area principale della pagina.","subtitle.showQuickButtonDescription":"Nell'angolo in basso a destra del lettore video \xE8 disponibile una scorciatoia per attivare i sottotitoli bilingue.","desc.mouseHoverHoldKey":"Quando il mouse \xE8 in hover su un paragrafo, premendo contemporaneamente il tasto di scelta rapida a destra, \xE8 possibile tradurre direttamente quel paragrafo.","desc.interfaceLanguage":"Le impostazioni della lingua dell'interfaccia influenzano la lingua di visualizzazione del pannello di controllo e non hanno nulla a che fare con la lingua target della traduzione.",translationOnlyModeDescription:"La modalit\xE0 solo traduzione si riferisce alla visualizzazione solo del testo tradotto, non della modalit\xE0 bilingue predefinita. Nota: a causa di limitazioni tecniche, i collegamenti ipertestuali del testo originale non funzioneranno in modalit\xE0 solo traduzione.","desc.touchShortcutsToggleTranslatePage":"Dopo aver impostato, quando si utilizza un dispositivo mobile, \xE8 possibile toccare lo schermo con X dita contemporaneamente, scorrere a sinistra e a destra o fare clic continuamente per attivare la traduzione della pagina web / visualizzare il testo originale.","desc.touchShortcutsToggleTranslationMask":"La maschera di traduzione si riferisce all'effetto sfocato nello stile del testo tradotto (modalit\xE0 di apprendimento), che, una volta attivato, applica temporaneamente un effetto sfocato al testo tradotto, facilitando l'apprendimento.",shortcutSettingsTitle:"Impostazioni scorciatoie","proQuotaExceededError.onetime7day":'\uFF0Cpuoi scegliere uno dei seguenti metodi per risolvere:

1. Passa a {anotherService} o ad altri servizi di traduzione
2. Aggiorna a un membro mensile/annuale ',"contact.description":"Se avete domande o suggerimenti, siete invitati a compilare il modulo sottostante per contattarci, o inviare una mail a {email}, vi risponderemo il pi\xF9 presto possibile.","proQuotaExceededError.nonTrial":'\uFF0Cpuoi scegliere uno dei seguenti metodi per risolvere:

1. Passa a {anotherService} o ad altri servizi di traduzione
2. Acquista un pacchetto di traffico extra {translationService}',"proQuotaExceededError.trial":'\uFF0Cpuoi scegliere uno dei seguenti metodi per risolvere:

1. Passa a {anotherService} o ad altri servizi di traduzione
2. Aggiorna subito a membro ufficiale',"intro.floatBallDescription":"Una volta attivato, verr\xE0 visualizzato un pulsante di traduzione rapida sul lato destro della pagina, cliccandolo si pu\xF2 tradurre, cliccandolo di nuovo si pu\xF2 tornare al testo originale. Su dispositivi mobili, tenendo premuto il pallone galleggiante, \xE8 possibile aprire il pannello delle impostazioni rapide.","desc.toggleMouseHoverTranslateDirectly":"Dopo aver premuto questo tasto di scelta rapida, sulla pagina, basta che il mouse punti a qualsiasi testo per tradurlo automaticamente. Premendo di nuovo il tasto di scelta rapida, \xE8 possibile disattivare questa funzione di traduzione automatica.",shortcutDisableTooltip:"Si prega di impostare nella pagina di gestione delle scorciatoie da tastiera dell'estensione del browser, per ulteriori indicazioni si prega di consultare le istruzioni nella parte superiore di questa pagina.","subtitle.supportedSites":"\xC8 supportato l'uso di sottotitoli bilingui su questi siti web (Nota: a causa di limitazioni tecniche, alcuni siti web potrebbero aver bisogno di essere aggiornati dopo aver attivato i sottotitoli per la prima volta, o potrebbe essere necessario attendere che la traduzione sia completata per visualizzare i sottotitoli bilingui):","neverTranslateText.description":"A causa di alcune carenze di riconoscimento dei nomi propri da parte di alcuni motori di traduzione, puoi aggiungere parole qui per assicurarti che non vengano convertite durante il processo di traduzione. Si prega di notare che questa funzione distingue tra maiuscole e minuscole e supporta solo le lingue separate da spazi (come l'inglese, il francese), non \xE8 adatta per lingue come il giapponese, il coreano, ecc.","intro.subtitleDescription":"Dopo aver attivato questa funzione, i sottotitoli bilingui verranno visualizzati automaticamente durante la riproduzione del video. Se non \xE8 abilitato, \xE8 necessario fare clic manualmente sul pulsante di traduzione sulla pagina per visualizzare i sottotitoli. Si prega di notare che, a causa di limitazioni tecniche, alcuni siti web potrebbero richiedere l'aggiornamento della pagina o l'attesa del completamento della traduzione prima di poter visualizzare i sottotitoli bilingui. (Inoltre, \xE8 possibile attivare/disattivare il pannello di traduzione immersiva nell'angolo in alto a destra dopo aver aperto il sito web del video).

Attualmente \xE8 possibile utilizzare i sottotitoli bilingui su questi siti web:","intro.hoverDescription":"La traduzione al passaggio del mouse \xE8 una funzione molto importante nella traduzione immersiva, basta posizionare il mouse sul paragrafo e premere contemporaneamente la scorciatoia impostata per tradurre automaticamente il paragrafo corrente (nota: non \xE8 abilitato di default, si prega di impostarlo qui sotto), questa interazione \xE8 utilizzata per sostituire meglio la traduzione del testo selezionato, inoltre, questa funzione \xE8 ampiamente utilizzata in quelle aree di traduzione che non possono essere riconosciute, puoi utilizzare questa funzione per forzare la traduzione di qualsiasi paragrafo.",geminiWarning:"Attenzione: il servizio gratuito Gemini fornito da Google ha restrizioni severe, potrebbe essere considerato da Google come un tentativo dell'utente di eludere i loro limiti di quota gratuita utilizzando pi\xF9 chiavi. Non \xE8 consigliato usarlo, si consiglia di aspettare che Google apra l'interfaccia a pagamento di Gemini in futuro per usarlo.","floatBall.setting":"Impostazione","floatBall.translateToLanguage":"Fare clic per tradurre in {language}","floatBall.file":"Traduci PDF, EPUB, SRT, ASS, HTML, file TXT",changeToOnlyTempTranslationMode:"Alterna per visualizzare solo le traduzioni",changeToDualTempTranslationMode:"Passare alla traduzione bilingue","transitionMode.dual":"Contrasto bilingue","options.navbar.installApp":"Installa l'app per smartphone","options.navbar.translateFile":"Tradurre il documento","transitionMode.translation":"Solo il testo tradotto.","subtitle.transitionModeDescription":"Imposta i sottotitoli del video per il confronto bilingue o solo modalit\xE0 di traduzione","transitionMode.inherit":"Mantenere coerente con la modalit\xE0 di visualizzazione della traduzione predefinita del sistema","subtitle.transitionMode":"Impostazioni dei sottotitoli video bilingue / solo traduzione",translateFileTooltip:`Traduci PDF, ePub, srt, ass, HTML, file TXT`,"description.multiplePrompt":`Quando il numero di paragrafi \xE8 superiore a 1, la conversazione inviata a {service} come utente, dove {{from}} indica la lingua del paragrafo, {{to}} indica la lingua di destinazione, {{yaml}} \xE8 il contenuto del paragrafo che abbiamo confezionato in formato yaml, se hai bisogno di personalizzare Prompt, devi assicurarti che ogni elemento nel risultato YAML della risposta AI includa il campo {env.imt_trans_field}, {{imt_trans_field}} \xE8 il nome del campo di traduzione che speriamo la AI risponda, il default \xE8 {env.imt_trans_field}, {{imt_source_field}} \xE8 il nome del campo del testo originale che passiamo alla AI, il default \xE8 {env.imt_source_field}, esempio di risultato: - id: 1 @@ -5128,7 +5128,7 @@ ass, HTML, file TXT`,"description.multiplePrompt":`Quando il numero di paragrafi {env.imt_sub_trans_field}: Traduzione - id: 2 {env.imt_sub_source_field}: Source - {env.imt_sub_trans_field}: Traduzione`,"translationServices.claude":"Claude","subtitle.quickButton.black":"nero","subtitle.quickButton.blue":"blu","subtitle.quickButton.white":"bianco","subtitle.quickButton.green":"Verde","subtitle.quickButton.magenta":"Fucsia","subtitle.quickButton.sourceTextColor":"Colore del carattere originale","subtitle.quickButton.yellow":"giallo","subtitle.quickButton.sourceFontSize":"Dimensione originale del carattere","subtitle.quickButton.backgroundOpacity":"Opacit\xE0 di sfondo","subtitle.quickButton.translationPositionTop":"Sopra il testo originale","subtitle.quickButton.backgroundColor":"colore di sfondo","subtitle.quickButton.translationPosition":"Posizione del testo tradotto","subtitle.quickButton.translationPositionBottom":"Sotto il testo originale","subtitle.quickButton.red":"Rosso","subtitle.quickButton.cyan":"Blu","subtitle.quickButton.setting":"Impostazione","subtitle.quickButton.translationTextColor":"Colore del carattere del testo","subtitle.quickButton.translationFontSize":"Dimensione del carattere del testo tradotto",attachSubtitleTranslating:"Utilizzando {service} per la traduzione...","error.claude.403":"Non hai l'autorizzazione per accedere al servizio, potrebbe essere correlato alle restrizioni regionali di Claude, puoi provare a cambiare il tuo indirizzo IP o utilizzare altri servizi di traduzione.","browser.brandDescriptionForSafari":"\u3010Traduzione Immersiva\u3011Un plugin gratuito per la traduzione di pagine web bilingue (originale/tradotto), che supporta anche la traduzione di PDF e libri elettronici EPUB mantenendo la formattazione originale del documento, la traduzione di sottotitoli bilingui per video online come Youtube/Netflix, e supporta servizi di traduzione mainstream come Deepl/Google;","browser.PdfProFile":"Traduzione Pro di PDF guidata da AI","browser.textTranslate":"Traduzione del testo"};var Ab={nologin:"\u043D\u0435 \u0432\u043E\u0448\u0451\u043B \u0432 \u0441\u0438\u0441\u0442\u0435\u043C\u0443",loginForSafari:"\u0412\u043E\u0439\u0442\u0438 \u0438\u043B\u0438 \u0437\u0430\u0440\u0435\u0433\u0438\u0441\u0442\u0440\u0438\u0440\u043E\u0432\u0430\u0442\u044C\u0441\u044F",login:"\u0412\u0445\u043E\u0434 \u0432 \u0441\u0438\u0441\u0442\u0435\u043C\u0443 \u0434\u043B\u044F \u043E\u0442\u043A\u0440\u044B\u0442\u0438\u044F \u0447\u043B\u0435\u043D\u0441\u0442\u0432\u0430",manageAccount:"\u0423\u043F\u0440\u0430\u0432\u043B\u044F\u0435\u043C\u044B\u0435 \u0441\u0447\u0435\u0442\u0430",openPremium:"\u041E\u0442\u043A\u0440\u044B\u0442\u043E\u0435 \u0447\u043B\u0435\u043D\u0441\u0442\u0432\u043E",logout:"\u043F\u0440\u0435\u0440\u0432\u0430\u0442\u044C",curentPlan:"\u0422\u0435\u043A\u0443\u0449\u0438\u0435 \u043F\u0430\u043A\u0435\u0442\u044B",endAt:"\u0441\u0440\u043E\u043A \u0434\u0435\u0439\u0441\u0442\u0432\u0438\u044F",endAuto:"\u0430\u0432\u0442\u043E\u043F\u0440\u043E\u0434\u043B\u0435\u043D\u0438\u0435",lineBreakMaxTextCount:"\u041C\u0430\u043A\u0441\u0438\u043C\u0430\u043B\u044C\u043D\u043E\u0435 \u043A\u043E\u043B\u0438\u0447\u0435\u0441\u0442\u0432\u043E \u0441\u0438\u043C\u0432\u043E\u043B\u043E\u0432, \u0434\u043E\u043F\u0443\u0441\u0442\u0438\u043C\u043E\u0435 \u0432 \u043E\u0434\u043D\u043E\u043C \u043F\u0440\u0435\u0434\u043B\u043E\u0436\u0435\u043D\u0438\u0438 \u043F\u043E\u0441\u043B\u0435 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430 \u0441\u0442\u0440\u043E\u043A\u0438","translate-pdf":"\u041D\u0430\u0436\u043C\u0438\u0442\u0435, \u0447\u0442\u043E\u0431\u044B \u043F\u0435\u0440\u0435\u0432\u0435\u0441\u0442\u0438 PDF","noSupportTranslate-pdf":"\u0421\u043A\u0440\u0438\u043F\u0442 \u043D\u0435 \u043F\u043E\u0434\u0434\u0435\u0440\u0436\u0438\u0432\u0430\u0435\u0442\u0441\u044F, \u043F\u043E\u0436\u0430\u043B\u0443\u0439\u0441\u0442\u0430, \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u0443\u0439\u0442\u0435 \u043F\u043B\u0430\u0433\u0438\u043D","translate-firefox-local-pdf":"\u041D\u0430\u0436\u043C\u0438\u0442\u0435 \u0434\u043B\u044F \u043F\u0435\u0440\u0435\u0445\u043E\u0434\u0430 \u043A \u0440\u0430\u0437\u0434\u0435\u043B\u0443 \u0418\u043C\u043F\u043E\u0440\u0442 PDF",enableLineBreak:"\u0412\u043A\u043B\u044E\u0447\u0438\u0442\u044C \u0430\u0432\u0442\u043E\u043C\u0430\u0442\u0438\u0447\u0435\u0441\u043A\u0443\u044E \u043F\u043E\u0434\u0430\u0447\u0443 \u0441\u0442\u0440\u043E\u043A\u0438 \u0434\u043B\u044F \u0434\u043B\u0438\u043D\u043D\u044B\u0445 \u0430\u0431\u0437\u0430\u0446\u0435\u0432",sponsorLabel:"$1 \u0421\u043F\u043E\u043D\u0441\u0438\u0440\u0443\u0435\u043C\u044B\u0435 \u0440\u0430\u0437\u0440\u0430\u0431\u043E\u0442\u0447\u0438\u043A\u0438",help:"\u0440\u0443\u043A\u0430",browserShortcutsNoteForFirefox:"\u0427\u0442\u043E\u0431\u044B \u0438\u0437\u043C\u0435\u043D\u0438\u0442\u044C \u044F\u0440\u043B\u044B\u043A\u0438 \u0432 Firefox, \u043D\u0435\u043E\u0431\u0445\u043E\u0434\u0438\u043C\u043E \u043E\u0442\u043A\u0440\u044B\u0442\u044C \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u0443 \u0443\u043F\u0440\u0430\u0432\u043B\u0435\u043D\u0438\u044F \u0440\u0430\u0441\u0448\u0438\u0440\u0435\u043D\u0438\u044F\u043C\u0438 `about:addons`, \u0437\u0430\u0442\u0435\u043C \u043D\u0430\u0436\u0430\u0442\u044C `Settings`, \u0430 \u0434\u043B\u044F \u043D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0438 \u044F\u0440\u043B\u044B\u043A\u043E\u0432 - `Manage Shortcuts`.",browserShortcutsNoteForChrome:"\u0414\u043B\u044F \u0438\u0437\u043C\u0435\u043D\u0435\u043D\u0438\u044F \u044F\u0440\u043B\u044B\u043A\u043E\u0432 \u0432 Chrome \u043D\u0435\u043E\u0431\u0445\u043E\u0434\u0438\u043C\u043E \u043E\u0442\u043A\u0440\u044B\u0442\u044C \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u0443 \u0443\u043F\u0440\u0430\u0432\u043B\u0435\u043D\u0438\u044F \u0440\u0430\u0441\u0448\u0438\u0440\u0435\u043D\u0438\u044F\u043C\u0438, \u0437\u0430\u0434\u0430\u0442\u044C \u0438\u0445 \u043D\u0430 \u043F\u0430\u043D\u0435\u043B\u0438 `Manage Shortcuts` (`chrome://extensions/shortcuts`) \u0438 \u043D\u0430\u0436\u0430\u0442\u044C \u043A\u043D\u043E\u043F\u043A\u0443 \u043D\u0438\u0436\u0435 \u0434\u043B\u044F \u043F\u0435\u0440\u0435\u0445\u043E\u0434\u0430 \u043D\u0430 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u0443 \u0443\u043F\u0440\u0430\u0432\u043B\u0435\u043D\u0438\u044F \u044F\u0440\u043B\u044B\u043A\u0430\u043C\u0438.",browserShortcutsSucks:"\u041D\u0430\u0441\u0442\u0440\u043E\u0435\u043D\u043D\u044B\u0435 \u044F\u0440\u043B\u044B\u043A\u0438 \u0438\u043C\u0435\u044E\u0442 \u0432\u0438\u0434 (\u0430\u0432\u0442\u043E\u0440\u0430\u0441\u043F\u043E\u0437\u043D\u0430\u0432\u0430\u043D\u0438\u0435 \u043D\u0435 \u043F\u0440\u043E\u0438\u0437\u0432\u043E\u0434\u0438\u0442\u0441\u044F, \u0432\u0432\u043E\u0434\u0438\u0442\u0435 \u043D\u0435\u043F\u043E\u0441\u0440\u0435\u0434\u0441\u0442\u0432\u0435\u043D\u043D\u043E)\uFF1A",enableLineBreakDescription:"\u041F\u0440\u0438 \u0432\u043A\u043B\u044E\u0447\u0435\u043D\u0438\u0438 \u044D\u0442\u043E\u0439 \u0444\u0443\u043D\u043A\u0446\u0438\u0438 \u0432 \u0434\u043B\u0438\u043D\u043D\u044B\u0445 \u0430\u0431\u0437\u0430\u0446\u0430\u0445 \u0432 \u043A\u043E\u043D\u0446\u0435 \u043A\u0430\u0436\u0434\u043E\u0433\u043E \u043F\u0440\u0435\u0434\u043B\u043E\u0436\u0435\u043D\u0438\u044F \u0431\u0443\u0434\u0443\u0442 \u0432\u0441\u0442\u0430\u0432\u043B\u0435\u043D\u044B \u043F\u0435\u0440\u0435\u043D\u043E\u0441\u044B \u0441\u0442\u0440\u043E\u043A, \u0447\u0442\u043E \u043E\u0431\u043B\u0435\u0433\u0447\u0438\u0442 \u0438\u0445 \u0447\u0442\u0435\u043D\u0438\u0435","browser.shortBrandName":"\u041F\u043E\u0433\u0440\u0443\u0436\u043D\u043E\u0439 \u043F\u0435\u0440\u0435\u0432\u043E\u0434","browser.brandName":"\u0418\u043C\u043C\u0435\u0440\u0441\u0438\u043E\u043D\u043D\u044B\u0439 \u043F\u0435\u0440\u0435\u0432\u043E\u0434: \u0434\u0432\u0443\u044F\u0437\u044B\u0447\u043D\u044B\u0439 \u043F\u0435\u0440\u0435\u0432\u043E\u0434 \u0432\u0435\u0431-\u0441\u0442\u0440\u0430\u043D\u0438\u0446 \u0438 PDF-\u0434\u043E\u043A\u0443\u043C\u0435\u043D\u0442\u043E\u0432","browser.brandDescription":"Bilingual web page translation, also supports PDF translation, bilingual Epub eBook translation, free to use.","browser.toggleTranslatePage":"\u041F\u0435\u0440\u0435\u0432\u0435\u0441\u0442\u0438 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u0443/\u043E\u0442\u043E\u0431\u0440\u0430\u0437\u0438\u0442\u044C \u043E\u0440\u0438\u0433\u0438\u043D\u0430\u043B\u044C\u043D\u044B\u0439 \u0442\u0435\u043A\u0441\u0442","browser.toggleTranslateTheWholePage":"\u041F\u0435\u0440\u0435\u0432\u0435\u0441\u0442\u0438 \u0432\u0441\u0435 \u043E\u0431\u043B\u0430\u0441\u0442\u0438 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u044B/\u043E\u0442\u043E\u0431\u0440\u0430\u0437\u0438\u0442\u044C \u043E\u0440\u0438\u0433\u0438\u043D\u0430\u043B\u044C\u043D\u044B\u0439 \u0442\u0435\u043A\u0441\u0442","browser.toggleOnlyTransation":"\u041F\u0435\u0440\u0435\u043A\u043B\u044E\u0447\u0438\u0442\u044C \u043D\u0430 \u0434\u0432\u0443\u044F\u0437\u044B\u0447\u043D\u044B\u0439 / \u0442\u043E\u043B\u044C\u043A\u043E \u043F\u0435\u0440\u0435\u0432\u043E\u0434 \u0440\u0435\u0436\u0438\u043C","browser.toggleTranslateToThePageEndImmediately":"\u041D\u0435\u043C\u0435\u0434\u043B\u0435\u043D\u043D\u044B\u0439 \u043F\u0435\u0440\u0435\u0432\u043E\u0434 \u0432 \u043D\u0438\u0436\u043D\u044E\u044E \u0447\u0430\u0441\u0442\u044C \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u044B/\u043E\u0442\u043E\u0431\u0440\u0430\u0436\u0435\u043D\u0438\u0435 \u043E\u0440\u0438\u0433\u0438\u043D\u0430\u043B\u044C\u043D\u043E\u0433\u043E \u0442\u0435\u043A\u0441\u0442\u0430","browser.toggleTranslateTheMainPage":"\u041F\u0435\u0440\u0435\u0432\u0435\u0441\u0442\u0438 \u043E\u0441\u043D\u043E\u0432\u043D\u0443\u044E \u043E\u0431\u043B\u0430\u0441\u0442\u044C \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u044B/\u043E\u0442\u043E\u0431\u0440\u0430\u0437\u0438\u0442\u044C \u043E\u0440\u0438\u0433\u0438\u043D\u0430\u043B\u044C\u043D\u044B\u0439 \u0442\u0435\u043A\u0441\u0442","browser.shareToDraft":"\u041F\u043E\u0434\u0435\u043B\u0438\u0442\u044C\u0441\u044F \u0414\u0432\u0443\u044F\u0437\u044B\u0447\u043D\u044B\u0435 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u044B","browser.openOptionsPage":"\u041E\u0442\u043A\u0440\u043E\u0439\u0442\u0435 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u0443 \u043D\u0430\u0441\u0442\u0440\u043E\u0435\u043A","browser.toggleTranslationMask":"\u041F\u043E\u043A\u0430\u0437\u0430\u0442\u044C/\u0441\u043A\u0440\u044B\u0442\u044C \u044D\u0444\u0444\u0435\u043A\u0442 \u0440\u0430\u0437\u043C\u044B\u0442\u0438\u044F \u043F\u0440\u0438 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0435","browser.translateLocalPdfFile":"\u041F\u0435\u0440\u0435\u0432\u043E\u0434 \u043B\u043E\u043A\u0430\u043B\u044C\u043D\u044B\u0445 PDF-\u0444\u0430\u0439\u043B\u043E\u0432","browser.openEbookViewer":"\u0427\u0438\u0442\u0430\u0442\u044C \u043C\u0435\u0441\u0442\u043D\u044B\u0435 \u044D\u043B\u0435\u043A\u0442\u0440\u043E\u043D\u043D\u044B\u0435 \u043A\u043D\u0438\u0433\u0438","browser.openEbookBuilder":"\u0421\u043E\u0437\u0434\u0430\u043D\u0438\u0435 \u0434\u0432\u0443\u044F\u0437\u044B\u0447\u043D\u044B\u0445 \u044D\u043B\u0435\u043A\u0442\u0440\u043E\u043D\u043D\u044B\u0445 \u043A\u043D\u0438\u0433 EPUB","browser.translateLocalHtmlFile":"\u041F\u0435\u0440\u0435\u0432\u043E\u0434 HTML/\u0442\u0435\u043A\u0441\u0442\u043E\u0432\u044B\u0445 \u0444\u0430\u0439\u043B\u043E\u0432","browser.donateContext":"\u0423\u0437\u043D\u0430\u0439\u0442\u0435 \u043E \u043F\u0440\u0435\u0438\u043C\u0443\u0449\u0435\u0441\u0442\u0432\u0430\u0445 \u0441\u043F\u043E\u043D\u0441\u043E\u0440\u0441\u0442\u0432\u0430","browser.translateLocalSubtitleFile":"\u041F\u0435\u0440\u0435\u0432\u043E\u0434 \u0444\u0430\u0439\u043B\u043E\u0432 \u043B\u043E\u043A\u0430\u043B\u044C\u043D\u044B\u0445 \u0441\u0443\u0431\u0442\u0438\u0442\u0440\u043E\u0432",confirmResetConfig:"\u0412\u044B \u0443\u0432\u0435\u0440\u0435\u043D\u044B, \u0447\u0442\u043E \u0445\u043E\u0442\u0438\u0442\u0435 \u0441\u0431\u0440\u043E\u0441\u0438\u0442\u044C \u043D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0438?",translationLineBreakSettingTitle:"\u041D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0430 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430 \u0441\u0442\u0440\u043E\u043A\u0438",smartLineBreak:"\u0438\u043D\u0442\u0435\u043B\u043B\u0435\u043A\u0442\u0443\u0430\u043B\u044C\u043D\u043E\u0435 \u043B\u0438\u043D\u0435\u0439\u043D\u043E\u0435 \u043F\u0438\u0442\u0430\u043D\u0438\u0435 (\u0432\u044B\u0447\u0438\u0441\u043B\u0438\u0442\u0435\u043B\u044C\u043D\u0430\u044F \u0442\u0435\u0445\u043D\u0438\u043A\u0430)",alwaysLineBreak:"\u0412\u0441\u0435\u0433\u0434\u0430 \u043F\u043E\u0434\u0430\u0447\u0430 \u0441\u0442\u0440\u043E\u043A\u0438",isShowContextMenu:"\u0414\u043E\u0431\u0430\u0432\u043B\u0435\u043D\u0438\u0435 \u043F\u0435\u0440\u0435\u0432\u0435\u0434\u0435\u043D\u043D\u044B\u0445 \u0441\u0442\u0440\u0430\u043D\u0438\u0446 \u0432 \u043F\u0443\u043D\u043A\u0442\u044B \u043C\u0435\u043D\u044E, \u0432\u044B\u0437\u044B\u0432\u0430\u0435\u043C\u044B\u0435 \u043F\u0440\u0430\u0432\u043E\u0439 \u043A\u043D\u043E\u043F\u043A\u043E\u0439 \u043C\u044B\u0448\u0438",toggleBeta:"\u0412\u043A\u043B\u044E\u0447\u0435\u043D\u0438\u0435 \u0444\u0443\u043D\u043A\u0446\u0438\u0439 \u0431\u0435\u0442\u0430-\u0442\u0435\u0441\u0442\u0438\u0440\u043E\u0432\u0430\u043D\u0438\u044F",betaDescription:"\u0412\u043A\u043B\u044E\u0447\u0438\u0442\u0435 \u0444\u0443\u043D\u043A\u0446\u0438\u0438, \u043A\u043E\u0442\u043E\u0440\u044B\u0435 \u043F\u043E\u043A\u0430 \u043D\u0430\u0445\u043E\u0434\u044F\u0442\u0441\u044F \u0432 \u0441\u0442\u0430\u0434\u0438\u0438 \u044D\u043A\u0441\u043F\u0435\u0440\u0438\u043C\u0435\u043D\u0442\u0430, \u0430 \u0442\u0430\u043A\u0436\u0435 \u0441\u043B\u0443\u0436\u0431\u0443 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430 \u0432 \u0431\u0435\u0442\u0430-\u0432\u0435\u0440\u0441\u0438\u0438. \u041F\u0440\u0438\u0441\u043E\u0435\u0434\u0438\u043D\u044F\u0439\u0442\u0435\u0441\u044C \u043A <1>\u0433\u0440\u0443\u043F\u043F\u0435 Telegram, \u0447\u0442\u043E\u0431\u044B \u0443\u0437\u043D\u0430\u0442\u044C \u0431\u043E\u043B\u044C\u0448\u0435.",translationLineBreakSettingDescription:"\u0414\u043B\u044F \u0441\u0442\u0440\u0430\u043D\u0438\u0446 \u0441 \u043D\u0435\u0431\u043E\u043B\u044C\u0448\u0438\u043C \u0441\u043E\u0434\u0435\u0440\u0436\u0430\u043D\u0438\u0435\u043C \u0432\u0441\u0435\u0433\u0434\u0430 \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u0443\u0439\u0442\u0435 \u0430\u043A\u043A\u0443\u0440\u0430\u0442\u043D\u044B\u0435 \u043F\u0435\u0440\u0435\u043D\u043E\u0441\u044B \u0441\u0442\u0440\u043E\u043A. (\u0414\u043B\u044F \u044D\u043A\u043E\u043D\u043E\u043C\u0438\u0438 \u043C\u0435\u0441\u0442\u0430 \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u0443\u0439\u0442\u0435 \u0433\u0440\u0430\u043C\u043E\u0442\u043D\u044B\u0435 \u043F\u0435\u0440\u0435\u043D\u043E\u0441\u044B \u0441\u0442\u0440\u043E\u043A \u0432 \u0434\u043B\u0438\u043D\u043D\u044B\u0445 \u0430\u0431\u0437\u0430\u0446\u0430\u0445 \u0441 \u0431\u043E\u043B\u044C\u0448\u0438\u043C \u0441\u043E\u0434\u0435\u0440\u0436\u0430\u043D\u0438\u0435\u043C (\u0431\u043E\u043B\u0435\u0435{count}\u0441\u0438\u043C\u0432\u043E\u043B\u043E\u0432)).",tempTranslateDomainTitle:"\u041F\u0440\u043E\u0434\u043E\u043B\u0436\u0438\u0442\u0435\u043B\u044C\u043D\u043E\u0441\u0442\u044C \u0432\u0440\u0435\u043C\u0435\u043D\u043D\u043E\u0433\u043E \u0432\u043A\u043B\u044E\u0447\u0435\u043D\u0438\u044F \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430 \u0441\u0430\u0439\u0442\u0430",tempTranslateDomainDescription:"\u041F\u0440\u0438 \u0440\u0443\u0447\u043D\u043E\u043C \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0435 \u0432\u0435\u0431-\u0441\u0442\u0440\u0430\u043D\u0438\u0446\u044B \u0432\u0440\u0435\u043C\u0435\u043D\u043D\u043E \u0432\u043A\u043B\u044E\u0447\u0438\u0442\u044C \u0430\u0432\u0442\u043E\u043C\u0430\u0442\u0438\u0447\u0435\u0441\u043A\u0438\u0439 \u043F\u0435\u0440\u0435\u0432\u043E\u0434, \u043F\u0440\u0438 \u044D\u0442\u043E\u043C \u043C\u043E\u0436\u043D\u043E \u0437\u0430\u0434\u0430\u0442\u044C \u0432\u0440\u0435\u043C\u0435\u043D\u043D\u0443\u044E \u043F\u0440\u043E\u0434\u043E\u043B\u0436\u0438\u0442\u0435\u043B\u044C\u043D\u043E\u0441\u0442\u044C.",xMinutes:"{count} \u043C\u0438\u043D\u0443\u0442",disabled:"\u0437\u0430\u043F\u0440\u0435\u0449\u0430\u0442\u044C \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u043D\u0438\u0435 \u0447\u0435\u0433\u043E-\u043B.",changelog:"\u0416\u0443\u0440\u043D\u0430\u043B \u043E\u0431\u043D\u043E\u0432\u043B\u0435\u043D\u0438\u0439",toggleTranslatePageWhenThreeFingersOnTheScreen:"\u041E\u0434\u043D\u043E\u0432\u0440\u0435\u043C\u0435\u043D\u043D\u043E\u0435 \u043A\u0430\u0441\u0430\u043D\u0438\u0435 \u044D\u043A\u0440\u0430\u043D\u0430 \u043D\u0435\u0441\u043A\u043E\u043B\u044C\u043A\u0438\u043C\u0438 \u043F\u0430\u043B\u044C\u0446\u0430\u043C\u0438 \u043E\u0431\u0435\u0441\u043F\u0435\u0447\u0438\u0432\u0430\u0435\u0442 \u043F\u0435\u0440\u0435\u0432\u043E\u0434 \u0432\u0435\u0431-\u0441\u0442\u0440\u0430\u043D\u0438\u0446/\u043E\u0442\u043E\u0431\u0440\u0430\u0436\u0435\u043D\u0438\u0435 \u043E\u0440\u0438\u0433\u0438\u043D\u0430\u043B\u044C\u043D\u043E\u0433\u043E \u0442\u0435\u043A\u0441\u0442\u0430",toggleTranslationMaskWhenThreeFingersOnTheScreen:"\u041F\u0440\u0438\u043A\u043E\u0441\u043D\u043E\u0432\u0435\u043D\u0438\u0435 \u043D\u0435\u0441\u043A\u043E\u043B\u044C\u043A\u0438\u043C\u0438 \u043F\u0430\u043B\u044C\u0446\u0430\u043C\u0438 \u043F\u043E\u043A\u0430\u0437\u044B\u0432\u0430\u0435\u0442/\u0441\u043A\u0440\u044B\u0432\u0430\u0435\u0442 \u044D\u0444\u0444\u0435\u043A\u0442 \u0440\u0430\u0437\u043C\u044B\u0442\u0438\u044F.",fingerCountToToggleTranslagePageOnlyTranslationWhenTouching:"\u041F\u0440\u0438 \u043E\u0434\u043D\u043E\u0432\u0440\u0435\u043C\u0435\u043D\u043D\u043E\u043C \u043A\u0430\u0441\u0430\u043D\u0438\u0438 \u044D\u043A\u0440\u0430\u043D\u0430 \u043D\u0435\u0441\u043A\u043E\u043B\u044C\u043A\u0438\u043C\u0438 \u043F\u0430\u043B\u044C\u0446\u0430\u043C\u0438 \u043E\u0441\u0443\u0449\u0435\u0441\u0442\u0432\u043B\u044F\u0435\u0442\u0441\u044F \u043F\u0435\u0440\u0435\u0432\u043E\u0434 \u0432\u0435\u0431-\u0441\u0442\u0440\u0430\u043D\u0438\u0446\u044B (\u0442\u043E\u043B\u044C\u043A\u043E \u043F\u0435\u0440\u0435\u0432\u043E\u0434)/\u043E\u0442\u043E\u0431\u0440\u0430\u0436\u0435\u043D\u0438\u0435 \u043E\u0440\u0438\u0433\u0438\u043D\u0430\u043B\u044C\u043D\u043E\u0433\u043E \u0442\u0435\u043A\u0441\u0442\u0430.",addUrlDescription:"\u041C\u043E\u0436\u0435\u0442 \u0431\u044B\u0442\u044C \u0434\u043E\u043C\u0435\u043D\u043D\u044B\u043C \u0438\u043C\u0435\u043D\u0435\u043C, \u0430 \u0442\u0430\u043A\u0436\u0435 \u043F\u043E\u0434\u0434\u0435\u0440\u0436\u0438\u0432\u0430\u0435\u0442 \u043F\u043E\u0434\u0441\u0442\u0430\u043D\u043E\u0432\u043E\u0447\u043D\u044B\u0435 \u0437\u043D\u0430\u043A\u0438, \u043D\u0430\u043F\u0440\u0438\u043C\u0435\u0440,\uFF1A*.google.com, google.com/mail/*, https://www.google.com/*.",general:"\u041E\u0441\u043D\u043E\u0432\u043D\u044B\u0435 \u043D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0438",clickToExpandConfig:"\u0420\u0430\u0441\u0448\u0438\u0440\u0438\u0442\u044C \u0442\u0435\u043A\u0443\u0449\u0443\u044E \u043A\u043E\u043D\u0444\u0438\u0433\u0443\u0440\u0430\u0446\u0438\u044E",import:"\u0418\u043C\u043F\u043E\u0440\u0442 \u0438\u0437 \u0444\u0430\u0439\u043B\u0430",export:"\u042D\u043A\u0441\u043F\u043E\u0440\u0442 \u0432 \u0444\u0430\u0439\u043B",toggleDebug:"\u0412\u044B\u0432\u0435\u0441\u0442\u0438 \u0436\u0443\u0440\u043D\u0430\u043B \u043E\u0442\u043B\u0430\u0434\u043A\u0438 \u043D\u0430 \u043A\u043E\u043D\u0441\u043E\u043B\u044C","fingers.0":"\u043A\u043B\u043E\u0442\u0443\u0440\u0430","fingers.2":"\u043A\u0430\u0441\u0430\u043D\u0438\u0435 \u0434\u0432\u0443\u043C\u044F \u043F\u0430\u043B\u044C\u0446\u0430\u043C\u0438","fingers.3":"\u043A\u0430\u0441\u0430\u043D\u0438\u0435 \u0442\u0440\u0435\u043C\u044F \u043F\u0430\u043B\u044C\u0446\u0430\u043C\u0438","fingers.4":"\u043A\u0430\u0441\u0430\u043D\u0438\u0435 \u0447\u0435\u0442\u044B\u0440\u044C\u043C\u044F \u043F\u0430\u043B\u044C\u0446\u0430\u043C\u0438","fingers.5":"\u043F\u044F\u0442\u0438\u043F\u0430\u043B\u044C\u0446\u0435\u0432\u043E\u0435 \u043A\u0430\u0441\u0430\u043D\u0438\u0435",mouseHoldKey:"+ {key} \u043F\u0435\u0440\u0435\u0432\u0435\u0441\u0442\u0438/\u0432\u043E\u0441\u0441\u0442\u0430\u043D\u043E\u0432\u0438\u0442\u044C \u0430\u0431\u0437\u0430\u0446",mouseHoldKeyAuto:"\u041F\u0440\u044F\u043C\u043E\u0439 \u043F\u0435\u0440\u0435\u0432\u043E\u0434 \u0430\u0431\u0437\u0430\u0446\u0430",mouseHoldKeyOff:"\u041D\u0435 \u0434\u0435\u043B\u0430\u0439\u0442\u0435 \u043D\u0438\u0447\u0435\u0433\u043E.",mouseHoldKeyOther:"\u041D\u0430\u0441\u0442\u0440\u0430\u0438\u0432\u0430\u0435\u043C\u044B\u0435 \u044F\u0440\u043B\u044B\u043A\u0438 (\u043E\u0442\u043A\u0440\u044B\u0442\u044C \u043D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0438)",mouseHoldKeyCustomKey:"{key} \u041F\u0435\u0440\u0435\u0432\u043E\u0434/\u0441\u043E\u043A\u0440\u0430\u0449\u0435\u043D\u0438\u0435 \u0430\u0431\u0437\u0430\u0446\u0430",mouseHoverHoldKey:"\u041F\u0435\u0440\u0435\u0432\u043E\u0434 \u0430\u0431\u0437\u0430\u0446\u0435\u0432 \u043E\u0441\u0443\u0449\u0435\u0441\u0442\u0432\u043B\u044F\u0435\u0442\u0441\u044F \u043D\u0430\u0436\u0430\u0442\u0438\u0435\u043C \u043A\u043B\u0430\u0432\u0438\u0448\u0438 \u0431\u044B\u0441\u0442\u0440\u043E\u0433\u043E \u0434\u043E\u0441\u0442\u0443\u043F\u0430 \u043F\u0440\u0438 \u043D\u0430\u0432\u0435\u0434\u0435\u043D\u0438\u0438 \u043A\u0443\u0440\u0441\u043E\u0440\u0430 \u043C\u044B\u0448\u0438.","mouse-translate":"\u043D\u0430\u0432\u0435\u0434\u0435\u043D\u0438\u0435 \u043C\u044B\u0448\u0438",document:"(\u043A\u043E\u043C\u043F\u044C\u044E\u0442\u0435\u0440\u043D\u044B\u0439) \u0444\u0430\u0439\u043B",resetSuccess:"\u0423\u0441\u043F\u0435\u0448\u043D\u044B\u0439 \u0441\u0431\u0440\u043E\u0441 \u0432\u0441\u0435\u0445 \u043D\u0430\u0441\u0442\u0440\u043E\u0435\u043A",resetThisSuccess:"\u0421\u0431\u0440\u043E\u0441 \u0443\u0441\u043F\u0435\u0448\u0435\u043D",saved:"\u0421\u043E\u0445\u0440\u0430\u043D\u0438\u0442\u044C \u0443\u0441\u043F\u0435\u0448\u043D\u044B\u0439",successImportConfig:"\u0423\u0441\u043F\u0435\u0448\u043D\u044B\u0439 \u0438\u043C\u043F\u043E\u0440\u0442 \u043A\u043E\u043D\u0444\u0438\u0433\u0443\u0440\u0430\u0446\u0438\u0438",goAdvancedSettings:"\u041F\u0435\u0440\u0435\u0439\u0434\u0438\u0442\u0435 \u043D\u0430 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u0443 \u0414\u043E\u043F\u043E\u043B\u043D\u0438\u0442\u0435\u043B\u044C\u043D\u044B\u0435 \u043D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0438",goAdvancedInterfaceSettings:"\u041F\u0435\u0440\u0435\u0439\u0434\u0438\u0442\u0435 \u043D\u0430 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u0443 \u0414\u043E\u043F\u043E\u043B\u043D\u0438\u0442\u0435\u043B\u044C\u043D\u044B\u0435 \u043F\u0430\u0440\u0430\u043C\u0435\u0442\u0440\u044B \u043D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0438",advanced:"\u0414\u043E\u043F\u043E\u043B\u043D\u0438\u0442\u0435\u043B\u044C\u043D\u044B\u0435 \u043D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0438",advancedDescription:"\u041A\u0430\u043A \u043F\u0440\u0430\u0432\u0438\u043B\u043E, \u043D\u0438\u043A\u0430\u043A\u0438\u0445 \u043D\u0430\u0441\u0442\u0440\u043E\u0435\u043A \u043D\u0435 \u0442\u0440\u0435\u0431\u0443\u0435\u0442\u0441\u044F, \u043F\u0440\u043E\u0441\u0442\u043E \u043E\u0441\u0442\u0430\u0432\u044C\u0442\u0435 \u0432\u0441\u0435 \u043F\u043E \u0443\u043C\u043E\u043B\u0447\u0430\u043D\u0438\u044E. \u0422\u043E\u043B\u044C\u043A\u043E \u0434\u043B\u044F \u0431\u043E\u043B\u0435\u0435 \u0441\u043F\u0435\u0446\u0438\u0430\u043B\u0438\u0437\u0438\u0440\u043E\u0432\u0430\u043D\u043D\u044B\u0445 \u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u0435\u043B\u0435\u0439 \u0434\u043E\u0441\u0442\u0443\u043F\u043D\u044B \u0431\u043E\u043B\u0435\u0435 \u043F\u0435\u0440\u0441\u043E\u043D\u0430\u043B\u0438\u0437\u0438\u0440\u043E\u0432\u0430\u043D\u043D\u044B\u0435 \u043D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0438.",developer:"\u041D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0438 \u0440\u0430\u0437\u0440\u0430\u0431\u043E\u0442\u0447\u0438\u043A\u0430",donateCafe:"\u0446\u0435\u043D\u044B","translate to the bottom of the page":"\u041F\u0435\u0440\u0435\u0432\u043E\u0434\u0438\u0442\u0441\u044F \u043B\u0438 \u043E\u043D \u0432 \u043D\u0438\u0436\u043D\u044E\u044E \u0447\u0430\u0441\u0442\u044C \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u044B \u0441\u0440\u0430\u0437\u0443 \u043F\u043E\u0441\u043B\u0435 \u0432\u0445\u043E\u0434\u0430 \u043D\u0430 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u0443?",feedback:"\u0412\u043E\u043F\u0440\u043E\u0441-\u043E\u0442\u0432\u0435\u0442",toggleTranslatePage:"\u041F\u0435\u0440\u0435\u0432\u0435\u0441\u0442\u0438 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u0443/\u043E\u0442\u043E\u0431\u0440\u0430\u0437\u0438\u0442\u044C \u043E\u0440\u0438\u0433\u0438\u043D\u0430\u043B\u044C\u043D\u044B\u0439 \u0442\u0435\u043A\u0441\u0442",translateToThePageEndImmediatelyDescription:"\u041F\u0440\u0438 \u0432\u043A\u043B\u044E\u0447\u0435\u043D\u0438\u0438 \u044D\u0442\u043E\u0439 \u0444\u0443\u043D\u043A\u0446\u0438\u0438 \u0441\u043E\u0434\u0435\u0440\u0436\u0438\u043C\u043E\u0435 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u044B \u0431\u0443\u0434\u0435\u0442 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0438\u0442\u044C\u0441\u044F \u0441\u0432\u0435\u0440\u0445\u0443 \u0432\u043D\u0438\u0437 \u043F\u043E \u043C\u0435\u0440\u0435 \u0432\u0432\u043E\u0434\u0430. \u041F\u0440\u0438 \u0432\u044B\u043A\u043B\u044E\u0447\u0435\u043D\u0438\u0438 \u044D\u0442\u043E\u0439 \u0444\u0443\u043D\u043A\u0446\u0438\u0438 \u043F\u0435\u0440\u0435\u0432\u043E\u0434 \u0431\u0443\u0434\u0435\u0442 \u0432\u044B\u043F\u043E\u043B\u043D\u044F\u0442\u044C\u0441\u044F \u043F\u043E \u043C\u0435\u0440\u0435 \u0447\u0442\u0435\u043D\u0438\u044F. (\u041D\u0435 \u0440\u0435\u043A\u043E\u043C\u0435\u043D\u0434\u0443\u0435\u0442\u0441\u044F)","translate all areas of the page":"\u041F\u0435\u0440\u0435\u0432\u043E\u0434\u0438\u0442\u044C \u043B\u0438 \u0432\u0441\u0435 \u043E\u0431\u043B\u0430\u0441\u0442\u0438 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u044B",translationAreaDescription:"\u041F\u0440\u0438 \u0432\u043A\u043B\u044E\u0447\u0435\u043D\u0438\u0438 \u044D\u0442\u043E\u0439 \u043E\u043F\u0446\u0438\u0438 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u044F\u0442\u0441\u044F \u0432\u0441\u0435 \u043E\u0431\u043B\u0430\u0441\u0442\u0438 \u0432\u0441\u0435\u0439 \u0432\u0435\u0431-\u0441\u0442\u0440\u0430\u043D\u0438\u0446\u044B. \u041F\u0440\u0438 \u0432\u044B\u043A\u043B\u044E\u0447\u0435\u043D\u0438\u0438 \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u0443\u0435\u0442\u0441\u044F \u0438\u043D\u0442\u0435\u043B\u043B\u0435\u043A\u0442\u0443\u0430\u043B\u044C\u043D\u043E\u0435 \u0440\u0430\u0441\u043F\u043E\u0437\u043D\u0430\u0432\u0430\u043D\u0438\u0435 \u043F\u043E \u0443\u043C\u043E\u043B\u0447\u0430\u043D\u0438\u044E \u0438 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u044F\u0442\u0441\u044F \u0442\u043E\u043B\u044C\u043A\u043E \u043E\u0441\u043D\u043E\u0432\u043D\u044B\u0435 \u043E\u0431\u043B\u0430\u0441\u0442\u0438. (\u041D\u0435 \u0440\u0435\u043A\u043E\u043C\u0435\u043D\u0434\u0443\u0435\u0442\u0441\u044F \u0432\u043A\u043B\u044E\u0447\u0430\u0442\u044C)","the number of characters to be translated first":"\u041F\u0440\u044F\u043C\u043E\u0439 \u043F\u0435\u0440\u0435\u0432\u043E\u0434 \u043F\u0435\u0440\u0432\u044B\u0445 \u043D\u0435\u0441\u043A\u043E\u043B\u044C\u043A\u0438\u0445 \u0441\u0438\u043C\u0432\u043E\u043B\u043E\u0432 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u044B \u0431\u0435\u0437 \u043E\u0436\u0438\u0434\u0430\u043D\u0438\u044F \u043F\u0440\u043E\u043A\u0440\u0443\u0442\u043A\u0438 \u0432 \u043E\u0431\u043B\u0430\u0441\u0442\u044C \u043F\u0440\u043E\u0441\u043C\u043E\u0442\u0440\u0430","interface language":"\u044F\u0437\u044B\u043A \u0438\u043D\u0442\u0435\u0440\u0444\u0435\u0439\u0441\u0430","display both the original text and the translation":"\u041E\u0434\u043D\u043E\u0432\u0440\u0435\u043C\u0435\u043D\u043D\u043E\u0435 \u043E\u0442\u043E\u0431\u0440\u0430\u0436\u0435\u043D\u0438\u0435 \u043E\u0440\u0438\u0433\u0438\u043D\u0430\u043B\u0430 \u0438 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430","keyboard shortcuts":"\u041A\u043B\u0430\u0432\u0438\u0430\u0442\u0443\u0440\u043D\u044B\u0435 \u0441\u043E\u043A\u0440\u0430\u0449\u0435\u043D\u0438\u044F",modify:"\u041C\u043E\u0434\u0438\u0444\u0438\u043A\u0430\u0446\u0438\u044F \u043A\u043B\u0430\u0432\u0438\u0448 \u0431\u044B\u0441\u0442\u0440\u043E\u0433\u043E \u0434\u043E\u0441\u0442\u0443\u043F\u0430",reset:"\u043F\u0435\u0440\u0435\u043F\u0440\u043E\u0444\u0438\u043B\u0438\u0440\u043E\u0432\u0430\u043D\u0438\u0435",close:"\u043A\u043B\u043E\u0442\u0443\u0440\u0430",homepage:"\u0434\u043E\u043C\u0430\u0448\u043D\u044F\u044F \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u0430",more:"\u043F\u043E\u0434\u0440\u043E\u0431\u043D\u0435\u0435",moreOptions:"\u0420\u0430\u0441\u0448\u0438\u0440\u0435\u043D\u0438\u0435 \u0432\u043E\u0437\u043C\u043E\u0436\u043D\u043E\u0441\u0442\u0435\u0439 \u043D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0438",translateTheWholePage:"\u041F\u0435\u0440\u0435\u0432\u043E\u0434\u0438\u0442\u044C \u0432\u0441\u0435 \u043E\u0431\u043B\u0430\u0441\u0442\u0438 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u044B (\u0432 \u043E\u0442\u043B\u0438\u0447\u0438\u0435 \u043E\u0442 \u0438\u043D\u0442\u0435\u043B\u043B\u0435\u043A\u0442\u0443\u0430\u043B\u044C\u043D\u043E\u0433\u043E \u0440\u0430\u0441\u043F\u043E\u0437\u043D\u0430\u0432\u0430\u043D\u0438\u044F \u043E\u0441\u043D\u043E\u0432\u043D\u044B\u0445 \u043E\u0431\u043B\u0430\u0441\u0442\u0435\u0439)",changeToTranslateTheWholePage:"\u041F\u0435\u0440\u0435\u043A\u043B\u044E\u0447\u0435\u043D\u0438\u0435 \u043D\u0430 \u043F\u0435\u0440\u0435\u0432\u043E\u0434 \u0432\u0441\u0435\u0445 \u0440\u0435\u0433\u0438\u043E\u043D\u043E\u0432",changeToTranslateTheMainPage:'\u041F\u0435\u0440\u0435\u0445\u043E\u0434 \u0432 \u043E\u0441\u043D\u043E\u0432\u043D\u0443\u044E \u043E\u0431\u043B\u0430\u0441\u0442\u044C "\u041F\u0435\u0440\u0435\u0432\u043E\u0434',changeToOnlyTranslationMode:"\u041F\u0435\u0440\u0435\u043A\u043B\u044E\u0447\u0435\u043D\u0438\u0435 \u043D\u0430 \u043E\u0442\u043E\u0431\u0440\u0430\u0436\u0435\u043D\u0438\u0435 \u0442\u043E\u043B\u044C\u043A\u043E \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u043E\u0432",changeToDualTranslationMode:"\u041F\u0435\u0440\u0435\u0445\u043E\u0434 \u043D\u0430 \u0434\u0432\u0443\u044F\u0437\u044B\u0447\u043D\u044B\u0439 \u043F\u0435\u0440\u0435\u0432\u043E\u0434",translateToThePageEndImmediately:"\u041D\u0435\u043C\u0435\u0434\u043B\u0435\u043D\u043D\u044B\u0439 \u043F\u0435\u0440\u0435\u0432\u043E\u0434 \u0432 \u043D\u0438\u0436\u043D\u044E\u044E \u0447\u0430\u0441\u0442\u044C \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u044B",translateTheMainPage:"\u041A\u043B\u044E\u0447\u0435\u0432\u044B\u0435 \u0440\u0435\u0433\u0438\u043E\u043D\u044B \u0438\u043D\u0442\u0435\u043B\u043B\u0435\u043A\u0442\u0443\u0430\u043B\u044C\u043D\u043E\u0433\u043E \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430","The local rules are up to date":"\u041C\u0435\u0441\u0442\u043D\u044B\u0435 \u043F\u0440\u0430\u0432\u0438\u043B\u0430 \u0430\u0434\u0430\u043F\u0442\u0430\u0446\u0438\u0438 \u0441\u043E\u043E\u0442\u0432\u0435\u0442\u0441\u0442\u0432\u0443\u044E\u0442 \u0441\u043E\u0432\u0440\u0435\u043C\u0435\u043D\u043D\u044B\u043C \u0442\u0440\u0435\u0431\u043E\u0432\u0430\u043D\u0438\u044F\u043C.","Successfully synchronized with the latest official rules:":"\u0423\u0441\u043F\u0435\u0448\u043D\u0430\u044F \u0441\u0438\u043D\u0445\u0440\u043E\u043D\u0438\u0437\u0430\u0446\u0438\u044F \u0441 \u043F\u043E\u0441\u043B\u0435\u0434\u043D\u0438\u043C\u0438 \u043E\u0444\u0438\u0446\u0438\u0430\u043B\u044C\u043D\u044B\u043C\u0438 \u043F\u0440\u0430\u0432\u0438\u043B\u0430\u043C\u0438 \u0430\u0434\u0430\u043F\u0442\u0430\u0446\u0438\u0438.","Checking for updates":"\u041F\u0440\u043E\u0432\u0435\u0440\u043A\u0430 \u043D\u0430\u043B\u0438\u0447\u0438\u044F \u043E\u0431\u043D\u043E\u0432\u043B\u0435\u043D\u0438\u0439","Rules are being synchronized":"\u0421\u0438\u043D\u0445\u0440\u043E\u043D\u0438\u0437\u0430\u0446\u0438\u044F \u043F\u0440\u0430\u0432\u0438\u043B \u0430\u0434\u0430\u043F\u0442\u0430\u0446\u0438\u0438",localVersionIsTooOld:"\u0412\u0435\u0440\u0441\u0438\u044F \u043B\u043E\u043A\u0430\u043B\u044C\u043D\u043E\u0433\u043E \u0440\u0430\u0441\u0448\u0438\u0440\u0435\u043D\u0438\u044F \u0441\u043B\u0438\u0448\u043A\u043E\u043C \u0443\u0441\u0442\u0430\u0440\u0435\u043B\u0430, \u043F\u043E\u0436\u0430\u043B\u0443\u0439\u0441\u0442\u0430, \u043E\u0431\u043D\u043E\u0432\u0438\u0442\u0435 \u0440\u0430\u0441\u0448\u0438\u0440\u0435\u043D\u0438\u0435 \u0434\u043E {minVersion} \u0438\u043B\u0438 \u0431\u043E\u043B\u0435\u0435 \u043D\u043E\u0432\u043E\u0439 \u0432\u0435\u0440\u0441\u0438\u0438 \u043F\u0435\u0440\u0435\u0434 \u043F\u043E\u043F\u044B\u0442\u043A\u043E\u0439 \u0441\u0438\u043D\u0445\u0440\u043E\u043D\u0438\u0437\u0430\u0446\u0438\u0438.",badUserscriptBrowser:"\u0422\u0435\u043A\u0443\u0449\u0438\u0439 \u0431\u0440\u0430\u0443\u0437\u0435\u0440 \u043D\u0435\u043A\u043E\u0440\u0440\u0435\u043A\u0442\u043D\u043E \u0440\u0435\u0430\u043B\u0438\u0437\u0443\u0435\u0442 \u0438\u043D\u0442\u0435\u0440\u0444\u0435\u0439\u0441 \u0440\u0430\u0441\u0448\u0438\u0440\u0435\u043D\u0438\u044F Grease Monkey (\u043D\u0430\u043F\u0440\u0438\u043C\u0435\u0440, \u0434\u043B\u044F \u043F\u043E\u043B\u0443\u0447\u0435\u043D\u0438\u044F \u0438\u043D\u0444\u043E\u0440\u043C\u0430\u0446\u0438\u0438 \u043E \u043D\u043E\u043C\u0435\u0440\u0435 \u0432\u0435\u0440\u0441\u0438\u0438 \u0441\u0430\u043C\u043E\u0433\u043E \u0441\u043A\u0440\u0438\u043F\u0442\u0430 Grease Monkey), \u043F\u043E\u0436\u0430\u043B\u0443\u0439\u0441\u0442\u0430, \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u0443\u0439\u0442\u0435 \u0434\u0440\u0443\u0433\u0438\u0435 \u0431\u0440\u0430\u0443\u0437\u0435\u0440\u044B, <1>\u043F\u043E\u0434\u0434\u0435\u0440\u0436\u0438\u0432\u0430\u044E\u0449\u0438\u0435 \u0440\u0430\u0441\u0448\u0438\u0440\u0435\u043D\u0438\u0435 Grease Monkey, \u043D\u0430\u043F\u0440\u0438\u043C\u0435\u0440 Firefox.",foundNewVersion:"\u0417\u043D\u0430\u043A\u043E\u043C\u0441\u0442\u0432\u043E \u0441 \u043D\u043E\u0432\u043E\u0439 \u0432\u0435\u0440\u0441\u0438\u0435\u0439",theLocalExtensionIsUpToUpdate:"\u0422\u0435\u043A\u0443\u0449\u0435\u0435 \u0440\u0430\u0441\u0448\u0438\u0440\u0435\u043D\u0438\u0435 \u044F\u0432\u043B\u044F\u0435\u0442\u0441\u044F \u0430\u043A\u0442\u0443\u0430\u043B\u044C\u043D\u044B\u043C.",failToSyncRules:"\u041D\u0435\u0432\u043E\u0437\u043C\u043E\u0436\u043D\u043E\u0441\u0442\u044C \u0441\u0438\u043D\u0445\u0440\u043E\u043D\u0438\u0437\u0430\u0446\u0438\u0438 \u043F\u043E\u0441\u043B\u0435\u0434\u043D\u0438\u0445 \u043F\u0440\u0430\u0432\u0438\u043B \u0430\u0434\u0430\u043F\u0442\u0430\u0446\u0438\u0438",retry:"\u041D\u0430\u0436\u043C\u0438\u0442\u0435 \u0437\u0434\u0435\u0441\u044C, \u0447\u0442\u043E\u0431\u044B \u043F\u043E\u0432\u0442\u043E\u0440\u0438\u0442\u044C \u043F\u043E\u043F\u044B\u0442\u043A\u0443",failedReason:"\u041F\u0440\u0438\u0447\u0438\u043D\u044B \u043D\u0435\u0443\u0434\u0430\u0447",currentRuleVersion:"\u0414\u0435\u0439\u0441\u0442\u0432\u0443\u044E\u0449\u0430\u044F \u0440\u0435\u0434\u0430\u043A\u0446\u0438\u044F \u043F\u0440\u0430\u0432\u0438\u043B",calculating:"\u0440\u0430\u0441\u0447\u0435\u0442\u044B",unknownError:"\u043D\u0435\u0438\u0437\u0432\u0435\u0441\u0442\u043D\u0430\u044F \u043E\u0448\u0438\u0431\u043A\u0430",canNotFetchRemoteRule:"\u041D\u0435\u0432\u043E\u0437\u043C\u043E\u0436\u043D\u043E \u043F\u043E\u043B\u0443\u0447\u0438\u0442\u044C \u0443\u0434\u0430\u043B\u0435\u043D\u043D\u044B\u0435 \u043F\u0440\u0430\u0432\u0438\u043B\u0430",enableAlphaSuccess:"\u0410\u043B\u044C\u0444\u0430 \u0432\u043A\u043B\u044E\u0447\u0435\u043D\u0430",disableAlphaSuccess:"\u0424\u0443\u043D\u043A\u0446\u0438\u044F \u0430\u043B\u044C\u0444\u0430 \u043E\u0442\u043A\u043B\u044E\u0447\u0435\u043D\u0430",cacheSize:"\u0420\u0430\u0437\u043C\u0435\u0440 \u043A\u044D\u0448\u0430\uFF1A",cleaning:"\u0432 \u043F\u0440\u043E\u0446\u0435\u0441\u0441\u0435 \u043B\u0438\u043A\u0432\u0438\u0434\u0430\u0446\u0438\u0438",cleanCache:"\u043E\u0447\u0438\u0441\u0442\u0438\u0442\u044C \u043A\u044D\u0448",options:"\u043D\u0430\u0441\u0442\u0440\u0430\u0438\u0432\u0430\u0442\u044C",about:"\u043F\u043E \u043E\u0442\u043D\u043E\u0448\u0435\u043D\u0438\u044E \u043A",service:"\u0443\u0441\u043B\u0443\u0433\u0430 \u0443\u0441\u0442\u043D\u043E\u0433\u043E \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430",needAction:"(\u041F\u0435\u0440\u0435\u0439\u0442\u0438 \u043A \u043D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0430\u043C)",goSettings:"\u043F\u0435\u0440\u0435\u0439\u0434\u0438\u0442\u0435 \u043A \u043D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0435",needActionForOptions:"(\u0443\u0441\u0442\u0430\u043D\u0430\u0432\u043B\u0438\u0432\u0430\u0435\u0442\u0441\u044F)",translationEngine:"\u041E\u043F\u0446\u0438\u0438 \u0434\u0432\u0438\u0433\u0430\u0442\u0435\u043B\u044F",sourceLanguage:"\u042F\u0437\u044B\u043A \u043E\u0440\u0438\u0433\u0438\u043D\u0430\u043B\u0430",target:"\u044F\u0437\u044B\u043A \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430",popupSourceLanguage:"\u042F\u0437\u044B\u043A \u043E\u0440\u0438\u0433\u0438\u043D\u0430\u043B\u0430",popupTarget:"\u044F\u0437\u044B\u043A \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430",popupService:"\u0443\u0441\u043B\u0443\u0433\u0430 \u0443\u0441\u0442\u043D\u043E\u0433\u043E \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430",forThisSite:"\u0422\u0435\u043A\u0443\u0449\u0438\u0439 \u0441\u0430\u0439\u0442",autoEnableSubtitle:"\u0410\u0432\u0442\u043E\u043C\u0430\u0442\u0438\u0447\u0435\u0441\u043A\u043E\u0435 \u043E\u0442\u043A\u0440\u044B\u0442\u0438\u0435 \u0434\u0432\u0443\u044F\u0437\u044B\u0447\u043D\u044B\u0445 \u0441\u0443\u0431\u0442\u0438\u0442\u0440\u043E\u0432",alwaysTranslate:"\u0412\u0441\u0435\u0433\u0434\u0430 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0438\u0442\u0435",neverTranslate:"\u041D\u0438\u043A\u043E\u0433\u0434\u0430 \u043D\u0435 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0438\u0442\u0435",alwaysTranslateSomeLanguage:"\u0412\u0441\u0435\u0433\u0434\u0430 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0438\u0442\u0435 {language}",neverTranslateSomeLanguage:"\u041D\u0438\u043A\u043E\u0433\u0434\u0430 \u043D\u0435 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0438\u0442\u0435 {language}",alwaysTranslateSomeSite:"\u0412\u0441\u0435\u0433\u0434\u0430 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0438\u0442\u0435 {hostname}",neverTranslateSomeSite:"\u041D\u0438\u043A\u043E\u0433\u0434\u0430 \u043D\u0435 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0438\u0442\u0435 {hostname}",alwaysTranslateSomeSiteOrWildSite:"\u0412\u0441\u0435\u0433\u0434\u0430 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0438\u0442\u0435 \u0441\u0430\u0439\u0442",alwaysTranslateSomePage:"\u0412\u0441\u0435\u0433\u0434\u0430 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0438\u0442\u0435 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u0443",add:"\u0443\u0432\u0435\u043B\u0438\u0447\u0438\u0442\u044C",default:"\u043F\u043E \u0443\u043C\u043E\u043B\u0447\u0430\u043D\u0438\u044E (\u043D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0430)",forThisLanguage:"\u0414\u043B\u044F \u044D\u0442\u043E\u0433\u043E \u044F\u0437\u044B\u043A\u0430\uFF1A","add url":"\u0412\u0432\u0435\u0434\u0438\u0442\u0435 URL",edit:"\u043A\u043E\u043C\u043F\u0438\u043B\u044F\u0442\u043E\u0440","translate other languages into specific language":"\u041F\u0435\u0440\u0435\u0432\u043E\u0434 \u0434\u0440\u0443\u0433\u0438\u0445 \u044F\u0437\u044B\u043A\u043E\u0432 \u043D\u0430 \u0443\u0441\u0442\u0430\u043D\u043E\u0432\u043B\u0435\u043D\u043D\u044B\u0439 \u0432\u0430\u043C\u0438 \u044F\u0437\u044B\u043A","select translation service":"\u0412\u044B\u0431\u0435\u0440\u0438\u0442\u0435 \u0441\u043B\u0443\u0436\u0431\u0443 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430",language:"\u043C\u043D\u043E\u0433\u043E\u044F\u0437\u044B\u0447\u0438\u0435","show-original":"\u041F\u043E\u043A\u0430\u0437\u0430\u0442\u044C \u043E\u0440\u0438\u0433\u0438\u043D\u0430\u043B\u044C\u043D\u044B\u0439 \u0442\u0435\u043A\u0441\u0442",translate:"\u0440\u0435\u043D\u0434\u0435\u0440\u0438\u043D\u0433",Translated:"\u043F\u0435\u0440\u0435\u0432\u0435\u0434\u0435\u043D\u043E",Translating:"\u0432 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0435",Error:"\u043D\u0435\u0432\u0435\u0440\u043D\u044B\u0439",allowCacheTranslations:"\u0412\u043A\u043B\u044E\u0447\u0438\u0442\u044C \u043B\u043E\u043A\u0430\u043B\u044C\u043D\u043E\u0435 \u043A\u044D\u0448\u0438\u0440\u043E\u0432\u0430\u043D\u0438\u0435 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u043E\u0432 (\u0434\u043B\u044F \u0443\u043C\u0435\u043D\u044C\u0448\u0435\u043D\u0438\u044F \u043A\u043E\u043B\u0438\u0447\u0435\u0441\u0442\u0432\u0430 \u0437\u0430\u043F\u0440\u043E\u0441\u043E\u0432 \u043D\u0430 \u043F\u0435\u0440\u0435\u0432\u043E\u0434 \u0434\u0443\u0431\u043B\u0438\u0440\u0443\u044E\u0449\u0438\u0445\u0441\u044F \u043E\u0442\u0440\u044B\u0432\u043A\u043E\u0432)","translation display":"\u0421\u0442\u0438\u043B\u044C \u043E\u0442\u043E\u0431\u0440\u0430\u0436\u0435\u043D\u0438\u044F \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430","select diplay style":"\u0420\u0430\u0437\u043B\u0438\u0447\u0430\u0442\u044C \u0441\u0442\u0438\u043B\u0438 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430, \u043E\u043F\u0438\u0440\u0430\u044F\u0441\u044C \u043D\u0430 \u0441\u043B\u0435\u0434\u0443\u044E\u0449\u0438\u0435 \u043F\u0440\u0438\u043C\u0435\u0440\u044B",interface:"\u041D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0438 \u0438\u043D\u0442\u0435\u0440\u0444\u0435\u0439\u0441\u0430",import_export:"\u0418\u043C\u043F\u043E\u0440\u0442/\u044D\u043A\u0441\u043F\u043E\u0440\u0442",import_export_title:"\u041A\u043E\u043D\u0444\u0438\u0433\u0443\u0440\u0430\u0446\u0438\u044F \u0438\u043C\u043F\u043E\u0440\u0442\u0430/\u044D\u043A\u0441\u043F\u043E\u0440\u0442\u0430",syncToGoogleDrive:"\u0422\u0435\u043F\u0435\u0440\u044C \u0441\u0438\u043D\u0445\u0440\u043E\u043D\u0438\u0437\u0430\u0446\u0438\u044F \u0441 Google Drive",floatBallOptions:"\u041D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0438 \u0445\u043E\u0432\u0435\u0440\u0431\u043E\u043B\u0430","floatBallOptions.enable":"\u0412\u043A\u043B\u044E\u0447\u0438\u0442\u044C \u0445\u043E\u0432\u0435\u0440\u0431\u043E\u043B","floatBallOptions.blockUrls":"\u041E\u0442\u043A\u043B\u044E\u0447\u0438\u0442\u044C \u0441\u0430\u0439\u0442","floatBallOptions.add":"\u0443\u0432\u0435\u043B\u0438\u0447\u0438\u0442\u044C","floatBallOptions.blockUrlDesc":"\u041F\u0430\u0440\u044F\u0449\u0438\u0435 \u0448\u0430\u0440\u044B \u043D\u0435 \u043E\u0442\u043E\u0431\u0440\u0430\u0436\u0430\u044E\u0442\u0441\u044F, \u043A\u043E\u0433\u0434\u0430 \u0432\u0441\u0442\u0440\u0435\u0447\u0430\u044E\u0442\u0441\u044F \u0441\u043B\u0435\u0434\u0443\u044E\u0449\u0438\u0435 \u0441\u0430\u0439\u0442\u044B","floatBallOptions.clickType":"\u043F\u043E\u0432\u0435\u0434\u0435\u043D\u0438\u0435 \u043F\u0440\u0438 \u043D\u0430\u0436\u0430\u0442\u0438\u0438","floatBallOptions.clickTypeDesc":"\u041F\u043E\u0432\u0435\u0434\u0435\u043D\u0438\u0435 \u0438\u043A\u043E\u043D\u043A\u0438 \u0445\u043E\u0432\u0435\u0440\u0431\u043E\u043B\u0430 \u043F\u0440\u0438 \u043D\u0430\u0436\u0430\u0442\u0438\u0438","floatBallOptions.clickPopup":"\u041F\u043E\u043A\u0430\u0437\u0430\u0442\u044C \u043F\u0430\u043D\u0435\u043B\u044C \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430","floatBallOptions.clickTranslate":"\u041F\u0435\u0440\u0435\u0432\u043E\u0434/\u043E\u0442\u043E\u0431\u0440\u0430\u0436\u0435\u043D\u0438\u0435 \u043E\u0440\u0438\u0433\u0438\u043D\u0430\u043B\u044C\u043D\u043E\u0433\u043E \u0442\u0435\u043A\u0441\u0442\u0430","floatBallOptions.fixedPosition":"\u56FA\u5B9A\u4F4D\u7F6E","floatBallOptions.fixedPositionDesc":"\u60AC\u6D6E\u7403\u5728\u7A97\u53E3\u5DE6\u4FA7\u8FD8\u662F\u53F3\u4FA7","floatBallOptions.fixedPositionLeft":"\u5DE6\u4FA7","floatBallOptions.fixedPositionRight":"\u53F3\u4FA7",previewAllThemes:"\u041F\u0440\u0435\u0434\u0432\u0430\u0440\u0438\u0442\u0435\u043B\u044C\u043D\u044B\u0439 \u043F\u0440\u043E\u0441\u043C\u043E\u0442\u0440 \u0432\u0441\u0435\u0445 \u0441\u0442\u0438\u043B\u0435\u0439","translationTheme.none":"\u043D\u0435 \u0438\u043C\u0435\u0442\u044C","translationTheme.grey":"\u0442\u0451\u043C\u043D\u043E-\u0441\u0435\u0440\u044B\u0439","translationTheme.dashed":"\u043F\u0443\u043D\u043A\u0442\u0438\u0440\u043D\u043E\u0435 \u043F\u043E\u0434\u0447\u0451\u0440\u043A\u0438\u0432\u0430\u043D\u0438\u0435","translationTheme.dotted":"\u0442\u043E\u0447\u0435\u0447\u043D\u043E\u0435 \u043F\u043E\u0434\u0447\u0435\u0440\u043A\u0438\u0432\u0430\u043D\u0438\u0435","translationTheme.dashedBorder":"\u043F\u0443\u043D\u043A\u0442\u0438\u0440\u043D\u0430\u044F \u0433\u0440\u0430\u043D\u0438\u0446\u0430","translationTheme.solidBorder":"\u0441\u043F\u043B\u043E\u0448\u043D\u0430\u044F \u0433\u0440\u0430\u043D\u0438\u0446\u0430","translationTheme.underline":"\u041F\u043E\u0434\u0447\u0435\u0440\u043A\u0438\u0432\u0430\u043D\u0438\u0435 \u043F\u0440\u044F\u043C\u044B\u0445 \u043B\u0438\u043D\u0438\u0439","translationTheme.mask":"\u041D\u0435\u0447\u0435\u0442\u043A\u0438\u0435 \u044D\u0444\u0444\u0435\u043A\u0442\u044B (\u0440\u0435\u0436\u0438\u043C\u044B \u043E\u0431\u0443\u0447\u0435\u043D\u0438\u044F)","translationTheme.opacity":"\u044D\u0444\u0444\u0435\u043A\u0442 \u043F\u0440\u043E\u0437\u0440\u0430\u0447\u043D\u043E\u0441\u0442\u0438","translationTheme.paper":"\u042D\u0444\u0444\u0435\u043A\u0442 \u0442\u0435\u043D\u0438 \u043E\u0442 \u0431\u0435\u043B\u043E\u0439 \u0431\u0443\u043C\u0430\u0433\u0438","translationTheme.dividingLine":"\u0440\u0430\u0437\u0434\u0435\u043B\u0438\u0442\u0435\u043B\u044C\u043D\u0430\u044F \u043B\u0438\u043D\u0438\u044F","translationTheme.highlight":"\u0432\u044B\u0441\u043E\u043A\u0430\u044F \u044F\u0440\u043A\u043E\u0441\u0442\u044C","translationTheme.marker":"\u043C\u0430\u0440\u043A\u0435\u0440 (\u0437\u0430\u0438\u043C\u0441\u0442\u0432\u043E\u0432\u0430\u043D\u043D\u043E\u0435 \u0441\u043B\u043E\u0432\u043E)","translationTheme.marker2":"\u041C\u0430\u0440\u043A\u0435\u0440 2","translationTheme.blockquote":"\u0421\u0442\u0438\u043B\u0438 \u0441\u0441\u044B\u043B\u043E\u043A","translationTheme.weakening":"\u043E\u0441\u043B\u0430\u0431\u043B\u0435\u043D\u0438\u0435","translationTheme.italic":"\u043D\u0430\u043A\u043B\u043E\u043D\u043D\u044B\u0439 \u0448\u0440\u0438\u0444\u0442","translationTheme.bold":"\u0441\u0433\u0443\u0441\u0442\u0438\u0442\u044C","translationTheme.thinDashed":"\u0442\u043E\u043D\u043A\u0430\u044F \u043F\u0443\u043D\u043A\u0442\u0438\u0440\u043D\u0430\u044F \u043B\u0438\u043D\u0438\u044F \u043F\u043E\u0434\u0447\u0435\u0440\u043A\u0438\u0432\u0430\u043D\u0438\u0435","translationTheme.nativeDashed":"\u0421\u0438\u0441\u0442\u0435\u043C\u0430 \u043F\u043E\u0441\u0442\u0430\u0432\u043B\u044F\u0435\u0442\u0441\u044F \u0441 \u043F\u0443\u043D\u043A\u0442\u0438\u0440\u043D\u044B\u043C \u043F\u043E\u0434\u0447\u0435\u0440\u043A\u0438\u0432\u0430\u043D\u0438\u0435\u043C","translationTheme.nativeDotted":"\u0421\u0438\u0441\u0442\u0435\u043C\u0430 \u043F\u043E\u0441\u0442\u0430\u0432\u043B\u044F\u0435\u0442\u0441\u044F \u0441 \u043F\u0443\u043D\u043A\u0442\u0438\u0440\u043D\u044B\u043C \u043F\u043E\u0434\u0447\u0435\u0440\u043A\u0438\u0432\u0430\u043D\u0438\u0435\u043C","translationTheme.nativeUnderline":"\u0421\u0438\u0441\u0442\u0435\u043C\u0430 \u043F\u043E\u0441\u0442\u0430\u0432\u043B\u044F\u0435\u0442\u0441\u044F \u0441 \u043F\u0440\u044F\u043C\u044B\u043C \u043F\u043E\u0434\u0441\u0442\u0440\u043E\u0447\u043D\u0438\u043A\u043E\u043C","translationTheme.wavy":"\u0432\u043E\u043B\u043D\u0438\u0441\u0442\u0430\u044F \u043B\u0438\u043D\u0438\u044F","translationServices.custom":"\u041F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u0435\u043B\u044C\u0441\u043A\u0438\u0439 API","translationServices.tencent":"\u041F\u0435\u0440\u0435\u0432\u043E\u0434\u0447\u0438\u043A Tencent","translationServices.tenAlpha":"Tencent Translator (Alpha)","translationServices.google":"Google Translate","translationServices.bai":"Baidu (Alpha)","translationServices.baidu":"\u041F\u0435\u0440\u0435\u0432\u043E\u0434 Baidu","translationServices.aliyun":"\u041F\u0435\u0440\u0435\u0432\u043E\u0434 AliCloud","translationServices.volc":"\u043F\u0435\u0440\u0435\u0432\u043E\u0434 \u0432\u0443\u043B\u043A\u0430\u043D\u0430","translationServices.deeplx":"DeepLX (Beta)","translationServices.bing":"Microsoft Translate","translationServices.deepl":"DeepL","translationServices.wechat":"\u041F\u0435\u0440\u0435\u0432\u043E\u0434 WeChat","translationServices.azure":"\u041B\u0430\u0437\u0443\u0440\u043D\u044B\u0439 \u043F\u0435\u0440\u0435\u0432\u043E\u0434","translationServices.ibm":"IBM Watson","translationServices.aws":"\u041F\u0435\u0440\u0435\u0432\u043E\u0434 Amazon","translationServices.mock":"\u0418\u043C\u0438\u0442\u0430\u0446\u0438\u044F \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430","translationServices.mock2":"\u0418\u043C\u0438\u0442\u0430\u0446\u0438\u044F \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430 2","translationServices.caiyun":"\u043B\u0438\u0442. \u0440\u0430\u0437\u043D\u043E\u0446\u0432\u0435\u0442\u043D\u044B\u0435 \u043E\u0431\u043B\u0430\u043A\u0430 \u0438 \u043D\u0435\u0431\u043E\u043B\u044C\u0448\u0438\u0435 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u044B","translationServices.cai":"\u0420\u0430\u0437\u043D\u043E\u0446\u0432\u0435\u0442\u043D\u044B\u0435 \u043E\u0431\u043B\u0430\u043A\u0430 (\u0410\u043B\u044C\u0444\u0430)","translationServices.volcAlpha":"\u0412\u0443\u043B\u043A\u0430\u043D (\u0410\u043B\u044C\u0444\u0430)","translationServices.openl":"OpenL","translationServices.youdao":"\u041F\u0435\u0440\u0435\u0432\u043E\u0434 \u043D\u0430 Youtube","translationServices.you":"\u041F\u0435\u0440\u0435\u0432\u043E\u0434\u0447\u0438\u043A Youdao (\u0410\u043B\u044C\u0444\u0430)","translationServices.transmart":"\u041F\u0435\u0440\u0435\u0432\u043E\u0434 Tencent Interactive","translationServices.niu":"Maverick Translator","translationServices.papago":"\u041F\u0435\u0440\u0435\u0432\u043E\u0434 Papago","translationServices.d":"D (Alpha)","translationServices.dpro":"D Pro (Canary)","translationServices.openai":"OpenAI","translationServices.yandex":"Yandex","translationServices.chatgpt":"ChatGPT Web(3.5 mobile)","translate title":"\u041F\u0435\u0440\u0435\u0432\u043E\u0434 \u0437\u0430\u0433\u043E\u043B\u043E\u0432\u043A\u043E\u0432 \u0441\u0442\u0440\u0430\u043D\u0438\u0446","always languages":"\u0412\u0441\u0435\u0433\u0434\u0430 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0438\u0442\u0435 \u044F\u0437\u044B\u043A",neverTranslateLanguagesLabel:"\u042F\u0437\u044B\u043A, \u043A\u043E\u0442\u043E\u0440\u044B\u0439 \u043D\u0438\u043A\u043E\u0433\u0434\u0430 \u043D\u0435 \u0431\u0443\u0434\u0435\u0442 \u043F\u0435\u0440\u0435\u0432\u0435\u0434\u0435\u043D",neverTranslateTheFollowingLanguagesDescription:"\u041F\u0435\u0440\u0435\u0432\u043E\u0434\u044B \u043F\u0440\u043E\u043F\u0443\u0441\u043A\u0430\u044E\u0442\u0441\u044F, \u0435\u0441\u043B\u0438 \u0430\u0431\u0437\u0430\u0446 \u043D\u0430 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u0435 \u043D\u0430\u043F\u0438\u0441\u0430\u043D \u043D\u0430 \u043E\u0434\u043D\u043E\u043C \u0438\u0437 \u0441\u043B\u0435\u0434\u0443\u044E\u0449\u0438\u0445 \u044F\u0437\u044B\u043A\u043E\u0432",enableUserscriptPagePopup:"\u041F\u043E\u043A\u0430\u0437\u044B\u0432\u0430\u0442\u044C \u043D\u0430\u0432\u0435\u0434\u0435\u043D\u043D\u044B\u0439 \u0448\u0430\u0440 \u043D\u0430 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u0435",enableUserscriptPagePopupDescription:"\u041F\u043E\u0441\u043B\u0435 \u0432\u044B\u043A\u043B\u044E\u0447\u0435\u043D\u0438\u044F \u0445\u043E\u0432\u0435\u0440\u0431\u043E\u043B\u0430 \u0435\u0433\u043E \u043C\u043E\u0436\u043D\u043E \u0432\u044B\u0437\u0432\u0430\u0442\u044C \u0441 \u043F\u043E\u043C\u043E\u0449\u044C\u044E \u044F\u0440\u043B\u044B\u043A\u0430 /{touch}. \u041D\u0430\u0441\u0442\u043E\u044F\u0442\u0435\u043B\u044C\u043D\u043E \u0440\u0435\u043A\u043E\u043C\u0435\u043D\u0434\u0443\u0435\u0442\u0441\u044F \u0434\u043E\u0431\u0430\u0432\u0438\u0442\u044C \u044D\u0442\u0443 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u0443 \u043D\u0430\u0441\u0442\u0440\u043E\u0435\u043A \u0432 \u0437\u0430\u043A\u043B\u0430\u0434\u043A\u0438, \u0447\u0442\u043E\u0431\u044B \u043D\u0435 \u043D\u0430\u0439\u0442\u0438 \u0445\u043E\u0432\u0435\u0440\u0431\u043E\u043B \u043F\u043E\u0441\u043B\u0435 \u0441\u043B\u0443\u0447\u0430\u0439\u043D\u043E\u0433\u043E \u043E\u0442\u043A\u043B\u044E\u0447\u0435\u043D\u0438\u044F \u044D\u0442\u043E\u0439 \u043E\u043F\u0446\u0438\u0438!","always translate the following languages":"\u0410\u0432\u0442\u043E\u043C\u0430\u0442\u0438\u0447\u0435\u0441\u043A\u0438\u0439 \u043F\u0435\u0440\u0435\u0432\u043E\u0434 \u043D\u0430 \u0446\u0435\u043B\u0435\u0432\u043E\u0439 \u044F\u0437\u044B\u043A, \u0435\u0441\u043B\u0438 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u0430 \u043D\u0430\u043F\u0438\u0441\u0430\u043D\u0430 \u043D\u0430 \u043E\u0434\u043D\u043E\u043C \u0438\u0437 \u0441\u043B\u0435\u0434\u0443\u044E\u0449\u0438\u0445 \u044F\u0437\u044B\u043A\u043E\u0432","always sites":"\u0412\u0441\u0435\u0433\u0434\u0430 \u043F\u0435\u0440\u0435\u0432\u0435\u0434\u0435\u043D\u043D\u044B\u0435 \u0432\u0435\u0431-\u0441\u0430\u0439\u0442\u044B","always translate the following sites":"\u0412\u0435\u0431-\u0441\u0430\u0439\u0442\u044B \u0430\u0432\u0442\u043E\u043C\u0430\u0442\u0438\u0447\u0435\u0441\u043A\u0438 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u044F\u0442\u0441\u044F \u043D\u0430 \u044F\u0437\u044B\u043A \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430, \u0435\u0441\u043B\u0438 \u043E\u043D\u0438 \u044F\u0432\u043B\u044F\u044E\u0442\u0441\u044F \u0434\u043E\u043C\u0435\u043D\u043D\u044B\u043C\u0438 \u0438\u043C\u0435\u043D\u0430\u043C\u0438","never sites":"\u041D\u0435\u043F\u0435\u0440\u0435\u0432\u0435\u0434\u0435\u043D\u043D\u044B\u0439 \u0441\u0430\u0439\u0442","never translate the following sites":"\u041F\u0435\u0440\u0435\u0432\u043E\u0434 \u043D\u0435 \u0431\u0443\u0434\u0435\u0442 \u0432\u044B\u043F\u043E\u043B\u043D\u044F\u0442\u044C\u0441\u044F, \u0435\u0441\u043B\u0438 \u0441\u0430\u0439\u0442 \u043F\u0440\u0435\u0434\u043D\u0430\u0437\u043D\u0430\u0447\u0435\u043D \u0434\u043B\u044F \u0441\u043B\u0435\u0434\u0443\u044E\u0449\u0438\u0445 \u0434\u043E\u043C\u0435\u043D\u043E\u0432","please refer to":"\u041F\u0435\u0440\u0435\u0434 \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u043D\u0438\u0435\u043C \u043D\u0435\u043E\u0431\u0445\u043E\u0434\u0438\u043C\u043E \u0437\u0430\u043F\u043E\u043B\u043D\u0438\u0442\u044C \u043A\u043B\u044E\u0447.",KeyAndConfigurationTutorial:"\u0423\u0447\u0435\u0431\u043D\u0438\u043A \u043F\u043E \u043F\u0440\u0438\u043C\u0435\u043D\u0435\u043D\u0438\u044E \u0438 \u043D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0435 \u043A\u043B\u044E\u0447\u0435\u0439",useAboveStyleForTheseSites:"\u0412\u0441\u0435\u0433\u0434\u0430 \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u0443\u0439\u0442\u0435 \u0441\u0442\u0438\u043B\u044C \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430 \u2308{theme}\u230B, \u0435\u0441\u043B\u0438 \u0441\u0430\u0439\u0442 \u043F\u0440\u0435\u0434\u043D\u0430\u0437\u043D\u0430\u0447\u0435\u043D \u0434\u043B\u044F \u0441\u043B\u0435\u0434\u0443\u044E\u0449\u0438\u0445 \u0434\u043E\u043C\u0435\u043D\u043E\u0432",currentUrl:"\u0422\u0435\u043A\u0443\u0449\u0438\u0439 URL",confirm:"\u0441\u043E\u0445\u0440\u0430\u043D\u044F\u0442\u044C (\u0444\u0430\u0439\u043B \u0438 \u0442.\u0434.) (\u0432\u044B\u0447\u0438\u0441\u043B\u0438\u0442\u0435\u043B\u044C\u043D\u0430\u044F \u0442\u0435\u0445\u043D\u0438\u043A\u0430)",cancel:"\u043E\u0442\u043C\u0435\u043D\u044B",delete:"\u0443\u0434\u0430\u043B\u0435\u043D\u0438\u0435","languages.auto":"\u0430\u0432\u0442\u043E\u043C\u0430\u0442\u0438\u0447\u0435\u0441\u043A\u043E\u0435 \u043E\u0431\u043D\u0430\u0440\u0443\u0436\u0435\u043D\u0438\u0435",syncToCloud:"\u0421\u0438\u043D\u0445\u0440\u043E\u043D\u0438\u0437\u0430\u0446\u0438\u044F \u0441 Google Drive",syncToCloudDescription:"\u0417\u0430\u0433\u0440\u0443\u0436\u0435\u043D\u043D\u0430\u044F \u0432 \u043E\u0431\u043B\u0430\u043A\u043E, \u043A\u043E\u043D\u0444\u0438\u0433\u0443\u0440\u0430\u0446\u0438\u044F \u043C\u043E\u0436\u0435\u0442 \u0431\u044B\u0442\u044C \u0441\u0438\u043D\u0445\u0440\u043E\u043D\u0438\u0437\u0438\u0440\u043E\u0432\u0430\u043D\u0430 \u043C\u0435\u0436\u0434\u0443 \u0440\u0430\u0437\u043B\u0438\u0447\u043D\u044B\u043C\u0438 \u0431\u0440\u0430\u0443\u0437\u0435\u0440\u0430\u043C\u0438/\u0441\u043A\u0440\u0438\u043F\u0442\u0430\u043C\u0438 grease monkey, \u0432 \u0437\u0430\u0432\u0438\u0441\u0438\u043C\u043E\u0441\u0442\u0438 \u043E\u0442 \u0442\u043E\u0433\u043E, \u0447\u0442\u043E \u0431\u044B\u043B\u043E \u0438\u0437\u043C\u0435\u043D\u0435\u043D\u043E \u043F\u043E\u0441\u043B\u0435\u0434\u043D\u0438\u043C.",syncToAccount:"\u0421\u0438\u043D\u0445\u0440\u043E\u043D\u0438\u0437\u0430\u0446\u0438\u044F \u0441 \u043E\u0431\u043B\u0430\u043A\u043E\u043C \u0438\u043C\u043C\u0435\u0440\u0441\u0438\u0432\u043D\u043E\u0433\u043E \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430",syncToAccountButton:"\u041C\u0433\u043D\u043E\u0432\u0435\u043D\u043D\u0430\u044F \u0441\u0438\u043D\u0445\u0440\u043E\u043D\u0438\u0437\u0430\u0446\u0438\u044F \u0441 \u043E\u0431\u043B\u0430\u043A\u043E\u043C",syncToAccountDescription:"\u0410\u0432\u0442\u043E\u043C\u0430\u0442\u0438\u0447\u0435\u0441\u043A\u0430\u044F \u0441\u0438\u043D\u0445\u0440\u043E\u043D\u0438\u0437\u0430\u0446\u0438\u044F \u043A\u043E\u043D\u0444\u0438\u0433\u0443\u0440\u0430\u0446\u0438\u0439 \u043C\u0435\u0436\u0434\u0443 \u0440\u0430\u0437\u043B\u0438\u0447\u043D\u044B\u043C\u0438 \u0443\u0441\u0442\u0440\u043E\u0439\u0441\u0442\u0432\u0430\u043C\u0438 \u0432 \u0437\u0430\u0432\u0438\u0441\u0438\u043C\u043E\u0441\u0442\u0438 \u043E\u0442 \u0442\u043E\u0433\u043E, \u043A\u0430\u043A\u0430\u044F \u0438\u0437 \u043D\u0438\u0445 \u0431\u044B\u043B\u0430 \u0438\u0437\u043C\u0435\u043D\u0435\u043D\u0430 \u043F\u043E\u0441\u043B\u0435\u0434\u043D\u0435\u0439.",successSyncConfigInAccount:"\u0423\u0441\u043F\u0435\u0448\u043D\u0430\u044F \u0441\u0438\u043D\u0445\u0440\u043E\u043D\u0438\u0437\u0430\u0446\u0438\u044F \u0441 \u043E\u0431\u043B\u0430\u043A\u043E\u043C",successSyncConfigToAccount:"\u0423\u0441\u043F\u0435\u0448\u043D\u0430\u044F \u0441\u0438\u043D\u0445\u0440\u043E\u043D\u0438\u0437\u0430\u0446\u0438\u044F \u0441 \u043E\u0431\u043B\u0430\u043A\u043E\u043C",syncConfigNoUpdate:"\u041E\u043D\u0430 \u0443\u0436\u0435 \u0441\u043E\u043E\u0442\u0432\u0435\u0442\u0441\u0442\u0432\u0443\u0435\u0442 \u0441\u043E\u0432\u0440\u0435\u043C\u0435\u043D\u043D\u044B\u043C \u0442\u0440\u0435\u0431\u043E\u0432\u0430\u043D\u0438\u044F\u043C.",authFail:"\u0421\u0431\u043E\u0439 \u0430\u0432\u0442\u043E\u0440\u0438\u0437\u0430\u0446\u0438\u0438",syncTitle:"\u0420\u0443\u0447\u043D\u043E\u0435 \u0443\u043F\u0440\u0430\u0432\u043B\u0435\u043D\u0438\u0435 \u0440\u0435\u0437\u0435\u0440\u0432\u043D\u044B\u043C \u043A\u043E\u043F\u0438\u0440\u043E\u0432\u0430\u043D\u0438\u0435\u043C",import_hint:"\u0438\u043C\u043F\u043E\u0440\u0442 (\u0434\u0430\u043D\u043D\u044B\u0435)",upload:"\u0437\u0430\u0433\u0440\u0443\u0437\u0438\u0442\u044C",revokeAuth:"\u043E\u0442\u043E\u0437\u0432\u0430\u0442\u044C \u0440\u0430\u0437\u0440\u0435\u0448\u0435\u043D\u0438\u0435",uploadFail:"\u0417\u0430\u0433\u0440\u0443\u0437\u043A\u0430 \u043D\u0435 \u0443\u0434\u0430\u043B\u0430\u0441\u044C",download:"\u0437\u0430\u0433\u0440\u0443\u0437\u043A\u0430",importSuccess:"\u0423\u0441\u043F\u0435\u0448\u043D\u043E \u0438\u043C\u043F\u043E\u0440\u0442\u0438\u0440\u0443\u0435\u0442\u0441\u044F",importFail:"\u0441\u0431\u043E\u0439 \u0438\u043C\u043F\u043E\u0440\u0442\u0430",deleteFail:"\u041D\u0435 \u0443\u0434\u0430\u043B\u043E\u0441\u044C \u0443\u0434\u0430\u043B\u0438\u0442\u044C",backupToCloud:"\u0420\u0443\u0447\u043D\u043E\u0435 \u0443\u043F\u0440\u0430\u0432\u043B\u0435\u043D\u0438\u0435 \u0444\u0430\u0439\u043B\u0430\u043C\u0438 \u0440\u0435\u0437\u0435\u0440\u0432\u043D\u043E\u0433\u043E \u043A\u043E\u043F\u0438\u0440\u043E\u0432\u0430\u043D\u0438\u044F",create_new_backup:"\u0414\u043E\u0431\u0430\u0432\u043B\u0435\u043D\u0438\u0435 \u043D\u043E\u0432\u043E\u0433\u043E \u0443\u0437\u043B\u0430 \u0440\u0435\u0437\u0435\u0440\u0432\u043D\u043E\u0433\u043E \u043A\u043E\u043F\u0438\u0440\u043E\u0432\u0430\u043D\u0438\u044F",maxBackupFiles:"\u0420\u0435\u0437\u0435\u0440\u0432\u043D\u043E\u0435 \u043A\u043E\u043F\u0438\u0440\u043E\u0432\u0430\u043D\u0438\u0435 \u043C\u043E\u0436\u0435\u0442 \u0431\u044B\u0442\u044C \u0432\u044B\u043F\u043E\u043B\u043D\u0435\u043D\u043E \u0434\u043E{count}\u0440\u0430\u0437\u043B\u0438\u0447\u043D\u044B\u0445 \u0443\u0437\u043B\u043E\u0432, \u0443\u0434\u0430\u043B\u0438\u0442\u0435 \u043D\u0435\u043D\u0443\u0436\u043D\u044B\u0435 \u0443\u0437\u043B\u044B.",backupToCloudDescription:"\u0420\u0443\u0447\u043D\u0430\u044F \u0437\u0430\u0433\u0440\u0443\u0437\u043A\u0430 \u0438\u043B\u0438 \u0432\u043E\u0441\u0441\u0442\u0430\u043D\u043E\u0432\u043B\u0435\u043D\u0438\u0435 \u0444\u0430\u0439\u043B\u043E\u0432 \u0440\u0435\u0437\u0435\u0440\u0432\u043D\u044B\u0445 \u043A\u043E\u043F\u0438\u0439, \u043F\u043E\u0437\u0432\u043E\u043B\u044F\u044E\u0449\u0430\u044F \u0441\u043E\u0437\u0434\u0430\u0432\u0430\u0442\u044C \u0434\u043E 3 \u0440\u0430\u0437\u043B\u0438\u0447\u043D\u044B\u0445 \u0440\u0435\u0437\u0435\u0440\u0432\u043D\u044B\u0445 \u043A\u043E\u043F\u0438\u0439",successSyncConfig:"\u0423\u0441\u043F\u0435\u0448\u043D\u0430\u044F \u0441\u0438\u043D\u0445\u0440\u043E\u043D\u0438\u0437\u0430\u0446\u0438\u044F \u0441 \u043E\u0431\u043B\u0430\u043A\u043E\u043C",syncFail:"\u0441\u0431\u043E\u0439 \u0441\u0438\u043D\u0445\u0440\u043E\u043D\u0438\u0437\u0430\u0446\u0438\u0438",updatedAt:"\u041E\u0431\u043D\u043E\u0432\u043B\u0435\u043D\u043E \u0441 \u0441\u0430\u0439\u0442\u0430 {date}",lastSyncedAt:"\u041F\u043E\u0441\u043B\u0435\u0434\u043D\u044F\u044F \u043F\u0440\u043E\u0432\u0435\u0440\u043A\u0430 \u043D\u0430 \u0441\u0430\u0439\u0442\u0435 {date}",downloadFail:"\u041D\u0435 \u0443\u0434\u0430\u043B\u043E\u0441\u044C \u0437\u0430\u0433\u0440\u0443\u0437\u0438\u0442\u044C",clickToDownload:"\u041D\u0430\u0436\u043C\u0438\u0442\u0435 \u0434\u043B\u044F \u0437\u0430\u0433\u0440\u0443\u0437\u043A\u0438",aboutLabel:"\u041E \u043A\u043E\u043C\u043F\u0430\u043D\u0438\u0438 - \u041E\u0431\u0440\u0430\u0442\u043D\u0430\u044F \u0441\u0432\u044F\u0437\u044C","browser.openAboutPage":"\u0418\u043D\u0444\u043E\u0440\u043C\u0430\u0446\u0438\u044F/\u041E\u0442\u0437\u044B\u0432\u044B",aboutLabelWithoutSponsor:"\u041E \u043A\u043E\u043C\u043F\u0430\u043D\u0438\u0438 - \u041E\u0431\u0440\u0430\u0442\u043D\u0430\u044F \u0441\u0432\u044F\u0437\u044C",aboutIntro:"\u041F\u0443\u0441\u0442\u044C \u043D\u0430\u043C \u0432\u0441\u0435\u043C \u0431\u0443\u0434\u0435\u0442 \u043B\u0435\u0433\u0447\u0435 \u0438 \u043F\u0440\u0438\u044F\u0442\u043D\u0435\u0435 \u043F\u043E\u043B\u0443\u0447\u0430\u0442\u044C \u0434\u043E\u0441\u0442\u0443\u043F \u043A \u043E\u0433\u0440\u043E\u043C\u043D\u043E\u043C\u0443 \u043A\u043E\u043B\u0438\u0447\u0435\u0441\u0442\u0432\u0443 \u0438\u043D\u0444\u043E\u0440\u043C\u0430\u0446\u0438\u0438 \u043D\u0430 \u0438\u043D\u043E\u0441\u0442\u0440\u0430\u043D\u043D\u044B\u0445 \u044F\u0437\u044B\u043A\u0430\u0445 \u0432 \u0418\u043D\u0442\u0435\u0440\u043D\u0435\u0442\u0435 \u2764\uFE0F \u0412\u044B \u043C\u043E\u0436\u0435\u0442\u0435 \u0430\u043A\u0442\u0438\u0432\u0438\u0440\u043E\u0432\u0430\u0442\u044C <6>\u0447\u043B\u0435\u043D\u0441\u0442\u0432\u043E \u0432 \u043F\u0440\u043E\u0433\u0440\u0430\u043C\u043C\u0435 Pro, \u0447\u0442\u043E\u0431\u044B \u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u044C\u0441\u044F \u0433\u043E\u0442\u043E\u0432\u044B\u043C\u0438 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430\u043C\u0438 DeepL \u0438 OpenAI.

\u0412\u044B \u043C\u043E\u0436\u0435\u0442\u0435 \u0441\u043B\u0435\u0434\u0438\u0442\u044C \u0437\u0430 \u043D\u0430\u043C\u0438 \u0432 <3>Twitter, <4>Telegram, Weibo, WeChat \u0438\u043B\u0438 <5>\u043F\u043E\u0434\u043F\u0438\u0441\u0430\u0442\u044C\u0441\u044F \u043D\u0430 \u043D\u0430\u0448\u0443 \u0440\u0430\u0441\u0441\u044B\u043B\u043A\u0443 \u043D\u0438\u0436\u0435, \u0447\u0442\u043E\u0431\u044B \u043E\u0442\u0441\u043B\u0435\u0436\u0438\u0432\u0430\u0442\u044C \u043E\u0431\u043D\u043E\u0432\u043B\u0435\u043D\u0438\u044F.
<7>\u0423\u0447\u0430\u0441\u0442\u043D\u0438\u043A\u0438 \u043F\u0440\u043E\u0433\u0440\u0430\u043C\u043C\u044B Pro \u043C\u043E\u0433\u0443\u0442 \u0441\u0432\u044F\u0437\u0430\u0442\u044C\u0441\u044F \u0441 \u043D\u0430\u043C\u0438 \u043F\u043E \u0430\u0434\u0440\u0435\u0441\u0443 <8>support@immersivetranslate.com \u0434\u043B\u044F \u0431\u044B\u0441\u0442\u0440\u043E\u0433\u043E \u043E\u0431\u0441\u043B\u0443\u0436\u0438\u0432\u0430\u043D\u0438\u044F \u043A\u043B\u0438\u0435\u043D\u0442\u043E\u0432.",aboutIntroWithoutSponsor:"\u041F\u0443\u0441\u0442\u044C \u0432\u0441\u0435\u043C \u043D\u0430\u043C \u0431\u0443\u0434\u0435\u0442 \u043B\u0435\u0433\u0447\u0435 \u0438 \u043F\u0440\u0438\u044F\u0442\u043D\u0435\u0435 \u043F\u043E\u043B\u0443\u0447\u0430\u0442\u044C \u0434\u043E\u0441\u0442\u0443\u043F \u043A \u043E\u0433\u0440\u043E\u043C\u043D\u043E\u043C\u0443 \u043A\u043E\u043B\u0438\u0447\u0435\u0441\u0442\u0432\u0443 \u0438\u043D\u0444\u043E\u0440\u043C\u0430\u0446\u0438\u0438 \u043D\u0430 \u0438\u043D\u043E\u0441\u0442\u0440\u0430\u043D\u043D\u044B\u0445 \u044F\u0437\u044B\u043A\u0430\u0445, \u0434\u043E\u0441\u0442\u0443\u043F\u043D\u043E\u0439 \u0432 \u0418\u043D\u0442\u0435\u0440\u043D\u0435\u0442\u0435 \u2764\uFE0F

\u0412\u044B \u043C\u043E\u0436\u0435\u0442\u0435 \u0441\u043B\u0435\u0434\u0438\u0442\u044C \u0437\u0430 \u043D\u0430\u043C\u0438 \u0432 <3>Twitter, <4>Telegram-\u043A\u0430\u043D\u0430\u043B\u0435, WeChat, WeChat Exchange \u0438\u043B\u0438 <5>\u043F\u043E\u0434\u043F\u0438\u0441\u0430\u0442\u044C\u0441\u044F \u043D\u0430 \u043E\u0442\u0441\u043B\u0435\u0436\u0438\u0432\u0430\u043D\u0438\u0435 \u043E\u0431\u043D\u043E\u0432\u043B\u0435\u043D\u0438\u0439 \u043F\u043E <5>\u044D\u043B\u0435\u043A\u0442\u0440\u043E\u043D\u043D\u043E\u0439 \u043F\u043E\u0447\u0442\u0435 \u043D\u0438\u0436\u0435.",projectHomepage:'\u041F\u0440\u043E\u0435\u043A\u0442 "\u0414\u043E\u043C',joinTelegramGroup:"\u041F\u0440\u0438\u0441\u043E\u0435\u0434\u0438\u043D\u044F\u0439\u0442\u0435\u0441\u044C \u043A \u0433\u0440\u0443\u043F\u043F\u0435 \u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u0435\u043B\u0435\u0439 \u0434\u043B\u044F \u0443\u0447\u0430\u0441\u0442\u0438\u044F \u0432 \u043E\u0431\u0441\u0443\u0436\u0434\u0435\u043D\u0438\u0438 \u0444\u0443\u043D\u043A\u0446\u0438\u0439",wechatPublicAccount:"WeChat Public",wechatCommunities:"\u0413\u0440\u0443\u043F\u043F\u0430 \u043E\u0431\u043C\u0435\u043D\u0430 WeChat",qqCommunities:"\u041A\u0430\u043D\u0430\u043B \u0441\u0432\u044F\u0437\u0438 QQ",joinTelegramChannel:"\u0421\u043B\u0435\u0434\u0438\u0442\u0435 \u0437\u0430 \u043E\u0431\u043D\u043E\u0432\u043B\u0435\u043D\u0438\u044F\u043C\u0438 \u0432 Telegram-\u043A\u0430\u043D\u0430\u043B\u0435",feedbackAndJoin:"\u0412\u043E\u043F\u0440\u043E\u0441 \u041E\u0431\u0440\u0430\u0442\u043D\u0430\u044F \u0441\u0432\u044F\u0437\u044C / \u0414\u043E\u0431\u0430\u0432\u0438\u0442\u044C \u0433\u0440\u0443\u043F\u043F\u0443",autoSync:"\u0430\u0432\u0442\u043E\u043C\u0430\u0442\u0438\u0447\u0435\u0441\u043A\u0430\u044F \u0441\u0438\u043D\u0445\u0440\u043E\u043D\u0438\u0437\u0430\u0446\u0438\u044F \u0432\u0440\u0435\u043C\u0435\u043D\u0438",loadingThemeTitle:"\u0421\u0442\u0438\u043B\u044C \u0437\u0430\u0433\u0440\u0443\u0437\u043A\u0438",loadingThemeDescription:"\u0423\u0441\u0442\u0430\u043D\u043E\u0432\u043A\u0430 \u0441\u0442\u0438\u043B\u044F \u043F\u0440\u0438 \u043E\u0436\u0438\u0434\u0430\u043D\u0438\u0438 \u0437\u0430\u0433\u0440\u0443\u0437\u043A\u0438 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430","loadingTheme.spinner":"\u0412\u0440\u0430\u0449\u0430\u044E\u0449\u0430\u044F\u0441\u044F \u0430\u043D\u0438\u043C\u0430\u0446\u0438\u044F","loadingTheme.text":"\u0441\u0442\u0430\u0442\u0438\u0447\u0435\u0441\u043A\u0438\u0439 \u0442\u0435\u043A\u0441\u0442 \u0447\u0435\u0433\u043E-\u043B. ","loadingTheme.none":"\u043D\u0435 \u043F\u043E\u043A\u0430\u0437\u0430\u043D\u043E",developerDescription:"\u0414\u043E\u043A\u0443\u043C\u0435\u043D\u0442\u0430\u0446\u0438\u044E \u043F\u043E \u0440\u0430\u0441\u0448\u0438\u0440\u0435\u043D\u043D\u043E\u0439 \u043D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0435 \u043C\u043E\u0436\u043D\u043E \u043D\u0430\u0439\u0442\u0438 <1>\u0437\u0434\u0435\u0441\u044C","edit border color":"\u0418\u0437\u043C\u0435\u043D\u0435\u043D\u0438\u0435 \u0446\u0432\u0435\u0442\u0430 \u0433\u0440\u0430\u043D\u0438\u0446\u044B",successSyncButNoChange:"\u0422\u0435\u043A\u0443\u0449\u0430\u044F \u043A\u043E\u043D\u0444\u0438\u0433\u0443\u0440\u0430\u0446\u0438\u044F \u0441\u043E\u043E\u0442\u0432\u0435\u0442\u0441\u0442\u0432\u0443\u0435\u0442 \u043E\u0431\u043B\u0430\u043A\u0443",customTheme:"\u041D\u0435\u0441\u0442\u0430\u043D\u0434\u0430\u0440\u0442\u043D\u044B\u0435 \u0446\u0432\u0435\u0442\u0430 \u0438 \u0440\u0430\u0437\u043C\u0435\u0440\u044B","customThemeLabel.borderColor":"\u0426\u0432\u0435\u0442 \u0433\u0440\u0430\u043D\u0438\u0446\u044B","customThemeLabel.borderRadius":"\u0421\u043A\u0440\u0443\u0433\u043B\u0435\u043D\u043D\u044B\u0435 \u043A\u0440\u0430\u044F","customThemeLabel.textColor":"\u0446\u0432\u0435\u0442 \u0442\u0435\u043A\u0441\u0442\u0430","customThemeLabel.backgroundColor":"\u0446\u0432\u0435\u0442 \u0444\u043E\u043D\u0430","customThemeLabel.zoom":"\u041C\u0430\u0441\u0448\u0442\u0430\u0431\u0438\u0440\u043E\u0432\u0430\u043D\u0438\u0435 \u0448\u0440\u0438\u0444\u0442\u0430 (%)","customThemeLabel.opacity":"\u041D\u0435\u043F\u0440\u043E\u0437\u0440\u0430\u0447\u043D\u043E\u0441\u0442\u044C \u0442\u0435\u043A\u0441\u0442\u0430 (%)",resetToDefaultColor:"\u0412\u043E\u0441\u0441\u0442\u0430\u043D\u043E\u0432\u043B\u0435\u043D\u0438\u0435 \u0446\u0432\u0435\u0442\u043E\u0432 \u043F\u043E \u0443\u043C\u043E\u043B\u0447\u0430\u043D\u0438\u044E",resetToDefaultSettings:"\u0412\u043E\u0441\u0441\u0442\u0430\u043D\u043E\u0432\u043B\u0435\u043D\u0438\u0435 \u043D\u0430\u0441\u0442\u0440\u043E\u0435\u043A \u043F\u043E \u0443\u043C\u043E\u043B\u0447\u0430\u043D\u0438\u044E",isTranslateTitle:"\u0412\u043A\u043B\u044E\u0447\u0438\u0442\u044C \u043F\u0435\u0440\u0435\u0432\u043E\u0434 \u0437\u0430\u0433\u043E\u043B\u043E\u0432\u043A\u043E\u0432 \u0441\u0442\u0440\u0430\u043D\u0438\u0446",isTranslateTitleDescription:"\u041F\u0440\u0438 \u043E\u0442\u043A\u0440\u044B\u0442\u0438\u0438 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u044B \u0435\u0435 \u0437\u0430\u0433\u043E\u043B\u043E\u0432\u043E\u043A \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0438\u0442\u0441\u044F",enableSearchEnhancement:"\u0412\u043A\u043B\u044E\u0447\u0435\u043D\u0438\u0435 \u0444\u0443\u043D\u043A\u0446\u0438\u0438 \u0440\u0430\u0441\u0448\u0438\u0440\u0435\u043D\u0438\u044F \u0434\u0432\u0443\u044F\u0437\u044B\u0447\u043D\u044B\u0445 \u0441\u043E\u043E\u0431\u0449\u0435\u043D\u0438\u0439",enableSearchEnhancementDescription:'\u041F\u043E\u0441\u043B\u0435 \u0432\u043A\u043B\u044E\u0447\u0435\u043D\u0438\u044F \u044D\u0442\u043E\u0439 \u0444\u0443\u043D\u043A\u0446\u0438\u0438 \u0440\u0435\u0437\u0443\u043B\u044C\u0442\u0430\u0442\u044B \u043F\u043E\u0438\u0441\u043A\u0430 "Google \u041D\u043E\u0432\u043E\u0441\u0442\u0438" \u0431\u0443\u0434\u0443\u0442 \u0430\u0432\u0442\u043E\u043C\u0430\u0442\u0438\u0447\u0435\u0441\u043A\u0438 \u043E\u0442\u043E\u0431\u0440\u0430\u0436\u0430\u0442\u044C\u0441\u044F \u0432 \u043F\u0440\u0430\u0432\u043E\u0439 \u043A\u043E\u043B\u043E\u043D\u043A\u0435 \u043F\u043E\u0434\u0434\u0435\u0440\u0436\u0438\u0432\u0430\u0435\u043C\u044B\u0445 \u0441\u0430\u0439\u0442\u043E\u0432 (Google \u041D\u043E\u0432\u043E\u0441\u0442\u0438, Google \u041F\u043E\u0438\u0441\u043A (\u043D\u0435\u043A\u043E\u0442\u043E\u0440\u044B\u0435 \u043A\u043B\u044E\u0447\u0435\u0432\u044B\u0435 \u0441\u043B\u043E\u0432\u0430), Snowball, Oriental Fortune, Futura, Tiger Community) \u0434\u043B\u044F \u0441\u043E\u043E\u0442\u0432\u0435\u0442\u0441\u0442\u0432\u0443\u044E\u0449\u0438\u0445 \u0430\u043D\u0433\u043B\u0438\u0439\u0441\u043A\u0438\u0445 \u043A\u043B\u044E\u0447\u0435\u0432\u044B\u0445 \u0441\u043B\u043E\u0432.',verifyService:"\u041D\u0430\u0436\u043C\u0438\u0442\u0435 \u0437\u0434\u0435\u0441\u044C, \u0447\u0442\u043E\u0431\u044B \u043F\u0440\u043E\u0442\u0435\u0441\u0442\u0438\u0440\u043E\u0432\u0430\u0442\u044C \u0443\u0441\u043B\u0443\u0433\u0443",verified:"\u041F\u0440\u043E\u0432\u0435\u0440\u043A\u0430 \u0443\u0441\u043F\u0435\u0448\u043D\u043E\u0441\u0442\u0438","field.langs":"\u041F\u043E\u0434\u0434\u0435\u0440\u0436\u0438\u0432\u0430\u0435\u043C\u044B\u0435 \u043A\u043E\u0434\u044B \u044F\u0437\u044B\u043A\u043E\u0432","field.model":"\u043C\u043E\u0434\u0435\u043B\u0438\u0440\u043E\u0432\u0430\u043D\u0438\u0435","field.translationEngine":"\u043C\u0435\u0445\u0430\u043D\u0438\u0437\u043C \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430","field.limitPerMinute":"\u041C\u0430\u043A\u0441\u0438\u043C\u0430\u043B\u044C\u043D\u043E\u0435 \u043A\u043E\u043B\u0438\u0447\u0435\u0441\u0442\u0432\u043E \u0437\u0430\u043F\u0440\u043E\u0441\u043E\u0432 \u0432 \u043C\u0438\u043D\u0443\u0442\u0443","field.limitPerSecond":"\u041C\u0430\u043A\u0441\u0438\u043C\u0430\u043B\u044C\u043D\u043E\u0435 \u043A\u043E\u043B\u0438\u0447\u0435\u0441\u0442\u0432\u043E \u0437\u0430\u043F\u0440\u043E\u0441\u043E\u0432 \u0432 \u0441\u0435\u043A\u0443\u043D\u0434\u0443","field.maxTextLengthPerRequest":"\u041C\u0430\u043A\u0441\u0438\u043C\u0430\u043B\u044C\u043D\u0430\u044F \u0434\u043B\u0438\u043D\u0430 \u0442\u0435\u043A\u0441\u0442\u0430 \u0432 \u043E\u0434\u043D\u043E\u043C \u0437\u0430\u043F\u0440\u043E\u0441\u0435","field.maxTextGroupLengthPerRequest":"\u041C\u0430\u043A\u0441\u0438\u043C\u0430\u043B\u044C\u043D\u043E\u0435 \u043A\u043E\u043B\u0438\u0447\u0435\u0441\u0442\u0432\u043E \u043F\u0430\u0440\u0430\u0433\u0440\u0430\u0444\u043E\u0432 \u0432 \u043E\u0434\u043D\u043E\u043C \u0437\u0430\u043F\u0440\u043E\u0441\u0435","field.apiUrl":"\u0410\u0434\u0440\u0435\u0441 \u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u0435\u043B\u044C\u0441\u043A\u043E\u0433\u043E \u0438\u043D\u0442\u0435\u0440\u0444\u0435\u0439\u0441\u0430 API","field.placeholderDelimiters":"\u0437\u0430\u0440\u0435\u0437\u0435\u0440\u0432\u0438\u0440\u043E\u0432\u0430\u043D\u043D\u043E\u0435 \u043C\u0435\u0441\u0442\u043E","description.custom":"\u0414\u043E\u0441\u0442\u0443\u043F \u043A \u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u0435\u043B\u044C\u0441\u043A\u043E\u043C\u0443 \u0438\u043D\u0442\u0435\u0440\u0444\u0435\u0439\u0441\u0443 \u0422\u0440\u0435\u0431\u0443\u0435\u0442\u0441\u044F \u0434\u043E\u043A\u0443\u043C\u0435\u043D\u0442\u0430\u0446\u0438\u044F","description.limitPerMinute":"\u0417\u0430\u043F\u0440\u043E\u0441\u044B, \u043F\u0440\u0435\u0432\u044B\u0448\u0430\u044E\u0449\u0438\u0435 \u044D\u0442\u043E\u0442 \u043B\u0438\u043C\u0438\u0442, \u043F\u043E\u043F\u0430\u0434\u0430\u044E\u0442 \u0432 \u043E\u0447\u0435\u0440\u0435\u0434\u044C \u0434\u043E \u043D\u0430\u0447\u0430\u043B\u0430 \u0441\u043B\u0435\u0434\u0443\u044E\u0449\u0435\u0439 \u043C\u0438\u043D\u0443\u0442\u044B. \u0412 \u0441\u0432\u044F\u0437\u0438 \u0441 \u0440\u0430\u0437\u043B\u0438\u0447\u043D\u044B\u043C\u0438 \u043E\u0433\u0440\u0430\u043D\u0438\u0447\u0435\u043D\u0438\u044F\u043C\u0438 \u0442\u0435\u043A\u0443\u0449\u0435\u0433\u043E \u0441\u0435\u0440\u0432\u0438\u0441\u0430 OpenAI, \u043F\u043E\u0441\u043B\u0435\u0434\u043D\u0438\u0435 \u043F\u0440\u0435\u0434\u043B\u0430\u0433\u0430\u0435\u043C\u044B\u0435 \u0437\u043D\u0430\u0447\u0435\u043D\u0438\u044F \u043C\u043E\u0436\u043D\u043E \u043F\u043E\u0441\u043C\u043E\u0442\u0440\u0435\u0442\u044C <1>\u0437\u0434\u0435\u0441\u044C","description.limitPerSecond":"\u0417\u0430\u043F\u0440\u043E\u0441\u044B, \u043F\u0440\u0435\u0432\u044B\u0448\u0430\u044E\u0449\u0438\u0435 \u044D\u0442\u043E\u0442 \u043B\u0438\u043C\u0438\u0442, \u043F\u043E\u043F\u0430\u0434\u0430\u044E\u0442 \u0432 \u043E\u0447\u0435\u0440\u0435\u0434\u044C \u0434\u043E \u043D\u0430\u0447\u0430\u043B\u0430 \u0441\u043B\u0435\u0434\u0443\u044E\u0449\u0435\u0439 \u0441\u0435\u043A\u0443\u043D\u0434\u044B. \u0412 \u0441\u0432\u044F\u0437\u0438 \u0441 \u0440\u0430\u0437\u043B\u0438\u0447\u043D\u044B\u043C\u0438 \u043E\u0433\u0440\u0430\u043D\u0438\u0447\u0435\u043D\u0438\u044F\u043C\u0438 \u0442\u0435\u043A\u0443\u0449\u0435\u0433\u043E \u0441\u0435\u0440\u0432\u0438\u0441\u0430 OpenAI, \u043F\u043E\u0441\u043B\u0435\u0434\u043D\u0438\u0435 \u043F\u0440\u0435\u0434\u043B\u0430\u0433\u0430\u0435\u043C\u044B\u0435 \u0437\u043D\u0430\u0447\u0435\u043D\u0438\u044F \u043C\u043E\u0436\u043D\u043E \u043F\u043E\u0441\u043C\u043E\u0442\u0440\u0435\u0442\u044C <1>\u0437\u0434\u0435\u0441\u044C","description.generalLimitPerSecond":"\u0417\u0430\u043F\u0440\u043E\u0441\u044B, \u043F\u0440\u0435\u0432\u044B\u0448\u0430\u044E\u0449\u0438\u0435 \u044D\u0442\u043E\u0442 \u043B\u0438\u043C\u0438\u0442, \u043F\u043E\u043F\u0430\u0434\u0430\u044E\u0442 \u0432 \u043E\u0447\u0435\u0440\u0435\u0434\u044C \u0434\u043E \u043D\u0430\u0447\u0430\u043B\u0430 \u0441\u043B\u0435\u0434\u0443\u044E\u0449\u0435\u0439 \u0441\u0435\u043A\u0443\u043D\u0434\u044B.","description.prompt":"\u041E\u0442\u043F\u0440\u0430\u0432\u0438\u0442\u044C \u0434\u0438\u0430\u043B\u043E\u0433 {service} \u043E\u0442 \u0438\u043C\u0435\u043D\u0438 \u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u0435\u043B\u044F, \u0433\u0434\u0435 {{text}} \u043E\u0431\u043E\u0437\u043D\u0430\u0447\u0430\u0435\u0442 \u0442\u0435\u043A\u0441\u0442 \u043F\u0430\u0440\u0430\u0433\u0440\u0430\u0444\u0430, {{from}} \u043E\u0431\u043E\u0437\u043D\u0430\u0447\u0430\u0435\u0442 \u044F\u0437\u044B\u043A \u043F\u0430\u0440\u0430\u0433\u0440\u0430\u0444\u0430, \u0430 {{to}} \u043E\u0431\u043E\u0437\u043D\u0430\u0447\u0430\u0435\u0442 \u0446\u0435\u043B\u0435\u0432\u043E\u0439 \u044F\u0437\u044B\u043A.","description.maxTextLengthPerRequest":"\u041C\u0430\u043A\u0441\u0438\u043C\u0430\u043B\u044C\u043D\u043E\u0435 \u043A\u043E\u043B\u0438\u0447\u0435\u0441\u0442\u0432\u043E \u0441\u0438\u043C\u0432\u043E\u043B\u043E\u0432 \u0432 \u043E\u0434\u043D\u043E\u043C \u0437\u0430\u043F\u0440\u043E\u0441\u0435 \u0441\u043B\u0438\u0448\u043A\u043E\u043C \u0432\u0435\u043B\u0438\u043A\u043E, \u0447\u0442\u043E \u043F\u0440\u0438\u0432\u043E\u0434\u0438\u0442 \u043A \u043C\u0435\u0434\u043B\u0435\u043D\u043D\u043E\u043C\u0443 \u043E\u0442\u043A\u043B\u0438\u043A\u0443 \u0438\u043D\u0442\u0435\u0440\u0444\u0435\u0439\u0441\u0430, \u043F\u043E\u044D\u0442\u043E\u043C\u0443 \u043F\u043E\u043F\u0440\u043E\u0431\u0443\u0439\u0442\u0435 \u043E\u0442\u0440\u0435\u0433\u0443\u043B\u0438\u0440\u043E\u0432\u0430\u0442\u044C \u044D\u0442\u043E\u0442 \u043F\u0430\u0440\u0430\u043C\u0435\u0442\u0440 \u0434\u043B\u044F \u043E\u043F\u0442\u0438\u043C\u0438\u0437\u0430\u0446\u0438\u0438 \u0441\u043A\u043E\u0440\u043E\u0441\u0442\u0438 \u0440\u0430\u0431\u043E\u0442\u044B","description.systemPrompt":"\u0414\u0438\u0430\u043B\u043E\u0433, \u043F\u0435\u0440\u0435\u0434\u0430\u043D\u043D\u044B\u0439 \u0432 OpenAI \u043A\u0430\u043A \u0432 \u0441\u0438\u0441\u0442\u0435\u043C\u0443, \u0433\u0434\u0435 {{text}} \u0443\u043A\u0430\u0437\u044B\u0432\u0430\u0435\u0442 \u043D\u0430 \u0442\u0435\u043A\u0441\u0442\u043E\u0432\u043E\u0435 \u0441\u043E\u0434\u0435\u0440\u0436\u0430\u043D\u0438\u0435 \u0430\u0431\u0437\u0430\u0446\u0430,{{from}} - \u043D\u0430 \u044F\u0437\u044B\u043A \u0430\u0431\u0437\u0430\u0446\u0430, \u0430{{to}} - \u043D\u0430 \u0446\u0435\u043B\u0435\u0432\u043E\u0439 \u044F\u0437\u044B\u043A.","field.domain":"\u0446\u0430\u0440\u0441\u0442\u0432\u043E","description.domain":"\u041F\u043E \u0443\u043C\u043E\u043B\u0447\u0430\u043D\u0438\u044E \u0443\u0441\u0442\u0430\u043D\u043E\u0432\u043B\u0435\u043D\u043E \u0437\u043D\u0430\u0447\u0435\u043D\u0438\u0435\uFF1Ageneral. \u041C\u043E\u0436\u0435\u0442 \u0431\u044B\u0442\u044C \u0443\u0441\u0442\u0430\u043D\u043E\u0432\u043B\u0435\u043D\u043E \u0442\u043E\u043B\u044C\u043A\u043E \u0432 \u0442\u043E\u043C \u0441\u043B\u0443\u0447\u0430\u0435, \u0435\u0441\u043B\u0438 \u0432 \u043A\u043E\u043D\u0441\u043E\u043B\u0438 Arima API \u0432\u043A\u043B\u044E\u0447\u0435\u043D \u0434\u043E\u043C\u0435\u043D\u043D\u044B\u0439 \u043F\u0435\u0440\u0435\u0432\u043E\u0434, \u043F\u043E\u0434\u0434\u0435\u0440\u0436\u0438\u0432\u0430\u0435\u043C\u044B\u0435 \u0434\u043E\u043C\u0435\u043D\u044B \u0441\u043C. <1>\u0437\u0434\u0435\u0441\u044C","field.scene":"\u0432\u0437\u044F\u0442\u044C","description.scene":"\u041F\u043E \u0443\u043C\u043E\u043B\u0447\u0430\u043D\u0438\u044E \u0443\u0441\u0442\u0430\u043D\u043E\u0432\u043B\u0435\u043D\u043E \u0437\u043D\u0430\u0447\u0435\u043D\u0438\u0435\uFF1Ageneral. \u041C\u043E\u0436\u0435\u0442 \u0431\u044B\u0442\u044C \u0443\u0441\u0442\u0430\u043D\u043E\u0432\u043B\u0435\u043D\u043E \u0442\u043E\u043B\u044C\u043A\u043E \u0432 \u0442\u043E\u043C \u0441\u043B\u0443\u0447\u0430\u0435, \u0435\u0441\u043B\u0438 \u0432 \u043A\u043E\u043D\u0441\u043E\u043B\u0438 AliCloud API \u043E\u0442\u043A\u0440\u044B\u0442 Machine Translation Pro, \u043E \u043F\u043E\u0434\u0434\u0435\u0440\u0436\u0438\u0432\u0430\u0435\u043C\u044B\u0445 \u0441\u0446\u0435\u043D\u0430\u0440\u0438\u044F\u0445 \u0441\u043C. <1>\u0437\u0434\u0435\u0441\u044C","field.vocabId":"\u0418\u0434\u0435\u043D\u0442\u0438\u0444\u0438\u043A\u0430\u0442\u043E\u0440 \u0441\u043B\u043E\u0432\u0430\u0440\u044F \u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u0435\u043B\u044F","description.vocabId":"\u0423\u043A\u0430\u0437\u0430\u043D\u043D\u044B\u0439 \u0441\u043B\u043E\u0432\u0430\u0440\u044C out_id, \u0432 \u043D\u0430\u0441\u0442\u043E\u044F\u0449\u0435\u0435 \u0432\u0440\u0435\u043C\u044F \u043F\u043E\u0434\u0434\u0435\u0440\u0436\u0438\u0432\u0430\u0435\u0442 \u043F\u0435\u0440\u0435\u0432\u043E\u0434 \u0441 \u0430\u043D\u0433\u043B\u0438\u0439\u0441\u043A\u043E\u0433\u043E \u043D\u0430 \u043A\u0438\u0442\u0430\u0439\u0441\u043A\u0438\u0439.","description.model":"\u041C\u043E\u0434\u0435\u043B\u0438 OpenAI, \u043C\u043E\u0433\u0443\u0442 \u0431\u044B\u0442\u044C gpt-3.5-turbo, gpt-4 \u0438 \u0442.\u0434.","description.maxTextGroupLengthPerRequest":"\u041A\u043E\u043B\u0438\u0447\u0435\u0441\u0442\u0432\u043E \u0430\u0431\u0437\u0430\u0446\u0435\u0432, \u043F\u0435\u0440\u0435\u0434\u0430\u0432\u0430\u0435\u043C\u044B\u0445 \u0441\u043B\u0443\u0436\u0431\u0435 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430 \u0437\u0430 \u043E\u0434\u0438\u043D \u0440\u0430\u0437, \u0435\u0441\u043B\u0438 \u0438\u0445 \u0441\u043B\u0438\u0448\u043A\u043E\u043C \u043C\u043D\u043E\u0433\u043E, \u044D\u0442\u043E \u043C\u043E\u0436\u0435\u0442 \u043F\u0440\u0438\u0432\u0435\u0441\u0442\u0438 \u043A \u0437\u0430\u043C\u0435\u0434\u043B\u0435\u043D\u0438\u044E \u0440\u0435\u0430\u043A\u0446\u0438\u0438 \u0438\u043D\u0442\u0435\u0440\u0444\u0435\u0439\u0441\u0430","description.apiUrl":"\u041F\u043E\u0436\u0430\u043B\u0443\u0439\u0441\u0442\u0430, \u0434\u043E\u0431\u0430\u0432\u044C\u0442\u0435 \u043A\u043E\u043D\u043A\u0440\u0435\u0442\u043D\u044B\u0435 URL \u0441 \u043F\u0443\u0442\u044F\u043C\u0438, <1>\u0431\u043E\u043B\u0435\u0435 \u043F\u043E\u0434\u0440\u043E\u0431\u043D\u043E\u0435 \u043E\u043F\u0438\u0441\u0430\u043D\u0438\u0435",enabledExtension:"\u0412\u043A\u043B\u044E\u0447\u0435\u043D\u0438\u0435 \u0440\u0430\u0441\u0448\u0438\u0440\u0435\u043D\u0438\u0439",clickToDisableExtension:"\u041D\u0430\u0436\u043C\u0438\u0442\u0435 \u0434\u043B\u044F \u043E\u0442\u043A\u043B\u044E\u0447\u0435\u043D\u0438\u044F \u0440\u0430\u0441\u0448\u0438\u0440\u0435\u043D\u0438\u0439",clickToEnableExtension:"\u041D\u0430\u0436\u043C\u0438\u0442\u0435 \u0434\u043B\u044F \u0432\u043A\u043B\u044E\u0447\u0435\u043D\u0438\u044F \u0440\u0430\u0441\u0448\u0438\u0440\u0435\u043D\u0438\u0439",hasBeenDisabled:"\u043E\u0442\u043A\u043B\u044E\u0447\u0435\u043D\u043E","show password":"\u041F\u043E\u043A\u0430\u0437\u0430\u0442\u044C \u043F\u0430\u0440\u043E\u043B\u044C",customContent:"\u0412\u0432\u0435\u0434\u0438\u0442\u0435 \u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u0435\u043B\u044C\u0441\u043A\u043E\u0435 \u0438\u043C\u044F \u043C\u043E\u0434\u0435\u043B\u0438",inputOptions:"\u0423\u0441\u043E\u0432\u0435\u0440\u0448\u0435\u043D\u0441\u0442\u0432\u043E\u0432\u0430\u043D\u0438\u0435 \u0431\u043B\u043E\u043A\u0430 \u0432\u0432\u043E\u0434\u0430",mouseHoverOptions:"\u043D\u0430\u0432\u0435\u0434\u0435\u043D\u0438\u0435 \u043C\u044B\u0448\u0438",modifyMouseHoverKey:"\u0418\u0437\u043C\u0435\u043D\u0435\u043D\u0438\u0435 \u044F\u0440\u043B\u044B\u043A\u0430 \u043D\u0430\u0432\u0435\u0434\u0435\u043D\u0438\u044F \u043C\u044B\u0448\u0438",enableInputTranslation:"\u0412\u043A\u043B\u044E\u0447\u0430\u0442\u044C \u043B\u0438 \u0440\u0430\u0441\u0448\u0438\u0440\u0435\u043D\u0438\u0435 \u043F\u043E\u043B\u044F \u0432\u0432\u043E\u0434\u0430",enableInputTranslationDescription:"\u041F\u043E\u0441\u043B\u0435 \u0432\u043A\u043B\u044E\u0447\u0435\u043D\u0438\u044F \u0432\u0432\u0435\u0434\u0438\u0442\u0435 {startingKey}{startingKey} hello \u043F\u0440\u044F\u043C\u043E \u0432 \u043F\u043E\u043B\u0435 \u0432\u0432\u043E\u0434\u0430, \u0437\u0430\u0442\u0435\u043C \u0431\u044B\u0441\u0442\u0440\u043E \u043D\u0430\u0431\u0435\u0440\u0438\u0442\u0435{inputTrailingTriggerKeyRepeatTimes}\u0440\u0430\u0437{trailingKey}, \u0447\u0442\u043E\u0431\u044B \u043F\u0435\u0440\u0435\u0432\u0435\u0441\u0442\u0438 \u043D\u0430 {inputTargetLanguage}.",enableInputTranslationDescriptionForNoneKey:"\u041F\u043E\u0441\u043B\u0435 \u0432\u043A\u043B\u044E\u0447\u0435\u043D\u0438\u044F \u044D\u0442\u043E\u0439 \u0444\u0443\u043D\u043A\u0446\u0438\u0438 \u0432\u0432\u0435\u0434\u0438\u0442\u0435\uFF1AHello World \u043D\u0435\u043F\u043E\u0441\u0440\u0435\u0434\u0441\u0442\u0432\u0435\u043D\u043D\u043E \u0432 \u043F\u043E\u043B\u0435 \u0432\u0432\u043E\u0434\u0430, \u0430 \u0437\u0430\u0442\u0435\u043C \u0431\u044B\u0441\u0442\u0440\u043E \u043D\u0430\u0436\u043C\u0438\u0442\u0435{inputTrailingTriggerKeyRepeatTimes}{trailingKey}\u0440\u0430\u0437 \u0434\u043B\u044F \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430 \u043D\u0430 \u0446\u0435\u043B\u0435\u0432\u043E\u0439 \u044F\u0437\u044B\u043A \u043F\u043E \u0443\u043C\u043E\u043B\u0447\u0430\u043D\u0438\u044E.",inputTargetLanguage:"\u0423\u0441\u0442\u0430\u043D\u043E\u0432\u043A\u0430 \u0446\u0435\u043B\u0435\u0432\u043E\u0433\u043E \u044F\u0437\u044B\u043A\u0430 \u043F\u043E \u0443\u043C\u043E\u043B\u0447\u0430\u043D\u0438\u044E \u0434\u043B\u044F \u043E\u043A\u043E\u043D \u0432\u0432\u043E\u0434\u0430",inputTargetLanguageDescription:"\u0426\u0435\u043B\u0435\u0432\u043E\u0439 \u044F\u0437\u044B\u043A \u043F\u043E \u0443\u043C\u043E\u043B\u0447\u0430\u043D\u0438\u044E \u0434\u043B\u044F \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430 \u043E\u043A\u043D\u0430 \u0432\u0432\u043E\u0434\u0430, \u0442.\u0435. {startingKey}{startingKey} \u043A\u0430\u043A \u044F\u0437\u044B\u043A \u043F\u043E \u0443\u043C\u043E\u043B\u0447\u0430\u043D\u0438\u044E \u0434\u043B\u044F \u0442\u0440\u0438\u0433\u0433\u0435\u0440\u043D\u044B\u0445 \u0441\u043B\u043E\u0432",inputTargetLanguageDescriptionForNoneKey:"\u0426\u0435\u043B\u0435\u0432\u043E\u0439 \u044F\u0437\u044B\u043A \u043F\u043E \u0443\u043C\u043E\u043B\u0447\u0430\u043D\u0438\u044E \u0434\u043B\u044F \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430 \u043F\u043E\u043B\u044F \u0432\u0432\u043E\u0434\u0430",inputStartingTriggerKeyTitle:"\u0423\u0441\u0442\u0430\u043D\u043E\u0432\u043A\u0430 \u0441\u0438\u043C\u0432\u043E\u043B\u0430 \u0440\u0430\u0437\u0434\u0435\u043B\u0435\u043D\u0438\u044F \u0434\u043B\u044F \u0447\u0430\u0441\u0442\u0438\u0447\u043D\u043E\u0433\u043E \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430 \u043F\u043E\u043B\u044F \u0432\u0432\u043E\u0434\u0430",inputStartingTriggerKeyDescription:"\u0415\u0441\u043B\u0438 \u043D\u0435\u0442 \u043D\u0435\u043E\u0431\u0445\u043E\u0434\u0438\u043C\u043E\u0441\u0442\u0438 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0438\u0442\u044C \u0432\u0441\u0435 \u043F\u043E\u043B\u0435 \u0432\u0432\u043E\u0434\u0430, \u0441\u043F\u043B\u0438\u0442\u0442\u0435\u0440 \u043F\u043E\u0437\u0432\u043E\u043B\u044F\u0435\u0442 \u043F\u0435\u0440\u0435\u0432\u0435\u0441\u0442\u0438 \u0442\u043E\u043B\u044C\u043A\u043E \u0447\u0430\u0441\u0442\u044C \u043E\u0442 {startingKey}{startingKey} \u0434\u043E \u043A\u043E\u043D\u0446\u0430 \u043F\u043E\u043B\u044F \u0432\u0432\u043E\u0434\u0430, \u0438\u043B\u0438 \u043C\u043E\u0436\u043D\u043E \u0443\u043A\u0430\u0437\u0430\u0442\u044C \u043A\u043E\u0434 \u044F\u0437\u044B\u043A\u0430, \u043D\u0430\u043F\u0440\u0438\u043C\u0435\u0440,\uFF1A{startingKey}ja \u043E\u0437\u043D\u0430\u0447\u0430\u0435\u0442 \u043F\u0435\u0440\u0435\u0432\u043E\u0434 \u0442\u043E\u043B\u044C\u043A\u043E \u0447\u0430\u0441\u0442\u0438 \u043E\u0442 {startingKey}ja \u0434\u043E \u043A\u043E\u043D\u0446\u0430 \u043F\u043E\u043B\u044F \u0432\u0432\u043E\u0434\u0430.",inputStartingTriggerKeyDescriptionForNoneKey:"\u0422\u0435\u043A\u0443\u0449\u0430\u044F \u043D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0430 \u043E\u0442\u0441\u0443\u0442\u0441\u0442\u0432\u0438\u044F \u043F\u0440\u0435\u0444\u0438\u043A\u0441\u0430 \u043D\u0435 \u043D\u0443\u0436\u043D\u0430, \u0438 \u0444\u0443\u043D\u043A\u0446\u0438\u044F \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430 \u043D\u0435\u043A\u043E\u0442\u043E\u0440\u044B\u0445 \u0442\u0435\u043A\u0441\u0442\u043E\u0432 \u0432 \u043E\u043A\u043D\u0435 \u0432\u0432\u043E\u0434\u0430 \u043F\u043E\u043A\u0430 \u043D\u0435 \u043C\u043E\u0436\u0435\u0442 \u0431\u044B\u0442\u044C \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u043D\u0430.",inputTrailingTriggerKeyTitle:"\u0412\u044B\u0431\u0435\u0440\u0438\u0442\u0435 \u0441\u0438\u043C\u0432\u043E\u043B \u043E\u043A\u043E\u043D\u0447\u0430\u043D\u0438\u044F \u0432\u0432\u043E\u0434\u0430",inputTrailingTriggerKeyDescription:"3 \u0431\u044B\u0441\u0442\u0440\u044B\u0445 \u0443\u0434\u0430\u0440\u0430{trailingKey} \u043D\u0430\u0447\u043D\u0435\u0442 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0438\u0442\u044C!",inputTrailingTriggerKeyTimeout:"\u0412\u0432\u0435\u0434\u0438\u0442\u0435 \u0432\u0440\u0435\u043C\u044F \u043C\u0435\u0436\u0434\u0443 \u0441\u0440\u0430\u0431\u0430\u0442\u044B\u0432\u0430\u043D\u0438\u044F\u043C\u0438 \u0432 \u043A\u043E\u043D\u0446\u0435 \u0431\u043E\u044F",inputTrailingTriggerKeyTimeoutDescription:"\u0423\u0441\u0442\u0430\u043D\u0430\u0432\u043B\u0438\u0432\u0430\u0435\u0442 \u0432\u0440\u0435\u043C\u044F (\u0432 \u043C\u0438\u043B\u043B\u0438\u0441\u0435\u043A\u0443\u043D\u0434\u0430\u0445) \u043C\u0435\u0436\u0434\u0443 \u0441\u0440\u0430\u0431\u0430\u0442\u044B\u0432\u0430\u043D\u0438\u044F\u043C\u0438 \u043A\u043E\u043C\u0431\u0438\u043D\u0438\u0440\u043E\u0432\u0430\u043D\u043D\u044B\u0445 \u0443\u0441\u0442\u0440\u043E\u0439\u0441\u0442\u0432 \u043E\u043A\u043E\u043D\u0447\u0430\u043D\u0438\u044F \u0432\u0432\u043E\u0434\u0430",spaceKey:"<\u7A7A\u683C\u952E>",noneKey:"\u041F\u0440\u044F\u043C\u043E\u0439 \u043F\u0435\u0440\u0435\u0432\u043E\u0434 \u0432\u0441\u0435\u0433\u043E \u0442\u0435\u043A\u0441\u0442\u043E\u0432\u043E\u0433\u043E \u043F\u043E\u043B\u044F \u0431\u0435\u0437 \u043F\u0440\u0435\u0444\u0438\u043A\u0441\u043E\u0432",inputTranslationBlockUrlsTitle:"\u041D\u0435 \u0432\u043A\u043B\u044E\u0447\u0430\u0439\u0442\u0435 \u0440\u0430\u0441\u0448\u0438\u0440\u0435\u043D\u0438\u0435 \u043F\u043E\u043B\u044F \u0432\u0432\u043E\u0434\u0430 \u0432 \u0441\u043B\u0435\u0434\u0443\u044E\u0449\u0438\u0445 URL-\u0430\u0434\u0440\u0435\u0441\u0430\u0445",inputTranslationBlockUrlsDescription:"\u0423\u0441\u043E\u0432\u0435\u0440\u0448\u0435\u043D\u0441\u0442\u0432\u043E\u0432\u0430\u043D\u0438\u044F \u043F\u043E\u043B\u044F \u0432\u0432\u043E\u0434\u0430 \u043D\u0435 \u0431\u0443\u0434\u0443\u0442 \u0440\u0430\u0431\u043E\u0442\u0430\u0442\u044C \u043D\u0430 \u0441\u043B\u0435\u0434\u0443\u044E\u0449\u0438\u0445 URL-\u0430\u0434\u0440\u0435\u0441\u0430\u0445",clickToSeeQuickDemo:"\u041D\u0430\u0436\u043C\u0438\u0442\u0435, \u0447\u0442\u043E\u0431\u044B \u0440\u0430\u0437\u0432\u0435\u0440\u043D\u0443\u0442\u044C 30-\u0441\u0435\u043A\u0443\u043D\u0434\u043D\u044B\u0439 \u043E\u0431\u0443\u0447\u0430\u044E\u0449\u0438\u0439 \u0432\u0438\u0434\u0435\u043E\u0440\u043E\u043B\u0438\u043A",inputHelperInfo:"\u041E\u043F\u0438\u0441\u0430\u043D\u0438\u0435\uFF1A\u041C\u044B \u043E\u043F\u0442\u0438\u043C\u0438\u0437\u0438\u0440\u043E\u0432\u0430\u043B\u0438 \u0440\u0430\u0431\u043E\u0442\u0443 \u0441 \u0442\u0435\u043C, \u0447\u0442\u043E \u043D\u0435\u043A\u043E\u0442\u043E\u0440\u044B\u0435 \u0442\u0440\u0438\u0433\u0433\u0435\u0440\u043D\u044B\u0435 \u0441\u0438\u043C\u0432\u043E\u043B\u044B \u043F\u0440\u0435\u0432\u0440\u0430\u0449\u0430\u044E\u0442\u0441\u044F \u0432 \u043A\u0438\u0442\u0430\u0439\u0441\u043A\u0438\u0435 \u0437\u043D\u0430\u043A\u0438 \u043F\u0440\u0435\u043F\u0438\u043D\u0430\u043D\u0438\u044F \u043F\u0440\u0438 \u043A\u0438\u0442\u0430\u0439\u0441\u043A\u0438\u0445 \u043C\u0435\u0442\u043E\u0434\u0430\u0445 \u0432\u0432\u043E\u0434\u0430, \u043D\u0430\u043F\u0440\u0438\u043C\u0435\u0440, / \u043F\u0440\u0435\u0432\u0440\u0430\u0449\u0430\u0435\u0442\u0441\u044F \u0432 \u0437\u043D\u0430\u043A dun , \u043F\u0440\u0438 \u043C\u0435\u0442\u043E\u0434\u0435 \u0432\u0432\u043E\u0434\u0430 Sogou, \u0438 Immersive Translator \u043F\u043E\u0434\u0434\u0435\u0440\u0436\u0438\u0432\u0430\u0435\u0442 \u0432\u0441\u0435 \u043A\u0438\u0442\u0430\u0439\u0441\u043A\u0438\u0435 \u0441\u0438\u043C\u0432\u043E\u043B\u044B, \u0441\u043E\u043E\u0442\u0432\u0435\u0442\u0441\u0442\u0432\u0443\u044E\u0449\u0438\u0435 \u0442\u0440\u0438\u0433\u0433\u0435\u0440\u043D\u044B\u043C \u0441\u0438\u043C\u0432\u043E\u043B\u0430\u043C, \u0442.\u0435. //,,, \u0431\u0443\u0434\u0443\u0442 \u0440\u0430\u0441\u043F\u043E\u0437\u043D\u0430\u0432\u0430\u0442\u044C\u0441\u044F \u043A\u0430\u043A \u0442\u0440\u0438\u0433\u0433\u0435\u0440\u043D\u044B\u0435 \u0441\u0438\u043C\u0432\u043E\u043B\u044B.

\u041C\u044B \u0442\u0430\u043A\u0436\u0435 \u043F\u043E\u0434\u0434\u0435\u0440\u0436\u0438\u0432\u0430\u0435\u043C \u043A\u0438\u0442\u0430\u0439\u0441\u043A\u0438\u0435 \u043F\u0441\u0435\u0432\u0434\u043E\u043D\u0438\u043C\u044B \u0434\u043B\u044F \u044F\u0437\u044B\u043A\u043E\u0432\u044B\u0445 \u043A\u043E\u0434\u043E\u0432 \u0432 \u043A\u0430\u0447\u0435\u0441\u0442\u0432\u0435 \u043A\u043E\u043C\u0430\u043D\u0434, \u043D\u0430\u043F\u0440\u0438\u043C\u0435\u0440, /Japanese Hello World \u0431\u0443\u0434\u0435\u0442 \u043F\u0435\u0440\u0435\u0432\u0435\u0434\u0435\u043D \u043D\u0430 \u044F\u043F\u043E\u043D\u0441\u043A\u0438\u0439 \u044F\u0437\u044B\u043A, <1>\u043D\u0430\u0436\u043C\u0438\u0442\u0435 \u0437\u0434\u0435\u0441\u044C, \u0447\u0442\u043E\u0431\u044B \u043F\u043E\u0441\u043C\u043E\u0442\u0440\u0435\u0442\u044C \u0432\u0441\u0435 \u043F\u043E\u0434\u0434\u0435\u0440\u0436\u0438\u0432\u0430\u0435\u043C\u044B\u0435 \u044F\u0437\u044B\u043A\u043E\u0432\u044B\u0435 \u043A\u043E\u0434\u044B.",reloadCurrentPage:"\u041F\u0435\u0440\u0435\u0434 \u043D\u0430\u0447\u0430\u043B\u043E\u043C \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430 \u043E\u0431\u043D\u043E\u0432\u0438\u0442\u0435 \u0442\u0435\u043A\u0443\u0449\u0443\u044E \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u0443.",noLocalFilePermissionForPDF:"\u0423 \u0432\u0430\u0441 \u043D\u0435\u0442 \u043F\u0440\u0430\u0432 \u043D\u0430 \u0447\u0442\u0435\u043D\u0438\u0435 \u043B\u043E\u043A\u0430\u043B\u044C\u043D\u044B\u0445 \u0444\u0430\u0439\u043B\u043E\u0432, \u043F\u043E\u0436\u0430\u043B\u0443\u0439\u0441\u0442\u0430, \u043D\u0430\u0436\u043C\u0438\u0442\u0435 \u043A\u043D\u043E\u043F\u043A\u0443 \u0432\u044B\u0448\u0435, \u0430 \u0437\u0430\u0442\u0435\u043C \u0438\u043C\u043F\u043E\u0440\u0442\u0438\u0440\u0443\u0439\u0442\u0435 \u043B\u043E\u043A\u0430\u043B\u044C\u043D\u044B\u0435 \u0444\u0430\u0439\u043B\u044B.",noPermissionForThisPage:"\u26A0\uFE0F \u041D\u0435\u0442 \u0440\u0430\u0437\u0440\u0435\u0448\u0435\u043D\u0438\u044F \u043D\u0430 \u043F\u0435\u0440\u0435\u0432\u043E\u0434 \u0442\u0435\u043A\u0443\u0449\u0435\u0439 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u044B",retryAllParagraphs:"\u041F\u043E\u0432\u0442\u043E\u0440\u043D\u043E\u0435 \u0432\u044B\u043F\u043E\u043B\u043D\u0435\u043D\u0438\u0435 \u0432\u0441\u0435\u0445 \u043E\u0448\u0438\u0431\u043E\u0447\u043D\u044B\u0445 \u043F\u0435\u0440\u0435\u0445\u043E\u0434\u043E\u0432",retryAllButton:"\u041F\u043E\u0432\u0442\u043E\u0440\u043D\u043E\u0435 \u0432\u044B\u043F\u043E\u043B\u043D\u0435\u043D\u0438\u0435 \u0432\u0441\u0435\u0445 \u043E\u0448\u0438\u0431\u043E\u0447\u043D\u044B\u0445 \u043F\u0435\u0440\u0435\u0445\u043E\u0434\u043E\u0432",errorTooltipTitle:"\u0429\u0435\u043B\u043A\u043D\u0438\u0442\u0435, \u0447\u0442\u043E\u0431\u044B \u0443\u0432\u0438\u0434\u0435\u0442\u044C \u043F\u0440\u0438\u0447\u0438\u043D\u0443 \u043E\u0448\u0438\u0431\u043A\u0438",errorModalTitle:"\u041F\u043E\u0445\u043E\u0436\u0435, \u0447\u0442\u043E-\u0442\u043E \u043D\u0435 \u0442\u0430\u043A \u0441\u043E \u0441\u043B\u0443\u0436\u0431\u043E\u0439 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430 \u0438\u043B\u0438 \u0441\u0435\u0442\u044C\u044E...",disableConfirm:"\u0414\u0432\u0443\u044F\u0437\u044B\u0447\u043D\u0430\u044F \u0443\u0441\u0442\u0430\u043D\u043E\u0432\u043A\u0430 \u0434\u043B\u044F \u0440\u0430\u0441\u0448\u0438\u0440\u0435\u043D\u0438\u044F \u0438\u043D\u0444\u043E\u0440\u043C\u0430\u0446\u0438\u0438",disableOnce:"\u042D\u0442\u0430 \u0438\u043D\u0432\u0430\u043B\u0438\u0434\u043D\u043E\u0441\u0442\u044C",disableGlobal:"\u043E\u0442\u043A\u043B\u044E\u0447\u0438\u0442\u044C \u043D\u0430\u0432\u0441\u0435\u0433\u0434\u0430",disableTint:"* \u0412\u044B \u043C\u043E\u0436\u0435\u0442\u0435 \u043F\u043E\u0432\u0442\u043E\u0440\u043D\u043E \u0432\u043A\u043B\u044E\u0447\u0438\u0442\u044C \u0435\u0433\u043E \u043D\u0430 \u0441\u0430\u0439\u0442\u0435 {option} .",searchEnhancementNotes:"\u041C\u044B \u043E\u0431\u043D\u0430\u0440\u0443\u0436\u0438\u043B\u0438, \u0447\u0442\u043E \u0440\u0435\u0437\u0443\u043B\u044C\u0442\u0430\u0442\u044B \u043F\u043E\u0438\u0441\u043A\u0430 \u043D\u043E\u0432\u043E\u0441\u0442\u0435\u0439 \u043F\u043E \u043A\u043B\u044E\u0447\u0435\u0432\u044B\u043C \u0441\u043B\u043E\u0432\u0430\u043C \u043D\u0430 \u043A\u0438\u0442\u0430\u0439\u0441\u043A\u043E\u043C \u0438 \u0430\u043D\u0433\u043B\u0438\u0439\u0441\u043A\u043E\u043C \u044F\u0437\u044B\u043A\u0430\u0445 \u0441\u0438\u043B\u044C\u043D\u043E \u043E\u0442\u043B\u0438\u0447\u0430\u044E\u0442\u0441\u044F. \u041F\u043E\u0441\u043B\u0435 \u0432\u043A\u043B\u044E\u0447\u0435\u043D\u0438\u044F \u0444\u0443\u043D\u043A\u0446\u0438\u0438 Immersive Translation Bilingual Information Enhancement \u043C\u044B \u0431\u0443\u0434\u0435\u043C \u0430\u0432\u0442\u043E\u043C\u0430\u0442\u0438\u0447\u0435\u0441\u043A\u0438 \u0438\u0441\u043A\u0430\u0442\u044C \u0434\u043B\u044F \u0432\u0430\u0441 \u0442\u0435 \u0436\u0435 \u0441\u0430\u043C\u044B\u0435 \u043A\u043B\u044E\u0447\u0435\u0432\u044B\u0435 \u0441\u043B\u043E\u0432\u0430 \u043D\u0430 \u0430\u043D\u0433\u043B\u0438\u0439\u0441\u043A\u043E\u043C \u044F\u0437\u044B\u043A\u0435 \u043D\u0430 \u043F\u043E\u0434\u0434\u0435\u0440\u0436\u0438\u0432\u0430\u0435\u043C\u044B\u0445 \u0441\u0430\u0439\u0442\u0430\u0445 (Google News, Google Search (\u043D\u0435\u043A\u043E\u0442\u043E\u0440\u044B\u0435 \u043A\u043B\u044E\u0447\u0435\u0432\u044B\u0435 \u0441\u043B\u043E\u0432\u0430), Snowball, Oriental Wealth, Futura, Tiger) \u0438 \u043E\u0442\u043E\u0431\u0440\u0430\u0436\u0430\u0442\u044C \u0438\u0445 \u0432 \u043F\u0440\u0430\u0432\u043E\u0439 \u0447\u0430\u0441\u0442\u0438. \u0412\u044B \u043C\u043E\u0436\u0435\u0442\u0435 \u043E\u0442\u043A\u043B\u044E\u0447\u0438\u0442\u044C \u044D\u0442\u0443 \u0444\u0443\u043D\u043A\u0446\u0438\u044E, \u0435\u0441\u043B\u0438 \u043E\u043D\u0430 \u0432\u0430\u043C \u043D\u0435 \u043D\u0443\u0436\u043D\u0430.",option:"\u043D\u0430\u0441\u0442\u0440\u0430\u0438\u0432\u0430\u0442\u044C",saveSettings:"\u0421\u043E\u0445\u0440\u0430\u043D\u0438\u0442\u044C \u043D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0438",closeModal:"\u0417\u0430\u043A\u0440\u044B\u0442\u044C \u043E\u043A\u043D\u043E",enableInputTranslationWithoutTriggerKeyTitle:"\u0412\u043A\u043B\u044E\u0447\u0438\u0442\u0435 3 \u0431\u044B\u0441\u0442\u0440\u044B\u0445 \u043D\u0430\u0436\u0430\u0442\u0438\u044F \u043D\u0430{trailingKey}, \u0447\u0442\u043E\u0431\u044B \u043D\u0430\u043F\u0440\u044F\u043C\u0443\u044E \u043F\u0435\u0440\u0435\u0432\u0435\u0441\u0442\u0438 \u0432\u0441\u0435 \u043F\u043E\u043B\u0435 \u0432\u0432\u043E\u0434\u0430 \u043D\u0430{inputTargetLanguage}.",enableInputTranslationWithoutTriggerKeyDescription:"\u0427\u0442\u043E\u0431\u044B \u0443\u043A\u0430\u0437\u0430\u0442\u044C \u0446\u0435\u043B\u0435\u0432\u043E\u0439 \u044F\u0437\u044B\u043A, \u0434\u043E\u0431\u0430\u0432\u044C\u0442\u0435 \u043A \u043D\u0435\u043C\u0443 \u043A\u043E\u0434 \u044F\u0437\u044B\u043A\u0430, \u043D\u0430\u043F\u0440\u0438\u043C\u0435\u0440,\uFF1Aja Hello World",mouseHoverShortcutPlaceholder:"\u043D\u0430\u043F\u0440\u0438\u043C\u0435\u0440,\uFF1AShift",deepLProName:"Immersive Translation Pro Member (Recommended)",deepLProDescription:"\u0422\u0435\u043A\u0443\u0449\u0438\u0439 \u043F\u0430\u043A\u0435\u0442 \u043C\u043E\u0436\u0435\u0442 \u0431\u044B\u0442\u044C \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u043D \u043D\u0430\u043F\u0440\u044F\u043C\u0443\u044E",deeplProDescriptionForNormal:"\u041D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0430 \u043D\u0435 \u0442\u0440\u0435\u0431\u0443\u0435\u0442\u0441\u044F, \u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u0435\u043B\u0438 \u043C\u043E\u0433\u0443\u0442 \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u044C \u0435\u0433\u043E \u043F\u043E\u0441\u043B\u0435 \u0432\u0445\u043E\u0434\u0430 \u0432 \u0441\u0438\u0441\u0442\u0435\u043C\u0443, <1>\u043D\u0430\u0436\u043C\u0438\u0442\u0435 \u0437\u0434\u0435\u0441\u044C, \u0447\u0442\u043E\u0431\u044B \u043F\u0435\u0440\u0435\u0439\u0442\u0438 \u0432 \u043A\u0430\u0442\u0435\u0433\u043E\u0440\u0438\u044E \u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u0435\u043B\u0435\u0439",deepLCustomDescription:"\u0422\u0440\u0435\u0431\u0443\u0435\u0442\u0441\u044F \u0438\u043D\u043E\u0441\u0442\u0440\u0430\u043D\u043D\u0430\u044F \u043A\u0440\u0435\u0434\u0438\u0442\u043D\u0430\u044F \u043A\u0430\u0440\u0442\u0430, \u043E\u0444\u0438\u0446\u0438\u0430\u043B\u044C\u043D\u043E \u043E\u0442\u043A\u0440\u044B\u0442\u0430 \u043D\u0430 \u0441\u0430\u0439\u0442\u0435 <1>DeepL, \u043D\u0430\u0436\u043C\u0438\u0442\u0435 \u0434\u043B\u044F \u043F\u043E\u043B\u0443\u0447\u0435\u043D\u0438\u044F <2>\u0434\u043E\u043A\u0443\u043C\u0435\u043D\u0442\u0430\u0446\u0438\u0438",deepLCustomName:"\u041F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u0435\u043B\u044C\u0441\u043A\u0438\u0439 \u043A\u043B\u044E\u0447 \u0430\u0432\u0442\u043E\u0440\u0438\u0437\u0430\u0446\u0438\u0438",chooseProviderLabel:"\u0412\u044B\u0431\u043E\u0440 \u043F\u043E\u0441\u0442\u0430\u0432\u0449\u0438\u043A\u0430 \u0443\u0441\u043B\u0443\u0433",openaiProName:"Immersive Translation Pro Member (Recommended)",openaiProDescription:"\u0422\u0435\u043A\u0443\u0449\u0438\u0439 \u043F\u0430\u043A\u0435\u0442 \u043C\u043E\u0436\u0435\u0442 \u0431\u044B\u0442\u044C \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u043D \u043D\u0430\u043F\u0440\u044F\u043C\u0443\u044E",openaiProDescriptionForNormal:"\u041D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0430 \u043D\u0435 \u0442\u0440\u0435\u0431\u0443\u0435\u0442\u0441\u044F, \u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u0435\u043B\u0438 \u043C\u043E\u0433\u0443\u0442 \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u044C \u0435\u0433\u043E \u043F\u043E\u0441\u043B\u0435 \u0432\u0445\u043E\u0434\u0430 \u0432 \u0441\u0438\u0441\u0442\u0435\u043C\u0443, <1>\u043D\u0430\u0436\u043C\u0438\u0442\u0435 \u0437\u0434\u0435\u0441\u044C, \u0447\u0442\u043E\u0431\u044B \u043F\u0435\u0440\u0435\u0439\u0442\u0438 \u0432 \u043A\u0430\u0442\u0435\u0433\u043E\u0440\u0438\u044E \u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u0435\u043B\u0435\u0439",openaiCustomDescription:"\u0414\u043E\u0441\u0442\u0443\u043F\u043D\u044B OpenAI, Azure OpenAI \u0438\u043B\u0438 \u0434\u0440\u0443\u0433\u0438\u0435 \u0441\u0442\u043E\u0440\u043E\u043D\u043D\u0438\u0435 \u0441\u0435\u0440\u0432\u0438\u0441\u044B, <1>\u0434\u043E\u043A\u0443\u043C\u0435\u043D\u0442\u0430\u0446\u0438\u044E \u043C\u043E\u0436\u043D\u043E \u043D\u0430\u0439\u0442\u0438 \u0437\u0434\u0435\u0441\u044C",openaiCustomName:"\u041F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u0435\u043B\u044C\u0441\u043A\u0438\u0439 \u043A\u043B\u044E\u0447 API",needLoginAction:"(\u041E\u0442\u043A\u0440\u044B\u0442\u043E\u0435 \u0447\u043B\u0435\u043D\u0441\u0442\u0432\u043E \u0438\u043B\u0438 \u043D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0430)",goLoginOrAction:"(\u041E\u0442\u043A\u0440\u043E\u0439\u0442\u0435 \u0447\u043B\u0435\u043D\u0441\u0442\u0432\u043E \u0438\u043B\u0438 \u043F\u0435\u0440\u0435\u0439\u0434\u0438\u0442\u0435 \u043A \u043D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0430\u043C)",yearly:"\u043E\u0441\u0443\u0449\u0435\u0441\u0442\u0432\u043B\u044F\u0442\u044C \u043F\u043E\u0441\u043B\u0435\u0434\u043E\u0432\u0430\u0442\u0435\u043B\u044C\u043D\u044B\u0439 \u0435\u0436\u0435\u0433\u043E\u0434\u043D\u044B\u0439 \u043F\u043B\u0430\u0442\u0435\u0436",quarterly:"\u043F\u043E\u0441\u043B\u0435\u0434\u043E\u0432\u0430\u0442\u0435\u043B\u044C\u043D\u0430\u044F \u0443\u043F\u0430\u043A\u043E\u0432\u043A\u0430",monthly:"\u0435\u0436\u0435\u043C\u0435\u0441\u044F\u0447\u043D\u0430\u044F \u043F\u043E\u0434\u043F\u0438\u0441\u043A\u0430",yearlyForOnce:"\u0415\u0434\u0438\u043D\u043E\u0432\u0440\u0435\u043C\u0435\u043D\u043D\u044B\u0439 \u0433\u043E\u0434\u043E\u0432\u043E\u0439 \u043F\u0430\u043A\u0435\u0442",monthlyForOnce:"\u0415\u0434\u0438\u043D\u043E\u0432\u0440\u0435\u043C\u0435\u043D\u043D\u044B\u0439 \u043C\u0435\u0441\u044F\u0447\u043D\u044B\u0439 \u043F\u0430\u043A\u0435\u0442",daily:"\u043F\u043E\u0441\u043B\u0435\u0434\u043E\u0432\u0430\u0442\u0435\u043B\u044C\u043D\u044B\u0445 \u043F\u0430\u043A\u0435\u0442\u043D\u044B\u0445 \u0434\u043D\u0435\u0439",year:"\u043E\u0441\u0443\u0449\u0435\u0441\u0442\u0432\u043B\u044F\u0442\u044C \u043F\u043E\u0441\u043B\u0435\u0434\u043E\u0432\u0430\u0442\u0435\u043B\u044C\u043D\u044B\u0439 \u0435\u0436\u0435\u0433\u043E\u0434\u043D\u044B\u0439 \u043F\u043B\u0430\u0442\u0435\u0436",quarter:"\u043F\u043E\u0441\u043B\u0435\u0434\u043E\u0432\u0430\u0442\u0435\u043B\u044C\u043D\u0430\u044F \u0443\u043F\u0430\u043A\u043E\u0432\u043A\u0430",month:"\u0435\u0436\u0435\u043C\u0435\u0441\u044F\u0447\u043D\u0430\u044F \u043F\u043E\u0434\u043F\u0438\u0441\u043A\u0430",day:"\u043F\u043E\u0441\u043B\u0435\u0434\u043E\u0432\u0430\u0442\u0435\u043B\u044C\u043D\u044B\u0445 \u043F\u0430\u043A\u0435\u0442\u043D\u044B\u0445 \u0434\u043D\u0435\u0439",onetime_7day:"7-\u0434\u043D\u0435\u0432\u043D\u044B\u0439 \u043F\u0430\u043A\u0435\u0442 \u0432\u043F\u0435\u0447\u0430\u0442\u043B\u0435\u043D\u0438\u0439",currentPlanDescriptionForFree:"\u0422\u0435\u043A\u0443\u0449\u0438\u0435 \u043F\u0430\u043A\u0435\u0442\u044B\uFF1A\u0411\u0435\u0441\u043F\u043B\u0430\u0442\u043D\u043E",currentPlanDescriptionForContinuous:"\u0414\u0435\u0439\u0441\u0442\u0432\u0443\u044E\u0449\u0438\u0439 \u043F\u0430\u043A\u0435\u0442\uFF1A{plan}\u0431\u0443\u0434\u0435\u0442 \u0430\u0432\u0442\u043E\u043C\u0430\u0442\u0438\u0447\u0435\u0441\u043A\u0438 \u043F\u0440\u043E\u0434\u043B\u0435\u043D \u043D\u0430 {endAt}",currentPlanDescriptionForAutoRenewCaceling:"\u0421\u0440\u043E\u043A \u0434\u0435\u0439\u0441\u0442\u0432\u0438\u044F \u0442\u0435\u043A\u0443\u0449\u0435\u0433\u043E \u043F\u0430\u043A\u0435\u0442\u0430\uFF1A{plan}\u0438\u0441\u0442\u0435\u043A\u0430\u0435\u0442 \u043D\u0430 \u0441\u0430\u0439\u0442\u0435 {endAt} \u0438 \u043D\u0435 \u0431\u0443\u0434\u0435\u0442 \u0430\u0432\u0442\u043E\u043C\u0430\u0442\u0438\u0447\u0435\u0441\u043A\u0438 \u043F\u0440\u043E\u0434\u043B\u0435\u0432\u0430\u0442\u044C\u0441\u044F \u043F\u043E \u0435\u0433\u043E \u0438\u0441\u0442\u0435\u0447\u0435\u043D\u0438\u0438.",currentYearlyPlanDescriptionForAutoRenewCacelingWithRealPaiedUser:"\u0421\u0440\u043E\u043A \u0434\u0435\u0439\u0441\u0442\u0432\u0438\u044F \u0442\u0435\u043A\u0443\u0449\u0435\u0433\u043E \u043F\u0430\u043A\u0435\u0442\u0430\uFF1A{plan}\u0438\u0441\u0442\u0435\u043A\u0430\u0435\u0442 \u043D\u0430 \u0441\u0430\u0439\u0442\u0435 {endAt} \u0438 \u043D\u0435 \u0431\u0443\u0434\u0435\u0442 \u0430\u0432\u0442\u043E\u043C\u0430\u0442\u0438\u0447\u0435\u0441\u043A\u0438 \u043F\u0440\u043E\u0434\u043B\u0435\u0432\u0430\u0442\u044C\u0441\u044F \u043F\u043E \u0435\u0433\u043E \u0438\u0441\u0442\u0435\u0447\u0435\u043D\u0438\u0438.
<1>\u041D\u0430\u0436\u043C\u0438\u0442\u0435 \u0437\u0434\u0435\u0441\u044C, \u0447\u0442\u043E\u0431\u044B \u0443\u043F\u0440\u0430\u0432\u043B\u044F\u0442\u044C \u043F\u043B\u0430\u043D\u043E\u043C \u043F\u0440\u043E\u0434\u043B\u0435\u043D\u0438\u044F",currentYearlyPlanDescriptionForAutoRenewCacelingWithAdmin:"\u0421\u0440\u043E\u043A \u0434\u0435\u0439\u0441\u0442\u0432\u0438\u044F \u0442\u0435\u043A\u0443\u0449\u0435\u0433\u043E \u043F\u0430\u043A\u0435\u0442\u0430\uFF1A{plan}\u0438\u0441\u0442\u0435\u043A\u0430\u0435\u0442 \u043D\u0430 \u0441\u0430\u0439\u0442\u0435 {endAt} \u0438 \u043D\u0435 \u0431\u0443\u0434\u0435\u0442 \u0430\u0432\u0442\u043E\u043C\u0430\u0442\u0438\u0447\u0435\u0441\u043A\u0438 \u043F\u0440\u043E\u0434\u043B\u0435\u0432\u0430\u0442\u044C\u0441\u044F \u043F\u043E \u0435\u0433\u043E \u0438\u0441\u0442\u0435\u0447\u0435\u043D\u0438\u0438.
<1>\u041D\u0430\u0436\u043C\u0438\u0442\u0435 \u0437\u0434\u0435\u0441\u044C, \u0447\u0442\u043E\u0431\u044B \u0430\u043A\u0442\u0438\u0432\u0438\u0440\u043E\u0432\u0430\u0442\u044C \u043D\u0435\u043F\u0440\u0435\u0440\u044B\u0432\u043D\u0443\u044E \u0433\u043E\u0434\u043E\u0432\u0443\u044E \u043F\u043E\u0434\u043F\u0438\u0441\u043A\u0443",currentPlanDescriptionForOneTime:"\u0421\u0440\u043E\u043A \u0434\u0435\u0439\u0441\u0442\u0432\u0438\u044F \u0442\u0435\u043A\u0443\u0449\u0435\u0439 \u043F\u043E\u0434\u043F\u0438\u0441\u043A\u0438\uFF1A{plan}\u0438\u0441\u0442\u0435\u043A\u0430\u0435\u0442 \u043D\u0430 \u0441\u0430\u0439\u0442\u0435 {endAt} , <1>\u043D\u0430\u0436\u043C\u0438\u0442\u0435 \u0437\u0434\u0435\u0441\u044C, \u0447\u0442\u043E\u0431\u044B \u043F\u0435\u0440\u0435\u0439\u0442\u0438 \u043D\u0430 \u0433\u043E\u0434\u043E\u0432\u043E\u0435 \u0438\u043B\u0438 <2>\u0435\u0436\u0435\u043C\u0435\u0441\u044F\u0447\u043D\u043E\u0435 \u0447\u043B\u0435\u043D\u0441\u0442\u0432\u043E.",upgradePlan:"\u041D\u0430\u0436\u043C\u0438\u0442\u0435 \u0437\u0434\u0435\u0441\u044C, \u0447\u0442\u043E\u0431\u044B \u043F\u0435\u0440\u0435\u0439\u0442\u0438 \u043D\u0430 \u0447\u043B\u0435\u043D\u0441\u0442\u0432\u043E Pro",upgradeToPro:"\u041F\u0435\u0440\u0435\u0439\u0442\u0438 \u043D\u0430 \u0447\u043B\u0435\u043D\u0441\u0442\u0432\u043E Pro","popup.openPro":"\u0427\u0442\u043E\u0431\u044B \u043F\u043E\u043B\u0443\u0447\u0438\u0442\u044C \u0432\u043E\u0437\u043C\u043E\u0436\u043D\u043E\u0441\u0442\u044C \u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u044C\u0441\u044F DeepL \u0438 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u043E\u043C OpenAI, \u043F\u0435\u0440\u0435\u0439\u0434\u0438\u0442\u0435 \u043F\u043E \u0441\u0441\u044B\u043B\u043A\u0435.","popup.openProForPro":"\u0412\u044B \u044F\u0432\u043B\u044F\u0435\u0442\u0435\u0441\u044C \u0443\u0447\u0430\u0441\u0442\u043D\u0438\u043A\u043E\u043C \u043F\u0440\u043E\u0433\u0440\u0430\u043C\u043C\u044B Pro \u0441 \u043F\u0440\u044F\u043C\u044B\u043C \u0434\u043E\u0441\u0442\u0443\u043F\u043E\u043C \u043A DeepL \u0438 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430\u043C OpenAI!",currentAccount:"\u0442\u0435\u043A\u0443\u0449\u0438\u0439 \u0441\u0447\u0451\u0442",enableAutoSyncUserSettings:"\u041E\u0431\u0435\u0441\u043F\u0435\u0447\u0435\u043D\u0438\u0435 \u0430\u0432\u0442\u043E\u043C\u0430\u0442\u0438\u0447\u0435\u0441\u043A\u043E\u0439 \u043E\u0431\u043B\u0430\u0447\u043D\u043E\u0439 \u0441\u0438\u043D\u0445\u0440\u043E\u043D\u0438\u0437\u0430\u0446\u0438\u0438 \u043D\u0430 \u043D\u0435\u0441\u043A\u043E\u043B\u044C\u043A\u0438\u0445 \u0443\u0441\u0442\u0440\u043E\u0439\u0441\u0442\u0432\u0430\u0445",modalEnableInputTranslationTitle:"\u0411\u043B\u043E\u043A \u0432\u0432\u043E\u0434\u0430 \u0438\u043C\u043C\u0435\u0440\u0441\u0438\u0432\u043D\u043E\u0433\u043E \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430 \u041F\u0435\u0440\u0435\u0432\u043E\u0434\u0447\u0435\u0441\u043A\u0438\u0435 \u043E\u043F\u043E\u0432\u0435\u0449\u0435\u043D\u0438\u044F",modalEnableInputTranslationDesc:"\u0412\u044B \u0442\u043E\u043B\u044C\u043A\u043E \u0447\u0442\u043E \u0437\u0430\u043F\u0443\u0441\u0442\u0438\u043B\u0438 \u0444\u0443\u043D\u043A\u0446\u0438\u044E \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430 \u043F\u043E\u043B\u044F \u0432\u0432\u043E\u0434\u0430 Immersive Translation, \u043D\u0430\u0436\u0430\u0432 3 \u0440\u0430\u0437\u0430 \u043F\u043E\u0434\u0440\u044F\u0434 \u043A\u043B\u0430\u0432\u0438\u0448\u0443 \u043F\u0440\u043E\u0431\u0435\u043B\u0430, \u0438 \u0441\u043E\u0434\u0435\u0440\u0436\u0438\u043C\u043E\u0435 \u043F\u043E\u043B\u044F \u0432\u0432\u043E\u0434\u0430 \u0431\u0443\u0434\u0435\u0442 \u043F\u0435\u0440\u0435\u0432\u0435\u0434\u0435\u043D\u043E \u043D\u0430 \u0446\u0435\u043B\u0435\u0432\u043E\u0439 \u044F\u0437\u044B\u043A \u043F\u043E \u0443\u043C\u043E\u043B\u0447\u0430\u043D\u0438\u044E. \u041F\u0435\u0440\u0435\u0432\u043E\u0434 \u043C\u043E\u0436\u043D\u043E \u043E\u0442\u043C\u0435\u043D\u0438\u0442\u044C \u0441 \u043F\u043E\u043C\u043E\u0449\u044C\u044E \u043A\u043B\u0430\u0432\u0438\u0448 Ctrl+Z.

\u0415\u0441\u043B\u0438 \u044D\u0442\u043E \u0431\u044B\u043B\u0430 \u043E\u0448\u0438\u0431\u043A\u0430, \u043D\u0435 \u0432\u043E\u043B\u043D\u0443\u0439\u0442\u0435\u0441\u044C, \u0432\u044B \u043C\u043E\u0436\u0435\u0442\u0435 \u043E\u0442\u043A\u043B\u044E\u0447\u0438\u0442\u044C \u0435\u0435 \u043D\u0430 \u044D\u0442\u043E\u0442 \u0440\u0430\u0437 \u0438\u043B\u0438 \u043D\u0430\u0432\u0441\u0435\u0433\u0434\u0430 \u043E\u0442\u043A\u043B\u044E\u0447\u0438\u0442\u044C \u043F\u0435\u0440\u0435\u0432\u043E\u0434 \u043F\u043E\u043B\u044F \u0432\u0432\u043E\u0434\u0430.",saveAndNotShowAgain:"\u0421\u043E\u0445\u0440\u0430\u043D\u0438\u0442\u044C \u0438 \u043E\u0441\u0442\u0430\u043D\u043E\u0432\u0438\u0442\u044C \u0437\u0430\u043F\u0440\u043E\u0441",disableInputTranslationTips:"* \u0412\u044B \u0442\u0430\u043A\u0436\u0435 \u043C\u043E\u0436\u0435\u0442\u0435 \u0443\u0441\u0442\u0430\u043D\u043E\u0432\u0438\u0442\u044C \u0434\u0440\u0443\u0433\u0438\u0435 \u0441\u043E\u0447\u0435\u0442\u0430\u043D\u0438\u044F \u043A\u043B\u0430\u0432\u0438\u0448 \u0434\u043B\u044F \u0441\u0440\u0430\u0431\u0430\u0442\u044B\u0432\u0430\u043D\u0438\u044F \u0432 {option} ,{learnMore}.",learnMore:"\u041D\u0430\u0436\u043C\u0438\u0442\u0435 \u0437\u0434\u0435\u0441\u044C, \u0447\u0442\u043E\u0431\u044B \u0443\u0437\u043D\u0430\u0442\u044C \u0431\u043E\u043B\u044C\u0448\u0435",continueEnalbeInputTranslation:"\u041F\u0440\u043E\u0434\u043E\u043B\u0436\u0435\u043D\u0438\u0435 \u0432\u043A\u043B\u044E\u0447\u0435\u043D\u0438\u044F \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430 \u043F\u043E\u043B\u044F \u0432\u0432\u043E\u0434\u0430",autoRenewTrialSuffix:'(\u0412 \u043F\u0440\u043E\u0431\u043D\u043E\u043C \u0432\u0430\u0440\u0438\u0430\u043D\u0442\u0435\u0441\u0440\u0430\u0437\u0443 \u0436\u0435 \u043F\u0435\u0440\u0435\u0448\u0435\u043B \u043D\u0430 \u043F\u043E\u043B\u043D\u043E\u0435 \u0447\u043B\u0435\u043D\u0441\u0442\u0432\u043E)',upgradeFromTrialTitle:"\u041F\u043E\u0432\u044B\u0448\u0435\u043D\u0438\u0435 \u0441\u0442\u0430\u0442\u0443\u0441\u0430 \u0434\u043E \u043F\u043E\u043B\u043D\u043E\u0433\u043E \u0447\u043B\u0435\u043D\u0430",subtitle:"\u0441\u0443\u0431\u0442\u0438\u0442\u0440\u044B \u043A \u0432\u0438\u0434\u0435\u043E\u0444\u0438\u043B\u044C\u043C\u0430\u043C",youtubeService:"\u0418\u043C\u043C\u0435\u0440\u0441\u0438\u043E\u043D\u043D\u044B\u0439 \u043F\u0435\u0440\u0435\u0432\u043E\u0434 \u0412\u0438\u0434\u0435\u043E\u0441\u0443\u0431\u0442\u0438\u0442\u0440\u0438\u0440\u043E\u0432\u0430\u043D\u0438\u0435 \u041F\u0435\u0440\u0435\u0432\u043E\u0434\u0447\u0435\u0441\u043A\u0438\u0435 \u0443\u0441\u043B\u0443\u0433\u0438","subtitle.disabledSubtitle":"\u041F\u043E\u0441\u0442\u043E\u044F\u043D\u043D\u043E\u0435 \u043E\u0442\u043A\u043B\u044E\u0447\u0435\u043D\u0438\u0435 \u0444\u0443\u043D\u043A\u0446\u0438\u0438 \u0432\u0438\u0434\u0435\u043E\u0441\u0443\u0431\u0442\u0438\u0442\u0440\u043E\u0432","subtitle.disabledSubtitleDescription":"\u0415\u0441\u043B\u0438 Immersive Translator's Video Subtitles \u043A\u043E\u043D\u0444\u043B\u0438\u043A\u0442\u0443\u0435\u0442 \u0441 \u0434\u0440\u0443\u0433\u0438\u043C\u0438 \u0440\u0430\u0441\u0448\u0438\u0440\u0435\u043D\u0438\u044F\u043C\u0438, \u0432\u044B \u043C\u043E\u0436\u0435\u0442\u0435 \u0432\u044B\u0431\u0440\u0430\u0442\u044C \u043F\u043E\u0441\u0442\u043E\u044F\u043D\u043D\u043E\u0435 \u043E\u0442\u043A\u043B\u044E\u0447\u0435\u043D\u0438\u0435 Immersive Translator's Video Subtitles \u0438\u043B\u0438 \u0434\u0435\u0438\u043D\u0441\u0442\u0430\u043B\u043B\u0438\u0440\u043E\u0432\u0430\u0442\u044C \u0434\u0440\u0443\u0433\u0438\u0435 \u043A\u043E\u043D\u0444\u043B\u0438\u043A\u0442\u0443\u044E\u0449\u0438\u0435 \u0440\u0430\u0441\u0448\u0438\u0440\u0435\u043D\u0438\u044F","subtitle.autoEnableSubtitle":"\u0410\u0432\u0442\u043E\u043C\u0430\u0442\u0438\u0447\u0435\u0441\u043A\u043E\u0435 \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u043D\u0438\u0435 \u0434\u0432\u0443\u044F\u0437\u044B\u0447\u043D\u044B\u0445 \u0441\u0443\u0431\u0442\u0438\u0442\u0440\u043E\u0432","subtitle.autoEnableSubtitleDescription":"\u041F\u043E\u0441\u043B\u0435 \u0430\u043A\u0442\u0438\u0432\u0430\u0446\u0438\u0438, \u043F\u0440\u0438 \u0432\u043E\u0441\u043F\u0440\u043E\u0438\u0437\u0432\u0435\u0434\u0435\u043D\u0438\u0438 \u0432\u0438\u0434\u0435\u043E, \u0431\u0443\u0434\u0443\u0442 \u0430\u0432\u0442\u043E\u043C\u0430\u0442\u0438\u0447\u0435\u0441\u043A\u0438 \u043E\u0442\u043E\u0431\u0440\u0430\u0436\u0430\u0442\u044C\u0441\u044F \u0434\u0432\u0443\u044F\u0437\u044B\u0447\u043D\u044B\u0435 \u0441\u0443\u0431\u0442\u0438\u0442\u0440\u044B, \u0432 \u043F\u0440\u043E\u0442\u0438\u0432\u043D\u043E\u043C \u0441\u043B\u0443\u0447\u0430\u0435 \u043D\u0435\u043E\u0431\u0445\u043E\u0434\u0438\u043C\u043E \u043D\u0430\u0436\u0430\u0442\u044C \u043A\u043D\u043E\u043F\u043A\u0443 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430 \u0434\u043B\u044F \u043E\u0442\u043E\u0431\u0440\u0430\u0436\u0435\u043D\u0438\u044F.","subtitle.preTranslation":"\u041F\u0435\u0440\u0435\u0432\u043E\u0434 \u0441\u0443\u0431\u0442\u0438\u0442\u0440\u043E\u0432 \u0441 \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u043D\u0438\u0435\u043C \u0438\u043C\u043C\u0435\u0440\u0441\u0438\u0432\u043D\u043E\u0433\u043E \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430","subtitle.preTranslationDescription":"\u041F\u0440\u0438 \u0432\u043A\u043B\u044E\u0447\u0435\u043D\u0438\u0438 \u044D\u0442\u043E\u0439 \u0444\u0443\u043D\u043A\u0446\u0438\u0438 \u0432\u0441\u0435 \u0441\u0443\u0431\u0442\u0438\u0442\u0440\u044B \u0431\u0443\u0434\u0443\u0442 \u043F\u0440\u0435\u0434\u0432\u0430\u0440\u0438\u0442\u0435\u043B\u044C\u043D\u043E \u043F\u0435\u0440\u0435\u0432\u0435\u0434\u0435\u043D\u044B \u0441 \u043F\u043E\u043C\u043E\u0449\u044C\u044E \u0443\u043A\u0430\u0437\u0430\u043D\u043D\u043E\u0433\u043E \u043D\u0438\u0436\u0435 \u0441\u0435\u0440\u0432\u0438\u0441\u0430 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430, \u043F\u0440\u0438 \u044D\u0442\u043E\u043C \u043D\u0430 1-\u0447\u0430\u0441\u043E\u0432\u043E\u0435 \u0432\u0438\u0434\u0435\u043E \u0431\u0443\u0434\u0435\u0442 \u0437\u0430\u0442\u0440\u0430\u0447\u0435\u043D\u043E \u043E\u043A\u043E\u043B\u043E 50 000 \u0442\u043E\u043A\u0435\u043D\u043E\u0432 \u0438\u043B\u0438 \u0441\u0438\u043C\u0432\u043E\u043B\u043E\u0432, \u043F\u043E\u044D\u0442\u043E\u043C\u0443 \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u0443\u0439\u0442\u0435 \u0438\u0445 \u043F\u043E \u0441\u0432\u043E\u0435\u043C\u0443 \u0443\u0441\u043C\u043E\u0442\u0440\u0435\u043D\u0438\u044E; \u043F\u0440\u0438 \u043E\u0442\u043A\u043B\u044E\u0447\u0435\u043D\u0438\u0438 \u044D\u0442\u043E\u0439 \u0444\u0443\u043D\u043A\u0446\u0438\u0438 \u0441\u043D\u0430\u0447\u0430\u043B\u0430 \u0431\u0443\u0434\u0443\u0442 \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u044C\u0441\u044F \u043E\u0440\u0438\u0433\u0438\u043D\u0430\u043B\u044C\u043D\u044B\u0435 \u0441\u0443\u0431\u0442\u0438\u0442\u0440\u044B.","subtitle.humanSubtitlesPreferred":"\u041F\u0440\u0438\u043E\u0440\u0438\u0442\u0435\u0442\u043D\u043E\u0435 \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u043D\u0438\u0435 \u0447\u0435\u043B\u043E\u0432\u0435\u0447\u0435\u0441\u043A\u0438\u0445 \u0441\u0443\u0431\u0442\u0438\u0442\u0440\u043E\u0432","subtitle.humanSubtitlesPreferredDescription":"\u041F\u0440\u0438\u043E\u0440\u0438\u0442\u0435\u0442 \u043E\u0442\u0434\u0430\u0435\u0442\u0441\u044F \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u043D\u0438\u044E \u0447\u0435\u043B\u043E\u0432\u0435\u0447\u0435\u0441\u043A\u0438\u0445 \u0441\u0443\u0431\u0442\u0438\u0442\u0440\u043E\u0432, \u0435\u0441\u043B\u0438 \u0432\u0438\u0434\u0435\u043E\u0440\u043E\u043B\u0438\u043A \u0438\u043C\u0435\u0435\u0442 \u0447\u0435\u043B\u043E\u0432\u0435\u0447\u0435\u0441\u043A\u0438\u0435 \u0441\u0443\u0431\u0442\u0438\u0442\u0440\u044B \u043D\u0430 \u0446\u0435\u043B\u0435\u0432\u043E\u043C \u044F\u0437\u044B\u043A\u0435 (\u0440\u0435\u043A\u043E\u043C\u0435\u043D\u0434\u0443\u0435\u0442\u0441\u044F)",videoSubtitleTranslationDescription:"\u041D\u0430\u0437\u043D\u0430\u0447\u0438\u0442\u044C \u043E\u0442\u0434\u0435\u043B\u044C\u043D\u0443\u044E \u0441\u043B\u0443\u0436\u0431\u0443 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430 \u0434\u043B\u044F \u0432\u0438\u0434\u0435\u043E\u0441\u0443\u0431\u0442\u0438\u0442\u0440\u043E\u0432",subtitleTranslating:"\u041F\u043E\u0436\u0430\u043B\u0443\u0439\u0441\u0442\u0430, \u043F\u043E\u0434\u043E\u0436\u0434\u0438\u0442\u0435, \u043F\u043E\u043A\u0430 \u0441\u0443\u0431\u0442\u0438\u0442\u0440\u044B \u0431\u0443\u0434\u0443\u0442 \u043F\u0435\u0440\u0435\u0432\u0435\u0434\u0435\u043D\u044B \u0441 \u043F\u043E\u043C\u043E\u0449\u044C\u044E \u0441\u0435\u0440\u0432\u0438\u0441\u0430 {service} ... (\u0438\u043C\u043C\u0435\u0440\u0441\u0438\u043E\u043D\u043D\u044B\u0439 \u043F\u0435\u0440\u0435\u0432\u043E\u0434)",subtitleLoading:"\u0417\u0430\u0433\u0440\u0443\u0437\u043A\u0430 \u0441\u0443\u0431\u0442\u0438\u0442\u0440\u043E\u0432...",bilingual:"\u0431\u0438\u043B\u0438\u043D\u0433\u0432\u0438\u0437\u043C","field.action":"\u0412\u043A\u043B\u044E\u0447\u0430\u0442\u044C \u043B\u0438 \u0442\u0435\u0440\u043C\u0438\u043D\u043E\u043B\u043E\u0433\u0438\u044E Baidu","description.action":"\u041F\u0440\u0438 \u0432\u043A\u043B\u044E\u0447\u0435\u043D\u0438\u0438 \u0432 \u0437\u0430\u043F\u0440\u043E\u0441 \u0431\u0443\u0434\u0435\u0442 \u0434\u043E\u0431\u0430\u0432\u043B\u0435\u043D \u043F\u0430\u0440\u0430\u043C\u0435\u0442\u0440 action=1, \u0438\u043D\u0444\u043E\u0440\u043C\u0438\u0440\u0443\u044E\u0449\u0438\u0439 Baidu \u043E \u0432\u043A\u043B\u044E\u0447\u0435\u043D\u043D\u043E\u043C \u0442\u0435\u0440\u043C\u0438\u043D\u0435; <1>\u0431\u043E\u043B\u0435\u0435 \u043F\u043E\u0434\u0440\u043E\u0431\u043D\u0430\u044F \u0438\u043D\u0444\u043E\u0440\u043C\u0430\u0446\u0438\u044F \u043F\u0440\u0438\u0432\u0435\u0434\u0435\u043D\u0430 \u0432 \u043E\u0444\u0438\u0446\u0438\u0430\u043B\u044C\u043D\u043E\u0439 \u0434\u043E\u043A\u0443\u043C\u0435\u043D\u0442\u0430\u0446\u0438\u0438.",closeQuickTranslation:"\u0417\u0430\u043A\u0440\u044B\u0442\u044C \u0445\u043E\u0432\u0435\u0440\u0431\u043E\u043B","closeQuickTranslation.untilNext":"\u041D\u0430 \u044D\u0442\u043E\u0442 \u0440\u0430\u0437 \u0437\u0430\u043A\u0440\u044B\u0442\u043E \u0434\u043E \u0441\u043B\u0435\u0434\u0443\u044E\u0449\u0435\u0433\u043E \u043F\u043E\u0441\u0435\u0449\u0435\u043D\u0438\u044F","closeQuickTranslation.currentWebsite":"\u0422\u0435\u043A\u0443\u0449\u0438\u0439 \u0441\u0430\u0439\u0442 \u043E\u0442\u043A\u043B\u044E\u0447\u0435\u043D","closeQuickTranslation.alwaysClose":"\u043E\u0442\u043A\u043B\u044E\u0447\u0438\u0442\u044C \u043D\u0430\u0432\u0441\u0435\u0433\u0434\u0430","closeQuickTranslation.settingOpen":"(\u043C\u043E\u0436\u0435\u0442 \u0431\u044B\u0442\u044C \u0432\u043A\u043B\u044E\u0447\u0435\u043D\u0430 \u043D\u0430 <1>\u0441\u0442\u0440\u0430\u043D\u0438\u0446\u0435 \u043D\u0430\u0441\u0442\u0440\u043E\u0435\u043A )","closeQuickTranslation.cancel":"\u043E\u0442\u043C\u0435\u043D\u044B","closeQuickTranslation.confirm":"\u043E\u043F\u0440\u0435\u0434\u0435\u043B\u0438\u0442\u044C","floatBall.popup":"\u041E\u0442\u043A\u0440\u043E\u0439\u0442\u0435 \u043F\u0430\u043D\u0435\u043B\u044C \u0431\u044B\u0441\u0442\u0440\u044B\u0445 \u043D\u0430\u0441\u0442\u0440\u043E\u0435\u043A","floatBall.translate":"\u041D\u0430\u0436\u043C\u0438\u0442\u0435, \u0447\u0442\u043E\u0431\u044B \u043F\u0435\u0440\u0435\u0432\u0435\u0441\u0442\u0438 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u0443","floatBall.showOriginal":"\u041D\u0430\u0436\u043C\u0438\u0442\u0435, \u0447\u0442\u043E\u0431\u044B \u0432\u0435\u0440\u043D\u0443\u0442\u044C\u0441\u044F \u043A \u043E\u0440\u0438\u0433\u0438\u043D\u0430\u043B\u044C\u043D\u043E\u0439 \u0441\u0442\u0430\u0442\u044C\u0435","floatBall.close":"\u0417\u0430\u043A\u0440\u044B\u0442\u044C \u0445\u043E\u0432\u0435\u0440\u0431\u043E\u043B","floatBallOptions.enableDescPc":"\u041F\u043E\u0441\u043B\u0435 \u0432\u043A\u043B\u044E\u0447\u0435\u043D\u0438\u044F \u0445\u043E\u0432\u0435\u0440\u0431\u043E\u043B\u0430 \u0432 \u043F\u0440\u0430\u0432\u043E\u0439 \u0447\u0430\u0441\u0442\u0438 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u044B \u043F\u043E\u044F\u0432\u0438\u0442\u0441\u044F \u043A\u043D\u043E\u043F\u043A\u0430 \u0431\u044B\u0441\u0442\u0440\u043E\u0433\u043E \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430, \u043D\u0430\u0436\u043C\u0438\u0442\u0435 \u0435\u0435, \u0447\u0442\u043E\u0431\u044B \u043F\u0435\u0440\u0435\u0432\u0435\u0441\u0442\u0438!","floatBallOptions.enableDesc":"\u041F\u043E\u0441\u043B\u0435 \u0432\u044B\u043A\u043B\u044E\u0447\u0435\u043D\u0438\u044F \u0445\u043E\u0432\u0435\u0440\u0431\u043E\u043B\u0430 \u0435\u0433\u043E \u043C\u043E\u0436\u043D\u043E \u0432\u044B\u0437\u0432\u0430\u0442\u044C \u0441 \u043F\u043E\u043C\u043E\u0449\u044C\u044E{touch}. \u041D\u0430\u0441\u0442\u043E\u044F\u0442\u0435\u043B\u044C\u043D\u043E \u0440\u0435\u043A\u043E\u043C\u0435\u043D\u0434\u0443\u0435\u0442\u0441\u044F \u0441\u043E\u0445\u0440\u0430\u043D\u0438\u0442\u044C \u044D\u0442\u0443 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u0443 \u043D\u0430\u0441\u0442\u0440\u043E\u0435\u043A \u0432 \u0437\u0430\u043A\u043B\u0430\u0434\u043A\u0430\u0445, \u0447\u0442\u043E\u0431\u044B \u043D\u0435 \u043F\u043E\u0442\u0435\u0440\u044F\u0442\u044C \u0432\u043E\u0437\u043C\u043E\u0436\u043D\u043E\u0441\u0442\u044C \u043D\u0430\u0439\u0442\u0438 \u0445\u043E\u0432\u0435\u0440\u0431\u043E\u043B \u043F\u043E\u0441\u043B\u0435 \u0441\u043B\u0443\u0447\u0430\u0439\u043D\u043E\u0433\u043E \u043E\u0442\u043A\u043B\u044E\u0447\u0435\u043D\u0438\u044F \u044D\u0442\u043E\u0439 \u043E\u043F\u0446\u0438\u0438!","description.azureApiUrl":"\u0417\u0430\u043F\u043E\u043B\u043D\u0438\u0442\u0435 \u0430\u0434\u0440\u0435\u0441 \u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u0435\u043B\u044C\u0441\u043A\u043E\u0433\u043E \u0438\u043D\u0442\u0435\u0440\u0444\u0435\u0439\u0441\u0430 API",confirmSupportMouse:"\u041F\u0440\u0438\u043D\u0443\u0434\u0438\u0442\u0435\u043B\u044C\u043D\u043E\u0435 \u0432\u043A\u043B\u044E\u0447\u0435\u043D\u0438\u0435 \u043F\u043E\u0434\u0434\u0435\u0440\u0436\u043A\u0438 \u043C\u044B\u0448\u0438",confirmSupportMouseDescription:"\u041E\u0431\u043D\u0430\u0440\u0443\u0436\u0435\u043D\u043E, \u0447\u0442\u043E \u0442\u0435\u043A\u0443\u0449\u0438\u0439 \u0431\u0440\u0430\u0443\u0437\u0435\u0440 \u043D\u0435 \u043F\u043E\u0434\u0434\u0435\u0440\u0436\u0438\u0432\u0430\u0435\u0442 \u0444\u0443\u043D\u043A\u0446\u0438\u044E \u043C\u044B\u0448\u0438, \u043F\u0440\u0438\u043D\u0443\u0434\u0438\u0442\u0435\u043B\u044C\u043D\u043E \u043B\u0438 \u0432\u043A\u043B\u044E\u0447\u0438\u0442\u044C \u043F\u043E\u0434\u0434\u0435\u0440\u0436\u043A\u0443 \u043C\u044B\u0448\u0438?",sampleTargetText:"\u041D\u0430\u0441\u0442\u0443\u043F\u0438\u0442 \u0434\u043E\u043B\u0433\u0430\u044F \u043D\u043E\u0447\u044C, \u0438 \u044F \u0431\u0443\u0434\u0443 \u0441\u0442\u043E\u044F\u0442\u044C \u043D\u0430 \u0441\u0442\u0440\u0430\u0436\u0435 \u0441 \u044D\u0442\u043E\u0433\u043E \u0434\u043D\u044F \u0438 \u0434\u043E \u0441\u0430\u043C\u043E\u0439 \u0441\u043C\u0435\u0440\u0442\u0438. \u042F \u043D\u0435 \u0432\u043E\u0437\u044C\u043C\u0443 \u0436\u0435\u043D\u0443, \u043D\u0435 \u0441\u043E\u0437\u0434\u0430\u043C \u0432\u043E\u0442\u0447\u0438\u043D\u0443, \u043D\u0435 \u0437\u0430\u0432\u0435\u0434\u0443 \u0434\u0435\u0442\u0435\u0439. \u042F \u043D\u0435 \u0431\u0443\u0434\u0443 \u043D\u043E\u0441\u0438\u0442\u044C \u043A\u043E\u0440\u043E\u043D\u0443, \u043D\u0435 \u0431\u0443\u0434\u0443 \u0441\u0442\u0440\u0435\u043C\u0438\u0442\u044C\u0441\u044F \u043A \u043F\u043E\u0447\u0435\u0441\u0442\u044F\u043C. \u042F \u0431\u0443\u0434\u0443 \u0438\u0441\u043F\u043E\u043B\u043D\u044F\u0442\u044C \u0441\u0432\u043E\u0439 \u0434\u043E\u043B\u0433, \u0436\u0438\u0442\u044C \u0438 \u0443\u043C\u0438\u0440\u0430\u0442\u044C.",sampleSourceText:"Night gathers, and now my watch begins. It shall not end until my death. I shall take no wife, hold no lands, father no children. I shall wear no crowns and win no glory. I shall live and die at my post.","subtitle.supportedSites":"\u5DF2\u652F\u6301\u5728\u8FD9\u4E9B\u7F51\u7AD9\u4F7F\u7528\u53CC\u8BED\u5B57\u5E55\uFF08\u6CE8\u610F\uFF1A\u7531\u4E8E\u6280\u672F\u9650\u5236\uFF0C\u90E8\u5206\u7F51\u7AD9\u5728\u9996\u6B21\u5F00\u542F\u5B57\u5E55\u540E\u9700\u8981\u91CD\u65B0\u5237\u65B0\u9875\u9762\uFF0C\u6216\u8005\u9700\u7B49\u5F85\u7FFB\u8BD1\u5B8C\u6210\u4EE5\u663E\u793A\u53CC\u8BED\u5B57\u5E55\uFF09\uFF1A",viewWithImmersiveTranslate:"\u53CC\u8BED\u7248\u672C(\u6C89\u6D78\u5F0F\u7FFB\u8BD1)",errorReason:"\u9519\u8BEF\u539F\u56E0\uFF1A{message}","proQuotaExceededError.onetime7day":'\uFF0C\u60A8\u53EF\u4EE5\u9009\u62E9\u4EE5\u4E0B\u65B9\u5F0F\u89E3\u51B3\uFF1A

1. \u5207\u6362\u5230 {anotherService} \u6216\u5176\u4ED6\u7FFB\u8BD1\u670D\u52A1
2. \u5347\u7EA7\u4E3A\u6708\u5EA6/\u5E74\u5EA6\u4F1A\u5458',"proQuotaExceededError.trial":'\uFF0C\u60A8\u53EF\u4EE5\u9009\u62E9\u4EE5\u4E0B\u65B9\u5F0F\u89E3\u51B3\uFF1A

1. \u5207\u6362\u5230 {anotherService} \u6216\u5176\u4ED6\u7FFB\u8BD1\u670D\u52A1
2. \u7ACB\u523B\u5347\u7EA7\u4E3A\u6B63\u5F0F\u4F1A\u5458',"proQuotaExceededError.nonTrial":'\uFF0C\u60A8\u53EF\u4EE5\u9009\u62E9\u4EE5\u4E0B\u65B9\u5F0F\u89E3\u51B3\uFF1A

1. \u5207\u6362\u5230 {anotherService} \u6216\u5176\u4ED6\u7FFB\u8BD1\u670D\u52A1
2. \u8D2D\u4E70 {translationService} \u989D\u5916\u6D41\u91CF\u5305',"proQuotaExceededError.resetTime":"
3. \u989D\u5EA6\u91CD\u7F6E\u65F6\u95F4\uFF1A{resetTime}","desc.touchShortcutsToggleTranslatePageOnlyTranslation":"\u0422\u043E\u043B\u044C\u043A\u043E \u043F\u0435\u0440\u0435\u0432\u043E\u0434 \u043E\u0437\u043D\u0430\u0447\u0430\u0435\u0442, \u0447\u0442\u043E \u043E\u0442\u043E\u0431\u0440\u0430\u0436\u0430\u0435\u0442\u0441\u044F \u0442\u043E\u043B\u044C\u043A\u043E \u043F\u0435\u0440\u0435\u0432\u043E\u0434. \u0415\u0441\u043B\u0438 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u0430 \u0435\u0449\u0435 \u043D\u0435 \u043F\u0435\u0440\u0435\u0432\u0435\u0434\u0435\u043D\u0430, \u043E\u043D\u0430 \u043F\u0435\u0440\u0435\u043A\u043B\u044E\u0447\u0438\u0442\u0441\u044F \u0432 \u0440\u0435\u0436\u0438\u043C \u0438 \u0431\u0443\u0434\u0435\u0442 \u043F\u0435\u0440\u0435\u0432\u0435\u0434\u0435\u043D\u0430.","desc.toggleOnlyTransation":'\u0420\u0435\u0436\u0438\u043C "\u0422\u043E\u043B\u044C\u043A\u043E \u043F\u0435\u0440\u0435\u0432\u043E\u0434" \u043E\u0437\u043D\u0430\u0447\u0430\u0435\u0442, \u0447\u0442\u043E \u043E\u0442\u043E\u0431\u0440\u0430\u0436\u0430\u0435\u0442\u0441\u044F \u0442\u043E\u043B\u044C\u043A\u043E \u043F\u0435\u0440\u0435\u0432\u043E\u0434. \u0415\u0441\u043B\u0438 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u0430 \u0435\u0449\u0435 \u043D\u0435 \u043F\u0435\u0440\u0435\u0432\u0435\u0434\u0435\u043D\u0430, \u0440\u0435\u0436\u0438\u043C \u0431\u0443\u0434\u0435\u0442 \u043F\u0435\u0440\u0435\u043A\u043B\u044E\u0447\u0435\u043D \u0438 \u0432\u044B\u043F\u043E\u043B\u043D\u0435\u043D \u043F\u0435\u0440\u0435\u0432\u043E\u0434.',touchShortcutsToggleTranslatePageOnlyTranslation:"\u041D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0430 \u0436\u0435\u0441\u0442\u043E\u0432 \u0441\u0435\u043D\u0441\u043E\u0440\u043D\u043E\u0433\u043E \u044D\u043A\u0440\u0430\u043D\u0430 \u0434\u043B\u044F \u043F\u0435\u0440\u0435\u043A\u043B\u044E\u0447\u0435\u043D\u0438\u044F \u043C\u0435\u0436\u0434\u0443 \u0434\u0432\u0443\u044F\u0437\u044B\u0447\u043D\u044B\u043C / \u0442\u043E\u043B\u044C\u043A\u043E \u0442\u0435\u043A\u0441\u0442\u043E\u043C \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430",download_started:"\u0417\u0430\u0433\u0440\u0443\u0437\u043A\u0430 \u0443\u0436\u0435 \u043D\u0430\u0447\u0430\u043B\u0430\u0441\u044C, \u0435\u0441\u043B\u0438 \u043E\u043D\u0430 \u043D\u0435 \u043D\u0430\u0447\u0430\u043B\u0430\u0441\u044C \u0430\u0432\u0442\u043E\u043C\u0430\u0442\u0438\u0447\u0435\u0441\u043A\u0438, \u043F\u043E\u0436\u0430\u043B\u0443\u0439\u0441\u0442\u0430, \u043D\u0430\u0436\u043C\u0438\u0442\u0435 \u0432\u0440\u0443\u0447\u043D\u0443\u044E.",here:"\u0437\u0434\u0435\u0441\u044C","error.goReset":"\u0441\u0431\u0440\u043E\u0441\u0438\u0442\u044C",batchEdit:"\u041C\u0430\u0441\u0441\u043E\u0432\u0430\u044F \u043E\u043F\u0435\u0440\u0430\u0446\u0438\u044F","error.configError":"\u041D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0430 \u0434\u0430\u043D\u043D\u044B\u0445 \u0430\u043D\u043E\u043C\u0430\u043B\u044C\u043D\u0430","translationFont.custom":"\u0412\u0432\u0435\u0434\u0438\u0442\u0435 \u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u0435\u043B\u044C\u0441\u043A\u0438\u0439 \u0448\u0440\u0438\u0444\u0442",translationFont:"\u0443\u0441\u0442\u0430\u043D\u043E\u0432\u0438\u0442\u044C \u0448\u0440\u0438\u0444\u0442",detectServiceLoading:"\u041F\u0440\u043E\u0432\u0435\u0440\u043A\u0430 \u0434\u043E\u0441\u0442\u0443\u043F\u043D\u044B\u0445 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0447\u0435\u0441\u043A\u0438\u0445 \u0443\u0441\u043B\u0443\u0433...","translationFont.customPlaceholder":"\u0448\u0440\u0438\u0444\u0442","touch.mouse-translate":"\u041F\u0435\u0440\u0435\u0432\u0435\u0441\u0442\u0438 \u0443\u043A\u0430\u0437\u0430\u043D\u043D\u044B\u0439 \u0430\u0431\u0437\u0430\u0446","translationModeLang.translation.title":"\u0422\u043E\u043B\u044C\u043A\u043E \u0440\u0435\u0436\u0438\u043C \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430 \u044F\u0437\u044B\u043A\u0430","error.serveConfigError":"\u041E\u0448\u0438\u0431\u043A\u0430 \u043A\u043E\u043D\u0444\u0438\u0433\u0443\u0440\u0430\u0446\u0438\u0438 \u0441\u0435\u0440\u0432\u0438\u0441\u0430","error.403":"\u0421\u043B\u0443\u0436\u0431\u0430 \u0432\u043E\u0437\u0432\u0440\u0430\u0449\u0430\u0435\u0442 \u043E\u0448\u0438\u0431\u043A\u0443, \u0432\u0440\u0435\u043C\u0435\u043D\u043D\u043E \u043D\u0435\u0442 \u0434\u043E\u0441\u0442\u0443\u043F\u0430 \u043A \u044D\u0442\u043E\u0439 \u0441\u043B\u0443\u0436\u0431\u0435.","error.proUpgrade":"\u041F\u043E\u0441\u043B\u0435 \u043E\u0431\u043D\u043E\u0432\u043B\u0435\u043D\u0438\u044F, \u043F\u043E\u0436\u0430\u043B\u0443\u0439\u0441\u0442\u0430, \u043E\u0431\u043D\u043E\u0432\u0438\u0442\u0435 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u0443 \u0438 \u043F\u0435\u0440\u0435\u0432\u0435\u0434\u0438\u0442\u0435 \u0441\u043D\u043E\u0432\u0430.","translationModeUrl.translation.title":"\u0412\u0435\u0431-\u0430\u0434\u0440\u0435\u0441 \u0442\u043E\u043B\u044C\u043A\u043E \u0434\u043B\u044F \u0440\u0435\u0436\u0438\u043C\u0430 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430",enableSentryReport:"\u041A\u043E\u0433\u0434\u0430 \u043F\u0440\u043E\u0438\u0441\u0445\u043E\u0434\u0438\u0442 \u043E\u0448\u0438\u0431\u043A\u0430 \u0440\u0430\u0441\u0448\u0438\u0440\u0435\u043D\u0438\u044F, \u043E\u0442\u043F\u0440\u0430\u0432\u043B\u044F\u0439\u0442\u0435 \u043E\u0442\u0437\u044B\u0432\u044B \u0447\u0435\u0440\u0435\u0437 Sentry.","error.reloadPageOfSetting":"\u041F\u043E\u0441\u043B\u0435 \u043D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0438, \u043F\u043E\u0436\u0430\u043B\u0443\u0439\u0441\u0442\u0430, \u043E\u0431\u043D\u043E\u0432\u0438\u0442\u0435 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u0443 \u0438 \u043F\u0435\u0440\u0435\u0432\u0435\u0434\u0438\u0442\u0435 \u0441\u043D\u043E\u0432\u0430.","error.502":"\u0421\u0435\u0440\u0432\u0438\u0441 \u0432\u043E\u0437\u0432\u0440\u0430\u0449\u0430\u0435\u0442 \u043E\u0448\u0438\u0431\u043A\u0443, \u0432\u0440\u0435\u043C\u044F \u043E\u0436\u0438\u0434\u0430\u043D\u0438\u044F \u0441\u0435\u0440\u0432\u0438\u0441\u0430 \u0438\u0441\u0442\u0435\u043A\u043B\u043E, \u043F\u043E\u0436\u0430\u043B\u0443\u0439\u0441\u0442\u0430, \u043F\u043E\u043F\u0440\u043E\u0431\u0443\u0439\u0442\u0435 \u043F\u043E\u0437\u0436\u0435.","translationModeUrl.translation.description":"\u041A\u043E\u0433\u0434\u0430 \u0432\u0435\u0431-\u0441\u0430\u0439\u0442 \u0438\u043C\u0435\u0435\u0442 \u0441\u043B\u0435\u0434\u0443\u044E\u0449\u0438\u0435 \u0434\u043E\u043C\u0435\u043D\u043D\u044B\u0435 \u0438\u043C\u0435\u043D\u0430, \u043E\u043D \u0430\u0432\u0442\u043E\u043C\u0430\u0442\u0438\u0447\u0435\u0441\u043A\u0438 \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u0443\u0435\u0442 \u0440\u0435\u0436\u0438\u043C \u0442\u043E\u043B\u044C\u043A\u043E \u0441 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u043E\u043C.",videoSubtitlePreTranslationOn:"\u0412\u0438\u0434\u0435\u043E \u0441\u0443\u0431\u0442\u0438\u0442\u0440\u044B \u0431\u0443\u0434\u0443\u0442 \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u044C \u043F\u043E\u0433\u0440\u0443\u0436\u0435\u043D\u0438\u0435 \u0432 \u043F\u0435\u0440\u0435\u0432\u043E\u0434 \u0432 \u043F\u0435\u0440\u0432\u0443\u044E \u043E\u0447\u0435\u0440\u0435\u0434\u044C.","translationServices.inherit":"\u0421\u043B\u0435\u0434\u0443\u0439\u0442\u0435 \u0437\u0430 \u043E\u0441\u043D\u043E\u0432\u043D\u044B\u043C \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0447\u0435\u0441\u043A\u0438\u043C \u0441\u0435\u0440\u0432\u0438\u0441\u043E\u043C","error.proTokenInvalid":"\u0415\u0441\u043B\u0438 \u0432\u044B \u044F\u0432\u043B\u044F\u0435\u0442\u0435\u0441\u044C \u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u0435\u043B\u0435\u043C Pro, \u043F\u043E\u0436\u0430\u043B\u0443\u0439\u0441\u0442\u0430, \u0432\u043E\u0439\u0434\u0438\u0442\u0435 \u0432 \u0441\u0438\u0441\u0442\u0435\u043C\u0443, \u043F\u0440\u0435\u0436\u0434\u0435 \u0447\u0435\u043C \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u044C \u0441\u0435\u0440\u0432\u0438\u0441 Pro \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430.",toggleToService:"\u041F\u0435\u0440\u0435\u043A\u043B\u044E\u0447\u0438\u0442\u0435\u0441\u044C \u043D\u0430 {service} \u0438 \u043F\u043E\u043F\u0440\u043E\u0431\u0443\u0439\u0442\u0435 \u0441\u043D\u043E\u0432\u0430",videoSubtitlePreTranslationOff:"\u041F\u0440\u0438\u043E\u0440\u0438\u0442\u0435\u0442 \u0431\u0443\u0434\u0435\u0442 \u043E\u0442\u0434\u0430\u043D \u043C\u0430\u0448\u0438\u043D\u043D\u043E\u043C\u0443 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0443 \u0441\u0443\u0431\u0442\u0438\u0442\u0440\u043E\u0432, \u0432\u0441\u0442\u0440\u043E\u0435\u043D\u043D\u044B\u0445 \u0432 \u043E\u0440\u0438\u0433\u0438\u043D\u0430\u043B\u044C\u043D\u043E\u0435 \u0432\u0438\u0434\u0435\u043E.","error.gemini.429":"\u0422\u0435\u043A\u0443\u0449\u0430\u044F \u0441\u043B\u0443\u0436\u0431\u0430 Gemini \u0443\u0436\u0435 \u0434\u043E\u0441\u0442\u0438\u0433\u043B\u0430 \u0441\u0432\u043E\u0435\u0433\u043E \u043F\u0440\u0435\u0434\u0435\u043B\u0430, \u043F\u043E\u0436\u0430\u043B\u0443\u0439\u0441\u0442\u0430, \u043F\u043E\u043F\u0440\u043E\u0431\u0443\u0439\u0442\u0435 \u043F\u043E\u0437\u0436\u0435 \u0438\u043B\u0438 \u043F\u0435\u0440\u0435\u043A\u043B\u044E\u0447\u0438\u0442\u0435\u0441\u044C \u043D\u0430 \u0434\u0440\u0443\u0433\u0443\u044E \u0441\u043B\u0443\u0436\u0431\u0443 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430.","translationModeLang.translation.description":'\u041A\u043E\u0433\u0434\u0430 \u044F\u0437\u044B\u043A \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u044B \u044F\u0432\u043B\u044F\u0435\u0442\u0441\u044F \u043E\u0434\u043D\u0438\u043C \u0438\u0437 \u0441\u043B\u0435\u0434\u0443\u044E\u0449\u0438\u0445, \u0430\u0432\u0442\u043E\u043C\u0430\u0442\u0438\u0447\u0435\u0441\u043A\u0438 \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u0443\u0435\u0442\u0441\u044F \u0440\u0435\u0436\u0438\u043C "\u0442\u043E\u043B\u044C\u043A\u043E \u043F\u0435\u0440\u0435\u0432\u043E\u0434".',"translationFont.notSupportErrorMessage":"\u041F\u043E\u0436\u0430\u043B\u0443\u0439\u0441\u0442\u0430, \u043F\u0440\u043E\u0432\u0435\u0440\u044C\u0442\u0435 \u043F\u0440\u0430\u0432\u0438\u043B\u044C\u043D\u043E\u0441\u0442\u044C \u0432\u0432\u0435\u0434\u0435\u043D\u043D\u043E\u0433\u043E \u0432\u0430\u043C\u0438 \u043D\u0430\u0437\u0432\u0430\u043D\u0438\u044F \u0448\u0440\u0438\u0444\u0442\u0430 \u0438\u043B\u0438 \u0443\u0431\u0435\u0434\u0438\u0442\u0435\u0441\u044C, \u0447\u0442\u043E \u044D\u0442\u043E\u0442 \u0448\u0440\u0438\u0444\u0442 \u0443\u0436\u0435 \u0443\u0441\u0442\u0430\u043D\u043E\u0432\u043B\u0435\u043D \u043D\u0430 \u0432\u0430\u0448\u0435\u043C \u0443\u0441\u0442\u0440\u043E\u0439\u0441\u0442\u0432\u0435.","error.429":"\u0421\u0435\u0440\u0432\u0438\u0441 \u0432\u043E\u0437\u0432\u0440\u0430\u0449\u0430\u0435\u0442 \u043E\u0448\u0438\u0431\u043A\u0443, \u0447\u0442\u043E \u0443\u043A\u0430\u0437\u044B\u0432\u0430\u0435\u0442 \u043D\u0430 \u0441\u043B\u0438\u0448\u043A\u043E\u043C \u0447\u0430\u0441\u0442\u044B\u0435 \u0437\u0430\u043F\u0440\u043E\u0441\u044B \u0438\u043B\u0438 \u043F\u0440\u0435\u0432\u044B\u0448\u0435\u043D\u0438\u0435 \u043B\u0438\u043C\u0438\u0442\u0430. \u041F\u043E\u0436\u0430\u043B\u0443\u0439\u0441\u0442\u0430, \u043F\u043E\u043F\u0440\u043E\u0431\u0443\u0439\u0442\u0435 \u043F\u043E\u0437\u0436\u0435.","error.400":"\u0421\u043B\u0443\u0436\u0431\u0430 \u0432\u043E\u0437\u0432\u0440\u0430\u0449\u0430\u0435\u0442 \u043E\u0448\u0438\u0431\u043A\u0443, \u043D\u0435\u0432\u0435\u0440\u043D\u044B\u0439 \u0437\u0430\u043F\u0440\u043E\u0441 \u043F\u0430\u0440\u0430\u043C\u0435\u0442\u0440\u0430, \u043F\u0440\u043E\u0432\u0435\u0440\u044C\u0442\u0435 \u0441\u043E\u043E\u0442\u0432\u0435\u0442\u0441\u0442\u0432\u0443\u044E\u0449\u0443\u044E \u043A\u043E\u043D\u0444\u0438\u0433\u0443\u0440\u0430\u0446\u0438\u044E.","error.openAIExceededQuota":"\u0421\u0435\u0440\u0432\u0438\u0441 \u0432\u043E\u0437\u0432\u0440\u0430\u0449\u0430\u0435\u0442 \u043E\u0448\u0438\u0431\u043A\u0443: \u043D\u0430 \u0432\u0430\u0448\u0435\u043C \u0442\u0435\u043A\u0443\u0449\u0435\u043C \u0441\u0447\u0435\u0442\u0443 OpenAI \u043D\u0435\u0434\u043E\u0441\u0442\u0430\u0442\u043E\u0447\u043D\u043E \u0441\u0440\u0435\u0434\u0441\u0442\u0432, \u043F\u043E\u0436\u0430\u043B\u0443\u0439\u0441\u0442\u0430, \u043F\u043E\u043F\u043E\u043B\u043D\u0438\u0442\u0435 \u0441\u0447\u0435\u0442 \u0438\u043B\u0438 \u043F\u0440\u0438\u0432\u044F\u0436\u0438\u0442\u0435 \u043A\u0440\u0435\u0434\u0438\u0442\u043D\u0443\u044E \u043A\u0430\u0440\u0442\u0443 \u0432 \u043E\u0444\u0438\u0446\u0438\u0430\u043B\u044C\u043D\u043E\u0439 \u0430\u0434\u043C\u0438\u043D\u0438\u0441\u0442\u0440\u0430\u0442\u0438\u0432\u043D\u043E\u0439 \u043F\u0430\u043D\u0435\u043B\u0438 OpenAI.","error.googleLimitIp":"\u0421\u043B\u0443\u0436\u0431\u0430 \u0432\u043E\u0437\u0432\u0440\u0430\u0449\u0430\u0435\u0442 \u043E\u0448\u0438\u0431\u043A\u0443, Google \u043E\u0433\u0440\u0430\u043D\u0438\u0447\u0438\u0432\u0430\u0435\u0442 \u0434\u043E\u0441\u0442\u0443\u043F \u0434\u043B\u044F \u044D\u0442\u043E\u0433\u043E IP-\u0430\u0434\u0440\u0435\u0441\u0430, \u0440\u0435\u043A\u043E\u043C\u0435\u043D\u0434\u0443\u0435\u0442\u0441\u044F \u0438\u0437\u043C\u0435\u043D\u0438\u0442\u044C \u0441\u0435\u0442\u0435\u0432\u043E\u0439 \u0443\u0437\u0435\u043B.","desc.toggleVideoSubtitlePreTranslation":"\u041F\u043E\u0441\u043B\u0435 \u043D\u0430\u0436\u0430\u0442\u0438\u044F, \u0434\u0432\u0443\u044F\u0437\u044B\u0447\u043D\u044B\u0435 \u0441\u0443\u0431\u0442\u0438\u0442\u0440\u044B \u0432\u0438\u0434\u0435\u043E \u0431\u0443\u0434\u0443\u0442 \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u044C \u043D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0438 \u043F\u043E\u0433\u0440\u0443\u0436\u0435\u043D\u0438\u044F \u0432 \u043F\u0435\u0440\u0435\u0432\u043E\u0434 \u0432 \u043F\u0435\u0440\u0432\u0443\u044E \u043E\u0447\u0435\u0440\u0435\u0434\u044C, \u043F\u0440\u0438 \u043F\u043E\u0432\u0442\u043E\u0440\u043D\u043E\u043C \u043D\u0430\u0436\u0430\u0442\u0438\u0438 \u0431\u0443\u0434\u0435\u0442 \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u044C\u0441\u044F \u043C\u0430\u0448\u0438\u043D\u043D\u044B\u0439 \u043F\u0435\u0440\u0435\u0432\u043E\u0434 \u0441\u0443\u0431\u0442\u0438\u0442\u0440\u043E\u0432 \u0438\u0437\u043D\u0430\u0447\u0430\u043B\u044C\u043D\u043E\u0433\u043E \u0432\u0438\u0434\u0435\u043E. \u041E\u0431\u0440\u0430\u0442\u0438\u0442\u0435 \u0432\u043D\u0438\u043C\u0430\u043D\u0438\u0435: \u044D\u0442\u043E\u0442 \u044F\u0440\u043B\u044B\u043A \u0438\u0437\u043C\u0435\u043D\u044F\u0435\u0442 \u0433\u043B\u043E\u0431\u0430\u043B\u044C\u043D\u044B\u0435 \u043D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0438.","error.openAIFreeLimit":"\u0421\u0435\u0440\u0432\u0438\u0441 \u0432\u043E\u0437\u0432\u0440\u0430\u0449\u0430\u0435\u0442 \u043E\u0448\u0438\u0431\u043A\u0443, \u0442\u0435\u043A\u0443\u0449\u0430\u044F \u0447\u0430\u0441\u0442\u043E\u0442\u0430 \u0437\u0430\u043F\u0440\u043E\u0441\u043E\u0432 \u043D\u0430 \u043F\u0435\u0440\u0435\u0432\u043E\u0434 \u0434\u043E\u0441\u0442\u0438\u0433\u043B\u0430 \u043F\u0440\u0435\u0434\u0435\u043B\u0430 \u0432 3 \u0440\u0430\u0437\u0430 \u0432 \u043C\u0438\u043D\u0443\u0442\u0443, \u043F\u043E\u0436\u0430\u043B\u0443\u0439\u0441\u0442\u0430, \u043F\u043E\u043F\u0440\u043E\u0431\u0443\u0439\u0442\u0435 \u043F\u043E\u0437\u0436\u0435. (\u042D\u0442\u043E \u043E\u0433\u0440\u0430\u043D\u0438\u0447\u0435\u043D\u0438\u0435 OpenAI \u0434\u043B\u044F \u0431\u0435\u0441\u043F\u043B\u0430\u0442\u043D\u043E\u0433\u043E API Key, \u0447\u0442\u043E\u0431\u044B \u0441\u043D\u044F\u0442\u044C \u044D\u0442\u043E \u043E\u0433\u0440\u0430\u043D\u0438\u0447\u0435\u043D\u0438\u0435, \u043F\u043E\u0436\u0430\u043B\u0443\u0439\u0441\u0442\u0430, \u043F\u0440\u0438\u0432\u044F\u0436\u0438\u0442\u0435 \u043A\u0440\u0435\u0434\u0438\u0442\u043D\u0443\u044E \u043A\u0430\u0440\u0442\u0443 \u0432 \u0431\u044D\u043A\u0435\u043D\u0434\u0435 OpenAI.)","error.serveUnavailable":"\u0412 \u043D\u0430\u0441\u0442\u043E\u044F\u0449\u0435\u0435 \u0432\u0440\u0435\u043C\u044F \u0443\u0441\u043B\u0443\u0433\u0430 [{serverName}], \u043A\u043E\u0442\u043E\u0440\u0443\u044E \u0432\u044B \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u0443\u0435\u0442\u0435, \u0432\u0440\u0435\u043C\u0435\u043D\u043D\u043E \u043D\u0435\u0434\u043E\u0441\u0442\u0443\u043F\u043D\u0430 \u0438\u0437-\u0437\u0430 \u043F\u0440\u043E\u0431\u043B\u0435\u043C \u0441 \u043F\u043E\u0434\u043A\u043B\u044E\u0447\u0435\u043D\u0438\u0435\u043C \u043A \u0441\u0435\u0442\u0438 \u0438\u043B\u0438 \u043F\u043E\u0441\u0442\u0430\u0432\u0449\u0438\u043A\u043E\u043C \u0443\u0441\u043B\u0443\u0433. \u0420\u0435\u043A\u043E\u043C\u0435\u043D\u0434\u0443\u0435\u043C \u0432\u0430\u043C \u043F\u043E\u043F\u0440\u043E\u0431\u043E\u0432\u0430\u0442\u044C \u043E\u0431\u043D\u043E\u0432\u0438\u0442\u044C \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u0443 \u0438\u043B\u0438 \u0438\u0437\u043C\u0435\u043D\u0438\u0442\u044C \u0434\u0440\u0443\u0433\u043E\u0439 \u0441\u0435\u0440\u0432\u0438\u0441 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430 \u0447\u0435\u0440\u0435\u0437 <1>\u043D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0438. \u0415\u0441\u043B\u0438 \u0432\u044B <2>Pro-\u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u0435\u043B\u044C, \u0432\u044B \u043C\u043E\u0436\u0435\u0442\u0435 \u0432\u044B\u0431\u0440\u0430\u0442\u044C \u0431\u043E\u043B\u0435\u0435 \u0441\u0442\u0430\u0431\u0438\u043B\u044C\u043D\u044B\u0435 \u0441\u0435\u0440\u0432\u0438\u0441\u044B \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430 DeepL \u0438\u043B\u0438 OpenAI (<3>\u043D\u0430\u0436\u043C\u0438\u0442\u0435 \u0437\u0434\u0435\u0441\u044C, \u0447\u0442\u043E\u0431\u044B \u043F\u043E\u043F\u0440\u043E\u0431\u043E\u0432\u0430\u0442\u044C \u0431\u0435\u0441\u043F\u043B\u0430\u0442\u043D\u043E). \u041A\u0440\u043E\u043C\u0435 \u0442\u043E\u0433\u043E, \u0432\u0430\u043C, \u0432\u043E\u0437\u043C\u043E\u0436\u043D\u043E, \u043F\u0440\u0438\u0434\u0435\u0442\u0441\u044F \u043F\u0440\u043E\u0432\u0435\u0440\u0438\u0442\u044C \u043D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0438 \u0432\u0430\u0448\u0435\u0439 \u0441\u0435\u0442\u0438 \u0438\u043B\u0438 \u043F\u0440\u043E\u043A\u0441\u0438.",pickAll:"\u0412\u044B\u0431\u0440\u0430\u0442\u044C \u0432\u0441\u0435","tagsInput.add":"+ \u0414\u043E\u0431\u0430\u0432\u0438\u0442\u044C",loggedIn:"\u0412\u0445\u043E\u0434 \u0432\u044B\u043F\u043E\u043B\u043D\u0435\u043D","widget.translateFile":"PDF/ePub","translationServices.gemini":"\u0411\u043B\u0438\u0437\u043D\u0435\u0446\u044B",notLogin:"\u041D\u0435 \u0432\u043E\u0448\u0435\u043B \u0432 \u0441\u0438\u0441\u0442\u0435\u043C\u0443","multipleClick.2":"\u0434\u0432\u043E\u0439\u043D\u043E\u0439 \u043A\u043B\u0438\u043A",goLogin:"\u0432\u043E\u0439\u0442\u0438 \u0432 \u0441\u0438\u0441\u0442\u0435\u043C\u0443","multipleClick.3":"\u0442\u0440\u043E\u0439\u043D\u043E\u0439 \u0443\u0434\u0430\u0440","error.subscriptionExpiredTitle":"\u0427\u043B\u0435\u043D\u0441\u0442\u0432\u043E \u0438\u0441\u0442\u0435\u043A\u043B\u043E",shortcutSettings:"\u0413\u043E\u0440\u044F\u0447\u0438\u0435 \u043A\u043B\u0430\u0432\u0438\u0448\u0438","widget.instruction":"\u0418\u043D\u0441\u0442\u0440\u0443\u043A\u0446\u0438\u044F \u043F\u043E \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u043D\u0438\u044E",contact:"\u0421\u0432\u044F\u0436\u0438\u0442\u0435\u0441\u044C \u0441 \u043D\u0430\u043C\u0438","widget.videoSubtitle":"\u0432\u0438\u0434\u0435\u043E \u0441\u0443\u0431\u0442\u0438\u0442\u0440\u044B","error.retry":"\u041F\u043E\u0432\u0442\u043E\u0440\u0438\u0442\u044C \u043F\u043E\u043F\u044B\u0442\u043A\u0443","widget.instructionTooltip":"\u041F\u0440\u043E\u0441\u043C\u043E\u0442\u0440 \u0438\u043D\u0441\u0442\u0440\u0443\u043A\u0446\u0438\u0439 \u043F\u043E \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u043D\u0438\u044E","subtitle.bilingual":"\u0434\u0432\u0443\u044F\u0437\u044B\u0447\u043D\u044B\u0435 \u0441\u0443\u0431\u0442\u0438\u0442\u0440\u044B","error.reason":"\u043F\u0440\u0438\u0447\u0438\u043D\u0430 \u043E\u0448\u0438\u0431\u043A\u0438",alwaysTranslateThisSite:"\u0412\u0441\u0435\u0433\u0434\u0430 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0438\u0442\u0435 \u044D\u0442\u043E\u0442 \u0441\u0430\u0439\u0442",touchShortcutsOff:"\u0437\u0430\u043A\u0440\u044B\u0442\u044C",neverTranslateThisSite:"\u041D\u0438\u043A\u043E\u0433\u0434\u0430 \u043D\u0435 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0438\u0442\u0435 \u044D\u0442\u043E\u0442 \u0441\u0430\u0439\u0442",buildSnapshots:"\u0421\u043E\u0437\u0434\u0430\u043D\u0438\u0435 \u0441\u043D\u0438\u043C\u043A\u0430 \u0432\u0435\u0431-\u0441\u0442\u0440\u0430\u043D\u0438\u0446\u044B","slide.left":"\u041F\u0440\u043E\u0432\u0435\u0434\u0438\u0442\u0435 \u0432\u043F\u0440\u0430\u0432\u043E","shortcutGroup.others":"\u0411\u043E\u043B\u044C\u0448\u0435 \u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u0435\u043B\u044C\u0441\u043A\u0438\u0445 \u0444\u0443\u043D\u043A\u0446\u0438\u0439 \u0433\u043E\u0440\u044F\u0447\u0438\u0445 \u043A\u043B\u0430\u0432\u0438\u0448",temprarilyChangeTranslationTo_openai:"\u0418\u0441\u043F\u043E\u043B\u044C\u0437\u0443\u0435\u0442\u0441\u044F OpenAI \u0434\u043B\u044F \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430 \u0442\u0435\u043A\u0443\u0449\u0435\u0439 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u044B","intro.hoverTitle":"\u041D\u0430\u0432\u0435\u0434\u0438\u0442\u0435 \u043A\u0443\u0440\u0441\u043E\u0440, \u0447\u0442\u043E\u0431\u044B \u043F\u0435\u0440\u0435\u0432\u0435\u0441\u0442\u0438 \u0442\u0435\u043A\u0443\u0449\u0438\u0439 \u0430\u0431\u0437\u0430\u0446","browser.translateWithDeepL":"\u0412\u0440\u0435\u043C\u0435\u043D\u043D\u043E \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u0443\u0439\u0442\u0435 DeepL \u0434\u043B\u044F \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430 \u0442\u0435\u043A\u0443\u0449\u0435\u0439 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u044B","slide.right":"\u0421\u0432\u0430\u0439\u043F \u0432\u043B\u0435\u0432\u043E",translationOnlyMode:"\u0422\u043E\u043B\u044C\u043A\u043E \u0440\u0435\u0436\u0438\u043C \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430",notLoginPro:"\u0412\u044B \u0435\u0449\u0435 \u043D\u0435 \u0432\u043E\u0448\u043B\u0438 \u0432 \u0441\u0432\u043E\u0439 \u0430\u043A\u043A\u0430\u0443\u043D\u0442",mouseHoverCustomKeyTitle:"\u041D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0430 \u0433\u043E\u0440\u044F\u0447\u0438\u0445 \u043A\u043B\u0430\u0432\u0438\u0448 \u043F\u0440\u0438 \u043D\u0430\u0432\u0435\u0434\u0435\u043D\u0438\u0438 \u043C\u044B\u0448\u0438","shortcutGroup.mouse":"\u041D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0430 \u0433\u043E\u0440\u044F\u0447\u0438\u0445 \u043A\u043B\u0430\u0432\u0438\u0448 \u043F\u0440\u0438 \u043D\u0430\u0432\u0435\u0434\u0435\u043D\u0438\u0438 \u043C\u044B\u0448\u0438",temprarilyChangeTranslationTo_deepl:"\u0418\u0441\u043F\u043E\u043B\u044C\u0437\u0443\u0435\u0442\u0441\u044F \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0447\u0438\u043A DeepL \u0434\u043B\u044F \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430 \u0442\u0435\u043A\u0443\u0449\u0435\u0439 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u044B.","browser.translateWithGoogle":"\u0412\u0440\u0435\u043C\u0435\u043D\u043D\u043E\u0435 \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u043D\u0438\u0435 Google Translate \u0434\u043B\u044F \u0442\u0435\u043A\u0443\u0449\u0435\u0439 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u044B","shortcutGroup.touch":"\u0421\u043F\u0435\u0446\u0438\u0430\u043B\u044C\u043D\u044B\u0435 \u0436\u0435\u0441\u0442\u044B \u0434\u043B\u044F \u0441\u0435\u043D\u0441\u043E\u0440\u043D\u043E\u0433\u043E \u044D\u043A\u0440\u0430\u043D\u0430","browser.translateInputBox":"\u041F\u0435\u0440\u0435\u0432\u0435\u0441\u0442\u0438 \u0442\u0435\u043A\u0443\u0449\u0435\u0435 \u0441\u043E\u0434\u0435\u0440\u0436\u0438\u043C\u043E\u0435 \u0432\u0432\u043E\u0434\u0430","widget.videoSubtitleTooltip":"\u041F\u043E\u0434\u0434\u0435\u0440\u0436\u043A\u0430 Youtube \u0438 \u0434\u0440\u0443\u0433\u0438\u0445 {count}+ \u0432\u0438\u0434\u0435\u043E-\u0441\u0430\u0439\u0442\u043E\u0432","browser.translateWithGemini":"\u0412\u0440\u0435\u043C\u0435\u043D\u043D\u043E \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u0443\u0439\u0442\u0435 Gemini \u0434\u043B\u044F \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430 \u0442\u0435\u043A\u0443\u0449\u0435\u0439 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u044B","subtitle.hideQuickButton":"\u0411\u043E\u043B\u044C\u0448\u0435 \u043D\u0435 \u043F\u043E\u043A\u0430\u0437\u044B\u0432\u0430\u0442\u044C \u044D\u0442\u043E\u0442 \u044F\u0440\u043B\u044B\u043A","browser.translateWithBing":"\u0412\u0440\u0435\u043C\u0435\u043D\u043D\u043E \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u0443\u0439\u0442\u0435 Microsoft \u0434\u043B\u044F \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430 \u0442\u0435\u043A\u0443\u0449\u0435\u0439 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u044B","browser.translateWithTransmart":"\u0412\u0440\u0435\u043C\u0435\u043D\u043D\u043E \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u0443\u0439\u0442\u0435 Tencent \u0434\u043B\u044F \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430 \u0442\u0435\u043A\u0443\u0449\u0435\u0439 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u044B","multipleClick.4":"\u0447\u0435\u0442\u044B\u0440\u0435\u0445\u043A\u0440\u0430\u0442\u043D\u044B\u0439 \u0443\u0434\u0430\u0440",temprarilyChangeTranslationTo_gemini:"\u0418\u0441\u043F\u043E\u043B\u044C\u0437\u0443\u0435\u0442\u0441\u044F \u043F\u0435\u0440\u0435\u0432\u043E\u0434 \u0442\u0435\u043A\u0443\u0449\u0435\u0439 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u044B \u0441 \u043F\u043E\u043C\u043E\u0449\u044C\u044E Gemini","floatBall.longPress":"\u0423\u0434\u0435\u0440\u0436\u0438\u0432\u0430\u0439\u0442\u0435 \u043A\u043D\u043E\u043F\u043A\u0443, \u0447\u0442\u043E\u0431\u044B \u0431\u044B\u0441\u0442\u0440\u043E \u043E\u0442\u043A\u0440\u044B\u0442\u044C \u043F\u0430\u043D\u0435\u043B\u044C \u043D\u0430\u0441\u0442\u0440\u043E\u0435\u043A.",shortcutSettingsTitle:"\u041D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0430 \u0433\u043E\u0440\u044F\u0447\u0438\u0445 \u043A\u043B\u0430\u0432\u0438\u0448",networkError:"\u041F\u0440\u043E\u0431\u043B\u0435\u043C\u044B \u0441 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0447\u0435\u0441\u043A\u0438\u043C \u0441\u0435\u0440\u0432\u0438\u0441\u043E\u043C \u0438\u043B\u0438 \u0441\u0435\u0442\u044C\u044E","intro.floatBallTitle":"\u0411\u044B\u0441\u0442\u0440\u044B\u0439 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0447\u0438\u043A \u0432\u0441\u043F\u043B\u044B\u0432\u0430\u044E\u0449\u0435\u0433\u043E \u0448\u0430\u0440\u0430",temprarilyChangeTranslationTo_transmart:"\u0418\u0441\u043F\u043E\u043B\u044C\u0437\u0443\u0435\u0442\u0441\u044F \u043F\u0435\u0440\u0435\u0432\u043E\u0434 \u0442\u0435\u043A\u0443\u0449\u0435\u0439 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u044B \u0447\u0435\u0440\u0435\u0437 Tencent.","subtitle.autoDisableSubtitle":"\u041D\u0435 \u0430\u0432\u0442\u043E\u043C\u0430\u0442\u0438\u0447\u0435\u0441\u043A\u0438 \u0432\u043A\u043B\u044E\u0447\u0430\u0442\u044C \u0434\u0432\u0443\u044F\u0437\u044B\u0447\u043D\u044B\u0435 \u0441\u0443\u0431\u0442\u0438\u0442\u0440\u044B","browser.translateWithOpenAI":"\u0412\u0440\u0435\u043C\u0435\u043D\u043D\u043E \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u0443\u0439\u0442\u0435 OpenAI \u0434\u043B\u044F \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430 \u0442\u0435\u043A\u0443\u0449\u0435\u0439 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u044B","shortcutGroup.shortcutsForTranslationServices":"\u0421\u043E\u0447\u0435\u0442\u0430\u043D\u0438\u044F \u043A\u043B\u0430\u0432\u0438\u0448, \u0441\u0432\u044F\u0437\u0430\u043D\u043D\u044B\u0435 \u0441 \u0443\u0441\u043B\u0443\u0433\u0430\u043C\u0438 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430",temprarilyChangeTranslationTo_google:"\u0418\u0441\u043F\u043E\u043B\u044C\u0437\u0443\u0435\u0442\u0441\u044F Google Translate \u0434\u043B\u044F \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430 \u0442\u0435\u043A\u0443\u0449\u0435\u0439 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u044B.",paragraphMinTextCountField:"\u041C\u0438\u043D\u0438\u043C\u0430\u043B\u044C\u043D\u043E\u0435 \u043A\u043E\u043B\u0438\u0447\u0435\u0441\u0442\u0432\u043E \u0441\u0438\u043C\u0432\u043E\u043B\u043E\u0432, \u043D\u0435\u043E\u0431\u0445\u043E\u0434\u0438\u043C\u044B\u0445 \u0434\u043B\u044F \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430 \u0430\u0431\u0437\u0430\u0446\u0430",temprarilyChangeTranslationTo_bing:"\u0418\u0441\u043F\u043E\u043B\u044C\u0437\u0443\u0435\u0442\u0441\u044F Microsoft \u0434\u043B\u044F \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430 \u0442\u0435\u043A\u0443\u0449\u0435\u0439 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u044B",upgradeToProErrorTitle:"\u041F\u043E\u0436\u0430\u043B\u0443\u0439\u0441\u0442\u0430, \u043E\u0431\u043D\u043E\u0432\u0438\u0442\u0435 \u0434\u043E Pro-\u0447\u043B\u0435\u043D\u0441\u0442\u0432\u0430, \u0447\u0442\u043E\u0431\u044B \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u044C \u044D\u0442\u0443 \u0443\u0441\u043B\u0443\u0433\u0443 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430.","floatBall.guideClickToTranslate":`\u041D\u0430\u0436\u043C\u0438\u0442\u0435 \u043D\u0430 \u043F\u043B\u0430\u0432\u0430\u044E\u0449\u0438\u0439 \u0448\u0430\u0440 \u0434\u043B\u044F \u043F\u043E\u0433\u0440\u0443\u0436\u0435\u043D\u0438\u044F \u0432 \u043F\u0435\u0440\u0435\u0432\u043E\u0434, + {env.imt_sub_trans_field}: Traduzione`,"translationServices.claude":"Claude","subtitle.quickButton.black":"nero","subtitle.quickButton.blue":"blu","subtitle.quickButton.white":"bianco","subtitle.quickButton.green":"Verde","subtitle.quickButton.magenta":"Fucsia","subtitle.quickButton.sourceTextColor":"Colore del carattere originale","subtitle.quickButton.yellow":"giallo","subtitle.quickButton.sourceFontSize":"Dimensione originale del carattere","subtitle.quickButton.backgroundOpacity":"Opacit\xE0 di sfondo","subtitle.quickButton.translationPositionTop":"Sopra il testo originale","subtitle.quickButton.backgroundColor":"colore di sfondo","subtitle.quickButton.translationPosition":"Posizione del testo tradotto","subtitle.quickButton.translationPositionBottom":"Sotto il testo originale","subtitle.quickButton.red":"Rosso","subtitle.quickButton.cyan":"Blu","subtitle.quickButton.setting":"Impostazione","subtitle.quickButton.translationTextColor":"Colore del carattere del testo","subtitle.quickButton.translationFontSize":"Dimensione del carattere del testo tradotto",attachSubtitleTranslating:"Utilizzando {service} per la traduzione...","error.claude.403":"Non hai l'autorizzazione per accedere al servizio, potrebbe essere correlato alle restrizioni regionali di Claude, puoi provare a cambiare il tuo indirizzo IP o utilizzare altri servizi di traduzione.","browser.brandDescriptionForSafari":"\u3010Traduzione Immersiva\u3011Un plugin gratuito per la traduzione di pagine web bilingue (originale/tradotto), che supporta anche la traduzione di PDF e libri elettronici EPUB mantenendo la formattazione originale del documento, la traduzione di sottotitoli bilingui per video online come Youtube/Netflix, e supporta servizi di traduzione mainstream come Deepl/Google;","browser.PdfProFile":"Traduzione Pro di PDF guidata da AI","browser.textTranslate":"Traduzione del testo"};var Ab={nologin:"\u043D\u0435 \u0432\u043E\u0448\u0451\u043B \u0432 \u0441\u0438\u0441\u0442\u0435\u043C\u0443",loginForSafari:"\u0412\u043E\u0439\u0442\u0438 \u0438\u043B\u0438 \u0437\u0430\u0440\u0435\u0433\u0438\u0441\u0442\u0440\u0438\u0440\u043E\u0432\u0430\u0442\u044C\u0441\u044F",login:"\u0412\u0445\u043E\u0434 \u0432 \u0441\u0438\u0441\u0442\u0435\u043C\u0443 \u0434\u043B\u044F \u043E\u0442\u043A\u0440\u044B\u0442\u0438\u044F \u0447\u043B\u0435\u043D\u0441\u0442\u0432\u0430",manageAccount:"\u0423\u043F\u0440\u0430\u0432\u043B\u044F\u0435\u043C\u044B\u0435 \u0441\u0447\u0435\u0442\u0430",openPremium:"\u041E\u0442\u043A\u0440\u044B\u0442\u043E\u0435 \u0447\u043B\u0435\u043D\u0441\u0442\u0432\u043E",logout:"\u043F\u0440\u0435\u0440\u0432\u0430\u0442\u044C",curentPlan:"\u0422\u0435\u043A\u0443\u0449\u0438\u0435 \u043F\u0430\u043A\u0435\u0442\u044B",endAt:"\u0441\u0440\u043E\u043A \u0434\u0435\u0439\u0441\u0442\u0432\u0438\u044F",endAuto:"\u0430\u0432\u0442\u043E\u043F\u0440\u043E\u0434\u043B\u0435\u043D\u0438\u0435",lineBreakMaxTextCount:"\u041C\u0430\u043A\u0441\u0438\u043C\u0430\u043B\u044C\u043D\u043E\u0435 \u043A\u043E\u043B\u0438\u0447\u0435\u0441\u0442\u0432\u043E \u0441\u0438\u043C\u0432\u043E\u043B\u043E\u0432, \u0434\u043E\u043F\u0443\u0441\u0442\u0438\u043C\u043E\u0435 \u0432 \u043E\u0434\u043D\u043E\u043C \u043F\u0440\u0435\u0434\u043B\u043E\u0436\u0435\u043D\u0438\u0438 \u043F\u043E\u0441\u043B\u0435 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430 \u0441\u0442\u0440\u043E\u043A\u0438","translate-pdf":"\u041D\u0430\u0436\u043C\u0438\u0442\u0435, \u0447\u0442\u043E\u0431\u044B \u043F\u0435\u0440\u0435\u0432\u0435\u0441\u0442\u0438 PDF","noSupportTranslate-pdf":"\u0421\u043A\u0440\u0438\u043F\u0442 \u043D\u0435 \u043F\u043E\u0434\u0434\u0435\u0440\u0436\u0438\u0432\u0430\u0435\u0442\u0441\u044F, \u043F\u043E\u0436\u0430\u043B\u0443\u0439\u0441\u0442\u0430, \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u0443\u0439\u0442\u0435 \u043F\u043B\u0430\u0433\u0438\u043D","translate-firefox-local-pdf":"\u041D\u0430\u0436\u043C\u0438\u0442\u0435 \u0434\u043B\u044F \u043F\u0435\u0440\u0435\u0445\u043E\u0434\u0430 \u043A \u0440\u0430\u0437\u0434\u0435\u043B\u0443 \u0418\u043C\u043F\u043E\u0440\u0442 PDF",enableLineBreak:"\u0412\u043A\u043B\u044E\u0447\u0438\u0442\u044C \u0430\u0432\u0442\u043E\u043C\u0430\u0442\u0438\u0447\u0435\u0441\u043A\u0443\u044E \u043F\u043E\u0434\u0430\u0447\u0443 \u0441\u0442\u0440\u043E\u043A\u0438 \u0434\u043B\u044F \u0434\u043B\u0438\u043D\u043D\u044B\u0445 \u0430\u0431\u0437\u0430\u0446\u0435\u0432",sponsorLabel:"$1 \u0421\u043F\u043E\u043D\u0441\u0438\u0440\u0443\u0435\u043C\u044B\u0435 \u0440\u0430\u0437\u0440\u0430\u0431\u043E\u0442\u0447\u0438\u043A\u0438",help:"\u0440\u0443\u043A\u0430",browserShortcutsNoteForFirefox:"\u0427\u0442\u043E\u0431\u044B \u0438\u0437\u043C\u0435\u043D\u0438\u0442\u044C \u044F\u0440\u043B\u044B\u043A\u0438 \u0432 Firefox, \u043D\u0435\u043E\u0431\u0445\u043E\u0434\u0438\u043C\u043E \u043E\u0442\u043A\u0440\u044B\u0442\u044C \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u0443 \u0443\u043F\u0440\u0430\u0432\u043B\u0435\u043D\u0438\u044F \u0440\u0430\u0441\u0448\u0438\u0440\u0435\u043D\u0438\u044F\u043C\u0438 `about:addons`, \u0437\u0430\u0442\u0435\u043C \u043D\u0430\u0436\u0430\u0442\u044C `Settings`, \u0430 \u0434\u043B\u044F \u043D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0438 \u044F\u0440\u043B\u044B\u043A\u043E\u0432 - `Manage Shortcuts`.",browserShortcutsNoteForChrome:"\u0414\u043B\u044F \u0438\u0437\u043C\u0435\u043D\u0435\u043D\u0438\u044F \u044F\u0440\u043B\u044B\u043A\u043E\u0432 \u0432 Chrome \u043D\u0435\u043E\u0431\u0445\u043E\u0434\u0438\u043C\u043E \u043E\u0442\u043A\u0440\u044B\u0442\u044C \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u0443 \u0443\u043F\u0440\u0430\u0432\u043B\u0435\u043D\u0438\u044F \u0440\u0430\u0441\u0448\u0438\u0440\u0435\u043D\u0438\u044F\u043C\u0438, \u0437\u0430\u0434\u0430\u0442\u044C \u0438\u0445 \u043D\u0430 \u043F\u0430\u043D\u0435\u043B\u0438 `Manage Shortcuts` (`chrome://extensions/shortcuts`) \u0438 \u043D\u0430\u0436\u0430\u0442\u044C \u043A\u043D\u043E\u043F\u043A\u0443 \u043D\u0438\u0436\u0435 \u0434\u043B\u044F \u043F\u0435\u0440\u0435\u0445\u043E\u0434\u0430 \u043D\u0430 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u0443 \u0443\u043F\u0440\u0430\u0432\u043B\u0435\u043D\u0438\u044F \u044F\u0440\u043B\u044B\u043A\u0430\u043C\u0438.",browserShortcutsSucks:"\u041D\u0430\u0441\u0442\u0440\u043E\u0435\u043D\u043D\u044B\u0435 \u044F\u0440\u043B\u044B\u043A\u0438 \u0438\u043C\u0435\u044E\u0442 \u0432\u0438\u0434 (\u0430\u0432\u0442\u043E\u0440\u0430\u0441\u043F\u043E\u0437\u043D\u0430\u0432\u0430\u043D\u0438\u0435 \u043D\u0435 \u043F\u0440\u043E\u0438\u0437\u0432\u043E\u0434\u0438\u0442\u0441\u044F, \u0432\u0432\u043E\u0434\u0438\u0442\u0435 \u043D\u0435\u043F\u043E\u0441\u0440\u0435\u0434\u0441\u0442\u0432\u0435\u043D\u043D\u043E)\uFF1A",enableLineBreakDescription:"\u041F\u0440\u0438 \u0432\u043A\u043B\u044E\u0447\u0435\u043D\u0438\u0438 \u044D\u0442\u043E\u0439 \u0444\u0443\u043D\u043A\u0446\u0438\u0438 \u0432 \u0434\u043B\u0438\u043D\u043D\u044B\u0445 \u0430\u0431\u0437\u0430\u0446\u0430\u0445 \u0432 \u043A\u043E\u043D\u0446\u0435 \u043A\u0430\u0436\u0434\u043E\u0433\u043E \u043F\u0440\u0435\u0434\u043B\u043E\u0436\u0435\u043D\u0438\u044F \u0431\u0443\u0434\u0443\u0442 \u0432\u0441\u0442\u0430\u0432\u043B\u0435\u043D\u044B \u043F\u0435\u0440\u0435\u043D\u043E\u0441\u044B \u0441\u0442\u0440\u043E\u043A, \u0447\u0442\u043E \u043E\u0431\u043B\u0435\u0433\u0447\u0438\u0442 \u0438\u0445 \u0447\u0442\u0435\u043D\u0438\u0435","browser.shortBrandName":"\u041F\u043E\u0433\u0440\u0443\u0436\u043D\u043E\u0439 \u043F\u0435\u0440\u0435\u0432\u043E\u0434","browser.brandName":"\u0418\u043C\u043C\u0435\u0440\u0441\u0438\u043E\u043D\u043D\u044B\u0439 \u043F\u0435\u0440\u0435\u0432\u043E\u0434: \u0434\u0432\u0443\u044F\u0437\u044B\u0447\u043D\u044B\u0439 \u043F\u0435\u0440\u0435\u0432\u043E\u0434 \u0432\u0435\u0431-\u0441\u0442\u0440\u0430\u043D\u0438\u0446 \u0438 PDF-\u0434\u043E\u043A\u0443\u043C\u0435\u043D\u0442\u043E\u0432","browser.brandDescription":"Bilingual web page translation, also supports PDF translation, bilingual Epub eBook translation, free to use.","browser.toggleTranslatePage":"\u041F\u0435\u0440\u0435\u0432\u0435\u0441\u0442\u0438 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u0443/\u043E\u0442\u043E\u0431\u0440\u0430\u0437\u0438\u0442\u044C \u043E\u0440\u0438\u0433\u0438\u043D\u0430\u043B\u044C\u043D\u044B\u0439 \u0442\u0435\u043A\u0441\u0442","browser.toggleTranslateTheWholePage":"\u041F\u0435\u0440\u0435\u0432\u0435\u0441\u0442\u0438 \u0432\u0441\u0435 \u043E\u0431\u043B\u0430\u0441\u0442\u0438 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u044B/\u043E\u0442\u043E\u0431\u0440\u0430\u0437\u0438\u0442\u044C \u043E\u0440\u0438\u0433\u0438\u043D\u0430\u043B\u044C\u043D\u044B\u0439 \u0442\u0435\u043A\u0441\u0442","browser.toggleOnlyTransation":"\u041F\u0435\u0440\u0435\u043A\u043B\u044E\u0447\u0438\u0442\u044C \u043D\u0430 \u0434\u0432\u0443\u044F\u0437\u044B\u0447\u043D\u044B\u0439 / \u0442\u043E\u043B\u044C\u043A\u043E \u043F\u0435\u0440\u0435\u0432\u043E\u0434 \u0440\u0435\u0436\u0438\u043C","browser.toggleTranslateToThePageEndImmediately":"\u041D\u0435\u043C\u0435\u0434\u043B\u0435\u043D\u043D\u044B\u0439 \u043F\u0435\u0440\u0435\u0432\u043E\u0434 \u0432 \u043D\u0438\u0436\u043D\u044E\u044E \u0447\u0430\u0441\u0442\u044C \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u044B/\u043E\u0442\u043E\u0431\u0440\u0430\u0436\u0435\u043D\u0438\u0435 \u043E\u0440\u0438\u0433\u0438\u043D\u0430\u043B\u044C\u043D\u043E\u0433\u043E \u0442\u0435\u043A\u0441\u0442\u0430","browser.toggleTranslateTheMainPage":"\u041F\u0435\u0440\u0435\u0432\u0435\u0441\u0442\u0438 \u043E\u0441\u043D\u043E\u0432\u043D\u0443\u044E \u043E\u0431\u043B\u0430\u0441\u0442\u044C \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u044B/\u043E\u0442\u043E\u0431\u0440\u0430\u0437\u0438\u0442\u044C \u043E\u0440\u0438\u0433\u0438\u043D\u0430\u043B\u044C\u043D\u044B\u0439 \u0442\u0435\u043A\u0441\u0442","browser.shareToDraft":"\u041F\u043E\u0434\u0435\u043B\u0438\u0442\u044C\u0441\u044F \u0414\u0432\u0443\u044F\u0437\u044B\u0447\u043D\u044B\u0435 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u044B","browser.openOptionsPage":"\u041E\u0442\u043A\u0440\u043E\u0439\u0442\u0435 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u0443 \u043D\u0430\u0441\u0442\u0440\u043E\u0435\u043A","browser.toggleTranslationMask":"\u041F\u043E\u043A\u0430\u0437\u0430\u0442\u044C/\u0441\u043A\u0440\u044B\u0442\u044C \u044D\u0444\u0444\u0435\u043A\u0442 \u0440\u0430\u0437\u043C\u044B\u0442\u0438\u044F \u043F\u0440\u0438 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0435","browser.translateLocalPdfFile":"\u041F\u0435\u0440\u0435\u0432\u043E\u0434 \u043B\u043E\u043A\u0430\u043B\u044C\u043D\u044B\u0445 PDF-\u0444\u0430\u0439\u043B\u043E\u0432","browser.openEbookViewer":"\u0427\u0438\u0442\u0430\u0442\u044C \u043C\u0435\u0441\u0442\u043D\u044B\u0435 \u044D\u043B\u0435\u043A\u0442\u0440\u043E\u043D\u043D\u044B\u0435 \u043A\u043D\u0438\u0433\u0438","browser.openEbookBuilder":"\u0421\u043E\u0437\u0434\u0430\u043D\u0438\u0435 \u0434\u0432\u0443\u044F\u0437\u044B\u0447\u043D\u044B\u0445 \u044D\u043B\u0435\u043A\u0442\u0440\u043E\u043D\u043D\u044B\u0445 \u043A\u043D\u0438\u0433 EPUB","browser.translateLocalHtmlFile":"\u041F\u0435\u0440\u0435\u0432\u043E\u0434 HTML/\u0442\u0435\u043A\u0441\u0442\u043E\u0432\u044B\u0445 \u0444\u0430\u0439\u043B\u043E\u0432","browser.donateContext":"\u0423\u0437\u043D\u0430\u0439\u0442\u0435 \u043E \u043F\u0440\u0435\u0438\u043C\u0443\u0449\u0435\u0441\u0442\u0432\u0430\u0445 \u0441\u043F\u043E\u043D\u0441\u043E\u0440\u0441\u0442\u0432\u0430","browser.translateLocalSubtitleFile":"\u041F\u0435\u0440\u0435\u0432\u043E\u0434 \u0444\u0430\u0439\u043B\u043E\u0432 \u043B\u043E\u043A\u0430\u043B\u044C\u043D\u044B\u0445 \u0441\u0443\u0431\u0442\u0438\u0442\u0440\u043E\u0432",confirmResetConfig:"\u0412\u044B \u0443\u0432\u0435\u0440\u0435\u043D\u044B, \u0447\u0442\u043E \u0445\u043E\u0442\u0438\u0442\u0435 \u0441\u0431\u0440\u043E\u0441\u0438\u0442\u044C \u043D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0438?",translationLineBreakSettingTitle:"\u041D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0430 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430 \u0441\u0442\u0440\u043E\u043A\u0438",smartLineBreak:"\u0438\u043D\u0442\u0435\u043B\u043B\u0435\u043A\u0442\u0443\u0430\u043B\u044C\u043D\u043E\u0435 \u043B\u0438\u043D\u0435\u0439\u043D\u043E\u0435 \u043F\u0438\u0442\u0430\u043D\u0438\u0435 (\u0432\u044B\u0447\u0438\u0441\u043B\u0438\u0442\u0435\u043B\u044C\u043D\u0430\u044F \u0442\u0435\u0445\u043D\u0438\u043A\u0430)",alwaysLineBreak:"\u0412\u0441\u0435\u0433\u0434\u0430 \u043F\u043E\u0434\u0430\u0447\u0430 \u0441\u0442\u0440\u043E\u043A\u0438",isShowContextMenu:"\u0414\u043E\u0431\u0430\u0432\u043B\u0435\u043D\u0438\u0435 \u043F\u0435\u0440\u0435\u0432\u0435\u0434\u0435\u043D\u043D\u044B\u0445 \u0441\u0442\u0440\u0430\u043D\u0438\u0446 \u0432 \u043F\u0443\u043D\u043A\u0442\u044B \u043C\u0435\u043D\u044E, \u0432\u044B\u0437\u044B\u0432\u0430\u0435\u043C\u044B\u0435 \u043F\u0440\u0430\u0432\u043E\u0439 \u043A\u043D\u043E\u043F\u043A\u043E\u0439 \u043C\u044B\u0448\u0438",toggleBeta:"\u0412\u043A\u043B\u044E\u0447\u0435\u043D\u0438\u0435 \u0444\u0443\u043D\u043A\u0446\u0438\u0439 \u0431\u0435\u0442\u0430-\u0442\u0435\u0441\u0442\u0438\u0440\u043E\u0432\u0430\u043D\u0438\u044F",betaDescription:"\u0412\u043A\u043B\u044E\u0447\u0438\u0442\u0435 \u0444\u0443\u043D\u043A\u0446\u0438\u0438, \u043A\u043E\u0442\u043E\u0440\u044B\u0435 \u043F\u043E\u043A\u0430 \u043D\u0430\u0445\u043E\u0434\u044F\u0442\u0441\u044F \u0432 \u0441\u0442\u0430\u0434\u0438\u0438 \u044D\u043A\u0441\u043F\u0435\u0440\u0438\u043C\u0435\u043D\u0442\u0430, \u0430 \u0442\u0430\u043A\u0436\u0435 \u0441\u043B\u0443\u0436\u0431\u0443 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430 \u0432 \u0431\u0435\u0442\u0430-\u0432\u0435\u0440\u0441\u0438\u0438. \u041F\u0440\u0438\u0441\u043E\u0435\u0434\u0438\u043D\u044F\u0439\u0442\u0435\u0441\u044C \u043A <1>\u0433\u0440\u0443\u043F\u043F\u0435 Telegram, \u0447\u0442\u043E\u0431\u044B \u0443\u0437\u043D\u0430\u0442\u044C \u0431\u043E\u043B\u044C\u0448\u0435.",translationLineBreakSettingDescription:"\u0414\u043B\u044F \u0441\u0442\u0440\u0430\u043D\u0438\u0446 \u0441 \u043D\u0435\u0431\u043E\u043B\u044C\u0448\u0438\u043C \u0441\u043E\u0434\u0435\u0440\u0436\u0430\u043D\u0438\u0435\u043C \u0432\u0441\u0435\u0433\u0434\u0430 \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u0443\u0439\u0442\u0435 \u0430\u043A\u043A\u0443\u0440\u0430\u0442\u043D\u044B\u0435 \u043F\u0435\u0440\u0435\u043D\u043E\u0441\u044B \u0441\u0442\u0440\u043E\u043A. (\u0414\u043B\u044F \u044D\u043A\u043E\u043D\u043E\u043C\u0438\u0438 \u043C\u0435\u0441\u0442\u0430 \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u0443\u0439\u0442\u0435 \u0433\u0440\u0430\u043C\u043E\u0442\u043D\u044B\u0435 \u043F\u0435\u0440\u0435\u043D\u043E\u0441\u044B \u0441\u0442\u0440\u043E\u043A \u0432 \u0434\u043B\u0438\u043D\u043D\u044B\u0445 \u0430\u0431\u0437\u0430\u0446\u0430\u0445 \u0441 \u0431\u043E\u043B\u044C\u0448\u0438\u043C \u0441\u043E\u0434\u0435\u0440\u0436\u0430\u043D\u0438\u0435\u043C (\u0431\u043E\u043B\u0435\u0435{count}\u0441\u0438\u043C\u0432\u043E\u043B\u043E\u0432)).",tempTranslateDomainTitle:"\u041F\u0440\u043E\u0434\u043E\u043B\u0436\u0438\u0442\u0435\u043B\u044C\u043D\u043E\u0441\u0442\u044C \u0432\u0440\u0435\u043C\u0435\u043D\u043D\u043E\u0433\u043E \u0432\u043A\u043B\u044E\u0447\u0435\u043D\u0438\u044F \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430 \u0441\u0430\u0439\u0442\u0430",tempTranslateDomainDescription:"\u041F\u0440\u0438 \u0440\u0443\u0447\u043D\u043E\u043C \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0435 \u0432\u0435\u0431-\u0441\u0442\u0440\u0430\u043D\u0438\u0446\u044B \u0432\u0440\u0435\u043C\u0435\u043D\u043D\u043E \u0432\u043A\u043B\u044E\u0447\u0438\u0442\u044C \u0430\u0432\u0442\u043E\u043C\u0430\u0442\u0438\u0447\u0435\u0441\u043A\u0438\u0439 \u043F\u0435\u0440\u0435\u0432\u043E\u0434, \u043F\u0440\u0438 \u044D\u0442\u043E\u043C \u043C\u043E\u0436\u043D\u043E \u0437\u0430\u0434\u0430\u0442\u044C \u0432\u0440\u0435\u043C\u0435\u043D\u043D\u0443\u044E \u043F\u0440\u043E\u0434\u043E\u043B\u0436\u0438\u0442\u0435\u043B\u044C\u043D\u043E\u0441\u0442\u044C.",xMinutes:"{count} \u043C\u0438\u043D\u0443\u0442",disabled:"\u0437\u0430\u043F\u0440\u0435\u0449\u0430\u0442\u044C \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u043D\u0438\u0435 \u0447\u0435\u0433\u043E-\u043B.",changelog:"\u0416\u0443\u0440\u043D\u0430\u043B \u043E\u0431\u043D\u043E\u0432\u043B\u0435\u043D\u0438\u0439",toggleTranslatePageWhenThreeFingersOnTheScreen:"\u041E\u0434\u043D\u043E\u0432\u0440\u0435\u043C\u0435\u043D\u043D\u043E\u0435 \u043A\u0430\u0441\u0430\u043D\u0438\u0435 \u044D\u043A\u0440\u0430\u043D\u0430 \u043D\u0435\u0441\u043A\u043E\u043B\u044C\u043A\u0438\u043C\u0438 \u043F\u0430\u043B\u044C\u0446\u0430\u043C\u0438 \u043E\u0431\u0435\u0441\u043F\u0435\u0447\u0438\u0432\u0430\u0435\u0442 \u043F\u0435\u0440\u0435\u0432\u043E\u0434 \u0432\u0435\u0431-\u0441\u0442\u0440\u0430\u043D\u0438\u0446/\u043E\u0442\u043E\u0431\u0440\u0430\u0436\u0435\u043D\u0438\u0435 \u043E\u0440\u0438\u0433\u0438\u043D\u0430\u043B\u044C\u043D\u043E\u0433\u043E \u0442\u0435\u043A\u0441\u0442\u0430",toggleTranslationMaskWhenThreeFingersOnTheScreen:"\u041F\u0440\u0438\u043A\u043E\u0441\u043D\u043E\u0432\u0435\u043D\u0438\u0435 \u043D\u0435\u0441\u043A\u043E\u043B\u044C\u043A\u0438\u043C\u0438 \u043F\u0430\u043B\u044C\u0446\u0430\u043C\u0438 \u043F\u043E\u043A\u0430\u0437\u044B\u0432\u0430\u0435\u0442/\u0441\u043A\u0440\u044B\u0432\u0430\u0435\u0442 \u044D\u0444\u0444\u0435\u043A\u0442 \u0440\u0430\u0437\u043C\u044B\u0442\u0438\u044F.",fingerCountToToggleTranslagePageOnlyTranslationWhenTouching:"\u041F\u0440\u0438 \u043E\u0434\u043D\u043E\u0432\u0440\u0435\u043C\u0435\u043D\u043D\u043E\u043C \u043A\u0430\u0441\u0430\u043D\u0438\u0438 \u044D\u043A\u0440\u0430\u043D\u0430 \u043D\u0435\u0441\u043A\u043E\u043B\u044C\u043A\u0438\u043C\u0438 \u043F\u0430\u043B\u044C\u0446\u0430\u043C\u0438 \u043E\u0441\u0443\u0449\u0435\u0441\u0442\u0432\u043B\u044F\u0435\u0442\u0441\u044F \u043F\u0435\u0440\u0435\u0432\u043E\u0434 \u0432\u0435\u0431-\u0441\u0442\u0440\u0430\u043D\u0438\u0446\u044B (\u0442\u043E\u043B\u044C\u043A\u043E \u043F\u0435\u0440\u0435\u0432\u043E\u0434)/\u043E\u0442\u043E\u0431\u0440\u0430\u0436\u0435\u043D\u0438\u0435 \u043E\u0440\u0438\u0433\u0438\u043D\u0430\u043B\u044C\u043D\u043E\u0433\u043E \u0442\u0435\u043A\u0441\u0442\u0430.",addUrlDescription:"\u041C\u043E\u0436\u0435\u0442 \u0431\u044B\u0442\u044C \u0434\u043E\u043C\u0435\u043D\u043D\u044B\u043C \u0438\u043C\u0435\u043D\u0435\u043C, \u0430 \u0442\u0430\u043A\u0436\u0435 \u043F\u043E\u0434\u0434\u0435\u0440\u0436\u0438\u0432\u0430\u0435\u0442 \u043F\u043E\u0434\u0441\u0442\u0430\u043D\u043E\u0432\u043E\u0447\u043D\u044B\u0435 \u0437\u043D\u0430\u043A\u0438, \u043D\u0430\u043F\u0440\u0438\u043C\u0435\u0440,\uFF1A*.google.com, google.com/mail/*, https://www.google.com/*.",general:"\u041E\u0441\u043D\u043E\u0432\u043D\u044B\u0435 \u043D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0438",clickToExpandConfig:"\u0420\u0430\u0441\u0448\u0438\u0440\u0438\u0442\u044C \u0442\u0435\u043A\u0443\u0449\u0443\u044E \u043A\u043E\u043D\u0444\u0438\u0433\u0443\u0440\u0430\u0446\u0438\u044E",import:"\u0418\u043C\u043F\u043E\u0440\u0442 \u0438\u0437 \u0444\u0430\u0439\u043B\u0430",export:"\u042D\u043A\u0441\u043F\u043E\u0440\u0442 \u0432 \u0444\u0430\u0439\u043B",toggleDebug:"\u0412\u044B\u0432\u0435\u0441\u0442\u0438 \u0436\u0443\u0440\u043D\u0430\u043B \u043E\u0442\u043B\u0430\u0434\u043A\u0438 \u043D\u0430 \u043A\u043E\u043D\u0441\u043E\u043B\u044C","fingers.0":"\u043A\u043B\u043E\u0442\u0443\u0440\u0430","fingers.2":"\u043A\u0430\u0441\u0430\u043D\u0438\u0435 \u0434\u0432\u0443\u043C\u044F \u043F\u0430\u043B\u044C\u0446\u0430\u043C\u0438","fingers.3":"\u043A\u0430\u0441\u0430\u043D\u0438\u0435 \u0442\u0440\u0435\u043C\u044F \u043F\u0430\u043B\u044C\u0446\u0430\u043C\u0438","fingers.4":"\u043A\u0430\u0441\u0430\u043D\u0438\u0435 \u0447\u0435\u0442\u044B\u0440\u044C\u043C\u044F \u043F\u0430\u043B\u044C\u0446\u0430\u043C\u0438","fingers.5":"\u043F\u044F\u0442\u0438\u043F\u0430\u043B\u044C\u0446\u0435\u0432\u043E\u0435 \u043A\u0430\u0441\u0430\u043D\u0438\u0435",mouseHoldKey:"+ {key} \u043F\u0435\u0440\u0435\u0432\u0435\u0441\u0442\u0438/\u0432\u043E\u0441\u0441\u0442\u0430\u043D\u043E\u0432\u0438\u0442\u044C \u0430\u0431\u0437\u0430\u0446",mouseHoldKeyAuto:"\u041F\u0440\u044F\u043C\u043E\u0439 \u043F\u0435\u0440\u0435\u0432\u043E\u0434 \u0430\u0431\u0437\u0430\u0446\u0430",mouseHoldKeyOff:"\u041D\u0435 \u0434\u0435\u043B\u0430\u0439\u0442\u0435 \u043D\u0438\u0447\u0435\u0433\u043E.",mouseHoldKeyOther:"\u041D\u0430\u0441\u0442\u0440\u0430\u0438\u0432\u0430\u0435\u043C\u044B\u0435 \u044F\u0440\u043B\u044B\u043A\u0438 (\u043E\u0442\u043A\u0440\u044B\u0442\u044C \u043D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0438)",mouseHoldKeyCustomKey:"{key} \u041F\u0435\u0440\u0435\u0432\u043E\u0434/\u0441\u043E\u043A\u0440\u0430\u0449\u0435\u043D\u0438\u0435 \u0430\u0431\u0437\u0430\u0446\u0430",mouseHoverHoldKey:"\u041F\u0435\u0440\u0435\u0432\u043E\u0434 \u0430\u0431\u0437\u0430\u0446\u0435\u0432 \u043E\u0441\u0443\u0449\u0435\u0441\u0442\u0432\u043B\u044F\u0435\u0442\u0441\u044F \u043D\u0430\u0436\u0430\u0442\u0438\u0435\u043C \u043A\u043B\u0430\u0432\u0438\u0448\u0438 \u0431\u044B\u0441\u0442\u0440\u043E\u0433\u043E \u0434\u043E\u0441\u0442\u0443\u043F\u0430 \u043F\u0440\u0438 \u043D\u0430\u0432\u0435\u0434\u0435\u043D\u0438\u0438 \u043A\u0443\u0440\u0441\u043E\u0440\u0430 \u043C\u044B\u0448\u0438.","mouse-translate":"\u043D\u0430\u0432\u0435\u0434\u0435\u043D\u0438\u0435 \u043C\u044B\u0448\u0438",document:"(\u043A\u043E\u043C\u043F\u044C\u044E\u0442\u0435\u0440\u043D\u044B\u0439) \u0444\u0430\u0439\u043B",resetSuccess:"\u0423\u0441\u043F\u0435\u0448\u043D\u044B\u0439 \u0441\u0431\u0440\u043E\u0441 \u0432\u0441\u0435\u0445 \u043D\u0430\u0441\u0442\u0440\u043E\u0435\u043A",resetThisSuccess:"\u0421\u0431\u0440\u043E\u0441 \u0443\u0441\u043F\u0435\u0448\u0435\u043D",saved:"\u0421\u043E\u0445\u0440\u0430\u043D\u0438\u0442\u044C \u0443\u0441\u043F\u0435\u0448\u043D\u044B\u0439",successImportConfig:"\u0423\u0441\u043F\u0435\u0448\u043D\u044B\u0439 \u0438\u043C\u043F\u043E\u0440\u0442 \u043A\u043E\u043D\u0444\u0438\u0433\u0443\u0440\u0430\u0446\u0438\u0438",goAdvancedSettings:"\u041F\u0435\u0440\u0435\u0439\u0434\u0438\u0442\u0435 \u043D\u0430 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u0443 \u0414\u043E\u043F\u043E\u043B\u043D\u0438\u0442\u0435\u043B\u044C\u043D\u044B\u0435 \u043D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0438",goAdvancedInterfaceSettings:"\u041F\u0435\u0440\u0435\u0439\u0434\u0438\u0442\u0435 \u043D\u0430 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u0443 \u0414\u043E\u043F\u043E\u043B\u043D\u0438\u0442\u0435\u043B\u044C\u043D\u044B\u0435 \u043F\u0430\u0440\u0430\u043C\u0435\u0442\u0440\u044B \u043D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0438",advanced:"\u0414\u043E\u043F\u043E\u043B\u043D\u0438\u0442\u0435\u043B\u044C\u043D\u044B\u0435 \u043D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0438",advancedDescription:"\u041A\u0430\u043A \u043F\u0440\u0430\u0432\u0438\u043B\u043E, \u043D\u0438\u043A\u0430\u043A\u0438\u0445 \u043D\u0430\u0441\u0442\u0440\u043E\u0435\u043A \u043D\u0435 \u0442\u0440\u0435\u0431\u0443\u0435\u0442\u0441\u044F, \u043F\u0440\u043E\u0441\u0442\u043E \u043E\u0441\u0442\u0430\u0432\u044C\u0442\u0435 \u0432\u0441\u0435 \u043F\u043E \u0443\u043C\u043E\u043B\u0447\u0430\u043D\u0438\u044E. \u0422\u043E\u043B\u044C\u043A\u043E \u0434\u043B\u044F \u0431\u043E\u043B\u0435\u0435 \u0441\u043F\u0435\u0446\u0438\u0430\u043B\u0438\u0437\u0438\u0440\u043E\u0432\u0430\u043D\u043D\u044B\u0445 \u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u0435\u043B\u0435\u0439 \u0434\u043E\u0441\u0442\u0443\u043F\u043D\u044B \u0431\u043E\u043B\u0435\u0435 \u043F\u0435\u0440\u0441\u043E\u043D\u0430\u043B\u0438\u0437\u0438\u0440\u043E\u0432\u0430\u043D\u043D\u044B\u0435 \u043D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0438.",developer:"\u041D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0438 \u0440\u0430\u0437\u0440\u0430\u0431\u043E\u0442\u0447\u0438\u043A\u0430",donateCafe:"\u0446\u0435\u043D\u044B","translate to the bottom of the page":"\u041F\u0435\u0440\u0435\u0432\u043E\u0434\u0438\u0442\u0441\u044F \u043B\u0438 \u043E\u043D \u0432 \u043D\u0438\u0436\u043D\u044E\u044E \u0447\u0430\u0441\u0442\u044C \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u044B \u0441\u0440\u0430\u0437\u0443 \u043F\u043E\u0441\u043B\u0435 \u0432\u0445\u043E\u0434\u0430 \u043D\u0430 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u0443?",feedback:"\u0412\u043E\u043F\u0440\u043E\u0441-\u043E\u0442\u0432\u0435\u0442",toggleTranslatePage:"\u041F\u0435\u0440\u0435\u0432\u0435\u0441\u0442\u0438 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u0443/\u043E\u0442\u043E\u0431\u0440\u0430\u0437\u0438\u0442\u044C \u043E\u0440\u0438\u0433\u0438\u043D\u0430\u043B\u044C\u043D\u044B\u0439 \u0442\u0435\u043A\u0441\u0442",translateToThePageEndImmediatelyDescription:"\u041F\u0440\u0438 \u0432\u043A\u043B\u044E\u0447\u0435\u043D\u0438\u0438 \u044D\u0442\u043E\u0439 \u0444\u0443\u043D\u043A\u0446\u0438\u0438 \u0441\u043E\u0434\u0435\u0440\u0436\u0438\u043C\u043E\u0435 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u044B \u0431\u0443\u0434\u0435\u0442 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0438\u0442\u044C\u0441\u044F \u0441\u0432\u0435\u0440\u0445\u0443 \u0432\u043D\u0438\u0437 \u043F\u043E \u043C\u0435\u0440\u0435 \u0432\u0432\u043E\u0434\u0430. \u041F\u0440\u0438 \u0432\u044B\u043A\u043B\u044E\u0447\u0435\u043D\u0438\u0438 \u044D\u0442\u043E\u0439 \u0444\u0443\u043D\u043A\u0446\u0438\u0438 \u043F\u0435\u0440\u0435\u0432\u043E\u0434 \u0431\u0443\u0434\u0435\u0442 \u0432\u044B\u043F\u043E\u043B\u043D\u044F\u0442\u044C\u0441\u044F \u043F\u043E \u043C\u0435\u0440\u0435 \u0447\u0442\u0435\u043D\u0438\u044F. (\u041D\u0435 \u0440\u0435\u043A\u043E\u043C\u0435\u043D\u0434\u0443\u0435\u0442\u0441\u044F)","translate all areas of the page":"\u041F\u0435\u0440\u0435\u0432\u043E\u0434\u0438\u0442\u044C \u043B\u0438 \u0432\u0441\u0435 \u043E\u0431\u043B\u0430\u0441\u0442\u0438 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u044B",translationAreaDescription:"\u041F\u0440\u0438 \u0432\u043A\u043B\u044E\u0447\u0435\u043D\u0438\u0438 \u044D\u0442\u043E\u0439 \u043E\u043F\u0446\u0438\u0438 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u044F\u0442\u0441\u044F \u0432\u0441\u0435 \u043E\u0431\u043B\u0430\u0441\u0442\u0438 \u0432\u0441\u0435\u0439 \u0432\u0435\u0431-\u0441\u0442\u0440\u0430\u043D\u0438\u0446\u044B. \u041F\u0440\u0438 \u0432\u044B\u043A\u043B\u044E\u0447\u0435\u043D\u0438\u0438 \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u0443\u0435\u0442\u0441\u044F \u0438\u043D\u0442\u0435\u043B\u043B\u0435\u043A\u0442\u0443\u0430\u043B\u044C\u043D\u043E\u0435 \u0440\u0430\u0441\u043F\u043E\u0437\u043D\u0430\u0432\u0430\u043D\u0438\u0435 \u043F\u043E \u0443\u043C\u043E\u043B\u0447\u0430\u043D\u0438\u044E \u0438 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u044F\u0442\u0441\u044F \u0442\u043E\u043B\u044C\u043A\u043E \u043E\u0441\u043D\u043E\u0432\u043D\u044B\u0435 \u043E\u0431\u043B\u0430\u0441\u0442\u0438. (\u041D\u0435 \u0440\u0435\u043A\u043E\u043C\u0435\u043D\u0434\u0443\u0435\u0442\u0441\u044F \u0432\u043A\u043B\u044E\u0447\u0430\u0442\u044C)","the number of characters to be translated first":"\u041F\u0440\u044F\u043C\u043E\u0439 \u043F\u0435\u0440\u0435\u0432\u043E\u0434 \u043F\u0435\u0440\u0432\u044B\u0445 \u043D\u0435\u0441\u043A\u043E\u043B\u044C\u043A\u0438\u0445 \u0441\u0438\u043C\u0432\u043E\u043B\u043E\u0432 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u044B \u0431\u0435\u0437 \u043E\u0436\u0438\u0434\u0430\u043D\u0438\u044F \u043F\u0440\u043E\u043A\u0440\u0443\u0442\u043A\u0438 \u0432 \u043E\u0431\u043B\u0430\u0441\u0442\u044C \u043F\u0440\u043E\u0441\u043C\u043E\u0442\u0440\u0430","interface language":"\u044F\u0437\u044B\u043A \u0438\u043D\u0442\u0435\u0440\u0444\u0435\u0439\u0441\u0430","display both the original text and the translation":"\u041E\u0434\u043D\u043E\u0432\u0440\u0435\u043C\u0435\u043D\u043D\u043E\u0435 \u043E\u0442\u043E\u0431\u0440\u0430\u0436\u0435\u043D\u0438\u0435 \u043E\u0440\u0438\u0433\u0438\u043D\u0430\u043B\u0430 \u0438 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430","keyboard shortcuts":"\u041A\u043B\u0430\u0432\u0438\u0430\u0442\u0443\u0440\u043D\u044B\u0435 \u0441\u043E\u043A\u0440\u0430\u0449\u0435\u043D\u0438\u044F",modify:"\u041C\u043E\u0434\u0438\u0444\u0438\u043A\u0430\u0446\u0438\u044F \u043A\u043B\u0430\u0432\u0438\u0448 \u0431\u044B\u0441\u0442\u0440\u043E\u0433\u043E \u0434\u043E\u0441\u0442\u0443\u043F\u0430",reset:"\u043F\u0435\u0440\u0435\u043F\u0440\u043E\u0444\u0438\u043B\u0438\u0440\u043E\u0432\u0430\u043D\u0438\u0435",close:"\u043A\u043B\u043E\u0442\u0443\u0440\u0430",homepage:"\u0434\u043E\u043C\u0430\u0448\u043D\u044F\u044F \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u0430",more:"\u043F\u043E\u0434\u0440\u043E\u0431\u043D\u0435\u0435",moreOptions:"\u0420\u0430\u0441\u0448\u0438\u0440\u0435\u043D\u0438\u0435 \u0432\u043E\u0437\u043C\u043E\u0436\u043D\u043E\u0441\u0442\u0435\u0439 \u043D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0438",translateTheWholePage:"\u041F\u0435\u0440\u0435\u0432\u043E\u0434\u0438\u0442\u044C \u0432\u0441\u0435 \u043E\u0431\u043B\u0430\u0441\u0442\u0438 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u044B (\u0432 \u043E\u0442\u043B\u0438\u0447\u0438\u0435 \u043E\u0442 \u0438\u043D\u0442\u0435\u043B\u043B\u0435\u043A\u0442\u0443\u0430\u043B\u044C\u043D\u043E\u0433\u043E \u0440\u0430\u0441\u043F\u043E\u0437\u043D\u0430\u0432\u0430\u043D\u0438\u044F \u043E\u0441\u043D\u043E\u0432\u043D\u044B\u0445 \u043E\u0431\u043B\u0430\u0441\u0442\u0435\u0439)",changeToTranslateTheWholePage:"\u041F\u0435\u0440\u0435\u043A\u043B\u044E\u0447\u0435\u043D\u0438\u0435 \u043D\u0430 \u043F\u0435\u0440\u0435\u0432\u043E\u0434 \u0432\u0441\u0435\u0445 \u0440\u0435\u0433\u0438\u043E\u043D\u043E\u0432",changeToTranslateTheMainPage:'\u041F\u0435\u0440\u0435\u0445\u043E\u0434 \u0432 \u043E\u0441\u043D\u043E\u0432\u043D\u0443\u044E \u043E\u0431\u043B\u0430\u0441\u0442\u044C "\u041F\u0435\u0440\u0435\u0432\u043E\u0434',changeToOnlyTranslationMode:"\u041F\u0435\u0440\u0435\u043A\u043B\u044E\u0447\u0435\u043D\u0438\u0435 \u043D\u0430 \u043E\u0442\u043E\u0431\u0440\u0430\u0436\u0435\u043D\u0438\u0435 \u0442\u043E\u043B\u044C\u043A\u043E \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u043E\u0432",changeToDualTranslationMode:"\u041F\u0435\u0440\u0435\u0445\u043E\u0434 \u043D\u0430 \u0434\u0432\u0443\u044F\u0437\u044B\u0447\u043D\u044B\u0439 \u043F\u0435\u0440\u0435\u0432\u043E\u0434",translateToThePageEndImmediately:"\u041D\u0435\u043C\u0435\u0434\u043B\u0435\u043D\u043D\u044B\u0439 \u043F\u0435\u0440\u0435\u0432\u043E\u0434 \u0432 \u043D\u0438\u0436\u043D\u044E\u044E \u0447\u0430\u0441\u0442\u044C \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u044B",translateTheMainPage:"\u041A\u043B\u044E\u0447\u0435\u0432\u044B\u0435 \u0440\u0435\u0433\u0438\u043E\u043D\u044B \u0438\u043D\u0442\u0435\u043B\u043B\u0435\u043A\u0442\u0443\u0430\u043B\u044C\u043D\u043E\u0433\u043E \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430","The local rules are up to date":"\u041C\u0435\u0441\u0442\u043D\u044B\u0435 \u043F\u0440\u0430\u0432\u0438\u043B\u0430 \u0430\u0434\u0430\u043F\u0442\u0430\u0446\u0438\u0438 \u0441\u043E\u043E\u0442\u0432\u0435\u0442\u0441\u0442\u0432\u0443\u044E\u0442 \u0441\u043E\u0432\u0440\u0435\u043C\u0435\u043D\u043D\u044B\u043C \u0442\u0440\u0435\u0431\u043E\u0432\u0430\u043D\u0438\u044F\u043C.","Successfully synchronized with the latest official rules:":"\u0423\u0441\u043F\u0435\u0448\u043D\u0430\u044F \u0441\u0438\u043D\u0445\u0440\u043E\u043D\u0438\u0437\u0430\u0446\u0438\u044F \u0441 \u043F\u043E\u0441\u043B\u0435\u0434\u043D\u0438\u043C\u0438 \u043E\u0444\u0438\u0446\u0438\u0430\u043B\u044C\u043D\u044B\u043C\u0438 \u043F\u0440\u0430\u0432\u0438\u043B\u0430\u043C\u0438 \u0430\u0434\u0430\u043F\u0442\u0430\u0446\u0438\u0438.","Checking for updates":"\u041F\u0440\u043E\u0432\u0435\u0440\u043A\u0430 \u043D\u0430\u043B\u0438\u0447\u0438\u044F \u043E\u0431\u043D\u043E\u0432\u043B\u0435\u043D\u0438\u0439","Rules are being synchronized":"\u0421\u0438\u043D\u0445\u0440\u043E\u043D\u0438\u0437\u0430\u0446\u0438\u044F \u043F\u0440\u0430\u0432\u0438\u043B \u0430\u0434\u0430\u043F\u0442\u0430\u0446\u0438\u0438",localVersionIsTooOld:"\u0412\u0435\u0440\u0441\u0438\u044F \u043B\u043E\u043A\u0430\u043B\u044C\u043D\u043E\u0433\u043E \u0440\u0430\u0441\u0448\u0438\u0440\u0435\u043D\u0438\u044F \u0441\u043B\u0438\u0448\u043A\u043E\u043C \u0443\u0441\u0442\u0430\u0440\u0435\u043B\u0430, \u043F\u043E\u0436\u0430\u043B\u0443\u0439\u0441\u0442\u0430, \u043E\u0431\u043D\u043E\u0432\u0438\u0442\u0435 \u0440\u0430\u0441\u0448\u0438\u0440\u0435\u043D\u0438\u0435 \u0434\u043E {minVersion} \u0438\u043B\u0438 \u0431\u043E\u043B\u0435\u0435 \u043D\u043E\u0432\u043E\u0439 \u0432\u0435\u0440\u0441\u0438\u0438 \u043F\u0435\u0440\u0435\u0434 \u043F\u043E\u043F\u044B\u0442\u043A\u043E\u0439 \u0441\u0438\u043D\u0445\u0440\u043E\u043D\u0438\u0437\u0430\u0446\u0438\u0438.",badUserscriptBrowser:"\u0422\u0435\u043A\u0443\u0449\u0438\u0439 \u0431\u0440\u0430\u0443\u0437\u0435\u0440 \u043D\u0435\u043A\u043E\u0440\u0440\u0435\u043A\u0442\u043D\u043E \u0440\u0435\u0430\u043B\u0438\u0437\u0443\u0435\u0442 \u0438\u043D\u0442\u0435\u0440\u0444\u0435\u0439\u0441 \u0440\u0430\u0441\u0448\u0438\u0440\u0435\u043D\u0438\u044F Grease Monkey (\u043D\u0430\u043F\u0440\u0438\u043C\u0435\u0440, \u0434\u043B\u044F \u043F\u043E\u043B\u0443\u0447\u0435\u043D\u0438\u044F \u0438\u043D\u0444\u043E\u0440\u043C\u0430\u0446\u0438\u0438 \u043E \u043D\u043E\u043C\u0435\u0440\u0435 \u0432\u0435\u0440\u0441\u0438\u0438 \u0441\u0430\u043C\u043E\u0433\u043E \u0441\u043A\u0440\u0438\u043F\u0442\u0430 Grease Monkey), \u043F\u043E\u0436\u0430\u043B\u0443\u0439\u0441\u0442\u0430, \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u0443\u0439\u0442\u0435 \u0434\u0440\u0443\u0433\u0438\u0435 \u0431\u0440\u0430\u0443\u0437\u0435\u0440\u044B, <1>\u043F\u043E\u0434\u0434\u0435\u0440\u0436\u0438\u0432\u0430\u044E\u0449\u0438\u0435 \u0440\u0430\u0441\u0448\u0438\u0440\u0435\u043D\u0438\u0435 Grease Monkey, \u043D\u0430\u043F\u0440\u0438\u043C\u0435\u0440 Firefox.",foundNewVersion:"\u0417\u043D\u0430\u043A\u043E\u043C\u0441\u0442\u0432\u043E \u0441 \u043D\u043E\u0432\u043E\u0439 \u0432\u0435\u0440\u0441\u0438\u0435\u0439",theLocalExtensionIsUpToUpdate:"\u0422\u0435\u043A\u0443\u0449\u0435\u0435 \u0440\u0430\u0441\u0448\u0438\u0440\u0435\u043D\u0438\u0435 \u044F\u0432\u043B\u044F\u0435\u0442\u0441\u044F \u0430\u043A\u0442\u0443\u0430\u043B\u044C\u043D\u044B\u043C.",failToSyncRules:"\u041D\u0435\u0432\u043E\u0437\u043C\u043E\u0436\u043D\u043E\u0441\u0442\u044C \u0441\u0438\u043D\u0445\u0440\u043E\u043D\u0438\u0437\u0430\u0446\u0438\u0438 \u043F\u043E\u0441\u043B\u0435\u0434\u043D\u0438\u0445 \u043F\u0440\u0430\u0432\u0438\u043B \u0430\u0434\u0430\u043F\u0442\u0430\u0446\u0438\u0438",retry:"\u041D\u0430\u0436\u043C\u0438\u0442\u0435 \u0437\u0434\u0435\u0441\u044C, \u0447\u0442\u043E\u0431\u044B \u043F\u043E\u0432\u0442\u043E\u0440\u0438\u0442\u044C \u043F\u043E\u043F\u044B\u0442\u043A\u0443",failedReason:"\u041F\u0440\u0438\u0447\u0438\u043D\u044B \u043D\u0435\u0443\u0434\u0430\u0447",currentRuleVersion:"\u0414\u0435\u0439\u0441\u0442\u0432\u0443\u044E\u0449\u0430\u044F \u0440\u0435\u0434\u0430\u043A\u0446\u0438\u044F \u043F\u0440\u0430\u0432\u0438\u043B",calculating:"\u0440\u0430\u0441\u0447\u0435\u0442\u044B",unknownError:"\u043D\u0435\u0438\u0437\u0432\u0435\u0441\u0442\u043D\u0430\u044F \u043E\u0448\u0438\u0431\u043A\u0430",canNotFetchRemoteRule:"\u041D\u0435\u0432\u043E\u0437\u043C\u043E\u0436\u043D\u043E \u043F\u043E\u043B\u0443\u0447\u0438\u0442\u044C \u0443\u0434\u0430\u043B\u0435\u043D\u043D\u044B\u0435 \u043F\u0440\u0430\u0432\u0438\u043B\u0430",enableAlphaSuccess:"\u0410\u043B\u044C\u0444\u0430 \u0432\u043A\u043B\u044E\u0447\u0435\u043D\u0430",disableAlphaSuccess:"\u0424\u0443\u043D\u043A\u0446\u0438\u044F \u0430\u043B\u044C\u0444\u0430 \u043E\u0442\u043A\u043B\u044E\u0447\u0435\u043D\u0430",cacheSize:"\u0420\u0430\u0437\u043C\u0435\u0440 \u043A\u044D\u0448\u0430\uFF1A",cleaning:"\u0432 \u043F\u0440\u043E\u0446\u0435\u0441\u0441\u0435 \u043B\u0438\u043A\u0432\u0438\u0434\u0430\u0446\u0438\u0438",cleanCache:"\u043E\u0447\u0438\u0441\u0442\u0438\u0442\u044C \u043A\u044D\u0448",options:"\u043D\u0430\u0441\u0442\u0440\u0430\u0438\u0432\u0430\u0442\u044C",about:"\u043F\u043E \u043E\u0442\u043D\u043E\u0448\u0435\u043D\u0438\u044E \u043A",service:"\u0443\u0441\u043B\u0443\u0433\u0430 \u0443\u0441\u0442\u043D\u043E\u0433\u043E \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430",needAction:"(\u041F\u0435\u0440\u0435\u0439\u0442\u0438 \u043A \u043D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0430\u043C)",goSettings:"\u043F\u0435\u0440\u0435\u0439\u0434\u0438\u0442\u0435 \u043A \u043D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0435",needActionForOptions:"(\u0443\u0441\u0442\u0430\u043D\u0430\u0432\u043B\u0438\u0432\u0430\u0435\u0442\u0441\u044F)",translationEngine:"\u041E\u043F\u0446\u0438\u0438 \u0434\u0432\u0438\u0433\u0430\u0442\u0435\u043B\u044F",sourceLanguage:"\u042F\u0437\u044B\u043A \u043E\u0440\u0438\u0433\u0438\u043D\u0430\u043B\u0430",target:"\u044F\u0437\u044B\u043A \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430",popupSourceLanguage:"\u042F\u0437\u044B\u043A \u043E\u0440\u0438\u0433\u0438\u043D\u0430\u043B\u0430",popupTarget:"\u044F\u0437\u044B\u043A \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430",popupService:"\u0443\u0441\u043B\u0443\u0433\u0430 \u0443\u0441\u0442\u043D\u043E\u0433\u043E \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430",forThisSite:"\u0422\u0435\u043A\u0443\u0449\u0438\u0439 \u0441\u0430\u0439\u0442",autoEnableSubtitle:"\u0410\u0432\u0442\u043E\u043C\u0430\u0442\u0438\u0447\u0435\u0441\u043A\u043E\u0435 \u043E\u0442\u043A\u0440\u044B\u0442\u0438\u0435 \u0434\u0432\u0443\u044F\u0437\u044B\u0447\u043D\u044B\u0445 \u0441\u0443\u0431\u0442\u0438\u0442\u0440\u043E\u0432",alwaysTranslate:"\u0412\u0441\u0435\u0433\u0434\u0430 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0438\u0442\u0435",neverTranslate:"\u041D\u0438\u043A\u043E\u0433\u0434\u0430 \u043D\u0435 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0438\u0442\u0435",alwaysTranslateSomeLanguage:"\u0412\u0441\u0435\u0433\u0434\u0430 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0438\u0442\u0435 {language}",neverTranslateSomeLanguage:"\u041D\u0438\u043A\u043E\u0433\u0434\u0430 \u043D\u0435 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0438\u0442\u0435 {language}",alwaysTranslateSomeSite:"\u0412\u0441\u0435\u0433\u0434\u0430 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0438\u0442\u0435 {hostname}",neverTranslateSomeSite:"\u041D\u0438\u043A\u043E\u0433\u0434\u0430 \u043D\u0435 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0438\u0442\u0435 {hostname}",alwaysTranslateSomeSiteOrWildSite:"\u0412\u0441\u0435\u0433\u0434\u0430 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0438\u0442\u0435 \u0441\u0430\u0439\u0442",alwaysTranslateSomePage:"\u0412\u0441\u0435\u0433\u0434\u0430 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0438\u0442\u0435 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u0443",add:"\u0443\u0432\u0435\u043B\u0438\u0447\u0438\u0442\u044C",default:"\u043F\u043E \u0443\u043C\u043E\u043B\u0447\u0430\u043D\u0438\u044E (\u043D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0430)",forThisLanguage:"\u0414\u043B\u044F \u044D\u0442\u043E\u0433\u043E \u044F\u0437\u044B\u043A\u0430\uFF1A","add url":"\u0412\u0432\u0435\u0434\u0438\u0442\u0435 URL",edit:"\u043A\u043E\u043C\u043F\u0438\u043B\u044F\u0442\u043E\u0440","translate other languages into specific language":"\u041F\u0435\u0440\u0435\u0432\u043E\u0434 \u0434\u0440\u0443\u0433\u0438\u0445 \u044F\u0437\u044B\u043A\u043E\u0432 \u043D\u0430 \u0443\u0441\u0442\u0430\u043D\u043E\u0432\u043B\u0435\u043D\u043D\u044B\u0439 \u0432\u0430\u043C\u0438 \u044F\u0437\u044B\u043A","select translation service":"\u0412\u044B\u0431\u0435\u0440\u0438\u0442\u0435 \u0441\u043B\u0443\u0436\u0431\u0443 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430",language:"\u043C\u043D\u043E\u0433\u043E\u044F\u0437\u044B\u0447\u0438\u0435","show-original":"\u041F\u043E\u043A\u0430\u0437\u0430\u0442\u044C \u043E\u0440\u0438\u0433\u0438\u043D\u0430\u043B\u044C\u043D\u044B\u0439 \u0442\u0435\u043A\u0441\u0442",translate:"\u0440\u0435\u043D\u0434\u0435\u0440\u0438\u043D\u0433",Translated:"\u043F\u0435\u0440\u0435\u0432\u0435\u0434\u0435\u043D\u043E",Translating:"\u0432 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0435",Error:"\u043D\u0435\u0432\u0435\u0440\u043D\u044B\u0439",allowCacheTranslations:"\u0412\u043A\u043B\u044E\u0447\u0438\u0442\u044C \u043B\u043E\u043A\u0430\u043B\u044C\u043D\u043E\u0435 \u043A\u044D\u0448\u0438\u0440\u043E\u0432\u0430\u043D\u0438\u0435 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u043E\u0432 (\u0434\u043B\u044F \u0443\u043C\u0435\u043D\u044C\u0448\u0435\u043D\u0438\u044F \u043A\u043E\u043B\u0438\u0447\u0435\u0441\u0442\u0432\u0430 \u0437\u0430\u043F\u0440\u043E\u0441\u043E\u0432 \u043D\u0430 \u043F\u0435\u0440\u0435\u0432\u043E\u0434 \u0434\u0443\u0431\u043B\u0438\u0440\u0443\u044E\u0449\u0438\u0445\u0441\u044F \u043E\u0442\u0440\u044B\u0432\u043A\u043E\u0432)","translation display":"\u0421\u0442\u0438\u043B\u044C \u043E\u0442\u043E\u0431\u0440\u0430\u0436\u0435\u043D\u0438\u044F \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430","select diplay style":"\u0420\u0430\u0437\u043B\u0438\u0447\u0430\u0442\u044C \u0441\u0442\u0438\u043B\u0438 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430, \u043E\u043F\u0438\u0440\u0430\u044F\u0441\u044C \u043D\u0430 \u0441\u043B\u0435\u0434\u0443\u044E\u0449\u0438\u0435 \u043F\u0440\u0438\u043C\u0435\u0440\u044B",interface:"\u041D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0438 \u0438\u043D\u0442\u0435\u0440\u0444\u0435\u0439\u0441\u0430",import_export:"\u0418\u043C\u043F\u043E\u0440\u0442/\u044D\u043A\u0441\u043F\u043E\u0440\u0442",import_export_title:"\u041A\u043E\u043D\u0444\u0438\u0433\u0443\u0440\u0430\u0446\u0438\u044F \u0438\u043C\u043F\u043E\u0440\u0442\u0430/\u044D\u043A\u0441\u043F\u043E\u0440\u0442\u0430",syncToGoogleDrive:"\u0422\u0435\u043F\u0435\u0440\u044C \u0441\u0438\u043D\u0445\u0440\u043E\u043D\u0438\u0437\u0430\u0446\u0438\u044F \u0441 Google Drive",floatBallOptions:"\u041D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0438 \u0445\u043E\u0432\u0435\u0440\u0431\u043E\u043B\u0430","floatBallOptions.enable":"\u0412\u043A\u043B\u044E\u0447\u0438\u0442\u044C \u0445\u043E\u0432\u0435\u0440\u0431\u043E\u043B","floatBallOptions.blockUrls":"\u041E\u0442\u043A\u043B\u044E\u0447\u0438\u0442\u044C \u0441\u0430\u0439\u0442","floatBallOptions.add":"\u0443\u0432\u0435\u043B\u0438\u0447\u0438\u0442\u044C","floatBallOptions.blockUrlDesc":"\u041F\u0430\u0440\u044F\u0449\u0438\u0435 \u0448\u0430\u0440\u044B \u043D\u0435 \u043E\u0442\u043E\u0431\u0440\u0430\u0436\u0430\u044E\u0442\u0441\u044F, \u043A\u043E\u0433\u0434\u0430 \u0432\u0441\u0442\u0440\u0435\u0447\u0430\u044E\u0442\u0441\u044F \u0441\u043B\u0435\u0434\u0443\u044E\u0449\u0438\u0435 \u0441\u0430\u0439\u0442\u044B","floatBallOptions.clickType":"\u043F\u043E\u0432\u0435\u0434\u0435\u043D\u0438\u0435 \u043F\u0440\u0438 \u043D\u0430\u0436\u0430\u0442\u0438\u0438","floatBallOptions.clickTypeDesc":"\u041F\u043E\u0432\u0435\u0434\u0435\u043D\u0438\u0435 \u0438\u043A\u043E\u043D\u043A\u0438 \u0445\u043E\u0432\u0435\u0440\u0431\u043E\u043B\u0430 \u043F\u0440\u0438 \u043D\u0430\u0436\u0430\u0442\u0438\u0438","floatBallOptions.clickPopup":"\u041F\u043E\u043A\u0430\u0437\u0430\u0442\u044C \u043F\u0430\u043D\u0435\u043B\u044C \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430","floatBallOptions.clickTranslate":"\u041F\u0435\u0440\u0435\u0432\u043E\u0434/\u043E\u0442\u043E\u0431\u0440\u0430\u0436\u0435\u043D\u0438\u0435 \u043E\u0440\u0438\u0433\u0438\u043D\u0430\u043B\u044C\u043D\u043E\u0433\u043E \u0442\u0435\u043A\u0441\u0442\u0430","floatBallOptions.fixedPosition":"\u56FA\u5B9A\u4F4D\u7F6E","floatBallOptions.fixedPositionDesc":"\u60AC\u6D6E\u7403\u5728\u7A97\u53E3\u5DE6\u4FA7\u8FD8\u662F\u53F3\u4FA7","floatBallOptions.fixedPositionLeft":"\u5DE6\u4FA7","floatBallOptions.fixedPositionRight":"\u53F3\u4FA7",previewAllThemes:"\u041F\u0440\u0435\u0434\u0432\u0430\u0440\u0438\u0442\u0435\u043B\u044C\u043D\u044B\u0439 \u043F\u0440\u043E\u0441\u043C\u043E\u0442\u0440 \u0432\u0441\u0435\u0445 \u0441\u0442\u0438\u043B\u0435\u0439","translationTheme.none":"\u043D\u0435 \u0438\u043C\u0435\u0442\u044C","translationTheme.grey":"\u0442\u0451\u043C\u043D\u043E-\u0441\u0435\u0440\u044B\u0439","translationTheme.dashed":"\u043F\u0443\u043D\u043A\u0442\u0438\u0440\u043D\u043E\u0435 \u043F\u043E\u0434\u0447\u0451\u0440\u043A\u0438\u0432\u0430\u043D\u0438\u0435","translationTheme.dotted":"\u0442\u043E\u0447\u0435\u0447\u043D\u043E\u0435 \u043F\u043E\u0434\u0447\u0435\u0440\u043A\u0438\u0432\u0430\u043D\u0438\u0435","translationTheme.dashedBorder":"\u043F\u0443\u043D\u043A\u0442\u0438\u0440\u043D\u0430\u044F \u0433\u0440\u0430\u043D\u0438\u0446\u0430","translationTheme.solidBorder":"\u0441\u043F\u043B\u043E\u0448\u043D\u0430\u044F \u0433\u0440\u0430\u043D\u0438\u0446\u0430","translationTheme.underline":"\u041F\u043E\u0434\u0447\u0435\u0440\u043A\u0438\u0432\u0430\u043D\u0438\u0435 \u043F\u0440\u044F\u043C\u044B\u0445 \u043B\u0438\u043D\u0438\u0439","translationTheme.mask":"\u041D\u0435\u0447\u0435\u0442\u043A\u0438\u0435 \u044D\u0444\u0444\u0435\u043A\u0442\u044B (\u0440\u0435\u0436\u0438\u043C\u044B \u043E\u0431\u0443\u0447\u0435\u043D\u0438\u044F)","translationTheme.opacity":"\u044D\u0444\u0444\u0435\u043A\u0442 \u043F\u0440\u043E\u0437\u0440\u0430\u0447\u043D\u043E\u0441\u0442\u0438","translationTheme.paper":"\u042D\u0444\u0444\u0435\u043A\u0442 \u0442\u0435\u043D\u0438 \u043E\u0442 \u0431\u0435\u043B\u043E\u0439 \u0431\u0443\u043C\u0430\u0433\u0438","translationTheme.dividingLine":"\u0440\u0430\u0437\u0434\u0435\u043B\u0438\u0442\u0435\u043B\u044C\u043D\u0430\u044F \u043B\u0438\u043D\u0438\u044F","translationTheme.highlight":"\u0432\u044B\u0441\u043E\u043A\u0430\u044F \u044F\u0440\u043A\u043E\u0441\u0442\u044C","translationTheme.marker":"\u043C\u0430\u0440\u043A\u0435\u0440 (\u0437\u0430\u0438\u043C\u0441\u0442\u0432\u043E\u0432\u0430\u043D\u043D\u043E\u0435 \u0441\u043B\u043E\u0432\u043E)","translationTheme.marker2":"\u041C\u0430\u0440\u043A\u0435\u0440 2","translationTheme.blockquote":"\u0421\u0442\u0438\u043B\u0438 \u0441\u0441\u044B\u043B\u043E\u043A","translationTheme.weakening":"\u043E\u0441\u043B\u0430\u0431\u043B\u0435\u043D\u0438\u0435","translationTheme.italic":"\u043D\u0430\u043A\u043B\u043E\u043D\u043D\u044B\u0439 \u0448\u0440\u0438\u0444\u0442","translationTheme.bold":"\u0441\u0433\u0443\u0441\u0442\u0438\u0442\u044C","translationTheme.thinDashed":"\u0442\u043E\u043D\u043A\u0430\u044F \u043F\u0443\u043D\u043A\u0442\u0438\u0440\u043D\u0430\u044F \u043B\u0438\u043D\u0438\u044F \u043F\u043E\u0434\u0447\u0435\u0440\u043A\u0438\u0432\u0430\u043D\u0438\u0435","translationTheme.nativeDashed":"\u0421\u0438\u0441\u0442\u0435\u043C\u0430 \u043F\u043E\u0441\u0442\u0430\u0432\u043B\u044F\u0435\u0442\u0441\u044F \u0441 \u043F\u0443\u043D\u043A\u0442\u0438\u0440\u043D\u044B\u043C \u043F\u043E\u0434\u0447\u0435\u0440\u043A\u0438\u0432\u0430\u043D\u0438\u0435\u043C","translationTheme.nativeDotted":"\u0421\u0438\u0441\u0442\u0435\u043C\u0430 \u043F\u043E\u0441\u0442\u0430\u0432\u043B\u044F\u0435\u0442\u0441\u044F \u0441 \u043F\u0443\u043D\u043A\u0442\u0438\u0440\u043D\u044B\u043C \u043F\u043E\u0434\u0447\u0435\u0440\u043A\u0438\u0432\u0430\u043D\u0438\u0435\u043C","translationTheme.nativeUnderline":"\u0421\u0438\u0441\u0442\u0435\u043C\u0430 \u043F\u043E\u0441\u0442\u0430\u0432\u043B\u044F\u0435\u0442\u0441\u044F \u0441 \u043F\u0440\u044F\u043C\u044B\u043C \u043F\u043E\u0434\u0441\u0442\u0440\u043E\u0447\u043D\u0438\u043A\u043E\u043C","translationTheme.wavy":"\u0432\u043E\u043B\u043D\u0438\u0441\u0442\u0430\u044F \u043B\u0438\u043D\u0438\u044F","translationServices.custom":"\u041F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u0435\u043B\u044C\u0441\u043A\u0438\u0439 API","translationServices.tencent":"\u041F\u0435\u0440\u0435\u0432\u043E\u0434\u0447\u0438\u043A Tencent","translationServices.tenAlpha":"Tencent Translator (Alpha)","translationServices.google":"Google Translate","translationServices.bai":"Baidu (Alpha)","translationServices.baidu":"\u041F\u0435\u0440\u0435\u0432\u043E\u0434 Baidu","translationServices.aliyun":"\u041F\u0435\u0440\u0435\u0432\u043E\u0434 AliCloud","translationServices.volc":"\u043F\u0435\u0440\u0435\u0432\u043E\u0434 \u0432\u0443\u043B\u043A\u0430\u043D\u0430","translationServices.deeplx":"DeepLX (Beta)","translationServices.bing":"Microsoft Translate","translationServices.deepl":"DeepL","translationServices.wechat":"\u041F\u0435\u0440\u0435\u0432\u043E\u0434 WeChat","translationServices.azure":"\u041B\u0430\u0437\u0443\u0440\u043D\u044B\u0439 \u043F\u0435\u0440\u0435\u0432\u043E\u0434","translationServices.ibm":"IBM Watson","translationServices.aws":"\u041F\u0435\u0440\u0435\u0432\u043E\u0434 Amazon","translationServices.mock":"\u0418\u043C\u0438\u0442\u0430\u0446\u0438\u044F \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430","translationServices.mock2":"\u0418\u043C\u0438\u0442\u0430\u0446\u0438\u044F \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430 2","translationServices.caiyun":"\u043B\u0438\u0442. \u0440\u0430\u0437\u043D\u043E\u0446\u0432\u0435\u0442\u043D\u044B\u0435 \u043E\u0431\u043B\u0430\u043A\u0430 \u0438 \u043D\u0435\u0431\u043E\u043B\u044C\u0448\u0438\u0435 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u044B","translationServices.cai":"\u0420\u0430\u0437\u043D\u043E\u0446\u0432\u0435\u0442\u043D\u044B\u0435 \u043E\u0431\u043B\u0430\u043A\u0430 (\u0410\u043B\u044C\u0444\u0430)","translationServices.volcAlpha":"\u0412\u0443\u043B\u043A\u0430\u043D (\u0410\u043B\u044C\u0444\u0430)","translationServices.openl":"OpenL","translationServices.youdao":"\u041F\u0435\u0440\u0435\u0432\u043E\u0434 \u043D\u0430 Youtube","translationServices.you":"\u041F\u0435\u0440\u0435\u0432\u043E\u0434\u0447\u0438\u043A Youdao (\u0410\u043B\u044C\u0444\u0430)","translationServices.transmart":"\u041F\u0435\u0440\u0435\u0432\u043E\u0434 Tencent Interactive","translationServices.niu":"Maverick Translator","translationServices.papago":"\u041F\u0435\u0440\u0435\u0432\u043E\u0434 Papago","translationServices.d":"D (Alpha)","translationServices.dpro":"D Pro (Canary)","translationServices.openai":"OpenAI","translationServices.yandex":"Yandex","translationServices.chatgpt":"ChatGPT Web(3.5 mobile)","translate title":"\u041F\u0435\u0440\u0435\u0432\u043E\u0434 \u0437\u0430\u0433\u043E\u043B\u043E\u0432\u043A\u043E\u0432 \u0441\u0442\u0440\u0430\u043D\u0438\u0446","always languages":"\u0412\u0441\u0435\u0433\u0434\u0430 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0438\u0442\u0435 \u044F\u0437\u044B\u043A",neverTranslateLanguagesLabel:"\u042F\u0437\u044B\u043A, \u043A\u043E\u0442\u043E\u0440\u044B\u0439 \u043D\u0438\u043A\u043E\u0433\u0434\u0430 \u043D\u0435 \u0431\u0443\u0434\u0435\u0442 \u043F\u0435\u0440\u0435\u0432\u0435\u0434\u0435\u043D",neverTranslateTheFollowingLanguagesDescription:"\u041F\u0435\u0440\u0435\u0432\u043E\u0434\u044B \u043F\u0440\u043E\u043F\u0443\u0441\u043A\u0430\u044E\u0442\u0441\u044F, \u0435\u0441\u043B\u0438 \u0430\u0431\u0437\u0430\u0446 \u043D\u0430 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u0435 \u043D\u0430\u043F\u0438\u0441\u0430\u043D \u043D\u0430 \u043E\u0434\u043D\u043E\u043C \u0438\u0437 \u0441\u043B\u0435\u0434\u0443\u044E\u0449\u0438\u0445 \u044F\u0437\u044B\u043A\u043E\u0432",enableUserscriptPagePopup:"\u041F\u043E\u043A\u0430\u0437\u044B\u0432\u0430\u0442\u044C \u043D\u0430\u0432\u0435\u0434\u0435\u043D\u043D\u044B\u0439 \u0448\u0430\u0440 \u043D\u0430 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u0435",enableUserscriptPagePopupDescription:"\u041F\u043E\u0441\u043B\u0435 \u0432\u044B\u043A\u043B\u044E\u0447\u0435\u043D\u0438\u044F \u0445\u043E\u0432\u0435\u0440\u0431\u043E\u043B\u0430 \u0435\u0433\u043E \u043C\u043E\u0436\u043D\u043E \u0432\u044B\u0437\u0432\u0430\u0442\u044C \u0441 \u043F\u043E\u043C\u043E\u0449\u044C\u044E \u044F\u0440\u043B\u044B\u043A\u0430 /{touch}. \u041D\u0430\u0441\u0442\u043E\u044F\u0442\u0435\u043B\u044C\u043D\u043E \u0440\u0435\u043A\u043E\u043C\u0435\u043D\u0434\u0443\u0435\u0442\u0441\u044F \u0434\u043E\u0431\u0430\u0432\u0438\u0442\u044C \u044D\u0442\u0443 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u0443 \u043D\u0430\u0441\u0442\u0440\u043E\u0435\u043A \u0432 \u0437\u0430\u043A\u043B\u0430\u0434\u043A\u0438, \u0447\u0442\u043E\u0431\u044B \u043D\u0435 \u043D\u0430\u0439\u0442\u0438 \u0445\u043E\u0432\u0435\u0440\u0431\u043E\u043B \u043F\u043E\u0441\u043B\u0435 \u0441\u043B\u0443\u0447\u0430\u0439\u043D\u043E\u0433\u043E \u043E\u0442\u043A\u043B\u044E\u0447\u0435\u043D\u0438\u044F \u044D\u0442\u043E\u0439 \u043E\u043F\u0446\u0438\u0438!","always translate the following languages":"\u0410\u0432\u0442\u043E\u043C\u0430\u0442\u0438\u0447\u0435\u0441\u043A\u0438\u0439 \u043F\u0435\u0440\u0435\u0432\u043E\u0434 \u043D\u0430 \u0446\u0435\u043B\u0435\u0432\u043E\u0439 \u044F\u0437\u044B\u043A, \u0435\u0441\u043B\u0438 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u0430 \u043D\u0430\u043F\u0438\u0441\u0430\u043D\u0430 \u043D\u0430 \u043E\u0434\u043D\u043E\u043C \u0438\u0437 \u0441\u043B\u0435\u0434\u0443\u044E\u0449\u0438\u0445 \u044F\u0437\u044B\u043A\u043E\u0432","always sites":"\u0412\u0441\u0435\u0433\u0434\u0430 \u043F\u0435\u0440\u0435\u0432\u0435\u0434\u0435\u043D\u043D\u044B\u0435 \u0432\u0435\u0431-\u0441\u0430\u0439\u0442\u044B","always translate the following sites":"\u0412\u0435\u0431-\u0441\u0430\u0439\u0442\u044B \u0430\u0432\u0442\u043E\u043C\u0430\u0442\u0438\u0447\u0435\u0441\u043A\u0438 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u044F\u0442\u0441\u044F \u043D\u0430 \u044F\u0437\u044B\u043A \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430, \u0435\u0441\u043B\u0438 \u043E\u043D\u0438 \u044F\u0432\u043B\u044F\u044E\u0442\u0441\u044F \u0434\u043E\u043C\u0435\u043D\u043D\u044B\u043C\u0438 \u0438\u043C\u0435\u043D\u0430\u043C\u0438","never sites":"\u041D\u0435\u043F\u0435\u0440\u0435\u0432\u0435\u0434\u0435\u043D\u043D\u044B\u0439 \u0441\u0430\u0439\u0442","never translate the following sites":"\u041F\u0435\u0440\u0435\u0432\u043E\u0434 \u043D\u0435 \u0431\u0443\u0434\u0435\u0442 \u0432\u044B\u043F\u043E\u043B\u043D\u044F\u0442\u044C\u0441\u044F, \u0435\u0441\u043B\u0438 \u0441\u0430\u0439\u0442 \u043F\u0440\u0435\u0434\u043D\u0430\u0437\u043D\u0430\u0447\u0435\u043D \u0434\u043B\u044F \u0441\u043B\u0435\u0434\u0443\u044E\u0449\u0438\u0445 \u0434\u043E\u043C\u0435\u043D\u043E\u0432","please refer to":"\u041F\u0435\u0440\u0435\u0434 \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u043D\u0438\u0435\u043C \u043D\u0435\u043E\u0431\u0445\u043E\u0434\u0438\u043C\u043E \u0437\u0430\u043F\u043E\u043B\u043D\u0438\u0442\u044C \u043A\u043B\u044E\u0447.",KeyAndConfigurationTutorial:"\u0423\u0447\u0435\u0431\u043D\u0438\u043A \u043F\u043E \u043F\u0440\u0438\u043C\u0435\u043D\u0435\u043D\u0438\u044E \u0438 \u043D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0435 \u043A\u043B\u044E\u0447\u0435\u0439",useAboveStyleForTheseSites:"\u0412\u0441\u0435\u0433\u0434\u0430 \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u0443\u0439\u0442\u0435 \u0441\u0442\u0438\u043B\u044C \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430 \u2308{theme}\u230B, \u0435\u0441\u043B\u0438 \u0441\u0430\u0439\u0442 \u043F\u0440\u0435\u0434\u043D\u0430\u0437\u043D\u0430\u0447\u0435\u043D \u0434\u043B\u044F \u0441\u043B\u0435\u0434\u0443\u044E\u0449\u0438\u0445 \u0434\u043E\u043C\u0435\u043D\u043E\u0432",currentUrl:"\u0422\u0435\u043A\u0443\u0449\u0438\u0439 URL",confirm:"\u0441\u043E\u0445\u0440\u0430\u043D\u044F\u0442\u044C (\u0444\u0430\u0439\u043B \u0438 \u0442.\u0434.) (\u0432\u044B\u0447\u0438\u0441\u043B\u0438\u0442\u0435\u043B\u044C\u043D\u0430\u044F \u0442\u0435\u0445\u043D\u0438\u043A\u0430)",cancel:"\u043E\u0442\u043C\u0435\u043D\u044B",delete:"\u0443\u0434\u0430\u043B\u0435\u043D\u0438\u0435","languages.auto":"\u0430\u0432\u0442\u043E\u043C\u0430\u0442\u0438\u0447\u0435\u0441\u043A\u043E\u0435 \u043E\u0431\u043D\u0430\u0440\u0443\u0436\u0435\u043D\u0438\u0435",syncToCloud:"\u0421\u0438\u043D\u0445\u0440\u043E\u043D\u0438\u0437\u0430\u0446\u0438\u044F \u0441 Google Drive",syncToCloudDescription:"\u0417\u0430\u0433\u0440\u0443\u0436\u0435\u043D\u043D\u0430\u044F \u0432 \u043E\u0431\u043B\u0430\u043A\u043E, \u043A\u043E\u043D\u0444\u0438\u0433\u0443\u0440\u0430\u0446\u0438\u044F \u043C\u043E\u0436\u0435\u0442 \u0431\u044B\u0442\u044C \u0441\u0438\u043D\u0445\u0440\u043E\u043D\u0438\u0437\u0438\u0440\u043E\u0432\u0430\u043D\u0430 \u043C\u0435\u0436\u0434\u0443 \u0440\u0430\u0437\u043B\u0438\u0447\u043D\u044B\u043C\u0438 \u0431\u0440\u0430\u0443\u0437\u0435\u0440\u0430\u043C\u0438/\u0441\u043A\u0440\u0438\u043F\u0442\u0430\u043C\u0438 grease monkey, \u0432 \u0437\u0430\u0432\u0438\u0441\u0438\u043C\u043E\u0441\u0442\u0438 \u043E\u0442 \u0442\u043E\u0433\u043E, \u0447\u0442\u043E \u0431\u044B\u043B\u043E \u0438\u0437\u043C\u0435\u043D\u0435\u043D\u043E \u043F\u043E\u0441\u043B\u0435\u0434\u043D\u0438\u043C.",syncToAccount:"\u0421\u0438\u043D\u0445\u0440\u043E\u043D\u0438\u0437\u0430\u0446\u0438\u044F \u0441 \u043E\u0431\u043B\u0430\u043A\u043E\u043C \u0438\u043C\u043C\u0435\u0440\u0441\u0438\u0432\u043D\u043E\u0433\u043E \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430",syncToAccountButton:"\u041C\u0433\u043D\u043E\u0432\u0435\u043D\u043D\u0430\u044F \u0441\u0438\u043D\u0445\u0440\u043E\u043D\u0438\u0437\u0430\u0446\u0438\u044F \u0441 \u043E\u0431\u043B\u0430\u043A\u043E\u043C",syncToAccountDescription:"\u0410\u0432\u0442\u043E\u043C\u0430\u0442\u0438\u0447\u0435\u0441\u043A\u0430\u044F \u0441\u0438\u043D\u0445\u0440\u043E\u043D\u0438\u0437\u0430\u0446\u0438\u044F \u043A\u043E\u043D\u0444\u0438\u0433\u0443\u0440\u0430\u0446\u0438\u0439 \u043C\u0435\u0436\u0434\u0443 \u0440\u0430\u0437\u043B\u0438\u0447\u043D\u044B\u043C\u0438 \u0443\u0441\u0442\u0440\u043E\u0439\u0441\u0442\u0432\u0430\u043C\u0438 \u0432 \u0437\u0430\u0432\u0438\u0441\u0438\u043C\u043E\u0441\u0442\u0438 \u043E\u0442 \u0442\u043E\u0433\u043E, \u043A\u0430\u043A\u0430\u044F \u0438\u0437 \u043D\u0438\u0445 \u0431\u044B\u043B\u0430 \u0438\u0437\u043C\u0435\u043D\u0435\u043D\u0430 \u043F\u043E\u0441\u043B\u0435\u0434\u043D\u0435\u0439.",successSyncConfigInAccount:"\u0423\u0441\u043F\u0435\u0448\u043D\u0430\u044F \u0441\u0438\u043D\u0445\u0440\u043E\u043D\u0438\u0437\u0430\u0446\u0438\u044F \u0441 \u043E\u0431\u043B\u0430\u043A\u043E\u043C",successSyncConfigToAccount:"\u0423\u0441\u043F\u0435\u0448\u043D\u0430\u044F \u0441\u0438\u043D\u0445\u0440\u043E\u043D\u0438\u0437\u0430\u0446\u0438\u044F \u0441 \u043E\u0431\u043B\u0430\u043A\u043E\u043C",syncConfigNoUpdate:"\u041E\u043D\u0430 \u0443\u0436\u0435 \u0441\u043E\u043E\u0442\u0432\u0435\u0442\u0441\u0442\u0432\u0443\u0435\u0442 \u0441\u043E\u0432\u0440\u0435\u043C\u0435\u043D\u043D\u044B\u043C \u0442\u0440\u0435\u0431\u043E\u0432\u0430\u043D\u0438\u044F\u043C.",authFail:"\u0421\u0431\u043E\u0439 \u0430\u0432\u0442\u043E\u0440\u0438\u0437\u0430\u0446\u0438\u0438",syncTitle:"\u0420\u0443\u0447\u043D\u043E\u0435 \u0443\u043F\u0440\u0430\u0432\u043B\u0435\u043D\u0438\u0435 \u0440\u0435\u0437\u0435\u0440\u0432\u043D\u044B\u043C \u043A\u043E\u043F\u0438\u0440\u043E\u0432\u0430\u043D\u0438\u0435\u043C",import_hint:"\u0438\u043C\u043F\u043E\u0440\u0442 (\u0434\u0430\u043D\u043D\u044B\u0435)",upload:"\u0437\u0430\u0433\u0440\u0443\u0437\u0438\u0442\u044C",revokeAuth:"\u043E\u0442\u043E\u0437\u0432\u0430\u0442\u044C \u0440\u0430\u0437\u0440\u0435\u0448\u0435\u043D\u0438\u0435",uploadFail:"\u0417\u0430\u0433\u0440\u0443\u0437\u043A\u0430 \u043D\u0435 \u0443\u0434\u0430\u043B\u0430\u0441\u044C",download:"\u0437\u0430\u0433\u0440\u0443\u0437\u043A\u0430",importSuccess:"\u0423\u0441\u043F\u0435\u0448\u043D\u043E \u0438\u043C\u043F\u043E\u0440\u0442\u0438\u0440\u0443\u0435\u0442\u0441\u044F",importFail:"\u0441\u0431\u043E\u0439 \u0438\u043C\u043F\u043E\u0440\u0442\u0430",deleteFail:"\u041D\u0435 \u0443\u0434\u0430\u043B\u043E\u0441\u044C \u0443\u0434\u0430\u043B\u0438\u0442\u044C",backupToCloud:"\u0420\u0443\u0447\u043D\u043E\u0435 \u0443\u043F\u0440\u0430\u0432\u043B\u0435\u043D\u0438\u0435 \u0444\u0430\u0439\u043B\u0430\u043C\u0438 \u0440\u0435\u0437\u0435\u0440\u0432\u043D\u043E\u0433\u043E \u043A\u043E\u043F\u0438\u0440\u043E\u0432\u0430\u043D\u0438\u044F",create_new_backup:"\u0414\u043E\u0431\u0430\u0432\u043B\u0435\u043D\u0438\u0435 \u043D\u043E\u0432\u043E\u0433\u043E \u0443\u0437\u043B\u0430 \u0440\u0435\u0437\u0435\u0440\u0432\u043D\u043E\u0433\u043E \u043A\u043E\u043F\u0438\u0440\u043E\u0432\u0430\u043D\u0438\u044F",maxBackupFiles:"\u0420\u0435\u0437\u0435\u0440\u0432\u043D\u043E\u0435 \u043A\u043E\u043F\u0438\u0440\u043E\u0432\u0430\u043D\u0438\u0435 \u043C\u043E\u0436\u0435\u0442 \u0431\u044B\u0442\u044C \u0432\u044B\u043F\u043E\u043B\u043D\u0435\u043D\u043E \u0434\u043E{count}\u0440\u0430\u0437\u043B\u0438\u0447\u043D\u044B\u0445 \u0443\u0437\u043B\u043E\u0432, \u0443\u0434\u0430\u043B\u0438\u0442\u0435 \u043D\u0435\u043D\u0443\u0436\u043D\u044B\u0435 \u0443\u0437\u043B\u044B.",backupToCloudDescription:"\u0420\u0443\u0447\u043D\u0430\u044F \u0437\u0430\u0433\u0440\u0443\u0437\u043A\u0430 \u0438\u043B\u0438 \u0432\u043E\u0441\u0441\u0442\u0430\u043D\u043E\u0432\u043B\u0435\u043D\u0438\u0435 \u0444\u0430\u0439\u043B\u043E\u0432 \u0440\u0435\u0437\u0435\u0440\u0432\u043D\u044B\u0445 \u043A\u043E\u043F\u0438\u0439, \u043F\u043E\u0437\u0432\u043E\u043B\u044F\u044E\u0449\u0430\u044F \u0441\u043E\u0437\u0434\u0430\u0432\u0430\u0442\u044C \u0434\u043E 3 \u0440\u0430\u0437\u043B\u0438\u0447\u043D\u044B\u0445 \u0440\u0435\u0437\u0435\u0440\u0432\u043D\u044B\u0445 \u043A\u043E\u043F\u0438\u0439",successSyncConfig:"\u0423\u0441\u043F\u0435\u0448\u043D\u0430\u044F \u0441\u0438\u043D\u0445\u0440\u043E\u043D\u0438\u0437\u0430\u0446\u0438\u044F \u0441 \u043E\u0431\u043B\u0430\u043A\u043E\u043C",syncFail:"\u0441\u0431\u043E\u0439 \u0441\u0438\u043D\u0445\u0440\u043E\u043D\u0438\u0437\u0430\u0446\u0438\u0438",updatedAt:"\u041E\u0431\u043D\u043E\u0432\u043B\u0435\u043D\u043E \u0441 \u0441\u0430\u0439\u0442\u0430 {date}",lastSyncedAt:"\u041F\u043E\u0441\u043B\u0435\u0434\u043D\u044F\u044F \u043F\u0440\u043E\u0432\u0435\u0440\u043A\u0430 \u043D\u0430 \u0441\u0430\u0439\u0442\u0435 {date}",downloadFail:"\u041D\u0435 \u0443\u0434\u0430\u043B\u043E\u0441\u044C \u0437\u0430\u0433\u0440\u0443\u0437\u0438\u0442\u044C",clickToDownload:"\u041D\u0430\u0436\u043C\u0438\u0442\u0435 \u0434\u043B\u044F \u0437\u0430\u0433\u0440\u0443\u0437\u043A\u0438",aboutLabel:"\u041E \u043A\u043E\u043C\u043F\u0430\u043D\u0438\u0438 - \u041E\u0431\u0440\u0430\u0442\u043D\u0430\u044F \u0441\u0432\u044F\u0437\u044C","browser.openAboutPage":"\u0418\u043D\u0444\u043E\u0440\u043C\u0430\u0446\u0438\u044F/\u041E\u0442\u0437\u044B\u0432\u044B",aboutLabelWithoutSponsor:"\u041E \u043A\u043E\u043C\u043F\u0430\u043D\u0438\u0438 - \u041E\u0431\u0440\u0430\u0442\u043D\u0430\u044F \u0441\u0432\u044F\u0437\u044C",aboutIntro:"\u041F\u0443\u0441\u0442\u044C \u043D\u0430\u043C \u0432\u0441\u0435\u043C \u0431\u0443\u0434\u0435\u0442 \u043B\u0435\u0433\u0447\u0435 \u0438 \u043F\u0440\u0438\u044F\u0442\u043D\u0435\u0435 \u043F\u043E\u043B\u0443\u0447\u0430\u0442\u044C \u0434\u043E\u0441\u0442\u0443\u043F \u043A \u043E\u0433\u0440\u043E\u043C\u043D\u043E\u043C\u0443 \u043A\u043E\u043B\u0438\u0447\u0435\u0441\u0442\u0432\u0443 \u0438\u043D\u0444\u043E\u0440\u043C\u0430\u0446\u0438\u0438 \u043D\u0430 \u0438\u043D\u043E\u0441\u0442\u0440\u0430\u043D\u043D\u044B\u0445 \u044F\u0437\u044B\u043A\u0430\u0445 \u0432 \u0418\u043D\u0442\u0435\u0440\u043D\u0435\u0442\u0435 \u2764\uFE0F \u0412\u044B \u043C\u043E\u0436\u0435\u0442\u0435 \u0430\u043A\u0442\u0438\u0432\u0438\u0440\u043E\u0432\u0430\u0442\u044C <6>\u0447\u043B\u0435\u043D\u0441\u0442\u0432\u043E \u0432 \u043F\u0440\u043E\u0433\u0440\u0430\u043C\u043C\u0435 Pro, \u0447\u0442\u043E\u0431\u044B \u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u044C\u0441\u044F \u0433\u043E\u0442\u043E\u0432\u044B\u043C\u0438 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430\u043C\u0438 DeepL \u0438 OpenAI.

\u0412\u044B \u043C\u043E\u0436\u0435\u0442\u0435 \u0441\u043B\u0435\u0434\u0438\u0442\u044C \u0437\u0430 \u043D\u0430\u043C\u0438 \u0432 <3>Twitter, <4>Telegram, Weibo, WeChat \u0438\u043B\u0438 <5>\u043F\u043E\u0434\u043F\u0438\u0441\u0430\u0442\u044C\u0441\u044F \u043D\u0430 \u043D\u0430\u0448\u0443 \u0440\u0430\u0441\u0441\u044B\u043B\u043A\u0443 \u043D\u0438\u0436\u0435, \u0447\u0442\u043E\u0431\u044B \u043E\u0442\u0441\u043B\u0435\u0436\u0438\u0432\u0430\u0442\u044C \u043E\u0431\u043D\u043E\u0432\u043B\u0435\u043D\u0438\u044F.
<7>\u0423\u0447\u0430\u0441\u0442\u043D\u0438\u043A\u0438 \u043F\u0440\u043E\u0433\u0440\u0430\u043C\u043C\u044B Pro \u043C\u043E\u0433\u0443\u0442 \u0441\u0432\u044F\u0437\u0430\u0442\u044C\u0441\u044F \u0441 \u043D\u0430\u043C\u0438 \u043F\u043E \u0430\u0434\u0440\u0435\u0441\u0443 <8>support@immersivetranslate.com \u0434\u043B\u044F \u0431\u044B\u0441\u0442\u0440\u043E\u0433\u043E \u043E\u0431\u0441\u043B\u0443\u0436\u0438\u0432\u0430\u043D\u0438\u044F \u043A\u043B\u0438\u0435\u043D\u0442\u043E\u0432.",aboutIntroWithoutSponsor:"\u041F\u0443\u0441\u0442\u044C \u0432\u0441\u0435\u043C \u043D\u0430\u043C \u0431\u0443\u0434\u0435\u0442 \u043B\u0435\u0433\u0447\u0435 \u0438 \u043F\u0440\u0438\u044F\u0442\u043D\u0435\u0435 \u043F\u043E\u043B\u0443\u0447\u0430\u0442\u044C \u0434\u043E\u0441\u0442\u0443\u043F \u043A \u043E\u0433\u0440\u043E\u043C\u043D\u043E\u043C\u0443 \u043A\u043E\u043B\u0438\u0447\u0435\u0441\u0442\u0432\u0443 \u0438\u043D\u0444\u043E\u0440\u043C\u0430\u0446\u0438\u0438 \u043D\u0430 \u0438\u043D\u043E\u0441\u0442\u0440\u0430\u043D\u043D\u044B\u0445 \u044F\u0437\u044B\u043A\u0430\u0445, \u0434\u043E\u0441\u0442\u0443\u043F\u043D\u043E\u0439 \u0432 \u0418\u043D\u0442\u0435\u0440\u043D\u0435\u0442\u0435 \u2764\uFE0F

\u0412\u044B \u043C\u043E\u0436\u0435\u0442\u0435 \u0441\u043B\u0435\u0434\u0438\u0442\u044C \u0437\u0430 \u043D\u0430\u043C\u0438 \u0432 <3>Twitter, <4>Telegram-\u043A\u0430\u043D\u0430\u043B\u0435, WeChat, WeChat Exchange \u0438\u043B\u0438 <5>\u043F\u043E\u0434\u043F\u0438\u0441\u0430\u0442\u044C\u0441\u044F \u043D\u0430 \u043E\u0442\u0441\u043B\u0435\u0436\u0438\u0432\u0430\u043D\u0438\u0435 \u043E\u0431\u043D\u043E\u0432\u043B\u0435\u043D\u0438\u0439 \u043F\u043E <5>\u044D\u043B\u0435\u043A\u0442\u0440\u043E\u043D\u043D\u043E\u0439 \u043F\u043E\u0447\u0442\u0435 \u043D\u0438\u0436\u0435.",projectHomepage:'\u041F\u0440\u043E\u0435\u043A\u0442 "\u0414\u043E\u043C',joinTelegramGroup:"\u041F\u0440\u0438\u0441\u043E\u0435\u0434\u0438\u043D\u044F\u0439\u0442\u0435\u0441\u044C \u043A \u0433\u0440\u0443\u043F\u043F\u0435 \u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u0435\u043B\u0435\u0439 \u0434\u043B\u044F \u0443\u0447\u0430\u0441\u0442\u0438\u044F \u0432 \u043E\u0431\u0441\u0443\u0436\u0434\u0435\u043D\u0438\u0438 \u0444\u0443\u043D\u043A\u0446\u0438\u0439",wechatPublicAccount:"WeChat Public",wechatCommunities:"\u0413\u0440\u0443\u043F\u043F\u0430 \u043E\u0431\u043C\u0435\u043D\u0430 WeChat",qqCommunities:"\u041A\u0430\u043D\u0430\u043B \u0441\u0432\u044F\u0437\u0438 QQ",joinTelegramChannel:"\u0421\u043B\u0435\u0434\u0438\u0442\u0435 \u0437\u0430 \u043E\u0431\u043D\u043E\u0432\u043B\u0435\u043D\u0438\u044F\u043C\u0438 \u0432 Telegram-\u043A\u0430\u043D\u0430\u043B\u0435",feedbackAndJoin:"\u0412\u043E\u043F\u0440\u043E\u0441 \u041E\u0431\u0440\u0430\u0442\u043D\u0430\u044F \u0441\u0432\u044F\u0437\u044C / \u0414\u043E\u0431\u0430\u0432\u0438\u0442\u044C \u0433\u0440\u0443\u043F\u043F\u0443",autoSync:"\u0430\u0432\u0442\u043E\u043C\u0430\u0442\u0438\u0447\u0435\u0441\u043A\u0430\u044F \u0441\u0438\u043D\u0445\u0440\u043E\u043D\u0438\u0437\u0430\u0446\u0438\u044F \u0432\u0440\u0435\u043C\u0435\u043D\u0438",loadingThemeTitle:"\u0421\u0442\u0438\u043B\u044C \u0437\u0430\u0433\u0440\u0443\u0437\u043A\u0438",loadingThemeDescription:"\u0423\u0441\u0442\u0430\u043D\u043E\u0432\u043A\u0430 \u0441\u0442\u0438\u043B\u044F \u043F\u0440\u0438 \u043E\u0436\u0438\u0434\u0430\u043D\u0438\u0438 \u0437\u0430\u0433\u0440\u0443\u0437\u043A\u0438 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430","loadingTheme.spinner":"\u0412\u0440\u0430\u0449\u0430\u044E\u0449\u0430\u044F\u0441\u044F \u0430\u043D\u0438\u043C\u0430\u0446\u0438\u044F","loadingTheme.text":"\u0441\u0442\u0430\u0442\u0438\u0447\u0435\u0441\u043A\u0438\u0439 \u0442\u0435\u043A\u0441\u0442 \u0447\u0435\u0433\u043E-\u043B. ","loadingTheme.none":"\u043D\u0435 \u043F\u043E\u043A\u0430\u0437\u0430\u043D\u043E",developerDescription:"\u0414\u043E\u043A\u0443\u043C\u0435\u043D\u0442\u0430\u0446\u0438\u044E \u043F\u043E \u0440\u0430\u0441\u0448\u0438\u0440\u0435\u043D\u043D\u043E\u0439 \u043D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0435 \u043C\u043E\u0436\u043D\u043E \u043D\u0430\u0439\u0442\u0438 <1>\u0437\u0434\u0435\u0441\u044C","edit border color":"\u0418\u0437\u043C\u0435\u043D\u0435\u043D\u0438\u0435 \u0446\u0432\u0435\u0442\u0430 \u0433\u0440\u0430\u043D\u0438\u0446\u044B",successSyncButNoChange:"\u0422\u0435\u043A\u0443\u0449\u0430\u044F \u043A\u043E\u043D\u0444\u0438\u0433\u0443\u0440\u0430\u0446\u0438\u044F \u0441\u043E\u043E\u0442\u0432\u0435\u0442\u0441\u0442\u0432\u0443\u0435\u0442 \u043E\u0431\u043B\u0430\u043A\u0443",customTheme:"\u041D\u0435\u0441\u0442\u0430\u043D\u0434\u0430\u0440\u0442\u043D\u044B\u0435 \u0446\u0432\u0435\u0442\u0430 \u0438 \u0440\u0430\u0437\u043C\u0435\u0440\u044B","customThemeLabel.borderColor":"\u0426\u0432\u0435\u0442 \u0433\u0440\u0430\u043D\u0438\u0446\u044B","customThemeLabel.borderRadius":"\u0421\u043A\u0440\u0443\u0433\u043B\u0435\u043D\u043D\u044B\u0435 \u043A\u0440\u0430\u044F","customThemeLabel.textColor":"\u0446\u0432\u0435\u0442 \u0442\u0435\u043A\u0441\u0442\u0430","customThemeLabel.backgroundColor":"\u0446\u0432\u0435\u0442 \u0444\u043E\u043D\u0430","customThemeLabel.zoom":"\u041C\u0430\u0441\u0448\u0442\u0430\u0431\u0438\u0440\u043E\u0432\u0430\u043D\u0438\u0435 \u0448\u0440\u0438\u0444\u0442\u0430 (%)","customThemeLabel.opacity":"\u041D\u0435\u043F\u0440\u043E\u0437\u0440\u0430\u0447\u043D\u043E\u0441\u0442\u044C \u0442\u0435\u043A\u0441\u0442\u0430 (%)",resetToDefaultColor:"\u0412\u043E\u0441\u0441\u0442\u0430\u043D\u043E\u0432\u043B\u0435\u043D\u0438\u0435 \u0446\u0432\u0435\u0442\u043E\u0432 \u043F\u043E \u0443\u043C\u043E\u043B\u0447\u0430\u043D\u0438\u044E",resetToDefaultSettings:"\u0412\u043E\u0441\u0441\u0442\u0430\u043D\u043E\u0432\u043B\u0435\u043D\u0438\u0435 \u043D\u0430\u0441\u0442\u0440\u043E\u0435\u043A \u043F\u043E \u0443\u043C\u043E\u043B\u0447\u0430\u043D\u0438\u044E",isTranslateTitle:"\u0412\u043A\u043B\u044E\u0447\u0438\u0442\u044C \u043F\u0435\u0440\u0435\u0432\u043E\u0434 \u0437\u0430\u0433\u043E\u043B\u043E\u0432\u043A\u043E\u0432 \u0441\u0442\u0440\u0430\u043D\u0438\u0446",isTranslateTitleDescription:"\u041F\u0440\u0438 \u043E\u0442\u043A\u0440\u044B\u0442\u0438\u0438 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u044B \u0435\u0435 \u0437\u0430\u0433\u043E\u043B\u043E\u0432\u043E\u043A \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0438\u0442\u0441\u044F",enableSearchEnhancement:"\u0412\u043A\u043B\u044E\u0447\u0435\u043D\u0438\u0435 \u0444\u0443\u043D\u043A\u0446\u0438\u0438 \u0440\u0430\u0441\u0448\u0438\u0440\u0435\u043D\u0438\u044F \u0434\u0432\u0443\u044F\u0437\u044B\u0447\u043D\u044B\u0445 \u0441\u043E\u043E\u0431\u0449\u0435\u043D\u0438\u0439",enableSearchEnhancementDescription:'\u041F\u043E\u0441\u043B\u0435 \u0432\u043A\u043B\u044E\u0447\u0435\u043D\u0438\u044F \u044D\u0442\u043E\u0439 \u0444\u0443\u043D\u043A\u0446\u0438\u0438 \u0440\u0435\u0437\u0443\u043B\u044C\u0442\u0430\u0442\u044B \u043F\u043E\u0438\u0441\u043A\u0430 "Google \u041D\u043E\u0432\u043E\u0441\u0442\u0438" \u0431\u0443\u0434\u0443\u0442 \u0430\u0432\u0442\u043E\u043C\u0430\u0442\u0438\u0447\u0435\u0441\u043A\u0438 \u043E\u0442\u043E\u0431\u0440\u0430\u0436\u0430\u0442\u044C\u0441\u044F \u0432 \u043F\u0440\u0430\u0432\u043E\u0439 \u043A\u043E\u043B\u043E\u043D\u043A\u0435 \u043F\u043E\u0434\u0434\u0435\u0440\u0436\u0438\u0432\u0430\u0435\u043C\u044B\u0445 \u0441\u0430\u0439\u0442\u043E\u0432 (Google \u041D\u043E\u0432\u043E\u0441\u0442\u0438, Google \u041F\u043E\u0438\u0441\u043A (\u043D\u0435\u043A\u043E\u0442\u043E\u0440\u044B\u0435 \u043A\u043B\u044E\u0447\u0435\u0432\u044B\u0435 \u0441\u043B\u043E\u0432\u0430), Snowball, Oriental Fortune, Futura, Tiger Community) \u0434\u043B\u044F \u0441\u043E\u043E\u0442\u0432\u0435\u0442\u0441\u0442\u0432\u0443\u044E\u0449\u0438\u0445 \u0430\u043D\u0433\u043B\u0438\u0439\u0441\u043A\u0438\u0445 \u043A\u043B\u044E\u0447\u0435\u0432\u044B\u0445 \u0441\u043B\u043E\u0432.',verifyService:"\u041D\u0430\u0436\u043C\u0438\u0442\u0435 \u0437\u0434\u0435\u0441\u044C, \u0447\u0442\u043E\u0431\u044B \u043F\u0440\u043E\u0442\u0435\u0441\u0442\u0438\u0440\u043E\u0432\u0430\u0442\u044C \u0443\u0441\u043B\u0443\u0433\u0443",verified:"\u041F\u0440\u043E\u0432\u0435\u0440\u043A\u0430 \u0443\u0441\u043F\u0435\u0448\u043D\u043E\u0441\u0442\u0438","field.langs":"\u041F\u043E\u0434\u0434\u0435\u0440\u0436\u0438\u0432\u0430\u0435\u043C\u044B\u0435 \u043A\u043E\u0434\u044B \u044F\u0437\u044B\u043A\u043E\u0432","field.model":"\u043C\u043E\u0434\u0435\u043B\u0438\u0440\u043E\u0432\u0430\u043D\u0438\u0435","field.translationEngine":"\u043C\u0435\u0445\u0430\u043D\u0438\u0437\u043C \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430","field.limitPerMinute":"\u041C\u0430\u043A\u0441\u0438\u043C\u0430\u043B\u044C\u043D\u043E\u0435 \u043A\u043E\u043B\u0438\u0447\u0435\u0441\u0442\u0432\u043E \u0437\u0430\u043F\u0440\u043E\u0441\u043E\u0432 \u0432 \u043C\u0438\u043D\u0443\u0442\u0443","field.limitPerSecond":"\u041C\u0430\u043A\u0441\u0438\u043C\u0430\u043B\u044C\u043D\u043E\u0435 \u043A\u043E\u043B\u0438\u0447\u0435\u0441\u0442\u0432\u043E \u0437\u0430\u043F\u0440\u043E\u0441\u043E\u0432 \u0432 \u0441\u0435\u043A\u0443\u043D\u0434\u0443","field.maxTextLengthPerRequest":"\u041C\u0430\u043A\u0441\u0438\u043C\u0430\u043B\u044C\u043D\u0430\u044F \u0434\u043B\u0438\u043D\u0430 \u0442\u0435\u043A\u0441\u0442\u0430 \u0432 \u043E\u0434\u043D\u043E\u043C \u0437\u0430\u043F\u0440\u043E\u0441\u0435","field.maxTextGroupLengthPerRequest":"\u041C\u0430\u043A\u0441\u0438\u043C\u0430\u043B\u044C\u043D\u043E\u0435 \u043A\u043E\u043B\u0438\u0447\u0435\u0441\u0442\u0432\u043E \u043F\u0430\u0440\u0430\u0433\u0440\u0430\u0444\u043E\u0432 \u0432 \u043E\u0434\u043D\u043E\u043C \u0437\u0430\u043F\u0440\u043E\u0441\u0435","field.apiUrl":"\u0410\u0434\u0440\u0435\u0441 \u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u0435\u043B\u044C\u0441\u043A\u043E\u0433\u043E \u0438\u043D\u0442\u0435\u0440\u0444\u0435\u0439\u0441\u0430 API","field.placeholderDelimiters":"\u0437\u0430\u0440\u0435\u0437\u0435\u0440\u0432\u0438\u0440\u043E\u0432\u0430\u043D\u043D\u043E\u0435 \u043C\u0435\u0441\u0442\u043E","description.custom":"\u0414\u043E\u0441\u0442\u0443\u043F \u043A \u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u0435\u043B\u044C\u0441\u043A\u043E\u043C\u0443 \u0438\u043D\u0442\u0435\u0440\u0444\u0435\u0439\u0441\u0443 \u0422\u0440\u0435\u0431\u0443\u0435\u0442\u0441\u044F \u0434\u043E\u043A\u0443\u043C\u0435\u043D\u0442\u0430\u0446\u0438\u044F","description.limitPerMinute":"\u0417\u0430\u043F\u0440\u043E\u0441\u044B, \u043F\u0440\u0435\u0432\u044B\u0448\u0430\u044E\u0449\u0438\u0435 \u044D\u0442\u043E\u0442 \u043B\u0438\u043C\u0438\u0442, \u043F\u043E\u043F\u0430\u0434\u0430\u044E\u0442 \u0432 \u043E\u0447\u0435\u0440\u0435\u0434\u044C \u0434\u043E \u043D\u0430\u0447\u0430\u043B\u0430 \u0441\u043B\u0435\u0434\u0443\u044E\u0449\u0435\u0439 \u043C\u0438\u043D\u0443\u0442\u044B. \u0412 \u0441\u0432\u044F\u0437\u0438 \u0441 \u0440\u0430\u0437\u043B\u0438\u0447\u043D\u044B\u043C\u0438 \u043E\u0433\u0440\u0430\u043D\u0438\u0447\u0435\u043D\u0438\u044F\u043C\u0438 \u0442\u0435\u043A\u0443\u0449\u0435\u0433\u043E \u0441\u0435\u0440\u0432\u0438\u0441\u0430 OpenAI, \u043F\u043E\u0441\u043B\u0435\u0434\u043D\u0438\u0435 \u043F\u0440\u0435\u0434\u043B\u0430\u0433\u0430\u0435\u043C\u044B\u0435 \u0437\u043D\u0430\u0447\u0435\u043D\u0438\u044F \u043C\u043E\u0436\u043D\u043E \u043F\u043E\u0441\u043C\u043E\u0442\u0440\u0435\u0442\u044C <1>\u0437\u0434\u0435\u0441\u044C","description.limitPerSecond":"\u0417\u0430\u043F\u0440\u043E\u0441\u044B, \u043F\u0440\u0435\u0432\u044B\u0448\u0430\u044E\u0449\u0438\u0435 \u044D\u0442\u043E\u0442 \u043B\u0438\u043C\u0438\u0442, \u043F\u043E\u043F\u0430\u0434\u0430\u044E\u0442 \u0432 \u043E\u0447\u0435\u0440\u0435\u0434\u044C \u0434\u043E \u043D\u0430\u0447\u0430\u043B\u0430 \u0441\u043B\u0435\u0434\u0443\u044E\u0449\u0435\u0439 \u0441\u0435\u043A\u0443\u043D\u0434\u044B. \u0412 \u0441\u0432\u044F\u0437\u0438 \u0441 \u0440\u0430\u0437\u043B\u0438\u0447\u043D\u044B\u043C\u0438 \u043E\u0433\u0440\u0430\u043D\u0438\u0447\u0435\u043D\u0438\u044F\u043C\u0438 \u0442\u0435\u043A\u0443\u0449\u0435\u0433\u043E \u0441\u0435\u0440\u0432\u0438\u0441\u0430 OpenAI, \u043F\u043E\u0441\u043B\u0435\u0434\u043D\u0438\u0435 \u043F\u0440\u0435\u0434\u043B\u0430\u0433\u0430\u0435\u043C\u044B\u0435 \u0437\u043D\u0430\u0447\u0435\u043D\u0438\u044F \u043C\u043E\u0436\u043D\u043E \u043F\u043E\u0441\u043C\u043E\u0442\u0440\u0435\u0442\u044C <1>\u0437\u0434\u0435\u0441\u044C","description.generalLimitPerSecond":"\u0417\u0430\u043F\u0440\u043E\u0441\u044B, \u043F\u0440\u0435\u0432\u044B\u0448\u0430\u044E\u0449\u0438\u0435 \u044D\u0442\u043E\u0442 \u043B\u0438\u043C\u0438\u0442, \u043F\u043E\u043F\u0430\u0434\u0430\u044E\u0442 \u0432 \u043E\u0447\u0435\u0440\u0435\u0434\u044C \u0434\u043E \u043D\u0430\u0447\u0430\u043B\u0430 \u0441\u043B\u0435\u0434\u0443\u044E\u0449\u0435\u0439 \u0441\u0435\u043A\u0443\u043D\u0434\u044B.","description.prompt":"\u041E\u0442\u043F\u0440\u0430\u0432\u0438\u0442\u044C \u0434\u0438\u0430\u043B\u043E\u0433 {service} \u043E\u0442 \u0438\u043C\u0435\u043D\u0438 \u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u0435\u043B\u044F, \u0433\u0434\u0435 {{text}} \u043E\u0431\u043E\u0437\u043D\u0430\u0447\u0430\u0435\u0442 \u0442\u0435\u043A\u0441\u0442 \u043F\u0430\u0440\u0430\u0433\u0440\u0430\u0444\u0430, {{from}} \u043E\u0431\u043E\u0437\u043D\u0430\u0447\u0430\u0435\u0442 \u044F\u0437\u044B\u043A \u043F\u0430\u0440\u0430\u0433\u0440\u0430\u0444\u0430, \u0430 {{to}} \u043E\u0431\u043E\u0437\u043D\u0430\u0447\u0430\u0435\u0442 \u0446\u0435\u043B\u0435\u0432\u043E\u0439 \u044F\u0437\u044B\u043A.","description.maxTextLengthPerRequest":"\u041C\u0430\u043A\u0441\u0438\u043C\u0430\u043B\u044C\u043D\u043E\u0435 \u043A\u043E\u043B\u0438\u0447\u0435\u0441\u0442\u0432\u043E \u0441\u0438\u043C\u0432\u043E\u043B\u043E\u0432 \u0432 \u043E\u0434\u043D\u043E\u043C \u0437\u0430\u043F\u0440\u043E\u0441\u0435 \u0441\u043B\u0438\u0448\u043A\u043E\u043C \u0432\u0435\u043B\u0438\u043A\u043E, \u0447\u0442\u043E \u043F\u0440\u0438\u0432\u043E\u0434\u0438\u0442 \u043A \u043C\u0435\u0434\u043B\u0435\u043D\u043D\u043E\u043C\u0443 \u043E\u0442\u043A\u043B\u0438\u043A\u0443 \u0438\u043D\u0442\u0435\u0440\u0444\u0435\u0439\u0441\u0430, \u043F\u043E\u044D\u0442\u043E\u043C\u0443 \u043F\u043E\u043F\u0440\u043E\u0431\u0443\u0439\u0442\u0435 \u043E\u0442\u0440\u0435\u0433\u0443\u043B\u0438\u0440\u043E\u0432\u0430\u0442\u044C \u044D\u0442\u043E\u0442 \u043F\u0430\u0440\u0430\u043C\u0435\u0442\u0440 \u0434\u043B\u044F \u043E\u043F\u0442\u0438\u043C\u0438\u0437\u0430\u0446\u0438\u0438 \u0441\u043A\u043E\u0440\u043E\u0441\u0442\u0438 \u0440\u0430\u0431\u043E\u0442\u044B","description.systemPrompt":"\u0414\u0438\u0430\u043B\u043E\u0433, \u043E\u0442\u043F\u0440\u0430\u0432\u043B\u0435\u043D\u043D\u044B\u0439 \u0441\u0438\u0441\u0442\u0435\u043C\u043E\u0439 \u0432 {service}, \u0433\u0434\u0435 {{text}} \u043E\u0431\u043E\u0437\u043D\u0430\u0447\u0430\u0435\u0442 \u0442\u0435\u043A\u0441\u0442 \u043F\u0430\u0440\u0430\u0433\u0440\u0430\u0444\u0430, {{from}} \u043E\u0431\u043E\u0437\u043D\u0430\u0447\u0430\u0435\u0442 \u044F\u0437\u044B\u043A \u043F\u0430\u0440\u0430\u0433\u0440\u0430\u0444\u0430, {{to}} \u043E\u0431\u043E\u0437\u043D\u0430\u0447\u0430\u0435\u0442 \u0446\u0435\u043B\u0435\u0432\u043E\u0439 \u044F\u0437\u044B\u043A.","field.domain":"\u0446\u0430\u0440\u0441\u0442\u0432\u043E","description.domain":"\u041F\u043E \u0443\u043C\u043E\u043B\u0447\u0430\u043D\u0438\u044E \u0443\u0441\u0442\u0430\u043D\u043E\u0432\u043B\u0435\u043D\u043E \u0437\u043D\u0430\u0447\u0435\u043D\u0438\u0435\uFF1Ageneral. \u041C\u043E\u0436\u0435\u0442 \u0431\u044B\u0442\u044C \u0443\u0441\u0442\u0430\u043D\u043E\u0432\u043B\u0435\u043D\u043E \u0442\u043E\u043B\u044C\u043A\u043E \u0432 \u0442\u043E\u043C \u0441\u043B\u0443\u0447\u0430\u0435, \u0435\u0441\u043B\u0438 \u0432 \u043A\u043E\u043D\u0441\u043E\u043B\u0438 Arima API \u0432\u043A\u043B\u044E\u0447\u0435\u043D \u0434\u043E\u043C\u0435\u043D\u043D\u044B\u0439 \u043F\u0435\u0440\u0435\u0432\u043E\u0434, \u043F\u043E\u0434\u0434\u0435\u0440\u0436\u0438\u0432\u0430\u0435\u043C\u044B\u0435 \u0434\u043E\u043C\u0435\u043D\u044B \u0441\u043C. <1>\u0437\u0434\u0435\u0441\u044C","field.scene":"\u0432\u0437\u044F\u0442\u044C","description.scene":"\u041F\u043E \u0443\u043C\u043E\u043B\u0447\u0430\u043D\u0438\u044E \u0443\u0441\u0442\u0430\u043D\u043E\u0432\u043B\u0435\u043D\u043E \u0437\u043D\u0430\u0447\u0435\u043D\u0438\u0435\uFF1Ageneral. \u041C\u043E\u0436\u0435\u0442 \u0431\u044B\u0442\u044C \u0443\u0441\u0442\u0430\u043D\u043E\u0432\u043B\u0435\u043D\u043E \u0442\u043E\u043B\u044C\u043A\u043E \u0432 \u0442\u043E\u043C \u0441\u043B\u0443\u0447\u0430\u0435, \u0435\u0441\u043B\u0438 \u0432 \u043A\u043E\u043D\u0441\u043E\u043B\u0438 AliCloud API \u043E\u0442\u043A\u0440\u044B\u0442 Machine Translation Pro, \u043E \u043F\u043E\u0434\u0434\u0435\u0440\u0436\u0438\u0432\u0430\u0435\u043C\u044B\u0445 \u0441\u0446\u0435\u043D\u0430\u0440\u0438\u044F\u0445 \u0441\u043C. <1>\u0437\u0434\u0435\u0441\u044C","field.vocabId":"\u0418\u0434\u0435\u043D\u0442\u0438\u0444\u0438\u043A\u0430\u0442\u043E\u0440 \u0441\u043B\u043E\u0432\u0430\u0440\u044F \u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u0435\u043B\u044F","description.vocabId":"\u0423\u043A\u0430\u0437\u0430\u043D\u043D\u044B\u0439 \u0441\u043B\u043E\u0432\u0430\u0440\u044C out_id, \u0432 \u043D\u0430\u0441\u0442\u043E\u044F\u0449\u0435\u0435 \u0432\u0440\u0435\u043C\u044F \u043F\u043E\u0434\u0434\u0435\u0440\u0436\u0438\u0432\u0430\u0435\u0442 \u043F\u0435\u0440\u0435\u0432\u043E\u0434 \u0441 \u0430\u043D\u0433\u043B\u0438\u0439\u0441\u043A\u043E\u0433\u043E \u043D\u0430 \u043A\u0438\u0442\u0430\u0439\u0441\u043A\u0438\u0439.","description.model":"\u041C\u043E\u0434\u0435\u043B\u0438 OpenAI, \u043C\u043E\u0433\u0443\u0442 \u0431\u044B\u0442\u044C gpt-3.5-turbo, gpt-4 \u0438 \u0442.\u0434.","description.maxTextGroupLengthPerRequest":"\u041A\u043E\u043B\u0438\u0447\u0435\u0441\u0442\u0432\u043E \u0430\u0431\u0437\u0430\u0446\u0435\u0432, \u043F\u0435\u0440\u0435\u0434\u0430\u0432\u0430\u0435\u043C\u044B\u0445 \u0441\u043B\u0443\u0436\u0431\u0435 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430 \u0437\u0430 \u043E\u0434\u0438\u043D \u0440\u0430\u0437, \u0435\u0441\u043B\u0438 \u0438\u0445 \u0441\u043B\u0438\u0448\u043A\u043E\u043C \u043C\u043D\u043E\u0433\u043E, \u044D\u0442\u043E \u043C\u043E\u0436\u0435\u0442 \u043F\u0440\u0438\u0432\u0435\u0441\u0442\u0438 \u043A \u0437\u0430\u043C\u0435\u0434\u043B\u0435\u043D\u0438\u044E \u0440\u0435\u0430\u043A\u0446\u0438\u0438 \u0438\u043D\u0442\u0435\u0440\u0444\u0435\u0439\u0441\u0430","description.apiUrl":"\u041F\u043E\u0436\u0430\u043B\u0443\u0439\u0441\u0442\u0430, \u0434\u043E\u0431\u0430\u0432\u044C\u0442\u0435 \u043A\u043E\u043D\u043A\u0440\u0435\u0442\u043D\u044B\u0435 URL \u0441 \u043F\u0443\u0442\u044F\u043C\u0438, <1>\u0431\u043E\u043B\u0435\u0435 \u043F\u043E\u0434\u0440\u043E\u0431\u043D\u043E\u0435 \u043E\u043F\u0438\u0441\u0430\u043D\u0438\u0435",enabledExtension:"\u0412\u043A\u043B\u044E\u0447\u0435\u043D\u0438\u0435 \u0440\u0430\u0441\u0448\u0438\u0440\u0435\u043D\u0438\u0439",clickToDisableExtension:"\u041D\u0430\u0436\u043C\u0438\u0442\u0435 \u0434\u043B\u044F \u043E\u0442\u043A\u043B\u044E\u0447\u0435\u043D\u0438\u044F \u0440\u0430\u0441\u0448\u0438\u0440\u0435\u043D\u0438\u0439",clickToEnableExtension:"\u041D\u0430\u0436\u043C\u0438\u0442\u0435 \u0434\u043B\u044F \u0432\u043A\u043B\u044E\u0447\u0435\u043D\u0438\u044F \u0440\u0430\u0441\u0448\u0438\u0440\u0435\u043D\u0438\u0439",hasBeenDisabled:"\u043E\u0442\u043A\u043B\u044E\u0447\u0435\u043D\u043E","show password":"\u041F\u043E\u043A\u0430\u0437\u0430\u0442\u044C \u043F\u0430\u0440\u043E\u043B\u044C",customContent:"\u0412\u0432\u0435\u0434\u0438\u0442\u0435 \u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u0435\u043B\u044C\u0441\u043A\u043E\u0435 \u0438\u043C\u044F \u043C\u043E\u0434\u0435\u043B\u0438",inputOptions:"\u0423\u0441\u043E\u0432\u0435\u0440\u0448\u0435\u043D\u0441\u0442\u0432\u043E\u0432\u0430\u043D\u0438\u0435 \u0431\u043B\u043E\u043A\u0430 \u0432\u0432\u043E\u0434\u0430",mouseHoverOptions:"\u043D\u0430\u0432\u0435\u0434\u0435\u043D\u0438\u0435 \u043C\u044B\u0448\u0438",modifyMouseHoverKey:"\u0418\u0437\u043C\u0435\u043D\u0435\u043D\u0438\u0435 \u044F\u0440\u043B\u044B\u043A\u0430 \u043D\u0430\u0432\u0435\u0434\u0435\u043D\u0438\u044F \u043C\u044B\u0448\u0438",enableInputTranslation:"\u0412\u043A\u043B\u044E\u0447\u0430\u0442\u044C \u043B\u0438 \u0440\u0430\u0441\u0448\u0438\u0440\u0435\u043D\u0438\u0435 \u043F\u043E\u043B\u044F \u0432\u0432\u043E\u0434\u0430",enableInputTranslationDescription:"\u041F\u043E\u0441\u043B\u0435 \u0432\u043A\u043B\u044E\u0447\u0435\u043D\u0438\u044F \u0432\u0432\u0435\u0434\u0438\u0442\u0435 {startingKey}{startingKey} hello \u043F\u0440\u044F\u043C\u043E \u0432 \u043F\u043E\u043B\u0435 \u0432\u0432\u043E\u0434\u0430, \u0437\u0430\u0442\u0435\u043C \u0431\u044B\u0441\u0442\u0440\u043E \u043D\u0430\u0431\u0435\u0440\u0438\u0442\u0435{inputTrailingTriggerKeyRepeatTimes}\u0440\u0430\u0437{trailingKey}, \u0447\u0442\u043E\u0431\u044B \u043F\u0435\u0440\u0435\u0432\u0435\u0441\u0442\u0438 \u043D\u0430 {inputTargetLanguage}.",enableInputTranslationDescriptionForNoneKey:"\u041F\u043E\u0441\u043B\u0435 \u0432\u043A\u043B\u044E\u0447\u0435\u043D\u0438\u044F \u044D\u0442\u043E\u0439 \u0444\u0443\u043D\u043A\u0446\u0438\u0438 \u0432\u0432\u0435\u0434\u0438\u0442\u0435\uFF1AHello World \u043D\u0435\u043F\u043E\u0441\u0440\u0435\u0434\u0441\u0442\u0432\u0435\u043D\u043D\u043E \u0432 \u043F\u043E\u043B\u0435 \u0432\u0432\u043E\u0434\u0430, \u0430 \u0437\u0430\u0442\u0435\u043C \u0431\u044B\u0441\u0442\u0440\u043E \u043D\u0430\u0436\u043C\u0438\u0442\u0435{inputTrailingTriggerKeyRepeatTimes}{trailingKey}\u0440\u0430\u0437 \u0434\u043B\u044F \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430 \u043D\u0430 \u0446\u0435\u043B\u0435\u0432\u043E\u0439 \u044F\u0437\u044B\u043A \u043F\u043E \u0443\u043C\u043E\u043B\u0447\u0430\u043D\u0438\u044E.",inputTargetLanguage:"\u0423\u0441\u0442\u0430\u043D\u043E\u0432\u043A\u0430 \u0446\u0435\u043B\u0435\u0432\u043E\u0433\u043E \u044F\u0437\u044B\u043A\u0430 \u043F\u043E \u0443\u043C\u043E\u043B\u0447\u0430\u043D\u0438\u044E \u0434\u043B\u044F \u043E\u043A\u043E\u043D \u0432\u0432\u043E\u0434\u0430",inputTargetLanguageDescription:"\u0426\u0435\u043B\u0435\u0432\u043E\u0439 \u044F\u0437\u044B\u043A \u043F\u043E \u0443\u043C\u043E\u043B\u0447\u0430\u043D\u0438\u044E \u0434\u043B\u044F \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430 \u043E\u043A\u043D\u0430 \u0432\u0432\u043E\u0434\u0430, \u0442.\u0435. {startingKey}{startingKey} \u043A\u0430\u043A \u044F\u0437\u044B\u043A \u043F\u043E \u0443\u043C\u043E\u043B\u0447\u0430\u043D\u0438\u044E \u0434\u043B\u044F \u0442\u0440\u0438\u0433\u0433\u0435\u0440\u043D\u044B\u0445 \u0441\u043B\u043E\u0432",inputTargetLanguageDescriptionForNoneKey:"\u0426\u0435\u043B\u0435\u0432\u043E\u0439 \u044F\u0437\u044B\u043A \u043F\u043E \u0443\u043C\u043E\u043B\u0447\u0430\u043D\u0438\u044E \u0434\u043B\u044F \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430 \u043F\u043E\u043B\u044F \u0432\u0432\u043E\u0434\u0430",inputStartingTriggerKeyTitle:"\u0423\u0441\u0442\u0430\u043D\u043E\u0432\u043A\u0430 \u0441\u0438\u043C\u0432\u043E\u043B\u0430 \u0440\u0430\u0437\u0434\u0435\u043B\u0435\u043D\u0438\u044F \u0434\u043B\u044F \u0447\u0430\u0441\u0442\u0438\u0447\u043D\u043E\u0433\u043E \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430 \u043F\u043E\u043B\u044F \u0432\u0432\u043E\u0434\u0430",inputStartingTriggerKeyDescription:"\u0415\u0441\u043B\u0438 \u043D\u0435\u0442 \u043D\u0435\u043E\u0431\u0445\u043E\u0434\u0438\u043C\u043E\u0441\u0442\u0438 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0438\u0442\u044C \u0432\u0441\u0435 \u043F\u043E\u043B\u0435 \u0432\u0432\u043E\u0434\u0430, \u0441\u043F\u043B\u0438\u0442\u0442\u0435\u0440 \u043F\u043E\u0437\u0432\u043E\u043B\u044F\u0435\u0442 \u043F\u0435\u0440\u0435\u0432\u0435\u0441\u0442\u0438 \u0442\u043E\u043B\u044C\u043A\u043E \u0447\u0430\u0441\u0442\u044C \u043E\u0442 {startingKey}{startingKey} \u0434\u043E \u043A\u043E\u043D\u0446\u0430 \u043F\u043E\u043B\u044F \u0432\u0432\u043E\u0434\u0430, \u0438\u043B\u0438 \u043C\u043E\u0436\u043D\u043E \u0443\u043A\u0430\u0437\u0430\u0442\u044C \u043A\u043E\u0434 \u044F\u0437\u044B\u043A\u0430, \u043D\u0430\u043F\u0440\u0438\u043C\u0435\u0440,\uFF1A{startingKey}ja \u043E\u0437\u043D\u0430\u0447\u0430\u0435\u0442 \u043F\u0435\u0440\u0435\u0432\u043E\u0434 \u0442\u043E\u043B\u044C\u043A\u043E \u0447\u0430\u0441\u0442\u0438 \u043E\u0442 {startingKey}ja \u0434\u043E \u043A\u043E\u043D\u0446\u0430 \u043F\u043E\u043B\u044F \u0432\u0432\u043E\u0434\u0430.",inputStartingTriggerKeyDescriptionForNoneKey:"\u0422\u0435\u043A\u0443\u0449\u0430\u044F \u043D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0430 \u043E\u0442\u0441\u0443\u0442\u0441\u0442\u0432\u0438\u044F \u043F\u0440\u0435\u0444\u0438\u043A\u0441\u0430 \u043D\u0435 \u043D\u0443\u0436\u043D\u0430, \u0438 \u0444\u0443\u043D\u043A\u0446\u0438\u044F \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430 \u043D\u0435\u043A\u043E\u0442\u043E\u0440\u044B\u0445 \u0442\u0435\u043A\u0441\u0442\u043E\u0432 \u0432 \u043E\u043A\u043D\u0435 \u0432\u0432\u043E\u0434\u0430 \u043F\u043E\u043A\u0430 \u043D\u0435 \u043C\u043E\u0436\u0435\u0442 \u0431\u044B\u0442\u044C \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u043D\u0430.",inputTrailingTriggerKeyTitle:"\u0412\u044B\u0431\u0435\u0440\u0438\u0442\u0435 \u0441\u0438\u043C\u0432\u043E\u043B \u043E\u043A\u043E\u043D\u0447\u0430\u043D\u0438\u044F \u0432\u0432\u043E\u0434\u0430",inputTrailingTriggerKeyDescription:"3 \u0431\u044B\u0441\u0442\u0440\u044B\u0445 \u0443\u0434\u0430\u0440\u0430{trailingKey} \u043D\u0430\u0447\u043D\u0435\u0442 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0438\u0442\u044C!",inputTrailingTriggerKeyTimeout:"\u0412\u0432\u0435\u0434\u0438\u0442\u0435 \u0432\u0440\u0435\u043C\u044F \u043C\u0435\u0436\u0434\u0443 \u0441\u0440\u0430\u0431\u0430\u0442\u044B\u0432\u0430\u043D\u0438\u044F\u043C\u0438 \u0432 \u043A\u043E\u043D\u0446\u0435 \u0431\u043E\u044F",inputTrailingTriggerKeyTimeoutDescription:"\u0423\u0441\u0442\u0430\u043D\u0430\u0432\u043B\u0438\u0432\u0430\u0435\u0442 \u0432\u0440\u0435\u043C\u044F (\u0432 \u043C\u0438\u043B\u043B\u0438\u0441\u0435\u043A\u0443\u043D\u0434\u0430\u0445) \u043C\u0435\u0436\u0434\u0443 \u0441\u0440\u0430\u0431\u0430\u0442\u044B\u0432\u0430\u043D\u0438\u044F\u043C\u0438 \u043A\u043E\u043C\u0431\u0438\u043D\u0438\u0440\u043E\u0432\u0430\u043D\u043D\u044B\u0445 \u0443\u0441\u0442\u0440\u043E\u0439\u0441\u0442\u0432 \u043E\u043A\u043E\u043D\u0447\u0430\u043D\u0438\u044F \u0432\u0432\u043E\u0434\u0430",spaceKey:"<\u7A7A\u683C\u952E>",noneKey:"\u041F\u0440\u044F\u043C\u043E\u0439 \u043F\u0435\u0440\u0435\u0432\u043E\u0434 \u0432\u0441\u0435\u0433\u043E \u0442\u0435\u043A\u0441\u0442\u043E\u0432\u043E\u0433\u043E \u043F\u043E\u043B\u044F \u0431\u0435\u0437 \u043F\u0440\u0435\u0444\u0438\u043A\u0441\u043E\u0432",inputTranslationBlockUrlsTitle:"\u041D\u0435 \u0432\u043A\u043B\u044E\u0447\u0430\u0439\u0442\u0435 \u0440\u0430\u0441\u0448\u0438\u0440\u0435\u043D\u0438\u0435 \u043F\u043E\u043B\u044F \u0432\u0432\u043E\u0434\u0430 \u0432 \u0441\u043B\u0435\u0434\u0443\u044E\u0449\u0438\u0445 URL-\u0430\u0434\u0440\u0435\u0441\u0430\u0445",inputTranslationBlockUrlsDescription:"\u0423\u0441\u043E\u0432\u0435\u0440\u0448\u0435\u043D\u0441\u0442\u0432\u043E\u0432\u0430\u043D\u0438\u044F \u043F\u043E\u043B\u044F \u0432\u0432\u043E\u0434\u0430 \u043D\u0435 \u0431\u0443\u0434\u0443\u0442 \u0440\u0430\u0431\u043E\u0442\u0430\u0442\u044C \u043D\u0430 \u0441\u043B\u0435\u0434\u0443\u044E\u0449\u0438\u0445 URL-\u0430\u0434\u0440\u0435\u0441\u0430\u0445",clickToSeeQuickDemo:"\u041D\u0430\u0436\u043C\u0438\u0442\u0435, \u0447\u0442\u043E\u0431\u044B \u0440\u0430\u0437\u0432\u0435\u0440\u043D\u0443\u0442\u044C 30-\u0441\u0435\u043A\u0443\u043D\u0434\u043D\u044B\u0439 \u043E\u0431\u0443\u0447\u0430\u044E\u0449\u0438\u0439 \u0432\u0438\u0434\u0435\u043E\u0440\u043E\u043B\u0438\u043A",inputHelperInfo:"\u041E\u043F\u0438\u0441\u0430\u043D\u0438\u0435\uFF1A\u041C\u044B \u043E\u043F\u0442\u0438\u043C\u0438\u0437\u0438\u0440\u043E\u0432\u0430\u043B\u0438 \u0440\u0430\u0431\u043E\u0442\u0443 \u0441 \u0442\u0435\u043C, \u0447\u0442\u043E \u043D\u0435\u043A\u043E\u0442\u043E\u0440\u044B\u0435 \u0442\u0440\u0438\u0433\u0433\u0435\u0440\u043D\u044B\u0435 \u0441\u0438\u043C\u0432\u043E\u043B\u044B \u043F\u0440\u0435\u0432\u0440\u0430\u0449\u0430\u044E\u0442\u0441\u044F \u0432 \u043A\u0438\u0442\u0430\u0439\u0441\u043A\u0438\u0435 \u0437\u043D\u0430\u043A\u0438 \u043F\u0440\u0435\u043F\u0438\u043D\u0430\u043D\u0438\u044F \u043F\u0440\u0438 \u043A\u0438\u0442\u0430\u0439\u0441\u043A\u0438\u0445 \u043C\u0435\u0442\u043E\u0434\u0430\u0445 \u0432\u0432\u043E\u0434\u0430, \u043D\u0430\u043F\u0440\u0438\u043C\u0435\u0440, / \u043F\u0440\u0435\u0432\u0440\u0430\u0449\u0430\u0435\u0442\u0441\u044F \u0432 \u0437\u043D\u0430\u043A dun , \u043F\u0440\u0438 \u043C\u0435\u0442\u043E\u0434\u0435 \u0432\u0432\u043E\u0434\u0430 Sogou, \u0438 Immersive Translator \u043F\u043E\u0434\u0434\u0435\u0440\u0436\u0438\u0432\u0430\u0435\u0442 \u0432\u0441\u0435 \u043A\u0438\u0442\u0430\u0439\u0441\u043A\u0438\u0435 \u0441\u0438\u043C\u0432\u043E\u043B\u044B, \u0441\u043E\u043E\u0442\u0432\u0435\u0442\u0441\u0442\u0432\u0443\u044E\u0449\u0438\u0435 \u0442\u0440\u0438\u0433\u0433\u0435\u0440\u043D\u044B\u043C \u0441\u0438\u043C\u0432\u043E\u043B\u0430\u043C, \u0442.\u0435. //,,, \u0431\u0443\u0434\u0443\u0442 \u0440\u0430\u0441\u043F\u043E\u0437\u043D\u0430\u0432\u0430\u0442\u044C\u0441\u044F \u043A\u0430\u043A \u0442\u0440\u0438\u0433\u0433\u0435\u0440\u043D\u044B\u0435 \u0441\u0438\u043C\u0432\u043E\u043B\u044B.

\u041C\u044B \u0442\u0430\u043A\u0436\u0435 \u043F\u043E\u0434\u0434\u0435\u0440\u0436\u0438\u0432\u0430\u0435\u043C \u043A\u0438\u0442\u0430\u0439\u0441\u043A\u0438\u0435 \u043F\u0441\u0435\u0432\u0434\u043E\u043D\u0438\u043C\u044B \u0434\u043B\u044F \u044F\u0437\u044B\u043A\u043E\u0432\u044B\u0445 \u043A\u043E\u0434\u043E\u0432 \u0432 \u043A\u0430\u0447\u0435\u0441\u0442\u0432\u0435 \u043A\u043E\u043C\u0430\u043D\u0434, \u043D\u0430\u043F\u0440\u0438\u043C\u0435\u0440, /Japanese Hello World \u0431\u0443\u0434\u0435\u0442 \u043F\u0435\u0440\u0435\u0432\u0435\u0434\u0435\u043D \u043D\u0430 \u044F\u043F\u043E\u043D\u0441\u043A\u0438\u0439 \u044F\u0437\u044B\u043A, <1>\u043D\u0430\u0436\u043C\u0438\u0442\u0435 \u0437\u0434\u0435\u0441\u044C, \u0447\u0442\u043E\u0431\u044B \u043F\u043E\u0441\u043C\u043E\u0442\u0440\u0435\u0442\u044C \u0432\u0441\u0435 \u043F\u043E\u0434\u0434\u0435\u0440\u0436\u0438\u0432\u0430\u0435\u043C\u044B\u0435 \u044F\u0437\u044B\u043A\u043E\u0432\u044B\u0435 \u043A\u043E\u0434\u044B.",reloadCurrentPage:"\u041F\u0435\u0440\u0435\u0434 \u043D\u0430\u0447\u0430\u043B\u043E\u043C \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430 \u043E\u0431\u043D\u043E\u0432\u0438\u0442\u0435 \u0442\u0435\u043A\u0443\u0449\u0443\u044E \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u0443.",noLocalFilePermissionForPDF:"\u0423 \u0432\u0430\u0441 \u043D\u0435\u0442 \u043F\u0440\u0430\u0432 \u043D\u0430 \u0447\u0442\u0435\u043D\u0438\u0435 \u043B\u043E\u043A\u0430\u043B\u044C\u043D\u044B\u0445 \u0444\u0430\u0439\u043B\u043E\u0432, \u043F\u043E\u0436\u0430\u043B\u0443\u0439\u0441\u0442\u0430, \u043D\u0430\u0436\u043C\u0438\u0442\u0435 \u043A\u043D\u043E\u043F\u043A\u0443 \u0432\u044B\u0448\u0435, \u0430 \u0437\u0430\u0442\u0435\u043C \u0438\u043C\u043F\u043E\u0440\u0442\u0438\u0440\u0443\u0439\u0442\u0435 \u043B\u043E\u043A\u0430\u043B\u044C\u043D\u044B\u0435 \u0444\u0430\u0439\u043B\u044B.",noPermissionForThisPage:"\u26A0\uFE0F \u041D\u0435\u0442 \u0440\u0430\u0437\u0440\u0435\u0448\u0435\u043D\u0438\u044F \u043D\u0430 \u043F\u0435\u0440\u0435\u0432\u043E\u0434 \u0442\u0435\u043A\u0443\u0449\u0435\u0439 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u044B",retryAllParagraphs:"\u041F\u043E\u0432\u0442\u043E\u0440\u043D\u043E\u0435 \u0432\u044B\u043F\u043E\u043B\u043D\u0435\u043D\u0438\u0435 \u0432\u0441\u0435\u0445 \u043E\u0448\u0438\u0431\u043E\u0447\u043D\u044B\u0445 \u043F\u0435\u0440\u0435\u0445\u043E\u0434\u043E\u0432",retryAllButton:"\u041F\u043E\u0432\u0442\u043E\u0440\u043D\u043E\u0435 \u0432\u044B\u043F\u043E\u043B\u043D\u0435\u043D\u0438\u0435 \u0432\u0441\u0435\u0445 \u043E\u0448\u0438\u0431\u043E\u0447\u043D\u044B\u0445 \u043F\u0435\u0440\u0435\u0445\u043E\u0434\u043E\u0432",errorTooltipTitle:"\u0429\u0435\u043B\u043A\u043D\u0438\u0442\u0435, \u0447\u0442\u043E\u0431\u044B \u0443\u0432\u0438\u0434\u0435\u0442\u044C \u043F\u0440\u0438\u0447\u0438\u043D\u0443 \u043E\u0448\u0438\u0431\u043A\u0438",errorModalTitle:"\u041F\u043E\u0445\u043E\u0436\u0435, \u0447\u0442\u043E-\u0442\u043E \u043D\u0435 \u0442\u0430\u043A \u0441\u043E \u0441\u043B\u0443\u0436\u0431\u043E\u0439 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430 \u0438\u043B\u0438 \u0441\u0435\u0442\u044C\u044E...",disableConfirm:"\u0414\u0432\u0443\u044F\u0437\u044B\u0447\u043D\u0430\u044F \u0443\u0441\u0442\u0430\u043D\u043E\u0432\u043A\u0430 \u0434\u043B\u044F \u0440\u0430\u0441\u0448\u0438\u0440\u0435\u043D\u0438\u044F \u0438\u043D\u0444\u043E\u0440\u043C\u0430\u0446\u0438\u0438",disableOnce:"\u042D\u0442\u0430 \u0438\u043D\u0432\u0430\u043B\u0438\u0434\u043D\u043E\u0441\u0442\u044C",disableGlobal:"\u043E\u0442\u043A\u043B\u044E\u0447\u0438\u0442\u044C \u043D\u0430\u0432\u0441\u0435\u0433\u0434\u0430",disableTint:"* \u0412\u044B \u043C\u043E\u0436\u0435\u0442\u0435 \u043F\u043E\u0432\u0442\u043E\u0440\u043D\u043E \u0432\u043A\u043B\u044E\u0447\u0438\u0442\u044C \u0435\u0433\u043E \u043D\u0430 \u0441\u0430\u0439\u0442\u0435 {option} .",searchEnhancementNotes:"\u041C\u044B \u043E\u0431\u043D\u0430\u0440\u0443\u0436\u0438\u043B\u0438, \u0447\u0442\u043E \u0440\u0435\u0437\u0443\u043B\u044C\u0442\u0430\u0442\u044B \u043F\u043E\u0438\u0441\u043A\u0430 \u043D\u043E\u0432\u043E\u0441\u0442\u0435\u0439 \u043F\u043E \u043A\u043B\u044E\u0447\u0435\u0432\u044B\u043C \u0441\u043B\u043E\u0432\u0430\u043C \u043D\u0430 \u043A\u0438\u0442\u0430\u0439\u0441\u043A\u043E\u043C \u0438 \u0430\u043D\u0433\u043B\u0438\u0439\u0441\u043A\u043E\u043C \u044F\u0437\u044B\u043A\u0430\u0445 \u0441\u0438\u043B\u044C\u043D\u043E \u043E\u0442\u043B\u0438\u0447\u0430\u044E\u0442\u0441\u044F. \u041F\u043E\u0441\u043B\u0435 \u0432\u043A\u043B\u044E\u0447\u0435\u043D\u0438\u044F \u0444\u0443\u043D\u043A\u0446\u0438\u0438 Immersive Translation Bilingual Information Enhancement \u043C\u044B \u0431\u0443\u0434\u0435\u043C \u0430\u0432\u0442\u043E\u043C\u0430\u0442\u0438\u0447\u0435\u0441\u043A\u0438 \u0438\u0441\u043A\u0430\u0442\u044C \u0434\u043B\u044F \u0432\u0430\u0441 \u0442\u0435 \u0436\u0435 \u0441\u0430\u043C\u044B\u0435 \u043A\u043B\u044E\u0447\u0435\u0432\u044B\u0435 \u0441\u043B\u043E\u0432\u0430 \u043D\u0430 \u0430\u043D\u0433\u043B\u0438\u0439\u0441\u043A\u043E\u043C \u044F\u0437\u044B\u043A\u0435 \u043D\u0430 \u043F\u043E\u0434\u0434\u0435\u0440\u0436\u0438\u0432\u0430\u0435\u043C\u044B\u0445 \u0441\u0430\u0439\u0442\u0430\u0445 (Google News, Google Search (\u043D\u0435\u043A\u043E\u0442\u043E\u0440\u044B\u0435 \u043A\u043B\u044E\u0447\u0435\u0432\u044B\u0435 \u0441\u043B\u043E\u0432\u0430), Snowball, Oriental Wealth, Futura, Tiger) \u0438 \u043E\u0442\u043E\u0431\u0440\u0430\u0436\u0430\u0442\u044C \u0438\u0445 \u0432 \u043F\u0440\u0430\u0432\u043E\u0439 \u0447\u0430\u0441\u0442\u0438. \u0412\u044B \u043C\u043E\u0436\u0435\u0442\u0435 \u043E\u0442\u043A\u043B\u044E\u0447\u0438\u0442\u044C \u044D\u0442\u0443 \u0444\u0443\u043D\u043A\u0446\u0438\u044E, \u0435\u0441\u043B\u0438 \u043E\u043D\u0430 \u0432\u0430\u043C \u043D\u0435 \u043D\u0443\u0436\u043D\u0430.",option:"\u043D\u0430\u0441\u0442\u0440\u0430\u0438\u0432\u0430\u0442\u044C",saveSettings:"\u0421\u043E\u0445\u0440\u0430\u043D\u0438\u0442\u044C \u043D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0438",closeModal:"\u0417\u0430\u043A\u0440\u044B\u0442\u044C \u043E\u043A\u043D\u043E",enableInputTranslationWithoutTriggerKeyTitle:"\u0412\u043A\u043B\u044E\u0447\u0438\u0442\u0435 3 \u0431\u044B\u0441\u0442\u0440\u044B\u0445 \u043D\u0430\u0436\u0430\u0442\u0438\u044F \u043D\u0430{trailingKey}, \u0447\u0442\u043E\u0431\u044B \u043D\u0430\u043F\u0440\u044F\u043C\u0443\u044E \u043F\u0435\u0440\u0435\u0432\u0435\u0441\u0442\u0438 \u0432\u0441\u0435 \u043F\u043E\u043B\u0435 \u0432\u0432\u043E\u0434\u0430 \u043D\u0430{inputTargetLanguage}.",enableInputTranslationWithoutTriggerKeyDescription:"\u0427\u0442\u043E\u0431\u044B \u0443\u043A\u0430\u0437\u0430\u0442\u044C \u0446\u0435\u043B\u0435\u0432\u043E\u0439 \u044F\u0437\u044B\u043A, \u0434\u043E\u0431\u0430\u0432\u044C\u0442\u0435 \u043A \u043D\u0435\u043C\u0443 \u043A\u043E\u0434 \u044F\u0437\u044B\u043A\u0430, \u043D\u0430\u043F\u0440\u0438\u043C\u0435\u0440,\uFF1Aja Hello World",mouseHoverShortcutPlaceholder:"\u043D\u0430\u043F\u0440\u0438\u043C\u0435\u0440,\uFF1AShift",deepLProName:"Immersive Translation Pro Member (Recommended)",deepLProDescription:"\u0422\u0435\u043A\u0443\u0449\u0438\u0439 \u043F\u0430\u043A\u0435\u0442 \u043C\u043E\u0436\u0435\u0442 \u0431\u044B\u0442\u044C \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u043D \u043D\u0430\u043F\u0440\u044F\u043C\u0443\u044E",deeplProDescriptionForNormal:"\u041D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0430 \u043D\u0435 \u0442\u0440\u0435\u0431\u0443\u0435\u0442\u0441\u044F, \u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u0435\u043B\u0438 \u043C\u043E\u0433\u0443\u0442 \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u044C \u0435\u0433\u043E \u043F\u043E\u0441\u043B\u0435 \u0432\u0445\u043E\u0434\u0430 \u0432 \u0441\u0438\u0441\u0442\u0435\u043C\u0443, <1>\u043D\u0430\u0436\u043C\u0438\u0442\u0435 \u0437\u0434\u0435\u0441\u044C, \u0447\u0442\u043E\u0431\u044B \u043F\u0435\u0440\u0435\u0439\u0442\u0438 \u0432 \u043A\u0430\u0442\u0435\u0433\u043E\u0440\u0438\u044E \u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u0435\u043B\u0435\u0439",deepLCustomDescription:"\u0422\u0440\u0435\u0431\u0443\u0435\u0442\u0441\u044F \u0438\u043D\u043E\u0441\u0442\u0440\u0430\u043D\u043D\u0430\u044F \u043A\u0440\u0435\u0434\u0438\u0442\u043D\u0430\u044F \u043A\u0430\u0440\u0442\u0430, \u043E\u0444\u0438\u0446\u0438\u0430\u043B\u044C\u043D\u043E \u043E\u0442\u043A\u0440\u044B\u0442\u0430 \u043D\u0430 \u0441\u0430\u0439\u0442\u0435 <1>DeepL, \u043D\u0430\u0436\u043C\u0438\u0442\u0435 \u0434\u043B\u044F \u043F\u043E\u043B\u0443\u0447\u0435\u043D\u0438\u044F <2>\u0434\u043E\u043A\u0443\u043C\u0435\u043D\u0442\u0430\u0446\u0438\u0438",deepLCustomName:"\u041F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u0435\u043B\u044C\u0441\u043A\u0438\u0439 \u043A\u043B\u044E\u0447 \u0430\u0432\u0442\u043E\u0440\u0438\u0437\u0430\u0446\u0438\u0438",chooseProviderLabel:"\u0412\u044B\u0431\u043E\u0440 \u043F\u043E\u0441\u0442\u0430\u0432\u0449\u0438\u043A\u0430 \u0443\u0441\u043B\u0443\u0433",openaiProName:"Immersive Translation Pro Member (Recommended)",openaiProDescription:"\u0422\u0435\u043A\u0443\u0449\u0438\u0439 \u043F\u0430\u043A\u0435\u0442 \u043C\u043E\u0436\u0435\u0442 \u0431\u044B\u0442\u044C \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u043D \u043D\u0430\u043F\u0440\u044F\u043C\u0443\u044E",openaiProDescriptionForNormal:"\u041D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0430 \u043D\u0435 \u0442\u0440\u0435\u0431\u0443\u0435\u0442\u0441\u044F, \u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u0435\u043B\u0438 \u043C\u043E\u0433\u0443\u0442 \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u044C \u0435\u0433\u043E \u043F\u043E\u0441\u043B\u0435 \u0432\u0445\u043E\u0434\u0430 \u0432 \u0441\u0438\u0441\u0442\u0435\u043C\u0443, <1>\u043D\u0430\u0436\u043C\u0438\u0442\u0435 \u0437\u0434\u0435\u0441\u044C, \u0447\u0442\u043E\u0431\u044B \u043F\u0435\u0440\u0435\u0439\u0442\u0438 \u0432 \u043A\u0430\u0442\u0435\u0433\u043E\u0440\u0438\u044E \u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u0435\u043B\u0435\u0439",openaiCustomDescription:"\u0414\u043E\u0441\u0442\u0443\u043F\u043D\u044B OpenAI, Azure OpenAI \u0438\u043B\u0438 \u0434\u0440\u0443\u0433\u0438\u0435 \u0441\u0442\u043E\u0440\u043E\u043D\u043D\u0438\u0435 \u0441\u0435\u0440\u0432\u0438\u0441\u044B, <1>\u0434\u043E\u043A\u0443\u043C\u0435\u043D\u0442\u0430\u0446\u0438\u044E \u043C\u043E\u0436\u043D\u043E \u043D\u0430\u0439\u0442\u0438 \u0437\u0434\u0435\u0441\u044C",openaiCustomName:"\u041F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u0435\u043B\u044C\u0441\u043A\u0438\u0439 \u043A\u043B\u044E\u0447 API",needLoginAction:"(\u041E\u0442\u043A\u0440\u044B\u0442\u043E\u0435 \u0447\u043B\u0435\u043D\u0441\u0442\u0432\u043E \u0438\u043B\u0438 \u043D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0430)",goLoginOrAction:"(\u041E\u0442\u043A\u0440\u043E\u0439\u0442\u0435 \u0447\u043B\u0435\u043D\u0441\u0442\u0432\u043E \u0438\u043B\u0438 \u043F\u0435\u0440\u0435\u0439\u0434\u0438\u0442\u0435 \u043A \u043D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0430\u043C)",yearly:"\u043E\u0441\u0443\u0449\u0435\u0441\u0442\u0432\u043B\u044F\u0442\u044C \u043F\u043E\u0441\u043B\u0435\u0434\u043E\u0432\u0430\u0442\u0435\u043B\u044C\u043D\u044B\u0439 \u0435\u0436\u0435\u0433\u043E\u0434\u043D\u044B\u0439 \u043F\u043B\u0430\u0442\u0435\u0436",quarterly:"\u043F\u043E\u0441\u043B\u0435\u0434\u043E\u0432\u0430\u0442\u0435\u043B\u044C\u043D\u0430\u044F \u0443\u043F\u0430\u043A\u043E\u0432\u043A\u0430",monthly:"\u0435\u0436\u0435\u043C\u0435\u0441\u044F\u0447\u043D\u0430\u044F \u043F\u043E\u0434\u043F\u0438\u0441\u043A\u0430",yearlyForOnce:"\u0415\u0434\u0438\u043D\u043E\u0432\u0440\u0435\u043C\u0435\u043D\u043D\u044B\u0439 \u0433\u043E\u0434\u043E\u0432\u043E\u0439 \u043F\u0430\u043A\u0435\u0442",monthlyForOnce:"\u0415\u0434\u0438\u043D\u043E\u0432\u0440\u0435\u043C\u0435\u043D\u043D\u044B\u0439 \u043C\u0435\u0441\u044F\u0447\u043D\u044B\u0439 \u043F\u0430\u043A\u0435\u0442",daily:"\u043F\u043E\u0441\u043B\u0435\u0434\u043E\u0432\u0430\u0442\u0435\u043B\u044C\u043D\u044B\u0445 \u043F\u0430\u043A\u0435\u0442\u043D\u044B\u0445 \u0434\u043D\u0435\u0439",year:"\u043E\u0441\u0443\u0449\u0435\u0441\u0442\u0432\u043B\u044F\u0442\u044C \u043F\u043E\u0441\u043B\u0435\u0434\u043E\u0432\u0430\u0442\u0435\u043B\u044C\u043D\u044B\u0439 \u0435\u0436\u0435\u0433\u043E\u0434\u043D\u044B\u0439 \u043F\u043B\u0430\u0442\u0435\u0436",quarter:"\u043F\u043E\u0441\u043B\u0435\u0434\u043E\u0432\u0430\u0442\u0435\u043B\u044C\u043D\u0430\u044F \u0443\u043F\u0430\u043A\u043E\u0432\u043A\u0430",month:"\u0435\u0436\u0435\u043C\u0435\u0441\u044F\u0447\u043D\u0430\u044F \u043F\u043E\u0434\u043F\u0438\u0441\u043A\u0430",day:"\u043F\u043E\u0441\u043B\u0435\u0434\u043E\u0432\u0430\u0442\u0435\u043B\u044C\u043D\u044B\u0445 \u043F\u0430\u043A\u0435\u0442\u043D\u044B\u0445 \u0434\u043D\u0435\u0439",onetime_7day:"7-\u0434\u043D\u0435\u0432\u043D\u044B\u0439 \u043F\u0430\u043A\u0435\u0442 \u0432\u043F\u0435\u0447\u0430\u0442\u043B\u0435\u043D\u0438\u0439",currentPlanDescriptionForFree:"\u0422\u0435\u043A\u0443\u0449\u0438\u0435 \u043F\u0430\u043A\u0435\u0442\u044B\uFF1A\u0411\u0435\u0441\u043F\u043B\u0430\u0442\u043D\u043E",currentPlanDescriptionForContinuous:"\u0414\u0435\u0439\u0441\u0442\u0432\u0443\u044E\u0449\u0438\u0439 \u043F\u0430\u043A\u0435\u0442\uFF1A{plan}\u0431\u0443\u0434\u0435\u0442 \u0430\u0432\u0442\u043E\u043C\u0430\u0442\u0438\u0447\u0435\u0441\u043A\u0438 \u043F\u0440\u043E\u0434\u043B\u0435\u043D \u043D\u0430 {endAt}",currentPlanDescriptionForAutoRenewCaceling:"\u0421\u0440\u043E\u043A \u0434\u0435\u0439\u0441\u0442\u0432\u0438\u044F \u0442\u0435\u043A\u0443\u0449\u0435\u0433\u043E \u043F\u0430\u043A\u0435\u0442\u0430\uFF1A{plan}\u0438\u0441\u0442\u0435\u043A\u0430\u0435\u0442 \u043D\u0430 \u0441\u0430\u0439\u0442\u0435 {endAt} \u0438 \u043D\u0435 \u0431\u0443\u0434\u0435\u0442 \u0430\u0432\u0442\u043E\u043C\u0430\u0442\u0438\u0447\u0435\u0441\u043A\u0438 \u043F\u0440\u043E\u0434\u043B\u0435\u0432\u0430\u0442\u044C\u0441\u044F \u043F\u043E \u0435\u0433\u043E \u0438\u0441\u0442\u0435\u0447\u0435\u043D\u0438\u0438.",currentYearlyPlanDescriptionForAutoRenewCacelingWithRealPaiedUser:"\u0421\u0440\u043E\u043A \u0434\u0435\u0439\u0441\u0442\u0432\u0438\u044F \u0442\u0435\u043A\u0443\u0449\u0435\u0433\u043E \u043F\u0430\u043A\u0435\u0442\u0430\uFF1A{plan}\u0438\u0441\u0442\u0435\u043A\u0430\u0435\u0442 \u043D\u0430 \u0441\u0430\u0439\u0442\u0435 {endAt} \u0438 \u043D\u0435 \u0431\u0443\u0434\u0435\u0442 \u0430\u0432\u0442\u043E\u043C\u0430\u0442\u0438\u0447\u0435\u0441\u043A\u0438 \u043F\u0440\u043E\u0434\u043B\u0435\u0432\u0430\u0442\u044C\u0441\u044F \u043F\u043E \u0435\u0433\u043E \u0438\u0441\u0442\u0435\u0447\u0435\u043D\u0438\u0438.
<1>\u041D\u0430\u0436\u043C\u0438\u0442\u0435 \u0437\u0434\u0435\u0441\u044C, \u0447\u0442\u043E\u0431\u044B \u0443\u043F\u0440\u0430\u0432\u043B\u044F\u0442\u044C \u043F\u043B\u0430\u043D\u043E\u043C \u043F\u0440\u043E\u0434\u043B\u0435\u043D\u0438\u044F",currentYearlyPlanDescriptionForAutoRenewCacelingWithAdmin:"\u0421\u0440\u043E\u043A \u0434\u0435\u0439\u0441\u0442\u0432\u0438\u044F \u0442\u0435\u043A\u0443\u0449\u0435\u0433\u043E \u043F\u0430\u043A\u0435\u0442\u0430\uFF1A{plan}\u0438\u0441\u0442\u0435\u043A\u0430\u0435\u0442 \u043D\u0430 \u0441\u0430\u0439\u0442\u0435 {endAt} \u0438 \u043D\u0435 \u0431\u0443\u0434\u0435\u0442 \u0430\u0432\u0442\u043E\u043C\u0430\u0442\u0438\u0447\u0435\u0441\u043A\u0438 \u043F\u0440\u043E\u0434\u043B\u0435\u0432\u0430\u0442\u044C\u0441\u044F \u043F\u043E \u0435\u0433\u043E \u0438\u0441\u0442\u0435\u0447\u0435\u043D\u0438\u0438.
<1>\u041D\u0430\u0436\u043C\u0438\u0442\u0435 \u0437\u0434\u0435\u0441\u044C, \u0447\u0442\u043E\u0431\u044B \u0430\u043A\u0442\u0438\u0432\u0438\u0440\u043E\u0432\u0430\u0442\u044C \u043D\u0435\u043F\u0440\u0435\u0440\u044B\u0432\u043D\u0443\u044E \u0433\u043E\u0434\u043E\u0432\u0443\u044E \u043F\u043E\u0434\u043F\u0438\u0441\u043A\u0443",currentPlanDescriptionForOneTime:"\u0421\u0440\u043E\u043A \u0434\u0435\u0439\u0441\u0442\u0432\u0438\u044F \u0442\u0435\u043A\u0443\u0449\u0435\u0439 \u043F\u043E\u0434\u043F\u0438\u0441\u043A\u0438\uFF1A{plan}\u0438\u0441\u0442\u0435\u043A\u0430\u0435\u0442 \u043D\u0430 \u0441\u0430\u0439\u0442\u0435 {endAt} , <1>\u043D\u0430\u0436\u043C\u0438\u0442\u0435 \u0437\u0434\u0435\u0441\u044C, \u0447\u0442\u043E\u0431\u044B \u043F\u0435\u0440\u0435\u0439\u0442\u0438 \u043D\u0430 \u0433\u043E\u0434\u043E\u0432\u043E\u0435 \u0438\u043B\u0438 <2>\u0435\u0436\u0435\u043C\u0435\u0441\u044F\u0447\u043D\u043E\u0435 \u0447\u043B\u0435\u043D\u0441\u0442\u0432\u043E.",upgradePlan:"\u041D\u0430\u0436\u043C\u0438\u0442\u0435 \u0437\u0434\u0435\u0441\u044C, \u0447\u0442\u043E\u0431\u044B \u043F\u0435\u0440\u0435\u0439\u0442\u0438 \u043D\u0430 \u0447\u043B\u0435\u043D\u0441\u0442\u0432\u043E Pro",upgradeToPro:"\u041F\u0435\u0440\u0435\u0439\u0442\u0438 \u043D\u0430 \u0447\u043B\u0435\u043D\u0441\u0442\u0432\u043E Pro","popup.openPro":"\u0427\u0442\u043E\u0431\u044B \u043F\u043E\u043B\u0443\u0447\u0438\u0442\u044C \u0432\u043E\u0437\u043C\u043E\u0436\u043D\u043E\u0441\u0442\u044C \u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u044C\u0441\u044F DeepL \u0438 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u043E\u043C OpenAI, \u043F\u0435\u0440\u0435\u0439\u0434\u0438\u0442\u0435 \u043F\u043E \u0441\u0441\u044B\u043B\u043A\u0435.","popup.openProForPro":"\u0412\u044B \u044F\u0432\u043B\u044F\u0435\u0442\u0435\u0441\u044C \u0443\u0447\u0430\u0441\u0442\u043D\u0438\u043A\u043E\u043C \u043F\u0440\u043E\u0433\u0440\u0430\u043C\u043C\u044B Pro \u0441 \u043F\u0440\u044F\u043C\u044B\u043C \u0434\u043E\u0441\u0442\u0443\u043F\u043E\u043C \u043A DeepL \u0438 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430\u043C OpenAI!",currentAccount:"\u0442\u0435\u043A\u0443\u0449\u0438\u0439 \u0441\u0447\u0451\u0442",enableAutoSyncUserSettings:"\u041E\u0431\u0435\u0441\u043F\u0435\u0447\u0435\u043D\u0438\u0435 \u0430\u0432\u0442\u043E\u043C\u0430\u0442\u0438\u0447\u0435\u0441\u043A\u043E\u0439 \u043E\u0431\u043B\u0430\u0447\u043D\u043E\u0439 \u0441\u0438\u043D\u0445\u0440\u043E\u043D\u0438\u0437\u0430\u0446\u0438\u0438 \u043D\u0430 \u043D\u0435\u0441\u043A\u043E\u043B\u044C\u043A\u0438\u0445 \u0443\u0441\u0442\u0440\u043E\u0439\u0441\u0442\u0432\u0430\u0445",modalEnableInputTranslationTitle:"\u0411\u043B\u043E\u043A \u0432\u0432\u043E\u0434\u0430 \u0438\u043C\u043C\u0435\u0440\u0441\u0438\u0432\u043D\u043E\u0433\u043E \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430 \u041F\u0435\u0440\u0435\u0432\u043E\u0434\u0447\u0435\u0441\u043A\u0438\u0435 \u043E\u043F\u043E\u0432\u0435\u0449\u0435\u043D\u0438\u044F",modalEnableInputTranslationDesc:"\u0412\u044B \u0442\u043E\u043B\u044C\u043A\u043E \u0447\u0442\u043E \u0437\u0430\u043F\u0443\u0441\u0442\u0438\u043B\u0438 \u0444\u0443\u043D\u043A\u0446\u0438\u044E \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430 \u043F\u043E\u043B\u044F \u0432\u0432\u043E\u0434\u0430 Immersive Translation, \u043D\u0430\u0436\u0430\u0432 3 \u0440\u0430\u0437\u0430 \u043F\u043E\u0434\u0440\u044F\u0434 \u043A\u043B\u0430\u0432\u0438\u0448\u0443 \u043F\u0440\u043E\u0431\u0435\u043B\u0430, \u0438 \u0441\u043E\u0434\u0435\u0440\u0436\u0438\u043C\u043E\u0435 \u043F\u043E\u043B\u044F \u0432\u0432\u043E\u0434\u0430 \u0431\u0443\u0434\u0435\u0442 \u043F\u0435\u0440\u0435\u0432\u0435\u0434\u0435\u043D\u043E \u043D\u0430 \u0446\u0435\u043B\u0435\u0432\u043E\u0439 \u044F\u0437\u044B\u043A \u043F\u043E \u0443\u043C\u043E\u043B\u0447\u0430\u043D\u0438\u044E. \u041F\u0435\u0440\u0435\u0432\u043E\u0434 \u043C\u043E\u0436\u043D\u043E \u043E\u0442\u043C\u0435\u043D\u0438\u0442\u044C \u0441 \u043F\u043E\u043C\u043E\u0449\u044C\u044E \u043A\u043B\u0430\u0432\u0438\u0448 Ctrl+Z.

\u0415\u0441\u043B\u0438 \u044D\u0442\u043E \u0431\u044B\u043B\u0430 \u043E\u0448\u0438\u0431\u043A\u0430, \u043D\u0435 \u0432\u043E\u043B\u043D\u0443\u0439\u0442\u0435\u0441\u044C, \u0432\u044B \u043C\u043E\u0436\u0435\u0442\u0435 \u043E\u0442\u043A\u043B\u044E\u0447\u0438\u0442\u044C \u0435\u0435 \u043D\u0430 \u044D\u0442\u043E\u0442 \u0440\u0430\u0437 \u0438\u043B\u0438 \u043D\u0430\u0432\u0441\u0435\u0433\u0434\u0430 \u043E\u0442\u043A\u043B\u044E\u0447\u0438\u0442\u044C \u043F\u0435\u0440\u0435\u0432\u043E\u0434 \u043F\u043E\u043B\u044F \u0432\u0432\u043E\u0434\u0430.",saveAndNotShowAgain:"\u0421\u043E\u0445\u0440\u0430\u043D\u0438\u0442\u044C \u0438 \u043E\u0441\u0442\u0430\u043D\u043E\u0432\u0438\u0442\u044C \u0437\u0430\u043F\u0440\u043E\u0441",disableInputTranslationTips:"* \u0412\u044B \u0442\u0430\u043A\u0436\u0435 \u043C\u043E\u0436\u0435\u0442\u0435 \u0443\u0441\u0442\u0430\u043D\u043E\u0432\u0438\u0442\u044C \u0434\u0440\u0443\u0433\u0438\u0435 \u0441\u043E\u0447\u0435\u0442\u0430\u043D\u0438\u044F \u043A\u043B\u0430\u0432\u0438\u0448 \u0434\u043B\u044F \u0441\u0440\u0430\u0431\u0430\u0442\u044B\u0432\u0430\u043D\u0438\u044F \u0432 {option} ,{learnMore}.",learnMore:"\u041D\u0430\u0436\u043C\u0438\u0442\u0435 \u0437\u0434\u0435\u0441\u044C, \u0447\u0442\u043E\u0431\u044B \u0443\u0437\u043D\u0430\u0442\u044C \u0431\u043E\u043B\u044C\u0448\u0435",continueEnalbeInputTranslation:"\u041F\u0440\u043E\u0434\u043E\u043B\u0436\u0435\u043D\u0438\u0435 \u0432\u043A\u043B\u044E\u0447\u0435\u043D\u0438\u044F \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430 \u043F\u043E\u043B\u044F \u0432\u0432\u043E\u0434\u0430",autoRenewTrialSuffix:'(\u0412 \u043F\u0440\u043E\u0431\u043D\u043E\u043C \u0432\u0430\u0440\u0438\u0430\u043D\u0442\u0435\u0441\u0440\u0430\u0437\u0443 \u0436\u0435 \u043F\u0435\u0440\u0435\u0448\u0435\u043B \u043D\u0430 \u043F\u043E\u043B\u043D\u043E\u0435 \u0447\u043B\u0435\u043D\u0441\u0442\u0432\u043E)',upgradeFromTrialTitle:"\u041F\u043E\u0432\u044B\u0448\u0435\u043D\u0438\u0435 \u0441\u0442\u0430\u0442\u0443\u0441\u0430 \u0434\u043E \u043F\u043E\u043B\u043D\u043E\u0433\u043E \u0447\u043B\u0435\u043D\u0430",subtitle:"\u0441\u0443\u0431\u0442\u0438\u0442\u0440\u044B \u043A \u0432\u0438\u0434\u0435\u043E\u0444\u0438\u043B\u044C\u043C\u0430\u043C",youtubeService:"\u0418\u043C\u043C\u0435\u0440\u0441\u0438\u043E\u043D\u043D\u044B\u0439 \u043F\u0435\u0440\u0435\u0432\u043E\u0434 \u0412\u0438\u0434\u0435\u043E\u0441\u0443\u0431\u0442\u0438\u0442\u0440\u0438\u0440\u043E\u0432\u0430\u043D\u0438\u0435 \u041F\u0435\u0440\u0435\u0432\u043E\u0434\u0447\u0435\u0441\u043A\u0438\u0435 \u0443\u0441\u043B\u0443\u0433\u0438","subtitle.disabledSubtitle":"\u041F\u043E\u0441\u0442\u043E\u044F\u043D\u043D\u043E\u0435 \u043E\u0442\u043A\u043B\u044E\u0447\u0435\u043D\u0438\u0435 \u0444\u0443\u043D\u043A\u0446\u0438\u0438 \u0432\u0438\u0434\u0435\u043E\u0441\u0443\u0431\u0442\u0438\u0442\u0440\u043E\u0432","subtitle.disabledSubtitleDescription":"\u0415\u0441\u043B\u0438 Immersive Translator's Video Subtitles \u043A\u043E\u043D\u0444\u043B\u0438\u043A\u0442\u0443\u0435\u0442 \u0441 \u0434\u0440\u0443\u0433\u0438\u043C\u0438 \u0440\u0430\u0441\u0448\u0438\u0440\u0435\u043D\u0438\u044F\u043C\u0438, \u0432\u044B \u043C\u043E\u0436\u0435\u0442\u0435 \u0432\u044B\u0431\u0440\u0430\u0442\u044C \u043F\u043E\u0441\u0442\u043E\u044F\u043D\u043D\u043E\u0435 \u043E\u0442\u043A\u043B\u044E\u0447\u0435\u043D\u0438\u0435 Immersive Translator's Video Subtitles \u0438\u043B\u0438 \u0434\u0435\u0438\u043D\u0441\u0442\u0430\u043B\u043B\u0438\u0440\u043E\u0432\u0430\u0442\u044C \u0434\u0440\u0443\u0433\u0438\u0435 \u043A\u043E\u043D\u0444\u043B\u0438\u043A\u0442\u0443\u044E\u0449\u0438\u0435 \u0440\u0430\u0441\u0448\u0438\u0440\u0435\u043D\u0438\u044F","subtitle.autoEnableSubtitle":"\u0410\u0432\u0442\u043E\u043C\u0430\u0442\u0438\u0447\u0435\u0441\u043A\u043E\u0435 \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u043D\u0438\u0435 \u0434\u0432\u0443\u044F\u0437\u044B\u0447\u043D\u044B\u0445 \u0441\u0443\u0431\u0442\u0438\u0442\u0440\u043E\u0432","subtitle.autoEnableSubtitleDescription":"\u041F\u043E\u0441\u043B\u0435 \u0430\u043A\u0442\u0438\u0432\u0430\u0446\u0438\u0438, \u043F\u0440\u0438 \u0432\u043E\u0441\u043F\u0440\u043E\u0438\u0437\u0432\u0435\u0434\u0435\u043D\u0438\u0438 \u0432\u0438\u0434\u0435\u043E, \u0431\u0443\u0434\u0443\u0442 \u0430\u0432\u0442\u043E\u043C\u0430\u0442\u0438\u0447\u0435\u0441\u043A\u0438 \u043E\u0442\u043E\u0431\u0440\u0430\u0436\u0430\u0442\u044C\u0441\u044F \u0434\u0432\u0443\u044F\u0437\u044B\u0447\u043D\u044B\u0435 \u0441\u0443\u0431\u0442\u0438\u0442\u0440\u044B, \u0432 \u043F\u0440\u043E\u0442\u0438\u0432\u043D\u043E\u043C \u0441\u043B\u0443\u0447\u0430\u0435 \u043D\u0435\u043E\u0431\u0445\u043E\u0434\u0438\u043C\u043E \u043D\u0430\u0436\u0430\u0442\u044C \u043A\u043D\u043E\u043F\u043A\u0443 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430 \u0434\u043B\u044F \u043E\u0442\u043E\u0431\u0440\u0430\u0436\u0435\u043D\u0438\u044F.","subtitle.preTranslation":"\u041F\u0435\u0440\u0435\u0432\u043E\u0434 \u0441\u0443\u0431\u0442\u0438\u0442\u0440\u043E\u0432 \u0441 \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u043D\u0438\u0435\u043C \u0438\u043C\u043C\u0435\u0440\u0441\u0438\u0432\u043D\u043E\u0433\u043E \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430","subtitle.preTranslationDescription":"\u041F\u0440\u0438 \u0432\u043A\u043B\u044E\u0447\u0435\u043D\u0438\u0438 \u044D\u0442\u043E\u0439 \u0444\u0443\u043D\u043A\u0446\u0438\u0438 \u0432\u0441\u0435 \u0441\u0443\u0431\u0442\u0438\u0442\u0440\u044B \u0431\u0443\u0434\u0443\u0442 \u043F\u0440\u0435\u0434\u0432\u0430\u0440\u0438\u0442\u0435\u043B\u044C\u043D\u043E \u043F\u0435\u0440\u0435\u0432\u0435\u0434\u0435\u043D\u044B \u0441 \u043F\u043E\u043C\u043E\u0449\u044C\u044E \u0443\u043A\u0430\u0437\u0430\u043D\u043D\u043E\u0433\u043E \u043D\u0438\u0436\u0435 \u0441\u0435\u0440\u0432\u0438\u0441\u0430 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430, \u043F\u0440\u0438 \u044D\u0442\u043E\u043C \u043D\u0430 1-\u0447\u0430\u0441\u043E\u0432\u043E\u0435 \u0432\u0438\u0434\u0435\u043E \u0431\u0443\u0434\u0435\u0442 \u0437\u0430\u0442\u0440\u0430\u0447\u0435\u043D\u043E \u043E\u043A\u043E\u043B\u043E 50 000 \u0442\u043E\u043A\u0435\u043D\u043E\u0432 \u0438\u043B\u0438 \u0441\u0438\u043C\u0432\u043E\u043B\u043E\u0432, \u043F\u043E\u044D\u0442\u043E\u043C\u0443 \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u0443\u0439\u0442\u0435 \u0438\u0445 \u043F\u043E \u0441\u0432\u043E\u0435\u043C\u0443 \u0443\u0441\u043C\u043E\u0442\u0440\u0435\u043D\u0438\u044E; \u043F\u0440\u0438 \u043E\u0442\u043A\u043B\u044E\u0447\u0435\u043D\u0438\u0438 \u044D\u0442\u043E\u0439 \u0444\u0443\u043D\u043A\u0446\u0438\u0438 \u0441\u043D\u0430\u0447\u0430\u043B\u0430 \u0431\u0443\u0434\u0443\u0442 \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u044C\u0441\u044F \u043E\u0440\u0438\u0433\u0438\u043D\u0430\u043B\u044C\u043D\u044B\u0435 \u0441\u0443\u0431\u0442\u0438\u0442\u0440\u044B.","subtitle.humanSubtitlesPreferred":"\u041F\u0440\u0438\u043E\u0440\u0438\u0442\u0435\u0442\u043D\u043E\u0435 \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u043D\u0438\u0435 \u0447\u0435\u043B\u043E\u0432\u0435\u0447\u0435\u0441\u043A\u0438\u0445 \u0441\u0443\u0431\u0442\u0438\u0442\u0440\u043E\u0432","subtitle.humanSubtitlesPreferredDescription":"\u041F\u0440\u0438\u043E\u0440\u0438\u0442\u0435\u0442 \u043E\u0442\u0434\u0430\u0435\u0442\u0441\u044F \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u043D\u0438\u044E \u0447\u0435\u043B\u043E\u0432\u0435\u0447\u0435\u0441\u043A\u0438\u0445 \u0441\u0443\u0431\u0442\u0438\u0442\u0440\u043E\u0432, \u0435\u0441\u043B\u0438 \u0432\u0438\u0434\u0435\u043E\u0440\u043E\u043B\u0438\u043A \u0438\u043C\u0435\u0435\u0442 \u0447\u0435\u043B\u043E\u0432\u0435\u0447\u0435\u0441\u043A\u0438\u0435 \u0441\u0443\u0431\u0442\u0438\u0442\u0440\u044B \u043D\u0430 \u0446\u0435\u043B\u0435\u0432\u043E\u043C \u044F\u0437\u044B\u043A\u0435 (\u0440\u0435\u043A\u043E\u043C\u0435\u043D\u0434\u0443\u0435\u0442\u0441\u044F)",videoSubtitleTranslationDescription:"\u041D\u0430\u0437\u043D\u0430\u0447\u0438\u0442\u044C \u043E\u0442\u0434\u0435\u043B\u044C\u043D\u0443\u044E \u0441\u043B\u0443\u0436\u0431\u0443 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430 \u0434\u043B\u044F \u0432\u0438\u0434\u0435\u043E\u0441\u0443\u0431\u0442\u0438\u0442\u0440\u043E\u0432",subtitleTranslating:"\u041F\u043E\u0436\u0430\u043B\u0443\u0439\u0441\u0442\u0430, \u043F\u043E\u0434\u043E\u0436\u0434\u0438\u0442\u0435, \u043F\u043E\u043A\u0430 \u0441\u0443\u0431\u0442\u0438\u0442\u0440\u044B \u0431\u0443\u0434\u0443\u0442 \u043F\u0435\u0440\u0435\u0432\u0435\u0434\u0435\u043D\u044B \u0441 \u043F\u043E\u043C\u043E\u0449\u044C\u044E \u0441\u0435\u0440\u0432\u0438\u0441\u0430 {service} ... (\u0438\u043C\u043C\u0435\u0440\u0441\u0438\u043E\u043D\u043D\u044B\u0439 \u043F\u0435\u0440\u0435\u0432\u043E\u0434)",subtitleLoading:"\u0417\u0430\u0433\u0440\u0443\u0437\u043A\u0430 \u0441\u0443\u0431\u0442\u0438\u0442\u0440\u043E\u0432...",bilingual:"\u0431\u0438\u043B\u0438\u043D\u0433\u0432\u0438\u0437\u043C","field.action":"\u0412\u043A\u043B\u044E\u0447\u0430\u0442\u044C \u043B\u0438 \u0442\u0435\u0440\u043C\u0438\u043D\u043E\u043B\u043E\u0433\u0438\u044E Baidu","description.action":"\u041F\u0440\u0438 \u0432\u043A\u043B\u044E\u0447\u0435\u043D\u0438\u0438 \u0432 \u0437\u0430\u043F\u0440\u043E\u0441 \u0431\u0443\u0434\u0435\u0442 \u0434\u043E\u0431\u0430\u0432\u043B\u0435\u043D \u043F\u0430\u0440\u0430\u043C\u0435\u0442\u0440 action=1, \u0438\u043D\u0444\u043E\u0440\u043C\u0438\u0440\u0443\u044E\u0449\u0438\u0439 Baidu \u043E \u0432\u043A\u043B\u044E\u0447\u0435\u043D\u043D\u043E\u043C \u0442\u0435\u0440\u043C\u0438\u043D\u0435; <1>\u0431\u043E\u043B\u0435\u0435 \u043F\u043E\u0434\u0440\u043E\u0431\u043D\u0430\u044F \u0438\u043D\u0444\u043E\u0440\u043C\u0430\u0446\u0438\u044F \u043F\u0440\u0438\u0432\u0435\u0434\u0435\u043D\u0430 \u0432 \u043E\u0444\u0438\u0446\u0438\u0430\u043B\u044C\u043D\u043E\u0439 \u0434\u043E\u043A\u0443\u043C\u0435\u043D\u0442\u0430\u0446\u0438\u0438.",closeQuickTranslation:"\u0417\u0430\u043A\u0440\u044B\u0442\u044C \u0445\u043E\u0432\u0435\u0440\u0431\u043E\u043B","closeQuickTranslation.untilNext":"\u041D\u0430 \u044D\u0442\u043E\u0442 \u0440\u0430\u0437 \u0437\u0430\u043A\u0440\u044B\u0442\u043E \u0434\u043E \u0441\u043B\u0435\u0434\u0443\u044E\u0449\u0435\u0433\u043E \u043F\u043E\u0441\u0435\u0449\u0435\u043D\u0438\u044F","closeQuickTranslation.currentWebsite":"\u0422\u0435\u043A\u0443\u0449\u0438\u0439 \u0441\u0430\u0439\u0442 \u043E\u0442\u043A\u043B\u044E\u0447\u0435\u043D","closeQuickTranslation.alwaysClose":"\u043E\u0442\u043A\u043B\u044E\u0447\u0438\u0442\u044C \u043D\u0430\u0432\u0441\u0435\u0433\u0434\u0430","closeQuickTranslation.settingOpen":"(\u043C\u043E\u0436\u0435\u0442 \u0431\u044B\u0442\u044C \u0432\u043A\u043B\u044E\u0447\u0435\u043D\u0430 \u043D\u0430 <1>\u0441\u0442\u0440\u0430\u043D\u0438\u0446\u0435 \u043D\u0430\u0441\u0442\u0440\u043E\u0435\u043A )","closeQuickTranslation.cancel":"\u043E\u0442\u043C\u0435\u043D\u044B","closeQuickTranslation.confirm":"\u043E\u043F\u0440\u0435\u0434\u0435\u043B\u0438\u0442\u044C","floatBall.popup":"\u041E\u0442\u043A\u0440\u043E\u0439\u0442\u0435 \u043F\u0430\u043D\u0435\u043B\u044C \u0431\u044B\u0441\u0442\u0440\u044B\u0445 \u043D\u0430\u0441\u0442\u0440\u043E\u0435\u043A","floatBall.translate":"\u041D\u0430\u0436\u043C\u0438\u0442\u0435, \u0447\u0442\u043E\u0431\u044B \u043F\u0435\u0440\u0435\u0432\u0435\u0441\u0442\u0438 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u0443","floatBall.showOriginal":"\u041D\u0430\u0436\u043C\u0438\u0442\u0435, \u0447\u0442\u043E\u0431\u044B \u0432\u0435\u0440\u043D\u0443\u0442\u044C\u0441\u044F \u043A \u043E\u0440\u0438\u0433\u0438\u043D\u0430\u043B\u044C\u043D\u043E\u0439 \u0441\u0442\u0430\u0442\u044C\u0435","floatBall.close":"\u0417\u0430\u043A\u0440\u044B\u0442\u044C \u0445\u043E\u0432\u0435\u0440\u0431\u043E\u043B","floatBallOptions.enableDescPc":"\u041F\u043E\u0441\u043B\u0435 \u0432\u043A\u043B\u044E\u0447\u0435\u043D\u0438\u044F \u0445\u043E\u0432\u0435\u0440\u0431\u043E\u043B\u0430 \u0432 \u043F\u0440\u0430\u0432\u043E\u0439 \u0447\u0430\u0441\u0442\u0438 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u044B \u043F\u043E\u044F\u0432\u0438\u0442\u0441\u044F \u043A\u043D\u043E\u043F\u043A\u0430 \u0431\u044B\u0441\u0442\u0440\u043E\u0433\u043E \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430, \u043D\u0430\u0436\u043C\u0438\u0442\u0435 \u0435\u0435, \u0447\u0442\u043E\u0431\u044B \u043F\u0435\u0440\u0435\u0432\u0435\u0441\u0442\u0438!","floatBallOptions.enableDesc":"\u041F\u043E\u0441\u043B\u0435 \u0432\u044B\u043A\u043B\u044E\u0447\u0435\u043D\u0438\u044F \u0445\u043E\u0432\u0435\u0440\u0431\u043E\u043B\u0430 \u0435\u0433\u043E \u043C\u043E\u0436\u043D\u043E \u0432\u044B\u0437\u0432\u0430\u0442\u044C \u0441 \u043F\u043E\u043C\u043E\u0449\u044C\u044E{touch}. \u041D\u0430\u0441\u0442\u043E\u044F\u0442\u0435\u043B\u044C\u043D\u043E \u0440\u0435\u043A\u043E\u043C\u0435\u043D\u0434\u0443\u0435\u0442\u0441\u044F \u0441\u043E\u0445\u0440\u0430\u043D\u0438\u0442\u044C \u044D\u0442\u0443 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u0443 \u043D\u0430\u0441\u0442\u0440\u043E\u0435\u043A \u0432 \u0437\u0430\u043A\u043B\u0430\u0434\u043A\u0430\u0445, \u0447\u0442\u043E\u0431\u044B \u043D\u0435 \u043F\u043E\u0442\u0435\u0440\u044F\u0442\u044C \u0432\u043E\u0437\u043C\u043E\u0436\u043D\u043E\u0441\u0442\u044C \u043D\u0430\u0439\u0442\u0438 \u0445\u043E\u0432\u0435\u0440\u0431\u043E\u043B \u043F\u043E\u0441\u043B\u0435 \u0441\u043B\u0443\u0447\u0430\u0439\u043D\u043E\u0433\u043E \u043E\u0442\u043A\u043B\u044E\u0447\u0435\u043D\u0438\u044F \u044D\u0442\u043E\u0439 \u043E\u043F\u0446\u0438\u0438!","description.azureApiUrl":"\u0417\u0430\u043F\u043E\u043B\u043D\u0438\u0442\u0435 \u0430\u0434\u0440\u0435\u0441 \u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u0435\u043B\u044C\u0441\u043A\u043E\u0433\u043E \u0438\u043D\u0442\u0435\u0440\u0444\u0435\u0439\u0441\u0430 API",confirmSupportMouse:"\u041F\u0440\u0438\u043D\u0443\u0434\u0438\u0442\u0435\u043B\u044C\u043D\u043E\u0435 \u0432\u043A\u043B\u044E\u0447\u0435\u043D\u0438\u0435 \u043F\u043E\u0434\u0434\u0435\u0440\u0436\u043A\u0438 \u043C\u044B\u0448\u0438",confirmSupportMouseDescription:"\u041E\u0431\u043D\u0430\u0440\u0443\u0436\u0435\u043D\u043E, \u0447\u0442\u043E \u0442\u0435\u043A\u0443\u0449\u0438\u0439 \u0431\u0440\u0430\u0443\u0437\u0435\u0440 \u043D\u0435 \u043F\u043E\u0434\u0434\u0435\u0440\u0436\u0438\u0432\u0430\u0435\u0442 \u0444\u0443\u043D\u043A\u0446\u0438\u044E \u043C\u044B\u0448\u0438, \u043F\u0440\u0438\u043D\u0443\u0434\u0438\u0442\u0435\u043B\u044C\u043D\u043E \u043B\u0438 \u0432\u043A\u043B\u044E\u0447\u0438\u0442\u044C \u043F\u043E\u0434\u0434\u0435\u0440\u0436\u043A\u0443 \u043C\u044B\u0448\u0438?",sampleTargetText:"\u041D\u0430\u0441\u0442\u0443\u043F\u0438\u0442 \u0434\u043E\u043B\u0433\u0430\u044F \u043D\u043E\u0447\u044C, \u0438 \u044F \u0431\u0443\u0434\u0443 \u0441\u0442\u043E\u044F\u0442\u044C \u043D\u0430 \u0441\u0442\u0440\u0430\u0436\u0435 \u0441 \u044D\u0442\u043E\u0433\u043E \u0434\u043D\u044F \u0438 \u0434\u043E \u0441\u0430\u043C\u043E\u0439 \u0441\u043C\u0435\u0440\u0442\u0438. \u042F \u043D\u0435 \u0432\u043E\u0437\u044C\u043C\u0443 \u0436\u0435\u043D\u0443, \u043D\u0435 \u0441\u043E\u0437\u0434\u0430\u043C \u0432\u043E\u0442\u0447\u0438\u043D\u0443, \u043D\u0435 \u0437\u0430\u0432\u0435\u0434\u0443 \u0434\u0435\u0442\u0435\u0439. \u042F \u043D\u0435 \u0431\u0443\u0434\u0443 \u043D\u043E\u0441\u0438\u0442\u044C \u043A\u043E\u0440\u043E\u043D\u0443, \u043D\u0435 \u0431\u0443\u0434\u0443 \u0441\u0442\u0440\u0435\u043C\u0438\u0442\u044C\u0441\u044F \u043A \u043F\u043E\u0447\u0435\u0441\u0442\u044F\u043C. \u042F \u0431\u0443\u0434\u0443 \u0438\u0441\u043F\u043E\u043B\u043D\u044F\u0442\u044C \u0441\u0432\u043E\u0439 \u0434\u043E\u043B\u0433, \u0436\u0438\u0442\u044C \u0438 \u0443\u043C\u0438\u0440\u0430\u0442\u044C.",sampleSourceText:"Night gathers, and now my watch begins. It shall not end until my death. I shall take no wife, hold no lands, father no children. I shall wear no crowns and win no glory. I shall live and die at my post.","subtitle.supportedSites":"\u5DF2\u652F\u6301\u5728\u8FD9\u4E9B\u7F51\u7AD9\u4F7F\u7528\u53CC\u8BED\u5B57\u5E55\uFF08\u6CE8\u610F\uFF1A\u7531\u4E8E\u6280\u672F\u9650\u5236\uFF0C\u90E8\u5206\u7F51\u7AD9\u5728\u9996\u6B21\u5F00\u542F\u5B57\u5E55\u540E\u9700\u8981\u91CD\u65B0\u5237\u65B0\u9875\u9762\uFF0C\u6216\u8005\u9700\u7B49\u5F85\u7FFB\u8BD1\u5B8C\u6210\u4EE5\u663E\u793A\u53CC\u8BED\u5B57\u5E55\uFF09\uFF1A",viewWithImmersiveTranslate:"\u53CC\u8BED\u7248\u672C(\u6C89\u6D78\u5F0F\u7FFB\u8BD1)",errorReason:"\u9519\u8BEF\u539F\u56E0\uFF1A{message}","proQuotaExceededError.onetime7day":'\uFF0C\u60A8\u53EF\u4EE5\u9009\u62E9\u4EE5\u4E0B\u65B9\u5F0F\u89E3\u51B3\uFF1A

1. \u5207\u6362\u5230 {anotherService} \u6216\u5176\u4ED6\u7FFB\u8BD1\u670D\u52A1
2. \u5347\u7EA7\u4E3A\u6708\u5EA6/\u5E74\u5EA6\u4F1A\u5458',"proQuotaExceededError.trial":'\uFF0C\u60A8\u53EF\u4EE5\u9009\u62E9\u4EE5\u4E0B\u65B9\u5F0F\u89E3\u51B3\uFF1A

1. \u5207\u6362\u5230 {anotherService} \u6216\u5176\u4ED6\u7FFB\u8BD1\u670D\u52A1
2. \u7ACB\u523B\u5347\u7EA7\u4E3A\u6B63\u5F0F\u4F1A\u5458',"proQuotaExceededError.nonTrial":'\uFF0C\u60A8\u53EF\u4EE5\u9009\u62E9\u4EE5\u4E0B\u65B9\u5F0F\u89E3\u51B3\uFF1A

1. \u5207\u6362\u5230 {anotherService} \u6216\u5176\u4ED6\u7FFB\u8BD1\u670D\u52A1
2. \u8D2D\u4E70 {translationService} \u989D\u5916\u6D41\u91CF\u5305',"proQuotaExceededError.resetTime":"
3. \u989D\u5EA6\u91CD\u7F6E\u65F6\u95F4\uFF1A{resetTime}","desc.touchShortcutsToggleTranslatePageOnlyTranslation":"\u0422\u043E\u043B\u044C\u043A\u043E \u043F\u0435\u0440\u0435\u0432\u043E\u0434 \u043E\u0437\u043D\u0430\u0447\u0430\u0435\u0442, \u0447\u0442\u043E \u043E\u0442\u043E\u0431\u0440\u0430\u0436\u0430\u0435\u0442\u0441\u044F \u0442\u043E\u043B\u044C\u043A\u043E \u043F\u0435\u0440\u0435\u0432\u043E\u0434. \u0415\u0441\u043B\u0438 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u0430 \u0435\u0449\u0435 \u043D\u0435 \u043F\u0435\u0440\u0435\u0432\u0435\u0434\u0435\u043D\u0430, \u043E\u043D\u0430 \u043F\u0435\u0440\u0435\u043A\u043B\u044E\u0447\u0438\u0442\u0441\u044F \u0432 \u0440\u0435\u0436\u0438\u043C \u0438 \u0431\u0443\u0434\u0435\u0442 \u043F\u0435\u0440\u0435\u0432\u0435\u0434\u0435\u043D\u0430.","desc.toggleOnlyTransation":'\u0420\u0435\u0436\u0438\u043C "\u0422\u043E\u043B\u044C\u043A\u043E \u043F\u0435\u0440\u0435\u0432\u043E\u0434" \u043E\u0437\u043D\u0430\u0447\u0430\u0435\u0442, \u0447\u0442\u043E \u043E\u0442\u043E\u0431\u0440\u0430\u0436\u0430\u0435\u0442\u0441\u044F \u0442\u043E\u043B\u044C\u043A\u043E \u043F\u0435\u0440\u0435\u0432\u043E\u0434. \u0415\u0441\u043B\u0438 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u0430 \u0435\u0449\u0435 \u043D\u0435 \u043F\u0435\u0440\u0435\u0432\u0435\u0434\u0435\u043D\u0430, \u0440\u0435\u0436\u0438\u043C \u0431\u0443\u0434\u0435\u0442 \u043F\u0435\u0440\u0435\u043A\u043B\u044E\u0447\u0435\u043D \u0438 \u0432\u044B\u043F\u043E\u043B\u043D\u0435\u043D \u043F\u0435\u0440\u0435\u0432\u043E\u0434.',touchShortcutsToggleTranslatePageOnlyTranslation:"\u041D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0430 \u0436\u0435\u0441\u0442\u043E\u0432 \u0441\u0435\u043D\u0441\u043E\u0440\u043D\u043E\u0433\u043E \u044D\u043A\u0440\u0430\u043D\u0430 \u0434\u043B\u044F \u043F\u0435\u0440\u0435\u043A\u043B\u044E\u0447\u0435\u043D\u0438\u044F \u043C\u0435\u0436\u0434\u0443 \u0434\u0432\u0443\u044F\u0437\u044B\u0447\u043D\u044B\u043C / \u0442\u043E\u043B\u044C\u043A\u043E \u0442\u0435\u043A\u0441\u0442\u043E\u043C \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430",download_started:"\u0417\u0430\u0433\u0440\u0443\u0437\u043A\u0430 \u0443\u0436\u0435 \u043D\u0430\u0447\u0430\u043B\u0430\u0441\u044C, \u0435\u0441\u043B\u0438 \u043E\u043D\u0430 \u043D\u0435 \u043D\u0430\u0447\u0430\u043B\u0430\u0441\u044C \u0430\u0432\u0442\u043E\u043C\u0430\u0442\u0438\u0447\u0435\u0441\u043A\u0438, \u043F\u043E\u0436\u0430\u043B\u0443\u0439\u0441\u0442\u0430, \u043D\u0430\u0436\u043C\u0438\u0442\u0435 \u0432\u0440\u0443\u0447\u043D\u0443\u044E.",here:"\u0437\u0434\u0435\u0441\u044C","error.goReset":"\u0441\u0431\u0440\u043E\u0441\u0438\u0442\u044C",batchEdit:"\u041C\u0430\u0441\u0441\u043E\u0432\u0430\u044F \u043E\u043F\u0435\u0440\u0430\u0446\u0438\u044F","error.configError":"\u041D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0430 \u0434\u0430\u043D\u043D\u044B\u0445 \u0430\u043D\u043E\u043C\u0430\u043B\u044C\u043D\u0430","translationFont.custom":"\u0412\u0432\u0435\u0434\u0438\u0442\u0435 \u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u0435\u043B\u044C\u0441\u043A\u0438\u0439 \u0448\u0440\u0438\u0444\u0442",translationFont:"\u0443\u0441\u0442\u0430\u043D\u043E\u0432\u0438\u0442\u044C \u0448\u0440\u0438\u0444\u0442",detectServiceLoading:"\u041F\u0440\u043E\u0432\u0435\u0440\u043A\u0430 \u0434\u043E\u0441\u0442\u0443\u043F\u043D\u044B\u0445 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0447\u0435\u0441\u043A\u0438\u0445 \u0443\u0441\u043B\u0443\u0433...","translationFont.customPlaceholder":"\u0448\u0440\u0438\u0444\u0442","touch.mouse-translate":"\u041F\u0435\u0440\u0435\u0432\u0435\u0441\u0442\u0438 \u0443\u043A\u0430\u0437\u0430\u043D\u043D\u044B\u0439 \u0430\u0431\u0437\u0430\u0446","translationModeLang.translation.title":"\u0422\u043E\u043B\u044C\u043A\u043E \u0440\u0435\u0436\u0438\u043C \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430 \u044F\u0437\u044B\u043A\u0430","error.serveConfigError":"\u041E\u0448\u0438\u0431\u043A\u0430 \u043A\u043E\u043D\u0444\u0438\u0433\u0443\u0440\u0430\u0446\u0438\u0438 \u0441\u0435\u0440\u0432\u0438\u0441\u0430","error.403":"\u0421\u043B\u0443\u0436\u0431\u0430 \u0432\u043E\u0437\u0432\u0440\u0430\u0449\u0430\u0435\u0442 \u043E\u0448\u0438\u0431\u043A\u0443, \u0432\u0440\u0435\u043C\u0435\u043D\u043D\u043E \u043D\u0435\u0442 \u0434\u043E\u0441\u0442\u0443\u043F\u0430 \u043A \u044D\u0442\u043E\u0439 \u0441\u043B\u0443\u0436\u0431\u0435.","error.proUpgrade":"\u041F\u043E\u0441\u043B\u0435 \u043E\u0431\u043D\u043E\u0432\u043B\u0435\u043D\u0438\u044F, \u043F\u043E\u0436\u0430\u043B\u0443\u0439\u0441\u0442\u0430, \u043E\u0431\u043D\u043E\u0432\u0438\u0442\u0435 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u0443 \u0438 \u043F\u0435\u0440\u0435\u0432\u0435\u0434\u0438\u0442\u0435 \u0441\u043D\u043E\u0432\u0430.","translationModeUrl.translation.title":"\u0412\u0435\u0431-\u0430\u0434\u0440\u0435\u0441 \u0442\u043E\u043B\u044C\u043A\u043E \u0434\u043B\u044F \u0440\u0435\u0436\u0438\u043C\u0430 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430",enableSentryReport:"\u041A\u043E\u0433\u0434\u0430 \u043F\u0440\u043E\u0438\u0441\u0445\u043E\u0434\u0438\u0442 \u043E\u0448\u0438\u0431\u043A\u0430 \u0440\u0430\u0441\u0448\u0438\u0440\u0435\u043D\u0438\u044F, \u043E\u0442\u043F\u0440\u0430\u0432\u043B\u044F\u0439\u0442\u0435 \u043E\u0442\u0437\u044B\u0432\u044B \u0447\u0435\u0440\u0435\u0437 Sentry.","error.reloadPageOfSetting":"\u041F\u043E\u0441\u043B\u0435 \u043D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0438, \u043F\u043E\u0436\u0430\u043B\u0443\u0439\u0441\u0442\u0430, \u043E\u0431\u043D\u043E\u0432\u0438\u0442\u0435 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u0443 \u0438 \u043F\u0435\u0440\u0435\u0432\u0435\u0434\u0438\u0442\u0435 \u0441\u043D\u043E\u0432\u0430.","error.502":"\u0421\u0435\u0440\u0432\u0438\u0441 \u0432\u043E\u0437\u0432\u0440\u0430\u0449\u0430\u0435\u0442 \u043E\u0448\u0438\u0431\u043A\u0443, \u0432\u0440\u0435\u043C\u044F \u043E\u0436\u0438\u0434\u0430\u043D\u0438\u044F \u0441\u0435\u0440\u0432\u0438\u0441\u0430 \u0438\u0441\u0442\u0435\u043A\u043B\u043E, \u043F\u043E\u0436\u0430\u043B\u0443\u0439\u0441\u0442\u0430, \u043F\u043E\u043F\u0440\u043E\u0431\u0443\u0439\u0442\u0435 \u043F\u043E\u0437\u0436\u0435.","translationModeUrl.translation.description":"\u041A\u043E\u0433\u0434\u0430 \u0432\u0435\u0431-\u0441\u0430\u0439\u0442 \u0438\u043C\u0435\u0435\u0442 \u0441\u043B\u0435\u0434\u0443\u044E\u0449\u0438\u0435 \u0434\u043E\u043C\u0435\u043D\u043D\u044B\u0435 \u0438\u043C\u0435\u043D\u0430, \u043E\u043D \u0430\u0432\u0442\u043E\u043C\u0430\u0442\u0438\u0447\u0435\u0441\u043A\u0438 \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u0443\u0435\u0442 \u0440\u0435\u0436\u0438\u043C \u0442\u043E\u043B\u044C\u043A\u043E \u0441 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u043E\u043C.",videoSubtitlePreTranslationOn:"\u0412\u0438\u0434\u0435\u043E \u0441\u0443\u0431\u0442\u0438\u0442\u0440\u044B \u0431\u0443\u0434\u0443\u0442 \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u044C \u043F\u043E\u0433\u0440\u0443\u0436\u0435\u043D\u0438\u0435 \u0432 \u043F\u0435\u0440\u0435\u0432\u043E\u0434 \u0432 \u043F\u0435\u0440\u0432\u0443\u044E \u043E\u0447\u0435\u0440\u0435\u0434\u044C.","translationServices.inherit":"\u0421\u043B\u0435\u0434\u0443\u0439\u0442\u0435 \u0437\u0430 \u043E\u0441\u043D\u043E\u0432\u043D\u044B\u043C \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0447\u0435\u0441\u043A\u0438\u043C \u0441\u0435\u0440\u0432\u0438\u0441\u043E\u043C","error.proTokenInvalid":"\u0415\u0441\u043B\u0438 \u0432\u044B \u044F\u0432\u043B\u044F\u0435\u0442\u0435\u0441\u044C \u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u0435\u043B\u0435\u043C Pro, \u043F\u043E\u0436\u0430\u043B\u0443\u0439\u0441\u0442\u0430, \u0432\u043E\u0439\u0434\u0438\u0442\u0435 \u0432 \u0441\u0438\u0441\u0442\u0435\u043C\u0443, \u043F\u0440\u0435\u0436\u0434\u0435 \u0447\u0435\u043C \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u044C \u0441\u0435\u0440\u0432\u0438\u0441 Pro \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430.",toggleToService:"\u041F\u0435\u0440\u0435\u043A\u043B\u044E\u0447\u0438\u0442\u0435\u0441\u044C \u043D\u0430 {service} \u0438 \u043F\u043E\u043F\u0440\u043E\u0431\u0443\u0439\u0442\u0435 \u0441\u043D\u043E\u0432\u0430",videoSubtitlePreTranslationOff:"\u041F\u0440\u0438\u043E\u0440\u0438\u0442\u0435\u0442 \u0431\u0443\u0434\u0435\u0442 \u043E\u0442\u0434\u0430\u043D \u043C\u0430\u0448\u0438\u043D\u043D\u043E\u043C\u0443 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0443 \u0441\u0443\u0431\u0442\u0438\u0442\u0440\u043E\u0432, \u0432\u0441\u0442\u0440\u043E\u0435\u043D\u043D\u044B\u0445 \u0432 \u043E\u0440\u0438\u0433\u0438\u043D\u0430\u043B\u044C\u043D\u043E\u0435 \u0432\u0438\u0434\u0435\u043E.","error.gemini.429":"\u0422\u0435\u043A\u0443\u0449\u0430\u044F \u0441\u043B\u0443\u0436\u0431\u0430 Gemini \u0443\u0436\u0435 \u0434\u043E\u0441\u0442\u0438\u0433\u043B\u0430 \u0441\u0432\u043E\u0435\u0433\u043E \u043F\u0440\u0435\u0434\u0435\u043B\u0430, \u043F\u043E\u0436\u0430\u043B\u0443\u0439\u0441\u0442\u0430, \u043F\u043E\u043F\u0440\u043E\u0431\u0443\u0439\u0442\u0435 \u043F\u043E\u0437\u0436\u0435 \u0438\u043B\u0438 \u043F\u0435\u0440\u0435\u043A\u043B\u044E\u0447\u0438\u0442\u0435\u0441\u044C \u043D\u0430 \u0434\u0440\u0443\u0433\u0443\u044E \u0441\u043B\u0443\u0436\u0431\u0443 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430.","translationModeLang.translation.description":'\u041A\u043E\u0433\u0434\u0430 \u044F\u0437\u044B\u043A \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u044B \u044F\u0432\u043B\u044F\u0435\u0442\u0441\u044F \u043E\u0434\u043D\u0438\u043C \u0438\u0437 \u0441\u043B\u0435\u0434\u0443\u044E\u0449\u0438\u0445, \u0430\u0432\u0442\u043E\u043C\u0430\u0442\u0438\u0447\u0435\u0441\u043A\u0438 \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u0443\u0435\u0442\u0441\u044F \u0440\u0435\u0436\u0438\u043C "\u0442\u043E\u043B\u044C\u043A\u043E \u043F\u0435\u0440\u0435\u0432\u043E\u0434".',"translationFont.notSupportErrorMessage":"\u041F\u043E\u0436\u0430\u043B\u0443\u0439\u0441\u0442\u0430, \u043F\u0440\u043E\u0432\u0435\u0440\u044C\u0442\u0435 \u043F\u0440\u0430\u0432\u0438\u043B\u044C\u043D\u043E\u0441\u0442\u044C \u0432\u0432\u0435\u0434\u0435\u043D\u043D\u043E\u0433\u043E \u0432\u0430\u043C\u0438 \u043D\u0430\u0437\u0432\u0430\u043D\u0438\u044F \u0448\u0440\u0438\u0444\u0442\u0430 \u0438\u043B\u0438 \u0443\u0431\u0435\u0434\u0438\u0442\u0435\u0441\u044C, \u0447\u0442\u043E \u044D\u0442\u043E\u0442 \u0448\u0440\u0438\u0444\u0442 \u0443\u0436\u0435 \u0443\u0441\u0442\u0430\u043D\u043E\u0432\u043B\u0435\u043D \u043D\u0430 \u0432\u0430\u0448\u0435\u043C \u0443\u0441\u0442\u0440\u043E\u0439\u0441\u0442\u0432\u0435.","error.429":"\u0421\u0435\u0440\u0432\u0438\u0441 \u0432\u043E\u0437\u0432\u0440\u0430\u0449\u0430\u0435\u0442 \u043E\u0448\u0438\u0431\u043A\u0443, \u0447\u0442\u043E \u0443\u043A\u0430\u0437\u044B\u0432\u0430\u0435\u0442 \u043D\u0430 \u0441\u043B\u0438\u0448\u043A\u043E\u043C \u0447\u0430\u0441\u0442\u044B\u0435 \u0437\u0430\u043F\u0440\u043E\u0441\u044B \u0438\u043B\u0438 \u043F\u0440\u0435\u0432\u044B\u0448\u0435\u043D\u0438\u0435 \u043B\u0438\u043C\u0438\u0442\u0430. \u041F\u043E\u0436\u0430\u043B\u0443\u0439\u0441\u0442\u0430, \u043F\u043E\u043F\u0440\u043E\u0431\u0443\u0439\u0442\u0435 \u043F\u043E\u0437\u0436\u0435.","error.400":"\u0421\u043B\u0443\u0436\u0431\u0430 \u0432\u043E\u0437\u0432\u0440\u0430\u0449\u0430\u0435\u0442 \u043E\u0448\u0438\u0431\u043A\u0443, \u043D\u0435\u0432\u0435\u0440\u043D\u044B\u0439 \u0437\u0430\u043F\u0440\u043E\u0441 \u043F\u0430\u0440\u0430\u043C\u0435\u0442\u0440\u0430, \u043F\u0440\u043E\u0432\u0435\u0440\u044C\u0442\u0435 \u0441\u043E\u043E\u0442\u0432\u0435\u0442\u0441\u0442\u0432\u0443\u044E\u0449\u0443\u044E \u043A\u043E\u043D\u0444\u0438\u0433\u0443\u0440\u0430\u0446\u0438\u044E.","error.openAIExceededQuota":"\u0421\u0435\u0440\u0432\u0438\u0441 \u0432\u043E\u0437\u0432\u0440\u0430\u0449\u0430\u0435\u0442 \u043E\u0448\u0438\u0431\u043A\u0443: \u043D\u0430 \u0432\u0430\u0448\u0435\u043C \u0442\u0435\u043A\u0443\u0449\u0435\u043C \u0441\u0447\u0435\u0442\u0443 OpenAI \u043D\u0435\u0434\u043E\u0441\u0442\u0430\u0442\u043E\u0447\u043D\u043E \u0441\u0440\u0435\u0434\u0441\u0442\u0432, \u043F\u043E\u0436\u0430\u043B\u0443\u0439\u0441\u0442\u0430, \u043F\u043E\u043F\u043E\u043B\u043D\u0438\u0442\u0435 \u0441\u0447\u0435\u0442 \u0438\u043B\u0438 \u043F\u0440\u0438\u0432\u044F\u0436\u0438\u0442\u0435 \u043A\u0440\u0435\u0434\u0438\u0442\u043D\u0443\u044E \u043A\u0430\u0440\u0442\u0443 \u0432 \u043E\u0444\u0438\u0446\u0438\u0430\u043B\u044C\u043D\u043E\u0439 \u0430\u0434\u043C\u0438\u043D\u0438\u0441\u0442\u0440\u0430\u0442\u0438\u0432\u043D\u043E\u0439 \u043F\u0430\u043D\u0435\u043B\u0438 OpenAI.","error.googleLimitIp":"\u0421\u043B\u0443\u0436\u0431\u0430 \u0432\u043E\u0437\u0432\u0440\u0430\u0449\u0430\u0435\u0442 \u043E\u0448\u0438\u0431\u043A\u0443, Google \u043E\u0433\u0440\u0430\u043D\u0438\u0447\u0438\u0432\u0430\u0435\u0442 \u0434\u043E\u0441\u0442\u0443\u043F \u0434\u043B\u044F \u044D\u0442\u043E\u0433\u043E IP-\u0430\u0434\u0440\u0435\u0441\u0430, \u0440\u0435\u043A\u043E\u043C\u0435\u043D\u0434\u0443\u0435\u0442\u0441\u044F \u0438\u0437\u043C\u0435\u043D\u0438\u0442\u044C \u0441\u0435\u0442\u0435\u0432\u043E\u0439 \u0443\u0437\u0435\u043B.","desc.toggleVideoSubtitlePreTranslation":"\u041F\u043E\u0441\u043B\u0435 \u043D\u0430\u0436\u0430\u0442\u0438\u044F, \u0434\u0432\u0443\u044F\u0437\u044B\u0447\u043D\u044B\u0435 \u0441\u0443\u0431\u0442\u0438\u0442\u0440\u044B \u0432\u0438\u0434\u0435\u043E \u0431\u0443\u0434\u0443\u0442 \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u044C \u043D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0438 \u043F\u043E\u0433\u0440\u0443\u0436\u0435\u043D\u0438\u044F \u0432 \u043F\u0435\u0440\u0435\u0432\u043E\u0434 \u0432 \u043F\u0435\u0440\u0432\u0443\u044E \u043E\u0447\u0435\u0440\u0435\u0434\u044C, \u043F\u0440\u0438 \u043F\u043E\u0432\u0442\u043E\u0440\u043D\u043E\u043C \u043D\u0430\u0436\u0430\u0442\u0438\u0438 \u0431\u0443\u0434\u0435\u0442 \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u044C\u0441\u044F \u043C\u0430\u0448\u0438\u043D\u043D\u044B\u0439 \u043F\u0435\u0440\u0435\u0432\u043E\u0434 \u0441\u0443\u0431\u0442\u0438\u0442\u0440\u043E\u0432 \u0438\u0437\u043D\u0430\u0447\u0430\u043B\u044C\u043D\u043E\u0433\u043E \u0432\u0438\u0434\u0435\u043E. \u041E\u0431\u0440\u0430\u0442\u0438\u0442\u0435 \u0432\u043D\u0438\u043C\u0430\u043D\u0438\u0435: \u044D\u0442\u043E\u0442 \u044F\u0440\u043B\u044B\u043A \u0438\u0437\u043C\u0435\u043D\u044F\u0435\u0442 \u0433\u043B\u043E\u0431\u0430\u043B\u044C\u043D\u044B\u0435 \u043D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0438.","error.openAIFreeLimit":"\u0421\u0435\u0440\u0432\u0438\u0441 \u0432\u043E\u0437\u0432\u0440\u0430\u0449\u0430\u0435\u0442 \u043E\u0448\u0438\u0431\u043A\u0443, \u0442\u0435\u043A\u0443\u0449\u0430\u044F \u0447\u0430\u0441\u0442\u043E\u0442\u0430 \u0437\u0430\u043F\u0440\u043E\u0441\u043E\u0432 \u043D\u0430 \u043F\u0435\u0440\u0435\u0432\u043E\u0434 \u0434\u043E\u0441\u0442\u0438\u0433\u043B\u0430 \u043F\u0440\u0435\u0434\u0435\u043B\u0430 \u0432 3 \u0440\u0430\u0437\u0430 \u0432 \u043C\u0438\u043D\u0443\u0442\u0443, \u043F\u043E\u0436\u0430\u043B\u0443\u0439\u0441\u0442\u0430, \u043F\u043E\u043F\u0440\u043E\u0431\u0443\u0439\u0442\u0435 \u043F\u043E\u0437\u0436\u0435. (\u042D\u0442\u043E \u043E\u0433\u0440\u0430\u043D\u0438\u0447\u0435\u043D\u0438\u0435 OpenAI \u0434\u043B\u044F \u0431\u0435\u0441\u043F\u043B\u0430\u0442\u043D\u043E\u0433\u043E API Key, \u0447\u0442\u043E\u0431\u044B \u0441\u043D\u044F\u0442\u044C \u044D\u0442\u043E \u043E\u0433\u0440\u0430\u043D\u0438\u0447\u0435\u043D\u0438\u0435, \u043F\u043E\u0436\u0430\u043B\u0443\u0439\u0441\u0442\u0430, \u043F\u0440\u0438\u0432\u044F\u0436\u0438\u0442\u0435 \u043A\u0440\u0435\u0434\u0438\u0442\u043D\u0443\u044E \u043A\u0430\u0440\u0442\u0443 \u0432 \u0431\u044D\u043A\u0435\u043D\u0434\u0435 OpenAI.)","error.serveUnavailable":"\u0412 \u043D\u0430\u0441\u0442\u043E\u044F\u0449\u0435\u0435 \u0432\u0440\u0435\u043C\u044F \u0443\u0441\u043B\u0443\u0433\u0430 [{serverName}], \u043A\u043E\u0442\u043E\u0440\u0443\u044E \u0432\u044B \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u0443\u0435\u0442\u0435, \u0432\u0440\u0435\u043C\u0435\u043D\u043D\u043E \u043D\u0435\u0434\u043E\u0441\u0442\u0443\u043F\u043D\u0430 \u0438\u0437-\u0437\u0430 \u043F\u0440\u043E\u0431\u043B\u0435\u043C \u0441 \u043F\u043E\u0434\u043A\u043B\u044E\u0447\u0435\u043D\u0438\u0435\u043C \u043A \u0441\u0435\u0442\u0438 \u0438\u043B\u0438 \u043F\u043E\u0441\u0442\u0430\u0432\u0449\u0438\u043A\u043E\u043C \u0443\u0441\u043B\u0443\u0433. \u0420\u0435\u043A\u043E\u043C\u0435\u043D\u0434\u0443\u0435\u043C \u0432\u0430\u043C \u043F\u043E\u043F\u0440\u043E\u0431\u043E\u0432\u0430\u0442\u044C \u043E\u0431\u043D\u043E\u0432\u0438\u0442\u044C \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u0443 \u0438\u043B\u0438 \u0438\u0437\u043C\u0435\u043D\u0438\u0442\u044C \u0434\u0440\u0443\u0433\u043E\u0439 \u0441\u0435\u0440\u0432\u0438\u0441 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430 \u0447\u0435\u0440\u0435\u0437 <1>\u043D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0438. \u0415\u0441\u043B\u0438 \u0432\u044B <2>Pro-\u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u0435\u043B\u044C, \u0432\u044B \u043C\u043E\u0436\u0435\u0442\u0435 \u0432\u044B\u0431\u0440\u0430\u0442\u044C \u0431\u043E\u043B\u0435\u0435 \u0441\u0442\u0430\u0431\u0438\u043B\u044C\u043D\u044B\u0435 \u0441\u0435\u0440\u0432\u0438\u0441\u044B \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430 DeepL \u0438\u043B\u0438 OpenAI (<3>\u043D\u0430\u0436\u043C\u0438\u0442\u0435 \u0437\u0434\u0435\u0441\u044C, \u0447\u0442\u043E\u0431\u044B \u043F\u043E\u043F\u0440\u043E\u0431\u043E\u0432\u0430\u0442\u044C \u0431\u0435\u0441\u043F\u043B\u0430\u0442\u043D\u043E). \u041A\u0440\u043E\u043C\u0435 \u0442\u043E\u0433\u043E, \u0432\u0430\u043C, \u0432\u043E\u0437\u043C\u043E\u0436\u043D\u043E, \u043F\u0440\u0438\u0434\u0435\u0442\u0441\u044F \u043F\u0440\u043E\u0432\u0435\u0440\u0438\u0442\u044C \u043D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0438 \u0432\u0430\u0448\u0435\u0439 \u0441\u0435\u0442\u0438 \u0438\u043B\u0438 \u043F\u0440\u043E\u043A\u0441\u0438.",pickAll:"\u0412\u044B\u0431\u0440\u0430\u0442\u044C \u0432\u0441\u0435","tagsInput.add":"+ \u0414\u043E\u0431\u0430\u0432\u0438\u0442\u044C",loggedIn:"\u0412\u0445\u043E\u0434 \u0432\u044B\u043F\u043E\u043B\u043D\u0435\u043D","widget.translateFile":"PDF/ePub","translationServices.gemini":"\u0411\u043B\u0438\u0437\u043D\u0435\u0446\u044B",notLogin:"\u041D\u0435 \u0432\u043E\u0448\u0435\u043B \u0432 \u0441\u0438\u0441\u0442\u0435\u043C\u0443","multipleClick.2":"\u0434\u0432\u043E\u0439\u043D\u043E\u0439 \u043A\u043B\u0438\u043A",goLogin:"\u0432\u043E\u0439\u0442\u0438 \u0432 \u0441\u0438\u0441\u0442\u0435\u043C\u0443","multipleClick.3":"\u0442\u0440\u043E\u0439\u043D\u043E\u0439 \u0443\u0434\u0430\u0440","error.subscriptionExpiredTitle":"\u0427\u043B\u0435\u043D\u0441\u0442\u0432\u043E \u0438\u0441\u0442\u0435\u043A\u043B\u043E",shortcutSettings:"\u0413\u043E\u0440\u044F\u0447\u0438\u0435 \u043A\u043B\u0430\u0432\u0438\u0448\u0438","widget.instruction":"\u0418\u043D\u0441\u0442\u0440\u0443\u043A\u0446\u0438\u044F \u043F\u043E \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u043D\u0438\u044E",contact:"\u0421\u0432\u044F\u0436\u0438\u0442\u0435\u0441\u044C \u0441 \u043D\u0430\u043C\u0438","widget.videoSubtitle":"\u0432\u0438\u0434\u0435\u043E \u0441\u0443\u0431\u0442\u0438\u0442\u0440\u044B","error.retry":"\u041F\u043E\u0432\u0442\u043E\u0440\u0438\u0442\u044C \u043F\u043E\u043F\u044B\u0442\u043A\u0443","widget.instructionTooltip":"\u041F\u0440\u043E\u0441\u043C\u043E\u0442\u0440 \u0438\u043D\u0441\u0442\u0440\u0443\u043A\u0446\u0438\u0439 \u043F\u043E \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u043D\u0438\u044E","subtitle.bilingual":"\u0434\u0432\u0443\u044F\u0437\u044B\u0447\u043D\u044B\u0435 \u0441\u0443\u0431\u0442\u0438\u0442\u0440\u044B","error.reason":"\u043F\u0440\u0438\u0447\u0438\u043D\u0430 \u043E\u0448\u0438\u0431\u043A\u0438",alwaysTranslateThisSite:"\u0412\u0441\u0435\u0433\u0434\u0430 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0438\u0442\u0435 \u044D\u0442\u043E\u0442 \u0441\u0430\u0439\u0442",touchShortcutsOff:"\u0437\u0430\u043A\u0440\u044B\u0442\u044C",neverTranslateThisSite:"\u041D\u0438\u043A\u043E\u0433\u0434\u0430 \u043D\u0435 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0438\u0442\u0435 \u044D\u0442\u043E\u0442 \u0441\u0430\u0439\u0442",buildSnapshots:"\u0421\u043E\u0437\u0434\u0430\u043D\u0438\u0435 \u0441\u043D\u0438\u043C\u043A\u0430 \u0432\u0435\u0431-\u0441\u0442\u0440\u0430\u043D\u0438\u0446\u044B","slide.left":"\u041F\u0440\u043E\u0432\u0435\u0434\u0438\u0442\u0435 \u0432\u043F\u0440\u0430\u0432\u043E","shortcutGroup.others":"\u0411\u043E\u043B\u044C\u0448\u0435 \u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u0435\u043B\u044C\u0441\u043A\u0438\u0445 \u0444\u0443\u043D\u043A\u0446\u0438\u0439 \u0433\u043E\u0440\u044F\u0447\u0438\u0445 \u043A\u043B\u0430\u0432\u0438\u0448",temprarilyChangeTranslationTo_openai:"\u0418\u0441\u043F\u043E\u043B\u044C\u0437\u0443\u0435\u0442\u0441\u044F OpenAI \u0434\u043B\u044F \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430 \u0442\u0435\u043A\u0443\u0449\u0435\u0439 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u044B","intro.hoverTitle":"\u041D\u0430\u0432\u0435\u0434\u0438\u0442\u0435 \u043A\u0443\u0440\u0441\u043E\u0440, \u0447\u0442\u043E\u0431\u044B \u043F\u0435\u0440\u0435\u0432\u0435\u0441\u0442\u0438 \u0442\u0435\u043A\u0443\u0449\u0438\u0439 \u0430\u0431\u0437\u0430\u0446","browser.translateWithDeepL":"\u0412\u0440\u0435\u043C\u0435\u043D\u043D\u043E \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u0443\u0439\u0442\u0435 DeepL \u0434\u043B\u044F \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430 \u0442\u0435\u043A\u0443\u0449\u0435\u0439 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u044B","slide.right":"\u0421\u0432\u0430\u0439\u043F \u0432\u043B\u0435\u0432\u043E",translationOnlyMode:"\u0422\u043E\u043B\u044C\u043A\u043E \u0440\u0435\u0436\u0438\u043C \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430",notLoginPro:"\u0412\u044B \u0435\u0449\u0435 \u043D\u0435 \u0432\u043E\u0448\u043B\u0438 \u0432 \u0441\u0432\u043E\u0439 \u0430\u043A\u043A\u0430\u0443\u043D\u0442",mouseHoverCustomKeyTitle:"\u041D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0430 \u0433\u043E\u0440\u044F\u0447\u0438\u0445 \u043A\u043B\u0430\u0432\u0438\u0448 \u043F\u0440\u0438 \u043D\u0430\u0432\u0435\u0434\u0435\u043D\u0438\u0438 \u043C\u044B\u0448\u0438","shortcutGroup.mouse":"\u041D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0430 \u0433\u043E\u0440\u044F\u0447\u0438\u0445 \u043A\u043B\u0430\u0432\u0438\u0448 \u043F\u0440\u0438 \u043D\u0430\u0432\u0435\u0434\u0435\u043D\u0438\u0438 \u043C\u044B\u0448\u0438",temprarilyChangeTranslationTo_deepl:"\u0418\u0441\u043F\u043E\u043B\u044C\u0437\u0443\u0435\u0442\u0441\u044F \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0447\u0438\u043A DeepL \u0434\u043B\u044F \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430 \u0442\u0435\u043A\u0443\u0449\u0435\u0439 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u044B.","browser.translateWithGoogle":"\u0412\u0440\u0435\u043C\u0435\u043D\u043D\u043E\u0435 \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u043D\u0438\u0435 Google Translate \u0434\u043B\u044F \u0442\u0435\u043A\u0443\u0449\u0435\u0439 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u044B","shortcutGroup.touch":"\u0421\u043F\u0435\u0446\u0438\u0430\u043B\u044C\u043D\u044B\u0435 \u0436\u0435\u0441\u0442\u044B \u0434\u043B\u044F \u0441\u0435\u043D\u0441\u043E\u0440\u043D\u043E\u0433\u043E \u044D\u043A\u0440\u0430\u043D\u0430","browser.translateInputBox":"\u041F\u0435\u0440\u0435\u0432\u0435\u0441\u0442\u0438 \u0442\u0435\u043A\u0443\u0449\u0435\u0435 \u0441\u043E\u0434\u0435\u0440\u0436\u0438\u043C\u043E\u0435 \u0432\u0432\u043E\u0434\u0430","widget.videoSubtitleTooltip":"\u041F\u043E\u0434\u0434\u0435\u0440\u0436\u043A\u0430 Youtube \u0438 \u0434\u0440\u0443\u0433\u0438\u0445 {count}+ \u0432\u0438\u0434\u0435\u043E-\u0441\u0430\u0439\u0442\u043E\u0432","browser.translateWithGemini":"\u0412\u0440\u0435\u043C\u0435\u043D\u043D\u043E \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u0443\u0439\u0442\u0435 Gemini \u0434\u043B\u044F \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430 \u0442\u0435\u043A\u0443\u0449\u0435\u0439 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u044B","subtitle.hideQuickButton":"\u0411\u043E\u043B\u044C\u0448\u0435 \u043D\u0435 \u043F\u043E\u043A\u0430\u0437\u044B\u0432\u0430\u0442\u044C \u044D\u0442\u043E\u0442 \u044F\u0440\u043B\u044B\u043A","browser.translateWithBing":"\u0412\u0440\u0435\u043C\u0435\u043D\u043D\u043E \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u0443\u0439\u0442\u0435 Microsoft \u0434\u043B\u044F \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430 \u0442\u0435\u043A\u0443\u0449\u0435\u0439 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u044B","browser.translateWithTransmart":"\u0412\u0440\u0435\u043C\u0435\u043D\u043D\u043E \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u0443\u0439\u0442\u0435 Tencent \u0434\u043B\u044F \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430 \u0442\u0435\u043A\u0443\u0449\u0435\u0439 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u044B","multipleClick.4":"\u0447\u0435\u0442\u044B\u0440\u0435\u0445\u043A\u0440\u0430\u0442\u043D\u044B\u0439 \u0443\u0434\u0430\u0440",temprarilyChangeTranslationTo_gemini:"\u0418\u0441\u043F\u043E\u043B\u044C\u0437\u0443\u0435\u0442\u0441\u044F \u043F\u0435\u0440\u0435\u0432\u043E\u0434 \u0442\u0435\u043A\u0443\u0449\u0435\u0439 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u044B \u0441 \u043F\u043E\u043C\u043E\u0449\u044C\u044E Gemini","floatBall.longPress":"\u0423\u0434\u0435\u0440\u0436\u0438\u0432\u0430\u0439\u0442\u0435 \u043A\u043D\u043E\u043F\u043A\u0443, \u0447\u0442\u043E\u0431\u044B \u0431\u044B\u0441\u0442\u0440\u043E \u043E\u0442\u043A\u0440\u044B\u0442\u044C \u043F\u0430\u043D\u0435\u043B\u044C \u043D\u0430\u0441\u0442\u0440\u043E\u0435\u043A.",shortcutSettingsTitle:"\u041D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0430 \u0433\u043E\u0440\u044F\u0447\u0438\u0445 \u043A\u043B\u0430\u0432\u0438\u0448",networkError:"\u041F\u0440\u043E\u0431\u043B\u0435\u043C\u044B \u0441 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0447\u0435\u0441\u043A\u0438\u043C \u0441\u0435\u0440\u0432\u0438\u0441\u043E\u043C \u0438\u043B\u0438 \u0441\u0435\u0442\u044C\u044E","intro.floatBallTitle":"\u0411\u044B\u0441\u0442\u0440\u044B\u0439 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0447\u0438\u043A \u0432\u0441\u043F\u043B\u044B\u0432\u0430\u044E\u0449\u0435\u0433\u043E \u0448\u0430\u0440\u0430",temprarilyChangeTranslationTo_transmart:"\u0418\u0441\u043F\u043E\u043B\u044C\u0437\u0443\u0435\u0442\u0441\u044F \u043F\u0435\u0440\u0435\u0432\u043E\u0434 \u0442\u0435\u043A\u0443\u0449\u0435\u0439 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u044B \u0447\u0435\u0440\u0435\u0437 Tencent.","subtitle.autoDisableSubtitle":"\u041D\u0435 \u0430\u0432\u0442\u043E\u043C\u0430\u0442\u0438\u0447\u0435\u0441\u043A\u0438 \u0432\u043A\u043B\u044E\u0447\u0430\u0442\u044C \u0434\u0432\u0443\u044F\u0437\u044B\u0447\u043D\u044B\u0435 \u0441\u0443\u0431\u0442\u0438\u0442\u0440\u044B","browser.translateWithOpenAI":"\u0412\u0440\u0435\u043C\u0435\u043D\u043D\u043E \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u0443\u0439\u0442\u0435 OpenAI \u0434\u043B\u044F \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430 \u0442\u0435\u043A\u0443\u0449\u0435\u0439 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u044B","shortcutGroup.shortcutsForTranslationServices":"\u0421\u043E\u0447\u0435\u0442\u0430\u043D\u0438\u044F \u043A\u043B\u0430\u0432\u0438\u0448, \u0441\u0432\u044F\u0437\u0430\u043D\u043D\u044B\u0435 \u0441 \u0443\u0441\u043B\u0443\u0433\u0430\u043C\u0438 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430",temprarilyChangeTranslationTo_google:"\u0418\u0441\u043F\u043E\u043B\u044C\u0437\u0443\u0435\u0442\u0441\u044F Google Translate \u0434\u043B\u044F \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430 \u0442\u0435\u043A\u0443\u0449\u0435\u0439 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u044B.",paragraphMinTextCountField:"\u041C\u0438\u043D\u0438\u043C\u0430\u043B\u044C\u043D\u043E\u0435 \u043A\u043E\u043B\u0438\u0447\u0435\u0441\u0442\u0432\u043E \u0441\u0438\u043C\u0432\u043E\u043B\u043E\u0432, \u043D\u0435\u043E\u0431\u0445\u043E\u0434\u0438\u043C\u044B\u0445 \u0434\u043B\u044F \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430 \u0430\u0431\u0437\u0430\u0446\u0430",temprarilyChangeTranslationTo_bing:"\u0418\u0441\u043F\u043E\u043B\u044C\u0437\u0443\u0435\u0442\u0441\u044F Microsoft \u0434\u043B\u044F \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430 \u0442\u0435\u043A\u0443\u0449\u0435\u0439 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u044B",upgradeToProErrorTitle:"\u041F\u043E\u0436\u0430\u043B\u0443\u0439\u0441\u0442\u0430, \u043E\u0431\u043D\u043E\u0432\u0438\u0442\u0435 \u0434\u043E Pro-\u0447\u043B\u0435\u043D\u0441\u0442\u0432\u0430, \u0447\u0442\u043E\u0431\u044B \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u044C \u044D\u0442\u0443 \u0443\u0441\u043B\u0443\u0433\u0443 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430.","floatBall.guideClickToTranslate":`\u041D\u0430\u0436\u043C\u0438\u0442\u0435 \u043D\u0430 \u043F\u043B\u0430\u0432\u0430\u044E\u0449\u0438\u0439 \u0448\u0430\u0440 \u0434\u043B\u044F \u043F\u043E\u0433\u0440\u0443\u0436\u0435\u043D\u0438\u044F \u0432 \u043F\u0435\u0440\u0435\u0432\u043E\u0434, \u0447\u0442\u043E\u0431\u044B \u0431\u044B\u0441\u0442\u0440\u043E \u043F\u0435\u0440\u0435\u0432\u0435\u0441\u0442\u0438`,"floatBall.iKnow":"\u042F \u0437\u043D\u0430\u044E.","shortcutGroup.main":"\u041E\u0431\u044B\u0447\u043D\u044B\u0435 \u0433\u043E\u0440\u044F\u0447\u0438\u0435 \u043A\u043B\u0430\u0432\u0438\u0448\u0438 \u0444\u0443\u043D\u043A\u0446\u0438\u0439","widget.translateFileTooltip":"\u041F\u0435\u0440\u0435\u0432\u043E\u0434\u0438\u0442\u0435 \u0434\u043E\u043A\u0443\u043C\u0435\u043D\u0442\u044B PDF, EPUB, SRT, ASS, HTML \u0438 TXT","neverTranslateText.title":"\u041F\u043E\u0436\u0430\u043B\u0443\u0439\u0441\u0442\u0430, \u043F\u0435\u0440\u0435\u0432\u0435\u0434\u0438\u0442\u0435 \u0441\u043B\u0435\u0434\u0443\u044E\u0449\u0438\u0435 \u0441\u043B\u043E\u0432\u0430 \u043D\u0430 \u0440\u0443\u0441\u0441\u043A\u0438\u0439 \u044F\u0437\u044B\u043A, \u043D\u0435 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u044F \u0438\u0445.","subtitle.showQuickButton":"\u041D\u0430 \u043F\u043B\u0435\u0435\u0440\u0435 \u043E\u0442\u043E\u0431\u0440\u0430\u0436\u0430\u0435\u0442\u0441\u044F \u044F\u0440\u043B\u044B\u043A \u0434\u043B\u044F \u0434\u0432\u0443\u044F\u0437\u044B\u0447\u043D\u044B\u0445 \u0441\u0443\u0431\u0442\u0438\u0442\u0440\u043E\u0432","description.baiduField":"\u041F\u043E\u0434\u0434\u0435\u0440\u0436\u0438\u0432\u0430\u0435\u043C\u044B\u0435 \u043E\u0431\u043B\u0430\u0441\u0442\u0438 \u0441\u043C\u043E\u0442\u0440\u0438\u0442\u0435 <1>\u0437\u0434\u0435\u0441\u044C, \u0435\u0441\u043B\u0438 \u043F\u0443\u0441\u0442\u043E, \u0437\u043D\u0430\u0447\u0438\u0442 \u043E\u0431\u043B\u0430\u0441\u0442\u044C \u043D\u0435 \u0443\u043A\u0430\u0437\u0430\u043D\u0430.","desc.interfaceLanguage":"\u041D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0430 \u044F\u0437\u044B\u043A\u0430 \u0438\u043D\u0442\u0435\u0440\u0444\u0435\u0439\u0441\u0430 \u0432\u043B\u0438\u044F\u0435\u0442 \u043D\u0430 \u044F\u0437\u044B\u043A \u043E\u0442\u043E\u0431\u0440\u0430\u0436\u0435\u043D\u0438\u044F \u043F\u0430\u043D\u0435\u043B\u0438 \u0443\u043F\u0440\u0430\u0432\u043B\u0435\u043D\u0438\u044F \u0438 \u043D\u0435 \u0441\u0432\u044F\u0437\u0430\u043D\u0430 \u0441 \u0446\u0435\u043B\u0435\u0432\u044B\u043C \u044F\u0437\u044B\u043A\u043E\u043C \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430.",touchShortcutsToggleTranslatePage:"\u041D\u0430\u0441\u0442\u0440\u043E\u0439\u0442\u0435 \u0436\u0435\u0441\u0442\u044B \u0441\u0435\u043D\u0441\u043E\u0440\u043D\u043E\u0433\u043E \u044D\u043A\u0440\u0430\u043D\u0430 \u0434\u043B\u044F \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430 \u0432\u0435\u0431-\u0441\u0442\u0440\u0430\u043D\u0438\u0446/\u043E\u0442\u043E\u0431\u0440\u0430\u0436\u0435\u043D\u0438\u044F \u0438\u0441\u0445\u043E\u0434\u043D\u043E\u0433\u043E \u0442\u0435\u043A\u0441\u0442\u0430","browser.toggleVideoSubtitlePreTranslation":"\u041F\u0435\u0440\u0435\u043A\u043B\u044E\u0447\u0438\u0442\u0435 \u0434\u0432\u0443\u044F\u0437\u044B\u0447\u043D\u044B\u0435 \u0441\u0443\u0431\u0442\u0438\u0442\u0440\u044B \u0434\u043B\u044F \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u043D\u0438\u044F \u043D\u0430\u0441\u0442\u0440\u043E\u0435\u043A \u043F\u043E\u0433\u0440\u0443\u0436\u0435\u043D\u0438\u044F \u0432 \u043F\u0435\u0440\u0435\u0432\u043E\u0434.",touchShortcutsToggleTranslateTouchElement:"\u041D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0430 \u0436\u0435\u0441\u0442\u043E\u0432 \u0441\u0435\u043D\u0441\u043E\u0440\u043D\u043E\u0433\u043E \u044D\u043A\u0440\u0430\u043D\u0430 \u0434\u043B\u044F \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430 \u0443\u043A\u0430\u0437\u0430\u043D\u043D\u043E\u0433\u043E \u0430\u0431\u0437\u0430\u0446\u0430","intro.subtitleTitle":"\u041E\u0442\u043E\u0431\u0440\u0430\u0436\u0435\u043D\u0438\u0435 \u0434\u0432\u0443\u044F\u0437\u044B\u0447\u043D\u044B\u0445 \u0441\u0443\u0431\u0442\u0438\u0442\u0440\u043E\u0432 \u0432 \u043E\u043D\u043B\u0430\u0439\u043D-\u0432\u0438\u0434\u0435\u043E","desc.touchShortcutsToggleTranslateTouchElement":"\u041D\u0430\u0441\u0442\u0440\u043E\u0439\u0442\u0435 \u0436\u0435\u0441\u0442, \u0438 \u0432\u044B \u0441\u043C\u043E\u0436\u0435\u0442\u0435 \u043F\u0435\u0440\u0435\u0432\u0435\u0441\u0442\u0438 \u043B\u044E\u0431\u043E\u0439 \u0430\u0431\u0437\u0430\u0446, \u0433\u0434\u0435 \u0431\u044B \u0432\u044B \u043D\u0438 \u043D\u0430\u0445\u043E\u0434\u0438\u043B\u0438\u0441\u044C.","browser.toggleMouseHoverTranslateDirectly":"\u041D\u0430 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u0435 \u0432\u0440\u0435\u043C\u0435\u043D\u043D\u043E \u0432\u043A\u043B\u044E\u0447\u0438\u0442\u0435 \u0438\u043B\u0438 \u043E\u0442\u043A\u043B\u044E\u0447\u0438\u0442\u0435 \u043F\u0440\u044F\u043C\u043E\u0439 \u043F\u0435\u0440\u0435\u0432\u043E\u0434 \u043F\u0440\u0438 \u043D\u0430\u0432\u0435\u0434\u0435\u043D\u0438\u0438 \u043C\u044B\u0448\u0438",paragraphMinTextCountDesc:"\u041E\u0431\u0440\u0430\u0442\u0438\u0442\u0435 \u0432\u043D\u0438\u043C\u0430\u043D\u0438\u0435, \u0437\u0434\u0435\u0441\u044C \u0440\u0435\u0447\u044C \u0438\u0434\u0435\u0442 \u043E \u0434\u043B\u0438\u043D\u0435 \u0441\u0438\u043C\u0432\u043E\u043B\u043E\u0432, \u043D\u0430\u043F\u0440\u0438\u043C\u0435\u0440: hello \u0441\u043E\u0441\u0442\u043E\u0438\u0442 \u0438\u0437 5 \u0441\u0438\u043C\u0432\u043E\u043B\u043E\u0432, \u0443\u0441\u0442\u0430\u043D\u043E\u0432\u043A\u0430 \u0431\u043E\u043B\u044C\u0448\u0435\u0433\u043E \u0437\u043D\u0430\u0447\u0435\u043D\u0438\u044F \u043C\u043E\u0436\u0435\u0442 \u0443\u043C\u0435\u043D\u044C\u0448\u0438\u0442\u044C \u043D\u0435\u043D\u0443\u0436\u043D\u044B\u0439 \u043F\u0435\u0440\u0435\u0432\u043E\u0434 \u043C\u0430\u043B\u0435\u043D\u044C\u043A\u0438\u0445 \u0430\u0431\u0437\u0430\u0446\u0435\u0432.",confirmResetToDefaultSettings:"\u0412\u044B \u0443\u0432\u0435\u0440\u0435\u043D\u044B, \u0447\u0442\u043E \u0445\u043E\u0442\u0438\u0442\u0435 \u0432\u043E\u0441\u0441\u0442\u0430\u043D\u043E\u0432\u0438\u0442\u044C \u044D\u0442\u043E\u0442 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0447\u0435\u0441\u043A\u0438\u0439 \u0441\u0435\u0440\u0432\u0438\u0441 \u0434\u043E \u043D\u0430\u0441\u0442\u0440\u043E\u0435\u043A \u043F\u043E \u0443\u043C\u043E\u043B\u0447\u0430\u043D\u0438\u044E? (\u0421\u0431\u0440\u043E\u0441 \u043D\u0430\u0441\u0442\u0440\u043E\u0435\u043A \u0442\u043E\u043B\u044C\u043A\u043E \u0434\u043B\u044F \u0442\u0435\u043A\u0443\u0449\u0435\u0433\u043E \u0441\u0435\u0440\u0432\u0438\u0441\u0430 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430)",touchShortcutsToggleTranslationMask:"\u041D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0430 \u043E\u0442\u043E\u0431\u0440\u0430\u0436\u0435\u043D\u0438\u044F \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430/\u043E\u0440\u0438\u0433\u0438\u043D\u0430\u043B\u044C\u043D\u043E\u0433\u043E \u0442\u0435\u043A\u0441\u0442\u0430 \u0441 \u043F\u043E\u043C\u043E\u0449\u044C\u044E \u0436\u0435\u0441\u0442\u043E\u0432 \u043D\u0430 \u0441\u0435\u043D\u0441\u043E\u0440\u043D\u043E\u043C \u044D\u043A\u0440\u0430\u043D\u0435",shortcutDisableTooltip:"\u041F\u043E\u0436\u0430\u043B\u0443\u0439\u0441\u0442\u0430, \u043D\u0430\u0441\u0442\u0440\u043E\u0439\u0442\u0435 \u043D\u0430 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u0435 \u0443\u043F\u0440\u0430\u0432\u043B\u0435\u043D\u0438\u044F \u0431\u044B\u0441\u0442\u0440\u044B\u043C\u0438 \u043A\u043B\u0430\u0432\u0438\u0448\u0430\u043C\u0438 \u0440\u0430\u0441\u0448\u0438\u0440\u0435\u043D\u0438\u044F \u0431\u0440\u0430\u0443\u0437\u0435\u0440\u0430, \u0434\u043B\u044F \u043F\u043E\u043B\u0443\u0447\u0435\u043D\u0438\u044F \u0434\u043E\u043F\u043E\u043B\u043D\u0438\u0442\u0435\u043B\u044C\u043D\u044B\u0445 \u0440\u0443\u043A\u043E\u0432\u043E\u0434\u0441\u0442\u0432 \u0441\u043C\u043E\u0442\u0440\u0438\u0442\u0435 \u0438\u043D\u0441\u0442\u0440\u0443\u043A\u0446\u0438\u0438 \u0432 \u0432\u0435\u0440\u0445\u043D\u0435\u0439 \u0447\u0430\u0441\u0442\u0438 \u044D\u0442\u043E\u0439 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u044B.",mouseHoverCustomKeyDescription:"\u0412\u044B \u043C\u043E\u0436\u0435\u0442\u0435 \u043D\u0430\u0441\u0442\u0440\u043E\u0438\u0442\u044C \u0441\u043E\u0447\u0435\u0442\u0430\u043D\u0438\u0435 \u043A\u043B\u0430\u0432\u0438\u0448 \u0434\u043B\u044F \u043D\u0430\u0432\u0435\u0434\u0435\u043D\u0438\u044F \u043C\u044B\u0448\u0438, \u043D\u0430\u043F\u0440\u0438\u043C\u0435\u0440: Alt+Z, Ctrl+E, Cmd+Alt+E \u0438\u043B\u0438 \u043F\u0440\u043E\u0441\u0442\u043E Cmd, \u043F\u043E\u0436\u0430\u043B\u0443\u0439\u0441\u0442\u0430, \u0432\u0432\u0435\u0434\u0438\u0442\u0435 \u0432\u0440\u0443\u0447\u043D\u0443\u044E.","desc.mouseHoverHoldKey":"\u041F\u0440\u0438 \u043D\u0430\u0432\u0435\u0434\u0435\u043D\u0438\u0438 \u043C\u044B\u0448\u0438 \u043D\u0430 \u0430\u0431\u0437\u0430\u0446, \u043E\u0434\u043D\u043E\u0432\u0440\u0435\u043C\u0435\u043D\u043D\u043E \u043D\u0430\u0436\u043C\u0438\u0442\u0435 \u043F\u0440\u0430\u0432\u0443\u044E \u0433\u043E\u0440\u044F\u0447\u0443\u044E \u043A\u043B\u0430\u0432\u0438\u0448\u0443, \u0447\u0442\u043E\u0431\u044B \u043D\u0435\u043F\u043E\u0441\u0440\u0435\u0434\u0441\u0442\u0432\u0435\u043D\u043D\u043E \u043F\u0435\u0440\u0435\u0432\u0435\u0441\u0442\u0438 \u044D\u0442\u043E\u0442 \u0430\u0431\u0437\u0430\u0446.","error.subscriptionExpired":"\u0412\u0430\u0448\u0430 \u043F\u043E\u0434\u043F\u0438\u0441\u043A\u0430, \u0432\u043E\u0437\u043C\u043E\u0436\u043D\u043E, \u0438\u0441\u0442\u0435\u043A\u043B\u0430, \u043F\u043E\u0436\u0430\u043B\u0443\u0439\u0441\u0442\u0430, \u043F\u0440\u043E\u0432\u0435\u0440\u044C\u0442\u0435 \u0441\u0442\u0430\u0442\u0443\u0441 \u0432\u0430\u0448\u0435\u0439 \u043F\u043E\u0434\u043F\u0438\u0441\u043A\u0438.","desc.touchShortcutsToggleTranslatePage":"\u041F\u043E\u0441\u043B\u0435 \u043D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0438, \u043F\u0440\u0438 \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u043D\u0438\u0438 \u043C\u043E\u0431\u0438\u043B\u044C\u043D\u043E\u0433\u043E \u0443\u0441\u0442\u0440\u043E\u0439\u0441\u0442\u0432\u0430, \u043C\u043E\u0436\u043D\u043E \u043E\u0434\u043D\u043E\u0432\u0440\u0435\u043C\u0435\u043D\u043D\u043E \u043A\u0430\u0441\u0430\u0442\u044C\u0441\u044F \u044D\u043A\u0440\u0430\u043D\u0430 X \u043F\u0430\u043B\u044C\u0446\u0430\u043C\u0438, \u043F\u0440\u043E\u0432\u043E\u0434\u0438\u0442\u044C \u043F\u043E \u043D\u0435\u043C\u0443 \u0432\u043B\u0435\u0432\u043E \u0438 \u0432\u043F\u0440\u0430\u0432\u043E \u0438\u043B\u0438 \u043D\u0435\u043F\u0440\u0435\u0440\u044B\u0432\u043D\u043E \u043D\u0430\u0436\u0438\u043C\u0430\u0442\u044C, \u0447\u0442\u043E\u0431\u044B \u0430\u043A\u0442\u0438\u0432\u0438\u0440\u043E\u0432\u0430\u0442\u044C \u043F\u0435\u0440\u0435\u0432\u043E\u0434 \u0432\u0435\u0431-\u0441\u0442\u0440\u0430\u043D\u0438\u0446\u044B/\u043F\u043E\u043A\u0430\u0437\u0430\u0442\u044C \u0438\u0441\u0445\u043E\u0434\u043D\u044B\u0439 \u0442\u0435\u043A\u0441\u0442.","contact.description":"\u0415\u0441\u043B\u0438 \u0443 \u0432\u0430\u0441 \u0435\u0441\u0442\u044C \u043A\u0430\u043A\u0438\u0435-\u043B\u0438\u0431\u043E \u0432\u043E\u043F\u0440\u043E\u0441\u044B \u0438\u043B\u0438 \u043F\u0440\u0435\u0434\u043B\u043E\u0436\u0435\u043D\u0438\u044F, \u043F\u043E\u0436\u0430\u043B\u0443\u0439\u0441\u0442\u0430, \u0437\u0430\u043F\u043E\u043B\u043D\u0438\u0442\u0435 \u0444\u043E\u0440\u043C\u0443 \u043D\u0438\u0436\u0435, \u0447\u0442\u043E\u0431\u044B \u0441\u0432\u044F\u0437\u0430\u0442\u044C\u0441\u044F \u0441 \u043D\u0430\u043C\u0438, \u0438\u043B\u0438 \u043E\u0442\u043F\u0440\u0430\u0432\u044C\u0442\u0435 \u044D\u043B\u0435\u043A\u0442\u0440\u043E\u043D\u043D\u043E\u0435 \u043F\u0438\u0441\u044C\u043C\u043E \u043D\u0430 {email}, \u0438 \u043C\u044B \u043E\u0442\u0432\u0435\u0442\u0438\u043C \u0432\u0430\u043C \u043A\u0430\u043A \u043C\u043E\u0436\u043D\u043E \u0441\u043A\u043E\u0440\u0435\u0435.","desc.toggleTranslateTheWholePage":"\u041F\u0435\u0440\u0435\u0432\u043E\u0434\u0438\u0442\u0435 \u0432\u0441\u0435 \u043E\u0431\u043B\u0430\u0441\u0442\u0438 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u044B, \u043F\u043E \u0443\u043C\u043E\u043B\u0447\u0430\u043D\u0438\u044E \u043C\u044B \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0438\u043C \u043E\u0441\u043D\u043E\u0432\u043D\u044B\u0435 \u043E\u0431\u043B\u0430\u0441\u0442\u0438 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u044B, \u0432\u044B \u043C\u043E\u0436\u0435\u0442\u0435 \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u044C \u044D\u0442\u043E\u0442 \u0433\u043E\u0440\u044F\u0447\u0438\u0439 \u043A\u043B\u0430\u0432\u0438\u0448 \u0434\u043B\u044F \u0441\u043F\u0435\u0446\u0438\u0430\u043B\u044C\u043D\u043E\u0433\u043E \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430 \u0432\u0441\u0435\u0445 \u043E\u0431\u043B\u0430\u0441\u0442\u0435\u0439 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u044B.",translationOnlyModeDescription:'\u0420\u0435\u0436\u0438\u043C "\u0422\u043E\u043B\u044C\u043A\u043E \u043F\u0435\u0440\u0435\u0432\u043E\u0434" \u043E\u0437\u043D\u0430\u0447\u0430\u0435\u0442, \u0447\u0442\u043E \u043E\u0442\u043E\u0431\u0440\u0430\u0436\u0430\u0435\u0442\u0441\u044F \u0442\u043E\u043B\u044C\u043A\u043E \u043F\u0435\u0440\u0435\u0432\u043E\u0434, \u0430 \u043D\u0435 \u0441\u0442\u0430\u043D\u0434\u0430\u0440\u0442\u043D\u044B\u0439 \u0434\u0432\u0443\u044F\u0437\u044B\u0447\u043D\u044B\u0439 \u0440\u0435\u0436\u0438\u043C. \u041E\u0431\u0440\u0430\u0442\u0438\u0442\u0435 \u0432\u043D\u0438\u043C\u0430\u043D\u0438\u0435: \u0438\u0437-\u0437\u0430 \u0442\u0435\u0445\u043D\u0438\u0447\u0435\u0441\u043A\u0438\u0445 \u043E\u0433\u0440\u0430\u043D\u0438\u0447\u0435\u043D\u0438\u0439, \u0433\u0438\u043F\u0435\u0440\u0441\u0441\u044B\u043B\u043A\u0438 \u0438\u0441\u0445\u043E\u0434\u043D\u043E\u0433\u043E \u0442\u0435\u043A\u0441\u0442\u0430 \u0431\u0443\u0434\u0443\u0442 \u043D\u0435\u0430\u043A\u0442\u0438\u0432\u043D\u044B \u0432 \u0440\u0435\u0436\u0438\u043C\u0435 "\u0422\u043E\u043B\u044C\u043A\u043E \u043F\u0435\u0440\u0435\u0432\u043E\u0434".',"desc.toggleTranslateTheMainPage":"\u0422\u043E\u043B\u044C\u043A\u043E \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0438\u0442\u0435 \u043E\u0441\u043D\u043E\u0432\u043D\u044B\u0435 \u043E\u0431\u043B\u0430\u0441\u0442\u0438 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u044B, \u043A\u043E\u0433\u0434\u0430 \u0432\u044B \u0432\u043A\u043B\u044E\u0447\u0438\u043B\u0438 \u043F\u0435\u0440\u0435\u0432\u043E\u0434 \u0432\u0441\u0435\u0445 \u043E\u0431\u043B\u0430\u0441\u0442\u0435\u0439 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u044B \u0432 \u0440\u0430\u0441\u0448\u0438\u0440\u0435\u043D\u043D\u044B\u0445 \u043D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0430\u0445, \u0432\u044B \u043C\u043E\u0436\u0435\u0442\u0435 \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u044C \u044D\u0442\u043E\u0442 \u0433\u043E\u0440\u044F\u0447\u0438\u0439 \u043A\u043B\u0430\u0432\u0438\u0448 \u0434\u043B\u044F \u0441\u043F\u0435\u0446\u0438\u0430\u043B\u044C\u043D\u043E\u0433\u043E \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430 \u043E\u0441\u043D\u043E\u0432\u043D\u044B\u0445 \u043E\u0431\u043B\u0430\u0441\u0442\u0435\u0439 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u044B.","intro.floatBallDescription":"\u041F\u043E\u0441\u043B\u0435 \u0430\u043A\u0442\u0438\u0432\u0430\u0446\u0438\u0438 \u043D\u0430 \u043F\u0440\u0430\u0432\u043E\u0439 \u0441\u0442\u043E\u0440\u043E\u043D\u0435 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u044B \u043F\u043E\u044F\u0432\u0438\u0442\u0441\u044F \u043A\u043D\u043E\u043F\u043A\u0430 \u0431\u044B\u0441\u0442\u0440\u043E\u0433\u043E \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430, \u043D\u0430\u0436\u043C\u0438\u0442\u0435 \u043D\u0430 \u043D\u0435\u0435, \u0447\u0442\u043E\u0431\u044B \u043F\u0435\u0440\u0435\u0432\u0435\u0441\u0442\u0438, \u043D\u0430\u0436\u043C\u0438\u0442\u0435 \u0435\u0449\u0435 \u0440\u0430\u0437, \u0447\u0442\u043E\u0431\u044B \u0432\u0435\u0440\u043D\u0443\u0442\u044C\u0441\u044F \u043A \u0438\u0441\u0445\u043E\u0434\u043D\u043E\u043C\u0443 \u0442\u0435\u043A\u0441\u0442\u0443. \u041D\u0430 \u043C\u043E\u0431\u0438\u043B\u044C\u043D\u043E\u043C \u0443\u0441\u0442\u0440\u043E\u0439\u0441\u0442\u0432\u0435, \u0435\u0441\u043B\u0438 \u0432\u044B \u0434\u043E\u043B\u0433\u043E \u043D\u0430\u0436\u0438\u043C\u0430\u0435\u0442\u0435 \u043D\u0430 \u043F\u043B\u0430\u0432\u0430\u044E\u0449\u0438\u0439 \u0448\u0430\u0440, \u0432\u044B \u043C\u043E\u0436\u0435\u0442\u0435 \u043E\u0442\u043A\u0440\u044B\u0442\u044C \u043F\u0430\u043D\u0435\u043B\u044C \u0431\u044B\u0441\u0442\u0440\u044B\u0445 \u043D\u0430\u0441\u0442\u0440\u043E\u0435\u043A.","desc.toggleMouseHoverTranslateDirectly":"\u041F\u043E\u0441\u043B\u0435 \u043D\u0430\u0436\u0430\u0442\u0438\u044F \u044D\u0442\u043E\u0439 \u0433\u043E\u0440\u044F\u0447\u0435\u0439 \u043A\u043B\u0430\u0432\u0438\u0448\u0438, \u043D\u0430 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u0435, \u043A\u0430\u043A \u0442\u043E\u043B\u044C\u043A\u043E \u043C\u044B\u0448\u044C \u0443\u043A\u0430\u0437\u044B\u0432\u0430\u0435\u0442 \u043D\u0430 \u043B\u044E\u0431\u043E\u0439 \u0442\u0435\u043A\u0441\u0442, \u044D\u0442\u043E\u0442 \u0442\u0435\u043A\u0441\u0442 \u0430\u0432\u0442\u043E\u043C\u0430\u0442\u0438\u0447\u0435\u0441\u043A\u0438 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0438\u0442\u0441\u044F. \u041D\u0430\u0436\u043C\u0438\u0442\u0435 \u0433\u043E\u0440\u044F\u0447\u0443\u044E \u043A\u043B\u0430\u0432\u0438\u0448\u0443 \u0435\u0449\u0435 \u0440\u0430\u0437, \u0447\u0442\u043E\u0431\u044B \u043E\u0442\u043A\u043B\u044E\u0447\u0438\u0442\u044C \u044D\u0442\u0443 \u0444\u0443\u043D\u043A\u0446\u0438\u044E \u0430\u0432\u0442\u043E\u043C\u0430\u0442\u0438\u0447\u0435\u0441\u043A\u043E\u0433\u043E \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430.","subtitle.showQuickButtonDescription":"\u0412 \u043F\u0440\u0430\u0432\u043E\u043C \u043D\u0438\u0436\u043D\u0435\u043C \u0443\u0433\u043B\u0443 \u0432\u0438\u0434\u0435\u043E\u043F\u043B\u0435\u0435\u0440\u0430 \u043F\u0440\u0435\u0434\u043E\u0441\u0442\u0430\u0432\u043B\u044F\u0435\u0442\u0441\u044F \u0431\u044B\u0441\u0442\u0440\u044B\u0439 \u0434\u043E\u0441\u0442\u0443\u043F \u043A \u0432\u043A\u043B\u044E\u0447\u0435\u043D\u0438\u044E \u0434\u0432\u0443\u044F\u0437\u044B\u0447\u043D\u044B\u0445 \u0441\u0443\u0431\u0442\u0438\u0442\u0440\u043E\u0432.","neverTranslateText.description":"\u0418\u0437-\u0437\u0430 \u0442\u043E\u0433\u043E, \u0447\u0442\u043E \u043D\u0435\u043A\u043E\u0442\u043E\u0440\u044B\u0435 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0447\u0435\u0441\u043A\u0438\u0435 \u0434\u0432\u0438\u0436\u043A\u0438 \u043D\u0435 \u0438\u0434\u0435\u0430\u043B\u044C\u043D\u043E \u0440\u0430\u0441\u043F\u043E\u0437\u043D\u0430\u044E\u0442 \u0441\u043F\u0435\u0446\u0438\u0430\u043B\u044C\u043D\u044B\u0435 \u0442\u0435\u0440\u043C\u0438\u043D\u044B, \u0432\u044B \u043C\u043E\u0436\u0435\u0442\u0435 \u0434\u043E\u0431\u0430\u0432\u0438\u0442\u044C \u0441\u043B\u043E\u0432\u0430 \u0437\u0434\u0435\u0441\u044C, \u0447\u0442\u043E\u0431\u044B \u0443\u0431\u0435\u0434\u0438\u0442\u044C\u0441\u044F, \u0447\u0442\u043E \u043E\u043D\u0438 \u043D\u0435 \u0431\u0443\u0434\u0443\u0442 \u043F\u0440\u0435\u043E\u0431\u0440\u0430\u0437\u043E\u0432\u0430\u043D\u044B \u0432 \u043F\u0440\u043E\u0446\u0435\u0441\u0441\u0435 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430. \u041E\u0431\u0440\u0430\u0442\u0438\u0442\u0435 \u0432\u043D\u0438\u043C\u0430\u043D\u0438\u0435, \u0447\u0442\u043E \u044D\u0442\u0430 \u0444\u0443\u043D\u043A\u0446\u0438\u044F \u0440\u0430\u0437\u043B\u0438\u0447\u0430\u0435\u0442 \u0440\u0435\u0433\u0438\u0441\u0442\u0440 \u0438 \u043F\u043E\u0434\u0434\u0435\u0440\u0436\u0438\u0432\u0430\u0435\u0442 \u0442\u043E\u043B\u044C\u043A\u043E \u044F\u0437\u044B\u043A\u0438 \u0441\u043E \u0441\u043B\u043E\u0432\u0430\u043C\u0438, \u0440\u0430\u0437\u0434\u0435\u043B\u0435\u043D\u043D\u044B\u043C\u0438 \u043F\u0440\u043E\u0431\u0435\u043B\u0430\u043C\u0438 (\u043D\u0430\u043F\u0440\u0438\u043C\u0435\u0440, \u0430\u043D\u0433\u043B\u0438\u0439\u0441\u043A\u0438\u0439, \u0444\u0440\u0430\u043D\u0446\u0443\u0437\u0441\u043A\u0438\u0439), \u0438 \u043D\u0435 \u043F\u043E\u0434\u0445\u043E\u0434\u0438\u0442 \u0434\u043B\u044F \u044F\u0437\u044B\u043A\u043E\u0432, \u0442\u0430\u043A\u0438\u0445 \u043A\u0430\u043A \u044F\u043F\u043E\u043D\u0441\u043A\u0438\u0439, \u043A\u043E\u0440\u0435\u0439\u0441\u043A\u0438\u0439 \u0438 \u0442.\u0434.","intro.subtitleDescription":"\u041F\u043E\u0441\u043B\u0435 \u0432\u043A\u043B\u044E\u0447\u0435\u043D\u0438\u044F \u044D\u0442\u043E\u0439 \u0444\u0443\u043D\u043A\u0446\u0438\u0438, \u043F\u0440\u0438 \u043F\u0440\u043E\u0441\u043C\u043E\u0442\u0440\u0435 \u0432\u0438\u0434\u0435\u043E \u0431\u0443\u0434\u0443\u0442 \u0430\u0432\u0442\u043E\u043C\u0430\u0442\u0438\u0447\u0435\u0441\u043A\u0438 \u043E\u0442\u043E\u0431\u0440\u0430\u0436\u0430\u0442\u044C\u0441\u044F \u0441\u0443\u0431\u0442\u0438\u0442\u0440\u044B \u043D\u0430 \u0434\u0432\u0443\u0445 \u044F\u0437\u044B\u043A\u0430\u0445. \u0415\u0441\u043B\u0438 \u0444\u0443\u043D\u043A\u0446\u0438\u044F \u043D\u0435 \u0432\u043A\u043B\u044E\u0447\u0435\u043D\u0430, \u0432\u0430\u043C \u043D\u0443\u0436\u043D\u043E \u0431\u0443\u0434\u0435\u0442 \u0432\u0440\u0443\u0447\u043D\u0443\u044E \u043D\u0430\u0436\u0430\u0442\u044C \u043A\u043D\u043E\u043F\u043A\u0443 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430 \u043D\u0430 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u0435, \u0447\u0442\u043E\u0431\u044B \u043E\u0442\u043E\u0431\u0440\u0430\u0437\u0438\u0442\u044C \u0441\u0443\u0431\u0442\u0438\u0442\u0440\u044B. \u041E\u0431\u0440\u0430\u0442\u0438\u0442\u0435 \u0432\u043D\u0438\u043C\u0430\u043D\u0438\u0435, \u0447\u0442\u043E \u0438\u0437-\u0437\u0430 \u0442\u0435\u0445\u043D\u0438\u0447\u0435\u0441\u043A\u0438\u0445 \u043E\u0433\u0440\u0430\u043D\u0438\u0447\u0435\u043D\u0438\u0439 \u043D\u0430 \u043D\u0435\u043A\u043E\u0442\u043E\u0440\u044B\u0445 \u0441\u0430\u0439\u0442\u0430\u0445 \u043F\u0440\u0438 \u043F\u0435\u0440\u0432\u043E\u0439 \u0430\u043A\u0442\u0438\u0432\u0430\u0446\u0438\u0438 \u0441\u0443\u0431\u0442\u0438\u0442\u0440\u043E\u0432 \u043C\u043E\u0436\u0435\u0442 \u043F\u043E\u0442\u0440\u0435\u0431\u043E\u0432\u0430\u0442\u044C\u0441\u044F \u043E\u0431\u043D\u043E\u0432\u0438\u0442\u044C \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u0443 \u0438\u043B\u0438 \u0434\u043E\u0436\u0434\u0430\u0442\u044C\u0441\u044F \u043E\u043A\u043E\u043D\u0447\u0430\u043D\u0438\u044F \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430, \u0447\u0442\u043E\u0431\u044B \u043E\u0442\u043E\u0431\u0440\u0430\u0437\u0438\u0442\u044C \u0441\u0443\u0431\u0442\u0438\u0442\u0440\u044B \u043D\u0430 \u0434\u0432\u0443\u0445 \u044F\u0437\u044B\u043A\u0430\u0445. (\u041A\u0440\u043E\u043C\u0435 \u0442\u043E\u0433\u043E, \u0432\u044B \u0442\u0430\u043A\u0436\u0435 \u043C\u043E\u0436\u0435\u0442\u0435 \u0432\u043A\u043B\u044E\u0447\u0438\u0442\u044C / \u043E\u0442\u043A\u043B\u044E\u0447\u0438\u0442\u044C \u043F\u0430\u043D\u0435\u043B\u044C \u0431\u044B\u0441\u0442\u0440\u044B\u0445 \u043A\u043E\u043C\u0430\u043D\u0434 \u0434\u043B\u044F \u043F\u043E\u0433\u0440\u0443\u0436\u0435\u043D\u0438\u044F \u0432 \u043F\u0435\u0440\u0435\u0432\u043E\u0434 \u0432 \u0432\u0435\u0440\u0445\u043D\u0435\u043C \u043F\u0440\u0430\u0432\u043E\u043C \u0443\u0433\u043B\u0443 \u043F\u043E\u0441\u043B\u0435 \u043E\u0442\u043A\u0440\u044B\u0442\u0438\u044F \u0432\u0438\u0434\u0435\u043E \u0441\u0430\u0439\u0442\u0430)

\u0412 \u043D\u0430\u0441\u0442\u043E\u044F\u0449\u0435\u0435 \u0432\u0440\u0435\u043C\u044F \u043F\u043E\u0434\u0434\u0435\u0440\u0436\u0438\u0432\u0430\u0435\u0442\u0441\u044F \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u043D\u0438\u0435 \u0441\u0443\u0431\u0442\u0438\u0442\u0440\u043E\u0432 \u043D\u0430 \u0434\u0432\u0443\u0445 \u044F\u0437\u044B\u043A\u0430\u0445 \u043D\u0430 \u044D\u0442\u0438\u0445 \u0441\u0430\u0439\u0442\u0430\u0445:","desc.touchShortcutsToggleTranslationMask":"\u041F\u0435\u0440\u0435\u0432\u043E\u0434\u0447\u0435\u0441\u043A\u0430\u044F \u043C\u0430\u0441\u043A\u0430 - \u044D\u0442\u043E \u044D\u0444\u0444\u0435\u043A\u0442 \u0440\u0430\u0437\u043C\u044B\u0442\u0438\u044F \u0432 \u0441\u0442\u0438\u043B\u0435 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430 (\u0440\u0435\u0436\u0438\u043C \u043E\u0431\u0443\u0447\u0435\u043D\u0438\u044F). \u041F\u043E\u0441\u043B\u0435 \u0432\u043A\u043B\u044E\u0447\u0435\u043D\u0438\u044F \u0432\u0440\u0435\u043C\u0435\u043D\u043D\u043E \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u0443\u0435\u0442\u0441\u044F \u044D\u0444\u0444\u0435\u043A\u0442 \u0440\u0430\u0437\u043C\u044B\u0442\u0438\u044F \u0434\u043B\u044F \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430, \u0447\u0442\u043E \u0443\u0434\u043E\u0431\u043D\u043E \u0434\u043B\u044F \u043E\u0431\u0443\u0447\u0435\u043D\u0438\u044F.","intro.hoverDescription":"\u041F\u0435\u0440\u0435\u0432\u043E\u0434 \u043F\u0440\u0438 \u043D\u0430\u0432\u0435\u0434\u0435\u043D\u0438\u0438 \u043C\u044B\u0448\u0438 - \u044D\u0442\u043E \u043E\u0447\u0435\u043D\u044C \u0432\u0430\u0436\u043D\u0430\u044F \u0444\u0443\u043D\u043A\u0446\u0438\u044F \u0432 \u043A\u043E\u043D\u0442\u0435\u043A\u0441\u0442\u043D\u043E\u043C \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0435, \u0434\u043E\u0441\u0442\u0430\u0442\u043E\u0447\u043D\u043E \u043F\u0440\u043E\u0441\u0442\u043E \u043F\u043E\u043C\u0435\u0441\u0442\u0438\u0442\u044C \u043A\u0443\u0440\u0441\u043E\u0440 \u043D\u0430 \u0430\u0431\u0437\u0430\u0446 \u0438 \u043E\u0434\u043D\u043E\u0432\u0440\u0435\u043C\u0435\u043D\u043D\u043E \u043D\u0430\u0436\u0430\u0442\u044C \u0437\u0430\u0434\u0430\u043D\u043D\u0443\u044E \u0433\u043E\u0440\u044F\u0447\u0443\u044E \u043A\u043B\u0430\u0432\u0438\u0448\u0443, \u0447\u0442\u043E\u0431\u044B \u0430\u0432\u0442\u043E\u043C\u0430\u0442\u0438\u0447\u0435\u0441\u043A\u0438 \u043F\u0435\u0440\u0435\u0432\u0435\u0441\u0442\u0438 \u0442\u0435\u043A\u0443\u0449\u0438\u0439 \u0430\u0431\u0437\u0430\u0446 (\u043E\u0431\u0440\u0430\u0442\u0438\u0442\u0435 \u0432\u043D\u0438\u043C\u0430\u043D\u0438\u0435: \u043F\u043E \u0443\u043C\u043E\u043B\u0447\u0430\u043D\u0438\u044E \u043E\u043D \u043D\u0435 \u0432\u043A\u043B\u044E\u0447\u0435\u043D, \u043F\u043E\u0436\u0430\u043B\u0443\u0439\u0441\u0442\u0430, \u043D\u0430\u0441\u0442\u0440\u043E\u0439\u0442\u0435 \u0435\u0433\u043E \u043D\u0438\u0436\u0435). \u042D\u0442\u043E\u0442 \u0432\u0437\u0430\u0438\u043C\u043E\u0434\u0435\u0439\u0441\u0442\u0432\u0438\u0435 \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u0443\u0435\u0442\u0441\u044F \u0434\u043B\u044F \u043B\u0443\u0447\u0448\u0435\u0439 \u0437\u0430\u043C\u0435\u043D\u044B \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430 \u0432\u044B\u0434\u0435\u043B\u0435\u043D\u043D\u043E\u0433\u043E \u0442\u0435\u043A\u0441\u0442\u0430, \u043A\u0440\u043E\u043C\u0435 \u0442\u043E\u0433\u043E, \u044D\u0442\u0430 \u0444\u0443\u043D\u043A\u0446\u0438\u044F \u0448\u0438\u0440\u043E\u043A\u043E \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u0443\u0435\u0442\u0441\u044F \u0432 \u043E\u0431\u043B\u0430\u0441\u0442\u044F\u0445, \u043A\u043E\u0442\u043E\u0440\u044B\u0435 \u043D\u0435 \u043C\u043E\u0433\u0443\u0442 \u0431\u044B\u0442\u044C \u0440\u0430\u0441\u043F\u043E\u0437\u043D\u0430\u043D\u044B \u0434\u043B\u044F \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430, \u0432\u044B \u043C\u043E\u0436\u0435\u0442\u0435 \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u044C \u044D\u0442\u0443 \u0444\u0443\u043D\u043A\u0446\u0438\u044E \u0434\u043B\u044F \u043F\u0440\u0438\u043D\u0443\u0434\u0438\u0442\u0435\u043B\u044C\u043D\u043E\u0433\u043E \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430 \u043B\u044E\u0431\u043E\u0433\u043E \u0430\u0431\u0437\u0430\u0446\u0430.",geminiWarning:"\u0412\u043D\u0438\u043C\u0430\u043D\u0438\u0435: \u0431\u0435\u0441\u043F\u043B\u0430\u0442\u043D\u044B\u0439 \u0441\u0435\u0440\u0432\u0438\u0441 Gemini \u043E\u0442 Google \u0438\u043C\u0435\u0435\u0442 \u0441\u0442\u0440\u043E\u0433\u0438\u0435 \u043E\u0433\u0440\u0430\u043D\u0438\u0447\u0435\u043D\u0438\u044F, Google \u043C\u043E\u0436\u0435\u0442 \u0441\u0447\u0438\u0442\u0430\u0442\u044C, \u0447\u0442\u043E \u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u0435\u043B\u044C \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u0443\u0435\u0442 \u043D\u0435\u0441\u043A\u043E\u043B\u044C\u043A\u043E \u043A\u043B\u044E\u0447\u0435\u0439 \u0434\u043B\u044F \u043E\u0431\u0445\u043E\u0434\u0430 \u0438\u0445 \u0431\u0435\u0441\u043F\u043B\u0430\u0442\u043D\u044B\u0445 \u043A\u0432\u043E\u0442. \u041D\u0435 \u0440\u0435\u043A\u043E\u043C\u0435\u043D\u0434\u0443\u0435\u0442\u0441\u044F \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u044C, \u0440\u0435\u043A\u043E\u043C\u0435\u043D\u0434\u0443\u0435\u0442\u0441\u044F \u0436\u0434\u0430\u0442\u044C, \u043F\u043E\u043A\u0430 Google \u043D\u0435 \u043E\u0442\u043A\u0440\u043E\u0435\u0442 \u043F\u043B\u0430\u0442\u043D\u044B\u0439 \u0438\u043D\u0442\u0435\u0440\u0444\u0435\u0439\u0441 Gemini \u0434\u043B\u044F \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u043D\u0438\u044F \u0432 \u0431\u0443\u0434\u0443\u0449\u0435\u043C.","floatBall.setting":"\u043D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0430","floatBall.file":"\u041F\u0435\u0440\u0435\u0432\u043E\u0434 PDF, EPUB, SRT, ASS, HTML, TXT \u0444\u0430\u0439\u043B\u043E\u0432","floatBall.translateToLanguage":"\u041D\u0430\u0436\u043C\u0438\u0442\u0435, \u0447\u0442\u043E\u0431\u044B \u043F\u0435\u0440\u0435\u0432\u0435\u0441\u0442\u0438 \u043D\u0430 {language}",changeToOnlyTempTranslationMode:"\u041F\u0435\u0440\u0435\u043A\u043B\u044E\u0447\u0435\u043D\u0438\u0435 \u043D\u0430 \u043E\u0442\u043E\u0431\u0440\u0430\u0436\u0435\u043D\u0438\u0435 \u0442\u043E\u043B\u044C\u043A\u043E \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u043E\u0432",changeToDualTempTranslationMode:"\u041F\u0435\u0440\u0435\u0445\u043E\u0434 \u043D\u0430 \u0434\u0432\u0443\u044F\u0437\u044B\u0447\u043D\u044B\u0439 \u043F\u0435\u0440\u0435\u0432\u043E\u0434","transitionMode.dual":"\u0434\u0432\u0443\u044F\u0437\u044B\u0447\u043D\u043E\u0435 \u0441\u043E\u043F\u043E\u0441\u0442\u0430\u0432\u043B\u0435\u043D\u0438\u0435","transitionMode.translation":"\u0422\u043E\u043B\u044C\u043A\u043E \u043F\u0435\u0440\u0435\u0432\u043E\u0434","options.navbar.installApp":"\u0423\u0441\u0442\u0430\u043D\u043E\u0432\u0438\u0442\u0435 \u043C\u043E\u0431\u0438\u043B\u044C\u043D\u043E\u0435 \u043F\u0440\u0438\u043B\u043E\u0436\u0435\u043D\u0438\u0435","options.navbar.translateFile":"\u041F\u0435\u0440\u0435\u0432\u0435\u0441\u0442\u0438 \u0434\u043E\u043A\u0443\u043C\u0435\u043D\u0442","subtitle.transitionMode":"\u0412\u0438\u0434\u0435\u043E \u0441 \u0434\u0432\u0443\u044F\u0437\u044B\u0447\u043D\u044B\u043C\u0438 \u0441\u0443\u0431\u0442\u0438\u0442\u0440\u0430\u043C\u0438 / \u043D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0430 \u0442\u043E\u043B\u044C\u043A\u043E \u0434\u043B\u044F \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430","subtitle.transitionModeDescription":"\u0423\u0441\u0442\u0430\u043D\u043E\u0432\u0438\u0442\u0435 \u0441\u0443\u0431\u0442\u0438\u0442\u0440\u044B \u0432\u0438\u0434\u0435\u043E \u043D\u0430 \u0434\u0432\u0443\u044F\u0437\u044B\u0447\u043D\u043E\u0435 \u0441\u043E\u043F\u043E\u0441\u0442\u0430\u0432\u043B\u0435\u043D\u0438\u0435 \u0438\u043B\u0438 \u0442\u043E\u043B\u044C\u043A\u043E \u0440\u0435\u0436\u0438\u043C \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430","transitionMode.inherit":"\u0421\u043E\u0445\u0440\u0430\u043D\u044F\u0439\u0442\u0435 \u0441\u043E\u043E\u0442\u0432\u0435\u0442\u0441\u0442\u0432\u0438\u0435 \u0441 \u0440\u0435\u0436\u0438\u043C\u043E\u043C \u043E\u0442\u043E\u0431\u0440\u0430\u0436\u0435\u043D\u0438\u044F \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430 \u043F\u043E \u0443\u043C\u043E\u043B\u0447\u0430\u043D\u0438\u044E \u0441\u0438\u0441\u0442\u0435\u043C\u044B.",translateFileTooltip:`\u041F\u0435\u0440\u0435\u0432\u043E\u0434 PDF, ePub, srt, ass, HTML, TXT \u0444\u0430\u0439\u043B\u043E\u0432`,"description.multiplePrompt":`\u041A\u043E\u0433\u0434\u0430 \u043A\u043E\u043B\u0438\u0447\u0435\u0441\u0442\u0432\u043E \u0430\u0431\u0437\u0430\u0446\u0435\u0432 \u0431\u043E\u043B\u044C\u0448\u0435 1, \u0434\u0438\u0430\u043B\u043E\u0433\u0438, \u043E\u0442\u043F\u0440\u0430\u0432\u043B\u0435\u043D\u043D\u044B\u0435 {service} \u043E\u0442 \u0438\u043C\u0435\u043D\u0438 \u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u0435\u043B\u044F, \u0433\u0434\u0435 {{from}} \u043E\u0431\u043E\u0437\u043D\u0430\u0447\u0430\u0435\u0442 \u044F\u0437\u044B\u043A \u0430\u0431\u0437\u0430\u0446\u0430, {{to}} \u043E\u0431\u043E\u0437\u043D\u0430\u0447\u0430\u0435\u0442 \u0446\u0435\u043B\u0435\u0432\u043E\u0439 \u044F\u0437\u044B\u043A, {{yaml}} - \u044D\u0442\u043E \u043D\u0430\u0448 \u043A\u043E\u043D\u0442\u0435\u043D\u0442 \u0430\u0431\u0437\u0430\u0446\u0430, \u0443\u043F\u0430\u043A\u043E\u0432\u0430\u043D\u043D\u044B\u0439 \u0432 \u0444\u043E\u0440\u043C\u0430\u0442\u0435 yaml. \u0415\u0441\u043B\u0438 \u0443 \u0432\u0430\u0441 \u0435\u0441\u0442\u044C \u043F\u043E\u0442\u0440\u0435\u0431\u043D\u043E\u0441\u0442\u044C \u0432 \u043D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0435 Prompt, \u0432\u0430\u043C \u043D\u0443\u0436\u043D\u043E \u0443\u0431\u0435\u0434\u0438\u0442\u044C\u0441\u044F, \u0447\u0442\u043E \u043A\u0430\u0436\u0434\u044B\u0439 \u044D\u043B\u0435\u043C\u0435\u043D\u0442 \u0432 \u0440\u0435\u0437\u0443\u043B\u044C\u0442\u0430\u0442\u0435 YAML \u043E\u0442 AI \u0441\u043E\u0434\u0435\u0440\u0436\u0438\u0442 \u043F\u043E\u043B\u0435 {env.imt_trans_field}, {{imt_trans_field}} - \u044D\u0442\u043E \u043D\u0430\u0437\u0432\u0430\u043D\u0438\u0435 \u043F\u043E\u043B\u044F \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430, \u043A\u043E\u0442\u043E\u0440\u043E\u0435 \u043C\u044B \u0445\u043E\u0442\u0438\u043C \u043F\u043E\u043B\u0443\u0447\u0438\u0442\u044C \u043E\u0442 AI, \u043F\u043E \u0443\u043C\u043E\u043B\u0447\u0430\u043D\u0438\u044E \u044D\u0442\u043E {env.imt_trans_field}, {{imt_source_field}} - \u044D\u0442\u043E \u043D\u0430\u0437\u0432\u0430\u043D\u0438\u0435 \u043F\u043E\u043B\u044F \u0438\u0441\u0445\u043E\u0434\u043D\u043E\u0433\u043E \u0442\u0435\u043A\u0441\u0442\u0430, \u043A\u043E\u0442\u043E\u0440\u043E\u0435 \u043C\u044B \u043F\u0435\u0440\u0435\u0434\u0430\u0435\u043C AI, \u043F\u043E \u0443\u043C\u043E\u043B\u0447\u0430\u043D\u0438\u044E \u044D\u0442\u043E {env.imt_source_field}. \u041F\u0440\u0438\u043C\u0435\u0440 \u0440\u0435\u0437\u0443\u043B\u044C\u0442\u0430\u0442\u0430: @@ -5142,7 +5142,7 @@ ass, HTML, TXT \u0444\u0430\u0439\u043B\u043E\u0432`,"description.multiplePrompt {env.imt_sub_trans_field}: \u041F\u0435\u0440\u0435\u0432\u043E\u0434 - id: 2 {env.imt_sub_source_field}: \u0418\u0441\u0442\u043E\u0447\u043D\u0438\u043A - {env.imt_sub_trans_field}: \u041F\u0435\u0440\u0435\u0432\u043E\u0434`,"subtitle.quickButton.cyan":"\u0421\u0438\u043D\u0438\u0439","subtitle.quickButton.magenta":"\u041F\u0443\u0440\u043F\u0443\u0440\u043D\u044B\u0439","subtitle.quickButton.white":"\u0431\u0435\u043B\u044B\u0439","subtitle.quickButton.blue":"\u0441\u0438\u043D\u0438\u0439","subtitle.quickButton.red":"\u043A\u0440\u0430\u0441\u043D\u044B\u0439","subtitle.quickButton.translationPositionTop":"\u0432 \u0432\u0435\u0440\u0445\u043D\u0435\u0439 \u0447\u0430\u0441\u0442\u0438 \u0442\u0435\u043A\u0441\u0442\u0430","subtitle.quickButton.translationPosition":"\u043C\u0435\u0441\u0442\u043E\u043F\u043E\u043B\u043E\u0436\u0435\u043D\u0438\u0435 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430","subtitle.quickButton.green":"\u0437\u0435\u043B\u0435\u043D\u044B\u0439","subtitle.quickButton.translationPositionBottom":"\u043E\u0440\u0438\u0433\u0438\u043D\u0430\u043B \u043D\u0438\u0436\u0435","subtitle.quickButton.yellow":"\u0436\u0435\u043B\u0442\u044B\u0439","subtitle.quickButton.backgroundColor":"\u0444\u043E\u043D\u043E\u0432\u044B\u0439 \u0446\u0432\u0435\u0442","subtitle.quickButton.sourceFontSize":"\u0418\u0441\u0445\u043E\u0434\u043D\u044B\u0439 \u0440\u0430\u0437\u043C\u0435\u0440 \u0448\u0440\u0438\u0444\u0442\u0430","translationServices.claude":"\u041A\u043B\u043E\u0434","subtitle.quickButton.setting":"\u043D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0430","subtitle.quickButton.translationFontSize":"\u0440\u0430\u0437\u043C\u0435\u0440 \u0448\u0440\u0438\u0444\u0442\u0430 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430","subtitle.quickButton.translationTextColor":"\u0426\u0432\u0435\u0442 \u0448\u0440\u0438\u0444\u0442\u0430 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430","subtitle.quickButton.black":"\u0447\u0435\u0440\u043D\u044B\u0439","subtitle.quickButton.sourceTextColor":"\u0418\u0441\u0445\u043E\u0434\u043D\u044B\u0439 \u0446\u0432\u0435\u0442 \u0448\u0440\u0438\u0444\u0442\u0430","subtitle.quickButton.backgroundOpacity":"\u0424\u043E\u043D\u043E\u0432\u0430\u044F \u043D\u0435\u043F\u0440\u043E\u0437\u0440\u0430\u0447\u043D\u043E\u0441\u0442\u044C",attachSubtitleTranslating:"\u0418\u0441\u043F\u043E\u043B\u044C\u0437\u0443\u044F {service} \u0434\u043B\u044F \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430...","error.claude.403":"\u0412\u0440\u0435\u043C\u0435\u043D\u043D\u043E \u043D\u0435\u0442 \u0434\u043E\u0441\u0442\u0443\u043F\u0430 \u043A \u0441\u0435\u0440\u0432\u0438\u0441\u0443, \u0432\u043E\u0437\u043C\u043E\u0436\u043D\u043E, \u044D\u0442\u043E \u0441\u0432\u044F\u0437\u0430\u043D\u043E \u0441 \u0440\u0435\u0433\u0438\u043E\u043D\u0430\u043B\u044C\u043D\u044B\u043C\u0438 \u043E\u0433\u0440\u0430\u043D\u0438\u0447\u0435\u043D\u0438\u044F\u043C\u0438 \u041A\u043B\u043E\u0434\u0430. \u0412\u044B \u043C\u043E\u0436\u0435\u0442\u0435 \u043F\u043E\u043F\u0440\u043E\u0431\u043E\u0432\u0430\u0442\u044C \u0438\u0437\u043C\u0435\u043D\u0438\u0442\u044C \u0441\u0432\u043E\u0439 IP-\u0430\u0434\u0440\u0435\u0441 \u0438\u043B\u0438 \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u044C \u0434\u0440\u0443\u0433\u0438\u0435 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0447\u0435\u0441\u043A\u0438\u0435 \u0443\u0441\u043B\u0443\u0433\u0438.","browser.brandDescriptionForSafari":"\u3010\u041F\u043E\u0433\u0440\u0443\u0436\u0435\u043D\u0438\u0435 \u0432 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u3011\u0411\u0435\u0441\u043F\u043B\u0430\u0442\u043D\u044B\u0439 \u043F\u043B\u0430\u0433\u0438\u043D \u0434\u043B\u044F \u0434\u0432\u0443\u044F\u0437\u044B\u0447\u043D\u043E\u0433\u043E \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430 \u0432\u0435\u0431-\u0441\u0442\u0440\u0430\u043D\u0438\u0446 (\u043E\u0440\u0438\u0433\u0438\u043D\u0430\u043B/\u043F\u0435\u0440\u0435\u0432\u043E\u0434), \u043F\u043E\u0434\u0434\u0435\u0440\u0436\u0438\u0432\u0430\u044E\u0449\u0438\u0439 \u043F\u0435\u0440\u0435\u0432\u043E\u0434 PDF \u0438 \u043F\u0435\u0440\u0435\u0432\u043E\u0434 \u044D\u043B\u0435\u043A\u0442\u0440\u043E\u043D\u043D\u044B\u0445 \u043A\u043D\u0438\u0433 EPUB \u0441 \u0441\u043E\u0445\u0440\u0430\u043D\u0435\u043D\u0438\u0435\u043C \u043E\u0440\u0438\u0433\u0438\u043D\u0430\u043B\u044C\u043D\u043E\u0433\u043E \u0444\u043E\u0440\u043C\u0430\u0442\u0438\u0440\u043E\u0432\u0430\u043D\u0438\u044F \u0434\u043E\u043A\u0443\u043C\u0435\u043D\u0442\u0430, \u043F\u0435\u0440\u0435\u0432\u043E\u0434 \u0434\u0432\u0443\u044F\u0437\u044B\u0447\u043D\u044B\u0445 \u0441\u0443\u0431\u0442\u0438\u0442\u0440\u043E\u0432 \u0434\u043B\u044F \u043E\u043D\u043B\u0430\u0439\u043D-\u0432\u0438\u0434\u0435\u043E \u043D\u0430 Youtube/Netflix, \u043F\u043E\u0434\u0434\u0435\u0440\u0436\u0438\u0432\u0430\u044E\u0449\u0438\u0439 \u043E\u0441\u043D\u043E\u0432\u043D\u044B\u0435 \u0441\u0435\u0440\u0432\u0438\u0441\u044B \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430, \u0442\u0430\u043A\u0438\u0435 \u043A\u0430\u043A Deepl/Google \u0438 \u0442.\u0434.","browser.PdfProFile":"\u041F\u0435\u0440\u0435\u0432\u043E\u0434 PDF Pro, \u0443\u043F\u0440\u0430\u0432\u043B\u044F\u0435\u043C\u044B\u0439 AI","browser.textTranslate":"\u0422\u0435\u043A\u0441\u0442\u043E\u0432\u044B\u0439 \u043F\u0435\u0440\u0435\u0432\u043E\u0434"};var kb={nologin:"\uB85C\uADF8\uC778\uD558\uC9C0 \uC54A\uC74C",loginForSafari:"\uB85C\uADF8\uC778 \uB610\uB294 \uB4F1\uB85D",login:"\uB85C\uADF8\uC778\uD558\uC5EC \uBA64\uBC84\uC2ED \uAC1C\uC124",manageAccount:"\uAD00\uB9AC \uACC4\uC815",openPremium:"\uBA64\uBC84\uC2ED \uC5F4\uAE30",logout:"\uC911\uB2E8",curentPlan:"\uD604\uC7AC \uD328\uD0A4\uC9C0",endAt:"\uB9CC\uB8CC",endAuto:"\uC790\uB3D9 \uAC31\uC2E0",lineBreakMaxTextCount:"\uC904 \uBC14\uAFC8 \uC774\uD6C4 \uBB38\uC7A5\uB2F9 \uD5C8\uC6A9\uB418\uB294 \uCD5C\uB300 \uAE00\uC790 \uC218","translate-pdf":"PDF\uB97C \uBC88\uC5ED\uD558\uB824\uBA74 \uD074\uB9AD\uD558\uC138\uC694.","noSupportTranslate-pdf":"\uC2A4\uD06C\uB9BD\uD2B8\uAC00 \uC9C0\uC6D0\uB418\uC9C0 \uC54A\uC73C\uB2C8 \uD50C\uB7EC\uADF8\uC778\uC744 \uC0AC\uC6A9\uD558\uC138\uC694.","translate-firefox-local-pdf":"PDF \uAC00\uC838\uC624\uAE30\uB85C \uC774\uB3D9\uD558\uB824\uBA74 \uD074\uB9AD\uD558\uC138\uC694.",enableLineBreak:"\uAE34 \uB2E8\uB77D\uC5D0 \uC790\uB3D9 \uC904 \uBC14\uAFC8 \uD65C\uC131\uD654",sponsorLabel:"1 \uD6C4\uC6D0 \uAC1C\uBC1C\uC790",help:"hand",browserShortcutsNoteForFirefox:"Firefox\uC5D0\uC11C \uBC14\uB85C\uAC00\uAE30\uB97C \uBCC0\uACBD\uD558\uB824\uBA74 \uD655\uC7A5 \uD504\uB85C\uADF8\uB7A8 \uAD00\uB9AC \uD398\uC774\uC9C0 `\uC815\uBCF4:\uC560\uB4DC\uC628`\uC744 \uC5F4\uACE0 `\uC124\uC815`\uC744 \uD074\uB9AD\uD55C \uB2E4\uC74C `\uBC14\uB85C \uAC00\uAE30 \uAD00\uB9AC`\uB97C \uD074\uB9AD\uD558\uC5EC \uBC14\uB85C\uAC00\uAE30\uB97C \uC124\uC815\uD574\uC57C \uD569\uB2C8\uB2E4.",browserShortcutsNoteForChrome:"Chrome\uC5D0\uC11C \uBC14\uB85C\uAC00\uAE30\uB97C \uC218\uC815\uD558\uB824\uBA74 \uD655\uC7A5 \uD504\uB85C\uADF8\uB7A8 \uAD00\uB9AC \uD398\uC774\uC9C0\uB97C \uC5F4\uACE0 '\uBC14\uB85C \uAC00\uAE30 \uAD00\uB9AC' \uD328\uB110(`chrome://extensions/shortcuts`)\uC5D0\uC11C \uC124\uC815\uD55C \uD6C4 \uC544\uB798 \uBC84\uD2BC\uC744 \uD074\uB9AD\uD558\uC5EC \uBC14\uB85C \uAC00\uAE30 \uAD00\uB9AC \uD398\uC774\uC9C0\uB85C \uC774\uB3D9\uD574\uC57C \uD569\uB2C8\uB2E4.",browserShortcutsSucks:"\uC0AC\uC6A9\uC790 \uC9C0\uC815 \uBC14\uB85C\uAC00\uAE30\uC758 \uD615\uC2DD\uC740\uFF1A\uC785\uB2C8\uB2E4(\uC790\uB3D9 \uC778\uC2DD\uB418\uC9C0 \uC54A\uC73C\uBBC0\uB85C \uC9C1\uC811 \uC785\uB825\uD558\uC138\uC694).",enableLineBreakDescription:"\uC774 \uAE30\uB2A5\uC744 \uCF1C\uBA74 \uAE34 \uB2E8\uB77D\uC758 \uAC01 \uBB38\uC7A5 \uB05D\uC5D0 \uC904 \uBC14\uAFC8\uC774 \uC0BD\uC785\uB418\uC5B4 \uBB38\uC7A5\uC744 \uB354 \uC27D\uAC8C \uC77D\uC744 \uC218 \uC788\uC2B5\uB2C8\uB2E4.","browser.shortBrandName":"\uBAB0\uC785 \uBC88\uC5ED","browser.brandName":"\uBAB0\uC785 \uBC88\uC5ED: \uC774\uC911 \uC5B8\uC5B4 \uC6F9 \uD398\uC774\uC9C0 \uBC88\uC5ED \uBC0F PDF \uBB38\uC11C \uBC88\uC5ED","browser.brandDescription":"Bilingual web page translation, also supports PDF translation, bilingual Epub eBook translation, free to use.","browser.toggleTranslatePage":"\uD398\uC774\uC9C0 \uBC88\uC5ED/\uC6D0\uBB38 \uD45C\uC2DC","browser.toggleTranslateTheWholePage":"\uD398\uC774\uC9C0\uC758 \uBAA8\uB4E0 \uC601\uC5ED \uBC88\uC5ED/\uC6D0\uBB38 \uD14D\uC2A4\uD2B8 \uD45C\uC2DC","browser.toggleOnlyTransation":"\uC591\uC5B8\uC5B4/\uBC88\uC5ED\uBB38\uB9CC \uBAA8\uB4DC\uB85C \uC804\uD658","browser.toggleTranslateToThePageEndImmediately":"\uD398\uC774\uC9C0 \uD558\uB2E8\uC73C\uB85C \uC989\uC2DC \uBC88\uC5ED/\uC6D0\uBB38 \uD45C\uC2DC","browser.toggleTranslateTheMainPage":"\uD398\uC774\uC9C0\uC758 \uC8FC\uC694 \uC601\uC5ED \uBC88\uC5ED/\uC6D0\uBB38 \uD14D\uC2A4\uD2B8 \uD45C\uC2DC","browser.shareToDraft":"\uC774\uC911 \uC5B8\uC5B4 \uD398\uC774\uC9C0 \uACF5\uC720","browser.openOptionsPage":"\uC124\uC815 \uD398\uC774\uC9C0 \uC5F4\uAE30","browser.toggleTranslationMask":"\uBC88\uC5ED \uD750\uB9BC \uD6A8\uACFC \uD45C\uC2DC/\uC228\uAE30\uAE30","browser.translateLocalPdfFile":"\uB85C\uCEEC PDF \uD30C\uC77C \uBC88\uC5ED","browser.openEbookViewer":"\uD604\uC9C0 \uC804\uC790\uCC45 \uC77D\uAE30","browser.openEbookBuilder":"\uC774\uC911 \uC5B8\uC5B4 EPUB \uC804\uC790\uCC45 \uB9CC\uB4E4\uAE30","browser.translateLocalHtmlFile":"HTML/\uD14D\uC2A4\uD2B8 \uD30C\uC77C \uBC88\uC5ED","browser.donateContext":"\uC2A4\uD3F0\uC11C\uC2ED \uD61C\uD0DD\uC5D0 \uB300\uD574 \uC54C\uC544\uBCF4\uAE30","browser.translateLocalSubtitleFile":"\uB85C\uCEEC \uC790\uB9C9 \uD30C\uC77C \uBC88\uC5ED",confirmResetConfig:"\uC124\uC815\uC744 \uC7AC\uC124\uC815\uD558\uC2DC\uACA0\uC2B5\uB2C8\uAE4C?",translationLineBreakSettingTitle:"\uBC88\uC5ED \uC904 \uBC14\uAFC8 \uC124\uC815",smartLineBreak:"\uC2A4\uB9C8\uD2B8 \uB77C\uC778 \uD53C\uB4DC(\uCEF4\uD4E8\uD305)",alwaysLineBreak:"\uD56D\uC0C1 \uB77C\uC778 \uD53C\uB4DC",isShowContextMenu:"\uBA54\uB274 \uD56D\uBAA9\uC744 \uB9C8\uC6B0\uC2A4 \uC624\uB978\uCABD \uBC84\uD2BC\uC73C\uB85C \uD074\uB9AD\uD558\uC5EC \uBC88\uC5ED\uB41C \uD398\uC774\uC9C0 \uCD94\uAC00\uD558\uAE30",toggleBeta:"\uBCA0\uD0C0 \uD14C\uC2A4\uD2B8 \uAE30\uB2A5 \uD65C\uC131\uD654",betaDescription:"\uC544\uC9C1 \uC2E4\uD5D8\uB2E8\uACC4\uC778 \uAE30\uB2A5\uB4E4\uACFC \uBCA0\uD0C0\uBC84\uC804\uC778 \uBC88\uC5ED \uC11C\uBE44\uC2A4\uB97C \uC0AC\uC6A9\uD574\uBCF4\uC138\uC694. <1>\uD154\uB808\uADF8\uB7A8 \uADF8\uB8F9\uC5D0 \uAC00\uC785\uD558\uC5EC \uC790\uC138\uD788 \uC54C\uC544\uBCF4\uC138\uC694.",translationLineBreakSettingDescription:"\uCF58\uD150\uCE20\uAC00 \uC801\uC740 \uD398\uC774\uC9C0\uC758 \uACBD\uC6B0 \uD56D\uC0C1 \uC904 \uBC14\uAFC8\uC774 \uAE54\uB054\uD558\uAC8C \uC720\uC9C0\uB429\uB2C8\uB2E4. (\uCF58\uD150\uCE20\uAC00 \uB9CE\uC740 \uAE34 \uB2E8\uB77D({count}\uC790 \uC774\uC0C1)\uC5D0\uB294 \uC2A4\uB9C8\uD2B8 \uC904 \uBC14\uAFC8\uC744 \uC0AC\uC6A9\uD558\uC5EC \uACF5\uAC04\uC744 \uC808\uC57D\uD558\uC138\uC694.)",tempTranslateDomainTitle:"\uC6F9\uC0AC\uC774\uD2B8 \uBC88\uC5ED\uC774 \uC77C\uC2DC\uC801\uC73C\uB85C \uCF1C\uC9C0\uB294 \uAE30\uAC04",tempTranslateDomainDescription:"\uC6F9 \uD398\uC774\uC9C0\uB97C \uC218\uB3D9\uC73C\uB85C \uBC88\uC5ED\uD560 \uB54C \uC790\uB3D9 \uBC88\uC5ED\uC744 \uC704\uD574 \uC6F9 \uC0AC\uC774\uD2B8\uB97C \uC77C\uC2DC\uC801\uC73C\uB85C \uCF1C\uACE0 \uC77C\uC2DC\uC801\uC778 \uAE30\uAC04\uC744 \uC124\uC815\uD560 \uC218 \uC788\uC2B5\uB2C8\uB2E4.",xMinutes:"{count} \uBD84",disabled:"STH \uC0AC\uC6A9\uC744 \uAE08\uC9C0\uD569\uB2C8\uB2E4.",changelog:"\uC5C5\uB370\uC774\uD2B8 \uB85C\uADF8",toggleTranslatePageWhenThreeFingersOnTheScreen:"\uC5EC\uB7EC \uC190\uAC00\uB77D\uC774 \uB3D9\uC2DC\uC5D0 \uD654\uBA74\uC744 \uD130\uCE58\uD560 \uB54C \uC6F9 \uD398\uC774\uC9C0 \uBC88\uC5ED/\uC6D0\uBB38 \uD14D\uC2A4\uD2B8 \uD45C\uC2DC",toggleTranslationMaskWhenThreeFingersOnTheScreen:"\uC5EC\uB7EC \uC190\uAC00\uB77D\uC73C\uB85C \uD130\uCE58\uD558\uBA74 \uD750\uB9BC \uD6A8\uACFC\uB97C \uD45C\uC2DC\uD558\uAC70\uB098 \uC228\uAE38 \uC218 \uC788\uC2B5\uB2C8\uB2E4.",fingerCountToToggleTranslagePageOnlyTranslationWhenTouching:"\uC5EC\uB7EC \uC190\uAC00\uB77D\uC73C\uB85C \uB3D9\uC2DC\uC5D0 \uD654\uBA74\uC744 \uD130\uCE58\uD558\uBA74 \uC6F9 \uD398\uC774\uC9C0\uAC00 \uBC88\uC5ED(\uBC88\uC5ED \uC804\uC6A9)/\uC6D0\uBB38\uC744 \uD45C\uC2DC\uD569\uB2C8\uB2E4.",addUrlDescription:"\uB3C4\uBA54\uC778 \uC774\uB984\uC77C \uC218 \uC788\uC73C\uBA70 \uC640\uC77C\uB4DC\uCE74\uB4DC(\uC608:\uFF1A*.google.com, google.com/mail/*, https://www.google.com/*)\uB3C4 \uC9C0\uC6D0\uD569\uB2C8\uB2E4.",general:"\uAE30\uBCF8 \uC124\uC815",clickToExpandConfig:"\uD604\uC7AC \uAD6C\uC131 \uD655\uC7A5",import:"\uD30C\uC77C\uC5D0\uC11C \uAC00\uC838\uC624\uAE30",export:"\uD30C\uC77C\uB85C \uB0B4\uBCF4\uB0B4\uAE30",toggleDebug:"\uCF58\uC194\uC5D0\uC11C \uB514\uBC84\uADF8 \uB85C\uADF8 \uC778\uC1C4","fingers.0":"\uC751\uACE0","fingers.2":"\uB450 \uC190\uAC00\uB77D \uD130\uCE58","fingers.3":"\uC138 \uC190\uAC00\uB77D \uD130\uCE58","fingers.4":"\uB124 \uC190\uAC00\uB77D \uD130\uCE58","fingers.5":"\uB2E4\uC12F \uC190\uAC00\uB77D \uD130\uCE58",mouseHoldKey:"+ {key} \uB2E8\uB77D \uBC88\uC5ED/\uBCF5\uC6D0\uD558\uAE30",mouseHoldKeyAuto:"\uB2E8\uB77D\uC758 \uC9C1\uC811 \uBC88\uC5ED",mouseHoldKeyOff:"\uC544\uBB34\uAC83\uB3C4 \uD558\uC9C0 \uB9C8\uC138\uC694.",mouseHoldKeyOther:"\uC0AC\uC6A9\uC790 \uC9C0\uC815 \uBC14\uB85C \uAC00\uAE30(\uC124\uC815 \uC5F4\uAE30)",mouseHoldKeyCustomKey:"{key} \uB2E8\uB77D\uC758 \uBC88\uC5ED/\uCD95\uC18C",mouseHoverHoldKey:"\uBC14\uB85C \uAC00\uAE30 \uD0A4\uB97C \uB204\uB978 \uC0C1\uD0DC\uC5D0\uC11C \uB9C8\uC6B0\uC2A4\uB97C \uAC00\uB9AC\uD0A4\uBA74 \uB2E8\uB77D\uC774 \uBC88\uC5ED\uB429\uB2C8\uB2E4.","mouse-translate":"\uB9C8\uC6B0\uC2A4 \uD638\uBC84",document:"(\uCEF4\uD4E8\uD130) \uD30C\uC77C",resetSuccess:"\uBAA8\uB4E0 \uC124\uC815 \uC7AC\uC124\uC815\uC5D0 \uC131\uACF5",resetThisSuccess:"\uC7AC\uC124\uC815 \uC131\uACF5",saved:"\uC800\uC7A5 \uC131\uACF5",successImportConfig:"\uC131\uACF5\uC801\uC73C\uB85C \uAC00\uC838\uC628 \uAD6C\uC131",goAdvancedSettings:"\uACE0\uAE09 \uC124\uC815 \uD398\uC774\uC9C0\uB85C \uC774\uB3D9\uD569\uB2C8\uB2E4.",goAdvancedInterfaceSettings:"\uACE0\uAE09 \uC0AC\uC6A9\uC790 \uC9C0\uC815 \uC124\uC815 \uD398\uC774\uC9C0\uB85C \uC774\uB3D9\uD569\uB2C8\uB2E4.",advanced:"\uACE0\uAE09 \uC124\uC815",advancedDescription:"\uC77C\uBC18\uC801\uC73C\uB85C \uC124\uC815\uC774 \uD544\uC694\uD558\uC9C0 \uC54A\uC73C\uBA70 \uAE30\uBCF8\uAC12\uC744 \uADF8\uB300\uB85C \uB450\uBA74 \uB429\uB2C8\uB2E4. \uBCF4\uB2E4 \uC804\uBB38\uC801\uC778 \uC0AC\uC6A9\uC790\uB9CC \uAC1C\uC778\uD654\uB41C \uC124\uC815\uC744 \uC0AC\uC6A9\uD560 \uC218 \uC788\uC2B5\uB2C8\uB2E4.",developer:"\uAC1C\uBC1C\uC790 \uC124\uC815",donateCafe:"\uAC00\uACA9","translate to the bottom of the page":"\uD398\uC774\uC9C0\uC5D0 \uB4E4\uC5B4\uAC00\uBA74 \uBC14\uB85C \uD398\uC774\uC9C0 \uD558\uB2E8\uC73C\uB85C \uBC88\uC5ED\uB418\uB098\uC694?",feedback:"\uC9C8\uBB38 \uD53C\uB4DC\uBC31",toggleTranslatePage:"\uD398\uC774\uC9C0 \uBC88\uC5ED/\uC6D0\uBB38 \uD45C\uC2DC",translateToThePageEndImmediatelyDescription:"\uC774 \uAE30\uB2A5\uC744 \uCF1C\uBA74 \uC785\uB825\uD558\uB294 \uC989\uC2DC \uD398\uC774\uC9C0\uC758 \uC704\uCABD\uC5D0\uC11C \uC544\uB798\uCABD\uC73C\uB85C \uCF58\uD150\uCE20\uAC00 \uBC88\uC5ED\uB429\uB2C8\uB2E4. \uB044\uBA74 \uC77D\uB294 \uB300\uB85C \uBC88\uC5ED\uB429\uB2C8\uB2E4. (\uAD8C\uC7A5\uD558\uC9C0 \uC54A\uC74C)","translate all areas of the page":"\uD398\uC774\uC9C0\uC758 \uBAA8\uB4E0 \uC601\uC5ED\uC744 \uBC88\uC5ED\uD560\uC9C0 \uC5EC\uBD80",translationAreaDescription:"\uCF1C\uBA74 \uC804\uCCB4 \uC6F9 \uD398\uC774\uC9C0\uC758 \uBAA8\uB4E0 \uC601\uC5ED\uC774 \uBC88\uC5ED\uB429\uB2C8\uB2E4. \uB044\uBA74 \uAE30\uBCF8 \uC2A4\uB9C8\uD2B8 \uC778\uC2DD\uC774 \uC0AC\uC6A9\uB418\uBA70 \uC8FC\uC694 \uC601\uC5ED\uB9CC \uBC88\uC5ED\uB429\uB2C8\uB2E4. (\uCF1C\uC9C0 \uC54A\uB294 \uAC83\uC774 \uC88B\uC2B5\uB2C8\uB2E4.)","the number of characters to be translated first":"\uBCF4\uAE30 \uC601\uC5ED\uC73C\uB85C \uC2A4\uD06C\uB864\uD560 \uB54C\uAE4C\uC9C0 \uAE30\uB2E4\uB9AC\uC9C0 \uC54A\uACE0 \uD398\uC774\uC9C0\uC758 \uCC98\uC74C \uBA87 \uBB38\uC790\uB97C \uBC14\uB85C \uBC88\uC5ED\uD569\uB2C8\uB2E4.","interface language":"\uC778\uD130\uD398\uC774\uC2A4 \uC5B8\uC5B4","display both the original text and the translation":"\uC6D0\uBCF8\uACFC \uBC88\uC5ED\uBCF8 \uB3D9\uC2DC \uD45C\uC2DC","keyboard shortcuts":"\uD0A4\uBCF4\uB4DC \uB2E8\uCD95\uD0A4",modify:"\uBC14\uB85C \uAC00\uAE30 \uD0A4 \uC218\uC815",reset:"\uC7AC\uD504\uB85C\uBE44\uC800\uB2DD",close:"\uC751\uACE0",homepage:"\uD648\uD398\uC774\uC9C0",more:"\uB354 \uBCF4\uAE30",moreOptions:"\uB354 \uB9CE\uC740 \uC0AC\uC6A9\uC790 \uC9C0\uC815 \uC635\uC158 \uD655\uC7A5",translateTheWholePage:"\uD398\uC774\uC9C0\uC758 \uBAA8\uB4E0 \uC601\uC5ED \uBC88\uC5ED(\uC8FC\uC694 \uC601\uC5ED\uB9CC \uC9C0\uB2A5\uC801\uC73C\uB85C \uC778\uC2DD\uD558\uB294 \uAC83\uC774 \uC544\uB2C8\uB77C)",changeToTranslateTheWholePage:"\uBAA8\uB4E0 \uC9C0\uC5ED \uBC88\uC5ED\uC73C\uB85C \uC804\uD658",changeToTranslateTheMainPage:"\uAE30\uBCF8 \uC601\uC5ED \uBC88\uC5ED\uC73C\uB85C \uC804\uD658",changeToOnlyTranslationMode:"\uBC88\uC5ED\uB9CC \uD45C\uC2DC\uD558\uB3C4\uB85D \uD1A0\uAE00",changeToDualTranslationMode:"\uC774\uC911 \uC5B8\uC5B4 \uBC88\uC5ED\uC73C\uB85C \uC804\uD658",translateToThePageEndImmediately:"\uD398\uC774\uC9C0 \uD558\uB2E8\uC73C\uB85C \uC989\uC2DC \uBC88\uC5ED\uD558\uAE30",translateTheMainPage:"\uC9C0\uB2A5\uD615 \uBC88\uC5ED \uC8FC\uC694 \uC9C0\uC5ED","The local rules are up to date":"\uB85C\uCEEC \uC801\uC751 \uADDC\uCE59\uC740 \uCD5C\uC2E0 \uC0C1\uD0DC\uC785\uB2C8\uB2E4.","Successfully synchronized with the latest official rules:":"\uCD5C\uC2E0 \uACF5\uC2DD \uC801\uC751 \uADDC\uCE59\uACFC \uC131\uACF5\uC801\uC73C\uB85C \uB3D9\uAE30\uD654\uB418\uC5C8\uC2B5\uB2C8\uB2E4.","Checking for updates":"\uC5C5\uB370\uC774\uD2B8 \uD655\uC778","Rules are being synchronized":"\uC801\uC751 \uADDC\uCE59 \uB3D9\uAE30\uD654 \uC911",localVersionIsTooOld:"\uB85C\uCEEC \uD655\uC7A5 \uD504\uB85C\uADF8\uB7A8 \uBC84\uC804\uC774 \uB108\uBB34 \uC624\uB798\uB418\uC5C8\uC73C\uBBC0\uB85C \uB3D9\uAE30\uD654\uB97C \uC2DC\uB3C4\uD558\uAE30 \uC804\uC5D0 \uD655\uC7A5 \uD504\uB85C\uADF8\uB7A8\uC744 {minVersion} \uC774\uC0C1\uC73C\uB85C \uC5C5\uADF8\uB808\uC774\uB4DC\uD558\uC138\uC694.",badUserscriptBrowser:"\uD604\uC7AC \uBE0C\uB77C\uC6B0\uC800\uB294 \uADF8\uB9AC\uC2A4\uBABD\uD0A4 \uD655\uC7A5 \uC778\uD130\uD398\uC774\uC2A4\uB97C \uC62C\uBC14\uB974\uAC8C \uAD6C\uD604\uD558\uC9C0 \uC54A\uC73C\uBBC0\uB85C(\uC608: \uADF8\uB9AC\uC2A4\uBABD\uD0A4 \uC2A4\uD06C\uB9BD\uD2B8 \uC790\uCCB4\uC758 \uBC84\uC804 \uBC88\uD638\uC5D0 \uB300\uD55C \uC815\uBCF4\uB97C \uC5BB\uC73C\uB824\uBA74), \uD30C\uC774\uC5B4\uD3ED\uC2A4 \uB4F1 <1>\uADF8\uB9AC\uC2A4\uBABD\uD0A4 \uD655\uC7A5 \uAE30\uB2A5\uC744 \uC9C0\uC6D0\uD558\uB294 \uB2E4\uB978 \uBE0C\uB77C\uC6B0\uC800\uB97C \uC0AC\uC6A9\uD558\uC2DC\uAE30 \uBC14\uB78D\uB2C8\uB2E4.",foundNewVersion:"\uC0C8 \uBC84\uC804 \uC54C\uC544\uBCF4\uAE30",theLocalExtensionIsUpToUpdate:"\uD604\uC7AC \uD655\uC7A5 \uD504\uB85C\uADF8\uB7A8\uC774 \uCD5C\uC2E0 \uBC84\uC804\uC785\uB2C8\uB2E4.",failToSyncRules:"\uCD5C\uC2E0 \uC801\uC751 \uADDC\uCE59\uC744 \uB3D9\uAE30\uD654\uD558\uC9C0 \uBABB\uD568",retry:"\uB2E4\uC2DC \uC2DC\uB3C4\uD558\uB824\uBA74 \uC5EC\uAE30\uB97C \uD074\uB9AD\uD558\uC138\uC694.",failedReason:"\uC2E4\uD328 \uC774\uC720",currentRuleVersion:"\uD604\uC7AC \uADDC\uCE59 \uBC84\uC804",calculating:"\uACC4\uC0B0",unknownError:"\uC54C \uC218 \uC5C6\uB294 \uC624\uB958",canNotFetchRemoteRule:"\uC6D0\uACA9 \uADDC\uCE59\uC744 \uAC00\uC838\uC62C \uC218 \uC5C6\uC74C",enableAlphaSuccess:"\uC54C\uD30C \uC0AC\uC6A9",disableAlphaSuccess:"\uC54C\uD30C \uAE30\uB2A5\uC774 \uAEBC\uC838 \uC788\uC2B5\uB2C8\uB2E4.",cacheSize:"\uCE90\uC2DC \uD06C\uAE30\uFF1A",cleaning:"\uCCAD\uC0B0 \uACFC\uC815\uC5D0\uC11C",cleanCache:"\uCE90\uC2DC \uC9C0\uC6B0\uAE30",options:"\uC124\uC815",about:"\uB2E4\uC74C\uACFC \uAD00\uB828\uD558\uC5EC",service:"\uD1B5\uC5ED \uC11C\uBE44\uC2A4",needAction:"(\uC124\uC815\uC73C\uB85C \uC774\uB3D9)",goSettings:"\uACC4\uC18D\uD574\uC11C \uC124\uC815\uD558\uC138\uC694.",needActionForOptions:"(\uC124\uC815 \uC608\uC815)",translationEngine:"\uC5D4\uC9C4 \uC635\uC158",sourceLanguage:"\uC6D0\uBCF8 \uC5B8\uC5B4",target:"\uB300\uC0C1 \uC5B8\uC5B4",popupSourceLanguage:"\uC6D0\uBCF8 \uC5B8\uC5B4",popupTarget:"\uB300\uC0C1 \uC5B8\uC5B4",popupService:"\uD1B5\uC5ED \uC11C\uBE44\uC2A4",forThisSite:"\uD604\uC7AC \uC6F9\uC0AC\uC774\uD2B8",autoEnableSubtitle:"\uC774\uC911 \uC5B8\uC5B4 \uC790\uB9C9 \uC790\uB3D9 \uC5F4\uAE30",alwaysTranslate:"\uD56D\uC0C1 \uBC88\uC5ED",neverTranslate:"\uBC88\uC5ED \uAE08\uC9C0",alwaysTranslateSomeLanguage:"\uD56D\uC0C1 \uBC88\uC5ED {language}",neverTranslateSomeLanguage:"\uBC88\uC5ED \uAE08\uC9C0 {language}",alwaysTranslateSomeSite:"\uD56D\uC0C1 \uBC88\uC5ED {hostname}",neverTranslateSomeSite:"\uBC88\uC5ED \uAE08\uC9C0 {hostname}",alwaysTranslateSomeSiteOrWildSite:"\uD56D\uC0C1 \uC0AC\uC774\uD2B8 \uBC88\uC5ED",alwaysTranslateSomePage:"\uD56D\uC0C1 \uD398\uC774\uC9C0 \uBC88\uC5ED",add:"\uC99D\uAC00",default:"\uAE30\uBCF8\uAC12(\uC124\uC815)",forThisLanguage:"\uC774 \uC5B8\uC5B4\uC758 \uACBD\uC6B0\uFF1A","add url":"URL \uC785\uB825",edit:"\uCEF4\uD30C\uC77C\uB7EC","translate other languages into specific language":"\uB2E4\uB978 \uC5B8\uC5B4\uB97C \uC124\uC815\uD55C \uC5B8\uC5B4\uB85C \uBC88\uC5ED","select translation service":"\uBC88\uC5ED \uC11C\uBE44\uC2A4 \uC120\uD0DD",language:"\uB2E4\uAD6D\uC5B4 \uC9C0\uC6D0","show-original":"\uC6D0\uBCF8 \uD14D\uC2A4\uD2B8 \uD45C\uC2DC",translate:"\uB80C\uB354\uB9C1",Translated:"\uBC88\uC5ED\uB428",Translating:"\uBC88\uC5ED \uC911",Error:"\uC798\uBABB\uB41C",allowCacheTranslations:"\uB85C\uCEEC \uBC88\uC5ED \uCE90\uC2F1 \uC0AC\uC6A9(\uC911\uBCF5 \uAD6C\uC808\uC5D0 \uB300\uD55C \uBC88\uC5ED \uC694\uCCAD\uC744 \uC904\uC774\uAE30 \uC704\uD574)","translation display":"\uBC88\uC5ED \uD45C\uC2DC \uC2A4\uD0C0\uC77C","select diplay style":"\uB2E4\uC74C \uC608\uC2DC\uB97C \uAD6C\uCCB4\uC801\uC73C\uB85C \uCC38\uC870\uD558\uC5EC \uBC88\uC5ED \uC2A4\uD0C0\uC77C\uC744 \uAD6C\uBD84\uD558\uC138\uC694.",interface:"\uC778\uD130\uD398\uC774\uC2A4 \uC124\uC815",import_export:"\uAC00\uC838\uC624\uAE30/\uB0B4\uBCF4\uB0B4\uAE30",import_export_title:"\uAD6C\uC131 \uAC00\uC838\uC624\uAE30/\uB0B4\uBCF4\uB0B4\uAE30",syncToGoogleDrive:"\uC9C0\uAE08 Google \uB4DC\uB77C\uC774\uBE0C\uC640 \uB3D9\uAE30\uD654",floatBallOptions:"\uD638\uBC84\uBCFC \uC124\uC815","floatBallOptions.enable":"\uD638\uBC84\uBCFC \uD65C\uC131\uD654","floatBallOptions.blockUrls":"\uC6F9\uC0AC\uC774\uD2B8 \uBE44\uD65C\uC131\uD654","floatBallOptions.add":"\uC99D\uAC00","floatBallOptions.blockUrlDesc":"\uB2E4\uC74C \uC6F9\uC0AC\uC774\uD2B8\uC5D0\uC11C\uB294 \uD638\uBC84\uBCFC\uC774 \uD45C\uC2DC\uB418\uC9C0 \uC54A\uC2B5\uB2C8\uB2E4.","floatBallOptions.clickType":"\uD074\uB9AD \uB3D9\uC791","floatBallOptions.clickTypeDesc":"\uD074\uB9AD \uC2DC \uD638\uBC84\uBCFC \uC544\uC774\uCF58 \uB3D9\uC791","floatBallOptions.clickPopup":"\uBC88\uC5ED \uD328\uB110 \uD45C\uC2DC","floatBallOptions.clickTranslate":"\uC6D0\uBCF8 \uD14D\uC2A4\uD2B8 \uBC88\uC5ED/\uD45C\uC2DC","floatBallOptions.fixedPosition":"\u56FA\u5B9A\u4F4D\u7F6E","floatBallOptions.fixedPositionDesc":"\u60AC\u6D6E\u7403\u5728\u7A97\u53E3\u5DE6\u4FA7\u8FD8\u662F\u53F3\u4FA7","floatBallOptions.fixedPositionLeft":"\u5DE6\u4FA7","floatBallOptions.fixedPositionRight":"\u53F3\u4FA7",previewAllThemes:"\uBAA8\uB4E0 \uC2A4\uD0C0\uC77C \uBBF8\uB9AC\uBCF4\uAE30","translationTheme.none":"\uAC00\uC9C0\uACE0 \uC788\uC9C0 \uC54A\uB2E4","translationTheme.grey":"\uC9D9\uC740 \uD68C\uC0C9","translationTheme.dashed":"\uC810\uC120 \uBC11\uC904","translationTheme.dotted":"\uC810\uC120 \uBC11\uC904","translationTheme.dashedBorder":"\uC810\uC120 \uD14C\uB450\uB9AC","translationTheme.solidBorder":"\uC2E4\uC120 \uD14C\uB450\uB9AC","translationTheme.underline":"\uC9C1\uC120\uC5D0 \uBC11\uC904","translationTheme.mask":"\uD37C\uC9C0 \uD6A8\uACFC(\uD559\uC2B5 \uBAA8\uB4DC)","translationTheme.opacity":"\uD22C\uBA85\uC131 \uD6A8\uACFC","translationTheme.paper":"\uD770 \uC885\uC774 \uADF8\uB9BC\uC790 \uD6A8\uACFC","translationTheme.dividingLine":"\uAD6C\uBD84\uC120","translationTheme.highlight":"\uB192\uC740 \uBC1D\uAE30","translationTheme.marker":"\uB9C8\uCEE4(\uC678\uB798\uC5B4)","translationTheme.marker2":"\uB9C8\uCEE4 2","translationTheme.blockquote":"\uCC38\uC870 \uC2A4\uD0C0\uC77C","translationTheme.weakening":"\uC57D\uD654","translationTheme.italic":"\uAE30\uC6B8\uC5B4\uC9C0\uB294 \uC11C\uCCB4","translationTheme.bold":"\uB450\uAECD\uAC8C","translationTheme.thinDashed":"\uAC00\uB294 \uC810\uC120 \uBC11\uC904","translationTheme.nativeDashed":"\uC2DC\uC2A4\uD15C\uC5D0\uB294 \uC810\uC120\uC73C\uB85C \uD45C\uC2DC\uB41C \uBC11\uC904\uC774 \uC788\uC2B5\uB2C8\uB2E4.","translationTheme.nativeDotted":"\uC2DC\uC2A4\uD15C\uC5D0\uB294 \uC810\uC120\uC73C\uB85C \uBC11\uC904\uC774 \uADF8\uC5B4\uC838 \uC788\uC2B5\uB2C8\uB2E4.","translationTheme.nativeUnderline":"\uC2DC\uC2A4\uD15C\uC5D0\uB294 \uC9C1\uC120 \uBC11\uC904\uC774 \uC788\uC2B5\uB2C8\uB2E4.","translationTheme.wavy":"\uBB3C\uACB0 \uBAA8\uC591 \uB77C\uC778","translationServices.custom":"\uC0AC\uC6A9\uC790 \uC9C0\uC815 API","translationServices.tencent":"\uD150\uC13C\uD2B8 \uBC88\uC5ED\uAE30","translationServices.tenAlpha":"\uD150\uC13C\uD2B8 \uBC88\uC5ED\uAE30(\uC54C\uD30C)","translationServices.google":"Google \uBC88\uC5ED","translationServices.bai":"\uBC14\uC774\uB450(\uC54C\uD30C)","translationServices.baidu":"\uBC14\uC774\uB450 \uBC88\uC5ED","translationServices.aliyun":"\uC54C\uB9AC\uD074\uB77C\uC6B0\uB4DC \uBC88\uC5ED","translationServices.volc":"\uD654\uC0B0 \uBC88\uC5ED","translationServices.deeplx":"DeepLX(\uBCA0\uD0C0)","translationServices.bing":"Microsoft \uBC88\uC5ED","translationServices.deepl":"DeepL","translationServices.wechat":"\uC704\uCC57 \uBC88\uC5ED","translationServices.azure":"Azure \uBC88\uC5ED","translationServices.ibm":"IBM \uC653\uC2A8","translationServices.aws":"\uC544\uB9C8\uC874 \uBC88\uC5ED","translationServices.mock":"\uC2DC\uBBAC\uB808\uC774\uC158 \uBC88\uC5ED","translationServices.mock2":"\uC2DC\uBBAC\uB808\uC774\uC158 \uBC88\uC5ED 2","translationServices.caiyun":"\uC870\uBA85. \uB2E4\uCC44\uB85C\uC6B4 \uAD6C\uB984\uACFC \uC791\uC740 \uBC88\uC5ED","translationServices.cai":"\uB2E4\uCC44\uB85C\uC6B4 \uAD6C\uB984(\uC54C\uD30C)","translationServices.volcAlpha":"\uD654\uC0B0 (\uC54C\uD30C)","translationServices.openl":"OpenL","translationServices.youdao":"\uC720\uD29C\uBE0C \uBC88\uC5ED","translationServices.you":"\uC720\uB2E4\uC624 \uBC88\uC5ED\uAE30(\uC54C\uD30C)","translationServices.transmart":"\uD150\uC13C\uD2B8 \uC778\uD130\uB799\uD2F0\uBE0C \uBC88\uC5ED","translationServices.niu":"\uB9E4\uBC84\uB9AD \uBC88\uC5ED\uAE30","translationServices.papago":"\uD30C\uD30C\uACE0 \uBC88\uC5ED","translationServices.d":"D(\uC54C\uD30C)","translationServices.dpro":"D \uD504\uB85C(\uCE74\uB098\uB9AC\uC544)","translationServices.openai":"OpenAI","translationServices.yandex":"Yandex","translationServices.chatgpt":"ChatGPT \uC6F9(3.5 \uBAA8\uBC14\uC77C)","translate title":"\uD398\uC774\uC9C0 \uC81C\uBAA9 \uBC88\uC5ED","always languages":"\uD56D\uC0C1 \uC5B8\uC5B4 \uBC88\uC5ED",neverTranslateLanguagesLabel:"\uBC88\uC5ED\uB418\uC9C0 \uC54A\uB294 \uC5B8\uC5B4",neverTranslateTheFollowingLanguagesDescription:"\uD398\uC774\uC9C0\uC758 \uB2E8\uB77D\uC774 \uB2E4\uC74C \uC5B8\uC5B4 \uC911 \uD558\uB098\uC778 \uACBD\uC6B0 \uBC88\uC5ED\uC774 \uAC74\uB108\uB6F0\uC5B4\uC9D1\uB2C8\uB2E4.",enableUserscriptPagePopup:"\uD398\uC774\uC9C0\uC5D0 \uD638\uBC84\uBCFC \uD45C\uC2DC",enableUserscriptPagePopupDescription:"\uD638\uBC84\uBCFC\uC744 \uB044\uACE0 \uB098\uBA74 \uBC14\uB85C \uAC00\uAE30 /{touch}\uB85C \uBD88\uB7EC\uC62C \uC218 \uC788\uC2B5\uB2C8\uB2E4. \uC2E4\uC218\uB85C \uC774 \uC635\uC158\uC744 \uB048 \uD6C4 \uD638\uBC84\uBCFC\uC744 \uCC3E\uC9C0 \uBABB\uD558\uB294 \uACBD\uC6B0\uB97C \uBC29\uC9C0\uD558\uAE30 \uC704\uD574 \uC774 \uC124\uC815 \uD398\uC774\uC9C0\uB97C \uBD81\uB9C8\uD06C\uC5D0 \uCD94\uAC00\uD558\uB294 \uAC83\uC774 \uC88B\uC2B5\uB2C8\uB2E4!","always translate the following languages":"\uD398\uC774\uC9C0\uAC00 \uB2E4\uC74C \uC5B8\uC5B4 \uC911 \uD558\uB098\uC778 \uACBD\uC6B0 \uB300\uC0C1 \uC5B8\uC5B4\uB85C \uC790\uB3D9 \uBC88\uC5ED\uB429\uB2C8\uB2E4.","always sites":"\uD56D\uC0C1 \uBC88\uC5ED\uB41C \uC6F9 \uC0AC\uC774\uD2B8","always translate the following sites":"\uC6F9 \uC0AC\uC774\uD2B8\uAC00 \uB2E4\uC74C \uB3C4\uBA54\uC778 \uC774\uB984\uC778 \uACBD\uC6B0 \uB300\uC0C1 \uC5B8\uC5B4\uB85C \uC790\uB3D9 \uBC88\uC5ED\uB429\uB2C8\uB2E4.","never sites":"\uBC88\uC5ED\uB418\uC9C0 \uC54A\uC740 \uC6F9 \uC0AC\uC774\uD2B8","never translate the following sites":"\uC6F9\uC0AC\uC774\uD2B8\uAC00 \uB2E4\uC74C \uB3C4\uBA54\uC778\uC6A9\uC778 \uACBD\uC6B0 \uBC88\uC5ED\uC774 \uC218\uD589\uB418\uC9C0 \uC54A\uC2B5\uB2C8\uB2E4.","please refer to":"\uD0A4\uB97C \uC0AC\uC6A9\uD558\uB824\uBA74 \uD0A4\uB97C \uC785\uB825\uD574\uC57C \uD558\uBA70, \uC790\uC138\uD55C \uB0B4\uC6A9\uC740 \uB2E4\uC74C\uC744 \uCC38\uC870\uD558\uC138\uC694.",KeyAndConfigurationTutorial:"\uC8FC\uC694 \uC560\uD50C\uB9AC\uCF00\uC774\uC158 \uBC0F \uAD6C\uC131 \uD29C\uD1A0\uB9AC\uC5BC",useAboveStyleForTheseSites:"\uB2E4\uC74C \uB3C4\uBA54\uC778\uC744 \uC704\uD55C \uC0AC\uC774\uD2B8\uC778 \uACBD\uC6B0 \uD56D\uC0C1 \u2308{theme}\u230B \uBC88\uC5ED \uC2A4\uD0C0\uC77C\uC744 \uC0AC\uC6A9\uD558\uC138\uC694.",currentUrl:"\uD604\uC7AC URL",confirm:"\uC800\uC7A5(\uD30C\uC77C \uB4F1)(\uCEF4\uD4E8\uD305)",cancel:"\uCDE8\uC18C",delete:"\uC81C\uAC70","languages.auto":"\uC790\uB3D9 \uAC10\uC9C0",syncToCloud:"Google \uB4DC\uB77C\uC774\uBE0C\uC5D0 \uB3D9\uAE30\uD654",syncToCloudDescription:"\uD074\uB77C\uC6B0\uB4DC\uC5D0 \uC5C5\uB85C\uB4DC\uB41C \uAD6C\uC131\uC740 \uB9C8\uC9C0\uB9C9\uC73C\uB85C \uC218\uC815\uB41C \uBE0C\uB77C\uC6B0\uC800/\uADF8\uB9AC\uC2A4\uBABD\uD0A4 \uC2A4\uD06C\uB9BD\uD2B8 \uAC04\uC5D0 \uB3D9\uAE30\uD654\uD560 \uC218 \uC788\uC2B5\uB2C8\uB2E4.",syncToAccount:"\uBAB0\uC785\uD615 \uBC88\uC5ED \uD074\uB77C\uC6B0\uB4DC\uC5D0 \uB3D9\uAE30\uD654",syncToAccountButton:"\uD074\uB77C\uC6B0\uB4DC\uC640 \uC989\uC2DC \uB3D9\uAE30\uD654",syncToAccountDescription:"\uB9C8\uC9C0\uB9C9\uC73C\uB85C \uC218\uC815\uD55C \uC2DC\uAC04\uC744 \uAE30\uC900\uC73C\uB85C \uC11C\uB85C \uB2E4\uB978 \uC7A5\uCE58 \uAC04\uC5D0 \uAD6C\uC131\uC744 \uC790\uB3D9\uC73C\uB85C \uB3D9\uAE30\uD654\uD569\uB2C8\uB2E4.",successSyncConfigInAccount:"\uD074\uB77C\uC6B0\uB4DC\uC640\uC758 \uC131\uACF5\uC801\uC778 \uB3D9\uAE30\uD654",successSyncConfigToAccount:"\uD074\uB77C\uC6B0\uB4DC\uC5D0 \uC131\uACF5\uC801\uC73C\uB85C \uB3D9\uAE30\uD654",syncConfigNoUpdate:"\uC774\uBBF8 \uCD5C\uC2E0 \uBC84\uC804\uC785\uB2C8\uB2E4.",authFail:"\uC778\uC99D \uC2E4\uD328",syncTitle:"\uC218\uB3D9 \uBC31\uC5C5 \uAD00\uB9AC",import_hint:"\uAC00\uC838\uC624\uAE30(\uB370\uC774\uD130)",upload:"\uC5C5\uB85C\uB4DC",revokeAuth:"\uC2B9\uC778 \uCDE8\uC18C",uploadFail:"\uC5C5\uB85C\uB4DC \uC2E4\uD328",download:"\uB2E4\uC6B4\uB85C\uB4DC",importSuccess:"\uAC00\uC838\uC624\uAE30 \uC131\uACF5",importFail:"\uAC00\uC838\uC624\uAE30 \uC2E4\uD328",deleteFail:"\uC0AD\uC81C\uD558\uC9C0 \uBABB\uD568",backupToCloud:"\uBC31\uC5C5 \uD30C\uC77C \uC218\uB3D9 \uAD00\uB9AC",create_new_backup:"\uC0C8 \uBC31\uC5C5 \uB178\uB4DC \uCD94\uAC00",maxBackupFiles:"\uCD5C\uB300{count}\uAC1C\uC758 \uC11C\uB85C \uB2E4\uB978 \uB178\uB4DC\uB97C \uBC31\uC5C5\uD560 \uC218 \uC788\uC73C\uBA70, \uD544\uC694\uD558\uC9C0 \uC54A\uC740 \uB178\uB4DC\uB294 \uC0AD\uC81C\uD558\uC138\uC694.",backupToCloudDescription:"\uBC31\uC5C5 \uD30C\uC77C\uC744 \uC218\uB3D9\uC73C\uB85C \uC5C5\uB85C\uB4DC\uD558\uAC70\uB098 \uBCF5\uC6D0\uD558\uC5EC \uCD5C\uB300 3\uAC1C\uC758 \uC11C\uB85C \uB2E4\uB978 \uBC31\uC5C5 \uD5C8\uC6A9",successSyncConfig:"\uD074\uB77C\uC6B0\uB4DC\uC640\uC758 \uC131\uACF5\uC801\uC778 \uB3D9\uAE30\uD654",syncFail:"\uB3D9\uAE30\uD654 \uC2E4\uD328",updatedAt:"{date}\uC5D0\uC11C \uC5C5\uB370\uC774\uD2B8\uB428",lastSyncedAt:"\uCD5C\uC885 \uD655\uC778: {date}",downloadFail:"\uB2E4\uC6B4\uB85C\uB4DC\uC5D0 \uC2E4\uD328\uD588\uC2B5\uB2C8\uB2E4.",clickToDownload:"\uB2E4\uC6B4\uB85C\uB4DC\uD558\uB824\uBA74 \uD074\uB9AD",aboutLabel:"\uC815\uBCF4 - \uD53C\uB4DC\uBC31","browser.openAboutPage":"\uC815\uBCF4/\uD53C\uB4DC\uBC31",aboutLabelWithoutSponsor:"\uC815\uBCF4 - \uD53C\uB4DC\uBC31",aboutIntro:"\uC6B0\uB9AC \uBAA8\uB450\uAC00 \uC778\uD130\uB137\uC758 \uBC29\uB300\uD55C \uC678\uAD6D\uC5B4 \uC815\uBCF4\uC5D0 \uB354 \uC27D\uACE0 \uC990\uAC81\uAC8C \uC561\uC138\uC2A4\uD560 \uC218 \uC788\uAE30\uB97C \uBC14\uB78D\uB2C8\uB2E4 \u2764\uFE0F <6>Pro \uBA64\uBC84\uC2ED\uC744 \uD65C\uC131\uD654\uD558\uC5EC \uBC14\uB85C \uC0AC\uC6A9\uD560 \uC218 \uC788\uB294 DeepL \uBC0F OpenAI \uBC88\uC5ED\uC744 \uC0AC\uC6A9\uD560 \uC218 \uC788\uC2B5\uB2C8\uB2E4.

<3>\uD2B8\uC704\uD130, <4>\uD154\uB808\uADF8\uB7A8, \uC6E8\uC774\uBCF4, \uC704\uCC57\uC5D0\uC11C \uD314\uB85C\uC6B0\uD558\uAC70\uB098 \uC544\uB798 <5>\uBA54\uC77C\uB9C1 \uB9AC\uC2A4\uD2B8\uC5D0 <5>\uAC00\uC785\uD558\uC5EC \uC5C5\uB370\uC774\uD2B8\uB97C \uD655\uC778\uD560 \uC218 \uC788\uC2B5\uB2C8\uB2E4.
<7>\uD504\uB85C \uD68C\uC6D0\uC740 <8>support@immersivetranslate.com \uC73C\uB85C \uBB38\uC758\uD558\uC2DC\uBA74 \uBE60\uB978 \uACE0\uAC1D \uC11C\uBE44\uC2A4\uB97C \uBC1B\uC73C\uC2E4 \uC218 \uC788\uC2B5\uB2C8\uB2E4.",aboutIntroWithoutSponsor:"\uC6B0\uB9AC \uBAA8\uB450\uAC00 \uC778\uD130\uB137\uC5D0\uC11C \uC81C\uACF5\uB418\uB294 \uBC29\uB300\uD55C \uC591\uC758 \uC678\uAD6D\uC5B4 \uC815\uBCF4\uC5D0 \uB354 \uC27D\uACE0 \uC990\uAC81\uAC8C \uC811\uADFC\uD560 \uC218 \uC788\uAE30\uB97C \uBC14\uB78D\uB2C8\uB2E4 \u2764\uFE0F

<3>\uD2B8\uC704\uD130, <4>\uD154\uB808\uADF8\uB7A8 \uCC44\uB110, \uC704\uCC57, \uC704\uCC57 \uC775\uC2A4\uCCB4\uC778\uC9C0\uC5D0\uC11C \uD314\uB85C\uC6B0\uD558\uAC70\uB098 \uC544\uB798 <5>\uC774\uBA54\uC77C\uB85C \uC5C5\uB370\uC774\uD2B8\uB97C <5>\uAD6C\uB3C5\uD560 \uC218 \uC788\uC2B5\uB2C8\uB2E4.",projectHomepage:"\uD504\uB85C\uC81D\uD2B8 \uD648",joinTelegramGroup:"\uC0AC\uC6A9\uC790 \uADF8\uB8F9\uC5D0 \uAC00\uC785\uD558\uC5EC \uAE30\uB2A5 \uD1A0\uB860\uC5D0 \uCC38\uC5EC\uD558\uC138\uC694.",wechatPublicAccount:"\uC704\uCC57 \uACF5\uAC1C",wechatCommunities:"\uC704\uCC57 \uAD50\uD658 \uADF8\uB8F9",qqCommunities:"QQ \uCEE4\uBBA4\uB2C8\uCF00\uC774\uC158 \uCC44\uB110",joinTelegramChannel:"\uD154\uB808\uADF8\uB7A8 \uCC44\uB110 \uD314\uB85C\uC6B0\uD558\uC5EC \uCD5C\uC2E0 \uC5C5\uB370\uC774\uD2B8 \uD655\uC778",feedbackAndJoin:"\uC9C8\uBB38 \uD53C\uB4DC\uBC31 / \uADF8\uB8F9 \uCD94\uAC00",autoSync:"\uC790\uB3D9 \uC2DC\uAC04 \uB3D9\uAE30\uD654",loadingThemeTitle:"\uB85C\uB529 \uC2A4\uD0C0\uC77C",loadingThemeDescription:"\uBC88\uC5ED \uB85C\uB4DC\uB97C \uAE30\uB2E4\uB9B4 \uB54C \uC2A4\uD0C0\uC77C \uC124\uC815\uD558\uAE30","loadingTheme.spinner":"\uD68C\uC804 \uC560\uB2C8\uBA54\uC774\uC158","loadingTheme.text":"\uC815\uC801 \uD14D\uC2A4\uD2B8 sth. ","loadingTheme.none":"\uD45C\uC2DC\uB418\uC9C0 \uC54A\uC74C",developerDescription:"\uACE0\uAE09 \uC0AC\uC6A9\uC790 \uC9C0\uC815\uC5D0 \uB300\uD55C \uBB38\uC11C\uB294 <1>\uC5EC\uAE30\uC5D0\uC11C \uD655\uC778\uD560 \uC218 \uC788\uC2B5\uB2C8\uB2E4.","edit border color":"\uD14C\uB450\uB9AC \uC0C9\uC0C1 \uC218\uC815",successSyncButNoChange:"\uD604\uC7AC \uAD6C\uC131\uC774 \uD074\uB77C\uC6B0\uB4DC\uC640 \uC77C\uCE58\uD569\uB2C8\uB2E4.",customTheme:"\uB9DE\uCDA4\uD615 \uC0C9\uC0C1 \uBC0F \uD06C\uAE30","customThemeLabel.borderColor":"\uD14C\uB450\uB9AC \uC0C9\uC0C1","customThemeLabel.borderRadius":"\uB465\uADFC \uBAA8\uC11C\uB9AC","customThemeLabel.textColor":"\uD14D\uC2A4\uD2B8 \uC0C9\uC0C1","customThemeLabel.backgroundColor":"\uBC30\uACBD\uC0C9","customThemeLabel.zoom":"\uAE00\uAF34 \uD06C\uAE30 \uC870\uC815(%)","customThemeLabel.opacity":"\uD14D\uC2A4\uD2B8 \uBD88\uD22C\uBA85\uB3C4(%)",resetToDefaultColor:"\uAE30\uBCF8 \uC0C9\uC0C1\uC73C\uB85C \uBCF5\uC6D0",resetToDefaultSettings:"\uAE30\uBCF8 \uC124\uC815\uC73C\uB85C \uBCF5\uC6D0",isTranslateTitle:"\uD398\uC774\uC9C0 \uC81C\uBAA9 \uBC88\uC5ED \uC0AC\uC6A9",isTranslateTitleDescription:"\uC804\uC6D0\uC744 \uCF1C\uBA74 \uD398\uC774\uC9C0 \uC81C\uBAA9\uC774 \uBC88\uC5ED\uB429\uB2C8\uB2E4.",enableSearchEnhancement:"\uC774\uC911 \uC5B8\uC5B4 \uBA54\uC2DC\uC9C0 \uD5A5\uC0C1 \uC0AC\uC6A9",enableSearchEnhancementDescription:"\uC774 \uAE30\uB2A5\uC744 \uD65C\uC131\uD654\uD558\uBA74 \uC9C0\uC6D0\uB418\uB294 \uC6F9\uC0AC\uC774\uD2B8(Google \uB274\uC2A4, Google \uAC80\uC0C9(\uC77C\uBD80 \uD0A4\uC6CC\uB4DC), \uC2A4\uB178\uC6B0\uBCFC, \uC624\uB9AC\uC5D4\uD0C8 \uD3EC\uCD98, \uD4E8\uD22C\uB77C, \uD0C0\uC774\uAC70 \uCEE4\uBBA4\uB2C8\uD2F0)\uC758 \uC624\uB978\uCABD \uC5F4\uC5D0 \uD574\uB2F9 \uC601\uC5B4 \uD0A4\uC6CC\uB4DC\uC5D0 \uB300\uD55C 'Google \uB274\uC2A4'\uC758 \uAC80\uC0C9 \uACB0\uACFC\uAC00 \uC790\uB3D9\uC73C\uB85C \uD45C\uC2DC\uB429\uB2C8\uB2E4.",verifyService:"\uC11C\uBE44\uC2A4\uB97C \uD14C\uC2A4\uD2B8\uD558\uB824\uBA74 \uC5EC\uAE30\uB97C \uD074\uB9AD\uD558\uC138\uC694.",verified:"\uC131\uACF5 \uD655\uC778","field.langs":"\uC9C0\uC6D0\uB418\uB294 \uC5B8\uC5B4 \uCF54\uB4DC","field.model":"\uBAA8\uB378\uB9C1","field.translationEngine":"\uBC88\uC5ED \uC5D4\uC9C4","field.limitPerMinute":"\uBD84\uB2F9 \uCD5C\uB300 \uC694\uCCAD \uC218","field.limitPerSecond":"\uCD08\uB2F9 \uCD5C\uB300 \uC694\uCCAD \uC218","field.maxTextLengthPerRequest":"\uC694\uCCAD\uB2F9 \uCD5C\uB300 \uD14D\uC2A4\uD2B8 \uAE38\uC774","field.maxTextGroupLengthPerRequest":"\uC694\uCCAD\uB2F9 \uCD5C\uB300 \uB2E8\uB77D \uC218","field.apiUrl":"\uC0AC\uC6A9\uC790 \uC9C0\uC815 API \uC778\uD130\uD398\uC774\uC2A4 \uC8FC\uC18C","field.placeholderDelimiters":"\uC608\uC57D\uB41C \uC790\uB9AC \uD45C\uC2DC\uC790","description.custom":"\uC0AC\uC6A9\uC790 \uC9C0\uC815 \uC778\uD130\uD398\uC774\uC2A4 \uC561\uC138\uC2A4 \uBB38\uC11C \uD544\uC694","description.limitPerMinute":"\uC774 \uD55C\uB3C4\uB97C \uCD08\uACFC\uD558\uB294 \uC694\uCCAD\uC740 \uB2E4\uC74C \uBD84\uC774 \uC2DC\uC791\uB420 \uB54C\uAE4C\uC9C0 \uB300\uAE30\uC5F4\uC5D0 \uB4E4\uC5B4\uAC11\uB2C8\uB2E4. \uD604\uC7AC OpenAI \uC11C\uBE44\uC2A4\uC758 \uC5EC\uB7EC \uAC00\uC9C0 \uC81C\uD55C \uC0AC\uD56D\uC73C\uB85C \uC778\uD574 <1>\uC5EC\uAE30\uB97C \uD074\uB9AD\uD558\uC5EC \uCD5C\uC2E0 \uC81C\uC548 \uAC12\uC744 \uD655\uC778\uD558\uC138\uC694.","description.limitPerSecond":"\uC774 \uC81C\uD55C\uC744 \uCD08\uACFC\uD558\uB294 \uC694\uCCAD\uC740 \uB2E4\uC74C \uCD08\uAC00 \uC2DC\uC791\uB420 \uB54C\uAE4C\uC9C0 \uB300\uAE30\uC5F4\uC5D0 \uB4E4\uC5B4\uAC11\uB2C8\uB2E4. \uD604\uC7AC OpenAI \uC11C\uBE44\uC2A4\uC758 \uC5EC\uB7EC \uAC00\uC9C0 \uC81C\uD55C \uC0AC\uD56D\uC73C\uB85C \uC778\uD574 <1>\uC5EC\uAE30\uB97C \uD074\uB9AD\uD558\uC5EC \uCD5C\uC2E0 \uC81C\uC548 \uAC12\uC744 \uD655\uC778\uD558\uC138\uC694.","description.generalLimitPerSecond":"\uC774 \uC81C\uD55C\uC744 \uCD08\uACFC\uD558\uB294 \uC694\uCCAD\uC740 \uB2E4\uC74C \uCD08\uAC00 \uC2DC\uC791\uB420 \uB54C\uAE4C\uC9C0 \uB300\uAE30\uC5F4\uC5D0 \uB4E4\uC5B4\uAC11\uB2C8\uB2E4.","description.prompt":"\uC0AC\uC6A9\uC790 \uC2E0\uBD84\uC73C\uB85C {service}\uC5D0 \uBCF4\uB0B8 \uB300\uD654\uC5D0\uC11C {{text}}\uB294 \uB2E8\uB77D\uC758 \uD14D\uC2A4\uD2B8 \uB0B4\uC6A9\uC744 \uB098\uD0C0\uB0B4\uACE0, {{from}}\uC740 \uB2E8\uB77D\uC758 \uC5B8\uC5B4\uB97C \uB098\uD0C0\uB0B4\uBA70, {{to}}\uB294 \uBAA9\uD45C \uC5B8\uC5B4\uB97C \uB098\uD0C0\uB0C5\uB2C8\uB2E4.","description.maxTextLengthPerRequest":"\uC694\uCCAD\uB2F9 \uCD5C\uB300 \uAE00\uC790 \uC218\uAC00 \uB108\uBB34 \uB9CE\uC73C\uBA74 \uC778\uD130\uD398\uC774\uC2A4\uAC00 \uB290\uB9AC\uAC8C \uC751\uB2F5\uD558\uBBC0\uB85C \uC774 \uC635\uC158\uC744 \uC870\uC815\uD558\uC5EC \uC18D\uB3C4\uB97C \uCD5C\uC801\uD654\uD558\uC138\uC694.","description.systemPrompt":"\uC2DC\uC2A4\uD15C\uC73C\uB85C\uC11C OpenAI\uC5D0 \uC804\uC1A1\uB418\uB294 \uB300\uD654\uB85C, {{text}} \uC740 \uB2E8\uB77D\uC758 \uD14D\uC2A4\uD2B8 \uB0B4\uC6A9\uC744 \uB098\uD0C0\uB0B4\uACE0{{from}} \uC740 \uB2E8\uB77D\uC758 \uC5B8\uC5B4\uB97C \uB098\uD0C0\uB0B4\uBA70{{to}} \uC740 \uB300\uC0C1 \uC5B8\uC5B4\uB97C \uB098\uD0C0\uB0C5\uB2C8\uB2E4.","field.domain":"\uC601\uC5ED","description.domain":"\uAE30\uBCF8\uAC12\uC740\uFF1Ageneral\uC785\uB2C8\uB2E4. \uC544\uB9AC\uB9C8 API \uCF58\uC194\uC5D0\uC11C \uB3C4\uBA54\uC778 \uBC88\uC5ED\uC774 \uD65C\uC131\uD654\uB41C \uACBD\uC6B0\uC5D0\uB9CC \uC124\uC815\uD560 \uC218 \uC788\uC73C\uBA70, \uC9C0\uC6D0\uB418\uB294 \uB3C4\uBA54\uC778\uC740 <1>\uC5EC\uAE30\uB97C \uCC38\uC870\uD558\uC138\uC694.","field.scene":"take","description.scene":"\uAE30\uBCF8\uAC12\uC740\uFF1Ageneral\uC785\uB2C8\uB2E4. AliCloud API \uCF58\uC194\uC774 Machine Translation Pro\uB97C \uC5EC\uB294 \uACBD\uC6B0\uC5D0\uB9CC \uC124\uC815\uD560 \uC218 \uC788\uC73C\uBA70, \uC9C0\uC6D0\uB418\uB294 \uC2DC\uB098\uB9AC\uC624\uB294 <1>\uC5EC\uAE30\uB97C \uCC38\uC870\uD558\uC138\uC694.","field.vocabId":"\uC0AC\uC6A9\uC790 \uC0AC\uC804 ID","description.vocabId":"\uC9C0\uC815\uB41C \uC0AC\uC804 out_id\uB294 \uD604\uC7AC \uC601\uC5B4\uC5D0\uC11C \uC911\uAD6D\uC5B4 \uBC88\uC5ED\uC744 \uC9C0\uC6D0\uD569\uB2C8\uB2E4.","description.model":"OpenAI \uBAA8\uB378, gpt-3.5-turbo, gpt-4 \uB4F1 \uAC00\uB2A5","description.maxTextGroupLengthPerRequest":"\uD55C \uBC88\uC5D0 \uBC88\uC5ED \uC11C\uBE44\uC2A4\uB85C \uC804\uC1A1\uB418\uB294 \uB2E8\uB77D \uC218, \uB2E8\uB77D\uC774 \uB108\uBB34 \uB9CE\uC73C\uBA74 \uC778\uD130\uD398\uC774\uC2A4\uAC00 \uB290\uB9AC\uAC8C \uC751\uB2F5\uD560 \uC218 \uC788\uC2B5\uB2C8\uB2E4.","description.apiUrl":"\uACBD\uB85C, <1>\uC790\uC138\uD55C \uC124\uBA85\uC774 \uD3EC\uD568\uB41C \uD2B9\uC815 URL\uC744 \uCD94\uAC00\uD558\uC138\uC694.",enabledExtension:"\uD655\uC7A5 \uAE30\uB2A5 \uC0AC\uC6A9",clickToDisableExtension:"\uD655\uC7A5 \uAE30\uB2A5\uC744 \uBE44\uD65C\uC131\uD654\uD558\uB824\uBA74 \uD074\uB9AD\uD558\uC138\uC694.",clickToEnableExtension:"\uD655\uC7A5 \uAE30\uB2A5\uC744 \uC0AC\uC6A9\uD558\uB824\uBA74 \uD074\uB9AD\uD558\uC138\uC694.",hasBeenDisabled:"disabled","show password":"\uBE44\uBC00\uBC88\uD638 \uD45C\uC2DC",customContent:"\uC0AC\uC6A9\uC790 \uC9C0\uC815 \uBAA8\uB378 \uC774\uB984 \uC785\uB825",inputOptions:"\uC785\uB825 \uC0C1\uC790 \uAC1C\uC120",mouseHoverOptions:"\uB9C8\uC6B0\uC2A4 \uD638\uBC84",modifyMouseHoverKey:"\uB9C8\uC6B0\uC2A4 \uCEE4\uC11C \uBC14\uB85C \uAC00\uAE30 \uC218\uC815",enableInputTranslation:"\uC785\uB825 \uC0C1\uC790 \uD5A5\uC0C1 \uD65C\uC131\uD654 \uC5EC\uBD80",enableInputTranslationDescription:"\uD65C\uC131\uD654\uB418\uBA74 \uC785\uB825 \uC0C1\uC790\uC5D0 {startingKey}{startingKey} hello\uB97C \uC9C1\uC811 \uC785\uB825\uD55C \uB2E4\uC74C{inputTrailingTriggerKeyRepeatTimes}\uBC88{trailingKey}\uC744 \uBE60\uB974\uAC8C \uB20C\uB7EC {inputTargetLanguage}\uC73C\uB85C \uBC88\uC5ED\uD569\uB2C8\uB2E4.",enableInputTranslationDescriptionForNoneKey:"\uD65C\uC131\uD654\uB418\uBA74 \uC785\uB825 \uC0C1\uC790\uC5D0\uFF1AHello World\uB97C \uC9C1\uC811 \uC785\uB825\uD55C \uB2E4\uC74C{inputTrailingTriggerKeyRepeatTimes}{trailingKey}\uC744 \uBE60\uB974\uAC8C \uC5EC\uB7EC \uBC88 \uB20C\uB7EC \uAE30\uBCF8 \uB300\uC0C1 \uC5B8\uC5B4\uB85C \uBC88\uC5ED\uD569\uB2C8\uB2E4.",inputTargetLanguage:"\uC785\uB825 \uC0C1\uC790\uC758 \uAE30\uBCF8 \uB300\uC0C1 \uC5B8\uC5B4 \uC124\uC815",inputTargetLanguageDescription:"\uC785\uB825 \uC0C1\uC790 \uBC88\uC5ED\uC758 \uAE30\uBCF8 \uB300\uC0C1 \uC5B8\uC5B4(\uC608: \uD2B8\uB9AC\uAC70 \uB2E8\uC5B4\uC758 \uAE30\uBCF8 \uC5B8\uC5B4 {startingKey}{startingKey})",inputTargetLanguageDescriptionForNoneKey:"\uC785\uB825 \uC0C1\uC790 \uBC88\uC5ED\uC758 \uAE30\uBCF8 \uB300\uC0C1 \uC5B8\uC5B4",inputStartingTriggerKeyTitle:"\uC785\uB825 \uC0C1\uC790\uC758 \uBD80\uBD84 \uBC88\uC5ED\uC744 \uC704\uD574 \uBD84\uD560 \uBB38\uC790 \uC124\uC815\uD558\uAE30",inputStartingTriggerKeyDescription:"\uC785\uB825 \uC0C1\uC790 \uC804\uCCB4\uB97C \uBC88\uC5ED\uD560 \uD544\uC694\uAC00 \uC5C6\uB294 \uACBD\uC6B0 \uC2A4\uD50C\uB9AC\uD130\uB97C \uC0AC\uC6A9\uD558\uBA74 {startingKey}{startingKey} \uC5D0\uC11C \uC785\uB825 \uC0C1\uC790 \uB05D\uAE4C\uC9C0 \uBD80\uBD84\uB9CC \uBC88\uC5ED\uD558\uAC70\uB098 \uC5B8\uC5B4 \uCF54\uB4DC\uB97C \uC9C0\uC815\uD560 \uC218 \uC788\uC2B5\uB2C8\uB2E4(\uC608:\uFF1A{startingKey}ja \uB294 {startingKey}ja \uC5D0\uC11C \uC785\uB825 \uC0C1\uC790 \uB05D\uAE4C\uC9C0 \uBD80\uBD84\uB9CC \uBC88\uC5ED\uD55C\uB2E4\uB294 \uC758\uBBF8).",inputStartingTriggerKeyDescriptionForNoneKey:"\uD604\uC7AC \uC811\uB450\uC0AC \uC5C6\uC74C \uC124\uC815\uC740 \uD544\uC694\uD558\uC9C0 \uC54A\uC73C\uBA70, \uC785\uB825 \uC0C1\uC790\uC5D0 \uC788\uB294 \uC77C\uBD80 \uD14D\uC2A4\uD2B8\uC758 \uBC88\uC5ED \uAE30\uB2A5\uC740 \uB2F9\uBD84\uAC04 \uC0AC\uC6A9\uD560 \uC218 \uC5C6\uC2B5\uB2C8\uB2E4.",inputTrailingTriggerKeyTitle:"\uC785\uB825 \uC885\uB8CC \uD2B8\uB9AC\uAC70 \uBB38\uC790 \uC120\uD0DD",inputTrailingTriggerKeyDescription:"3\uBC88\uB9CC \uB204\uB974\uBA74{trailingKey} \uBC88\uC5ED\uC774 \uC2DC\uC791\uB429\uB2C8\uB2E4!",inputTrailingTriggerKeyTimeout:"\uC804\uD22C \uC885\uB8CC \uD2B8\uB9AC\uAC70 \uC0AC\uC774\uC758 \uC2DC\uAC04\uC744 \uC785\uB825\uD569\uB2C8\uB2E4.",inputTrailingTriggerKeyTimeoutDescription:"\uC785\uB825 \uC885\uB8CC \uCF64\uBCF4 \uD2B8\uB9AC\uAC70 \uC0AC\uC774\uC758 \uC2DC\uAC04(\uBC00\uB9AC\uCD08)\uC744 \uC124\uC815\uD569\uB2C8\uB2E4.",spaceKey:"<\u7A7A\u683C\u952E>",noneKey:"\uC811\uB450\uC0AC \uC5C6\uC774 \uC804\uCCB4 \uD14D\uC2A4\uD2B8 \uC0C1\uC790\uC758 \uC9C1\uC811 \uBC88\uC5ED",inputTranslationBlockUrlsTitle:"\uB2E4\uC74C URL\uC5D0\uC11C\uB294 \uC785\uB825 \uC0C1\uC790 \uAC1C\uC120 \uAE30\uB2A5\uC744 \uD65C\uC131\uD654\uD558\uC9C0 \uB9C8\uC138\uC694.",inputTranslationBlockUrlsDescription:"\uB2E4\uC74C URL\uC5D0\uC11C\uB294 \uC785\uB825 \uC0C1\uC790 \uAC1C\uC120 \uC0AC\uD56D\uC774 \uC791\uB3D9\uD558\uC9C0 \uC54A\uC2B5\uB2C8\uB2E4.",clickToSeeQuickDemo:"\uD074\uB9AD\uD558\uC5EC 30\uCD08 \uD035 \uD29C\uD1A0\uB9AC\uC5BC \uBE44\uB514\uC624 \uD655\uC7A5\uD558\uAE30",inputHelperInfo:"\uC124\uBA85\uFF1A\uC911\uAD6D\uC5B4 \uC785\uB825 \uBC29\uC2DD\uC5D0 \uB530\uB77C \uC77C\uBD80 \uD2B8\uB9AC\uAC70 \uBB38\uC790\uAC00 \uC911\uAD6D\uC5B4 \uBB38\uC7A5 \uBD80\uD638\uB85C \uBC14\uB00C\uB294 \uAC83\uC744 \uCD5C\uC801\uD654\uD588\uC2B5\uB2C8\uB2E4(\uC608: /\uB294 \uC18C\uAD6C \uC785\uB825 \uBC29\uC2DD\uC5D0 \uB530\uB77C \uB454 \uBD80\uD638\uB85C \uBC14\uB01C). \uBAB0\uC785\uD615 \uBC88\uC5ED\uAE30\uB294 \uD2B8\uB9AC\uAC70 \uBB38\uC790\uC5D0 \uD574\uB2F9\uD558\uB294 \uBAA8\uB4E0 \uC911\uAD6D\uC5B4 \uAE30\uD638, \uC989 //,,, \uB97C \uD2B8\uB9AC\uAC70 \uBB38\uC790\uB85C \uC778\uC2DD\uD560 \uC218 \uC788\uB3C4\uB85D \uC9C0\uC6D0\uD569\uB2C8\uB2E4.

\uB610\uD55C \uC5B8\uC5B4 \uCF54\uB4DC\uC5D0 \uC911\uAD6D\uC5B4 \uBCC4\uCE6D\uC744 \uBA85\uB839\uC5B4\uB85C \uC0AC\uC6A9\uD560 \uC218 \uC788\uC2B5\uB2C8\uB2E4(\uC608: /Japanese Hello World\uB294 \uC77C\uBCF8\uC5B4\uB85C \uBC88\uC5ED\uB428). <1>\uC9C0\uC6D0\uB418\uB294 \uBAA8\uB4E0 \uC5B8\uC5B4 \uCF54\uB4DC\uB97C \uBCF4\uB824\uBA74 \uC5EC\uAE30\uB97C \uD074\uB9AD\uD558\uC138\uC694.",reloadCurrentPage:"\uBC88\uC5ED\uC744 \uC2DC\uC791\uD558\uAE30 \uC804\uC5D0 \uD604\uC7AC \uD398\uC774\uC9C0\uB97C \uC0C8\uB85C\uACE0\uCE68\uD558\uC138\uC694.",noLocalFilePermissionForPDF:"\uB85C\uCEEC \uD30C\uC77C\uC744 \uC77D\uC744 \uC218 \uC788\uB294 \uAD8C\uD55C\uC774 \uC5C6\uB294 \uACBD\uC6B0 \uC704\uC758 \uBC84\uD2BC\uC744 \uD074\uB9AD\uD55C \uB2E4\uC74C \uB85C\uCEEC \uD30C\uC77C\uC744 \uAC00\uC838\uC624\uC138\uC694.",noPermissionForThisPage:"\u26A0\uFE0F \uD604\uC7AC \uD398\uC774\uC9C0 \uBC88\uC5ED \uAD8C\uD55C\uC774 \uC5C6\uC2B5\uB2C8\uB2E4.",retryAllParagraphs:"\uBAA8\uB4E0 \uC624\uB958 \uAD6C\uC808 \uB2E4\uC2DC \uC2DC\uB3C4",retryAllButton:"\uBAA8\uB4E0 \uC624\uB958 \uAD6C\uC808 \uB2E4\uC2DC \uC2DC\uB3C4",errorTooltipTitle:"\uC624\uB958\uC758 \uC6D0\uC778\uC744 \uBCF4\uB824\uBA74 \uD074\uB9AD\uD558\uC138\uC694.",errorModalTitle:"\uBC88\uC5ED \uC11C\uBE44\uC2A4 \uB610\uB294 \uB124\uD2B8\uC6CC\uD06C\uC5D0 \uBB38\uC81C\uAC00 \uC788\uB294 \uAC83 \uAC19\uC2B5\uB2C8\uB2E4...",disableConfirm:"\uC774\uC911 \uC5B8\uC5B4 \uC815\uBCF4 \uD5A5\uC0C1 \uC124\uC815",disableOnce:"\uC774 \uBE44\uD65C\uC131\uD654",disableGlobal:"\uC601\uAD6C\uC801\uC73C\uB85C \uBE44\uD65C\uC131\uD654",disableTint:"* {option} \uC5D0\uC11C \uB2E4\uC2DC \uD65C\uC131\uD654\uD560 \uC218 \uC788\uC2B5\uB2C8\uB2E4.",searchEnhancementNotes:"\uC911\uAD6D\uC5B4 \uD0A4\uC6CC\uB4DC\uC640 \uC601\uC5B4 \uD0A4\uC6CC\uB4DC\uC5D0 \uB300\uD55C \uB274\uC2A4 \uACB0\uACFC\uAC00 \uB9E4\uC6B0 \uB2E4\uB978 \uAC83\uC744 \uBC1C\uACAC\uD588\uC2B5\uB2C8\uB2E4. \uBAB0\uC785\uD615 \uBC88\uC5ED \uC774\uC911 \uC5B8\uC5B4 \uC815\uBCF4 \uD5A5\uC0C1 \uAE30\uB2A5\uC744 \uD65C\uC131\uD654\uD558\uBA74 \uC9C0\uC6D0\uB418\uB294 \uC6F9\uC0AC\uC774\uD2B8(Google \uB274\uC2A4, Google \uAC80\uC0C9(\uC77C\uBD80 \uD0A4\uC6CC\uB4DC), \uC2A4\uB178\uC6B0\uBCFC, \uB3D9\uC591\uC758 \uBD80, \uD4E8\uD22C\uB77C, \uD0C0\uC774\uAC70)\uC5D0\uC11C \uB3D9\uC77C\uD55C \uD0A4\uC6CC\uB4DC\uB97C \uC601\uC5B4\uB85C \uC790\uB3D9 \uAC80\uC0C9\uD558\uC5EC \uC624\uB978\uCABD\uC5D0 \uD45C\uC2DC\uD574 \uC90D\uB2C8\uB2E4. \uC774 \uAE30\uB2A5\uC774 \uD544\uC694\uD558\uC9C0 \uC54A\uC740 \uACBD\uC6B0 \uBE44\uD65C\uC131\uD654\uD560 \uC218 \uC788\uC2B5\uB2C8\uB2E4.",option:"\uC124\uC815",saveSettings:"\uC124\uC815 \uC800\uC7A5",closeModal:"\uCC3D \uB2EB\uAE30",enableInputTranslationWithoutTriggerKeyTitle:"{trailingKey}\uB97C 3\uBC88 \uBE60\uB974\uAC8C \uB204\uB974\uBA74 \uC804\uCCB4 \uC785\uB825 \uC0C1\uC790\uB97C{inputTargetLanguage}\uB85C \uBC14\uB85C \uBC88\uC5ED\uD560 \uC218 \uC788\uC2B5\uB2C8\uB2E4.",enableInputTranslationWithoutTriggerKeyDescription:"\uB300\uC0C1 \uC5B8\uC5B4\uB97C \uC9C0\uC815\uD558\uB824\uBA74 \uC55E\uC5D0 \uC5B8\uC5B4 \uCF54\uB4DC\uB97C \uBD99\uC785\uB2C8\uB2E4(\uC608:\uFF1Aja Hello World).",mouseHoverShortcutPlaceholder:"\uC608:\uFF1A\uC2DC\uD504\uD2B8",deepLProName:"\uBAB0\uC785\uD615 \uBC88\uC5ED \uD504\uB85C \uD68C\uC6D0(\uAD8C\uC7A5)",deepLProDescription:"\uD604\uC7AC \uD328\uD0A4\uC9C0\uB97C \uC9C1\uC811 \uC0AC\uC6A9\uD560 \uC218 \uC788\uC2B5\uB2C8\uB2E4.",deeplProDescriptionForNormal:"\uC124\uC815 \uD544\uC694 \uC5C6\uC74C, \uD68C\uC6D0\uC740 \uB85C\uADF8\uC778 \uD6C4 \uC0AC\uC6A9 \uAC00\uB2A5, <1>\uD68C\uC6D0\uC73C\uB85C \uC5C5\uADF8\uB808\uC774\uB4DC\uD558\uB824\uBA74 \uC5EC\uAE30\uB97C \uD074\uB9AD\uD558\uC138\uC694.",deepLCustomDescription:"\uC678\uAD6D \uC2E0\uC6A9 \uCE74\uB4DC \uD544\uC694, \uACF5\uC2DD\uC801\uC73C\uB85C \uAC1C\uC124\uB41C <1>DeepL,<2>\uBB38\uC11C\uB97C \uBCF4\uB824\uBA74 \uD074\uB9AD\uD558\uC138\uC694.",deepLCustomName:"\uC0AC\uC6A9\uC790 \uC9C0\uC815 \uC778\uC99D \uD0A4",chooseProviderLabel:"\uC11C\uBE44\uC2A4 \uC81C\uACF5\uC5C5\uCCB4 \uC120\uD0DD",openaiProName:"\uBAB0\uC785\uD615 \uBC88\uC5ED \uD504\uB85C \uD68C\uC6D0(\uAD8C\uC7A5)",openaiProDescription:"\uD604\uC7AC \uD328\uD0A4\uC9C0\uB97C \uC9C1\uC811 \uC0AC\uC6A9\uD560 \uC218 \uC788\uC2B5\uB2C8\uB2E4.",openaiProDescriptionForNormal:"\uC124\uC815\uC774 \uD544\uC694\uD558\uC9C0 \uC54A\uC73C\uBA70, \uD68C\uC6D0\uC740 \uB85C\uADF8\uC778 \uD6C4 \uC0AC\uC6A9\uD560 \uC218 \uC788\uC2B5\uB2C8\uB2E4. <1>\uD68C\uC6D0\uC73C\uB85C \uC5C5\uADF8\uB808\uC774\uB4DC\uD558\uB824\uBA74 \uC5EC\uAE30\uB97C \uD074\uB9AD\uD558\uC138\uC694.",openaiCustomDescription:"OpenAI, Azure OpenAI \uB610\uB294 \uAE30\uD0C0 \uD0C0\uC0AC \uC11C\uBE44\uC2A4\uC5D0\uC11C \uC0AC\uC6A9 \uAC00\uB2A5, <1>\uC124\uBA85\uC11C\uB97C \uBCF4\uB824\uBA74 \uC5EC\uAE30\uB97C \uD074\uB9AD\uD558\uC138\uC694.",openaiCustomName:"\uC0AC\uC6A9\uC790 \uC9C0\uC815 API \uD0A4",needLoginAction:"(\uACF5\uAC1C \uBA64\uBC84\uC2ED \uB610\uB294 \uC0AC\uC6A9\uC790 \uC9C0\uC815)",goLoginOrAction:"(\uBA64\uBC84\uC2ED\uC744 \uC5F4\uAC70\uB098 \uC124\uC815\uC73C\uB85C \uC774\uB3D9)",yearly:"\uC5F0\uAC04 \uC5F0\uC18D \uACB0\uC81C",quarterly:"\uC21C\uCC28\uC801 \uB798\uD551",monthly:"\uC6D4\uAC04 \uAD6C\uB3C5",yearlyForOnce:"\uC5F0\uAC04 1\uD68C \uD328\uD0A4\uC9C0",monthlyForOnce:"\uC6D4 1\uD68C \uD328\uD0A4\uC9C0",daily:"\uC5F0\uC18D \uD328\uD0B7 \uC77C\uC218",year:"\uC5F0\uAC04 \uC5F0\uC18D \uACB0\uC81C",quarter:"\uC21C\uCC28\uC801 \uB798\uD551",month:"\uC6D4\uAC04 \uAD6C\uB3C5",day:"\uC5F0\uC18D \uD328\uD0B7 \uC77C\uC218",onetime_7day:"7\uC77C \uCCB4\uD5D8 \uD329",currentPlanDescriptionForFree:"\uD604\uC7AC \uD328\uD0A4\uC9C0\uFF1A\uBB34\uB8CC",currentPlanDescriptionForContinuous:"\uD604\uC7AC \uD328\uD0A4\uC9C0\uFF1A{plan}\uB294 {endAt} \uC5D0\uC11C \uC790\uB3D9\uC73C\uB85C \uAC31\uC2E0\uB429\uB2C8\uB2E4.",currentPlanDescriptionForAutoRenewCaceling:"\uD604\uC7AC \uD328\uD0A4\uC9C0(\uFF1A{plan})\uB294 {endAt} \uC5D0\uC11C \uB9CC\uB8CC\uB418\uBA70 \uB9CC\uB8CC \uC2DC \uC790\uB3D9\uC73C\uB85C \uAC31\uC2E0\uB418\uC9C0 \uC54A\uC2B5\uB2C8\uB2E4.",currentYearlyPlanDescriptionForAutoRenewCacelingWithRealPaiedUser:"\uD604\uC7AC \uD328\uD0A4\uC9C0(\uFF1A{plan})\uB294 {endAt} \uC5D0\uC11C \uB9CC\uB8CC\uB418\uBA70 \uB9CC\uB8CC \uC2DC \uC790\uB3D9\uC73C\uB85C \uAC31\uC2E0\uB418\uC9C0 \uC54A\uC2B5\uB2C8\uB2E4.
<1>\uAC31\uC2E0 \uD50C\uB79C\uC744 \uAD00\uB9AC\uD558\uB824\uBA74 \uC5EC\uAE30\uB97C \uD074\uB9AD\uD558\uC138\uC694.",currentYearlyPlanDescriptionForAutoRenewCacelingWithAdmin:"\uD604\uC7AC \uD328\uD0A4\uC9C0(\uFF1A{plan})\uB294 {endAt} \uC5D0\uC11C \uB9CC\uB8CC\uB418\uBA70 \uB9CC\uB8CC \uC2DC \uC790\uB3D9\uC73C\uB85C \uAC31\uC2E0\uB418\uC9C0 \uC54A\uC2B5\uB2C8\uB2E4.
<1>\uC5F0\uAC04 \uC5F0\uC18D \uAD6C\uB3C5\uC744 \uD65C\uC131\uD654\uD558\uB824\uBA74 \uC5EC\uAE30\uB97C \uD074\uB9AD\uD558\uC138\uC694.",currentPlanDescriptionForOneTime:"\uD604\uC7AC \uAD6C\uB3C5\uFF1A{plan}\uC740 {endAt} \uC5D0\uC11C \uB9CC\uB8CC\uB418\uBA70, <1>\uC5F0\uAC04 \uB610\uB294 <2>\uC6D4\uAC04<1>\uBA64\uBC84\uC2ED\uC73C\uB85C \uC5C5\uADF8\uB808\uC774\uB4DC\uD558\uB824\uBA74 \uC5EC\uAE30\uB97C \uD074\uB9AD\uD558\uC138\uC694.",upgradePlan:"\uD504\uB85C \uBA64\uBC84\uC2ED\uC73C\uB85C \uC5C5\uADF8\uB808\uC774\uB4DC\uD558\uB824\uBA74 \uC5EC\uAE30\uB97C \uD074\uB9AD\uD558\uC138\uC694.",upgradeToPro:"\uD504\uB85C \uBA64\uBC84\uC2ED\uC73C\uB85C \uC5C5\uADF8\uB808\uC774\uB4DC","popup.openPro":"DeepL \uBC0F OpenAI \uBC88\uC5ED\uC744 \uC990\uAE30\uB824\uBA74 \uD504\uB85C \uBA64\uBC84\uC2ED\uC73C\uB85C \uC5C5\uADF8\uB808\uC774\uB4DC\uD558\uACE0 \uC5EC\uAE30\uB97C \uD074\uB9AD\uD558\uC5EC \uC5C5\uADF8\uB808\uC774\uB4DC\uD558\uC138\uC694!","popup.openProForPro":"\uADC0\uD558\uB294 DeepL \uBC0F OpenAI \uBC88\uC5ED\uC5D0 \uC9C1\uC811 \uC561\uC138\uC2A4\uD560 \uC218 \uC788\uB294 \uD504\uB85C \uD68C\uC6D0\uC785\uB2C8\uB2E4!",currentAccount:"\uACBD\uC0C1 \uACC4\uC815",enableAutoSyncUserSettings:"\uC5EC\uB7EC \uB514\uBC14\uC774\uC2A4\uC5D0\uC11C \uD074\uB77C\uC6B0\uB4DC \uC790\uB3D9 \uB3D9\uAE30\uD654 \uC0AC\uC6A9",modalEnableInputTranslationTitle:"\uBAB0\uC785\uD615 \uBC88\uC5ED \uC785\uB825 \uC0C1\uC790 \uBC88\uC5ED \uC54C\uB9BC",modalEnableInputTranslationDesc:"\uC2A4\uD398\uC774\uC2A4\uBC14\uB97C \uC5F0\uC18D\uD574\uC11C \uC138 \uBC88 \uBE60\uB974\uAC8C \uB20C\uB7EC \uBAB0\uC785\uD615 \uBC88\uC5ED\uC758 \uC785\uB825 \uC0C1\uC790 \uBC88\uC5ED\uC744 \uD2B8\uB9AC\uAC70\uD588\uC73C\uBA70, \uC785\uB825 \uC0C1\uC790\uC758 \uB0B4\uC6A9\uC774 \uAE30\uBCF8 \uB300\uC0C1 \uC5B8\uC5B4\uB85C \uBC88\uC5ED\uB429\uB2C8\uB2E4. \uBC88\uC5ED\uC740 Ctrl+Z\uB85C \uCDE8\uC18C\uD560 \uC218 \uC788\uC2B5\uB2C8\uB2E4.

\uBC88\uC5ED\uC774 \uC2E4\uC218\uC600\uB2E4\uBA74 \uC9C0\uAE08 \uBC14\uB85C \uBE44\uD65C\uC131\uD654\uD558\uAC70\uB098 \uC785\uB825 \uC0C1\uC790 \uBC88\uC5ED\uC744 \uC601\uAD6C\uC801\uC73C\uB85C \uBE44\uD65C\uC131\uD654\uD560 \uC218 \uC788\uC73C\uB2C8 \uAC71\uC815\uD558\uC9C0 \uB9C8\uC138\uC694.",saveAndNotShowAgain:"\uC800\uC7A5 \uBC0F \uD504\uB86C\uD504\uD2B8 \uC911\uC9C0",disableInputTranslationTips:"* {option} ,{learnMore}\uC5D0\uC11C \uB2E4\uB978 \uBC14\uB85C\uAC00\uAE30\uB97C \uD2B8\uB9AC\uAC70\uD558\uB3C4\uB85D \uC124\uC815\uD560 \uC218\uB3C4 \uC788\uC2B5\uB2C8\uB2E4.",learnMore:"\uC790\uC138\uD788 \uC54C\uC544\uBCF4\uB824\uBA74 \uC5EC\uAE30\uB97C \uD074\uB9AD\uD558\uC138\uC694.",continueEnalbeInputTranslation:"\uC785\uB825 \uC0C1\uC790 \uBC88\uC5ED \uACC4\uC18D \uD65C\uC131\uD654",autoRenewTrialSuffix:'(\uD3C9\uAC00\uD310 \uC0AC\uC6A9 \uC2DC\uC989\uC2DC \uC815\uC2DD \uBA64\uBC84\uC2ED\uC73C\uB85C \uC5C5\uADF8\uB808\uC774\uB4DC)',upgradeFromTrialTitle:"\uC815\uD68C\uC6D0\uC73C\uB85C \uC5C5\uADF8\uB808\uC774\uB4DC",subtitle:"\uBE44\uB514\uC624 \uCEA1\uC158",youtubeService:"\uBAB0\uC785 \uBC88\uC5ED \uBE44\uB514\uC624 \uC790\uB9C9 \uBC88\uC5ED \uC11C\uBE44\uC2A4","subtitle.disabledSubtitle":"\uB3D9\uC601\uC0C1 \uC790\uB9C9 \uAE30\uB2A5 \uC601\uAD6C \uBE44\uD65C\uC131\uD654\uD558\uAE30","subtitle.disabledSubtitleDescription":"\uBAB0\uC785\uD615 \uBC88\uC5ED\uAE30\uC758 \uBE44\uB514\uC624 \uC790\uB9C9\uC774 \uB2E4\uB978 \uD655\uC7A5 \uD504\uB85C\uADF8\uB7A8\uACFC \uCDA9\uB3CC\uD558\uB294 \uACBD\uC6B0, \uBAB0\uC785\uD615 \uBC88\uC5ED\uAE30\uC758 \uBE44\uB514\uC624 \uC790\uB9C9 \uAE30\uB2A5\uC744 \uC601\uAD6C\uC801\uC73C\uB85C \uBE44\uD65C\uC131\uD654\uD558\uAC70\uB098 \uCDA9\uB3CC\uD558\uB294 \uB2E4\uB978 \uD655\uC7A5 \uD504\uB85C\uADF8\uB7A8\uC744 \uC81C\uAC70\uD558\uB3C4\uB85D \uC120\uD0DD\uD560 \uC218 \uC788\uC2B5\uB2C8\uB2E4.","subtitle.autoEnableSubtitle":"\uC774\uC911 \uC5B8\uC5B4 \uC790\uB9C9 \uC790\uB3D9 \uC0AC\uC6A9","subtitle.autoEnableSubtitleDescription":"\uC0AC\uC6A9\uD558\uBA74 \uBE44\uB514\uC624\uAC00 \uC7AC\uC0DD\uB420 \uB54C \uC790\uB3D9\uC73C\uB85C \uC774\uC911 \uC5B8\uC5B4 \uC790\uB9C9\uC774 \uD45C\uC2DC\uB418\uBA70, \uADF8\uB807\uC9C0 \uC54A\uC73C\uBA74 \uBC88\uC5ED \uBC84\uD2BC\uC744 \uD074\uB9AD\uD574\uC57C \uD45C\uC2DC\uB429\uB2C8\uB2E4.","subtitle.preTranslation":"\uBAB0\uC785\uD615 \uBC88\uC5ED\uC744 \uC0AC\uC6A9\uD558\uC5EC \uC790\uB9C9 \uBC88\uC5ED\uD558\uAE30","subtitle.preTranslationDescription":"\uD65C\uC131\uD654\uD558\uBA74 \uC544\uB798\uC5D0 \uBA85\uC2DC\uB41C \uBC88\uC5ED \uC11C\uBE44\uC2A4\uB97C \uC0AC\uC6A9\uD558\uC5EC \uC804\uCCB4 \uC790\uB9C9\uC774 \uC0AC\uC804 \uBC88\uC5ED\uB418\uBA70, 1\uC2DC\uAC04 \uBD84\uB7C9\uC758 \uB3D9\uC601\uC0C1\uC740 \uC57D 50,000 \uD1A0\uD070 \uB610\uB294 \uBB38\uC790\uB97C \uC18C\uBAA8\uD558\uBBC0\uB85C \uC2E0\uC911\uD558\uAC8C \uC0AC\uC6A9\uD558\uC2DC\uAE30 \uBC14\uB77C\uBA70, \uBE44\uD65C\uC131\uD654\uD558\uBA74 \uC6D0\uBCF8 \uC790\uB9C9\uC774 \uBA3C\uC800 \uC0AC\uC6A9\uB429\uB2C8\uB2E4.","subtitle.humanSubtitlesPreferred":"\uD734\uBA3C \uCEA1\uC158 \uC6B0\uC120 \uC0AC\uC6A9","subtitle.humanSubtitlesPreferredDescription":"\uB3D9\uC601\uC0C1\uC5D0 \uB300\uC0C1 \uC5B8\uC5B4\uB85C \uB41C \uC0AC\uB78C \uC790\uB9C9\uC774 \uC788\uB294 \uACBD\uC6B0 \uC0AC\uB78C \uC790\uB9C9\uC744 \uC6B0\uC120\uC801\uC73C\uB85C \uC0AC\uC6A9\uD569\uB2C8\uB2E4(\uAD8C\uC7A5).",videoSubtitleTranslationDescription:"\uB3D9\uC601\uC0C1 \uC790\uB9C9\uC744 \uC704\uD55C \uBCC4\uB3C4\uC758 \uBC88\uC5ED \uC11C\uBE44\uC2A4 \uC9C0\uC815",subtitleTranslating:"{service} \uC11C\uBE44\uC2A4\uB97C \uC0AC\uC6A9\uD558\uC5EC \uC790\uB9C9\uC744 \uBC88\uC5ED\uD558\uB294 \uB3D9\uC548 \uC7A0\uC2DC \uAE30\uB2E4\uB824\uC8FC\uC138\uC694... (\uBAB0\uC785 \uBC88\uC5ED)",subtitleLoading:"\uC790\uB9C9 \uB85C\uB4DC \uC911...",bilingual:"\uC774\uC911 \uC5B8\uC5B4 \uC0AC\uC6A9","field.action":"\uBC14\uC774\uB450 \uC6A9\uC5B4 \uC0AC\uC6A9 \uC5EC\uBD80","description.action":"\uD65C\uC131\uD654\uD558\uBA74 \uC694\uCCAD\uC5D0 action=1 \uB9E4\uAC1C\uBCC0\uC218\uAC00 \uCD94\uAC00\uB418\uC5B4 \uBC14\uC774\uB450\uC5D0 \uD65C\uC131\uD654\uB41C \uC6A9\uC5B4\uB97C \uC54C\uB9B4 \uC218 \uC788\uC73C\uBA70, <1>\uC790\uC138\uD55C \uB0B4\uC6A9\uC740 \uACF5\uC2DD \uBB38\uC11C\uB97C \uCC38\uC870\uD558\uC138\uC694.",closeQuickTranslation:"\uD638\uBC84\uBCFC \uB2EB\uAE30","closeQuickTranslation.untilNext":"\uB2E4\uC74C \uBC29\uBB38 \uC2DC\uAE4C\uC9C0 \uD734\uBB34\uC785\uB2C8\uB2E4.","closeQuickTranslation.currentWebsite":"\uD604\uC7AC \uC0AC\uC774\uD2B8 \uBE44\uD65C\uC131\uD654","closeQuickTranslation.alwaysClose":"\uC601\uAD6C\uC801\uC73C\uB85C \uBE44\uD65C\uC131\uD654","closeQuickTranslation.settingOpen":"( <1>\uC124\uC815 \uD398\uC774\uC9C0\uC5D0\uC11C \uCF1C\uAE30 \uAC00\uB2A5)","closeQuickTranslation.cancel":"\uCDE8\uC18C","closeQuickTranslation.confirm":"\uC815\uC758","floatBall.popup":"\uBE60\uB978 \uC124\uC815 \uD328\uB110 \uC5F4\uAE30","floatBall.translate":"\uD074\uB9AD\uD558\uC5EC \uD398\uC774\uC9C0 \uBC88\uC5ED\uD558\uAE30","floatBall.showOriginal":"\uC6D0\uBCF8 \uBB38\uC11C\uB85C \uB3CC\uC544\uAC00\uB824\uBA74 \uD074\uB9AD\uD558\uC138\uC694.","floatBall.close":"\uD638\uBC84\uBCFC \uB2EB\uAE30","floatBallOptions.enableDescPc":"\uD398\uC774\uC9C0 \uD638\uBC84\uBCFC\uC744 \uD65C\uC131\uD654\uD558\uBA74 \uD398\uC774\uC9C0 \uC624\uB978\uCABD\uC5D0 \uBE60\uB978 \uBC88\uC5ED \uBC84\uD2BC\uC774 \uD45C\uC2DC\uB418\uBA70, \uC774\uB97C \uD074\uB9AD\uD558\uBA74 \uBC88\uC5ED\uD560 \uC218 \uC788\uC2B5\uB2C8\uB2E4!","floatBallOptions.enableDesc":"\uD638\uBC84\uBCFC\uC744 \uB044\uACE0 \uB098\uBA74{touch}\uC73C\uB85C \uBD88\uB7EC\uC62C \uC218 \uC788\uC2B5\uB2C8\uB2E4. \uC2E4\uC218\uB85C \uC774 \uC635\uC158\uC744 \uB048 \uD6C4 \uD638\uBC84\uBCFC\uC744 \uCC3E\uC744 \uC218 \uC5C6\uB294 \uACBD\uC6B0\uB97C \uB300\uBE44\uD574 \uC774 \uC124\uC815 \uD398\uC774\uC9C0\uB97C \uBD81\uB9C8\uD06C\uC5D0 \uCD94\uAC00\uD574 \uB450\uB294 \uAC83\uC774 \uC88B\uC2B5\uB2C8\uB2E4!","description.azureApiUrl":"\uC0AC\uC6A9\uC790 \uC9C0\uC815 API \uC778\uD130\uD398\uC774\uC2A4\uC758 \uC8FC\uC18C\uB97C \uC785\uB825\uD569\uB2C8\uB2E4.",confirmSupportMouse:"\uB9C8\uC6B0\uC2A4 \uC9C0\uC6D0 \uAC15\uC81C \uD65C\uC131\uD654",confirmSupportMouseDescription:"\uD604\uC7AC \uBE0C\uB77C\uC6B0\uC800\uAC00 \uB9C8\uC6B0\uC2A4 \uAE30\uB2A5\uC744 \uC9C0\uC6D0\uD558\uC9C0 \uC54A\uB294 \uAC83\uC73C\uB85C \uAC10\uC9C0\uB418\uBA74 \uB9C8\uC6B0\uC2A4 \uC9C0\uC6D0\uC744 \uAC15\uC81C\uB85C \uD65C\uC131\uD654\uD574\uC57C \uD558\uB098\uC694?",sampleTargetText:"\uAE34 \uBC24\uC774 \uC62C \uAC83\uC774\uB2C8, \uB098\uB294 \uC624\uB298\uBD80\uD130 \uC8FD\uC744 \uB54C\uAE4C\uC9C0 \uBCF4\uCD08\uB97C \uC124 \uAC83\uC774\uB2E4. \uB098\uB294 \uC544\uB0B4\uB97C \uCDE8\uD558\uC9C0 \uC54A\uC744 \uAC83\uC774\uBA70, \uB3D9\uB9F9\uC744 \uB9FA\uC9C0 \uC54A\uC744 \uAC83\uC774\uBA70, \uC790\uC2DD\uC744 \uB0B3\uC9C0 \uC54A\uC744 \uAC83\uC774\uB2E4. \uB098\uB294 \uC655\uAD00\uC744 \uC4F0\uC9C0 \uC54A\uC744 \uAC83\uC774\uBA70 \uBA85\uC608\uB97C \uC704\uD574 \uB178\uB825\uD558\uC9C0 \uC54A\uC744 \uAC83\uC774\uB2E4. \uB098\uB294 \uB0B4 \uC758\uBB34\uB97C \uB2E4\uD558\uACE0 \uC0B4\uB2E4\uAC00 \uC8FD\uC744 \uAC83\uC785\uB2C8\uB2E4.",sampleSourceText:"Night gathers, and now my watch begins. It shall not end until my death. I shall take no wife, hold no lands, father no children. I shall wear no crowns and win no glory. I shall live and die at my post.","subtitle.supportedSites":"\u5DF2\u652F\u6301\u5728\u8FD9\u4E9B\u7F51\u7AD9\u4F7F\u7528\u53CC\u8BED\u5B57\u5E55\uFF08\u6CE8\u610F\uFF1A\u7531\u4E8E\u6280\u672F\u9650\u5236\uFF0C\u90E8\u5206\u7F51\u7AD9\u5728\u9996\u6B21\u5F00\u542F\u5B57\u5E55\u540E\u9700\u8981\u91CD\u65B0\u5237\u65B0\u9875\u9762\uFF0C\u6216\u8005\u9700\u7B49\u5F85\u7FFB\u8BD1\u5B8C\u6210\u4EE5\u663E\u793A\u53CC\u8BED\u5B57\u5E55\uFF09\uFF1A",viewWithImmersiveTranslate:"\u53CC\u8BED\u7248\u672C(\u6C89\u6D78\u5F0F\u7FFB\u8BD1)",errorReason:"\u9519\u8BEF\u539F\u56E0\uFF1A{message}","proQuotaExceededError.onetime7day":'\uFF0C\u60A8\u53EF\u4EE5\u9009\u62E9\u4EE5\u4E0B\u65B9\u5F0F\u89E3\u51B3\uFF1A

1. \u5207\u6362\u5230 {anotherService} \u6216\u5176\u4ED6\u7FFB\u8BD1\u670D\u52A1
2. \u5347\u7EA7\u4E3A\u6708\u5EA6/\u5E74\u5EA6\u4F1A\u5458',"proQuotaExceededError.trial":'\uFF0C\u60A8\u53EF\u4EE5\u9009\u62E9\u4EE5\u4E0B\u65B9\u5F0F\u89E3\u51B3\uFF1A

1. \u5207\u6362\u5230 {anotherService} \u6216\u5176\u4ED6\u7FFB\u8BD1\u670D\u52A1
2. \u7ACB\u523B\u5347\u7EA7\u4E3A\u6B63\u5F0F\u4F1A\u5458',"proQuotaExceededError.nonTrial":'\uFF0C\u60A8\u53EF\u4EE5\u9009\u62E9\u4EE5\u4E0B\u65B9\u5F0F\u89E3\u51B3\uFF1A

1. \u5207\u6362\u5230 {anotherService} \u6216\u5176\u4ED6\u7FFB\u8BD1\u670D\u52A1
2. \u8D2D\u4E70 {translationService} \u989D\u5916\u6D41\u91CF\u5305',"proQuotaExceededError.resetTime":"
3. \u989D\u5EA6\u91CD\u7F6E\u65F6\u95F4\uFF1A{resetTime}","desc.touchShortcutsToggleTranslatePageOnlyTranslation":"\uBC88\uC5ED\uBB38\uB9CC\uC774\uB77C\uB294 \uAC83\uC740 \uBC88\uC5ED\uBB38\uB9CC \uD45C\uC2DC\uD558\uBA70, \uC6F9\uD398\uC774\uC9C0\uAC00 \uC544\uC9C1 \uBC88\uC5ED\uB418\uC9C0 \uC54A\uC558\uB2E4\uBA74 \uBAA8\uB4DC\uB97C \uC804\uD658\uD558\uACE0 \uBC88\uC5ED\uD560 \uAC83\uC785\uB2C8\uB2E4.","desc.toggleOnlyTransation":"\uC624\uC9C1 \uBC88\uC5ED \uBAA8\uB4DC\uB294 \uBC88\uC5ED\uBB38\uB9CC \uD45C\uC2DC\uD558\uB294 \uAC83\uC744 \uC758\uBBF8\uD558\uBA70, \uC6F9\uD398\uC774\uC9C0\uAC00 \uC544\uC9C1 \uBC88\uC5ED\uB418\uC9C0 \uC54A\uC558\uB2E4\uBA74 \uBAA8\uB4DC\uB97C \uC804\uD658\uD558\uACE0 \uBC88\uC5ED\uD560 \uAC83\uC785\uB2C8\uB2E4.",touchShortcutsToggleTranslatePageOnlyTranslation:"\uD130\uCE58 \uC2A4\uD06C\uB9B0 \uC81C\uC2A4\uCC98\uB97C \uC124\uC815\uD558\uC5EC \uC774\uC911 \uC5B8\uC5B4/\uBC88\uC5ED \uD14D\uC2A4\uD2B8 \uC804\uC6A9 \uBAA8\uB4DC\uB97C \uC804\uD658\uD558\uC138\uC694.",download_started:"\uB2E4\uC6B4\uB85C\uB4DC\uAC00 \uC774\uBBF8 \uC2DC\uC791\uB418\uC5C8\uC2B5\uB2C8\uB2E4. \uC790\uB3D9\uC73C\uB85C \uB2E4\uC6B4\uB85C\uB4DC\uB418\uC9C0 \uC54A\uB294 \uACBD\uC6B0, \uC218\uB3D9\uC73C\uB85C \uD074\uB9AD\uD558\uC2ED\uC2DC\uC624.",here:"\uC5EC\uAE30","error.serveConfigError":"\uC11C\uBE44\uC2A4 \uAD6C\uC131 \uC624\uB958","translationFont.customPlaceholder":"\uAE00\uAF34","error.configError":"\uAD6C\uC131 \uB370\uC774\uD130 \uC774\uC0C1","error.goReset":"\uC7AC\uC124\uC815\uD558\uB2E4","touch.mouse-translate":"\uC9C0\uC815\uB41C \uB2E8\uB77D \uBC88\uC5ED",batchEdit:"\uB300\uB7C9 \uC791\uC5C5","translationModeUrl.translation.title":"\uBC88\uC5ED\uB9CC \uBAA8\uB4DC\uC758 \uC6F9\uC0AC\uC774\uD2B8","translationFont.custom":"\uC0AC\uC6A9\uC790 \uC815\uC758 \uAE00\uAF34 \uC785\uB825",translationFont:"\uAE00\uAF34 \uC124\uC815","translationServices.inherit":"\uC8FC \uBC88\uC5ED \uC11C\uBE44\uC2A4\uB97C \uB530\uB974\uC2ED\uC2DC\uC624",detectServiceLoading:"\uC0AC\uC6A9 \uAC00\uB2A5\uD55C \uBC88\uC5ED \uC11C\uBE44\uC2A4\uB97C \uD655\uC778 \uC911\uC785\uB2C8\uB2E4...",toggleToService:"{service}\uB85C \uC804\uD658\uD558\uACE0 \uB2E4\uC2DC \uC2DC\uB3C4\uD558\uC2ED\uC2DC\uC624.","translationModeLang.translation.title":"\uB2E8\uC21C \uBC88\uC5ED \uBAA8\uB4DC\uC758 \uC5B8\uC5B4","error.502":"\uC11C\uBE44\uC2A4\uAC00 \uC624\uB958\uB97C \uBC18\uD658\uD588\uC2B5\uB2C8\uB2E4, \uC11C\uBE44\uC2A4\uAC00 \uC2DC\uAC04 \uCD08\uACFC\uB418\uC5C8\uC2B5\uB2C8\uB2E4. \uC7A0\uC2DC \uD6C4 \uB2E4\uC2DC \uC2DC\uB3C4\uD574 \uC8FC\uC138\uC694.","error.proUpgrade":"\uC5C5\uADF8\uB808\uC774\uB4DC \uD6C4\uC5D0\uB294 \uD398\uC774\uC9C0\uB97C \uC0C8\uB85C \uACE0\uCE68\uD558\uC5EC \uB2E4\uC2DC \uBC88\uC5ED\uD558\uC2ED\uC2DC\uC624.","error.reloadPageOfSetting":"\uAD6C\uC131 \uD6C4\uC5D0\uB294 \uD398\uC774\uC9C0\uB97C \uC0C8\uB85C \uACE0\uCE68\uD558\uC5EC \uB2E4\uC2DC \uBC88\uC5ED\uD558\uC2ED\uC2DC\uC624.","translationModeLang.translation.description":"\uD398\uC774\uC9C0 \uC5B8\uC5B4\uAC00 \uB2E4\uC74C \uC5B8\uC5B4\uC77C \uB54C, \uC790\uB3D9\uC73C\uB85C \uBC88\uC5ED\uBB38\uB9CC \uBAA8\uB4DC\uB97C \uC0AC\uC6A9\uD569\uB2C8\uB2E4.","error.proTokenInvalid":"Pro \uC0AC\uC6A9\uC790\uC774\uC2DC\uB77C\uBA74, \uB85C\uADF8\uC778 \uD6C4 Pro \uBC88\uC5ED \uC11C\uBE44\uC2A4\uB97C \uC774\uC6A9\uD574 \uC8FC\uC138\uC694.","error.403":"\uC11C\uBE44\uC2A4\uAC00 \uC624\uB958\uB97C \uBC18\uD658\uD558\uC600\uC2B5\uB2C8\uB2E4, \uC7A0\uC2DC \uD574\uB2F9 \uC11C\uBE44\uC2A4\uC5D0 \uC811\uADFC\uD560 \uAD8C\uD55C\uC774 \uC5C6\uC2B5\uB2C8\uB2E4.","error.googleLimitIp":"\uC11C\uBE44\uC2A4\uAC00 \uC624\uB958\uB97C \uBC18\uD658\uD588\uC73C\uBA70, Google \uC11C\uBE44\uC2A4\uB294 \uD574\uB2F9 IP \uC8FC\uC18C\uC5D0 \uB300\uD574 \uC81C\uD55C\uC744 \uB450\uC5C8\uC2B5\uB2C8\uB2E4. \uB124\uD2B8\uC6CC\uD06C \uB178\uB4DC\uB97C \uBCC0\uACBD\uD558\uB294 \uAC83\uC774 \uC88B\uC2B5\uB2C8\uB2E4.",videoSubtitlePreTranslationOff:"\uBE44\uB514\uC624 \uC790\uB9C9\uC740 \uC6D0\uB798 \uBE44\uB514\uC624\uC5D0 \uD3EC\uD568\uB41C \uAE30\uACC4 \uBC88\uC5ED \uC790\uB9C9\uC744 \uC6B0\uC120\uC801\uC73C\uB85C \uC0AC\uC6A9\uD560 \uAC83\uC785\uB2C8\uB2E4.",videoSubtitlePreTranslationOn:"\uBE44\uB514\uC624 \uC790\uB9C9\uC740 \uC6B0\uC120\uC801\uC73C\uB85C \uBAB0\uC785\uD615 \uBC88\uC5ED\uC744 \uC0AC\uC6A9\uD560 \uAC83\uC785\uB2C8\uB2E4.",enableSentryReport:"\uD655\uC7A5\uC774 \uC624\uB958\uB97C \uC77C\uC73C\uD0AC \uB54C Sentry\uB97C \uC0AC\uC6A9\uD558\uC5EC \uD53C\uB4DC\uBC31\uC744 \uC81C\uCD9C\uD558\uC2ED\uC2DC\uC624.","translationModeUrl.translation.description":"\uB2E4\uC74C \uB3C4\uBA54\uC778\uC5D0 \uB300\uD55C \uC6F9\uC0AC\uC774\uD2B8\uC77C \uACBD\uC6B0, \uC790\uB3D9\uC73C\uB85C \uBC88\uC5ED\uBB38\uB9CC \uBAA8\uB4DC\uB97C \uC0AC\uC6A9\uD569\uB2C8\uB2E4.","error.openAIExceededQuota":"\uC11C\uBE44\uC2A4 \uC624\uB958 \uBC18\uD658: \uD604\uC7AC OpenAI \uACC4\uC815 \uC794\uC561\uC774 \uBD80\uC871\uD569\uB2C8\uB2E4. OpenAI \uACF5\uC2DD \uAD00\uB9AC \uD398\uC774\uC9C0\uC5D0\uC11C \uCDA9\uC804\uD558\uAC70\uB098 \uC2E0\uC6A9\uCE74\uB4DC\uB97C \uC5F0\uACB0\uD574\uC8FC\uC138\uC694.","error.400":"\uC11C\uBE44\uC2A4\uAC00 \uC624\uB958\uB97C \uBC18\uD658\uD588\uC2B5\uB2C8\uB2E4. \uC694\uCCAD \uB9E4\uAC1C\uBCC0\uC218\uAC00 \uC798\uBABB\uB418\uC5C8\uC2B5\uB2C8\uB2E4. \uD574\uB2F9 \uC124\uC815\uC744 \uD655\uC778\uD558\uC2ED\uC2DC\uC624.","error.gemini.429":"\uD604\uC7AC Gemini \uC11C\uBE44\uC2A4\uC758 \uD604\uC7AC \uBD80\uD558 \uC6A9\uB7C9\uC774 \uCD5C\uB300\uC5D0 \uB3C4\uB2EC\uD588\uC2B5\uB2C8\uB2E4. \uC7A0\uC2DC \uD6C4\uC5D0 \uB2E4\uC2DC \uC2DC\uB3C4\uD558\uAC70\uB098 \uB2E4\uB978 \uBC88\uC5ED \uC11C\uBE44\uC2A4\uB85C \uC804\uD658\uD574 \uC8FC\uC138\uC694.","translationFont.notSupportErrorMessage":"\uC785\uB825\uD558\uC2E0 \uAE00\uAF34 \uC774\uB984\uC774 \uC815\uD655\uD55C\uC9C0 \uD655\uC778\uD558\uC2DC\uAC70\uB098, \uD574\uB2F9 \uAE00\uAF34\uC774 \uADC0\uD558\uC758 \uC7A5\uCE58\uC5D0 \uC124\uCE58\uB418\uC5B4 \uC788\uB294\uC9C0 \uD655\uC778\uD574 \uC8FC\uC138\uC694.","error.openAIFreeLimit":"\uC11C\uBE44\uC2A4\uAC00 \uC624\uB958\uB97C \uBC18\uD658\uD588\uC2B5\uB2C8\uB2E4. \uD604\uC7AC \uBC88\uC5ED \uC694\uCCAD \uBE48\uB3C4\uAC00 \uBD84\uB2F9 \uCD5C\uB300 3\uD68C\uB85C \uC81C\uD55C\uB418\uC5C8\uC2B5\uB2C8\uB2E4. \uC7A0\uC2DC \uD6C4 \uB2E4\uC2DC \uC2DC\uB3C4\uD558\uC2ED\uC2DC\uC624. (\uC774\uAC83\uC740 OpenAI \uACF5\uC2DD\uC774 \uBB34\uB8CC API Key\uC5D0 \uB300\uD55C \uC81C\uD55C\uC774\uBA70, \uC774 \uC81C\uD55C\uC744 \uD574\uC81C\uD558\uB824\uBA74 OpenAI \uAD00\uB9AC \uBC31\uC5D4\uB4DC\uC5D0\uC11C \uC2E0\uC6A9\uCE74\uB4DC\uB97C \uC5F0\uACB0\uD558\uC2ED\uC2DC\uC624.)","desc.toggleVideoSubtitlePreTranslation":"\uB204\uB974\uBA74 \uBE44\uB514\uC624\uC758 \uC774\uC911 \uC5B8\uC5B4 \uC790\uB9C9\uC740 \uC6B0\uC120\uC801\uC73C\uB85C \uBAB0\uC785\uD615 \uBC88\uC5ED \uC124\uC815\uC744 \uC0AC\uC6A9\uD558\uACE0, \uB2E4\uC2DC \uB204\uB974\uBA74 \uC6D0\uB798 \uBE44\uB514\uC624\uC5D0 \uB0B4\uC7A5\uB41C \uAE30\uACC4 \uBC88\uC5ED \uC790\uB9C9\uC744 \uC6B0\uC120\uC801\uC73C\uB85C \uC0AC\uC6A9\uD569\uB2C8\uB2E4. \uC8FC\uC758: \uC774 \uB2E8\uCD95\uD0A4\uB294 \uC804\uC5ED \uC124\uC815\uC744 \uC218\uC815\uD569\uB2C8\uB2E4.","error.429":"\uC11C\uBE44\uC2A4\uAC00 \uC624\uB958\uB97C \uBC18\uD658\uD588\uC2B5\uB2C8\uB2E4. \uC774\uB294 \uC694\uCCAD\uC774 \uB108\uBB34 \uC790\uC8FC \uBC1C\uC0DD\uD558\uAC70\uB098 \uD560\uB2F9\uB7C9 \uC81C\uD55C\uC744 \uCD08\uACFC\uD588\uC74C\uC744 \uB098\uD0C0\uB0C5\uB2C8\uB2E4. \uC7A0\uC2DC \uD6C4\uC5D0 \uB2E4\uC2DC \uC2DC\uB3C4\uD558\uC2ED\uC2DC\uC624.","error.serveUnavailable":"\uD604\uC7AC \uC0AC\uC6A9 \uC911\uC778 [{serverName}] \uC11C\uBE44\uC2A4\uB294 \uB124\uD2B8\uC6CC\uD06C \uC5F0\uACB0 \uB610\uB294 \uC11C\uBE44\uC2A4 \uC81C\uACF5\uC790\uC758 \uBB38\uC81C\uB85C \uC778\uD574 \uC77C\uC2DC\uC801\uC73C\uB85C \uC811\uC18D\uD560 \uC218 \uC5C6\uC2B5\uB2C8\uB2E4. \uD398\uC774\uC9C0\uB97C \uC0C8\uB85C \uACE0\uCE68\uD558\uAC70\uB098 <1>\uC124\uC815\uC744 \uD1B5\uD574 \uB2E4\uB978 \uBC88\uC5ED \uC11C\uBE44\uC2A4\uB85C \uBCC0\uACBD\uD574 \uBCF4\uC2DC\uB294 \uAC83\uC744 \uAD8C\uC7A5\uD569\uB2C8\uB2E4. <2>Pro \uD68C\uC6D0\uC774\uC2DC\uB77C\uBA74, \uB354 \uC548\uC815\uC801\uC778 DeepL \uB610\uB294 OpenAI \uBC88\uC5ED \uC11C\uBE44\uC2A4\uB97C \uC0AC\uC6A9\uD560 \uC218 \uC788\uC2B5\uB2C8\uB2E4(<3>\uC5EC\uAE30\uB97C \uD074\uB9AD\uD558\uC2DC\uBA74 \uBB34\uB8CC\uB85C \uCCB4\uD5D8\uD558\uC2E4 \uC218 \uC788\uC2B5\uB2C8\uB2E4). \uB610\uD55C, \uB124\uD2B8\uC6CC\uD06C \uB610\uB294 \uD504\uB85D\uC2DC \uC124\uC815\uC744 \uD655\uC778\uD574\uC57C \uD560 \uC218\uB3C4 \uC788\uC2B5\uB2C8\uB2E4.",pickAll:"\uC804\uCCB4 \uC120\uD0DD","error.reason":"\uC624\uB958 \uC6D0\uC778","error.retry":"\uB2E4\uC2DC \uC2DC\uB3C4\uD558\uB2E4","widget.instruction":"\uC0AC\uC6A9 \uC124\uBA85\uC11C",notLogin:"\uB85C\uADF8\uC778\uD558\uC9C0 \uC54A\uC74C",loggedIn:"\uB85C\uADF8\uC778 \uB418\uC5C8\uC2B5\uB2C8\uB2E4",touchShortcutsOff:"\uB2EB\uAE30",goLogin:"\uB85C\uADF8\uC778\uD558\uC2ED\uC2DC\uC624","widget.videoSubtitle":"\uBE44\uB514\uC624 \uC790\uB9C9","multipleClick.2":"\uB354\uBE14 \uD074\uB9AD","widget.translateFile":"PDF/ePub",shortcutSettings:"\uB2E8\uCD95\uD0A4","tagsInput.add":"+ \uCD94\uAC00",translationOnlyMode:"\uC624\uC9C1 \uBC88\uC5ED \uBAA8\uB4DC\uB9CC",shortcutSettingsTitle:"\uB2E8\uCD95\uD0A4 \uC124\uC815","translationServices.gemini":"\uC30D\uB465\uC774\uC790\uB9AC","multipleClick.4":"\uB124 \uBC88 \uC5F0\uC18D \uD0C0\uACA9","floatBall.iKnow":"\uB098\uB294 \uC54C\uC558\uC5B4","widget.instructionTooltip":"\uC0AC\uC6A9 \uC124\uBA85\uC11C\uB97C \uD655\uC778\uD558\uC2ED\uC2DC\uC624","multipleClick.3":"\uD2B8\uB9AC\uD50C \uD788\uD2B8",paragraphMinTextCountField:"\uBC88\uC5ED \uB2E8\uB77D\uC5D0 \uD544\uC694\uD55C \uCD5C\uC18C \uBB38\uC790 \uC218","shortcutGroup.shortcutsForTranslationServices":"\uBC88\uC5ED \uC11C\uBE44\uC2A4 \uAD00\uB828 \uB2E8\uCD95\uD0A4",temprarilyChangeTranslationTo_openai:"\uD604\uC7AC \uD398\uC774\uC9C0\uB97C OpenAI\uB85C \uBC88\uC5ED\uD558\uACE0 \uC788\uC2B5\uB2C8\uB2E4.","browser.translateWithGoogle":"\uD604\uC7AC \uD398\uC774\uC9C0\uB97C \uC784\uC2DC\uB85C Google \uBC88\uC5ED \uC0AC\uC6A9\uD558\uAE30",mouseHoverCustomKeyTitle:"\uC0AC\uC6A9\uC790 \uC815\uC758 \uB9C8\uC6B0\uC2A4 \uD638\uBC84 \uB2E8\uCD95\uD0A4","slide.left":"\uC624\uB978\uCABD\uC73C\uB85C \uC2AC\uB77C\uC774\uB4DC\uD558\uC138\uC694","browser.translateInputBox":"\uD604\uC7AC \uC785\uB825 \uC0C1\uC790 \uB0B4\uC6A9 \uBC88\uC5ED","intro.floatBallTitle":"\uBE60\uB978 \uBC88\uC5ED \uD50C\uB85C\uD305 \uBCFC","shortcutGroup.touch":"\uD130\uCE58 \uC2A4\uD06C\uB9B0 \uC804\uC6A9 \uC81C\uC2A4\uCC98","widget.videoSubtitleTooltip":"Youtube \uB4F1 {count}+ \uBE44\uB514\uC624 \uC6F9\uC0AC\uC774\uD2B8\uB97C \uC9C0\uC6D0\uD569\uB2C8\uB2E4","intro.subtitleTitle":"\uC628\uB77C\uC778 \uBE44\uB514\uC624 \uC774\uC911 \uC5B8\uC5B4 \uC790\uB9C9 \uD45C\uC2DC","subtitle.autoDisableSubtitle":"\uC790\uB3D9\uC73C\uB85C \uC774\uC911 \uC5B8\uC5B4 \uC790\uB9C9\uC744 \uD65C\uC131\uD654\uD558\uC9C0 \uC54A\uC2B5\uB2C8\uB2E4",temprarilyChangeTranslationTo_bing:"\uD604\uC7AC \uD398\uC774\uC9C0\uB97C Microsoft \uBC88\uC5ED\uC744 \uC0AC\uC6A9\uD558\uC5EC \uBC88\uC5ED\uD558\uACE0 \uC788\uC2B5\uB2C8\uB2E4.","slide.right":"\uC67C\uCABD\uC73C\uB85C \uC2AC\uB77C\uC774\uB4DC\uD558\uC138\uC694","widget.translateFileTooltip":"PDF, EPUB, SRT, ASS, HTML \uBC0F TXT \uBB38\uC11C \uBC88\uC5ED","intro.hoverTitle":"\uB9C8\uC6B0\uC2A4\uB97C \uB193\uC73C\uBA74 \uD604\uC7AC \uB2E8\uB77D\uC774 \uBC88\uC5ED\uB429\uB2C8\uB2E4.",temprarilyChangeTranslationTo_gemini:"\uD604\uC7AC \uD398\uC774\uC9C0\uB97C Gemini\uB85C \uBC88\uC5ED\uD558\uACE0 \uC788\uC2B5\uB2C8\uB2E4.","shortcutGroup.mouse":"\uB9C8\uC6B0\uC2A4 \uD638\uBC84 \uB2E8\uCD95\uD0A4 \uC124\uC815",temprarilyChangeTranslationTo_google:"\uD604\uC7AC \uD398\uC774\uC9C0\uB97C Google \uBC88\uC5ED\uC744 \uC0AC\uC6A9\uD558\uC5EC \uBC88\uC5ED\uD558\uACE0 \uC788\uC2B5\uB2C8\uB2E4.",neverTranslateThisSite:"\uC774 \uC6F9\uC0AC\uC774\uD2B8\uB97C \uC808\uB300 \uBC88\uC5ED\uD558\uC9C0 \uB9C8\uC2ED\uC2DC\uC624.","subtitle.bilingual":"\uC774\uC911 \uC5B8\uC5B4 \uC790\uB9C9",alwaysTranslateThisSite:"\uD56D\uC0C1 \uC774 \uC6F9\uC0AC\uC774\uD2B8\uB97C \uBC88\uC5ED\uD569\uB2C8\uB2E4",buildSnapshots:"\uC6F9\uD398\uC774\uC9C0 \uC2A4\uB0C5\uC0F7 \uC0DD\uC131","error.subscriptionExpiredTitle":"\uD68C\uC6D0\uC774 \uB9CC\uB8CC\uB418\uC5C8\uC2B5\uB2C8\uB2E4",notLoginPro:"\uB2F9\uC2E0\uC740 \uC544\uC9C1 \uD68C\uC6D0 \uACC4\uC815\uC5D0 \uB85C\uADF8\uC778\uD558\uC9C0 \uC54A\uC558\uC2B5\uB2C8\uB2E4.","browser.translateWithGemini":"\uD604\uC7AC \uD398\uC774\uC9C0\uB97C \uC784\uC2DC\uB85C Gemini\uB85C \uBC88\uC5ED\uD558\uC2ED\uC2DC\uC624.","shortcutGroup.others":"\uB354 \uB9CE\uC740 \uC0AC\uC6A9\uC790 \uC815\uC758 \uAE30\uB2A5 \uB2E8\uCD95\uD0A4","subtitle.showQuickButton":"\uD50C\uB808\uC774\uC5B4\uC5D0\uC11C \uC774\uC911 \uC5B8\uC5B4 \uC790\uB9C9 \uB2E8\uCD95\uD0A4\uB97C \uD45C\uC2DC\uD569\uB2C8\uB2E4","browser.translateWithBing":"\uC784\uC2DC\uB85C \uB9C8\uC774\uD06C\uB85C\uC18C\uD504\uD2B8 \uBC88\uC5ED\uC744 \uC0AC\uC6A9\uD558\uC5EC \uD604\uC7AC \uD398\uC774\uC9C0\uB97C \uBC88\uC5ED\uD558\uC2ED\uC2DC\uC624.",contact:"\uC6B0\uB9AC\uC5D0\uAC8C \uC5F0\uB77D\uD558\uC2ED\uC2DC\uC624","desc.touchShortcutsToggleTranslateTouchElement":"\uC0AC\uC6A9\uC790 \uC815\uC758 \uC81C\uC2A4\uCC98\uB97C \uC0AC\uC6A9\uD558\uBA74 \uC5B4\uB5A4 \uB2E8\uB77D\uC774\uB4E0 \uBC88\uC5ED\uD560 \uC218 \uC788\uC2B5\uB2C8\uB2E4.",temprarilyChangeTranslationTo_deepl:"\uD604\uC7AC \uD398\uC774\uC9C0\uB97C DeepL\uB85C \uBC88\uC5ED\uD558\uACE0 \uC788\uC2B5\uB2C8\uB2E4.",networkError:"\uBC88\uC5ED \uC11C\uBE44\uC2A4 \uB610\uB294 \uB124\uD2B8\uC6CC\uD06C\uC5D0 \uBB38\uC81C\uAC00 \uBC1C\uC0DD\uD588\uC2B5\uB2C8\uB2E4.","browser.translateWithTransmart":"\uC784\uC2DC\uB85C \uD150\uC13C\uD2B8 \uBC88\uC5ED\uC744 \uC0AC\uC6A9\uD558\uC5EC \uD604\uC7AC \uD398\uC774\uC9C0\uB97C \uBC88\uC5ED\uD558\uC2ED\uC2DC\uC624.",upgradeToProErrorTitle:"\uC774 \uBC88\uC5ED \uC11C\uBE44\uC2A4\uB97C \uC0AC\uC6A9\uD558\uB824\uBA74 Pro \uD68C\uC6D0\uC73C\uB85C \uC5C5\uADF8\uB808\uC774\uB4DC\uD558\uC2ED\uC2DC\uC624.",temprarilyChangeTranslationTo_transmart:"\uD604\uC7AC \uD398\uC774\uC9C0\uB97C \uD150\uC13C\uD2B8 \uBC88\uC5ED\uC744 \uC0AC\uC6A9\uD558\uC5EC \uBC88\uC5ED\uD558\uACE0 \uC788\uC2B5\uB2C8\uB2E4.",touchShortcutsToggleTranslationMask:"\uD130\uCE58 \uC2A4\uD06C\uB9B0 \uC81C\uC2A4\uCC98 \uC124\uC815\uD558\uC5EC \uBC88\uC5ED \uB9C8\uC2A4\uD06C \uD45C\uC2DC / \uC6D0\uBB38 \uD45C\uC2DC","neverTranslateText.title":"\uB2E4\uC74C \uB2E8\uC5B4\uB294 \uC6D0\uBB38\uC744 \uC720\uC9C0\uD558\uACE0 \uBC88\uC5ED\uD558\uC9C0 \uB9C8\uC2ED\uC2DC\uC624.","browser.translateWithOpenAI":"\uC784\uC2DC\uB85C OpenAI\uB97C \uC0AC\uC6A9\uD558\uC5EC \uD604\uC7AC \uD398\uC774\uC9C0\uB97C \uBC88\uC5ED\uD558\uC2ED\uC2DC\uC624.","floatBall.guideClickToTranslate":`\uD074\uB9AD\uD558\uC5EC \uBAB0\uC785\uD615 \uBC88\uC5ED \uD50C\uB85C\uD305 \uBCFC\uC744 + {env.imt_sub_trans_field}: \u041F\u0435\u0440\u0435\u0432\u043E\u0434`,"subtitle.quickButton.cyan":"\u0421\u0438\u043D\u0438\u0439","subtitle.quickButton.magenta":"\u041F\u0443\u0440\u043F\u0443\u0440\u043D\u044B\u0439","subtitle.quickButton.white":"\u0431\u0435\u043B\u044B\u0439","subtitle.quickButton.blue":"\u0441\u0438\u043D\u0438\u0439","subtitle.quickButton.red":"\u043A\u0440\u0430\u0441\u043D\u044B\u0439","subtitle.quickButton.translationPositionTop":"\u0432 \u0432\u0435\u0440\u0445\u043D\u0435\u0439 \u0447\u0430\u0441\u0442\u0438 \u0442\u0435\u043A\u0441\u0442\u0430","subtitle.quickButton.translationPosition":"\u043C\u0435\u0441\u0442\u043E\u043F\u043E\u043B\u043E\u0436\u0435\u043D\u0438\u0435 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430","subtitle.quickButton.green":"\u0437\u0435\u043B\u0435\u043D\u044B\u0439","subtitle.quickButton.translationPositionBottom":"\u043E\u0440\u0438\u0433\u0438\u043D\u0430\u043B \u043D\u0438\u0436\u0435","subtitle.quickButton.yellow":"\u0436\u0435\u043B\u0442\u044B\u0439","subtitle.quickButton.backgroundColor":"\u0444\u043E\u043D\u043E\u0432\u044B\u0439 \u0446\u0432\u0435\u0442","subtitle.quickButton.sourceFontSize":"\u0418\u0441\u0445\u043E\u0434\u043D\u044B\u0439 \u0440\u0430\u0437\u043C\u0435\u0440 \u0448\u0440\u0438\u0444\u0442\u0430","translationServices.claude":"\u041A\u043B\u043E\u0434","subtitle.quickButton.setting":"\u043D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0430","subtitle.quickButton.translationFontSize":"\u0440\u0430\u0437\u043C\u0435\u0440 \u0448\u0440\u0438\u0444\u0442\u0430 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430","subtitle.quickButton.translationTextColor":"\u0426\u0432\u0435\u0442 \u0448\u0440\u0438\u0444\u0442\u0430 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430","subtitle.quickButton.black":"\u0447\u0435\u0440\u043D\u044B\u0439","subtitle.quickButton.sourceTextColor":"\u0418\u0441\u0445\u043E\u0434\u043D\u044B\u0439 \u0446\u0432\u0435\u0442 \u0448\u0440\u0438\u0444\u0442\u0430","subtitle.quickButton.backgroundOpacity":"\u0424\u043E\u043D\u043E\u0432\u0430\u044F \u043D\u0435\u043F\u0440\u043E\u0437\u0440\u0430\u0447\u043D\u043E\u0441\u0442\u044C",attachSubtitleTranslating:"\u0418\u0441\u043F\u043E\u043B\u044C\u0437\u0443\u044F {service} \u0434\u043B\u044F \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430...","error.claude.403":"\u0412\u0440\u0435\u043C\u0435\u043D\u043D\u043E \u043D\u0435\u0442 \u0434\u043E\u0441\u0442\u0443\u043F\u0430 \u043A \u0441\u0435\u0440\u0432\u0438\u0441\u0443, \u0432\u043E\u0437\u043C\u043E\u0436\u043D\u043E, \u044D\u0442\u043E \u0441\u0432\u044F\u0437\u0430\u043D\u043E \u0441 \u0440\u0435\u0433\u0438\u043E\u043D\u0430\u043B\u044C\u043D\u044B\u043C\u0438 \u043E\u0433\u0440\u0430\u043D\u0438\u0447\u0435\u043D\u0438\u044F\u043C\u0438 \u041A\u043B\u043E\u0434\u0430. \u0412\u044B \u043C\u043E\u0436\u0435\u0442\u0435 \u043F\u043E\u043F\u0440\u043E\u0431\u043E\u0432\u0430\u0442\u044C \u0438\u0437\u043C\u0435\u043D\u0438\u0442\u044C \u0441\u0432\u043E\u0439 IP-\u0430\u0434\u0440\u0435\u0441 \u0438\u043B\u0438 \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u044C \u0434\u0440\u0443\u0433\u0438\u0435 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0447\u0435\u0441\u043A\u0438\u0435 \u0443\u0441\u043B\u0443\u0433\u0438.","browser.brandDescriptionForSafari":"\u3010\u041F\u043E\u0433\u0440\u0443\u0436\u0435\u043D\u0438\u0435 \u0432 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u3011\u0411\u0435\u0441\u043F\u043B\u0430\u0442\u043D\u044B\u0439 \u043F\u043B\u0430\u0433\u0438\u043D \u0434\u043B\u044F \u0434\u0432\u0443\u044F\u0437\u044B\u0447\u043D\u043E\u0433\u043E \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430 \u0432\u0435\u0431-\u0441\u0442\u0440\u0430\u043D\u0438\u0446 (\u043E\u0440\u0438\u0433\u0438\u043D\u0430\u043B/\u043F\u0435\u0440\u0435\u0432\u043E\u0434), \u043F\u043E\u0434\u0434\u0435\u0440\u0436\u0438\u0432\u0430\u044E\u0449\u0438\u0439 \u043F\u0435\u0440\u0435\u0432\u043E\u0434 PDF \u0438 \u043F\u0435\u0440\u0435\u0432\u043E\u0434 \u044D\u043B\u0435\u043A\u0442\u0440\u043E\u043D\u043D\u044B\u0445 \u043A\u043D\u0438\u0433 EPUB \u0441 \u0441\u043E\u0445\u0440\u0430\u043D\u0435\u043D\u0438\u0435\u043C \u043E\u0440\u0438\u0433\u0438\u043D\u0430\u043B\u044C\u043D\u043E\u0433\u043E \u0444\u043E\u0440\u043C\u0430\u0442\u0438\u0440\u043E\u0432\u0430\u043D\u0438\u044F \u0434\u043E\u043A\u0443\u043C\u0435\u043D\u0442\u0430, \u043F\u0435\u0440\u0435\u0432\u043E\u0434 \u0434\u0432\u0443\u044F\u0437\u044B\u0447\u043D\u044B\u0445 \u0441\u0443\u0431\u0442\u0438\u0442\u0440\u043E\u0432 \u0434\u043B\u044F \u043E\u043D\u043B\u0430\u0439\u043D-\u0432\u0438\u0434\u0435\u043E \u043D\u0430 Youtube/Netflix, \u043F\u043E\u0434\u0434\u0435\u0440\u0436\u0438\u0432\u0430\u044E\u0449\u0438\u0439 \u043E\u0441\u043D\u043E\u0432\u043D\u044B\u0435 \u0441\u0435\u0440\u0432\u0438\u0441\u044B \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430, \u0442\u0430\u043A\u0438\u0435 \u043A\u0430\u043A Deepl/Google \u0438 \u0442.\u0434.","browser.PdfProFile":"\u041F\u0435\u0440\u0435\u0432\u043E\u0434 PDF Pro, \u0443\u043F\u0440\u0430\u0432\u043B\u044F\u0435\u043C\u044B\u0439 AI","browser.textTranslate":"\u0422\u0435\u043A\u0441\u0442\u043E\u0432\u044B\u0439 \u043F\u0435\u0440\u0435\u0432\u043E\u0434"};var kb={nologin:"\uB85C\uADF8\uC778\uD558\uC9C0 \uC54A\uC74C",loginForSafari:"\uB85C\uADF8\uC778 \uB610\uB294 \uB4F1\uB85D",login:"\uB85C\uADF8\uC778\uD558\uC5EC \uBA64\uBC84\uC2ED \uAC1C\uC124",manageAccount:"\uAD00\uB9AC \uACC4\uC815",openPremium:"\uBA64\uBC84\uC2ED \uC5F4\uAE30",logout:"\uC911\uB2E8",curentPlan:"\uD604\uC7AC \uD328\uD0A4\uC9C0",endAt:"\uB9CC\uB8CC",endAuto:"\uC790\uB3D9 \uAC31\uC2E0",lineBreakMaxTextCount:"\uC904 \uBC14\uAFC8 \uC774\uD6C4 \uBB38\uC7A5\uB2F9 \uD5C8\uC6A9\uB418\uB294 \uCD5C\uB300 \uAE00\uC790 \uC218","translate-pdf":"PDF\uB97C \uBC88\uC5ED\uD558\uB824\uBA74 \uD074\uB9AD\uD558\uC138\uC694.","noSupportTranslate-pdf":"\uC2A4\uD06C\uB9BD\uD2B8\uAC00 \uC9C0\uC6D0\uB418\uC9C0 \uC54A\uC73C\uB2C8 \uD50C\uB7EC\uADF8\uC778\uC744 \uC0AC\uC6A9\uD558\uC138\uC694.","translate-firefox-local-pdf":"PDF \uAC00\uC838\uC624\uAE30\uB85C \uC774\uB3D9\uD558\uB824\uBA74 \uD074\uB9AD\uD558\uC138\uC694.",enableLineBreak:"\uAE34 \uB2E8\uB77D\uC5D0 \uC790\uB3D9 \uC904 \uBC14\uAFC8 \uD65C\uC131\uD654",sponsorLabel:"1 \uD6C4\uC6D0 \uAC1C\uBC1C\uC790",help:"hand",browserShortcutsNoteForFirefox:"Firefox\uC5D0\uC11C \uBC14\uB85C\uAC00\uAE30\uB97C \uBCC0\uACBD\uD558\uB824\uBA74 \uD655\uC7A5 \uD504\uB85C\uADF8\uB7A8 \uAD00\uB9AC \uD398\uC774\uC9C0 `\uC815\uBCF4:\uC560\uB4DC\uC628`\uC744 \uC5F4\uACE0 `\uC124\uC815`\uC744 \uD074\uB9AD\uD55C \uB2E4\uC74C `\uBC14\uB85C \uAC00\uAE30 \uAD00\uB9AC`\uB97C \uD074\uB9AD\uD558\uC5EC \uBC14\uB85C\uAC00\uAE30\uB97C \uC124\uC815\uD574\uC57C \uD569\uB2C8\uB2E4.",browserShortcutsNoteForChrome:"Chrome\uC5D0\uC11C \uBC14\uB85C\uAC00\uAE30\uB97C \uC218\uC815\uD558\uB824\uBA74 \uD655\uC7A5 \uD504\uB85C\uADF8\uB7A8 \uAD00\uB9AC \uD398\uC774\uC9C0\uB97C \uC5F4\uACE0 '\uBC14\uB85C \uAC00\uAE30 \uAD00\uB9AC' \uD328\uB110(`chrome://extensions/shortcuts`)\uC5D0\uC11C \uC124\uC815\uD55C \uD6C4 \uC544\uB798 \uBC84\uD2BC\uC744 \uD074\uB9AD\uD558\uC5EC \uBC14\uB85C \uAC00\uAE30 \uAD00\uB9AC \uD398\uC774\uC9C0\uB85C \uC774\uB3D9\uD574\uC57C \uD569\uB2C8\uB2E4.",browserShortcutsSucks:"\uC0AC\uC6A9\uC790 \uC9C0\uC815 \uBC14\uB85C\uAC00\uAE30\uC758 \uD615\uC2DD\uC740\uFF1A\uC785\uB2C8\uB2E4(\uC790\uB3D9 \uC778\uC2DD\uB418\uC9C0 \uC54A\uC73C\uBBC0\uB85C \uC9C1\uC811 \uC785\uB825\uD558\uC138\uC694).",enableLineBreakDescription:"\uC774 \uAE30\uB2A5\uC744 \uCF1C\uBA74 \uAE34 \uB2E8\uB77D\uC758 \uAC01 \uBB38\uC7A5 \uB05D\uC5D0 \uC904 \uBC14\uAFC8\uC774 \uC0BD\uC785\uB418\uC5B4 \uBB38\uC7A5\uC744 \uB354 \uC27D\uAC8C \uC77D\uC744 \uC218 \uC788\uC2B5\uB2C8\uB2E4.","browser.shortBrandName":"\uBAB0\uC785 \uBC88\uC5ED","browser.brandName":"\uBAB0\uC785 \uBC88\uC5ED: \uC774\uC911 \uC5B8\uC5B4 \uC6F9 \uD398\uC774\uC9C0 \uBC88\uC5ED \uBC0F PDF \uBB38\uC11C \uBC88\uC5ED","browser.brandDescription":"Bilingual web page translation, also supports PDF translation, bilingual Epub eBook translation, free to use.","browser.toggleTranslatePage":"\uD398\uC774\uC9C0 \uBC88\uC5ED/\uC6D0\uBB38 \uD45C\uC2DC","browser.toggleTranslateTheWholePage":"\uD398\uC774\uC9C0\uC758 \uBAA8\uB4E0 \uC601\uC5ED \uBC88\uC5ED/\uC6D0\uBB38 \uD14D\uC2A4\uD2B8 \uD45C\uC2DC","browser.toggleOnlyTransation":"\uC591\uC5B8\uC5B4/\uBC88\uC5ED\uBB38\uB9CC \uBAA8\uB4DC\uB85C \uC804\uD658","browser.toggleTranslateToThePageEndImmediately":"\uD398\uC774\uC9C0 \uD558\uB2E8\uC73C\uB85C \uC989\uC2DC \uBC88\uC5ED/\uC6D0\uBB38 \uD45C\uC2DC","browser.toggleTranslateTheMainPage":"\uD398\uC774\uC9C0\uC758 \uC8FC\uC694 \uC601\uC5ED \uBC88\uC5ED/\uC6D0\uBB38 \uD14D\uC2A4\uD2B8 \uD45C\uC2DC","browser.shareToDraft":"\uC774\uC911 \uC5B8\uC5B4 \uD398\uC774\uC9C0 \uACF5\uC720","browser.openOptionsPage":"\uC124\uC815 \uD398\uC774\uC9C0 \uC5F4\uAE30","browser.toggleTranslationMask":"\uBC88\uC5ED \uD750\uB9BC \uD6A8\uACFC \uD45C\uC2DC/\uC228\uAE30\uAE30","browser.translateLocalPdfFile":"\uB85C\uCEEC PDF \uD30C\uC77C \uBC88\uC5ED","browser.openEbookViewer":"\uD604\uC9C0 \uC804\uC790\uCC45 \uC77D\uAE30","browser.openEbookBuilder":"\uC774\uC911 \uC5B8\uC5B4 EPUB \uC804\uC790\uCC45 \uB9CC\uB4E4\uAE30","browser.translateLocalHtmlFile":"HTML/\uD14D\uC2A4\uD2B8 \uD30C\uC77C \uBC88\uC5ED","browser.donateContext":"\uC2A4\uD3F0\uC11C\uC2ED \uD61C\uD0DD\uC5D0 \uB300\uD574 \uC54C\uC544\uBCF4\uAE30","browser.translateLocalSubtitleFile":"\uB85C\uCEEC \uC790\uB9C9 \uD30C\uC77C \uBC88\uC5ED",confirmResetConfig:"\uC124\uC815\uC744 \uC7AC\uC124\uC815\uD558\uC2DC\uACA0\uC2B5\uB2C8\uAE4C?",translationLineBreakSettingTitle:"\uBC88\uC5ED \uC904 \uBC14\uAFC8 \uC124\uC815",smartLineBreak:"\uC2A4\uB9C8\uD2B8 \uB77C\uC778 \uD53C\uB4DC(\uCEF4\uD4E8\uD305)",alwaysLineBreak:"\uD56D\uC0C1 \uB77C\uC778 \uD53C\uB4DC",isShowContextMenu:"\uBA54\uB274 \uD56D\uBAA9\uC744 \uB9C8\uC6B0\uC2A4 \uC624\uB978\uCABD \uBC84\uD2BC\uC73C\uB85C \uD074\uB9AD\uD558\uC5EC \uBC88\uC5ED\uB41C \uD398\uC774\uC9C0 \uCD94\uAC00\uD558\uAE30",toggleBeta:"\uBCA0\uD0C0 \uD14C\uC2A4\uD2B8 \uAE30\uB2A5 \uD65C\uC131\uD654",betaDescription:"\uC544\uC9C1 \uC2E4\uD5D8\uB2E8\uACC4\uC778 \uAE30\uB2A5\uB4E4\uACFC \uBCA0\uD0C0\uBC84\uC804\uC778 \uBC88\uC5ED \uC11C\uBE44\uC2A4\uB97C \uC0AC\uC6A9\uD574\uBCF4\uC138\uC694. <1>\uD154\uB808\uADF8\uB7A8 \uADF8\uB8F9\uC5D0 \uAC00\uC785\uD558\uC5EC \uC790\uC138\uD788 \uC54C\uC544\uBCF4\uC138\uC694.",translationLineBreakSettingDescription:"\uCF58\uD150\uCE20\uAC00 \uC801\uC740 \uD398\uC774\uC9C0\uC758 \uACBD\uC6B0 \uD56D\uC0C1 \uC904 \uBC14\uAFC8\uC774 \uAE54\uB054\uD558\uAC8C \uC720\uC9C0\uB429\uB2C8\uB2E4. (\uCF58\uD150\uCE20\uAC00 \uB9CE\uC740 \uAE34 \uB2E8\uB77D({count}\uC790 \uC774\uC0C1)\uC5D0\uB294 \uC2A4\uB9C8\uD2B8 \uC904 \uBC14\uAFC8\uC744 \uC0AC\uC6A9\uD558\uC5EC \uACF5\uAC04\uC744 \uC808\uC57D\uD558\uC138\uC694.)",tempTranslateDomainTitle:"\uC6F9\uC0AC\uC774\uD2B8 \uBC88\uC5ED\uC774 \uC77C\uC2DC\uC801\uC73C\uB85C \uCF1C\uC9C0\uB294 \uAE30\uAC04",tempTranslateDomainDescription:"\uC6F9 \uD398\uC774\uC9C0\uB97C \uC218\uB3D9\uC73C\uB85C \uBC88\uC5ED\uD560 \uB54C \uC790\uB3D9 \uBC88\uC5ED\uC744 \uC704\uD574 \uC6F9 \uC0AC\uC774\uD2B8\uB97C \uC77C\uC2DC\uC801\uC73C\uB85C \uCF1C\uACE0 \uC77C\uC2DC\uC801\uC778 \uAE30\uAC04\uC744 \uC124\uC815\uD560 \uC218 \uC788\uC2B5\uB2C8\uB2E4.",xMinutes:"{count} \uBD84",disabled:"STH \uC0AC\uC6A9\uC744 \uAE08\uC9C0\uD569\uB2C8\uB2E4.",changelog:"\uC5C5\uB370\uC774\uD2B8 \uB85C\uADF8",toggleTranslatePageWhenThreeFingersOnTheScreen:"\uC5EC\uB7EC \uC190\uAC00\uB77D\uC774 \uB3D9\uC2DC\uC5D0 \uD654\uBA74\uC744 \uD130\uCE58\uD560 \uB54C \uC6F9 \uD398\uC774\uC9C0 \uBC88\uC5ED/\uC6D0\uBB38 \uD14D\uC2A4\uD2B8 \uD45C\uC2DC",toggleTranslationMaskWhenThreeFingersOnTheScreen:"\uC5EC\uB7EC \uC190\uAC00\uB77D\uC73C\uB85C \uD130\uCE58\uD558\uBA74 \uD750\uB9BC \uD6A8\uACFC\uB97C \uD45C\uC2DC\uD558\uAC70\uB098 \uC228\uAE38 \uC218 \uC788\uC2B5\uB2C8\uB2E4.",fingerCountToToggleTranslagePageOnlyTranslationWhenTouching:"\uC5EC\uB7EC \uC190\uAC00\uB77D\uC73C\uB85C \uB3D9\uC2DC\uC5D0 \uD654\uBA74\uC744 \uD130\uCE58\uD558\uBA74 \uC6F9 \uD398\uC774\uC9C0\uAC00 \uBC88\uC5ED(\uBC88\uC5ED \uC804\uC6A9)/\uC6D0\uBB38\uC744 \uD45C\uC2DC\uD569\uB2C8\uB2E4.",addUrlDescription:"\uB3C4\uBA54\uC778 \uC774\uB984\uC77C \uC218 \uC788\uC73C\uBA70 \uC640\uC77C\uB4DC\uCE74\uB4DC(\uC608:\uFF1A*.google.com, google.com/mail/*, https://www.google.com/*)\uB3C4 \uC9C0\uC6D0\uD569\uB2C8\uB2E4.",general:"\uAE30\uBCF8 \uC124\uC815",clickToExpandConfig:"\uD604\uC7AC \uAD6C\uC131 \uD655\uC7A5",import:"\uD30C\uC77C\uC5D0\uC11C \uAC00\uC838\uC624\uAE30",export:"\uD30C\uC77C\uB85C \uB0B4\uBCF4\uB0B4\uAE30",toggleDebug:"\uCF58\uC194\uC5D0\uC11C \uB514\uBC84\uADF8 \uB85C\uADF8 \uC778\uC1C4","fingers.0":"\uC751\uACE0","fingers.2":"\uB450 \uC190\uAC00\uB77D \uD130\uCE58","fingers.3":"\uC138 \uC190\uAC00\uB77D \uD130\uCE58","fingers.4":"\uB124 \uC190\uAC00\uB77D \uD130\uCE58","fingers.5":"\uB2E4\uC12F \uC190\uAC00\uB77D \uD130\uCE58",mouseHoldKey:"+ {key} \uB2E8\uB77D \uBC88\uC5ED/\uBCF5\uC6D0\uD558\uAE30",mouseHoldKeyAuto:"\uB2E8\uB77D\uC758 \uC9C1\uC811 \uBC88\uC5ED",mouseHoldKeyOff:"\uC544\uBB34\uAC83\uB3C4 \uD558\uC9C0 \uB9C8\uC138\uC694.",mouseHoldKeyOther:"\uC0AC\uC6A9\uC790 \uC9C0\uC815 \uBC14\uB85C \uAC00\uAE30(\uC124\uC815 \uC5F4\uAE30)",mouseHoldKeyCustomKey:"{key} \uB2E8\uB77D\uC758 \uBC88\uC5ED/\uCD95\uC18C",mouseHoverHoldKey:"\uBC14\uB85C \uAC00\uAE30 \uD0A4\uB97C \uB204\uB978 \uC0C1\uD0DC\uC5D0\uC11C \uB9C8\uC6B0\uC2A4\uB97C \uAC00\uB9AC\uD0A4\uBA74 \uB2E8\uB77D\uC774 \uBC88\uC5ED\uB429\uB2C8\uB2E4.","mouse-translate":"\uB9C8\uC6B0\uC2A4 \uD638\uBC84",document:"(\uCEF4\uD4E8\uD130) \uD30C\uC77C",resetSuccess:"\uBAA8\uB4E0 \uC124\uC815 \uC7AC\uC124\uC815\uC5D0 \uC131\uACF5",resetThisSuccess:"\uC7AC\uC124\uC815 \uC131\uACF5",saved:"\uC800\uC7A5 \uC131\uACF5",successImportConfig:"\uC131\uACF5\uC801\uC73C\uB85C \uAC00\uC838\uC628 \uAD6C\uC131",goAdvancedSettings:"\uACE0\uAE09 \uC124\uC815 \uD398\uC774\uC9C0\uB85C \uC774\uB3D9\uD569\uB2C8\uB2E4.",goAdvancedInterfaceSettings:"\uACE0\uAE09 \uC0AC\uC6A9\uC790 \uC9C0\uC815 \uC124\uC815 \uD398\uC774\uC9C0\uB85C \uC774\uB3D9\uD569\uB2C8\uB2E4.",advanced:"\uACE0\uAE09 \uC124\uC815",advancedDescription:"\uC77C\uBC18\uC801\uC73C\uB85C \uC124\uC815\uC774 \uD544\uC694\uD558\uC9C0 \uC54A\uC73C\uBA70 \uAE30\uBCF8\uAC12\uC744 \uADF8\uB300\uB85C \uB450\uBA74 \uB429\uB2C8\uB2E4. \uBCF4\uB2E4 \uC804\uBB38\uC801\uC778 \uC0AC\uC6A9\uC790\uB9CC \uAC1C\uC778\uD654\uB41C \uC124\uC815\uC744 \uC0AC\uC6A9\uD560 \uC218 \uC788\uC2B5\uB2C8\uB2E4.",developer:"\uAC1C\uBC1C\uC790 \uC124\uC815",donateCafe:"\uAC00\uACA9","translate to the bottom of the page":"\uD398\uC774\uC9C0\uC5D0 \uB4E4\uC5B4\uAC00\uBA74 \uBC14\uB85C \uD398\uC774\uC9C0 \uD558\uB2E8\uC73C\uB85C \uBC88\uC5ED\uB418\uB098\uC694?",feedback:"\uC9C8\uBB38 \uD53C\uB4DC\uBC31",toggleTranslatePage:"\uD398\uC774\uC9C0 \uBC88\uC5ED/\uC6D0\uBB38 \uD45C\uC2DC",translateToThePageEndImmediatelyDescription:"\uC774 \uAE30\uB2A5\uC744 \uCF1C\uBA74 \uC785\uB825\uD558\uB294 \uC989\uC2DC \uD398\uC774\uC9C0\uC758 \uC704\uCABD\uC5D0\uC11C \uC544\uB798\uCABD\uC73C\uB85C \uCF58\uD150\uCE20\uAC00 \uBC88\uC5ED\uB429\uB2C8\uB2E4. \uB044\uBA74 \uC77D\uB294 \uB300\uB85C \uBC88\uC5ED\uB429\uB2C8\uB2E4. (\uAD8C\uC7A5\uD558\uC9C0 \uC54A\uC74C)","translate all areas of the page":"\uD398\uC774\uC9C0\uC758 \uBAA8\uB4E0 \uC601\uC5ED\uC744 \uBC88\uC5ED\uD560\uC9C0 \uC5EC\uBD80",translationAreaDescription:"\uCF1C\uBA74 \uC804\uCCB4 \uC6F9 \uD398\uC774\uC9C0\uC758 \uBAA8\uB4E0 \uC601\uC5ED\uC774 \uBC88\uC5ED\uB429\uB2C8\uB2E4. \uB044\uBA74 \uAE30\uBCF8 \uC2A4\uB9C8\uD2B8 \uC778\uC2DD\uC774 \uC0AC\uC6A9\uB418\uBA70 \uC8FC\uC694 \uC601\uC5ED\uB9CC \uBC88\uC5ED\uB429\uB2C8\uB2E4. (\uCF1C\uC9C0 \uC54A\uB294 \uAC83\uC774 \uC88B\uC2B5\uB2C8\uB2E4.)","the number of characters to be translated first":"\uBCF4\uAE30 \uC601\uC5ED\uC73C\uB85C \uC2A4\uD06C\uB864\uD560 \uB54C\uAE4C\uC9C0 \uAE30\uB2E4\uB9AC\uC9C0 \uC54A\uACE0 \uD398\uC774\uC9C0\uC758 \uCC98\uC74C \uBA87 \uBB38\uC790\uB97C \uBC14\uB85C \uBC88\uC5ED\uD569\uB2C8\uB2E4.","interface language":"\uC778\uD130\uD398\uC774\uC2A4 \uC5B8\uC5B4","display both the original text and the translation":"\uC6D0\uBCF8\uACFC \uBC88\uC5ED\uBCF8 \uB3D9\uC2DC \uD45C\uC2DC","keyboard shortcuts":"\uD0A4\uBCF4\uB4DC \uB2E8\uCD95\uD0A4",modify:"\uBC14\uB85C \uAC00\uAE30 \uD0A4 \uC218\uC815",reset:"\uC7AC\uD504\uB85C\uBE44\uC800\uB2DD",close:"\uC751\uACE0",homepage:"\uD648\uD398\uC774\uC9C0",more:"\uB354 \uBCF4\uAE30",moreOptions:"\uB354 \uB9CE\uC740 \uC0AC\uC6A9\uC790 \uC9C0\uC815 \uC635\uC158 \uD655\uC7A5",translateTheWholePage:"\uD398\uC774\uC9C0\uC758 \uBAA8\uB4E0 \uC601\uC5ED \uBC88\uC5ED(\uC8FC\uC694 \uC601\uC5ED\uB9CC \uC9C0\uB2A5\uC801\uC73C\uB85C \uC778\uC2DD\uD558\uB294 \uAC83\uC774 \uC544\uB2C8\uB77C)",changeToTranslateTheWholePage:"\uBAA8\uB4E0 \uC9C0\uC5ED \uBC88\uC5ED\uC73C\uB85C \uC804\uD658",changeToTranslateTheMainPage:"\uAE30\uBCF8 \uC601\uC5ED \uBC88\uC5ED\uC73C\uB85C \uC804\uD658",changeToOnlyTranslationMode:"\uBC88\uC5ED\uB9CC \uD45C\uC2DC\uD558\uB3C4\uB85D \uD1A0\uAE00",changeToDualTranslationMode:"\uC774\uC911 \uC5B8\uC5B4 \uBC88\uC5ED\uC73C\uB85C \uC804\uD658",translateToThePageEndImmediately:"\uD398\uC774\uC9C0 \uD558\uB2E8\uC73C\uB85C \uC989\uC2DC \uBC88\uC5ED\uD558\uAE30",translateTheMainPage:"\uC9C0\uB2A5\uD615 \uBC88\uC5ED \uC8FC\uC694 \uC9C0\uC5ED","The local rules are up to date":"\uB85C\uCEEC \uC801\uC751 \uADDC\uCE59\uC740 \uCD5C\uC2E0 \uC0C1\uD0DC\uC785\uB2C8\uB2E4.","Successfully synchronized with the latest official rules:":"\uCD5C\uC2E0 \uACF5\uC2DD \uC801\uC751 \uADDC\uCE59\uACFC \uC131\uACF5\uC801\uC73C\uB85C \uB3D9\uAE30\uD654\uB418\uC5C8\uC2B5\uB2C8\uB2E4.","Checking for updates":"\uC5C5\uB370\uC774\uD2B8 \uD655\uC778","Rules are being synchronized":"\uC801\uC751 \uADDC\uCE59 \uB3D9\uAE30\uD654 \uC911",localVersionIsTooOld:"\uB85C\uCEEC \uD655\uC7A5 \uD504\uB85C\uADF8\uB7A8 \uBC84\uC804\uC774 \uB108\uBB34 \uC624\uB798\uB418\uC5C8\uC73C\uBBC0\uB85C \uB3D9\uAE30\uD654\uB97C \uC2DC\uB3C4\uD558\uAE30 \uC804\uC5D0 \uD655\uC7A5 \uD504\uB85C\uADF8\uB7A8\uC744 {minVersion} \uC774\uC0C1\uC73C\uB85C \uC5C5\uADF8\uB808\uC774\uB4DC\uD558\uC138\uC694.",badUserscriptBrowser:"\uD604\uC7AC \uBE0C\uB77C\uC6B0\uC800\uB294 \uADF8\uB9AC\uC2A4\uBABD\uD0A4 \uD655\uC7A5 \uC778\uD130\uD398\uC774\uC2A4\uB97C \uC62C\uBC14\uB974\uAC8C \uAD6C\uD604\uD558\uC9C0 \uC54A\uC73C\uBBC0\uB85C(\uC608: \uADF8\uB9AC\uC2A4\uBABD\uD0A4 \uC2A4\uD06C\uB9BD\uD2B8 \uC790\uCCB4\uC758 \uBC84\uC804 \uBC88\uD638\uC5D0 \uB300\uD55C \uC815\uBCF4\uB97C \uC5BB\uC73C\uB824\uBA74), \uD30C\uC774\uC5B4\uD3ED\uC2A4 \uB4F1 <1>\uADF8\uB9AC\uC2A4\uBABD\uD0A4 \uD655\uC7A5 \uAE30\uB2A5\uC744 \uC9C0\uC6D0\uD558\uB294 \uB2E4\uB978 \uBE0C\uB77C\uC6B0\uC800\uB97C \uC0AC\uC6A9\uD558\uC2DC\uAE30 \uBC14\uB78D\uB2C8\uB2E4.",foundNewVersion:"\uC0C8 \uBC84\uC804 \uC54C\uC544\uBCF4\uAE30",theLocalExtensionIsUpToUpdate:"\uD604\uC7AC \uD655\uC7A5 \uD504\uB85C\uADF8\uB7A8\uC774 \uCD5C\uC2E0 \uBC84\uC804\uC785\uB2C8\uB2E4.",failToSyncRules:"\uCD5C\uC2E0 \uC801\uC751 \uADDC\uCE59\uC744 \uB3D9\uAE30\uD654\uD558\uC9C0 \uBABB\uD568",retry:"\uB2E4\uC2DC \uC2DC\uB3C4\uD558\uB824\uBA74 \uC5EC\uAE30\uB97C \uD074\uB9AD\uD558\uC138\uC694.",failedReason:"\uC2E4\uD328 \uC774\uC720",currentRuleVersion:"\uD604\uC7AC \uADDC\uCE59 \uBC84\uC804",calculating:"\uACC4\uC0B0",unknownError:"\uC54C \uC218 \uC5C6\uB294 \uC624\uB958",canNotFetchRemoteRule:"\uC6D0\uACA9 \uADDC\uCE59\uC744 \uAC00\uC838\uC62C \uC218 \uC5C6\uC74C",enableAlphaSuccess:"\uC54C\uD30C \uC0AC\uC6A9",disableAlphaSuccess:"\uC54C\uD30C \uAE30\uB2A5\uC774 \uAEBC\uC838 \uC788\uC2B5\uB2C8\uB2E4.",cacheSize:"\uCE90\uC2DC \uD06C\uAE30\uFF1A",cleaning:"\uCCAD\uC0B0 \uACFC\uC815\uC5D0\uC11C",cleanCache:"\uCE90\uC2DC \uC9C0\uC6B0\uAE30",options:"\uC124\uC815",about:"\uB2E4\uC74C\uACFC \uAD00\uB828\uD558\uC5EC",service:"\uD1B5\uC5ED \uC11C\uBE44\uC2A4",needAction:"(\uC124\uC815\uC73C\uB85C \uC774\uB3D9)",goSettings:"\uACC4\uC18D\uD574\uC11C \uC124\uC815\uD558\uC138\uC694.",needActionForOptions:"(\uC124\uC815 \uC608\uC815)",translationEngine:"\uC5D4\uC9C4 \uC635\uC158",sourceLanguage:"\uC6D0\uBCF8 \uC5B8\uC5B4",target:"\uB300\uC0C1 \uC5B8\uC5B4",popupSourceLanguage:"\uC6D0\uBCF8 \uC5B8\uC5B4",popupTarget:"\uB300\uC0C1 \uC5B8\uC5B4",popupService:"\uD1B5\uC5ED \uC11C\uBE44\uC2A4",forThisSite:"\uD604\uC7AC \uC6F9\uC0AC\uC774\uD2B8",autoEnableSubtitle:"\uC774\uC911 \uC5B8\uC5B4 \uC790\uB9C9 \uC790\uB3D9 \uC5F4\uAE30",alwaysTranslate:"\uD56D\uC0C1 \uBC88\uC5ED",neverTranslate:"\uBC88\uC5ED \uAE08\uC9C0",alwaysTranslateSomeLanguage:"\uD56D\uC0C1 \uBC88\uC5ED {language}",neverTranslateSomeLanguage:"\uBC88\uC5ED \uAE08\uC9C0 {language}",alwaysTranslateSomeSite:"\uD56D\uC0C1 \uBC88\uC5ED {hostname}",neverTranslateSomeSite:"\uBC88\uC5ED \uAE08\uC9C0 {hostname}",alwaysTranslateSomeSiteOrWildSite:"\uD56D\uC0C1 \uC0AC\uC774\uD2B8 \uBC88\uC5ED",alwaysTranslateSomePage:"\uD56D\uC0C1 \uD398\uC774\uC9C0 \uBC88\uC5ED",add:"\uC99D\uAC00",default:"\uAE30\uBCF8\uAC12(\uC124\uC815)",forThisLanguage:"\uC774 \uC5B8\uC5B4\uC758 \uACBD\uC6B0\uFF1A","add url":"URL \uC785\uB825",edit:"\uCEF4\uD30C\uC77C\uB7EC","translate other languages into specific language":"\uB2E4\uB978 \uC5B8\uC5B4\uB97C \uC124\uC815\uD55C \uC5B8\uC5B4\uB85C \uBC88\uC5ED","select translation service":"\uBC88\uC5ED \uC11C\uBE44\uC2A4 \uC120\uD0DD",language:"\uB2E4\uAD6D\uC5B4 \uC9C0\uC6D0","show-original":"\uC6D0\uBCF8 \uD14D\uC2A4\uD2B8 \uD45C\uC2DC",translate:"\uB80C\uB354\uB9C1",Translated:"\uBC88\uC5ED\uB428",Translating:"\uBC88\uC5ED \uC911",Error:"\uC798\uBABB\uB41C",allowCacheTranslations:"\uB85C\uCEEC \uBC88\uC5ED \uCE90\uC2F1 \uC0AC\uC6A9(\uC911\uBCF5 \uAD6C\uC808\uC5D0 \uB300\uD55C \uBC88\uC5ED \uC694\uCCAD\uC744 \uC904\uC774\uAE30 \uC704\uD574)","translation display":"\uBC88\uC5ED \uD45C\uC2DC \uC2A4\uD0C0\uC77C","select diplay style":"\uB2E4\uC74C \uC608\uC2DC\uB97C \uAD6C\uCCB4\uC801\uC73C\uB85C \uCC38\uC870\uD558\uC5EC \uBC88\uC5ED \uC2A4\uD0C0\uC77C\uC744 \uAD6C\uBD84\uD558\uC138\uC694.",interface:"\uC778\uD130\uD398\uC774\uC2A4 \uC124\uC815",import_export:"\uAC00\uC838\uC624\uAE30/\uB0B4\uBCF4\uB0B4\uAE30",import_export_title:"\uAD6C\uC131 \uAC00\uC838\uC624\uAE30/\uB0B4\uBCF4\uB0B4\uAE30",syncToGoogleDrive:"\uC9C0\uAE08 Google \uB4DC\uB77C\uC774\uBE0C\uC640 \uB3D9\uAE30\uD654",floatBallOptions:"\uD638\uBC84\uBCFC \uC124\uC815","floatBallOptions.enable":"\uD638\uBC84\uBCFC \uD65C\uC131\uD654","floatBallOptions.blockUrls":"\uC6F9\uC0AC\uC774\uD2B8 \uBE44\uD65C\uC131\uD654","floatBallOptions.add":"\uC99D\uAC00","floatBallOptions.blockUrlDesc":"\uB2E4\uC74C \uC6F9\uC0AC\uC774\uD2B8\uC5D0\uC11C\uB294 \uD638\uBC84\uBCFC\uC774 \uD45C\uC2DC\uB418\uC9C0 \uC54A\uC2B5\uB2C8\uB2E4.","floatBallOptions.clickType":"\uD074\uB9AD \uB3D9\uC791","floatBallOptions.clickTypeDesc":"\uD074\uB9AD \uC2DC \uD638\uBC84\uBCFC \uC544\uC774\uCF58 \uB3D9\uC791","floatBallOptions.clickPopup":"\uBC88\uC5ED \uD328\uB110 \uD45C\uC2DC","floatBallOptions.clickTranslate":"\uC6D0\uBCF8 \uD14D\uC2A4\uD2B8 \uBC88\uC5ED/\uD45C\uC2DC","floatBallOptions.fixedPosition":"\u56FA\u5B9A\u4F4D\u7F6E","floatBallOptions.fixedPositionDesc":"\u60AC\u6D6E\u7403\u5728\u7A97\u53E3\u5DE6\u4FA7\u8FD8\u662F\u53F3\u4FA7","floatBallOptions.fixedPositionLeft":"\u5DE6\u4FA7","floatBallOptions.fixedPositionRight":"\u53F3\u4FA7",previewAllThemes:"\uBAA8\uB4E0 \uC2A4\uD0C0\uC77C \uBBF8\uB9AC\uBCF4\uAE30","translationTheme.none":"\uAC00\uC9C0\uACE0 \uC788\uC9C0 \uC54A\uB2E4","translationTheme.grey":"\uC9D9\uC740 \uD68C\uC0C9","translationTheme.dashed":"\uC810\uC120 \uBC11\uC904","translationTheme.dotted":"\uC810\uC120 \uBC11\uC904","translationTheme.dashedBorder":"\uC810\uC120 \uD14C\uB450\uB9AC","translationTheme.solidBorder":"\uC2E4\uC120 \uD14C\uB450\uB9AC","translationTheme.underline":"\uC9C1\uC120\uC5D0 \uBC11\uC904","translationTheme.mask":"\uD37C\uC9C0 \uD6A8\uACFC(\uD559\uC2B5 \uBAA8\uB4DC)","translationTheme.opacity":"\uD22C\uBA85\uC131 \uD6A8\uACFC","translationTheme.paper":"\uD770 \uC885\uC774 \uADF8\uB9BC\uC790 \uD6A8\uACFC","translationTheme.dividingLine":"\uAD6C\uBD84\uC120","translationTheme.highlight":"\uB192\uC740 \uBC1D\uAE30","translationTheme.marker":"\uB9C8\uCEE4(\uC678\uB798\uC5B4)","translationTheme.marker2":"\uB9C8\uCEE4 2","translationTheme.blockquote":"\uCC38\uC870 \uC2A4\uD0C0\uC77C","translationTheme.weakening":"\uC57D\uD654","translationTheme.italic":"\uAE30\uC6B8\uC5B4\uC9C0\uB294 \uC11C\uCCB4","translationTheme.bold":"\uB450\uAECD\uAC8C","translationTheme.thinDashed":"\uAC00\uB294 \uC810\uC120 \uBC11\uC904","translationTheme.nativeDashed":"\uC2DC\uC2A4\uD15C\uC5D0\uB294 \uC810\uC120\uC73C\uB85C \uD45C\uC2DC\uB41C \uBC11\uC904\uC774 \uC788\uC2B5\uB2C8\uB2E4.","translationTheme.nativeDotted":"\uC2DC\uC2A4\uD15C\uC5D0\uB294 \uC810\uC120\uC73C\uB85C \uBC11\uC904\uC774 \uADF8\uC5B4\uC838 \uC788\uC2B5\uB2C8\uB2E4.","translationTheme.nativeUnderline":"\uC2DC\uC2A4\uD15C\uC5D0\uB294 \uC9C1\uC120 \uBC11\uC904\uC774 \uC788\uC2B5\uB2C8\uB2E4.","translationTheme.wavy":"\uBB3C\uACB0 \uBAA8\uC591 \uB77C\uC778","translationServices.custom":"\uC0AC\uC6A9\uC790 \uC9C0\uC815 API","translationServices.tencent":"\uD150\uC13C\uD2B8 \uBC88\uC5ED\uAE30","translationServices.tenAlpha":"\uD150\uC13C\uD2B8 \uBC88\uC5ED\uAE30(\uC54C\uD30C)","translationServices.google":"Google \uBC88\uC5ED","translationServices.bai":"\uBC14\uC774\uB450(\uC54C\uD30C)","translationServices.baidu":"\uBC14\uC774\uB450 \uBC88\uC5ED","translationServices.aliyun":"\uC54C\uB9AC\uD074\uB77C\uC6B0\uB4DC \uBC88\uC5ED","translationServices.volc":"\uD654\uC0B0 \uBC88\uC5ED","translationServices.deeplx":"DeepLX(\uBCA0\uD0C0)","translationServices.bing":"Microsoft \uBC88\uC5ED","translationServices.deepl":"DeepL","translationServices.wechat":"\uC704\uCC57 \uBC88\uC5ED","translationServices.azure":"Azure \uBC88\uC5ED","translationServices.ibm":"IBM \uC653\uC2A8","translationServices.aws":"\uC544\uB9C8\uC874 \uBC88\uC5ED","translationServices.mock":"\uC2DC\uBBAC\uB808\uC774\uC158 \uBC88\uC5ED","translationServices.mock2":"\uC2DC\uBBAC\uB808\uC774\uC158 \uBC88\uC5ED 2","translationServices.caiyun":"\uC870\uBA85. \uB2E4\uCC44\uB85C\uC6B4 \uAD6C\uB984\uACFC \uC791\uC740 \uBC88\uC5ED","translationServices.cai":"\uB2E4\uCC44\uB85C\uC6B4 \uAD6C\uB984(\uC54C\uD30C)","translationServices.volcAlpha":"\uD654\uC0B0 (\uC54C\uD30C)","translationServices.openl":"OpenL","translationServices.youdao":"\uC720\uD29C\uBE0C \uBC88\uC5ED","translationServices.you":"\uC720\uB2E4\uC624 \uBC88\uC5ED\uAE30(\uC54C\uD30C)","translationServices.transmart":"\uD150\uC13C\uD2B8 \uC778\uD130\uB799\uD2F0\uBE0C \uBC88\uC5ED","translationServices.niu":"\uB9E4\uBC84\uB9AD \uBC88\uC5ED\uAE30","translationServices.papago":"\uD30C\uD30C\uACE0 \uBC88\uC5ED","translationServices.d":"D(\uC54C\uD30C)","translationServices.dpro":"D \uD504\uB85C(\uCE74\uB098\uB9AC\uC544)","translationServices.openai":"OpenAI","translationServices.yandex":"Yandex","translationServices.chatgpt":"ChatGPT \uC6F9(3.5 \uBAA8\uBC14\uC77C)","translate title":"\uD398\uC774\uC9C0 \uC81C\uBAA9 \uBC88\uC5ED","always languages":"\uD56D\uC0C1 \uC5B8\uC5B4 \uBC88\uC5ED",neverTranslateLanguagesLabel:"\uBC88\uC5ED\uB418\uC9C0 \uC54A\uB294 \uC5B8\uC5B4",neverTranslateTheFollowingLanguagesDescription:"\uD398\uC774\uC9C0\uC758 \uB2E8\uB77D\uC774 \uB2E4\uC74C \uC5B8\uC5B4 \uC911 \uD558\uB098\uC778 \uACBD\uC6B0 \uBC88\uC5ED\uC774 \uAC74\uB108\uB6F0\uC5B4\uC9D1\uB2C8\uB2E4.",enableUserscriptPagePopup:"\uD398\uC774\uC9C0\uC5D0 \uD638\uBC84\uBCFC \uD45C\uC2DC",enableUserscriptPagePopupDescription:"\uD638\uBC84\uBCFC\uC744 \uB044\uACE0 \uB098\uBA74 \uBC14\uB85C \uAC00\uAE30 /{touch}\uB85C \uBD88\uB7EC\uC62C \uC218 \uC788\uC2B5\uB2C8\uB2E4. \uC2E4\uC218\uB85C \uC774 \uC635\uC158\uC744 \uB048 \uD6C4 \uD638\uBC84\uBCFC\uC744 \uCC3E\uC9C0 \uBABB\uD558\uB294 \uACBD\uC6B0\uB97C \uBC29\uC9C0\uD558\uAE30 \uC704\uD574 \uC774 \uC124\uC815 \uD398\uC774\uC9C0\uB97C \uBD81\uB9C8\uD06C\uC5D0 \uCD94\uAC00\uD558\uB294 \uAC83\uC774 \uC88B\uC2B5\uB2C8\uB2E4!","always translate the following languages":"\uD398\uC774\uC9C0\uAC00 \uB2E4\uC74C \uC5B8\uC5B4 \uC911 \uD558\uB098\uC778 \uACBD\uC6B0 \uB300\uC0C1 \uC5B8\uC5B4\uB85C \uC790\uB3D9 \uBC88\uC5ED\uB429\uB2C8\uB2E4.","always sites":"\uD56D\uC0C1 \uBC88\uC5ED\uB41C \uC6F9 \uC0AC\uC774\uD2B8","always translate the following sites":"\uC6F9 \uC0AC\uC774\uD2B8\uAC00 \uB2E4\uC74C \uB3C4\uBA54\uC778 \uC774\uB984\uC778 \uACBD\uC6B0 \uB300\uC0C1 \uC5B8\uC5B4\uB85C \uC790\uB3D9 \uBC88\uC5ED\uB429\uB2C8\uB2E4.","never sites":"\uBC88\uC5ED\uB418\uC9C0 \uC54A\uC740 \uC6F9 \uC0AC\uC774\uD2B8","never translate the following sites":"\uC6F9\uC0AC\uC774\uD2B8\uAC00 \uB2E4\uC74C \uB3C4\uBA54\uC778\uC6A9\uC778 \uACBD\uC6B0 \uBC88\uC5ED\uC774 \uC218\uD589\uB418\uC9C0 \uC54A\uC2B5\uB2C8\uB2E4.","please refer to":"\uD0A4\uB97C \uC0AC\uC6A9\uD558\uB824\uBA74 \uD0A4\uB97C \uC785\uB825\uD574\uC57C \uD558\uBA70, \uC790\uC138\uD55C \uB0B4\uC6A9\uC740 \uB2E4\uC74C\uC744 \uCC38\uC870\uD558\uC138\uC694.",KeyAndConfigurationTutorial:"\uC8FC\uC694 \uC560\uD50C\uB9AC\uCF00\uC774\uC158 \uBC0F \uAD6C\uC131 \uD29C\uD1A0\uB9AC\uC5BC",useAboveStyleForTheseSites:"\uB2E4\uC74C \uB3C4\uBA54\uC778\uC744 \uC704\uD55C \uC0AC\uC774\uD2B8\uC778 \uACBD\uC6B0 \uD56D\uC0C1 \u2308{theme}\u230B \uBC88\uC5ED \uC2A4\uD0C0\uC77C\uC744 \uC0AC\uC6A9\uD558\uC138\uC694.",currentUrl:"\uD604\uC7AC URL",confirm:"\uC800\uC7A5(\uD30C\uC77C \uB4F1)(\uCEF4\uD4E8\uD305)",cancel:"\uCDE8\uC18C",delete:"\uC81C\uAC70","languages.auto":"\uC790\uB3D9 \uAC10\uC9C0",syncToCloud:"Google \uB4DC\uB77C\uC774\uBE0C\uC5D0 \uB3D9\uAE30\uD654",syncToCloudDescription:"\uD074\uB77C\uC6B0\uB4DC\uC5D0 \uC5C5\uB85C\uB4DC\uB41C \uAD6C\uC131\uC740 \uB9C8\uC9C0\uB9C9\uC73C\uB85C \uC218\uC815\uB41C \uBE0C\uB77C\uC6B0\uC800/\uADF8\uB9AC\uC2A4\uBABD\uD0A4 \uC2A4\uD06C\uB9BD\uD2B8 \uAC04\uC5D0 \uB3D9\uAE30\uD654\uD560 \uC218 \uC788\uC2B5\uB2C8\uB2E4.",syncToAccount:"\uBAB0\uC785\uD615 \uBC88\uC5ED \uD074\uB77C\uC6B0\uB4DC\uC5D0 \uB3D9\uAE30\uD654",syncToAccountButton:"\uD074\uB77C\uC6B0\uB4DC\uC640 \uC989\uC2DC \uB3D9\uAE30\uD654",syncToAccountDescription:"\uB9C8\uC9C0\uB9C9\uC73C\uB85C \uC218\uC815\uD55C \uC2DC\uAC04\uC744 \uAE30\uC900\uC73C\uB85C \uC11C\uB85C \uB2E4\uB978 \uC7A5\uCE58 \uAC04\uC5D0 \uAD6C\uC131\uC744 \uC790\uB3D9\uC73C\uB85C \uB3D9\uAE30\uD654\uD569\uB2C8\uB2E4.",successSyncConfigInAccount:"\uD074\uB77C\uC6B0\uB4DC\uC640\uC758 \uC131\uACF5\uC801\uC778 \uB3D9\uAE30\uD654",successSyncConfigToAccount:"\uD074\uB77C\uC6B0\uB4DC\uC5D0 \uC131\uACF5\uC801\uC73C\uB85C \uB3D9\uAE30\uD654",syncConfigNoUpdate:"\uC774\uBBF8 \uCD5C\uC2E0 \uBC84\uC804\uC785\uB2C8\uB2E4.",authFail:"\uC778\uC99D \uC2E4\uD328",syncTitle:"\uC218\uB3D9 \uBC31\uC5C5 \uAD00\uB9AC",import_hint:"\uAC00\uC838\uC624\uAE30(\uB370\uC774\uD130)",upload:"\uC5C5\uB85C\uB4DC",revokeAuth:"\uC2B9\uC778 \uCDE8\uC18C",uploadFail:"\uC5C5\uB85C\uB4DC \uC2E4\uD328",download:"\uB2E4\uC6B4\uB85C\uB4DC",importSuccess:"\uAC00\uC838\uC624\uAE30 \uC131\uACF5",importFail:"\uAC00\uC838\uC624\uAE30 \uC2E4\uD328",deleteFail:"\uC0AD\uC81C\uD558\uC9C0 \uBABB\uD568",backupToCloud:"\uBC31\uC5C5 \uD30C\uC77C \uC218\uB3D9 \uAD00\uB9AC",create_new_backup:"\uC0C8 \uBC31\uC5C5 \uB178\uB4DC \uCD94\uAC00",maxBackupFiles:"\uCD5C\uB300{count}\uAC1C\uC758 \uC11C\uB85C \uB2E4\uB978 \uB178\uB4DC\uB97C \uBC31\uC5C5\uD560 \uC218 \uC788\uC73C\uBA70, \uD544\uC694\uD558\uC9C0 \uC54A\uC740 \uB178\uB4DC\uB294 \uC0AD\uC81C\uD558\uC138\uC694.",backupToCloudDescription:"\uBC31\uC5C5 \uD30C\uC77C\uC744 \uC218\uB3D9\uC73C\uB85C \uC5C5\uB85C\uB4DC\uD558\uAC70\uB098 \uBCF5\uC6D0\uD558\uC5EC \uCD5C\uB300 3\uAC1C\uC758 \uC11C\uB85C \uB2E4\uB978 \uBC31\uC5C5 \uD5C8\uC6A9",successSyncConfig:"\uD074\uB77C\uC6B0\uB4DC\uC640\uC758 \uC131\uACF5\uC801\uC778 \uB3D9\uAE30\uD654",syncFail:"\uB3D9\uAE30\uD654 \uC2E4\uD328",updatedAt:"{date}\uC5D0\uC11C \uC5C5\uB370\uC774\uD2B8\uB428",lastSyncedAt:"\uCD5C\uC885 \uD655\uC778: {date}",downloadFail:"\uB2E4\uC6B4\uB85C\uB4DC\uC5D0 \uC2E4\uD328\uD588\uC2B5\uB2C8\uB2E4.",clickToDownload:"\uB2E4\uC6B4\uB85C\uB4DC\uD558\uB824\uBA74 \uD074\uB9AD",aboutLabel:"\uC815\uBCF4 - \uD53C\uB4DC\uBC31","browser.openAboutPage":"\uC815\uBCF4/\uD53C\uB4DC\uBC31",aboutLabelWithoutSponsor:"\uC815\uBCF4 - \uD53C\uB4DC\uBC31",aboutIntro:"\uC6B0\uB9AC \uBAA8\uB450\uAC00 \uC778\uD130\uB137\uC758 \uBC29\uB300\uD55C \uC678\uAD6D\uC5B4 \uC815\uBCF4\uC5D0 \uB354 \uC27D\uACE0 \uC990\uAC81\uAC8C \uC561\uC138\uC2A4\uD560 \uC218 \uC788\uAE30\uB97C \uBC14\uB78D\uB2C8\uB2E4 \u2764\uFE0F <6>Pro \uBA64\uBC84\uC2ED\uC744 \uD65C\uC131\uD654\uD558\uC5EC \uBC14\uB85C \uC0AC\uC6A9\uD560 \uC218 \uC788\uB294 DeepL \uBC0F OpenAI \uBC88\uC5ED\uC744 \uC0AC\uC6A9\uD560 \uC218 \uC788\uC2B5\uB2C8\uB2E4.

<3>\uD2B8\uC704\uD130, <4>\uD154\uB808\uADF8\uB7A8, \uC6E8\uC774\uBCF4, \uC704\uCC57\uC5D0\uC11C \uD314\uB85C\uC6B0\uD558\uAC70\uB098 \uC544\uB798 <5>\uBA54\uC77C\uB9C1 \uB9AC\uC2A4\uD2B8\uC5D0 <5>\uAC00\uC785\uD558\uC5EC \uC5C5\uB370\uC774\uD2B8\uB97C \uD655\uC778\uD560 \uC218 \uC788\uC2B5\uB2C8\uB2E4.
<7>\uD504\uB85C \uD68C\uC6D0\uC740 <8>support@immersivetranslate.com \uC73C\uB85C \uBB38\uC758\uD558\uC2DC\uBA74 \uBE60\uB978 \uACE0\uAC1D \uC11C\uBE44\uC2A4\uB97C \uBC1B\uC73C\uC2E4 \uC218 \uC788\uC2B5\uB2C8\uB2E4.",aboutIntroWithoutSponsor:"\uC6B0\uB9AC \uBAA8\uB450\uAC00 \uC778\uD130\uB137\uC5D0\uC11C \uC81C\uACF5\uB418\uB294 \uBC29\uB300\uD55C \uC591\uC758 \uC678\uAD6D\uC5B4 \uC815\uBCF4\uC5D0 \uB354 \uC27D\uACE0 \uC990\uAC81\uAC8C \uC811\uADFC\uD560 \uC218 \uC788\uAE30\uB97C \uBC14\uB78D\uB2C8\uB2E4 \u2764\uFE0F

<3>\uD2B8\uC704\uD130, <4>\uD154\uB808\uADF8\uB7A8 \uCC44\uB110, \uC704\uCC57, \uC704\uCC57 \uC775\uC2A4\uCCB4\uC778\uC9C0\uC5D0\uC11C \uD314\uB85C\uC6B0\uD558\uAC70\uB098 \uC544\uB798 <5>\uC774\uBA54\uC77C\uB85C \uC5C5\uB370\uC774\uD2B8\uB97C <5>\uAD6C\uB3C5\uD560 \uC218 \uC788\uC2B5\uB2C8\uB2E4.",projectHomepage:"\uD504\uB85C\uC81D\uD2B8 \uD648",joinTelegramGroup:"\uC0AC\uC6A9\uC790 \uADF8\uB8F9\uC5D0 \uAC00\uC785\uD558\uC5EC \uAE30\uB2A5 \uD1A0\uB860\uC5D0 \uCC38\uC5EC\uD558\uC138\uC694.",wechatPublicAccount:"\uC704\uCC57 \uACF5\uAC1C",wechatCommunities:"\uC704\uCC57 \uAD50\uD658 \uADF8\uB8F9",qqCommunities:"QQ \uCEE4\uBBA4\uB2C8\uCF00\uC774\uC158 \uCC44\uB110",joinTelegramChannel:"\uD154\uB808\uADF8\uB7A8 \uCC44\uB110 \uD314\uB85C\uC6B0\uD558\uC5EC \uCD5C\uC2E0 \uC5C5\uB370\uC774\uD2B8 \uD655\uC778",feedbackAndJoin:"\uC9C8\uBB38 \uD53C\uB4DC\uBC31 / \uADF8\uB8F9 \uCD94\uAC00",autoSync:"\uC790\uB3D9 \uC2DC\uAC04 \uB3D9\uAE30\uD654",loadingThemeTitle:"\uB85C\uB529 \uC2A4\uD0C0\uC77C",loadingThemeDescription:"\uBC88\uC5ED \uB85C\uB4DC\uB97C \uAE30\uB2E4\uB9B4 \uB54C \uC2A4\uD0C0\uC77C \uC124\uC815\uD558\uAE30","loadingTheme.spinner":"\uD68C\uC804 \uC560\uB2C8\uBA54\uC774\uC158","loadingTheme.text":"\uC815\uC801 \uD14D\uC2A4\uD2B8 sth. ","loadingTheme.none":"\uD45C\uC2DC\uB418\uC9C0 \uC54A\uC74C",developerDescription:"\uACE0\uAE09 \uC0AC\uC6A9\uC790 \uC9C0\uC815\uC5D0 \uB300\uD55C \uBB38\uC11C\uB294 <1>\uC5EC\uAE30\uC5D0\uC11C \uD655\uC778\uD560 \uC218 \uC788\uC2B5\uB2C8\uB2E4.","edit border color":"\uD14C\uB450\uB9AC \uC0C9\uC0C1 \uC218\uC815",successSyncButNoChange:"\uD604\uC7AC \uAD6C\uC131\uC774 \uD074\uB77C\uC6B0\uB4DC\uC640 \uC77C\uCE58\uD569\uB2C8\uB2E4.",customTheme:"\uB9DE\uCDA4\uD615 \uC0C9\uC0C1 \uBC0F \uD06C\uAE30","customThemeLabel.borderColor":"\uD14C\uB450\uB9AC \uC0C9\uC0C1","customThemeLabel.borderRadius":"\uB465\uADFC \uBAA8\uC11C\uB9AC","customThemeLabel.textColor":"\uD14D\uC2A4\uD2B8 \uC0C9\uC0C1","customThemeLabel.backgroundColor":"\uBC30\uACBD\uC0C9","customThemeLabel.zoom":"\uAE00\uAF34 \uD06C\uAE30 \uC870\uC815(%)","customThemeLabel.opacity":"\uD14D\uC2A4\uD2B8 \uBD88\uD22C\uBA85\uB3C4(%)",resetToDefaultColor:"\uAE30\uBCF8 \uC0C9\uC0C1\uC73C\uB85C \uBCF5\uC6D0",resetToDefaultSettings:"\uAE30\uBCF8 \uC124\uC815\uC73C\uB85C \uBCF5\uC6D0",isTranslateTitle:"\uD398\uC774\uC9C0 \uC81C\uBAA9 \uBC88\uC5ED \uC0AC\uC6A9",isTranslateTitleDescription:"\uC804\uC6D0\uC744 \uCF1C\uBA74 \uD398\uC774\uC9C0 \uC81C\uBAA9\uC774 \uBC88\uC5ED\uB429\uB2C8\uB2E4.",enableSearchEnhancement:"\uC774\uC911 \uC5B8\uC5B4 \uBA54\uC2DC\uC9C0 \uD5A5\uC0C1 \uC0AC\uC6A9",enableSearchEnhancementDescription:"\uC774 \uAE30\uB2A5\uC744 \uD65C\uC131\uD654\uD558\uBA74 \uC9C0\uC6D0\uB418\uB294 \uC6F9\uC0AC\uC774\uD2B8(Google \uB274\uC2A4, Google \uAC80\uC0C9(\uC77C\uBD80 \uD0A4\uC6CC\uB4DC), \uC2A4\uB178\uC6B0\uBCFC, \uC624\uB9AC\uC5D4\uD0C8 \uD3EC\uCD98, \uD4E8\uD22C\uB77C, \uD0C0\uC774\uAC70 \uCEE4\uBBA4\uB2C8\uD2F0)\uC758 \uC624\uB978\uCABD \uC5F4\uC5D0 \uD574\uB2F9 \uC601\uC5B4 \uD0A4\uC6CC\uB4DC\uC5D0 \uB300\uD55C 'Google \uB274\uC2A4'\uC758 \uAC80\uC0C9 \uACB0\uACFC\uAC00 \uC790\uB3D9\uC73C\uB85C \uD45C\uC2DC\uB429\uB2C8\uB2E4.",verifyService:"\uC11C\uBE44\uC2A4\uB97C \uD14C\uC2A4\uD2B8\uD558\uB824\uBA74 \uC5EC\uAE30\uB97C \uD074\uB9AD\uD558\uC138\uC694.",verified:"\uC131\uACF5 \uD655\uC778","field.langs":"\uC9C0\uC6D0\uB418\uB294 \uC5B8\uC5B4 \uCF54\uB4DC","field.model":"\uBAA8\uB378\uB9C1","field.translationEngine":"\uBC88\uC5ED \uC5D4\uC9C4","field.limitPerMinute":"\uBD84\uB2F9 \uCD5C\uB300 \uC694\uCCAD \uC218","field.limitPerSecond":"\uCD08\uB2F9 \uCD5C\uB300 \uC694\uCCAD \uC218","field.maxTextLengthPerRequest":"\uC694\uCCAD\uB2F9 \uCD5C\uB300 \uD14D\uC2A4\uD2B8 \uAE38\uC774","field.maxTextGroupLengthPerRequest":"\uC694\uCCAD\uB2F9 \uCD5C\uB300 \uB2E8\uB77D \uC218","field.apiUrl":"\uC0AC\uC6A9\uC790 \uC9C0\uC815 API \uC778\uD130\uD398\uC774\uC2A4 \uC8FC\uC18C","field.placeholderDelimiters":"\uC608\uC57D\uB41C \uC790\uB9AC \uD45C\uC2DC\uC790","description.custom":"\uC0AC\uC6A9\uC790 \uC9C0\uC815 \uC778\uD130\uD398\uC774\uC2A4 \uC561\uC138\uC2A4 \uBB38\uC11C \uD544\uC694","description.limitPerMinute":"\uC774 \uD55C\uB3C4\uB97C \uCD08\uACFC\uD558\uB294 \uC694\uCCAD\uC740 \uB2E4\uC74C \uBD84\uC774 \uC2DC\uC791\uB420 \uB54C\uAE4C\uC9C0 \uB300\uAE30\uC5F4\uC5D0 \uB4E4\uC5B4\uAC11\uB2C8\uB2E4. \uD604\uC7AC OpenAI \uC11C\uBE44\uC2A4\uC758 \uC5EC\uB7EC \uAC00\uC9C0 \uC81C\uD55C \uC0AC\uD56D\uC73C\uB85C \uC778\uD574 <1>\uC5EC\uAE30\uB97C \uD074\uB9AD\uD558\uC5EC \uCD5C\uC2E0 \uC81C\uC548 \uAC12\uC744 \uD655\uC778\uD558\uC138\uC694.","description.limitPerSecond":"\uC774 \uC81C\uD55C\uC744 \uCD08\uACFC\uD558\uB294 \uC694\uCCAD\uC740 \uB2E4\uC74C \uCD08\uAC00 \uC2DC\uC791\uB420 \uB54C\uAE4C\uC9C0 \uB300\uAE30\uC5F4\uC5D0 \uB4E4\uC5B4\uAC11\uB2C8\uB2E4. \uD604\uC7AC OpenAI \uC11C\uBE44\uC2A4\uC758 \uC5EC\uB7EC \uAC00\uC9C0 \uC81C\uD55C \uC0AC\uD56D\uC73C\uB85C \uC778\uD574 <1>\uC5EC\uAE30\uB97C \uD074\uB9AD\uD558\uC5EC \uCD5C\uC2E0 \uC81C\uC548 \uAC12\uC744 \uD655\uC778\uD558\uC138\uC694.","description.generalLimitPerSecond":"\uC774 \uC81C\uD55C\uC744 \uCD08\uACFC\uD558\uB294 \uC694\uCCAD\uC740 \uB2E4\uC74C \uCD08\uAC00 \uC2DC\uC791\uB420 \uB54C\uAE4C\uC9C0 \uB300\uAE30\uC5F4\uC5D0 \uB4E4\uC5B4\uAC11\uB2C8\uB2E4.","description.prompt":"\uC0AC\uC6A9\uC790 \uC2E0\uBD84\uC73C\uB85C {service}\uC5D0 \uBCF4\uB0B8 \uB300\uD654\uC5D0\uC11C {{text}}\uB294 \uB2E8\uB77D\uC758 \uD14D\uC2A4\uD2B8 \uB0B4\uC6A9\uC744 \uB098\uD0C0\uB0B4\uACE0, {{from}}\uC740 \uB2E8\uB77D\uC758 \uC5B8\uC5B4\uB97C \uB098\uD0C0\uB0B4\uBA70, {{to}}\uB294 \uBAA9\uD45C \uC5B8\uC5B4\uB97C \uB098\uD0C0\uB0C5\uB2C8\uB2E4.","description.maxTextLengthPerRequest":"\uC694\uCCAD\uB2F9 \uCD5C\uB300 \uAE00\uC790 \uC218\uAC00 \uB108\uBB34 \uB9CE\uC73C\uBA74 \uC778\uD130\uD398\uC774\uC2A4\uAC00 \uB290\uB9AC\uAC8C \uC751\uB2F5\uD558\uBBC0\uB85C \uC774 \uC635\uC158\uC744 \uC870\uC815\uD558\uC5EC \uC18D\uB3C4\uB97C \uCD5C\uC801\uD654\uD558\uC138\uC694.","description.systemPrompt":"\uC2DC\uC2A4\uD15C \uC2E0\uBD84\uC73C\uB85C {service}\uC5D0\uAC8C \uBCF4\uB0B8 \uB300\uD654\uC5D0\uC11C {{text}}\uB294 \uB2E8\uB77D\uC758 \uD14D\uC2A4\uD2B8 \uB0B4\uC6A9\uC744 \uB098\uD0C0\uB0B4\uACE0, {{from}}\uC740 \uB2E8\uB77D\uC758 \uC5B8\uC5B4\uB97C \uB098\uD0C0\uB0B4\uBA70, {{to}}\uB294 \uBAA9\uD45C \uC5B8\uC5B4\uB97C \uB098\uD0C0\uB0C5\uB2C8\uB2E4.","field.domain":"\uC601\uC5ED","description.domain":"\uAE30\uBCF8\uAC12\uC740\uFF1Ageneral\uC785\uB2C8\uB2E4. \uC544\uB9AC\uB9C8 API \uCF58\uC194\uC5D0\uC11C \uB3C4\uBA54\uC778 \uBC88\uC5ED\uC774 \uD65C\uC131\uD654\uB41C \uACBD\uC6B0\uC5D0\uB9CC \uC124\uC815\uD560 \uC218 \uC788\uC73C\uBA70, \uC9C0\uC6D0\uB418\uB294 \uB3C4\uBA54\uC778\uC740 <1>\uC5EC\uAE30\uB97C \uCC38\uC870\uD558\uC138\uC694.","field.scene":"take","description.scene":"\uAE30\uBCF8\uAC12\uC740\uFF1Ageneral\uC785\uB2C8\uB2E4. AliCloud API \uCF58\uC194\uC774 Machine Translation Pro\uB97C \uC5EC\uB294 \uACBD\uC6B0\uC5D0\uB9CC \uC124\uC815\uD560 \uC218 \uC788\uC73C\uBA70, \uC9C0\uC6D0\uB418\uB294 \uC2DC\uB098\uB9AC\uC624\uB294 <1>\uC5EC\uAE30\uB97C \uCC38\uC870\uD558\uC138\uC694.","field.vocabId":"\uC0AC\uC6A9\uC790 \uC0AC\uC804 ID","description.vocabId":"\uC9C0\uC815\uB41C \uC0AC\uC804 out_id\uB294 \uD604\uC7AC \uC601\uC5B4\uC5D0\uC11C \uC911\uAD6D\uC5B4 \uBC88\uC5ED\uC744 \uC9C0\uC6D0\uD569\uB2C8\uB2E4.","description.model":"OpenAI \uBAA8\uB378, gpt-3.5-turbo, gpt-4 \uB4F1 \uAC00\uB2A5","description.maxTextGroupLengthPerRequest":"\uD55C \uBC88\uC5D0 \uBC88\uC5ED \uC11C\uBE44\uC2A4\uB85C \uC804\uC1A1\uB418\uB294 \uB2E8\uB77D \uC218, \uB2E8\uB77D\uC774 \uB108\uBB34 \uB9CE\uC73C\uBA74 \uC778\uD130\uD398\uC774\uC2A4\uAC00 \uB290\uB9AC\uAC8C \uC751\uB2F5\uD560 \uC218 \uC788\uC2B5\uB2C8\uB2E4.","description.apiUrl":"\uACBD\uB85C, <1>\uC790\uC138\uD55C \uC124\uBA85\uC774 \uD3EC\uD568\uB41C \uD2B9\uC815 URL\uC744 \uCD94\uAC00\uD558\uC138\uC694.",enabledExtension:"\uD655\uC7A5 \uAE30\uB2A5 \uC0AC\uC6A9",clickToDisableExtension:"\uD655\uC7A5 \uAE30\uB2A5\uC744 \uBE44\uD65C\uC131\uD654\uD558\uB824\uBA74 \uD074\uB9AD\uD558\uC138\uC694.",clickToEnableExtension:"\uD655\uC7A5 \uAE30\uB2A5\uC744 \uC0AC\uC6A9\uD558\uB824\uBA74 \uD074\uB9AD\uD558\uC138\uC694.",hasBeenDisabled:"disabled","show password":"\uBE44\uBC00\uBC88\uD638 \uD45C\uC2DC",customContent:"\uC0AC\uC6A9\uC790 \uC9C0\uC815 \uBAA8\uB378 \uC774\uB984 \uC785\uB825",inputOptions:"\uC785\uB825 \uC0C1\uC790 \uAC1C\uC120",mouseHoverOptions:"\uB9C8\uC6B0\uC2A4 \uD638\uBC84",modifyMouseHoverKey:"\uB9C8\uC6B0\uC2A4 \uCEE4\uC11C \uBC14\uB85C \uAC00\uAE30 \uC218\uC815",enableInputTranslation:"\uC785\uB825 \uC0C1\uC790 \uD5A5\uC0C1 \uD65C\uC131\uD654 \uC5EC\uBD80",enableInputTranslationDescription:"\uD65C\uC131\uD654\uB418\uBA74 \uC785\uB825 \uC0C1\uC790\uC5D0 {startingKey}{startingKey} hello\uB97C \uC9C1\uC811 \uC785\uB825\uD55C \uB2E4\uC74C{inputTrailingTriggerKeyRepeatTimes}\uBC88{trailingKey}\uC744 \uBE60\uB974\uAC8C \uB20C\uB7EC {inputTargetLanguage}\uC73C\uB85C \uBC88\uC5ED\uD569\uB2C8\uB2E4.",enableInputTranslationDescriptionForNoneKey:"\uD65C\uC131\uD654\uB418\uBA74 \uC785\uB825 \uC0C1\uC790\uC5D0\uFF1AHello World\uB97C \uC9C1\uC811 \uC785\uB825\uD55C \uB2E4\uC74C{inputTrailingTriggerKeyRepeatTimes}{trailingKey}\uC744 \uBE60\uB974\uAC8C \uC5EC\uB7EC \uBC88 \uB20C\uB7EC \uAE30\uBCF8 \uB300\uC0C1 \uC5B8\uC5B4\uB85C \uBC88\uC5ED\uD569\uB2C8\uB2E4.",inputTargetLanguage:"\uC785\uB825 \uC0C1\uC790\uC758 \uAE30\uBCF8 \uB300\uC0C1 \uC5B8\uC5B4 \uC124\uC815",inputTargetLanguageDescription:"\uC785\uB825 \uC0C1\uC790 \uBC88\uC5ED\uC758 \uAE30\uBCF8 \uB300\uC0C1 \uC5B8\uC5B4(\uC608: \uD2B8\uB9AC\uAC70 \uB2E8\uC5B4\uC758 \uAE30\uBCF8 \uC5B8\uC5B4 {startingKey}{startingKey})",inputTargetLanguageDescriptionForNoneKey:"\uC785\uB825 \uC0C1\uC790 \uBC88\uC5ED\uC758 \uAE30\uBCF8 \uB300\uC0C1 \uC5B8\uC5B4",inputStartingTriggerKeyTitle:"\uC785\uB825 \uC0C1\uC790\uC758 \uBD80\uBD84 \uBC88\uC5ED\uC744 \uC704\uD574 \uBD84\uD560 \uBB38\uC790 \uC124\uC815\uD558\uAE30",inputStartingTriggerKeyDescription:"\uC785\uB825 \uC0C1\uC790 \uC804\uCCB4\uB97C \uBC88\uC5ED\uD560 \uD544\uC694\uAC00 \uC5C6\uB294 \uACBD\uC6B0 \uC2A4\uD50C\uB9AC\uD130\uB97C \uC0AC\uC6A9\uD558\uBA74 {startingKey}{startingKey} \uC5D0\uC11C \uC785\uB825 \uC0C1\uC790 \uB05D\uAE4C\uC9C0 \uBD80\uBD84\uB9CC \uBC88\uC5ED\uD558\uAC70\uB098 \uC5B8\uC5B4 \uCF54\uB4DC\uB97C \uC9C0\uC815\uD560 \uC218 \uC788\uC2B5\uB2C8\uB2E4(\uC608:\uFF1A{startingKey}ja \uB294 {startingKey}ja \uC5D0\uC11C \uC785\uB825 \uC0C1\uC790 \uB05D\uAE4C\uC9C0 \uBD80\uBD84\uB9CC \uBC88\uC5ED\uD55C\uB2E4\uB294 \uC758\uBBF8).",inputStartingTriggerKeyDescriptionForNoneKey:"\uD604\uC7AC \uC811\uB450\uC0AC \uC5C6\uC74C \uC124\uC815\uC740 \uD544\uC694\uD558\uC9C0 \uC54A\uC73C\uBA70, \uC785\uB825 \uC0C1\uC790\uC5D0 \uC788\uB294 \uC77C\uBD80 \uD14D\uC2A4\uD2B8\uC758 \uBC88\uC5ED \uAE30\uB2A5\uC740 \uB2F9\uBD84\uAC04 \uC0AC\uC6A9\uD560 \uC218 \uC5C6\uC2B5\uB2C8\uB2E4.",inputTrailingTriggerKeyTitle:"\uC785\uB825 \uC885\uB8CC \uD2B8\uB9AC\uAC70 \uBB38\uC790 \uC120\uD0DD",inputTrailingTriggerKeyDescription:"3\uBC88\uB9CC \uB204\uB974\uBA74{trailingKey} \uBC88\uC5ED\uC774 \uC2DC\uC791\uB429\uB2C8\uB2E4!",inputTrailingTriggerKeyTimeout:"\uC804\uD22C \uC885\uB8CC \uD2B8\uB9AC\uAC70 \uC0AC\uC774\uC758 \uC2DC\uAC04\uC744 \uC785\uB825\uD569\uB2C8\uB2E4.",inputTrailingTriggerKeyTimeoutDescription:"\uC785\uB825 \uC885\uB8CC \uCF64\uBCF4 \uD2B8\uB9AC\uAC70 \uC0AC\uC774\uC758 \uC2DC\uAC04(\uBC00\uB9AC\uCD08)\uC744 \uC124\uC815\uD569\uB2C8\uB2E4.",spaceKey:"<\u7A7A\u683C\u952E>",noneKey:"\uC811\uB450\uC0AC \uC5C6\uC774 \uC804\uCCB4 \uD14D\uC2A4\uD2B8 \uC0C1\uC790\uC758 \uC9C1\uC811 \uBC88\uC5ED",inputTranslationBlockUrlsTitle:"\uB2E4\uC74C URL\uC5D0\uC11C\uB294 \uC785\uB825 \uC0C1\uC790 \uAC1C\uC120 \uAE30\uB2A5\uC744 \uD65C\uC131\uD654\uD558\uC9C0 \uB9C8\uC138\uC694.",inputTranslationBlockUrlsDescription:"\uB2E4\uC74C URL\uC5D0\uC11C\uB294 \uC785\uB825 \uC0C1\uC790 \uAC1C\uC120 \uC0AC\uD56D\uC774 \uC791\uB3D9\uD558\uC9C0 \uC54A\uC2B5\uB2C8\uB2E4.",clickToSeeQuickDemo:"\uD074\uB9AD\uD558\uC5EC 30\uCD08 \uD035 \uD29C\uD1A0\uB9AC\uC5BC \uBE44\uB514\uC624 \uD655\uC7A5\uD558\uAE30",inputHelperInfo:"\uC124\uBA85\uFF1A\uC911\uAD6D\uC5B4 \uC785\uB825 \uBC29\uC2DD\uC5D0 \uB530\uB77C \uC77C\uBD80 \uD2B8\uB9AC\uAC70 \uBB38\uC790\uAC00 \uC911\uAD6D\uC5B4 \uBB38\uC7A5 \uBD80\uD638\uB85C \uBC14\uB00C\uB294 \uAC83\uC744 \uCD5C\uC801\uD654\uD588\uC2B5\uB2C8\uB2E4(\uC608: /\uB294 \uC18C\uAD6C \uC785\uB825 \uBC29\uC2DD\uC5D0 \uB530\uB77C \uB454 \uBD80\uD638\uB85C \uBC14\uB01C). \uBAB0\uC785\uD615 \uBC88\uC5ED\uAE30\uB294 \uD2B8\uB9AC\uAC70 \uBB38\uC790\uC5D0 \uD574\uB2F9\uD558\uB294 \uBAA8\uB4E0 \uC911\uAD6D\uC5B4 \uAE30\uD638, \uC989 //,,, \uB97C \uD2B8\uB9AC\uAC70 \uBB38\uC790\uB85C \uC778\uC2DD\uD560 \uC218 \uC788\uB3C4\uB85D \uC9C0\uC6D0\uD569\uB2C8\uB2E4.

\uB610\uD55C \uC5B8\uC5B4 \uCF54\uB4DC\uC5D0 \uC911\uAD6D\uC5B4 \uBCC4\uCE6D\uC744 \uBA85\uB839\uC5B4\uB85C \uC0AC\uC6A9\uD560 \uC218 \uC788\uC2B5\uB2C8\uB2E4(\uC608: /Japanese Hello World\uB294 \uC77C\uBCF8\uC5B4\uB85C \uBC88\uC5ED\uB428). <1>\uC9C0\uC6D0\uB418\uB294 \uBAA8\uB4E0 \uC5B8\uC5B4 \uCF54\uB4DC\uB97C \uBCF4\uB824\uBA74 \uC5EC\uAE30\uB97C \uD074\uB9AD\uD558\uC138\uC694.",reloadCurrentPage:"\uBC88\uC5ED\uC744 \uC2DC\uC791\uD558\uAE30 \uC804\uC5D0 \uD604\uC7AC \uD398\uC774\uC9C0\uB97C \uC0C8\uB85C\uACE0\uCE68\uD558\uC138\uC694.",noLocalFilePermissionForPDF:"\uB85C\uCEEC \uD30C\uC77C\uC744 \uC77D\uC744 \uC218 \uC788\uB294 \uAD8C\uD55C\uC774 \uC5C6\uB294 \uACBD\uC6B0 \uC704\uC758 \uBC84\uD2BC\uC744 \uD074\uB9AD\uD55C \uB2E4\uC74C \uB85C\uCEEC \uD30C\uC77C\uC744 \uAC00\uC838\uC624\uC138\uC694.",noPermissionForThisPage:"\u26A0\uFE0F \uD604\uC7AC \uD398\uC774\uC9C0 \uBC88\uC5ED \uAD8C\uD55C\uC774 \uC5C6\uC2B5\uB2C8\uB2E4.",retryAllParagraphs:"\uBAA8\uB4E0 \uC624\uB958 \uAD6C\uC808 \uB2E4\uC2DC \uC2DC\uB3C4",retryAllButton:"\uBAA8\uB4E0 \uC624\uB958 \uAD6C\uC808 \uB2E4\uC2DC \uC2DC\uB3C4",errorTooltipTitle:"\uC624\uB958\uC758 \uC6D0\uC778\uC744 \uBCF4\uB824\uBA74 \uD074\uB9AD\uD558\uC138\uC694.",errorModalTitle:"\uBC88\uC5ED \uC11C\uBE44\uC2A4 \uB610\uB294 \uB124\uD2B8\uC6CC\uD06C\uC5D0 \uBB38\uC81C\uAC00 \uC788\uB294 \uAC83 \uAC19\uC2B5\uB2C8\uB2E4...",disableConfirm:"\uC774\uC911 \uC5B8\uC5B4 \uC815\uBCF4 \uD5A5\uC0C1 \uC124\uC815",disableOnce:"\uC774 \uBE44\uD65C\uC131\uD654",disableGlobal:"\uC601\uAD6C\uC801\uC73C\uB85C \uBE44\uD65C\uC131\uD654",disableTint:"* {option} \uC5D0\uC11C \uB2E4\uC2DC \uD65C\uC131\uD654\uD560 \uC218 \uC788\uC2B5\uB2C8\uB2E4.",searchEnhancementNotes:"\uC911\uAD6D\uC5B4 \uD0A4\uC6CC\uB4DC\uC640 \uC601\uC5B4 \uD0A4\uC6CC\uB4DC\uC5D0 \uB300\uD55C \uB274\uC2A4 \uACB0\uACFC\uAC00 \uB9E4\uC6B0 \uB2E4\uB978 \uAC83\uC744 \uBC1C\uACAC\uD588\uC2B5\uB2C8\uB2E4. \uBAB0\uC785\uD615 \uBC88\uC5ED \uC774\uC911 \uC5B8\uC5B4 \uC815\uBCF4 \uD5A5\uC0C1 \uAE30\uB2A5\uC744 \uD65C\uC131\uD654\uD558\uBA74 \uC9C0\uC6D0\uB418\uB294 \uC6F9\uC0AC\uC774\uD2B8(Google \uB274\uC2A4, Google \uAC80\uC0C9(\uC77C\uBD80 \uD0A4\uC6CC\uB4DC), \uC2A4\uB178\uC6B0\uBCFC, \uB3D9\uC591\uC758 \uBD80, \uD4E8\uD22C\uB77C, \uD0C0\uC774\uAC70)\uC5D0\uC11C \uB3D9\uC77C\uD55C \uD0A4\uC6CC\uB4DC\uB97C \uC601\uC5B4\uB85C \uC790\uB3D9 \uAC80\uC0C9\uD558\uC5EC \uC624\uB978\uCABD\uC5D0 \uD45C\uC2DC\uD574 \uC90D\uB2C8\uB2E4. \uC774 \uAE30\uB2A5\uC774 \uD544\uC694\uD558\uC9C0 \uC54A\uC740 \uACBD\uC6B0 \uBE44\uD65C\uC131\uD654\uD560 \uC218 \uC788\uC2B5\uB2C8\uB2E4.",option:"\uC124\uC815",saveSettings:"\uC124\uC815 \uC800\uC7A5",closeModal:"\uCC3D \uB2EB\uAE30",enableInputTranslationWithoutTriggerKeyTitle:"{trailingKey}\uB97C 3\uBC88 \uBE60\uB974\uAC8C \uB204\uB974\uBA74 \uC804\uCCB4 \uC785\uB825 \uC0C1\uC790\uB97C{inputTargetLanguage}\uB85C \uBC14\uB85C \uBC88\uC5ED\uD560 \uC218 \uC788\uC2B5\uB2C8\uB2E4.",enableInputTranslationWithoutTriggerKeyDescription:"\uB300\uC0C1 \uC5B8\uC5B4\uB97C \uC9C0\uC815\uD558\uB824\uBA74 \uC55E\uC5D0 \uC5B8\uC5B4 \uCF54\uB4DC\uB97C \uBD99\uC785\uB2C8\uB2E4(\uC608:\uFF1Aja Hello World).",mouseHoverShortcutPlaceholder:"\uC608:\uFF1A\uC2DC\uD504\uD2B8",deepLProName:"\uBAB0\uC785\uD615 \uBC88\uC5ED \uD504\uB85C \uD68C\uC6D0(\uAD8C\uC7A5)",deepLProDescription:"\uD604\uC7AC \uD328\uD0A4\uC9C0\uB97C \uC9C1\uC811 \uC0AC\uC6A9\uD560 \uC218 \uC788\uC2B5\uB2C8\uB2E4.",deeplProDescriptionForNormal:"\uC124\uC815 \uD544\uC694 \uC5C6\uC74C, \uD68C\uC6D0\uC740 \uB85C\uADF8\uC778 \uD6C4 \uC0AC\uC6A9 \uAC00\uB2A5, <1>\uD68C\uC6D0\uC73C\uB85C \uC5C5\uADF8\uB808\uC774\uB4DC\uD558\uB824\uBA74 \uC5EC\uAE30\uB97C \uD074\uB9AD\uD558\uC138\uC694.",deepLCustomDescription:"\uC678\uAD6D \uC2E0\uC6A9 \uCE74\uB4DC \uD544\uC694, \uACF5\uC2DD\uC801\uC73C\uB85C \uAC1C\uC124\uB41C <1>DeepL,<2>\uBB38\uC11C\uB97C \uBCF4\uB824\uBA74 \uD074\uB9AD\uD558\uC138\uC694.",deepLCustomName:"\uC0AC\uC6A9\uC790 \uC9C0\uC815 \uC778\uC99D \uD0A4",chooseProviderLabel:"\uC11C\uBE44\uC2A4 \uC81C\uACF5\uC5C5\uCCB4 \uC120\uD0DD",openaiProName:"\uBAB0\uC785\uD615 \uBC88\uC5ED \uD504\uB85C \uD68C\uC6D0(\uAD8C\uC7A5)",openaiProDescription:"\uD604\uC7AC \uD328\uD0A4\uC9C0\uB97C \uC9C1\uC811 \uC0AC\uC6A9\uD560 \uC218 \uC788\uC2B5\uB2C8\uB2E4.",openaiProDescriptionForNormal:"\uC124\uC815\uC774 \uD544\uC694\uD558\uC9C0 \uC54A\uC73C\uBA70, \uD68C\uC6D0\uC740 \uB85C\uADF8\uC778 \uD6C4 \uC0AC\uC6A9\uD560 \uC218 \uC788\uC2B5\uB2C8\uB2E4. <1>\uD68C\uC6D0\uC73C\uB85C \uC5C5\uADF8\uB808\uC774\uB4DC\uD558\uB824\uBA74 \uC5EC\uAE30\uB97C \uD074\uB9AD\uD558\uC138\uC694.",openaiCustomDescription:"OpenAI, Azure OpenAI \uB610\uB294 \uAE30\uD0C0 \uD0C0\uC0AC \uC11C\uBE44\uC2A4\uC5D0\uC11C \uC0AC\uC6A9 \uAC00\uB2A5, <1>\uC124\uBA85\uC11C\uB97C \uBCF4\uB824\uBA74 \uC5EC\uAE30\uB97C \uD074\uB9AD\uD558\uC138\uC694.",openaiCustomName:"\uC0AC\uC6A9\uC790 \uC9C0\uC815 API \uD0A4",needLoginAction:"(\uACF5\uAC1C \uBA64\uBC84\uC2ED \uB610\uB294 \uC0AC\uC6A9\uC790 \uC9C0\uC815)",goLoginOrAction:"(\uBA64\uBC84\uC2ED\uC744 \uC5F4\uAC70\uB098 \uC124\uC815\uC73C\uB85C \uC774\uB3D9)",yearly:"\uC5F0\uAC04 \uC5F0\uC18D \uACB0\uC81C",quarterly:"\uC21C\uCC28\uC801 \uB798\uD551",monthly:"\uC6D4\uAC04 \uAD6C\uB3C5",yearlyForOnce:"\uC5F0\uAC04 1\uD68C \uD328\uD0A4\uC9C0",monthlyForOnce:"\uC6D4 1\uD68C \uD328\uD0A4\uC9C0",daily:"\uC5F0\uC18D \uD328\uD0B7 \uC77C\uC218",year:"\uC5F0\uAC04 \uC5F0\uC18D \uACB0\uC81C",quarter:"\uC21C\uCC28\uC801 \uB798\uD551",month:"\uC6D4\uAC04 \uAD6C\uB3C5",day:"\uC5F0\uC18D \uD328\uD0B7 \uC77C\uC218",onetime_7day:"7\uC77C \uCCB4\uD5D8 \uD329",currentPlanDescriptionForFree:"\uD604\uC7AC \uD328\uD0A4\uC9C0\uFF1A\uBB34\uB8CC",currentPlanDescriptionForContinuous:"\uD604\uC7AC \uD328\uD0A4\uC9C0\uFF1A{plan}\uB294 {endAt} \uC5D0\uC11C \uC790\uB3D9\uC73C\uB85C \uAC31\uC2E0\uB429\uB2C8\uB2E4.",currentPlanDescriptionForAutoRenewCaceling:"\uD604\uC7AC \uD328\uD0A4\uC9C0(\uFF1A{plan})\uB294 {endAt} \uC5D0\uC11C \uB9CC\uB8CC\uB418\uBA70 \uB9CC\uB8CC \uC2DC \uC790\uB3D9\uC73C\uB85C \uAC31\uC2E0\uB418\uC9C0 \uC54A\uC2B5\uB2C8\uB2E4.",currentYearlyPlanDescriptionForAutoRenewCacelingWithRealPaiedUser:"\uD604\uC7AC \uD328\uD0A4\uC9C0(\uFF1A{plan})\uB294 {endAt} \uC5D0\uC11C \uB9CC\uB8CC\uB418\uBA70 \uB9CC\uB8CC \uC2DC \uC790\uB3D9\uC73C\uB85C \uAC31\uC2E0\uB418\uC9C0 \uC54A\uC2B5\uB2C8\uB2E4.
<1>\uAC31\uC2E0 \uD50C\uB79C\uC744 \uAD00\uB9AC\uD558\uB824\uBA74 \uC5EC\uAE30\uB97C \uD074\uB9AD\uD558\uC138\uC694.",currentYearlyPlanDescriptionForAutoRenewCacelingWithAdmin:"\uD604\uC7AC \uD328\uD0A4\uC9C0(\uFF1A{plan})\uB294 {endAt} \uC5D0\uC11C \uB9CC\uB8CC\uB418\uBA70 \uB9CC\uB8CC \uC2DC \uC790\uB3D9\uC73C\uB85C \uAC31\uC2E0\uB418\uC9C0 \uC54A\uC2B5\uB2C8\uB2E4.
<1>\uC5F0\uAC04 \uC5F0\uC18D \uAD6C\uB3C5\uC744 \uD65C\uC131\uD654\uD558\uB824\uBA74 \uC5EC\uAE30\uB97C \uD074\uB9AD\uD558\uC138\uC694.",currentPlanDescriptionForOneTime:"\uD604\uC7AC \uAD6C\uB3C5\uFF1A{plan}\uC740 {endAt} \uC5D0\uC11C \uB9CC\uB8CC\uB418\uBA70, <1>\uC5F0\uAC04 \uB610\uB294 <2>\uC6D4\uAC04<1>\uBA64\uBC84\uC2ED\uC73C\uB85C \uC5C5\uADF8\uB808\uC774\uB4DC\uD558\uB824\uBA74 \uC5EC\uAE30\uB97C \uD074\uB9AD\uD558\uC138\uC694.",upgradePlan:"\uD504\uB85C \uBA64\uBC84\uC2ED\uC73C\uB85C \uC5C5\uADF8\uB808\uC774\uB4DC\uD558\uB824\uBA74 \uC5EC\uAE30\uB97C \uD074\uB9AD\uD558\uC138\uC694.",upgradeToPro:"\uD504\uB85C \uBA64\uBC84\uC2ED\uC73C\uB85C \uC5C5\uADF8\uB808\uC774\uB4DC","popup.openPro":"DeepL \uBC0F OpenAI \uBC88\uC5ED\uC744 \uC990\uAE30\uB824\uBA74 \uD504\uB85C \uBA64\uBC84\uC2ED\uC73C\uB85C \uC5C5\uADF8\uB808\uC774\uB4DC\uD558\uACE0 \uC5EC\uAE30\uB97C \uD074\uB9AD\uD558\uC5EC \uC5C5\uADF8\uB808\uC774\uB4DC\uD558\uC138\uC694!","popup.openProForPro":"\uADC0\uD558\uB294 DeepL \uBC0F OpenAI \uBC88\uC5ED\uC5D0 \uC9C1\uC811 \uC561\uC138\uC2A4\uD560 \uC218 \uC788\uB294 \uD504\uB85C \uD68C\uC6D0\uC785\uB2C8\uB2E4!",currentAccount:"\uACBD\uC0C1 \uACC4\uC815",enableAutoSyncUserSettings:"\uC5EC\uB7EC \uB514\uBC14\uC774\uC2A4\uC5D0\uC11C \uD074\uB77C\uC6B0\uB4DC \uC790\uB3D9 \uB3D9\uAE30\uD654 \uC0AC\uC6A9",modalEnableInputTranslationTitle:"\uBAB0\uC785\uD615 \uBC88\uC5ED \uC785\uB825 \uC0C1\uC790 \uBC88\uC5ED \uC54C\uB9BC",modalEnableInputTranslationDesc:"\uC2A4\uD398\uC774\uC2A4\uBC14\uB97C \uC5F0\uC18D\uD574\uC11C \uC138 \uBC88 \uBE60\uB974\uAC8C \uB20C\uB7EC \uBAB0\uC785\uD615 \uBC88\uC5ED\uC758 \uC785\uB825 \uC0C1\uC790 \uBC88\uC5ED\uC744 \uD2B8\uB9AC\uAC70\uD588\uC73C\uBA70, \uC785\uB825 \uC0C1\uC790\uC758 \uB0B4\uC6A9\uC774 \uAE30\uBCF8 \uB300\uC0C1 \uC5B8\uC5B4\uB85C \uBC88\uC5ED\uB429\uB2C8\uB2E4. \uBC88\uC5ED\uC740 Ctrl+Z\uB85C \uCDE8\uC18C\uD560 \uC218 \uC788\uC2B5\uB2C8\uB2E4.

\uBC88\uC5ED\uC774 \uC2E4\uC218\uC600\uB2E4\uBA74 \uC9C0\uAE08 \uBC14\uB85C \uBE44\uD65C\uC131\uD654\uD558\uAC70\uB098 \uC785\uB825 \uC0C1\uC790 \uBC88\uC5ED\uC744 \uC601\uAD6C\uC801\uC73C\uB85C \uBE44\uD65C\uC131\uD654\uD560 \uC218 \uC788\uC73C\uB2C8 \uAC71\uC815\uD558\uC9C0 \uB9C8\uC138\uC694.",saveAndNotShowAgain:"\uC800\uC7A5 \uBC0F \uD504\uB86C\uD504\uD2B8 \uC911\uC9C0",disableInputTranslationTips:"* {option} ,{learnMore}\uC5D0\uC11C \uB2E4\uB978 \uBC14\uB85C\uAC00\uAE30\uB97C \uD2B8\uB9AC\uAC70\uD558\uB3C4\uB85D \uC124\uC815\uD560 \uC218\uB3C4 \uC788\uC2B5\uB2C8\uB2E4.",learnMore:"\uC790\uC138\uD788 \uC54C\uC544\uBCF4\uB824\uBA74 \uC5EC\uAE30\uB97C \uD074\uB9AD\uD558\uC138\uC694.",continueEnalbeInputTranslation:"\uC785\uB825 \uC0C1\uC790 \uBC88\uC5ED \uACC4\uC18D \uD65C\uC131\uD654",autoRenewTrialSuffix:'(\uD3C9\uAC00\uD310 \uC0AC\uC6A9 \uC2DC\uC989\uC2DC \uC815\uC2DD \uBA64\uBC84\uC2ED\uC73C\uB85C \uC5C5\uADF8\uB808\uC774\uB4DC)',upgradeFromTrialTitle:"\uC815\uD68C\uC6D0\uC73C\uB85C \uC5C5\uADF8\uB808\uC774\uB4DC",subtitle:"\uBE44\uB514\uC624 \uCEA1\uC158",youtubeService:"\uBAB0\uC785 \uBC88\uC5ED \uBE44\uB514\uC624 \uC790\uB9C9 \uBC88\uC5ED \uC11C\uBE44\uC2A4","subtitle.disabledSubtitle":"\uB3D9\uC601\uC0C1 \uC790\uB9C9 \uAE30\uB2A5 \uC601\uAD6C \uBE44\uD65C\uC131\uD654\uD558\uAE30","subtitle.disabledSubtitleDescription":"\uBAB0\uC785\uD615 \uBC88\uC5ED\uAE30\uC758 \uBE44\uB514\uC624 \uC790\uB9C9\uC774 \uB2E4\uB978 \uD655\uC7A5 \uD504\uB85C\uADF8\uB7A8\uACFC \uCDA9\uB3CC\uD558\uB294 \uACBD\uC6B0, \uBAB0\uC785\uD615 \uBC88\uC5ED\uAE30\uC758 \uBE44\uB514\uC624 \uC790\uB9C9 \uAE30\uB2A5\uC744 \uC601\uAD6C\uC801\uC73C\uB85C \uBE44\uD65C\uC131\uD654\uD558\uAC70\uB098 \uCDA9\uB3CC\uD558\uB294 \uB2E4\uB978 \uD655\uC7A5 \uD504\uB85C\uADF8\uB7A8\uC744 \uC81C\uAC70\uD558\uB3C4\uB85D \uC120\uD0DD\uD560 \uC218 \uC788\uC2B5\uB2C8\uB2E4.","subtitle.autoEnableSubtitle":"\uC774\uC911 \uC5B8\uC5B4 \uC790\uB9C9 \uC790\uB3D9 \uC0AC\uC6A9","subtitle.autoEnableSubtitleDescription":"\uC0AC\uC6A9\uD558\uBA74 \uBE44\uB514\uC624\uAC00 \uC7AC\uC0DD\uB420 \uB54C \uC790\uB3D9\uC73C\uB85C \uC774\uC911 \uC5B8\uC5B4 \uC790\uB9C9\uC774 \uD45C\uC2DC\uB418\uBA70, \uADF8\uB807\uC9C0 \uC54A\uC73C\uBA74 \uBC88\uC5ED \uBC84\uD2BC\uC744 \uD074\uB9AD\uD574\uC57C \uD45C\uC2DC\uB429\uB2C8\uB2E4.","subtitle.preTranslation":"\uBAB0\uC785\uD615 \uBC88\uC5ED\uC744 \uC0AC\uC6A9\uD558\uC5EC \uC790\uB9C9 \uBC88\uC5ED\uD558\uAE30","subtitle.preTranslationDescription":"\uD65C\uC131\uD654\uD558\uBA74 \uC544\uB798\uC5D0 \uBA85\uC2DC\uB41C \uBC88\uC5ED \uC11C\uBE44\uC2A4\uB97C \uC0AC\uC6A9\uD558\uC5EC \uC804\uCCB4 \uC790\uB9C9\uC774 \uC0AC\uC804 \uBC88\uC5ED\uB418\uBA70, 1\uC2DC\uAC04 \uBD84\uB7C9\uC758 \uB3D9\uC601\uC0C1\uC740 \uC57D 50,000 \uD1A0\uD070 \uB610\uB294 \uBB38\uC790\uB97C \uC18C\uBAA8\uD558\uBBC0\uB85C \uC2E0\uC911\uD558\uAC8C \uC0AC\uC6A9\uD558\uC2DC\uAE30 \uBC14\uB77C\uBA70, \uBE44\uD65C\uC131\uD654\uD558\uBA74 \uC6D0\uBCF8 \uC790\uB9C9\uC774 \uBA3C\uC800 \uC0AC\uC6A9\uB429\uB2C8\uB2E4.","subtitle.humanSubtitlesPreferred":"\uD734\uBA3C \uCEA1\uC158 \uC6B0\uC120 \uC0AC\uC6A9","subtitle.humanSubtitlesPreferredDescription":"\uB3D9\uC601\uC0C1\uC5D0 \uB300\uC0C1 \uC5B8\uC5B4\uB85C \uB41C \uC0AC\uB78C \uC790\uB9C9\uC774 \uC788\uB294 \uACBD\uC6B0 \uC0AC\uB78C \uC790\uB9C9\uC744 \uC6B0\uC120\uC801\uC73C\uB85C \uC0AC\uC6A9\uD569\uB2C8\uB2E4(\uAD8C\uC7A5).",videoSubtitleTranslationDescription:"\uB3D9\uC601\uC0C1 \uC790\uB9C9\uC744 \uC704\uD55C \uBCC4\uB3C4\uC758 \uBC88\uC5ED \uC11C\uBE44\uC2A4 \uC9C0\uC815",subtitleTranslating:"{service} \uC11C\uBE44\uC2A4\uB97C \uC0AC\uC6A9\uD558\uC5EC \uC790\uB9C9\uC744 \uBC88\uC5ED\uD558\uB294 \uB3D9\uC548 \uC7A0\uC2DC \uAE30\uB2E4\uB824\uC8FC\uC138\uC694... (\uBAB0\uC785 \uBC88\uC5ED)",subtitleLoading:"\uC790\uB9C9 \uB85C\uB4DC \uC911...",bilingual:"\uC774\uC911 \uC5B8\uC5B4 \uC0AC\uC6A9","field.action":"\uBC14\uC774\uB450 \uC6A9\uC5B4 \uC0AC\uC6A9 \uC5EC\uBD80","description.action":"\uD65C\uC131\uD654\uD558\uBA74 \uC694\uCCAD\uC5D0 action=1 \uB9E4\uAC1C\uBCC0\uC218\uAC00 \uCD94\uAC00\uB418\uC5B4 \uBC14\uC774\uB450\uC5D0 \uD65C\uC131\uD654\uB41C \uC6A9\uC5B4\uB97C \uC54C\uB9B4 \uC218 \uC788\uC73C\uBA70, <1>\uC790\uC138\uD55C \uB0B4\uC6A9\uC740 \uACF5\uC2DD \uBB38\uC11C\uB97C \uCC38\uC870\uD558\uC138\uC694.",closeQuickTranslation:"\uD638\uBC84\uBCFC \uB2EB\uAE30","closeQuickTranslation.untilNext":"\uB2E4\uC74C \uBC29\uBB38 \uC2DC\uAE4C\uC9C0 \uD734\uBB34\uC785\uB2C8\uB2E4.","closeQuickTranslation.currentWebsite":"\uD604\uC7AC \uC0AC\uC774\uD2B8 \uBE44\uD65C\uC131\uD654","closeQuickTranslation.alwaysClose":"\uC601\uAD6C\uC801\uC73C\uB85C \uBE44\uD65C\uC131\uD654","closeQuickTranslation.settingOpen":"( <1>\uC124\uC815 \uD398\uC774\uC9C0\uC5D0\uC11C \uCF1C\uAE30 \uAC00\uB2A5)","closeQuickTranslation.cancel":"\uCDE8\uC18C","closeQuickTranslation.confirm":"\uC815\uC758","floatBall.popup":"\uBE60\uB978 \uC124\uC815 \uD328\uB110 \uC5F4\uAE30","floatBall.translate":"\uD074\uB9AD\uD558\uC5EC \uD398\uC774\uC9C0 \uBC88\uC5ED\uD558\uAE30","floatBall.showOriginal":"\uC6D0\uBCF8 \uBB38\uC11C\uB85C \uB3CC\uC544\uAC00\uB824\uBA74 \uD074\uB9AD\uD558\uC138\uC694.","floatBall.close":"\uD638\uBC84\uBCFC \uB2EB\uAE30","floatBallOptions.enableDescPc":"\uD398\uC774\uC9C0 \uD638\uBC84\uBCFC\uC744 \uD65C\uC131\uD654\uD558\uBA74 \uD398\uC774\uC9C0 \uC624\uB978\uCABD\uC5D0 \uBE60\uB978 \uBC88\uC5ED \uBC84\uD2BC\uC774 \uD45C\uC2DC\uB418\uBA70, \uC774\uB97C \uD074\uB9AD\uD558\uBA74 \uBC88\uC5ED\uD560 \uC218 \uC788\uC2B5\uB2C8\uB2E4!","floatBallOptions.enableDesc":"\uD638\uBC84\uBCFC\uC744 \uB044\uACE0 \uB098\uBA74{touch}\uC73C\uB85C \uBD88\uB7EC\uC62C \uC218 \uC788\uC2B5\uB2C8\uB2E4. \uC2E4\uC218\uB85C \uC774 \uC635\uC158\uC744 \uB048 \uD6C4 \uD638\uBC84\uBCFC\uC744 \uCC3E\uC744 \uC218 \uC5C6\uB294 \uACBD\uC6B0\uB97C \uB300\uBE44\uD574 \uC774 \uC124\uC815 \uD398\uC774\uC9C0\uB97C \uBD81\uB9C8\uD06C\uC5D0 \uCD94\uAC00\uD574 \uB450\uB294 \uAC83\uC774 \uC88B\uC2B5\uB2C8\uB2E4!","description.azureApiUrl":"\uC0AC\uC6A9\uC790 \uC9C0\uC815 API \uC778\uD130\uD398\uC774\uC2A4\uC758 \uC8FC\uC18C\uB97C \uC785\uB825\uD569\uB2C8\uB2E4.",confirmSupportMouse:"\uB9C8\uC6B0\uC2A4 \uC9C0\uC6D0 \uAC15\uC81C \uD65C\uC131\uD654",confirmSupportMouseDescription:"\uD604\uC7AC \uBE0C\uB77C\uC6B0\uC800\uAC00 \uB9C8\uC6B0\uC2A4 \uAE30\uB2A5\uC744 \uC9C0\uC6D0\uD558\uC9C0 \uC54A\uB294 \uAC83\uC73C\uB85C \uAC10\uC9C0\uB418\uBA74 \uB9C8\uC6B0\uC2A4 \uC9C0\uC6D0\uC744 \uAC15\uC81C\uB85C \uD65C\uC131\uD654\uD574\uC57C \uD558\uB098\uC694?",sampleTargetText:"\uAE34 \uBC24\uC774 \uC62C \uAC83\uC774\uB2C8, \uB098\uB294 \uC624\uB298\uBD80\uD130 \uC8FD\uC744 \uB54C\uAE4C\uC9C0 \uBCF4\uCD08\uB97C \uC124 \uAC83\uC774\uB2E4. \uB098\uB294 \uC544\uB0B4\uB97C \uCDE8\uD558\uC9C0 \uC54A\uC744 \uAC83\uC774\uBA70, \uB3D9\uB9F9\uC744 \uB9FA\uC9C0 \uC54A\uC744 \uAC83\uC774\uBA70, \uC790\uC2DD\uC744 \uB0B3\uC9C0 \uC54A\uC744 \uAC83\uC774\uB2E4. \uB098\uB294 \uC655\uAD00\uC744 \uC4F0\uC9C0 \uC54A\uC744 \uAC83\uC774\uBA70 \uBA85\uC608\uB97C \uC704\uD574 \uB178\uB825\uD558\uC9C0 \uC54A\uC744 \uAC83\uC774\uB2E4. \uB098\uB294 \uB0B4 \uC758\uBB34\uB97C \uB2E4\uD558\uACE0 \uC0B4\uB2E4\uAC00 \uC8FD\uC744 \uAC83\uC785\uB2C8\uB2E4.",sampleSourceText:"Night gathers, and now my watch begins. It shall not end until my death. I shall take no wife, hold no lands, father no children. I shall wear no crowns and win no glory. I shall live and die at my post.","subtitle.supportedSites":"\u5DF2\u652F\u6301\u5728\u8FD9\u4E9B\u7F51\u7AD9\u4F7F\u7528\u53CC\u8BED\u5B57\u5E55\uFF08\u6CE8\u610F\uFF1A\u7531\u4E8E\u6280\u672F\u9650\u5236\uFF0C\u90E8\u5206\u7F51\u7AD9\u5728\u9996\u6B21\u5F00\u542F\u5B57\u5E55\u540E\u9700\u8981\u91CD\u65B0\u5237\u65B0\u9875\u9762\uFF0C\u6216\u8005\u9700\u7B49\u5F85\u7FFB\u8BD1\u5B8C\u6210\u4EE5\u663E\u793A\u53CC\u8BED\u5B57\u5E55\uFF09\uFF1A",viewWithImmersiveTranslate:"\u53CC\u8BED\u7248\u672C(\u6C89\u6D78\u5F0F\u7FFB\u8BD1)",errorReason:"\u9519\u8BEF\u539F\u56E0\uFF1A{message}","proQuotaExceededError.onetime7day":'\uFF0C\u60A8\u53EF\u4EE5\u9009\u62E9\u4EE5\u4E0B\u65B9\u5F0F\u89E3\u51B3\uFF1A

1. \u5207\u6362\u5230 {anotherService} \u6216\u5176\u4ED6\u7FFB\u8BD1\u670D\u52A1
2. \u5347\u7EA7\u4E3A\u6708\u5EA6/\u5E74\u5EA6\u4F1A\u5458',"proQuotaExceededError.trial":'\uFF0C\u60A8\u53EF\u4EE5\u9009\u62E9\u4EE5\u4E0B\u65B9\u5F0F\u89E3\u51B3\uFF1A

1. \u5207\u6362\u5230 {anotherService} \u6216\u5176\u4ED6\u7FFB\u8BD1\u670D\u52A1
2. \u7ACB\u523B\u5347\u7EA7\u4E3A\u6B63\u5F0F\u4F1A\u5458',"proQuotaExceededError.nonTrial":'\uFF0C\u60A8\u53EF\u4EE5\u9009\u62E9\u4EE5\u4E0B\u65B9\u5F0F\u89E3\u51B3\uFF1A

1. \u5207\u6362\u5230 {anotherService} \u6216\u5176\u4ED6\u7FFB\u8BD1\u670D\u52A1
2. \u8D2D\u4E70 {translationService} \u989D\u5916\u6D41\u91CF\u5305',"proQuotaExceededError.resetTime":"
3. \u989D\u5EA6\u91CD\u7F6E\u65F6\u95F4\uFF1A{resetTime}","desc.touchShortcutsToggleTranslatePageOnlyTranslation":"\uBC88\uC5ED\uBB38\uB9CC\uC774\uB77C\uB294 \uAC83\uC740 \uBC88\uC5ED\uBB38\uB9CC \uD45C\uC2DC\uD558\uBA70, \uC6F9\uD398\uC774\uC9C0\uAC00 \uC544\uC9C1 \uBC88\uC5ED\uB418\uC9C0 \uC54A\uC558\uB2E4\uBA74 \uBAA8\uB4DC\uB97C \uC804\uD658\uD558\uACE0 \uBC88\uC5ED\uD560 \uAC83\uC785\uB2C8\uB2E4.","desc.toggleOnlyTransation":"\uC624\uC9C1 \uBC88\uC5ED \uBAA8\uB4DC\uB294 \uBC88\uC5ED\uBB38\uB9CC \uD45C\uC2DC\uD558\uB294 \uAC83\uC744 \uC758\uBBF8\uD558\uBA70, \uC6F9\uD398\uC774\uC9C0\uAC00 \uC544\uC9C1 \uBC88\uC5ED\uB418\uC9C0 \uC54A\uC558\uB2E4\uBA74 \uBAA8\uB4DC\uB97C \uC804\uD658\uD558\uACE0 \uBC88\uC5ED\uD560 \uAC83\uC785\uB2C8\uB2E4.",touchShortcutsToggleTranslatePageOnlyTranslation:"\uD130\uCE58 \uC2A4\uD06C\uB9B0 \uC81C\uC2A4\uCC98\uB97C \uC124\uC815\uD558\uC5EC \uC774\uC911 \uC5B8\uC5B4/\uBC88\uC5ED \uD14D\uC2A4\uD2B8 \uC804\uC6A9 \uBAA8\uB4DC\uB97C \uC804\uD658\uD558\uC138\uC694.",download_started:"\uB2E4\uC6B4\uB85C\uB4DC\uAC00 \uC774\uBBF8 \uC2DC\uC791\uB418\uC5C8\uC2B5\uB2C8\uB2E4. \uC790\uB3D9\uC73C\uB85C \uB2E4\uC6B4\uB85C\uB4DC\uB418\uC9C0 \uC54A\uB294 \uACBD\uC6B0, \uC218\uB3D9\uC73C\uB85C \uD074\uB9AD\uD558\uC2ED\uC2DC\uC624.",here:"\uC5EC\uAE30","error.serveConfigError":"\uC11C\uBE44\uC2A4 \uAD6C\uC131 \uC624\uB958","translationFont.customPlaceholder":"\uAE00\uAF34","error.configError":"\uAD6C\uC131 \uB370\uC774\uD130 \uC774\uC0C1","error.goReset":"\uC7AC\uC124\uC815\uD558\uB2E4","touch.mouse-translate":"\uC9C0\uC815\uB41C \uB2E8\uB77D \uBC88\uC5ED",batchEdit:"\uB300\uB7C9 \uC791\uC5C5","translationModeUrl.translation.title":"\uBC88\uC5ED\uB9CC \uBAA8\uB4DC\uC758 \uC6F9\uC0AC\uC774\uD2B8","translationFont.custom":"\uC0AC\uC6A9\uC790 \uC815\uC758 \uAE00\uAF34 \uC785\uB825",translationFont:"\uAE00\uAF34 \uC124\uC815","translationServices.inherit":"\uC8FC \uBC88\uC5ED \uC11C\uBE44\uC2A4\uB97C \uB530\uB974\uC2ED\uC2DC\uC624",detectServiceLoading:"\uC0AC\uC6A9 \uAC00\uB2A5\uD55C \uBC88\uC5ED \uC11C\uBE44\uC2A4\uB97C \uD655\uC778 \uC911\uC785\uB2C8\uB2E4...",toggleToService:"{service}\uB85C \uC804\uD658\uD558\uACE0 \uB2E4\uC2DC \uC2DC\uB3C4\uD558\uC2ED\uC2DC\uC624.","translationModeLang.translation.title":"\uB2E8\uC21C \uBC88\uC5ED \uBAA8\uB4DC\uC758 \uC5B8\uC5B4","error.502":"\uC11C\uBE44\uC2A4\uAC00 \uC624\uB958\uB97C \uBC18\uD658\uD588\uC2B5\uB2C8\uB2E4, \uC11C\uBE44\uC2A4\uAC00 \uC2DC\uAC04 \uCD08\uACFC\uB418\uC5C8\uC2B5\uB2C8\uB2E4. \uC7A0\uC2DC \uD6C4 \uB2E4\uC2DC \uC2DC\uB3C4\uD574 \uC8FC\uC138\uC694.","error.proUpgrade":"\uC5C5\uADF8\uB808\uC774\uB4DC \uD6C4\uC5D0\uB294 \uD398\uC774\uC9C0\uB97C \uC0C8\uB85C \uACE0\uCE68\uD558\uC5EC \uB2E4\uC2DC \uBC88\uC5ED\uD558\uC2ED\uC2DC\uC624.","error.reloadPageOfSetting":"\uAD6C\uC131 \uD6C4\uC5D0\uB294 \uD398\uC774\uC9C0\uB97C \uC0C8\uB85C \uACE0\uCE68\uD558\uC5EC \uB2E4\uC2DC \uBC88\uC5ED\uD558\uC2ED\uC2DC\uC624.","translationModeLang.translation.description":"\uD398\uC774\uC9C0 \uC5B8\uC5B4\uAC00 \uB2E4\uC74C \uC5B8\uC5B4\uC77C \uB54C, \uC790\uB3D9\uC73C\uB85C \uBC88\uC5ED\uBB38\uB9CC \uBAA8\uB4DC\uB97C \uC0AC\uC6A9\uD569\uB2C8\uB2E4.","error.proTokenInvalid":"Pro \uC0AC\uC6A9\uC790\uC774\uC2DC\uB77C\uBA74, \uB85C\uADF8\uC778 \uD6C4 Pro \uBC88\uC5ED \uC11C\uBE44\uC2A4\uB97C \uC774\uC6A9\uD574 \uC8FC\uC138\uC694.","error.403":"\uC11C\uBE44\uC2A4\uAC00 \uC624\uB958\uB97C \uBC18\uD658\uD558\uC600\uC2B5\uB2C8\uB2E4, \uC7A0\uC2DC \uD574\uB2F9 \uC11C\uBE44\uC2A4\uC5D0 \uC811\uADFC\uD560 \uAD8C\uD55C\uC774 \uC5C6\uC2B5\uB2C8\uB2E4.","error.googleLimitIp":"\uC11C\uBE44\uC2A4\uAC00 \uC624\uB958\uB97C \uBC18\uD658\uD588\uC73C\uBA70, Google \uC11C\uBE44\uC2A4\uB294 \uD574\uB2F9 IP \uC8FC\uC18C\uC5D0 \uB300\uD574 \uC81C\uD55C\uC744 \uB450\uC5C8\uC2B5\uB2C8\uB2E4. \uB124\uD2B8\uC6CC\uD06C \uB178\uB4DC\uB97C \uBCC0\uACBD\uD558\uB294 \uAC83\uC774 \uC88B\uC2B5\uB2C8\uB2E4.",videoSubtitlePreTranslationOff:"\uBE44\uB514\uC624 \uC790\uB9C9\uC740 \uC6D0\uB798 \uBE44\uB514\uC624\uC5D0 \uD3EC\uD568\uB41C \uAE30\uACC4 \uBC88\uC5ED \uC790\uB9C9\uC744 \uC6B0\uC120\uC801\uC73C\uB85C \uC0AC\uC6A9\uD560 \uAC83\uC785\uB2C8\uB2E4.",videoSubtitlePreTranslationOn:"\uBE44\uB514\uC624 \uC790\uB9C9\uC740 \uC6B0\uC120\uC801\uC73C\uB85C \uBAB0\uC785\uD615 \uBC88\uC5ED\uC744 \uC0AC\uC6A9\uD560 \uAC83\uC785\uB2C8\uB2E4.",enableSentryReport:"\uD655\uC7A5\uC774 \uC624\uB958\uB97C \uC77C\uC73C\uD0AC \uB54C Sentry\uB97C \uC0AC\uC6A9\uD558\uC5EC \uD53C\uB4DC\uBC31\uC744 \uC81C\uCD9C\uD558\uC2ED\uC2DC\uC624.","translationModeUrl.translation.description":"\uB2E4\uC74C \uB3C4\uBA54\uC778\uC5D0 \uB300\uD55C \uC6F9\uC0AC\uC774\uD2B8\uC77C \uACBD\uC6B0, \uC790\uB3D9\uC73C\uB85C \uBC88\uC5ED\uBB38\uB9CC \uBAA8\uB4DC\uB97C \uC0AC\uC6A9\uD569\uB2C8\uB2E4.","error.openAIExceededQuota":"\uC11C\uBE44\uC2A4 \uC624\uB958 \uBC18\uD658: \uD604\uC7AC OpenAI \uACC4\uC815 \uC794\uC561\uC774 \uBD80\uC871\uD569\uB2C8\uB2E4. OpenAI \uACF5\uC2DD \uAD00\uB9AC \uD398\uC774\uC9C0\uC5D0\uC11C \uCDA9\uC804\uD558\uAC70\uB098 \uC2E0\uC6A9\uCE74\uB4DC\uB97C \uC5F0\uACB0\uD574\uC8FC\uC138\uC694.","error.400":"\uC11C\uBE44\uC2A4\uAC00 \uC624\uB958\uB97C \uBC18\uD658\uD588\uC2B5\uB2C8\uB2E4. \uC694\uCCAD \uB9E4\uAC1C\uBCC0\uC218\uAC00 \uC798\uBABB\uB418\uC5C8\uC2B5\uB2C8\uB2E4. \uD574\uB2F9 \uC124\uC815\uC744 \uD655\uC778\uD558\uC2ED\uC2DC\uC624.","error.gemini.429":"\uD604\uC7AC Gemini \uC11C\uBE44\uC2A4\uC758 \uD604\uC7AC \uBD80\uD558 \uC6A9\uB7C9\uC774 \uCD5C\uB300\uC5D0 \uB3C4\uB2EC\uD588\uC2B5\uB2C8\uB2E4. \uC7A0\uC2DC \uD6C4\uC5D0 \uB2E4\uC2DC \uC2DC\uB3C4\uD558\uAC70\uB098 \uB2E4\uB978 \uBC88\uC5ED \uC11C\uBE44\uC2A4\uB85C \uC804\uD658\uD574 \uC8FC\uC138\uC694.","translationFont.notSupportErrorMessage":"\uC785\uB825\uD558\uC2E0 \uAE00\uAF34 \uC774\uB984\uC774 \uC815\uD655\uD55C\uC9C0 \uD655\uC778\uD558\uC2DC\uAC70\uB098, \uD574\uB2F9 \uAE00\uAF34\uC774 \uADC0\uD558\uC758 \uC7A5\uCE58\uC5D0 \uC124\uCE58\uB418\uC5B4 \uC788\uB294\uC9C0 \uD655\uC778\uD574 \uC8FC\uC138\uC694.","error.openAIFreeLimit":"\uC11C\uBE44\uC2A4\uAC00 \uC624\uB958\uB97C \uBC18\uD658\uD588\uC2B5\uB2C8\uB2E4. \uD604\uC7AC \uBC88\uC5ED \uC694\uCCAD \uBE48\uB3C4\uAC00 \uBD84\uB2F9 \uCD5C\uB300 3\uD68C\uB85C \uC81C\uD55C\uB418\uC5C8\uC2B5\uB2C8\uB2E4. \uC7A0\uC2DC \uD6C4 \uB2E4\uC2DC \uC2DC\uB3C4\uD558\uC2ED\uC2DC\uC624. (\uC774\uAC83\uC740 OpenAI \uACF5\uC2DD\uC774 \uBB34\uB8CC API Key\uC5D0 \uB300\uD55C \uC81C\uD55C\uC774\uBA70, \uC774 \uC81C\uD55C\uC744 \uD574\uC81C\uD558\uB824\uBA74 OpenAI \uAD00\uB9AC \uBC31\uC5D4\uB4DC\uC5D0\uC11C \uC2E0\uC6A9\uCE74\uB4DC\uB97C \uC5F0\uACB0\uD558\uC2ED\uC2DC\uC624.)","desc.toggleVideoSubtitlePreTranslation":"\uB204\uB974\uBA74 \uBE44\uB514\uC624\uC758 \uC774\uC911 \uC5B8\uC5B4 \uC790\uB9C9\uC740 \uC6B0\uC120\uC801\uC73C\uB85C \uBAB0\uC785\uD615 \uBC88\uC5ED \uC124\uC815\uC744 \uC0AC\uC6A9\uD558\uACE0, \uB2E4\uC2DC \uB204\uB974\uBA74 \uC6D0\uB798 \uBE44\uB514\uC624\uC5D0 \uB0B4\uC7A5\uB41C \uAE30\uACC4 \uBC88\uC5ED \uC790\uB9C9\uC744 \uC6B0\uC120\uC801\uC73C\uB85C \uC0AC\uC6A9\uD569\uB2C8\uB2E4. \uC8FC\uC758: \uC774 \uB2E8\uCD95\uD0A4\uB294 \uC804\uC5ED \uC124\uC815\uC744 \uC218\uC815\uD569\uB2C8\uB2E4.","error.429":"\uC11C\uBE44\uC2A4\uAC00 \uC624\uB958\uB97C \uBC18\uD658\uD588\uC2B5\uB2C8\uB2E4. \uC774\uB294 \uC694\uCCAD\uC774 \uB108\uBB34 \uC790\uC8FC \uBC1C\uC0DD\uD558\uAC70\uB098 \uD560\uB2F9\uB7C9 \uC81C\uD55C\uC744 \uCD08\uACFC\uD588\uC74C\uC744 \uB098\uD0C0\uB0C5\uB2C8\uB2E4. \uC7A0\uC2DC \uD6C4\uC5D0 \uB2E4\uC2DC \uC2DC\uB3C4\uD558\uC2ED\uC2DC\uC624.","error.serveUnavailable":"\uD604\uC7AC \uC0AC\uC6A9 \uC911\uC778 [{serverName}] \uC11C\uBE44\uC2A4\uB294 \uB124\uD2B8\uC6CC\uD06C \uC5F0\uACB0 \uB610\uB294 \uC11C\uBE44\uC2A4 \uC81C\uACF5\uC790\uC758 \uBB38\uC81C\uB85C \uC778\uD574 \uC77C\uC2DC\uC801\uC73C\uB85C \uC811\uC18D\uD560 \uC218 \uC5C6\uC2B5\uB2C8\uB2E4. \uD398\uC774\uC9C0\uB97C \uC0C8\uB85C \uACE0\uCE68\uD558\uAC70\uB098 <1>\uC124\uC815\uC744 \uD1B5\uD574 \uB2E4\uB978 \uBC88\uC5ED \uC11C\uBE44\uC2A4\uB85C \uBCC0\uACBD\uD574 \uBCF4\uC2DC\uB294 \uAC83\uC744 \uAD8C\uC7A5\uD569\uB2C8\uB2E4. <2>Pro \uD68C\uC6D0\uC774\uC2DC\uB77C\uBA74, \uB354 \uC548\uC815\uC801\uC778 DeepL \uB610\uB294 OpenAI \uBC88\uC5ED \uC11C\uBE44\uC2A4\uB97C \uC0AC\uC6A9\uD560 \uC218 \uC788\uC2B5\uB2C8\uB2E4(<3>\uC5EC\uAE30\uB97C \uD074\uB9AD\uD558\uC2DC\uBA74 \uBB34\uB8CC\uB85C \uCCB4\uD5D8\uD558\uC2E4 \uC218 \uC788\uC2B5\uB2C8\uB2E4). \uB610\uD55C, \uB124\uD2B8\uC6CC\uD06C \uB610\uB294 \uD504\uB85D\uC2DC \uC124\uC815\uC744 \uD655\uC778\uD574\uC57C \uD560 \uC218\uB3C4 \uC788\uC2B5\uB2C8\uB2E4.",pickAll:"\uC804\uCCB4 \uC120\uD0DD","error.reason":"\uC624\uB958 \uC6D0\uC778","error.retry":"\uB2E4\uC2DC \uC2DC\uB3C4\uD558\uB2E4","widget.instruction":"\uC0AC\uC6A9 \uC124\uBA85\uC11C",notLogin:"\uB85C\uADF8\uC778\uD558\uC9C0 \uC54A\uC74C",loggedIn:"\uB85C\uADF8\uC778 \uB418\uC5C8\uC2B5\uB2C8\uB2E4",touchShortcutsOff:"\uB2EB\uAE30",goLogin:"\uB85C\uADF8\uC778\uD558\uC2ED\uC2DC\uC624","widget.videoSubtitle":"\uBE44\uB514\uC624 \uC790\uB9C9","multipleClick.2":"\uB354\uBE14 \uD074\uB9AD","widget.translateFile":"PDF/ePub",shortcutSettings:"\uB2E8\uCD95\uD0A4","tagsInput.add":"+ \uCD94\uAC00",translationOnlyMode:"\uC624\uC9C1 \uBC88\uC5ED \uBAA8\uB4DC\uB9CC",shortcutSettingsTitle:"\uB2E8\uCD95\uD0A4 \uC124\uC815","translationServices.gemini":"\uC30D\uB465\uC774\uC790\uB9AC","multipleClick.4":"\uB124 \uBC88 \uC5F0\uC18D \uD0C0\uACA9","floatBall.iKnow":"\uB098\uB294 \uC54C\uC558\uC5B4","widget.instructionTooltip":"\uC0AC\uC6A9 \uC124\uBA85\uC11C\uB97C \uD655\uC778\uD558\uC2ED\uC2DC\uC624","multipleClick.3":"\uD2B8\uB9AC\uD50C \uD788\uD2B8",paragraphMinTextCountField:"\uBC88\uC5ED \uB2E8\uB77D\uC5D0 \uD544\uC694\uD55C \uCD5C\uC18C \uBB38\uC790 \uC218","shortcutGroup.shortcutsForTranslationServices":"\uBC88\uC5ED \uC11C\uBE44\uC2A4 \uAD00\uB828 \uB2E8\uCD95\uD0A4",temprarilyChangeTranslationTo_openai:"\uD604\uC7AC \uD398\uC774\uC9C0\uB97C OpenAI\uB85C \uBC88\uC5ED\uD558\uACE0 \uC788\uC2B5\uB2C8\uB2E4.","browser.translateWithGoogle":"\uD604\uC7AC \uD398\uC774\uC9C0\uB97C \uC784\uC2DC\uB85C Google \uBC88\uC5ED \uC0AC\uC6A9\uD558\uAE30",mouseHoverCustomKeyTitle:"\uC0AC\uC6A9\uC790 \uC815\uC758 \uB9C8\uC6B0\uC2A4 \uD638\uBC84 \uB2E8\uCD95\uD0A4","slide.left":"\uC624\uB978\uCABD\uC73C\uB85C \uC2AC\uB77C\uC774\uB4DC\uD558\uC138\uC694","browser.translateInputBox":"\uD604\uC7AC \uC785\uB825 \uC0C1\uC790 \uB0B4\uC6A9 \uBC88\uC5ED","intro.floatBallTitle":"\uBE60\uB978 \uBC88\uC5ED \uD50C\uB85C\uD305 \uBCFC","shortcutGroup.touch":"\uD130\uCE58 \uC2A4\uD06C\uB9B0 \uC804\uC6A9 \uC81C\uC2A4\uCC98","widget.videoSubtitleTooltip":"Youtube \uB4F1 {count}+ \uBE44\uB514\uC624 \uC6F9\uC0AC\uC774\uD2B8\uB97C \uC9C0\uC6D0\uD569\uB2C8\uB2E4","intro.subtitleTitle":"\uC628\uB77C\uC778 \uBE44\uB514\uC624 \uC774\uC911 \uC5B8\uC5B4 \uC790\uB9C9 \uD45C\uC2DC","subtitle.autoDisableSubtitle":"\uC790\uB3D9\uC73C\uB85C \uC774\uC911 \uC5B8\uC5B4 \uC790\uB9C9\uC744 \uD65C\uC131\uD654\uD558\uC9C0 \uC54A\uC2B5\uB2C8\uB2E4",temprarilyChangeTranslationTo_bing:"\uD604\uC7AC \uD398\uC774\uC9C0\uB97C Microsoft \uBC88\uC5ED\uC744 \uC0AC\uC6A9\uD558\uC5EC \uBC88\uC5ED\uD558\uACE0 \uC788\uC2B5\uB2C8\uB2E4.","slide.right":"\uC67C\uCABD\uC73C\uB85C \uC2AC\uB77C\uC774\uB4DC\uD558\uC138\uC694","widget.translateFileTooltip":"PDF, EPUB, SRT, ASS, HTML \uBC0F TXT \uBB38\uC11C \uBC88\uC5ED","intro.hoverTitle":"\uB9C8\uC6B0\uC2A4\uB97C \uB193\uC73C\uBA74 \uD604\uC7AC \uB2E8\uB77D\uC774 \uBC88\uC5ED\uB429\uB2C8\uB2E4.",temprarilyChangeTranslationTo_gemini:"\uD604\uC7AC \uD398\uC774\uC9C0\uB97C Gemini\uB85C \uBC88\uC5ED\uD558\uACE0 \uC788\uC2B5\uB2C8\uB2E4.","shortcutGroup.mouse":"\uB9C8\uC6B0\uC2A4 \uD638\uBC84 \uB2E8\uCD95\uD0A4 \uC124\uC815",temprarilyChangeTranslationTo_google:"\uD604\uC7AC \uD398\uC774\uC9C0\uB97C Google \uBC88\uC5ED\uC744 \uC0AC\uC6A9\uD558\uC5EC \uBC88\uC5ED\uD558\uACE0 \uC788\uC2B5\uB2C8\uB2E4.",neverTranslateThisSite:"\uC774 \uC6F9\uC0AC\uC774\uD2B8\uB97C \uC808\uB300 \uBC88\uC5ED\uD558\uC9C0 \uB9C8\uC2ED\uC2DC\uC624.","subtitle.bilingual":"\uC774\uC911 \uC5B8\uC5B4 \uC790\uB9C9",alwaysTranslateThisSite:"\uD56D\uC0C1 \uC774 \uC6F9\uC0AC\uC774\uD2B8\uB97C \uBC88\uC5ED\uD569\uB2C8\uB2E4",buildSnapshots:"\uC6F9\uD398\uC774\uC9C0 \uC2A4\uB0C5\uC0F7 \uC0DD\uC131","error.subscriptionExpiredTitle":"\uD68C\uC6D0\uC774 \uB9CC\uB8CC\uB418\uC5C8\uC2B5\uB2C8\uB2E4",notLoginPro:"\uB2F9\uC2E0\uC740 \uC544\uC9C1 \uD68C\uC6D0 \uACC4\uC815\uC5D0 \uB85C\uADF8\uC778\uD558\uC9C0 \uC54A\uC558\uC2B5\uB2C8\uB2E4.","browser.translateWithGemini":"\uD604\uC7AC \uD398\uC774\uC9C0\uB97C \uC784\uC2DC\uB85C Gemini\uB85C \uBC88\uC5ED\uD558\uC2ED\uC2DC\uC624.","shortcutGroup.others":"\uB354 \uB9CE\uC740 \uC0AC\uC6A9\uC790 \uC815\uC758 \uAE30\uB2A5 \uB2E8\uCD95\uD0A4","subtitle.showQuickButton":"\uD50C\uB808\uC774\uC5B4\uC5D0\uC11C \uC774\uC911 \uC5B8\uC5B4 \uC790\uB9C9 \uB2E8\uCD95\uD0A4\uB97C \uD45C\uC2DC\uD569\uB2C8\uB2E4","browser.translateWithBing":"\uC784\uC2DC\uB85C \uB9C8\uC774\uD06C\uB85C\uC18C\uD504\uD2B8 \uBC88\uC5ED\uC744 \uC0AC\uC6A9\uD558\uC5EC \uD604\uC7AC \uD398\uC774\uC9C0\uB97C \uBC88\uC5ED\uD558\uC2ED\uC2DC\uC624.",contact:"\uC6B0\uB9AC\uC5D0\uAC8C \uC5F0\uB77D\uD558\uC2ED\uC2DC\uC624","desc.touchShortcutsToggleTranslateTouchElement":"\uC0AC\uC6A9\uC790 \uC815\uC758 \uC81C\uC2A4\uCC98\uB97C \uC0AC\uC6A9\uD558\uBA74 \uC5B4\uB5A4 \uB2E8\uB77D\uC774\uB4E0 \uBC88\uC5ED\uD560 \uC218 \uC788\uC2B5\uB2C8\uB2E4.",temprarilyChangeTranslationTo_deepl:"\uD604\uC7AC \uD398\uC774\uC9C0\uB97C DeepL\uB85C \uBC88\uC5ED\uD558\uACE0 \uC788\uC2B5\uB2C8\uB2E4.",networkError:"\uBC88\uC5ED \uC11C\uBE44\uC2A4 \uB610\uB294 \uB124\uD2B8\uC6CC\uD06C\uC5D0 \uBB38\uC81C\uAC00 \uBC1C\uC0DD\uD588\uC2B5\uB2C8\uB2E4.","browser.translateWithTransmart":"\uC784\uC2DC\uB85C \uD150\uC13C\uD2B8 \uBC88\uC5ED\uC744 \uC0AC\uC6A9\uD558\uC5EC \uD604\uC7AC \uD398\uC774\uC9C0\uB97C \uBC88\uC5ED\uD558\uC2ED\uC2DC\uC624.",upgradeToProErrorTitle:"\uC774 \uBC88\uC5ED \uC11C\uBE44\uC2A4\uB97C \uC0AC\uC6A9\uD558\uB824\uBA74 Pro \uD68C\uC6D0\uC73C\uB85C \uC5C5\uADF8\uB808\uC774\uB4DC\uD558\uC2ED\uC2DC\uC624.",temprarilyChangeTranslationTo_transmart:"\uD604\uC7AC \uD398\uC774\uC9C0\uB97C \uD150\uC13C\uD2B8 \uBC88\uC5ED\uC744 \uC0AC\uC6A9\uD558\uC5EC \uBC88\uC5ED\uD558\uACE0 \uC788\uC2B5\uB2C8\uB2E4.",touchShortcutsToggleTranslationMask:"\uD130\uCE58 \uC2A4\uD06C\uB9B0 \uC81C\uC2A4\uCC98 \uC124\uC815\uD558\uC5EC \uBC88\uC5ED \uB9C8\uC2A4\uD06C \uD45C\uC2DC / \uC6D0\uBB38 \uD45C\uC2DC","neverTranslateText.title":"\uB2E4\uC74C \uB2E8\uC5B4\uB294 \uC6D0\uBB38\uC744 \uC720\uC9C0\uD558\uACE0 \uBC88\uC5ED\uD558\uC9C0 \uB9C8\uC2ED\uC2DC\uC624.","browser.translateWithOpenAI":"\uC784\uC2DC\uB85C OpenAI\uB97C \uC0AC\uC6A9\uD558\uC5EC \uD604\uC7AC \uD398\uC774\uC9C0\uB97C \uBC88\uC5ED\uD558\uC2ED\uC2DC\uC624.","floatBall.guideClickToTranslate":`\uD074\uB9AD\uD558\uC5EC \uBAB0\uC785\uD615 \uBC88\uC5ED \uD50C\uB85C\uD305 \uBCFC\uC744 \uBE60\uB974\uAC8C \uBC88\uC5ED\uD560 \uC218 \uC788\uC2B5\uB2C8\uB2E4`,"floatBall.longPress":"\uAE38\uAC8C \uB204\uB974\uBA74 \uC124\uC815 \uD328\uB110\uC744 \uBE60\uB974\uAC8C \uC5F4 \uC218 \uC788\uC5B4\uC694.","browser.translateWithDeepL":"\uD604\uC7AC \uD398\uC774\uC9C0\uB97C \uC784\uC2DC\uB85C DeepL\uB85C \uBC88\uC5ED\uD558\uC2ED\uC2DC\uC624.","shortcutGroup.main":"\uC77C\uBC18\uC801\uC73C\uB85C \uC0AC\uC6A9\uD558\uB294 \uAE30\uB2A5\uC758 \uB2E8\uCD95\uD0A4","subtitle.hideQuickButton":"\uB354 \uC774\uC0C1 \uC774 \uB2E8\uCD95\uD0A4\uB97C \uD45C\uC2DC\uD558\uC9C0 \uC54A\uC2B5\uB2C8\uB2E4",touchShortcutsToggleTranslatePage:"\uC6F9\uD398\uC774\uC9C0 \uBC88\uC5ED/\uC6D0\uBB38 \uD45C\uC2DC\uB97C \uC704\uD574 \uD130\uCE58 \uC2A4\uD06C\uB9B0 \uC81C\uC2A4\uCC98 \uC124\uC815",touchShortcutsToggleTranslateTouchElement:"\uD2B9\uC815 \uB2E8\uB77D \uBC88\uC5ED\uC744 \uC704\uD55C \uD130\uCE58 \uC2A4\uD06C\uB9B0 \uC81C\uC2A4\uCC98 \uC124\uC815",confirmResetToDefaultSettings:"\uC774 \uBC88\uC5ED \uC11C\uBE44\uC2A4\uB97C \uAE30\uBCF8 \uC124\uC815\uC73C\uB85C \uBCF5\uC6D0\uD558\uC2DC\uACA0\uC2B5\uB2C8\uAE4C? (\uD604\uC7AC \uBC88\uC5ED \uC11C\uBE44\uC2A4 \uC124\uC815\uB9CC \uC7AC\uC124\uC815\uB429\uB2C8\uB2E4)","description.baiduField":"\uC9C0\uC6D0\uB418\uB294 \uBD84\uC57C\uB294 <1>\uC5EC\uAE30\uB97C \uCC38\uC870\uD558\uC2ED\uC2DC\uC624. \uBE44\uC5B4 \uC788\uC73C\uBA74 \uBD84\uC57C\uB97C \uC9C0\uC815\uD558\uC9C0 \uC54A\uB294 \uAC83\uC744 \uC758\uBBF8\uD569\uB2C8\uB2E4.","error.subscriptionExpired":"\uD68C\uC6D0\uB2D8\uC758 \uD68C\uC6D0\uAD8C\uC774 \uB9CC\uB8CC\uB418\uC5C8\uC744 \uC218 \uC788\uC2B5\uB2C8\uB2E4. \uD68C\uC6D0 \uC0C1\uD0DC\uB97C \uD655\uC778\uD574 \uC8FC\uC138\uC694.","desc.interfaceLanguage":"\uC778\uD130\uD398\uC774\uC2A4 \uC5B8\uC5B4 \uC124\uC815\uC740 \uC81C\uC5B4\uD310\uC758 \uD45C\uC2DC \uC5B8\uC5B4\uC5D0 \uC601\uD5A5\uC744 \uBBF8\uCE58\uBA70, \uBC88\uC5ED\uC758 \uB300\uC0C1 \uC5B8\uC5B4\uC640\uB294 \uBB34\uAD00\uD569\uB2C8\uB2E4.","browser.toggleMouseHoverTranslateDirectly":"\uD398\uC774\uC9C0\uC5D0\uC11C \uC784\uC2DC\uB85C \uB9C8\uC6B0\uC2A4 \uD638\uBC84\uB97C \uC0AC\uC6A9\uD558\uC5EC \uC9C1\uC811 \uBC88\uC5ED\uC744 \uD65C\uC131\uD654\uD558\uAC70\uB098 \uBE44\uD65C\uC131\uD654\uD558\uC2ED\uC2DC\uC624.","desc.toggleTranslateTheMainPage":"\uD398\uC774\uC9C0\uC758 \uC8FC\uC694 \uC601\uC5ED\uB9CC \uBC88\uC5ED\uD558\uC2ED\uC2DC\uC624. \uACE0\uAE09 \uC124\uC815\uC5D0\uC11C \uD398\uC774\uC9C0 \uC804\uCCB4 \uC601\uC5ED \uBC88\uC5ED\uC744 \uD65C\uC131\uD654 \uD55C \uD6C4, \uC774 \uB2E8\uCD95\uD0A4\uB97C \uC0AC\uC6A9\uD558\uC5EC \uD398\uC774\uC9C0\uC758 \uC8FC\uC694 \uC601\uC5ED\uB9CC \uBC88\uC5ED\uD560 \uC218 \uC788\uC2B5\uB2C8\uB2E4.","desc.mouseHoverHoldKey":"\uB9C8\uC6B0\uC2A4\uB97C \uD2B9\uC815 \uB2E8\uB77D \uC704\uC5D0 \uB193\uACE0 \uC624\uB978\uCABD \uB2E8\uCD95\uD0A4\uB97C \uB3D9\uC2DC\uC5D0 \uB204\uB974\uBA74 \uD574\uB2F9 \uB2E8\uB77D\uC744 \uBC14\uB85C \uBC88\uC5ED\uD560 \uC218 \uC788\uC2B5\uB2C8\uB2E4.",mouseHoverCustomKeyDescription:"\uB9C8\uC6B0\uC2A4\uB97C \uD638\uBC84\uD558\uB294 \uC870\uD569 \uB2E8\uCD95\uD0A4\uB97C \uC0AC\uC6A9\uC790 \uC815\uC758 \uD560 \uC218 \uC788\uC2B5\uB2C8\uB2E4. \uC608\uB97C \uB4E4\uC5B4 : Alt+Z, Ctrl+E, Cmd+Alt+E \uB610\uB294 \uBC14\uB85C Cmd, \uC218\uB3D9\uC73C\uB85C \uC785\uB825\uD574 \uC8FC\uC138\uC694.","subtitle.showQuickButtonDescription":"\uBE44\uB514\uC624 \uD50C\uB808\uC774\uC5B4\uC758 \uC624\uB978\uCABD \uD558\uB2E8\uC5D0\uC11C \uC774\uC911 \uC5B8\uC5B4 \uC790\uB9C9\uC744 \uD65C\uC131\uD654\uD558\uB294 \uB2E8\uCD95\uD0A4\uB97C \uC81C\uACF5\uD569\uB2C8\uB2E4.","desc.toggleTranslateTheWholePage":"\uD398\uC774\uC9C0 \uC804\uCCB4 \uBC88\uC5ED, \uAE30\uBCF8\uC801\uC73C\uB85C \uC6B0\uB9AC\uB294 \uD398\uC774\uC9C0\uC758 \uC8FC\uC694 \uC601\uC5ED\uC744 \uBC88\uC5ED\uD569\uB2C8\uB2E4. \uC774 \uB2E8\uCD95\uD0A4\uB97C \uC0AC\uC6A9\uD558\uC5EC \uD398\uC774\uC9C0 \uC804\uCCB4\uB97C \uC804\uC6A9 \uBC88\uC5ED\uD560 \uC218 \uC788\uC2B5\uB2C8\uB2E4.",shortcutDisableTooltip:"\uBE0C\uB77C\uC6B0\uC800\uC5D0\uC11C \uC81C\uACF5\uD558\uB294 \uD655\uC7A5 \uD504\uB85C\uADF8\uB7A8 \uB2E8\uCD95\uD0A4 \uAD00\uB9AC \uD398\uC774\uC9C0\uC5D0\uC11C \uC124\uC815\uC744 \uD574 \uC8FC\uC138\uC694. \uB354 \uB9CE\uC740 \uC9C0\uCE68\uC740 \uC774 \uD398\uC774\uC9C0 \uC0C1\uB2E8\uC758 \uC124\uBA85\uC744 \uCC38\uC870\uD558\uC2ED\uC2DC\uC624.","browser.toggleVideoSubtitlePreTranslation":"\uC774\uC911 \uC5B8\uC5B4 \uC790\uB9C9\uC744 \uC804\uD658\uD558\uACE0, \uBAB0\uC785\uD615 \uBC88\uC5ED \uC124\uC815\uC744 \uC6B0\uC120\uC801\uC73C\uB85C \uC0AC\uC6A9\uD558\uC2ED\uC2DC\uC624.","desc.touchShortcutsToggleTranslatePage":"\uC124\uC815 \uD6C4\uC5D0\uB294 \uC774\uB3D9 \uC7A5\uCE58\uB97C \uC0AC\uC6A9\uD560 \uB54C X \uAC1C\uC758 \uC190\uAC00\uB77D\uC73C\uB85C \uB3D9\uC2DC\uC5D0 \uD654\uBA74\uC744 \uD130\uCE58\uD558\uAC70\uB098 \uC88C\uC6B0\uB85C \uC2AC\uB77C\uC774\uB4DC\uD558\uAC70\uB098 \uC5F0\uC18D\uC801\uC73C\uB85C \uD0ED\uD558\uC5EC \uC6F9 \uD398\uC774\uC9C0\uB97C \uBC88\uC5ED\uD558\uAC70\uB098 \uC6D0\uBB38\uC744 \uD45C\uC2DC\uD560 \uC218 \uC788\uC2B5\uB2C8\uB2E4.","desc.toggleMouseHoverTranslateDirectly":"\uC774 \uB2E8\uCD95\uD0A4\uB97C \uB204\uB978 \uD6C4 \uD398\uC774\uC9C0\uC5D0\uC11C \uB9C8\uC6B0\uC2A4\uB97C \uD14D\uC2A4\uD2B8\uC758 \uC5B4\uB5A4 \uBD80\uBD84\uC5D0\uB4E0\uC9C0 \uAC00\uB9AC\uD0A4\uBA74 \uD574\uB2F9 \uD14D\uC2A4\uD2B8\uAC00 \uC790\uB3D9\uC73C\uB85C \uBC88\uC5ED\uB429\uB2C8\uB2E4. \uB2E8\uCD95\uD0A4\uB97C \uB2E4\uC2DC \uD55C \uBC88 \uB204\uB974\uBA74 \uC774 \uC790\uB3D9 \uBC88\uC5ED \uAE30\uB2A5\uC744 \uB2EB\uC744 \uC218 \uC788\uC2B5\uB2C8\uB2E4.",paragraphMinTextCountDesc:"\uC8FC\uC758, \uC5EC\uAE30\uC11C\uB294 \uBB38\uC790 \uAE38\uC774\uB97C \uC758\uBBF8\uD569\uB2C8\uB2E4. \uC608\uB97C \uB4E4\uC5B4, hello\uB294 5\uAC1C\uC758 \uBB38\uC790\uC785\uB2C8\uB2E4. \uB354 \uD070 \uAC12\uC744 \uC124\uC815\uD558\uBA74 \uBD88\uD544\uC694\uD55C \uC791\uC740 \uB2E8\uB77D \uBC88\uC5ED\uC744 \uC904\uC77C \uC218 \uC788\uC2B5\uB2C8\uB2E4.",translationOnlyModeDescription:"\uBC88\uC5ED\uBB38\uB9CC \uBAA8\uB4DC\uB294 \uAE30\uBCF8\uC801\uC778 \uC774\uC911 \uC5B8\uC5B4 \uBAA8\uB4DC\uAC00 \uC544\uB2CC \uC624\uC9C1 \uBC88\uC5ED\uBB38\uB9CC\uC744 \uD45C\uC2DC\uD558\uB294 \uAC83\uC744 \uC758\uBBF8\uD569\uB2C8\uB2E4. \uC8FC\uC758: \uAE30\uC220\uC801 \uC81C\uD55C\uC73C\uB85C \uC778\uD574 \uBC88\uC5ED\uBB38\uB9CC \uBAA8\uB4DC\uC5D0\uC11C\uB294 \uC6D0\uBB38\uC758 \uD558\uC774\uD37C\uB9C1\uD06C\uAC00 \uC791\uB3D9\uD558\uC9C0 \uC54A\uC744 \uAC83\uC785\uB2C8\uB2E4.","desc.touchShortcutsToggleTranslationMask":"\uBC88\uC5ED \uB9C8\uC2A4\uD06C\uB294 \uBC88\uC5ED \uC2A4\uD0C0\uC77C\uC758 \uD750\uB9BF\uD55C \uD6A8\uACFC\uB97C \uAC00\uB9AC\uD0A4\uBA70(\uD559\uC2B5 \uBAA8\uB4DC), \uD65C\uC131\uD654\uD558\uBA74 \uC784\uC2DC\uB85C \uBC88\uC5ED\uC5D0 \uD750\uB9BF\uD55C \uD6A8\uACFC\uB97C \uC0AC\uC6A9\uD558\uC5EC \uD559\uC2B5\uC744 \uC6A9\uC774\uD558\uAC8C \uD569\uB2C8\uB2E4.","intro.floatBallDescription":"\uC0AC\uC6A9\uD558\uBA74 \uD398\uC774\uC9C0 \uC624\uB978\uCABD\uC5D0 \uBE60\uB978 \uBC88\uC5ED \uBC84\uD2BC\uC774 \uD45C\uC2DC\uB418\uBA70, \uD074\uB9AD\uD558\uBA74 \uBC88\uC5ED\uD560 \uC218 \uC788\uACE0 \uB2E4\uC2DC \uD074\uB9AD\uD558\uBA74 \uC6D0\uBB38\uC73C\uB85C \uC804\uD658\uD560 \uC218 \uC788\uC2B5\uB2C8\uB2E4. \uBAA8\uBC14\uC77C\uC5D0\uC11C\uB294 \uD50C\uB85C\uD305 \uBCFC\uC744 \uAE38\uAC8C \uB204\uB974\uBA74 \uBE60\uB978 \uC124\uC815 \uD328\uB110\uC744 \uC5F4 \uC218 \uC788\uC2B5\uB2C8\uB2E4.","contact.description":"\uB2F9\uC2E0\uC774 \uC9C8\uBB38\uC774\uB098 \uC81C\uC548\uC0AC\uD56D\uC774 \uC788\uC73C\uC2DC\uB2E4\uBA74, \uC544\uB798\uC758 \uC591\uC2DD\uC744 \uC791\uC131\uD558\uC5EC \uC800\uD76C\uC5D0\uAC8C \uC5F0\uB77D\uD558\uC2DC\uAC70\uB098 {email}\uB85C \uC774\uBA54\uC77C\uC744 \uBCF4\uB0B4\uC8FC\uC2DC\uAE30 \uBC14\uB78D\uB2C8\uB2E4. \uC800\uD76C\uB294 \uBE60\uB978 \uC2DC\uC77C \uB0B4\uC5D0 \uB2F5\uBCC0\uB4DC\uB9AC\uACA0\uC2B5\uB2C8\uB2E4.","neverTranslateText.description":"\uC77C\uBD80 \uBC88\uC5ED \uC5D4\uC9C4\uC774 \uACE0\uC720 \uBA85\uC0AC\uB97C \uC81C\uB300\uB85C \uC778\uC2DD\uD558\uC9C0 \uBABB\uD558\uAE30 \uB54C\uBB38\uC5D0, \uC5EC\uAE30\uC5D0 \uB2E8\uC5B4\uB97C \uCD94\uAC00\uD558\uC5EC \uBC88\uC5ED \uACFC\uC815\uC5D0\uC11C \uBCC0\uD658\uB418\uC9C0 \uC54A\uB3C4\uB85D \uD560 \uC218 \uC788\uC2B5\uB2C8\uB2E4. \uC774 \uAE30\uB2A5\uC740 \uB300\uC18C\uBB38\uC790\uB97C \uAD6C\uBD84\uD558\uBA70 \uACF5\uBC31\uC73C\uB85C \uAD6C\uBD84\uB41C \uB2E8\uC5B4 \uC5B8\uC5B4(\uC601\uC5B4, \uD504\uB791\uC2A4\uC5B4 \uB4F1)\uB9CC \uC9C0\uC6D0\uD558\uBA70 \uC77C\uBCF8\uC5B4, \uD55C\uAD6D\uC5B4 \uB4F1\uC758 \uC5B8\uC5B4\uC5D0\uB294 \uC801\uC6A9\uB418\uC9C0 \uC54A\uC2B5\uB2C8\uB2E4.","intro.hoverDescription":"\uB9C8\uC6B0\uC2A4 \uD638\uBC84 \uBC88\uC5ED\uC740 \uBAB0\uC785\uD615 \uBC88\uC5ED\uC5D0\uC11C \uB9E4\uC6B0 \uC911\uC694\uD55C \uAE30\uB2A5\uC785\uB2C8\uB2E4. \uB2E8\uC9C0 \uBB38\uB2E8 \uC704\uC5D0 \uB9C8\uC6B0\uC2A4\uB97C \uB193\uACE0 \uB3D9\uC2DC\uC5D0 \uC124\uC815\uB41C \uB2E8\uCD95\uD0A4\uB97C \uB204\uB974\uBA74 \uD604\uC7AC \uBB38\uB2E8\uC774 \uC790\uB3D9\uC73C\uB85C \uBC88\uC5ED\uB429\uB2C8\uB2E4(\uC8FC\uC758: \uAE30\uBCF8\uC801\uC73C\uB85C \uD65C\uC131\uD654\uB418\uC5B4 \uC788\uC9C0 \uC54A\uC2B5\uB2C8\uB2E4. \uC544\uB798\uC5D0\uC11C \uC124\uC815\uD558\uC2ED\uC2DC\uC624). \uC774 \uC0C1\uD638\uC791\uC6A9\uC740 \uB2E8\uC5B4 \uC120\uD0DD \uBC88\uC5ED\uC744 \uB354 \uC798 \uB300\uCCB4\uD558\uAE30 \uC704\uD574 \uC0AC\uC6A9\uB418\uBA70, \uB610\uD55C \uC774 \uAE30\uB2A5\uC740 \uC778\uC2DD\uD560 \uC218 \uC5C6\uB294 \uBC88\uC5ED \uC601\uC5ED\uC5D0 \uB110\uB9AC \uC801\uC6A9\uB429\uB2C8\uB2E4. \uC774 \uAE30\uB2A5\uC744 \uC774\uC6A9\uD558\uC5EC \uC5B4\uB5A4 \uBB38\uB2E8\uC774\uB4E0 \uAC15\uC81C\uB85C \uBC88\uC5ED\uD560 \uC218 \uC788\uC2B5\uB2C8\uB2E4.","intro.subtitleDescription":"\uC774 \uAE30\uB2A5\uC744 \uD65C\uC131\uD654\uD558\uBA74 \uBE44\uB514\uC624 \uC7AC\uC0DD \uC2DC \uC790\uB3D9\uC73C\uB85C \uC774\uC911 \uC5B8\uC5B4 \uC790\uB9C9\uC774 \uD45C\uC2DC\uB429\uB2C8\uB2E4. \uD65C\uC131\uD654\uD558\uC9C0 \uC54A\uC740 \uACBD\uC6B0, \uD398\uC774\uC9C0\uC5D0\uC11C \uC218\uB3D9\uC73C\uB85C \uBC88\uC5ED \uBC84\uD2BC\uC744 \uD074\uB9AD\uD558\uC5EC \uC790\uB9C9\uC744 \uD45C\uC2DC\uD574\uC57C \uD569\uB2C8\uB2E4. \uAE30\uC220\uC801 \uC81C\uD55C\uC73C\uB85C \uC778\uD574 \uC77C\uBD80 \uC6F9\uC0AC\uC774\uD2B8\uC5D0\uC11C\uB294 \uC790\uB9C9\uC744 \uCC98\uC74C \uD65C\uC131\uD654\uD560 \uB54C \uD398\uC774\uC9C0\uB97C \uC0C8\uB85C \uACE0\uCE68\uD558\uAC70\uB098 \uBC88\uC5ED\uC774 \uC644\uB8CC\uB41C \uD6C4\uC5D0\uC57C \uC774\uC911 \uC5B8\uC5B4 \uC790\uB9C9\uC744 \uD45C\uC2DC\uD560 \uC218 \uC788\uC2B5\uB2C8\uB2E4. (\uB610\uD55C, \uBE44\uB514\uC624 \uC6F9\uC0AC\uC774\uD2B8\uB97C \uC5F4\uACE0 \uB098\uC11C \uC624\uB978\uCABD \uC0C1\uB2E8\uC5D0\uC11C \uBAB0\uC785\uD615 \uBC88\uC5ED\uC758 \uBC14\uB85C\uAC00\uAE30 \uD328\uB110\uC744 \uD65C\uC131\uD654/\uBE44\uD65C\uC131\uD654 \uD560 \uC218\uB3C4 \uC788\uC2B5\uB2C8\uB2E4.)

\uD604\uC7AC \uC774\uB7EC\uD55C \uC6F9\uC0AC\uC774\uD2B8\uC5D0\uC11C \uC774\uC911 \uC5B8\uC5B4 \uC790\uB9C9\uC744 \uC0AC\uC6A9\uD560 \uC218 \uC788\uC2B5\uB2C8\uB2E4:",geminiWarning:"\uC8FC\uC758: Google\uC774 \uC81C\uACF5\uD558\uB294 Gemini\uC758 \uBB34\uB8CC \uC11C\uBE44\uC2A4 \uC81C\uD55C\uC774 \uC5C4\uACA9\uD558\uBBC0\uB85C, \uC0AC\uC6A9\uC790\uAC00 \uC5EC\uB7EC Key\uB97C \uC0AC\uC6A9\uD558\uC5EC \uADF8\uB4E4\uC758 \uBB34\uB8CC \uD560\uB2F9\uB7C9 \uC81C\uD55C\uC744 \uD68C\uD53C\uD558\uACE0 \uC788\uB2E4\uACE0 Google\uC5D0 \uD310\uB2E8\uB420 \uC218 \uC788\uC2B5\uB2C8\uB2E4. \uC0AC\uC6A9\uD558\uC9C0 \uC54A\uB294 \uAC83\uC774 \uC88B\uC73C\uBA70, Google\uC774 Gemini \uC720\uB8CC \uC778\uD130\uD398\uC774\uC2A4\uB97C \uAC1C\uBC29\uD560 \uB54C\uAE4C\uC9C0 \uAE30\uB2E4\uB9AC\uB294 \uAC83\uC774 \uC88B\uC2B5\uB2C8\uB2E4.","floatBall.setting":"\uC124\uC815","floatBall.translateToLanguage":"{language}\uB85C \uBC88\uC5ED\uC744 \uD074\uB9AD\uD558\uC2ED\uC2DC\uC624.","floatBall.file":`PDF, EPUB, SRT, ASS, HTML, TXT \uD30C\uC77C \uBC88\uC5ED`,changeToOnlyTempTranslationMode:"\uBC88\uC5ED\uB9CC \uD45C\uC2DC\uD558\uB3C4\uB85D \uD1A0\uAE00",changeToDualTempTranslationMode:"\uC774\uC911 \uC5B8\uC5B4 \uBC88\uC5ED\uC73C\uB85C \uC804\uD658","options.navbar.translateFile":"\uBB38\uC11C \uBC88\uC5ED","transitionMode.dual":"\uC774\uC911 \uC5B8\uC5B4 \uB300\uC870","transitionMode.translation":"\uC624\uC9C1 \uBC88\uC5ED\uBB38","options.navbar.installApp":"\uD734\uB300\uD3F0 \uC571 \uC124\uCE58","subtitle.transitionMode":"\uBE44\uB514\uC624 \uC790\uB9C9 \uC774\uC911 \uC5B8\uC5B4 / \uBC88\uC5ED\uBB38\uB9CC \uC124\uC815","transitionMode.inherit":"\uC2DC\uC2A4\uD15C\uC758 \uAE30\uBCF8 \uBC88\uC5ED \uD45C\uC2DC \uBAA8\uB4DC\uC640 \uC77C\uCE58\uD558\uC2ED\uC2DC\uC624","subtitle.transitionModeDescription":"\uBE44\uB514\uC624 \uC790\uB9C9\uC744 \uC774\uC911 \uC5B8\uC5B4 \uB300\uC870 \uB610\uB294 \uBC88\uC5ED\uBB38\uB9CC \uBAA8\uB4DC\uB85C \uC124\uC815\uD558\uC2ED\uC2DC\uC624.",translateFileTooltip:`PDF, ePub, srt, ass, HTML, TXT \uD30C\uC77C \uBC88\uC5ED`,"description.subtitlePrompt":`\uC790\uB9C9 \uC2DC\uB098\uB9AC\uC624\uC5D0\uC11C \uC5EC\uB7EC \uB2E8\uB77D\uC744 \uBCF4\uB0BC \uB54C, \uC0AC\uC6A9\uC790\uC758 \uC2E0\uBD84\uC73C\uB85C {service}\uC5D0 \uB300\uD654\uB97C \uBCF4\uB0B4\uB294\uB370, \uC5EC\uAE30\uC11C {{from}}\uC740 \uB2E8\uB77D\uC758 \uC5B8\uC5B4\uB97C \uB098\uD0C0\uB0B4\uACE0, {{to}}\uB294 \uBAA9\uD45C \uC5B8\uC5B4\uB97C \uB098\uD0C0\uB0C5\uB2C8\uB2E4. {{yaml}}\uC740 \uC6B0\uB9AC\uAC00 yaml \uD615\uC2DD\uC73C\uB85C \uD3EC\uC7A5\uD55C \uB2E8\uB77D \uB0B4\uC6A9\uC774\uBA70, \uC0AC\uC6A9\uC790 \uC815\uC758 Prompt\uAC00 \uD544\uC694\uD55C \uACBD\uC6B0, AI \uC751\uB2F5\uC758 YAML \uACB0\uACFC\uC758 \uAC01 \uD56D\uBAA9\uC774 {env.imt_sub_trans_field} \uD544\uB4DC\uB97C \uD3EC\uD568\uD574\uC57C \uD569\uB2C8\uB2E4. {{imt_sub_trans_field}}\uB294 \uC6B0\uB9AC\uAC00 AI \uC751\uB2F5\uC744 \uC6D0\uD558\uB294 \uBC88\uC5ED \uD544\uB4DC \uC774\uB984\uC774\uBA70, \uAE30\uBCF8\uAC12\uC740: {env.imt_sub_trans_field}, {{imt_sub_source_field}}\uB294 \uC6B0\uB9AC\uAC00 AI\uC5D0\uAC8C \uC804\uB2EC\uD558\uB294 \uC6D0\uBB38 \uD544\uB4DC \uC774\uB984\uC774\uBA70, \uAE30\uBCF8\uAC12\uC740: {env.imt_sub_source_field}\uC785\uB2C8\uB2E4. \uC608\uC2DC \uACB0\uACFC\uB294 \uB2E4\uC74C\uACFC \uAC19\uC2B5\uB2C8\uB2E4: @@ -5157,7 +5157,7 @@ HTML, TXT \uD30C\uC77C \uBC88\uC5ED`,"description.subtitlePrompt":`\uC790\uB9C9 - id: 1 {env.imt_trans_field}: \uBC88\uC5ED\uBB38 - id: 2 - {env.imt_trans_field}: \uBC88\uC5ED\uBB38`,"subtitle.quickButton.setting":"\uC124\uC815","subtitle.quickButton.translationPosition":"\uBC88\uC5ED \uC704\uCE58","subtitle.quickButton.black":"\uAC80\uC740\uC0C9","translationServices.claude":"\uD074\uB85C\uB4DC","subtitle.quickButton.translationPositionTop":"\uC6D0\uBB38 \uC704\uC5D0","subtitle.quickButton.backgroundColor":"\uBC30\uACBD\uC0C9","subtitle.quickButton.translationPositionBottom":"\uC6D0\uBB38 \uC544\uB798\uC5D0","subtitle.quickButton.yellow":"\uB178\uB780\uC0C9","subtitle.quickButton.white":"\uD558\uC580\uC0C9","subtitle.quickButton.translationTextColor":"\uBC88\uC5ED \uAE00\uAF34 \uC0C9\uC0C1","subtitle.quickButton.red":"\uBE68\uAC04\uC0C9","subtitle.quickButton.sourceTextColor":"\uC6D0\uB798 \uAE00\uAF34 \uC0C9\uC0C1","subtitle.quickButton.green":"\uB179\uC0C9","subtitle.quickButton.cyan":"\uCCAD\uC0C9","subtitle.quickButton.magenta":"\uB9C8\uC820\uD0C0\uC0C9","subtitle.quickButton.backgroundOpacity":"\uBC30\uACBD \uBD88\uD22C\uBA85\uB3C4","subtitle.quickButton.translationFontSize":"\uBC88\uC5ED \uAE00\uC790 \uD06C\uAE30","subtitle.quickButton.sourceFontSize":"\uC6D0\uB798 \uAE00\uAF34 \uD06C\uAE30","subtitle.quickButton.blue":"\uD30C\uB780\uC0C9",attachSubtitleTranslating:"{service}\uB97C \uC0AC\uC6A9\uD558\uC5EC \uBC88\uC5ED \uC911...","error.claude.403":"\uC11C\uBE44\uC2A4\uC5D0 \uC561\uC138\uC2A4 \uD560 \uAD8C\uD55C\uC774 \uC5C6\uC2B5\uB2C8\uB2E4. \uC774\uB294 Claude\uC758 \uC9C0\uC5ED \uC81C\uD55C\uACFC \uAD00\uB828\uC774 \uC788\uC744 \uC218 \uC788\uC2B5\uB2C8\uB2E4. IP \uC8FC\uC18C\uB97C \uBCC0\uACBD\uD558\uAC70\uB098 \uB2E4\uB978 \uBC88\uC5ED \uC11C\uBE44\uC2A4\uB97C \uC0AC\uC6A9\uD574 \uBCF4\uC2ED\uC2DC\uC624.","browser.brandDescriptionForSafari":"\u3010\uBAB0\uC785\uD615 \uBC88\uC5ED\u3011\uBB34\uB8CC\uC758 (\uC6D0\uBB38/\uBC88\uC5ED\uBB38) \uC774\uC911 \uC5B8\uC5B4 \uB300\uC870 \uC6F9 \uD398\uC774\uC9C0 \uBC88\uC5ED \uD50C\uB7EC\uADF8\uC778\uC73C\uB85C, PDF \uBC88\uC5ED \uBC0F EPUB \uC804\uC790\uCC45 \uBC88\uC5ED\uC744 \uC9C0\uC6D0\uD558\uBA70 \uC6D0\uBB38\uC758 \uBB38\uC11C \uBC30\uCE58\uB97C \uC720\uC9C0\uD569\uB2C8\uB2E4. Youtube/Netflix \uB4F1\uC758 \uC628\uB77C\uC778 \uBE44\uB514\uC624 \uC774\uC911 \uC5B8\uC5B4 \uC790\uB9C9 \uBC88\uC5ED\uC744 \uC9C0\uC6D0\uD558\uBA70, Deepl/Google \uB4F1 \uC8FC\uC694 \uBC88\uC5ED \uC11C\uBE44\uC2A4\uB97C \uC9C0\uC6D0\uD569\uB2C8\uB2E4.","browser.PdfProFile":"AI\uAC00 \uAD6C\uB3D9\uD558\uB294 PDF Pro \uBC88\uC5ED","browser.textTranslate":"\uBB38\uC11C \uBC88\uC5ED"};var Pb={nologin:"n\xE3o conectado",loginForSafari:"Iniciar sess\xE3o ou registar-se",login:"Iniciar sess\xE3o para abrir uma inscri\xE7\xE3o",manageAccount:"Contas geridas",openPremium:"Associa\xE7\xE3o aberta",logout:"abortar",curentPlan:"Pacotes actuais",endAt:"expira\xE7\xE3o",endAuto:"renova\xE7\xE3o autom\xE1tica",lineBreakMaxTextCount:"N\xFAmero m\xE1ximo de caracteres permitidos por frase ap\xF3s as mudan\xE7as de linha","translate-pdf":"Clique para traduzir o PDF","noSupportTranslate-pdf":"Script n\xE3o suportado, utilize o plugin","translate-firefox-local-pdf":"Clique para ir para Importar PDF",enableLineBreak:"Ativar o avan\xE7o autom\xE1tico de linha para par\xE1grafos longos",sponsorLabel:"$1 Desenvolvedores patrocinados",help:"m\xE3o",browserShortcutsNoteForFirefox:"Para alterar os atalhos no Firefox, \xE9 necess\xE1rio abrir a p\xE1gina de gest\xE3o de extens\xF5es `about:addons`, clicar em `Settings` e, em seguida, clicar em `Manage Shortcuts` para definir os atalhos.",browserShortcutsNoteForChrome:"Para modificar os atalhos no Chrome, tem de abrir a p\xE1gina de gest\xE3o de extens\xF5es, defini-los no painel `Gerir atalhos` (`chrome://extensions/shortcuts`) e clicar no bot\xE3o abaixo para saltar para a p\xE1gina de gest\xE3o de atalhos.",browserShortcutsSucks:"Os atalhos personalizados s\xE3o formatados como (sem reconhecimento autom\xE1tico, introduza diretamente)\uFF1A",enableLineBreakDescription:"Quando activada, as quebras de linha ser\xE3o inseridas no final de cada frase em par\xE1grafos longos para facilitar a leitura","browser.shortBrandName":"Tradu\xE7\xE3o por imers\xE3o","browser.brandName":"Tradu\xE7\xE3o por imers\xE3o: Tradu\xE7\xE3o bilingue de p\xE1ginas Web e de documentos PDF","browser.brandDescription":"Bilingual web page translation, also supports PDF translation, bilingual Epub eBook translation, free to use.","browser.toggleTranslatePage":"Traduzir a p\xE1gina/apresentar o texto original","browser.toggleTranslateTheWholePage":"Traduzir todas as \xE1reas da p\xE1gina/apresentar o texto original","browser.toggleOnlyTransation":"Alternar entre o modo bil\xEDngue / apenas tradu\xE7\xE3o","browser.toggleTranslateToThePageEndImmediately":"Tradu\xE7\xE3o imediata para o fim da p\xE1gina/visualiza\xE7\xE3o do texto original","browser.toggleTranslateTheMainPage":"Traduzir a \xE1rea principal da p\xE1gina/apresentar o texto original","browser.shareToDraft":"Partilhar p\xE1ginas bilingues","browser.openOptionsPage":"Abrir a p\xE1gina de defini\xE7\xF5es","browser.toggleTranslationMask":"Mostrar/ocultar o efeito de desfocagem da tradu\xE7\xE3o","browser.translateLocalPdfFile":"Traduzir ficheiros PDF locais","browser.openEbookViewer":"Ler livros electr\xF3nicos locais","browser.openEbookBuilder":"Criar livros electr\xF3nicos EPUB bilingues","browser.translateLocalHtmlFile":"Traduzir ficheiros HTML/txt","browser.donateContext":"Saiba mais sobre as vantagens do patroc\xEDnio","browser.translateLocalSubtitleFile":"Traduzir ficheiros de legendas locais",confirmResetConfig:"Tem a certeza de que pretende repor as defini\xE7\xF5es?",translationLineBreakSettingTitle:"Defini\xE7\xE3o do avan\xE7o de linha de tradu\xE7\xE3o",smartLineBreak:"alimenta\xE7\xE3o de linha inteligente (computa\xE7\xE3o)",alwaysLineBreak:"Sempre alimenta\xE7\xE3o de linha",isShowContextMenu:"Adicionar p\xE1ginas traduzidas aos itens de menu do bot\xE3o direito do rato",toggleBeta:"Ativa\xE7\xE3o de funcionalidades de teste beta",betaDescription:"Ativar funcionalidades que ainda s\xE3o experimentais, bem como um servi\xE7o de tradu\xE7\xE3o em vers\xE3o beta. Junte-se ao <1>grupo do Telegram para saber mais.",translationLineBreakSettingDescription:"Os feeds de linha s\xE3o sempre limpos e organizados para p\xE1ginas com menos conte\xFAdo. (Utilize quebras de linha inteligentes em par\xE1grafos longos e com muito conte\xFAdo (mais de{count}caracteres) para poupar espa\xE7o).",tempTranslateDomainTitle:"Dura\xE7\xE3o da ativa\xE7\xE3o tempor\xE1ria da tradu\xE7\xE3o do s\xEDtio Web",tempTranslateDomainDescription:"Quando traduzir manualmente uma p\xE1gina Web, active temporariamente o s\xEDtio Web para tradu\xE7\xE3o autom\xE1tica e pode definir a dura\xE7\xE3o tempor\xE1ria.",xMinutes:"{count} minutos",disabled:"proibir a utiliza\xE7\xE3o de algo",changelog:"Registo de atualiza\xE7\xE3o",toggleTranslatePageWhenThreeFingersOnTheScreen:"O toque simult\xE2neo de v\xE1rios dedos no ecr\xE3 traduz p\xE1ginas Web/apresenta o texto original",toggleTranslationMaskWhenThreeFingersOnTheScreen:"O toque de v\xE1rios dedos mostra/oculta o efeito de desfocagem.",fingerCountToToggleTranslagePageOnlyTranslationWhenTouching:"O toque simult\xE2neo de v\xE1rios dedos no ecr\xE3 traduz a p\xE1gina Web (apenas tradu\xE7\xE3o)/apresenta o texto original.",addUrlDescription:"Pode ser um nome de dom\xEDnio e tamb\xE9m suporta wildcards, por exemplo,\uFF1A*.google.com, google.com/mail/*, https://www.google.com/*",general:"Defini\xE7\xF5es b\xE1sicas",clickToExpandConfig:"Expandir a configura\xE7\xE3o atual",import:"Importar de um ficheiro",export:"Exportar para ficheiro",toggleDebug:"Imprimir o registo de depura\xE7\xE3o na consola","fingers.0":"coagula\xE7\xE3o","fingers.2":"toque com dois dedos","fingers.3":"toque com tr\xEAs dedos","fingers.4":"toque com quatro dedos","fingers.5":"toque com cinco dedos",mouseHoldKey:"+ {key} traduzir/restaurar o par\xE1grafo",mouseHoldKeyAuto:"Tradu\xE7\xE3o direta do par\xE1grafo",mouseHoldKeyOff:"N\xE3o fa\xE7as nada.",mouseHoldKeyOther:"Atalhos personalizados (abrir defini\xE7\xF5es)",mouseHoldKeyCustomKey:"{key} Tradu\xE7\xE3o/redu\xE7\xE3o do par\xE1grafo",mouseHoverHoldKey:"Passar o rato enquanto se premem as teclas de atalho para traduzir par\xE1grafos","mouse-translate":"passar o rato",document:"ficheiro (inform\xE1tico)",resetSuccess:"Repor todas as defini\xE7\xF5es com \xEAxito",resetThisSuccess:"Reinicializa\xE7\xE3o bem-sucedida",saved:"Guardar com sucesso",successImportConfig:"Configura\xE7\xE3o importada com sucesso",goAdvancedSettings:"Aceder \xE0 p\xE1gina Defini\xE7\xF5es avan\xE7adas",goAdvancedInterfaceSettings:"Aceder \xE0 p\xE1gina Defini\xE7\xF5es de personaliza\xE7\xE3o avan\xE7adas",advanced:"Defini\xE7\xF5es avan\xE7adas",advancedDescription:"Geralmente n\xE3o s\xE3o necess\xE1rias defini\xE7\xF5es, basta deix\xE1-la como predefinida. Apenas para utilizadores mais especializados, est\xE3o dispon\xEDveis defini\xE7\xF5es mais personalizadas.",developer:"Defini\xE7\xF5es do programador",donateCafe:"pre\xE7os","translate to the bottom of the page":"\xC9 traduzido para o fundo da p\xE1gina imediatamente ap\xF3s entrar na p\xE1gina?",feedback:"Feedback sobre os problemas",toggleTranslatePage:"Traduzir a p\xE1gina/apresentar o texto original",translateToThePageEndImmediatelyDescription:"Se a ativar, o conte\xFAdo ser\xE1 imediatamente traduzido da parte superior para a parte inferior da p\xE1gina \xE0 medida que a introduz. Se a desativar, a tradu\xE7\xE3o \xE9 feita \xE0 medida que l\xEA. (N\xE3o recomendado)","translate all areas of the page":"Se pretende traduzir todas as \xE1reas da p\xE1gina",translationAreaDescription:"Ligado, todas as \xE1reas de toda a p\xE1gina Web s\xE3o traduzidas. Se estiver desativado, utiliza o reconhecimento inteligente predefinido e traduz apenas as \xE1reas principais. (N\xE3o se recomenda que seja ativado)","the number of characters to be translated first":"Traduzir diretamente os primeiros caracteres da p\xE1gina sem ter de se deslocar para a \xE1rea de visualiza\xE7\xE3o","interface language":"linguagem de interface","display both the original text and the translation":"Visualiza\xE7\xE3o simult\xE2nea do original e da tradu\xE7\xE3o","keyboard shortcuts":"Atalhos de teclado",modify:"Modificar teclas de atalho",reset:"reprovis\xE3o",close:"coagula\xE7\xE3o",homepage:"p\xE1gina inicial",more:"mais",moreOptions:"Expandir mais op\xE7\xF5es de personaliza\xE7\xE3o",translateTheWholePage:"Traduzir todas as \xE1reas da p\xE1gina (em vez de reconhecer inteligentemente as \xE1reas principais)",changeToTranslateTheWholePage:"Mudar para traduzir todas as regi\xF5es",changeToTranslateTheMainPage:"Mudar para Traduzir \xC1rea Principal",changeToOnlyTranslationMode:"Alternar para apresentar apenas tradu\xE7\xF5es",changeToDualTranslationMode:"Mudar para tradu\xE7\xE3o bilingue",translateToThePageEndImmediately:"Tradu\xE7\xE3o imediata para o fim da p\xE1gina",translateTheMainPage:"Regi\xF5es-chave da tradu\xE7\xE3o inteligente","The local rules are up to date":"As regras de adapta\xE7\xE3o local est\xE3o actualizadas.","Successfully synchronized with the latest official rules:":"Sincroniza\xE7\xE3o bem sucedida com as \xFAltimas regras oficiais de adapta\xE7\xE3o.","Checking for updates":"Verifica\xE7\xE3o de actualiza\xE7\xF5es","Rules are being synchronized":"Regras de adapta\xE7\xE3o sincronizadas",localVersionIsTooOld:"A vers\xE3o da extens\xE3o local \xE9 demasiado antiga. Actualize a extens\xE3o para {minVersion} ou mais recente antes de tentar sincronizar.",badUserscriptBrowser:"O navegador atual n\xE3o implementa corretamente a interface da extens\xE3o Grease Monkey (por exemplo, para obter informa\xE7\xF5es sobre o n\xFAmero da vers\xE3o do pr\xF3prio script Grease Monkey), utilize outros navegadores que <1>suportem a extens\xE3o Grease Monkey, como o Firefox.",foundNewVersion:"Descubra a nova vers\xE3o",theLocalExtensionIsUpToUpdate:"A extens\xE3o atual est\xE1 actualizada.",failToSyncRules:"N\xE3o sincroniza\xE7\xE3o das regras de adapta\xE7\xE3o mais recentes",retry:"Clique aqui para tentar novamente",failedReason:"Raz\xF5es do insucesso",currentRuleVersion:"Vers\xE3o atual da regra",calculating:"c\xE1lculos",unknownError:"erro desconhecido",canNotFetchRemoteRule:"N\xE3o \xE9 poss\xEDvel obter regras remotas",enableAlphaSuccess:"Alfa ativado",disableAlphaSuccess:"A fun\xE7\xE3o alfa foi desactivada",cacheSize:"Tamanho da cache\uFF1A",cleaning:"em processo de liquida\xE7\xE3o",cleanCache:"limpar a cache",options:"preparar",about:"em rela\xE7\xE3o a",service:"servi\xE7o de interpreta\xE7\xE3o",needAction:"(Ir para Defini\xE7\xF5es)",goSettings:"v\xE1 em frente e configure",needActionForOptions:"(a definir)",translationEngine:"Op\xE7\xF5es de motor",sourceLanguage:"L\xEDngua original",target:"l\xEDngua-alvo",popupSourceLanguage:"L\xEDngua original",popupTarget:"l\xEDngua-alvo",popupService:"servi\xE7o de interpreta\xE7\xE3o",forThisSite:"S\xEDtio Web atual",autoEnableSubtitle:"Abertura autom\xE1tica de legendas bilingues",alwaysTranslate:"Traduzir sempre",neverTranslate:"Nunca traduzir",alwaysTranslateSomeLanguage:"Traduzir sempre {language}",neverTranslateSomeLanguage:"Nunca traduzir {language}",alwaysTranslateSomeSite:"Traduzir sempre {hostname}",neverTranslateSomeSite:"Nunca traduzir {hostname}",alwaysTranslateSomeSiteOrWildSite:"Traduzir sempre o s\xEDtio",alwaysTranslateSomePage:"Traduzir sempre a p\xE1gina",add:"aumentar",default:"predefini\xE7\xE3o (defini\xE7\xE3o)",forThisLanguage:"Para esta l\xEDngua\uFF1A","add url":"Introduzir URL",edit:"compilador","translate other languages into specific language":"Traduzir outras l\xEDnguas para a sua l\xEDngua definida","select translation service":"Selecionar um servi\xE7o de tradu\xE7\xE3o",language:"multilinguismo","show-original":"Mostrar texto original",translate:"renderiza\xE7\xE3o",Translated:"traduzido",Translating:"na tradu\xE7\xE3o",Error:"incorreto",allowCacheTranslations:"Ativar o caching de tradu\xE7\xE3o local (para reduzir os pedidos de tradu\xE7\xE3o de passagens duplicadas)","translation display":"Estilo de apresenta\xE7\xE3o da tradu\xE7\xE3o","select diplay style":"Distinguir os estilos de tradu\xE7\xE3o, com refer\xEAncia espec\xEDfica aos seguintes exemplos",interface:"Defini\xE7\xF5es de interface",import_export:"Importa\xE7\xE3o/Exporta\xE7\xE3o",import_export_title:"Configura\xE7\xE3o de importa\xE7\xE3o/exporta\xE7\xE3o",syncToGoogleDrive:"Sincronizar com o Google Drive agora",floatBallOptions:"Defini\xE7\xF5es do Hoverball","floatBallOptions.enable":"Ativar Hoverball","floatBallOptions.blockUrls":"Desativar o s\xEDtio Web","floatBallOptions.add":"aumentar","floatBallOptions.blockUrlDesc":"As Hoverballs n\xE3o s\xE3o apresentadas quando s\xE3o encontrados os seguintes s\xEDtios Web","floatBallOptions.clickType":"comportamento de clique","floatBallOptions.clickTypeDesc":"Comportamento do \xEDcone da bola flutuante quando clicado","floatBallOptions.clickPopup":"Mostrar painel de tradu\xE7\xE3o","floatBallOptions.clickTranslate":"Tradu\xE7\xE3o/apresenta\xE7\xE3o do texto original",previewAllThemes:"Pr\xE9-visualizar todos os estilos","translationTheme.none":"n\xE3o ter","translationTheme.grey":"cinzento escuro","translationTheme.dashed":"sublinhado pontilhado","translationTheme.dotted":"sublinhado pontilhado","translationTheme.dashedBorder":"borda pontilhada","translationTheme.solidBorder":"fronteira s\xF3lida","translationTheme.underline":"Sublinhar linhas rectas","translationTheme.mask":"Efeitos difusos (modos de aprendizagem)","translationTheme.opacity":"efeito de transpar\xEAncia","translationTheme.paper":"Efeito de sombra de papel branco","translationTheme.dividingLine":"linha divis\xF3ria","translationTheme.highlight":"alta luminosidade","translationTheme.marker":"marcador (palavra emprestada)","translationTheme.marker2":"Marcador 2","translationTheme.blockquote":"Estilos de refer\xEAncia","translationTheme.weakening":"enfraquecimento","translationTheme.italic":"tipo de letra inclinado","translationTheme.bold":"engrossar","translationTheme.thinDashed":"linha fina pontilhada sublinhada","translationTheme.nativeDashed":"O sistema vem com um sublinhado a tracejado","translationTheme.nativeDotted":"O sistema vem com um sublinhado pontilhado","translationTheme.nativeUnderline":"O sistema \xE9 fornecido com um sublinhado de linha reta","translationTheme.wavy":"linha ondulada","translationServices.custom":"API personalizada","translationServices.tencent":"Tencent Translator","translationServices.tenAlpha":"Tencent Translator (Alfa)","translationServices.google":"Google Tradutor","translationServices.bai":"Baidu (Alfa)","translationServices.baidu":"Tradu\xE7\xE3o do Baidu","translationServices.aliyun":"Tradu\xE7\xE3o AliCloud","translationServices.volc":"tradu\xE7\xE3o vulc\xE2nica","translationServices.deeplx":"DeepLX (Beta)","translationServices.bing":"Microsoft Translate","translationServices.deepl":"DeepL","translationServices.wechat":"Tradu\xE7\xE3o do WeChat","translationServices.azure":"Tradu\xE7\xE3o do Azure","translationServices.ibm":"IBM Watson","translationServices.aws":"Tradu\xE7\xE3o da Amazon","translationServices.mock":"Tradu\xE7\xE3o simulada","translationServices.mock2":"Tradu\xE7\xE3o Simulada 2","translationServices.caiyun":"lit. nuvens coloridas e pequenas tradu\xE7\xF5es","translationServices.cai":"Nuvens coloridas (Alfa)","translationServices.volcAlpha":"Vulc\xE3o (Alfa)","translationServices.openl":"OpenL","translationServices.youdao":"Tradu\xE7\xE3o do Youtube","translationServices.you":"Tradutor Youdao (Alfa)","translationServices.transmart":"Tradu\xE7\xE3o da Tencent Interactive","translationServices.niu":"Tradutor Maverick","translationServices.papago":"Tradu\xE7\xE3o de Papago","translationServices.d":"D (Alfa)","translationServices.dpro":"D Pro (Can\xE1rio)","translationServices.openai":"OpenAI","translationServices.yandex":"Yandex","translationServices.chatgpt":"ChatGPT Web(3.5 m\xF3vel)","translate title":"Traduzir t\xEDtulos de p\xE1ginas","always languages":"Traduzir sempre a l\xEDngua",neverTranslateLanguagesLabel:"A l\xEDngua que nunca ser\xE1 traduzida",neverTranslateTheFollowingLanguagesDescription:"As tradu\xE7\xF5es s\xE3o ignoradas quando um par\xE1grafo da p\xE1gina est\xE1 numa das seguintes l\xEDnguas",enableUserscriptPagePopup:"Mostrar hoverball na p\xE1gina",enableUserscriptPagePopupDescription:"Depois de desligar a hoverball, esta pode ser recuperada com o atalho /{touch}. Recomenda-se vivamente que marque esta p\xE1gina de defini\xE7\xF5es para evitar n\xE3o conseguir encontrar a hoverball depois de ter desligado inadvertidamente esta op\xE7\xE3o!","always translate the following languages":"Traduz automaticamente para a l\xEDngua de destino quando a p\xE1gina est\xE1 numa das seguintes l\xEDnguas","always sites":"S\xEDtios Web sempre traduzidos","always translate the following sites":"Os s\xEDtios Web s\xE3o automaticamente traduzidos para a l\xEDngua de chegada quando s\xE3o os nomes de dom\xEDnio de","never sites":"S\xEDtio nunca traduzido","never translate the following sites":"As tradu\xE7\xF5es n\xE3o ser\xE3o efectuadas quando o s\xEDtio Web se destinar aos seguintes dom\xEDnios","please refer to":"\xC9 necess\xE1rio preencher a chave antes de a poder utilizar. Para mais informa\xE7\xF5es, consulte",KeyAndConfigurationTutorial:"Tutorial de configura\xE7\xE3o e aplica\xE7\xE3o de chaves",useAboveStyleForTheseSites:"Utilize sempre o estilo de tradu\xE7\xE3o \u2308{theme}\u230B quando o s\xEDtio se destina aos seguintes dom\xEDnios",currentUrl:"URL atual",confirm:"guardar (um ficheiro, etc.) (inform\xE1tica)",cancel:"cancelamentos",delete:"remo\xE7\xE3o","languages.auto":"dete\xE7\xE3o autom\xE1tica",syncToCloud:"Sincronizar com o Google Drive",syncToCloudDescription:"Transferida para a nuvem, a configura\xE7\xE3o pode ser sincronizada entre diferentes navegadores/scripts do grease monkey, consoante a \xFAltima modifica\xE7\xE3o.",syncToAccount:"Sincroniza\xE7\xE3o com a Nuvem de Tradu\xE7\xE3o Imersiva",syncToAccountButton:"Sincroniza\xE7\xE3o instant\xE2nea com a nuvem",syncToAccountDescription:"Sincronizar automaticamente as configura\xE7\xF5es entre dispositivos diferentes, consoante a \xFAltima modifica\xE7\xE3o efectuada.",successSyncConfigInAccount:"Sincroniza\xE7\xE3o bem sucedida com a nuvem",successSyncConfigToAccount:"Sincroniza\xE7\xE3o bem sucedida com a nuvem",syncConfigNoUpdate:"J\xE1 est\xE1 atualizado.",authFail:"Falha de autoriza\xE7\xE3o",syncTitle:"Gest\xE3o manual de c\xF3pias de seguran\xE7a",import_hint:"importa\xE7\xE3o (dados)",upload:"carregar",revokeAuth:"revogar uma autoriza\xE7\xE3o",uploadFail:"Falha na transfer\xEAncia",download:"descarregamento",importSuccess:"Importado com sucesso",importFail:"falha na importa\xE7\xE3o",deleteFail:"Falha ao eliminar",backupToCloud:"Gerir manualmente os ficheiros de c\xF3pia de seguran\xE7a",create_new_backup:"Adicionar um novo n\xF3 de backup",maxBackupFiles:"\xC9 poss\xEDvel efetuar a c\xF3pia de seguran\xE7a de at\xE9{count}n\xF3s diferentes. Elimine os n\xF3s de que n\xE3o necessita.",backupToCloudDescription:"Carregar ou restaurar manualmente ficheiros de c\xF3pia de seguran\xE7a, permitindo at\xE9 3 c\xF3pias de seguran\xE7a diferentes",successSyncConfig:"Sincroniza\xE7\xE3o bem sucedida com a nuvem",syncFail:"falha de sincroniza\xE7\xE3o",updatedAt:"Atualizado a partir de {date}",lastSyncedAt:"\xDAltima verifica\xE7\xE3o em {date}",downloadFail:"Falha na transfer\xEAncia",clickToDownload:"Clique para descarregar",aboutLabel:"Acerca de - Feedback","browser.openAboutPage":"Sobre/Feedback",aboutLabelWithoutSponsor:"Acerca de - Feedback",aboutIntro:"Que todos possamos ter um acesso mais f\xE1cil e mais agrad\xE1vel \xE0 vasta quantidade de informa\xE7\xF5es em l\xEDnguas estrangeiras na Internet \u2764\uFE0F Pode optar por ativar a sua <6>subscri\xE7\xE3o Pro para utilizar as tradu\xE7\xF5es DeepL e OpenAI prontas a utilizar.

Pode seguir-nos no <3>Twitter, <4>Telegram, Weibo, WeChat ou <5>subscrever a nossa lista de <5>correio abaixo para acompanhar as actualiza\xE7\xF5es.
<7>Os membros Pro podem contactar-nos em <8>support@immersivetranslate.com para um servi\xE7o de apoio ao cliente r\xE1pido.",aboutIntroWithoutSponsor:"Que todos possamos ter um acesso mais f\xE1cil e mais agrad\xE1vel \xE0 enorme quantidade de informa\xE7\xE3o em l\xEDngua estrangeira dispon\xEDvel na Internet \u2764\uFE0F

Pode seguir-nos no <3>Twitter, no <4>canal Telegram, no WeChat, no WeChat Exchange ou <5>subscrever as actualiza\xE7\xF5es por correio <5>eletr\xF3nico abaixo.",projectHomepage:"In\xEDcio do projeto",joinTelegramGroup:"Junte-se ao grupo de utilizadores para participar em debates sobre funcionalidades",wechatPublicAccount:"WeChat P\xFAblico",wechatCommunities:"Grupo de interc\xE2mbio WeChat",qqCommunities:"Canal de comunica\xE7\xE3o QQ",joinTelegramChannel:"Siga o canal Telegram para obter as \xFAltimas actualiza\xE7\xF5es",feedbackAndJoin:"Feedback da pergunta / Adicionar grupo",autoSync:"sincroniza\xE7\xE3o autom\xE1tica da hora",loadingThemeTitle:"Estilo de carregamento",loadingThemeDescription:"Definir o estilo quando se est\xE1 \xE0 espera que a tradu\xE7\xE3o seja carregada","loadingTheme.spinner":"Anima\xE7\xE3o girat\xF3ria","loadingTheme.text":"texto est\xE1tico algo ","loadingTheme.none":"n\xE3o indicado",developerDescription:"A documenta\xE7\xE3o sobre personaliza\xE7\xE3o avan\xE7ada pode ser encontrada <1>aqui","edit border color":"Modificar a cor do rebordo",successSyncButNoChange:"A configura\xE7\xE3o atual \xE9 coerente com a nuvem",customTheme:"Cores e tamanhos personalizados","customThemeLabel.borderColor":"Cor da margem","customThemeLabel.borderRadius":"Arestas arredondadas","customThemeLabel.textColor":"cor do texto","customThemeLabel.backgroundColor":"cor de fundo","customThemeLabel.zoom":"Escala do tipo de letra (%)","customThemeLabel.opacity":"Opacidade do texto (%)",resetToDefaultColor:"Repor as cores predefinidas",resetToDefaultSettings:"Repor as predefini\xE7\xF5es",isTranslateTitle:"Ativar a tradu\xE7\xE3o dos t\xEDtulos das p\xE1ginas",isTranslateTitleDescription:"Quando aberto, o t\xEDtulo da p\xE1gina \xE9 traduzido",enableSearchEnhancement:"Permitir o melhoramento de mensagens bilingues",enableSearchEnhancementDescription:'Uma vez activada, os resultados da pesquisa do "Google News" ser\xE3o automaticamente apresentados na coluna direita dos s\xEDtios Web suportados (Google News, Pesquisa Google (algumas palavras-chave), Snowball, Oriental Fortune, Futura, Tiger Community) para as palavras-chave inglesas correspondentes.',verifyService:"Clique aqui para testar o servi\xE7o",verified:"Verificar o sucesso","field.langs":"C\xF3digos de idioma suportados","field.model":"modela\xE7\xE3o","field.translationEngine":"motor de tradu\xE7\xE3o","field.limitPerMinute":"M\xE1ximo de pedidos por minuto","field.limitPerSecond":"N\xFAmero m\xE1ximo de pedidos por segundo","field.maxTextLengthPerRequest":"Comprimento m\xE1ximo do texto por pedido","field.maxTextGroupLengthPerRequest":"N\xFAmero m\xE1ximo de par\xE1grafos por pedido","field.apiUrl":"Endere\xE7o da interface API personalizada","field.placeholderDelimiters":"marcador de posi\xE7\xE3o reservado","description.custom":"Acesso \xE0 interface personalizada Documenta\xE7\xE3o necess\xE1ria","description.limitPerMinute":"Os pedidos que excedem este limite entram numa fila de espera at\xE9 ao in\xEDcio do minuto seguinte. Devido \xE0s v\xE1rias limita\xE7\xF5es do servi\xE7o atual da OpenAI, clique <1>aqui para obter os valores sugeridos mais recentes","description.limitPerSecond":"Os pedidos que excedem este limite entram numa fila de espera at\xE9 ao in\xEDcio do segundo seguinte. Devido \xE0s v\xE1rias limita\xE7\xF5es do servi\xE7o atual da OpenAI, clique <1>aqui para obter os valores sugeridos mais recentes","description.generalLimitPerSecond":"Os pedidos que excedem este limite entram numa fila de espera at\xE9 ao in\xEDcio do segundo seguinte.","description.prompt":"Enviar a conversa para {service} como usu\xE1rio, onde {{text}} representa o conte\xFAdo do texto do par\xE1grafo, {{from}} representa a l\xEDngua do par\xE1grafo e {{to}} representa a l\xEDngua alvo.","description.maxTextLengthPerRequest":"O n\xFAmero m\xE1ximo de caracteres por pedido \xE9 demasiado grande para provocar uma resposta lenta da interface, pelo que deve tentar ajustar esta op\xE7\xE3o para otimizar a velocidade","description.systemPrompt":"Um di\xE1logo enviado ao OpenAI como um sistema, em que {{text}} indica o conte\xFAdo do texto do par\xE1grafo,{{from}} indica a l\xEDngua do par\xE1grafo e{{to}} indica a l\xEDngua de destino.","field.domain":"dom\xEDnio","description.domain":"A predefini\xE7\xE3o \xE9\uFF1Ageneral. S\xF3 pode ser definido se a tradu\xE7\xE3o de dom\xEDnios estiver activada na consola da API Arima, ver <1>aqui os dom\xEDnios suportados","field.scene":"tomar","description.scene":"A predefini\xE7\xE3o \xE9\uFF1Ageneral. S\xF3 pode ser definido se a consola da API AliCloud abrir o Machine Translation Pro, consulte <1>aqui os cen\xE1rios suportados","field.vocabId":"ID do dicion\xE1rio do utilizador","description.vocabId":"O dicion\xE1rio especificado out_id, atualmente suporta a tradu\xE7\xE3o de ingl\xEAs para chin\xEAs.","description.model":"Modelos OpenAI, podem ser gpt-3.5-turbo, gpt-4, etc.","description.maxTextGroupLengthPerRequest":"O n\xFAmero de par\xE1grafos enviados ao servi\xE7o de tradu\xE7\xE3o de cada vez; se houver demasiados par\xE1grafos, a interface poder\xE1 responder mais lentamente","description.apiUrl":"Por favor, adicione URLs espec\xEDficos com caminhos, <1>mais descri\xE7\xE3o",enabledExtension:"Ativa\xE7\xE3o de extens\xF5es",clickToDisableExtension:"Clique para desativar as extens\xF5es",clickToEnableExtension:"Clique para ativar as extens\xF5es",hasBeenDisabled:"desativado","show password":"Mostrar palavra-passe",customContent:"Introduzir um nome de modelo personalizado",inputOptions:"Melhoria da caixa de entrada",mouseHoverOptions:"passar o rato",modifyMouseHoverKey:"Modificar o atalho para passar o rato",enableInputTranslation:"Ativar ou n\xE3o o melhoramento da caixa de entrada",enableInputTranslationDescription:"Uma vez ativado, escreva {startingKey}{startingKey} hello diretamente na caixa de entrada e, em seguida, prima rapidamente{inputTrailingTriggerKeyRepeatTimes}vezes{trailingKey}para traduzir para {inputTargetLanguage}",enableInputTranslationDescriptionForNoneKey:"Uma vez ativado, escreva\uFF1AHello World diretamente na caixa de entrada e, em seguida, prima rapidamente{inputTrailingTriggerKeyRepeatTimes}{trailingKey}vezes para traduzir para o idioma de destino predefinido.",inputTargetLanguage:"Definir o idioma de destino predefinido para as caixas de entrada",inputTargetLanguageDescription:"L\xEDngua de destino predefinida para a tradu\xE7\xE3o da caixa de entrada, ou seja, {startingKey}{startingKey} como l\xEDngua predefinida para as palavras de acionamento",inputTargetLanguageDescriptionForNoneKey:"L\xEDngua de destino predefinida para a tradu\xE7\xE3o da caixa de entrada",inputStartingTriggerKeyTitle:"Definir o car\xE1cter de divis\xE3o para a tradu\xE7\xE3o parcial da caixa de entrada",inputStartingTriggerKeyDescription:"Quando n\xE3o \xE9 necess\xE1rio traduzir toda a caixa de entrada, o separador permite-lhe traduzir apenas a parte de {startingKey}{startingKey} at\xE9 ao fim da caixa de entrada, ou pode especificar o c\xF3digo da l\xEDngua, por exemplo,\uFF1A{startingKey}ja significa traduzir apenas a parte de {startingKey}ja at\xE9 ao fim da caixa de entrada.",inputStartingTriggerKeyDescriptionForNoneKey:"A defini\xE7\xE3o atual de sem prefixo n\xE3o \xE9 necess\xE1ria, e a fun\xE7\xE3o de tradu\xE7\xE3o de alguns textos na caixa de entrada n\xE3o pode ser utilizada por enquanto.",inputTrailingTriggerKeyTitle:"Selecionar um car\xE1cter de acionamento de fim de registo",inputTrailingTriggerKeyDescription:"3 hits r\xE1pidos{trailingKey} come\xE7ar\xE1 a traduzir!",inputTrailingTriggerKeyTimeout:"Introduzir o tempo entre os accionamentos de fim de combate",inputTrailingTriggerKeyTimeoutDescription:"Define o tempo (em milissegundos) entre os accionamentos da combina\xE7\xE3o de fim de entrada",spaceKey:"<\u7A7A\u683C\u952E>",noneKey:"Tradu\xE7\xE3o direta de toda a caixa de texto sem prefixos",inputTranslationBlockUrlsTitle:"N\xE3o ativar o melhoramento da caixa de entrada nos seguintes URLs",inputTranslationBlockUrlsDescription:"As melhorias na caixa de entrada n\xE3o funcionar\xE3o nos seguintes URLs",clickToSeeQuickDemo:"Clique para expandir o v\xEDdeo tutorial r\xE1pido de 30 segundos",inputHelperInfo:"Descri\xE7\xE3o\uFF1AOptimiz\xE1mos o facto de alguns caracteres desencadeadores se transformarem em sinais de pontua\xE7\xE3o chineses nos m\xE9todos de introdu\xE7\xE3o chineses, por exemplo, / transforma-se num sinal de dun , no m\xE9todo de introdu\xE7\xE3o Sogou, e o Immersive Translator suporta todos os s\xEDmbolos chineses correspondentes aos caracteres desencadeadores, ou seja, //,,,, ser\xE3o reconhecidos como caracteres desencadeadores.

Tamb\xE9m suportamos pseud\xF3nimos chineses para c\xF3digos de idioma como comandos, por exemplo, /Japanese Hello World ser\xE1 traduzido para japon\xEAs, <1>clique aqui para ver todos os c\xF3digos de idioma suportados.",reloadCurrentPage:"Por favor, actualize a p\xE1gina atual antes de iniciar a tradu\xE7\xE3o.",noLocalFilePermissionForPDF:"N\xE3o tem permiss\xE3o para ler ficheiros locais, por favor clique no bot\xE3o acima e depois importe os ficheiros locais.",noPermissionForThisPage:"\u26A0\uFE0F Sem permiss\xE3o para traduzir a p\xE1gina atual",retryAllParagraphs:"Repetir todas as passagens de erro",retryAllButton:"Repetir todas as passagens de erro",errorTooltipTitle:"Clique para ver a causa do erro",errorModalTitle:"Algo parece estar errado com o servi\xE7o de tradu\xE7\xE3o ou com a rede...",disableConfirm:"Defini\xE7\xE3o de melhoria da informa\xE7\xE3o bilingue",disableOnce:"Esta incapacidade",disableGlobal:"desativar permanentemente",disableTint:"* Pode voltar a activ\xE1-lo em {option} .",searchEnhancementNotes:"Depois de ativar a funcionalidade de Melhoria da informa\xE7\xE3o bilingue da tradu\xE7\xE3o imersiva, pesquisamos automaticamente as mesmas palavras-chave em ingl\xEAs nos s\xEDtios Web suportados (Google News, Pesquisa Google (algumas palavras-chave), Snowball, Oriental Wealth, Futura, Tiger) e apresentamo-las no lado direito. Pode optar por desactiv\xE1-la se n\xE3o necessitar desta funcionalidade.",option:"preparar",saveSettings:"Guardar defini\xE7\xF5es",closeModal:"Fechar a janela",enableInputTranslationWithoutTriggerKeyTitle:"Permitir 3 acessos r\xE1pidos em{trailingKey}para traduzir diretamente toda a caixa de entrada para{inputTargetLanguage}",enableInputTranslationWithoutTriggerKeyDescription:"Para especificar o idioma de destino, prefixe-o com o c\xF3digo do idioma, por exemplo,\uFF1Aja Hello World",mouseHoverShortcutPlaceholder:"Por exemplo,\uFF1AShift",deepLProName:"Membro Pro da Immersive Translation (Recomendado)",deepLProDescription:"O pacote atual pode ser utilizado diretamente",deeplProDescriptionForNormal:"N\xE3o \xE9 necess\xE1ria qualquer configura\xE7\xE3o, os membros podem utiliz\xE1-lo depois de iniciarem sess\xE3o, <1>clique aqui para atualizar para membro",deepLCustomDescription:"Necess\xE1rio cart\xE3o de cr\xE9dito estrangeiro, oficialmente aberto em <1>DeepL, clique para <2>documenta\xE7\xE3o",deepLCustomName:"Chave de autentica\xE7\xE3o personalizada",chooseProviderLabel:"Selecionar um fornecedor de servi\xE7os",openaiProName:"Membro Pro da Immersive Translation (Recomendado)",openaiProDescription:"O pacote atual pode ser utilizado diretamente",openaiProDescriptionForNormal:"N\xE3o \xE9 necess\xE1ria qualquer configura\xE7\xE3o, os membros podem utiliz\xE1-lo depois de iniciarem sess\xE3o, <1>clique aqui para atualizar para membro",openaiCustomDescription:"Dispon\xEDvel no OpenAI, Azure OpenAI ou noutros servi\xE7os de terceiros, <1>clique aqui para ver a documenta\xE7\xE3o",openaiCustomName:"Chave API personalizada",needLoginAction:"(ades\xE3o aberta ou personaliza\xE7\xE3o)",goLoginOrAction:"(Abrir uma inscri\xE7\xE3o ou ir \xE0s defini\xE7\xF5es)",yearly:"efetuar um pagamento anual consecutivo",quarterly:"embalagem sequencial",monthly:"assinatura mensal",yearlyForOnce:"Pacote anual \xFAnico",monthlyForOnce:"Pacote mensal \xFAnico",daily:"dias consecutivos de embalagem",year:"efetuar um pagamento anual consecutivo",quarter:"embalagem sequencial",month:"assinatura mensal",day:"dias consecutivos de embalagem",onetime_7day:"Pacote de experi\xEAncia de 7 dias",currentPlanDescriptionForFree:"Pacotes actuais\uFF1AFree",currentPlanDescriptionForContinuous:"O pacote atual\uFF1A{plan}ser\xE1 automaticamente renovado em {endAt}",currentPlanDescriptionForAutoRenewCaceling:"O pacote atual\uFF1A{plan}expira em {endAt} e n\xE3o ser\xE1 renovado automaticamente ap\xF3s a expira\xE7\xE3o.",currentYearlyPlanDescriptionForAutoRenewCacelingWithRealPaiedUser:"O pacote atual,\uFF1A{plan}, expira em {endAt} e n\xE3o ser\xE1 renovado automaticamente ap\xF3s a expira\xE7\xE3o.
<1>Clique aqui para gerir o seu plano de renova\xE7\xE3o",currentYearlyPlanDescriptionForAutoRenewCacelingWithAdmin:"O pacote atual,\uFF1A{plan}, expira em {endAt} e n\xE3o ser\xE1 renovado automaticamente ap\xF3s a expira\xE7\xE3o.
<1>Clique aqui para ativar a subscri\xE7\xE3o anual cont\xEDnua",currentPlanDescriptionForOneTime:"A subscri\xE7\xE3o atual\uFF1A{plan}expira em {endAt} . <1>Clique aqui para atualizar para uma subscri\xE7\xE3o <1>anual ou <2>mensal.",upgradePlan:"Clique aqui para atualizar para a subscri\xE7\xE3o Pro",upgradeToPro:"Atualizar para a subscri\xE7\xE3o Pro","popup.openPro":"Actualize para a subscri\xE7\xE3o Pro para desfrutar de DeepL e da tradu\xE7\xE3o OpenAI, clique aqui para atualizar!","popup.openProForPro":"\xC9 um membro Pro com acesso direto \xE0s tradu\xE7\xF5es de DeepL e OpenAI!",currentAccount:"conta corrente",enableAutoSyncUserSettings:"Permitir a sincroniza\xE7\xE3o autom\xE1tica na nuvem em v\xE1rios dispositivos",modalEnableInputTranslationTitle:"Tradu\xE7\xE3o imersiva Caixa de entrada Alertas de tradu\xE7\xE3o",modalEnableInputTranslationDesc:"Acaba de ativar a tradu\xE7\xE3o da caixa de entrada da Tradu\xE7\xE3o Imersiva, carregando na barra de espa\xE7os 3 vezes em sucess\xE3o r\xE1pida, e o conte\xFAdo da caixa de entrada ser\xE1 traduzido para a l\xEDngua de destino predefinida. A tradu\xE7\xE3o pode ser anulada com Ctrl+Z.

Se isto foi um erro, n\xE3o se preocupe, pode optar por desactiv\xE1-la desta vez ou desativar permanentemente a tradu\xE7\xE3o da caixa de entrada.",saveAndNotShowAgain:"Guardar e parar a solicita\xE7\xE3o",disableInputTranslationTips:"* Tamb\xE9m pode definir outros atalhos para serem accionados em {option} ,{learnMore}.",learnMore:"Clique aqui para saber mais",continueEnalbeInputTranslation:"Continuar a ativar a tradu\xE7\xE3o da caixa de entrada",autoRenewTrialSuffix:'(Durante o per\xEDodo experimental,passa imediatamente a membro efetivo)',upgradeFromTrialTitle:"Atualiza\xE7\xE3o para membro de pleno direito",subtitle:"legendagem de v\xEDdeo",youtubeService:"Tradu\xE7\xE3o por imers\xE3o Servi\xE7os de tradu\xE7\xE3o de legendagem de v\xEDdeo","subtitle.disabledSubtitle":"Desativar permanentemente a funcionalidade de legendas de v\xEDdeo","subtitle.disabledSubtitleDescription":"Se Immersive Translator's Video Subtitles entrar em conflito com outras extens\xF5es, pode optar por desativar permanentemente a funcionalidade Immersive Translator's Video Subtitles ou desinstalar outras extens\xF5es que entrem em conflito","subtitle.autoEnableSubtitle":"Utiliza\xE7\xE3o autom\xE1tica de legendas bilingues","subtitle.autoEnableSubtitleDescription":"Depois de ativado, quando o v\xEDdeo \xE9 reproduzido, as legendas bilingues s\xE3o exibidas automaticamente, caso contr\xE1rio, \xE9 necess\xE1rio clicar no bot\xE3o de tradu\xE7\xE3o para exibir.","subtitle.preTranslation":"Traduzir legendas utilizando a tradu\xE7\xE3o imersiva","subtitle.preTranslationDescription":"Quando activada, toda a legenda ser\xE1 pr\xE9-traduzida utilizando o servi\xE7o de tradu\xE7\xE3o especificado abaixo, e um v\xEDdeo de 1 hora consumir\xE1 cerca de 50.000 Tokens ou caracteres, pelo que deve ser utilizada \xE0 sua discri\xE7\xE3o; quando desactivada, ser\xE3o utilizadas primeiro as legendas originais.","subtitle.humanSubtitlesPreferred":"Utiliza\xE7\xE3o priorit\xE1ria de legendagem humana","subtitle.humanSubtitlesPreferredDescription":"Dar prioridade \xE0 utiliza\xE7\xE3o de legendas humanas quando o v\xEDdeo tiver legendas humanas na l\xEDngua de chegada (recomendado)",videoSubtitleTranslationDescription:"Atribuir um servi\xE7o de tradu\xE7\xE3o separado para as legendas de v\xEDdeo",subtitleTranslating:"Aguarde enquanto as legendas est\xE3o a ser traduzidas utilizando o servi\xE7o {service} ... (tradu\xE7\xE3o por imers\xE3o)",subtitleLoading:"A carregar as legendas...",bilingual:"bilinguismo","field.action":"Se deve ativar a terminologia Baidu","description.action":"Quando ativado, ser\xE1 adicionado um par\xE2metro action=1 ao pedido para informar o Baidu do termo ativado. <1>Consulte a documenta\xE7\xE3o oficial para obter mais informa\xE7\xF5es.",closeQuickTranslation:"Fechar Hoverball","closeQuickTranslation.untilNext":"Desta vez fechado at\xE9 \xE0 pr\xF3xima visita","closeQuickTranslation.currentWebsite":"S\xEDtio atual desativado","closeQuickTranslation.alwaysClose":"desativar permanentemente","closeQuickTranslation.settingOpen":"(pode ser ativado na <1>p\xE1gina de defini\xE7\xF5es )","closeQuickTranslation.cancel":"cancelamentos","closeQuickTranslation.confirm":"definir","floatBall.popup":"Abrir o painel Defini\xE7\xF5es r\xE1pidas","floatBall.translate":"Clique para traduzir a p\xE1gina","floatBall.showOriginal":"Clique para voltar ao artigo original","floatBall.close":"Fechar Hoverball","floatBallOptions.enableDescPc":"Depois de ativar o hoverball da p\xE1gina, ser\xE1 apresentado um bot\xE3o de tradu\xE7\xE3o r\xE1pida no lado direito da p\xE1gina, clique nele para traduzir!","floatBallOptions.enableDesc":"Depois de desligar a hoverball, esta pode ser recuperada com{touch}. Recomenda-se vivamente que marques esta p\xE1gina de defini\xE7\xF5es para o caso de n\xE3o conseguires encontrar a hoverball depois de teres desligado inadvertidamente esta op\xE7\xE3o!","description.azureApiUrl":"Preencher o endere\xE7o da interface API personalizada",confirmSupportMouse:"For\xE7ar a ativa\xE7\xE3o do suporte do rato",confirmSupportMouseDescription:"Detectado que o browser atual n\xE3o suporta a fun\xE7\xE3o de rato, \xE9 for\xE7ado a ativar o suporte de rato?",sampleTargetText:"A longa noite chegar\xE1, e eu vigiarei de hoje at\xE9 \xE0 minha morte. N\xE3o tomarei nenhuma esposa, n\xE3o farei nenhum feudo, n\xE3o terei filhos. N\xE3o usarei uma coroa, n\xE3o lutarei por honra. Cumprirei o meu dever, viverei e morrerei.",sampleSourceText:"Night gathers, and now my watch begins. It shall not end until my death. I shall take no wife, hold no lands, father no children. I shall wear no crowns and win no glory. I shall live and die at my post.","desc.touchShortcutsToggleTranslatePageOnlyTranslation":"Apenas a tradu\xE7\xE3o significa que apenas o texto traduzido ser\xE1 exibido, se a p\xE1gina ainda n\xE3o foi traduzida, o modo ser\xE1 alterado e traduzido.","desc.toggleOnlyTransation":"O modo de tradu\xE7\xE3o apenas se refere a mostrar apenas a tradu\xE7\xE3o, se a p\xE1gina ainda n\xE3o foi traduzida, o modo ser\xE1 alterado e traduzido.",touchShortcutsToggleTranslatePageOnlyTranslation:"Configurar gestos de toque na tela para alternar entre o modo bil\xEDngue / apenas tradu\xE7\xE3o",download_started:"O download j\xE1 come\xE7ou, se n\xE3o come\xE7ou automaticamente, por favor clique manualmente.",here:"aqui","translationFont.customPlaceholder":"tipo de letra",batchEdit:"Opera\xE7\xE3o em massa","error.goReset":"ir redefinir","error.configError":"Dados de configura\xE7\xE3o anormais","translationServices.inherit":"Siga o servi\xE7o de tradu\xE7\xE3o principal",detectServiceLoading:"Detectando servi\xE7os de tradu\xE7\xE3o dispon\xEDveis...","translationModeLang.translation.title":"Apenas o modo de tradu\xE7\xE3o de idioma","translationFont.custom":"Insira a fonte personalizada","error.serveConfigError":"Erro de configura\xE7\xE3o do servi\xE7o",toggleToService:"Mude para {service} e tente novamente","touch.mouse-translate":"Traduzir o par\xE1grafo especificado","translationModeUrl.translation.title":"Modo de apenas tradu\xE7\xE3o do URL","error.proTokenInvalid":"Se voc\xEA \xE9 um usu\xE1rio Pro, fa\xE7a login antes de usar o servi\xE7o de tradu\xE7\xE3o Pro.",enableSentryReport:"Quando ocorre um erro de extens\xE3o, use o Sentry para enviar feedback.",translationFont:"Definir fonte",videoSubtitlePreTranslationOn:"As legendas de v\xEDdeo usar\xE3o tradu\xE7\xE3o imersiva como prioridade.","error.reloadPageOfSetting":"Ap\xF3s a configura\xE7\xE3o, atualize a p\xE1gina para traduzir novamente.","translationModeLang.translation.description":"Quando a l\xEDngua da p\xE1gina \xE9 uma das seguintes, o modo de tradu\xE7\xE3o apenas ser\xE1 usado automaticamente.","error.502":"O servi\xE7o retornou um erro, o servi\xE7o est\xE1 fora do tempo, por favor tente novamente mais tarde.","error.googleLimitIp":"O servi\xE7o retorna um erro, o servi\xE7o Google j\xE1 limitou este endere\xE7o IP, \xE9 recomendado que voc\xEA mude o n\xF3 da rede.","error.403":"O servi\xE7o retorna um erro, temporariamente sem permiss\xE3o para acessar esse servi\xE7o.","error.400":"O servi\xE7o retorna um erro, o par\xE2metro de solicita\xE7\xE3o est\xE1 errado, por favor, verifique a configura\xE7\xE3o correspondente.","error.proUpgrade":"Ap\xF3s a atualiza\xE7\xE3o, atualize a p\xE1gina e traduza novamente.",videoSubtitlePreTranslationOff:"As legendas do v\xEDdeo dar\xE3o prioridade \xE0s legendas traduzidas automaticamente inclu\xEDdas no v\xEDdeo original.","error.429":"O servi\xE7o retornou um erro, indicando que a solicita\xE7\xE3o \xE9 muito frequente ou excede o limite, tente novamente mais tarde.","error.gemini.429":"O servi\xE7o Gemini atual atingiu sua capacidade m\xE1xima, por favor, tente novamente mais tarde ou mude para outro servi\xE7o de tradu\xE7\xE3o.","error.openAIExceededQuota":"O servi\xE7o retorna um erro: o saldo da sua conta OpenAI atual \xE9 insuficiente, por favor recarregue ou vincule um cart\xE3o de cr\xE9dito no back-end oficial da OpenAI.","translationFont.notSupportErrorMessage":"Por favor, verifique se o nome da fonte que voc\xEA inseriu est\xE1 correto, ou confirme se essa fonte j\xE1 est\xE1 instalada em seu dispositivo.","translationModeUrl.translation.description":"Quando o site \xE9 para os seguintes dom\xEDnios, o modo de apenas tradu\xE7\xE3o \xE9 usado automaticamente.","desc.toggleVideoSubtitlePreTranslation":"Ao pressionar, as legendas em dois idiomas do v\xEDdeo usar\xE3o preferencialmente as configura\xE7\xF5es de tradu\xE7\xE3o imersiva, ao pressionar novamente, as legendas autom\xE1ticas do v\xEDdeo original ser\xE3o priorizadas. Aten\xE7\xE3o: este atalho modifica as configura\xE7\xF5es globais.","error.openAIFreeLimit":"O servi\xE7o retorna um erro, a frequ\xEAncia atual de solicita\xE7\xF5es de tradu\xE7\xE3o atingiu o limite m\xE1ximo de 3 vezes por minuto, tente novamente mais tarde. (Esta \xE9 a restri\xE7\xE3o oficial da OpenAI para a chave API gratuita, para remover essa restri\xE7\xE3o, vincule um cart\xE3o de cr\xE9dito no backend da OpenAI.)","error.serveUnavailable":"O servi\xE7o [{serverName}] que voc\xEA est\xE1 usando atualmente n\xE3o pode ser acessado temporariamente devido a problemas de conex\xE3o de rede ou do provedor de servi\xE7os. Sugerimos que voc\xEA tente atualizar a p\xE1gina ou alterar para outro servi\xE7o de tradu\xE7\xE3o atrav\xE9s das <1>configura\xE7\xF5es. Se voc\xEA \xE9 um membro <2>Pro, pode optar por usar os servi\xE7os de tradu\xE7\xE3o mais est\xE1veis da DeepL ou OpenAI (<3>clique aqui para experimentar gratuitamente). Al\xE9m disso, voc\xEA pode precisar verificar suas configura\xE7\xF5es de rede ou proxy.","tagsInput.add":"+ Adicionar","floatBall.iKnow":"Eu sei.",pickAll:"Selecionar tudo",goLogin:"V\xE1 fazer login",notLogin:"N\xE3o conectado","error.retry":"Tentar novamente",shortcutSettingsTitle:"Configura\xE7\xF5es de atalho","error.reason":"Raz\xE3o do erro","subtitle.hideQuickButton":"N\xE3o mostrar mais este atalho",errorReason:"Raz\xE3o do erro: {message}","widget.instruction":"Instru\xE7\xF5es de uso","multipleClick.2":"Clique duplo","multipleClick.3":"Tr\xEDplice golpe","widget.translateFile":"PDF/ePub","floatBallOptions.fixedPositionLeft":"lado esquerdo","floatBallOptions.fixedPosition":"Posi\xE7\xE3o fixa",buildSnapshots:"Gerar instant\xE2neo da p\xE1gina da web","intro.floatBallTitle":"Bola flutuante de tradu\xE7\xE3o r\xE1pida",neverTranslateThisSite:"Nunca traduza este site",mouseHoverCustomKeyTitle:"Personalizar atalhos de mouse hover","subtitle.autoDisableSubtitle":"N\xE3o ative automaticamente as legendas bilingues","browser.translateWithGoogle":"Usar o Google Tradutor temporariamente para a p\xE1gina atual","error.subscriptionExpiredTitle":"A associa\xE7\xE3o expirou","floatBallOptions.fixedPositionRight":"lado direito",loggedIn:"Conectado","subtitle.bilingual":"Legendas bil\xEDngues","slide.right":"Deslize para a esquerda",networkError:"O servi\xE7o de tradu\xE7\xE3o ou a rede est\xE1 com problemas",contact:"Entre em contato conosco","intro.subtitleTitle":"Exibi\xE7\xE3o de legendas bilingues em v\xEDdeos online","browser.translateWithTransmart":"Usar temporariamente o Tencent para traduzir a p\xE1gina atual",alwaysTranslateThisSite:"Sempre traduza este site",temprarilyChangeTranslationTo_gemini:"Est\xE1 a usar o Gemini para traduzir a p\xE1gina atual","multipleClick.4":"Qu\xE1druplo golpe","intro.hoverTitle":"Passe o mouse para traduzir o par\xE1grafo atual",temprarilyChangeTranslationTo_google:"Est\xE1 a usar o Google Tradutor para traduzir a p\xE1gina atual","shortcutGroup.touch":"Gestos espec\xEDficos para tela sens\xEDvel ao toque",notLoginPro:"Ainda n\xE3o iniciou sess\xE3o na sua conta de membro.",paragraphMinTextCountField:"N\xFAmero m\xEDnimo de caracteres necess\xE1rios para traduzir um par\xE1grafo",temprarilyChangeTranslationTo_openai:"Est\xE1 a usar o OpenAI para traduzir a p\xE1gina atual",translationOnlyMode:"Apenas modo de tradu\xE7\xE3o",viewWithImmersiveTranslate:"Vers\xE3o bil\xEDngue (tradu\xE7\xE3o imersiva)","translationServices.gemini":"G\xEAmeos","browser.toggleMouseHoverTranslateDirectly":"Ativar ou desativar temporariamente a tradu\xE7\xE3o direta do mouse hover na p\xE1gina",shortcutSettings:"Atalho","browser.translateWithOpenAI":"Usar temporariamente o OpenAI para traduzir a p\xE1gina atual",touchShortcutsToggleTranslateTouchElement:"Configurar gestos de toque na tela para traduzir par\xE1grafos espec\xEDficos","widget.instructionTooltip":"Consulte as instru\xE7\xF5es de uso","shortcutGroup.mouse":"Configura\xE7\xE3o de atalhos de teclado para hover do mouse",temprarilyChangeTranslationTo_deepl:"Est\xE1 a usar o DeepL para traduzir a p\xE1gina atual.","floatBall.longPress":"Pressione e segure para abrir rapidamente o painel de configura\xE7\xF5es.","widget.videoSubtitle":"legendas de v\xEDdeo",upgradeToProErrorTitle:"Por favor, atualize para o membro Pro antes de usar este servi\xE7o de tradu\xE7\xE3o.","floatBallOptions.fixedPositionDesc":"A bola flutuante est\xE1 \xE0 esquerda ou \xE0 direita da janela?","shortcutGroup.shortcutsForTranslationServices":"Servi\xE7os de tradu\xE7\xE3o atalhos relacionados",temprarilyChangeTranslationTo_transmart:"Est\xE1 a usar o Tencent para traduzir a p\xE1gina atual.",touchShortcutsOff:"fechar","browser.translateWithBing":"Usar temporariamente o Microsoft Translate para traduzir a p\xE1gina atual","browser.toggleVideoSubtitlePreTranslation":"Alternar legendas bil\xEDngues prefere usar configura\xE7\xF5es de tradu\xE7\xE3o imersiva","proQuotaExceededError.resetTime":"3. Tempo de redefini\xE7\xE3o do limite: {resetTime}","widget.videoSubtitleTooltip":"Suporta Youtube e outros {count}+ sites de v\xEDdeo","desc.touchShortcutsToggleTranslateTouchElement":"Personalize um gesto e voc\xEA poder\xE1 traduzir qualquer par\xE1grafo em que estiver.","subtitle.showQuickButton":"No leitor, exibir legendas em dois idiomas \xE9 um atalho","shortcutGroup.others":"Mais atalhos de fun\xE7\xF5es personalizadas",touchShortcutsToggleTranslationMask:"Configurar gestos de toque na tela para mostrar a m\xE1scara de tradu\xE7\xE3o / mostrar o texto original",temprarilyChangeTranslationTo_bing:"Est\xE1 a usar o Microsoft Translator para traduzir a p\xE1gina atual.","browser.translateWithGemini":"Use temporariamente o Gemini para traduzir a p\xE1gina atual","error.subscriptionExpired":"A sua associa\xE7\xE3o pode ter expirado, por favor verifique o estado da sua associa\xE7\xE3o.","browser.translateInputBox":"Traduzir o conte\xFAdo da caixa de entrada atual",touchShortcutsToggleTranslatePage:"Defina gestos de toque na tela para traduzir p\xE1ginas da web / mostrar o texto original","widget.translateFileTooltip":"Traduzir documentos PDF, EPUB, SRT, ASS, HTML e TXT","description.baiduField":"Os campos suportados s\xE3o vistos <1>aqui, se estiver vazio, significa que nenhum campo \xE9 especificado.","browser.translateWithDeepL":"Use temporariamente o DeepL para traduzir a p\xE1gina atual","desc.interfaceLanguage":"A configura\xE7\xE3o do idioma da interface afeta o idioma de exibi\xE7\xE3o do painel de controle e n\xE3o est\xE1 relacionada ao idioma de destino da tradu\xE7\xE3o.","neverTranslateText.title":`Por favor, traduza diretamente para o portugu\xEAs (evite explicar o texto original): + {env.imt_trans_field}: \uBC88\uC5ED\uBB38`,"subtitle.quickButton.setting":"\uC124\uC815","subtitle.quickButton.translationPosition":"\uBC88\uC5ED \uC704\uCE58","subtitle.quickButton.black":"\uAC80\uC740\uC0C9","translationServices.claude":"\uD074\uB85C\uB4DC","subtitle.quickButton.translationPositionTop":"\uC6D0\uBB38 \uC704\uC5D0","subtitle.quickButton.backgroundColor":"\uBC30\uACBD\uC0C9","subtitle.quickButton.translationPositionBottom":"\uC6D0\uBB38 \uC544\uB798\uC5D0","subtitle.quickButton.yellow":"\uB178\uB780\uC0C9","subtitle.quickButton.white":"\uD558\uC580\uC0C9","subtitle.quickButton.translationTextColor":"\uBC88\uC5ED \uAE00\uAF34 \uC0C9\uC0C1","subtitle.quickButton.red":"\uBE68\uAC04\uC0C9","subtitle.quickButton.sourceTextColor":"\uC6D0\uB798 \uAE00\uAF34 \uC0C9\uC0C1","subtitle.quickButton.green":"\uB179\uC0C9","subtitle.quickButton.cyan":"\uCCAD\uC0C9","subtitle.quickButton.magenta":"\uB9C8\uC820\uD0C0\uC0C9","subtitle.quickButton.backgroundOpacity":"\uBC30\uACBD \uBD88\uD22C\uBA85\uB3C4","subtitle.quickButton.translationFontSize":"\uBC88\uC5ED \uAE00\uC790 \uD06C\uAE30","subtitle.quickButton.sourceFontSize":"\uC6D0\uB798 \uAE00\uAF34 \uD06C\uAE30","subtitle.quickButton.blue":"\uD30C\uB780\uC0C9",attachSubtitleTranslating:"{service}\uB97C \uC0AC\uC6A9\uD558\uC5EC \uBC88\uC5ED \uC911...","error.claude.403":"\uC11C\uBE44\uC2A4\uC5D0 \uC561\uC138\uC2A4 \uD560 \uAD8C\uD55C\uC774 \uC5C6\uC2B5\uB2C8\uB2E4. \uC774\uB294 Claude\uC758 \uC9C0\uC5ED \uC81C\uD55C\uACFC \uAD00\uB828\uC774 \uC788\uC744 \uC218 \uC788\uC2B5\uB2C8\uB2E4. IP \uC8FC\uC18C\uB97C \uBCC0\uACBD\uD558\uAC70\uB098 \uB2E4\uB978 \uBC88\uC5ED \uC11C\uBE44\uC2A4\uB97C \uC0AC\uC6A9\uD574 \uBCF4\uC2ED\uC2DC\uC624.","browser.brandDescriptionForSafari":"\u3010\uBAB0\uC785\uD615 \uBC88\uC5ED\u3011\uBB34\uB8CC\uC758 (\uC6D0\uBB38/\uBC88\uC5ED\uBB38) \uC774\uC911 \uC5B8\uC5B4 \uB300\uC870 \uC6F9 \uD398\uC774\uC9C0 \uBC88\uC5ED \uD50C\uB7EC\uADF8\uC778\uC73C\uB85C, PDF \uBC88\uC5ED \uBC0F EPUB \uC804\uC790\uCC45 \uBC88\uC5ED\uC744 \uC9C0\uC6D0\uD558\uBA70 \uC6D0\uBB38\uC758 \uBB38\uC11C \uBC30\uCE58\uB97C \uC720\uC9C0\uD569\uB2C8\uB2E4. Youtube/Netflix \uB4F1\uC758 \uC628\uB77C\uC778 \uBE44\uB514\uC624 \uC774\uC911 \uC5B8\uC5B4 \uC790\uB9C9 \uBC88\uC5ED\uC744 \uC9C0\uC6D0\uD558\uBA70, Deepl/Google \uB4F1 \uC8FC\uC694 \uBC88\uC5ED \uC11C\uBE44\uC2A4\uB97C \uC9C0\uC6D0\uD569\uB2C8\uB2E4.","browser.PdfProFile":"AI\uAC00 \uAD6C\uB3D9\uD558\uB294 PDF Pro \uBC88\uC5ED","browser.textTranslate":"\uBB38\uC11C \uBC88\uC5ED"};var Pb={nologin:"n\xE3o conectado",loginForSafari:"Iniciar sess\xE3o ou registar-se",login:"Iniciar sess\xE3o para abrir uma inscri\xE7\xE3o",manageAccount:"Contas geridas",openPremium:"Associa\xE7\xE3o aberta",logout:"abortar",curentPlan:"Pacotes actuais",endAt:"expira\xE7\xE3o",endAuto:"renova\xE7\xE3o autom\xE1tica",lineBreakMaxTextCount:"N\xFAmero m\xE1ximo de caracteres permitidos por frase ap\xF3s as mudan\xE7as de linha","translate-pdf":"Clique para traduzir o PDF","noSupportTranslate-pdf":"Script n\xE3o suportado, utilize o plugin","translate-firefox-local-pdf":"Clique para ir para Importar PDF",enableLineBreak:"Ativar o avan\xE7o autom\xE1tico de linha para par\xE1grafos longos",sponsorLabel:"$1 Desenvolvedores patrocinados",help:"m\xE3o",browserShortcutsNoteForFirefox:"Para alterar os atalhos no Firefox, \xE9 necess\xE1rio abrir a p\xE1gina de gest\xE3o de extens\xF5es `about:addons`, clicar em `Settings` e, em seguida, clicar em `Manage Shortcuts` para definir os atalhos.",browserShortcutsNoteForChrome:"Para modificar os atalhos no Chrome, tem de abrir a p\xE1gina de gest\xE3o de extens\xF5es, defini-los no painel `Gerir atalhos` (`chrome://extensions/shortcuts`) e clicar no bot\xE3o abaixo para saltar para a p\xE1gina de gest\xE3o de atalhos.",browserShortcutsSucks:"Os atalhos personalizados s\xE3o formatados como (sem reconhecimento autom\xE1tico, introduza diretamente)\uFF1A",enableLineBreakDescription:"Quando activada, as quebras de linha ser\xE3o inseridas no final de cada frase em par\xE1grafos longos para facilitar a leitura","browser.shortBrandName":"Tradu\xE7\xE3o por imers\xE3o","browser.brandName":"Tradu\xE7\xE3o por imers\xE3o: Tradu\xE7\xE3o bilingue de p\xE1ginas Web e de documentos PDF","browser.brandDescription":"Bilingual web page translation, also supports PDF translation, bilingual Epub eBook translation, free to use.","browser.toggleTranslatePage":"Traduzir a p\xE1gina/apresentar o texto original","browser.toggleTranslateTheWholePage":"Traduzir todas as \xE1reas da p\xE1gina/apresentar o texto original","browser.toggleOnlyTransation":"Alternar entre o modo bil\xEDngue / apenas tradu\xE7\xE3o","browser.toggleTranslateToThePageEndImmediately":"Tradu\xE7\xE3o imediata para o fim da p\xE1gina/visualiza\xE7\xE3o do texto original","browser.toggleTranslateTheMainPage":"Traduzir a \xE1rea principal da p\xE1gina/apresentar o texto original","browser.shareToDraft":"Partilhar p\xE1ginas bilingues","browser.openOptionsPage":"Abrir a p\xE1gina de defini\xE7\xF5es","browser.toggleTranslationMask":"Mostrar/ocultar o efeito de desfocagem da tradu\xE7\xE3o","browser.translateLocalPdfFile":"Traduzir ficheiros PDF locais","browser.openEbookViewer":"Ler livros electr\xF3nicos locais","browser.openEbookBuilder":"Criar livros electr\xF3nicos EPUB bilingues","browser.translateLocalHtmlFile":"Traduzir ficheiros HTML/txt","browser.donateContext":"Saiba mais sobre as vantagens do patroc\xEDnio","browser.translateLocalSubtitleFile":"Traduzir ficheiros de legendas locais",confirmResetConfig:"Tem a certeza de que pretende repor as defini\xE7\xF5es?",translationLineBreakSettingTitle:"Defini\xE7\xE3o do avan\xE7o de linha de tradu\xE7\xE3o",smartLineBreak:"alimenta\xE7\xE3o de linha inteligente (computa\xE7\xE3o)",alwaysLineBreak:"Sempre alimenta\xE7\xE3o de linha",isShowContextMenu:"Adicionar p\xE1ginas traduzidas aos itens de menu do bot\xE3o direito do rato",toggleBeta:"Ativa\xE7\xE3o de funcionalidades de teste beta",betaDescription:"Ativar funcionalidades que ainda s\xE3o experimentais, bem como um servi\xE7o de tradu\xE7\xE3o em vers\xE3o beta. Junte-se ao <1>grupo do Telegram para saber mais.",translationLineBreakSettingDescription:"Os feeds de linha s\xE3o sempre limpos e organizados para p\xE1ginas com menos conte\xFAdo. (Utilize quebras de linha inteligentes em par\xE1grafos longos e com muito conte\xFAdo (mais de{count}caracteres) para poupar espa\xE7o).",tempTranslateDomainTitle:"Dura\xE7\xE3o da ativa\xE7\xE3o tempor\xE1ria da tradu\xE7\xE3o do s\xEDtio Web",tempTranslateDomainDescription:"Quando traduzir manualmente uma p\xE1gina Web, active temporariamente o s\xEDtio Web para tradu\xE7\xE3o autom\xE1tica e pode definir a dura\xE7\xE3o tempor\xE1ria.",xMinutes:"{count} minutos",disabled:"proibir a utiliza\xE7\xE3o de algo",changelog:"Registo de atualiza\xE7\xE3o",toggleTranslatePageWhenThreeFingersOnTheScreen:"O toque simult\xE2neo de v\xE1rios dedos no ecr\xE3 traduz p\xE1ginas Web/apresenta o texto original",toggleTranslationMaskWhenThreeFingersOnTheScreen:"O toque de v\xE1rios dedos mostra/oculta o efeito de desfocagem.",fingerCountToToggleTranslagePageOnlyTranslationWhenTouching:"O toque simult\xE2neo de v\xE1rios dedos no ecr\xE3 traduz a p\xE1gina Web (apenas tradu\xE7\xE3o)/apresenta o texto original.",addUrlDescription:"Pode ser um nome de dom\xEDnio e tamb\xE9m suporta wildcards, por exemplo,\uFF1A*.google.com, google.com/mail/*, https://www.google.com/*",general:"Defini\xE7\xF5es b\xE1sicas",clickToExpandConfig:"Expandir a configura\xE7\xE3o atual",import:"Importar de um ficheiro",export:"Exportar para ficheiro",toggleDebug:"Imprimir o registo de depura\xE7\xE3o na consola","fingers.0":"coagula\xE7\xE3o","fingers.2":"toque com dois dedos","fingers.3":"toque com tr\xEAs dedos","fingers.4":"toque com quatro dedos","fingers.5":"toque com cinco dedos",mouseHoldKey:"+ {key} traduzir/restaurar o par\xE1grafo",mouseHoldKeyAuto:"Tradu\xE7\xE3o direta do par\xE1grafo",mouseHoldKeyOff:"N\xE3o fa\xE7as nada.",mouseHoldKeyOther:"Atalhos personalizados (abrir defini\xE7\xF5es)",mouseHoldKeyCustomKey:"{key} Tradu\xE7\xE3o/redu\xE7\xE3o do par\xE1grafo",mouseHoverHoldKey:"Passar o rato enquanto se premem as teclas de atalho para traduzir par\xE1grafos","mouse-translate":"passar o rato",document:"ficheiro (inform\xE1tico)",resetSuccess:"Repor todas as defini\xE7\xF5es com \xEAxito",resetThisSuccess:"Reinicializa\xE7\xE3o bem-sucedida",saved:"Guardar com sucesso",successImportConfig:"Configura\xE7\xE3o importada com sucesso",goAdvancedSettings:"Aceder \xE0 p\xE1gina Defini\xE7\xF5es avan\xE7adas",goAdvancedInterfaceSettings:"Aceder \xE0 p\xE1gina Defini\xE7\xF5es de personaliza\xE7\xE3o avan\xE7adas",advanced:"Defini\xE7\xF5es avan\xE7adas",advancedDescription:"Geralmente n\xE3o s\xE3o necess\xE1rias defini\xE7\xF5es, basta deix\xE1-la como predefinida. Apenas para utilizadores mais especializados, est\xE3o dispon\xEDveis defini\xE7\xF5es mais personalizadas.",developer:"Defini\xE7\xF5es do programador",donateCafe:"pre\xE7os","translate to the bottom of the page":"\xC9 traduzido para o fundo da p\xE1gina imediatamente ap\xF3s entrar na p\xE1gina?",feedback:"Feedback sobre os problemas",toggleTranslatePage:"Traduzir a p\xE1gina/apresentar o texto original",translateToThePageEndImmediatelyDescription:"Se a ativar, o conte\xFAdo ser\xE1 imediatamente traduzido da parte superior para a parte inferior da p\xE1gina \xE0 medida que a introduz. Se a desativar, a tradu\xE7\xE3o \xE9 feita \xE0 medida que l\xEA. (N\xE3o recomendado)","translate all areas of the page":"Se pretende traduzir todas as \xE1reas da p\xE1gina",translationAreaDescription:"Ligado, todas as \xE1reas de toda a p\xE1gina Web s\xE3o traduzidas. Se estiver desativado, utiliza o reconhecimento inteligente predefinido e traduz apenas as \xE1reas principais. (N\xE3o se recomenda que seja ativado)","the number of characters to be translated first":"Traduzir diretamente os primeiros caracteres da p\xE1gina sem ter de se deslocar para a \xE1rea de visualiza\xE7\xE3o","interface language":"linguagem de interface","display both the original text and the translation":"Visualiza\xE7\xE3o simult\xE2nea do original e da tradu\xE7\xE3o","keyboard shortcuts":"Atalhos de teclado",modify:"Modificar teclas de atalho",reset:"reprovis\xE3o",close:"coagula\xE7\xE3o",homepage:"p\xE1gina inicial",more:"mais",moreOptions:"Expandir mais op\xE7\xF5es de personaliza\xE7\xE3o",translateTheWholePage:"Traduzir todas as \xE1reas da p\xE1gina (em vez de reconhecer inteligentemente as \xE1reas principais)",changeToTranslateTheWholePage:"Mudar para traduzir todas as regi\xF5es",changeToTranslateTheMainPage:"Mudar para Traduzir \xC1rea Principal",changeToOnlyTranslationMode:"Alternar para apresentar apenas tradu\xE7\xF5es",changeToDualTranslationMode:"Mudar para tradu\xE7\xE3o bilingue",translateToThePageEndImmediately:"Tradu\xE7\xE3o imediata para o fim da p\xE1gina",translateTheMainPage:"Regi\xF5es-chave da tradu\xE7\xE3o inteligente","The local rules are up to date":"As regras de adapta\xE7\xE3o local est\xE3o actualizadas.","Successfully synchronized with the latest official rules:":"Sincroniza\xE7\xE3o bem sucedida com as \xFAltimas regras oficiais de adapta\xE7\xE3o.","Checking for updates":"Verifica\xE7\xE3o de actualiza\xE7\xF5es","Rules are being synchronized":"Regras de adapta\xE7\xE3o sincronizadas",localVersionIsTooOld:"A vers\xE3o da extens\xE3o local \xE9 demasiado antiga. Actualize a extens\xE3o para {minVersion} ou mais recente antes de tentar sincronizar.",badUserscriptBrowser:"O navegador atual n\xE3o implementa corretamente a interface da extens\xE3o Grease Monkey (por exemplo, para obter informa\xE7\xF5es sobre o n\xFAmero da vers\xE3o do pr\xF3prio script Grease Monkey), utilize outros navegadores que <1>suportem a extens\xE3o Grease Monkey, como o Firefox.",foundNewVersion:"Descubra a nova vers\xE3o",theLocalExtensionIsUpToUpdate:"A extens\xE3o atual est\xE1 actualizada.",failToSyncRules:"N\xE3o sincroniza\xE7\xE3o das regras de adapta\xE7\xE3o mais recentes",retry:"Clique aqui para tentar novamente",failedReason:"Raz\xF5es do insucesso",currentRuleVersion:"Vers\xE3o atual da regra",calculating:"c\xE1lculos",unknownError:"erro desconhecido",canNotFetchRemoteRule:"N\xE3o \xE9 poss\xEDvel obter regras remotas",enableAlphaSuccess:"Alfa ativado",disableAlphaSuccess:"A fun\xE7\xE3o alfa foi desactivada",cacheSize:"Tamanho da cache\uFF1A",cleaning:"em processo de liquida\xE7\xE3o",cleanCache:"limpar a cache",options:"preparar",about:"em rela\xE7\xE3o a",service:"servi\xE7o de interpreta\xE7\xE3o",needAction:"(Ir para Defini\xE7\xF5es)",goSettings:"v\xE1 em frente e configure",needActionForOptions:"(a definir)",translationEngine:"Op\xE7\xF5es de motor",sourceLanguage:"L\xEDngua original",target:"l\xEDngua-alvo",popupSourceLanguage:"L\xEDngua original",popupTarget:"l\xEDngua-alvo",popupService:"servi\xE7o de interpreta\xE7\xE3o",forThisSite:"S\xEDtio Web atual",autoEnableSubtitle:"Abertura autom\xE1tica de legendas bilingues",alwaysTranslate:"Traduzir sempre",neverTranslate:"Nunca traduzir",alwaysTranslateSomeLanguage:"Traduzir sempre {language}",neverTranslateSomeLanguage:"Nunca traduzir {language}",alwaysTranslateSomeSite:"Traduzir sempre {hostname}",neverTranslateSomeSite:"Nunca traduzir {hostname}",alwaysTranslateSomeSiteOrWildSite:"Traduzir sempre o s\xEDtio",alwaysTranslateSomePage:"Traduzir sempre a p\xE1gina",add:"aumentar",default:"predefini\xE7\xE3o (defini\xE7\xE3o)",forThisLanguage:"Para esta l\xEDngua\uFF1A","add url":"Introduzir URL",edit:"compilador","translate other languages into specific language":"Traduzir outras l\xEDnguas para a sua l\xEDngua definida","select translation service":"Selecionar um servi\xE7o de tradu\xE7\xE3o",language:"multilinguismo","show-original":"Mostrar texto original",translate:"renderiza\xE7\xE3o",Translated:"traduzido",Translating:"na tradu\xE7\xE3o",Error:"incorreto",allowCacheTranslations:"Ativar o caching de tradu\xE7\xE3o local (para reduzir os pedidos de tradu\xE7\xE3o de passagens duplicadas)","translation display":"Estilo de apresenta\xE7\xE3o da tradu\xE7\xE3o","select diplay style":"Distinguir os estilos de tradu\xE7\xE3o, com refer\xEAncia espec\xEDfica aos seguintes exemplos",interface:"Defini\xE7\xF5es de interface",import_export:"Importa\xE7\xE3o/Exporta\xE7\xE3o",import_export_title:"Configura\xE7\xE3o de importa\xE7\xE3o/exporta\xE7\xE3o",syncToGoogleDrive:"Sincronizar com o Google Drive agora",floatBallOptions:"Defini\xE7\xF5es do Hoverball","floatBallOptions.enable":"Ativar Hoverball","floatBallOptions.blockUrls":"Desativar o s\xEDtio Web","floatBallOptions.add":"aumentar","floatBallOptions.blockUrlDesc":"As Hoverballs n\xE3o s\xE3o apresentadas quando s\xE3o encontrados os seguintes s\xEDtios Web","floatBallOptions.clickType":"comportamento de clique","floatBallOptions.clickTypeDesc":"Comportamento do \xEDcone da bola flutuante quando clicado","floatBallOptions.clickPopup":"Mostrar painel de tradu\xE7\xE3o","floatBallOptions.clickTranslate":"Tradu\xE7\xE3o/apresenta\xE7\xE3o do texto original",previewAllThemes:"Pr\xE9-visualizar todos os estilos","translationTheme.none":"n\xE3o ter","translationTheme.grey":"cinzento escuro","translationTheme.dashed":"sublinhado pontilhado","translationTheme.dotted":"sublinhado pontilhado","translationTheme.dashedBorder":"borda pontilhada","translationTheme.solidBorder":"fronteira s\xF3lida","translationTheme.underline":"Sublinhar linhas rectas","translationTheme.mask":"Efeitos difusos (modos de aprendizagem)","translationTheme.opacity":"efeito de transpar\xEAncia","translationTheme.paper":"Efeito de sombra de papel branco","translationTheme.dividingLine":"linha divis\xF3ria","translationTheme.highlight":"alta luminosidade","translationTheme.marker":"marcador (palavra emprestada)","translationTheme.marker2":"Marcador 2","translationTheme.blockquote":"Estilos de refer\xEAncia","translationTheme.weakening":"enfraquecimento","translationTheme.italic":"tipo de letra inclinado","translationTheme.bold":"engrossar","translationTheme.thinDashed":"linha fina pontilhada sublinhada","translationTheme.nativeDashed":"O sistema vem com um sublinhado a tracejado","translationTheme.nativeDotted":"O sistema vem com um sublinhado pontilhado","translationTheme.nativeUnderline":"O sistema \xE9 fornecido com um sublinhado de linha reta","translationTheme.wavy":"linha ondulada","translationServices.custom":"API personalizada","translationServices.tencent":"Tencent Translator","translationServices.tenAlpha":"Tencent Translator (Alfa)","translationServices.google":"Google Tradutor","translationServices.bai":"Baidu (Alfa)","translationServices.baidu":"Tradu\xE7\xE3o do Baidu","translationServices.aliyun":"Tradu\xE7\xE3o AliCloud","translationServices.volc":"tradu\xE7\xE3o vulc\xE2nica","translationServices.deeplx":"DeepLX (Beta)","translationServices.bing":"Microsoft Translate","translationServices.deepl":"DeepL","translationServices.wechat":"Tradu\xE7\xE3o do WeChat","translationServices.azure":"Tradu\xE7\xE3o do Azure","translationServices.ibm":"IBM Watson","translationServices.aws":"Tradu\xE7\xE3o da Amazon","translationServices.mock":"Tradu\xE7\xE3o simulada","translationServices.mock2":"Tradu\xE7\xE3o Simulada 2","translationServices.caiyun":"lit. nuvens coloridas e pequenas tradu\xE7\xF5es","translationServices.cai":"Nuvens coloridas (Alfa)","translationServices.volcAlpha":"Vulc\xE3o (Alfa)","translationServices.openl":"OpenL","translationServices.youdao":"Tradu\xE7\xE3o do Youtube","translationServices.you":"Tradutor Youdao (Alfa)","translationServices.transmart":"Tradu\xE7\xE3o da Tencent Interactive","translationServices.niu":"Tradutor Maverick","translationServices.papago":"Tradu\xE7\xE3o de Papago","translationServices.d":"D (Alfa)","translationServices.dpro":"D Pro (Can\xE1rio)","translationServices.openai":"OpenAI","translationServices.yandex":"Yandex","translationServices.chatgpt":"ChatGPT Web(3.5 m\xF3vel)","translate title":"Traduzir t\xEDtulos de p\xE1ginas","always languages":"Traduzir sempre a l\xEDngua",neverTranslateLanguagesLabel:"A l\xEDngua que nunca ser\xE1 traduzida",neverTranslateTheFollowingLanguagesDescription:"As tradu\xE7\xF5es s\xE3o ignoradas quando um par\xE1grafo da p\xE1gina est\xE1 numa das seguintes l\xEDnguas",enableUserscriptPagePopup:"Mostrar hoverball na p\xE1gina",enableUserscriptPagePopupDescription:"Depois de desligar a hoverball, esta pode ser recuperada com o atalho /{touch}. Recomenda-se vivamente que marque esta p\xE1gina de defini\xE7\xF5es para evitar n\xE3o conseguir encontrar a hoverball depois de ter desligado inadvertidamente esta op\xE7\xE3o!","always translate the following languages":"Traduz automaticamente para a l\xEDngua de destino quando a p\xE1gina est\xE1 numa das seguintes l\xEDnguas","always sites":"S\xEDtios Web sempre traduzidos","always translate the following sites":"Os s\xEDtios Web s\xE3o automaticamente traduzidos para a l\xEDngua de chegada quando s\xE3o os nomes de dom\xEDnio de","never sites":"S\xEDtio nunca traduzido","never translate the following sites":"As tradu\xE7\xF5es n\xE3o ser\xE3o efectuadas quando o s\xEDtio Web se destinar aos seguintes dom\xEDnios","please refer to":"\xC9 necess\xE1rio preencher a chave antes de a poder utilizar. Para mais informa\xE7\xF5es, consulte",KeyAndConfigurationTutorial:"Tutorial de configura\xE7\xE3o e aplica\xE7\xE3o de chaves",useAboveStyleForTheseSites:"Utilize sempre o estilo de tradu\xE7\xE3o \u2308{theme}\u230B quando o s\xEDtio se destina aos seguintes dom\xEDnios",currentUrl:"URL atual",confirm:"guardar (um ficheiro, etc.) (inform\xE1tica)",cancel:"cancelamentos",delete:"remo\xE7\xE3o","languages.auto":"dete\xE7\xE3o autom\xE1tica",syncToCloud:"Sincronizar com o Google Drive",syncToCloudDescription:"Transferida para a nuvem, a configura\xE7\xE3o pode ser sincronizada entre diferentes navegadores/scripts do grease monkey, consoante a \xFAltima modifica\xE7\xE3o.",syncToAccount:"Sincroniza\xE7\xE3o com a Nuvem de Tradu\xE7\xE3o Imersiva",syncToAccountButton:"Sincroniza\xE7\xE3o instant\xE2nea com a nuvem",syncToAccountDescription:"Sincronizar automaticamente as configura\xE7\xF5es entre dispositivos diferentes, consoante a \xFAltima modifica\xE7\xE3o efectuada.",successSyncConfigInAccount:"Sincroniza\xE7\xE3o bem sucedida com a nuvem",successSyncConfigToAccount:"Sincroniza\xE7\xE3o bem sucedida com a nuvem",syncConfigNoUpdate:"J\xE1 est\xE1 atualizado.",authFail:"Falha de autoriza\xE7\xE3o",syncTitle:"Gest\xE3o manual de c\xF3pias de seguran\xE7a",import_hint:"importa\xE7\xE3o (dados)",upload:"carregar",revokeAuth:"revogar uma autoriza\xE7\xE3o",uploadFail:"Falha na transfer\xEAncia",download:"descarregamento",importSuccess:"Importado com sucesso",importFail:"falha na importa\xE7\xE3o",deleteFail:"Falha ao eliminar",backupToCloud:"Gerir manualmente os ficheiros de c\xF3pia de seguran\xE7a",create_new_backup:"Adicionar um novo n\xF3 de backup",maxBackupFiles:"\xC9 poss\xEDvel efetuar a c\xF3pia de seguran\xE7a de at\xE9{count}n\xF3s diferentes. Elimine os n\xF3s de que n\xE3o necessita.",backupToCloudDescription:"Carregar ou restaurar manualmente ficheiros de c\xF3pia de seguran\xE7a, permitindo at\xE9 3 c\xF3pias de seguran\xE7a diferentes",successSyncConfig:"Sincroniza\xE7\xE3o bem sucedida com a nuvem",syncFail:"falha de sincroniza\xE7\xE3o",updatedAt:"Atualizado a partir de {date}",lastSyncedAt:"\xDAltima verifica\xE7\xE3o em {date}",downloadFail:"Falha na transfer\xEAncia",clickToDownload:"Clique para descarregar",aboutLabel:"Acerca de - Feedback","browser.openAboutPage":"Sobre/Feedback",aboutLabelWithoutSponsor:"Acerca de - Feedback",aboutIntro:"Que todos possamos ter um acesso mais f\xE1cil e mais agrad\xE1vel \xE0 vasta quantidade de informa\xE7\xF5es em l\xEDnguas estrangeiras na Internet \u2764\uFE0F Pode optar por ativar a sua <6>subscri\xE7\xE3o Pro para utilizar as tradu\xE7\xF5es DeepL e OpenAI prontas a utilizar.

Pode seguir-nos no <3>Twitter, <4>Telegram, Weibo, WeChat ou <5>subscrever a nossa lista de <5>correio abaixo para acompanhar as actualiza\xE7\xF5es.
<7>Os membros Pro podem contactar-nos em <8>support@immersivetranslate.com para um servi\xE7o de apoio ao cliente r\xE1pido.",aboutIntroWithoutSponsor:"Que todos possamos ter um acesso mais f\xE1cil e mais agrad\xE1vel \xE0 enorme quantidade de informa\xE7\xE3o em l\xEDngua estrangeira dispon\xEDvel na Internet \u2764\uFE0F

Pode seguir-nos no <3>Twitter, no <4>canal Telegram, no WeChat, no WeChat Exchange ou <5>subscrever as actualiza\xE7\xF5es por correio <5>eletr\xF3nico abaixo.",projectHomepage:"In\xEDcio do projeto",joinTelegramGroup:"Junte-se ao grupo de utilizadores para participar em debates sobre funcionalidades",wechatPublicAccount:"WeChat P\xFAblico",wechatCommunities:"Grupo de interc\xE2mbio WeChat",qqCommunities:"Canal de comunica\xE7\xE3o QQ",joinTelegramChannel:"Siga o canal Telegram para obter as \xFAltimas actualiza\xE7\xF5es",feedbackAndJoin:"Feedback da pergunta / Adicionar grupo",autoSync:"sincroniza\xE7\xE3o autom\xE1tica da hora",loadingThemeTitle:"Estilo de carregamento",loadingThemeDescription:"Definir o estilo quando se est\xE1 \xE0 espera que a tradu\xE7\xE3o seja carregada","loadingTheme.spinner":"Anima\xE7\xE3o girat\xF3ria","loadingTheme.text":"texto est\xE1tico algo ","loadingTheme.none":"n\xE3o indicado",developerDescription:"A documenta\xE7\xE3o sobre personaliza\xE7\xE3o avan\xE7ada pode ser encontrada <1>aqui","edit border color":"Modificar a cor do rebordo",successSyncButNoChange:"A configura\xE7\xE3o atual \xE9 coerente com a nuvem",customTheme:"Cores e tamanhos personalizados","customThemeLabel.borderColor":"Cor da margem","customThemeLabel.borderRadius":"Arestas arredondadas","customThemeLabel.textColor":"cor do texto","customThemeLabel.backgroundColor":"cor de fundo","customThemeLabel.zoom":"Escala do tipo de letra (%)","customThemeLabel.opacity":"Opacidade do texto (%)",resetToDefaultColor:"Repor as cores predefinidas",resetToDefaultSettings:"Repor as predefini\xE7\xF5es",isTranslateTitle:"Ativar a tradu\xE7\xE3o dos t\xEDtulos das p\xE1ginas",isTranslateTitleDescription:"Quando aberto, o t\xEDtulo da p\xE1gina \xE9 traduzido",enableSearchEnhancement:"Permitir o melhoramento de mensagens bilingues",enableSearchEnhancementDescription:'Uma vez activada, os resultados da pesquisa do "Google News" ser\xE3o automaticamente apresentados na coluna direita dos s\xEDtios Web suportados (Google News, Pesquisa Google (algumas palavras-chave), Snowball, Oriental Fortune, Futura, Tiger Community) para as palavras-chave inglesas correspondentes.',verifyService:"Clique aqui para testar o servi\xE7o",verified:"Verificar o sucesso","field.langs":"C\xF3digos de idioma suportados","field.model":"modela\xE7\xE3o","field.translationEngine":"motor de tradu\xE7\xE3o","field.limitPerMinute":"M\xE1ximo de pedidos por minuto","field.limitPerSecond":"N\xFAmero m\xE1ximo de pedidos por segundo","field.maxTextLengthPerRequest":"Comprimento m\xE1ximo do texto por pedido","field.maxTextGroupLengthPerRequest":"N\xFAmero m\xE1ximo de par\xE1grafos por pedido","field.apiUrl":"Endere\xE7o da interface API personalizada","field.placeholderDelimiters":"marcador de posi\xE7\xE3o reservado","description.custom":"Acesso \xE0 interface personalizada Documenta\xE7\xE3o necess\xE1ria","description.limitPerMinute":"Os pedidos que excedem este limite entram numa fila de espera at\xE9 ao in\xEDcio do minuto seguinte. Devido \xE0s v\xE1rias limita\xE7\xF5es do servi\xE7o atual da OpenAI, clique <1>aqui para obter os valores sugeridos mais recentes","description.limitPerSecond":"Os pedidos que excedem este limite entram numa fila de espera at\xE9 ao in\xEDcio do segundo seguinte. Devido \xE0s v\xE1rias limita\xE7\xF5es do servi\xE7o atual da OpenAI, clique <1>aqui para obter os valores sugeridos mais recentes","description.generalLimitPerSecond":"Os pedidos que excedem este limite entram numa fila de espera at\xE9 ao in\xEDcio do segundo seguinte.","description.prompt":"Enviar a conversa para {service} como usu\xE1rio, onde {{text}} representa o conte\xFAdo do texto do par\xE1grafo, {{from}} representa a l\xEDngua do par\xE1grafo e {{to}} representa a l\xEDngua alvo.","description.maxTextLengthPerRequest":"O n\xFAmero m\xE1ximo de caracteres por pedido \xE9 demasiado grande para provocar uma resposta lenta da interface, pelo que deve tentar ajustar esta op\xE7\xE3o para otimizar a velocidade","description.systemPrompt":"Enviar uma conversa para {service} como sistema, onde {{text}} representa o conte\xFAdo do texto do par\xE1grafo, {{from}} representa a l\xEDngua do par\xE1grafo e {{to}} representa a l\xEDngua alvo.","field.domain":"dom\xEDnio","description.domain":"A predefini\xE7\xE3o \xE9\uFF1Ageneral. S\xF3 pode ser definido se a tradu\xE7\xE3o de dom\xEDnios estiver activada na consola da API Arima, ver <1>aqui os dom\xEDnios suportados","field.scene":"tomar","description.scene":"A predefini\xE7\xE3o \xE9\uFF1Ageneral. S\xF3 pode ser definido se a consola da API AliCloud abrir o Machine Translation Pro, consulte <1>aqui os cen\xE1rios suportados","field.vocabId":"ID do dicion\xE1rio do utilizador","description.vocabId":"O dicion\xE1rio especificado out_id, atualmente suporta a tradu\xE7\xE3o de ingl\xEAs para chin\xEAs.","description.model":"Modelos OpenAI, podem ser gpt-3.5-turbo, gpt-4, etc.","description.maxTextGroupLengthPerRequest":"O n\xFAmero de par\xE1grafos enviados ao servi\xE7o de tradu\xE7\xE3o de cada vez; se houver demasiados par\xE1grafos, a interface poder\xE1 responder mais lentamente","description.apiUrl":"Por favor, adicione URLs espec\xEDficos com caminhos, <1>mais descri\xE7\xE3o",enabledExtension:"Ativa\xE7\xE3o de extens\xF5es",clickToDisableExtension:"Clique para desativar as extens\xF5es",clickToEnableExtension:"Clique para ativar as extens\xF5es",hasBeenDisabled:"desativado","show password":"Mostrar palavra-passe",customContent:"Introduzir um nome de modelo personalizado",inputOptions:"Melhoria da caixa de entrada",mouseHoverOptions:"passar o rato",modifyMouseHoverKey:"Modificar o atalho para passar o rato",enableInputTranslation:"Ativar ou n\xE3o o melhoramento da caixa de entrada",enableInputTranslationDescription:"Uma vez ativado, escreva {startingKey}{startingKey} hello diretamente na caixa de entrada e, em seguida, prima rapidamente{inputTrailingTriggerKeyRepeatTimes}vezes{trailingKey}para traduzir para {inputTargetLanguage}",enableInputTranslationDescriptionForNoneKey:"Uma vez ativado, escreva\uFF1AHello World diretamente na caixa de entrada e, em seguida, prima rapidamente{inputTrailingTriggerKeyRepeatTimes}{trailingKey}vezes para traduzir para o idioma de destino predefinido.",inputTargetLanguage:"Definir o idioma de destino predefinido para as caixas de entrada",inputTargetLanguageDescription:"L\xEDngua de destino predefinida para a tradu\xE7\xE3o da caixa de entrada, ou seja, {startingKey}{startingKey} como l\xEDngua predefinida para as palavras de acionamento",inputTargetLanguageDescriptionForNoneKey:"L\xEDngua de destino predefinida para a tradu\xE7\xE3o da caixa de entrada",inputStartingTriggerKeyTitle:"Definir o car\xE1cter de divis\xE3o para a tradu\xE7\xE3o parcial da caixa de entrada",inputStartingTriggerKeyDescription:"Quando n\xE3o \xE9 necess\xE1rio traduzir toda a caixa de entrada, o separador permite-lhe traduzir apenas a parte de {startingKey}{startingKey} at\xE9 ao fim da caixa de entrada, ou pode especificar o c\xF3digo da l\xEDngua, por exemplo,\uFF1A{startingKey}ja significa traduzir apenas a parte de {startingKey}ja at\xE9 ao fim da caixa de entrada.",inputStartingTriggerKeyDescriptionForNoneKey:"A defini\xE7\xE3o atual de sem prefixo n\xE3o \xE9 necess\xE1ria, e a fun\xE7\xE3o de tradu\xE7\xE3o de alguns textos na caixa de entrada n\xE3o pode ser utilizada por enquanto.",inputTrailingTriggerKeyTitle:"Selecionar um car\xE1cter de acionamento de fim de registo",inputTrailingTriggerKeyDescription:"3 hits r\xE1pidos{trailingKey} come\xE7ar\xE1 a traduzir!",inputTrailingTriggerKeyTimeout:"Introduzir o tempo entre os accionamentos de fim de combate",inputTrailingTriggerKeyTimeoutDescription:"Define o tempo (em milissegundos) entre os accionamentos da combina\xE7\xE3o de fim de entrada",spaceKey:"<\u7A7A\u683C\u952E>",noneKey:"Tradu\xE7\xE3o direta de toda a caixa de texto sem prefixos",inputTranslationBlockUrlsTitle:"N\xE3o ativar o melhoramento da caixa de entrada nos seguintes URLs",inputTranslationBlockUrlsDescription:"As melhorias na caixa de entrada n\xE3o funcionar\xE3o nos seguintes URLs",clickToSeeQuickDemo:"Clique para expandir o v\xEDdeo tutorial r\xE1pido de 30 segundos",inputHelperInfo:"Descri\xE7\xE3o\uFF1AOptimiz\xE1mos o facto de alguns caracteres desencadeadores se transformarem em sinais de pontua\xE7\xE3o chineses nos m\xE9todos de introdu\xE7\xE3o chineses, por exemplo, / transforma-se num sinal de dun , no m\xE9todo de introdu\xE7\xE3o Sogou, e o Immersive Translator suporta todos os s\xEDmbolos chineses correspondentes aos caracteres desencadeadores, ou seja, //,,,, ser\xE3o reconhecidos como caracteres desencadeadores.

Tamb\xE9m suportamos pseud\xF3nimos chineses para c\xF3digos de idioma como comandos, por exemplo, /Japanese Hello World ser\xE1 traduzido para japon\xEAs, <1>clique aqui para ver todos os c\xF3digos de idioma suportados.",reloadCurrentPage:"Por favor, actualize a p\xE1gina atual antes de iniciar a tradu\xE7\xE3o.",noLocalFilePermissionForPDF:"N\xE3o tem permiss\xE3o para ler ficheiros locais, por favor clique no bot\xE3o acima e depois importe os ficheiros locais.",noPermissionForThisPage:"\u26A0\uFE0F Sem permiss\xE3o para traduzir a p\xE1gina atual",retryAllParagraphs:"Repetir todas as passagens de erro",retryAllButton:"Repetir todas as passagens de erro",errorTooltipTitle:"Clique para ver a causa do erro",errorModalTitle:"Algo parece estar errado com o servi\xE7o de tradu\xE7\xE3o ou com a rede...",disableConfirm:"Defini\xE7\xE3o de melhoria da informa\xE7\xE3o bilingue",disableOnce:"Esta incapacidade",disableGlobal:"desativar permanentemente",disableTint:"* Pode voltar a activ\xE1-lo em {option} .",searchEnhancementNotes:"Depois de ativar a funcionalidade de Melhoria da informa\xE7\xE3o bilingue da tradu\xE7\xE3o imersiva, pesquisamos automaticamente as mesmas palavras-chave em ingl\xEAs nos s\xEDtios Web suportados (Google News, Pesquisa Google (algumas palavras-chave), Snowball, Oriental Wealth, Futura, Tiger) e apresentamo-las no lado direito. Pode optar por desactiv\xE1-la se n\xE3o necessitar desta funcionalidade.",option:"preparar",saveSettings:"Guardar defini\xE7\xF5es",closeModal:"Fechar a janela",enableInputTranslationWithoutTriggerKeyTitle:"Permitir 3 acessos r\xE1pidos em{trailingKey}para traduzir diretamente toda a caixa de entrada para{inputTargetLanguage}",enableInputTranslationWithoutTriggerKeyDescription:"Para especificar o idioma de destino, prefixe-o com o c\xF3digo do idioma, por exemplo,\uFF1Aja Hello World",mouseHoverShortcutPlaceholder:"Por exemplo,\uFF1AShift",deepLProName:"Membro Pro da Immersive Translation (Recomendado)",deepLProDescription:"O pacote atual pode ser utilizado diretamente",deeplProDescriptionForNormal:"N\xE3o \xE9 necess\xE1ria qualquer configura\xE7\xE3o, os membros podem utiliz\xE1-lo depois de iniciarem sess\xE3o, <1>clique aqui para atualizar para membro",deepLCustomDescription:"Necess\xE1rio cart\xE3o de cr\xE9dito estrangeiro, oficialmente aberto em <1>DeepL, clique para <2>documenta\xE7\xE3o",deepLCustomName:"Chave de autentica\xE7\xE3o personalizada",chooseProviderLabel:"Selecionar um fornecedor de servi\xE7os",openaiProName:"Membro Pro da Immersive Translation (Recomendado)",openaiProDescription:"O pacote atual pode ser utilizado diretamente",openaiProDescriptionForNormal:"N\xE3o \xE9 necess\xE1ria qualquer configura\xE7\xE3o, os membros podem utiliz\xE1-lo depois de iniciarem sess\xE3o, <1>clique aqui para atualizar para membro",openaiCustomDescription:"Dispon\xEDvel no OpenAI, Azure OpenAI ou noutros servi\xE7os de terceiros, <1>clique aqui para ver a documenta\xE7\xE3o",openaiCustomName:"Chave API personalizada",needLoginAction:"(ades\xE3o aberta ou personaliza\xE7\xE3o)",goLoginOrAction:"(Abrir uma inscri\xE7\xE3o ou ir \xE0s defini\xE7\xF5es)",yearly:"efetuar um pagamento anual consecutivo",quarterly:"embalagem sequencial",monthly:"assinatura mensal",yearlyForOnce:"Pacote anual \xFAnico",monthlyForOnce:"Pacote mensal \xFAnico",daily:"dias consecutivos de embalagem",year:"efetuar um pagamento anual consecutivo",quarter:"embalagem sequencial",month:"assinatura mensal",day:"dias consecutivos de embalagem",onetime_7day:"Pacote de experi\xEAncia de 7 dias",currentPlanDescriptionForFree:"Pacotes actuais\uFF1AFree",currentPlanDescriptionForContinuous:"O pacote atual\uFF1A{plan}ser\xE1 automaticamente renovado em {endAt}",currentPlanDescriptionForAutoRenewCaceling:"O pacote atual\uFF1A{plan}expira em {endAt} e n\xE3o ser\xE1 renovado automaticamente ap\xF3s a expira\xE7\xE3o.",currentYearlyPlanDescriptionForAutoRenewCacelingWithRealPaiedUser:"O pacote atual,\uFF1A{plan}, expira em {endAt} e n\xE3o ser\xE1 renovado automaticamente ap\xF3s a expira\xE7\xE3o.
<1>Clique aqui para gerir o seu plano de renova\xE7\xE3o",currentYearlyPlanDescriptionForAutoRenewCacelingWithAdmin:"O pacote atual,\uFF1A{plan}, expira em {endAt} e n\xE3o ser\xE1 renovado automaticamente ap\xF3s a expira\xE7\xE3o.
<1>Clique aqui para ativar a subscri\xE7\xE3o anual cont\xEDnua",currentPlanDescriptionForOneTime:"A subscri\xE7\xE3o atual\uFF1A{plan}expira em {endAt} . <1>Clique aqui para atualizar para uma subscri\xE7\xE3o <1>anual ou <2>mensal.",upgradePlan:"Clique aqui para atualizar para a subscri\xE7\xE3o Pro",upgradeToPro:"Atualizar para a subscri\xE7\xE3o Pro","popup.openPro":"Actualize para a subscri\xE7\xE3o Pro para desfrutar de DeepL e da tradu\xE7\xE3o OpenAI, clique aqui para atualizar!","popup.openProForPro":"\xC9 um membro Pro com acesso direto \xE0s tradu\xE7\xF5es de DeepL e OpenAI!",currentAccount:"conta corrente",enableAutoSyncUserSettings:"Permitir a sincroniza\xE7\xE3o autom\xE1tica na nuvem em v\xE1rios dispositivos",modalEnableInputTranslationTitle:"Tradu\xE7\xE3o imersiva Caixa de entrada Alertas de tradu\xE7\xE3o",modalEnableInputTranslationDesc:"Acaba de ativar a tradu\xE7\xE3o da caixa de entrada da Tradu\xE7\xE3o Imersiva, carregando na barra de espa\xE7os 3 vezes em sucess\xE3o r\xE1pida, e o conte\xFAdo da caixa de entrada ser\xE1 traduzido para a l\xEDngua de destino predefinida. A tradu\xE7\xE3o pode ser anulada com Ctrl+Z.

Se isto foi um erro, n\xE3o se preocupe, pode optar por desactiv\xE1-la desta vez ou desativar permanentemente a tradu\xE7\xE3o da caixa de entrada.",saveAndNotShowAgain:"Guardar e parar a solicita\xE7\xE3o",disableInputTranslationTips:"* Tamb\xE9m pode definir outros atalhos para serem accionados em {option} ,{learnMore}.",learnMore:"Clique aqui para saber mais",continueEnalbeInputTranslation:"Continuar a ativar a tradu\xE7\xE3o da caixa de entrada",autoRenewTrialSuffix:'(Durante o per\xEDodo experimental,passa imediatamente a membro efetivo)',upgradeFromTrialTitle:"Atualiza\xE7\xE3o para membro de pleno direito",subtitle:"legendagem de v\xEDdeo",youtubeService:"Tradu\xE7\xE3o por imers\xE3o Servi\xE7os de tradu\xE7\xE3o de legendagem de v\xEDdeo","subtitle.disabledSubtitle":"Desativar permanentemente a funcionalidade de legendas de v\xEDdeo","subtitle.disabledSubtitleDescription":"Se Immersive Translator's Video Subtitles entrar em conflito com outras extens\xF5es, pode optar por desativar permanentemente a funcionalidade Immersive Translator's Video Subtitles ou desinstalar outras extens\xF5es que entrem em conflito","subtitle.autoEnableSubtitle":"Utiliza\xE7\xE3o autom\xE1tica de legendas bilingues","subtitle.autoEnableSubtitleDescription":"Depois de ativado, quando o v\xEDdeo \xE9 reproduzido, as legendas bilingues s\xE3o exibidas automaticamente, caso contr\xE1rio, \xE9 necess\xE1rio clicar no bot\xE3o de tradu\xE7\xE3o para exibir.","subtitle.preTranslation":"Traduzir legendas utilizando a tradu\xE7\xE3o imersiva","subtitle.preTranslationDescription":"Quando activada, toda a legenda ser\xE1 pr\xE9-traduzida utilizando o servi\xE7o de tradu\xE7\xE3o especificado abaixo, e um v\xEDdeo de 1 hora consumir\xE1 cerca de 50.000 Tokens ou caracteres, pelo que deve ser utilizada \xE0 sua discri\xE7\xE3o; quando desactivada, ser\xE3o utilizadas primeiro as legendas originais.","subtitle.humanSubtitlesPreferred":"Utiliza\xE7\xE3o priorit\xE1ria de legendagem humana","subtitle.humanSubtitlesPreferredDescription":"Dar prioridade \xE0 utiliza\xE7\xE3o de legendas humanas quando o v\xEDdeo tiver legendas humanas na l\xEDngua de chegada (recomendado)",videoSubtitleTranslationDescription:"Atribuir um servi\xE7o de tradu\xE7\xE3o separado para as legendas de v\xEDdeo",subtitleTranslating:"Aguarde enquanto as legendas est\xE3o a ser traduzidas utilizando o servi\xE7o {service} ... (tradu\xE7\xE3o por imers\xE3o)",subtitleLoading:"A carregar as legendas...",bilingual:"bilinguismo","field.action":"Se deve ativar a terminologia Baidu","description.action":"Quando ativado, ser\xE1 adicionado um par\xE2metro action=1 ao pedido para informar o Baidu do termo ativado. <1>Consulte a documenta\xE7\xE3o oficial para obter mais informa\xE7\xF5es.",closeQuickTranslation:"Fechar Hoverball","closeQuickTranslation.untilNext":"Desta vez fechado at\xE9 \xE0 pr\xF3xima visita","closeQuickTranslation.currentWebsite":"S\xEDtio atual desativado","closeQuickTranslation.alwaysClose":"desativar permanentemente","closeQuickTranslation.settingOpen":"(pode ser ativado na <1>p\xE1gina de defini\xE7\xF5es )","closeQuickTranslation.cancel":"cancelamentos","closeQuickTranslation.confirm":"definir","floatBall.popup":"Abrir o painel Defini\xE7\xF5es r\xE1pidas","floatBall.translate":"Clique para traduzir a p\xE1gina","floatBall.showOriginal":"Clique para voltar ao artigo original","floatBall.close":"Fechar Hoverball","floatBallOptions.enableDescPc":"Depois de ativar o hoverball da p\xE1gina, ser\xE1 apresentado um bot\xE3o de tradu\xE7\xE3o r\xE1pida no lado direito da p\xE1gina, clique nele para traduzir!","floatBallOptions.enableDesc":"Depois de desligar a hoverball, esta pode ser recuperada com{touch}. Recomenda-se vivamente que marques esta p\xE1gina de defini\xE7\xF5es para o caso de n\xE3o conseguires encontrar a hoverball depois de teres desligado inadvertidamente esta op\xE7\xE3o!","description.azureApiUrl":"Preencher o endere\xE7o da interface API personalizada",confirmSupportMouse:"For\xE7ar a ativa\xE7\xE3o do suporte do rato",confirmSupportMouseDescription:"Detectado que o browser atual n\xE3o suporta a fun\xE7\xE3o de rato, \xE9 for\xE7ado a ativar o suporte de rato?",sampleTargetText:"A longa noite chegar\xE1, e eu vigiarei de hoje at\xE9 \xE0 minha morte. N\xE3o tomarei nenhuma esposa, n\xE3o farei nenhum feudo, n\xE3o terei filhos. N\xE3o usarei uma coroa, n\xE3o lutarei por honra. Cumprirei o meu dever, viverei e morrerei.",sampleSourceText:"Night gathers, and now my watch begins. It shall not end until my death. I shall take no wife, hold no lands, father no children. I shall wear no crowns and win no glory. I shall live and die at my post.","desc.touchShortcutsToggleTranslatePageOnlyTranslation":"Apenas a tradu\xE7\xE3o significa que apenas o texto traduzido ser\xE1 exibido, se a p\xE1gina ainda n\xE3o foi traduzida, o modo ser\xE1 alterado e traduzido.","desc.toggleOnlyTransation":"O modo de tradu\xE7\xE3o apenas se refere a mostrar apenas a tradu\xE7\xE3o, se a p\xE1gina ainda n\xE3o foi traduzida, o modo ser\xE1 alterado e traduzido.",touchShortcutsToggleTranslatePageOnlyTranslation:"Configurar gestos de toque na tela para alternar entre o modo bil\xEDngue / apenas tradu\xE7\xE3o",download_started:"O download j\xE1 come\xE7ou, se n\xE3o come\xE7ou automaticamente, por favor clique manualmente.",here:"aqui","translationFont.customPlaceholder":"tipo de letra",batchEdit:"Opera\xE7\xE3o em massa","error.goReset":"ir redefinir","error.configError":"Dados de configura\xE7\xE3o anormais","translationServices.inherit":"Siga o servi\xE7o de tradu\xE7\xE3o principal",detectServiceLoading:"Detectando servi\xE7os de tradu\xE7\xE3o dispon\xEDveis...","translationModeLang.translation.title":"Apenas o modo de tradu\xE7\xE3o de idioma","translationFont.custom":"Insira a fonte personalizada","error.serveConfigError":"Erro de configura\xE7\xE3o do servi\xE7o",toggleToService:"Mude para {service} e tente novamente","touch.mouse-translate":"Traduzir o par\xE1grafo especificado","translationModeUrl.translation.title":"Modo de apenas tradu\xE7\xE3o do URL","error.proTokenInvalid":"Se voc\xEA \xE9 um usu\xE1rio Pro, fa\xE7a login antes de usar o servi\xE7o de tradu\xE7\xE3o Pro.",enableSentryReport:"Quando ocorre um erro de extens\xE3o, use o Sentry para enviar feedback.",translationFont:"Definir fonte",videoSubtitlePreTranslationOn:"As legendas de v\xEDdeo usar\xE3o tradu\xE7\xE3o imersiva como prioridade.","error.reloadPageOfSetting":"Ap\xF3s a configura\xE7\xE3o, atualize a p\xE1gina para traduzir novamente.","translationModeLang.translation.description":"Quando a l\xEDngua da p\xE1gina \xE9 uma das seguintes, o modo de tradu\xE7\xE3o apenas ser\xE1 usado automaticamente.","error.502":"O servi\xE7o retornou um erro, o servi\xE7o est\xE1 fora do tempo, por favor tente novamente mais tarde.","error.googleLimitIp":"O servi\xE7o retorna um erro, o servi\xE7o Google j\xE1 limitou este endere\xE7o IP, \xE9 recomendado que voc\xEA mude o n\xF3 da rede.","error.403":"O servi\xE7o retorna um erro, temporariamente sem permiss\xE3o para acessar esse servi\xE7o.","error.400":"O servi\xE7o retorna um erro, o par\xE2metro de solicita\xE7\xE3o est\xE1 errado, por favor, verifique a configura\xE7\xE3o correspondente.","error.proUpgrade":"Ap\xF3s a atualiza\xE7\xE3o, atualize a p\xE1gina e traduza novamente.",videoSubtitlePreTranslationOff:"As legendas do v\xEDdeo dar\xE3o prioridade \xE0s legendas traduzidas automaticamente inclu\xEDdas no v\xEDdeo original.","error.429":"O servi\xE7o retornou um erro, indicando que a solicita\xE7\xE3o \xE9 muito frequente ou excede o limite, tente novamente mais tarde.","error.gemini.429":"O servi\xE7o Gemini atual atingiu sua capacidade m\xE1xima, por favor, tente novamente mais tarde ou mude para outro servi\xE7o de tradu\xE7\xE3o.","error.openAIExceededQuota":"O servi\xE7o retorna um erro: o saldo da sua conta OpenAI atual \xE9 insuficiente, por favor recarregue ou vincule um cart\xE3o de cr\xE9dito no back-end oficial da OpenAI.","translationFont.notSupportErrorMessage":"Por favor, verifique se o nome da fonte que voc\xEA inseriu est\xE1 correto, ou confirme se essa fonte j\xE1 est\xE1 instalada em seu dispositivo.","translationModeUrl.translation.description":"Quando o site \xE9 para os seguintes dom\xEDnios, o modo de apenas tradu\xE7\xE3o \xE9 usado automaticamente.","desc.toggleVideoSubtitlePreTranslation":"Ao pressionar, as legendas em dois idiomas do v\xEDdeo usar\xE3o preferencialmente as configura\xE7\xF5es de tradu\xE7\xE3o imersiva, ao pressionar novamente, as legendas autom\xE1ticas do v\xEDdeo original ser\xE3o priorizadas. Aten\xE7\xE3o: este atalho modifica as configura\xE7\xF5es globais.","error.openAIFreeLimit":"O servi\xE7o retorna um erro, a frequ\xEAncia atual de solicita\xE7\xF5es de tradu\xE7\xE3o atingiu o limite m\xE1ximo de 3 vezes por minuto, tente novamente mais tarde. (Esta \xE9 a restri\xE7\xE3o oficial da OpenAI para a chave API gratuita, para remover essa restri\xE7\xE3o, vincule um cart\xE3o de cr\xE9dito no backend da OpenAI.)","error.serveUnavailable":"O servi\xE7o [{serverName}] que voc\xEA est\xE1 usando atualmente n\xE3o pode ser acessado temporariamente devido a problemas de conex\xE3o de rede ou do provedor de servi\xE7os. Sugerimos que voc\xEA tente atualizar a p\xE1gina ou alterar para outro servi\xE7o de tradu\xE7\xE3o atrav\xE9s das <1>configura\xE7\xF5es. Se voc\xEA \xE9 um membro <2>Pro, pode optar por usar os servi\xE7os de tradu\xE7\xE3o mais est\xE1veis da DeepL ou OpenAI (<3>clique aqui para experimentar gratuitamente). Al\xE9m disso, voc\xEA pode precisar verificar suas configura\xE7\xF5es de rede ou proxy.","tagsInput.add":"+ Adicionar","floatBall.iKnow":"Eu sei.",pickAll:"Selecionar tudo",goLogin:"V\xE1 fazer login",notLogin:"N\xE3o conectado","error.retry":"Tentar novamente",shortcutSettingsTitle:"Configura\xE7\xF5es de atalho","error.reason":"Raz\xE3o do erro","subtitle.hideQuickButton":"N\xE3o mostrar mais este atalho",errorReason:"Raz\xE3o do erro: {message}","widget.instruction":"Instru\xE7\xF5es de uso","multipleClick.2":"Clique duplo","multipleClick.3":"Tr\xEDplice golpe","widget.translateFile":"PDF/ePub","floatBallOptions.fixedPositionLeft":"lado esquerdo","floatBallOptions.fixedPosition":"Posi\xE7\xE3o fixa",buildSnapshots:"Gerar instant\xE2neo da p\xE1gina da web","intro.floatBallTitle":"Bola flutuante de tradu\xE7\xE3o r\xE1pida",neverTranslateThisSite:"Nunca traduza este site",mouseHoverCustomKeyTitle:"Personalizar atalhos de mouse hover","subtitle.autoDisableSubtitle":"N\xE3o ative automaticamente as legendas bilingues","browser.translateWithGoogle":"Usar o Google Tradutor temporariamente para a p\xE1gina atual","error.subscriptionExpiredTitle":"A associa\xE7\xE3o expirou","floatBallOptions.fixedPositionRight":"lado direito",loggedIn:"Conectado","subtitle.bilingual":"Legendas bil\xEDngues","slide.right":"Deslize para a esquerda",networkError:"O servi\xE7o de tradu\xE7\xE3o ou a rede est\xE1 com problemas",contact:"Entre em contato conosco","intro.subtitleTitle":"Exibi\xE7\xE3o de legendas bilingues em v\xEDdeos online","browser.translateWithTransmart":"Usar temporariamente o Tencent para traduzir a p\xE1gina atual",alwaysTranslateThisSite:"Sempre traduza este site",temprarilyChangeTranslationTo_gemini:"Est\xE1 a usar o Gemini para traduzir a p\xE1gina atual","multipleClick.4":"Qu\xE1druplo golpe","intro.hoverTitle":"Passe o mouse para traduzir o par\xE1grafo atual",temprarilyChangeTranslationTo_google:"Est\xE1 a usar o Google Tradutor para traduzir a p\xE1gina atual","shortcutGroup.touch":"Gestos espec\xEDficos para tela sens\xEDvel ao toque",notLoginPro:"Ainda n\xE3o iniciou sess\xE3o na sua conta de membro.",paragraphMinTextCountField:"N\xFAmero m\xEDnimo de caracteres necess\xE1rios para traduzir um par\xE1grafo",temprarilyChangeTranslationTo_openai:"Est\xE1 a usar o OpenAI para traduzir a p\xE1gina atual",translationOnlyMode:"Apenas modo de tradu\xE7\xE3o",viewWithImmersiveTranslate:"Vers\xE3o bil\xEDngue (tradu\xE7\xE3o imersiva)","translationServices.gemini":"G\xEAmeos","browser.toggleMouseHoverTranslateDirectly":"Ativar ou desativar temporariamente a tradu\xE7\xE3o direta do mouse hover na p\xE1gina",shortcutSettings:"Atalho","browser.translateWithOpenAI":"Usar temporariamente o OpenAI para traduzir a p\xE1gina atual",touchShortcutsToggleTranslateTouchElement:"Configurar gestos de toque na tela para traduzir par\xE1grafos espec\xEDficos","widget.instructionTooltip":"Consulte as instru\xE7\xF5es de uso","shortcutGroup.mouse":"Configura\xE7\xE3o de atalhos de teclado para hover do mouse",temprarilyChangeTranslationTo_deepl:"Est\xE1 a usar o DeepL para traduzir a p\xE1gina atual.","floatBall.longPress":"Pressione e segure para abrir rapidamente o painel de configura\xE7\xF5es.","widget.videoSubtitle":"legendas de v\xEDdeo",upgradeToProErrorTitle:"Por favor, atualize para o membro Pro antes de usar este servi\xE7o de tradu\xE7\xE3o.","floatBallOptions.fixedPositionDesc":"A bola flutuante est\xE1 \xE0 esquerda ou \xE0 direita da janela?","shortcutGroup.shortcutsForTranslationServices":"Servi\xE7os de tradu\xE7\xE3o atalhos relacionados",temprarilyChangeTranslationTo_transmart:"Est\xE1 a usar o Tencent para traduzir a p\xE1gina atual.",touchShortcutsOff:"fechar","browser.translateWithBing":"Usar temporariamente o Microsoft Translate para traduzir a p\xE1gina atual","browser.toggleVideoSubtitlePreTranslation":"Alternar legendas bil\xEDngues prefere usar configura\xE7\xF5es de tradu\xE7\xE3o imersiva","proQuotaExceededError.resetTime":"3. Tempo de redefini\xE7\xE3o do limite: {resetTime}","widget.videoSubtitleTooltip":"Suporta Youtube e outros {count}+ sites de v\xEDdeo","desc.touchShortcutsToggleTranslateTouchElement":"Personalize um gesto e voc\xEA poder\xE1 traduzir qualquer par\xE1grafo em que estiver.","subtitle.showQuickButton":"No leitor, exibir legendas em dois idiomas \xE9 um atalho","shortcutGroup.others":"Mais atalhos de fun\xE7\xF5es personalizadas",touchShortcutsToggleTranslationMask:"Configurar gestos de toque na tela para mostrar a m\xE1scara de tradu\xE7\xE3o / mostrar o texto original",temprarilyChangeTranslationTo_bing:"Est\xE1 a usar o Microsoft Translator para traduzir a p\xE1gina atual.","browser.translateWithGemini":"Use temporariamente o Gemini para traduzir a p\xE1gina atual","error.subscriptionExpired":"A sua associa\xE7\xE3o pode ter expirado, por favor verifique o estado da sua associa\xE7\xE3o.","browser.translateInputBox":"Traduzir o conte\xFAdo da caixa de entrada atual",touchShortcutsToggleTranslatePage:"Defina gestos de toque na tela para traduzir p\xE1ginas da web / mostrar o texto original","widget.translateFileTooltip":"Traduzir documentos PDF, EPUB, SRT, ASS, HTML e TXT","description.baiduField":"Os campos suportados s\xE3o vistos <1>aqui, se estiver vazio, significa que nenhum campo \xE9 especificado.","browser.translateWithDeepL":"Use temporariamente o DeepL para traduzir a p\xE1gina atual","desc.interfaceLanguage":"A configura\xE7\xE3o do idioma da interface afeta o idioma de exibi\xE7\xE3o do painel de controle e n\xE3o est\xE1 relacionada ao idioma de destino da tradu\xE7\xE3o.","neverTranslateText.title":`Por favor, traduza diretamente para o portugu\xEAs (evite explicar o texto original): Mantenha as seguintes palavras no original, n\xE3o traduza.`,"shortcutGroup.main":"Atalhos de fun\xE7\xF5es comuns",confirmResetToDefaultSettings:"Confirma que deseja restaurar este servi\xE7o de tradu\xE7\xE3o para as configura\xE7\xF5es padr\xE3o? (Apenas redefinir as configura\xE7\xF5es deste servi\xE7o de tradu\xE7\xE3o)","subtitle.showQuickButtonDescription":"No canto inferior direito do player de v\xEDdeo, fornece um atalho para ativar legendas bil\xEDngues.","slide.left":"Deslize para a direita","contact.description":"Se voc\xEA tiver alguma d\xFAvida ou sugest\xE3o, sinta-se \xE0 vontade para preencher o formul\xE1rio abaixo para nos contatar, ou envie um e-mail para {email}, responderemos o mais r\xE1pido poss\xEDvel.",paragraphMinTextCountDesc:"Aten\xE7\xE3o, aqui refere-se ao comprimento do caractere, por exemplo: hello tem 5 caracteres, definir um valor maior pode reduzir a tradu\xE7\xE3o desnecess\xE1ria de pequenos par\xE1grafos.","desc.toggleTranslateTheMainPage":"Traduza apenas a \xE1rea principal da p\xE1gina, quando voc\xEA ativou a tradu\xE7\xE3o de toda a \xE1rea da p\xE1gina nas configura\xE7\xF5es avan\xE7adas, voc\xEA pode usar este atalho para traduzir especificamente a \xE1rea principal da p\xE1gina.",mouseHoverCustomKeyDescription:"Voc\xEA pode personalizar um atalho de combina\xE7\xE3o de mouse sobre, como: Alt+Z, Ctrl+E, Cmd+Alt+E ou diretamente Cmd, por favor, insira manualmente.","desc.toggleMouseHoverTranslateDirectly":"Depois de pressionar esta tecla de atalho, na p\xE1gina, sempre que o mouse apontar para qualquer texto, ele ser\xE1 traduzido automaticamente. Pressione a tecla de atalho novamente para desativar este recurso de tradu\xE7\xE3o autom\xE1tica.","desc.mouseHoverHoldKey":"Quando o mouse \xE9 colocado sobre um par\xE1grafo, pressionando a tecla de atalho \xE0 direita ao mesmo tempo, voc\xEA pode traduzir diretamente esse par\xE1grafo.","floatBall.guideClickToTranslate":"Clique na bola flutuante de tradu\xE7\xE3o imersiva para traduzir rapidamente",translationOnlyModeDescription:"O modo de tradu\xE7\xE3o apenas se refere a mostrar apenas a tradu\xE7\xE3o, n\xE3o o modo bil\xEDngue padr\xE3o. Aten\xE7\xE3o: devido a limita\xE7\xF5es t\xE9cnicas, os hiperlinks do texto original ser\xE3o desativados no modo de tradu\xE7\xE3o apenas.","desc.touchShortcutsToggleTranslatePage":"Ap\xF3s a configura\xE7\xE3o, ao usar um dispositivo m\xF3vel, \xE9 poss\xEDvel tocar na tela com X dedos, deslizar para a esquerda e para a direita ou tocar continuamente para acionar a tradu\xE7\xE3o da p\xE1gina / exibir o texto original.","desc.touchShortcutsToggleTranslationMask":"A m\xE1scara de tradu\xE7\xE3o refere-se ao efeito de desfoque no estilo de tradu\xE7\xE3o (modo de aprendizado), que, quando ativado, usa temporariamente o efeito de desfoque na tradu\xE7\xE3o, facilitando o aprendizado.","intro.floatBallDescription":"Depois de ativado, um bot\xE3o de tradu\xE7\xE3o r\xE1pida ser\xE1 exibido no lado direito da p\xE1gina. Clique para traduzir e clique novamente para voltar ao texto original. No dispositivo m\xF3vel, pressione e segure a bola flutuante para abrir o painel de configura\xE7\xF5es r\xE1pidas.","proQuotaExceededError.trial":'\uFF0Cvoc\xEA pode escolher as seguintes maneiras de resolver:

1. Mude para {anotherService} ou outro servi\xE7o de tradu\xE7\xE3o
2. Atualize imediatamente para um membro oficial',"desc.toggleTranslateTheWholePage":"Traduzir toda a \xE1rea da p\xE1gina, por padr\xE3o, traduziremos a \xE1rea principal da p\xE1gina, voc\xEA pode usar este atalho para traduzir especificamente toda a \xE1rea da p\xE1gina.","subtitle.supportedSites":"J\xE1 \xE9 suportado o uso de legendas bil\xEDngues nestes sites (aten\xE7\xE3o: devido a limita\xE7\xF5es t\xE9cnicas, alguns sites podem precisar ser atualizados ap\xF3s a ativa\xE7\xE3o inicial das legendas, ou pode ser necess\xE1rio esperar a tradu\xE7\xE3o ser conclu\xEDda para exibir as legendas bil\xEDngues):",shortcutDisableTooltip:"Por favor, configure na p\xE1gina de gerenciamento de atalhos de extens\xE3o fornecida pelo navegador. Para mais orienta\xE7\xF5es, consulte as instru\xE7\xF5es na parte superior desta p\xE1gina.","proQuotaExceededError.onetime7day":'\uFF0Cvoc\xEA pode escolher as seguintes maneiras de resolver:

1. Mude para {anotherService} ou outro servi\xE7o de tradu\xE7\xE3o
2. Atualize para membro mensal/anual',"proQuotaExceededError.nonTrial":'\uFF0Cvoc\xEA pode escolher as seguintes maneiras de resolver:

1. Mude para {anotherService} ou outro servi\xE7o de tradu\xE7\xE3o
2. Compre um pacote de tr\xE1fego extra {translationService} ',"neverTranslateText.description":"Devido a algumas m\xE1quinas de tradu\xE7\xE3o n\xE3o reconhecerem adequadamente os nomes pr\xF3prios, voc\xEA pode adicionar palavras aqui para garantir que elas n\xE3o sejam convertidas durante o processo de tradu\xE7\xE3o. Por favor, note que esta fun\xE7\xE3o distingue mai\xFAsculas de min\xFAsculas e suporta apenas idiomas com palavras separadas por espa\xE7os (como ingl\xEAs, franc\xEAs), n\xE3o sendo adequada para idiomas como japon\xEAs, coreano, etc.","intro.hoverDescription":"A tradu\xE7\xE3o do mouse hover \xE9 uma fun\xE7\xE3o muito importante na tradu\xE7\xE3o imersiva, basta colocar o mouse sobre o par\xE1grafo e pressionar a tecla de atalho definida para traduzir automaticamente o par\xE1grafo atual (nota: n\xE3o est\xE1 ativado por padr\xE3o, por favor configure abaixo), esta intera\xE7\xE3o \xE9 usada para substituir melhor a tradu\xE7\xE3o de palavras selecionadas, al\xE9m disso, esta fun\xE7\xE3o tamb\xE9m \xE9 amplamente utilizada em \xE1reas de tradu\xE7\xE3o que n\xE3o podem ser reconhecidas, voc\xEA pode usar esta fun\xE7\xE3o para for\xE7ar a tradu\xE7\xE3o de qualquer par\xE1grafo.","intro.subtitleDescription":"Ap\xF3s ativar este recurso, as legendas bil\xEDngues ser\xE3o exibidas automaticamente durante a reprodu\xE7\xE3o do v\xEDdeo. Se n\xE3o estiver ativado, voc\xEA precisar\xE1 clicar manualmente no bot\xE3o de tradu\xE7\xE3o na p\xE1gina para exibir as legendas. Por favor, note que, devido a limita\xE7\xF5es t\xE9cnicas, alguns sites podem precisar atualizar a p\xE1gina ou esperar a tradu\xE7\xE3o ser conclu\xEDda antes de poderem exibir as legendas bil\xEDngues. (Al\xE9m disso, voc\xEA tamb\xE9m pode ativar/desativar o painel de atalhos de tradu\xE7\xE3o imersiva no canto superior direito ap\xF3s abrir o site do v\xEDdeo)

Atualmente, suportamos o uso de legendas bil\xEDngues nestes sites:",geminiWarning:"Aten\xE7\xE3o: O servi\xE7o gratuito Gemini fornecido pelo Google tem restri\xE7\xF5es rigorosas, pode ser considerado pelo Google que o usu\xE1rio est\xE1 usando v\xE1rias chaves para evitar suas restri\xE7\xF5es de cota gratuita, n\xE3o \xE9 recomendado usar, \xE9 aconselh\xE1vel esperar pelo Google para abrir a interface de pagamento Gemini no futuro para uso.","floatBall.setting":"Configura\xE7\xE3o","floatBall.translateToLanguage":"Clique para traduzir para {language}","floatBall.file":`Traduzir PDF, EPUB, SRT, ASS, HTML, arquivos TXT`,changeToOnlyTempTranslationMode:"Alternar para apresentar apenas tradu\xE7\xF5es",changeToDualTempTranslationMode:"Mudar para tradu\xE7\xE3o bilingue","transitionMode.dual":"Bilingue comparativo","options.navbar.translateFile":"Traduzir documento","options.navbar.installApp":"Instalar o aplicativo para celular","transitionMode.translation":"Apenas texto traduzido.","subtitle.transitionModeDescription":"Defina as legendas do v\xEDdeo para compara\xE7\xE3o bilingue ou apenas modo de tradu\xE7\xE3o","subtitle.transitionMode":"Legendas de v\xEDdeo bil\xEDngue / configura\xE7\xE3o apenas de tradu\xE7\xE3o","transitionMode.inherit":"Mantenha consist\xEAncia com o modo de exibi\xE7\xE3o de tradu\xE7\xE3o padr\xE3o do sistema.",translateFileTooltip:`Traduzir PDF, ePub, srt, @@ -5176,13 +5176,13 @@ ass, HTML, arquivos TXT`,"description.subtitlePrompt":`Em cen\xE1rios de legenda {env.imt_trans_field}: tradu\xE7\xE3o`,"subtitle.quickButton.green":"verde","subtitle.quickButton.magenta":"Magenta","translationServices.claude":"Claude","subtitle.quickButton.white":"branco","subtitle.quickButton.translationTextColor":"Cor da fonte da tradu\xE7\xE3o","subtitle.quickButton.backgroundOpacity":"opacidade de fundo","subtitle.quickButton.sourceFontSize":"Tamanho original da fonte","subtitle.quickButton.backgroundColor":"cor de fundo","subtitle.quickButton.setting":"configura\xE7\xE3o","subtitle.quickButton.blue":"azul","subtitle.quickButton.translationPositionBottom":"\u539F\u6587\u4E0B\u65B9","subtitle.quickButton.yellow":"Amarelo","subtitle.quickButton.translationPositionTop":"Acima do texto original","subtitle.quickButton.sourceTextColor":"Cor original da fonte","subtitle.quickButton.red":"vermelho","subtitle.quickButton.translationPosition":"Posi\xE7\xE3o de tradu\xE7\xE3o","subtitle.quickButton.cyan":"Azul","subtitle.quickButton.black":"preto","subtitle.quickButton.translationFontSize":"Tamanho da fonte do texto traduzido",attachSubtitleTranslating:"Usando {service} para traduzir...","error.claude.403":"Sem permiss\xE3o para acessar o servi\xE7o, pode estar relacionado com as restri\xE7\xF5es de \xE1rea de Claude, voc\xEA pode tentar alterar o seu endere\xE7o IP, ou usar outros servi\xE7os de tradu\xE7\xE3o.","browser.brandDescriptionForSafari":"\u3010Tradu\xE7\xE3o imersiva\u3011Um plugin de tradu\xE7\xE3o de p\xE1ginas da web bilingue (original/tradu\xE7\xE3o) gratuito, que suporta a tradu\xE7\xE3o de PDF e EPUB e mant\xE9m a formata\xE7\xE3o original do documento, a tradu\xE7\xE3o de legendas bilingues de v\xEDdeos online como Youtube/Netflix, e suporta servi\xE7os de tradu\xE7\xE3o mainstream como Deepl/Google;","browser.PdfProFile":"AI impulsionado pela tradu\xE7\xE3o do PDF Pro","browser.textTranslate":"Tradu\xE7\xE3o de texto"};var Lb=[{code:"zh-CN",messages:hb},{code:"zh-TW",messages:bb},{code:"en",messages:yb},{code:"ja",messages:Tb},{code:"ar",messages:vb},{code:"de",messages:Sb},{code:"es",messages:Cb},{code:"fa",messages:xb},{code:"fr",messages:Eb},{code:"hi",messages:wb},{code:"it",messages:Db},{code:"ru",messages:Ab},{code:"ko",messages:kb},{code:"pt",messages:Pb}];var Mb="immersiveTranslateDeeplGlobalState",fp="immersiveTranslateBingGlobalState",hp="immersiveTranslateYandexGlobalState",rn={};for(let e of Lb)rn[e.code]=e.messages;var Di="Immersive Translate",ee="immersive-translate";var be="immersiveTranslate",sc="759003177173-mfm15s5nd77vfmo6e7lanof1emnanf0e.apps.googleusercontent.com",_a=be+"GoogleAccessToken",nu=be+"AuthFlow",uc="immersive-translate-config-latest.json",bp=be+"AuthState",lc=be+"IframeMessage",bj=be+"WaitForRateLimit",Fb=be+"DocumentMessageAsk",Yt=be+"DocumentMessageTellThirdParty",Ai=be+"showError",Bb=be+"DocumentMessageThirdPartyTell",Ib=be+"DocumentMessageEventUpload",Q8=be+"DocumentMessageHandler",cc=`${be}Share`,ru=`${be}ToggleMouseHoverTranslateDirectly`,Rb=`${be}ReqDraft`,Ob=`${be}ResDraft`,Z8=`${be}Container`,zb=`${be}SpecifiedContainer`,ia="buildinConfig",Ao="localConfig",au="openOptionsPage",yp="openAboutPage",Nb="translateLocalPdfFile";var iu="openEbookViewer",ou="openEbookBuilder";var ki=`${be}PageTranslatedStatus`,yj=`${be}PageUrlChanged`,oa=`${be}ReceiveCommand`,Ub=be+"LastUseMouseHoverTime",dc=be+"LastUseInputTime",yr=be+"LastUseManualTranslatePageTime",Tj=`${be}PopupReceiveMessage`,J8="immersivetranslate.com",X8="config.immersivetranslate.com",vj=`https://${J8}/`,Ma=`https://${X8}/default_config.json`,Sj=`${be}Mark`,In=`${be}Root`,qb=`${be}Walked`,Cj=`data-${ee}-walked`,jb=`${be}Paragraph`,Hb=`data-${ee}-paragraph`,Fr=`data-${ee}-translation-element-mark`,Wb=`${be}TranslationElementMark`,xj=`${be}TranslatedMark`,Kb=`${be}LoadingId`,Tp=`data-${ee}-loading-id`,Gb=`${be}ErrorId`,gc=`data-${ee}-error-id`,e7=`${be}AtomicBlockMark`,Vb=`${be}ExcludeMark`,Ej=`data-${ee}-exclude-mark`,t7=`${be}StayOriginalMark`,wj=`${be}PreWhitespaceMark`,pc=`${be}InlineMark`,$b=`${be}BlockMark`,Dj=`${be}Left`,Aj=`${be}Right`,kj=`${be}Width`,Pj=`${be}Height`,Lj=`${be}Top`,_j=`${be}FontSize`,Yb="lastRunTime",Mj=`${be}GlobalStyleMark`,su=["@","#"],mc=" --- ",Qb=` `,Lt=`${ee}-target-wrapper`,Fj=`${ee}-pdf-target-container`,fc=`${ee}-target-inner`,Bj=`${ee}-source-wrapper`,vp=`${ee}-target-translation-block-wrapper`,Ij=`${ee}-root-translation-theme`,ko=`${be}RootTranslationTheme`,Zb=`${ee}-target-translation-vertical-block-wrapper`,Rj=`${ee}-target-translation-pdf-block-wrapper`,Jb=`${ee}-target-translation-pre-whitespace`,Sp=`${ee}-target-translation-inline-wrapper`,Cp=["none","dashed","underline","dashedBorder","solidBorder","mask","opacity","dotted","dividingLine","highlight","marker","marker2","blockquote","weakening","grey","paper","italic","bold","thinDashed","wavy","nativeDotted","nativeDashed","nativeUnderline"],uu={underline:[{name:"borderColor",required:!1,type:"color"}],nativeUnderline:[{name:"borderColor",required:!1,type:"color"}],nativeDashed:[{name:"borderColor",required:!1,type:"color"}],nativeDotted:[{name:"borderColor",required:!1,type:"color"}],dotted:[{name:"borderColor",required:!1,type:"color"}],dividingLine:[{name:"borderColor",required:!1,type:"color"}],highlight:[{name:"backgroundColor",required:!1,type:"color"}],marker:[{name:"backgroundColor",required:!1,type:"color"}],dashed:[{name:"borderColor",required:!1,type:"color"}],blockquote:[{name:"borderColor",required:!1,type:"color"}],thinDashed:[{name:"borderColor",required:!1,type:"color"}],dashedBorder:[{name:"borderRadius",required:!1,type:"number",default:"0"},{name:"borderColor",required:!1,type:"color"}],solidBorder:[{name:"borderRadius",required:!1,type:"number",default:"0"},{name:"borderColor",required:!1,type:"color"}],marker2:[{name:"backgroundColor",required:!1,type:"color"}],wavy:[{name:"borderColor",required:!1,type:"color"}],opacity:[{name:"opacity",required:!1,type:"number",default:10}]},Rn=["auto","zh-CN","zh-TW","en","ja","ko","es","de","fr","pt","pt-br","ru","ar","it","ms","id","vi","af","th","ur","yue","zh-CN-NE","bo","wyw","am","az","be","bg","bn","bs","ca","ceb","co","cs","cy","da","el","eo","et","eu","fa","fi","fil","fj","fy","ga","gd","gl","gu","ha","haw","he","hi","hmn","hr","ht","hu","hy","ig","is","jw","ka","kk","km","kn","ku","ky","la","lb","lo","lt","lv","mg","mi","mk","ml","mn","mr","mt","mww","my","ne","nl","no","ny","otq","pa","pl","ps","ro","sa","sd","si","sk","sl","sm","sn","so","sq","sr","sr-Cyrl","sr-Latn","st","su","sv","sw","ta","te","tg","tlh","tlh-Qaak","to","tr","ty","ug","uk","uz","xh","yi","yo","yua","zu"],Xb={af:"Afrikaans",am:"Amharic",ar:"Arabic",auto:"Auto Detect",az:"Azerbaijani",be:"Belarusian",bg:"Bulgarian",tn:"Zana",bn:"Bengali",bs:"Bosnian",bo:"Tibetan",ca:"Catalan",ceb:"Cebuano",co:"Corsican",cs:"Czech",cy:"Welsh",da:"Danish",de:"German",el:"Greek",en:"English",eo:"Esperanto",es:"Spanish",et:"Estonian",eu:"Basque",sa:"Sanskrit",fa:"Persian",fi:"Finnish",fil:"Filipino",fj:"Fijian",fr:"French",fy:"Frisian",ga:"Irish",gd:"Scottish Gaelic",gl:"Galician",gu:"Gujarati",ha:"Hausa",haw:"Hawaiian",he:"Hebrew",hi:"Hindi",hmn:"Hmong",hr:"Croatian",ht:"Haitian Creole",hu:"Hungarian",hy:"Armenian",id:"Indonesian",ig:"Igbo",is:"Icelandic",it:"Italian",ja:"Japanese",jw:"Javanese",ka:"Georgian",kk:"Kazakh",km:"Khmer",kn:"Kannada",ko:"Korean",ku:"Kurdish",ky:"Kyrgyz",la:"Latin",lb:"Luxembourgish",lo:"Lao",lt:"Lithuanian",lv:"Latvian",mg:"Malagasy",mi:"Maori",mk:"Macedonian",ml:"Malayalam",mn:"Mongolian",mr:"Marathi",ms:"Malay",mt:"Maltese",mww:"Hmong Daw",my:"Burmese",ne:"Nepali",nl:"Dutch",no:"Norwegian",ny:"Chichewa",otq:"Quer\xE9taro Otomi",pa:"Punjabi",pl:"Polish",ps:"Pashto",pt:"Portuguese","pt-br":"Portuguese (Brazil)",ro:"Romanian",ru:"Russian",sd:"Sindhi",si:"Sinhala",sk:"Slovak",sl:"Slovenian",sm:"Samoan",sn:"Shona",so:"Somali",sq:"Albanian",sr:"Serbian","sr-Cyrl":"Serbian (Cyrillic)","sr-Latn":"Serbian (Latin)",st:"Sesotho",su:"Sundanese",sv:"Swedish",sw:"Swahili",ta:"Tamil",te:"Telugu",tg:"Tajik",th:"Thai",tlh:"Klingon","tlh-Qaak":"Klingon (piqaD)",to:"Tongan",tr:"Turkish",ty:"Tahitian",ug:"Uyghur",uk:"Ukrainian",ur:"Urdu",uz:"Uzbek",vi:"Vietnamese",wyw:"Classical Chinese",xh:"Xhosa",placeholder:"Please Select",yi:"Yiddish",yo:"Yoruba",yua:"Yucatec Maya",yue:"Cantonese (Traditional)","zh-CN":"Simplified Chinese","zh-TW":"Traditional Chinese","zh-CN-NE":"Northeastern Chinese",zu:"Zulu","":"All Languages"},e1={placeholder:"\u8BF7\u9009\u62E9",af:"\u5357\u975E\u8377\u5170\u8BED",am:"\u963F\u59C6\u54C8\u62C9\u8BED",ar:"\u963F\u62C9\u4F2F\u8BED",auto:"\u81EA\u52A8\u68C0\u6D4B",az:"\u963F\u585E\u62DC\u7586\u8BED",be:"\u767D\u4FC4\u7F57\u65AF\u8BED",bg:"\u4FDD\u52A0\u5229\u4E9A\u8BED",tn:"\u8D5E\u7EB3\u8BED",bn:"\u5B5F\u52A0\u62C9\u8BED",bs:"\u6CE2\u65AF\u5C3C\u4E9A\u8BED",bo:"\u85CF\u8BED",ca:"\u52A0\u6CF0\u7F57\u5C3C\u4E9A\u8BED",ceb:"\u5BBF\u52A1\u8BED",co:"\u79D1\u897F\u5609\u8BED",cs:"\u6377\u514B\u8BED",cy:"\u5A01\u5C14\u58EB\u8BED",da:"\u4E39\u9EA6\u8BED",de:"\u5FB7\u8BED",el:"\u5E0C\u814A\u8BED",en:"\u82F1\u8BED",eo:"\u4E16\u754C\u8BED",es:"\u897F\u73ED\u7259\u8BED",et:"\u7231\u6C99\u5C3C\u4E9A\u8BED",eu:"\u5DF4\u65AF\u514B\u8BED",sa:"\u68B5\u8BED",fa:"\u6CE2\u65AF\u8BED",fi:"\u82AC\u5170\u8BED",fil:"\u83F2\u5F8B\u5BBE\u8BED",fj:"\u6590\u6D4E\u8BED",fr:"\u6CD5\u8BED",fy:"\u5F17\u91CC\u65AF\u5170\u8BED",ga:"\u7231\u5C14\u5170\u8BED",gd:"\u82CF\u683C\u5170\u76D6\u5C14\u8BED",gl:"\u52A0\u5229\u897F\u4E9A\u8BED",gu:"\u53E4\u5409\u62C9\u7279\u8BED",ha:"\u8C6A\u8428\u8BED",haw:"\u590F\u5A01\u5937\u8BED",he:"\u5E0C\u4F2F\u6765\u8BED",hi:"\u5370\u5730\u8BED",hmn:"\u82D7\u8BED",hr:"\u514B\u7F57\u5730\u4E9A\u8BED",ht:"\u6D77\u5730\u514B\u91CC\u5965\u5C14\u8BED",hu:"\u5308\u7259\u5229\u8BED",hy:"\u4E9A\u7F8E\u5C3C\u4E9A\u8BED",id:"\u5370\u5EA6\u5C3C\u897F\u4E9A\u8BED",ig:"\u4F0A\u535A\u8BED",is:"\u51B0\u5C9B\u8BED",it:"\u610F\u5927\u5229\u8BED",ja:"\u65E5\u672C\u8BED",jw:"\u722A\u54C7\u8BED",ka:"\u683C\u9C81\u5409\u4E9A\u8BED",kk:"\u54C8\u8428\u514B\u8BED",km:"\u9AD8\u68C9\u8BED",kn:"\u5361\u7EB3\u8FBE\u8BED",ko:"\u97E9\u8BED",ku:"\u5E93\u5C14\u5FB7\u8BED",ky:"\u5409\u5C14\u5409\u65AF\u8BED",la:"\u62C9\u4E01\u8BED",lb:"\u5362\u68EE\u5821\u8BED",lo:"\u8001\u631D\u8BED",lt:"\u7ACB\u9676\u5B9B\u8BED",lv:"\u62C9\u8131\u7EF4\u4E9A\u8BED",mg:"\u9A6C\u62C9\u52A0\u65AF\u8BED",mi:"\u6BDB\u5229\u8BED",mk:"\u9A6C\u5176\u987F\u8BED",ml:"\u9A6C\u62C9\u96C5\u62C9\u59C6\u8BED",mn:"\u8499\u53E4\u8BED",mr:"\u9A6C\u62C9\u5730\u8BED",ms:"\u9A6C\u6765\u8BED",mt:"\u9A6C\u8033\u4ED6\u8BED",mww:"\u767D\u82D7\u8BED",my:"\u7F05\u7538\u8BED",ne:"\u5C3C\u6CCA\u5C14\u8BED",nl:"\u8377\u5170\u8BED",no:"\u632A\u5A01\u8BED",ny:"\u9F50\u5207\u74E6\u8BED\uFF08\u5C3C\u626C\u8D3E\u8BED\uFF09",otq:"\u514B\u96F7\u5854\u7F57\u5965\u6258\u7C73\u8BED",pa:"\u65C1\u906E\u666E\u8BED",pl:"\u6CE2\u5170\u8BED",ps:"\u666E\u4EC0\u56FE\u8BED",pt:"\u8461\u8404\u7259\u8BED","pt-br":"\u8461\u8404\u7259\u8BED\uFF08\u5DF4\u897F\uFF09",ro:"\u7F57\u9A6C\u5C3C\u4E9A\u8BED",ru:"\u4FC4\u8BED",sd:"\u4FE1\u5FB7\u8BED",si:"\u50E7\u4F3D\u7F57\u8BED",sk:"\u65AF\u6D1B\u4F10\u514B\u8BED",sl:"\u65AF\u6D1B\u6587\u5C3C\u4E9A\u8BED",sm:"\u8428\u6469\u4E9A\u8BED",sn:"\u4FEE\u7EB3\u8BED",so:"\u7D22\u9A6C\u91CC\u8BED",sq:"\u963F\u5C14\u5DF4\u5C3C\u4E9A\u8BED",sr:"\u585E\u5C14\u7EF4\u4E9A\u8BED","sr-Cyrl":"\u585E\u5C14\u7EF4\u4E9A\u8BED\uFF08\u897F\u91CC\u5C14\u6587\uFF09","sr-Latn":"\u585E\u5C14\u7EF4\u4E9A\u8BED\uFF08\u62C9\u4E01\u6587\uFF09",st:"\u585E\u7D22\u6258\u8BED",su:"\u5DFD\u4ED6\u8BED",sv:"\u745E\u5178\u8BED",sw:"\u65AF\u74E6\u5E0C\u91CC\u8BED",ta:"\u6CF0\u7C73\u5C14\u8BED",te:"\u6CF0\u5362\u56FA\u8BED",tg:"\u5854\u5409\u514B\u8BED",th:"\u6CF0\u8BED",tlh:"\u514B\u6797\u8D21\u8BED","tlh-Qaak":"\u514B\u6797\u8D21\u8BED\uFF08piqaD\uFF09",to:"\u6C64\u52A0\u8BED",tr:"\u571F\u8033\u5176\u8BED",ty:"\u5854\u5E0C\u63D0\u8BED",ug:"\u7EF4\u543E\u5C14\u8BED",uk:"\u4E4C\u514B\u5170\u8BED",ur:"\u4E4C\u5C14\u90FD\u8BED",uz:"\u4E4C\u5179\u522B\u514B\u8BED",vi:"\u8D8A\u5357\u8BED",wyw:"\u6587\u8A00\u6587",xh:"\u73ED\u56FE\u8BED",yi:"\u610F\u7B2C\u7EEA\u8BED",yo:"\u7EA6\u9C81\u5DF4\u8BED",yua:"\u5C24\u5361\u5766\u739B\u96C5\u8BED",yue:"\u7CA4\u8BED","zh-CN":"\u7B80\u4F53\u4E2D\u6587","zh-TW":"\u7E41\u4F53\u4E2D\u6587","zh-CN-NE":"\u4E1C\u5317\u8BDD",zu:"\u7956\u9C81\u8BED","":"\u6240\u6709\u8BED\u8A00"},t1={placeholder:"\u8ACB\u9078\u64C7",af:"\u963F\u975E\u5229\u5361\u8A9E",am:"\u963F\u59C6\u54C8\u62C9\u8A9E",ar:"\u963F\u62C9\u4F2F\u8A9E",auto:"\u81EA\u52D5\u6AA2\u6E2C",az:"\u963F\u585E\u62DC\u7586\u8A9E",be:"\u767D\u4FC4\u7F85\u65AF\u8A9E",bg:"\u4FDD\u52A0\u5229\u4E9E\u8A9E",tn:"\u8D0A\u7D0D\u8A9E",bn:"\u5B5F\u52A0\u62C9\u8A9E",bs:"\u6CE2\u65AF\u5C3C\u4E9E\u8A9E",bo:"\u85CF\u8A9E",ca:"\u52A0\u6CF0\u862D\u8A9E",ceb:"\u5BBF\u9727\u8A9E",co:"\u79D1\u897F\u5609\u8A9E",cs:"\u6377\u514B\u8A9E",cy:"\u5A01\u723E\u65AF\u8A9E",da:"\u4E39\u9EA5\u8A9E",de:"\u5FB7\u8A9E",el:"\u5E0C\u81D8\u8A9E",en:"\u82F1\u8A9E",eo:"\u4E16\u754C\u8A9E",es:"\u897F\u73ED\u7259\u8A9E",et:"\u611B\u6C99\u5C3C\u4E9E\u8A9E",eu:"\u5DF4\u65AF\u514B\u8A9E",sa:"\u68B5\u8A9E",fa:"\u6CE2\u65AF\u8A9E",fi:"\u82AC\u862D\u8A9E",fil:"\u83F2\u5F8B\u8CD3\u8A9E",fj:"\u6590\u6FDF\u8A9E",fr:"\u6CD5\u8A9E",fy:"\u5F17\u91CC\u897F\u8A9E",ga:"\u611B\u723E\u862D\u8A9E",gd:"\u8607\u683C\u862D\u84CB\u723E\u8A9E",gl:"\u52A0\u5229\u897F\u4E9E\u8A9E",gu:"\u53E4\u5409\u62C9\u7279\u8A9E",ha:"\u8C6A\u6492\u8A9E",haw:"\u590F\u5A01\u5937\u8A9E",he:"\u5E0C\u4F2F\u4F86\u8A9E",hi:"\u5370\u5730\u8A9E",hmn:"\u82D7\u8A9E",hr:"\u514B\u7F85\u5730\u4E9E\u8A9E",ht:"\u6D77\u5730\u514B\u91CC\u5967\u723E\u8A9E",hu:"\u5308\u7259\u5229\u8A9E",hy:"\u4E9E\u7F8E\u5C3C\u4E9E\u8A9E",id:"\u5370\u5C3C\u8A9E",ig:"\u4F0A\u535A\u8A9E",is:"\u51B0\u5CF6\u8A9E",it:"\u610F\u5927\u5229\u8A9E",ja:"\u65E5\u8A9E",jw:"\u722A\u54C7\u8A9E",ka:"\u55AC\u6CBB\u4E9E\u8A9E",kk:"\u54C8\u85A9\u514B\u8A9E",km:"\u9AD8\u68C9\u8A9E",kn:"\u574E\u7D0D\u9054\u8A9E",ko:"\u97D3\u8A9E",ku:"\u5EAB\u723E\u5FB7\u8A9E",ky:"\u5409\u723E\u5409\u65AF\u8A9E",la:"\u62C9\u4E01\u8A9E",lb:"\u76E7\u68EE\u5821\u8A9E",lo:"\u8001\u64BE\u8A9E",lt:"\u7ACB\u9676\u5B9B\u8A9E",lv:"\u62C9\u812B\u7DAD\u4E9E\u8A9E",mg:"\u99AC\u62C9\u52A0\u65AF\u8A9E",mi:"\u6BDB\u5229\u8A9E",mk:"\u99AC\u5176\u9813\u8A9E",ml:"\u99AC\u62C9\u96C5\u62C9\u59C6\u8A9E",mn:"\u8499\u53E4\u8A9E",mr:"\u99AC\u62C9\u5730\u8A9E",ms:"\u99AC\u4F86\u8A9E",mt:"\u99AC\u723E\u4ED6\u8A9E",mww:"\u767D\u82D7\u8A9E",my:"\u7DEC\u7538\u8A9E",ne:"\u5C3C\u6CCA\u723E\u8A9E",nl:"\u8377\u862D\u8A9E",no:"\u632A\u5A01\u8A9E",ny:"\u9F4A\u5207\u74E6\u8A9E",otq:"\u594E\u96F7\u5854\u7F85\u5967\u6258\u7C73\u8A9E",pa:"\u65C1\u906E\u666E\u8A9E",pl:"\u6CE2\u862D\u8A9E",ps:"\u666E\u4EC0\u5716\u8A9E",pt:"\u8461\u8404\u7259\u8A9E","pt-br":"\u8461\u8404\u7259\u8A9E\uFF08\u5DF4\u897F\uFF09",ro:"\u7F85\u99AC\u5C3C\u4E9E\u8A9E",ru:"\u4FC4\u8A9E",sd:"\u4FE1\u5FB7\u8A9E",si:"\u50E7\u4F3D\u7F85\u8A9E",sk:"\u65AF\u6D1B\u4F10\u514B\u8A9E",sl:"\u65AF\u6D1B\u7DAD\u5C3C\u4E9E\u8A9E",sm:"\u85A9\u6469\u4E9E\u8A9E",sn:"\u7D39\u7D0D\u8A9E",so:"\u7D22\u99AC\u91CC\u8A9E",sq:"\u963F\u723E\u5DF4\u5C3C\u4E9E\u8A9E",sr:"\u585E\u723E\u7DAD\u4E9E\u8A9E","sr-Cyrl":"\u585E\u723E\u7DAD\u4E9E\u8A9E (\u897F\u91CC\u723E\u6587)","sr-Latn":"\u585E\u723E\u7DAD\u4E9E\u8A9E (\u62C9\u4E01\u6587)",st:"\u585E\u7D22\u6258\u8A9E",su:"\u5DFD\u4ED6\u8A9E",sv:"\u745E\u5178\u8A9E",sw:"\u65AF\u74E6\u5E0C\u91CC\u8A9E",ta:"\u6CF0\u7C73\u723E\u8A9E",te:"\u6CF0\u76E7\u56FA\u8A9E",tg:"\u5854\u5409\u514B\u8A9E",th:"\u6CF0\u8A9E",tlh:"\u514B\u6797\u8CA2\u8A9E","tlh-Qaak":"\u514B\u6797\u8CA2\u8A9E (piqaD)",to:"\u6771\u52A0\u8A9E",tr:"\u571F\u8033\u5176\u8A9E",ty:"\u5854\u5E0C\u63D0\u8A9E",ug:"\u7DAD\u543E\u723E\u8A9E",uk:"\u70CF\u514B\u862D\u8A9E",ur:"\u70CF\u723E\u90FD\u8A9E",uz:"\u70CF\u8332\u5225\u514B\u8A9E",vi:"\u8D8A\u5357\u8A9E",wyw:"\u6587\u8A00\u6587",xh:"\u79D1\u85A9\u8A9E",yi:"\u610F\u7B2C\u7DD2\u8A9E",yo:"\u7D04\u9B6F\u5DF4\u8A9E",yua:"\u5C24\u52A0\u6566\u99AC\u96C5\u8A9E",yue:"\u5EE3\u6771\u8A71 (\u50B3\u7D71)","zh-CN":"\u7C21\u9AD4\u4E2D\u6587","zh-TW":"\u7E41\u9AD4\u4E2D\u6587","zh-CN-NE":"\u6771\u5317\u8A71",zu:"\u7956\u9B6F\u8A9E","":"\u6240\u6709\u8A9E\u8A00"};var hc=[{name:"touch",shortcuts:[{command:"touchShortcutsToggleTranslatePage",type:"finger"},{command:"touchShortcutsToggleTranslationMask",type:"finger"},{command:"touchShortcutsToggleTranslatePageOnlyTranslation",type:"finger"},{command:"touchShortcutsToggleTranslateTouchElement",type:"finger"}]},{name:"main",shortcuts:["toggleTranslatePage","shareToDraft","translateInputBox"]},{name:"mouse",shortcuts:[{command:"mouseHoverHoldKey",type:"mouseHoverHoldKey"},"toggleMouseHoverTranslateDirectly"]},{name:"others",shortcuts:["toggleTranslationMask","toggleTranslateToThePageEndImmediately","toggleTranslateTheMainPage","toggleOnlyTransation","toggleTranslateTheWholePage","toggleVideoSubtitlePreTranslation"]},{name:"shortcutsForTranslationServices",shortcuts:["translateWithDeepL","translateWithGoogle","translateWithOpenAI","translateWithBing","translateWithTransmart","translateWithGemini"]}],n1=["https://immersive-translate.owenyoung.com/options/","https://immersive-translate.owenyoung.com/auth-done/","https://dash.immersivetranslate.com/","https://dash.immersivetranslate.com/auth-done/","http://localhost:8000/dist/userscript/options/","http://localhost:8000/auth-done/","http://192.168.50.9:8000/dist/userscript/options/","http://192.168.31.51:8000/dist/userscript/options/","http://192.168.1.72:8000/dist/userscript/options/","https://www.deepl.com/translator","translate.google.com","http://localhost:8000/options/","http://192.168.50.9:8000/options/","http://192.168.31.51:8000/options/","http://192.168.1.72:8000/options/"],Br="zh-CN",bc="https://immersivetranslate.com/docs/communities/",_b=[{type:"select",name:"codename",labelKey:"field.translationEngine",default:"youdao",required:!1,options:[{label:"translationServices.google",value:"google"},{label:"translationServices.deepl",value:"deepl"},{label:"translationServices.youdao",value:"youdao"},{label:"translationServices.tencent",value:"tencent"},{label:"translationServices.aliyun",value:"aliyun"},{label:"translationServices.baidu",value:"baidu"},{label:"translationServices.caiyun",value:"caiyun"},{label:"translationServices.wechat",value:"wechat"},{label:"translationServices.ibm",value:"ibm"},{label:"translationServices.azure",value:"azure"},{label:"translationServices.aws",value:"aws"}]}],yc=["caiyun","cai"],nr={bing:{name:"\u5FAE\u8F6F\u7FFB\u8BD1",homepage:"https://www.bing.com/translator"},google:{name:"Google",homepage:"https://translate.google.com/"},deepl:{name:"DeepL",homepage:"https://www.deepl.com/translator",docUrl:"https://immersivetranslate.com/docs/services/deepL/",providers:[{name:"pro",nameKey:"deepLProName",descriptionKey:"deepLProDescription",descriptionKeyForNormal:"deeplProDescriptionForNormal",descriptionLink1:"https://immersivetranslate.com/pricing"},{name:"custom",nameKey:"deepLCustomName",descriptionKey:"deepLCustomDescription",descriptionLink1:"https://www.deepl.com/translator",descriptionLink2:"https://immersivetranslate.com/docs/services/deepL/"}],allProps:[{name:"authKey",providers:["custom"],label:"Auth Key",required:!0,type:"password"}]},openai:{name:"Open AI",homepage:"https://openai.com/api/",docUrl:"https://immersivetranslate.com/docs/services/openai/",providers:[{name:"pro",nameKey:"openaiProName",descriptionKey:"openaiProDescription",descriptionKeyForNormal:"openaiProDescriptionForNormal",descriptionLink1:"https://immersivetranslate.com/pricing"},{name:"custom",nameKey:"openaiCustomName",descriptionKey:"openaiCustomDescription",descriptionLink1:"https://immersivetranslate.com/docs/services/openai/"}],allProps:[{name:"APIKEY",providers:["custom"],required:!0,type:"password"},{name:"model",labelKey:"field.model",descriptionKey:"description.model",required:!1,type:"model-select",default:"gpt-3.5-turbo-1106",providers:["custom"],options:[{providers:["custom","pro"],label:"gpt-3.5-turbo",value:"gpt-3.5-turbo"},{providers:["custom"],label:"gpt-3.5-turbo-0125",value:"gpt-3.5-turbo-0125"},{providers:["custom","pro"],label:"gpt-3.5-turbo-1106",value:"gpt-3.5-turbo-1106"},{providers:["custom","pro"],label:"gpt-3.5-turbo-0613",value:"gpt-3.5-turbo-0613"},{providers:["custom"],label:"gpt-4-1106-preview",value:"gpt-4-1106-preview"},{providers:["custom"],label:"gpt-4-0125-preview",value:"gpt-4-0125-preview"},{providers:["custom"],label:"gpt-4",value:"gpt-4"}]},{name:"limit",required:!1,labelKey:"field.limitPerSecond",descriptionKey:"description.limitPerSecond",descriptionLink1:"https://immersivetranslate.com/docs/services/openai/",type:"number",default:10,providers:["custom"]},{name:"maxTextLengthPerRequest",required:!1,labelKey:"field.maxTextLengthPerRequest",descriptionKey:"description.maxTextLengthPerRequest",type:"number",default:1200,optional:!0},{name:"maxTextGroupLengthPerRequest",required:!1,labelKey:"field.maxTextGroupLengthPerRequest",descriptionKey:"description.maxTextGroupLengthPerRequest",type:"number",default:1,optional:!0},{name:"apiUrl",labelKey:"field.apiUrl",required:!1,type:"text",default:"https://api.openai.com/v1/chat/completions",descriptionKey:"description.apiUrl",descriptionLink1:"https://immersivetranslate.com/docs/services/openai/",optional:!0,providers:["custom"]},{name:"systemPrompt",label:"System Prompt",required:!1,descriptionKey:"description.systemPrompt",type:"textarea",optional:!0,default:"You are a translation engine, you can only translate text and cannot interpret it, and do not explain."},{name:"prompt",label:"Prompt",required:!1,descriptionKey:"description.prompt",type:"textarea",default:`Translate the text to {{to}}, please do not explain any sentences, just translate or leave them as they are.: -{{text}}`,optional:!0},{name:"multiplePrompt",label:"Multiple Prompt",required:!1,descriptionKey:"description.multiplePrompt",type:"textarea",default:"",optional:!0},{name:"subtitlePrompt",label:"Subtitle Prompt",required:!1,descriptionKey:"description.subtitlePrompt",type:"textarea",default:"",optional:!0}]},yandex:{name:"Yandex",homepage:"https://translate.yandex.com/"},gemini:{name:"Gemini",homepage:"https://makersuite.google.com/",docUrl:"https://immersivetranslate.com/docs/services/gemini/",beta:!0,allProps:[{name:"APIKEY",providers:["custom"],required:!0,type:"password"},{name:"model",labelKey:"field.model",descriptionKey:"description.model",optional:!0,required:!1,type:"model-select",options:[{label:"gemini-1.0-pro-latest",value:"gemini-1.0-pro-latest"}]},{name:"limit",required:!1,optional:!0,labelKey:"field.limitPerSecond",descriptionKey:"description.generalLimitPerSecond",descriptionLink1:"https://immersivetranslate.com/docs/services/openai/",type:"number",default:1},{name:"maxTextLengthPerRequest",required:!1,labelKey:"field.maxTextLengthPerRequest",descriptionKey:"description.maxTextLengthPerRequest",type:"number",default:1200,optional:!0},{name:"maxTextGroupLengthPerRequest",required:!1,labelKey:"field.maxTextGroupLengthPerRequest",descriptionKey:"description.maxTextGroupLengthPerRequest",type:"number",default:3,optional:!0},{name:"apiUrl",labelKey:"field.apiUrl",required:!1,type:"text",default:"https://generativelanguage.googleapis.com/v1beta/models/{model}:generateContent?key={key}",descriptionKey:"description.apiUrl",descriptionLink1:"https://immersivetranslate.com/docs/services/gemini/",optional:!0},{name:"prompt",label:"Prompt",required:!1,descriptionKey:"description.prompt",type:"textarea",default:"",optional:!0},{name:"multiplePrompt",label:"Multiple Prompt",required:!1,descriptionKey:"description.multiplePrompt",type:"textarea",default:"",optional:!0},{name:"subtitlePrompt",label:"Subtitle Prompt",required:!1,descriptionKey:"description.subtitlePrompt",type:"textarea",default:"",optional:!0}]},claude:{name:"Claude",homepage:"https://www.anthropic.com/",docUrl:"https://immersivetranslate.com/docs/services/claude/",allProps:[{name:"APIKEY",providers:["custom"],required:!0,type:"password"},{name:"model",labelKey:"field.model",descriptionKey:"description.model",optional:!0,required:!1,type:"model-select",default:"claude-3-haiku-20240307",options:[{label:"claude-3-haiku-20240307",value:"claude-3-haiku-20240307"},{label:"claude-3-sonnet-20240229",value:"claude-3-sonnet-20240229"},{label:"claude-3-opus-20240229",value:"claude-3-opus-20240229"},{label:"claude-2.1",value:"claude-2.1"}]},{name:"limit",required:!1,optional:!0,labelKey:"field.limitPerSecond",descriptionKey:"description.generalLimitPerSecond",descriptionLink1:"https://immersivetranslate.com/docs/services/openai/",type:"number",default:1},{name:"maxTextLengthPerRequest",required:!1,labelKey:"field.maxTextLengthPerRequest",descriptionKey:"description.maxTextLengthPerRequest",type:"number",default:1200,optional:!0},{name:"maxTextGroupLengthPerRequest",required:!1,labelKey:"field.maxTextGroupLengthPerRequest",descriptionKey:"description.maxTextGroupLengthPerRequest",type:"number",default:10,optional:!0},{name:"apiUrl",labelKey:"field.apiUrl",required:!1,type:"text",default:"https://api.anthropic.com/v1/messages",descriptionKey:"description.apiUrl",descriptionLink1:"https://immersivetranslate.com/docs/services/claude/",optional:!0},{name:"prompt",label:"Prompt",required:!1,descriptionKey:"description.prompt",type:"textarea",default:"",optional:!0},{name:"multiplePrompt",label:"Multiple Prompt",required:!1,descriptionKey:"description.multiplePrompt",type:"textarea",default:"",optional:!0},{name:"subtitlePrompt",label:"Subtitle Prompt",required:!1,descriptionKey:"description.subtitlePrompt",type:"textarea",default:"",optional:!0}]},transmart:{name:"Transmart",homepage:"https://transmart.qq.com/"},youdao:{name:"Youdao",homepage:"https://youdao.com/",docUrl:"https://immersivetranslate.com/docs/services/youdao/",allProps:[{name:"appId",required:!0,type:"text"},{name:"appSecret",required:!0,type:"password"},{name:"limit",required:!1,labelKey:"field.limitPerSecond",descriptionKey:"description.generalLimitPerSecond",type:"number",default:5,optional:!0},{name:"maxTextLengthPerRequest",required:!1,labelKey:"field.maxTextLengthPerRequest",descriptionKey:"description.maxTextLengthPerRequest",type:"number",default:1200,optional:!0},{name:"maxTextGroupLengthPerRequest",required:!1,labelKey:"field.maxTextGroupLengthPerRequest",descriptionKey:"description.maxTextGroupLengthPerRequest",type:"number",default:200,optional:!0},{name:"domain",required:!1,labelKey:"field.domain",descriptionKey:"description.domain",descriptionLink1:"https://fanyi.youdao.com/openapi/",type:"text",default:"general",optional:!0},{name:"vocabId",required:!1,labelKey:"field.vocabId",descriptionKey:"description.vocabId",type:"text",default:"",optional:!0}]},tencent:{name:"Tencent",homepage:"https://fanyi.qq.com/",docUrl:"https://immersivetranslate.com/docs/services/tencent/",allProps:[{name:"secretId",required:!0,type:"text"},{name:"secretKey",required:!0,type:"password"}]},aliyun:{name:"Aliyun",homepage:"https://translate.alibaba.com/",docUrl:"https://immersivetranslate.com/docs/services/aliyun/",allProps:[{name:"AccessKeyID",required:!0,type:"text"},{name:"AccessKeySecret",required:!0,type:"password"},{name:"scene",labelKey:"field.scene",descriptionKey:"description.scene",descriptionLink1:"https://help.aliyun.com/document_detail/158267.html",required:!1,optional:!0,type:"text",default:"general"}]},azure:{name:"azure",homepage:"https://learn.microsoft.com/en-us/azure/cognitive-services/translator/text-translation-overview",docUrl:"https://immersivetranslate.com/docs/services/azure/",allProps:[{name:"region",required:!1,default:"eastasia",type:"text"},{name:"APIKEY",required:!0,type:"password"},{name:"apiUrl",labelKey:"field.apiUrl",required:!1,type:"text",default:"https://api.cognitive.microsofttranslator.com/",descriptionKey:"description.azureApiUrl",optional:!0}]},papago:{name:"Papago",homepage:"https://translate.google.com/",canary:!0},baidu:{name:"Baidu",homepage:"https://fanyi.baidu.com/",docUrl:"https://immersivetranslate.com/docs/services/baidu/",allProps:[{name:"appid",required:!0,type:"text"},{name:"key",required:!0,type:"password"},{name:"limit",required:!1,labelKey:"field.limitPerSecond",descriptionKey:"description.generalLimitPerSecond",type:"number",default:1,optional:!0},{name:"maxTextLengthPerRequest",required:!1,labelKey:"field.maxTextLengthPerRequest",descriptionKey:"description.maxTextLengthPerRequest",type:"number",default:1800,optional:!0},{name:"maxTextGroupLengthPerRequest",required:!1,labelKey:"field.maxTextGroupLengthPerRequest",descriptionKey:"description.maxTextGroupLengthPerRequest",type:"number",default:8,optional:!0},{name:"action",required:!1,labelKey:"field.action",descriptionKey:"description.action",descriptionLink1:"https://fanyi-api.baidu.com/doc/21",type:"boolean",default:!1,optional:!0},{name:"domain",required:!1,labelKey:"field.domain",descriptionKey:"description.baiduField",descriptionLink1:"https://fanyi-api.baidu.com/doc/22",type:"text",default:"",optional:!0}]},volc:{name:"Volc",homepage:"https://www.volcengine.com/",docUrl:"https://immersivetranslate.com/docs/services/volcano/",allProps:[{name:"accessKeyId",required:!0,type:"text"},{name:"secretAccessKey",required:!0,type:"password"},{name:"limit",required:!1,labelKey:"field.limitPerSecond",descriptionKey:"description.generalLimitPerSecond",type:"number",default:5,optional:!0},{name:"maxTextLengthPerRequest",required:!1,labelKey:"field.maxTextLengthPerRequest",descriptionKey:"description.maxTextLengthPerRequest",type:"number",default:1800,optional:!0},{name:"maxTextGroupLengthPerRequest",required:!1,labelKey:"field.maxTextGroupLengthPerRequest",descriptionKey:"description.maxTextGroupLengthPerRequest",type:"number",default:8,optional:!0}]},caiyun:{name:"Caiyun",homepage:"https://fanyi.caiyunapp.com/",docUrl:"https://immersivetranslate.com/docs/services/caiyun/",allProps:[{name:"token",required:!0,type:"password"}]},cai:{name:"Cai",homepage:"https://fanyi.caiyunapp.com/",alpha:!0},custom:{name:"Custom",beta:!0,homepage:"https://immersivetranslate.com/docs/services/custom/",titleKey:"description.custom",allProps:[{name:"url",label:"API URL",required:!0,type:"text"},{name:"langs",required:!1,labelKey:"field.langs",type:"textarea",default:"zh-CN,en",optional:!0},{name:"placeholderDelimiters",required:!1,labelKey:"field.placeholderDelimiters",type:"text",default:su,optional:!0},{name:"limit",required:!1,labelKey:"field.limitPerSecond",descriptionKey:"description.generalLimitPerSecond",type:"number",default:5,optional:!0},{name:"maxTextLengthPerRequest",required:!1,labelKey:"field.maxTextLengthPerRequest",descriptionKey:"description.maxTextLengthPerRequest",type:"number",default:1200,optional:!0},{name:"maxTextGroupLengthPerRequest",required:!1,labelKey:"field.maxTextGroupLengthPerRequest",descriptionKey:"description.maxTextGroupLengthPerRequest",type:"number",default:1,optional:!0}]},mock:{name:"Mock",homepage:"https://www.google.com"},mock2:{name:"Mock2",homepage:"https://www.google.com"},tenAlpha:{name:"TenAlpha",homepage:"https://fanyi.qq.com/",alpha:!0},you:{name:"You",alpha:!0,homepage:"https://youdao.com/"},openl:{name:"Openl",homepage:"https://openl.club/",docUrl:"https://immersivetranslate.com/docs/services/openL/",allProps:[..._b,{type:"password",name:"apikey",required:!0}],props:_b},volcAlpha:{name:"Volc Alpha",alpha:!0,homepage:"https://www.volcengine.com/"},d:{name:"D () ",canary:!0,homepage:"https://www.deepl.com/translator"},dpro:{name:"DPro (Canary) ",canary:!0,homepage:"https://www.deepl.com/translator"},deeplx:{name:"DeepLX (Beta)",beta:!0,homepage:"https://www.deepl.com/translator",allProps:[{name:"url",label:"API URL",required:!0,type:"text"},{name:"limit",required:!1,labelKey:"field.limitPerSecond",descriptionKey:"description.generalLimitPerSecond",type:"number",default:5,optional:!0},{name:"maxTextLengthPerRequest",required:!1,labelKey:"field.maxTextLengthPerRequest",descriptionKey:"description.maxTextLengthPerRequest",type:"number",default:1200,optional:!0},{name:"maxTextGroupLengthPerRequest",required:!1,labelKey:"field.maxTextGroupLengthPerRequest",descriptionKey:"description.maxTextGroupLengthPerRequest",type:"number",default:1,optional:!0}]},niu:{name:"niutrans",homepage:"https://niutrans.com/",docUrl:"https://immersivetranslate.com/docs/services/niu",allProps:[{name:"APIKEY",required:!0,type:"password"}]}},Tc={type:be+"ChildFrameToRootFrameIdentifier"},xp=["youtube","netflix","webvtt","khanacademy","bilibili","udemy","hulu","text_track","text_track_dynamic","general","live","ebutt","disneyplus","fmp4.xml","multi_attach_vtt","twitter","subsrt","xml","av"],sa=["Ctrl","Shift","Alt","Auto","Off","OtherCustom","Other"],r1=["ctrl","alt","shift","cmd","command","option","control"],vc=[{key:"/"},{key:"="},{key:";"},{key:","},{key:"."},{key:":"},{key:"space",labelKey:"spaceKey",skipForStarting:!0},{key:"none",labelKey:"noneKey",skipForTrailing:!0}],Oj=pn()?"https://dash.immersivetranslate.com/#general":"http://localhost:8000/dist/userscript/options/#general",lu="user_from_plugin",bt="user_info",Pi=pn()||tr()?"https://api2.immersivetranslate.com":"https://test-api2.immersivetranslate.com",Sc=pn()||tr()?"https://immersivetranslate.com/accounts/login?from=plugin":"https://test.immersivetranslate.com/accounts/login?from=plugin",a1=Sc+"&utm_source=extension&utm_medium=extension&utm_campaign=error_modal",i1=Sc+"&utm_source=extension&utm_medium=extension&utm_campaign=popup_more",Li=pn()||tr()?"https://immersivetranslate.com/profile":"https://test.immersivetranslate.com/profile",Fa=pn()||tr()?"https://immersivetranslate.com/pricing":"https://test.immersivetranslate.com/pricing",n7=pn()||tr()?"https://immersivetranslate.com/download/":"https://test.immersivetranslate.com/download/",r7=pn()||tr()?"https://immersivetranslate.com/topup?type=open_ai&":"https://test.immersivetranslate.com/topup?type=open_ai&",a7=pn()||tr()?"https://immersivetranslate.com/topup?type=deepl&":"https://test.immersivetranslate.com/topup?type=deepl&",zj=Fa+"?utm_source=extension&utm_medium=extension&utm_campaign=popup_more",o1=n7+"?utm_source=extension&utm_medium=extension&utm_campaign=options_nav",s1=Fa+"?utm_source=extension&utm_medium=extension&utm_campaign=popup_footer",Cc=Fa+"?utm_source=extension&utm_medium=extension&utm_campaign=error_modal",u1=r7+"utm_source=extension&utm_medium=extension&utm_campaign=error_modal",l1=a7+"utm_source=extension&utm_medium=extension&utm_campaign=error_modal",c1=Li+"?utm_source=extension&utm_medium=extension&utm_campaign=error_modal&upgradeFromTrial=true",xc="https://immersivetranslate.com/docs/usage/",d1="https://immersivetranslate.com/docs/communities/",g1=Le().TRANSLATE_FILE_URL,p1=g1+"?utm_source=extension&utm_medium=extension&utm_campaign=options_nav",m1=g1+"?utm_source=extension&utm_medium=extension&utm_campaign=float_ball";var Po=console,Ep=class{#e=performance.now();reset(){this.#e=performance.now()}stop(t){let n=performance.now(),r=Math.round(n-this.#e),a=Zn.green;r>1e4?a=Zn.red:r>1e3&&(a=Zn.yellow),Po.debug(Zn.dim(Di+" TIMING:"),t,"in",a(r+"ms")),this.#e=n}},cu=class{#e=1;get level(){return this.#e}setLevel(t){switch(t){case"debug":this.#e=0;break;case"info":this.#e=1;break;case"warn":this.#e=2;break;case"error":this.#e=3;break;case"fatal":this.#e=4;break}}debug(...t){this.#e<=0&&Po.log(Zn.dim(Di+" DEBUG:"),...t)}v(...t){this.#e<=0}info(...t){this.#e<=1&&Po.log(Zn.green(Di+" INFO:"),...t)}l(...t){this.#e<=1}warn(...t){this.#e<=2&&Po.warn(Zn.yellow(Di+" WARN:"),...t)}error(...t){this.#e<=3&&Po.error(Zn.red(Di+" ERROR:"),...t)}fatal(...t){this.#e<=4&&Po.error(Zn.red(Di+" FATAL:"),...t)}timing(){return this.level===0?new Ep:{reset:()=>{},stop:()=>{}}}},R=new cu;p();function st(){try{let e=[Le().EBOOK_BUILDER_URL,Le().EBOOK_VIEWER_URL,Le().SUBTITLE_BUILDER_URL,Le().HTML_VIEWER_URL,Le().PDF_VIEWER_URL].filter(a=>!!a),t=["app.immersivetranslate.com"];pn()||t.push("localhost:38001");let n=globalThis.location.pathname;return e.find(a=>{let i=new URL(a);return n.startsWith(i.pathname)&&t.includes(i.host)})?!1:globalThis.self!==globalThis.top}catch{return!0}}p();p();var Ec={manifest_version:3,name:"__MSG_brandName__",description:"__MSG_brandDescription__",version:"1.4.5",default_locale:"en",background:{service_worker:"background.js"},web_accessible_resources:["styles/inject.css","pdf/index.html","video-subtitle/inject.js"],content_scripts:[{matches:["","file:///*","*://*/*"],js:["content_script.js"],run_at:"document_end",all_frames:!0},{matches:["","file:///*","*://*/*"],js:["content_start.js"],run_at:"document_start",all_frames:!0}],commands:{toggleTranslatePage:{suggested_key:{default:"Alt+A"},description:"__MSG_toggleTranslatePage__"},toggleTranslateTheWholePage:{suggested_key:{default:"Alt+W"},description:"__MSG_toggleTranslateTheWholePage__"},toggleOnlyTransation:{description:"__MSG_toggleOnlyTransation__"},toggleTranslateToThePageEndImmediately:{description:"__MSG_toggleTranslateToThePageEndImmediately__"},toggleTranslateTheMainPage:{description:"__MSG_toggleTranslateTheMainPage__"},toggleTranslationMask:{description:"__MSG_toggleTranslationMask__"},shareToDraft:{description:"__MSG_shareToDraft__"},toggleMouseHoverTranslateDirectly:{description:"__MSG_toggleMouseHoverTranslateDirectly__"},translateWithOpenAI:{description:"__MSG_translateWithOpenAI__"},translateWithDeepL:{description:"__MSG_translateWithDeepL__"},translateWithGoogle:{description:"__MSG_translateWithGoogle__"},translateWithTransmart:{description:"__MSG_translateWithTransmart__"},translateWithGemini:{description:"__MSG_translateWithGemini__"},translateWithBing:{description:"__MSG_translateWithBing__"},translateInputBox:{description:"__MSG_translateInputBox__"},toggleVideoSubtitlePreTranslation:{description:"__MSG_toggleVideoSubtitlePreTranslation__"}},options_page:"options.html",options_ui:{page:"options.html",open_in_tab:!0,browser_style:!1},permissions:["storage","activeTab","contextMenus","webRequest","webRequestBlocking","declarativeNetRequestWithHostAccess","declarativeNetRequestFeedback","declarativeNetRequest"],host_permissions:[""],declarative_net_request:{rule_resources:[{id:"ruleset_1",enabled:!0,path:"rules/request_modifier_rule.json"}]},action:{default_popup:"popup.html",default_icon:{"32":"icons/32.png","48":"icons/48.png","64":"icons/64.png","128":"icons/128.png","256":"icons/256.png"}},browser_action:{default_icon:"icons/32.png",default_popup:"popup.html",theme_icons:[{dark:"icons/32.png",light:"icons/dark-32.png",size:32},{dark:"icons/48.png",light:"icons/dark-48.png",size:48},{dark:"icons/64.png",light:"icons/dark-64.png",size:64},{dark:"icons/128.png",light:"icons/dark-128.png",size:128},{dark:"icons/256.png",light:"icons/dark-256.png",size:256}]},icons:{"32":"icons/32.png","48":"icons/48.png","64":"icons/64.png","128":"icons/128.png","256":"icons/256.png"},browser_specific_settings:{gecko:{id:"{5efceaa7-f3a2-4e59-a54b-85319448e305}",strict_min_version:"63.0"},gecko_android:{strict_min_version:"113.0"}},key:"MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA7JPn78UfqI3xIIOPPLPS74UTzLfJL1gQM8hlk/deKWvFP/WqUBnPJPdhQeF45sFpI1OjO70nFqdATT4/RwYAiZK7G/E6m27MDVnhHjszfzReOuoAEn9J3RnE2xEx5pFhRFcelhnwTTLrrn90aaPcaMtNsgXtZA1Ggz/SnX9I4ZygqpJYjx3Ql2t6SyNK222oRQiKMT93Rrjgyc8RFA7FKXsWglG0TvseRjbmG5Jk5gDx+2/YTcWGqCDotQnWnkPj/dBO23UAX7IpyJK3FGYdkvWFih6OVClHIIWY8mfCjjwSGbXNQNesaa9F2hrzBZ5MRTj4m7yj76mGxuPHPIE8mwIDAQAB"};p();p();p();var wp=/iPhone/i,f1=/iPod/i,h1=/iPad/i,b1=/\biOS-universal(?:.+)Mac\b/i,Dp=/\bAndroid(?:.+)Mobile\b/i,y1=/Android/i,Lo=/(?:SD4930UR|\bSilk(?:.+)Mobile\b)/i,wc=/Silk/i,ua=/Windows Phone/i,T1=/\bWindows(?:.+)ARM\b/i,v1=/BlackBerry/i,S1=/BB10/i,C1=/Opera Mini/i,x1=/\b(CriOS|Chrome)(?:.+)Mobile/i,E1=/Mobile(?:.+)Firefox\b/i,w1=e=>typeof e<"u"&&e.platform==="MacIntel"&&typeof e.maxTouchPoints=="number"&&e.maxTouchPoints>1&&typeof globalThis.MSStream>"u";function o7(e){return t=>t.test(e)}function ut(e){let t={userAgent:"",platform:"",maxTouchPoints:0};!e&&typeof navigator<"u"?t={userAgent:navigator.userAgent,platform:navigator.platform,maxTouchPoints:navigator.maxTouchPoints||0}:typeof e=="string"?t.userAgent=e:e&&e.userAgent&&(t={userAgent:e.userAgent,platform:e.platform,maxTouchPoints:e.maxTouchPoints||0});let n=t.userAgent,r=n.split("[FBAN");typeof r[1]<"u"&&(n=r[0]),r=n.split("Twitter"),typeof r[1]<"u"&&(n=r[0]);let a=o7(n),i={apple:{phone:a(wp)&&!a(ua),ipod:a(f1),tablet:!a(wp)&&(a(h1)||w1(t))&&!a(ua),universal:a(b1),device:(a(wp)||a(f1)||a(h1)||a(b1)||w1(t))&&!a(ua)},amazon:{phone:a(Lo),tablet:!a(Lo)&&a(wc),device:a(Lo)||a(wc)},android:{phone:!a(ua)&&a(Lo)||!a(ua)&&a(Dp),tablet:!a(ua)&&!a(Lo)&&!a(Dp)&&(a(wc)||a(y1)),device:!a(ua)&&(a(Lo)||a(wc)||a(Dp)||a(y1))||a(/\bokhttp\b/i)},windows:{phone:a(ua),tablet:a(T1),device:a(ua)||a(T1)},other:{blackberry:a(v1),blackberry10:a(S1),opera:a(C1),firefox:a(E1),chrome:a(x1),device:a(v1)||a(S1)||a(C1)||a(E1)||a(x1)},any:!1,phone:!1,tablet:!1};return i.any=i.apple.device||i.android.device||i.windows.device||i.other.device,i.phone=i.apple.phone||i.android.phone||i.windows.phone,i.tablet=i.apple.tablet||i.android.tablet||i.windows.tablet,i}var Ap="DENO",Dc="CHROME",Ac="FIREFOX";function D1(e){let t=Dc;try{let n=navigator?.userAgent||"";/firefox/i.test(n)||typeof InstallTrigger<"u"?t=Ac:/deno/i.test(n)&&(t=Ap)}catch{}return e===Dc&&t===Dc||e===Ac&&t===Ac||e===Ap&&t===Ap}function kp(){return D1(Dc)}function A1(){return typeof Deno<"u"}function rr(){return D1(Ac)}function Ba(){return!!navigator.maxTouchPoints||"ontouchstart"in document.documentElement}function k1(){return!!globalThis.matchMedia("(pointer:fine)").matches}function _i(e){return!!(e?.confirmSupportMouse||globalThis.matchMedia("(pointer:fine)").matches)}function P1(){return pe()?"monkey":kp()?"chrome":rr()?"firefox":Ge()?"safari":null}p();var L1={addListener:()=>{},removeListener:()=>{},hasListener:()=>{}},_1={permissions:{contains:()=>{},request:()=>{}},runtime:{onMessage:L1,openOptionsPage:()=>{},lastError:{message:""}},storage:{sync:{get:()=>{},set:()=>{}}},tabs:{onUpdated:L1,query:()=>{},sendMessage:()=>{}}};var Z;A1()?Z=_1:Z=globalThis.immersiveTranslateBrowserAPI;var s7="";function On(){return s7||Ec.version}function Ir(){return Z.runtime.getManifest().version}p();function M1(e){return e.replace(//g,">")}p();function Qt(e){return!!(e&&e.subscription&&e.subscription.subscriptionStatus==="active")}function F1(e){if(e){let t="unknown";if(e.subscription&&e.subscription.subscriptionId&&(e.subscription.subscriptionId.startsWith("sub_")?t="stripe":t="admin"),t==="stripe")return!0}return!1}function B1(e){if(e){let t=new Date(e.createTime),n=u7(t),r="free",a="unknown";return e.subscription&&e.subscription.subscriptionStatus==="active"&&(r=e.subscription.subscriptionType),e.subscription&&e.subscription.subscriptionId&&(e.subscription.subscriptionId.startsWith("sub_")?a="stripe":a="admin"),{user_type:r,user_register_day:n,subscription_from:a}}else return null}function u7(e){try{let n=e.toLocaleString("en-US",{timeZone:"Asia/Shanghai"}).split(" ")[0];n.endsWith(",")&&(n=n.slice(0,-1));let[r,a,i]=n.split("/");return n=`${i}-${r}-${a}`,n}catch{return"unknown"}}p();p();function ye(e){if(typeof e!="string")return"auto";let t=e.toLowerCase();if(t==="und")return"auto";if(t==="zh"||t.startsWith("zh-hans"))return"zh-CN";if(t.startsWith("zh-hant")||t.startsWith("zh-hk")||t.startsWith("zh-tw"))return"zh-TW";if(t.startsWith("zh-"))return"zh-CN";if(t==="iw")return"he";if(t==="jv")return"jw";let n=Rn.map(a=>a.toLowerCase()),r=n.indexOf(t);if(r===-1)if(t.indexOf("-")>=0){t=t.split("-")[0];let a=n.indexOf(t);return a===-1?"auto":Rn[a]}else return"auto";else return Rn[r]}function At(){return ye(document?.documentElement?.lang||"en")}function du(e){if(Math.abs(e)<1024)return e+" Byte";let n=["KB","MB","GB","TB","PB","EB","ZB","YB"],r=-1;do e/=1024,++r;while(Math.abs(e)>=1024&&ru+l.text.length,0)+o.text.length>t||i.tempSentences.length>=n)&&(a.push(i),i={fromByClient:i.fromByClient,from:o.from,to:o.to,tempSentences:[],url:o.url}),(i.from!==o.from||i.to!==o.to)&&(i.tempSentences.length>0?(a.push(i),i={fromByClient:i.fromByClient,from:o.from,to:o.to,tempSentences:[],url:o.url}):(i.from=o.from,i.to=o.to)),i.tempSentences.push(o);return i.tempSentences.length>0&&a.push(i),a}function l7(e,t){let n=[],r=[];for(let a=0;a0?y1e4?a=Zn.red:r>1e3&&(a=Zn.yellow),Po.debug(Zn.dim(Di+" TIMING:"),t,"in",a(r+"ms")),this.#e=n}},cu=class{#e=1;get level(){return this.#e}setLevel(t){switch(t){case"debug":this.#e=0;break;case"info":this.#e=1;break;case"warn":this.#e=2;break;case"error":this.#e=3;break;case"fatal":this.#e=4;break}}debug(...t){this.#e<=0&&Po.log(Zn.dim(Di+" DEBUG:"),...t)}v(...t){this.#e<=0}info(...t){this.#e<=1&&Po.log(Zn.green(Di+" INFO:"),...t)}l(...t){this.#e<=1}warn(...t){this.#e<=2&&Po.warn(Zn.yellow(Di+" WARN:"),...t)}error(...t){this.#e<=3&&Po.error(Zn.red(Di+" ERROR:"),...t)}fatal(...t){this.#e<=4&&Po.error(Zn.red(Di+" FATAL:"),...t)}timing(){return this.level===0?new Ep:{reset:()=>{},stop:()=>{}}}},R=new cu;p();function st(){try{let e=[Le().EBOOK_BUILDER_URL,Le().EBOOK_VIEWER_URL,Le().SUBTITLE_BUILDER_URL,Le().HTML_VIEWER_URL,Le().PDF_VIEWER_URL].filter(a=>!!a),t=["app.immersivetranslate.com"];pn()||t.push("localhost:38001");let n=globalThis.location.pathname;return e.find(a=>{let i=new URL(a);return n.startsWith(i.pathname)&&t.includes(i.host)})?!1:globalThis.self!==globalThis.top}catch{return!0}}p();p();var Ec={manifest_version:3,name:"__MSG_brandName__",description:"__MSG_brandDescription__",version:"1.4.6",default_locale:"en",background:{service_worker:"background.js"},web_accessible_resources:["styles/inject.css","pdf/index.html","video-subtitle/inject.js"],content_scripts:[{matches:["","file:///*","*://*/*"],js:["content_script.js"],run_at:"document_end",all_frames:!0},{matches:["","file:///*","*://*/*"],js:["content_start.js"],run_at:"document_start",all_frames:!0}],commands:{toggleTranslatePage:{suggested_key:{default:"Alt+A"},description:"__MSG_toggleTranslatePage__"},toggleTranslateTheWholePage:{suggested_key:{default:"Alt+W"},description:"__MSG_toggleTranslateTheWholePage__"},toggleOnlyTransation:{description:"__MSG_toggleOnlyTransation__"},toggleTranslateToThePageEndImmediately:{description:"__MSG_toggleTranslateToThePageEndImmediately__"},toggleTranslateTheMainPage:{description:"__MSG_toggleTranslateTheMainPage__"},toggleTranslationMask:{description:"__MSG_toggleTranslationMask__"},shareToDraft:{description:"__MSG_shareToDraft__"},toggleMouseHoverTranslateDirectly:{description:"__MSG_toggleMouseHoverTranslateDirectly__"},translateWithOpenAI:{description:"__MSG_translateWithOpenAI__"},translateWithDeepL:{description:"__MSG_translateWithDeepL__"},translateWithGoogle:{description:"__MSG_translateWithGoogle__"},translateWithTransmart:{description:"__MSG_translateWithTransmart__"},translateWithGemini:{description:"__MSG_translateWithGemini__"},translateWithBing:{description:"__MSG_translateWithBing__"},translateInputBox:{description:"__MSG_translateInputBox__"},toggleVideoSubtitlePreTranslation:{description:"__MSG_toggleVideoSubtitlePreTranslation__"}},options_page:"options.html",options_ui:{page:"options.html",open_in_tab:!0,browser_style:!1},permissions:["storage","activeTab","contextMenus","webRequest","webRequestBlocking","declarativeNetRequestWithHostAccess","declarativeNetRequestFeedback","declarativeNetRequest"],host_permissions:[""],declarative_net_request:{rule_resources:[{id:"ruleset_1",enabled:!0,path:"rules/request_modifier_rule.json"}]},action:{default_popup:"popup.html",default_icon:{"32":"icons/32.png","48":"icons/48.png","64":"icons/64.png","128":"icons/128.png","256":"icons/256.png"}},browser_action:{default_icon:"icons/32.png",default_popup:"popup.html",theme_icons:[{dark:"icons/32.png",light:"icons/dark-32.png",size:32},{dark:"icons/48.png",light:"icons/dark-48.png",size:48},{dark:"icons/64.png",light:"icons/dark-64.png",size:64},{dark:"icons/128.png",light:"icons/dark-128.png",size:128},{dark:"icons/256.png",light:"icons/dark-256.png",size:256}]},icons:{"32":"icons/32.png","48":"icons/48.png","64":"icons/64.png","128":"icons/128.png","256":"icons/256.png"},browser_specific_settings:{gecko:{id:"{5efceaa7-f3a2-4e59-a54b-85319448e305}",strict_min_version:"63.0"},gecko_android:{strict_min_version:"113.0"}},key:"MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA7JPn78UfqI3xIIOPPLPS74UTzLfJL1gQM8hlk/deKWvFP/WqUBnPJPdhQeF45sFpI1OjO70nFqdATT4/RwYAiZK7G/E6m27MDVnhHjszfzReOuoAEn9J3RnE2xEx5pFhRFcelhnwTTLrrn90aaPcaMtNsgXtZA1Ggz/SnX9I4ZygqpJYjx3Ql2t6SyNK222oRQiKMT93Rrjgyc8RFA7FKXsWglG0TvseRjbmG5Jk5gDx+2/YTcWGqCDotQnWnkPj/dBO23UAX7IpyJK3FGYdkvWFih6OVClHIIWY8mfCjjwSGbXNQNesaa9F2hrzBZ5MRTj4m7yj76mGxuPHPIE8mwIDAQAB"};p();p();p();var wp=/iPhone/i,f1=/iPod/i,h1=/iPad/i,b1=/\biOS-universal(?:.+)Mac\b/i,Dp=/\bAndroid(?:.+)Mobile\b/i,y1=/Android/i,Lo=/(?:SD4930UR|\bSilk(?:.+)Mobile\b)/i,wc=/Silk/i,ua=/Windows Phone/i,T1=/\bWindows(?:.+)ARM\b/i,v1=/BlackBerry/i,S1=/BB10/i,C1=/Opera Mini/i,x1=/\b(CriOS|Chrome)(?:.+)Mobile/i,E1=/Mobile(?:.+)Firefox\b/i,w1=e=>typeof e<"u"&&e.platform==="MacIntel"&&typeof e.maxTouchPoints=="number"&&e.maxTouchPoints>1&&typeof globalThis.MSStream>"u";function o7(e){return t=>t.test(e)}function ut(e){let t={userAgent:"",platform:"",maxTouchPoints:0};!e&&typeof navigator<"u"?t={userAgent:navigator.userAgent,platform:navigator.platform,maxTouchPoints:navigator.maxTouchPoints||0}:typeof e=="string"?t.userAgent=e:e&&e.userAgent&&(t={userAgent:e.userAgent,platform:e.platform,maxTouchPoints:e.maxTouchPoints||0});let n=t.userAgent,r=n.split("[FBAN");typeof r[1]<"u"&&(n=r[0]),r=n.split("Twitter"),typeof r[1]<"u"&&(n=r[0]);let a=o7(n),i={apple:{phone:a(wp)&&!a(ua),ipod:a(f1),tablet:!a(wp)&&(a(h1)||w1(t))&&!a(ua),universal:a(b1),device:(a(wp)||a(f1)||a(h1)||a(b1)||w1(t))&&!a(ua)},amazon:{phone:a(Lo),tablet:!a(Lo)&&a(wc),device:a(Lo)||a(wc)},android:{phone:!a(ua)&&a(Lo)||!a(ua)&&a(Dp),tablet:!a(ua)&&!a(Lo)&&!a(Dp)&&(a(wc)||a(y1)),device:!a(ua)&&(a(Lo)||a(wc)||a(Dp)||a(y1))||a(/\bokhttp\b/i)},windows:{phone:a(ua),tablet:a(T1),device:a(ua)||a(T1)},other:{blackberry:a(v1),blackberry10:a(S1),opera:a(C1),firefox:a(E1),chrome:a(x1),device:a(v1)||a(S1)||a(C1)||a(E1)||a(x1)},any:!1,phone:!1,tablet:!1};return i.any=i.apple.device||i.android.device||i.windows.device||i.other.device,i.phone=i.apple.phone||i.android.phone||i.windows.phone,i.tablet=i.apple.tablet||i.android.tablet||i.windows.tablet,i}var Ap="DENO",Dc="CHROME",Ac="FIREFOX";function D1(e){let t=Dc;try{let n=navigator?.userAgent||"";/firefox/i.test(n)||typeof InstallTrigger<"u"?t=Ac:/deno/i.test(n)&&(t=Ap)}catch{}return e===Dc&&t===Dc||e===Ac&&t===Ac||e===Ap&&t===Ap}function kp(){return D1(Dc)}function A1(){return typeof Deno<"u"}function rr(){return D1(Ac)}function Ba(){return!!navigator.maxTouchPoints||"ontouchstart"in document.documentElement}function k1(){return!!globalThis.matchMedia("(pointer:fine)").matches}function _i(e){return!!(e?.confirmSupportMouse||globalThis.matchMedia("(pointer:fine)").matches)}function P1(){return pe()?"monkey":kp()?"chrome":rr()?"firefox":Ge()?"safari":null}p();var L1={addListener:()=>{},removeListener:()=>{},hasListener:()=>{}},_1={permissions:{contains:()=>{},request:()=>{}},runtime:{onMessage:L1,openOptionsPage:()=>{},lastError:{message:""}},storage:{sync:{get:()=>{},set:()=>{}}},tabs:{onUpdated:L1,query:()=>{},sendMessage:()=>{}}};var Z;A1()?Z=_1:Z=globalThis.immersiveTranslateBrowserAPI;var s7="";function On(){return s7||Ec.version}function Ir(){return Z.runtime.getManifest().version}p();function M1(e){return e.replace(//g,">")}p();function Qt(e){return!!(e&&e.subscription&&e.subscription.subscriptionStatus==="active")}function F1(e){if(e){let t="unknown";if(e.subscription&&e.subscription.subscriptionId&&(e.subscription.subscriptionId.startsWith("sub_")?t="stripe":t="admin"),t==="stripe")return!0}return!1}function B1(e){if(e){let t=new Date(e.createTime),n=u7(t),r="free",a="unknown";return e.subscription&&e.subscription.subscriptionStatus==="active"&&(r=e.subscription.subscriptionType),e.subscription&&e.subscription.subscriptionId&&(e.subscription.subscriptionId.startsWith("sub_")?a="stripe":a="admin"),{user_type:r,user_register_day:n,subscription_from:a}}else return null}function u7(e){try{let n=e.toLocaleString("en-US",{timeZone:"Asia/Shanghai"}).split(" ")[0];n.endsWith(",")&&(n=n.slice(0,-1));let[r,a,i]=n.split("/");return n=`${i}-${r}-${a}`,n}catch{return"unknown"}}p();p();function ye(e){if(typeof e!="string")return"auto";let t=e.toLowerCase();if(t==="und")return"auto";if(t==="zh"||t.startsWith("zh-hans"))return"zh-CN";if(t.startsWith("zh-hant")||t.startsWith("zh-hk")||t.startsWith("zh-tw"))return"zh-TW";if(t.startsWith("zh-"))return"zh-CN";if(t==="iw")return"he";if(t==="jv")return"jw";let n=Rn.map(a=>a.toLowerCase()),r=n.indexOf(t);if(r===-1)if(t.indexOf("-")>=0){t=t.split("-")[0];let a=n.indexOf(t);return a===-1?"auto":Rn[a]}else return"auto";else return Rn[r]}function At(){return ye(document?.documentElement?.lang||"en")}function du(e){if(Math.abs(e)<1024)return e+" Byte";let n=["KB","MB","GB","TB","PB","EB","ZB","YB"],r=-1;do e/=1024,++r;while(Math.abs(e)>=1024&&ru+l.text.length,0)+o.text.length>t||i.tempSentences.length>=n)&&(a.push(i),i={fromByClient:i.fromByClient,from:o.from,to:o.to,tempSentences:[],url:o.url}),(i.from!==o.from||i.to!==o.to)&&(i.tempSentences.length>0?(a.push(i),i={fromByClient:i.fromByClient,from:o.from,to:o.to,tempSentences:[],url:o.url}):(i.from=o.from,i.to=o.to)),i.tempSentences.push(o);return i.tempSentences.length>0&&a.push(i),a}function l7(e,t){let n=[],r=[];for(let a=0;a0?yt){let x=[];Pp(T,t,x);for(let w=0;w0&&y{let s=e.lastIndexOf(o,t);return s>i?s:i},-1);if(a===-1){let i=e.slice(0,t);if(i&&!i.trim())return;n.push({text:i,prefix:"",suffix:""}),e.length>t&&Pp(e.slice(t),t,n)}else{let i=e.slice(0,a+1);if(i&&i.trim()==="")return;i.startsWith(" ")?n.push({text:i.slice(1),prefix:" ",suffix:""}):n.push({text:i,prefix:"",suffix:""}),a+10){g.forEach(y=>{c.length>0&&y.providers&&y.providers.length>0&&!y.providers.includes(l)||(y.optional?m.push(y):f.push(y))});let h=m.concat(f).filter(y=>y.required);if(h.length>0){for(let y of h)if(!i[y.name]){u=!1;break}}}return{...a,id:t,selected:n[e]===t,ok:u,currentProvider:l,config:i,providers:a.providers||[],props:a.props||[],allProps:g,optionalProps:m,explicitProps:f}}var Mi=(e,t)=>{let{config:n}=e,r=n.alpha,a=n.beta,i=n.canary,o=n.debug,s=e.user,u=Qt(s),l=Object.keys(nr);return t!=="translationService"&&l.unshift("inherit"),l.filter(c=>{if(c==="inherit")return!0;let g=nr[c];if(c.startsWith("mock"))return o?!0:c===e.config[t];if(c===e.config[t])return!0;if(c==="openai"&&Ge())return e.config.showOpenaiOnSafari||u?!0:!!(a||r||i||u);let f=!!g.canary,m=!!g.alpha,h=!!g.beta;return c===e[t]||f&&i||m&&(r||i)||h&&(a||r||i)?!0:!m&&!h&&!f}).map(c=>_o(t,c,e))};function gu(){return([1e7]+-1e3+-4e3+-8e3+-1e11).replace(/[018]/g,e=>(e^crypto.getRandomValues(new Uint8Array(1))[0]&15>>e/4).toString(16))}function R1(e){return e.replace(/([a-zA-Z0-9]+)([\u4e00-\u9fa5]+)/g,"$1 $2").replace(/([\u4e00-\u9fa5]+)([a-zA-Z0-9]+)/g,"$1 $2")}p();var O1=be+"SyncStoreKey_";function qt(e,t){let n=O1+e;return Z.storage.sync.get(n).then(r=>r[n]===void 0?t:r[n])}function it(e,t){let n=O1+e;return Z.storage.sync.set({[n]:t})}p();var Fi=be+"CacheKey_";function Lp(e,t){let n=Fi+e;return Z.storage.local.get(n).then(r=>r[n]===void 0?t:r[n])}function c7(){let e=Z.storage.local.refresh;e&&e()}function _p(e,t){let n=Fi+e;return Z.storage.local.get(n).then(r=>{if(r[n]===void 0)return t;let{value:a,expired:i}=r[n];return i&&ir.startsWith(Fi)).filter(r=>r!==Fi+bt);if(n.length>0)return Z.storage.local.remove(n)}}var ot={get:Lp,set:Fp,getExpired:_p,setExpired:Mp,remove:Bp,clear:Ip,refresh:c7};p();var z1=["*://*/*","*","*://*"],U1="immersive-translate-wildcard-placeholder.com";function Rp(e,t){try{let n=[];if(!t||(t&&!Array.isArray(t)?n=[t]:n=t,n.length===0))return null;if(n.some(s=>z1.includes(s)))return e;let r=new URL(e);r.hash="",r.search="";let a=r.href,i=r.hostname,o=r.port;if(n&&n.length>0){let s=n.find(u=>{if(!u)return!1;if(u===i)return!0;if(z1.includes(u))return!0;if(!u.includes("*")&&u.includes("://")){try{let l=new URL(u);if(l.pathname==="/"&&!u.endsWith("/")){let c=l.hostname===i,g=l.port===o;return l.port?c&&g:c}else return g7(a,u)}catch{}return!1}else{let l,c=u;if(u.includes("://")){let T=u.split("://");l=T[0],l==="*"&&T.length>1&&(l="*",u="https://"+T[1])}else l="*",u="https://"+u;let g=u.replace(/\*/g,U1),f;try{f=new URL(g)}catch{return R.debug("invalid match pattern",g,"raw match value:",c),!1}let m=f.host,h=f.pathname;h==="/"&&(c.replace("://","").includes("/")||(h="/*"));let y=d7(l+":",N1(m),N1(h));if(y){let T=new URL(a);return y.test(T.href)}else return!1}});if(s)return s}return null}catch{return null}}function N1(e){return e.replaceAll(U1,"*")}function d7(e,t,n){let r="^";return e==="*:"?r+="(http:|https:|file:)":r+=e,r+="//",t&&(e==="file:"||(t==="*"?r+="[^/]+?":(t.match(/^\*\./)&&(r+="[^/]*?",t=t.substring(1)),r+=t.replace(/\./g,"\\.").replace(/\*/g,"[^/]*")))),n?n==="*"||n==="/*"?r+="(/.*)?":n.includes("*")?(r+=n.replace(/\*/g,".*?"),r+="/?"):r+=n.replace(/[-[\]{}()*+?.,\\^$|#\s]/g,"\\$&"):r+="/?",r+="$",new RegExp(r)}function _t(e,t){return Rp(e,t)!==null}function g7(e,t){let n=new URL(e),r=new URL(t);return n.hostname===r.hostname&&n.pathname===r.pathname&&n.protocol===r.protocol&&n.port===r.port}p();p();var q1=be+"StoreKey_";function la(e,t){let n=q1+e;return Z.storage.local.get(n).then(r=>r[n]===void 0?t:r[n])}function j1(e,t){let n=q1+e;return Z.storage.local.set({[n]:t})}p();p();p();p();function H1(e,t){return[e,!e||e.endsWith("/")?"":"/",t,".json"].join("")}function Op(e,t){let n=e;return t&&Object.keys(t).forEach(r=>{let a=t[r];if(a===void 0)return;let i=p7(r);if(typeof a=="object"||i){let o=a;i&&typeof o=="string"&&(o={tag:"a",href:o,target:"_blank",class:"immersive-translate-link"});let s=`<${r}>`,u=n.indexOf(s);if(u!==-1){let l=o.tag||"a",c=n.indexOf(``);if(c!==-1){let g=n.substring(u+s.length,c),f=Object.keys(o).filter(m=>m!=="tag").map(m=>`${m}="${o[m]}"`).join(" ");n=n.replace(`${s}${g}`,`<${l} ${f}>${g}`)}}}else if(a){let o=new RegExp("{"+r+"}","gm");n=n.replace(o,a.toString())}}),n}function pu(e,t,n){let r=e[t];if(!r)return n;if(!n)return"";let a=n.split("."),i="";do{i+=a.shift();let o=r[i];o!==void 0&&(typeof o=="object"||!a.length)?(r=o,i=""):a.length?i+=".":r=n}while(a.length);return r}function Rr(e,t,n,r,a){if(!e.hasOwnProperty(n))return t;let i=pu(e,n,t);return i===t&&n!==r&&(i=pu(e,r,t)),Op(i,a)}function p7(e){if(typeof e=="number")return!0;if(e){let t=parseInt(e);return!isNaN(t)}else return!1}function jt(e,t,n){return Rr(rn,t,e.config.interfaceLanguage,"en",n)}p();function W1(e,t){let n=new Date(e),r=n.getFullYear().toString(),a=(n.getMonth()+1).toString().padStart(2,"0"),i=n.getDate().toString().padStart(2,"0"),o=n.getHours().toString().padStart(2,"0"),s=n.getMinutes().toString().padStart(2,"0"),u=n.getSeconds().toString().padStart(2,"0");return t.replace("YYYY",r).replace("MM",a).replace("DD",i).replace("HH",o).replace("mm",s).replace("ss",u)}function K1(e){return new Date(e).getTime()}var Q=class extends Error{status;constructor(t,n){if(t&&n){super(n),this.name=t;return}super(t)}initNetWork(t){return t&&(this.status=t),this}initStack(t){return t&&(this.stack=t),this}initData(t){return this.data=t,this}data;uiConfig(t){if(!this.message)return{};let n=null;if(n=this.handleProQuota(t)||this.handleUnavailableError(t)||this.handleProUser(t)||this.handleServiceMissingConfig(t)||this.handleNetwork(t)||this.handleFetchError(t),!n){let r=jt.bind(null,t),a=this.getErrorMsg();n={type:"error",title:r("networkError"),errMsg:r("error.serveUnavailable",{serverName:r("translationServices."+t.translationService),1:"https://dash.immersivetranslate.com/#general",2:"https://immersivetranslate.com/pricing/?utm_source=extension&utm_medium=webpage&utm_campaign=service_error",3:"https://immersivetranslate.com/pricing/?utm_source=extension&utm_medium=webpage&utm_campaign=service_error"})+"

"+r("errorReason",{message:a}),action:"changeService"}}return n}getErrorMsg(){return this.status?this.status<0?this.message:`${this.status}: ${this.message}`:this.message}handleUnavailableError(t){let n=jt.bind(null,t),r=this.message.startsWith("bingAuth"),a=this.data?.translationService==="transmart"&&this.message.startsWith("Server is busy now");if(r||a)return this.message=this.message.replace("bingAuth:",""),{type:"network",title:n("networkError"),errMsg:n("error.serveUnavailable",{serverName:n("translationServices."+t.translationService),1:"https://dash.immersivetranslate.com/#general",2:"https://immersivetranslate.com/pricing/?utm_source=extension&utm_medium=webpage&utm_campaign=service_error",3:"https://immersivetranslate.com/pricing/?utm_source=extension&utm_medium=webpage&utm_campaign=service_error"})+"

"+n("errorReason",{message:this.message}),action:"changeService"}}handleServiceMissingConfig(t){let n=jt.bind(null,t);if(this.message.endsWith(" are required")||this.message.includes("You didn't provide an API key"))return{type:"configError",title:n("error.serveConfigError"),errMsg:this.getErrorMsg()+"

"+n("error.reloadPageOfSetting"),action:"setting"}}handleNetwork(t){let n=jt.bind(null,t),r="retry",a="network",i=n("networkError");if(!this.status||this.status<0)return;let o=this.getErrorMsg();return this.status===429?this.data?.translationService=="google"?o=`${n("error.googleLimitIp")}

${o}`:this.data?.translationService=="openai"&&(this.message.indexOf("Limit: 3 / min")>=0||this.message.includes("rate_limit_exceeded")&&this.message.includes("Limit 3"))?o=`${n("error.openAIFreeLimit")}

${o}`:this.data?.translationService=="openai"&&this.message.includes("You exceeded your current quota")?o=`${n("error.openAIExceededQuota")}

${o}`:this.data?.translationService=="gemini"&&this.message.includes("RESOURCE_EXHAUSTED")?o=`${n("error.gemini.429")}

${o}`:o=`${n("error.429")}

${o}`:this.status===403?this.data?.translationService=="claude"?o=`${n("error.claude.403")}

${o}`:o=`${n("error.403")}

${o}`:this.status===400?o=`${n("error.400")}

${o}`:this.status===502?o=`${n("error.502")}

${o}`:this.status===404&&o.includes("User subscription not found")&&(o=`${n("error.subscriptionExpired")}

${o}`,r="setting",a="configError",i=n("error.subscriptionExpiredTitle")),{type:a,title:i,errMsg:o,action:r}}handleFetchError(t){let n=jt.bind(null,t);if(this.status!==-999)return;let r=this.getErrorMsg();return{type:"network",title:"",errMsg:n("error.serveUnavailable",{serverName:n("translationServices."+t.translationService),1:"https://dash.immersivetranslate.com/#general",2:"https://immersivetranslate.com/pricing/?utm_source=extension&utm_medium=webpage&utm_campaign=service_error",3:"https://immersivetranslate.com/pricing/?utm_source=extension&utm_medium=webpage&utm_campaign=service_error"})+"

"+n("errorReason",{message:r}),action:"changeService"}}handleProUser(t){let n=jt.bind(null,t);if(!(this.data?.translationService!=="openai"&&this.data?.translationService!=="deepl")){if(this.message.indexOf("token invalid")>=0||this.message.indexOf("Login required")>=0)return{type:"notLogin",title:n("notLoginPro"),errMsg:n("error.proTokenInvalid"),action:"login"};if(this.message.indexOf("activate Pro")>=0)return t.user?{type:"upgrade",title:n("upgradeToProErrorTitle"),errMsg:n("error.proUpgrade"),action:"upgrade"}:{type:"notLogin",title:n("notLoginPro"),errMsg:n("error.proTokenInvalid"),action:"login"}}}handleProQuota(t){if(!this.message.startsWith("ProQuota:")||!t.user?.subscription)return;let n=jt.bind(null,t);this.message=this.message.replace("ProQuota:","");let r=this.message;try{r=JSON.parse(this.message).error}catch{}let a=t.user.subscription,{subscriptionType:i,isTrial:o,openAITokenUsedCountResetTime:s,subscriptionTo:u}=a;return{type:"ProQuotaExceeded",title:"",errMsg:c.call(this),action:"retry"};function c(){let g=this.data?.translationService=="deepl"?"OpenAI":"Deepl",f=this.data?.translationService=="deepl"?"Deepl":"OpenAI",m=n("errorReason",{message:r});if(i=="onetime_7day")m+=n("proQuotaExceededError.onetime7day",{anotherService:g,brandId:ee,href:Cc});else{let h="";f=="OpenAI"?h=u1:h=l1,o?m+=n("proQuotaExceededError.trial",{anotherService:g,brandId:ee,href:c1}):m+=n("proQuotaExceededError.nonTrial",{anotherService:g,brandId:ee,href:h,translationService:f}),!o&&(a.cancelAtPeriodEnd==="false"||K1(u)>s)&&(m+=n("proQuotaExceededError.resetTime",{resetTime:W1(s,"YYYY-MM-DD HH:mm:ss")}))}return m}}};async function Tr(e){let t;if(e&&e.retry&&e.retry>0)try{t=await Xd(G1.bind(null,e),{multiplier:2,maxAttempts:e.retry})}catch(n){throw n&&n.name==="RetryError"&&n.cause?n.cause:n}else t=await G1(e);return t}async function G1(e){e.body;let{url:t,responseType:n,...r}=e;n||(n="json"),r={mode:"cors",...r};let a=!0;e.fetchPolyfill&&(a=!1);let i=e.fetchPolyfill||fetch,o=3e4;if(e.timeout&&(o=e.timeout),a){let u=new AbortController,l=u.signal;setTimeout(()=>{u.abort()},o),r.signal=l}let s;try{s=await i(t,r)}catch(u){R.debug("fetch error",t,u);let l=u.message||"Unknown Error";throw new Q("fetchError",l).initNetWork(-999).initStack(u.stack)}if(s.ok&&s.status>=200&&s.status<400){if(n==="json")return await s.json();if(n==="text")return await s.text();if(n==="raw"){let u=await s.text(),l=Object.fromEntries([...s.headers.entries()]),c=s.url;return c||(s.headers.get("X-Final-URL")?c=s.headers.get("X-Final-URL"):c=t),{body:u,headers:l,status:s.status,statusText:s.statusText,url:c}}else if(n==="stream"){let u="",l;if(s.body&&s.body instanceof ReadableStream)for await(let c of m7(s.body)){let g=new TextDecoder().decode(c);u+=g;let f;for(;(f=u.indexOf(` -`))>=0;){let m=u.slice(0,f).trim();if(u=u.slice(f+1),m.startsWith("event:")||m==="")continue;let h="";if(m.startsWith("data:")&&(h=m.slice(5).trim()),h==="[DONE]")break;let y;try{y=JSON.parse(h??"")}catch(T){R.debug("json error",T);continue}l=y}}return l}}else{let u;try{u=await s.text()}catch(m){R.error("parse response failed",m)}u&&R.error("fail response",u);let l="";u&&(l=u.slice(0,500));let c=l,f=new URL(t).hostname.endsWith(".immersivetranslate.com");throw t.endsWith("edge.microsoft.com/translate/auth")&&(c="bingAuth:"+l),f&&l.includes("quota exceeded")&&(c="ProQuota:"+l),new Q("fetchError",c).initNetWork(s.status)}}async function*m7(e){let t=e.getReader();try{for(;;){let{done:n,value:r}=await t.read();if(n)return;yield r}}finally{t.releaseLock()}}p();var f7=new Map;function kc(e){let t=h7(64),n=new CustomEvent(Fb,{detail:JSON.stringify({...e,type:"ask",id:t})});return document.dispatchEvent(n),new Promise((r,a)=>{f7.set(t,(i,o)=>{i?a(i):r(o)})})}function h7(e){let t="",n="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789",r=n.length,a=0;for(;a{let o=r.from,s=r.to,u,l,c;a.tab&&a.tab.id&&(u=a.tab.id,o=`${o}:${u}`,l=a.tab.url,c=a.tab.active),this.logger.debug(`${r.to} received message [${r.payload.method}] from ${r.from}`,r.payload.data?r.payload.data:" ");let g=Np(s),{type:f,name:m}=g;if(f!==t)return!1;let h=Np(o),T=mu.get(f).get(m);if(!T)return this.logger.debug(`no message handler for ${f}:${s}, but it's ok`),!1;let{messageHandler:b,sync:x}=T,w={type:t,name:h.name,id:u,url:l,active:c};if(x){try{let L=b(r.payload,w);i({ok:!0,data:L})}catch(L){i({ok:!1,errorName:L.name,errorMessage:L.message,errorDetails:L.details,errorStatus:L.status})}return!1}else return b(r.payload,w).then(L=>{i({ok:!0,data:L})}).catch(L=>{i({ok:!1,errorName:L.name,errorMessage:L.message,errorDetails:L.message,errorStatus:L.status})}),!0}))}getConnection(t,n,r){let a=!1;r&&r.sync&&(a=!0);let i=this.fromType,o=mu.get(i);if(o.has(t))return o.get(t).connectionInstance;{let s=new zp(`${i}:${t}`,this.logger);return mu.get(i).set(t,{messageHandler:n,sync:a,connectionInstance:s}),s}}},zp=class{from;logger;constructor(t,n){this.from=t,this.logger=n}async sendMessage(t,n){let r=Np(t),{type:a,id:i}=r;if(a!=="content_script"){let o={to:t,from:this.from,payload:n};this.logger.debug(`${o.from} send message [${o.payload.method}] to ${o.to}`,o.payload.data?o.payload.data:" ");try{let s=await Z.runtime.sendMessage(o);return V1(o,s,this.logger)}catch(s){if(a==="popup"){let u=`popup ${t} is not active, so the message does not send, ignore this error, ${JSON.stringify(n)}`;return this.logger.debug(u,n,t,s),Promise.resolve({message:u})}else throw s}}else{let o={from:this.from,to:t,payload:n};this.logger.debug(`${o.from} send message [${o.payload.method}] to ${o.to}`,o.payload.data?o.payload.data:" ");let s=await Z.tabs.sendMessage(i,o);return V1(o,s,this.logger)}}};function V1(e,t,n){if(t){if(t.ok)return n.debug(`${e.from} received response from ${e.to}:`,t.data?t.data:" "),t.data;throw new Q(t.errorName||"UnknownError",t.errorMessage||"Unknown error").initNetWork(t.errorStatus)}else throw new Q("noResponse","Unknown error")}function Np(e){let t=e.split(":");if(t.length<2)throw new Error("not a valid to string");let n={type:t[0],name:t[1]};if(t[0]==="content_script"){let r=parseInt(t[2]);if(!isNaN(r))n.id=r;else throw new Error("tab id not a valid number")}return n}p();var b7="";function Mo(){return b7||globalThis.navigator.userAgent}function Up(){return Mo().includes("ImtFxiOS")}function $1(){let t=Mo().match(/ImtFxiOS\/(\d+\.\d+\.\d+)/);return t?t[1]:null}function y7(){return Mo().includes("ImtFxAndroid")}function Y1(){let e=Mo();return/ImtFxAndroid\/(\d+\.\d+\.\d+)\/google/.test(e)}function Q1(){let t=Mo().match(/ImtFxAndroid\/(\d+\.\d+\.\d+)/);return t?t[1]:null}function fu(){let e=Mo();if(Up()||y7()){let t=e.match(/Imt[\w/.]+/);if(t){let n=t[0].split("/"),r=n[0];return n[2]&&(r+="_"+n[2]),{name:r,version:n[1]}}}return null}var Pc;function T7(){return Pc||(Pc=new ca("content_script",!1).getConnection("pure_main",()=>{}),Pc)}var Z1="G-MKMD9LWFTR";async function Bi(e){try{let t=Le(),n=t.INSTALL_FROM==="firefox_store";if(fu()?.name?.startsWith("ImtFx")&&(n=!1),n)return;let a=pe(),i=st(),o=t.PROD==="1",s="sitc4WmvShWYwfU0dANM3Q",u=await qt("fakeUserId","");u||(u=await la("fakeUserId",""),u&&await it("fakeUserId",u));let l=On(),c=new Date,g=await qt("installedAt","");g||(g=await la("installedAt",""),g&&await it("installedAt",g)),u?g||(g=new Date(0).toISOString(),await it("installedAt",g)):(u=v7(32),await it("fakeUserId",u)),g||(g=c.toISOString(),await it("installedAt",g));let f=new Date(g),m=J1(f),h=J1(c),y=m===h,T=c.getTime()-f.getTime()<7*24*60*60*1e3,b=`https://www.google-analytics.com/mp/collect?measurement_id=${Z1}&api_secret=${s}`;o||(b=`https://www.google-analytics.com/debug/mp/collect?measurement_id=${Z1}&api_secret=${s}`);let x="";typeof navigator<"u"&&(x=window.navigator.userAgent);let w=po.parse(x),L=e.map(C=>{let v=C.params||{};if(w.os&&(v.os_name=w.os.name||"unknown",v.os_version=w.os.version||"unknown",v.os_version_name=w.os.versionName||"unknown"),w.browser){v.browser_name=w.browser.name||"unknown",v.browser_version=w.browser.version||"unknown";let A=fu();A&&(v.browser_name=A.name,v.browser_version=A.version)}return w.platform&&(v.platform_type=w.platform.type||"unknown"),w.engine&&(v.engine_name=w.engine.name||"unknown",v.engine_version=w.engine.version||"unknown"),l&&(v.version=l),t.INSTALL_FROM&&(v.install_from=t.INSTALL_FROM),m&&(v.install_day=S7(f)),v.userscript=a.toString(),y?v.is_new_user_today="1":v.is_new_user_today="0",T?v.is_new_user_this_week="1":v.is_new_user_this_week="0",i?v.main_frame=0:v.main_frame=1,{...C,params:v}}),M=await Lc({responseType:"text",url:b,method:"POST",body:JSON.stringify({client_id:u,user_id:u,events:L})})}catch{}}function v7(e){let t="",n="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789",r=n.length,a=0;for(;a",""],limit:5},custom:{placeholderDelimiters:["{","}"]},bing:{maxTextLengthPerRequest:1800,requestTimeout:1e4,retry:1,placeholderDelimiters:["","","b"]},yandex:{maxTextLengthPerRequest:1e3,requestTimeout:1e4,retry:1,placeholderDelimiters:["","","b"]},deeplx:{limit:3,placeholderDelimiters:["@","#"]},d:{immediateTranslationTextCount:0,placeholderDelimiters:["@","#"]},papago:{placeholderDelimiters:["{","}"]},dpro:{apiUrl:"https://api.deepl.com/jsonrpc"},ai:{env:{imt_source_field:"text",imt_trans_field:"text",imt_sub_source_field:"source",imt_sub_trans_field:"translation",imt_yaml_item:`- id: {{id}} +`))>=0;){let m=u.slice(0,f).trim();if(u=u.slice(f+1),m.startsWith("event:")||m==="")continue;let h="";if(m.startsWith("data:")&&(h=m.slice(5).trim()),h==="[DONE]")break;let y;try{y=JSON.parse(h??"")}catch(T){R.debug("json error",T);continue}l=y}}return l}}else{let u;try{u=await s.text()}catch(m){R.error("parse response failed",m)}u&&R.error("fail response",u);let l="";u&&(l=u.slice(0,500));let c=l,f=new URL(t).hostname.endsWith(".immersivetranslate.com");throw t.endsWith("edge.microsoft.com/translate/auth")&&(c="bingAuth:"+l),f&&l.includes("quota exceeded")&&(c="ProQuota:"+l),new Q("fetchError",c).initNetWork(s.status)}}async function*m7(e){let t=e.getReader();try{for(;;){let{done:n,value:r}=await t.read();if(n)return;yield r}}finally{t.releaseLock()}}p();var f7=new Map;function kc(e){let t=h7(64),n=new CustomEvent(Fb,{detail:JSON.stringify({...e,type:"ask",id:t})});return document.dispatchEvent(n),new Promise((r,a)=>{f7.set(t,(i,o)=>{i?a(i):r(o)})})}function h7(e){let t="",n="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789",r=n.length,a=0;for(;a{let o=r.from,s=r.to,u,l,c;a.tab&&a.tab.id&&(u=a.tab.id,o=`${o}:${u}`,l=a.tab.url,c=a.tab.active),this.logger.debug(`${r.to} received message [${r.payload.method}] from ${r.from}`,r.payload.data?r.payload.data:" ");let g=Np(s),{type:f,name:m}=g;if(f!==t)return!1;let h=Np(o),T=mu.get(f).get(m);if(!T)return this.logger.debug(`no message handler for ${f}:${s}, but it's ok`),!1;let{messageHandler:b,sync:x}=T,w={type:t,name:h.name,id:u,url:l,active:c};if(x){try{let L=b(r.payload,w);i({ok:!0,data:L})}catch(L){i({ok:!1,errorName:L.name,errorMessage:L.message,errorDetails:L.details,errorStatus:L.status})}return!1}else return b(r.payload,w).then(L=>{i({ok:!0,data:L})}).catch(L=>{i({ok:!1,errorName:L.name,errorMessage:L.message,errorDetails:L.message,errorStatus:L.status})}),!0}))}getConnection(t,n,r){let a=!1;r&&r.sync&&(a=!0);let i=this.fromType,o=mu.get(i);if(o.has(t))return o.get(t).connectionInstance;{let s=new zp(`${i}:${t}`,this.logger);return mu.get(i).set(t,{messageHandler:n,sync:a,connectionInstance:s}),s}}},zp=class{from;logger;constructor(t,n){this.from=t,this.logger=n}async sendMessage(t,n){let r=Np(t),{type:a,id:i}=r;if(a!=="content_script"){let o={to:t,from:this.from,payload:n};this.logger.debug(`${o.from} send message [${o.payload.method}] to ${o.to}`,o.payload.data?o.payload.data:" ");try{let s=await Z.runtime.sendMessage(o);return V1(o,s,this.logger)}catch(s){if(a==="popup"){let u=`popup ${t} is not active, so the message does not send, ignore this error, ${JSON.stringify(n)}`;return this.logger.debug(u,n,t,s),Promise.resolve({message:u})}else throw s}}else{let o={from:this.from,to:t,payload:n};this.logger.debug(`${o.from} send message [${o.payload.method}] to ${o.to}`,o.payload.data?o.payload.data:" ");let s=await Z.tabs.sendMessage(i,o);return V1(o,s,this.logger)}}};function V1(e,t,n){if(t){if(t.ok)return n.debug(`${e.from} received response from ${e.to}:`,t.data?t.data:" "),t.data;throw new Q(t.errorName||"UnknownError",t.errorMessage||"Unknown error").initNetWork(t.errorStatus)}else throw new Q("noResponse","Unknown error")}function Np(e){let t=e.split(":");if(t.length<2)throw new Error("not a valid to string");let n={type:t[0],name:t[1]};if(t[0]==="content_script"){let r=parseInt(t[2]);if(!isNaN(r))n.id=r;else throw new Error("tab id not a valid number")}return n}p();var b7="";function Mo(){return b7||globalThis.navigator.userAgent}function Up(){return Mo().includes("ImtFxiOS")}function $1(){let t=Mo().match(/ImtFxiOS\/(\d+\.\d+\.\d+)/);return t?t[1]:null}function y7(){return Mo().includes("ImtFxAndroid")}function Y1(){let e=Mo();return/ImtFxAndroid\/(\d+\.\d+\.\d+)\/google/.test(e)}function Q1(){let t=Mo().match(/ImtFxAndroid\/(\d+\.\d+\.\d+)/);return t?t[1]:null}function fu(){let e=Mo();if(Up()||y7()){let t=e.match(/Imt[\w/.]+/);if(t){let n=t[0].split("/"),r=n[0];return n[2]&&(r+="_"+n[2]),{name:r,version:n[1]}}}return null}var Pc;function T7(){return Pc||(Pc=new ca("content_script",!1).getConnection("pure_main",()=>{}),Pc)}var Z1="G-MKMD9LWFTR";async function Bi(e){try{let t=Le(),n=t.INSTALL_FROM==="firefox_store";if(fu()?.name?.startsWith("ImtFx")&&(n=!1),n)return;let a=pe(),i=st(),o=t.PROD==="1",s="sitc4WmvShWYwfU0dANM3Q",u=await qt("fakeUserId","");u||(u=await la("fakeUserId",""),u&&await it("fakeUserId",u));let l=On(),c=new Date,g=await qt("installedAt","");g||(g=await la("installedAt",""),g&&await it("installedAt",g)),u?g||(g=new Date(0).toISOString(),await it("installedAt",g)):(u=v7(32),await it("fakeUserId",u)),g||(g=c.toISOString(),await it("installedAt",g));let f=new Date(g),m=J1(f),h=J1(c),y=m===h,T=c.getTime()-f.getTime()<7*24*60*60*1e3,b=`https://www.google-analytics.com/mp/collect?measurement_id=${Z1}&api_secret=${s}`;o||(b=`https://www.google-analytics.com/debug/mp/collect?measurement_id=${Z1}&api_secret=${s}`);let x="";typeof navigator<"u"&&(x=window.navigator.userAgent);let w=po.parse(x),L=e.map(C=>{let v=C.params||{};if(w.os&&(v.os_name=w.os.name||"unknown",v.os_version=w.os.version||"unknown",v.os_version_name=w.os.versionName||"unknown"),w.browser){v.browser_name=w.browser.name||"unknown",v.browser_version=w.browser.version||"unknown";let A=fu();A&&(v.browser_name=A.name,v.browser_version=A.version)}return w.platform&&(v.platform_type=w.platform.type||"unknown"),w.engine&&(v.engine_name=w.engine.name||"unknown",v.engine_version=w.engine.version||"unknown"),l&&(v.version=l),t.INSTALL_FROM&&(v.install_from=t.INSTALL_FROM),m&&(v.install_day=S7(f)),v.userscript=a.toString(),y?v.is_new_user_today="1":v.is_new_user_today="0",T?v.is_new_user_this_week="1":v.is_new_user_this_week="0",i?v.main_frame=0:v.main_frame=1,{...C,params:v}}),M=await Lc({responseType:"text",url:b,method:"POST",body:JSON.stringify({client_id:u,user_id:u,events:L})})}catch{}}function v7(e){let t="",n="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789",r=n.length,a=0;for(;a",""],limit:5},custom:{placeholderDelimiters:["{","}"]},bing:{maxTextLengthPerRequest:1800,requestTimeout:1e4,retry:1,placeholderDelimiters:["","","b"]},yandex:{maxTextLengthPerRequest:1e3,requestTimeout:1e4,retry:1,placeholderDelimiters:["","","b"]},deeplx:{limit:3,placeholderDelimiters:["@","#"]},d:{immediateTranslationTextCount:0,placeholderDelimiters:["@","#"]},papago:{placeholderDelimiters:["{","}"]},dpro:{apiUrl:"https://api.deepl.com/jsonrpc"},ai:{env:{imt_source_field:"text",imt_trans_field:"text",imt_sub_source_field:"source",imt_sub_trans_field:"translation",imt_yaml_item:`- id: {{id}} {{imt_source_field}}: {{text}}`,imt_subtitle_yaml_item:`- id: {{id}} {{imt_sub_source_field}}: {{text}}`,normal_result_yaml_example:`Example request: - id: 1 @@ -5334,11 +5334,11 @@ Translate the content to {{to}} Language: ? ?-\\|\\d+\\|- ? -?`]},azure:{placeholderDelimiters:["@","#"]},you:{placeholderDelimiters:["@","#"]},openl:{placeholderDelimiters:["@","#"]},niu:{placeholderDelimiters:["@","#"]}},shortcuts:{toggleTranslatePage:"Alt+A",toggleTranslateTheWholePage:"Alt+W",toggleOnlyTransation:"",toggleTranslateToThePageEndImmediately:"",toggleTranslationMask:"",shareToDraft:"",toggleMouseHoverTranslateDirectly:""},tempTranslateDomainMinutes:0,translationParagraphLanguagePattern:{matches:["onboarding.immersivetranslate.com","www.reddit.com","old.reddit.com","twitter.com","www.tumblr.com","*.twitter.com","medium.com","*.medium.com","github.com","gist.github.com","www.facebook.com","www.youtube.com","m.youtube.com","read.readwise.io","www.inoreader.com","mail.google.com","google.com","discord.com","*.instagram.com","instagram.com","web.telegram.org","web.whatsapp.com","*.slack.com","*.indeed.com","outlook.live.com","https://bsky.app","store.steampowered.com","test-app.immersivetranslate.com","app.immersivetranslate.com"],excludeMatches:[],selectorMatches:["meta[property='al:ios:url'][content^='medium://']"],selectorExcludeMatches:[]},sourceLanguageUrlPattern:{},selectTranslationFont:"",translationFonts:["Microsoft YaHei","SimSun","NSimSun","SimHei","Microsoft JhengHei","KaiTi","FangSong","PingFang SC","STHeiti","STKaiti","STSong","STFangsong","STZhongsong","STHupo","STXinwei","STLiti","STXingkai","Hiragino Sans GB","Lantinghei SC","Hanzipen SC","Hannotate SC","Songti SC","Wawati SC","Weibei SC","Xingkai SC","Yapi SC","Yuanti SC","Arial Unicode MS","MingLiU-ExtB","Malgun Gothic","Arial","Calibri","Cambria","Candara","Consolas","Constantia","Corbel","Courier New","Georgia","Lucida Console","MingLiU","PMingLiU","MingLiU_HKSCS","Meiryo","MS Gothic","MS PGothic","MS UI Gothic","MS Mincho","MS PMincho","Segoe UI","Segoe UI Symbol","Tahoma","Times New Roman","Trebuchet MS","Verdana","Gulim","Dotum","Batang","Gungsuh","San Francisco","Helvetica Neue","Hiragino Mincho ProN","Hiragino Kaku Gothic ProN","Yu Gothic","Yu Mincho","Geeza Pro","Al Nile","Tehran","Devanagari MT","Kohinoor Devanagari","Apple SD Gothic Neo","Nanum Gothic"],generalRule:{_comment:"",isTranslateWhenServiceChanged:!0,glossaries:[{k:"LLM",v:""},{k:"LLMs",v:""}],excludeRegexps:["(<\\\\/?[a-zA-Z0-9]+(?:[^>]*?)>)","(||||||||||
|
)"],detectionServiceOrder:["google","bing","transmart"],detectParagraphLanguage:!1,paragraphFirstLetterFontSize:35,toastErrorMinTimes:20,enableSubtitle:!1,"subtitle.autoEnableSubtitle":!1,disableNewTextTranslate:!1,skipEditableCheck:!1,mutationObserverLimitTargetSelectors:[],condition:{},normalizeBody:"",inputExecCommandDeleteEnable:!1,inputConfig:{clearContentEnable:!0,execCommandDeleteEnable:!1},mutationExcludeSelectors:["span.highlighter--highlighted","span.highlighter-ext","mark","msreadoutspan","rw-highlight","web-highlight","font.immersive-translate-target-wrapper *","pre",".uacc-clickable"],mutationExcludeContainsSelectors:["msreadoutspan","[class*='rgh-seen-']","[isInvalidTag]","mh","body","relin-hc"],atomicBlockSelectors:["relin-hc"],shareConfig:{injectCss:!0,removeSelectors:["noscript","script"]},mutationConfig:{consumeTimeout:100,buildTimeout:100,checkSelfUpdate:!0},useIframePostMessage:!1,searchEnhancementConfig:[],injectedCss:[],isOnBoardingPage:!1,isEbook:!1,isEbookBuilder:!1,ignoreZhCNandZhTW:!1,showSponsorOnSafari:!1,noTranslateRegexp:["^\\d+.+ago$","^\\d+\\s+MIN\\s+READ$"],waitForSelectors:[],isInjectOptionsUrl:!1,isInjectVersion:!1,isInjectMeta:!1,waitForSelectorsTimeout:3e3,pairs:{},aiRule:{},subtitleRule:{isInject:!0,autoEnableSubtitle:!1,preTranslation:!1,humanPreferred:!0,disabled:!1,hookType:"xhr",showQuickButton:!0,backgroundColor:"#080808",backgroundOpacity:"75",sourceTextColor:"#FFFFFF",translationTextColor:"#FFFFFF",sourceFontSize:"100",translationMode:"dual",translationPosition:"bottom",translationFontSize:"100",translateGroupCount:5,velocityGroup:[1,3,20]},bodyRule:{enable:!0,maxBodyScreenLength:25,articleChildTags:["P"],articleChildTagsNum:4,bodyIsRoot:!1,humanPreferred:!0,preTranslation:!0,xpathRule:["name:P"]},isSubtitleBuilder:!1,minZIndex:0,initTranslationServiceAsSoonAsPossible:!0,targetWrapperTag:"font",additionalInjectedCss:[],isTranslateTitle:!0,enableSearchEnhancement:!1,searchEnhancementSelector:"#rhs",languageDetectMinTextCount:50,wrapperPrefix:"smart",wrapperSuffix:"smart",isPdf:!1,pdfUrlExtractRule:{},isTransformPreTagNewLine:!1,urlChangeDelay:50,mutationChangeDelay:10,mainFrameMinTextCount:50,mainFrameMinWordCount:5,visibleDelay:0,additionalStayOriginalSelectors:["span.katex","span.notranslate",".MathJax_Preview",".MathJax",".MathJax_SVG",'[aria-labelledby^="MathJax-SVG"]',".mwe-math-element","span[translate=no]","em[translate=no]","code[translate=no]","span.math.inline","span.math.display",".ltx_Math",".mathjax-block",".MathJax_CHTML","kbd","span.pretex-inline","span.math-inline",".reference-citations"],translationBlockStyle:"",isShowUserscriptPagePopup:!0,observeUrlChange:!1,paragraphMinTextCount:4,paragraphMinWordCount:2,shadowRootSelectors:[],blockMinTextCount:24,blockMinWordCount:4,asideMaxTextCount:1e3,asideMaxWordCount:200,asideMaxTextCountPerParagraph:67,asideMaxWordCountPerParagraph:12,lineBreakMaxTextCount:0,globalAttributes:{},inputTutorialsText:"",inputTutorialsSelectors:[],globalMeta:{},globalStyles:{},initialGlobalAttributes:{},initialSelectorGlobalAttributes:{header:{translate:"no"},"footer:last-of-type":{translate:"no"},"nav:last-of-type":{translate:"no"},nav:{translate:"no"}},selectors:[],preWhitespaceDetectedTags:["DIV","SPAN"],stayOriginalSelectors:[],additionalSelectors:["h1","section h2","section h3","section h4","main h2","main h3","main h4",".article-title",".article-subtitle",".article_title",".article_subtitle",".article__title",".articleTitle",".Article__content",".titleLink",".summary",".headline",".page-content","aside.note","aside.article-comments","aside.onebox"],atomicBlockTags:[],excludeSelectors:[],additionalExcludeSelectors:['[contenteditable="true"]',".uacc-clickable","#monica-content-root","#immersive-translate-popup",".social-share",".breadcrumbs",".post__footer",".btn",".share-nav",".o-share","[data-toolbar=share]","rp","rt",".prism-code",".rc-CodeBlock","[role=code]","#omni-extension",".omni-item","div[data-paste-markdown-skip]","table.highlight","div[class^=codeBlockContent]","div[class^=codeBlockLines]","div[class^=token-line]","#liuchan-window > .liuchan-container > *",".material-icons","i.fa","i[class^=fa-]",".notranslate","[translate=no]",".navmenu-container",".google-symbols","h1 br","h2 br","h3 br","h4 br","table thead"],translationClasses:[],excludeTags:["TITLE","LINK","SCRIPT","STYLE","TEXTAREA","SVG","svg","G","NOSCRIPT","BUTTON","BASE","HR","PRE","KBD","WBR","RT","RP","META","MATH","TTS-SENTENCE","AIO-CODE","RELIN-TARGET"],bodyTranslateTags:["FOOTER","ASIDE","BUTTON","NAV"],forceTranslateTags:[],metaTags:["META","SCRIPT","STYLE","NOSCRIPT"],additionalExcludeTags:[],stayOriginalTags:["CODE","TT","IMG","SUP","SUB","SAMP","math","semantics","mrow","mo","mfrac","msup","mi","mn","msqrt","d-math"],additionalStayOriginalTags:[],inlineTags:["A","ABBR","FONT","ACRONYM","B","INS","DEL","RUBY","RP","RB","BDO","MARK","BIG","RT","NOBR","CITE","DFN","EM","I","LABEL","Q","S","SMALL","SPAN","STRONG","SUB","SUP","U","KBD","TT","VAR","IMG","CODE","SCRIPT","STYLE","LINK","TIME","META","WBR","RELIN-HC","RELIN-HIGHLIGHT","RELIN-ORIGIN","RELIN-TARGET","XQDD_HIGHLIGHT_NEW_WORD","NOBR","RW-HIGHLIGHT","HYPOTHESIS-HIGHLIGHT"],additionalInlineTags:[],extraInlineSelectors:["p > a span","p > span a span"],additionalInlineSelectors:[".MathJax_Preview",".MathJax",".highlighter--highlighted",".rw-highlight","ruby *"],extraBlockSelectors:["turbo-frame","readme-toc","#hs_cos_wrapper_post_body","#hs_cos_wrapper_post_body","option","ul > li"],allBlockTags:["BODY","HGROUP","CONTENT","ADDRESS","ARTICLE","ASIDE","DETAILS","BLOCKQUOTE","SELECT","OPTION","CANVAS","DD","DL","DT","FIELDSET","FIGCAPTION","FIGURE","FOOTER","HEADER","FORM","HR","MAIN","SUMMARY","NAV","NOSCRIPT","PRE","SECTION","TABLE","TFOOT","UL","VIDEO","P","DIV","H1","H2","H3","H4","H5","H6","UL","LI","OL","BR","PICTURE","TBODY","TR","TD","TH","SOURCE","C-WIZ","BUTTON","TURBO-FRAME","README-TOC"],mutationObserverContainerSelectors:[],pdfNewParagraphLineHeight:2.4,pdfNewParagraphIndent:1.2,pdfNewParagraphIndentRightIndentPx:130,fingerCountToToggleTranslagePageWhenTouching:4,fingerCountToToggleTranslationMaskWhenTouching:0,fingerCountToToggleTranslagePageOnlyTranslationWhenTouching:0,touchShortcutsToggleTranslatePage:"fingers.4",touchShortcutsToggleTranslationMask:"touchShortcutsOff",touchShortcutsToggleTranslatePageOnlyTranslation:"touchShortcutsOff",touchShortcutsToggleTranslateTouchElement:"touchShortcutsOff",touchShortcutsToggleTranslateTouchElementPreferenceKey:"slide.left",mouseHoverHoldKey:"Off",mouseHoverPreferenceKey:"Ctrl"},rules:[{id:"isSubtitleBuilder",isSubtitleBuilder:!0,pageType:"subtitleBuilder",selectorMatches:["meta[name='immersive-translate-subtitle-builder'][content='true']"],pairs:{".source-text":".target-text"},paragraphMinTextCount:4,paragraphMinWordCount:2,isTranslateTitle:!1,wrapperPrefix:"",wrapperSuffix:"","bodyRule.add":{enable:!1}},{id:"isEbook",isEbook:!0,pageType:"ebookReader",isTranslateTitle:!1,urlChangeDelay:200,selectorMatches:["meta[name='immersive-translate-ebook-viewer'][content='true']"],injectedCss:[".immersive-translate-target-translation-block-wrapper {display:block;}"],excludeSelectors:["#drop-target","#drop-target h1","#side-bar","h1#side-bar-title"],extraInlineSelectors:["span.dropcaps"],"bodyRule.add":{enable:!1},paragraphMinTextCount:4,paragraphMinWordCount:2,blockMinTextCount:1,blockMinWordCount:1,containerMinTextCount:1,wrapperPrefix:"
",targetWrapperTag:"span"},{id:"pdf",isPdf:!0,isTranslateTitle:!1,pageType:"pdfReader",selectorMatches:["meta[name='immersive-translate-pdf-viewer'][content='true']"],matches:["https://app.immersivetranslate.com/pdf","https://app.immersivetranslate.com/pdf/","https://app.immersivetranslate.com/pdf/*","http://localhost:38001/pdf*"],"additionalExcludeSelectors.remove":['[contenteditable="true"]'],isTranslateWhenServiceChanged:!1,translationMode:"translation",skipEditableCheck:!0,selectors:["p"],"bodyRule.add":{enable:!1},injectedCss:[".immersive-translate-target-wrapper {display: contents!important;position:absolute;}",".immersive-translate-target-wrapper br {display: none;!important;}",".immersive-translate-target-wrapper span {position: relative;!important;}",".immersive-translate-error-wrapper {padding:0px !important;margin:0px !important;}","font {line-height: 0!important;}"],globalAttributes:{"[class='textLayer']":{translate:"no"}},mutationExcludeContainsSelectors:["font.immersive-translate-target-wrapper"],"shareConfig.add":{removeSelectors:["noscript","script",".toolbar","#sidebarContainer",'[class="page"]',".editorParamsToolbar",".image-mode",".im_db",".im_cb"]},wrapperPrefix:"",isInjectVersion:!0},{id:"sci-hub.pdfWebPage",matches:["sci-hub.*"],waitForSelectorsTimeout:1,pdfUrlExtractRule:{selector:"#pdf",attribute:"src"}},{id:"common.pdfWebPage",waitForSelectorsTimeout:1,selectorMatches:["embed[type='application/pdf']"]},{id:"isEbookBuilder",matches:["https://app.immersivetranslate.com/ebook/make/","http://localhost:38001/ebook/make/"],isEbookBuilder:!0,pageType:"ebookBuilder",toastErrorMinTimes:500,isTranslateWhenServiceChanged:!1,isTranslateTitle:!1,targetWrapperTag:"span",selectorMatches:["meta[name='immersive-translate-ebook-builder'][content='true']"],injectedCss:[".immersive-translate-target-translation-block-wrapper {display:block;}"],globalMeta:{},excludeSelectors:["h1.notranslate","#drop-target","#drop-target h1","#side-bar","h1#side-bar-title","#tool",".Code"],"bodyRule.add":{enable:!1},isInjectMeta:!0,paragraphMinTextCount:4,paragraphMinWordCount:2,blockMinTextCount:1,blockMinWordCount:1,containerMinTextCount:1,wrapperPrefix:"
"},{id:"immersiveTranslateIosOnBoarding",selectorMatches:["meta[name=immersiveTranslateIosOnBoarding]"],initialGlobalAttributes:{"input#immersiveTranslateDetectedSlot":{value:"true"}},isInjectOptionsUrl:!0,isInjectVersion:!0,isInjectMeta:!0},{id:"immersiveTranslateIosOnBoardingStep1",selectorMatches:["meta[name=immersiveTranslateIosOnBoardingStep1]"],isOnBoardingPage:!0,isInjectOptionsUrl:!0,isInjectVersion:!0,isInjectMeta:!0},{id:"immersivePreview",matches:["https://immersivetranslate.com/preview*","https://test.immersivetranslate.com/preview*","https://immersivetranslate.com/drafts*","https://test.immersivetranslate.com/drafts*"],isInjectVersion:!0,isInjectMeta:!0,waitForSelectorsTimeout:1},{id:"pro-pdf",matches:["https://*.immersivetranslate.com/pdf-pro*"],pageType:"pdfProReader","excludeSelectors.add":["table"],isInjectVersion:!0,isInjectMeta:!0,waitForSelectorsTimeout:1},{id:"immersive",matches:["https://immersivetranslate.com","https://test.immersivetranslate.com","https://onboarding.immersivetranslate.com","https://app.immersivetranslate.com","https://test-app.immersivetranslate.com","http://localhost:38001"],isInjectVersion:!0,isInjectMeta:!0,waitForSelectorsTimeout:1},{id:"simpread",selectorMatches:"div.simpread-read-root.simpread-read-root-show > sr-read",mainFrameSelector:"div.simpread-read-root.simpread-read-root-show > sr-read"},{id:"txt",matches:["*://*/*.txt","file://*/*.txt"],selectorMatches:["body > pre"],"mutationExcludeSelectors.add":["body"],isTransformPreTagNewLine:!0,"excludeTags.remove":["PRE"]},{id:"hangejp",matches:["arad.hange.jp","arad.nexon.co.jp","oapi.dingtalk.com","login.dingtalk.com"],useIframePostMessage:!1},{id:"preSites",matches:["mail.jabber.org","antirez.com","patchwork.kernel.org","lists.apache.org","manned.org","bugs.webkit.org","bugzilla.mozilla.org","lwn.net/Articles/*","docs.haproxy.org","man.freebsd.org","www.oreilly.com/openbook/opensources/book/*","gamefaqs.gamespot.com"],isTransformPreTagNewLine:!0},{id:"wikipedia",matches:"*.wikipedia.org",paragraphMinWordCount:2,paragraphMinTextCount:4,injectedCss:[".immersive-translate-target-translation-block-wrapper { display: block; }"],excludeSelectors:[".mw-editsection",".mw-cite-backlink","#p-lang-btn","#right-navigation","#p-associated-pages",".vector-header"],stayOriginalSelectors:[".chemf",".mwe-math-element","[role=math]",".nowrap"],extraInlineSelectors:[".chemf",".mwe-math-element","[role=math]",".nowrap"],"bodyRule.add":{bodySelector:"#content",articleSelector:"#bodyContent"}},{id:"twitter",matches:["twitter.com","mobile.twitter.com","tweetdeck.twitter.com","pro.twitter.com","https://platform.twitter.com/embed*"],additionalStayOriginalSelectors:['[data-testid="tweetText"] a',"[data-testid='UserDescription'] a","[data-testid='HoverCard'] a","[data-testid='UserCell'] a","[data-testid='birdwatch-pivot'] a"],blockMinTextCount:0,blockMinWordCount:0,excludeSelectors:["[aria-describedby][role=button]","header","[data-testid='radioGroupplayback_rate'] div","[data-testid='userFollowIndicator']","[class='css-901oao r-14j79pv r-37j5jr r-n6v787 r-16dba41 r-1cwl3u0 r-bcqeeo r-qvutc0']","[class='css-175oi2r r-1wbh5a2 r-dnmrzs']"],extraBlockSelectors:['[data-testid="tweetText"] div.r-6koalj'],extraInlineSelectors:['[data-testid="tweetText"] div.r-xoduu5','[data-testid="tweetText"] span','[data-testid="UserDescription"] div',"[data-testid='HoverCard'] div[dir=auto] div","[data-testid='HoverCard'] span[dir=auto] div"],globalStyles:{"[data-testid='card.layoutLarge.detail'] > div:nth-child(2)":"-webkit-line-clamp: unset;","[data-testid='card.layoutSmall.detail'] > div:nth-child(2)":"-webkit-line-clamp: unset;","[data-testid='tweetText']":"-webkit-line-clamp: unset;"},ignoreZhCNandZhTW:!0,isTranslateTitle:!1,useIframePostMessage:!1,observeUrlChange:!1,paragraphMinTextCount:2,paragraphMinWordCount:1,selectors:['[data-testid="tweetText"]',".tweet-text",".js-quoted-tweet-text","[data-testid='card.layoutSmall.detail'] > div:nth-child(2)","[data-testid='developerBuiltCardContainer'] > div:nth-child(2)","[data-testid='card.layoutLarge.detail'] > div:nth-child(2)","[data-testid='cellInnerDiv'] div[data-testid='UserCell'] > div> div:nth-child(2)","[data-testid='UserDescription']","[data-testid='HoverCard'] div[dir=auto]","[data-testid='HoverCard'] span[dir=auto]","[data-testid='HoverCard'] [role='dialog'] div[dir=ltr]","[data-testid='birdwatch-pivot'] div[dir=ltr]"],"subtitleRule.add":{type:"live",isInject:!1,injectedCss:["#layers[style='z-index: 1;'] [style='height: 100px;'] { height: 400px !important; }"],liveSubtitleRule:{containerSelector:".css-175oi2r.r-13awgt0.r-1pi2tsx.r-13qz1uu > [role='listbox']",reportSelector:".css-175oi2r.r-1awozwy.r-173mn98.r-1mf7evn.r-7e3msg",textSelectors:[".css-1rynq56.r-bcqeeo.r-qvutc0.r-37j5jr.r-a023e6.r-16dba41.r-dhbnww.r-1pb70le"],mutationChangeDelay:1e3}},"subtitleRule.add_v.[1.2.1]":{type:"twitter",videoPlayerSelector:"video",loadingStyle:"bottom: unset; top: 5%;",injectedCss:["#layers[style='z-index: 1;'] [style='height: 100px;'] { height: 400px !important; }","video::cue {white-space: pre-line;}"]}},{id:"threads",matches:"www.threads.net",selectors:["p",".x1npkx4u.x1exu5d8",".xw7yly9",".xgkxs2y",".x1xdureb.xqti54a.x13vxnyz",".xqti54a.x13vxnyz.x49hn82.xcrlgei.x889kno"],stayOriginalSelectors:[".x1rg5ohu",".xat24cr.xdj266r a"],"excludeSelectors.add":[".x6s0dn4.x78zum5",".xpvyfi4.x1npkx4u.x1ms6mhf"],globalStyles:{span:"max-height:unset;-webkit-line-clamp:unset;height:unset;white-space:unset;"}},{id:"stackoverflow",matches:["stackoverflow.com","*.stackexchange.com","superuser.com","askubuntu.com","serverfault.com"],extraBlockSelectors:["span.comment-copy"],globalStyles:{".s-post-summary--content-excerpt":"-webkit-line-clamp:unset;"},"excludeSelectors.add":[".votecell","header","#footer","#question-header + div","div.postcell div.mb0","div[id^=comments-link-]","#answers-header",".new-post-login",".form-submit","a[href='/questions/ask']","#left-sidebar","a.comment-user","span.comment-date","div.s-prose.js-post-body + div",".bottom-notice","div[data-campaign-name=stk]",".s-post-summary--stats",".s-post-summary--meta"],paragraphMinTextCount:4,paragraphMinWordCount:2},{id:"appleDeveloper",matches:"developer.apple.com/documentation/*",selectors:[".container","h3.title","div.content"]},{id:"hackerNews",matches:"news.ycombinator.com",selectors:[".titleline > a",".comment > .commtext",".toptext","a.hn-item-title",".hn-comment-text",".hn-story-title"],excludeSelectors:[".reply"]},{id:"quora",matches:["*.quora.com","quora.com"],excludeSelectors:[".dom_annotate_multifeed_bundle_AskQuestionPromptBundle",".dom_annotate_feed_switcher","[class='q-box qu-py--small qu-color--gray_light']","[class='q-box spacing_log_answer_header']","[class='q-box qu-flex--auto']","[class='q-text qu-dynamicFontSize--small qu-mt--small qu-color--gray_light qu-passColorToLinks']",".AnswerFooter___StyledFlex-sc-2xbo88-0","[class='q-box qu-mb--small']"],globalStyles:{".qu-truncateLines--3":"-webkit-line-clamp: unset;"}},{id:"oldReddit",matches:["old.reddit.com/*/.compact","old.reddit.com/.compact","www.reddit.com/*/.compact","www.reddit.com/.compact"],selectors:[".title > a",".usertext-body"],detectParagraphLanguage:!0},{id:"otherOldReddit",matches:"old.reddit.com",selectors:["p.title > a","[role=main] .md-container"],detectParagraphLanguage:!0},{id:"redditList",matches:["https://www.reddit.com/r/*/comments/*/*","https://www.reddit.com/","https://www.reddit.com/hot/","https://www.reddit.com/new/","https://www.reddit.com/top/"],excludeMatches:["https://www.reddit.com/r/*/wiki/*"],observeUrlChange:!0,selectors:["h1",".PostHeader__post-title-line","[data-click-id=body] h3","[data-click-id=background] h3","[data-testid=comment]","[data-adclicklocation='title'] h3","[data-adclicklocation=media]","[data-testid='post-title-text']",".PostContent",".post-content",".Comment__body","faceplate-batch .md","[slot=comment]",".RichTextJSON-root","[slot=title]","[slot=text-body]","p.title > a","[role=main] .md-container"],detectParagraphLanguage:!0,globalStyles:{"div.XPromoBottomBar":"display:none","[class*='line-clamp']":"-webkit-line-clamp: unset"},waitForSelectors:["[data-testid=post_author_link]"],"inputConfig.add":{clearContentEnable:!1}},{id:"reddit",matches:"www.reddit.com",selectors:["#search-results-tab-slot","h1",".PostHeader__post-title-line","[data-click-id=body] h3","[data-click-id=background] h3","[data-testid=comment]","[data-adclicklocation='title'] h3","[data-testid='post-title-text']","[slot=comment]","[data-adclicklocation=media]",".PostContent",".post-content",".Comment__body","faceplate-batch .md","[slot=text-body]","p.title > a","[role=main] .md-container","#-post-rtjson-content",".RichTextJSON-root","[slot='title']"],excludeSelectors:[".text-neutral-content-weak"],paragraphMinTextCount:5,paragraphMinWordCount:2,excludeMatches:["https://www.reddit.com/r/*/wiki/*","https://www.reddit.com/settings/*"],detectParagraphLanguage:!0,globalStyles:{"div.XPromoBottomBar":"display:none","[class*='line-clamp']":"-webkit-line-clamp: unset"}},{id:"reuters",matches:"www.reuters.com",excludeSelectors:["[promotext]","[data-testid=Leaderboard]","[data-testid=HomeTickerV2]","[data-testid=SiteFooter]","[class^=refinitiv-promo-bar__container]","[data-testid=ResponsiveAdSlot]","[data-testid=SiteHeader]","[data-testid=HomeTickerV2]"]},{id:"npmjs",matches:"https://www.npmjs.com/package/*",selectors:["#tabpanel-readme > div:first-child"]},{id:"github",matches:"github.com",useIframePostMessage:!1,excludeMatches:["https://github.com/*/*/settings","https://github.com/settings/*","https://github.com/sponsors/*","https://github.com/readme/*","https://github.com/readme/","https://github.com/features/*","https://github.com/customer-stories/*"],mutationExcludeSelectors:[".react-blob-sticky-header *"],selectors:["h1","[aria-label=Issues] .markdown-title","[aria-labelledby=discussions-list] .markdown-title","h3 .markdown-title",".markdown-body",".Layout-sidebar p","div > span.search-match","li.repo-list-item p","#responsive-meta-container p","article p","div.repo-description p","[itemprop=description]",".integrations-auth-wrapper",".new-feed-onboarding-notice","article section[aria-label='card content'] > div > div > div > div:nth-child(2)",".TimelineItem-body .Link--primary",'[role="navigation"] p'],atomicBlockSelectors:["[itemprop=description]"],excludeSelectors:[".css-truncate","[data-test-selector='commit-tease-commit-message']","[data-test-selector='create-branch.developmentForm']","div.Box-header.position-relative","div.blob-wrapper-embedded","div.Box.Box--condensed.my-2","div.jp-CodeCell",'[aria-label="Account"] .markdown-title',".js-repos-container .markdown-title","a.anchor","div.file-navigation + div.Box"],extraBlockSelectors:[],extraInlineSelectors:["g-emoji","a.anchor"],stayOriginalTags:["CODE","TT","G-EMOJI","IMG","SUP","SUB"],detectParagraphLanguage:!0,globalStyles:{".TimelineItem-body .Link--primary":"-webkit-line-clamp: unset;"}},{id:"github-blog",matches:["github.blog"],injectedCss:["font {word-break: break-all !important;}"]},{id:"githubNotebook",matches:"notebooks.githubusercontent.com",useIframePostMessage:!1,excludeSelectors:["div.jp-CodeCell"]},{id:"facebook",matches:"www.facebook.com",excludeMatches:["https://www.facebook.com/business/*","https://www.facebook.com/help*"],selectors:["div[dir=auto][style]","div[dir=auto][class]","span[lang]"],atomicBlockSelectors:["div[dir=auto][style]","div[dir=auto][class]","span[lang]"],insertPosition:"afterend",preWhitespaceDetectedTags:["DIV","SPAN"],extraBlockSelectors:["span.x1vvkbs"],excludeSelectors:["[role=button]"],translationClasses:["immersive-translate-text"],detectParagraphLanguage:!0},{id:"youtubeMobile",matches:"m.youtube.com",selectors:[".comment-text","#content-text",".media-item-headline",".slim-video-information-title",".yt-spec-button-view-model",".yt-core-attributed-string > span",".title"],shareConfig:{injectCss:!1,removeSelectors:["iron-iconset-svg","iframe","ytd-watch-next-secondary-results-renderer","noscript","script"]},"mutationConfig.add":{checkSelfUpdate:!1},"excludeTags.remove":["BUTTON"],additionalExcludeSelectors:[".ytp-caption-window-container","text"],"subtitleRule.add":{type:"youtube",subtitleUrlRegExp:"(/api/timedtext|videoplayback\\?expire.*text)",translateSelectors:[".caption-window",".caption-visual-line"],videoPlayerSelector:".html5-video-player.playing-mode,.html5-video-player.paused-mode",loadingContainerSelector:".ytp-caption-window-container",videoADSelector:".ytp-ad-player-overlay",injectedCss:["#player-shorts-container .ytp-caption-window-bottom {top: 40px; bottom: unset!important;}"],videoSelector:".html5-video-player.playing-mode video,.html5-video-player.paused-mode video",translationOnlyPattern:["m.youtube.com/watch*","m.youtube.com/embed*","m.youtube.com/shorts*"],attachRule:{appendSelector:".html5-video-player.playing-mode,.html5-video-player.paused-mode",injectedCSS:[".imt-caption-container {z-index:40;}"],injectedGlobalCSS:[".caption-window {display: none;} ","shorts-video #immersive-translate-caption-window { height: 150px;}"]}},wrapperPrefix:"",wrapperSuffix:"",observeUrlChange:!0,atomicBlockSelectors:[".comment-text"],globalStyles:{".comment-text":"max-height:unset;",".media-item-headline":"max-height:unset;-webkit-line-clamp:unset;"},injectedCss:[".immersive-translate-target-wrapper img { width: 16px; height: 16px }"],extraBlockSelectors:[".caption-visual-line"]},{id:"youtube",matches:"www.youtube.com",blockMinTextCount:0,blockMinWordCount:0,detectParagraphLanguage:!0,lineBreakMaxTextCount:0,shareConfig:{injectCss:!1,removeSelectors:["iron-iconset-svg","iframe","ytd-watch-next-secondary-results-renderer","noscript","script"]},"additionalExcludeSelectors.add":[".ytp-caption-window-container","text"],globalStyles:{"#video-title":"-webkit-line-clamp: unset;max-height: unset;","h1.ytd-watch-metadata":"-webkit-line-clamp: unset;max-height: unset;","yt-formatted-string#video-title":"-webkit-line-clamp: unset;max-height: unset;","ytd-expander.ytd-comment-renderer":"--ytd-expander-max-lines: 1000;"},injectedCss:[".immersive-translate-target-wrapper img { width: 16px; height: 16px }",".metadata-snippet-container {max-height: unset !important;}",".immersive-translate-target-wrapper {text-align: left;}",".immersive-translate-target-wrapper[dir=rtl] {text-align: right;}"],isTranslateTitle:!1,observeUrlChange:!0,selectors:["yt-formatted-string[slot=content].ytd-comment-renderer","yt-formatted-string.ytd-video-renderer","yt-formatted-string#content-text","h1","yt-formatted-string#video-title","yt-formatted-string.span","span#video-title","a#video-title","yt-formatted-string.ytd-transcript-segment-renderer","#description-inline-expander > yt-attributed-string > span","yt-attributed-string > span","ytd-notification-renderer .message","#message",".yt_to_text_transcript_text"],extraBlockSelectors:["yt-formatted-string.ytd-transcript-segment-renderer",".caption-visual-line"],"subtitleRule.add":{type:"youtube",subtitleUrlRegExp:"(/api/timedtext|videoplayback\\?expire.*text)",translateSelectors:[".caption-window",".caption-visual-line"],videoPlayerSelector:".html5-video-player.playing-mode,.html5-video-player.paused-mode",loadingContainerSelector:".ytp-caption-window-container",videoADSelector:".ytp-ad-player-overlay",translationOnlyPattern:["www.youtube.com/watch*","www.youtube.com/embed*","www.youtube.com/shorts*"],subtitleButtonSelector:".html5-video-player.playing-mode .ytp-subtitles-button,.html5-video-player.paused-mode .ytp-subtitles-button",languageSelector:".ytp-menuitem-label",injectedCss:["#shorts-player .ytp-caption-window-bottom {top: 2%; bottom: unset!important;} #immersive-translate-quick-button-container {font-size: 12px;z-index:1001;}"],quickButtonRule:{appendSelector:".ytp-chrome-controls",insertBeforeSelector:".ytp-right-controls"},videoSelector:".html5-video-player.playing-mode video,.html5-video-player.paused-mode video",attachRule:{appendSelector:".html5-video-player.playing-mode,.html5-video-player.paused-mode",injectedCSS:[".imt-caption-container {z-index:40;}",".imt-caption-window {margin-bottom: 2%}"],injectedGlobalCSS:[".caption-window {display: none;} ","#shorts-player #immersive-translate-caption-window { height: 20%;}",".html5-video-player:not(.ytp-autohide) #immersive-translate-caption-window {bottom: 60px;}"]}},urlChangeDelay:2e3,wrapperPrefix:"
",wrapperSuffix:""},{id:"tvYoutube",matches:"tv.youtube.com","subtitleRule.add":{type:"youtube",preTranslation:!0,humanPreferred:!1,subtitleUrlRegExp:"(/api/timedtext|videoplayback\\?expire.*text)",translateSelectors:[".caption-window",".caption-visual-line"],videoPlayerSelector:".html5-video-player.playing-mode,.html5-video-player.paused-mode",loadingContainerSelector:".ytp-caption-window-container",videoADSelector:".ytp-ad-player-overlay",translationOnlyPattern:["tv.youtube.com/watch*"],subtitleButtonSelector:".ytp-subtitles-button",languageSelector:".ytp-menuitem-label",injectedCss:["#shorts-player .ytp-caption-window-bottom {top: 2%; bottom: unset!important;} #immersive-translate-quick-button-container {font-size: 12px;z-index:1001;}"],quickButtonRule:{appendSelector:".ypcs-control-buttons-right",insertBeforeSelector:".ypcs-control-buttons-right .ypcs-volume-control-slot"},videoSelector:".html5-video-player.playing-mode video,.html5-video-player.paused-mode video",attachRule:{appendSelector:".html5-video-player.playing-mode,.html5-video-player.paused-mode",injectedCSS:[".imt-caption-container {z-index:40;}",".imt-caption-window {margin-bottom: 2%;}"],injectedGlobalCSS:[".caption-window {display: none;} ","#shorts-player #immersive-translate-caption-window { height: 20%;}",".html5-video-player:not(.ytp-autohide) #immersive-translate-caption-window {bottom: 60px;}"]}}},{id:"youtube-subtitle",matches:["www.youtube-nocookie.com","music.youtube.com"],extraBlockSelectors:[".caption-visual-line"],mainFrameMinTextCount:0,"excludeSelectors.add":[".captions-text",".ytp-caption-segment"],"subtitleRule.add":{type:"youtube",subtitleUrlRegExp:"/api/timedtext",translateSelectors:[".caption-window",".caption-visual-line"],videoPlayerSelector:".html5-video-player",loadingContainerSelector:".ytp-caption-window-container",videoADSelector:".ytp-ad-player-overlay",translationOnlyPattern:["www.youtube-nocookie.com/embed*","music.youtube.com/watch*"],subtitleButtonSelector:".ytp-subtitles-button",languageSelector:".ytp-menuitem-label",injectedCss:["#shorts-player .ytp-caption-window-bottom {top: 2%; bottom: unset!important;}"],quickButtonRule:{appendSelector:".ytp-chrome-controls",insertBeforeSelector:".ytp-right-controls"},videoSelector:".html5-video-player video",attachRule:{appendSelector:".html5-video-player",injectedCSS:[".imt-caption-container {z-index:40;}",".imt-caption-window {margin-bottom: 2%;}"],injectedGlobalCSS:[".caption-window {display: none;} ","#shorts-player #immersive-translate-caption-window { height: 20%;}",".html5-video-player:not(.ytp-autohide) #immersive-translate-caption-window {bottom: 60px;}"]}}},{id:"instagramMessage",matches:["https://www.instagram.com/direct/*"],wrapperPrefix:"
",selectors:["div[dir=auto].html-div"]},{id:"instagramPost",matches:["https://www.instagram.com/p/*","https://www.instagram.com/reels/*"],blockMinTextCount:1,paragraphMinTextCount:2,excludeSelectors:["hr+div span[dir=auto][style] > span"],selectors:["h1","ul li h3+div span[dir=auto]","hr+div span[dir=auto][style]","div > div[dir=auto]","div:not([class]) > div > div:nth-child(2)"],wrapperPrefix:"
"},{id:"otherInstagram",blockMinWordCount:1,matches:"https://www.instagram.com/*",paragraphMinTextCount:2,selectors:["h1","article span[dir=auto] > span[dir=auto]","._ab1y","ul li h3+div span[dir=auto]","hr+div span[dir=auto][style]","span[dir=auto] > div > span","div > h1[dir=auto]"],wrapperSuffix:""},{id:"1paragraph",matches:"1paragraph.app",selectors:["#book"]},{id:"poeditor",matches:"https://poeditor.com/projects/*",selectors:[".comment-body",".reference_language .source-string"]},{id:"substack",matches:["*.substack.com","newsletter.rootsofprogress.org"],selectorMatches:["link[href^='https://substackcdn.com/bundle/'][rel=preload]"],excludeSelectors:["[style^=top]",".publication-footer",".subscribe-footer",".main-menu",".navbar-title-link","[data-testid='navbar']",".navbar-title",".captioned-button-wrap",".subscription-widget-wrap",".tweet-header",".tweet-link-bottom",".expanded-link",".meta-subheader",".comment-meta",".comment-actions"],globalStyles:{".reader2-clamp-lines":"max-height: unset; -webkit-line-clamp: unset;","[class*='clamp-']":"max-height: unset; -webkit-line-clamp:unset;",".blurb-text":"max-height: unset;",".comment-body":"max-height: unset;"},extraBlockSelectors:[".reader2-post-title",".tweet-link-top",".tweet-link-bottom",".expanded-link"]},{id:"seekingalpha",matches:["seekingalpha.com/article/*","seekingalpha.com/news/*"],selectors:["[data-test-id=card-container]","[data-test-id=comments-section]"],excludeSelectors:["[data-test-id=post-page-meta]","header > div:first-child"]},{id:"hnAlgolia",matches:"hn.algolia.com",selectors:[".Story_title > a:first-child",".Story_comment > span"]},{id:"readwise",matches:"read.readwise.io",selectors:["div[class^='_titleRow_']","#document-text-content"],detectParagraphLanguage:!0},{id:"inoreader",matches:["www.inoreader.com","*.inoreader.com"],selectors:[".article_header_title",".article_title_link",".article_content",".article_magazine_title_link",".blog-post-page","#welcome_center",".gad_overview_articles_wrapper",".library_article_text h4",".header_name"],excludeMatches:["https://www.inoreader.com/features/"],observeUrlChange:!1,globalStyles:{".article_title_link,.library_article_text h4,.gadget_overview_article_title,.article_magazine_title_link,.reader_pane_view_style_2 .column_view_title":"-webkit-line-clamp: unset;max-height: unset;",".article_tile_content_wraper,div.article_tile":"overflow:auto",".article_header_title":"white-space:normal"}},{id:"aha",matches:"*.ideas.aha.io",excludeSelectors:[".comment-header",".vote-status",".idea-meta",".filters-title",".ideas-showing-count",".my-ideas-filters-wrapper",".statuses-filters-wrapper",".categories-filters-wrapper","[class^='attachment']","span[class^='attachment-name']"]},{id:"googleScholar",matches:["scholar.google.*/*","scholar.google.com.*/*","scholar.google.co.*/*"],wrapperPrefix:` -`,selectors:["h3 a[data-clk]","div.gs_rs","td a.gsc_a_at","td div.gs_gray:last-of-type","div.gsc_oci_value","#gs_opinion"],extraInlineSelectors:["br"],atomicBlockSelectors:["h3 a[data-clk]"]},{id:"googleMail",matches:"mail.google.com",detectParagraphLanguage:!0,selectors:["h2[data-thread-perm-id]","span[data-thread-id]","div[data-message-id] div[class='']",".messageBody","#views"],globalStyles:{"[role='listitem'] > div":"height:auto!important;white-space:unset!important;"}},{id:"googleNews",matches:"news.google.com",blockMinTextCount:26,blockMinWordCount:5,globalStyles:{".MCAGUe":"height: auto;",".To2ZZb.DbQnIe":"height: unset;",".cp7Yvc > h2":"display: block;",".oovtQ":"height: auto;",h4:"-webkit-line-clamp: unset;"},excludeSelectors:[".EyERq",".AOl7G.eejsDc","[aria-label='Home']","[aria-label='For you']","[aria-label='Following']","[aria-label='World']","[aria-label='Local']",".gb_Fc",".wBQf7b",".yPI8Rb",".jKHa4e",".u43Gd",".Zgjpyb","[role='button']","[jsname='rymPhb']",".cbz1ld",".VfPpkd-P5QLlc",".XvhY1d"]},{id:"outlook",matches:"outlook.live.com",excludeSelectors:[".jHAG3.XG5Jd",".OZZZK",".lDdSm"]},{id:"producthunt",matches:"www.producthunt.com",excludeMatches:"https://www.producthunt.com/stories/*",selectors:["h2","div[class^='styles_htmlText__']","[class^='styles_tagline']","a[href^='/discussions/'].fontWeight-600","button[class^='styles_textButton'] > div > span","h5 + p","div[data-test=product-item-name] + div",".noOfLines-1,.noOfLines-2,.noOfLines-3",".fontWeight-600","[class*='styles_dropdown']","[class*='styles_aboutText']"],globalStyles:{"h5 + p":"height:unset;",".noOfLines-1,.noOfLines-2,.noOfLines-3":"-webkit-line-clamp:unset;"},"excludeTags.remove":["PRE"]},{id:"codeforces",matches:"https://codeforces.com/*","stayOriginalTags.add":["[class^='MathJax']"]},{id:"discord",matches:"https://discord.com/channels/*",isTranslateTitle:!1,selectors:["li[id^=chat-messages] div[id^=message-content]","div[class^=headerText]","section[aria-label='Search Results'] div[id^=message-content]"],extraBlockSelectors:["[class^='embedFieldValue']","li[class^='card'] div[class^='message']","[data-list-item-id^='forum-channel-list'] div[class^='headerText']"],globalStyles:{"div[class^=headerText]":"max-height: unset;","div[class^=message]":"max-height: unset;","div[class^=text]":"max-height: unset;","h3[data-text-variant='heading-lg/semibold']":"-webkit-line-clamp: none;"},detectParagraphLanguage:!0,wrapperPrefix:"
",wrapperSuffix:"",paragraphMinTextCount:4,paragraphMinWordCount:2},{id:"telegram",matches:["web.telegram.org/z/*","web.telegram.org/a/*"],isTranslateTitle:!1,selectors:[".text-content",".message",".reply-markup-button-text",".bot-commands-list-element-description"],"extraBlockSelectors.add":[".message.spoilers-container em",".message.spoilers-container strong"],excludeSelectors:[".time",".peer-title",".document-wrapper",".message.spoilers-container custom-emoji-element"],detectParagraphLanguage:!0},{id:"telegramK",matches:["web.telegram.org/k/*","web.telegram.org/k/"],selectors:[".message",".reply-markup-button-text",".bot-commands-list-element-description"],"extraBlockSelectors.add":[".message.spoilers-container em",".message.spoilers-container strong"],excludeSelectors:[".time",".peer-title",".document-wrapper",".message.spoilers-container custom-emoji-element"],detectParagraphLanguage:!0},{id:"githubGist",matches:"gist.github.com",selectors:[".markdown-body",".readme"],detectParagraphLanguage:!0},{id:"lobste",matches:"lobste.rs",excludeMatches:["https://lobste.rs/about","https://lobste.rs/chat"],selectors:[".u-repost-of",".comment_text",".story_text"]},{id:"slack",matches:"*.slack.com",selectors:[".p-rich_text_block",".p-message_pane__foreword",".c-alert__message","[data-qa=message_attachment_text]"],additionalStayOriginalSelectors:["[data-qa=emoji]"],detectParagraphLanguage:!0},{id:"artstationArtwork",matches:"www.artstation.com/artwork/*",excludeSelectors:".project-description a",selectors:[".project-description","div.project-comment-text"],detectParagraphLanguage:!0},{id:"artstationLearning",matches:"www.artstation.com/learning/courses/*",additionalSelectors:["footer.learning-course-description.ng-star-inserted > span"],excludeSelectors:[".learning-card-meta",".vjs-text-track-display"],"mutationExcludeSelectors.add":[".vjs-text-track-display *"],"subtitleRule.add":{type:"webvtt",subtitleUrlRegExp:"/subtitles/.*\\.(vtt|webvtt)$",loadingContainerSelector:".vjs-text-track-display",quickButtonRule:{appendSelector:".vjs-control-bar",insertBeforeSelector:".vjs-playback-rate",injectCSS:".imt-quick-subtitle-button { font-size: 12px;} .logo,.logo svg { height: 18px !important; width: 18px !important;} .imt-quick-subtitle-pop-content {bottom: 38px !important;}"},videoSelector:"video",attachRule:{appendSelector:".video-js",injectedGlobalCSS:[".vjs-text-track-display {display: none;}",".captions-text: {margin-bottom: 10%;}"]}}},{id:"artstationBlog",matches:["https://www.artstation.com/blogs","https://www.artstation.com/blogs/*"],detectParagraphLanguage:!0,additionalSelectors:[".comment-item-body"],atomicBlockSelectors:[".author-headline",".author-location"],excludeSelectors:["blog-card-thumbnail","blog-card-header",".blog-card-author",".blog-card-meta",".blog-view-header",".blog-grid-title",".post-meta-header"]},{id:"figmaCommunity",matches:"www.figma.com/community/*",normalizeBody:"div.ql-editor[contenteditable='false']",excludeSelectors:["div[class*='metadataRight']","div[class*='commentMetaAndOptions']"],globalStyles:{"div[class*='mini_cardBottomRowSizing']":"height: 3em;"},additionalSelectors:["div[class*='mini_cardBottomRow_Metadata']"],stayOriginalSelectors:["[data-tooltip='tooltip-user-info']"]},{id:"googleIndex",matches:["https://www.google.com/","https://www.google.com.hk/"],excludeSelectors:["#gb","#SIvCob"],inputTutorialsText:"\u8BD5\u8BD5\u8F93\u5165\u4E2D\u6587\u540E\u5FEB\u901F\u8FDE\u51FB 3 \u6B21\u7A7A\u683C\u952E\u7FFB\u8BD1\uFF08\u4EC5\u63D0\u793A\u4E00\u6B21\uFF09",inputTutorialsSelectors:["textarea#APjFqb"],"inputConfig.add":{tutorialsText:"\u8BD5\u8BD5\u8F93\u5165\u4E2D\u6587\u540E\u5FEB\u901F\u8FDE\u51FB 3 \u6B21\u7A7A\u683C\u952E\u7FFB\u8BD1\uFF08\u4EC5\u63D0\u793A\u4E00\u6B21\uFF09",tutorialsSelectors:["textarea#APjFqb"]}},{id:"googleSearch",matches:"www.google.*/search*",blockMinTextCount:32,blockMinWordCount:3,wrapperSuffix:"",detectParagraphLanguage:!0,excludeSelectors:["a h3 + div","div#sfooter","a[role=presentation] > div > div:first-child",".b5ZQcf",".CEMjEf",".MgUUmf.NUnG9d","#result-stats","[role=navigation]","div.sCuL3","div.eFM0qc.BCF2pd","div.WZ8Tjf","div.adDDi","#headerSection","#rateChatDiv","[id=bres]",".title-D5Lgyj","[data-attrid='VisualDigestVideoResult']",".search-enhance-WDIEkP h4",".SPZz6b h2",".CtCigf",".VLkRKc",".EbH0bb",".Wr0c6d",".jleFbf","#searchform",".yg51vc",".CbAZb"],extraBlockSelectors:[".MUFPAc"],"additionalExcludeSelectors.add":["[jscontroller='UsftYd']"],globalStyles:{".V82bz":"-webkit-line-clamp: unset;max-height: unset;margin-bottom:30px",".pe7FNb":"-webkit-line-clamp: unset;",".promotion-3PDMAb":"display: none;",".uAKcGb":"-webkit-line-clamp: unset;max-height: unset;margin-bottom:30px","div[data-content-feature='1'] > div":"-webkit-line-clamp: unset;max-height: unset;","div[style='-webkit-line-clamp:2']":"-webkit-line-clamp: unset;max-height: unset;","div[style='-webkit-line-clamp:3']":"-webkit-line-clamp: unset;max-height: unset;","div[style='-webkit-line-clamp:4']":"-webkit-line-clamp: unset;max-height: unset;",".Pw4Ldf.RsCEN":"height:unset;",".related-question-pair":"overflow:auto;"},ignoreZhCNandZhTW:!0,isTranslateTitle:!1,searchEnhancementConfig:[{id:"google",urlMatch:"https://www\\.google\\..+/search",style:{source:"font-size:12px; margin-bottom: 6px;",enTitle:"margin-top:6px;font-size:14px;",searchTitle:"margin-top:6px;position:relative;padding-right:24px;",more:"color:#1a0dab;margin-top:8px;",enTitleClassName:"immersive-translate-search-enhancement-en-title"},keyword:{value:"[0]$1",matches:[{source:"url",matchRegex:"q=(.+?)&"}]},showCount:5}]},{id:"lowendtalk",matches:"lowendtalk.com",selectors:["[role=heading]","h1",".userContent"]},{id:"linkedinJobs",matches:"www.linkedin.com/jobs/*",selectors:["#job-details > span",".decorated-job-posting__details"]},{id:"linkedinFeed",matches:"https://linkedin.com/feed/*",selectors:["h1",".feed-shared-update-v2__description-wrapper"]},{id:"indiehackers",matches:"www.indiehackers.com",selectors:[".content","h1","h3.story__title",".feed-item__title-link",".article-body",".interview-body"]},{id:"libreddit",matches:"libreddit.de",selectors:["h2.post_title",".comment_body > .md"]},{id:"notionSite",matches:["notion.site","*.notion.site"],normalizeBody:"body",selectors:["div[data-block-id]"]},{id:"notion_so",matches:["www.notion.so"],injectedCss:["[aria-label='Templates'] font br {display:none;}"]},{id:"newyorker",matches:"www.newyorker.com",additionalSelectors:["h1","[data-testid=SummaryItemHed]"],excludeSelectors:["[data-testid=PersistentTop]","[data-testid=StackedNavigationHeader]"],urlChangeDelay:2e3},{id:"startme",matches:"start.me",selectors:[".rss-article__title",".rss-articles-list__article-link",".rss-showcase__title",".rss-showcase__text"]},{id:"scmp",matches:"www.scmp.com",additionalSelectors:[".info__subHeadline",".section-content h2"],globalStyles:{".topic__article-list":"height: unset;",".adverisers__adveriser":"height: unset;",".advertiser__content":"height: unset;",".content-title__link":"display:unset;overflow:unset;-webkit-line-clamp:unset;",".title__text":"max-height:unset; -webkit-line-clamp:unset;",".news-list-item__news-title":"max-height:unset; -webkit-line-clamp:unset;","a[class*='link'] > .link__headline":"max-height:unset; -webkit-line-clamp:unset;"},"bodyRule.add":{bodySelector:"[data-qa='ArticleList-Item']",articleSelector:"[data-qa='GenericArticle-Content']",xpathRule:["datatype:p"]}},{id:"lesswrong",matches:"www.lesswrong.com",extraBlockSelectors:["span.commentOnSelection"]},{id:"mastodon",matches:["mastodon.social","mastodon.online","kolektiva.social","indieweb.social","mastodon.world","infosec.exchange"],isTranslateTitle:!1,selectorMatches:["div#mastodon"],selectors:["div.status__content__text",".about__section__body",".content",".form-container",".account__header__extra"],globalAttributes:{"[class='notranslate app-holder']":{class:"app-holder"}},detectLanguage:!0},{id:"cnbc",matches:"www.cnbc.com",urlChangeDelay:1e3,globalStyles:{"div.Card-titleContainer > div":"-webkit-line-clamp: unset;max-height: unset;"},"excludeSelectors.add":["#GlobalNavigation","#GlobalFooter",".LiveBlogHeader-timestampAndShareBarContainer",".LiveBlogHeader-liveUpdatesPill"]},{id:"dailyDev",matches:"app.daily.dev",selectors:["h1",".typo-body","article h3","[class^=markdown_markdown]"],globalStyles:{".line-clamp-3":"-webkit-line-clamp: unset"}},{id:"pornhub",matches:["*.pornhub.com","pornhub.com"],excludeMatches:["*.pornhub.com/insights/*","pornhub.com/insights/*"],extraBlockSelectors:[".trendingNow",".searchItem",".tagcloud > a"],detectParagraphLanguage:!0,wrapperPrefix:"
",wrapperSuffix:` +?`]},azure:{placeholderDelimiters:["@","#"]},you:{placeholderDelimiters:["@","#"]},openl:{placeholderDelimiters:["@","#"]},niu:{placeholderDelimiters:["@","#"]}},shortcuts:{toggleTranslatePage:"Alt+A",toggleTranslateTheWholePage:"Alt+W",toggleOnlyTransation:"",toggleTranslateToThePageEndImmediately:"",toggleTranslationMask:"",shareToDraft:"",toggleMouseHoverTranslateDirectly:""},tempTranslateDomainMinutes:0,translationParagraphLanguagePattern:{matches:["onboarding.immersivetranslate.com","www.reddit.com","old.reddit.com","twitter.com","www.tumblr.com","*.twitter.com","medium.com","*.medium.com","github.com","gist.github.com","www.facebook.com","www.youtube.com","m.youtube.com","read.readwise.io","www.inoreader.com","mail.google.com","google.com","discord.com","*.instagram.com","instagram.com","web.telegram.org","web.whatsapp.com","*.slack.com","*.indeed.com","outlook.live.com","https://bsky.app","store.steampowered.com","test-app.immersivetranslate.com","app.immersivetranslate.com"],excludeMatches:[],selectorMatches:["meta[property='al:ios:url'][content^='medium://']"],selectorExcludeMatches:[]},sourceLanguageUrlPattern:{},selectTranslationFont:"",translationFonts:["Microsoft YaHei","SimSun","NSimSun","SimHei","Microsoft JhengHei","KaiTi","FangSong","PingFang SC","STHeiti","STKaiti","STSong","STFangsong","STZhongsong","STHupo","STXinwei","STLiti","STXingkai","Hiragino Sans GB","Lantinghei SC","Hanzipen SC","Hannotate SC","Songti SC","Wawati SC","Weibei SC","Xingkai SC","Yapi SC","Yuanti SC","Arial Unicode MS","MingLiU-ExtB","Malgun Gothic","Arial","Calibri","Cambria","Candara","Consolas","Constantia","Corbel","Courier New","Georgia","Lucida Console","MingLiU","PMingLiU","MingLiU_HKSCS","Meiryo","MS Gothic","MS PGothic","MS UI Gothic","MS Mincho","MS PMincho","Segoe UI","Segoe UI Symbol","Tahoma","Times New Roman","Trebuchet MS","Verdana","Gulim","Dotum","Batang","Gungsuh","San Francisco","Helvetica Neue","Hiragino Mincho ProN","Hiragino Kaku Gothic ProN","Yu Gothic","Yu Mincho","Geeza Pro","Al Nile","Tehran","Devanagari MT","Kohinoor Devanagari","Apple SD Gothic Neo","Nanum Gothic"],generalRule:{_comment:"",isTranslateWhenServiceChanged:!0,glossaries:[{k:"LLM",v:""},{k:"LLMs",v:""}],excludeRegexps:["(<\\\\/?[a-zA-Z0-9]+(?:[^>]*?)>)","(||||||||||
|
)"],detectionServiceOrder:["google","bing","transmart"],detectParagraphLanguage:!1,paragraphFirstLetterFontSize:35,toastErrorMinTimes:20,enableSubtitle:!1,"subtitle.autoEnableSubtitle":!1,disableNewTextTranslate:!1,skipEditableCheck:!1,mutationObserverLimitTargetSelectors:[],condition:{},normalizeBody:"",inputExecCommandDeleteEnable:!1,inputConfig:{clearContentEnable:!0,execCommandDeleteEnable:!1},mutationExcludeSelectors:["span.highlighter--highlighted","span.highlighter-ext","mark","msreadoutspan","rw-highlight","web-highlight","font.immersive-translate-target-wrapper *","pre",".uacc-clickable"],mutationExcludeContainsSelectors:["msreadoutspan","[class*='rgh-seen-']","[isInvalidTag]","mh","body","relin-hc"],atomicBlockSelectors:["relin-hc"],shareConfig:{injectCss:!0,removeSelectors:["noscript","script"]},mutationConfig:{consumeTimeout:100,buildTimeout:100,checkSelfUpdate:!0},useIframePostMessage:!1,searchEnhancementConfig:[],injectedCss:[],isOnBoardingPage:!1,isEbook:!1,isEbookBuilder:!1,ignoreZhCNandZhTW:!1,showSponsorOnSafari:!1,noTranslateRegexp:["^\\d+.+ago$","^\\d+\\s+MIN\\s+READ$"],waitForSelectors:[],isInjectOptionsUrl:!1,isInjectVersion:!1,isInjectMeta:!1,waitForSelectorsTimeout:3e3,pairs:{},aiRule:{},subtitleRule:{isInject:!0,autoEnableSubtitle:!1,preTranslation:!1,humanPreferred:!0,disabled:!1,hookType:"xhr",showQuickButton:!0,backgroundColor:"#080808",backgroundOpacity:"75",sourceTextColor:"#FFFFFF",translationTextColor:"#FFFFFF",sourceFontSize:"100",translationMode:"dual",translationPosition:"bottom",translationFontSize:"100",translateGroupCount:5,velocityGroup:[1,3,20]},bodyRule:{enable:!0,maxBodyScreenLength:25,articleChildTags:["P"],articleChildTagsNum:4,bodyIsRoot:!1,humanPreferred:!0,preTranslation:!0,xpathRule:["name:P"]},isSubtitleBuilder:!1,minZIndex:0,initTranslationServiceAsSoonAsPossible:!0,targetWrapperTag:"font",additionalInjectedCss:[],isTranslateTitle:!0,enableSearchEnhancement:!1,searchEnhancementSelector:"#rhs",languageDetectMinTextCount:50,wrapperPrefix:"smart",wrapperSuffix:"smart",isPdf:!1,pdfUrlExtractRule:{},isTransformPreTagNewLine:!1,urlChangeDelay:50,mutationChangeDelay:10,mainFrameMinTextCount:50,mainFrameMinWordCount:5,visibleDelay:0,additionalStayOriginalSelectors:["span.katex","span.notranslate",".MathJax_Preview",".MathJax",".MathJax_SVG",'[aria-labelledby^="MathJax-SVG"]',".mwe-math-element","span[translate=no]","em[translate=no]","code[translate=no]","span.math.inline","span.math.display",".ltx_Math",".mathjax-block",".MathJax_CHTML","kbd","span.pretex-inline","span.math-inline",".reference-citations"],translationBlockStyle:"",isShowUserscriptPagePopup:!0,observeUrlChange:!1,paragraphMinTextCount:4,paragraphMinWordCount:2,shadowRootSelectors:[],blockMinTextCount:24,blockMinWordCount:4,asideMaxTextCount:1e3,asideMaxWordCount:200,asideMaxTextCountPerParagraph:67,asideMaxWordCountPerParagraph:12,lineBreakMaxTextCount:0,globalAttributes:{},inputTutorialsText:"",inputTutorialsSelectors:[],globalMeta:{},globalStyles:{},initialGlobalAttributes:{},initialSelectorGlobalAttributes:{header:{translate:"no"},"footer:last-of-type":{translate:"no"},"nav:last-of-type":{translate:"no"},nav:{translate:"no"}},selectors:[],preWhitespaceDetectedTags:["DIV","SPAN"],stayOriginalSelectors:[],additionalSelectors:["h1","section h2","section h3","section h4","main h2","main h3","main h4",".article-title",".article-subtitle",".article_title",".article_subtitle",".article__title",".articleTitle",".Article__content",".titleLink",".summary",".headline",".page-content","aside.note","aside.article-comments","aside.onebox"],atomicBlockTags:[],excludeSelectors:[],additionalExcludeSelectors:['[contenteditable="true"]',".uacc-clickable","#monica-content-root","#immersive-translate-popup",".social-share",".breadcrumbs",".post__footer",".btn",".share-nav",".o-share","[data-toolbar=share]","rp","rt",".prism-code",".rc-CodeBlock","[role=code]","#omni-extension",".omni-item","div[data-paste-markdown-skip]","table.highlight","div[class^=codeBlockContent]","div[class^=codeBlockLines]","div[class^=token-line]","#liuchan-window > .liuchan-container > *",".material-icons","i.fa","i[class^=fa-]",".notranslate","[translate=no]",".navmenu-container",".google-symbols","h1 br","h2 br","h3 br","h4 br","table thead"],translationClasses:[],excludeTags:["TITLE","LINK","SCRIPT","STYLE","TEXTAREA","SVG","svg","G","NOSCRIPT","BUTTON","BASE","HR","PRE","KBD","WBR","RT","RP","META","MATH","TTS-SENTENCE","AIO-CODE","RELIN-TARGET"],bodyTranslateTags:["FOOTER","ASIDE","BUTTON","NAV"],forceTranslateTags:[],metaTags:["META","SCRIPT","STYLE","NOSCRIPT"],additionalExcludeTags:[],stayOriginalTags:["CODE","TT","IMG","SUP","SUB","SAMP","math","semantics","mrow","mo","mfrac","msup","mi","mn","msqrt","d-math"],additionalStayOriginalTags:[],inlineTags:["A","ABBR","FONT","ACRONYM","B","INS","DEL","RUBY","RP","RB","BDO","MARK","BIG","RT","NOBR","CITE","DFN","EM","I","LABEL","Q","S","SMALL","SPAN","STRONG","SUB","SUP","U","KBD","TT","VAR","IMG","CODE","SCRIPT","STYLE","LINK","TIME","META","WBR","RELIN-HC","RELIN-HIGHLIGHT","RELIN-ORIGIN","RELIN-TARGET","XQDD_HIGHLIGHT_NEW_WORD","NOBR","RW-HIGHLIGHT","HYPOTHESIS-HIGHLIGHT"],additionalInlineTags:[],extraInlineSelectors:["p > a span","p > span a span"],additionalInlineSelectors:[".MathJax_Preview",".MathJax",".highlighter--highlighted",".rw-highlight","ruby *"],extraBlockSelectors:["turbo-frame","readme-toc","#hs_cos_wrapper_post_body","#hs_cos_wrapper_post_body","option","ul > li"],allBlockTags:["BODY","HGROUP","CONTENT","ADDRESS","ARTICLE","ASIDE","DETAILS","BLOCKQUOTE","SELECT","OPTION","CANVAS","DD","DL","DT","FIELDSET","FIGCAPTION","FIGURE","FOOTER","HEADER","FORM","HR","MAIN","SUMMARY","NAV","NOSCRIPT","PRE","SECTION","TABLE","TFOOT","UL","VIDEO","P","DIV","H1","H2","H3","H4","H5","H6","UL","LI","OL","BR","PICTURE","TBODY","TR","TD","TH","SOURCE","C-WIZ","BUTTON","TURBO-FRAME","README-TOC"],mutationObserverContainerSelectors:[],pdfNewParagraphLineHeight:2.4,pdfNewParagraphIndent:1.2,pdfNewParagraphIndentRightIndentPx:130,fingerCountToToggleTranslagePageWhenTouching:4,fingerCountToToggleTranslationMaskWhenTouching:0,fingerCountToToggleTranslagePageOnlyTranslationWhenTouching:0,touchShortcutsToggleTranslatePage:"fingers.4",touchShortcutsToggleTranslationMask:"touchShortcutsOff",touchShortcutsToggleTranslatePageOnlyTranslation:"touchShortcutsOff",touchShortcutsToggleTranslateTouchElement:"touchShortcutsOff",touchShortcutsToggleTranslateTouchElementPreferenceKey:"slide.left",mouseHoverHoldKey:"Off",mouseHoverPreferenceKey:"Ctrl"},rules:[{id:"isSubtitleBuilder",isSubtitleBuilder:!0,pageType:"subtitleBuilder",selectorMatches:["meta[name='immersive-translate-subtitle-builder'][content='true']"],pairs:{".source-text":".target-text"},paragraphMinTextCount:4,paragraphMinWordCount:2,isTranslateTitle:!1,wrapperPrefix:"",wrapperSuffix:"","bodyRule.add":{enable:!1}},{id:"isEbook",isEbook:!0,pageType:"ebookReader",isTranslateTitle:!1,urlChangeDelay:200,selectorMatches:["meta[name='immersive-translate-ebook-viewer'][content='true']"],injectedCss:[".immersive-translate-target-translation-block-wrapper {display:block;}"],excludeSelectors:["#drop-target","#drop-target h1","#side-bar","h1#side-bar-title"],extraInlineSelectors:["span.dropcaps"],"bodyRule.add":{enable:!1},paragraphMinTextCount:4,paragraphMinWordCount:2,blockMinTextCount:1,blockMinWordCount:1,containerMinTextCount:1,wrapperPrefix:"
",targetWrapperTag:"span"},{id:"pdf",isPdf:!0,isTranslateTitle:!1,pageType:"pdfReader",selectorMatches:["meta[name='immersive-translate-pdf-viewer'][content='true']"],matches:["https://app.immersivetranslate.com/pdf","https://app.immersivetranslate.com/pdf/","https://app.immersivetranslate.com/pdf/*","http://localhost:38001/pdf*"],"additionalExcludeSelectors.remove":['[contenteditable="true"]'],isTranslateWhenServiceChanged:!1,translationMode:"translation",skipEditableCheck:!0,selectors:["p"],"bodyRule.add":{enable:!1},injectedCss:[".immersive-translate-target-wrapper {display: contents!important;position:absolute;}",".immersive-translate-target-wrapper br {display: none;!important;}",".immersive-translate-target-wrapper span {position: relative;!important;}",".immersive-translate-error-wrapper {padding:0px !important;margin:0px !important;}","font {line-height: 0!important;}"],globalAttributes:{"[class='textLayer']":{translate:"no"}},mutationExcludeContainsSelectors:["font.immersive-translate-target-wrapper"],"shareConfig.add":{removeSelectors:["noscript","script",".toolbar","#sidebarContainer",'[class="page"]',".editorParamsToolbar",".image-mode",".im_db",".im_cb"]},wrapperPrefix:"",isInjectVersion:!0},{id:"sci-hub.pdfWebPage",matches:["sci-hub.*"],waitForSelectorsTimeout:1,pdfUrlExtractRule:{selector:"#pdf",attribute:"src"}},{id:"common.pdfWebPage",waitForSelectorsTimeout:1,selectorMatches:["embed[type='application/pdf']"]},{id:"isEbookBuilder",matches:["https://app.immersivetranslate.com/ebook/make/","http://localhost:38001/ebook/make/"],isEbookBuilder:!0,pageType:"ebookBuilder",toastErrorMinTimes:500,isTranslateWhenServiceChanged:!1,isTranslateTitle:!1,targetWrapperTag:"span",selectorMatches:["meta[name='immersive-translate-ebook-builder'][content='true']"],injectedCss:[".immersive-translate-target-translation-block-wrapper {display:block;}"],globalMeta:{},excludeSelectors:["h1.notranslate","#drop-target","#drop-target h1","#side-bar","h1#side-bar-title","#tool",".Code"],"bodyRule.add":{enable:!1},isInjectMeta:!0,paragraphMinTextCount:4,paragraphMinWordCount:2,blockMinTextCount:1,blockMinWordCount:1,containerMinTextCount:1,wrapperPrefix:"
"},{id:"immersiveTranslateIosOnBoarding",selectorMatches:["meta[name=immersiveTranslateIosOnBoarding]"],initialGlobalAttributes:{"input#immersiveTranslateDetectedSlot":{value:"true"}},isInjectOptionsUrl:!0,isInjectVersion:!0,isInjectMeta:!0},{id:"immersiveTranslateIosOnBoardingStep1",selectorMatches:["meta[name=immersiveTranslateIosOnBoardingStep1]"],isOnBoardingPage:!0,isInjectOptionsUrl:!0,isInjectVersion:!0,isInjectMeta:!0},{id:"immersivePreview",matches:["https://immersivetranslate.com/preview*","https://test.immersivetranslate.com/preview*","https://immersivetranslate.com/drafts*","https://test.immersivetranslate.com/drafts*"],isInjectVersion:!0,isInjectMeta:!0,waitForSelectorsTimeout:1},{id:"pro-pdf",matches:["https://*.immersivetranslate.com/pdf-pro*"],pageType:"pdfProReader","excludeSelectors.add":["table"],isInjectVersion:!0,isInjectMeta:!0,waitForSelectorsTimeout:1},{id:"immersive",matches:["https://immersivetranslate.com","https://test.immersivetranslate.com","https://onboarding.immersivetranslate.com","https://app.immersivetranslate.com","https://test-app.immersivetranslate.com","http://localhost:38001"],isInjectVersion:!0,isInjectMeta:!0,waitForSelectorsTimeout:1},{id:"simpread",selectorMatches:"div.simpread-read-root.simpread-read-root-show > sr-read",mainFrameSelector:"div.simpread-read-root.simpread-read-root-show > sr-read"},{id:"txt",matches:["*://*/*.txt","file://*/*.txt"],selectorMatches:["body > pre"],"mutationExcludeSelectors.add":["body"],isTransformPreTagNewLine:!0,"excludeTags.remove":["PRE"]},{id:"hangejp",matches:["arad.hange.jp","arad.nexon.co.jp","oapi.dingtalk.com","login.dingtalk.com"],useIframePostMessage:!1},{id:"preSites",matches:["mail.jabber.org","antirez.com","patchwork.kernel.org","lists.apache.org","manned.org","bugs.webkit.org","bugzilla.mozilla.org","lwn.net/Articles/*","docs.haproxy.org","man.freebsd.org","www.oreilly.com/openbook/opensources/book/*","gamefaqs.gamespot.com"],isTransformPreTagNewLine:!0},{id:"wikipedia",matches:"*.wikipedia.org",paragraphMinWordCount:2,paragraphMinTextCount:4,injectedCss:[".immersive-translate-target-translation-block-wrapper { display: block; }"],excludeSelectors:[".mw-editsection",".mw-cite-backlink","#p-lang-btn","#right-navigation","#p-associated-pages",".vector-header"],stayOriginalSelectors:[".chemf",".mwe-math-element","[role=math]",".nowrap"],extraInlineSelectors:[".chemf",".mwe-math-element","[role=math]",".nowrap"],"bodyRule.add":{bodySelector:"#content",articleSelector:"#bodyContent"}},{id:"twitter",matches:["twitter.com","mobile.twitter.com","tweetdeck.twitter.com","pro.twitter.com","https://platform.twitter.com/embed*"],additionalStayOriginalSelectors:['[data-testid="tweetText"] a',"[data-testid='UserDescription'] a","[data-testid='HoverCard'] a","[data-testid='UserCell'] a","[data-testid='birdwatch-pivot'] a"],blockMinTextCount:0,blockMinWordCount:0,excludeSelectors:["[aria-describedby][role=button]","header","[data-testid='radioGroupplayback_rate'] div","[data-testid='userFollowIndicator']","[class='css-901oao r-14j79pv r-37j5jr r-n6v787 r-16dba41 r-1cwl3u0 r-bcqeeo r-qvutc0']","[class='css-175oi2r r-1wbh5a2 r-dnmrzs']"],extraBlockSelectors:['[data-testid="tweetText"] div.r-6koalj'],extraInlineSelectors:['[data-testid="tweetText"] div.r-xoduu5','[data-testid="tweetText"] span','[data-testid="UserDescription"] div',"[data-testid='HoverCard'] div[dir=auto] div","[data-testid='HoverCard'] span[dir=auto] div"],globalStyles:{"[data-testid='card.layoutLarge.detail'] > div:nth-child(2)":"-webkit-line-clamp: unset;","[data-testid='card.layoutSmall.detail'] > div:nth-child(2)":"-webkit-line-clamp: unset;","[data-testid='tweetText']":"-webkit-line-clamp: unset;"},ignoreZhCNandZhTW:!0,isTranslateTitle:!1,useIframePostMessage:!1,observeUrlChange:!1,paragraphMinTextCount:2,paragraphMinWordCount:1,selectors:['[data-testid="tweetText"]',".tweet-text",".js-quoted-tweet-text","[data-testid='card.layoutSmall.detail'] > div:nth-child(2)","[data-testid='developerBuiltCardContainer'] > div:nth-child(2)","[data-testid='card.layoutLarge.detail'] > div:nth-child(2)","[data-testid='cellInnerDiv'] div[data-testid='UserCell'] > div> div:nth-child(2)","[data-testid='UserDescription']","[data-testid='HoverCard'] div[dir=auto]","[data-testid='HoverCard'] span[dir=auto]","[data-testid='HoverCard'] [role='dialog'] div[dir=ltr]","[data-testid='birdwatch-pivot'] div[dir=ltr]"],"subtitleRule.add":{type:"live",isInject:!1,injectedCss:["#layers[style='z-index: 1;'] [style='height: 100px;'] { height: 400px !important; }"],liveSubtitleRule:{containerSelector:".css-175oi2r.r-13awgt0.r-1pi2tsx.r-13qz1uu > [role='listbox']",reportSelector:".css-175oi2r.r-1awozwy.r-173mn98.r-1mf7evn.r-7e3msg",textSelectors:[".css-1rynq56.r-bcqeeo.r-qvutc0.r-37j5jr.r-a023e6.r-16dba41.r-dhbnww.r-1pb70le"],mutationChangeDelay:1e3}},"subtitleRule.add_v.[1.2.1]":{type:"twitter",videoPlayerSelector:"video",loadingStyle:"bottom: unset; top: 5%;",injectedCss:["#layers[style='z-index: 1;'] [style='height: 100px;'] { height: 400px !important; }","video::cue {white-space: pre-line;}"]}},{id:"threads",matches:"www.threads.net",selectors:["p",".x1npkx4u.x1exu5d8",".xw7yly9",".xgkxs2y",".x1xdureb.xqti54a.x13vxnyz",".xqti54a.x13vxnyz.x49hn82.xcrlgei.x889kno"],stayOriginalSelectors:[".x1rg5ohu",".xat24cr.xdj266r a"],"excludeSelectors.add":[".x6s0dn4.x78zum5",".xpvyfi4.x1npkx4u.x1ms6mhf"],globalStyles:{span:"max-height:unset;-webkit-line-clamp:unset;height:unset;white-space:unset;"}},{id:"stackoverflow",matches:["stackoverflow.com","*.stackexchange.com","superuser.com","askubuntu.com","serverfault.com"],extraBlockSelectors:["span.comment-copy"],globalStyles:{".s-post-summary--content-excerpt":"-webkit-line-clamp:unset;"},"excludeSelectors.add":[".votecell","header","#footer","#question-header + div","div.postcell div.mb0","div[id^=comments-link-]","#answers-header",".new-post-login",".form-submit","a[href='/questions/ask']","#left-sidebar","a.comment-user","span.comment-date","div.s-prose.js-post-body + div",".bottom-notice","div[data-campaign-name=stk]",".s-post-summary--stats",".s-post-summary--meta"],paragraphMinTextCount:4,paragraphMinWordCount:2},{id:"appleDeveloper",matches:"developer.apple.com/documentation/*",selectors:[".container","h3.title","div.content"]},{id:"hackerNews",matches:"news.ycombinator.com",selectors:[".titleline > a",".comment > .commtext",".toptext","a.hn-item-title",".hn-comment-text",".hn-story-title"],excludeSelectors:[".reply"]},{id:"quora",matches:["*.quora.com","quora.com"],excludeSelectors:[".dom_annotate_multifeed_bundle_AskQuestionPromptBundle",".dom_annotate_feed_switcher","[class='q-box qu-py--small qu-color--gray_light']","[class='q-box spacing_log_answer_header']","[class='q-box qu-flex--auto']","[class='q-text qu-dynamicFontSize--small qu-mt--small qu-color--gray_light qu-passColorToLinks']",".AnswerFooter___StyledFlex-sc-2xbo88-0","[class='q-box qu-mb--small']"],globalStyles:{".qu-truncateLines--3":"-webkit-line-clamp: unset;"}},{id:"oldReddit",matches:["old.reddit.com/*/.compact","old.reddit.com/.compact","www.reddit.com/*/.compact","www.reddit.com/.compact"],selectors:[".title > a",".usertext-body"],detectParagraphLanguage:!0},{id:"otherOldReddit",matches:"old.reddit.com",selectors:["p.title > a","[role=main] .md-container"],detectParagraphLanguage:!0},{id:"redditList",matches:["https://www.reddit.com/r/*/comments/*/*","https://www.reddit.com/","https://www.reddit.com/hot/","https://www.reddit.com/new/","https://www.reddit.com/top/"],excludeMatches:["https://www.reddit.com/r/*/wiki/*"],observeUrlChange:!0,selectors:["h1",".PostHeader__post-title-line","[data-click-id=body] h3","[data-click-id=background] h3","[data-testid=comment]","[data-adclicklocation='title'] h3","[data-adclicklocation=media]","[data-testid='post-title-text']",".PostContent",".post-content",".Comment__body","faceplate-batch .md","[slot=comment]",".RichTextJSON-root","[slot=title]","[slot=text-body]","p.title > a","[role=main] .md-container"],detectParagraphLanguage:!0,globalStyles:{"div.XPromoBottomBar":"display:none","[class*='line-clamp']":"-webkit-line-clamp: unset"},waitForSelectors:["[data-testid=post_author_link]"],"inputConfig.add":{clearContentEnable:!1}},{id:"reddit",matches:"www.reddit.com",selectors:["#search-results-tab-slot","h1",".PostHeader__post-title-line","[data-click-id=body] h3","[data-click-id=background] h3","[data-testid=comment]","[data-adclicklocation='title'] h3","[data-testid='post-title-text']","[slot=comment]","[data-adclicklocation=media]",".PostContent",".post-content",".Comment__body","faceplate-batch .md","[slot=text-body]","p.title > a","[role=main] .md-container","#-post-rtjson-content",".RichTextJSON-root","[slot='title']"],excludeSelectors:[".text-neutral-content-weak"],paragraphMinTextCount:5,paragraphMinWordCount:2,excludeMatches:["https://www.reddit.com/r/*/wiki/*","https://www.reddit.com/settings/*"],detectParagraphLanguage:!0,globalStyles:{"div.XPromoBottomBar":"display:none","[class*='line-clamp']":"-webkit-line-clamp: unset"}},{id:"reuters",matches:"www.reuters.com",excludeSelectors:["[promotext]","[data-testid=Leaderboard]","[data-testid=HomeTickerV2]","[data-testid=SiteFooter]","[class^=refinitiv-promo-bar__container]","[data-testid=ResponsiveAdSlot]","[data-testid=SiteHeader]","[data-testid=HomeTickerV2]"]},{id:"npmjs",matches:"https://www.npmjs.com/package/*",selectors:["#tabpanel-readme > div:first-child"]},{id:"github",matches:"github.com",useIframePostMessage:!1,excludeMatches:["https://github.com/*/*/settings","https://github.com/settings/*","https://github.com/sponsors/*","https://github.com/readme/*","https://github.com/readme/","https://github.com/features/*","https://github.com/customer-stories/*"],mutationExcludeSelectors:[".react-blob-sticky-header *"],selectors:["h1","[aria-label=Issues] .markdown-title","[aria-labelledby=discussions-list] .markdown-title","h3 .markdown-title",".markdown-body",".Layout-sidebar p","div > span.search-match","li.repo-list-item p","#responsive-meta-container p","article p","div.repo-description p","[itemprop=description]",".integrations-auth-wrapper",".new-feed-onboarding-notice","article section[aria-label='card content'] > div > div > div > div:nth-child(2)",".TimelineItem-body .Link--primary",'[role="navigation"] p','[data-testid="commit-row-item"] h4'],atomicBlockSelectors:["[itemprop=description]"],excludeSelectors:[".css-truncate","[data-test-selector='commit-tease-commit-message']","[data-test-selector='create-branch.developmentForm']","div.Box-header.position-relative","div.blob-wrapper-embedded","div.Box.Box--condensed.my-2","div.jp-CodeCell",'[aria-label="Account"] .markdown-title',".js-repos-container .markdown-title","a.anchor","div.file-navigation + div.Box"],extraBlockSelectors:[],extraInlineSelectors:["g-emoji","a.anchor"],stayOriginalTags:["CODE","TT","G-EMOJI","IMG","SUP","SUB"],"stayOriginalSelectors.add":[".issue-link"],detectParagraphLanguage:!0,globalStyles:{".TimelineItem-body .Link--primary":"-webkit-line-clamp: unset;"}},{id:"github-blog",matches:["github.blog"],injectedCss:["font {word-break: break-all !important;}"]},{id:"githubNotebook",matches:"notebooks.githubusercontent.com",useIframePostMessage:!1,excludeSelectors:["div.jp-CodeCell"]},{id:"facebook",matches:"www.facebook.com",excludeMatches:["https://www.facebook.com/business/*","https://www.facebook.com/help*"],selectors:["div[dir=auto][style]","div[dir=auto][class]","span[lang]"],atomicBlockSelectors:["div[dir=auto][style]","div[dir=auto][class]","span[lang]"],insertPosition:"afterend",preWhitespaceDetectedTags:["DIV","SPAN"],extraBlockSelectors:["span.x1vvkbs"],excludeSelectors:["[role=button]"],translationClasses:["immersive-translate-text"],detectParagraphLanguage:!0},{id:"youtubeMobile",matches:"m.youtube.com",selectors:[".comment-text","#content-text",".media-item-headline",".slim-video-information-title",".yt-spec-button-view-model",".yt-core-attributed-string > span",".title"],shareConfig:{injectCss:!1,removeSelectors:["iron-iconset-svg","iframe","ytd-watch-next-secondary-results-renderer","noscript","script"]},"mutationConfig.add":{checkSelfUpdate:!1},"excludeTags.remove":["BUTTON"],additionalExcludeSelectors:[".ytp-caption-window-container","text"],"subtitleRule.add":{type:"youtube",subtitleUrlRegExp:"(/api/timedtext|videoplayback\\?expire.*text)",translateSelectors:[".caption-window",".caption-visual-line"],videoPlayerSelector:".html5-video-player.playing-mode,.html5-video-player.paused-mode",loadingContainerSelector:".ytp-caption-window-container",videoADSelector:".ytp-ad-player-overlay",injectedCss:["#player-shorts-container .ytp-caption-window-bottom {top: 40px; bottom: unset!important;}"],videoSelector:".html5-video-player.playing-mode video,.html5-video-player.paused-mode video",translationOnlyPattern:["m.youtube.com/watch*","m.youtube.com/embed*","m.youtube.com/shorts*"],attachRule:{appendSelector:".html5-video-player.playing-mode,.html5-video-player.paused-mode",injectedCSS:[".imt-caption-container {z-index:40;}"],injectedGlobalCSS:[".caption-window {display: none;} ","shorts-video #immersive-translate-caption-window { height: 150px;}"]}},wrapperPrefix:"",wrapperSuffix:"",observeUrlChange:!0,atomicBlockSelectors:[".comment-text"],globalStyles:{".comment-text":"max-height:unset;",".media-item-headline":"max-height:unset;-webkit-line-clamp:unset;"},injectedCss:[".immersive-translate-target-wrapper img { width: 16px; height: 16px }"],extraBlockSelectors:[".caption-visual-line"]},{id:"youtube",matches:"www.youtube.com",blockMinTextCount:0,blockMinWordCount:0,detectParagraphLanguage:!0,lineBreakMaxTextCount:0,shareConfig:{injectCss:!1,removeSelectors:["iron-iconset-svg","iframe","ytd-watch-next-secondary-results-renderer","noscript","script"]},"additionalExcludeSelectors.add":[".ytp-caption-window-container","text"],globalStyles:{"#video-title":"-webkit-line-clamp: unset;max-height: unset;","h1.ytd-watch-metadata":"-webkit-line-clamp: unset;max-height: unset;","yt-formatted-string#video-title":"-webkit-line-clamp: unset;max-height: unset;","ytd-expander.ytd-comment-renderer":"--ytd-expander-max-lines: 1000;"},injectedCss:[".immersive-translate-target-wrapper img { width: 16px; height: 16px }",".metadata-snippet-container {max-height: unset !important;}",".immersive-translate-target-wrapper {text-align: left;}",".immersive-translate-target-wrapper[dir=rtl] {text-align: right;}"],isTranslateTitle:!1,observeUrlChange:!0,selectors:["yt-formatted-string[slot=content].ytd-comment-renderer","yt-formatted-string.ytd-video-renderer","yt-formatted-string#content-text","h1","yt-formatted-string#video-title","yt-formatted-string.span","span#video-title","a#video-title","yt-formatted-string.ytd-transcript-segment-renderer","#description-inline-expander > yt-attributed-string > span","yt-attributed-string > span","ytd-notification-renderer .message","#message",".yt_to_text_transcript_text"],extraBlockSelectors:["yt-formatted-string.ytd-transcript-segment-renderer",".caption-visual-line"],"subtitleRule.add":{type:"youtube",subtitleUrlRegExp:"(/api/timedtext|videoplayback\\?expire.*text)",translateSelectors:[".caption-window",".caption-visual-line"],videoPlayerSelector:".html5-video-player.playing-mode,.html5-video-player.paused-mode",loadingContainerSelector:".ytp-caption-window-container",videoADSelector:".ytp-ad-player-overlay",translationOnlyPattern:["www.youtube.com/watch*","www.youtube.com/embed*","www.youtube.com/shorts*"],subtitleButtonSelector:".html5-video-player.playing-mode .ytp-subtitles-button,.html5-video-player.paused-mode .ytp-subtitles-button",languageSelector:".ytp-menuitem-label",injectedCss:["#shorts-player .ytp-caption-window-bottom {top: 2%; bottom: unset!important;} #immersive-translate-quick-button-container {font-size: 12px;z-index:1001;}"],quickButtonRule:{appendSelector:".ytp-chrome-controls",insertBeforeSelector:".ytp-right-controls"},videoSelector:".html5-video-player.playing-mode video,.html5-video-player.paused-mode video",attachRule:{appendSelector:".html5-video-player.playing-mode,.html5-video-player.paused-mode",injectedCSS:[".imt-caption-container {z-index:40;}",".imt-caption-window {margin-bottom: 2%}"],injectedGlobalCSS:[".caption-window {display: none;} ","#shorts-player #immersive-translate-caption-window { height: 20%;}",".html5-video-player:not(.ytp-autohide) #immersive-translate-caption-window {bottom: 60px;}"]}},urlChangeDelay:2e3,wrapperPrefix:"
",wrapperSuffix:""},{id:"tvYoutube",matches:"tv.youtube.com","subtitleRule.add":{type:"youtube",preTranslation:!0,humanPreferred:!1,subtitleUrlRegExp:"(/api/timedtext|videoplayback\\?expire.*text)",translateSelectors:[".caption-window",".caption-visual-line"],videoPlayerSelector:".html5-video-player.playing-mode,.html5-video-player.paused-mode",loadingContainerSelector:".ytp-caption-window-container",videoADSelector:".ytp-ad-player-overlay",translationOnlyPattern:["tv.youtube.com/watch*"],subtitleButtonSelector:".ytp-subtitles-button",languageSelector:".ytp-menuitem-label",injectedCss:["#shorts-player .ytp-caption-window-bottom {top: 2%; bottom: unset!important;} #immersive-translate-quick-button-container {font-size: 12px;z-index:1001;}"],quickButtonRule:{appendSelector:".ypcs-control-buttons-right",insertBeforeSelector:".ypcs-control-buttons-right .ypcs-volume-control-slot"},videoSelector:".html5-video-player.playing-mode video,.html5-video-player.paused-mode video",attachRule:{appendSelector:".html5-video-player.playing-mode,.html5-video-player.paused-mode",injectedCSS:[".imt-caption-container {z-index:40;}",".imt-caption-window {margin-bottom: 2%;}"],injectedGlobalCSS:[".caption-window {display: none;} ","#shorts-player #immersive-translate-caption-window { height: 20%;}",".html5-video-player:not(.ytp-autohide) #immersive-translate-caption-window {bottom: 60px;}"]}}},{id:"youtube-subtitle",matches:["www.youtube-nocookie.com","music.youtube.com"],extraBlockSelectors:[".caption-visual-line"],mainFrameMinTextCount:0,"excludeSelectors.add":[".captions-text",".ytp-caption-segment"],"subtitleRule.add":{type:"youtube",subtitleUrlRegExp:"/api/timedtext",translateSelectors:[".caption-window",".caption-visual-line"],videoPlayerSelector:".html5-video-player",loadingContainerSelector:".ytp-caption-window-container",videoADSelector:".ytp-ad-player-overlay",translationOnlyPattern:["www.youtube-nocookie.com/embed*","music.youtube.com/watch*"],subtitleButtonSelector:".ytp-subtitles-button",languageSelector:".ytp-menuitem-label",injectedCss:["#shorts-player .ytp-caption-window-bottom {top: 2%; bottom: unset!important;}"],quickButtonRule:{appendSelector:".ytp-chrome-controls",insertBeforeSelector:".ytp-right-controls"},videoSelector:".html5-video-player video",attachRule:{appendSelector:".html5-video-player",injectedCSS:[".imt-caption-container {z-index:40;}",".imt-caption-window {margin-bottom: 2%;}"],injectedGlobalCSS:[".caption-window {display: none;} ","#shorts-player #immersive-translate-caption-window { height: 20%;}",".html5-video-player:not(.ytp-autohide) #immersive-translate-caption-window {bottom: 60px;}"]}}},{id:"instagramMessage",matches:["https://www.instagram.com/direct/*"],wrapperPrefix:"
",selectors:["div[dir=auto].html-div"]},{id:"instagramPost",matches:["https://www.instagram.com/p/*","https://www.instagram.com/reels/*"],blockMinTextCount:1,paragraphMinTextCount:2,excludeSelectors:["hr+div span[dir=auto][style] > span"],selectors:["h1","ul li h3+div span[dir=auto]","hr+div span[dir=auto][style]","div > div[dir=auto]","div:not([class]) > div > div:nth-child(2)"],wrapperPrefix:"
"},{id:"otherInstagram",blockMinWordCount:1,matches:"https://www.instagram.com/*",paragraphMinTextCount:2,selectors:["h1","article span[dir=auto] > span[dir=auto]","._ab1y","ul li h3+div span[dir=auto]","hr+div span[dir=auto][style]","span[dir=auto] > div > span","div > h1[dir=auto]"],wrapperSuffix:""},{id:"1paragraph",matches:"1paragraph.app",selectors:["#book"]},{id:"poeditor",matches:"https://poeditor.com/projects/*",selectors:[".comment-body",".reference_language .source-string"]},{id:"substack",matches:["*.substack.com","newsletter.rootsofprogress.org"],selectorMatches:["link[href^='https://substackcdn.com/bundle/'][rel=preload]"],excludeSelectors:["[style^=top]",".publication-footer",".subscribe-footer",".main-menu",".navbar-title-link","[data-testid='navbar']",".navbar-title",".captioned-button-wrap",".subscription-widget-wrap",".tweet-header",".tweet-link-bottom",".expanded-link",".meta-subheader",".comment-meta",".comment-actions"],globalStyles:{".reader2-clamp-lines":"max-height: unset; -webkit-line-clamp: unset;","[class*='clamp-']":"max-height: unset; -webkit-line-clamp:unset;",".blurb-text":"max-height: unset;",".comment-body":"max-height: unset;"},extraBlockSelectors:[".reader2-post-title",".tweet-link-top",".tweet-link-bottom",".expanded-link"]},{id:"seekingalpha",matches:["seekingalpha.com/article/*","seekingalpha.com/news/*"],selectors:["[data-test-id=card-container]","[data-test-id=comments-section]"],excludeSelectors:["[data-test-id=post-page-meta]","header > div:first-child"]},{id:"hnAlgolia",matches:"hn.algolia.com",selectors:[".Story_title > a:first-child",".Story_comment > span"]},{id:"readwise",matches:"read.readwise.io",selectors:["div[class^='_titleRow_']","#document-text-content"],detectParagraphLanguage:!0},{id:"inoreader",matches:["www.inoreader.com","*.inoreader.com"],selectors:[".article_header_title",".article_title_link",".article_content",".article_magazine_title_link",".blog-post-page","#welcome_center",".gad_overview_articles_wrapper",".library_article_text h4",".header_name"],excludeMatches:["https://www.inoreader.com/features/"],observeUrlChange:!1,globalStyles:{".article_title_link,.library_article_text h4,.gadget_overview_article_title,.article_magazine_title_link,.reader_pane_view_style_2 .column_view_title":"-webkit-line-clamp: unset;max-height: unset;",".article_tile_content_wraper,div.article_tile":"overflow:auto",".article_header_title":"white-space:normal"}},{id:"aha",matches:"*.ideas.aha.io",excludeSelectors:[".comment-header",".vote-status",".idea-meta",".filters-title",".ideas-showing-count",".my-ideas-filters-wrapper",".statuses-filters-wrapper",".categories-filters-wrapper","[class^='attachment']","span[class^='attachment-name']"]},{id:"googleScholar",matches:["scholar.google.*/*","scholar.google.com.*/*","scholar.google.co.*/*"],wrapperPrefix:` +`,selectors:["h3 a[data-clk]","div.gs_rs","td a.gsc_a_at","td div.gs_gray:last-of-type","div.gsc_oci_value","#gs_opinion"],extraInlineSelectors:["br"],atomicBlockSelectors:["h3 a[data-clk]"]},{id:"googleMail",matches:"mail.google.com",detectParagraphLanguage:!0,selectors:["h2[data-thread-perm-id]","span[data-thread-id]","div[data-message-id] div[class='']",".messageBody","#views"],globalStyles:{"[role='listitem'] > div":"height:auto!important;white-space:unset!important;"}},{id:"googleNews",matches:"news.google.com",blockMinTextCount:26,blockMinWordCount:5,globalStyles:{".MCAGUe":"height: auto;",".To2ZZb.DbQnIe":"height: unset;",".cp7Yvc > h2":"display: block;",".oovtQ":"height: auto;",h4:"-webkit-line-clamp: unset;"},excludeSelectors:[".EyERq",".AOl7G.eejsDc","[aria-label='Home']","[aria-label='For you']","[aria-label='Following']","[aria-label='World']","[aria-label='Local']",".gb_Fc",".wBQf7b",".yPI8Rb",".jKHa4e",".u43Gd",".Zgjpyb","[role='button']","[jsname='rymPhb']",".cbz1ld",".VfPpkd-P5QLlc",".XvhY1d"]},{id:"outlook",matches:"outlook.live.com",excludeSelectors:[".jHAG3.XG5Jd",".OZZZK",".lDdSm"]},{id:"producthunt",matches:"www.producthunt.com",excludeMatches:"https://www.producthunt.com/stories/*",selectors:["h2","div[class^='styles_htmlText__']","[class^='styles_tagline']","a[href^='/discussions/'].fontWeight-600","button[class^='styles_textButton'] > div > span","h5 + p","div[data-test=product-item-name] + div",".noOfLines-1,.noOfLines-2,.noOfLines-3",".fontWeight-600","[class*='styles_dropdown']","[class*='styles_aboutText']","[class*='styles_titleContainer']","[class*='styles_header'] h1"],globalStyles:{"h5 + p":"height:unset;",".noOfLines-1,.noOfLines-2,.noOfLines-3":"-webkit-line-clamp:unset;"},"excludeTags.remove":["PRE"]},{id:"codeforces",matches:"https://codeforces.com/*","stayOriginalTags.add":["[class^='MathJax']"]},{id:"discord",matches:"https://discord.com/channels/*",isTranslateTitle:!1,selectors:["li[id^=chat-messages] div[id^=message-content]","div[class^=headerText]","section[aria-label='Search Results'] div[id^=message-content]"],extraBlockSelectors:["[class^='embedFieldValue']","li[class^='card'] div[class^='message']","[data-list-item-id^='forum-channel-list'] div[class^='headerText']"],globalStyles:{"div[class^=headerText]":"max-height: unset;","div[class^=message]":"max-height: unset;","div[class^=text]":"max-height: unset;","h3[data-text-variant='heading-lg/semibold']":"-webkit-line-clamp: none;"},detectParagraphLanguage:!0,wrapperPrefix:"
",wrapperSuffix:"",paragraphMinTextCount:4,paragraphMinWordCount:2},{id:"telegram",matches:["web.telegram.org/z/*","web.telegram.org/a/*"],isTranslateTitle:!1,selectors:[".text-content",".message",".reply-markup-button-text",".bot-commands-list-element-description"],"extraBlockSelectors.add":[".message.spoilers-container em",".message.spoilers-container strong"],excludeSelectors:[".time",".peer-title",".document-wrapper",".message.spoilers-container custom-emoji-element"],detectParagraphLanguage:!0},{id:"telegramK",matches:["web.telegram.org/k/*","web.telegram.org/k/"],selectors:[".message",".reply-markup-button-text",".bot-commands-list-element-description"],"extraBlockSelectors.add":[".message.spoilers-container em",".message.spoilers-container strong"],excludeSelectors:[".time",".peer-title",".document-wrapper",".message.spoilers-container custom-emoji-element"],detectParagraphLanguage:!0},{id:"githubGist",matches:"gist.github.com",selectors:[".markdown-body",".readme"],detectParagraphLanguage:!0},{id:"lobste",matches:"lobste.rs",excludeMatches:["https://lobste.rs/about","https://lobste.rs/chat"],selectors:[".u-repost-of",".comment_text",".story_text"]},{id:"slack",matches:"*.slack.com",selectors:[".p-rich_text_block",".p-message_pane__foreword",".c-alert__message","[data-qa=message_attachment_text]"],additionalStayOriginalSelectors:["[data-qa=emoji]"],detectParagraphLanguage:!0},{id:"artstationArtwork",matches:"www.artstation.com/artwork/*",excludeSelectors:".project-description a",selectors:[".project-description","div.project-comment-text"],detectParagraphLanguage:!0},{id:"artstationLearning",matches:"www.artstation.com/learning/courses/*",additionalSelectors:["footer.learning-course-description.ng-star-inserted > span"],excludeSelectors:[".learning-card-meta",".vjs-text-track-display"],"mutationExcludeSelectors.add":[".vjs-text-track-display *"],"subtitleRule.add":{type:"webvtt",subtitleUrlRegExp:"/subtitles/.*\\.(vtt|webvtt)$",loadingContainerSelector:".vjs-text-track-display",quickButtonRule:{appendSelector:".vjs-control-bar",insertBeforeSelector:".vjs-playback-rate",injectCSS:".imt-quick-subtitle-button { font-size: 12px;} .logo,.logo svg { height: 18px !important; width: 18px !important;} .imt-quick-subtitle-pop-content {bottom: 38px !important;}"},videoSelector:"video",attachRule:{appendSelector:".video-js",injectedGlobalCSS:[".vjs-text-track-display {display: none;}",".captions-text: {margin-bottom: 10%;}"]}}},{id:"artstationBlog",matches:["https://www.artstation.com/blogs","https://www.artstation.com/blogs/*"],detectParagraphLanguage:!0,additionalSelectors:[".comment-item-body"],atomicBlockSelectors:[".author-headline",".author-location"],excludeSelectors:["blog-card-thumbnail","blog-card-header",".blog-card-author",".blog-card-meta",".blog-view-header",".blog-grid-title",".post-meta-header"]},{id:"figmaCommunity",matches:"www.figma.com/community/*",normalizeBody:"div.ql-editor[contenteditable='false']",excludeSelectors:["div[class*='metadataRight']","div[class*='commentMetaAndOptions']"],globalStyles:{"div[class*='mini_cardBottomRowSizing']":"height: 3em;"},additionalSelectors:["div[class*='mini_cardBottomRow_Metadata']"],stayOriginalSelectors:["[data-tooltip='tooltip-user-info']"]},{id:"googleIndex",matches:["https://www.google.com/","https://www.google.com.hk/"],excludeSelectors:["#gb","#SIvCob"],inputTutorialsText:"\u8BD5\u8BD5\u8F93\u5165\u4E2D\u6587\u540E\u5FEB\u901F\u8FDE\u51FB 3 \u6B21\u7A7A\u683C\u952E\u7FFB\u8BD1\uFF08\u4EC5\u63D0\u793A\u4E00\u6B21\uFF09",inputTutorialsSelectors:["textarea#APjFqb"],"inputConfig.add":{tutorialsText:"\u8BD5\u8BD5\u8F93\u5165\u4E2D\u6587\u540E\u5FEB\u901F\u8FDE\u51FB 3 \u6B21\u7A7A\u683C\u952E\u7FFB\u8BD1\uFF08\u4EC5\u63D0\u793A\u4E00\u6B21\uFF09",tutorialsSelectors:["textarea#APjFqb"]}},{id:"googleSearch",matches:"www.google.*/search*",blockMinTextCount:32,blockMinWordCount:3,wrapperSuffix:"",detectParagraphLanguage:!0,excludeSelectors:["a h3 + div","div#sfooter","a[role=presentation] > div > div:first-child",".b5ZQcf",".CEMjEf",".MgUUmf.NUnG9d","#result-stats","[role=navigation]","div.sCuL3","div.eFM0qc.BCF2pd","div.WZ8Tjf","div.adDDi","#headerSection","#rateChatDiv","[id=bres]",".title-D5Lgyj","[data-attrid='VisualDigestVideoResult']",".search-enhance-WDIEkP h4",".SPZz6b h2",".CtCigf",".VLkRKc",".EbH0bb",".Wr0c6d",".jleFbf","#searchform",".yg51vc",".CbAZb"],extraBlockSelectors:[".MUFPAc"],"additionalExcludeSelectors.add":["[jscontroller='UsftYd']"],globalStyles:{".V82bz":"-webkit-line-clamp: unset;max-height: unset;margin-bottom:30px",".pe7FNb":"-webkit-line-clamp: unset;",".promotion-3PDMAb":"display: none;",".uAKcGb":"-webkit-line-clamp: unset;max-height: unset;margin-bottom:30px","div[data-content-feature='1'] > div":"-webkit-line-clamp: unset;max-height: unset;","div[style='-webkit-line-clamp:2']":"-webkit-line-clamp: unset;max-height: unset;","div[style='-webkit-line-clamp:3']":"-webkit-line-clamp: unset;max-height: unset;","div[style='-webkit-line-clamp:4']":"-webkit-line-clamp: unset;max-height: unset;",".Pw4Ldf.RsCEN":"height:unset;",".related-question-pair":"overflow:auto;"},ignoreZhCNandZhTW:!0,isTranslateTitle:!1,searchEnhancementConfig:[{id:"google",urlMatch:"https://www\\.google\\..+/search",style:{source:"font-size:12px; margin-bottom: 6px;",enTitle:"margin-top:6px;font-size:14px;",searchTitle:"margin-top:6px;position:relative;padding-right:24px;",more:"color:#1a0dab;margin-top:8px;",enTitleClassName:"immersive-translate-search-enhancement-en-title"},keyword:{value:"[0]$1",matches:[{source:"url",matchRegex:"q=(.+?)&"}]},showCount:5}]},{id:"lowendtalk",matches:"lowendtalk.com",selectors:["[role=heading]","h1",".userContent"]},{id:"linkedinJobs",matches:"www.linkedin.com/jobs/*",selectors:["#job-details > span",".decorated-job-posting__details"]},{id:"linkedinFeed",matches:"https://linkedin.com/feed/*",selectors:["h1",".feed-shared-update-v2__description-wrapper"]},{id:"indiehackers",matches:"www.indiehackers.com",selectors:[".content","h1","h3.story__title",".feed-item__title-link",".article-body",".interview-body"]},{id:"libreddit",matches:"libreddit.de",selectors:["h2.post_title",".comment_body > .md"]},{id:"notionSite",matches:["notion.site","*.notion.site"],normalizeBody:"body",selectors:["div[data-block-id]"]},{id:"notion_so",matches:["www.notion.so"],injectedCss:["[aria-label='Templates'] font br {display:none;}"]},{id:"newyorker",matches:"www.newyorker.com",additionalSelectors:["h1","[data-testid=SummaryItemHed]"],excludeSelectors:["[data-testid=PersistentTop]","[data-testid=StackedNavigationHeader]"],urlChangeDelay:2e3},{id:"startme",matches:"start.me",selectors:[".rss-article__title",".rss-articles-list__article-link",".rss-showcase__title",".rss-showcase__text"]},{id:"scmp",matches:"www.scmp.com",additionalSelectors:[".info__subHeadline",".section-content h2"],globalStyles:{".topic__article-list":"height: unset;",".adverisers__adveriser":"height: unset;",".advertiser__content":"height: unset;",".content-title__link":"display:unset;overflow:unset;-webkit-line-clamp:unset;",".title__text":"max-height:unset; -webkit-line-clamp:unset;",".news-list-item__news-title":"max-height:unset; -webkit-line-clamp:unset;","a[class*='link'] > .link__headline":"max-height:unset; -webkit-line-clamp:unset;"},"bodyRule.add":{bodySelector:"[data-qa='ArticleList-Item']",articleSelector:"[data-qa='GenericArticle-Content']",xpathRule:["datatype:p"]}},{id:"lesswrong",matches:"www.lesswrong.com",extraBlockSelectors:["span.commentOnSelection"]},{id:"mastodon",matches:["mastodon.social","mastodon.online","kolektiva.social","indieweb.social","mastodon.world","infosec.exchange"],isTranslateTitle:!1,selectorMatches:["div#mastodon"],selectors:["div.status__content__text",".about__section__body",".content",".form-container",".account__header__extra"],globalAttributes:{"[class='notranslate app-holder']":{class:"app-holder"}},detectLanguage:!0},{id:"cnbc",matches:"www.cnbc.com",urlChangeDelay:1e3,globalStyles:{"div.Card-titleContainer > div":"-webkit-line-clamp: unset;max-height: unset;"},"excludeSelectors.add":["#GlobalNavigation","#GlobalFooter",".LiveBlogHeader-timestampAndShareBarContainer",".LiveBlogHeader-liveUpdatesPill"]},{id:"dailyDev",matches:"app.daily.dev",selectors:["h1",".typo-body","article h3","[class^=markdown_markdown]"],globalStyles:{".line-clamp-3":"-webkit-line-clamp: unset"}},{id:"pornhub",matches:["*.pornhub.com","pornhub.com"],excludeMatches:["*.pornhub.com/insights/*","pornhub.com/insights/*"],extraBlockSelectors:[".trendingNow",".searchItem",".tagcloud > a"],detectParagraphLanguage:!0,wrapperPrefix:"
",wrapperSuffix:` `,globalStyles:{"span.title":"height:unset; max-height:unset;",".detailedInfo":"max-height:unset;",".pcVideoListItem":"max-height:unset;",".wrap":"height:unset;",".entry-header":"height:unset;",".entry-title > a":"height:unset;-webkit-line-clamp:unset;"}},{id:"yourporn",matches:"https://www.youporn.com/*",extraBlockSelectors:[".button"],globalStyles:{".video-box":"max-height:unset;",".video-box-title":"white-space:unset;"}},{id:"modelhub",matches:"https://www.modelhub.com/*",globalStyles:{".videoTitle":"height:unset;",a:"height:unset;"}},{id:"xvideos",matches:"https://www.xvideos.com/*",globalStyles:{".title":"-webkit-line-clamp:unset;max-height:unset;",".mozaique":"display:flex; flex-wrap:wrap;"},excludeSelectors:[".video-hd-mark"]},{id:"missav",matches:"https://missav.com/*",globalStyles:{".truncate":"white-space:unset;",".overflow-y-hidden":"max-height:unset;overflow-y:unset;"},"subtitleRule.add":{type:"av",avSerial:{type:"url",regexStr:".+/([a-z0-9-]+)$"},videoSelector:".plyr__video-wrapper video",attachRule:{appendSelector:".plyr--video",injectedGlobalCSS:""},quickButtonRule:{appendSelector:".plyr__controls",insertBeforeSelector:'[data-plyr="captions"]'}}},{id:"javbus",matches:"https://www.javbus.com/*",globalStyles:{".photo-info":"height:unset;"},excludeSelectors:[".item-tag","date"]},{id:"spankbang",matches:"https://spankbang.com/*",globalStyles:{".video-item > a":"white-space:unset;"},excludeSelectors:[".stats",".thumb"],extraBlockSelectors:[".searches > a",".tag > a",".extra > a",".positions > li"]},{id:"javdb",matches:"https://javdb*.com/*",globalStyles:{".video-title":"white-space:unset;"},excludeSelectors:[".video-number",".score",".has-addons"]},{id:"jable",matches:"https://jable.tv/*",globalStyles:{".title":"white-space:unset;max-height:unset;",".img-box > a":"position:relative;"}},{id:"netflav.player",matches:["https://netflavns1.com","https://embedrise.com"],mainFrameMinTextCount:0,"subtitleRule.add":{type:"av",avSerial:{type:"url",regexStr:"code=([a-z0-9-]+)"},videoSelector:"#vplayer video",attachRule:{appendSelector:"#vplayer"},quickButtonRule:{appendSelector:"#vplayer .jw-button-container",insertBeforeSelector:"#vplayer .jw-button-container .jw-icon-cc"}}},{id:"netflav",matches:["https://netflav*.com/*"],globalStyles:{".grid_title":"max-height:unset;"},extraBlockSelectors:[".genre_filter_item","button"],"subtitleRule.add":{type:"av",avSerial:{type:"selector",selector:".videodetail_2_field_values",serialAttachIframe:"#iframe-block"}}},{id:"czechvideo",matches:"https://czechvideo.co/*",globalStyles:{".short-story":"height:unset;",".short-title":"height:unset;"},globalAttributes:{header:{translate:"unset;"}}},{id:"weibo",matches:["weibo.com","*.weibo.*"],selectors:["div[class^='detail_wbtext']",".weibo-text"],"stayOriginalSelectors.add":[".expand"]},{id:"medium",matches:["medium.com","*.medium.com"],selectorMatches:["meta[property='al:ios:url'][content^='medium://']"],urlChangeDelay:20,"additionalExcludeSelectors.remove":["i.fa","i[class^=fa-]",".navmenu-container",".google-symbols"],selectors:["h1","h2","h3","article section","[aria-hidden='false'] pre","article p",".postMetaInline","a .u-fontSize24"],excludeSelectors:["[aria-label='Post Preview Reading Time']",".al.b.bl.ag.bp",".al.b.bl.ag.ai",".hx.hy.hz.ia.ib.ab",".qb.ab",".ai.bn.n.mj",".speechify-ignore"],globalStyles:{"h2,h3":"-webkit-line-clamp: unset;max-height:unset;","article p":"-webkit-line-clamp: unset;max-height:unset;"},injectedCss:[".u-lineClamp4,.u-lineClamp3,.u-lineClamp2 {-webkit-line-clamp:unset!important;max-height:unset!important;}"]},{id:"nitter",selectorMatches:["meta[property='og:site_name'][content='Nitter']"],selectors:[".tweet-content",".quote-text"]},{id:"economist",matches:"www.economist.com",extraInlineSelectors:["span[data-caps='initial']"],excludeSelectors:["footer.ds-footer"],injectedCss:["a::before {position:relative!important;}"]},{id:"healthline",matches:"www.healthline.com",excludeSelectors:[".icon-hl-trusted-source-after"]},{id:"ebay",matches:"www.ebay.com",excludeSelectors:["headers","[itemprop=offers]",".dne-itemtile-original-price"],paragraphMinTextCount:4,paragraphMinWordCount:2,globalStyles:{"[itemprop=name]":"-webkit-line-clamp: unset;max-height: unset;",".merch-item-title":"-webkit-line-clamp: unset;max-height: unset;"}},{id:"skinstore",matches:"www.skinstore.com",excludeSelectors:[".responsiveFlyoutMenu_levelOneLink"],paragraphMinTextCount:4,paragraphMinWordCount:2},{id:"tripadvisor",matches:"www.tripadvisor.com",paragraphMinTextCount:4,paragraphMinWordCount:2},{id:"primevideo",matches:["www.primevideo.com","https://*.amazon.co.*/*video*","https://*.amazon.com/*video*"],"excludeSelectors.add":["#dv-web-player"],"mutationExcludeSelectors.add":["#dv-web-player *"],"subtitleRule.add":{type:"ebutt",hookType:"xhr",subtitleUrlRegExp:"\\.ttml2$",loadingContainerSelector:"#dv-web-player"}},{id:"amazon",matches:"www.amazon.com",paragraphMinTextCount:4,paragraphMinWordCount:2,extraBlockSelectors:[".a-size-small.a-link-normal.page-banner-link.a-nowrap"],globalStyles:{".a-carousel-viewport":"height:unset;","[class*='clamp']":"max-height: unset;-webkit-line-clamp: unset;","[data-rows]":"max-height: unset;-webkit-line-clamp: unset;","[data-a-expander-name='review_text_read_more']":" max-height: unset;"},excludeSelectors:["#navFooter","#navbar-main",".s-price-instructions-style","[class*='-star ']","[data-hook='acr-average-stars-rating-text']",".a-color-price"]},{id:"visualstudioMarketplace",matches:"marketplace.visualstudio.com",additionalExcludeSelectors:[".core-info-second-row",".core-info-third-row",".meta-data-list",".item-title",".breadcrumb",".itemDetails-right",".ux-user-name",".ux-updated-date",".ux-item-second-row-wrapper",".stats-and-offer",".header-container"],atomicBlockSelectors:[".core-info-cell > div.name"],globalStyles:{".item-details-control-root.ux-item-shortdesc":"height: unset; overflow: visible; max-height:unset;"}},{id:"bloomberg",matches:"www.bloomberg.com",urlChangeDelay:2e3,excludeSelectors:[".ticker-bar","nav","[aria-label=Banner]","aside","[data-component=ticker-bar]","footer.bb-global-footer",".vjs-text-track-display"],"bodyRule.add":{bodySelector:"main article",articleSelector:".body-content"},"subtitleRule.add":{type:"webvtt",subtitleUrlRegExp:"webvtt$",loadingContainerSelector:".vjs-text-track-display",quickButtonRule:{appendSelector:".vjs-control-bar",insertBeforeSelector:".vjs-playback-rate"}}},{id:"baiduXueshu",matches:"xueshu.baidu.com",globalStyles:{".abstract_wr":"height: unset; overflow: visible; max-height:unset;"}},{id:"sciencedirect",matches:"www.sciencedirect.com",urlChangeDelay:2e3,stayOriginalSelectors:["span.display","span.math"],extraBlockSelectors:["span.captions","span[id^=cap]"],globalAttributes:{"#abspara0010 br":{style:"display:none;"}}},{id:"thehighestofthemountains",matches:"www.thehighestofthemountains.com",extraBlockSelectors:"div"},{id:"telegraph1",matches:"te.legra.ph",normalizeBody:"div.ql-editor[contenteditable='false']",urlChangeDelay:500},{id:"telegraph2",matches:["telegra.ph"],normalizeBody:"div.ql-editor[contenteditable='false']",wrapperPrefix:` `},{id:"annasArchive",matches:["*.annas-archive.org","annas-archive.org"],selectors:[],globalStyles:{"div[id^='link-index-']":"height: unset; max-height: unset;","main div[class*='h-[125]']":"height:auto"},normalizeBody:"body",extraBlockSelectors:["a.custom-a"]},{id:"explainshell",matches:["explainshell.com"],selectors:["[class='help-box']"]},{id:"apnews",matches:["apnews.com"],urlChangeDelay:2e3},{id:"googlePlay",matches:"play.google.com",excludeSelectors:[".vlGucd",".ubGTjb"],globalStyles:{".Epkrse":"-webkit-line-clamp:unset;"}},{id:"tumblr",matches:["www.tumblr.com"],selectors:["article h1","article > header + div","[data-testid=notes-root] p","div.k31gt","p","article ul","article h2","article h3","article h4","article h5","article h6","article blockquote","article ol"],excludeSelectors:["div.fAAi8","div.wvu3V"],preWhitespaceDetectedTags:["DIV","SPAN","P"]},{id:"tinytask",matches:"https://www.tinytask.net",globalStyles:{"table > tbody > tr > td > center > table > tbody > tr > td > ul > li":"height: 100%"}},{id:"foxnews",matches:"www.foxnews.com",shadowRootSelectors:["[data-spot-im-module-default-area='conversation'] > div"],"excludeTags.add":["TEXT","IMG","SUB","SUP","CODE","TT","ASIDE"],excludeSelectors:[".site-footer",".components-MessageDetails-index__message-details-wrapper","div[class^=SlideDown__container]",".components-MessageActions-index__messageActionsWrapper","span[data-openweb-allow-amp]","div.spcv_typing-users"]},{id:"afreecatv",matches:"www.afreecatv.com",globalStyles:{"a.title":"max-height:unset;-webkit-line-clamp:unset;"}},{id:"opennet",matches:"opennet.ru","excludeTags.add":["LABEL","IMG","SUB","SUP","CODE","TT"],"excludeTags.remove":["LINK","G","MATH","TTS-SENTENCE","AIO-CODE"]},{id:"construct",matches:["www.construct.net"],excludeMatches:["preview.construct.net","editor.construct.net"],additionalSelectors:["aside","div.manualContent"],atomicBlockSelectors:[],stayOriginalSelectors:["a.usernameReference"],additionalInlineSelectors:["a.forumLink"],additionalExcludeSelectors:["div.topNav","div.usernameLink","ul.authorDetails","ul.tagViewer","ul.breadCrumbNav","ul.subForumForums","ul.postTools","li.comment ul.controls","div.forumTopNavWrap","div.downloadWrap","div.articleLeftMenu","div.usernameTextWrap","div.favouriteWrap","div.bannerWrapper","div.viewAddonRightMenu","div.extendedMenu.addonsSubMenu","#BottomLinks.bottomLinks","div#LeftSide.leftSide","div#BottomWrap.bottomWrap","div.courseListWrap div.overview","div.conversationControls","div.contentWrapper h1","div.conversationControls","td.location a#LocationLink","#TopLevelComments .topBar","#TopLevelComments .controls",".tagViewWrap",".changeCount",".otherStats",".FilterMenu",".mobileTopicStats",".forumControlsWrapper",".forumsBottomNavWrap",".breadCrumbNav",".favouriteWrap",".usernameLink",".followWrapper",".blogPostStats",".manualContent dl dt"],globalStyles:{"td.location a#LocationLink":"padding-top: 4px;","div.articleMain .tutCourseWrap":"align-items: flex-start;"}},{id:"getpocket",matches:"getpocket.com",selectors:["h2","div.excerpt p","article","h1"],globalStyles:{"h2.title":"max-height:unset;-webkit-line-clamp:unset;","div.excerpt p":"max-height:unset;-webkit-line-clamp:unset;"}},{id:"fandom",matches:"*.fandom.com",urlChangeDelay:800,normalizeBody:"#mw-content-text",globalStyles:{"#mw-content-text > div > div:nth-child(1)":"height:100%;"},additionalExcludeSelectors:["header.fandom-community-header","div.ph-registration-buttons"]},{id:"huggingface",matches:"huggingface.co",globalStyles:{".line-clamp-2":"-webkit-line-clamp:unset;max-height:unset;"}},{id:"statista",matches:"www.statista.com",globalStyles:{".itemContent__text":"height:unset;max-height:unset;",".itemContent__subline":"height:unset;max-height:unset;"}},{id:"epubReader",matches:"epub-reader.online",globalStyles:{"span.slide-contents-item-label":"overflow:visible;max-height:unset;white-space:normal;"},atomicBlockSelectors:["div.slide-contents-item"]},{id:"you",matches:"https://you.com/search",globalStyles:{h3:"max-height:unset;-webkit-line-clamp:unset;",".caKYaC":"max-height:unset;-webkit-line-clamp:unset;",".dDwDsu":"max-height:unset;-webkit-line-clamp:unset;"},excludeSelectors:["div.hpIWZO"]},{id:"auth0Openai",matches:"auth0.openai.com",excludeSelectors:["form","header > h1"]},{id:"chatOpenai",matches:"chat.openai.com",excludeSelectors:["div.absolute.bottom-0.left-0.w-full","h1","div#headlessui-portal-root","nav","ul[aria-multiselectable]",".markdown *","div[class='flex flex-col items-start']","div[class='flex items-center justify-center gap-1 border-b border-black/10 bg-gray-50 p-3 text-gray-500 dark:border-gray-900/50 dark:bg-gray-700 dark:text-gray-300']"],"excludeTags.remove":["BUTTON"],isTranslateTitle:!1,wrapperPrefix:"",globalStyles:{"[class*='line-clamp']":"max-height:unset;-webkit-line-clamp:unset;height:unset;white-space:unset;"},aiRule:{streamingSelector:".result-streaming.markdown",messageWrapperSelector:".markdown",streamingChange:!0,streamingDeepChild:!0,streamingDelayTime:1e3}},{id:"poe",matches:["https://poe.com/*"],excludeSelectors:[".Markdown_markdownContainer__Tz3HQ *",".MarkdownLink_linkifiedLink__KxC9G","menu","aside"],aiRule:{streamingSelector:".ChatStopMessageButton_stopButton__LWNj6",messageWrapperSelector:".Markdown_markdownContainer__Tz3HQ",streamingChange:!1,streamingDeepChild:!0,streamingDelayTime:1e3}},{id:"glasp",matches:"glasp.co",excludeSelectors:[".home_overview_list_content_wrapper"]},{id:"developerChrome",matches:"developer.chrome.com",excludeSelectors:["web-tabs","ul.code-sections--summary"]},{id:"android",matches:["developer.android.google.cn","developer.android.com"],observeUrlChange:!0,additionalSelectors:["aside","google-codelab-step"]},{id:"ft",matches:"www.ft.com",excludeSelectors:["header","[aria-labelledby=cookie-banner-aria-label]","footer","[aria-label='Primary navigation']"]},{id:"microsoft",matches:"https://apps.microsoft.com/store/detail/*",additionalSelectors:["pre"],globalStyles:{".line-clamp":"-webkit-line-clamp:unset;max-height:unset;"},isTransformPreTagNewLine:!0},{id:"gitlab",matches:"gitlab.com",excludeSelectors:[".tree-content-holder","nav",".home-panel-metadata","div[data-testid=project_topic_list]",".commit"]},{id:"tiktok",matches:"https://www.tiktok.com/*/video/*",selectors:["[data-e2e^=comment-level]","[data-e2e=browse-video-desc] > span"]},{id:"rfcEditor",matches:["www.rfc-editor.org","docs.haproxy.org"],isTransformPreTagNewLine:!0,"excludeTags.add":["IMG","SUB","SUP","CODE","TT","ASIDE","FOOTER"],"excludeTags.remove":["LINK","G","PRE","TTS-SENTENCE","AIO-CODE"]},{id:"steamcommunity",matches:"steamcommunity.com",globalStyles:{".forum_topic,.rightbox_list_option":"height:auto;",".forum_topic_name":"white-space:normal;line-height: 1.25rem; padding: 6px 20px 0 0;",".forum_topic_op":"clear: left; padding: 0 0 6px 2rem;"},excludeSelectors:[".forum_paging",".forum_topic_reply_count",".forum_topic_lastpost",".forum_topic_award_count",".discussion_search_pagingcontrols"]},{id:"steampoweredApp",matches:"store.steampowered.com/app/*",selectors:[".game_description_snippet",".game_area_description","#earlyAccessHeader","[id^='ReviewContent'] .content",".ModalOverlayContent"],excludeSelectors:["#global_actions","#store_controls","#foryou_tab","[class*=persona]","[class*=game_title_area]","a.btn_medium",".persona_name",".hours.ellipsis",".checkcol",".postedDate",".dev_row .summary",".already_in_library",".game_header_image_ctn .grid_content",".ds_flag.ds_wishlist_flag",".early_access_review.tooltip",".communitylink_achievement_images",".user_reviews_summary_row.summary",".review_award_ctn",".add_to_wishlist_area",".next_in_queue_content",".glance_tags.popular_tags",".game_purchase_action",".vote_button_ctn","#VoteUpDownBtnCtn","#footer","#ViewAllReviewssummary"],atomicBlockSelectors:[".game_area_sys_req_leftCol",".game_area_sys_req_rightCol"],extraInlineSelectors:[".pulldown"],additionalSelectors:[".game_page_autocollapse_ctn iframe"],globalStyles:{".game_description_snippet":"max-height:unset; overflow: scroll;",".game_purchase_area_friends_want":"height: auto; padding-bottom: 6px;",".div.early_access_banner":"height: 84px",".franchise_notice > *":"height: 84px"},detectParagraphLanguage:!0},{id:"steampowered",matches:"store.steampowered.com",detectParagraphLanguage:!0},{id:"nature",matches:"https://www.nature.com/articles/*",excludeSelectors:[".c-header",".c-recommendations-header",".c-recommendations-list-container",".c-article-references__links",".c-article-identifiers",".c-article-author-list",".c-article-metrics-bar__wrapper",".c-article__pill-button","#author-information-content","#article-info-section"]},{id:"webofscience",matches:"https://www.webofscience.com/*",globalStyles:{".abstract":"height:auto !important;",".show-more-lines":"height:unset !important;"},excludeSelectors:[".summary-left-panel",".authors","app-full-record-keywords mark"],mutationObserverContainerSelectors:["[data-ta='summary-record-title-link']","#FullRTa-fullRecordtitle-0"],extraBlockSelectors:["app-summary-authors + div","app-full-record-keywords span span"],observeUrlChange:!0,urlChangeDelay:600,mutationChangeDelay:600},{id:"appleinsider",matches:["appleinsider.com"],excludeSelectors:["#topic-nav"]},{id:"jetbrains",matches:"https://www.jetbrains.com/help/*",extraBlockSelectors:["[data-test=prompt]"]},{id:"crates",matches:["https://crates.io/search*"],selectors:["div[class^=_description-box] div[class^=_description]"]},{id:"theverge",matches:"www.theverge.com",shadowRootSelectors:["div#coral_thread > div"]},{id:"simp",matches:"https://beta.simp.red/trans*",mainFrameSelector:".simpread-read-root"},{id:"lookintobitcoin",matches:"https://www.lookintobitcoin.com/charts/*",excludeSelectors:["svg"]},{id:"openaiAccount",matches:"https://platform.openai.com/account/api-keys*",urlChangeDelay:1500},{id:"openaiDocs",matches:"https://platform.openai.com/docs*","excludeSelectors.add":[".pheader"]},{id:"pkgStd",matches:"https://pkg.go.dev/std",selectors:["td.UnitDirectories-desktopSynopsis"]},{id:"pkg",matches:"https://pkg.go.dev/*",selectors:["div.UnitDetails p"]},{id:"explainpaper",matches:["https://www.explainpaper.com/reader*"],isTranslateTitle:!1,selectors:[".leading-relaxed",".chat-messages p",".text-sm"]},{id:"colab",matches:"https://colab.research.google.com/*",excludeSelectors:["code","view-line"]},{id:"gatesnotes",matches:"www.gatesnotes.com",minZIndex:-1},{id:"kakao",matches:"page.kakao.com",shadowRootSelectors:["div[style^='visibility: visible'"]},{id:"coinmarketcap",matches:"coinmarketcap.com",extraBlockSelectors:["div[class='sc-3502f6cd-0 JxHqg']"]},{id:"wandb",matches:"wandb.ai",additionalSelectors:[".report-page-top"],additionalStayOriginalSelectors:["span[data-slate-inline=true]"],extraInlineSelectors:[]},{id:"paulgraham",matches:"paulgraham.com",additionalSelectors:["font[face=verdana]"],extraBlockSelectors:"font[face=verdana]"},{id:"zendesk",matches:"https://*.zendesk.com/agent/*",selectors:["[data-test-id*=subject]",".zd-comment",".title"]},{id:"migadu",matches:"webmail.migadu.com",selectors:[".bodyText"]},{id:"thehackernews",matches:"thehackernews.com",excludeSelectors:["span#blog-pager-older-link","span.h-datetime"],additionalSelectors:[".pop-title"]},{id:"brown",matches:"cs.brown.edu",excludeSelectors:[".SCodeFlow"]},{id:"tass",matches:"tass.ru",globalStyles:{"#__next":"font-size: 19px;line-height:28px;"}},{id:"chatGoogle",matches:"chat.google.com",selectors:["[jsname=bgckF]"]},{id:"fiverr",matches:"https://www.fiverr.com/inbox/*",selectors:[".message-body"]},{id:"fiverr-main",matches:"*.fiverr.com",globalStyles:{"h3 > a":"-webkit-line-clamp:unset;overflow:unset;",h3:"-webkit-line-clamp:unset;overflow:unset;",h5:"-webkit-line-clamp:unset;overflow:unset;",p:"-webkit-line-clamp:unset;overflow:unset;",".YLycza2.u9KHmsf":"height:unset;max-height:unset;",".lt2ar2q.EhHcMiw":"height:unset; max-height: unset;"},excludeSelectors:[".popular"]},{id:"jira",matches:["jira.*.com/browse/*","jira.*.com/projects/*"],selectors:["[id=descriptionmodule]","[id=summary-val]","div.action-body","td.stsummary"]},{id:"ahaIo",matches:["*.aha.io"],selectors:["[tabindex='0']","div.user-content","div.comments__body","span.name"]},{id:"thehill",matches:"thehill.com",injectedCss:[".most-popular-item { max-height: unset !important; }",".most-popular-item__link { -webkit-line-clamp: unset !important; }"],excludeSelectors:["div.featured-cards__byline","div.list-item__meta",".tags__item","div.extended-scroll__header",".submitted-by",".site-header--has-alert-banner",".homepage__container__opinion__item__byline",".homepage__container__header",".archive__item__meta"]},{id:"ubuntu",matches:"manpages.ubuntu.com",selectors:["pre"],atomicBlockTags:["pre"]},{id:"spiedigitallibrary",matches:"www.spiedigitallibrary.org","excludeTags.add":["IMG","SUB","SUP","CODE","TT","ASIDE","FOOTER"],"excludeTags.remove":["LINK"]},{id:"promptingguide",matches:"www.promptingguide.ai",selectors:["article","li"]},{id:"ground",matches:"ground.news",globalStyles:{".line-clamp-3":"-webkit-line-clamp: unset !important;"}},{id:"ietf",matches:"*.ietf.org/doc/html/*",additionalSelectors:["pre"],isTransformPreTagNewLine:!0,preWhitespaceDetectedTags:["DIV","SPAN","PRE"]},{id:"newsminimalist",matches:"https://www.newsminimalist.com/",extraBlockSelectors:[".inline-flex"],"excludeTags.remove":["BUTTON"]},{id:"yandexIndex",matches:"https://yandex.com/",selectors:[".tabs__item-text"]},{id:"yandexSearch",matches:"https://yandex.com/search/*",excludeSelectors:[".KeyValue-Row",".EntityFeedbackFooter",".Organic-Subtitle",".SerpFooter-Content",".serp-user",".Pager"],globalStyles:{".ExtendedText-Toggle":"white-space:normal;"}},{id:"yandex",matches:"https://yandex.com/video/*",selectors:[".serp-item__title",".serp-item__text",".Keypoints-ItemTitle",".bes-epmjnzm-idtktyj",".OrganicTitle-LinkText","h1.VideoTitle"],globalStyles:{".serp-item__title":"-webkit-line-clamp: unset;max-height:unset;",".serp-item__text":"-webkit-line-clamp: unset;max-height:unset;",".OrganicTitle-LinkText":"-webkit-line-clamp: unset;max-height:unset;","h1.VideoTitle":"-webkit-line-clamp: unset;max-height:unset;",".link .serp-item__keypoints":"bottom:2px;",".OrganicTitle":"max-height:unset;"}},{id:"perplexity",matches:"https://www.perplexity.ai",globalStyles:{".line-clamp-1":"-webkit-line-clamp: unset !important;",".line-clamp-2":"-webkit-line-clamp: unset !important;"},"mutationConfig.add":{buildTimeout:1e3,consumeTimeout:1e3},additionalStayOriginalSelectors:["a.citation"],selectors:[".prose",".my-md",".line-clamp-2",".line-clamp-1"]},{id:"allmyfaves",matches:"https://allmyfaves.com/",selectors:["p"],paragraphMinTextCount:2,paragraphMinWordCount:1},{id:"man7",matches:"man7.org",isTransformPreTagNewLine:!0,globalStyles:{pre:"white-space: inherit;"}},{id:"kadaza",matches:"https://www.kadaza.com/",selectors:[".header span.title",".custom-content-footer"],containerMinTextCount:2,containerMinWordCount:1,paragraphMinTextCount:2,paragraphMinWordCount:1},{id:"urlChangeDelay",matches:["https://babelnovel.com/books/*","https://www.webnovel.com/book/*","https://platform.openai.com/docs/*","docs.oracle.com","docs-cortex.paloaltonetworks.com","forum.m5stack.com/topic/*","community.m5stack.com/topic/*"],urlChangeDelay:0,_comment:"\u89E3\u51B3url\u53D8\u5316\u91CD\u590D\u7FFB\u8BD1\u95EE\u9898"},{id:"genuine",matches:"blog.genuine.com",excludeSelectors:["div.enlighter"]},{id:"chinadaily",matches:"www.chinadaily.com.cn",injectedCss:["a { height: unset !important; }","li { height: unset !important; }","div { height: unset !important; }",".immersive-translate-target-inner {color:black;}"],excludeSelectors:[".topNav",".topNav2_art > span",".topNav_art2 > .dropdown",".dibu-three",".topBar"]},{id:"braynzarsoft",matches:"www.braynzarsoft.net",selectors:["div#view-question-desc"]},{globalAttributes:{"#stimulus":{translate:"off",class:"stimulus"},"#stem":{translate:"off",class:"stem"}},id:"lawhub",matches:"https://lawhub.lsac.org/question/*"},{id:"yuque",matches:"https://www.yuque.com/*",excludeSelectors:[".lark-virtual-tree"]},{id:"bearblog",matches:"https://bearblog.dev/discover/*",excludeTags:["small"]},{id:"researchgate",matches:"www.researchgate.net",excludeSelectors:[".nova-legacy-v-publication-item__meta-data",".nova-legacy-v-publication-item__person-list",".js-authors-list"]},{id:"theatlantic",matches:["www.theatlantic.com","https://mashable.com/*"],"excludeSelectors.add":["footer:last-of-type","nav","header div.subtitle-2.w-full"],initialSelectorGlobalAttributes:{"footer:last-of-type":{translate:"no"},"nav:last-of-type":{translate:"no"},nav:{translate:"no"}}},{id:"youtrackJetbrains",matches:"youtrack.jetbrains.com/articles/*",selectors:["[role=presentation]","[data-test=article-content]"],excludeSelectors:[".toolbar__ee8"]},{id:"dw",matches:"www.dw.com",initialSelectorGlobalAttributes:{"footer:last-of-type":{translate:"no"},"nav:last-of-type":{translate:"no"},nav:{translate:"no"}},excludeSelectors:[".focus-menu-shown"]},{id:"sentry",matches:"docs.sentry.io",initialSelectorGlobalAttributes:{"footer:last-of-type":{translate:"no"},".navbar":{translate:"no"}},"extraInlineSelectors.add":[".term-wrapper","span.description"]},{id:"openai-blog",matches:"https://openai.com/blog/*","stayOriginalTags.remove":["CODE"]},{id:"urlComment",selectorMatches:["meta[name='generator'][content^='Discourse']"],urlChangeDelay:0,_comment:"\u89E3\u51B3url\u53D8\u5316\u4F46\u662F\u9875\u9762\u4E0D\u53D8\u7684\u95EE\u9898"},{id:"feedly",matches:"feedly.com",globalStyles:{".TitleOnlyLayout":"height:unset !important;",".EntrySummary--u4":"-webkit-line-clamp: unset;max-height:unset;",".EntrySummary--u5":"-webkit-line-clamp: unset;max-height:unset;"},excludeSelectors:[".Leftnav"]},{id:"bardGoogle",matches:"bard.google.com",excludeSelectors:["mat-sidenav","div.capabilities-disclaimer","#cdk-overlay-6","message-actions button",".mdc-button__label .ng-star-inserted",".mdc-list-item__primary-text"],isTranslateTitle:!1,"excludeTags.add":["mat-tooltip-component"],"excludeTags.remove":["BUTTON"]},{id:"whatsapp",matches:"web.whatsapp.com",selectors:[".copyable-text > span"],wrapperPrefix:` -`,wrapperSuffix:"
"},{id:"bing",matches:"https://*.bing.com/search*",extraInlineSelectors:["a","i"],globalStyles:{"[class*='lineclamp'],.b_title":"-webkit-line-clamp:unset;"}},{id:"yahoo",matches:"*.yahoo.*",excludeSelectors:["._ys_jiqava","#ybar-inner-wrap","#Col2-5-Rmp-Proxy"],extraBlockSelectors:[".SIPGg",".sc-kzMCTH.pSZXj"],globalStyles:{"#atomic .Mt\\(20px\\)":"margin-top: 100px;","[class*='LineClamp']":"-webkit-line-clamp:unset;max-height:unset;","a[class*='js-content-viewer']> div[class*='Td\\(n\\)']":"overflow: scroll;","[class*='_ys_24482e']":"-webkit-line-clamp:unset;","#Aside > :first-child":"overflow:scroll;"}},{id:"wsj",matches:"www.wsj.com",excludeSelectors:["header","footer","nav","[aria-label='Markets summary']"]},{id:"businessinsider",matches:"www.businessinsider.com",excludeSelectors:["header","nav","section.live-updates-module "]},{id:"goodreads",matches:"www.goodreads.com",excludeSelectors:[".badgeYear",".gr-mediaBox__desc",".bookVotedRow",".minirating","div[itemprop='aggregateRating']",".wtrButtonContainer",".RatingsHistogram__labelTitle",".FollowButton",".siteHeader__topLevelLink","#books > thead","td[class*='rating']","td[class*='shelves']","td[class*='date_read']","td[class*='date_added']","td[class*='actions']"]},{id:"feeder",matches:"https://feeder.co/*",globalStyles:{".item-summary":"-webkit-line-clamp:unset;"}},{id:"elektrotechnik",matches:"https://www.elektrotechnik.rwth-aachen.de/*",globalAttributes:{"[class='notranslate']":{class:""}}},{id:"nytimes",matches:"www.nytimes.com",excludeSelectors:["#app > div > div > header","#app > div > div > div > div > header","#in-story-masthead"],injectedCss:["a::after {position:relative!important;}"]},{id:"bugsKde",matches:"bugs.kde.org","excludeTags.remove":["svg","PRE"],additionalExcludeSelectors:[".bz_first_comment_head",".bz_comment_head",".related_actions"]},{id:"eastmoney",matches:"guba.eastmoney.com",searchEnhancementConfig:[{id:"eastmoney",urlMatch:"guba.eastmoney.com/news,us\\w+,\\w+.html",delayTime:0,selector:".moneyFlowContainer",selectorAction:"insertBefore",style:{container:"background:white;border:none;border-radius: 4px;box-shadow: 0 2px 4px hsla(216,5%,62%,.14);",source:"font-size:12px; margin-bottom: 0px;",keyword:"color:#294688",title:"font-size:14px;color:#294688;",enTitle:"margin-top:4px;font-size:12px;",searchTitle:"margin:4px 0 16px;position:relative;padding-right:24px;font-size: 16px;",time:"margin: 0px 0 16px;",more:"color:#294688;margin-top:8px;"},keyword:{value:"[0]$1 stock",matches:[{source:"url",matchRegex:"guba.eastmoney.com/news,us(\\w+?),\\S+.html"}]},showCount:8},{id:"eastmoney",urlMatch:"guba.eastmoney.com/list,us\\w+.*.html",delayTime:0,selector:".qualityContentContainer",selectorAction:"insertBefore",style:{container:"background:white;border:none;border-radius: 4px;box-shadow: 0 2px 4px hsla(216,5%,62%,.14);",source:"font-size:12px; margin-bottom: 0px;",keyword:"color:#294688",title:"font-size:14px;color:#294688;",enTitle:"margin-top:4px;font-size:12px;",searchTitle:"margin:4px 0 16px;position:relative;padding-right:24px;font-size: 16px;",time:"margin:0px 0 16px;",more:"color:#294688;margin-top:8px;"},keyword:{value:"[0]$1:[0]$2",matches:[{source:{type:"selector",attribute:"href"},matchRegex:"code=(\\w+)_(\\w+)",match:"a[href*='rank/stock?code=']"}]},showCount:8}]},{id:"xueqiu",matches:"xueqiu.com",searchEnhancementConfig:[{id:"xueqiu",urlMatch:"xueqiu.com/S/[a-zA-Z]+/?$",delayTime:0,selector:".container-side-sm.float-right.stock__side",selectorAction:"appendChild",style:{container:"background:white;border:none;border-radius: 4px;padding:0;",source:"font-size:12px; margin-bottom: 0px;",keyword:"color:#06c",title:"font-size:14px;color:#06c;",enTitle:"margin-top:4px;font-size:12px;",searchTitle:"margin:4px 0 16px;position:relative;padding-right:24px;font-size: 16px;font-weight: bold;",time:"margin:0px 0 16px;",more:"color:#06c;margin-top:8px;"},showCount:8,keyword:{value:"[0]$1",matches:[{source:{type:"selector",attribute:"text"},matchRegex:"\\((.+)\\)",match:".stock-name"}]}}]},{id:"laohu8",matches:"www.laohu8.com",searchEnhancementConfig:[{id:"laohu8",urlMatch:"www.laohu8.com/stock/[a-zA-Z]+/?$",delayTime:0,selector:".hot-stocks-root",selectorAction:"insertBefore",style:{container:"background:white;border:none;border-radius: 4px;box-shadow: 0 2px 4px hsla(216,5%,62%,.14);",source:"font-size:12px; margin-bottom: 0px;",title:"font-size:14px;color: #007bff;",enTitle:"margin-top:4px;color: #4d5156;font-size:12px;",searchTitle:"margin:4px 0 16px;position:relative;padding-right:24px;font-size: 16px;",time:"margin: 0px 0 16px;"},keyword:{value:"[0]$1 stock",matches:[{source:"url",matchRegex:"stock/([a-zA-Z]+)"}]},showCount:8}]},{id:"futunn",matches:"www.futunn.com",searchEnhancementConfig:[{id:"futunn",urlMatch:"www.futunn.com/stock/\\w+-US",delayTime:0,selector:".right",selectorAction:"appendChild",style:{container:"background:white;border:none;border-radius: 4px;box-shadow: 0 2px 4px hsla(216,5%,62%,.14);",source:"font-size:12px; margin-bottom: 4px;",title:"font-size:14px;color: #007bff;",enTitle:"margin-top:4px;color: #4d5156;font-size:12px;",searchTitle:"margin:4px 0 16px;position:relative;padding-right:24px;font-size: 16px;",time:"margin: 4px 0 20px;"},keyword:{value:"[0]$1 stock",matches:[{source:"url",matchRegex:"stock/([a-zA-Z]+)-US"}]},showCount:8}]},{id:"bmvrMarseille",matches:"www.bmvr.marseille.fr",globalStyles:{"a > div":"display:block;","[style*='358px;']":"width: 33.3333%; height: auto; padding: 0px; position: relative; margin: 0px;"},globalAttributes:{"#app":{class:""}}},{id:"piAi",matches:"pi.ai/talk",globalStyles:{"[class*='text-brand-green']":"flex-direction:column;"}},{id:"claudeAi",matches:"claude.ai",excludeSelectors:[".contents *"],"excludeTags.remove":["PRE"],injectedCss:"[data-testid='chat-menu-trigger'] br {display:none;}",aiRule:{messageWrapperSelector:".contents",messageContainerSelector:".ReactMarkdown",messageStreamEndSelector:".contents > button",streamingChange:!0,streamingDeepChild:!1,streamingDelayTime:1e3}},{id:"feishu",matches:["*.feishu.cn","*.larkoffice.com","*.larksuite.com"],"additionalExcludeSelectors.remove":[".notranslate","[translate=no]"],mutationObserverLimitTargetSelectors:[".maindocbody","div[class*='render']","div[class*='block']"],"excludeSelectors.add":[".catalogue__list"]},{id:"gitbook",selectorMatches:[".gitbook-root"],"additionalExcludeSelectors.remove":[".notranslate","[translate=no]"],"additionalExcludeSelectors.add":["[spellcheck='false']"]},{id:"mitre",matches:"cwe.mitre.org",globalStyles:{"span.list_entry":"height: unset;"}},{id:"kaggle",matches:"www.kaggle.com",excludeTags:["i","button"]},{id:"ieee",matches:"spectrum.ieee.org",extraBlockSelectors:["small"]},{id:"ieeexplore",matches:"ieeexplore.ieee.org",stayOriginalSelectors:["a[ref-type]",".inline-formula",".display-formula"]},{id:"cnn",matches:"*.cnn.com","excludeSelectors.add":[".ad-slot-header__wrapper","#pageFooter"],"bodyRule.add":{bodySelector:".layout__content-wrapper",articleSelector:".article__content-container"}},{id:"marginalrevolution",matches:"marginalrevolution.com",globalAttributes:{header:{translate:"unset;"}}},{id:"highfrequencyelectronics",matches:"www.highfrequencyelectronics.com",globalStyles:{"#main-content":"overflow:unset;"}},{id:"githubBlog",matches:"github.blog",globalStyles:{".font-mktg":"word-break:normal;"}},{id:"semanticscholar",matches:"www.semanticscholar.org",selectors:[".cl-paper-title",".cl-paper-abstract",".tldr-abstract-replacement",".text-truncator",".paper-detail-title"]},{id:"uni-trier",matches:"dblp.uni-trier.de",selectors:["h1","h2",".title",".external","dd p"],excludeSelectors:[".side-column"]},{id:"bilibili",matches:"www.bilibili.com","excludeSelectors.add":[".bpx-player-subtitle-panel-text"],"subtitleRule.add":{type:"bilibili",subtitleUrlRegExp:"aisubtitle.hdslb.com/bfs",loadingContainerSelector:".bpx-player-subtitle-panel"}},{id:"time",matches:"time.com",excludeSelectors:[".date-and-duration"],globalStyles:{".headline":"-webkit-line-clamp:unset;overflow:unset;height:unset;",h3:"-webkit-line-clamp:unset;overflow:unset;",p:"-webkit-line-clamp:unset;overflow:unset;"}},{id:"docs-swift",matches:"docs.swift.org",selectors:[".content","#menu"]},{id:"uzh",matches:"www.uzh.ch",injectedCss:[".TextImage--inner {overflow:auto !important;}"]},{id:"mail-yandex",matches:"mail.yandex.com",selectors:["article",".Text_color_primary",".mail-MessageSnippet-Item_subject"],globalStyles:{".mail-MessageSnippet":"height: unset; line-height:unset;",".immersive-translate-target-translation-block-wrapper":"margin:unset;"}},{id:"forums.zotero",matches:"forums.zotero.org",selectors:[".page-sidebar",".page-content"]},{id:"pubmed.ncbi.nlm.nih.gov",matches:"pubmed.ncbi.nlm.nih.gov",urlChangeDelay:0,excludeSelectors:[".docsum-journal-citation",".citation-part",".docsum-authors",".top-wrapper",".article-source",".citation-doi",".identifiers",".cite",".share",".arrow-link"],globalAttributes:{"#Scholarscope_HighlightContent":{class:""},"#Scholarscope_HighlightOrigin":{class:"Scholarscope_HighlightContents"}},mutationExcludeContainsSelectors:["#Scholarscope_HighlightContent highlight"],mutationExcludeSelectors:["#Scholarscope_HighlightContent","#Scholarscope_HighlightContent span"],injectedCss:["#Scholarscope_HighlightOrigin > p font,#Scholarscope_HighlightContent > p font {display: inline!important;}","#Scholarscope_HighlightOrigin > p font br,#Scholarscope_HighlightContent > p font br {display: none!important;}"]},{id:"chosun",matches:"www.chosun.com",injectedCss:"body {word-break: unset!important;}"},{id:"yna",matches:"*.yna*",injectedCss:["font > br {display:none}"],globalStyles:{"a,strong":"max-height:unset;-webkit-line-clamp:unset;height:unset;white-space:unset;","div,p,li,.item-box01,.news-con":"height:unset;max-height:unset;-webkit-line-clamp:unset;"},"additionalExcludeSelectors.remove":[".notranslate","[translate=no]"]},{id:"cnet",matches:"www.cnet.com",globalStyles:{"h3,div,span,p":"max-height:unset;-webkit-line-clamp:unset;height:unset;white-space:unset;"}},{id:"dolmods",matches:"dolmods.net",globalStyles:{"[class*='max-h']":"max-height:unset!important;"}},{id:"digitimes",matches:"www.digitimes.com",globalStyles:{"a,.title,.abstract,.display-5,.top":"max-height:unset;-webkit-line-clamp:unset;height:unset;white-space:unset;"},"excludeSelectors.add":[".main-nav-frame",".sub-header-wrapper",".footer",".date"],"additionalExcludeSelectors.remove":[".notranslate","[translate=no]"]},{id:"vdi-nachrichten",matches:"www.vdi-nachrichten.com","excludeSelectors.add":[".header-menu__item > a",".linkbar__item",".header__button-group"]},{id:"htdp",matches:"htdp.org",excludeTags:["blockquote"],stayOriginalSelectors:[".RktIn"]},{id:"newsletterss",matches:"newsletterss.com",initialGlobalAttributes:{iframe:{scrolling:"auto"}}},{id:"docusaurus",selectorMatches:["#__docusaurus"],"excludeSelectors.add":["aside",".DocSearch-Modal"]},{id:"mercari",matches:"*.mercari.com","excludeTags.remove":["PRE"]},{id:"qqMail",matches:"mail.qq.com",useIframePostMessage:!1},{id:"nikkei",matches:"www.nikkei.com",globalStyles:{"h3,div,span,p":"max-height:unset;-webkit-line-clamp:unset;height:unset;white-space:unset;"}},{id:"pubs.rsc.org",matches:"pubs.rsc.org",excludeSelectors:[".eqn"]},{id:"indeed",matches:"*.indeed.com",globalStyles:{"span,.css-19rjr9w.e1wnkr790":"max-height:unset;-webkit-line-clamp:unset;height:unset;white-space:unset;"},"excludeTags.remove":["BUTTON"]},{id:"brutalist",matches:"brutalist.report",selectors:["li > a:first-child","aside","nav > a","h1 > a","h3 > a","h2 >a"],"additionalExcludeSelectors.remove":[".notranslate","[translate=no]"]},{id:"maxroll",matches:["maxroll.gg"],extraInlineSelectors:[".d4t-sprite-icon",".d4t-icon"],injectedCss:["font {font-family: sans-serif !important;}"]},{id:"microsoftTeams",matches:["teams.live.com"],"stayOriginalSelectors.add":["span[title][style='min-width: 20px; height: 20px;']"]},{id:"gradioappdocs",matches:"www.gradio.app/docs/*",selectors:["div.obj"],excludeSelectors:["div#examples"]},{id:"arca",matches:"arca.live","excludeTags.remove":["PRE"]},{id:"chatpdf",matches:["www.chatpdf.com"],"additionalExcludeSelectors.remove":[".notranslate"],excludeSelectors:[".chat-message-row.ai *",".pdf-viewer"],aiRule:{streamingSelector:"",messageWrapperSelector:".chat-message-row.ai",streamingChange:!1,streamingDeepChild:!0,streamingDelayTime:1e3}},{id:"inciteful",matches:["inciteful.xyz"],"excludeTags.remove":["BUTTON"]},{id:"app.element.io",matches:["app.element.io"],"additionalExcludeSelectors.remove":[".notranslate"],"excludeSelectors.add":[".mx_DisambiguatedProfile",".mx_ReplyChain_wrapper",".mx_ThreadSummary_replies_amount"]},{id:"fastapi.tiangolo.com",matches:"fastapi.tiangolo.com",selectors:["article"]},{id:"termynal",selectorMatches:["link[href*='termynal.css']"],"stayOriginalSelectors.add":[".termy"]},{id:"cpb-nl",matches:["www.cpb.nl"],"bodyRule.add":{enable:!1}},{id:"hub.logseq",matches:["hub.logseq.com"],globalStyles:{"[class*=':h-[']":"height:unset;"}},{id:"chat.zalo",matches:["chat.zalo.me"],"additionalExcludeSelectors.remove":[".notranslate"],inputExecCommandDeleteEnable:!0,"inputConfig.add":{execCommandDeleteEnable:!0}},{id:"epam",matches:"*.epam.com",globalStyles:{"[class*='ContentAnchorLinkList']":"word-break:unset;"},"excludeSelectors.add":["#blog-page-sidebar-wrapper"],"excludeTags.remove":["BUTTON"]},{id:"discussions.apple",matches:"discussions.apple.com","excludeSelectors.add":[".page-number"]},{id:"www.sixthtone.com",matches:["www.sixthtone.com"],"excludeSelectors.add":["#footer","[class^=index_time]","[class^=index_anthorList]","[class^=index_node]","[class^=index_popupWrapper]"]},{id:"forum.unity",matches:["forum.unity.com"],"excludeSelectors.add":[".bbCodeCode"]},{id:"wattpad",matches:["www.wattpad.com"],"excludeTags.remove":["PRE"],globalAttributes:{header:{translate:"unset;"}},globalStyles:{".story-info .item-description":"overflow: scroll;"}},{id:"netflix",matches:["www.netflix.com"],"excludeSelectors.add":[".player-timedtext"],"mutationExcludeSelectors.add":[".player-timedtext *"],"subtitleRule.add":{type:"netflix",loadingContainerSelector:".watch-video",subtitleUrlRegExp:"^https://.+?.oca.nflxvideo.net/\\?([ovet]=[^=]+){4}$",loadingStyle:"bottom: 15%;",quickButtonRule:{appendSelector:'[data-uia="control-next"]',insertBeforeSelector:'[data-uia="control-next"]',injectCSS:".imt-quick-subtitle-button {height: 60%; margin-right: 50px; font-size: 20px; } .logo,.logo svg { height: 36px; width: 36px} .label { display: none; } .imt-quick-subtitle-pop-content {transform: translateX(50%); right: 0}"},videoSelector:"video",attachRule:{appendSelector:".watch-video",injectedCSS:[".imt-caption-window {margin-bottom: 0px; bottom: 10vw;}"],injectedGlobalCSS:[".player-timedtext {display: none !important; }"]}}},{id:"udemy",matches:["www.udemy.com"],"excludeSelectors.add":["[data-purpose='captions-cue-text']",".shaka-text-container"],"mutationExcludeSelectors.add":["[data-purpose='captions-cue-text'] *",".shaka-text-container *"],"subtitleRule.add":{type:"udemy",subtitleUrlRegExp:"^https://vtt.*\\.udemycdn\\.com/.*\\.vtt",videoPlayerSelector:"video.shaka-video",humanTrust:85,loadingContainerSelector:".shaka-video-container",loadingStyle:"bottom: 15%;",injectedCss:["[class^='well--text'] {white-space: pre;}"],quickButtonRule:{appendSelector:'[data-purpose="video-controls"]'}},"subtitleRule.add_v.[1.4.1]":{hookType:"fetch|xhr"}},{id:"iview",matches:"iview.abc.net.au",excludeSelectors:[".jwplayer"],"mutationExcludeSelectors.add":[".jwplayer *"],"subtitleRule.add":{type:"webvtt",subtitleUrlRegExp:"/cc/.*\\.(vtt|webvtt)$",loadingContainerSelector:".jwplayer",quickButtonRule:{appendSelector:".jw-reset.jw-button-container",insertBeforeSelector:".jw-settings-submenu-button",injectCSS:".imt-quick-subtitle-pop-content {z-index: 999999;}"}}},{id:"nmaart",matches:"www.nma.art",excludeSelectors:[".video-container"],"mutationExcludeSelectors.add":[".video-container *"],"subtitleRule.add":{type:"webvtt",subtitleUrlRegExp:"/texttrack/.*\\.(vtt|webvtt)",loadingContainerSelector:".video-container",quickButtonRule:{appendSelector:".vjs-control-bar",insertBeforeSelector:".vjs-playback-rate"}}},{id:"apple",matches:"developer.apple.com",excludeSelectors:[".developer-video-player"],"mutationExcludeSelectors.add":[".developer-video-player *"],"subtitleRule.add":{type:"webvtt",subtitleUrlRegExp:"\\.(vtt|webvtt)"}},{id:"khanacademy",matches:["www.khanacademy.org"],"subtitleRule.add":{type:"khanacademy",subtitleUrlRegExp:"GetSubtitles",hookType:"fetch"},"stayOriginalSelectors.add":[".mathjax-wrapper"]},{id:"nebula",matches:["nebula.tv"],"excludeSelectors.add":["[data-subtitles-container='true']"],"mutationExcludeSelectors.add":["[data-subtitles-container='true'] *"],"subtitleRule.add":{type:"webvtt",subtitleUrlRegExp:"\\.vtt$",loadingContainerSelector:".video-poster",quickButtonRule:{appendSelector:".icon-spacing.css-4yh7a0",insertBeforeSelector:"#subtitles-toggle-button",ccEnableSelector:"#subtitles-toggle-button"}}},{id:"frontendmasters",matches:["frontendmasters.com"],"excludeSelectors.add":[".vjs-text-track-display"],"mutationExcludeSelectors.add":[".vjs-text-track-display *"],"subtitleRule.add":{type:"webvtt",subtitleUrlRegExp:".vtt$",loadingContainerSelector:".vjs-text-track-display",injectedCss:["#immersive-translate-quick-button-container {order: 2} .imt-quick-subtitle-pop-content {z-index: 2147483647}"],quickButtonRule:{appendSelector:".vjs-control-bar"},videoSelector:".PromoPlayer video",attachRule:{appendSelector:".video-js",injectedGlobalCSS:".vjs-text-track-display {display: none;}"}}},{id:"udacity",matches:["*.udacity.com"],"excludeSelectors.add":[".vjs-text-track-display"],"mutationExcludeSelectors.add":[".vjs-text-track-display *"],"subtitleRule.add":{type:"webvtt",subtitleUrlRegExp:".vtt$",loadingContainerSelector:".vjs-text-track-display"}},{id:"skillshare",matches:["www.skillshare.com"],"excludeSelectors.add":[".vjs-text-track-display"],"mutationExcludeSelectors.add":[".vjs-text-track-display *"],"subtitleRule.add":{type:"webvtt",subtitleUrlRegExp:"\\.vtt\\?",loadingContainerSelector:".vjs-text-track-display",injectedCss:["#immersive-translate-quick-button-container {order: 13}"],quickButtonRule:{appendSelector:".vjs-control-bar",insertBeforeSelector:".vjs-volume-panel",injectCSS:" .label { display: none; } .imt-quick-subtitle-pop-content {transform: translateX(43%); right: 0; z-index: 2147483647 } "}}},{id:"domestika",matches:["www.domestika.org"],"excludeSelectors.add":[".vjs-text-track-display"],"mutationExcludeSelectors.add":[".vjs-text-track-display *"],"subtitleRule.add":{type:"webvtt",subtitleUrlRegExp:".*subtitles.*\\.vtt",quickButtonRule:{appendSelector:".controlBar-wrapper .right-wrapper",insertBeforeSelector:".vjs-volume-panel"}}},{id:"hbomax",matches:["play.max.com","play.hbomax.com"],"excludeSelectors.add":["[data-testid='playerContainer']","[data-testid='CueBoxContainer']"],"mutationExcludeSelectors.add":["[data-testid='playerContainer'] *","[data-testid='CueBoxContainer'] *"],"subtitleRule.add":{type:"webvtt",subtitleUrlRegExp:"\\.vtt$",loadingContainerSelector:"[data-testid='playerContainer']"}},{id:"mindvalley",matches:["home.mindvalley.com"],"excludeSelectors.add":[".vjs-text-track-display"],"mutationExcludeSelectors.add":[".vjs-text-track-display *"],"subtitleRule.add":{type:"webvtt",subtitleUrlRegExp:"\\.webvtt$",loadingContainerSelector:".vjs-text-track-display",injectedCss:["#immersive-translate-quick-button-container {order: 6}"],quickButtonRule:{appendSelector:'[data-testid="video-section"] .vjs-control-bar',insertBeforeSelector:'[data-testid="video-section"] .vjs-volume-panel',injectCSS:".imt-quick-subtitle-pop-content {z-index: 999999;}"}}},{id:"masterclass",matches:["www.masterclass.com","learn.microsoft.com"],"excludeSelectors.add":[".vjs-text-track-display"],"mutationExcludeSelectors.add":[".vjs-text-track-display *"],"subtitleRule.add":{type:"webvtt",subtitleUrlRegExp:"\\.vtt",loadingContainerSelector:".vjs-text-track-display",quickButtonRule:{appendSelector:".vjs-control-bar",insertBeforeSelector:".vjs-playback-rate"}}},{id:"viu",matches:["www.viu.com"],"excludeSelectors.add":[".bmpui-ui-viu-subtitle-overlay"],"mutationExcludeSelectors.add":[".bmpui-ui-viu-subtitle-overlay *"],"subtitleRule.add":{type:"webvtt",hookType:"xhr",subtitleUrlRegExp:"https?://[^/]+\\.cloudfront\\.net/[^/]+/[^/]+$",loadingContainerSelector:".bmpui-container-wrapper",loadingStyle:"bottom: 20%;",injectedCss:[".bmpui-controls-hidden #immersive-translate-quick-button-container {display: none;}"],quickButtonRule:{appendSelector:".bmpui-ui-container.bmpui-ui-viu-subtitle > .bmpui-container-wrapper",injectCSS:".imt-quick-subtitle-button {margin-bottom: 8px}"}}},{id:"linkin",matches:"*.linkedin.com","excludeSelectors.add":[".vjs-text-track-display"],"mutationExcludeSelectors.add":[".vjs-text-track-display *"],"subtitleRule.add":{type:"webvtt",subtitleUrlRegExp:".*ambry/\\?x-li-ambry-ep=.*",hookType:"xhr",loadingContainerSelector:".video-player-container",quickButtonRule:{appendSelector:".vjs-control-bar",insertBeforeSelector:".vjs-captions-toggle"}}},{id:"kanopy",matches:"*.kanopy.com","excludeSelectors.add":[".vjs-text-track-display"],"mutationExcludeSelectors.add":[".vjs-text-track-display *"],"subtitleRule.add":{type:"webvtt",subtitleUrlRegExp:".*captioncache/webvtt.*",hookType:"xhr",loadingContainerSelector:".video-player-container",injectedCss:["#immersive-translate-quick-button-container{height: 40px;display: flex;align-items: center;align-self: flex-end;}"],quickButtonRule:{appendSelector:".vjs-control-bar",insertBeforeSelector:".vjs-caption-control"}}},{id:"iflix",matches:["www.iflix.com","wetv.vip"],"excludeSelectors.add":[".text-track"],"mutationExcludeSelectors.add":[".player-wrapper *"],"subtitleRule.add":{type:"webvtt",subtitleUrlRegExp:"\\.vtt",hookType:"xhr",loadingContainerSelector:"#player-wrapper",loadingStyle:"bottom: 18%;",quickButtonRule:{appendSelector:'[data-role="wetv-ctrlbar-right"]',insertBeforeSelector:'[data-role="wetv-player-definition"]'}}},{id:"imdb",matches:"www.imdb.com","excludeSelectors.add":[".jw-text-track-container"],"mutationExcludeSelectors.add":[".jw-text-track-container *"],"subtitleRule.add":{type:"webvtt",subtitleUrlRegExp:"\\.srt$",loadingContainerSelector:"#imdbnext-vp-jw-single",quickButtonRule:{appendSelector:".jw-reset.jw-button-container",insertBeforeSelector:'[button="ttt-button"]'}}},{id:"itv",matches:["www.itv.com"],"subtitleRule.add":{type:"text_track",videoPlayerSelector:".genie-video",loadingContainerSelector:".genie-container",loadingStyle:"bottom: unset; top: 5%;",quickButtonRule:{appendSelector:".control-bar_right-child-container",insertBeforeSelector:".controls-toggle_button--fullscreen"}}},{id:"egghead",matches:["egghead.io"],"subtitleRule.add":{type:"text_track",videoPlayerSelector:".cueplayer-react-video",loadingContainerSelector:".cueplayer-react-video-holder",loadingStyle:"bottom: unset; top: 5%;",quickButtonRule:{appendSelector:".cueplayer-react-control-bar-right-part",insertBeforeSelector:".cueplayer-react-closed-caption"}}},{id:"coursera",matches:["www.coursera.org"],"subtitleRule.add":{type:"text_track",videoPlayerSelector:".vjs-tech",loadingContainerSelector:".rc-VideoControlsContainer",loadingStyle:"bottom: unset; top: 5%;",quickButtonRule:{appendSelector:'[role="presentation"] > .rc-ControlBar > .icon-container'}}},{id:"ocrtraining",matches:["ocrtraining.cit.nih.gov","videocast.nih.gov"],"excludeSelectors.add":["#videocastPlayer"],"mutationExcludeSelectors.add":["#videocastPlayer *"],"subtitleRule.add":{type:"webvtt",subtitleUrlRegExp:"\\.srt$",loadingContainerSelector:"#videocastPlayer"}},{id:"espn",matches:["*.espn.com"],mainFrameMinTextCount:0,"excludeSelectors.add":["#fittPageContainer"],"mutationExcludeSelectors.add":["#fittPageContainer *"],"subtitleRule.add":{type:"webvtt",subtitleUrlRegExp:"\\.vtt$",injectedCss:["#immersive-translate-quick-button-container{margin-top:16px;}",".vjs-text-track-display > div >div {font:unset!important;}"],quickButtonRule:{appendSelector:".vjs-control-bar",insertBeforeSelector:".vjs-captions-button"}}},{id:"fmoviesz",matches:["fmoviesz.to","vidplay.online","c8365730d4.nl"],"excludeSelectors.add":["#player"],"mutationExcludeSelectors.add":["#player *"],"subtitleRule.add":{type:"multi_attach_vtt",subtitleUrlRegExp:"subtitle/.*\\.vtt$",quickButtonRule:{appendSelector:".jw-button-container",insertBeforeSelector:".jw-icon-cc"},activeLangSelector:"#jw-player-settings-submenu-captions .jw-settings-submenu-items .jw-settings-item-active",videoSelector:"video",attachRule:{appendSelector:"#player",injectedGlobalCSS:[".jw-text-track-container {display: none;}","@media (min-width: 576px) { video::cue {opacity: 0} }"]}}},{id:"aniwatch",matches:["megacloud.tv","aniwatch.to"],"excludeSelectors.add":[".jw-wrapper"],"mutationExcludeSelectors.add":[".jw-wrapper *"],"subtitleRule.add":{type:"multi_attach_vtt",subtitleUrlRegExp:"^(?!.*sprite\\.vtt$).*\\.vtt$",quickButtonRule:{appendSelector:".jw-button-container",insertBeforeSelector:".jw-icon-cc"},activeLangSelector:"#jw-player-settings-submenu-captions .jw-settings-submenu-items .jw-settings-item-active",videoSelector:"video",attachRule:{appendSelector:".jw-wrapper",injectedGlobalCSS:[".jw-text-track-container {display: none;}","@media (min-width: 576px) { video::cue {opacity: 0} }"]}}},{id:"rottentomatoes",matches:["*.rottentomatoes.com"],"excludeSelectors.add":[".jw-wrapper"],"mutationExcludeSelectors.add":[".jw-wrapper *"],"subtitleRule.add":{type:"webvtt",subtitleUrlRegExp:"\\.vtt$",quickButtonRule:{appendSelector:".jw-button-container",insertBeforeSelector:".jw-icon-cc"}}},{id:"dailymotion",matches:["*.dailymotion.com"],"excludeSelectors.add":[".player"],"mutationExcludeSelectors.add":[".player *"],mainFrameMinTextCount:0,"subtitleRule.add":{type:"subsrt",subsrtFormat:"srt",loadingContainerSelector:".player",subtitleUrlRegExp:"/video/.*\\.srt",quickButtonRule:{appendSelector:".controls_bottom_right",insertBeforeSelector:".subtitles_toggle_button"}}},{id:"movie-web",matches:["movie-web.app/media*"],"excludeSelectors.add":["#root"],"mutationExcludeSelectors.add":["#root *"],"subtitleRule.add":{type:"subsrt",hookType:"fetch",subsrtFormat:"vtt",loadingContainerSelector:".relative.h-screen.overflow-hidden",subtitleUrlRegExp:".*\\.vtt",quickButtonRule:{appendSelector:".hidden.justify-between .flex.items-center.space-x-3"}}},{id:"deeplearning",matches:["learn.deeplearning.ai"],"excludeSelectors.add":['[data-layout="video"]'],"mutationExcludeSelectors.add":['[data-layout="video"] *'],"subtitleRule.add":{type:"subsrt",subsrtFormat:"vtt",loadingContainerSelector:'[data-layout="video"]',subtitleUrlRegExp:".*\\.vtt",quickButtonRule:{appendSelector:".vds-controls-group:last-child",insertBeforeSelector:".vds-caption-button"}}},{id:"paramountplus",matches:["*.paramountplus.com"],"excludeSelectors.add":[".aa-player-skin"],"mutationExcludeSelectors.add":[".aa-player-skin *"],"subtitleRule.add":{type:"text_track_dynamic",injectedCss:[".tt-container {white-space: pre-line;}",".timed-text-css-box-inner {display: none!important;}",".timed-text-css-box-inner:last-child {display: block!important;}"],videoPlayerSelector:"video",quickButtonRule:{appendSelector:".top-menu-container"}}},{id:"pluto",matches:["pluto.tv"],"excludeSelectors.add":[".video-player-layout"],"mutationExcludeSelectors.add":[".video-player-layout *"],"subtitleRule.add":{type:"text_track_dynamic",videoPlayerSelector:"video",quickButtonRule:{appendSelector:".endControls-0-2-85"}}},{id:"vimeo",matches:["vimeo.com"],"excludeSelectors.add":[".vp-captions"],"mutationExcludeSelectors.add":[".vp-captions *"],"subtitleRule.add":{type:"text_track",videoPlayerSelector:"video",loadingContainerSelector:".player_container",loadingStyle:"bottom: unset; top: 5%;",injectedCss:["#immersive-translateQuickButton {visibility: inherit!important;}"],quickButtonRule:{appendSelector:'[data-control-bar="true"] > div',insertBeforeSelector:'[data-volume-control-container="true"]',ccEnableSelector:'[data-cc-button="true"]',injectCSS:".imt-quick-subtitle-button {margin-right: 0px; font-size: 12px;} .logo,.logo svg { height: 18px !important; width: 18px !important;} .imt-quick-subtitle-pop-content {bottom: 28px !important;}"}}},{id:"ted",matches:["www.ted.com"],"excludeSelectors.add":["#video"],"mutationExcludeSelectors.add":["#video *"],"subtitleRule.add":{type:"webvtt",hookType:"fetch",subtitleUrlRegExp:"\\.vtt",videoPlayerSelector:"video",loadingContainerSelector:"media-controller",quickButtonRule:{appendSelector:".pointer-events-none #media-control-bar",insertBeforeSelector:".pointer-events-none .media-volume-wrapper"}}},{id:"player.vimeo",matches:["https://player.vimeo.com/video/*","laracasts.com"],selectorMatches:["iframe[src*='player.vimeo.com']"],extraBlockSelectors:["span.vp-captions-line","span[class^=CaptionsRenderer_]"],"excludeSelectors.add":[".vp-captions-line"],"mutationExcludeSelectors.add":[".vp-captions *",".vp-captions-line *"],"subtitleRule.add":{type:"text_track",videoPlayerSelector:"video",loadingContainerSelector:".vp-telecine",loadingStyle:"bottom: unset; top: 5%; font-size: 12px;",injectedCss:["#immersive-translateQuickButton {visibility: inherit!important;}"],quickButtonRule:{appendSelector:'[data-control-bar="true"] > div',insertBeforeSelector:'[data-volume-control-container="true"]',ccEnableSelector:'[data-cc-button="true"]',injectCSS:".imt-quick-subtitle-button {margin-right: 0px; font-size: 12px;} .logo,.logo svg { height: 18px !important; width: 18px !important;} .imt-quick-subtitle-pop-content {bottom: 28px !important;}"}}},{id:"tv.adobe",matches:"https://*.tv.adobe.com","excludeSelectors.add":[".mpc-player"],"mutationExcludeSelectors.add":[".mpc-player *"],"subtitleRule.add":{type:"text_track",videoPlayerSelector:"video",loadingContainerSelector:".mpc-player",quickButtonRule:{appendSelector:".mpc-controls__container"}}},{id:"threejs-journey",matches:"threejs-journey.com","excludeSelectors.add":[".video-area"],"mutationExcludeSelectors.add":[".video-area *"],"subtitleRule.add":{type:"text_track",videoPlayerSelector:"video",loadingContainerSelector:".video-area",injectedCss:[".js-tracks-text.tracks-text {white-space: pre;}"],quickButtonRule:{appendSelector:".js-controls .right",insertBeforeSelector:".js-subtitles",injectCSS:".imt-quick-subtitle-button { font-size: 12px;} .logo,.logo svg { height: 18px !important; width: 18px !important;} .imt-quick-subtitle-pop-content {bottom: 38px !important;}"}}},{id:"codewithchris",matches:["learn.codewithchris.com","*.rachelsenglishacademy.com","www.unrealsenseiacademy.com"],"excludeSelectors.add":[".w-captions",".w-captions-line > div > span"],"mutationExcludeSelectors.add":[".w-captions *"],"subtitleRule.add":{type:"general",subtitleUrlRegExp:"/embed/captions/",loadingContainerSelector:".w-ui-container",hookType:"fetch",generalSetting:{captionsPath:"captions",itemsPath:"hash.lines",textKey:"text"}}},{id:"panopto",matches:["southampton.cloud.panopto.eu"],"excludeSelectors.add":[".primaryPlayer"],"mutationExcludeSelectors.add":[".primaryPlayer *"],"subtitleRule.add":{type:"general",subtitleUrlRegExp:"DeliveryInfo.aspx",disableSubsCache:!0,loadingContainerSelector:"#primaryPlayer",hookType:"fetch",generalSetting:{textKey:"Caption"},quickButtonRule:{appendSelector:"#transportControls",insertBeforeSelector:"#captionsButton"}}},{id:"edx",matches:["*.edx.org"],"excludeSelectors.add":[".closed-captions",".subtitles-menu"],mainFrameMinTextCount:0,"subtitleRule.add":{type:"general",subtitleUrlRegExp:"/transcript/translation/",loadingContainerSelector:".tc-wrapper",generalSetting:{itemsPath:"text"},injectedCss:[".subtitles-menu span,.closed-captions {white-space: pre-line;}","#immersive-translate-quick-button-container {display: inline-block; vertical-align: middle;}"],quickButtonRule:{appendSelector:".secondary-controls",insertBeforeSelector:".speeds.menu-container"}}},{id:"ardmediathek",matches:["www.ardmediathek.*"],"excludeSelectors.add":[".ardplayer-viewport-addon-overlays"],"mutationExcludeSelectors.add":[".ardplayer-viewport-addon-overlays *"],"subtitleRule.add":{type:"ebutt",hookType:"fetch",subtitleUrlRegExp:"subtitle/ebutt",loadingContainerSelector:".ardplayer-viewport-addon-overlays",quickButtonRule:{appendSelector:".ardplayer-footer .ardplayer-addons-container",insertBeforeSelector:".ardplayer-footer .ardplayer-button-sharing",injectCSS:".imt-quick-subtitle-button {font-size: 20px; } .logo,.logo svg { height: 36px !important; width: 36px !important;} .imt-quick-subtitle-pop-content {z-index: 2147483647;} "}}},{id:"bbc-iplayer",matches:["https://www.bbc.*/iplayer*"],"excludeSelectors.add":[".player"],"mutationExcludeSelectors.add":[".player *"],"subtitleRule.add":{type:"ebutt",hookType:"fetch",subtitleUrlRegExp:"iplayer/subtitles/.*.xml",loadingContainerSelector:".player__container"}},{id:"bbc",matches:["*.bbc.*"],"excludeSelectors.add":["section.module--languages",".drop-capped",".smp-toucan-player","smp-subtitles","#subtitle_subtitle2"],"mutationExcludeSelectors.add":["[data-testid='media-player-container-landscape'] *"],"subtitleRule.add":{type:"ebutt",hookType:"fetch",subtitleUrlRegExp:"iplayer/subtitles/.*.xml",loadingContainerSelector:".smp-toucan-player"}},{id:"zdf.de",matches:["www.zdf.de"],"excludeSelectors.add":[".zdfplayer-cue-region"],"subtitleRule.add":{type:"ebutt",subtitleUrlRegExp:"mtt/.*.xml",loadingContainerSelector:".zdfplayer-video-container",responseType:"document",injectedCss:["#immersive-translate-quick-button-container {display:inline-block;vertical-align:middle;margin-right:-16px;}"],quickButtonRule:{appendSelector:".right-controls-1FfJUp.svelte-inzdbf",insertBeforeSelector:".right-controls-1FfJUp.svelte-inzdbf button"}}},{id:"piped.video",matches:"piped.video","subtitleRule.add":{type:"ebutt",hookType:"fetch",subtitleUrlRegExp:"api/timedtext",loadingContainerSelector:".shaka-video-container",responseType:"document",quickButtonRule:{appendSelector:".shaka-controls-button-panel",insertBeforeSelector:".shaka-mute-button"}}},{id:"disneyplus",matches:["www.disneyplus.com"],"excludeSelectors.add":[".dss-hls-subtitle-overlay"],"mutationExcludeSelectors.add":[".dss-hls-subtitle-overlay *"],"subtitleRule.add":{type:"disneyplus",subtitleUrlRegExp:"\\.vtt$"}},{id:"mubi",matches:["https://mubi.com","https://mubi.de"],"subtitleRule.add":{type:"fmp4.xml",subtitleUrlRegExp:"textstream",hookType:"fetch",quickButtonRule:{appendSelector:".css-1k6yql2.e1b63bld4",insertBeforeSelector:".css-1ce7rqp.e7f2hfl0"}}},{id:"hulu",matches:"https://*.hulu.com","subtitleRule.add":{type:"hulu",hookType:"fetch",injectedCss:[".ClosedCaption {display:none!important;}"],videoSelector:"#content-video-player",subtitleUrlRegExp:"play.hulu.com/.*/playlist",loadingContainerSelector:"#web-player-app",quickButtonRule:{appendSelector:".PlayerSettingsGroup",insertBeforeSelector:".PlayerSettingsGroup .PlayerControlsButton"}}},{id:"youku.tv",matches:"www.youku.tv","excludeSelectors.add":["#subtitle"],"mutationExcludeSelectors.add":["#subtitle *"],"subtitleRule.add":{type:"subsrt",hookType:"fetch",injectedCss:["#immersive-translate-quick-button-container {display: inline-block; vertical-align: middle;}"],subtitleUrlRegExp:"\\.ass$",subsrtFormat:"ass",loadingContainerSelector:"#youku-dashboard",loadingStyle:"bottom: 10%;",quickButtonRule:{appendSelector:".kui-dashboard-dashboard-panel .kui-dashboard-rear-ctn",insertBeforeSelector:".kui-rate-control-0"}}},{id:"starz",matches:"www.starz.com","excludeSelectors.add":["starz-player"],"mutationExcludeSelectors.add":["starz-player *"],"subtitleRule.add":{type:"subsrt",subsrtFormat:"vtt",subtitleUrlRegExp:"\\.vtt$",loadingContainerSelector:"starz-player",loadingStyle:"bottom: 10%;",injectedCss:["#immersive-translate-quick-button-container {display: inline-block;}"],quickButtonRule:{appendSelector:"starz-player .button-group",insertBeforeSelector:"starz-player .button-group .video-player-icon-md"}}},{id:"www.iq.com",matches:"www.iq.com","excludeSelectors.add":[".iqp-subtitle"],"mutationExcludeSelectors.add":[".iqp-subtitle *"],"subtitleRule.add":{type:"xml",subtitleUrlRegExp:"\\.xml\\?",loadingContainerSelector:".intl-video-area",xmlTextSelector:"sub",loadingStyle:"bottom: 10%;",injectedCss:["#immersive-translate-quick-button-container {float: right; height: 100%;}"],quickButtonRule:{appendSelector:".iqp-contrls-right"}}},{id:"archiveToday",matches:["archive.today","archive.ph","archive.is","archive.md"],"excludeSelectors.add":["#HEADER"]},{id:"arxiv-vanity.com",matches:["www.arxiv-vanity.com"],"excludeSelectors.add":[".arxiv-vanity-wrapper"]},{id:"fibery",matches:["the.fibery.io"],"additionalExcludeSelectors.remove":["[translate=no]"],"additionalStayOriginalSelectors.add":[".entity-node-view-container"]},{id:"makersuite.google",matches:"makersuite.google.com","excludeSelectors.add":[".material-symbols-outlined"]},{id:"etymonline",matches:"www.etymonline.com",globalAttributes:{".crossreference.notranslate":{class:"crossreference"},".foreign.notranslate":{class:"foreign"}}},{id:"https://browse.arxiv.org/",matches:["https://browse.arxiv.org","https://arxiv.org/html/*"],"excludeSelectors.add":[".desktop_header","[class*='ltx_lst_language_']","div.package-alerts"]},{id:"jstor",matches:"www.jstor.org","excludeSelectors.add":[".audio-duration","[data-qa='card-item-count']"],globalStyles:{".card__heading":"-webkit-line-clamp:unset;","search-results-vue-pharos-image-card,search-ui-pharos-image-card":"display:flex;","search-results-vue-pharos-link":"display:inline;"}},{id:"tandfonline",matches:"*.tandfonline.com","extraInlineSelectors.add":["span.off-screen"]},{id:"boringreport",matches:["www.boringreport.org"],"excludeTags.remove":["BUTTON"]},{id:"bsky.app",matches:"https://bsky.app",selectors:["[data-testid=postText]"],isTranslateTitle:!1},{id:"peacocktv",matches:["*.peacocktv.com"],injectedCss:[".video-player__subtitles__line > font,.video-player__subtitles__line:only-child{display:block;}"]},{id:"noTranslate",matches:["*.tiktok.com","altis.world","*.newthingsunderthesun.com","*.gumroad.com","edstem.org","actions.tldrnewsletter.com","community.linkingyourthinking.com","doc.qt.io","winaero.com"],"additionalExcludeSelectors.remove":[".notranslate","[translate=no]"]},{id:"jmir",matches:["*.jmir.org"],"additionalInlineSelectors.add":[".tooltiptext"]},{id:"smzdm",matches:["www.smzdm.com"],"excludeSelectors.add":[".z-highlight",".feed-block-info",".z-feed-foot",".feed-block-descripe","#J_column_tab_box",".crumbs"],globalStyles:{".feed-block-title":"height:unset"}},{id:"xiaohongshu.com",matches:["www.xiaohongshu.com"],"excludeSelectors.add":[".author-wrapper",".info",".side-bar"],globalStyles:{"a.title":"-webkit-line-clamp:3"}},{id:"learnopengl",matches:["learnopengl.com"],globalStyles:{function:"position:relative;z-index:1000;"}},{id:"notateslaapp",matches:["www.notateslaapp.com"],"extraBlockSelectors.add":[".nav > *"]},{id:"eightfold",matches:["*.eightfold.ai"],injectedCss:[".flexbox{width:100%}"]},{id:"deno",matches:["deno.com"],injectedCss:[":root {font-feature-settings:unset}"]},{id:"soundcloud",matches:"soundcloud.com",injectedCss:[".compactTrackListItem {height: unset !important;}"],"excludeSelectors.add":[".searchTitle__textContent",".searchOptions__container",".compactTrackListItem__additional",".soundTitle__tagContainer",".searchResultGroupHeading",".sc-ministats-group",".compactTrackList__moreLink",".sound__soundActions"]},{id:"section.blog.naver.com",matches:"section.blog.naver.com",globalStyles:{".text,.title_post,.text_post,p,strong,div":"-webkit-line-clamp:unset;max-height:unset;height:unset;"},"extraBlockSelectors.add":[".item",".heading a",".info_find a"],"excludeSelectors.add":[".comments",".time"]},{id:"gradio-app",selectorMatches:"gradio-app","excludeTags.remove":["BUTTON"],"excludeSelectors.add":['[data-testid="block-label"]'],"mutationConfig.add":{buildTimeout:1e3,consumeTimeout:1e3}}]};p();p();function da(e){if(e.beta)return!1;if(Ge()&&e.spVersion)return hu(Ir(),e.spVersion);if(Y1()&&e.gspVersion){let t=Q1();if(t)return hu(t,e.gspVersion)}if(Up()&&e.ispVersion){let t=$1();if(t)return hu(t,e.ispVersion)}return!1}function hu(e,t){let n=e.split(".").reverse(),r=t.split(".").reverse(),a=0,i=0,o=1;for(let s=0;s<3;s++)a+=o*Number(r[s]||"0"),i+=o*Number(n[s]||"0"),o*=100;return i>=a}function bu(e){e.message?.indexOf("token invalid")>=0&&ot.remove(bt)}p();function _c(e){return Array.isArray(e)?e:e?[e]:[]}function zn(e,t){return t?(Array.isArray(t)||(t=[t]),Array.from(new Set([...t,e]))):[e]}function Ht(e,t){return t?(Array.isArray(e)||(e=[e]),Array.isArray(t)||(t=[t]),t.filter(n=>!e.includes(n))):[]}function Mc(e,t){let n={...e};return ny(n,t),E7(n,t),n}function ty(e,t,n){let r={...t};return Ii({rule:r,valueIsArray:a=>Array.isArray(e[a]),getMergedValue:a=>e[a],onMergedResult:(a,i)=>r[a]=i}),Ii({rule:n,valueIsArray:a=>Array.isArray(e[a]),getMergedValue:a=>r[a],onMergedResult:(a,i)=>r[a]=i}),r}function E7(e,t){if(!t.condition)return;let n=t.condition.enableSubtitle?.true||{},r=t.condition.enableSubtitle?.false||{},a=e.enableSubtitle?n:r;ny(e,a)}function Ii({rule:e,getMergedValue:t,valueIsArray:n,onMergedResult:r}){Object.keys(e).sort().forEach(a=>{let[i,o,s]=w7(a);if(!i||e[a]===void 0)return;let u=e[a];n(i)&&(u=_c(e[a]));let l=t(i);if(l==null){r(i,u);return}let c;if(o=="add_v"){if(!X1(s))return;c=qp(l,u)}else if(o=="remove_v"){if(!X1(s))return;c=ey(l,u)}else o==="add"?c=qp(l,u):o=="remove"&&(c=ey(l,u));if(c){r(i,c);return}Array.isArray(e[i])&&i.startsWith("additional")?c=qp(l,u):c=u,r(i,c)})}function ny(e,t){return Ii({rule:t,valueIsArray:n=>Array.isArray(e[n]),getMergedValue:n=>e[n],onMergedResult:(n,r)=>{e[n]=r}}),e}function qp(e,t){let n;if(Array.isArray(e)){let r=_c(t);n=[...e,...r],n=Array.from(new Set(n))}else typeof e=="object"&&typeof t=="object"?n={...e,...t}:n=t;return n}function w7(e){let t=e.lastIndexOf("["),n="",r=e;return t>0&&(n=e.slice(t+1,e.length-1),r=e.slice(0,t-1)),[...r.split("."),n]}function X1(e){let t=On();return e&&hu(t,e)}function ey(e,t){if(Array.isArray(e)){let n=_c(t);return e=e.filter(r=>!n.includes(r)),Array.from(new Set(e))}else if(typeof e=="object"&&typeof t=="object")Object.keys(t).forEach(n=>{delete e[n]});else return t;return e}function Ri(){if(De.PROD==="1")return{};let e={};if(De.IMMERSIVE_TRANSLATE_SECRET_TENCENT_SECRET_ID&&De.IMMERSIVE_TRANSLATE_SECRET_TENCENT_SECRET_KEY){let n={secretId:De.IMMERSIVE_TRANSLATE_SECRET_TENCENT_SECRET_ID,secretKey:De.IMMERSIVE_TRANSLATE_SECRET_TENCENT_SECRET_KEY};e.translationServices={},e.translationServices.tencent=n}if(De.IMMERSIVE_TRANSLATE_SECRET_BAIDU_APPID&&De.IMMERSIVE_TRANSLATE_SECRET_BAIDU_KEY){let n={appid:De.IMMERSIVE_TRANSLATE_SECRET_BAIDU_APPID,key:De.IMMERSIVE_TRANSLATE_SECRET_BAIDU_KEY};e.translationServices||(e.translationServices={}),e.translationServices.baidu=n}if(De.IMMERSIVE_TRANSLATE_SECRET_CAIYUN_TOKEN){let n={token:De.IMMERSIVE_TRANSLATE_SECRET_CAIYUN_TOKEN};e.translationServices||(e.translationServices={}),e.translationServices.caiyun=n}if(De.IMMERSIVE_TRANSLATE_SECRET_OPENL_APIKEY){let n={apikey:De.IMMERSIVE_TRANSLATE_SECRET_OPENL_APIKEY};e.translationServices||(e.translationServices={}),e.translationServices.openl=n}if(De.IMMERSIVE_TRANSLATE_SECRET_YOUDAO_APP_ID&&De.IMMERSIVE_TRANSLATE_SECRET_YOUDAO_APP_SECRET){let n={appId:De.IMMERSIVE_TRANSLATE_SECRET_YOUDAO_APP_ID,appSecret:De.IMMERSIVE_TRANSLATE_SECRET_YOUDAO_APP_SECRET};e.translationServices||(e.translationServices={}),e.translationServices.youdao=n}if(De.IMMERSIVE_TRANSLATE_SECRET_VOLC_ACCESS_KEY_ID&&De.IMMERSIVE_TRANSLATE_SECRET_VOLC_SECRET_ACCESS_KEY){let n={accessKeyId:De.IMMERSIVE_TRANSLATE_SECRET_VOLC_ACCESS_KEY_ID,secretAccessKey:De.IMMERSIVE_TRANSLATE_SECRET_VOLC_SECRET_ACCESS_KEY};e.translationServices||(e.translationServices={}),e.translationServices.volc=n}if(De.IMMERSIVE_TRANSLATE_SECRET_DEEPL_AUTH_KEY){let n={authKey:De.IMMERSIVE_TRANSLATE_SECRET_DEEPL_AUTH_KEY};e.translationServices||(e.translationServices={}),e.translationServices.deepl=n}if(De.DEEPL_PROXY_ENDPOINT&&(e.translationServices||(e.translationServices={}),e.translationServices.deepl||(e.translationServices.deepl={}),e.translationServices.deepl.immersiveTranslateApiUrl=De.DEEPL_PROXY_ENDPOINT),De.IMMERSIVE_TRANSLATE_DEEPL_ENDPOINT&&(e.translationServices||(e.translationServices={}),e.translationServices.deepl||(e.translationServices.deepl={}),e.translationServices.deepl.immersiveTranslateDeeplTokenUrl=De.IMMERSIVE_TRANSLATE_DEEPL_ENDPOINT),De.IMMERSIVE_TRANSLATE_SECRET_OPENAI_API_KEY){let n={APIKEY:De.IMMERSIVE_TRANSLATE_SECRET_OPENAI_API_KEY};e.translationServices||(e.translationServices={}),e.translationServices.openai=n}De.IMMERSIVE_TRANSLATE_SERVICE&&(e.translationService=De.IMMERSIVE_TRANSLATE_SERVICE);let t={};return De.DEBUG==="1"&&(t.debug=!0,t.cache=!1),De.MOCK==="1"&&(t.translationService="mock"),t}async function Wt(){let e=await Z.storage.local.get(Ao);if(e[Ao]){let t=e[Ao],n=t.tempTranslationUrlMatches||[],r=n.filter(o=>o.expiredAt>Date.now()),a=!1;r.length!==n.length&&(n=r,a=!0);let i={...t,tempTranslationUrlMatches:[...n]};return a&&await Kt(i),i}else return{}}async function Kt(e){await Z.storage.local.set({[Ao]:e})}async function ry(e){await Z.storage.local.set({[ia]:e})}async function Ra(){await Z.storage.local.set({[ia]:{}})}async function Oa(){await Z.storage.local.set({[Ao]:{}})}async function ay(){let e=await Z.storage.local.get(ia),n={...await jp(),...Fo,buildinConfigUpdatedAt:De.BUILD_TIME};if(e[ia]){let r=e[ia];if(r&&r.buildinConfigUpdatedAt){let a=new Date(r.buildinConfigUpdatedAt),i=new Date(n.buildinConfigUpdatedAt);a>i&&(n=r)}}return n}async function yt(){let e=await Z.storage.local.get(ia),t={...Fo,buildinConfigUpdatedAt:De.BUILD_TIME};if(e[ia]){let k=e[ia];if(k&&k.buildinConfigUpdatedAt){let _=new Date(k.buildinConfigUpdatedAt),B=new Date(t.buildinConfigUpdatedAt);_>B&&(t=k)}}let n=await k7(t);t.targetLanguage=n;let r=await ot.get(bt,null),a={};if(!pe()&&Z.commands&&Z.commands.getAll){let k=await Z.commands.getAll();for(let _ of k)_.name&&_.shortcut&&(a[_.name]=_.shortcut)}let i=await jp(),o=Ri(),s=await vr(),u=globalThis.IMMERSIVE_TRANSLATE_CONFIG||{},l=await Wt(),c=new Date,g=Object.assign({},u,o,s);if(!g.interfaceLanguage){let k=await D7();g.interfaceLanguage=k}let f=g.interfaceLanguage==="en",m=g.targetLanguage==="en",h=t&&t.translationLanguagePattern&&t.translationLanguagePattern.matches&&t.translationLanguagePattern.matches.length===0,y=["bing","google","transmart","mock"].includes(g.translationService)||!g.translationService;!f&&!m&&!h&&y?t.translationLanguagePattern||(t.translationLanguagePattern={matches:["en"],excludeMatches:[]}):t.translationLanguagePattern={matches:[],excludeMatches:[]};let T=t&&t.enableDefaultAlwaysTranslatedUrls;g.enableDefaultAlwaysTranslatedUrls===!1&&(T=!1);let b=g&&g.isChangedAlwaysTranslatedUrls,x=[];g.translationUrlPattern&&g.translationUrlPattern.matches&&(x=g.translationUrlPattern.matches||[]);let w=!1;b===void 0&&(x.length>0?b=!0:b=!1,g.isChangedAlwaysTranslatedUrls=b,s.isChangedAlwaysTranslatedUrls=b,w=!0);let L=(g?.translationLanguagePattern?.matches?.length||0)>0,M=await qt("installedAt",""),C=Number(await la("translage_page_daily",0)),v=Number(await qt(yr,0)),A;v>0&&(Date.now()-v0&&(Date.now()-C0){let k=l.tempTranslationUrlMatches.filter(_=>new Date(_.expiredAt)>c);if(k.length>0){let _=g.translationUrlPattern?g.translationUrlPattern?.matches||[]:[],B=Array.isArray(_)?_:[_],H=Array.from(new Set(B.concat(k.map(j=>j.match))));g.translationUrlPattern={...g.translationUrlPattern,matches:H}}}let F=Object.assign(i,t);Ii({rule:t,valueIsArray:k=>Array.isArray(i[k]),getMergedValue:k=>i[k],onMergedResult:(k,_)=>{k!="generalRule"&&(F[k]=_)}});let P=Qt(r),O={};g.translationServices&&g.translationServices.deepl&&(O=g.translationServices.deepl);let z={};g.translationServices&&g.translationServices.openai&&(z=g.translationServices.openai),!P&&O.authKey&&!O.provider?(F.translationServices.deepl||(F.translationServices.deepl={}),F.translationServices.deepl.provider="custom"):O&&O.provider||(F.translationServices.deepl||(F.translationServices.deepl={}),F.translationServices.deepl.provider="pro"),!P&&z.APIKEY&&!z.provider?(F.translationServices.openai||(F.translationServices.openai={}),F.translationServices.openai.provider="custom"):z&&z.provider||(F.translationServices.openai||(F.translationServices.openai={}),F.translationServices.openai.provider="pro");let q=Object.keys(F),I=["translationUrlPattern","translationLanguagePattern","immediateTranslationPattern","translationBodyAreaPattern","translationParagraphLanguagePattern","translationThemePatterns","translationGeneralConfig","shortcuts","inputTranslationUrlPattern","inputLanguageCodeAlias"];for(let k of q){let _=k;if(_==="generalRule")typeof g[_]=="object"&&(F[_]=Mc(i[_],g[_]));else if(_==="translationServices")P7(g,F);else if(typeof g[_]!="string"&&typeof g[_]!="boolean"&&typeof g[_]!="number"&&I.includes(_))g[_]&&(F[_]=Object.assign(F[_],g[_])),_==="shortcuts"&&(pe()||Ge()?F[_]={...F[_],...a}:F[_]={...a});else if(_==="rules"){if(Array.isArray(g[_])){let B=F.rules||[],H={};for(let G of B)G.id&&(H[G.id]=G);let j=g[_].map(G=>G.id&&H[G.id]?ty(t.generalRule,H[G.id],G):G);F[_]=[...j,...F[_]]}if(De.PROD==="0"&&De.DEV_RULES){let B=JSON.parse(De.DEV_RULES);F[_]=[...B,...F[_]]}}else g[_]!==void 0&&(F[_]=g[_])}return F.donateUrl=t.donateUrl,F.minVersion=t.minVersion,F.feedbackUrl=t.feedbackUrl,F.rawUserConfig=s,F}async function vr(){return(await Z.storage.sync.get("userConfig")||{}).userConfig||{}}async function Oi(e){await Z.storage.sync.set({userConfig:e})}async function yu(e,t){await Z.storage.local.set({[e]:t})}async function Fc(e){return(await Z.storage.local.get(e))[e]||""}var D7=async()=>{let e=["zh-CN"];try{e=await Z.i18n.getAcceptLanguages()}catch(r){R.warn("get browser language error:",r)}let n=e.map(r=>ye(r)).find(r=>rn[r]);return n||"en"},jp=async()=>{let e={...Fo,buildinConfigUpdatedAt:De.BUILD_TIME};return{...e,targetLanguage:Br,interfaceLanguage:"en",translationMode:"dual",debug:!1,alpha:!1,translationUrlPattern:{matches:[],excludeMatches:[]},translationLanguagePattern:{matches:[],excludeMatches:[]},translationThemePatterns:{},translationParagraphLanguagePattern:{matches:[],excludeMatches:[],selectorMatches:[],excludeSelectorMatches:[]},translationBodyAreaPattern:{matches:[],excludeMatches:[],selectorMatches:[],excludeSelectorMatches:[]},translationTheme:"none",translationService:"bing",inputTranslationService:"inherit",mouseHoverTranslationService:"inherit",subtitleTranslateService:"inherit",translationArea:"main",translationStartMode:"dynamic",translationServices:{},monkeyH5FloatBall:{...e.monkeyH5FloatBall},pcFloatBall:{...e.pcFloatBall},generalRule:{...e.generalRule},translationGeneralConfig:{engine:"bing",_systemExcludeWordRegex:"\\b({word})\\b"},rules:[]}};function A7(e,t){return e=e||[],t=t||[],e.length!==t.length?!0:t.filter(r=>!e.includes(r)).length>0}async function k7(e){try{let t=e?.autoSelectTargetLanguageAfterInstalledAt;if(!t)return Br;let n=await qt("installedAt","");if(n&&new Date(n){let l=a[u],c=a[l.extends];!c||l.extends==u||(a[u]={...c,...a[u]})}),Ii({rule:{...a},valueIsArray:u=>Array.isArray(a[u]),getMergedValue:u=>a[u],onMergedResult:(u,l)=>{a[u]={...a[u],...l}}}),Ii({rule:{...r},valueIsArray:u=>Array.isArray(a[u]),getMergedValue:u=>a[u],onMergedResult:(u,l)=>{a[u]={...a[u],...l}}}),new Date(e.updatedAt)<=new Date("2024.4.2")&&Object.keys(r).forEach(u=>{["openai","gemini"].includes(u)&&r[u].prompt!=null&&(r[u].maxTextGroupLengthPerRequest==null&&(a[u].maxTextGroupLengthPerRequest=1),r[u].multiplePrompt==null&&(a[u].multiplePrompt=r[u].prompt))});let o=["imt_source_field","imt_trans_field","imt_sub_source_field","imt_sub_trans_field"],s=(u,l)=>{!u||!u[l]||!u?.env||(u[l]=u[l].replace(/{{(.+?)}}/g,(c,g)=>o.includes(g)?c:u?.env[g]||c))};Object.values(a).forEach(u=>{s(u,"prompt"),s(u,"multiplePrompt"),s(u,"subtitlePrompt")})}var L7=["block","grid","flex","table","table-row","table-cell","list-item","-webkit-box","box","contents"];function Nn(e,t){if(t.length===0)return!1;let n=t.join(",");return e.matches&&e.matches(n)||!1}function za(e,t,n){let{blockSelectors:r,extraBlockSelectors:a,extraInlineSelectors:i,atomicBlockSelectors:o}=t;if(Nn(e,i))return!1;if(Nn(e,a)||["br","input"].includes(e.nodeName.toLowerCase()))return!0;let l=null;if(e.parentNode&&e.parentNode.immersiveTranslateComputedStyle&&(l=e.parentNode.immersiveTranslateComputedStyle),l&&l.display&&l.display==="inline-flex")return!1;let c=g();return c&&(c=!Nn(e,o)),c;function g(){return n&&n.display?!!L7.includes(n.display):Nn(e,r)}}var cn=Nn;function zi(e){return!!e.shadowRoot}function Na(e){if(!e||typeof e!="string"&&(e=e.textContent,!e))return"";let t="";return e!==e.trimStart()&&(t+=" "),t+=e.trim(),t===" "||e!==e.trimEnd()&&(t+=" "),t}function Tu(e){if(!e)return["",""];if(typeof e!="string"&&(e=e.textContent,!e))return["",""];let t=[];return e!==e.trimStart()?t.push(" "):t.push(""),!e.trim()&&t.length===1?[" ",""]:(e!==e.trimEnd()?t.push(" "):t.push(""),t)}function Or(e,t=!1){let n=su;return t&&e?.translatedPlaceholderDelimiters?n=e.translatedPlaceholderDelimiters:e?.placeholderDelimiters&&(n=e.placeholderDelimiters),n}function Ni(e,t=!1){let n=e.config?.translationServices?.[e.translationService];return Or(n,t)}function Bo(e,t){return Ia(t,e.targetLanguage,{ignoreZhCNandZhTW:e.rule.ignoreZhCNandZhTW})}function Hp(e){let{rule:t}=e,n=_7(e);return` <${t.targetWrapperTag} class="${n} notranslate">`}function _7(e){let t=e.config.loadingTheme;return`${ee}-loading-${t}`}function vu(e,t){let n=e.rule,r=document.createElement(n.targetWrapperTag);r.classList.add("notranslate",Lt),r.setAttribute("translate","no"),r.setAttribute("lang",e.targetLanguage),vt(r,Kb,t.toString());let a=Hp(e);return r.append(at.sanitize(a,{RETURN_DOM_FRAGMENT:!0})),r}function Io(e,t){return e.querySelector(`[${Tp}='${t}']`)}function iy(){document.querySelectorAll(`[${Tp}]`).forEach(t=>{t.remove()})}function oy(){document.querySelectorAll(`.${Lt}-error`).forEach(t=>{t.remove()})}function sy(){let e=document.querySelectorAll("iframe"),t=[];return e.forEach(n=>{Oo(n)&&t.push(n)}),t}function Wp(e){let t={},{glossaries:r,_systemExcludeWordRegex:a,text:i,delimiters:o,excludeRegexps:s,targetLanguage:u}=e,l=i,c=1001;try{if(r&&r.length>0){let g={},f=r.filter(h=>h.tl&&h.tl!==u?!1:h.k?(g[h.k]=h.v||"",!0):!1).sort((h,y)=>h.tl&&!y.tl?1:!h.tl&&y.tl?-1:0),m=new RegExp(a.replace("{word}",f.map(h=>h.k).join("|")),"g");l=l.replace(m,(h,y)=>{let T=c++;return t[`${T}`]=g[y]||y,o.length>2?h.replace(y,`<${o[2]}${T}>`):h.replace(y,`${o[0]}${T}${o[1]}`)})}s&&s.length>0&&s.forEach(g=>{let f=new RegExp(g,"gi");l=l.replace(f,(m,h)=>{let y=c++;return t[`${y}`]=M1(h),o.length>2?m.replace(h,`<${o[2]}${y}>`):m.replace(h,`${o[0]}${y}${o[1]}`)})})}catch(g){R.debug(`format source text error: ${g.message}`)}return{text:l,variables:t}}function Su(e){let{noTranslateRegexp:t,minTextCount:n,minWordCount:r,delimiters:a,text:i}=e,o=new RegExp(`${a[0]}(\\d+)${a[1]}`,"gi");if(a.length>2){let u=a[2];o=new RegExp(`<${u}(\\d+)>(.*?)`,"gi")}let s=i.trim();return s=s.replace(o,""),s=s.trim(),s===""||s.length===1&&s.charCodeAt(0)===8203||/^[0-9.,\/#!$%\^&\*;:{}=\-_`~()\s]+$/.test(i)||s.includes("")||s.includes("< styles>")||yy(s)||my(s)||by(s)||fy(s)||hy(s)||F7(s)||o.test(s)||t&&t.length>0&&new RegExp(t.join("|"),"gi").test(s)?!1:Ic(i,n,r)}function ga(e){return e.nodeType===Node.ELEMENT_NODE}function uy(e,t){return e.paragraphs?e.paragraphs[0]?.ctxId!==t?(e.paragraphs=[],!1):!0:!1}function ly(e){let t=new Date(e),n=t.getFullYear(),r=t.getMonth()+1,a=t.getDate(),i=t.getHours(),o=t.getMinutes(),s=t.getSeconds();return`${n}/${r}/${a} ${i}:${o}:${s}`}async function Kp(){return await qt("fakeUserId","")}async function M7(){return await qt("installedAt","")}async function cy(e){let n=Le().INSTALL_FROM,r=On(),a=await M7(),i=await Kp(),o=await yt(),s=!1,u=await ot.get(bt,null),l=!1;return u&&Qt(u)&&(s=!0,u.subscription&&u.subscription.isTrial&&(l=!0)),{installFrom:n,version:r,installedAt:a,interfaceLang:e,optionInterfaceLang:o.interfaceLanguage,deviceId:i,isProUser:s,isTrial:l}}function dy(e,t,n,r){if(!t||!r||!e)return"";let a=e.xpathRule,i=0,o=n;for(;o&&o!==r;)i++,o=o.parentNode;let s=i+"";for(let u=0;u{!e||!t||(async()=>{let a=await Gp(e,t);r(a)})()},[e,t,r]),n}async function Gp(e,t){if(!e||!t)return;let n=!1,r,a=!0;!Ge()&&pe()||ut().any?(a=!1,r=t.monkeyH5FloatBall,!r&&e.rule.isShowUserscriptPagePopup==!1&&(r=e.config.monkeyH5FloatBall,r.enable=!1),r||(r=e.config.monkeyH5FloatBall),n=!t.monkeyH5FloatBall):(r=e.config.pcFloatBall,n=!t.pcFloatBall);try{if(r?.afterInstalledAt&&n){let i=await qt("installedAt","");new Date(i).getTime()s==n),a=e.config.translationModeLanguagePattern.translationMatches.find(s=>s==n),i=e.config.translationModeUrlPattern.dualMatches.find(s=>_t(e.url,s));return e.config.translationModeUrlPattern.translationMatches.find(s=>_t(e.url,s))?"translation":i?"dual":a?"translation":r?"dual":null}var Rc=!1,B7=pe();function Ty(e,t){let n=[];for(let r of t){let a=e.querySelectorAll(r);for(let i of a)n.push(i)}return n}function I7(e,t){let n=function(i){return i.nodeType===Node.ELEMENT_NODE||i.nodeType===Node.TEXT_NODE?i.nodeType===Node.ELEMENT_NODE&&vy(i,t,!0)?NodeFilter.FILTER_REJECT:NodeFilter.FILTER_ACCEPT:NodeFilter.FILTER_REJECT},r=document.createTreeWalker(e,NodeFilter.SHOW_ELEMENT,n),a=!0;for(;r.nextNode();){let i=r.currentNode;if(i.nodeType===Node.ELEMENT_NODE){if(Ua(i,pc)){if(a===!0)return!0;continue}if(xu(i.nodeName,t.inlineTags))return!0;if(!Vp(i,t))return!1}}return!0}function $p(e,t){let n=t.inlineTags;if(e.nodeType===Node.ELEMENT_NODE)if(xu(e.nodeName,n)||Vp(e,t)){if(Ua(e,$b)||xu(e.nodeName,["BR"]))return!1;if(Ua(e,pc))return!0;if(Vp(e,t)){let r=globalThis.getComputedStyle(e);if(r.display==="block"||r.display==="flex")return!1}return I7(e,t)}else return Ua(e,pc);return!1}function vy(e,t,n){if(!(e.nodeType===Node.ELEMENT_NODE||e.nodeType===Node.TEXT_NODE)||e.nodeType===Node.ELEMENT_NODE&&Ua(e,Vb,!0))return!0;if(e.nodeType===Node.ELEMENT_NODE&&Ua(e,zb))return!1;let{stayOriginalTags:r,excludeTags:a}=t,i=[];return n&&a&&a.length>0?i=a||[]:i=a.filter(o=>!r.includes(o)),!!(e.nodeType===Node.ELEMENT_NODE&&(e.getAttribute("translate")==="no"||e.classList.contains("notranslate"))||xu(e.nodeName,i))}function Ic(e,t,n){let r=e.trim();return r.length>=t||r.split(" ").filter(o=>o.trim()!=="").length>=n||!Cy(r)&&r.length>=n}function Sy(e,t,n){let r=e.trim();if(r.length<=t)return!0;if(Cy(r)){if(r.split(" ").length<=n)return!0}else if(r.length<=n)return!0;return!1}function Cy(e){for(let t=0;t127)return!1;return!0}function my(e){if(e&&e.includes("://")&&!e.includes(" ")&&e.length<512)try{return new URL(e),!0}catch{return!1}else return!1}function fy(e){return e?/^[a-zA-Z0-9._-]+@[a-zA-Z0-9.-]+\.[a-zA-Z]{2,4}$/.test(e):!1}function hy(e){return e?/^[_\d:\-+\.。,,% ]+$/.test(e):!1}function by(e){if(e&&e.startsWith("#")){if(e.split("#").length>2)return!1;if(e.indexOf(" ")===-1)return!0}return!1}function yy(e){return!!(e&&e.startsWith("@")&&e.indexOf(" ")===-1)}function Ua(e,t,n=!1){return Yp(e,t,"1",n)}function Yp(e,t,n,r=!1){return Rc&&!r?e[In]?!!(e[In]&&e[In][t]===n):!1:e.dataset[t]===n}function zo(e){return(e.innerText||e.textContent||"").trim()}function Qp(e){let t=e.querySelectorAll("iframe"),n="";for(let r=0;r2e3))break}return n}function Oc(e){return e?typeof e=="string"?document.querySelector(e)!==null:e.some(t=>document.querySelector(t)):!1}function vt(e,t,n,r=!1,a=!1){e.isContentEditable&&!a||(Rc&&!r?(e[In]||(e[In]={}),e[In][t]||(e[In][t]=n)):e.dataset[t]!==n&&(e.dataset[t]=n))}function zc(e,t,n=!1){if(Rc&&!n){if(!e[In]||!e[In][t])return;delete e[In][t]}else delete e.dataset[t]}function No(e,t,n=!1){return Rc&&!n?!e[In]||!e[In][t]?void 0:e[In][t]:e.dataset[t]}function Vp(e,t){let n=t.allBlockTags.concat(t.inlineTags).concat(t.excludeTags);return!xu(e.nodeName,n)}function _e(){if(!globalThis||!globalThis.location)return"https://example.com";if(!st())return globalThis.location.href;try{let t=globalThis.location.href,n=new URL(t);if(n.protocol==="about:"||n.protocol==="blob:"){if(globalThis.location.ancestorOrigins&&globalThis.location.ancestorOrigins.length>0)return globalThis.location.ancestorOrigins[0];let r="";try{r=globalThis.parent.location.href}catch{}return r||(globalThis.location!=globalThis.parent.location?document.referrer:document.location.href)}else return t}catch{}return globalThis.location.href}function Kn(e,t,n){if(e instanceof ShadowRoot){try{e.appendChild(document.createElement("style")).textContent=t}catch(r){R.warn("injectCSS failed, rootDocument"+r?.message,e)}return}if(e&&e.head&&e.head.appendChild){let r=e.createElement("style");if(n){let a=e.querySelector(`style[data-id="${n}"]`);a&&a.remove(),r.dataset.id=n}r.textContent=t,e.head.appendChild(r)}else if(e){let r=document.createElement("head"),a=document.createElement("style");a.textContent=t,r.appendChild(a),e.appendChild(r)}else R.warn("injectCSS failed, rootDocument does not have head node",e)}function Oo(e){let t=e.getAttribute("src");if(t){if(t==="about:blank")return!0;if(B7){if(t.startsWith("blob:"))return!0}else if(t.startsWith("blob:"))return!!document.querySelector("meta[name='immersive-translate-ebook-viewer']")||!t.startsWith("blob:http");return!1}try{if(e.contentDocument&&e.contentDocument.body)return!0}catch{}return!1}function xu(e,t){if(!e||!t)return!1;Array.isArray(t)||(t=[t]),e=e.toUpperCase();for(let n of t)if(e===n)return!0;return!1}function xy(e){let t=e.replace("#",""),n=parseInt(t.substring(0,2),16),r=parseInt(t.substring(2,4),16),a=parseInt(t.substring(4,6),16);return{r:n,g:r,b:a}}function Ey(e,t,n,r){if(r.document.caretPositionFromPoint){let a=r.document.caretPositionFromPoint(e,t);if(a){let i=r.document.createRange(),o=a.offsetNode;if(!o||o.nodeType!==Node.TEXT_NODE||vy(o,n,!0))return null;try{i.setStart(o,a.offset),i.setEnd(o,a.offset)}catch(s){return R.warn("getRangeFromPoint error",s),null}return i}return null}else return r.document.caretRangeFromPoint?r.document.caretRangeFromPoint(e,t):null}function wy(e,t,n){let r=0,a=(i,o,s,u)=>{if(++r>100||u===i)return i;let l=i.shadowRoot;if(!l||typeof l.elementFromPoint!="function")return i;let c=l.elementFromPoint(o,s);return c?a(c,o,s,i):i};return a(e,t,n)}p();function Ui(e,t,n,r,a){let i=t,o=uu[i]||[],s="";e&&o&&o.length>0&&o.forEach(c=>{let{name:g}=c;if(e&&n&&n[g]){let f=n[g];if(["borderRadius"].includes(g)&&(f+="px"),s+=`--immersive-translate-theme-${i}-${g}: ${f}; +`,wrapperSuffix:"
"},{id:"bing",matches:"https://*.bing.com/search*",extraInlineSelectors:["a","i"],globalStyles:{"[class*='lineclamp'],.b_title":"-webkit-line-clamp:unset;"}},{id:"yahoo",matches:"*.yahoo.*",excludeSelectors:["._ys_jiqava","#ybar-inner-wrap","#Col2-5-Rmp-Proxy"],extraBlockSelectors:[".SIPGg",".sc-kzMCTH.pSZXj"],globalStyles:{"#atomic .Mt\\(20px\\)":"margin-top: 100px;","[class*='LineClamp']":"-webkit-line-clamp:unset;max-height:unset;","a[class*='js-content-viewer']> div[class*='Td\\(n\\)']":"overflow: scroll;","[class*='_ys_24482e']":"-webkit-line-clamp:unset;","#Aside > :first-child":"overflow:scroll;"}},{id:"wsj",matches:"www.wsj.com",excludeSelectors:["header","footer","nav","[aria-label='Markets summary']"]},{id:"businessinsider",matches:"www.businessinsider.com",excludeSelectors:["header","nav","section.live-updates-module "]},{id:"goodreads",matches:"www.goodreads.com",excludeSelectors:[".badgeYear",".gr-mediaBox__desc",".bookVotedRow",".minirating","div[itemprop='aggregateRating']",".wtrButtonContainer",".RatingsHistogram__labelTitle",".FollowButton",".siteHeader__topLevelLink","#books > thead","td[class*='rating']","td[class*='shelves']","td[class*='date_read']","td[class*='date_added']","td[class*='actions']"]},{id:"feeder",matches:"https://feeder.co/*",globalStyles:{".item-summary":"-webkit-line-clamp:unset;"}},{id:"elektrotechnik",matches:"https://www.elektrotechnik.rwth-aachen.de/*",globalAttributes:{"[class='notranslate']":{class:""}}},{id:"nytimes",matches:"www.nytimes.com",excludeSelectors:["#app > div > div > header","#app > div > div > div > div > header","#in-story-masthead"],injectedCss:["a::after {position:relative!important;}"]},{id:"bugsKde",matches:"bugs.kde.org","excludeTags.remove":["svg","PRE"],additionalExcludeSelectors:[".bz_first_comment_head",".bz_comment_head",".related_actions"]},{id:"eastmoney",matches:"guba.eastmoney.com",searchEnhancementConfig:[{id:"eastmoney",urlMatch:"guba.eastmoney.com/news,us\\w+,\\w+.html",delayTime:0,selector:".moneyFlowContainer",selectorAction:"insertBefore",style:{container:"background:white;border:none;border-radius: 4px;box-shadow: 0 2px 4px hsla(216,5%,62%,.14);",source:"font-size:12px; margin-bottom: 0px;",keyword:"color:#294688",title:"font-size:14px;color:#294688;",enTitle:"margin-top:4px;font-size:12px;",searchTitle:"margin:4px 0 16px;position:relative;padding-right:24px;font-size: 16px;",time:"margin: 0px 0 16px;",more:"color:#294688;margin-top:8px;"},keyword:{value:"[0]$1 stock",matches:[{source:"url",matchRegex:"guba.eastmoney.com/news,us(\\w+?),\\S+.html"}]},showCount:8},{id:"eastmoney",urlMatch:"guba.eastmoney.com/list,us\\w+.*.html",delayTime:0,selector:".qualityContentContainer",selectorAction:"insertBefore",style:{container:"background:white;border:none;border-radius: 4px;box-shadow: 0 2px 4px hsla(216,5%,62%,.14);",source:"font-size:12px; margin-bottom: 0px;",keyword:"color:#294688",title:"font-size:14px;color:#294688;",enTitle:"margin-top:4px;font-size:12px;",searchTitle:"margin:4px 0 16px;position:relative;padding-right:24px;font-size: 16px;",time:"margin:0px 0 16px;",more:"color:#294688;margin-top:8px;"},keyword:{value:"[0]$1:[0]$2",matches:[{source:{type:"selector",attribute:"href"},matchRegex:"code=(\\w+)_(\\w+)",match:"a[href*='rank/stock?code=']"}]},showCount:8}]},{id:"xueqiu",matches:"xueqiu.com",searchEnhancementConfig:[{id:"xueqiu",urlMatch:"xueqiu.com/S/[a-zA-Z]+/?$",delayTime:0,selector:".container-side-sm.float-right.stock__side",selectorAction:"appendChild",style:{container:"background:white;border:none;border-radius: 4px;padding:0;",source:"font-size:12px; margin-bottom: 0px;",keyword:"color:#06c",title:"font-size:14px;color:#06c;",enTitle:"margin-top:4px;font-size:12px;",searchTitle:"margin:4px 0 16px;position:relative;padding-right:24px;font-size: 16px;font-weight: bold;",time:"margin:0px 0 16px;",more:"color:#06c;margin-top:8px;"},showCount:8,keyword:{value:"[0]$1",matches:[{source:{type:"selector",attribute:"text"},matchRegex:"\\((.+)\\)",match:".stock-name"}]}}]},{id:"laohu8",matches:"www.laohu8.com",searchEnhancementConfig:[{id:"laohu8",urlMatch:"www.laohu8.com/stock/[a-zA-Z]+/?$",delayTime:0,selector:".hot-stocks-root",selectorAction:"insertBefore",style:{container:"background:white;border:none;border-radius: 4px;box-shadow: 0 2px 4px hsla(216,5%,62%,.14);",source:"font-size:12px; margin-bottom: 0px;",title:"font-size:14px;color: #007bff;",enTitle:"margin-top:4px;color: #4d5156;font-size:12px;",searchTitle:"margin:4px 0 16px;position:relative;padding-right:24px;font-size: 16px;",time:"margin: 0px 0 16px;"},keyword:{value:"[0]$1 stock",matches:[{source:"url",matchRegex:"stock/([a-zA-Z]+)"}]},showCount:8}]},{id:"futunn",matches:"www.futunn.com",searchEnhancementConfig:[{id:"futunn",urlMatch:"www.futunn.com/stock/\\w+-US",delayTime:0,selector:".right",selectorAction:"appendChild",style:{container:"background:white;border:none;border-radius: 4px;box-shadow: 0 2px 4px hsla(216,5%,62%,.14);",source:"font-size:12px; margin-bottom: 4px;",title:"font-size:14px;color: #007bff;",enTitle:"margin-top:4px;color: #4d5156;font-size:12px;",searchTitle:"margin:4px 0 16px;position:relative;padding-right:24px;font-size: 16px;",time:"margin: 4px 0 20px;"},keyword:{value:"[0]$1 stock",matches:[{source:"url",matchRegex:"stock/([a-zA-Z]+)-US"}]},showCount:8}]},{id:"bmvrMarseille",matches:"www.bmvr.marseille.fr",globalStyles:{"a > div":"display:block;","[style*='358px;']":"width: 33.3333%; height: auto; padding: 0px; position: relative; margin: 0px;"},globalAttributes:{"#app":{class:""}}},{id:"piAi",matches:"pi.ai/talk",globalStyles:{"[class*='text-brand-green']":"flex-direction:column;"}},{id:"claudeAi",matches:"claude.ai",excludeSelectors:[".contents *"],"excludeTags.remove":["PRE"],injectedCss:"[data-testid='chat-menu-trigger'] br {display:none;}",aiRule:{messageWrapperSelector:".contents",messageContainerSelector:".ReactMarkdown",messageStreamEndSelector:".contents > button",streamingChange:!0,streamingDeepChild:!1,streamingDelayTime:1e3}},{id:"feishu",matches:["*.feishu.cn","*.larkoffice.com","*.larksuite.com"],"additionalExcludeSelectors.remove":[".notranslate","[translate=no]"],mutationObserverLimitTargetSelectors:[".maindocbody","div[class*='render']","div[class*='block']"],"excludeSelectors.add":[".catalogue__list"]},{id:"gitbook",selectorMatches:[".gitbook-root"],"additionalExcludeSelectors.remove":[".notranslate","[translate=no]"],"additionalExcludeSelectors.add":["[spellcheck='false']"]},{id:"mitre",matches:"cwe.mitre.org",globalStyles:{"span.list_entry":"height: unset;"}},{id:"kaggle",matches:"www.kaggle.com",excludeTags:["i","button"]},{id:"ieee",matches:"spectrum.ieee.org",extraBlockSelectors:["small"]},{id:"ieeexplore",matches:"ieeexplore.ieee.org",stayOriginalSelectors:["a[ref-type]",".inline-formula",".display-formula"]},{id:"cnn",matches:"*.cnn.com","excludeSelectors.add":[".ad-slot-header__wrapper","#pageFooter"],"bodyRule.add":{bodySelector:".layout__content-wrapper",articleSelector:".article__content-container"}},{id:"marginalrevolution",matches:"marginalrevolution.com",globalAttributes:{header:{translate:"unset;"}}},{id:"highfrequencyelectronics",matches:"www.highfrequencyelectronics.com",globalStyles:{"#main-content":"overflow:unset;"}},{id:"githubBlog",matches:"github.blog",globalStyles:{".font-mktg":"word-break:normal;"}},{id:"semanticscholar",matches:"www.semanticscholar.org",selectors:[".cl-paper-title",".cl-paper-abstract",".tldr-abstract-replacement",".text-truncator",".paper-detail-title"]},{id:"uni-trier",matches:"dblp.uni-trier.de",selectors:["h1","h2",".title",".external","dd p"],excludeSelectors:[".side-column"]},{id:"bilibili",matches:"www.bilibili.com","excludeSelectors.add":[".bpx-player-subtitle-panel-text"],"subtitleRule.add":{type:"bilibili",subtitleUrlRegExp:"aisubtitle.hdslb.com/bfs",loadingContainerSelector:".bpx-player-subtitle-panel"}},{id:"time",matches:"time.com",excludeSelectors:[".date-and-duration"],globalStyles:{".headline":"-webkit-line-clamp:unset;overflow:unset;height:unset;",h3:"-webkit-line-clamp:unset;overflow:unset;",p:"-webkit-line-clamp:unset;overflow:unset;"}},{id:"docs-swift",matches:"docs.swift.org",selectors:[".content","#menu"]},{id:"uzh",matches:"www.uzh.ch",injectedCss:[".TextImage--inner {overflow:auto !important;}"]},{id:"mail-yandex",matches:"mail.yandex.com",selectors:["article",".Text_color_primary",".mail-MessageSnippet-Item_subject"],globalStyles:{".mail-MessageSnippet":"height: unset; line-height:unset;",".immersive-translate-target-translation-block-wrapper":"margin:unset;"}},{id:"forums.zotero",matches:"forums.zotero.org",selectors:[".page-sidebar",".page-content"]},{id:"pubmed.ncbi.nlm.nih.gov",matches:"pubmed.ncbi.nlm.nih.gov",urlChangeDelay:0,excludeSelectors:[".docsum-journal-citation",".citation-part",".docsum-authors",".top-wrapper",".article-source",".citation-doi",".identifiers",".cite",".share",".arrow-link"],globalAttributes:{"#Scholarscope_HighlightContent":{class:""},"#Scholarscope_HighlightOrigin":{class:"Scholarscope_HighlightContents"}},mutationExcludeContainsSelectors:["#Scholarscope_HighlightContent highlight"],mutationExcludeSelectors:["#Scholarscope_HighlightContent","#Scholarscope_HighlightContent span"],injectedCss:["#Scholarscope_HighlightOrigin > p font,#Scholarscope_HighlightContent > p font {display: inline!important;}","#Scholarscope_HighlightOrigin > p font br,#Scholarscope_HighlightContent > p font br {display: none!important;}"]},{id:"chosun",matches:"www.chosun.com",injectedCss:"body {word-break: unset!important;}"},{id:"yna",matches:"*.yna*",injectedCss:["font > br {display:none}"],globalStyles:{"a,strong":"max-height:unset;-webkit-line-clamp:unset;height:unset;white-space:unset;","div,p,li,.item-box01,.news-con":"height:unset;max-height:unset;-webkit-line-clamp:unset;"},"additionalExcludeSelectors.remove":[".notranslate","[translate=no]"]},{id:"cnet",matches:"www.cnet.com",globalStyles:{"h3,div,span,p":"max-height:unset;-webkit-line-clamp:unset;height:unset;white-space:unset;"}},{id:"dolmods",matches:"dolmods.net",globalStyles:{"[class*='max-h']":"max-height:unset!important;"}},{id:"digitimes",matches:"www.digitimes.com",globalStyles:{"a,.title,.abstract,.display-5,.top":"max-height:unset;-webkit-line-clamp:unset;height:unset;white-space:unset;"},"excludeSelectors.add":[".main-nav-frame",".sub-header-wrapper",".footer",".date"],"additionalExcludeSelectors.remove":[".notranslate","[translate=no]"]},{id:"vdi-nachrichten",matches:"www.vdi-nachrichten.com","excludeSelectors.add":[".header-menu__item > a",".linkbar__item",".header__button-group"]},{id:"htdp",matches:"htdp.org",excludeTags:["blockquote"],stayOriginalSelectors:[".RktIn"]},{id:"newsletterss",matches:"newsletterss.com",initialGlobalAttributes:{iframe:{scrolling:"auto"}}},{id:"docusaurus",selectorMatches:["#__docusaurus"],"excludeSelectors.add":["aside",".DocSearch-Modal"]},{id:"mercari",matches:"*.mercari.com","excludeTags.remove":["PRE"]},{id:"qqMail",matches:"mail.qq.com",useIframePostMessage:!1},{id:"nikkei",matches:"www.nikkei.com",globalStyles:{"h3,div,span,p":"max-height:unset;-webkit-line-clamp:unset;height:unset;white-space:unset;"}},{id:"pubs.rsc.org",matches:"pubs.rsc.org",excludeSelectors:[".eqn"]},{id:"indeed",matches:"*.indeed.com",globalStyles:{"span,.css-19rjr9w.e1wnkr790":"max-height:unset;-webkit-line-clamp:unset;height:unset;white-space:unset;"},"excludeTags.remove":["BUTTON"]},{id:"brutalist",matches:"brutalist.report",selectors:["li > a:first-child","aside","nav > a","h1 > a","h3 > a","h2 >a"],"additionalExcludeSelectors.remove":[".notranslate","[translate=no]"]},{id:"maxroll",matches:["maxroll.gg"],extraInlineSelectors:[".d4t-sprite-icon",".d4t-icon"],injectedCss:["font {font-family: sans-serif !important;}"]},{id:"microsoftTeams",matches:["teams.live.com"],"stayOriginalSelectors.add":["span[title][style='min-width: 20px; height: 20px;']"]},{id:"gradioappdocs",matches:"www.gradio.app/docs/*",selectors:["div.obj"],excludeSelectors:["div#examples"]},{id:"arca",matches:"arca.live","excludeTags.remove":["PRE"]},{id:"chatpdf",matches:["www.chatpdf.com"],"additionalExcludeSelectors.remove":[".notranslate"],excludeSelectors:[".chat-message-row.ai *",".pdf-viewer"],aiRule:{streamingSelector:"",messageWrapperSelector:".chat-message-row.ai",streamingChange:!1,streamingDeepChild:!0,streamingDelayTime:1e3}},{id:"inciteful",matches:["inciteful.xyz"],"excludeTags.remove":["BUTTON"]},{id:"app.element.io",matches:["app.element.io"],"additionalExcludeSelectors.remove":[".notranslate"],"excludeSelectors.add":[".mx_DisambiguatedProfile",".mx_ReplyChain_wrapper",".mx_ThreadSummary_replies_amount"]},{id:"fastapi.tiangolo.com",matches:"fastapi.tiangolo.com",selectors:["article"]},{id:"termynal",selectorMatches:["link[href*='termynal.css']"],"stayOriginalSelectors.add":[".termy"]},{id:"cpb-nl",matches:["www.cpb.nl"],"bodyRule.add":{enable:!1}},{id:"hub.logseq",matches:["hub.logseq.com"],globalStyles:{"[class*=':h-[']":"height:unset;"}},{id:"chat.zalo",matches:["chat.zalo.me"],"additionalExcludeSelectors.remove":[".notranslate"],inputExecCommandDeleteEnable:!0,"inputConfig.add":{execCommandDeleteEnable:!0}},{id:"epam",matches:"*.epam.com",globalStyles:{"[class*='ContentAnchorLinkList']":"word-break:unset;"},"excludeSelectors.add":["#blog-page-sidebar-wrapper"],"excludeTags.remove":["BUTTON"]},{id:"discussions.apple",matches:"discussions.apple.com","excludeSelectors.add":[".page-number"]},{id:"www.sixthtone.com",matches:["www.sixthtone.com"],"excludeSelectors.add":["#footer","[class^=index_time]","[class^=index_anthorList]","[class^=index_node]","[class^=index_popupWrapper]"]},{id:"forum.unity",matches:["forum.unity.com"],"excludeSelectors.add":[".bbCodeCode"]},{id:"wattpad",matches:["www.wattpad.com"],"excludeTags.remove":["PRE"],globalAttributes:{header:{translate:"unset;"}},globalStyles:{".story-info .item-description":"overflow: scroll;"}},{id:"netflix",matches:["www.netflix.com"],"excludeSelectors.add":[".player-timedtext"],"mutationExcludeSelectors.add":[".player-timedtext *"],"subtitleRule.add":{type:"netflix",loadingContainerSelector:".watch-video",subtitleUrlRegExp:"^https://.+?.oca.nflxvideo.net/\\?([ovet]=[^=]+){4}$",loadingStyle:"bottom: 15%;",quickButtonRule:{appendSelector:'[data-uia="control-next"]',insertBeforeSelector:'[data-uia="control-next"]',injectCSS:".imt-quick-subtitle-button {height: 60%; margin-right: 50px; font-size: 20px; } .logo,.logo svg { height: 36px; width: 36px} .label { display: none; } .imt-quick-subtitle-pop-content {transform: translateX(50%); right: 0}"},videoSelector:"video",attachRule:{appendSelector:".watch-video",injectedCSS:[".imt-caption-window {margin-bottom: 0px; bottom: 10vw;}"],injectedGlobalCSS:[".player-timedtext {display: none !important; }"]}}},{id:"udemy",matches:["www.udemy.com"],"excludeSelectors.add":["[data-purpose='captions-cue-text']",".shaka-text-container"],"mutationExcludeSelectors.add":["[data-purpose='captions-cue-text'] *",".shaka-text-container *"],"subtitleRule.add":{type:"udemy",subtitleUrlRegExp:"^https://vtt.*\\.udemycdn\\.com/.*\\.vtt",videoPlayerSelector:"video.shaka-video",humanTrust:85,loadingContainerSelector:".shaka-video-container",loadingStyle:"bottom: 15%;",injectedCss:["[class^='well--text'] {white-space: pre;}"],quickButtonRule:{appendSelector:'[data-purpose="video-controls"]'}},"subtitleRule.add_v.[1.4.1]":{hookType:"fetch|xhr"}},{id:"iview",matches:"iview.abc.net.au",excludeSelectors:[".jwplayer"],"mutationExcludeSelectors.add":[".jwplayer *"],"subtitleRule.add":{type:"webvtt",subtitleUrlRegExp:"/cc/.*\\.(vtt|webvtt)$",loadingContainerSelector:".jwplayer",quickButtonRule:{appendSelector:".jw-reset.jw-button-container",insertBeforeSelector:".jw-settings-submenu-button",injectCSS:".imt-quick-subtitle-pop-content {z-index: 999999;}"}}},{id:"nmaart",matches:"www.nma.art",excludeSelectors:[".video-container"],"mutationExcludeSelectors.add":[".video-container *"],"subtitleRule.add":{type:"webvtt",subtitleUrlRegExp:"/texttrack/.*\\.(vtt|webvtt)",loadingContainerSelector:".video-container",quickButtonRule:{appendSelector:".vjs-control-bar",insertBeforeSelector:".vjs-playback-rate"}}},{id:"apple",matches:"developer.apple.com",excludeSelectors:[".developer-video-player"],"mutationExcludeSelectors.add":[".developer-video-player *"],"subtitleRule.add":{type:"webvtt",subtitleUrlRegExp:"\\.(vtt|webvtt)"}},{id:"khanacademy",matches:["www.khanacademy.org"],"subtitleRule.add":{type:"khanacademy",subtitleUrlRegExp:"GetSubtitles",hookType:"fetch"},"stayOriginalSelectors.add":[".mathjax-wrapper"]},{id:"nebula",matches:["nebula.tv"],"excludeSelectors.add":["[data-subtitles-container='true']"],"mutationExcludeSelectors.add":["[data-subtitles-container='true'] *"],"subtitleRule.add":{type:"webvtt",subtitleUrlRegExp:"\\.vtt$",loadingContainerSelector:".video-poster",quickButtonRule:{appendSelector:".icon-spacing.css-4yh7a0",insertBeforeSelector:"#subtitles-toggle-button",ccEnableSelector:"#subtitles-toggle-button"}}},{id:"frontendmasters",matches:["frontendmasters.com"],"excludeSelectors.add":[".vjs-text-track-display"],"mutationExcludeSelectors.add":[".vjs-text-track-display *"],"subtitleRule.add":{type:"webvtt",subtitleUrlRegExp:".vtt$",loadingContainerSelector:".vjs-text-track-display",injectedCss:["#immersive-translate-quick-button-container {order: 2} .imt-quick-subtitle-pop-content {z-index: 2147483647}"],quickButtonRule:{appendSelector:".vjs-control-bar"},videoSelector:".PromoPlayer video",attachRule:{appendSelector:".video-js",injectedGlobalCSS:".vjs-text-track-display {display: none;}"}}},{id:"udacity",matches:["*.udacity.com"],"excludeSelectors.add":[".vjs-text-track-display"],"mutationExcludeSelectors.add":[".vjs-text-track-display *"],"subtitleRule.add":{type:"webvtt",subtitleUrlRegExp:".vtt$",loadingContainerSelector:".vjs-text-track-display"}},{id:"skillshare",matches:["www.skillshare.com"],"excludeSelectors.add":[".vjs-text-track-display"],"mutationExcludeSelectors.add":[".vjs-text-track-display *"],"subtitleRule.add":{type:"webvtt",subtitleUrlRegExp:"\\.vtt\\?",loadingContainerSelector:".vjs-text-track-display",injectedCss:["#immersive-translate-quick-button-container {order: 13}"],quickButtonRule:{appendSelector:".vjs-control-bar",insertBeforeSelector:".vjs-volume-panel",injectCSS:" .label { display: none; } .imt-quick-subtitle-pop-content {transform: translateX(43%); right: 0; z-index: 2147483647 } "}}},{id:"domestika",matches:["www.domestika.org"],"excludeSelectors.add":[".vjs-text-track-display"],"mutationExcludeSelectors.add":[".vjs-text-track-display *"],"subtitleRule.add":{type:"webvtt",subtitleUrlRegExp:".*subtitles.*\\.vtt",quickButtonRule:{appendSelector:".controlBar-wrapper .right-wrapper",insertBeforeSelector:".vjs-volume-panel"}}},{id:"hbomax",matches:["play.max.com","play.hbomax.com"],"excludeSelectors.add":["[data-testid='playerContainer']","[data-testid='CueBoxContainer']"],"mutationExcludeSelectors.add":["[data-testid='playerContainer'] *","[data-testid='CueBoxContainer'] *"],"subtitleRule.add":{type:"webvtt",subtitleUrlRegExp:"\\.vtt$",loadingContainerSelector:"[data-testid='playerContainer']"}},{id:"mindvalley",matches:["home.mindvalley.com"],"excludeSelectors.add":[".vjs-text-track-display"],"mutationExcludeSelectors.add":[".vjs-text-track-display *"],"subtitleRule.add":{type:"webvtt",subtitleUrlRegExp:"\\.webvtt$",loadingContainerSelector:".vjs-text-track-display",injectedCss:["#immersive-translate-quick-button-container {order: 6}"],quickButtonRule:{appendSelector:'[data-testid="video-section"] .vjs-control-bar',insertBeforeSelector:'[data-testid="video-section"] .vjs-volume-panel',injectCSS:".imt-quick-subtitle-pop-content {z-index: 999999;}"}}},{id:"masterclass",matches:["www.masterclass.com","learn.microsoft.com"],"excludeSelectors.add":[".vjs-text-track-display"],"mutationExcludeSelectors.add":[".vjs-text-track-display *"],"subtitleRule.add":{type:"webvtt",subtitleUrlRegExp:"\\.vtt",loadingContainerSelector:".vjs-text-track-display",quickButtonRule:{appendSelector:".vjs-control-bar",insertBeforeSelector:".vjs-playback-rate"}}},{id:"viu",matches:["www.viu.com"],"excludeSelectors.add":[".bmpui-ui-viu-subtitle-overlay"],"mutationExcludeSelectors.add":[".bmpui-ui-viu-subtitle-overlay *"],"subtitleRule.add":{type:"webvtt",hookType:"xhr",subtitleUrlRegExp:"https?://[^/]+\\.cloudfront\\.net/[^/]+/[^/]+$",loadingContainerSelector:".bmpui-container-wrapper",loadingStyle:"bottom: 20%;",injectedCss:[".bmpui-controls-hidden #immersive-translate-quick-button-container {display: none;}"],quickButtonRule:{appendSelector:".bmpui-ui-container.bmpui-ui-viu-subtitle > .bmpui-container-wrapper",injectCSS:".imt-quick-subtitle-button {margin-bottom: 8px}"}}},{id:"linkin",matches:"*.linkedin.com","excludeSelectors.add":[".vjs-text-track-display"],"mutationExcludeSelectors.add":[".vjs-text-track-display *"],"subtitleRule.add":{type:"webvtt",subtitleUrlRegExp:".*ambry/\\?x-li-ambry-ep=.*",hookType:"xhr",loadingContainerSelector:".video-player-container",quickButtonRule:{appendSelector:".vjs-control-bar",insertBeforeSelector:".vjs-captions-toggle"}}},{id:"kanopy",matches:"*.kanopy.com","excludeSelectors.add":[".vjs-text-track-display"],"mutationExcludeSelectors.add":[".vjs-text-track-display *"],"subtitleRule.add":{type:"webvtt",subtitleUrlRegExp:".*captioncache/webvtt.*",hookType:"xhr",loadingContainerSelector:".video-player-container",injectedCss:["#immersive-translate-quick-button-container{height: 40px;display: flex;align-items: center;align-self: flex-end;}"],quickButtonRule:{appendSelector:".vjs-control-bar",insertBeforeSelector:".vjs-caption-control"}}},{id:"iflix",matches:["www.iflix.com","wetv.vip"],"excludeSelectors.add":[".text-track"],"mutationExcludeSelectors.add":[".player-wrapper *"],"subtitleRule.add":{type:"webvtt",subtitleUrlRegExp:"\\.vtt",hookType:"xhr",loadingContainerSelector:"#player-wrapper",loadingStyle:"bottom: 18%;",quickButtonRule:{appendSelector:'[data-role="wetv-ctrlbar-right"]',insertBeforeSelector:'[data-role="wetv-player-definition"]'}}},{id:"imdb",matches:"www.imdb.com","excludeSelectors.add":[".jw-text-track-container"],"mutationExcludeSelectors.add":[".jw-text-track-container *"],"subtitleRule.add":{type:"webvtt",subtitleUrlRegExp:"\\.srt$",loadingContainerSelector:"#imdbnext-vp-jw-single",quickButtonRule:{appendSelector:".jw-reset.jw-button-container",insertBeforeSelector:'[button="ttt-button"]'}}},{id:"itv",matches:["www.itv.com"],"subtitleRule.add":{type:"text_track",videoPlayerSelector:".genie-video",loadingContainerSelector:".genie-container",loadingStyle:"bottom: unset; top: 5%;",quickButtonRule:{appendSelector:".control-bar_right-child-container",insertBeforeSelector:".controls-toggle_button--fullscreen"}}},{id:"egghead",matches:["egghead.io"],"subtitleRule.add":{type:"text_track",videoPlayerSelector:".cueplayer-react-video",loadingContainerSelector:".cueplayer-react-video-holder",loadingStyle:"bottom: unset; top: 5%;",quickButtonRule:{appendSelector:".cueplayer-react-control-bar-right-part",insertBeforeSelector:".cueplayer-react-closed-caption"}}},{id:"coursera",matches:["www.coursera.org"],"subtitleRule.add":{type:"text_track",videoPlayerSelector:".vjs-tech",loadingContainerSelector:".rc-VideoControlsContainer",loadingStyle:"bottom: unset; top: 5%;",quickButtonRule:{appendSelector:'[role="presentation"] > .rc-ControlBar > .icon-container'}}},{id:"ocrtraining",matches:["ocrtraining.cit.nih.gov","videocast.nih.gov"],"excludeSelectors.add":["#videocastPlayer"],"mutationExcludeSelectors.add":["#videocastPlayer *"],"subtitleRule.add":{type:"webvtt",subtitleUrlRegExp:"\\.srt$",loadingContainerSelector:"#videocastPlayer"}},{id:"espn",matches:["*.espn.com"],mainFrameMinTextCount:0,"excludeSelectors.add":["#fittPageContainer"],"mutationExcludeSelectors.add":["#fittPageContainer *"],"subtitleRule.add":{type:"webvtt",subtitleUrlRegExp:"\\.vtt$",injectedCss:["#immersive-translate-quick-button-container{margin-top:16px;}",".vjs-text-track-display > div >div {font:unset!important;}"],quickButtonRule:{appendSelector:".vjs-control-bar",insertBeforeSelector:".vjs-captions-button"}}},{id:"fmoviesz",matches:["fmoviesz.to","vidplay.online","c8365730d4.nl"],"excludeSelectors.add":["#player"],"mutationExcludeSelectors.add":["#player *"],"subtitleRule.add":{type:"multi_attach_vtt",subtitleUrlRegExp:"subtitle/.*\\.vtt$",quickButtonRule:{appendSelector:".jw-button-container",insertBeforeSelector:".jw-icon-cc"},activeLangSelector:"#jw-player-settings-submenu-captions .jw-settings-submenu-items .jw-settings-item-active",videoSelector:"video",attachRule:{appendSelector:"#player",injectedGlobalCSS:[".jw-text-track-container {display: none;}","@media (min-width: 576px) { video::cue {opacity: 0} }"]}}},{id:"aniwatch",matches:["megacloud.tv","aniwatch.to"],"excludeSelectors.add":[".jw-wrapper"],"mutationExcludeSelectors.add":[".jw-wrapper *"],"subtitleRule.add":{type:"multi_attach_vtt",subtitleUrlRegExp:"^(?!.*sprite\\.vtt$).*\\.vtt$",quickButtonRule:{appendSelector:".jw-button-container",insertBeforeSelector:".jw-icon-cc"},activeLangSelector:"#jw-player-settings-submenu-captions .jw-settings-submenu-items .jw-settings-item-active",videoSelector:"video",attachRule:{appendSelector:".jw-wrapper",injectedGlobalCSS:[".jw-text-track-container {display: none;}","@media (min-width: 576px) { video::cue {opacity: 0} }"]}}},{id:"rottentomatoes",matches:["*.rottentomatoes.com"],"excludeSelectors.add":[".jw-wrapper"],"mutationExcludeSelectors.add":[".jw-wrapper *"],"subtitleRule.add":{type:"webvtt",subtitleUrlRegExp:"\\.vtt$",quickButtonRule:{appendSelector:".jw-button-container",insertBeforeSelector:".jw-icon-cc"}}},{id:"dailymotion",matches:["*.dailymotion.com"],"excludeSelectors.add":[".player"],"mutationExcludeSelectors.add":[".player *"],mainFrameMinTextCount:0,"subtitleRule.add":{type:"subsrt",subsrtFormat:"srt",loadingContainerSelector:".player",subtitleUrlRegExp:"/video/.*\\.srt",quickButtonRule:{appendSelector:".controls_bottom_right",insertBeforeSelector:".subtitles_toggle_button"}}},{id:"movie-web",matches:["movie-web.app/media*"],"excludeSelectors.add":["#root"],"mutationExcludeSelectors.add":["#root *"],"subtitleRule.add":{type:"subsrt",hookType:"fetch",subsrtFormat:"vtt",loadingContainerSelector:".relative.h-screen.overflow-hidden",subtitleUrlRegExp:".*\\.vtt",quickButtonRule:{appendSelector:".hidden.justify-between .flex.items-center.space-x-3"}}},{id:"deeplearning",matches:["learn.deeplearning.ai"],"excludeSelectors.add":['[data-layout="video"]'],"mutationExcludeSelectors.add":['[data-layout="video"] *'],"subtitleRule.add":{type:"subsrt",subsrtFormat:"vtt",loadingContainerSelector:'[data-layout="video"]',subtitleUrlRegExp:".*\\.vtt",quickButtonRule:{appendSelector:".vds-controls-group:last-child",insertBeforeSelector:".vds-caption-button"}}},{id:"paramountplus",matches:["*.paramountplus.com"],"excludeSelectors.add":[".aa-player-skin"],"mutationExcludeSelectors.add":[".aa-player-skin *"],"subtitleRule.add":{type:"text_track_dynamic",injectedCss:[".tt-container {white-space: pre-line;}",".timed-text-css-box-inner {display: none!important;}",".timed-text-css-box-inner:last-child {display: block!important;}"],videoPlayerSelector:"video",quickButtonRule:{appendSelector:".top-menu-container"}}},{id:"pluto",matches:["pluto.tv"],"excludeSelectors.add":[".video-player-layout"],"mutationExcludeSelectors.add":[".video-player-layout *"],"subtitleRule.add":{type:"text_track_dynamic",videoPlayerSelector:"video",quickButtonRule:{appendSelector:".endControls-0-2-85"}}},{id:"vimeo",matches:["vimeo.com"],"excludeSelectors.add":[".vp-captions"],"mutationExcludeSelectors.add":[".vp-captions *"],"subtitleRule.add":{type:"text_track",videoPlayerSelector:"video",loadingContainerSelector:".player_container",loadingStyle:"bottom: unset; top: 5%;",injectedCss:["#immersive-translateQuickButton {visibility: inherit!important;}"],quickButtonRule:{appendSelector:'[data-control-bar="true"] > div',insertBeforeSelector:'[data-volume-control-container="true"]',ccEnableSelector:'[data-cc-button="true"]',injectCSS:".imt-quick-subtitle-button {margin-right: 0px; font-size: 12px;} .logo,.logo svg { height: 18px !important; width: 18px !important;} .imt-quick-subtitle-pop-content {bottom: 28px !important;}"}}},{id:"ted",matches:["www.ted.com"],"excludeSelectors.add":["#video"],"mutationExcludeSelectors.add":["#video *"],"subtitleRule.add":{type:"webvtt",hookType:"fetch",subtitleUrlRegExp:"\\.vtt",videoPlayerSelector:"video",loadingContainerSelector:"media-controller",quickButtonRule:{appendSelector:".pointer-events-none #media-control-bar",insertBeforeSelector:".pointer-events-none .media-volume-wrapper"}}},{id:"player.vimeo",matches:["https://player.vimeo.com/video/*","laracasts.com"],selectorMatches:["iframe[src*='player.vimeo.com']"],extraBlockSelectors:["span.vp-captions-line","span[class^=CaptionsRenderer_]"],"excludeSelectors.add":[".vp-captions-line"],"mutationExcludeSelectors.add":[".vp-captions *",".vp-captions-line *"],"subtitleRule.add":{type:"text_track",videoPlayerSelector:"video",loadingContainerSelector:".vp-telecine",loadingStyle:"bottom: unset; top: 5%; font-size: 12px;",injectedCss:["#immersive-translateQuickButton {visibility: inherit!important;}"],quickButtonRule:{appendSelector:'[data-control-bar="true"] > div',insertBeforeSelector:'[data-volume-control-container="true"]',ccEnableSelector:'[data-cc-button="true"]',injectCSS:".imt-quick-subtitle-button {margin-right: 0px; font-size: 12px;} .logo,.logo svg { height: 18px !important; width: 18px !important;} .imt-quick-subtitle-pop-content {bottom: 28px !important;}"}}},{id:"tv.adobe",matches:"https://*.tv.adobe.com","excludeSelectors.add":[".mpc-player"],"mutationExcludeSelectors.add":[".mpc-player *"],"subtitleRule.add":{type:"text_track",videoPlayerSelector:"video",loadingContainerSelector:".mpc-player",quickButtonRule:{appendSelector:".mpc-controls__container"}}},{id:"threejs-journey",matches:"threejs-journey.com","excludeSelectors.add":[".video-area"],"mutationExcludeSelectors.add":[".video-area *"],"subtitleRule.add":{type:"text_track",videoPlayerSelector:"video",loadingContainerSelector:".video-area",injectedCss:[".js-tracks-text.tracks-text {white-space: pre;}"],quickButtonRule:{appendSelector:".js-controls .right",insertBeforeSelector:".js-subtitles",injectCSS:".imt-quick-subtitle-button { font-size: 12px;} .logo,.logo svg { height: 18px !important; width: 18px !important;} .imt-quick-subtitle-pop-content {bottom: 38px !important;}"}}},{id:"codewithchris",matches:["learn.codewithchris.com","*.rachelsenglishacademy.com","www.unrealsenseiacademy.com"],"excludeSelectors.add":[".w-captions",".w-captions-line > div > span"],"mutationExcludeSelectors.add":[".w-captions *"],"subtitleRule.add":{type:"general",subtitleUrlRegExp:"/embed/captions/",loadingContainerSelector:".w-ui-container",hookType:"fetch",generalSetting:{captionsPath:"captions",itemsPath:"hash.lines",textKey:"text"}}},{id:"panopto",matches:["southampton.cloud.panopto.eu"],"excludeSelectors.add":[".primaryPlayer"],"mutationExcludeSelectors.add":[".primaryPlayer *"],"subtitleRule.add":{type:"general",subtitleUrlRegExp:"DeliveryInfo.aspx",disableSubsCache:!0,loadingContainerSelector:"#primaryPlayer",hookType:"fetch",generalSetting:{textKey:"Caption"},quickButtonRule:{appendSelector:"#transportControls",insertBeforeSelector:"#captionsButton"}}},{id:"edx",matches:["*.edx.org"],"excludeSelectors.add":[".closed-captions",".subtitles-menu"],mainFrameMinTextCount:0,"subtitleRule.add":{type:"general",subtitleUrlRegExp:"/transcript/translation/",loadingContainerSelector:".tc-wrapper",generalSetting:{itemsPath:"text"},injectedCss:[".subtitles-menu span,.closed-captions {white-space: pre-line;}","#immersive-translate-quick-button-container {display: inline-block; vertical-align: middle;}"],quickButtonRule:{appendSelector:".secondary-controls",insertBeforeSelector:".speeds.menu-container"}}},{id:"ardmediathek",matches:["www.ardmediathek.*"],"excludeSelectors.add":[".ardplayer-viewport-addon-overlays"],"mutationExcludeSelectors.add":[".ardplayer-viewport-addon-overlays *"],"subtitleRule.add":{type:"ebutt",hookType:"fetch",subtitleUrlRegExp:"subtitle/ebutt",loadingContainerSelector:".ardplayer-viewport-addon-overlays",quickButtonRule:{appendSelector:".ardplayer-footer .ardplayer-addons-container",insertBeforeSelector:".ardplayer-footer .ardplayer-button-sharing",injectCSS:".imt-quick-subtitle-button {font-size: 20px; } .logo,.logo svg { height: 36px !important; width: 36px !important;} .imt-quick-subtitle-pop-content {z-index: 2147483647;} "}}},{id:"bbc-iplayer",matches:["https://www.bbc.*/iplayer*"],"excludeSelectors.add":[".player"],"mutationExcludeSelectors.add":[".player *"],"subtitleRule.add":{type:"ebutt",hookType:"fetch",subtitleUrlRegExp:"iplayer/subtitles/.*.xml",loadingContainerSelector:".player__container"}},{id:"bbc",matches:["*.bbc.*"],"excludeSelectors.add":["section.module--languages",".drop-capped",".smp-toucan-player","smp-subtitles","#subtitle_subtitle2"],"mutationExcludeSelectors.add":["[data-testid='media-player-container-landscape'] *"],"subtitleRule.add":{type:"ebutt",hookType:"fetch",subtitleUrlRegExp:"iplayer/subtitles/.*.xml",loadingContainerSelector:".smp-toucan-player"}},{id:"zdf.de",matches:["www.zdf.de"],"excludeSelectors.add":[".zdfplayer-cue-region"],"subtitleRule.add":{type:"ebutt",subtitleUrlRegExp:"mtt/.*.xml",loadingContainerSelector:".zdfplayer-video-container",responseType:"document",injectedCss:["#immersive-translate-quick-button-container {display:inline-block;vertical-align:middle;margin-right:-16px;}"],quickButtonRule:{appendSelector:".right-controls-1FfJUp.svelte-inzdbf",insertBeforeSelector:".right-controls-1FfJUp.svelte-inzdbf button"}}},{id:"piped.video",matches:"piped.video","subtitleRule.add":{type:"ebutt",hookType:"fetch",subtitleUrlRegExp:"api/timedtext",loadingContainerSelector:".shaka-video-container",responseType:"document",quickButtonRule:{appendSelector:".shaka-controls-button-panel",insertBeforeSelector:".shaka-mute-button"}}},{id:"disneyplus",matches:["www.disneyplus.com"],"excludeSelectors.add":[".dss-hls-subtitle-overlay"],"mutationExcludeSelectors.add":[".dss-hls-subtitle-overlay *"],"subtitleRule.add":{type:"disneyplus",subtitleUrlRegExp:"\\.vtt$"}},{id:"mubi",matches:["https://mubi.com","https://mubi.de"],"subtitleRule.add":{type:"fmp4.xml",subtitleUrlRegExp:"textstream",hookType:"fetch",quickButtonRule:{appendSelector:".css-1k6yql2.e1b63bld4",insertBeforeSelector:".css-1ce7rqp.e7f2hfl0"}}},{id:"hulu",matches:"https://*.hulu.com","subtitleRule.add":{type:"hulu",hookType:"fetch",injectedCss:[".ClosedCaption {display:none!important;}"],videoSelector:"#content-video-player",subtitleUrlRegExp:"play.hulu.com/.*/playlist",loadingContainerSelector:"#web-player-app",quickButtonRule:{appendSelector:".PlayerSettingsGroup",insertBeforeSelector:".PlayerSettingsGroup .PlayerControlsButton"}}},{id:"youku.tv",matches:"www.youku.tv","excludeSelectors.add":["#subtitle"],"mutationExcludeSelectors.add":["#subtitle *"],"subtitleRule.add":{type:"subsrt",hookType:"fetch",injectedCss:["#immersive-translate-quick-button-container {display: inline-block; vertical-align: middle;}"],subtitleUrlRegExp:"\\.ass$",subsrtFormat:"ass",loadingContainerSelector:"#youku-dashboard",loadingStyle:"bottom: 10%;",quickButtonRule:{appendSelector:".kui-dashboard-dashboard-panel .kui-dashboard-rear-ctn",insertBeforeSelector:".kui-rate-control-0"}}},{id:"starz",matches:"www.starz.com","excludeSelectors.add":["starz-player"],"mutationExcludeSelectors.add":["starz-player *"],"subtitleRule.add":{type:"subsrt",subsrtFormat:"vtt",subtitleUrlRegExp:"\\.vtt$",loadingContainerSelector:"starz-player",loadingStyle:"bottom: 10%;",injectedCss:["#immersive-translate-quick-button-container {display: inline-block;}"],quickButtonRule:{appendSelector:"starz-player .button-group",insertBeforeSelector:"starz-player .button-group .video-player-icon-md"}}},{id:"www.iq.com",matches:"www.iq.com","excludeSelectors.add":[".iqp-subtitle"],"mutationExcludeSelectors.add":[".iqp-subtitle *"],"subtitleRule.add":{type:"xml",subtitleUrlRegExp:"\\.xml\\?",loadingContainerSelector:".intl-video-area",xmlTextSelector:"sub",loadingStyle:"bottom: 10%;",injectedCss:["#immersive-translate-quick-button-container {float: right; height: 100%;}"],quickButtonRule:{appendSelector:".iqp-contrls-right"}}},{id:"archiveToday",matches:["archive.today","archive.ph","archive.is","archive.md"],"excludeSelectors.add":["#HEADER"]},{id:"arxiv-vanity.com",matches:["www.arxiv-vanity.com"],"excludeSelectors.add":[".arxiv-vanity-wrapper"]},{id:"fibery",matches:["the.fibery.io"],"additionalExcludeSelectors.remove":["[translate=no]"],"additionalStayOriginalSelectors.add":[".entity-node-view-container"]},{id:"makersuite.google",matches:"makersuite.google.com","excludeSelectors.add":[".material-symbols-outlined"]},{id:"etymonline",matches:"www.etymonline.com",globalAttributes:{".crossreference.notranslate":{class:"crossreference"},".foreign.notranslate":{class:"foreign"}}},{id:"https://browse.arxiv.org/",matches:["https://browse.arxiv.org","https://arxiv.org/html/*"],"excludeSelectors.add":[".desktop_header","[class*='ltx_lst_language_']","div.package-alerts"]},{id:"jstor",matches:"www.jstor.org","excludeSelectors.add":[".audio-duration","[data-qa='card-item-count']"],globalStyles:{".card__heading":"-webkit-line-clamp:unset;","search-results-vue-pharos-image-card,search-ui-pharos-image-card":"display:flex;","search-results-vue-pharos-link":"display:inline;"}},{id:"tandfonline",matches:"*.tandfonline.com","extraInlineSelectors.add":["span.off-screen"]},{id:"boringreport",matches:["www.boringreport.org"],"excludeTags.remove":["BUTTON"]},{id:"bsky.app",matches:"https://bsky.app",selectors:["[data-testid=postText]"],isTranslateTitle:!1},{id:"peacocktv",matches:["*.peacocktv.com"],injectedCss:[".video-player__subtitles__line > font,.video-player__subtitles__line:only-child{display:block;}"]},{id:"noTranslate",matches:["*.tiktok.com","altis.world","*.newthingsunderthesun.com","*.gumroad.com","edstem.org","actions.tldrnewsletter.com","community.linkingyourthinking.com","doc.qt.io","winaero.com"],"additionalExcludeSelectors.remove":[".notranslate","[translate=no]"]},{id:"jmir",matches:["*.jmir.org"],"additionalInlineSelectors.add":[".tooltiptext"]},{id:"smzdm",matches:["www.smzdm.com"],"excludeSelectors.add":[".z-highlight",".feed-block-info",".z-feed-foot",".feed-block-descripe","#J_column_tab_box",".crumbs"],globalStyles:{".feed-block-title":"height:unset"}},{id:"xiaohongshu.com",matches:["www.xiaohongshu.com"],"excludeSelectors.add":[".author-wrapper",".info",".side-bar"],globalStyles:{"a.title":"-webkit-line-clamp:3"}},{id:"learnopengl",matches:["learnopengl.com"],globalStyles:{function:"position:relative;z-index:1000;"}},{id:"notateslaapp",matches:["www.notateslaapp.com"],"extraBlockSelectors.add":[".nav > *"]},{id:"eightfold",matches:["*.eightfold.ai"],injectedCss:[".flexbox{width:100%}"]},{id:"deno",matches:["deno.com"],injectedCss:[":root {font-feature-settings:unset}"]},{id:"soundcloud",matches:"soundcloud.com",injectedCss:[".compactTrackListItem {height: unset !important;}"],"excludeSelectors.add":[".searchTitle__textContent",".searchOptions__container",".compactTrackListItem__additional",".soundTitle__tagContainer",".searchResultGroupHeading",".sc-ministats-group",".compactTrackList__moreLink",".sound__soundActions"]},{id:"section.blog.naver.com",matches:"section.blog.naver.com",globalStyles:{".text,.title_post,.text_post,p,strong,div":"-webkit-line-clamp:unset;max-height:unset;height:unset;"},"extraBlockSelectors.add":[".item",".heading a",".info_find a"],"excludeSelectors.add":[".comments",".time"]},{id:"gradio-app",selectorMatches:"gradio-app","excludeTags.remove":["BUTTON"],"excludeSelectors.add":['[data-testid="block-label"]'],"mutationConfig.add":{buildTimeout:1e3,consumeTimeout:1e3}}]};p();p();function da(e){if(e.beta)return!1;if(Ge()&&e.spVersion)return hu(Ir(),e.spVersion);if(Y1()&&e.gspVersion){let t=Q1();if(t)return hu(t,e.gspVersion)}if(Up()&&e.ispVersion){let t=$1();if(t)return hu(t,e.ispVersion)}return!1}function hu(e,t){let n=e.split(".").reverse(),r=t.split(".").reverse(),a=0,i=0,o=1;for(let s=0;s<3;s++)a+=o*Number(r[s]||"0"),i+=o*Number(n[s]||"0"),o*=100;return i>=a}function bu(e){e.message?.indexOf("token invalid")>=0&&ot.remove(bt)}p();function _c(e){return Array.isArray(e)?e:e?[e]:[]}function zn(e,t){return t?(Array.isArray(t)||(t=[t]),Array.from(new Set([...t,e]))):[e]}function Ht(e,t){return t?(Array.isArray(e)||(e=[e]),Array.isArray(t)||(t=[t]),t.filter(n=>!e.includes(n))):[]}function Mc(e,t){let n={...e};return ny(n,t),E7(n,t),n}function ty(e,t,n){let r={...t};return Ii({rule:r,valueIsArray:a=>Array.isArray(e[a]),getMergedValue:a=>e[a],onMergedResult:(a,i)=>r[a]=i}),Ii({rule:n,valueIsArray:a=>Array.isArray(e[a]),getMergedValue:a=>r[a],onMergedResult:(a,i)=>r[a]=i}),r}function E7(e,t){if(!t.condition)return;let n=t.condition.enableSubtitle?.true||{},r=t.condition.enableSubtitle?.false||{},a=e.enableSubtitle?n:r;ny(e,a)}function Ii({rule:e,getMergedValue:t,valueIsArray:n,onMergedResult:r}){Object.keys(e).sort().forEach(a=>{let[i,o,s]=w7(a);if(!i||e[a]===void 0)return;let u=e[a];n(i)&&(u=_c(e[a]));let l=t(i);if(l==null){r(i,u);return}let c;if(o=="add_v"){if(!X1(s))return;c=qp(l,u)}else if(o=="remove_v"){if(!X1(s))return;c=ey(l,u)}else o==="add"?c=qp(l,u):o=="remove"&&(c=ey(l,u));if(c){r(i,c);return}Array.isArray(e[i])&&i.startsWith("additional")?c=qp(l,u):c=u,r(i,c)})}function ny(e,t){return Ii({rule:t,valueIsArray:n=>Array.isArray(e[n]),getMergedValue:n=>e[n],onMergedResult:(n,r)=>{e[n]=r}}),e}function qp(e,t){let n;if(Array.isArray(e)){let r=_c(t);n=[...e,...r],n=Array.from(new Set(n))}else typeof e=="object"&&typeof t=="object"?n={...e,...t}:n=t;return n}function w7(e){let t=e.lastIndexOf("["),n="",r=e;return t>0&&(n=e.slice(t+1,e.length-1),r=e.slice(0,t-1)),[...r.split("."),n]}function X1(e){let t=On();return e&&hu(t,e)}function ey(e,t){if(Array.isArray(e)){let n=_c(t);return e=e.filter(r=>!n.includes(r)),Array.from(new Set(e))}else if(typeof e=="object"&&typeof t=="object")Object.keys(t).forEach(n=>{delete e[n]});else return t;return e}function Ri(){if(De.PROD==="1")return{};let e={};if(De.IMMERSIVE_TRANSLATE_SECRET_TENCENT_SECRET_ID&&De.IMMERSIVE_TRANSLATE_SECRET_TENCENT_SECRET_KEY){let n={secretId:De.IMMERSIVE_TRANSLATE_SECRET_TENCENT_SECRET_ID,secretKey:De.IMMERSIVE_TRANSLATE_SECRET_TENCENT_SECRET_KEY};e.translationServices={},e.translationServices.tencent=n}if(De.IMMERSIVE_TRANSLATE_SECRET_BAIDU_APPID&&De.IMMERSIVE_TRANSLATE_SECRET_BAIDU_KEY){let n={appid:De.IMMERSIVE_TRANSLATE_SECRET_BAIDU_APPID,key:De.IMMERSIVE_TRANSLATE_SECRET_BAIDU_KEY};e.translationServices||(e.translationServices={}),e.translationServices.baidu=n}if(De.IMMERSIVE_TRANSLATE_SECRET_CAIYUN_TOKEN){let n={token:De.IMMERSIVE_TRANSLATE_SECRET_CAIYUN_TOKEN};e.translationServices||(e.translationServices={}),e.translationServices.caiyun=n}if(De.IMMERSIVE_TRANSLATE_SECRET_OPENL_APIKEY){let n={apikey:De.IMMERSIVE_TRANSLATE_SECRET_OPENL_APIKEY};e.translationServices||(e.translationServices={}),e.translationServices.openl=n}if(De.IMMERSIVE_TRANSLATE_SECRET_YOUDAO_APP_ID&&De.IMMERSIVE_TRANSLATE_SECRET_YOUDAO_APP_SECRET){let n={appId:De.IMMERSIVE_TRANSLATE_SECRET_YOUDAO_APP_ID,appSecret:De.IMMERSIVE_TRANSLATE_SECRET_YOUDAO_APP_SECRET};e.translationServices||(e.translationServices={}),e.translationServices.youdao=n}if(De.IMMERSIVE_TRANSLATE_SECRET_VOLC_ACCESS_KEY_ID&&De.IMMERSIVE_TRANSLATE_SECRET_VOLC_SECRET_ACCESS_KEY){let n={accessKeyId:De.IMMERSIVE_TRANSLATE_SECRET_VOLC_ACCESS_KEY_ID,secretAccessKey:De.IMMERSIVE_TRANSLATE_SECRET_VOLC_SECRET_ACCESS_KEY};e.translationServices||(e.translationServices={}),e.translationServices.volc=n}if(De.IMMERSIVE_TRANSLATE_SECRET_DEEPL_AUTH_KEY){let n={authKey:De.IMMERSIVE_TRANSLATE_SECRET_DEEPL_AUTH_KEY};e.translationServices||(e.translationServices={}),e.translationServices.deepl=n}if(De.DEEPL_PROXY_ENDPOINT&&(e.translationServices||(e.translationServices={}),e.translationServices.deepl||(e.translationServices.deepl={}),e.translationServices.deepl.immersiveTranslateApiUrl=De.DEEPL_PROXY_ENDPOINT),De.IMMERSIVE_TRANSLATE_DEEPL_ENDPOINT&&(e.translationServices||(e.translationServices={}),e.translationServices.deepl||(e.translationServices.deepl={}),e.translationServices.deepl.immersiveTranslateDeeplTokenUrl=De.IMMERSIVE_TRANSLATE_DEEPL_ENDPOINT),De.IMMERSIVE_TRANSLATE_SECRET_OPENAI_API_KEY){let n={APIKEY:De.IMMERSIVE_TRANSLATE_SECRET_OPENAI_API_KEY};e.translationServices||(e.translationServices={}),e.translationServices.openai=n}De.IMMERSIVE_TRANSLATE_SERVICE&&(e.translationService=De.IMMERSIVE_TRANSLATE_SERVICE);let t={};return De.DEBUG==="1"&&(t.debug=!0,t.cache=!1),De.MOCK==="1"&&(t.translationService="mock"),t}async function Wt(){let e=await Z.storage.local.get(Ao);if(e[Ao]){let t=e[Ao],n=t.tempTranslationUrlMatches||[],r=n.filter(o=>o.expiredAt>Date.now()),a=!1;r.length!==n.length&&(n=r,a=!0);let i={...t,tempTranslationUrlMatches:[...n]};return a&&await Kt(i),i}else return{}}async function Kt(e){await Z.storage.local.set({[Ao]:e})}async function ry(e){await Z.storage.local.set({[ia]:e})}async function Ra(){await Z.storage.local.set({[ia]:{}})}async function Oa(){await Z.storage.local.set({[Ao]:{}})}async function ay(){let e=await Z.storage.local.get(ia),n={...await jp(),...Fo,buildinConfigUpdatedAt:De.BUILD_TIME};if(e[ia]){let r=e[ia];if(r&&r.buildinConfigUpdatedAt){let a=new Date(r.buildinConfigUpdatedAt),i=new Date(n.buildinConfigUpdatedAt);a>i&&(n=r)}}return n}async function yt(){let e=await Z.storage.local.get(ia),t={...Fo,buildinConfigUpdatedAt:De.BUILD_TIME};if(e[ia]){let k=e[ia];if(k&&k.buildinConfigUpdatedAt){let _=new Date(k.buildinConfigUpdatedAt),B=new Date(t.buildinConfigUpdatedAt);_>B&&(t=k)}}let n=await k7(t);t.targetLanguage=n;let r=await ot.get(bt,null),a={};if(!pe()&&Z.commands&&Z.commands.getAll){let k=await Z.commands.getAll();for(let _ of k)_.name&&_.shortcut&&(a[_.name]=_.shortcut)}let i=await jp(),o=Ri(),s=await vr(),u=globalThis.IMMERSIVE_TRANSLATE_CONFIG||{},l=await Wt(),c=new Date,g=Object.assign({},u,o,s);if(!g.interfaceLanguage){let k=await D7();g.interfaceLanguage=k}let f=g.interfaceLanguage==="en",m=g.targetLanguage==="en",h=t&&t.translationLanguagePattern&&t.translationLanguagePattern.matches&&t.translationLanguagePattern.matches.length===0,y=["bing","google","transmart","mock"].includes(g.translationService)||!g.translationService;!f&&!m&&!h&&y?t.translationLanguagePattern||(t.translationLanguagePattern={matches:["en"],excludeMatches:[]}):t.translationLanguagePattern={matches:[],excludeMatches:[]};let T=t&&t.enableDefaultAlwaysTranslatedUrls;g.enableDefaultAlwaysTranslatedUrls===!1&&(T=!1);let b=g&&g.isChangedAlwaysTranslatedUrls,x=[];g.translationUrlPattern&&g.translationUrlPattern.matches&&(x=g.translationUrlPattern.matches||[]);let w=!1;b===void 0&&(x.length>0?b=!0:b=!1,g.isChangedAlwaysTranslatedUrls=b,s.isChangedAlwaysTranslatedUrls=b,w=!0);let L=(g?.translationLanguagePattern?.matches?.length||0)>0,M=await qt("installedAt",""),C=Number(await la("translage_page_daily",0)),v=Number(await qt(yr,0)),A;v>0&&(Date.now()-v0&&(Date.now()-C0){let k=l.tempTranslationUrlMatches.filter(_=>new Date(_.expiredAt)>c);if(k.length>0){let _=g.translationUrlPattern?g.translationUrlPattern?.matches||[]:[],B=Array.isArray(_)?_:[_],H=Array.from(new Set(B.concat(k.map(j=>j.match))));g.translationUrlPattern={...g.translationUrlPattern,matches:H}}}let F=Object.assign(i,t);Ii({rule:t,valueIsArray:k=>Array.isArray(i[k]),getMergedValue:k=>i[k],onMergedResult:(k,_)=>{k!="generalRule"&&(F[k]=_)}});let P=Qt(r),O={};g.translationServices&&g.translationServices.deepl&&(O=g.translationServices.deepl);let z={};g.translationServices&&g.translationServices.openai&&(z=g.translationServices.openai),!P&&O.authKey&&!O.provider?(F.translationServices.deepl||(F.translationServices.deepl={}),F.translationServices.deepl.provider="custom"):O&&O.provider||(F.translationServices.deepl||(F.translationServices.deepl={}),F.translationServices.deepl.provider="pro"),!P&&z.APIKEY&&!z.provider?(F.translationServices.openai||(F.translationServices.openai={}),F.translationServices.openai.provider="custom"):z&&z.provider||(F.translationServices.openai||(F.translationServices.openai={}),F.translationServices.openai.provider="pro");let q=Object.keys(F),I=["translationUrlPattern","translationLanguagePattern","immediateTranslationPattern","translationBodyAreaPattern","translationParagraphLanguagePattern","translationThemePatterns","translationGeneralConfig","shortcuts","inputTranslationUrlPattern","inputLanguageCodeAlias"];for(let k of q){let _=k;if(_==="generalRule")typeof g[_]=="object"&&(F[_]=Mc(i[_],g[_]));else if(_==="translationServices")P7(g,F);else if(typeof g[_]!="string"&&typeof g[_]!="boolean"&&typeof g[_]!="number"&&I.includes(_))g[_]&&(F[_]=Object.assign(F[_],g[_])),_==="shortcuts"&&(pe()||Ge()?F[_]={...F[_],...a}:F[_]={...a});else if(_==="rules"){if(Array.isArray(g[_])){let B=F.rules||[],H={};for(let G of B)G.id&&(H[G.id]=G);let j=g[_].map(G=>G.id&&H[G.id]?ty(t.generalRule,H[G.id],G):G);F[_]=[...j,...F[_]]}if(De.PROD==="0"&&De.DEV_RULES){let B=JSON.parse(De.DEV_RULES);F[_]=[...B,...F[_]]}}else g[_]!==void 0&&(F[_]=g[_])}return F.donateUrl=t.donateUrl,F.minVersion=t.minVersion,F.feedbackUrl=t.feedbackUrl,F.rawUserConfig=s,F}async function vr(){return(await Z.storage.sync.get("userConfig")||{}).userConfig||{}}async function Oi(e){await Z.storage.sync.set({userConfig:e})}async function yu(e,t){await Z.storage.local.set({[e]:t})}async function Fc(e){return(await Z.storage.local.get(e))[e]||""}var D7=async()=>{let e=["zh-CN"];try{e=await Z.i18n.getAcceptLanguages()}catch(r){R.warn("get browser language error:",r)}let n=e.map(r=>ye(r)).find(r=>rn[r]);return n||"en"},jp=async()=>{let e={...Fo,buildinConfigUpdatedAt:De.BUILD_TIME};return{...e,targetLanguage:Br,interfaceLanguage:"en",translationMode:"dual",debug:!1,alpha:!1,translationUrlPattern:{matches:[],excludeMatches:[]},translationLanguagePattern:{matches:[],excludeMatches:[]},translationThemePatterns:{},translationParagraphLanguagePattern:{matches:[],excludeMatches:[],selectorMatches:[],excludeSelectorMatches:[]},translationBodyAreaPattern:{matches:[],excludeMatches:[],selectorMatches:[],excludeSelectorMatches:[]},translationTheme:"none",translationService:"bing",inputTranslationService:"inherit",mouseHoverTranslationService:"inherit",subtitleTranslateService:"inherit",translationArea:"main",translationStartMode:"dynamic",translationServices:{},monkeyH5FloatBall:{...e.monkeyH5FloatBall},pcFloatBall:{...e.pcFloatBall},generalRule:{...e.generalRule},translationGeneralConfig:{engine:"bing",_systemExcludeWordRegex:"\\b({word})\\b"},rules:[]}};function A7(e,t){return e=e||[],t=t||[],e.length!==t.length?!0:t.filter(r=>!e.includes(r)).length>0}async function k7(e){try{let t=e?.autoSelectTargetLanguageAfterInstalledAt;if(!t)return Br;let n=await qt("installedAt","");if(n&&new Date(n){let l=a[u],c=a[l.extends];!c||l.extends==u||(a[u]={...c,...a[u]})}),Ii({rule:{...a},valueIsArray:u=>Array.isArray(a[u]),getMergedValue:u=>a[u],onMergedResult:(u,l)=>{a[u]={...a[u],...l}}}),Ii({rule:{...r},valueIsArray:u=>Array.isArray(a[u]),getMergedValue:u=>a[u],onMergedResult:(u,l)=>{let c=a[u].env||{},g=l.env||{};c={...c,...g},a[u]={...a[u],...l,env:c}}}),new Date(e.updatedAt)<=new Date("2024.4.2")&&Object.keys(r).forEach(u=>{["openai","gemini"].includes(u)&&r[u].prompt!=null&&(r[u].maxTextGroupLengthPerRequest==null&&(a[u].maxTextGroupLengthPerRequest=1),r[u].multiplePrompt==null&&(a[u].multiplePrompt=r[u].prompt))});let o=["imt_source_field","imt_trans_field","imt_sub_source_field","imt_sub_trans_field"],s=(u,l)=>{!u||!u[l]||!u?.env||(u[l]=u[l].replace(/{{(.+?)}}/g,(c,g)=>o.includes(g)?c:u?.env[g]||c))};Object.values(a).forEach(u=>{s(u,"prompt"),s(u,"multiplePrompt"),s(u,"subtitlePrompt")})}var L7=["block","grid","flex","table","table-row","table-cell","list-item","-webkit-box","box","contents"];function Nn(e,t){if(t.length===0)return!1;let n=t.join(",");return e.matches&&e.matches(n)||!1}function za(e,t,n){let{blockSelectors:r,extraBlockSelectors:a,extraInlineSelectors:i,atomicBlockSelectors:o}=t;if(Nn(e,i))return!1;if(Nn(e,a)||["br","input"].includes(e.nodeName.toLowerCase()))return!0;let l=null;if(e.parentNode&&e.parentNode.immersiveTranslateComputedStyle&&(l=e.parentNode.immersiveTranslateComputedStyle),l&&l.display&&l.display==="inline-flex")return!1;let c=g();return c&&(c=!Nn(e,o)),c;function g(){return n&&n.display?!!L7.includes(n.display):Nn(e,r)}}var cn=Nn;function zi(e){return!!e.shadowRoot}function Na(e){if(!e||typeof e!="string"&&(e=e.textContent,!e))return"";let t="";return e!==e.trimStart()&&(t+=" "),t+=e.trim(),t===" "||e!==e.trimEnd()&&(t+=" "),t}function Tu(e){if(!e)return["",""];if(typeof e!="string"&&(e=e.textContent,!e))return["",""];let t=[];return e!==e.trimStart()?t.push(" "):t.push(""),!e.trim()&&t.length===1?[" ",""]:(e!==e.trimEnd()?t.push(" "):t.push(""),t)}function Or(e,t=!1){let n=su;return t&&e?.translatedPlaceholderDelimiters?n=e.translatedPlaceholderDelimiters:e?.placeholderDelimiters&&(n=e.placeholderDelimiters),n}function Ni(e,t=!1){let n=e.config?.translationServices?.[e.translationService];return Or(n,t)}function Bo(e,t){return Ia(t,e.targetLanguage,{ignoreZhCNandZhTW:e.rule.ignoreZhCNandZhTW})}function Hp(e){let{rule:t}=e,n=_7(e);return` <${t.targetWrapperTag} class="${n} notranslate">`}function _7(e){let t=e.config.loadingTheme;return`${ee}-loading-${t}`}function vu(e,t){let n=e.rule,r=document.createElement(n.targetWrapperTag);r.classList.add("notranslate",Lt),r.setAttribute("translate","no"),r.setAttribute("lang",e.targetLanguage),vt(r,Kb,t.toString());let a=Hp(e);return r.append(at.sanitize(a,{RETURN_DOM_FRAGMENT:!0})),r}function Io(e,t){return e.querySelector(`[${Tp}='${t}']`)}function iy(){document.querySelectorAll(`[${Tp}]`).forEach(t=>{t.remove()})}function oy(){document.querySelectorAll(`.${Lt}-error`).forEach(t=>{t.remove()})}function sy(){let e=document.querySelectorAll("iframe"),t=[];return e.forEach(n=>{Oo(n)&&t.push(n)}),t}function Wp(e){let t={},{glossaries:r,_systemExcludeWordRegex:a,text:i,delimiters:o,excludeRegexps:s,targetLanguage:u}=e,l=i,c=1001;try{if(r&&r.length>0){let g={},f=r.filter(h=>h.tl&&h.tl!==u?!1:h.k?(g[h.k]=h.v||"",!0):!1).sort((h,y)=>h.tl&&!y.tl?1:!h.tl&&y.tl?-1:0),m=new RegExp(a.replace("{word}",f.map(h=>h.k).join("|")),"g");l=l.replace(m,(h,y)=>{let T=c++;return t[`${T}`]=g[y]||y,o.length>2?h.replace(y,`<${o[2]}${T}>`):h.replace(y,`${o[0]}${T}${o[1]}`)})}s&&s.length>0&&s.forEach(g=>{let f=new RegExp(g,"gi");l=l.replace(f,(m,h)=>{let y=c++;return t[`${y}`]=M1(h),o.length>2?m.replace(h,`<${o[2]}${y}>`):m.replace(h,`${o[0]}${y}${o[1]}`)})})}catch(g){R.debug(`format source text error: ${g.message}`)}return{text:l,variables:t}}function Su(e){let{noTranslateRegexp:t,minTextCount:n,minWordCount:r,delimiters:a,text:i}=e,o=new RegExp(`${a[0]}(\\d+)${a[1]}`,"gi");if(a.length>2){let u=a[2];o=new RegExp(`<${u}(\\d+)>(.*?)`,"gi")}let s=i.trim();return s=s.replace(o,""),s=s.trim(),s===""||s.length===1&&s.charCodeAt(0)===8203||/^[0-9.,\/#!$%\^&\*;:{}=\-_`~()\s]+$/.test(i)||s.includes("")||s.includes("< styles>")||yy(s)||my(s)||by(s)||fy(s)||hy(s)||F7(s)||o.test(s)||t&&t.length>0&&new RegExp(t.join("|"),"gi").test(s)?!1:Ic(i,n,r)}function ga(e){return e.nodeType===Node.ELEMENT_NODE}function uy(e,t){return e.paragraphs?e.paragraphs[0]?.ctxId!==t?(e.paragraphs=[],!1):!0:!1}function ly(e){let t=new Date(e),n=t.getFullYear(),r=t.getMonth()+1,a=t.getDate(),i=t.getHours(),o=t.getMinutes(),s=t.getSeconds();return`${n}/${r}/${a} ${i}:${o}:${s}`}async function Kp(){return await qt("fakeUserId","")}async function M7(){return await qt("installedAt","")}async function cy(e){let n=Le().INSTALL_FROM,r=On(),a=await M7(),i=await Kp(),o=await yt(),s=!1,u=await ot.get(bt,null),l=!1;return u&&Qt(u)&&(s=!0,u.subscription&&u.subscription.isTrial&&(l=!0)),{installFrom:n,version:r,installedAt:a,interfaceLang:e,optionInterfaceLang:o.interfaceLanguage,deviceId:i,isProUser:s,isTrial:l}}function dy(e,t,n,r){if(!t||!r||!e)return"";let a=e.xpathRule,i=0,o=n;for(;o&&o!==r;)i++,o=o.parentNode;let s=i+"";for(let u=0;u{!e||!t||(async()=>{let a=await Gp(e,t);r(a)})()},[e,t,r]),n}async function Gp(e,t){if(!e||!t)return;let n=!1,r,a=!0;!Ge()&&pe()||ut().any?(a=!1,r=t.monkeyH5FloatBall,!r&&e.rule.isShowUserscriptPagePopup==!1&&(r=e.config.monkeyH5FloatBall,r.enable=!1),r||(r=e.config.monkeyH5FloatBall),n=!t.monkeyH5FloatBall):(r=e.config.pcFloatBall,n=!t.pcFloatBall);try{if(r?.afterInstalledAt&&n){let i=await qt("installedAt","");new Date(i).getTime()s==n),a=e.config.translationModeLanguagePattern.translationMatches.find(s=>s==n),i=e.config.translationModeUrlPattern.dualMatches.find(s=>_t(e.url,s));return e.config.translationModeUrlPattern.translationMatches.find(s=>_t(e.url,s))?"translation":i?"dual":a?"translation":r?"dual":null}var Rc=!1,B7=pe();function Ty(e,t){let n=[];for(let r of t){let a=e.querySelectorAll(r);for(let i of a)n.push(i)}return n}function I7(e,t){let n=function(i){return i.nodeType===Node.ELEMENT_NODE||i.nodeType===Node.TEXT_NODE?i.nodeType===Node.ELEMENT_NODE&&vy(i,t,!0)?NodeFilter.FILTER_REJECT:NodeFilter.FILTER_ACCEPT:NodeFilter.FILTER_REJECT},r=document.createTreeWalker(e,NodeFilter.SHOW_ELEMENT,n),a=!0;for(;r.nextNode();){let i=r.currentNode;if(i.nodeType===Node.ELEMENT_NODE){if(Ua(i,pc)){if(a===!0)return!0;continue}if(xu(i.nodeName,t.inlineTags))return!0;if(!Vp(i,t))return!1}}return!0}function $p(e,t){let n=t.inlineTags;if(e.nodeType===Node.ELEMENT_NODE)if(xu(e.nodeName,n)||Vp(e,t)){if(Ua(e,$b)||xu(e.nodeName,["BR"]))return!1;if(Ua(e,pc))return!0;if(Vp(e,t)){let r=globalThis.getComputedStyle(e);if(r.display==="block"||r.display==="flex")return!1}return I7(e,t)}else return Ua(e,pc);return!1}function vy(e,t,n){if(!(e.nodeType===Node.ELEMENT_NODE||e.nodeType===Node.TEXT_NODE)||e.nodeType===Node.ELEMENT_NODE&&Ua(e,Vb,!0))return!0;if(e.nodeType===Node.ELEMENT_NODE&&Ua(e,zb))return!1;let{stayOriginalTags:r,excludeTags:a}=t,i=[];return n&&a&&a.length>0?i=a||[]:i=a.filter(o=>!r.includes(o)),!!(e.nodeType===Node.ELEMENT_NODE&&(e.getAttribute("translate")==="no"||e.classList.contains("notranslate"))||xu(e.nodeName,i))}function Ic(e,t,n){let r=e.trim();return r.length>=t||r.split(" ").filter(o=>o.trim()!=="").length>=n||!Cy(r)&&r.length>=n}function Sy(e,t,n){let r=e.trim();if(r.length<=t)return!0;if(Cy(r)){if(r.split(" ").length<=n)return!0}else if(r.length<=n)return!0;return!1}function Cy(e){for(let t=0;t127)return!1;return!0}function my(e){if(e&&e.includes("://")&&!e.includes(" ")&&e.length<512)try{return new URL(e),!0}catch{return!1}else return!1}function fy(e){return e?/^[a-zA-Z0-9._-]+@[a-zA-Z0-9.-]+\.[a-zA-Z]{2,4}$/.test(e):!1}function hy(e){return e?/^[_\d:\-+\.。,,% ]+$/.test(e):!1}function by(e){if(e&&e.startsWith("#")){if(e.split("#").length>2)return!1;if(e.indexOf(" ")===-1)return!0}return!1}function yy(e){return!!(e&&e.startsWith("@")&&e.indexOf(" ")===-1)}function Ua(e,t,n=!1){return Yp(e,t,"1",n)}function Yp(e,t,n,r=!1){return Rc&&!r?e[In]?!!(e[In]&&e[In][t]===n):!1:e.dataset[t]===n}function zo(e){return(e.innerText||e.textContent||"").trim()}function Qp(e){let t=e.querySelectorAll("iframe"),n="";for(let r=0;r2e3))break}return n}function Oc(e){return e?typeof e=="string"?document.querySelector(e)!==null:e.some(t=>document.querySelector(t)):!1}function vt(e,t,n,r=!1,a=!1){e.isContentEditable&&!a||(Rc&&!r?(e[In]||(e[In]={}),e[In][t]||(e[In][t]=n)):e.dataset[t]!==n&&(e.dataset[t]=n))}function zc(e,t,n=!1){if(Rc&&!n){if(!e[In]||!e[In][t])return;delete e[In][t]}else delete e.dataset[t]}function No(e,t,n=!1){return Rc&&!n?!e[In]||!e[In][t]?void 0:e[In][t]:e.dataset[t]}function Vp(e,t){let n=t.allBlockTags.concat(t.inlineTags).concat(t.excludeTags);return!xu(e.nodeName,n)}function _e(){if(!globalThis||!globalThis.location)return"https://example.com";if(!st())return globalThis.location.href;try{let t=globalThis.location.href,n=new URL(t);if(n.protocol==="about:"||n.protocol==="blob:"){if(globalThis.location.ancestorOrigins&&globalThis.location.ancestorOrigins.length>0)return globalThis.location.ancestorOrigins[0];let r="";try{r=globalThis.parent.location.href}catch{}return r||(globalThis.location!=globalThis.parent.location?document.referrer:document.location.href)}else return t}catch{}return globalThis.location.href}function Kn(e,t,n){if(e instanceof ShadowRoot){try{e.appendChild(document.createElement("style")).textContent=t}catch(r){R.warn("injectCSS failed, rootDocument"+r?.message,e)}return}if(e&&e.head&&e.head.appendChild){let r=e.createElement("style");if(n){let a=e.querySelector(`style[data-id="${n}"]`);a&&a.remove(),r.dataset.id=n}r.textContent=t,e.head.appendChild(r)}else if(e){let r=document.createElement("head"),a=document.createElement("style");a.textContent=t,r.appendChild(a),e.appendChild(r)}else R.warn("injectCSS failed, rootDocument does not have head node",e)}function Oo(e){let t=e.getAttribute("src");if(t){if(t==="about:blank")return!0;if(B7){if(t.startsWith("blob:"))return!0}else if(t.startsWith("blob:"))return!!document.querySelector("meta[name='immersive-translate-ebook-viewer']")||!t.startsWith("blob:http");return!1}try{if(e.contentDocument&&e.contentDocument.body)return!0}catch{}return!1}function xu(e,t){if(!e||!t)return!1;Array.isArray(t)||(t=[t]),e=e.toUpperCase();for(let n of t)if(e===n)return!0;return!1}function xy(e){let t=e.replace("#",""),n=parseInt(t.substring(0,2),16),r=parseInt(t.substring(2,4),16),a=parseInt(t.substring(4,6),16);return{r:n,g:r,b:a}}function Ey(e,t,n,r){if(r.document.caretPositionFromPoint){let a=r.document.caretPositionFromPoint(e,t);if(a){let i=r.document.createRange(),o=a.offsetNode;if(!o||o.nodeType!==Node.TEXT_NODE||vy(o,n,!0))return null;try{i.setStart(o,a.offset),i.setEnd(o,a.offset)}catch(s){return R.warn("getRangeFromPoint error",s),null}return i}return null}else return r.document.caretRangeFromPoint?r.document.caretRangeFromPoint(e,t):null}function wy(e,t,n){let r=0,a=(i,o,s,u)=>{if(++r>100||u===i)return i;let l=i.shadowRoot;if(!l||typeof l.elementFromPoint!="function")return i;let c=l.elementFromPoint(o,s);return c?a(c,o,s,i):i};return a(e,t,n)}p();function Ui(e,t,n,r,a){let i=t,o=uu[i]||[],s="";e&&o&&o.length>0&&o.forEach(c=>{let{name:g}=c;if(e&&n&&n[g]){let f=n[g];if(["borderRadius"].includes(g)&&(f+="px"),s+=`--immersive-translate-theme-${i}-${g}: ${f}; `,t==="marker"&&g==="backgroundColor"&&typeof f=="string"){let{r:m,g:h,b:y}=xy(f);s+=`--immersive-translate-theme-${i}-${g}-rgb: ${m}, ${h}, ${y}; `}}}),r||(r="inherit"),e&&(s+=` .immersive-translate-target-inner { font-family: ${r}; } @@ -5361,7 +5361,7 @@ ${s}} `))}return{text:y,from:h[0]&&ZD.get(h[0].detected_source_language)||n,to:r}}optimizationText(t){let{text:n,xpaths:r}=t;if(!this.splitor||this.provider!="pro")return{text:n,merged:[]};let a=new Map,i=[];for(let o=0;o=0){i.push(n[o]);continue}if(this.qualityMinTextLength>0&&n[o].length({text:!pn()&&r?`[${l}]`:l,detected_source_language:s.detected_source_language}));i.push(...u)}else i.push(s)}return{...t,translations:i}}},UT=Dm;p();var JD=[["auto","auto"],["zh-CN","zh"],["zh-TW","cht"],["en","en"],["ja","ja"],["ko","ko"],["es","es"],["de","de"],["fr","fra"],["pt","pt"],["ru","ru"],["ar","ara"],["it","it"],["ms","ms"],["id","id"],["vi","vie"],["th","th"],["ur","ur"],["yue","yue"],["bo","bo"],["wyw","wyw"],["be","be"],["bg","bul"],["bn","bn"],["ca","ca"],["cs","cs"],["da","da"],["el","el"],["et","et"],["fa","fa"],["fi","fi"],["gu","gu"],["he","he"],["hi","hi"],["hr","hr"],["hu","hu"],["hy","hye"],["is","is"],["ka","ka"],["km","km"],["kn","kn"],["lt","lt"],["lv","lv"],["mk","mk"],["ml","ml"],["mn","mn"],["mr","mr"],["mt","mt"],["my","my"],["ne","ne"],["nl","nl"],["no","no"],["pa","pa"],["pl","pl"],["ps","ps"],["ro","ro"],["si","si"],["sk","sk"],["sl","sl"],["sq","sq"],["sr","sr"],["sv","sv"],["sw","sw"],["ta","ta"],["te","te"],["tg","tg"],["tr","tr"],["ug","ug"],["uk","uk"],["uz","uz"]],Am=new Map(JD),km=class extends Pe{static langMap=Am;APIKEY="";isSupportList=!1;constructor(t,n,r){if(super(t,n,r),!t||!t.APIKEY)throw new Q("APIKEY are required");this.APIKEY=t.APIKEY?.trim()}async translate(t){let{text:n,from:r,to:a}=t,i=n,o={url:"https://api.niutrans.com/NiuTransServer/translation",retry:this.retry,headers:{"content-type":"application/json"},method:"POST",body:JSON.stringify({src_text:i,from:Am.get(r)||r,to:Am.get(a)||a,apikey:this.APIKEY}),timeout:this.requestTimeout},s=await de(o);if(s.tgt_text){let u=s.tgt_text;return u.endsWith(` `)&&(u=u.slice(0,-1)),{text:u,from:r,to:a}}else throw new Q(s.error_msg||JSON.stringify(s).slice(0,500))}getDefaultRateLimit(){return{limit:4,interval:1350}}},qT=km;p();var XD=[["auto",""],["ar","ar"],["ga","ga"],["et","et"],["bg","bg"],["is","is"],["pl","pl"],["bs","bs-Latn"],["fa","fa"],["da","da"],["de","de"],["ru","ru"],["fr","fr"],["zh-TW","zh-Hant"],["fil","fil"],["fj","fj"],["fi","fi"],["gu","gu"],["kk","kk"],["ht","ht"],["ko","ko"],["nl","nl"],["ca","ca"],["zh-CN","zh-Hans"],["cs","cs"],["kn","kn"],["otq","otq"],["tlh","tlh"],["hr","hr"],["lv","lv"],["lt","lt"],["ro","ro"],["mg","mg"],["mt","mt"],["mr","mr"],["ml","ml"],["ms","ms"],["mi","mi"],["bn","bn-BD"],["hmn","mww"],["af","af"],["pa","pa"],["pt","pt"],["ps","ps"],["ja","ja"],["sv","sv"],["sm","sm"],["sr-Latn","sr-Latn"],["sr-Cyrl","sr-Cyrl"],["no","nb"],["sk","sk"],["sl","sl"],["sw","sw"],["ty","ty"],["te","te"],["ta","ta"],["th","th"],["to","to"],["tr","tr"],["cy","cy"],["ur","ur"],["uk","uk"],["es","es"],["he","he"],["el","el"],["hu","hu"],["it","it"],["hi","hi"],["id","id"],["en","en"],["yua","yua"],["bo","bo"]],Pm=new Map(XD),Lm=class extends Pe{static langMap=Pm;APIKEY="";region="eastasia";isSupportList=!0;apiUrl="https://api.cognitive.microsofttranslator.com/translate?x=2";constructor(t,n,r){if(super(t,n,r),!t||!t.APIKEY)throw new Q("APIKEY are required");this.APIKEY=t.APIKEY?.trim(),t.region&&(this.region=t.region),t.apiUrl&&(this.apiUrl=an(this.apiUrl,t.apiUrl))}async translateList(t){let{text:n,from:r,to:a}=t;if(n.length===0)return{from:r,to:a,text:[]};let i={"api-version":"3.0",to:Pm.get(a)||a};r!=="auto"&&(i.from=Pm.get(r)||r);let o=new URLSearchParams(i),s=JSON.stringify(n.map(f=>({text:f}))),u=new URL(this.apiUrl),l=new URLSearchParams(u.search);l.toString()!==""&&l.forEach((f,m)=>{o.append(m,f)}),u.search=o.toString();let c={url:u.toString(),retry:this.retry,method:"POST",headers:{"Ocp-Apim-Subscription-Key":this.APIKEY,"Ocp-Apim-Subscription-Region":this.region,"content-type":"application/json"},body:s,timeout:this.requestTimeout},g=await de(c);if(g.length===0)throw new Q("server response invalid");return{from:r,to:a,text:g.map(f=>f.translations.map(h=>h.text).join(" "))}}},jT=Lm;p();var eA=[["auto","auto"],["zh-CN","zh-CN"],["zh-TW","zh-TW"],["en","en"],["ja","ja"],["ru","ru"],["es","es"],["de","de"],["ko","ko"],["fr","fr"],["th","th"],["vi","vi"],["id","id"]],Jo=new Map(eA),_m=class extends Pe{static langMap=Jo;isSupportList=!0;maxTextGroupLength=25;maxTextLength=1200;constructor(t,n,r){super(t,n,r)}getDefaultRateLimit(){return{limit:3,interval:1150}}async translateList(t){let{text:n,from:r,to:a}=t,i;if(n.length===0)return{from:r,to:a,text:[]};let o=`
-`,s=n.join(o),u={url:"https://api.papago-chrome.com/v2/translate/openapi",retry:this.retry,method:"POST",headers:{authority:"api.papago-chrome.com","content-type":"application/json"},body:"",timeout:this.requestTimeout};r==="auto"||!Jo.get(r)?(i=(await de({url:"https://api.papago-chrome.com/v2/translate/detect",method:"POST",headers:{authority:"api.papago-chrome.com","content-type":"application/json"},body:s})).langCode,u.body=JSON.stringify({text:s,source:i||Jo.get(r)||r,target:Jo.get(a)||a})):u.body=JSON.stringify({text:s,source:Jo.get(r),target:Jo.get(a)||a});let l=await de(u);if(l.translatedText==="")throw new Q("server response invalid");let c=l.translatedText.split("
").map(g=>g.trim());return{from:r,to:a,text:c}}},HT=_m;p();function KT(e,t){let n=Object.assign({},e),r=new Map;(n.langOverrides||[]).forEach(i=>{r.set(i.id,i)});for(let i of r.keys()){let[o,s]=i.split("2");if(["auto",t.sourceLanguage].includes(o)&&["auto",t.targetLanguage].includes(s)){let u=r.get(i);if(!u)continue;if(u.extends){let l=r.get(u.extends);l&&(n=Object.assign({},n,l))}n=Object.assign({},n,u)}}return n}async function yn(e){let{url:t,config:n,state:r}=e,a=new URL(t),i="auto",{translationParagraphLanguagePattern:o,translationService:s,translationServices:u,translationTheme:l,translationThemePatterns:c,translationUrlPattern:g,targetLanguage:f,sourceLanguageUrlPattern:m,immediateTranslationPattern:h}=n,y=f||"zh-CN",T=Xo(t,o),b=Xo(t,h),x=s,w=Object.keys(u);for(let se of w){let ue=u[se];if(Xo(t,ue)){x=se;break}}let L=l,M=Object.keys(c);for(let se of M){let ue=c[se];if(ue&&Xo(t,ue)){L=se;break}}let C=Xo(t,g),v=WT(t,g);v||(v=_t(t,n1)),v||(v=_t(t,n.blockUrls));let A=WT(t,n.inputTranslationUrlPattern);A||(A=_t(t,n.inputTranslationBlockUrls));let D=_t(t,n.mutationBlockUrls),S=Object.keys(m),N={};for(let se of S){let ue=m[se];if(ue&&ue.matches)for(let ke of ue.matches)N[ke]=se}let F=Object.keys(N),P=Rp(t,F);P&&(i=N[P]??"auto",N[P]&&N[P]!=="auto"&&ar(N[P]));let O=a.hostname,z=await Cr(O),q=a.pathname+a.search+a.hash,I=await Cr(q),k=`https://${z}.com/${I}`,_=await Wt(),B=await ay(),H=n.translationStartMode;H==="dynamic"&&b&&(H="immediate");let j=x;n.inputTranslationService&&n.inputTranslationService!=="inherit"&&(j=n.inputTranslationService);let G=x;n.mouseHoverTranslationService&&n.mouseHoverTranslationService!=="inherit"&&(G=n.mouseHoverTranslationService);let V=x;n.subtitleTranslateService&&n.subtitleTranslateService!=="inherit"&&(V=n.subtitleTranslateService);let ie=await ot.get(bt,null),te=!1;ie&&(te=Qt(ie));let J={targetLanguage:y,config:n,translationService:x,inputTranslationService:j,mouseHoverTranslationService:G,subtitleTranslateService:V,isTranslateUrl:C,sourceLanguage:i,mainFrame:document.body,isTranslateExcludeUrl:v,isMutationTranslationExcludeUrl:D,isInputTranslationExcludeUrl:A,rule:n.generalRule,url:t,encryptedUrl:k,state:r?Object.assign({translationMode:n.translationMode,translationArea:n.translationArea,translationStartMode:H,immediateTranslationTextCount:n.immediateTranslationTextCount,isAutoTranslate:!1,translationDebounce:300,isNeedClean:!1,isDetectParagraphLanguage:T,cache:n.cache,translationTheme:L,isTranslateDirectlyOnHover:!1},r):{translationMode:n.translationMode,translationArea:n.translationArea,translationStartMode:H,immediateTranslationTextCount:n.immediateTranslationTextCount,isAutoTranslate:!1,translationDebounce:300,isNeedClean:!1,isDetectParagraphLanguage:T,cache:n.cache,translationTheme:L,isTranslateDirectlyOnHover:!1},localConfig:_};ie&&(J.user=ie,te?J.isPro=!0:J.isPro=!1),J.state.translationArea==="body"&&(J.config.generalRule.excludeTags=J.config.generalRule.excludeTags.filter(se=>!J.config.generalRule.bodyTranslateTags.includes(se)),J.config.generalRule.additionalExcludeSelectors=J.config.generalRule.additionalExcludeSelectors.filter(se=>se!==".btn"));let ce=n.translationServices[J.translationService]||{};ce.immediateTranslationTextCount!==void 0&&tA(ce.immediateTranslationTextCount)&&ce.immediateTranslationTextCount>=0&&(J.state.immediateTranslationTextCount=ce.immediateTranslationTextCount),J.translationService==="deepl"&&(ce&&ce.authKey&&ce.authKey.startsWith("immersive_")||ce&&ce.provider==="pro"&&J.user?.token)&&ce.immediateTranslationTextCountForImmersiveDeepl!==void 0&&ce.immediateTranslationTextCountForImmersiveDeepl>=0&&(J.state.immediateTranslationTextCount=ce.immediateTranslationTextCountForImmersiveDeepl),ce&&ce.translationDebounce&&typeof ce.translationDebounce=="number"&&(J.state.translationDebounce=ce.translationDebounce);let he=B.immediateTranslationTextCount;n.immediateTranslationTextCount!==he&&(J.state.immediateTranslationTextCount=n.immediateTranslationTextCount);let ae=n.rules,X;globalThis.PDFViewerApplication?X=ae.find(se=>se.pageType=="pdfReader"):globalThis.immersiveTranslateEbookViewer?X=ae.find(se=>se.pageType=="ebookReader"):globalThis.immersiveTranslateEbookBuilder?X=ae.find(se=>se.pageType=="ebookBuilder"):X=ae.find(se=>Xo(t,se)),J.state.translationArea==="body"&&(J.rule.paragraphMinTextCount=1,J.rule.paragraphMinWordCount=1),X&&X.pageType==="ebookBuilder"&&(J.state.translationStartMode="immediate");let Se=n.generalRule;if(X&&(J.rule=Mc(Se,X)),J.rule.selectors.length>0&&(J.rule.paragraphMinTextCount=2,J.rule.paragraphMinWordCount=1),J.state.translationArea==="body"&&J.rule.excludeTags&&(J.rule.excludeTags=J.rule.excludeTags.filter(se=>!J.rule.bodyTranslateTags.includes(se)&&!J.rule.forceTranslateTags.includes(se))),J.rule.mainFrameSelector){let se=document.querySelector(J.rule.mainFrameSelector);se&&(J.mainFrame=se)}return J}function Xo(e,t){if(!t)return!1;let{matches:n,excludeMatches:r,selectorMatches:a,excludeSelectorMatches:i}=t;return r&&r.length>0&&_t(e,r)?!1:n&&n.length>0&&_t(e,n)?!0:i&&i.length>0&&Oc(i)?!1:!!(a&&a.length>0&&Oc(a))}function WT(e,t){if(!t)return!1;let{excludeMatches:n,excludeSelectorMatches:r}=t;return!!(n&&n.length>0&&_t(e,n)||r&&r.length>0&&Oc(r))}function tA(e){return typeof e=="number"}p();p();p();function GT(e){let t=e.split(` +`,s=n.join(o),u={url:"https://api.papago-chrome.com/v2/translate/openapi",retry:this.retry,method:"POST",headers:{authority:"api.papago-chrome.com","content-type":"application/json"},body:"",timeout:this.requestTimeout};r==="auto"||!Jo.get(r)?(i=(await de({url:"https://api.papago-chrome.com/v2/translate/detect",method:"POST",headers:{authority:"api.papago-chrome.com","content-type":"application/json"},body:s})).langCode,u.body=JSON.stringify({text:s,source:i||Jo.get(r)||r,target:Jo.get(a)||a})):u.body=JSON.stringify({text:s,source:Jo.get(r),target:Jo.get(a)||a});let l=await de(u);if(l.translatedText==="")throw new Q("server response invalid");let c=l.translatedText.split("
").map(g=>g.trim());return{from:r,to:a,text:c}}},HT=_m;p();function KT(e,t,n){let r=Object.assign({},t),a=new Map;(r.langOverrides||[]).forEach(s=>{a.set(s.id,s)});for(let s of a.keys()){let[u,l]=s.split("2");if(["auto",n.sourceLanguage].includes(u)&&["auto",n.targetLanguage].includes(l)){let c=a.get(s);if(!c)continue;if(c.extends){let g=a.get(c.extends);g&&(r=Object.assign({},r,g))}r=Object.assign({},r,c)}}return["prompt","systemPrompt","multiplePrompt","subtitlePrompt"].forEach(s=>{e?.hasOwnProperty(s)&&(r[s]=e[s])}),r}async function yn(e){let{url:t,config:n,state:r}=e,a=new URL(t),i="auto",{translationParagraphLanguagePattern:o,translationService:s,translationServices:u,translationTheme:l,translationThemePatterns:c,translationUrlPattern:g,targetLanguage:f,sourceLanguageUrlPattern:m,immediateTranslationPattern:h}=n,y=f||"zh-CN",T=Xo(t,o),b=Xo(t,h),x=s,w=Object.keys(u);for(let se of w){let ue=u[se];if(Xo(t,ue)){x=se;break}}let L=l,M=Object.keys(c);for(let se of M){let ue=c[se];if(ue&&Xo(t,ue)){L=se;break}}let C=Xo(t,g),v=WT(t,g);v||(v=_t(t,n1)),v||(v=_t(t,n.blockUrls));let A=WT(t,n.inputTranslationUrlPattern);A||(A=_t(t,n.inputTranslationBlockUrls));let D=_t(t,n.mutationBlockUrls),S=Object.keys(m),N={};for(let se of S){let ue=m[se];if(ue&&ue.matches)for(let ke of ue.matches)N[ke]=se}let F=Object.keys(N),P=Rp(t,F);P&&(i=N[P]??"auto",N[P]&&N[P]!=="auto"&&ar(N[P]));let O=a.hostname,z=await Cr(O),q=a.pathname+a.search+a.hash,I=await Cr(q),k=`https://${z}.com/${I}`,_=await Wt(),B=await ay(),H=n.translationStartMode;H==="dynamic"&&b&&(H="immediate");let j=x;n.inputTranslationService&&n.inputTranslationService!=="inherit"&&(j=n.inputTranslationService);let G=x;n.mouseHoverTranslationService&&n.mouseHoverTranslationService!=="inherit"&&(G=n.mouseHoverTranslationService);let V=x;n.subtitleTranslateService&&n.subtitleTranslateService!=="inherit"&&(V=n.subtitleTranslateService);let ie=await ot.get(bt,null),te=!1;ie&&(te=Qt(ie));let J={targetLanguage:y,config:n,translationService:x,inputTranslationService:j,mouseHoverTranslationService:G,subtitleTranslateService:V,isTranslateUrl:C,sourceLanguage:i,mainFrame:document.body,isTranslateExcludeUrl:v,isMutationTranslationExcludeUrl:D,isInputTranslationExcludeUrl:A,rule:n.generalRule,url:t,encryptedUrl:k,state:r?Object.assign({translationMode:n.translationMode,translationArea:n.translationArea,translationStartMode:H,immediateTranslationTextCount:n.immediateTranslationTextCount,isAutoTranslate:!1,translationDebounce:300,isNeedClean:!1,isDetectParagraphLanguage:T,cache:n.cache,translationTheme:L,isTranslateDirectlyOnHover:!1},r):{translationMode:n.translationMode,translationArea:n.translationArea,translationStartMode:H,immediateTranslationTextCount:n.immediateTranslationTextCount,isAutoTranslate:!1,translationDebounce:300,isNeedClean:!1,isDetectParagraphLanguage:T,cache:n.cache,translationTheme:L,isTranslateDirectlyOnHover:!1},localConfig:_};ie&&(J.user=ie,te?J.isPro=!0:J.isPro=!1),J.state.translationArea==="body"&&(J.config.generalRule.excludeTags=J.config.generalRule.excludeTags.filter(se=>!J.config.generalRule.bodyTranslateTags.includes(se)),J.config.generalRule.additionalExcludeSelectors=J.config.generalRule.additionalExcludeSelectors.filter(se=>se!==".btn"));let ce=n.translationServices[J.translationService]||{};ce.immediateTranslationTextCount!==void 0&&tA(ce.immediateTranslationTextCount)&&ce.immediateTranslationTextCount>=0&&(J.state.immediateTranslationTextCount=ce.immediateTranslationTextCount),J.translationService==="deepl"&&(ce&&ce.authKey&&ce.authKey.startsWith("immersive_")||ce&&ce.provider==="pro"&&J.user?.token)&&ce.immediateTranslationTextCountForImmersiveDeepl!==void 0&&ce.immediateTranslationTextCountForImmersiveDeepl>=0&&(J.state.immediateTranslationTextCount=ce.immediateTranslationTextCountForImmersiveDeepl),ce&&ce.translationDebounce&&typeof ce.translationDebounce=="number"&&(J.state.translationDebounce=ce.translationDebounce);let he=B.immediateTranslationTextCount;n.immediateTranslationTextCount!==he&&(J.state.immediateTranslationTextCount=n.immediateTranslationTextCount);let ae=n.rules,X;globalThis.PDFViewerApplication?X=ae.find(se=>se.pageType=="pdfReader"):globalThis.immersiveTranslateEbookViewer?X=ae.find(se=>se.pageType=="ebookReader"):globalThis.immersiveTranslateEbookBuilder?X=ae.find(se=>se.pageType=="ebookBuilder"):X=ae.find(se=>Xo(t,se)),J.state.translationArea==="body"&&(J.rule.paragraphMinTextCount=1,J.rule.paragraphMinWordCount=1),X&&X.pageType==="ebookBuilder"&&(J.state.translationStartMode="immediate");let Se=n.generalRule;if(X&&(J.rule=Mc(Se,X)),J.rule.selectors.length>0&&(J.rule.paragraphMinTextCount=2,J.rule.paragraphMinWordCount=1),J.state.translationArea==="body"&&J.rule.excludeTags&&(J.rule.excludeTags=J.rule.excludeTags.filter(se=>!J.rule.bodyTranslateTags.includes(se)&&!J.rule.forceTranslateTags.includes(se))),J.rule.mainFrameSelector){let se=document.querySelector(J.rule.mainFrameSelector);se&&(J.mainFrame=se)}return J}function Xo(e,t){if(!t)return!1;let{matches:n,excludeMatches:r,selectorMatches:a,excludeSelectorMatches:i}=t;return r&&r.length>0&&_t(e,r)?!1:n&&n.length>0&&_t(e,n)?!0:i&&i.length>0&&Oc(i)?!1:!!(a&&a.length>0&&Oc(a))}function WT(e,t){if(!t)return!1;let{excludeMatches:n,excludeSelectorMatches:r}=t;return!!(n&&n.length>0&&_t(e,n)||r&&r.length>0&&Oc(r))}function tA(e){return typeof e=="number"}p();p();p();function GT(e){let t=e.split(` `),n=[],r,a="",i="";for(let o of t){o.startsWith("- ")&&(o=o.slice(1),r&&n.push(r),r={},a="",i="");let s=o.trim().split(/[::]/).map(l=>l.trim()).filter(l=>!!l);if(s.length>=2&&!/\S\s\S/.test(s[0])){let l=o.slice(o.indexOf(s[1])).trim();l?(a=s[0],l=="|-"?i="":i=l):i+=` `+o}else i+=` `+o;if(!a)continue;r||(r={});let u=Number(i);r[a]=Number.isNaN(u)?i:Number(i)}return r&&n.push(r),Object.values(n).forEach(o=>{Object.entries(o).forEach(([s,u])=>{if(typeof u=="string"){let l=u.trim();l?.startsWith('"')&&l?.endsWith('"')?o[s]=l.slice(1,-1):o[s]=l}})}),n}var Mm=class extends Pe{apiKeys=[];isSupportList=!1;maxTextLength=1200;maxTextGroupLength=1;translationTextSeparator=` @@ -5386,7 +5386,7 @@ ${s}} `);if(c.statusCode)throw new Error(`Something went wrong! The response is ${JSON.stringify(c)}.`)}let g=c[0].translations[0],f=c[0].detectedLanguage;return{text:g.text,from:nv.get(f.language),to:nv.get(g.to)}}p();p();p();p();p();function Qa(e){return e!=null}function cv(e,t,n){return`${e.type}#${t}#${n}`}function dv(e,t,n,r,a){return{body:a,id:r,type:cv(e,t,n)}}function pA(e,t,n,r){return{id:n,response:r,type:cv(e,"ask",t)}}function gv(e,t,n,r){if(Qa(r)){let a=r.type;if(Qa(a)&&Qa(r.body)){let[i,o,s]=a.split("#");return i===e.type&&o===t&&s===n}else return!1}else return!1}function mA(e,t,n){if(Qa(n)){let r=n.type;if(Qa(r)&&Qa(n.response)){let[a,i,o]=r.split("#");return a===e.type&&i==="ask"&&o===t}else return!1}else return!1}function fA(e){e.forEach(([t,n])=>t.removeEventListener("message",n)),e.length=0}function hA(e,t,n,r){return new Promise(a=>{let i=o=>{let s=o.data;mA(t,n,s)&&s.id===r&&(e.removeEventListener("message",i),a(s.response))};e.addEventListener("message",i)})}function bA(e,t,n,r){let a=i=>{let o=i.data;gv(t,"tell",n,o)&&r(o.body)};return e.addEventListener("message",a),[e,a]}function uv(e,t,n,r,a,i){let o=async s=>{let u=s.data;if(gv(n,"ask",r,u)){let l=await i(u.body);t=s.source,t.postMessage(pA(n,r,u.id,l),s.origin)}};return e.addEventListener("message",o),[e,o]}function yA(e,t,n,r,a){let i=Math.random().toString();return e.postMessage(dv(t,"tell",n,i,r),a)}async function lv(e,t,n,r,a,i,o){let s=Math.random().toString(),u=new Promise(async(l,c)=>{let g=setTimeout(()=>c(new Error(`Failed to get response within ${o}ms`)),o),f=await hA(e,n,r,s);clearTimeout(g),l(f)});return t.postMessage(dv(n,"ask",r,s,a),i),u}var Za=class e{constructor(t,n,r=window,a="*"){this.protocol=t;this.targetWindow=n;this.thisWindow=r;this.targetOrigin=a;uv(r,n,this.getSystemProtocol("ping"),"ping",a,()=>Promise.resolve({}))}static async connect(t,n=10,r=500){for(let a=0;a<=n;a++)try{return await t.ping({timeout:r}),t}catch{continue}throw new Error(`Could not connect on protocol ${t.protocol.type} after ${n*r}ms`)}static parent(t,n,r="*",a=window){let i=n.contentWindow;if(Qa(i))return new e(t,i,a,r);throw new Error("iframe.contentWindow was null")}static iframe(t,n="*",{thisWindow:r=window,targetWindow:a=window.parent}={}){return new e(t,a,r,n)}static rootIframe(t,n="*",{thisWindow:r=window}={}){return new e(t,null,r,n)}getSystemProtocol(t){return{type:`system|${t}`}}listeners=[];async ping({timeout:t=1e4}){await lv(this.thisWindow,this.targetWindow,this.getSystemProtocol("ping"),"ping",{data:{},payload:{}},this.targetOrigin,t)}handleTell(t,n){this.listeners.push(bA(this.thisWindow,this.protocol,t,n))}tell(t,n){yA(this.targetWindow,this.protocol,t,n,this.targetOrigin)}handleAsk(t,n){this.listeners.push(uv(this.thisWindow,this.targetWindow,this.protocol,t,this.targetOrigin,n))}ask(t,n,r=1e4){if(this.targetWindow)return lv(this.thisWindow,this.targetWindow,this.protocol,t,n,this.targetOrigin,r);throw new Error("target window is requried")}destroy(){fA(this.listeners)}};var pv;async function mv(){if(st()){let t=globalThis;for(;t.top!=t.self;)t=t.top;let n=Za.iframe(Tc,"*",{targetWindow:t});pv=n,await Za.connect(n).catch(r=>{R.error("connect with parent frame error",r)})}}function fv(){return pv}var m0=new Map;async function jm(e){let t=e.url;if(e.method&&(t+=e.method),e.body&&(t+=Gn(e.body)),m0.has(t))return m0.get(t);let n=de(e);m0.set(t,n);try{return await n}catch(r){throw r}finally{setTimeout(()=>{m0.delete(t)},3e3)}}async function hv(e){return jm(e)}async function f0(e){if(st()){let n=fv();if(n)try{return await n.ask("throttleRequest",e)}catch(r){throw R.error("can not comunicate with root frame, use strict limiter",r),r}else return jm(e)}else return jm(e)}p();function bv(e){let t=e.split(".");if(t.length<=1)throw new Error("invlaid token");let n=t[1];if(!n)throw new Error("invalid base64 url token");let r=n.replace(/-/g,"+").replace(/_/g,"/"),a=decodeURIComponent(globalThis.atob(r).split("").map(function(s){return"%"+("00"+s.charCodeAt(0).toString(16)).slice(-2)}).join("")),i=JSON.parse(a),o=new Date(i.exp*1e3);return{accessToken:e,accessTokenExpiresAt:o.toISOString()}}p();async function h0(e){await Bp(e)}async function b0(e,t){let n=await _p(e);if(n?.accessToken&&n?.accessTokenExpiresAt){let r=Date.now(),i=new Date(n.accessTokenExpiresAt).getTime();if(i-r>30*1e3)return n;if(i-r>3e3)return yv(e,t)}return yv(e,t)}async function yv(e,t){let n=await t(),r=n.accessTokenExpiresAt,i=new Date(r).getTime()-Date.now();return await Mp(e,n,i-1e3),n}var TA=[["auto",""],["ar","ar"],["ga","ga"],["et","et"],["bg","bg"],["is","is"],["pl","pl"],["bs","bs-Latn"],["fa","fa"],["da","da"],["de","de"],["ru","ru"],["fr","fr"],["zh-TW","zh-Hant"],["fil","fil"],["fj","fj"],["fi","fi"],["gu","gu"],["kk","kk"],["he","he"],["ht","ht"],["ko","ko"],["nl","nl"],["ca","ca"],["zh-CN","zh-Hans"],["wyw","lzh"],["cs","cs"],["kn","kn"],["otq","otq"],["tlh","tlh"],["hr","hr"],["lv","lv"],["lt","lt"],["ro","ro"],["mg","mg"],["mt","mt"],["mr","mr"],["ml","ml"],["ms","ms"],["mi","mi"],["bn","bn-BD"],["hmn","mww"],["af","af"],["pa","pa"],["pt","pt"],["ps","ps"],["ja","ja"],["sv","sv"],["sm","sm"],["sr-Latn","sr-Latn"],["sr-Cyrl","sr-Cyrl"],["no","nb"],["sk","sk"],["sl","sl"],["sw","sw"],["ty","ty"],["te","te"],["ta","ta"],["th","th"],["to","to"],["tr","tr"],["cy","cy"],["ur","ur"],["uk","uk"],["es","es"],["el","el"],["hu","hu"],["it","it"],["hi","hi"],["id","id"],["en","en"],["yua","yua"],["bo","bo"],["vi","vi"]],Hm=new Map(TA),Ou=class extends Pe{static langMap=Hm;isSupportList=!0;maxTextLength=1800;constructor(t,n,r){super(t,n,r)}static async clearState(){await h0(fp)}async translate(t){let{text:n,from:r,to:a}=t;return n?await sv(n,r,a):{...t}}async init(){await this.getAccessToken()}async getAccessToken(){return await b0(fp,async()=>{let t=await f0({responseType:"text",url:"https://edge.microsoft.com/translate/auth",headers:{accept:"*/*","accept-language":"zh-TW,zh;q=0.9,ja;q=0.8,zh-CN;q=0.7,en-US;q=0.6,en;q=0.5","cache-control":"no-cache",pragma:"no-cache","sec-ch-ua":'"Microsoft Edge";v="113", "Chromium";v="113", "Not-A.Brand";v="24"',"sec-ch-ua-mobile":"?0","sec-ch-ua-platform":'"Windows"',"sec-fetch-dest":"empty","sec-fetch-mode":"cors","sec-fetch-site":"cross-site","sec-mesh-client-arch":"x86_64","sec-mesh-client-edge-channel":"beta","sec-mesh-client-edge-version":"113.0.1774.23","sec-mesh-client-os":"Windows","sec-mesh-client-os-version":"10.0.19044","sec-mesh-client-webview":"0",Referer:"https://appsumo.com/","Referrer-Policy":"strict-origin-when-cross-origin"},body:null,method:"GET",timeout:5e3,retry:this.retry});return bv(t)})}async translateList(t){let{from:n,to:r,text:a}=t,i=Hm.get(n)||"auto",o=Hm.get(r)||r;i==="auto"&&(i="");let s=await this.getAccessToken(),u=[];for(let f of a)u.push({Text:f});let l=JSON.stringify(u),c=`https://api-edge.cognitive.microsofttranslator.com/translate?from=${i}&to=${o}&api-version=3.0&includeSentenceLength=true`,g=await de({url:c,headers:{accept:"*/*","accept-language":"zh-TW,zh;q=0.9,ja;q=0.8,zh-CN;q=0.7,en-US;q=0.6,en;q=0.5",authorization:"Bearer "+s.accessToken,"cache-control":"no-cache","content-type":"application/json",pragma:"no-cache","sec-ch-ua":'"Microsoft Edge";v="113", "Chromium";v="113", "Not-A.Brand";v="24"',"sec-ch-ua-mobile":"?0","sec-ch-ua-platform":'"Windows"',"sec-fetch-dest":"empty","sec-fetch-mode":"cors","sec-fetch-site":"cross-site","Referrer-Policy":"strict-origin-when-cross-origin","User-Agent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36 Edg/120.0.0.0"},body:l,method:"POST",timeout:this.requestTimeout});if(g&&g.length>0&&g[0].translations&&g[0].translations.length>0)return{text:g.map(f=>f.translations[0]?.text||""),from:n,to:r};throw new Q("Microsoft translate error "+JSON.stringify(g))}};p();var Tv=[["auto","auto"],["zh-CN","zh"],["en","en"],["yue","yue"],["wyw","wyw"],["ja","jp"],["ko","kor"],["fr","fra"],["es","spa"],["th","th"],["ar","ara"],["ru","ru"],["pt","pt"],["de","de"],["it","it"],["el","el"],["nl","nl"],["pl","pl"],["bg","bul"],["et","est"],["da","dan"],["fi","fin"],["cs","cs"],["ro","rom"],["sl","slo"],["sv","swe"],["hu","hu"],["zh-TW","cht"],["vi","vie"]],Wm=new Map(Tv),vA=new Map(Tv.map(([e,t])=>[t,e])),Km=class extends Pe{static langMap=Wm;endpoint="https://api.fanyi.baidu.com/api/trans/vip/translate";fieldEndpoint="https://fanyi-api.baidu.com/api/trans/vip/fieldtranslate";appid="";key="";isSupportList=!1;maxTextGroupLength=3;action=!1;domain="";constructor(t,n,r){if(super(t,n,r),!t||!t.appid||!t.key)throw new Q("appid and key are required");this.appid=t.appid?.trim(),this.key=t.key?.trim(),t.action&&(this.action=!0),t.endpoint&&(this.endpoint=t.endpoint),t.fieldEndpoint&&(this.fieldEndpoint=t.fieldEndpoint),t.domain&&(this.domain=t.domain,this.endpoint=this.fieldEndpoint)}getDefaultRateLimit(){return{limit:1,interval:1550}}async translate(t){let n=Date.now().toString(),{endpoint:r}=this,{appid:a,key:i}=this,{text:o,from:s,to:u}=t,l=Gn(a+o+n+i);this.domain&&(l=Gn(a+o+n+this.domain+i));let c=new URLSearchParams({from:Wm.get(s)||"auto",to:Wm.get(u)||u,q:o,salt:n,appid:a,sign:l});this.action&&c.set("action","1"),this.domain&&c.set("domain",this.domain);let g=new URL(r);g.search=c.toString();let f=await de({url:g.toString(),retry:this.retry,timeout:this.requestTimeout});if(f.error_code)throw new Q("API_SERVER_ERROR",f.error_msg);let{trans_result:m,from:h}=f,y=m.map(({dst:b})=>b);return{from:vA.get(h)||h,to:u,text:y.join(` `)}}},vv=Km;p();p();var Wi=class extends Pe{langMap;requestBaseConfig;apiServiceConfig;constructor(t,n,r){super(t,n,r),this.apiServiceConfig=this.serviceConfig,this.isSupportList=this.apiServiceConfig.isSupportList,this.langMap=new Map(this.apiServiceConfig.langs),this.requestBaseConfig=this.handleBaseApiServiceConfig(this.apiServiceConfig)}async translate(t){if(!Object.keys(this.apiServiceConfig).length)throw"serivce id not found config";let{text:n,from:r,to:a}=t;if(!this.langMap.has(a))throw new Q(`Unsupported language: ${a}`);a=this.langMap.get(a);let i=await this.checkLang(r,n);if(!i)return{text:n,from:r,to:a};r=i;let o=this.handleRequest(n,r,a),s=await Lc(o);return{text:this.handleResponseText(s),from:r,to:a}}async translateList(t){if(!Object.keys(this.apiServiceConfig).length)throw new Q("serivce id not found config");let{text:n,from:r,to:a}=t;if(!this.langMap.has(a))throw new Q(`Unsupported language: ${a}`);a=this.langMap.get(a);let i=await this.checkLang(r,n.join(" "));if(!i)return{text:n,from:r,to:a};r=i;let o=this.handleRequest(n,r,a),s=await Lc(o);return{text:this.handleResponseText(s),from:r,to:a}}handleBaseApiServiceConfig(t){let n=t.request.url,r=t.request.headers||{};return r["content-type"]||(r["content-type"]="application/json"),{url:n,retry:t.request.retry||this.retry,method:t.request.method||"POST",headers:r,body:JSON.stringify(t.request.body),timeout:this.requestTimeout}}async checkLang(t,n){if(t=="auto"){if(this.langMap.has("auto"))return"auto";t=await this.detectLanguageRemotely(n.slice(0,this.apiServiceConfig.checkLangLenth||10))}return this.langMap.has(t)?this.langMap.get(t):null}handleRequest(t,n,r){let a={...this.requestBaseConfig},i=a?.body||"",o=this.apiServiceConfig.keywords||{};a.body=u(i);let s=a.headers||{};return Object.keys(s).forEach(l=>{s[l]=u(s[l])}),a.headers=s,a.url=u(a.url||""),a;function u(l){return l.replaceAll('"{text}"',()=>Array.isArray(t)?JSON.stringify(t):`"${t}"`).replaceAll("{from}",n).replaceAll("{to}",r).replaceAll(/{([a-z:_]+)}/gi,(g,f)=>{let[m,h]=f.split(":"),y=o[m];return h==="random"?SA(y.split(",")):y})}}handleResponseText(t){let n=this.apiServiceConfig.response,r=t,a=n.text.split(".");for(let i of a){if(Array.isArray(r))return r=r.map(o=>o[i]),r;r=r[i]}return r}detectLanguageRemotely(t){return pa.detectLanguageRemotelyByTransmart(t)}};function SA(e){let t=Math.floor(Math.random()*e.length);return e[t]}var Sv=[["zh-CN","zh"],["en","en"],["ja","ja"],["ko","ko"],["fr","fr"],["es","es"],["ru","ru"]],Gm=class extends Wi{static langMap=new Map(Sv);constructor(t,n,r){if(!t?.token)throw new Q("token are required");super({...t,isSupportList:!0,langs:Sv,keywords:{token:t.token?.trim()},request:{headers:{"content-type":"application/json","x-authorization":"token {token:random}"},url:"https://api.interpreter.caiyunai.com/v1/translator",retry:2,body:{source:"{text}",trans_type:"{from}2{to}"}},response:{text:"target"}},n,r)}},Cv=Gm;p();var CA=[["auto","auto"],["zh-CN","zh"],["en","en"],["ja","ja"]],y0=new Map(CA),Vm=class extends Pe{static langMap=y0;token="ssdj273ksdiwi923bsd9";constructor(t,n,r){super(t,n,r)}getDefaultRateLimit(){return{limit:5,interval:1050}}async translateList(t){let{text:n,from:r,to:a}=t;if(!y0.get(a))throw new Q(`Unsupported language: ${a}`);if(r==="auto")throw new Q("Unsupported language: auto");let o=n;return{text:(await de({retry:this.retry,url:"https://api.interpreter.caiyunai.com/v1/translator",headers:{"content-type":"application/json","x-authorization":"token "+this.token},method:"POST",body:JSON.stringify({source:o,trans_type:`${y0.get(r)||"auto"}2${y0.get(a)}`}),timeout:this.requestTimeout})).target,from:r,to:a}}},xv=Vm;p();var Ev=[["auto","auto"],["en","en"],["ru","ru"],["pt","pt"],["es","es"],["zh-CN","zh-CHS"],["ja","ja"],["ko","ko"],["fr","fr"],["ar","ar"],["id","id"],["vi","vi"],["it","it"]],$m=new Map(Ev),xA=new Map(Ev.map(([e,t])=>[t,e]));function EA(e){let t=e.length;return t<=20?e:e.substring(0,10)+t+e.substring(t-10,t)}var Ym=class extends Pe{static langMap=$m;isSupportList=!1;appId="";appSecret="";throttleLimit=5;domain="general";vocabId="";constructor(t,n,r){if(super(t,n,r),!t||!t.appId||!t.appSecret)throw new Q("appId and appSecret are required");this.appId=t.appId?.trim(),this.appSecret=t.appSecret?.trim(),t.domain&&(this.domain=t.domain),t&&t.vocabId&&(this.vocabId=t.vocabId)}getDefaultRateLimit(){return{limit:5,interval:1050}}async translate(t){let{text:n,from:r,to:a}=t,i=wA(32),o=Math.round(new Date().getTime()/1e3),s=this.appId+EA(n)+i+o+this.appSecret,u=await Cr(s),l={q:n,appKey:this.appId,salt:i.toString(),from:$m.get(r)||"auto",to:$m.get(a)||a,sign:u,signType:"v3",curtime:o.toString()};this.domain&&this.domain!=="general"&&(l.domain=this.domain),this.vocabId&&(l.vocabId=this.vocabId);let c=new URLSearchParams(l),f=await de({url:"https://openapi.youdao.com/api",method:"POST",body:c.toString(),headers:{"Content-Type":"application/x-www-form-urlencoded"},retry:this.retry,timeout:this.requestTimeout});if(!f.translation)throw new Q(JSON.stringify(f));let m=f.l,[h,y]=m.split("2");return{text:f.translation.join(` `),from:xA.get(h),to:a}}};function wA(e){let t="",n="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789",r=n.length,a=0;for(;a[t,e]));var Zm=class extends Pe{static langMap=Qm;isSupportList=!1;appId="";appSecret="";maxTextLength=800;constructor(t,n,r){super(t,n,r)}getDefaultRateLimit(){return{limit:5,interval:1050}}async translate(t){let{text:n,from:r,to:a}=t,i={q:n,from:Qm.get(r)||"auto",to:Qm.get(a)||a},o=new URLSearchParams(i),s=await de({url:"https://aidemo.youdao.com/trans",method:"POST",body:o.toString(),headers:{"content-type":"application/x-www-form-urlencoded; charset=UTF-8","user-agent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/110.0.0.0 Safari/537.36"},retry:this.retry,timeout:this.requestTimeout});if(s&&s.translation)return{text:s.translation.join(` -`),from:r,to:a};throw new Q("Youdao translation failed: "+JSON.stringify(s))}},Av=Zm;p();var zu=class extends Wi{constructor(t,n,r){super({...t,isSupportList:!0,langs:(t.langs||"zh-CN,en").split(",").map(a=>[a,a]),limitPerSecond:t.limitPerSecond||5,maxTextLengthPerRequest:t.maxTextLengthPerRequest||1200,maxTextGroupLengthPerRequest:t.maxTextGroupLengthPerRequest||1,placeholderDelimiters:t.placeholderDelimiters||su,request:{url:t.url,retry:2,body:{text_list:"{text}",source_lang:"{from}",target_lang:"{to}"}},response:{text:"translations.text"}},n,r)}};p();var kv="immersive-translate-gemini-fake-user-key",DA=[["auto","auto"],["zh-CN","Simplified Chinese"],["zh-TW","Traditional Chinese"],["en","English"],["ar","Arabic"],["bn","Bengali"],["bg","Bulgarian"],["hr","Croatian"],["cs","Czech"],["da","Danish"],["nl","Dutch"],["et","Estonian"],["fi","Finnish"],["fr","French"],["de","German"],["el","Greek"],["he","iw"],["hi","Hindi"],["hu","Hungarian"],["id","Indonesian"],["it","Italian"],["ja","Japanese"],["ko","Korean"],["lv","Latvian"],["lt","Lithuanian"],["no","Norway"],["pl","Polish"],["pt","Portuguese"],["ro","Romanian"],["ru","Russian"],["sr","Serbian"],["sk","Slovak"],["sl","Slovene"],["es","Spanish"],["sw","Swahili"],["sv","Swedish"],["th","Thai"],["tr","Turkish"],["uk","Ukrainian"],["vi","Vietnamese"]],Pv=new Map(DA),Jm=class extends es{static langMap=Pv;provider="custom";randomPrefix="My user id is {{id}}. ";fakeId="";constructor(t,n,r){super(t,n,r),t||(t={}),t.provider&&(this.provider=t.provider),t.randomPrefix&&(this.randomPrefix=t.randomPrefix),this.apiUrl="https://generativelanguage.googleapis.com/v1beta/models/{model}:generateContent?key={key}",t?.apiUrl&&(this.apiUrl=t.apiUrl),this.maxTextGroupLength=this.maxTextGroupLength||10,this.model=this.model||"gemini-1.0-pro-latest",this.bodyConfigs=t?.bodyConfigs||{}}getLangMap(){return Pv}getDefaultRateLimit(){return{limit:1,interval:1050}}async handleOptions(t,n){this.fakeId="",this.randomPrefix&&(this.fakeId=await Lp(kv,""),this.fakeId||(this.fakeId=AA(10),await Fp(kv,this.fakeId)));let r=this.getRandomKey(),a={url:this.apiUrl.replace("{model}",this.model),method:"POST",headers:{"content-type":"application/json"},timeout:this.requestTimeout,retry:this.retry};r&&(a.url=a.url.replace("{key}",r));let i=this.systemPrompt+t;this.randomPrefix&&(i=this.randomPrefix.replace("{{id}}",this.fakeId)+i);let o={contents:[{role:"user",parts:[{text:i}]}],...this.bodyConfigs};return a.body=JSON.stringify(o,null,2),a}parseResponse(t){return t?.candidates?.[0]?.content?.parts?.[0]?.text}filterContent(t,n,r,a){let i=super.filterContent(t,n,r);return i.includes(this.fakeId)&&a.length<=1?t:i}};function AA(e){let t="",n="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789",r=n.length,a=0;for(;a{let n=(await f0({url:"https://translate.yandex.net/website-widget/v1/widget.js?widgetId=ytWidget&pageLang=es&widgetTheme=light&autoMode=false",method:"GET",responseType:"text"})).match(/sid\:\s\'[0-9a-f\.]+/),r="",a=Date.now()+1*60*1e3;return n&&n[0]&&n[0].length>7&&(r=n[0].substring(6),a=Date.now()+30*60*1e3),{accessToken:r,accessTokenExpiresAt:new Date(a).toISOString()}})}async translateList(t){let{text:n,from:r,to:a}=t;if(!n)return{...t};let i=await this.getAccessToken(),o=new URLSearchParams;o.append("srv","tr-url-widget"),o.append("id",`${i.accessToken}-0-0`),o.append("format","html"),o.append("lang",`${r==="auto"?"":ef.get(r)+"-"}${ef.get(a)}`),n.forEach(l=>{o.append("text",l)});let s=await de({url:`https://translate.yandex.net/api/v1/tr.json/translate?${o.toString()}`});if(s?.code!==200)return{...t};let u=s.text?.map(l=>l);return{from:r,to:a,text:u||n}}getDefaultRateLimit(){return{limit:5,interval:1050}}};var LA={mock:Zo,mock2:Zo,custom:zu,google:Hi,transmart:_u,deepl:UT,volc:XT,volcAlpha:Iu,bing:Ou,tencent:Pu,tenAlpha:Lu,baidu:vv,caiyun:Cv,cai:xv,openl:d0,youdao:wv,you:Av,d:Qo,dpro:Qo,deeplx:Ru,niu:qT,azure:jT,openai:$T,gemini:Lv,claude:Mv,papago:HT,aliyun:Bu,yandex:Nu},Ja={};Object.keys(nr).forEach(e=>{Ja[e]={...nr[e],class:LA[e]}});function Xa(e,t){let n=Rn;if(Ja[e]&&Ja[e].class&&Ja[e].class.langMap&&Ja[e].class.langMap.size>0){let r=Ja[e].class.langMap,a=n.filter(i=>r.get(i));return a.includes(t)||a.unshift("placeholder"),a}else return Rn}async function Nr(e,t,n){if(!e.text)return e;let r=null,a=await nt({sentences:[e]},t,(i,o,s)=>{i&&(r=i)},n);if(r)throw r;if(a.sentences.length>0)return{...e,...a.sentences[0]};throw new Q("translateFailed","translate failed")}async function Fv(e,t){for(let n of e)try{return await Nr({id:1e6,text:"Hello world",from:"en",to:"zh-CN",url:"https://google.com",fromByClient:"auto"},{...t,translationService:n},{retry:1,requestTimeout:t.config.verifyRequestTimeout||5*1e3}),n}catch{continue}return null}async function tf(e){let{config:t,translationService:n}=e,r=t.translationGeneralConfig,a=t.translationServices,i=n,o=a[i]||{},s=Qt(e.user);await new Ja[i].class(o,r,{translationService:i,userToken:e.user?.token,isPro:s,sourceProgram:e.sourceProgram,glossaries:e.rule.glossaries,excludeRegexps:e.rule.excludeRegexps}).init()}function _A(e){if(!e?.length)return"auto";let t=e[0].from;return e[0].fromByClient&&e[0].fromByClient!=="auto"&&(t=e[0].fromByClient),t}async function nt(e,t,n,r){if(!e.sentences.length)return{...e};let{config:a,translationService:i,state:o}=t,s=a.translationGeneralConfig,u=a.translationServices,l=i,c=t.targetLanguage;e&&e.sentences&&e.sentences[0]&&e.sentences[0].to&&(c=e.sentences[0].to);let g=u[l]||{};g=KT(g,{sourceLanguage:_A(e.sentences),targetLanguage:c,model:g.model||"",url:t.url,isPro:t.isPro?"true":"false",sourceProgram:t.sourceProgram||""}),r&&(g={...g,...r});let f=a.beta,m=o.cache===!1&&f,h=a.debug===!0&&f;e.sentences&&e.sentences.length>0&&(e.sentences=e.sentences.map(v=>(m&&(v.refresh=!0),h&&(v.debug=!0),v))),l==="openai"&&(e.sentences=e.sentences.map(v=>({...v,from:"auto"})));let y=[],T={sentences:Array(e.sentences.length)},b=e.sentences.length,x=-1,w=Qt(t.user),L;try{L=new Ja[l].class(g,s,{translationService:l,userToken:t.user?.token,isPro:w,sourceProgram:t.sourceProgram,glossaries:t.rule.glossaries,excludeRegexps:t.rule.excludeRegexps,minTextCount:t.rule.paragraphMinTextCount}),await L.init()}catch(v){if(n){y.push(...e.sentences);let A={translationService:l,isPro:!!t.isPro,isLogin:!!t.user?.token};for(let D of y){let S=v instanceof Q?new Q(v.name,v.message).initNetWork(v.status).initData(v.data||A):v;n(S,null,D)}}return{sentences:[]}}if(o.cache)for(let v of e.sentences){x++;let A=l;l==="openl"&&(A=l+"-"+g.codename||d0.DEFAULT_CODENAME);let D=L.getCacheKeyPrefix();D&&(A=D+"-"+A);let S=null;try{S=await Cl(pT({originalText:v.text,from:v.from,to:v.to,service:A}),200)}catch(N){R.warn("query cache DB error, but it's ok",N)}if(S){let N={...v,text:S.translatedText};T.sentences[x]=N,n&&n(null,N,v)}else y.push(v)}else y.push(...e.sentences);let M=y.length;if(b-M>0&&R.debug(`use ${b-M} sentences from cache`),!y.length)return T;let C=await L.multipleTranslate({sentences:y},g,(v,A,D)=>{if(n&&n(v,A,D),!v&&A&&!l.startsWith("mock")&&o.cache){let S=l;l==="openl"&&(S=l+"-"+g.codename||d0.DEFAULT_CODENAME);let N=L.getCacheKeyPrefix();N&&(S=N+"-"+S),o.cache&&Cl(mT({translatedText:A.text,from:D.from,to:D.to,detectedFrom:A.from,key:Gn(D.text),service:S}),3e3).catch(F=>{R.warn("set cache DB error",F)})}});for(let v of C?.sentences||[]){let A=T.sentences.findIndex(D=>!D);if(A===-1)throw new Q("translateFailed","can not match the result");T.sentences[A]=v}return T}p();p();p();var rs={},MA={root:"",lang:"en",fallbackLang:"en"};function nf(e,t){let n=Object.assign({},MA,e);rs=t||rs;let[r,a]=K(n.lang),[i,o]=K(rs),[s,u]=K(!1),l=g=>{if(i.hasOwnProperty(g))return;u(!1);let f=H1(n.root||"",g);n.getUrl&&(f=n.getUrl(n.root||"",g),fetch(f).then(m=>m.json()).then(m=>{rs[g]=m,o({...rs}),u(!0)}).catch(m=>{o({...rs}),u(!0)}))};return le(()=>{l(n.fallbackLang||"en"),l(r)},[r]),{lang:r,setLang:a,t:(g,f)=>{if(!i.hasOwnProperty(r))return g;let m=pu(i,r,g);return m===g&&r!==n.fallbackLang&&(m=pu(i,n.fallbackLang,g)),Op(m,f)},isReady:s}}var af=oo(null),rf={root:"assets",lang:"en",fallbackLang:"en"},as=e=>{let{t,setLang:n,lang:r,isReady:a}=nf({root:e.root||rf.root,lang:e.lang||rf.lang,fallbackLang:e.fallbackLang||rf.fallbackLang,getUrl:e.getUrl},e.translations);return d(af.Provider,{value:{t,setLang:n,lang:r,isReady:a},children:e.children})};function W(){return Me(af)}p();function Ae(e){return d("div",{class:"nav-left",children:[d("div",{class:"title",children:e.title}),d("div",{class:"description",children:e.description})]})}p();p();function Ur(e){let{items:t,maxWidth:n,className:r,style:a}=e,{lang:i}=W();return n=n||(i==="en"?144:160),d("select",{autoComplete:"off",class:r||"min-select",style:{maxWidth:`${n}px`,...a},value:t.find(o=>o.selected)?.value,onChange:o=>{let s=o.target.value,u=t.find(l=>l.value===s);u&&u.onSelected(u)},children:t.map((o,s)=>d("option",{value:o.value,selected:o.selected,children:o.label},"selectlink"+s))})}function of(e){let{items:t,maxWidth:n,isInput:r,value:a}=e;return n=n||128,r?d("input",{value:a,onChange:i=>{e.onChange(i.target.value)}}):d("select",{autoComplete:"off",style:{maxWidth:`${n}px`},value:t.find(i=>i.selected)?.value,onChange:i=>{let o=i.target.value,s=t.find(u=>u.value===o);s&&s.onSelected(s)},children:t.map((i,o)=>d("option",{value:i.value,selected:i.selected,children:i.label},"selectlink"+o))})}p();function Ki(e){let{t}=W(),n={};e.width&&(n={width:`${e.width}px`});let[r,a]=K(e.value),{config:i,field:o,onFinish:s}=e,u=o.name;o.label&&(u=o.label),o.labelKey&&(u=t(o.labelKey));let l={},c={};if(i.translationServices&&e.service&&i.translationServices[e.service]&&(c=i.translationServices[e.service]),c.env){let g=Object.keys(c.env);for(let f=0;f{let f=g.target.value,m=Array.isArray(r)?f.split(","):f;a(m),e.onChange(m)},onChange:()=>{s&&s()}}),e.field.descriptionKey?d("small",{class:"whitespace-pre-wrap",dangerouslySetInnerHTML:{__html:t(e.field.descriptionKey,l)}}):null]}):d(xe,{children:[d("input",{style:n,required:e.field.required,placeholder:e.field.placeholder||e.field.name,value:r,type:e.type,disabled:e.field.disabled||!1,name:e.field.name,autoComplete:"off",onInput:g=>{a(g.target.value),e.onChange(g.target.value)},onChange:()=>{(e.type==="text"||e.type==="password")&&s&&s()}}),e.field.descriptionKey?d("small",{dangerouslySetInnerHTML:{__html:t(e.field.descriptionKey,l)}}):null]})]})}function is(e){let{t}=W(),[n,r]=K(!0),[a,i]=K(!1),{config:o,currentProvider:s,onFinish:u,field:l,onChange:c,value:g,isProUser:f}=e;g=g??(l.default||"");let m={},h={};if(o.translationServices&&e.service&&o.translationServices[e.service]&&(h=o.translationServices[e.service]),h.env){let T=Object.keys(h.env);for(let b=0;b{l.options&&(l.options.some(b=>b.value===g)||i(!0))},[]);let y=l.name;if(l.label&&(y=l.label),l.labelKey&&(y=t(l.labelKey)),l.type==="select")return d("div",{class:"flex flex-col mt-5 mb-6",children:[d("label",{class:"text-16 mb-2",children:[y,"\uFF1A"]}),d(of,{maxWidth:200,items:l.options.map(T=>({label:`${T.label?t(T.label):T.value}`,value:T.value,selected:g===T.value,onSelected:()=>{c(T.value)}})),onChange:c,isInput:a,value:g})]});if(l.type==="model-select"){let T=l.options.map(b=>b.value);return d("div",{class:"flex flex-col mt-5 mb-6",children:[d("label",{class:"text-16 mb-2",children:[y,"\uFF1A"]}),d(of,{maxWidth:250,items:T.map(b=>({label:b,value:b,selected:g===b,onSelected:()=>{c(b)}})),onChange:c,isInput:s!=="pro"?a:!1,value:g}),s!=="pro"&&d("label",{for:"customContent",class:"text-sm",onClick:()=>{a&&c(T[0]),i(!a)},children:[d("input",{type:"checkbox",id:"customContent",name:"customContent",checked:a}),t("customContent")]})]})}else{if(l.type==="text")return d("div",{children:d(Ki,{service:e.service,field:l,config:e.config,value:g,type:l.type,onChange:c,onFinish:u})});if(l.type==="textarea")return d("div",{children:d(Ki,{service:e.service,field:l,rows:5,config:e.config,value:g,type:l.type,onChange:c,onFinish:u})});if(l.type==="jsonarea")return d("div",{children:d(Ki,{service:e.service,field:{...l,type:"textarea"},config:e.config,value:g,rows:5,type:l.type,onChange:c,onFinish:u})});if(l.type==="number")return d("div",{children:d(Ki,{service:e.service,field:l,config:e.config,value:g,type:l.type,width:196,onChange:c})});if(l.type==="password")return d("div",{children:[d(Ki,{service:e.service,field:l,config:e.config,value:g,type:n?l.type:"text",onChange:c,onFinish:u}),d("label",{for:"translate",onClick:()=>{r(!n)},children:[d("input",{type:"checkbox",id:"translate",name:"translate"}),t("show password")]})]});if(l.type==="color"){let T=g,b="";T||(T="#FFFFFF",b="#FFFFFF");let{hex:x,opacity:w}=FA(T);return d("div",{children:d("label",{class:"flex items-center",for:l.name,children:[d("span",{class:"mr-2",children:l.label||l.name}),d("input",{type:"text",id:l.name,class:"border-color-text mr-2",placeholder:b||"",value:g,onInput:L=>{c(L.target.value)}}),d("input",{id:l.name,type:"color",name:l.name,value:x,style:{opacity:w},onInput:L=>{c(L.target.value)}})]})})}else return l.type==="boolean"?d("div",{class:"flex items-center my-4",children:d("label",{class:"ml-2",for:l.name,children:[d("input",{type:"checkbox",id:l.name,name:l.name,role:"switch",checked:g,onChange:T=>{c(T.target.checked)}}),y,l.descriptionKey?d("small",{class:"my-2",dangerouslySetInnerHTML:{__html:t(l.descriptionKey,m)}}):null]})}):null}}function FA(e){let t=1;return e.length==9&&(t=parseInt(e.substring(7,9),16)/255,e=e.slice(0,7)),{opacity:t,hex:e}}p();function Bv(e){let{t,lang:n}=W();return d("details",{role:"list",class:"nav-right",children:[d("summary",{"aria-haspopup":"listbox",children:t("edit")}),d("ul",{role:"listbox",class:"option-list",children:e.options.map((r,a)=>{let i=Zt(r.value,n);return d("li",{children:d("label",{children:[d("input",{type:"checkbox",onChange:()=>{e.onToggleAlwaysLangs(!r.checked,r.value)},value:r.value,checked:r.checked}),i]})},"language-"+a)})})]})}function Uu(e){let{selectLanguages:t,languages:n}=e,r=ze(()=>!n||!t?[]:n.concat("").map(a=>({checked:t?.includes(a),value:a})),[n,t]);return e.interfaceLanguage?d(xe,{children:[d("div",{class:"nav",children:[d(Ae,{title:e.title,description:e.description}),d(Bv,{options:r,onToggleAlwaysLangs:e.onChange})]}),d("div",{class:"langs-list",children:t.map((a,i)=>d("div",{class:"lang-card",children:[d("div",{id:`${a}`,children:Zt(a,e.interfaceLanguage)}),d("a",{href:"#close",class:"close",target:"_blank","aria-label":"Close","data-target":`${a}`,onClick:o=>{o.preventDefault(),e.onChange(!1,t[i])}})]},"lang-"+i))})]}):null}p();p();function ma(e){let{t}=W(),n=$e(null),{toggleModal:r}=e;return d("dialog",{id:"immersive-translate-overlay",onClick:i=>{i.target&&i.target.id==="immersive-translate-overlay"&&r(i)},open:!0,children:d("article",{class:"add-modal",children:[d("a",{href:"#close","aria-label":"Close",class:"close","data-target":"modal-example",onClick:e.toggleModal}),d("div",{class:"add-text",children:t("add url")}),d("input",{placeholder:"URL",ref:n,value:e.urlValue}),d("blockquote",{children:d("p",{class:"text-sm",children:t("addUrlDescription")})}),d("div",{class:"flex",children:[d("div",{class:"footer-button",children:d("a",{href:"#cancel",role:"button",class:"full-button secondary margin-right","data-target":"modal-example",onClick:e.toggleModal,children:t("cancel")})}),d("div",{class:"footer-button",children:d("a",{href:"#confirm",role:"button",class:"full-button margin-left","data-target":"modal-example",onClick:i=>{if(i.preventDefault(),n.current&&n.current.value){if(e.onSubmitAddUrl){if(e.urlValue!==""){e.onSubmitAddUrl(n.current.value,e.index,e.type,"edit");return}e.onSubmitAddUrl(n.current.value,e.index,e.type);return}else if(e.onAddInterfaceUrl){if(e.urlValue!==""){e.onAddInterfaceUrl(n.current.value,"edit");return}e.onAddInterfaceUrl(n.current.value)}}},children:t("confirm")})})]})]})})}function ei(e){let{t}=W(),[n,r]=K([]),[a,i]=K(!1),[o,s]=K(!1);function u(){e.onDeleteUrl(n,e.type),r([]),i(!1)}if(!e.urls.length)return null;let l=`checkAll${e.urls.length}`;return d("div",{children:[d(c,{}),d("div",{class:"url-list-item",children:e.urls.map((g,f)=>d("div",{className:"url-list",style:"padding:6px 24px;",children:d("div",{className:"url-left",style:{display:"flex",flexDirection:"row",alignItems:"center",width:"100%"},children:[o&&e.urls.length>1&&d("input",{type:"checkbox",checked:n.includes(g),style:"margin-right:12px;",onChange:m=>{m.target.checked?r([...n,g]):r(n.filter(h=>h!==g))}}),d("div",{className:"url-name height-tight",children:g}),d("div",{style:{flex:1}}),d("a",{style:{marginRight:"12px",cursor:"pointer"},onClick:m=>{e.onEditUrl(g,e.type,f)},children:t("edit")}),d("a",{style:{cursor:"pointer"},onClick:m=>{e.onDeleteUrl([g],e.type)},children:t("delete")})]})},"menu"+f))})]});function c(){return e.urls.length<2?null:d("div",{style:{display:"flex",flexDirection:"row",alignItems:"center",padding:"0 24px",marginBottom:"12px"},children:o?d(xe,{children:[d("input",{type:"checkbox",id:l,checked:a,onChange:g=>{let m=g.target.checked;r(m?e.urls:[]),i(m)}}),d("label",{htmlFor:l,children:t("pickAll")}),d("div",{style:{flex:1}}),d("a",{style:{cursor:"pointer"},onClick:u,children:t("delete")})]}):d("a",{style:{marginLeft:"-24px",marginRight:"12px",cursor:"pointer"},onClick:()=>s(!0),children:t("batchEdit")})})}}function qu(e){let{t}=W(),[n,r]=K(!1),[a,i]=K(""),[o,s]=K(0);le(()=>{Ut("esc",()=>{r(!1)})},[]);let u=(c,g,f)=>{r(!n),i(c),s(f)},l=(c,g,f,m)=>{e.onSubmitAddUrl?.(c,g,f,m),r(!n),i(""),s(0)};return d(xe,{children:[d("div",{class:"nav",children:[d(Ae,{title:e.title,description:e.description}),d("div",{class:"nav-right",children:d("a",{href:"#",role:"button",class:"add-button secondary outline",onClick:c=>{c.preventDefault(),r(!n)},children:t("add")})}),n?d(ma,{toggleModal:c=>{c.preventDefault(),r(!n)},onSubmitAddUrl:l,type:e.type,urlValue:a,index:o}):null]}),d(ei,{urls:e.urls||[],type:e.type,onDeleteUrl:e.onDeleteUrl,onEditUrl:u})]})}p();async function ti(){let e=["bingGlobalConfig","baiduGlobalConfig",Mb,_a];for(let t of e)await Z.storage.local.remove(t);pe()||await Ry(),await Ip()}function Iv(){return pe()?Promise.resolve("0 B"):om()}p();var T0='',ju="data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgZmlsbD0ibm9uZSI+PHBhdGggZmlsbD0iI0ZGQzczNiIgZD0iTTMgN2gxN3YxMEgzeiIvPjxwYXRoIGZpbGw9InVybCgjYSkiIGQ9Ik02Ljg5NyA5LjI0MmMuNDE1IDAgLjcyLjExMS45MjguMzQ3LjIwNy4yMzUuMzE4LjUyNy4zMTguODczcy0uMTEuNjIzLS4zMTguODQ1Yy0uMjA4LjIyMi0uNTI3LjMzMy0uOTI4LjMzM2gtMS4zM1Y5LjI0MmgxLjMzWm05Ljg0NiAxLjc4OGMuMzg4IDAgLjY2NS4xNTIuODQ1LjQ1Ny4xNTIuMjY0LjIzNS41ODIuMjYzLjk4NHYuMzE5YzAgLjQ5OS0uMDgzLjg4Ny0uMjYzIDEuMTkyLS4xOC4zMDQtLjQ1Ny40NTctLjgzLjQ1Ny0uMzg5IDAtLjY2Ni0uMTUzLS44NDYtLjQ0NC0uMTUyLS4yNjMtLjIzNS0uNTk1LS4yNjMtMS4wMTF2LS4yOTFjMC0uNDg1LjA4My0uODczLjI2My0xLjE3OC4xOC0uMzA1LjQ0My0uNDg1LjgzMS0uNDg1Wm0tMy40MDctMS4xMzZhMS4xNyAxLjE3IDAgMCAwLS43MDYuMjM1IDEuNDgyIDEuNDgyIDAgMCAwLS40MTUuNWwtLjA4My4xNjUtLjA3LS44MDNoLTEuMzU3djUuNDMyaDEuNDU0di0zLjY1OWEuODguODggMCAwIDEgLjMxOS0uMzg4Yy4xMS0uMDY5LjI1LS4xMS40MTUtLjEyNGguMTI1bC41NC4wMTQuMTY2LTEuMzE3Yy0uMDctLjAxNC0uMTI0LS4wMjgtLjE5NC0uMDQxLS4wNTUtLjAxNC0uMTI0LS4wMTQtLjE5NC0uMDE0Wk02Ljg5NiA4LjEySDQuMTE0djcuMzE3aDEuNDY4VjEyLjc5aDEuMzNjLjg0NCAwIDEuNDk1LS4yMDggMS45OC0uNjM4LjQ4NS0uNDMuNzItLjk4My43Mi0xLjY5cy0uMjM1LTEuMjYxLS43Mi0xLjY5Yy0uNDQzLS4zODktMS4wMzktLjYxLTEuNzczLS42MzhsLS4yMjEtLjAxNFptOS44NDcgMS43NzRjLS44MDMgMC0xLjQyNi4yNjMtMS44ODMuNzc2LS40MTYuNDctLjYzNyAxLjA2Ny0uNjc5IDEuNzczdi4zMzNjMCAuODE4LjIyMiAxLjQ4My42NzkgMS45OTUuNDU3LjUxMyAxLjA4Ljc3NiAxLjg4My43NzYuODA0IDAgMS40MjctLjI2MyAxLjg4NC0uNzc2LjQxNS0uNDcuNjM3LTEuMDUzLjY3OC0xLjc3M3YtLjMzM2MwLS44MTctLjIyMS0xLjQ4Mi0uNjc4LTEuOTk1LS40NTctLjUxMy0xLjA4LS43NzYtMS44ODQtLjc3NlpNMTguMDAzIDZhNiA2IDAgMCAxIDAgMTJIMFY5LjQyM0EzLjQyIDMuNDIgMCAwIDEgMy40MiA2aDE0LjU4M1oiLz48ZGVmcz48bGluZWFyR3JhZGllbnQgaWQ9ImEiIHgxPSI3LjUiIHgyPSIyMiIgeTE9IjE5IiB5Mj0iNiIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiPjxzdG9wIHN0b3AtY29sb3I9IiMyMjIiLz48c3RvcCBvZmZzZXQ9IjEiIHN0b3AtY29sb3I9IiM2OTY5NjkiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48L3N2Zz4=",Rv="data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIxMiIgZmlsbD0ibm9uZSI+PHBhdGggZmlsbD0iIzk5OSIgZD0iTTYuODk3IDMuMjQyYy40MTUgMCAuNzIuMTExLjkyOC4zNDcuMjA3LjIzNS4zMTguNTI2LjMxOC44NzMgMCAuMzQ2LS4xMS42MjMtLjMxOC44NDUtLjIwOC4yMjItLjUyNy4zMzMtLjkyOC4zMzNoLTEuMzNWMy4yNDJoMS4zM1ptOS44NDYgMS43ODhjLjM4OCAwIC42NjUuMTUyLjg0NS40NTcuMTUyLjI2NC4yMzUuNTgyLjI2My45ODR2LjMxOWMwIC40OTktLjA4My44ODctLjI2MyAxLjE5Mi0uMTguMzA0LS40NTcuNDU3LS44My40NTctLjM4OSAwLS42NjYtLjE1My0uODQ2LS40NDQtLjE1Mi0uMjYzLS4yMzUtLjU5NS0uMjYzLTEuMDExdi0uMjkxYzAtLjQ4NS4wODMtLjg3My4yNjMtMS4xNzguMTgtLjMwNS40NDMtLjQ4NS44MzEtLjQ4NVptLTMuNDA3LTEuMTM2YTEuMTcgMS4xNyAwIDAgMC0uNzA2LjIzNSAxLjQ4MiAxLjQ4MiAwIDAgMC0uNDE1LjVsLS4wODMuMTY1LS4wNy0uODAzaC0xLjM1N3Y1LjQzMmgxLjQ1NFY1Ljc2NGEuODguODggMCAwIDEgLjMxOS0uMzg4Yy4xMS0uMDY5LjI1LS4xMS40MTUtLjEyNGguMTI1bC41NC4wMTQuMTY2LTEuMzE3Yy0uMDctLjAxNC0uMTI0LS4wMjgtLjE5NC0uMDQxLS4wNTUtLjAxNC0uMTI0LS4wMTQtLjE5NC0uMDE0Wk02Ljg5NiAyLjEySDQuMTE0djcuMzE3aDEuNDY4VjYuNzloMS4zM2MuODQ0IDAgMS40OTUtLjIwOCAxLjk4LS42MzguNDg1LS40My43Mi0uOTgzLjcyLTEuNjlzLS4yMzUtMS4yNjEtLjcyLTEuNjljLS40NDMtLjM4OS0xLjAzOS0uNjEtMS43NzMtLjYzOGwtLjIyMS0uMDE0Wm05Ljg0NyAxLjc3NGMtLjgwMyAwLTEuNDI2LjI2My0xLjg4My43NzYtLjQxNi40Ny0uNjM3IDEuMDY3LS42NzkgMS43NzN2LjMzM2MwIC44MTguMjIyIDEuNDgzLjY3OSAxLjk5NS40NTcuNTEzIDEuMDguNzc2IDEuODgzLjc3Ni44MDQgMCAxLjQyNy0uMjYzIDEuODg0LS43NzYuNDE1LS40Ny42MzctMS4wNTMuNjc4LTEuNzczdi0uMzMzYzAtLjgxNy0uMjIxLTEuNDgzLS42NzgtMS45OTUtLjQ1Ny0uNTEzLTEuMDgtLjc3Ni0xLjg4NC0uNzc2Wk0xOC4wMDMgMGE2IDYgMCAwIDEgMCAxMkgwVjMuNDIzQTMuNDIgMy40MiAwIDAgMSAzLjQyIDBoMTQuNTgzWiIvPjwvc3ZnPg==",Ov="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADgAAAA4CAMAAACfWMssAAABC1BMVEUAAADt7vHt7vHn5+/v7+/u7vLs7O/Y2urv7+/I0uTu7/Ls7e/r6+/r7e/J1OTE0OGdrMHu7/Hu7/Lt7vHHz9/I0+Ps7O/V3eju7/GXp72YqL7s7u/I0uPH0+Pv7/OWpr3H0uLH0+OXp7vl6e67xtmquszi5u3W3ejAzd66x9jJ0+O5xdimtcmYprzI0+Ps7e+Yp73t7vHI0+OXp7309vnCzt/N1+Xd4+ucrMHp7PLa4evR2uff5O3F0OHo6+/j5+6uu82jssedrMKaqr/Y3+nP2ObR2OOpt8rm6e/k5+68yNq6xdW2w9XT3OivvdCmtcnu8fa/ytezwNKhsMTL09/c4+zZ3+m/y9zGz9seNO0nAAAAMXRSTlMA3+8gEJ9gECDfv3BAgO/v78+vkCCQUO/f37ewoIB/cGBAQO/v79/f39/Pz8/Pv6CfPHl8AQAAAyVJREFUSMedluda4kAUQAcUkGJB0bXturq9b3JTaUkITQOiYHv/JzEzmZYYIp/nhyYz93hnbqaI0ijVqoX6oRJyWNmt1tBqlIqVvBIjv1tcQfvALZlcYe0tGmEvQz3gWmrW4rJ0BeUVCutp3lpOeZXc2ts8YWZ72abw3mKWqOdMp+3U8OaWanSpKVeI1rOrdnTVuHyhOaq6/V1tsdoKr0ib+roF/khvJry++mMHwFPZ+8GLCbZGENJ7nI7b/amBaX0zP7W2fgOmM2Zrlw12T6EYC8D4HTXGFyBc8Tls0oQKQ/UBs7MdF3eo+FWJpyzIovAEuiUyyinFJzQ8APC4J0yPzJGIImVREeIEvF8k9Op61uuB3/PcQMfvEws8dSwi8UbZ5W9dlsD1QcKbkMaOKn2mSijmuWcQreNCkp6uEkx5rDX+0ooGaUEK15HZ5cE1VGWPbdI1gXRGpLfFxaqYIhloAJBp8sIWUEVOqPuwlHksZR3l5BnOIANdnmUO0QebFAayGMUKy0QHt44yNLr2+0nRxKK1VCI9QRgySIpN/Olxr7kAN3Dpn7h1hmSnPdkWLY/BxZwQdRyjmWBrmmbeuVjUNHsOELY80VVg8OLUk6J2o0XYw+AO/w7ADRsti4gDvlj/ic/YIeJLhk74wzFhLn3IE7bkuqw4OF8qJjxKVa3yRY7FazwdEuTaLN6eOzRvT15zNbSel8rqA5g4yIVbJt6CS8WJVJs8Qmyx2iQlFWdCDGAWPfTlhXMiHR0POOUChjjozuJDdWbD6GGAE3bF0YHHKlLq1lBLp4m72/wrYjbp2yUxzQzvQexGJKVUSKfhpGg3ZNMN8kzcQDQlN0m/nfTuo3b5PGYpxR4hIWNpGdjTqPEdj8pt8H9T5KOVutP7dkiTjJF48dM4cV85JC4dgx3ke0iwXqc3aCb9LrvKBRvhthwbGRJNKiYozLa6Aib3hFleRSyn/GvVSJhXo95iNom3/WygFEr7sbuUX1SCfbSEj2X59k6a5XO0lMa+8BLm1vsSyqJxWk4e6V6mJg/4b+KS/Hx6jlbk4uz4+Ag7R3/+n12khjwDw+rmuecPQ74AAAAASUVORK5CYII=",zv="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAMAAADXqc3KAAAAn1BMVEUAAADt7vHu7vLu7vLv7+/n5+fFxcXu7vHv7/PHx8eamprt7fLt7fHn5+vGxsbS09Surq6fn5+ZmZmZmZnGxsbGxsbt7/K/v7/Hx8ft7vHGxsaZmZn09vnk5eeqqquenp7p6u3X2NnLy8vU1dbr7O67u7uvr6/o6evh4uPR0dLCwsLAwMDZ2ty9vb6kpaWhoaHe3+HPz8+zs7OkpKTc3d7Gt0R8AAAAGXRSTlMA779wIBDv338gv5+AgHDv7+/v36+gn3BgD0kJmgAAAS1JREFUKM9dkOmSgyAQhNFo7mTvYwYEBa9oorne/9l2hqJSbr4q+NHNdBcjAukyXgBE8SwRU5IYHmwm1iyCCdFMBJbwxDK8B2iKLGjl8VAC+JmEcqzRrmnP5yzrbm93SuOeDQCcpNToGaV8ISGmAfBGPce+qjrsjSxYSbkBGtt1tZGEueLpwsZW8A8snlj2jD0efRZVtxzw4Ia2BFgIch1qOaHCM4lsHHA0WpOpKyk7qX2WWLBhhhxU7grlKlV7I+LyAm+DUplS/sqv2HL5FiDDSio15CQOdHrrl5L6kpqEMOHwTlIiOKu0WIDy5Bfkn3+HJTYXRNdmWXtA1nmJfu1lgRNcQw2encV/2J0I7OdIXM1YIzH/FQ9WX4i1JF4RP1dBDNZ+/S7lx/onDcIfdi8x4pYpSxgAAAAASUVORK5CYII=",Nv="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAMAAADXqc3KAAAA51BMVEUAAABRT2tSUGpRT2tQUHBQUGjwtcxRT2tRUGtST2tSTmrvsMnvt89QUHDqTIpkXHhST2zQobmfdpPrTYrGVoHqS4nwtszvtMzvtc3vr89RT2vwtczASHb09vnIXYbt4OncqMDqTInGVoBbVnHqp8GqiKJlXHfz2+bsrsfkmrfIm7SggpvScZfKaY/q1uDtgKvRiKaNdY/MY4vy7fLy5Ozxydrxw9bhtcjnobzVlK/diam0j6jYfqHVeJyXfJWcd5TrXJOCb4l5aYNvYn3DUXzxzd3kwNDSorrth6/CjqnAeZnNdJaDb4nDaCDkAAAAGnRSTlMA73C/ICDv37+ff3AgEL+AgO/v7+/fr6BgELJb3PQAAAE/SURBVCjPXZHnUsMwEIRlOySkhw66k+24YScx6b0XOu//PJw0mozh+6Efu6ddzYlpqiWrwLlhmTmW5cLiZ4oZyzR4BsNkmhL/R0nPcx6FR6357ZbPuanyKefT62yjn37/cJwPbjeUJnuKNPeFuAaFjXhNgkUXONHDdR6CJIkh8HArlSo1UIUbx6sTEt4CZlfSaLBLOl2YeaixA2irLKrey4AzA4jpXQVG7hI6mCGBPonSaIF9StMUMe0hzrGjslhBGp7tDIUzfRPTnvhWhiHLQxjYQrwIoQ5nAXtZ3uD8AAkKYTsk0sAocNVSqqpkRaK+MYYNSTkms3wXXodCMZpAKD9FLzF6Bxg/ExMgXS+RluKHkGEZUYOi7sIf3DrTlPNAfOx2XSDyj+xM5QGg2yTIua+wLJVy7abZvKuVn7TwCyKmN+3PjJblAAAAAElFTkSuQmCC",Uv="data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGcgaWQ9IkZyYW1lIj4KPHBhdGggaWQ9IlZlY3RvciIgZD0iTTguNzEwMjMgMTMuMzg3NkwxMy4yODkzIDguODA4NkwxNC4wOTc3IDguMDAwMjJMMTMuMjg5NyA3LjE5MjIyTDguNzEwMjMgMi42MTI3OUw3LjkwMjIzIDMuNDIwNzlMMTEuOTA5NSA3LjQyODc5SDEuOTA1NjZWOC41NzE2NUgxMS45MDk1TDcuOTAxODUgMTIuNTc5M0w4LjcxMDIzIDEzLjM4NzZaIiBmaWxsPSIjODM4MzgzIi8+CjwvZz4KPC9zdmc+Cg==";p();p();function os(){let e=new Date;return`${e.getFullYear()}-${e.getMonth()+1}-${e.getDate()}_${e.getHours()}-${e.getMinutes()}-${e.getSeconds()}`}p();function BA(e){let{t}=W(),{accessToken:n,id:r,listAllFiles:a}=e,[i,o]=K(!1);function s(u,l){u.preventDefault(),o(!0),new zr(n).delete(l).catch(c=>{on(t("delete"))}).then(()=>a()).finally(()=>o(!1))}return d("a",{href:"#",className:"secondary margin-left text-sm",onClick:u=>s(u,r),"aria-busy":i,children:t("delete")})}function sf(e){let{onClose:t,accessToken:n,authExpire:r}=e,{t:a}=W(),[i,o,s,u]=Ye(),[l,c]=K([]),[g,f]=K(!0),[m,h]=K(!1),[y,T]=K({});le(()=>{n&&x().then(()=>f(!1))},[n]);let b=v=>{v.target&&v.target.id==="immersive-translate-overlay"&&t()};function x(){return new zr(n).listAll().then(A=>{c(A)}).catch(A=>r())}function w(v){if(v.preventDefault(),l.length>=10)return on(a("maxBackupFiles",{count:10}));h(!0);let A="immersive-translate-config-"+os()+".json";new zr(n).uploadConfig(i,A).catch(D=>{on(a("uploadFail"))}).then(()=>x()).finally(()=>h(!1))}function L(v,A,D){v.preventDefault(),T({[D]:!0}),new zr(n).getConfig(A).then(S=>{o(()=>({...S})),lt(a("importSuccess"))}).catch(S=>{R.error(S),on(a("importFail"))}).finally(()=>T({}))}function M(v,A){new zr(n).getConfig(v).then(D=>{let S=document.createElement("a");S.setAttribute("href","data:text/plain;charset=utf-8,"+encodeURIComponent(JSON.stringify(D,null,2))),S.setAttribute("download",A),S.style.display="none",document.body.appendChild(S),S.click(),document.body.removeChild(S)}).catch(D=>{R.error("download google config file failed",D),on(a("downloadFail")+": "+D.message)})}function C(v){v.preventDefault(),o({...i,autoSync:!1}),Ha.revoke(n).then(()=>t())}return d("dialog",{id:"immersive-translate-overlay",onClick:b,open:!0,children:d("article",{class:"md:w-[32rem] px-4",children:[d("a",{href:"#",title:a("clickToDownload"),"aria-label":"Close",className:"close","data-target":"modal-example",onClick:v=>{v.preventDefault(),t()}}),d("h4",{children:a("syncTitle")}),d("div",{className:"mb-4",children:l.map((v,A)=>d("div",{class:"flex flex-wrap justify-between",children:[d("div",{class:"mr-2 mb-2",children:[d("div",{children:d("a",{href:"#",onClick:D=>{D.preventDefault(),M(v.id,v.name)},class:"block truncate w-40 sm:w-auto",children:v.name.replace("immersive-translate-","")})}),d("div",{class:"text-xs text-gray-500",children:[new Date(v.modifiedTime).toLocaleString(),",\xA0",du(parseInt(v.size))]})]}),d("div",{children:[d("a",{href:"#",role:"button",className:"margin-right secondary","aria-busy":y[A],disabled:y[A],onClick:D=>L(D,v.id,A),children:a("import_hint")}),d(BA,{accessToken:n,id:v.id,listAllFiles:x})]})]},"file"+A))}),d("div",{className:"flex items-center",children:[d("a",{href:"#",role:"button",className:"mr-4","data-target":"modal-example","aria-busy":m,onClick:w,disabled:g,children:a("create_new_backup")}),d("a",{href:"#",className:"secondary text-sm","data-target":"modal-example",onClick:C,disabled:g,children:a("revokeAuth")})]})]})})}p();p();function qr(e,t){return e.localeCompare(t,void 0,{numeric:!0,sensitivity:"base"})>=0}var we=oo([]);function Jt(e){let[t,n]=K(null);return le(()=>{yt().then(r=>{n(r),R.debug("current config",r)})},[]),le(()=>{yt().then(r=>{n(r)})},[e]),t}function Un(e){let[t,n]=K(null);return le(()=>{e&&yn({url:"http://localhost",config:e,state:{cache:!1}}).then(r=>n(r))},[e]),t}function qv(){let[e,t]=K(!1),n=Ir();return le(()=>{pe()&&(!n||n=="0.0.0"||qr(n,"0.9.0")||t(!0))},[n]),[e,t]}function fa(){let[e,t]=K(null);return le(()=>{Wt().then(r=>{t(r)})},[]),[e,r=>{t(r),Kt(r)}]}p();var ct=class extends pi{constructor(t){super(t),this.state={hasError:!1}}error;info;static getDerivedStateFromError(t){return{hasError:!0}}componentDidCatch(t,n){this.error=t,this.info=n}render(){return this.state.hasError?(R.error("ErrorBoundary",this.error,this.info),d(IA,{error:this.error,info:this.info})):this.props.children}};function IA({error:e,info:t}){let{t:n}=W(),r=location.protocol.includes("extension")&&location.href.includes("options.html");return d("div",{class:"error-boundary",children:[e?.message," ",JSON.stringify(t?.componentStack),d("div",{style:{marginTop:10},children:[n("error.configError"),d("a",{style:{marginLeft:6},href:r?location.href.replace(/#.+/,"#import_export"):"https://dash.immersivetranslate.com/#import_export",target:r?"":"_blank",children:n("error.goReset")})]})]})}var uf=R;function RA(){let[e,t]=K(null);return le(()=>{yt().then(n=>{t(n)})},[]),e}function cf(){let[e,t,n,r,a]=Ye(),i=RA(),{t:o,setLang:s}=W(),[u,l]=fa();if(!i)return null;return d(ct,{children:d("div",{class:"pb-4",children:[d(c,{}),d(g,{}),!wo()&&d(f,{}),d(m,{config:i})]})});function c(){let h=b=>{b.preventDefault(),confirm(o("confirmResetConfig"))&&(a({...Ri(),updatedAt:new Date().toISOString()}),Oa().catch(x=>{uf.error("clean local config error",x)}),Ra().catch(x=>{uf.error("clean buildin config error",x)}),ti().catch(x=>{uf.error("clean cache error",x)}),lt(o("resetSuccess")),setTimeout(()=>{window.location.reload()},500))},y=b=>{t(()=>({...b}))},T=b=>{b.preventDefault();let x=document.createElement("input");x.setAttribute("type","file"),x.setAttribute("accept","text/plain"),x.style.display="none",document.body.appendChild(x),x.oninput=w=>{let L=w.target,M=new FileReader;M.onload=function(){try{let C=JSON.parse(M.result);y(C),lt(o("successImportConfig"))}catch(C){on(`Invalid JSON ${C.message}`)}},M.readAsText(L.files[0])},x.click(),document.body.removeChild(x)};return d(xe,{children:[d("div",{class:"nav",children:d("strong",{class:"text-lg",children:o("import_export_title")})}),d("div",{class:"pb-2",children:[d("a",{class:"mr-2 secondary mb-2 !text-sm",onClick:T,href:"#",role:"button",children:[zA,o("import")]}),d("a",{href:"#",class:"secondary mr-2 mb-2 !text-sm",onClick:b=>{if(b.preventDefault(),wo()){let x=Le();window.location.href=x.OPTIONS_URL+"#download_config"}else{let x=new Blob([JSON.stringify(e,null,2)],{type:"text/plain;charset=utf-8"});fi.saveAs(x,"immersive-translate-config-"+os()+".txt")}},role:"button",children:[NA,o("export")]}),d("a",{href:"#",onClick:h,class:"secondary text-sm",children:o("reset")})]})]})}function g(){return d("details",{class:"mt-4 mb-6",children:[d("summary",{children:o("clickToExpandConfig")}),d("pre",{children:d("code",{children:JSON.stringify(e,null,2)})})]})}function f(){let[h,y]=K(!1),[T,b]=K(!1),[x,w]=K(!1),[L,M]=K("");le(()=>{if(tu()&&n){let P=localStorage.getItem(nu);if(localStorage.removeItem(nu),P){let O=globalThis.localStorage.getItem(bp);R.debug("import_export","rawAuthInfoStr",O);let z={},q={},I="";if(O){globalThis.localStorage.removeItem(bp);try{z=JSON.parse(O),q=z.state||{},I=z.access_token||""}catch(k){R.error("parse state error",k)}}if(I&&q&&(Ha.setAuthInfo({access_token:I}),R.debug("import_export","Google OAuth:",z),z)){let k=z.state;R.debug("state",k),k?.mode==="auto"?(b(!0),N(I)):(w(!0),D(I))}}}},[n]);function C(){b(!0),em({source:globalThis.location.href,mode:"auto"},!0).then(P=>{R.debug("import_export","Google OAuth:"+P),P!==null&&N(P)}).catch(P=>{P&&P.message==="tokenValidateErrorRedirectToAuthUrl"?R.debug("tokenValidateErrorRedirectToAuthUrl, ignore"):S(P)})}function v(){w(!0),y(!1),em({source:globalThis.location.href,mode:"manual"},!0).then(P=>{R.debug("import_export","Google OAuth:"+P),P!==null&&D(P)}).catch(P=>{P&&P.message==="tokenValidateErrorRedirectToAuthUrl"?R.debug("tokenValidateErrorRedirectToAuthUrl, ignore"):S(P)})}function A(){M(""),C()}function D(P){M(P),w(!1),y(!0)}function S(P){b(!1),w(!1),y(!1),t({...e,autoSync:!1}),R.error("import_export","Google OAuth error:"+P),on(o("authFail"))}function N(P){b(!0),R.debug("sync latest with drive",P,e),M(P),Xp(P,e,O=>{O.interfaceLanguage&&s(O.interfaceLanguage),a(O)},O=>l({...u,lastSyncedAt:O}),O=>t({...e,updatedAt:O}),O=>{O?lt(o("successSyncConfig")):lt(o("successSyncButNoChange"))},O=>on(o("syncFail")+O)).finally(()=>{b(!1)})}function F(P){t({...e,autoSync:P.checked}),P.checked&&C()}return d(xe,{children:[d("hgroup",{class:"my-2",children:[d("h5",{children:o("syncToCloud")}),d("h6",{class:"!text-sm",children:o("syncToCloudDescription")})]}),d("div",{children:[d("a",{className:"mr-4 secondary mb-2 !text-sm ",onClick:P=>{P.preventDefault(),C()},"aria-busy":T,href:"#",role:"button",children:[T?d(xe,{}):jv,o("syncToGoogleDrive")]}),d("a",{href:"#","aria-busy":x,onClick:P=>{P.preventDefault(),v()},class:"secondary text-sm",children:o("backupToCloud")})]}),d("div",{class:"text-xs text-gray-500",children:u?.lastSyncedAt&&o("lastSyncedAt",{date:new Date(u.lastSyncedAt).toLocaleString()})}),u?.lastSyncErrorMessage&&d("p",{class:"mt-2 text-xs text-red-500"}),h?d(sf,{onClose:()=>y(!1),authExpire:A,accessToken:L}):null]})}function m({config:h}){let y=Wv(),[T,b]=K(!1),[x,w]=K(""),[L,M]=K(""),[C,v]=K(null),{t:A}=W();if(!y||!y.token)return null;let D=Qt(y);async function S(){try{if(T)return;b(!0),M("");let P=await v0(y?.token,e,a),O="";switch(P){case"upload":{O=A("successSyncConfigToAccount");break}case"override":{O=A("successSyncConfigInAccount");break}default:O=A("syncConfigNoUpdate")}w(O)}catch(P){w(""),M(P.message)}finally{b(!1)}}let N=P=>{l({...u,proAutoSync:P})},F=u&&u.proAutoSync!==void 0?u.proAutoSync:!0;return d(xe,{children:[d("hgroup",{class:"my-2 mt-4",children:[d("h5",{children:A("syncToAccount")}),d("h6",{class:"!text-sm",children:A("syncToAccountDescription")})]}),D&&d("fieldset",{class:"my-4",children:d("label",{for:"switch",children:[d("input",{type:"checkbox",id:"enabled",name:"enabled",role:"switch",onChange:()=>{N(!F)},checked:F}),A("enableAutoSyncUserSettings")]})}),d("a",{className:"mr-4 secondary mb-2 !text-sm ",onClick:P=>{P.preventDefault(),S()},"aria-busy":T,href:"#",role:"button",children:[jv," ",A("syncToAccountButton")]}),L?d("p",{class:"text-xs text-red-500",children:L}):d("p",{class:"text-xs text-gray-500",children:x||u?.accountLastSyncedAt&&A("lastSyncedAt",{date:ly(u.accountLastSyncedAt)})})]})}}async function v0(e,t,n){try{if(t===null)return"noupdate";let r=await Wt();if(t.updatedAt){let s=new Date().getTime(),u=new Date(t.updatedAt).getTime();if(s-u<1e3)return await lf(e,t),await Kt(r),"upload"}let a=await Kv(e);r.accountLastSyncedAt=Date.now(),R.debug("settings",t),R.debug("local settings.updatedAt",t.updatedAt),R.debug("remote settings.updatedAt",a.updatedAt),R.debug("last synced at",r.accountLastSyncedAt);let i=!1;if(t.updatedAt&&(!a||!a.updatedAt)&&(i=!0),!i&&t.updatedAt>a.updatedAt&&(i=!0),R.debug("isUpload",i),i)return await lf(e,t),await Kt(r),"upload";let o=!1;return a.updatedAt&&(!t||!t.updatedAt)&&(o=!0),!o&&t.updatedAt{!n||!n.token||r&&r.proAutoSync===!1||OA(n)&&v0(n.token,e,t).then(i=>{R.debug("syncUserSetting result",i)})},[e,n])}function OA(e){return Qt(e)?!0:new Date(e.createTime){ot.get(bt,null).then(n=>{t(n)})},[t]),e}function Kv(e){return(location.href?.indexOf("popup.html")>0?Tr:de)({responseType:"json",url:Pi+"/v1/user/settings",method:"get",headers:{token:e}}).then(n=>n.data)}function lf(e,t){return(location.href?.indexOf("popup.html")>0?Tr:de)({responseType:"json",url:Pi+"/v1/user/settings",method:"post",headers:{token:e,"content-type":"application/json"},body:JSON.stringify(t)}).then(r=>r.data)}var jv=d("svg",{class:"inline mr-1",xmlns:"http://www.w3.org/2000/svg",width:"18",height:"18",viewBox:"0 0 24 24",children:d("path",{fill:"currentColor",d:"M15.375 19.25q-.525.25-.95-.038q-.425-.287-.425-.937q0-.25.163-.487q.162-.238.412-.363q1.575-.75 2.5-2.225T18 11.95q0-1.125-.425-2.188Q17.15 8.7 16.25 7.8L16 7.55V9q0 .425-.287.712Q15.425 10 15 10t-.712-.288Q14 9.425 14 9V5q0-.425.288-.713Q14.575 4 15 4h4q.425 0 .712.287Q20 4.575 20 5t-.288.713Q19.425 6 19 6h-1.75l.4.35q1.225 1.225 1.788 2.662Q20 10.45 20 11.95q0 2.4-1.25 4.362q-1.25 1.963-3.375 2.938ZM5 20q-.425 0-.713-.288Q4 19.425 4 19t.287-.712Q4.575 18 5 18h1.75l-.4-.35q-1.225-1.225-1.788-2.662Q4 13.55 4 12.05q0-2.4 1.25-4.363Q6.5 5.725 8.625 4.75q.525-.25.95.037q.425.288.425.938q0 .25-.162.487q-.163.238-.413.363q-1.575.75-2.5 2.225T6 12.05q0 1.125.425 2.187Q6.85 15.3 7.75 16.2l.25.25V15q0-.425.288-.713Q8.575 14 9 14t.713.287Q10 14.575 10 15v4q0 .425-.287.712Q9.425 20 9 20Z"})}),zA=d("svg",{class:"inline mr-1",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",width:"18",height:"18",children:[d("path",{fill:"none",d:"M0 0h24v24H0z"}),d("path",{d:"M3 19h18v2H3v-2zm10-5.828L19.071 7.1l1.414 1.414L12 17 3.515 8.515 4.929 7.1 11 13.17V2h2v11.172z"})]}),NA=d("svg",{class:"inline mr-1",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",width:"18",height:"18",children:[d("path",{fill:"none",d:"M0 0h24v24H0z"}),d("path",{d:"M3 19h18v2H3v-2zM13 5.828V17h-2V5.828L4.929 11.9l-1.414-1.414L12 2l8.485 8.485-1.414 1.414L13 5.83z"})]});p();var UA=({children:e,isOpen:t,closeModal:n})=>d("div",{style:{position:"fixed",top:"0",left:"0",width:"100%",height:"100%",background:"rgba(0, 0, 0, 0.5)",display:t?"block":"none"},children:d("div",{style:{position:"absolute",top:"50%",left:"50%",transform:"translate(-50%, -50%)",background:"white",padding:"30px",borderRadius:"5px",boxShadow:"0 2px 10px rgba(0, 0, 0, 0.2)"},children:e})}),Gv=UA;p();var df="Arial",gf=(e,t="a")=>{try{return typeof e!="string"||!document.createElement("canvas").getContext("2d")?!1:e.toLowerCase()===df.toLowerCase()?!0:Vv(df,t).join("")!==Vv(e,t).join("")}catch{return!1}};function Vv(e,t){let n=t.length*12,r=20,a=new Date().getTime(),i=document.createElement("canvas"),o=i.getContext("2d");if(!o)return[];i.width=n,i.height=r,o.textAlign="center",o.fillStyle="black",o.textBaseline="middle",o.clearRect(0,0,n,r),o.font="12px "+e+", "+df,o.fillText(t,n/2,r/2);let s=o.getImageData(0,0,n,r).data;return Array.from(s).filter(l=>l!==0)}p();p();function pf(e){let{t}=W(),{userConfig:n,isProUser:r,currentProvider:a,provider:i,onChange:o}=e,s=t(i.descriptionKey,{1:i.descriptionLink1,2:i.descriptionLink2});return!r&&i.descriptionKeyForNormal&&(s=t(i.descriptionKeyForNormal,{1:i.descriptionLink1,2:i.descriptionLink2})),(!n||da(n))&&!r&&i.name=="pro"?null:d("label",{class:"pro-radio-label",for:i.name,children:[d("div",{class:"pro-input-radio",children:d("input",{type:"radio",id:i.name,name:i.name,value:i.name,onClick:o,checked:i.name===a})}),d("div",{class:"pl-4",children:[d("div",{class:"pro-radio-title",children:t(i.nameKey)}),d("small",{class:"pro-radio-desc muted",dangerouslySetInnerHTML:{__html:s}})]})]})}function ni({config:e,ctx:t,serviceType:n,title:r,description:a}){let{t:i}=W(),o=Ge(),[s,u]=K(!1),[l,c]=K(""),[g,f]=K(""),[m,h]=K(null),[y,T]=K(null),[b,x,w,L,M]=Me(we),C=B=>{x(H=>{let j={...H,[n]:B};return n==="translationService"&&(j.translationServiceChangedbyUserAt=new Date().toISOString()),j})},v=t&&Mi(t,n)||[],A=ze(()=>{if(e&&t){let{translationServices:B}=e,H=t[n],j=B?.[H];return j?{...j}:{}}return null},[e,t]),D=ze(()=>{if(e&&t){let B=t[n];if(nr[B])return _o(n,B,t)}return null},[e,t]);if(le(()=>{ot.get(bt,null).then(B=>{B?(h(B),T(Qt(B))):T(!1)}).catch(B=>{T(!1)})},[]),y===null)return null;let S=!!D?.providers?.length||!!D?.explicitProps?.length||!!D?.optionalProps?.length;return d(xe,{children:[d("div",{class:"nav",children:[d(Ae,{title:r||i("service"),description:a||i("select translation service")}),d(F,{})]}),d(P,{}),d(O,{}),S&&d("article",{children:[d(z,{}),d(q,{}),d(I,{}),d(N,{}),k(),_()]})]});function N(){return D?.id=="gemini"?D.config.disableWarning?null:d("div",{class:"description py-2",children:i("geminiWarning")}):null}function F(){return d("select",{class:"select",onChange:B=>{B.preventDefault(),c(""),f(""),C(B.target.value)},children:v.map((B,H)=>d("option",{value:B.id,selected:B.id===t?.config?.[n],children:`${i("translationServices."+B.id)}${B.ok?"":" "+(!y&&!o&&B.providers&&B.providers.length>0?i("needLoginAction"):i("needActionForOptions"))}`},"service-item="+H))})}function P(){return l?d("p",{class:"verified text-red-500 mr-2",dangerouslySetInnerHTML:{__html:l}}):null}function O(){return!A||!D?null:d("div",{class:"text-right text-sm",children:[g&&d("span",{class:"verified text-green-500 mr-2",children:i("verified")}),d("a",{"aria-busy":s,href:"#",class:"secondary",onClick:async B=>{B.preventDefault();try{c(""),f(""),u(!0),await xn(500);let H=D.class;H&&H.clearState&&await H.clearState(),await Nr({id:1e6,text:"Hello world",from:"en",to:"zh-CN",url:"https://google.com",fromByClient:"auto",refresh:!0},{...t,translationService:D.id,rule:{...t?.rule,paragraphMinTextCount:1}}),f("verified")}catch(H){let j=H.message;try{j=H?.uiConfig?.(t)?.errMsg||H.message}catch{}c(j)}finally{u(!1)}},children:i("verifyService")})]})}function z(){return D?.providers?.length?d("fieldset",{children:[d("legend",{class:"mb-4",children:i("chooseProviderLabel")}),D.providers.map((B,H)=>d(pf,{userConfig:e,isProUser:!!y,provider:B,currentProvider:D.currentProvider,onChange:j=>{j.preventDefault();let V=j.target.value;V&&x(ie=>{let te=ie.translationServices||{},J=te[D.id]||{};return{...ie,translationServices:{...te,[D.id]:{...J,provider:V}}}})}}))]}):null}function q(){return D?.titleKey?d("div",{class:"description pb-1",dangerouslySetInnerHTML:{__html:at.sanitize(i(D?.titleKey),{ALLOWED_ATTR:["href","target"]})}}):null}function I(){return!D?.docUrl||D.providers.length?null:d("div",{children:[d("a",{target:"_blank",class:"pb-1 docUrl",href:D.homepage,children:i(`translationServices.${D.id}`)}),"\xA0",d("span",{class:"description pb-1",children:i("please refer to")}),"\xA0",d("a",{target:"_blank",class:"pb-1 docUrl",href:D.docUrl,children:i("KeyAndConfigurationTutorial")})]})}function k(){return!A||!e||!D?.explicitProps?.length?null:d(xe,{children:D.explicitProps.map((B,H)=>d("div",{class:"mt-2",children:d(is,{config:e,isProUser:!!y,currentProvider:D.currentProvider,service:D?.id,field:B,value:A[B.name],onChange:j=>{x(G=>{let V=G.translationServices||{},ie=V[D.id]||{};return{...G,translationServices:{...V,[D.id]:{...ie,[B.name]:j}}}})},onFinish:()=>{lt(i("saved"))}},B.name+D.id)},"service-item-prop-"+B.name+H))})}function _(){return!A||!e||!D?.optionalProps?.length?null:d(xe,{children:d("details",{class:"pt-4 border-none",children:[d("summary",{style:{lineHeight:"1rem"},children:[i("moreOptions"),"\xA0\u{1F449}"]}),d("div",{children:D.optionalProps.map((B,H)=>{let j=A[B.name];return B.name==="apiUrl"&&D?.id==="openai"&&A?.APIKEY?.startsWith("immersiveopenai_")&&(B={...B,disabled:!0},j="https://openai-api.immersivetranslate.com/v1/chat/completions"),B.name=="placeholderDelimiters"&&(B.default=A.placeholderDelimiters||B.default),d("div",{class:"mt-2",children:d(is,{config:e,service:D?.id,field:B,value:j,onChange:G=>{x(V=>{let ie=V.translationServices||{},te=ie[D.id]||{};return{...V,translationServices:{...ie,[D.id]:{...te,[B.name]:G}}}})},onFinish:()=>{lt(i("saved"))}},B.name+D.id)},"service-item-optional-prop-"+B.name+H)})}),d("a",{href:"#",class:"secondary text-sm mt-2",onClick:B=>{B.preventDefault(),window.confirm(i("confirmResetToDefaultSettings"))&&(x(j=>{let G=j.translationServices||{};return{...j,translationServices:{...G,[D.id]:{}}}}),setTimeout(()=>{window.location.reload()},100))},children:i("resetToDefaultSettings")})]})})}}var qA=Object.keys(Uo),Yv=Nc();function S0(){let e=Ye(),[t,n,r,a,i]=e,o=Jt(t),s=Un(o);Ct(t,n);let[u,l]=qv();return le(()=>()=>{Ut.unbind("esc")},[]),!o||!s?d("div",{children:"loading"}):d(ct,{children:d(we.Provider,{value:e,children:[d(jA,{}),d(QA,{config:o}),d(KA,{config:o}),d(ni,{config:o,ctx:s,serviceType:"translationService"}),d(HA,{config:o}),d(GA,{config:o}),d(VA,{config:o}),d($A,{config:o}),d(YA,{config:o}),d(WA,{config:o,ctx:s}),d(Gv,{isOpen:u,closeModal:()=>l(!0),children:["\u5F53\u524D\u6C89\u6D78\u5F0F\u63D2\u4EF6\u592A\u65E7\uFF0C\u70B9\u6B64\u5347\u7EA7\u81F3",d("a",{href:"https://download.immersivetranslate.com/immersive-translate.user.js",target:"_blank",children:"\u6700\u65B0\u7248"})]})]})})}function jA(){let[e,t,n,r,a]=Me(we),{t:i}=W(),o=s=>{s.preventDefault(),confirm(i("confirmResetConfig"))&&(a({...Ri(),updatedAt:new Date().toISOString()}),Oa().catch(u=>{R.error("clean local config error",u)}),Ra().catch(u=>{R.error("clean buildin config error",u)}),ti().catch(u=>{R.error("clean cache error",u)}),lt(i("resetSuccess")),setTimeout(()=>{window.location.reload()},500))};return d("div",{class:"nav",children:[d("strong",{class:"text-lg",children:i("general")}),d("a",{class:"text-sm",href:"#",onClick:o,children:i("reset")})]})}function HA({config:e}){let[t,n,r,a,i]=Me(we),{t:o,setLang:s}=W(),u=l=>{n(c=>({...c,interfaceLanguage:l}))};return d("div",{class:"nav",children:[d(Ae,{title:o("interface language"),description:o("desc.interfaceLanguage")}),d("select",{class:"select",onChange:l=>{s(l.target.value),u(l.target.value),pe()||setTimeout(()=>{jc()},200)},children:qA.map((l,c)=>d("option",{value:l,selected:l===e.interfaceLanguage,children:Zt(l,e.interfaceLanguage,!0)},"locale"+c))})]})}function WA({config:e,ctx:t}){let{t:n}=W(),[r,a]=K(0),[i,o]=K(""),[s,u]=K(!1),l=Ye(),c=(w,L,M)=>{u(!s),h(C=>{let v=C.translationThemePatterns||{},A=v[L]||{},D=A.matches||[],S=[...D];return M==="edit"&&(S=Ht(i,D)),S=zn(w,S),{...C,translationThemePatterns:{...v,[L]:{...A,matches:S}}}})},g=(w,L)=>{h(M=>{let C=M.translationThemePatterns||{},v=C[L]||{},D=[...v.matches||[]];return w.forEach(S=>{D=Ht(S,D)}),{...M,translationThemePatterns:{...C,[L]:{...v,matches:D}}}})},f=(w,L,M)=>{u(!s),o(w),a(M)},[m,h,y,T,b]=l,x=w=>{h(L=>{let M={matches:[],excludeMatches:[]};return L&&L.translationThemePatterns&&L.translationThemePatterns[w]&&(M=L.translationThemePatterns[w]),Ui(document,w,M,L.selectTranslationFont),{...L,translationTheme:w}})};return d("div",{children:[d("div",{class:"nav",children:[d(Ae,{title:n("translation display"),description:n("select diplay style")}),d("select",{class:"select",onChange:w=>{x(w.target.value)},children:Cp.map((w,L)=>d("option",{value:w,selected:w===e.translationTheme,children:n(`translationTheme.${w}`)},"theme"+L))})]}),d("div",{class:"pt-2 text-sm",children:d("p",{children:[n("sampleSourceText"),d("div",{class:"pt-2"}),d("font",{class:jo(e.translationTheme,!1,[],!1).join(" "),children:d("font",{class:Ho(e.translationTheme).join(" "),children:n("sampleTargetText")})}),e.translationTheme&&ff(e.translationTheme).length>0?d("details",{class:"pt-2 border-none",children:[d("summary",{class:"text-sm",style:{textAlign:"right",lineHeight:"1rem"},children:n("customTheme")}),d("div",{class:"flex flex-col items-end",children:[ff(e.translationTheme).map((w,L)=>{w.label=n(`customThemeLabel.${w.name}`);let M=e.translationThemePatterns||{},C=e.translationTheme,v=M[C]||{},A=`theme-${C}-${w.name}`,D=Oy(A)||void 0,S=v[w.name]||D;return d(is,{config:e,field:w,value:S,onChange:N=>{h(F=>{let P=F.translationThemePatterns||{},z={...P[e.translationTheme]||{},[w.name]:N},q={...F,translationThemePatterns:{...P,[e.translationTheme]:z}};return Ui(document,e.translationTheme,z,F.selectTranslationFont),q})}},"theme-prop"+L)}),d("a",{href:"#",class:"text-sm secondary",onClick:w=>{w.preventDefault(),h(L=>{let M=L.translationThemePatterns||{},C={...M[e.translationTheme]};ff(e.translationTheme).forEach(A=>{delete C[A.name]});let v={...L,translationThemePatterns:{...M,[e.translationTheme]:C}};return Ui(document,e.translationTheme,{matches:[],excludeMatches:[]},e.selectTranslationFont,!0),v})},children:n("resetToDefaultColor")})]})]}):null,d(nk,{config:e}),d("details",{class:"pt-2 border-none",children:[d("summary",{class:"text-sm",style:{textAlign:"right",lineHeight:"1rem"},children:n("previewAllThemes")}),Cp.map((w,L)=>d("div",{class:"pt-2",children:d("label",{children:[d("div",{class:"flex justify-between",children:d("div",{children:[d("input",{type:"radio",name:"theme",value:w,checked:w===e.translationTheme,onChange:M=>{x(M.target.value)}}),n(`translationTheme.${w}`)]})}),d("p",{children:d("font",{class:jo(w,!1,[],!1).join(" "),children:d("font",{class:Ho(w).join(" "),children:n("sampleTargetText")})})})]})},"theme-index-"+L))]})]})}),d("div",{class:"nav",children:[d(Ae,{title:"",description:n("useAboveStyleForTheseSites",{theme:n(`translationTheme.${e.translationTheme}`)})}),d("div",{class:"nav-right",children:d("a",{href:"#",role:"button",class:"add-button secondary outline",onClick:w=>{w.preventDefault(),u(!s)},children:n("add")})})]}),s?d(ma,{toggleModal:w=>{w.preventDefault(),u(!s)},onAddInterfaceUrl:(w,L)=>{c(w,e.translationTheme,L)},urlValue:i,index:r}):null,d(ei,{urls:tk(e),type:"matches",onDeleteUrl:w=>{g(w,e.translationTheme)},onEditUrl:f})]})}function KA({config:e}){let[t,n,r,a,i]=Me(we),{t:o}=W();if(!e)return null;let s=l=>{n(c=>({...c,targetLanguage:l}))},u=Xa(e.translationService,e.targetLanguage);return d("div",{class:"nav",children:[d(Ae,{title:o("target"),description:o("translate other languages into specific language")}),d("select",{class:"select",onChange:l=>{l.preventDefault(),s(l.target.value)},children:u.filter(l=>l!=="auto").map((l,c)=>d("option",{value:l,selected:l===e?.targetLanguage,children:Zt(l,e?.interfaceLanguage)},"language"+c))})]})}function GA({config:e}){let{t}=W(),[n,r,a,i,o]=Me(we),{handleTranslationLanguagePatternSelected:s}=Qv(r),u=(l,c)=>{s(l?"matches":void 0,c)};return d(Uu,{title:t("always languages"),description:t("always translate the following languages"),languages:Yv,selectLanguages:e?.translationLanguagePattern?.matches||[],interfaceLanguage:e?.interfaceLanguage,onChange:u})}function VA({config:e}){let{t}=W(),[n,r,a,i,o]=Me(we),{handleTranslationLanguagePatternSelected:s}=Qv(r),u=(l,c)=>{s(l?"excludeMatches":void 0,c)};return d(Uu,{title:t("neverTranslateLanguagesLabel"),description:t("neverTranslateTheFollowingLanguagesDescription"),languages:Yv,selectLanguages:e?.translationLanguagePattern?.excludeMatches||[],interfaceLanguage:e?.interfaceLanguage,onChange:u})}function $A({config:e}){let{t}=W(),[n,r,a,i,o]=Me(we),s=(l,c,g,f)=>{r(m=>{let h=m.translationUrlPattern,y=[],T=[];h&&h.matches&&h.excludeMatches&&(y=h.matches,T=h.excludeMatches);let b=[...y],x=[...T];if(f==="edit"){if(!b[c])return m;b[c]=l}return b=zn(l,b),x=Ht(l,T),{...m,isChangedAlwaysTranslatedUrls:!0,translationUrlPattern:{...m.translationUrlPattern,matches:b,excludeMatches:x}}})},u=async(l,c)=>{if(l&&l.length>0){let g=await Wt();for(let f of l){let m=f,h=g.tempTranslationUrlMatches||[],y=h.filter(b=>b.match!==m),T=!1;y.length!==h.length&&(T=!0),T&&Kt({...g,tempTranslationUrlMatches:[...y]})}}r(g=>{let f=g.translationUrlPattern,m=[];f&&f.matches&&(m=f.matches);let h=[...m];return l.forEach(y=>{h=Ht(y,h)}),{...g,isChangedAlwaysTranslatedUrls:!0,translationUrlPattern:{...g.translationUrlPattern,[c]:h}}})};return d(qu,{title:t("always sites"),description:t("always translate the following sites"),onDeleteUrl:u,onSubmitAddUrl:s,urls:e?.translationUrlPattern.matches||[],type:"matches"})}function YA({config:e}){let{t}=W(),[n,r,a,i,o]=Me(we),s=(l,c,g,f)=>{r(m=>{let h=m.translationUrlPattern,y=[],T=[];h&&h.matches&&h.excludeMatches&&(y=h.matches,T=h.excludeMatches);let b=[...y],x=[...T];return f==="edit"&&(x[c]=l),b=Ht(l,y),x=zn(l,x),{...m,isChangedAlwaysTranslatedUrls:!0,translationUrlPattern:{...m.translationUrlPattern,matches:b,excludeMatches:x}}})},u=(l,c)=>{r(g=>{let f=g.translationUrlPattern,m=[];f&&f.excludeMatches&&(m=f.excludeMatches);let h=[...m];return l.forEach(y=>{h=Ht(y,h)}),{...g,isChangedAlwaysTranslatedUrls:!0,translationUrlPattern:{...g.translationUrlPattern,[c]:h}}})};return d(qu,{title:t("never sites"),description:t("never translate the following sites"),urls:e?.translationUrlPattern.excludeMatches||[],onDeleteUrl:u,onSubmitAddUrl:s,type:"excludeMatches"})}function Qv(e){return{handleTranslationLanguagePatternSelected:qe((n,r)=>{if(!n){e(o=>{let s={...o.translationLanguagePattern};return{...o,translationLanguagePattern:{...o.translationLanguagePattern,matches:Ht(r,s.matches),excludeMatches:Ht(r,s.excludeMatches)}}});return}let a=n,i=a==="matches"?"excludeMatches":"matches";r&&e(o=>{let s={...o.translationLanguagePattern};return s[a]=zn(r,s[a]),s[i]=Ht(r,s[i]),{...o,translationLanguagePattern:{...o.translationLanguagePattern,...s}}})},[e])}}var mf=0,bf;async function Zv(e){if(mf>60*10)return null;mf++,ot.refresh(),await xn(300);let t=await ot.get(bt,null);R.debug("loopCheckUser",mf,t),t?(clearTimeout(bf),e(t)):bf=setTimeout(Zv.bind(null,e),1500)}function $v(e){let{user:t,lang:n}=e,r=Ge(),a=t&&t.email==="test@immersivetranslate.com",{t:i}=W();if(t&&t.subscription&&t.subscription.subscriptionStatus=="active"){let o=t,s=o.subscription,u=ek(s.subscriptionTo),l=s.subscriptionType,c=l.startsWith("onetime_"),g=!c&&s.cancelAtPeriodEnd!="true",f="";if(g){let m="";s.isTrial&&(m=i("autoRenewTrialSuffix")),f=i("currentPlanDescriptionForContinuous",{plan:`${i(l)}${m}`,endAt:u})}else c?f=i("currentPlanDescriptionForOneTime",{plan:i(l),endAt:u,1:"https://immersivetranslate.com/accounts/upgrade?type=year&lng="+n,2:"https://immersivetranslate.com/accounts/upgrade?type=month&lng="+n}):F1(o)?f=i("currentYearlyPlanDescriptionForAutoRenewCacelingWithRealPaiedUser",{plan:i(l+"ForOnce"),endAt:u,1:"https://immersivetranslate.com/billing"}):l==="yearly"||l==="year"?f=i("currentYearlyPlanDescriptionForAutoRenewCacelingWithAdmin",{plan:i(l+"ForOnce"),endAt:u,1:"https://immersivetranslate.com/accounts/upgrade?type=year&lng="+n}):f=i("currentPlanDescriptionForAutoRenewCaceling",{plan:i(l+"ForOnce"),endAt:u});return d("span",{class:"info-subtitle",dangerouslySetInnerHTML:{__html:f}})}else return d("span",{class:"info-subtitle",children:r||a?"":i("currentPlanDescriptionForFree")})}function QA({config:e}){let{t}=W(),n=Ge(),[r,a]=K(null),i=!!e.showSponsorOnSafari,[o,s,u,l,c]=Me(we),g=e.interfaceLanguage;le(()=>(ot.get(bt,null).then(y=>{y&&(a(y),ZA(y.token).then(T=>{let b=T.data;b.token=y.token,ot.set(bt,b),a(b)}).catch(T=>{bu(T),a(null)}))}),()=>{clearTimeout(bf)}),[]);let f=qe(y=>{y&&y.preventDefault&&y.preventDefault(),r?.token&&JA(r.token).finally(async()=>{await ot.remove(bt),await xn(200),await ot.refresh(),a(null)})},[r]),m=qe(async y=>{y&&y.preventDefault&&y.preventDefault(),XA(Sc),await ot.set(lu,!0),Zv(T=>{v0(T.token,o,s),a(T),yf?.close(),window.location.reload()})},[a]),h=r?.avatar||Ov;return r?!r.subscription||r.subscription.subscriptionStatus!="active"?da(e)?null:d("div",{children:[d("div",{class:"title",children:t("currentAccount")}),d("article",{class:"header nav",style:"padding:16px 16px",children:[d("div",{class:"info",style:"margin-left:0",children:[d("span",{class:"info-title",title:r.email,children:r.email}),d($v,{user:r,lang:g})]}),d("div",{class:"ops",children:[d("a",{class:n&&i===!1?"!hidden":"",style:{display:"flex",flexDirection:"row",alignItems:"center",marginRight:"24px"},href:`${Fa}?utm_campaign=extension_settings_general&from=${n?"safari":"extension"}`,children:[t("openPremium"),d("img",{width:24,height:24,style:{width:"24px",height:"24px"},src:ju})]}),d("div",{class:"",children:d("a",{href:`${Li}?utm_campaign=extension_settings_general&from=${n?"safari":"extension"}`,children:t("manageAccount")})}),d("div",{class:"",children:d("a",{href:"#",onClick:f,children:t("logout")})})]})]})]}):d("div",{class:"",children:[d("div",{class:"title",children:t("currentAccount")}),d("article",{class:"header nav",style:"padding:16px 16px",children:[d("div",{class:"info",style:"margin-left:0",children:[d("div",{className:"flex",children:[d("span",{class:"info-title info-primary",children:r.userName}),d("img",{width:24,height:24,style:{width:"24px",height:"24px",marginLeft:"4px"},src:ju})]}),d($v,{user:r,lang:g})]}),d("div",{class:"",children:d("a",{href:Li,children:t("manageAccount")})}),d("div",{class:"",children:d("a",{href:"#",onClick:f,children:t("logout")})})]})]}):da(e)?null:d("div",{class:"header nav",children:[d("img",{src:h}),d("div",{class:"info",children:d("span",{class:"info-subtitle",children:t("nologin")})}),d("a",{class:"py-4",href:"#",onClick:m,children:t(n?"loginForSafari":"login")})]})}var Jv=Pi;function ZA(e){return de({responseType:"json",url:Jv+"/v1/user",method:"get",headers:{token:e}})}function JA(e){return de({responseType:"json",url:Jv+"/v1/user/logout",method:"delete",headers:{token:e}})}var yf=null;function XA(e){let r=screen.width/2-230,a=screen.height/2-640/2;return yf=window.open(e,"loginWindow",`toolbar=no, location=no, directories=no, status=no, menubar=no, scrollbars=no, resizable=no, copyhistory=no,left=${r},top=${a},width=460,height=640,chrome=yes,centerscreen=yes`),yf}function ek(e){let t=new Date(e),n=t.getFullYear(),r=String(t.getMonth()+1).padStart(2,"0"),a=String(t.getDate()).padStart(2,"0");return`${n}-${r}-${a}`}function ff(e){let t=[];return uu[e]&&(t=t.concat(uu[e])),t.push({name:"textColor",type:"color",required:!1}),t.push({name:"zoom",type:"number",default:100,required:!1}),t}function tk(e){let t=e.translationTheme;return!e.translationThemePatterns[t]||!e.translationThemePatterns[t].matches?[]:[...e.translationThemePatterns[t].matches]}var hf="";function nk({config:e}){let{t}=W(),[n,r]=K(!1);return d("details",{class:"pt-2 border-none",onToggle:a=>{r(a.target?.open)},children:[d("summary",{class:"text-sm",style:{textAlign:"right",lineHeight:"1rem"},children:t("translationFont")}),d(rk,{config:e,isOpen:n})]})}function rk({config:e,isOpen:t}){let{t:n}=W(),[r,a]=K([]),[i,o]=K(!1);le(()=>{if(!t||r.length)return;let m=e.translationFonts.filter(y=>gf(y,n("sampleTargetText").charAt(0)+"a"));m.length&&m.unshift("none");let h=e.selectTranslationFont&&!m.find(y=>y===e.selectTranslationFont);(!m.length||h)&&o(!0),a(m)},[e.translationFonts,t,r,a]);let[s,u,l,c,g]=Me(we),f=m=>{m!==hf&&!gf(m,n("sampleTargetText").charAt(0)+"a")&&on(n("translationFont.notSupportErrorMessage")),u(h=>{let y=e.translationTheme,T={matches:[],excludeMatches:[]};return h&&y&&h.translationThemePatterns&&h.translationThemePatterns[y]&&(T=h.translationThemePatterns[y]),Ui(document,y,T,m),{...h,selectTranslationFont:m}})};return d("div",{class:"flex items-center justify-end",children:[r.length?d("label",{for:"translationFont.custom",class:"text-sm mr-2",onClick:()=>{o(!i),i&&(r.find(h=>h===e.selectTranslationFont)||f(hf))},children:[d("input",{type:"checkbox",id:"translationFont.custom",name:"translationFont.custom",checked:i}),n("translationFont.custom")]}):null,i?d("input",{style:{maxWidth:196},placeholder:n("translationFont.customPlaceholder"),value:e?.selectTranslationFont,onChange:m=>f(m.target.value)}):d("select",{class:"select",style:{maxWidth:196,flex:"unset"},onChange:m=>{f(m.target.value)},children:r.map((m,h)=>{let y=n(`font.${m}`);y.startsWith("font.")&&(y=m);let T=m=="none"?hf:m;return d("option",{value:T,selected:m===e?.selectTranslationFont,children:y},"locale"+h)})})]})}p();var Ln={};vc.forEach(e=>{e.labelKey&&(Ln[e.key]=e.labelKey)});function Tf(){let e=Ye(),[t,n,r,a,i]=e;Ct(t,n);let[o,s]=K(null),{t:u}=W();if(le(()=>{yt().then(c=>{yn({config:c,url:globalThis.location.href}).then(g=>{s(g)})})},[t]),!o)return d("div",{children:"loading"});let l=o.config;return d(ct,{children:d(we.Provider,{value:e,children:[d("div",{class:"nav",children:d("strong",{class:"text-lg",children:u("inputOptions")})}),d(ak,{config:l}),d(ik,{config:l}),d(ok,{config:l}),d(ni,{config:l,ctx:o,serviceType:"inputTranslationService"}),d(sk,{config:l}),d(uk,{config:l}),d(ck,{config:l}),d(lk,{config:l})]})})}function ak({config:e}){let[t,n,r,a,i]=Me(we),{t:o}=W();return e?d(xe,{children:[d("details",{class:"mt-3",open:!0,children:[d("summary",{children:[o("clickToSeeQuickDemo")," \u{1F447}\u{1F447}"]}),d("video",{controls:!0,autoPlay:!0,src:"https://s.immersivetranslate.com/videos/immpersive-translate-input-translation-demo-202307044.mp4"})]}),d("div",{class:"nav",children:[d(Ae,{title:o("enableInputTranslation"),description:e.enableInputTranslationWithoutTriggerKey?o("enableInputTranslationDescriptionForNoneKey",{inputTargetLanguage:Zt(e.inputTargetLanguage,e.interfaceLanguage),trailingKey:Ln[e.inputTrailingTriggerKey]?o(Ln[e.inputTrailingTriggerKey]):e.inputTrailingTriggerKey,inputTrailingTriggerKeyRepeatTimes:e.inputTrailingTriggerKeyRepeatTimes}):o("enableInputTranslationDescription",{inputTargetLanguage:Zt(e.inputTargetLanguage,e.interfaceLanguage),startingKey:Ln[e.inputStartingTriggerKey]?o(Ln[e.inputStartingTriggerKey]):e.inputStartingTriggerKey,trailingKey:Ln[e.inputTrailingTriggerKey]?o(Ln[e.inputTrailingTriggerKey]):e.inputTrailingTriggerKey,inputTrailingTriggerKeyRepeatTimes:e.inputTrailingTriggerKeyRepeatTimes})}),d("label",{for:"enableInputTranslation",children:d("input",{type:"checkbox",id:"enableInputTranslation",name:"switch",role:"switch",onChange:s=>{let u=s.target.checked;n(l=>({...l,enableInputTranslation:!!u}))},checked:e.enableInputTranslation})})]})]}):null}function ik({config:e}){let[t,n,r,a,i]=Me(we),{t:o}=W(),s=l=>{n(c=>({...c,inputTargetLanguage:l}))};if(!e)return null;let u=Xa(e.translationService,e.targetLanguage);return d("div",{class:"nav",children:[d(Ae,{title:o("inputTargetLanguage"),description:e.enableInputTranslationWithoutTriggerKey?o("inputTargetLanguageDescriptionForNoneKey"):o("inputTargetLanguageDescription",{startingKey:Ln[e.inputStartingTriggerKey]?o(Ln[e.inputStartingTriggerKey]):e.inputStartingTriggerKey})}),d("select",{class:"select",onChange:l=>{l.preventDefault(),s(l.target.value)},children:u.filter(l=>l!=="auto").map((l,c)=>d("option",{value:l,selected:l===e.inputTargetLanguage,children:Zt(l,e.interfaceLanguage)},"language"+c))})]})}function ok({config:e}){let[t,n,r,a,i]=Me(we),{t:o}=W();return e?d("div",{class:"nav",children:[d(Ae,{title:o("enableInputTranslationWithoutTriggerKeyTitle",{trailingKey:Ln[e.inputTrailingTriggerKey]?o(Ln[e.inputTrailingTriggerKey]):e.inputTrailingTriggerKey,inputTargetLanguage:Zt(e.inputTargetLanguage,e.interfaceLanguage)}),description:""}),d("label",{for:"enableInputTranslation",children:d("input",{type:"checkbox",id:"enableInputTranslation",name:"switch",role:"switch",onChange:s=>{let u=s.target.checked;n(l=>({...l,enableInputTranslationWithoutTriggerKey:!!u}))},checked:e.enableInputTranslationWithoutTriggerKey})})]}):null}function sk({config:e}){let[t,n,r,a,i]=Me(we),{t:o}=W(),s=u=>{n(l=>({...l,inputStartingTriggerKey:u}))};return e?d("div",{class:"nav",children:[d(Ae,{title:o("inputStartingTriggerKeyTitle"),description:e.inputStartingTriggerKey==="none"?o("inputStartingTriggerKeyDescriptionForNoneKey"):o("inputStartingTriggerKeyDescription",{startingKey:Ln[e.inputStartingTriggerKey]?o(Ln[e.inputStartingTriggerKey]):e.inputStartingTriggerKey})}),d("select",{class:"select",onChange:u=>{u.preventDefault(),s(u.target.value)},children:vc.filter(u=>u.skipForStarting!==!0).map((u,l)=>d("option",{value:u.key,selected:u.key===e.inputStartingTriggerKey,children:u.labelKey?o(u.labelKey):u.key},"startingkey-"+l))})]}):null}function uk({config:e}){let[t,n,r,a,i]=Me(we),{t:o}=W(),s=u=>{n(l=>({...l,inputTrailingTriggerKey:u}))};return e?d(xe,{children:[d("div",{class:"nav",children:[d(Ae,{title:o("inputTrailingTriggerKeyTitle"),description:o("inputTrailingTriggerKeyDescription",{trailingKey:Ln[e.inputTrailingTriggerKey]?o(Ln[e.inputTrailingTriggerKey]):e.inputTrailingTriggerKey})}),d("select",{class:"select",onChange:u=>{u.preventDefault(),s(u.target.value)},children:vc.filter(u=>u.skipForTrailing!==!0).map((u,l)=>d("option",{value:u.key,selected:u.key===e.inputTrailingTriggerKey,children:u.labelKey?o(u.labelKey):u.key},"startingkey-"+l))})]}),d("blockquote",{class:"text-sm",dangerouslySetInnerHTML:{__html:o("inputHelperInfo",{1:"https://immersivetranslate.com/docs/input/"})}})]}):null}function lk({config:e}){let[t,n,r,a,i]=Me(we),{t:o}=W(),[s,u]=K(!1),l=b=>{u(!s)},[c,g]=K(0),[f,m]=K(""),h=(b,x,w,L)=>{l(w),n(M=>{let C=M.inputTranslationUrlPattern,v=[],A=[];C&&C.matches&&C.excludeMatches&&(v=C.matches,A=C.excludeMatches);let D=[...v],S=[...A];return L==="edit"&&(w==="matches"?D[x]=b:S[x]=b),w==="matches"?(D=zn(b,D),S=Ht(b,A)):(D=Ht(b,v),S=zn(b,S)),{...M,inputTranslationUrlPattern:{...M.inputTranslationUrlPattern,matches:D,excludeMatches:S}}})},y=(b,x)=>{n(w=>{let L=w.inputTranslationUrlPattern,M=[];x==="matches"?L&&L.matches&&(M=L.matches):L&&L.excludeMatches&&(M=L.excludeMatches);let C=[...M];return b.forEach(v=>{C=Ht(v,C)}),{...w,inputTranslationUrlPattern:{...w.inputTranslationUrlPattern,[x]:C}}})},T=(b,x,w)=>{l(x),m(b),g(w)};return e?d(xe,{children:[d("div",{class:"nav",children:[d(Ae,{title:o("inputTranslationBlockUrlsTitle"),description:o("inputTranslationBlockUrlsDescription")}),d("div",{class:"nav-right",children:d("a",{href:"#",role:"button",class:"add-button secondary outline",onClick:b=>{b.preventDefault(),l("excludeMatches")},children:o("add")})}),s?d(ma,{toggleModal:b=>{b.preventDefault(),l("excludeMatches")},onSubmitAddUrl:h,type:"excludeMatches",urlValue:f,index:c}):null]}),d(ei,{urls:e.inputTranslationUrlPattern.excludeMatches,type:"excludeMatches",onDeleteUrl:y,onEditUrl:T})]}):null}function ck({config:e}){let[t,n,r,a,i]=Me(we),{t:o}=W();if(!e)return null;let s=()=>ut().any?e.inputTrailingMobileTriggerKeyTimeout:e.inputTrailingTriggerKeyTimeout,u=l=>{n(c=>ut().any?{...c,inputTrailingMobileTriggerKeyTimeout:l}:{...c,inputTrailingTriggerKeyTimeout:l})};return d("nav",{children:[d(Ae,{title:o("inputTrailingTriggerKeyTimeout"),description:o("inputTrailingTriggerKeyTimeoutDescription")}),d("div",{class:"option-input",children:d("input",{type:"number",value:s(),onChange:l=>{l.target&&u(Number(l.target.value))}})})]})}p();function vf(){let e=Ye(),[t,n,r,a,i]=e;Ct(t,n);let o=Jt(t),{t:s}=W(),[u,l]=K({}),[c,g]=K({});return le(()=>{Z.storage.sync.get(null).then(f=>{l(f),Z.storage.local.get(null).then(m=>{g(m)})})},[t]),!o||!t?d("div",{children:"loading"}):d(ct,{children:d(we.Provider,{value:e,children:d("div",{children:[d("div",{class:"nav",children:d("strong",{class:"text-lg",children:s("developer")})}),d("div",{dangerouslySetInnerHTML:{__html:s("developerDescription",{1:"https://immersivetranslate.com/docs/advanced/"})},class:"secondary text-xs text-gray-500 mb-4"}),d(fk,{}),d(mk,{}),d(hk,{}),d(dk,{}),d(gk,{}),d(pk,{}),d("details",{class:"py-2",children:[d("summary",{children:"Click to expand the final config"}),d("pre",{children:d("code",{class:"code-editor",children:JSON.stringify(o,null,2)})})]}),d("details",{class:"py-2",children:[d("summary",{children:"Click to expand the sync storage object"}),d("pre",{children:d("code",{class:"code-editor",children:JSON.stringify(u,null,2)})})]}),d("details",{class:"py-2",children:[d("summary",{children:"Click to expand the local storage object"}),d("pre",{children:d("code",{class:"code-editor",children:JSON.stringify(c,null,2)})})]})]})})})}function dk(){let[e,t,n,r,a]=Me(we),{t:i}=W(),o=l=>{try{let c=l.target.value,g={...e};if(!c)delete g.rules;else{let f=JSON.parse(c);if(!Array.isArray(f)){on("Invalid rules, rules must be an array");return}g.rules=f}t(()=>g),lt(i("saved"))}catch(c){on(`Invalid JSON ${c.message}`)}},s=l=>{if(l.preventDefault(),confirm(i("confirmResetConfig"))){let c={...e};delete c.rules,t(()=>c),lt(i("resetThisSuccess"))}};return d("details",{class:"py-2",children:[d("summary",{children:"Edit User Rules"}),d("textarea",{class:"user-rule code-editor",rows:10,onChange:o,placeholder:`[{ +`),from:r,to:a};throw new Q("Youdao translation failed: "+JSON.stringify(s))}},Av=Zm;p();var zu=class extends Wi{constructor(t,n,r){super({...t,isSupportList:!0,langs:(t.langs||"zh-CN,en").split(",").map(a=>[a,a]),limitPerSecond:t.limitPerSecond||5,maxTextLengthPerRequest:t.maxTextLengthPerRequest||1200,maxTextGroupLengthPerRequest:t.maxTextGroupLengthPerRequest||1,placeholderDelimiters:t.placeholderDelimiters||su,request:{url:t.url,retry:2,body:{text_list:"{text}",source_lang:"{from}",target_lang:"{to}"}},response:{text:"translations.text"}},n,r)}};p();var kv="immersive-translate-gemini-fake-user-key",DA=[["auto","auto"],["zh-CN","Simplified Chinese"],["zh-TW","Traditional Chinese"],["en","English"],["ar","Arabic"],["bn","Bengali"],["bg","Bulgarian"],["hr","Croatian"],["cs","Czech"],["da","Danish"],["nl","Dutch"],["et","Estonian"],["fi","Finnish"],["fr","French"],["de","German"],["el","Greek"],["he","iw"],["hi","Hindi"],["hu","Hungarian"],["id","Indonesian"],["it","Italian"],["ja","Japanese"],["ko","Korean"],["lv","Latvian"],["lt","Lithuanian"],["no","Norway"],["pl","Polish"],["pt","Portuguese"],["ro","Romanian"],["ru","Russian"],["sr","Serbian"],["sk","Slovak"],["sl","Slovene"],["es","Spanish"],["sw","Swahili"],["sv","Swedish"],["th","Thai"],["tr","Turkish"],["uk","Ukrainian"],["vi","Vietnamese"]],Pv=new Map(DA),Jm=class extends es{static langMap=Pv;provider="custom";randomPrefix="My user id is {{id}}. ";fakeId="";constructor(t,n,r){super(t,n,r),t||(t={}),t.provider&&(this.provider=t.provider),t.randomPrefix&&(this.randomPrefix=t.randomPrefix),this.apiUrl="https://generativelanguage.googleapis.com/v1beta/models/{model}:generateContent?key={key}",t?.apiUrl&&(this.apiUrl=t.apiUrl),this.maxTextGroupLength=this.maxTextGroupLength||10,this.model=this.model||"gemini-1.0-pro-latest",this.bodyConfigs=t?.bodyConfigs||{}}getLangMap(){return Pv}getDefaultRateLimit(){return{limit:1,interval:1050}}async handleOptions(t,n){this.fakeId="",this.randomPrefix&&(this.fakeId=await Lp(kv,""),this.fakeId||(this.fakeId=AA(10),await Fp(kv,this.fakeId)));let r=this.getRandomKey(),a={url:this.apiUrl.replace("{model}",this.model),method:"POST",headers:{"content-type":"application/json"},timeout:this.requestTimeout,retry:this.retry};r&&(a.url=a.url.replace("{key}",r));let i=this.systemPrompt+t;this.randomPrefix&&(i=this.randomPrefix.replace("{{id}}",this.fakeId)+i);let o={contents:[{role:"user",parts:[{text:i}]}],...this.bodyConfigs};return a.body=JSON.stringify(o,null,2),a}parseResponse(t){return t?.candidates?.[0]?.content?.parts?.[0]?.text}filterContent(t,n,r,a){let i=super.filterContent(t,n,r);return i.includes(this.fakeId)&&a.length<=1?t:i}};function AA(e){let t="",n="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789",r=n.length,a=0;for(;a{let n=(await f0({url:"https://translate.yandex.net/website-widget/v1/widget.js?widgetId=ytWidget&pageLang=es&widgetTheme=light&autoMode=false",method:"GET",responseType:"text"})).match(/sid\:\s\'[0-9a-f\.]+/),r="",a=Date.now()+1*60*1e3;return n&&n[0]&&n[0].length>7&&(r=n[0].substring(6),a=Date.now()+30*60*1e3),{accessToken:r,accessTokenExpiresAt:new Date(a).toISOString()}})}async translateList(t){let{text:n,from:r,to:a}=t;if(!n)return{...t};let i=await this.getAccessToken(),o=new URLSearchParams;o.append("srv","tr-url-widget"),o.append("id",`${i.accessToken}-0-0`),o.append("format","html"),o.append("lang",`${r==="auto"?"":ef.get(r)+"-"}${ef.get(a)}`),n.forEach(l=>{o.append("text",l)});let s=await de({url:`https://translate.yandex.net/api/v1/tr.json/translate?${o.toString()}`});if(s?.code!==200)return{...t};let u=s.text?.map(l=>l);return{from:r,to:a,text:u||n}}getDefaultRateLimit(){return{limit:5,interval:1050}}};var LA={mock:Zo,mock2:Zo,custom:zu,google:Hi,transmart:_u,deepl:UT,volc:XT,volcAlpha:Iu,bing:Ou,tencent:Pu,tenAlpha:Lu,baidu:vv,caiyun:Cv,cai:xv,openl:d0,youdao:wv,you:Av,d:Qo,dpro:Qo,deeplx:Ru,niu:qT,azure:jT,openai:$T,gemini:Lv,claude:Mv,papago:HT,aliyun:Bu,yandex:Nu},Ja={};Object.keys(nr).forEach(e=>{Ja[e]={...nr[e],class:LA[e]}});function Xa(e,t){let n=Rn;if(Ja[e]&&Ja[e].class&&Ja[e].class.langMap&&Ja[e].class.langMap.size>0){let r=Ja[e].class.langMap,a=n.filter(i=>r.get(i));return a.includes(t)||a.unshift("placeholder"),a}else return Rn}async function Nr(e,t,n){if(!e.text)return e;let r=null,a=await nt({sentences:[e]},t,(i,o,s)=>{i&&(r=i)},n);if(r)throw r;if(a.sentences.length>0)return{...e,...a.sentences[0]};throw new Q("translateFailed","translate failed")}async function Fv(e,t){for(let n of e)try{return await Nr({id:1e6,text:"Hello world",from:"en",to:"zh-CN",url:"https://google.com",fromByClient:"auto"},{...t,translationService:n},{retry:1,requestTimeout:t.config.verifyRequestTimeout||5*1e3}),n}catch{continue}return null}async function tf(e){let{config:t,translationService:n}=e,r=t.translationGeneralConfig,a=t.translationServices,i=n,o=a[i]||{},s=Qt(e.user);await new Ja[i].class(o,r,{translationService:i,userToken:e.user?.token,isPro:s,sourceProgram:e.sourceProgram,glossaries:e.rule.glossaries,excludeRegexps:e.rule.excludeRegexps}).init()}function _A(e){if(!e?.length)return"auto";let t=e[0].from;return e[0].fromByClient&&e[0].fromByClient!=="auto"&&(t=e[0].fromByClient),t}async function nt(e,t,n,r){if(!e.sentences.length)return{...e};let{config:a,translationService:i,state:o}=t,s=a.translationGeneralConfig,u=a.translationServices,l=i,c=t.targetLanguage;e&&e.sentences&&e.sentences[0]&&e.sentences[0].to&&(c=e.sentences[0].to);let g=u[l]||{},f=a.rawUserConfig?.translationServices?.[l]||{};g=KT(f,g,{sourceLanguage:_A(e.sentences),targetLanguage:c,model:g.model||"",url:t.url,isPro:t.isPro?"true":"false",sourceProgram:t.sourceProgram||""}),r&&(g={...g,...r});let m=a.beta,h=o.cache===!1&&m,y=a.debug===!0&&m;e.sentences&&e.sentences.length>0&&(e.sentences=e.sentences.map(A=>(h&&(A.refresh=!0),y&&(A.debug=!0),A))),l==="openai"&&(e.sentences=e.sentences.map(A=>({...A,from:"auto"})));let T=[],b={sentences:Array(e.sentences.length)},x=e.sentences.length,w=-1,L=Qt(t.user),M;try{M=new Ja[l].class(g,s,{translationService:l,userToken:t.user?.token,isPro:L,sourceProgram:t.sourceProgram,glossaries:t.rule.glossaries,excludeRegexps:t.rule.excludeRegexps,minTextCount:t.rule.paragraphMinTextCount}),await M.init()}catch(A){if(n){T.push(...e.sentences);let D={translationService:l,isPro:!!t.isPro,isLogin:!!t.user?.token};for(let S of T){let N=A instanceof Q?new Q(A.name,A.message).initNetWork(A.status).initData(A.data||D):A;n(N,null,S)}}return{sentences:[]}}if(o.cache)for(let A of e.sentences){w++;let D=l;l==="openl"&&(D=l+"-"+g.codename||d0.DEFAULT_CODENAME);let S=M.getCacheKeyPrefix();S&&(D=S+"-"+D);let N=null;try{N=await Cl(pT({originalText:A.text,from:A.from,to:A.to,service:D}),200)}catch(F){R.warn("query cache DB error, but it's ok",F)}if(N){let F={...A,text:N.translatedText};b.sentences[w]=F,n&&n(null,F,A)}else T.push(A)}else T.push(...e.sentences);let C=T.length;if(x-C>0&&R.debug(`use ${x-C} sentences from cache`),!T.length)return b;let v=await M.multipleTranslate({sentences:T},g,(A,D,S)=>{if(n&&n(A,D,S),!A&&D&&!l.startsWith("mock")&&o.cache){let N=l;l==="openl"&&(N=l+"-"+g.codename||d0.DEFAULT_CODENAME);let F=M.getCacheKeyPrefix();F&&(N=F+"-"+N),o.cache&&Cl(mT({translatedText:D.text,from:S.from,to:S.to,detectedFrom:D.from,key:Gn(S.text),service:N}),3e3).catch(P=>{R.warn("set cache DB error",P)})}});for(let A of v?.sentences||[]){let D=b.sentences.findIndex(S=>!S);if(D===-1)throw new Q("translateFailed","can not match the result");b.sentences[D]=A}return b}p();p();p();var rs={},MA={root:"",lang:"en",fallbackLang:"en"};function nf(e,t){let n=Object.assign({},MA,e);rs=t||rs;let[r,a]=K(n.lang),[i,o]=K(rs),[s,u]=K(!1),l=g=>{if(i.hasOwnProperty(g))return;u(!1);let f=H1(n.root||"",g);n.getUrl&&(f=n.getUrl(n.root||"",g),fetch(f).then(m=>m.json()).then(m=>{rs[g]=m,o({...rs}),u(!0)}).catch(m=>{o({...rs}),u(!0)}))};return le(()=>{l(n.fallbackLang||"en"),l(r)},[r]),{lang:r,setLang:a,t:(g,f)=>{if(!i.hasOwnProperty(r))return g;let m=pu(i,r,g);return m===g&&r!==n.fallbackLang&&(m=pu(i,n.fallbackLang,g)),Op(m,f)},isReady:s}}var af=oo(null),rf={root:"assets",lang:"en",fallbackLang:"en"},as=e=>{let{t,setLang:n,lang:r,isReady:a}=nf({root:e.root||rf.root,lang:e.lang||rf.lang,fallbackLang:e.fallbackLang||rf.fallbackLang,getUrl:e.getUrl},e.translations);return d(af.Provider,{value:{t,setLang:n,lang:r,isReady:a},children:e.children})};function W(){return Me(af)}p();function Ae(e){return d("div",{class:"nav-left",children:[d("div",{class:"title",children:e.title}),d("div",{class:"description",children:e.description})]})}p();p();function Ur(e){let{items:t,maxWidth:n,className:r,style:a}=e,{lang:i}=W();return n=n||(i==="en"?144:160),d("select",{autoComplete:"off",class:r||"min-select",style:{maxWidth:`${n}px`,...a},value:t.find(o=>o.selected)?.value,onChange:o=>{let s=o.target.value,u=t.find(l=>l.value===s);u&&u.onSelected(u)},children:t.map((o,s)=>d("option",{value:o.value,selected:o.selected,children:o.label},"selectlink"+s))})}function of(e){let{items:t,maxWidth:n,isInput:r,value:a}=e;return n=n||128,r?d("input",{value:a,onChange:i=>{e.onChange(i.target.value)}}):d("select",{autoComplete:"off",style:{maxWidth:`${n}px`},value:t.find(i=>i.selected)?.value,onChange:i=>{let o=i.target.value,s=t.find(u=>u.value===o);s&&s.onSelected(s)},children:t.map((i,o)=>d("option",{value:i.value,selected:i.selected,children:i.label},"selectlink"+o))})}p();function Ki(e){let{t}=W(),n={};e.width&&(n={width:`${e.width}px`});let[r,a]=K(e.value),{config:i,field:o,onFinish:s}=e,u=o.name;o.label&&(u=o.label),o.labelKey&&(u=t(o.labelKey));let l={},c={};if(i.translationServices&&e.service&&i.translationServices[e.service]&&(c=i.translationServices[e.service]),c.env){let g=Object.keys(c.env);for(let f=0;f{let f=g.target.value,m=Array.isArray(r)?f.split(","):f;a(m),e.onChange(m)},onChange:()=>{s&&s()}}),e.field.descriptionKey?d("small",{class:"whitespace-pre-wrap",dangerouslySetInnerHTML:{__html:t(e.field.descriptionKey,l)}}):null]}):d(xe,{children:[d("input",{style:n,required:e.field.required,placeholder:e.field.placeholder||e.field.name,value:r,type:e.type,disabled:e.field.disabled||!1,name:e.field.name,autoComplete:"off",onInput:g=>{a(g.target.value),e.onChange(g.target.value)},onChange:()=>{(e.type==="text"||e.type==="password")&&s&&s()}}),e.field.descriptionKey?d("small",{dangerouslySetInnerHTML:{__html:t(e.field.descriptionKey,l)}}):null]})]})}function is(e){let{t}=W(),[n,r]=K(!0),[a,i]=K(!1),{config:o,currentProvider:s,onFinish:u,field:l,onChange:c,value:g,isProUser:f}=e;g=g??(l.default||"");let m={},h={};if(o.translationServices&&e.service&&o.translationServices[e.service]&&(h=o.translationServices[e.service]),h.env){let T=Object.keys(h.env);for(let b=0;b{l.options&&(l.options.some(b=>b.value===g)||i(!0))},[]);let y=l.name;if(l.label&&(y=l.label),l.labelKey&&(y=t(l.labelKey)),l.type==="select")return d("div",{class:"flex flex-col mt-5 mb-6",children:[d("label",{class:"text-16 mb-2",children:[y,"\uFF1A"]}),d(of,{maxWidth:200,items:l.options.map(T=>({label:`${T.label?t(T.label):T.value}`,value:T.value,selected:g===T.value,onSelected:()=>{c(T.value)}})),onChange:c,isInput:a,value:g})]});if(l.type==="model-select"){let T=l.options.map(b=>b.value);return d("div",{class:"flex flex-col mt-5 mb-6",children:[d("label",{class:"text-16 mb-2",children:[y,"\uFF1A"]}),d(of,{maxWidth:250,items:T.map(b=>({label:b,value:b,selected:g===b,onSelected:()=>{c(b)}})),onChange:c,isInput:s!=="pro"?a:!1,value:g}),s!=="pro"&&d("label",{for:"customContent",class:"text-sm",onClick:()=>{a&&c(T[0]),i(!a)},children:[d("input",{type:"checkbox",id:"customContent",name:"customContent",checked:a}),t("customContent")]})]})}else{if(l.type==="text")return d("div",{children:d(Ki,{service:e.service,field:l,config:e.config,value:g,type:l.type,onChange:c,onFinish:u})});if(l.type==="textarea")return d("div",{children:d(Ki,{service:e.service,field:l,rows:5,config:e.config,value:g,type:l.type,onChange:c,onFinish:u})});if(l.type==="jsonarea")return d("div",{children:d(Ki,{service:e.service,field:{...l,type:"textarea"},config:e.config,value:g,rows:5,type:l.type,onChange:c,onFinish:u})});if(l.type==="number")return d("div",{children:d(Ki,{service:e.service,field:l,config:e.config,value:g,type:l.type,width:196,onChange:c})});if(l.type==="password")return d("div",{children:[d(Ki,{service:e.service,field:l,config:e.config,value:g,type:n?l.type:"text",onChange:c,onFinish:u}),d("label",{for:"translate",onClick:()=>{r(!n)},children:[d("input",{type:"checkbox",id:"translate",name:"translate"}),t("show password")]})]});if(l.type==="color"){let T=g,b="";T||(T="#FFFFFF",b="#FFFFFF");let{hex:x,opacity:w}=FA(T);return d("div",{children:d("label",{class:"flex items-center",for:l.name,children:[d("span",{class:"mr-2",children:l.label||l.name}),d("input",{type:"text",id:l.name,class:"border-color-text mr-2",placeholder:b||"",value:g,onInput:L=>{c(L.target.value)}}),d("input",{id:l.name,type:"color",name:l.name,value:x,style:{opacity:w},onInput:L=>{c(L.target.value)}})]})})}else return l.type==="boolean"?d("div",{class:"flex items-center my-4",children:d("label",{class:"ml-2",for:l.name,children:[d("input",{type:"checkbox",id:l.name,name:l.name,role:"switch",checked:g,onChange:T=>{c(T.target.checked)}}),y,l.descriptionKey?d("small",{class:"my-2",dangerouslySetInnerHTML:{__html:t(l.descriptionKey,m)}}):null]})}):null}}function FA(e){let t=1;return e.length==9&&(t=parseInt(e.substring(7,9),16)/255,e=e.slice(0,7)),{opacity:t,hex:e}}p();function Bv(e){let{t,lang:n}=W();return d("details",{role:"list",class:"nav-right",children:[d("summary",{"aria-haspopup":"listbox",children:t("edit")}),d("ul",{role:"listbox",class:"option-list",children:e.options.map((r,a)=>{let i=Zt(r.value,n);return d("li",{children:d("label",{children:[d("input",{type:"checkbox",onChange:()=>{e.onToggleAlwaysLangs(!r.checked,r.value)},value:r.value,checked:r.checked}),i]})},"language-"+a)})})]})}function Uu(e){let{selectLanguages:t,languages:n}=e,r=ze(()=>!n||!t?[]:n.concat("").map(a=>({checked:t?.includes(a),value:a})),[n,t]);return e.interfaceLanguage?d(xe,{children:[d("div",{class:"nav",children:[d(Ae,{title:e.title,description:e.description}),d(Bv,{options:r,onToggleAlwaysLangs:e.onChange})]}),d("div",{class:"langs-list",children:t.map((a,i)=>d("div",{class:"lang-card",children:[d("div",{id:`${a}`,children:Zt(a,e.interfaceLanguage)}),d("a",{href:"#close",class:"close",target:"_blank","aria-label":"Close","data-target":`${a}`,onClick:o=>{o.preventDefault(),e.onChange(!1,t[i])}})]},"lang-"+i))})]}):null}p();p();function ma(e){let{t}=W(),n=$e(null),{toggleModal:r}=e;return d("dialog",{id:"immersive-translate-overlay",onClick:i=>{i.target&&i.target.id==="immersive-translate-overlay"&&r(i)},open:!0,children:d("article",{class:"add-modal",children:[d("a",{href:"#close","aria-label":"Close",class:"close","data-target":"modal-example",onClick:e.toggleModal}),d("div",{class:"add-text",children:t("add url")}),d("input",{placeholder:"URL",ref:n,value:e.urlValue}),d("blockquote",{children:d("p",{class:"text-sm",children:t("addUrlDescription")})}),d("div",{class:"flex",children:[d("div",{class:"footer-button",children:d("a",{href:"#cancel",role:"button",class:"full-button secondary margin-right","data-target":"modal-example",onClick:e.toggleModal,children:t("cancel")})}),d("div",{class:"footer-button",children:d("a",{href:"#confirm",role:"button",class:"full-button margin-left","data-target":"modal-example",onClick:i=>{if(i.preventDefault(),n.current&&n.current.value){if(e.onSubmitAddUrl){if(e.urlValue!==""){e.onSubmitAddUrl(n.current.value,e.index,e.type,"edit");return}e.onSubmitAddUrl(n.current.value,e.index,e.type);return}else if(e.onAddInterfaceUrl){if(e.urlValue!==""){e.onAddInterfaceUrl(n.current.value,"edit");return}e.onAddInterfaceUrl(n.current.value)}}},children:t("confirm")})})]})]})})}function ei(e){let{t}=W(),[n,r]=K([]),[a,i]=K(!1),[o,s]=K(!1);function u(){e.onDeleteUrl(n,e.type),r([]),i(!1)}if(!e.urls.length)return null;let l=`checkAll${e.urls.length}`;return d("div",{children:[d(c,{}),d("div",{class:"url-list-item",children:e.urls.map((g,f)=>d("div",{className:"url-list",style:"padding:6px 24px;",children:d("div",{className:"url-left",style:{display:"flex",flexDirection:"row",alignItems:"center",width:"100%"},children:[o&&e.urls.length>1&&d("input",{type:"checkbox",checked:n.includes(g),style:"margin-right:12px;",onChange:m=>{m.target.checked?r([...n,g]):r(n.filter(h=>h!==g))}}),d("div",{className:"url-name height-tight",children:g}),d("div",{style:{flex:1}}),d("a",{style:{marginRight:"12px",cursor:"pointer"},onClick:m=>{e.onEditUrl(g,e.type,f)},children:t("edit")}),d("a",{style:{cursor:"pointer"},onClick:m=>{e.onDeleteUrl([g],e.type)},children:t("delete")})]})},"menu"+f))})]});function c(){return e.urls.length<2?null:d("div",{style:{display:"flex",flexDirection:"row",alignItems:"center",padding:"0 24px",marginBottom:"12px"},children:o?d(xe,{children:[d("input",{type:"checkbox",id:l,checked:a,onChange:g=>{let m=g.target.checked;r(m?e.urls:[]),i(m)}}),d("label",{htmlFor:l,children:t("pickAll")}),d("div",{style:{flex:1}}),d("a",{style:{cursor:"pointer"},onClick:u,children:t("delete")})]}):d("a",{style:{marginLeft:"-24px",marginRight:"12px",cursor:"pointer"},onClick:()=>s(!0),children:t("batchEdit")})})}}function qu(e){let{t}=W(),[n,r]=K(!1),[a,i]=K(""),[o,s]=K(0);le(()=>{Ut("esc",()=>{r(!1)})},[]);let u=(c,g,f)=>{r(!n),i(c),s(f)},l=(c,g,f,m)=>{e.onSubmitAddUrl?.(c,g,f,m),r(!n),i(""),s(0)};return d(xe,{children:[d("div",{class:"nav",children:[d(Ae,{title:e.title,description:e.description}),d("div",{class:"nav-right",children:d("a",{href:"#",role:"button",class:"add-button secondary outline",onClick:c=>{c.preventDefault(),r(!n)},children:t("add")})}),n?d(ma,{toggleModal:c=>{c.preventDefault(),r(!n)},onSubmitAddUrl:l,type:e.type,urlValue:a,index:o}):null]}),d(ei,{urls:e.urls||[],type:e.type,onDeleteUrl:e.onDeleteUrl,onEditUrl:u})]})}p();async function ti(){let e=["bingGlobalConfig","baiduGlobalConfig",Mb,_a];for(let t of e)await Z.storage.local.remove(t);pe()||await Ry(),await Ip()}function Iv(){return pe()?Promise.resolve("0 B"):om()}p();var T0='',ju="data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgZmlsbD0ibm9uZSI+PHBhdGggZmlsbD0iI0ZGQzczNiIgZD0iTTMgN2gxN3YxMEgzeiIvPjxwYXRoIGZpbGw9InVybCgjYSkiIGQ9Ik02Ljg5NyA5LjI0MmMuNDE1IDAgLjcyLjExMS45MjguMzQ3LjIwNy4yMzUuMzE4LjUyNy4zMTguODczcy0uMTEuNjIzLS4zMTguODQ1Yy0uMjA4LjIyMi0uNTI3LjMzMy0uOTI4LjMzM2gtMS4zM1Y5LjI0MmgxLjMzWm05Ljg0NiAxLjc4OGMuMzg4IDAgLjY2NS4xNTIuODQ1LjQ1Ny4xNTIuMjY0LjIzNS41ODIuMjYzLjk4NHYuMzE5YzAgLjQ5OS0uMDgzLjg4Ny0uMjYzIDEuMTkyLS4xOC4zMDQtLjQ1Ny40NTctLjgzLjQ1Ny0uMzg5IDAtLjY2Ni0uMTUzLS44NDYtLjQ0NC0uMTUyLS4yNjMtLjIzNS0uNTk1LS4yNjMtMS4wMTF2LS4yOTFjMC0uNDg1LjA4My0uODczLjI2My0xLjE3OC4xOC0uMzA1LjQ0My0uNDg1LjgzMS0uNDg1Wm0tMy40MDctMS4xMzZhMS4xNyAxLjE3IDAgMCAwLS43MDYuMjM1IDEuNDgyIDEuNDgyIDAgMCAwLS40MTUuNWwtLjA4My4xNjUtLjA3LS44MDNoLTEuMzU3djUuNDMyaDEuNDU0di0zLjY1OWEuODguODggMCAwIDEgLjMxOS0uMzg4Yy4xMS0uMDY5LjI1LS4xMS40MTUtLjEyNGguMTI1bC41NC4wMTQuMTY2LTEuMzE3Yy0uMDctLjAxNC0uMTI0LS4wMjgtLjE5NC0uMDQxLS4wNTUtLjAxNC0uMTI0LS4wMTQtLjE5NC0uMDE0Wk02Ljg5NiA4LjEySDQuMTE0djcuMzE3aDEuNDY4VjEyLjc5aDEuMzNjLjg0NCAwIDEuNDk1LS4yMDggMS45OC0uNjM4LjQ4NS0uNDMuNzItLjk4My43Mi0xLjY5cy0uMjM1LTEuMjYxLS43Mi0xLjY5Yy0uNDQzLS4zODktMS4wMzktLjYxLTEuNzczLS42MzhsLS4yMjEtLjAxNFptOS44NDcgMS43NzRjLS44MDMgMC0xLjQyNi4yNjMtMS44ODMuNzc2LS40MTYuNDctLjYzNyAxLjA2Ny0uNjc5IDEuNzczdi4zMzNjMCAuODE4LjIyMiAxLjQ4My42NzkgMS45OTUuNDU3LjUxMyAxLjA4Ljc3NiAxLjg4My43NzYuODA0IDAgMS40MjctLjI2MyAxLjg4NC0uNzc2LjQxNS0uNDcuNjM3LTEuMDUzLjY3OC0xLjc3M3YtLjMzM2MwLS44MTctLjIyMS0xLjQ4Mi0uNjc4LTEuOTk1LS40NTctLjUxMy0xLjA4LS43NzYtMS44ODQtLjc3NlpNMTguMDAzIDZhNiA2IDAgMCAxIDAgMTJIMFY5LjQyM0EzLjQyIDMuNDIgMCAwIDEgMy40MiA2aDE0LjU4M1oiLz48ZGVmcz48bGluZWFyR3JhZGllbnQgaWQ9ImEiIHgxPSI3LjUiIHgyPSIyMiIgeTE9IjE5IiB5Mj0iNiIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiPjxzdG9wIHN0b3AtY29sb3I9IiMyMjIiLz48c3RvcCBvZmZzZXQ9IjEiIHN0b3AtY29sb3I9IiM2OTY5NjkiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48L3N2Zz4=",Rv="data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIxMiIgZmlsbD0ibm9uZSI+PHBhdGggZmlsbD0iIzk5OSIgZD0iTTYuODk3IDMuMjQyYy40MTUgMCAuNzIuMTExLjkyOC4zNDcuMjA3LjIzNS4zMTguNTI2LjMxOC44NzMgMCAuMzQ2LS4xMS42MjMtLjMxOC44NDUtLjIwOC4yMjItLjUyNy4zMzMtLjkyOC4zMzNoLTEuMzNWMy4yNDJoMS4zM1ptOS44NDYgMS43ODhjLjM4OCAwIC42NjUuMTUyLjg0NS40NTcuMTUyLjI2NC4yMzUuNTgyLjI2My45ODR2LjMxOWMwIC40OTktLjA4My44ODctLjI2MyAxLjE5Mi0uMTguMzA0LS40NTcuNDU3LS44My40NTctLjM4OSAwLS42NjYtLjE1My0uODQ2LS40NDQtLjE1Mi0uMjYzLS4yMzUtLjU5NS0uMjYzLTEuMDExdi0uMjkxYzAtLjQ4NS4wODMtLjg3My4yNjMtMS4xNzguMTgtLjMwNS40NDMtLjQ4NS44MzEtLjQ4NVptLTMuNDA3LTEuMTM2YTEuMTcgMS4xNyAwIDAgMC0uNzA2LjIzNSAxLjQ4MiAxLjQ4MiAwIDAgMC0uNDE1LjVsLS4wODMuMTY1LS4wNy0uODAzaC0xLjM1N3Y1LjQzMmgxLjQ1NFY1Ljc2NGEuODguODggMCAwIDEgLjMxOS0uMzg4Yy4xMS0uMDY5LjI1LS4xMS40MTUtLjEyNGguMTI1bC41NC4wMTQuMTY2LTEuMzE3Yy0uMDctLjAxNC0uMTI0LS4wMjgtLjE5NC0uMDQxLS4wNTUtLjAxNC0uMTI0LS4wMTQtLjE5NC0uMDE0Wk02Ljg5NiAyLjEySDQuMTE0djcuMzE3aDEuNDY4VjYuNzloMS4zM2MuODQ0IDAgMS40OTUtLjIwOCAxLjk4LS42MzguNDg1LS40My43Mi0uOTgzLjcyLTEuNjlzLS4yMzUtMS4yNjEtLjcyLTEuNjljLS40NDMtLjM4OS0xLjAzOS0uNjEtMS43NzMtLjYzOGwtLjIyMS0uMDE0Wm05Ljg0NyAxLjc3NGMtLjgwMyAwLTEuNDI2LjI2My0xLjg4My43NzYtLjQxNi40Ny0uNjM3IDEuMDY3LS42NzkgMS43NzN2LjMzM2MwIC44MTguMjIyIDEuNDgzLjY3OSAxLjk5NS40NTcuNTEzIDEuMDguNzc2IDEuODgzLjc3Ni44MDQgMCAxLjQyNy0uMjYzIDEuODg0LS43NzYuNDE1LS40Ny42MzctMS4wNTMuNjc4LTEuNzczdi0uMzMzYzAtLjgxNy0uMjIxLTEuNDgzLS42NzgtMS45OTUtLjQ1Ny0uNTEzLTEuMDgtLjc3Ni0xLjg4NC0uNzc2Wk0xOC4wMDMgMGE2IDYgMCAwIDEgMCAxMkgwVjMuNDIzQTMuNDIgMy40MiAwIDAgMSAzLjQyIDBoMTQuNTgzWiIvPjwvc3ZnPg==",Ov="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADgAAAA4CAMAAACfWMssAAABC1BMVEUAAADt7vHt7vHn5+/v7+/u7vLs7O/Y2urv7+/I0uTu7/Ls7e/r6+/r7e/J1OTE0OGdrMHu7/Hu7/Lt7vHHz9/I0+Ps7O/V3eju7/GXp72YqL7s7u/I0uPH0+Pv7/OWpr3H0uLH0+OXp7vl6e67xtmquszi5u3W3ejAzd66x9jJ0+O5xdimtcmYprzI0+Ps7e+Yp73t7vHI0+OXp7309vnCzt/N1+Xd4+ucrMHp7PLa4evR2uff5O3F0OHo6+/j5+6uu82jssedrMKaqr/Y3+nP2ObR2OOpt8rm6e/k5+68yNq6xdW2w9XT3OivvdCmtcnu8fa/ytezwNKhsMTL09/c4+zZ3+m/y9zGz9seNO0nAAAAMXRSTlMA3+8gEJ9gECDfv3BAgO/v78+vkCCQUO/f37ewoIB/cGBAQO/v79/f39/Pz8/Pv6CfPHl8AQAAAyVJREFUSMedluda4kAUQAcUkGJB0bXturq9b3JTaUkITQOiYHv/JzEzmZYYIp/nhyYz93hnbqaI0ijVqoX6oRJyWNmt1tBqlIqVvBIjv1tcQfvALZlcYe0tGmEvQz3gWmrW4rJ0BeUVCutp3lpOeZXc2ts8YWZ72abw3mKWqOdMp+3U8OaWanSpKVeI1rOrdnTVuHyhOaq6/V1tsdoKr0ib+roF/khvJry++mMHwFPZ+8GLCbZGENJ7nI7b/amBaX0zP7W2fgOmM2Zrlw12T6EYC8D4HTXGFyBc8Tls0oQKQ/UBs7MdF3eo+FWJpyzIovAEuiUyyinFJzQ8APC4J0yPzJGIImVREeIEvF8k9Op61uuB3/PcQMfvEws8dSwi8UbZ5W9dlsD1QcKbkMaOKn2mSijmuWcQreNCkp6uEkx5rDX+0ooGaUEK15HZ5cE1VGWPbdI1gXRGpLfFxaqYIhloAJBp8sIWUEVOqPuwlHksZR3l5BnOIANdnmUO0QebFAayGMUKy0QHt44yNLr2+0nRxKK1VCI9QRgySIpN/Olxr7kAN3Dpn7h1hmSnPdkWLY/BxZwQdRyjmWBrmmbeuVjUNHsOELY80VVg8OLUk6J2o0XYw+AO/w7ADRsti4gDvlj/ic/YIeJLhk74wzFhLn3IE7bkuqw4OF8qJjxKVa3yRY7FazwdEuTaLN6eOzRvT15zNbSel8rqA5g4yIVbJt6CS8WJVJs8Qmyx2iQlFWdCDGAWPfTlhXMiHR0POOUChjjozuJDdWbD6GGAE3bF0YHHKlLq1lBLp4m72/wrYjbp2yUxzQzvQexGJKVUSKfhpGg3ZNMN8kzcQDQlN0m/nfTuo3b5PGYpxR4hIWNpGdjTqPEdj8pt8H9T5KOVutP7dkiTjJF48dM4cV85JC4dgx3ke0iwXqc3aCb9LrvKBRvhthwbGRJNKiYozLa6Aib3hFleRSyn/GvVSJhXo95iNom3/WygFEr7sbuUX1SCfbSEj2X59k6a5XO0lMa+8BLm1vsSyqJxWk4e6V6mJg/4b+KS/Hx6jlbk4uz4+Ag7R3/+n12khjwDw+rmuecPQ74AAAAASUVORK5CYII=",zv="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAMAAADXqc3KAAAAn1BMVEUAAADt7vHu7vLu7vLv7+/n5+fFxcXu7vHv7/PHx8eamprt7fLt7fHn5+vGxsbS09Surq6fn5+ZmZmZmZnGxsbGxsbt7/K/v7/Hx8ft7vHGxsaZmZn09vnk5eeqqquenp7p6u3X2NnLy8vU1dbr7O67u7uvr6/o6evh4uPR0dLCwsLAwMDZ2ty9vb6kpaWhoaHe3+HPz8+zs7OkpKTc3d7Gt0R8AAAAGXRSTlMA779wIBDv338gv5+AgHDv7+/v36+gn3BgD0kJmgAAAS1JREFUKM9dkOmSgyAQhNFo7mTvYwYEBa9oorne/9l2hqJSbr4q+NHNdBcjAukyXgBE8SwRU5IYHmwm1iyCCdFMBJbwxDK8B2iKLGjl8VAC+JmEcqzRrmnP5yzrbm93SuOeDQCcpNToGaV8ISGmAfBGPce+qjrsjSxYSbkBGtt1tZGEueLpwsZW8A8snlj2jD0efRZVtxzw4Ia2BFgIch1qOaHCM4lsHHA0WpOpKyk7qX2WWLBhhhxU7grlKlV7I+LyAm+DUplS/sqv2HL5FiDDSio15CQOdHrrl5L6kpqEMOHwTlIiOKu0WIDy5Bfkn3+HJTYXRNdmWXtA1nmJfu1lgRNcQw2encV/2J0I7OdIXM1YIzH/FQ9WX4i1JF4RP1dBDNZ+/S7lx/onDcIfdi8x4pYpSxgAAAAASUVORK5CYII=",Nv="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAMAAADXqc3KAAAA51BMVEUAAABRT2tSUGpRT2tQUHBQUGjwtcxRT2tRUGtST2tSTmrvsMnvt89QUHDqTIpkXHhST2zQobmfdpPrTYrGVoHqS4nwtszvtMzvtc3vr89RT2vwtczASHb09vnIXYbt4OncqMDqTInGVoBbVnHqp8GqiKJlXHfz2+bsrsfkmrfIm7SggpvScZfKaY/q1uDtgKvRiKaNdY/MY4vy7fLy5Ozxydrxw9bhtcjnobzVlK/diam0j6jYfqHVeJyXfJWcd5TrXJOCb4l5aYNvYn3DUXzxzd3kwNDSorrth6/CjqnAeZnNdJaDb4nDaCDkAAAAGnRSTlMA73C/ICDv37+ff3AgEL+AgO/v7+/fr6BgELJb3PQAAAE/SURBVCjPXZHnUsMwEIRlOySkhw66k+24YScx6b0XOu//PJw0mozh+6Efu6ddzYlpqiWrwLlhmTmW5cLiZ4oZyzR4BsNkmhL/R0nPcx6FR6357ZbPuanyKefT62yjn37/cJwPbjeUJnuKNPeFuAaFjXhNgkUXONHDdR6CJIkh8HArlSo1UIUbx6sTEt4CZlfSaLBLOl2YeaixA2irLKrey4AzA4jpXQVG7hI6mCGBPonSaIF9StMUMe0hzrGjslhBGp7tDIUzfRPTnvhWhiHLQxjYQrwIoQ5nAXtZ3uD8AAkKYTsk0sAocNVSqqpkRaK+MYYNSTkms3wXXodCMZpAKD9FLzF6Bxg/ExMgXS+RluKHkGEZUYOi7sIf3DrTlPNAfOx2XSDyj+xM5QGg2yTIua+wLJVy7abZvKuVn7TwCyKmN+3PjJblAAAAAElFTkSuQmCC",Uv="data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGcgaWQ9IkZyYW1lIj4KPHBhdGggaWQ9IlZlY3RvciIgZD0iTTguNzEwMjMgMTMuMzg3NkwxMy4yODkzIDguODA4NkwxNC4wOTc3IDguMDAwMjJMMTMuMjg5NyA3LjE5MjIyTDguNzEwMjMgMi42MTI3OUw3LjkwMjIzIDMuNDIwNzlMMTEuOTA5NSA3LjQyODc5SDEuOTA1NjZWOC41NzE2NUgxMS45MDk1TDcuOTAxODUgMTIuNTc5M0w4LjcxMDIzIDEzLjM4NzZaIiBmaWxsPSIjODM4MzgzIi8+CjwvZz4KPC9zdmc+Cg==";p();p();function os(){let e=new Date;return`${e.getFullYear()}-${e.getMonth()+1}-${e.getDate()}_${e.getHours()}-${e.getMinutes()}-${e.getSeconds()}`}p();function BA(e){let{t}=W(),{accessToken:n,id:r,listAllFiles:a}=e,[i,o]=K(!1);function s(u,l){u.preventDefault(),o(!0),new zr(n).delete(l).catch(c=>{on(t("delete"))}).then(()=>a()).finally(()=>o(!1))}return d("a",{href:"#",className:"secondary margin-left text-sm",onClick:u=>s(u,r),"aria-busy":i,children:t("delete")})}function sf(e){let{onClose:t,accessToken:n,authExpire:r}=e,{t:a}=W(),[i,o,s,u]=Ye(),[l,c]=K([]),[g,f]=K(!0),[m,h]=K(!1),[y,T]=K({});le(()=>{n&&x().then(()=>f(!1))},[n]);let b=v=>{v.target&&v.target.id==="immersive-translate-overlay"&&t()};function x(){return new zr(n).listAll().then(A=>{c(A)}).catch(A=>r())}function w(v){if(v.preventDefault(),l.length>=10)return on(a("maxBackupFiles",{count:10}));h(!0);let A="immersive-translate-config-"+os()+".json";new zr(n).uploadConfig(i,A).catch(D=>{on(a("uploadFail"))}).then(()=>x()).finally(()=>h(!1))}function L(v,A,D){v.preventDefault(),T({[D]:!0}),new zr(n).getConfig(A).then(S=>{o(()=>({...S})),lt(a("importSuccess"))}).catch(S=>{R.error(S),on(a("importFail"))}).finally(()=>T({}))}function M(v,A){new zr(n).getConfig(v).then(D=>{let S=document.createElement("a");S.setAttribute("href","data:text/plain;charset=utf-8,"+encodeURIComponent(JSON.stringify(D,null,2))),S.setAttribute("download",A),S.style.display="none",document.body.appendChild(S),S.click(),document.body.removeChild(S)}).catch(D=>{R.error("download google config file failed",D),on(a("downloadFail")+": "+D.message)})}function C(v){v.preventDefault(),o({...i,autoSync:!1}),Ha.revoke(n).then(()=>t())}return d("dialog",{id:"immersive-translate-overlay",onClick:b,open:!0,children:d("article",{class:"md:w-[32rem] px-4",children:[d("a",{href:"#",title:a("clickToDownload"),"aria-label":"Close",className:"close","data-target":"modal-example",onClick:v=>{v.preventDefault(),t()}}),d("h4",{children:a("syncTitle")}),d("div",{className:"mb-4",children:l.map((v,A)=>d("div",{class:"flex flex-wrap justify-between",children:[d("div",{class:"mr-2 mb-2",children:[d("div",{children:d("a",{href:"#",onClick:D=>{D.preventDefault(),M(v.id,v.name)},class:"block truncate w-40 sm:w-auto",children:v.name.replace("immersive-translate-","")})}),d("div",{class:"text-xs text-gray-500",children:[new Date(v.modifiedTime).toLocaleString(),",\xA0",du(parseInt(v.size))]})]}),d("div",{children:[d("a",{href:"#",role:"button",className:"margin-right secondary","aria-busy":y[A],disabled:y[A],onClick:D=>L(D,v.id,A),children:a("import_hint")}),d(BA,{accessToken:n,id:v.id,listAllFiles:x})]})]},"file"+A))}),d("div",{className:"flex items-center",children:[d("a",{href:"#",role:"button",className:"mr-4","data-target":"modal-example","aria-busy":m,onClick:w,disabled:g,children:a("create_new_backup")}),d("a",{href:"#",className:"secondary text-sm","data-target":"modal-example",onClick:C,disabled:g,children:a("revokeAuth")})]})]})})}p();p();function qr(e,t){return e.localeCompare(t,void 0,{numeric:!0,sensitivity:"base"})>=0}var we=oo([]);function Jt(e){let[t,n]=K(null);return le(()=>{yt().then(r=>{n(r),R.debug("current config",r)})},[]),le(()=>{yt().then(r=>{n(r)})},[e]),t}function Un(e){let[t,n]=K(null);return le(()=>{e&&yn({url:"http://localhost",config:e,state:{cache:!1}}).then(r=>n(r))},[e]),t}function qv(){let[e,t]=K(!1),n=Ir();return le(()=>{pe()&&(!n||n=="0.0.0"||qr(n,"0.9.0")||t(!0))},[n]),[e,t]}function fa(){let[e,t]=K(null);return le(()=>{Wt().then(r=>{t(r)})},[]),[e,r=>{t(r),Kt(r)}]}p();var ct=class extends pi{constructor(t){super(t),this.state={hasError:!1}}error;info;static getDerivedStateFromError(t){return{hasError:!0}}componentDidCatch(t,n){this.error=t,this.info=n}render(){return this.state.hasError?(R.error("ErrorBoundary",this.error,this.info),d(IA,{error:this.error,info:this.info})):this.props.children}};function IA({error:e,info:t}){let{t:n}=W(),r=location.protocol.includes("extension")&&location.href.includes("options.html");return d("div",{class:"error-boundary",children:[e?.message," ",JSON.stringify(t?.componentStack),d("div",{style:{marginTop:10},children:[n("error.configError"),d("a",{style:{marginLeft:6},href:r?location.href.replace(/#.+/,"#import_export"):"https://dash.immersivetranslate.com/#import_export",target:r?"":"_blank",children:n("error.goReset")})]})]})}var uf=R;function RA(){let[e,t]=K(null);return le(()=>{yt().then(n=>{t(n)})},[]),e}function cf(){let[e,t,n,r,a]=Ye(),i=RA(),{t:o,setLang:s}=W(),[u,l]=fa();if(!i)return null;return d(ct,{children:d("div",{class:"pb-4",children:[d(c,{}),d(g,{}),!wo()&&d(f,{}),d(m,{config:i})]})});function c(){let h=b=>{b.preventDefault(),confirm(o("confirmResetConfig"))&&(a({...Ri(),updatedAt:new Date().toISOString()}),Oa().catch(x=>{uf.error("clean local config error",x)}),Ra().catch(x=>{uf.error("clean buildin config error",x)}),ti().catch(x=>{uf.error("clean cache error",x)}),lt(o("resetSuccess")),setTimeout(()=>{window.location.reload()},500))},y=b=>{t(()=>({...b}))},T=b=>{b.preventDefault();let x=document.createElement("input");x.setAttribute("type","file"),x.setAttribute("accept","text/plain"),x.style.display="none",document.body.appendChild(x),x.oninput=w=>{let L=w.target,M=new FileReader;M.onload=function(){try{let C=JSON.parse(M.result);y(C),lt(o("successImportConfig"))}catch(C){on(`Invalid JSON ${C.message}`)}},M.readAsText(L.files[0])},x.click(),document.body.removeChild(x)};return d(xe,{children:[d("div",{class:"nav",children:d("strong",{class:"text-lg",children:o("import_export_title")})}),d("div",{class:"pb-2",children:[d("a",{class:"mr-2 secondary mb-2 !text-sm",onClick:T,href:"#",role:"button",children:[zA,o("import")]}),d("a",{href:"#",class:"secondary mr-2 mb-2 !text-sm",onClick:b=>{if(b.preventDefault(),wo()){let x=Le();window.location.href=x.OPTIONS_URL+"#download_config"}else{let x=new Blob([JSON.stringify(e,null,2)],{type:"text/plain;charset=utf-8"});fi.saveAs(x,"immersive-translate-config-"+os()+".txt")}},role:"button",children:[NA,o("export")]}),d("a",{href:"#",onClick:h,class:"secondary text-sm",children:o("reset")})]})]})}function g(){return d("details",{class:"mt-4 mb-6",children:[d("summary",{children:o("clickToExpandConfig")}),d("pre",{children:d("code",{children:JSON.stringify(e,null,2)})})]})}function f(){let[h,y]=K(!1),[T,b]=K(!1),[x,w]=K(!1),[L,M]=K("");le(()=>{if(tu()&&n){let P=localStorage.getItem(nu);if(localStorage.removeItem(nu),P){let O=globalThis.localStorage.getItem(bp);R.debug("import_export","rawAuthInfoStr",O);let z={},q={},I="";if(O){globalThis.localStorage.removeItem(bp);try{z=JSON.parse(O),q=z.state||{},I=z.access_token||""}catch(k){R.error("parse state error",k)}}if(I&&q&&(Ha.setAuthInfo({access_token:I}),R.debug("import_export","Google OAuth:",z),z)){let k=z.state;R.debug("state",k),k?.mode==="auto"?(b(!0),N(I)):(w(!0),D(I))}}}},[n]);function C(){b(!0),em({source:globalThis.location.href,mode:"auto"},!0).then(P=>{R.debug("import_export","Google OAuth:"+P),P!==null&&N(P)}).catch(P=>{P&&P.message==="tokenValidateErrorRedirectToAuthUrl"?R.debug("tokenValidateErrorRedirectToAuthUrl, ignore"):S(P)})}function v(){w(!0),y(!1),em({source:globalThis.location.href,mode:"manual"},!0).then(P=>{R.debug("import_export","Google OAuth:"+P),P!==null&&D(P)}).catch(P=>{P&&P.message==="tokenValidateErrorRedirectToAuthUrl"?R.debug("tokenValidateErrorRedirectToAuthUrl, ignore"):S(P)})}function A(){M(""),C()}function D(P){M(P),w(!1),y(!0)}function S(P){b(!1),w(!1),y(!1),t({...e,autoSync:!1}),R.error("import_export","Google OAuth error:"+P),on(o("authFail"))}function N(P){b(!0),R.debug("sync latest with drive",P,e),M(P),Xp(P,e,O=>{O.interfaceLanguage&&s(O.interfaceLanguage),a(O)},O=>l({...u,lastSyncedAt:O}),O=>t({...e,updatedAt:O}),O=>{O?lt(o("successSyncConfig")):lt(o("successSyncButNoChange"))},O=>on(o("syncFail")+O)).finally(()=>{b(!1)})}function F(P){t({...e,autoSync:P.checked}),P.checked&&C()}return d(xe,{children:[d("hgroup",{class:"my-2",children:[d("h5",{children:o("syncToCloud")}),d("h6",{class:"!text-sm",children:o("syncToCloudDescription")})]}),d("div",{children:[d("a",{className:"mr-4 secondary mb-2 !text-sm ",onClick:P=>{P.preventDefault(),C()},"aria-busy":T,href:"#",role:"button",children:[T?d(xe,{}):jv,o("syncToGoogleDrive")]}),d("a",{href:"#","aria-busy":x,onClick:P=>{P.preventDefault(),v()},class:"secondary text-sm",children:o("backupToCloud")})]}),d("div",{class:"text-xs text-gray-500",children:u?.lastSyncedAt&&o("lastSyncedAt",{date:new Date(u.lastSyncedAt).toLocaleString()})}),u?.lastSyncErrorMessage&&d("p",{class:"mt-2 text-xs text-red-500"}),h?d(sf,{onClose:()=>y(!1),authExpire:A,accessToken:L}):null]})}function m({config:h}){let y=Wv(),[T,b]=K(!1),[x,w]=K(""),[L,M]=K(""),[C,v]=K(null),{t:A}=W();if(!y||!y.token)return null;let D=Qt(y);async function S(){try{if(T)return;b(!0),M("");let P=await v0(y?.token,e,a),O="";switch(P){case"upload":{O=A("successSyncConfigToAccount");break}case"override":{O=A("successSyncConfigInAccount");break}default:O=A("syncConfigNoUpdate")}w(O)}catch(P){w(""),M(P.message)}finally{b(!1)}}let N=P=>{l({...u,proAutoSync:P})},F=u&&u.proAutoSync!==void 0?u.proAutoSync:!0;return d(xe,{children:[d("hgroup",{class:"my-2 mt-4",children:[d("h5",{children:A("syncToAccount")}),d("h6",{class:"!text-sm",children:A("syncToAccountDescription")})]}),D&&d("fieldset",{class:"my-4",children:d("label",{for:"switch",children:[d("input",{type:"checkbox",id:"enabled",name:"enabled",role:"switch",onChange:()=>{N(!F)},checked:F}),A("enableAutoSyncUserSettings")]})}),d("a",{className:"mr-4 secondary mb-2 !text-sm ",onClick:P=>{P.preventDefault(),S()},"aria-busy":T,href:"#",role:"button",children:[jv," ",A("syncToAccountButton")]}),L?d("p",{class:"text-xs text-red-500",children:L}):d("p",{class:"text-xs text-gray-500",children:x||u?.accountLastSyncedAt&&A("lastSyncedAt",{date:ly(u.accountLastSyncedAt)})})]})}}async function v0(e,t,n){try{if(t===null)return"noupdate";let r=await Wt();if(t.updatedAt){let s=new Date().getTime(),u=new Date(t.updatedAt).getTime();if(s-u<1e3)return await lf(e,t),await Kt(r),"upload"}let a=await Kv(e);r.accountLastSyncedAt=Date.now(),R.debug("settings",t),R.debug("local settings.updatedAt",t.updatedAt),R.debug("remote settings.updatedAt",a.updatedAt),R.debug("last synced at",r.accountLastSyncedAt);let i=!1;if(t.updatedAt&&(!a||!a.updatedAt)&&(i=!0),!i&&t.updatedAt>a.updatedAt&&(i=!0),R.debug("isUpload",i),i)return await lf(e,t),await Kt(r),"upload";let o=!1;return a.updatedAt&&(!t||!t.updatedAt)&&(o=!0),!o&&t.updatedAt{!n||!n.token||r&&r.proAutoSync===!1||OA(n)&&v0(n.token,e,t).then(i=>{R.debug("syncUserSetting result",i)})},[e,n])}function OA(e){return Qt(e)?!0:new Date(e.createTime){ot.get(bt,null).then(n=>{t(n)})},[t]),e}function Kv(e){return(location.href?.indexOf("popup.html")>0?Tr:de)({responseType:"json",url:Pi+"/v1/user/settings",method:"get",headers:{token:e}}).then(n=>n.data)}function lf(e,t){return(location.href?.indexOf("popup.html")>0?Tr:de)({responseType:"json",url:Pi+"/v1/user/settings",method:"post",headers:{token:e,"content-type":"application/json"},body:JSON.stringify(t)}).then(r=>r.data)}var jv=d("svg",{class:"inline mr-1",xmlns:"http://www.w3.org/2000/svg",width:"18",height:"18",viewBox:"0 0 24 24",children:d("path",{fill:"currentColor",d:"M15.375 19.25q-.525.25-.95-.038q-.425-.287-.425-.937q0-.25.163-.487q.162-.238.412-.363q1.575-.75 2.5-2.225T18 11.95q0-1.125-.425-2.188Q17.15 8.7 16.25 7.8L16 7.55V9q0 .425-.287.712Q15.425 10 15 10t-.712-.288Q14 9.425 14 9V5q0-.425.288-.713Q14.575 4 15 4h4q.425 0 .712.287Q20 4.575 20 5t-.288.713Q19.425 6 19 6h-1.75l.4.35q1.225 1.225 1.788 2.662Q20 10.45 20 11.95q0 2.4-1.25 4.362q-1.25 1.963-3.375 2.938ZM5 20q-.425 0-.713-.288Q4 19.425 4 19t.287-.712Q4.575 18 5 18h1.75l-.4-.35q-1.225-1.225-1.788-2.662Q4 13.55 4 12.05q0-2.4 1.25-4.363Q6.5 5.725 8.625 4.75q.525-.25.95.037q.425.288.425.938q0 .25-.162.487q-.163.238-.413.363q-1.575.75-2.5 2.225T6 12.05q0 1.125.425 2.187Q6.85 15.3 7.75 16.2l.25.25V15q0-.425.288-.713Q8.575 14 9 14t.713.287Q10 14.575 10 15v4q0 .425-.287.712Q9.425 20 9 20Z"})}),zA=d("svg",{class:"inline mr-1",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",width:"18",height:"18",children:[d("path",{fill:"none",d:"M0 0h24v24H0z"}),d("path",{d:"M3 19h18v2H3v-2zm10-5.828L19.071 7.1l1.414 1.414L12 17 3.515 8.515 4.929 7.1 11 13.17V2h2v11.172z"})]}),NA=d("svg",{class:"inline mr-1",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",width:"18",height:"18",children:[d("path",{fill:"none",d:"M0 0h24v24H0z"}),d("path",{d:"M3 19h18v2H3v-2zM13 5.828V17h-2V5.828L4.929 11.9l-1.414-1.414L12 2l8.485 8.485-1.414 1.414L13 5.83z"})]});p();var UA=({children:e,isOpen:t,closeModal:n})=>d("div",{style:{position:"fixed",top:"0",left:"0",width:"100%",height:"100%",background:"rgba(0, 0, 0, 0.5)",display:t?"block":"none"},children:d("div",{style:{position:"absolute",top:"50%",left:"50%",transform:"translate(-50%, -50%)",background:"white",padding:"30px",borderRadius:"5px",boxShadow:"0 2px 10px rgba(0, 0, 0, 0.2)"},children:e})}),Gv=UA;p();var df="Arial",gf=(e,t="a")=>{try{return typeof e!="string"||!document.createElement("canvas").getContext("2d")?!1:e.toLowerCase()===df.toLowerCase()?!0:Vv(df,t).join("")!==Vv(e,t).join("")}catch{return!1}};function Vv(e,t){let n=t.length*12,r=20,a=new Date().getTime(),i=document.createElement("canvas"),o=i.getContext("2d");if(!o)return[];i.width=n,i.height=r,o.textAlign="center",o.fillStyle="black",o.textBaseline="middle",o.clearRect(0,0,n,r),o.font="12px "+e+", "+df,o.fillText(t,n/2,r/2);let s=o.getImageData(0,0,n,r).data;return Array.from(s).filter(l=>l!==0)}p();p();function pf(e){let{t}=W(),{userConfig:n,isProUser:r,currentProvider:a,provider:i,onChange:o}=e,s=t(i.descriptionKey,{1:i.descriptionLink1,2:i.descriptionLink2});return!r&&i.descriptionKeyForNormal&&(s=t(i.descriptionKeyForNormal,{1:i.descriptionLink1,2:i.descriptionLink2})),(!n||da(n))&&!r&&i.name=="pro"?null:d("label",{class:"pro-radio-label",for:i.name,children:[d("div",{class:"pro-input-radio",children:d("input",{type:"radio",id:i.name,name:i.name,value:i.name,onClick:o,checked:i.name===a})}),d("div",{class:"pl-4",children:[d("div",{class:"pro-radio-title",children:t(i.nameKey)}),d("small",{class:"pro-radio-desc muted",dangerouslySetInnerHTML:{__html:s}})]})]})}function ni({config:e,ctx:t,serviceType:n,title:r,description:a}){let{t:i}=W(),o=Ge(),[s,u]=K(!1),[l,c]=K(""),[g,f]=K(""),[m,h]=K(null),[y,T]=K(null),[b,x,w,L,M]=Me(we),C=B=>{x(H=>{let j={...H,[n]:B};return n==="translationService"&&(j.translationServiceChangedbyUserAt=new Date().toISOString()),j})},v=t&&Mi(t,n)||[],A=ze(()=>{if(e&&t){let{translationServices:B}=e,H=t[n],j=B?.[H];return j?{...j}:{}}return null},[e,t]),D=ze(()=>{if(e&&t){let B=t[n];if(nr[B])return _o(n,B,t)}return null},[e,t]);if(le(()=>{ot.get(bt,null).then(B=>{B?(h(B),T(Qt(B))):T(!1)}).catch(B=>{T(!1)})},[]),y===null)return null;let S=!!D?.providers?.length||!!D?.explicitProps?.length||!!D?.optionalProps?.length;return d(xe,{children:[d("div",{class:"nav",children:[d(Ae,{title:r||i("service"),description:a||i("select translation service")}),d(F,{})]}),d(P,{}),d(O,{}),S&&d("article",{children:[d(z,{}),d(q,{}),d(I,{}),d(N,{}),k(),_()]})]});function N(){return D?.id=="gemini"?D.config.disableWarning?null:d("div",{class:"description py-2",children:i("geminiWarning")}):null}function F(){return d("select",{class:"select",onChange:B=>{B.preventDefault(),c(""),f(""),C(B.target.value)},children:v.map((B,H)=>d("option",{value:B.id,selected:B.id===t?.config?.[n],children:`${i("translationServices."+B.id)}${B.ok?"":" "+(!y&&!o&&B.providers&&B.providers.length>0?i("needLoginAction"):i("needActionForOptions"))}`},"service-item="+H))})}function P(){return l?d("p",{class:"verified text-red-500 mr-2",dangerouslySetInnerHTML:{__html:l}}):null}function O(){return!A||!D?null:d("div",{class:"text-right text-sm",children:[g&&d("span",{class:"verified text-green-500 mr-2",children:i("verified")}),d("a",{"aria-busy":s,href:"#",class:"secondary",onClick:async B=>{B.preventDefault();try{c(""),f(""),u(!0),await xn(500);let H=D.class;H&&H.clearState&&await H.clearState(),await Nr({id:1e6,text:"Hello world",from:"en",to:"zh-CN",url:"https://google.com",fromByClient:"auto",refresh:!0},{...t,translationService:D.id,rule:{...t?.rule,paragraphMinTextCount:1}}),f("verified")}catch(H){let j=H.message;try{j=H?.uiConfig?.(t)?.errMsg||H.message}catch{}c(j)}finally{u(!1)}},children:i("verifyService")})]})}function z(){return D?.providers?.length?d("fieldset",{children:[d("legend",{class:"mb-4",children:i("chooseProviderLabel")}),D.providers.map((B,H)=>d(pf,{userConfig:e,isProUser:!!y,provider:B,currentProvider:D.currentProvider,onChange:j=>{j.preventDefault();let V=j.target.value;V&&x(ie=>{let te=ie.translationServices||{},J=te[D.id]||{};return{...ie,translationServices:{...te,[D.id]:{...J,provider:V}}}})}}))]}):null}function q(){return D?.titleKey?d("div",{class:"description pb-1",dangerouslySetInnerHTML:{__html:at.sanitize(i(D?.titleKey),{ALLOWED_ATTR:["href","target"]})}}):null}function I(){return!D?.docUrl||D.providers.length?null:d("div",{children:[d("a",{target:"_blank",class:"pb-1 docUrl",href:D.homepage,children:i(`translationServices.${D.id}`)}),"\xA0",d("span",{class:"description pb-1",children:i("please refer to")}),"\xA0",d("a",{target:"_blank",class:"pb-1 docUrl",href:D.docUrl,children:i("KeyAndConfigurationTutorial")})]})}function k(){return!A||!e||!D?.explicitProps?.length?null:d(xe,{children:D.explicitProps.map((B,H)=>d("div",{class:"mt-2",children:d(is,{config:e,isProUser:!!y,currentProvider:D.currentProvider,service:D?.id,field:B,value:A[B.name],onChange:j=>{x(G=>{let V=G.translationServices||{},ie=V[D.id]||{};return{...G,translationServices:{...V,[D.id]:{...ie,[B.name]:j}}}})},onFinish:()=>{lt(i("saved"))}},B.name+D.id)},"service-item-prop-"+B.name+H))})}function _(){return!A||!e||!D?.optionalProps?.length?null:d(xe,{children:d("details",{class:"pt-4 border-none",children:[d("summary",{style:{lineHeight:"1rem"},children:[i("moreOptions"),"\xA0\u{1F449}"]}),d("div",{children:D.optionalProps.map((B,H)=>{let j=A[B.name];return B.name==="apiUrl"&&D?.id==="openai"&&A?.APIKEY?.startsWith("immersiveopenai_")&&(B={...B,disabled:!0},j="https://openai-api.immersivetranslate.com/v1/chat/completions"),B.name=="placeholderDelimiters"&&(B.default=A.placeholderDelimiters||B.default),d("div",{class:"mt-2",children:d(is,{config:e,service:D?.id,field:B,value:j,onChange:G=>{x(V=>{let ie=V.translationServices||{},te=ie[D.id]||{};return{...V,translationServices:{...ie,[D.id]:{...te,[B.name]:G}}}})},onFinish:()=>{lt(i("saved"))}},B.name+D.id)},"service-item-optional-prop-"+B.name+H)})}),d("a",{href:"#",class:"secondary text-sm mt-2",onClick:B=>{B.preventDefault(),window.confirm(i("confirmResetToDefaultSettings"))&&(x(j=>{let G=j.translationServices||{};return{...j,translationServices:{...G,[D.id]:{}}}}),setTimeout(()=>{window.location.reload()},100))},children:i("resetToDefaultSettings")})]})})}}var qA=Object.keys(Uo),Yv=Nc();function S0(){let e=Ye(),[t,n,r,a,i]=e,o=Jt(t),s=Un(o);Ct(t,n);let[u,l]=qv();return le(()=>()=>{Ut.unbind("esc")},[]),!o||!s?d("div",{children:"loading"}):d(ct,{children:d(we.Provider,{value:e,children:[d(jA,{}),d(QA,{config:o}),d(KA,{config:o}),d(ni,{config:o,ctx:s,serviceType:"translationService"}),d(HA,{config:o}),d(GA,{config:o}),d(VA,{config:o}),d($A,{config:o}),d(YA,{config:o}),d(WA,{config:o,ctx:s}),d(Gv,{isOpen:u,closeModal:()=>l(!0),children:["\u5F53\u524D\u6C89\u6D78\u5F0F\u63D2\u4EF6\u592A\u65E7\uFF0C\u70B9\u6B64\u5347\u7EA7\u81F3",d("a",{href:"https://download.immersivetranslate.com/immersive-translate.user.js",target:"_blank",children:"\u6700\u65B0\u7248"})]})]})})}function jA(){let[e,t,n,r,a]=Me(we),{t:i}=W(),o=s=>{s.preventDefault(),confirm(i("confirmResetConfig"))&&(a({...Ri(),updatedAt:new Date().toISOString()}),Oa().catch(u=>{R.error("clean local config error",u)}),Ra().catch(u=>{R.error("clean buildin config error",u)}),ti().catch(u=>{R.error("clean cache error",u)}),lt(i("resetSuccess")),setTimeout(()=>{window.location.reload()},500))};return d("div",{class:"nav",children:[d("strong",{class:"text-lg",children:i("general")}),d("a",{class:"text-sm",href:"#",onClick:o,children:i("reset")})]})}function HA({config:e}){let[t,n,r,a,i]=Me(we),{t:o,setLang:s}=W(),u=l=>{n(c=>({...c,interfaceLanguage:l}))};return d("div",{class:"nav",children:[d(Ae,{title:o("interface language"),description:o("desc.interfaceLanguage")}),d("select",{class:"select",onChange:l=>{s(l.target.value),u(l.target.value),pe()||setTimeout(()=>{jc()},200)},children:qA.map((l,c)=>d("option",{value:l,selected:l===e.interfaceLanguage,children:Zt(l,e.interfaceLanguage,!0)},"locale"+c))})]})}function WA({config:e,ctx:t}){let{t:n}=W(),[r,a]=K(0),[i,o]=K(""),[s,u]=K(!1),l=Ye(),c=(w,L,M)=>{u(!s),h(C=>{let v=C.translationThemePatterns||{},A=v[L]||{},D=A.matches||[],S=[...D];return M==="edit"&&(S=Ht(i,D)),S=zn(w,S),{...C,translationThemePatterns:{...v,[L]:{...A,matches:S}}}})},g=(w,L)=>{h(M=>{let C=M.translationThemePatterns||{},v=C[L]||{},D=[...v.matches||[]];return w.forEach(S=>{D=Ht(S,D)}),{...M,translationThemePatterns:{...C,[L]:{...v,matches:D}}}})},f=(w,L,M)=>{u(!s),o(w),a(M)},[m,h,y,T,b]=l,x=w=>{h(L=>{let M={matches:[],excludeMatches:[]};return L&&L.translationThemePatterns&&L.translationThemePatterns[w]&&(M=L.translationThemePatterns[w]),Ui(document,w,M,L.selectTranslationFont),{...L,translationTheme:w}})};return d("div",{children:[d("div",{class:"nav",children:[d(Ae,{title:n("translation display"),description:n("select diplay style")}),d("select",{class:"select",onChange:w=>{x(w.target.value)},children:Cp.map((w,L)=>d("option",{value:w,selected:w===e.translationTheme,children:n(`translationTheme.${w}`)},"theme"+L))})]}),d("div",{class:"pt-2 text-sm",children:d("p",{children:[n("sampleSourceText"),d("div",{class:"pt-2"}),d("font",{class:jo(e.translationTheme,!1,[],!1).join(" "),children:d("font",{class:Ho(e.translationTheme).join(" "),children:n("sampleTargetText")})}),e.translationTheme&&ff(e.translationTheme).length>0?d("details",{class:"pt-2 border-none",children:[d("summary",{class:"text-sm",style:{textAlign:"right",lineHeight:"1rem"},children:n("customTheme")}),d("div",{class:"flex flex-col items-end",children:[ff(e.translationTheme).map((w,L)=>{w.label=n(`customThemeLabel.${w.name}`);let M=e.translationThemePatterns||{},C=e.translationTheme,v=M[C]||{},A=`theme-${C}-${w.name}`,D=Oy(A)||void 0,S=v[w.name]||D;return d(is,{config:e,field:w,value:S,onChange:N=>{h(F=>{let P=F.translationThemePatterns||{},z={...P[e.translationTheme]||{},[w.name]:N},q={...F,translationThemePatterns:{...P,[e.translationTheme]:z}};return Ui(document,e.translationTheme,z,F.selectTranslationFont),q})}},"theme-prop"+L)}),d("a",{href:"#",class:"text-sm secondary",onClick:w=>{w.preventDefault(),h(L=>{let M=L.translationThemePatterns||{},C={...M[e.translationTheme]};ff(e.translationTheme).forEach(A=>{delete C[A.name]});let v={...L,translationThemePatterns:{...M,[e.translationTheme]:C}};return Ui(document,e.translationTheme,{matches:[],excludeMatches:[]},e.selectTranslationFont,!0),v})},children:n("resetToDefaultColor")})]})]}):null,d(nk,{config:e}),d("details",{class:"pt-2 border-none",children:[d("summary",{class:"text-sm",style:{textAlign:"right",lineHeight:"1rem"},children:n("previewAllThemes")}),Cp.map((w,L)=>d("div",{class:"pt-2",children:d("label",{children:[d("div",{class:"flex justify-between",children:d("div",{children:[d("input",{type:"radio",name:"theme",value:w,checked:w===e.translationTheme,onChange:M=>{x(M.target.value)}}),n(`translationTheme.${w}`)]})}),d("p",{children:d("font",{class:jo(w,!1,[],!1).join(" "),children:d("font",{class:Ho(w).join(" "),children:n("sampleTargetText")})})})]})},"theme-index-"+L))]})]})}),d("div",{class:"nav",children:[d(Ae,{title:"",description:n("useAboveStyleForTheseSites",{theme:n(`translationTheme.${e.translationTheme}`)})}),d("div",{class:"nav-right",children:d("a",{href:"#",role:"button",class:"add-button secondary outline",onClick:w=>{w.preventDefault(),u(!s)},children:n("add")})})]}),s?d(ma,{toggleModal:w=>{w.preventDefault(),u(!s)},onAddInterfaceUrl:(w,L)=>{c(w,e.translationTheme,L)},urlValue:i,index:r}):null,d(ei,{urls:tk(e),type:"matches",onDeleteUrl:w=>{g(w,e.translationTheme)},onEditUrl:f})]})}function KA({config:e}){let[t,n,r,a,i]=Me(we),{t:o}=W();if(!e)return null;let s=l=>{n(c=>({...c,targetLanguage:l}))},u=Xa(e.translationService,e.targetLanguage);return d("div",{class:"nav",children:[d(Ae,{title:o("target"),description:o("translate other languages into specific language")}),d("select",{class:"select",onChange:l=>{l.preventDefault(),s(l.target.value)},children:u.filter(l=>l!=="auto").map((l,c)=>d("option",{value:l,selected:l===e?.targetLanguage,children:Zt(l,e?.interfaceLanguage)},"language"+c))})]})}function GA({config:e}){let{t}=W(),[n,r,a,i,o]=Me(we),{handleTranslationLanguagePatternSelected:s}=Qv(r),u=(l,c)=>{s(l?"matches":void 0,c)};return d(Uu,{title:t("always languages"),description:t("always translate the following languages"),languages:Yv,selectLanguages:e?.translationLanguagePattern?.matches||[],interfaceLanguage:e?.interfaceLanguage,onChange:u})}function VA({config:e}){let{t}=W(),[n,r,a,i,o]=Me(we),{handleTranslationLanguagePatternSelected:s}=Qv(r),u=(l,c)=>{s(l?"excludeMatches":void 0,c)};return d(Uu,{title:t("neverTranslateLanguagesLabel"),description:t("neverTranslateTheFollowingLanguagesDescription"),languages:Yv,selectLanguages:e?.translationLanguagePattern?.excludeMatches||[],interfaceLanguage:e?.interfaceLanguage,onChange:u})}function $A({config:e}){let{t}=W(),[n,r,a,i,o]=Me(we),s=(l,c,g,f)=>{r(m=>{let h=m.translationUrlPattern,y=[],T=[];h&&h.matches&&h.excludeMatches&&(y=h.matches,T=h.excludeMatches);let b=[...y],x=[...T];if(f==="edit"){if(!b[c])return m;b[c]=l}return b=zn(l,b),x=Ht(l,T),{...m,isChangedAlwaysTranslatedUrls:!0,translationUrlPattern:{...m.translationUrlPattern,matches:b,excludeMatches:x}}})},u=async(l,c)=>{if(l&&l.length>0){let g=await Wt();for(let f of l){let m=f,h=g.tempTranslationUrlMatches||[],y=h.filter(b=>b.match!==m),T=!1;y.length!==h.length&&(T=!0),T&&Kt({...g,tempTranslationUrlMatches:[...y]})}}r(g=>{let f=g.translationUrlPattern,m=[];f&&f.matches&&(m=f.matches);let h=[...m];return l.forEach(y=>{h=Ht(y,h)}),{...g,isChangedAlwaysTranslatedUrls:!0,translationUrlPattern:{...g.translationUrlPattern,[c]:h}}})};return d(qu,{title:t("always sites"),description:t("always translate the following sites"),onDeleteUrl:u,onSubmitAddUrl:s,urls:e?.translationUrlPattern.matches||[],type:"matches"})}function YA({config:e}){let{t}=W(),[n,r,a,i,o]=Me(we),s=(l,c,g,f)=>{r(m=>{let h=m.translationUrlPattern,y=[],T=[];h&&h.matches&&h.excludeMatches&&(y=h.matches,T=h.excludeMatches);let b=[...y],x=[...T];return f==="edit"&&(x[c]=l),b=Ht(l,y),x=zn(l,x),{...m,isChangedAlwaysTranslatedUrls:!0,translationUrlPattern:{...m.translationUrlPattern,matches:b,excludeMatches:x}}})},u=(l,c)=>{r(g=>{let f=g.translationUrlPattern,m=[];f&&f.excludeMatches&&(m=f.excludeMatches);let h=[...m];return l.forEach(y=>{h=Ht(y,h)}),{...g,isChangedAlwaysTranslatedUrls:!0,translationUrlPattern:{...g.translationUrlPattern,[c]:h}}})};return d(qu,{title:t("never sites"),description:t("never translate the following sites"),urls:e?.translationUrlPattern.excludeMatches||[],onDeleteUrl:u,onSubmitAddUrl:s,type:"excludeMatches"})}function Qv(e){return{handleTranslationLanguagePatternSelected:qe((n,r)=>{if(!n){e(o=>{let s={...o.translationLanguagePattern};return{...o,translationLanguagePattern:{...o.translationLanguagePattern,matches:Ht(r,s.matches),excludeMatches:Ht(r,s.excludeMatches)}}});return}let a=n,i=a==="matches"?"excludeMatches":"matches";r&&e(o=>{let s={...o.translationLanguagePattern};return s[a]=zn(r,s[a]),s[i]=Ht(r,s[i]),{...o,translationLanguagePattern:{...o.translationLanguagePattern,...s}}})},[e])}}var mf=0,bf;async function Zv(e){if(mf>60*10)return null;mf++,ot.refresh(),await xn(300);let t=await ot.get(bt,null);R.debug("loopCheckUser",mf,t),t?(clearTimeout(bf),e(t)):bf=setTimeout(Zv.bind(null,e),1500)}function $v(e){let{user:t,lang:n}=e,r=Ge(),a=t&&t.email==="test@immersivetranslate.com",{t:i}=W();if(t&&t.subscription&&t.subscription.subscriptionStatus=="active"){let o=t,s=o.subscription,u=ek(s.subscriptionTo),l=s.subscriptionType,c=l.startsWith("onetime_"),g=!c&&s.cancelAtPeriodEnd!="true",f="";if(g){let m="";s.isTrial&&(m=i("autoRenewTrialSuffix")),f=i("currentPlanDescriptionForContinuous",{plan:`${i(l)}${m}`,endAt:u})}else c?f=i("currentPlanDescriptionForOneTime",{plan:i(l),endAt:u,1:"https://immersivetranslate.com/accounts/upgrade?type=year&lng="+n,2:"https://immersivetranslate.com/accounts/upgrade?type=month&lng="+n}):F1(o)?f=i("currentYearlyPlanDescriptionForAutoRenewCacelingWithRealPaiedUser",{plan:i(l+"ForOnce"),endAt:u,1:"https://immersivetranslate.com/billing"}):l==="yearly"||l==="year"?f=i("currentYearlyPlanDescriptionForAutoRenewCacelingWithAdmin",{plan:i(l+"ForOnce"),endAt:u,1:"https://immersivetranslate.com/accounts/upgrade?type=year&lng="+n}):f=i("currentPlanDescriptionForAutoRenewCaceling",{plan:i(l+"ForOnce"),endAt:u});return d("span",{class:"info-subtitle",dangerouslySetInnerHTML:{__html:f}})}else return d("span",{class:"info-subtitle",children:r||a?"":i("currentPlanDescriptionForFree")})}function QA({config:e}){let{t}=W(),n=Ge(),[r,a]=K(null),i=!!e.showSponsorOnSafari,[o,s,u,l,c]=Me(we),g=e.interfaceLanguage;le(()=>(ot.get(bt,null).then(y=>{y&&(a(y),ZA(y.token).then(T=>{let b=T.data;b.token=y.token,ot.set(bt,b),a(b)}).catch(T=>{bu(T),a(null)}))}),()=>{clearTimeout(bf)}),[]);let f=qe(y=>{y&&y.preventDefault&&y.preventDefault(),r?.token&&JA(r.token).finally(async()=>{await ot.remove(bt),await xn(200),await ot.refresh(),a(null)})},[r]),m=qe(async y=>{y&&y.preventDefault&&y.preventDefault(),XA(Sc),await ot.set(lu,!0),Zv(T=>{v0(T.token,o,s),a(T),yf?.close(),window.location.reload()})},[a]),h=r?.avatar||Ov;return r?!r.subscription||r.subscription.subscriptionStatus!="active"?da(e)?null:d("div",{children:[d("div",{class:"title",children:t("currentAccount")}),d("article",{class:"header nav",style:"padding:16px 16px",children:[d("div",{class:"info",style:"margin-left:0",children:[d("span",{class:"info-title",title:r.email,children:r.email}),d($v,{user:r,lang:g})]}),d("div",{class:"ops",children:[d("a",{class:n&&i===!1?"!hidden":"",style:{display:"flex",flexDirection:"row",alignItems:"center",marginRight:"24px"},href:`${Fa}?utm_campaign=extension_settings_general&from=${n?"safari":"extension"}`,children:[t("openPremium"),d("img",{width:24,height:24,style:{width:"24px",height:"24px"},src:ju})]}),d("div",{class:"",children:d("a",{href:`${Li}?utm_campaign=extension_settings_general&from=${n?"safari":"extension"}`,children:t("manageAccount")})}),d("div",{class:"",children:d("a",{href:"#",onClick:f,children:t("logout")})})]})]})]}):d("div",{class:"",children:[d("div",{class:"title",children:t("currentAccount")}),d("article",{class:"header nav",style:"padding:16px 16px",children:[d("div",{class:"info",style:"margin-left:0",children:[d("div",{className:"flex",children:[d("span",{class:"info-title info-primary",children:r.userName}),d("img",{width:24,height:24,style:{width:"24px",height:"24px",marginLeft:"4px"},src:ju})]}),d($v,{user:r,lang:g})]}),d("div",{class:"",children:d("a",{href:Li,children:t("manageAccount")})}),d("div",{class:"",children:d("a",{href:"#",onClick:f,children:t("logout")})})]})]}):da(e)?null:d("div",{class:"header nav",children:[d("img",{src:h}),d("div",{class:"info",children:d("span",{class:"info-subtitle",children:t("nologin")})}),d("a",{class:"py-4",href:"#",onClick:m,children:t(n?"loginForSafari":"login")})]})}var Jv=Pi;function ZA(e){return de({responseType:"json",url:Jv+"/v1/user",method:"get",headers:{token:e}})}function JA(e){return de({responseType:"json",url:Jv+"/v1/user/logout",method:"delete",headers:{token:e}})}var yf=null;function XA(e){let r=screen.width/2-230,a=screen.height/2-640/2;return yf=window.open(e,"loginWindow",`toolbar=no, location=no, directories=no, status=no, menubar=no, scrollbars=no, resizable=no, copyhistory=no,left=${r},top=${a},width=460,height=640,chrome=yes,centerscreen=yes`),yf}function ek(e){let t=new Date(e),n=t.getFullYear(),r=String(t.getMonth()+1).padStart(2,"0"),a=String(t.getDate()).padStart(2,"0");return`${n}-${r}-${a}`}function ff(e){let t=[];return uu[e]&&(t=t.concat(uu[e])),t.push({name:"textColor",type:"color",required:!1}),t.push({name:"zoom",type:"number",default:100,required:!1}),t}function tk(e){let t=e.translationTheme;return!e.translationThemePatterns[t]||!e.translationThemePatterns[t].matches?[]:[...e.translationThemePatterns[t].matches]}var hf="";function nk({config:e}){let{t}=W(),[n,r]=K(!1);return d("details",{class:"pt-2 border-none",onToggle:a=>{r(a.target?.open)},children:[d("summary",{class:"text-sm",style:{textAlign:"right",lineHeight:"1rem"},children:t("translationFont")}),d(rk,{config:e,isOpen:n})]})}function rk({config:e,isOpen:t}){let{t:n}=W(),[r,a]=K([]),[i,o]=K(!1);le(()=>{if(!t||r.length)return;let m=e.translationFonts.filter(y=>gf(y,n("sampleTargetText").charAt(0)+"a"));m.length&&m.unshift("none");let h=e.selectTranslationFont&&!m.find(y=>y===e.selectTranslationFont);(!m.length||h)&&o(!0),a(m)},[e.translationFonts,t,r,a]);let[s,u,l,c,g]=Me(we),f=m=>{m!==hf&&!gf(m,n("sampleTargetText").charAt(0)+"a")&&on(n("translationFont.notSupportErrorMessage")),u(h=>{let y=e.translationTheme,T={matches:[],excludeMatches:[]};return h&&y&&h.translationThemePatterns&&h.translationThemePatterns[y]&&(T=h.translationThemePatterns[y]),Ui(document,y,T,m),{...h,selectTranslationFont:m}})};return d("div",{class:"flex items-center justify-end",children:[r.length?d("label",{for:"translationFont.custom",class:"text-sm mr-2",onClick:()=>{o(!i),i&&(r.find(h=>h===e.selectTranslationFont)||f(hf))},children:[d("input",{type:"checkbox",id:"translationFont.custom",name:"translationFont.custom",checked:i}),n("translationFont.custom")]}):null,i?d("input",{style:{maxWidth:196},placeholder:n("translationFont.customPlaceholder"),value:e?.selectTranslationFont,onChange:m=>f(m.target.value)}):d("select",{class:"select",style:{maxWidth:196,flex:"unset"},onChange:m=>{f(m.target.value)},children:r.map((m,h)=>{let y=n(`font.${m}`);y.startsWith("font.")&&(y=m);let T=m=="none"?hf:m;return d("option",{value:T,selected:m===e?.selectTranslationFont,children:y},"locale"+h)})})]})}p();var Ln={};vc.forEach(e=>{e.labelKey&&(Ln[e.key]=e.labelKey)});function Tf(){let e=Ye(),[t,n,r,a,i]=e;Ct(t,n);let[o,s]=K(null),{t:u}=W();if(le(()=>{yt().then(c=>{yn({config:c,url:globalThis.location.href}).then(g=>{s(g)})})},[t]),!o)return d("div",{children:"loading"});let l=o.config;return d(ct,{children:d(we.Provider,{value:e,children:[d("div",{class:"nav",children:d("strong",{class:"text-lg",children:u("inputOptions")})}),d(ak,{config:l}),d(ik,{config:l}),d(ok,{config:l}),d(ni,{config:l,ctx:o,serviceType:"inputTranslationService"}),d(sk,{config:l}),d(uk,{config:l}),d(ck,{config:l}),d(lk,{config:l})]})})}function ak({config:e}){let[t,n,r,a,i]=Me(we),{t:o}=W();return e?d(xe,{children:[d("details",{class:"mt-3",open:!0,children:[d("summary",{children:[o("clickToSeeQuickDemo")," \u{1F447}\u{1F447}"]}),d("video",{controls:!0,autoPlay:!0,src:"https://s.immersivetranslate.com/videos/immpersive-translate-input-translation-demo-202307044.mp4"})]}),d("div",{class:"nav",children:[d(Ae,{title:o("enableInputTranslation"),description:e.enableInputTranslationWithoutTriggerKey?o("enableInputTranslationDescriptionForNoneKey",{inputTargetLanguage:Zt(e.inputTargetLanguage,e.interfaceLanguage),trailingKey:Ln[e.inputTrailingTriggerKey]?o(Ln[e.inputTrailingTriggerKey]):e.inputTrailingTriggerKey,inputTrailingTriggerKeyRepeatTimes:e.inputTrailingTriggerKeyRepeatTimes}):o("enableInputTranslationDescription",{inputTargetLanguage:Zt(e.inputTargetLanguage,e.interfaceLanguage),startingKey:Ln[e.inputStartingTriggerKey]?o(Ln[e.inputStartingTriggerKey]):e.inputStartingTriggerKey,trailingKey:Ln[e.inputTrailingTriggerKey]?o(Ln[e.inputTrailingTriggerKey]):e.inputTrailingTriggerKey,inputTrailingTriggerKeyRepeatTimes:e.inputTrailingTriggerKeyRepeatTimes})}),d("label",{for:"enableInputTranslation",children:d("input",{type:"checkbox",id:"enableInputTranslation",name:"switch",role:"switch",onChange:s=>{let u=s.target.checked;n(l=>({...l,enableInputTranslation:!!u}))},checked:e.enableInputTranslation})})]})]}):null}function ik({config:e}){let[t,n,r,a,i]=Me(we),{t:o}=W(),s=l=>{n(c=>({...c,inputTargetLanguage:l}))};if(!e)return null;let u=Xa(e.translationService,e.targetLanguage);return d("div",{class:"nav",children:[d(Ae,{title:o("inputTargetLanguage"),description:e.enableInputTranslationWithoutTriggerKey?o("inputTargetLanguageDescriptionForNoneKey"):o("inputTargetLanguageDescription",{startingKey:Ln[e.inputStartingTriggerKey]?o(Ln[e.inputStartingTriggerKey]):e.inputStartingTriggerKey})}),d("select",{class:"select",onChange:l=>{l.preventDefault(),s(l.target.value)},children:u.filter(l=>l!=="auto").map((l,c)=>d("option",{value:l,selected:l===e.inputTargetLanguage,children:Zt(l,e.interfaceLanguage)},"language"+c))})]})}function ok({config:e}){let[t,n,r,a,i]=Me(we),{t:o}=W();return e?d("div",{class:"nav",children:[d(Ae,{title:o("enableInputTranslationWithoutTriggerKeyTitle",{trailingKey:Ln[e.inputTrailingTriggerKey]?o(Ln[e.inputTrailingTriggerKey]):e.inputTrailingTriggerKey,inputTargetLanguage:Zt(e.inputTargetLanguage,e.interfaceLanguage)}),description:""}),d("label",{for:"enableInputTranslation",children:d("input",{type:"checkbox",id:"enableInputTranslation",name:"switch",role:"switch",onChange:s=>{let u=s.target.checked;n(l=>({...l,enableInputTranslationWithoutTriggerKey:!!u}))},checked:e.enableInputTranslationWithoutTriggerKey})})]}):null}function sk({config:e}){let[t,n,r,a,i]=Me(we),{t:o}=W(),s=u=>{n(l=>({...l,inputStartingTriggerKey:u}))};return e?d("div",{class:"nav",children:[d(Ae,{title:o("inputStartingTriggerKeyTitle"),description:e.inputStartingTriggerKey==="none"?o("inputStartingTriggerKeyDescriptionForNoneKey"):o("inputStartingTriggerKeyDescription",{startingKey:Ln[e.inputStartingTriggerKey]?o(Ln[e.inputStartingTriggerKey]):e.inputStartingTriggerKey})}),d("select",{class:"select",onChange:u=>{u.preventDefault(),s(u.target.value)},children:vc.filter(u=>u.skipForStarting!==!0).map((u,l)=>d("option",{value:u.key,selected:u.key===e.inputStartingTriggerKey,children:u.labelKey?o(u.labelKey):u.key},"startingkey-"+l))})]}):null}function uk({config:e}){let[t,n,r,a,i]=Me(we),{t:o}=W(),s=u=>{n(l=>({...l,inputTrailingTriggerKey:u}))};return e?d(xe,{children:[d("div",{class:"nav",children:[d(Ae,{title:o("inputTrailingTriggerKeyTitle"),description:o("inputTrailingTriggerKeyDescription",{trailingKey:Ln[e.inputTrailingTriggerKey]?o(Ln[e.inputTrailingTriggerKey]):e.inputTrailingTriggerKey})}),d("select",{class:"select",onChange:u=>{u.preventDefault(),s(u.target.value)},children:vc.filter(u=>u.skipForTrailing!==!0).map((u,l)=>d("option",{value:u.key,selected:u.key===e.inputTrailingTriggerKey,children:u.labelKey?o(u.labelKey):u.key},"startingkey-"+l))})]}),d("blockquote",{class:"text-sm",dangerouslySetInnerHTML:{__html:o("inputHelperInfo",{1:"https://immersivetranslate.com/docs/input/"})}})]}):null}function lk({config:e}){let[t,n,r,a,i]=Me(we),{t:o}=W(),[s,u]=K(!1),l=b=>{u(!s)},[c,g]=K(0),[f,m]=K(""),h=(b,x,w,L)=>{l(w),n(M=>{let C=M.inputTranslationUrlPattern,v=[],A=[];C&&C.matches&&C.excludeMatches&&(v=C.matches,A=C.excludeMatches);let D=[...v],S=[...A];return L==="edit"&&(w==="matches"?D[x]=b:S[x]=b),w==="matches"?(D=zn(b,D),S=Ht(b,A)):(D=Ht(b,v),S=zn(b,S)),{...M,inputTranslationUrlPattern:{...M.inputTranslationUrlPattern,matches:D,excludeMatches:S}}})},y=(b,x)=>{n(w=>{let L=w.inputTranslationUrlPattern,M=[];x==="matches"?L&&L.matches&&(M=L.matches):L&&L.excludeMatches&&(M=L.excludeMatches);let C=[...M];return b.forEach(v=>{C=Ht(v,C)}),{...w,inputTranslationUrlPattern:{...w.inputTranslationUrlPattern,[x]:C}}})},T=(b,x,w)=>{l(x),m(b),g(w)};return e?d(xe,{children:[d("div",{class:"nav",children:[d(Ae,{title:o("inputTranslationBlockUrlsTitle"),description:o("inputTranslationBlockUrlsDescription")}),d("div",{class:"nav-right",children:d("a",{href:"#",role:"button",class:"add-button secondary outline",onClick:b=>{b.preventDefault(),l("excludeMatches")},children:o("add")})}),s?d(ma,{toggleModal:b=>{b.preventDefault(),l("excludeMatches")},onSubmitAddUrl:h,type:"excludeMatches",urlValue:f,index:c}):null]}),d(ei,{urls:e.inputTranslationUrlPattern.excludeMatches,type:"excludeMatches",onDeleteUrl:y,onEditUrl:T})]}):null}function ck({config:e}){let[t,n,r,a,i]=Me(we),{t:o}=W();if(!e)return null;let s=()=>ut().any?e.inputTrailingMobileTriggerKeyTimeout:e.inputTrailingTriggerKeyTimeout,u=l=>{n(c=>ut().any?{...c,inputTrailingMobileTriggerKeyTimeout:l}:{...c,inputTrailingTriggerKeyTimeout:l})};return d("nav",{children:[d(Ae,{title:o("inputTrailingTriggerKeyTimeout"),description:o("inputTrailingTriggerKeyTimeoutDescription")}),d("div",{class:"option-input",children:d("input",{type:"number",value:s(),onChange:l=>{l.target&&u(Number(l.target.value))}})})]})}p();function vf(){let e=Ye(),[t,n,r,a,i]=e;Ct(t,n);let o=Jt(t),{t:s}=W(),[u,l]=K({}),[c,g]=K({});return le(()=>{Z.storage.sync.get(null).then(f=>{l(f),Z.storage.local.get(null).then(m=>{g(m)})})},[t]),!o||!t?d("div",{children:"loading"}):d(ct,{children:d(we.Provider,{value:e,children:d("div",{children:[d("div",{class:"nav",children:d("strong",{class:"text-lg",children:s("developer")})}),d("div",{dangerouslySetInnerHTML:{__html:s("developerDescription",{1:"https://immersivetranslate.com/docs/advanced/"})},class:"secondary text-xs text-gray-500 mb-4"}),d(fk,{}),d(mk,{}),d(hk,{}),d(dk,{}),d(gk,{}),d(pk,{}),d("details",{class:"py-2",children:[d("summary",{children:"Click to expand the final config"}),d("pre",{children:d("code",{class:"code-editor",children:JSON.stringify(o,null,2)})})]}),d("details",{class:"py-2",children:[d("summary",{children:"Click to expand the sync storage object"}),d("pre",{children:d("code",{class:"code-editor",children:JSON.stringify(u,null,2)})})]}),d("details",{class:"py-2",children:[d("summary",{children:"Click to expand the local storage object"}),d("pre",{children:d("code",{class:"code-editor",children:JSON.stringify(c,null,2)})})]})]})})})}function dk(){let[e,t,n,r,a]=Me(we),{t:i}=W(),o=l=>{try{let c=l.target.value,g={...e};if(!c)delete g.rules;else{let f=JSON.parse(c);if(!Array.isArray(f)){on("Invalid rules, rules must be an array");return}g.rules=f}t(()=>g),lt(i("saved"))}catch(c){on(`Invalid JSON ${c.message}`)}},s=l=>{if(l.preventDefault(),confirm(i("confirmResetConfig"))){let c={...e};delete c.rules,t(()=>c),lt(i("resetThisSuccess"))}};return d("details",{class:"py-2",children:[d("summary",{children:"Edit User Rules"}),d("textarea",{class:"user-rule code-editor",rows:10,onChange:o,placeholder:`[{ "matches": "www.google.com", "selectors": [".title"] }, { @@ -5564,7 +5564,7 @@ ${r}`}function Xt(e){try{let t=e.replace(/</g,"<").replace(/>/g,">");retur } `,tS=ee+"-attach-subtitle-dynamic-injected-css";function a_(e){let n=e.rule.subtitleRule.attachRule?.injectedGlobalCSS;if(n){let r=typeof n=="string"?n:n.join(` `);Kn(document,r_+` -`+r,tS)}}function Zu(e){[...document.querySelectorAll(`#${eS}`)].forEach(t=>t.remove()),document.querySelector(`[data-id="${tS}"]`)?.remove()}p();function nS(e){let t=document.createElement("span");return t.innerHTML=e,(t.textContent||"").trim()}function Ve(e,t,n){ht("translate_video_subtitle",[{name:"translate_video_subtitle",params:{video_platform:n||e.rule.id||""}}],{...e,sourceLanguage:t||"auto"})}function dt(e,t){return t.indexOf("zh")>=0?e==="zh-CN"||e==="zh-TW":e==t}function rS(e){let{url:t,method:n,headers:r,body:a}=e,i=new Headers;for(let[u,l]of Object.entries(r))i.append(u,l);let o;return typeof a=="object"?(delete a._formatBodyType,o=JSON.stringify(a)):typeof a=="string"&&(o=a),new Request(t,{method:n,headers:i,body:o})}function aS(e){return e?Object.entries(e).reduce((t,[n,r])=>{if(r==null||r==null||typeof r=="object"&&Object.keys(r).length===0)return t;if(n=="body"&&typeof r=="object"&&r._formatBodyType=="FormData"){let a=new FormData;for(let[i,o]of Object.entries(r))i!=="_formatBodyType"&&a.append(i,o);return t[n]=a,t}return t[n]=r,t},{}):null}function Xi(e){return e.replace(/\n/g," ")}p();p();var hs="imt-subtitle-inject",W0=class{from;to;constructor(t,n){this.from=t,this.to=n}sendMessages(t){globalThis.postMessage({type:hs,to:this.to,from:this.from,action:t.action,data:t.data,id:t.id||new Date().getTime(),isAsync:!1})}getRandomId(){return(new Date().getTime()+Math.random())*Math.random()}sendAsyncMessages({action:t,data:n}){return new Promise(r=>{let a=this.getRandomId();globalThis.postMessage({type:hs,to:this.to,from:this.from,action:t,data:n,id:a,isAsync:!0});let i=({data:o})=>{hs===o.type&&o.id===a&&o.to===this.from&&(r(o.data),globalThis.removeEventListener("message",i))};globalThis.addEventListener("message",i)})}handleMessageOnce(t){return new Promise(n=>{let r=({data:a})=>{hs===a.type&&a.action===t&&a.to===this.from&&(n(a.data),globalThis.removeEventListener("message",r))};globalThis.addEventListener("message",r)})}handleMessage(t,n){let r=({data:a})=>{hs===a.type&&a.action===t&&a.to===this.from&&n(a)};return globalThis.addEventListener("message",r),()=>{globalThis.removeEventListener("message",r)}}handleMessages(t){let n=({data:r})=>{hs===r.type&&r.to===this.from&&t(r)};return globalThis.addEventListener("message",n),()=>{globalThis.removeEventListener("message",n)}}},K0=new W0("content-script","inject"),i_=new W0("inject","content-script"),iS={get(e,t,n){return t in e?(...r)=>{let a=e[t];return typeof a=="function"?a.apply(e,r):Reflect.get(e,t,n)}:r=>e.sendAsyncMessages({action:t,data:r})}},vfe=new Proxy(i_,iS),oS=new Proxy(K0,iS);p();p();function sS(e){let{t}=W(),[n,r]=K(!0),[a,i]=K(!1),[o,s]=K(),[u,l]=K("home"),[c,g]=K(e.rule.subtitleRule),f=$e(c);f.current=c;let m=$e(a);m.current=a,le(()=>{let L=M=>{i(!1)};return document.addEventListener("click",L),()=>{document.removeEventListener("click",L)}},[i,m]);let h=qe(L=>{L.stopPropagation(),i(!m.current)},[i,m]),y=L=>{l(L.key)},T=L=>{w(M=>(M={...M,...L},M)),Vn({method:"updateGlobalCtx",data:{trigger:"quick_button"}})},b=ze(()=>{let L=[{key:"70",label:"70%",selectIcon:!0},{key:"80",label:"80%",selectIcon:!0},{key:"90",label:"90%",selectIcon:!0},{key:"100",label:"100%",selectIcon:!0},{key:"110",label:"110%",selectIcon:!0},{key:"120",label:"120%",selectIcon:!0},{key:"130",label:"130%",selectIcon:!0}],M=[{key:"#FFFFFF",label:t("subtitle.quickButton.white"),selectIcon:!0},{key:"#FFFF00",label:t("subtitle.quickButton.yellow"),selectIcon:!0},{key:"#00FF00",label:t("subtitle.quickButton.green"),selectIcon:!0},{key:"#00FFFF",label:t("subtitle.quickButton.cyan"),selectIcon:!0},{key:"#0000FF",label:t("subtitle.quickButton.blue"),selectIcon:!0},{key:"#FF00FF",label:t("subtitle.quickButton.magenta"),selectIcon:!0},{key:"#FF0000",label:t("subtitle.quickButton.red"),selectIcon:!0},{key:"#080808",label:t("subtitle.quickButton.black"),selectIcon:!0}],C={home:{items:[{key:"enable",label:t("subtitle.autoEnableSubtitle"),selectIcon:!0,onClick:async()=>{await w(v=>(v.autoEnableSubtitle=!0,v)),Vn({method:"autoEnableSubtitleChanged",data:{trigger:"quick_button"}}),i(!1)}},{key:"disable",label:t("subtitle.autoDisableSubtitle"),selectIcon:!0,onClick:async()=>{await w(v=>(v.autoEnableSubtitle=!1,v)),Vn({method:"autoEnableSubtitleChanged",data:{trigger:"quick_button"}}),i(!1)}},{key:"close",label:t("subtitle.hideQuickButton"),selectIcon:!0,onClick:()=>{w(v=>(v.showQuickButton=!1,v)),r(!1),ht("close_subtitle_quick_button",[{name:"close_subtitle_quick_button"}],e),i(!1)}},{key:"setting",label:t("subtitle.quickButton.setting"),selectIcon:!0,rightIcon:!0,onClick:()=>{l("setting")}}]},setting:{title:t("subtitle.quickButton.setting"),onBackClick:()=>l("home"),onItemClick:y,items:[{key:"translationPosition",label:t("subtitle.quickButton.translationPosition"),rightIcon:!0},{key:"sourceFontSize",label:t("subtitle.quickButton.sourceFontSize"),rightIcon:!0},{key:"translationFontSize",label:t("subtitle.quickButton.translationFontSize"),rightIcon:!0},{key:"sourceTextColor",label:t("subtitle.quickButton.sourceTextColor"),rightIcon:!0},{key:"translationTextColor",label:t("subtitle.quickButton.translationTextColor"),rightIcon:!0},{key:"backgroundColor",label:t("subtitle.quickButton.backgroundColor"),rightIcon:!0},{key:"backgroundOpacity",label:t("subtitle.quickButton.backgroundOpacity"),rightIcon:!0}]},translationPosition:{title:t("subtitle.quickButton.translationPosition"),onBackClick:()=>l("setting"),onItemClick:v=>{T({translationPosition:v.key})},items:[{key:"top",label:t("subtitle.quickButton.translationPositionTop"),selectIcon:!0},{key:"bottom",label:t("subtitle.quickButton.translationPositionBottom"),selectIcon:!0}]},sourceFontSize:{title:t("subtitle.quickButton.sourceFontSize"),onBackClick:()=>l("setting"),onItemClick:v=>{T({sourceFontSize:v.key})},items:L},translationFontSize:{title:t("subtitle.quickButton.translationFontSize"),onBackClick:()=>l("setting"),onItemClick:v=>{T({translationFontSize:v.key})},items:L},sourceTextColor:{title:t("subtitle.quickButton.sourceTextColor"),onBackClick:()=>l("setting"),onItemClick:v=>{T({sourceTextColor:v.key})},items:M},translationTextColor:{title:t("subtitle.quickButton.translationTextColor"),onBackClick:()=>l("setting"),onItemClick:v=>{T({translationTextColor:v.key})},items:M},backgroundColor:{title:t("subtitle.quickButton.backgroundColor"),onBackClick:()=>l("setting"),onItemClick:v=>{T({backgroundColor:v.key})},items:M},backgroundOpacity:{title:t("subtitle.quickButton.backgroundOpacity"),onBackClick:()=>l("setting"),onItemClick:v=>{T({backgroundOpacity:v.key})},items:[{key:"0",label:"0%",selectIcon:!0},{key:"25",label:"25%",selectIcon:!0},{key:"50",label:"50%",selectIcon:!0},{key:"75",label:"75%",selectIcon:!0},{key:"100",label:"100%",selectIcon:!0}]}};return C.setting.items.forEach(v=>{let A=c[v.key],D=C[v.key].items.find(S=>S.key===A);v.value=D?.label}),C},[c]),x=ze(()=>{let L=b[u];return u==="home"?{...L,items:L.items.filter(M=>e.rule.subtitleRule.attachRule?!0:M.key!=="setting")}:L},[u,e]);le(()=>{if(u==="home")s(c.autoEnableSubtitle?"enable":"disable");else{if(u=="setting")return;s(c[u])}},[u,c]),le(()=>{a&&l("home")},[a]);let w=qe(async L=>{let M=await vr();M.generalRule||(M.generalRule={}),M.generalRule["subtitleRule.add"]||(M.generalRule["subtitleRule.add"]={}),M.generalRule["subtitleRule.add"]=L(M.generalRule["subtitleRule.add"]),await Oi(M);let C={...f.current,...M.generalRule["subtitleRule.add"]};g(C),Z6(C)},[f,g]);return{visible:n,selectType:u,selectKey:o,contentVisible:a,activeSetting:x,handleButtonClick:h}}function uS(e){let{t}=W(),{visible:n,selectKey:r,contentVisible:a,activeSetting:i,handleButtonClick:o}=sS(e.ctx);return n?d("div",{class:`${$n}-button`,onClick:o,children:[d(o_,{}),d("span",{class:"label",children:t("subtitle.bilingual")}),d("div",{onClick:s=>{s.stopPropagation(),i.onBackClick?.()},class:`${$n}-pop-content ${a?"show":""}`,children:[!!i.title&&d("div",{class:"content-header",children:[d(u_,{}),d("span",{children:i.title})]}),i.items.map(s=>d("p",{"immersive-translate-subtitle-type":"enable",class:`${s.key===r?"select":""}`,onClick:u=>{u.stopPropagation(),s.onClick?s.onClick(s):i.onItemClick?.(s)},children:[s.selectIcon&&d(s_,{}),d("label",{children:s.label}),s.value&&d("span",{children:s.value}),s.rightIcon&&d(l_,{})]},s.key))]})]}):null}var $n="imt-quick-subtitle",lS=` +`+r,tS)}}function Zu(e){[...document.querySelectorAll(`#${eS}`)].forEach(t=>t.remove()),document.querySelector(`[data-id="${tS}"]`)?.remove()}p();function nS(e){let t=document.createElement("span");return t.innerHTML=e,(t.textContent||"").trim()}function Ve(e,t,n){ht("translate_video_subtitle",[{name:"translate_video_subtitle",params:{video_platform:n||e.rule.id||""}}],{...e,sourceLanguage:t||"auto"})}function dt(e,t){return t.indexOf("zh")>=0?e==="zh-CN"||e==="zh-TW":e==t}function rS(e){let{url:t,method:n,headers:r,body:a}=e,i=new Headers;for(let[u,l]of Object.entries(r))i.append(u,l);let o;return typeof a=="object"?(delete a._formatBodyType,o=JSON.stringify(a)):typeof a=="string"&&(o=a),new Request(t,{method:n,headers:i,body:o})}function aS(e){return e?Object.entries(e).reduce((t,[n,r])=>{if(r==null||r==null||typeof r=="object"&&Object.keys(r).length===0)return t;if(n=="body"&&typeof r=="object"&&r._formatBodyType=="FormData"){let a=new FormData;for(let[i,o]of Object.entries(r))i!=="_formatBodyType"&&a.append(i,o);return t[n]=a,t}return t[n]=r,t},{}):null}function Xi(e){return e.replace(/\n/g," ")}p();p();var hs="imt-subtitle-inject",W0=class{from;to;constructor(t,n){this.from=t,this.to=n}sendMessages(t){globalThis.postMessage({type:hs,to:this.to,from:this.from,action:t.action,data:t.data,id:t.id||new Date().getTime(),isAsync:!1})}getRandomId(){return(new Date().getTime()+Math.random())*Math.random()}sendAsyncMessages({action:t,data:n}){return new Promise(r=>{let a=this.getRandomId();globalThis.postMessage({type:hs,to:this.to,from:this.from,action:t,data:n,id:a,isAsync:!0});let i=({data:o})=>{hs===o.type&&o.id===a&&o.to===this.from&&(r(o.data),globalThis.removeEventListener("message",i))};globalThis.addEventListener("message",i)})}handleMessageOnce(t){return new Promise(n=>{let r=({data:a})=>{hs===a.type&&a.action===t&&a.to===this.from&&(n(a.data),globalThis.removeEventListener("message",r))};globalThis.addEventListener("message",r)})}handleMessage(t,n){let r=({data:a})=>{hs===a.type&&a.action===t&&a.to===this.from&&n(a)};return globalThis.addEventListener("message",r),()=>{globalThis.removeEventListener("message",r)}}handleMessages(t){let n=({data:r})=>{hs===r.type&&r.to===this.from&&t(r)};return globalThis.addEventListener("message",n),()=>{globalThis.removeEventListener("message",n)}}},K0=new W0("content-script","inject"),i_=new W0("inject","content-script"),iS={get(e,t,n){return t in e?(...r)=>{let a=e[t];return typeof a=="function"?a.apply(e,r):Reflect.get(e,t,n)}:r=>e.sendAsyncMessages({action:t,data:r})}},vfe=new Proxy(i_,iS),oS=new Proxy(K0,iS);p();p();function sS(e){let{t}=W(),[n,r]=K(!0),[a,i]=K(!1),[o,s]=K(),[u,l]=K("home"),[c,g]=K(e.rule.subtitleRule),f=$e(c);f.current=c;let m=$e(a);m.current=a,le(()=>{let L=M=>{i(!1)};return document.addEventListener("click",L),()=>{document.removeEventListener("click",L)}},[i,m]);let h=qe(L=>{L.stopPropagation(),i(!m.current)},[i,m]),y=L=>{l(L.key)},T=L=>{w(M=>(M={...M,...L},M)),Vn({method:"updateGlobalCtx",data:{trigger:"quick_button"}})},b=ze(()=>{let L=[{key:"50",label:"50%",selectIcon:!0},{key:"70",label:"70%",selectIcon:!0},{key:"80",label:"80%",selectIcon:!0},{key:"90",label:"90%",selectIcon:!0},{key:"100",label:"100%",selectIcon:!0},{key:"110",label:"110%",selectIcon:!0},{key:"120",label:"120%",selectIcon:!0},{key:"130",label:"130%",selectIcon:!0},{key:"150",label:"150%",selectIcon:!0}],M=[{key:"#FFFFFF",label:t("subtitle.quickButton.white"),selectIcon:!0},{key:"#FFFF00",label:t("subtitle.quickButton.yellow"),selectIcon:!0},{key:"#00FF00",label:t("subtitle.quickButton.green"),selectIcon:!0},{key:"#00FFFF",label:t("subtitle.quickButton.cyan"),selectIcon:!0},{key:"#0000FF",label:t("subtitle.quickButton.blue"),selectIcon:!0},{key:"#FF00FF",label:t("subtitle.quickButton.magenta"),selectIcon:!0},{key:"#FF0000",label:t("subtitle.quickButton.red"),selectIcon:!0},{key:"#080808",label:t("subtitle.quickButton.black"),selectIcon:!0}],C={home:{items:[{key:"enable",label:t("subtitle.autoEnableSubtitle"),selectIcon:!0,onClick:async()=>{await w(v=>(v.autoEnableSubtitle=!0,v)),Vn({method:"autoEnableSubtitleChanged",data:{trigger:"quick_button"}}),i(!1)}},{key:"disable",label:t("subtitle.autoDisableSubtitle"),selectIcon:!0,onClick:async()=>{await w(v=>(v.autoEnableSubtitle=!1,v)),Vn({method:"autoEnableSubtitleChanged",data:{trigger:"quick_button"}}),i(!1)}},{key:"close",label:t("subtitle.hideQuickButton"),selectIcon:!0,onClick:()=>{w(v=>(v.showQuickButton=!1,v)),r(!1),ht("close_subtitle_quick_button",[{name:"close_subtitle_quick_button"}],e),i(!1)}},{key:"setting",label:t("subtitle.quickButton.setting"),selectIcon:!0,rightIcon:!0,onClick:()=>{l("setting")}}]},setting:{title:t("subtitle.quickButton.setting"),onBackClick:()=>l("home"),onItemClick:y,items:[{key:"translationPosition",label:t("subtitle.quickButton.translationPosition"),rightIcon:!0},{key:"sourceFontSize",label:t("subtitle.quickButton.sourceFontSize"),rightIcon:!0},{key:"translationFontSize",label:t("subtitle.quickButton.translationFontSize"),rightIcon:!0},{key:"sourceTextColor",label:t("subtitle.quickButton.sourceTextColor"),rightIcon:!0},{key:"translationTextColor",label:t("subtitle.quickButton.translationTextColor"),rightIcon:!0},{key:"backgroundColor",label:t("subtitle.quickButton.backgroundColor"),rightIcon:!0},{key:"backgroundOpacity",label:t("subtitle.quickButton.backgroundOpacity"),rightIcon:!0}]},translationPosition:{title:t("subtitle.quickButton.translationPosition"),onBackClick:()=>l("setting"),onItemClick:v=>{T({translationPosition:v.key})},items:[{key:"top",label:t("subtitle.quickButton.translationPositionTop"),selectIcon:!0},{key:"bottom",label:t("subtitle.quickButton.translationPositionBottom"),selectIcon:!0}]},sourceFontSize:{title:t("subtitle.quickButton.sourceFontSize"),onBackClick:()=>l("setting"),onItemClick:v=>{T({sourceFontSize:v.key})},items:L},translationFontSize:{title:t("subtitle.quickButton.translationFontSize"),onBackClick:()=>l("setting"),onItemClick:v=>{T({translationFontSize:v.key})},items:L},sourceTextColor:{title:t("subtitle.quickButton.sourceTextColor"),onBackClick:()=>l("setting"),onItemClick:v=>{T({sourceTextColor:v.key})},items:M},translationTextColor:{title:t("subtitle.quickButton.translationTextColor"),onBackClick:()=>l("setting"),onItemClick:v=>{T({translationTextColor:v.key})},items:M},backgroundColor:{title:t("subtitle.quickButton.backgroundColor"),onBackClick:()=>l("setting"),onItemClick:v=>{T({backgroundColor:v.key})},items:M},backgroundOpacity:{title:t("subtitle.quickButton.backgroundOpacity"),onBackClick:()=>l("setting"),onItemClick:v=>{T({backgroundOpacity:v.key})},items:[{key:"0",label:"0%",selectIcon:!0},{key:"25",label:"25%",selectIcon:!0},{key:"50",label:"50%",selectIcon:!0},{key:"75",label:"75%",selectIcon:!0},{key:"100",label:"100%",selectIcon:!0}]}};return C.setting.items.forEach(v=>{let A=c[v.key],D=C[v.key].items.find(S=>S.key===A);v.value=D?.label}),C},[c]),x=ze(()=>{let L=b[u];return u==="home"?{...L,items:L.items.filter(M=>e.rule.subtitleRule.attachRule?!0:M.key!=="setting")}:L},[u,e]);le(()=>{if(u==="home")s(c.autoEnableSubtitle?"enable":"disable");else{if(u=="setting")return;s(c[u])}},[u,c]),le(()=>{a&&l("home")},[a]);let w=qe(async L=>{let M=await vr();M.generalRule||(M.generalRule={}),M.generalRule["subtitleRule.add"]||(M.generalRule["subtitleRule.add"]={}),M.generalRule["subtitleRule.add"]=L(M.generalRule["subtitleRule.add"]),await Oi(M);let C={...f.current,...M.generalRule["subtitleRule.add"]};g(C),Z6(C)},[f,g]);return{visible:n,selectType:u,selectKey:o,contentVisible:a,activeSetting:x,handleButtonClick:h}}function uS(e){let{t}=W(),{visible:n,selectKey:r,contentVisible:a,activeSetting:i,handleButtonClick:o}=sS(e.ctx);return n?d("div",{class:`${$n}-button`,onClick:o,children:[d(o_,{}),d("span",{class:"label",children:t("subtitle.bilingual")}),d("div",{onClick:s=>{s.stopPropagation(),i.onBackClick?.()},class:`${$n}-pop-content ${a?"show":""}`,children:[!!i.title&&d("div",{class:"content-header",children:[d(u_,{}),d("span",{children:i.title})]}),i.items.map(s=>d("p",{"immersive-translate-subtitle-type":"enable",class:`${s.key===r?"select":""}`,onClick:u=>{u.stopPropagation(),s.onClick?s.onClick(s):i.onItemClick?.(s)},children:[s.selectIcon&&d(s_,{}),d("label",{children:s.label}),s.value&&d("span",{children:s.value}),s.rightIcon&&d(l_,{})]},s.key))]})]}):null}var $n="imt-quick-subtitle",lS=` .${$n}-button { display: flex; align-items: center; diff --git a/dist/firefox/popup.js b/dist/firefox/popup.js index 5ac25ea..269747e 100644 --- a/dist/firefox/popup.js +++ b/dist/firefox/popup.js @@ -1,4 +1,4 @@ -(()=>{var J9=Object.create;var pd=Object.defineProperty;var X9=Object.getOwnPropertyDescriptor;var e6=Object.getOwnPropertyNames;var t6=Object.getPrototypeOf,n6=Object.prototype.hasOwnProperty;var r6=(t,e)=>()=>(t&&(e=t(t=0)),e);var a6=(t,e)=>()=>(e||t((e={exports:{}}).exports,e),e.exports),tu=(t,e)=>{for(var n in e)pd(t,n,{get:e[n],enumerable:!0})},i6=(t,e,n,r)=>{if(e&&typeof e=="object"||typeof e=="function")for(let a of e6(e))!n6.call(t,a)&&a!==n&&pd(t,a,{get:()=>e[a],enumerable:!(r=X9(e,a))||r.enumerable});return t};var o6=(t,e,n)=>(n=t!=null?J9(t6(t)):{},i6(e||!t||!t.__esModule?pd(n,"default",{value:t,enumerable:!0}):n,t));var x,d=r6(()=>{x={BUILD_TIME:"2024-04-03T14:28:35.000Z",VERSION:"1.4.5",PROD:"1",REDIRECT_URL:"https://dash.immersivetranslate.com/auth-done/",PROD_API:"1",BETA:"0",IMMERSIVE_TRANSLATE_INJECTED_CSS:`:root { +(()=>{var J9=Object.create;var pd=Object.defineProperty;var X9=Object.getOwnPropertyDescriptor;var e6=Object.getOwnPropertyNames;var t6=Object.getPrototypeOf,n6=Object.prototype.hasOwnProperty;var r6=(t,e)=>()=>(t&&(e=t(t=0)),e);var a6=(t,e)=>()=>(e||t((e={exports:{}}).exports,e),e.exports),tu=(t,e)=>{for(var n in e)pd(t,n,{get:e[n],enumerable:!0})},i6=(t,e,n,r)=>{if(e&&typeof e=="object"||typeof e=="function")for(let a of e6(e))!n6.call(t,a)&&a!==n&&pd(t,a,{get:()=>e[a],enumerable:!(r=X9(e,a))||r.enumerable});return t};var o6=(t,e,n)=>(n=t!=null?J9(t6(t)):{},i6(e||!t||!t.__esModule?pd(n,"default",{value:t,enumerable:!0}):n,t));var x,d=r6(()=>{x={BUILD_TIME:"2024-04-04T07:37:00.000Z",VERSION:"1.4.6",PROD:"1",REDIRECT_URL:"https://dash.immersivetranslate.com/auth-done/",PROD_API:"1",BETA:"0",IMMERSIVE_TRANSLATE_INJECTED_CSS:`:root { --immersive-translate-theme-underline-borderColor: #72ece9; --immersive-translate-theme-nativeUnderline-borderColor: #72ece9; --immersive-translate-theme-nativeDashed-borderColor: #72ece9; @@ -4936,7 +4936,7 @@ select.text-gray-6 {
-`,IMMERSIVE_TRANSLATE_VIDEO_SUBTITLE_INJECT:'(()=>{var u="imt-subtitle-inject",f=class{from;to;constructor(t,n){this.from=t,this.to=n}sendMessages(t){globalThis.postMessage({type:u,to:this.to,from:this.from,action:t.action,data:t.data,id:t.id||new Date().getTime(),isAsync:!1})}getRandomId(){return(new Date().getTime()+Math.random())*Math.random()}sendAsyncMessages({action:t,data:n}){return new Promise(e=>{let r=this.getRandomId();globalThis.postMessage({type:u,to:this.to,from:this.from,action:t,data:n,id:r,isAsync:!0});let a=({data:o})=>{u===o.type&&o.id===r&&o.to===this.from&&(e(o.data),globalThis.removeEventListener("message",a))};globalThis.addEventListener("message",a)})}handleMessageOnce(t){return new Promise(n=>{let e=({data:r})=>{u===r.type&&r.action===t&&r.to===this.from&&(n(r.data),globalThis.removeEventListener("message",e))};globalThis.addEventListener("message",e)})}handleMessage(t,n){let e=({data:r})=>{u===r.type&&r.action===t&&r.to===this.from&&n(r)};return globalThis.addEventListener("message",e),()=>{globalThis.removeEventListener("message",e)}}handleMessages(t){let n=({data:e})=>{u===e.type&&e.to===this.from&&t(e)};return globalThis.addEventListener("message",n),()=>{globalThis.removeEventListener("message",n)}}},R=new f("content-script","inject"),l=new f("inject","content-script"),S={get(s,t,n){return t in s?(...e)=>{let r=s[t];return typeof r=="function"?r.apply(s,e):Reflect.get(s,t,n)}:e=>s.sendAsyncMessages({action:t,data:e})}},x=new Proxy(l,S),L=new Proxy(R,S);function T(s){if(!s)return null;try{let t=s;return s.startsWith("//")?t=globalThis.location.protocol+s:s.startsWith("/")?t=`${globalThis.location.protocol}//${globalThis.location.host}${s}`:s.startsWith("http")||(t=`${globalThis.location.protocol}//${s}`),new URL(t).toString()}catch(t){return console.error(t),s}}var i=class{content=x;config;constructor(t){this.config=t,l.handleMessages(async({action:n,id:e,data:r})=>{let a=this[n];if(!a)return;let o=a.apply(this,[r]);o instanceof Promise&&(o=await o),l.sendMessages({id:e,data:o})})}triggerSubtitle(t){}async translateSubtitle(t){let n=await this.content.requestSubtitle({url:T(t._url)});if(n){if(this.config.responseType=="document"){let r=new DOMParser().parseFromString(n,"text/xml");Object.defineProperty(t,"responseXML",{value:r,writable:!1}),Object.defineProperty(t,"response",{value:r,writable:!1});return}let e=n;(t.responseType=="arraybuffer"||this.config.responseType=="arraybuffer")&&typeof n=="string"&&(e=new TextEncoder().encode(n).buffer),Object.defineProperty(t,"responseText",{value:e,writable:!1}),Object.defineProperty(t,"response",{value:e,writable:!1})}}async translateSubtitleWithFetch(t,n){let e={...n},r;return typeof t=="string"?r={url:t,method:"GET",headers:{}}:r=await v(t),e?.body&&(e.body=M(e.body)),this.content.requestSubtitle({fetchInfo:JSON.stringify({input:r,options:e})})}async getVideoMeta(t){}isSubtitleRequest(t){return!this.config||!this.config.subtitleUrlRegExp||!t?!1:new RegExp(this.config.subtitleUrlRegExp).test(t||"")}};function v(s){if(s instanceof URL)return{url:s.href,method:"GET",headers:{}};let t=s.clone(),n={url:s.url,method:s.method,headers:Object.fromEntries(s.headers.entries())};if(t.body){let e=M(t.body);if(t.body!==e)return t.text().then(r=>(n.body=r,n));n.body=e}return Promise.resolve(n)}function M(s){if(!s)return s;if(s instanceof FormData||s instanceof URLSearchParams){let t={};for(let[n,e]of s.entries())t[n]=e;return t._formatBodyType="FormData",t}return s}var d=class extends i{timer=null;triggerSubtitle({force:t}){setTimeout(()=>{if(this.config?.subtitleButtonSelector){let n=document.querySelector(this.config.subtitleButtonSelector);if(n){let e=n.getAttribute("aria-pressed")==="true";e&&t?(n.click(),setTimeout(()=>{n.click()},100)):e||n.click();return}}if(this.config?.videoPlayerSelector){let n=document.querySelector(this.config.videoPlayerSelector);n?.toggleSubtitles(),setTimeout(()=>{n?.toggleSubtitles()},100)}},1e3)}async getVideoMeta(){if(!this.config.videoPlayerSelector)return null;try{return await this.sleep(100),document.querySelector(this.config.videoPlayerSelector)?.getPlayerResponse()}catch{return null}}sleep(t){return new Promise(n=>{setTimeout(()=>{n(null)},t)})}};var m=class extends i{timer=null;videoMeta={};lastVideoMeta=null;constructor(t){super(t),this.hookJSON()}hookJSON(){let t=JSON.parse;JSON.parse=n=>{let e=t(n);try{e&&e.result&&e.result.timedtexttracks&&e.result.movieId&&(this.videoMeta[e.result.movieId]=e.result,this.lastVideoMeta=e.result)}catch(r){console.log(r)}return e}}getVideoMeta(t){return this.lastVideoMeta}};var p=class extends i{timer=null;videoMeta={};constructor(t){super(t),this.hookJSON()}hookJSON(){let t=JSON.parse;JSON.parse=n=>{let e=t(n);try{e?.asset?.captions?.length?this.videoMeta[e.id]=e?.asset:e?.previews&&e?.course&&e?.previews?.forEach(r=>{this.videoMeta[r.id]=r})}catch(r){console.error(r)}return e}}getVideoMeta(t){return this.videoMeta[t]}};var g=class extends i{timer=null;videoMeta={};constructor(t){super(t),this.hookJSON()}hookJSON(){let t=JSON.parse;JSON.parse=n=>{let e=t(n);try{if(e?.stream?.sources?.length&&e?.stream?.sources[0]?.complete?.url){let r=window.location.pathname.split("/");r.length>2&&r[r.length-2]==="video"&&(this.videoMeta[r[r.length-1]]=e.stream.sources[0].complete.url)}}catch(r){console.error(r)}return e}}getVideoMeta(t){return this.videoMeta[t]}};var h=class extends i{constructor(t){super(t)}async translateSubtitleWithFetch(t,n){this.main(t,n)}async main(t,n){let e=globalThis.__originalFetch;if(!e)return;let r=t;t instanceof Request&&(r=t.clone());let a=await e(r,n);if(!a.ok)return;let o=await a.json();o.transcripts_urls&&this.requestSubtitle(o.transcripts_urls)}async requestSubtitle(t){await c(),await this.content.requestSubtitle(t)}};async function w(){let s=await l.sendAsyncMessages({action:"getConfig"});if(!s)return;let n={youtube:d,netflix:m,webvtt:i,khanacademy:i,bilibili:i,udemy:p,general:i,ebutt:i,hulu:h,disneyplus:g,"fmp4.xml":i,multi_attach_vtt:i,twitter:i,subsrt:i,xml:i,text_track_dynamic:i,av:i}[s.type||""];if(!n)return;let e=new n(s);I(e,s)}c();w();function I(s,t){if(t.hookType.includes("xhr")){let n=XMLHttpRequest.prototype.open,e=XMLHttpRequest.prototype.send,r=function(){return this._url=arguments[1],n.apply(this,arguments)},a=async function(){return s.isSubtitleRequest(this._url)?(await c(),await s.translateSubtitle(this),e.apply(this,arguments)):e.apply(this,arguments)};Object.defineProperty(XMLHttpRequest.prototype,"open",{value:r,writable:!0}),Object.defineProperty(XMLHttpRequest.prototype,"send",{value:a,writable:!0})}if(t.hookType.includes("fetch")){let n=globalThis.fetch;globalThis.__originalFetch=n,globalThis.fetch=async function(e,r){let a=typeof e=="string"?e:e.url||e.href;if(!s.isSubtitleRequest(a))return n(e,r);await c();let y=await s.translateSubtitleWithFetch(e,r);return y?new Response(y):n(e,r)}}}var b=!1;async function c(){return b||(await l.handleMessageOnce("contentReady"),b=!0),b}})();\n',OPTIONS_URL:"https://dash.immersivetranslate.com/",SHARE_DRAFT_URL:"https://immersivetranslate.com/preview",ASSETS_BASE_URL:"https://app.immersivetranslate.com/global-assets/",EBOOK_VIEWER_URL:"https://app.immersivetranslate.com/ebook/",EBOOK_BUILDER_URL:"https://app.immersivetranslate.com/ebook/make/",SUBTITLE_BUILDER_URL:"https://app.immersivetranslate.com/subtitle/",HTML_VIEWER_URL:"https://app.immersivetranslate.com/html/",PDF_VIEWER_URL:"https://app.immersivetranslate.com/pdf/",PDF_PRO_URL:"https://app.immersivetranslate.com/pdf-pro/",TEXT_TRANSLATE_URL:"https://app.immersivetranslate.com/text/",TRANSLATE_FILE_URL:"https://app.immersivetranslate.com/",MOCK:"0",DEBUG:"0",INSTALL_FROM:"firefox_zip"}});var N2=a6((oc,Ls)=>{d();(function(){var t;function e(f){var T,b,h="",C=-1,D;if(f&&f.length)for(D=f.length;(C+=1)>>6&31,128|T&63):T<=65535?h+=String.fromCharCode(224|T>>>12&15,128|T>>>6&63,128|T&63):T<=2097151&&(h+=String.fromCharCode(240|T>>>18&7,128|T>>>12&63,128|T>>>6&63,128|T&63));return h}function n(f){var T,b,h,C,D,M=[],B;if(T=b=h=C=D=0,f&&f.length)for(B=f.length,f+="";T191&&h<224?(C=f.charCodeAt(T+1),M[b]=String.fromCharCode((h&31)<<6|C&63),T+=2):(C=f.charCodeAt(T+1),D=f.charCodeAt(T+2),M[b]=String.fromCharCode((h&15)<<12|(C&63)<<6|D&63),T+=3);return M.join("")}function r(f,T){var b=(f&65535)+(T&65535),h=(f>>16)+(T>>16)+(b>>16);return h<<16|b&65535}function a(f,T){return f<>>32-T}function i(f,T){for(var b=T?"0123456789ABCDEF":"0123456789abcdef",h="",C,D=0,M=f.length;D>>4&15)+b.charAt(C&15);return h}function o(f){var T,b=f.length,h="";for(T=0;T>>8&255);return h}function s(f){var T,b=f.length,h="";for(T=0;T>>8&255,f.charCodeAt(T)&255);return h}function u(f){var T,b=f.length*32,h="";for(T=0;T>5]>>>24-T%32&255);return h}function l(f){var T,b=f.length*32,h="";for(T=0;T>5]>>>T%32&255);return h}function c(f){var T,b=f.length*8,h=Array(f.length>>2),C=h.length;for(T=0;T>5]|=(f.charCodeAt(T/8)&255)<>2),C=h.length;for(T=0;T>5]|=(f.charCodeAt(T/8)&255)<<24-T%32;return h}function g(f,T){var b=T.length,h=Array(),C,D,M,B,S,y,_,k;for(y=Array(Math.ceil(f.length/2)),B=y.length,C=0;C0;){for(S=Array(),M=0,C=0;C0||D>0)&&(S[S.length]=D);h[h.length]=M,y=S}for(_="",C=h.length-1;C>=0;C--)_+=T.charAt(h[C]);for(k=Math.ceil(f.length*8/(Math.log(T.length)/Math.log(2))),C=_.length;Cf.length*8?h+=T:h+=b.charAt(B>>>6*(3-M)&63);return h}t={VERSION:"1.0.6",Base64:function(){var f="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/",T="=",b=!1,h=!0;this.encode=function(C){var D,M,B,S="";for(T=T||"=",C=h?e(C):C,len=C.length,D=0;Dlen*8?S+=T:S+=f.charAt(B>>>6*(3-M)&63);return S},this.decode=function(C){var D,M,B,S,y,_,k,v,I,F,L="",U=[];if(!C)return C;D=F=0,C=C.replace(new RegExp("\\"+T,"gi"),"");do y=f.indexOf(C.charAt(D++)),_=f.indexOf(C.charAt(D++)),k=f.indexOf(C.charAt(D++)),v=f.indexOf(C.charAt(D++)),I=y<<18|_<<12|k<<6|v,M=I>>16&255,B=I>>8&255,S=I&255,F+=1,k===64?U[F]=String.fromCharCode(M):v===64?U[F]=String.fromCharCode(M,B):U[F]=String.fromCharCode(M,B,S);while(D>>8^b;return(T^-1)>>>0},MD5:function(f){var T=f&&typeof f.uppercase=="boolean"?f.uppercase:!1,b=f&&typeof f.pad=="string"?f.pad:"=",h=f&&typeof f.utf8=="boolean"?f.utf8:!0;this.hex=function(v){return i(C(v,h),T)},this.b64=function(v){return m(C(v),b)},this.any=function(v,I){return g(C(v,h),I)},this.raw=function(v){return C(v,h)},this.hex_hmac=function(v,I){return i(D(v,I),T)},this.b64_hmac=function(v,I){return m(D(v,I),b)},this.any_hmac=function(v,I,F){return g(D(v,I),F)},this.vm_test=function(){return hex("abc").toLowerCase()==="900150983cd24fb0d6963f7d28e17f72"},this.setUpperCase=function(v){return typeof v=="boolean"&&(T=v),this},this.setPad=function(v){return b=v||b,this},this.setUTF8=function(v){return typeof v=="boolean"&&(h=v),this};function C(v){return v=h?e(v):v,l(M(c(v),v.length*8))}function D(v,I){var F,L,U,N,q;for(v=h?e(v):v,I=h?e(I):I,F=c(v),F.length>16&&(F=M(F,v.length*8)),L=Array(16),U=Array(16),q=0;q<16;q+=1)L[q]=F[q]^909522486,U[q]=F[q]^1549556828;return N=M(L.concat(c(I)),512+I.length*8),l(M(U.concat(N),512+128))}function M(v,I){var F,L,U,N,q,A=1732584193,E=-271733879,P=-1732584194,O=271733878;for(v[I>>5]|=128<>>9<<4)+14]=I,F=0;F16&&(k=M(k,y.length*8)),v=Array(16),I=Array(16),F=0;F<16;F+=1)v[F]=k[F]^909522486,I[F]=k[F]^1549556828;return L=M(v.concat(p(_)),512+_.length*8),u(M(I.concat(L),512+160))}function M(y,_){var k,v,I,F,L,U,N,q,A=Array(80),E=1732584193,P=-271733879,O=-1732584194,H=271733878,j=-1009589776;for(y[_>>5]|=128<<24-_%32,y[(_+64>>9<<4)+15]=_,k=0;k16&&(j=A(j,E.length*8));H<16;H+=1)W[H]=j[H]^909522486,V[H]=j[H]^1549556828;return O=A(W.concat(p(P)),512+P.length*8),u(A(V.concat(O),512+256))}function B(E,P){return E>>>P|E<<32-P}function S(E,P){return E>>>P}function y(E,P,O){return E&P^~E&O}function _(E,P,O){return E&P^E&O^P&O}function k(E){return B(E,2)^B(E,13)^B(E,22)}function v(E){return B(E,6)^B(E,11)^B(E,25)}function I(E){return B(E,7)^B(E,18)^S(E,3)}function F(E){return B(E,17)^B(E,19)^S(E,10)}function L(E){return B(E,28)^B(E,34)^B(E,39)}function U(E){return B(E,14)^B(E,18)^B(E,41)}function N(E){return B(E,1)^B(E,8)^S(E,7)}function q(E){return B(E,19)^B(E,61)^S(E,6)}C=[1116352408,1899447441,-1245643825,-373957723,961987163,1508970993,-1841331548,-1424204075,-670586216,310598401,607225278,1426881987,1925078388,-2132889090,-1680079193,-1046744716,-459576895,-272742522,264347078,604807628,770255983,1249150122,1555081692,1996064986,-1740746414,-1473132947,-1341970488,-1084653625,-958395405,-710438585,113926993,338241895,666307205,773529912,1294757372,1396182291,1695183700,1986661051,-2117940946,-1838011259,-1564481375,-1474664885,-1035236496,-949202525,-778901479,-694614492,-200395387,275423344,430227734,506948616,659060556,883997877,958139571,1322822218,1537002063,1747873779,1955562222,2024104815,-2067236844,-1933114872,-1866530822,-1538233109,-1090935817,-965641998];function A(E,P){var O=[1779033703,-1150833019,1013904242,-1521486534,1359893119,-1694144372,528734635,1541459225],H=new Array(64),j,W,V,se,X,Z,ue,ge,te,Y,Te,ae;for(E[P>>5]|=128<<24-P%32,E[(P+64>>9<<4)+15]=P,te=0;te32&&(E=B(E,U.length*8));A<32;A+=1)P[A]=E[A]^909522486,O[A]=E[A]^1549556828;return q=B(P.concat(p(N)),1024+N.length*8),u(B(O.concat(q),1024+512))}function B(U,N){var q,A,E,P=new Array(80),O=new Array(16),H=[new S(1779033703,-205731576),new S(-1150833019,-2067093701),new S(1013904242,-23791573),new S(-1521486534,1595750129),new S(1359893119,-1377402159),new S(-1694144372,725511199),new S(528734635,-79577749),new S(1541459225,327033209)],j=new S(0,0),W=new S(0,0),V=new S(0,0),se=new S(0,0),X=new S(0,0),Z=new S(0,0),ue=new S(0,0),ge=new S(0,0),te=new S(0,0),Y=new S(0,0),Te=new S(0,0),ae=new S(0,0),ie=new S(0,0),Ee=new S(0,0),ze=new S(0,0),_e=new S(0,0),ce=new S(0,0);for(C===void 0&&(C=[new S(1116352408,-685199838),new S(1899447441,602891725),new S(-1245643825,-330482897),new S(-373957723,-2121671748),new S(961987163,-213338824),new S(1508970993,-1241133031),new S(-1841331548,-1357295717),new S(-1424204075,-630357736),new S(-670586216,-1560083902),new S(310598401,1164996542),new S(607225278,1323610764),new S(1426881987,-704662302),new S(1925078388,-226784913),new S(-2132889090,991336113),new S(-1680079193,633803317),new S(-1046744716,-815192428),new S(-459576895,-1628353838),new S(-272742522,944711139),new S(264347078,-1953704523),new S(604807628,2007800933),new S(770255983,1495990901),new S(1249150122,1856431235),new S(1555081692,-1119749164),new S(1996064986,-2096016459),new S(-1740746414,-295247957),new S(-1473132947,766784016),new S(-1341970488,-1728372417),new S(-1084653625,-1091629340),new S(-958395405,1034457026),new S(-710438585,-1828018395),new S(113926993,-536640913),new S(338241895,168717936),new S(666307205,1188179964),new S(773529912,1546045734),new S(1294757372,1522805485),new S(1396182291,-1651133473),new S(1695183700,-1951439906),new S(1986661051,1014477480),new S(-2117940946,1206759142),new S(-1838011259,344077627),new S(-1564481375,1290863460),new S(-1474664885,-1136513023),new S(-1035236496,-789014639),new S(-949202525,106217008),new S(-778901479,-688958952),new S(-694614492,1432725776),new S(-200395387,1467031594),new S(275423344,851169720),new S(430227734,-1194143544),new S(506948616,1363258195),new S(659060556,-544281703),new S(883997877,-509917016),new S(958139571,-976659869),new S(1322822218,-482243893),new S(1537002063,2003034995),new S(1747873779,-692930397),new S(1955562222,1575990012),new S(2024104815,1125592928),new S(-2067236844,-1578062990),new S(-1933114872,442776044),new S(-1866530822,593698344),new S(-1538233109,-561857047),new S(-1090935817,-1295615723),new S(-965641998,-479046869),new S(-903397682,-366583396),new S(-779700025,566280711),new S(-354779690,-840897762),new S(-176337025,-294727304),new S(116418474,1914138554),new S(174292421,-1563912026),new S(289380356,-1090974290),new S(460393269,320620315),new S(685471733,587496836),new S(852142971,1086792851),new S(1017036298,365543100),new S(1126000580,-1676669620),new S(1288033470,-885112138),new S(1501505948,-60457430),new S(1607167915,987167468),new S(1816402316,1246189591)]),A=0;A<80;A+=1)P[A]=new S(0,0);for(U[N>>5]|=128<<24-(N&31),U[(N+128>>10<<5)+31]=N,E=U.length,A=0;A>>q|N.h<<32-q,U.h=N.h>>>q|N.l<<32-q}function k(U,N,q){U.l=N.h>>>q|N.l<<32-q,U.h=N.l>>>q|N.h<<32-q}function v(U,N,q){U.l=N.l>>>q|N.h<<32-q,U.h=N.h>>>q}function I(U,N,q){var A=(N.l&65535)+(q.l&65535),E=(N.l>>>16)+(q.l>>>16)+(A>>>16),P=(N.h&65535)+(q.h&65535)+(E>>>16),O=(N.h>>>16)+(q.h>>>16)+(P>>>16);U.l=A&65535|E<<16,U.h=P&65535|O<<16}function F(U,N,q,A,E){var P=(N.l&65535)+(q.l&65535)+(A.l&65535)+(E.l&65535),O=(N.l>>>16)+(q.l>>>16)+(A.l>>>16)+(E.l>>>16)+(P>>>16),H=(N.h&65535)+(q.h&65535)+(A.h&65535)+(E.h&65535)+(O>>>16),j=(N.h>>>16)+(q.h>>>16)+(A.h>>>16)+(E.h>>>16)+(H>>>16);U.l=P&65535|O<<16,U.h=H&65535|j<<16}function L(U,N,q,A,E,P){var O=(N.l&65535)+(q.l&65535)+(A.l&65535)+(E.l&65535)+(P.l&65535),H=(N.l>>>16)+(q.l>>>16)+(A.l>>>16)+(E.l>>>16)+(P.l>>>16)+(O>>>16),j=(N.h&65535)+(q.h&65535)+(A.h&65535)+(E.h&65535)+(P.h&65535)+(H>>>16),W=(N.h>>>16)+(q.h>>>16)+(A.h>>>16)+(E.h>>>16)+(P.h>>>16)+(j>>>16);U.l=O&65535|H<<16,U.h=j&65535|W<<16}},RMD160:function(f){var T=f&&typeof f.uppercase=="boolean"?f.uppercase:!1,b=f&&typeof f.pad=="string"?f.pa:"=",h=f&&typeof f.utf8=="boolean"?f.utf8:!0,C=[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,7,4,13,1,10,6,15,3,12,0,9,5,2,14,11,8,3,10,14,4,9,15,8,1,2,7,0,6,13,11,5,12,1,9,11,10,0,8,12,4,13,3,7,15,14,5,6,2,4,0,5,9,7,12,2,10,14,1,3,8,11,6,15,13],D=[5,14,7,0,9,2,11,4,13,6,15,8,1,10,3,12,6,11,3,7,0,13,5,10,14,15,8,12,4,9,1,2,15,5,1,3,7,14,6,9,11,8,12,2,10,0,4,13,8,6,4,1,3,11,15,0,5,12,2,13,9,7,10,14,12,15,10,4,1,5,8,7,6,2,13,14,0,3,9,11],M=[11,14,15,12,5,8,7,9,11,13,14,15,6,7,9,8,7,6,8,13,11,9,7,15,7,12,15,9,11,7,13,12,11,13,6,7,14,9,13,15,14,8,13,6,5,12,7,5,11,12,14,15,14,15,9,8,9,14,5,6,8,6,5,12,9,15,5,11,6,8,13,12,5,12,13,14,11,8,5,6],B=[8,9,9,11,13,15,15,5,7,7,8,11,14,14,12,6,9,13,15,7,12,8,9,11,7,7,12,7,6,15,13,11,9,7,15,11,8,6,6,14,12,13,5,14,13,13,7,5,15,5,8,11,14,14,6,14,6,9,12,9,12,5,15,8,8,5,12,9,12,5,14,6,8,13,6,5,15,13,11,11];this.hex=function(L){return i(S(L,h))},this.b64=function(L){return m(S(L,h),b)},this.any=function(L,U){return g(S(L,h),U)},this.raw=function(L){return S(L,h)},this.hex_hmac=function(L,U){return i(y(L,U))},this.b64_hmac=function(L,U){return m(y(L,U),b)},this.any_hmac=function(L,U,N){return g(y(L,U),N)},this.vm_test=function(){return hex("abc").toLowerCase()==="900150983cd24fb0d6963f7d28e17f72"},this.setUpperCase=function(L){return typeof L=="boolean"&&(T=L),this},this.setPad=function(L){return typeof L<"u"&&(b=L),this},this.setUTF8=function(L){return typeof L=="boolean"&&(h=L),this};function S(L){return L=h?e(L):L,_(k(c(L),L.length*8))}function y(L,U){L=h?e(L):L,U=h?e(U):U;var N,q,A=c(L),E=Array(16),P=Array(16);for(A.length>16&&(A=k(A,L.length*8)),N=0;N<16;N+=1)E[N]=A[N]^909522486,P[N]=A[N]^1549556828;return q=k(E.concat(c(U)),512+U.length*8),_(k(P.concat(q),512+160))}function _(L){var U,N="",q=L.length*32;for(U=0;U>5]>>>U%32&255);return N}function k(L,U){var N,q,A,E,P=1732584193,O=4023233417,H=2562383102,j=271733878,W=3285377520,V,se,X,Z,ue,ge,te,Y,Te,ae;for(L[U>>5]|=128<>>9<<4)+14]=U,E=L.length,A=0;Afunction(){return e||(0,t[Tf(t)[0]])((e={exports:{}}).exports,e),e.exports},g6=(t,e)=>{for(var n in e)md(t,n,{get:e[n],enumerable:!0})},gd=(t,e,n,r)=>{if(e&&typeof e=="object"||typeof e=="function")for(let a of Tf(e))!d6.call(t,a)&&a!==n&&md(t,a,{get:()=>e[a],enumerable:!(r=l6(e,a))||r.enumerable});return t},m6=(t,e,n)=>(gd(t,e,"default"),n&&gd(n,e,"default")),yf=(t,e,n)=>(n=t!=null?u6(c6(t)):{},gd(e||!t||!t.__esModule?md(n,"default",{value:t,enumerable:!0}):n,t)),vf=p6({"../esmd/npm/webextension-polyfill@0.10.0/node_modules/webextension-polyfill/dist/browser-polyfill.js"(t,e){(function(n,r){if(typeof define=="function"&&define.amd)define("webextension-polyfill",["module"],r);else if(typeof t<"u")r(e);else{var a={exports:{}};r(a),n.browser=a.exports}})(typeof globalThis<"u"?globalThis:typeof self<"u"?self:t,function(n){"use strict";if(!globalThis.chrome?.runtime?.id)throw new Error("This script should only be loaded in a browser extension.");if(typeof globalThis.browser>"u"||Object.getPrototypeOf(globalThis.browser)!==Object.prototype){let r="The message port closed before a response was received.",a=i=>{let o={alarms:{clear:{minArgs:0,maxArgs:1},clearAll:{minArgs:0,maxArgs:0},get:{minArgs:0,maxArgs:1},getAll:{minArgs:0,maxArgs:0}},bookmarks:{create:{minArgs:1,maxArgs:1},get:{minArgs:1,maxArgs:1},getChildren:{minArgs:1,maxArgs:1},getRecent:{minArgs:1,maxArgs:1},getSubTree:{minArgs:1,maxArgs:1},getTree:{minArgs:0,maxArgs:0},move:{minArgs:2,maxArgs:2},remove:{minArgs:1,maxArgs:1},removeTree:{minArgs:1,maxArgs:1},search:{minArgs:1,maxArgs:1},update:{minArgs:2,maxArgs:2}},browserAction:{disable:{minArgs:0,maxArgs:1,fallbackToNoCallback:!0},enable:{minArgs:0,maxArgs:1,fallbackToNoCallback:!0},getBadgeBackgroundColor:{minArgs:1,maxArgs:1},getBadgeText:{minArgs:1,maxArgs:1},getPopup:{minArgs:1,maxArgs:1},getTitle:{minArgs:1,maxArgs:1},openPopup:{minArgs:0,maxArgs:0},setBadgeBackgroundColor:{minArgs:1,maxArgs:1,fallbackToNoCallback:!0},setBadgeText:{minArgs:1,maxArgs:1,fallbackToNoCallback:!0},setIcon:{minArgs:1,maxArgs:1},setPopup:{minArgs:1,maxArgs:1,fallbackToNoCallback:!0},setTitle:{minArgs:1,maxArgs:1,fallbackToNoCallback:!0}},browsingData:{remove:{minArgs:2,maxArgs:2},removeCache:{minArgs:1,maxArgs:1},removeCookies:{minArgs:1,maxArgs:1},removeDownloads:{minArgs:1,maxArgs:1},removeFormData:{minArgs:1,maxArgs:1},removeHistory:{minArgs:1,maxArgs:1},removeLocalStorage:{minArgs:1,maxArgs:1},removePasswords:{minArgs:1,maxArgs:1},removePluginData:{minArgs:1,maxArgs:1},settings:{minArgs:0,maxArgs:0}},commands:{getAll:{minArgs:0,maxArgs:0}},contextMenus:{remove:{minArgs:1,maxArgs:1},removeAll:{minArgs:0,maxArgs:0},update:{minArgs:2,maxArgs:2}},cookies:{get:{minArgs:1,maxArgs:1},getAll:{minArgs:1,maxArgs:1},getAllCookieStores:{minArgs:0,maxArgs:0},remove:{minArgs:1,maxArgs:1},set:{minArgs:1,maxArgs:1}},devtools:{inspectedWindow:{eval:{minArgs:1,maxArgs:2,singleCallbackArg:!1}},panels:{create:{minArgs:3,maxArgs:3,singleCallbackArg:!0},elements:{createSidebarPane:{minArgs:1,maxArgs:1}}}},downloads:{cancel:{minArgs:1,maxArgs:1},download:{minArgs:1,maxArgs:1},erase:{minArgs:1,maxArgs:1},getFileIcon:{minArgs:1,maxArgs:2},open:{minArgs:1,maxArgs:1,fallbackToNoCallback:!0},pause:{minArgs:1,maxArgs:1},removeFile:{minArgs:1,maxArgs:1},resume:{minArgs:1,maxArgs:1},search:{minArgs:1,maxArgs:1},show:{minArgs:1,maxArgs:1,fallbackToNoCallback:!0}},extension:{isAllowedFileSchemeAccess:{minArgs:0,maxArgs:0},isAllowedIncognitoAccess:{minArgs:0,maxArgs:0}},history:{addUrl:{minArgs:1,maxArgs:1},deleteAll:{minArgs:0,maxArgs:0},deleteRange:{minArgs:1,maxArgs:1},deleteUrl:{minArgs:1,maxArgs:1},getVisits:{minArgs:1,maxArgs:1},search:{minArgs:1,maxArgs:1}},i18n:{detectLanguage:{minArgs:1,maxArgs:1},getAcceptLanguages:{minArgs:0,maxArgs:0}},identity:{launchWebAuthFlow:{minArgs:1,maxArgs:1}},idle:{queryState:{minArgs:1,maxArgs:1}},management:{get:{minArgs:1,maxArgs:1},getAll:{minArgs:0,maxArgs:0},getSelf:{minArgs:0,maxArgs:0},setEnabled:{minArgs:2,maxArgs:2},uninstallSelf:{minArgs:0,maxArgs:1}},notifications:{clear:{minArgs:1,maxArgs:1},create:{minArgs:1,maxArgs:2},getAll:{minArgs:0,maxArgs:0},getPermissionLevel:{minArgs:0,maxArgs:0},update:{minArgs:2,maxArgs:2}},pageAction:{getPopup:{minArgs:1,maxArgs:1},getTitle:{minArgs:1,maxArgs:1},hide:{minArgs:1,maxArgs:1,fallbackToNoCallback:!0},setIcon:{minArgs:1,maxArgs:1},setPopup:{minArgs:1,maxArgs:1,fallbackToNoCallback:!0},setTitle:{minArgs:1,maxArgs:1,fallbackToNoCallback:!0},show:{minArgs:1,maxArgs:1,fallbackToNoCallback:!0}},permissions:{contains:{minArgs:1,maxArgs:1},getAll:{minArgs:0,maxArgs:0},remove:{minArgs:1,maxArgs:1},request:{minArgs:1,maxArgs:1}},runtime:{getBackgroundPage:{minArgs:0,maxArgs:0},getPlatformInfo:{minArgs:0,maxArgs:0},openOptionsPage:{minArgs:0,maxArgs:0},requestUpdateCheck:{minArgs:0,maxArgs:0},sendMessage:{minArgs:1,maxArgs:3},sendNativeMessage:{minArgs:2,maxArgs:2},setUninstallURL:{minArgs:1,maxArgs:1}},sessions:{getDevices:{minArgs:0,maxArgs:1},getRecentlyClosed:{minArgs:0,maxArgs:1},restore:{minArgs:0,maxArgs:1}},storage:{local:{clear:{minArgs:0,maxArgs:0},get:{minArgs:0,maxArgs:1},getBytesInUse:{minArgs:0,maxArgs:1},remove:{minArgs:1,maxArgs:1},set:{minArgs:1,maxArgs:1}},managed:{get:{minArgs:0,maxArgs:1},getBytesInUse:{minArgs:0,maxArgs:1}},sync:{clear:{minArgs:0,maxArgs:0},get:{minArgs:0,maxArgs:1},getBytesInUse:{minArgs:0,maxArgs:1},remove:{minArgs:1,maxArgs:1},set:{minArgs:1,maxArgs:1}}},tabs:{captureVisibleTab:{minArgs:0,maxArgs:2},create:{minArgs:1,maxArgs:1},detectLanguage:{minArgs:0,maxArgs:1},discard:{minArgs:0,maxArgs:1},duplicate:{minArgs:1,maxArgs:1},executeScript:{minArgs:1,maxArgs:2},get:{minArgs:1,maxArgs:1},getCurrent:{minArgs:0,maxArgs:0},getZoom:{minArgs:0,maxArgs:1},getZoomSettings:{minArgs:0,maxArgs:1},goBack:{minArgs:0,maxArgs:1},goForward:{minArgs:0,maxArgs:1},highlight:{minArgs:1,maxArgs:1},insertCSS:{minArgs:1,maxArgs:2},move:{minArgs:2,maxArgs:2},query:{minArgs:1,maxArgs:1},reload:{minArgs:0,maxArgs:2},remove:{minArgs:1,maxArgs:1},removeCSS:{minArgs:1,maxArgs:2},sendMessage:{minArgs:2,maxArgs:3},setZoom:{minArgs:1,maxArgs:2},setZoomSettings:{minArgs:1,maxArgs:2},update:{minArgs:1,maxArgs:2}},topSites:{get:{minArgs:0,maxArgs:0}},webNavigation:{getAllFrames:{minArgs:1,maxArgs:1},getFrame:{minArgs:1,maxArgs:1}},webRequest:{handlerBehaviorChanged:{minArgs:0,maxArgs:0}},windows:{create:{minArgs:0,maxArgs:1},get:{minArgs:1,maxArgs:2},getAll:{minArgs:0,maxArgs:1},getCurrent:{minArgs:0,maxArgs:1},getLastFocused:{minArgs:0,maxArgs:1},remove:{minArgs:1,maxArgs:1},update:{minArgs:2,maxArgs:2}}};if(Object.keys(o).length===0)throw new Error("api-metadata.json has not been included in browser-polyfill");class s extends WeakMap{constructor(y,_=void 0){super(_),this.createItem=y}get(y){return this.has(y)||this.set(y,this.createItem(y)),super.get(y)}}let u=S=>S&&typeof S=="object"&&typeof S.then=="function",l=(S,y)=>(..._)=>{i.runtime.lastError?S.reject(new Error(i.runtime.lastError.message)):y.singleCallbackArg||_.length<=1&&y.singleCallbackArg!==!1?S.resolve(_[0]):S.resolve(_)},c=S=>S==1?"argument":"arguments",p=(S,y)=>function(k,...v){if(v.lengthy.maxArgs)throw new Error(`Expected at most ${y.maxArgs} ${c(y.maxArgs)} for ${S}(), got ${v.length}`);return new Promise((I,F)=>{if(y.fallbackToNoCallback)try{k[S](...v,l({resolve:I,reject:F},y))}catch{k[S](...v),y.fallbackToNoCallback=!1,y.noCallback=!0,I()}else y.noCallback?(k[S](...v),I()):k[S](...v,l({resolve:I,reject:F},y))})},g=(S,y,_)=>new Proxy(y,{apply(k,v,I){return _.call(v,S,...I)}}),m=Function.call.bind(Object.prototype.hasOwnProperty),f=(S,y={},_={})=>{let k=Object.create(null),v={has(F,L){return L in S||L in k},get(F,L,U){if(L in k)return k[L];if(!(L in S))return;let N=S[L];if(typeof N=="function")if(typeof y[L]=="function")N=g(S,S[L],y[L]);else if(m(_,L)){let q=p(L,_[L]);N=g(S,S[L],q)}else N=N.bind(S);else if(typeof N=="object"&&N!==null&&(m(y,L)||m(_,L)))N=f(N,y[L],_[L]);else if(m(_,"*"))N=f(N,y[L],_["*"]);else return Object.defineProperty(k,L,{configurable:!0,enumerable:!0,get(){return S[L]},set(q){S[L]=q}}),N;return k[L]=N,N},set(F,L,U,N){return L in k?k[L]=U:S[L]=U,!0},defineProperty(F,L,U){return Reflect.defineProperty(k,L,U)},deleteProperty(F,L){return Reflect.deleteProperty(k,L)}},I=Object.create(S);return new Proxy(I,v)},T=S=>({addListener(y,_,...k){y.addListener(S.get(_),...k)},hasListener(y,_){return y.hasListener(S.get(_))},removeListener(y,_){y.removeListener(S.get(_))}}),b=new s(S=>typeof S!="function"?S:function(_){let k=f(_,{},{getContent:{minArgs:0,maxArgs:0}});S(k)}),h=new s(S=>typeof S!="function"?S:function(_,k,v){let I=!1,F,L=new Promise(A=>{F=function(E){I=!0,A(E)}}),U;try{U=S(_,k,F)}catch(A){U=Promise.reject(A)}let N=U!==!0&&u(U);if(U!==!0&&!N&&!I)return!1;let q=A=>{A.then(E=>{v(E)},E=>{let P;E&&(E instanceof Error||typeof E.message=="string")?P=E.message:P="An unexpected error occurred",v({__mozWebExtensionPolyfillReject__:!0,message:P})}).catch(E=>{})};return q(N?U:L),!0}),C=({reject:S,resolve:y},_)=>{i.runtime.lastError?i.runtime.lastError.message===r?y():S(new Error(i.runtime.lastError.message)):_&&_.__mozWebExtensionPolyfillReject__?S(new Error(_.message)):y(_)},D=(S,y,_,...k)=>{if(k.lengthy.maxArgs)throw new Error(`Expected at most ${y.maxArgs} ${c(y.maxArgs)} for ${S}(), got ${k.length}`);return new Promise((v,I)=>{let F=C.bind(null,{resolve:v,reject:I});k.push(F),_.sendMessage(...k)})},M={devtools:{network:{onRequestFinished:T(b)}},runtime:{onMessage:T(h),onMessageExternal:T(h),sendMessage:D.bind(null,"sendMessage",{minArgs:1,maxArgs:3})},tabs:{sendMessage:D.bind(null,"sendMessage",{minArgs:2,maxArgs:3})}},B={clear:{minArgs:1,maxArgs:1},get:{minArgs:1,maxArgs:1},set:{minArgs:1,maxArgs:1}};return o.privacy={network:{"*":B},services:{"*":B},websites:{"*":B}},f(i,M,o)};n.exports=a(chrome)}else n.exports=globalThis.browser})}}),Sf={};g6(Sf,{default:()=>nu});var f6=yf(vf());m6(Sf,yf(vf()));var{default:bf,...h6}=f6,nu=bf!==void 0?bf:h6;globalThis.immersiveTranslateBrowserAPI=nu;d();d();d();var su,Fe,Df,b6,ko,xf,Af,au={},kf=[],T6=/acit|ex(?:s|g|n|p|$)|rph|grid|ows|mnc|ntw|ine[ch]|zoo|^ord|itera/i;function Vr(t,e){for(var n in e)t[n]=e[n];return t}function Pf(t){var e=t.parentNode;e&&e.removeChild(t)}function hd(t,e,n){var r,a,i,o={};for(i in e)i=="key"?r=e[i]:i=="ref"?a=e[i]:o[i]=e[i];if(arguments.length>2&&(o.children=arguments.length>3?su.call(arguments,2):n),typeof t=="function"&&t.defaultProps!=null)for(i in t.defaultProps)o[i]===void 0&&(o[i]=t.defaultProps[i]);return ru(t,o,r,a,null)}function ru(t,e,n,r,a){var i={type:t,props:e,key:n,ref:r,__k:null,__:null,__b:0,__e:null,__d:void 0,__c:null,__h:null,constructor:void 0,__v:a??++Df};return a==null&&Fe.vnode!=null&&Fe.vnode(i),i}function Ot(t){return t.children}function Ba(t,e){this.props=t,this.context=e}function fi(t,e){if(e==null)return t.__?fi(t.__,t.__.__k.indexOf(t)+1):null;for(var n;e0?ru(m.type,m.props,m.key,m.ref?m.ref:null,m.__v):m)!=null){if(m.__=n,m.__b=n.__b+1,(g=h[c])===null||g&&m.key==g.key&&m.type===g.type)h[c]=void 0;else for(p=0;p=n.__.length&&n.__.push({__V:uu}),n.__[t]}function re(t){return Po=1,x6(Gf,t)}function x6(t,e,n){var r=cu(Lo++,2);if(r.t=t,!r.__c&&(r.__=[n?n(e):Gf(void 0,e),function(i){var o=r.__N?r.__N[0]:r.__[0],s=r.t(o,i);o!==s&&(r.__N=[s,r.__[1]],r.__c.setState({}))}],r.__c=xt,!xt.u)){xt.u=!0;var a=xt.shouldComponentUpdate;xt.shouldComponentUpdate=function(i,o,s){if(!r.__c.__H)return!0;var u=r.__c.__H.__.filter(function(c){return c.__c});if(u.every(function(c){return!c.__N}))return!a||a.call(this,i,o,s);var l=!1;return u.forEach(function(c){if(c.__N){var p=c.__[0];c.__=c.__N,c.__N=void 0,p!==c.__[0]&&(l=!0)}}),!!l&&(!a||a.call(this,i,o,s))}}return r.__N||r.__}function Ce(t,e){var n=cu(Lo++,3);!Fe.__s&&Kf(n.__H,e)&&(n.__=t,n.i=e,xt.__H.__h.push(n))}function je(t){return Po=5,Ne(function(){return{current:t}},[])}function Ne(t,e){var n=cu(Lo++,7);return Kf(n.__H,e)?(n.__V=t(),n.i=e,n.__h=t,n.__V):n.__}function Ve(t,e){return Po=8,Ne(function(){return t},e)}function du(t){var e=xt.context[t.__c],n=cu(Lo++,9);return n.c=t,e?(n.__==null&&(n.__=!0,e.sub(xt)),e.props.value):t.__}function E6(){for(var t;t=Wf.shift();)if(t.__P&&t.__H)try{t.__H.__h.forEach(lu),t.__H.__h.forEach(yd),t.__H.__h=[]}catch(e){t.__H.__h=[],Fe.__e(e,t.__v)}}Fe.__b=function(t){typeof t.type!="function"||t.o||t.type===Ot?t.o||(t.o=t.__&&t.__.o?t.__.o:""):t.o=(t.__&&t.__.o?t.__.o:"")+(t.__&&t.__.__k?t.__.__k.indexOf(t):0),xt=null,zf&&zf(t)},Fe.__r=function(t){Nf&&Nf(t),Lo=0;var e=(xt=t.__c).__H;e&&(Td===xt?(e.__h=[],xt.__h=[],e.__.forEach(function(n){n.__N&&(n.__=n.__N),n.__V=uu,n.__N=n.i=void 0})):(e.__h.forEach(lu),e.__h.forEach(yd),e.__h=[])),Td=xt},Fe.diffed=function(t){Uf&&Uf(t);var e=t.__c;e&&e.__H&&(e.__H.__h.length&&(Wf.push(e)!==1&&Of===Fe.requestAnimationFrame||((Of=Fe.requestAnimationFrame)||C6)(E6)),e.__H.__.forEach(function(n){n.i&&(n.__H=n.i),n.__V!==uu&&(n.__=n.__V),n.i=void 0,n.__V=uu})),Td=xt=null},Fe.__c=function(t,e){e.some(function(n){try{n.__h.forEach(lu),n.__h=n.__h.filter(function(r){return!r.__||yd(r)})}catch(r){e.some(function(a){a.__h&&(a.__h=[])}),e=[],Fe.__e(r,n.__v)}}),qf&&qf(t,e)},Fe.unmount=function(t){jf&&jf(t);var e,n=t.__c;n&&n.__H&&(n.__H.__.forEach(function(r){try{lu(r)}catch(a){e=a}}),n.__H=void 0,e&&Fe.__e(e,n.__v))};var Hf=typeof requestAnimationFrame=="function";function C6(t){var e,n=function(){clearTimeout(r),Hf&&cancelAnimationFrame(e),setTimeout(t)},r=setTimeout(n,100);Hf&&(e=requestAnimationFrame(n))}function lu(t){var e=xt,n=t.__c;typeof n=="function"&&(t.__c=void 0,n()),xt=e}function yd(t){var e=xt;t.__c=t.__(),xt=e}function Kf(t,e){return!t||t.length!==e.length||e.some(function(n,r){return n!==t[r]})}function Gf(t,e){return typeof e=="function"?e(t):e}d();d();function pu(t,e,n){let r=[];n||(n={}),e!=="auto"&&!n[e]&&(n[e]={matches:[],excludeMatches:[]}),r=e!=="auto"?n[e].matches:[];let a={},i=Object.keys(n);for(let l of i){let p=n[l].matches;for(let g of p)a[g]||(a[g]=[]),a[g].push(l)}let o=a[t];if(o&&o.length>0)for(let l of o)n[l].matches.indexOf(t)>-1&&(n[l]={...n[l],matches:n[l].matches.filter(p=>p!==t)});let s=new Set(r);if(e==="auto")return{...n};s.add(t);let u=Array.from(s);return{...n,[e]:{...n[e],matches:u}}}d();d();function Me(){return typeof process>"u"&&typeof Deno<"u"?Deno.env.toObject():x}var we=Me();function ye(){return we.IMMERSIVE_TRANSLATE_USERSCRIPT==="1"}function Qt(){return we.PROD==="1"}function Bn(){return we.PROD_API==="1"}function Vf(){return we.HAS_CSP_ERROR=="1"}function ot(){if(we.IMMERSIVE_TRANSLATE_SAFARI==="1")return!0;if(typeof globalThis.immersiveTranslateBrowserAPI<"u"&&globalThis.immersiveTranslateBrowserAPI.runtime&&globalThis.immersiveTranslateBrowserAPI.runtime.getManifest){let e=globalThis.immersiveTranslateBrowserAPI.runtime.getManifest();return!!(e&&e._isSafari)}else return!1}function gu(){return typeof Deno<"u"}var wP=Me().PROD==="1",bi=Me().PROD!=="1";function mu(){return typeof globalThis.__IS_IMMERSIVE_TRANSLATE_WEB_OPTIONS_PAGE__<"u"}d();d();d();var vd=/iPhone/i,$f=/iPod/i,Yf=/iPad/i,Qf=/\biOS-universal(?:.+)Mac\b/i,Sd=/\bAndroid(?:.+)Mobile\b/i,Zf=/Android/i,Ti=/(?:SD4930UR|\bSilk(?:.+)Mobile\b)/i,fu=/Silk/i,Cr=/Windows Phone/i,Jf=/\bWindows(?:.+)ARM\b/i,Xf=/BlackBerry/i,eh=/BB10/i,th=/Opera Mini/i,nh=/\b(CriOS|Chrome)(?:.+)Mobile/i,rh=/Mobile(?:.+)Firefox\b/i,ah=t=>typeof t<"u"&&t.platform==="MacIntel"&&typeof t.maxTouchPoints=="number"&&t.maxTouchPoints>1&&typeof globalThis.MSStream>"u";function w6(t){return e=>e.test(t)}function tt(t){let e={userAgent:"",platform:"",maxTouchPoints:0};!t&&typeof navigator<"u"?e={userAgent:navigator.userAgent,platform:navigator.platform,maxTouchPoints:navigator.maxTouchPoints||0}:typeof t=="string"?e.userAgent=t:t&&t.userAgent&&(e={userAgent:t.userAgent,platform:t.platform,maxTouchPoints:t.maxTouchPoints||0});let n=e.userAgent,r=n.split("[FBAN");typeof r[1]<"u"&&(n=r[0]),r=n.split("Twitter"),typeof r[1]<"u"&&(n=r[0]);let a=w6(n),i={apple:{phone:a(vd)&&!a(Cr),ipod:a($f),tablet:!a(vd)&&(a(Yf)||ah(e))&&!a(Cr),universal:a(Qf),device:(a(vd)||a($f)||a(Yf)||a(Qf)||ah(e))&&!a(Cr)},amazon:{phone:a(Ti),tablet:!a(Ti)&&a(fu),device:a(Ti)||a(fu)},android:{phone:!a(Cr)&&a(Ti)||!a(Cr)&&a(Sd),tablet:!a(Cr)&&!a(Ti)&&!a(Sd)&&(a(fu)||a(Zf)),device:!a(Cr)&&(a(Ti)||a(fu)||a(Sd)||a(Zf))||a(/\bokhttp\b/i)},windows:{phone:a(Cr),tablet:a(Jf),device:a(Cr)||a(Jf)},other:{blackberry:a(Xf),blackberry10:a(eh),opera:a(th),firefox:a(rh),chrome:a(nh),device:a(Xf)||a(eh)||a(th)||a(rh)||a(nh)},any:!1,phone:!1,tablet:!1};return i.any=i.apple.device||i.android.device||i.windows.device||i.other.device,i.phone=i.apple.phone||i.android.phone||i.windows.phone,i.tablet=i.apple.tablet||i.android.tablet||i.windows.tablet,i}var xd="DENO",hu="CHROME",bu="FIREFOX";function ih(t){let e=hu;try{let n=navigator?.userAgent||"";/firefox/i.test(n)||typeof InstallTrigger<"u"?e=bu:/deno/i.test(n)&&(e=xd)}catch{}return t===hu&&e===hu||t===bu&&e===bu||t===xd&&e===xd}function D6(){return ih(hu)}function oh(){return typeof Deno<"u"}function Wn(){return ih(bu)}function Tu(){return!!navigator.maxTouchPoints||"ontouchstart"in document.documentElement}function _o(t){return!!(t?.confirmSupportMouse||globalThis.matchMedia("(pointer:fine)").matches)}function sh(){return ye()?"monkey":D6()?"chrome":Wn()?"firefox":ot()?"safari":null}d();var uh={addListener:()=>{},removeListener:()=>{},hasListener:()=>{}},lh={permissions:{contains:()=>{},request:()=>{}},runtime:{onMessage:uh,openOptionsPage:()=>{},lastError:{message:""}},storage:{sync:{get:()=>{},set:()=>{}}},tabs:{onUpdated:uh,query:()=>{},sendMessage:()=>{}}};var oe;oh()?oe=lh:oe=globalThis.immersiveTranslateBrowserAPI;d();d();var ch={nologin:"\u672A\u767B\u5F55",loginForSafari:"\u767B\u5F55\u6216\u6CE8\u518C",login:"\u767B\u5F55\u540E\u53EF\u5F00\u901A\u4F1A\u5458",goLogin:"\u53BB\u767B\u5F55",manageAccount:"\u7BA1\u7406\u8D26\u6237",openPremium:"\u5F00\u901A\u4F1A\u5458",logout:"\u9000\u51FA",curentPlan:"\u5F53\u524D\u5957\u9910",endAt:"\u5230\u671F",endAuto:"\u81EA\u52A8\u7EED\u671F",lineBreakMaxTextCount:"\u6362\u884C\u540E\uFF0C\u6BCF\u53E5\u8BDD\u5141\u8BB8\u7684\u6700\u5927\u5B57\u7B26\u6570\u91CF","translate-pdf":"\u70B9\u51FB\u7FFB\u8BD1 PDF","noSupportTranslate-pdf":"\u811A\u672C\u4E0D\u652F\u6301\u8BF7\u4F7F\u7528\u63D2\u4EF6","translate-firefox-local-pdf":"\u70B9\u51FB\u53BB\u5BFC\u5165PDF",enableLineBreak:"\u5F00\u542F\u957F\u6BB5\u843D\u81EA\u52A8\u6362\u884C",sponsorLabel:"$1 \u8D77\u8D5E\u52A9\u5F00\u53D1\u8005",help:"\u5E2E\u52A9",enableLineBreakDescription:"\u5F00\u542F\u540E\uFF0C\u5C06\u4F1A\u5728\u957F\u6BB5\u843D\u4E2D\u6BCF\u53E5\u8BDD\u7ED3\u675F\u63D2\u5165\u6362\u884C\u7B26\uFF0C\u4EE5\u4FBF\u4E8E\u9605\u8BFB","browser.shortBrandName":"\u6C89\u6D78\u5F0F\u7FFB\u8BD1","browser.brandName":"\u6C89\u6D78\u5F0F\u7FFB\u8BD1 - \u7F51\u9875\u7FFB\u8BD1\u63D2\u4EF6 | PDF\u7FFB\u8BD1 | \u514D\u8D39","browser.brandDescription":"\u3010\u6C89\u6D78\u5F0F\u7FFB\u8BD1\u3011\u4E00\u6B3E\u514D\u8D39\u7684\uFF08\u539F\u6587/\u8BD1\u6587\uFF09\u53CC\u8BED\u5BF9\u7167\u7F51\u9875\u7FFB\u8BD1\u63D2\u4EF6\uFF0C\u540C\u65F6\u652F\u6301PDF\u7FFB\u8BD1\uFF08\u4FDD\u7559\u539F\u6587\u6863\u6392\u7248\uFF09\uFF0C\u89C6\u9891\u53CC\u8BED\u5B57\u5E55\u7FFB\u8BD1\uFF08Youtube, Netflix\u7B49\uFF09\uFF0CEPUB\u7535\u5B50\u4E66\u7FFB\u8BD1\u7B49\uFF1B\u652F\u6301\u8C03\u7528\u4EBA\u5DE5\u667A\u80FDAI\u7FFB\u8BD1\u5927\u6A21\u578B\uFF08OpenAI (ChatGPT)\u3001DeepL\u3001Gemini(Bard) \u7B49 \uFF09\u5BF9\u4EE5\u4E0A\u5185\u5BB9\u8FDB\u884C\u66F4\u51C6\u786E\u7684\u7FFB\u8BD1\uFF1B","browser.brandDescriptionForSafari":"\u3010\u6C89\u6D78\u5F0F\u7FFB\u8BD1\u3011\u4E00\u6B3E\u514D\u8D39\u7684\uFF08\u539F\u6587/\u8BD1\u6587\uFF09\u53CC\u8BED\u5BF9\u7167\u7F51\u9875\u7FFB\u8BD1\u63D2\u4EF6\uFF0C\u540C\u65F6\u652F\u6301PDF\u7FFB\u8BD1\u548CEPUB\u7535\u5B50\u4E66\u7FFB\u8BD1\u4E14\u4FDD\u7559\u539F\u6587\u6863\u6392\u7248\uFF0CYoutube/Netflix\u7B49\u5728\u7EBF\u89C6\u9891\u53CC\u8BED\u5B57\u5E55\u7FFB\u8BD1\uFF0C\u652F\u6301Deepl/Google\u7B49\u4E3B\u6D41\u7FFB\u8BD1\u670D\u52A1;","browser.toggleTranslatePage":"\u7FFB\u8BD1\u7F51\u9875/\u663E\u793A\u539F\u6587","browser.toggleTranslateTheWholePage":"\u7FFB\u8BD1\u9875\u9762\u5168\u90E8\u533A\u57DF/\u663E\u793A\u539F\u6587","browser.toggleTranslateToThePageEndImmediately":"\u7ACB\u5373\u7FFB\u8BD1\u5230\u9875\u9762\u5E95\u90E8/\u663E\u793A\u539F\u6587","browser.toggleTranslateTheMainPage":"\u7FFB\u8BD1\u9875\u9762\u4E3B\u8981\u533A\u57DF/\u663E\u793A\u539F\u6587","browser.shareToDraft":"\u751F\u6210\u7F51\u9875\u5FEB\u7167","browser.openOptionsPage":"\u6253\u5F00\u8BBE\u7F6E\u9875","browser.translateLocalPdfFile":"\u7FFB\u8BD1\u672C\u5730 PDF \u6587\u4EF6","browser.openEbookViewer":"\u9605\u8BFB\u672C\u5730\u7535\u5B50\u4E66","browser.openEbookBuilder":"\u5236\u4F5C\u53CC\u8BED EPUB \u7535\u5B50\u4E66","browser.translateLocalHtmlFile":"\u7FFB\u8BD1 HTML/txt \u6587\u4EF6","browser.donateContext":"\u4E86\u89E3\u8D5E\u52A9\u798F\u5229","browser.translateLocalSubtitleFile":"\u7FFB\u8BD1\u672C\u5730\u5B57\u5E55\u6587\u4EF6",confirmResetConfig:"\u4F60\u786E\u5B9A\u8981\u91CD\u7F6E\u8BBE\u7F6E\u5417\uFF1F",translationLineBreakSettingTitle:"\u8BD1\u6587\u6362\u884C\u8BBE\u7F6E",smartLineBreak:"\u667A\u80FD\u6362\u884C",alwaysLineBreak:"\u603B\u662F\u6362\u884C",isShowContextMenu:"\u5C06\u7FFB\u8BD1\u7F51\u9875\u52A0\u5165\u53F3\u952E\u83DC\u5355\u9879",toggleBeta:"\u5F00\u542F Beta \u6D4B\u8BD5\u7279\u6027",betaDescription:"\u542F\u7528\u4ECD\u5728\u5B9E\u9A8C\u6027\u7684\u529F\u80FD\uFF0C\u4EE5\u53CA\u6D4B\u8BD5\u4E2D\u7684\u7FFB\u8BD1\u670D\u52A1\u3002\u52A0\u5165 <1>Telegram \u7FA4\u7EC4\u4E86\u89E3\u66F4\u591A\u3002",translationLineBreakSettingDescription:"\u603B\u662F\u6362\u884C\u9002\u7528\u4E8E\u8F83\u5C11\u5185\u5BB9\u7684\u7248\u9762\uFF0C\u66F4\u6574\u9F50\u3002\uFF08\u5728\u5185\u5BB9\u8F83\u591A\u7684\u957F\u6BB5\u843D(\u8D85\u8FC7{count}\u4E2A\u5B57\u7B26) \u4F7F\u7528\u667A\u80FD\u6362\u884C\uFF0C\u66F4\u7701\u7A7A\u95F4\uFF09",tempTranslateDomainTitle:"\u4E34\u65F6\u5F00\u542F\u7F51\u7AD9\u7FFB\u8BD1\u7684\u65F6\u957F",tempTranslateDomainDescription:"\u5F53\u624B\u52A8\u7FFB\u8BD1\u67D0\u4E2A\u7F51\u9875\u7684\u65F6\u5019\uFF0C\u4E34\u65F6\u5F00\u542F\u8BE5\u7F51\u7AD9\u4E3A\u81EA\u52A8\u7FFB\u8BD1\uFF0C\u53EF\u8BBE\u7F6E\u4E34\u65F6\u65F6\u957F",xMinutes:"{count} \u5206\u949F",disabled:"\u7981\u7528",changelog:"\u66F4\u65B0\u65E5\u5FD7",toggleTranslatePageWhenThreeFingersOnTheScreen:"\u591A\u6307\u540C\u65F6\u89E6\u6478\u5C4F\u5E55\u5219\u7FFB\u8BD1\u7F51\u9875/\u663E\u793A\u539F\u6587",toggleTranslationMaskWhenThreeFingersOnTheScreen:"\u591A\u6307\u540C\u65F6\u89E6\u6478\u5219\u663E\u793A/\u9690\u85CF\u8BD1\u6587\u6A21\u7CCA\u6548\u679C",addUrlDescription:"\u53EF\u4EE5\u4E3A\u57DF\u540D\uFF0C\u540C\u65F6\u652F\u6301\u901A\u914D\u7B26\uFF0C\u5982\uFF1A*.google.com, google.com/mail/*, https://www.google.com/*",general:"\u57FA\u672C\u8BBE\u7F6E",clickToExpandConfig:"\u5C55\u5F00\u5F53\u524D\u914D\u7F6E",import:"\u4ECE\u6587\u4EF6\u5BFC\u5165",export:"\u5BFC\u51FA\u5230\u6587\u4EF6",toggleDebug:"\u5728\u63A7\u5236\u53F0\u6253\u5370\u8C03\u8BD5\u65E5\u5FD7",mouseHoldKey:"+ {key} \u7FFB\u8BD1/\u8FD8\u539F\u8BE5\u6BB5",mouseHoldKeyAuto:"\u76F4\u63A5\u7FFB\u8BD1\u8BE5\u6BB5",mouseHoldKeyOff:"\u4E0D\u505A\u4EFB\u4F55\u4E8B\u60C5",mouseHoldKeyOther:"\u81EA\u5B9A\u4E49\u5FEB\u6377\u952E(\u6253\u5F00\u8BBE\u7F6E)",mouseHoldKeyCustomKey:"{key} \u7FFB\u8BD1/\u8FD8\u539F\u8BE5\u6BB5","mouse-translate":"\u9F20\u6807\u60AC\u505C",document:"\u4F7F\u7528\u6559\u7A0B",resetSuccess:"\u91CD\u7F6E\u6240\u6709\u8BBE\u7F6E\u6210\u529F",resetThisSuccess:"\u91CD\u7F6E\u6210\u529F",saved:"\u4FDD\u5B58\u6210\u529F",successImportConfig:"\u6210\u529F\u5BFC\u5165\u914D\u7F6E",goAdvancedSettings:"\u53BB\u8FDB\u9636\u8BBE\u7F6E\u9875",goAdvancedInterfaceSettings:"\u53BB\u9AD8\u7EA7\u81EA\u5B9A\u4E49\u8BBE\u7F6E\u9875\u9762",advanced:"\u8FDB\u9636\u8BBE\u7F6E",advancedDescription:"\u4E00\u822C\u65E0\u9700\u8BBE\u7F6E\uFF0C\u4FDD\u6301\u9ED8\u8BA4\u5373\u53EF\u3002\u4EC5\u5BF9\u4E8E\u66F4\u4E13\u4E1A\u7684\u7528\u6237\uFF0C\u63D0\u4F9B\u66F4\u4E2A\u6027\u5316\u7684\u8BBE\u7F6E\u9879\u3002",developer:"\u5F00\u53D1\u8005\u8BBE\u7F6E",donateCafe:"\u4EF7\u683C","translate to the bottom of the page":"\u8FDB\u5165\u7F51\u9875\u540E\uFF0C\u662F\u5426\u7ACB\u5373\u7FFB\u8BD1\u5230\u9875\u9762\u5E95\u90E8\uFF1F",feedback:"\u95EE\u9898\u53CD\u9988",toggleTranslatePage:"\u7FFB\u8BD1\u7F51\u9875/\u663E\u793A\u539F\u6587",translateToThePageEndImmediatelyDescription:"\u5F00\u542F\u540E\uFF0C\u8FDB\u5165\u7F51\u9875\u5C06\u7ACB\u5373\u7FFB\u8BD1\u4ECE\u9876\u90E8\u5230\u5E95\u90E8\u7684\u5185\u5BB9\u3002\u5173\u95ED\u5219\u8FB9\u770B\u8FB9\u8BD1\u3002\uFF08\u4E0D\u63A8\u8350\u5F00\u542F\uFF09","translate all areas of the page":"\u662F\u5426\u7FFB\u8BD1\u7F51\u9875\u6240\u6709\u533A\u57DF",translationAreaDescription:"\u5F00\u542F\u540E\uFF0C\u6574\u4E2A\u7F51\u9875\u7684\u6240\u6709\u533A\u57DF\u90FD\u4F1A\u88AB\u7FFB\u8BD1\u3002\u5173\u95ED\u5219\u4F7F\u7528\u9ED8\u8BA4\u7684\u667A\u80FD\u8BC6\u522B\uFF0C\u4EC5\u7FFB\u8BD1\u4E3B\u8981\u533A\u57DF\u3002\uFF08\u4E0D\u63A8\u8350\u5F00\u542F\uFF09","the number of characters to be translated first":"\u76F4\u63A5\u7FFB\u8BD1\u9875\u9762\u524D\u591A\u5C11\u4E2A\u5B57\u7B26\uFF0C\u800C\u65E0\u9700\u7B49\u5F85\u6EDA\u52A8\u5230\u53EF\u89C6\u533A\u57DF","interface language":"\u754C\u9762\u8BED\u8A00","display both the original text and the translation":"\u540C\u65F6\u663E\u793A\u539F\u6587\u548C\u8BD1\u6587","keyboard shortcuts":"\u952E\u76D8\u5FEB\u6377\u952E",modify:"\u4FEE\u6539\u5FEB\u6377\u952E",reset:"\u91CD\u7F6E",close:"\u5173\u95ED",homepage:"\u4E3B\u9875",more:"\u66F4\u591A",moreOptions:"\u5C55\u5F00\u66F4\u591A\u81EA\u5B9A\u4E49\u9009\u9879",translateTheWholePage:"\u7FFB\u8BD1\u9875\u9762\u5168\u90E8\u533A\u57DF\uFF08\u533A\u522B\u4E8E\u667A\u80FD\u8BC6\u522B\u4E3B\u8981\u533A\u57DF\uFF09",changeToTranslateTheWholePage:"\u5207\u6362\u4E3A\u7FFB\u8BD1\u6240\u6709\u533A\u57DF",changeToTranslateTheMainPage:"\u5207\u6362\u4E3A\u7FFB\u8BD1\u4E3B\u8981\u533A\u57DF",translateToThePageEndImmediately:"\u7ACB\u5373\u7FFB\u8BD1\u5230\u9875\u9762\u5E95\u90E8",translateTheMainPage:"\u667A\u80FD\u7FFB\u8BD1\u4E3B\u8981\u533A\u57DF","The local rules are up to date":"\u672C\u5730\u9002\u914D\u89C4\u5219\u5DF2\u662F\u6700\u65B0:","Successfully synchronized with the latest official rules:":"\u6210\u529F\u540C\u6B65\u6700\u65B0\u5B98\u65B9\u9002\u914D\u89C4\u5219:","Checking for updates":"\u6B63\u5728\u68C0\u67E5\u66F4\u65B0","Rules are being synchronized":"\u6B63\u5728\u540C\u6B65\u9002\u914D\u89C4\u5219",localVersionIsTooOld:"\u672C\u5730\u6269\u5C55\u7248\u672C\u8FC7\u65E7\uFF0C\u8BF7\u5347\u7EA7\u6269\u5C55\u5230 {minVersion} \u6216\u66F4\u65B0\u7684\u7248\u672C\u518D\u5C1D\u8BD5\u540C\u6B65",badUserscriptBrowser:"\u5F53\u524D\u6D4F\u89C8\u5668\u6CA1\u6709\u6B63\u786E\u5B9E\u73B0\u6CB9\u7334\u6269\u5C55\u7684\u63A5\u53E3\uFF08\u6BD4\u5982\u83B7\u53D6\u6CB9\u7334\u811A\u672C\u81EA\u8EAB\u7684\u7248\u672C\u53F7\u4FE1\u606F\uFF09\uFF0C\u8BF7\u4F7F\u7528\u5176\u4ED6<1>\u652F\u6301\u6CB9\u7334\u6269\u5C55\u7684\u6D4F\u89C8\u5668\u5982 Firefox",foundNewVersion:"\u53D1\u73B0\u65B0\u7248\u672C",theLocalExtensionIsUpToUpdate:"\u5F53\u524D\u6269\u5C55\u5DF2\u662F\u6700\u65B0\u7248\u672C\u3002",failToSyncRules:"\u540C\u6B65\u6700\u65B0\u9002\u914D\u89C4\u5219\u5931\u8D25",retry:"\u70B9\u6B64\u91CD\u8BD5",failedReason:"\u5931\u8D25\u539F\u56E0",currentRuleVersion:"\u5F53\u524D\u89C4\u5219\u7248\u672C",calculating:"\u8BA1\u7B97\u4E2D",unknownError:'\u60A8\u5F53\u524D\u6240\u4F7F\u7528\u7684\u7FFB\u8BD1\u670D\u52A1\u56E0\u7F51\u7EDC\u8FDE\u63A5\u6216\u670D\u52A1\u63D0\u4F9B\u5546\u7684\u95EE\u9898\u6682\u65F6\u65E0\u6CD5\u8BBF\u95EE\u3002\u5EFA\u8BAE\u60A8\u5C1D\u8BD5\u5237\u65B0\u9875\u9762\u6216\u901A\u8FC7\u8BBE\u7F6E\u66F4\u6362\u5176\u4ED6\u7FFB\u8BD1\u670D\u52A1\u3002\u82E5\u60A8\u662FPro\u4F1A\u5458\uFF0C\u53EF\u4EE5\u9009\u62E9\u4F7F\u7528\u66F4\u4E3A\u7A33\u5B9A\u7684DeepL\u6216OpenAI\u7FFB\u8BD1\u670D\u52A1\u3002\u540C\u65F6\uFF0C\u60A8\u53EF\u80FD\u9700\u8981\u68C0\u67E5\u7F51\u7EDC\u6216\u4EE3\u7406\u8BBE\u7F6E\u540E\u91CD\u65B0\u5C1D\u8BD5\u3002',canNotFetchRemoteRule:"\u65E0\u6CD5\u83B7\u53D6\u8FDC\u7A0B\u89C4\u5219",enableAlphaSuccess:"\u5DF2\u5F00\u542FAlpha\u529F\u80FD",disableAlphaSuccess:"\u5DF2\u5173\u95EDAlpha\u529F\u80FD",cacheSize:"\u7F13\u5B58\u5927\u5C0F\uFF1A",cleaning:"\u6E05\u7406\u4E2D",cleanCache:"\u6E05\u9664\u7F13\u5B58",options:"\u8BBE\u7F6E",about:"\u5173\u4E8E",service:"\u7FFB\u8BD1\u670D\u52A1",needAction:"(\u53BB\u8BBE\u7F6E)",goSettings:"\u53BB\u8BBE\u7F6E",needActionForOptions:"(\u9700\u8BBE\u7F6E)",translationEngine:"\u5F15\u64CE\u9009\u9879",sourceLanguage:"\u539F\u6587\u8BED\u8A00",target:"\u76EE\u6807\u8BED\u8A00",popupSourceLanguage:"\u539F\u6587\u8BED\u8A00",popupTarget:"\u76EE\u6807\u8BED\u8A00",popupService:"\u7FFB\u8BD1\u670D\u52A1",forThisSite:"\u5F53\u524D\u7F51\u7AD9",autoEnableSubtitle:"\u81EA\u52A8\u5F00\u542F\u53CC\u8BED\u5B57\u5E55",alwaysTranslate:"\u603B\u662F\u7FFB\u8BD1",neverTranslate:"\u6C38\u4E0D\u7FFB\u8BD1",neverTranslateSomeLanguage:"\u6C38\u4E0D\u7FFB\u8BD1 {language}",alwaysTranslateSomeSite:"\u603B\u662F\u7FFB\u8BD1 {hostname}",neverTranslateSomeSite:"\u6C38\u4E0D\u7FFB\u8BD1 {hostname}",alwaysTranslateSomeSiteOrWildSite:"\u603B\u662F\u7FFB\u8BD1\u8BE5\u7F51\u7AD9",alwaysTranslateSomePage:"\u603B\u662F\u7FFB\u8BD1\u8BE5\u7F51\u9875",add:"\u6DFB\u52A0",default:"\u9ED8\u8BA4",forThisLanguage:"\u9488\u5BF9\u8BE5\u8BED\u8A00\uFF1A","add url":"\u8F93\u5165URL",edit:"\u7F16\u8F91",pickAll:"\u5168\u9009","translate other languages into specific language":"\u5C06\u5176\u4ED6\u8BED\u8A00\u7FFB\u8BD1\u4E3A\u4F60\u8BBE\u7F6E\u7684\u8BED\u8A00","select translation service":"\u9009\u62E9\u4E00\u9879\u7FFB\u8BD1\u670D\u52A1",language:"\u8BED\u8A00","show-original":"\u663E\u793A\u539F\u6587",translate:"\u7FFB\u8BD1",Translated:"\u5DF2\u7FFB\u8BD1",Translating:"\u7FFB\u8BD1\u4E2D",Error:"\u9519\u8BEF",allowCacheTranslations:"\u5F00\u542F\u672C\u5730\u7FFB\u8BD1\u7F13\u5B58\uFF08\u51CF\u5C11\u91CD\u590D\u6BB5\u843D\u7684\u7FFB\u8BD1\u8BF7\u6C42\uFF09","translation display":"\u8BD1\u6587\u663E\u793A\u6837\u5F0F","select diplay style":"\u533A\u5206\u8BD1\u6587\u7684\u6837\u5F0F\uFF0C\u5177\u4F53\u53EF\u53C2\u8003\u4E0B\u5217\u793A\u4F8B",interface:"\u754C\u9762\u8BBE\u7F6E",import_export:"\u5BFC\u5165/\u5BFC\u51FA",import_export_title:"\u5BFC\u5165/\u5BFC\u51FA\u914D\u7F6E",syncToGoogleDrive:"\u7ACB\u5373\u4E0E Google Drive \u540C\u6B65","floatBallOptions.enable":"\u542F\u7528\u60AC\u6D6E\u7403","floatBallOptions.blockUrls":"\u7981\u7528\u7F51\u7AD9","floatBallOptions.add":"\u6DFB\u52A0","floatBallOptions.blockUrlDesc":"\u5F53\u9047\u4E0B\u5217\u7F51\u7AD9\u65F6\u4E0D\u663E\u793A\u60AC\u6D6E\u7403","floatBallOptions.clickType":"\u70B9\u51FB\u884C\u4E3A","floatBallOptions.clickTypeDesc":"\u60AC\u6D6E\u7403\u56FE\u6807\u70B9\u51FB\u65F6\u7684\u884C\u4E3A","floatBallOptions.clickPopup":"\u663E\u793A\u7FFB\u8BD1\u9762\u677F","floatBallOptions.clickTranslate":"\u7FFB\u8BD1/\u663E\u793A\u539F\u6587","floatBallOptions.fixedPosition":"\u56FA\u5B9A\u4F4D\u7F6E","floatBallOptions.fixedPositionDesc":"\u60AC\u6D6E\u7403\u5728\u7A97\u53E3\u5DE6\u4FA7\u8FD8\u662F\u53F3\u4FA7","floatBallOptions.fixedPositionLeft":"\u5DE6\u4FA7","floatBallOptions.fixedPositionRight":"\u53F3\u4FA7",previewAllThemes:"\u9884\u89C8\u5168\u90E8\u6837\u5F0F","translationTheme.none":"\u65E0","translationTheme.grey":"\u9ED1\u7070\u8272","translationTheme.dashed":"\u865A\u7EBF\u4E0B\u5212\u7EBF","translationTheme.dotted":"\u70B9\u72B6\u4E0B\u5212\u7EBF","translationTheme.dashedBorder":"\u865A\u7EBF\u8FB9\u6846","translationTheme.solidBorder":"\u5B9E\u7EBF\u8FB9\u6846","translationTheme.underline":"\u76F4\u7EBF\u4E0B\u5212\u7EBF","translationTheme.mask":"\u6A21\u7CCA\u6548\u679C\uFF08\u5B66\u4E60\u6A21\u5F0F\uFF09","translationTheme.opacity":"\u900F\u660E\u6548\u679C","translationTheme.paper":"\u767D\u7EB8\u9634\u5F71\u6548\u679C","translationTheme.dividingLine":"\u5206\u5272\u7EBF","translationTheme.highlight":"\u9AD8\u4EAE","translationTheme.marker":"\u9A6C\u514B\u7B14","translationTheme.marker2":"\u9A6C\u514B\u7B142","translationTheme.blockquote":"\u5F15\u7528\u6837\u5F0F","translationTheme.weakening":"\u5F31\u5316","translationTheme.italic":"\u659C\u4F53","translationTheme.bold":"\u52A0\u7C97","translationTheme.thinDashed":"\u7EC6\u865A\u7EBF\u4E0B\u5212\u7EBF","translationTheme.nativeDashed":"\u7CFB\u7EDF\u81EA\u5E26\u865A\u7EBF\u4E0B\u5212\u7EBF","translationTheme.nativeDotted":"\u7CFB\u7EDF\u81EA\u5E26\u70B9\u72B6\u4E0B\u5212\u7EBF","translationTheme.nativeUnderline":"\u7CFB\u7EDF\u81EA\u5E26\u76F4\u7EBF\u4E0B\u5212\u7EBF","translationTheme.wavy":"\u6CE2\u6D6A\u7EBF","translationServices.custom":"\u81EA\u5B9A\u4E49API","translationServices.tencent":"\u817E\u8BAF\u7FFB\u8BD1\u541B","translationServices.tenAlpha":"\u817E\u8BAF\u7FFB\u8BD1\u541B(Alpha)","translationServices.google":"\u8C37\u6B4C\u7FFB\u8BD1","translationServices.bai":"\u767E\u5EA6(Alpha)","translationServices.baidu":"\u767E\u5EA6\u7FFB\u8BD1","translationServices.aliyun":"\u963F\u91CC\u4E91\u7FFB\u8BD1","translationServices.volc":"\u706B\u5C71\u7FFB\u8BD1","translationServices.deeplx":"DeepLX(Beta)","translationServices.bing":"\u5FAE\u8F6F\u7FFB\u8BD1","translationServices.deepl":"DeepL","translationServices.wechat":"\u5FAE\u4FE1\u7FFB\u8BD1","translationServices.azure":"Azure \u7FFB\u8BD1","translationServices.ibm":"IBM Watson","translationServices.aws":"\u4E9A\u9A6C\u900A\u7FFB\u8BD1","translationServices.mock":"\u6A21\u62DF\u7FFB\u8BD1","translationServices.mock2":"\u6A21\u62DF\u7FFB\u8BD12","translationServices.caiyun":"\u5F69\u4E91\u5C0F\u8BD1","translationServices.cai":"\u5F69\u4E91\u5C0F\u8BD1 (Alpha)","translationServices.volcAlpha":"\u706B\u5C71 (Alpha)","translationServices.openl":"OpenL","translationServices.youdao":"\u6709\u9053\u7FFB\u8BD1","translationServices.you":"\u6709\u9053\u7FFB\u8BD1 (Alpha)","translationServices.transmart":"\u817E\u8BAF\u4EA4\u4E92\u7FFB\u8BD1","translationServices.niu":"\u5C0F\u725B\u7FFB\u8BD1","translationServices.papago":"Papago \u7FFB\u8BD1","translationServices.d":"D (Alpha)","translationServices.dpro":"D Pro (Canary)","translationServices.openai":"OpenAI","translationServices.yandex":"Yandex","translationServices.gemini":"Gemini","translationServices.claude":"Claude","translationServices.chatgpt":"ChatGPT Web(3.5 mobile)","translate title":"\u7FFB\u8BD1\u9875\u9762\u6807\u9898","always languages":"\u603B\u662F\u7FFB\u8BD1\u7684\u8BED\u8A00",neverTranslateLanguagesLabel:"\u6C38\u4E0D\u7FFB\u8BD1\u7684\u8BED\u8A00",neverTranslateTheFollowingLanguagesDescription:"\u5F53\u9875\u9762\u4E2D\u67D0\u4E00\u6BB5\u843D\u7684\u8BED\u8A00\u4E3A\u4E0B\u5217\u8BED\u8A00\u65F6\uFF0C\u5C06\u8DF3\u8FC7\u7FFB\u8BD1",enableUserscriptPagePopup:"\u5728\u9875\u9762\u4E0A\u663E\u793A\u60AC\u6D6E\u7403",enableUserscriptPagePopupDescription:"\u5173\u95ED\u60AC\u6D6E\u7403\u540E\uFF0C\u53EF\u4EE5\u7528\u5FEB\u6377\u952E/{touch}\u5524\u8D77\u3002\u4E3A\u9632\u6B62\u4E0D\u614E\u5173\u95ED\u8BE5\u9009\u9879\u540E\u627E\u4E0D\u5230\u60AC\u6D6E\u7403\uFF0C\u5F3A\u70C8\u5EFA\u8BAE\u6536\u85CF\u672C\u8BBE\u7F6E\u9875","always translate the following languages":"\u5F53\u9875\u9762\u8BED\u8A00\u4E3A\u4E0B\u5217\u8BED\u8A00\u65F6\uFF0C\u4F1A\u81EA\u52A8\u7FFB\u8BD1\u4E3A\u76EE\u6807\u8BED\u8A00","always sites":"\u603B\u662F\u7FFB\u8BD1\u7684\u7F51\u5740","always translate the following sites":"\u5F53\u7F51\u7AD9\u4E3A\u4E0B\u5217\u57DF\u540D\u65F6\uFF0C\u4F1A\u81EA\u52A8\u7FFB\u8BD1\u4E3A\u76EE\u6807\u8BED\u8A00","never sites":"\u6C38\u4E0D\u7FFB\u8BD1\u7684\u7F51\u5740","never translate the following sites":"\u5F53\u7F51\u7AD9\u4E3A\u4E0B\u5217\u57DF\u540D\u65F6\uFF0C\u5C06\u4E0D\u4F1A\u8FDB\u884C\u7FFB\u8BD1","please refer to":"\u9700\u8981\u586B\u5199\u5BC6\u94A5\u540E\u624D\u53EF\u7528\uFF0C\u8BE6\u60C5\u53C2\u8003",KeyAndConfigurationTutorial:"\u300A\u5BC6\u94A5\u7533\u8BF7\u548C\u914D\u7F6E\u6559\u7A0B\u300B",useAboveStyleForTheseSites:"\u5F53\u7F51\u7AD9\u4E3A\u4E0B\u5217\u57DF\u540D\u65F6\uFF0C\u603B\u662F\u4F7F\u7528 \u2308{theme}\u230B \u8BD1\u6587\u6837\u5F0F",currentUrl:"\u5F53\u524D\u7F51\u5740",confirm:"\u4FDD\u5B58",cancel:"\u53D6\u6D88",delete:"\u5220\u9664",syncToCloud:"\u540C\u6B65\u5230 Google Drive",syncToCloudDescription:"\u4E0A\u4F20\u5230\u4E91\u7AEF\uFF0C\u53EF\u4EE5\u5728\u4E0D\u540C\u7684\u6D4F\u89C8\u5668/\u6CB9\u7334\u811A\u672C\u4E4B\u95F4\u540C\u6B65\u914D\u7F6E\uFF0C\u4EE5\u6700\u540E\u4FEE\u6539\u65F6\u95F4\u4E3A\u51C6\u3002",syncToAccount:"\u540C\u6B65\u5230\u6C89\u6D78\u5F0F\u7FFB\u8BD1\u4E91\u7AEF",syncToAccountButton:"\u7ACB\u5373\u4E0E\u4E91\u7AEF\u540C\u6B65",syncToAccountDescription:"\u5728\u4E0D\u540C\u7684\u8BBE\u5907\u4E4B\u95F4\u81EA\u52A8\u540C\u6B65\u914D\u7F6E\uFF0C\u4EE5\u6700\u540E\u4FEE\u6539\u65F6\u95F4\u4E3A\u51C6\u3002",successSyncConfigInAccount:"\u6210\u529F\u4E0E\u4E91\u7AEF\u4FDD\u6301\u540C\u6B65",successSyncConfigToAccount:"\u6210\u529F\u540C\u6B65\u5230\u4E91\u7AEF",syncConfigNoUpdate:"\u5DF2\u7ECF\u662F\u6700\u65B0\u7684\u4E86",authFail:"\u6388\u6743\u5931\u8D25",syncTitle:"\u624B\u52A8\u5907\u4EFD\u7BA1\u7406",import_hint:"\u5BFC\u5165",upload:"\u4E0A\u4F20",revokeAuth:"\u64A4\u9500\u6388\u6743",uploadFail:"\u4E0A\u4F20\u5931\u8D25",download:"\u4E0B\u8F7D",importSuccess:"\u5BFC\u5165\u6210\u529F",importFail:"\u5BFC\u5165\u5931\u8D25",deleteFail:"\u5220\u9664\u5931\u8D25",backupToCloud:"\u624B\u52A8\u7BA1\u7406\u5907\u4EFD\u6587\u4EF6",create_new_backup:"\u65B0\u589E\u5907\u4EFD\u8282\u70B9",maxBackupFiles:"\u6700\u591A\u53EF\u4EE5\u5907\u4EFD{count}\u4E2A\u4E0D\u540C\u7684\u8282\u70B9, \u8BF7\u5220\u9664\u4E0D\u9700\u8981\u7684\u8282\u70B9",backupToCloudDescription:"\u624B\u52A8\u4E0A\u4F20\u6216\u6062\u590D\u5907\u4EFD\u6587\u4EF6\uFF0C\u6700\u591A\u5141\u8BB83\u4E2A\u4E0D\u540C\u7684\u5907\u4EFD",successSyncConfig:"\u6210\u529F\u4E0E\u4E91\u7AEF\u4FDD\u6301\u540C\u6B65",syncFail:"\u540C\u6B65\u5931\u8D25",updatedAt:"\u66F4\u65B0\u4E8E {date}",lastSyncedAt:"\u4E0A\u6B21\u68C0\u67E5\u4E8E {date}",downloadFail:"\u4E0B\u8F7D\u5931\u8D25",clickToDownload:"\u70B9\u51FB\u4E0B\u8F7D",aboutLabel:"\u5173\u4E8E - \u53CD\u9988","browser.openAboutPage":"\u5173\u4E8E/\u53CD\u9988",aboutLabelWithoutSponsor:"\u5173\u4E8E - \u53CD\u9988",aboutIntro:"\u5E0C\u671B\u6211\u4EEC\u90FD\u80FD\u66F4\u52A0\u5BB9\u6613\u4E14\u6109\u60A6\u5730\u83B7\u53D6\u4E92\u8054\u7F51\u4E0A\u5DE8\u5927\u7684\u5916\u8BED\u4FE1\u606F \u2764\uFE0F \u4F60\u53EF\u9009\u62E9\u5F00\u901A <6>Pro\u4F1A\u5458 \u6765\u4F7F\u7528\u5F00\u7BB1\u5373\u7528\u7684 DeepL \u548C OpenAI \u7FFB\u8BD1\u3002

\u4F60\u53EF\u4EE5\u5173\u6CE8\u6211\u4EEC\u7684<3>\u63A8\u7279\uFF0C<4>Telegram \u9891\u9053\uFF0C\u5FAE\u4FE1\u516C\u4F17\u53F7\uFF0C\u5FAE\u4FE1\u4EA4\u6D41\u7FA4\uFF0C\u6216\u8005\u4E0B\u65B9\u7684<5>\u90AE\u4EF6\u8BA2\u9605\u8FFD\u8E2A\u66F4\u65B0\u3002
<7>Pro \u4F1A\u5458 \u53EF\u4EE5\u901A\u8FC7\u5FEB\u901F\u5BA2\u670D\u90AE\u7BB1 <8>support@immersivetranslate.com \u548C\u6211\u4EEC\u53D6\u5F97\u8054\u7CFB\u3002",aboutIntroWithoutSponsor:"\u5E0C\u671B\u6211\u4EEC\u90FD\u80FD\u66F4\u52A0\u5BB9\u6613\u4E14\u6109\u60A6\u5730\u83B7\u53D6\u4E92\u8054\u7F51\u4E0A\u5DE8\u5927\u7684\u5916\u8BED\u4FE1\u606F \u2764\uFE0F

\u4F60\u53EF\u4EE5\u5173\u6CE8\u6211\u4EEC\u7684<3>\u63A8\u7279\uFF0C<4>Telegram \u9891\u9053\uFF0C\u5FAE\u4FE1\u516C\u4F17\u53F7\uFF0C\u5FAE\u4FE1\u4EA4\u6D41\u7FA4\uFF0C\u6216\u8005\u4E0B\u65B9\u7684<5>\u90AE\u4EF6\u8BA2\u9605\u8FFD\u8E2A\u66F4\u65B0\u3002",projectHomepage:"\u9879\u76EE\u4E3B\u9875",joinTelegramGroup:"\u52A0\u5165\u7528\u6237\u4EA4\u6D41\u7FA4\u53C2\u4E0E\u529F\u80FD\u8BA8\u8BBA",wechatPublicAccount:"\u5FAE\u4FE1\u516C\u4F17\u53F7",wechatCommunities:"\u5FAE\u4FE1\u4EA4\u6D41\u7FA4",qqCommunities:"QQ \u4EA4\u6D41\u9891\u9053",joinTelegramChannel:"\u5173\u6CE8 Telegram \u9891\u9053\u83B7\u53D6\u6700\u65B0\u66F4\u65B0",feedbackAndJoin:"\u95EE\u9898\u53CD\u9988/\u52A0\u7FA4",autoSync:"\u81EA\u52A8\u5B9A\u65F6\u540C\u6B65",loadingThemeTitle:"Loading \u6837\u5F0F",loadingThemeDescription:"\u8BBE\u7F6E\u7B49\u5F85\u8BD1\u6587\u52A0\u8F7D\u65F6\u7684\u6837\u5F0F","loadingTheme.spinner":"\u8F6C\u5708\u52A8\u753B","loadingTheme.text":"\u9759\u6001\u6587\u5B57 ... ","loadingTheme.none":"\u4E0D\u663E\u793A",developerDescription:"\u53EF\u4EE5\u70B9\u51FB<1>\u8FD9\u91CC\u67E5\u770B\u9AD8\u7EA7\u81EA\u5B9A\u4E49\u76F8\u5173\u7684\u6587\u6863","edit border color":"\u4FEE\u6539\u8FB9\u6846\u989C\u8272",successSyncButNoChange:"\u5F53\u524D\u914D\u7F6E\u4E0E\u4E91\u7AEF\u4E00\u81F4",customTheme:"\u81EA\u5B9A\u4E49\u989C\u8272\u548C\u5927\u5C0F","customThemeLabel.borderColor":"\u8FB9\u6846\u989C\u8272","customThemeLabel.borderRadius":"\u8FB9\u6846\u5706\u89D2","customThemeLabel.textColor":"\u6587\u5B57\u989C\u8272","customThemeLabel.backgroundColor":"\u80CC\u666F\u989C\u8272","customThemeLabel.zoom":"\u5B57\u4F53\u7F29\u653E\u6BD4\u4F8B (%)","customThemeLabel.opacity":"\u6587\u5B57\u4E0D\u900F\u660E\u5EA6 (%)",resetToDefaultColor:"\u6062\u590D\u4E3A\u9ED8\u8BA4\u989C\u8272",resetToDefaultSettings:"\u6062\u590D\u4E3A\u9ED8\u8BA4\u8BBE\u7F6E",isTranslateTitle:"\u5F00\u542F\u7FFB\u8BD1\u7F51\u9875\u6807\u9898",isTranslateTitleDescription:"\u5F00\u542F\u540E\uFF0C\u7F51\u9875\u6807\u9898\u4F1A\u88AB\u7FFB\u8BD1",enableSearchEnhancement:"\u542F\u7528\u53CC\u8BED\u4FE1\u606F\u589E\u5F3A",enableSearchEnhancementDescription:"\u5F00\u542F\u540E\uFF0C\u5728\u652F\u6301\u7684\u7F51\u7AD9\uFF08\u8C37\u6B4C\u65B0\u95FB\uFF0C\u8C37\u6B4C\u641C\u7D22\uFF08\u90E8\u5206\u5173\u952E\u8BCD\uFF09\uFF0C\u96EA\u7403\uFF0C\u4E1C\u65B9\u8D22\u5BCC\uFF0C\u5BCC\u9014\uFF0C\u8001\u864E\u793E\u533A\uFF09\u53F3\u8FB9\u680F\u81EA\u52A8\u663E\u793A\u5BF9\u5E94\u82F1\u6587\u5173\u952E\u8BCD\u7684\u201C\u8C37\u6B4C\u65B0\u95FB\u201D\u641C\u7D22\u7ED3\u679C\u3002",verifyService:"\u70B9\u6B64\u6D4B\u8BD5\u670D\u52A1",verified:"\u9A8C\u8BC1\u6210\u529F","field.langs":"\u652F\u6301\u7684\u8BED\u8A00\u4EE3\u7801","field.model":"\u6A21\u578B","field.translationEngine":"\u7FFB\u8BD1\u5F15\u64CE","field.limitPerMinute":"\u6BCF\u5206\u949F\u6700\u5927\u8BF7\u6C42\u6570","field.limitPerSecond":"\u6BCF\u79D2\u6700\u5927\u8BF7\u6C42\u6570","field.maxTextLengthPerRequest":"\u6BCF\u6B21\u8BF7\u6C42\u6700\u5927\u6587\u672C\u957F\u5EA6","field.maxTextGroupLengthPerRequest":"\u6BCF\u6B21\u8BF7\u6C42\u6700\u5927\u6BB5\u843D\u6570","field.apiUrl":"\u81EA\u5B9A\u4E49 API \u63A5\u53E3\u5730\u5740","field.placeholderDelimiters":"\u4FDD\u7559\u7684\u5360\u4F4D\u7B26","description.custom":"\u81EA\u5B9A\u4E49\u63A5\u53E3\u63A5\u5165 \u9700\u8981\u53C2\u8003\u6587\u6863","description.limitPerMinute":"\u8BF7\u6C42\u6570\u8D85\u8FC7\u8BE5\u9650\u5236\u65F6\u4F1A\u8FDB\u5165\u6392\u961F\u72B6\u6001\uFF0C\u76F4\u5230\u4E0B\u4E00\u5206\u949F\u5F00\u59CB\u3002\u7531\u4E8EOpenAI\u76EE\u524D\u670D\u52A1\u7684\u5404\u79CD\u9650\u5236\uFF0C\u8BF7\u70B9\u51FB<1>\u8FD9\u91CC\u67E5\u770B\u6700\u65B0\u5EFA\u8BAE\u7684\u6570\u503C","description.limitPerSecond":"\u8BF7\u6C42\u6570\u8D85\u8FC7\u8BE5\u9650\u5236\u65F6\u4F1A\u8FDB\u5165\u6392\u961F\u72B6\u6001\uFF0C\u76F4\u5230\u4E0B\u4E00\u79D2\u949F\u5F00\u59CB\u3002\u7531\u4E8EOpenAI\u76EE\u524D\u670D\u52A1\u7684\u5404\u79CD\u9650\u5236\uFF0C\u8BF7\u70B9\u51FB<1>\u8FD9\u91CC\u67E5\u770B\u6700\u65B0\u5EFA\u8BAE\u7684\u6570\u503C","description.generalLimitPerSecond":"\u8BF7\u6C42\u6570\u8D85\u8FC7\u8BE5\u9650\u5236\u65F6\u4F1A\u8FDB\u5165\u6392\u961F\u72B6\u6001\uFF0C\u76F4\u5230\u4E0B\u4E00\u79D2\u949F\u5F00\u59CB\u3002","description.maxTextLengthPerRequest":"\u6BCF\u6B21\u8BF7\u6C42\u6700\u5927\u5B57\u7B26\u6570\uFF0C\u592A\u5927\u4F1A\u5BFC\u81F4\u63A5\u53E3\u7684\u54CD\u5E94\u53D8\u6162\uFF0C\u56E0\u6B64\u53EF\u4EE5\u5C1D\u8BD5\u8C03\u6574\u8BE5\u9009\u9879\u6765\u4F18\u5316\u901F\u5EA6","description.systemPrompt":"\u4EE5\u7CFB\u7EDF\u8EAB\u4EFD\u53D1\u9001\u7ED9 {service} \u7684\u5BF9\u8BDD\uFF0C\u5176\u4E2D {{text}} \u8868\u793A\u6BB5\u843D\u7684\u6587\u672C\u5185\u5BB9\uFF0C{{from}} \u8868\u793A\u6BB5\u843D\u7684\u8BED\u8A00\uFF0C{{to}} \u8868\u793A\u76EE\u6807\u8BED\u8A00","field.domain":"\u9886\u57DF","description.domain":"\u9ED8\u8BA4\u4E3A\uFF1Ageneral\u3002\u4EC5\u5728\u6709\u9053API\u63A7\u5236\u53F0\u5F00\u901A\u9886\u57DF\u5316\u7FFB\u8BD1\u7684\u60C5\u51B5\u4E0B\u53EF\u8BBE\u7F6E\uFF0C\u652F\u6301\u9886\u57DF\u89C1<1>\u8FD9\u91CC","field.scene":"\u573A\u666F","description.scene":"\u9ED8\u8BA4\u4E3A\uFF1Ageneral\u3002\u4EC5\u5728\u963F\u91CC\u4E91API\u63A7\u5236\u53F0\u5F00\u901A\u673A\u5668\u7FFB\u8BD1\u4E13\u4E1A\u7248\u7684\u60C5\u51B5\u4E0B\u53EF\u8BBE\u7F6E\uFF0C\u652F\u6301\u573A\u666F\u89C1<1>\u8FD9\u91CC","field.vocabId":"\u7528\u6237\u8BCD\u5178 ID","description.vocabId":"\u6307\u5B9A\u7684\u8BCD\u5178 out_id\uFF0C\u76EE\u524D\u652F\u6301\u82F1\u8BD1\u4E2D","description.model":"OpenAI \u7684\u6A21\u578B\uFF0C\u53EF\u4EE5\u4E3A gpt-3.5-turbo, gpt-4 \u7B49","description.maxTextGroupLengthPerRequest":"\u6BCF\u6B21\u53D1\u9001\u7ED9\u7FFB\u8BD1\u670D\u52A1\u7684\u6BB5\u843D\u6570\u91CF\uFF0C\u5982\u679C\u6BB5\u843D\u6570\u91CF\u8FC7\u591A\uFF0C\u53EF\u80FD\u4F1A\u5BFC\u81F4\u63A5\u53E3\u7684\u54CD\u5E94\u53D8\u6162","description.apiUrl":"\u8BF7\u6DFB\u52A0\u5177\u4F53\u5E26\u6709\u8DEF\u5F84\u7684\u7F51\u5740\uFF0C<1>\u66F4\u591A\u8BF4\u660E",enabledExtension:"\u542F\u7528\u6269\u5C55",clickToDisableExtension:"\u70B9\u51FB\u7981\u7528\u6269\u5C55",clickToEnableExtension:"\u70B9\u51FB\u542F\u7528\u6269\u5C55",hasBeenDisabled:"\u5DF2\u7981\u7528","show password":"\u663E\u793A\u5BC6\u7801",customContent:"\u8F93\u5165\u81EA\u5B9A\u4E49\u6A21\u578B\u540D\u79F0",inputOptions:"\u8F93\u5165\u6846\u589E\u5F3A",mouseHoverOptions:"\u9F20\u6807\u60AC\u505C",modifyMouseHoverKey:"\u4FEE\u6539\u9F20\u6807\u60AC\u505C\u5FEB\u6377\u952E",enableInputTranslation:"\u662F\u5426\u542F\u7528\u8F93\u5165\u6846\u589E\u5F3A",enableInputTranslationDescription:"\u542F\u7528\u540E\uFF0C\u5728\u8F93\u5165\u6846\u76F4\u63A5\u8F93\u5165 {startingKey}{startingKey} \u4F60\u597D\uFF0C\u7136\u540E\u5FEB\u901F\u8FDE\u51FB{inputTrailingTriggerKeyRepeatTimes}\u6B21{trailingKey}\uFF0C\u5373\u53EF\u7FFB\u8BD1\u4E3A {inputTargetLanguage}",enableInputTranslationDescriptionForNoneKey:"\u542F\u7528\u540E\uFF0C\u5728\u8F93\u5165\u6846\u76F4\u63A5\u8F93\u5165\uFF1A\u4F60\u597D\u4E16\u754C\uFF0C\u7136\u540E\u5FEB\u901F\u8FDE\u51FB{inputTrailingTriggerKeyRepeatTimes}\u6B21{trailingKey}\uFF0C\u5373\u53EF\u7FFB\u8BD1\u4E3A\u9ED8\u8BA4\u76EE\u6807\u8BED\u8A00",inputTargetLanguage:"\u8BBE\u7F6E\u8F93\u5165\u6846\u7684\u9ED8\u8BA4\u76EE\u6807\u8BED\u8A00",inputTargetLanguageDescription:"\u8F93\u5165\u6846\u7FFB\u8BD1\u7684\u9ED8\u8BA4\u76EE\u6807\u8BED\u8A00\uFF0C\u4E5F\u5C31\u662F {startingKey}{startingKey} \u4F5C\u4E3A\u89E6\u53D1\u8BCD\u7684\u9ED8\u8BA4\u8BED\u8A00",inputTargetLanguageDescriptionForNoneKey:"\u8F93\u5165\u6846\u7FFB\u8BD1\u7684\u9ED8\u8BA4\u76EE\u6807\u8BED\u8A00",inputStartingTriggerKeyTitle:"\u8BBE\u7F6E\u8F93\u5165\u6846\u90E8\u5206\u7FFB\u8BD1\u7684\u5206\u5272\u5B57\u7B26",inputStartingTriggerKeyDescription:"\u5F53\u4F60\u4E0D\u9700\u8981\u7FFB\u8BD1\u6574\u4E2A\u8F93\u5165\u6846\u7684\u65F6\u5019\uFF0C\u5206\u5272\u7B26\u5141\u8BB8\u4F60\u53EA\u7FFB\u8BD1 {startingKey}{startingKey} \u5230\u8F93\u5165\u6846\u672B\u5C3E\u7684\u90E8\u5206\uFF0C\u4E5F\u53EF\u4EE5\u6307\u5B9A\u8BED\u8A00\u4EE3\u7801\uFF0C\u6BD4\u5982\uFF1A{startingKey}ja \u8868\u793A\u53EA\u7FFB\u8BD1 {startingKey}ja \u5230\u8F93\u5165\u6846\u672B\u5C3E\u7684\u90E8\u5206",inputStartingTriggerKeyDescriptionForNoneKey:"\u5F53\u524D\u8BBE\u7F6E\u4E3A\u65E0\u9700\u524D\u7F00\uFF0C\u6682\u65E0\u6CD5\u4F7F\u7528\u8F93\u5165\u6846\u7684\u90E8\u5206\u6587\u672C\u7FFB\u8BD1\u529F\u80FD",inputTrailingTriggerKeyTitle:"\u9009\u62E9\u4E00\u4E2A\u8F93\u5165\u7ED3\u675F\u7684\u89E6\u53D1\u5B57\u7B26",inputTrailingTriggerKeyDescription:"\u5FEB\u901F\u8FDE\u51FB 3 \u6B21{trailingKey} \u5C06\u4F1A\u5F00\u59CB\u7FFB\u8BD1",inputTrailingTriggerKeyTimeout:"\u8F93\u5165\u7ED3\u675F\u8FDE\u51FB\u89E6\u53D1\u7684\u95F4\u9694\u65F6\u95F4",inputTrailingTriggerKeyTimeoutDescription:"\u8BBE\u7F6E\u8F93\u5165\u7ED3\u675F\u8FDE\u51FB\u89E6\u53D1\u7684\u95F4\u9694\u65F6\u95F4\uFF08\u6BEB\u79D2\uFF09",spaceKey:"<\u7A7A\u683C\u952E>",noneKey:"\u65E0\u9700\u524D\u7F00\uFF0C\u76F4\u63A5\u7FFB\u8BD1\u6574\u4E2A\u6587\u672C\u6846",inputTranslationBlockUrlsTitle:"\u5207\u52FF\u5728\u4EE5\u4E0B\u7F51\u5740\u4E2D\u542F\u7528\u8F93\u5165\u6846\u589E\u5F3A",inputTranslationBlockUrlsDescription:"\u5728\u4EE5\u4E0B\u7F51\u5740\u4E2D\uFF0C\u8F93\u5165\u6846\u589E\u5F3A\u5C06\u4E0D\u4F1A\u751F\u6548",inputHelperInfo:"\u8BF4\u660E\uFF1A\u6211\u4EEC\u7279\u522B\u9488\u5BF9\u5728\u4E2D\u6587\u8F93\u5165\u6CD5\u4E0B\u90E8\u5206\u89E6\u53D1\u5B57\u7B26\u4F1A\u53D8\u6210\u4E2D\u6587\u6807\u70B9\u7B26\u53F7\u8FD9\u4EF6\u4E8B\u505A\u4E86\u4F18\u5316\uFF0C\u6BD4\u5982\u641C\u72D7\u8F93\u5165\u6CD5\u4E0B / \u4F1A\u53D8\u6210\u987F\u53F7 \u3001\uFF0C\u6C89\u6D78\u5F0F\u7FFB\u8BD1\u652F\u6301\u6240\u6709\u89E6\u53D1\u7B26\u5BF9\u5E94\u7684\u4E2D\u6587\u7B26\u53F7\uFF0C\u4E5F\u5C31\u662F\u8BF4 // \u3001\u3001 \u90FD\u4F1A\u88AB\u8BC6\u522B\u4E3A\u89E6\u53D1\u5B57\u7B26\u3002

\u540C\u65F6\u6211\u4EEC\u4E5F\u652F\u6301\u8BED\u8A00\u4EE3\u7801\u7684\u4E2D\u6587\u522B\u540D\u4F5C\u4E3A\u547D\u4EE4\uFF0C\u6BD4\u5982 /\u65E5\u6587 \u4F60\u597D\u4E16\u754C \u4F1A\u88AB\u7FFB\u8BD1\u4E3A\u65E5\u6587\uFF0C<1>\u70B9\u6B64\u67E5\u770B\u6240\u6709\u652F\u6301\u7684\u8BED\u8A00\u4EE3\u7801\u3002",reloadCurrentPage:"\u8BF7\u5148\u5237\u65B0\u5F53\u524D\u9875\u9762\uFF0C\u518D\u5F00\u59CB\u7FFB\u8BD1",noLocalFilePermissionForPDF:"\u6682\u65E0\u6743\u9650\u8BFB\u53D6\u672C\u5730\u6587\u4EF6\uFF0C\u8BF7\u70B9\u51FB\u4E0A\u65B9\u6309\u94AE\uFF0C\u7136\u540E\u5BFC\u5165\u672C\u5730\u6587\u4EF6",noPermissionForThisPage:"\u26A0\uFE0F \u6682\u65E0\u6743\u9650\u7FFB\u8BD1\u5F53\u524D\u9875\u9762","error.retry":"\u91CD\u8BD5","error.reason":"\u9519\u8BEF\u539F\u56E0",retryAllParagraphs:"\u91CD\u8BD5\u5168\u90E8\u9519\u8BEF\u6BB5\u843D",retryAllButton:"\u91CD\u8BD5\u5168\u90E8\u9519\u8BEF\u6BB5\u843D",errorTooltipTitle:"\u70B9\u51FB\u67E5\u770B\u9519\u8BEF\u539F\u56E0",errorModalTitle:"\u7FFB\u8BD1\u670D\u52A1\u6216\u7F51\u7EDC\u4F3C\u4E4E\u51FA\u4E86\u70B9\u95EE\u9898...",disableConfirm:"\u53CC\u8BED\u4FE1\u606F\u589E\u5F3A\u8BBE\u7F6E",disableOnce:"\u672C\u6B21\u7981\u7528",disableGlobal:"\u6C38\u4E45\u7981\u7528",disableTint:"* \u4F60\u53EF\u4EE5\u5728 {option} \u4E2D\u91CD\u65B0\u542F\u7528\u3002",searchEnhancementNotes:"\u6211\u4EEC\u53D1\u73B0\uFF0C\u4E2D\u6587\u5173\u952E\u8BCD\u548C\u82F1\u6587\u5173\u952E\u8BCD\u7684\u65B0\u95FB\u7ED3\u679C\u6709\u975E\u5E38\u5927\u7684\u4E0D\u540C\uFF0C\u5728\u542F\u7528\u6C89\u6D78\u5F0F\u7FFB\u8BD1\u53CC\u8BED\u4FE1\u606F\u589E\u5F3A\u529F\u80FD\u540E\uFF0C\u6211\u4EEC\u4F1A\u5728\u652F\u6301\u7684\u7F51\u7AD9\uFF08\u8C37\u6B4C\u65B0\u95FB\uFF0C\u8C37\u6B4C\u641C\u7D22\uFF08\u90E8\u5206\u5173\u952E\u8BCD\uFF09\uFF0C\u96EA\u7403\uFF0C\u4E1C\u65B9\u8D22\u5BCC\u7F51\uFF0C\u5BCC\u9014\uFF0C\u8001\u864E\uFF09\u81EA\u52A8\u7528\u82F1\u6587\u4E3A\u4F60\u641C\u7D22\u540C\u6837\u7684\u5173\u952E\u8BCD\u5E76\u5C55\u793A\u5728\u53F3\u4FA7\u3002\u5982\u679C\u4F60\u4E0D\u9700\u8981\u8BE5\u529F\u80FD\u7684\u8BDD\uFF0C\u53EF\u4EE5\u9009\u62E9\u7981\u7528\u5B83\u3002",option:"\u8BBE\u7F6E",saveSettings:"\u4FDD\u5B58\u8BBE\u7F6E",closeModal:"\u5173\u95ED\u7A97\u53E3",enableInputTranslationWithoutTriggerKeyTitle:"\u542F\u7528\u5FEB\u901F\u8FDE\u51FB 3 \u6B21{trailingKey}\uFF0C\u76F4\u63A5\u7FFB\u8BD1\u6574\u4E2A\u8F93\u5165\u6846\u4E3A{inputTargetLanguage}",enableInputTranslationWithoutTriggerKeyDescription:"\u5982\u9700\u6307\u5B9A\u76EE\u6807\u8BED\u8A00\uFF0C\u8BF7\u5728\u524D\u9762\u52A0\u4E0A\u8BED\u8A00\u4EE3\u7801\uFF0C\u5982\uFF1Aja \u4F60\u597D\u4E16\u754C",deepLProName:"\u6C89\u6D78\u5F0F\u7FFB\u8BD1 Pro \u4F1A\u5458 (\u63A8\u8350)",deepLProDescription:"\u5F53\u524D\u5957\u9910\u53EF\u4EE5\u76F4\u63A5\u4F7F\u7528",deeplProDescriptionForNormal:"\u65E0\u9700\u4EFB\u4F55\u8BBE\u7F6E\uFF0C\u4F1A\u5458\u767B\u5F55\u540E\u5373\u53EF\u4F7F\u7528\uFF0C<1>\u70B9\u6B64\u5347\u7EA7\u4E3A\u4F1A\u5458",deepLCustomDescription:"\u9700\u8981\u56FD\u5916\u4FE1\u7528\u5361\uFF0C\u5728 <1>DeepL \u5B98\u65B9\u5F00\u901A\uFF0C\u70B9\u51FB\u67E5\u770B<2>\u6587\u6863",deepLCustomName:"\u81EA\u5B9A\u4E49 Auth Key",chooseProviderLabel:"\u9009\u62E9\u4E00\u4E2A\u670D\u52A1\u63D0\u4F9B\u5546",openaiProName:"\u6C89\u6D78\u5F0F\u7FFB\u8BD1 Pro \u4F1A\u5458 (\u63A8\u8350)",openaiProDescription:"\u5F53\u524D\u5957\u9910\u53EF\u4EE5\u76F4\u63A5\u4F7F\u7528",openaiProDescriptionForNormal:"\u65E0\u9700\u4EFB\u4F55\u8BBE\u7F6E\uFF0C\u4F1A\u5458\u767B\u5F55\u540E\u5373\u53EF\u4F7F\u7528\uFF0C<1>\u70B9\u6B64\u5347\u7EA7\u4E3A\u4F1A\u5458",openaiCustomDescription:"\u53EF\u5728 OpenAI, Azure OpenAI, \u6216\u5176\u4ED6\u7B2C\u4E09\u65B9\u670D\u52A1\u83B7\u53D6\uFF0C<1>\u70B9\u6B64\u67E5\u770B\u6587\u6863",openaiCustomName:"\u81EA\u5B9A\u4E49 API Key",needLoginAction:"(\u5F00\u901A\u4F1A\u5458\u6216\u81EA\u5B9A\u4E49)",goLoginOrAction:"(\u5F00\u901A\u4F1A\u5458\u6216\u53BB\u8BBE\u7F6E)",yearly:"\u8FDE\u7EED\u5305\u5E74",quarterly:"\u8FDE\u7EED\u5305\u5B63",monthly:"\u8FDE\u7EED\u5305\u6708",yearlyForOnce:"\u4E00\u6B21\u6027\u5E74\u5EA6\u5957\u9910",monthlyForOnce:"\u4E00\u6B21\u6027\u6708\u5EA6\u5957\u9910",daily:"\u8FDE\u7EED\u5305\u65E5",year:"\u8FDE\u7EED\u5305\u5E74",quarter:"\u8FDE\u7EED\u5305\u5B63",month:"\u8FDE\u7EED\u5305\u6708",day:"\u8FDE\u7EED\u5305\u65E5",onetime_7day:"7 \u5929\u4F53\u9A8C\u5305",currentPlanDescriptionForFree:"\u5F53\u524D\u5957\u9910\uFF1A\u514D\u8D39",currentPlanDescriptionForContinuous:"\u5F53\u524D\u5957\u9910\uFF1A{plan}\uFF0C\u5C06\u4E8E {endAt} \u81EA\u52A8\u7EED\u8D39",currentPlanDescriptionForAutoRenewCaceling:"\u5F53\u524D\u5957\u9910\uFF1A{plan}\uFF0C\u5C06\u4E8E {endAt} \u5230\u671F\uFF0C\u5230\u671F\u540E\u5C06\u4E0D\u4F1A\u81EA\u52A8\u7EED\u671F",currentYearlyPlanDescriptionForAutoRenewCacelingWithRealPaiedUser:"\u5F53\u524D\u5957\u9910\uFF1A{plan}\uFF0C\u5C06\u4E8E {endAt} \u5230\u671F\uFF0C\u5230\u671F\u540E\u5C06\u4E0D\u4F1A\u81EA\u52A8\u7EED\u671F\u3002
<1>\u70B9\u6B64\u7BA1\u7406\u7EED\u8D39\u65B9\u6848",currentYearlyPlanDescriptionForAutoRenewCacelingWithAdmin:"\u5F53\u524D\u5957\u9910\uFF1A{plan}\uFF0C\u5C06\u4E8E {endAt} \u5230\u671F\uFF0C\u5230\u671F\u540E\u5C06\u4E0D\u4F1A\u81EA\u52A8\u7EED\u671F\u3002
<1>\u70B9\u6B64\u542F\u7528\u8FDE\u7EED\u5305\u5E74",currentPlanDescriptionForOneTime:"\u5F53\u524D\u5957\u9910\uFF1A{plan}\uFF0C\u5C06\u4E8E {endAt} \u5230\u671F\uFF0C<1>\u70B9\u6B64\u5347\u7EA7\u4E3A\u5E74\u8D39\u6216<2>\u6708\u8D39\u4F1A\u5458",upgradePlan:"\u70B9\u6B64\u5347\u7EA7\u4E3A Pro \u4F1A\u5458",upgradeToPro:"\u5347\u7EA7\u4E3A Pro \u4F1A\u5458","popup.openPro":"\u5347\u7EA7\u4E3A Pro \u4F1A\u5458\u540E\u53EF\u4EE5\u7545\u4EAB DeepL \u548C OpenAI \u7FFB\u8BD1\uFF0C\u70B9\u6B64\u5347\u7EA7","popup.openProForPro":"\u60A8\u662F Pro \u4F1A\u5458\uFF0C\u53EF\u76F4\u63A5\u4F7F\u7528 DeepL \u548C OpenAI \u7FFB\u8BD1",currentAccount:"\u5F53\u524D\u8D26\u6237",enableAutoSyncUserSettings:"\u542F\u7528\u591A\u8BBE\u5907\u81EA\u52A8\u4E91\u540C\u6B65",modalEnableInputTranslationTitle:"\u6C89\u6D78\u5F0F\u7FFB\u8BD1\u8F93\u5165\u6846\u7FFB\u8BD1\u63D0\u793A",modalEnableInputTranslationDesc:"\u60A8\u521A\u521A\u901A\u8FC7\u5FEB\u901F\u8FDE\u51FB 3 \u6B21\u7A7A\u683C\u952E\u89E6\u53D1\u4E86\u6C89\u6D78\u5F0F\u7FFB\u8BD1\u7684\u8F93\u5165\u6846\u7FFB\u8BD1\uFF0C\u8F93\u5165\u6846\u7684\u5185\u5BB9\u5C06\u88AB\u7FFB\u8BD1\u4E3A\u9ED8\u8BA4\u7684\u76EE\u6807\u8BED\u8A00\u3002\u901A\u8FC7 Ctrl+Z \u53EF\u4EE5\u64A4\u9500\u7FFB\u8BD1\u3002

\u5982\u679C\u8FD9\u662F\u4E00\u4E2A\u5931\u8BEF\uFF0C\u4E0D\u7528\u62C5\u5FC3\uFF0C\u60A8\u53EF\u4EE5\u9009\u62E9\u672C\u6B21\u7981\u7528\uFF0C\u6216\u8005\u6C38\u4E45\u7981\u7528\u8F93\u5165\u6846\u7FFB\u8BD1\u3002",saveAndNotShowAgain:"\u4FDD\u5B58\u4E14\u4E0D\u518D\u63D0\u793A",disableInputTranslationTips:"* \u4F60\u4E5F\u53EF\u4EE5\u5728 {option} \u4E2D\u8BBE\u7F6E\u5176\u4ED6\u5FEB\u6377\u952E\u6765\u89E6\u53D1\uFF0C{learnMore}\u3002",learnMore:"\u70B9\u6B64\u4E86\u89E3\u66F4\u591A",continueEnalbeInputTranslation:"\u7EE7\u7EED\u542F\u7528\u8F93\u5165\u6846\u7FFB\u8BD1",autoRenewTrialSuffix:'\uFF08\u8BD5\u7528\u4E2D\uFF0C\u7ACB\u523B\u5347\u7EA7\u4E3A\u6B63\u5F0F\u4F1A\u5458\uFF09',upgradeFromTrialTitle:"\u5347\u7EA7\u4E3A\u6B63\u5F0F\u4F1A\u5458",subtitle:"\u89C6\u9891\u5B57\u5E55",youtubeService:"\u6C89\u6D78\u5F0F\u7FFB\u8BD1\u89C6\u9891\u5B57\u5E55\u7FFB\u8BD1\u670D\u52A1","subtitle.disabledSubtitle":"\u6C38\u4E45\u7981\u7528\u89C6\u9891\u5B57\u5E55\u529F\u80FD","subtitle.disabledSubtitleDescription":"\u5982\u679C\u6C89\u6D78\u5F0F\u7FFB\u8BD1\u7684\u89C6\u9891\u5B57\u5E55\u548C\u5176\u4ED6\u6269\u5C55\u6709\u51B2\u7A81\uFF0C\u4F60\u53EF\u4EE5\u9009\u62E9\u6C38\u4E45\u7981\u7528\u6C89\u6D78\u5F0F\u7FFB\u8BD1\u7684\u89C6\u9891\u5B57\u5E55\u529F\u80FD\u6216\u8005\u5378\u8F7D\u5176\u4ED6\u51B2\u7A81\u7684\u6269\u5C55","subtitle.autoEnableSubtitleDescription":"\u542F\u7528\u540E\uFF0C\u5F53\u89C6\u9891\u64AD\u653E\u7684\u65F6\u5019\uFF0C\u4F1A\u81EA\u52A8\u663E\u793A\u53CC\u8BED\u5B57\u5E55\uFF0C\u5426\u5219\u9700\u8981\u70B9\u51FB\u7FFB\u8BD1\u6309\u94AE\u624D\u4F1A\u663E\u793A\u3002","subtitle.preTranslation":"\u4F7F\u7528\u6C89\u6D78\u5F0F\u7FFB\u8BD1\u6765\u7FFB\u8BD1\u5B57\u5E55","subtitle.preTranslationDescription":"\u542F\u7528\u540E\u4F1A\u4F18\u5148\u7528\u4E0B\u9762\u6307\u5B9A\u7684\u7FFB\u8BD1\u670D\u52A1\u63D0\u524D\u7FFB\u8BD1\u6574\u4E2A\u5B57\u5E55\uFF0C1 \u5C0F\u65F6\u7684\u89C6\u9891\u5927\u6982\u6D88\u8017 5\u4E07 Tokens \u6216 \u5B57\u7B26\uFF0C\u8BF7\u914C\u60C5\u4F7F\u7528\uFF1B\u5173\u95ED\u540E\u5219\u4F18\u5148\u4F7F\u7528\u539F\u89C6\u9891\u81EA\u5E26\u7684\u673A\u7FFB\u5B57\u5E55\uFF1B\u8BF7\u6CE8\u610F\uFF0C\u5F53\u539F\u89C6\u9891\u6CA1\u6709\u5BF9\u5E94\u7684\u8BD1\u6587\u5B57\u5E55\u65F6\uFF0C\u5219\u65E0\u8BBA\u662F\u5426\u542F\u7528\u8FD9\u4E2A\u9009\u9879\uFF0C\u90FD\u4F1A\u4F7F\u7528\u4E0B\u9762\u6307\u5B9A\u7684\u7FFB\u8BD1\u670D\u52A1\u6765\u7FFB\u8BD1\u5B57\u5E55\u3002","subtitle.humanSubtitlesPreferred":"\u4F18\u5148\u4F7F\u7528\u4EBA\u5DE5\u5B57\u5E55","subtitle.humanSubtitlesPreferredDescription":"\u5F53\u89C6\u9891\u6709\u76EE\u6807\u8BED\u8A00\u4EBA\u5DE5\u5B57\u5E55\u65F6\uFF0C\u4F18\u5148\u4F7F\u7528\u4EBA\u5DE5\u5B57\u5E55\uFF08\u63A8\u8350\uFF09","subtitle.bilingual":"\u53CC\u8BED\u5B57\u5E55","subtitle.autoDisableSubtitle":"\u4E0D\u81EA\u52A8\u542F\u7528\u53CC\u8BED\u5B57\u5E55","subtitle.hideQuickButton":"\u4E0D\u518D\u663E\u793A\u8BE5\u5FEB\u6377\u65B9\u5F0F","subtitle.showQuickButton":"\u5728\u64AD\u653E\u5668\u663E\u793A\u53CC\u8BED\u5B57\u5E55\u5FEB\u6377\u65B9\u5F0F",videoSubtitleTranslationDescription:"\u4E3A\u89C6\u9891\u5B57\u5E55\u5355\u72EC\u6307\u5B9A\u4E00\u4E2A\u7FFB\u8BD1\u670D\u52A1",subtitleTranslating:"\u6B63\u5728\u4F7F\u7528 {service} \u670D\u52A1\u7FFB\u8BD1\u5B57\u5E55\u4E2D\uFF0C\u8BF7\u7A0D\u7B49...\uFF08\u6C89\u6D78\u5F0F\u7FFB\u8BD1\uFF09",subtitleLoading:"\u6B63\u5728\u52A0\u8F7D\u5B57\u5E55...",bilingual:"\u53CC\u8BED","field.action":"\u662F\u5426\u542F\u7528\u767E\u5EA6\u672F\u8BED","description.action":"\u542F\u7528\u540E\u4F1A\u5728\u8BF7\u6C42\u4E2D\u52A0\u5165 action=1 \u7684\u53C2\u6570\uFF0C\u4EE5\u4FBF\u544A\u77E5\u767E\u5EA6\u542F\u7528\u672F\u8BED\uFF0C<1>\u66F4\u591A\u8BF4\u660E\u8BF7\u53C2\u8003\u5B98\u65B9\u6587\u6863",closeQuickTranslation:"\u5173\u95ED\u60AC\u6D6E\u7403","closeQuickTranslation.untilNext":"\u672C\u6B21\u5173\u95ED\u76F4\u5230\u4E0B\u6B21\u8BBF\u95EE","closeQuickTranslation.currentWebsite":"\u5F53\u524D\u7F51\u7AD9\u7981\u7528","closeQuickTranslation.alwaysClose":"\u6C38\u4E45\u7981\u7528","closeQuickTranslation.settingOpen":"\uFF08\u53EF\u5728<1>\u8BBE\u7F6E\u9875\u5F00\u542F\uFF09","closeQuickTranslation.cancel":"\u53D6\u6D88","closeQuickTranslation.confirm":"\u786E\u5B9A","floatBall.translate":"\u70B9\u51FB\u7FFB\u8BD1\u8BE5\u9875\u9762","floatBall.showOriginal":"\u70B9\u51FB\u5207\u6362\u56DE\u539F\u6587","floatBall.close":"\u5173\u95ED\u60AC\u6D6E\u7403","floatBallOptions.enableDescPc":"\u542F\u7528\u9875\u9762\u60AC\u6D6E\u7403\u540E\uFF0C\u4F1A\u5728\u9875\u9762\u53F3\u4FA7\u663E\u793A\u4E00\u4E2A\u5FEB\u6377\u7FFB\u8BD1\u6309\u94AE\uFF0C\u70B9\u51FB\u5373\u53EF\u7FFB\u8BD1","floatBallOptions.enableDesc":"\u5173\u95ED\u60AC\u6D6E\u7403\u540E\uFF0C\u53EF\u4EE5\u7528{touch}\u5524\u8D77\u3002\u4E3A\u9632\u6B62\u4E0D\u614E\u5173\u95ED\u8BE5\u9009\u9879\u540E\u627E\u4E0D\u5230\u60AC\u6D6E\u7403\uFF0C\u5F3A\u70C8\u5EFA\u8BAE\u6536\u85CF\u672C\u8BBE\u7F6E\u9875","description.azureApiUrl":"\u586B\u5199\u81EA\u5B9A\u4E49\u7684API\u63A5\u53E3\u5730\u5740","floatBall.guideClickToTranslate":`\u70B9\u51FB\u6C89\u6D78\u5F0F\u7FFB\u8BD1\u60AC\u6D6E\u7403 +`,IMMERSIVE_TRANSLATE_VIDEO_SUBTITLE_INJECT:'(()=>{var u="imt-subtitle-inject",f=class{from;to;constructor(t,n){this.from=t,this.to=n}sendMessages(t){globalThis.postMessage({type:u,to:this.to,from:this.from,action:t.action,data:t.data,id:t.id||new Date().getTime(),isAsync:!1})}getRandomId(){return(new Date().getTime()+Math.random())*Math.random()}sendAsyncMessages({action:t,data:n}){return new Promise(e=>{let r=this.getRandomId();globalThis.postMessage({type:u,to:this.to,from:this.from,action:t,data:n,id:r,isAsync:!0});let a=({data:o})=>{u===o.type&&o.id===r&&o.to===this.from&&(e(o.data),globalThis.removeEventListener("message",a))};globalThis.addEventListener("message",a)})}handleMessageOnce(t){return new Promise(n=>{let e=({data:r})=>{u===r.type&&r.action===t&&r.to===this.from&&(n(r.data),globalThis.removeEventListener("message",e))};globalThis.addEventListener("message",e)})}handleMessage(t,n){let e=({data:r})=>{u===r.type&&r.action===t&&r.to===this.from&&n(r)};return globalThis.addEventListener("message",e),()=>{globalThis.removeEventListener("message",e)}}handleMessages(t){let n=({data:e})=>{u===e.type&&e.to===this.from&&t(e)};return globalThis.addEventListener("message",n),()=>{globalThis.removeEventListener("message",n)}}},R=new f("content-script","inject"),l=new f("inject","content-script"),S={get(s,t,n){return t in s?(...e)=>{let r=s[t];return typeof r=="function"?r.apply(s,e):Reflect.get(s,t,n)}:e=>s.sendAsyncMessages({action:t,data:e})}},x=new Proxy(l,S),L=new Proxy(R,S);function T(s){if(!s)return null;try{let t=s;return s.startsWith("//")?t=globalThis.location.protocol+s:s.startsWith("/")?t=`${globalThis.location.protocol}//${globalThis.location.host}${s}`:s.startsWith("http")||(t=`${globalThis.location.protocol}//${s}`),new URL(t).toString()}catch(t){return console.error(t),s}}var i=class{content=x;config;constructor(t){this.config=t,l.handleMessages(async({action:n,id:e,data:r})=>{let a=this[n];if(!a)return;let o=a.apply(this,[r]);o instanceof Promise&&(o=await o),l.sendMessages({id:e,data:o})})}triggerSubtitle(t){}async translateSubtitle(t){let n=await this.content.requestSubtitle({url:T(t._url)});if(n){if(this.config.responseType=="document"){let r=new DOMParser().parseFromString(n,"text/xml");Object.defineProperty(t,"responseXML",{value:r,writable:!1}),Object.defineProperty(t,"response",{value:r,writable:!1});return}let e=n;(t.responseType=="arraybuffer"||this.config.responseType=="arraybuffer")&&typeof n=="string"&&(e=new TextEncoder().encode(n).buffer),Object.defineProperty(t,"responseText",{value:e,writable:!1}),Object.defineProperty(t,"response",{value:e,writable:!1})}}async translateSubtitleWithFetch(t,n){let e={...n},r;return typeof t=="string"?r={url:t,method:"GET",headers:{}}:r=await v(t),e?.body&&(e.body=M(e.body)),this.content.requestSubtitle({fetchInfo:JSON.stringify({input:r,options:e})})}async getVideoMeta(t){}isSubtitleRequest(t){return!this.config||!this.config.subtitleUrlRegExp||!t?!1:new RegExp(this.config.subtitleUrlRegExp).test(t||"")}};function v(s){if(s instanceof URL)return{url:s.href,method:"GET",headers:{}};let t=s.clone(),n={url:s.url,method:s.method,headers:Object.fromEntries(s.headers.entries())};if(t.body){let e=M(t.body);if(t.body!==e)return t.text().then(r=>(n.body=r,n));n.body=e}return Promise.resolve(n)}function M(s){if(!s)return s;if(s instanceof FormData||s instanceof URLSearchParams){let t={};for(let[n,e]of s.entries())t[n]=e;return t._formatBodyType="FormData",t}return s}var d=class extends i{timer=null;triggerSubtitle({force:t}){setTimeout(()=>{if(this.config?.subtitleButtonSelector){let n=document.querySelector(this.config.subtitleButtonSelector);if(n){let e=n.getAttribute("aria-pressed")==="true";e&&t?(n.click(),setTimeout(()=>{n.click()},100)):e||n.click();return}}if(this.config?.videoPlayerSelector){let n=document.querySelector(this.config.videoPlayerSelector);n?.toggleSubtitles(),setTimeout(()=>{n?.toggleSubtitles()},100)}},1e3)}async getVideoMeta(){if(!this.config.videoPlayerSelector)return null;try{return await this.sleep(100),document.querySelector(this.config.videoPlayerSelector)?.getPlayerResponse()}catch{return null}}sleep(t){return new Promise(n=>{setTimeout(()=>{n(null)},t)})}};var m=class extends i{timer=null;videoMeta={};lastVideoMeta=null;constructor(t){super(t),this.hookJSON()}hookJSON(){let t=JSON.parse;JSON.parse=n=>{let e=t(n);try{e&&e.result&&e.result.timedtexttracks&&e.result.movieId&&(this.videoMeta[e.result.movieId]=e.result,this.lastVideoMeta=e.result)}catch(r){console.log(r)}return e}}getVideoMeta(t){return this.lastVideoMeta}};var p=class extends i{timer=null;videoMeta={};constructor(t){super(t),this.hookJSON()}hookJSON(){let t=JSON.parse;JSON.parse=n=>{let e=t(n);try{e?.asset?.captions?.length?this.videoMeta[e.id]=e?.asset:e?.previews&&e?.course&&e?.previews?.forEach(r=>{this.videoMeta[r.id]=r})}catch(r){console.error(r)}return e}}getVideoMeta(t){return this.videoMeta[t]}};var g=class extends i{timer=null;videoMeta={};constructor(t){super(t),this.hookJSON()}hookJSON(){let t=JSON.parse;JSON.parse=n=>{let e=t(n);try{if(e?.stream?.sources?.length&&e?.stream?.sources[0]?.complete?.url){let r=window.location.pathname.split("/");r.length>2&&r[r.length-2]==="video"&&(this.videoMeta[r[r.length-1]]=e.stream.sources[0].complete.url)}}catch(r){console.error(r)}return e}}getVideoMeta(t){return this.videoMeta[t]}};var h=class extends i{constructor(t){super(t)}async translateSubtitleWithFetch(t,n){this.main(t,n)}async main(t,n){let e=globalThis.__originalFetch;if(!e)return;let r=t;t instanceof Request&&(r=t.clone());let a=await e(r,n);if(!a.ok)return;let o=await a.json();o.transcripts_urls&&this.requestSubtitle(o.transcripts_urls)}async requestSubtitle(t){await c(),await this.content.requestSubtitle(t)}};async function w(){let s=await l.sendAsyncMessages({action:"getConfig"});if(!s)return;let n={youtube:d,netflix:m,webvtt:i,khanacademy:i,bilibili:i,udemy:p,general:i,ebutt:i,hulu:h,disneyplus:g,"fmp4.xml":i,multi_attach_vtt:i,twitter:i,subsrt:i,xml:i,text_track_dynamic:i,av:i}[s.type||""];if(!n)return;let e=new n(s);I(e,s)}c();w();function I(s,t){if(t.hookType.includes("xhr")){let n=XMLHttpRequest.prototype.open,e=XMLHttpRequest.prototype.send,r=function(){return this._url=arguments[1],n.apply(this,arguments)},a=async function(){return s.isSubtitleRequest(this._url)?(await c(),await s.translateSubtitle(this),e.apply(this,arguments)):e.apply(this,arguments)};Object.defineProperty(XMLHttpRequest.prototype,"open",{value:r,writable:!0}),Object.defineProperty(XMLHttpRequest.prototype,"send",{value:a,writable:!0})}if(t.hookType.includes("fetch")){let n=globalThis.fetch;globalThis.__originalFetch=n,globalThis.fetch=async function(e,r){let a=typeof e=="string"?e:e.url||e.href;if(!s.isSubtitleRequest(a))return n(e,r);await c();let y=await s.translateSubtitleWithFetch(e,r);return y?new Response(y):n(e,r)}}}var b=!1;async function c(){return b||(await l.handleMessageOnce("contentReady"),b=!0),b}})();\n',OPTIONS_URL:"https://dash.immersivetranslate.com/",SHARE_DRAFT_URL:"https://immersivetranslate.com/preview",ASSETS_BASE_URL:"https://app.immersivetranslate.com/global-assets/",EBOOK_VIEWER_URL:"https://app.immersivetranslate.com/ebook/",EBOOK_BUILDER_URL:"https://app.immersivetranslate.com/ebook/make/",SUBTITLE_BUILDER_URL:"https://app.immersivetranslate.com/subtitle/",HTML_VIEWER_URL:"https://app.immersivetranslate.com/html/",PDF_VIEWER_URL:"https://app.immersivetranslate.com/pdf/",PDF_PRO_URL:"https://app.immersivetranslate.com/pdf-pro/",TEXT_TRANSLATE_URL:"https://app.immersivetranslate.com/text/",TRANSLATE_FILE_URL:"https://app.immersivetranslate.com/",MOCK:"0",DEBUG:"0",INSTALL_FROM:"firefox_zip"}});var N2=a6((oc,Ls)=>{d();(function(){var t;function e(f){var T,b,h="",C=-1,D;if(f&&f.length)for(D=f.length;(C+=1)>>6&31,128|T&63):T<=65535?h+=String.fromCharCode(224|T>>>12&15,128|T>>>6&63,128|T&63):T<=2097151&&(h+=String.fromCharCode(240|T>>>18&7,128|T>>>12&63,128|T>>>6&63,128|T&63));return h}function n(f){var T,b,h,C,D,M=[],B;if(T=b=h=C=D=0,f&&f.length)for(B=f.length,f+="";T191&&h<224?(C=f.charCodeAt(T+1),M[b]=String.fromCharCode((h&31)<<6|C&63),T+=2):(C=f.charCodeAt(T+1),D=f.charCodeAt(T+2),M[b]=String.fromCharCode((h&15)<<12|(C&63)<<6|D&63),T+=3);return M.join("")}function r(f,T){var b=(f&65535)+(T&65535),h=(f>>16)+(T>>16)+(b>>16);return h<<16|b&65535}function a(f,T){return f<>>32-T}function i(f,T){for(var b=T?"0123456789ABCDEF":"0123456789abcdef",h="",C,D=0,M=f.length;D>>4&15)+b.charAt(C&15);return h}function o(f){var T,b=f.length,h="";for(T=0;T>>8&255);return h}function s(f){var T,b=f.length,h="";for(T=0;T>>8&255,f.charCodeAt(T)&255);return h}function u(f){var T,b=f.length*32,h="";for(T=0;T>5]>>>24-T%32&255);return h}function l(f){var T,b=f.length*32,h="";for(T=0;T>5]>>>T%32&255);return h}function c(f){var T,b=f.length*8,h=Array(f.length>>2),C=h.length;for(T=0;T>5]|=(f.charCodeAt(T/8)&255)<>2),C=h.length;for(T=0;T>5]|=(f.charCodeAt(T/8)&255)<<24-T%32;return h}function m(f,T){var b=T.length,h=Array(),C,D,M,B,S,v,L,A;for(v=Array(Math.ceil(f.length/2)),B=v.length,C=0;C0;){for(S=Array(),M=0,C=0;C0||D>0)&&(S[S.length]=D);h[h.length]=M,v=S}for(L="",C=h.length-1;C>=0;C--)L+=T.charAt(h[C]);for(A=Math.ceil(f.length*8/(Math.log(T.length)/Math.log(2))),C=L.length;Cf.length*8?h+=T:h+=b.charAt(B>>>6*(3-M)&63);return h}t={VERSION:"1.0.6",Base64:function(){var f="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/",T="=",b=!1,h=!0;this.encode=function(C){var D,M,B,S="";for(T=T||"=",C=h?e(C):C,len=C.length,D=0;Dlen*8?S+=T:S+=f.charAt(B>>>6*(3-M)&63);return S},this.decode=function(C){var D,M,B,S,v,L,A,y,I,F,_="",U=[];if(!C)return C;D=F=0,C=C.replace(new RegExp("\\"+T,"gi"),"");do v=f.indexOf(C.charAt(D++)),L=f.indexOf(C.charAt(D++)),A=f.indexOf(C.charAt(D++)),y=f.indexOf(C.charAt(D++)),I=v<<18|L<<12|A<<6|y,M=I>>16&255,B=I>>8&255,S=I&255,F+=1,A===64?U[F]=String.fromCharCode(M):y===64?U[F]=String.fromCharCode(M,B):U[F]=String.fromCharCode(M,B,S);while(D>>8^b;return(T^-1)>>>0},MD5:function(f){var T=f&&typeof f.uppercase=="boolean"?f.uppercase:!1,b=f&&typeof f.pad=="string"?f.pad:"=",h=f&&typeof f.utf8=="boolean"?f.utf8:!0;this.hex=function(y){return i(C(y,h),T)},this.b64=function(y){return g(C(y),b)},this.any=function(y,I){return m(C(y,h),I)},this.raw=function(y){return C(y,h)},this.hex_hmac=function(y,I){return i(D(y,I),T)},this.b64_hmac=function(y,I){return g(D(y,I),b)},this.any_hmac=function(y,I,F){return m(D(y,I),F)},this.vm_test=function(){return hex("abc").toLowerCase()==="900150983cd24fb0d6963f7d28e17f72"},this.setUpperCase=function(y){return typeof y=="boolean"&&(T=y),this},this.setPad=function(y){return b=y||b,this},this.setUTF8=function(y){return typeof y=="boolean"&&(h=y),this};function C(y){return y=h?e(y):y,l(M(c(y),y.length*8))}function D(y,I){var F,_,U,N,q;for(y=h?e(y):y,I=h?e(I):I,F=c(y),F.length>16&&(F=M(F,y.length*8)),_=Array(16),U=Array(16),q=0;q<16;q+=1)_[q]=F[q]^909522486,U[q]=F[q]^1549556828;return N=M(_.concat(c(I)),512+I.length*8),l(M(U.concat(N),512+128))}function M(y,I){var F,_,U,N,q,k=1732584193,E=-271733879,P=-1732584194,O=271733878;for(y[I>>5]|=128<>>9<<4)+14]=I,F=0;F16&&(A=M(A,v.length*8)),y=Array(16),I=Array(16),F=0;F<16;F+=1)y[F]=A[F]^909522486,I[F]=A[F]^1549556828;return _=M(y.concat(p(L)),512+L.length*8),u(M(I.concat(_),512+160))}function M(v,L){var A,y,I,F,_,U,N,q,k=Array(80),E=1732584193,P=-271733879,O=-1732584194,H=271733878,j=-1009589776;for(v[L>>5]|=128<<24-L%32,v[(L+64>>9<<4)+15]=L,A=0;A16&&(j=k(j,E.length*8));H<16;H+=1)W[H]=j[H]^909522486,V[H]=j[H]^1549556828;return O=k(W.concat(p(P)),512+P.length*8),u(k(V.concat(O),512+256))}function B(E,P){return E>>>P|E<<32-P}function S(E,P){return E>>>P}function v(E,P,O){return E&P^~E&O}function L(E,P,O){return E&P^E&O^P&O}function A(E){return B(E,2)^B(E,13)^B(E,22)}function y(E){return B(E,6)^B(E,11)^B(E,25)}function I(E){return B(E,7)^B(E,18)^S(E,3)}function F(E){return B(E,17)^B(E,19)^S(E,10)}function _(E){return B(E,28)^B(E,34)^B(E,39)}function U(E){return B(E,14)^B(E,18)^B(E,41)}function N(E){return B(E,1)^B(E,8)^S(E,7)}function q(E){return B(E,19)^B(E,61)^S(E,6)}C=[1116352408,1899447441,-1245643825,-373957723,961987163,1508970993,-1841331548,-1424204075,-670586216,310598401,607225278,1426881987,1925078388,-2132889090,-1680079193,-1046744716,-459576895,-272742522,264347078,604807628,770255983,1249150122,1555081692,1996064986,-1740746414,-1473132947,-1341970488,-1084653625,-958395405,-710438585,113926993,338241895,666307205,773529912,1294757372,1396182291,1695183700,1986661051,-2117940946,-1838011259,-1564481375,-1474664885,-1035236496,-949202525,-778901479,-694614492,-200395387,275423344,430227734,506948616,659060556,883997877,958139571,1322822218,1537002063,1747873779,1955562222,2024104815,-2067236844,-1933114872,-1866530822,-1538233109,-1090935817,-965641998];function k(E,P){var O=[1779033703,-1150833019,1013904242,-1521486534,1359893119,-1694144372,528734635,1541459225],H=new Array(64),j,W,V,se,X,Z,ue,ge,te,Y,Te,ae;for(E[P>>5]|=128<<24-P%32,E[(P+64>>9<<4)+15]=P,te=0;te32&&(E=B(E,U.length*8));k<32;k+=1)P[k]=E[k]^909522486,O[k]=E[k]^1549556828;return q=B(P.concat(p(N)),1024+N.length*8),u(B(O.concat(q),1024+512))}function B(U,N){var q,k,E,P=new Array(80),O=new Array(16),H=[new S(1779033703,-205731576),new S(-1150833019,-2067093701),new S(1013904242,-23791573),new S(-1521486534,1595750129),new S(1359893119,-1377402159),new S(-1694144372,725511199),new S(528734635,-79577749),new S(1541459225,327033209)],j=new S(0,0),W=new S(0,0),V=new S(0,0),se=new S(0,0),X=new S(0,0),Z=new S(0,0),ue=new S(0,0),ge=new S(0,0),te=new S(0,0),Y=new S(0,0),Te=new S(0,0),ae=new S(0,0),ie=new S(0,0),Ee=new S(0,0),ze=new S(0,0),_e=new S(0,0),ce=new S(0,0);for(C===void 0&&(C=[new S(1116352408,-685199838),new S(1899447441,602891725),new S(-1245643825,-330482897),new S(-373957723,-2121671748),new S(961987163,-213338824),new S(1508970993,-1241133031),new S(-1841331548,-1357295717),new S(-1424204075,-630357736),new S(-670586216,-1560083902),new S(310598401,1164996542),new S(607225278,1323610764),new S(1426881987,-704662302),new S(1925078388,-226784913),new S(-2132889090,991336113),new S(-1680079193,633803317),new S(-1046744716,-815192428),new S(-459576895,-1628353838),new S(-272742522,944711139),new S(264347078,-1953704523),new S(604807628,2007800933),new S(770255983,1495990901),new S(1249150122,1856431235),new S(1555081692,-1119749164),new S(1996064986,-2096016459),new S(-1740746414,-295247957),new S(-1473132947,766784016),new S(-1341970488,-1728372417),new S(-1084653625,-1091629340),new S(-958395405,1034457026),new S(-710438585,-1828018395),new S(113926993,-536640913),new S(338241895,168717936),new S(666307205,1188179964),new S(773529912,1546045734),new S(1294757372,1522805485),new S(1396182291,-1651133473),new S(1695183700,-1951439906),new S(1986661051,1014477480),new S(-2117940946,1206759142),new S(-1838011259,344077627),new S(-1564481375,1290863460),new S(-1474664885,-1136513023),new S(-1035236496,-789014639),new S(-949202525,106217008),new S(-778901479,-688958952),new S(-694614492,1432725776),new S(-200395387,1467031594),new S(275423344,851169720),new S(430227734,-1194143544),new S(506948616,1363258195),new S(659060556,-544281703),new S(883997877,-509917016),new S(958139571,-976659869),new S(1322822218,-482243893),new S(1537002063,2003034995),new S(1747873779,-692930397),new S(1955562222,1575990012),new S(2024104815,1125592928),new S(-2067236844,-1578062990),new S(-1933114872,442776044),new S(-1866530822,593698344),new S(-1538233109,-561857047),new S(-1090935817,-1295615723),new S(-965641998,-479046869),new S(-903397682,-366583396),new S(-779700025,566280711),new S(-354779690,-840897762),new S(-176337025,-294727304),new S(116418474,1914138554),new S(174292421,-1563912026),new S(289380356,-1090974290),new S(460393269,320620315),new S(685471733,587496836),new S(852142971,1086792851),new S(1017036298,365543100),new S(1126000580,-1676669620),new S(1288033470,-885112138),new S(1501505948,-60457430),new S(1607167915,987167468),new S(1816402316,1246189591)]),k=0;k<80;k+=1)P[k]=new S(0,0);for(U[N>>5]|=128<<24-(N&31),U[(N+128>>10<<5)+31]=N,E=U.length,k=0;k>>q|N.h<<32-q,U.h=N.h>>>q|N.l<<32-q}function A(U,N,q){U.l=N.h>>>q|N.l<<32-q,U.h=N.l>>>q|N.h<<32-q}function y(U,N,q){U.l=N.l>>>q|N.h<<32-q,U.h=N.h>>>q}function I(U,N,q){var k=(N.l&65535)+(q.l&65535),E=(N.l>>>16)+(q.l>>>16)+(k>>>16),P=(N.h&65535)+(q.h&65535)+(E>>>16),O=(N.h>>>16)+(q.h>>>16)+(P>>>16);U.l=k&65535|E<<16,U.h=P&65535|O<<16}function F(U,N,q,k,E){var P=(N.l&65535)+(q.l&65535)+(k.l&65535)+(E.l&65535),O=(N.l>>>16)+(q.l>>>16)+(k.l>>>16)+(E.l>>>16)+(P>>>16),H=(N.h&65535)+(q.h&65535)+(k.h&65535)+(E.h&65535)+(O>>>16),j=(N.h>>>16)+(q.h>>>16)+(k.h>>>16)+(E.h>>>16)+(H>>>16);U.l=P&65535|O<<16,U.h=H&65535|j<<16}function _(U,N,q,k,E,P){var O=(N.l&65535)+(q.l&65535)+(k.l&65535)+(E.l&65535)+(P.l&65535),H=(N.l>>>16)+(q.l>>>16)+(k.l>>>16)+(E.l>>>16)+(P.l>>>16)+(O>>>16),j=(N.h&65535)+(q.h&65535)+(k.h&65535)+(E.h&65535)+(P.h&65535)+(H>>>16),W=(N.h>>>16)+(q.h>>>16)+(k.h>>>16)+(E.h>>>16)+(P.h>>>16)+(j>>>16);U.l=O&65535|H<<16,U.h=j&65535|W<<16}},RMD160:function(f){var T=f&&typeof f.uppercase=="boolean"?f.uppercase:!1,b=f&&typeof f.pad=="string"?f.pa:"=",h=f&&typeof f.utf8=="boolean"?f.utf8:!0,C=[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,7,4,13,1,10,6,15,3,12,0,9,5,2,14,11,8,3,10,14,4,9,15,8,1,2,7,0,6,13,11,5,12,1,9,11,10,0,8,12,4,13,3,7,15,14,5,6,2,4,0,5,9,7,12,2,10,14,1,3,8,11,6,15,13],D=[5,14,7,0,9,2,11,4,13,6,15,8,1,10,3,12,6,11,3,7,0,13,5,10,14,15,8,12,4,9,1,2,15,5,1,3,7,14,6,9,11,8,12,2,10,0,4,13,8,6,4,1,3,11,15,0,5,12,2,13,9,7,10,14,12,15,10,4,1,5,8,7,6,2,13,14,0,3,9,11],M=[11,14,15,12,5,8,7,9,11,13,14,15,6,7,9,8,7,6,8,13,11,9,7,15,7,12,15,9,11,7,13,12,11,13,6,7,14,9,13,15,14,8,13,6,5,12,7,5,11,12,14,15,14,15,9,8,9,14,5,6,8,6,5,12,9,15,5,11,6,8,13,12,5,12,13,14,11,8,5,6],B=[8,9,9,11,13,15,15,5,7,7,8,11,14,14,12,6,9,13,15,7,12,8,9,11,7,7,12,7,6,15,13,11,9,7,15,11,8,6,6,14,12,13,5,14,13,13,7,5,15,5,8,11,14,14,6,14,6,9,12,9,12,5,15,8,8,5,12,9,12,5,14,6,8,13,6,5,15,13,11,11];this.hex=function(_){return i(S(_,h))},this.b64=function(_){return g(S(_,h),b)},this.any=function(_,U){return m(S(_,h),U)},this.raw=function(_){return S(_,h)},this.hex_hmac=function(_,U){return i(v(_,U))},this.b64_hmac=function(_,U){return g(v(_,U),b)},this.any_hmac=function(_,U,N){return m(v(_,U),N)},this.vm_test=function(){return hex("abc").toLowerCase()==="900150983cd24fb0d6963f7d28e17f72"},this.setUpperCase=function(_){return typeof _=="boolean"&&(T=_),this},this.setPad=function(_){return typeof _<"u"&&(b=_),this},this.setUTF8=function(_){return typeof _=="boolean"&&(h=_),this};function S(_){return _=h?e(_):_,L(A(c(_),_.length*8))}function v(_,U){_=h?e(_):_,U=h?e(U):U;var N,q,k=c(_),E=Array(16),P=Array(16);for(k.length>16&&(k=A(k,_.length*8)),N=0;N<16;N+=1)E[N]=k[N]^909522486,P[N]=k[N]^1549556828;return q=A(E.concat(c(U)),512+U.length*8),L(A(P.concat(q),512+160))}function L(_){var U,N="",q=_.length*32;for(U=0;U>5]>>>U%32&255);return N}function A(_,U){var N,q,k,E,P=1732584193,O=4023233417,H=2562383102,j=271733878,W=3285377520,V,se,X,Z,ue,ge,te,Y,Te,ae;for(_[U>>5]|=128<>>9<<4)+14]=U,E=_.length,k=0;kfunction(){return e||(0,t[Tf(t)[0]])((e={exports:{}}).exports,e),e.exports},g6=(t,e)=>{for(var n in e)md(t,n,{get:e[n],enumerable:!0})},gd=(t,e,n,r)=>{if(e&&typeof e=="object"||typeof e=="function")for(let a of Tf(e))!d6.call(t,a)&&a!==n&&md(t,a,{get:()=>e[a],enumerable:!(r=l6(e,a))||r.enumerable});return t},m6=(t,e,n)=>(gd(t,e,"default"),n&&gd(n,e,"default")),yf=(t,e,n)=>(n=t!=null?u6(c6(t)):{},gd(e||!t||!t.__esModule?md(n,"default",{value:t,enumerable:!0}):n,t)),vf=p6({"../esmd/npm/webextension-polyfill@0.10.0/node_modules/webextension-polyfill/dist/browser-polyfill.js"(t,e){(function(n,r){if(typeof define=="function"&&define.amd)define("webextension-polyfill",["module"],r);else if(typeof t<"u")r(e);else{var a={exports:{}};r(a),n.browser=a.exports}})(typeof globalThis<"u"?globalThis:typeof self<"u"?self:t,function(n){"use strict";if(!globalThis.chrome?.runtime?.id)throw new Error("This script should only be loaded in a browser extension.");if(typeof globalThis.browser>"u"||Object.getPrototypeOf(globalThis.browser)!==Object.prototype){let r="The message port closed before a response was received.",a=i=>{let o={alarms:{clear:{minArgs:0,maxArgs:1},clearAll:{minArgs:0,maxArgs:0},get:{minArgs:0,maxArgs:1},getAll:{minArgs:0,maxArgs:0}},bookmarks:{create:{minArgs:1,maxArgs:1},get:{minArgs:1,maxArgs:1},getChildren:{minArgs:1,maxArgs:1},getRecent:{minArgs:1,maxArgs:1},getSubTree:{minArgs:1,maxArgs:1},getTree:{minArgs:0,maxArgs:0},move:{minArgs:2,maxArgs:2},remove:{minArgs:1,maxArgs:1},removeTree:{minArgs:1,maxArgs:1},search:{minArgs:1,maxArgs:1},update:{minArgs:2,maxArgs:2}},browserAction:{disable:{minArgs:0,maxArgs:1,fallbackToNoCallback:!0},enable:{minArgs:0,maxArgs:1,fallbackToNoCallback:!0},getBadgeBackgroundColor:{minArgs:1,maxArgs:1},getBadgeText:{minArgs:1,maxArgs:1},getPopup:{minArgs:1,maxArgs:1},getTitle:{minArgs:1,maxArgs:1},openPopup:{minArgs:0,maxArgs:0},setBadgeBackgroundColor:{minArgs:1,maxArgs:1,fallbackToNoCallback:!0},setBadgeText:{minArgs:1,maxArgs:1,fallbackToNoCallback:!0},setIcon:{minArgs:1,maxArgs:1},setPopup:{minArgs:1,maxArgs:1,fallbackToNoCallback:!0},setTitle:{minArgs:1,maxArgs:1,fallbackToNoCallback:!0}},browsingData:{remove:{minArgs:2,maxArgs:2},removeCache:{minArgs:1,maxArgs:1},removeCookies:{minArgs:1,maxArgs:1},removeDownloads:{minArgs:1,maxArgs:1},removeFormData:{minArgs:1,maxArgs:1},removeHistory:{minArgs:1,maxArgs:1},removeLocalStorage:{minArgs:1,maxArgs:1},removePasswords:{minArgs:1,maxArgs:1},removePluginData:{minArgs:1,maxArgs:1},settings:{minArgs:0,maxArgs:0}},commands:{getAll:{minArgs:0,maxArgs:0}},contextMenus:{remove:{minArgs:1,maxArgs:1},removeAll:{minArgs:0,maxArgs:0},update:{minArgs:2,maxArgs:2}},cookies:{get:{minArgs:1,maxArgs:1},getAll:{minArgs:1,maxArgs:1},getAllCookieStores:{minArgs:0,maxArgs:0},remove:{minArgs:1,maxArgs:1},set:{minArgs:1,maxArgs:1}},devtools:{inspectedWindow:{eval:{minArgs:1,maxArgs:2,singleCallbackArg:!1}},panels:{create:{minArgs:3,maxArgs:3,singleCallbackArg:!0},elements:{createSidebarPane:{minArgs:1,maxArgs:1}}}},downloads:{cancel:{minArgs:1,maxArgs:1},download:{minArgs:1,maxArgs:1},erase:{minArgs:1,maxArgs:1},getFileIcon:{minArgs:1,maxArgs:2},open:{minArgs:1,maxArgs:1,fallbackToNoCallback:!0},pause:{minArgs:1,maxArgs:1},removeFile:{minArgs:1,maxArgs:1},resume:{minArgs:1,maxArgs:1},search:{minArgs:1,maxArgs:1},show:{minArgs:1,maxArgs:1,fallbackToNoCallback:!0}},extension:{isAllowedFileSchemeAccess:{minArgs:0,maxArgs:0},isAllowedIncognitoAccess:{minArgs:0,maxArgs:0}},history:{addUrl:{minArgs:1,maxArgs:1},deleteAll:{minArgs:0,maxArgs:0},deleteRange:{minArgs:1,maxArgs:1},deleteUrl:{minArgs:1,maxArgs:1},getVisits:{minArgs:1,maxArgs:1},search:{minArgs:1,maxArgs:1}},i18n:{detectLanguage:{minArgs:1,maxArgs:1},getAcceptLanguages:{minArgs:0,maxArgs:0}},identity:{launchWebAuthFlow:{minArgs:1,maxArgs:1}},idle:{queryState:{minArgs:1,maxArgs:1}},management:{get:{minArgs:1,maxArgs:1},getAll:{minArgs:0,maxArgs:0},getSelf:{minArgs:0,maxArgs:0},setEnabled:{minArgs:2,maxArgs:2},uninstallSelf:{minArgs:0,maxArgs:1}},notifications:{clear:{minArgs:1,maxArgs:1},create:{minArgs:1,maxArgs:2},getAll:{minArgs:0,maxArgs:0},getPermissionLevel:{minArgs:0,maxArgs:0},update:{minArgs:2,maxArgs:2}},pageAction:{getPopup:{minArgs:1,maxArgs:1},getTitle:{minArgs:1,maxArgs:1},hide:{minArgs:1,maxArgs:1,fallbackToNoCallback:!0},setIcon:{minArgs:1,maxArgs:1},setPopup:{minArgs:1,maxArgs:1,fallbackToNoCallback:!0},setTitle:{minArgs:1,maxArgs:1,fallbackToNoCallback:!0},show:{minArgs:1,maxArgs:1,fallbackToNoCallback:!0}},permissions:{contains:{minArgs:1,maxArgs:1},getAll:{minArgs:0,maxArgs:0},remove:{minArgs:1,maxArgs:1},request:{minArgs:1,maxArgs:1}},runtime:{getBackgroundPage:{minArgs:0,maxArgs:0},getPlatformInfo:{minArgs:0,maxArgs:0},openOptionsPage:{minArgs:0,maxArgs:0},requestUpdateCheck:{minArgs:0,maxArgs:0},sendMessage:{minArgs:1,maxArgs:3},sendNativeMessage:{minArgs:2,maxArgs:2},setUninstallURL:{minArgs:1,maxArgs:1}},sessions:{getDevices:{minArgs:0,maxArgs:1},getRecentlyClosed:{minArgs:0,maxArgs:1},restore:{minArgs:0,maxArgs:1}},storage:{local:{clear:{minArgs:0,maxArgs:0},get:{minArgs:0,maxArgs:1},getBytesInUse:{minArgs:0,maxArgs:1},remove:{minArgs:1,maxArgs:1},set:{minArgs:1,maxArgs:1}},managed:{get:{minArgs:0,maxArgs:1},getBytesInUse:{minArgs:0,maxArgs:1}},sync:{clear:{minArgs:0,maxArgs:0},get:{minArgs:0,maxArgs:1},getBytesInUse:{minArgs:0,maxArgs:1},remove:{minArgs:1,maxArgs:1},set:{minArgs:1,maxArgs:1}}},tabs:{captureVisibleTab:{minArgs:0,maxArgs:2},create:{minArgs:1,maxArgs:1},detectLanguage:{minArgs:0,maxArgs:1},discard:{minArgs:0,maxArgs:1},duplicate:{minArgs:1,maxArgs:1},executeScript:{minArgs:1,maxArgs:2},get:{minArgs:1,maxArgs:1},getCurrent:{minArgs:0,maxArgs:0},getZoom:{minArgs:0,maxArgs:1},getZoomSettings:{minArgs:0,maxArgs:1},goBack:{minArgs:0,maxArgs:1},goForward:{minArgs:0,maxArgs:1},highlight:{minArgs:1,maxArgs:1},insertCSS:{minArgs:1,maxArgs:2},move:{minArgs:2,maxArgs:2},query:{minArgs:1,maxArgs:1},reload:{minArgs:0,maxArgs:2},remove:{minArgs:1,maxArgs:1},removeCSS:{minArgs:1,maxArgs:2},sendMessage:{minArgs:2,maxArgs:3},setZoom:{minArgs:1,maxArgs:2},setZoomSettings:{minArgs:1,maxArgs:2},update:{minArgs:1,maxArgs:2}},topSites:{get:{minArgs:0,maxArgs:0}},webNavigation:{getAllFrames:{minArgs:1,maxArgs:1},getFrame:{minArgs:1,maxArgs:1}},webRequest:{handlerBehaviorChanged:{minArgs:0,maxArgs:0}},windows:{create:{minArgs:0,maxArgs:1},get:{minArgs:1,maxArgs:2},getAll:{minArgs:0,maxArgs:1},getCurrent:{minArgs:0,maxArgs:1},getLastFocused:{minArgs:0,maxArgs:1},remove:{minArgs:1,maxArgs:1},update:{minArgs:2,maxArgs:2}}};if(Object.keys(o).length===0)throw new Error("api-metadata.json has not been included in browser-polyfill");class s extends WeakMap{constructor(v,L=void 0){super(L),this.createItem=v}get(v){return this.has(v)||this.set(v,this.createItem(v)),super.get(v)}}let u=S=>S&&typeof S=="object"&&typeof S.then=="function",l=(S,v)=>(...L)=>{i.runtime.lastError?S.reject(new Error(i.runtime.lastError.message)):v.singleCallbackArg||L.length<=1&&v.singleCallbackArg!==!1?S.resolve(L[0]):S.resolve(L)},c=S=>S==1?"argument":"arguments",p=(S,v)=>function(A,...y){if(y.lengthv.maxArgs)throw new Error(`Expected at most ${v.maxArgs} ${c(v.maxArgs)} for ${S}(), got ${y.length}`);return new Promise((I,F)=>{if(v.fallbackToNoCallback)try{A[S](...y,l({resolve:I,reject:F},v))}catch{A[S](...y),v.fallbackToNoCallback=!1,v.noCallback=!0,I()}else v.noCallback?(A[S](...y),I()):A[S](...y,l({resolve:I,reject:F},v))})},m=(S,v,L)=>new Proxy(v,{apply(A,y,I){return L.call(y,S,...I)}}),g=Function.call.bind(Object.prototype.hasOwnProperty),f=(S,v={},L={})=>{let A=Object.create(null),y={has(F,_){return _ in S||_ in A},get(F,_,U){if(_ in A)return A[_];if(!(_ in S))return;let N=S[_];if(typeof N=="function")if(typeof v[_]=="function")N=m(S,S[_],v[_]);else if(g(L,_)){let q=p(_,L[_]);N=m(S,S[_],q)}else N=N.bind(S);else if(typeof N=="object"&&N!==null&&(g(v,_)||g(L,_)))N=f(N,v[_],L[_]);else if(g(L,"*"))N=f(N,v[_],L["*"]);else return Object.defineProperty(A,_,{configurable:!0,enumerable:!0,get(){return S[_]},set(q){S[_]=q}}),N;return A[_]=N,N},set(F,_,U,N){return _ in A?A[_]=U:S[_]=U,!0},defineProperty(F,_,U){return Reflect.defineProperty(A,_,U)},deleteProperty(F,_){return Reflect.deleteProperty(A,_)}},I=Object.create(S);return new Proxy(I,y)},T=S=>({addListener(v,L,...A){v.addListener(S.get(L),...A)},hasListener(v,L){return v.hasListener(S.get(L))},removeListener(v,L){v.removeListener(S.get(L))}}),b=new s(S=>typeof S!="function"?S:function(L){let A=f(L,{},{getContent:{minArgs:0,maxArgs:0}});S(A)}),h=new s(S=>typeof S!="function"?S:function(L,A,y){let I=!1,F,_=new Promise(k=>{F=function(E){I=!0,k(E)}}),U;try{U=S(L,A,F)}catch(k){U=Promise.reject(k)}let N=U!==!0&&u(U);if(U!==!0&&!N&&!I)return!1;let q=k=>{k.then(E=>{y(E)},E=>{let P;E&&(E instanceof Error||typeof E.message=="string")?P=E.message:P="An unexpected error occurred",y({__mozWebExtensionPolyfillReject__:!0,message:P})}).catch(E=>{})};return q(N?U:_),!0}),C=({reject:S,resolve:v},L)=>{i.runtime.lastError?i.runtime.lastError.message===r?v():S(new Error(i.runtime.lastError.message)):L&&L.__mozWebExtensionPolyfillReject__?S(new Error(L.message)):v(L)},D=(S,v,L,...A)=>{if(A.lengthv.maxArgs)throw new Error(`Expected at most ${v.maxArgs} ${c(v.maxArgs)} for ${S}(), got ${A.length}`);return new Promise((y,I)=>{let F=C.bind(null,{resolve:y,reject:I});A.push(F),L.sendMessage(...A)})},M={devtools:{network:{onRequestFinished:T(b)}},runtime:{onMessage:T(h),onMessageExternal:T(h),sendMessage:D.bind(null,"sendMessage",{minArgs:1,maxArgs:3})},tabs:{sendMessage:D.bind(null,"sendMessage",{minArgs:2,maxArgs:3})}},B={clear:{minArgs:1,maxArgs:1},get:{minArgs:1,maxArgs:1},set:{minArgs:1,maxArgs:1}};return o.privacy={network:{"*":B},services:{"*":B},websites:{"*":B}},f(i,M,o)};n.exports=a(chrome)}else n.exports=globalThis.browser})}}),Sf={};g6(Sf,{default:()=>nu});var f6=yf(vf());m6(Sf,yf(vf()));var{default:bf,...h6}=f6,nu=bf!==void 0?bf:h6;globalThis.immersiveTranslateBrowserAPI=nu;d();d();d();var su,Fe,Df,b6,ko,xf,Af,au={},kf=[],T6=/acit|ex(?:s|g|n|p|$)|rph|grid|ows|mnc|ntw|ine[ch]|zoo|^ord|itera/i;function Vr(t,e){for(var n in e)t[n]=e[n];return t}function Pf(t){var e=t.parentNode;e&&e.removeChild(t)}function hd(t,e,n){var r,a,i,o={};for(i in e)i=="key"?r=e[i]:i=="ref"?a=e[i]:o[i]=e[i];if(arguments.length>2&&(o.children=arguments.length>3?su.call(arguments,2):n),typeof t=="function"&&t.defaultProps!=null)for(i in t.defaultProps)o[i]===void 0&&(o[i]=t.defaultProps[i]);return ru(t,o,r,a,null)}function ru(t,e,n,r,a){var i={type:t,props:e,key:n,ref:r,__k:null,__:null,__b:0,__e:null,__d:void 0,__c:null,__h:null,constructor:void 0,__v:a??++Df};return a==null&&Fe.vnode!=null&&Fe.vnode(i),i}function Ot(t){return t.children}function Ba(t,e){this.props=t,this.context=e}function fi(t,e){if(e==null)return t.__?fi(t.__,t.__.__k.indexOf(t)+1):null;for(var n;e0?ru(g.type,g.props,g.key,g.ref?g.ref:null,g.__v):g)!=null){if(g.__=n,g.__b=n.__b+1,(m=h[c])===null||m&&g.key==m.key&&g.type===m.type)h[c]=void 0;else for(p=0;p=n.__.length&&n.__.push({__V:uu}),n.__[t]}function re(t){return Po=1,x6(Gf,t)}function x6(t,e,n){var r=cu(Lo++,2);if(r.t=t,!r.__c&&(r.__=[n?n(e):Gf(void 0,e),function(i){var o=r.__N?r.__N[0]:r.__[0],s=r.t(o,i);o!==s&&(r.__N=[s,r.__[1]],r.__c.setState({}))}],r.__c=xt,!xt.u)){xt.u=!0;var a=xt.shouldComponentUpdate;xt.shouldComponentUpdate=function(i,o,s){if(!r.__c.__H)return!0;var u=r.__c.__H.__.filter(function(c){return c.__c});if(u.every(function(c){return!c.__N}))return!a||a.call(this,i,o,s);var l=!1;return u.forEach(function(c){if(c.__N){var p=c.__[0];c.__=c.__N,c.__N=void 0,p!==c.__[0]&&(l=!0)}}),!!l&&(!a||a.call(this,i,o,s))}}return r.__N||r.__}function Ce(t,e){var n=cu(Lo++,3);!Fe.__s&&Kf(n.__H,e)&&(n.__=t,n.i=e,xt.__H.__h.push(n))}function je(t){return Po=5,Ne(function(){return{current:t}},[])}function Ne(t,e){var n=cu(Lo++,7);return Kf(n.__H,e)?(n.__V=t(),n.i=e,n.__h=t,n.__V):n.__}function Ve(t,e){return Po=8,Ne(function(){return t},e)}function du(t){var e=xt.context[t.__c],n=cu(Lo++,9);return n.c=t,e?(n.__==null&&(n.__=!0,e.sub(xt)),e.props.value):t.__}function E6(){for(var t;t=Wf.shift();)if(t.__P&&t.__H)try{t.__H.__h.forEach(lu),t.__H.__h.forEach(yd),t.__H.__h=[]}catch(e){t.__H.__h=[],Fe.__e(e,t.__v)}}Fe.__b=function(t){typeof t.type!="function"||t.o||t.type===Ot?t.o||(t.o=t.__&&t.__.o?t.__.o:""):t.o=(t.__&&t.__.o?t.__.o:"")+(t.__&&t.__.__k?t.__.__k.indexOf(t):0),xt=null,zf&&zf(t)},Fe.__r=function(t){Nf&&Nf(t),Lo=0;var e=(xt=t.__c).__H;e&&(Td===xt?(e.__h=[],xt.__h=[],e.__.forEach(function(n){n.__N&&(n.__=n.__N),n.__V=uu,n.__N=n.i=void 0})):(e.__h.forEach(lu),e.__h.forEach(yd),e.__h=[])),Td=xt},Fe.diffed=function(t){Uf&&Uf(t);var e=t.__c;e&&e.__H&&(e.__H.__h.length&&(Wf.push(e)!==1&&Of===Fe.requestAnimationFrame||((Of=Fe.requestAnimationFrame)||C6)(E6)),e.__H.__.forEach(function(n){n.i&&(n.__H=n.i),n.__V!==uu&&(n.__=n.__V),n.i=void 0,n.__V=uu})),Td=xt=null},Fe.__c=function(t,e){e.some(function(n){try{n.__h.forEach(lu),n.__h=n.__h.filter(function(r){return!r.__||yd(r)})}catch(r){e.some(function(a){a.__h&&(a.__h=[])}),e=[],Fe.__e(r,n.__v)}}),qf&&qf(t,e)},Fe.unmount=function(t){jf&&jf(t);var e,n=t.__c;n&&n.__H&&(n.__H.__.forEach(function(r){try{lu(r)}catch(a){e=a}}),n.__H=void 0,e&&Fe.__e(e,n.__v))};var Hf=typeof requestAnimationFrame=="function";function C6(t){var e,n=function(){clearTimeout(r),Hf&&cancelAnimationFrame(e),setTimeout(t)},r=setTimeout(n,100);Hf&&(e=requestAnimationFrame(n))}function lu(t){var e=xt,n=t.__c;typeof n=="function"&&(t.__c=void 0,n()),xt=e}function yd(t){var e=xt;t.__c=t.__(),xt=e}function Kf(t,e){return!t||t.length!==e.length||e.some(function(n,r){return n!==t[r]})}function Gf(t,e){return typeof e=="function"?e(t):e}d();d();function pu(t,e,n){let r=[];n||(n={}),e!=="auto"&&!n[e]&&(n[e]={matches:[],excludeMatches:[]}),r=e!=="auto"?n[e].matches:[];let a={},i=Object.keys(n);for(let l of i){let p=n[l].matches;for(let m of p)a[m]||(a[m]=[]),a[m].push(l)}let o=a[t];if(o&&o.length>0)for(let l of o)n[l].matches.indexOf(t)>-1&&(n[l]={...n[l],matches:n[l].matches.filter(p=>p!==t)});let s=new Set(r);if(e==="auto")return{...n};s.add(t);let u=Array.from(s);return{...n,[e]:{...n[e],matches:u}}}d();d();function Me(){return typeof process>"u"&&typeof Deno<"u"?Deno.env.toObject():x}var we=Me();function ye(){return we.IMMERSIVE_TRANSLATE_USERSCRIPT==="1"}function Qt(){return we.PROD==="1"}function Bn(){return we.PROD_API==="1"}function Vf(){return we.HAS_CSP_ERROR=="1"}function ot(){if(we.IMMERSIVE_TRANSLATE_SAFARI==="1")return!0;if(typeof globalThis.immersiveTranslateBrowserAPI<"u"&&globalThis.immersiveTranslateBrowserAPI.runtime&&globalThis.immersiveTranslateBrowserAPI.runtime.getManifest){let e=globalThis.immersiveTranslateBrowserAPI.runtime.getManifest();return!!(e&&e._isSafari)}else return!1}function gu(){return typeof Deno<"u"}var wP=Me().PROD==="1",bi=Me().PROD!=="1";function mu(){return typeof globalThis.__IS_IMMERSIVE_TRANSLATE_WEB_OPTIONS_PAGE__<"u"}d();d();d();var vd=/iPhone/i,$f=/iPod/i,Yf=/iPad/i,Qf=/\biOS-universal(?:.+)Mac\b/i,Sd=/\bAndroid(?:.+)Mobile\b/i,Zf=/Android/i,Ti=/(?:SD4930UR|\bSilk(?:.+)Mobile\b)/i,fu=/Silk/i,Cr=/Windows Phone/i,Jf=/\bWindows(?:.+)ARM\b/i,Xf=/BlackBerry/i,eh=/BB10/i,th=/Opera Mini/i,nh=/\b(CriOS|Chrome)(?:.+)Mobile/i,rh=/Mobile(?:.+)Firefox\b/i,ah=t=>typeof t<"u"&&t.platform==="MacIntel"&&typeof t.maxTouchPoints=="number"&&t.maxTouchPoints>1&&typeof globalThis.MSStream>"u";function w6(t){return e=>e.test(t)}function tt(t){let e={userAgent:"",platform:"",maxTouchPoints:0};!t&&typeof navigator<"u"?e={userAgent:navigator.userAgent,platform:navigator.platform,maxTouchPoints:navigator.maxTouchPoints||0}:typeof t=="string"?e.userAgent=t:t&&t.userAgent&&(e={userAgent:t.userAgent,platform:t.platform,maxTouchPoints:t.maxTouchPoints||0});let n=e.userAgent,r=n.split("[FBAN");typeof r[1]<"u"&&(n=r[0]),r=n.split("Twitter"),typeof r[1]<"u"&&(n=r[0]);let a=w6(n),i={apple:{phone:a(vd)&&!a(Cr),ipod:a($f),tablet:!a(vd)&&(a(Yf)||ah(e))&&!a(Cr),universal:a(Qf),device:(a(vd)||a($f)||a(Yf)||a(Qf)||ah(e))&&!a(Cr)},amazon:{phone:a(Ti),tablet:!a(Ti)&&a(fu),device:a(Ti)||a(fu)},android:{phone:!a(Cr)&&a(Ti)||!a(Cr)&&a(Sd),tablet:!a(Cr)&&!a(Ti)&&!a(Sd)&&(a(fu)||a(Zf)),device:!a(Cr)&&(a(Ti)||a(fu)||a(Sd)||a(Zf))||a(/\bokhttp\b/i)},windows:{phone:a(Cr),tablet:a(Jf),device:a(Cr)||a(Jf)},other:{blackberry:a(Xf),blackberry10:a(eh),opera:a(th),firefox:a(rh),chrome:a(nh),device:a(Xf)||a(eh)||a(th)||a(rh)||a(nh)},any:!1,phone:!1,tablet:!1};return i.any=i.apple.device||i.android.device||i.windows.device||i.other.device,i.phone=i.apple.phone||i.android.phone||i.windows.phone,i.tablet=i.apple.tablet||i.android.tablet||i.windows.tablet,i}var xd="DENO",hu="CHROME",bu="FIREFOX";function ih(t){let e=hu;try{let n=navigator?.userAgent||"";/firefox/i.test(n)||typeof InstallTrigger<"u"?e=bu:/deno/i.test(n)&&(e=xd)}catch{}return t===hu&&e===hu||t===bu&&e===bu||t===xd&&e===xd}function D6(){return ih(hu)}function oh(){return typeof Deno<"u"}function Wn(){return ih(bu)}function Tu(){return!!navigator.maxTouchPoints||"ontouchstart"in document.documentElement}function _o(t){return!!(t?.confirmSupportMouse||globalThis.matchMedia("(pointer:fine)").matches)}function sh(){return ye()?"monkey":D6()?"chrome":Wn()?"firefox":ot()?"safari":null}d();var uh={addListener:()=>{},removeListener:()=>{},hasListener:()=>{}},lh={permissions:{contains:()=>{},request:()=>{}},runtime:{onMessage:uh,openOptionsPage:()=>{},lastError:{message:""}},storage:{sync:{get:()=>{},set:()=>{}}},tabs:{onUpdated:uh,query:()=>{},sendMessage:()=>{}}};var oe;oh()?oe=lh:oe=globalThis.immersiveTranslateBrowserAPI;d();d();var ch={nologin:"\u672A\u767B\u5F55",loginForSafari:"\u767B\u5F55\u6216\u6CE8\u518C",login:"\u767B\u5F55\u540E\u53EF\u5F00\u901A\u4F1A\u5458",goLogin:"\u53BB\u767B\u5F55",manageAccount:"\u7BA1\u7406\u8D26\u6237",openPremium:"\u5F00\u901A\u4F1A\u5458",logout:"\u9000\u51FA",curentPlan:"\u5F53\u524D\u5957\u9910",endAt:"\u5230\u671F",endAuto:"\u81EA\u52A8\u7EED\u671F",lineBreakMaxTextCount:"\u6362\u884C\u540E\uFF0C\u6BCF\u53E5\u8BDD\u5141\u8BB8\u7684\u6700\u5927\u5B57\u7B26\u6570\u91CF","translate-pdf":"\u70B9\u51FB\u7FFB\u8BD1 PDF","noSupportTranslate-pdf":"\u811A\u672C\u4E0D\u652F\u6301\u8BF7\u4F7F\u7528\u63D2\u4EF6","translate-firefox-local-pdf":"\u70B9\u51FB\u53BB\u5BFC\u5165PDF",enableLineBreak:"\u5F00\u542F\u957F\u6BB5\u843D\u81EA\u52A8\u6362\u884C",sponsorLabel:"$1 \u8D77\u8D5E\u52A9\u5F00\u53D1\u8005",help:"\u5E2E\u52A9",enableLineBreakDescription:"\u5F00\u542F\u540E\uFF0C\u5C06\u4F1A\u5728\u957F\u6BB5\u843D\u4E2D\u6BCF\u53E5\u8BDD\u7ED3\u675F\u63D2\u5165\u6362\u884C\u7B26\uFF0C\u4EE5\u4FBF\u4E8E\u9605\u8BFB","browser.shortBrandName":"\u6C89\u6D78\u5F0F\u7FFB\u8BD1","browser.brandName":"\u6C89\u6D78\u5F0F\u7FFB\u8BD1 - \u7F51\u9875\u7FFB\u8BD1\u63D2\u4EF6 | PDF\u7FFB\u8BD1 | \u514D\u8D39","browser.brandDescription":"\u3010\u6C89\u6D78\u5F0F\u7FFB\u8BD1\u3011\u4E00\u6B3E\u514D\u8D39\u7684\uFF08\u539F\u6587/\u8BD1\u6587\uFF09\u53CC\u8BED\u5BF9\u7167\u7F51\u9875\u7FFB\u8BD1\u63D2\u4EF6\uFF0C\u540C\u65F6\u652F\u6301PDF\u7FFB\u8BD1\uFF08\u4FDD\u7559\u539F\u6587\u6863\u6392\u7248\uFF09\uFF0C\u89C6\u9891\u53CC\u8BED\u5B57\u5E55\u7FFB\u8BD1\uFF08Youtube, Netflix\u7B49\uFF09\uFF0CEPUB\u7535\u5B50\u4E66\u7FFB\u8BD1\u7B49\uFF1B\u652F\u6301\u8C03\u7528\u4EBA\u5DE5\u667A\u80FDAI\u7FFB\u8BD1\u5927\u6A21\u578B\uFF08OpenAI (ChatGPT)\u3001DeepL\u3001Gemini(Bard) \u7B49 \uFF09\u5BF9\u4EE5\u4E0A\u5185\u5BB9\u8FDB\u884C\u66F4\u51C6\u786E\u7684\u7FFB\u8BD1\uFF1B","browser.brandDescriptionForSafari":"\u3010\u6C89\u6D78\u5F0F\u7FFB\u8BD1\u3011\u4E00\u6B3E\u514D\u8D39\u7684\uFF08\u539F\u6587/\u8BD1\u6587\uFF09\u53CC\u8BED\u5BF9\u7167\u7F51\u9875\u7FFB\u8BD1\u63D2\u4EF6\uFF0C\u540C\u65F6\u652F\u6301PDF\u7FFB\u8BD1\u548CEPUB\u7535\u5B50\u4E66\u7FFB\u8BD1\u4E14\u4FDD\u7559\u539F\u6587\u6863\u6392\u7248\uFF0CYoutube/Netflix\u7B49\u5728\u7EBF\u89C6\u9891\u53CC\u8BED\u5B57\u5E55\u7FFB\u8BD1\uFF0C\u652F\u6301Deepl/Google\u7B49\u4E3B\u6D41\u7FFB\u8BD1\u670D\u52A1;","browser.toggleTranslatePage":"\u7FFB\u8BD1\u7F51\u9875/\u663E\u793A\u539F\u6587","browser.toggleTranslateTheWholePage":"\u7FFB\u8BD1\u9875\u9762\u5168\u90E8\u533A\u57DF/\u663E\u793A\u539F\u6587","browser.toggleTranslateToThePageEndImmediately":"\u7ACB\u5373\u7FFB\u8BD1\u5230\u9875\u9762\u5E95\u90E8/\u663E\u793A\u539F\u6587","browser.toggleTranslateTheMainPage":"\u7FFB\u8BD1\u9875\u9762\u4E3B\u8981\u533A\u57DF/\u663E\u793A\u539F\u6587","browser.shareToDraft":"\u751F\u6210\u7F51\u9875\u5FEB\u7167","browser.openOptionsPage":"\u6253\u5F00\u8BBE\u7F6E\u9875","browser.translateLocalPdfFile":"\u7FFB\u8BD1\u672C\u5730 PDF \u6587\u4EF6","browser.openEbookViewer":"\u9605\u8BFB\u672C\u5730\u7535\u5B50\u4E66","browser.openEbookBuilder":"\u5236\u4F5C\u53CC\u8BED EPUB \u7535\u5B50\u4E66","browser.translateLocalHtmlFile":"\u7FFB\u8BD1 HTML/txt \u6587\u4EF6","browser.donateContext":"\u4E86\u89E3\u8D5E\u52A9\u798F\u5229","browser.translateLocalSubtitleFile":"\u7FFB\u8BD1\u672C\u5730\u5B57\u5E55\u6587\u4EF6",confirmResetConfig:"\u4F60\u786E\u5B9A\u8981\u91CD\u7F6E\u8BBE\u7F6E\u5417\uFF1F",translationLineBreakSettingTitle:"\u8BD1\u6587\u6362\u884C\u8BBE\u7F6E",smartLineBreak:"\u667A\u80FD\u6362\u884C",alwaysLineBreak:"\u603B\u662F\u6362\u884C",isShowContextMenu:"\u5C06\u7FFB\u8BD1\u7F51\u9875\u52A0\u5165\u53F3\u952E\u83DC\u5355\u9879",toggleBeta:"\u5F00\u542F Beta \u6D4B\u8BD5\u7279\u6027",betaDescription:"\u542F\u7528\u4ECD\u5728\u5B9E\u9A8C\u6027\u7684\u529F\u80FD\uFF0C\u4EE5\u53CA\u6D4B\u8BD5\u4E2D\u7684\u7FFB\u8BD1\u670D\u52A1\u3002\u52A0\u5165 <1>Telegram \u7FA4\u7EC4\u4E86\u89E3\u66F4\u591A\u3002",translationLineBreakSettingDescription:"\u603B\u662F\u6362\u884C\u9002\u7528\u4E8E\u8F83\u5C11\u5185\u5BB9\u7684\u7248\u9762\uFF0C\u66F4\u6574\u9F50\u3002\uFF08\u5728\u5185\u5BB9\u8F83\u591A\u7684\u957F\u6BB5\u843D(\u8D85\u8FC7{count}\u4E2A\u5B57\u7B26) \u4F7F\u7528\u667A\u80FD\u6362\u884C\uFF0C\u66F4\u7701\u7A7A\u95F4\uFF09",tempTranslateDomainTitle:"\u4E34\u65F6\u5F00\u542F\u7F51\u7AD9\u7FFB\u8BD1\u7684\u65F6\u957F",tempTranslateDomainDescription:"\u5F53\u624B\u52A8\u7FFB\u8BD1\u67D0\u4E2A\u7F51\u9875\u7684\u65F6\u5019\uFF0C\u4E34\u65F6\u5F00\u542F\u8BE5\u7F51\u7AD9\u4E3A\u81EA\u52A8\u7FFB\u8BD1\uFF0C\u53EF\u8BBE\u7F6E\u4E34\u65F6\u65F6\u957F",xMinutes:"{count} \u5206\u949F",disabled:"\u7981\u7528",changelog:"\u66F4\u65B0\u65E5\u5FD7",toggleTranslatePageWhenThreeFingersOnTheScreen:"\u591A\u6307\u540C\u65F6\u89E6\u6478\u5C4F\u5E55\u5219\u7FFB\u8BD1\u7F51\u9875/\u663E\u793A\u539F\u6587",toggleTranslationMaskWhenThreeFingersOnTheScreen:"\u591A\u6307\u540C\u65F6\u89E6\u6478\u5219\u663E\u793A/\u9690\u85CF\u8BD1\u6587\u6A21\u7CCA\u6548\u679C",addUrlDescription:"\u53EF\u4EE5\u4E3A\u57DF\u540D\uFF0C\u540C\u65F6\u652F\u6301\u901A\u914D\u7B26\uFF0C\u5982\uFF1A*.google.com, google.com/mail/*, https://www.google.com/*",general:"\u57FA\u672C\u8BBE\u7F6E",clickToExpandConfig:"\u5C55\u5F00\u5F53\u524D\u914D\u7F6E",import:"\u4ECE\u6587\u4EF6\u5BFC\u5165",export:"\u5BFC\u51FA\u5230\u6587\u4EF6",toggleDebug:"\u5728\u63A7\u5236\u53F0\u6253\u5370\u8C03\u8BD5\u65E5\u5FD7",mouseHoldKey:"+ {key} \u7FFB\u8BD1/\u8FD8\u539F\u8BE5\u6BB5",mouseHoldKeyAuto:"\u76F4\u63A5\u7FFB\u8BD1\u8BE5\u6BB5",mouseHoldKeyOff:"\u4E0D\u505A\u4EFB\u4F55\u4E8B\u60C5",mouseHoldKeyOther:"\u81EA\u5B9A\u4E49\u5FEB\u6377\u952E(\u6253\u5F00\u8BBE\u7F6E)",mouseHoldKeyCustomKey:"{key} \u7FFB\u8BD1/\u8FD8\u539F\u8BE5\u6BB5","mouse-translate":"\u9F20\u6807\u60AC\u505C",document:"\u4F7F\u7528\u6559\u7A0B",resetSuccess:"\u91CD\u7F6E\u6240\u6709\u8BBE\u7F6E\u6210\u529F",resetThisSuccess:"\u91CD\u7F6E\u6210\u529F",saved:"\u4FDD\u5B58\u6210\u529F",successImportConfig:"\u6210\u529F\u5BFC\u5165\u914D\u7F6E",goAdvancedSettings:"\u53BB\u8FDB\u9636\u8BBE\u7F6E\u9875",goAdvancedInterfaceSettings:"\u53BB\u9AD8\u7EA7\u81EA\u5B9A\u4E49\u8BBE\u7F6E\u9875\u9762",advanced:"\u8FDB\u9636\u8BBE\u7F6E",advancedDescription:"\u4E00\u822C\u65E0\u9700\u8BBE\u7F6E\uFF0C\u4FDD\u6301\u9ED8\u8BA4\u5373\u53EF\u3002\u4EC5\u5BF9\u4E8E\u66F4\u4E13\u4E1A\u7684\u7528\u6237\uFF0C\u63D0\u4F9B\u66F4\u4E2A\u6027\u5316\u7684\u8BBE\u7F6E\u9879\u3002",developer:"\u5F00\u53D1\u8005\u8BBE\u7F6E",donateCafe:"\u4EF7\u683C","translate to the bottom of the page":"\u8FDB\u5165\u7F51\u9875\u540E\uFF0C\u662F\u5426\u7ACB\u5373\u7FFB\u8BD1\u5230\u9875\u9762\u5E95\u90E8\uFF1F",feedback:"\u95EE\u9898\u53CD\u9988",toggleTranslatePage:"\u7FFB\u8BD1\u7F51\u9875/\u663E\u793A\u539F\u6587",translateToThePageEndImmediatelyDescription:"\u5F00\u542F\u540E\uFF0C\u8FDB\u5165\u7F51\u9875\u5C06\u7ACB\u5373\u7FFB\u8BD1\u4ECE\u9876\u90E8\u5230\u5E95\u90E8\u7684\u5185\u5BB9\u3002\u5173\u95ED\u5219\u8FB9\u770B\u8FB9\u8BD1\u3002\uFF08\u4E0D\u63A8\u8350\u5F00\u542F\uFF09","translate all areas of the page":"\u662F\u5426\u7FFB\u8BD1\u7F51\u9875\u6240\u6709\u533A\u57DF",translationAreaDescription:"\u5F00\u542F\u540E\uFF0C\u6574\u4E2A\u7F51\u9875\u7684\u6240\u6709\u533A\u57DF\u90FD\u4F1A\u88AB\u7FFB\u8BD1\u3002\u5173\u95ED\u5219\u4F7F\u7528\u9ED8\u8BA4\u7684\u667A\u80FD\u8BC6\u522B\uFF0C\u4EC5\u7FFB\u8BD1\u4E3B\u8981\u533A\u57DF\u3002\uFF08\u4E0D\u63A8\u8350\u5F00\u542F\uFF09","the number of characters to be translated first":"\u76F4\u63A5\u7FFB\u8BD1\u9875\u9762\u524D\u591A\u5C11\u4E2A\u5B57\u7B26\uFF0C\u800C\u65E0\u9700\u7B49\u5F85\u6EDA\u52A8\u5230\u53EF\u89C6\u533A\u57DF","interface language":"\u754C\u9762\u8BED\u8A00","display both the original text and the translation":"\u540C\u65F6\u663E\u793A\u539F\u6587\u548C\u8BD1\u6587","keyboard shortcuts":"\u952E\u76D8\u5FEB\u6377\u952E",modify:"\u4FEE\u6539\u5FEB\u6377\u952E",reset:"\u91CD\u7F6E",close:"\u5173\u95ED",homepage:"\u4E3B\u9875",more:"\u66F4\u591A",moreOptions:"\u5C55\u5F00\u66F4\u591A\u81EA\u5B9A\u4E49\u9009\u9879",translateTheWholePage:"\u7FFB\u8BD1\u9875\u9762\u5168\u90E8\u533A\u57DF\uFF08\u533A\u522B\u4E8E\u667A\u80FD\u8BC6\u522B\u4E3B\u8981\u533A\u57DF\uFF09",changeToTranslateTheWholePage:"\u5207\u6362\u4E3A\u7FFB\u8BD1\u6240\u6709\u533A\u57DF",changeToTranslateTheMainPage:"\u5207\u6362\u4E3A\u7FFB\u8BD1\u4E3B\u8981\u533A\u57DF",translateToThePageEndImmediately:"\u7ACB\u5373\u7FFB\u8BD1\u5230\u9875\u9762\u5E95\u90E8",translateTheMainPage:"\u667A\u80FD\u7FFB\u8BD1\u4E3B\u8981\u533A\u57DF","The local rules are up to date":"\u672C\u5730\u9002\u914D\u89C4\u5219\u5DF2\u662F\u6700\u65B0:","Successfully synchronized with the latest official rules:":"\u6210\u529F\u540C\u6B65\u6700\u65B0\u5B98\u65B9\u9002\u914D\u89C4\u5219:","Checking for updates":"\u6B63\u5728\u68C0\u67E5\u66F4\u65B0","Rules are being synchronized":"\u6B63\u5728\u540C\u6B65\u9002\u914D\u89C4\u5219",localVersionIsTooOld:"\u672C\u5730\u6269\u5C55\u7248\u672C\u8FC7\u65E7\uFF0C\u8BF7\u5347\u7EA7\u6269\u5C55\u5230 {minVersion} \u6216\u66F4\u65B0\u7684\u7248\u672C\u518D\u5C1D\u8BD5\u540C\u6B65",badUserscriptBrowser:"\u5F53\u524D\u6D4F\u89C8\u5668\u6CA1\u6709\u6B63\u786E\u5B9E\u73B0\u6CB9\u7334\u6269\u5C55\u7684\u63A5\u53E3\uFF08\u6BD4\u5982\u83B7\u53D6\u6CB9\u7334\u811A\u672C\u81EA\u8EAB\u7684\u7248\u672C\u53F7\u4FE1\u606F\uFF09\uFF0C\u8BF7\u4F7F\u7528\u5176\u4ED6<1>\u652F\u6301\u6CB9\u7334\u6269\u5C55\u7684\u6D4F\u89C8\u5668\u5982 Firefox",foundNewVersion:"\u53D1\u73B0\u65B0\u7248\u672C",theLocalExtensionIsUpToUpdate:"\u5F53\u524D\u6269\u5C55\u5DF2\u662F\u6700\u65B0\u7248\u672C\u3002",failToSyncRules:"\u540C\u6B65\u6700\u65B0\u9002\u914D\u89C4\u5219\u5931\u8D25",retry:"\u70B9\u6B64\u91CD\u8BD5",failedReason:"\u5931\u8D25\u539F\u56E0",currentRuleVersion:"\u5F53\u524D\u89C4\u5219\u7248\u672C",calculating:"\u8BA1\u7B97\u4E2D",unknownError:'\u60A8\u5F53\u524D\u6240\u4F7F\u7528\u7684\u7FFB\u8BD1\u670D\u52A1\u56E0\u7F51\u7EDC\u8FDE\u63A5\u6216\u670D\u52A1\u63D0\u4F9B\u5546\u7684\u95EE\u9898\u6682\u65F6\u65E0\u6CD5\u8BBF\u95EE\u3002\u5EFA\u8BAE\u60A8\u5C1D\u8BD5\u5237\u65B0\u9875\u9762\u6216\u901A\u8FC7\u8BBE\u7F6E\u66F4\u6362\u5176\u4ED6\u7FFB\u8BD1\u670D\u52A1\u3002\u82E5\u60A8\u662FPro\u4F1A\u5458\uFF0C\u53EF\u4EE5\u9009\u62E9\u4F7F\u7528\u66F4\u4E3A\u7A33\u5B9A\u7684DeepL\u6216OpenAI\u7FFB\u8BD1\u670D\u52A1\u3002\u540C\u65F6\uFF0C\u60A8\u53EF\u80FD\u9700\u8981\u68C0\u67E5\u7F51\u7EDC\u6216\u4EE3\u7406\u8BBE\u7F6E\u540E\u91CD\u65B0\u5C1D\u8BD5\u3002',canNotFetchRemoteRule:"\u65E0\u6CD5\u83B7\u53D6\u8FDC\u7A0B\u89C4\u5219",enableAlphaSuccess:"\u5DF2\u5F00\u542FAlpha\u529F\u80FD",disableAlphaSuccess:"\u5DF2\u5173\u95EDAlpha\u529F\u80FD",cacheSize:"\u7F13\u5B58\u5927\u5C0F\uFF1A",cleaning:"\u6E05\u7406\u4E2D",cleanCache:"\u6E05\u9664\u7F13\u5B58",options:"\u8BBE\u7F6E",about:"\u5173\u4E8E",service:"\u7FFB\u8BD1\u670D\u52A1",needAction:"(\u53BB\u8BBE\u7F6E)",goSettings:"\u53BB\u8BBE\u7F6E",needActionForOptions:"(\u9700\u8BBE\u7F6E)",translationEngine:"\u5F15\u64CE\u9009\u9879",sourceLanguage:"\u539F\u6587\u8BED\u8A00",target:"\u76EE\u6807\u8BED\u8A00",popupSourceLanguage:"\u539F\u6587\u8BED\u8A00",popupTarget:"\u76EE\u6807\u8BED\u8A00",popupService:"\u7FFB\u8BD1\u670D\u52A1",forThisSite:"\u5F53\u524D\u7F51\u7AD9",autoEnableSubtitle:"\u81EA\u52A8\u5F00\u542F\u53CC\u8BED\u5B57\u5E55",alwaysTranslate:"\u603B\u662F\u7FFB\u8BD1",neverTranslate:"\u6C38\u4E0D\u7FFB\u8BD1",neverTranslateSomeLanguage:"\u6C38\u4E0D\u7FFB\u8BD1 {language}",alwaysTranslateSomeSite:"\u603B\u662F\u7FFB\u8BD1 {hostname}",neverTranslateSomeSite:"\u6C38\u4E0D\u7FFB\u8BD1 {hostname}",alwaysTranslateSomeSiteOrWildSite:"\u603B\u662F\u7FFB\u8BD1\u8BE5\u7F51\u7AD9",alwaysTranslateSomePage:"\u603B\u662F\u7FFB\u8BD1\u8BE5\u7F51\u9875",add:"\u6DFB\u52A0",default:"\u9ED8\u8BA4",forThisLanguage:"\u9488\u5BF9\u8BE5\u8BED\u8A00\uFF1A","add url":"\u8F93\u5165URL",edit:"\u7F16\u8F91",pickAll:"\u5168\u9009","translate other languages into specific language":"\u5C06\u5176\u4ED6\u8BED\u8A00\u7FFB\u8BD1\u4E3A\u4F60\u8BBE\u7F6E\u7684\u8BED\u8A00","select translation service":"\u9009\u62E9\u4E00\u9879\u7FFB\u8BD1\u670D\u52A1",language:"\u8BED\u8A00","show-original":"\u663E\u793A\u539F\u6587",translate:"\u7FFB\u8BD1",Translated:"\u5DF2\u7FFB\u8BD1",Translating:"\u7FFB\u8BD1\u4E2D",Error:"\u9519\u8BEF",allowCacheTranslations:"\u5F00\u542F\u672C\u5730\u7FFB\u8BD1\u7F13\u5B58\uFF08\u51CF\u5C11\u91CD\u590D\u6BB5\u843D\u7684\u7FFB\u8BD1\u8BF7\u6C42\uFF09","translation display":"\u8BD1\u6587\u663E\u793A\u6837\u5F0F","select diplay style":"\u533A\u5206\u8BD1\u6587\u7684\u6837\u5F0F\uFF0C\u5177\u4F53\u53EF\u53C2\u8003\u4E0B\u5217\u793A\u4F8B",interface:"\u754C\u9762\u8BBE\u7F6E",import_export:"\u5BFC\u5165/\u5BFC\u51FA",import_export_title:"\u5BFC\u5165/\u5BFC\u51FA\u914D\u7F6E",syncToGoogleDrive:"\u7ACB\u5373\u4E0E Google Drive \u540C\u6B65","floatBallOptions.enable":"\u542F\u7528\u60AC\u6D6E\u7403","floatBallOptions.blockUrls":"\u7981\u7528\u7F51\u7AD9","floatBallOptions.add":"\u6DFB\u52A0","floatBallOptions.blockUrlDesc":"\u5F53\u9047\u4E0B\u5217\u7F51\u7AD9\u65F6\u4E0D\u663E\u793A\u60AC\u6D6E\u7403","floatBallOptions.clickType":"\u70B9\u51FB\u884C\u4E3A","floatBallOptions.clickTypeDesc":"\u60AC\u6D6E\u7403\u56FE\u6807\u70B9\u51FB\u65F6\u7684\u884C\u4E3A","floatBallOptions.clickPopup":"\u663E\u793A\u7FFB\u8BD1\u9762\u677F","floatBallOptions.clickTranslate":"\u7FFB\u8BD1/\u663E\u793A\u539F\u6587","floatBallOptions.fixedPosition":"\u56FA\u5B9A\u4F4D\u7F6E","floatBallOptions.fixedPositionDesc":"\u60AC\u6D6E\u7403\u5728\u7A97\u53E3\u5DE6\u4FA7\u8FD8\u662F\u53F3\u4FA7","floatBallOptions.fixedPositionLeft":"\u5DE6\u4FA7","floatBallOptions.fixedPositionRight":"\u53F3\u4FA7",previewAllThemes:"\u9884\u89C8\u5168\u90E8\u6837\u5F0F","translationTheme.none":"\u65E0","translationTheme.grey":"\u9ED1\u7070\u8272","translationTheme.dashed":"\u865A\u7EBF\u4E0B\u5212\u7EBF","translationTheme.dotted":"\u70B9\u72B6\u4E0B\u5212\u7EBF","translationTheme.dashedBorder":"\u865A\u7EBF\u8FB9\u6846","translationTheme.solidBorder":"\u5B9E\u7EBF\u8FB9\u6846","translationTheme.underline":"\u76F4\u7EBF\u4E0B\u5212\u7EBF","translationTheme.mask":"\u6A21\u7CCA\u6548\u679C\uFF08\u5B66\u4E60\u6A21\u5F0F\uFF09","translationTheme.opacity":"\u900F\u660E\u6548\u679C","translationTheme.paper":"\u767D\u7EB8\u9634\u5F71\u6548\u679C","translationTheme.dividingLine":"\u5206\u5272\u7EBF","translationTheme.highlight":"\u9AD8\u4EAE","translationTheme.marker":"\u9A6C\u514B\u7B14","translationTheme.marker2":"\u9A6C\u514B\u7B142","translationTheme.blockquote":"\u5F15\u7528\u6837\u5F0F","translationTheme.weakening":"\u5F31\u5316","translationTheme.italic":"\u659C\u4F53","translationTheme.bold":"\u52A0\u7C97","translationTheme.thinDashed":"\u7EC6\u865A\u7EBF\u4E0B\u5212\u7EBF","translationTheme.nativeDashed":"\u7CFB\u7EDF\u81EA\u5E26\u865A\u7EBF\u4E0B\u5212\u7EBF","translationTheme.nativeDotted":"\u7CFB\u7EDF\u81EA\u5E26\u70B9\u72B6\u4E0B\u5212\u7EBF","translationTheme.nativeUnderline":"\u7CFB\u7EDF\u81EA\u5E26\u76F4\u7EBF\u4E0B\u5212\u7EBF","translationTheme.wavy":"\u6CE2\u6D6A\u7EBF","translationServices.custom":"\u81EA\u5B9A\u4E49API","translationServices.tencent":"\u817E\u8BAF\u7FFB\u8BD1\u541B","translationServices.tenAlpha":"\u817E\u8BAF\u7FFB\u8BD1\u541B(Alpha)","translationServices.google":"\u8C37\u6B4C\u7FFB\u8BD1","translationServices.bai":"\u767E\u5EA6(Alpha)","translationServices.baidu":"\u767E\u5EA6\u7FFB\u8BD1","translationServices.aliyun":"\u963F\u91CC\u4E91\u7FFB\u8BD1","translationServices.volc":"\u706B\u5C71\u7FFB\u8BD1","translationServices.deeplx":"DeepLX(Beta)","translationServices.bing":"\u5FAE\u8F6F\u7FFB\u8BD1","translationServices.deepl":"DeepL","translationServices.wechat":"\u5FAE\u4FE1\u7FFB\u8BD1","translationServices.azure":"Azure \u7FFB\u8BD1","translationServices.ibm":"IBM Watson","translationServices.aws":"\u4E9A\u9A6C\u900A\u7FFB\u8BD1","translationServices.mock":"\u6A21\u62DF\u7FFB\u8BD1","translationServices.mock2":"\u6A21\u62DF\u7FFB\u8BD12","translationServices.caiyun":"\u5F69\u4E91\u5C0F\u8BD1","translationServices.cai":"\u5F69\u4E91\u5C0F\u8BD1 (Alpha)","translationServices.volcAlpha":"\u706B\u5C71 (Alpha)","translationServices.openl":"OpenL","translationServices.youdao":"\u6709\u9053\u7FFB\u8BD1","translationServices.you":"\u6709\u9053\u7FFB\u8BD1 (Alpha)","translationServices.transmart":"\u817E\u8BAF\u4EA4\u4E92\u7FFB\u8BD1","translationServices.niu":"\u5C0F\u725B\u7FFB\u8BD1","translationServices.papago":"Papago \u7FFB\u8BD1","translationServices.d":"D (Alpha)","translationServices.dpro":"D Pro (Canary)","translationServices.openai":"OpenAI","translationServices.yandex":"Yandex","translationServices.gemini":"Gemini","translationServices.claude":"Claude","translationServices.chatgpt":"ChatGPT Web(3.5 mobile)","translate title":"\u7FFB\u8BD1\u9875\u9762\u6807\u9898","always languages":"\u603B\u662F\u7FFB\u8BD1\u7684\u8BED\u8A00",neverTranslateLanguagesLabel:"\u6C38\u4E0D\u7FFB\u8BD1\u7684\u8BED\u8A00",neverTranslateTheFollowingLanguagesDescription:"\u5F53\u9875\u9762\u4E2D\u67D0\u4E00\u6BB5\u843D\u7684\u8BED\u8A00\u4E3A\u4E0B\u5217\u8BED\u8A00\u65F6\uFF0C\u5C06\u8DF3\u8FC7\u7FFB\u8BD1",enableUserscriptPagePopup:"\u5728\u9875\u9762\u4E0A\u663E\u793A\u60AC\u6D6E\u7403",enableUserscriptPagePopupDescription:"\u5173\u95ED\u60AC\u6D6E\u7403\u540E\uFF0C\u53EF\u4EE5\u7528\u5FEB\u6377\u952E/{touch}\u5524\u8D77\u3002\u4E3A\u9632\u6B62\u4E0D\u614E\u5173\u95ED\u8BE5\u9009\u9879\u540E\u627E\u4E0D\u5230\u60AC\u6D6E\u7403\uFF0C\u5F3A\u70C8\u5EFA\u8BAE\u6536\u85CF\u672C\u8BBE\u7F6E\u9875","always translate the following languages":"\u5F53\u9875\u9762\u8BED\u8A00\u4E3A\u4E0B\u5217\u8BED\u8A00\u65F6\uFF0C\u4F1A\u81EA\u52A8\u7FFB\u8BD1\u4E3A\u76EE\u6807\u8BED\u8A00","always sites":"\u603B\u662F\u7FFB\u8BD1\u7684\u7F51\u5740","always translate the following sites":"\u5F53\u7F51\u7AD9\u4E3A\u4E0B\u5217\u57DF\u540D\u65F6\uFF0C\u4F1A\u81EA\u52A8\u7FFB\u8BD1\u4E3A\u76EE\u6807\u8BED\u8A00","never sites":"\u6C38\u4E0D\u7FFB\u8BD1\u7684\u7F51\u5740","never translate the following sites":"\u5F53\u7F51\u7AD9\u4E3A\u4E0B\u5217\u57DF\u540D\u65F6\uFF0C\u5C06\u4E0D\u4F1A\u8FDB\u884C\u7FFB\u8BD1","please refer to":"\u9700\u8981\u586B\u5199\u5BC6\u94A5\u540E\u624D\u53EF\u7528\uFF0C\u8BE6\u60C5\u53C2\u8003",KeyAndConfigurationTutorial:"\u300A\u5BC6\u94A5\u7533\u8BF7\u548C\u914D\u7F6E\u6559\u7A0B\u300B",useAboveStyleForTheseSites:"\u5F53\u7F51\u7AD9\u4E3A\u4E0B\u5217\u57DF\u540D\u65F6\uFF0C\u603B\u662F\u4F7F\u7528 \u2308{theme}\u230B \u8BD1\u6587\u6837\u5F0F",currentUrl:"\u5F53\u524D\u7F51\u5740",confirm:"\u4FDD\u5B58",cancel:"\u53D6\u6D88",delete:"\u5220\u9664",syncToCloud:"\u540C\u6B65\u5230 Google Drive",syncToCloudDescription:"\u4E0A\u4F20\u5230\u4E91\u7AEF\uFF0C\u53EF\u4EE5\u5728\u4E0D\u540C\u7684\u6D4F\u89C8\u5668/\u6CB9\u7334\u811A\u672C\u4E4B\u95F4\u540C\u6B65\u914D\u7F6E\uFF0C\u4EE5\u6700\u540E\u4FEE\u6539\u65F6\u95F4\u4E3A\u51C6\u3002",syncToAccount:"\u540C\u6B65\u5230\u6C89\u6D78\u5F0F\u7FFB\u8BD1\u4E91\u7AEF",syncToAccountButton:"\u7ACB\u5373\u4E0E\u4E91\u7AEF\u540C\u6B65",syncToAccountDescription:"\u5728\u4E0D\u540C\u7684\u8BBE\u5907\u4E4B\u95F4\u81EA\u52A8\u540C\u6B65\u914D\u7F6E\uFF0C\u4EE5\u6700\u540E\u4FEE\u6539\u65F6\u95F4\u4E3A\u51C6\u3002",successSyncConfigInAccount:"\u6210\u529F\u4E0E\u4E91\u7AEF\u4FDD\u6301\u540C\u6B65",successSyncConfigToAccount:"\u6210\u529F\u540C\u6B65\u5230\u4E91\u7AEF",syncConfigNoUpdate:"\u5DF2\u7ECF\u662F\u6700\u65B0\u7684\u4E86",authFail:"\u6388\u6743\u5931\u8D25",syncTitle:"\u624B\u52A8\u5907\u4EFD\u7BA1\u7406",import_hint:"\u5BFC\u5165",upload:"\u4E0A\u4F20",revokeAuth:"\u64A4\u9500\u6388\u6743",uploadFail:"\u4E0A\u4F20\u5931\u8D25",download:"\u4E0B\u8F7D",importSuccess:"\u5BFC\u5165\u6210\u529F",importFail:"\u5BFC\u5165\u5931\u8D25",deleteFail:"\u5220\u9664\u5931\u8D25",backupToCloud:"\u624B\u52A8\u7BA1\u7406\u5907\u4EFD\u6587\u4EF6",create_new_backup:"\u65B0\u589E\u5907\u4EFD\u8282\u70B9",maxBackupFiles:"\u6700\u591A\u53EF\u4EE5\u5907\u4EFD{count}\u4E2A\u4E0D\u540C\u7684\u8282\u70B9, \u8BF7\u5220\u9664\u4E0D\u9700\u8981\u7684\u8282\u70B9",backupToCloudDescription:"\u624B\u52A8\u4E0A\u4F20\u6216\u6062\u590D\u5907\u4EFD\u6587\u4EF6\uFF0C\u6700\u591A\u5141\u8BB83\u4E2A\u4E0D\u540C\u7684\u5907\u4EFD",successSyncConfig:"\u6210\u529F\u4E0E\u4E91\u7AEF\u4FDD\u6301\u540C\u6B65",syncFail:"\u540C\u6B65\u5931\u8D25",updatedAt:"\u66F4\u65B0\u4E8E {date}",lastSyncedAt:"\u4E0A\u6B21\u68C0\u67E5\u4E8E {date}",downloadFail:"\u4E0B\u8F7D\u5931\u8D25",clickToDownload:"\u70B9\u51FB\u4E0B\u8F7D",aboutLabel:"\u5173\u4E8E - \u53CD\u9988","browser.openAboutPage":"\u5173\u4E8E/\u53CD\u9988",aboutLabelWithoutSponsor:"\u5173\u4E8E - \u53CD\u9988",aboutIntro:"\u5E0C\u671B\u6211\u4EEC\u90FD\u80FD\u66F4\u52A0\u5BB9\u6613\u4E14\u6109\u60A6\u5730\u83B7\u53D6\u4E92\u8054\u7F51\u4E0A\u5DE8\u5927\u7684\u5916\u8BED\u4FE1\u606F \u2764\uFE0F \u4F60\u53EF\u9009\u62E9\u5F00\u901A <6>Pro\u4F1A\u5458 \u6765\u4F7F\u7528\u5F00\u7BB1\u5373\u7528\u7684 DeepL \u548C OpenAI \u7FFB\u8BD1\u3002

\u4F60\u53EF\u4EE5\u5173\u6CE8\u6211\u4EEC\u7684<3>\u63A8\u7279\uFF0C<4>Telegram \u9891\u9053\uFF0C\u5FAE\u4FE1\u516C\u4F17\u53F7\uFF0C\u5FAE\u4FE1\u4EA4\u6D41\u7FA4\uFF0C\u6216\u8005\u4E0B\u65B9\u7684<5>\u90AE\u4EF6\u8BA2\u9605\u8FFD\u8E2A\u66F4\u65B0\u3002
<7>Pro \u4F1A\u5458 \u53EF\u4EE5\u901A\u8FC7\u5FEB\u901F\u5BA2\u670D\u90AE\u7BB1 <8>support@immersivetranslate.com \u548C\u6211\u4EEC\u53D6\u5F97\u8054\u7CFB\u3002",aboutIntroWithoutSponsor:"\u5E0C\u671B\u6211\u4EEC\u90FD\u80FD\u66F4\u52A0\u5BB9\u6613\u4E14\u6109\u60A6\u5730\u83B7\u53D6\u4E92\u8054\u7F51\u4E0A\u5DE8\u5927\u7684\u5916\u8BED\u4FE1\u606F \u2764\uFE0F

\u4F60\u53EF\u4EE5\u5173\u6CE8\u6211\u4EEC\u7684<3>\u63A8\u7279\uFF0C<4>Telegram \u9891\u9053\uFF0C\u5FAE\u4FE1\u516C\u4F17\u53F7\uFF0C\u5FAE\u4FE1\u4EA4\u6D41\u7FA4\uFF0C\u6216\u8005\u4E0B\u65B9\u7684<5>\u90AE\u4EF6\u8BA2\u9605\u8FFD\u8E2A\u66F4\u65B0\u3002",projectHomepage:"\u9879\u76EE\u4E3B\u9875",joinTelegramGroup:"\u52A0\u5165\u7528\u6237\u4EA4\u6D41\u7FA4\u53C2\u4E0E\u529F\u80FD\u8BA8\u8BBA",wechatPublicAccount:"\u5FAE\u4FE1\u516C\u4F17\u53F7",wechatCommunities:"\u5FAE\u4FE1\u4EA4\u6D41\u7FA4",qqCommunities:"QQ \u4EA4\u6D41\u9891\u9053",joinTelegramChannel:"\u5173\u6CE8 Telegram \u9891\u9053\u83B7\u53D6\u6700\u65B0\u66F4\u65B0",feedbackAndJoin:"\u95EE\u9898\u53CD\u9988/\u52A0\u7FA4",autoSync:"\u81EA\u52A8\u5B9A\u65F6\u540C\u6B65",loadingThemeTitle:"Loading \u6837\u5F0F",loadingThemeDescription:"\u8BBE\u7F6E\u7B49\u5F85\u8BD1\u6587\u52A0\u8F7D\u65F6\u7684\u6837\u5F0F","loadingTheme.spinner":"\u8F6C\u5708\u52A8\u753B","loadingTheme.text":"\u9759\u6001\u6587\u5B57 ... ","loadingTheme.none":"\u4E0D\u663E\u793A",developerDescription:"\u53EF\u4EE5\u70B9\u51FB<1>\u8FD9\u91CC\u67E5\u770B\u9AD8\u7EA7\u81EA\u5B9A\u4E49\u76F8\u5173\u7684\u6587\u6863","edit border color":"\u4FEE\u6539\u8FB9\u6846\u989C\u8272",successSyncButNoChange:"\u5F53\u524D\u914D\u7F6E\u4E0E\u4E91\u7AEF\u4E00\u81F4",customTheme:"\u81EA\u5B9A\u4E49\u989C\u8272\u548C\u5927\u5C0F","customThemeLabel.borderColor":"\u8FB9\u6846\u989C\u8272","customThemeLabel.borderRadius":"\u8FB9\u6846\u5706\u89D2","customThemeLabel.textColor":"\u6587\u5B57\u989C\u8272","customThemeLabel.backgroundColor":"\u80CC\u666F\u989C\u8272","customThemeLabel.zoom":"\u5B57\u4F53\u7F29\u653E\u6BD4\u4F8B (%)","customThemeLabel.opacity":"\u6587\u5B57\u4E0D\u900F\u660E\u5EA6 (%)",resetToDefaultColor:"\u6062\u590D\u4E3A\u9ED8\u8BA4\u989C\u8272",resetToDefaultSettings:"\u6062\u590D\u4E3A\u9ED8\u8BA4\u8BBE\u7F6E",isTranslateTitle:"\u5F00\u542F\u7FFB\u8BD1\u7F51\u9875\u6807\u9898",isTranslateTitleDescription:"\u5F00\u542F\u540E\uFF0C\u7F51\u9875\u6807\u9898\u4F1A\u88AB\u7FFB\u8BD1",enableSearchEnhancement:"\u542F\u7528\u53CC\u8BED\u4FE1\u606F\u589E\u5F3A",enableSearchEnhancementDescription:"\u5F00\u542F\u540E\uFF0C\u5728\u652F\u6301\u7684\u7F51\u7AD9\uFF08\u8C37\u6B4C\u65B0\u95FB\uFF0C\u8C37\u6B4C\u641C\u7D22\uFF08\u90E8\u5206\u5173\u952E\u8BCD\uFF09\uFF0C\u96EA\u7403\uFF0C\u4E1C\u65B9\u8D22\u5BCC\uFF0C\u5BCC\u9014\uFF0C\u8001\u864E\u793E\u533A\uFF09\u53F3\u8FB9\u680F\u81EA\u52A8\u663E\u793A\u5BF9\u5E94\u82F1\u6587\u5173\u952E\u8BCD\u7684\u201C\u8C37\u6B4C\u65B0\u95FB\u201D\u641C\u7D22\u7ED3\u679C\u3002",verifyService:"\u70B9\u6B64\u6D4B\u8BD5\u670D\u52A1",verified:"\u9A8C\u8BC1\u6210\u529F","field.langs":"\u652F\u6301\u7684\u8BED\u8A00\u4EE3\u7801","field.model":"\u6A21\u578B","field.translationEngine":"\u7FFB\u8BD1\u5F15\u64CE","field.limitPerMinute":"\u6BCF\u5206\u949F\u6700\u5927\u8BF7\u6C42\u6570","field.limitPerSecond":"\u6BCF\u79D2\u6700\u5927\u8BF7\u6C42\u6570","field.maxTextLengthPerRequest":"\u6BCF\u6B21\u8BF7\u6C42\u6700\u5927\u6587\u672C\u957F\u5EA6","field.maxTextGroupLengthPerRequest":"\u6BCF\u6B21\u8BF7\u6C42\u6700\u5927\u6BB5\u843D\u6570","field.apiUrl":"\u81EA\u5B9A\u4E49 API \u63A5\u53E3\u5730\u5740","field.placeholderDelimiters":"\u4FDD\u7559\u7684\u5360\u4F4D\u7B26","description.custom":"\u81EA\u5B9A\u4E49\u63A5\u53E3\u63A5\u5165 \u9700\u8981\u53C2\u8003\u6587\u6863","description.limitPerMinute":"\u8BF7\u6C42\u6570\u8D85\u8FC7\u8BE5\u9650\u5236\u65F6\u4F1A\u8FDB\u5165\u6392\u961F\u72B6\u6001\uFF0C\u76F4\u5230\u4E0B\u4E00\u5206\u949F\u5F00\u59CB\u3002\u7531\u4E8EOpenAI\u76EE\u524D\u670D\u52A1\u7684\u5404\u79CD\u9650\u5236\uFF0C\u8BF7\u70B9\u51FB<1>\u8FD9\u91CC\u67E5\u770B\u6700\u65B0\u5EFA\u8BAE\u7684\u6570\u503C","description.limitPerSecond":"\u8BF7\u6C42\u6570\u8D85\u8FC7\u8BE5\u9650\u5236\u65F6\u4F1A\u8FDB\u5165\u6392\u961F\u72B6\u6001\uFF0C\u76F4\u5230\u4E0B\u4E00\u79D2\u949F\u5F00\u59CB\u3002\u7531\u4E8EOpenAI\u76EE\u524D\u670D\u52A1\u7684\u5404\u79CD\u9650\u5236\uFF0C\u8BF7\u70B9\u51FB<1>\u8FD9\u91CC\u67E5\u770B\u6700\u65B0\u5EFA\u8BAE\u7684\u6570\u503C","description.generalLimitPerSecond":"\u8BF7\u6C42\u6570\u8D85\u8FC7\u8BE5\u9650\u5236\u65F6\u4F1A\u8FDB\u5165\u6392\u961F\u72B6\u6001\uFF0C\u76F4\u5230\u4E0B\u4E00\u79D2\u949F\u5F00\u59CB\u3002","description.maxTextLengthPerRequest":"\u6BCF\u6B21\u8BF7\u6C42\u6700\u5927\u5B57\u7B26\u6570\uFF0C\u592A\u5927\u4F1A\u5BFC\u81F4\u63A5\u53E3\u7684\u54CD\u5E94\u53D8\u6162\uFF0C\u56E0\u6B64\u53EF\u4EE5\u5C1D\u8BD5\u8C03\u6574\u8BE5\u9009\u9879\u6765\u4F18\u5316\u901F\u5EA6","description.systemPrompt":"\u4EE5\u7CFB\u7EDF\u8EAB\u4EFD\u53D1\u9001\u7ED9 {service} \u7684\u5BF9\u8BDD\uFF0C\u5176\u4E2D {{text}} \u8868\u793A\u6BB5\u843D\u7684\u6587\u672C\u5185\u5BB9\uFF0C{{from}} \u8868\u793A\u6BB5\u843D\u7684\u8BED\u8A00\uFF0C{{to}} \u8868\u793A\u76EE\u6807\u8BED\u8A00","field.domain":"\u9886\u57DF","description.domain":"\u9ED8\u8BA4\u4E3A\uFF1Ageneral\u3002\u4EC5\u5728\u6709\u9053API\u63A7\u5236\u53F0\u5F00\u901A\u9886\u57DF\u5316\u7FFB\u8BD1\u7684\u60C5\u51B5\u4E0B\u53EF\u8BBE\u7F6E\uFF0C\u652F\u6301\u9886\u57DF\u89C1<1>\u8FD9\u91CC","field.scene":"\u573A\u666F","description.scene":"\u9ED8\u8BA4\u4E3A\uFF1Ageneral\u3002\u4EC5\u5728\u963F\u91CC\u4E91API\u63A7\u5236\u53F0\u5F00\u901A\u673A\u5668\u7FFB\u8BD1\u4E13\u4E1A\u7248\u7684\u60C5\u51B5\u4E0B\u53EF\u8BBE\u7F6E\uFF0C\u652F\u6301\u573A\u666F\u89C1<1>\u8FD9\u91CC","field.vocabId":"\u7528\u6237\u8BCD\u5178 ID","description.vocabId":"\u6307\u5B9A\u7684\u8BCD\u5178 out_id\uFF0C\u76EE\u524D\u652F\u6301\u82F1\u8BD1\u4E2D","description.model":"OpenAI \u7684\u6A21\u578B\uFF0C\u53EF\u4EE5\u4E3A gpt-3.5-turbo, gpt-4 \u7B49","description.maxTextGroupLengthPerRequest":"\u6BCF\u6B21\u53D1\u9001\u7ED9\u7FFB\u8BD1\u670D\u52A1\u7684\u6BB5\u843D\u6570\u91CF\uFF0C\u5982\u679C\u6BB5\u843D\u6570\u91CF\u8FC7\u591A\uFF0C\u53EF\u80FD\u4F1A\u5BFC\u81F4\u63A5\u53E3\u7684\u54CD\u5E94\u53D8\u6162","description.apiUrl":"\u8BF7\u6DFB\u52A0\u5177\u4F53\u5E26\u6709\u8DEF\u5F84\u7684\u7F51\u5740\uFF0C<1>\u66F4\u591A\u8BF4\u660E",enabledExtension:"\u542F\u7528\u6269\u5C55",clickToDisableExtension:"\u70B9\u51FB\u7981\u7528\u6269\u5C55",clickToEnableExtension:"\u70B9\u51FB\u542F\u7528\u6269\u5C55",hasBeenDisabled:"\u5DF2\u7981\u7528","show password":"\u663E\u793A\u5BC6\u7801",customContent:"\u8F93\u5165\u81EA\u5B9A\u4E49\u6A21\u578B\u540D\u79F0",inputOptions:"\u8F93\u5165\u6846\u589E\u5F3A",mouseHoverOptions:"\u9F20\u6807\u60AC\u505C",modifyMouseHoverKey:"\u4FEE\u6539\u9F20\u6807\u60AC\u505C\u5FEB\u6377\u952E",enableInputTranslation:"\u662F\u5426\u542F\u7528\u8F93\u5165\u6846\u589E\u5F3A",enableInputTranslationDescription:"\u542F\u7528\u540E\uFF0C\u5728\u8F93\u5165\u6846\u76F4\u63A5\u8F93\u5165 {startingKey}{startingKey} \u4F60\u597D\uFF0C\u7136\u540E\u5FEB\u901F\u8FDE\u51FB{inputTrailingTriggerKeyRepeatTimes}\u6B21{trailingKey}\uFF0C\u5373\u53EF\u7FFB\u8BD1\u4E3A {inputTargetLanguage}",enableInputTranslationDescriptionForNoneKey:"\u542F\u7528\u540E\uFF0C\u5728\u8F93\u5165\u6846\u76F4\u63A5\u8F93\u5165\uFF1A\u4F60\u597D\u4E16\u754C\uFF0C\u7136\u540E\u5FEB\u901F\u8FDE\u51FB{inputTrailingTriggerKeyRepeatTimes}\u6B21{trailingKey}\uFF0C\u5373\u53EF\u7FFB\u8BD1\u4E3A\u9ED8\u8BA4\u76EE\u6807\u8BED\u8A00",inputTargetLanguage:"\u8BBE\u7F6E\u8F93\u5165\u6846\u7684\u9ED8\u8BA4\u76EE\u6807\u8BED\u8A00",inputTargetLanguageDescription:"\u8F93\u5165\u6846\u7FFB\u8BD1\u7684\u9ED8\u8BA4\u76EE\u6807\u8BED\u8A00\uFF0C\u4E5F\u5C31\u662F {startingKey}{startingKey} \u4F5C\u4E3A\u89E6\u53D1\u8BCD\u7684\u9ED8\u8BA4\u8BED\u8A00",inputTargetLanguageDescriptionForNoneKey:"\u8F93\u5165\u6846\u7FFB\u8BD1\u7684\u9ED8\u8BA4\u76EE\u6807\u8BED\u8A00",inputStartingTriggerKeyTitle:"\u8BBE\u7F6E\u8F93\u5165\u6846\u90E8\u5206\u7FFB\u8BD1\u7684\u5206\u5272\u5B57\u7B26",inputStartingTriggerKeyDescription:"\u5F53\u4F60\u4E0D\u9700\u8981\u7FFB\u8BD1\u6574\u4E2A\u8F93\u5165\u6846\u7684\u65F6\u5019\uFF0C\u5206\u5272\u7B26\u5141\u8BB8\u4F60\u53EA\u7FFB\u8BD1 {startingKey}{startingKey} \u5230\u8F93\u5165\u6846\u672B\u5C3E\u7684\u90E8\u5206\uFF0C\u4E5F\u53EF\u4EE5\u6307\u5B9A\u8BED\u8A00\u4EE3\u7801\uFF0C\u6BD4\u5982\uFF1A{startingKey}ja \u8868\u793A\u53EA\u7FFB\u8BD1 {startingKey}ja \u5230\u8F93\u5165\u6846\u672B\u5C3E\u7684\u90E8\u5206",inputStartingTriggerKeyDescriptionForNoneKey:"\u5F53\u524D\u8BBE\u7F6E\u4E3A\u65E0\u9700\u524D\u7F00\uFF0C\u6682\u65E0\u6CD5\u4F7F\u7528\u8F93\u5165\u6846\u7684\u90E8\u5206\u6587\u672C\u7FFB\u8BD1\u529F\u80FD",inputTrailingTriggerKeyTitle:"\u9009\u62E9\u4E00\u4E2A\u8F93\u5165\u7ED3\u675F\u7684\u89E6\u53D1\u5B57\u7B26",inputTrailingTriggerKeyDescription:"\u5FEB\u901F\u8FDE\u51FB 3 \u6B21{trailingKey} \u5C06\u4F1A\u5F00\u59CB\u7FFB\u8BD1",inputTrailingTriggerKeyTimeout:"\u8F93\u5165\u7ED3\u675F\u8FDE\u51FB\u89E6\u53D1\u7684\u95F4\u9694\u65F6\u95F4",inputTrailingTriggerKeyTimeoutDescription:"\u8BBE\u7F6E\u8F93\u5165\u7ED3\u675F\u8FDE\u51FB\u89E6\u53D1\u7684\u95F4\u9694\u65F6\u95F4\uFF08\u6BEB\u79D2\uFF09",spaceKey:"<\u7A7A\u683C\u952E>",noneKey:"\u65E0\u9700\u524D\u7F00\uFF0C\u76F4\u63A5\u7FFB\u8BD1\u6574\u4E2A\u6587\u672C\u6846",inputTranslationBlockUrlsTitle:"\u5207\u52FF\u5728\u4EE5\u4E0B\u7F51\u5740\u4E2D\u542F\u7528\u8F93\u5165\u6846\u589E\u5F3A",inputTranslationBlockUrlsDescription:"\u5728\u4EE5\u4E0B\u7F51\u5740\u4E2D\uFF0C\u8F93\u5165\u6846\u589E\u5F3A\u5C06\u4E0D\u4F1A\u751F\u6548",inputHelperInfo:"\u8BF4\u660E\uFF1A\u6211\u4EEC\u7279\u522B\u9488\u5BF9\u5728\u4E2D\u6587\u8F93\u5165\u6CD5\u4E0B\u90E8\u5206\u89E6\u53D1\u5B57\u7B26\u4F1A\u53D8\u6210\u4E2D\u6587\u6807\u70B9\u7B26\u53F7\u8FD9\u4EF6\u4E8B\u505A\u4E86\u4F18\u5316\uFF0C\u6BD4\u5982\u641C\u72D7\u8F93\u5165\u6CD5\u4E0B / \u4F1A\u53D8\u6210\u987F\u53F7 \u3001\uFF0C\u6C89\u6D78\u5F0F\u7FFB\u8BD1\u652F\u6301\u6240\u6709\u89E6\u53D1\u7B26\u5BF9\u5E94\u7684\u4E2D\u6587\u7B26\u53F7\uFF0C\u4E5F\u5C31\u662F\u8BF4 // \u3001\u3001 \u90FD\u4F1A\u88AB\u8BC6\u522B\u4E3A\u89E6\u53D1\u5B57\u7B26\u3002

\u540C\u65F6\u6211\u4EEC\u4E5F\u652F\u6301\u8BED\u8A00\u4EE3\u7801\u7684\u4E2D\u6587\u522B\u540D\u4F5C\u4E3A\u547D\u4EE4\uFF0C\u6BD4\u5982 /\u65E5\u6587 \u4F60\u597D\u4E16\u754C \u4F1A\u88AB\u7FFB\u8BD1\u4E3A\u65E5\u6587\uFF0C<1>\u70B9\u6B64\u67E5\u770B\u6240\u6709\u652F\u6301\u7684\u8BED\u8A00\u4EE3\u7801\u3002",reloadCurrentPage:"\u8BF7\u5148\u5237\u65B0\u5F53\u524D\u9875\u9762\uFF0C\u518D\u5F00\u59CB\u7FFB\u8BD1",noLocalFilePermissionForPDF:"\u6682\u65E0\u6743\u9650\u8BFB\u53D6\u672C\u5730\u6587\u4EF6\uFF0C\u8BF7\u70B9\u51FB\u4E0A\u65B9\u6309\u94AE\uFF0C\u7136\u540E\u5BFC\u5165\u672C\u5730\u6587\u4EF6",noPermissionForThisPage:"\u26A0\uFE0F \u6682\u65E0\u6743\u9650\u7FFB\u8BD1\u5F53\u524D\u9875\u9762","error.retry":"\u91CD\u8BD5","error.reason":"\u9519\u8BEF\u539F\u56E0",retryAllParagraphs:"\u91CD\u8BD5\u5168\u90E8\u9519\u8BEF\u6BB5\u843D",retryAllButton:"\u91CD\u8BD5\u5168\u90E8\u9519\u8BEF\u6BB5\u843D",errorTooltipTitle:"\u70B9\u51FB\u67E5\u770B\u9519\u8BEF\u539F\u56E0",errorModalTitle:"\u7FFB\u8BD1\u670D\u52A1\u6216\u7F51\u7EDC\u4F3C\u4E4E\u51FA\u4E86\u70B9\u95EE\u9898...",disableConfirm:"\u53CC\u8BED\u4FE1\u606F\u589E\u5F3A\u8BBE\u7F6E",disableOnce:"\u672C\u6B21\u7981\u7528",disableGlobal:"\u6C38\u4E45\u7981\u7528",disableTint:"* \u4F60\u53EF\u4EE5\u5728 {option} \u4E2D\u91CD\u65B0\u542F\u7528\u3002",searchEnhancementNotes:"\u6211\u4EEC\u53D1\u73B0\uFF0C\u4E2D\u6587\u5173\u952E\u8BCD\u548C\u82F1\u6587\u5173\u952E\u8BCD\u7684\u65B0\u95FB\u7ED3\u679C\u6709\u975E\u5E38\u5927\u7684\u4E0D\u540C\uFF0C\u5728\u542F\u7528\u6C89\u6D78\u5F0F\u7FFB\u8BD1\u53CC\u8BED\u4FE1\u606F\u589E\u5F3A\u529F\u80FD\u540E\uFF0C\u6211\u4EEC\u4F1A\u5728\u652F\u6301\u7684\u7F51\u7AD9\uFF08\u8C37\u6B4C\u65B0\u95FB\uFF0C\u8C37\u6B4C\u641C\u7D22\uFF08\u90E8\u5206\u5173\u952E\u8BCD\uFF09\uFF0C\u96EA\u7403\uFF0C\u4E1C\u65B9\u8D22\u5BCC\u7F51\uFF0C\u5BCC\u9014\uFF0C\u8001\u864E\uFF09\u81EA\u52A8\u7528\u82F1\u6587\u4E3A\u4F60\u641C\u7D22\u540C\u6837\u7684\u5173\u952E\u8BCD\u5E76\u5C55\u793A\u5728\u53F3\u4FA7\u3002\u5982\u679C\u4F60\u4E0D\u9700\u8981\u8BE5\u529F\u80FD\u7684\u8BDD\uFF0C\u53EF\u4EE5\u9009\u62E9\u7981\u7528\u5B83\u3002",option:"\u8BBE\u7F6E",saveSettings:"\u4FDD\u5B58\u8BBE\u7F6E",closeModal:"\u5173\u95ED\u7A97\u53E3",enableInputTranslationWithoutTriggerKeyTitle:"\u542F\u7528\u5FEB\u901F\u8FDE\u51FB 3 \u6B21{trailingKey}\uFF0C\u76F4\u63A5\u7FFB\u8BD1\u6574\u4E2A\u8F93\u5165\u6846\u4E3A{inputTargetLanguage}",enableInputTranslationWithoutTriggerKeyDescription:"\u5982\u9700\u6307\u5B9A\u76EE\u6807\u8BED\u8A00\uFF0C\u8BF7\u5728\u524D\u9762\u52A0\u4E0A\u8BED\u8A00\u4EE3\u7801\uFF0C\u5982\uFF1Aja \u4F60\u597D\u4E16\u754C",deepLProName:"\u6C89\u6D78\u5F0F\u7FFB\u8BD1 Pro \u4F1A\u5458 (\u63A8\u8350)",deepLProDescription:"\u5F53\u524D\u5957\u9910\u53EF\u4EE5\u76F4\u63A5\u4F7F\u7528",deeplProDescriptionForNormal:"\u65E0\u9700\u4EFB\u4F55\u8BBE\u7F6E\uFF0C\u4F1A\u5458\u767B\u5F55\u540E\u5373\u53EF\u4F7F\u7528\uFF0C<1>\u70B9\u6B64\u5347\u7EA7\u4E3A\u4F1A\u5458",deepLCustomDescription:"\u9700\u8981\u56FD\u5916\u4FE1\u7528\u5361\uFF0C\u5728 <1>DeepL \u5B98\u65B9\u5F00\u901A\uFF0C\u70B9\u51FB\u67E5\u770B<2>\u6587\u6863",deepLCustomName:"\u81EA\u5B9A\u4E49 Auth Key",chooseProviderLabel:"\u9009\u62E9\u4E00\u4E2A\u670D\u52A1\u63D0\u4F9B\u5546",openaiProName:"\u6C89\u6D78\u5F0F\u7FFB\u8BD1 Pro \u4F1A\u5458 (\u63A8\u8350)",openaiProDescription:"\u5F53\u524D\u5957\u9910\u53EF\u4EE5\u76F4\u63A5\u4F7F\u7528",openaiProDescriptionForNormal:"\u65E0\u9700\u4EFB\u4F55\u8BBE\u7F6E\uFF0C\u4F1A\u5458\u767B\u5F55\u540E\u5373\u53EF\u4F7F\u7528\uFF0C<1>\u70B9\u6B64\u5347\u7EA7\u4E3A\u4F1A\u5458",openaiCustomDescription:"\u53EF\u5728 OpenAI, Azure OpenAI, \u6216\u5176\u4ED6\u7B2C\u4E09\u65B9\u670D\u52A1\u83B7\u53D6\uFF0C<1>\u70B9\u6B64\u67E5\u770B\u6587\u6863",openaiCustomName:"\u81EA\u5B9A\u4E49 API Key",needLoginAction:"(\u5F00\u901A\u4F1A\u5458\u6216\u81EA\u5B9A\u4E49)",goLoginOrAction:"(\u5F00\u901A\u4F1A\u5458\u6216\u53BB\u8BBE\u7F6E)",yearly:"\u8FDE\u7EED\u5305\u5E74",quarterly:"\u8FDE\u7EED\u5305\u5B63",monthly:"\u8FDE\u7EED\u5305\u6708",yearlyForOnce:"\u4E00\u6B21\u6027\u5E74\u5EA6\u5957\u9910",monthlyForOnce:"\u4E00\u6B21\u6027\u6708\u5EA6\u5957\u9910",daily:"\u8FDE\u7EED\u5305\u65E5",year:"\u8FDE\u7EED\u5305\u5E74",quarter:"\u8FDE\u7EED\u5305\u5B63",month:"\u8FDE\u7EED\u5305\u6708",day:"\u8FDE\u7EED\u5305\u65E5",onetime_7day:"7 \u5929\u4F53\u9A8C\u5305",currentPlanDescriptionForFree:"\u5F53\u524D\u5957\u9910\uFF1A\u514D\u8D39",currentPlanDescriptionForContinuous:"\u5F53\u524D\u5957\u9910\uFF1A{plan}\uFF0C\u5C06\u4E8E {endAt} \u81EA\u52A8\u7EED\u8D39",currentPlanDescriptionForAutoRenewCaceling:"\u5F53\u524D\u5957\u9910\uFF1A{plan}\uFF0C\u5C06\u4E8E {endAt} \u5230\u671F\uFF0C\u5230\u671F\u540E\u5C06\u4E0D\u4F1A\u81EA\u52A8\u7EED\u671F",currentYearlyPlanDescriptionForAutoRenewCacelingWithRealPaiedUser:"\u5F53\u524D\u5957\u9910\uFF1A{plan}\uFF0C\u5C06\u4E8E {endAt} \u5230\u671F\uFF0C\u5230\u671F\u540E\u5C06\u4E0D\u4F1A\u81EA\u52A8\u7EED\u671F\u3002
<1>\u70B9\u6B64\u7BA1\u7406\u7EED\u8D39\u65B9\u6848",currentYearlyPlanDescriptionForAutoRenewCacelingWithAdmin:"\u5F53\u524D\u5957\u9910\uFF1A{plan}\uFF0C\u5C06\u4E8E {endAt} \u5230\u671F\uFF0C\u5230\u671F\u540E\u5C06\u4E0D\u4F1A\u81EA\u52A8\u7EED\u671F\u3002
<1>\u70B9\u6B64\u542F\u7528\u8FDE\u7EED\u5305\u5E74",currentPlanDescriptionForOneTime:"\u5F53\u524D\u5957\u9910\uFF1A{plan}\uFF0C\u5C06\u4E8E {endAt} \u5230\u671F\uFF0C<1>\u70B9\u6B64\u5347\u7EA7\u4E3A\u5E74\u8D39\u6216<2>\u6708\u8D39\u4F1A\u5458",upgradePlan:"\u70B9\u6B64\u5347\u7EA7\u4E3A Pro \u4F1A\u5458",upgradeToPro:"\u5347\u7EA7\u4E3A Pro \u4F1A\u5458","popup.openPro":"\u5347\u7EA7\u4E3A Pro \u4F1A\u5458\u540E\u53EF\u4EE5\u7545\u4EAB DeepL \u548C OpenAI \u7FFB\u8BD1\uFF0C\u70B9\u6B64\u5347\u7EA7","popup.openProForPro":"\u60A8\u662F Pro \u4F1A\u5458\uFF0C\u53EF\u76F4\u63A5\u4F7F\u7528 DeepL \u548C OpenAI \u7FFB\u8BD1",currentAccount:"\u5F53\u524D\u8D26\u6237",enableAutoSyncUserSettings:"\u542F\u7528\u591A\u8BBE\u5907\u81EA\u52A8\u4E91\u540C\u6B65",modalEnableInputTranslationTitle:"\u6C89\u6D78\u5F0F\u7FFB\u8BD1\u8F93\u5165\u6846\u7FFB\u8BD1\u63D0\u793A",modalEnableInputTranslationDesc:"\u60A8\u521A\u521A\u901A\u8FC7\u5FEB\u901F\u8FDE\u51FB 3 \u6B21\u7A7A\u683C\u952E\u89E6\u53D1\u4E86\u6C89\u6D78\u5F0F\u7FFB\u8BD1\u7684\u8F93\u5165\u6846\u7FFB\u8BD1\uFF0C\u8F93\u5165\u6846\u7684\u5185\u5BB9\u5C06\u88AB\u7FFB\u8BD1\u4E3A\u9ED8\u8BA4\u7684\u76EE\u6807\u8BED\u8A00\u3002\u901A\u8FC7 Ctrl+Z \u53EF\u4EE5\u64A4\u9500\u7FFB\u8BD1\u3002

\u5982\u679C\u8FD9\u662F\u4E00\u4E2A\u5931\u8BEF\uFF0C\u4E0D\u7528\u62C5\u5FC3\uFF0C\u60A8\u53EF\u4EE5\u9009\u62E9\u672C\u6B21\u7981\u7528\uFF0C\u6216\u8005\u6C38\u4E45\u7981\u7528\u8F93\u5165\u6846\u7FFB\u8BD1\u3002",saveAndNotShowAgain:"\u4FDD\u5B58\u4E14\u4E0D\u518D\u63D0\u793A",disableInputTranslationTips:"* \u4F60\u4E5F\u53EF\u4EE5\u5728 {option} \u4E2D\u8BBE\u7F6E\u5176\u4ED6\u5FEB\u6377\u952E\u6765\u89E6\u53D1\uFF0C{learnMore}\u3002",learnMore:"\u70B9\u6B64\u4E86\u89E3\u66F4\u591A",continueEnalbeInputTranslation:"\u7EE7\u7EED\u542F\u7528\u8F93\u5165\u6846\u7FFB\u8BD1",autoRenewTrialSuffix:'\uFF08\u8BD5\u7528\u4E2D\uFF0C\u7ACB\u523B\u5347\u7EA7\u4E3A\u6B63\u5F0F\u4F1A\u5458\uFF09',upgradeFromTrialTitle:"\u5347\u7EA7\u4E3A\u6B63\u5F0F\u4F1A\u5458",subtitle:"\u89C6\u9891\u5B57\u5E55",youtubeService:"\u6C89\u6D78\u5F0F\u7FFB\u8BD1\u89C6\u9891\u5B57\u5E55\u7FFB\u8BD1\u670D\u52A1","subtitle.disabledSubtitle":"\u6C38\u4E45\u7981\u7528\u89C6\u9891\u5B57\u5E55\u529F\u80FD","subtitle.disabledSubtitleDescription":"\u5982\u679C\u6C89\u6D78\u5F0F\u7FFB\u8BD1\u7684\u89C6\u9891\u5B57\u5E55\u548C\u5176\u4ED6\u6269\u5C55\u6709\u51B2\u7A81\uFF0C\u4F60\u53EF\u4EE5\u9009\u62E9\u6C38\u4E45\u7981\u7528\u6C89\u6D78\u5F0F\u7FFB\u8BD1\u7684\u89C6\u9891\u5B57\u5E55\u529F\u80FD\u6216\u8005\u5378\u8F7D\u5176\u4ED6\u51B2\u7A81\u7684\u6269\u5C55","subtitle.autoEnableSubtitleDescription":"\u542F\u7528\u540E\uFF0C\u5F53\u89C6\u9891\u64AD\u653E\u7684\u65F6\u5019\uFF0C\u4F1A\u81EA\u52A8\u663E\u793A\u53CC\u8BED\u5B57\u5E55\uFF0C\u5426\u5219\u9700\u8981\u70B9\u51FB\u7FFB\u8BD1\u6309\u94AE\u624D\u4F1A\u663E\u793A\u3002","subtitle.preTranslation":"\u4F7F\u7528\u6C89\u6D78\u5F0F\u7FFB\u8BD1\u6765\u7FFB\u8BD1\u5B57\u5E55","subtitle.preTranslationDescription":"\u542F\u7528\u540E\u4F1A\u4F18\u5148\u7528\u4E0B\u9762\u6307\u5B9A\u7684\u7FFB\u8BD1\u670D\u52A1\u63D0\u524D\u7FFB\u8BD1\u6574\u4E2A\u5B57\u5E55\uFF0C1 \u5C0F\u65F6\u7684\u89C6\u9891\u5927\u6982\u6D88\u8017 5\u4E07 Tokens \u6216 \u5B57\u7B26\uFF0C\u8BF7\u914C\u60C5\u4F7F\u7528\uFF1B\u5173\u95ED\u540E\u5219\u4F18\u5148\u4F7F\u7528\u539F\u89C6\u9891\u81EA\u5E26\u7684\u673A\u7FFB\u5B57\u5E55\uFF1B\u8BF7\u6CE8\u610F\uFF0C\u5F53\u539F\u89C6\u9891\u6CA1\u6709\u5BF9\u5E94\u7684\u8BD1\u6587\u5B57\u5E55\u65F6\uFF0C\u5219\u65E0\u8BBA\u662F\u5426\u542F\u7528\u8FD9\u4E2A\u9009\u9879\uFF0C\u90FD\u4F1A\u4F7F\u7528\u4E0B\u9762\u6307\u5B9A\u7684\u7FFB\u8BD1\u670D\u52A1\u6765\u7FFB\u8BD1\u5B57\u5E55\u3002","subtitle.humanSubtitlesPreferred":"\u4F18\u5148\u4F7F\u7528\u4EBA\u5DE5\u5B57\u5E55","subtitle.humanSubtitlesPreferredDescription":"\u5F53\u89C6\u9891\u6709\u76EE\u6807\u8BED\u8A00\u4EBA\u5DE5\u5B57\u5E55\u65F6\uFF0C\u4F18\u5148\u4F7F\u7528\u4EBA\u5DE5\u5B57\u5E55\uFF08\u63A8\u8350\uFF09","subtitle.bilingual":"\u53CC\u8BED\u5B57\u5E55","subtitle.autoDisableSubtitle":"\u4E0D\u81EA\u52A8\u542F\u7528\u53CC\u8BED\u5B57\u5E55","subtitle.hideQuickButton":"\u4E0D\u518D\u663E\u793A\u8BE5\u5FEB\u6377\u65B9\u5F0F","subtitle.showQuickButton":"\u5728\u64AD\u653E\u5668\u663E\u793A\u53CC\u8BED\u5B57\u5E55\u5FEB\u6377\u65B9\u5F0F",videoSubtitleTranslationDescription:"\u4E3A\u89C6\u9891\u5B57\u5E55\u5355\u72EC\u6307\u5B9A\u4E00\u4E2A\u7FFB\u8BD1\u670D\u52A1",subtitleTranslating:"\u6B63\u5728\u4F7F\u7528 {service} \u670D\u52A1\u7FFB\u8BD1\u5B57\u5E55\u4E2D\uFF0C\u8BF7\u7A0D\u7B49...\uFF08\u6C89\u6D78\u5F0F\u7FFB\u8BD1\uFF09",subtitleLoading:"\u6B63\u5728\u52A0\u8F7D\u5B57\u5E55...",bilingual:"\u53CC\u8BED","field.action":"\u662F\u5426\u542F\u7528\u767E\u5EA6\u672F\u8BED","description.action":"\u542F\u7528\u540E\u4F1A\u5728\u8BF7\u6C42\u4E2D\u52A0\u5165 action=1 \u7684\u53C2\u6570\uFF0C\u4EE5\u4FBF\u544A\u77E5\u767E\u5EA6\u542F\u7528\u672F\u8BED\uFF0C<1>\u66F4\u591A\u8BF4\u660E\u8BF7\u53C2\u8003\u5B98\u65B9\u6587\u6863",closeQuickTranslation:"\u5173\u95ED\u60AC\u6D6E\u7403","closeQuickTranslation.untilNext":"\u672C\u6B21\u5173\u95ED\u76F4\u5230\u4E0B\u6B21\u8BBF\u95EE","closeQuickTranslation.currentWebsite":"\u5F53\u524D\u7F51\u7AD9\u7981\u7528","closeQuickTranslation.alwaysClose":"\u6C38\u4E45\u7981\u7528","closeQuickTranslation.settingOpen":"\uFF08\u53EF\u5728<1>\u8BBE\u7F6E\u9875\u5F00\u542F\uFF09","closeQuickTranslation.cancel":"\u53D6\u6D88","closeQuickTranslation.confirm":"\u786E\u5B9A","floatBall.translate":"\u70B9\u51FB\u7FFB\u8BD1\u8BE5\u9875\u9762","floatBall.showOriginal":"\u70B9\u51FB\u5207\u6362\u56DE\u539F\u6587","floatBall.close":"\u5173\u95ED\u60AC\u6D6E\u7403","floatBallOptions.enableDescPc":"\u542F\u7528\u9875\u9762\u60AC\u6D6E\u7403\u540E\uFF0C\u4F1A\u5728\u9875\u9762\u53F3\u4FA7\u663E\u793A\u4E00\u4E2A\u5FEB\u6377\u7FFB\u8BD1\u6309\u94AE\uFF0C\u70B9\u51FB\u5373\u53EF\u7FFB\u8BD1","floatBallOptions.enableDesc":"\u5173\u95ED\u60AC\u6D6E\u7403\u540E\uFF0C\u53EF\u4EE5\u7528{touch}\u5524\u8D77\u3002\u4E3A\u9632\u6B62\u4E0D\u614E\u5173\u95ED\u8BE5\u9009\u9879\u540E\u627E\u4E0D\u5230\u60AC\u6D6E\u7403\uFF0C\u5F3A\u70C8\u5EFA\u8BAE\u6536\u85CF\u672C\u8BBE\u7F6E\u9875","description.azureApiUrl":"\u586B\u5199\u81EA\u5B9A\u4E49\u7684API\u63A5\u53E3\u5730\u5740","floatBall.guideClickToTranslate":`\u70B9\u51FB\u6C89\u6D78\u5F0F\u7FFB\u8BD1\u60AC\u6D6E\u7403 \u5373\u53EF\u5FEB\u901F\u7FFB\u8BD1`,"floatBall.iKnow":"\u6211\u77E5\u9053\u4E86",confirmSupportMouse:"\u5F3A\u5236\u542F\u7528\u9F20\u6807\u652F\u6301",confirmSupportMouseDescription:"\u68C0\u6D4B\u5230\u5F53\u524D\u6D4F\u89C8\u5668\u4E0D\u652F\u6301\u9F20\u6807\u529F\u80FD\uFF0C\u662F\u5426\u5F3A\u5236\u542F\u7528\u9F20\u6807\u652F\u6301\uFF1F",sampleTargetText:"\u957F\u591C\u5C06\u81F3\uFF0C\u6211\u4ECE\u4ECA\u5F00\u59CB\u5B88\u671B\uFF0C\u81F3\u6B7B\u65B9\u4F11\u3002\u6211\u5C06\u4E0D\u5A36\u59BB\u3001\u4E0D\u5C01\u5730\u3001\u4E0D\u751F\u5B50\u3002\u6211\u5C06\u4E0D\u6234\u5B9D\u51A0\uFF0C\u4E0D\u4E89\u8363\u5BA0\u3002\u6211\u5C06\u5C3D\u5FE0\u804C\u5B88\uFF0C\u751F\u6B7B\u4E8E\u65AF\u3002",sampleSourceText:"Night gathers, and now my watch begins. It shall not end until my death. I shall take no wife, hold no lands, father no children. I shall wear no crowns and win no glory. I shall live and die at my post.","subtitle.supportedSites":"\u5DF2\u652F\u6301\u5728\u8FD9\u4E9B\u7F51\u7AD9\u4F7F\u7528\u53CC\u8BED\u5B57\u5E55\uFF08\u6CE8\u610F\uFF1A\u7531\u4E8E\u6280\u672F\u9650\u5236\uFF0C\u90E8\u5206\u7F51\u7AD9\u5728\u9996\u6B21\u5F00\u542F\u5B57\u5E55\u540E\u9700\u8981\u91CD\u65B0\u5237\u65B0\u9875\u9762\uFF0C\u6216\u8005\u9700\u7B49\u5F85\u7FFB\u8BD1\u5B8C\u6210\u4EE5\u663E\u793A\u53CC\u8BED\u5B57\u5E55\uFF09\uFF1A",viewWithImmersiveTranslate:"\u53CC\u8BED\u7248\u672C(\u6C89\u6D78\u5F0F\u7FFB\u8BD1)",errorReason:"\u9519\u8BEF\u539F\u56E0\uFF1A{message}","proQuotaExceededError.onetime7day":'\uFF0C\u60A8\u53EF\u4EE5\u9009\u62E9\u4EE5\u4E0B\u65B9\u5F0F\u89E3\u51B3\uFF1A

1. \u5207\u6362\u5230 {anotherService} \u6216\u5176\u4ED6\u7FFB\u8BD1\u670D\u52A1
2. \u5347\u7EA7\u4E3A\u6708\u5EA6/\u5E74\u5EA6\u4F1A\u5458',"proQuotaExceededError.trial":'\uFF0C\u60A8\u53EF\u4EE5\u9009\u62E9\u4EE5\u4E0B\u65B9\u5F0F\u89E3\u51B3\uFF1A

1. \u5207\u6362\u5230 {anotherService} \u6216\u5176\u4ED6\u7FFB\u8BD1\u670D\u52A1
2. \u7ACB\u523B\u5347\u7EA7\u4E3A\u6B63\u5F0F\u4F1A\u5458',"proQuotaExceededError.nonTrial":'\uFF0C\u60A8\u53EF\u4EE5\u9009\u62E9\u4EE5\u4E0B\u65B9\u5F0F\u89E3\u51B3\uFF1A

1. \u5207\u6362\u5230 {anotherService} \u6216\u5176\u4ED6\u7FFB\u8BD1\u670D\u52A1
2. \u8D2D\u4E70 {translationService} \u989D\u5916\u6D41\u91CF\u5305',"proQuotaExceededError.resetTime":"
3. \u989D\u5EA6\u91CD\u7F6E\u65F6\u95F4\uFF1A{resetTime}",paragraphMinTextCountField:"\u7FFB\u8BD1\u6BB5\u843D\u6240\u9700\u7684\u6700\u5C11\u5B57\u7B26\u6570",paragraphMinTextCountDesc:"\u6CE8\u610F\uFF0C\u8FD9\u91CC\u6307\u7684\u5B57\u7B26\u957F\u5EA6\uFF0C\u6BD4\u5982: hello \u662F 5 \u4E2A\u5B57\u7B26, \u8BBE\u7F6E\u4E3A\u66F4\u5927\u7684\u503C\u53EF\u4EE5\u51CF\u5C11\u4E0D\u5FC5\u8981\u7684\u5C0F\u6BB5\u843D\u7FFB\u8BD1",networkError:"\u7FFB\u8BD1\u670D\u52A1\u6216\u7F51\u7EDC\u51FA\u73B0\u95EE\u9898",notLogin:"\u672A\u767B\u5F55","browser.toggleMouseHoverTranslateDirectly":"\u5728\u9875\u9762\u4E0A\u4E34\u65F6\u542F\u7528\u6216\u5173\u95ED\u9F20\u6807\u60AC\u505C\u76F4\u63A5\u7FFB\u8BD1","browser.translateWithOpenAI":"\u4E34\u65F6\u4F7F\u7528 OpenAI \u7FFB\u8BD1\u5F53\u524D\u9875\u9762","browser.translateWithDeepL":"\u4E34\u65F6\u4F7F\u7528 DeepL \u7FFB\u8BD1\u5F53\u524D\u9875\u9762","browser.translateWithGoogle":"\u4E34\u65F6\u4F7F\u7528 Google \u7FFB\u8BD1\u5F53\u524D\u9875\u9762","browser.translateWithBing":"\u4E34\u65F6\u4F7F\u7528\u5FAE\u8F6F\u7FFB\u8BD1\u5F53\u524D\u9875\u9762","browser.translateWithGemini":"\u4E34\u65F6\u4F7F\u7528 Gemini \u7FFB\u8BD1\u5F53\u524D\u9875\u9762","browser.translateWithTransmart":"\u4E34\u65F6\u4F7F\u7528\u817E\u8BAF\u7FFB\u8BD1\u5F53\u524D\u9875\u9762","browser.translateInputBox":"\u7FFB\u8BD1\u5F53\u524D\u8F93\u5165\u6846\u5185\u5BB9",shortcutSettings:"\u5FEB\u6377\u952E",shortcutSettingsTitle:"\u5FEB\u6377\u952E\u8BBE\u7F6E",confirmResetToDefaultSettings:"\u786E\u8BA4\u8981\u6062\u590D\u8BE5\u7FFB\u8BD1\u670D\u52A1\u4E3A\u9ED8\u8BA4\u8BBE\u7F6E\u5417\uFF1F\uFF08\u4EC5\u91CD\u7F6E\u5F53\u524D\u7FFB\u8BD1\u670D\u52A1\u7684\u8BBE\u7F6E\uFF09","intro.hoverTitle":"\u9F20\u6807\u60AC\u505C\u7FFB\u8BD1\u5F53\u524D\u6BB5\u843D","intro.hoverDescription":"\u9F20\u6807\u60AC\u505C\u7FFB\u8BD1\u662F\u6C89\u6D78\u5F0F\u7FFB\u8BD1\u91CC\u975E\u5E38\u91CD\u8981\u7684\u529F\u80FD\uFF0C\u53EA\u9700\u5C06\u9F20\u6807\u653E\u5728\u6BB5\u843D\u4E0A\uFF0C\u540C\u65F6\u6309\u4E0B\u8BBE\u5B9A\u7684\u5FEB\u6377\u952E\uFF0C\u5373\u53EF\u81EA\u52A8\u7FFB\u8BD1\u5F53\u524D\u6BB5\u843D\uFF08\u6CE8\u610F\uFF1A\u9ED8\u8BA4\u6CA1\u6709\u542F\u7528\u54E6\uFF0C\u8BF7\u5728\u4E0B\u65B9\u8BBE\u7F6E\uFF09\uFF0C\u8BE5\u4EA4\u4E92\u7528\u4E8E\u66F4\u597D\u7684\u66FF\u4EE3\u5212\u8BCD\u7FFB\u8BD1\uFF0C\u53E6\u5916\uFF0C\u6B64\u529F\u80FD\u8FD8\u5E7F\u6CDB\u5E94\u7528\u4E8E\u90A3\u4E9B\u65E0\u6CD5\u88AB\u8BC6\u522B\u7684\u7FFB\u8BD1\u533A\u57DF\uFF0C\u4F60\u53EF\u4EE5\u5229\u7528\u8BE5\u529F\u80FD\uFF0C\u5F3A\u5236\u7FFB\u8BD1\u4EFB\u4F55\u6BB5\u843D\u3002","intro.floatBallTitle":"\u5FEB\u6377\u7FFB\u8BD1\u60AC\u6D6E\u7403","intro.floatBallDescription":"\u542F\u7528\u540E\uFF0C\u4F1A\u5728\u9875\u9762\u53F3\u4FA7\u663E\u793A\u4E00\u4E2A\u5FEB\u6377\u7FFB\u8BD1\u6309\u94AE\uFF0C\u70B9\u51FB\u5373\u53EF\u7FFB\u8BD1\uFF0C\u518D\u6B21\u70B9\u51FB\u5373\u53EF\u5207\u6362\u56DE\u539F\u6587\u3002\u5728\u79FB\u52A8\u7AEF\uFF0C\u957F\u6309\u60AC\u6D6E\u7403\uFF0C\u53EF\u4EE5\u6253\u5F00\u5FEB\u6377\u8BBE\u7F6E\u9762\u677F\u3002","intro.subtitleTitle":"\u5728\u7EBF\u89C6\u9891\u53CC\u8BED\u5B57\u5E55\u663E\u793A","intro.subtitleDescription":"\u5F00\u542F\u6B64\u529F\u80FD\u540E\uFF0C\u89C6\u9891\u64AD\u653E\u65F6\u5C06\u81EA\u52A8\u5C55\u793A\u53CC\u8BED\u5B57\u5E55\u3002\u5982\u679C\u672A\u542F\u7528\uFF0C\u60A8\u9700\u5728\u9875\u9762\u4E0A\u624B\u52A8\u70B9\u51FB\u7FFB\u8BD1\u6309\u94AE\u4EE5\u663E\u793A\u5B57\u5E55\u3002\u8BF7\u6CE8\u610F\uFF0C\u7531\u4E8E\u6280\u672F\u9650\u5236\uFF0C\u67D0\u4E9B\u7F51\u7AD9\u5728\u9996\u6B21\u6FC0\u6D3B\u5B57\u5E55\u65F6\u53EF\u80FD\u9700\u8981\u5237\u65B0\u9875\u9762\u6216\u7B49\u5F85\u7FFB\u8BD1\u5B8C\u6210\u540E\uFF0C\u624D\u80FD\u663E\u793A\u53CC\u8BED\u5B57\u5E55\u3002\uFF08\u6B64\u5916\uFF0C\u4F60\u8FD8\u53EF\u4EE5\u5728\u6253\u5F00\u89C6\u9891\u7F51\u7AD9\u540E\uFF0C\u53F3\u4E0A\u89D2\u6253\u5F00\u6C89\u6D78\u5F0F\u7FFB\u8BD1\u7684\u5FEB\u6377\u9762\u677F\u542F\u7528/\u5173\u95ED\uFF09

\u5F53\u524D\u5DF2\u652F\u6301\u5728\u8FD9\u4E9B\u7F51\u7AD9\u4F7F\u7528\u53CC\u8BED\u5B57\u5E55\uFF1A","desc.toggleMouseHoverTranslateDirectly":"\u6309\u4E0B\u8FD9\u4E2A\u5FEB\u6377\u952E\u540E\uFF0C\u5728\u9875\u9762\u4E0A\uFF0C\u53EA\u8981\u9F20\u6807\u6307\u5411\u4EFB\u4F55\u4E00\u6BB5\u6587\u5B57\uFF0C\u5C31\u4F1A\u81EA\u52A8\u7FFB\u8BD1\u8FD9\u6BB5\u6587\u5B57\u3002\u518D\u6309\u4E00\u6B21\u5FEB\u6377\u952E\uFF0C\u5C31\u53EF\u4EE5\u5173\u95ED\u8FD9\u4E2A\u81EA\u52A8\u7FFB\u8BD1\u529F\u80FD\u3002","shortcutGroup.main":"\u5E38\u7528\u529F\u80FD\u5FEB\u6377\u952E","shortcutGroup.others":"\u66F4\u591A\u81EA\u5B9A\u4E49\u529F\u80FD\u5FEB\u6377\u952E","shortcutGroup.shortcutsForTranslationServices":"\u7FFB\u8BD1\u670D\u52A1\u76F8\u5173\u5FEB\u6377\u952E",browserShortcutsSucks:"\u7531\u4E8E\u6D4F\u89C8\u5668\u5BF9\u8F93\u5165\u6846\u7684\u5FEB\u6377\u952E\u8BC6\u522B\u4E0D\u51C6\u786E\uFF0C\u6240\u4EE5\u8BF7\u624B\u52A8\u8F93\u5165\u5FEB\u6377\u952E\u7684\u540D\u5B57\uFF0C\u8F93\u5165\u540E\uFF0C\u70B9\u51FB\u7A7A\u767D\u5904\u5373\u53EF\u81EA\u52A8\u4FDD\u5B58\u3002\uFF08macOS \u91CC\u9762 Alt \u548C Option \u662F\u540C\u6837\u7684\u952E\uFF0C\u5EFA\u8BAE\u7EDF\u4E00\u8F93\u5165 Alt\uFF09\u3002\u6BD4\u5982\uFF1A","shortcutGroup.touch":"\u89E6\u5C4F\u4E13\u7528\u624B\u52BF","shortcutGroup.mouse":"\u9F20\u6807\u60AC\u505C\u5FEB\u6377\u952E\u914D\u7F6E","neverTranslateText.title":"\u4EE5\u4E0B\u5355\u8BCD\u4FDD\u6301\u539F\u6587\uFF0C\u4E0D\u8981\u7FFB\u8BD1","neverTranslateText.description":"\u7531\u4E8E\u67D0\u4E9B\u7FFB\u8BD1\u5F15\u64CE\u5BF9\u4E13\u6709\u540D\u8BCD\u8BC6\u522B\u4E0D\u7406\u60F3\uFF0C\u4F60\u53EF\u4EE5\u5728\u6B64\u5904\u6DFB\u52A0\u5355\u8BCD\uFF0C\u786E\u4FDD\u5B83\u4EEC\u5728\u7FFB\u8BD1\u8FC7\u7A0B\u4E2D\u4E0D\u88AB\u8F6C\u6362\u3002\u8BF7\u6CE8\u610F\uFF0C\u6B64\u529F\u80FD\u533A\u5206\u5927\u5C0F\u5199\uFF0C\u5E76\u4EC5\u652F\u6301\u4EE5\u7A7A\u683C\u5206\u9694\u7684\u5355\u8BCD\u8BED\u8A00\uFF08\u5982\u82F1\u8BED\u3001\u6CD5\u8BED\uFF09\uFF0C\u4E0D\u9002\u7528\u4E8E\u65E5\u8BED\u3001\u97E9\u8BED\u7B49\u8BED\u8A00","tagsInput.add":"+ \u6DFB\u52A0","desc.mouseHoverHoldKey":"\u5F53\u9F20\u6807\u60AC\u505C\u5728\u67D0\u4E2A\u6BB5\u843D\u4E0A\u65F6\uFF0C\u540C\u65F6\u6309\u4E0B\u53F3\u4FA7\u7684\u5FEB\u6377\u952E\uFF0C\u5373\u53EF\u76F4\u63A5\u7FFB\u8BD1\u8BE5\u6BB5\u843D",mouseHoverCustomKeyTitle:"\u81EA\u5B9A\u4E49\u9F20\u6807\u60AC\u505C\u5FEB\u6377\u952E",mouseHoverCustomKeyDescription:"\u4F60\u53EF\u4EE5\u81EA\u5B9A\u4E49\u4E00\u4E2A\u9F20\u6807\u60AC\u505C\u7684\u7EC4\u5408\u5FEB\u6377\u952E\uFF0C\u6BD4\u5982\uFF1A Alt+Z, Ctrl+E, Cmd+Alt+E \u6216\u8005\u76F4\u63A5 Cmd\uFF0C \u8BF7\u624B\u52A8\u8F93\u5165",mouseHoverShortcutPlaceholder:"\u8BF7\u624B\u52A8\u8F93\u5165",browserShortcutsNoteForFirefox:"Firefox \u6D4F\u89C8\u5668\u4FEE\u6539\u5FEB\u6377\u952E\u9700\u8981\u6253\u5F00\u6269\u5C55\u7BA1\u7406\u9875\u9762 `about:addons`\uFF0C\u7136\u540E\u70B9\u51FB\u300C\u8BBE\u7F6E\u300D-> \u300C\u7BA1\u7406\u5FEB\u6377\u952E\u300D",browserShortcutsNoteForChrome:"\u8BF7\u6CE8\u610F\uFF1A\u8981\u5728\u57FA\u4E8EChrome\u5185\u6838\u7684\u6D4F\u89C8\u5668\u4E2D\u4FEE\u6539\u5FEB\u6377\u952E\uFF0C\u8BF7\u8BBF\u95EE[\u6269\u5C55\u7BA1\u7406\u9875\u9762] -> [\u7BA1\u7406\u5FEB\u6377\u952E] ","desc.toggleTranslateTheMainPage":"\u4EC5\u7FFB\u8BD1\u9875\u9762\u4E3B\u8981\u533A\u57DF\uFF0C\u5F53\u4F60\u5728\u8FDB\u9636\u8BBE\u7F6E\u91CC\u542F\u7528\u4E86\u7FFB\u8BD1\u9875\u9762\u5168\u90E8\u533A\u57DF\u540E\uFF0C\u4F60\u53EF\u4EE5\u4F7F\u7528\u8FD9\u4E2A\u5FEB\u6377\u952E\u6765\u4E13\u95E8\u7FFB\u8BD1\u9875\u9762\u7684\u4E3B\u8981\u533A\u57DF","desc.toggleTranslateTheWholePage":"\u7FFB\u8BD1\u9875\u9762\u5168\u90E8\u533A\u57DF\uFF0C\u9ED8\u8BA4\u60C5\u51B5\u4E0B\uFF0C\u6211\u4EEC\u4F1A\u7FFB\u8BD1\u9875\u9762\u7684\u4E3B\u8981\u533A\u57DF\uFF0C\u4F60\u53EF\u4EE5\u4F7F\u7528\u8FD9\u4E2A\u5FEB\u6377\u952E\u6765\u4E13\u95E8\u7FFB\u8BD1\u9875\u9762\u7684\u5168\u90E8\u533A\u57DF","browser.toggleTranslationMask":"\u5207\u6362\u5F53\u524D\u9875\u9762\u8BD1\u6587\u4E3A\u6A21\u7CCA\u6548\u679C\uFF08\u5B66\u4E60\u6A21\u5F0F\uFF09","desc.interfaceLanguage":"\u754C\u9762\u8BED\u8A00\u8BBE\u7F6E\u5F71\u54CD\u63A7\u5236\u9762\u677F\u7684\u663E\u793A\u8BED\u8A00\uFF0C\u548C\u7FFB\u8BD1\u7684\u76EE\u6807\u8BED\u8A00\u65E0\u5173",mouseHoverHoldKey:"\u60AC\u505C\u7FFB\u8BD1\u89E6\u53D1\u952E",clickToSeeQuickDemo:"30 \u79D2\u5FEB\u901F\u6559\u5B66\u89C6\u9891",shortcutDisableTooltip:"\u8BF7\u5728\u6D4F\u89C8\u5668\u63D0\u4F9B\u7684\u6269\u5C55\u5FEB\u6377\u952E\u7BA1\u7406\u9875\u9762\u8FDB\u884C\u8BBE\u7F6E\uFF0C\u66F4\u591A\u6307\u5F15\u8BF7\u67E5\u770B\u672C\u9875\u9762\u6700\u4E0A\u65B9\u7684\u8BF4\u660E",floatBallOptions:"\u60AC\u6D6E\u7403","subtitle.autoEnableSubtitle":"\u81EA\u52A8\u5F00\u542F\u53CC\u8BED\u5B57\u5E55","floatBall.longPress":"\u957F\u6309\u53EF\u5FEB\u901F\u6253\u5F00\u8BBE\u7F6E\u9762\u677F\u54E6",notLoginPro:"\u60A8\u8FD8\u672A\u767B\u5F55\u60A8\u7684\u4F1A\u5458\u8D26\u6237",upgradeToProErrorTitle:"\u8BF7\u5347\u7EA7\u4E3A Pro \u4F1A\u5458\u518D\u4F7F\u7528\u8BE5\u7FFB\u8BD1\u670D\u52A1",loggedIn:"\u5DF2\u767B\u5F55",translationOnlyMode:"\u4EC5\u8BD1\u6587\u6A21\u5F0F",translationOnlyModeDescription:"\u4EC5\u8BD1\u6587\u6A21\u5F0F\u6307\u7684\u662F\u53EA\u663E\u793A\u8BD1\u6587\uFF0C\u800C\u4E0D\u662F\u9ED8\u8BA4\u7684\u53CC\u8BED\u6A21\u5F0F\u3002\u6CE8\u610F\uFF1A\u7531\u4E8E\u6280\u672F\u7684\u9650\u5236\u95EE\u9898\uFF0C\u5728\u4EC5\u8BD1\u6587\u6A21\u5F0F\u4E0B\uFF0C\u539F\u6587\u7684\u8D85\u94FE\u63A5\u5C06\u4F1A\u5931\u6548","description.baiduField":"\u652F\u6301\u7684\u9886\u57DF\u89C1<1>\u8FD9\u91CC\uFF0C\u4E3A\u7A7A\u5219\u8868\u793A\u4E0D\u6307\u5B9A\u9886\u57DF",temprarilyChangeTranslationTo_openai:"\u6B63\u5728\u4F7F\u7528 OpenAI \u7FFB\u8BD1\u5F53\u524D\u9875\u9762",temprarilyChangeTranslationTo_google:"\u6B63\u5728\u4F7F\u7528 Google \u7FFB\u8BD1\u5F53\u524D\u9875\u9762",temprarilyChangeTranslationTo_bing:"\u6B63\u5728\u4F7F\u7528\u5FAE\u8F6F\u7FFB\u8BD1\u5F53\u524D\u9875\u9762",temprarilyChangeTranslationTo_gemini:"\u6B63\u5728\u4F7F\u7528 Gemini \u7FFB\u8BD1\u5F53\u524D\u9875\u9762",temprarilyChangeTranslationTo_transmart:"\u6B63\u5728\u4F7F\u7528\u817E\u8BAF\u7FFB\u8BD1\u5F53\u524D\u9875\u9762",temprarilyChangeTranslationTo_deepl:"\u6B63\u5728\u4F7F\u7528 DeepL \u7FFB\u8BD1\u5F53\u524D\u9875\u9762","widget.translateFile":"PDF/ePub","widget.videoSubtitle":"\u89C6\u9891\u5B57\u5E55","widget.instruction":"\u4F7F\u7528\u8BF4\u660E",buildSnapshots:"\u751F\u6210\u7F51\u9875\u5FEB\u7167","widget.videoSubtitleTooltip":"\u652F\u6301 Youtube \u7B49 {count}+ \u89C6\u9891\u7F51\u7AD9","widget.instructionTooltip":"\u67E5\u770B\u4F7F\u7528\u8BF4\u660E",alwaysTranslateSomeLanguage:"\u603B\u662F\u7FFB\u8BD1{language}\u9875\u9762",alwaysTranslateThisSite:"\u603B\u662F\u7FFB\u8BD1\u8BE5\u7F51\u7AD9",neverTranslateThisSite:"\u6C38\u4E0D\u7FFB\u8BD1\u8BE5\u7F51\u7AD9",touchShortcutsToggleTranslatePage:"\u8BBE\u7F6E\u89E6\u5C4F\u624B\u52BF\u6765\u7FFB\u8BD1\u7F51\u9875/\u663E\u793A\u539F\u6587","desc.touchShortcutsToggleTranslatePage":"\u8BBE\u7F6E\u540E\uFF0C\u5728\u79FB\u52A8\u8BBE\u5907\u65F6\uFF0C\u53EF\u4EE5\u540C\u65F6\u7528 X \u4E2A\u624B\u6307\u89E6\u6478\u5C4F\u5E55\u3001\u5DE6\u53F3\u6ED1\u52A8\u6216\u8FDE\u7EED\u70B9\u51FB\uFF0C\u89E6\u53D1\u7FFB\u8BD1\u7F51\u9875/\u663E\u793A\u539F\u6587",touchShortcutsToggleTranslationMask:"\u8BBE\u7F6E\u89E6\u5C4F\u624B\u52BF\u663E\u793A\u7FFB\u8BD1\u906E\u7F69/\u663E\u793A\u539F\u6587","desc.touchShortcutsToggleTranslationMask":"\u7FFB\u8BD1\u906E\u7F69\u662F\u6307\u8BD1\u6587\u6837\u5F0F\u91CC\u7684\u6A21\u7CCA\u6548\u679C\uFF08\u5B66\u4E60\u6A21\u5F0F\uFF09\uFF0C\u5F00\u542F\u540E\u4E34\u65F6\u5BF9\u8BD1\u6587\u4F7F\u7528\u6A21\u7CCA\u6548\u679C\uFF0C\u65B9\u4FBF\u5B66\u4E60",touchShortcutsToggleTranslateTouchElement:"\u8BBE\u7F6E\u89E6\u5C4F\u624B\u52BF\u7FFB\u8BD1\u6307\u5B9A\u6BB5\u843D","desc.touchShortcutsToggleTranslateTouchElement":"\u81EA\u5B9A\u4E49\u4E00\u4E2A\u624B\u52BF\uFF0C\u5373\u53EF\u7FFB\u8BD1\u60A8\u6240\u5728\u7684\u4EFB\u4F55\u6BB5\u843D",touchShortcutsOff:"\u5173\u95ED","fingers.2":"\u53CC\u6307\u89E6\u6478","fingers.3":"\u4E09\u6307\u89E6\u6478","fingers.4":"\u56DB\u6307\u89E6\u6478","fingers.5":"\u4E94\u6307\u89E6\u6478","multipleClick.2":"\u53CC\u51FB","multipleClick.3":"\u4E09\u8FDE\u51FB","multipleClick.4":"\u56DB\u8FDE\u51FB","slide.left":"\u5411\u53F3\u6ED1\u52A8","slide.right":"\u5411\u5DE6\u6ED1\u52A8",contact:"\u8054\u7CFB\u6211\u4EEC","contact.description":"\u5982\u679C\u60A8\u6709\u4EFB\u4F55\u95EE\u9898\u6216\u5EFA\u8BAE\uFF0C\u6B22\u8FCE\u586B\u5199\u4E0B\u65B9\u8868\u5355\u8054\u7CFB\u6211\u4EEC\uFF0C\u6216\u8005\u53D1\u9001\u90AE\u4EF6\u81F3 {email}\uFF0C\u6211\u4EEC\u4F1A\u5C3D\u5FEB\u56DE\u590D\u60A8\u3002","font.none":"\u65E0","font.Microsoft YaHei":"\u5FAE\u8F6F\u96C5\u9ED1","font.SimSun":"\u5B8B\u4F53","font.NSimSun":"\u65B0\u5B8B\u4F53","font.Microsoft JhengHei":"\u5FAE\u8F6F\u6B63\u9ED1\u4F53","font.KaiTi":"\u6977\u4F53","font.FangSong":"\u4EFF\u5B8B","font.PingFang SC":"\u82F9\u65B9","font.STHeiti":"\u534E\u6587\u9ED1\u4F53","font.STKaiti":"\u534E\u6587\u6977\u4F53","font.STSong":"\u534E\u6587\u5B8B\u4F53","font.STFangsong":"\u534E\u6587\u4EFF\u5B8B","font.STZhongsong":"\u534E\u6587\u4E2D\u5B8B","font.STHupo":"\u534E\u6587\u7425\u73C0","font.STXinwei":"\u534E\u6587\u65B0\u9B4F","font.STLiti":"\u534E\u6587\u96B6\u4E66","font.STXingkai":"\u534E\u6587\u884C\u6977","font.Hiragino Sans GB":"\u51AC\u9752\u9ED1\u4F53","font.Lantinghei SC":"\u5170\u4EAD\u9ED1","font.Hanzipen SC":"\u6C49\u4EEA\u7FE9\u7FE9\u4F53","font.Hannotate SC":"\u6C49\u4EEA\u6CE8\u9ED1","font.Songti SC":"\u5B8B\u4F53","font.Wawati SC":"\u5A03\u5A03\u4F53","font.Weibei SC":"\u9B4F\u7891","font.Xingkai SC":"\u884C\u6977","font.Yapi SC":"\u96C5\u75DE","font.Yuanti SC":"\u5706\u4F53","browser.toggleVideoSubtitlePreTranslation":"\u5207\u6362\u53CC\u8BED\u5B57\u5E55\u4F18\u5148\u4F7F\u7528\u6C89\u6D78\u5F0F\u7FFB\u8BD1\u8BBE\u7F6E","desc.toggleVideoSubtitlePreTranslation":"\u6309\u4E0B\u540E\uFF0C\u89C6\u9891\u53CC\u8BED\u5B57\u5E55\u4F1A\u4F18\u5148\u4F7F\u7528\u6C89\u6D78\u5F0F\u7FFB\u8BD1\u7684\u8BBE\u7F6E\uFF0C\u518D\u6B21\u6309\u4E0B\u4F1A\u4F18\u5148\u4F7F\u7528\u539F\u89C6\u9891\u81EA\u5E26\u7684\u673A\u7FFB\u5B57\u5E55\uFF0C\u6CE8\u610F\uFF1A\u8BE5\u5FEB\u6377\u65B9\u5F0F\u4FEE\u6539\u7684\u662F\u5168\u5C40\u8BBE\u7F6E",videoSubtitlePreTranslationOn:"\u89C6\u9891\u5B57\u5E55\u5C06\u4F18\u5148\u4F7F\u7528\u6C89\u6D78\u5F0F\u7FFB\u8BD1",videoSubtitlePreTranslationOff:"\u89C6\u9891\u5B57\u5E55\u5C06\u4F18\u5148\u4F7F\u7528\u539F\u89C6\u9891\u81EA\u5E26\u7684\u673A\u7FFB\u5B57\u5E55",translationFont:"\u8BBE\u7F6E\u5B57\u4F53","translationFont.custom":"\u8F93\u5165\u81EA\u5B9A\u4E49\u5B57\u4F53","translationFont.customPlaceholder":"\u5B57\u4F53","translationFont.notSupportErrorMessage":"\u8BF7\u68C0\u67E5\u60A8\u8F93\u5165\u7684\u5B57\u4F53\u540D\u79F0\u662F\u5426\u6B63\u786E\uFF0C\u6216\u786E\u8BA4\u8BE5\u5B57\u4F53\u5DF2\u5728\u60A8\u7684\u8BBE\u5907\u4E0A\u5B89\u88C5\u3002","touch.mouse-translate":"\u7FFB\u8BD1\u6307\u5B9A\u6BB5\u843D","translationServices.inherit":"\u8DDF\u968F\u4E3B\u7FFB\u8BD1\u670D\u52A1","error.serveConfigError":"\u670D\u52A1\u914D\u7F6E\u9519\u8BEF","error.reloadPageOfSetting":"\u914D\u7F6E\u540E\uFF0C\u8BF7\u5237\u65B0\u9875\u9762\u518D\u6B21\u7FFB\u8BD1\u3002","error.googleLimitIp":"\u670D\u52A1\u8FD4\u56DE\u9519\u8BEF\uFF0C\u8C37\u6B4C\u670D\u52A1\u5DF2\u5BF9\u8BE5IP\u5730\u5740\u8FDB\u884C\u9650\u6D41\uFF0C\u5EFA\u8BAE\u60A8\u66F4\u6362\u7F51\u7EDC\u8282\u70B9\u3002","error.openAIFreeLimit":"\u670D\u52A1\u8FD4\u56DE\u9519\u8BEF\uFF0C\u5F53\u524D\u7684\u7FFB\u8BD1\u8BF7\u6C42\u9891\u7387\u5DF2\u8FBE\u5230\u6BCF\u5206\u949F\u6700\u591A 3 \u6B21\u7684\u4E0A\u9650\uFF0C\u8BF7\u7A0D\u540E\u518D\u8BD5\u3002\uFF08\u8FD9\u662F OpenAI \u5B98\u65B9\u5BF9\u514D\u8D39 API Key \u7684\u9650\u5236\uFF0C\u82E5\u8981\u89E3\u9664\u6B64\u9650\u5236\uFF0C\u8BF7\u5728 OpenAI \u540E\u53F0\u7ED1\u5B9A\u4FE1\u7528\u5361\u3002\uFF09","error.openAIExceededQuota":"\u670D\u52A1\u8FD4\u56DE\u9519\u8BEF\uFF1A\u4F60\u5F53\u524D\u7684 OpenAI \u8D26\u6237\u4F59\u989D\u4E0D\u8DB3\uFF0C\u8BF7\u5728 OpenAI \u5B98\u65B9\u540E\u53F0\u8FDB\u884C\u5145\u503C\u6216\u8005\u7ED1\u5B9A\u4FE1\u7528\u5361\u3002","error.429":"\u670D\u52A1\u8FD4\u56DE\u9519\u8BEF\uFF0C\u8BF4\u660E\u8BF7\u6C42\u8FC7\u4E8E\u9891\u7E41\u6216\u8D85\u51FA\u989D\u5EA6\u9650\u5236\uFF0C\u8BF7\u7A0D\u540E\u518D\u8BD5\u3002","error.403":"\u670D\u52A1\u8FD4\u56DE\u9519\u8BEF\uFF0C \u6682\u65F6\u6CA1\u6709\u6743\u9650\u8BBF\u95EE\u8BE5\u670D\u52A1\u3002 ","error.400":"\u670D\u52A1\u8FD4\u56DE\u9519\u8BEF\uFF0C \u8BF7\u6C42\u53C2\u6570\u9519\u8BEF\uFF0C\u8BF7\u68C0\u67E5\u76F8\u5E94\u914D\u7F6E\u3002","error.502":"\u670D\u52A1\u8FD4\u56DE\u9519\u8BEF\uFF0C \u670D\u52A1\u8D85\u65F6\uFF0C\u8BF7\u7A0D\u540E\u518D\u8BD5\u3002 ","error.proTokenInvalid":"\u82E5\u60A8\u662FPro\u7528\u6237\uFF0C\u8BF7\u767B\u9646\u540E\u518D\u4F7F\u7528Pro\u7FFB\u8BD1\u670D\u52A1 ","error.proUpgrade":"\u5347\u7EA7\u540E\uFF0C\u8BF7\u5237\u65B0\u9875\u9762\u518D\u6B21\u7FFB\u8BD1\u3002","error.configError":"\u914D\u7F6E\u6570\u636E\u5F02\u5E38","error.goReset":"\u53BB\u91CD\u7F6E",batchEdit:"\u6279\u91CF\u64CD\u4F5C","translationModeLang.translation.title":"\u4EC5\u8BD1\u6587\u6A21\u5F0F\u7684\u8BED\u8A00","translationModeLang.translation.description":"\u5F53\u9875\u9762\u8BED\u8A00\u4E3A\u4E0B\u5217\u8BED\u8A00\u65F6\uFF0C\u4F1A\u81EA\u52A8\u4F7F\u7528\u4EC5\u8BD1\u6587\u6A21\u5F0F","translationModeUrl.translation.title":"\u4EC5\u8BD1\u6587\u6A21\u5F0F\u7684\u7F51\u5740","translationModeUrl.translation.description":"\u5F53\u7F51\u7AD9\u4E3A\u4E0B\u5217\u57DF\u540D\u65F6\uFF0C\u4F1A\u81EA\u52A8\u4F7F\u7528\u4EC5\u8BD1\u6587\u6A21\u5F0F","browser.toggleOnlyTransation":"\u5207\u6362\u53CC\u8BED/\u4EC5\u8BD1\u6587\u6A21\u5F0F","desc.toggleOnlyTransation":"\u4EC5\u8BD1\u6587\u6A21\u5F0F\u6307\u7684\u662F\u53EA\u663E\u793A\u8BD1\u6587\uFF0C\u5982\u679C\u7F51\u9875\u8FD8\u6CA1\u6709\u7FFB\u8BD1\u7684\u8BDD\uFF0C\u5C06\u4F1A\u5207\u6362\u6A21\u5F0F\u5E76\u7FFB\u8BD1",touchShortcutsToggleTranslatePageOnlyTranslation:"\u8BBE\u7F6E\u89E6\u5C4F\u624B\u52BF\u5207\u6362\u53CC\u8BED/\u4EC5\u8BD1\u6587\u6A21\u5F0F","desc.touchShortcutsToggleTranslatePageOnlyTranslation":"\u4EC5\u8BD1\u6587\u6307\u7684\u662F\u53EA\u663E\u793A\u8BD1\u6587\uFF0C\u5982\u679C\u7F51\u9875\u8FD8\u6CA1\u6709\u7FFB\u8BD1\u7684\u8BDD\uFF0C\u5C06\u4F1A\u5207\u6362\u6A21\u5F0F\u5E76\u7FFB\u8BD1",download_started:"\u4E0B\u8F7D\u5DF2\u7ECF\u5F00\u59CB\uFF0C\u5982\u679C\u6CA1\u6709\u81EA\u52A8\u4E0B\u8F7D\uFF0C\u8BF7\u624B\u52A8\u70B9\u51FB",here:"\u8FD9\u91CC",detectServiceLoading:"\u6B63\u5728\u68C0\u6D4B\u53EF\u7528\u7684\u7FFB\u8BD1\u670D\u52A1...",toggleToService:"\u5207\u6362\u5230{service}\u5E76\u91CD\u8BD5","error.gemini.429":"\u5F53\u524D Gemini \u670D\u52A1\u5F53\u524D\u627F\u8F7D\u80FD\u529B\u5DF2\u8FBE\u4E0A\u9650\uFF0C\u8BF7\u60A8\u7A0D\u540E\u518D\u8BD5\uFF0C\u6216\u8005\u5207\u6362\u5230\u5176\u4ED6\u7FFB\u8BD1\u670D\u52A1\u3002",enableSentryReport:"\u5F53\u6269\u5C55\u53D1\u751F\u9519\u8BEF\u65F6\uFF0C\u4F7F\u7528 Sentry \u63D0\u4EA4\u53CD\u9988","error.subscriptionExpired":"\u60A8\u7684\u4F1A\u5458\u53EF\u80FD\u5DF2\u8FC7\u671F\uFF0C\u8BF7\u68C0\u67E5\u60A8\u7684\u4F1A\u5458\u72B6\u6001","error.subscriptionExpiredTitle":"\u4F1A\u5458\u5DF2\u8FC7\u671F","languages.auto":"\u81EA\u52A8\u68C0\u6D4B","error.serveUnavailable":"\u60A8\u5F53\u524D\u6240\u4F7F\u7528\u7684 [{serverName}] \u670D\u52A1\u56E0\u7F51\u7EDC\u8FDE\u63A5\u6216\u670D\u52A1\u63D0\u4F9B\u5546\u7684\u95EE\u9898\u6682\u65F6\u65E0\u6CD5\u8BBF\u95EE\u3002\u5EFA\u8BAE\u60A8\u5C1D\u8BD5\u5237\u65B0\u9875\u9762\u6216\u901A\u8FC7<1>\u8BBE\u7F6E\u66F4\u6362\u5176\u4ED6\u7FFB\u8BD1\u670D\u52A1\u3002\u82E5\u60A8\u662F<2>Pro\u4F1A\u5458\uFF0C\u53EF\u4EE5\u9009\u62E9\u4F7F\u7528\u66F4\u4E3A\u7A33\u5B9A\u7684 DeepL \u6216 OpenAI \u7FFB\u8BD1\u670D\u52A1\uFF08<3>\u70B9\u6B64\u514D\u8D39\u4F53\u9A8C\uFF09\u3002 \u53E6\u5916\uFF0C\u60A8\u4E5F\u53EF\u80FD\u9700\u8981\u68C0\u67E5\u60A8\u7684\u7F51\u7EDC\u6216\u4EE3\u7406\u8BBE\u7F6E\u3002","floatBall.setting":"\u8BBE\u7F6E","floatBall.translateToLanguage":"\u70B9\u51FB\u7FFB\u8BD1\u4E3A{language}",changeToOnlyTranslationMode:"\u5207\u6362\u9ED8\u8BA4\u8BD1\u6587\u6A21\u5F0F\u4E3A\u4EC5\u663E\u793A\u8BD1\u6587",changeToDualTranslationMode:"\u5207\u6362\u9ED8\u8BA4\u8BD1\u6587\u6A21\u5F0F\u4E3A\u53CC\u8BED\u5BF9\u7167",changeToOnlyTempTranslationMode:`\u5F53\u524D\u4E3A\u53CC\u8BED\u5BF9\u7167 \u70B9\u51FB\u5207\u6362\u4E3A\u4EC5\u8BD1\u6587`,changeToDualTempTranslationMode:`\u5F53\u524D\u4E3A\u4EC5\u8BD1\u6587 \u70B9\u51FB\u5207\u6362\u4E3A\u53CC\u8BED\u5BF9\u7167`,"subtitle.transitionMode":"\u89C6\u9891\u5B57\u5E55\u53CC\u8BED/\u4EC5\u8BD1\u6587\u8BBE\u7F6E","subtitle.transitionModeDescription":"\u8BBE\u7F6E\u89C6\u9891\u5B57\u5E55\u4E3A\u53CC\u8BED\u5BF9\u7167\u6216\u4EC5\u8BD1\u6587\u6A21\u5F0F","transitionMode.inherit":"\u548C\u7CFB\u7EDF\u7684\u9ED8\u8BA4\u8BD1\u6587\u663E\u793A\u6A21\u5F0F\u4FDD\u6301\u4E00\u81F4","transitionMode.translation":"\u4EC5\u8BD1\u6587","transitionMode.dual":"\u53CC\u8BED\u5BF9\u7167","options.navbar.translateFile":"\u7FFB\u8BD1\u6587\u6863","options.navbar.installApp":"\u5B89\u88C5\u624B\u673A APP","subtitle.showQuickButtonDescription":"\u5728\u89C6\u9891\u64AD\u653E\u5668\u53F3\u4E0B\u89D2\u63D0\u4F9B\u542F\u7528\u53CC\u8BED\u5B57\u5E55\u7684\u5FEB\u6377\u65B9\u5F0F",translateFileTooltip:`\u7FFB\u8BD1 PDF\u3001ePub\u3001srt\u3001 @@ -4952,7 +4952,7 @@ ass\u3001HTML\u3001TXT\u6587\u4EF6`,"subtitle.quickButton.setting":"\u8BBE\u7F6E {env.imt_sub_trans_field}: \u8BD1\u6587 - id: 2 {env.imt_sub_source_field}: Source - {env.imt_sub_trans_field}: \u8BD1\u6587`,"browser.PdfProFile":"AI \u9A71\u52A8\u7684 PDF Pro \u7FFB\u8BD1","browser.textTranslate":"\u6587\u672C\u7FFB\u8BD1"};var dh={nologin:"\u672A\u767B\u9304",loginForSafari:"\u767B\u5165\u6216\u8A3B\u518A",login:"\u767B\u9304",goLogin:"\u53BB\u767B\u9304",manageAccount:"\u7BA1\u7406\u8CEC\u6236",openPremium:"\u958B\u901A\u6703\u54E1",logout:"\u9000\u51FA",curentPlan:"\u7576\u524D\u5957\u9910",endAt:"\u5230\u671F",endAuto:"\u81EA\u52D5\u7E8C\u671F",lineBreakMaxTextCount:"\u63DB\u884C\u5F8C\uFF0C\u6BCF\u53E5\u8A71\u5141\u8A31\u7684\u6700\u5927\u5B57\u5143\u6578\u91CF","translate-pdf":"\u9EDE\u9078\u7FFB\u8B6F PDF","noSupportTranslate-pdf":"\u8173\u672C\u4E0D\u652F\u63F4\uFF0C\u8ACB\u4F7F\u7528\u64F4\u5145\u5957\u4EF6","translate-firefox-local-pdf":"\u9EDE\u64CA\u53BB\u5C0E\u5165PDF",enableLineBreak:"\u958B\u555F\u9577\u6BB5\u843D\u81EA\u52D5\u63DB\u884C",sponsorLabel:"$1 \u8D77\u8D0A\u52A9\u958B\u767C\u8005 (\u6708\u4ED8\u6216\u50C5\u8D0A\u52A9\u4E00\u6B21\u5747\u53EF)",help:"\u8AAA\u660E",enableLineBreakDescription:"\u555F\u7528\u5F8C\uFF0C\u5C07\u6703\u5728\u9577\u6BB5\u843D\u4E2D\u6BCF\u53E5\u8A71\u7D50\u675F\u63D2\u5165\u63DB\u884C\u5B57\u5143\uFF0C\u4EE5\u4FBF\u65BC\u95B1\u8B80","browser.shortBrandName":"\u6C89\u6D78\u5F0F\u7FFB\u8B6F","browser.brandName":"\u6C88\u6D78\u5F0F\u7FFB\u8B6F - \u7DB2\u9801\u7FFB\u8B6F\u64F4\u5145 | PDF\u7FFB\u8B6F | \u514D\u8CBB","browser.brandDescription":"\u3010\u6C88\u6D78\u5F0F\u7FFB\u8B6F\u3011\u4E00\u6B3E\u514D\u8CBB\u7684\uFF08\u539F\u6587/\u8B6F\u6587\uFF09\u96D9\u8A9E\u5C0D\u7167\u7DB2\u9801\u7FFB\u8B6F\u64F4\u5145\uFF0C\u540C\u6642\u652F\u6301PDF\u7FFB\u8B6F\uFF08\u4FDD\u7559\u539F\u6587\u6A94\u6392\u7248\uFF09\uFF0C\u8996\u983B\u96D9\u8A9E\u5B57\u5E55\u7FFB\u8B6F\uFF08Youtube, Netflix\u7B49\uFF09\uFF0CEPUB\u96FB\u5B50\u66F8\u7FFB\u8B6F\u7B49\uFF1B\u652F\u6301\u8ABF\u7528\u4EBA\u5DE5\u667A\u80FDAI\u7FFB\u8B6F\u5927\u6A21\u578B\uFF08OpenAI (ChatGPT)\u3001DeepL\u3001Gemini(Bard) \u7B49 \uFF09\u5C0D\u4EE5\u4E0A\u5167\u5BB9\u9032\u884C\u66F4\u6E96\u78BA\u7684\u7FFB\u8B6F\uFF1B","browser.toggleTranslatePage":"\u7FFB\u8B6F\u7DB2\u9801/\u986F\u793A\u539F\u6587","browser.toggleTranslateTheWholePage":"\u7FFB\u8B6F\u9801\u9762\u5168\u90E8\u5340\u57DF/\u986F\u793A\u539F\u6587","browser.toggleTranslateToThePageEndImmediately":"\u7ACB\u5373\u7FFB\u8B6F\u5230\u9801\u9762\u5E95\u90E8/\u986F\u793A\u539F\u6587","browser.toggleTranslateTheMainPage":"\u7FFB\u8B6F\u9801\u9762\u4E3B\u8981\u5340\u57DF/\u986F\u793A\u539F\u6587","browser.shareToDraft":"\u751F\u6210\u7DB2\u9801\u5FEB\u7167","browser.openOptionsPage":"\u958B\u555F\u8A2D\u5B9A\u9801\u9762","browser.translateLocalPdfFile":"\u7FFB\u8B6F\u672C\u6A5F PDF \u6A94\u6848","browser.openEbookViewer":"\u95B1\u8B80\u672C\u6A5F\u96FB\u5B50\u66F8","browser.openEbookBuilder":"\u88FD\u4F5C\u96D9\u8A9E EPUB \u96FB\u5B50\u66F8","browser.translateLocalHtmlFile":"\u7FFB\u8B6F HTML/txt \u6A94\u6848","browser.donateContext":"\u4E86\u89E3\u8D0A\u52A9\u798F\u5229","browser.translateLocalSubtitleFile":"\u7FFB\u8B6F\u5B57\u5E55\u6A94\u6848",confirmResetConfig:"\u4F60\u78BA\u5B9A\u8981\u91CD\u8A2D\u8A2D\u5B9A\u55CE\uFF1F",translationLineBreakSettingTitle:"\u8B6F\u6587\u63DB\u884C\u8A2D\u5B9A",smartLineBreak:"\u667A\u6167\u63DB\u884C",alwaysLineBreak:"\u7E3D\u662F\u63DB\u884C",isShowContextMenu:"\u5C07\u7DB2\u9801\u7FFB\u8B6F\u529F\u80FD\u52A0\u5165\u53F3\u9375\u9078\u55AE",toggleBeta:"\u958B\u555F Beta \u6E2C\u8A66\u529F\u80FD",betaDescription:"\u555F\u7528\u4ECD\u5728\u5BE6\u9A57\u7684\u529F\u80FD\u4EE5\u53CA\u6E2C\u8A66\u4E2D\u7684\u7FFB\u8B6F\u670D\u52D9\u3002\u52A0\u5165 <1>Telegram \u7FA4\u7D44\u4E86\u89E3\u66F4\u591A\u3002",translationLineBreakSettingDescription:"\u7E3D\u662F\u63DB\u884C\u9069\u7528\u65BC\u8F03\u5C11\u5167\u5BB9\u7684\u7248\u9762\uFF0C\u66F4\u6574\u9F4A\u3002(\u5728\u5167\u5BB9\u8F03\u591A\u7684\u9577\u6BB5\u843D(\u8D85\u904E {count} \u500B\u5B57\u5143) \u4F7F\u7528\u667A\u6167\u63DB\u884C\u6703\u66F4\u7701\u7A7A\u9593)",tempTranslateDomainTitle:"\u81E8\u6642\u958B\u555F\u7DB2\u7AD9\u7FFB\u8B6F\u7684\u6642\u9577",tempTranslateDomainDescription:"\u7576\u624B\u52D5\u7FFB\u8B6F\u67D0\u500B\u7DB2\u9801\u7684\u6642\u5019\uFF0C\u81E8\u6642\u958B\u555F\u8A72\u7DB2\u7AD9\u70BA\u81EA\u52D5\u7FFB\u8B6F",xMinutes:"{count} \u5206\u9418",disabled:"\u505C\u7528",changelog:"\u66F4\u65B0\u8A18\u9304",toggleTranslatePageWhenThreeFingersOnTheScreen:"\u591A\u6307\u540C\u6642\u89F8\u6478\u87A2\u5E55\u5247\u7FFB\u8B6F\u7DB2\u9801/\u986F\u793A\u539F\u6587",toggleTranslationMaskWhenThreeFingersOnTheScreen:"\u591A\u6307\u540C\u6642\u89F8\u6478\u5247\u986F\u793A/\u96B1\u85CF\u8B6F\u6587\u6A21\u7CCA\u6548\u679C",addUrlDescription:"\u53EF\u4EE5\u70BA\u7DB2\u57DF\u540D\u7A31\uFF0C\u540C\u6642\u652F\u63F4\u842C\u7528\u5B57\u5143\uFF0C\u5982\uFF1A*.google.com, google.com/mail/*, https://www.google.com/*",general:"\u57FA\u672C\u8A2D\u5B9A",clickToExpandConfig:"\u5C55\u958B\u76EE\u524D\u8A2D\u5B9A",import:"\u5F9E\u6A94\u6848\u532F\u5165",export:"\u532F\u51FA\u70BA\u6A94\u6848",toggleDebug:"\u5728\u4E3B\u63A7\u53F0\u986F\u793A\u5075\u932F\u8A18\u9304","fingers.0":"\u95DC\u9589",mouseHoldKey:"+ {key} \u7FFB\u8B6F/\u9084\u539F\u8A72\u6BB5",mouseHoldKeyAuto:"\u76F4\u63A5\u7FFB\u8B6F\u8A72\u6BB5",mouseHoldKeyOff:"\u4E0D\u505A\u4EFB\u4F55\u4E8B\u60C5",mouseHoldKeyOther:"\u81EA\u5B9A\u7FA9\u5FEB\u6377\u9375(\u6253\u958B\u8A2D\u7F6E)",mouseHoldKeyCustomKey:"{key} \u7FFB\u8B6F/\u9084\u539F\u8A72\u6BB5","mouse-translate":"\u9F20\u6A19\u6ED1\u904E",document:"\u8AAA\u660E\u6587\u4EF6",resetSuccess:"\u91CD\u8A2D\u6240\u6709\u8A2D\u5B9A\u6210\u529F",resetThisSuccess:"\u91CD\u8A2D\u6210\u529F",saved:"\u5132\u5B58\u6210\u529F",successImportConfig:"\u6210\u529F\u532F\u5165\u8A2D\u5B9A",goAdvancedSettings:"\u524D\u5F80\u9032\u968E\u8A2D\u5B9A\u9801\u9762",goAdvancedInterfaceSettings:"\u524D\u5F80\u81EA\u8A02\u8A2D\u5B9A\u9801\u9762",advanced:"\u9032\u968E\u8A2D\u5B9A",advancedDescription:"\u6B63\u5E38\u60C5\u6CC1\u7121\u9700\u8A2D\u5B9A\uFF0C\u4FDD\u6301\u9810\u8A2D\u5373\u53EF\u3002\u50C5\u91DD\u5C0D\u66F4\u5C08\u696D\u7684\u4F7F\u7528\u8005\uFF0C\u63D0\u4F9B\u66F4\u500B\u4EBA\u5316\u7684\u8A2D\u5B9A\u9805\u76EE\u3002",developer:"\u958B\u767C\u8005\u8A2D\u5B9A",donateCafe:"\u50F9\u683C","translate to the bottom of the page":"\u9032\u5165\u7DB2\u9801\u5F8C\uFF0C\u662F\u5426\u7ACB\u5373\u7FFB\u8B6F\u5230\u9801\u9762\u5E95\u90E8\uFF1F",feedback:"\u554F\u984C\u56DE\u5831",toggleTranslatePage:"\u7FFB\u8B6F\u7DB2\u9801/\u986F\u793A\u539F\u6587",translateToThePageEndImmediatelyDescription:"\u555F\u7528\u5F8C\uFF0C\u9032\u5165\u7DB2\u9801\u5C07\u7ACB\u5373\u7FFB\u8B6F\u5F9E\u9802\u90E8\u5230\u5E95\u90E8\u7684\u5167\u5BB9\u3002\u95DC\u9589\u5247\u908A\u770B\u908A\u8B6F\u3002\uFF08\u4E0D\u63A8\u85A6\u958B\u555F\uFF09","translate all areas of the page":"\u662F\u5426\u7FFB\u8B6F\u7DB2\u9801\u6240\u6709\u5340\u57DF",translationAreaDescription:"\u555F\u7528\u5F8C\uFF0C\u7DB2\u9801\u7684\u6240\u6709\u5340\u57DF\u90FD\u6703\u88AB\u7FFB\u8B6F\u3002\u95DC\u9589\u5247\u4F7F\u7528\u9810\u8A2D\u7684\u667A\u6167\u8FA8\u8B58\uFF0C\u50C5\u7FFB\u8B6F\u4E3B\u8981\u5340\u57DF\u3002(\u4E0D\u63A8\u85A6\u958B\u555F)","the number of characters to be translated first":"\u76F4\u63A5\u7FFB\u8B6F\u9801\u9762\u524D\u591A\u5C11\u500B\u5B57\u5143\uFF0C\u800C\u7121\u9700\u7B49\u5F85\u6372\u52D5\u81F3\u53EF\u898B\u5340\u57DF","interface language":"\u4ECB\u9762\u8A9E\u8A00","display both the original text and the translation":"\u540C\u6642\u986F\u793A\u539F\u6587\u548C\u8B6F\u6587","keyboard shortcuts":"\u9375\u76E4\u5FEB\u901F\u9375",modify:"\u8B8A\u66F4\u5FEB\u901F\u9375",reset:"\u91CD\u8A2D",close:"\u95DC\u9589",homepage:"\u9996\u9801",more:"\u66F4\u591A",moreOptions:"\u5C55\u958B\u66F4\u591A\u81EA\u8A02\u9078\u9805",translateTheWholePage:"\u7FFB\u8B6F\u9801\u9762\u5168\u90E8\u5340\u57DF\uFF08\u5340\u5206\u65BC\u53EA\u7FFB\u8B6F\u4E3B\u8981\u5340\u57DF\uFF09",changeToTranslateTheWholePage:"\u5207\u63DB\u70BA\u7FFB\u8B6F\u6240\u6709\u5340\u57DF",changeToTranslateTheMainPage:"\u5207\u63DB\u70BA\u7FFB\u8B6F\u4E3B\u8981\u5340\u57DF",translateToThePageEndImmediately:"\u7ACB\u5373\u7FFB\u8B6F\u5230\u5E95\u90E8\uFF08\u5340\u5206\u65BC\u770B\u54EA\u8B6F\u54EA\uFF09",translateTheMainPage:"\u667A\u6167\u7FFB\u8B6F\u4E3B\u8981\u5340\u57DF","The local rules are up to date":"\u672C\u6A5F\u898F\u5247\u5DF2\u70BA\u6700\u65B0\uFF1A","Successfully synchronized with the latest official rules:":"\u6210\u529F\u540C\u6B65\u6700\u65B0\u5B98\u65B9\u898F\u5247\uFF1A","Checking for updates":"\u6B63\u5728\u6AA2\u67E5\u66F4\u65B0","Rules are being synchronized":"\u6B63\u5728\u540C\u6B65\u5B98\u65B9\u898F\u5247",localVersionIsTooOld:"\u672C\u6A5F\u5957\u4EF6\u7248\u672C\u904E\u820A\uFF0C\u8ACB\u5347\u7D1A\u5957\u4EF6\u81F3 {minVersion} \u6216\u66F4\u65B0\u7684\u7248\u672C\u518D\u5617\u8A66\u540C\u6B65",badUserscriptBrowser:"\u76EE\u524D\u700F\u89BD\u5668\u7121\u6CD5\u6B63\u78BA\u5BE6\u73FE\u6CB9\u7334\u5957\u4EF6\u7684\u4ECB\u9762\uFF0C\u8ACB\u4F7F\u7528\u5176\u4ED6<1>\u652F\u63F4\u6CB9\u7334\u5957\u4EF6\u7684\u700F\u89BD\u5668\u5982(Firefox Nightly \u7248\u672C)",foundNewVersion:"\u6709\u65B0\u7248\u672C\u53EF\u7528",theLocalExtensionIsUpToUpdate:"\u76EE\u524D\u5957\u4EF6\u5DF2\u662F\u6700\u65B0\u7248\u672C",failToSyncRules:"\u540C\u6B65\u6700\u65B0\u5B98\u65B9\u898F\u5247\u5931\u6557",retry:"\u9EDE\u6B64\u91CD\u8A66",failedReason:"\u5931\u6557\u539F\u56E0",currentRuleVersion:"\u76EE\u524D\u898F\u5247\u7248\u672C",calculating:"\u6B63\u5728\u8A08\u7B97",unknownError:"\u672A\u77E5\u7684\u932F\u8AA4",canNotFetchRemoteRule:"\u7121\u6CD5\u53D6\u5F97\u9060\u7AEF\u898F\u5247",enableAlphaSuccess:"\u5DF2\u555F\u7528 Alpha \u529F\u80FD",disableAlphaSuccess:"\u5DF2\u505C\u7528 Alpha \u529F\u80FD",cacheSize:"\u5FEB\u53D6\u5927\u5C0F\uFF1A",cleaning:"\u6B63\u5728\u6E05\u7406",cleanCache:"\u6E05\u9664\u5FEB\u53D6",options:"\u9078\u9805",about:"\u95DC\u65BC",service:"\u7FFB\u8B6F\u670D\u52D9",needAction:"(\u524D\u5F80\u8A2D\u5B9A)",goSettings:"\u524D\u5F80\u8A2D\u5B9A",needActionForOptions:"(\u9700\u8A2D\u5B9A)",translationEngine:"\u5F15\u64CE\u9078\u9805",sourceLanguage:"\u539F\u6587\u8A9E\u8A00",target:"\u76EE\u6A19\u8A9E\u8A00",popupSourceLanguage:"\u539F\u6587\u8A9E\u8A00",popupTarget:"\u76EE\u6A19\u8A9E\u8A00",popupService:"\u7FFB\u8B6F\u670D\u52D9",forThisSite:"\u7576\u524D\u7DB2\u7AD9",autoEnableSubtitle:"\u81EA\u52D5\u958B\u555F\u96D9\u8A9E\u5B57\u5E55",alwaysTranslate:"\u7E3D\u662F\u7FFB\u8B6F",neverTranslate:"\u6C38\u4E0D\u7FFB\u8B6F",neverTranslateSomeLanguage:"\u6C38\u4E0D\u7FFB\u8B6F {language}",alwaysTranslateSomeSite:"\u7E3D\u662F\u7FFB\u8B6F {hostname}",neverTranslateSomeSite:"\u6C38\u4E0D\u7FFB\u8B6F {hostname}",alwaysTranslateSomeSiteOrWildSite:"\u7E3D\u662F\u7FFB\u8B6F\u7DB2\u7AD9",alwaysTranslateSomePage:"\u7E3D\u662F\u7FFB\u8B6F\u8A72\u7DB2\u9801",add:"\u65B0\u589E",default:"\u9810\u8A2D",forThisLanguage:"\u91DD\u5C0D\u8A72\u8A9E\u8A00\uFF1A","add url":"\u8F38\u5165 URL",edit:"\u7DE8\u8F2F",pickAll:"\u5168\u9078","translate other languages into specific language":"\u5C07\u5176\u5B83\u8A9E\u8A00\u7FFB\u8B6F\u70BA\u4F60\u8A2D\u5B9A\u7684\u8A9E\u8A00","select translation service":"\u9078\u64C7\u4F60\u60F3\u7528\u7684\u7FFB\u8B6F\u670D\u52D9",language:"\u8A9E\u8A00","show-original":"\u986F\u793A\u539F\u6587",translate:"\u7FFB\u8B6F",Translated:"\u5DF2\u7FFB\u8B6F",Translating:"\u6B63\u5728\u7FFB\u8B6F",Error:"\u932F\u8AA4",allowCacheTranslations:"\u555F\u7528\u672C\u6A5F\u7FFB\u8B6F\u5FEB\u53D6\uFF08\u6E1B\u5C11\u91CD\u8907\u6BB5\u843D\u7684\u7FFB\u8B6F\u8981\u6C42\uFF09","translation display":"\u8B6F\u6587\u986F\u793A\u6A23\u5F0F","select diplay style":"\u5340\u5206\u8B6F\u6587\u7684\u6A23\u5F0F\uFF0C\u5177\u9AD4\u53EF\u53C3\u8003\u4E0B\u5217\u7BC4\u4F8B",interface:"\u4ECB\u9762\u8A2D\u5B9A",import_export:"\u532F\u5165/\u532F\u51FA",import_export_title:"\u532F\u5165/\u532F\u51FA\u8A2D\u5B9A",syncToGoogleDrive:"\u7ACB\u5373\u8207 Google Drive \u540C\u6B65","floatBallOptions.enable":"\u555F\u7528\u61F8\u6D6E\u7403","floatBallOptions.blockUrls":"\u7981\u7528\u7DB2\u7AD9","floatBallOptions.add":"\u6DFB\u52A0","floatBallOptions.blockUrlDesc":"\u7576\u9047\u5230\u4EE5\u4E0B\u7DB2\u7AD9\u6642\u4E0D\u986F\u793A\u61F8\u6D6E\u7403","floatBallOptions.clickType":"\u9EDE\u64CA\u884C\u70BA","floatBallOptions.clickTypeDesc":"\u61F8\u6D6E\u7403\u5716\u6A19\u9EDE\u64CA\u6642\u7684\u884C\u70BA","floatBallOptions.clickPopup":"\u986F\u793A\u7FFB\u8B6F\u9762\u677F","floatBallOptions.clickTranslate":"\u7FFB\u8B6F/\u986F\u793A\u539F\u6587","floatBallOptions.fixedPosition":"\u56FA\u5B9A\u4F4D\u7F6E","floatBallOptions.fixedPositionDesc":"\u61F8\u6D6E\u7403\u5728\u7A97\u53E3\u5DE6\u5074\u9084\u662F\u53F3\u5074","floatBallOptions.fixedPositionLeft":"\u5DE6\u5074","floatBallOptions.fixedPositionRight":"\u53F3\u5074",previewAllThemes:"\u9810\u89BD\u5168\u90E8\u6A23\u5F0F","translationTheme.none":"\u7121","translationTheme.grey":"\u9ED1\u7070\u8272","translationTheme.dashed":"\u7834\u6298\u865F\u5E95\u7DDA","translationTheme.dotted":"\u9EDE\u72C0\u5E95\u7DDA","translationTheme.dashedBorder":"\u865B\u7DDA\u6846\u7DDA","translationTheme.solidBorder":"\u5BE6\u7DDA\u6846\u7DDA","translationTheme.underline":"\u76F4\u7DDA\u5E95\u7DDA","translationTheme.mask":"\u6A21\u7CCA\u6548\u679C\uFF08\u5B78\u7FD2\u6A21\u5F0F\uFF09","translationTheme.opacity":"\u900F\u660E\u6548\u679C","translationTheme.paper":"\u767D\u7D19\u9670\u5F71\u6548\u679C","translationTheme.dividingLine":"\u5206\u9694\u7DDA","translationTheme.highlight":"\u9192\u76EE\u63D0\u793A","translationTheme.marker":"\u99AC\u514B\u7B46","translationTheme.marker2":"\u99AC\u514B\u7B462","translationTheme.blockquote":"\u5F15\u7528\u6A23\u5F0F","translationTheme.weakening":"\u5F31\u5316","translationTheme.italic":"\u659C\u9AD4","translationTheme.bold":"\u7C97\u9AD4","translationTheme.thinDashed":"\u7D30\u7834\u6298\u865F\u5E95\u7DDA","translationTheme.nativeDashed":"\u7CFB\u7D71\u5167\u5EFA\u7834\u6298\u865F\u5E95\u7DDA","translationTheme.nativeDotted":"\u7CFB\u7D71\u5167\u5EFA\u9EDE\u72C0\u5E95\u7DDA","translationTheme.nativeUnderline":"\u7CFB\u7D71\u5167\u5EFA\u76F4\u7DDA\u5E95\u7DDA","translationTheme.wavy":"\u6CE2\u5F62\u66F2\u7DDA","translationServices.custom":"\u81EA\u5B9A\u7FA9API","translationServices.tencent":"\u9A30\u8A0A\u7FFB\u8B6F\u541B","translationServices.tenAlpha":"\u9A30\u8A0A\u7FFB\u8B6F\u541B(Alpha)","translationServices.google":"Google \u7FFB\u8B6F","translationServices.bai":"\u767E\u5EA6(Alpha)","translationServices.baidu":"\u767E\u5EA6\u7FFB\u8B6F","translationServices.aliyun":"\u963F\u91CC\u96F2\u7FFB\u8B6F","translationServices.volc":"\u706B\u5C71\u7FFB\u8B6F","translationServices.deeplx":"DeepLX(Beta)","translationServices.bing":"\u5FAE\u8F6F\u7FFB\u8B6F","translationServices.deepl":"DeepL","translationServices.wechat":"\u5FAE\u4FE1\u7FFB\u8B6F","translationServices.azure":"Azure \u7FFB\u8B6F","translationServices.ibm":"IBM Watson","translationServices.aws":"\u4E9E\u99AC\u905C\u7FFB\u8B6F","translationServices.mock":"\u6A21\u64EC\u7FFB\u8B6F","translationServices.mock2":"\u6A21\u64EC\u7FFB\u8B6F2","translationServices.caiyun":"\u5F69\u96F2\u5C0F\u8B6F","translationServices.cai":"\u5F69\u96F2\u5C0F\u8B6F (Alpha)","translationServices.volcAlpha":"\u706B\u5C71\u7FFB\u8B6F(Alpha)","translationServices.openl":"OpenL","translationServices.youdao":"\u6709\u9053\u7FFB\u8B6F","translationServices.you":"\u6709\u9053\u7FFB\u8B6F (Alpha)","translationServices.transmart":"\u9A30\u8A0A\u4EA4\u4E92\u7FFB\u8B6F","translationServices.niu":"\u5C0F\u725B\u7FFB\u8B6F","translationServices.papago":"Papago \u7FFB\u8B6F","translationServices.d":"Deepl(Alpha)","translationServices.dpro":"D Pro (Canary)","translationServices.openai":"OpenAI","translationServices.yandex":"Yandex","translationServices.chatgpt":"ChatGPT Web(3.5 mobile)","translate title":"\u7FFB\u8B6F\u9801\u9762\u6A19\u984C","always languages":"\u7E3D\u662F\u7FFB\u8B6F\u7684\u8A9E\u8A00",neverTranslateLanguagesLabel:"\u6C38\u4E0D\u7FFB\u8B6F\u7684\u8A9E\u8A00",neverTranslateTheFollowingLanguagesDescription:"\u7576\u9801\u9762\u4E2D\u67D0\u4E00\u6BB5\u843D\u7684\u8A9E\u8A00\u70BA\u4E0B\u5217\u8A9E\u8A00\u6642\uFF0C\u5C07\u8DF3\u904E\u7FFB\u8B6F",enableUserscriptPagePopup:"\u5728\u9801\u9762\u4E0A\u986F\u793A\u61F8\u6D6E\u7403",enableUserscriptPagePopupDescription:"\u95DC\u9589\u61F8\u6D6E\u7403\u5F8C\uFF0C\u53EF\u4EE5\u7528\u5FEB\u901F\u9375/{touch}\u518D\u6B21\u986F\u793A\u3002\u70BA\u9632\u6B62\u4E0D\u614E\u95DC\u9589\u8A72\u9078\u9805\u5F8C\u627E\u4E0D\u5230\u61F8\u6D6E\u7403\uFF0C\u5EFA\u8B70\u5C07\u672C\u8A2D\u5B9A\u9801\u9762\u52A0\u5165\u81F3\u6211\u7684\u6700\u611B","always translate the following languages":"\u7576\u9801\u9762\u8A9E\u8A00\u70BA\u4E0B\u5217\u8A9E\u8A00\u6642\uFF0C\u6703\u81EA\u52D5\u7FFB\u8B6F\u70BA\u76EE\u6A19\u8A9E\u8A00","always sites":"\u7E3D\u662F\u7FFB\u8B6F\u7684\u7DB2\u5740","always translate the following sites":"\u7576\u7DB2\u7AD9\u70BA\u4E0B\u5217\u7DB2\u57DF\u540D\u7A31\u6642\uFF0C\u6703\u81EA\u52D5\u7FFB\u8B6F\u70BA\u76EE\u6A19\u8A9E\u8A00","never sites":"\u6C38\u4E0D\u7FFB\u8B6F\u7684\u7DB2\u5740","never translate the following sites":"\u7576\u7DB2\u7AD9\u70BA\u4E0B\u5217\u7DB2\u57DF\u540D\u7A31\u6642\uFF0C\u5C07\u4E0D\u6703\u9032\u884C\u7FFB\u8B6F","please refer to":"\u9700\u8981\u586B\u5BEB\u91D1\u9470\u5F8C\u624D\u53EF\u4F7F\u7528\uFF0C\u8A73\u7D30\u8CC7\u8A0A\u8ACB\u53C3\u8003",KeyAndConfigurationTutorial:"\u300A\u91D1\u9470\u7533\u8ACB\u548C\u8A2D\u5B9A\u6559\u5B78\u300B",useAboveStyleForTheseSites:"\u7576\u7DB2\u7AD9\u70BA\u4E0B\u5217\u7DB2\u57DF\u540D\u7A31\u6642\uFF0C\u7E3D\u662F\u4F7F\u7528 \u2308{theme}\u230B \u8B6F\u6587\u6A23\u5F0F",currentUrl:"\u76EE\u524D\u7DB2\u5740",confirm:"\u5132\u5B58",cancel:"\u53D6\u6D88",delete:"\u522A\u9664","languages.auto":"\u81EA\u52D5\u5075\u6E2C",syncToCloud:"\u540C\u6B65\u81F3\u96F2\u7AEF",syncToCloudDescription:"\u4E0A\u50B3\u81F3\u96F2\u7AEF\u5F8C\uFF0C\u53EF\u4EE5\u5728\u4E0D\u540C\u7684\u700F\u89BD\u5668/\u6CB9\u7334\u8173\u672C\u4E4B\u9593\u540C\u6B65\u8A2D\u5B9A\uFF0C\u4EE5\u6700\u5F8C\u8B8A\u66F4\u6642\u9593\u70BA\u6E96\u3002",syncToAccount:"\u540C\u6B65\u5230\u8CEC\u6236",syncToAccountButton:"\u7ACB\u5373\u8207\u96F2\u7AEF\u540C\u6B65",syncToAccountDescription:"\u4E0A\u50B3\u5230\u5DF2\u767B\u9304\u8CEC\u6236\uFF0C\u53EF\u4EE5\u5728\u4E0D\u540C\u7684\u8A2D\u5099\u4E4B\u9593\u540C\u6B65\u914D\u7F6E\uFF0C\u4EE5\u6700\u5F8C\u4FEE\u6539\u6642\u9593\u70BA\u6E96\u3002",successSyncConfigInAccount:"\u6210\u529F\u8207\u8CEC\u6236\u4FDD\u6301\u540C\u6B65",successSyncConfigToAccount:"\u6210\u529F\u540C\u6B65\u5230\u8CEC\u6236",syncConfigNoUpdate:"\u5DF2\u7D93\u662F\u6700\u65B0\u7684\u4E86",authFail:"\u6388\u6B0A\u5931\u6557",syncTitle:"\u624B\u52D5\u5099\u4EFD\u7BA1\u7406",import_hint:"\u532F\u5165",upload:"\u4E0A\u50B3",revokeAuth:"\u64A4\u92B7\u6388\u6B0A",uploadFail:"\u4E0A\u50B3\u5931\u6557",download:"\u4E0B\u8F09",importSuccess:"\u532F\u5165\u6210\u529F",importFail:"\u532F\u5165\u5931\u6557",deleteFail:"\u522A\u9664\u5931\u6557",backupToCloud:"\u624B\u52D5\u7BA1\u7406\u5099\u4EFD\u6A94\u6848",create_new_backup:"\u65B0\u589E\u5099\u4EFD\u7BC0\u9EDE",maxBackupFiles:"\u6700\u591A\u53EF\u4EE5\u5099\u4EFD{count}\u500B\u4E0D\u540C\u7684\u7BC0\u9EDE\uFF0C\u8ACB\u522A\u9664\u4E0D\u9700\u8981\u7684\u7BC0\u9EDE",backupToCloudDescription:"\u624B\u52D5\u4E0A\u50B3\u6216\u9084\u539F\u5099\u4EFD\u6A94\u6848\uFF0C\u6700\u591A\u5141\u8A31 3 \u500B\u4E0D\u540C\u7684\u5099\u4EFD",successSyncConfig:"\u6210\u529F\u8207\u96F2\u7AEF\u4FDD\u6301\u540C\u6B65",syncFail:"\u540C\u6B65\u5931\u6557",updatedAt:"\u66F4\u65B0\u65BC {date}",lastSyncedAt:"\u4E0A\u6B21\u6AA2\u67E5\u65BC {date}",downloadFail:"\u4E0B\u8F09\u5931\u6557",clickToDownload:"\u9EDE\u9078\u4E0B\u8F09",aboutLabel:"\u95DC\u65BC - \u554F\u984C\u56DE\u5831","browser.openAboutPage":"\u95DC\u65BC/\u554F\u984C\u56DE\u5831",aboutLabelWithoutSponsor:"\u95DC\u65BC - \u554F\u984C\u56DE\u5831",aboutIntro:"\u5E0C\u671B\u6211\u5011\u90FD\u80FD\u66F4\u52A0\u5BB9\u6613\u4E14\u6109\u6085\u5730\u7372\u53D6\u7DB2\u969B\u7DB2\u8DEF\u4E0A\u66F4\u591A\u7684\u5916\u8A9E\u8CC7\u8A0A \u2764\uFE0F \u4F60\u53EF\u4EE5\u9078\u64C7\u958B\u901A <6>Pro\u6703\u54E1 \u4F86\u4F7F\u7528\u958B\u7BB1\u5373\u7528\u7684 DeepL \u548C OpenAI \u7FFB\u8B6F\u3002

\u4F60\u53EF\u4EE5\u95DC\u6CE8\u6211\u4EEC\u7684<3>Twitter\uFF0C<4>Telegram \u983B\u9053\u4EE5\u53CA\u4E0B\u65B9\u7684<5>\u90F5\u4EF6\u8A02\u95B1\u8FFD\u8E64\u66F4\u65B0\u3002
<7>Pro \u6703\u54E1 \u53EF\u4EE5\u901A\u904E\u5FEB\u901F\u5BA2\u670D\u90F5\u7BB1 <8>support@immersivetranslate.com \u548C\u6211\u5011\u53D6\u5F97\u806F\u7E6B\u3002",aboutIntroWithoutSponsor:"\u5E0C\u671B\u6211\u5011\u90FD\u80FD\u66F4\u52A0\u5BB9\u6613\u4E14\u6109\u6085\u5730\u7372\u53D6\u7DB2\u969B\u7DB2\u8DEF\u4E0A\u66F4\u591A\u7684\u5916\u8A9E\u8CC7\u8A0A \u2764\uFE0F ",projectHomepage:"\u5C08\u6848\u9996\u9801",joinTelegramGroup:"\u52A0\u5165\u7528\u6237\u4EA4\u6D41\u7FA4\u7D44\u53C3\u8207\u529F\u80FD\u8A0E\u8AD6",wechatPublicAccount:"\u5FAE\u4FE1\u516C\u773E\u865F",wechatCommunities:"\u5FAE\u4FE1\u4EA4\u6D41\u7FA4",qqCommunities:"QQ \u4EA4\u6D41\u983B\u9053",joinTelegramChannel:"\u95DC\u6CE8 Telegram \u983B\u9053\u77AD\u89E3\u66F4\u65B0\u8CC7\u8A0A",feedbackAndJoin:"\u554F\u984C\u56DE\u5831/\u52A0\u5165\u7FA4\u7D44",autoSync:"\u81EA\u52D5\u5B9A\u6642\u540C\u6B65",loadingThemeTitle:"Loading \u6A23\u5F0F",loadingThemeDescription:"\u8A2D\u5B9A\u7B49\u5F85\u8B6F\u6587\u8F09\u5165\u6642\u7684\u6A23\u5F0F","loadingTheme.spinner":"\u8F49\u5708\u52D5\u756B","loadingTheme.text":"\u975C\u614B\u6587\u5B57 ... ","loadingTheme.none":"\u4E0D\u986F\u793A",developerDescription:"\u53EF\u4EE5\u9EDE\u9078<1>\u6B64\u8655\u6AA2\u8996\u9032\u968E\u81EA\u8A02\u529F\u80FD\u76F8\u95DC\u7684\u8AAA\u660E\u6587\u4EF6","edit border color":"\u8B8A\u66F4\u908A\u6846\u8272\u5F69",successSyncButNoChange:"\u76EE\u524D\u8A2D\u5B9A\u8207\u96F2\u7AEF\u4E00\u81F4",customTheme:"\u81EA\u8A02\u8272\u5F69\u548C\u5927\u5C0F","customThemeLabel.borderColor":"\u908A\u6846\u8272\u5F69","customThemeLabel.borderRadius":"\u908A\u6846\u5713\u89D2","customThemeLabel.textColor":"\u6587\u5B57\u8272\u5F69","customThemeLabel.backgroundColor":"\u80CC\u666F\u8272\u5F69","customThemeLabel.zoom":"\u5B57\u578B\u7E2E\u653E\u6BD4\u4F8B (%)","customThemeLabel.opacity":"\u6587\u5B57\u4E0D\u900F\u660E\u5EA6(%)",resetToDefaultColor:"\u9084\u539F\u70BA\u9810\u8A2D\u8272\u5F69",resetToDefaultSettings:"\u9084\u539F\u70BA\u9810\u8A2D\u8A2D\u5B9A",isTranslateTitle:"\u555F\u7528\u7DB2\u9801\u6A19\u984C\u7FFB\u8B6F",isTranslateTitleDescription:"\u555F\u7528\u5F8C\uFF0C\u7DB2\u9801\u7684\u6A19\u984C\u6703\u88AB\u7FFB\u8B6F",enableSearchEnhancement:"\u958B\u555F\u641C\u7D22\u589E\u5F37",enableSearchEnhancementDescription:"\u4E2D\u6587\u641C\u7D22\u8C37\u6B4C\u6703\u5728\u53F3\u908A\u51FA\u73FE\u82F1\u6587\u7248\u8C37\u6B4C\u65B0\u805E",verifyService:"\u9EDE\u6B64\u6E2C\u8A66\u670D\u52D9",verified:"\u9A57\u8B49\u6210\u529F","field.langs":"\u652F\u63F4\u7684\u8A9E\u8A00\u4EE3\u78BC","field.model":"\u6A21\u578B","field.translationEngine":"\u7FFB\u8B6F\u5F15\u64CE","field.limitPerMinute":"\u6BCF\u5206\u9418\u6700\u5927\u8981\u6C42\u6578","field.limitPerSecond":"\u6BCF\u79D2\u6700\u5927\u8981\u6C42\u6578","field.maxTextLengthPerRequest":"\u6BCF\u6B21\u8981\u6C42\u7684\u6700\u5927\u6587\u5B57\u9577\u5EA6","field.maxTextGroupLengthPerRequest":"\u6BCF\u6B21\u8981\u6C42\u6700\u5927\u6BB5\u843D\u6578","field.apiUrl":"\u81EA\u8A02 API \u4F4D\u5740","field.placeholderDelimiters":"\u4FDD\u7559\u7684\u4F54\u4F4D\u7B26","description.custom":"\u81EA\u5B9A\u7FA9\u63A5\u53E3\u63A5\u5165 \u9700\u8981\u53C3\u8003\u6587\u6A94","description.limitPerMinute":"\u8981\u6C42\u6578\u8D85\u904E\u8A72\u9650\u5236\u6642\u6703\u88AB\u66AB\u6642\u505C\u7528\uFF0C\u76F4\u81F3\u4E0B\u4E00\u5206\u9418\u958B\u59CB\u3002\u7531\u4E8EOpenAI\u76EE\u524D\u670D\u52A1\u7684\u5404\u79CD\u9650\u5236\uFF0C\u8BF7\u70B9\u51FB<1>\u8FD9\u91CC\u67E5\u770B\u6700\u65B0\u5EFA\u8BAE\u7684\u6570\u503C","description.limitPerSecond":"\u8981\u6C42\u6578\u8D85\u904E\u8A72\u9650\u5236\u6642\u6703\u88AB\u66AB\u6642\u505C\u7528\uFF0C\u76F4\u81F3\u4E0B\u4E00\u79D2\u9418\u958B\u59CB\u3002\u7531\u4E8EOpenAI\u76EE\u524D\u670D\u52A1\u7684\u5404\u79CD\u9650\u5236\uFF0C\u8BF7\u70B9\u51FB<1>\u8FD9\u91CC\u67E5\u770B\u6700\u65B0\u5EFA\u8BAE\u7684\u6570\u503C","description.generalLimitPerSecond":"\u8ACB\u6C42\u6578\u8D85\u904E\u8A72\u9650\u5236\u6642\u6703\u9032\u5165\u6392\u968A\u72C0\u614B\uFF0C\u76F4\u5230\u4E0B\u4E00\u79D2\u9418\u958B\u59CB\u3002","description.prompt":"\u4EE5\u7528\u6236\u8EAB\u4EFD\u767C\u9001\u7D66 {service} \u7684\u5C0D\u8A71\uFF0C\u5176\u4E2D {{text}} \u8868\u793A\u6BB5\u843D\u7684\u6587\u672C\u5167\u5BB9\uFF0C{{from}} \u8868\u793A\u6BB5\u843D\u7684\u8A9E\u8A00\uFF0C{{to}} \u8868\u793A\u76EE\u6A19\u8A9E\u8A00","description.maxTextLengthPerRequest":"\u9810\u8A2D\u6703\u5408\u4F75\u591A\u500B\u6BB5\u843D\uFF0C\u4EE5\u6E1B\u5C11\u8ACB\u8981\u6C42\u6578\uFF0C\u4F46\u662F\u5982\u679C\u6BB5\u843D\u7E3D\u9577\u5EA6\u904E\u9577\uFF0C\u4E5F\u53EF\u80FD\u6703\u5C0E\u81F4 API \u7684\u56DE\u61C9\u6642\u9593\u589E\u52A0\uFF0C\u56E0\u6B64\u53EF\u4EE5\u5617\u8A66\u8ABF\u6574\u8A72\u9078\u9805\u4F86\u63D0\u5347\u901F\u5EA6","description.systemPrompt":"\u4EE5\u7CFB\u7D71\u50B3\u9001\u767C\u9001\u7D66 OpenAI \u7684\u5C0D\u8A71\uFF0C\u5176\u4E2D {{text}} \u8868\u793A\u6BB5\u843D\u7684\u6587\u5B57\u5167\u5BB9\uFF0C{{from}} \u8868\u793A\u6BB5\u843D\u7684\u8A9E\u8A00\uFF0C{{to}} \u8868\u793A\u76EE\u6A19\u8A9E\u8A00","field.domain":"\u9818\u57DF","description.domain":"\u9ED8\u8A8D\u70BA\uFF1Ageneral\u3002\u50C5\u5728\u6709\u9053API\u63A7\u5236\u53F0\u958B\u901A\u9818\u57DF\u5316\u7FFB\u8B6F\u7684\u60C5\u6CC1\u4E0B\u53EF\u8A2D\u7F6E\uFF0C\u652F\u6301\u9818\u57DF\u898B<1>\u9019\u88E1","field.scene":"\u5834\u666F","description.scene":"\u9ED8\u8A8D\u70BA\uFF1Ageneral\u3002\u50C5\u5728\u963F\u91CC\u96F2API\u63A7\u5236\u53F0\u958B\u901A\u6A5F\u5668\u7FFB\u8B6F\u5C08\u696D\u7248\u7684\u60C5\u6CC1\u4E0B\u53EF\u8A2D\u7F6E\uFF0C\u652F\u6301\u5834\u666F\u898B<1>\u9019\u88E1","field.vocabId":"\u4F7F\u7528\u8005\u8A5E\u5178ID","description.vocabId":"\u6307\u5B9A\u7684\u5B57\u5178out_id\uFF0C\u76EE\u524D\u652F\u63F4\u82F1\u8B6F\u4E2D","description.model":"OpenAI \u7684\u6A21\u578B\uFF0C\u53EF\u4EE5\u70BA gpt-3.5-turbo, gpt-4 \u7B49","description.maxTextGroupLengthPerRequest":"\u6BCF\u6B21\u50B3\u9001\u7D66\u7FFB\u8B6F\u670D\u52D9\u7684\u6BB5\u843D\u6578\u91CF\uFF0C\u5982\u679C\u6BB5\u843D\u6578\u91CF\u904E\u591A\uFF0C\u53EF\u80FD\u6703\u5C0E\u81F4\u56DE\u61C9\u901F\u5EA6\u8B8A\u6162","description.apiUrl":"\u8ACB\u52A0\u5165\u5177\u9AD4\u5305\u542B\u8DEF\u5F91\u7684\u7DB2\u5740",enabledExtension:"\u555F\u7528\u5957\u4EF6",clickToDisableExtension:"\u9EDE\u9078\u505C\u7528\u5957\u4EF6",clickToEnableExtension:"\u9EDE\u9078\u555F\u7528\u5957\u4EF6",hasBeenDisabled:"\u5DF2\u505C\u7528","show password":"\u986F\u793A\u5BC6\u78BC",customContent:"\u8F38\u5165\u81EA\u5B9A\u7FA9\u6A21\u578B",inputOptions:"\u8F38\u5165\u6846\u589E\u5F37",mouseHoverOptions:"\u9F20\u6A19\u6ED1\u904E",modifyMouseHoverKey:"\u4FEE\u6539\u6ED1\u9F20\u61F8\u505C\u5FEB\u6377\u9375",enableInputTranslation:"\u662F\u5426\u555F\u7528\u8F38\u5165\u6846\u589E\u5F37",enableInputTranslationDescription:"\u555F\u7528\u5F8C\uFF0C\u8F38\u5165\u6846\u76F4\u63A5\u8F38\u5165 {startingKey}{startingKey} \u4F60\u597D\uFF0C\u7136\u5F8C\u5FEB\u901F\u9023\u64CA{inputTrailingTriggerKeyRepeatTimes}\u6B21{trailingKey}\uFF0C\u5373\u53EF\u7FFB\u8B6F\u70BA {inputTargetLanguage}",enableInputTranslationDescriptionForNoneKey:"\u555F\u7528\u5F8C\uFF0C\u8F38\u5165\u6846\u76F4\u63A5\u8F38\u5165\uFF1A\u4F60\u597D\u4E16\u754C\uFF0C\u7136\u5F8C\u5FEB\u901F\u9023\u64CA{inputTrailingTriggerKeyRepeatTimes}\u6B21{trailingKey}\uFF0C\u5373\u53EF\u7FFB\u8B6F\u70BA\u9810\u8A2D\u76EE\u6A19\u8A9E\u8A00",inputTargetLanguage:"\u8A2D\u5B9A\u8F38\u5165\u6846\u7684\u9810\u8A2D\u76EE\u6A19\u8A9E\u8A00",inputTargetLanguageDescription:"\u8F38\u5165\u6846\u7FFB\u8B6F\u7684\u9810\u8A2D\u76EE\u6A19\u8A9E\u8A00\uFF0C\u4E5F\u5C31\u662F {startingKey}{startingKey} \u4F5C\u70BA\u89F8\u767C\u8A5E\u7684\u9810\u8A2D\u8A9E\u8A00",inputTargetLanguageDescriptionForNoneKey:"\u8F38\u5165\u6846\u7FFB\u8B6F\u7684\u9810\u8A2D\u76EE\u6A19\u8A9E\u8A00",inputStartingTriggerKeyTitle:"\u8A2D\u5B9A\u8F38\u5165\u6846\u90E8\u5206\u7FFB\u8B6F\u7684\u5206\u5272\u5B57\u7B26",inputStartingTriggerKeyDescription:"\u7576\u4F60\u4E0D\u9700\u8981\u7FFB\u8B6F\u6574\u500B\u8F38\u5165\u6846\u7684\u6642\u5019\uFF0C\u5206\u5272\u7B26\u5141\u8A31\u4F60\u53EA\u7FFB\u8B6F {startingKey}{startingKey} \u5230\u8F38\u5165\u6846\u672B\u5C3E\u7684\u90E8\u5206\uFF0C\u4E5F\u53EF\u4EE5\u6307\u5B9A\u8A9E\u8A00\u4EE3\u78BC\uFF0C\u4F8B\u5982\uFF1A{startingKey}ja \u8868\u793A\u53EA\u7FFB\u8B6F {startingKey}ja \u5230\u8F38\u5165\u6846\u672B\u5C3E\u7684\u90E8\u5206",inputStartingTriggerKeyDescriptionForNoneKey:"\u76EE\u524D\u8A2D\u5B9A\u70BA\u7121\u9700\u524D\u7DB4\uFF0C\u66AB\u7121\u6CD5\u4F7F\u7528\u8F38\u5165\u6846\u7684\u90E8\u5206\u6587\u5B57\u7FFB\u8B6F\u529F\u80FD",inputTrailingTriggerKeyTitle:"\u9078\u64C7\u4E00\u500B\u8F38\u5165\u7D50\u675F\u7684\u89F8\u767C\u5B57\u7B26",inputTrailingTriggerKeyDescription:"\u5FEB\u901F\u9023\u64CA3 \u6B21{trailingKey} \u5C07\u6703\u958B\u59CB\u7FFB\u8B6F",inputTrailingTriggerKeyTimeout:"\u8F38\u5165\u7D50\u675F\u9023\u64CA\u89F8\u767C\u7684\u9593\u9694\u6642\u9593",inputTrailingTriggerKeyTimeoutDescription:"\u8A2D\u7F6E\u8F38\u5165\u7D50\u675F\u9023\u64CA\u89F8\u767C\u7684\u9593\u9694\u6642\u9593\uFF08\u6BEB\u79D2\uFF09",spaceKey:"<\u7A7A\u683C\u9375>",noneKey:"\u7121\u9700\u524D\u7DB4\uFF0C\u76F4\u63A5\u7FFB\u8B6F\u6574\u500B\u6587\u5B57\u6846",inputTranslationBlockUrlsTitle:"\u5207\u52FF\u5728\u4EE5\u4E0B\u7DB2\u5740\u4E2D\u555F\u7528\u8F38\u5165\u6846\u589E\u5F37",inputTranslationBlockUrlsDescription:"\u5728\u4EE5\u4E0B\u7DB2\u5740\u4E2D\uFF0C\u8F38\u5165\u6846\u589E\u5F37\u5C07\u4E0D\u6703\u751F\u6548",inputHelperInfo:"\u8AAA\u660E\uFF1A\u6211\u5011\u7279\u5225\u91DD\u5C0D\u5728\u4E2D\u6587\u8F38\u5165\u6CD5\u4E0B\u90E8\u5206\u89F8\u767C\u5B57\u7B26\u6703\u8B8A\u6210\u4E2D\u6587\u6A19\u9EDE\u7B26\u865F\u9019\u4EF6\u4E8B\u505A\u4E86\u512A\u5316\uFF0C\u6BD4\u5982\u641C\u72D7\u8F38\u5165\u6CD5\u4E0B / \u6703\u8B8A\u6210\u9813\u865F \u3001\uFF0C\u6C89\u6D78\u5F0F\u7FFB\u8B6F\u652F\u6301\u6240\u6709\u89F8\u767C\u7B26\u5C0D\u61C9\u7684\u4E2D\u6587\u7B26\u865F\uFF0C\u4E5F\u5C31\u662F\u8AAA // \u3001\u3001 \u90FD\u6703\u88AB\u8B58\u5225\u70BA\u89F8\u767C\u5B57\u7B26\u3002

\u540C\u6642\u6211\u5011\u4E5F\u652F\u6301\u8A9E\u8A00\u4EE3\u78BC\u7684\u4E2D\u6587\u5225\u540D\u4F5C\u70BA\u547D\u4EE4\uFF0C\u6BD4\u5982 /\u65E5\u6587 \u4F60\u597D\u4E16\u754C \u6703\u88AB\u7FFB\u8B6F\u70BA\u65E5\u6587\uFF0C<1>\u9EDE\u6B64\u67E5\u770B\u6240\u6709\u652F\u63F4\u7684\u8A9E\u8A00\u4EE3\u78BC\u3002",reloadCurrentPage:"\u8ACB\u5148\u5237\u65B0\u76EE\u524D\u9801\u9762\uFF0C\u518D\u958B\u59CB\u7FFB\u8B6F",noLocalFilePermissionForPDF:"\u66AB\u7121\u6B0A\u9650\u8B80\u53D6\u672C\u6A5F\u6587\u4EF6\uFF0C\u8ACB\u9EDE\u9078\u4E0A\u65B9\u6309\u9215\uFF0C\u7136\u5F8C\u532F\u5165\u672C\u6A5F\u6587\u4EF6",noPermissionForThisPage:"\u26A0\uFE0F \u66AB\u7121\u6B0A\u9650\u7FFB\u8B6F\u76EE\u524D\u9801\u9762","error.retry":"\u91CD\u8A66","error.reason":"\u932F\u8AA4\u539F\u56E0",retryAllParagraphs:"\u91CD\u8A66\u5168\u90E8\u932F\u8AA4\u6BB5\u843D",retryAllButton:"\u91CD\u8A66\u5168\u90E8\u932F\u8AA4\u6BB5\u843D",errorTooltipTitle:"\u9EDE\u64CA\u770B\u932F\u8AA4\u539F\u56E0",errorModalTitle:"\u7FFB\u8B6F\u670D\u52D9\u6216\u7DB2\u8DEF\u4F3C\u4E4E\u51FA\u4E86\u9EDE\u554F\u984C...",disableConfirm:"\u7981\u7528\u78BA\u8A8D",disableOnce:"\u7981\u7528\u4E00\u6B21",disableGlobal:"\u5168\u5C40\u7981\u7528",disableTint:"* \u60A8\u53EF\u4EE5\u5728 {option} \u4E2D\u91CD\u65B0\u555F\u7528\u3002",searchEnhancementNotes:"\u6211\u5011\u767C\u73FE\uFF0C\u4E2D\u6587\u95DC\u9375\u8A5E\u548C\u82F1\u6587\u95DC\u9375\u8A5E\u7684\u65B0\u805E\u7D50\u679C\u6709\u975E\u5E38\u5927\u7684\u4E0D\u540C\uFF0C\u5728\u555F\u7528\u6C89\u6D78\u5F0F\u7FFB\u8B6F\u96D9\u8A9E\u4FE1\u606F\u589E\u5F37\u529F\u80FD\u5F8C\uFF0C\u6211\u5011\u6703\u5728\u652F\u6301\u7684\u7DB2\u7AD9\uFF08\u8C37\u6B4C\u65B0\u805E\uFF0C\u8C37\u6B4C\u641C\u7D22\uFF08\u90E8\u5206\u95DC\u9375\u8A5E\uFF09\uFF0C\u96EA\u7403\uFF0C\u6771\u65B9\u8CA1\u5BCC\u7DB2\uFF0C\u5BCC\u9014\uFF0C\u8001\u864E\uFF09\u81EA\u52D5\u7528\u82F1\u6587\u70BA\u4F60\u641C\u7D22\u540C\u6A23\u7684\u95DC\u9375\u8A5E\u4E26\u5C55\u793A\u5728\u53F3\u5074\u3002\u5982\u679C\u4F60\u4E0D\u9700\u8981\u8A72\u529F\u80FD\u7684\u8A71\uFF0C\u53EF\u4EE5\u9078\u64C7\u7981\u7528\u5B83\u3002",option:"\u9078\u9805",saveSettings:"\u5132\u5B58\u8A2D\u5B9A",closeModal:"\u95DC\u9589\u8996\u7A97",enableInputTranslationWithoutTriggerKeyTitle:"\u555F\u7528\u5FEB\u901F\u9023\u64CA3 \u6B21{trailingKey}\uFF0C\u76F4\u63A5\u7FFB\u8B6F\u6574\u500B\u8F38\u5165\u6846\u70BA{inputTargetLanguage}",enableInputTranslationWithoutTriggerKeyDescription:"\u5982\u9700\u6307\u5B9A\u76EE\u6A19\u8A9E\u8A00\uFF0C\u8ACB\u5728\u524D\u9762\u52A0\u4E0A\u8A9E\u8A00\u7A0B\u5F0F\u78BC\uFF0C\u5982\uFF1Aja \u4F60\u597D\u4E16\u754C",deepLProName:"\u6C89\u6D78\u5F0F\u7FFB\u8B6FPro \u6703\u54E1(\u63A8\u85A6)",deepLProDescription:"\u76EE\u524D\u5957\u9910\u53EF\u4EE5\u76F4\u63A5\u4F7F\u7528",deeplProDescriptionForNormal:"\u7121\u9700\u4EFB\u4F55\u8A2D\u7F6E\uFF0C\u6703\u54E1\u767B\u5165\u5F8C\u5373\u53EF\u4F7F\u7528\uFF0C<1>\u9EDE\u6B64\u5347\u7D1A\u70BA\u6703\u54E1",deepLCustomDescription:"\u9700\u8981\u570B\u5916\u4FE1\u7528\u5361\uFF0C\u5728<1>DeepL\u5B98\u65B9\u958B\u901A\uFF0C\u9EDE\u9078\u67E5\u770B<2>\u6587\u6A94",deepLCustomName:"\u81EA\u8A02Auth Key",chooseProviderLabel:"\u9078\u64C7\u4E00\u500B\u670D\u52D9\u63D0\u4F9B\u8005",openaiProName:"\u6C89\u6D78\u5F0F\u7FFB\u8B6FPro \u6703\u54E1(\u63A8\u85A6)",openaiProDescription:"\u76EE\u524D\u5957\u9910\u53EF\u4EE5\u76F4\u63A5\u4F7F\u7528",openaiProDescriptionForNormal:"\u7121\u9700\u4EFB\u4F55\u8A2D\u7F6E\uFF0C\u6703\u54E1\u767B\u5165\u5F8C\u5373\u53EF\u4F7F\u7528\uFF0C<1>\u9EDE\u6B64\u5347\u7D1A\u70BA\u6703\u54E1",openaiCustomDescription:"\u53EF\u5728OpenAI, Azure OpenAI, \u6216\u5176\u4ED6\u7B2C\u4E09\u65B9\u670D\u52D9\u7372\u53D6\uFF0C<1>\u9EDE\u6B64\u67E5\u770B\u6587\u6A94",openaiCustomName:"\u81EA\u8A02API Key",needLoginAction:"(\u958B\u901A\u6703\u54E1\u6216\u81EA\u8A02)",goLoginOrAction:"(\u958B\u901A\u6703\u54E1\u6216\u53BB\u8A2D\u5B9A)",yearly:"\u5E74\u5EA6\u7E8C\u8A02",quarterly:"\u5B63\u5EA6\u7E8C\u8A02",monthly:"\u6BCF\u6708\u7E8C\u8A02",yearlyForOnce:"\u4E00\u6B21\u6027\u5E74\u5EA6\u5957\u9910",monthlyForOnce:"\u4E00\u6B21\u6027\u6708\u5EA6\u5957\u9910",daily:"\u6BCF\u65E5\u7E8C\u8A02",year:"\u5E74\u5EA6\u7E8C\u8A02",quarter:"\u5B63\u5EA6\u7E8C\u8A02",month:"\u6BCF\u6708\u7E8C\u8A02",day:"\u6BCF\u65E5\u7E8C\u8A02",onetime_7day:"7 \u5929\u9AD4\u9A57\u5305",currentPlanDescriptionForFree:"\u76EE\u524D\u5957\u9910\uFF1A\u514D\u8CBB",currentPlanDescriptionForContinuous:"\u76EE\u524D\u5957\u9910\uFF1A{plan}\uFF0C\u5C07\u65BC {endAt} \u81EA\u52D5\u7E8C\u8CBB",currentPlanDescriptionForAutoRenewCaceling:"\u76EE\u524D\u5957\u9910\uFF1A{plan}\uFF0C\u5C07\u65BC {endAt} \u5230\u671F\uFF0C\u5230\u671F\u5F8C\u5C07\u4E0D\u6703\u81EA\u52D5\u7E8C\u7D04",currentYearlyPlanDescriptionForAutoRenewCacelingWithRealPaiedUser:"\u76EE\u524D\u5957\u9910\uFF1A{plan}\uFF0C\u5C07\u65BC {endAt} \u5230\u671F\uFF0C\u5230\u671F\u5F8C\u5C07\u4E0D\u6703\u81EA\u52D5\u7E8C\u7D04\u3002
<1>\u9EDE\u6B64\u7BA1\u7406\u7E8C\u8CBB\u65B9\u6848",currentYearlyPlanDescriptionForAutoRenewCacelingWithAdmin:"\u76EE\u524D\u5957\u9910\uFF1A{plan}\uFF0C\u5C07\u65BC {endAt} \u5230\u671F\uFF0C\u5230\u671F\u5F8C\u5C07\u4E0D\u6703\u81EA\u52D5\u7E8C\u7D04\u3002
<1>\u9EDE\u6B64\u555F\u7528\u9023\u7E8C\u5305\u5E74",currentPlanDescriptionForOneTime:"\u76EE\u524D\u5957\u9910\uFF1A{plan}\uFF0C\u5C07\u65BC {endAt} \u5230\u671F\uFF0C<1>\u9EDE\u6B64\u5347\u7D1A\u70BA\u5E74\u8CBB\u6216<2>\u6708\u8CBB\u6703\u54E1",upgradePlan:"\u9EDE\u6B64\u5347\u7D1A\u70BAPro \u6703\u54E1",upgradeToPro:"\u5347\u7D1A\u70BA Pro \u6703\u54E1","popup.openPro":"\u5347\u7D1A\u70BA Pro \u6703\u54E1\u5F8C\u53EF\u4EE5\u66A2\u4EAB DeepL \u548C OpenAI \u7FFB\u8B6F\uFF0C\u9EDE\u6B64\u5347\u7D1A","popup.openProForPro":"\u60A8\u662F Pro \u6703\u54E1\uFF0C\u53EF\u76F4\u63A5\u4F7F\u7528 DeepL \u548C OpenAI \u7FFB\u8B6F",currentAccount:"\u7576\u524D\u8CEC\u6236",enableAutoSyncUserSettings:"\u555F\u7528\u591A\u8A2D\u5099\u81EA\u52D5\u96F2\u7AEF\u540C\u6B65",modalEnableInputTranslationTitle:"\u6C89\u6D78\u5F0F\u7FFB\u8B6F\u8F38\u5165\u6846\u7FFB\u8B6F\u63D0\u793A",modalEnableInputTranslationDesc:"\u60A8\u525B\u525B\u900F\u904E\u5FEB\u901F\u9023\u64CA3 \u6B21\u7A7A\u767D\u9375\u89F8\u767C\u4E86\u6C89\u6D78\u5F0F\u7FFB\u8B6F\u7684\u8F38\u5165\u6846\u7FFB\u8B6F\uFF0C\u8F38\u5165\u6846\u7684\u5167\u5BB9\u5C07\u7FFB\u8B6F\u70BA\u9810\u8A2D\u7684\u76EE\u6A19\u8A9E\u8A00\u3002\u900F\u904ECtrl+Z \u53EF\u4EE5\u64A4\u92B7\u7FFB\u8B6F\u3002

\u5982\u679C\u9019\u662F\u4E00\u500B\u5931\u8AA4\uFF0C\u4E0D\u7528\u64D4\u5FC3\uFF0C\u60A8\u53EF\u4EE5\u9078\u64C7\u672C\u6B21\u505C\u7528\uFF0C\u6216\u6C38\u4E45\u505C\u7528\u8F38\u5165\u6846\u7FFB\u8B6F\u3002",saveAndNotShowAgain:"\u5132\u5B58\u4E14\u4E0D\u518D\u63D0\u793A",disableInputTranslationTips:"* \u4F60\u4E5F\u53EF\u4EE5\u5728 {option} \u4E2D\u8A2D\u5B9A\u5176\u4ED6\u5FEB\u6377\u9375\u4F86\u89F8\u767C\uFF0C{learnMore}\u3002",learnMore:"\u9EDE\u6B64\u4E86\u89E3\u66F4\u591A",continueEnalbeInputTranslation:"\u7E7C\u7E8C\u555F\u7528\u8F38\u5165\u6846\u7FFB\u8B6F",autoRenewTrialSuffix:'\uFF08\u8A66\u7528\u4E2D\uFF0C\u7ACB\u523B\u5347\u7D1A\u70BA\u6B63\u5F0F\u6703\u54E1\uFF09',upgradeFromTrialTitle:"\u5347\u7D1A\u70BA\u6B63\u5F0F\u6703\u54E1",subtitle:"\u5F71\u7247\u5B57\u5E55",youtubeService:"\u6C89\u6D78\u5F0F\u7FFB\u8B6F\u5F71\u7247\u5B57\u5E55\u670D\u52D9","subtitle.disabledSubtitle":"\u6C38\u4E45\u7981\u7528\u8996\u983B\u5B57\u5E55\u529F\u80FD","subtitle.disabledSubtitleDescription":"\u5982\u679C\u6C89\u6D78\u5F0F\u7FFB\u8B6F\u7684\u8996\u983B\u5B57\u5E55\u548C\u5176\u4ED6\u64F4\u5C55\u6709\u885D\u7A81\uFF0C\u4F60\u53EF\u4EE5\u9078\u64C7\u6C38\u4E45\u7981\u7528\u6C89\u6D78\u5F0F\u7FFB\u8B6F\u7684\u8996\u983B\u5B57\u5E55\u529F\u80FD\u6216\u8005\u5378\u8F09\u5176\u4ED6\u885D\u7A81\u7684\u64F4\u5C55","subtitle.autoEnableSubtitleDescription":"\u555F\u7528\u5F8C\uFF0C\u7576\u5F71\u7247\u64AD\u653E\u7684\u6642\u5019\uFF0C\u6703\u81EA\u52D5\u986F\u793A\u96D9\u8A9E\u5B57\u5E55\uFF0C\u5426\u5247\u9700\u8981\u9EDE\u64CA\u7FFB\u8B6F\u6309\u9215\u624D\u6703\u986F\u793A\u3002","subtitle.preTranslation":"\u512A\u5148\u4F7F\u7528\u6C89\u6D78\u5F0F\u7FFB\u8B6F\u5B57\u5E55","subtitle.preTranslationDescription":"\u555F\u7528\u5F8C\u6703\u512A\u5148\u7528\u4E0B\u9762\u7684\u7FFB\u8B6F\u670D\u52D9\u63D0\u524D\u7FFB\u8B6F\u6574\u500B\u5B57\u5E55\uFF0C1 \u5C0F\u6642\u7684\u8996\u8A0A\u5927\u6982\u6D88\u8017 5\u842C Tokens \u6216 \u5B57\u7B26\uFF0C\u8ACB\u914C\u60C5\u4F7F\u7528\uFF1B\u95DC\u9589\u5F8C\u5247\u512A\u5148\u4F7F\u7528\u539F\u5F71\u7247\u81EA\u5E36\u7684\u6A5F\u7FFB\u5B57\u5E55","subtitle.humanSubtitlesPreferred":"\u512A\u5148\u4F7F\u7528\u4EBA\u5DE5\u5B57\u5E55","subtitle.humanSubtitlesPreferredDescription":"\u7576\u5F71\u7247\u6709\u76EE\u6A19\u8A9E\u8A00\u4EBA\u5DE5\u5B57\u5E55\u6642\uFF0C\u512A\u5148\u4F7F\u7528\u4EBA\u5DE5\u5B57\u5E55\uFF08\u63A8\u85A6\uFF09","subtitle.bilingual":"\u96D9\u8A9E\u5B57\u5E55","subtitle.autoDisableSubtitle":"\u4E0D\u81EA\u52D5\u555F\u7528\u96D9\u8A9E\u5B57\u5E55","subtitle.hideQuickButton":"\u4E0D\u518D\u986F\u793A\u8A72\u5FEB\u6377\u65B9\u5F0F","subtitle.showQuickButton":"\u986F\u793A\u96D9\u8A9E\u5B57\u5E55\u5FEB\u6377\u65B9\u5F0F","subtitle.showQuickButtonDescription":"\u5728\u8996\u983B\u64AD\u653E\u5668\u53F3\u4E0B\u89D2\u63D0\u4F9B\u555F\u7528\u96D9\u8A9E\u5B57\u5E55\u7684\u5FEB\u6377\u65B9\u5F0F",videoSubtitleTranslationDescription:"\u70BA\u5F71\u7247\u5B57\u5E55\u55AE\u7368\u6307\u5B9A\u4E00\u500B\u7FFB\u8B6F\u670D\u52D9",subtitleTranslating:"\u6B63\u5728\u4F7F\u7528 {service} \u670D\u52D9\u7FFB\u8B6F\u5B57\u5E55\u4E2D\uFF0C\u8ACB\u7A0D\u7B49...\uFF08\u6C89\u6D78\u5F0F\u7FFB\u8B6F\uFF09",subtitleLoading:"\u6B63\u5728\u8F09\u5165\u5B57\u5E55...",bilingual:"\u96D9\u8A9E","field.action":"\u662F\u5426\u555F\u7528\u767E\u5EA6\u8853\u8A9E","description.action":"\u555F\u7528\u5F8C\u6703\u5728\u8ACB\u6C42\u4E2D\u52A0\u5165 action=1 \u7684\u53C3\u6578\uFF0C\u4EE5\u4FBF\u544A\u77E5\u767E\u5EA6\u555F\u7528\u8853\u8A9E\uFF0C<1>\u66F4\u591A\u8AAA\u660E\u8ACB\u53C3\u8003\u5B98\u65B9\u6587\u6A94",closeQuickTranslation:"\u95DC\u9589\u61F8\u6D6E\u7403","closeQuickTranslation.untilNext":"\u672C\u6B21\u95DC\u9589\u76F4\u5230\u4E0B\u6B21\u8A2A\u554F","closeQuickTranslation.currentWebsite":"\u7576\u524D\u7DB2\u7AD9\u7981\u7528","closeQuickTranslation.alwaysClose":"\u6C38\u4E45\u7981\u7528","closeQuickTranslation.settingOpen":"\uFF08\u53EF\u5728<1>\u8A2D\u5B9A\u9801\u958B\u555F\uFF09","closeQuickTranslation.cancel":"\u53D6\u6D88","closeQuickTranslation.confirm":"\u78BA\u5B9A","floatBall.popup":"\u6253\u958B\u5FEB\u6377\u8A2D\u5B9A\u9762\u677F","floatBall.translate":"\u9EDE\u64CA\u7FFB\u8B6F\u8A72\u9801\u9762","floatBall.showOriginal":"\u9EDE\u64CA\u5207\u63DB\u5230\u539F\u6587","floatBall.close":"\u95DC\u9589\u61F8\u6D6E\u7403","floatBallOptions.enableDescPc":"\u555F\u7528\u9801\u9762\u61F8\u6D6E\u7403\u5F8C\uFF0C\u6703\u5728\u9801\u9762\u53F3\u5074\u986F\u793A\u4E00\u500B\u5FEB\u6377\u7FFB\u8B6F\u6309\u9215\uFF0C\u9EDE\u64CA\u5373\u53EF\u7FFB\u8B6F","floatBallOptions.enableDesc":"\u95DC\u9589\u61F8\u6D6E\u7403\u5F8C\uFF0C\u53EF\u4EE5\u7528{touch}\u559A\u8D77\u3002\u70BA\u9632\u6B62\u4E0D\u614E\u95DC\u9589\u8A72\u9078\u9805\u5F8C\u627E\u4E0D\u5230\u61F8\u6D6E\u7403\uFF0C\u5F37\u70C8\u5EFA\u8B70\u6536\u85CF\u672C\u8A2D\u5B9A\u9801","description.azureApiUrl":"\u586B\u5165\u81EA\u8A02\u7684API\u4F4D\u5740",shareBtnTitle:"\u9EDE\u64CA\u751F\u6210\u7DB2\u9801\u5FEB\u7167","floatBall.share":"\u751F\u6210\u7DB2\u9801\u5FEB\u7167","floatBall.guideClickToTranslate":`\u9EDE\u64CA\u6C89\u6D78\u5F0F\u7FFB\u8B6F\u61F8\u6D6E\u7403 + {env.imt_sub_trans_field}: \u8BD1\u6587`,"browser.PdfProFile":"AI \u9A71\u52A8\u7684 PDF Pro \u7FFB\u8BD1","browser.textTranslate":"\u6587\u672C\u7FFB\u8BD1"};var dh={nologin:"\u672A\u767B\u9304",loginForSafari:"\u767B\u5165\u6216\u8A3B\u518A",login:"\u767B\u9304",goLogin:"\u53BB\u767B\u9304",manageAccount:"\u7BA1\u7406\u8CEC\u6236",openPremium:"\u958B\u901A\u6703\u54E1",logout:"\u9000\u51FA",curentPlan:"\u7576\u524D\u5957\u9910",endAt:"\u5230\u671F",endAuto:"\u81EA\u52D5\u7E8C\u671F",lineBreakMaxTextCount:"\u63DB\u884C\u5F8C\uFF0C\u6BCF\u53E5\u8A71\u5141\u8A31\u7684\u6700\u5927\u5B57\u5143\u6578\u91CF","translate-pdf":"\u9EDE\u9078\u7FFB\u8B6F PDF","noSupportTranslate-pdf":"\u8173\u672C\u4E0D\u652F\u63F4\uFF0C\u8ACB\u4F7F\u7528\u64F4\u5145\u5957\u4EF6","translate-firefox-local-pdf":"\u9EDE\u64CA\u53BB\u5C0E\u5165PDF",enableLineBreak:"\u958B\u555F\u9577\u6BB5\u843D\u81EA\u52D5\u63DB\u884C",sponsorLabel:"$1 \u8D77\u8D0A\u52A9\u958B\u767C\u8005 (\u6708\u4ED8\u6216\u50C5\u8D0A\u52A9\u4E00\u6B21\u5747\u53EF)",help:"\u8AAA\u660E",enableLineBreakDescription:"\u555F\u7528\u5F8C\uFF0C\u5C07\u6703\u5728\u9577\u6BB5\u843D\u4E2D\u6BCF\u53E5\u8A71\u7D50\u675F\u63D2\u5165\u63DB\u884C\u5B57\u5143\uFF0C\u4EE5\u4FBF\u65BC\u95B1\u8B80","browser.shortBrandName":"\u6C89\u6D78\u5F0F\u7FFB\u8B6F","browser.brandName":"\u6C88\u6D78\u5F0F\u7FFB\u8B6F - \u7DB2\u9801\u7FFB\u8B6F\u64F4\u5145 | PDF\u7FFB\u8B6F | \u514D\u8CBB","browser.brandDescription":"\u3010\u6C88\u6D78\u5F0F\u7FFB\u8B6F\u3011\u4E00\u6B3E\u514D\u8CBB\u7684\uFF08\u539F\u6587/\u8B6F\u6587\uFF09\u96D9\u8A9E\u5C0D\u7167\u7DB2\u9801\u7FFB\u8B6F\u64F4\u5145\uFF0C\u540C\u6642\u652F\u6301PDF\u7FFB\u8B6F\uFF08\u4FDD\u7559\u539F\u6587\u6A94\u6392\u7248\uFF09\uFF0C\u8996\u983B\u96D9\u8A9E\u5B57\u5E55\u7FFB\u8B6F\uFF08Youtube, Netflix\u7B49\uFF09\uFF0CEPUB\u96FB\u5B50\u66F8\u7FFB\u8B6F\u7B49\uFF1B\u652F\u6301\u8ABF\u7528\u4EBA\u5DE5\u667A\u80FDAI\u7FFB\u8B6F\u5927\u6A21\u578B\uFF08OpenAI (ChatGPT)\u3001DeepL\u3001Gemini(Bard) \u7B49 \uFF09\u5C0D\u4EE5\u4E0A\u5167\u5BB9\u9032\u884C\u66F4\u6E96\u78BA\u7684\u7FFB\u8B6F\uFF1B","browser.toggleTranslatePage":"\u7FFB\u8B6F\u7DB2\u9801/\u986F\u793A\u539F\u6587","browser.toggleTranslateTheWholePage":"\u7FFB\u8B6F\u9801\u9762\u5168\u90E8\u5340\u57DF/\u986F\u793A\u539F\u6587","browser.toggleTranslateToThePageEndImmediately":"\u7ACB\u5373\u7FFB\u8B6F\u5230\u9801\u9762\u5E95\u90E8/\u986F\u793A\u539F\u6587","browser.toggleTranslateTheMainPage":"\u7FFB\u8B6F\u9801\u9762\u4E3B\u8981\u5340\u57DF/\u986F\u793A\u539F\u6587","browser.shareToDraft":"\u751F\u6210\u7DB2\u9801\u5FEB\u7167","browser.openOptionsPage":"\u958B\u555F\u8A2D\u5B9A\u9801\u9762","browser.translateLocalPdfFile":"\u7FFB\u8B6F\u672C\u6A5F PDF \u6A94\u6848","browser.openEbookViewer":"\u95B1\u8B80\u672C\u6A5F\u96FB\u5B50\u66F8","browser.openEbookBuilder":"\u88FD\u4F5C\u96D9\u8A9E EPUB \u96FB\u5B50\u66F8","browser.translateLocalHtmlFile":"\u7FFB\u8B6F HTML/txt \u6A94\u6848","browser.donateContext":"\u4E86\u89E3\u8D0A\u52A9\u798F\u5229","browser.translateLocalSubtitleFile":"\u7FFB\u8B6F\u5B57\u5E55\u6A94\u6848",confirmResetConfig:"\u4F60\u78BA\u5B9A\u8981\u91CD\u8A2D\u8A2D\u5B9A\u55CE\uFF1F",translationLineBreakSettingTitle:"\u8B6F\u6587\u63DB\u884C\u8A2D\u5B9A",smartLineBreak:"\u667A\u6167\u63DB\u884C",alwaysLineBreak:"\u7E3D\u662F\u63DB\u884C",isShowContextMenu:"\u5C07\u7DB2\u9801\u7FFB\u8B6F\u529F\u80FD\u52A0\u5165\u53F3\u9375\u9078\u55AE",toggleBeta:"\u958B\u555F Beta \u6E2C\u8A66\u529F\u80FD",betaDescription:"\u555F\u7528\u4ECD\u5728\u5BE6\u9A57\u7684\u529F\u80FD\u4EE5\u53CA\u6E2C\u8A66\u4E2D\u7684\u7FFB\u8B6F\u670D\u52D9\u3002\u52A0\u5165 <1>Telegram \u7FA4\u7D44\u4E86\u89E3\u66F4\u591A\u3002",translationLineBreakSettingDescription:"\u7E3D\u662F\u63DB\u884C\u9069\u7528\u65BC\u8F03\u5C11\u5167\u5BB9\u7684\u7248\u9762\uFF0C\u66F4\u6574\u9F4A\u3002(\u5728\u5167\u5BB9\u8F03\u591A\u7684\u9577\u6BB5\u843D(\u8D85\u904E {count} \u500B\u5B57\u5143) \u4F7F\u7528\u667A\u6167\u63DB\u884C\u6703\u66F4\u7701\u7A7A\u9593)",tempTranslateDomainTitle:"\u81E8\u6642\u958B\u555F\u7DB2\u7AD9\u7FFB\u8B6F\u7684\u6642\u9577",tempTranslateDomainDescription:"\u7576\u624B\u52D5\u7FFB\u8B6F\u67D0\u500B\u7DB2\u9801\u7684\u6642\u5019\uFF0C\u81E8\u6642\u958B\u555F\u8A72\u7DB2\u7AD9\u70BA\u81EA\u52D5\u7FFB\u8B6F",xMinutes:"{count} \u5206\u9418",disabled:"\u505C\u7528",changelog:"\u66F4\u65B0\u8A18\u9304",toggleTranslatePageWhenThreeFingersOnTheScreen:"\u591A\u6307\u540C\u6642\u89F8\u6478\u87A2\u5E55\u5247\u7FFB\u8B6F\u7DB2\u9801/\u986F\u793A\u539F\u6587",toggleTranslationMaskWhenThreeFingersOnTheScreen:"\u591A\u6307\u540C\u6642\u89F8\u6478\u5247\u986F\u793A/\u96B1\u85CF\u8B6F\u6587\u6A21\u7CCA\u6548\u679C",addUrlDescription:"\u53EF\u4EE5\u70BA\u7DB2\u57DF\u540D\u7A31\uFF0C\u540C\u6642\u652F\u63F4\u842C\u7528\u5B57\u5143\uFF0C\u5982\uFF1A*.google.com, google.com/mail/*, https://www.google.com/*",general:"\u57FA\u672C\u8A2D\u5B9A",clickToExpandConfig:"\u5C55\u958B\u76EE\u524D\u8A2D\u5B9A",import:"\u5F9E\u6A94\u6848\u532F\u5165",export:"\u532F\u51FA\u70BA\u6A94\u6848",toggleDebug:"\u5728\u4E3B\u63A7\u53F0\u986F\u793A\u5075\u932F\u8A18\u9304","fingers.0":"\u95DC\u9589",mouseHoldKey:"+ {key} \u7FFB\u8B6F/\u9084\u539F\u8A72\u6BB5",mouseHoldKeyAuto:"\u76F4\u63A5\u7FFB\u8B6F\u8A72\u6BB5",mouseHoldKeyOff:"\u4E0D\u505A\u4EFB\u4F55\u4E8B\u60C5",mouseHoldKeyOther:"\u81EA\u5B9A\u7FA9\u5FEB\u6377\u9375(\u6253\u958B\u8A2D\u7F6E)",mouseHoldKeyCustomKey:"{key} \u7FFB\u8B6F/\u9084\u539F\u8A72\u6BB5","mouse-translate":"\u9F20\u6A19\u6ED1\u904E",document:"\u8AAA\u660E\u6587\u4EF6",resetSuccess:"\u91CD\u8A2D\u6240\u6709\u8A2D\u5B9A\u6210\u529F",resetThisSuccess:"\u91CD\u8A2D\u6210\u529F",saved:"\u5132\u5B58\u6210\u529F",successImportConfig:"\u6210\u529F\u532F\u5165\u8A2D\u5B9A",goAdvancedSettings:"\u524D\u5F80\u9032\u968E\u8A2D\u5B9A\u9801\u9762",goAdvancedInterfaceSettings:"\u524D\u5F80\u81EA\u8A02\u8A2D\u5B9A\u9801\u9762",advanced:"\u9032\u968E\u8A2D\u5B9A",advancedDescription:"\u6B63\u5E38\u60C5\u6CC1\u7121\u9700\u8A2D\u5B9A\uFF0C\u4FDD\u6301\u9810\u8A2D\u5373\u53EF\u3002\u50C5\u91DD\u5C0D\u66F4\u5C08\u696D\u7684\u4F7F\u7528\u8005\uFF0C\u63D0\u4F9B\u66F4\u500B\u4EBA\u5316\u7684\u8A2D\u5B9A\u9805\u76EE\u3002",developer:"\u958B\u767C\u8005\u8A2D\u5B9A",donateCafe:"\u50F9\u683C","translate to the bottom of the page":"\u9032\u5165\u7DB2\u9801\u5F8C\uFF0C\u662F\u5426\u7ACB\u5373\u7FFB\u8B6F\u5230\u9801\u9762\u5E95\u90E8\uFF1F",feedback:"\u554F\u984C\u56DE\u5831",toggleTranslatePage:"\u7FFB\u8B6F\u7DB2\u9801/\u986F\u793A\u539F\u6587",translateToThePageEndImmediatelyDescription:"\u555F\u7528\u5F8C\uFF0C\u9032\u5165\u7DB2\u9801\u5C07\u7ACB\u5373\u7FFB\u8B6F\u5F9E\u9802\u90E8\u5230\u5E95\u90E8\u7684\u5167\u5BB9\u3002\u95DC\u9589\u5247\u908A\u770B\u908A\u8B6F\u3002\uFF08\u4E0D\u63A8\u85A6\u958B\u555F\uFF09","translate all areas of the page":"\u662F\u5426\u7FFB\u8B6F\u7DB2\u9801\u6240\u6709\u5340\u57DF",translationAreaDescription:"\u555F\u7528\u5F8C\uFF0C\u7DB2\u9801\u7684\u6240\u6709\u5340\u57DF\u90FD\u6703\u88AB\u7FFB\u8B6F\u3002\u95DC\u9589\u5247\u4F7F\u7528\u9810\u8A2D\u7684\u667A\u6167\u8FA8\u8B58\uFF0C\u50C5\u7FFB\u8B6F\u4E3B\u8981\u5340\u57DF\u3002(\u4E0D\u63A8\u85A6\u958B\u555F)","the number of characters to be translated first":"\u76F4\u63A5\u7FFB\u8B6F\u9801\u9762\u524D\u591A\u5C11\u500B\u5B57\u5143\uFF0C\u800C\u7121\u9700\u7B49\u5F85\u6372\u52D5\u81F3\u53EF\u898B\u5340\u57DF","interface language":"\u4ECB\u9762\u8A9E\u8A00","display both the original text and the translation":"\u540C\u6642\u986F\u793A\u539F\u6587\u548C\u8B6F\u6587","keyboard shortcuts":"\u9375\u76E4\u5FEB\u901F\u9375",modify:"\u8B8A\u66F4\u5FEB\u901F\u9375",reset:"\u91CD\u8A2D",close:"\u95DC\u9589",homepage:"\u9996\u9801",more:"\u66F4\u591A",moreOptions:"\u5C55\u958B\u66F4\u591A\u81EA\u8A02\u9078\u9805",translateTheWholePage:"\u7FFB\u8B6F\u9801\u9762\u5168\u90E8\u5340\u57DF\uFF08\u5340\u5206\u65BC\u53EA\u7FFB\u8B6F\u4E3B\u8981\u5340\u57DF\uFF09",changeToTranslateTheWholePage:"\u5207\u63DB\u70BA\u7FFB\u8B6F\u6240\u6709\u5340\u57DF",changeToTranslateTheMainPage:"\u5207\u63DB\u70BA\u7FFB\u8B6F\u4E3B\u8981\u5340\u57DF",translateToThePageEndImmediately:"\u7ACB\u5373\u7FFB\u8B6F\u5230\u5E95\u90E8\uFF08\u5340\u5206\u65BC\u770B\u54EA\u8B6F\u54EA\uFF09",translateTheMainPage:"\u667A\u6167\u7FFB\u8B6F\u4E3B\u8981\u5340\u57DF","The local rules are up to date":"\u672C\u6A5F\u898F\u5247\u5DF2\u70BA\u6700\u65B0\uFF1A","Successfully synchronized with the latest official rules:":"\u6210\u529F\u540C\u6B65\u6700\u65B0\u5B98\u65B9\u898F\u5247\uFF1A","Checking for updates":"\u6B63\u5728\u6AA2\u67E5\u66F4\u65B0","Rules are being synchronized":"\u6B63\u5728\u540C\u6B65\u5B98\u65B9\u898F\u5247",localVersionIsTooOld:"\u672C\u6A5F\u5957\u4EF6\u7248\u672C\u904E\u820A\uFF0C\u8ACB\u5347\u7D1A\u5957\u4EF6\u81F3 {minVersion} \u6216\u66F4\u65B0\u7684\u7248\u672C\u518D\u5617\u8A66\u540C\u6B65",badUserscriptBrowser:"\u76EE\u524D\u700F\u89BD\u5668\u7121\u6CD5\u6B63\u78BA\u5BE6\u73FE\u6CB9\u7334\u5957\u4EF6\u7684\u4ECB\u9762\uFF0C\u8ACB\u4F7F\u7528\u5176\u4ED6<1>\u652F\u63F4\u6CB9\u7334\u5957\u4EF6\u7684\u700F\u89BD\u5668\u5982(Firefox Nightly \u7248\u672C)",foundNewVersion:"\u6709\u65B0\u7248\u672C\u53EF\u7528",theLocalExtensionIsUpToUpdate:"\u76EE\u524D\u5957\u4EF6\u5DF2\u662F\u6700\u65B0\u7248\u672C",failToSyncRules:"\u540C\u6B65\u6700\u65B0\u5B98\u65B9\u898F\u5247\u5931\u6557",retry:"\u9EDE\u6B64\u91CD\u8A66",failedReason:"\u5931\u6557\u539F\u56E0",currentRuleVersion:"\u76EE\u524D\u898F\u5247\u7248\u672C",calculating:"\u6B63\u5728\u8A08\u7B97",unknownError:"\u672A\u77E5\u7684\u932F\u8AA4",canNotFetchRemoteRule:"\u7121\u6CD5\u53D6\u5F97\u9060\u7AEF\u898F\u5247",enableAlphaSuccess:"\u5DF2\u555F\u7528 Alpha \u529F\u80FD",disableAlphaSuccess:"\u5DF2\u505C\u7528 Alpha \u529F\u80FD",cacheSize:"\u5FEB\u53D6\u5927\u5C0F\uFF1A",cleaning:"\u6B63\u5728\u6E05\u7406",cleanCache:"\u6E05\u9664\u5FEB\u53D6",options:"\u9078\u9805",about:"\u95DC\u65BC",service:"\u7FFB\u8B6F\u670D\u52D9",needAction:"(\u524D\u5F80\u8A2D\u5B9A)",goSettings:"\u524D\u5F80\u8A2D\u5B9A",needActionForOptions:"(\u9700\u8A2D\u5B9A)",translationEngine:"\u5F15\u64CE\u9078\u9805",sourceLanguage:"\u539F\u6587\u8A9E\u8A00",target:"\u76EE\u6A19\u8A9E\u8A00",popupSourceLanguage:"\u539F\u6587\u8A9E\u8A00",popupTarget:"\u76EE\u6A19\u8A9E\u8A00",popupService:"\u7FFB\u8B6F\u670D\u52D9",forThisSite:"\u7576\u524D\u7DB2\u7AD9",autoEnableSubtitle:"\u81EA\u52D5\u958B\u555F\u96D9\u8A9E\u5B57\u5E55",alwaysTranslate:"\u7E3D\u662F\u7FFB\u8B6F",neverTranslate:"\u6C38\u4E0D\u7FFB\u8B6F",neverTranslateSomeLanguage:"\u6C38\u4E0D\u7FFB\u8B6F {language}",alwaysTranslateSomeSite:"\u7E3D\u662F\u7FFB\u8B6F {hostname}",neverTranslateSomeSite:"\u6C38\u4E0D\u7FFB\u8B6F {hostname}",alwaysTranslateSomeSiteOrWildSite:"\u7E3D\u662F\u7FFB\u8B6F\u7DB2\u7AD9",alwaysTranslateSomePage:"\u7E3D\u662F\u7FFB\u8B6F\u8A72\u7DB2\u9801",add:"\u65B0\u589E",default:"\u9810\u8A2D",forThisLanguage:"\u91DD\u5C0D\u8A72\u8A9E\u8A00\uFF1A","add url":"\u8F38\u5165 URL",edit:"\u7DE8\u8F2F",pickAll:"\u5168\u9078","translate other languages into specific language":"\u5C07\u5176\u5B83\u8A9E\u8A00\u7FFB\u8B6F\u70BA\u4F60\u8A2D\u5B9A\u7684\u8A9E\u8A00","select translation service":"\u9078\u64C7\u4F60\u60F3\u7528\u7684\u7FFB\u8B6F\u670D\u52D9",language:"\u8A9E\u8A00","show-original":"\u986F\u793A\u539F\u6587",translate:"\u7FFB\u8B6F",Translated:"\u5DF2\u7FFB\u8B6F",Translating:"\u6B63\u5728\u7FFB\u8B6F",Error:"\u932F\u8AA4",allowCacheTranslations:"\u555F\u7528\u672C\u6A5F\u7FFB\u8B6F\u5FEB\u53D6\uFF08\u6E1B\u5C11\u91CD\u8907\u6BB5\u843D\u7684\u7FFB\u8B6F\u8981\u6C42\uFF09","translation display":"\u8B6F\u6587\u986F\u793A\u6A23\u5F0F","select diplay style":"\u5340\u5206\u8B6F\u6587\u7684\u6A23\u5F0F\uFF0C\u5177\u9AD4\u53EF\u53C3\u8003\u4E0B\u5217\u7BC4\u4F8B",interface:"\u4ECB\u9762\u8A2D\u5B9A",import_export:"\u532F\u5165/\u532F\u51FA",import_export_title:"\u532F\u5165/\u532F\u51FA\u8A2D\u5B9A",syncToGoogleDrive:"\u7ACB\u5373\u8207 Google Drive \u540C\u6B65","floatBallOptions.enable":"\u555F\u7528\u61F8\u6D6E\u7403","floatBallOptions.blockUrls":"\u7981\u7528\u7DB2\u7AD9","floatBallOptions.add":"\u6DFB\u52A0","floatBallOptions.blockUrlDesc":"\u7576\u9047\u5230\u4EE5\u4E0B\u7DB2\u7AD9\u6642\u4E0D\u986F\u793A\u61F8\u6D6E\u7403","floatBallOptions.clickType":"\u9EDE\u64CA\u884C\u70BA","floatBallOptions.clickTypeDesc":"\u61F8\u6D6E\u7403\u5716\u6A19\u9EDE\u64CA\u6642\u7684\u884C\u70BA","floatBallOptions.clickPopup":"\u986F\u793A\u7FFB\u8B6F\u9762\u677F","floatBallOptions.clickTranslate":"\u7FFB\u8B6F/\u986F\u793A\u539F\u6587","floatBallOptions.fixedPosition":"\u56FA\u5B9A\u4F4D\u7F6E","floatBallOptions.fixedPositionDesc":"\u61F8\u6D6E\u7403\u5728\u7A97\u53E3\u5DE6\u5074\u9084\u662F\u53F3\u5074","floatBallOptions.fixedPositionLeft":"\u5DE6\u5074","floatBallOptions.fixedPositionRight":"\u53F3\u5074",previewAllThemes:"\u9810\u89BD\u5168\u90E8\u6A23\u5F0F","translationTheme.none":"\u7121","translationTheme.grey":"\u9ED1\u7070\u8272","translationTheme.dashed":"\u7834\u6298\u865F\u5E95\u7DDA","translationTheme.dotted":"\u9EDE\u72C0\u5E95\u7DDA","translationTheme.dashedBorder":"\u865B\u7DDA\u6846\u7DDA","translationTheme.solidBorder":"\u5BE6\u7DDA\u6846\u7DDA","translationTheme.underline":"\u76F4\u7DDA\u5E95\u7DDA","translationTheme.mask":"\u6A21\u7CCA\u6548\u679C\uFF08\u5B78\u7FD2\u6A21\u5F0F\uFF09","translationTheme.opacity":"\u900F\u660E\u6548\u679C","translationTheme.paper":"\u767D\u7D19\u9670\u5F71\u6548\u679C","translationTheme.dividingLine":"\u5206\u9694\u7DDA","translationTheme.highlight":"\u9192\u76EE\u63D0\u793A","translationTheme.marker":"\u99AC\u514B\u7B46","translationTheme.marker2":"\u99AC\u514B\u7B462","translationTheme.blockquote":"\u5F15\u7528\u6A23\u5F0F","translationTheme.weakening":"\u5F31\u5316","translationTheme.italic":"\u659C\u9AD4","translationTheme.bold":"\u7C97\u9AD4","translationTheme.thinDashed":"\u7D30\u7834\u6298\u865F\u5E95\u7DDA","translationTheme.nativeDashed":"\u7CFB\u7D71\u5167\u5EFA\u7834\u6298\u865F\u5E95\u7DDA","translationTheme.nativeDotted":"\u7CFB\u7D71\u5167\u5EFA\u9EDE\u72C0\u5E95\u7DDA","translationTheme.nativeUnderline":"\u7CFB\u7D71\u5167\u5EFA\u76F4\u7DDA\u5E95\u7DDA","translationTheme.wavy":"\u6CE2\u5F62\u66F2\u7DDA","translationServices.custom":"\u81EA\u5B9A\u7FA9API","translationServices.tencent":"\u9A30\u8A0A\u7FFB\u8B6F\u541B","translationServices.tenAlpha":"\u9A30\u8A0A\u7FFB\u8B6F\u541B(Alpha)","translationServices.google":"Google \u7FFB\u8B6F","translationServices.bai":"\u767E\u5EA6(Alpha)","translationServices.baidu":"\u767E\u5EA6\u7FFB\u8B6F","translationServices.aliyun":"\u963F\u91CC\u96F2\u7FFB\u8B6F","translationServices.volc":"\u706B\u5C71\u7FFB\u8B6F","translationServices.deeplx":"DeepLX(Beta)","translationServices.bing":"\u5FAE\u8F6F\u7FFB\u8B6F","translationServices.deepl":"DeepL","translationServices.wechat":"\u5FAE\u4FE1\u7FFB\u8B6F","translationServices.azure":"Azure \u7FFB\u8B6F","translationServices.ibm":"IBM Watson","translationServices.aws":"\u4E9E\u99AC\u905C\u7FFB\u8B6F","translationServices.mock":"\u6A21\u64EC\u7FFB\u8B6F","translationServices.mock2":"\u6A21\u64EC\u7FFB\u8B6F2","translationServices.caiyun":"\u5F69\u96F2\u5C0F\u8B6F","translationServices.cai":"\u5F69\u96F2\u5C0F\u8B6F (Alpha)","translationServices.volcAlpha":"\u706B\u5C71\u7FFB\u8B6F(Alpha)","translationServices.openl":"OpenL","translationServices.youdao":"\u6709\u9053\u7FFB\u8B6F","translationServices.you":"\u6709\u9053\u7FFB\u8B6F (Alpha)","translationServices.transmart":"\u9A30\u8A0A\u4EA4\u4E92\u7FFB\u8B6F","translationServices.niu":"\u5C0F\u725B\u7FFB\u8B6F","translationServices.papago":"Papago \u7FFB\u8B6F","translationServices.d":"Deepl(Alpha)","translationServices.dpro":"D Pro (Canary)","translationServices.openai":"OpenAI","translationServices.yandex":"Yandex","translationServices.chatgpt":"ChatGPT Web(3.5 mobile)","translate title":"\u7FFB\u8B6F\u9801\u9762\u6A19\u984C","always languages":"\u7E3D\u662F\u7FFB\u8B6F\u7684\u8A9E\u8A00",neverTranslateLanguagesLabel:"\u6C38\u4E0D\u7FFB\u8B6F\u7684\u8A9E\u8A00",neverTranslateTheFollowingLanguagesDescription:"\u7576\u9801\u9762\u4E2D\u67D0\u4E00\u6BB5\u843D\u7684\u8A9E\u8A00\u70BA\u4E0B\u5217\u8A9E\u8A00\u6642\uFF0C\u5C07\u8DF3\u904E\u7FFB\u8B6F",enableUserscriptPagePopup:"\u5728\u9801\u9762\u4E0A\u986F\u793A\u61F8\u6D6E\u7403",enableUserscriptPagePopupDescription:"\u95DC\u9589\u61F8\u6D6E\u7403\u5F8C\uFF0C\u53EF\u4EE5\u7528\u5FEB\u901F\u9375/{touch}\u518D\u6B21\u986F\u793A\u3002\u70BA\u9632\u6B62\u4E0D\u614E\u95DC\u9589\u8A72\u9078\u9805\u5F8C\u627E\u4E0D\u5230\u61F8\u6D6E\u7403\uFF0C\u5EFA\u8B70\u5C07\u672C\u8A2D\u5B9A\u9801\u9762\u52A0\u5165\u81F3\u6211\u7684\u6700\u611B","always translate the following languages":"\u7576\u9801\u9762\u8A9E\u8A00\u70BA\u4E0B\u5217\u8A9E\u8A00\u6642\uFF0C\u6703\u81EA\u52D5\u7FFB\u8B6F\u70BA\u76EE\u6A19\u8A9E\u8A00","always sites":"\u7E3D\u662F\u7FFB\u8B6F\u7684\u7DB2\u5740","always translate the following sites":"\u7576\u7DB2\u7AD9\u70BA\u4E0B\u5217\u7DB2\u57DF\u540D\u7A31\u6642\uFF0C\u6703\u81EA\u52D5\u7FFB\u8B6F\u70BA\u76EE\u6A19\u8A9E\u8A00","never sites":"\u6C38\u4E0D\u7FFB\u8B6F\u7684\u7DB2\u5740","never translate the following sites":"\u7576\u7DB2\u7AD9\u70BA\u4E0B\u5217\u7DB2\u57DF\u540D\u7A31\u6642\uFF0C\u5C07\u4E0D\u6703\u9032\u884C\u7FFB\u8B6F","please refer to":"\u9700\u8981\u586B\u5BEB\u91D1\u9470\u5F8C\u624D\u53EF\u4F7F\u7528\uFF0C\u8A73\u7D30\u8CC7\u8A0A\u8ACB\u53C3\u8003",KeyAndConfigurationTutorial:"\u300A\u91D1\u9470\u7533\u8ACB\u548C\u8A2D\u5B9A\u6559\u5B78\u300B",useAboveStyleForTheseSites:"\u7576\u7DB2\u7AD9\u70BA\u4E0B\u5217\u7DB2\u57DF\u540D\u7A31\u6642\uFF0C\u7E3D\u662F\u4F7F\u7528 \u2308{theme}\u230B \u8B6F\u6587\u6A23\u5F0F",currentUrl:"\u76EE\u524D\u7DB2\u5740",confirm:"\u5132\u5B58",cancel:"\u53D6\u6D88",delete:"\u522A\u9664","languages.auto":"\u81EA\u52D5\u5075\u6E2C",syncToCloud:"\u540C\u6B65\u81F3\u96F2\u7AEF",syncToCloudDescription:"\u4E0A\u50B3\u81F3\u96F2\u7AEF\u5F8C\uFF0C\u53EF\u4EE5\u5728\u4E0D\u540C\u7684\u700F\u89BD\u5668/\u6CB9\u7334\u8173\u672C\u4E4B\u9593\u540C\u6B65\u8A2D\u5B9A\uFF0C\u4EE5\u6700\u5F8C\u8B8A\u66F4\u6642\u9593\u70BA\u6E96\u3002",syncToAccount:"\u540C\u6B65\u5230\u8CEC\u6236",syncToAccountButton:"\u7ACB\u5373\u8207\u96F2\u7AEF\u540C\u6B65",syncToAccountDescription:"\u4E0A\u50B3\u5230\u5DF2\u767B\u9304\u8CEC\u6236\uFF0C\u53EF\u4EE5\u5728\u4E0D\u540C\u7684\u8A2D\u5099\u4E4B\u9593\u540C\u6B65\u914D\u7F6E\uFF0C\u4EE5\u6700\u5F8C\u4FEE\u6539\u6642\u9593\u70BA\u6E96\u3002",successSyncConfigInAccount:"\u6210\u529F\u8207\u8CEC\u6236\u4FDD\u6301\u540C\u6B65",successSyncConfigToAccount:"\u6210\u529F\u540C\u6B65\u5230\u8CEC\u6236",syncConfigNoUpdate:"\u5DF2\u7D93\u662F\u6700\u65B0\u7684\u4E86",authFail:"\u6388\u6B0A\u5931\u6557",syncTitle:"\u624B\u52D5\u5099\u4EFD\u7BA1\u7406",import_hint:"\u532F\u5165",upload:"\u4E0A\u50B3",revokeAuth:"\u64A4\u92B7\u6388\u6B0A",uploadFail:"\u4E0A\u50B3\u5931\u6557",download:"\u4E0B\u8F09",importSuccess:"\u532F\u5165\u6210\u529F",importFail:"\u532F\u5165\u5931\u6557",deleteFail:"\u522A\u9664\u5931\u6557",backupToCloud:"\u624B\u52D5\u7BA1\u7406\u5099\u4EFD\u6A94\u6848",create_new_backup:"\u65B0\u589E\u5099\u4EFD\u7BC0\u9EDE",maxBackupFiles:"\u6700\u591A\u53EF\u4EE5\u5099\u4EFD{count}\u500B\u4E0D\u540C\u7684\u7BC0\u9EDE\uFF0C\u8ACB\u522A\u9664\u4E0D\u9700\u8981\u7684\u7BC0\u9EDE",backupToCloudDescription:"\u624B\u52D5\u4E0A\u50B3\u6216\u9084\u539F\u5099\u4EFD\u6A94\u6848\uFF0C\u6700\u591A\u5141\u8A31 3 \u500B\u4E0D\u540C\u7684\u5099\u4EFD",successSyncConfig:"\u6210\u529F\u8207\u96F2\u7AEF\u4FDD\u6301\u540C\u6B65",syncFail:"\u540C\u6B65\u5931\u6557",updatedAt:"\u66F4\u65B0\u65BC {date}",lastSyncedAt:"\u4E0A\u6B21\u6AA2\u67E5\u65BC {date}",downloadFail:"\u4E0B\u8F09\u5931\u6557",clickToDownload:"\u9EDE\u9078\u4E0B\u8F09",aboutLabel:"\u95DC\u65BC - \u554F\u984C\u56DE\u5831","browser.openAboutPage":"\u95DC\u65BC/\u554F\u984C\u56DE\u5831",aboutLabelWithoutSponsor:"\u95DC\u65BC - \u554F\u984C\u56DE\u5831",aboutIntro:"\u5E0C\u671B\u6211\u5011\u90FD\u80FD\u66F4\u52A0\u5BB9\u6613\u4E14\u6109\u6085\u5730\u7372\u53D6\u7DB2\u969B\u7DB2\u8DEF\u4E0A\u66F4\u591A\u7684\u5916\u8A9E\u8CC7\u8A0A \u2764\uFE0F \u4F60\u53EF\u4EE5\u9078\u64C7\u958B\u901A <6>Pro\u6703\u54E1 \u4F86\u4F7F\u7528\u958B\u7BB1\u5373\u7528\u7684 DeepL \u548C OpenAI \u7FFB\u8B6F\u3002

\u4F60\u53EF\u4EE5\u95DC\u6CE8\u6211\u4EEC\u7684<3>Twitter\uFF0C<4>Telegram \u983B\u9053\u4EE5\u53CA\u4E0B\u65B9\u7684<5>\u90F5\u4EF6\u8A02\u95B1\u8FFD\u8E64\u66F4\u65B0\u3002
<7>Pro \u6703\u54E1 \u53EF\u4EE5\u901A\u904E\u5FEB\u901F\u5BA2\u670D\u90F5\u7BB1 <8>support@immersivetranslate.com \u548C\u6211\u5011\u53D6\u5F97\u806F\u7E6B\u3002",aboutIntroWithoutSponsor:"\u5E0C\u671B\u6211\u5011\u90FD\u80FD\u66F4\u52A0\u5BB9\u6613\u4E14\u6109\u6085\u5730\u7372\u53D6\u7DB2\u969B\u7DB2\u8DEF\u4E0A\u66F4\u591A\u7684\u5916\u8A9E\u8CC7\u8A0A \u2764\uFE0F ",projectHomepage:"\u5C08\u6848\u9996\u9801",joinTelegramGroup:"\u52A0\u5165\u7528\u6237\u4EA4\u6D41\u7FA4\u7D44\u53C3\u8207\u529F\u80FD\u8A0E\u8AD6",wechatPublicAccount:"\u5FAE\u4FE1\u516C\u773E\u865F",wechatCommunities:"\u5FAE\u4FE1\u4EA4\u6D41\u7FA4",qqCommunities:"QQ \u4EA4\u6D41\u983B\u9053",joinTelegramChannel:"\u95DC\u6CE8 Telegram \u983B\u9053\u77AD\u89E3\u66F4\u65B0\u8CC7\u8A0A",feedbackAndJoin:"\u554F\u984C\u56DE\u5831/\u52A0\u5165\u7FA4\u7D44",autoSync:"\u81EA\u52D5\u5B9A\u6642\u540C\u6B65",loadingThemeTitle:"Loading \u6A23\u5F0F",loadingThemeDescription:"\u8A2D\u5B9A\u7B49\u5F85\u8B6F\u6587\u8F09\u5165\u6642\u7684\u6A23\u5F0F","loadingTheme.spinner":"\u8F49\u5708\u52D5\u756B","loadingTheme.text":"\u975C\u614B\u6587\u5B57 ... ","loadingTheme.none":"\u4E0D\u986F\u793A",developerDescription:"\u53EF\u4EE5\u9EDE\u9078<1>\u6B64\u8655\u6AA2\u8996\u9032\u968E\u81EA\u8A02\u529F\u80FD\u76F8\u95DC\u7684\u8AAA\u660E\u6587\u4EF6","edit border color":"\u8B8A\u66F4\u908A\u6846\u8272\u5F69",successSyncButNoChange:"\u76EE\u524D\u8A2D\u5B9A\u8207\u96F2\u7AEF\u4E00\u81F4",customTheme:"\u81EA\u8A02\u8272\u5F69\u548C\u5927\u5C0F","customThemeLabel.borderColor":"\u908A\u6846\u8272\u5F69","customThemeLabel.borderRadius":"\u908A\u6846\u5713\u89D2","customThemeLabel.textColor":"\u6587\u5B57\u8272\u5F69","customThemeLabel.backgroundColor":"\u80CC\u666F\u8272\u5F69","customThemeLabel.zoom":"\u5B57\u578B\u7E2E\u653E\u6BD4\u4F8B (%)","customThemeLabel.opacity":"\u6587\u5B57\u4E0D\u900F\u660E\u5EA6(%)",resetToDefaultColor:"\u9084\u539F\u70BA\u9810\u8A2D\u8272\u5F69",resetToDefaultSettings:"\u9084\u539F\u70BA\u9810\u8A2D\u8A2D\u5B9A",isTranslateTitle:"\u555F\u7528\u7DB2\u9801\u6A19\u984C\u7FFB\u8B6F",isTranslateTitleDescription:"\u555F\u7528\u5F8C\uFF0C\u7DB2\u9801\u7684\u6A19\u984C\u6703\u88AB\u7FFB\u8B6F",enableSearchEnhancement:"\u958B\u555F\u641C\u7D22\u589E\u5F37",enableSearchEnhancementDescription:"\u4E2D\u6587\u641C\u7D22\u8C37\u6B4C\u6703\u5728\u53F3\u908A\u51FA\u73FE\u82F1\u6587\u7248\u8C37\u6B4C\u65B0\u805E",verifyService:"\u9EDE\u6B64\u6E2C\u8A66\u670D\u52D9",verified:"\u9A57\u8B49\u6210\u529F","field.langs":"\u652F\u63F4\u7684\u8A9E\u8A00\u4EE3\u78BC","field.model":"\u6A21\u578B","field.translationEngine":"\u7FFB\u8B6F\u5F15\u64CE","field.limitPerMinute":"\u6BCF\u5206\u9418\u6700\u5927\u8981\u6C42\u6578","field.limitPerSecond":"\u6BCF\u79D2\u6700\u5927\u8981\u6C42\u6578","field.maxTextLengthPerRequest":"\u6BCF\u6B21\u8981\u6C42\u7684\u6700\u5927\u6587\u5B57\u9577\u5EA6","field.maxTextGroupLengthPerRequest":"\u6BCF\u6B21\u8981\u6C42\u6700\u5927\u6BB5\u843D\u6578","field.apiUrl":"\u81EA\u8A02 API \u4F4D\u5740","field.placeholderDelimiters":"\u4FDD\u7559\u7684\u4F54\u4F4D\u7B26","description.custom":"\u81EA\u5B9A\u7FA9\u63A5\u53E3\u63A5\u5165 \u9700\u8981\u53C3\u8003\u6587\u6A94","description.limitPerMinute":"\u8981\u6C42\u6578\u8D85\u904E\u8A72\u9650\u5236\u6642\u6703\u88AB\u66AB\u6642\u505C\u7528\uFF0C\u76F4\u81F3\u4E0B\u4E00\u5206\u9418\u958B\u59CB\u3002\u7531\u4E8EOpenAI\u76EE\u524D\u670D\u52A1\u7684\u5404\u79CD\u9650\u5236\uFF0C\u8BF7\u70B9\u51FB<1>\u8FD9\u91CC\u67E5\u770B\u6700\u65B0\u5EFA\u8BAE\u7684\u6570\u503C","description.limitPerSecond":"\u8981\u6C42\u6578\u8D85\u904E\u8A72\u9650\u5236\u6642\u6703\u88AB\u66AB\u6642\u505C\u7528\uFF0C\u76F4\u81F3\u4E0B\u4E00\u79D2\u9418\u958B\u59CB\u3002\u7531\u4E8EOpenAI\u76EE\u524D\u670D\u52A1\u7684\u5404\u79CD\u9650\u5236\uFF0C\u8BF7\u70B9\u51FB<1>\u8FD9\u91CC\u67E5\u770B\u6700\u65B0\u5EFA\u8BAE\u7684\u6570\u503C","description.generalLimitPerSecond":"\u8ACB\u6C42\u6578\u8D85\u904E\u8A72\u9650\u5236\u6642\u6703\u9032\u5165\u6392\u968A\u72C0\u614B\uFF0C\u76F4\u5230\u4E0B\u4E00\u79D2\u9418\u958B\u59CB\u3002","description.prompt":"\u4EE5\u7528\u6236\u8EAB\u4EFD\u767C\u9001\u7D66 {service} \u7684\u5C0D\u8A71\uFF0C\u5176\u4E2D {{text}} \u8868\u793A\u6BB5\u843D\u7684\u6587\u672C\u5167\u5BB9\uFF0C{{from}} \u8868\u793A\u6BB5\u843D\u7684\u8A9E\u8A00\uFF0C{{to}} \u8868\u793A\u76EE\u6A19\u8A9E\u8A00","description.maxTextLengthPerRequest":"\u9810\u8A2D\u6703\u5408\u4F75\u591A\u500B\u6BB5\u843D\uFF0C\u4EE5\u6E1B\u5C11\u8ACB\u8981\u6C42\u6578\uFF0C\u4F46\u662F\u5982\u679C\u6BB5\u843D\u7E3D\u9577\u5EA6\u904E\u9577\uFF0C\u4E5F\u53EF\u80FD\u6703\u5C0E\u81F4 API \u7684\u56DE\u61C9\u6642\u9593\u589E\u52A0\uFF0C\u56E0\u6B64\u53EF\u4EE5\u5617\u8A66\u8ABF\u6574\u8A72\u9078\u9805\u4F86\u63D0\u5347\u901F\u5EA6","description.systemPrompt":"\u4EE5\u7CFB\u7D71\u8EAB\u4EFD\u767C\u9001\u7D66 {service} \u7684\u5C0D\u8A71\uFF0C\u5176\u4E2D {{text}} \u8868\u793A\u6BB5\u843D\u7684\u6587\u672C\u5167\u5BB9\uFF0C{{from}} \u8868\u793A\u6BB5\u843D\u7684\u8A9E\u8A00\uFF0C{{to}} \u8868\u793A\u76EE\u6A19\u8A9E\u8A00","field.domain":"\u9818\u57DF","description.domain":"\u9ED8\u8A8D\u70BA\uFF1Ageneral\u3002\u50C5\u5728\u6709\u9053API\u63A7\u5236\u53F0\u958B\u901A\u9818\u57DF\u5316\u7FFB\u8B6F\u7684\u60C5\u6CC1\u4E0B\u53EF\u8A2D\u7F6E\uFF0C\u652F\u6301\u9818\u57DF\u898B<1>\u9019\u88E1","field.scene":"\u5834\u666F","description.scene":"\u9ED8\u8A8D\u70BA\uFF1Ageneral\u3002\u50C5\u5728\u963F\u91CC\u96F2API\u63A7\u5236\u53F0\u958B\u901A\u6A5F\u5668\u7FFB\u8B6F\u5C08\u696D\u7248\u7684\u60C5\u6CC1\u4E0B\u53EF\u8A2D\u7F6E\uFF0C\u652F\u6301\u5834\u666F\u898B<1>\u9019\u88E1","field.vocabId":"\u4F7F\u7528\u8005\u8A5E\u5178ID","description.vocabId":"\u6307\u5B9A\u7684\u5B57\u5178out_id\uFF0C\u76EE\u524D\u652F\u63F4\u82F1\u8B6F\u4E2D","description.model":"OpenAI \u7684\u6A21\u578B\uFF0C\u53EF\u4EE5\u70BA gpt-3.5-turbo, gpt-4 \u7B49","description.maxTextGroupLengthPerRequest":"\u6BCF\u6B21\u50B3\u9001\u7D66\u7FFB\u8B6F\u670D\u52D9\u7684\u6BB5\u843D\u6578\u91CF\uFF0C\u5982\u679C\u6BB5\u843D\u6578\u91CF\u904E\u591A\uFF0C\u53EF\u80FD\u6703\u5C0E\u81F4\u56DE\u61C9\u901F\u5EA6\u8B8A\u6162","description.apiUrl":"\u8ACB\u52A0\u5165\u5177\u9AD4\u5305\u542B\u8DEF\u5F91\u7684\u7DB2\u5740",enabledExtension:"\u555F\u7528\u5957\u4EF6",clickToDisableExtension:"\u9EDE\u9078\u505C\u7528\u5957\u4EF6",clickToEnableExtension:"\u9EDE\u9078\u555F\u7528\u5957\u4EF6",hasBeenDisabled:"\u5DF2\u505C\u7528","show password":"\u986F\u793A\u5BC6\u78BC",customContent:"\u8F38\u5165\u81EA\u5B9A\u7FA9\u6A21\u578B",inputOptions:"\u8F38\u5165\u6846\u589E\u5F37",mouseHoverOptions:"\u9F20\u6A19\u6ED1\u904E",modifyMouseHoverKey:"\u4FEE\u6539\u6ED1\u9F20\u61F8\u505C\u5FEB\u6377\u9375",enableInputTranslation:"\u662F\u5426\u555F\u7528\u8F38\u5165\u6846\u589E\u5F37",enableInputTranslationDescription:"\u555F\u7528\u5F8C\uFF0C\u8F38\u5165\u6846\u76F4\u63A5\u8F38\u5165 {startingKey}{startingKey} \u4F60\u597D\uFF0C\u7136\u5F8C\u5FEB\u901F\u9023\u64CA{inputTrailingTriggerKeyRepeatTimes}\u6B21{trailingKey}\uFF0C\u5373\u53EF\u7FFB\u8B6F\u70BA {inputTargetLanguage}",enableInputTranslationDescriptionForNoneKey:"\u555F\u7528\u5F8C\uFF0C\u8F38\u5165\u6846\u76F4\u63A5\u8F38\u5165\uFF1A\u4F60\u597D\u4E16\u754C\uFF0C\u7136\u5F8C\u5FEB\u901F\u9023\u64CA{inputTrailingTriggerKeyRepeatTimes}\u6B21{trailingKey}\uFF0C\u5373\u53EF\u7FFB\u8B6F\u70BA\u9810\u8A2D\u76EE\u6A19\u8A9E\u8A00",inputTargetLanguage:"\u8A2D\u5B9A\u8F38\u5165\u6846\u7684\u9810\u8A2D\u76EE\u6A19\u8A9E\u8A00",inputTargetLanguageDescription:"\u8F38\u5165\u6846\u7FFB\u8B6F\u7684\u9810\u8A2D\u76EE\u6A19\u8A9E\u8A00\uFF0C\u4E5F\u5C31\u662F {startingKey}{startingKey} \u4F5C\u70BA\u89F8\u767C\u8A5E\u7684\u9810\u8A2D\u8A9E\u8A00",inputTargetLanguageDescriptionForNoneKey:"\u8F38\u5165\u6846\u7FFB\u8B6F\u7684\u9810\u8A2D\u76EE\u6A19\u8A9E\u8A00",inputStartingTriggerKeyTitle:"\u8A2D\u5B9A\u8F38\u5165\u6846\u90E8\u5206\u7FFB\u8B6F\u7684\u5206\u5272\u5B57\u7B26",inputStartingTriggerKeyDescription:"\u7576\u4F60\u4E0D\u9700\u8981\u7FFB\u8B6F\u6574\u500B\u8F38\u5165\u6846\u7684\u6642\u5019\uFF0C\u5206\u5272\u7B26\u5141\u8A31\u4F60\u53EA\u7FFB\u8B6F {startingKey}{startingKey} \u5230\u8F38\u5165\u6846\u672B\u5C3E\u7684\u90E8\u5206\uFF0C\u4E5F\u53EF\u4EE5\u6307\u5B9A\u8A9E\u8A00\u4EE3\u78BC\uFF0C\u4F8B\u5982\uFF1A{startingKey}ja \u8868\u793A\u53EA\u7FFB\u8B6F {startingKey}ja \u5230\u8F38\u5165\u6846\u672B\u5C3E\u7684\u90E8\u5206",inputStartingTriggerKeyDescriptionForNoneKey:"\u76EE\u524D\u8A2D\u5B9A\u70BA\u7121\u9700\u524D\u7DB4\uFF0C\u66AB\u7121\u6CD5\u4F7F\u7528\u8F38\u5165\u6846\u7684\u90E8\u5206\u6587\u5B57\u7FFB\u8B6F\u529F\u80FD",inputTrailingTriggerKeyTitle:"\u9078\u64C7\u4E00\u500B\u8F38\u5165\u7D50\u675F\u7684\u89F8\u767C\u5B57\u7B26",inputTrailingTriggerKeyDescription:"\u5FEB\u901F\u9023\u64CA3 \u6B21{trailingKey} \u5C07\u6703\u958B\u59CB\u7FFB\u8B6F",inputTrailingTriggerKeyTimeout:"\u8F38\u5165\u7D50\u675F\u9023\u64CA\u89F8\u767C\u7684\u9593\u9694\u6642\u9593",inputTrailingTriggerKeyTimeoutDescription:"\u8A2D\u7F6E\u8F38\u5165\u7D50\u675F\u9023\u64CA\u89F8\u767C\u7684\u9593\u9694\u6642\u9593\uFF08\u6BEB\u79D2\uFF09",spaceKey:"<\u7A7A\u683C\u9375>",noneKey:"\u7121\u9700\u524D\u7DB4\uFF0C\u76F4\u63A5\u7FFB\u8B6F\u6574\u500B\u6587\u5B57\u6846",inputTranslationBlockUrlsTitle:"\u5207\u52FF\u5728\u4EE5\u4E0B\u7DB2\u5740\u4E2D\u555F\u7528\u8F38\u5165\u6846\u589E\u5F37",inputTranslationBlockUrlsDescription:"\u5728\u4EE5\u4E0B\u7DB2\u5740\u4E2D\uFF0C\u8F38\u5165\u6846\u589E\u5F37\u5C07\u4E0D\u6703\u751F\u6548",inputHelperInfo:"\u8AAA\u660E\uFF1A\u6211\u5011\u7279\u5225\u91DD\u5C0D\u5728\u4E2D\u6587\u8F38\u5165\u6CD5\u4E0B\u90E8\u5206\u89F8\u767C\u5B57\u7B26\u6703\u8B8A\u6210\u4E2D\u6587\u6A19\u9EDE\u7B26\u865F\u9019\u4EF6\u4E8B\u505A\u4E86\u512A\u5316\uFF0C\u6BD4\u5982\u641C\u72D7\u8F38\u5165\u6CD5\u4E0B / \u6703\u8B8A\u6210\u9813\u865F \u3001\uFF0C\u6C89\u6D78\u5F0F\u7FFB\u8B6F\u652F\u6301\u6240\u6709\u89F8\u767C\u7B26\u5C0D\u61C9\u7684\u4E2D\u6587\u7B26\u865F\uFF0C\u4E5F\u5C31\u662F\u8AAA // \u3001\u3001 \u90FD\u6703\u88AB\u8B58\u5225\u70BA\u89F8\u767C\u5B57\u7B26\u3002

\u540C\u6642\u6211\u5011\u4E5F\u652F\u6301\u8A9E\u8A00\u4EE3\u78BC\u7684\u4E2D\u6587\u5225\u540D\u4F5C\u70BA\u547D\u4EE4\uFF0C\u6BD4\u5982 /\u65E5\u6587 \u4F60\u597D\u4E16\u754C \u6703\u88AB\u7FFB\u8B6F\u70BA\u65E5\u6587\uFF0C<1>\u9EDE\u6B64\u67E5\u770B\u6240\u6709\u652F\u63F4\u7684\u8A9E\u8A00\u4EE3\u78BC\u3002",reloadCurrentPage:"\u8ACB\u5148\u5237\u65B0\u76EE\u524D\u9801\u9762\uFF0C\u518D\u958B\u59CB\u7FFB\u8B6F",noLocalFilePermissionForPDF:"\u66AB\u7121\u6B0A\u9650\u8B80\u53D6\u672C\u6A5F\u6587\u4EF6\uFF0C\u8ACB\u9EDE\u9078\u4E0A\u65B9\u6309\u9215\uFF0C\u7136\u5F8C\u532F\u5165\u672C\u6A5F\u6587\u4EF6",noPermissionForThisPage:"\u26A0\uFE0F \u66AB\u7121\u6B0A\u9650\u7FFB\u8B6F\u76EE\u524D\u9801\u9762","error.retry":"\u91CD\u8A66","error.reason":"\u932F\u8AA4\u539F\u56E0",retryAllParagraphs:"\u91CD\u8A66\u5168\u90E8\u932F\u8AA4\u6BB5\u843D",retryAllButton:"\u91CD\u8A66\u5168\u90E8\u932F\u8AA4\u6BB5\u843D",errorTooltipTitle:"\u9EDE\u64CA\u770B\u932F\u8AA4\u539F\u56E0",errorModalTitle:"\u7FFB\u8B6F\u670D\u52D9\u6216\u7DB2\u8DEF\u4F3C\u4E4E\u51FA\u4E86\u9EDE\u554F\u984C...",disableConfirm:"\u7981\u7528\u78BA\u8A8D",disableOnce:"\u7981\u7528\u4E00\u6B21",disableGlobal:"\u5168\u5C40\u7981\u7528",disableTint:"* \u60A8\u53EF\u4EE5\u5728 {option} \u4E2D\u91CD\u65B0\u555F\u7528\u3002",searchEnhancementNotes:"\u6211\u5011\u767C\u73FE\uFF0C\u4E2D\u6587\u95DC\u9375\u8A5E\u548C\u82F1\u6587\u95DC\u9375\u8A5E\u7684\u65B0\u805E\u7D50\u679C\u6709\u975E\u5E38\u5927\u7684\u4E0D\u540C\uFF0C\u5728\u555F\u7528\u6C89\u6D78\u5F0F\u7FFB\u8B6F\u96D9\u8A9E\u4FE1\u606F\u589E\u5F37\u529F\u80FD\u5F8C\uFF0C\u6211\u5011\u6703\u5728\u652F\u6301\u7684\u7DB2\u7AD9\uFF08\u8C37\u6B4C\u65B0\u805E\uFF0C\u8C37\u6B4C\u641C\u7D22\uFF08\u90E8\u5206\u95DC\u9375\u8A5E\uFF09\uFF0C\u96EA\u7403\uFF0C\u6771\u65B9\u8CA1\u5BCC\u7DB2\uFF0C\u5BCC\u9014\uFF0C\u8001\u864E\uFF09\u81EA\u52D5\u7528\u82F1\u6587\u70BA\u4F60\u641C\u7D22\u540C\u6A23\u7684\u95DC\u9375\u8A5E\u4E26\u5C55\u793A\u5728\u53F3\u5074\u3002\u5982\u679C\u4F60\u4E0D\u9700\u8981\u8A72\u529F\u80FD\u7684\u8A71\uFF0C\u53EF\u4EE5\u9078\u64C7\u7981\u7528\u5B83\u3002",option:"\u9078\u9805",saveSettings:"\u5132\u5B58\u8A2D\u5B9A",closeModal:"\u95DC\u9589\u8996\u7A97",enableInputTranslationWithoutTriggerKeyTitle:"\u555F\u7528\u5FEB\u901F\u9023\u64CA3 \u6B21{trailingKey}\uFF0C\u76F4\u63A5\u7FFB\u8B6F\u6574\u500B\u8F38\u5165\u6846\u70BA{inputTargetLanguage}",enableInputTranslationWithoutTriggerKeyDescription:"\u5982\u9700\u6307\u5B9A\u76EE\u6A19\u8A9E\u8A00\uFF0C\u8ACB\u5728\u524D\u9762\u52A0\u4E0A\u8A9E\u8A00\u7A0B\u5F0F\u78BC\uFF0C\u5982\uFF1Aja \u4F60\u597D\u4E16\u754C",deepLProName:"\u6C89\u6D78\u5F0F\u7FFB\u8B6FPro \u6703\u54E1(\u63A8\u85A6)",deepLProDescription:"\u76EE\u524D\u5957\u9910\u53EF\u4EE5\u76F4\u63A5\u4F7F\u7528",deeplProDescriptionForNormal:"\u7121\u9700\u4EFB\u4F55\u8A2D\u7F6E\uFF0C\u6703\u54E1\u767B\u5165\u5F8C\u5373\u53EF\u4F7F\u7528\uFF0C<1>\u9EDE\u6B64\u5347\u7D1A\u70BA\u6703\u54E1",deepLCustomDescription:"\u9700\u8981\u570B\u5916\u4FE1\u7528\u5361\uFF0C\u5728<1>DeepL\u5B98\u65B9\u958B\u901A\uFF0C\u9EDE\u9078\u67E5\u770B<2>\u6587\u6A94",deepLCustomName:"\u81EA\u8A02Auth Key",chooseProviderLabel:"\u9078\u64C7\u4E00\u500B\u670D\u52D9\u63D0\u4F9B\u8005",openaiProName:"\u6C89\u6D78\u5F0F\u7FFB\u8B6FPro \u6703\u54E1(\u63A8\u85A6)",openaiProDescription:"\u76EE\u524D\u5957\u9910\u53EF\u4EE5\u76F4\u63A5\u4F7F\u7528",openaiProDescriptionForNormal:"\u7121\u9700\u4EFB\u4F55\u8A2D\u7F6E\uFF0C\u6703\u54E1\u767B\u5165\u5F8C\u5373\u53EF\u4F7F\u7528\uFF0C<1>\u9EDE\u6B64\u5347\u7D1A\u70BA\u6703\u54E1",openaiCustomDescription:"\u53EF\u5728OpenAI, Azure OpenAI, \u6216\u5176\u4ED6\u7B2C\u4E09\u65B9\u670D\u52D9\u7372\u53D6\uFF0C<1>\u9EDE\u6B64\u67E5\u770B\u6587\u6A94",openaiCustomName:"\u81EA\u8A02API Key",needLoginAction:"(\u958B\u901A\u6703\u54E1\u6216\u81EA\u8A02)",goLoginOrAction:"(\u958B\u901A\u6703\u54E1\u6216\u53BB\u8A2D\u5B9A)",yearly:"\u5E74\u5EA6\u7E8C\u8A02",quarterly:"\u5B63\u5EA6\u7E8C\u8A02",monthly:"\u6BCF\u6708\u7E8C\u8A02",yearlyForOnce:"\u4E00\u6B21\u6027\u5E74\u5EA6\u5957\u9910",monthlyForOnce:"\u4E00\u6B21\u6027\u6708\u5EA6\u5957\u9910",daily:"\u6BCF\u65E5\u7E8C\u8A02",year:"\u5E74\u5EA6\u7E8C\u8A02",quarter:"\u5B63\u5EA6\u7E8C\u8A02",month:"\u6BCF\u6708\u7E8C\u8A02",day:"\u6BCF\u65E5\u7E8C\u8A02",onetime_7day:"7 \u5929\u9AD4\u9A57\u5305",currentPlanDescriptionForFree:"\u76EE\u524D\u5957\u9910\uFF1A\u514D\u8CBB",currentPlanDescriptionForContinuous:"\u76EE\u524D\u5957\u9910\uFF1A{plan}\uFF0C\u5C07\u65BC {endAt} \u81EA\u52D5\u7E8C\u8CBB",currentPlanDescriptionForAutoRenewCaceling:"\u76EE\u524D\u5957\u9910\uFF1A{plan}\uFF0C\u5C07\u65BC {endAt} \u5230\u671F\uFF0C\u5230\u671F\u5F8C\u5C07\u4E0D\u6703\u81EA\u52D5\u7E8C\u7D04",currentYearlyPlanDescriptionForAutoRenewCacelingWithRealPaiedUser:"\u76EE\u524D\u5957\u9910\uFF1A{plan}\uFF0C\u5C07\u65BC {endAt} \u5230\u671F\uFF0C\u5230\u671F\u5F8C\u5C07\u4E0D\u6703\u81EA\u52D5\u7E8C\u7D04\u3002
<1>\u9EDE\u6B64\u7BA1\u7406\u7E8C\u8CBB\u65B9\u6848",currentYearlyPlanDescriptionForAutoRenewCacelingWithAdmin:"\u76EE\u524D\u5957\u9910\uFF1A{plan}\uFF0C\u5C07\u65BC {endAt} \u5230\u671F\uFF0C\u5230\u671F\u5F8C\u5C07\u4E0D\u6703\u81EA\u52D5\u7E8C\u7D04\u3002
<1>\u9EDE\u6B64\u555F\u7528\u9023\u7E8C\u5305\u5E74",currentPlanDescriptionForOneTime:"\u76EE\u524D\u5957\u9910\uFF1A{plan}\uFF0C\u5C07\u65BC {endAt} \u5230\u671F\uFF0C<1>\u9EDE\u6B64\u5347\u7D1A\u70BA\u5E74\u8CBB\u6216<2>\u6708\u8CBB\u6703\u54E1",upgradePlan:"\u9EDE\u6B64\u5347\u7D1A\u70BAPro \u6703\u54E1",upgradeToPro:"\u5347\u7D1A\u70BA Pro \u6703\u54E1","popup.openPro":"\u5347\u7D1A\u70BA Pro \u6703\u54E1\u5F8C\u53EF\u4EE5\u66A2\u4EAB DeepL \u548C OpenAI \u7FFB\u8B6F\uFF0C\u9EDE\u6B64\u5347\u7D1A","popup.openProForPro":"\u60A8\u662F Pro \u6703\u54E1\uFF0C\u53EF\u76F4\u63A5\u4F7F\u7528 DeepL \u548C OpenAI \u7FFB\u8B6F",currentAccount:"\u7576\u524D\u8CEC\u6236",enableAutoSyncUserSettings:"\u555F\u7528\u591A\u8A2D\u5099\u81EA\u52D5\u96F2\u7AEF\u540C\u6B65",modalEnableInputTranslationTitle:"\u6C89\u6D78\u5F0F\u7FFB\u8B6F\u8F38\u5165\u6846\u7FFB\u8B6F\u63D0\u793A",modalEnableInputTranslationDesc:"\u60A8\u525B\u525B\u900F\u904E\u5FEB\u901F\u9023\u64CA3 \u6B21\u7A7A\u767D\u9375\u89F8\u767C\u4E86\u6C89\u6D78\u5F0F\u7FFB\u8B6F\u7684\u8F38\u5165\u6846\u7FFB\u8B6F\uFF0C\u8F38\u5165\u6846\u7684\u5167\u5BB9\u5C07\u7FFB\u8B6F\u70BA\u9810\u8A2D\u7684\u76EE\u6A19\u8A9E\u8A00\u3002\u900F\u904ECtrl+Z \u53EF\u4EE5\u64A4\u92B7\u7FFB\u8B6F\u3002

\u5982\u679C\u9019\u662F\u4E00\u500B\u5931\u8AA4\uFF0C\u4E0D\u7528\u64D4\u5FC3\uFF0C\u60A8\u53EF\u4EE5\u9078\u64C7\u672C\u6B21\u505C\u7528\uFF0C\u6216\u6C38\u4E45\u505C\u7528\u8F38\u5165\u6846\u7FFB\u8B6F\u3002",saveAndNotShowAgain:"\u5132\u5B58\u4E14\u4E0D\u518D\u63D0\u793A",disableInputTranslationTips:"* \u4F60\u4E5F\u53EF\u4EE5\u5728 {option} \u4E2D\u8A2D\u5B9A\u5176\u4ED6\u5FEB\u6377\u9375\u4F86\u89F8\u767C\uFF0C{learnMore}\u3002",learnMore:"\u9EDE\u6B64\u4E86\u89E3\u66F4\u591A",continueEnalbeInputTranslation:"\u7E7C\u7E8C\u555F\u7528\u8F38\u5165\u6846\u7FFB\u8B6F",autoRenewTrialSuffix:'\uFF08\u8A66\u7528\u4E2D\uFF0C\u7ACB\u523B\u5347\u7D1A\u70BA\u6B63\u5F0F\u6703\u54E1\uFF09',upgradeFromTrialTitle:"\u5347\u7D1A\u70BA\u6B63\u5F0F\u6703\u54E1",subtitle:"\u5F71\u7247\u5B57\u5E55",youtubeService:"\u6C89\u6D78\u5F0F\u7FFB\u8B6F\u5F71\u7247\u5B57\u5E55\u670D\u52D9","subtitle.disabledSubtitle":"\u6C38\u4E45\u7981\u7528\u8996\u983B\u5B57\u5E55\u529F\u80FD","subtitle.disabledSubtitleDescription":"\u5982\u679C\u6C89\u6D78\u5F0F\u7FFB\u8B6F\u7684\u8996\u983B\u5B57\u5E55\u548C\u5176\u4ED6\u64F4\u5C55\u6709\u885D\u7A81\uFF0C\u4F60\u53EF\u4EE5\u9078\u64C7\u6C38\u4E45\u7981\u7528\u6C89\u6D78\u5F0F\u7FFB\u8B6F\u7684\u8996\u983B\u5B57\u5E55\u529F\u80FD\u6216\u8005\u5378\u8F09\u5176\u4ED6\u885D\u7A81\u7684\u64F4\u5C55","subtitle.autoEnableSubtitleDescription":"\u555F\u7528\u5F8C\uFF0C\u7576\u5F71\u7247\u64AD\u653E\u7684\u6642\u5019\uFF0C\u6703\u81EA\u52D5\u986F\u793A\u96D9\u8A9E\u5B57\u5E55\uFF0C\u5426\u5247\u9700\u8981\u9EDE\u64CA\u7FFB\u8B6F\u6309\u9215\u624D\u6703\u986F\u793A\u3002","subtitle.preTranslation":"\u512A\u5148\u4F7F\u7528\u6C89\u6D78\u5F0F\u7FFB\u8B6F\u5B57\u5E55","subtitle.preTranslationDescription":"\u555F\u7528\u5F8C\u6703\u512A\u5148\u7528\u4E0B\u9762\u7684\u7FFB\u8B6F\u670D\u52D9\u63D0\u524D\u7FFB\u8B6F\u6574\u500B\u5B57\u5E55\uFF0C1 \u5C0F\u6642\u7684\u8996\u8A0A\u5927\u6982\u6D88\u8017 5\u842C Tokens \u6216 \u5B57\u7B26\uFF0C\u8ACB\u914C\u60C5\u4F7F\u7528\uFF1B\u95DC\u9589\u5F8C\u5247\u512A\u5148\u4F7F\u7528\u539F\u5F71\u7247\u81EA\u5E36\u7684\u6A5F\u7FFB\u5B57\u5E55","subtitle.humanSubtitlesPreferred":"\u512A\u5148\u4F7F\u7528\u4EBA\u5DE5\u5B57\u5E55","subtitle.humanSubtitlesPreferredDescription":"\u7576\u5F71\u7247\u6709\u76EE\u6A19\u8A9E\u8A00\u4EBA\u5DE5\u5B57\u5E55\u6642\uFF0C\u512A\u5148\u4F7F\u7528\u4EBA\u5DE5\u5B57\u5E55\uFF08\u63A8\u85A6\uFF09","subtitle.bilingual":"\u96D9\u8A9E\u5B57\u5E55","subtitle.autoDisableSubtitle":"\u4E0D\u81EA\u52D5\u555F\u7528\u96D9\u8A9E\u5B57\u5E55","subtitle.hideQuickButton":"\u4E0D\u518D\u986F\u793A\u8A72\u5FEB\u6377\u65B9\u5F0F","subtitle.showQuickButton":"\u986F\u793A\u96D9\u8A9E\u5B57\u5E55\u5FEB\u6377\u65B9\u5F0F","subtitle.showQuickButtonDescription":"\u5728\u8996\u983B\u64AD\u653E\u5668\u53F3\u4E0B\u89D2\u63D0\u4F9B\u555F\u7528\u96D9\u8A9E\u5B57\u5E55\u7684\u5FEB\u6377\u65B9\u5F0F",videoSubtitleTranslationDescription:"\u70BA\u5F71\u7247\u5B57\u5E55\u55AE\u7368\u6307\u5B9A\u4E00\u500B\u7FFB\u8B6F\u670D\u52D9",subtitleTranslating:"\u6B63\u5728\u4F7F\u7528 {service} \u670D\u52D9\u7FFB\u8B6F\u5B57\u5E55\u4E2D\uFF0C\u8ACB\u7A0D\u7B49...\uFF08\u6C89\u6D78\u5F0F\u7FFB\u8B6F\uFF09",subtitleLoading:"\u6B63\u5728\u8F09\u5165\u5B57\u5E55...",bilingual:"\u96D9\u8A9E","field.action":"\u662F\u5426\u555F\u7528\u767E\u5EA6\u8853\u8A9E","description.action":"\u555F\u7528\u5F8C\u6703\u5728\u8ACB\u6C42\u4E2D\u52A0\u5165 action=1 \u7684\u53C3\u6578\uFF0C\u4EE5\u4FBF\u544A\u77E5\u767E\u5EA6\u555F\u7528\u8853\u8A9E\uFF0C<1>\u66F4\u591A\u8AAA\u660E\u8ACB\u53C3\u8003\u5B98\u65B9\u6587\u6A94",closeQuickTranslation:"\u95DC\u9589\u61F8\u6D6E\u7403","closeQuickTranslation.untilNext":"\u672C\u6B21\u95DC\u9589\u76F4\u5230\u4E0B\u6B21\u8A2A\u554F","closeQuickTranslation.currentWebsite":"\u7576\u524D\u7DB2\u7AD9\u7981\u7528","closeQuickTranslation.alwaysClose":"\u6C38\u4E45\u7981\u7528","closeQuickTranslation.settingOpen":"\uFF08\u53EF\u5728<1>\u8A2D\u5B9A\u9801\u958B\u555F\uFF09","closeQuickTranslation.cancel":"\u53D6\u6D88","closeQuickTranslation.confirm":"\u78BA\u5B9A","floatBall.popup":"\u6253\u958B\u5FEB\u6377\u8A2D\u5B9A\u9762\u677F","floatBall.translate":"\u9EDE\u64CA\u7FFB\u8B6F\u8A72\u9801\u9762","floatBall.showOriginal":"\u9EDE\u64CA\u5207\u63DB\u5230\u539F\u6587","floatBall.close":"\u95DC\u9589\u61F8\u6D6E\u7403","floatBallOptions.enableDescPc":"\u555F\u7528\u9801\u9762\u61F8\u6D6E\u7403\u5F8C\uFF0C\u6703\u5728\u9801\u9762\u53F3\u5074\u986F\u793A\u4E00\u500B\u5FEB\u6377\u7FFB\u8B6F\u6309\u9215\uFF0C\u9EDE\u64CA\u5373\u53EF\u7FFB\u8B6F","floatBallOptions.enableDesc":"\u95DC\u9589\u61F8\u6D6E\u7403\u5F8C\uFF0C\u53EF\u4EE5\u7528{touch}\u559A\u8D77\u3002\u70BA\u9632\u6B62\u4E0D\u614E\u95DC\u9589\u8A72\u9078\u9805\u5F8C\u627E\u4E0D\u5230\u61F8\u6D6E\u7403\uFF0C\u5F37\u70C8\u5EFA\u8B70\u6536\u85CF\u672C\u8A2D\u5B9A\u9801","description.azureApiUrl":"\u586B\u5165\u81EA\u8A02\u7684API\u4F4D\u5740",shareBtnTitle:"\u9EDE\u64CA\u751F\u6210\u7DB2\u9801\u5FEB\u7167","floatBall.share":"\u751F\u6210\u7DB2\u9801\u5FEB\u7167","floatBall.guideClickToTranslate":`\u9EDE\u64CA\u6C89\u6D78\u5F0F\u7FFB\u8B6F\u61F8\u6D6E\u7403 \u5373\u53EF\u5FEB\u901F\u7FFB\u8B6F`,"floatBall.iKnow":"\u6211\u77E5\u9053\u4E86",confirmSupportMouse:"\u5F37\u5236\u555F\u7528\u6ED1\u9F20\u652F\u63F4",confirmSupportMouseDescription:"\u6AA2\u6E2C\u5230\u7576\u524D\u700F\u89BD\u5668\u4E0D\u652F\u63F4\u6ED1\u9F20\u529F\u80FD\uFF0C\u662F\u5426\u5F37\u5236\u555F\u7528\u6ED1\u9F20\u652F\u63F4\uFF1F",sampleTargetText:"\u9577\u591C\u5C07\u81F3\uFF0C\u6211\u5F9E\u4ECA\u958B\u59CB\u5B88\u671B\uFF0C\u81F3\u6B7B\u65B9\u4F11\u3002 \u6211\u5C07\u4E0D\u5A36\u59BB\u3001\u4E0D\u5C01\u5730\u3001\u4E0D\u751F\u5B50\u3002 \u6211\u5C07\u4E0D\u6234\u5BF6\u51A0\uFF0C\u4E0D\u722D\u69AE\u5BF5\u3002 \u6211\u5C07\u76E1\u5FE0\u8077\u5B88\uFF0C\u751F\u6B7B\u65BC\u65AF\u3002",sampleSourceText:"Night gathers, and now my watch begins. It shall not end until my death. I shall take no wife, hold no lands, father no children. I shall wear no crowns and win no glory. I shall live and die at my post.","subtitle.supportedSites":"\u5DF2\u652F\u63F4\u5728\u9019\u4E9B\u7DB2\u7AD9\u4F7F\u7528\u96D9\u8A9E\u5B57\u5E55\uFF08\u6CE8\u610F\uFF1A\u7531\u65BC\u6280\u8853\u9650\u5236\uFF0C\u90E8\u5206\u7DB2\u7AD9\u5728\u9996\u6B21\u958B\u555F\u5B57\u5E55\u5F8C\u9700\u8981\u91CD\u65B0\u5237\u65B0\u9801\u9762\uFF0C\u6216\u8005\u9700\u7B49\u5F85\u7FFB\u8B6F\u5B8C\u6210\u4EE5\u986F\u793A\u96D9\u8A9E\u5B57\u5E55\uFF09\uFF1A",viewWithImmersiveTranslate:"\u53CC\u8BED\u7248\u672C(\u6C89\u6D78\u5F0F\u7FFB\u8BD1)",errorReason:"\u932F\u8AA4\u539F\u56E0\uFF1A{message}","proQuotaExceededError.onetime7day":'\uFF0C\u60A8\u53EF\u4EE5\u9078\u64C7\u4EE5\u4E0B\u65B9\u5F0F\u89E3\u6C7A\uFF1A

1. \u5207\u63DB\u5230 {anotherService} \u6216\u5176\u4ED6\u7FFB\u8B6F\u670D\u52D9
2. \u5347\u7D1A\u70BA\u6708\u5EA6/\u5E74\u5EA6\u6703\u54E1',"proQuotaExceededError.trial":'\uFF0C\u60A8\u53EF\u4EE5\u9078\u64C7\u4EE5\u4E0B\u65B9\u5F0F\u89E3\u6C7A\uFF1A

1. \u5207\u63DB\u5230 {anotherService} \u6216\u5176\u4ED6\u7FFB\u8B6F\u670D\u52D9
2. \u7ACB\u5373\u5347\u7D1A\u70BA\u6B63\u5F0F\u6703\u54E1',"proQuotaExceededError.nonTrial":'\uFF0C\u60A8\u53EF\u4EE5\u9078\u64C7\u4EE5\u4E0B\u65B9\u5F0F\u89E3\u6C7A\uFF1A

1. \u5207\u63DB\u5230 {anotherService} \u6216\u5176\u4ED6\u7FFB\u8B6F\u670D\u52D9
2. \u8CFC\u8CB7 {translationService} \u984D\u5916\u6D41\u91CF\u5305',"proQuotaExceededError.resetTime":"
3. \u984D\u5EA6\u91CD\u7F6E\u6642\u9593\uFF1A{resetTime}",paragraphMinTextCountField:"\u7FFB\u8B6F\u6BB5\u843D\u6240\u9700\u7684\u6700\u5C11\u5B57\u7B26\u6578",paragraphMinTextCountDesc:"\u6CE8\u610F\uFF0C\u9019\u88E1\u6307\u7684\u5B57\u7B26\u9577\u5EA6\uFF0C\u6BD4\u5982\uFF1Ahello \u662F 5 \u500B\u5B57\u7B26\uFF0C\u8A2D\u5B9A\u70BA\u66F4\u5927\u7684\u503C\u53EF\u4EE5\u6E1B\u5C11\u4E0D\u5FC5\u8981\u7684\u5C0F\u6BB5\u843D\u7FFB\u8B6F",networkError:"\u7FFB\u8B6F\u670D\u52D9\u6216\u7DB2\u8DEF\u51FA\u73FE\u554F\u984C",notLogin:"\u672A\u767B\u9304","browser.toggleMouseHoverTranslateDirectly":"\u5728\u9801\u9762\u4E0A\u81E8\u6642\u555F\u7528\u6216\u95DC\u9589\u6ED1\u9F20\u61F8\u505C\u76F4\u63A5\u7FFB\u8B6F","browser.translateWithOpenAI":"\u81E8\u6642\u4F7F\u7528 OpenAI \u7FFB\u8B6F\u7576\u524D\u9801\u9762","browser.translateWithDeepL":"\u81E8\u6642\u4F7F\u7528 DeepL \u7FFB\u8B6F\u7576\u524D\u9801\u9762","browser.translateWithGoogle":"\u81E8\u6642\u4F7F\u7528 Google \u7FFB\u8B6F\u7576\u524D\u9801\u9762","browser.translateWithBing":"\u81E8\u6642\u4F7F\u7528\u5FAE\u8EDF\u7FFB\u8B6F\u7576\u524D\u9801\u9762","browser.translateWithGemini":"\u81E8\u6642\u4F7F\u7528 Gemini \u7FFB\u8B6F\u7576\u524D\u9801\u9762","browser.translateWithTransmart":"\u81E8\u6642\u4F7F\u7528\u9A30\u8A0A\u7FFB\u8B6F\u7576\u524D\u9801\u9762","browser.translateInputBox":"\u7FFB\u8B6F\u7576\u524D\u8F38\u5165\u6846\u5167\u5BB9",shortcutSettings:"\u5FEB\u6377\u9375",shortcutSettingsTitle:"\u5FEB\u6377\u9375\u8A2D\u7F6E",confirmResetToDefaultSettings:"\u78BA\u8A8D\u8981\u6062\u5FA9\u8A72\u7FFB\u8B6F\u670D\u52D9\u70BA\u9ED8\u8A8D\u8A2D\u7F6E\u55CE\uFF1F\uFF08\u50C5\u91CD\u7F6E\u7576\u524D\u7FFB\u8B6F\u670D\u52D9\u7684\u8A2D\u7F6E\uFF09","intro.hoverTitle":"\u6ED1\u9F20\u61F8\u505C\u7FFB\u8B6F\u7576\u524D\u6BB5\u843D","intro.hoverDescription":"\u6ED1\u9F20\u61F8\u505C\u7FFB\u8B6F\u662F\u6C89\u6D78\u5F0F\u7FFB\u8B6F\u88E1\u975E\u5E38\u91CD\u8981\u7684\u529F\u80FD\uFF0C\u53EA\u9700\u5C07\u6ED1\u9F20\u653E\u5728\u6BB5\u843D\u4E0A\uFF0C\u540C\u6642\u6309\u4E0B\u8A2D\u5B9A\u7684\u5FEB\u6377\u9375\uFF0C\u5373\u53EF\u81EA\u52D5\u7FFB\u8B6F\u7576\u524D\u6BB5\u843D\uFF08\u6CE8\u610F\uFF1A\u9810\u8A2D\u6C92\u6709\u555F\u7528\u54E6\uFF0C\u8ACB \u5728\u4E0B\u65B9\u8A2D\u5B9A\uFF09\uFF0C\u8A72\u4E92\u52D5\u7528\u65BC\u66F4\u597D\u7684\u66FF\u4EE3\u5283\u8A5E\u7FFB\u8B6F\uFF0C\u53E6\u5916\uFF0C\u6B64\u529F\u80FD\u4E5F\u5EE3\u6CDB\u61C9\u7528\u65BC\u90A3\u4E9B\u7121\u6CD5\u88AB\u8B58\u5225\u7684\u7FFB\u8B6F\u5340\u57DF\uFF0C\u4F60\u53EF\u4EE5\u5229\u7528\u8A72\u529F\u80FD\uFF0C\u5F37\u5236\u7FFB\u8B6F\u4EFB\u4F55\u6BB5\u843D\u3002","intro.floatBallTitle":"\u5FEB\u6377\u7FFB\u8B6F\u61F8\u6D6E\u7403","intro.floatBallDescription":"\u555F\u7528\u5F8C\uFF0C\u6703\u5728\u9801\u9762\u53F3\u5074\u986F\u793A\u4E00\u500B\u5FEB\u6377\u7FFB\u8B6F\u6309\u9215\uFF0C\u9EDE\u64CA\u5373\u53EF\u7FFB\u8B6F\uFF0C\u518D\u6B21\u9EDE\u64CA\u5373\u53EF\u5207\u63DB\u56DE\u539F\u6587\u3002\u5728\u79FB\u52D5\u7AEF\uFF0C\u9577\u6309\u61F8\u6D6E\u7403\uFF0C\u53EF\u4EE5\u6253\u958B\u5FEB\u6377\u8A2D\u7F6E\u9762\u677F\u3002","intro.subtitleTitle":"\u5728\u7DDA\u8996\u983B\u96D9\u8A9E\u5B57\u5E55\u986F\u793A","intro.subtitleDescription":"\u958B\u555F\u6B64\u529F\u80FD\u5F8C\uFF0C\u5F71\u7247\u64AD\u653E\u6642\u5C07\u81EA\u52D5\u5C55\u793A\u96D9\u8A9E\u5B57\u5E55\u3002 \u5982\u679C\u672A\u555F\u7528\uFF0C\u60A8\u9700\u5728\u9801\u9762\u4E0A\u624B\u52D5\u9EDE\u9078\u7FFB\u8B6F\u6309\u9215\u4EE5\u986F\u793A\u5B57\u5E55\u3002 \u8ACB\u6CE8\u610F\uFF0C\u7531\u65BC\u6280\u8853\u9650\u5236\uFF0C\u67D0\u4E9B\u7DB2\u7AD9\u5728\u9996\u6B21\u555F\u52D5\u5B57\u5E55\u6642\u53EF\u80FD\u9700\u8981\u91CD\u65B0\u6574\u7406\u9801\u9762\u6216\u7B49\u5F85\u7FFB\u8B6F\u5B8C\u6210\u5F8C\uFF0C\u624D\u80FD\u986F\u793A\u96D9\u8A9E\u5B57\u5E55\u3002 \uFF08\u6B64\u5916\uFF0C\u4F60\u9084\u53EF\u4EE5\u5728\u958B\u555F\u5F71\u7247\u7DB2\u7AD9\u5F8C\uFF0C\u53F3\u4E0A\u89D2\u958B\u555F\u6C89\u6D78\u5F0F\u7FFB\u8B6F\u7684\u5FEB\u6377\u9762\u677F\u555F\u7528/\u95DC\u9589\uFF09

\u76EE\u524D\u5DF2\u652F\u63F4\u5728\u9019\u4E9B\u7DB2\u7AD9\u4F7F\u7528\u96D9\u8A9E\u5B57\u5E55\uFF1A","desc.toggleMouseHoverTranslateDirectly":"\u6309\u4E0B\u9019\u500B\u5FEB\u6377\u9375\u5F8C\uFF0C\u5728\u9801\u9762\u4E0A\uFF0C\u53EA\u8981\u6ED1\u9F20\u6307\u5411\u4EFB\u4F55\u4E00\u6BB5\u6587\u5B57\uFF0C\u5C31\u6703\u81EA\u52D5\u7FFB\u8B6F\u9019\u6BB5\u6587\u5B57\u3002\u518D\u6309\u4E00\u6B21\u5FEB\u6377\u9375\uFF0C\u5C31\u53EF\u4EE5\u95DC\u9589\u9019\u500B\u81EA\u52D5\u7FFB\u8B6F\u529F\u80FD\u3002","shortcutGroup.main":"\u5E38\u7528\u529F\u80FD\u5FEB\u6377\u9375","shortcutGroup.others":"\u66F4\u591A\u81EA\u5B9A\u7FA9\u529F\u80FD\u5FEB\u6377\u9375","shortcutGroup.shortcutsForTranslationServices":"\u7FFB\u8B6F\u670D\u52D9\u76F8\u95DC\u5FEB\u6377\u9375",browserShortcutsSucks:"\u7531\u65BC\u700F\u89BD\u5668\u5C0D\u8F38\u5165\u6846\u7684\u5FEB\u6377\u9375\u8B58\u5225\u4E0D\u6E96\u78BA\uFF0C\u6240\u4EE5\u8ACB\u624B\u52D5\u8F38\u5165\u5FEB\u6377\u9375\u7684\u540D\u5B57\uFF0C\u8F38\u5165\u5F8C\uFF0C\u9EDE\u64CA\u7A7A\u767D\u8655\u5373\u53EF\u81EA\u52D5\u4FDD\u5B58\u3002\uFF08macOS \u88E1\u9762 Alt \u548C Option \u662F\u540C\u6A23\u7684\u9375\uFF0C\u5EFA\u8B70\u7D71\u4E00\u8F38\u5165 Alt\uFF09\u3002\u6BD4\u5982\uFF1A","shortcutGroup.touch":"\u89F8\u5C4F\u5C08\u7528\u624B\u52E2","shortcutGroup.mouse":"\u6ED1\u9F20\u61F8\u505C\u5FEB\u6377\u9375\u914D\u7F6E",fingerCountToToggleTranslagePageWhenTouching:"\u591A\u6307\u540C\u6642\u89F8\u6478\u5C4F\u5E55\u5247\u7FFB\u8B6F\u7DB2\u9801/\u986F\u793A\u539F\u6587","desc.fingerCountToToggleTranslagePageWhenTouching":"\u8A2D\u7F6E\u5F8C\uFF0C\u5728\u79FB\u52D5\u8A2D\u5099\u6642\uFF0C\u53EF\u4EE5\u540C\u6642\u7528 X \u500B\u624B\u6307\u89F8\u6478\u5C4F\u5E55\uFF0C\u5373\u53EF\u7FFB\u8B6F\u7DB2\u9801/\u986F\u793A\u539F\u6587",fingerCountToToggleTranslationMaskWhenTouching:"\u591A\u6307\u540C\u6642\u89F8\u6478\u5C4F\u5E55\u5247\u986F\u793A\u7FFB\u8B6F\u906E\u7F69/\u986F\u793A\u539F\u6587","desc.fingerCountToToggleTranslationMaskWhenTouching":"\u7FFB\u8B6F\u906E\u7F69\u662F\u6307\u8B6F\u6587\u6A23\u5F0F\u88E1\u7684\u6A21\u7CCA\u6548\u679C\uFF08\u5B78\u7FD2\u6A21\u5F0F\uFF09\uFF0C\u958B\u555F\u5F8C\u81E8\u6642\u5C0D\u8B6F\u6587\u4F7F\u7528\u6A21\u7CCA\u6548\u679C\uFF0C\u65B9\u4FBF\u5B78\u7FD2",fingerCountToToggleTranslagePageOnlyTranslationWhenTouching:"\u591A\u6307\u540C\u6642\u89F8\u5C4F\uFF0C\u4F7F\u7528\u50C5\u8B6F\u6587\u6A21\u5F0F\u9032\u884C\u7FFB\u8B6F/\u986F\u793A\u539F\u6587","desc.fingerCountToToggleTranslagePageOnlyTranslationWhenTouching":"\u50C5\u8B6F\u6587\u6307\u7684\u662F\u53EA\u986F\u793A\u8B6F\u6587\uFF0C\u800C\u4E0D\u662F\u9ED8\u8A8D\u7684\u96D9\u8A9E\u6A21\u5F0F","neverTranslateText.title":"\u4EE5\u4E0B\u55AE\u8A5E\u4FDD\u6301\u539F\u6587\uFF0C\u4E0D\u8981\u7FFB\u8B6F","neverTranslateText.description":"\u7531\u65BC\u67D0\u4E9B\u7FFB\u8B6F\u5F15\u64CE\u5C0D\u5C08\u6709\u540D\u8A5E\u8B58\u5225\u4E0D\u7406\u60F3\uFF0C\u4F60\u53EF\u4EE5\u5728\u6B64\u8655\u6DFB\u52A0\u55AE\u8A5E\uFF0C\u78BA\u4FDD\u5B83\u5011\u5728\u7FFB\u8B6F\u904E\u7A0B\u4E2D\u4E0D\u88AB\u8F49\u63DB\u3002\u8ACB\u6CE8\u610F\uFF0C\u6B64\u529F\u80FD\u5340\u5206\u5927\u5C0F\u5BEB\uFF0C\u4E26\u50C5\u652F\u6301\u4EE5\u7A7A\u683C\u5206\u9694\u7684\u55AE\u8A5E\u8A9E\u8A00\uFF08\u5982\u82F1\u8A9E\u3001\u6CD5\u8A9E\uFF09\uFF0C\u4E0D\u9069\u7528\u65BC\u65E5\u8A9E\u3001\u97D3\u8A9E\u7B49\u8A9E\u8A00","tagsInput.add":"+ \u6DFB\u52A0","desc.mouseHoverHoldKey":"\u7576\u6ED1\u9F20\u61F8\u505C\u5728\u67D0\u500B\u6BB5\u843D\u4E0A\u6642\uFF0C\u540C\u6642\u6309\u4E0B\u53F3\u5074\u7684\u5FEB\u6377\u9375\uFF0C\u5373\u53EF\u76F4\u63A5\u7FFB\u8B6F\u8A72\u6BB5\u843D",mouseHoverCustomKeyTitle:"\u81EA\u5B9A\u7FA9\u6ED1\u9F20\u61F8\u505C\u5FEB\u6377\u9375",mouseHoverCustomKeyDescription:"\u4F60\u53EF\u4EE5\u81EA\u5B9A\u7FA9\u4E00\u500B\u6ED1\u9F20\u61F8\u505C\u7684\u7D44\u5408\u5FEB\u6377\u9375\uFF0C\u6BD4\u5982\uFF1A Alt+Z, Ctrl+E, Cmd+Alt+E \u6216\u8005\u76F4\u63A5 Cmd\uFF0C \u8ACB\u624B\u52D5\u8F38\u5165",mouseHoverShortcutPlaceholder:"\u8ACB\u624B\u52D5\u8F38\u5165",browserShortcutsNoteForFirefox:"Firefox \u700F\u89BD\u5668\u4FEE\u6539\u5FEB\u6377\u9375\u9700\u8981\u6253\u958B\u64F4\u5C55\u7BA1\u7406\u9801\u9762 `about:addons`\uFF0C\u7136\u5F8C\u9EDE\u64CA\u300C\u8A2D\u7F6E\u300D-> \u300C\u7BA1\u7406\u5FEB\u6377\u9375\u300D",browserShortcutsNoteForChrome:"\u8ACB\u6CE8\u610F\uFF1A\u8981\u5728\u57FA\u65BCChrome\u5167\u6838\u7684\u700F\u89BD\u5668\u4E2D\u4FEE\u6539\u5FEB\u6377\u9375\uFF0C\u8ACB\u8A2A\u554F[\u64F4\u5C55\u7BA1\u7406\u9801\u9762] -> [\u7BA1\u7406\u5FEB\u6377\u9375]","desc.toggleTranslateTheMainPage":"\u50C5\u7FFB\u8B6F\u9801\u9762\u4E3B\u8981\u5340\u57DF\uFF0C\u7576\u4F60\u5728\u9032\u968E\u8A2D\u7F6E\u88E1\u555F\u7528\u4E86\u7FFB\u8B6F\u9801\u9762\u5168\u90E8\u5340\u57DF\u5F8C\uFF0C\u4F60\u53EF\u4EE5\u4F7F\u7528\u9019\u500B\u5FEB\u6377\u9375\u4F86\u5C08\u9580\u7FFB\u8B6F\u9801\u9762\u7684\u4E3B\u8981\u5340\u57DF","desc.toggleTranslateTheWholePage":"\u7FFB\u8B6F\u9801\u9762\u5168\u90E8\u5340\u57DF\uFF0C\u9810\u8A2D\u60C5\u6CC1\u4E0B\uFF0C\u6211\u5011\u6703\u7FFB\u8B6F\u9801\u9762\u7684\u4E3B\u8981\u5340\u57DF\uFF0C\u4F60\u53EF\u4EE5\u4F7F\u7528\u9019\u500B\u5FEB\u6377\u9375\u4F86\u5C08\u9580\u7FFB\u8B6F\u9801\u9762\u7684\u5168\u90E8\u5340\u57DF","browser.toggleOnlyTransation":"\u5207\u63DB\u96D9\u8A9E/\u50C5\u8B6F\u6587\u6A21\u5F0F","desc.toggleOnlyTransation":"\u50C5\u8B6F\u6587\u6A21\u5F0F\u6307\u7684\u662F\u53EA\u986F\u793A\u8B6F\u6587\uFF0C\u5982\u679C\u7DB2\u9801\u9084\u6C92\u6709\u7FFB\u8B6F\u7684\u8A71\uFF0C\u5C07\u6703\u5207\u63DB\u6A21\u5F0F\u4E26\u7FFB\u8B6F\u3002","browser.toggleTranslationMask":"\u5207\u63DB\u7576\u524D\u9801\u9762\u8B6F\u6587\u70BA\u6A21\u7CCA\u6548\u679C\uFF08\u5B78\u7FD2\u6A21\u5F0F\uFF09","desc.interfaceLanguage":"\u4ECB\u9762\u8A9E\u8A00\u8A2D\u7F6E\u5F71\u97FF\u63A7\u5236\u9762\u677F\u7684\u986F\u793A\u8A9E\u8A00\uFF0C\u548C\u7FFB\u8B6F\u7684\u76EE\u6A19\u8A9E\u8A00\u7121\u95DC",mouseHoverHoldKey:"\u61F8\u505C\u7FFB\u8B6F\u89F8\u767C\u9375",clickToSeeQuickDemo:"30 \u79D2\u5FEB\u901F\u6559\u5B78\u8996\u983B",shortcutDisableTooltip:"\u8ACB\u5728\u700F\u89BD\u5668\u63D0\u4F9B\u7684\u64F4\u5C55\u5FEB\u6377\u9375\u7BA1\u7406\u9801\u9762\u9032\u884C\u8A2D\u7F6E\uFF0C\u66F4\u591A\u6307\u5F15\u8ACB\u67E5\u770B\u672C\u9801\u9762\u6700\u4E0A\u65B9\u7684\u8AAA\u660E",floatBallOptions:"\u61F8\u6D6E\u7403","subtitle.autoEnableSubtitle":"\u81EA\u52D5\u958B\u555F\u96D9\u8A9E\u5B57\u5E55","floatBall.longPress":"\u9577\u6309\u53EF\u5FEB\u901F\u6253\u958B\u8A2D\u7F6E\u9762\u677F\u54E6",notLoginPro:"\u60A8\u9084\u672A\u767B\u9304\u60A8\u7684\u6703\u54E1\u8CEC\u6236",upgradeToProErrorTitle:"\u8ACB\u5347\u7D1A\u70BA Pro \u6703\u54E1\u518D\u4F7F\u7528\u8A72\u7FFB\u8B6F\u670D\u52D9",translationOnlyMode:"\u50C5\u8B6F\u6587\u6A21\u5F0F",translationOnlyModeDescription:"\u50C5\u8B6F\u6587\u6A21\u5F0F\u6307\u7684\u662F\u53EA\u986F\u793A\u8B6F\u6587\uFF0C\u800C\u4E0D\u662F\u9ED8\u8A8D\u7684\u96D9\u8A9E\u6A21\u5F0F\u3002\u6CE8\u610F\uFF1A\u7531\u65BC\u6280\u8853\u7684\u9650\u5236\u554F\u984C\uFF0C\u5728\u50C5\u8B6F\u6587\u6A21\u5F0F\u4E0B\uFF0C\u539F\u6587\u7684\u8D85\u9023\u7D50\u5C07\u6703\u5931\u6548","description.baiduField":"\u652F\u6301\u7684\u9818\u57DF\u898B<1>\u9019\u88E1\uFF0C\u70BA\u7A7A\u5247\u8868\u793A\u4E0D\u6307\u5B9A\u9818\u57DF",temprarilyChangeTranslationTo_openai:"\u6B63\u5728\u4F7F\u7528 OpenAI \u7FFB\u8B6F\u7576\u524D\u9801\u9762",temprarilyChangeTranslationTo_google:"\u6B63\u5728\u4F7F\u7528 Google \u7FFB\u8B6F\u7576\u524D\u9801\u9762",temprarilyChangeTranslationTo_bing:"\u6B63\u5728\u4F7F\u7528\u5FAE\u8EDF\u7FFB\u8B6F\u7576\u524D\u9801\u9762",temprarilyChangeTranslationTo_gemini:"\u6B63\u5728\u4F7F\u7528 Gemini \u7FFB\u8B6F\u7576\u524D\u9801\u9762",temprarilyChangeTranslationTo_transmart:"\u6B63\u5728\u4F7F\u7528\u9A30\u8A0A\u7FFB\u8B6F\u7576\u524D\u9801\u9762",temprarilyChangeTranslationTo_deepl:"\u6B63\u5728\u4F7F\u7528 DeepL \u7FFB\u8B6F\u7576\u524D\u9801\u9762","widget.videoSubtitle":"\u5F71\u7247\u5B57\u5E55","widget.instruction":"\u4F7F\u7528\u8AAA\u660E","widget.translateFile":"PDF/ePub",buildSnapshots:"\u751F\u6210\u7DB2\u9801\u5FEB\u7167","widget.translateFileTooltip":"\u7FFB\u8B6F PDF\u3001EPUB\u3001SRT\u3001ASS\u3001HTML \u548C TXT \u6587\u4EF6","widget.videoSubtitleTooltip":"\u652F\u63F4 Youtube \u7B49 {count}+ \u5F71\u7247\u7DB2\u7AD9","widget.instructionTooltip":"\u67E5\u770B\u4F7F\u7528\u8AAA\u660E",alwaysTranslateSomeLanguage:"\u7E3D\u662F\u7FFB\u8B6F{language}\u9801\u9762",alwaysTranslateThisSite:"\u7E3D\u662F\u7FFB\u8B6F\u8A72\u7DB2\u7AD9",neverTranslateThisSite:"\u6C38\u4E0D\u7FFB\u8B6F\u8A72\u7DB2\u7AD9",loggedIn:"\u5DF2\u767B\u5165",touchShortcutsToggleTranslatePage:"\u8A2D\u7F6E\u89F8\u5C4F\u624B\u52E2\u4F86\u7FFB\u8B6F\u7DB2\u9801/\u986F\u793A\u539F\u6587","desc.touchShortcutsToggleTranslatePage":"\u8A2D\u7F6E\u5F8C\uFF0C\u5728\u79FB\u52D5\u8A2D\u5099\u6642\uFF0C\u53EF\u4EE5\u540C\u6642\u7528 X \u500B\u624B\u6307\u89F8\u6478\u5C4F\u5E55\u3001\u5DE6\u53F3\u6ED1\u52D5\u6216\u9023\u7E8C\u9EDE\u64CA\uFF0C\u89F8\u767C\u7FFB\u8B6F\u7DB2\u9801/\u986F\u793A\u539F\u6587",touchShortcutsToggleTranslationMask:"\u8A2D\u7F6E\u89F8\u5C4F\u624B\u52E2\u986F\u793A\u7FFB\u8B6F\u906E\u7F69/\u986F\u793A\u539F\u6587","desc.touchShortcutsToggleTranslationMask":"\u7FFB\u8B6F\u906E\u7F69\u662F\u6307\u8B6F\u6587\u6A23\u5F0F\u88E1\u7684\u6A21\u7CCA\u6548\u679C\uFF08\u5B78\u7FD2\u6A21\u5F0F\uFF09\uFF0C\u958B\u555F\u5F8C\u81E8\u6642\u5C0D\u8B6F\u6587\u4F7F\u7528\u6A21\u7CCA\u6548\u679C\uFF0C\u65B9\u4FBF\u5B78\u7FD2",touchShortcutsToggleTranslatePageOnlyTranslation:"\u8A2D\u7F6E\u89F8\u5C4F\u624B\u52E2\u5207\u63DB\u96D9\u8A9E/\u50C5\u8B6F\u6587\u6A21\u5F0F","desc.touchShortcutsToggleTranslatePageOnlyTranslation":"\u53EA\u986F\u793A\u8B6F\u6587\u662F\u6307\u50C5\u986F\u793A\u8B6F\u6587\uFF0C\u5982\u679C\u7DB2\u9801\u9084\u6C92\u6709\u7FFB\u8B6F\u7684\u8A71\uFF0C\u5C07\u6703\u5207\u63DB\u6A21\u5F0F\u4E26\u7FFB\u8B6F\u3002",touchShortcutsToggleTranslateTouchElement:"\u8A2D\u7F6E\u89F8\u5C4F\u624B\u52E2\u7FFB\u8B6F\u6307\u5B9A\u6BB5\u843D","desc.touchShortcutsToggleTranslateTouchElement":"\u81EA\u5B9A\u7FA9\u4E00\u500B\u624B\u52E2\uFF0C\u5373\u53EF\u7FFB\u8B6F\u60A8\u6240\u5728\u7684\u4EFB\u4F55\u6BB5\u843D",touchShortcutsOff:"\u95DC\u9589","fingers.2":"\u96D9\u6307\u89F8\u6478","fingers.3":"\u4E09\u6307\u89F8\u6478","fingers.4":"\u56DB\u6307\u89F8\u6478","fingers.5":"\u4E94\u6307\u89F8\u6478","multipleClick.2":"\u96D9\u64CA","multipleClick.3":"\u4E09\u9023\u64CA","multipleClick.4":"\u56DB\u9023\u64CA","slide.left":"\u5411\u53F3\u6ED1\u52D5","slide.right":"\u5411\u5DE6\u6ED1\u52D5",contact:"\u806F\u7D61\u6211\u5011","contact.description":"\u5982\u679C\u60A8\u6709\u4EFB\u4F55\u554F\u984C\u6216\u5EFA\u8B70\uFF0C\u6B61\u8FCE\u586B\u5BEB\u4E0B\u65B9\u8868\u55AE\u806F\u7D61\u6211\u5011\uFF0C\u6216\u8005\u767C\u9001\u90F5\u4EF6\u81F3 {email}\uFF0C\u6211\u5011\u6703\u76E1\u5FEB\u56DE\u8986\u60A8\u3002","font.none":"\u7121","font.Microsoft YaHei":"\u5FAE\u8EDF\u96C5\u9ED1","font.SimSun":"\u5B8B\u9AD4","font.NSimSun":"\u65B0\u5B8B\u9AD4","font.Microsoft JhengHei":"\u5FAE\u8EDF\u6B63\u9ED1\u9AD4","font.KaiTi":"\u6977\u9AD4","font.FangSong":"\u4EFF\u5B8B","font.PingFang SC":"\u860B\u65B9","font.STHeiti":"\u83EF\u6587\u9ED1\u9AD4","font.STKaiti":"\u83EF\u6587\u6977\u9AD4","font.STSong":"\u83EF\u6587\u5B8B\u9AD4","font.STFangsong":"\u83EF\u6587\u4EFF\u5B8B","font.STZhongsong":"\u83EF\u6587\u4E2D\u5B8B","font.STHupo":"\u83EF\u6587\u7425\u73C0","font.STXinwei":"\u83EF\u6587\u65B0\u9B4F","font.STLiti":"\u83EF\u6587\u96B8\u66F8","font.STXingkai":"\u83EF\u6587\u884C\u6977","font.Hiragino Sans GB":"\u51AC\u9752\u9ED1\u9AD4","font.Lantinghei SC":"\u862D\u4EAD\u9ED1","font.Hanzipen SC":"\u6F22\u5100\u7FE9\u7FE9\u9AD4","font.Hannotate SC":"\u6F22\u5100\u6CE8\u9ED1","font.Songti SC":"\u5B8B\u9AD4","font.Wawati SC":"\u5A03\u5A03\u9AD4","font.Weibei SC":"\u9B4F\u7891","font.Xingkai SC":"\u884C\u6977","font.Yapi SC":"\u96C5\u75DE","font.Yuanti SC":"\u5713\u9AD4","browser.toggleVideoSubtitlePreTranslation":"\u5207\u63DB\u96D9\u8A9E\u5B57\u5E55\u512A\u5148\u4F7F\u7528\u6C89\u6D78\u5F0F\u7FFB\u8B6F\u8A2D\u7F6E","desc.toggleVideoSubtitlePreTranslation":"\u6309\u4E0B\u5F8C\uFF0C\u8996\u983B\u96D9\u8A9E\u5B57\u5E55\u6703\u512A\u5148\u4F7F\u7528\u6C89\u6D78\u5F0F\u7FFB\u8B6F\u7684\u8A2D\u7F6E\uFF0C\u518D\u6B21\u6309\u4E0B\u6703\u512A\u5148\u4F7F\u7528\u539F\u8996\u983B\u81EA\u5E36\u7684\u6A5F\u7FFB\u5B57\u5E55\uFF0C\u6CE8\u610F\uFF1A\u8A72\u5FEB\u6377\u65B9\u5F0F\u4FEE\u6539\u7684\u662F\u5168\u5C40\u8A2D\u7F6E",videoSubtitlePreTranslationOn:"\u8996\u983B\u5B57\u5E55\u5C07\u512A\u5148\u4F7F\u7528\u6C89\u6D78\u5F0F\u7FFB\u8B6F",videoSubtitlePreTranslationOff:"\u8996\u983B\u5B57\u5E55\u5C07\u512A\u5148\u4F7F\u7528\u539F\u8996\u983B\u81EA\u5E36\u7684\u6A5F\u7FFB\u5B57\u5E55",translationFont:"\u8A2D\u7F6E\u5B57\u9AD4","translationFont.custom":"\u8F38\u5165\u81EA\u5B9A\u7FA9\u5B57\u9AD4","translationFont.customPlaceholder":"\u5B57\u9AD4","translationFont.notSupportErrorMessage":"\u8ACB\u6AA2\u67E5\u60A8\u8F38\u5165\u7684\u5B57\u9AD4\u540D\u7A31\u662F\u5426\u6B63\u78BA\uFF0C\u6216\u78BA\u8A8D\u8A72\u5B57\u9AD4\u5DF2\u5728\u60A8\u7684\u8A2D\u5099\u4E0A\u5B89\u88DD\u3002","touch.mouse-translate":"\u7FFB\u8B6F\u6307\u5B9A\u6BB5\u843D","error.serveConfigError":"\u670D\u52D9\u914D\u7F6E\u932F\u8AA4","error.reloadPageOfSetting":"\u914D\u7F6E\u5F8C\uFF0C\u8ACB\u5237\u65B0\u9801\u9762\u518D\u6B21\u7FFB\u8B6F\u3002","error.googleLimitIp":"\u670D\u52D9\u8FD4\u56DE\u932F\u8AA4\uFF0C\u8C37\u6B4C\u670D\u52D9\u5DF2\u5C0D\u8A72IP\u5730\u5740\u9032\u884C\u9650\u6D41\uFF0C\u5EFA\u8B70\u60A8\u66F4\u63DB\u7DB2\u7D61\u7BC0\u9EDE\u3002","error.openAIFreeLimit":"\u670D\u52D9\u8FD4\u56DE\u932F\u8AA4\uFF0C\u7576\u524D\u7684\u7FFB\u8B6F\u8ACB\u6C42\u983B\u7387\u5DF2\u9054\u5230\u6BCF\u5206\u9418\u6700\u591A 3 \u6B21\u7684\u4E0A\u9650\uFF0C\u8ACB\u7A0D\u5F8C\u518D\u8A66\u3002\uFF08\u9019\u662F OpenAI \u5B98\u65B9\u5C0D\u514D\u8CBB API Key \u7684\u9650\u5236\uFF0C\u82E5\u8981\u89E3\u9664\u6B64\u9650\u5236\uFF0C\u8ACB\u5728 OpenAI \u5F8C\u53F0\u7D81\u5B9A\u4FE1\u7528\u5361\u3002\uFF09","error.openAIExceededQuota":"\u670D\u52D9\u8FD4\u56DE\u932F\u8AA4\uFF1A\u4F60\u7576\u524D\u7684 OpenAI \u8CEC\u6236\u9918\u984D\u4E0D\u8DB3\uFF0C\u8ACB\u5728 OpenAI \u5B98\u65B9\u5F8C\u53F0\u9032\u884C\u5145\u503C\u6216\u8005\u7D81\u5B9A\u4FE1\u7528\u5361\u3002","error.429":"\u670D\u52D9\u8FD4\u56DE\u932F\u8AA4\uFF0C\u8AAA\u660E\u8ACB\u6C42\u904E\u65BC\u983B\u7E41\u6216\u8D85\u51FA\u984D\u5EA6\u9650\u5236\uFF0C\u8ACB\u7A0D\u5F8C\u518D\u8A66\u3002","error.403":"\u670D\u52D9\u8FD4\u56DE\u932F\u8AA4\uFF0C \u66AB\u6642\u6C92\u6709\u6B0A\u9650\u8A2A\u554F\u8A72\u670D\u52D9\u3002","error.400":"\u670D\u52D9\u8FD4\u56DE\u932F\u8AA4\uFF0C \u8ACB\u6C42\u53C3\u6578\u932F\u8AA4\uFF0C\u8ACB\u6AA2\u67E5\u76F8\u61C9\u914D\u7F6E\u3002","error.502":"\u670D\u52D9\u8FD4\u56DE\u932F\u8AA4\uFF0C \u670D\u52D9\u8D85\u6642\uFF0C\u8ACB\u7A0D\u5F8C\u518D\u8A66\u3002","error.proTokenInvalid":"\u82E5\u60A8\u662FPro\u7528\u6236\uFF0C\u8ACB\u767B\u9678\u5F8C\u518D\u4F7F\u7528Pro\u7FFB\u8B6F\u670D\u52D9","error.proUpgrade":"\u5347\u7D1A\u5F8C\uFF0C\u8ACB\u5237\u65B0\u9801\u9762\u518D\u6B21\u7FFB\u8B6F\u3002","error.configError":"\u914D\u7F6E\u6578\u64DA\u7570\u5E38","error.goReset":"\u524D\u5F80\u91CD\u7F6E",batchEdit:"\u6279\u6B21\u64CD\u4F5C","translationServices.inherit":"\u8DDF\u96A8\u4E3B\u7FFB\u8B6F\u670D\u52D9","translationModeLang.translation.title":"\u50C5\u8B6F\u6587\u6A21\u5F0F\u7684\u8A9E\u8A00","translationModeLang.translation.description":"\u7576\u9801\u9762\u8A9E\u8A00\u70BA\u4E0B\u5217\u8A9E\u8A00\u6642\uFF0C\u6703\u81EA\u52D5\u4F7F\u7528\u50C5\u8B6F\u6587\u6A21\u5F0F","translationModeUrl.translation.title":"\u50C5\u8B6F\u6587\u6A21\u5F0F\u7684\u7DB2\u5740","translationModeUrl.translation.description":"\u7576\u7DB2\u7AD9\u70BA\u4E0B\u5217\u57DF\u540D\u6642\uFF0C\u6703\u81EA\u52D5\u4F7F\u7528\u50C5\u8B6F\u6587\u6A21\u5F0F",download_started:"\u4E0B\u8F09\u5DF2\u7D93\u958B\u59CB\uFF0C\u5982\u679C\u6C92\u6709\u81EA\u52D5\u4E0B\u8F09\uFF0C\u8ACB\u624B\u52D5\u9EDE\u64CA",here:"\u9019\u88E1","error.serveUnavailable":"\u60A8\u76EE\u524D\u6240\u4F7F\u7528\u7684 [{serverName}] \u670D\u52D9\u56E0\u7DB2\u8DEF\u9023\u7DDA\u6216\u670D\u52D9\u63D0\u4F9B\u5546\u7684\u554F\u984C\u66AB\u6642\u7121\u6CD5\u8A2A\u554F\u3002\u5EFA\u8B70\u60A8\u5617\u8A66\u5237\u65B0\u9801\u9762\u6216\u900F\u904E<1>\u8A2D\u5B9A\u66F4\u63DB\u5176\u4ED6\u7FFB\u8B6F\u670D\u52D9\u3002\u82E5\u60A8\u662F<2>Pro\u6703\u54E1\uFF0C\u53EF\u4EE5\u9078\u64C7\u4F7F\u7528\u66F4\u70BA\u7A69\u5B9A\u7684 DeepL \u6216 OpenAI \u7FFB\u8B6F\u670D\u52D9\uFF08<3>\u9EDE\u6B64\u514D\u8CBB\u9AD4\u9A57\uFF09\u3002 \u53E6\u5916\uFF0C\u60A8\u4E5F\u53EF\u80FD\u9700\u8981\u6AA2\u67E5\u60A8\u7684\u7DB2\u8DEF\u6216\u4EE3\u7406\u8A2D\u5B9A\u3002",detectServiceLoading:"\u6B63\u5728\u6AA2\u6E2C\u53EF\u7528\u7684\u7FFB\u8B6F\u670D\u52D9...",toggleToService:"\u5207\u63DB\u5230{service}\u4E26\u91CD\u8A66","error.gemini.429":"\u7576\u524D Gemini \u670D\u52D9\u7576\u524D\u627F\u8F09\u80FD\u529B\u5DF2\u9054\u4E0A\u9650\uFF0C\u8ACB\u60A8\u7A0D\u5F8C\u518D\u8A66\uFF0C\u6216\u8005\u5207\u63DB\u5230\u5176\u4ED6\u7FFB\u8B6F\u670D\u52D9",enableSentryReport:"\u7576\u64F4\u5C55\u767C\u751F\u932F\u8AA4\u6642\uFF0C\u4F7F\u7528 Sentry \u63D0\u4EA4\u53CD\u994B","translationServices.gemini":"\u96D9\u5B50\u5EA7","error.subscriptionExpiredTitle":"\u6703\u54E1\u5DF2\u904E\u671F","error.subscriptionExpired":"\u60A8\u7684\u6703\u54E1\u53EF\u80FD\u5DF2\u904E\u671F\uFF0C\u8ACB\u6AA2\u67E5\u60A8\u7684\u6703\u54E1\u72C0\u614B",geminiWarning:"\u6CE8\u610F\uFF1AGoogle \u63D0\u4F9B\u7684 Gemini \u7684\u514D\u8CBB\u670D\u52D9\u9650\u5236\u56B4\u683C\uFF0C\u53EF\u80FD\u6703\u88AB Google \u5224\u5B9A\u70BA\u7528\u6236\u5728\u4F7F\u7528\u591A\u500B Key \u4F86\u898F\u907F\u4ED6\u5011\u7684\u514D\u8CBB\u914D\u984D\u9650\u5236\uFF0C\u4E0D\u5EFA\u8B70\u4F7F\u7528\uFF0C\u5EFA\u8B70\u7B49\u5F85 Google \u672A\u4F86\u958B\u653E Gemini \u4ED8\u8CBB\u63A5\u53E3\u5F8C\u518D\u4F7F\u7528\u3002","floatBall.setting":"\u8A2D\u7F6E","floatBall.translateToLanguage":"\u9EDE\u64CA\u7FFB\u8B6F\u70BA{language}","floatBall.file":`\u7FFB\u8B6FPDF\u3001EPUB\u3001SRT\u3001 ASS\u3001HTML\u3001TXT\u6587\u4EF6`,changeToDualTranslationMode:"\u5207\u63DB\u9810\u8A2D\u8B6F\u6587\u6A21\u5F0F\u70BA\u96D9\u8A9E\u5C0D\u7167",changeToOnlyTempTranslationMode:`\u7576\u524D\u70BA\u96D9\u8A9E\u5C0D\u7167 \u9EDE\u64CA\u5207\u63DB\u70BA\u50C5\u8B6F\u6587`,changeToOnlyTranslationMode:"\u5207\u63DB\u9810\u8A2D\u7FFB\u8B6F\u6A21\u5F0F\u70BA\u50C5\u986F\u793A\u8B6F\u6587",changeToDualTempTranslationMode:`\u7576\u524D\u70BA\u50C5\u8B6F\u6587 @@ -4969,7 +4969,7 @@ ass\u3001HTML\u3001TXT\u6A94\u6848`,"description.multiplePrompt":`\u7576\u6BB5\u {env.imt_sub_trans_field}: \u8B6F\u6587 - id: 2 {env.imt_sub_source_field}: Source - {env.imt_sub_trans_field}: \u8B6F\u6587`,"subtitle.quickButton.translationPosition":"\u8B6F\u6587\u4F4D\u7F6E","subtitle.quickButton.cyan":"\u9752\u8272","subtitle.quickButton.translationPositionTop":"\u539F\u6587\u4E0A\u65B9","subtitle.quickButton.translationPositionBottom":"\u539F\u6587\u4E0B\u65B9","subtitle.quickButton.yellow":"\u9EC3\u8272","subtitle.quickButton.black":"\u9ED1\u8272","subtitle.quickButton.white":"\u767D\u8272","subtitle.quickButton.setting":"\u8A2D\u7F6E","subtitle.quickButton.blue":"\u85CD\u8272","subtitle.quickButton.backgroundColor":"\u80CC\u666F\u984F\u8272","subtitle.quickButton.sourceFontSize":"\u539F\u59CB\u5B57\u9AD4\u5927\u5C0F","subtitle.quickButton.translationFontSize":"\u7FFB\u8B6F\u6587\u5B57\u9AD4\u5927\u5C0F","translationServices.claude":"\u514B\u52DE\u5FB7","subtitle.quickButton.sourceTextColor":"\u539F\u59CB\u5B57\u9AD4\u984F\u8272","subtitle.quickButton.red":"\u7D05\u8272","subtitle.quickButton.translationTextColor":"\u7FFB\u8B6F\u6587\u5B57\u9AD4\u984F\u8272","subtitle.quickButton.magenta":"\u6D0B\u7D05\u8272","subtitle.quickButton.green":"\u7DA0\u8272","subtitle.quickButton.backgroundOpacity":"\u80CC\u666F\u4E0D\u900F\u660E\u5EA6",attachSubtitleTranslating:"\u6B63\u5728\u4F7F\u7528 {service} \u7FFB\u8B6F\u4E2D...","error.claude.403":"\u66AB\u7121\u6B0A\u9650\u8A2A\u554F\u670D\u52D9\uFF0C\u53EF\u80FD\u8207 Claude \u7684\u5730\u5340\u9650\u5236\u6709\u95DC\uFF0C\u60A8\u53EF\u4EE5\u5617\u8A66\u5207\u63DB\u60A8\u7684 IP \u5730\u5740\uFF0C\u6216\u8005\u4F7F\u7528\u5176\u4ED6\u7FFB\u8B6F\u670D\u52D9\u3002","browser.brandDescriptionForSafari":"\u3010\u6C89\u6D78\u5F0F\u7FFB\u8B6F\u3011\u4E00\u6B3E\u514D\u8CBB\u7684\uFF08\u539F\u6587/\u8B6F\u6587\uFF09\u96D9\u8A9E\u5C0D\u7167\u7DB2\u9801\u7FFB\u8B6F\u63D2\u4EF6\uFF0C\u540C\u6642\u652F\u6301PDF\u7FFB\u8B6F\u548CEPUB\u96FB\u5B50\u66F8\u7FFB\u8B6F\u4E14\u4FDD\u7559\u539F\u6587\u6A94\u6392\u7248\uFF0CYoutube/Netflix\u7B49\u5728\u7DDA\u8996\u983B\u96D9\u8A9E\u5B57\u5E55\u7FFB\u8B6F\uFF0C\u652F\u6301Deepl/Google\u7B49\u4E3B\u6D41\u7FFB\u8B6F\u670D\u52D9;","browser.PdfProFile":"AI \u9A45\u52D5\u7684 PDF Pro \u7FFB\u8B6F","browser.textTranslate":"\u6587\u672C\u7FFB\u8B6F\uFF08\u5C0D\u6BD4\u591A\u500B\u7FFB\u8B6F\u670D\u52D9\uFF09"};var ph={nologin:"Not logged in",loginForSafari:"Sign In or Sign Up",login:"Log In",goLogin:"Sign In",manageAccount:"Manage Account",openPremium:"Upgrade to Pro",logout:"Logout",curentPlan:"Current Plan",endAt:"Expires",endAuto:"Auto Renew",lineBreakMaxTextCount:"Maximum characters per sentence after line break","translate-pdf":"Translate PDF","noSupportTranslate-pdf":"This script is not supported. Please use a plugin.","translate-firefox-local-pdf":"Go to upload PDF",enableLineBreak:"Enable automatic line wrapping for long paragraphs",sponsorLabel:"Sponsor developers from $1 (monthly or one-time)",help:"Help",enableLineBreakDescription:"After activating, insert line breaks at the end of each sentence in lengthy paragraphs for improved readability.","browser.shortBrandName":"Immersive Translate","browser.brandName":"Immersive Translate - Translate Website & PDF","browser.brandDescription":"Free Translate Website, Translate PDF & Epub eBook, Translate Video Subtitles in Bilingual","browser.toggleTranslatePage":"Translate webpage/Display original text","browser.toggleTranslateTheWholePage":"Translate entire page/Display original text","browser.toggleTranslateToThePageEndImmediately":"Translate instantly to the bottom of the page/Display original text","browser.toggleTranslateTheMainPage":"Translate main page /Display original text","browser.shareToDraft":"Share Bilingual Page","browser.openOptionsPage":"Open Settings Page","browser.translateLocalPdfFile":"Translate local PDF File","browser.openEbookViewer":"Read local e-books","browser.openEbookBuilder":"Create Bilingual EPUB E-books","browser.translateLocalHtmlFile":"Translate HTML/txt File","browser.donateContext":"Explore Sponsorship Benefits","browser.translateLocalSubtitleFile":"Translate Local Subtitle File",confirmResetConfig:"Are you sure you want to reset settings?",translationLineBreakSettingTitle:"Line break setting",smartLineBreak:"Smart Wrap",alwaysLineBreak:"Always Wrap",isShowContextMenu:"Add Translation to Right-Click Menu",toggleBeta:"Enable Beta Testing Features",betaDescription:"Enable experimental features and test translation services. Join the <1>Telegram group for more information.",translationLineBreakSettingDescription:"Always Wrap is suitable for layouts with less content, providing a neater appearance. (For longer paragraphs with over {count} characters, use Smart Wrap for a more space-efficient display.)",tempTranslateDomainTitle:"Temporarily Activate Website Translation Time",tempTranslateDomainDescription:"When manually translating a webpage, temporarily enable automatic translation for the site. You can set a temporary duration.",xMinutes:"{count} minutes",disabled:"Disable",changelog:"Change Log",toggleTranslatePageWhenThreeFingersOnTheScreen:"Touch screen with multiple fingers to translate webpage/display original text",toggleTranslationMaskWhenThreeFingersOnTheScreen:"Touch screen with multiple fingers to show/hide the blurry effect of the translated text",addUrlDescription:"You can specify domain names, and also use wildcard characters, such as: *.google.com, google.com/mail/*, https://www.google.com/*",general:"General",clickToExpandConfig:"Expand current configuration",import:"Import from file",export:"Export to file",toggleDebug:"Print debug logs to console","fingers.0":"Close",mouseHoldKey:"+ {key} translate/restore this paragraph",mouseHoldKeyAuto:"immediately translate this paragraph",mouseHoldKeyOff:"Do nothing",mouseHoldKeyOther:"Custom shortcut key (open settings)",mouseHoldKeyCustomKey:"{key} translate/restore this paragraph","mouse-translate":"Hover",document:"Document",resetSuccess:"Reset all settings successful",resetThisSuccess:"Reset successful",saved:"Saved successfully",successImportConfig:"Configuration imported successfully",goAdvancedSettings:"Go to Advanced Settings Page",goAdvancedInterfaceSettings:"Go to Advanced Custom Settings Page",advanced:"Advanced Settings",advancedDescription:"Generally, there's no need to adjust; keep the default settings. These options are provided for more advanced users seeking a more personalized experience.",developer:"Developer settings",donateCafe:"Pricing","translate to the bottom of the page":"After opening a webpage, do you want to translate to the bottom of the page immediately?",feedback:"Feedback",toggleTranslatePage:"Translate webpage/Show original text",translateToThePageEndImmediatelyDescription:"Once enabled, upon entering a webpage, it will immediately translate the content from the top to the bottom. If disabled, it will translate as you read. (Not recommended to enable)","translate all areas of the page":"Should all areas of the webpage be translated?",translationAreaDescription:"Once enabled, all areas of the entire webpage will be translated. If disabled, the default smart recognition will be used to translate only the main areas. (Not recommended to enable)","the number of characters to be translated first":"Translate the first few characters of the page directly, without waiting to scroll to the visible area.","interface language":"Interface language","display both the original text and the translation":"Display both the original text and the translation","keyboard shortcuts":"Keyboard shortcuts",modify:"Edit",reset:"Reset",close:"Close",homepage:"Home Page",more:"More",moreOptions:"Expand for more custom settings",translateTheWholePage:"Translate entire page",changeToTranslateTheWholePage:"Translate the Whole Page",changeToTranslateTheMainPage:"Translate the Main Content",changeToOnlyTranslationMode:"Show Translation only",changeToDualTranslationMode:"Show Bilingual Translation",translateToThePageEndImmediately:"Immediately translate to the bottom ",translateTheMainPage:"smart translate the main areas","The local rules are up to date":"Local rules are up to date:","Successfully synchronized with the latest official rules:":"Successfully synced latest official rules:","Checking for updates":"Checking for update","Rules are being synchronized":"Syncing official rules",localVersionIsTooOld:"The local extension version is too old, please upgrade the extension to {minVersion} or a newer version and try to sync again.",badUserscriptBrowser:"The current browser does not correctly support the interface of the Tampermonkey extension (such as obtaining version information of Tampermonkey scripts). Please use another <1>browser that supports Tampermonkey extensions, such as Firefox.",foundNewVersion:"New version available",theLocalExtensionIsUpToUpdate:"The current extension version is up to date.",failToSyncRules:"Failed to sync latest adaptive rules",retry:"Retry",failedReason:"Failure reason",currentRuleVersion:"Current Rule Version",calculating:"Calculating",unknownError:"Unknown Error",canNotFetchRemoteRule:"Unable to fetch remote rule",enableAlphaSuccess:"Alpha feature enabled successfully",disableAlphaSuccess:"Alpha feature has been disabled",cacheSize:"Cache size:",cleaning:"Cleaning",cleanCache:"Clear cache",options:"Options",about:"About",service:"Translation Service",needAction:"(go to settings)",goSettings:"go to settings",needActionForOptions:"(requires setting)",translationEngine:"Engine Options",sourceLanguage:"Original language",target:"Target Language",popupSourceLanguage:"Source",popupTarget:"Target",popupService:"Service",forThisSite:"Site",autoEnableSubtitle:"Auto-enable bilingual captions",alwaysTranslate:"Always translate",neverTranslate:"Never translate",neverTranslateSomeLanguage:"Never translate {language}",alwaysTranslateSomeSite:"Always translate {hostname}",neverTranslateSomeSite:"Never translate {hostname}",alwaysTranslateSomeSiteOrWildSite:"Always translate this site",alwaysTranslateSomePage:"Always translate this page",add:"Add",default:"Default",forThisLanguage:"For This Language:","add url":"Add URL",edit:"Edit",pickAll:"Select All","translate other languages into specific language":"Translate other languages into the language you set","select translation service":"Select a translation service",language:"Language","show-original":"Show Original",translate:"Translate",Translated:"Translated",Translating:"Translating",Error:"Error",allowCacheTranslations:"Enable local translation caching (reduce translation requests for repeated paragraphs)","translation display":"Translation display style","select diplay style":"See below for examples of different translation styles",interface:"Interface Settings",import_export:"Import/Export",import_export_title:"Import/Export Configuration",syncToGoogleDrive:"Sync Now with Google Drive",floatBallOptions:"Floating Button","floatBallOptions.enable":"Enable Floating Ball","floatBallOptions.blockUrls":"Blocked Websites","floatBallOptions.add":"Add","floatBallOptions.blockUrlDesc":"Don\u2019t show the floating ball on these websites","floatBallOptions.clickType":"Click Behavior","floatBallOptions.clickTypeDesc":"What happens when you click the floating ball icon","floatBallOptions.clickPopup":"Display Translation Panel","floatBallOptions.clickTranslate":"Translate/Show Original Text","floatBallOptions.fixedPosition":"Fixed Position","floatBallOptions.fixedPositionDesc":"Whether the float ball is on the left or right of the window","floatBallOptions.fixedPositionLeft":"Left","floatBallOptions.fixedPositionRight":"Right",previewAllThemes:"Preview all themes","translationTheme.none":"None","translationTheme.grey":"Black Gray","translationTheme.dashed":"Dotted lines","translationTheme.dotted":"Dotted lines","translationTheme.dashedBorder":"Dotted Border","translationTheme.solidBorder":"Solid Border","translationTheme.underline":"Straight line","translationTheme.mask":"Blur effect (learning mode)","translationTheme.opacity":"Transparency effect","translationTheme.paper":"White paper shadow effect","translationTheme.dividingLine":"Dividing line","translationTheme.highlight":"Highlight","translationTheme.marker":"Marker","translationTheme.marker2":"Maker2","translationTheme.blockquote":"quote style","translationTheme.weakening":"Weaken","translationTheme.italic":"Italic","translationTheme.bold":"Bold","translationTheme.thinDashed":"Thin dotted lines","translationTheme.nativeDashed":"System built-in dotted lines","translationTheme.nativeDotted":"System built-in dotted lines","translationTheme.nativeUnderline":"System built-in straight lines","translationTheme.wavy":"wavy lines","translationServices.custom":"Custom API","translationServices.tencent":"Tencent Translator","translationServices.tenAlpha":"Tencent Translator (Alpha)","translationServices.google":"Google Translate","translationServices.bai":"Baidu (Alpha)","translationServices.baidu":"Baidu translation","translationServices.aliyun":"Aliyun Translator","translationServices.volc":"Volcano Translation","translationServices.deeplx":"DeepLX (Alpha)","translationServices.bing":"Microsoft Translator","translationServices.deepl":"DeepL","translationServices.wechat":"Wechat translation","translationServices.azure":"Azure Translator","translationServices.ibm":"IBM Watson","translationServices.aws":"Amazon Translate","translationServices.mock":"Mock translation","translationServices.mock2":"Mock Translation2","translationServices.caiyun":"Caiyun Translation","translationServices.cai":"Caiyun Translation (Alpha)","translationServices.volcAlpha":"Volcano Translation (Alpha)","translationServices.openl":"OpenL","translationServices.youdao":"Youdao Translation","translationServices.you":"Youdao Translation (Alpha)","translationServices.transmart":"Tencent Smart Translation","translationServices.niu":"Niu Translation","translationServices.papago":"Papago Translation","translationServices.d":"DeeplX (Alpha)","translationServices.dpro":"D Pro (Canary)","translationServices.openai":"OpenAI","translationServices.yandex":"Yandex","translationServices.gemini":"Gemini","translationServices.chatgpt":"ChatGPT Web(3.5 mobile)","translate title":"Translate page title","always languages":"Always translate the following languages",neverTranslateLanguagesLabel:"Never Translated Languages",neverTranslateTheFollowingLanguagesDescription:"When a paragraph on a page is in one of the following languages, the translation will be skipped",enableUserscriptPagePopup:"Always show Popup windows on the page",enableUserscriptPagePopupDescription:"After closing the floating ball, you can use the shortcut key /{touch} to summon it. To prevent accidentally losing the floating ball after turning off this option, it is strongly recommended to bookmark this settings page.","always translate the following languages":"The following languages will always be translated","always sites":"Always translate the following sites","always translate the following sites":"The following sites will always be translated","never sites":"Never translate the following sites","never translate the following sites":"The following sites will never be translated","please refer to":"It can only be used after filling in the key. For details, please refer to",KeyAndConfigurationTutorial:"Key Application and Configuration Tutorial",useAboveStyleForTheseSites:"Sites that always use the {theme} translation style",currentUrl:"Current URL",confirm:"Save",cancel:"Cancel",delete:"Delete",syncToCloud:"Sync to cloud",syncToCloudDescription:"Upload the configuration to the cloud server, and you can synchronize the configuration between different browsers or Tampermonkey scripts, based on the last modification time.",syncToAccount:"Sync to account",syncToAccountButton:"Sync to account now",syncToAccountDescription:"Uploaded to the logged-in account, the configuration can be synchronized between different devices, and the last modification time shall prevail.",successSyncConfigInAccount:"Successfully synced with account",successSyncConfigToAccount:"Successfully synchronized to account",syncConfigNoUpdate:"Already up to date",authFail:"Authorization Failed",syncTitle:"Manual Backup Management",import_hint:"Import",upload:"Upload",revokeAuth:"Revoke Authorization",uploadFail:"Upload Failed",download:"Download",importSuccess:"Upload Success",importFail:"Import Failed",deleteFail:"Delete Failed",backupToCloud:"Manage backup files manually",create_new_backup:"Add backup node",maxBackupFiles:"Up to{count}different nodes can be backed up. Please delete unneeded nodes",backupToCloudDescription:"Upload or restore backup files manually, up to 3 different backups",successSyncConfig:"Successfully synced with cloud",syncFail:"Synchronization failed",updatedAt:"Updated at {date}",lastSyncedAt:"Last checked at {date}",downloadFail:"Download failed",clickToDownload:"Click to download",aboutLabel:"About - Feedback ","browser.openAboutPage":"About / Feedback/Sponsor",aboutLabelWithoutSponsor:"About - Feedback",aboutIntro:"We hope that all users will easily and pleasantly access to the enormous amount of foreign language information available on the Internet \u2764\uFE0F. You can choose to subscribe to <6>Pro membership to use the out-of-the-box DeepL and OpenAI translation.

Follow us on<3>Twitter, <4>Telegram Channel, WeChat public account, WeChat community group, or subscribe to updates via <5>email below.
<7>Pro members can contact us through the quick customer service email <8>support@immersivetranslate.com.",aboutIntroWithoutSponsor:"The extension is completely free. We hope that everyone can easily and joyfully access the vast foreign language information on the Internet \u2764\uFE0F.

Follow us on <3>Twitter, <4>Telegram channel, WeChat public account, WeChat community group, or subscribe to updates via <5>email below.",projectHomepage:"Project Homepage",joinTelegramGroup:"Join our communities for feature discussion",wechatPublicAccount:"Wechat Official Account",wechatCommunities:"Wechat Group",qqCommunities:"QQ Channel",joinTelegramChannel:"Subscribe to our Telegram channel to get the latest updates",feedbackAndJoin:"Feedback",autoSync:"Auto-Time Sync",loadingThemeTitle:"Loading Style",loadingThemeDescription:"Set the style of waiting for the translation to load","loadingTheme.spinner":"Spinning icon","loadingTheme.text":"Static Text... ","loadingTheme.none":"Disabled",developerDescription:"You can click <1>here to see the documentation related to advanced customization","edit border color":"Edit border color",successSyncButNoChange:"The current configuration is consistent with that in the cloud server",customTheme:"Customize colors and sizes","customThemeLabel.borderColor":"Border color","customThemeLabel.borderRadius":"Border Round Corner","customThemeLabel.textColor":"Text color","customThemeLabel.backgroundColor":"Background color","customThemeLabel.zoom":"Font scale (%)","customThemeLabel.opacity":"Text opacity (%)",resetToDefaultColor:"Reset to default colors",resetToDefaultSettings:"Reset to default settings",isTranslateTitle:"Enable translate page title",isTranslateTitleDescription:"When enabled, the webpage title will be translated",enableSearchEnhancement:"Enable Search Enhancement",enableSearchEnhancementDescription:"After activation, the right sidebar will automatically display 'Google News' search results for the corresponding English keywords on supported websites (Google News, Google Search (for certain keywords), Xueqiu, East Money, Futu, Tiger Community).",verifyService:"Verify service",verified:"Successful","field.langs":"Supported Language Code","field.model":"Model","field.translationEngine":"Translation engine","field.limitPerMinute":"Max requests per minute","field.limitPerSecond":"Max requests per second","field.maxTextLengthPerRequest":"Maximum text length per request","field.maxTextGroupLengthPerRequest":"Maximum number of paragraphs per request","field.apiUrl":"Custom API interface address","field.placeholderDelimiters":"Reserved placeholders","description.custom":"Custom interface access requires reference documents","description.limitPerMinute":"When the number of requests exceeds this limit, it will be temporarily suspended until the beginning of the next minute. Due to various limitations of OpenAI's current services, please click <1>here to view the latest suggested values","description.limitPerSecond":"When the number of requests exceeds this limit, it will be temporarily suspended until the beginning of the next second. Due to various limitations of OpenAI's current services, please click <1>here to view the latest suggested values","description.generalLimitPerSecond":"When the number of requests exceeds the limit, it will enter a queue state until the beginning of the next second.","description.prompt":"The dialogue sent to {service} as a user, where {{text}} represents the text content of the paragraph, {{from}} represents the language of the paragraph, and {{to}} represents the target language.","description.maxTextLengthPerRequest":"By default multiple paragraphs will be merged to reduce the number of requests, but if the total length of the paragraphs is too long, it may also cause the interface to respond slowly, so you can try to adjust this option to optimize speed","description.systemPrompt":"Send the conversation to OpenAI as a system, where {{text}} represents the text content of the paragraph, {{from}} represents the original language of the paragraph, and {{to}} represents the target language.","field.domain":"Domain","description.domain":"The default is: general. It can only be set when domain translation is activated in the Youdao API console, and the supported domains can be seen <1>Here ","field.scene":"Scenarios","description.scene":"The default is: general. It can be set only if the Alibaba Cloud API console has the Machine Translation Professional Edition enabled. Supported scenes can be found <1>here.","field.vocabId":"User dictionary ID","description.vocabId":"Specified dictionary out_id, currently supported in English translation","description.model":"OpenAI's models, such as gpt-3.5-turbo, gpt-4, etc","description.maxTextGroupLengthPerRequest":"The number of paragraphs sent to translation service each time. Sending too many paragraphs to OpenAI at once can slow down the interface.","description.apiUrl":"Please add a specific URL with a path, <1>more instructions",enabledExtension:"Enable extensions",clickToDisableExtension:"Click to disable extension",clickToEnableExtension:"Click to enable the extension",hasBeenDisabled:"Disabled","show password":"Show password",customContent:"Enter the name of the custom model",inputOptions:"Enhanced input box",mouseHoverOptions:"Mouse Hover",modifyMouseHoverKey:"Modify mouse hover shortcuts",enableInputTranslation:"enhanced input box?",enableInputTranslationDescription:"When enabled, enter {startingKey}{startingKey} direct in the input box and hit{inputTrailingTriggerKeyRepeatTimes}times{trailingKey}, translated into {inputTargetLanguage}",enableInputTranslationDescriptionForNoneKey:'When enabled, simply enter "Hello World" in the input box, then quickly press {inputTrailingTriggerKeyRepeatTimes} times on {trailingKey}, and it will be translated into the default target language.',inputTargetLanguage:"Set the default target language for the input box",inputTargetLanguageDescription:"The default target language for the translation input box, which is {startingKey}{startingKey} as the default language for triggering words.",inputTargetLanguageDescriptionForNoneKey:"Default target language for translation input box",inputStartingTriggerKeyTitle:"Set the delimiter character for partial translation of the input box",inputStartingTriggerKeyDescription:"When you don\u2019t need to translate the entire input box, the delimiter allows you to only translate the part from {startingKey}{startingKey} to the end of the input box. You can also specify a language code, for example: {startingKey}ja means to only translate the part from {startingKey}ja to the end of the input box",inputStartingTriggerKeyDescriptionForNoneKey:"The current setting does not require a prefix, so the partial text translation function of the input box cannot be used temporarily",inputTrailingTriggerKeyTitle:"Select a trigger character to indicate the end of input.",inputTrailingTriggerKeyDescription:"Quickly hitting {trailingKey} 3 times will start the translation",inputTrailingTriggerKeyTimeout:"Enter the interval time to end the trailing trigger",inputTrailingTriggerKeyTimeoutDescription:"Set the interval time for the end of input combo trigger (milliseconds)",spaceKey:"",noneKey:"No prefix needed, translate the entire text box directly",inputTranslationBlockUrlsTitle:"Do not enable input box enhancement on the following URLs",inputTranslationBlockUrlsDescription:"The input box enhancement will not work in the following URL",inputHelperInfo:`Note: We have optimized the system to address an issue where certain characters in Chinese input methods were being converted into Chinese punctuation marks. For instance, when using Sogou Input Method, "/" would be changed to "\u3001". We now recognizes all corresponding Chinese symbols as triggering characters, including "//" and "\u3001\u3001". + {env.imt_sub_trans_field}: \u8B6F\u6587`,"subtitle.quickButton.translationPosition":"\u8B6F\u6587\u4F4D\u7F6E","subtitle.quickButton.cyan":"\u9752\u8272","subtitle.quickButton.translationPositionTop":"\u539F\u6587\u4E0A\u65B9","subtitle.quickButton.translationPositionBottom":"\u539F\u6587\u4E0B\u65B9","subtitle.quickButton.yellow":"\u9EC3\u8272","subtitle.quickButton.black":"\u9ED1\u8272","subtitle.quickButton.white":"\u767D\u8272","subtitle.quickButton.setting":"\u8A2D\u7F6E","subtitle.quickButton.blue":"\u85CD\u8272","subtitle.quickButton.backgroundColor":"\u80CC\u666F\u984F\u8272","subtitle.quickButton.sourceFontSize":"\u539F\u59CB\u5B57\u9AD4\u5927\u5C0F","subtitle.quickButton.translationFontSize":"\u7FFB\u8B6F\u6587\u5B57\u9AD4\u5927\u5C0F","translationServices.claude":"\u514B\u52DE\u5FB7","subtitle.quickButton.sourceTextColor":"\u539F\u59CB\u5B57\u9AD4\u984F\u8272","subtitle.quickButton.red":"\u7D05\u8272","subtitle.quickButton.translationTextColor":"\u7FFB\u8B6F\u6587\u5B57\u9AD4\u984F\u8272","subtitle.quickButton.magenta":"\u6D0B\u7D05\u8272","subtitle.quickButton.green":"\u7DA0\u8272","subtitle.quickButton.backgroundOpacity":"\u80CC\u666F\u4E0D\u900F\u660E\u5EA6",attachSubtitleTranslating:"\u6B63\u5728\u4F7F\u7528 {service} \u7FFB\u8B6F\u4E2D...","error.claude.403":"\u66AB\u7121\u6B0A\u9650\u8A2A\u554F\u670D\u52D9\uFF0C\u53EF\u80FD\u8207 Claude \u7684\u5730\u5340\u9650\u5236\u6709\u95DC\uFF0C\u60A8\u53EF\u4EE5\u5617\u8A66\u5207\u63DB\u60A8\u7684 IP \u5730\u5740\uFF0C\u6216\u8005\u4F7F\u7528\u5176\u4ED6\u7FFB\u8B6F\u670D\u52D9\u3002","browser.brandDescriptionForSafari":"\u3010\u6C89\u6D78\u5F0F\u7FFB\u8B6F\u3011\u4E00\u6B3E\u514D\u8CBB\u7684\uFF08\u539F\u6587/\u8B6F\u6587\uFF09\u96D9\u8A9E\u5C0D\u7167\u7DB2\u9801\u7FFB\u8B6F\u63D2\u4EF6\uFF0C\u540C\u6642\u652F\u6301PDF\u7FFB\u8B6F\u548CEPUB\u96FB\u5B50\u66F8\u7FFB\u8B6F\u4E14\u4FDD\u7559\u539F\u6587\u6A94\u6392\u7248\uFF0CYoutube/Netflix\u7B49\u5728\u7DDA\u8996\u983B\u96D9\u8A9E\u5B57\u5E55\u7FFB\u8B6F\uFF0C\u652F\u6301Deepl/Google\u7B49\u4E3B\u6D41\u7FFB\u8B6F\u670D\u52D9;","browser.PdfProFile":"AI \u9A45\u52D5\u7684 PDF Pro \u7FFB\u8B6F","browser.textTranslate":"\u6587\u672C\u7FFB\u8B6F\uFF08\u5C0D\u6BD4\u591A\u500B\u7FFB\u8B6F\u670D\u52D9\uFF09"};var ph={nologin:"Not logged in",loginForSafari:"Sign In or Sign Up",login:"Log In",goLogin:"Sign In",manageAccount:"Manage Account",openPremium:"Upgrade to Pro",logout:"Logout",curentPlan:"Current Plan",endAt:"Expires",endAuto:"Auto Renew",lineBreakMaxTextCount:"Maximum characters per sentence after line break","translate-pdf":"Translate PDF","noSupportTranslate-pdf":"This script is not supported. Please use a plugin.","translate-firefox-local-pdf":"Go to upload PDF",enableLineBreak:"Enable automatic line wrapping for long paragraphs",sponsorLabel:"Sponsor developers from $1 (monthly or one-time)",help:"Help",enableLineBreakDescription:"After activating, insert line breaks at the end of each sentence in lengthy paragraphs for improved readability.","browser.shortBrandName":"Immersive Translate","browser.brandName":"Immersive Translate - Translate Website & PDF","browser.brandDescription":"Free Translate Website, Translate PDF & Epub eBook, Translate Video Subtitles in Bilingual","browser.toggleTranslatePage":"Translate webpage/Display original text","browser.toggleTranslateTheWholePage":"Translate entire page/Display original text","browser.toggleTranslateToThePageEndImmediately":"Translate instantly to the bottom of the page/Display original text","browser.toggleTranslateTheMainPage":"Translate main page /Display original text","browser.shareToDraft":"Share Bilingual Page","browser.openOptionsPage":"Open Settings Page","browser.translateLocalPdfFile":"Translate local PDF File","browser.openEbookViewer":"Read local e-books","browser.openEbookBuilder":"Create Bilingual EPUB E-books","browser.translateLocalHtmlFile":"Translate HTML/txt File","browser.donateContext":"Explore Sponsorship Benefits","browser.translateLocalSubtitleFile":"Translate Local Subtitle File",confirmResetConfig:"Are you sure you want to reset settings?",translationLineBreakSettingTitle:"Line break setting",smartLineBreak:"Smart Wrap",alwaysLineBreak:"Always Wrap",isShowContextMenu:"Add Translation to Right-Click Menu",toggleBeta:"Enable Beta Testing Features",betaDescription:"Enable experimental features and test translation services. Join the <1>Telegram group for more information.",translationLineBreakSettingDescription:"Always Wrap is suitable for layouts with less content, providing a neater appearance. (For longer paragraphs with over {count} characters, use Smart Wrap for a more space-efficient display.)",tempTranslateDomainTitle:"Temporarily Activate Website Translation Time",tempTranslateDomainDescription:"When manually translating a webpage, temporarily enable automatic translation for the site. You can set a temporary duration.",xMinutes:"{count} minutes",disabled:"Disable",changelog:"Change Log",toggleTranslatePageWhenThreeFingersOnTheScreen:"Touch screen with multiple fingers to translate webpage/display original text",toggleTranslationMaskWhenThreeFingersOnTheScreen:"Touch screen with multiple fingers to show/hide the blurry effect of the translated text",addUrlDescription:"You can specify domain names, and also use wildcard characters, such as: *.google.com, google.com/mail/*, https://www.google.com/*",general:"General",clickToExpandConfig:"Expand current configuration",import:"Import from file",export:"Export to file",toggleDebug:"Print debug logs to console","fingers.0":"Close",mouseHoldKey:"+ {key} translate/restore this paragraph",mouseHoldKeyAuto:"immediately translate this paragraph",mouseHoldKeyOff:"Do nothing",mouseHoldKeyOther:"Custom shortcut key (open settings)",mouseHoldKeyCustomKey:"{key} translate/restore this paragraph","mouse-translate":"Hover",document:"Document",resetSuccess:"Reset all settings successful",resetThisSuccess:"Reset successful",saved:"Saved successfully",successImportConfig:"Configuration imported successfully",goAdvancedSettings:"Go to Advanced Settings Page",goAdvancedInterfaceSettings:"Go to Advanced Custom Settings Page",advanced:"Advanced Settings",advancedDescription:"Generally, there's no need to adjust; keep the default settings. These options are provided for more advanced users seeking a more personalized experience.",developer:"Developer settings",donateCafe:"Pricing","translate to the bottom of the page":"After opening a webpage, do you want to translate to the bottom of the page immediately?",feedback:"Feedback",toggleTranslatePage:"Translate webpage/Show original text",translateToThePageEndImmediatelyDescription:"Once enabled, upon entering a webpage, it will immediately translate the content from the top to the bottom. If disabled, it will translate as you read. (Not recommended to enable)","translate all areas of the page":"Should all areas of the webpage be translated?",translationAreaDescription:"Once enabled, all areas of the entire webpage will be translated. If disabled, the default smart recognition will be used to translate only the main areas. (Not recommended to enable)","the number of characters to be translated first":"Translate the first few characters of the page directly, without waiting to scroll to the visible area.","interface language":"Interface language","display both the original text and the translation":"Display both the original text and the translation","keyboard shortcuts":"Keyboard shortcuts",modify:"Edit",reset:"Reset",close:"Close",homepage:"Home Page",more:"More",moreOptions:"Expand for more custom settings",translateTheWholePage:"Translate entire page",changeToTranslateTheWholePage:"Translate the Whole Page",changeToTranslateTheMainPage:"Translate the Main Content",changeToOnlyTranslationMode:"Show Translation only",changeToDualTranslationMode:"Show Bilingual Translation",translateToThePageEndImmediately:"Immediately translate to the bottom ",translateTheMainPage:"smart translate the main areas","The local rules are up to date":"Local rules are up to date:","Successfully synchronized with the latest official rules:":"Successfully synced latest official rules:","Checking for updates":"Checking for update","Rules are being synchronized":"Syncing official rules",localVersionIsTooOld:"The local extension version is too old, please upgrade the extension to {minVersion} or a newer version and try to sync again.",badUserscriptBrowser:"The current browser does not correctly support the interface of the Tampermonkey extension (such as obtaining version information of Tampermonkey scripts). Please use another <1>browser that supports Tampermonkey extensions, such as Firefox.",foundNewVersion:"New version available",theLocalExtensionIsUpToUpdate:"The current extension version is up to date.",failToSyncRules:"Failed to sync latest adaptive rules",retry:"Retry",failedReason:"Failure reason",currentRuleVersion:"Current Rule Version",calculating:"Calculating",unknownError:"Unknown Error",canNotFetchRemoteRule:"Unable to fetch remote rule",enableAlphaSuccess:"Alpha feature enabled successfully",disableAlphaSuccess:"Alpha feature has been disabled",cacheSize:"Cache size:",cleaning:"Cleaning",cleanCache:"Clear cache",options:"Options",about:"About",service:"Translation Service",needAction:"(go to settings)",goSettings:"go to settings",needActionForOptions:"(requires setting)",translationEngine:"Engine Options",sourceLanguage:"Original language",target:"Target Language",popupSourceLanguage:"Source",popupTarget:"Target",popupService:"Service",forThisSite:"Site",autoEnableSubtitle:"Auto-enable bilingual captions",alwaysTranslate:"Always translate",neverTranslate:"Never translate",neverTranslateSomeLanguage:"Never translate {language}",alwaysTranslateSomeSite:"Always translate {hostname}",neverTranslateSomeSite:"Never translate {hostname}",alwaysTranslateSomeSiteOrWildSite:"Always translate this site",alwaysTranslateSomePage:"Always translate this page",add:"Add",default:"Default",forThisLanguage:"For This Language:","add url":"Add URL",edit:"Edit",pickAll:"Select All","translate other languages into specific language":"Translate other languages into the language you set","select translation service":"Select a translation service",language:"Language","show-original":"Show Original",translate:"Translate",Translated:"Translated",Translating:"Translating",Error:"Error",allowCacheTranslations:"Enable local translation caching (reduce translation requests for repeated paragraphs)","translation display":"Translation display style","select diplay style":"See below for examples of different translation styles",interface:"Interface Settings",import_export:"Import/Export",import_export_title:"Import/Export Configuration",syncToGoogleDrive:"Sync Now with Google Drive",floatBallOptions:"Floating Button","floatBallOptions.enable":"Enable Floating Ball","floatBallOptions.blockUrls":"Blocked Websites","floatBallOptions.add":"Add","floatBallOptions.blockUrlDesc":"Don\u2019t show the floating ball on these websites","floatBallOptions.clickType":"Click Behavior","floatBallOptions.clickTypeDesc":"What happens when you click the floating ball icon","floatBallOptions.clickPopup":"Display Translation Panel","floatBallOptions.clickTranslate":"Translate/Show Original Text","floatBallOptions.fixedPosition":"Fixed Position","floatBallOptions.fixedPositionDesc":"Whether the float ball is on the left or right of the window","floatBallOptions.fixedPositionLeft":"Left","floatBallOptions.fixedPositionRight":"Right",previewAllThemes:"Preview all themes","translationTheme.none":"None","translationTheme.grey":"Black Gray","translationTheme.dashed":"Dotted lines","translationTheme.dotted":"Dotted lines","translationTheme.dashedBorder":"Dotted Border","translationTheme.solidBorder":"Solid Border","translationTheme.underline":"Straight line","translationTheme.mask":"Blur effect (learning mode)","translationTheme.opacity":"Transparency effect","translationTheme.paper":"White paper shadow effect","translationTheme.dividingLine":"Dividing line","translationTheme.highlight":"Highlight","translationTheme.marker":"Marker","translationTheme.marker2":"Maker2","translationTheme.blockquote":"quote style","translationTheme.weakening":"Weaken","translationTheme.italic":"Italic","translationTheme.bold":"Bold","translationTheme.thinDashed":"Thin dotted lines","translationTheme.nativeDashed":"System built-in dotted lines","translationTheme.nativeDotted":"System built-in dotted lines","translationTheme.nativeUnderline":"System built-in straight lines","translationTheme.wavy":"wavy lines","translationServices.custom":"Custom API","translationServices.tencent":"Tencent Translator","translationServices.tenAlpha":"Tencent Translator (Alpha)","translationServices.google":"Google Translate","translationServices.bai":"Baidu (Alpha)","translationServices.baidu":"Baidu translation","translationServices.aliyun":"Aliyun Translator","translationServices.volc":"Volcano Translation","translationServices.deeplx":"DeepLX (Alpha)","translationServices.bing":"Microsoft Translator","translationServices.deepl":"DeepL","translationServices.wechat":"Wechat translation","translationServices.azure":"Azure Translator","translationServices.ibm":"IBM Watson","translationServices.aws":"Amazon Translate","translationServices.mock":"Mock translation","translationServices.mock2":"Mock Translation2","translationServices.caiyun":"Caiyun Translation","translationServices.cai":"Caiyun Translation (Alpha)","translationServices.volcAlpha":"Volcano Translation (Alpha)","translationServices.openl":"OpenL","translationServices.youdao":"Youdao Translation","translationServices.you":"Youdao Translation (Alpha)","translationServices.transmart":"Tencent Smart Translation","translationServices.niu":"Niu Translation","translationServices.papago":"Papago Translation","translationServices.d":"DeeplX (Alpha)","translationServices.dpro":"D Pro (Canary)","translationServices.openai":"OpenAI","translationServices.yandex":"Yandex","translationServices.gemini":"Gemini","translationServices.chatgpt":"ChatGPT Web(3.5 mobile)","translate title":"Translate page title","always languages":"Always translate the following languages",neverTranslateLanguagesLabel:"Never Translated Languages",neverTranslateTheFollowingLanguagesDescription:"When a paragraph on a page is in one of the following languages, the translation will be skipped",enableUserscriptPagePopup:"Always show Popup windows on the page",enableUserscriptPagePopupDescription:"After closing the floating ball, you can use the shortcut key /{touch} to summon it. To prevent accidentally losing the floating ball after turning off this option, it is strongly recommended to bookmark this settings page.","always translate the following languages":"The following languages will always be translated","always sites":"Always translate the following sites","always translate the following sites":"The following sites will always be translated","never sites":"Never translate the following sites","never translate the following sites":"The following sites will never be translated","please refer to":"It can only be used after filling in the key. For details, please refer to",KeyAndConfigurationTutorial:"Key Application and Configuration Tutorial",useAboveStyleForTheseSites:"Sites that always use the {theme} translation style",currentUrl:"Current URL",confirm:"Save",cancel:"Cancel",delete:"Delete",syncToCloud:"Sync to cloud",syncToCloudDescription:"Upload the configuration to the cloud server, and you can synchronize the configuration between different browsers or Tampermonkey scripts, based on the last modification time.",syncToAccount:"Sync to account",syncToAccountButton:"Sync to account now",syncToAccountDescription:"Uploaded to the logged-in account, the configuration can be synchronized between different devices, and the last modification time shall prevail.",successSyncConfigInAccount:"Successfully synced with account",successSyncConfigToAccount:"Successfully synchronized to account",syncConfigNoUpdate:"Already up to date",authFail:"Authorization Failed",syncTitle:"Manual Backup Management",import_hint:"Import",upload:"Upload",revokeAuth:"Revoke Authorization",uploadFail:"Upload Failed",download:"Download",importSuccess:"Upload Success",importFail:"Import Failed",deleteFail:"Delete Failed",backupToCloud:"Manage backup files manually",create_new_backup:"Add backup node",maxBackupFiles:"Up to{count}different nodes can be backed up. Please delete unneeded nodes",backupToCloudDescription:"Upload or restore backup files manually, up to 3 different backups",successSyncConfig:"Successfully synced with cloud",syncFail:"Synchronization failed",updatedAt:"Updated at {date}",lastSyncedAt:"Last checked at {date}",downloadFail:"Download failed",clickToDownload:"Click to download",aboutLabel:"About - Feedback ","browser.openAboutPage":"About / Feedback/Sponsor",aboutLabelWithoutSponsor:"About - Feedback",aboutIntro:"We hope that all users will easily and pleasantly access to the enormous amount of foreign language information available on the Internet \u2764\uFE0F. You can choose to subscribe to <6>Pro membership to use the out-of-the-box DeepL and OpenAI translation.

Follow us on<3>Twitter, <4>Telegram Channel, WeChat public account, WeChat community group, or subscribe to updates via <5>email below.
<7>Pro members can contact us through the quick customer service email <8>support@immersivetranslate.com.",aboutIntroWithoutSponsor:"The extension is completely free. We hope that everyone can easily and joyfully access the vast foreign language information on the Internet \u2764\uFE0F.

Follow us on <3>Twitter, <4>Telegram channel, WeChat public account, WeChat community group, or subscribe to updates via <5>email below.",projectHomepage:"Project Homepage",joinTelegramGroup:"Join our communities for feature discussion",wechatPublicAccount:"Wechat Official Account",wechatCommunities:"Wechat Group",qqCommunities:"QQ Channel",joinTelegramChannel:"Subscribe to our Telegram channel to get the latest updates",feedbackAndJoin:"Feedback",autoSync:"Auto-Time Sync",loadingThemeTitle:"Loading Style",loadingThemeDescription:"Set the style of waiting for the translation to load","loadingTheme.spinner":"Spinning icon","loadingTheme.text":"Static Text... ","loadingTheme.none":"Disabled",developerDescription:"You can click <1>here to see the documentation related to advanced customization","edit border color":"Edit border color",successSyncButNoChange:"The current configuration is consistent with that in the cloud server",customTheme:"Customize colors and sizes","customThemeLabel.borderColor":"Border color","customThemeLabel.borderRadius":"Border Round Corner","customThemeLabel.textColor":"Text color","customThemeLabel.backgroundColor":"Background color","customThemeLabel.zoom":"Font scale (%)","customThemeLabel.opacity":"Text opacity (%)",resetToDefaultColor:"Reset to default colors",resetToDefaultSettings:"Reset to default settings",isTranslateTitle:"Enable translate page title",isTranslateTitleDescription:"When enabled, the webpage title will be translated",enableSearchEnhancement:"Enable Search Enhancement",enableSearchEnhancementDescription:"After activation, the right sidebar will automatically display 'Google News' search results for the corresponding English keywords on supported websites (Google News, Google Search (for certain keywords), Xueqiu, East Money, Futu, Tiger Community).",verifyService:"Verify service",verified:"Successful","field.langs":"Supported Language Code","field.model":"Model","field.translationEngine":"Translation engine","field.limitPerMinute":"Max requests per minute","field.limitPerSecond":"Max requests per second","field.maxTextLengthPerRequest":"Maximum text length per request","field.maxTextGroupLengthPerRequest":"Maximum number of paragraphs per request","field.apiUrl":"Custom API interface address","field.placeholderDelimiters":"Reserved placeholders","description.custom":"Custom interface access requires reference documents","description.limitPerMinute":"When the number of requests exceeds this limit, it will be temporarily suspended until the beginning of the next minute. Due to various limitations of OpenAI's current services, please click <1>here to view the latest suggested values","description.limitPerSecond":"When the number of requests exceeds this limit, it will be temporarily suspended until the beginning of the next second. Due to various limitations of OpenAI's current services, please click <1>here to view the latest suggested values","description.generalLimitPerSecond":"When the number of requests exceeds the limit, it will enter a queue state until the beginning of the next second.","description.prompt":"The dialogue sent to {service} as a user, where {{text}} represents the text content of the paragraph, {{from}} represents the language of the paragraph, and {{to}} represents the target language.","description.maxTextLengthPerRequest":"By default multiple paragraphs will be merged to reduce the number of requests, but if the total length of the paragraphs is too long, it may also cause the interface to respond slowly, so you can try to adjust this option to optimize speed","description.systemPrompt":"The dialogue sent to {service} as a system, where {{text}} represents the text content of the paragraph, {{from}} represents the language of the paragraph, and {{to}} represents the target language.","field.domain":"Domain","description.domain":"The default is: general. It can only be set when domain translation is activated in the Youdao API console, and the supported domains can be seen <1>Here ","field.scene":"Scenarios","description.scene":"The default is: general. It can be set only if the Alibaba Cloud API console has the Machine Translation Professional Edition enabled. Supported scenes can be found <1>here.","field.vocabId":"User dictionary ID","description.vocabId":"Specified dictionary out_id, currently supported in English translation","description.model":"OpenAI's models, such as gpt-3.5-turbo, gpt-4, etc","description.maxTextGroupLengthPerRequest":"The number of paragraphs sent to translation service each time. Sending too many paragraphs to OpenAI at once can slow down the interface.","description.apiUrl":"Please add a specific URL with a path, <1>more instructions",enabledExtension:"Enable extensions",clickToDisableExtension:"Click to disable extension",clickToEnableExtension:"Click to enable the extension",hasBeenDisabled:"Disabled","show password":"Show password",customContent:"Enter the name of the custom model",inputOptions:"Enhanced input box",mouseHoverOptions:"Mouse Hover",modifyMouseHoverKey:"Modify mouse hover shortcuts",enableInputTranslation:"enhanced input box?",enableInputTranslationDescription:"When enabled, enter {startingKey}{startingKey} direct in the input box and hit{inputTrailingTriggerKeyRepeatTimes}times{trailingKey}, translated into {inputTargetLanguage}",enableInputTranslationDescriptionForNoneKey:'When enabled, simply enter "Hello World" in the input box, then quickly press {inputTrailingTriggerKeyRepeatTimes} times on {trailingKey}, and it will be translated into the default target language.',inputTargetLanguage:"Set the default target language for the input box",inputTargetLanguageDescription:"The default target language for the translation input box, which is {startingKey}{startingKey} as the default language for triggering words.",inputTargetLanguageDescriptionForNoneKey:"Default target language for translation input box",inputStartingTriggerKeyTitle:"Set the delimiter character for partial translation of the input box",inputStartingTriggerKeyDescription:"When you don\u2019t need to translate the entire input box, the delimiter allows you to only translate the part from {startingKey}{startingKey} to the end of the input box. You can also specify a language code, for example: {startingKey}ja means to only translate the part from {startingKey}ja to the end of the input box",inputStartingTriggerKeyDescriptionForNoneKey:"The current setting does not require a prefix, so the partial text translation function of the input box cannot be used temporarily",inputTrailingTriggerKeyTitle:"Select a trigger character to indicate the end of input.",inputTrailingTriggerKeyDescription:"Quickly hitting {trailingKey} 3 times will start the translation",inputTrailingTriggerKeyTimeout:"Enter the interval time to end the trailing trigger",inputTrailingTriggerKeyTimeoutDescription:"Set the interval time for the end of input combo trigger (milliseconds)",spaceKey:"",noneKey:"No prefix needed, translate the entire text box directly",inputTranslationBlockUrlsTitle:"Do not enable input box enhancement on the following URLs",inputTranslationBlockUrlsDescription:"The input box enhancement will not work in the following URL",inputHelperInfo:`Note: We have optimized the system to address an issue where certain characters in Chinese input methods were being converted into Chinese punctuation marks. For instance, when using Sogou Input Method, "/" would be changed to "\u3001". We now recognizes all corresponding Chinese symbols as triggering characters, including "//" and "\u3001\u3001". Additionally, we support using Chinese aliases of language codes as commands. For example, entering "/Japanense Hello World" will translate the text into Japanese. You can click here to see a list of all supported language codes.`,reloadCurrentPage:"Please refresh the current page before starting translation",noLocalFilePermissionForPDF:"No permission to read local files temporarily, please click the button above and then import local files",noPermissionForThisPage:"\u26A0\uFE0F No permission to translate the current page","error.retry":"Retry","error.reason":"Reason",retryAllParagraphs:"Retry all error paragraphs",retryAllButton:"Retry All",errorTooltipTitle:"Click to get the error details",errorModalTitle:"Oops, something went wrong",disableConfirm:"Bilingual information enhancement settings",disableOnce:"Disable Once",disableGlobal:"Disable Forever",disableTint:"* You can re-enable it in {option}.",searchEnhancementNotes:"We found that the news results of Chinese keywords and English keywords are very different. After enabling the immersive translate bilingual information enhancement function, we will automatically search for the same keywords in English on supported websites (Google News, Google Search (for certain keywords), Xueqiu, East Money, Futu, Tiger) and display them on the right side. If you don\u2019t need this feature, you can choose to disable it",option:"Settings",saveSettings:"Save",closeModal:"Close",enableInputTranslationWithoutTriggerKeyTitle:"\u201CEnable quick hit 3 times {trailingKey}, directly translate the entire input box into {inputTargetLanguage}",enableInputTranslationWithoutTriggerKeyDescription:"To specify the target language, please add a language code at the beginning, such as: ja Hello world",deepLProName:"Premium Membership (Recommended)",deepLProDescription:"You can directly use this service",deeplProDescriptionForNormal:"No setup required, available for premium members after login, <1>Upgrade",deepLCustomDescription:"Requires an international credit card, activate at <1>DeepL official site, click to see <2>documentation",deepLCustomName:"Custom Auth Key",chooseProviderLabel:"Choose a service provider",openaiProName:"Premium Membership (Recommended)",openaiProDescription:"The current plan can be used directly",openaiProDescriptionForNormal:"No setup required, available for premium members after login, <1>Upgrade",openaiCustomDescription:"Can be obtained from OpenAI, Azure OpenAI, or other third-party services, <1>Click here to view documentation",openaiCustomName:"Custom API Key",needLoginAction:"(Premium or custom)",goLoginOrAction:"(Premium or go to setting)",yearly:"Annual Renewal",quarterly:"Quarterly Renewal",monthly:"Monthly Renewal",yearlyForOnce:"One-time Annual",monthlyForOnce:"One-time Monthly",daily:"Daily Renewal",year:"Annual Renewal",quarter:"Quarterly Renewal",month:"Monthly Renewal",day:"Daily Renewal",onetime_7day:"7-day Trial Pack",currentPlanDescriptionForFree:"Current plan: Free",currentPlanDescriptionForContinuous:"Current plan: {plan}, will auto-renew on {endAt}",currentPlanDescriptionForAutoRenewCaceling:"Current plan: {plan}, will expire on {endAt}. After expiration, it will not be automatically renewed",currentYearlyPlanDescriptionForAutoRenewCacelingWithRealPaiedUser:"Current plan: {plan}, will expire on {endAt}, will not be auto-renewed after expiration
<1>Manage the renewal plan",currentYearlyPlanDescriptionForAutoRenewCacelingWithAdmin:"The current plan: {plan}, will expire on {endAt}. After expiration, it will not be automatically renewed.
<1>Click here to enable continuous annual renewal",currentPlanDescriptionForOneTime:"Current plan: {plan}, expiring on {endAt}. <1>Upgrade to annual or <2>monthly or pro membership",upgradePlan:"Click here to upgrade to Pro membership",upgradeToPro:"Upgrade to Pro","popup.openPro":"Enjoy unrestricted access to DeepL and OpenAI translations after upgrading to Pro Membership. Click here to upgrade","popup.openProForPro":"You are a Pro member, you can directly use DeepL and OpenAI translations",currentAccount:"Account",enableAutoSyncUserSettings:"Enable auto-sync user settings",modalEnableInputTranslationTitle:"Writing Settings",modalEnableInputTranslationDesc:"You just triggered the translation of the immersive translate input box by quickly tapping the space bar 3 times. The content of the input box will be translated into the default target language. You can undo the translation with Ctrl+Z.

If this was a mistake, don't worry, you can choose to disable it this time, or permanently disable input box translation.",saveAndNotShowAgain:"Save and don't show prompt again",disableInputTranslationTips:"* You can also set other shortcuts in {option}, {learnMore}.",learnMore:"Click here to learn more",continueEnalbeInputTranslation:"Continue to enable input translation",autoRenewTrialSuffix:'(In trial, Upgrade to paid Pro now)',upgradeFromTrialTitle:"Upgrade to Pro membership",subtitle:"Video Subtitles",youtubeService:"Video Subtitle Translation Service","subtitle.disabledSubtitle":"Disable Video Subtitle Feature Permanently ","subtitle.disabledSubtitleDescription":"If the video subtitles of immersive translate conflict with other extensions, you can choose to permanently disable the video subtitle function of immersive translation or uninstall other conflicting extensions","subtitle.autoEnableSubtitleDescription":"Once enabled, bilingual subtitles will automatically appear when the video is playing, otherwise, you need to click the translation button to display them.","subtitle.preTranslation":"Use immersive translate to translate subtitles","subtitle.preTranslationDescription":"After enabling, the specified translation service below will be used to translate the entire subtitle in advance. A 1-hour video will consume approximately 50,000 Tokens or characters. Please use it judiciously. If disabled, the machine-translated subtitles that come with the original video will be used preferentially","subtitle.humanSubtitlesPreferred":"Use manual subtitles first","subtitle.humanSubtitlesPreferredDescription":"When the video has manual subtitles in the target language, prioritize using manual subtitles (recommended)","subtitle.bilingual":"Bilingual","subtitle.autoDisableSubtitle":"Disable Auto Bilingual","subtitle.hideQuickButton":"Hide This Shortcut","subtitle.showQuickButton":"Display bilingual subtitles shortcut","subtitle.showQuickButtonDescription":"Provide a shortcut to enable bilingual subtitles in the lower right corner of the video player.",videoSubtitleTranslationDescription:"Specify a separate translation service for video subtitles.",subtitleTranslating:"Immersive Translate is using {service} to translate subtitles...",subtitleLoading:"Loading subtitles...",bilingual:"Bilingual","field.action":"Enable Baidu terminology?","description.action":"After enabling, an action=1 parameter will be added to the request to inform Baidu to enable terminology. <1>For more explanation, please refer to the [official documentation]",closeQuickTranslation:"Close Floating Button","closeQuickTranslation.untilNext":"Close this time until the next visit","closeQuickTranslation.currentWebsite":"Disable the current website","closeQuickTranslation.alwaysClose":"Permanently disable","closeQuickTranslation.settingOpen":"(Can be activated in <1>Settings Page)","closeQuickTranslation.cancel":"Cancel","closeQuickTranslation.confirm":"confirm","floatBall.popup":"Open quick settings panel","floatBall.translate":"Click to translate this page","floatBall.showOriginal":"Click to switch back to the original text","floatBall.close":"Close Floating Button","floatBallOptions.enableDescPc":"When you enable the floating button, a translation button appears on the right. Click it to translate","floatBallOptions.enableDesc":"After you turn off the floating button, you can bring it back with {touch}. To avoid losing the floating button by accidentally turning it off, it is highly recommended you bookmark this settings page.","description.azureApiUrl":"Enter the custom API interface address","floatBall.guideClickToTranslate":`Click the floating ball to translate quickly`,"floatBall.iKnow":"Got it",confirmSupportMouse:"Force Enable Mouse Support",confirmSupportMouseDescription:"The current browser does not support mouse functions, do you want to forcibly enable mouse support?",sampleTargetText:"Night is coming, I will start watching from now on until death. I will not marry, not seal the land, not have children. I will not wear a crown, not fight for glory. I will be loyal to my duty, life and death.",sampleSourceText:"\u957F\u591C\u5C06\u81F3\uFF0C\u6211\u4ECE\u4ECA\u5F00\u59CB\u5B88\u671B\uFF0C\u81F3\u6B7B\u65B9\u4F11\u3002\u6211\u5C06\u4E0D\u5A36\u59BB\u3001\u4E0D\u5C01\u5730\u3001\u4E0D\u751F\u5B50\u3002\u6211\u5C06\u4E0D\u6234\u5B9D\u51A0\uFF0C\u4E0D\u4E89\u8363\u5BA0\u3002\u6211\u5C06\u5C3D\u5FE0\u804C\u5B88\uFF0C\u751F\u6B7B\u4E8E\u65AF\u3002","subtitle.supportedSites":"Bilingual subtitles are now supported on these websites (Note: Due to technical limitations, some websites need to be refreshed after the subtitles are turned on for the first time, or wait for the translation to complete to display bilingual subtitles)",viewWithImmersiveTranslate:"Bilingual version (Immersive Translate)",errorReason:"Error reason: {message}","proQuotaExceededError.onetime7day":'You can resolve this issue by choosing one of the following options:

1. Switch to {anotherService} or another translation service
2. Upgrade to Monthly/Annual membership',"proQuotaExceededError.trial":'You can resolve this issue by choosing one of the following options:

1. Switch to {anotherService} or another translation service
2. Upgrade to paid Pro now',"proQuotaExceededError.nonTrial":'You can resolve this issue by choosing one of the following options:

1. Switch to {anotherService} or another translation service
2. Purchase Data Package for {translationService}',"proQuotaExceededError.resetTime":"
3. Quota reset time: {resetTime}",paragraphMinTextCountField:"Minimum character count for paragraph translation",paragraphMinTextCountDesc:"Note, this refers to the character length, for example: 'hello' is 5 characters, setting a higher value can reduce unnecessary translations of small paragraphs",networkError:"Translation service or network problem",notLogin:"Not Logged In","browser.toggleMouseHoverTranslateDirectly":"Temporarily enable or disable direct translation by mouse hover on the page","browser.translateWithOpenAI":"Temporarily translate the current page with OpenAI","browser.translateWithDeepL":"Temporarily translate the current page with DeepL","browser.translateWithGoogle":"Temporarily translate the current page with Google","browser.translateWithBing":"Temporarily translate the current page with Microsoft Translator","browser.translateWithGemini":"Temporarily translate the current page with Gemini","browser.translateWithTransmart":"Temporarily translate the current page with Tencent Translator","browser.translateInputBox":"Translate the content of the current input box",shortcutSettings:"Shortcuts",shortcutSettingsTitle:"Shortcut Settings",confirmResetToDefaultSettings:"Confirm to reset this translation service to default settings? (Only resets settings for the current translation service)","intro.hoverTitle":"Mouse Hover Translation of the Current Paragraph","intro.hoverDescription":"Mouse hover translation is an important and easy-to-use feature in immersive translation. Simply hover the mouse over a paragraph and press the set shortcut to automatically translate it (not enabled by default, please set below). This interaction is a better alternative to word-selection translation, as it's more intuitive and convenient. Additionally, this function is widely used in areas we can't recognize, allowing you to force-translate any paragraph.","intro.floatBallTitle":"Quick Translation Floating Button","intro.floatBallDescription":"Once enabled, a quick translation button appears on the right side of the page. Click to translate, and click again to switch back to the original text. On mobile, long-press the floating button to open the quick settings panel.","intro.subtitleTitle":"Bilingual Subtitles for Online Videos","intro.subtitleDescription":"When enabled, bilingual subtitles will automatically appear when a video starts playing. Otherwise, manually click the translate button on the page to display them. (Due to technical limitations, some sites may require a page refresh or wait for the translation to complete to display bilingual subtitles.)

Currently supported on these sites:","desc.toggleMouseHoverTranslateDirectly":"Press this shortcut to automatically translate any text under the mouse pointer on the page. Press again to turn off this auto-translation feature.","shortcutGroup.main":"Common Function Shortcuts","shortcutGroup.others":"More Custom Function Shortcuts","shortcutGroup.shortcutsForTranslationServices":"Shortcuts for Translation Services",browserShortcutsSucks:"Due to browsers' inaccurate recognition of shortcuts in input boxes, please manually enter the name of the shortcut. After entering, click on a blank space to auto-save. (In macOS, Alt and Option are the same key, so it's recommended to enter Alt). For example:","shortcutGroup.touch":"Touch Screen Specific Gestures","shortcutGroup.mouse":"Mouse Hover Shortcut Configuration",fingerCountToToggleTranslagePageWhenTouching:"Multiple fingers touching the screen to translate the page/show original text","desc.fingerCountToToggleTranslagePageWhenTouching":"Once set, you can touch the screen with X number of fingers on a mobile device to translate the page/show original text",fingerCountToToggleTranslationMaskWhenTouching:"Multiple fingers touching the screen to display translation mask/show original text","desc.fingerCountToToggleTranslationMaskWhenTouching":"Translation mask refers to the blur effect on the translated text (learning mode). When enabled, it temporarily applies a blur effect to the translation, facilitating learning",fingerCountToToggleTranslagePageOnlyTranslationWhenTouching:"Touch the screen with multiple fingers to translate in translation-only mode/show original text","desc.fingerCountToToggleTranslagePageOnlyTranslationWhenTouching":"Translation-only mode refers to displaying only the translated text, as opposed to the default bilingual mode","neverTranslateText.title":"Keep the following words untranslated","neverTranslateText.description":"Due to some translation engines' poor recognition of proper nouns, you can add words here to ensure they remain untranslated during the process. Please note, this feature is case-sensitive and only supports space-separated word languages (like English, French), not suitable for languages like Japanese, Korean, etc.","tagsInput.add":"+ Add","desc.mouseHoverHoldKey":"While hovering the mouse over a paragraph, press the shortcut key on the right to directly translate it",mouseHoverCustomKeyTitle:"Customize Mouse Hover Shortcut Key",mouseHoverCustomKeyDescription:"You can customize a combination shortcut key for mouse hover, like: Alt+Z, Ctrl+E, Cmd+Alt+E or just Cmd. Please enter manually",mouseHoverShortcutPlaceholder:"Please enter manually",browserShortcutsNoteForFirefox:"For Firefox, modify shortcuts by opening the extensions management page `about:addons`, then click 'Settings' -> 'Manage Shortcuts'",browserShortcutsNoteForChrome:"Note: To modify shortcuts in Chrome-based browsers, visit [Extensions Management Page] -> [Manage Shortcuts]","desc.toggleTranslateTheMainPage":"Translate only the main area of the page. If you have enabled translating all areas in advanced settings, use this shortcut to specifically translate the main area","desc.toggleTranslateTheWholePage":"Translate the entire page area. By default, we translate the main area of the page, use this shortcut to specifically translate the entire area","browser.toggleOnlyTransation":"Switch to bilingual/translation-only mode","desc.toggleOnlyTransation":'"Only translation mode" refers to only displaying the translation. If the webpage has not been translated yet, it will switch modes and translate.',"browser.toggleTranslationMask":"Toggle blur effect on translated text (learning mode) for the current page","desc.interfaceLanguage":"The interface language setting affects the language of the control panel display and is unrelated to the target language of the translation",mouseHoverHoldKey:"Mouse Hover Translation Trigger Key",clickToSeeQuickDemo:"30-second Quick Tutorial Video",shortcutDisableTooltip:"Please set in the browser's extension shortcut key management page, for more guidance, see the instructions at the top of this page","subtitle.autoEnableSubtitle":"Enable Bilingual","floatBall.longPress":"Long press to quickly open the settings panel",notLoginPro:"You have not logged in to your member account",upgradeToProErrorTitle:"Please upgrade to Pro member before using this translation service",translationOnlyMode:"Translation Only Mode",translationOnlyModeDescription:"Translation only mode refers to displaying only the translation, instead of the default bilingual mode. Note: Due to technical limitations, hyperlinks in the original text will be ineffective in translation only mode","description.baiduField":"See supported fields <1>here; if empty, it means no specific field is designated",temprarilyChangeTranslationTo_openai:"Currently using OpenAI to translate this page",temprarilyChangeTranslationTo_google:"Currently using Google to translate this page",temprarilyChangeTranslationTo_bing:"Currently using Microsoft Translate to translate this page",temprarilyChangeTranslationTo_gemini:"Currently using Gemini to translate this page",temprarilyChangeTranslationTo_transmart:"Currently using Tencent Translate to translate this page",temprarilyChangeTranslationTo_deepl:"Currently using DeepL to translate this page","widget.videoSubtitle":"Subtitle","widget.instruction":"Usage",buildSnapshots:"Snapshot","widget.translateFileTooltip":"Translate PDF, EPUB, SRT, ASS, HTML, and TXT documents","widget.videoSubtitleTooltip":"Youtube and {count}+ video websites","widget.instructionTooltip":"View instructions for use",alwaysTranslateSomeLanguage:"Always translate {language} pages",alwaysTranslateThisSite:"Always translate this site",neverTranslateThisSite:"Never translate this site",loggedIn:"Logged in","widget.translateFile":"PDF/ePub",touchShortcutsToggleTranslatePage:"Set touch gestures to translate web pages/show original text","desc.touchShortcutsToggleTranslatePage":"Once set, on mobile devices, you can touch the screen with X fingers, swipe left and right or tap continuously to trigger translation of web pages/show original text",touchShortcutsToggleTranslationMask:"Set touch gestures to display translation mask/show original text","desc.touchShortcutsToggleTranslationMask":"Translation mask refers to the blur effect in the translation style (learning mode). When activated, it temporarily applies a blur effect to the translated text, facilitating learning",touchShortcutsToggleTranslatePageOnlyTranslation:"Set touch screen gesture to switch between bilingual/translation-only mode.","desc.touchShortcutsToggleTranslatePageOnlyTranslation":'"Only translation" means that only the translated text will be displayed. If the webpage has not been translated yet, the mode will be switched and it will be translated.',touchShortcutsToggleTranslateTouchElement:"Set touch gestures to translate a specified paragraph","desc.touchShortcutsToggleTranslateTouchElement":"Customize a gesture to translate any paragraph you're on",touchShortcutsOff:"Off","fingers.2":"Two-finger touch","fingers.3":"Three-finger touch","fingers.4":"Four-finger touch","fingers.5":"Five-finger touch","font.none":"Unset","multipleClick.2":"Double click","multipleClick.3":"Triple click","multipleClick.4":"Quadruple click","slide.left":"Slide right","slide.right":"Slide left","browser.toggleVideoSubtitlePreTranslation":"Switch Video Subtitles with Immersive Translation Feature",contact:"Contact","contact.description":"If you have any questions or suggestions, please contact us via filling out the form below or sending an email to {email}","desc.toggleVideoSubtitlePreTranslation":"After pressing, video bilingual subtitles will prioritize immersive translation settings. Pressing again will prioritize the auto-translated subtitles originally provided with the video. Note: This shortcut modifies the global settings",videoSubtitlePreTranslationOn:"Video subtitles will prioritize immersive translation",videoSubtitlePreTranslationOff:"Video subtitles will prioritize the auto-translated subtitles originally provided with the video",translationFont:"Set Font","translationFont.custom":"Enter Custom Font","translationFont.customPlaceholder":"Font","translationFont.notSupportErrorMessage":"Please check if the font name you entered is correct, or confirm that the font is installed on your device.","touch.mouse-translate":"Translate Paragraph","error.serveConfigError":"Service configuration error","error.reloadPageOfSetting":"After configuring, please refresh the page to translate again.","error.googleLimitIp":"Service returned an error, Google services have limited the flow for this IP address, it is recommended to change the network node.","error.openAIFreeLimit":"Service returned an error, the current translation request frequency has reached the maximum of 3 times per minute, please try again later. (This is the limit imposed by OpenAI official on free API Keys, to remove this limit, please bind a credit card in the OpenAI backend.)","error.openAIExceededQuota":"Service returned an error: your current OpenAI account balance is insufficient, please recharge or bind a credit card in the OpenAI official backend.","error.429":"Service returned an error, indicating too frequent requests or exceeding the quota limit, please try again later.","error.403":"Service returned an error, temporarily no permission to access the service.","error.400":"Service returned an error, request parameter error, please check the corresponding configuration.","error.502":"Service returned an error, service timeout, please try again later.","error.proTokenInvalid":"If you are a Pro user, please log in before using the Pro translation service","error.proUpgrade":"After upgrading, please refresh the page to translate again.","error.configError":"Configuration data anomaly","error.goReset":"Go to Reset",batchEdit:"Batch Edit","translationServices.inherit":"Inherit","translationModeLang.translation.title":"Language for Translation-Only Mode","translationModeLang.translation.description":"Translation-only mode will be automatically used when the page language is one of the following","translationModeUrl.translation.title":"URLs for Translation-Only Mode","translationModeUrl.translation.description":"Translation-only mode will be automatically used for websites with the following domains",download_started:"The download has begun, if it does not start automatically, please click manually.",here:"Here","error.serveUnavailable":"The [{serverName}] service you are currently using is temporarily unavailable due to network connection or service provider issues. It is suggested that you try refreshing the page or switch to another translation service through <1>Settings. If you are a <2>Pro member, you can choose to use the more stable DeepL or OpenAI translation services (<3>click here for a free trial). Additionally, you may need to check your network or proxy settings.",detectServiceLoading:"Detecting available translation services...",toggleToService:"Change to {service}","error.gemini.429":"The current Gemini service has reached its capacity limit. Please try again later, or switch to another translation service.",enableSentryReport:"When an extension encounters an error, submit feedback using Sentry","error.subscriptionExpired":"Your membership may have expired, please check your membership status.","error.subscriptionExpiredTitle":"Membership has expired.","languages.auto":"Auto Detect",geminiWarning:"Note: The free service provided by Google for Gemini is strictly limited and may be judged by Google as users using multiple Keys to evade their free quota restrictions. It is not recommended to use it. It is suggested to wait for Google to open the paid interface of Gemini in the future before using it.","floatBall.setting":"Settings","floatBall.translateToLanguage":"Click to translate into {language}","floatBall.file":"Translate PDF, EPUB, SRT, ASS, HTML, TXT files.",changeToOnlyTempTranslationMode:"Show Translation only",changeToDualTempTranslationMode:"Show Bilingual Translation","transitionMode.translation":"Only the translation","options.navbar.installApp":"Install mobile APP","options.navbar.translateFile":"Translate Document","subtitle.transitionMode":"Bilingual Video Subtitles/Translation Only Settings","transitionMode.dual":"Bilingual Comparison","transitionMode.inherit":"Maintain consistency with the system's default translation display mode.","subtitle.transitionModeDescription":"Set the video subtitles to bilingual comparison or translation-only mode.",translateFileTooltip:`Translate PDF, ePub, srt, @@ -4985,7 +4985,7 @@ ass, HTML, TXT files.`,"description.multiplePrompt":`When the number of paragrap {env.imt_sub_trans_field}: Translation - id: 2 {env.imt_sub_source_field}: Source - {env.imt_sub_trans_field}: Translation`,"subtitle.quickButton.black":"Black","subtitle.quickButton.cyan":"Blue","translationServices.claude":"Claude","subtitle.quickButton.backgroundColor":"Background color","subtitle.quickButton.green":"Green","subtitle.quickButton.blue":"Blue","subtitle.quickButton.white":"White","subtitle.quickButton.setting":"Settings","subtitle.quickButton.translationPosition":"Translation location","subtitle.quickButton.backgroundOpacity":"Background Opacity","subtitle.quickButton.sourceFontSize":"Original font size","subtitle.quickButton.sourceTextColor":"Original font color","subtitle.quickButton.yellow":"Yellow","subtitle.quickButton.translationFontSize":"Translation font size","subtitle.quickButton.translationPositionBottom":"Below the original text","subtitle.quickButton.red":"Red","subtitle.quickButton.translationPositionTop":"Above the original text","subtitle.quickButton.translationTextColor":"Translation font color","subtitle.quickButton.magenta":"Magenta",attachSubtitleTranslating:"Translating using {service}...","error.claude.403":"Access to the service is temporarily unavailable, possibly due to regional restrictions related to Claude. You can try changing your IP address, or use other translation services.","browser.brandDescriptionForSafari":"Free Translate Website, Translate PDF & Epub eBook, Translate Video Subtitles in Bilingual","browser.PdfProFile":"AI-Driven PDF Pro Translation","browser.textTranslate":"Text Translation"};var gh={nologin:"\u30ED\u30B0\u30A4\u30F3\u3057\u3066\u3044\u306A\u3044",loginForSafari:"\u30ED\u30B0\u30A4\u30F3\u307E\u305F\u306F\u767B\u9332",login:"\u30ED\u30B0\u30A4\u30F3\u3057\u3066\u4F1A\u54E1\u767B\u9332",manageAccount:"\u30DE\u30CD\u30FC\u30B8\u30C9\u30FB\u30A2\u30AB\u30A6\u30F3\u30C8",openPremium:"\u30AA\u30FC\u30D7\u30F3\u30FB\u30E1\u30F3\u30D0\u30FC",logout:"\u30A2\u30DC\u30FC\u30C8",curentPlan:"\u73FE\u5728\u306E\u30D1\u30C3\u30B1\u30FC\u30B8",endAt:"\u7D76\u606F",endAuto:"\u81EA\u52D5\u66F4\u65B0",lineBreakMaxTextCount:"\u6539\u884C\u5F8C\u306E1\u6587\u306B\u8A31\u3055\u308C\u308B\u6700\u5927\u6587\u5B57\u6570","translate-pdf":"\u30AF\u30EA\u30C3\u30AF\u3057\u3066PDF\u3092\u7FFB\u8A33\u3059\u308B","noSupportTranslate-pdf":"\u30B9\u30AF\u30EA\u30D7\u30C8\u306F\u30B5\u30DD\u30FC\u30C8\u3055\u308C\u3066\u3044\u307E\u305B\u3093\u3002","translate-firefox-local-pdf":"\u30AF\u30EA\u30C3\u30AF\u3057\u3066PDF\u3092\u30A4\u30F3\u30DD\u30FC\u30C8\u3059\u308B",enableLineBreak:"\u9577\u3044\u6BB5\u843D\u306E\u81EA\u52D5\u6539\u884C\u3092\u6709\u52B9\u306B\u3059\u308B",sponsorLabel:"\u30B9\u30DD\u30F3\u30B5\u30FC\u4ED8\u304D\u958B\u767A\u8005",help:"\u624B",browserShortcutsNoteForFirefox:"Firefox\u3067\u30B7\u30E7\u30FC\u30C8\u30AB\u30C3\u30C8\u3092\u5909\u66F4\u3059\u308B\u306B\u306F\u3001\u62E1\u5F35\u6A5F\u80FD\u306E\u7BA1\u7406\u30DA\u30FC\u30B8`about:addons`\u3092\u958B\u304D\u3001`Settings`\u3092\u30AF\u30EA\u30C3\u30AF\u3057\u3001`Manage Shortcuts`\u3092\u30AF\u30EA\u30C3\u30AF\u3057\u3066\u30B7\u30E7\u30FC\u30C8\u30AB\u30C3\u30C8\u3092\u8A2D\u5B9A\u3059\u308B\u5FC5\u8981\u304C\u3042\u308B\u3002",browserShortcutsNoteForChrome:"Chrome\u3067\u30B7\u30E7\u30FC\u30C8\u30AB\u30C3\u30C8\u3092\u5909\u66F4\u3059\u308B\u306B\u306F\u3001\u62E1\u5F35\u6A5F\u80FD\u306E\u7BA1\u7406\u30DA\u30FC\u30B8\u3092\u958B\u304D\u3001`\u30B7\u30E7\u30FC\u30C8\u30AB\u30C3\u30C8\u306E\u7BA1\u7406`\u30D1\u30CD\u30EB\uFF08`chrome://extensions/shortcuts`\uFF09\u3067\u30B7\u30E7\u30FC\u30C8\u30AB\u30C3\u30C8\u3092\u8A2D\u5B9A\u3057\u3001\u4E0B\u306E\u30DC\u30BF\u30F3\u3092\u30AF\u30EA\u30C3\u30AF\u3057\u3066\u30B7\u30E7\u30FC\u30C8\u30AB\u30C3\u30C8\u306E\u7BA1\u7406\u30DA\u30FC\u30B8\u306B\u30B8\u30E3\u30F3\u30D7\u3059\u308B\u5FC5\u8981\u304C\u3042\u308A\u307E\u3059\u3002",browserShortcutsSucks:"\u30AB\u30B9\u30BF\u30DE\u30A4\u30BA\u3055\u308C\u305F\u30B7\u30E7\u30FC\u30C8\u30AB\u30C3\u30C8\u306E\u66F8\u5F0F\u306F\u6B21\u306E\u3068\u304A\u308A\u3067\u3059\uFF08\u81EA\u52D5\u8A8D\u8B58\u306F\u884C\u308F\u308C\u307E\u305B\u3093\u306E\u3067\u3001\u76F4\u63A5\u5165\u529B\u3057\u3066\u304F\u3060\u3055\u3044\uFF09\uFF1A",enableLineBreakDescription:"\u30AA\u30F3\u306B\u3059\u308B\u3068\u3001\u9577\u3044\u6BB5\u843D\u306E\u6587\u672B\u306B\u6539\u884C\u304C\u5165\u308A\u3001\u8AAD\u307F\u3084\u3059\u304F\u306A\u308A\u307E\u3059\u3002","browser.shortBrandName":"\u30A4\u30DE\u30FC\u30B8\u30E7\u30F3\u7FFB\u8A33","browser.brandName":"\u30A4\u30DE\u30FC\u30B8\u30E7\u30F3\u7FFB\u8A33: \u4E8C\u30F6\u56FD\u8A9E\u30A6\u30A7\u30D6\u30DA\u30FC\u30B8\u7FFB\u8A33 & PDF\u6587\u66F8\u7FFB\u8A33","browser.brandDescription":"Deepl\u3001Google\u3001YouDao\u3001Tencent Translate\u306A\u3069\u3001\u8907\u6570\u306E\u7FFB\u8A33\u30B5\u30FC\u30D3\u30B9\u3092\u30B5\u30DD\u30FC\u30C8\u3057\u3066\u3044\u307E\u3059\u3002","browser.toggleTranslatePage":"\u30DA\u30FC\u30B8\u3092\u7FFB\u8A33\u3059\u308B\uFF0F\u539F\u6587\u3092\u8868\u793A\u3059\u308B","browser.toggleTranslateTheWholePage":"\u30DA\u30FC\u30B8\u306E\u5168\u9818\u57DF\u3092\u7FFB\u8A33\u3059\u308B\uFF0F\u539F\u6587\u3092\u8868\u793A\u3059\u308B","browser.toggleOnlyTransation":"\u30D0\u30A4\u30EA\u30F3\u30AC\u30EB/\u7FFB\u8A33\u30C6\u30AD\u30B9\u30C8\u306E\u307F\u30E2\u30FC\u30C9\u306B\u5207\u308A\u66FF\u3048\u3066\u304F\u3060\u3055\u3044","browser.toggleTranslateToThePageEndImmediately":"\u30DA\u30FC\u30B8\u4E0B\u90E8\u3078\u306E\u5373\u6642\u7FFB\u8A33\uFF0F\u539F\u6587\u306E\u8868\u793A","browser.toggleTranslateTheMainPage":"\u30DA\u30FC\u30B8\u306E\u30E1\u30A4\u30F3\u30A8\u30EA\u30A2\u3092\u7FFB\u8A33\u3059\u308B\uFF0F\u539F\u6587\u3092\u8868\u793A\u3059\u308B","browser.shareToDraft":"\u30D0\u30A4\u30EA\u30F3\u30AC\u30EB\u30DA\u30FC\u30B8\u3092\u5171\u6709\u3059\u308B","browser.openOptionsPage":"\u8A2D\u5B9A\u30DA\u30FC\u30B8\u3092\u958B\u304F","browser.toggleTranslationMask":"\u4E26\u9032\u30D6\u30E9\u30FC\u52B9\u679C\u306E\u8868\u793A\uFF0F\u975E\u8868\u793A","browser.translateLocalPdfFile":"\u30ED\u30FC\u30AB\u30EB\u306EPDF\u30D5\u30A1\u30A4\u30EB\u3092\u7FFB\u8A33\u3059\u308B","browser.openEbookViewer":"\u5730\u5143\u306E\u96FB\u5B50\u66F8\u7C4D\u3092\u8AAD\u3080","browser.openEbookBuilder":"\u30D0\u30A4\u30EA\u30F3\u30AC\u30EBEPUB\u96FB\u5B50\u66F8\u7C4D\u306E\u5236\u4F5C","browser.translateLocalHtmlFile":"HTML/\u30C6\u30AD\u30B9\u30C8\u30D5\u30A1\u30A4\u30EB\u3092\u7FFB\u8A33\u3059\u308B","browser.donateContext":"\u30B9\u30DD\u30F3\u30B5\u30FC\u7279\u5178\u306B\u3064\u3044\u3066","browser.translateLocalSubtitleFile":"\u30ED\u30FC\u30AB\u30EB\u5B57\u5E55\u30D5\u30A1\u30A4\u30EB\u3092\u7FFB\u8A33\u3059\u308B",confirmResetConfig:"\u672C\u5F53\u306B\u8A2D\u5B9A\u3092\u30EA\u30BB\u30C3\u30C8\u3057\u307E\u3059\u304B\uFF1F",translationLineBreakSettingTitle:"\u7FFB\u8A33\u306E\u6539\u884C\u8A2D\u5B9A",smartLineBreak:"\u30B9\u30DE\u30FC\u30C8\u30E9\u30A4\u30F3\u30D5\u30A3\u30FC\u30C9",alwaysLineBreak:"\u5E38\u306B\u6539\u884C",isShowContextMenu:"\u53F3\u30AF\u30EA\u30C3\u30AF\u30E1\u30CB\u30E5\u30FC\u306B\u7FFB\u8A33\u30DA\u30FC\u30B8\u3092\u8FFD\u52A0",toggleBeta:"\u30D9\u30FC\u30BF\u30C6\u30B9\u30C8\u6A5F\u80FD\u306E\u6709\u52B9\u5316",betaDescription:"\u307E\u3060\u5B9F\u9A13\u6BB5\u968E\u3067\u3042\u308B\u6A5F\u80FD\u3084\u3001\u30D9\u30FC\u30BF\u7248\u306E\u7FFB\u8A33\u30B5\u30FC\u30D3\u30B9\u3092\u6709\u52B9\u306B\u3059\u308B\u3002\u8A73\u3057\u304F\u306F <1>Telegram\u30B0\u30EB\u30FC\u30D7\u306B\u3054\u53C2\u52A0\u304F\u3060\u3055\u3044\u3002",translationLineBreakSettingDescription:"\u30B3\u30F3\u30C6\u30F3\u30C4\u304C\u5C11\u306A\u3044\u30DA\u30FC\u30B8\u3067\u306F\u3001\u5E38\u306B\u304D\u3061\u3093\u3068\u6539\u884C\u3059\u308B\u3002(\u5185\u5BB9\u306E\u591A\u3044\u9577\u3044\u6BB5\u843D({count}\u6587\u5B57\u4EE5\u4E0A)\u3067\u306F\u3001\u30B9\u30DA\u30FC\u30B9\u3092\u7BC0\u7D04\u3059\u308B\u305F\u3081\u306B\u6539\u884C\u3092\u30B9\u30DE\u30FC\u30C8\u306B\u4F7F\u3044\u307E\u3057\u3087\u3046)\u3002",tempTranslateDomainTitle:"\u30A6\u30A7\u30D6\u30B5\u30A4\u30C8\u7FFB\u8A33\u306E\u4E00\u6642\u7684\u306A\u5207\u308A\u66FF\u3048\u671F\u9593",tempTranslateDomainDescription:"\u624B\u52D5\u3067\u30A6\u30A7\u30D6\u30DA\u30FC\u30B8\u3092\u7FFB\u8A33\u3059\u308B\u5834\u5408\u306F\u3001\u4E00\u6642\u7684\u306B\u81EA\u52D5\u7FFB\u8A33\u7528\u306EWeb\u30B5\u30A4\u30C8\u3092\u30AA\u30F3\u306B\u3057\u3001\u4E00\u6642\u7684\u306A\u671F\u9593\u3092\u8A2D\u5B9A\u3059\u308B\u3053\u3068\u304C\u3067\u304D\u307E\u3059\u3002",xMinutes:"{count} \u8B70\u4E8B\u9332",disabled:"\u7269\u306E\u4F7F\u7528\u3092\u7981\u6B62\u3059\u308B\u3002",changelog:"\u66F4\u65B0\u30ED\u30B0",toggleTranslatePageWhenThreeFingersOnTheScreen:"\u8907\u6570\u306E\u6307\u304C\u540C\u6642\u306B\u753B\u9762\u306B\u89E6\u308C\u308B\u3068\u3001\u30A6\u30A7\u30D6\u30DA\u30FC\u30B8\u3092\u7FFB\u8A33\u3057\u305F\u308A\u3001\u539F\u6587\u3092\u8868\u793A\u3057\u305F\u308A\u3059\u308B\u3002",toggleTranslationMaskWhenThreeFingersOnTheScreen:"\u30DE\u30EB\u30C1\u30D5\u30A3\u30F3\u30AC\u30FC\u30BF\u30C3\u30C1\u3067\u307C\u304B\u3057\u52B9\u679C\u3092\u8868\u793A/\u975E\u8868\u793A\u3002",fingerCountToToggleTranslagePageOnlyTranslationWhenTouching:"\u8907\u6570\u306E\u6307\u304C\u540C\u6642\u306B\u753B\u9762\u306B\u89E6\u308C\u308B\u3053\u3068\u3067\u3001\u30A6\u30A7\u30D6\u30DA\u30FC\u30B8\u3092\u7FFB\u8A33\uFF08\u7FFB\u8A33\u306E\u307F\uFF09\uFF0F\u539F\u6587\u3092\u8868\u793A\u3002",addUrlDescription:"\u30C9\u30E1\u30A4\u30F3\u540D\u3092\u6307\u5B9A\u3067\u304D\u3001\u30EF\u30A4\u30EB\u30C9\u30AB\u30FC\u30C9\u3082\u30B5\u30DD\u30FC\u30C8\u3002\u4F8B\uFF1A\uFF1A*.google.com\u3001google.com/mail/*\u3001https://www.google.com/*\u3002",general:"\u57FA\u672C\u8A2D\u5B9A",clickToExpandConfig:"\u73FE\u5728\u306E\u30B3\u30F3\u30D5\u30A3\u30AE\u30E5\u30EC\u30FC\u30B7\u30E7\u30F3\u3092\u62E1\u5927\u3059\u308B",import:"\u30D5\u30A1\u30A4\u30EB\u304B\u3089\u306E\u30A4\u30F3\u30DD\u30FC\u30C8",export:"\u30D5\u30A1\u30A4\u30EB\u3078\u306E\u30A8\u30AF\u30B9\u30DD\u30FC\u30C8",toggleDebug:"\u30B3\u30F3\u30BD\u30FC\u30EB\u306B\u30C7\u30D0\u30C3\u30B0\u30ED\u30B0\u3092\u8868\u793A\u3059\u308B","fingers.0":"\u51DD\u56FA","fingers.2":"\u30C4\u30FC\u30D5\u30A3\u30F3\u30AC\u30FC\u30BF\u30C3\u30C1","fingers.3":"\u30B9\u30EA\u30FC\u30D5\u30A3\u30F3\u30AC\u30FC\u30BF\u30C3\u30C1","fingers.4":"\u30D5\u30A9\u30FC\u30D5\u30A3\u30F3\u30AC\u30FC\u30BF\u30C3\u30C1","fingers.5":"5\u672C\u6307\u30BF\u30C3\u30C1",mouseHoldKey:"+ {key} \u7FFB\u8A33/\u6BB5\u843D\u3092\u5143\u306B\u623B\u3059",mouseHoldKeyAuto:"\u30D1\u30E9\u30B0\u30E9\u30D5\u306E\u76F4\u8A33",mouseHoldKeyOff:"\u4F55\u3082\u3059\u308B\u306A\u3002",mouseHoldKeyOther:"\u30B7\u30E7\u30FC\u30C8\u30AB\u30C3\u30C8\u306E\u30AB\u30B9\u30BF\u30DE\u30A4\u30BA\uFF08\u8A2D\u5B9A\u3092\u958B\u304F\uFF09",mouseHoldKeyCustomKey:"{key} \u30D1\u30E9\u30B0\u30E9\u30D5\u306E\u7FFB\u8A33\uFF0F\u7E2E\u5C0F",mouseHoverHoldKey:"\u30B7\u30E7\u30FC\u30C8\u30AB\u30C3\u30C8\u30AD\u30FC\u3092\u62BC\u3057\u306A\u304C\u3089\u30DE\u30A6\u30B9\u3092\u52D5\u304B\u3059\u3068\u6BB5\u843D\u304C\u7FFB\u8A33\u3055\u308C\u308B","mouse-translate":"\u30DE\u30A6\u30B9\u30DB\u30D0\u30FC",document:"(\u3055\u3093\u3077",resetSuccess:"\u3059\u3079\u3066\u306E\u8A2D\u5B9A\u306E\u30EA\u30BB\u30C3\u30C8\u306B\u6210\u529F",resetThisSuccess:"\u30EA\u30BB\u30C3\u30C8\u6210\u529F",saved:"\u30BB\u30FC\u30D6\u30FB\u30B5\u30AF\u30BB\u30B9",successImportConfig:"\u8A2D\u5B9A\u306E\u30A4\u30F3\u30DD\u30FC\u30C8\u306B\u6210\u529F",goAdvancedSettings:"\u8A73\u7D30\u8A2D\u5B9A\u30DA\u30FC\u30B8\u306B\u79FB\u52D5\u3059\u308B",goAdvancedInterfaceSettings:"\u8A73\u7D30\u30AB\u30B9\u30BF\u30DE\u30A4\u30BA\u8A2D\u5B9A\u30DA\u30FC\u30B8\u306B\u79FB\u52D5\u3059\u308B",advanced:"\u8A73\u7D30\u8A2D\u5B9A",advancedDescription:"\u901A\u5E38\u3001\u8A2D\u5B9A\u306F\u5FC5\u8981\u306A\u304F\u3001\u30C7\u30D5\u30A9\u30EB\u30C8\u306E\u307E\u307E\u3067\u3088\u3044\u3002\u3088\u308A\u5C02\u9580\u7684\u306A\u30E6\u30FC\u30B6\u30FC\u306E\u307F\u3001\u3088\u308A\u30D1\u30FC\u30BD\u30CA\u30E9\u30A4\u30BA\u3055\u308C\u305F\u8A2D\u5B9A\u304C\u53EF\u80FD\u3067\u3059\u3002",developer:"\u30C7\u30D9\u30ED\u30C3\u30D1\u30FC\u8A2D\u5B9A",donateCafe:"\u7269\u4FA1","translate to the bottom of the page":"\u30DA\u30FC\u30B8\u4E0B\u90E8\u3078\u306E\u7FFB\u8A33\u306F\u3001\u30DA\u30FC\u30B8\u306B\u5165\u3063\u3066\u3059\u3050\u306B\u884C\u308F\u308C\u308B\u306E\u3067\u3059\u304B\uFF1F",feedback:"\u554F\u984C\u306B\u95A2\u3059\u308B\u30D5\u30A3\u30FC\u30C9\u30D0\u30C3\u30AF",toggleTranslatePage:"\u30DA\u30FC\u30B8\u3092\u7FFB\u8A33\u3059\u308B\uFF0F\u539F\u6587\u3092\u8868\u793A\u3059\u308B",translateToThePageEndImmediatelyDescription:"\u3053\u306E\u6A5F\u80FD\u3092\u30AA\u30F3\u306B\u3059\u308B\u3068\u3001\u30DA\u30FC\u30B8\u306E\u4E0A\u304B\u3089\u4E0B\u306B\u5165\u529B\u3057\u305F\u5185\u5BB9\u304C\u5373\u5EA7\u306B\u7FFB\u8A33\u3055\u308C\u307E\u3059\u3002\u30AA\u30D5\u306B\u3059\u308B\u3068\u3001\u8AAD\u307F\u306A\u304C\u3089\u7FFB\u8A33\u3055\u308C\u307E\u3059\u3002(\u304A\u52E7\u3081\u3057\u307E\u305B\u3093\uFF09","translate all areas of the page":"\u30DA\u30FC\u30B8\u306E\u5168\u9818\u57DF\u3092\u7FFB\u8A33\u3059\u308B\u304B\u3069\u3046\u304B",translationAreaDescription:"\u30AA\u30F3\u306B\u3059\u308B\u3068\u3001\u30A6\u30A7\u30D6\u30DA\u30FC\u30B8\u5168\u4F53\u306E\u3059\u3079\u3066\u306E\u9818\u57DF\u304C\u7FFB\u8A33\u3055\u308C\u307E\u3059\u3002\u30AA\u30D5\u306B\u3059\u308B\u3068\u3001\u30C7\u30D5\u30A9\u30EB\u30C8\u306E\u30B9\u30DE\u30FC\u30C8\u8A8D\u8B58\u304C\u4F7F\u7528\u3055\u308C\u3001\u4E3B\u8981\u306A\u9818\u57DF\u306E\u307F\u304C\u7FFB\u8A33\u3055\u308C\u307E\u3059\u3002(\u30AA\u30F3\u306B\u3059\u308B\u3053\u3068\u306F\u304A\u52E7\u3081\u3057\u307E\u305B\u3093)","the number of characters to be translated first":"\u8868\u793A\u9818\u57DF\u307E\u3067\u30B9\u30AF\u30ED\u30FC\u30EB\u3059\u308B\u3053\u3068\u306A\u304F\u3001\u30DA\u30FC\u30B8\u306E\u6700\u521D\u306E\u6570\u6587\u5B57\u3092\u76F4\u63A5\u7FFB\u8A33\u3059\u308B\u3002","interface language":"\u30A4\u30F3\u30BF\u30FC\u30D5\u30A7\u30FC\u30B9\u8A00\u8A9E","display both the original text and the translation":"\u539F\u6587\u3068\u8A33\u6587\u306E\u540C\u6642\u8868\u793A","keyboard shortcuts":"\u30AD\u30FC\u30DC\u30FC\u30C9\u30B7\u30E7\u30FC\u30C8\u30AB\u30C3\u30C8",modify:"\u30B7\u30E7\u30FC\u30C8\u30AB\u30C3\u30C8\u30AD\u30FC\u306E\u5909\u66F4",reset:"\u30EA\u30D3\u30B8\u30E7\u30F3",close:"\u51DD\u56FA",homepage:"\u30DB\u30FC\u30E0\u30DA\u30FC\u30B8",more:"\u3082\u3063\u3068\u898B\u308B",moreOptions:"\u30AB\u30B9\u30BF\u30DE\u30A4\u30BA\u30FB\u30AA\u30D7\u30B7\u30E7\u30F3\u306E\u62E1\u5927",translateTheWholePage:"\u30DA\u30FC\u30B8\u306E\u5168\u9818\u57DF\u3092\u7FFB\u8A33\u3059\u308B\uFF08\u4E3B\u8981\u306A\u9818\u57DF\u3092\u30A4\u30F3\u30C6\u30EA\u30B8\u30A7\u30F3\u30C8\u306B\u8A8D\u8B58\u3059\u308B\u306E\u3068\u306F\u5BFE\u7167\u7684\uFF09\u3002",changeToTranslateTheWholePage:"\u5168\u5730\u57DF\u306E\u7FFB\u8A33\u306B\u5207\u308A\u66FF\u3048\u308B",changeToTranslateTheMainPage:"\u30E1\u30A4\u30F3\u30A8\u30EA\u30A2\u306E\u7FFB\u8A33\u306B\u5207\u308A\u66FF\u3048\u308B",changeToOnlyTranslationMode:"\u7FFB\u8A33\u306E\u307F\u3092\u8868\u793A\u3059\u308B\u3088\u3046\u306B\u5207\u308A\u66FF\u3048\u308B",changeToDualTranslationMode:"\u5BFE\u8A33\u3078\u306E\u5207\u308A\u66FF\u3048",translateToThePageEndImmediately:"\u30DA\u30FC\u30B8\u4E0B\u90E8\u3078\u306E\u5373\u6642\u7FFB\u8A33",translateTheMainPage:"\u30A4\u30F3\u30C6\u30EA\u30B8\u30A7\u30F3\u30C8\u7FFB\u8A33 \u4E3B\u8981\u5730\u57DF","The local rules are up to date":"\u5730\u5143\u306E\u9069\u5FDC\u898F\u5B9A\u306F\u6700\u65B0\u306E\u3082\u306E\u3060\u3002","Successfully synchronized with the latest official rules:":"\u6700\u65B0\u306E\u516C\u5F0F\u7AF6\u6280\u898F\u5247\u3068\u306E\u540C\u671F\u306B\u6210\u529F\u3002","Checking for updates":"\u30A2\u30C3\u30D7\u30C7\u30FC\u30C8\u306E\u30C1\u30A7\u30C3\u30AF","Rules are being synchronized":"\u9069\u5FDC\u30EB\u30FC\u30EB\u306E\u540C\u671F\u5316",localVersionIsTooOld:"\u30ED\u30FC\u30AB\u30EB\u306E\u62E1\u5F35\u6A5F\u80FD\u306E\u30D0\u30FC\u30B8\u30E7\u30F3\u304C\u53E4\u3059\u304E\u307E\u3059\u3002\u540C\u671F\u3092\u8A66\u307F\u308B\u524D\u306B\u3001\u62E1\u5F35\u6A5F\u80FD\u3092 {minVersion} \u4EE5\u964D\u306B\u30A2\u30C3\u30D7\u30B0\u30EC\u30FC\u30C9\u3057\u3066\u304F\u3060\u3055\u3044\u3002",badUserscriptBrowser:"\u73FE\u5728\u306E\u30D6\u30E9\u30A6\u30B6\u306F\u30B0\u30EA\u30FC\u30B9\u30E2\u30F3\u30AD\u30FC\u62E1\u5F35\u30A4\u30F3\u30BF\u30FC\u30D5\u30A7\u30A4\u30B9\u3092\u6B63\u3057\u304F\u5B9F\u88C5\u3057\u3066\u3044\u307E\u305B\u3093\uFF08\u4F8B\u3048\u3070\u3001\u30B0\u30EA\u30FC\u30B9\u30E2\u30F3\u30AD\u30FC\u30FB\u30B9\u30AF\u30EA\u30D7\u30C8\u81EA\u4F53\u306E\u30D0\u30FC\u30B8\u30E7\u30F3\u756A\u53F7\u306B\u95A2\u3059\u308B\u60C5\u5831\u3092\u53D6\u5F97\u3059\u308B\u5834\u5408\u306A\u3069\uFF09\u306E\u3067\u3001Firefox\u306A\u3069<1>\u30B0\u30EA\u30FC\u30B9\u30E2\u30F3\u30AD\u30FC\u62E1\u5F35\u3092\u30B5\u30DD\u30FC\u30C8\u3059\u308B\u4ED6\u306E\u30D6\u30E9\u30A6\u30B6\u3092\u3054\u5229\u7528\u304F\u3060\u3055\u3044\u3002",foundNewVersion:"\u65B0\u30D0\u30FC\u30B8\u30E7\u30F3\u3092\u898B\u308B",theLocalExtensionIsUpToUpdate:"\u73FE\u5728\u306E\u30A8\u30AF\u30B9\u30C6\u30F3\u30B7\u30E7\u30F3\u306F\u6700\u65B0\u3060\u3002",failToSyncRules:"\u6700\u65B0\u306E\u9069\u5FDC\u30EB\u30FC\u30EB\u306E\u540C\u671F\u306B\u5931\u6557",retry:"\u30EA\u30C8\u30E9\u30A4\u3059\u308B\u306B\u306F\u3053\u3053\u3092\u30AF\u30EA\u30C3\u30AF",failedReason:"\u5931\u6557\u306E\u7406\u7531",currentRuleVersion:"\u73FE\u5728\u306E\u30EB\u30FC\u30EB\u30FB\u30D0\u30FC\u30B8\u30E7\u30F3",calculating:"\u8A08\u7B97",unknownError:"\u672A\u77E5\u306E\u30A8\u30E9\u30FC",canNotFetchRemoteRule:"\u30EA\u30E2\u30FC\u30C8\u30EB\u30FC\u30EB\u304C\u53D6\u5F97\u3067\u304D\u306A\u3044",enableAlphaSuccess:"\u30A2\u30EB\u30D5\u30A1\u5BFE\u5FDC",disableAlphaSuccess:"\u30A2\u30EB\u30D5\u30A1\u6A5F\u80FD\u306F\u30AA\u30D5",cacheSize:"\u30AD\u30E3\u30C3\u30B7\u30E5\u30FB\u30B5\u30A4\u30BA\uFF1A",cleaning:"\u6E05\u7B97\u4E2D",cleanCache:"\u30AD\u30E3\u30C3\u30B7\u30E5\u3092\u6D88\u53BB\u3059\u308B",options:"\u30BB\u30C3\u30C8\u30A2\u30C3\u30D7",about:"\u306B\u5BFE\u3057\u3066",service:"\u901A\u8A33\u30B5\u30FC\u30D3\u30B9",needAction:"(\u8A2D\u5B9A\u3078\uFF09",goSettings:"\u8A2D\u5B9A\u3059\u308B",needActionForOptions:"(\u8A2D\u5B9A\u4E88\u5B9A\uFF09",translationEngine:"\u30A8\u30F3\u30B8\u30F3\u30FB\u30AA\u30D7\u30B7\u30E7\u30F3",sourceLanguage:"\u539F\u8A9E",target:"\u76EE\u6A19\u8A00\u8A9E",popupSourceLanguage:"\u539F\u8A9E",popupTarget:"\u76EE\u6A19\u8A00\u8A9E",popupService:"\u901A\u8A33\u30B5\u30FC\u30D3\u30B9",forThisSite:"\u73FE\u5728\u306E\u30A6\u30A7\u30D6\u30B5\u30A4\u30C8",autoEnableSubtitle:"\u4E8C\u30AB\u56FD\u8A9E\u5B57\u5E55\u3092\u81EA\u52D5\u7684\u306B\u30AA\u30F3\u306B\u3059\u308B",alwaysTranslate:"\u5E38\u306B\u7FFB\u8A33\u3059\u308B",neverTranslate:"\u6C7A\u3057\u3066\u7FFB\u8A33\u3057\u306A\u3044",alwaysTranslateSomeLanguage:"\u5E38\u306B\u7FFB\u8A33\u3059\u308B {language}",neverTranslateSomeLanguage:"\u6C7A\u3057\u3066\u7FFB\u8A33\u3057\u306A\u3044 {language}",alwaysTranslateSomeSite:"\u5E38\u306B\u7FFB\u8A33\u3059\u308B {hostname}",neverTranslateSomeSite:"\u6C7A\u3057\u3066\u7FFB\u8A33\u3057\u306A\u3044 {hostname}",alwaysTranslateSomeSiteOrWildSite:"\u5E38\u306B\u30B5\u30A4\u30C8\u3092\u7FFB\u8A33\u3059\u308B",alwaysTranslateSomePage:"\u5E38\u306B\u30DA\u30FC\u30B8\u3092\u7FFB\u8A33\u3059\u308B",add:"\u5897\u52A0",default:"\u30C7\u30D5\u30A9\u30EB\u30C8",forThisLanguage:"\u3053\u306E\u8A00\u8A9E\u306E\u5834\u5408\uFF1A","add url":"URL\u3092\u5165\u529B",edit:"\u30B3\u30F3\u30D1\u30A4\u30E9","translate other languages into specific language":"\u4ED6\u306E\u8A00\u8A9E\u3092\u8A2D\u5B9A\u3057\u305F\u8A00\u8A9E\u306B\u7FFB\u8A33\u3059\u308B","select translation service":"\u7FFB\u8A33\u30B5\u30FC\u30D3\u30B9\u306E\u9078\u629E",language:"\u591A\u8A00\u8A9E\u4E3B\u7FA9","show-original":"\u539F\u6587\u3092\u8868\u793A",translate:"\u30EC\u30F3\u30C0\u30EA\u30F3\u30B0",Translated:"\u7FFB\u8A33",Translating:"\u7FFB\u8A33\u4E2D",Error:"\u4E0D\u6B63\u78BA",allowCacheTranslations:"\u30ED\u30FC\u30AB\u30EB\u7FFB\u8A33\u30AD\u30E3\u30C3\u30B7\u30E5\u3092\u6709\u52B9\u306B\u3059\u308B\uFF08\u91CD\u8907\u3057\u305F\u7B87\u6240\u306E\u7FFB\u8A33\u30EA\u30AF\u30A8\u30B9\u30C8\u3092\u6E1B\u3089\u3059\uFF09","translation display":"\u7FFB\u8A33\u8868\u793A\u30B9\u30BF\u30A4\u30EB","select diplay style":"\u4EE5\u4E0B\u306E\u4F8B\u3092\u5177\u4F53\u7684\u306B\u53C2\u7167\u3057\u306A\u304C\u3089\u3001\u7FFB\u8A33\u306E\u30B9\u30BF\u30A4\u30EB\u3092\u533A\u5225\u3059\u308B\u3002",interface:"\u30A4\u30F3\u30BF\u30FC\u30D5\u30A7\u30FC\u30B9\u8A2D\u5B9A",import_export:"\u30A4\u30F3\u30DD\u30FC\u30C8/\u30A8\u30AF\u30B9\u30DD\u30FC\u30C8",import_export_title:"\u30A4\u30F3\u30DD\u30FC\u30C8/\u30A8\u30AF\u30B9\u30DD\u30FC\u30C8\u8A2D\u5B9A",syncToGoogleDrive:"Google\u30C9\u30E9\u30A4\u30D6\u3068\u540C\u671F",floatBallOptions:"\u30DB\u30D0\u30FC\u30DC\u30FC\u30EB\u306E\u8A2D\u5B9A","floatBallOptions.enable":"\u30DB\u30D0\u30FC\u30DC\u30FC\u30EB\u3092\u4F7F\u7528\u53EF\u80FD\u306B\u3059\u308B","floatBallOptions.blockUrls":"\u30A6\u30A7\u30D6\u30B5\u30A4\u30C8\u3092\u7121\u52B9\u306B\u3059\u308B","floatBallOptions.add":"\u5897\u52A0","floatBallOptions.blockUrlDesc":"\u4EE5\u4E0B\u306E\u30B5\u30A4\u30C8\u3067\u306F\u30DB\u30D0\u30FC\u30DC\u30FC\u30EB\u304C\u8868\u793A\u3055\u308C\u307E\u305B\u3093\u3002","floatBallOptions.clickType":"\u30AF\u30EA\u30C3\u30AF\u884C\u52D5","floatBallOptions.clickTypeDesc":"\u30AF\u30EA\u30C3\u30AF\u3057\u305F\u3068\u304D\u306E\u30DB\u30D0\u30FC\u30DC\u30FC\u30EB\u30FB\u30A2\u30A4\u30B3\u30F3\u306E\u52D5\u4F5C","floatBallOptions.clickPopup":"\u7FFB\u8A33\u30D1\u30CD\u30EB\u306E\u8868\u793A","floatBallOptions.clickTranslate":"\u539F\u6587\u306E\u7FFB\u8A33\uFF0F\u8868\u793A","floatBallOptions.fixedPosition":"\u56FA\u5B9A\u4F4D\u7F6E","floatBallOptions.fixedPositionDesc":"\u60AC\u6D6E\u7403\u5728\u7A97\u53E3\u5DE6\u4FA7\u8FD8\u662F\u53F3\u4FA7","floatBallOptions.fixedPositionLeft":"\u5DE6\u4FA7","floatBallOptions.fixedPositionRight":"\u53F3\u4FA7",previewAllThemes:"\u3059\u3079\u3066\u306E\u30B9\u30BF\u30A4\u30EB\u3092\u30D7\u30EC\u30D3\u30E5\u30FC\u3059\u308B","translationTheme.none":"\u306A\u3044","translationTheme.grey":"\u30C0\u30FC\u30AF\u30B0\u30EC\u30FC","translationTheme.dashed":"\u70B9\u7DDA\u4E0B\u7DDA","translationTheme.dotted":"\u70B9\u7DDA\u30A2\u30F3\u30C0\u30FC\u30B9\u30B3\u30A2","translationTheme.dashedBorder":"\u70B9\u7DDA","translationTheme.solidBorder":"\u30BD\u30EA\u30C3\u30C9\u30DC\u30FC\u30C0\u30FC","translationTheme.underline":"\u76F4\u7DDA\u306B\u4E0B\u7DDA\u3092\u5F15\u304F","translationTheme.mask":"\u30D5\u30A1\u30B8\u30FC\u52B9\u679C\uFF08\u5B66\u7FD2\u30E2\u30FC\u30C9\uFF09","translationTheme.opacity":"\u900F\u660E\u52B9\u679C","translationTheme.paper":"\u767D\u3044\u7D19\u306E\u5F71\u306E\u52B9\u679C","translationTheme.dividingLine":"\u308F\u3051\u3081","translationTheme.highlight":"\u9AD8\u8F1D\u5EA6","translationTheme.marker":"\u30DE\u30FC\u30AB\u30FC","translationTheme.marker2":"\u30DE\u30FC\u30AB\u30FC2","translationTheme.blockquote":"\u53C2\u7167\u30B9\u30BF\u30A4\u30EB","translationTheme.weakening":"\u5F31\u4F53\u5316","translationTheme.italic":"\u659C\u4F53","translationTheme.bold":"\u6FC3\u5316","translationTheme.thinDashed":"\u7D30\u70B9\u7DDA\u30A2\u30F3\u30C0\u30FC\u30E9\u30A4\u30F3","translationTheme.nativeDashed":"\u30B7\u30B9\u30C6\u30E0\u306F\u70B9\u7DDA\u306E\u30A2\u30F3\u30C0\u30FC\u30E9\u30A4\u30F3\u4ED8\u304D","translationTheme.nativeDotted":"\u30B7\u30B9\u30C6\u30E0\u306F\u70B9\u7DDA\u306E\u30A2\u30F3\u30C0\u30FC\u30E9\u30A4\u30F3\u4ED8\u304D","translationTheme.nativeUnderline":"\u30B7\u30B9\u30C6\u30E0\u306B\u306F\u76F4\u7DDA\u306E\u30A2\u30F3\u30C0\u30FC\u30E9\u30A4\u30F3\u304C\u4ED8\u5C5E\u3057\u3066\u3044\u308B","translationTheme.wavy":"\u6CE2\u7DDA","translationServices.custom":"\u30AB\u30B9\u30BF\u30E0API","translationServices.tencent":"\u30C6\u30F3\u30BB\u30F3\u30C8\u7FFB\u8A33\u8005","translationServices.tenAlpha":"\u30C6\u30F3\u30BB\u30F3\u30C8\u30FB\u30C8\u30E9\u30F3\u30B9\u30EC\u30FC\u30BF\u30FC\uFF08\u30A2\u30EB\u30D5\u30A1\uFF09","translationServices.google":"\u30B0\u30FC\u30B0\u30EB\u7FFB\u8A33","translationServices.bai":"\u30D0\u30A4\u30C9\u30A5\uFF08\u30A2\u30EB\u30D5\u30A1\uFF09","translationServices.baidu":"\u767E\u5EA6\u306E\u7FFB\u8A33","translationServices.aliyun":"\u30A2\u30EA\u30AF\u30E9\u30A6\u30C9\u7FFB\u8A33","translationServices.volc":"\u706B\u5C71\u7FFB\u8A33","translationServices.deeplx":"DeepLX (\u30D9\u30FC\u30BF)","translationServices.bing":"\u30DE\u30A4\u30AF\u30ED\u30BD\u30D5\u30C8\u7FFB\u8A33","translationServices.deepl":"\u30C7\u30A3\u30FC\u30D7\u30A8\u30EB","translationServices.wechat":"WeChat\u7FFB\u8A33","translationServices.azure":"\u30A2\u30B8\u30E5\u30FC\u30EB\u7FFB\u8A33","translationServices.ibm":"IBM\u30EF\u30C8\u30BD\u30F3","translationServices.aws":"\u30A2\u30DE\u30BE\u30F3\u7FFB\u8A33","translationServices.mock":"\u6A21\u64EC\u7FFB\u8A33","translationServices.mock2":"\u6A21\u64EC\u7FFB\u8A332","translationServices.caiyun":"\u30AB\u30E9\u30D5\u30EB\u306A\u96F2\u3068\u5C0F\u3055\u306A\u7FFB\u8A33","translationServices.cai":"\u30AB\u30E9\u30D5\u30EB\u306A\u96F2\uFF08\u30A2\u30EB\u30D5\u30A1\uFF09","translationServices.volcAlpha":"\u30DC\u30EB\u30B1\u30FC\u30CE\uFF08\u30A2\u30EB\u30D5\u30A1\uFF09","translationServices.openl":"\u30AA\u30FC\u30D7\u30F3L","translationServices.youdao":"Youtube\u7FFB\u8A33","translationServices.you":"Youdao \u7FFB\u8A33\u8005\uFF08\u30A2\u30EB\u30D5\u30A1\uFF09","translationServices.transmart":"\u9A30\u8A0A\u30A4\u30F3\u30BF\u30E9\u30AF\u30C6\u30A3\u30D6\u7FFB\u8A33","translationServices.niu":"\u30DE\u30FC\u30D9\u30EA\u30C3\u30AF\u7FFB\u8A33\u8005","translationServices.papago":"\u30D1\u30D1\u30B4\u7FFB\u8A33","translationServices.d":"D\uFF08\u30A2\u30EB\u30D5\u30A1\uFF09","translationServices.dpro":"D\u30D7\u30ED\uFF08\u30AB\u30CA\u30EA\u30A2\uFF09","translationServices.openai":"\u30AA\u30FC\u30D7\u30F3AI","translationServices.chatgpt":"ChatGPT Web(3.5 mobile)","translate title":"\u30DA\u30FC\u30B8\u30BF\u30A4\u30C8\u30EB\u3092\u7FFB\u8A33\u3059\u308B","always languages":"\u5E38\u306B\u8A00\u8A9E\u3092\u7FFB\u8A33\u3059\u308B",neverTranslateLanguagesLabel:"\u7FFB\u8A33\u3055\u308C\u308B\u3053\u3068\u306E\u306A\u3044\u8A00\u8A9E",neverTranslateTheFollowingLanguagesDescription:"\u30DA\u30FC\u30B8\u4E0A\u306E\u6BB5\u843D\u304C\u4EE5\u4E0B\u306E\u8A00\u8A9E\u306E\u3044\u305A\u308C\u304B\u3067\u3042\u308B\u5834\u5408\u3001\u7FFB\u8A33\u306F\u30B9\u30AD\u30C3\u30D7\u3055\u308C\u307E\u3059\u3002",enableUserscriptPagePopup:"\u30DA\u30FC\u30B8\u306B\u30DB\u30D0\u30FC\u30DC\u30FC\u30EB\u3092\u8868\u793A",enableUserscriptPagePopupDescription:"\u30DB\u30D0\u30FC\u30DC\u30FC\u30EB\u3092\u30AA\u30D5\u306B\u3057\u305F\u5F8C\u306F\u3001\u30B7\u30E7\u30FC\u30C8\u30AB\u30C3\u30C8 /{touch}\u3067\u547C\u3073\u51FA\u3059\u3053\u3068\u304C\u3067\u304D\u307E\u3059\u3002\u3046\u3063\u304B\u308A\u3053\u306E\u30AA\u30D7\u30B7\u30E7\u30F3\u3092\u30AA\u30D5\u306B\u3057\u305F\u5F8C\u3001\u30DB\u30D0\u30FC\u30DC\u30FC\u30EB\u3092\u898B\u3064\u3051\u3089\u308C\u306A\u304F\u306A\u308B\u306E\u3092\u9632\u3050\u305F\u3081\u3001\u3053\u306E\u8A2D\u5B9A\u30DA\u30FC\u30B8\u3092\u30D6\u30C3\u30AF\u30DE\u30FC\u30AF\u3057\u3066\u304A\u304F\u3053\u3068\u3092\u5F37\u304F\u304A\u52E7\u3081\u3057\u307E\u3059\uFF01","always translate the following languages":"\u30DA\u30FC\u30B8\u304C\u6B21\u306E\u8A00\u8A9E\u306E1\u3064\u3067\u3042\u308B\u3068\u304D\u81EA\u52D5\u7684\u306B\u30BF\u30FC\u30B2\u30C3\u30C8\u8A00\u8A9E\u306B\u7FFB\u8A33\u3059\u308B","always sites":"\u5E38\u306B\u7FFB\u8A33\u3055\u308C\u305F\u30A6\u30A7\u30D6\u30B5\u30A4\u30C8","always translate the following sites":"\u306E\u30C9\u30E1\u30A4\u30F3\u540D\u3067\u3042\u308C\u3070\u3001\u30A6\u30A7\u30D6\u30B5\u30A4\u30C8\u306F\u81EA\u52D5\u7684\u306B\u30BF\u30FC\u30B2\u30C3\u30C8\u8A00\u8A9E\u306B\u7FFB\u8A33\u3055\u308C\u308B\u3002","never sites":"\u672A\u7FFB\u8A33\u30B5\u30A4\u30C8","never translate the following sites":"\u4EE5\u4E0B\u306E\u30C9\u30E1\u30A4\u30F3\u306E\u30B5\u30A4\u30C8\u3067\u306F\u3001\u7FFB\u8A33\u306F\u884C\u308F\u308C\u307E\u305B\u3093\u3002","please refer to":"\u4F7F\u7528\u3059\u308B\u524D\u306B\u30AD\u30FC\u3092\u5165\u529B\u3059\u308B\u5FC5\u8981\u304C\u3042\u308A\u307E\u3059\u3002",KeyAndConfigurationTutorial:"\u30AD\u30FC\u30FB\u30A2\u30D7\u30EA\u30B1\u30FC\u30B7\u30E7\u30F3\u3068\u30B3\u30F3\u30D5\u30A3\u30AE\u30E5\u30EC\u30FC\u30B7\u30E7\u30F3\u30FB\u30C1\u30E5\u30FC\u30C8\u30EA\u30A2\u30EB",useAboveStyleForTheseSites:"\u4EE5\u4E0B\u306E\u30C9\u30E1\u30A4\u30F3\u306E\u30B5\u30A4\u30C8\u3067\u306F\u3001\u5E38\u306B \u2308{theme}\u230B \u7FFB\u8A33\u30B9\u30BF\u30A4\u30EB\u3092\u4F7F\u7528\u3057\u307E\u3059\u3002",currentUrl:"\u73FE\u5728\u306EURL",confirm:"\u30BB\u30FC\u30D6",cancel:"\u30AD\u30E3\u30F3\u30BB\u30EB",delete:"\u9664\u53BB","languages.auto":"\u81EA\u52D5\u691C\u51FA",syncToCloud:"\u30B0\u30FC\u30B0\u30EB\u30C9\u30E9\u30A4\u30D6\u306B\u540C\u671F",syncToCloudDescription:"\u30AF\u30E9\u30A6\u30C9\u306B\u30A2\u30C3\u30D7\u30ED\u30FC\u30C9\u3055\u308C\u305F\u30B3\u30F3\u30D5\u30A3\u30AE\u30E5\u30EC\u30FC\u30B7\u30E7\u30F3\u306F\u3001\u7570\u306A\u308B\u30D6\u30E9\u30A6\u30B6\u30FC\uFF0F\u30B0\u30EA\u30FC\u30B9\u30E2\u30F3\u30AD\u30FC\u30FB\u30B9\u30AF\u30EA\u30D7\u30C8\u9593\u3067\u540C\u671F\u3055\u305B\u308B\u3053\u3068\u304C\u3067\u304D\u308B\u3002",syncToAccount:"\u30A4\u30DE\u30FC\u30B7\u30D6\u7FFB\u8A33\u30AF\u30E9\u30A6\u30C9\u3078\u306E\u540C\u671F",syncToAccountButton:"\u30AF\u30E9\u30A6\u30C9\u3068\u306E\u5373\u6642\u540C\u671F",syncToAccountDescription:"\u7570\u306A\u308B\u30C7\u30D0\u30A4\u30B9\u9593\u3067\u3001\u6700\u5F8C\u306B\u5909\u66F4\u3055\u308C\u305F\u65B9\u306E\u8A2D\u5B9A\u3092\u81EA\u52D5\u7684\u306B\u540C\u671F\u3057\u307E\u3059\u3002",successSyncConfigInAccount:"\u30AF\u30E9\u30A6\u30C9\u3068\u306E\u540C\u671F\u306B\u6210\u529F",successSyncConfigToAccount:"\u30AF\u30E9\u30A6\u30C9\u3078\u306E\u540C\u671F\u306B\u6210\u529F",syncConfigNoUpdate:"\u3082\u3046\u6700\u65B0\u306E\u3082\u306E\u3060\u3002",authFail:"\u8A8D\u8A3C\u5931\u6557",syncTitle:"\u624B\u52D5\u30D0\u30C3\u30AF\u30A2\u30C3\u30D7\u7BA1\u7406",import_hint:"\u30A4\u30F3\u30DD\u30FC\u30C8",upload:"\u30A2\u30C3\u30D7\u30ED\u30FC\u30C9",revokeAuth:"\u8A8D\u53EF\u306E\u53D6\u308A\u6D88\u3057",uploadFail:"\u30A2\u30C3\u30D7\u30ED\u30FC\u30C9\u5931\u6557",download:"\u30C0\u30A6\u30F3\u30ED\u30FC\u30C9",importSuccess:"\u8F38\u5165\u306B\u6210\u529F",importFail:"\u30A4\u30F3\u30DD\u30FC\u30C8\u5931\u6557",deleteFail:"\u524A\u9664\u306B\u5931\u6557\u3057\u307E\u3057\u305F",backupToCloud:"\u30D0\u30C3\u30AF\u30A2\u30C3\u30D7\u30D5\u30A1\u30A4\u30EB\u306E\u624B\u52D5\u7BA1\u7406",create_new_backup:"\u65B0\u3057\u3044\u30D0\u30C3\u30AF\u30A2\u30C3\u30D7\u30CE\u30FC\u30C9\u3092\u8FFD\u52A0\u3059\u308B",maxBackupFiles:"\u6700\u5927{count}\u7570\u306A\u308B\u30CE\u30FC\u30C9\u3092\u30D0\u30C3\u30AF\u30A2\u30C3\u30D7\u3067\u304D\u307E\u3059\u3002\u4E0D\u8981\u306A\u30CE\u30FC\u30C9\u306F\u524A\u9664\u3057\u3066\u304F\u3060\u3055\u3044\u3002",backupToCloudDescription:"\u30D0\u30C3\u30AF\u30A2\u30C3\u30D7\u30D5\u30A1\u30A4\u30EB\u3092\u624B\u52D5\u3067\u30A2\u30C3\u30D7\u30ED\u30FC\u30C9\u307E\u305F\u306F\u30EA\u30B9\u30C8\u30A2\u3002",successSyncConfig:"\u30AF\u30E9\u30A6\u30C9\u3068\u306E\u540C\u671F\u306B\u6210\u529F",syncFail:"\u540C\u671F\u5931\u6557",updatedAt:"{date}\u3088\u308A\u66F4\u65B0",lastSyncedAt:"\u6700\u7D42\u78BA\u8A8D\uFF1A {date}",downloadFail:"\u30C0\u30A6\u30F3\u30ED\u30FC\u30C9\u306B\u5931\u6557\u3057\u307E\u3057\u305F",clickToDownload:"\u30AF\u30EA\u30C3\u30AF\u3057\u3066\u30C0\u30A6\u30F3\u30ED\u30FC\u30C9",aboutLabel:"\u30D5\u30A3\u30FC\u30C9\u30D0\u30C3\u30AF","browser.openAboutPage":"\u3054\u610F\u898B\u30FB\u3054\u611F\u60F3",aboutLabelWithoutSponsor:"\u30D5\u30A3\u30FC\u30C9\u30D0\u30C3\u30AF",aboutIntro:"\u30A4\u30F3\u30BF\u30FC\u30CD\u30C3\u30C8\u4E0A\u306E\u81A8\u5927\u306A\u5916\u56FD\u8A9E\u60C5\u5831\u3078\u306E\u30A2\u30AF\u30BB\u30B9\u304C\u3088\u308A\u7C21\u5358\u3067\u697D\u3057\u3044\u3082\u306E\u306B\u306A\u308A\u307E\u3059\u3088\u3046\u306B \u2764\uFE0F <6>\u30D7\u30ED\u30E1\u30F3\u30D0\u30FC\u30B7\u30C3\u30D7\u3092 \u6709\u52B9\u306B\u3057\u3066\u3001\u3059\u3050\u306B\u4F7F\u3048\u308BDeepL\u3068OpenAI\u306E\u7FFB\u8A33\u3092\u3054\u5229\u7528\u304F\u3060\u3055\u3044\u3002

<3>Twitter\u3001<4>Telegram\u3001Weibo\u3001WeChat\u3067\u79C1\u305F\u3061\u3092\u30D5\u30A9\u30ED\u30FC\u3059\u308B\u304B\u3001\u4EE5\u4E0B\u306E<5>\u30E1\u30FC\u30EA\u30F3\u30B0\u30EA\u30B9\u30C8\u306B\u767B\u9332\u3057\u3066\u66F4\u65B0\u3092\u8FFD\u8DE1\u3059\u308B\u3053\u3068\u304C\u3067\u304D\u307E\u3059\u3002
<7>\u30D7\u30ED\u4F1A\u54E1\u306E \u65B9\u306F\u3001 <8>support@immersivetranslate.com \u307E\u3067\u3054\u9023\u7D61\u3044\u305F\u3060\u3051\u308C\u3070\u3001\u8FC5\u901F\u306A\u30AB\u30B9\u30BF\u30DE\u30FC\u30B5\u30FC\u30D3\u30B9\u3092\u3054\u63D0\u4F9B\u3044\u305F\u3057\u307E\u3059\u3002",aboutIntroWithoutSponsor:"\u2764\uFE0F

<3>\u30C4\u30A4\u30C3\u30BF\u30FC\u3001<4>\u30C6\u30EC\u30B0\u30E9\u30E0\u30FB\u30C1\u30E3\u30F3\u30CD\u30EB\u3001WeChat\u3001WeChat Exchange\u3067\u30D5\u30A9\u30ED\u30FC\u3057\u3066\u3044\u305F\u3060\u304F\u304B\u3001\u4EE5\u4E0B\u306E<5>E\u30E1\u30FC\u30EB\u3067\u66F4\u65B0\u60C5\u5831\u3092<5>\u8CFC\u8AAD\u3057\u3066\u304F\u3060\u3055\u3044\u3002",projectHomepage:"\u30D7\u30ED\u30B8\u30A7\u30AF\u30C8\u30FB\u30DB\u30FC\u30E0",joinTelegramGroup:"\u30E6\u30FC\u30B6\u30FC\u30B0\u30EB\u30FC\u30D7\u306B\u53C2\u52A0\u3057\u3066\u3001\u6A5F\u80FD\u306B\u95A2\u3059\u308B\u30C7\u30A3\u30B9\u30AB\u30C3\u30B7\u30E7\u30F3\u306B\u53C2\u52A0",wechatPublicAccount:"WeChat\u30D1\u30D6\u30EA\u30C3\u30AF",wechatCommunities:"WeChat\u4EA4\u6D41\u30B0\u30EB\u30FC\u30D7",qqCommunities:"QQ\u30B3\u30DF\u30E5\u30CB\u30B1\u30FC\u30B7\u30E7\u30F3\u30C1\u30E3\u30F3\u30CD\u30EB",joinTelegramChannel:"\u6700\u65B0\u60C5\u5831\u306FTelegram\u30C1\u30E3\u30F3\u30CD\u30EB\u3092\u30D5\u30A9\u30ED\u30FC",feedbackAndJoin:"\u8CEA\u554F \u30D5\u30A3\u30FC\u30C9\u30D0\u30C3\u30AF / \u30B0\u30EB\u30FC\u30D7\u8FFD\u52A0",autoSync:"\u81EA\u52D5\u6642\u523B\u540C\u671F",loadingThemeTitle:"\u30ED\u30FC\u30C7\u30A3\u30F3\u30B0\u30FB\u30B9\u30BF\u30A4\u30EB",loadingThemeDescription:"\u7FFB\u8A33\u30ED\u30FC\u30C9\u5F85\u3061\u6642\u9593\u306E\u30B9\u30BF\u30A4\u30EB\u8A2D\u5B9A","loadingTheme.spinner":"\u56DE\u8EE2\u30A2\u30CB\u30E1\u30FC\u30B7\u30E7\u30F3","loadingTheme.text":"\u9759\u7684\u30C6\u30AD\u30B9\u30C8 ","loadingTheme.none":"\u8868\u793A\u306A\u3057",developerDescription:"\u9AD8\u5EA6\u306A\u30AB\u30B9\u30BF\u30DE\u30A4\u30BA\u306B\u95A2\u3059\u308B\u30C9\u30AD\u30E5\u30E1\u30F3\u30C8\u306F<1>\u3053\u3061\u3089\u3092\u3054\u89A7\u304F\u3060\u3055\u3044\u3002","edit border color":"\u30DC\u30FC\u30C0\u30FC\u30AB\u30E9\u30FC\u306E\u5909\u66F4",successSyncButNoChange:"\u73FE\u5728\u306E\u30B3\u30F3\u30D5\u30A3\u30AE\u30E5\u30EC\u30FC\u30B7\u30E7\u30F3\u306F\u30AF\u30E9\u30A6\u30C9\u3068\u4E00\u81F4\u3057\u3066\u3044\u308B",customTheme:"\u30AB\u30B9\u30BF\u30E0\u30AB\u30E9\u30FC\u3068\u30B5\u30A4\u30BA","customThemeLabel.borderColor":"\u30DC\u30FC\u30C0\u30FC\u30AB\u30E9\u30FC","customThemeLabel.borderRadius":"\u4E38\u307F\u3092\u5E2F\u3073\u305F\u30A8\u30C3\u30B8","customThemeLabel.textColor":"\u30C6\u30AD\u30B9\u30C8\u30AB\u30E9\u30FC","customThemeLabel.backgroundColor":"\u80CC\u666F\u8272","customThemeLabel.zoom":"\u30D5\u30A9\u30F3\u30C8\u30FB\u30B9\u30B1\u30FC\u30EA\u30F3\u30B0 (%)","customThemeLabel.opacity":"\u30C6\u30AD\u30B9\u30C8\u306E\u4E0D\u900F\u660E\u5EA6 (%)",resetToDefaultColor:"\u30C7\u30D5\u30A9\u30EB\u30C8\u30AB\u30E9\u30FC\u306B\u623B\u3059",resetToDefaultSettings:"\u30C7\u30D5\u30A9\u30EB\u30C8\u8A2D\u5B9A\u306B\u623B\u3059",isTranslateTitle:"\u30DA\u30FC\u30B8\u30BF\u30A4\u30C8\u30EB\u306E\u7FFB\u8A33\u3092\u6709\u52B9\u306B\u3059\u308B",isTranslateTitleDescription:"\u30AA\u30F3\u306B\u3059\u308B\u3068\u3001\u30DA\u30FC\u30B8\u30BF\u30A4\u30C8\u30EB\u304C\u7FFB\u8A33\u3055\u308C\u307E\u3059",enableSearchEnhancement:"\u30D0\u30A4\u30EA\u30F3\u30AC\u30EB\u30E1\u30C3\u30BB\u30FC\u30B8\u3092\u6709\u52B9\u306B\u3059\u308B",enableSearchEnhancementDescription:"\u6709\u52B9\u306B\u3059\u308B\u3068\u3001\u5BFE\u5FDC\u30B5\u30A4\u30C8\uFF08Google News\u3001Google Search\uFF08\u4E00\u90E8\u30AD\u30FC\u30EF\u30FC\u30C9\uFF09\u3001Snowball\u3001Oriental Fortune\u3001Futura\u3001Tiger Community\uFF09\u306E\u53F3\u30AB\u30E9\u30E0\u306B\u3001\u8A72\u5F53\u3059\u308B\u82F1\u8A9E\u30AD\u30FC\u30EF\u30FC\u30C9\u3067\u300CGoogle News\u300D\u306E\u691C\u7D22\u7D50\u679C\u304C\u81EA\u52D5\u7684\u306B\u8868\u793A\u3055\u308C\u308B\u3088\u3046\u306B\u306A\u308A\u307E\u3059\u3002",verifyService:"\u30B5\u30FC\u30D3\u30B9\u306E\u30C6\u30B9\u30C8\u306F\u3053\u3061\u3089",verified:"\u6210\u529F\u306E\u78BA\u8A8D","field.langs":"\u5BFE\u5FDC\u8A00\u8A9E\u30B3\u30FC\u30C9","field.model":"\u30E2\u30C7\u30EA\u30F3\u30B0","field.translationEngine":"\u7FFB\u8A33\u30A8\u30F3\u30B8\u30F3","field.limitPerMinute":"1\u5206\u3042\u305F\u308A\u306E\u6700\u5927\u30EA\u30AF\u30A8\u30B9\u30C8\u6570","field.limitPerSecond":"1\u79D2\u3042\u305F\u308A\u306E\u6700\u5927\u30EA\u30AF\u30A8\u30B9\u30C8\u6570","field.maxTextLengthPerRequest":"\u30EA\u30AF\u30A8\u30B9\u30C8\u3054\u3068\u306E\u6700\u5927\u30C6\u30AD\u30B9\u30C8\u9577","field.maxTextGroupLengthPerRequest":"\u30EA\u30AF\u30A8\u30B9\u30C8\u3054\u3068\u306E\u6700\u5927\u6BB5\u843D\u6570","field.apiUrl":"\u30AB\u30B9\u30BF\u30E0API\u30A4\u30F3\u30BF\u30FC\u30D5\u30A7\u30FC\u30B9\u306E\u30A2\u30C9\u30EC\u30B9","field.placeholderDelimiters":"\u4E88\u7D04\u30D7\u30EC\u30FC\u30B9\u30DB\u30EB\u30C0","description.custom":"\u30AB\u30B9\u30BF\u30E0\u30A4\u30F3\u30BF\u30FC\u30D5\u30A7\u30FC\u30B9\u30A2\u30AF\u30BB\u30B9 \u8981\u30C9\u30AD\u30E5\u30E1\u30F3\u30C6\u30FC\u30B7\u30E7\u30F3","description.limitPerMinute":"\u3053\u306E\u5236\u9650\u3092\u8D85\u3048\u305F\u30EA\u30AF\u30A8\u30B9\u30C8\u306F\u3001\u6B21\u306E\u5206\u304C\u59CB\u307E\u308B\u307E\u3067\u30AD\u30E5\u30FC\u306B\u5165\u308A\u307E\u3059\u3002OpenAI\u306E\u73FE\u5728\u306E\u30B5\u30FC\u30D3\u30B9\u306B\u306F\u3055\u307E\u3056\u307E\u306A\u5236\u9650\u304C\u3042\u308B\u305F\u3081\u3001\u6700\u65B0\u306E\u63A8\u5968\u5024\u306F<1>\u3053\u3061\u3089\u3092\u3054\u89A7\u304F\u3060\u3055\u3044\u3002","description.limitPerSecond":"\u3053\u306E\u5236\u9650\u3092\u8D85\u3048\u305F\u30EA\u30AF\u30A8\u30B9\u30C8\u306F\u3001\u6B21\u306E\u79D2\u304C\u59CB\u307E\u308B\u307E\u3067\u30AD\u30E5\u30FC\u306B\u5165\u308A\u307E\u3059\u3002OpenAI\u306E\u73FE\u5728\u306E\u30B5\u30FC\u30D3\u30B9\u306B\u306F\u3055\u307E\u3056\u307E\u306A\u5236\u9650\u304C\u3042\u308B\u305F\u3081\u3001\u6700\u65B0\u306E\u63A8\u5968\u5024\u306F<1>\u3053\u3061\u3089\u3092\u3054\u89A7\u304F\u3060\u3055\u3044\u3002","description.generalLimitPerSecond":"\u3053\u306E\u5236\u9650\u3092\u8D85\u3048\u305F\u30EA\u30AF\u30A8\u30B9\u30C8\u306F\u3001\u6B21\u306E\u79D2\u304C\u59CB\u307E\u308B\u307E\u3067\u30AD\u30E5\u30FC\u306B\u5165\u308B\u3002","description.prompt":"\u30E6\u30FC\u30B6\u30FC\u3068\u3057\u3066 {service} \u306B\u9001\u4FE1\u3055\u308C\u308B\u5BFE\u8A71\u3067\u3001{{text}} \u306F\u6BB5\u843D\u306E\u30C6\u30AD\u30B9\u30C8\u5185\u5BB9\u3092\u793A\u3057\u3001{{from}} \u306F\u6BB5\u843D\u306E\u8A00\u8A9E\u3092\u793A\u3057\u3001{{to}} \u306F\u76EE\u6A19\u8A00\u8A9E\u3092\u793A\u3057\u307E\u3059\u3002","description.maxTextLengthPerRequest":"\u30EA\u30AF\u30A8\u30B9\u30C8\u3042\u305F\u308A\u306E\u6700\u5927\u6587\u5B57\u6570\u304C\u5927\u304D\u3059\u304E\u308B\u3068\u3001\u30A4\u30F3\u30BF\u30FC\u30D5\u30A7\u30FC\u30B9\u306E\u5FDC\u7B54\u304C\u9045\u304F\u306A\u308B\u306E\u3067\u3001\u3053\u306E\u30AA\u30D7\u30B7\u30E7\u30F3\u3092\u8ABF\u6574\u3057\u3066\u901F\u5EA6\u3092\u6700\u9069\u5316\u3057\u3066\u304F\u3060\u3055\u3044\u3002","description.systemPrompt":"\u30B7\u30B9\u30C6\u30E0\u3068\u3057\u3066OpenAI\u306B\u9001\u3089\u308C\u308B\u30C0\u30A4\u30A2\u30ED\u30B0\u3002 {{text}} \u306F\u6BB5\u843D\u306E\u30C6\u30AD\u30B9\u30C8\u5185\u5BB9\u3001{{from}} \u306F\u6BB5\u843D\u306E\u8A00\u8A9E\u3001{{to}} \u306F\u30BF\u30FC\u30B2\u30C3\u30C8\u8A00\u8A9E\u3092\u793A\u3059\u3002","field.domain":"\u30EC\u30A2\u30EB","description.domain":"\u30C7\u30D5\u30A9\u30EB\u30C8\u306F\uFF1Ageneral \u3067\u3059\u3002Arima API \u30B3\u30F3\u30BD\u30FC\u30EB\u3067\u30C9\u30E1\u30A4\u30F3\u5909\u63DB\u304C\u6709\u52B9\u306B\u306A\u3063\u3066\u3044\u308B\u5834\u5408\u306E\u307F\u8A2D\u5B9A\u3067\u304D\u307E\u3059\u3002","field.scene":"\u53D6\u308B","description.scene":"\u30C7\u30D5\u30A9\u30EB\u30C8\u306F\uFF1A\u4E00\u822C\u3067\u3059\u3002AliCloud API\u30B3\u30F3\u30BD\u30FC\u30EB\u3067Machine Translation Pro\u3092\u958B\u3044\u305F\u5834\u5408\u306E\u307F\u8A2D\u5B9A\u3067\u304D\u307E\u3059\u3002","field.vocabId":"\u30E6\u30FC\u30B6\u30FC\u8F9E\u66F8ID","description.vocabId":"\u6307\u5B9A\u3055\u308C\u305F\u8F9E\u66F8out_id\u306F\u3001\u73FE\u5728\u3001\u82F1\u8A9E\u304B\u3089\u4E2D\u56FD\u8A9E\u3078\u306E\u7FFB\u8A33\u3092\u30B5\u30DD\u30FC\u30C8\u3057\u3066\u3044\u308B\u3002","description.model":"OpenAI\u306E\u30E2\u30C7\u30EB\u306F\u3001gpt-3.5-turbo\u3001gpt-4\u306A\u3069\u3002","description.maxTextGroupLengthPerRequest":"\u4E00\u5EA6\u306B\u7FFB\u8A33\u30B5\u30FC\u30D3\u30B9\u306B\u9001\u4FE1\u3055\u308C\u308B\u6BB5\u843D\u6570\u3002\u6BB5\u843D\u6570\u304C\u591A\u3059\u304E\u308B\u3068\u3001\u30A4\u30F3\u30BF\u30FC\u30D5\u30A7\u30FC\u30B9\u306E\u5FDC\u7B54\u304C\u9045\u304F\u306A\u308B\u3053\u3068\u304C\u3042\u308A\u307E\u3059\u3002","description.apiUrl":"\u5177\u4F53\u7684\u306AURL\u3068\u30D1\u30B9\u3001<1>\u3088\u308A\u8A73\u3057\u3044\u8AAC\u660E\u3092\u8FFD\u52A0\u3057\u3066\u304F\u3060\u3055\u3044\u3002",enabledExtension:"\u30A8\u30AF\u30B9\u30C6\u30F3\u30B7\u30E7\u30F3\u306E\u6709\u52B9\u5316",clickToDisableExtension:"\u30AF\u30EA\u30C3\u30AF\u3057\u3066\u62E1\u5F35\u6A5F\u80FD\u3092\u7121\u52B9\u306B\u3059\u308B",clickToEnableExtension:"\u30AF\u30EA\u30C3\u30AF\u3057\u3066\u62E1\u5F35\u6A5F\u80FD\u3092\u6709\u52B9\u306B\u3059\u308B",hasBeenDisabled:"\u4F7F\u7528\u4E0D\u80FD","show password":"\u30D1\u30B9\u30EF\u30FC\u30C9\u3092\u8868\u793A\u3059\u308B",customContent:"\u30AB\u30B9\u30BF\u30E0\u30E2\u30C7\u30EB\u540D\u3092\u5165\u529B",inputOptions:"\u5165\u529B\u30DC\u30C3\u30AF\u30B9\u306E\u5F37\u5316",mouseHoverOptions:"\u30DE\u30A6\u30B9\u30DB\u30D0\u30FC",modifyMouseHoverKey:"\u30DE\u30A6\u30B9\u30DB\u30D0\u30FC\u30B7\u30E7\u30FC\u30C8\u30AB\u30C3\u30C8\u306E\u5909\u66F4",enableInputTranslation:"\u5165\u529B\u30DC\u30C3\u30AF\u30B9\u306E\u62E1\u5F35\u3092\u6709\u52B9\u306B\u3059\u308B\u304B\u3069\u3046\u304B",enableInputTranslationDescription:"\u6709\u52B9\u5316\u3057\u305F\u3089\u3001 {startingKey}{startingKey} hello \u3068\u5165\u529B\u30DC\u30C3\u30AF\u30B9\u306B\u76F4\u63A5\u5165\u529B\u3057\u3001{inputTrailingTriggerKeyRepeatTimes}times{trailingKey}\u3092\u7D20\u65E9\u304F\u62BC\u3057\u3066\u3001 {inputTargetLanguage}\u306B\u5909\u63DB\u3059\u308B\u3002",enableInputTranslationDescriptionForNoneKey:"\u6709\u52B9\u306B\u3057\u305F\u3089\u3001\uFF1AHello World\u3068\u5165\u529B\u30DC\u30C3\u30AF\u30B9\u306B\u76F4\u63A5\u5165\u529B\u3057\u3001{inputTrailingTriggerKeyRepeatTimes}{trailingKey}\u3092\u7D20\u65E9\u304F\u62BC\u3057\u3066\u3001\u30C7\u30D5\u30A9\u30EB\u30C8\u306E\u30BF\u30FC\u30B2\u30C3\u30C8\u8A00\u8A9E\u306B\u7FFB\u8A33\u3059\u308B\u3002",inputTargetLanguage:"\u5165\u529B\u30DC\u30C3\u30AF\u30B9\u306E\u30C7\u30D5\u30A9\u30EB\u30C8\u30BF\u30FC\u30B2\u30C3\u30C8\u8A00\u8A9E\u306E\u8A2D\u5B9A",inputTargetLanguageDescription:"\u5165\u529B\u30DC\u30C3\u30AF\u30B9\u7FFB\u8A33\u306E\u30C7\u30D5\u30A9\u30EB\u30C8\u30BF\u30FC\u30B2\u30C3\u30C8\u8A00\u8A9E\u3001\u3059\u306A\u308F\u3061\u3001\u30C8\u30EA\u30AC\u30FC\u30EF\u30FC\u30C9\u306E\u30C7\u30D5\u30A9\u30EB\u30C8\u8A00\u8A9E\u3068\u3057\u3066 {startingKey}{startingKey}",inputTargetLanguageDescriptionForNoneKey:"\u5165\u529B\u30DC\u30C3\u30AF\u30B9\u7FFB\u8A33\u306E\u30C7\u30D5\u30A9\u30EB\u30C8\u30BF\u30FC\u30B2\u30C3\u30C8\u8A00\u8A9E",inputStartingTriggerKeyTitle:"\u5165\u529B\u30DC\u30C3\u30AF\u30B9\u306E\u90E8\u5206\u7FFB\u8A33\u306E\u305F\u3081\u306E\u5206\u5272\u6587\u5B57\u306E\u8A2D\u5B9A",inputStartingTriggerKeyDescription:"\u5165\u529B\u30DC\u30C3\u30AF\u30B9\u5168\u4F53\u3092\u7FFB\u8A33\u3059\u308B\u5FC5\u8981\u304C\u306A\u3044\u5834\u5408\u3001\u30B9\u30D7\u30EA\u30C3\u30BF\u30FC\u306F {startingKey}{startingKey} \u304B\u3089\u5165\u529B\u30DC\u30C3\u30AF\u30B9\u306E\u6700\u5F8C\u307E\u3067\u306E\u90E8\u5206\u3060\u3051\u3092\u7FFB\u8A33\u3059\u308B\u3053\u3068\u304C\u3067\u304D\u307E\u3059\u3002\u307E\u305F\u3001\u8A00\u8A9E\u30B3\u30FC\u30C9\u3092\u6307\u5B9A\u3059\u308B\u3053\u3068\u3082\u3067\u304D\u307E\u3059\u3002\u4F8B\u3048\u3070\u3001\uFF1A{startingKey}ja \u306F {startingKey}ja \u304B\u3089\u5165\u529B\u30DC\u30C3\u30AF\u30B9\u306E\u6700\u5F8C\u307E\u3067\u306E\u90E8\u5206\u3060\u3051\u3092\u7FFB\u8A33\u3059\u308B\u3053\u3068\u3092\u610F\u5473\u3057\u307E\u3059\u3002",inputStartingTriggerKeyDescriptionForNoneKey:"\u73FE\u5728\u306E\u63A5\u982D\u8F9E\u306A\u3057\u306E\u8A2D\u5B9A\u306F\u4E0D\u8981\u3067\u3042\u308A\u3001\u5165\u529B\u30DC\u30C3\u30AF\u30B9\u306E\u4E00\u90E8\u306E\u30C6\u30AD\u30B9\u30C8\u306E\u7FFB\u8A33\u6A5F\u80FD\u306F\u73FE\u6642\u70B9\u3067\u306F\u5229\u7528\u3067\u304D\u306A\u3044\u3002",inputTrailingTriggerKeyTitle:"\u5165\u529B\u7D42\u4E86\u30C8\u30EA\u30AC\u30FC\u6587\u5B57\u3092\u9078\u629E\u3059\u308B",inputTrailingTriggerKeyDescription:"3 quick hits{trailingKey} \u7FFB\u8A33\u3092\u958B\u59CB\u3057\u307E\u3059\uFF01",inputTrailingTriggerKeyTimeout:"\u6226\u95D8\u7D42\u4E86\u30C8\u30EA\u30AC\u30FC\u307E\u3067\u306E\u6642\u9593\u3092\u5165\u529B\u3059\u308B\u3002",inputTrailingTriggerKeyTimeoutDescription:"\u5165\u529B\u7D42\u4E86\u30B3\u30F3\u30DC\u306E\u30C8\u30EA\u30AC\u30FC\u307E\u3067\u306E\u6642\u9593\uFF08\u30DF\u30EA\u79D2\uFF09\u3092\u8A2D\u5B9A\u3059\u308B\u3002",spaceKey:"<\u7A7A\u683C\u952E>",noneKey:"\u63A5\u982D\u8F9E\u306A\u3057\u306E\u30C6\u30AD\u30B9\u30C8\u30DC\u30C3\u30AF\u30B9\u5168\u4F53\u306E\u76F4\u63A5\u7FFB\u8A33",inputTranslationBlockUrlsTitle:"\u4EE5\u4E0B\u306EURL\u3067\u306F\u3001\u5165\u529B\u30DC\u30C3\u30AF\u30B9\u306E\u62E1\u5F35\u6A5F\u80FD\u3092\u6709\u52B9\u306B\u3057\u306A\u3044\u3067\u304F\u3060\u3055\u3044\u3002",inputTranslationBlockUrlsDescription:"\u5165\u529B\u30DC\u30C3\u30AF\u30B9\u306E\u6A5F\u80FD\u62E1\u5F35\u306F\u3001\u4EE5\u4E0B\u306EURL\u3067\u306F\u6A5F\u80FD\u3057\u307E\u305B\u3093\u3002",clickToSeeQuickDemo:"\u30AF\u30EA\u30C3\u30AF\u3057\u306630\u79D2\u306E\u30C1\u30E5\u30FC\u30C8\u30EA\u30A2\u30EB\u30D3\u30C7\u30AA\u3092\u62E1\u5927",inputHelperInfo:"\u8AAC\u660E\uFF1A\u4E2D\u56FD\u8A9E\u306E\u5165\u529B\u30E1\u30BD\u30C3\u30C9\u3067\u306F\u3001\u3044\u304F\u3064\u304B\u306E\u30C8\u30EA\u30AC\u30FC\u6587\u5B57\u304C\u4E2D\u56FD\u8A9E\u306E\u53E5\u8AAD\u70B9\u306B\u5909\u308F\u308B\u3068\u3044\u3046\u4E8B\u5B9F\u306B\u6700\u9069\u5316\u3057\u307E\u3057\u305F\u3002\u4F8B\u3048\u3070\u3001/ \u306F Sogou \u5165\u529B\u30E1\u30BD\u30C3\u30C9\u3067\u306F\u3001\u30C0\u30F3\u8A18\u53F7\u306B\u5909\u308F\u308A\u307E\u3059\u3002

\u307E\u305F\u3001\u8A00\u8A9E<1>\u30B3\u30FC\u30C9\u306E\u4E2D\u56FD\u8A9E\u30A8\u30A4\u30EA\u30A2\u30B9\u3082\u30B3\u30DE\u30F3\u30C9\u3068\u3057\u3066\u30B5\u30DD\u30FC\u30C8\u3057\u3066\u304A\u308A\u3001\u4F8B\u3048\u3070 /Japanese Hello World \u306F\u65E5\u672C\u8A9E\u306B\u7FFB\u8A33\u3055\u308C\u307E\u3059\u3002",reloadCurrentPage:"\u7FFB\u8A33\u3092\u958B\u59CB\u3059\u308B\u524D\u306B\u3001\u73FE\u5728\u306E\u30DA\u30FC\u30B8\u3092\u66F4\u65B0\u3057\u3066\u304F\u3060\u3055\u3044\u3002",noLocalFilePermissionForPDF:"\u30ED\u30FC\u30AB\u30EB\u30D5\u30A1\u30A4\u30EB\u3092\u8AAD\u307F\u8FBC\u3080\u6A29\u9650\u304C\u3042\u308A\u307E\u305B\u3093\u3002\u4E0A\u306E\u30DC\u30BF\u30F3\u3092\u30AF\u30EA\u30C3\u30AF\u3057\u3066\u3001\u30ED\u30FC\u30AB\u30EB\u30D5\u30A1\u30A4\u30EB\u3092\u30A4\u30F3\u30DD\u30FC\u30C8\u3057\u3066\u304F\u3060\u3055\u3044\u3002",noPermissionForThisPage:"\u26A0\uFE0F \u73FE\u5728\u306E\u30DA\u30FC\u30B8\u3092\u7FFB\u8A33\u3059\u308B\u6A29\u9650\u304C\u306A\u3044",retryAllParagraphs:"\u3059\u3079\u3066\u306E\u30A8\u30E9\u30FC\u30D1\u30C3\u30BB\u30FC\u30B8\u3092\u518D\u8A66\u884C\u3059\u308B",retryAllButton:"\u3059\u3079\u3066\u306E\u30A8\u30E9\u30FC\u30D1\u30C3\u30BB\u30FC\u30B8\u3092\u518D\u8A66\u884C\u3059\u308B",errorTooltipTitle:"\u30AF\u30EA\u30C3\u30AF\u3057\u3066\u30A8\u30E9\u30FC\u306E\u539F\u56E0\u3092\u898B\u308B",errorModalTitle:"\u7FFB\u8A33\u30B5\u30FC\u30D3\u30B9\u304B\u30CD\u30C3\u30C8\u30EF\u30FC\u30AF\u306B\u4F55\u304B\u554F\u984C\u304C\u3042\u308B\u3088\u3046\u3060...\u3002",disableConfirm:"\u30D0\u30A4\u30EA\u30F3\u30AC\u30EB\u60C5\u5831\u5F37\u5316\u8A2D\u5B9A",disableOnce:"\u3053\u306E\u969C\u5BB3",disableGlobal:"\u6C38\u4E45\u306B\u7121\u52B9\u306B\u3059\u308B",disableTint:"* {option}\u3002",searchEnhancementNotes:"\u4E2D\u56FD\u8A9E\u30AD\u30FC\u30EF\u30FC\u30C9\u3068\u82F1\u8A9E\u30AD\u30FC\u30EF\u30FC\u30C9\u3067\u306F\u3001\u30CB\u30E5\u30FC\u30B9\u306E\u691C\u7D22\u7D50\u679C\u304C\u5927\u304D\u304F\u7570\u306A\u308B\u3053\u3068\u304C\u308F\u304B\u308A\u307E\u3057\u305F\u3002 \u30A4\u30DE\u30FC\u30B7\u30D6\u7FFB\u8A33\u30D0\u30A4\u30EA\u30F3\u30AC\u30EB\u60C5\u5831\u5F37\u5316\u6A5F\u80FD\u3092\u6709\u52B9\u306B\u3059\u308B\u3068\u3001\u5BFE\u5FDC\u30B5\u30A4\u30C8\uFF08Google\u30CB\u30E5\u30FC\u30B9\u3001Google\u691C\u7D22\uFF08\u4E00\u90E8\u30AD\u30FC\u30EF\u30FC\u30C9\uFF09\u3001Snowball\u3001Oriental Wealth\u3001Futura\u3001Tiger\uFF09\u3067\u540C\u3058\u30AD\u30FC\u30EF\u30FC\u30C9\u3092\u82F1\u8A9E\u3067\u81EA\u52D5\u7684\u306B\u691C\u7D22\u3057\u3001\u53F3\u5074\u306B\u8868\u793A\u3057\u307E\u3059\u3002\u3053\u306E\u6A5F\u80FD\u304C\u4E0D\u8981\u306A\u5834\u5408\u306F\u3001\u7121\u52B9\u306B\u3059\u308B\u3053\u3068\u3082\u3067\u304D\u307E\u3059\u3002",option:"\u30BB\u30C3\u30C8\u30A2\u30C3\u30D7",saveSettings:"\u8A2D\u5B9A\u306E\u4FDD\u5B58",closeModal:"\u30A6\u30A3\u30F3\u30C9\u30A6\u3092\u9589\u3058\u308B",enableInputTranslationWithoutTriggerKeyTitle:"{trailingKey}\u3001\u5165\u529B\u30DC\u30C3\u30AF\u30B9\u5168\u4F53\u3092\u76F4\u63A5{inputTargetLanguage}\u3002",enableInputTranslationWithoutTriggerKeyDescription:"\u4F8B\u3048\u3070\u3001\uFF1Aja Hello World \u306E\u3088\u3046\u306B\u3002",mouseHoverShortcutPlaceholder:"\u4F8B\uFF1A\uFF1A\u30B7\u30D5\u30C8",deepLProName:"\u6CA1\u5165\u578B\u7FFB\u8A33\u30D7\u30ED\u30E1\u30F3\u30D0\u30FC\uFF08\u63A8\u5968\uFF09",deepLProDescription:"\u73FE\u5728\u306E\u30D1\u30C3\u30B1\u30FC\u30B8\u306F\u76F4\u63A5\u4F7F\u7528\u3067\u304D\u308B",deeplProDescriptionForNormal:"\u30BB\u30C3\u30C8\u30A2\u30C3\u30D7\u4E0D\u8981\u3001\u4F1A\u54E1\u306E\u65B9\u306F\u30ED\u30B0\u30A4\u30F3\u5F8C\u5229\u7528\u53EF\u80FD\u3001<1>\u4F1A\u54E1\u3078\u306E\u30A2\u30C3\u30D7\u30B0\u30EC\u30FC\u30C9\u306F\u3053\u3061\u3089",deepLCustomDescription:"\u6D77\u5916\u767A\u884C\u306E\u30AF\u30EC\u30B8\u30C3\u30C8\u30AB\u30FC\u30C9\u304C\u5FC5\u8981 <1>\u3002",deepLCustomName:"\u30AB\u30B9\u30BF\u30E0\u8A8D\u8A3C\u30AD\u30FC",chooseProviderLabel:"\u30B5\u30FC\u30D3\u30B9\u30FB\u30D7\u30ED\u30D0\u30A4\u30C0\u30FC\u306E\u9078\u629E",openaiProName:"\u6CA1\u5165\u578B\u7FFB\u8A33\u30D7\u30ED\u30E1\u30F3\u30D0\u30FC\uFF08\u63A8\u5968\uFF09",openaiProDescription:"\u73FE\u5728\u306E\u30D1\u30C3\u30B1\u30FC\u30B8\u306F\u76F4\u63A5\u4F7F\u7528\u3067\u304D\u308B",openaiProDescriptionForNormal:"\u30BB\u30C3\u30C8\u30A2\u30C3\u30D7\u4E0D\u8981\u3001\u4F1A\u54E1\u306E\u65B9\u306F\u30ED\u30B0\u30A4\u30F3\u5F8C\u5229\u7528\u53EF\u80FD\u3001<1>\u4F1A\u54E1\u3078\u306E\u30A2\u30C3\u30D7\u30B0\u30EC\u30FC\u30C9\u306F\u3053\u3061\u3089",openaiCustomDescription:"OpenAI\u3001Azure OpenAI\u3001\u307E\u305F\u306F\u305D\u306E\u4ED6\u306E\u30B5\u30FC\u30C9\u30D1\u30FC\u30C6\u30A3\u30B5\u30FC\u30D3\u30B9\u3067\u5229\u7528\u53EF\u80FD\u3067\u3059<1>\u3002",openaiCustomName:"\u30AB\u30B9\u30BF\u30E0API\u30AD\u30FC",needLoginAction:"(\u30AA\u30FC\u30D7\u30F3\u30FB\u30E1\u30F3\u30D0\u30FC\u307E\u305F\u306F\u30AB\u30B9\u30BF\u30DE\u30A4\u30BA\uFF09",goLoginOrAction:"(\u30E1\u30F3\u30D0\u30FC\u30B7\u30C3\u30D7\u3092\u958B\u304F\u304B\u3001\u8A2D\u5B9A\u306B\u9032\u3080)",yearly:"\u9023\u7D9A\u5E74\u6255\u3044\u3092\u3059\u308B",quarterly:"\u9806\u6B21\u5305\u88C5",monthly:"\u30DE\u30F3\u30B9\u30EA\u30FC\u30FB\u30B5\u30D6\u30B9\u30AF\u30EA\u30D7\u30B7\u30E7\u30F3",yearlyForOnce:"\u5E74\u9593\u30D1\u30C3\u30B1\u30FC\u30B8",monthlyForOnce:"\u67081\u56DE\u30D1\u30C3\u30B1\u30FC\u30B8",daily:"\u9023\u7D9A\u30D1\u30B1\u30C3\u30C8\u65E5",year:"\u9023\u7D9A\u5E74\u6255\u3044\u3092\u3059\u308B",quarter:"\u9806\u6B21\u5305\u88C5",month:"\u30DE\u30F3\u30B9\u30EA\u30FC\u30FB\u30B5\u30D6\u30B9\u30AF\u30EA\u30D7\u30B7\u30E7\u30F3",day:"\u9023\u7D9A\u30D1\u30B1\u30C3\u30C8\u65E5",onetime_7day:"7\u65E5\u9593\u4F53\u9A13\u30D1\u30C3\u30AF",currentPlanDescriptionForFree:"\u73FE\u5728\u306E\u30D1\u30C3\u30B1\u30FC\u30B8\uFF1A\u7121\u6599",currentPlanDescriptionForContinuous:"\u73FE\u5728\u306E\u30D1\u30C3\u30B1\u30FC\u30B8\uFF1A{plan}\u306F {endAt} \u306B\u81EA\u52D5\u66F4\u65B0\u3055\u308C\u307E\u3059\u3002",currentPlanDescriptionForAutoRenewCaceling:"\u73FE\u5728\u306E\u30D1\u30C3\u30B1\u30FC\u30B8\uFF1A{plan}\u306E\u6709\u52B9\u671F\u9650\u306F {endAt} \u3068\u306A\u308A\u3001\u6709\u52B9\u671F\u9650\u5207\u308C\u306B\u3088\u308B\u81EA\u52D5\u66F4\u65B0\u306F\u884C\u308F\u308C\u307E\u305B\u3093\u3002",currentYearlyPlanDescriptionForAutoRenewCacelingWithRealPaiedUser:"\u73FE\u5728\u306E\u30D1\u30C3\u30B1\u30FC\u30B8\u3001\uFF1A{plan}\u306F\u3001 {endAt} \u306B\u671F\u9650\u5207\u308C\u3068\u306A\u308A\u3001\u671F\u9650\u5207\u308C\u306B\u3088\u308B\u81EA\u52D5\u66F4\u65B0\u306F\u884C\u308F\u308C\u307E\u305B\u3093\u3002
<1>\u66F4\u65B0\u30D7\u30E9\u30F3\u306E\u7BA1\u7406\u306F\u3053\u3061\u3089",currentYearlyPlanDescriptionForAutoRenewCacelingWithAdmin:"\u73FE\u5728\u306E\u30D1\u30C3\u30B1\u30FC\u30B8\u3001\uFF1A{plan}\u306F\u3001 {endAt} \u306B\u671F\u9650\u5207\u308C\u3068\u306A\u308A\u3001\u671F\u9650\u5207\u308C\u306B\u3088\u308B\u81EA\u52D5\u66F4\u65B0\u306F\u884C\u308F\u308C\u307E\u305B\u3093\u3002
<1>\u7D99\u7D9A\u7684\u306A\u5E74\u9593\u8CFC\u8AAD\u3092\u6709\u52B9\u306B\u3059\u308B\u306B\u306F\u3001\u3053\u3053\u3092\u30AF\u30EA\u30C3\u30AF\u3057\u3066\u304F\u3060\u3055\u3044\u3002",currentPlanDescriptionForOneTime:"\u73FE\u5728\u306E\u8CFC\u8AAD\uFF1A{plan}\u306F {endAt} \u3067\u671F\u9650\u5207\u308C\u3068\u306A\u308A\u307E\u3059\u3002<1>\u5E74\u4F1A\u8CBB\u307E\u305F\u306F<2>\u6708\u4F1A\u8CBB<1>\u3078\u306E\u30A2\u30C3\u30D7\u30B0\u30EC\u30FC\u30C9\u306F\u3053\u3061\u3089\u3092\u30AF\u30EA\u30C3\u30AF\u3057\u3066\u304F\u3060\u3055\u3044\u3002",upgradePlan:"\u30D7\u30ED\u4F1A\u54E1\u3078\u306E\u30A2\u30C3\u30D7\u30B0\u30EC\u30FC\u30C9\u306F\u3053\u3061\u3089",upgradeToPro:"\u30D7\u30ED\u4F1A\u54E1\u3078\u306E\u30A2\u30C3\u30D7\u30B0\u30EC\u30FC\u30C9","popup.openPro":"DeepL\u3068OpenAI\u306E\u7FFB\u8A33\u3092\u304A\u697D\u3057\u307F\u3044\u305F\u3060\u304F\u306B\u306F\u3001Pro\u30E1\u30F3\u30D0\u30FC\u30B7\u30C3\u30D7\u306B\u30A2\u30C3\u30D7\u30B0\u30EC\u30FC\u30C9\u3057\u3066\u304F\u3060\u3055\u3044\uFF01","popup.openProForPro":"\u3042\u306A\u305F\u306F\u3001DeepL\u3068OpenAI\u306E\u7FFB\u8A33\u306B\u76F4\u63A5\u30A2\u30AF\u30BB\u30B9\u3067\u304D\u308B\u30D7\u30ED\u30E1\u30F3\u30D0\u30FC\u3067\u3059\uFF01",currentAccount:"\u5F53\u5EA7\u9810\u91D1",enableAutoSyncUserSettings:"\u8907\u6570\u306E\u30C7\u30D0\u30A4\u30B9\u9593\u3067\u81EA\u52D5\u30AF\u30E9\u30A6\u30C9\u540C\u671F\u304C\u53EF\u80FD",modalEnableInputTranslationTitle:"\u6CA1\u5165\u578B\u7FFB\u8A33\u5165\u529B\u30DC\u30C3\u30AF\u30B9 \u7FFB\u8A33\u30A2\u30E9\u30FC\u30C8",modalEnableInputTranslationDesc:"\u30B9\u30DA\u30FC\u30B9\u30D0\u30FC\u30923\u56DE\u9023\u6253\u3059\u308B\u3053\u3068\u3067\u3001Immersive Translation\u306E\u5165\u529B\u30DC\u30C3\u30AF\u30B9\u7FFB\u8A33\u304C\u958B\u59CB\u3055\u308C\u3001\u5165\u529B\u30DC\u30C3\u30AF\u30B9\u306E\u5185\u5BB9\u304C\u30C7\u30D5\u30A9\u30EB\u30C8\u306E\u30BF\u30FC\u30B2\u30C3\u30C8\u8A00\u8A9E\u306B\u7FFB\u8A33\u3055\u308C\u307E\u3059\u3002\u7FFB\u8A33\u306FCtrl+Z\u3067\u53D6\u308A\u6D88\u3059\u3053\u3068\u304C\u3067\u304D\u307E\u3059\u3002

\u3082\u3057\u3053\u308C\u304C\u9593\u9055\u3044\u3067\u3042\u3063\u305F\u3068\u3057\u3066\u3082\u3001\u4ECA\u56DE\u306F\u7121\u52B9\u306B\u3059\u308B\u304B\u3001\u6C38\u4E45\u306B\u5165\u529B\u30DC\u30C3\u30AF\u30B9\u306E\u7FFB\u8A33\u3092\u7121\u52B9\u306B\u3059\u308B\u304B\u3092\u9078\u629E\u3067\u304D\u307E\u3059\u306E\u3067\u3001\u3054\u5B89\u5FC3\u304F\u3060\u3055\u3044\u3002",saveAndNotShowAgain:"\u4FDD\u5B58\u3057\u3066\u30D7\u30ED\u30F3\u30D7\u30C8\u3092\u6B62\u3081\u308B",disableInputTranslationTips:"* {option} ,{learnMore}\u3067\u30C8\u30EA\u30AC\u30FC\u3059\u308B\u4ED6\u306E\u30B7\u30E7\u30FC\u30C8\u30AB\u30C3\u30C8\u3082\u8A2D\u5B9A\u3067\u304D\u308B\u3002",learnMore:"\u8A73\u7D30\u306F\u3053\u3061\u3089",continueEnalbeInputTranslation:"\u5F15\u304D\u7D9A\u304D\u5165\u529B\u30DC\u30C3\u30AF\u30B9\u306E\u7FFB\u8A33\u3092\u6709\u52B9\u306B\u3059\u308B",autoRenewTrialSuffix:'(\u30C8\u30E9\u30A4\u30A2\u30EB\u306E\u5834\u5408\u3001\u3059\u3050\u306B\u6B63\u4F1A\u54E1\u306B\u30A2\u30C3\u30D7\u30B0\u30EC\u30FC\u30C9)',upgradeFromTrialTitle:"\u6B63\u4F1A\u54E1\u3078\u306E\u30A2\u30C3\u30D7\u30B0\u30EC\u30FC\u30C9",subtitle:"\u30D3\u30C7\u30AA\u30AD\u30E3\u30D7\u30B7\u30E7\u30F3",youtubeService:"\u6620\u50CF\u5B57\u5E55\u7FFB\u8A33\u30B5\u30FC\u30D3\u30B9","subtitle.disabledSubtitle":"\u30D3\u30C7\u30AA\u5B57\u5E55\u6A5F\u80FD\u3092\u6C38\u4E45\u306B\u7121\u52B9\u306B\u3059\u308B","subtitle.disabledSubtitleDescription":"Immersive Translator\u306EVideo Subtitles\u304C\u4ED6\u306E\u62E1\u5F35\u6A5F\u80FD\u3068\u7AF6\u5408\u3059\u308B\u5834\u5408\u3001Immersive Translator\u306EVideo Subtitles\u306E\u6A5F\u80FD\u3092\u6C38\u4E45\u7684\u306B\u7121\u52B9\u306B\u3059\u308B\u304B\u3001\u7AF6\u5408\u3059\u308B\u4ED6\u306E\u62E1\u5F35\u6A5F\u80FD\u3092\u30A2\u30F3\u30A4\u30F3\u30B9\u30C8\u30FC\u30EB\u3059\u308B\u3053\u3068\u304C\u3067\u304D\u307E\u3059\u3002","subtitle.autoEnableSubtitle":"\u30D0\u30A4\u30EA\u30F3\u30AC\u30EB\u5B57\u5E55\u306E\u81EA\u52D5\u4F7F\u7528","subtitle.autoEnableSubtitleDescription":"\u6709\u52B9\u306B\u3057\u305F\u5F8C\u3001\u30D3\u30C7\u30AA\u304C\u518D\u751F\u3055\u308C\u308B\u3068\u304D\u306F\u3001\u81EA\u52D5\u7684\u306B\u4E8C\u304B\u56FD\u8A9E\u306E\u5B57\u5E55\u304C\u8868\u793A\u3055\u308C\u307E\u3059\u3002\u305D\u308C\u4EE5\u5916\u306E\u5834\u5408\u306F\u3001\u7FFB\u8A33\u30DC\u30BF\u30F3\u3092\u30AF\u30EA\u30C3\u30AF\u3059\u308B\u5FC5\u8981\u304C\u3042\u308A\u307E\u3059\u3002","subtitle.preTranslation":"\u6CA1\u5165\u578B\u7FFB\u8A33\u3067\u5B57\u5E55\u3092\u7FFB\u8A33","subtitle.preTranslationDescription":"\u6709\u52B9\u306E\u5834\u5408\u3001\u5B57\u5E55\u5168\u4F53\u304C\u4EE5\u4E0B\u306B\u6307\u5B9A\u3059\u308B\u7FFB\u8A33\u30B5\u30FC\u30D3\u30B9\u3092\u4F7F\u3063\u3066\u4E8B\u524D\u306B\u7FFB\u8A33\u3055\u308C\u30011\u6642\u9593\u306E\u52D5\u753B\u3067\u7D0450,000\u30C8\u30FC\u30AF\u30F3\uFF08\u6587\u5B57\u6570\uFF09\u3092\u6D88\u8CBB\u3057\u307E\u3059\u306E\u3067\u3001\u3054\u81EA\u8EAB\u306E\u5224\u65AD\u3067\u3054\u5229\u7528\u304F\u3060\u3055\u3044\u3002\u7121\u52B9\u306E\u5834\u5408\u3001\u30AA\u30EA\u30B8\u30CA\u30EB\u306E\u5B57\u5E55\u304C\u6700\u521D\u306B\u4F7F\u7528\u3055\u308C\u307E\u3059\u3002","subtitle.humanSubtitlesPreferred":"\u30D2\u30E5\u30FC\u30DE\u30F3\u30FB\u30AD\u30E3\u30D7\u30B7\u30E7\u30F3\u306E\u512A\u5148\u4F7F\u7528","subtitle.humanSubtitlesPreferredDescription":"\u30D3\u30C7\u30AA\u306B\u30BF\u30FC\u30B2\u30C3\u30C8\u8A00\u8A9E\u306E\u5B57\u5E55\u304C\u3042\u308B\u5834\u5408\u3001\u4EBA\u9593\u306E\u5B57\u5E55\u3092\u512A\u5148\u7684\u306B\u4F7F\u7528\u3059\u308B\uFF08\u63A8\u5968\uFF09",videoSubtitleTranslationDescription:"\u30D3\u30C7\u30AA\u5B57\u5E55\u7528\u306B\u5225\u306E\u7FFB\u8A33\u30B5\u30FC\u30D3\u30B9\u3092\u5272\u308A\u5F53\u3066\u308B",subtitleTranslating:"{service} \u3001\u5B57\u5E55\u3092\u7FFB\u8A33\u3057\u3066\u3044\u307E\u3059\u3002(\u30A4\u30DE\u30FC\u30B8\u30E7\u30F3\u7FFB\u8A33)",subtitleLoading:"\u5B57\u5E55\u3092\u8AAD\u307F\u8FBC\u3093\u3067\u3044\u307E\u3059...",bilingual:"\u30D0\u30A4\u30EA\u30F3\u30AC\u30EA\u30BA\u30E0","field.action":"\u767E\u5EA6\u7528\u8A9E\u3092\u6709\u52B9\u306B\u3059\u308B\u304B\u3069\u3046\u304B","description.action":"\u6709\u52B9\u5316\u3055\u308C\u308B\u3068\u3001\u30EA\u30AF\u30A8\u30B9\u30C8\u306Baction=1\u30D1\u30E9\u30E1\u30FC\u30BF\u304C\u8FFD\u52A0\u3055\u308C\u3001\u6709\u52B9\u5316\u3055\u308C\u305F\u7528\u8A9E\u3092Baidu\u306B\u901A\u77E5\u3059\u308B<1>\u3002",closeQuickTranslation:"\u30AF\u30ED\u30FC\u30BA\u30FB\u30DB\u30D0\u30FC\u30DC\u30FC\u30EB","closeQuickTranslation.untilNext":"\u4ECA\u56DE\u306F\u6B21\u56DE\u307E\u3067\u304A\u4F11\u307F","closeQuickTranslation.currentWebsite":"\u73FE\u5728\u306E\u30B5\u30A4\u30C8\u306F\u4F7F\u7528\u4E0D\u53EF","closeQuickTranslation.alwaysClose":"\u6C38\u4E45\u306B\u7121\u52B9\u306B\u3059\u308B","closeQuickTranslation.settingOpen":"<1>(\u8A2D\u5B9A\u30DA\u30FC\u30B8\u3067\u30AA\u30F3\u306B\u3067\u304D\u308B\uFF09","closeQuickTranslation.cancel":"\u30AD\u30E3\u30F3\u30BB\u30EB","closeQuickTranslation.confirm":"\u5B9A\u7FA9\u3059\u308B","floatBall.popup":"\u30AF\u30A4\u30C3\u30AF\u8A2D\u5B9A\u30D1\u30CD\u30EB\u3092\u958B\u304F","floatBall.translate":"\u30AF\u30EA\u30C3\u30AF\u3057\u3066\u30DA\u30FC\u30B8\u3092\u7FFB\u8A33\u3059\u308B","floatBall.showOriginal":"\u30AF\u30EA\u30C3\u30AF\u3057\u3066\u5143\u306E\u8A18\u4E8B\u306B\u623B\u308B","floatBall.close":"\u30AF\u30ED\u30FC\u30BA\u30FB\u30DB\u30D0\u30FC\u30DC\u30FC\u30EB","floatBallOptions.enableDescPc":"\u30DA\u30FC\u30B8\u306E\u30DB\u30D0\u30FC\u30DC\u30FC\u30EB\u3092\u6709\u52B9\u306B\u3059\u308B\u3068\u3001\u30DA\u30FC\u30B8\u306E\u53F3\u5074\u306B\u30AF\u30A4\u30C3\u30AF\u7FFB\u8A33\u30DC\u30BF\u30F3\u304C\u8868\u793A\u3055\u308C\u307E\u3059\uFF01","floatBallOptions.enableDesc":"\u30DB\u30D0\u30FC\u30DC\u30FC\u30EB\u3092\u30AA\u30D5\u306B\u3057\u305F\u5F8C\u3001{touch}\u3002\u3046\u3063\u304B\u308A\u3053\u306E\u30AA\u30D7\u30B7\u30E7\u30F3\u3092\u30AA\u30D5\u306B\u3057\u305F\u5F8C\u3001\u30DB\u30D0\u30FC\u30DC\u30FC\u30EB\u304C\u898B\u3064\u304B\u3089\u306A\u3044\u5834\u5408\u306B\u5099\u3048\u3066\u3001\u3053\u306E\u8A2D\u5B9A\u30DA\u30FC\u30B8\u3092\u30D6\u30C3\u30AF\u30DE\u30FC\u30AF\u3057\u3066\u304A\u304F\u3053\u3068\u3092\u5F37\u304F\u304A\u52E7\u3081\u3057\u307E\u3059\uFF01","description.azureApiUrl":"\u30AB\u30B9\u30BF\u30E0API\u30A4\u30F3\u30BF\u30FC\u30D5\u30A7\u30FC\u30B9\u306E\u30A2\u30C9\u30EC\u30B9\u3092\u8A18\u5165\u3059\u308B\u3002",confirmSupportMouse:"\u30DE\u30A6\u30B9\u30B5\u30DD\u30FC\u30C8\u3092\u5F37\u5236\u7684\u306B\u6709\u52B9\u306B\u3059\u308B",confirmSupportMouseDescription:"\u73FE\u5728\u306E\u30D6\u30E9\u30A6\u30B6\u304C\u30DE\u30A6\u30B9\u6A5F\u80FD\u3092\u30B5\u30DD\u30FC\u30C8\u3057\u3066\u3044\u306A\u3044\u3053\u3068\u3092\u691C\u51FA\u3057\u307E\u3057\u305F\u3002",sampleTargetText:"\u9577\u3044\u591C\u304C\u8A2A\u308C\u3001\u79C1\u306F\u3053\u306E\u65E5\u304B\u3089\u6B7B\u306C\u307E\u3067\u898B\u5F35\u308A\u7D9A\u3051\u308B\u3002\u79C1\u306F\u59BB\u3092\u5A36\u3089\u305A\u3001\u9818\u5730\u3092\u4F5C\u3089\u305A\u3001\u5B50\u3092\u3082\u3046\u3051\u306A\u3044\u3002\u79C1\u306F\u738B\u51A0\u3092\u304B\u3076\u3089\u305A\u3001\u540D\u8A89\u306E\u305F\u3081\u306B\u52AA\u529B\u3057\u306A\u3044\u3002\u79C1\u306F\u81EA\u5206\u306E\u7FA9\u52D9\u3092\u679C\u305F\u3057\u3001\u751F\u304D\u3066\u6B7B\u306C\u3002",sampleSourceText:"Night gathers, and now my watch begins. It shall not end until my death. I shall take no wife, hold no lands, father no children. I shall wear no crowns and win no glory. I shall live and die at my post.","subtitle.supportedSites":"\u5DF2\u652F\u6301\u5728\u8FD9\u4E9B\u7F51\u7AD9\u4F7F\u7528\u53CC\u8BED\u5B57\u5E55\uFF08\u6CE8\u610F\uFF1A\u7531\u4E8E\u6280\u672F\u9650\u5236\uFF0C\u90E8\u5206\u7F51\u7AD9\u5728\u9996\u6B21\u5F00\u542F\u5B57\u5E55\u540E\u9700\u8981\u91CD\u65B0\u5237\u65B0\u9875\u9762\uFF0C\u6216\u8005\u9700\u7B49\u5F85\u7FFB\u8BD1\u5B8C\u6210\u4EE5\u663E\u793A\u53CC\u8BED\u5B57\u5E55\uFF09\uFF1A",viewWithImmersiveTranslate:"\u53CC\u8BED\u7248\u672C(\u6C89\u6D78\u5F0F\u7FFB\u8BD1)",errorReason:"\u9519\u8BEF\u539F\u56E0\uFF1A{message}","proQuotaExceededError.onetime7day":'\uFF0C\u60A8\u53EF\u4EE5\u9009\u62E9\u4EE5\u4E0B\u65B9\u5F0F\u89E3\u51B3\uFF1A

1. \u5207\u6362\u5230 {anotherService} \u6216\u5176\u4ED6\u7FFB\u8BD1\u670D\u52A1
2. \u5347\u7EA7\u4E3A\u6708\u5EA6/\u5E74\u5EA6\u4F1A\u5458',"proQuotaExceededError.trial":'\uFF0C\u60A8\u53EF\u4EE5\u9009\u62E9\u4EE5\u4E0B\u65B9\u5F0F\u89E3\u51B3\uFF1A

1. \u5207\u6362\u5230 {anotherService} \u6216\u5176\u4ED6\u7FFB\u8BD1\u670D\u52A1
2. \u7ACB\u523B\u5347\u7EA7\u4E3A\u6B63\u5F0F\u4F1A\u5458',"proQuotaExceededError.nonTrial":'\uFF0C\u60A8\u53EF\u4EE5\u9009\u62E9\u4EE5\u4E0B\u65B9\u5F0F\u89E3\u51B3\uFF1A

1. \u5207\u6362\u5230 {anotherService} \u6216\u5176\u4ED6\u7FFB\u8BD1\u670D\u52A1
2. \u8D2D\u4E70 {translationService} \u989D\u5916\u6D41\u91CF\u5305',"proQuotaExceededError.resetTime":"
3. \u989D\u5EA6\u91CD\u7F6E\u65F6\u95F4\uFF1A{resetTime}","desc.touchShortcutsToggleTranslatePageOnlyTranslation":"\u300C\u8A33\u6587\u306E\u307F\u300D\u306F\u3001\u8A33\u6587\u306E\u307F\u3092\u8868\u793A\u3059\u308B\u3053\u3068\u3092\u610F\u5473\u3057\u3001\u30DA\u30FC\u30B8\u304C\u307E\u3060\u7FFB\u8A33\u3055\u308C\u3066\u3044\u306A\u3044\u5834\u5408\u306F\u3001\u30E2\u30FC\u30C9\u3092\u5207\u308A\u66FF\u3048\u3066\u7FFB\u8A33\u3057\u307E\u3059\u3002","desc.toggleOnlyTransation":"\u300C\u8A33\u6587\u306E\u307F\u30E2\u30FC\u30C9\u300D\u3068\u306F\u3001\u8A33\u6587\u306E\u307F\u3092\u8868\u793A\u3059\u308B\u3053\u3068\u3092\u6307\u3057\u3001\u30DA\u30FC\u30B8\u304C\u307E\u3060\u7FFB\u8A33\u3055\u308C\u3066\u3044\u306A\u3044\u5834\u5408\u306F\u3001\u30E2\u30FC\u30C9\u3092\u5207\u308A\u66FF\u3048\u3066\u7FFB\u8A33\u3057\u307E\u3059\u3002",touchShortcutsToggleTranslatePageOnlyTranslation:"\u30BF\u30C3\u30C1\u30B9\u30AF\u30EA\u30FC\u30F3\u30B8\u30A7\u30B9\u30C1\u30E3\u30FC\u3092\u8A2D\u5B9A\u3057\u3066\u3001\u30D0\u30A4\u30EA\u30F3\u30AC\u30EB/\u7FFB\u8A33\u30C6\u30AD\u30B9\u30C8\u306E\u307F\u306E\u30E2\u30FC\u30C9\u3092\u5207\u308A\u66FF\u3048\u307E\u3059",download_started:"\u30C0\u30A6\u30F3\u30ED\u30FC\u30C9\u304C\u958B\u59CB\u3055\u308C\u307E\u3057\u305F\u3002\u81EA\u52D5\u7684\u306B\u30C0\u30A6\u30F3\u30ED\u30FC\u30C9\u3055\u308C\u306A\u3044\u5834\u5408\u306F\u3001\u624B\u52D5\u3067\u30AF\u30EA\u30C3\u30AF\u3057\u3066\u304F\u3060\u3055\u3044\u3002",here:"\u3053\u3053","desc.toggleVideoSubtitlePreTranslation":"\u62BC\u3059\u3068\u3001\u30D3\u30C7\u30AA\u306E\u4E8C\u8A00\u8A9E\u5B57\u5E55\u306F\u3001\u307E\u305A\u6CA1\u5165\u578B\u7FFB\u8A33\u306E\u8A2D\u5B9A\u3092\u512A\u5148\u7684\u306B\u4F7F\u7528\u3057\u307E\u3059\u3002\u518D\u5EA6\u62BC\u3059\u3068\u3001\u5143\u306E\u30D3\u30C7\u30AA\u306B\u7D44\u307F\u8FBC\u307E\u308C\u305F\u6A5F\u68B0\u7FFB\u8A33\u5B57\u5E55\u3092\u512A\u5148\u7684\u306B\u4F7F\u7528\u3057\u307E\u3059\u3002\u6CE8\u610F\uFF1A\u3053\u306E\u30B7\u30E7\u30FC\u30C8\u30AB\u30C3\u30C8\u3067\u5909\u66F4\u3055\u308C\u308B\u306E\u306F\u5168\u4F53\u306E\u8A2D\u5B9A\u3067\u3059\u3002",videoSubtitlePreTranslationOn:"\u30D3\u30C7\u30AA\u306E\u5B57\u5E55\u306F\u3001\u512A\u5148\u7684\u306B\u6CA1\u5165\u578B\u306E\u7FFB\u8A33\u3092\u4F7F\u7528\u3057\u307E\u3059",videoSubtitlePreTranslationOff:"\u30D3\u30C7\u30AA\u306E\u5B57\u5E55\u306F\u3001\u5143\u306E\u30D3\u30C7\u30AA\u306B\u4ED8\u5C5E\u306E\u6A5F\u68B0\u7FFB\u8A33\u5B57\u5E55\u3092\u512A\u5148\u7684\u306B\u4F7F\u7528\u3057\u307E\u3059\u3002",translationFont:"\u30D5\u30A9\u30F3\u30C8\u3092\u8A2D\u5B9A\u3059\u308B","translationFont.custom":"\u30AB\u30B9\u30BF\u30E0\u30D5\u30A9\u30F3\u30C8\u3092\u5165\u529B\u3057\u3066\u304F\u3060\u3055\u3044","translationFont.customPlaceholder":"\u30D5\u30A9\u30F3\u30C8","translationFont.notSupportErrorMessage":"\u3042\u306A\u305F\u304C\u5165\u529B\u3057\u305F\u30D5\u30A9\u30F3\u30C8\u540D\u304C\u6B63\u3057\u3044\u304B\u78BA\u8A8D\u3059\u308B\u304B\u3001\u305D\u306E\u30D5\u30A9\u30F3\u30C8\u304C\u3042\u306A\u305F\u306E\u30C7\u30D0\u30A4\u30B9\u306B\u30A4\u30F3\u30B9\u30C8\u30FC\u30EB\u3055\u308C\u3066\u3044\u308B\u3053\u3068\u3092\u78BA\u8A8D\u3057\u3066\u304F\u3060\u3055\u3044\u3002","touch.mouse-translate":"\u6307\u5B9A\u3055\u308C\u305F\u6BB5\u843D\u3092\u7FFB\u8A33\u3057\u3066\u304F\u3060\u3055\u3044","translationServices.inherit":"\u4E3B\u306A\u7FFB\u8A33\u30B5\u30FC\u30D3\u30B9\u306B\u5F93\u3063\u3066\u304F\u3060\u3055\u3044\u3002","error.serveConfigError":"\u30B5\u30FC\u30D3\u30B9\u8A2D\u5B9A\u30A8\u30E9\u30FC","error.reloadPageOfSetting":"\u8A2D\u5B9A\u5F8C\u3001\u30DA\u30FC\u30B8\u3092\u30EA\u30D5\u30EC\u30C3\u30B7\u30E5\u3057\u3066\u518D\u5EA6\u7FFB\u8A33\u3057\u3066\u304F\u3060\u3055\u3044\u3002","error.googleLimitIp":"\u30B5\u30FC\u30D3\u30B9\u304C\u30A8\u30E9\u30FC\u3092\u8FD4\u3057\u307E\u3057\u305F\u3002Google\u30B5\u30FC\u30D3\u30B9\u306F\u3053\u306EIP\u30A2\u30C9\u30EC\u30B9\u306B\u5BFE\u3057\u3066\u6D41\u91CF\u5236\u9650\u3092\u884C\u3063\u3066\u3044\u307E\u3059\u3002\u30CD\u30C3\u30C8\u30EF\u30FC\u30AF\u30CE\u30FC\u30C9\u306E\u5909\u66F4\u3092\u304A\u52E7\u3081\u3057\u307E\u3059\u3002","error.openAIFreeLimit":"\u30B5\u30FC\u30D3\u30B9\u304C\u30A8\u30E9\u30FC\u3092\u8FD4\u3057\u307E\u3057\u305F\u3002\u73FE\u5728\u306E\u7FFB\u8A33\u30EA\u30AF\u30A8\u30B9\u30C8\u306E\u983B\u5EA6\u306F\u30011\u5206\u3042\u305F\u308A\u6700\u59273\u56DE\u306E\u4E0A\u9650\u306B\u9054\u3057\u3066\u3044\u307E\u3059\u3002\u5F8C\u307B\u3069\u518D\u5EA6\u304A\u8A66\u3057\u304F\u3060\u3055\u3044\u3002\uFF08\u3053\u308C\u306FOpenAI\u516C\u5F0F\u304C\u7121\u6599\u306EAPI Key\u306B\u5BFE\u3059\u308B\u5236\u9650\u3067\u3001\u3053\u306E\u5236\u9650\u3092\u89E3\u9664\u3059\u308B\u306B\u306F\u3001OpenAI\u306E\u30D0\u30C3\u30AF\u30A8\u30F3\u30C9\u3067\u30AF\u30EC\u30B8\u30C3\u30C8\u30AB\u30FC\u30C9\u3092\u767B\u9332\u3057\u3066\u304F\u3060\u3055\u3044\u3002\uFF09","error.openAIExceededQuota":"\u30B5\u30FC\u30D3\u30B9\u30A8\u30E9\u30FC\u304C\u8FD4\u3055\u308C\u307E\u3057\u305F\uFF1A\u73FE\u5728\u306EOpenAI\u30A2\u30AB\u30A6\u30F3\u30C8\u306E\u6B8B\u9AD8\u304C\u4E0D\u8DB3\u3057\u3066\u3044\u307E\u3059\u3002OpenAI\u306E\u516C\u5F0F\u30D0\u30C3\u30AF\u30A8\u30F3\u30C9\u3067\u30C1\u30E3\u30FC\u30B8\u3059\u308B\u304B\u3001\u30AF\u30EC\u30B8\u30C3\u30C8\u30AB\u30FC\u30C9\u3092\u767B\u9332\u3057\u3066\u304F\u3060\u3055\u3044\u3002","error.429":"\u30B5\u30FC\u30D3\u30B9\u304C\u30A8\u30E9\u30FC\u3092\u8FD4\u3057\u307E\u3057\u305F\u3002\u3053\u308C\u306F\u3001\u30EA\u30AF\u30A8\u30B9\u30C8\u304C\u983B\u7E41\u3059\u304E\u308B\u304B\u3001\u5236\u9650\u3092\u8D85\u3048\u3066\u3044\u308B\u3053\u3068\u3092\u793A\u3057\u3066\u3044\u307E\u3059\u3002\u5F8C\u3067\u3082\u3046\u4E00\u5EA6\u304A\u8A66\u3057\u304F\u3060\u3055\u3044\u3002","error.403":"\u30B5\u30FC\u30D3\u30B9\u304C\u30A8\u30E9\u30FC\u3092\u8FD4\u3057\u307E\u3057\u305F\u3001\u73FE\u5728\u305D\u306E\u30B5\u30FC\u30D3\u30B9\u306B\u30A2\u30AF\u30BB\u30B9\u3059\u308B\u6A29\u9650\u304C\u3042\u308A\u307E\u305B\u3093\u3002","error.400":"\u30B5\u30FC\u30D3\u30B9\u304C\u30A8\u30E9\u30FC\u3092\u8FD4\u3057\u307E\u3057\u305F\u3001\u30EA\u30AF\u30A8\u30B9\u30C8\u30D1\u30E9\u30E1\u30FC\u30BF\u304C\u9593\u9055\u3063\u3066\u3044\u307E\u3059\u3001\u5BFE\u5FDC\u3059\u308B\u8A2D\u5B9A\u3092\u78BA\u8A8D\u3057\u3066\u304F\u3060\u3055\u3044\u3002","error.502":"\u30B5\u30FC\u30D3\u30B9\u304C\u30A8\u30E9\u30FC\u3092\u8FD4\u3057\u307E\u3057\u305F\u3001\u30B5\u30FC\u30D3\u30B9\u304C\u30BF\u30A4\u30E0\u30A2\u30A6\u30C8\u3057\u307E\u3057\u305F\u3001\u5F8C\u3067\u3082\u3046\u4E00\u5EA6\u304A\u8A66\u3057\u304F\u3060\u3055\u3044\u3002","error.proTokenInvalid":"\u3082\u3057\u3042\u306A\u305F\u304CPro\u30E6\u30FC\u30B6\u30FC\u3067\u3042\u308C\u3070\u3001\u30ED\u30B0\u30A4\u30F3\u5F8C\u306BPro\u7FFB\u8A33\u30B5\u30FC\u30D3\u30B9\u3092\u3054\u5229\u7528\u304F\u3060\u3055\u3044\u3002","error.proUpgrade":"\u30A2\u30C3\u30D7\u30B0\u30EC\u30FC\u30C9\u5F8C\u3001\u30DA\u30FC\u30B8\u3092\u66F4\u65B0\u3057\u3066\u518D\u5EA6\u7FFB\u8A33\u3057\u3066\u304F\u3060\u3055\u3044\u3002","error.configError":"\u8A2D\u5B9A\u30C7\u30FC\u30BF\u304C\u7570\u5E38\u3067\u3059","error.goReset":"\u30EA\u30BB\u30C3\u30C8\u306B\u884C\u304F",batchEdit:"\u4E00\u62EC\u64CD\u4F5C","translationModeLang.translation.title":"\u7FFB\u8A33\u306E\u307F\u30E2\u30FC\u30C9\u306E\u8A00\u8A9E","translationModeLang.translation.description":"\u30DA\u30FC\u30B8\u306E\u8A00\u8A9E\u304C\u4EE5\u4E0B\u306E\u8A00\u8A9E\u306E\u5834\u5408\u3001\u81EA\u52D5\u7684\u306B\u7FFB\u8A33\u6587\u306E\u307F\u306E\u30E2\u30FC\u30C9\u3092\u4F7F\u7528\u3057\u307E\u3059\u3002","translationModeUrl.translation.title":"\u7FFB\u8A33\u306E\u307F\u30E2\u30FC\u30C9\u306E\u30A6\u30A7\u30D6\u30B5\u30A4\u30C8","translationModeUrl.translation.description":"\u4EE5\u4E0B\u306E\u30C9\u30E1\u30A4\u30F3\u306E\u30A6\u30A7\u30D6\u30B5\u30A4\u30C8\u3067\u306F\u3001\u81EA\u52D5\u7684\u306B\u7FFB\u8A33\u30C6\u30AD\u30B9\u30C8\u306E\u307F\u306E\u30E2\u30FC\u30C9\u304C\u4F7F\u7528\u3055\u308C\u307E\u3059\u3002","error.serveUnavailable":"\u3042\u306A\u305F\u304C\u73FE\u5728\u4F7F\u7528\u3057\u3066\u3044\u308B[{serverName}]\u30B5\u30FC\u30D3\u30B9\u306F\u3001\u30CD\u30C3\u30C8\u30EF\u30FC\u30AF\u63A5\u7D9A\u3084\u30B5\u30FC\u30D3\u30B9\u30D7\u30ED\u30D0\u30A4\u30C0\u306E\u554F\u984C\u306B\u3088\u308A\u4E00\u6642\u7684\u306B\u30A2\u30AF\u30BB\u30B9\u3067\u304D\u307E\u305B\u3093\u3002\u30DA\u30FC\u30B8\u3092\u30EA\u30D5\u30EC\u30C3\u30B7\u30E5\u3059\u308B\u304B\u3001<1>\u8A2D\u5B9A\u304B\u3089\u4ED6\u306E\u7FFB\u8A33\u30B5\u30FC\u30D3\u30B9\u306B\u5207\u308A\u66FF\u3048\u308B\u3053\u3068\u3092\u304A\u52E7\u3081\u3057\u307E\u3059\u3002\u3082\u3057<2>Pro\u4F1A\u54E1\u3067\u3042\u308C\u3070\u3001\u3088\u308A\u5B89\u5B9A\u3057\u305FDeepL\u307E\u305F\u306FOpenAI\u306E\u7FFB\u8A33\u30B5\u30FC\u30D3\u30B9\u3092\u9078\u629E\u3059\u308B\u3053\u3068\u304C\u3067\u304D\u307E\u3059\uFF08<3>\u3053\u3053\u3092\u30AF\u30EA\u30C3\u30AF\u3057\u3066\u7121\u6599\u4F53\u9A13\uFF09\u3002\u307E\u305F\u3001\u30CD\u30C3\u30C8\u30EF\u30FC\u30AF\u3084\u30D7\u30ED\u30AD\u30B7\u8A2D\u5B9A\u3092\u78BA\u8A8D\u3059\u308B\u5FC5\u8981\u304C\u3042\u308B\u304B\u3082\u3057\u308C\u307E\u305B\u3093\u3002",detectServiceLoading:"\u5229\u7528\u53EF\u80FD\u306A\u7FFB\u8A33\u30B5\u30FC\u30D3\u30B9\u3092\u691C\u51FA\u4E2D...",toggleToService:"{service}\u306B\u5207\u308A\u66FF\u3048\u3066\u518D\u8A66\u884C\u3057\u3066\u304F\u3060\u3055\u3044\u3002","error.gemini.429":"\u73FE\u5728\u306EGemini\u30B5\u30FC\u30D3\u30B9\u306E\u73FE\u5728\u306E\u8CA0\u8377\u80FD\u529B\u304C\u4E0A\u9650\u306B\u9054\u3057\u3066\u3044\u307E\u3059\u306E\u3067\u3001\u5F8C\u307B\u3069\u518D\u5EA6\u304A\u8A66\u3057\u3044\u305F\u3060\u304F\u304B\u3001\u4ED6\u306E\u7FFB\u8A33\u30B5\u30FC\u30D3\u30B9\u306B\u5207\u308A\u66FF\u3048\u3066\u304F\u3060\u3055\u3044\u3002",enableSentryReport:"\u62E1\u5F35\u304C\u30A8\u30E9\u30FC\u3092\u8D77\u3053\u3057\u305F\u3068\u304D\u3001Sentry\u3092\u4F7F\u7528\u3057\u3066\u30D5\u30A3\u30FC\u30C9\u30D0\u30C3\u30AF\u3092\u63D0\u51FA\u3057\u3066\u304F\u3060\u3055\u3044\u3002",goLogin:"\u30ED\u30B0\u30A4\u30F3\u3057\u3066\u304F\u3060\u3055\u3044","translationServices.gemini":"\u30B8\u30A7\u30DF\u30CB","error.reason":"\u30A8\u30E9\u30FC\u306E\u539F\u56E0","widget.translateFile":"PDF/ePub",touchShortcutsOff:"\u9589\u3058\u308B","error.retry":"\u518D\u8A66\u884C","multipleClick.4":"\u56DB\u9023\u6483",shortcutSettings:"\u30B7\u30E7\u30FC\u30C8\u30AB\u30C3\u30C8\u30AD\u30FC","multipleClick.3":"\u30C8\u30EA\u30D7\u30EB\u30B9\u30C8\u30E9\u30A4\u30AF",notLogin:"\u30ED\u30B0\u30A4\u30F3\u3057\u3066\u3044\u307E\u305B\u3093","slide.right":"\u5DE6\u306B\u30B9\u30EF\u30A4\u30D7\u3057\u3066\u304F\u3060\u3055\u3044",translationOnlyMode:"\u8A33\u6587\u306E\u307F\u30E2\u30FC\u30C9","widget.videoSubtitle":"\u30D3\u30C7\u30AA\u5B57\u5E55",paragraphMinTextCountField:"\u7FFB\u8A33\u6BB5\u843D\u306B\u5FC5\u8981\u306A\u6700\u5C0F\u6587\u5B57\u6570","subtitle.hideQuickButton":"\u3053\u306E\u30B7\u30E7\u30FC\u30C8\u30AB\u30C3\u30C8\u3092\u8868\u793A\u3057\u306A\u3044","floatBall.iKnow":"\u308F\u304B\u308A\u307E\u3057\u305F",contact:"\u79C1\u305F\u3061\u306B\u9023\u7D61\u3057\u3066\u304F\u3060\u3055\u3044","widget.instructionTooltip":"\u4F7F\u7528\u8AAC\u660E\u3092\u78BA\u8A8D\u3057\u3066\u304F\u3060\u3055\u3044","tagsInput.add":"+ \u8FFD\u52A0",loggedIn:"\u30ED\u30B0\u30A4\u30F3\u6E08\u307F","intro.floatBallTitle":"\u30AF\u30A4\u30C3\u30AF\u7FFB\u8A33\u30D5\u30ED\u30FC\u30C8\u30DC\u30FC\u30EB",pickAll:"\u3059\u3079\u3066\u9078\u629E","error.subscriptionExpiredTitle":"\u4F1A\u54E1\u304C\u671F\u9650\u5207\u308C\u306B\u306A\u308A\u307E\u3057\u305F","widget.instruction":"\u4F7F\u7528\u8AAC\u660E","shortcutGroup.main":"\u4E00\u822C\u7684\u306A\u6A5F\u80FD\u306E\u30B7\u30E7\u30FC\u30C8\u30AB\u30C3\u30C8\u30AD\u30FC","subtitle.bilingual":"\u30D0\u30A4\u30EA\u30F3\u30AC\u30EB\u5B57\u5E55",alwaysTranslateThisSite:"\u5E38\u306B\u3053\u306E\u30A6\u30A7\u30D6\u30B5\u30A4\u30C8\u3092\u7FFB\u8A33\u3057\u3066\u304F\u3060\u3055\u3044\u3002",mouseHoverCustomKeyTitle:"\u30AB\u30B9\u30BF\u30E0\u30DE\u30A6\u30B9\u30DB\u30D0\u30FC\u30B7\u30E7\u30FC\u30C8\u30AB\u30C3\u30C8","shortcutGroup.mouse":"\u30DE\u30A6\u30B9\u30DB\u30D0\u30FC\u30B7\u30E7\u30FC\u30C8\u30AB\u30C3\u30C8\u8A2D\u5B9A","browser.translateWithGemini":"\u73FE\u5728\u306E\u30DA\u30FC\u30B8\u3092\u4E00\u6642\u7684\u306BGemini\u3067\u7FFB\u8A33\u3057\u3066\u304F\u3060\u3055\u3044",shortcutSettingsTitle:"\u30B7\u30E7\u30FC\u30C8\u30AB\u30C3\u30C8\u30AD\u30FC\u306E\u8A2D\u5B9A","subtitle.showQuickButton":"\u30D7\u30EC\u30FC\u30E4\u30FC\u306B\u4E8C\u8A00\u8A9E\u5B57\u5E55\u306E\u30B7\u30E7\u30FC\u30C8\u30AB\u30C3\u30C8\u3092\u8868\u793A\u3059\u308B","browser.translateWithOpenAI":"\u4E00\u6642\u7684\u306BOpenAI\u3092\u4F7F\u3063\u3066\u73FE\u5728\u306E\u30DA\u30FC\u30B8\u3092\u7FFB\u8A33\u3057\u3066\u304F\u3060\u3055\u3044","browser.translateInputBox":"\u73FE\u5728\u306E\u5165\u529B\u30DC\u30C3\u30AF\u30B9\u306E\u5185\u5BB9\u3092\u7FFB\u8A33\u3057\u3066\u304F\u3060\u3055\u3044\u3002","browser.translateWithDeepL":"\u73FE\u5728\u306E\u30DA\u30FC\u30B8\u3092\u4E00\u6642\u7684\u306BDeepL\u3067\u7FFB\u8A33\u3057\u3066\u304F\u3060\u3055\u3044\u3002","browser.translateWithGoogle":"\u4E00\u6642\u7684\u306BGoogle\u7FFB\u8A33\u3067\u73FE\u5728\u306E\u30DA\u30FC\u30B8\u3092\u7FFB\u8A33\u3057\u3066\u304F\u3060\u3055\u3044\u3002",temprarilyChangeTranslationTo_openai:"\u73FE\u5728\u3001OpenAI\u3092\u4F7F\u7528\u3057\u3066\u73FE\u5728\u306E\u30DA\u30FC\u30B8\u3092\u7FFB\u8A33\u3057\u3066\u3044\u307E\u3059",temprarilyChangeTranslationTo_deepl:"\u73FE\u5728\u3001DeepL\u3092\u4F7F\u7528\u3057\u3066\u73FE\u5728\u306E\u30DA\u30FC\u30B8\u3092\u7FFB\u8A33\u3057\u3066\u3044\u307E\u3059","intro.subtitleTitle":"\u30AA\u30F3\u30E9\u30A4\u30F3\u30D3\u30C7\u30AA\u306E\u30D0\u30A4\u30EA\u30F3\u30AC\u30EB\u5B57\u5E55\u8868\u793A","shortcutGroup.touch":"\u30BF\u30C3\u30C1\u30B9\u30AF\u30EA\u30FC\u30F3\u5C02\u7528\u30B8\u30A7\u30B9\u30C1\u30E3\u30FC",temprarilyChangeTranslationTo_gemini:"\u73FE\u5728\u3001Gemini\u3092\u4F7F\u7528\u3057\u3066\u73FE\u5728\u306E\u30DA\u30FC\u30B8\u3092\u7FFB\u8A33\u3057\u3066\u3044\u307E\u3059",neverTranslateThisSite:"\u3053\u306E\u30A6\u30A7\u30D6\u30B5\u30A4\u30C8\u3092\u6C38\u9060\u306B\u7FFB\u8A33\u3057\u306A\u3044\u3067\u304F\u3060\u3055\u3044",temprarilyChangeTranslationTo_transmart:"\u73FE\u5728\u3001\u30C6\u30F3\u30BB\u30F3\u30C8\u7FFB\u8A33\u3092\u4F7F\u7528\u3057\u3066\u73FE\u5728\u306E\u30DA\u30FC\u30B8\u3092\u7FFB\u8A33\u3057\u3066\u3044\u307E\u3059","browser.translateWithTransmart":"\u4E00\u6642\u7684\u306B\u30C6\u30F3\u30BB\u30F3\u30C8\u7FFB\u8A33\u3067\u73FE\u5728\u306E\u30DA\u30FC\u30B8\u3092\u7FFB\u8A33\u3057\u3066\u304F\u3060\u3055\u3044",notLoginPro:"\u3042\u306A\u305F\u306E\u4F1A\u54E1\u30A2\u30AB\u30A6\u30F3\u30C8\u306B\u307E\u3060\u30ED\u30B0\u30A4\u30F3\u3057\u3066\u3044\u307E\u305B\u3093",networkError:"\u7FFB\u8A33\u30B5\u30FC\u30D3\u30B9\u307E\u305F\u306F\u30CD\u30C3\u30C8\u30EF\u30FC\u30AF\u306B\u554F\u984C\u304C\u767A\u751F\u3057\u3066\u3044\u307E\u3059","widget.videoSubtitleTooltip":"Youtube \u7B49 {count}+ \u306E\u30D3\u30C7\u30AA\u30B5\u30A4\u30C8\u3092\u30B5\u30DD\u30FC\u30C8\u3057\u3066\u3044\u307E\u3059","subtitle.autoDisableSubtitle":"\u81EA\u52D5\u7684\u306B\u4E8C\u304B\u56FD\u8A9E\u306E\u5B57\u5E55\u3092\u6709\u52B9\u306B\u3057\u306A\u3044","intro.hoverTitle":"\u30DE\u30A6\u30B9\u3092\u73FE\u5728\u306E\u6BB5\u843D\u306B\u30DB\u30D0\u30FC\u3057\u3066\u7FFB\u8A33\u3057\u3066\u304F\u3060\u3055\u3044","shortcutGroup.others":"\u3088\u308A\u591A\u304F\u306E\u30AB\u30B9\u30BF\u30E0\u6A5F\u80FD\u306E\u30B7\u30E7\u30FC\u30C8\u30AB\u30C3\u30C8",upgradeToProErrorTitle:"\u3053\u306E\u7FFB\u8A33\u30B5\u30FC\u30D3\u30B9\u3092\u4F7F\u7528\u3059\u308B\u306B\u306F\u3001Pro\u30E1\u30F3\u30D0\u30FC\u306B\u30A2\u30C3\u30D7\u30B0\u30EC\u30FC\u30C9\u3057\u3066\u304F\u3060\u3055\u3044\u3002",temprarilyChangeTranslationTo_google:"\u73FE\u5728\u3001Google\u7FFB\u8A33\u3092\u4F7F\u7528\u3057\u3066\u73FE\u5728\u306E\u30DA\u30FC\u30B8\u3092\u7FFB\u8A33\u3057\u3066\u3044\u307E\u3059",touchShortcutsToggleTranslationMask:"\u30BF\u30C3\u30C1\u30B9\u30AF\u30EA\u30FC\u30F3\u30B8\u30A7\u30B9\u30C1\u30E3\u30FC\u3092\u8A2D\u5B9A\u3057\u3066\u3001\u7FFB\u8A33\u30DE\u30B9\u30AF\u3092\u8868\u793A/\u539F\u6587\u3092\u8868\u793A","shortcutGroup.shortcutsForTranslationServices":"\u7FFB\u8A33\u30B5\u30FC\u30D3\u30B9\u95A2\u9023\u306E\u30B7\u30E7\u30FC\u30C8\u30AB\u30C3\u30C8\u30AD\u30FC","neverTranslateText.title":"\u4EE5\u4E0B\u306E\u5358\u8A9E\u306F\u539F\u6587\u306E\u307E\u307E\u306B\u3057\u3066\u304F\u3060\u3055\u3044\u3001\u7FFB\u8A33\u3057\u306A\u3044\u3067\u304F\u3060\u3055\u3044\u3002","widget.translateFileTooltip":"PDF\u3001EPUB\u3001SRT\u3001ASS\u3001HTML\u3001TXT \u30C9\u30AD\u30E5\u30E1\u30F3\u30C8\u3092\u7FFB\u8A33\u3057\u3066\u304F\u3060\u3055\u3044","floatBall.longPress":"\u9577\u62BC\u3057\u3059\u308B\u3068\u3001\u8A2D\u5B9A\u30D1\u30CD\u30EB\u3092\u7D20\u65E9\u304F\u958B\u304F\u3053\u3068\u304C\u3067\u304D\u307E\u3059\u3088","floatBall.guideClickToTranslate":`\u30AF\u30EA\u30C3\u30AF\u3057\u3066\u6CA1\u5165\u578B\u7FFB\u8A33\u30D5\u30ED\u30FC\u30C8\u30DC\u30FC\u30EB\u3092 + {env.imt_sub_trans_field}: Translation`,"subtitle.quickButton.black":"Black","subtitle.quickButton.cyan":"Blue","translationServices.claude":"Claude","subtitle.quickButton.backgroundColor":"Background color","subtitle.quickButton.green":"Green","subtitle.quickButton.blue":"Blue","subtitle.quickButton.white":"White","subtitle.quickButton.setting":"Settings","subtitle.quickButton.translationPosition":"Translation location","subtitle.quickButton.backgroundOpacity":"Background Opacity","subtitle.quickButton.sourceFontSize":"Original font size","subtitle.quickButton.sourceTextColor":"Original font color","subtitle.quickButton.yellow":"Yellow","subtitle.quickButton.translationFontSize":"Translation font size","subtitle.quickButton.translationPositionBottom":"Below the original text","subtitle.quickButton.red":"Red","subtitle.quickButton.translationPositionTop":"Above the original text","subtitle.quickButton.translationTextColor":"Translation font color","subtitle.quickButton.magenta":"Magenta",attachSubtitleTranslating:"Translating using {service}...","error.claude.403":"Access to the service is temporarily unavailable, possibly due to regional restrictions related to Claude. You can try changing your IP address, or use other translation services.","browser.brandDescriptionForSafari":"Free Translate Website, Translate PDF & Epub eBook, Translate Video Subtitles in Bilingual","browser.PdfProFile":"AI-Driven PDF Pro Translation","browser.textTranslate":"Text Translation"};var gh={nologin:"\u30ED\u30B0\u30A4\u30F3\u3057\u3066\u3044\u306A\u3044",loginForSafari:"\u30ED\u30B0\u30A4\u30F3\u307E\u305F\u306F\u767B\u9332",login:"\u30ED\u30B0\u30A4\u30F3\u3057\u3066\u4F1A\u54E1\u767B\u9332",manageAccount:"\u30DE\u30CD\u30FC\u30B8\u30C9\u30FB\u30A2\u30AB\u30A6\u30F3\u30C8",openPremium:"\u30AA\u30FC\u30D7\u30F3\u30FB\u30E1\u30F3\u30D0\u30FC",logout:"\u30A2\u30DC\u30FC\u30C8",curentPlan:"\u73FE\u5728\u306E\u30D1\u30C3\u30B1\u30FC\u30B8",endAt:"\u7D76\u606F",endAuto:"\u81EA\u52D5\u66F4\u65B0",lineBreakMaxTextCount:"\u6539\u884C\u5F8C\u306E1\u6587\u306B\u8A31\u3055\u308C\u308B\u6700\u5927\u6587\u5B57\u6570","translate-pdf":"\u30AF\u30EA\u30C3\u30AF\u3057\u3066PDF\u3092\u7FFB\u8A33\u3059\u308B","noSupportTranslate-pdf":"\u30B9\u30AF\u30EA\u30D7\u30C8\u306F\u30B5\u30DD\u30FC\u30C8\u3055\u308C\u3066\u3044\u307E\u305B\u3093\u3002","translate-firefox-local-pdf":"\u30AF\u30EA\u30C3\u30AF\u3057\u3066PDF\u3092\u30A4\u30F3\u30DD\u30FC\u30C8\u3059\u308B",enableLineBreak:"\u9577\u3044\u6BB5\u843D\u306E\u81EA\u52D5\u6539\u884C\u3092\u6709\u52B9\u306B\u3059\u308B",sponsorLabel:"\u30B9\u30DD\u30F3\u30B5\u30FC\u4ED8\u304D\u958B\u767A\u8005",help:"\u624B",browserShortcutsNoteForFirefox:"Firefox\u3067\u30B7\u30E7\u30FC\u30C8\u30AB\u30C3\u30C8\u3092\u5909\u66F4\u3059\u308B\u306B\u306F\u3001\u62E1\u5F35\u6A5F\u80FD\u306E\u7BA1\u7406\u30DA\u30FC\u30B8`about:addons`\u3092\u958B\u304D\u3001`Settings`\u3092\u30AF\u30EA\u30C3\u30AF\u3057\u3001`Manage Shortcuts`\u3092\u30AF\u30EA\u30C3\u30AF\u3057\u3066\u30B7\u30E7\u30FC\u30C8\u30AB\u30C3\u30C8\u3092\u8A2D\u5B9A\u3059\u308B\u5FC5\u8981\u304C\u3042\u308B\u3002",browserShortcutsNoteForChrome:"Chrome\u3067\u30B7\u30E7\u30FC\u30C8\u30AB\u30C3\u30C8\u3092\u5909\u66F4\u3059\u308B\u306B\u306F\u3001\u62E1\u5F35\u6A5F\u80FD\u306E\u7BA1\u7406\u30DA\u30FC\u30B8\u3092\u958B\u304D\u3001`\u30B7\u30E7\u30FC\u30C8\u30AB\u30C3\u30C8\u306E\u7BA1\u7406`\u30D1\u30CD\u30EB\uFF08`chrome://extensions/shortcuts`\uFF09\u3067\u30B7\u30E7\u30FC\u30C8\u30AB\u30C3\u30C8\u3092\u8A2D\u5B9A\u3057\u3001\u4E0B\u306E\u30DC\u30BF\u30F3\u3092\u30AF\u30EA\u30C3\u30AF\u3057\u3066\u30B7\u30E7\u30FC\u30C8\u30AB\u30C3\u30C8\u306E\u7BA1\u7406\u30DA\u30FC\u30B8\u306B\u30B8\u30E3\u30F3\u30D7\u3059\u308B\u5FC5\u8981\u304C\u3042\u308A\u307E\u3059\u3002",browserShortcutsSucks:"\u30AB\u30B9\u30BF\u30DE\u30A4\u30BA\u3055\u308C\u305F\u30B7\u30E7\u30FC\u30C8\u30AB\u30C3\u30C8\u306E\u66F8\u5F0F\u306F\u6B21\u306E\u3068\u304A\u308A\u3067\u3059\uFF08\u81EA\u52D5\u8A8D\u8B58\u306F\u884C\u308F\u308C\u307E\u305B\u3093\u306E\u3067\u3001\u76F4\u63A5\u5165\u529B\u3057\u3066\u304F\u3060\u3055\u3044\uFF09\uFF1A",enableLineBreakDescription:"\u30AA\u30F3\u306B\u3059\u308B\u3068\u3001\u9577\u3044\u6BB5\u843D\u306E\u6587\u672B\u306B\u6539\u884C\u304C\u5165\u308A\u3001\u8AAD\u307F\u3084\u3059\u304F\u306A\u308A\u307E\u3059\u3002","browser.shortBrandName":"\u30A4\u30DE\u30FC\u30B8\u30E7\u30F3\u7FFB\u8A33","browser.brandName":"\u30A4\u30DE\u30FC\u30B8\u30E7\u30F3\u7FFB\u8A33: \u4E8C\u30F6\u56FD\u8A9E\u30A6\u30A7\u30D6\u30DA\u30FC\u30B8\u7FFB\u8A33 & PDF\u6587\u66F8\u7FFB\u8A33","browser.brandDescription":"Deepl\u3001Google\u3001YouDao\u3001Tencent Translate\u306A\u3069\u3001\u8907\u6570\u306E\u7FFB\u8A33\u30B5\u30FC\u30D3\u30B9\u3092\u30B5\u30DD\u30FC\u30C8\u3057\u3066\u3044\u307E\u3059\u3002","browser.toggleTranslatePage":"\u30DA\u30FC\u30B8\u3092\u7FFB\u8A33\u3059\u308B\uFF0F\u539F\u6587\u3092\u8868\u793A\u3059\u308B","browser.toggleTranslateTheWholePage":"\u30DA\u30FC\u30B8\u306E\u5168\u9818\u57DF\u3092\u7FFB\u8A33\u3059\u308B\uFF0F\u539F\u6587\u3092\u8868\u793A\u3059\u308B","browser.toggleOnlyTransation":"\u30D0\u30A4\u30EA\u30F3\u30AC\u30EB/\u7FFB\u8A33\u30C6\u30AD\u30B9\u30C8\u306E\u307F\u30E2\u30FC\u30C9\u306B\u5207\u308A\u66FF\u3048\u3066\u304F\u3060\u3055\u3044","browser.toggleTranslateToThePageEndImmediately":"\u30DA\u30FC\u30B8\u4E0B\u90E8\u3078\u306E\u5373\u6642\u7FFB\u8A33\uFF0F\u539F\u6587\u306E\u8868\u793A","browser.toggleTranslateTheMainPage":"\u30DA\u30FC\u30B8\u306E\u30E1\u30A4\u30F3\u30A8\u30EA\u30A2\u3092\u7FFB\u8A33\u3059\u308B\uFF0F\u539F\u6587\u3092\u8868\u793A\u3059\u308B","browser.shareToDraft":"\u30D0\u30A4\u30EA\u30F3\u30AC\u30EB\u30DA\u30FC\u30B8\u3092\u5171\u6709\u3059\u308B","browser.openOptionsPage":"\u8A2D\u5B9A\u30DA\u30FC\u30B8\u3092\u958B\u304F","browser.toggleTranslationMask":"\u4E26\u9032\u30D6\u30E9\u30FC\u52B9\u679C\u306E\u8868\u793A\uFF0F\u975E\u8868\u793A","browser.translateLocalPdfFile":"\u30ED\u30FC\u30AB\u30EB\u306EPDF\u30D5\u30A1\u30A4\u30EB\u3092\u7FFB\u8A33\u3059\u308B","browser.openEbookViewer":"\u5730\u5143\u306E\u96FB\u5B50\u66F8\u7C4D\u3092\u8AAD\u3080","browser.openEbookBuilder":"\u30D0\u30A4\u30EA\u30F3\u30AC\u30EBEPUB\u96FB\u5B50\u66F8\u7C4D\u306E\u5236\u4F5C","browser.translateLocalHtmlFile":"HTML/\u30C6\u30AD\u30B9\u30C8\u30D5\u30A1\u30A4\u30EB\u3092\u7FFB\u8A33\u3059\u308B","browser.donateContext":"\u30B9\u30DD\u30F3\u30B5\u30FC\u7279\u5178\u306B\u3064\u3044\u3066","browser.translateLocalSubtitleFile":"\u30ED\u30FC\u30AB\u30EB\u5B57\u5E55\u30D5\u30A1\u30A4\u30EB\u3092\u7FFB\u8A33\u3059\u308B",confirmResetConfig:"\u672C\u5F53\u306B\u8A2D\u5B9A\u3092\u30EA\u30BB\u30C3\u30C8\u3057\u307E\u3059\u304B\uFF1F",translationLineBreakSettingTitle:"\u7FFB\u8A33\u306E\u6539\u884C\u8A2D\u5B9A",smartLineBreak:"\u30B9\u30DE\u30FC\u30C8\u30E9\u30A4\u30F3\u30D5\u30A3\u30FC\u30C9",alwaysLineBreak:"\u5E38\u306B\u6539\u884C",isShowContextMenu:"\u53F3\u30AF\u30EA\u30C3\u30AF\u30E1\u30CB\u30E5\u30FC\u306B\u7FFB\u8A33\u30DA\u30FC\u30B8\u3092\u8FFD\u52A0",toggleBeta:"\u30D9\u30FC\u30BF\u30C6\u30B9\u30C8\u6A5F\u80FD\u306E\u6709\u52B9\u5316",betaDescription:"\u307E\u3060\u5B9F\u9A13\u6BB5\u968E\u3067\u3042\u308B\u6A5F\u80FD\u3084\u3001\u30D9\u30FC\u30BF\u7248\u306E\u7FFB\u8A33\u30B5\u30FC\u30D3\u30B9\u3092\u6709\u52B9\u306B\u3059\u308B\u3002\u8A73\u3057\u304F\u306F <1>Telegram\u30B0\u30EB\u30FC\u30D7\u306B\u3054\u53C2\u52A0\u304F\u3060\u3055\u3044\u3002",translationLineBreakSettingDescription:"\u30B3\u30F3\u30C6\u30F3\u30C4\u304C\u5C11\u306A\u3044\u30DA\u30FC\u30B8\u3067\u306F\u3001\u5E38\u306B\u304D\u3061\u3093\u3068\u6539\u884C\u3059\u308B\u3002(\u5185\u5BB9\u306E\u591A\u3044\u9577\u3044\u6BB5\u843D({count}\u6587\u5B57\u4EE5\u4E0A)\u3067\u306F\u3001\u30B9\u30DA\u30FC\u30B9\u3092\u7BC0\u7D04\u3059\u308B\u305F\u3081\u306B\u6539\u884C\u3092\u30B9\u30DE\u30FC\u30C8\u306B\u4F7F\u3044\u307E\u3057\u3087\u3046)\u3002",tempTranslateDomainTitle:"\u30A6\u30A7\u30D6\u30B5\u30A4\u30C8\u7FFB\u8A33\u306E\u4E00\u6642\u7684\u306A\u5207\u308A\u66FF\u3048\u671F\u9593",tempTranslateDomainDescription:"\u624B\u52D5\u3067\u30A6\u30A7\u30D6\u30DA\u30FC\u30B8\u3092\u7FFB\u8A33\u3059\u308B\u5834\u5408\u306F\u3001\u4E00\u6642\u7684\u306B\u81EA\u52D5\u7FFB\u8A33\u7528\u306EWeb\u30B5\u30A4\u30C8\u3092\u30AA\u30F3\u306B\u3057\u3001\u4E00\u6642\u7684\u306A\u671F\u9593\u3092\u8A2D\u5B9A\u3059\u308B\u3053\u3068\u304C\u3067\u304D\u307E\u3059\u3002",xMinutes:"{count} \u8B70\u4E8B\u9332",disabled:"\u7269\u306E\u4F7F\u7528\u3092\u7981\u6B62\u3059\u308B\u3002",changelog:"\u66F4\u65B0\u30ED\u30B0",toggleTranslatePageWhenThreeFingersOnTheScreen:"\u8907\u6570\u306E\u6307\u304C\u540C\u6642\u306B\u753B\u9762\u306B\u89E6\u308C\u308B\u3068\u3001\u30A6\u30A7\u30D6\u30DA\u30FC\u30B8\u3092\u7FFB\u8A33\u3057\u305F\u308A\u3001\u539F\u6587\u3092\u8868\u793A\u3057\u305F\u308A\u3059\u308B\u3002",toggleTranslationMaskWhenThreeFingersOnTheScreen:"\u30DE\u30EB\u30C1\u30D5\u30A3\u30F3\u30AC\u30FC\u30BF\u30C3\u30C1\u3067\u307C\u304B\u3057\u52B9\u679C\u3092\u8868\u793A/\u975E\u8868\u793A\u3002",fingerCountToToggleTranslagePageOnlyTranslationWhenTouching:"\u8907\u6570\u306E\u6307\u304C\u540C\u6642\u306B\u753B\u9762\u306B\u89E6\u308C\u308B\u3053\u3068\u3067\u3001\u30A6\u30A7\u30D6\u30DA\u30FC\u30B8\u3092\u7FFB\u8A33\uFF08\u7FFB\u8A33\u306E\u307F\uFF09\uFF0F\u539F\u6587\u3092\u8868\u793A\u3002",addUrlDescription:"\u30C9\u30E1\u30A4\u30F3\u540D\u3092\u6307\u5B9A\u3067\u304D\u3001\u30EF\u30A4\u30EB\u30C9\u30AB\u30FC\u30C9\u3082\u30B5\u30DD\u30FC\u30C8\u3002\u4F8B\uFF1A\uFF1A*.google.com\u3001google.com/mail/*\u3001https://www.google.com/*\u3002",general:"\u57FA\u672C\u8A2D\u5B9A",clickToExpandConfig:"\u73FE\u5728\u306E\u30B3\u30F3\u30D5\u30A3\u30AE\u30E5\u30EC\u30FC\u30B7\u30E7\u30F3\u3092\u62E1\u5927\u3059\u308B",import:"\u30D5\u30A1\u30A4\u30EB\u304B\u3089\u306E\u30A4\u30F3\u30DD\u30FC\u30C8",export:"\u30D5\u30A1\u30A4\u30EB\u3078\u306E\u30A8\u30AF\u30B9\u30DD\u30FC\u30C8",toggleDebug:"\u30B3\u30F3\u30BD\u30FC\u30EB\u306B\u30C7\u30D0\u30C3\u30B0\u30ED\u30B0\u3092\u8868\u793A\u3059\u308B","fingers.0":"\u51DD\u56FA","fingers.2":"\u30C4\u30FC\u30D5\u30A3\u30F3\u30AC\u30FC\u30BF\u30C3\u30C1","fingers.3":"\u30B9\u30EA\u30FC\u30D5\u30A3\u30F3\u30AC\u30FC\u30BF\u30C3\u30C1","fingers.4":"\u30D5\u30A9\u30FC\u30D5\u30A3\u30F3\u30AC\u30FC\u30BF\u30C3\u30C1","fingers.5":"5\u672C\u6307\u30BF\u30C3\u30C1",mouseHoldKey:"+ {key} \u7FFB\u8A33/\u6BB5\u843D\u3092\u5143\u306B\u623B\u3059",mouseHoldKeyAuto:"\u30D1\u30E9\u30B0\u30E9\u30D5\u306E\u76F4\u8A33",mouseHoldKeyOff:"\u4F55\u3082\u3059\u308B\u306A\u3002",mouseHoldKeyOther:"\u30B7\u30E7\u30FC\u30C8\u30AB\u30C3\u30C8\u306E\u30AB\u30B9\u30BF\u30DE\u30A4\u30BA\uFF08\u8A2D\u5B9A\u3092\u958B\u304F\uFF09",mouseHoldKeyCustomKey:"{key} \u30D1\u30E9\u30B0\u30E9\u30D5\u306E\u7FFB\u8A33\uFF0F\u7E2E\u5C0F",mouseHoverHoldKey:"\u30B7\u30E7\u30FC\u30C8\u30AB\u30C3\u30C8\u30AD\u30FC\u3092\u62BC\u3057\u306A\u304C\u3089\u30DE\u30A6\u30B9\u3092\u52D5\u304B\u3059\u3068\u6BB5\u843D\u304C\u7FFB\u8A33\u3055\u308C\u308B","mouse-translate":"\u30DE\u30A6\u30B9\u30DB\u30D0\u30FC",document:"(\u3055\u3093\u3077",resetSuccess:"\u3059\u3079\u3066\u306E\u8A2D\u5B9A\u306E\u30EA\u30BB\u30C3\u30C8\u306B\u6210\u529F",resetThisSuccess:"\u30EA\u30BB\u30C3\u30C8\u6210\u529F",saved:"\u30BB\u30FC\u30D6\u30FB\u30B5\u30AF\u30BB\u30B9",successImportConfig:"\u8A2D\u5B9A\u306E\u30A4\u30F3\u30DD\u30FC\u30C8\u306B\u6210\u529F",goAdvancedSettings:"\u8A73\u7D30\u8A2D\u5B9A\u30DA\u30FC\u30B8\u306B\u79FB\u52D5\u3059\u308B",goAdvancedInterfaceSettings:"\u8A73\u7D30\u30AB\u30B9\u30BF\u30DE\u30A4\u30BA\u8A2D\u5B9A\u30DA\u30FC\u30B8\u306B\u79FB\u52D5\u3059\u308B",advanced:"\u8A73\u7D30\u8A2D\u5B9A",advancedDescription:"\u901A\u5E38\u3001\u8A2D\u5B9A\u306F\u5FC5\u8981\u306A\u304F\u3001\u30C7\u30D5\u30A9\u30EB\u30C8\u306E\u307E\u307E\u3067\u3088\u3044\u3002\u3088\u308A\u5C02\u9580\u7684\u306A\u30E6\u30FC\u30B6\u30FC\u306E\u307F\u3001\u3088\u308A\u30D1\u30FC\u30BD\u30CA\u30E9\u30A4\u30BA\u3055\u308C\u305F\u8A2D\u5B9A\u304C\u53EF\u80FD\u3067\u3059\u3002",developer:"\u30C7\u30D9\u30ED\u30C3\u30D1\u30FC\u8A2D\u5B9A",donateCafe:"\u7269\u4FA1","translate to the bottom of the page":"\u30DA\u30FC\u30B8\u4E0B\u90E8\u3078\u306E\u7FFB\u8A33\u306F\u3001\u30DA\u30FC\u30B8\u306B\u5165\u3063\u3066\u3059\u3050\u306B\u884C\u308F\u308C\u308B\u306E\u3067\u3059\u304B\uFF1F",feedback:"\u554F\u984C\u306B\u95A2\u3059\u308B\u30D5\u30A3\u30FC\u30C9\u30D0\u30C3\u30AF",toggleTranslatePage:"\u30DA\u30FC\u30B8\u3092\u7FFB\u8A33\u3059\u308B\uFF0F\u539F\u6587\u3092\u8868\u793A\u3059\u308B",translateToThePageEndImmediatelyDescription:"\u3053\u306E\u6A5F\u80FD\u3092\u30AA\u30F3\u306B\u3059\u308B\u3068\u3001\u30DA\u30FC\u30B8\u306E\u4E0A\u304B\u3089\u4E0B\u306B\u5165\u529B\u3057\u305F\u5185\u5BB9\u304C\u5373\u5EA7\u306B\u7FFB\u8A33\u3055\u308C\u307E\u3059\u3002\u30AA\u30D5\u306B\u3059\u308B\u3068\u3001\u8AAD\u307F\u306A\u304C\u3089\u7FFB\u8A33\u3055\u308C\u307E\u3059\u3002(\u304A\u52E7\u3081\u3057\u307E\u305B\u3093\uFF09","translate all areas of the page":"\u30DA\u30FC\u30B8\u306E\u5168\u9818\u57DF\u3092\u7FFB\u8A33\u3059\u308B\u304B\u3069\u3046\u304B",translationAreaDescription:"\u30AA\u30F3\u306B\u3059\u308B\u3068\u3001\u30A6\u30A7\u30D6\u30DA\u30FC\u30B8\u5168\u4F53\u306E\u3059\u3079\u3066\u306E\u9818\u57DF\u304C\u7FFB\u8A33\u3055\u308C\u307E\u3059\u3002\u30AA\u30D5\u306B\u3059\u308B\u3068\u3001\u30C7\u30D5\u30A9\u30EB\u30C8\u306E\u30B9\u30DE\u30FC\u30C8\u8A8D\u8B58\u304C\u4F7F\u7528\u3055\u308C\u3001\u4E3B\u8981\u306A\u9818\u57DF\u306E\u307F\u304C\u7FFB\u8A33\u3055\u308C\u307E\u3059\u3002(\u30AA\u30F3\u306B\u3059\u308B\u3053\u3068\u306F\u304A\u52E7\u3081\u3057\u307E\u305B\u3093)","the number of characters to be translated first":"\u8868\u793A\u9818\u57DF\u307E\u3067\u30B9\u30AF\u30ED\u30FC\u30EB\u3059\u308B\u3053\u3068\u306A\u304F\u3001\u30DA\u30FC\u30B8\u306E\u6700\u521D\u306E\u6570\u6587\u5B57\u3092\u76F4\u63A5\u7FFB\u8A33\u3059\u308B\u3002","interface language":"\u30A4\u30F3\u30BF\u30FC\u30D5\u30A7\u30FC\u30B9\u8A00\u8A9E","display both the original text and the translation":"\u539F\u6587\u3068\u8A33\u6587\u306E\u540C\u6642\u8868\u793A","keyboard shortcuts":"\u30AD\u30FC\u30DC\u30FC\u30C9\u30B7\u30E7\u30FC\u30C8\u30AB\u30C3\u30C8",modify:"\u30B7\u30E7\u30FC\u30C8\u30AB\u30C3\u30C8\u30AD\u30FC\u306E\u5909\u66F4",reset:"\u30EA\u30D3\u30B8\u30E7\u30F3",close:"\u51DD\u56FA",homepage:"\u30DB\u30FC\u30E0\u30DA\u30FC\u30B8",more:"\u3082\u3063\u3068\u898B\u308B",moreOptions:"\u30AB\u30B9\u30BF\u30DE\u30A4\u30BA\u30FB\u30AA\u30D7\u30B7\u30E7\u30F3\u306E\u62E1\u5927",translateTheWholePage:"\u30DA\u30FC\u30B8\u306E\u5168\u9818\u57DF\u3092\u7FFB\u8A33\u3059\u308B\uFF08\u4E3B\u8981\u306A\u9818\u57DF\u3092\u30A4\u30F3\u30C6\u30EA\u30B8\u30A7\u30F3\u30C8\u306B\u8A8D\u8B58\u3059\u308B\u306E\u3068\u306F\u5BFE\u7167\u7684\uFF09\u3002",changeToTranslateTheWholePage:"\u5168\u5730\u57DF\u306E\u7FFB\u8A33\u306B\u5207\u308A\u66FF\u3048\u308B",changeToTranslateTheMainPage:"\u30E1\u30A4\u30F3\u30A8\u30EA\u30A2\u306E\u7FFB\u8A33\u306B\u5207\u308A\u66FF\u3048\u308B",changeToOnlyTranslationMode:"\u7FFB\u8A33\u306E\u307F\u3092\u8868\u793A\u3059\u308B\u3088\u3046\u306B\u5207\u308A\u66FF\u3048\u308B",changeToDualTranslationMode:"\u5BFE\u8A33\u3078\u306E\u5207\u308A\u66FF\u3048",translateToThePageEndImmediately:"\u30DA\u30FC\u30B8\u4E0B\u90E8\u3078\u306E\u5373\u6642\u7FFB\u8A33",translateTheMainPage:"\u30A4\u30F3\u30C6\u30EA\u30B8\u30A7\u30F3\u30C8\u7FFB\u8A33 \u4E3B\u8981\u5730\u57DF","The local rules are up to date":"\u5730\u5143\u306E\u9069\u5FDC\u898F\u5B9A\u306F\u6700\u65B0\u306E\u3082\u306E\u3060\u3002","Successfully synchronized with the latest official rules:":"\u6700\u65B0\u306E\u516C\u5F0F\u7AF6\u6280\u898F\u5247\u3068\u306E\u540C\u671F\u306B\u6210\u529F\u3002","Checking for updates":"\u30A2\u30C3\u30D7\u30C7\u30FC\u30C8\u306E\u30C1\u30A7\u30C3\u30AF","Rules are being synchronized":"\u9069\u5FDC\u30EB\u30FC\u30EB\u306E\u540C\u671F\u5316",localVersionIsTooOld:"\u30ED\u30FC\u30AB\u30EB\u306E\u62E1\u5F35\u6A5F\u80FD\u306E\u30D0\u30FC\u30B8\u30E7\u30F3\u304C\u53E4\u3059\u304E\u307E\u3059\u3002\u540C\u671F\u3092\u8A66\u307F\u308B\u524D\u306B\u3001\u62E1\u5F35\u6A5F\u80FD\u3092 {minVersion} \u4EE5\u964D\u306B\u30A2\u30C3\u30D7\u30B0\u30EC\u30FC\u30C9\u3057\u3066\u304F\u3060\u3055\u3044\u3002",badUserscriptBrowser:"\u73FE\u5728\u306E\u30D6\u30E9\u30A6\u30B6\u306F\u30B0\u30EA\u30FC\u30B9\u30E2\u30F3\u30AD\u30FC\u62E1\u5F35\u30A4\u30F3\u30BF\u30FC\u30D5\u30A7\u30A4\u30B9\u3092\u6B63\u3057\u304F\u5B9F\u88C5\u3057\u3066\u3044\u307E\u305B\u3093\uFF08\u4F8B\u3048\u3070\u3001\u30B0\u30EA\u30FC\u30B9\u30E2\u30F3\u30AD\u30FC\u30FB\u30B9\u30AF\u30EA\u30D7\u30C8\u81EA\u4F53\u306E\u30D0\u30FC\u30B8\u30E7\u30F3\u756A\u53F7\u306B\u95A2\u3059\u308B\u60C5\u5831\u3092\u53D6\u5F97\u3059\u308B\u5834\u5408\u306A\u3069\uFF09\u306E\u3067\u3001Firefox\u306A\u3069<1>\u30B0\u30EA\u30FC\u30B9\u30E2\u30F3\u30AD\u30FC\u62E1\u5F35\u3092\u30B5\u30DD\u30FC\u30C8\u3059\u308B\u4ED6\u306E\u30D6\u30E9\u30A6\u30B6\u3092\u3054\u5229\u7528\u304F\u3060\u3055\u3044\u3002",foundNewVersion:"\u65B0\u30D0\u30FC\u30B8\u30E7\u30F3\u3092\u898B\u308B",theLocalExtensionIsUpToUpdate:"\u73FE\u5728\u306E\u30A8\u30AF\u30B9\u30C6\u30F3\u30B7\u30E7\u30F3\u306F\u6700\u65B0\u3060\u3002",failToSyncRules:"\u6700\u65B0\u306E\u9069\u5FDC\u30EB\u30FC\u30EB\u306E\u540C\u671F\u306B\u5931\u6557",retry:"\u30EA\u30C8\u30E9\u30A4\u3059\u308B\u306B\u306F\u3053\u3053\u3092\u30AF\u30EA\u30C3\u30AF",failedReason:"\u5931\u6557\u306E\u7406\u7531",currentRuleVersion:"\u73FE\u5728\u306E\u30EB\u30FC\u30EB\u30FB\u30D0\u30FC\u30B8\u30E7\u30F3",calculating:"\u8A08\u7B97",unknownError:"\u672A\u77E5\u306E\u30A8\u30E9\u30FC",canNotFetchRemoteRule:"\u30EA\u30E2\u30FC\u30C8\u30EB\u30FC\u30EB\u304C\u53D6\u5F97\u3067\u304D\u306A\u3044",enableAlphaSuccess:"\u30A2\u30EB\u30D5\u30A1\u5BFE\u5FDC",disableAlphaSuccess:"\u30A2\u30EB\u30D5\u30A1\u6A5F\u80FD\u306F\u30AA\u30D5",cacheSize:"\u30AD\u30E3\u30C3\u30B7\u30E5\u30FB\u30B5\u30A4\u30BA\uFF1A",cleaning:"\u6E05\u7B97\u4E2D",cleanCache:"\u30AD\u30E3\u30C3\u30B7\u30E5\u3092\u6D88\u53BB\u3059\u308B",options:"\u30BB\u30C3\u30C8\u30A2\u30C3\u30D7",about:"\u306B\u5BFE\u3057\u3066",service:"\u901A\u8A33\u30B5\u30FC\u30D3\u30B9",needAction:"(\u8A2D\u5B9A\u3078\uFF09",goSettings:"\u8A2D\u5B9A\u3059\u308B",needActionForOptions:"(\u8A2D\u5B9A\u4E88\u5B9A\uFF09",translationEngine:"\u30A8\u30F3\u30B8\u30F3\u30FB\u30AA\u30D7\u30B7\u30E7\u30F3",sourceLanguage:"\u539F\u8A9E",target:"\u76EE\u6A19\u8A00\u8A9E",popupSourceLanguage:"\u539F\u8A9E",popupTarget:"\u76EE\u6A19\u8A00\u8A9E",popupService:"\u901A\u8A33\u30B5\u30FC\u30D3\u30B9",forThisSite:"\u73FE\u5728\u306E\u30A6\u30A7\u30D6\u30B5\u30A4\u30C8",autoEnableSubtitle:"\u4E8C\u30AB\u56FD\u8A9E\u5B57\u5E55\u3092\u81EA\u52D5\u7684\u306B\u30AA\u30F3\u306B\u3059\u308B",alwaysTranslate:"\u5E38\u306B\u7FFB\u8A33\u3059\u308B",neverTranslate:"\u6C7A\u3057\u3066\u7FFB\u8A33\u3057\u306A\u3044",alwaysTranslateSomeLanguage:"\u5E38\u306B\u7FFB\u8A33\u3059\u308B {language}",neverTranslateSomeLanguage:"\u6C7A\u3057\u3066\u7FFB\u8A33\u3057\u306A\u3044 {language}",alwaysTranslateSomeSite:"\u5E38\u306B\u7FFB\u8A33\u3059\u308B {hostname}",neverTranslateSomeSite:"\u6C7A\u3057\u3066\u7FFB\u8A33\u3057\u306A\u3044 {hostname}",alwaysTranslateSomeSiteOrWildSite:"\u5E38\u306B\u30B5\u30A4\u30C8\u3092\u7FFB\u8A33\u3059\u308B",alwaysTranslateSomePage:"\u5E38\u306B\u30DA\u30FC\u30B8\u3092\u7FFB\u8A33\u3059\u308B",add:"\u5897\u52A0",default:"\u30C7\u30D5\u30A9\u30EB\u30C8",forThisLanguage:"\u3053\u306E\u8A00\u8A9E\u306E\u5834\u5408\uFF1A","add url":"URL\u3092\u5165\u529B",edit:"\u30B3\u30F3\u30D1\u30A4\u30E9","translate other languages into specific language":"\u4ED6\u306E\u8A00\u8A9E\u3092\u8A2D\u5B9A\u3057\u305F\u8A00\u8A9E\u306B\u7FFB\u8A33\u3059\u308B","select translation service":"\u7FFB\u8A33\u30B5\u30FC\u30D3\u30B9\u306E\u9078\u629E",language:"\u591A\u8A00\u8A9E\u4E3B\u7FA9","show-original":"\u539F\u6587\u3092\u8868\u793A",translate:"\u30EC\u30F3\u30C0\u30EA\u30F3\u30B0",Translated:"\u7FFB\u8A33",Translating:"\u7FFB\u8A33\u4E2D",Error:"\u4E0D\u6B63\u78BA",allowCacheTranslations:"\u30ED\u30FC\u30AB\u30EB\u7FFB\u8A33\u30AD\u30E3\u30C3\u30B7\u30E5\u3092\u6709\u52B9\u306B\u3059\u308B\uFF08\u91CD\u8907\u3057\u305F\u7B87\u6240\u306E\u7FFB\u8A33\u30EA\u30AF\u30A8\u30B9\u30C8\u3092\u6E1B\u3089\u3059\uFF09","translation display":"\u7FFB\u8A33\u8868\u793A\u30B9\u30BF\u30A4\u30EB","select diplay style":"\u4EE5\u4E0B\u306E\u4F8B\u3092\u5177\u4F53\u7684\u306B\u53C2\u7167\u3057\u306A\u304C\u3089\u3001\u7FFB\u8A33\u306E\u30B9\u30BF\u30A4\u30EB\u3092\u533A\u5225\u3059\u308B\u3002",interface:"\u30A4\u30F3\u30BF\u30FC\u30D5\u30A7\u30FC\u30B9\u8A2D\u5B9A",import_export:"\u30A4\u30F3\u30DD\u30FC\u30C8/\u30A8\u30AF\u30B9\u30DD\u30FC\u30C8",import_export_title:"\u30A4\u30F3\u30DD\u30FC\u30C8/\u30A8\u30AF\u30B9\u30DD\u30FC\u30C8\u8A2D\u5B9A",syncToGoogleDrive:"Google\u30C9\u30E9\u30A4\u30D6\u3068\u540C\u671F",floatBallOptions:"\u30DB\u30D0\u30FC\u30DC\u30FC\u30EB\u306E\u8A2D\u5B9A","floatBallOptions.enable":"\u30DB\u30D0\u30FC\u30DC\u30FC\u30EB\u3092\u4F7F\u7528\u53EF\u80FD\u306B\u3059\u308B","floatBallOptions.blockUrls":"\u30A6\u30A7\u30D6\u30B5\u30A4\u30C8\u3092\u7121\u52B9\u306B\u3059\u308B","floatBallOptions.add":"\u5897\u52A0","floatBallOptions.blockUrlDesc":"\u4EE5\u4E0B\u306E\u30B5\u30A4\u30C8\u3067\u306F\u30DB\u30D0\u30FC\u30DC\u30FC\u30EB\u304C\u8868\u793A\u3055\u308C\u307E\u305B\u3093\u3002","floatBallOptions.clickType":"\u30AF\u30EA\u30C3\u30AF\u884C\u52D5","floatBallOptions.clickTypeDesc":"\u30AF\u30EA\u30C3\u30AF\u3057\u305F\u3068\u304D\u306E\u30DB\u30D0\u30FC\u30DC\u30FC\u30EB\u30FB\u30A2\u30A4\u30B3\u30F3\u306E\u52D5\u4F5C","floatBallOptions.clickPopup":"\u7FFB\u8A33\u30D1\u30CD\u30EB\u306E\u8868\u793A","floatBallOptions.clickTranslate":"\u539F\u6587\u306E\u7FFB\u8A33\uFF0F\u8868\u793A","floatBallOptions.fixedPosition":"\u56FA\u5B9A\u4F4D\u7F6E","floatBallOptions.fixedPositionDesc":"\u60AC\u6D6E\u7403\u5728\u7A97\u53E3\u5DE6\u4FA7\u8FD8\u662F\u53F3\u4FA7","floatBallOptions.fixedPositionLeft":"\u5DE6\u4FA7","floatBallOptions.fixedPositionRight":"\u53F3\u4FA7",previewAllThemes:"\u3059\u3079\u3066\u306E\u30B9\u30BF\u30A4\u30EB\u3092\u30D7\u30EC\u30D3\u30E5\u30FC\u3059\u308B","translationTheme.none":"\u306A\u3044","translationTheme.grey":"\u30C0\u30FC\u30AF\u30B0\u30EC\u30FC","translationTheme.dashed":"\u70B9\u7DDA\u4E0B\u7DDA","translationTheme.dotted":"\u70B9\u7DDA\u30A2\u30F3\u30C0\u30FC\u30B9\u30B3\u30A2","translationTheme.dashedBorder":"\u70B9\u7DDA","translationTheme.solidBorder":"\u30BD\u30EA\u30C3\u30C9\u30DC\u30FC\u30C0\u30FC","translationTheme.underline":"\u76F4\u7DDA\u306B\u4E0B\u7DDA\u3092\u5F15\u304F","translationTheme.mask":"\u30D5\u30A1\u30B8\u30FC\u52B9\u679C\uFF08\u5B66\u7FD2\u30E2\u30FC\u30C9\uFF09","translationTheme.opacity":"\u900F\u660E\u52B9\u679C","translationTheme.paper":"\u767D\u3044\u7D19\u306E\u5F71\u306E\u52B9\u679C","translationTheme.dividingLine":"\u308F\u3051\u3081","translationTheme.highlight":"\u9AD8\u8F1D\u5EA6","translationTheme.marker":"\u30DE\u30FC\u30AB\u30FC","translationTheme.marker2":"\u30DE\u30FC\u30AB\u30FC2","translationTheme.blockquote":"\u53C2\u7167\u30B9\u30BF\u30A4\u30EB","translationTheme.weakening":"\u5F31\u4F53\u5316","translationTheme.italic":"\u659C\u4F53","translationTheme.bold":"\u6FC3\u5316","translationTheme.thinDashed":"\u7D30\u70B9\u7DDA\u30A2\u30F3\u30C0\u30FC\u30E9\u30A4\u30F3","translationTheme.nativeDashed":"\u30B7\u30B9\u30C6\u30E0\u306F\u70B9\u7DDA\u306E\u30A2\u30F3\u30C0\u30FC\u30E9\u30A4\u30F3\u4ED8\u304D","translationTheme.nativeDotted":"\u30B7\u30B9\u30C6\u30E0\u306F\u70B9\u7DDA\u306E\u30A2\u30F3\u30C0\u30FC\u30E9\u30A4\u30F3\u4ED8\u304D","translationTheme.nativeUnderline":"\u30B7\u30B9\u30C6\u30E0\u306B\u306F\u76F4\u7DDA\u306E\u30A2\u30F3\u30C0\u30FC\u30E9\u30A4\u30F3\u304C\u4ED8\u5C5E\u3057\u3066\u3044\u308B","translationTheme.wavy":"\u6CE2\u7DDA","translationServices.custom":"\u30AB\u30B9\u30BF\u30E0API","translationServices.tencent":"\u30C6\u30F3\u30BB\u30F3\u30C8\u7FFB\u8A33\u8005","translationServices.tenAlpha":"\u30C6\u30F3\u30BB\u30F3\u30C8\u30FB\u30C8\u30E9\u30F3\u30B9\u30EC\u30FC\u30BF\u30FC\uFF08\u30A2\u30EB\u30D5\u30A1\uFF09","translationServices.google":"\u30B0\u30FC\u30B0\u30EB\u7FFB\u8A33","translationServices.bai":"\u30D0\u30A4\u30C9\u30A5\uFF08\u30A2\u30EB\u30D5\u30A1\uFF09","translationServices.baidu":"\u767E\u5EA6\u306E\u7FFB\u8A33","translationServices.aliyun":"\u30A2\u30EA\u30AF\u30E9\u30A6\u30C9\u7FFB\u8A33","translationServices.volc":"\u706B\u5C71\u7FFB\u8A33","translationServices.deeplx":"DeepLX (\u30D9\u30FC\u30BF)","translationServices.bing":"\u30DE\u30A4\u30AF\u30ED\u30BD\u30D5\u30C8\u7FFB\u8A33","translationServices.deepl":"\u30C7\u30A3\u30FC\u30D7\u30A8\u30EB","translationServices.wechat":"WeChat\u7FFB\u8A33","translationServices.azure":"\u30A2\u30B8\u30E5\u30FC\u30EB\u7FFB\u8A33","translationServices.ibm":"IBM\u30EF\u30C8\u30BD\u30F3","translationServices.aws":"\u30A2\u30DE\u30BE\u30F3\u7FFB\u8A33","translationServices.mock":"\u6A21\u64EC\u7FFB\u8A33","translationServices.mock2":"\u6A21\u64EC\u7FFB\u8A332","translationServices.caiyun":"\u30AB\u30E9\u30D5\u30EB\u306A\u96F2\u3068\u5C0F\u3055\u306A\u7FFB\u8A33","translationServices.cai":"\u30AB\u30E9\u30D5\u30EB\u306A\u96F2\uFF08\u30A2\u30EB\u30D5\u30A1\uFF09","translationServices.volcAlpha":"\u30DC\u30EB\u30B1\u30FC\u30CE\uFF08\u30A2\u30EB\u30D5\u30A1\uFF09","translationServices.openl":"\u30AA\u30FC\u30D7\u30F3L","translationServices.youdao":"Youtube\u7FFB\u8A33","translationServices.you":"Youdao \u7FFB\u8A33\u8005\uFF08\u30A2\u30EB\u30D5\u30A1\uFF09","translationServices.transmart":"\u9A30\u8A0A\u30A4\u30F3\u30BF\u30E9\u30AF\u30C6\u30A3\u30D6\u7FFB\u8A33","translationServices.niu":"\u30DE\u30FC\u30D9\u30EA\u30C3\u30AF\u7FFB\u8A33\u8005","translationServices.papago":"\u30D1\u30D1\u30B4\u7FFB\u8A33","translationServices.d":"D\uFF08\u30A2\u30EB\u30D5\u30A1\uFF09","translationServices.dpro":"D\u30D7\u30ED\uFF08\u30AB\u30CA\u30EA\u30A2\uFF09","translationServices.openai":"\u30AA\u30FC\u30D7\u30F3AI","translationServices.chatgpt":"ChatGPT Web(3.5 mobile)","translate title":"\u30DA\u30FC\u30B8\u30BF\u30A4\u30C8\u30EB\u3092\u7FFB\u8A33\u3059\u308B","always languages":"\u5E38\u306B\u8A00\u8A9E\u3092\u7FFB\u8A33\u3059\u308B",neverTranslateLanguagesLabel:"\u7FFB\u8A33\u3055\u308C\u308B\u3053\u3068\u306E\u306A\u3044\u8A00\u8A9E",neverTranslateTheFollowingLanguagesDescription:"\u30DA\u30FC\u30B8\u4E0A\u306E\u6BB5\u843D\u304C\u4EE5\u4E0B\u306E\u8A00\u8A9E\u306E\u3044\u305A\u308C\u304B\u3067\u3042\u308B\u5834\u5408\u3001\u7FFB\u8A33\u306F\u30B9\u30AD\u30C3\u30D7\u3055\u308C\u307E\u3059\u3002",enableUserscriptPagePopup:"\u30DA\u30FC\u30B8\u306B\u30DB\u30D0\u30FC\u30DC\u30FC\u30EB\u3092\u8868\u793A",enableUserscriptPagePopupDescription:"\u30DB\u30D0\u30FC\u30DC\u30FC\u30EB\u3092\u30AA\u30D5\u306B\u3057\u305F\u5F8C\u306F\u3001\u30B7\u30E7\u30FC\u30C8\u30AB\u30C3\u30C8 /{touch}\u3067\u547C\u3073\u51FA\u3059\u3053\u3068\u304C\u3067\u304D\u307E\u3059\u3002\u3046\u3063\u304B\u308A\u3053\u306E\u30AA\u30D7\u30B7\u30E7\u30F3\u3092\u30AA\u30D5\u306B\u3057\u305F\u5F8C\u3001\u30DB\u30D0\u30FC\u30DC\u30FC\u30EB\u3092\u898B\u3064\u3051\u3089\u308C\u306A\u304F\u306A\u308B\u306E\u3092\u9632\u3050\u305F\u3081\u3001\u3053\u306E\u8A2D\u5B9A\u30DA\u30FC\u30B8\u3092\u30D6\u30C3\u30AF\u30DE\u30FC\u30AF\u3057\u3066\u304A\u304F\u3053\u3068\u3092\u5F37\u304F\u304A\u52E7\u3081\u3057\u307E\u3059\uFF01","always translate the following languages":"\u30DA\u30FC\u30B8\u304C\u6B21\u306E\u8A00\u8A9E\u306E1\u3064\u3067\u3042\u308B\u3068\u304D\u81EA\u52D5\u7684\u306B\u30BF\u30FC\u30B2\u30C3\u30C8\u8A00\u8A9E\u306B\u7FFB\u8A33\u3059\u308B","always sites":"\u5E38\u306B\u7FFB\u8A33\u3055\u308C\u305F\u30A6\u30A7\u30D6\u30B5\u30A4\u30C8","always translate the following sites":"\u306E\u30C9\u30E1\u30A4\u30F3\u540D\u3067\u3042\u308C\u3070\u3001\u30A6\u30A7\u30D6\u30B5\u30A4\u30C8\u306F\u81EA\u52D5\u7684\u306B\u30BF\u30FC\u30B2\u30C3\u30C8\u8A00\u8A9E\u306B\u7FFB\u8A33\u3055\u308C\u308B\u3002","never sites":"\u672A\u7FFB\u8A33\u30B5\u30A4\u30C8","never translate the following sites":"\u4EE5\u4E0B\u306E\u30C9\u30E1\u30A4\u30F3\u306E\u30B5\u30A4\u30C8\u3067\u306F\u3001\u7FFB\u8A33\u306F\u884C\u308F\u308C\u307E\u305B\u3093\u3002","please refer to":"\u4F7F\u7528\u3059\u308B\u524D\u306B\u30AD\u30FC\u3092\u5165\u529B\u3059\u308B\u5FC5\u8981\u304C\u3042\u308A\u307E\u3059\u3002",KeyAndConfigurationTutorial:"\u30AD\u30FC\u30FB\u30A2\u30D7\u30EA\u30B1\u30FC\u30B7\u30E7\u30F3\u3068\u30B3\u30F3\u30D5\u30A3\u30AE\u30E5\u30EC\u30FC\u30B7\u30E7\u30F3\u30FB\u30C1\u30E5\u30FC\u30C8\u30EA\u30A2\u30EB",useAboveStyleForTheseSites:"\u4EE5\u4E0B\u306E\u30C9\u30E1\u30A4\u30F3\u306E\u30B5\u30A4\u30C8\u3067\u306F\u3001\u5E38\u306B \u2308{theme}\u230B \u7FFB\u8A33\u30B9\u30BF\u30A4\u30EB\u3092\u4F7F\u7528\u3057\u307E\u3059\u3002",currentUrl:"\u73FE\u5728\u306EURL",confirm:"\u30BB\u30FC\u30D6",cancel:"\u30AD\u30E3\u30F3\u30BB\u30EB",delete:"\u9664\u53BB","languages.auto":"\u81EA\u52D5\u691C\u51FA",syncToCloud:"\u30B0\u30FC\u30B0\u30EB\u30C9\u30E9\u30A4\u30D6\u306B\u540C\u671F",syncToCloudDescription:"\u30AF\u30E9\u30A6\u30C9\u306B\u30A2\u30C3\u30D7\u30ED\u30FC\u30C9\u3055\u308C\u305F\u30B3\u30F3\u30D5\u30A3\u30AE\u30E5\u30EC\u30FC\u30B7\u30E7\u30F3\u306F\u3001\u7570\u306A\u308B\u30D6\u30E9\u30A6\u30B6\u30FC\uFF0F\u30B0\u30EA\u30FC\u30B9\u30E2\u30F3\u30AD\u30FC\u30FB\u30B9\u30AF\u30EA\u30D7\u30C8\u9593\u3067\u540C\u671F\u3055\u305B\u308B\u3053\u3068\u304C\u3067\u304D\u308B\u3002",syncToAccount:"\u30A4\u30DE\u30FC\u30B7\u30D6\u7FFB\u8A33\u30AF\u30E9\u30A6\u30C9\u3078\u306E\u540C\u671F",syncToAccountButton:"\u30AF\u30E9\u30A6\u30C9\u3068\u306E\u5373\u6642\u540C\u671F",syncToAccountDescription:"\u7570\u306A\u308B\u30C7\u30D0\u30A4\u30B9\u9593\u3067\u3001\u6700\u5F8C\u306B\u5909\u66F4\u3055\u308C\u305F\u65B9\u306E\u8A2D\u5B9A\u3092\u81EA\u52D5\u7684\u306B\u540C\u671F\u3057\u307E\u3059\u3002",successSyncConfigInAccount:"\u30AF\u30E9\u30A6\u30C9\u3068\u306E\u540C\u671F\u306B\u6210\u529F",successSyncConfigToAccount:"\u30AF\u30E9\u30A6\u30C9\u3078\u306E\u540C\u671F\u306B\u6210\u529F",syncConfigNoUpdate:"\u3082\u3046\u6700\u65B0\u306E\u3082\u306E\u3060\u3002",authFail:"\u8A8D\u8A3C\u5931\u6557",syncTitle:"\u624B\u52D5\u30D0\u30C3\u30AF\u30A2\u30C3\u30D7\u7BA1\u7406",import_hint:"\u30A4\u30F3\u30DD\u30FC\u30C8",upload:"\u30A2\u30C3\u30D7\u30ED\u30FC\u30C9",revokeAuth:"\u8A8D\u53EF\u306E\u53D6\u308A\u6D88\u3057",uploadFail:"\u30A2\u30C3\u30D7\u30ED\u30FC\u30C9\u5931\u6557",download:"\u30C0\u30A6\u30F3\u30ED\u30FC\u30C9",importSuccess:"\u8F38\u5165\u306B\u6210\u529F",importFail:"\u30A4\u30F3\u30DD\u30FC\u30C8\u5931\u6557",deleteFail:"\u524A\u9664\u306B\u5931\u6557\u3057\u307E\u3057\u305F",backupToCloud:"\u30D0\u30C3\u30AF\u30A2\u30C3\u30D7\u30D5\u30A1\u30A4\u30EB\u306E\u624B\u52D5\u7BA1\u7406",create_new_backup:"\u65B0\u3057\u3044\u30D0\u30C3\u30AF\u30A2\u30C3\u30D7\u30CE\u30FC\u30C9\u3092\u8FFD\u52A0\u3059\u308B",maxBackupFiles:"\u6700\u5927{count}\u7570\u306A\u308B\u30CE\u30FC\u30C9\u3092\u30D0\u30C3\u30AF\u30A2\u30C3\u30D7\u3067\u304D\u307E\u3059\u3002\u4E0D\u8981\u306A\u30CE\u30FC\u30C9\u306F\u524A\u9664\u3057\u3066\u304F\u3060\u3055\u3044\u3002",backupToCloudDescription:"\u30D0\u30C3\u30AF\u30A2\u30C3\u30D7\u30D5\u30A1\u30A4\u30EB\u3092\u624B\u52D5\u3067\u30A2\u30C3\u30D7\u30ED\u30FC\u30C9\u307E\u305F\u306F\u30EA\u30B9\u30C8\u30A2\u3002",successSyncConfig:"\u30AF\u30E9\u30A6\u30C9\u3068\u306E\u540C\u671F\u306B\u6210\u529F",syncFail:"\u540C\u671F\u5931\u6557",updatedAt:"{date}\u3088\u308A\u66F4\u65B0",lastSyncedAt:"\u6700\u7D42\u78BA\u8A8D\uFF1A {date}",downloadFail:"\u30C0\u30A6\u30F3\u30ED\u30FC\u30C9\u306B\u5931\u6557\u3057\u307E\u3057\u305F",clickToDownload:"\u30AF\u30EA\u30C3\u30AF\u3057\u3066\u30C0\u30A6\u30F3\u30ED\u30FC\u30C9",aboutLabel:"\u30D5\u30A3\u30FC\u30C9\u30D0\u30C3\u30AF","browser.openAboutPage":"\u3054\u610F\u898B\u30FB\u3054\u611F\u60F3",aboutLabelWithoutSponsor:"\u30D5\u30A3\u30FC\u30C9\u30D0\u30C3\u30AF",aboutIntro:"\u30A4\u30F3\u30BF\u30FC\u30CD\u30C3\u30C8\u4E0A\u306E\u81A8\u5927\u306A\u5916\u56FD\u8A9E\u60C5\u5831\u3078\u306E\u30A2\u30AF\u30BB\u30B9\u304C\u3088\u308A\u7C21\u5358\u3067\u697D\u3057\u3044\u3082\u306E\u306B\u306A\u308A\u307E\u3059\u3088\u3046\u306B \u2764\uFE0F <6>\u30D7\u30ED\u30E1\u30F3\u30D0\u30FC\u30B7\u30C3\u30D7\u3092 \u6709\u52B9\u306B\u3057\u3066\u3001\u3059\u3050\u306B\u4F7F\u3048\u308BDeepL\u3068OpenAI\u306E\u7FFB\u8A33\u3092\u3054\u5229\u7528\u304F\u3060\u3055\u3044\u3002

<3>Twitter\u3001<4>Telegram\u3001Weibo\u3001WeChat\u3067\u79C1\u305F\u3061\u3092\u30D5\u30A9\u30ED\u30FC\u3059\u308B\u304B\u3001\u4EE5\u4E0B\u306E<5>\u30E1\u30FC\u30EA\u30F3\u30B0\u30EA\u30B9\u30C8\u306B\u767B\u9332\u3057\u3066\u66F4\u65B0\u3092\u8FFD\u8DE1\u3059\u308B\u3053\u3068\u304C\u3067\u304D\u307E\u3059\u3002
<7>\u30D7\u30ED\u4F1A\u54E1\u306E \u65B9\u306F\u3001 <8>support@immersivetranslate.com \u307E\u3067\u3054\u9023\u7D61\u3044\u305F\u3060\u3051\u308C\u3070\u3001\u8FC5\u901F\u306A\u30AB\u30B9\u30BF\u30DE\u30FC\u30B5\u30FC\u30D3\u30B9\u3092\u3054\u63D0\u4F9B\u3044\u305F\u3057\u307E\u3059\u3002",aboutIntroWithoutSponsor:"\u2764\uFE0F

<3>\u30C4\u30A4\u30C3\u30BF\u30FC\u3001<4>\u30C6\u30EC\u30B0\u30E9\u30E0\u30FB\u30C1\u30E3\u30F3\u30CD\u30EB\u3001WeChat\u3001WeChat Exchange\u3067\u30D5\u30A9\u30ED\u30FC\u3057\u3066\u3044\u305F\u3060\u304F\u304B\u3001\u4EE5\u4E0B\u306E<5>E\u30E1\u30FC\u30EB\u3067\u66F4\u65B0\u60C5\u5831\u3092<5>\u8CFC\u8AAD\u3057\u3066\u304F\u3060\u3055\u3044\u3002",projectHomepage:"\u30D7\u30ED\u30B8\u30A7\u30AF\u30C8\u30FB\u30DB\u30FC\u30E0",joinTelegramGroup:"\u30E6\u30FC\u30B6\u30FC\u30B0\u30EB\u30FC\u30D7\u306B\u53C2\u52A0\u3057\u3066\u3001\u6A5F\u80FD\u306B\u95A2\u3059\u308B\u30C7\u30A3\u30B9\u30AB\u30C3\u30B7\u30E7\u30F3\u306B\u53C2\u52A0",wechatPublicAccount:"WeChat\u30D1\u30D6\u30EA\u30C3\u30AF",wechatCommunities:"WeChat\u4EA4\u6D41\u30B0\u30EB\u30FC\u30D7",qqCommunities:"QQ\u30B3\u30DF\u30E5\u30CB\u30B1\u30FC\u30B7\u30E7\u30F3\u30C1\u30E3\u30F3\u30CD\u30EB",joinTelegramChannel:"\u6700\u65B0\u60C5\u5831\u306FTelegram\u30C1\u30E3\u30F3\u30CD\u30EB\u3092\u30D5\u30A9\u30ED\u30FC",feedbackAndJoin:"\u8CEA\u554F \u30D5\u30A3\u30FC\u30C9\u30D0\u30C3\u30AF / \u30B0\u30EB\u30FC\u30D7\u8FFD\u52A0",autoSync:"\u81EA\u52D5\u6642\u523B\u540C\u671F",loadingThemeTitle:"\u30ED\u30FC\u30C7\u30A3\u30F3\u30B0\u30FB\u30B9\u30BF\u30A4\u30EB",loadingThemeDescription:"\u7FFB\u8A33\u30ED\u30FC\u30C9\u5F85\u3061\u6642\u9593\u306E\u30B9\u30BF\u30A4\u30EB\u8A2D\u5B9A","loadingTheme.spinner":"\u56DE\u8EE2\u30A2\u30CB\u30E1\u30FC\u30B7\u30E7\u30F3","loadingTheme.text":"\u9759\u7684\u30C6\u30AD\u30B9\u30C8 ","loadingTheme.none":"\u8868\u793A\u306A\u3057",developerDescription:"\u9AD8\u5EA6\u306A\u30AB\u30B9\u30BF\u30DE\u30A4\u30BA\u306B\u95A2\u3059\u308B\u30C9\u30AD\u30E5\u30E1\u30F3\u30C8\u306F<1>\u3053\u3061\u3089\u3092\u3054\u89A7\u304F\u3060\u3055\u3044\u3002","edit border color":"\u30DC\u30FC\u30C0\u30FC\u30AB\u30E9\u30FC\u306E\u5909\u66F4",successSyncButNoChange:"\u73FE\u5728\u306E\u30B3\u30F3\u30D5\u30A3\u30AE\u30E5\u30EC\u30FC\u30B7\u30E7\u30F3\u306F\u30AF\u30E9\u30A6\u30C9\u3068\u4E00\u81F4\u3057\u3066\u3044\u308B",customTheme:"\u30AB\u30B9\u30BF\u30E0\u30AB\u30E9\u30FC\u3068\u30B5\u30A4\u30BA","customThemeLabel.borderColor":"\u30DC\u30FC\u30C0\u30FC\u30AB\u30E9\u30FC","customThemeLabel.borderRadius":"\u4E38\u307F\u3092\u5E2F\u3073\u305F\u30A8\u30C3\u30B8","customThemeLabel.textColor":"\u30C6\u30AD\u30B9\u30C8\u30AB\u30E9\u30FC","customThemeLabel.backgroundColor":"\u80CC\u666F\u8272","customThemeLabel.zoom":"\u30D5\u30A9\u30F3\u30C8\u30FB\u30B9\u30B1\u30FC\u30EA\u30F3\u30B0 (%)","customThemeLabel.opacity":"\u30C6\u30AD\u30B9\u30C8\u306E\u4E0D\u900F\u660E\u5EA6 (%)",resetToDefaultColor:"\u30C7\u30D5\u30A9\u30EB\u30C8\u30AB\u30E9\u30FC\u306B\u623B\u3059",resetToDefaultSettings:"\u30C7\u30D5\u30A9\u30EB\u30C8\u8A2D\u5B9A\u306B\u623B\u3059",isTranslateTitle:"\u30DA\u30FC\u30B8\u30BF\u30A4\u30C8\u30EB\u306E\u7FFB\u8A33\u3092\u6709\u52B9\u306B\u3059\u308B",isTranslateTitleDescription:"\u30AA\u30F3\u306B\u3059\u308B\u3068\u3001\u30DA\u30FC\u30B8\u30BF\u30A4\u30C8\u30EB\u304C\u7FFB\u8A33\u3055\u308C\u307E\u3059",enableSearchEnhancement:"\u30D0\u30A4\u30EA\u30F3\u30AC\u30EB\u30E1\u30C3\u30BB\u30FC\u30B8\u3092\u6709\u52B9\u306B\u3059\u308B",enableSearchEnhancementDescription:"\u6709\u52B9\u306B\u3059\u308B\u3068\u3001\u5BFE\u5FDC\u30B5\u30A4\u30C8\uFF08Google News\u3001Google Search\uFF08\u4E00\u90E8\u30AD\u30FC\u30EF\u30FC\u30C9\uFF09\u3001Snowball\u3001Oriental Fortune\u3001Futura\u3001Tiger Community\uFF09\u306E\u53F3\u30AB\u30E9\u30E0\u306B\u3001\u8A72\u5F53\u3059\u308B\u82F1\u8A9E\u30AD\u30FC\u30EF\u30FC\u30C9\u3067\u300CGoogle News\u300D\u306E\u691C\u7D22\u7D50\u679C\u304C\u81EA\u52D5\u7684\u306B\u8868\u793A\u3055\u308C\u308B\u3088\u3046\u306B\u306A\u308A\u307E\u3059\u3002",verifyService:"\u30B5\u30FC\u30D3\u30B9\u306E\u30C6\u30B9\u30C8\u306F\u3053\u3061\u3089",verified:"\u6210\u529F\u306E\u78BA\u8A8D","field.langs":"\u5BFE\u5FDC\u8A00\u8A9E\u30B3\u30FC\u30C9","field.model":"\u30E2\u30C7\u30EA\u30F3\u30B0","field.translationEngine":"\u7FFB\u8A33\u30A8\u30F3\u30B8\u30F3","field.limitPerMinute":"1\u5206\u3042\u305F\u308A\u306E\u6700\u5927\u30EA\u30AF\u30A8\u30B9\u30C8\u6570","field.limitPerSecond":"1\u79D2\u3042\u305F\u308A\u306E\u6700\u5927\u30EA\u30AF\u30A8\u30B9\u30C8\u6570","field.maxTextLengthPerRequest":"\u30EA\u30AF\u30A8\u30B9\u30C8\u3054\u3068\u306E\u6700\u5927\u30C6\u30AD\u30B9\u30C8\u9577","field.maxTextGroupLengthPerRequest":"\u30EA\u30AF\u30A8\u30B9\u30C8\u3054\u3068\u306E\u6700\u5927\u6BB5\u843D\u6570","field.apiUrl":"\u30AB\u30B9\u30BF\u30E0API\u30A4\u30F3\u30BF\u30FC\u30D5\u30A7\u30FC\u30B9\u306E\u30A2\u30C9\u30EC\u30B9","field.placeholderDelimiters":"\u4E88\u7D04\u30D7\u30EC\u30FC\u30B9\u30DB\u30EB\u30C0","description.custom":"\u30AB\u30B9\u30BF\u30E0\u30A4\u30F3\u30BF\u30FC\u30D5\u30A7\u30FC\u30B9\u30A2\u30AF\u30BB\u30B9 \u8981\u30C9\u30AD\u30E5\u30E1\u30F3\u30C6\u30FC\u30B7\u30E7\u30F3","description.limitPerMinute":"\u3053\u306E\u5236\u9650\u3092\u8D85\u3048\u305F\u30EA\u30AF\u30A8\u30B9\u30C8\u306F\u3001\u6B21\u306E\u5206\u304C\u59CB\u307E\u308B\u307E\u3067\u30AD\u30E5\u30FC\u306B\u5165\u308A\u307E\u3059\u3002OpenAI\u306E\u73FE\u5728\u306E\u30B5\u30FC\u30D3\u30B9\u306B\u306F\u3055\u307E\u3056\u307E\u306A\u5236\u9650\u304C\u3042\u308B\u305F\u3081\u3001\u6700\u65B0\u306E\u63A8\u5968\u5024\u306F<1>\u3053\u3061\u3089\u3092\u3054\u89A7\u304F\u3060\u3055\u3044\u3002","description.limitPerSecond":"\u3053\u306E\u5236\u9650\u3092\u8D85\u3048\u305F\u30EA\u30AF\u30A8\u30B9\u30C8\u306F\u3001\u6B21\u306E\u79D2\u304C\u59CB\u307E\u308B\u307E\u3067\u30AD\u30E5\u30FC\u306B\u5165\u308A\u307E\u3059\u3002OpenAI\u306E\u73FE\u5728\u306E\u30B5\u30FC\u30D3\u30B9\u306B\u306F\u3055\u307E\u3056\u307E\u306A\u5236\u9650\u304C\u3042\u308B\u305F\u3081\u3001\u6700\u65B0\u306E\u63A8\u5968\u5024\u306F<1>\u3053\u3061\u3089\u3092\u3054\u89A7\u304F\u3060\u3055\u3044\u3002","description.generalLimitPerSecond":"\u3053\u306E\u5236\u9650\u3092\u8D85\u3048\u305F\u30EA\u30AF\u30A8\u30B9\u30C8\u306F\u3001\u6B21\u306E\u79D2\u304C\u59CB\u307E\u308B\u307E\u3067\u30AD\u30E5\u30FC\u306B\u5165\u308B\u3002","description.prompt":"\u30E6\u30FC\u30B6\u30FC\u3068\u3057\u3066 {service} \u306B\u9001\u4FE1\u3055\u308C\u308B\u5BFE\u8A71\u3067\u3001{{text}} \u306F\u6BB5\u843D\u306E\u30C6\u30AD\u30B9\u30C8\u5185\u5BB9\u3092\u793A\u3057\u3001{{from}} \u306F\u6BB5\u843D\u306E\u8A00\u8A9E\u3092\u793A\u3057\u3001{{to}} \u306F\u76EE\u6A19\u8A00\u8A9E\u3092\u793A\u3057\u307E\u3059\u3002","description.maxTextLengthPerRequest":"\u30EA\u30AF\u30A8\u30B9\u30C8\u3042\u305F\u308A\u306E\u6700\u5927\u6587\u5B57\u6570\u304C\u5927\u304D\u3059\u304E\u308B\u3068\u3001\u30A4\u30F3\u30BF\u30FC\u30D5\u30A7\u30FC\u30B9\u306E\u5FDC\u7B54\u304C\u9045\u304F\u306A\u308B\u306E\u3067\u3001\u3053\u306E\u30AA\u30D7\u30B7\u30E7\u30F3\u3092\u8ABF\u6574\u3057\u3066\u901F\u5EA6\u3092\u6700\u9069\u5316\u3057\u3066\u304F\u3060\u3055\u3044\u3002","description.systemPrompt":"\u30B7\u30B9\u30C6\u30E0\u3068\u3057\u3066 {service} \u306B\u9001\u4FE1\u3055\u308C\u308B\u5BFE\u8A71\u3067\u3001{{text}} \u306F\u6BB5\u843D\u306E\u30C6\u30AD\u30B9\u30C8\u5185\u5BB9\u3092\u793A\u3057\u3001{{from}} \u306F\u6BB5\u843D\u306E\u8A00\u8A9E\u3092\u793A\u3057\u3001{{to}} \u306F\u76EE\u6A19\u8A00\u8A9E\u3092\u793A\u3057\u307E\u3059\u3002","field.domain":"\u30EC\u30A2\u30EB","description.domain":"\u30C7\u30D5\u30A9\u30EB\u30C8\u306F\uFF1Ageneral \u3067\u3059\u3002Arima API \u30B3\u30F3\u30BD\u30FC\u30EB\u3067\u30C9\u30E1\u30A4\u30F3\u5909\u63DB\u304C\u6709\u52B9\u306B\u306A\u3063\u3066\u3044\u308B\u5834\u5408\u306E\u307F\u8A2D\u5B9A\u3067\u304D\u307E\u3059\u3002","field.scene":"\u53D6\u308B","description.scene":"\u30C7\u30D5\u30A9\u30EB\u30C8\u306F\uFF1A\u4E00\u822C\u3067\u3059\u3002AliCloud API\u30B3\u30F3\u30BD\u30FC\u30EB\u3067Machine Translation Pro\u3092\u958B\u3044\u305F\u5834\u5408\u306E\u307F\u8A2D\u5B9A\u3067\u304D\u307E\u3059\u3002","field.vocabId":"\u30E6\u30FC\u30B6\u30FC\u8F9E\u66F8ID","description.vocabId":"\u6307\u5B9A\u3055\u308C\u305F\u8F9E\u66F8out_id\u306F\u3001\u73FE\u5728\u3001\u82F1\u8A9E\u304B\u3089\u4E2D\u56FD\u8A9E\u3078\u306E\u7FFB\u8A33\u3092\u30B5\u30DD\u30FC\u30C8\u3057\u3066\u3044\u308B\u3002","description.model":"OpenAI\u306E\u30E2\u30C7\u30EB\u306F\u3001gpt-3.5-turbo\u3001gpt-4\u306A\u3069\u3002","description.maxTextGroupLengthPerRequest":"\u4E00\u5EA6\u306B\u7FFB\u8A33\u30B5\u30FC\u30D3\u30B9\u306B\u9001\u4FE1\u3055\u308C\u308B\u6BB5\u843D\u6570\u3002\u6BB5\u843D\u6570\u304C\u591A\u3059\u304E\u308B\u3068\u3001\u30A4\u30F3\u30BF\u30FC\u30D5\u30A7\u30FC\u30B9\u306E\u5FDC\u7B54\u304C\u9045\u304F\u306A\u308B\u3053\u3068\u304C\u3042\u308A\u307E\u3059\u3002","description.apiUrl":"\u5177\u4F53\u7684\u306AURL\u3068\u30D1\u30B9\u3001<1>\u3088\u308A\u8A73\u3057\u3044\u8AAC\u660E\u3092\u8FFD\u52A0\u3057\u3066\u304F\u3060\u3055\u3044\u3002",enabledExtension:"\u30A8\u30AF\u30B9\u30C6\u30F3\u30B7\u30E7\u30F3\u306E\u6709\u52B9\u5316",clickToDisableExtension:"\u30AF\u30EA\u30C3\u30AF\u3057\u3066\u62E1\u5F35\u6A5F\u80FD\u3092\u7121\u52B9\u306B\u3059\u308B",clickToEnableExtension:"\u30AF\u30EA\u30C3\u30AF\u3057\u3066\u62E1\u5F35\u6A5F\u80FD\u3092\u6709\u52B9\u306B\u3059\u308B",hasBeenDisabled:"\u4F7F\u7528\u4E0D\u80FD","show password":"\u30D1\u30B9\u30EF\u30FC\u30C9\u3092\u8868\u793A\u3059\u308B",customContent:"\u30AB\u30B9\u30BF\u30E0\u30E2\u30C7\u30EB\u540D\u3092\u5165\u529B",inputOptions:"\u5165\u529B\u30DC\u30C3\u30AF\u30B9\u306E\u5F37\u5316",mouseHoverOptions:"\u30DE\u30A6\u30B9\u30DB\u30D0\u30FC",modifyMouseHoverKey:"\u30DE\u30A6\u30B9\u30DB\u30D0\u30FC\u30B7\u30E7\u30FC\u30C8\u30AB\u30C3\u30C8\u306E\u5909\u66F4",enableInputTranslation:"\u5165\u529B\u30DC\u30C3\u30AF\u30B9\u306E\u62E1\u5F35\u3092\u6709\u52B9\u306B\u3059\u308B\u304B\u3069\u3046\u304B",enableInputTranslationDescription:"\u6709\u52B9\u5316\u3057\u305F\u3089\u3001 {startingKey}{startingKey} hello \u3068\u5165\u529B\u30DC\u30C3\u30AF\u30B9\u306B\u76F4\u63A5\u5165\u529B\u3057\u3001{inputTrailingTriggerKeyRepeatTimes}times{trailingKey}\u3092\u7D20\u65E9\u304F\u62BC\u3057\u3066\u3001 {inputTargetLanguage}\u306B\u5909\u63DB\u3059\u308B\u3002",enableInputTranslationDescriptionForNoneKey:"\u6709\u52B9\u306B\u3057\u305F\u3089\u3001\uFF1AHello World\u3068\u5165\u529B\u30DC\u30C3\u30AF\u30B9\u306B\u76F4\u63A5\u5165\u529B\u3057\u3001{inputTrailingTriggerKeyRepeatTimes}{trailingKey}\u3092\u7D20\u65E9\u304F\u62BC\u3057\u3066\u3001\u30C7\u30D5\u30A9\u30EB\u30C8\u306E\u30BF\u30FC\u30B2\u30C3\u30C8\u8A00\u8A9E\u306B\u7FFB\u8A33\u3059\u308B\u3002",inputTargetLanguage:"\u5165\u529B\u30DC\u30C3\u30AF\u30B9\u306E\u30C7\u30D5\u30A9\u30EB\u30C8\u30BF\u30FC\u30B2\u30C3\u30C8\u8A00\u8A9E\u306E\u8A2D\u5B9A",inputTargetLanguageDescription:"\u5165\u529B\u30DC\u30C3\u30AF\u30B9\u7FFB\u8A33\u306E\u30C7\u30D5\u30A9\u30EB\u30C8\u30BF\u30FC\u30B2\u30C3\u30C8\u8A00\u8A9E\u3001\u3059\u306A\u308F\u3061\u3001\u30C8\u30EA\u30AC\u30FC\u30EF\u30FC\u30C9\u306E\u30C7\u30D5\u30A9\u30EB\u30C8\u8A00\u8A9E\u3068\u3057\u3066 {startingKey}{startingKey}",inputTargetLanguageDescriptionForNoneKey:"\u5165\u529B\u30DC\u30C3\u30AF\u30B9\u7FFB\u8A33\u306E\u30C7\u30D5\u30A9\u30EB\u30C8\u30BF\u30FC\u30B2\u30C3\u30C8\u8A00\u8A9E",inputStartingTriggerKeyTitle:"\u5165\u529B\u30DC\u30C3\u30AF\u30B9\u306E\u90E8\u5206\u7FFB\u8A33\u306E\u305F\u3081\u306E\u5206\u5272\u6587\u5B57\u306E\u8A2D\u5B9A",inputStartingTriggerKeyDescription:"\u5165\u529B\u30DC\u30C3\u30AF\u30B9\u5168\u4F53\u3092\u7FFB\u8A33\u3059\u308B\u5FC5\u8981\u304C\u306A\u3044\u5834\u5408\u3001\u30B9\u30D7\u30EA\u30C3\u30BF\u30FC\u306F {startingKey}{startingKey} \u304B\u3089\u5165\u529B\u30DC\u30C3\u30AF\u30B9\u306E\u6700\u5F8C\u307E\u3067\u306E\u90E8\u5206\u3060\u3051\u3092\u7FFB\u8A33\u3059\u308B\u3053\u3068\u304C\u3067\u304D\u307E\u3059\u3002\u307E\u305F\u3001\u8A00\u8A9E\u30B3\u30FC\u30C9\u3092\u6307\u5B9A\u3059\u308B\u3053\u3068\u3082\u3067\u304D\u307E\u3059\u3002\u4F8B\u3048\u3070\u3001\uFF1A{startingKey}ja \u306F {startingKey}ja \u304B\u3089\u5165\u529B\u30DC\u30C3\u30AF\u30B9\u306E\u6700\u5F8C\u307E\u3067\u306E\u90E8\u5206\u3060\u3051\u3092\u7FFB\u8A33\u3059\u308B\u3053\u3068\u3092\u610F\u5473\u3057\u307E\u3059\u3002",inputStartingTriggerKeyDescriptionForNoneKey:"\u73FE\u5728\u306E\u63A5\u982D\u8F9E\u306A\u3057\u306E\u8A2D\u5B9A\u306F\u4E0D\u8981\u3067\u3042\u308A\u3001\u5165\u529B\u30DC\u30C3\u30AF\u30B9\u306E\u4E00\u90E8\u306E\u30C6\u30AD\u30B9\u30C8\u306E\u7FFB\u8A33\u6A5F\u80FD\u306F\u73FE\u6642\u70B9\u3067\u306F\u5229\u7528\u3067\u304D\u306A\u3044\u3002",inputTrailingTriggerKeyTitle:"\u5165\u529B\u7D42\u4E86\u30C8\u30EA\u30AC\u30FC\u6587\u5B57\u3092\u9078\u629E\u3059\u308B",inputTrailingTriggerKeyDescription:"3 quick hits{trailingKey} \u7FFB\u8A33\u3092\u958B\u59CB\u3057\u307E\u3059\uFF01",inputTrailingTriggerKeyTimeout:"\u6226\u95D8\u7D42\u4E86\u30C8\u30EA\u30AC\u30FC\u307E\u3067\u306E\u6642\u9593\u3092\u5165\u529B\u3059\u308B\u3002",inputTrailingTriggerKeyTimeoutDescription:"\u5165\u529B\u7D42\u4E86\u30B3\u30F3\u30DC\u306E\u30C8\u30EA\u30AC\u30FC\u307E\u3067\u306E\u6642\u9593\uFF08\u30DF\u30EA\u79D2\uFF09\u3092\u8A2D\u5B9A\u3059\u308B\u3002",spaceKey:"<\u7A7A\u683C\u952E>",noneKey:"\u63A5\u982D\u8F9E\u306A\u3057\u306E\u30C6\u30AD\u30B9\u30C8\u30DC\u30C3\u30AF\u30B9\u5168\u4F53\u306E\u76F4\u63A5\u7FFB\u8A33",inputTranslationBlockUrlsTitle:"\u4EE5\u4E0B\u306EURL\u3067\u306F\u3001\u5165\u529B\u30DC\u30C3\u30AF\u30B9\u306E\u62E1\u5F35\u6A5F\u80FD\u3092\u6709\u52B9\u306B\u3057\u306A\u3044\u3067\u304F\u3060\u3055\u3044\u3002",inputTranslationBlockUrlsDescription:"\u5165\u529B\u30DC\u30C3\u30AF\u30B9\u306E\u6A5F\u80FD\u62E1\u5F35\u306F\u3001\u4EE5\u4E0B\u306EURL\u3067\u306F\u6A5F\u80FD\u3057\u307E\u305B\u3093\u3002",clickToSeeQuickDemo:"\u30AF\u30EA\u30C3\u30AF\u3057\u306630\u79D2\u306E\u30C1\u30E5\u30FC\u30C8\u30EA\u30A2\u30EB\u30D3\u30C7\u30AA\u3092\u62E1\u5927",inputHelperInfo:"\u8AAC\u660E\uFF1A\u4E2D\u56FD\u8A9E\u306E\u5165\u529B\u30E1\u30BD\u30C3\u30C9\u3067\u306F\u3001\u3044\u304F\u3064\u304B\u306E\u30C8\u30EA\u30AC\u30FC\u6587\u5B57\u304C\u4E2D\u56FD\u8A9E\u306E\u53E5\u8AAD\u70B9\u306B\u5909\u308F\u308B\u3068\u3044\u3046\u4E8B\u5B9F\u306B\u6700\u9069\u5316\u3057\u307E\u3057\u305F\u3002\u4F8B\u3048\u3070\u3001/ \u306F Sogou \u5165\u529B\u30E1\u30BD\u30C3\u30C9\u3067\u306F\u3001\u30C0\u30F3\u8A18\u53F7\u306B\u5909\u308F\u308A\u307E\u3059\u3002

\u307E\u305F\u3001\u8A00\u8A9E<1>\u30B3\u30FC\u30C9\u306E\u4E2D\u56FD\u8A9E\u30A8\u30A4\u30EA\u30A2\u30B9\u3082\u30B3\u30DE\u30F3\u30C9\u3068\u3057\u3066\u30B5\u30DD\u30FC\u30C8\u3057\u3066\u304A\u308A\u3001\u4F8B\u3048\u3070 /Japanese Hello World \u306F\u65E5\u672C\u8A9E\u306B\u7FFB\u8A33\u3055\u308C\u307E\u3059\u3002",reloadCurrentPage:"\u7FFB\u8A33\u3092\u958B\u59CB\u3059\u308B\u524D\u306B\u3001\u73FE\u5728\u306E\u30DA\u30FC\u30B8\u3092\u66F4\u65B0\u3057\u3066\u304F\u3060\u3055\u3044\u3002",noLocalFilePermissionForPDF:"\u30ED\u30FC\u30AB\u30EB\u30D5\u30A1\u30A4\u30EB\u3092\u8AAD\u307F\u8FBC\u3080\u6A29\u9650\u304C\u3042\u308A\u307E\u305B\u3093\u3002\u4E0A\u306E\u30DC\u30BF\u30F3\u3092\u30AF\u30EA\u30C3\u30AF\u3057\u3066\u3001\u30ED\u30FC\u30AB\u30EB\u30D5\u30A1\u30A4\u30EB\u3092\u30A4\u30F3\u30DD\u30FC\u30C8\u3057\u3066\u304F\u3060\u3055\u3044\u3002",noPermissionForThisPage:"\u26A0\uFE0F \u73FE\u5728\u306E\u30DA\u30FC\u30B8\u3092\u7FFB\u8A33\u3059\u308B\u6A29\u9650\u304C\u306A\u3044",retryAllParagraphs:"\u3059\u3079\u3066\u306E\u30A8\u30E9\u30FC\u30D1\u30C3\u30BB\u30FC\u30B8\u3092\u518D\u8A66\u884C\u3059\u308B",retryAllButton:"\u3059\u3079\u3066\u306E\u30A8\u30E9\u30FC\u30D1\u30C3\u30BB\u30FC\u30B8\u3092\u518D\u8A66\u884C\u3059\u308B",errorTooltipTitle:"\u30AF\u30EA\u30C3\u30AF\u3057\u3066\u30A8\u30E9\u30FC\u306E\u539F\u56E0\u3092\u898B\u308B",errorModalTitle:"\u7FFB\u8A33\u30B5\u30FC\u30D3\u30B9\u304B\u30CD\u30C3\u30C8\u30EF\u30FC\u30AF\u306B\u4F55\u304B\u554F\u984C\u304C\u3042\u308B\u3088\u3046\u3060...\u3002",disableConfirm:"\u30D0\u30A4\u30EA\u30F3\u30AC\u30EB\u60C5\u5831\u5F37\u5316\u8A2D\u5B9A",disableOnce:"\u3053\u306E\u969C\u5BB3",disableGlobal:"\u6C38\u4E45\u306B\u7121\u52B9\u306B\u3059\u308B",disableTint:"* {option}\u3002",searchEnhancementNotes:"\u4E2D\u56FD\u8A9E\u30AD\u30FC\u30EF\u30FC\u30C9\u3068\u82F1\u8A9E\u30AD\u30FC\u30EF\u30FC\u30C9\u3067\u306F\u3001\u30CB\u30E5\u30FC\u30B9\u306E\u691C\u7D22\u7D50\u679C\u304C\u5927\u304D\u304F\u7570\u306A\u308B\u3053\u3068\u304C\u308F\u304B\u308A\u307E\u3057\u305F\u3002 \u30A4\u30DE\u30FC\u30B7\u30D6\u7FFB\u8A33\u30D0\u30A4\u30EA\u30F3\u30AC\u30EB\u60C5\u5831\u5F37\u5316\u6A5F\u80FD\u3092\u6709\u52B9\u306B\u3059\u308B\u3068\u3001\u5BFE\u5FDC\u30B5\u30A4\u30C8\uFF08Google\u30CB\u30E5\u30FC\u30B9\u3001Google\u691C\u7D22\uFF08\u4E00\u90E8\u30AD\u30FC\u30EF\u30FC\u30C9\uFF09\u3001Snowball\u3001Oriental Wealth\u3001Futura\u3001Tiger\uFF09\u3067\u540C\u3058\u30AD\u30FC\u30EF\u30FC\u30C9\u3092\u82F1\u8A9E\u3067\u81EA\u52D5\u7684\u306B\u691C\u7D22\u3057\u3001\u53F3\u5074\u306B\u8868\u793A\u3057\u307E\u3059\u3002\u3053\u306E\u6A5F\u80FD\u304C\u4E0D\u8981\u306A\u5834\u5408\u306F\u3001\u7121\u52B9\u306B\u3059\u308B\u3053\u3068\u3082\u3067\u304D\u307E\u3059\u3002",option:"\u30BB\u30C3\u30C8\u30A2\u30C3\u30D7",saveSettings:"\u8A2D\u5B9A\u306E\u4FDD\u5B58",closeModal:"\u30A6\u30A3\u30F3\u30C9\u30A6\u3092\u9589\u3058\u308B",enableInputTranslationWithoutTriggerKeyTitle:"{trailingKey}\u3001\u5165\u529B\u30DC\u30C3\u30AF\u30B9\u5168\u4F53\u3092\u76F4\u63A5{inputTargetLanguage}\u3002",enableInputTranslationWithoutTriggerKeyDescription:"\u4F8B\u3048\u3070\u3001\uFF1Aja Hello World \u306E\u3088\u3046\u306B\u3002",mouseHoverShortcutPlaceholder:"\u4F8B\uFF1A\uFF1A\u30B7\u30D5\u30C8",deepLProName:"\u6CA1\u5165\u578B\u7FFB\u8A33\u30D7\u30ED\u30E1\u30F3\u30D0\u30FC\uFF08\u63A8\u5968\uFF09",deepLProDescription:"\u73FE\u5728\u306E\u30D1\u30C3\u30B1\u30FC\u30B8\u306F\u76F4\u63A5\u4F7F\u7528\u3067\u304D\u308B",deeplProDescriptionForNormal:"\u30BB\u30C3\u30C8\u30A2\u30C3\u30D7\u4E0D\u8981\u3001\u4F1A\u54E1\u306E\u65B9\u306F\u30ED\u30B0\u30A4\u30F3\u5F8C\u5229\u7528\u53EF\u80FD\u3001<1>\u4F1A\u54E1\u3078\u306E\u30A2\u30C3\u30D7\u30B0\u30EC\u30FC\u30C9\u306F\u3053\u3061\u3089",deepLCustomDescription:"\u6D77\u5916\u767A\u884C\u306E\u30AF\u30EC\u30B8\u30C3\u30C8\u30AB\u30FC\u30C9\u304C\u5FC5\u8981 <1>\u3002",deepLCustomName:"\u30AB\u30B9\u30BF\u30E0\u8A8D\u8A3C\u30AD\u30FC",chooseProviderLabel:"\u30B5\u30FC\u30D3\u30B9\u30FB\u30D7\u30ED\u30D0\u30A4\u30C0\u30FC\u306E\u9078\u629E",openaiProName:"\u6CA1\u5165\u578B\u7FFB\u8A33\u30D7\u30ED\u30E1\u30F3\u30D0\u30FC\uFF08\u63A8\u5968\uFF09",openaiProDescription:"\u73FE\u5728\u306E\u30D1\u30C3\u30B1\u30FC\u30B8\u306F\u76F4\u63A5\u4F7F\u7528\u3067\u304D\u308B",openaiProDescriptionForNormal:"\u30BB\u30C3\u30C8\u30A2\u30C3\u30D7\u4E0D\u8981\u3001\u4F1A\u54E1\u306E\u65B9\u306F\u30ED\u30B0\u30A4\u30F3\u5F8C\u5229\u7528\u53EF\u80FD\u3001<1>\u4F1A\u54E1\u3078\u306E\u30A2\u30C3\u30D7\u30B0\u30EC\u30FC\u30C9\u306F\u3053\u3061\u3089",openaiCustomDescription:"OpenAI\u3001Azure OpenAI\u3001\u307E\u305F\u306F\u305D\u306E\u4ED6\u306E\u30B5\u30FC\u30C9\u30D1\u30FC\u30C6\u30A3\u30B5\u30FC\u30D3\u30B9\u3067\u5229\u7528\u53EF\u80FD\u3067\u3059<1>\u3002",openaiCustomName:"\u30AB\u30B9\u30BF\u30E0API\u30AD\u30FC",needLoginAction:"(\u30AA\u30FC\u30D7\u30F3\u30FB\u30E1\u30F3\u30D0\u30FC\u307E\u305F\u306F\u30AB\u30B9\u30BF\u30DE\u30A4\u30BA\uFF09",goLoginOrAction:"(\u30E1\u30F3\u30D0\u30FC\u30B7\u30C3\u30D7\u3092\u958B\u304F\u304B\u3001\u8A2D\u5B9A\u306B\u9032\u3080)",yearly:"\u9023\u7D9A\u5E74\u6255\u3044\u3092\u3059\u308B",quarterly:"\u9806\u6B21\u5305\u88C5",monthly:"\u30DE\u30F3\u30B9\u30EA\u30FC\u30FB\u30B5\u30D6\u30B9\u30AF\u30EA\u30D7\u30B7\u30E7\u30F3",yearlyForOnce:"\u5E74\u9593\u30D1\u30C3\u30B1\u30FC\u30B8",monthlyForOnce:"\u67081\u56DE\u30D1\u30C3\u30B1\u30FC\u30B8",daily:"\u9023\u7D9A\u30D1\u30B1\u30C3\u30C8\u65E5",year:"\u9023\u7D9A\u5E74\u6255\u3044\u3092\u3059\u308B",quarter:"\u9806\u6B21\u5305\u88C5",month:"\u30DE\u30F3\u30B9\u30EA\u30FC\u30FB\u30B5\u30D6\u30B9\u30AF\u30EA\u30D7\u30B7\u30E7\u30F3",day:"\u9023\u7D9A\u30D1\u30B1\u30C3\u30C8\u65E5",onetime_7day:"7\u65E5\u9593\u4F53\u9A13\u30D1\u30C3\u30AF",currentPlanDescriptionForFree:"\u73FE\u5728\u306E\u30D1\u30C3\u30B1\u30FC\u30B8\uFF1A\u7121\u6599",currentPlanDescriptionForContinuous:"\u73FE\u5728\u306E\u30D1\u30C3\u30B1\u30FC\u30B8\uFF1A{plan}\u306F {endAt} \u306B\u81EA\u52D5\u66F4\u65B0\u3055\u308C\u307E\u3059\u3002",currentPlanDescriptionForAutoRenewCaceling:"\u73FE\u5728\u306E\u30D1\u30C3\u30B1\u30FC\u30B8\uFF1A{plan}\u306E\u6709\u52B9\u671F\u9650\u306F {endAt} \u3068\u306A\u308A\u3001\u6709\u52B9\u671F\u9650\u5207\u308C\u306B\u3088\u308B\u81EA\u52D5\u66F4\u65B0\u306F\u884C\u308F\u308C\u307E\u305B\u3093\u3002",currentYearlyPlanDescriptionForAutoRenewCacelingWithRealPaiedUser:"\u73FE\u5728\u306E\u30D1\u30C3\u30B1\u30FC\u30B8\u3001\uFF1A{plan}\u306F\u3001 {endAt} \u306B\u671F\u9650\u5207\u308C\u3068\u306A\u308A\u3001\u671F\u9650\u5207\u308C\u306B\u3088\u308B\u81EA\u52D5\u66F4\u65B0\u306F\u884C\u308F\u308C\u307E\u305B\u3093\u3002
<1>\u66F4\u65B0\u30D7\u30E9\u30F3\u306E\u7BA1\u7406\u306F\u3053\u3061\u3089",currentYearlyPlanDescriptionForAutoRenewCacelingWithAdmin:"\u73FE\u5728\u306E\u30D1\u30C3\u30B1\u30FC\u30B8\u3001\uFF1A{plan}\u306F\u3001 {endAt} \u306B\u671F\u9650\u5207\u308C\u3068\u306A\u308A\u3001\u671F\u9650\u5207\u308C\u306B\u3088\u308B\u81EA\u52D5\u66F4\u65B0\u306F\u884C\u308F\u308C\u307E\u305B\u3093\u3002
<1>\u7D99\u7D9A\u7684\u306A\u5E74\u9593\u8CFC\u8AAD\u3092\u6709\u52B9\u306B\u3059\u308B\u306B\u306F\u3001\u3053\u3053\u3092\u30AF\u30EA\u30C3\u30AF\u3057\u3066\u304F\u3060\u3055\u3044\u3002",currentPlanDescriptionForOneTime:"\u73FE\u5728\u306E\u8CFC\u8AAD\uFF1A{plan}\u306F {endAt} \u3067\u671F\u9650\u5207\u308C\u3068\u306A\u308A\u307E\u3059\u3002<1>\u5E74\u4F1A\u8CBB\u307E\u305F\u306F<2>\u6708\u4F1A\u8CBB<1>\u3078\u306E\u30A2\u30C3\u30D7\u30B0\u30EC\u30FC\u30C9\u306F\u3053\u3061\u3089\u3092\u30AF\u30EA\u30C3\u30AF\u3057\u3066\u304F\u3060\u3055\u3044\u3002",upgradePlan:"\u30D7\u30ED\u4F1A\u54E1\u3078\u306E\u30A2\u30C3\u30D7\u30B0\u30EC\u30FC\u30C9\u306F\u3053\u3061\u3089",upgradeToPro:"\u30D7\u30ED\u4F1A\u54E1\u3078\u306E\u30A2\u30C3\u30D7\u30B0\u30EC\u30FC\u30C9","popup.openPro":"DeepL\u3068OpenAI\u306E\u7FFB\u8A33\u3092\u304A\u697D\u3057\u307F\u3044\u305F\u3060\u304F\u306B\u306F\u3001Pro\u30E1\u30F3\u30D0\u30FC\u30B7\u30C3\u30D7\u306B\u30A2\u30C3\u30D7\u30B0\u30EC\u30FC\u30C9\u3057\u3066\u304F\u3060\u3055\u3044\uFF01","popup.openProForPro":"\u3042\u306A\u305F\u306F\u3001DeepL\u3068OpenAI\u306E\u7FFB\u8A33\u306B\u76F4\u63A5\u30A2\u30AF\u30BB\u30B9\u3067\u304D\u308B\u30D7\u30ED\u30E1\u30F3\u30D0\u30FC\u3067\u3059\uFF01",currentAccount:"\u5F53\u5EA7\u9810\u91D1",enableAutoSyncUserSettings:"\u8907\u6570\u306E\u30C7\u30D0\u30A4\u30B9\u9593\u3067\u81EA\u52D5\u30AF\u30E9\u30A6\u30C9\u540C\u671F\u304C\u53EF\u80FD",modalEnableInputTranslationTitle:"\u6CA1\u5165\u578B\u7FFB\u8A33\u5165\u529B\u30DC\u30C3\u30AF\u30B9 \u7FFB\u8A33\u30A2\u30E9\u30FC\u30C8",modalEnableInputTranslationDesc:"\u30B9\u30DA\u30FC\u30B9\u30D0\u30FC\u30923\u56DE\u9023\u6253\u3059\u308B\u3053\u3068\u3067\u3001Immersive Translation\u306E\u5165\u529B\u30DC\u30C3\u30AF\u30B9\u7FFB\u8A33\u304C\u958B\u59CB\u3055\u308C\u3001\u5165\u529B\u30DC\u30C3\u30AF\u30B9\u306E\u5185\u5BB9\u304C\u30C7\u30D5\u30A9\u30EB\u30C8\u306E\u30BF\u30FC\u30B2\u30C3\u30C8\u8A00\u8A9E\u306B\u7FFB\u8A33\u3055\u308C\u307E\u3059\u3002\u7FFB\u8A33\u306FCtrl+Z\u3067\u53D6\u308A\u6D88\u3059\u3053\u3068\u304C\u3067\u304D\u307E\u3059\u3002

\u3082\u3057\u3053\u308C\u304C\u9593\u9055\u3044\u3067\u3042\u3063\u305F\u3068\u3057\u3066\u3082\u3001\u4ECA\u56DE\u306F\u7121\u52B9\u306B\u3059\u308B\u304B\u3001\u6C38\u4E45\u306B\u5165\u529B\u30DC\u30C3\u30AF\u30B9\u306E\u7FFB\u8A33\u3092\u7121\u52B9\u306B\u3059\u308B\u304B\u3092\u9078\u629E\u3067\u304D\u307E\u3059\u306E\u3067\u3001\u3054\u5B89\u5FC3\u304F\u3060\u3055\u3044\u3002",saveAndNotShowAgain:"\u4FDD\u5B58\u3057\u3066\u30D7\u30ED\u30F3\u30D7\u30C8\u3092\u6B62\u3081\u308B",disableInputTranslationTips:"* {option} ,{learnMore}\u3067\u30C8\u30EA\u30AC\u30FC\u3059\u308B\u4ED6\u306E\u30B7\u30E7\u30FC\u30C8\u30AB\u30C3\u30C8\u3082\u8A2D\u5B9A\u3067\u304D\u308B\u3002",learnMore:"\u8A73\u7D30\u306F\u3053\u3061\u3089",continueEnalbeInputTranslation:"\u5F15\u304D\u7D9A\u304D\u5165\u529B\u30DC\u30C3\u30AF\u30B9\u306E\u7FFB\u8A33\u3092\u6709\u52B9\u306B\u3059\u308B",autoRenewTrialSuffix:'(\u30C8\u30E9\u30A4\u30A2\u30EB\u306E\u5834\u5408\u3001\u3059\u3050\u306B\u6B63\u4F1A\u54E1\u306B\u30A2\u30C3\u30D7\u30B0\u30EC\u30FC\u30C9)',upgradeFromTrialTitle:"\u6B63\u4F1A\u54E1\u3078\u306E\u30A2\u30C3\u30D7\u30B0\u30EC\u30FC\u30C9",subtitle:"\u30D3\u30C7\u30AA\u30AD\u30E3\u30D7\u30B7\u30E7\u30F3",youtubeService:"\u6620\u50CF\u5B57\u5E55\u7FFB\u8A33\u30B5\u30FC\u30D3\u30B9","subtitle.disabledSubtitle":"\u30D3\u30C7\u30AA\u5B57\u5E55\u6A5F\u80FD\u3092\u6C38\u4E45\u306B\u7121\u52B9\u306B\u3059\u308B","subtitle.disabledSubtitleDescription":"Immersive Translator\u306EVideo Subtitles\u304C\u4ED6\u306E\u62E1\u5F35\u6A5F\u80FD\u3068\u7AF6\u5408\u3059\u308B\u5834\u5408\u3001Immersive Translator\u306EVideo Subtitles\u306E\u6A5F\u80FD\u3092\u6C38\u4E45\u7684\u306B\u7121\u52B9\u306B\u3059\u308B\u304B\u3001\u7AF6\u5408\u3059\u308B\u4ED6\u306E\u62E1\u5F35\u6A5F\u80FD\u3092\u30A2\u30F3\u30A4\u30F3\u30B9\u30C8\u30FC\u30EB\u3059\u308B\u3053\u3068\u304C\u3067\u304D\u307E\u3059\u3002","subtitle.autoEnableSubtitle":"\u30D0\u30A4\u30EA\u30F3\u30AC\u30EB\u5B57\u5E55\u306E\u81EA\u52D5\u4F7F\u7528","subtitle.autoEnableSubtitleDescription":"\u6709\u52B9\u306B\u3057\u305F\u5F8C\u3001\u30D3\u30C7\u30AA\u304C\u518D\u751F\u3055\u308C\u308B\u3068\u304D\u306F\u3001\u81EA\u52D5\u7684\u306B\u4E8C\u304B\u56FD\u8A9E\u306E\u5B57\u5E55\u304C\u8868\u793A\u3055\u308C\u307E\u3059\u3002\u305D\u308C\u4EE5\u5916\u306E\u5834\u5408\u306F\u3001\u7FFB\u8A33\u30DC\u30BF\u30F3\u3092\u30AF\u30EA\u30C3\u30AF\u3059\u308B\u5FC5\u8981\u304C\u3042\u308A\u307E\u3059\u3002","subtitle.preTranslation":"\u6CA1\u5165\u578B\u7FFB\u8A33\u3067\u5B57\u5E55\u3092\u7FFB\u8A33","subtitle.preTranslationDescription":"\u6709\u52B9\u306E\u5834\u5408\u3001\u5B57\u5E55\u5168\u4F53\u304C\u4EE5\u4E0B\u306B\u6307\u5B9A\u3059\u308B\u7FFB\u8A33\u30B5\u30FC\u30D3\u30B9\u3092\u4F7F\u3063\u3066\u4E8B\u524D\u306B\u7FFB\u8A33\u3055\u308C\u30011\u6642\u9593\u306E\u52D5\u753B\u3067\u7D0450,000\u30C8\u30FC\u30AF\u30F3\uFF08\u6587\u5B57\u6570\uFF09\u3092\u6D88\u8CBB\u3057\u307E\u3059\u306E\u3067\u3001\u3054\u81EA\u8EAB\u306E\u5224\u65AD\u3067\u3054\u5229\u7528\u304F\u3060\u3055\u3044\u3002\u7121\u52B9\u306E\u5834\u5408\u3001\u30AA\u30EA\u30B8\u30CA\u30EB\u306E\u5B57\u5E55\u304C\u6700\u521D\u306B\u4F7F\u7528\u3055\u308C\u307E\u3059\u3002","subtitle.humanSubtitlesPreferred":"\u30D2\u30E5\u30FC\u30DE\u30F3\u30FB\u30AD\u30E3\u30D7\u30B7\u30E7\u30F3\u306E\u512A\u5148\u4F7F\u7528","subtitle.humanSubtitlesPreferredDescription":"\u30D3\u30C7\u30AA\u306B\u30BF\u30FC\u30B2\u30C3\u30C8\u8A00\u8A9E\u306E\u5B57\u5E55\u304C\u3042\u308B\u5834\u5408\u3001\u4EBA\u9593\u306E\u5B57\u5E55\u3092\u512A\u5148\u7684\u306B\u4F7F\u7528\u3059\u308B\uFF08\u63A8\u5968\uFF09",videoSubtitleTranslationDescription:"\u30D3\u30C7\u30AA\u5B57\u5E55\u7528\u306B\u5225\u306E\u7FFB\u8A33\u30B5\u30FC\u30D3\u30B9\u3092\u5272\u308A\u5F53\u3066\u308B",subtitleTranslating:"{service} \u3001\u5B57\u5E55\u3092\u7FFB\u8A33\u3057\u3066\u3044\u307E\u3059\u3002(\u30A4\u30DE\u30FC\u30B8\u30E7\u30F3\u7FFB\u8A33)",subtitleLoading:"\u5B57\u5E55\u3092\u8AAD\u307F\u8FBC\u3093\u3067\u3044\u307E\u3059...",bilingual:"\u30D0\u30A4\u30EA\u30F3\u30AC\u30EA\u30BA\u30E0","field.action":"\u767E\u5EA6\u7528\u8A9E\u3092\u6709\u52B9\u306B\u3059\u308B\u304B\u3069\u3046\u304B","description.action":"\u6709\u52B9\u5316\u3055\u308C\u308B\u3068\u3001\u30EA\u30AF\u30A8\u30B9\u30C8\u306Baction=1\u30D1\u30E9\u30E1\u30FC\u30BF\u304C\u8FFD\u52A0\u3055\u308C\u3001\u6709\u52B9\u5316\u3055\u308C\u305F\u7528\u8A9E\u3092Baidu\u306B\u901A\u77E5\u3059\u308B<1>\u3002",closeQuickTranslation:"\u30AF\u30ED\u30FC\u30BA\u30FB\u30DB\u30D0\u30FC\u30DC\u30FC\u30EB","closeQuickTranslation.untilNext":"\u4ECA\u56DE\u306F\u6B21\u56DE\u307E\u3067\u304A\u4F11\u307F","closeQuickTranslation.currentWebsite":"\u73FE\u5728\u306E\u30B5\u30A4\u30C8\u306F\u4F7F\u7528\u4E0D\u53EF","closeQuickTranslation.alwaysClose":"\u6C38\u4E45\u306B\u7121\u52B9\u306B\u3059\u308B","closeQuickTranslation.settingOpen":"<1>(\u8A2D\u5B9A\u30DA\u30FC\u30B8\u3067\u30AA\u30F3\u306B\u3067\u304D\u308B\uFF09","closeQuickTranslation.cancel":"\u30AD\u30E3\u30F3\u30BB\u30EB","closeQuickTranslation.confirm":"\u5B9A\u7FA9\u3059\u308B","floatBall.popup":"\u30AF\u30A4\u30C3\u30AF\u8A2D\u5B9A\u30D1\u30CD\u30EB\u3092\u958B\u304F","floatBall.translate":"\u30AF\u30EA\u30C3\u30AF\u3057\u3066\u30DA\u30FC\u30B8\u3092\u7FFB\u8A33\u3059\u308B","floatBall.showOriginal":"\u30AF\u30EA\u30C3\u30AF\u3057\u3066\u5143\u306E\u8A18\u4E8B\u306B\u623B\u308B","floatBall.close":"\u30AF\u30ED\u30FC\u30BA\u30FB\u30DB\u30D0\u30FC\u30DC\u30FC\u30EB","floatBallOptions.enableDescPc":"\u30DA\u30FC\u30B8\u306E\u30DB\u30D0\u30FC\u30DC\u30FC\u30EB\u3092\u6709\u52B9\u306B\u3059\u308B\u3068\u3001\u30DA\u30FC\u30B8\u306E\u53F3\u5074\u306B\u30AF\u30A4\u30C3\u30AF\u7FFB\u8A33\u30DC\u30BF\u30F3\u304C\u8868\u793A\u3055\u308C\u307E\u3059\uFF01","floatBallOptions.enableDesc":"\u30DB\u30D0\u30FC\u30DC\u30FC\u30EB\u3092\u30AA\u30D5\u306B\u3057\u305F\u5F8C\u3001{touch}\u3002\u3046\u3063\u304B\u308A\u3053\u306E\u30AA\u30D7\u30B7\u30E7\u30F3\u3092\u30AA\u30D5\u306B\u3057\u305F\u5F8C\u3001\u30DB\u30D0\u30FC\u30DC\u30FC\u30EB\u304C\u898B\u3064\u304B\u3089\u306A\u3044\u5834\u5408\u306B\u5099\u3048\u3066\u3001\u3053\u306E\u8A2D\u5B9A\u30DA\u30FC\u30B8\u3092\u30D6\u30C3\u30AF\u30DE\u30FC\u30AF\u3057\u3066\u304A\u304F\u3053\u3068\u3092\u5F37\u304F\u304A\u52E7\u3081\u3057\u307E\u3059\uFF01","description.azureApiUrl":"\u30AB\u30B9\u30BF\u30E0API\u30A4\u30F3\u30BF\u30FC\u30D5\u30A7\u30FC\u30B9\u306E\u30A2\u30C9\u30EC\u30B9\u3092\u8A18\u5165\u3059\u308B\u3002",confirmSupportMouse:"\u30DE\u30A6\u30B9\u30B5\u30DD\u30FC\u30C8\u3092\u5F37\u5236\u7684\u306B\u6709\u52B9\u306B\u3059\u308B",confirmSupportMouseDescription:"\u73FE\u5728\u306E\u30D6\u30E9\u30A6\u30B6\u304C\u30DE\u30A6\u30B9\u6A5F\u80FD\u3092\u30B5\u30DD\u30FC\u30C8\u3057\u3066\u3044\u306A\u3044\u3053\u3068\u3092\u691C\u51FA\u3057\u307E\u3057\u305F\u3002",sampleTargetText:"\u9577\u3044\u591C\u304C\u8A2A\u308C\u3001\u79C1\u306F\u3053\u306E\u65E5\u304B\u3089\u6B7B\u306C\u307E\u3067\u898B\u5F35\u308A\u7D9A\u3051\u308B\u3002\u79C1\u306F\u59BB\u3092\u5A36\u3089\u305A\u3001\u9818\u5730\u3092\u4F5C\u3089\u305A\u3001\u5B50\u3092\u3082\u3046\u3051\u306A\u3044\u3002\u79C1\u306F\u738B\u51A0\u3092\u304B\u3076\u3089\u305A\u3001\u540D\u8A89\u306E\u305F\u3081\u306B\u52AA\u529B\u3057\u306A\u3044\u3002\u79C1\u306F\u81EA\u5206\u306E\u7FA9\u52D9\u3092\u679C\u305F\u3057\u3001\u751F\u304D\u3066\u6B7B\u306C\u3002",sampleSourceText:"Night gathers, and now my watch begins. It shall not end until my death. I shall take no wife, hold no lands, father no children. I shall wear no crowns and win no glory. I shall live and die at my post.","subtitle.supportedSites":"\u5DF2\u652F\u6301\u5728\u8FD9\u4E9B\u7F51\u7AD9\u4F7F\u7528\u53CC\u8BED\u5B57\u5E55\uFF08\u6CE8\u610F\uFF1A\u7531\u4E8E\u6280\u672F\u9650\u5236\uFF0C\u90E8\u5206\u7F51\u7AD9\u5728\u9996\u6B21\u5F00\u542F\u5B57\u5E55\u540E\u9700\u8981\u91CD\u65B0\u5237\u65B0\u9875\u9762\uFF0C\u6216\u8005\u9700\u7B49\u5F85\u7FFB\u8BD1\u5B8C\u6210\u4EE5\u663E\u793A\u53CC\u8BED\u5B57\u5E55\uFF09\uFF1A",viewWithImmersiveTranslate:"\u53CC\u8BED\u7248\u672C(\u6C89\u6D78\u5F0F\u7FFB\u8BD1)",errorReason:"\u9519\u8BEF\u539F\u56E0\uFF1A{message}","proQuotaExceededError.onetime7day":'\uFF0C\u60A8\u53EF\u4EE5\u9009\u62E9\u4EE5\u4E0B\u65B9\u5F0F\u89E3\u51B3\uFF1A

1. \u5207\u6362\u5230 {anotherService} \u6216\u5176\u4ED6\u7FFB\u8BD1\u670D\u52A1
2. \u5347\u7EA7\u4E3A\u6708\u5EA6/\u5E74\u5EA6\u4F1A\u5458',"proQuotaExceededError.trial":'\uFF0C\u60A8\u53EF\u4EE5\u9009\u62E9\u4EE5\u4E0B\u65B9\u5F0F\u89E3\u51B3\uFF1A

1. \u5207\u6362\u5230 {anotherService} \u6216\u5176\u4ED6\u7FFB\u8BD1\u670D\u52A1
2. \u7ACB\u523B\u5347\u7EA7\u4E3A\u6B63\u5F0F\u4F1A\u5458',"proQuotaExceededError.nonTrial":'\uFF0C\u60A8\u53EF\u4EE5\u9009\u62E9\u4EE5\u4E0B\u65B9\u5F0F\u89E3\u51B3\uFF1A

1. \u5207\u6362\u5230 {anotherService} \u6216\u5176\u4ED6\u7FFB\u8BD1\u670D\u52A1
2. \u8D2D\u4E70 {translationService} \u989D\u5916\u6D41\u91CF\u5305',"proQuotaExceededError.resetTime":"
3. \u989D\u5EA6\u91CD\u7F6E\u65F6\u95F4\uFF1A{resetTime}","desc.touchShortcutsToggleTranslatePageOnlyTranslation":"\u300C\u8A33\u6587\u306E\u307F\u300D\u306F\u3001\u8A33\u6587\u306E\u307F\u3092\u8868\u793A\u3059\u308B\u3053\u3068\u3092\u610F\u5473\u3057\u3001\u30DA\u30FC\u30B8\u304C\u307E\u3060\u7FFB\u8A33\u3055\u308C\u3066\u3044\u306A\u3044\u5834\u5408\u306F\u3001\u30E2\u30FC\u30C9\u3092\u5207\u308A\u66FF\u3048\u3066\u7FFB\u8A33\u3057\u307E\u3059\u3002","desc.toggleOnlyTransation":"\u300C\u8A33\u6587\u306E\u307F\u30E2\u30FC\u30C9\u300D\u3068\u306F\u3001\u8A33\u6587\u306E\u307F\u3092\u8868\u793A\u3059\u308B\u3053\u3068\u3092\u6307\u3057\u3001\u30DA\u30FC\u30B8\u304C\u307E\u3060\u7FFB\u8A33\u3055\u308C\u3066\u3044\u306A\u3044\u5834\u5408\u306F\u3001\u30E2\u30FC\u30C9\u3092\u5207\u308A\u66FF\u3048\u3066\u7FFB\u8A33\u3057\u307E\u3059\u3002",touchShortcutsToggleTranslatePageOnlyTranslation:"\u30BF\u30C3\u30C1\u30B9\u30AF\u30EA\u30FC\u30F3\u30B8\u30A7\u30B9\u30C1\u30E3\u30FC\u3092\u8A2D\u5B9A\u3057\u3066\u3001\u30D0\u30A4\u30EA\u30F3\u30AC\u30EB/\u7FFB\u8A33\u30C6\u30AD\u30B9\u30C8\u306E\u307F\u306E\u30E2\u30FC\u30C9\u3092\u5207\u308A\u66FF\u3048\u307E\u3059",download_started:"\u30C0\u30A6\u30F3\u30ED\u30FC\u30C9\u304C\u958B\u59CB\u3055\u308C\u307E\u3057\u305F\u3002\u81EA\u52D5\u7684\u306B\u30C0\u30A6\u30F3\u30ED\u30FC\u30C9\u3055\u308C\u306A\u3044\u5834\u5408\u306F\u3001\u624B\u52D5\u3067\u30AF\u30EA\u30C3\u30AF\u3057\u3066\u304F\u3060\u3055\u3044\u3002",here:"\u3053\u3053","desc.toggleVideoSubtitlePreTranslation":"\u62BC\u3059\u3068\u3001\u30D3\u30C7\u30AA\u306E\u4E8C\u8A00\u8A9E\u5B57\u5E55\u306F\u3001\u307E\u305A\u6CA1\u5165\u578B\u7FFB\u8A33\u306E\u8A2D\u5B9A\u3092\u512A\u5148\u7684\u306B\u4F7F\u7528\u3057\u307E\u3059\u3002\u518D\u5EA6\u62BC\u3059\u3068\u3001\u5143\u306E\u30D3\u30C7\u30AA\u306B\u7D44\u307F\u8FBC\u307E\u308C\u305F\u6A5F\u68B0\u7FFB\u8A33\u5B57\u5E55\u3092\u512A\u5148\u7684\u306B\u4F7F\u7528\u3057\u307E\u3059\u3002\u6CE8\u610F\uFF1A\u3053\u306E\u30B7\u30E7\u30FC\u30C8\u30AB\u30C3\u30C8\u3067\u5909\u66F4\u3055\u308C\u308B\u306E\u306F\u5168\u4F53\u306E\u8A2D\u5B9A\u3067\u3059\u3002",videoSubtitlePreTranslationOn:"\u30D3\u30C7\u30AA\u306E\u5B57\u5E55\u306F\u3001\u512A\u5148\u7684\u306B\u6CA1\u5165\u578B\u306E\u7FFB\u8A33\u3092\u4F7F\u7528\u3057\u307E\u3059",videoSubtitlePreTranslationOff:"\u30D3\u30C7\u30AA\u306E\u5B57\u5E55\u306F\u3001\u5143\u306E\u30D3\u30C7\u30AA\u306B\u4ED8\u5C5E\u306E\u6A5F\u68B0\u7FFB\u8A33\u5B57\u5E55\u3092\u512A\u5148\u7684\u306B\u4F7F\u7528\u3057\u307E\u3059\u3002",translationFont:"\u30D5\u30A9\u30F3\u30C8\u3092\u8A2D\u5B9A\u3059\u308B","translationFont.custom":"\u30AB\u30B9\u30BF\u30E0\u30D5\u30A9\u30F3\u30C8\u3092\u5165\u529B\u3057\u3066\u304F\u3060\u3055\u3044","translationFont.customPlaceholder":"\u30D5\u30A9\u30F3\u30C8","translationFont.notSupportErrorMessage":"\u3042\u306A\u305F\u304C\u5165\u529B\u3057\u305F\u30D5\u30A9\u30F3\u30C8\u540D\u304C\u6B63\u3057\u3044\u304B\u78BA\u8A8D\u3059\u308B\u304B\u3001\u305D\u306E\u30D5\u30A9\u30F3\u30C8\u304C\u3042\u306A\u305F\u306E\u30C7\u30D0\u30A4\u30B9\u306B\u30A4\u30F3\u30B9\u30C8\u30FC\u30EB\u3055\u308C\u3066\u3044\u308B\u3053\u3068\u3092\u78BA\u8A8D\u3057\u3066\u304F\u3060\u3055\u3044\u3002","touch.mouse-translate":"\u6307\u5B9A\u3055\u308C\u305F\u6BB5\u843D\u3092\u7FFB\u8A33\u3057\u3066\u304F\u3060\u3055\u3044","translationServices.inherit":"\u4E3B\u306A\u7FFB\u8A33\u30B5\u30FC\u30D3\u30B9\u306B\u5F93\u3063\u3066\u304F\u3060\u3055\u3044\u3002","error.serveConfigError":"\u30B5\u30FC\u30D3\u30B9\u8A2D\u5B9A\u30A8\u30E9\u30FC","error.reloadPageOfSetting":"\u8A2D\u5B9A\u5F8C\u3001\u30DA\u30FC\u30B8\u3092\u30EA\u30D5\u30EC\u30C3\u30B7\u30E5\u3057\u3066\u518D\u5EA6\u7FFB\u8A33\u3057\u3066\u304F\u3060\u3055\u3044\u3002","error.googleLimitIp":"\u30B5\u30FC\u30D3\u30B9\u304C\u30A8\u30E9\u30FC\u3092\u8FD4\u3057\u307E\u3057\u305F\u3002Google\u30B5\u30FC\u30D3\u30B9\u306F\u3053\u306EIP\u30A2\u30C9\u30EC\u30B9\u306B\u5BFE\u3057\u3066\u6D41\u91CF\u5236\u9650\u3092\u884C\u3063\u3066\u3044\u307E\u3059\u3002\u30CD\u30C3\u30C8\u30EF\u30FC\u30AF\u30CE\u30FC\u30C9\u306E\u5909\u66F4\u3092\u304A\u52E7\u3081\u3057\u307E\u3059\u3002","error.openAIFreeLimit":"\u30B5\u30FC\u30D3\u30B9\u304C\u30A8\u30E9\u30FC\u3092\u8FD4\u3057\u307E\u3057\u305F\u3002\u73FE\u5728\u306E\u7FFB\u8A33\u30EA\u30AF\u30A8\u30B9\u30C8\u306E\u983B\u5EA6\u306F\u30011\u5206\u3042\u305F\u308A\u6700\u59273\u56DE\u306E\u4E0A\u9650\u306B\u9054\u3057\u3066\u3044\u307E\u3059\u3002\u5F8C\u307B\u3069\u518D\u5EA6\u304A\u8A66\u3057\u304F\u3060\u3055\u3044\u3002\uFF08\u3053\u308C\u306FOpenAI\u516C\u5F0F\u304C\u7121\u6599\u306EAPI Key\u306B\u5BFE\u3059\u308B\u5236\u9650\u3067\u3001\u3053\u306E\u5236\u9650\u3092\u89E3\u9664\u3059\u308B\u306B\u306F\u3001OpenAI\u306E\u30D0\u30C3\u30AF\u30A8\u30F3\u30C9\u3067\u30AF\u30EC\u30B8\u30C3\u30C8\u30AB\u30FC\u30C9\u3092\u767B\u9332\u3057\u3066\u304F\u3060\u3055\u3044\u3002\uFF09","error.openAIExceededQuota":"\u30B5\u30FC\u30D3\u30B9\u30A8\u30E9\u30FC\u304C\u8FD4\u3055\u308C\u307E\u3057\u305F\uFF1A\u73FE\u5728\u306EOpenAI\u30A2\u30AB\u30A6\u30F3\u30C8\u306E\u6B8B\u9AD8\u304C\u4E0D\u8DB3\u3057\u3066\u3044\u307E\u3059\u3002OpenAI\u306E\u516C\u5F0F\u30D0\u30C3\u30AF\u30A8\u30F3\u30C9\u3067\u30C1\u30E3\u30FC\u30B8\u3059\u308B\u304B\u3001\u30AF\u30EC\u30B8\u30C3\u30C8\u30AB\u30FC\u30C9\u3092\u767B\u9332\u3057\u3066\u304F\u3060\u3055\u3044\u3002","error.429":"\u30B5\u30FC\u30D3\u30B9\u304C\u30A8\u30E9\u30FC\u3092\u8FD4\u3057\u307E\u3057\u305F\u3002\u3053\u308C\u306F\u3001\u30EA\u30AF\u30A8\u30B9\u30C8\u304C\u983B\u7E41\u3059\u304E\u308B\u304B\u3001\u5236\u9650\u3092\u8D85\u3048\u3066\u3044\u308B\u3053\u3068\u3092\u793A\u3057\u3066\u3044\u307E\u3059\u3002\u5F8C\u3067\u3082\u3046\u4E00\u5EA6\u304A\u8A66\u3057\u304F\u3060\u3055\u3044\u3002","error.403":"\u30B5\u30FC\u30D3\u30B9\u304C\u30A8\u30E9\u30FC\u3092\u8FD4\u3057\u307E\u3057\u305F\u3001\u73FE\u5728\u305D\u306E\u30B5\u30FC\u30D3\u30B9\u306B\u30A2\u30AF\u30BB\u30B9\u3059\u308B\u6A29\u9650\u304C\u3042\u308A\u307E\u305B\u3093\u3002","error.400":"\u30B5\u30FC\u30D3\u30B9\u304C\u30A8\u30E9\u30FC\u3092\u8FD4\u3057\u307E\u3057\u305F\u3001\u30EA\u30AF\u30A8\u30B9\u30C8\u30D1\u30E9\u30E1\u30FC\u30BF\u304C\u9593\u9055\u3063\u3066\u3044\u307E\u3059\u3001\u5BFE\u5FDC\u3059\u308B\u8A2D\u5B9A\u3092\u78BA\u8A8D\u3057\u3066\u304F\u3060\u3055\u3044\u3002","error.502":"\u30B5\u30FC\u30D3\u30B9\u304C\u30A8\u30E9\u30FC\u3092\u8FD4\u3057\u307E\u3057\u305F\u3001\u30B5\u30FC\u30D3\u30B9\u304C\u30BF\u30A4\u30E0\u30A2\u30A6\u30C8\u3057\u307E\u3057\u305F\u3001\u5F8C\u3067\u3082\u3046\u4E00\u5EA6\u304A\u8A66\u3057\u304F\u3060\u3055\u3044\u3002","error.proTokenInvalid":"\u3082\u3057\u3042\u306A\u305F\u304CPro\u30E6\u30FC\u30B6\u30FC\u3067\u3042\u308C\u3070\u3001\u30ED\u30B0\u30A4\u30F3\u5F8C\u306BPro\u7FFB\u8A33\u30B5\u30FC\u30D3\u30B9\u3092\u3054\u5229\u7528\u304F\u3060\u3055\u3044\u3002","error.proUpgrade":"\u30A2\u30C3\u30D7\u30B0\u30EC\u30FC\u30C9\u5F8C\u3001\u30DA\u30FC\u30B8\u3092\u66F4\u65B0\u3057\u3066\u518D\u5EA6\u7FFB\u8A33\u3057\u3066\u304F\u3060\u3055\u3044\u3002","error.configError":"\u8A2D\u5B9A\u30C7\u30FC\u30BF\u304C\u7570\u5E38\u3067\u3059","error.goReset":"\u30EA\u30BB\u30C3\u30C8\u306B\u884C\u304F",batchEdit:"\u4E00\u62EC\u64CD\u4F5C","translationModeLang.translation.title":"\u7FFB\u8A33\u306E\u307F\u30E2\u30FC\u30C9\u306E\u8A00\u8A9E","translationModeLang.translation.description":"\u30DA\u30FC\u30B8\u306E\u8A00\u8A9E\u304C\u4EE5\u4E0B\u306E\u8A00\u8A9E\u306E\u5834\u5408\u3001\u81EA\u52D5\u7684\u306B\u7FFB\u8A33\u6587\u306E\u307F\u306E\u30E2\u30FC\u30C9\u3092\u4F7F\u7528\u3057\u307E\u3059\u3002","translationModeUrl.translation.title":"\u7FFB\u8A33\u306E\u307F\u30E2\u30FC\u30C9\u306E\u30A6\u30A7\u30D6\u30B5\u30A4\u30C8","translationModeUrl.translation.description":"\u4EE5\u4E0B\u306E\u30C9\u30E1\u30A4\u30F3\u306E\u30A6\u30A7\u30D6\u30B5\u30A4\u30C8\u3067\u306F\u3001\u81EA\u52D5\u7684\u306B\u7FFB\u8A33\u30C6\u30AD\u30B9\u30C8\u306E\u307F\u306E\u30E2\u30FC\u30C9\u304C\u4F7F\u7528\u3055\u308C\u307E\u3059\u3002","error.serveUnavailable":"\u3042\u306A\u305F\u304C\u73FE\u5728\u4F7F\u7528\u3057\u3066\u3044\u308B[{serverName}]\u30B5\u30FC\u30D3\u30B9\u306F\u3001\u30CD\u30C3\u30C8\u30EF\u30FC\u30AF\u63A5\u7D9A\u3084\u30B5\u30FC\u30D3\u30B9\u30D7\u30ED\u30D0\u30A4\u30C0\u306E\u554F\u984C\u306B\u3088\u308A\u4E00\u6642\u7684\u306B\u30A2\u30AF\u30BB\u30B9\u3067\u304D\u307E\u305B\u3093\u3002\u30DA\u30FC\u30B8\u3092\u30EA\u30D5\u30EC\u30C3\u30B7\u30E5\u3059\u308B\u304B\u3001<1>\u8A2D\u5B9A\u304B\u3089\u4ED6\u306E\u7FFB\u8A33\u30B5\u30FC\u30D3\u30B9\u306B\u5207\u308A\u66FF\u3048\u308B\u3053\u3068\u3092\u304A\u52E7\u3081\u3057\u307E\u3059\u3002\u3082\u3057<2>Pro\u4F1A\u54E1\u3067\u3042\u308C\u3070\u3001\u3088\u308A\u5B89\u5B9A\u3057\u305FDeepL\u307E\u305F\u306FOpenAI\u306E\u7FFB\u8A33\u30B5\u30FC\u30D3\u30B9\u3092\u9078\u629E\u3059\u308B\u3053\u3068\u304C\u3067\u304D\u307E\u3059\uFF08<3>\u3053\u3053\u3092\u30AF\u30EA\u30C3\u30AF\u3057\u3066\u7121\u6599\u4F53\u9A13\uFF09\u3002\u307E\u305F\u3001\u30CD\u30C3\u30C8\u30EF\u30FC\u30AF\u3084\u30D7\u30ED\u30AD\u30B7\u8A2D\u5B9A\u3092\u78BA\u8A8D\u3059\u308B\u5FC5\u8981\u304C\u3042\u308B\u304B\u3082\u3057\u308C\u307E\u305B\u3093\u3002",detectServiceLoading:"\u5229\u7528\u53EF\u80FD\u306A\u7FFB\u8A33\u30B5\u30FC\u30D3\u30B9\u3092\u691C\u51FA\u4E2D...",toggleToService:"{service}\u306B\u5207\u308A\u66FF\u3048\u3066\u518D\u8A66\u884C\u3057\u3066\u304F\u3060\u3055\u3044\u3002","error.gemini.429":"\u73FE\u5728\u306EGemini\u30B5\u30FC\u30D3\u30B9\u306E\u73FE\u5728\u306E\u8CA0\u8377\u80FD\u529B\u304C\u4E0A\u9650\u306B\u9054\u3057\u3066\u3044\u307E\u3059\u306E\u3067\u3001\u5F8C\u307B\u3069\u518D\u5EA6\u304A\u8A66\u3057\u3044\u305F\u3060\u304F\u304B\u3001\u4ED6\u306E\u7FFB\u8A33\u30B5\u30FC\u30D3\u30B9\u306B\u5207\u308A\u66FF\u3048\u3066\u304F\u3060\u3055\u3044\u3002",enableSentryReport:"\u62E1\u5F35\u304C\u30A8\u30E9\u30FC\u3092\u8D77\u3053\u3057\u305F\u3068\u304D\u3001Sentry\u3092\u4F7F\u7528\u3057\u3066\u30D5\u30A3\u30FC\u30C9\u30D0\u30C3\u30AF\u3092\u63D0\u51FA\u3057\u3066\u304F\u3060\u3055\u3044\u3002",goLogin:"\u30ED\u30B0\u30A4\u30F3\u3057\u3066\u304F\u3060\u3055\u3044","translationServices.gemini":"\u30B8\u30A7\u30DF\u30CB","error.reason":"\u30A8\u30E9\u30FC\u306E\u539F\u56E0","widget.translateFile":"PDF/ePub",touchShortcutsOff:"\u9589\u3058\u308B","error.retry":"\u518D\u8A66\u884C","multipleClick.4":"\u56DB\u9023\u6483",shortcutSettings:"\u30B7\u30E7\u30FC\u30C8\u30AB\u30C3\u30C8\u30AD\u30FC","multipleClick.3":"\u30C8\u30EA\u30D7\u30EB\u30B9\u30C8\u30E9\u30A4\u30AF",notLogin:"\u30ED\u30B0\u30A4\u30F3\u3057\u3066\u3044\u307E\u305B\u3093","slide.right":"\u5DE6\u306B\u30B9\u30EF\u30A4\u30D7\u3057\u3066\u304F\u3060\u3055\u3044",translationOnlyMode:"\u8A33\u6587\u306E\u307F\u30E2\u30FC\u30C9","widget.videoSubtitle":"\u30D3\u30C7\u30AA\u5B57\u5E55",paragraphMinTextCountField:"\u7FFB\u8A33\u6BB5\u843D\u306B\u5FC5\u8981\u306A\u6700\u5C0F\u6587\u5B57\u6570","subtitle.hideQuickButton":"\u3053\u306E\u30B7\u30E7\u30FC\u30C8\u30AB\u30C3\u30C8\u3092\u8868\u793A\u3057\u306A\u3044","floatBall.iKnow":"\u308F\u304B\u308A\u307E\u3057\u305F",contact:"\u79C1\u305F\u3061\u306B\u9023\u7D61\u3057\u3066\u304F\u3060\u3055\u3044","widget.instructionTooltip":"\u4F7F\u7528\u8AAC\u660E\u3092\u78BA\u8A8D\u3057\u3066\u304F\u3060\u3055\u3044","tagsInput.add":"+ \u8FFD\u52A0",loggedIn:"\u30ED\u30B0\u30A4\u30F3\u6E08\u307F","intro.floatBallTitle":"\u30AF\u30A4\u30C3\u30AF\u7FFB\u8A33\u30D5\u30ED\u30FC\u30C8\u30DC\u30FC\u30EB",pickAll:"\u3059\u3079\u3066\u9078\u629E","error.subscriptionExpiredTitle":"\u4F1A\u54E1\u304C\u671F\u9650\u5207\u308C\u306B\u306A\u308A\u307E\u3057\u305F","widget.instruction":"\u4F7F\u7528\u8AAC\u660E","shortcutGroup.main":"\u4E00\u822C\u7684\u306A\u6A5F\u80FD\u306E\u30B7\u30E7\u30FC\u30C8\u30AB\u30C3\u30C8\u30AD\u30FC","subtitle.bilingual":"\u30D0\u30A4\u30EA\u30F3\u30AC\u30EB\u5B57\u5E55",alwaysTranslateThisSite:"\u5E38\u306B\u3053\u306E\u30A6\u30A7\u30D6\u30B5\u30A4\u30C8\u3092\u7FFB\u8A33\u3057\u3066\u304F\u3060\u3055\u3044\u3002",mouseHoverCustomKeyTitle:"\u30AB\u30B9\u30BF\u30E0\u30DE\u30A6\u30B9\u30DB\u30D0\u30FC\u30B7\u30E7\u30FC\u30C8\u30AB\u30C3\u30C8","shortcutGroup.mouse":"\u30DE\u30A6\u30B9\u30DB\u30D0\u30FC\u30B7\u30E7\u30FC\u30C8\u30AB\u30C3\u30C8\u8A2D\u5B9A","browser.translateWithGemini":"\u73FE\u5728\u306E\u30DA\u30FC\u30B8\u3092\u4E00\u6642\u7684\u306BGemini\u3067\u7FFB\u8A33\u3057\u3066\u304F\u3060\u3055\u3044",shortcutSettingsTitle:"\u30B7\u30E7\u30FC\u30C8\u30AB\u30C3\u30C8\u30AD\u30FC\u306E\u8A2D\u5B9A","subtitle.showQuickButton":"\u30D7\u30EC\u30FC\u30E4\u30FC\u306B\u4E8C\u8A00\u8A9E\u5B57\u5E55\u306E\u30B7\u30E7\u30FC\u30C8\u30AB\u30C3\u30C8\u3092\u8868\u793A\u3059\u308B","browser.translateWithOpenAI":"\u4E00\u6642\u7684\u306BOpenAI\u3092\u4F7F\u3063\u3066\u73FE\u5728\u306E\u30DA\u30FC\u30B8\u3092\u7FFB\u8A33\u3057\u3066\u304F\u3060\u3055\u3044","browser.translateInputBox":"\u73FE\u5728\u306E\u5165\u529B\u30DC\u30C3\u30AF\u30B9\u306E\u5185\u5BB9\u3092\u7FFB\u8A33\u3057\u3066\u304F\u3060\u3055\u3044\u3002","browser.translateWithDeepL":"\u73FE\u5728\u306E\u30DA\u30FC\u30B8\u3092\u4E00\u6642\u7684\u306BDeepL\u3067\u7FFB\u8A33\u3057\u3066\u304F\u3060\u3055\u3044\u3002","browser.translateWithGoogle":"\u4E00\u6642\u7684\u306BGoogle\u7FFB\u8A33\u3067\u73FE\u5728\u306E\u30DA\u30FC\u30B8\u3092\u7FFB\u8A33\u3057\u3066\u304F\u3060\u3055\u3044\u3002",temprarilyChangeTranslationTo_openai:"\u73FE\u5728\u3001OpenAI\u3092\u4F7F\u7528\u3057\u3066\u73FE\u5728\u306E\u30DA\u30FC\u30B8\u3092\u7FFB\u8A33\u3057\u3066\u3044\u307E\u3059",temprarilyChangeTranslationTo_deepl:"\u73FE\u5728\u3001DeepL\u3092\u4F7F\u7528\u3057\u3066\u73FE\u5728\u306E\u30DA\u30FC\u30B8\u3092\u7FFB\u8A33\u3057\u3066\u3044\u307E\u3059","intro.subtitleTitle":"\u30AA\u30F3\u30E9\u30A4\u30F3\u30D3\u30C7\u30AA\u306E\u30D0\u30A4\u30EA\u30F3\u30AC\u30EB\u5B57\u5E55\u8868\u793A","shortcutGroup.touch":"\u30BF\u30C3\u30C1\u30B9\u30AF\u30EA\u30FC\u30F3\u5C02\u7528\u30B8\u30A7\u30B9\u30C1\u30E3\u30FC",temprarilyChangeTranslationTo_gemini:"\u73FE\u5728\u3001Gemini\u3092\u4F7F\u7528\u3057\u3066\u73FE\u5728\u306E\u30DA\u30FC\u30B8\u3092\u7FFB\u8A33\u3057\u3066\u3044\u307E\u3059",neverTranslateThisSite:"\u3053\u306E\u30A6\u30A7\u30D6\u30B5\u30A4\u30C8\u3092\u6C38\u9060\u306B\u7FFB\u8A33\u3057\u306A\u3044\u3067\u304F\u3060\u3055\u3044",temprarilyChangeTranslationTo_transmart:"\u73FE\u5728\u3001\u30C6\u30F3\u30BB\u30F3\u30C8\u7FFB\u8A33\u3092\u4F7F\u7528\u3057\u3066\u73FE\u5728\u306E\u30DA\u30FC\u30B8\u3092\u7FFB\u8A33\u3057\u3066\u3044\u307E\u3059","browser.translateWithTransmart":"\u4E00\u6642\u7684\u306B\u30C6\u30F3\u30BB\u30F3\u30C8\u7FFB\u8A33\u3067\u73FE\u5728\u306E\u30DA\u30FC\u30B8\u3092\u7FFB\u8A33\u3057\u3066\u304F\u3060\u3055\u3044",notLoginPro:"\u3042\u306A\u305F\u306E\u4F1A\u54E1\u30A2\u30AB\u30A6\u30F3\u30C8\u306B\u307E\u3060\u30ED\u30B0\u30A4\u30F3\u3057\u3066\u3044\u307E\u305B\u3093",networkError:"\u7FFB\u8A33\u30B5\u30FC\u30D3\u30B9\u307E\u305F\u306F\u30CD\u30C3\u30C8\u30EF\u30FC\u30AF\u306B\u554F\u984C\u304C\u767A\u751F\u3057\u3066\u3044\u307E\u3059","widget.videoSubtitleTooltip":"Youtube \u7B49 {count}+ \u306E\u30D3\u30C7\u30AA\u30B5\u30A4\u30C8\u3092\u30B5\u30DD\u30FC\u30C8\u3057\u3066\u3044\u307E\u3059","subtitle.autoDisableSubtitle":"\u81EA\u52D5\u7684\u306B\u4E8C\u304B\u56FD\u8A9E\u306E\u5B57\u5E55\u3092\u6709\u52B9\u306B\u3057\u306A\u3044","intro.hoverTitle":"\u30DE\u30A6\u30B9\u3092\u73FE\u5728\u306E\u6BB5\u843D\u306B\u30DB\u30D0\u30FC\u3057\u3066\u7FFB\u8A33\u3057\u3066\u304F\u3060\u3055\u3044","shortcutGroup.others":"\u3088\u308A\u591A\u304F\u306E\u30AB\u30B9\u30BF\u30E0\u6A5F\u80FD\u306E\u30B7\u30E7\u30FC\u30C8\u30AB\u30C3\u30C8",upgradeToProErrorTitle:"\u3053\u306E\u7FFB\u8A33\u30B5\u30FC\u30D3\u30B9\u3092\u4F7F\u7528\u3059\u308B\u306B\u306F\u3001Pro\u30E1\u30F3\u30D0\u30FC\u306B\u30A2\u30C3\u30D7\u30B0\u30EC\u30FC\u30C9\u3057\u3066\u304F\u3060\u3055\u3044\u3002",temprarilyChangeTranslationTo_google:"\u73FE\u5728\u3001Google\u7FFB\u8A33\u3092\u4F7F\u7528\u3057\u3066\u73FE\u5728\u306E\u30DA\u30FC\u30B8\u3092\u7FFB\u8A33\u3057\u3066\u3044\u307E\u3059",touchShortcutsToggleTranslationMask:"\u30BF\u30C3\u30C1\u30B9\u30AF\u30EA\u30FC\u30F3\u30B8\u30A7\u30B9\u30C1\u30E3\u30FC\u3092\u8A2D\u5B9A\u3057\u3066\u3001\u7FFB\u8A33\u30DE\u30B9\u30AF\u3092\u8868\u793A/\u539F\u6587\u3092\u8868\u793A","shortcutGroup.shortcutsForTranslationServices":"\u7FFB\u8A33\u30B5\u30FC\u30D3\u30B9\u95A2\u9023\u306E\u30B7\u30E7\u30FC\u30C8\u30AB\u30C3\u30C8\u30AD\u30FC","neverTranslateText.title":"\u4EE5\u4E0B\u306E\u5358\u8A9E\u306F\u539F\u6587\u306E\u307E\u307E\u306B\u3057\u3066\u304F\u3060\u3055\u3044\u3001\u7FFB\u8A33\u3057\u306A\u3044\u3067\u304F\u3060\u3055\u3044\u3002","widget.translateFileTooltip":"PDF\u3001EPUB\u3001SRT\u3001ASS\u3001HTML\u3001TXT \u30C9\u30AD\u30E5\u30E1\u30F3\u30C8\u3092\u7FFB\u8A33\u3057\u3066\u304F\u3060\u3055\u3044","floatBall.longPress":"\u9577\u62BC\u3057\u3059\u308B\u3068\u3001\u8A2D\u5B9A\u30D1\u30CD\u30EB\u3092\u7D20\u65E9\u304F\u958B\u304F\u3053\u3068\u304C\u3067\u304D\u307E\u3059\u3088","floatBall.guideClickToTranslate":`\u30AF\u30EA\u30C3\u30AF\u3057\u3066\u6CA1\u5165\u578B\u7FFB\u8A33\u30D5\u30ED\u30FC\u30C8\u30DC\u30FC\u30EB\u3092 \u3059\u3050\u306B\u7FFB\u8A33\u3067\u304D\u307E\u3059`,"browser.translateWithBing":"\u4E00\u6642\u7684\u306B\u30DE\u30A4\u30AF\u30ED\u30BD\u30D5\u30C8\u7FFB\u8A33\u3092\u4F7F\u7528\u3057\u3066\u73FE\u5728\u306E\u30DA\u30FC\u30B8\u3092\u7FFB\u8A33\u3057\u3066\u304F\u3060\u3055\u3044\u3002","browser.toggleMouseHoverTranslateDirectly":"\u30DA\u30FC\u30B8\u4E0A\u3067\u4E00\u6642\u7684\u306B\u30DE\u30A6\u30B9\u30DB\u30D0\u30FC\u306B\u3088\u308B\u76F4\u63A5\u7FFB\u8A33\u3092\u6709\u52B9\u306B\u3059\u308B\u304B\u7121\u52B9\u306B\u3059\u308B","browser.toggleVideoSubtitlePreTranslation":"\u30D0\u30A4\u30EA\u30F3\u30AC\u30EB\u5B57\u5E55\u3092\u5207\u308A\u66FF\u3048\u3066\u3001\u6CA1\u5165\u578B\u7FFB\u8A33\u8A2D\u5B9A\u3092\u512A\u5148\u7684\u306B\u4F7F\u7528\u3057\u3066\u304F\u3060\u3055\u3044\u3002",touchShortcutsToggleTranslateTouchElement:"\u6307\u5B9A\u306E\u6BB5\u843D\u3092\u7FFB\u8A33\u3059\u308B\u305F\u3081\u306E\u30BF\u30C3\u30C1\u30B9\u30AF\u30EA\u30FC\u30F3\u30B8\u30A7\u30B9\u30C1\u30E3\u30FC\u3092\u8A2D\u5B9A\u3057\u3066\u304F\u3060\u3055\u3044",touchShortcutsToggleTranslatePage:"\u30A6\u30A7\u30D6\u30DA\u30FC\u30B8\u3092\u7FFB\u8A33/\u539F\u6587\u3092\u8868\u793A\u3059\u308B\u305F\u3081\u306E\u30BF\u30C3\u30C1\u30B9\u30AF\u30EA\u30FC\u30F3\u30B8\u30A7\u30B9\u30C1\u30E3\u30FC\u3092\u8A2D\u5B9A\u3057\u3066\u304F\u3060\u3055\u3044\u3002","contact.description":"\u4F55\u304B\u3054\u8CEA\u554F\u3084\u63D0\u6848\u304C\u3054\u3056\u3044\u307E\u3057\u305F\u3089\u3001\u4E0B\u8A18\u306E\u30D5\u30A9\u30FC\u30E0\u306B\u8A18\u5165\u3057\u3066\u3054\u9023\u7D61\u3044\u305F\u3060\u304F\u304B\u3001{email}\u307E\u3067\u30E1\u30FC\u30EB\u3092\u304A\u9001\u308A\u304F\u3060\u3055\u3044\u3002\u65E9\u6025\u306B\u3054\u8FD4\u4FE1\u3044\u305F\u3057\u307E\u3059\u3002","desc.mouseHoverHoldKey":"\u30DE\u30A6\u30B9\u3092\u7279\u5B9A\u306E\u6BB5\u843D\u306B\u30DB\u30D0\u30FC\u3055\u305B\u3001\u540C\u6642\u306B\u53F3\u5074\u306E\u30B7\u30E7\u30FC\u30C8\u30AB\u30C3\u30C8\u30AD\u30FC\u3092\u62BC\u3059\u3068\u3001\u305D\u306E\u6BB5\u843D\u3092\u76F4\u63A5\u7FFB\u8A33\u3067\u304D\u307E\u3059\u3002","desc.touchShortcutsToggleTranslateTouchElement":"\u3042\u306A\u305F\u306E\u3044\u308B\u4EFB\u610F\u306E\u6BB5\u843D\u3092\u7FFB\u8A33\u3059\u308B\u305F\u3081\u306E\u30B8\u30A7\u30B9\u30C1\u30E3\u30FC\u3092\u30AB\u30B9\u30BF\u30DE\u30A4\u30BA\u3057\u3066\u304F\u3060\u3055\u3044\u3002",paragraphMinTextCountDesc:"\u6CE8\u610F\u3001\u3053\u3053\u3067\u6307\u3059\u306E\u306F\u6587\u5B57\u306E\u9577\u3055\u3067\u3001\u4F8B\u3048\u3070\uFF1Ahello\u306F5\u6587\u5B57\u3067\u3059\u3001\u3088\u308A\u5927\u304D\u306A\u5024\u3092\u8A2D\u5B9A\u3059\u308B\u3068\u4E0D\u5FC5\u8981\u306A\u5C0F\u3055\u306A\u6BB5\u843D\u306E\u7FFB\u8A33\u3092\u6E1B\u3089\u3059\u3053\u3068\u304C\u3067\u304D\u307E\u3059\u3002","description.baiduField":"\u30B5\u30DD\u30FC\u30C8\u3055\u308C\u3066\u3044\u308B\u30D5\u30A3\u30FC\u30EB\u30C9\u306F<1>\u3053\u3053\u3092\u53C2\u7167\u3057\u3066\u304F\u3060\u3055\u3044\u3002\u7A7A\u306E\u5834\u5408\u306F\u3001\u30D5\u30A3\u30FC\u30EB\u30C9\u304C\u6307\u5B9A\u3055\u308C\u3066\u3044\u306A\u3044\u3053\u3068\u3092\u610F\u5473\u3057\u307E\u3059\u3002","error.subscriptionExpired":"\u3042\u306A\u305F\u306E\u4F1A\u54E1\u8CC7\u683C\u306F\u3059\u3067\u306B\u671F\u9650\u5207\u308C\u304B\u3082\u3057\u308C\u307E\u305B\u3093\u3001\u3042\u306A\u305F\u306E\u4F1A\u54E1\u30B9\u30C6\u30FC\u30BF\u30B9\u3092\u78BA\u8A8D\u3057\u3066\u304F\u3060\u3055\u3044\u3002",temprarilyChangeTranslationTo_bing:"\u73FE\u5728\u3001\u30DE\u30A4\u30AF\u30ED\u30BD\u30D5\u30C8\u7FFB\u8A33\u3092\u4F7F\u7528\u3057\u3066\u73FE\u5728\u306E\u30DA\u30FC\u30B8\u3092\u7FFB\u8A33\u3057\u3066\u3044\u307E\u3059","desc.touchShortcutsToggleTranslatePage":"\u8A2D\u5B9A\u5F8C\u3001\u79FB\u52D5\u30C7\u30D0\u30A4\u30B9\u6642\u306B\u306F\u3001X\u672C\u306E\u6307\u3067\u753B\u9762\u3092\u540C\u6642\u306B\u30BF\u30C3\u30C1\u3057\u305F\u308A\u3001\u5DE6\u53F3\u306B\u30B9\u30EF\u30A4\u30D7\u3057\u305F\u308A\u3001\u9023\u7D9A\u3057\u3066\u30BF\u30C3\u30D7\u3057\u305F\u308A\u3057\u3066\u3001\u7FFB\u8A33\u30DA\u30FC\u30B8/\u539F\u6587\u3092\u8868\u793A\u3059\u308B\u3053\u3068\u304C\u3067\u304D\u307E\u3059\u3002",confirmResetToDefaultSettings:"\u3053\u306E\u7FFB\u8A33\u30B5\u30FC\u30D3\u30B9\u3092\u30C7\u30D5\u30A9\u30EB\u30C8\u8A2D\u5B9A\u306B\u623B\u3057\u307E\u3059\u304B\uFF1F\uFF08\u73FE\u5728\u306E\u7FFB\u8A33\u30B5\u30FC\u30D3\u30B9\u306E\u8A2D\u5B9A\u306E\u307F\u30EA\u30BB\u30C3\u30C8\uFF09","desc.toggleMouseHoverTranslateDirectly":"\u3053\u306E\u30B7\u30E7\u30FC\u30C8\u30AB\u30C3\u30C8\u30AD\u30FC\u3092\u62BC\u3059\u3068\u3001\u30DA\u30FC\u30B8\u4E0A\u3067\u30DE\u30A6\u30B9\u304C\u4EFB\u610F\u306E\u30C6\u30AD\u30B9\u30C8\u3092\u6307\u3059\u3068\u3001\u305D\u306E\u30C6\u30AD\u30B9\u30C8\u304C\u81EA\u52D5\u7684\u306B\u7FFB\u8A33\u3055\u308C\u307E\u3059\u3002\u30B7\u30E7\u30FC\u30C8\u30AB\u30C3\u30C8\u30AD\u30FC\u3092\u3082\u3046\u4E00\u5EA6\u62BC\u3059\u3068\u3001\u3053\u306E\u81EA\u52D5\u7FFB\u8A33\u6A5F\u80FD\u3092\u9589\u3058\u308B\u3053\u3068\u304C\u3067\u304D\u307E\u3059\u3002","slide.left":"\u53F3\u306B\u30B9\u30E9\u30A4\u30C9\u3057\u3066\u304F\u3060\u3055\u3044","subtitle.showQuickButtonDescription":"\u30D3\u30C7\u30AA\u30D7\u30EC\u30FC\u30E4\u30FC\u306E\u53F3\u4E0B\u9685\u306B\u4E8C\u8A00\u8A9E\u5B57\u5E55\u3092\u6709\u52B9\u306B\u3059\u308B\u30B7\u30E7\u30FC\u30C8\u30AB\u30C3\u30C8\u304C\u63D0\u4F9B\u3055\u308C\u3066\u3044\u307E\u3059",mouseHoverCustomKeyDescription:"\u3042\u306A\u305F\u306F\u30DE\u30A6\u30B9\u306E\u30DB\u30D0\u30FC\u306B\u30AB\u30B9\u30BF\u30E0\u30B7\u30E7\u30FC\u30C8\u30AB\u30C3\u30C8\u30AD\u30FC\u3092\u8A2D\u5B9A\u3059\u308B\u3053\u3068\u304C\u3067\u304D\u307E\u3059\u3002\u4F8B\u3048\u3070\uFF1AAlt+Z\u3001Ctrl+E\u3001Cmd+Alt+E\u3001\u307E\u305F\u306F\u76F4\u63A5Cmd\u3001\u624B\u52D5\u3067\u5165\u529B\u3057\u3066\u304F\u3060\u3055\u3044\u3002",buildSnapshots:"\u30A6\u30A7\u30D6\u30DA\u30FC\u30B8\u306E\u30B9\u30CA\u30C3\u30D7\u30B7\u30E7\u30C3\u30C8\u3092\u751F\u6210\u3059\u308B",shortcutDisableTooltip:"\u30D6\u30E9\u30A6\u30B6\u304C\u63D0\u4F9B\u3059\u308B\u62E1\u5F35\u30B7\u30E7\u30FC\u30C8\u30AB\u30C3\u30C8\u30AD\u30FC\u7BA1\u7406\u30DA\u30FC\u30B8\u3067\u8A2D\u5B9A\u3092\u884C\u3063\u3066\u304F\u3060\u3055\u3044\u3002\u8A73\u3057\u3044\u30AC\u30A4\u30C9\u306F\u3001\u3053\u306E\u30DA\u30FC\u30B8\u306E\u4E00\u756A\u4E0A\u306E\u8AAC\u660E\u3092\u3054\u89A7\u304F\u3060\u3055\u3044\u3002","desc.toggleTranslateTheMainPage":"\u30DA\u30FC\u30B8\u306E\u4E3B\u8981\u306A\u30A8\u30EA\u30A2\u306E\u307F\u3092\u7FFB\u8A33\u3057\u3066\u304F\u3060\u3055\u3044\u3002\u30DA\u30FC\u30B8\u5168\u4F53\u306E\u30A8\u30EA\u30A2\u3092\u7FFB\u8A33\u3059\u308B\u8A2D\u5B9A\u3092\u6709\u52B9\u306B\u3057\u305F\u5F8C\u3001\u3053\u306E\u30B7\u30E7\u30FC\u30C8\u30AB\u30C3\u30C8\u30AD\u30FC\u3092\u4F7F\u7528\u3057\u3066\u30DA\u30FC\u30B8\u306E\u4E3B\u8981\u306A\u30A8\u30EA\u30A2\u306E\u307F\u3092\u7279\u5225\u306B\u7FFB\u8A33\u3059\u308B\u3053\u3068\u304C\u3067\u304D\u307E\u3059\u3002","multipleClick.2":"\u30C0\u30D6\u30EB\u30AF\u30EA\u30C3\u30AF","desc.touchShortcutsToggleTranslationMask":"\u7FFB\u8A33\u30DE\u30B9\u30AF\u306F\u3001\u7FFB\u8A33\u30B9\u30BF\u30A4\u30EB\u306E\u307C\u304B\u3057\u52B9\u679C\uFF08\u5B66\u7FD2\u30E2\u30FC\u30C9\uFF09\u3092\u6307\u3057\u3001\u958B\u59CB\u3059\u308B\u3068\u4E00\u6642\u7684\u306B\u7FFB\u8A33\u6587\u306B\u307C\u304B\u3057\u52B9\u679C\u3092\u4F7F\u7528\u3057\u3001\u5B66\u7FD2\u306B\u4FBF\u5229\u3067\u3059\u3002","desc.toggleTranslateTheWholePage":"\u30DA\u30FC\u30B8\u5168\u4F53\u3092\u7FFB\u8A33\u3057\u307E\u3059\u3002\u30C7\u30D5\u30A9\u30EB\u30C8\u3067\u306F\u3001\u79C1\u305F\u3061\u306F\u30DA\u30FC\u30B8\u306E\u4E3B\u8981\u306A\u90E8\u5206\u3092\u7FFB\u8A33\u3057\u307E\u3059\u304C\u3001\u3053\u306E\u30B7\u30E7\u30FC\u30C8\u30AB\u30C3\u30C8\u30AD\u30FC\u3092\u4F7F\u7528\u3057\u3066\u30DA\u30FC\u30B8\u5168\u4F53\u3092\u7279\u5225\u306B\u7FFB\u8A33\u3059\u308B\u3053\u3068\u304C\u3067\u304D\u307E\u3059\u3002","desc.interfaceLanguage":"\u30A4\u30F3\u30BF\u30FC\u30D5\u30A7\u30FC\u30B9\u306E\u8A00\u8A9E\u8A2D\u5B9A\u306F\u30B3\u30F3\u30C8\u30ED\u30FC\u30EB\u30D1\u30CD\u30EB\u306E\u8868\u793A\u8A00\u8A9E\u306B\u5F71\u97FF\u3092\u4E0E\u3048\u3001\u7FFB\u8A33\u306E\u76EE\u6A19\u8A00\u8A9E\u3068\u306F\u95A2\u4FC2\u3042\u308A\u307E\u305B\u3093\u3002","intro.floatBallDescription":"\u6709\u52B9\u306B\u3059\u308B\u3068\u3001\u30DA\u30FC\u30B8\u306E\u53F3\u5074\u306B\u7FFB\u8A33\u30DC\u30BF\u30F3\u304C\u8868\u793A\u3055\u308C\u3001\u30AF\u30EA\u30C3\u30AF\u3059\u308B\u3068\u3059\u3050\u306B\u7FFB\u8A33\u3067\u304D\u3001\u518D\u5EA6\u30AF\u30EA\u30C3\u30AF\u3059\u308B\u3068\u5143\u306E\u30C6\u30AD\u30B9\u30C8\u306B\u5207\u308A\u66FF\u3048\u308B\u3053\u3068\u304C\u3067\u304D\u307E\u3059\u3002\u30E2\u30D0\u30A4\u30EB\u7AEF\u672B\u3067\u306F\u3001\u30D5\u30ED\u30FC\u30C6\u30A3\u30F3\u30B0\u30DC\u30FC\u30EB\u3092\u9577\u62BC\u3057\u3059\u308B\u3068\u3001\u30B7\u30E7\u30FC\u30C8\u30AB\u30C3\u30C8\u8A2D\u5B9A\u30D1\u30CD\u30EB\u3092\u958B\u304F\u3053\u3068\u304C\u3067\u304D\u307E\u3059\u3002","neverTranslateText.description":"\u4E00\u90E8\u306E\u7FFB\u8A33\u30A8\u30F3\u30B8\u30F3\u306F\u5C02\u6709\u540D\u8A5E\u306E\u8A8D\u8B58\u304C\u7406\u60F3\u7684\u3067\u306F\u306A\u3044\u305F\u3081\u3001\u3053\u3053\u306B\u5358\u8A9E\u3092\u8FFD\u52A0\u3057\u3066\u3001\u7FFB\u8A33\u30D7\u30ED\u30BB\u30B9\u4E2D\u306B\u305D\u308C\u3089\u304C\u5909\u63DB\u3055\u308C\u306A\u3044\u3088\u3046\u306B\u3059\u308B\u3053\u3068\u304C\u3067\u304D\u307E\u3059\u3002\u3053\u306E\u6A5F\u80FD\u306F\u5927\u6587\u5B57\u3068\u5C0F\u6587\u5B57\u3092\u533A\u5225\u3057\u3001\u30B9\u30DA\u30FC\u30B9\u3067\u533A\u5207\u3089\u308C\u305F\u5358\u8A9E\u8A00\u8A9E\uFF08\u82F1\u8A9E\u3001\u30D5\u30E9\u30F3\u30B9\u8A9E\u306A\u3069\uFF09\u306E\u307F\u3092\u30B5\u30DD\u30FC\u30C8\u3057\u3066\u304A\u308A\u3001\u65E5\u672C\u8A9E\u3084\u97D3\u56FD\u8A9E\u306A\u3069\u306E\u8A00\u8A9E\u306B\u306F\u9069\u7528\u3055\u308C\u307E\u305B\u3093\u3002","intro.subtitleDescription":"\u3053\u306E\u6A5F\u80FD\u3092\u6709\u52B9\u306B\u3059\u308B\u3068\u3001\u30D3\u30C7\u30AA\u306E\u518D\u751F\u6642\u306B\u81EA\u52D5\u7684\u306B\u4E8C\u8A00\u8A9E\u5B57\u5E55\u304C\u8868\u793A\u3055\u308C\u307E\u3059\u3002\u6709\u52B9\u306B\u3057\u3066\u3044\u306A\u3044\u5834\u5408\u306F\u3001\u30DA\u30FC\u30B8\u4E0A\u3067\u624B\u52D5\u3067\u7FFB\u8A33\u30DC\u30BF\u30F3\u3092\u30AF\u30EA\u30C3\u30AF\u3057\u3066\u5B57\u5E55\u3092\u8868\u793A\u3059\u308B\u5FC5\u8981\u304C\u3042\u308A\u307E\u3059\u3002\u6280\u8853\u7684\u306A\u5236\u9650\u306E\u305F\u3081\u3001\u4E00\u90E8\u306E\u30A6\u30A7\u30D6\u30B5\u30A4\u30C8\u3067\u306F\u3001\u5B57\u5E55\u3092\u521D\u3081\u3066\u6709\u52B9\u306B\u3059\u308B\u3068\u304D\u306B\u30DA\u30FC\u30B8\u3092\u66F4\u65B0\u3059\u308B\u304B\u3001\u7FFB\u8A33\u304C\u5B8C\u4E86\u3059\u308B\u306E\u3092\u5F85\u3064\u5FC5\u8981\u304C\u3042\u308B\u304B\u3082\u3057\u308C\u307E\u305B\u3093\u3002\u307E\u305F\u3001\u30D3\u30C7\u30AA\u30B5\u30A4\u30C8\u3092\u958B\u3044\u305F\u5F8C\u3001\u53F3\u4E0A\u306E\u89D2\u3067\u6CA1\u5165\u578B\u7FFB\u8A33\u306E\u30B7\u30E7\u30FC\u30C8\u30AB\u30C3\u30C8\u30D1\u30CD\u30EB\u3092\u958B\u304F/\u9589\u3058\u308B\u3053\u3068\u3082\u3067\u304D\u307E\u3059\u3002

\u73FE\u5728\u3001\u4EE5\u4E0B\u306E\u30A6\u30A7\u30D6\u30B5\u30A4\u30C8\u3067\u4E8C\u8A00\u8A9E\u5B57\u5E55\u3092\u4F7F\u7528\u3059\u308B\u3053\u3068\u304C\u3067\u304D\u307E\u3059\uFF1A","intro.hoverDescription":"\u30DE\u30A6\u30B9\u30DB\u30D0\u30FC\u7FFB\u8A33\u306F\u3001\u6CA1\u5165\u578B\u7FFB\u8A33\u306B\u304A\u3044\u3066\u975E\u5E38\u306B\u91CD\u8981\u306A\u6A5F\u80FD\u3067\u3001\u30D1\u30E9\u30B0\u30E9\u30D5\u306E\u4E0A\u306B\u30DE\u30A6\u30B9\u3092\u7F6E\u304D\u3001\u8A2D\u5B9A\u3057\u305F\u30B7\u30E7\u30FC\u30C8\u30AB\u30C3\u30C8\u30AD\u30FC\u3092\u540C\u6642\u306B\u62BC\u3059\u3060\u3051\u3067\u3001\u73FE\u5728\u306E\u30D1\u30E9\u30B0\u30E9\u30D5\u3092\u81EA\u52D5\u7684\u306B\u7FFB\u8A33\u3057\u307E\u3059\uFF08\u6CE8\u610F\uFF1A\u30C7\u30D5\u30A9\u30EB\u30C8\u3067\u306F\u6709\u52B9\u306B\u306A\u3063\u3066\u3044\u307E\u305B\u3093\u306E\u3067\u3001\u4E0B\u306E\u8A2D\u5B9A\u3067\u6709\u52B9\u306B\u3057\u3066\u304F\u3060\u3055\u3044\uFF09\u3002\u3053\u306E\u30A4\u30F3\u30BF\u30E9\u30AF\u30B7\u30E7\u30F3\u306F\u3001\u5358\u8A9E\u306E\u9078\u629E\u7FFB\u8A33\u3092\u3088\u308A\u826F\u304F\u4EE3\u66FF\u3059\u308B\u305F\u3081\u306B\u4F7F\u7528\u3055\u308C\u307E\u3059\u3002\u307E\u305F\u3001\u3053\u306E\u6A5F\u80FD\u306F\u3001\u8A8D\u8B58\u3067\u304D\u306A\u3044\u7FFB\u8A33\u30A8\u30EA\u30A2\u306B\u3082\u5E83\u304F\u9069\u7528\u3055\u308C\u3066\u3044\u307E\u3059\u3002\u3053\u306E\u6A5F\u80FD\u3092\u5229\u7528\u3057\u3066\u3001\u4EFB\u610F\u306E\u30D1\u30E9\u30B0\u30E9\u30D5\u3092\u5F37\u5236\u7684\u306B\u7FFB\u8A33\u3059\u308B\u3053\u3068\u304C\u3067\u304D\u307E\u3059\u3002",translationOnlyModeDescription:"\u300C\u8A33\u6587\u306E\u307F\u300D\u30E2\u30FC\u30C9\u3068\u306F\u3001\u30C7\u30D5\u30A9\u30EB\u30C8\u306E\u30D0\u30A4\u30EA\u30F3\u30AC\u30EB\u30E2\u30FC\u30C9\u3067\u306F\u306A\u304F\u3001\u8A33\u6587\u306E\u307F\u3092\u8868\u793A\u3059\u308B\u3053\u3068\u3092\u6307\u3057\u307E\u3059\u3002\u6CE8\u610F\uFF1A\u6280\u8853\u7684\u306A\u5236\u9650\u306E\u305F\u3081\u3001\u300C\u8A33\u6587\u306E\u307F\u300D\u30E2\u30FC\u30C9\u3067\u306F\u3001\u539F\u6587\u306E\u30CF\u30A4\u30D1\u30FC\u30EA\u30F3\u30AF\u304C\u7121\u52B9\u306B\u306A\u308A\u307E\u3059\u3002",geminiWarning:"\u6CE8\u610F\uFF1AGoogle\u304C\u63D0\u4F9B\u3059\u308BGemini\u306E\u7121\u6599\u30B5\u30FC\u30D3\u30B9\u306E\u5236\u9650\u306F\u53B3\u3057\u304F\u3001\u30E6\u30FC\u30B6\u30FC\u304C\u8907\u6570\u306EKey\u3092\u4F7F\u7528\u3057\u3066\u5F7C\u3089\u306E\u7121\u6599\u914D\u5F53\u5236\u9650\u3092\u56DE\u907F\u3057\u3066\u3044\u308B\u3068Google\u306B\u5224\u65AD\u3055\u308C\u308B\u53EF\u80FD\u6027\u304C\u3042\u308A\u307E\u3059\u3002\u4F7F\u7528\u3059\u308B\u3053\u3068\u306F\u304A\u52E7\u3081\u3057\u307E\u305B\u3093\u3001Google\u304C\u5C06\u6765Gemini\u306E\u6709\u6599\u30A4\u30F3\u30BF\u30FC\u30D5\u30A7\u30FC\u30B9\u3092\u958B\u653E\u3059\u308B\u306E\u3092\u5F85\u3064\u3053\u3068\u3092\u304A\u52E7\u3081\u3057\u307E\u3059\u3002","floatBall.setting":"\u8A2D\u5B9A","floatBall.translateToLanguage":"{language}\u306B\u7FFB\u8A33\u3059\u308B\u3092\u30AF\u30EA\u30C3\u30AF\u3057\u3066\u304F\u3060\u3055\u3044","floatBall.file":`PDF\u3001EPUB\u3001SRT\u3001 ASS\u3001HTML\u3001TXT\u30D5\u30A1\u30A4\u30EB\u3092\u7FFB\u8A33\u3057\u307E\u3059`,changeToOnlyTempTranslationMode:"\u7FFB\u8A33\u306E\u307F\u3092\u8868\u793A\u3059\u308B\u3088\u3046\u306B\u5207\u308A\u66FF\u3048\u308B",changeToDualTempTranslationMode:"\u5BFE\u8A33\u3078\u306E\u5207\u308A\u66FF\u3048","options.navbar.translateFile":"\u7FFB\u8A33\u6587\u66F8","translationServices.yandex":"\u30E4\u30F3\u30C7\u30C3\u30AF\u30B9","options.navbar.installApp":"\u643A\u5E2F\u96FB\u8A71\u306E\u30A2\u30D7\u30EA\u3092\u30A4\u30F3\u30B9\u30C8\u30FC\u30EB\u3059\u308B","transitionMode.translation":"\u305F\u3060\u8A33\u6587","subtitle.transitionMode":"\u30D3\u30C7\u30AA\u5B57\u5E55\u306E\u4E8C\u8A00\u8A9E/\u7FFB\u8A33\u30C6\u30AD\u30B9\u30C8\u306E\u307F\u306E\u8A2D\u5B9A","transitionMode.dual":"\u30D0\u30A4\u30EA\u30F3\u30AC\u30EB\u5BFE\u7167","subtitle.transitionModeDescription":"\u30D3\u30C7\u30AA\u5B57\u5E55\u3092\u4E8C\u8A00\u8A9E\u5BFE\u7167\u307E\u305F\u306F\u7FFB\u8A33\u6587\u306E\u307F\u306E\u30E2\u30FC\u30C9\u306B\u8A2D\u5B9A\u3057\u3066\u304F\u3060\u3055\u3044","transitionMode.inherit":"\u30B7\u30B9\u30C6\u30E0\u306E\u30C7\u30D5\u30A9\u30EB\u30C8\u306E\u7FFB\u8A33\u8868\u793A\u30E2\u30FC\u30C9\u3068\u4E00\u81F4\u3057\u3066\u304F\u3060\u3055\u3044\u3002",translateFileTooltip:`PDF\u3001ePub\u3001srt\u3001 ass\u3001HTML\u3001TXT\u30D5\u30A1\u30A4\u30EB\u3092\u7FFB\u8A33\u3057\u3066\u304F\u3060\u3055\u3044`,"description.subtitlePrompt":`\u5B57\u5E55\u30B7\u30FC\u30F3\u3067\u8907\u6570\u306E\u30D1\u30E9\u30B0\u30E9\u30D5\u3092\u9001\u4FE1\u3059\u308B\u5834\u5408\u3001\u30E6\u30FC\u30B6\u30FC\u3068\u3057\u3066{service}\u306B\u5BFE\u8A71\u3092\u9001\u4FE1\u3057\u307E\u3059\u3002\u3053\u3053\u3067\u3001{{from}}\u306F\u30D1\u30E9\u30B0\u30E9\u30D5\u306E\u8A00\u8A9E\u3092\u3001{{to}}\u306F\u76EE\u6A19\u8A00\u8A9E\u3092\u8868\u3057\u3001{{yaml}}\u306Fyaml\u5F62\u5F0F\u3067\u5305\u88C5\u3057\u305F\u30D1\u30E9\u30B0\u30E9\u30D5\u306E\u5185\u5BB9\u3067\u3059\u3002\u30AB\u30B9\u30BF\u30E0Prompt\u304C\u5FC5\u8981\u306A\u5834\u5408\u3001AI\u306E\u5FDC\u7B54\u3068\u3057\u3066\u306EYAML\u7D50\u679C\u306E\u5404\u9805\u76EE\u304C{env.imt_sub_trans_field}\u30D5\u30A3\u30FC\u30EB\u30C9\u3092\u542B\u3080\u3053\u3068\u3092\u78BA\u8A8D\u3059\u308B\u5FC5\u8981\u304C\u3042\u308A\u307E\u3059\u3002{{imt_sub_trans_field}}\u306F\u3001AI\u306E\u5FDC\u7B54\u3068\u3057\u3066\u671F\u5F85\u3059\u308B\u7FFB\u8A33\u30D5\u30A3\u30FC\u30EB\u30C9\u540D\u3067\u3001\u30C7\u30D5\u30A9\u30EB\u30C8\u306F{env.imt_sub_trans_field}\u3067\u3059\u3002{{imt_sub_source_field}}\u306F\u3001AI\u306B\u6E21\u3059\u539F\u6587\u30D5\u30A3\u30FC\u30EB\u30C9\u540D\u3067\u3001\u30C7\u30D5\u30A9\u30EB\u30C8\u306F{env.imt_sub_source_field}\u3067\u3059\u3002\u7D50\u679C\u306E\u4F8B\u306F\u4EE5\u4E0B\u306E\u901A\u308A\u3067\u3059\uFF1A @@ -5000,7 +5000,7 @@ ass\u3001HTML\u3001TXT\u30D5\u30A1\u30A4\u30EB\u3092\u7FFB\u8A33\u3057\u3066\u30 - id: 1 {env.imt_trans_field}: \u7FFB\u8A33\u6587 - id: 2 - {env.imt_trans_field}: \u7FFB\u8A33\u6587`,"subtitle.quickButton.white":"\u767D\u8272","subtitle.quickButton.black":"\u9ED2\u8272","subtitle.quickButton.setting":"\u8A2D\u5B9A","subtitle.quickButton.blue":"\u9752\u8272","subtitle.quickButton.backgroundOpacity":"\u80CC\u666F\u306E\u4E0D\u900F\u660E\u5EA6","subtitle.quickButton.cyan":"\u9752\u8272","subtitle.quickButton.translationPositionBottom":"\u539F\u6587\u306E\u4E0B\u65B9","subtitle.quickButton.sourceFontSize":"\u5143\u306E\u30D5\u30A9\u30F3\u30C8\u30B5\u30A4\u30BA","subtitle.quickButton.backgroundColor":"\u80CC\u666F\u8272","subtitle.quickButton.magenta":"\u30DE\u30BC\u30F3\u30BF\u8272","subtitle.quickButton.red":"\u8D64\u8272","subtitle.quickButton.green":"\u7DD1\u8272","subtitle.quickButton.translationPositionTop":"\u539F\u6587\u306E\u4E0A\u306B","translationServices.claude":"\u30AF\u30ED\u30FC\u30C9","subtitle.quickButton.sourceTextColor":"\u539F\u6587\u306E\u30D5\u30A9\u30F3\u30C8\u306E\u8272","subtitle.quickButton.yellow":"\u9EC4\u8272","subtitle.quickButton.translationFontSize":"\u7FFB\u8A33\u6587\u5B57\u306E\u30D5\u30A9\u30F3\u30C8\u30B5\u30A4\u30BA","subtitle.quickButton.translationTextColor":"\u7FFB\u8A33\u6587\u5B57\u306E\u8272","subtitle.quickButton.translationPosition":"\u7FFB\u8A33\u4F4D\u7F6E",attachSubtitleTranslating:"{service} \u3092\u4F7F\u7528\u3057\u3066\u7FFB\u8A33\u4E2D...","error.claude.403":"\u4E00\u6642\u7684\u306B\u30B5\u30FC\u30D3\u30B9\u3078\u306E\u30A2\u30AF\u30BB\u30B9\u6A29\u9650\u304C\u3042\u308A\u307E\u305B\u3093\u3002\u3053\u308C\u306FClaude\u306E\u5730\u57DF\u5236\u9650\u306B\u95A2\u9023\u3057\u3066\u3044\u308B\u53EF\u80FD\u6027\u304C\u3042\u308A\u307E\u3059\u3002IP\u30A2\u30C9\u30EC\u30B9\u3092\u5207\u308A\u66FF\u3048\u308B\u304B\u3001\u4ED6\u306E\u7FFB\u8A33\u30B5\u30FC\u30D3\u30B9\u3092\u4F7F\u7528\u3057\u3066\u307F\u3066\u304F\u3060\u3055\u3044\u3002","browser.brandDescriptionForSafari":"\u3010\u6CA1\u5165\u578B\u7FFB\u8A33\u3011\u7121\u6599\u306E\uFF08\u539F\u6587/\u8A33\u6587\uFF09\u30D0\u30A4\u30EA\u30F3\u30AC\u30EB\u5BFE\u7167\u30A6\u30A7\u30D6\u30DA\u30FC\u30B8\u7FFB\u8A33\u30D7\u30E9\u30B0\u30A4\u30F3\u3067\u3001PDF\u7FFB\u8A33\u3068EPUB\u96FB\u5B50\u66F8\u7C4D\u7FFB\u8A33\u3092\u540C\u6642\u306B\u30B5\u30DD\u30FC\u30C8\u3057\u3001\u539F\u6587\u306E\u30EC\u30A4\u30A2\u30A6\u30C8\u3092\u4FDD\u6301\u3057\u307E\u3059\u3002Youtube/Netflix\u306A\u3069\u306E\u30AA\u30F3\u30E9\u30A4\u30F3\u30D3\u30C7\u30AA\u306E\u30D0\u30A4\u30EA\u30F3\u30AC\u30EB\u5B57\u5E55\u7FFB\u8A33\u3082\u30B5\u30DD\u30FC\u30C8\u3057\u3001Deepl/Google\u306A\u3069\u306E\u4E3B\u6D41\u7FFB\u8A33\u30B5\u30FC\u30D3\u30B9\u306B\u5BFE\u5FDC\u3057\u3066\u3044\u307E\u3059\u3002","browser.PdfProFile":"AI \u99C6\u52D5\u306E PDF Pro \u7FFB\u8A33","browser.textTranslate":"\u30C6\u30AD\u30B9\u30C8\u7FFB\u8A33"};var mh={nologin:"\u0644\u0645 \u062A\u0642\u0645 \u0628\u062A\u0633\u062C\u064A\u0644 \u0627\u0644\u062F\u062E\u0648\u0644",loginForSafari:"\u062A\u0633\u062C\u064A\u0644 \u0627\u0644\u062F\u062E\u0648\u0644 \u0623\u0648 \u0627\u0644\u062A\u0633\u062C\u064A\u0644",login:"\u064A\u0645\u0643\u0646\u0643 \u062A\u0641\u0639\u064A\u0644 \u0627\u0644\u0639\u0636\u0648\u064A\u0629 \u0628\u0639\u062F \u062A\u0633\u062C\u064A\u0644 \u0627\u0644\u062F\u062E\u0648\u0644",manageAccount:"\u0625\u062F\u0627\u0631\u0629 \u0627\u0644\u062D\u0633\u0627\u0628",openPremium:"\u0627\u0644\u0627\u0646\u0636\u0645\u0627\u0645 \u0625\u0644\u0649 \u0627\u0644\u0639\u0636\u0648\u064A\u0629",logout:"\u064A\u062A\u0631\u0643",curentPlan:"\u0627\u0644\u0631\u0632\u0645\u0629 \u0627\u0644\u062D\u0627\u0644\u064A\u0629",endAt:"\u0646\u0636\u062C",endAuto:"\u062A\u062C\u062F\u064A\u062F \u062A\u0644\u0642\u0627\u0626\u064A",lineBreakMaxTextCount:"\u0627\u0644\u062D\u062F \u0627\u0644\u0623\u0642\u0635\u0649 \u0644\u0639\u062F\u062F \u0627\u0644\u0623\u062D\u0631\u0641 \u0627\u0644\u0645\u0633\u0645\u0648\u062D \u0628\u0647 \u0644\u0643\u0644 \u062C\u0645\u0644\u0629 \u0628\u0639\u062F \u0641\u0648\u0627\u0635\u0644 \u0627\u0644\u0623\u0633\u0637\u0631","translate-pdf":"\u0627\u0646\u0642\u0631 \u0644\u062A\u0631\u062C\u0645\u0629 PDF","noSupportTranslate-pdf":"\u0627\u0644\u0628\u0631\u0646\u0627\u0645\u062C \u0627\u0644\u0646\u0635\u064A \u063A\u064A\u0631 \u0645\u062F\u0639\u0648\u0645\u060C \u064A\u0631\u062C\u0649 \u0627\u0633\u062A\u062E\u062F\u0627\u0645 \u0627\u0644\u0628\u0631\u0646\u0627\u0645\u062C \u0627\u0644\u0625\u0636\u0627\u0641\u064A","translate-firefox-local-pdf":"\u0627\u0646\u0642\u0631 \u0644\u0627\u0633\u062A\u064A\u0631\u0627\u062F PDF",enableLineBreak:"\u0642\u0645 \u0628\u062A\u0634\u063A\u064A\u0644 \u0627\u0644\u062A\u0641\u0627\u0641 \u0627\u0644\u0643\u0644\u0645\u0627\u062A \u0627\u0644\u062A\u0644\u0642\u0627\u0626\u064A \u0644\u0644\u0641\u0642\u0631\u0627\u062A \u0627\u0644\u0637\u0648\u064A\u0644\u0629",sponsorLabel:"\u0627\u062F\u0639\u0645 \u0645\u0637\u0648\u0631\u064B\u0627 \u0628\u062F\u0621\u064B\u0627 \u0645\u0646 1 \u062F\u0648\u0644\u0627\u0631",help:"\u064A\u0633\u0627\u0639\u062F",browserShortcutsNoteForFirefox:'\u0644\u062A\u0639\u062F\u064A\u0644 \u0645\u0641\u0627\u062A\u064A\u062D \u0627\u0644\u0627\u062E\u062A\u0635\u0627\u0631 \u0641\u064A \u0645\u062A\u0635\u0641\u062D Firefox\u060C \u062A\u062D\u062A\u0627\u062C \u0625\u0644\u0649 \u0641\u062A\u062D \u0635\u0641\u062D\u0629 \u0625\u062F\u0627\u0631\u0629 \u0627\u0644\u0627\u0645\u062A\u062F\u0627\u062F\u0627\u062A `about:addons`\u060C \u062B\u0645 \u0627\u0644\u0646\u0642\u0631 \u0641\u0648\u0642 "\u0627\u0644\u0625\u0639\u062F\u0627\u062F\u0627\u062A"\u060C \u062B\u0645 \u0627\u0644\u0646\u0642\u0631 \u0641\u0648\u0642 "\u0625\u062F\u0627\u0631\u0629 \u0645\u0641\u0627\u062A\u064A\u062D \u0627\u0644\u0627\u062E\u062A\u0635\u0627\u0631" \u0644\u062A\u0639\u064A\u064A\u0646\u0647\u0627.',browserShortcutsNoteForChrome:"\u0644\u062A\u0639\u062F\u064A\u0644 \u0645\u0641\u0627\u062A\u064A\u062D \u0627\u0644\u0627\u062E\u062A\u0635\u0627\u0631 \u0641\u064A \u0645\u062A\u0635\u0641\u062D \u064A\u0634\u0628\u0647 Chrome\u060C \u062A\u062D\u062A\u0627\u062C \u0625\u0644\u0649 \u0641\u062A\u062D \u0635\u0641\u062D\u0629 \u0625\u062F\u0627\u0631\u0629 \u0627\u0644\u0625\u0636\u0627\u0641\u0627\u062A\u060C \u0648\u062A\u0639\u064A\u064A\u0646\u0647\u0627 \u0641\u064A \u0644\u0648\u062D\u0629 `\u0625\u062F\u0627\u0631\u0629 \u0627\u0644\u0627\u062E\u062A\u0635\u0627\u0631\u0627\u062A` (`chrome://extensions/shortcuts`)\u060C \u062B\u0645 \u0627\u0644\u0646\u0642\u0631 \u0641\u0648\u0642 \u0627\u0644\u0632\u0631 \u0623\u062F\u0646\u0627\u0647 \u0644\u0644\u0627\u0646\u062A\u0642\u0627\u0644 \u0625\u0644\u0649 \u0635\u0641\u062D\u0629 \u0625\u062F\u0627\u0631\u0629 \u0645\u0641\u062A\u0627\u062D \u0627\u0644\u0627\u062E\u062A\u0635\u0627\u0631.",browserShortcutsSucks:"\u062A\u0646\u0633\u064A\u0642 \u0645\u0641\u062A\u0627\u062D \u0627\u0644\u0627\u062E\u062A\u0635\u0627\u0631 \u0627\u0644\u0645\u062E\u0635\u0635 \u0647\u0648 (\u0644\u0627 \u064A\u0648\u062C\u062F \u0627\u0644\u062A\u0639\u0631\u0641 \u0627\u0644\u062A\u0644\u0642\u0627\u0626\u064A\u060C \u064A\u0631\u062C\u0649 \u0627\u0644\u062F\u062E\u0648\u0644 \u0645\u0628\u0627\u0634\u0631\u0629)\uFF1A",enableLineBreakDescription:"\u0639\u0646\u062F \u062A\u0634\u063A\u064A\u0644\u0647\u060C \u0633\u064A\u062A\u0645 \u0625\u062F\u0631\u0627\u062C \u0641\u0648\u0627\u0635\u0644 \u0627\u0644\u0623\u0633\u0637\u0631 \u0641\u064A \u0646\u0647\u0627\u064A\u0629 \u0643\u0644 \u062C\u0645\u0644\u0629 \u0641\u064A \u0641\u0642\u0631\u0627\u062A \u0637\u0648\u064A\u0644\u0629 \u0644\u062A\u0633\u0647\u064A\u0644 \u0627\u0644\u0642\u0631\u0627\u0621\u0629.","browser.shortBrandName":"\u062A\u0631\u062C\u0645\u0629 \u063A\u0627\u0645\u0631\u0629","browser.brandName":"\u062A\u0631\u062C\u0645\u0629 \u063A\u0627\u0645\u0631\u0629: \u062A\u0631\u062C\u0645\u0629 \u0635\u0641\u062D\u0627\u062A \u0627\u0644\u0648\u064A\u0628 \u062B\u0646\u0627\u0626\u064A\u0629 \u0627\u0644\u0644\u063A\u0629 \u0648\u062A\u0631\u062C\u0645\u0629 \u0645\u0633\u062A\u0646\u062F\u0627\u062A PDF","browser.brandDescription":"Bilingual web page translation, also supports PDF translation, bilingual Epub eBook translation, free to use.","browser.toggleTranslatePage":"\u062A\u0631\u062C\u0645\u0629 \u0635\u0641\u062D\u0629 \u0627\u0644\u0648\u064A\u0628/\u0625\u0638\u0647\u0627\u0631 \u0627\u0644\u0646\u0635 \u0627\u0644\u0623\u0635\u0644\u064A","browser.toggleTranslateTheWholePage":"\u062A\u0631\u062C\u0645\u0629 \u062C\u0645\u064A\u0639 \u0645\u0646\u0627\u0637\u0642 \u0627\u0644\u0635\u0641\u062D\u0629/\u0639\u0631\u0636 \u0627\u0644\u0646\u0635 \u0627\u0644\u0623\u0635\u0644\u064A","browser.toggleOnlyTransation":"\u062A\u0628\u062F\u064A\u0644 \u0627\u0644\u0648\u0636\u0639 \u062B\u0646\u0627\u0626\u064A \u0627\u0644\u0644\u063A\u0629 / \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0641\u0642\u0637","browser.toggleTranslateToThePageEndImmediately":"\u062A\u0631\u062C\u0645\u0629 \u0641\u0648\u0631\u064A\u0629 \u0625\u0644\u0649 \u0623\u0633\u0641\u0644 \u0627\u0644\u0635\u0641\u062D\u0629/\u0625\u0638\u0647\u0627\u0631 \u0627\u0644\u0646\u0635 \u0627\u0644\u0623\u0635\u0644\u064A","browser.toggleTranslateTheMainPage":"\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0645\u0646\u0637\u0642\u0629 \u0627\u0644\u0631\u0626\u064A\u0633\u064A\u0629 \u0644\u0644\u0635\u0641\u062D\u0629/\u0639\u0631\u0636 \u0627\u0644\u0646\u0635 \u0627\u0644\u0623\u0635\u0644\u064A","browser.shareToDraft":"\u0645\u0634\u0627\u0631\u0643\u0629 \u0627\u0644\u0635\u0641\u062D\u0627\u062A \u062B\u0646\u0627\u0626\u064A\u0629 \u0627\u0644\u0644\u063A\u0629","browser.openOptionsPage":"\u0627\u0641\u062A\u062D \u0635\u0641\u062D\u0629 \u0627\u0644\u0625\u0639\u062F\u0627\u062F\u0627\u062A","browser.toggleTranslationMask":"\u0625\u0638\u0647\u0627\u0631/\u0625\u062E\u0641\u0627\u0621 \u062A\u0623\u062B\u064A\u0631 \u0637\u0645\u0633 \u0627\u0644\u062A\u0631\u062C\u0645\u0629","browser.translateLocalPdfFile":"\u062A\u0631\u062C\u0645\u0629 \u0645\u0644\u0641\u0627\u062A PDF \u0627\u0644\u0645\u062D\u0644\u064A\u0629","browser.openEbookViewer":"\u0642\u0631\u0627\u0621\u0629 \u0627\u0644\u0643\u062A\u0628 \u0627\u0644\u0625\u0644\u0643\u062A\u0631\u0648\u0646\u064A\u0629 \u0627\u0644\u0645\u062D\u0644\u064A\u0629","browser.openEbookBuilder":"\u0625\u0646\u0634\u0627\u0621 \u0643\u062A\u0628 \u0625\u0644\u0643\u062A\u0631\u0648\u0646\u064A\u0629 EPUB \u062B\u0646\u0627\u0626\u064A\u0629 \u0627\u0644\u0644\u063A\u0629","browser.translateLocalHtmlFile":"\u062A\u0631\u062C\u0645\u0629 \u0645\u0644\u0641\u0627\u062A HTML/txt","browser.donateContext":"\u062A\u0639\u0631\u0641 \u0639\u0644\u0649 \u0641\u0648\u0627\u0626\u062F \u0627\u0644\u0631\u0639\u0627\u064A\u0629","browser.translateLocalSubtitleFile":"\u062A\u0631\u062C\u0645\u0629 \u0645\u0644\u0641\u0627\u062A \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0645\u062D\u0644\u064A\u0629",confirmResetConfig:"\u0647\u0644 \u0623\u0646\u062A \u0645\u062A\u0623\u0643\u062F \u0623\u0646\u0643 \u062A\u0631\u064A\u062F \u0625\u0639\u0627\u062F\u0629 \u0636\u0628\u0637 \u0625\u0639\u062F\u0627\u062F\u0627\u062A\u0643\u061F",translationLineBreakSettingTitle:"\u0625\u0639\u062F\u0627\u062F\u0627\u062A \u0627\u0644\u062A\u0641\u0627\u0641 \u0633\u0637\u0631 \u0627\u0644\u062A\u0631\u062C\u0645\u0629",smartLineBreak:"\u062A\u063A\u0644\u064A\u0641 \u0627\u0644\u062E\u0637 \u0627\u0644\u0630\u0643\u064A",alwaysLineBreak:"\u0627\u0644\u062A\u0641\u0627\u0641 \u062F\u0627\u0626\u0645\u0627",isShowContextMenu:"\u0623\u0636\u0641 \u0635\u0641\u062D\u0629 \u0627\u0644\u0648\u064A\u0628 \u0627\u0644\u0645\u062A\u0631\u062C\u0645\u0629 \u0625\u0644\u0649 \u0639\u0646\u0635\u0631 \u0642\u0627\u0626\u0645\u0629 \u0627\u0644\u0646\u0642\u0631 \u0628\u0632\u0631 \u0627\u0644\u0645\u0627\u0648\u0633 \u0627\u0644\u0623\u064A\u0645\u0646",toggleBeta:"\u062A\u0641\u0639\u064A\u0644 \u0645\u064A\u0632\u0627\u062A \u0627\u0644\u0627\u062E\u062A\u0628\u0627\u0631 \u0627\u0644\u062A\u062C\u0631\u064A\u0628\u064A",betaDescription:"\u062A\u0645\u0643\u064A\u0646 \u0627\u0644\u0645\u064A\u0632\u0627\u062A \u0627\u0644\u062A\u064A \u0644\u0627 \u062A\u0632\u0627\u0644 \u062A\u062C\u0631\u064A\u0628\u064A\u0629\u060C \u0628\u0627\u0644\u0625\u0636\u0627\u0641\u0629 \u0625\u0644\u0649 \u062E\u062F\u0645\u0627\u062A \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0642\u064A\u062F \u0627\u0644\u0627\u062E\u062A\u0628\u0627\u0631. \u0627\u0646\u0636\u0645 \u0625\u0644\u0649<1>\u0645\u062C\u0645\u0648\u0639\u0629 \u0627\u0644\u062A\u0644\u064A\u062C\u0631\u0627\u0645 \u064A\u062A\u0639\u0644\u0645 \u0623\u0643\u062B\u0631.",translationLineBreakSettingDescription:"\u064A\u064F\u0639\u062F \u0627\u0644\u0627\u0644\u062A\u0641\u0627\u0641 \u062F\u0627\u0626\u0645\u064B\u0627 \u0645\u0646\u0627\u0633\u0628\u064B\u0627 \u0644\u0644\u062A\u062E\u0637\u064A\u0637\u0627\u062A \u0630\u0627\u062A \u0627\u0644\u0645\u062D\u062A\u0648\u0649 \u0627\u0644\u0623\u0642\u0644 \u0648\u0627\u0644\u0623\u0643\u062B\u0631 \u062A\u0631\u062A\u064A\u0628\u064B\u0627. (\u0627\u0633\u062A\u062E\u062F\u0645 \u0641\u0648\u0627\u0635\u0644 \u0627\u0644\u0623\u0633\u0637\u0631 \u0627\u0644\u0630\u0643\u064A\u0629 \u0641\u064A \u0627\u0644\u0641\u0642\u0631\u0627\u062A \u0627\u0644\u0637\u0648\u064A\u0644\u0629 \u0627\u0644\u062A\u064A \u062A\u062D\u062A\u0648\u064A \u0639\u0644\u0649 \u0627\u0644\u0643\u062B\u064A\u0631 \u0645\u0646 \u0627\u0644\u0645\u062D\u062A\u0648\u0649 (\u0623\u0643\u062B\u0631 \u0645\u0646{count}\u062D\u0631\u0641) \u0644\u062A\u0648\u0641\u064A\u0631 \u0627\u0644\u0645\u0633\u0627\u062D\u0629)",tempTranslateDomainTitle:"\u0643\u0645 \u0645\u0646 \u0627\u0644\u0648\u0642\u062A \u0644\u062A\u0645\u0643\u064A\u0646 \u062A\u0631\u062C\u0645\u0629 \u0645\u0648\u0642\u0639 \u0627\u0644\u0648\u064A\u0628 \u0645\u0624\u0642\u062A\u064B\u0627",tempTranslateDomainDescription:"\u0639\u0646\u062F \u062A\u0631\u062C\u0645\u0629 \u0635\u0641\u062D\u0629 \u0648\u064A\u0628 \u064A\u062F\u0648\u064A\u064B\u0627\u060C \u0642\u0645 \u0628\u062A\u0634\u063A\u064A\u0644 \u0645\u0648\u0642\u0639 \u0627\u0644\u0648\u064A\u0628 \u0645\u0624\u0642\u062A\u064B\u0627 \u0644\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u062A\u0644\u0642\u0627\u0626\u064A\u0629\u060C \u0648\u064A\u0645\u0643\u0646\u0643 \u0636\u0628\u0637 \u0627\u0644\u0645\u062F\u0629 \u0627\u0644\u0645\u0624\u0642\u062A\u0629.",xMinutes:"{count} \u062F\u0642\u064A\u0642\u0629",disabled:"\u0625\u0628\u0637\u0627\u0644",changelog:"\u062A\u063A\u064A\u064A\u0631 \u0627\u0644\u0633\u062C\u0644",toggleTranslatePageWhenThreeFingersOnTheScreen:"\u0627\u0644\u0645\u0633 \u0627\u0644\u0634\u0627\u0634\u0629 \u0628\u0623\u0635\u0627\u0628\u0639 \u0645\u062A\u0639\u062F\u062F\u0629 \u0641\u064A \u0646\u0641\u0633 \u0627\u0644\u0648\u0642\u062A \u0644\u062A\u0631\u062C\u0645\u0629 \u0635\u0641\u062D\u0629 \u0627\u0644\u0648\u064A\u0628/\u0639\u0631\u0636 \u0627\u0644\u0646\u0635 \u0627\u0644\u0623\u0635\u0644\u064A",toggleTranslationMaskWhenThreeFingersOnTheScreen:"\u0627\u0644\u0645\u0633 \u0639\u062F\u0629 \u0623\u0635\u0627\u0628\u0639 \u0641\u064A \u0646\u0641\u0633 \u0627\u0644\u0648\u0642\u062A \u0644\u0625\u0638\u0647\u0627\u0631/\u0625\u062E\u0641\u0627\u0621 \u062A\u0623\u062B\u064A\u0631 \u0637\u0645\u0633 \u0627\u0644\u062A\u0631\u062C\u0645\u0629",fingerCountToToggleTranslagePageOnlyTranslationWhenTouching:"\u0627\u0644\u0645\u0633 \u0627\u0644\u0634\u0627\u0634\u0629 \u0628\u0623\u0635\u0627\u0628\u0639 \u0645\u062A\u0639\u062F\u062F\u0629 \u0641\u064A \u0646\u0641\u0633 \u0627\u0644\u0648\u0642\u062A \u0644\u062A\u0631\u062C\u0645\u0629 \u0635\u0641\u062D\u0629 \u0627\u0644\u0648\u064A\u0628 (\u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0641\u0642\u0637)/\u0639\u0631\u0636 \u0627\u0644\u0646\u0635 \u0627\u0644\u0623\u0635\u0644\u064A",addUrlDescription:"\u064A\u0645\u0643\u0646 \u0623\u0646 \u064A\u0643\u0648\u0646 \u0627\u0633\u0645 \u0646\u0637\u0627\u0642 \u0648\u064A\u062F\u0639\u0645 \u0623\u062D\u0631\u0641 \u0627\u0644\u0628\u062F\u0644\u060C \u0645\u062B\u0644\uFF1A*.google.com\u060C google.com/mail/*\u060C https://www.google.com/*",general:"\u0627\u0644\u0625\u0639\u062F\u0627\u062F\u0627\u062A \u0627\u0644\u0623\u0633\u0627\u0633\u064A\u0629",clickToExpandConfig:"\u0642\u0645 \u0628\u062A\u0648\u0633\u064A\u0639 \u0627\u0644\u062A\u0643\u0648\u064A\u0646 \u0627\u0644\u062D\u0627\u0644\u064A",import:"\u0627\u0633\u062A\u064A\u0631\u0627\u062F \u0645\u0646 \u0645\u0644\u0641",export:"\u062A\u0635\u062F\u064A\u0631 \u0625\u0644\u0649 \u0645\u0644\u0641",toggleDebug:"\u0637\u0628\u0627\u0639\u0629 \u0633\u062C\u0644\u0627\u062A \u0627\u0644\u062A\u0635\u062D\u064A\u062D \u0639\u0644\u0649 \u0648\u062D\u062F\u0629 \u0627\u0644\u062A\u062D\u0643\u0645","fingers.0":"\u0625\u0646\u0647\u0627\u0621","fingers.2":"\u0644\u0645\u0633\u0629 \u0628\u0625\u0635\u0628\u0639\u064A\u0646","fingers.3":"\u0644\u0645\u0633\u0629 \u0628\u062B\u0644\u0627\u062B\u0629 \u0623\u0635\u0627\u0628\u0639","fingers.4":"\u0644\u0645\u0633\u0629 \u0628\u0623\u0631\u0628\u0639\u0629 \u0623\u0635\u0627\u0628\u0639","fingers.5":"\u0644\u0645\u0633\u0629 \u062E\u0645\u0633\u0629 \u0623\u0635\u0627\u0628\u0639",mouseHoldKey:"+ {key} \u062A\u0631\u062C\u0645\u0629/\u0627\u0633\u062A\u0639\u0627\u062F\u0629 \u0647\u0630\u0647 \u0627\u0644\u0641\u0642\u0631\u0629",mouseHoldKeyAuto:"\u062A\u0631\u062C\u0645\u0629 \u0647\u0630\u0647 \u0627\u0644\u0641\u0642\u0631\u0629 \u0645\u0628\u0627\u0634\u0631\u0629",mouseHoldKeyOff:"\u0644\u0627 \u062A\u0641\u0639\u0644 \u0623\u064A \u0634\u064A\u0621",mouseHoldKeyOther:"\u0645\u0641\u0627\u062A\u064A\u062D \u0627\u0644\u0627\u062E\u062A\u0635\u0627\u0631 \u0627\u0644\u0645\u062E\u0635\u0635\u0629 (\u0627\u0644\u0625\u0639\u062F\u0627\u062F\u0627\u062A \u0627\u0644\u0645\u0641\u062A\u0648\u062D\u0629)",mouseHoldKeyCustomKey:"{key} / \u0627\u0633\u062A\u0639\u0627\u062F\u0629 \u0647\u0630\u0647 \u0627\u0644\u0641\u0642\u0631\u0629",mouseHoverHoldKey:"\u062D\u0631\u0643 \u0627\u0644\u0645\u0627\u0648\u0633 \u0648\u0627\u0636\u063A\u0637 \u0639\u0644\u0649 \u0645\u0641\u062A\u0627\u062D \u0627\u0644\u0627\u062E\u062A\u0635\u0627\u0631 \u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0641\u0642\u0631\u0629","mouse-translate":"\u062A\u0645\u0631\u064A\u0631 \u0627\u0644\u0645\u0627\u0648\u0633",document:"\u0648\u062B\u064A\u0642\u0629",resetSuccess:"\u0625\u0639\u0627\u062F\u0629 \u0636\u0628\u0637 \u062C\u0645\u064A\u0639 \u0627\u0644\u0625\u0639\u062F\u0627\u062F\u0627\u062A \u0628\u0646\u062C\u0627\u062D",resetThisSuccess:"\u062A\u0645\u062A \u0625\u0639\u0627\u062F\u0629 \u0627\u0644\u0636\u0628\u0637 \u0628\u0646\u062C\u0627\u062D",saved:"\u062D\u0641\u0638 \u0628\u0646\u062C\u0627\u062D",successImportConfig:"\u062A\u0645 \u0627\u0633\u062A\u064A\u0631\u0627\u062F \u0627\u0644\u062A\u0643\u0648\u064A\u0646 \u0628\u0646\u062C\u0627\u062D",goAdvancedSettings:"\u0627\u0646\u062A\u0642\u0644 \u0625\u0644\u0649 \u0635\u0641\u062D\u0629 \u0627\u0644\u0625\u0639\u062F\u0627\u062F\u0627\u062A \u0627\u0644\u0645\u062A\u0642\u062F\u0645\u0629",goAdvancedInterfaceSettings:"\u0627\u0646\u062A\u0642\u0644 \u0625\u0644\u0649 \u0635\u0641\u062D\u0629 \u0625\u0639\u062F\u0627\u062F\u0627\u062A \u0627\u0644\u062A\u062E\u0635\u064A\u0635 \u0627\u0644\u0645\u062A\u0642\u062F\u0645\u0629",advanced:"\u0625\u0639\u062F\u0627\u062F\u0627\u062A \u0645\u062A\u0642\u062F\u0645\u0629",advancedDescription:"\u0628\u0634\u0643\u0644 \u0639\u0627\u0645\u060C \u0644\u0627 \u064A\u0644\u0632\u0645 \u0623\u064A \u0625\u0639\u062F\u0627\u062F\u060C \u0641\u0642\u0637 \u0627\u062D\u062A\u0641\u0638 \u0628\u0627\u0644\u0625\u0639\u062F\u0627\u062F \u0627\u0644\u0627\u0641\u062A\u0631\u0627\u0636\u064A. \u0641\u0642\u0637 \u0644\u0644\u0645\u0633\u062A\u062E\u062F\u0645\u064A\u0646 \u0627\u0644\u0623\u0643\u062B\u0631 \u0627\u062D\u062A\u0631\u0627\u0641\u064B\u0627\u060C \u064A\u062A\u0645 \u062A\u0648\u0641\u064A\u0631 \u0625\u0639\u062F\u0627\u062F\u0627\u062A \u0623\u0643\u062B\u0631 \u062A\u062E\u0635\u064A\u0635\u064B\u0627.",developer:"\u0625\u0639\u062F\u0627\u062F\u0627\u062A \u0627\u0644\u0645\u0637\u0648\u0631",donateCafe:"\u0633\u0639\u0631","translate to the bottom of the page":"\u0628\u0639\u062F \u0627\u0644\u062F\u062E\u0648\u0644 \u0625\u0644\u0649 \u0635\u0641\u062D\u0629 \u0627\u0644\u0648\u064A\u0628 \u0647\u0644 \u064A\u062A\u0645 \u062A\u0631\u062C\u0645\u062A\u0647\u0627 \u0645\u0628\u0627\u0634\u0631\u0629 \u0625\u0644\u0649 \u0623\u0633\u0641\u0644 \u0627\u0644\u0635\u0641\u062D\u0629\u061F",feedback:"\u062A\u0639\u0644\u064A\u0642",toggleTranslatePage:"\u062A\u0631\u062C\u0645\u0629 \u0635\u0641\u062D\u0629 \u0627\u0644\u0648\u064A\u0628/\u0625\u0638\u0647\u0627\u0631 \u0627\u0644\u0646\u0635 \u0627\u0644\u0623\u0635\u0644\u064A",translateToThePageEndImmediatelyDescription:"\u0639\u0646\u062F \u062A\u0634\u063A\u064A\u0644\u0647\u060C \u0633\u064A\u0624\u062F\u064A \u0627\u0644\u062F\u062E\u0648\u0644 \u0625\u0644\u0649 \u0635\u0641\u062D\u0629 \u0648\u064A\u0628 \u0625\u0644\u0649 \u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0645\u062D\u062A\u0648\u0649 \u0639\u0644\u0649 \u0627\u0644\u0641\u0648\u0631 \u0645\u0646 \u0623\u0639\u0644\u0649 \u0625\u0644\u0649 \u0623\u0633\u0641\u0644. \u0625\u0630\u0627 \u062A\u0645 \u0625\u064A\u0642\u0627\u0641\u0647\u060C \u064A\u0645\u0643\u0646\u0643 \u0627\u0644\u0642\u0631\u0627\u0621\u0629 \u0648\u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0641\u064A \u0646\u0641\u0633 \u0627\u0644\u0648\u0642\u062A. (\u0644\u0627 \u064A\u0646\u0635\u062D \u0628\u062A\u0634\u063A\u064A\u0644\u0647)","translate all areas of the page":"\u0645\u0627 \u0625\u0630\u0627 \u0643\u0627\u0646 \u0633\u064A\u062A\u0645 \u062A\u0631\u062C\u0645\u0629 \u062C\u0645\u064A\u0639 \u0645\u0646\u0627\u0637\u0642 \u0635\u0641\u062D\u0629 \u0627\u0644\u0648\u064A\u0628",translationAreaDescription:"\u0639\u0646\u062F \u062A\u0634\u063A\u064A\u0644\u0647\u060C \u0633\u062A\u062A\u0645 \u062A\u0631\u062C\u0645\u0629 \u062C\u0645\u064A\u0639 \u0645\u0646\u0627\u0637\u0642 \u0635\u0641\u062D\u0629 \u0627\u0644\u0648\u064A\u0628 \u0628\u0623\u0643\u0645\u0644\u0647\u0627. \u0625\u0630\u0627 \u062A\u0645 \u0625\u064A\u0642\u0627\u0641 \u062A\u0634\u063A\u064A\u0644\u0647\u060C \u0641\u0633\u064A\u062A\u0645 \u0627\u0633\u062A\u062E\u062F\u0627\u0645 \u0627\u0644\u062A\u0639\u0631\u0641 \u0627\u0644\u0630\u0643\u064A \u0627\u0644\u0627\u0641\u062A\u0631\u0627\u0636\u064A \u0648\u0633\u062A\u062A\u0645 \u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0645\u0646\u0637\u0642\u0629 \u0627\u0644\u0631\u0626\u064A\u0633\u064A\u0629 \u0641\u0642\u0637. (\u0644\u0627 \u064A\u0646\u0635\u062D \u0628\u062A\u0634\u063A\u064A\u0644\u0647)","the number of characters to be translated first":"\u0642\u0645 \u0628\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0623\u062D\u0631\u0641 \u0627\u0644\u0642\u0644\u064A\u0644\u0629 \u0627\u0644\u0623\u0648\u0644\u0649 \u0645\u0646 \u0627\u0644\u0635\u0641\u062D\u0629 \u0645\u0628\u0627\u0634\u0631\u0629 \u062F\u0648\u0646 \u0627\u0646\u062A\u0638\u0627\u0631 \u0627\u0644\u062A\u0645\u0631\u064A\u0631 \u0625\u0644\u0649 \u0627\u0644\u0645\u0646\u0637\u0642\u0629 \u0627\u0644\u0645\u0631\u0626\u064A\u0629","interface language":"\u0644\u063A\u0629 \u0627\u0644\u0648\u0627\u062C\u0647\u0629","display both the original text and the translation":"\u0639\u0631\u0636 \u0627\u0644\u0646\u0635 \u0627\u0644\u0623\u0635\u0644\u064A \u0648\u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0641\u064A \u0648\u0642\u062A \u0648\u0627\u062D\u062F","keyboard shortcuts":"\u0627\u062E\u062A\u0635\u0627\u0631\u0627\u062A \u0644\u0648\u062D\u0629 \u0627\u0644\u0645\u0641\u0627\u062A\u064A\u062D",modify:"\u062A\u0639\u062F\u064A\u0644 \u0645\u0641\u0627\u062A\u064A\u062D \u0627\u0644\u0627\u062E\u062A\u0635\u0627\u0631",reset:"\u0625\u0639\u0627\u062F\u0629 \u0636\u0628\u0637",close:"\u0625\u0646\u0647\u0627\u0621",homepage:"\u0627\u0644\u0635\u0641\u062D\u0629 \u0627\u0644\u0631\u0626\u064A\u0633\u064A\u0629",more:"\u0623\u0643\u062B\u0631",moreOptions:"\u0642\u0645 \u0628\u062A\u0648\u0633\u064A\u0639 \u0627\u0644\u0645\u0632\u064A\u062F \u0645\u0646 \u062E\u064A\u0627\u0631\u0627\u062A \u0627\u0644\u062A\u062E\u0635\u064A\u0635",translateTheWholePage:"\u062A\u0631\u062C\u0645\u0629 \u062C\u0645\u064A\u0639 \u0645\u0646\u0627\u0637\u0642 \u0627\u0644\u0635\u0641\u062D\u0629 (\u062A\u062E\u062A\u0644\u0641 \u0639\u0646 \u0627\u0644\u0645\u0646\u0627\u0637\u0642 \u0627\u0644\u0631\u0626\u064A\u0633\u064A\u0629 \u0644\u0644\u062A\u0639\u0631\u0641 \u0627\u0644\u0630\u0643\u064A)",changeToTranslateTheWholePage:"\u0627\u0644\u062A\u0628\u062F\u064A\u0644 \u0644\u062A\u0631\u062C\u0645\u0629 \u0643\u0627\u0641\u0629 \u0627\u0644\u0645\u062C\u0627\u0644\u0627\u062A",changeToTranslateTheMainPage:"\u0642\u0645 \u0628\u0627\u0644\u062A\u0628\u062F\u064A\u0644 \u0625\u0644\u0649 \u0645\u0646\u0637\u0642\u0629 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0631\u0626\u064A\u0633\u064A\u0629",changeToOnlyTranslationMode:"\u0642\u0645 \u0628\u0627\u0644\u062A\u0628\u062F\u064A\u0644 \u0625\u0644\u0649 \u0625\u0638\u0647\u0627\u0631 \u0627\u0644\u062A\u0631\u062C\u0645\u0627\u062A \u0641\u0642\u0637",changeToDualTranslationMode:"\u0627\u0644\u062A\u0628\u062F\u064A\u0644 \u0625\u0644\u0649 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u062B\u0646\u0627\u0626\u064A\u0629 \u0627\u0644\u0644\u063A\u0629",translateToThePageEndImmediately:"\u062A\u0631\u062C\u0645 \u0639\u0644\u0649 \u0627\u0644\u0641\u0648\u0631 \u0625\u0644\u0649 \u0623\u0633\u0641\u0644 \u0627\u0644\u0635\u0641\u062D\u0629",translateTheMainPage:"\u0627\u0644\u0645\u062C\u0627\u0644\u0627\u062A \u0627\u0644\u0631\u0626\u064A\u0633\u064A\u0629 \u0644\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0630\u0643\u064A\u0629","The local rules are up to date":"\u0642\u0648\u0627\u0639\u062F \u0627\u0644\u062A\u0643\u064A\u0641 \u0627\u0644\u0645\u062D\u0644\u064A\u0629 \u0645\u062D\u062F\u062B\u0629:","Successfully synchronized with the latest official rules:":"\u062A\u0645\u062A \u0645\u0632\u0627\u0645\u0646\u0629 \u0623\u062D\u062F\u062B \u0642\u0648\u0627\u0639\u062F \u0627\u0644\u062A\u0643\u064A\u0641 \u0627\u0644\u0631\u0633\u0645\u064A\u0629 \u0628\u0646\u062C\u0627\u062D:","Checking for updates":"\u0627\u0644\u0628\u062D\u062B \u0639\u0646 \u062A\u062D\u062F\u064A\u062B\u0627\u062A","Rules are being synchronized":"\u0645\u0632\u0627\u0645\u0646\u0629 \u0642\u0648\u0627\u0639\u062F \u0627\u0644\u062A\u0643\u064A\u0641",localVersionIsTooOld:"\u0625\u0635\u062F\u0627\u0631 \u0627\u0644\u0645\u0644\u062D\u0642 \u0627\u0644\u0645\u062D\u0644\u064A \u0642\u062F\u064A\u0645 \u062C\u062F\u064B\u0627. \u064A\u0631\u062C\u0649 \u0627\u0644\u062A\u0631\u0642\u064A\u0629 \u0625\u0644\u0649 \u0627\u0644\u0645\u0644\u062D\u0642 {minVersion} \u0623\u0648 \u0625\u0635\u062F\u0627\u0631 \u0623\u062D\u062F\u062B \u0648\u0645\u062D\u0627\u0648\u0644\u0629 \u0627\u0644\u0645\u0632\u0627\u0645\u0646\u0629 \u0645\u0631\u0629 \u0623\u062E\u0631\u0649.",badUserscriptBrowser:"\u0627\u0644\u0645\u062A\u0635\u0641\u062D \u0627\u0644\u062D\u0627\u0644\u064A \u0644\u0627 \u064A\u0637\u0628\u0642 \u0648\u0627\u062C\u0647\u0629 \u0645\u0644\u062D\u0642 Grease Monkey \u0628\u0634\u0643\u0644 \u0635\u062D\u064A\u062D (\u0645\u062B\u0644 \u0627\u0644\u062D\u0635\u0648\u0644 \u0639\u0644\u0649 \u0645\u0639\u0644\u0648\u0645\u0627\u062A \u0631\u0642\u0645 \u0627\u0644\u0625\u0635\u062F\u0627\u0631 \u0644\u0644\u0628\u0631\u0646\u0627\u0645\u062C \u0627\u0644\u0646\u0635\u064A Grease Monkey \u0646\u0641\u0633\u0647)\u060C \u064A\u0631\u062C\u0649 \u0627\u0633\u062A\u062E\u062F\u0627\u0645 \u0645\u0644\u062D\u0642\u0627\u062A \u062F\u0639\u0645 \u0623\u062E\u0631\u0649 <1> Grease Monkey \u0645\u062A\u0635\u0641\u062D\u0627\u062A \u0645\u062B\u0644 \u0641\u0627\u064A\u0631\u0641\u0648\u0643\u0633",foundNewVersion:"\u062A\u0645 \u0627\u0644\u0639\u062B\u0648\u0631 \u0639\u0644\u0649 \u0646\u0633\u062E\u0629 \u062C\u062F\u064A\u062F\u0629",theLocalExtensionIsUpToUpdate:"\u0627\u0644\u0627\u0645\u062A\u062F\u0627\u062F \u0627\u0644\u062D\u0627\u0644\u064A \u0647\u0648 \u0623\u062D\u062F\u062B \u0625\u0635\u062F\u0627\u0631.",failToSyncRules:"\u0641\u0634\u0644\u062A \u0645\u0632\u0627\u0645\u0646\u0629 \u0623\u062D\u062F\u062B \u0642\u0648\u0627\u0639\u062F \u0627\u0644\u062A\u0643\u064A\u0641",retry:"\u0627\u0636\u063A\u0637 \u0647\u0646\u0627 \u0644\u0644\u0645\u062D\u0627\u0648\u0644\u0629 \u0645\u0631\u0629 \u0623\u062E\u0631\u0649",failedReason:"\u0633\u0628\u0628 \u0627\u0644\u0641\u0634\u0644",currentRuleVersion:"\u0646\u0633\u062E\u0629 \u0627\u0644\u0642\u0627\u0639\u062F\u0629 \u0627\u0644\u062D\u0627\u0644\u064A\u0629",calculating:"\u062D\u0633\u0627\u0628",unknownError:"\u062E\u0637\u0623 \u063A\u064A\u0631 \u0645\u0639\u0631\u0648\u0641",canNotFetchRemoteRule:"\u063A\u064A\u0631 \u0642\u0627\u062F\u0631 \u0639\u0644\u0649 \u0627\u0644\u062D\u0635\u0648\u0644 \u0639\u0644\u0649 \u0627\u0644\u0642\u0648\u0627\u0639\u062F \u0627\u0644\u0628\u0639\u064A\u062F\u0629",enableAlphaSuccess:"\u062A\u0645 \u062A\u0634\u063A\u064A\u0644 \u0648\u0638\u064A\u0641\u0629 \u0623\u0644\u0641\u0627",disableAlphaSuccess:"\u062A\u0645 \u0625\u064A\u0642\u0627\u0641 \u0645\u064A\u0632\u0629 \u0623\u0644\u0641\u0627",cacheSize:"\u062D\u062C\u0645 \u0630\u0627\u0643\u0631\u0629 \u0627\u0644\u062A\u062E\u0632\u064A\u0646 \u0627\u0644\u0645\u0624\u0642\u062A\uFF1A",cleaning:"\u062A\u0646\u0638\u064A\u0641",cleanCache:"\u0645\u0633\u062D \u0630\u0627\u0643\u0631\u0629 \u0627\u0644\u062A\u062E\u0632\u064A\u0646 \u0627\u0644\u0645\u0624\u0642\u062A",options:"\u064A\u062B\u0628\u062A",about:"\u0639\u0646",service:"\u062E\u062F\u0645\u0629 \u0627\u0644\u062A\u0631\u062C\u0645\u0629",needAction:"(\u0627\u0630\u0647\u0628 \u0644\u0644\u0627\u0639\u062F\u0627\u062F\u0627\u062A)",goSettings:"\u0627\u0630\u0647\u0628 \u0644\u0644\u0627\u0639\u062F\u0627\u062F\u0627\u062A",needActionForOptions:"(\u062A\u062D\u062A\u0627\u062C \u0625\u0644\u0649 \u062A\u0639\u064A\u064A\u0646)",translationEngine:"\u062E\u064A\u0627\u0631\u0627\u062A \u0627\u0644\u0645\u062D\u0631\u0643",sourceLanguage:"\u0627\u0644\u0644\u063A\u0629 \u0627\u0644\u0623\u0635\u0644\u064A\u0629",target:"\u0627\u0644\u0644\u063A\u0629 \u0627\u0644\u0645\u0633\u062A\u0647\u062F\u0641\u0629",popupSourceLanguage:"\u0627\u0644\u0644\u063A\u0629 \u0627\u0644\u0623\u0635\u0644\u064A\u0629",popupTarget:"\u0627\u0644\u0644\u063A\u0629 \u0627\u0644\u0645\u0633\u062A\u0647\u062F\u0641\u0629",popupService:"\u062E\u062F\u0645\u0629 \u0627\u0644\u062A\u0631\u062C\u0645\u0629",forThisSite:"\u0627\u0644\u0645\u0648\u0642\u0639 \u0627\u0644\u062D\u0627\u0644\u064A",autoEnableSubtitle:"\u0642\u0645 \u0628\u062A\u0634\u063A\u064A\u0644 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u062B\u0646\u0627\u0626\u064A\u0629 \u0627\u0644\u0644\u063A\u0629 \u062A\u0644\u0642\u0627\u0626\u064A\u064B\u0627",alwaysTranslate:"\u062A\u0631\u062C\u0645 \u062F\u0627\u0626\u0645\u0627 ",neverTranslate:"\u0644\u0627 \u062A\u062A\u0631\u062C\u0645 \u0623\u0628\u062F\u064B\u0627 ",alwaysTranslateSomeLanguage:"\u062A\u0631\u062C\u0645 \u062F\u0627\u0626\u0645\u0627 {language}",neverTranslateSomeLanguage:"\u0644\u0627 \u062A\u062A\u0631\u062C\u0645 \u0623\u0628\u062F\u064B\u0627 {language}",alwaysTranslateSomeSite:"\u062A\u0631\u062C\u0645 \u062F\u0627\u0626\u0645\u0627 {hostname}",neverTranslateSomeSite:"\u0644\u0627 \u062A\u062A\u0631\u062C\u0645 \u0623\u0628\u062F\u064B\u0627 {hostname}",alwaysTranslateSomeSiteOrWildSite:"\u0642\u0645 \u0628\u062A\u0631\u062C\u0645\u0629 \u0647\u0630\u0627 \u0627\u0644\u0645\u0648\u0642\u0639 \u062F\u0627\u0626\u0645\u064B\u0627",alwaysTranslateSomePage:"\u0642\u0645 \u0628\u062A\u0631\u062C\u0645\u0629 \u0647\u0630\u0647 \u0627\u0644\u0635\u0641\u062D\u0629 \u062F\u0627\u0626\u0645\u064B\u0627",add:"\u0627\u0636\u0641 \u0625\u0644\u064A\u0647",default:"\u062A\u0642\u0635\u064A\u0631",forThisLanguage:"\u0644\u0647\u0630\u0647 \u0627\u0644\u0644\u063A\u0629\uFF1A","add url":"\u0625\u062F\u062E\u0627\u0644 \u0639\u0646\u0648\u0627\u0646 \u0627\u0644\u0645\u0648\u0642\u0639",edit:"\u064A\u062D\u0631\u0631","translate other languages into specific language":"\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0644\u063A\u0627\u062A \u0627\u0644\u0623\u062E\u0631\u0649 \u0625\u0644\u0649 \u0627\u0644\u0644\u063A\u0629 \u0627\u0644\u062A\u064A \u062A\u062D\u062F\u062F\u0647\u0627","select translation service":"\u0627\u062E\u062A\u0631 \u062E\u062F\u0645\u0629 \u0627\u0644\u062A\u0631\u062C\u0645\u0629",language:"\u0644\u063A\u0629","show-original":"\u0625\u0638\u0647\u0627\u0631 \u0627\u0644\u0646\u0635 \u0627\u0644\u0623\u0635\u0644\u064A",translate:"\u064A\u062A\u0631\u062C\u0645",Translated:"\u0645\u062A\u0631\u062C\u0645",Translating:"\u062C\u0627\u0631 \u0627\u0644\u062A\u0631\u062C\u0645\u0629",Error:"\u062E\u0637\u0623",allowCacheTranslations:"\u062A\u0645\u0643\u064A\u0646 \u0627\u0644\u062A\u062E\u0632\u064A\u0646 \u0627\u0644\u0645\u0624\u0642\u062A \u0644\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0645\u062D\u0644\u064A\u0629 (\u0644\u062A\u0642\u0644\u064A\u0644 \u0637\u0644\u0628\u0627\u062A \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0644\u0644\u0641\u0642\u0631\u0627\u062A \u0627\u0644\u0645\u0643\u0631\u0631\u0629)","translation display":"\u0623\u0633\u0644\u0648\u0628 \u0639\u0631\u0636 \u0627\u0644\u062A\u0631\u062C\u0645\u0629","select diplay style":"\u062A\u0645\u064A\u064A\u0632 \u0623\u0633\u0644\u0648\u0628 \u0627\u0644\u062A\u0631\u062C\u0645\u0629\u060C \u064A\u0631\u062C\u0649 \u0627\u0644\u0631\u062C\u0648\u0639 \u0625\u0644\u0649 \u0627\u0644\u0623\u0645\u062B\u0644\u0629 \u0627\u0644\u062A\u0627\u0644\u064A\u0629 \u0644\u0645\u0632\u064A\u062F \u0645\u0646 \u0627\u0644\u062A\u0641\u0627\u0635\u064A\u0644:",interface:"\u0625\u0639\u062F\u0627\u062F\u0627\u062A \u0627\u0644\u0648\u0627\u062C\u0647\u0629",import_export:"\u0627\u0633\u062A\u064A\u0631\u0627\u062F \u0648\u062A\u0635\u062F\u064A\u0631",import_export_title:"\u062A\u0643\u0648\u064A\u0646 \u0627\u0644\u0627\u0633\u062A\u064A\u0631\u0627\u062F/\u0627\u0644\u062A\u0635\u062F\u064A\u0631",syncToGoogleDrive:"\u0627\u0644\u0645\u0632\u0627\u0645\u0646\u0629 \u0645\u0639 Google Drive \u0627\u0644\u0622\u0646",floatBallOptions:"\u0625\u0639\u062F\u0627\u062F\u0627\u062A \u0627\u0644\u0643\u0631\u0629 \u0627\u0644\u0645\u0639\u0644\u0642\u0629","floatBallOptions.enable":"\u062A\u0645\u0643\u064A\u0646 \u0627\u0644\u0643\u0631\u0629 \u0627\u0644\u0639\u0627\u0626\u0645\u0629","floatBallOptions.blockUrls":"\u062A\u0639\u0637\u064A\u0644 \u0645\u0648\u0642\u0639 \u0627\u0644\u0648\u064A\u0628","floatBallOptions.add":"\u0627\u0636\u0641 \u0625\u0644\u064A\u0647","floatBallOptions.blockUrlDesc":"\u0644\u0646 \u064A\u062A\u0645 \u0639\u0631\u0636 \u0627\u0644\u0643\u0631\u0629 \u0627\u0644\u0639\u0627\u0626\u0645\u0629 \u0639\u0646\u062F \u0645\u0648\u0627\u062C\u0647\u0629 \u0627\u0644\u0645\u0648\u0627\u0642\u0639 \u0627\u0644\u062A\u0627\u0644\u064A\u0629","floatBallOptions.clickType":"\u0627\u0646\u0642\u0631 \u0641\u0648\u0642 \u0627\u0644\u0633\u0644\u0648\u0643","floatBallOptions.clickTypeDesc":"\u0633\u0644\u0648\u0643 \u0623\u064A\u0642\u0648\u0646\u0629 \u0627\u0644\u0643\u0631\u0629 \u0627\u0644\u0639\u0627\u0626\u0645\u0629 \u0639\u0646\u062F \u0627\u0644\u0646\u0642\u0631 \u0639\u0644\u064A\u0647\u0627","floatBallOptions.clickPopup":"\u0625\u0638\u0647\u0627\u0631 \u0644\u0648\u062D\u0629 \u0627\u0644\u062A\u0631\u062C\u0645\u0629","floatBallOptions.clickTranslate":"\u062A\u0631\u062C\u0645\u0629/\u0625\u0638\u0647\u0627\u0631 \u0627\u0644\u0646\u0635 \u0627\u0644\u0623\u0635\u0644\u064A","floatBallOptions.fixedPosition":"\u56FA\u5B9A\u4F4D\u7F6E","floatBallOptions.fixedPositionDesc":"\u60AC\u6D6E\u7403\u5728\u7A97\u53E3\u5DE6\u4FA7\u8FD8\u662F\u53F3\u4FA7","floatBallOptions.fixedPositionLeft":"\u5DE6\u4FA7","floatBallOptions.fixedPositionRight":"\u53F3\u4FA7",previewAllThemes:"\u0645\u0639\u0627\u064A\u0646\u0629 \u0643\u0627\u0641\u0629 \u0627\u0644\u0623\u0646\u0645\u0627\u0637","translationTheme.none":"\u0644\u0627 \u0623\u062D\u062F","translationTheme.grey":"\u0627\u0644\u0631\u0645\u0627\u062F\u064A \u0627\u0644\u062F\u0627\u0643\u0646","translationTheme.dashed":"\u062A\u0633\u0637\u064A\u0631 \u0645\u062A\u0642\u0637\u0639","translationTheme.dotted":"\u062A\u0633\u0637\u064A\u0631 \u0645\u0646\u0642\u0637","translationTheme.dashedBorder":"\u0627\u0644\u062D\u062F\u0648\u062F \u0627\u0644\u0645\u062A\u0642\u0637\u0639\u0629","translationTheme.solidBorder":"\u0627\u0644\u062D\u062F\u0648\u062F \u0627\u0644\u0635\u0644\u0628\u0629","translationTheme.underline":"\u062A\u0633\u0637\u064A\u0631 \u0645\u0633\u062A\u0642\u064A\u0645","translationTheme.mask":"\u062A\u0623\u062B\u064A\u0631 \u0637\u0645\u0633 (\u0648\u0636\u0639 \u0627\u0644\u062A\u0639\u0644\u0645)","translationTheme.opacity":"\u062A\u0623\u062B\u064A\u0631 \u0627\u0644\u0634\u0641\u0627\u0641\u064A\u0629","translationTheme.paper":"\u062A\u0623\u062B\u064A\u0631 \u0627\u0644\u0638\u0644 \u0648\u0631\u0642\u0629 \u0628\u064A\u0636\u0627\u0621","translationTheme.dividingLine":"\u062E\u0637 \u0627\u0644\u062A\u0642\u0633\u064A\u0645","translationTheme.highlight":"\u062A\u0633\u0644\u064A\u0637 \u0627\u0644\u0636\u0648\u0621","translationTheme.marker":"\u0639\u0644\u0627\u0645\u0629","translationTheme.marker2":"\u0639\u0644\u0627\u0645\u0629 2","translationTheme.blockquote":"\u0627\u0644\u0646\u0645\u0637 \u0627\u0644\u0645\u0631\u062C\u0639\u064A","translationTheme.weakening":"\u064A\u0636\u0639\u0641","translationTheme.italic":"\u0645\u0627\u0626\u0644","translationTheme.bold":"\u0639\u0631\u064A\u0636","translationTheme.thinDashed":"\u062A\u0633\u0637\u064A\u0631 \u0645\u062A\u0642\u0637\u0639 \u0631\u0641\u064A\u0639","translationTheme.nativeDashed":"\u064A\u0623\u062A\u064A \u0627\u0644\u0646\u0638\u0627\u0645 \u0645\u0639 \u062A\u0633\u0637\u064A\u0631 \u0645\u0646\u0642\u0637","translationTheme.nativeDotted":"\u064A\u0623\u062A\u064A \u0627\u0644\u0646\u0638\u0627\u0645 \u0645\u0639 \u062A\u0633\u0637\u064A\u0631 \u0645\u0646\u0642\u0637","translationTheme.nativeUnderline":"\u0627\u0644\u0646\u0638\u0627\u0645 \u064A\u0623\u062A\u064A \u0645\u0639 \u062A\u0633\u0637\u064A\u0631 \u0645\u0633\u062A\u0642\u064A\u0645","translationTheme.wavy":"\u062E\u0637\u0648\u0637 \u0645\u062A\u0645\u0648\u062C\u0629","translationServices.custom":"\u0648\u0627\u062C\u0647\u0629 \u0628\u0631\u0645\u062C\u0629 \u0627\u0644\u062A\u0637\u0628\u064A\u0642\u0627\u062A \u0627\u0644\u0645\u062E\u0635\u0635\u0629","translationServices.tencent":"\u0645\u062A\u0631\u062C\u0645 \u062A\u064A\u0646\u0633\u0646\u062A","translationServices.tenAlpha":"\u0645\u062A\u0631\u062C\u0645 \u062A\u064A\u0646\u0633\u0646\u062A (\u0623\u0644\u0641\u0627)","translationServices.google":"\u062C\u0648\u062C\u0644 \u0627\u0644\u0645\u062A\u0631\u062C\u0645","translationServices.bai":"\u0628\u0627\u064A\u062F\u0648 (\u0623\u0644\u0641\u0627)","translationServices.baidu":"\u0645\u062A\u0631\u062C\u0645 \u0628\u0627\u064A\u062F\u0648","translationServices.aliyun":"\u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0633\u062D\u0627\u0628\u064A\u0629 \u0639\u0644\u0649 \u0628\u0627\u0628\u0627","translationServices.volc":"\u062A\u0631\u062C\u0645\u0629 \u0628\u0631\u0643\u0627\u0646","translationServices.deeplx":"DeepLX (\u0628\u064A\u062A\u0627)","translationServices.bing":"\u0645\u062A\u0631\u062C\u0645 \u0645\u0627\u064A\u0643\u0631\u0648\u0633\u0648\u0641\u062A","translationServices.deepl":"\u062F\u064A\u0628 \u0625\u0644","translationServices.wechat":"\u062A\u0631\u062C\u0645\u0629 \u0648\u064A \u0634\u0627\u062A","translationServices.azure":"\u062A\u0631\u062C\u0645\u0629 \u0623\u0632\u0648\u0631","translationServices.ibm":"\u0622\u064A \u0628\u064A \u0625\u0645 \u0648\u0627\u062A\u0633\u0648\u0646","translationServices.aws":"\u062A\u0631\u062C\u0645\u0629 \u0623\u0645\u0627\u0632\u0648\u0646","translationServices.mock":"\u062A\u0631\u062C\u0645\u0629 \u0645\u062D\u0627\u0643\u0627\u0629","translationServices.mock2":"\u062A\u0631\u062C\u0645\u0629 \u0645\u062D\u0627\u0643\u0627\u0629 2","translationServices.caiyun":"\u0643\u0627\u064A\u0648\u0646 \u0634\u064A\u0627\u0648\u064A\u0649","translationServices.cai":"\u0643\u0627\u064A\u0648\u0646 \u0634\u064A\u0627\u0648\u064A\u0649 (\u0623\u0644\u0641\u0627)","translationServices.volcAlpha":"\u0628\u0631\u0643\u0627\u0646 (\u0623\u0644\u0641\u0627)","translationServices.openl":"\u0623\u0648\u0628\u0646 \u0625\u0644","translationServices.youdao":"\u062A\u0631\u062C\u0645\u0629 \u064A\u0648\u062F\u0627\u0648","translationServices.you":"\u062A\u0631\u062C\u0645\u0629 \u064A\u0648\u062F\u0627\u0648 (\u0623\u0644\u0641\u0627)","translationServices.transmart":"\u062A\u064A\u0646\u0633\u0646\u062A \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u062A\u0641\u0627\u0639\u0644\u064A\u0629","translationServices.niu":"\u062A\u0631\u062C\u0645\u0629 \u0645\u0627\u0641\u0631\u064A\u0643\u0633","translationServices.papago":"\u062A\u0631\u062C\u0645\u0629 \u0628\u0627\u0628\u0627\u062C\u0648","translationServices.d":"\u062F (\u0623\u0644\u0641\u0627)","translationServices.dpro":"\u062F\u064A \u0628\u0631\u0648 (\u0643\u0646\u0627\u0631\u064A)","translationServices.openai":"OpenAI","translationServices.yandex":"Yandex","translationServices.chatgpt":"ChatGPT Web (3.5 \u062C\u0648\u0627\u0644)","translate title":"\u062A\u0631\u062C\u0645\u0629 \u0639\u0646\u0648\u0627\u0646 \u0627\u0644\u0635\u0641\u062D\u0629","always languages":"\u0627\u0644\u0644\u063A\u0629 \u0627\u0644\u0645\u062A\u0631\u062C\u0645\u0629 \u062F\u0627\u0626\u0645\u0627",neverTranslateLanguagesLabel:"\u0627\u0644\u0644\u063A\u0627\u062A \u0627\u0644\u062A\u064A \u0644\u0627 \u062A\u062A\u0631\u062C\u0645 \u0623\u0628\u062F\u0627",neverTranslateTheFollowingLanguagesDescription:"\u0633\u064A\u062A\u0645 \u062A\u062E\u0637\u064A \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0639\u0646\u062F\u0645\u0627 \u062A\u0643\u0648\u0646 \u0641\u0642\u0631\u0629 \u0641\u064A \u0627\u0644\u0635\u0641\u062D\u0629 \u0628\u0627\u0644\u0644\u063A\u0627\u062A \u0627\u0644\u062A\u0627\u0644\u064A\u0629",enableUserscriptPagePopup:"\u0625\u0638\u0647\u0627\u0631 \u0627\u0644\u0643\u0631\u0629 \u0627\u0644\u0639\u0627\u0626\u0645\u0629 \u0639\u0644\u0649 \u0627\u0644\u0635\u0641\u062D\u0629",enableUserscriptPagePopupDescription:"\u0628\u0639\u062F \u0625\u063A\u0644\u0627\u0642 \u0627\u0644\u0643\u0631\u0629 \u0627\u0644\u0639\u0627\u0626\u0645\u0629\u060C \u064A\u0645\u0643\u0646\u0643 \u0627\u0633\u062A\u062E\u062F\u0627\u0645 \u0645\u0641\u062A\u0627\u062D \u0627\u0644\u0627\u062E\u062A\u0635\u0627\u0631 /{touch}\u0644\u0625\u064A\u0642\u0627\u0638\u0647\u0627. \u0644\u0645\u0646\u0639 \u0627\u0644\u0639\u062B\u0648\u0631 \u0639\u0644\u0649 \u0627\u0644\u0643\u0631\u0629 \u0627\u0644\u0639\u0627\u0626\u0645\u0629 \u0628\u0639\u062F \u0625\u064A\u0642\u0627\u0641 \u062A\u0634\u063A\u064A\u0644 \u0647\u0630\u0627 \u0627\u0644\u062E\u064A\u0627\u0631 \u0639\u0646 \u0637\u0631\u064A\u0642 \u0627\u0644\u062E\u0637\u0623\u060C \u064A\u0648\u0635\u0649 \u0628\u0634\u062F\u0629 \u0628\u0648\u0636\u0639 \u0625\u0634\u0627\u0631\u0629 \u0645\u0631\u062C\u0639\u064A\u0629 \u0639\u0644\u0649 \u0635\u0641\u062D\u0629 \u0627\u0644\u0625\u0639\u062F\u0627\u062F\u0627\u062A \u0647\u0630\u0647.","always translate the following languages":"\u0639\u0646\u062F\u0645\u0627 \u062A\u0643\u0648\u0646 \u0644\u063A\u0629 \u0627\u0644\u0635\u0641\u062D\u0629 \u0628\u0627\u0644\u0644\u063A\u0627\u062A \u0627\u0644\u062A\u0627\u0644\u064A\u0629\u060C \u0633\u062A\u062A\u0645 \u062A\u0631\u062C\u0645\u062A\u0647\u0627 \u062A\u0644\u0642\u0627\u0626\u064A\u064B\u0627 \u0625\u0644\u0649 \u0627\u0644\u0644\u063A\u0629 \u0627\u0644\u0645\u0633\u062A\u0647\u062F\u0641\u0629","always sites":"\u0639\u0646\u0627\u0648\u064A\u0646 URL \u0627\u0644\u0645\u062A\u0631\u062C\u0645\u0629 \u062F\u0627\u0626\u0645\u064B\u0627","always translate the following sites":"\u0639\u0646\u062F\u0645\u0627 \u064A\u0643\u0648\u0646 \u0645\u0648\u0642\u0639 \u0627\u0644\u0648\u064A\u0628 \u0628\u0627\u0633\u0645 \u0627\u0644\u0646\u0637\u0627\u0642 \u0627\u0644\u062A\u0627\u0644\u064A\u060C \u0633\u062A\u062A\u0645 \u062A\u0631\u062C\u0645\u062A\u0647 \u062A\u0644\u0642\u0627\u0626\u064A\u064B\u0627 \u0625\u0644\u0649 \u0627\u0644\u0644\u063A\u0629 \u0627\u0644\u0647\u062F\u0641","never sites":"\u0639\u0646\u0627\u0648\u064A\u0646 URL \u0627\u0644\u062A\u064A \u0644\u0646 \u062A\u062A\u0645 \u062A\u0631\u062C\u0645\u062A\u0647\u0627 \u0623\u0628\u062F\u064B\u0627","never translate the following sites":"\u0644\u0646 \u064A\u062A\u0645 \u062A\u0646\u0641\u064A\u0630 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0639\u0646\u062F\u0645\u0627 \u064A\u0643\u0648\u0646 \u0645\u0648\u0642\u0639 \u0627\u0644\u0648\u064A\u0628 \u064A\u062D\u0645\u0644 \u0627\u0633\u0645 \u0627\u0644\u0646\u0637\u0627\u0642 \u0627\u0644\u062A\u0627\u0644\u064A","please refer to":"\u064A\u062C\u0628 \u0639\u0644\u064A\u0643 \u062A\u0639\u0628\u0626\u0629 \u0627\u0644\u0645\u0641\u062A\u0627\u062D \u0642\u0628\u0644 \u0627\u0633\u062A\u062E\u062F\u0627\u0645\u0647\u060C \u0644\u0645\u0632\u064A\u062F \u0645\u0646 \u0627\u0644\u062A\u0641\u0627\u0635\u064A\u0644 \u064A\u0631\u062C\u0649 \u0627\u0644\u0631\u062C\u0648\u0639 \u0625\u0644\u0649",KeyAndConfigurationTutorial:'"\u0627\u0644\u0628\u0631\u0646\u0627\u0645\u062C \u0627\u0644\u062A\u0639\u0644\u064A\u0645\u064A \u0644\u0644\u062A\u0637\u0628\u064A\u0642 \u0648\u0627\u0644\u062A\u0643\u0648\u064A\u0646 \u0627\u0644\u0631\u0626\u064A\u0633\u064A"',useAboveStyleForTheseSites:"\u0639\u0646\u062F\u0645\u0627 \u064A\u0643\u0648\u0646 \u0645\u0648\u0642\u0639 \u0627\u0644\u0648\u064A\u0628 \u0647\u0648 \u0627\u0633\u0645 \u0627\u0644\u0646\u0637\u0627\u0642 \u0627\u0644\u062A\u0627\u0644\u064A\u060C \u0627\u0633\u062A\u062E\u062F\u0645 \u062F\u0627\u0626\u0645\u064B\u0627 \u0646\u0645\u0637 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u2308{theme}\u230B",currentUrl:"\u0639\u0646\u0648\u0627\u0646 URL \u0627\u0644\u062D\u0627\u0644\u064A",confirm:"\u064A\u062D\u0641\u0638",cancel:"\u064A\u0644\u063A\u064A",delete:"\u064A\u0645\u0633\u062D","languages.auto":"\u0627\u0644\u0643\u0634\u0641 \u0627\u0644\u062A\u0644\u0642\u0627\u0626\u064A",syncToCloud:"\u0627\u0644\u0645\u0632\u0627\u0645\u0646\u0629 \u0645\u0639 \u062C\u0648\u062C\u0644 \u062F\u0631\u0627\u064A\u0641",syncToCloudDescription:"\u0642\u0645 \u0628\u0627\u0644\u062A\u062D\u0645\u064A\u0644 \u0625\u0644\u0649 \u0627\u0644\u0633\u062D\u0627\u0628\u0629\u060C \u0648\u064A\u0645\u0643\u0646 \u0645\u0632\u0627\u0645\u0646\u0629 \u0627\u0644\u062A\u0643\u0648\u064A\u0646 \u0628\u064A\u0646 \u0627\u0644\u0645\u062A\u0635\u0641\u062D\u0627\u062A \u0627\u0644\u0645\u062E\u062A\u0644\u0641\u0629/\u0627\u0644\u0646\u0635\u0648\u0635 \u0627\u0644\u0628\u0631\u0645\u062C\u064A\u0629 \u0644\u0642\u0631\u062F \u0627\u0644\u0632\u064A\u062A\u060C \u0645\u0639 \u0645\u0631\u0627\u0639\u0627\u0629 \u0648\u0642\u062A \u0627\u0644\u062A\u0639\u062F\u064A\u0644 \u0627\u0644\u0623\u062E\u064A\u0631.",syncToAccount:"\u0627\u0644\u0645\u0632\u0627\u0645\u0646\u0629 \u0645\u0639 \u0633\u062D\u0627\u0628\u0629 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0634\u0627\u0645\u0644\u0629",syncToAccountButton:"\u0645\u0632\u0627\u0645\u0646\u0629 \u0645\u0639 \u0627\u0644\u0633\u062D\u0627\u0628\u0629 \u0639\u0644\u0649 \u0627\u0644\u0641\u0648\u0631",syncToAccountDescription:"\u0645\u0632\u0627\u0645\u0646\u0629 \u0627\u0644\u062A\u0643\u0648\u064A\u0646\u0627\u062A \u062A\u0644\u0642\u0627\u0626\u064A\u064B\u0627 \u0628\u064A\u0646 \u0627\u0644\u0623\u062C\u0647\u0632\u0629 \u0627\u0644\u0645\u062E\u062A\u0644\u0641\u0629\u060C \u0628\u0646\u0627\u0621\u064B \u0639\u0644\u0649 \u0648\u0642\u062A \u0627\u0644\u062A\u0639\u062F\u064A\u0644 \u0627\u0644\u0623\u062E\u064A\u0631.",successSyncConfigInAccount:"\u0627\u0644\u0628\u0642\u0627\u0621 \u0645\u062A\u0632\u0627\u0645\u0646\u064B\u0627 \u0645\u0639 \u0627\u0644\u0633\u062D\u0627\u0628\u0629 \u0628\u0646\u062C\u0627\u062D",successSyncConfigToAccount:"\u062A\u0645\u062A \u0627\u0644\u0645\u0632\u0627\u0645\u0646\u0629 \u0628\u0646\u062C\u0627\u062D \u0645\u0639 \u0627\u0644\u0633\u062D\u0627\u0628\u0629",syncConfigNoUpdate:"\u0628\u0627\u0644\u0641\u0639\u0644 \u0627\u0644\u0623\u062D\u062F\u062B",authFail:"\u0641\u0634\u0644 \u0627\u0644\u062A\u0641\u0648\u064A\u0636",syncTitle:"\u0625\u062F\u0627\u0631\u0629 \u0627\u0644\u0646\u0633\u062E \u0627\u0644\u0627\u062D\u062A\u064A\u0627\u0637\u064A \u0627\u0644\u064A\u062F\u0648\u064A",import_hint:"\u064A\u0633\u062A\u0648\u0631\u062F",upload:"\u0631\u0641\u0639",revokeAuth:"\u0625\u0644\u063A\u0627\u0621 \u0627\u0644\u062A\u0631\u062E\u064A\u0635",uploadFail:"\u0627\u0644\u062A\u062D\u0645\u064A\u0644 \u0641\u0634\u0644",download:"\u062A\u062D\u0645\u064A\u0644",importSuccess:"\u062A\u0645 \u0627\u0644\u0627\u0633\u062A\u064A\u0631\u0627\u062F \u0628\u0646\u062C\u0627\u062D",importFail:"\u0641\u0634\u0644 \u0627\u0644\u0627\u0633\u062A\u064A\u0631\u0627\u062F",deleteFail:"\u0641\u0634\u0644 \u0641\u064A \u0627\u0644\u062D\u0630\u0641",backupToCloud:"\u0625\u062F\u0627\u0631\u0629 \u0645\u0644\u0641\u0627\u062A \u0627\u0644\u0646\u0633\u062E \u0627\u0644\u0627\u062D\u062A\u064A\u0627\u0637\u064A \u064A\u062F\u0648\u064A\u0627",create_new_backup:"\u0625\u0636\u0627\u0641\u0629 \u0639\u0642\u062F\u0629 \u0627\u062D\u062A\u064A\u0627\u0637\u064A\u0629",maxBackupFiles:"\u064A\u0645\u0643\u0646 \u0639\u0645\u0644 \u0646\u0633\u062E\u0629 \u0627\u062D\u062A\u064A\u0627\u0637\u064A\u0629 \u0644\u0645\u0627 \u064A\u0635\u0644 \u0625\u0644\u0649{count}\u0639\u0642\u062F \u0645\u062E\u062A\u0644\u0641\u0629\u060C \u064A\u0631\u062C\u0649 \u062D\u0630\u0641 \u0627\u0644\u0639\u0642\u062F \u063A\u064A\u0631 \u0627\u0644\u0636\u0631\u0648\u0631\u064A\u0629",backupToCloudDescription:"\u062A\u062D\u0645\u064A\u0644 \u0645\u0644\u0641\u0627\u062A \u0627\u0644\u0646\u0633\u062E \u0627\u0644\u0627\u062D\u062A\u064A\u0627\u0637\u064A \u0623\u0648 \u0627\u0633\u062A\u0639\u0627\u062F\u062A\u0647\u0627 \u064A\u062F\u0648\u064A\u064B\u0627\u060C \u0645\u0645\u0627 \u064A\u0633\u0645\u062D \u0628\u0645\u0627 \u064A\u0635\u0644 \u0625\u0644\u0649 3 \u0646\u0633\u062E \u0627\u062D\u062A\u064A\u0627\u0637\u064A\u0629 \u0645\u062E\u062A\u0644\u0641\u0629",successSyncConfig:"\u0627\u0644\u0628\u0642\u0627\u0621 \u0645\u062A\u0632\u0627\u0645\u0646\u064B\u0627 \u0645\u0639 \u0627\u0644\u0633\u062D\u0627\u0628\u0629 \u0628\u0646\u062C\u0627\u062D",syncFail:"\u0641\u0634\u0644\u062A \u0627\u0644\u0645\u0632\u0627\u0645\u0646\u0629",updatedAt:"\u062A\u0645 \u0627\u0644\u062A\u062D\u062F\u064A\u062B \u0639\u0646\u062F {date}",lastSyncedAt:"\u0622\u062E\u0631 \u0641\u062D\u0635 \u0643\u0627\u0646 \u0639\u0646\u062F {date}",downloadFail:"\u0627\u0644\u062A\u062D\u0645\u064A\u0644 \u0641\u0634\u0644",clickToDownload:"\u0627\u0636\u063A\u0637 \u0644\u0644\u062A\u062D\u0645\u064A\u0644",aboutLabel:"\u062D\u0648\u0644 - \u0631\u062F\u0648\u062F \u0627\u0644\u0641\u0639\u0644","browser.openAboutPage":"\u062D\u0648\u0644/\u0631\u062F\u0648\u062F \u0627\u0644\u0641\u0639\u0644",aboutLabelWithoutSponsor:"\u062D\u0648\u0644 - \u0631\u062F\u0648\u062F \u0627\u0644\u0641\u0639\u0644",aboutIntro:"\u0623\u062A\u0645\u0646\u0649 \u0623\u0646 \u0646\u062A\u0645\u0643\u0646 \u062C\u0645\u064A\u0639\u064B\u0627 \u0645\u0646 \u0627\u0644\u0648\u0635\u0648\u0644 \u0625\u0644\u0649 \u0627\u0644\u0645\u0639\u0644\u0648\u0645\u0627\u062A \u0627\u0644\u0636\u062E\u0645\u0629 \u0627\u0644\u0645\u062A\u0639\u0644\u0642\u0629 \u0628\u0627\u0644\u0644\u063A\u0627\u062A \u0627\u0644\u0623\u062C\u0646\u0628\u064A\u0629 \u0639\u0644\u0649 \u0627\u0644\u0625\u0646\u062A\u0631\u0646\u062A \u0628\u0633\u0647\u0648\u0644\u0629 \u0648\u0633\u0639\u0627\u062F\u0629 \u0623\u0643\u0628\u0631. \u064A\u0645\u0643\u0646\u0643 \u0627\u062E\u062A\u064A\u0627\u0631 \u0641\u062A\u062D \u0639\u0636\u0648\u064A\u0629 <6> Pro \u0644\u0627\u0633\u062A\u062E\u062F\u0627\u0645 \u062A\u0631\u062C\u0645\u0627\u062A DeepL \u0648OpenAI \u062E\u0627\u0631\u062C \u0627\u0644\u0635\u0646\u062F\u0648\u0642.

\u064A\u0645\u0643\u0646\u0643\u0645 \u0645\u062A\u0627\u0628\u0639\u062A\u0646\u0627 \u0639\u0644\u0649 <3>\u062A\u0648\u064A\u062A\u0631 ,<4>\u0642\u0646\u0627\u0629 \u0627\u0644\u062A\u0644\u064A\u062C\u0631\u0627\u0645 \u0623\u0648 \u062D\u0633\u0627\u0628 WeChat \u0627\u0644\u0639\u0627\u0645 \u0623\u0648 \u0645\u062C\u0645\u0648\u0639\u0629 \u0627\u062A\u0635\u0627\u0644\u0627\u062A WeChat \u0623\u0648 <5> \u0627\u0634\u062A\u0631\u0627\u0643 \u0627\u0644\u0628\u0631\u064A\u062F \u0627\u0644\u0625\u0644\u0643\u062A\u0631\u0648\u0646\u064A \u0623\u062F\u0646\u0627\u0647 \u062A\u062A\u0628\u0639 \u0627\u0644\u062A\u062D\u062F\u064A\u062B\u0627\u062A.
<7>\u0639\u0636\u0648 \u0645\u062D\u062A\u0631\u0641 \u064A\u0645\u0643\u0646\u0643 \u0627\u0644\u0627\u062A\u0635\u0627\u0644 \u0628\u0627\u0644\u0628\u0631\u064A\u062F \u0627\u0644\u0625\u0644\u0643\u062A\u0631\u0648\u0646\u064A \u0627\u0644\u0633\u0631\u064A\u0639 \u0644\u062E\u062F\u0645\u0629 \u0627\u0644\u0639\u0645\u0644\u0627\u0621 <8> support@immersivetranslate.com \u0627\u0628\u0642 \u0639\u0644\u0649 \u062A\u0648\u0627\u0635\u0644 \u0645\u0639\u0646\u0627.",aboutIntroWithoutSponsor:"\u0623\u062A\u0645\u0646\u0649 \u0623\u0646 \u0646\u062A\u0645\u0643\u0646 \u062C\u0645\u064A\u0639\u064B\u0627 \u0645\u0646 \u0627\u0644\u0648\u0635\u0648\u0644 \u0628\u0634\u0643\u0644 \u0623\u0633\u0647\u0644 \u0648\u0623\u0643\u062B\u0631 \u0645\u062A\u0639\u0629 \u0625\u0644\u0649 \u0627\u0644\u0643\u0645 \u0627\u0644\u0647\u0627\u0626\u0644 \u0645\u0646 \u0627\u0644\u0645\u0639\u0644\u0648\u0645\u0627\u062A \u0628\u0627\u0644\u0644\u063A\u0629 \u0627\u0644\u0623\u062C\u0646\u0628\u064A\u0629 \u0639\u0644\u0649 \u0627\u0644\u0625\u0646\u062A\u0631\u0646\u062A \u2764\uFE0F

\u064A\u0645\u0643\u0646\u0643 \u0645\u062A\u0627\u0628\u0639\u062A\u0646\u0627 \u0639\u0644\u0649 Twitter <3> ,<4>\u0642\u0646\u0627\u0629 \u0627\u0644\u062A\u0644\u064A\u062C\u0631\u0627\u0645 \u0623\u0648 \u062D\u0633\u0627\u0628 WeChat \u0627\u0644\u0639\u0627\u0645 \u0623\u0648 \u0645\u062C\u0645\u0648\u0639\u0629 \u0627\u062A\u0635\u0627\u0644\u0627\u062A WeChat \u0623\u0648 <5> \u0627\u0634\u062A\u0631\u0627\u0643 \u0627\u0644\u0628\u0631\u064A\u062F \u0627\u0644\u0625\u0644\u0643\u062A\u0631\u0648\u0646\u064A \u0623\u062F\u0646\u0627\u0647 \u062A\u062A\u0628\u0639 \u0627\u0644\u062A\u062D\u062F\u064A\u062B\u0627\u062A.",projectHomepage:"\u0627\u0644\u0635\u0641\u062D\u0629 \u0627\u0644\u0631\u0626\u064A\u0633\u064A\u0629 \u0644\u0644\u0645\u0634\u0631\u0648\u0639",joinTelegramGroup:"\u0627\u0646\u0636\u0645 \u0625\u0644\u0649 \u0645\u062C\u0645\u0648\u0639\u0629 \u0627\u062A\u0635\u0627\u0644\u0627\u062A \u0627\u0644\u0645\u0633\u062A\u062E\u062F\u0645\u064A\u0646 \u0644\u0644\u0645\u0634\u0627\u0631\u0643\u0629 \u0641\u064A \u0627\u0644\u0645\u0646\u0627\u0642\u0634\u0627\u062A \u0627\u0644\u0648\u0638\u064A\u0641\u064A\u0629",wechatPublicAccount:"\u062D\u0633\u0627\u0628 \u0648\u064A \u0634\u0627\u062A \u0627\u0644\u0639\u0627\u0645",wechatCommunities:"\u0645\u062C\u0645\u0648\u0639\u0629 \u0627\u0644\u0627\u062A\u0635\u0627\u0644\u0627\u062A WeChat",qqCommunities:"\u0642\u0646\u0627\u0629 \u0627\u062A\u0635\u0627\u0644 QQ",joinTelegramChannel:"\u062A\u0627\u0628\u0639\u0648\u0627 \u0642\u0646\u0627\u0629 \u0627\u0644\u062A\u0644\u064A\u062C\u0631\u0627\u0645 \u0644\u0645\u0639\u0631\u0641\u0629 \u0622\u062E\u0631 \u0627\u0644\u062A\u062D\u062F\u064A\u062B\u0627\u062A",feedbackAndJoin:"\u0631\u062F\u0648\u062F \u0627\u0644\u0641\u0639\u0644 \u0627\u0644\u0645\u0634\u0643\u0644\u0629 / \u0627\u0644\u0627\u0646\u0636\u0645\u0627\u0645 \u0625\u0644\u0649 \u0627\u0644\u0645\u062C\u0645\u0648\u0639\u0629",autoSync:"\u0627\u0644\u0645\u0632\u0627\u0645\u0646\u0629 \u0627\u0644\u0645\u062C\u062F\u0648\u0644\u0629 \u0627\u0644\u062A\u0644\u0642\u0627\u0626\u064A\u0629",loadingThemeTitle:"\u0623\u0633\u0644\u0648\u0628 \u0627\u0644\u062A\u062D\u0645\u064A\u0644",loadingThemeDescription:"\u0627\u0636\u0628\u0637 \u0627\u0644\u0646\u0645\u0637 \u0623\u062B\u0646\u0627\u0621 \u0627\u0646\u062A\u0638\u0627\u0631 \u062A\u062D\u0645\u064A\u0644 \u0627\u0644\u062A\u0631\u062C\u0645\u0629","loadingTheme.spinner":"\u0627\u0644\u0631\u0633\u0648\u0645 \u0627\u0644\u0645\u062A\u062D\u0631\u0643\u0629 \u0627\u0644\u062F\u0627\u0626\u0631\u0629","loadingTheme.text":"\u0646\u0635 \u062B\u0627\u0628\u062A... ","loadingTheme.none":"\u0644\u0627 \u062A\u0638\u0647\u0631",developerDescription:"\u064A\u0645\u0643\u0646\u0643 \u0627\u0644\u0646\u0642\u0631 \u0641\u0648\u0642 <1> \u0647\u0646\u0627 \u0639\u0631\u0636 \u0627\u0644\u0648\u062B\u0627\u0626\u0642 \u0627\u0644\u0645\u062A\u0639\u0644\u0642\u0629 \u0628\u0627\u0644\u062A\u062E\u0635\u064A\u0635 \u0627\u0644\u0645\u062A\u0642\u062F\u0645","edit border color":"\u062A\u0639\u062F\u064A\u0644 \u0644\u0648\u0646 \u0627\u0644\u062D\u062F\u0648\u062F",successSyncButNoChange:"\u0627\u0644\u062A\u0643\u0648\u064A\u0646 \u0627\u0644\u062D\u0627\u0644\u064A \u0645\u062A\u0648\u0627\u0641\u0642 \u0645\u0639 \u0627\u0644\u0633\u062D\u0627\u0628\u0629",customTheme:"\u0627\u0644\u0623\u0644\u0648\u0627\u0646 \u0648\u0627\u0644\u0623\u062D\u062C\u0627\u0645 \u0627\u0644\u0645\u062E\u0635\u0635\u0629","customThemeLabel.borderColor":"\u0644\u0648\u0646 \u0627\u0644\u062D\u062F\u0648\u062F","customThemeLabel.borderRadius":"\u062D\u062F\u0648\u062F \u0645\u0633\u062A\u062F\u064A\u0631\u0629 \u0627\u0644\u0632\u0648\u0627\u064A\u0627","customThemeLabel.textColor":"\u0644\u0648\u0646 \u0627\u0644\u062E\u0637","customThemeLabel.backgroundColor":"\u0644\u0648\u0646 \u0627\u0644\u062E\u0644\u0641\u064A\u0629","customThemeLabel.zoom":"\u062A\u062D\u062C\u064A\u0645 \u0627\u0644\u062E\u0637 (%)","customThemeLabel.opacity":"\u0639\u062A\u0627\u0645\u0629 \u0627\u0644\u0646\u0635 (%)",resetToDefaultColor:"\u0627\u0644\u0639\u0648\u062F\u0629 \u0625\u0644\u0649 \u0627\u0644\u0644\u0648\u0646 \u0627\u0644\u0627\u0641\u062A\u0631\u0627\u0636\u064A",resetToDefaultSettings:"\u0627\u0644\u0639\u0648\u062F\u0629 \u0625\u0644\u0649 \u0627\u0644\u0625\u0639\u062F\u0627\u062F\u0627\u062A \u0627\u0644\u0627\u0641\u062A\u0631\u0627\u0636\u064A\u0629",isTranslateTitle:"\u0642\u0645 \u0628\u062A\u0634\u063A\u064A\u0644 \u0639\u0646\u0627\u0648\u064A\u0646 \u0635\u0641\u062D\u0627\u062A \u0627\u0644\u0648\u064A\u0628 \u0627\u0644\u0645\u062A\u0631\u062C\u0645\u0629",isTranslateTitleDescription:"\u0639\u0646\u062F \u062A\u0634\u063A\u064A\u0644\u0647\u060C \u0633\u064A\u062A\u0645 \u062A\u0631\u062C\u0645\u0629 \u0639\u0646\u0648\u0627\u0646 \u0635\u0641\u062D\u0629 \u0627\u0644\u0648\u064A\u0628",enableSearchEnhancement:"\u062A\u0645\u0643\u064A\u0646 \u062A\u0639\u0632\u064A\u0632 \u0627\u0644\u0645\u0639\u0644\u0648\u0645\u0627\u062A \u062B\u0646\u0627\u0626\u064A\u0629 \u0627\u0644\u0644\u063A\u0629",enableSearchEnhancementDescription:'\u0628\u0639\u062F \u062A\u0634\u063A\u064A\u0644\u0647\u0627\u060C \u0633\u064A\u062A\u0645 \u0639\u0631\u0636 \u0646\u062A\u0627\u0626\u062C \u0628\u062D\u062B "\u0623\u062E\u0628\u0627\u0631 Google" \u0627\u0644\u0645\u0642\u0627\u0628\u0644\u0629 \u0644\u0644\u0643\u0644\u0645\u0627\u062A \u0627\u0644\u0631\u0626\u064A\u0633\u064A\u0629 \u0628\u0627\u0644\u0644\u063A\u0629 \u0627\u0644\u0625\u0646\u062C\u0644\u064A\u0632\u064A\u0629 \u062A\u0644\u0642\u0627\u0626\u064A\u064B\u0627 \u0641\u064A \u0627\u0644\u0639\u0645\u0648\u062F \u0627\u0644\u0623\u064A\u0645\u0646 \u0644\u0645\u0648\u0627\u0642\u0639 \u0627\u0644\u0648\u064A\u0628 \u0627\u0644\u0645\u062F\u0639\u0648\u0645\u0629 (\u0623\u062E\u0628\u0627\u0631 Google\u060C \u0628\u062D\u062B Google (\u0628\u0639\u0636 \u0627\u0644\u0643\u0644\u0645\u0627\u062A \u0627\u0644\u0631\u0626\u064A\u0633\u064A\u0629)\u060C Snowball\u060C Oriental Fortune\u060C Futu\u060C Tiger Community).',verifyService:"\u0627\u0646\u0642\u0631 \u0647\u0646\u0627 \u0644\u0627\u062E\u062A\u0628\u0627\u0631 \u0627\u0644\u062E\u062F\u0645\u0629",verified:"\u062A\u0645 \u0627\u0644\u062A\u062D\u0642\u0642 \u0628\u0646\u062C\u0627\u062D","field.langs":"\u0631\u0645\u0648\u0632 \u0627\u0644\u0644\u063A\u0629 \u0627\u0644\u0645\u062F\u0639\u0648\u0645\u0629","field.model":"\u0646\u0645\u0648\u0630\u062C","field.translationEngine":"\u0645\u062D\u0631\u0643 \u0627\u0644\u062A\u0631\u062C\u0645\u0629","field.limitPerMinute":"\u0627\u0644\u062D\u062F \u0627\u0644\u0623\u0642\u0635\u0649 \u0644\u0639\u062F\u062F \u0627\u0644\u0637\u0644\u0628\u0627\u062A \u0641\u064A \u0627\u0644\u062F\u0642\u064A\u0642\u0629","field.limitPerSecond":"\u0627\u0644\u062D\u062F \u0627\u0644\u0623\u0642\u0635\u0649 \u0644\u0639\u062F\u062F \u0627\u0644\u0637\u0644\u0628\u0627\u062A \u0641\u064A \u0627\u0644\u062B\u0627\u0646\u064A\u0629","field.maxTextLengthPerRequest":"\u0627\u0644\u062D\u062F \u0627\u0644\u0623\u0642\u0635\u0649 \u0644\u0637\u0648\u0644 \u0627\u0644\u0646\u0635 \u0644\u0643\u0644 \u0637\u0644\u0628","field.maxTextGroupLengthPerRequest":"\u0627\u0644\u062D\u062F \u0627\u0644\u0623\u0642\u0635\u0649 \u0644\u0639\u062F\u062F \u0627\u0644\u0641\u0642\u0631\u0627\u062A \u0644\u0643\u0644 \u0637\u0644\u0628","field.apiUrl":"\u0639\u0646\u0648\u0627\u0646 \u0648\u0627\u062C\u0647\u0629 API \u0627\u0644\u0645\u062E\u0635\u0635\u0629","field.placeholderDelimiters":"\u0627\u0644\u0639\u0646\u0627\u0635\u0631 \u0627\u0644\u0646\u0627\u0626\u0628\u0629 \u0627\u0644\u0645\u062D\u062C\u0648\u0632\u0629","description.custom":"\u0627\u0644\u0648\u0635\u0648\u0644 \u0625\u0644\u0649 \u0627\u0644\u0648\u0627\u062C\u0647\u0629 \u0627\u0644\u0645\u062E\u0635\u0635\u0629 \u064A\u062A\u0637\u0644\u0628 \u0648\u062B\u0627\u0626\u0642 \u0645\u0631\u062C\u0639\u064A\u0629","description.limitPerMinute":"\u0648\u0639\u0646\u062F\u0645\u0627 \u064A\u062A\u062C\u0627\u0648\u0632 \u0639\u062F\u062F \u0627\u0644\u0637\u0644\u0628\u0627\u062A \u0647\u0630\u0627 \u0627\u0644\u062D\u062F\u060C \u0641\u0625\u0646\u0647 \u0633\u064A\u062F\u062E\u0644 \u0641\u064A \u062D\u0627\u0644\u0629 \u0627\u0644\u0627\u0646\u062A\u0638\u0627\u0631 \u062D\u062A\u0649 \u0628\u062F\u0627\u064A\u0629 \u0627\u0644\u062F\u0642\u064A\u0642\u0629 \u0627\u0644\u062A\u0627\u0644\u064A\u0629. \u0646\u0638\u0631\u064B\u0627 \u0644\u0644\u0642\u064A\u0648\u062F \u0627\u0644\u0645\u062E\u062A\u0644\u0641\u0629 \u0644\u062E\u062F\u0645\u0629 OpenAI \u0627\u0644\u062D\u0627\u0644\u064A\u0629\u060C \u064A\u0631\u062C\u0649 \u0627\u0644\u0646\u0642\u0631 \u0641\u0648\u0642 <1> \u0647\u0646\u0627 \u0639\u0631\u0636 \u0623\u062D\u062F\u062B \u0627\u0644\u0642\u064A\u0645 \u0627\u0644\u0645\u0648\u0635\u0649 \u0628\u0647\u0627","description.limitPerSecond":"\u0648\u0639\u0646\u062F\u0645\u0627 \u064A\u062A\u062C\u0627\u0648\u0632 \u0639\u062F\u062F \u0627\u0644\u0637\u0644\u0628\u0627\u062A \u0647\u0630\u0627 \u0627\u0644\u062D\u062F\u060C \u0641\u0625\u0646\u0647 \u0633\u064A\u062F\u062E\u0644 \u0641\u064A \u062D\u0627\u0644\u0629 \u0627\u0644\u0627\u0646\u062A\u0638\u0627\u0631 \u062D\u062A\u0649 \u0628\u062F\u0627\u064A\u0629 \u0627\u0644\u062B\u0627\u0646\u064A\u0629 \u0627\u0644\u062A\u0627\u0644\u064A\u0629. \u0646\u0638\u0631\u064B\u0627 \u0644\u0644\u0642\u064A\u0648\u062F \u0627\u0644\u0645\u062E\u062A\u0644\u0641\u0629 \u0644\u062E\u062F\u0645\u0629 OpenAI \u0627\u0644\u062D\u0627\u0644\u064A\u0629\u060C \u064A\u0631\u062C\u0649 \u0627\u0644\u0646\u0642\u0631 \u0641\u0648\u0642 <1> \u0647\u0646\u0627 \u0639\u0631\u0636 \u0623\u062D\u062F\u062B \u0627\u0644\u0642\u064A\u0645 \u0627\u0644\u0645\u0648\u0635\u0649 \u0628\u0647\u0627","description.generalLimitPerSecond":"\u0648\u0639\u0646\u062F\u0645\u0627 \u064A\u062A\u062C\u0627\u0648\u0632 \u0639\u062F\u062F \u0627\u0644\u0637\u0644\u0628\u0627\u062A \u0647\u0630\u0627 \u0627\u0644\u062D\u062F\u060C \u0641\u0625\u0646\u0647 \u0633\u064A\u062F\u062E\u0644 \u0641\u064A \u062D\u0627\u0644\u0629 \u0627\u0644\u0627\u0646\u062A\u0638\u0627\u0631 \u062D\u062A\u0649 \u0628\u062F\u0627\u064A\u0629 \u0627\u0644\u062B\u0627\u0646\u064A\u0629 \u0627\u0644\u062A\u0627\u0644\u064A\u0629.","description.prompt":"\u062A\u0631\u0633\u0644 \u0627\u0644\u0645\u062D\u0627\u062F\u062B\u0629 \u0625\u0644\u0649 {service} \u0628\u0635\u0641\u0629 \u0627\u0644\u0645\u0633\u062A\u062E\u062F\u0645\u060C \u062D\u064A\u062B \u064A\u0645\u062B\u0644 {{text}} \u0646\u0635 \u0627\u0644\u0641\u0642\u0631\u0629\u060C \u0648\u064A\u0645\u062B\u0644 {{from}} \u0644\u063A\u0629 \u0627\u0644\u0641\u0642\u0631\u0629\u060C \u0648\u064A\u0645\u062B\u0644 {{to}} \u0627\u0644\u0644\u063A\u0629 \u0627\u0644\u0645\u0633\u062A\u0647\u062F\u0641\u0629.","description.maxTextLengthPerRequest":"\u0627\u0644\u062D\u062F \u0627\u0644\u0623\u0642\u0635\u0649 \u0644\u0639\u062F\u062F \u0627\u0644\u0623\u062D\u0631\u0641 \u0644\u0643\u0644 \u0637\u0644\u0628. \u0625\u0630\u0627 \u0643\u0627\u0646 \u0643\u0628\u064A\u0631\u064B\u0627 \u062C\u062F\u064B\u0627\u060C \u0641\u0633\u062A\u062A\u0628\u0627\u0637\u0623 \u0627\u0633\u062A\u062C\u0627\u0628\u0629 \u0627\u0644\u0648\u0627\u062C\u0647\u0629\u060C \u0644\u0630\u0627 \u064A\u0645\u0643\u0646\u0643 \u0645\u062D\u0627\u0648\u0644\u0629 \u0636\u0628\u0637 \u0647\u0630\u0627 \u0627\u0644\u062E\u064A\u0627\u0631 \u0644\u062A\u062D\u0633\u064A\u0646 \u0627\u0644\u0633\u0631\u0639\u0629.","description.systemPrompt":"\u064A\u062A\u0645 \u0625\u0631\u0633\u0627\u0644 \u0627\u0644\u0645\u062D\u0627\u062F\u062B\u0629 \u0625\u0644\u0649 OpenAI \u0643\u0646\u0638\u0627\u0645\u060C \u062D\u064A\u062B \u064A\u0645\u062B\u0644 {{text}} \u0645\u062D\u062A\u0648\u0649 \u0646\u0635 \u0627\u0644\u0641\u0642\u0631\u0629\u060C \u0648\u064A\u0645\u062B\u0644{{from}} \u0644\u063A\u0629 \u0627\u0644\u0641\u0642\u0631\u0629\u060C \u0648\u064A\u0645\u062B\u0644{{to}} \u0627\u0644\u0644\u063A\u0629 \u0627\u0644\u0645\u0633\u062A\u0647\u062F\u0641\u0629","field.domain":"\u0645\u062C\u0627\u0644","description.domain":"\u0627\u0644\u0627\u0641\u062A\u0631\u0627\u0636\u064A \u0647\u0648\uFF1A\u0639\u0627\u0645. \u0644\u0627 \u064A\u0645\u0643\u0646 \u0636\u0628\u0637\u0647 \u0625\u0644\u0627 \u0639\u0646\u062F \u062A\u0645\u0643\u064A\u0646 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0645\u0633\u062A\u0646\u062F\u0629 \u0625\u0644\u0649 \u0627\u0644\u0645\u062C\u0627\u0644 \u0641\u064A \u0648\u062D\u062F\u0629 \u062A\u062D\u0643\u0645 Youdao API. \u0644\u0644\u062D\u0635\u0648\u0644 \u0639\u0644\u0649 \u0627\u0644\u062D\u0642\u0648\u0644 \u0627\u0644\u0645\u062F\u0639\u0648\u0645\u0629\u060C \u064A\u0631\u062C\u0649 \u0627\u0644\u0627\u0637\u0644\u0627\u0639 \u0639\u0644\u0649 <1> \u0647\u0646\u0627.","field.scene":"\u0645\u0634\u0627\u0647\u062F","description.scene":"\u0627\u0644\u0627\u0641\u062A\u0631\u0627\u0636\u064A \u0647\u0648\uFF1A\u0639\u0627\u0645. \u0644\u0627 \u064A\u0645\u0643\u0646 \u0636\u0628\u0637\u0647 \u0625\u0644\u0627 \u0639\u0646\u062F \u062A\u0646\u0634\u064A\u0637 \u0627\u0644\u0625\u0635\u062F\u0627\u0631 \u0627\u0644\u0627\u062D\u062A\u0631\u0627\u0641\u064A \u0644\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0622\u0644\u064A\u0629 \u0641\u064A \u0648\u062D\u062F\u0629 \u062A\u062D\u0643\u0645 Alibaba Cloud API. \u0631\u0627\u062C\u0639 <1> \u0647\u0646\u0627 \u0644\u0644\u062D\u0635\u0648\u0644 \u0639\u0644\u0649 \u0627\u0644\u0633\u064A\u0646\u0627\u0631\u064A\u0648\u0647\u0627\u062A \u0627\u0644\u0645\u062F\u0639\u0648\u0645\u0629.","field.vocabId":"\u0645\u0639\u0631\u0641 \u0642\u0627\u0645\u0648\u0633 \u0627\u0644\u0645\u0633\u062A\u062E\u062F\u0645","description.vocabId":"\u064A\u062F\u0639\u0645 \u0627\u0644\u0642\u0627\u0645\u0648\u0633 \u0627\u0644\u0645\u062D\u062F\u062F out_id \u062D\u0627\u0644\u064A\u064B\u0627 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0625\u0646\u062C\u0644\u064A\u0632\u064A\u0629 \u0627\u0644\u0635\u064A\u0646\u064A\u0629.","description.model":"\u064A\u0645\u0643\u0646 \u0623\u0646 \u064A\u0643\u0648\u0646 \u0646\u0645\u0648\u0630\u062C OpenAI \u0647\u0648 gpt-3.5-turbo \u0623\u0648 gpt-4 \u0648\u0645\u0627 \u0625\u0644\u0649 \u0630\u0644\u0643.","description.maxTextGroupLengthPerRequest":"\u0639\u062F\u062F \u0627\u0644\u0641\u0642\u0631\u0627\u062A \u0627\u0644\u0645\u0631\u0633\u0644\u0629 \u0625\u0644\u0649 \u062E\u062F\u0645\u0629 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0641\u064A \u0643\u0644 \u0645\u0631\u0629. \u0625\u0630\u0627 \u0643\u0627\u0646 \u0647\u0646\u0627\u0643 \u0639\u062F\u062F \u0643\u0628\u064A\u0631 \u062C\u062F\u064B\u0627 \u0645\u0646 \u0627\u0644\u0641\u0642\u0631\u0627\u062A\u060C \u0641\u0642\u062F \u062A\u062A\u0628\u0627\u0637\u0623 \u0627\u0633\u062A\u062C\u0627\u0628\u0629 \u0627\u0644\u0648\u0627\u062C\u0647\u0629.","description.apiUrl":"\u0627\u0644\u0631\u062C\u0627\u0621 \u0625\u0636\u0627\u0641\u0629 \u0639\u0646\u0648\u0627\u0646 URL \u0645\u062D\u062F\u062F \u0645\u0639 \u0627\u0644\u0645\u0633\u0627\u0631\u060C <1> \u0627\u0644\u0645\u0632\u064A\u062F \u0645\u0646 \u0627\u0644\u062A\u0639\u0644\u064A\u0645\u0627\u062A",enabledExtension:"\u062A\u0645\u0643\u064A\u0646 \u0627\u0644\u062A\u0645\u062F\u064A\u062F",clickToDisableExtension:"\u0627\u0646\u0642\u0631 \u0644\u062A\u0639\u0637\u064A\u0644 \u0627\u0644\u062A\u0645\u062F\u064A\u062F",clickToEnableExtension:"\u0627\u0646\u0642\u0631 \u0644\u062A\u0645\u0643\u064A\u0646 \u0627\u0644\u062A\u0645\u062F\u064A\u062F",hasBeenDisabled:"\u0639\u0627\u062C\u0632","show password":"\u0639\u0631\u0636 \u0643\u0644\u0645\u0629 \u0627\u0644\u0645\u0631\u0648\u0631",customContent:"\u0623\u062F\u062E\u0644 \u0627\u0633\u0645 \u0627\u0644\u0646\u0645\u0648\u0630\u062C \u0627\u0644\u0645\u062E\u0635\u0635",inputOptions:"\u062A\u062D\u0633\u064A\u0646 \u0635\u0646\u062F\u0648\u0642 \u0627\u0644\u0625\u062F\u062E\u0627\u0644",mouseHoverOptions:"\u062A\u0645\u0631\u064A\u0631 \u0627\u0644\u0645\u0627\u0648\u0633",modifyMouseHoverKey:"\u062A\u0639\u062F\u064A\u0644 \u0645\u0641\u0627\u062A\u064A\u062D \u0627\u0644\u0627\u062E\u062A\u0635\u0627\u0631 \u0627\u0644\u062E\u0627\u0635\u0629 \u0628\u0627\u0644\u0645\u0627\u0648\u0633",enableInputTranslation:"\u0645\u0627 \u0625\u0630\u0627 \u0643\u0627\u0646 \u0633\u064A\u062A\u0645 \u062A\u0645\u0643\u064A\u0646 \u062A\u062D\u0633\u064A\u0646 \u0645\u0631\u0628\u0639 \u0627\u0644\u0625\u062F\u062E\u0627\u0644",enableInputTranslationDescription:"\u0628\u0639\u062F{trailingKey}\u060C \u0623\u062F\u062E\u0644 \u0645\u0628\u0627\u0634\u0631\u0629 {startingKey}{startingKey} hello \u0641\u064A \u0645\u0631\u0628\u0639 \u0627\u0644\u0625\u062F\u062E\u0627\u0644\u060C \u062B\u0645 \u0627\u0646\u0642\u0631 \u0633\u0631\u064A\u0639\u064B\u0627 \u0641\u0648\u0642{inputTrailingTriggerKeyRepeatTimes}\u0645\u0631\u062A\u064A\u0646 \u0644\u062A\u0631\u062C\u0645\u062A\u0647 \u0625\u0644\u0649 {inputTargetLanguage}",enableInputTranslationDescriptionForNoneKey:"{trailingKey}\u062A\u0645\u0643\u064A\u0646\u0647\u060C \u0623\u062F\u062E\u0644 \u0645\u0628\u0627\u0634\u0631\u0629\uFF1Ahelloworld \u0641\u064A \u0645\u0631\u0628\u0639 \u0627\u0644\u0625\u062F\u062E\u0627\u0644\u060C \u062B\u0645 \u0627\u0646\u0642\u0631 \u0628\u0633\u0631\u0639\u0629{inputTrailingTriggerKeyRepeatTimes}\u0644\u0644\u062A\u0631\u062C\u0645\u0629 \u0625\u0644\u0649 \u0627\u0644\u0644\u063A\u0629 \u0627\u0644\u0645\u0633\u062A\u0647\u062F\u0641\u0629 \u0627\u0644\u0627\u0641\u062A\u0631\u0627\u0636\u064A\u0629.",inputTargetLanguage:"\u0642\u0645 \u0628\u062A\u0639\u064A\u064A\u0646 \u0627\u0644\u0644\u063A\u0629 \u0627\u0644\u0647\u062F\u0641 \u0627\u0644\u0627\u0641\u062A\u0631\u0627\u0636\u064A\u0629 \u0644\u0645\u0631\u0628\u0639 \u0627\u0644\u0625\u062F\u062E\u0627\u0644",inputTargetLanguageDescription:"\u0627\u0644\u0644\u063A\u0629 \u0627\u0644\u0647\u062F\u0641 \u0627\u0644\u0627\u0641\u062A\u0631\u0627\u0636\u064A\u0629 \u0644\u062A\u0631\u062C\u0645\u0629 \u0645\u0631\u0628\u0639 \u0627\u0644\u0625\u062F\u062E\u0627\u0644\u060C \u0648\u0647\u064A {startingKey}{startingKey} \u0643\u0644\u063A\u0629 \u0627\u0641\u062A\u0631\u0627\u0636\u064A\u0629 \u0644\u0643\u0644\u0645\u0627\u062A \u0627\u0644\u062A\u0634\u063A\u064A\u0644",inputTargetLanguageDescriptionForNoneKey:"\u0627\u0644\u0644\u063A\u0629 \u0627\u0644\u0647\u062F\u0641 \u0627\u0644\u0627\u0641\u062A\u0631\u0627\u0636\u064A\u0629 \u0644\u062A\u0631\u062C\u0645\u0627\u062A \u0645\u0631\u0628\u0639 \u0627\u0644\u0625\u062F\u062E\u0627\u0644",inputStartingTriggerKeyTitle:"\u0642\u0645 \u0628\u062A\u0639\u064A\u064A\u0646 \u0627\u0644\u0623\u062D\u0631\u0641 \u0627\u0644\u0645\u0642\u0633\u0645\u0629 \u0644\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u062C\u0632\u0626\u064A\u0629 \u0644\u0645\u0631\u0628\u0639 \u0627\u0644\u0625\u062F\u062E\u0627\u0644",inputStartingTriggerKeyDescription:"\u0639\u0646\u062F\u0645\u0627 \u0644\u0627 \u062A\u062D\u062A\u0627\u062C \u0625\u0644\u0649 \u062A\u0631\u062C\u0645\u0629 \u0645\u0631\u0628\u0639 \u0627\u0644\u0625\u062F\u062E\u0627\u0644 \u0628\u0623\u0643\u0645\u0644\u0647\u060C \u064A\u062A\u064A\u062D \u0644\u0643 \u0627\u0644\u0645\u062D\u062F\u062F \u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u062C\u0632\u0621 \u0641\u0642\u0637 {startingKey}{startingKey} \u0625\u0644\u0649 \u0646\u0647\u0627\u064A\u0629 \u0645\u0631\u0628\u0639 \u0627\u0644\u0625\u062F\u062E\u0627\u0644\u060C \u0623\u0648 \u064A\u0645\u0643\u0646\u0643 \u062A\u062D\u062F\u064A\u062F \u0631\u0645\u0632 \u0627\u0644\u0644\u063A\u0629\u060C \u0639\u0644\u0649 \u0633\u0628\u064A\u0644 \u0627\u0644\u0645\u062B\u0627\u0644\u060C\uFF1A{startingKey}ja \u062A\u0639\u0646\u064A \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0641\u0642\u0637 \u0627\u0644\u062C\u0632\u0621 \u0645\u0646 {startingKey}\u062C\u0627 \u0625\u0644\u0649 \u0646\u0647\u0627\u064A\u0629 \u0645\u0631\u0628\u0639 \u0627\u0644\u0625\u062F\u062E\u0627\u0644.",inputStartingTriggerKeyDescriptionForNoneKey:"\u062A\u0645 \u0636\u0628\u0637\u0647 \u062D\u0627\u0644\u064A\u064B\u0627 \u0628\u062D\u064A\u062B \u0644\u0627 \u064A\u062A\u0637\u0644\u0628 \u0623\u064A \u0628\u0627\u062F\u0626\u0629\u060C \u0648\u0628\u0639\u0636 \u0648\u0638\u0627\u0626\u0641 \u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0646\u0635 \u0641\u064A \u0645\u0631\u0628\u0639 \u0627\u0644\u0625\u062F\u062E\u0627\u0644 \u063A\u064A\u0631 \u0645\u062A\u0627\u062D\u0629 \u0645\u0624\u0642\u062A\u064B\u0627.",inputTrailingTriggerKeyTitle:"\u062D\u062F\u062F \u062D\u0631\u0641 \u0627\u0644\u0645\u0634\u063A\u0644 \u0627\u0644\u0630\u064A \u064A\u0646\u0647\u064A \u0627\u0644\u0625\u062F\u062E\u0627\u0644",inputTrailingTriggerKeyDescription:"\u0633\u064A\u0624\u062F\u064A \u0627\u0644\u0636\u063A\u0637 \u0639\u0644\u0649{trailingKey} 3 \u0645\u0631\u0627\u062A \u0641\u064A \u062A\u062A\u0627\u0628\u0639 \u0633\u0631\u064A\u0639 \u0625\u0644\u0649 \u0628\u062F\u0621 \u0627\u0644\u062A\u0631\u062C\u0645\u0629",inputTrailingTriggerKeyTimeout:"\u0623\u062F\u062E\u0644 \u0627\u0644\u0641\u0627\u0635\u0644 \u0627\u0644\u0632\u0645\u0646\u064A \u0628\u064A\u0646 \u0627\u0644\u0645\u0634\u063A\u0644\u0627\u062A \u0644\u0625\u0646\u0647\u0627\u0621 \u0627\u0644\u062A\u062D\u0631\u064A\u0631 \u0648\u0627\u0644\u0633\u0631\u062F.",inputTrailingTriggerKeyTimeoutDescription:"\u0642\u0645 \u0628\u062A\u0639\u064A\u064A\u0646 \u0627\u0644\u0641\u0627\u0635\u0644 \u0627\u0644\u0632\u0645\u0646\u064A (\u0645\u0644\u064A \u062B\u0627\u0646\u064A\u0629) \u0644\u0644\u0625\u062F\u062E\u0627\u0644 \u0644\u0625\u0646\u0647\u0627\u0621 \u0645\u0634\u063A\u0644 \u0627\u0644\u062A\u062D\u0631\u064A\u0631 \u0648\u0627\u0644\u0633\u0631\u062F",spaceKey:"<\u0645\u0633\u0627\u0641\u0629>",noneKey:"\u0644\u0627 \u062A\u0648\u062C\u062F \u062D\u0627\u062C\u0629 \u0625\u0644\u0649 \u0628\u0627\u062F\u0626\u0629\u060C \u0642\u0645 \u0628\u062A\u0631\u062C\u0645\u0629 \u0645\u0631\u0628\u0639 \u0627\u0644\u0646\u0635 \u0628\u0627\u0644\u0643\u0627\u0645\u0644 \u0645\u0628\u0627\u0634\u0631\u0629\u064B",inputTranslationBlockUrlsTitle:"\u0644\u0627 \u062A\u0642\u0645 \u0645\u0637\u0644\u0642\u064B\u0627 \u0628\u062A\u0645\u0643\u064A\u0646 \u062A\u062D\u0633\u064A\u0646\u0627\u062A \u062D\u0642\u0644 \u0627\u0644\u0625\u062F\u062E\u0627\u0644 \u0641\u064A \u0639\u0646\u0627\u0648\u064A\u0646 URL",inputTranslationBlockUrlsDescription:"\u0641\u064A \u0639\u0646\u0627\u0648\u064A\u0646 URL \u0627\u0644\u062A\u0627\u0644\u064A\u0629\u060C \u0644\u0646 \u064A\u0635\u0628\u062D \u062A\u062D\u0633\u064A\u0646 \u0645\u0631\u0628\u0639 \u0627\u0644\u0625\u062F\u062E\u0627\u0644 \u0633\u0627\u0631\u064A \u0627\u0644\u0645\u0641\u0639\u0648\u0644",clickToSeeQuickDemo:"\u0627\u0646\u0642\u0631 \u0644\u062A\u0648\u0633\u064A\u0639 \u0641\u064A\u062F\u064A\u0648 \u0627\u0644\u062A\u0639\u0644\u064A\u0645\u0627\u062A \u0627\u0644\u0633\u0631\u064A\u0639\u0629 \u0644\u0645\u062F\u0629 30 \u062B\u0627\u0646\u064A\u0629",inputHelperInfo:"\u0645\u0644\u0627\u062D\u0638\u0629\uFF1A: \u0644\u0642\u062F \u0642\u0645\u0646\u0627 \u0628\u062A\u062D\u0633\u064A\u0646 \u0627\u0644\u0645\u0634\u0643\u0644\u0629 \u0639\u0644\u0649 \u0648\u062C\u0647 \u0627\u0644\u062A\u062D\u062F\u064A\u062F \u062D\u064A\u062B \u062A\u062A\u062D\u0648\u0644 \u0628\u0639\u0636 \u0623\u062D\u0631\u0641 \u0627\u0644\u062A\u0634\u063A\u064A\u0644 \u0625\u0644\u0649 \u0639\u0644\u0627\u0645\u0627\u062A \u062A\u0631\u0642\u064A\u0645 \u0635\u064A\u0646\u064A\u0629 \u0636\u0645\u0646 \u0637\u0631\u064A\u0642\u0629 \u0627\u0644\u0625\u062F\u062E\u0627\u0644 \u0627\u0644\u0635\u064A\u0646\u064A\u0629. \u0639\u0644\u0649 \u0633\u0628\u064A\u0644 \u0627\u0644\u0645\u062B\u0627\u0644\u060C \u0636\u0645\u0646 \u0637\u0631\u064A\u0642\u0629 \u0627\u0644\u0625\u062F\u062E\u0627\u0644 Sogou\u060C / \u0633\u0648\u0641 \u062A\u062A\u062D\u0648\u0644 \u0625\u0644\u0649 \u062A\u0648\u0642\u0641 \u0645\u0624\u0642\u062A\u060C \u0648\u062A\u062F\u0639\u0645 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u063A\u0627\u0645\u0631\u0629 \u062C\u0645\u064A\u0639 \u0627\u0644\u0631\u0645\u0648\u0632 \u0627\u0644\u0635\u064A\u0646\u064A\u0629 \u0627\u0644\u0645\u0642\u0627\u0628\u0644\u0629 \u0644\u0640 \u0633\u064A\u062A\u0645 \u0627\u0644\u062A\u0639\u0631\u0641 \u0639\u0644\u0649 \u0623\u062D\u0631\u0641 \u0627\u0644\u062A\u0634\u063A\u064A\u0644\u060C \u0623\u064A //\u060C \u0639\u0644\u0649 \u0623\u0646\u0647\u0627 \u0623\u062D\u0631\u0641 \u062A\u0634\u063A\u064A\u0644.

\u0641\u064A \u0627\u0644\u0648\u0642\u062A \u0646\u0641\u0633\u0647\u060C \u0646\u062F\u0639\u0645 \u0623\u064A\u0636\u064B\u0627 \u0627\u0644\u0623\u0633\u0645\u0627\u0621 \u0627\u0644\u0635\u064A\u0646\u064A\u0629 \u0627\u0644\u0645\u0633\u062A\u0639\u0627\u0631\u0629 \u0644\u0631\u0645\u0648\u0632 \u0627\u0644\u0644\u063A\u0629 \u0643\u0623\u0648\u0627\u0645\u0631. \u0639\u0644\u0649 \u0633\u0628\u064A\u0644 \u0627\u0644\u0645\u062B\u0627\u0644\u060C \u0633\u062A\u062A\u0645 \u062A\u0631\u062C\u0645\u0629 /Japanese Hello World \u0625\u0644\u0649 \u0627\u0644\u064A\u0627\u0628\u0627\u0646\u064A\u0629. <1> \u0627\u0646\u0642\u0631 \u0647\u0646\u0627 \u0644\u0639\u0631\u0636 \u0643\u0627\u0641\u0629 \u0631\u0645\u0648\u0632 \u0627\u0644\u0644\u063A\u0627\u062A \u0627\u0644\u0645\u062F\u0639\u0648\u0645\u0629. .",reloadCurrentPage:"\u064A\u0631\u062C\u0649 \u062A\u062D\u062F\u064A\u062B \u0627\u0644\u0635\u0641\u062D\u0629 \u0627\u0644\u062D\u0627\u0644\u064A\u0629 \u0642\u0628\u0644 \u0628\u062F\u0621 \u0627\u0644\u062A\u0631\u062C\u0645\u0629",noLocalFilePermissionForPDF:"\u0644\u064A\u0633 \u0644\u062F\u064A\u0646\u0627 \u062D\u0627\u0644\u064A\u064B\u0627 \u0625\u0630\u0646 \u0628\u0642\u0631\u0627\u0621\u0629 \u0627\u0644\u0645\u0644\u0641\u0627\u062A \u0627\u0644\u0645\u062D\u0644\u064A\u0629. \u0627\u0644\u0631\u062C\u0627\u0621 \u0627\u0644\u0646\u0642\u0631 \u0641\u0648\u0642 \u0627\u0644\u0632\u0631 \u0623\u0639\u0644\u0627\u0647 \u0648\u0627\u0633\u062A\u064A\u0631\u0627\u062F \u0627\u0644\u0645\u0644\u0641\u0627\u062A \u0627\u0644\u0645\u062D\u0644\u064A\u0629.",noPermissionForThisPage:"\u26A0\uFE0F \u0644\u0627 \u064A\u0648\u062C\u062F \u0625\u0630\u0646 \u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0635\u0641\u062D\u0629 \u0627\u0644\u062D\u0627\u0644\u064A\u0629",retryAllParagraphs:"\u0623\u0639\u062F \u0645\u062D\u0627\u0648\u0644\u0629 \u0643\u0627\u0641\u0629 \u0641\u0642\u0631\u0627\u062A \u0627\u0644\u062E\u0637\u0623",retryAllButton:"\u0623\u0639\u062F \u0645\u062D\u0627\u0648\u0644\u0629 \u0643\u0627\u0641\u0629 \u0641\u0642\u0631\u0627\u062A \u0627\u0644\u062E\u0637\u0623",errorTooltipTitle:"\u0627\u0646\u0642\u0631 \u0644\u0639\u0631\u0636 \u0633\u0628\u0628 \u0627\u0644\u062E\u0637\u0623",errorModalTitle:"\u064A\u0628\u062F\u0648 \u0623\u0646 \u0647\u0646\u0627\u0643 \u062E\u0637\u0623 \u0645\u0627 \u0641\u064A \u062E\u062F\u0645\u0629 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0623\u0648 \u0627\u0644\u0634\u0628\u0643\u0629...",disableConfirm:"\u0625\u0639\u062F\u0627\u062F\u0627\u062A \u062A\u0639\u0632\u064A\u0632 \u0627\u0644\u0645\u0639\u0644\u0648\u0645\u0627\u062A \u062B\u0646\u0627\u0626\u064A\u0629 \u0627\u0644\u0644\u063A\u0629",disableOnce:"\u0645\u0639\u0637\u0644\u0629 \u0647\u0630\u0647 \u0627\u0644\u0645\u0631\u0629",disableGlobal:"\u062A\u0639\u0637\u064A\u0644 \u062F\u0627\u0626\u0645",disableTint:"* \u064A\u0645\u0643\u0646\u0643 \u0625\u0639\u0627\u062F\u0629 \u062A\u0645\u0643\u064A\u0646\u0647 \u0641\u064A {option}.",searchEnhancementNotes:"\u0644\u0642\u062F \u0648\u062C\u062F\u0646\u0627 \u0623\u0646 \u0646\u062A\u0627\u0626\u062C \u0627\u0644\u0623\u062E\u0628\u0627\u0631 \u0644\u0644\u0643\u0644\u0645\u0627\u062A \u0627\u0644\u0631\u0626\u064A\u0633\u064A\u0629 \u0627\u0644\u0635\u064A\u0646\u064A\u0629 \u0648\u0627\u0644\u0643\u0644\u0645\u0627\u062A \u0627\u0644\u0631\u0626\u064A\u0633\u064A\u0629 \u0627\u0644\u0625\u0646\u062C\u0644\u064A\u0632\u064A\u0629 \u0645\u062E\u062A\u0644\u0641\u0629 \u062A\u0645\u0627\u0645\u064B\u0627. \u0628\u0639\u062F \u062A\u0645\u0643\u064A\u0646 \u0648\u0638\u064A\u0641\u0629 \u062A\u062D\u0633\u064A\u0646 \u0627\u0644\u0645\u0639\u0644\u0648\u0645\u0627\u062A \u062B\u0646\u0627\u0626\u064A\u0629 \u0627\u0644\u0644\u063A\u0629 \u0644\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u063A\u0627\u0645\u0631\u0629\u060C \u0633\u0646\u0628\u062D\u062B \u0641\u064A \u0645\u0648\u0627\u0642\u0639 \u0627\u0644\u0648\u064A\u0628 \u0627\u0644\u0645\u062F\u0639\u0648\u0645\u0629 (\u0623\u062E\u0628\u0627\u0631 Google\u060C \u0628\u062D\u062B Google (\u0628\u0639\u0636 \u0627\u0644\u0643\u0644\u0645\u0627\u062A \u0627\u0644\u0631\u0626\u064A\u0633\u064A\u0629)\u060C Snowball\u060C Oriental Fortune Network\u060C Futu \u060C Tiger) \u064A\u0628\u062D\u062B \u062A\u0644\u0642\u0627\u0626\u064A\u064B\u0627 \u0639\u0646 \u0646\u0641\u0633 \u0627\u0644\u0643\u0644\u0645\u0627\u062A \u0627\u0644\u0631\u0626\u064A\u0633\u064A\u0629 \u0628\u0627\u0644\u0644\u063A\u0629 \u0627\u0644\u0625\u0646\u062C\u0644\u064A\u0632\u064A\u0629 \u0648\u064A\u0639\u0631\u0636\u0647\u0627 \u0639\u0644\u0649 \u0627\u0644\u064A\u0645\u064A\u0646. \u0625\u0630\u0627 \u0644\u0645 \u062A\u0643\u0646 \u0628\u062D\u0627\u062C\u0629 \u0625\u0644\u0649 \u0647\u0630\u0647 \u0627\u0644\u0645\u064A\u0632\u0629\u060C \u0641\u064A\u0645\u0643\u0646\u0643 \u0627\u062E\u062A\u064A\u0627\u0631 \u062A\u0639\u0637\u064A\u0644\u0647\u0627.",option:"\u064A\u062B\u0628\u062A",saveSettings:"\u0627\u062D\u0641\u0638 \u0627\u0644\u062A\u063A\u064A\u064A\u0631\u0627\u062A",closeModal:"\u0623\u063A\u0644\u0642 \u0627\u0644\u0646\u0627\u0641\u0630\u0629",enableInputTranslationWithoutTriggerKeyTitle:"\u062A\u0645\u0643\u064A\u0646 \u0627\u0644\u062A\u062D\u0631\u064A\u0631 \u0648\u0627\u0644\u0633\u0631\u062F \u0627\u0644\u0633\u0631\u064A\u0639 3 \u0645\u0631\u0627\u062A{trailingKey}\u060C \u0648\u062A\u0631\u062C\u0645\u0629 \u0645\u0631\u0628\u0639 \u0627\u0644\u0625\u062F\u062E\u0627\u0644 \u0628\u0623\u0643\u0645\u0644\u0647 \u0645\u0628\u0627\u0634\u0631\u0629 \u0625\u0644\u0649{inputTargetLanguage}",enableInputTranslationWithoutTriggerKeyDescription:"\u0625\u0630\u0627 \u0643\u0646\u062A \u0628\u062D\u0627\u062C\u0629 \u0625\u0644\u0649 \u062A\u062D\u062F\u064A\u062F \u0627\u0644\u0644\u063A\u0629 \u0627\u0644\u0645\u0633\u062A\u0647\u062F\u0641\u0629\u060C \u0641\u064A\u0631\u062C\u0649 \u0625\u0636\u0627\u0641\u0629 \u0631\u0645\u0632 \u0627\u0644\u0644\u063A\u0629 \u0641\u064A \u0627\u0644\u0645\u0642\u062F\u0645\u0629\u060C \u0645\u062B\u0644\uFF1Aja Hello World",mouseHoverShortcutPlaceholder:"\u0645\u062B\u0644\uFF1A\u0627\u0644\u062A\u062D\u0648\u0644",deepLProName:"\u0639\u0636\u0648 \u0645\u062D\u062A\u0631\u0641 \u0641\u064A \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0634\u0627\u0645\u0644\u0629 (\u0645\u0633\u062A\u062D\u0633\u0646)",deepLProDescription:"\u064A\u0645\u0643\u0646 \u0627\u0633\u062A\u062E\u062F\u0627\u0645 \u0627\u0644\u062D\u0632\u0645\u0629 \u0627\u0644\u062D\u0627\u0644\u064A\u0629 \u0645\u0628\u0627\u0634\u0631\u0629",deeplProDescriptionForNormal:"\u0644\u0627 \u062A\u0648\u062C\u062F \u0625\u0639\u062F\u0627\u062F\u0627\u062A \u0645\u0637\u0644\u0648\u0628\u0629. \u064A\u0645\u0643\u0646\u0643 \u0627\u0633\u062A\u062E\u062F\u0627\u0645\u0647\u0627 \u0628\u0639\u062F \u062A\u0633\u062C\u064A\u0644 \u0627\u0644\u062F\u062E\u0648\u0644 \u0643\u0639\u0636\u0648. <1> \u0627\u0646\u0642\u0631 \u0647\u0646\u0627 \u0644\u0644\u062A\u0631\u0642\u064A\u0629 \u0625\u0644\u0649 \u0639\u0636\u0648.",deepLCustomDescription:"\u0623\u0646\u062A \u0628\u062D\u0627\u062C\u0629 \u0625\u0644\u0649 \u0628\u0637\u0627\u0642\u0629 \u0627\u0626\u062A\u0645\u0627\u0646 \u0623\u062C\u0646\u0628\u064A\u0629\u060C \u0627\u0646\u062A\u0642\u0644 \u0625\u0644\u0649 <1>DeepL \u062A\u0645 \u0641\u062A\u062D\u0647 \u0631\u0633\u0645\u064A\u064B\u0627\u060C \u0627\u0646\u0642\u0631 \u0644\u0639\u0631\u0636 \u0627\u0644\u0645\u0633\u062A\u0646\u062F\u0627\u062A <2>",deepLCustomName:"\u0645\u0641\u062A\u0627\u062D \u0627\u0644\u0645\u0635\u0627\u062F\u0642\u0629 \u0627\u0644\u0645\u062E\u0635\u0635",chooseProviderLabel:"\u0627\u062E\u062A\u0631 \u0645\u0632\u0648\u062F \u0627\u0644\u062E\u062F\u0645\u0629",openaiProName:"\u0639\u0636\u0648 \u0645\u062D\u062A\u0631\u0641 \u0641\u064A \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0634\u0627\u0645\u0644\u0629 (\u0645\u0633\u062A\u062D\u0633\u0646)",openaiProDescription:"\u064A\u0645\u0643\u0646 \u0627\u0633\u062A\u062E\u062F\u0627\u0645 \u0627\u0644\u062D\u0632\u0645\u0629 \u0627\u0644\u062D\u0627\u0644\u064A\u0629 \u0645\u0628\u0627\u0634\u0631\u0629",openaiProDescriptionForNormal:"\u0644\u0627 \u062A\u0648\u062C\u062F \u0625\u0639\u062F\u0627\u062F\u0627\u062A \u0645\u0637\u0644\u0648\u0628\u0629. \u064A\u0645\u0643\u0646\u0643 \u0627\u0633\u062A\u062E\u062F\u0627\u0645\u0647\u0627 \u0628\u0639\u062F \u062A\u0633\u062C\u064A\u0644 \u0627\u0644\u062F\u062E\u0648\u0644 \u0643\u0639\u0636\u0648. <1> \u0627\u0646\u0642\u0631 \u0647\u0646\u0627 \u0644\u0644\u062A\u0631\u0642\u064A\u0629 \u0625\u0644\u0649 \u0639\u0636\u0648.",openaiCustomDescription:"\u064A\u0645\u0643\u0646 \u0627\u0644\u062D\u0635\u0648\u0644 \u0639\u0644\u064A\u0647 \u0645\u0646 OpenAI \u0623\u0648 Azure OpenAI \u0623\u0648 \u062E\u062F\u0645\u0627\u062A \u0623\u062E\u0631\u0649 \u062A\u0627\u0628\u0639\u0629 \u0644\u062C\u0647\u0627\u062A \u062E\u0627\u0631\u062C\u064A\u0629.<1> \u0627\u0646\u0642\u0631 \u0647\u0646\u0627 \u0644\u0639\u0631\u0636 \u0627\u0644\u0645\u0633\u062A\u0646\u062F.",openaiCustomName:"\u0645\u0641\u062A\u0627\u062D \u0648\u0627\u062C\u0647\u0629 \u0628\u0631\u0645\u062C\u0629 \u0627\u0644\u062A\u0637\u0628\u064A\u0642\u0627\u062A \u0627\u0644\u0645\u062E\u0635\u0635",needLoginAction:"(\u0623\u062F\u062E\u0644 \u0627\u0644\u0639\u0636\u0648\u064A\u0629 \u0623\u0648 \u0627\u0644\u062A\u062E\u0635\u064A\u0635)",goLoginOrAction:"(\u0623\u062F\u062E\u0644 \u0627\u0644\u0639\u0636\u0648\u064A\u0629 \u0623\u0648 \u0627\u0630\u0647\u0628 \u0625\u0644\u0649 \u0627\u0644\u0625\u0639\u062F\u0627\u062F\u0627\u062A)",yearly:"\u0627\u0644\u0627\u0634\u062A\u0631\u0627\u0643 \u0627\u0644\u0633\u0646\u0648\u064A \u0627\u0644\u0645\u0633\u062A\u0645\u0631",quarterly:"\u0645\u0648\u0627\u0633\u0645 \u0645\u062A\u062A\u0627\u0644\u064A\u0629",monthly:"\u0627\u0634\u062A\u0631\u0627\u0643 \u0634\u0647\u0631\u064A \u0645\u0633\u062A\u0645\u0631",yearlyForOnce:"\u0627\u0644\u0628\u0627\u0642\u0629 \u0627\u0644\u0633\u0646\u0648\u064A\u0629 \u0644\u0645\u0631\u0629 \u0648\u0627\u062D\u062F\u0629",monthlyForOnce:"\u0628\u0627\u0642\u0629 \u0634\u0647\u0631\u064A\u0629 \u0644\u0645\u0631\u0629 \u0648\u0627\u062D\u062F\u0629",daily:"\u0623\u064A\u0627\u0645 \u0645\u062A\u062A\u0627\u0644\u064A\u0629",year:"\u0627\u0644\u0627\u0634\u062A\u0631\u0627\u0643 \u0627\u0644\u0633\u0646\u0648\u064A \u0627\u0644\u0645\u0633\u062A\u0645\u0631",quarter:"\u0645\u0648\u0627\u0633\u0645 \u0645\u062A\u062A\u0627\u0644\u064A\u0629",month:"\u0627\u0634\u062A\u0631\u0627\u0643 \u0634\u0647\u0631\u064A \u0645\u0633\u062A\u0645\u0631",day:"\u0623\u064A\u0627\u0645 \u0645\u062A\u062A\u0627\u0644\u064A\u0629",onetime_7day:"\u062D\u0632\u0645\u0629 \u062A\u062C\u0631\u064A\u0628\u064A\u0629 \u0644\u0645\u062F\u0629 7 \u0623\u064A\u0627\u0645",currentPlanDescriptionForFree:"\u0627\u0644\u062D\u0632\u0645\u0629 \u0627\u0644\u062D\u0627\u0644\u064A\u0629\uFF1A\u0645\u062C\u0627\u0646\u064A\u0629",currentPlanDescriptionForContinuous:"\u0627\u0644\u0628\u0627\u0642\u0629 \u0627\u0644\u062D\u0627\u0644\u064A\u0629\uFF1A{plan}\u062A\u062C\u062F\u064A\u062F\u0647\u0627 \u062A\u0644\u0642\u0627\u0626\u064A\u0627 \u0641\u064A {endAt}",currentPlanDescriptionForAutoRenewCaceling:"\u0627\u0644\u0628\u0627\u0642\u0629 \u0627\u0644\u062D\u0627\u0644\u064A\u0629\uFF1A{plan}\u0648\u0633\u062A\u0646\u062A\u0647\u064A \u0641\u064A {endAt} \u0648\u0644\u0646 \u064A\u062A\u0645 \u062A\u062C\u062F\u064A\u062F\u0647\u0627 \u062A\u0644\u0642\u0627\u0626\u064A\u064B\u0627 \u0628\u0639\u062F \u0627\u0646\u062A\u0647\u0627\u0621 \u0627\u0644\u0635\u0644\u0627\u062D\u064A\u0629.",currentYearlyPlanDescriptionForAutoRenewCacelingWithRealPaiedUser:"\u0633\u062A\u0646\u062A\u0647\u064A \u0635\u0644\u0627\u062D\u064A\u0629 \u0627\u0644\u062D\u0632\u0645\u0629 \u0627\u0644\u062D\u0627\u0644\u064A\u0629\uFF1A{plan}\u0641\u064A {endAt} \u0648\u0644\u0646 \u064A\u062A\u0645 \u062A\u062C\u062F\u064A\u062F\u0647\u0627 \u062A\u0644\u0642\u0627\u0626\u064A\u064B\u0627 \u0628\u0639\u062F \u0627\u0646\u062A\u0647\u0627\u0621 \u0627\u0644\u0635\u0644\u0627\u062D\u064A\u0629.
<1>\u0627\u0646\u0642\u0631 \u0647\u0646\u0627 \u0644\u0625\u062F\u0627\u0631\u0629 \u062E\u0637\u0637 \u0627\u0644\u062A\u062C\u062F\u064A\u062F",currentYearlyPlanDescriptionForAutoRenewCacelingWithAdmin:"\u0633\u062A\u0646\u062A\u0647\u064A \u0635\u0644\u0627\u062D\u064A\u0629 \u0627\u0644\u062D\u0632\u0645\u0629 \u0627\u0644\u062D\u0627\u0644\u064A\u0629\uFF1A{plan}\u0641\u064A {endAt} \u0648\u0644\u0646 \u064A\u062A\u0645 \u062A\u062C\u062F\u064A\u062F\u0647\u0627 \u062A\u0644\u0642\u0627\u0626\u064A\u064B\u0627 \u0628\u0639\u062F \u0627\u0646\u062A\u0647\u0627\u0621 \u0627\u0644\u0635\u0644\u0627\u062D\u064A\u0629.
<1>\u0627\u0636\u063A\u0637 \u0647\u0646\u0627 \u0644\u062A\u0641\u0639\u064A\u0644 \u0627\u0644\u0627\u0634\u062A\u0631\u0627\u0643 \u0627\u0644\u0633\u0646\u0648\u064A \u0627\u0644\u0645\u0633\u062A\u0645\u0631",currentPlanDescriptionForOneTime:"\u0627\u0644\u062D\u0632\u0645\u0629 \u0627\u0644\u062D\u0627\u0644\u064A\u0629\uFF1A{plan}\u0648\u0633\u062A\u0646\u062A\u0647\u064A \u0641\u064A {endAt} <1> \u0627\u0646\u0642\u0631 \u0647\u0646\u0627 \u0644\u0644\u062A\u0631\u0642\u064A\u0629 \u0625\u0644\u0649 \u0627\u0644\u0631\u0633\u0648\u0645 \u0627\u0644\u0633\u0646\u0648\u064A\u0629 \u0623\u0648 <2> \u0631\u0633\u0648\u0645 \u0634\u0647\u0631\u064A\u0629 \u0639\u0636\u0648",upgradePlan:"\u0627\u0646\u0642\u0631 \u0647\u0646\u0627 \u0644\u0644\u062A\u0631\u0642\u064A\u0629 \u0625\u0644\u0649 \u0639\u0636\u0648\u064A\u0629 Pro",upgradeToPro:"\u0627\u0644\u062A\u0631\u0642\u064A\u0629 \u0625\u0644\u0649 \u0639\u0636\u0648\u064A\u0629 \u0628\u0631\u0648","popup.openPro":"\u0628\u0639\u062F \u0627\u0644\u062A\u0631\u0642\u064A\u0629 \u0625\u0644\u0649 \u0639\u0636\u0648\u064A\u0629 Pro\u060C \u064A\u0645\u0643\u0646\u0643 \u0627\u0644\u0627\u0633\u062A\u0645\u062A\u0627\u0639 \u0628\u062A\u0631\u062C\u0645\u0629 DeepL \u0648OpenAI\u060C \u0627\u0646\u0642\u0631 \u0647\u0646\u0627 \u0644\u0644\u062A\u0631\u0642\u064A\u0629","popup.openProForPro":"\u0623\u0646\u062A \u0639\u0636\u0648 \u0645\u062D\u062A\u0631\u0641 \u0648\u064A\u0645\u0643\u0646\u0643 \u0627\u0633\u062A\u062E\u062F\u0627\u0645 \u062A\u0631\u062C\u0645\u0629 DeepL \u0648OpenAI \u0645\u0628\u0627\u0634\u0631\u0629",currentAccount:"\u0627\u0644\u062D\u0633\u0627\u0628 \u0627\u0644\u062D\u0627\u0644\u064A",enableAutoSyncUserSettings:"\u062A\u0645\u0643\u064A\u0646 \u0627\u0644\u0645\u0632\u0627\u0645\u0646\u0629 \u0627\u0644\u0633\u062D\u0627\u0628\u064A\u0629 \u0627\u0644\u062A\u0644\u0642\u0627\u0626\u064A\u0629 \u0639\u0628\u0631 \u0623\u062C\u0647\u0632\u0629 \u0645\u062A\u0639\u062F\u062F\u0629",modalEnableInputTranslationTitle:"\u0646\u0635\u0627\u0626\u062D \u062A\u0631\u062C\u0645\u0629 \u0645\u0631\u0628\u0639 \u0625\u062F\u062E\u0627\u0644 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u063A\u0627\u0645\u0631\u0629",modalEnableInputTranslationDesc:"\u0644\u0642\u062F \u0642\u0645\u062A \u0644\u0644\u062A\u0648 \u0628\u062A\u0634\u063A\u064A\u0644 \u062A\u0631\u062C\u0645\u0629 \u0645\u0631\u0628\u0639 \u0627\u0644\u0625\u062F\u062E\u0627\u0644 \u0644\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0634\u0627\u0645\u0644\u0629 \u0639\u0646 \u0637\u0631\u064A\u0642 \u0627\u0644\u0636\u063A\u0637 \u0639\u0644\u0649 \u0634\u0631\u064A\u0637 \u0627\u0644\u0645\u0633\u0627\u0641\u0629 \u062B\u0644\u0627\u062B \u0645\u0631\u0627\u062A \u0641\u064A \u062A\u062A\u0627\u0628\u0639 \u0633\u0631\u064A\u0639\u060C \u0648\u0633\u064A\u062A\u0645 \u062A\u0631\u062C\u0645\u0629 \u0645\u062D\u062A\u0648\u0649 \u0645\u0631\u0628\u0639 \u0627\u0644\u0625\u062F\u062E\u0627\u0644 \u0625\u0644\u0649 \u0627\u0644\u0644\u063A\u0629 \u0627\u0644\u0647\u062F\u0641 \u0627\u0644\u0627\u0641\u062A\u0631\u0627\u0636\u064A\u0629. \u064A\u0645\u0643\u0646 \u0627\u0644\u062A\u0631\u0627\u062C\u0639 \u0639\u0646 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0639\u0628\u0631 Ctrl+Z.

\u0625\u0630\u0627 \u0643\u0627\u0646 \u0647\u0630\u0627 \u062E\u0637\u0623\u060C \u0641\u0644\u0627 \u062A\u0642\u0644\u0642\u060C \u064A\u0645\u0643\u0646\u0643 \u0627\u062E\u062A\u064A\u0627\u0631 \u062A\u0639\u0637\u064A\u0644\u0647 \u0647\u0630\u0647 \u0627\u0644\u0645\u0631\u0629\u060C \u0623\u0648 \u062A\u0639\u0637\u064A\u0644 \u062A\u0631\u062C\u0645\u0629 \u0645\u0631\u0628\u0639 \u0627\u0644\u0625\u062F\u062E\u0627\u0644 \u0628\u0634\u0643\u0644 \u062F\u0627\u0626\u0645.",saveAndNotShowAgain:"\u0627\u062D\u0641\u0638 \u0648\u0644\u0627 \u062A\u0637\u0627\u0644\u0628 \u0645\u0631\u0629 \u0623\u062E\u0631\u0649",disableInputTranslationTips:"* \u064A\u0645\u0643\u0646\u0643 \u0623\u064A\u0636\u064B\u0627 \u0636\u0628\u0637 \u0645\u0641\u0627\u062A\u064A\u062D \u0627\u0644\u0627\u062E\u062A\u0635\u0627\u0631 \u0627\u0644\u0623\u062E\u0631\u0649 \u0644\u062A\u0634\u063A\u064A\u0644\u0647\u0627 \u0641\u064A {option} \u060C{learnMore}.",learnMore:"\u0627\u0646\u0642\u0631 \u0647\u0646\u0627 \u0644\u0645\u0639\u0631\u0641\u0629 \u0627\u0644\u0645\u0632\u064A\u062F",continueEnalbeInputTranslation:"\u0627\u0633\u062A\u0645\u0631 \u0641\u064A \u062A\u0645\u0643\u064A\u0646 \u062A\u0631\u062C\u0645\u0629 \u0645\u0631\u0628\u0639 \u0627\u0644\u0625\u062F\u062E\u0627\u0644",autoRenewTrialSuffix:'(\u0623\u062B\u0646\u0627\u0621 \u0627\u0644\u0641\u062A\u0631\u0629 \u0627\u0644\u062A\u062C\u0631\u064A\u0628\u064A\u0629\u060C \u0633\u064A\u062A\u0645 \u062A\u0631\u0642\u064A\u0629\u0639\u0644\u0649 \u0627\u0644\u0641\u0648\u0631 \u0625\u0644\u0649\u0631\u0633\u0645\u064A1 )',upgradeFromTrialTitle:"\u0627\u0644\u062A\u0631\u0642\u064A\u0629 \u0625\u0644\u0649 \u0639\u0636\u0648 \u0631\u0633\u0645\u064A",subtitle:"\u062A\u0631\u062C\u0645\u0627\u062A \u0627\u0644\u0641\u064A\u062F\u064A\u0648",youtubeService:"\u062E\u062F\u0645\u0629 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u063A\u0627\u0645\u0631\u0629 \u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0641\u064A\u062F\u064A\u0648","subtitle.disabledSubtitle":"\u062A\u0639\u0637\u064A\u0644 \u062A\u0631\u062C\u0645\u0627\u062A \u0627\u0644\u0641\u064A\u062F\u064A\u0648 \u0628\u0634\u0643\u0644 \u062F\u0627\u0626\u0645","subtitle.disabledSubtitleDescription":"\u0625\u0630\u0627 \u0643\u0627\u0646\u062A \u062A\u0631\u062C\u0645\u0627\u062A \u0627\u0644\u0641\u064A\u062F\u064A\u0648 \u0627\u0644\u062E\u0627\u0635\u0629 \u0628\u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0634\u0627\u0645\u0644\u0629 \u062A\u062A\u0639\u0627\u0631\u0636 \u0645\u0639 \u0645\u0644\u062D\u0642\u0627\u062A \u0623\u062E\u0631\u0649\u060C \u0641\u064A\u0645\u0643\u0646\u0643 \u0627\u062E\u062A\u064A\u0627\u0631 \u062A\u0639\u0637\u064A\u0644 \u0648\u0638\u064A\u0641\u0629 \u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0641\u064A\u062F\u064A\u0648 \u0627\u0644\u062E\u0627\u0635\u0629 \u0628\u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0634\u0627\u0645\u0644\u0629 \u0628\u0634\u0643\u0644 \u062F\u0627\u0626\u0645 \u0623\u0648 \u0625\u0644\u063A\u0627\u0621 \u062A\u062B\u0628\u064A\u062A \u0627\u0644\u0645\u0644\u062D\u0642\u0627\u062A \u0627\u0644\u0645\u062A\u0639\u0627\u0631\u0636\u0629 \u0627\u0644\u0623\u062E\u0631\u0649.","subtitle.autoEnableSubtitle":"\u0627\u0633\u062A\u062E\u062F\u0645 \u0627\u0644\u062A\u0631\u062C\u0645\u0627\u062A \u062B\u0646\u0627\u0626\u064A\u0629 \u0627\u0644\u0644\u063A\u0629 \u062A\u0644\u0642\u0627\u0626\u064A\u064B\u0627","subtitle.autoEnableSubtitleDescription":"\u0628\u0639\u062F \u0627\u0644\u062A\u0641\u0639\u064A\u0644\u060C \u0639\u0646\u062F \u062A\u0634\u063A\u064A\u0644 \u0627\u0644\u0641\u064A\u062F\u064A\u0648\u060C \u0633\u064A\u062A\u0645 \u0639\u0631\u0636 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u062B\u0646\u0627\u0626\u064A\u0629 \u062A\u0644\u0642\u0627\u0626\u064A\u064B\u0627\u060C \u0648\u0625\u0644\u0627 \u0633\u064A\u062A\u0639\u064A\u0646 \u0627\u0644\u0646\u0642\u0631 \u0639\u0644\u0649 \u0632\u0631 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0644\u0644\u0639\u0631\u0636.","subtitle.preTranslation":"\u0627\u0633\u062A\u062E\u062F\u0645 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0634\u0627\u0645\u0644\u0629 \u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u062A\u0631\u062C\u0645\u0627\u062A","subtitle.preTranslationDescription":"\u0628\u0639\u062F \u062A\u0641\u0639\u064A\u0644\u0647\u0627\u060C \u0633\u062A\u0639\u0637\u0649 \u0627\u0644\u0623\u0648\u0644\u0648\u064A\u0629 \u0644\u0627\u0633\u062A\u062E\u062F\u0627\u0645 \u062E\u062F\u0645\u0629 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0645\u062D\u062F\u062F\u0629 \u0623\u062F\u0646\u0627\u0647 \u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0628\u0627\u0644\u0643\u0627\u0645\u0644 \u0645\u0642\u062F\u0645\u064B\u0627. \u064A\u0633\u062A\u0647\u0644\u0643 \u0645\u0642\u0637\u0639 \u0641\u064A\u062F\u064A\u0648 \u0645\u062F\u062A\u0647 \u0633\u0627\u0639\u0629 \u0648\u0627\u062D\u062F\u0629 \u0645\u0627 \u064A\u0642\u0631\u0628 \u0645\u0646 50000 \u0631\u0645\u0632\u064B\u0627 \u0623\u0648 \u062D\u0631\u0641\u064B\u0627\u060C \u0644\u0630\u0627 \u064A\u0631\u062C\u0649 \u0627\u0633\u062A\u062E\u062F\u0627\u0645\u0647\u0627 \u0628\u0627\u0644\u0634\u0643\u0644 \u0627\u0644\u0645\u0646\u0627\u0633\u0628\u061B \u0628\u0639\u062F \u0627\u0644\u062A\u0639\u0637\u064A\u0644\u060C \u0633\u062A\u0639\u0637\u0649 \u0627\u0644\u0623\u0648\u0644\u0648\u064A\u0629 \u0644\u0627\u0633\u062A\u062E\u062F\u0627\u0645 \u0627\u0644\u062A\u0631\u062C\u0645\u0627\u062A \u0627\u0644\u0645\u062A\u0631\u062C\u0645\u0629 \u0622\u0644\u064A\u064B\u0627 \u0648\u0627\u0644\u062A\u064A \u062A\u0623\u062A\u064A \u0645\u0639 \u0627\u0644\u0641\u064A\u062F\u064A\u0648 \u0627\u0644\u0623\u0635\u0644\u064A.","subtitle.humanSubtitlesPreferred":"\u0625\u0639\u0637\u0627\u0621 \u0627\u0644\u0623\u0648\u0644\u0648\u064A\u0629 \u0644\u0627\u0633\u062A\u062E\u062F\u0627\u0645 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0628\u0634\u0631\u064A\u0629","subtitle.humanSubtitlesPreferredDescription":"\u0639\u0646\u062F\u0645\u0627 \u064A\u062D\u062A\u0648\u064A \u0645\u0642\u0637\u0639 \u0641\u064A\u062F\u064A\u0648 \u0639\u0644\u0649 \u062A\u0631\u062C\u0645\u0627\u062A \u064A\u062F\u0648\u064A\u0629 \u0628\u0627\u0644\u0644\u063A\u0629 \u0627\u0644\u0647\u062F\u0641\u060C \u0627\u0633\u062A\u062E\u062F\u0645 \u0627\u0644\u062A\u0631\u062C\u0645\u0627\u062A \u0627\u0644\u064A\u062F\u0648\u064A\u0629 \u0623\u0648\u0644\u0627\u064B (\u0645\u0648\u0635\u0649 \u0628\u0647)",videoSubtitleTranslationDescription:"\u062A\u062E\u0635\u064A\u0635 \u062E\u062F\u0645\u0629 \u062A\u0631\u062C\u0645\u0629 \u0645\u0646\u0641\u0635\u0644\u0629 \u0644\u062A\u0631\u062C\u0645\u0627\u062A \u0627\u0644\u0641\u064A\u062F\u064A\u0648",subtitleTranslating:"\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u062A\u0631\u062C\u0645\u0627\u062A \u0628\u0627\u0633\u062A\u062E\u062F\u0627\u0645 {service} \u062E\u062F\u0645\u0629\u060C \u064A\u0631\u062C\u0649 \u0627\u0644\u0627\u0646\u062A\u0638\u0627\u0631... (\u062A\u0631\u062C\u0645\u0629 \u063A\u0627\u0645\u0631\u0629)",subtitleLoading:"\u062C\u0627\u0631\u064D \u062A\u062D\u0645\u064A\u0644 \u0627\u0644\u062A\u0631\u062C\u0645\u0629...",bilingual:"\u062B\u0646\u0627\u0626\u064A \u0627\u0644\u0644\u063A\u0629","field.action":"\u0645\u0627 \u0625\u0630\u0627 \u0643\u0627\u0646 \u0633\u064A\u062A\u0645 \u062A\u0645\u0643\u064A\u0646 \u0645\u0635\u0637\u0644\u062D\u0627\u062A \u0628\u0627\u064A\u062F\u0648","description.action":"\u0628\u0639\u062F \u0627\u0644\u062A\u0645\u0643\u064A\u0646\u060C \u0633\u062A\u062A\u0645 \u0625\u0636\u0627\u0641\u0629 \u0627\u0644\u0625\u062C\u0631\u0627\u0621 \u0627\u0644\u0645\u0639\u0644\u0645\u0629 = 1 \u0625\u0644\u0649 \u0637\u0644\u0628 \u0625\u0628\u0644\u0627\u063A Baidu \u0644\u062A\u0645\u0643\u064A\u0646 \u0627\u0644\u0645\u0635\u0637\u0644\u062D.<1> \u064A\u0631\u062C\u0649 \u0627\u0644\u0631\u062C\u0648\u0639 \u0625\u0644\u0649 \u0627\u0644\u0648\u062B\u0627\u0626\u0642 \u0627\u0644\u0631\u0633\u0645\u064A\u0629 \u0644\u0645\u0632\u064A\u062F \u0645\u0646 \u0627\u0644\u062A\u0639\u0644\u064A\u0645\u0627\u062A.",closeQuickTranslation:"\u0623\u063A\u0644\u0642 \u0627\u0644\u0643\u0631\u0629 \u0627\u0644\u0639\u0627\u0626\u0645\u0629","closeQuickTranslation.untilNext":"\u0645\u063A\u0644\u0642 \u062D\u062A\u0649 \u0627\u0644\u0632\u064A\u0627\u0631\u0629 \u0627\u0644\u0642\u0627\u062F\u0645\u0629","closeQuickTranslation.currentWebsite":"\u0627\u0644\u0645\u0648\u0642\u0639 \u0627\u0644\u062D\u0627\u0644\u064A \u0645\u0639\u0637\u0644","closeQuickTranslation.alwaysClose":"\u062A\u0639\u0637\u064A\u0644 \u062F\u0627\u0626\u0645","closeQuickTranslation.settingOpen":"(\u064A\u0645\u0643\u0646 \u0627\u0644\u0639\u062B\u0648\u0631 \u0639\u0644\u064A\u0647 \u0641\u064A \u0635\u0641\u062D\u0629 \u0627\u0644\u0625\u0639\u062F\u0627\u062F <1> \u0634\u063A\u0644\u0647)","closeQuickTranslation.cancel":"\u064A\u0644\u063A\u064A","closeQuickTranslation.confirm":"\u0628\u0627\u0644\u062A\u0623\u0643\u064A\u062F","floatBall.popup":"\u0627\u0641\u062A\u062D \u0644\u0648\u062D\u0629 \u0627\u0644\u0625\u0639\u062F\u0627\u062F\u0627\u062A \u0627\u0644\u0633\u0631\u064A\u0639\u0629","floatBall.translate":"\u0627\u0646\u0642\u0631 \u0644\u062A\u0631\u062C\u0645\u0629 \u0647\u0630\u0647 \u0627\u0644\u0635\u0641\u062D\u0629","floatBall.showOriginal":"\u0627\u0646\u0642\u0631 \u0644\u0644\u062A\u0628\u062F\u064A\u0644 \u0645\u0631\u0629 \u0623\u062E\u0631\u0649 \u0625\u0644\u0649 \u0627\u0644\u0646\u0635 \u0627\u0644\u0623\u0635\u0644\u064A","floatBall.close":"\u0623\u063A\u0644\u0642 \u0627\u0644\u0643\u0631\u0629 \u0627\u0644\u0639\u0627\u0626\u0645\u0629","floatBallOptions.enableDescPc":"\u0628\u0639\u062F \u062A\u0641\u0639\u064A\u0644 \u0627\u0644\u0643\u0631\u0629 \u0627\u0644\u0639\u0627\u0626\u0645\u0629 \u0644\u0644\u0635\u0641\u062D\u0629\u060C \u0633\u064A\u062A\u0645 \u0639\u0631\u0636 \u0632\u0631 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0633\u0631\u064A\u0639\u0629 \u0639\u0644\u0649 \u0627\u0644\u062C\u0627\u0646\u0628 \u0627\u0644\u0623\u064A\u0645\u0646 \u0645\u0646 \u0627\u0644\u0635\u0641\u062D\u0629\u060C \u0627\u0646\u0642\u0631 \u0644\u0644\u062A\u0631\u062C\u0645\u0629.","floatBallOptions.enableDesc":"\u0628\u0639\u062F \u0625\u063A\u0644\u0627\u0642 \u0627\u0644\u0643\u0631\u0629 \u0627\u0644\u0639\u0627\u0626\u0645\u0629\u060C \u064A\u0645\u0643\u0646 \u0625\u064A\u0642\u0627\u0638\u0647\u0627 \u0628\u0640{touch}. \u0644\u0645\u0646\u0639 \u0627\u0644\u0639\u062B\u0648\u0631 \u0639\u0644\u0649 \u0627\u0644\u0643\u0631\u0629 \u0627\u0644\u0639\u0627\u0626\u0645\u0629 \u0628\u0639\u062F \u0625\u064A\u0642\u0627\u0641 \u062A\u0634\u063A\u064A\u0644 \u0647\u0630\u0627 \u0627\u0644\u062E\u064A\u0627\u0631 \u0639\u0646 \u0637\u0631\u064A\u0642 \u0627\u0644\u062E\u0637\u0623\u060C \u064A\u0648\u0635\u0649 \u0628\u0634\u062F\u0629 \u0628\u0648\u0636\u0639 \u0625\u0634\u0627\u0631\u0629 \u0645\u0631\u062C\u0639\u064A\u0629 \u0639\u0644\u0649 \u0635\u0641\u062D\u0629 \u0627\u0644\u0625\u0639\u062F\u0627\u062F\u0627\u062A \u0647\u0630\u0647.","description.azureApiUrl":"\u0627\u0645\u0644\u0623 \u0639\u0646\u0648\u0627\u0646 \u0648\u0627\u062C\u0647\u0629 API \u0627\u0644\u0645\u062E\u0635\u0635\u0629",confirmSupportMouse:"\u0641\u0631\u0636 \u062F\u0639\u0645 \u0627\u0644\u0645\u0627\u0648\u0633 \u0644\u064A\u062A\u0645 \u062A\u0645\u0643\u064A\u0646\u0647",confirmSupportMouseDescription:"\u062A\u0645 \u0627\u0643\u062A\u0634\u0627\u0641 \u0623\u0646 \u0627\u0644\u0645\u062A\u0635\u0641\u062D \u0627\u0644\u062D\u0627\u0644\u064A \u0644\u0627 \u064A\u062F\u0639\u0645 \u0648\u0638\u064A\u0641\u0629 \u0627\u0644\u0645\u0627\u0648\u0633. \u0647\u0644 \u062A\u0631\u064A\u062F \u0641\u0631\u0636 \u062A\u0645\u0643\u064A\u0646 \u062F\u0639\u0645 \u0627\u0644\u0645\u0627\u0648\u0633\u061F",sampleTargetText:"\u0627\u0644\u0644\u064A\u0644 \u0627\u0644\u0637\u0648\u064A\u0644 \u0642\u0627\u062F\u0645\u060C \u0648\u0633\u0623\u0638\u0644 \u0633\u0627\u0647\u0631\u064B\u0627 \u0645\u0646 \u0627\u0644\u0622\u0646 \u0641\u0635\u0627\u0639\u062F\u064B\u0627 \u062D\u062A\u0649 \u0623\u0645\u0648\u062A. \u0644\u0646 \u0623\u062A\u062E\u0630 \u0632\u0648\u062C\u0629\u060C \u0648\u0644\u0627 \u0625\u0642\u0637\u0627\u0639\u064A\u0629\u060C \u0648\u0644\u0627 \u0623\u0637\u0641\u0627\u0644\u0627\u064B. \u0644\u0646 \u0623\u0631\u062A\u062F\u064A \u0627\u0644\u062A\u0627\u062C \u0623\u0648 \u0623\u062A\u0646\u0627\u0641\u0633 \u0639\u0644\u0649 \u0627\u0644\u0623\u0648\u0633\u0645\u0629. \u0633\u0623\u0642\u0648\u0645 \u0628\u0648\u0627\u062C\u0628\u064A \u0628\u0625\u062E\u0644\u0627\u0635\u060C \u0648\u0623\u0639\u064A\u0634 \u0648\u0623\u0645\u0648\u062A.",sampleSourceText:"Night gathers, and now my watch begins. It shall not end until my death. I shall take no wife, hold no lands, father no children. I shall wear no crowns and win no glory. I shall live and die at my post.","subtitle.supportedSites":"\u5DF2\u652F\u6301\u5728\u8FD9\u4E9B\u7F51\u7AD9\u4F7F\u7528\u53CC\u8BED\u5B57\u5E55\uFF08\u6CE8\u610F\uFF1A\u7531\u4E8E\u6280\u672F\u9650\u5236\uFF0C\u90E8\u5206\u7F51\u7AD9\u5728\u9996\u6B21\u5F00\u542F\u5B57\u5E55\u540E\u9700\u8981\u91CD\u65B0\u5237\u65B0\u9875\u9762\uFF0C\u6216\u8005\u9700\u7B49\u5F85\u7FFB\u8BD1\u5B8C\u6210\u4EE5\u663E\u793A\u53CC\u8BED\u5B57\u5E55\uFF09\uFF1A",viewWithImmersiveTranslate:"\u53CC\u8BED\u7248\u672C(\u6C89\u6D78\u5F0F\u7FFB\u8BD1)",errorReason:"\u9519\u8BEF\u539F\u56E0\uFF1A{message}","proQuotaExceededError.onetime7day":'\uFF0C\u60A8\u53EF\u4EE5\u9009\u62E9\u4EE5\u4E0B\u65B9\u5F0F\u89E3\u51B3\uFF1A

1. \u5207\u6362\u5230 {anotherService} \u6216\u5176\u4ED6\u7FFB\u8BD1\u670D\u52A1
2. \u5347\u7EA7\u4E3A\u6708\u5EA6/\u5E74\u5EA6\u4F1A\u5458',"proQuotaExceededError.trial":'\uFF0C\u60A8\u53EF\u4EE5\u9009\u62E9\u4EE5\u4E0B\u65B9\u5F0F\u89E3\u51B3\uFF1A

1. \u5207\u6362\u5230 {anotherService} \u6216\u5176\u4ED6\u7FFB\u8BD1\u670D\u52A1
2. \u7ACB\u523B\u5347\u7EA7\u4E3A\u6B63\u5F0F\u4F1A\u5458',"proQuotaExceededError.nonTrial":'\uFF0C\u60A8\u53EF\u4EE5\u9009\u62E9\u4EE5\u4E0B\u65B9\u5F0F\u89E3\u51B3\uFF1A

1. \u5207\u6362\u5230 {anotherService} \u6216\u5176\u4ED6\u7FFB\u8BD1\u670D\u52A1
2. \u8D2D\u4E70 {translationService} \u989D\u5916\u6D41\u91CF\u5305',"proQuotaExceededError.resetTime":"
3. \u989D\u5EA6\u91CD\u7F6E\u65F6\u95F4\uFF1A{resetTime}","desc.touchShortcutsToggleTranslatePageOnlyTranslation":'\u062A\u0634\u064A\u0631 "\u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0641\u0642\u0637" \u0625\u0644\u0649 \u0639\u0631\u0636 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0641\u0642\u0637\u060C \u0625\u0630\u0627 \u0644\u0645 \u064A\u062A\u0645 \u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0635\u0641\u062D\u0629 \u0627\u0644\u0625\u0644\u0643\u062A\u0631\u0648\u0646\u064A\u0629 \u0628\u0639\u062F\u060C \u0633\u064A\u062A\u0645 \u062A\u063A\u064A\u064A\u0631 \u0627\u0644\u0648\u0636\u0639 \u0648\u062A\u0631\u062C\u0645\u062A\u0647\u0627.',"desc.toggleOnlyTransation":"\u062A\u0634\u064A\u0631 \u0648\u0636\u0639\u064A\u0629 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0641\u0642\u0637 \u0625\u0644\u0649 \u0639\u0631\u0636 \u0627\u0644\u0646\u0635 \u0627\u0644\u0645\u062A\u0631\u062C\u0645 \u0641\u0642\u0637\u060C \u0625\u0630\u0627 \u0644\u0645 \u064A\u062A\u0645 \u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0635\u0641\u062D\u0629 \u0627\u0644\u0625\u0644\u0643\u062A\u0631\u0648\u0646\u064A\u0629 \u0628\u0639\u062F\u060C \u0633\u064A\u062A\u0645 \u062A\u063A\u064A\u064A\u0631 \u0627\u0644\u0648\u0636\u0639 \u0648\u062A\u0631\u062C\u0645\u062A\u0647\u0627.",touchShortcutsToggleTranslatePageOnlyTranslation:"\u062A\u0639\u064A\u064A\u0646 \u0627\u0644\u0625\u064A\u0645\u0627\u0621\u0627\u062A \u0639\u0644\u0649 \u0627\u0644\u0634\u0627\u0634\u0629 \u0644\u0644\u062A\u0628\u062F\u064A\u0644 \u0628\u064A\u0646 \u0627\u0644\u0648\u0636\u0639 \u0627\u0644\u0645\u0632\u062F\u0648\u062C / \u0627\u0644\u0648\u0636\u0639 \u0627\u0644\u0646\u0635\u064A \u0641\u0642\u0637",download_started:"\u0628\u062F\u0623 \u0627\u0644\u062A\u0646\u0632\u064A\u0644 \u0628\u0627\u0644\u0641\u0639\u0644\u060C \u0625\u0630\u0627 \u0644\u0645 \u064A\u062A\u0645 \u0627\u0644\u062A\u0646\u0632\u064A\u0644 \u062A\u0644\u0642\u0627\u0626\u064A\u064B\u0627\u060C \u064A\u0631\u062C\u0649 \u0627\u0644\u0646\u0642\u0631 \u064A\u062F\u0648\u064A\u064B\u0627",here:"\u0647\u0646\u0627","desc.toggleVideoSubtitlePreTranslation":"\u0628\u0639\u062F \u0627\u0644\u0636\u063A\u0637\u060C \u0633\u062A\u0633\u062A\u062E\u062F\u0645 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u063A\u0627\u0645\u0631\u0629 \u0644\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u062B\u0646\u0627\u0626\u064A\u0629 \u0644\u0644\u0641\u064A\u062F\u064A\u0648 \u0628\u0634\u0643\u0644 \u0623\u0648\u0644\u0648\u064A\u060C \u0648\u0628\u0627\u0644\u0636\u063A\u0637 \u0645\u0631\u0629 \u0623\u062E\u0631\u0649\u060C \u0633\u062A\u0633\u062A\u062E\u062F\u0645 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0622\u0644\u064A\u0629 \u0627\u0644\u0645\u0631\u0641\u0642\u0629 \u0628\u0627\u0644\u0641\u064A\u062F\u064A\u0648 \u0627\u0644\u0623\u0635\u0644\u064A \u0628\u0634\u0643\u0644 \u0623\u0648\u0644\u0648\u064A. \u064A\u0631\u062C\u0649 \u0645\u0644\u0627\u062D\u0638\u0629: \u0647\u0630\u0627 \u0627\u0644\u0627\u062E\u062A\u0635\u0627\u0631 \u064A\u0639\u062F\u0644 \u0627\u0644\u0625\u0639\u062F\u0627\u062F\u0627\u062A \u0627\u0644\u0639\u0627\u0645\u0629.",videoSubtitlePreTranslationOn:"\u0633\u064A\u062A\u0645 \u0627\u0633\u062A\u062E\u062F\u0627\u0645 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u063A\u0627\u0645\u0631\u0629 \u0628\u0634\u0643\u0644 \u0623\u0648\u0644\u0648\u064A \u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u062A\u0631\u062C\u0645\u0627\u062A \u0627\u0644\u0645\u0631\u0626\u064A\u0629",videoSubtitlePreTranslationOff:"\u0633\u064A\u062A\u0645 \u0627\u0633\u062A\u062E\u062F\u0627\u0645 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0622\u0644\u064A\u0629 \u0644\u0644\u062A\u0631\u062C\u0645\u0629 \u0641\u064A \u0627\u0644\u0641\u064A\u062F\u064A\u0648 \u0628\u0634\u0643\u0644 \u0623\u0648\u0644\u0648\u064A",translationFont:"\u062A\u0639\u064A\u064A\u0646 \u0627\u0644\u062E\u0637","translationFont.custom":"\u0623\u062F\u062E\u0644 \u0627\u0644\u062E\u0637 \u0627\u0644\u0645\u062E\u0635\u0635","translationFont.customPlaceholder":"\u062E\u0637 \u0627\u0644\u0643\u062A\u0627\u0628\u0629","translationFont.notSupportErrorMessage":"\u064A\u0631\u062C\u0649 \u0627\u0644\u062A\u062D\u0642\u0642 \u0645\u0646 \u0635\u062D\u0629 \u0627\u0633\u0645 \u0627\u0644\u062E\u0637 \u0627\u0644\u0630\u064A \u0623\u062F\u062E\u0644\u062A\u0647 \u060C \u0623\u0648 \u0627\u0644\u062A\u0623\u0643\u062F \u0645\u0646 \u0623\u0646 \u0627\u0644\u062E\u0637 \u0642\u062F \u062A\u0645 \u062A\u062B\u0628\u064A\u062A\u0647 \u0628\u0627\u0644\u0641\u0639\u0644 \u0639\u0644\u0649 \u062C\u0647\u0627\u0632\u0643.","touch.mouse-translate":"\u062A\u0631\u062C\u0645 \u0627\u0644\u0641\u0642\u0631\u0629 \u0627\u0644\u0645\u062D\u062F\u062F\u0629","translationServices.inherit":"\u0627\u062A\u0628\u0639 \u0627\u0644\u062E\u062F\u0645\u0629 \u0627\u0644\u0631\u0626\u064A\u0633\u064A\u0629 \u0644\u0644\u062A\u0631\u062C\u0645\u0629","error.serveConfigError":"\u062E\u0637\u0623 \u0641\u064A \u062A\u0643\u0648\u064A\u0646 \u0627\u0644\u062E\u062F\u0645\u0629","error.reloadPageOfSetting":"\u0628\u0639\u062F \u0627\u0644\u062A\u0643\u0648\u064A\u0646\u060C \u064A\u0631\u062C\u0649 \u062A\u062D\u062F\u064A\u062B \u0627\u0644\u0635\u0641\u062D\u0629 \u0648\u062A\u0631\u062C\u0645\u062A\u0647\u0627 \u0645\u0631\u0629 \u0623\u062E\u0631\u0649.","error.googleLimitIp":"\u062A\u0645 \u0625\u0631\u062C\u0627\u0639 \u062E\u0637\u0623 \u0645\u0646 \u0627\u0644\u062E\u062F\u0645\u0629 \u060C \u062E\u062F\u0645\u0629 Google \u0642\u062F \u0642\u0627\u0645\u062A \u0628\u062A\u0642\u064A\u064A\u062F \u0627\u0644\u0646\u0637\u0627\u0642 \u0627\u0644\u062E\u0627\u0635 \u0628\u0639\u0646\u0648\u0627\u0646 IP \u0647\u0630\u0627 \u060C \u0646\u0646\u0635\u062D\u0643 \u0628\u062A\u063A\u064A\u064A\u0631 \u0646\u0642\u0637\u0629 \u0627\u0644\u0634\u0628\u0643\u0629.","error.openAIFreeLimit":"\u062A\u0645 \u0625\u0631\u062C\u0627\u0639 \u062E\u0637\u0623 \u0645\u0646 \u0627\u0644\u062E\u062F\u0645\u0629\u060C \u0648\u0642\u062F \u0648\u0635\u0644\u062A \u062A\u0631\u062F\u062F \u0637\u0644\u0628\u0627\u062A \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u062D\u0627\u0644\u064A\u0629 \u0625\u0644\u0649 \u0627\u0644\u062D\u062F \u0627\u0644\u0623\u0642\u0635\u0649 \u0627\u0644\u0628\u0627\u0644\u063A 3 \u0645\u0631\u0627\u062A \u0641\u064A \u0627\u0644\u062F\u0642\u064A\u0642\u0629\u060C \u064A\u0631\u062C\u0649 \u0627\u0644\u0645\u062D\u0627\u0648\u0644\u0629 \u0645\u0631\u0629 \u0623\u062E\u0631\u0649 \u0644\u0627\u062D\u0642\u064B\u0627. (\u0647\u0630\u0627 \u0647\u0648 \u0627\u0644\u0642\u064A\u062F \u0627\u0644\u0631\u0633\u0645\u064A \u0645\u0646 OpenAI \u0644\u0645\u0641\u062A\u0627\u062D API \u0627\u0644\u0645\u062C\u0627\u0646\u064A\u060C \u0644\u0631\u0641\u0639 \u0647\u0630\u0627 \u0627\u0644\u0642\u064A\u062F\u060C \u064A\u0631\u062C\u0649 \u0631\u0628\u0637 \u0628\u0637\u0627\u0642\u0629 \u0627\u0644\u0627\u0626\u062A\u0645\u0627\u0646 \u0641\u064A \u0644\u0648\u062D\u0629 \u0627\u0644\u062A\u062D\u0643\u0645 \u0627\u0644\u062E\u0644\u0641\u064A\u0629 \u0644\u0640 OpenAI.)","error.openAIExceededQuota":"\u062A\u0645 \u0625\u0631\u062C\u0627\u0639 \u0627\u0644\u062E\u062F\u0645\u0629 \u0628\u062E\u0637\u0623: \u0631\u0635\u064A\u062F \u062D\u0633\u0627\u0628 OpenAI \u0627\u0644\u062D\u0627\u0644\u064A \u063A\u064A\u0631 \u0643\u0627\u0641\u064D \u060C \u064A\u0631\u062C\u0649 \u0625\u0639\u0627\u062F\u0629 \u0627\u0644\u0634\u062D\u0646 \u0623\u0648 \u0631\u0628\u0637 \u0628\u0637\u0627\u0642\u0629 \u0627\u0644\u0627\u0626\u062A\u0645\u0627\u0646 \u0641\u064A \u0627\u0644\u062E\u0644\u0641\u064A\u0629 \u0627\u0644\u0631\u0633\u0645\u064A\u0629 \u0644\u0640 OpenAI.","error.429":"\u062A\u0645 \u0625\u0631\u062C\u0627\u0639 \u0627\u0644\u062E\u062F\u0645\u0629 \u0628\u062E\u0637\u0623\u060C \u0645\u0645\u0627 \u064A\u0634\u064A\u0631 \u0625\u0644\u0649 \u0623\u0646 \u0627\u0644\u0637\u0644\u0628\u0627\u062A \u0643\u062B\u064A\u0631\u0629 \u062C\u062F\u064B\u0627 \u0623\u0648 \u062A\u062C\u0627\u0648\u0632\u062A \u0627\u0644\u062D\u062F \u0627\u0644\u0645\u062D\u062F\u062F\u060C \u064A\u0631\u062C\u0649 \u0627\u0644\u0645\u062D\u0627\u0648\u0644\u0629 \u0645\u0631\u0629 \u0623\u062E\u0631\u0649 \u0644\u0627\u062D\u0642\u064B\u0627.","error.403":"\u062A\u0645 \u0625\u0631\u062C\u0627\u0639 \u0627\u0644\u062E\u062F\u0645\u0629 \u0628\u062E\u0637\u0623\u060C \u0644\u064A\u0633 \u0644\u062F\u064A\u0643 \u0627\u0644\u0635\u0644\u0627\u062D\u064A\u0629 \u0627\u0644\u0645\u0624\u0642\u062A\u0629 \u0644\u0644\u0648\u0635\u0648\u0644 \u0625\u0644\u0649 \u0647\u0630\u0647 \u0627\u0644\u062E\u062F\u0645\u0629.","error.400":"\u062A\u0645 \u0625\u0631\u062C\u0627\u0639 \u062E\u0637\u0623 \u0641\u064A \u0627\u0644\u062E\u062F\u0645\u0629 \u060C \u062E\u0637\u0623 \u0641\u064A \u0645\u0639\u0644\u0645\u0627\u062A \u0627\u0644\u0637\u0644\u0628 \u060C \u064A\u0631\u062C\u0649 \u0627\u0644\u062A\u062D\u0642\u0642 \u0645\u0646 \u0627\u0644\u062A\u0643\u0648\u064A\u0646 \u0627\u0644\u0645\u0646\u0627\u0633\u0628.","error.502":"\u062A\u0645 \u0625\u0631\u062C\u0627\u0639 \u062E\u0637\u0623 \u0645\u0646 \u0627\u0644\u062E\u062F\u0645\u0629 \u060C \u062A\u062C\u0627\u0648\u0632 \u0627\u0644\u062E\u062F\u0645\u0629 \u0627\u0644\u0648\u0642\u062A \u0627\u0644\u0645\u062D\u062F\u062F \u060C \u064A\u0631\u062C\u0649 \u0627\u0644\u0645\u062D\u0627\u0648\u0644\u0629 \u0645\u0631\u0629 \u0623\u062E\u0631\u0649 \u0641\u064A \u0648\u0642\u062A \u0644\u0627\u062D\u0642.","error.proTokenInvalid":"\u0625\u0630\u0627 \u0643\u0646\u062A \u0645\u0633\u062A\u062E\u062F\u0645\u064B\u0627 \u0645\u062D\u062A\u0631\u0641\u064B\u0627 \u060C \u064A\u0631\u062C\u0649 \u062A\u0633\u062C\u064A\u0644 \u0627\u0644\u062F\u062E\u0648\u0644 \u0642\u0628\u0644 \u0627\u0633\u062A\u062E\u062F\u0627\u0645 \u062E\u062F\u0645\u0629 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0645\u062D\u062A\u0631\u0641\u0629","error.proUpgrade":"\u0628\u0639\u062F \u0627\u0644\u062A\u0631\u0642\u064A\u0629 \u060C \u064A\u0631\u062C\u0649 \u062A\u062D\u062F\u064A\u062B \u0627\u0644\u0635\u0641\u062D\u0629 \u0648\u062A\u0631\u062C\u0645\u062A\u0647\u0627 \u0645\u0631\u0629 \u0623\u062E\u0631\u0649.","error.configError":"\u062A\u0643\u0648\u064A\u0646 \u0627\u0644\u0628\u064A\u0627\u0646\u0627\u062A \u063A\u064A\u0631 \u0637\u0628\u064A\u0639\u064A","error.goReset":"\u0625\u0639\u0627\u062F\u0629 \u0627\u0644\u062A\u0639\u064A\u064A\u0646",batchEdit:"\u0627\u0644\u0639\u0645\u0644\u064A\u0627\u062A \u0627\u0644\u062C\u0645\u0627\u0639\u064A\u0629","translationModeLang.translation.title":"\u0646\u0645\u0637 \u0627\u0644\u0644\u063A\u0629 \u0627\u0644\u0646\u0635\u064A \u0641\u0642\u0637","translationModeLang.translation.description":"\u0639\u0646\u062F\u0645\u0627 \u064A\u0643\u0648\u0646 \u0644\u063A\u0629 \u0627\u0644\u0635\u0641\u062D\u0629 \u0628\u0627\u0644\u0644\u063A\u0627\u062A \u0627\u0644\u062A\u0627\u0644\u064A\u0629\u060C \u0633\u064A\u062A\u0645 \u0627\u0633\u062A\u062E\u062F\u0627\u0645 \u0648\u0636\u0639 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0641\u0642\u0637 \u062A\u0644\u0642\u0627\u0626\u064A\u064B\u0627.","translationModeUrl.translation.title":"\u0631\u0627\u0628\u0637 \u0627\u0644\u0648\u0636\u0639 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0641\u0642\u0637","translationModeUrl.translation.description":"\u0639\u0646\u062F\u0645\u0627 \u064A\u0643\u0648\u0646 \u0627\u0644\u0645\u0648\u0642\u0639 \u0627\u0644\u0625\u0644\u0643\u062A\u0631\u0648\u0646\u064A \u0644\u0644\u0646\u0637\u0627\u0642\u0627\u062A \u0627\u0644\u062A\u0627\u0644\u064A\u0629\u060C \u0633\u064A\u062A\u0645 \u0627\u0633\u062A\u062E\u062F\u0627\u0645 \u0648\u0636\u0639 \u0627\u0644\u0646\u0635 \u0627\u0644\u0645\u062A\u0631\u062C\u0645 \u0641\u0642\u0637 \u062A\u0644\u0642\u0627\u0626\u064A\u064B\u0627.","error.serveUnavailable":"\u0627\u0644\u062E\u062F\u0645\u0629 [{serverName}] \u0627\u0644\u062A\u064A \u062A\u0633\u062A\u062E\u062F\u0645\u0647\u0627 \u062D\u0627\u0644\u064A\u064B\u0627 \u063A\u064A\u0631 \u0642\u0627\u0628\u0644\u0629 \u0644\u0644\u0648\u0635\u0648\u0644 \u0645\u0624\u0642\u062A\u064B\u0627 \u0628\u0633\u0628\u0628 \u0645\u0634\u0643\u0644\u0629 \u0641\u064A \u0627\u0644\u0627\u062A\u0635\u0627\u0644 \u0628\u0627\u0644\u0634\u0628\u0643\u0629 \u0623\u0648 \u0645\u0632\u0648\u062F \u0627\u0644\u062E\u062F\u0645\u0629. \u0646\u0642\u062A\u0631\u062D \u0639\u0644\u064A\u0643 \u062A\u062D\u062F\u064A\u062B \u0627\u0644\u0635\u0641\u062D\u0629 \u0623\u0648 \u062A\u063A\u064A\u064A\u0631 \u062E\u062F\u0645\u0629 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0623\u062E\u0631\u0649 \u0645\u0646 \u062E\u0644\u0627\u0644 <1>\u0627\u0644\u0625\u0639\u062F\u0627\u062F\u0627\u062A. \u0625\u0630\u0627 \u0643\u0646\u062A \u0639\u0636\u0648\u064B\u0627 \u0641\u064A <2>Pro\u060C \u064A\u0645\u0643\u0646\u0643 \u0627\u062E\u062A\u064A\u0627\u0631 \u0627\u0633\u062A\u062E\u062F\u0627\u0645 \u062E\u062F\u0645\u0629 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 DeepL \u0623\u0648 OpenAI \u0627\u0644\u0623\u0643\u062B\u0631 \u0627\u0633\u062A\u0642\u0631\u0627\u0631\u064B\u0627 (<3>\u0627\u0646\u0642\u0631 \u0647\u0646\u0627 \u0644\u062A\u062C\u0631\u0628\u0629 \u0645\u062C\u0627\u0646\u064A\u0629). \u0628\u0627\u0644\u0625\u0636\u0627\u0641\u0629 \u0625\u0644\u0649 \u0630\u0644\u0643\u060C \u0642\u062F \u062A\u062D\u062A\u0627\u062C \u0623\u064A\u0636\u064B\u0627 \u0625\u0644\u0649 \u0627\u0644\u062A\u062D\u0642\u0642 \u0645\u0646 \u0625\u0639\u062F\u0627\u062F\u0627\u062A \u0627\u0644\u0634\u0628\u0643\u0629 \u0623\u0648 \u0627\u0644\u0648\u0643\u064A\u0644 \u0627\u0644\u062E\u0627\u0635\u0629 \u0628\u0643.",detectServiceLoading:"\u062C\u0627\u0631\u064D \u0627\u0644\u062A\u062D\u0642\u0642 \u0645\u0646 \u0627\u0644\u062E\u062F\u0645\u0627\u062A \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0645\u062A\u0627\u062D\u0629...",toggleToService:"\u0627\u0644\u062A\u0628\u062F\u064A\u0644 \u0625\u0644\u0649 {service} \u0648\u0625\u0639\u0627\u062F\u0629 \u0627\u0644\u0645\u062D\u0627\u0648\u0644\u0629","error.gemini.429":"\u0627\u0644\u062E\u062F\u0645\u0629 Gemini \u0627\u0644\u062D\u0627\u0644\u064A\u0629 \u0642\u062F \u0648\u0635\u0644\u062A \u0625\u0644\u0649 \u0627\u0644\u062D\u062F \u0627\u0644\u0623\u0642\u0635\u0649 \u0644\u0644\u0642\u062F\u0631\u0629 \u0639\u0644\u0649 \u0627\u0644\u062A\u062D\u0645\u0644\u060C \u064A\u0631\u062C\u0649 \u0627\u0644\u0645\u062D\u0627\u0648\u0644\u0629 \u0645\u0631\u0629 \u0623\u062E\u0631\u0649 \u0641\u064A \u0648\u0642\u062A \u0644\u0627\u062D\u0642\u060C \u0623\u0648 \u0627\u0644\u062A\u0628\u062F\u064A\u0644 \u0625\u0644\u0649 \u062E\u062F\u0645\u0629 \u062A\u0631\u062C\u0645\u0629 \u0623\u062E\u0631\u0649.",enableSentryReport:"\u0639\u0646\u062F \u062D\u062F\u0648\u062B \u062E\u0637\u0623 \u0641\u064A \u0627\u0644\u062A\u0648\u0633\u064A\u0639 \u060C \u0627\u0633\u062A\u062E\u062F\u0645 Sentry \u0644\u062A\u0642\u062F\u064A\u0645 \u0627\u0644\u0645\u0644\u0627\u062D\u0638\u0627\u062A","widget.translateFile":"PDF/ePub",pickAll:"\u062D\u062F\u062F \u0627\u0644\u0643\u0644",contact:"\u0627\u062A\u0635\u0644 \u0628\u0646\u0627","translationServices.gemini":"\u0627\u0644\u062C\u0645\u0646\u0627\u0632","tagsInput.add":"+ \u0625\u0636\u0627\u0641\u0629",touchShortcutsOff:"\u0625\u063A\u0644\u0627\u0642","error.retry":"\u0623\u0639\u062F \u0627\u0644\u0645\u062D\u0627\u0648\u0644\u0629","slide.left":"\u0627\u0646\u0632\u0644\u0642 \u0625\u0644\u0649 \u0627\u0644\u064A\u0645\u064A\u0646",translationOnlyMode:"\u0648\u0636\u0639 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0641\u0642\u0637",goLogin:"\u062A\u0633\u062C\u064A\u0644 \u0627\u0644\u062F\u062E\u0648\u0644","slide.right":"\u0627\u0646\u0632\u0644\u0642 \u0625\u0644\u0649 \u0627\u0644\u064A\u0633\u0627\u0631","multipleClick.4":"\u0631\u0628\u0627\u0639\u064A \u0645\u062A\u062A\u0627\u0644\u064A",shortcutSettingsTitle:"\u0625\u0639\u062F\u0627\u062F\u0627\u062A \u0627\u0644\u0627\u062E\u062A\u0635\u0627\u0631\u0627\u062A",loggedIn:"\u062A\u0645 \u062A\u0633\u062C\u064A\u0644 \u0627\u0644\u062F\u062E\u0648\u0644",shortcutSettings:"\u0627\u062E\u062A\u0635\u0627\u0631\u0627\u062A \u0627\u0644\u0645\u0641\u0627\u062A\u064A\u062D","multipleClick.2":"\u0627\u0646\u0642\u0631 \u0645\u0631\u062A\u064A\u0646","shortcutGroup.others":"\u0627\u0644\u0645\u0632\u064A\u062F \u0645\u0646 \u0627\u0644\u0627\u062E\u062A\u0635\u0627\u0631\u0627\u062A \u0627\u0644\u0645\u062E\u0635\u0635\u0629","widget.videoSubtitle":"\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0641\u064A\u062F\u064A\u0648","intro.floatBallTitle":"\u0643\u0631\u0629 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0633\u0631\u064A\u0639\u0629",notLogin:"\u0644\u0645 \u064A\u062A\u0645 \u062A\u0633\u062C\u064A\u0644 \u0627\u0644\u062F\u062E\u0648\u0644","widget.instruction":"\u062A\u0639\u0644\u064A\u0645\u0627\u062A \u0627\u0644\u0627\u0633\u062A\u062E\u062F\u0627\u0645",alwaysTranslateThisSite:"\u062F\u0627\u0626\u0645\u0627 \u062A\u0631\u062C\u0645 \u0647\u0630\u0627 \u0627\u0644\u0645\u0648\u0642\u0639","error.subscriptionExpiredTitle":"\u0627\u0646\u062A\u0647\u062A \u0635\u0644\u0627\u062D\u064A\u0629 \u0627\u0644\u0639\u0636\u0648\u064A\u0629","shortcutGroup.shortcutsForTranslationServices":"\u062E\u062F\u0645\u0627\u062A \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0645\u0641\u0627\u062A\u064A\u062D \u0627\u0644\u0633\u0631\u064A\u0639\u0629","widget.instructionTooltip":"\u0631\u0627\u062C\u0639 \u062A\u0639\u0644\u064A\u0645\u0627\u062A \u0627\u0644\u0627\u0633\u062A\u062E\u062F\u0627\u0645",temprarilyChangeTranslationTo_gemini:"\u064A\u062A\u0645 \u0627\u0633\u062A\u062E\u062F\u0627\u0645 Gemini \u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0635\u0641\u062D\u0629 \u0627\u0644\u062D\u0627\u0644\u064A\u0629","subtitle.hideQuickButton":"\u0644\u0627 \u062A\u0638\u0647\u0631 \u0647\u0630\u0627 \u0627\u0644\u0627\u062E\u062A\u0635\u0627\u0631 \u0645\u0631\u0629 \u0623\u062E\u0631\u0649",temprarilyChangeTranslationTo_google:"\u064A\u062A\u0645 \u0627\u0633\u062A\u062E\u062F\u0627\u0645 \u062A\u0631\u062C\u0645\u0629 Google \u0644\u0644\u0635\u0641\u062D\u0629 \u0627\u0644\u062D\u0627\u0644\u064A\u0629","subtitle.bilingual":"\u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u062B\u0646\u0627\u0626\u064A\u0629 \u0627\u0644\u0644\u063A\u0629",mouseHoverCustomKeyTitle:"\u062A\u0639\u0631\u064A\u0641 \u0627\u062E\u062A\u0635\u0627\u0631\u0627\u062A \u0627\u0644\u0645\u0627\u0648\u0633 \u0627\u0644\u0645\u0639\u0644\u0642\u0629","browser.translateInputBox":"\u062A\u0631\u062C\u0645 \u0645\u062D\u062A\u0648\u0649 \u0645\u0631\u0628\u0639 \u0627\u0644\u0625\u062F\u062E\u0627\u0644 \u0627\u0644\u062D\u0627\u0644\u064A","shortcutGroup.touch":"\u0627\u0644\u0625\u064A\u0645\u0627\u0621\u0627\u062A \u0627\u0644\u0645\u062E\u0635\u0635\u0629 \u0644\u0644\u0634\u0627\u0634\u0627\u062A \u0627\u0644\u0644\u0645\u0633\u064A\u0629",neverTranslateThisSite:"\u0644\u0627 \u062A\u062A\u0631\u062C\u0645 \u0647\u0630\u0627 \u0627\u0644\u0645\u0648\u0642\u0639 \u0623\u0628\u062F\u0627",temprarilyChangeTranslationTo_deepl:"\u064A\u062A\u0645 \u0627\u0633\u062A\u062E\u062F\u0627\u0645 DeepL \u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0635\u0641\u062D\u0629 \u0627\u0644\u062D\u0627\u0644\u064A\u0629","browser.translateWithDeepL":"\u0627\u0633\u062A\u062E\u062F\u0645 DeepL \u0645\u0624\u0642\u062A\u064B\u0627 \u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0635\u0641\u062D\u0629 \u0627\u0644\u062D\u0627\u0644\u064A\u0629","multipleClick.3":"\u062B\u0644\u0627\u062B\u0629 \u0636\u0631\u0628\u0627\u062A \u0645\u062A\u062A\u0627\u0644\u064A\u0629","widget.translateFileTooltip":"\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0645\u0633\u062A\u0646\u062F\u0627\u062A PDF\u060C EPUB\u060C SRT\u060C ASS\u060C HTML \u0648 TXT","neverTranslateText.title":"\u0627\u0644\u0643\u0644\u0645\u0627\u062A \u0627\u0644\u062A\u0627\u0644\u064A\u0629 \u062A\u0628\u0642\u0649 \u0643\u0645\u0627 \u0647\u064A\u060C \u0644\u0627 \u062A\u062A\u0631\u062C\u0645","subtitle.autoDisableSubtitle":"\u0644\u0627 \u062A\u0642\u0645 \u0628\u062A\u0634\u063A\u064A\u0644 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u062B\u0646\u0627\u0626\u064A\u0629 \u062A\u0644\u0642\u0627\u0626\u064A\u064B\u0627","browser.translateWithGoogle":"\u0627\u0633\u062A\u062E\u062F\u0645 Google Translate \u0645\u0624\u0642\u062A\u064B\u0627 \u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0635\u0641\u062D\u0629 \u0627\u0644\u062D\u0627\u0644\u064A\u0629","shortcutGroup.main":"\u0627\u062E\u062A\u0635\u0627\u0631\u0627\u062A \u0627\u0644\u0648\u0638\u0627\u0626\u0641 \u0627\u0644\u0634\u0627\u0626\u0639\u0629",paragraphMinTextCountField:"\u0627\u0644\u062D\u062F \u0627\u0644\u0623\u062F\u0646\u0649 \u0644\u0639\u062F\u062F \u0627\u0644\u0623\u062D\u0631\u0641 \u0627\u0644\u0645\u0637\u0644\u0648\u0628\u0629 \u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0641\u0642\u0631\u0629","widget.videoSubtitleTooltip":"\u062F\u0639\u0645 Youtube \u0648\u063A\u064A\u0631\u0647\u0627 \u0645\u0646 \u0645\u0648\u0627\u0642\u0639 \u0627\u0644\u0641\u064A\u062F\u064A\u0648 {count}+",upgradeToProErrorTitle:"\u064A\u0631\u062C\u0649 \u0627\u0644\u062A\u0631\u0642\u064A\u0629 \u0625\u0644\u0649 \u0639\u0636\u0648\u064A\u0629 Pro \u0642\u0628\u0644 \u0627\u0633\u062A\u062E\u062F\u0627\u0645 \u0647\u0630\u0647 \u0627\u0644\u062E\u062F\u0645\u0629 \u0627\u0644\u062A\u0631\u062C\u0645\u0629","subtitle.showQuickButton":"\u0641\u064A \u0639\u0631\u0636 \u0627\u0644\u0646\u0635\u0648\u0635 \u0627\u0644\u0645\u062A\u0631\u062C\u0645\u0629 \u0628\u0634\u0643\u0644 \u0645\u0632\u062F\u0648\u062C \u0641\u064A \u0627\u0644\u0645\u0634\u063A\u0644 \u0628\u0637\u0631\u064A\u0642\u0629 \u0633\u0631\u064A\u0639\u0629",temprarilyChangeTranslationTo_transmart:"\u064A\u062A\u0645 \u0627\u0633\u062A\u062E\u062F\u0627\u0645 \u062A\u0631\u062C\u0645\u0629 \u062A\u064A\u0646\u0633\u0646\u062A \u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0635\u0641\u062D\u0629 \u0627\u0644\u062D\u0627\u0644\u064A\u0629",notLoginPro:"\u0644\u0645 \u062A\u0642\u0645 \u0628\u062A\u0633\u062C\u064A\u0644 \u0627\u0644\u062F\u062E\u0648\u0644 \u0625\u0644\u0649 \u062D\u0633\u0627\u0628 \u0627\u0644\u0639\u0636\u0648\u064A\u0629 \u0627\u0644\u062E\u0627\u0635 \u0628\u0643 \u0628\u0639\u062F","floatBall.iKnow":"\u0623\u0646\u0627 \u0623\u0639\u0631\u0641","intro.hoverTitle":"\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0641\u0642\u0631\u0629 \u0627\u0644\u062D\u0627\u0644\u064A\u0629 \u0639\u0646\u062F \u062A\u062D\u0631\u064A\u0643 \u0627\u0644\u0645\u0627\u0648\u0633 \u0641\u0648\u0642\u0647\u0627",temprarilyChangeTranslationTo_bing:"\u064A\u062A\u0645 \u0627\u0633\u062A\u062E\u062F\u0627\u0645 \u0645\u062A\u0631\u062C\u0645 \u0645\u0627\u064A\u0643\u0631\u0648\u0633\u0648\u0641\u062A \u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0635\u0641\u062D\u0629 \u0627\u0644\u062D\u0627\u0644\u064A\u0629",temprarilyChangeTranslationTo_openai:"\u064A\u062A\u0645 \u0627\u0633\u062A\u062E\u062F\u0627\u0645 OpenAI \u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0635\u0641\u062D\u0629 \u0627\u0644\u062D\u0627\u0644\u064A\u0629","browser.translateWithOpenAI":"\u0627\u0633\u062A\u062E\u062F\u0645 OpenAI \u0645\u0624\u0642\u062A\u064B\u0627 \u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0635\u0641\u062D\u0629 \u0627\u0644\u062D\u0627\u0644\u064A\u0629",networkError:"\u062A\u0648\u0627\u062C\u0647 \u062E\u062F\u0645\u0629 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0623\u0648 \u0627\u0644\u0634\u0628\u0643\u0629 \u0645\u0634\u0643\u0644\u0629",buildSnapshots:"\u0625\u0646\u0634\u0627\u0621 \u0644\u0642\u0637\u0629 \u0633\u0631\u064A\u0639\u0629 \u0644\u0644\u0635\u0641\u062D\u0629 \u0627\u0644\u0625\u0644\u0643\u062A\u0631\u0648\u0646\u064A\u0629","shortcutGroup.mouse":"\u062A\u0643\u0648\u064A\u0646 \u0627\u062E\u062A\u0635\u0627\u0631\u0627\u062A \u0627\u0644\u0645\u0627\u0648\u0633 \u0627\u0644\u0645\u0639\u0644\u0642\u0629","intro.subtitleTitle":"\u0639\u0631\u0636 \u0627\u0644\u062A\u0631\u062C\u0645\u0627\u062A \u0627\u0644\u0645\u0632\u062F\u0648\u062C\u0629 \u0644\u0644\u0641\u064A\u062F\u064A\u0648 \u0639\u0628\u0631 \u0627\u0644\u0625\u0646\u062A\u0631\u0646\u062A","floatBall.longPress":"\u0627\u0636\u063A\u0637 \u0645\u0639 \u0627\u0644\u0627\u0633\u062A\u0645\u0631\u0627\u0631 \u0644\u0641\u062A\u062D \u0644\u0648\u062D\u0629 \u0627\u0644\u0625\u0639\u062F\u0627\u062F\u0627\u062A \u0628\u0633\u0631\u0639\u0629",touchShortcutsToggleTranslateTouchElement:"\u062A\u0639\u064A\u064A\u0646 \u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0641\u0642\u0631\u0629 \u0627\u0644\u0645\u062D\u062F\u062F\u0629 \u0628\u0648\u0627\u0633\u0637\u0629 \u0627\u0644\u0625\u064A\u0645\u0627\u0621\u0627\u062A \u0639\u0644\u0649 \u0627\u0644\u0634\u0627\u0634\u0629 \u0627\u0644\u062A\u064A \u062A\u0639\u0645\u0644 \u0628\u0627\u0644\u0644\u0645\u0633","browser.translateWithBing":"\u0627\u0633\u062A\u062E\u062F\u0645 \u062A\u0631\u062C\u0645\u0629 \u0645\u0627\u064A\u0643\u0631\u0648\u0633\u0648\u0641\u062A \u0645\u0624\u0642\u062A\u064B\u0627 \u0644\u0644\u0635\u0641\u062D\u0629 \u0627\u0644\u062D\u0627\u0644\u064A\u0629","error.subscriptionExpired":"\u0642\u062F \u064A\u0643\u0648\u0646 \u0639\u0636\u0648\u064A\u062A\u0643 \u0642\u062F \u0627\u0646\u062A\u0647\u062A \u060C \u064A\u0631\u062C\u0649 \u0627\u0644\u062A\u062D\u0642\u0642 \u0645\u0646 \u062D\u0627\u0644\u0629 \u0639\u0636\u0648\u064A\u062A\u0643","browser.translateWithGemini":"\u0627\u0633\u062A\u062E\u062F\u0645 Gemini \u0645\u0624\u0642\u062A\u064B\u0627 \u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0635\u0641\u062D\u0629 \u0627\u0644\u062D\u0627\u0644\u064A\u0629","desc.touchShortcutsToggleTranslateTouchElement":"\u0642\u0645 \u0628\u062A\u062E\u0635\u064A\u0635 \u0625\u0634\u0627\u0631\u0629 \u0628\u064A\u062F\u0643\u060C \u0648\u064A\u0645\u0643\u0646\u0643 \u062A\u0631\u062C\u0645\u0629 \u0623\u064A \u0641\u0642\u0631\u0629 \u062A\u0648\u0627\u062C\u062F \u0641\u064A\u0647\u0627.","browser.translateWithTransmart":"\u0627\u0633\u062A\u062E\u062F\u0645 \u062A\u0631\u062C\u0645\u0629 \u062A\u064A\u0646\u0633\u0646\u062A \u0645\u0624\u0642\u062A\u064B\u0627 \u0644\u0644\u0635\u0641\u062D\u0629 \u0627\u0644\u062D\u0627\u0644\u064A\u0629","desc.interfaceLanguage":"\u062A\u0624\u062B\u0631 \u0625\u0639\u062F\u0627\u062F\u0627\u062A \u0644\u063A\u0629 \u0627\u0644\u0648\u0627\u062C\u0647\u0629 \u0639\u0644\u0649 \u0644\u063A\u0629 \u0639\u0631\u0636 \u0644\u0648\u062D\u0629 \u0627\u0644\u062A\u062D\u0643\u0645\u060C \u0648\u0644\u0627 \u062A\u062A\u0639\u0644\u0642 \u0628\u0644\u063A\u0629 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0645\u0633\u062A\u0647\u062F\u0641\u0629.",touchShortcutsToggleTranslationMask:"\u062A\u0639\u064A\u064A\u0646 \u0625\u064A\u0645\u0627\u0621\u0627\u062A \u0627\u0644\u0634\u0627\u0634\u0629 \u0627\u0644\u062A\u064A \u062A\u0639\u0645\u0644 \u0628\u0627\u0644\u0644\u0645\u0633 \u0644\u0639\u0631\u0636 \u0642\u0646\u0627\u0639 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 / \u0639\u0631\u0636 \u0627\u0644\u0646\u0635 \u0627\u0644\u0623\u0635\u0644\u064A","browser.toggleMouseHoverTranslateDirectly":"\u062A\u0645\u0643\u064A\u0646 \u0623\u0648 \u062A\u0639\u0637\u064A\u0644 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0645\u0628\u0627\u0634\u0631\u0629 \u0639\u0646\u062F \u062A\u0645\u0631\u064A\u0631 \u0627\u0644\u0645\u0627\u0648\u0633 \u0645\u0624\u0642\u062A\u064B\u0627 \u0639\u0644\u0649 \u0627\u0644\u0635\u0641\u062D\u0629","floatBall.guideClickToTranslate":`\u0627\u0646\u0642\u0631 \u0639\u0644\u0649 \u0643\u0631\u0629 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0639\u0627\u0626\u0645\u0629 \u0627\u0644\u063A\u0627\u0645\u0631\u0629 + {env.imt_trans_field}: \u7FFB\u8A33\u6587`,"subtitle.quickButton.white":"\u767D\u8272","subtitle.quickButton.black":"\u9ED2\u8272","subtitle.quickButton.setting":"\u8A2D\u5B9A","subtitle.quickButton.blue":"\u9752\u8272","subtitle.quickButton.backgroundOpacity":"\u80CC\u666F\u306E\u4E0D\u900F\u660E\u5EA6","subtitle.quickButton.cyan":"\u9752\u8272","subtitle.quickButton.translationPositionBottom":"\u539F\u6587\u306E\u4E0B\u65B9","subtitle.quickButton.sourceFontSize":"\u5143\u306E\u30D5\u30A9\u30F3\u30C8\u30B5\u30A4\u30BA","subtitle.quickButton.backgroundColor":"\u80CC\u666F\u8272","subtitle.quickButton.magenta":"\u30DE\u30BC\u30F3\u30BF\u8272","subtitle.quickButton.red":"\u8D64\u8272","subtitle.quickButton.green":"\u7DD1\u8272","subtitle.quickButton.translationPositionTop":"\u539F\u6587\u306E\u4E0A\u306B","translationServices.claude":"\u30AF\u30ED\u30FC\u30C9","subtitle.quickButton.sourceTextColor":"\u539F\u6587\u306E\u30D5\u30A9\u30F3\u30C8\u306E\u8272","subtitle.quickButton.yellow":"\u9EC4\u8272","subtitle.quickButton.translationFontSize":"\u7FFB\u8A33\u6587\u5B57\u306E\u30D5\u30A9\u30F3\u30C8\u30B5\u30A4\u30BA","subtitle.quickButton.translationTextColor":"\u7FFB\u8A33\u6587\u5B57\u306E\u8272","subtitle.quickButton.translationPosition":"\u7FFB\u8A33\u4F4D\u7F6E",attachSubtitleTranslating:"{service} \u3092\u4F7F\u7528\u3057\u3066\u7FFB\u8A33\u4E2D...","error.claude.403":"\u4E00\u6642\u7684\u306B\u30B5\u30FC\u30D3\u30B9\u3078\u306E\u30A2\u30AF\u30BB\u30B9\u6A29\u9650\u304C\u3042\u308A\u307E\u305B\u3093\u3002\u3053\u308C\u306FClaude\u306E\u5730\u57DF\u5236\u9650\u306B\u95A2\u9023\u3057\u3066\u3044\u308B\u53EF\u80FD\u6027\u304C\u3042\u308A\u307E\u3059\u3002IP\u30A2\u30C9\u30EC\u30B9\u3092\u5207\u308A\u66FF\u3048\u308B\u304B\u3001\u4ED6\u306E\u7FFB\u8A33\u30B5\u30FC\u30D3\u30B9\u3092\u4F7F\u7528\u3057\u3066\u307F\u3066\u304F\u3060\u3055\u3044\u3002","browser.brandDescriptionForSafari":"\u3010\u6CA1\u5165\u578B\u7FFB\u8A33\u3011\u7121\u6599\u306E\uFF08\u539F\u6587/\u8A33\u6587\uFF09\u30D0\u30A4\u30EA\u30F3\u30AC\u30EB\u5BFE\u7167\u30A6\u30A7\u30D6\u30DA\u30FC\u30B8\u7FFB\u8A33\u30D7\u30E9\u30B0\u30A4\u30F3\u3067\u3001PDF\u7FFB\u8A33\u3068EPUB\u96FB\u5B50\u66F8\u7C4D\u7FFB\u8A33\u3092\u540C\u6642\u306B\u30B5\u30DD\u30FC\u30C8\u3057\u3001\u539F\u6587\u306E\u30EC\u30A4\u30A2\u30A6\u30C8\u3092\u4FDD\u6301\u3057\u307E\u3059\u3002Youtube/Netflix\u306A\u3069\u306E\u30AA\u30F3\u30E9\u30A4\u30F3\u30D3\u30C7\u30AA\u306E\u30D0\u30A4\u30EA\u30F3\u30AC\u30EB\u5B57\u5E55\u7FFB\u8A33\u3082\u30B5\u30DD\u30FC\u30C8\u3057\u3001Deepl/Google\u306A\u3069\u306E\u4E3B\u6D41\u7FFB\u8A33\u30B5\u30FC\u30D3\u30B9\u306B\u5BFE\u5FDC\u3057\u3066\u3044\u307E\u3059\u3002","browser.PdfProFile":"AI \u99C6\u52D5\u306E PDF Pro \u7FFB\u8A33","browser.textTranslate":"\u30C6\u30AD\u30B9\u30C8\u7FFB\u8A33"};var mh={nologin:"\u0644\u0645 \u062A\u0642\u0645 \u0628\u062A\u0633\u062C\u064A\u0644 \u0627\u0644\u062F\u062E\u0648\u0644",loginForSafari:"\u062A\u0633\u062C\u064A\u0644 \u0627\u0644\u062F\u062E\u0648\u0644 \u0623\u0648 \u0627\u0644\u062A\u0633\u062C\u064A\u0644",login:"\u064A\u0645\u0643\u0646\u0643 \u062A\u0641\u0639\u064A\u0644 \u0627\u0644\u0639\u0636\u0648\u064A\u0629 \u0628\u0639\u062F \u062A\u0633\u062C\u064A\u0644 \u0627\u0644\u062F\u062E\u0648\u0644",manageAccount:"\u0625\u062F\u0627\u0631\u0629 \u0627\u0644\u062D\u0633\u0627\u0628",openPremium:"\u0627\u0644\u0627\u0646\u0636\u0645\u0627\u0645 \u0625\u0644\u0649 \u0627\u0644\u0639\u0636\u0648\u064A\u0629",logout:"\u064A\u062A\u0631\u0643",curentPlan:"\u0627\u0644\u0631\u0632\u0645\u0629 \u0627\u0644\u062D\u0627\u0644\u064A\u0629",endAt:"\u0646\u0636\u062C",endAuto:"\u062A\u062C\u062F\u064A\u062F \u062A\u0644\u0642\u0627\u0626\u064A",lineBreakMaxTextCount:"\u0627\u0644\u062D\u062F \u0627\u0644\u0623\u0642\u0635\u0649 \u0644\u0639\u062F\u062F \u0627\u0644\u0623\u062D\u0631\u0641 \u0627\u0644\u0645\u0633\u0645\u0648\u062D \u0628\u0647 \u0644\u0643\u0644 \u062C\u0645\u0644\u0629 \u0628\u0639\u062F \u0641\u0648\u0627\u0635\u0644 \u0627\u0644\u0623\u0633\u0637\u0631","translate-pdf":"\u0627\u0646\u0642\u0631 \u0644\u062A\u0631\u062C\u0645\u0629 PDF","noSupportTranslate-pdf":"\u0627\u0644\u0628\u0631\u0646\u0627\u0645\u062C \u0627\u0644\u0646\u0635\u064A \u063A\u064A\u0631 \u0645\u062F\u0639\u0648\u0645\u060C \u064A\u0631\u062C\u0649 \u0627\u0633\u062A\u062E\u062F\u0627\u0645 \u0627\u0644\u0628\u0631\u0646\u0627\u0645\u062C \u0627\u0644\u0625\u0636\u0627\u0641\u064A","translate-firefox-local-pdf":"\u0627\u0646\u0642\u0631 \u0644\u0627\u0633\u062A\u064A\u0631\u0627\u062F PDF",enableLineBreak:"\u0642\u0645 \u0628\u062A\u0634\u063A\u064A\u0644 \u0627\u0644\u062A\u0641\u0627\u0641 \u0627\u0644\u0643\u0644\u0645\u0627\u062A \u0627\u0644\u062A\u0644\u0642\u0627\u0626\u064A \u0644\u0644\u0641\u0642\u0631\u0627\u062A \u0627\u0644\u0637\u0648\u064A\u0644\u0629",sponsorLabel:"\u0627\u062F\u0639\u0645 \u0645\u0637\u0648\u0631\u064B\u0627 \u0628\u062F\u0621\u064B\u0627 \u0645\u0646 1 \u062F\u0648\u0644\u0627\u0631",help:"\u064A\u0633\u0627\u0639\u062F",browserShortcutsNoteForFirefox:'\u0644\u062A\u0639\u062F\u064A\u0644 \u0645\u0641\u0627\u062A\u064A\u062D \u0627\u0644\u0627\u062E\u062A\u0635\u0627\u0631 \u0641\u064A \u0645\u062A\u0635\u0641\u062D Firefox\u060C \u062A\u062D\u062A\u0627\u062C \u0625\u0644\u0649 \u0641\u062A\u062D \u0635\u0641\u062D\u0629 \u0625\u062F\u0627\u0631\u0629 \u0627\u0644\u0627\u0645\u062A\u062F\u0627\u062F\u0627\u062A `about:addons`\u060C \u062B\u0645 \u0627\u0644\u0646\u0642\u0631 \u0641\u0648\u0642 "\u0627\u0644\u0625\u0639\u062F\u0627\u062F\u0627\u062A"\u060C \u062B\u0645 \u0627\u0644\u0646\u0642\u0631 \u0641\u0648\u0642 "\u0625\u062F\u0627\u0631\u0629 \u0645\u0641\u0627\u062A\u064A\u062D \u0627\u0644\u0627\u062E\u062A\u0635\u0627\u0631" \u0644\u062A\u0639\u064A\u064A\u0646\u0647\u0627.',browserShortcutsNoteForChrome:"\u0644\u062A\u0639\u062F\u064A\u0644 \u0645\u0641\u0627\u062A\u064A\u062D \u0627\u0644\u0627\u062E\u062A\u0635\u0627\u0631 \u0641\u064A \u0645\u062A\u0635\u0641\u062D \u064A\u0634\u0628\u0647 Chrome\u060C \u062A\u062D\u062A\u0627\u062C \u0625\u0644\u0649 \u0641\u062A\u062D \u0635\u0641\u062D\u0629 \u0625\u062F\u0627\u0631\u0629 \u0627\u0644\u0625\u0636\u0627\u0641\u0627\u062A\u060C \u0648\u062A\u0639\u064A\u064A\u0646\u0647\u0627 \u0641\u064A \u0644\u0648\u062D\u0629 `\u0625\u062F\u0627\u0631\u0629 \u0627\u0644\u0627\u062E\u062A\u0635\u0627\u0631\u0627\u062A` (`chrome://extensions/shortcuts`)\u060C \u062B\u0645 \u0627\u0644\u0646\u0642\u0631 \u0641\u0648\u0642 \u0627\u0644\u0632\u0631 \u0623\u062F\u0646\u0627\u0647 \u0644\u0644\u0627\u0646\u062A\u0642\u0627\u0644 \u0625\u0644\u0649 \u0635\u0641\u062D\u0629 \u0625\u062F\u0627\u0631\u0629 \u0645\u0641\u062A\u0627\u062D \u0627\u0644\u0627\u062E\u062A\u0635\u0627\u0631.",browserShortcutsSucks:"\u062A\u0646\u0633\u064A\u0642 \u0645\u0641\u062A\u0627\u062D \u0627\u0644\u0627\u062E\u062A\u0635\u0627\u0631 \u0627\u0644\u0645\u062E\u0635\u0635 \u0647\u0648 (\u0644\u0627 \u064A\u0648\u062C\u062F \u0627\u0644\u062A\u0639\u0631\u0641 \u0627\u0644\u062A\u0644\u0642\u0627\u0626\u064A\u060C \u064A\u0631\u062C\u0649 \u0627\u0644\u062F\u062E\u0648\u0644 \u0645\u0628\u0627\u0634\u0631\u0629)\uFF1A",enableLineBreakDescription:"\u0639\u0646\u062F \u062A\u0634\u063A\u064A\u0644\u0647\u060C \u0633\u064A\u062A\u0645 \u0625\u062F\u0631\u0627\u062C \u0641\u0648\u0627\u0635\u0644 \u0627\u0644\u0623\u0633\u0637\u0631 \u0641\u064A \u0646\u0647\u0627\u064A\u0629 \u0643\u0644 \u062C\u0645\u0644\u0629 \u0641\u064A \u0641\u0642\u0631\u0627\u062A \u0637\u0648\u064A\u0644\u0629 \u0644\u062A\u0633\u0647\u064A\u0644 \u0627\u0644\u0642\u0631\u0627\u0621\u0629.","browser.shortBrandName":"\u062A\u0631\u062C\u0645\u0629 \u063A\u0627\u0645\u0631\u0629","browser.brandName":"\u062A\u0631\u062C\u0645\u0629 \u063A\u0627\u0645\u0631\u0629: \u062A\u0631\u062C\u0645\u0629 \u0635\u0641\u062D\u0627\u062A \u0627\u0644\u0648\u064A\u0628 \u062B\u0646\u0627\u0626\u064A\u0629 \u0627\u0644\u0644\u063A\u0629 \u0648\u062A\u0631\u062C\u0645\u0629 \u0645\u0633\u062A\u0646\u062F\u0627\u062A PDF","browser.brandDescription":"Bilingual web page translation, also supports PDF translation, bilingual Epub eBook translation, free to use.","browser.toggleTranslatePage":"\u062A\u0631\u062C\u0645\u0629 \u0635\u0641\u062D\u0629 \u0627\u0644\u0648\u064A\u0628/\u0625\u0638\u0647\u0627\u0631 \u0627\u0644\u0646\u0635 \u0627\u0644\u0623\u0635\u0644\u064A","browser.toggleTranslateTheWholePage":"\u062A\u0631\u062C\u0645\u0629 \u062C\u0645\u064A\u0639 \u0645\u0646\u0627\u0637\u0642 \u0627\u0644\u0635\u0641\u062D\u0629/\u0639\u0631\u0636 \u0627\u0644\u0646\u0635 \u0627\u0644\u0623\u0635\u0644\u064A","browser.toggleOnlyTransation":"\u062A\u0628\u062F\u064A\u0644 \u0627\u0644\u0648\u0636\u0639 \u062B\u0646\u0627\u0626\u064A \u0627\u0644\u0644\u063A\u0629 / \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0641\u0642\u0637","browser.toggleTranslateToThePageEndImmediately":"\u062A\u0631\u062C\u0645\u0629 \u0641\u0648\u0631\u064A\u0629 \u0625\u0644\u0649 \u0623\u0633\u0641\u0644 \u0627\u0644\u0635\u0641\u062D\u0629/\u0625\u0638\u0647\u0627\u0631 \u0627\u0644\u0646\u0635 \u0627\u0644\u0623\u0635\u0644\u064A","browser.toggleTranslateTheMainPage":"\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0645\u0646\u0637\u0642\u0629 \u0627\u0644\u0631\u0626\u064A\u0633\u064A\u0629 \u0644\u0644\u0635\u0641\u062D\u0629/\u0639\u0631\u0636 \u0627\u0644\u0646\u0635 \u0627\u0644\u0623\u0635\u0644\u064A","browser.shareToDraft":"\u0645\u0634\u0627\u0631\u0643\u0629 \u0627\u0644\u0635\u0641\u062D\u0627\u062A \u062B\u0646\u0627\u0626\u064A\u0629 \u0627\u0644\u0644\u063A\u0629","browser.openOptionsPage":"\u0627\u0641\u062A\u062D \u0635\u0641\u062D\u0629 \u0627\u0644\u0625\u0639\u062F\u0627\u062F\u0627\u062A","browser.toggleTranslationMask":"\u0625\u0638\u0647\u0627\u0631/\u0625\u062E\u0641\u0627\u0621 \u062A\u0623\u062B\u064A\u0631 \u0637\u0645\u0633 \u0627\u0644\u062A\u0631\u062C\u0645\u0629","browser.translateLocalPdfFile":"\u062A\u0631\u062C\u0645\u0629 \u0645\u0644\u0641\u0627\u062A PDF \u0627\u0644\u0645\u062D\u0644\u064A\u0629","browser.openEbookViewer":"\u0642\u0631\u0627\u0621\u0629 \u0627\u0644\u0643\u062A\u0628 \u0627\u0644\u0625\u0644\u0643\u062A\u0631\u0648\u0646\u064A\u0629 \u0627\u0644\u0645\u062D\u0644\u064A\u0629","browser.openEbookBuilder":"\u0625\u0646\u0634\u0627\u0621 \u0643\u062A\u0628 \u0625\u0644\u0643\u062A\u0631\u0648\u0646\u064A\u0629 EPUB \u062B\u0646\u0627\u0626\u064A\u0629 \u0627\u0644\u0644\u063A\u0629","browser.translateLocalHtmlFile":"\u062A\u0631\u062C\u0645\u0629 \u0645\u0644\u0641\u0627\u062A HTML/txt","browser.donateContext":"\u062A\u0639\u0631\u0641 \u0639\u0644\u0649 \u0641\u0648\u0627\u0626\u062F \u0627\u0644\u0631\u0639\u0627\u064A\u0629","browser.translateLocalSubtitleFile":"\u062A\u0631\u062C\u0645\u0629 \u0645\u0644\u0641\u0627\u062A \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0645\u062D\u0644\u064A\u0629",confirmResetConfig:"\u0647\u0644 \u0623\u0646\u062A \u0645\u062A\u0623\u0643\u062F \u0623\u0646\u0643 \u062A\u0631\u064A\u062F \u0625\u0639\u0627\u062F\u0629 \u0636\u0628\u0637 \u0625\u0639\u062F\u0627\u062F\u0627\u062A\u0643\u061F",translationLineBreakSettingTitle:"\u0625\u0639\u062F\u0627\u062F\u0627\u062A \u0627\u0644\u062A\u0641\u0627\u0641 \u0633\u0637\u0631 \u0627\u0644\u062A\u0631\u062C\u0645\u0629",smartLineBreak:"\u062A\u063A\u0644\u064A\u0641 \u0627\u0644\u062E\u0637 \u0627\u0644\u0630\u0643\u064A",alwaysLineBreak:"\u0627\u0644\u062A\u0641\u0627\u0641 \u062F\u0627\u0626\u0645\u0627",isShowContextMenu:"\u0623\u0636\u0641 \u0635\u0641\u062D\u0629 \u0627\u0644\u0648\u064A\u0628 \u0627\u0644\u0645\u062A\u0631\u062C\u0645\u0629 \u0625\u0644\u0649 \u0639\u0646\u0635\u0631 \u0642\u0627\u0626\u0645\u0629 \u0627\u0644\u0646\u0642\u0631 \u0628\u0632\u0631 \u0627\u0644\u0645\u0627\u0648\u0633 \u0627\u0644\u0623\u064A\u0645\u0646",toggleBeta:"\u062A\u0641\u0639\u064A\u0644 \u0645\u064A\u0632\u0627\u062A \u0627\u0644\u0627\u062E\u062A\u0628\u0627\u0631 \u0627\u0644\u062A\u062C\u0631\u064A\u0628\u064A",betaDescription:"\u062A\u0645\u0643\u064A\u0646 \u0627\u0644\u0645\u064A\u0632\u0627\u062A \u0627\u0644\u062A\u064A \u0644\u0627 \u062A\u0632\u0627\u0644 \u062A\u062C\u0631\u064A\u0628\u064A\u0629\u060C \u0628\u0627\u0644\u0625\u0636\u0627\u0641\u0629 \u0625\u0644\u0649 \u062E\u062F\u0645\u0627\u062A \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0642\u064A\u062F \u0627\u0644\u0627\u062E\u062A\u0628\u0627\u0631. \u0627\u0646\u0636\u0645 \u0625\u0644\u0649<1>\u0645\u062C\u0645\u0648\u0639\u0629 \u0627\u0644\u062A\u0644\u064A\u062C\u0631\u0627\u0645 \u064A\u062A\u0639\u0644\u0645 \u0623\u0643\u062B\u0631.",translationLineBreakSettingDescription:"\u064A\u064F\u0639\u062F \u0627\u0644\u0627\u0644\u062A\u0641\u0627\u0641 \u062F\u0627\u0626\u0645\u064B\u0627 \u0645\u0646\u0627\u0633\u0628\u064B\u0627 \u0644\u0644\u062A\u062E\u0637\u064A\u0637\u0627\u062A \u0630\u0627\u062A \u0627\u0644\u0645\u062D\u062A\u0648\u0649 \u0627\u0644\u0623\u0642\u0644 \u0648\u0627\u0644\u0623\u0643\u062B\u0631 \u062A\u0631\u062A\u064A\u0628\u064B\u0627. (\u0627\u0633\u062A\u062E\u062F\u0645 \u0641\u0648\u0627\u0635\u0644 \u0627\u0644\u0623\u0633\u0637\u0631 \u0627\u0644\u0630\u0643\u064A\u0629 \u0641\u064A \u0627\u0644\u0641\u0642\u0631\u0627\u062A \u0627\u0644\u0637\u0648\u064A\u0644\u0629 \u0627\u0644\u062A\u064A \u062A\u062D\u062A\u0648\u064A \u0639\u0644\u0649 \u0627\u0644\u0643\u062B\u064A\u0631 \u0645\u0646 \u0627\u0644\u0645\u062D\u062A\u0648\u0649 (\u0623\u0643\u062B\u0631 \u0645\u0646{count}\u062D\u0631\u0641) \u0644\u062A\u0648\u0641\u064A\u0631 \u0627\u0644\u0645\u0633\u0627\u062D\u0629)",tempTranslateDomainTitle:"\u0643\u0645 \u0645\u0646 \u0627\u0644\u0648\u0642\u062A \u0644\u062A\u0645\u0643\u064A\u0646 \u062A\u0631\u062C\u0645\u0629 \u0645\u0648\u0642\u0639 \u0627\u0644\u0648\u064A\u0628 \u0645\u0624\u0642\u062A\u064B\u0627",tempTranslateDomainDescription:"\u0639\u0646\u062F \u062A\u0631\u062C\u0645\u0629 \u0635\u0641\u062D\u0629 \u0648\u064A\u0628 \u064A\u062F\u0648\u064A\u064B\u0627\u060C \u0642\u0645 \u0628\u062A\u0634\u063A\u064A\u0644 \u0645\u0648\u0642\u0639 \u0627\u0644\u0648\u064A\u0628 \u0645\u0624\u0642\u062A\u064B\u0627 \u0644\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u062A\u0644\u0642\u0627\u0626\u064A\u0629\u060C \u0648\u064A\u0645\u0643\u0646\u0643 \u0636\u0628\u0637 \u0627\u0644\u0645\u062F\u0629 \u0627\u0644\u0645\u0624\u0642\u062A\u0629.",xMinutes:"{count} \u062F\u0642\u064A\u0642\u0629",disabled:"\u0625\u0628\u0637\u0627\u0644",changelog:"\u062A\u063A\u064A\u064A\u0631 \u0627\u0644\u0633\u062C\u0644",toggleTranslatePageWhenThreeFingersOnTheScreen:"\u0627\u0644\u0645\u0633 \u0627\u0644\u0634\u0627\u0634\u0629 \u0628\u0623\u0635\u0627\u0628\u0639 \u0645\u062A\u0639\u062F\u062F\u0629 \u0641\u064A \u0646\u0641\u0633 \u0627\u0644\u0648\u0642\u062A \u0644\u062A\u0631\u062C\u0645\u0629 \u0635\u0641\u062D\u0629 \u0627\u0644\u0648\u064A\u0628/\u0639\u0631\u0636 \u0627\u0644\u0646\u0635 \u0627\u0644\u0623\u0635\u0644\u064A",toggleTranslationMaskWhenThreeFingersOnTheScreen:"\u0627\u0644\u0645\u0633 \u0639\u062F\u0629 \u0623\u0635\u0627\u0628\u0639 \u0641\u064A \u0646\u0641\u0633 \u0627\u0644\u0648\u0642\u062A \u0644\u0625\u0638\u0647\u0627\u0631/\u0625\u062E\u0641\u0627\u0621 \u062A\u0623\u062B\u064A\u0631 \u0637\u0645\u0633 \u0627\u0644\u062A\u0631\u062C\u0645\u0629",fingerCountToToggleTranslagePageOnlyTranslationWhenTouching:"\u0627\u0644\u0645\u0633 \u0627\u0644\u0634\u0627\u0634\u0629 \u0628\u0623\u0635\u0627\u0628\u0639 \u0645\u062A\u0639\u062F\u062F\u0629 \u0641\u064A \u0646\u0641\u0633 \u0627\u0644\u0648\u0642\u062A \u0644\u062A\u0631\u062C\u0645\u0629 \u0635\u0641\u062D\u0629 \u0627\u0644\u0648\u064A\u0628 (\u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0641\u0642\u0637)/\u0639\u0631\u0636 \u0627\u0644\u0646\u0635 \u0627\u0644\u0623\u0635\u0644\u064A",addUrlDescription:"\u064A\u0645\u0643\u0646 \u0623\u0646 \u064A\u0643\u0648\u0646 \u0627\u0633\u0645 \u0646\u0637\u0627\u0642 \u0648\u064A\u062F\u0639\u0645 \u0623\u062D\u0631\u0641 \u0627\u0644\u0628\u062F\u0644\u060C \u0645\u062B\u0644\uFF1A*.google.com\u060C google.com/mail/*\u060C https://www.google.com/*",general:"\u0627\u0644\u0625\u0639\u062F\u0627\u062F\u0627\u062A \u0627\u0644\u0623\u0633\u0627\u0633\u064A\u0629",clickToExpandConfig:"\u0642\u0645 \u0628\u062A\u0648\u0633\u064A\u0639 \u0627\u0644\u062A\u0643\u0648\u064A\u0646 \u0627\u0644\u062D\u0627\u0644\u064A",import:"\u0627\u0633\u062A\u064A\u0631\u0627\u062F \u0645\u0646 \u0645\u0644\u0641",export:"\u062A\u0635\u062F\u064A\u0631 \u0625\u0644\u0649 \u0645\u0644\u0641",toggleDebug:"\u0637\u0628\u0627\u0639\u0629 \u0633\u062C\u0644\u0627\u062A \u0627\u0644\u062A\u0635\u062D\u064A\u062D \u0639\u0644\u0649 \u0648\u062D\u062F\u0629 \u0627\u0644\u062A\u062D\u0643\u0645","fingers.0":"\u0625\u0646\u0647\u0627\u0621","fingers.2":"\u0644\u0645\u0633\u0629 \u0628\u0625\u0635\u0628\u0639\u064A\u0646","fingers.3":"\u0644\u0645\u0633\u0629 \u0628\u062B\u0644\u0627\u062B\u0629 \u0623\u0635\u0627\u0628\u0639","fingers.4":"\u0644\u0645\u0633\u0629 \u0628\u0623\u0631\u0628\u0639\u0629 \u0623\u0635\u0627\u0628\u0639","fingers.5":"\u0644\u0645\u0633\u0629 \u062E\u0645\u0633\u0629 \u0623\u0635\u0627\u0628\u0639",mouseHoldKey:"+ {key} \u062A\u0631\u062C\u0645\u0629/\u0627\u0633\u062A\u0639\u0627\u062F\u0629 \u0647\u0630\u0647 \u0627\u0644\u0641\u0642\u0631\u0629",mouseHoldKeyAuto:"\u062A\u0631\u062C\u0645\u0629 \u0647\u0630\u0647 \u0627\u0644\u0641\u0642\u0631\u0629 \u0645\u0628\u0627\u0634\u0631\u0629",mouseHoldKeyOff:"\u0644\u0627 \u062A\u0641\u0639\u0644 \u0623\u064A \u0634\u064A\u0621",mouseHoldKeyOther:"\u0645\u0641\u0627\u062A\u064A\u062D \u0627\u0644\u0627\u062E\u062A\u0635\u0627\u0631 \u0627\u0644\u0645\u062E\u0635\u0635\u0629 (\u0627\u0644\u0625\u0639\u062F\u0627\u062F\u0627\u062A \u0627\u0644\u0645\u0641\u062A\u0648\u062D\u0629)",mouseHoldKeyCustomKey:"{key} / \u0627\u0633\u062A\u0639\u0627\u062F\u0629 \u0647\u0630\u0647 \u0627\u0644\u0641\u0642\u0631\u0629",mouseHoverHoldKey:"\u062D\u0631\u0643 \u0627\u0644\u0645\u0627\u0648\u0633 \u0648\u0627\u0636\u063A\u0637 \u0639\u0644\u0649 \u0645\u0641\u062A\u0627\u062D \u0627\u0644\u0627\u062E\u062A\u0635\u0627\u0631 \u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0641\u0642\u0631\u0629","mouse-translate":"\u062A\u0645\u0631\u064A\u0631 \u0627\u0644\u0645\u0627\u0648\u0633",document:"\u0648\u062B\u064A\u0642\u0629",resetSuccess:"\u0625\u0639\u0627\u062F\u0629 \u0636\u0628\u0637 \u062C\u0645\u064A\u0639 \u0627\u0644\u0625\u0639\u062F\u0627\u062F\u0627\u062A \u0628\u0646\u062C\u0627\u062D",resetThisSuccess:"\u062A\u0645\u062A \u0625\u0639\u0627\u062F\u0629 \u0627\u0644\u0636\u0628\u0637 \u0628\u0646\u062C\u0627\u062D",saved:"\u062D\u0641\u0638 \u0628\u0646\u062C\u0627\u062D",successImportConfig:"\u062A\u0645 \u0627\u0633\u062A\u064A\u0631\u0627\u062F \u0627\u0644\u062A\u0643\u0648\u064A\u0646 \u0628\u0646\u062C\u0627\u062D",goAdvancedSettings:"\u0627\u0646\u062A\u0642\u0644 \u0625\u0644\u0649 \u0635\u0641\u062D\u0629 \u0627\u0644\u0625\u0639\u062F\u0627\u062F\u0627\u062A \u0627\u0644\u0645\u062A\u0642\u062F\u0645\u0629",goAdvancedInterfaceSettings:"\u0627\u0646\u062A\u0642\u0644 \u0625\u0644\u0649 \u0635\u0641\u062D\u0629 \u0625\u0639\u062F\u0627\u062F\u0627\u062A \u0627\u0644\u062A\u062E\u0635\u064A\u0635 \u0627\u0644\u0645\u062A\u0642\u062F\u0645\u0629",advanced:"\u0625\u0639\u062F\u0627\u062F\u0627\u062A \u0645\u062A\u0642\u062F\u0645\u0629",advancedDescription:"\u0628\u0634\u0643\u0644 \u0639\u0627\u0645\u060C \u0644\u0627 \u064A\u0644\u0632\u0645 \u0623\u064A \u0625\u0639\u062F\u0627\u062F\u060C \u0641\u0642\u0637 \u0627\u062D\u062A\u0641\u0638 \u0628\u0627\u0644\u0625\u0639\u062F\u0627\u062F \u0627\u0644\u0627\u0641\u062A\u0631\u0627\u0636\u064A. \u0641\u0642\u0637 \u0644\u0644\u0645\u0633\u062A\u062E\u062F\u0645\u064A\u0646 \u0627\u0644\u0623\u0643\u062B\u0631 \u0627\u062D\u062A\u0631\u0627\u0641\u064B\u0627\u060C \u064A\u062A\u0645 \u062A\u0648\u0641\u064A\u0631 \u0625\u0639\u062F\u0627\u062F\u0627\u062A \u0623\u0643\u062B\u0631 \u062A\u062E\u0635\u064A\u0635\u064B\u0627.",developer:"\u0625\u0639\u062F\u0627\u062F\u0627\u062A \u0627\u0644\u0645\u0637\u0648\u0631",donateCafe:"\u0633\u0639\u0631","translate to the bottom of the page":"\u0628\u0639\u062F \u0627\u0644\u062F\u062E\u0648\u0644 \u0625\u0644\u0649 \u0635\u0641\u062D\u0629 \u0627\u0644\u0648\u064A\u0628 \u0647\u0644 \u064A\u062A\u0645 \u062A\u0631\u062C\u0645\u062A\u0647\u0627 \u0645\u0628\u0627\u0634\u0631\u0629 \u0625\u0644\u0649 \u0623\u0633\u0641\u0644 \u0627\u0644\u0635\u0641\u062D\u0629\u061F",feedback:"\u062A\u0639\u0644\u064A\u0642",toggleTranslatePage:"\u062A\u0631\u062C\u0645\u0629 \u0635\u0641\u062D\u0629 \u0627\u0644\u0648\u064A\u0628/\u0625\u0638\u0647\u0627\u0631 \u0627\u0644\u0646\u0635 \u0627\u0644\u0623\u0635\u0644\u064A",translateToThePageEndImmediatelyDescription:"\u0639\u0646\u062F \u062A\u0634\u063A\u064A\u0644\u0647\u060C \u0633\u064A\u0624\u062F\u064A \u0627\u0644\u062F\u062E\u0648\u0644 \u0625\u0644\u0649 \u0635\u0641\u062D\u0629 \u0648\u064A\u0628 \u0625\u0644\u0649 \u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0645\u062D\u062A\u0648\u0649 \u0639\u0644\u0649 \u0627\u0644\u0641\u0648\u0631 \u0645\u0646 \u0623\u0639\u0644\u0649 \u0625\u0644\u0649 \u0623\u0633\u0641\u0644. \u0625\u0630\u0627 \u062A\u0645 \u0625\u064A\u0642\u0627\u0641\u0647\u060C \u064A\u0645\u0643\u0646\u0643 \u0627\u0644\u0642\u0631\u0627\u0621\u0629 \u0648\u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0641\u064A \u0646\u0641\u0633 \u0627\u0644\u0648\u0642\u062A. (\u0644\u0627 \u064A\u0646\u0635\u062D \u0628\u062A\u0634\u063A\u064A\u0644\u0647)","translate all areas of the page":"\u0645\u0627 \u0625\u0630\u0627 \u0643\u0627\u0646 \u0633\u064A\u062A\u0645 \u062A\u0631\u062C\u0645\u0629 \u062C\u0645\u064A\u0639 \u0645\u0646\u0627\u0637\u0642 \u0635\u0641\u062D\u0629 \u0627\u0644\u0648\u064A\u0628",translationAreaDescription:"\u0639\u0646\u062F \u062A\u0634\u063A\u064A\u0644\u0647\u060C \u0633\u062A\u062A\u0645 \u062A\u0631\u062C\u0645\u0629 \u062C\u0645\u064A\u0639 \u0645\u0646\u0627\u0637\u0642 \u0635\u0641\u062D\u0629 \u0627\u0644\u0648\u064A\u0628 \u0628\u0623\u0643\u0645\u0644\u0647\u0627. \u0625\u0630\u0627 \u062A\u0645 \u0625\u064A\u0642\u0627\u0641 \u062A\u0634\u063A\u064A\u0644\u0647\u060C \u0641\u0633\u064A\u062A\u0645 \u0627\u0633\u062A\u062E\u062F\u0627\u0645 \u0627\u0644\u062A\u0639\u0631\u0641 \u0627\u0644\u0630\u0643\u064A \u0627\u0644\u0627\u0641\u062A\u0631\u0627\u0636\u064A \u0648\u0633\u062A\u062A\u0645 \u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0645\u0646\u0637\u0642\u0629 \u0627\u0644\u0631\u0626\u064A\u0633\u064A\u0629 \u0641\u0642\u0637. (\u0644\u0627 \u064A\u0646\u0635\u062D \u0628\u062A\u0634\u063A\u064A\u0644\u0647)","the number of characters to be translated first":"\u0642\u0645 \u0628\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0623\u062D\u0631\u0641 \u0627\u0644\u0642\u0644\u064A\u0644\u0629 \u0627\u0644\u0623\u0648\u0644\u0649 \u0645\u0646 \u0627\u0644\u0635\u0641\u062D\u0629 \u0645\u0628\u0627\u0634\u0631\u0629 \u062F\u0648\u0646 \u0627\u0646\u062A\u0638\u0627\u0631 \u0627\u0644\u062A\u0645\u0631\u064A\u0631 \u0625\u0644\u0649 \u0627\u0644\u0645\u0646\u0637\u0642\u0629 \u0627\u0644\u0645\u0631\u0626\u064A\u0629","interface language":"\u0644\u063A\u0629 \u0627\u0644\u0648\u0627\u062C\u0647\u0629","display both the original text and the translation":"\u0639\u0631\u0636 \u0627\u0644\u0646\u0635 \u0627\u0644\u0623\u0635\u0644\u064A \u0648\u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0641\u064A \u0648\u0642\u062A \u0648\u0627\u062D\u062F","keyboard shortcuts":"\u0627\u062E\u062A\u0635\u0627\u0631\u0627\u062A \u0644\u0648\u062D\u0629 \u0627\u0644\u0645\u0641\u0627\u062A\u064A\u062D",modify:"\u062A\u0639\u062F\u064A\u0644 \u0645\u0641\u0627\u062A\u064A\u062D \u0627\u0644\u0627\u062E\u062A\u0635\u0627\u0631",reset:"\u0625\u0639\u0627\u062F\u0629 \u0636\u0628\u0637",close:"\u0625\u0646\u0647\u0627\u0621",homepage:"\u0627\u0644\u0635\u0641\u062D\u0629 \u0627\u0644\u0631\u0626\u064A\u0633\u064A\u0629",more:"\u0623\u0643\u062B\u0631",moreOptions:"\u0642\u0645 \u0628\u062A\u0648\u0633\u064A\u0639 \u0627\u0644\u0645\u0632\u064A\u062F \u0645\u0646 \u062E\u064A\u0627\u0631\u0627\u062A \u0627\u0644\u062A\u062E\u0635\u064A\u0635",translateTheWholePage:"\u062A\u0631\u062C\u0645\u0629 \u062C\u0645\u064A\u0639 \u0645\u0646\u0627\u0637\u0642 \u0627\u0644\u0635\u0641\u062D\u0629 (\u062A\u062E\u062A\u0644\u0641 \u0639\u0646 \u0627\u0644\u0645\u0646\u0627\u0637\u0642 \u0627\u0644\u0631\u0626\u064A\u0633\u064A\u0629 \u0644\u0644\u062A\u0639\u0631\u0641 \u0627\u0644\u0630\u0643\u064A)",changeToTranslateTheWholePage:"\u0627\u0644\u062A\u0628\u062F\u064A\u0644 \u0644\u062A\u0631\u062C\u0645\u0629 \u0643\u0627\u0641\u0629 \u0627\u0644\u0645\u062C\u0627\u0644\u0627\u062A",changeToTranslateTheMainPage:"\u0642\u0645 \u0628\u0627\u0644\u062A\u0628\u062F\u064A\u0644 \u0625\u0644\u0649 \u0645\u0646\u0637\u0642\u0629 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0631\u0626\u064A\u0633\u064A\u0629",changeToOnlyTranslationMode:"\u0642\u0645 \u0628\u0627\u0644\u062A\u0628\u062F\u064A\u0644 \u0625\u0644\u0649 \u0625\u0638\u0647\u0627\u0631 \u0627\u0644\u062A\u0631\u062C\u0645\u0627\u062A \u0641\u0642\u0637",changeToDualTranslationMode:"\u0627\u0644\u062A\u0628\u062F\u064A\u0644 \u0625\u0644\u0649 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u062B\u0646\u0627\u0626\u064A\u0629 \u0627\u0644\u0644\u063A\u0629",translateToThePageEndImmediately:"\u062A\u0631\u062C\u0645 \u0639\u0644\u0649 \u0627\u0644\u0641\u0648\u0631 \u0625\u0644\u0649 \u0623\u0633\u0641\u0644 \u0627\u0644\u0635\u0641\u062D\u0629",translateTheMainPage:"\u0627\u0644\u0645\u062C\u0627\u0644\u0627\u062A \u0627\u0644\u0631\u0626\u064A\u0633\u064A\u0629 \u0644\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0630\u0643\u064A\u0629","The local rules are up to date":"\u0642\u0648\u0627\u0639\u062F \u0627\u0644\u062A\u0643\u064A\u0641 \u0627\u0644\u0645\u062D\u0644\u064A\u0629 \u0645\u062D\u062F\u062B\u0629:","Successfully synchronized with the latest official rules:":"\u062A\u0645\u062A \u0645\u0632\u0627\u0645\u0646\u0629 \u0623\u062D\u062F\u062B \u0642\u0648\u0627\u0639\u062F \u0627\u0644\u062A\u0643\u064A\u0641 \u0627\u0644\u0631\u0633\u0645\u064A\u0629 \u0628\u0646\u062C\u0627\u062D:","Checking for updates":"\u0627\u0644\u0628\u062D\u062B \u0639\u0646 \u062A\u062D\u062F\u064A\u062B\u0627\u062A","Rules are being synchronized":"\u0645\u0632\u0627\u0645\u0646\u0629 \u0642\u0648\u0627\u0639\u062F \u0627\u0644\u062A\u0643\u064A\u0641",localVersionIsTooOld:"\u0625\u0635\u062F\u0627\u0631 \u0627\u0644\u0645\u0644\u062D\u0642 \u0627\u0644\u0645\u062D\u0644\u064A \u0642\u062F\u064A\u0645 \u062C\u062F\u064B\u0627. \u064A\u0631\u062C\u0649 \u0627\u0644\u062A\u0631\u0642\u064A\u0629 \u0625\u0644\u0649 \u0627\u0644\u0645\u0644\u062D\u0642 {minVersion} \u0623\u0648 \u0625\u0635\u062F\u0627\u0631 \u0623\u062D\u062F\u062B \u0648\u0645\u062D\u0627\u0648\u0644\u0629 \u0627\u0644\u0645\u0632\u0627\u0645\u0646\u0629 \u0645\u0631\u0629 \u0623\u062E\u0631\u0649.",badUserscriptBrowser:"\u0627\u0644\u0645\u062A\u0635\u0641\u062D \u0627\u0644\u062D\u0627\u0644\u064A \u0644\u0627 \u064A\u0637\u0628\u0642 \u0648\u0627\u062C\u0647\u0629 \u0645\u0644\u062D\u0642 Grease Monkey \u0628\u0634\u0643\u0644 \u0635\u062D\u064A\u062D (\u0645\u062B\u0644 \u0627\u0644\u062D\u0635\u0648\u0644 \u0639\u0644\u0649 \u0645\u0639\u0644\u0648\u0645\u0627\u062A \u0631\u0642\u0645 \u0627\u0644\u0625\u0635\u062F\u0627\u0631 \u0644\u0644\u0628\u0631\u0646\u0627\u0645\u062C \u0627\u0644\u0646\u0635\u064A Grease Monkey \u0646\u0641\u0633\u0647)\u060C \u064A\u0631\u062C\u0649 \u0627\u0633\u062A\u062E\u062F\u0627\u0645 \u0645\u0644\u062D\u0642\u0627\u062A \u062F\u0639\u0645 \u0623\u062E\u0631\u0649 <1> Grease Monkey \u0645\u062A\u0635\u0641\u062D\u0627\u062A \u0645\u062B\u0644 \u0641\u0627\u064A\u0631\u0641\u0648\u0643\u0633",foundNewVersion:"\u062A\u0645 \u0627\u0644\u0639\u062B\u0648\u0631 \u0639\u0644\u0649 \u0646\u0633\u062E\u0629 \u062C\u062F\u064A\u062F\u0629",theLocalExtensionIsUpToUpdate:"\u0627\u0644\u0627\u0645\u062A\u062F\u0627\u062F \u0627\u0644\u062D\u0627\u0644\u064A \u0647\u0648 \u0623\u062D\u062F\u062B \u0625\u0635\u062F\u0627\u0631.",failToSyncRules:"\u0641\u0634\u0644\u062A \u0645\u0632\u0627\u0645\u0646\u0629 \u0623\u062D\u062F\u062B \u0642\u0648\u0627\u0639\u062F \u0627\u0644\u062A\u0643\u064A\u0641",retry:"\u0627\u0636\u063A\u0637 \u0647\u0646\u0627 \u0644\u0644\u0645\u062D\u0627\u0648\u0644\u0629 \u0645\u0631\u0629 \u0623\u062E\u0631\u0649",failedReason:"\u0633\u0628\u0628 \u0627\u0644\u0641\u0634\u0644",currentRuleVersion:"\u0646\u0633\u062E\u0629 \u0627\u0644\u0642\u0627\u0639\u062F\u0629 \u0627\u0644\u062D\u0627\u0644\u064A\u0629",calculating:"\u062D\u0633\u0627\u0628",unknownError:"\u062E\u0637\u0623 \u063A\u064A\u0631 \u0645\u0639\u0631\u0648\u0641",canNotFetchRemoteRule:"\u063A\u064A\u0631 \u0642\u0627\u062F\u0631 \u0639\u0644\u0649 \u0627\u0644\u062D\u0635\u0648\u0644 \u0639\u0644\u0649 \u0627\u0644\u0642\u0648\u0627\u0639\u062F \u0627\u0644\u0628\u0639\u064A\u062F\u0629",enableAlphaSuccess:"\u062A\u0645 \u062A\u0634\u063A\u064A\u0644 \u0648\u0638\u064A\u0641\u0629 \u0623\u0644\u0641\u0627",disableAlphaSuccess:"\u062A\u0645 \u0625\u064A\u0642\u0627\u0641 \u0645\u064A\u0632\u0629 \u0623\u0644\u0641\u0627",cacheSize:"\u062D\u062C\u0645 \u0630\u0627\u0643\u0631\u0629 \u0627\u0644\u062A\u062E\u0632\u064A\u0646 \u0627\u0644\u0645\u0624\u0642\u062A\uFF1A",cleaning:"\u062A\u0646\u0638\u064A\u0641",cleanCache:"\u0645\u0633\u062D \u0630\u0627\u0643\u0631\u0629 \u0627\u0644\u062A\u062E\u0632\u064A\u0646 \u0627\u0644\u0645\u0624\u0642\u062A",options:"\u064A\u062B\u0628\u062A",about:"\u0639\u0646",service:"\u062E\u062F\u0645\u0629 \u0627\u0644\u062A\u0631\u062C\u0645\u0629",needAction:"(\u0627\u0630\u0647\u0628 \u0644\u0644\u0627\u0639\u062F\u0627\u062F\u0627\u062A)",goSettings:"\u0627\u0630\u0647\u0628 \u0644\u0644\u0627\u0639\u062F\u0627\u062F\u0627\u062A",needActionForOptions:"(\u062A\u062D\u062A\u0627\u062C \u0625\u0644\u0649 \u062A\u0639\u064A\u064A\u0646)",translationEngine:"\u062E\u064A\u0627\u0631\u0627\u062A \u0627\u0644\u0645\u062D\u0631\u0643",sourceLanguage:"\u0627\u0644\u0644\u063A\u0629 \u0627\u0644\u0623\u0635\u0644\u064A\u0629",target:"\u0627\u0644\u0644\u063A\u0629 \u0627\u0644\u0645\u0633\u062A\u0647\u062F\u0641\u0629",popupSourceLanguage:"\u0627\u0644\u0644\u063A\u0629 \u0627\u0644\u0623\u0635\u0644\u064A\u0629",popupTarget:"\u0627\u0644\u0644\u063A\u0629 \u0627\u0644\u0645\u0633\u062A\u0647\u062F\u0641\u0629",popupService:"\u062E\u062F\u0645\u0629 \u0627\u0644\u062A\u0631\u062C\u0645\u0629",forThisSite:"\u0627\u0644\u0645\u0648\u0642\u0639 \u0627\u0644\u062D\u0627\u0644\u064A",autoEnableSubtitle:"\u0642\u0645 \u0628\u062A\u0634\u063A\u064A\u0644 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u062B\u0646\u0627\u0626\u064A\u0629 \u0627\u0644\u0644\u063A\u0629 \u062A\u0644\u0642\u0627\u0626\u064A\u064B\u0627",alwaysTranslate:"\u062A\u0631\u062C\u0645 \u062F\u0627\u0626\u0645\u0627 ",neverTranslate:"\u0644\u0627 \u062A\u062A\u0631\u062C\u0645 \u0623\u0628\u062F\u064B\u0627 ",alwaysTranslateSomeLanguage:"\u062A\u0631\u062C\u0645 \u062F\u0627\u0626\u0645\u0627 {language}",neverTranslateSomeLanguage:"\u0644\u0627 \u062A\u062A\u0631\u062C\u0645 \u0623\u0628\u062F\u064B\u0627 {language}",alwaysTranslateSomeSite:"\u062A\u0631\u062C\u0645 \u062F\u0627\u0626\u0645\u0627 {hostname}",neverTranslateSomeSite:"\u0644\u0627 \u062A\u062A\u0631\u062C\u0645 \u0623\u0628\u062F\u064B\u0627 {hostname}",alwaysTranslateSomeSiteOrWildSite:"\u0642\u0645 \u0628\u062A\u0631\u062C\u0645\u0629 \u0647\u0630\u0627 \u0627\u0644\u0645\u0648\u0642\u0639 \u062F\u0627\u0626\u0645\u064B\u0627",alwaysTranslateSomePage:"\u0642\u0645 \u0628\u062A\u0631\u062C\u0645\u0629 \u0647\u0630\u0647 \u0627\u0644\u0635\u0641\u062D\u0629 \u062F\u0627\u0626\u0645\u064B\u0627",add:"\u0627\u0636\u0641 \u0625\u0644\u064A\u0647",default:"\u062A\u0642\u0635\u064A\u0631",forThisLanguage:"\u0644\u0647\u0630\u0647 \u0627\u0644\u0644\u063A\u0629\uFF1A","add url":"\u0625\u062F\u062E\u0627\u0644 \u0639\u0646\u0648\u0627\u0646 \u0627\u0644\u0645\u0648\u0642\u0639",edit:"\u064A\u062D\u0631\u0631","translate other languages into specific language":"\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0644\u063A\u0627\u062A \u0627\u0644\u0623\u062E\u0631\u0649 \u0625\u0644\u0649 \u0627\u0644\u0644\u063A\u0629 \u0627\u0644\u062A\u064A \u062A\u062D\u062F\u062F\u0647\u0627","select translation service":"\u0627\u062E\u062A\u0631 \u062E\u062F\u0645\u0629 \u0627\u0644\u062A\u0631\u062C\u0645\u0629",language:"\u0644\u063A\u0629","show-original":"\u0625\u0638\u0647\u0627\u0631 \u0627\u0644\u0646\u0635 \u0627\u0644\u0623\u0635\u0644\u064A",translate:"\u064A\u062A\u0631\u062C\u0645",Translated:"\u0645\u062A\u0631\u062C\u0645",Translating:"\u062C\u0627\u0631 \u0627\u0644\u062A\u0631\u062C\u0645\u0629",Error:"\u062E\u0637\u0623",allowCacheTranslations:"\u062A\u0645\u0643\u064A\u0646 \u0627\u0644\u062A\u062E\u0632\u064A\u0646 \u0627\u0644\u0645\u0624\u0642\u062A \u0644\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0645\u062D\u0644\u064A\u0629 (\u0644\u062A\u0642\u0644\u064A\u0644 \u0637\u0644\u0628\u0627\u062A \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0644\u0644\u0641\u0642\u0631\u0627\u062A \u0627\u0644\u0645\u0643\u0631\u0631\u0629)","translation display":"\u0623\u0633\u0644\u0648\u0628 \u0639\u0631\u0636 \u0627\u0644\u062A\u0631\u062C\u0645\u0629","select diplay style":"\u062A\u0645\u064A\u064A\u0632 \u0623\u0633\u0644\u0648\u0628 \u0627\u0644\u062A\u0631\u062C\u0645\u0629\u060C \u064A\u0631\u062C\u0649 \u0627\u0644\u0631\u062C\u0648\u0639 \u0625\u0644\u0649 \u0627\u0644\u0623\u0645\u062B\u0644\u0629 \u0627\u0644\u062A\u0627\u0644\u064A\u0629 \u0644\u0645\u0632\u064A\u062F \u0645\u0646 \u0627\u0644\u062A\u0641\u0627\u0635\u064A\u0644:",interface:"\u0625\u0639\u062F\u0627\u062F\u0627\u062A \u0627\u0644\u0648\u0627\u062C\u0647\u0629",import_export:"\u0627\u0633\u062A\u064A\u0631\u0627\u062F \u0648\u062A\u0635\u062F\u064A\u0631",import_export_title:"\u062A\u0643\u0648\u064A\u0646 \u0627\u0644\u0627\u0633\u062A\u064A\u0631\u0627\u062F/\u0627\u0644\u062A\u0635\u062F\u064A\u0631",syncToGoogleDrive:"\u0627\u0644\u0645\u0632\u0627\u0645\u0646\u0629 \u0645\u0639 Google Drive \u0627\u0644\u0622\u0646",floatBallOptions:"\u0625\u0639\u062F\u0627\u062F\u0627\u062A \u0627\u0644\u0643\u0631\u0629 \u0627\u0644\u0645\u0639\u0644\u0642\u0629","floatBallOptions.enable":"\u062A\u0645\u0643\u064A\u0646 \u0627\u0644\u0643\u0631\u0629 \u0627\u0644\u0639\u0627\u0626\u0645\u0629","floatBallOptions.blockUrls":"\u062A\u0639\u0637\u064A\u0644 \u0645\u0648\u0642\u0639 \u0627\u0644\u0648\u064A\u0628","floatBallOptions.add":"\u0627\u0636\u0641 \u0625\u0644\u064A\u0647","floatBallOptions.blockUrlDesc":"\u0644\u0646 \u064A\u062A\u0645 \u0639\u0631\u0636 \u0627\u0644\u0643\u0631\u0629 \u0627\u0644\u0639\u0627\u0626\u0645\u0629 \u0639\u0646\u062F \u0645\u0648\u0627\u062C\u0647\u0629 \u0627\u0644\u0645\u0648\u0627\u0642\u0639 \u0627\u0644\u062A\u0627\u0644\u064A\u0629","floatBallOptions.clickType":"\u0627\u0646\u0642\u0631 \u0641\u0648\u0642 \u0627\u0644\u0633\u0644\u0648\u0643","floatBallOptions.clickTypeDesc":"\u0633\u0644\u0648\u0643 \u0623\u064A\u0642\u0648\u0646\u0629 \u0627\u0644\u0643\u0631\u0629 \u0627\u0644\u0639\u0627\u0626\u0645\u0629 \u0639\u0646\u062F \u0627\u0644\u0646\u0642\u0631 \u0639\u0644\u064A\u0647\u0627","floatBallOptions.clickPopup":"\u0625\u0638\u0647\u0627\u0631 \u0644\u0648\u062D\u0629 \u0627\u0644\u062A\u0631\u062C\u0645\u0629","floatBallOptions.clickTranslate":"\u062A\u0631\u062C\u0645\u0629/\u0625\u0638\u0647\u0627\u0631 \u0627\u0644\u0646\u0635 \u0627\u0644\u0623\u0635\u0644\u064A","floatBallOptions.fixedPosition":"\u56FA\u5B9A\u4F4D\u7F6E","floatBallOptions.fixedPositionDesc":"\u60AC\u6D6E\u7403\u5728\u7A97\u53E3\u5DE6\u4FA7\u8FD8\u662F\u53F3\u4FA7","floatBallOptions.fixedPositionLeft":"\u5DE6\u4FA7","floatBallOptions.fixedPositionRight":"\u53F3\u4FA7",previewAllThemes:"\u0645\u0639\u0627\u064A\u0646\u0629 \u0643\u0627\u0641\u0629 \u0627\u0644\u0623\u0646\u0645\u0627\u0637","translationTheme.none":"\u0644\u0627 \u0623\u062D\u062F","translationTheme.grey":"\u0627\u0644\u0631\u0645\u0627\u062F\u064A \u0627\u0644\u062F\u0627\u0643\u0646","translationTheme.dashed":"\u062A\u0633\u0637\u064A\u0631 \u0645\u062A\u0642\u0637\u0639","translationTheme.dotted":"\u062A\u0633\u0637\u064A\u0631 \u0645\u0646\u0642\u0637","translationTheme.dashedBorder":"\u0627\u0644\u062D\u062F\u0648\u062F \u0627\u0644\u0645\u062A\u0642\u0637\u0639\u0629","translationTheme.solidBorder":"\u0627\u0644\u062D\u062F\u0648\u062F \u0627\u0644\u0635\u0644\u0628\u0629","translationTheme.underline":"\u062A\u0633\u0637\u064A\u0631 \u0645\u0633\u062A\u0642\u064A\u0645","translationTheme.mask":"\u062A\u0623\u062B\u064A\u0631 \u0637\u0645\u0633 (\u0648\u0636\u0639 \u0627\u0644\u062A\u0639\u0644\u0645)","translationTheme.opacity":"\u062A\u0623\u062B\u064A\u0631 \u0627\u0644\u0634\u0641\u0627\u0641\u064A\u0629","translationTheme.paper":"\u062A\u0623\u062B\u064A\u0631 \u0627\u0644\u0638\u0644 \u0648\u0631\u0642\u0629 \u0628\u064A\u0636\u0627\u0621","translationTheme.dividingLine":"\u062E\u0637 \u0627\u0644\u062A\u0642\u0633\u064A\u0645","translationTheme.highlight":"\u062A\u0633\u0644\u064A\u0637 \u0627\u0644\u0636\u0648\u0621","translationTheme.marker":"\u0639\u0644\u0627\u0645\u0629","translationTheme.marker2":"\u0639\u0644\u0627\u0645\u0629 2","translationTheme.blockquote":"\u0627\u0644\u0646\u0645\u0637 \u0627\u0644\u0645\u0631\u062C\u0639\u064A","translationTheme.weakening":"\u064A\u0636\u0639\u0641","translationTheme.italic":"\u0645\u0627\u0626\u0644","translationTheme.bold":"\u0639\u0631\u064A\u0636","translationTheme.thinDashed":"\u062A\u0633\u0637\u064A\u0631 \u0645\u062A\u0642\u0637\u0639 \u0631\u0641\u064A\u0639","translationTheme.nativeDashed":"\u064A\u0623\u062A\u064A \u0627\u0644\u0646\u0638\u0627\u0645 \u0645\u0639 \u062A\u0633\u0637\u064A\u0631 \u0645\u0646\u0642\u0637","translationTheme.nativeDotted":"\u064A\u0623\u062A\u064A \u0627\u0644\u0646\u0638\u0627\u0645 \u0645\u0639 \u062A\u0633\u0637\u064A\u0631 \u0645\u0646\u0642\u0637","translationTheme.nativeUnderline":"\u0627\u0644\u0646\u0638\u0627\u0645 \u064A\u0623\u062A\u064A \u0645\u0639 \u062A\u0633\u0637\u064A\u0631 \u0645\u0633\u062A\u0642\u064A\u0645","translationTheme.wavy":"\u062E\u0637\u0648\u0637 \u0645\u062A\u0645\u0648\u062C\u0629","translationServices.custom":"\u0648\u0627\u062C\u0647\u0629 \u0628\u0631\u0645\u062C\u0629 \u0627\u0644\u062A\u0637\u0628\u064A\u0642\u0627\u062A \u0627\u0644\u0645\u062E\u0635\u0635\u0629","translationServices.tencent":"\u0645\u062A\u0631\u062C\u0645 \u062A\u064A\u0646\u0633\u0646\u062A","translationServices.tenAlpha":"\u0645\u062A\u0631\u062C\u0645 \u062A\u064A\u0646\u0633\u0646\u062A (\u0623\u0644\u0641\u0627)","translationServices.google":"\u062C\u0648\u062C\u0644 \u0627\u0644\u0645\u062A\u0631\u062C\u0645","translationServices.bai":"\u0628\u0627\u064A\u062F\u0648 (\u0623\u0644\u0641\u0627)","translationServices.baidu":"\u0645\u062A\u0631\u062C\u0645 \u0628\u0627\u064A\u062F\u0648","translationServices.aliyun":"\u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0633\u062D\u0627\u0628\u064A\u0629 \u0639\u0644\u0649 \u0628\u0627\u0628\u0627","translationServices.volc":"\u062A\u0631\u062C\u0645\u0629 \u0628\u0631\u0643\u0627\u0646","translationServices.deeplx":"DeepLX (\u0628\u064A\u062A\u0627)","translationServices.bing":"\u0645\u062A\u0631\u062C\u0645 \u0645\u0627\u064A\u0643\u0631\u0648\u0633\u0648\u0641\u062A","translationServices.deepl":"\u062F\u064A\u0628 \u0625\u0644","translationServices.wechat":"\u062A\u0631\u062C\u0645\u0629 \u0648\u064A \u0634\u0627\u062A","translationServices.azure":"\u062A\u0631\u062C\u0645\u0629 \u0623\u0632\u0648\u0631","translationServices.ibm":"\u0622\u064A \u0628\u064A \u0625\u0645 \u0648\u0627\u062A\u0633\u0648\u0646","translationServices.aws":"\u062A\u0631\u062C\u0645\u0629 \u0623\u0645\u0627\u0632\u0648\u0646","translationServices.mock":"\u062A\u0631\u062C\u0645\u0629 \u0645\u062D\u0627\u0643\u0627\u0629","translationServices.mock2":"\u062A\u0631\u062C\u0645\u0629 \u0645\u062D\u0627\u0643\u0627\u0629 2","translationServices.caiyun":"\u0643\u0627\u064A\u0648\u0646 \u0634\u064A\u0627\u0648\u064A\u0649","translationServices.cai":"\u0643\u0627\u064A\u0648\u0646 \u0634\u064A\u0627\u0648\u064A\u0649 (\u0623\u0644\u0641\u0627)","translationServices.volcAlpha":"\u0628\u0631\u0643\u0627\u0646 (\u0623\u0644\u0641\u0627)","translationServices.openl":"\u0623\u0648\u0628\u0646 \u0625\u0644","translationServices.youdao":"\u062A\u0631\u062C\u0645\u0629 \u064A\u0648\u062F\u0627\u0648","translationServices.you":"\u062A\u0631\u062C\u0645\u0629 \u064A\u0648\u062F\u0627\u0648 (\u0623\u0644\u0641\u0627)","translationServices.transmart":"\u062A\u064A\u0646\u0633\u0646\u062A \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u062A\u0641\u0627\u0639\u0644\u064A\u0629","translationServices.niu":"\u062A\u0631\u062C\u0645\u0629 \u0645\u0627\u0641\u0631\u064A\u0643\u0633","translationServices.papago":"\u062A\u0631\u062C\u0645\u0629 \u0628\u0627\u0628\u0627\u062C\u0648","translationServices.d":"\u062F (\u0623\u0644\u0641\u0627)","translationServices.dpro":"\u062F\u064A \u0628\u0631\u0648 (\u0643\u0646\u0627\u0631\u064A)","translationServices.openai":"OpenAI","translationServices.yandex":"Yandex","translationServices.chatgpt":"ChatGPT Web (3.5 \u062C\u0648\u0627\u0644)","translate title":"\u062A\u0631\u062C\u0645\u0629 \u0639\u0646\u0648\u0627\u0646 \u0627\u0644\u0635\u0641\u062D\u0629","always languages":"\u0627\u0644\u0644\u063A\u0629 \u0627\u0644\u0645\u062A\u0631\u062C\u0645\u0629 \u062F\u0627\u0626\u0645\u0627",neverTranslateLanguagesLabel:"\u0627\u0644\u0644\u063A\u0627\u062A \u0627\u0644\u062A\u064A \u0644\u0627 \u062A\u062A\u0631\u062C\u0645 \u0623\u0628\u062F\u0627",neverTranslateTheFollowingLanguagesDescription:"\u0633\u064A\u062A\u0645 \u062A\u062E\u0637\u064A \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0639\u0646\u062F\u0645\u0627 \u062A\u0643\u0648\u0646 \u0641\u0642\u0631\u0629 \u0641\u064A \u0627\u0644\u0635\u0641\u062D\u0629 \u0628\u0627\u0644\u0644\u063A\u0627\u062A \u0627\u0644\u062A\u0627\u0644\u064A\u0629",enableUserscriptPagePopup:"\u0625\u0638\u0647\u0627\u0631 \u0627\u0644\u0643\u0631\u0629 \u0627\u0644\u0639\u0627\u0626\u0645\u0629 \u0639\u0644\u0649 \u0627\u0644\u0635\u0641\u062D\u0629",enableUserscriptPagePopupDescription:"\u0628\u0639\u062F \u0625\u063A\u0644\u0627\u0642 \u0627\u0644\u0643\u0631\u0629 \u0627\u0644\u0639\u0627\u0626\u0645\u0629\u060C \u064A\u0645\u0643\u0646\u0643 \u0627\u0633\u062A\u062E\u062F\u0627\u0645 \u0645\u0641\u062A\u0627\u062D \u0627\u0644\u0627\u062E\u062A\u0635\u0627\u0631 /{touch}\u0644\u0625\u064A\u0642\u0627\u0638\u0647\u0627. \u0644\u0645\u0646\u0639 \u0627\u0644\u0639\u062B\u0648\u0631 \u0639\u0644\u0649 \u0627\u0644\u0643\u0631\u0629 \u0627\u0644\u0639\u0627\u0626\u0645\u0629 \u0628\u0639\u062F \u0625\u064A\u0642\u0627\u0641 \u062A\u0634\u063A\u064A\u0644 \u0647\u0630\u0627 \u0627\u0644\u062E\u064A\u0627\u0631 \u0639\u0646 \u0637\u0631\u064A\u0642 \u0627\u0644\u062E\u0637\u0623\u060C \u064A\u0648\u0635\u0649 \u0628\u0634\u062F\u0629 \u0628\u0648\u0636\u0639 \u0625\u0634\u0627\u0631\u0629 \u0645\u0631\u062C\u0639\u064A\u0629 \u0639\u0644\u0649 \u0635\u0641\u062D\u0629 \u0627\u0644\u0625\u0639\u062F\u0627\u062F\u0627\u062A \u0647\u0630\u0647.","always translate the following languages":"\u0639\u0646\u062F\u0645\u0627 \u062A\u0643\u0648\u0646 \u0644\u063A\u0629 \u0627\u0644\u0635\u0641\u062D\u0629 \u0628\u0627\u0644\u0644\u063A\u0627\u062A \u0627\u0644\u062A\u0627\u0644\u064A\u0629\u060C \u0633\u062A\u062A\u0645 \u062A\u0631\u062C\u0645\u062A\u0647\u0627 \u062A\u0644\u0642\u0627\u0626\u064A\u064B\u0627 \u0625\u0644\u0649 \u0627\u0644\u0644\u063A\u0629 \u0627\u0644\u0645\u0633\u062A\u0647\u062F\u0641\u0629","always sites":"\u0639\u0646\u0627\u0648\u064A\u0646 URL \u0627\u0644\u0645\u062A\u0631\u062C\u0645\u0629 \u062F\u0627\u0626\u0645\u064B\u0627","always translate the following sites":"\u0639\u0646\u062F\u0645\u0627 \u064A\u0643\u0648\u0646 \u0645\u0648\u0642\u0639 \u0627\u0644\u0648\u064A\u0628 \u0628\u0627\u0633\u0645 \u0627\u0644\u0646\u0637\u0627\u0642 \u0627\u0644\u062A\u0627\u0644\u064A\u060C \u0633\u062A\u062A\u0645 \u062A\u0631\u062C\u0645\u062A\u0647 \u062A\u0644\u0642\u0627\u0626\u064A\u064B\u0627 \u0625\u0644\u0649 \u0627\u0644\u0644\u063A\u0629 \u0627\u0644\u0647\u062F\u0641","never sites":"\u0639\u0646\u0627\u0648\u064A\u0646 URL \u0627\u0644\u062A\u064A \u0644\u0646 \u062A\u062A\u0645 \u062A\u0631\u062C\u0645\u062A\u0647\u0627 \u0623\u0628\u062F\u064B\u0627","never translate the following sites":"\u0644\u0646 \u064A\u062A\u0645 \u062A\u0646\u0641\u064A\u0630 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0639\u0646\u062F\u0645\u0627 \u064A\u0643\u0648\u0646 \u0645\u0648\u0642\u0639 \u0627\u0644\u0648\u064A\u0628 \u064A\u062D\u0645\u0644 \u0627\u0633\u0645 \u0627\u0644\u0646\u0637\u0627\u0642 \u0627\u0644\u062A\u0627\u0644\u064A","please refer to":"\u064A\u062C\u0628 \u0639\u0644\u064A\u0643 \u062A\u0639\u0628\u0626\u0629 \u0627\u0644\u0645\u0641\u062A\u0627\u062D \u0642\u0628\u0644 \u0627\u0633\u062A\u062E\u062F\u0627\u0645\u0647\u060C \u0644\u0645\u0632\u064A\u062F \u0645\u0646 \u0627\u0644\u062A\u0641\u0627\u0635\u064A\u0644 \u064A\u0631\u062C\u0649 \u0627\u0644\u0631\u062C\u0648\u0639 \u0625\u0644\u0649",KeyAndConfigurationTutorial:'"\u0627\u0644\u0628\u0631\u0646\u0627\u0645\u062C \u0627\u0644\u062A\u0639\u0644\u064A\u0645\u064A \u0644\u0644\u062A\u0637\u0628\u064A\u0642 \u0648\u0627\u0644\u062A\u0643\u0648\u064A\u0646 \u0627\u0644\u0631\u0626\u064A\u0633\u064A"',useAboveStyleForTheseSites:"\u0639\u0646\u062F\u0645\u0627 \u064A\u0643\u0648\u0646 \u0645\u0648\u0642\u0639 \u0627\u0644\u0648\u064A\u0628 \u0647\u0648 \u0627\u0633\u0645 \u0627\u0644\u0646\u0637\u0627\u0642 \u0627\u0644\u062A\u0627\u0644\u064A\u060C \u0627\u0633\u062A\u062E\u062F\u0645 \u062F\u0627\u0626\u0645\u064B\u0627 \u0646\u0645\u0637 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u2308{theme}\u230B",currentUrl:"\u0639\u0646\u0648\u0627\u0646 URL \u0627\u0644\u062D\u0627\u0644\u064A",confirm:"\u064A\u062D\u0641\u0638",cancel:"\u064A\u0644\u063A\u064A",delete:"\u064A\u0645\u0633\u062D","languages.auto":"\u0627\u0644\u0643\u0634\u0641 \u0627\u0644\u062A\u0644\u0642\u0627\u0626\u064A",syncToCloud:"\u0627\u0644\u0645\u0632\u0627\u0645\u0646\u0629 \u0645\u0639 \u062C\u0648\u062C\u0644 \u062F\u0631\u0627\u064A\u0641",syncToCloudDescription:"\u0642\u0645 \u0628\u0627\u0644\u062A\u062D\u0645\u064A\u0644 \u0625\u0644\u0649 \u0627\u0644\u0633\u062D\u0627\u0628\u0629\u060C \u0648\u064A\u0645\u0643\u0646 \u0645\u0632\u0627\u0645\u0646\u0629 \u0627\u0644\u062A\u0643\u0648\u064A\u0646 \u0628\u064A\u0646 \u0627\u0644\u0645\u062A\u0635\u0641\u062D\u0627\u062A \u0627\u0644\u0645\u062E\u062A\u0644\u0641\u0629/\u0627\u0644\u0646\u0635\u0648\u0635 \u0627\u0644\u0628\u0631\u0645\u062C\u064A\u0629 \u0644\u0642\u0631\u062F \u0627\u0644\u0632\u064A\u062A\u060C \u0645\u0639 \u0645\u0631\u0627\u0639\u0627\u0629 \u0648\u0642\u062A \u0627\u0644\u062A\u0639\u062F\u064A\u0644 \u0627\u0644\u0623\u062E\u064A\u0631.",syncToAccount:"\u0627\u0644\u0645\u0632\u0627\u0645\u0646\u0629 \u0645\u0639 \u0633\u062D\u0627\u0628\u0629 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0634\u0627\u0645\u0644\u0629",syncToAccountButton:"\u0645\u0632\u0627\u0645\u0646\u0629 \u0645\u0639 \u0627\u0644\u0633\u062D\u0627\u0628\u0629 \u0639\u0644\u0649 \u0627\u0644\u0641\u0648\u0631",syncToAccountDescription:"\u0645\u0632\u0627\u0645\u0646\u0629 \u0627\u0644\u062A\u0643\u0648\u064A\u0646\u0627\u062A \u062A\u0644\u0642\u0627\u0626\u064A\u064B\u0627 \u0628\u064A\u0646 \u0627\u0644\u0623\u062C\u0647\u0632\u0629 \u0627\u0644\u0645\u062E\u062A\u0644\u0641\u0629\u060C \u0628\u0646\u0627\u0621\u064B \u0639\u0644\u0649 \u0648\u0642\u062A \u0627\u0644\u062A\u0639\u062F\u064A\u0644 \u0627\u0644\u0623\u062E\u064A\u0631.",successSyncConfigInAccount:"\u0627\u0644\u0628\u0642\u0627\u0621 \u0645\u062A\u0632\u0627\u0645\u0646\u064B\u0627 \u0645\u0639 \u0627\u0644\u0633\u062D\u0627\u0628\u0629 \u0628\u0646\u062C\u0627\u062D",successSyncConfigToAccount:"\u062A\u0645\u062A \u0627\u0644\u0645\u0632\u0627\u0645\u0646\u0629 \u0628\u0646\u062C\u0627\u062D \u0645\u0639 \u0627\u0644\u0633\u062D\u0627\u0628\u0629",syncConfigNoUpdate:"\u0628\u0627\u0644\u0641\u0639\u0644 \u0627\u0644\u0623\u062D\u062F\u062B",authFail:"\u0641\u0634\u0644 \u0627\u0644\u062A\u0641\u0648\u064A\u0636",syncTitle:"\u0625\u062F\u0627\u0631\u0629 \u0627\u0644\u0646\u0633\u062E \u0627\u0644\u0627\u062D\u062A\u064A\u0627\u0637\u064A \u0627\u0644\u064A\u062F\u0648\u064A",import_hint:"\u064A\u0633\u062A\u0648\u0631\u062F",upload:"\u0631\u0641\u0639",revokeAuth:"\u0625\u0644\u063A\u0627\u0621 \u0627\u0644\u062A\u0631\u062E\u064A\u0635",uploadFail:"\u0627\u0644\u062A\u062D\u0645\u064A\u0644 \u0641\u0634\u0644",download:"\u062A\u062D\u0645\u064A\u0644",importSuccess:"\u062A\u0645 \u0627\u0644\u0627\u0633\u062A\u064A\u0631\u0627\u062F \u0628\u0646\u062C\u0627\u062D",importFail:"\u0641\u0634\u0644 \u0627\u0644\u0627\u0633\u062A\u064A\u0631\u0627\u062F",deleteFail:"\u0641\u0634\u0644 \u0641\u064A \u0627\u0644\u062D\u0630\u0641",backupToCloud:"\u0625\u062F\u0627\u0631\u0629 \u0645\u0644\u0641\u0627\u062A \u0627\u0644\u0646\u0633\u062E \u0627\u0644\u0627\u062D\u062A\u064A\u0627\u0637\u064A \u064A\u062F\u0648\u064A\u0627",create_new_backup:"\u0625\u0636\u0627\u0641\u0629 \u0639\u0642\u062F\u0629 \u0627\u062D\u062A\u064A\u0627\u0637\u064A\u0629",maxBackupFiles:"\u064A\u0645\u0643\u0646 \u0639\u0645\u0644 \u0646\u0633\u062E\u0629 \u0627\u062D\u062A\u064A\u0627\u0637\u064A\u0629 \u0644\u0645\u0627 \u064A\u0635\u0644 \u0625\u0644\u0649{count}\u0639\u0642\u062F \u0645\u062E\u062A\u0644\u0641\u0629\u060C \u064A\u0631\u062C\u0649 \u062D\u0630\u0641 \u0627\u0644\u0639\u0642\u062F \u063A\u064A\u0631 \u0627\u0644\u0636\u0631\u0648\u0631\u064A\u0629",backupToCloudDescription:"\u062A\u062D\u0645\u064A\u0644 \u0645\u0644\u0641\u0627\u062A \u0627\u0644\u0646\u0633\u062E \u0627\u0644\u0627\u062D\u062A\u064A\u0627\u0637\u064A \u0623\u0648 \u0627\u0633\u062A\u0639\u0627\u062F\u062A\u0647\u0627 \u064A\u062F\u0648\u064A\u064B\u0627\u060C \u0645\u0645\u0627 \u064A\u0633\u0645\u062D \u0628\u0645\u0627 \u064A\u0635\u0644 \u0625\u0644\u0649 3 \u0646\u0633\u062E \u0627\u062D\u062A\u064A\u0627\u0637\u064A\u0629 \u0645\u062E\u062A\u0644\u0641\u0629",successSyncConfig:"\u0627\u0644\u0628\u0642\u0627\u0621 \u0645\u062A\u0632\u0627\u0645\u0646\u064B\u0627 \u0645\u0639 \u0627\u0644\u0633\u062D\u0627\u0628\u0629 \u0628\u0646\u062C\u0627\u062D",syncFail:"\u0641\u0634\u0644\u062A \u0627\u0644\u0645\u0632\u0627\u0645\u0646\u0629",updatedAt:"\u062A\u0645 \u0627\u0644\u062A\u062D\u062F\u064A\u062B \u0639\u0646\u062F {date}",lastSyncedAt:"\u0622\u062E\u0631 \u0641\u062D\u0635 \u0643\u0627\u0646 \u0639\u0646\u062F {date}",downloadFail:"\u0627\u0644\u062A\u062D\u0645\u064A\u0644 \u0641\u0634\u0644",clickToDownload:"\u0627\u0636\u063A\u0637 \u0644\u0644\u062A\u062D\u0645\u064A\u0644",aboutLabel:"\u062D\u0648\u0644 - \u0631\u062F\u0648\u062F \u0627\u0644\u0641\u0639\u0644","browser.openAboutPage":"\u062D\u0648\u0644/\u0631\u062F\u0648\u062F \u0627\u0644\u0641\u0639\u0644",aboutLabelWithoutSponsor:"\u062D\u0648\u0644 - \u0631\u062F\u0648\u062F \u0627\u0644\u0641\u0639\u0644",aboutIntro:"\u0623\u062A\u0645\u0646\u0649 \u0623\u0646 \u0646\u062A\u0645\u0643\u0646 \u062C\u0645\u064A\u0639\u064B\u0627 \u0645\u0646 \u0627\u0644\u0648\u0635\u0648\u0644 \u0625\u0644\u0649 \u0627\u0644\u0645\u0639\u0644\u0648\u0645\u0627\u062A \u0627\u0644\u0636\u062E\u0645\u0629 \u0627\u0644\u0645\u062A\u0639\u0644\u0642\u0629 \u0628\u0627\u0644\u0644\u063A\u0627\u062A \u0627\u0644\u0623\u062C\u0646\u0628\u064A\u0629 \u0639\u0644\u0649 \u0627\u0644\u0625\u0646\u062A\u0631\u0646\u062A \u0628\u0633\u0647\u0648\u0644\u0629 \u0648\u0633\u0639\u0627\u062F\u0629 \u0623\u0643\u0628\u0631. \u064A\u0645\u0643\u0646\u0643 \u0627\u062E\u062A\u064A\u0627\u0631 \u0641\u062A\u062D \u0639\u0636\u0648\u064A\u0629 <6> Pro \u0644\u0627\u0633\u062A\u062E\u062F\u0627\u0645 \u062A\u0631\u062C\u0645\u0627\u062A DeepL \u0648OpenAI \u062E\u0627\u0631\u062C \u0627\u0644\u0635\u0646\u062F\u0648\u0642.

\u064A\u0645\u0643\u0646\u0643\u0645 \u0645\u062A\u0627\u0628\u0639\u062A\u0646\u0627 \u0639\u0644\u0649 <3>\u062A\u0648\u064A\u062A\u0631 ,<4>\u0642\u0646\u0627\u0629 \u0627\u0644\u062A\u0644\u064A\u062C\u0631\u0627\u0645 \u0623\u0648 \u062D\u0633\u0627\u0628 WeChat \u0627\u0644\u0639\u0627\u0645 \u0623\u0648 \u0645\u062C\u0645\u0648\u0639\u0629 \u0627\u062A\u0635\u0627\u0644\u0627\u062A WeChat \u0623\u0648 <5> \u0627\u0634\u062A\u0631\u0627\u0643 \u0627\u0644\u0628\u0631\u064A\u062F \u0627\u0644\u0625\u0644\u0643\u062A\u0631\u0648\u0646\u064A \u0623\u062F\u0646\u0627\u0647 \u062A\u062A\u0628\u0639 \u0627\u0644\u062A\u062D\u062F\u064A\u062B\u0627\u062A.
<7>\u0639\u0636\u0648 \u0645\u062D\u062A\u0631\u0641 \u064A\u0645\u0643\u0646\u0643 \u0627\u0644\u0627\u062A\u0635\u0627\u0644 \u0628\u0627\u0644\u0628\u0631\u064A\u062F \u0627\u0644\u0625\u0644\u0643\u062A\u0631\u0648\u0646\u064A \u0627\u0644\u0633\u0631\u064A\u0639 \u0644\u062E\u062F\u0645\u0629 \u0627\u0644\u0639\u0645\u0644\u0627\u0621 <8> support@immersivetranslate.com \u0627\u0628\u0642 \u0639\u0644\u0649 \u062A\u0648\u0627\u0635\u0644 \u0645\u0639\u0646\u0627.",aboutIntroWithoutSponsor:"\u0623\u062A\u0645\u0646\u0649 \u0623\u0646 \u0646\u062A\u0645\u0643\u0646 \u062C\u0645\u064A\u0639\u064B\u0627 \u0645\u0646 \u0627\u0644\u0648\u0635\u0648\u0644 \u0628\u0634\u0643\u0644 \u0623\u0633\u0647\u0644 \u0648\u0623\u0643\u062B\u0631 \u0645\u062A\u0639\u0629 \u0625\u0644\u0649 \u0627\u0644\u0643\u0645 \u0627\u0644\u0647\u0627\u0626\u0644 \u0645\u0646 \u0627\u0644\u0645\u0639\u0644\u0648\u0645\u0627\u062A \u0628\u0627\u0644\u0644\u063A\u0629 \u0627\u0644\u0623\u062C\u0646\u0628\u064A\u0629 \u0639\u0644\u0649 \u0627\u0644\u0625\u0646\u062A\u0631\u0646\u062A \u2764\uFE0F

\u064A\u0645\u0643\u0646\u0643 \u0645\u062A\u0627\u0628\u0639\u062A\u0646\u0627 \u0639\u0644\u0649 Twitter <3> ,<4>\u0642\u0646\u0627\u0629 \u0627\u0644\u062A\u0644\u064A\u062C\u0631\u0627\u0645 \u0623\u0648 \u062D\u0633\u0627\u0628 WeChat \u0627\u0644\u0639\u0627\u0645 \u0623\u0648 \u0645\u062C\u0645\u0648\u0639\u0629 \u0627\u062A\u0635\u0627\u0644\u0627\u062A WeChat \u0623\u0648 <5> \u0627\u0634\u062A\u0631\u0627\u0643 \u0627\u0644\u0628\u0631\u064A\u062F \u0627\u0644\u0625\u0644\u0643\u062A\u0631\u0648\u0646\u064A \u0623\u062F\u0646\u0627\u0647 \u062A\u062A\u0628\u0639 \u0627\u0644\u062A\u062D\u062F\u064A\u062B\u0627\u062A.",projectHomepage:"\u0627\u0644\u0635\u0641\u062D\u0629 \u0627\u0644\u0631\u0626\u064A\u0633\u064A\u0629 \u0644\u0644\u0645\u0634\u0631\u0648\u0639",joinTelegramGroup:"\u0627\u0646\u0636\u0645 \u0625\u0644\u0649 \u0645\u062C\u0645\u0648\u0639\u0629 \u0627\u062A\u0635\u0627\u0644\u0627\u062A \u0627\u0644\u0645\u0633\u062A\u062E\u062F\u0645\u064A\u0646 \u0644\u0644\u0645\u0634\u0627\u0631\u0643\u0629 \u0641\u064A \u0627\u0644\u0645\u0646\u0627\u0642\u0634\u0627\u062A \u0627\u0644\u0648\u0638\u064A\u0641\u064A\u0629",wechatPublicAccount:"\u062D\u0633\u0627\u0628 \u0648\u064A \u0634\u0627\u062A \u0627\u0644\u0639\u0627\u0645",wechatCommunities:"\u0645\u062C\u0645\u0648\u0639\u0629 \u0627\u0644\u0627\u062A\u0635\u0627\u0644\u0627\u062A WeChat",qqCommunities:"\u0642\u0646\u0627\u0629 \u0627\u062A\u0635\u0627\u0644 QQ",joinTelegramChannel:"\u062A\u0627\u0628\u0639\u0648\u0627 \u0642\u0646\u0627\u0629 \u0627\u0644\u062A\u0644\u064A\u062C\u0631\u0627\u0645 \u0644\u0645\u0639\u0631\u0641\u0629 \u0622\u062E\u0631 \u0627\u0644\u062A\u062D\u062F\u064A\u062B\u0627\u062A",feedbackAndJoin:"\u0631\u062F\u0648\u062F \u0627\u0644\u0641\u0639\u0644 \u0627\u0644\u0645\u0634\u0643\u0644\u0629 / \u0627\u0644\u0627\u0646\u0636\u0645\u0627\u0645 \u0625\u0644\u0649 \u0627\u0644\u0645\u062C\u0645\u0648\u0639\u0629",autoSync:"\u0627\u0644\u0645\u0632\u0627\u0645\u0646\u0629 \u0627\u0644\u0645\u062C\u062F\u0648\u0644\u0629 \u0627\u0644\u062A\u0644\u0642\u0627\u0626\u064A\u0629",loadingThemeTitle:"\u0623\u0633\u0644\u0648\u0628 \u0627\u0644\u062A\u062D\u0645\u064A\u0644",loadingThemeDescription:"\u0627\u0636\u0628\u0637 \u0627\u0644\u0646\u0645\u0637 \u0623\u062B\u0646\u0627\u0621 \u0627\u0646\u062A\u0638\u0627\u0631 \u062A\u062D\u0645\u064A\u0644 \u0627\u0644\u062A\u0631\u062C\u0645\u0629","loadingTheme.spinner":"\u0627\u0644\u0631\u0633\u0648\u0645 \u0627\u0644\u0645\u062A\u062D\u0631\u0643\u0629 \u0627\u0644\u062F\u0627\u0626\u0631\u0629","loadingTheme.text":"\u0646\u0635 \u062B\u0627\u0628\u062A... ","loadingTheme.none":"\u0644\u0627 \u062A\u0638\u0647\u0631",developerDescription:"\u064A\u0645\u0643\u0646\u0643 \u0627\u0644\u0646\u0642\u0631 \u0641\u0648\u0642 <1> \u0647\u0646\u0627 \u0639\u0631\u0636 \u0627\u0644\u0648\u062B\u0627\u0626\u0642 \u0627\u0644\u0645\u062A\u0639\u0644\u0642\u0629 \u0628\u0627\u0644\u062A\u062E\u0635\u064A\u0635 \u0627\u0644\u0645\u062A\u0642\u062F\u0645","edit border color":"\u062A\u0639\u062F\u064A\u0644 \u0644\u0648\u0646 \u0627\u0644\u062D\u062F\u0648\u062F",successSyncButNoChange:"\u0627\u0644\u062A\u0643\u0648\u064A\u0646 \u0627\u0644\u062D\u0627\u0644\u064A \u0645\u062A\u0648\u0627\u0641\u0642 \u0645\u0639 \u0627\u0644\u0633\u062D\u0627\u0628\u0629",customTheme:"\u0627\u0644\u0623\u0644\u0648\u0627\u0646 \u0648\u0627\u0644\u0623\u062D\u062C\u0627\u0645 \u0627\u0644\u0645\u062E\u0635\u0635\u0629","customThemeLabel.borderColor":"\u0644\u0648\u0646 \u0627\u0644\u062D\u062F\u0648\u062F","customThemeLabel.borderRadius":"\u062D\u062F\u0648\u062F \u0645\u0633\u062A\u062F\u064A\u0631\u0629 \u0627\u0644\u0632\u0648\u0627\u064A\u0627","customThemeLabel.textColor":"\u0644\u0648\u0646 \u0627\u0644\u062E\u0637","customThemeLabel.backgroundColor":"\u0644\u0648\u0646 \u0627\u0644\u062E\u0644\u0641\u064A\u0629","customThemeLabel.zoom":"\u062A\u062D\u062C\u064A\u0645 \u0627\u0644\u062E\u0637 (%)","customThemeLabel.opacity":"\u0639\u062A\u0627\u0645\u0629 \u0627\u0644\u0646\u0635 (%)",resetToDefaultColor:"\u0627\u0644\u0639\u0648\u062F\u0629 \u0625\u0644\u0649 \u0627\u0644\u0644\u0648\u0646 \u0627\u0644\u0627\u0641\u062A\u0631\u0627\u0636\u064A",resetToDefaultSettings:"\u0627\u0644\u0639\u0648\u062F\u0629 \u0625\u0644\u0649 \u0627\u0644\u0625\u0639\u062F\u0627\u062F\u0627\u062A \u0627\u0644\u0627\u0641\u062A\u0631\u0627\u0636\u064A\u0629",isTranslateTitle:"\u0642\u0645 \u0628\u062A\u0634\u063A\u064A\u0644 \u0639\u0646\u0627\u0648\u064A\u0646 \u0635\u0641\u062D\u0627\u062A \u0627\u0644\u0648\u064A\u0628 \u0627\u0644\u0645\u062A\u0631\u062C\u0645\u0629",isTranslateTitleDescription:"\u0639\u0646\u062F \u062A\u0634\u063A\u064A\u0644\u0647\u060C \u0633\u064A\u062A\u0645 \u062A\u0631\u062C\u0645\u0629 \u0639\u0646\u0648\u0627\u0646 \u0635\u0641\u062D\u0629 \u0627\u0644\u0648\u064A\u0628",enableSearchEnhancement:"\u062A\u0645\u0643\u064A\u0646 \u062A\u0639\u0632\u064A\u0632 \u0627\u0644\u0645\u0639\u0644\u0648\u0645\u0627\u062A \u062B\u0646\u0627\u0626\u064A\u0629 \u0627\u0644\u0644\u063A\u0629",enableSearchEnhancementDescription:'\u0628\u0639\u062F \u062A\u0634\u063A\u064A\u0644\u0647\u0627\u060C \u0633\u064A\u062A\u0645 \u0639\u0631\u0636 \u0646\u062A\u0627\u0626\u062C \u0628\u062D\u062B "\u0623\u062E\u0628\u0627\u0631 Google" \u0627\u0644\u0645\u0642\u0627\u0628\u0644\u0629 \u0644\u0644\u0643\u0644\u0645\u0627\u062A \u0627\u0644\u0631\u0626\u064A\u0633\u064A\u0629 \u0628\u0627\u0644\u0644\u063A\u0629 \u0627\u0644\u0625\u0646\u062C\u0644\u064A\u0632\u064A\u0629 \u062A\u0644\u0642\u0627\u0626\u064A\u064B\u0627 \u0641\u064A \u0627\u0644\u0639\u0645\u0648\u062F \u0627\u0644\u0623\u064A\u0645\u0646 \u0644\u0645\u0648\u0627\u0642\u0639 \u0627\u0644\u0648\u064A\u0628 \u0627\u0644\u0645\u062F\u0639\u0648\u0645\u0629 (\u0623\u062E\u0628\u0627\u0631 Google\u060C \u0628\u062D\u062B Google (\u0628\u0639\u0636 \u0627\u0644\u0643\u0644\u0645\u0627\u062A \u0627\u0644\u0631\u0626\u064A\u0633\u064A\u0629)\u060C Snowball\u060C Oriental Fortune\u060C Futu\u060C Tiger Community).',verifyService:"\u0627\u0646\u0642\u0631 \u0647\u0646\u0627 \u0644\u0627\u062E\u062A\u0628\u0627\u0631 \u0627\u0644\u062E\u062F\u0645\u0629",verified:"\u062A\u0645 \u0627\u0644\u062A\u062D\u0642\u0642 \u0628\u0646\u062C\u0627\u062D","field.langs":"\u0631\u0645\u0648\u0632 \u0627\u0644\u0644\u063A\u0629 \u0627\u0644\u0645\u062F\u0639\u0648\u0645\u0629","field.model":"\u0646\u0645\u0648\u0630\u062C","field.translationEngine":"\u0645\u062D\u0631\u0643 \u0627\u0644\u062A\u0631\u062C\u0645\u0629","field.limitPerMinute":"\u0627\u0644\u062D\u062F \u0627\u0644\u0623\u0642\u0635\u0649 \u0644\u0639\u062F\u062F \u0627\u0644\u0637\u0644\u0628\u0627\u062A \u0641\u064A \u0627\u0644\u062F\u0642\u064A\u0642\u0629","field.limitPerSecond":"\u0627\u0644\u062D\u062F \u0627\u0644\u0623\u0642\u0635\u0649 \u0644\u0639\u062F\u062F \u0627\u0644\u0637\u0644\u0628\u0627\u062A \u0641\u064A \u0627\u0644\u062B\u0627\u0646\u064A\u0629","field.maxTextLengthPerRequest":"\u0627\u0644\u062D\u062F \u0627\u0644\u0623\u0642\u0635\u0649 \u0644\u0637\u0648\u0644 \u0627\u0644\u0646\u0635 \u0644\u0643\u0644 \u0637\u0644\u0628","field.maxTextGroupLengthPerRequest":"\u0627\u0644\u062D\u062F \u0627\u0644\u0623\u0642\u0635\u0649 \u0644\u0639\u062F\u062F \u0627\u0644\u0641\u0642\u0631\u0627\u062A \u0644\u0643\u0644 \u0637\u0644\u0628","field.apiUrl":"\u0639\u0646\u0648\u0627\u0646 \u0648\u0627\u062C\u0647\u0629 API \u0627\u0644\u0645\u062E\u0635\u0635\u0629","field.placeholderDelimiters":"\u0627\u0644\u0639\u0646\u0627\u0635\u0631 \u0627\u0644\u0646\u0627\u0626\u0628\u0629 \u0627\u0644\u0645\u062D\u062C\u0648\u0632\u0629","description.custom":"\u0627\u0644\u0648\u0635\u0648\u0644 \u0625\u0644\u0649 \u0627\u0644\u0648\u0627\u062C\u0647\u0629 \u0627\u0644\u0645\u062E\u0635\u0635\u0629 \u064A\u062A\u0637\u0644\u0628 \u0648\u062B\u0627\u0626\u0642 \u0645\u0631\u062C\u0639\u064A\u0629","description.limitPerMinute":"\u0648\u0639\u0646\u062F\u0645\u0627 \u064A\u062A\u062C\u0627\u0648\u0632 \u0639\u062F\u062F \u0627\u0644\u0637\u0644\u0628\u0627\u062A \u0647\u0630\u0627 \u0627\u0644\u062D\u062F\u060C \u0641\u0625\u0646\u0647 \u0633\u064A\u062F\u062E\u0644 \u0641\u064A \u062D\u0627\u0644\u0629 \u0627\u0644\u0627\u0646\u062A\u0638\u0627\u0631 \u062D\u062A\u0649 \u0628\u062F\u0627\u064A\u0629 \u0627\u0644\u062F\u0642\u064A\u0642\u0629 \u0627\u0644\u062A\u0627\u0644\u064A\u0629. \u0646\u0638\u0631\u064B\u0627 \u0644\u0644\u0642\u064A\u0648\u062F \u0627\u0644\u0645\u062E\u062A\u0644\u0641\u0629 \u0644\u062E\u062F\u0645\u0629 OpenAI \u0627\u0644\u062D\u0627\u0644\u064A\u0629\u060C \u064A\u0631\u062C\u0649 \u0627\u0644\u0646\u0642\u0631 \u0641\u0648\u0642 <1> \u0647\u0646\u0627 \u0639\u0631\u0636 \u0623\u062D\u062F\u062B \u0627\u0644\u0642\u064A\u0645 \u0627\u0644\u0645\u0648\u0635\u0649 \u0628\u0647\u0627","description.limitPerSecond":"\u0648\u0639\u0646\u062F\u0645\u0627 \u064A\u062A\u062C\u0627\u0648\u0632 \u0639\u062F\u062F \u0627\u0644\u0637\u0644\u0628\u0627\u062A \u0647\u0630\u0627 \u0627\u0644\u062D\u062F\u060C \u0641\u0625\u0646\u0647 \u0633\u064A\u062F\u062E\u0644 \u0641\u064A \u062D\u0627\u0644\u0629 \u0627\u0644\u0627\u0646\u062A\u0638\u0627\u0631 \u062D\u062A\u0649 \u0628\u062F\u0627\u064A\u0629 \u0627\u0644\u062B\u0627\u0646\u064A\u0629 \u0627\u0644\u062A\u0627\u0644\u064A\u0629. \u0646\u0638\u0631\u064B\u0627 \u0644\u0644\u0642\u064A\u0648\u062F \u0627\u0644\u0645\u062E\u062A\u0644\u0641\u0629 \u0644\u062E\u062F\u0645\u0629 OpenAI \u0627\u0644\u062D\u0627\u0644\u064A\u0629\u060C \u064A\u0631\u062C\u0649 \u0627\u0644\u0646\u0642\u0631 \u0641\u0648\u0642 <1> \u0647\u0646\u0627 \u0639\u0631\u0636 \u0623\u062D\u062F\u062B \u0627\u0644\u0642\u064A\u0645 \u0627\u0644\u0645\u0648\u0635\u0649 \u0628\u0647\u0627","description.generalLimitPerSecond":"\u0648\u0639\u0646\u062F\u0645\u0627 \u064A\u062A\u062C\u0627\u0648\u0632 \u0639\u062F\u062F \u0627\u0644\u0637\u0644\u0628\u0627\u062A \u0647\u0630\u0627 \u0627\u0644\u062D\u062F\u060C \u0641\u0625\u0646\u0647 \u0633\u064A\u062F\u062E\u0644 \u0641\u064A \u062D\u0627\u0644\u0629 \u0627\u0644\u0627\u0646\u062A\u0638\u0627\u0631 \u062D\u062A\u0649 \u0628\u062F\u0627\u064A\u0629 \u0627\u0644\u062B\u0627\u0646\u064A\u0629 \u0627\u0644\u062A\u0627\u0644\u064A\u0629.","description.prompt":"\u062A\u0631\u0633\u0644 \u0627\u0644\u0645\u062D\u0627\u062F\u062B\u0629 \u0625\u0644\u0649 {service} \u0628\u0635\u0641\u0629 \u0627\u0644\u0645\u0633\u062A\u062E\u062F\u0645\u060C \u062D\u064A\u062B \u064A\u0645\u062B\u0644 {{text}} \u0646\u0635 \u0627\u0644\u0641\u0642\u0631\u0629\u060C \u0648\u064A\u0645\u062B\u0644 {{from}} \u0644\u063A\u0629 \u0627\u0644\u0641\u0642\u0631\u0629\u060C \u0648\u064A\u0645\u062B\u0644 {{to}} \u0627\u0644\u0644\u063A\u0629 \u0627\u0644\u0645\u0633\u062A\u0647\u062F\u0641\u0629.","description.maxTextLengthPerRequest":"\u0627\u0644\u062D\u062F \u0627\u0644\u0623\u0642\u0635\u0649 \u0644\u0639\u062F\u062F \u0627\u0644\u0623\u062D\u0631\u0641 \u0644\u0643\u0644 \u0637\u0644\u0628. \u0625\u0630\u0627 \u0643\u0627\u0646 \u0643\u0628\u064A\u0631\u064B\u0627 \u062C\u062F\u064B\u0627\u060C \u0641\u0633\u062A\u062A\u0628\u0627\u0637\u0623 \u0627\u0633\u062A\u062C\u0627\u0628\u0629 \u0627\u0644\u0648\u0627\u062C\u0647\u0629\u060C \u0644\u0630\u0627 \u064A\u0645\u0643\u0646\u0643 \u0645\u062D\u0627\u0648\u0644\u0629 \u0636\u0628\u0637 \u0647\u0630\u0627 \u0627\u0644\u062E\u064A\u0627\u0631 \u0644\u062A\u062D\u0633\u064A\u0646 \u0627\u0644\u0633\u0631\u0639\u0629.","description.systemPrompt":"\u062A\u0645 \u0625\u0631\u0633\u0627\u0644 \u0627\u0644\u062D\u0648\u0627\u0631 \u0625\u0644\u0649 {service} \u0628\u0627\u0633\u0645 \u0627\u0644\u0646\u0638\u0627\u0645\u060C \u062D\u064A\u062B \u064A\u0645\u062B\u0644 {{text}} \u0646\u0635 \u0627\u0644\u0641\u0642\u0631\u0629\u060C \u0648\u064A\u0645\u062B\u0644 {{from}} \u0644\u063A\u0629 \u0627\u0644\u0641\u0642\u0631\u0629\u060C \u0648\u064A\u0645\u062B\u0644 {{to}} \u0627\u0644\u0644\u063A\u0629 \u0627\u0644\u0645\u0633\u062A\u0647\u062F\u0641\u0629.","field.domain":"\u0645\u062C\u0627\u0644","description.domain":"\u0627\u0644\u0627\u0641\u062A\u0631\u0627\u0636\u064A \u0647\u0648\uFF1A\u0639\u0627\u0645. \u0644\u0627 \u064A\u0645\u0643\u0646 \u0636\u0628\u0637\u0647 \u0625\u0644\u0627 \u0639\u0646\u062F \u062A\u0645\u0643\u064A\u0646 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0645\u0633\u062A\u0646\u062F\u0629 \u0625\u0644\u0649 \u0627\u0644\u0645\u062C\u0627\u0644 \u0641\u064A \u0648\u062D\u062F\u0629 \u062A\u062D\u0643\u0645 Youdao API. \u0644\u0644\u062D\u0635\u0648\u0644 \u0639\u0644\u0649 \u0627\u0644\u062D\u0642\u0648\u0644 \u0627\u0644\u0645\u062F\u0639\u0648\u0645\u0629\u060C \u064A\u0631\u062C\u0649 \u0627\u0644\u0627\u0637\u0644\u0627\u0639 \u0639\u0644\u0649 <1> \u0647\u0646\u0627.","field.scene":"\u0645\u0634\u0627\u0647\u062F","description.scene":"\u0627\u0644\u0627\u0641\u062A\u0631\u0627\u0636\u064A \u0647\u0648\uFF1A\u0639\u0627\u0645. \u0644\u0627 \u064A\u0645\u0643\u0646 \u0636\u0628\u0637\u0647 \u0625\u0644\u0627 \u0639\u0646\u062F \u062A\u0646\u0634\u064A\u0637 \u0627\u0644\u0625\u0635\u062F\u0627\u0631 \u0627\u0644\u0627\u062D\u062A\u0631\u0627\u0641\u064A \u0644\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0622\u0644\u064A\u0629 \u0641\u064A \u0648\u062D\u062F\u0629 \u062A\u062D\u0643\u0645 Alibaba Cloud API. \u0631\u0627\u062C\u0639 <1> \u0647\u0646\u0627 \u0644\u0644\u062D\u0635\u0648\u0644 \u0639\u0644\u0649 \u0627\u0644\u0633\u064A\u0646\u0627\u0631\u064A\u0648\u0647\u0627\u062A \u0627\u0644\u0645\u062F\u0639\u0648\u0645\u0629.","field.vocabId":"\u0645\u0639\u0631\u0641 \u0642\u0627\u0645\u0648\u0633 \u0627\u0644\u0645\u0633\u062A\u062E\u062F\u0645","description.vocabId":"\u064A\u062F\u0639\u0645 \u0627\u0644\u0642\u0627\u0645\u0648\u0633 \u0627\u0644\u0645\u062D\u062F\u062F out_id \u062D\u0627\u0644\u064A\u064B\u0627 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0625\u0646\u062C\u0644\u064A\u0632\u064A\u0629 \u0627\u0644\u0635\u064A\u0646\u064A\u0629.","description.model":"\u064A\u0645\u0643\u0646 \u0623\u0646 \u064A\u0643\u0648\u0646 \u0646\u0645\u0648\u0630\u062C OpenAI \u0647\u0648 gpt-3.5-turbo \u0623\u0648 gpt-4 \u0648\u0645\u0627 \u0625\u0644\u0649 \u0630\u0644\u0643.","description.maxTextGroupLengthPerRequest":"\u0639\u062F\u062F \u0627\u0644\u0641\u0642\u0631\u0627\u062A \u0627\u0644\u0645\u0631\u0633\u0644\u0629 \u0625\u0644\u0649 \u062E\u062F\u0645\u0629 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0641\u064A \u0643\u0644 \u0645\u0631\u0629. \u0625\u0630\u0627 \u0643\u0627\u0646 \u0647\u0646\u0627\u0643 \u0639\u062F\u062F \u0643\u0628\u064A\u0631 \u062C\u062F\u064B\u0627 \u0645\u0646 \u0627\u0644\u0641\u0642\u0631\u0627\u062A\u060C \u0641\u0642\u062F \u062A\u062A\u0628\u0627\u0637\u0623 \u0627\u0633\u062A\u062C\u0627\u0628\u0629 \u0627\u0644\u0648\u0627\u062C\u0647\u0629.","description.apiUrl":"\u0627\u0644\u0631\u062C\u0627\u0621 \u0625\u0636\u0627\u0641\u0629 \u0639\u0646\u0648\u0627\u0646 URL \u0645\u062D\u062F\u062F \u0645\u0639 \u0627\u0644\u0645\u0633\u0627\u0631\u060C <1> \u0627\u0644\u0645\u0632\u064A\u062F \u0645\u0646 \u0627\u0644\u062A\u0639\u0644\u064A\u0645\u0627\u062A",enabledExtension:"\u062A\u0645\u0643\u064A\u0646 \u0627\u0644\u062A\u0645\u062F\u064A\u062F",clickToDisableExtension:"\u0627\u0646\u0642\u0631 \u0644\u062A\u0639\u0637\u064A\u0644 \u0627\u0644\u062A\u0645\u062F\u064A\u062F",clickToEnableExtension:"\u0627\u0646\u0642\u0631 \u0644\u062A\u0645\u0643\u064A\u0646 \u0627\u0644\u062A\u0645\u062F\u064A\u062F",hasBeenDisabled:"\u0639\u0627\u062C\u0632","show password":"\u0639\u0631\u0636 \u0643\u0644\u0645\u0629 \u0627\u0644\u0645\u0631\u0648\u0631",customContent:"\u0623\u062F\u062E\u0644 \u0627\u0633\u0645 \u0627\u0644\u0646\u0645\u0648\u0630\u062C \u0627\u0644\u0645\u062E\u0635\u0635",inputOptions:"\u062A\u062D\u0633\u064A\u0646 \u0635\u0646\u062F\u0648\u0642 \u0627\u0644\u0625\u062F\u062E\u0627\u0644",mouseHoverOptions:"\u062A\u0645\u0631\u064A\u0631 \u0627\u0644\u0645\u0627\u0648\u0633",modifyMouseHoverKey:"\u062A\u0639\u062F\u064A\u0644 \u0645\u0641\u0627\u062A\u064A\u062D \u0627\u0644\u0627\u062E\u062A\u0635\u0627\u0631 \u0627\u0644\u062E\u0627\u0635\u0629 \u0628\u0627\u0644\u0645\u0627\u0648\u0633",enableInputTranslation:"\u0645\u0627 \u0625\u0630\u0627 \u0643\u0627\u0646 \u0633\u064A\u062A\u0645 \u062A\u0645\u0643\u064A\u0646 \u062A\u062D\u0633\u064A\u0646 \u0645\u0631\u0628\u0639 \u0627\u0644\u0625\u062F\u062E\u0627\u0644",enableInputTranslationDescription:"\u0628\u0639\u062F{trailingKey}\u060C \u0623\u062F\u062E\u0644 \u0645\u0628\u0627\u0634\u0631\u0629 {startingKey}{startingKey} hello \u0641\u064A \u0645\u0631\u0628\u0639 \u0627\u0644\u0625\u062F\u062E\u0627\u0644\u060C \u062B\u0645 \u0627\u0646\u0642\u0631 \u0633\u0631\u064A\u0639\u064B\u0627 \u0641\u0648\u0642{inputTrailingTriggerKeyRepeatTimes}\u0645\u0631\u062A\u064A\u0646 \u0644\u062A\u0631\u062C\u0645\u062A\u0647 \u0625\u0644\u0649 {inputTargetLanguage}",enableInputTranslationDescriptionForNoneKey:"{trailingKey}\u062A\u0645\u0643\u064A\u0646\u0647\u060C \u0623\u062F\u062E\u0644 \u0645\u0628\u0627\u0634\u0631\u0629\uFF1Ahelloworld \u0641\u064A \u0645\u0631\u0628\u0639 \u0627\u0644\u0625\u062F\u062E\u0627\u0644\u060C \u062B\u0645 \u0627\u0646\u0642\u0631 \u0628\u0633\u0631\u0639\u0629{inputTrailingTriggerKeyRepeatTimes}\u0644\u0644\u062A\u0631\u062C\u0645\u0629 \u0625\u0644\u0649 \u0627\u0644\u0644\u063A\u0629 \u0627\u0644\u0645\u0633\u062A\u0647\u062F\u0641\u0629 \u0627\u0644\u0627\u0641\u062A\u0631\u0627\u0636\u064A\u0629.",inputTargetLanguage:"\u0642\u0645 \u0628\u062A\u0639\u064A\u064A\u0646 \u0627\u0644\u0644\u063A\u0629 \u0627\u0644\u0647\u062F\u0641 \u0627\u0644\u0627\u0641\u062A\u0631\u0627\u0636\u064A\u0629 \u0644\u0645\u0631\u0628\u0639 \u0627\u0644\u0625\u062F\u062E\u0627\u0644",inputTargetLanguageDescription:"\u0627\u0644\u0644\u063A\u0629 \u0627\u0644\u0647\u062F\u0641 \u0627\u0644\u0627\u0641\u062A\u0631\u0627\u0636\u064A\u0629 \u0644\u062A\u0631\u062C\u0645\u0629 \u0645\u0631\u0628\u0639 \u0627\u0644\u0625\u062F\u062E\u0627\u0644\u060C \u0648\u0647\u064A {startingKey}{startingKey} \u0643\u0644\u063A\u0629 \u0627\u0641\u062A\u0631\u0627\u0636\u064A\u0629 \u0644\u0643\u0644\u0645\u0627\u062A \u0627\u0644\u062A\u0634\u063A\u064A\u0644",inputTargetLanguageDescriptionForNoneKey:"\u0627\u0644\u0644\u063A\u0629 \u0627\u0644\u0647\u062F\u0641 \u0627\u0644\u0627\u0641\u062A\u0631\u0627\u0636\u064A\u0629 \u0644\u062A\u0631\u062C\u0645\u0627\u062A \u0645\u0631\u0628\u0639 \u0627\u0644\u0625\u062F\u062E\u0627\u0644",inputStartingTriggerKeyTitle:"\u0642\u0645 \u0628\u062A\u0639\u064A\u064A\u0646 \u0627\u0644\u0623\u062D\u0631\u0641 \u0627\u0644\u0645\u0642\u0633\u0645\u0629 \u0644\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u062C\u0632\u0626\u064A\u0629 \u0644\u0645\u0631\u0628\u0639 \u0627\u0644\u0625\u062F\u062E\u0627\u0644",inputStartingTriggerKeyDescription:"\u0639\u0646\u062F\u0645\u0627 \u0644\u0627 \u062A\u062D\u062A\u0627\u062C \u0625\u0644\u0649 \u062A\u0631\u062C\u0645\u0629 \u0645\u0631\u0628\u0639 \u0627\u0644\u0625\u062F\u062E\u0627\u0644 \u0628\u0623\u0643\u0645\u0644\u0647\u060C \u064A\u062A\u064A\u062D \u0644\u0643 \u0627\u0644\u0645\u062D\u062F\u062F \u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u062C\u0632\u0621 \u0641\u0642\u0637 {startingKey}{startingKey} \u0625\u0644\u0649 \u0646\u0647\u0627\u064A\u0629 \u0645\u0631\u0628\u0639 \u0627\u0644\u0625\u062F\u062E\u0627\u0644\u060C \u0623\u0648 \u064A\u0645\u0643\u0646\u0643 \u062A\u062D\u062F\u064A\u062F \u0631\u0645\u0632 \u0627\u0644\u0644\u063A\u0629\u060C \u0639\u0644\u0649 \u0633\u0628\u064A\u0644 \u0627\u0644\u0645\u062B\u0627\u0644\u060C\uFF1A{startingKey}ja \u062A\u0639\u0646\u064A \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0641\u0642\u0637 \u0627\u0644\u062C\u0632\u0621 \u0645\u0646 {startingKey}\u062C\u0627 \u0625\u0644\u0649 \u0646\u0647\u0627\u064A\u0629 \u0645\u0631\u0628\u0639 \u0627\u0644\u0625\u062F\u062E\u0627\u0644.",inputStartingTriggerKeyDescriptionForNoneKey:"\u062A\u0645 \u0636\u0628\u0637\u0647 \u062D\u0627\u0644\u064A\u064B\u0627 \u0628\u062D\u064A\u062B \u0644\u0627 \u064A\u062A\u0637\u0644\u0628 \u0623\u064A \u0628\u0627\u062F\u0626\u0629\u060C \u0648\u0628\u0639\u0636 \u0648\u0638\u0627\u0626\u0641 \u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0646\u0635 \u0641\u064A \u0645\u0631\u0628\u0639 \u0627\u0644\u0625\u062F\u062E\u0627\u0644 \u063A\u064A\u0631 \u0645\u062A\u0627\u062D\u0629 \u0645\u0624\u0642\u062A\u064B\u0627.",inputTrailingTriggerKeyTitle:"\u062D\u062F\u062F \u062D\u0631\u0641 \u0627\u0644\u0645\u0634\u063A\u0644 \u0627\u0644\u0630\u064A \u064A\u0646\u0647\u064A \u0627\u0644\u0625\u062F\u062E\u0627\u0644",inputTrailingTriggerKeyDescription:"\u0633\u064A\u0624\u062F\u064A \u0627\u0644\u0636\u063A\u0637 \u0639\u0644\u0649{trailingKey} 3 \u0645\u0631\u0627\u062A \u0641\u064A \u062A\u062A\u0627\u0628\u0639 \u0633\u0631\u064A\u0639 \u0625\u0644\u0649 \u0628\u062F\u0621 \u0627\u0644\u062A\u0631\u062C\u0645\u0629",inputTrailingTriggerKeyTimeout:"\u0623\u062F\u062E\u0644 \u0627\u0644\u0641\u0627\u0635\u0644 \u0627\u0644\u0632\u0645\u0646\u064A \u0628\u064A\u0646 \u0627\u0644\u0645\u0634\u063A\u0644\u0627\u062A \u0644\u0625\u0646\u0647\u0627\u0621 \u0627\u0644\u062A\u062D\u0631\u064A\u0631 \u0648\u0627\u0644\u0633\u0631\u062F.",inputTrailingTriggerKeyTimeoutDescription:"\u0642\u0645 \u0628\u062A\u0639\u064A\u064A\u0646 \u0627\u0644\u0641\u0627\u0635\u0644 \u0627\u0644\u0632\u0645\u0646\u064A (\u0645\u0644\u064A \u062B\u0627\u0646\u064A\u0629) \u0644\u0644\u0625\u062F\u062E\u0627\u0644 \u0644\u0625\u0646\u0647\u0627\u0621 \u0645\u0634\u063A\u0644 \u0627\u0644\u062A\u062D\u0631\u064A\u0631 \u0648\u0627\u0644\u0633\u0631\u062F",spaceKey:"<\u0645\u0633\u0627\u0641\u0629>",noneKey:"\u0644\u0627 \u062A\u0648\u062C\u062F \u062D\u0627\u062C\u0629 \u0625\u0644\u0649 \u0628\u0627\u062F\u0626\u0629\u060C \u0642\u0645 \u0628\u062A\u0631\u062C\u0645\u0629 \u0645\u0631\u0628\u0639 \u0627\u0644\u0646\u0635 \u0628\u0627\u0644\u0643\u0627\u0645\u0644 \u0645\u0628\u0627\u0634\u0631\u0629\u064B",inputTranslationBlockUrlsTitle:"\u0644\u0627 \u062A\u0642\u0645 \u0645\u0637\u0644\u0642\u064B\u0627 \u0628\u062A\u0645\u0643\u064A\u0646 \u062A\u062D\u0633\u064A\u0646\u0627\u062A \u062D\u0642\u0644 \u0627\u0644\u0625\u062F\u062E\u0627\u0644 \u0641\u064A \u0639\u0646\u0627\u0648\u064A\u0646 URL",inputTranslationBlockUrlsDescription:"\u0641\u064A \u0639\u0646\u0627\u0648\u064A\u0646 URL \u0627\u0644\u062A\u0627\u0644\u064A\u0629\u060C \u0644\u0646 \u064A\u0635\u0628\u062D \u062A\u062D\u0633\u064A\u0646 \u0645\u0631\u0628\u0639 \u0627\u0644\u0625\u062F\u062E\u0627\u0644 \u0633\u0627\u0631\u064A \u0627\u0644\u0645\u0641\u0639\u0648\u0644",clickToSeeQuickDemo:"\u0627\u0646\u0642\u0631 \u0644\u062A\u0648\u0633\u064A\u0639 \u0641\u064A\u062F\u064A\u0648 \u0627\u0644\u062A\u0639\u0644\u064A\u0645\u0627\u062A \u0627\u0644\u0633\u0631\u064A\u0639\u0629 \u0644\u0645\u062F\u0629 30 \u062B\u0627\u0646\u064A\u0629",inputHelperInfo:"\u0645\u0644\u0627\u062D\u0638\u0629\uFF1A: \u0644\u0642\u062F \u0642\u0645\u0646\u0627 \u0628\u062A\u062D\u0633\u064A\u0646 \u0627\u0644\u0645\u0634\u0643\u0644\u0629 \u0639\u0644\u0649 \u0648\u062C\u0647 \u0627\u0644\u062A\u062D\u062F\u064A\u062F \u062D\u064A\u062B \u062A\u062A\u062D\u0648\u0644 \u0628\u0639\u0636 \u0623\u062D\u0631\u0641 \u0627\u0644\u062A\u0634\u063A\u064A\u0644 \u0625\u0644\u0649 \u0639\u0644\u0627\u0645\u0627\u062A \u062A\u0631\u0642\u064A\u0645 \u0635\u064A\u0646\u064A\u0629 \u0636\u0645\u0646 \u0637\u0631\u064A\u0642\u0629 \u0627\u0644\u0625\u062F\u062E\u0627\u0644 \u0627\u0644\u0635\u064A\u0646\u064A\u0629. \u0639\u0644\u0649 \u0633\u0628\u064A\u0644 \u0627\u0644\u0645\u062B\u0627\u0644\u060C \u0636\u0645\u0646 \u0637\u0631\u064A\u0642\u0629 \u0627\u0644\u0625\u062F\u062E\u0627\u0644 Sogou\u060C / \u0633\u0648\u0641 \u062A\u062A\u062D\u0648\u0644 \u0625\u0644\u0649 \u062A\u0648\u0642\u0641 \u0645\u0624\u0642\u062A\u060C \u0648\u062A\u062F\u0639\u0645 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u063A\u0627\u0645\u0631\u0629 \u062C\u0645\u064A\u0639 \u0627\u0644\u0631\u0645\u0648\u0632 \u0627\u0644\u0635\u064A\u0646\u064A\u0629 \u0627\u0644\u0645\u0642\u0627\u0628\u0644\u0629 \u0644\u0640 \u0633\u064A\u062A\u0645 \u0627\u0644\u062A\u0639\u0631\u0641 \u0639\u0644\u0649 \u0623\u062D\u0631\u0641 \u0627\u0644\u062A\u0634\u063A\u064A\u0644\u060C \u0623\u064A //\u060C \u0639\u0644\u0649 \u0623\u0646\u0647\u0627 \u0623\u062D\u0631\u0641 \u062A\u0634\u063A\u064A\u0644.

\u0641\u064A \u0627\u0644\u0648\u0642\u062A \u0646\u0641\u0633\u0647\u060C \u0646\u062F\u0639\u0645 \u0623\u064A\u0636\u064B\u0627 \u0627\u0644\u0623\u0633\u0645\u0627\u0621 \u0627\u0644\u0635\u064A\u0646\u064A\u0629 \u0627\u0644\u0645\u0633\u062A\u0639\u0627\u0631\u0629 \u0644\u0631\u0645\u0648\u0632 \u0627\u0644\u0644\u063A\u0629 \u0643\u0623\u0648\u0627\u0645\u0631. \u0639\u0644\u0649 \u0633\u0628\u064A\u0644 \u0627\u0644\u0645\u062B\u0627\u0644\u060C \u0633\u062A\u062A\u0645 \u062A\u0631\u062C\u0645\u0629 /Japanese Hello World \u0625\u0644\u0649 \u0627\u0644\u064A\u0627\u0628\u0627\u0646\u064A\u0629. <1> \u0627\u0646\u0642\u0631 \u0647\u0646\u0627 \u0644\u0639\u0631\u0636 \u0643\u0627\u0641\u0629 \u0631\u0645\u0648\u0632 \u0627\u0644\u0644\u063A\u0627\u062A \u0627\u0644\u0645\u062F\u0639\u0648\u0645\u0629. .",reloadCurrentPage:"\u064A\u0631\u062C\u0649 \u062A\u062D\u062F\u064A\u062B \u0627\u0644\u0635\u0641\u062D\u0629 \u0627\u0644\u062D\u0627\u0644\u064A\u0629 \u0642\u0628\u0644 \u0628\u062F\u0621 \u0627\u0644\u062A\u0631\u062C\u0645\u0629",noLocalFilePermissionForPDF:"\u0644\u064A\u0633 \u0644\u062F\u064A\u0646\u0627 \u062D\u0627\u0644\u064A\u064B\u0627 \u0625\u0630\u0646 \u0628\u0642\u0631\u0627\u0621\u0629 \u0627\u0644\u0645\u0644\u0641\u0627\u062A \u0627\u0644\u0645\u062D\u0644\u064A\u0629. \u0627\u0644\u0631\u062C\u0627\u0621 \u0627\u0644\u0646\u0642\u0631 \u0641\u0648\u0642 \u0627\u0644\u0632\u0631 \u0623\u0639\u0644\u0627\u0647 \u0648\u0627\u0633\u062A\u064A\u0631\u0627\u062F \u0627\u0644\u0645\u0644\u0641\u0627\u062A \u0627\u0644\u0645\u062D\u0644\u064A\u0629.",noPermissionForThisPage:"\u26A0\uFE0F \u0644\u0627 \u064A\u0648\u062C\u062F \u0625\u0630\u0646 \u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0635\u0641\u062D\u0629 \u0627\u0644\u062D\u0627\u0644\u064A\u0629",retryAllParagraphs:"\u0623\u0639\u062F \u0645\u062D\u0627\u0648\u0644\u0629 \u0643\u0627\u0641\u0629 \u0641\u0642\u0631\u0627\u062A \u0627\u0644\u062E\u0637\u0623",retryAllButton:"\u0623\u0639\u062F \u0645\u062D\u0627\u0648\u0644\u0629 \u0643\u0627\u0641\u0629 \u0641\u0642\u0631\u0627\u062A \u0627\u0644\u062E\u0637\u0623",errorTooltipTitle:"\u0627\u0646\u0642\u0631 \u0644\u0639\u0631\u0636 \u0633\u0628\u0628 \u0627\u0644\u062E\u0637\u0623",errorModalTitle:"\u064A\u0628\u062F\u0648 \u0623\u0646 \u0647\u0646\u0627\u0643 \u062E\u0637\u0623 \u0645\u0627 \u0641\u064A \u062E\u062F\u0645\u0629 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0623\u0648 \u0627\u0644\u0634\u0628\u0643\u0629...",disableConfirm:"\u0625\u0639\u062F\u0627\u062F\u0627\u062A \u062A\u0639\u0632\u064A\u0632 \u0627\u0644\u0645\u0639\u0644\u0648\u0645\u0627\u062A \u062B\u0646\u0627\u0626\u064A\u0629 \u0627\u0644\u0644\u063A\u0629",disableOnce:"\u0645\u0639\u0637\u0644\u0629 \u0647\u0630\u0647 \u0627\u0644\u0645\u0631\u0629",disableGlobal:"\u062A\u0639\u0637\u064A\u0644 \u062F\u0627\u0626\u0645",disableTint:"* \u064A\u0645\u0643\u0646\u0643 \u0625\u0639\u0627\u062F\u0629 \u062A\u0645\u0643\u064A\u0646\u0647 \u0641\u064A {option}.",searchEnhancementNotes:"\u0644\u0642\u062F \u0648\u062C\u062F\u0646\u0627 \u0623\u0646 \u0646\u062A\u0627\u0626\u062C \u0627\u0644\u0623\u062E\u0628\u0627\u0631 \u0644\u0644\u0643\u0644\u0645\u0627\u062A \u0627\u0644\u0631\u0626\u064A\u0633\u064A\u0629 \u0627\u0644\u0635\u064A\u0646\u064A\u0629 \u0648\u0627\u0644\u0643\u0644\u0645\u0627\u062A \u0627\u0644\u0631\u0626\u064A\u0633\u064A\u0629 \u0627\u0644\u0625\u0646\u062C\u0644\u064A\u0632\u064A\u0629 \u0645\u062E\u062A\u0644\u0641\u0629 \u062A\u0645\u0627\u0645\u064B\u0627. \u0628\u0639\u062F \u062A\u0645\u0643\u064A\u0646 \u0648\u0638\u064A\u0641\u0629 \u062A\u062D\u0633\u064A\u0646 \u0627\u0644\u0645\u0639\u0644\u0648\u0645\u0627\u062A \u062B\u0646\u0627\u0626\u064A\u0629 \u0627\u0644\u0644\u063A\u0629 \u0644\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u063A\u0627\u0645\u0631\u0629\u060C \u0633\u0646\u0628\u062D\u062B \u0641\u064A \u0645\u0648\u0627\u0642\u0639 \u0627\u0644\u0648\u064A\u0628 \u0627\u0644\u0645\u062F\u0639\u0648\u0645\u0629 (\u0623\u062E\u0628\u0627\u0631 Google\u060C \u0628\u062D\u062B Google (\u0628\u0639\u0636 \u0627\u0644\u0643\u0644\u0645\u0627\u062A \u0627\u0644\u0631\u0626\u064A\u0633\u064A\u0629)\u060C Snowball\u060C Oriental Fortune Network\u060C Futu \u060C Tiger) \u064A\u0628\u062D\u062B \u062A\u0644\u0642\u0627\u0626\u064A\u064B\u0627 \u0639\u0646 \u0646\u0641\u0633 \u0627\u0644\u0643\u0644\u0645\u0627\u062A \u0627\u0644\u0631\u0626\u064A\u0633\u064A\u0629 \u0628\u0627\u0644\u0644\u063A\u0629 \u0627\u0644\u0625\u0646\u062C\u0644\u064A\u0632\u064A\u0629 \u0648\u064A\u0639\u0631\u0636\u0647\u0627 \u0639\u0644\u0649 \u0627\u0644\u064A\u0645\u064A\u0646. \u0625\u0630\u0627 \u0644\u0645 \u062A\u0643\u0646 \u0628\u062D\u0627\u062C\u0629 \u0625\u0644\u0649 \u0647\u0630\u0647 \u0627\u0644\u0645\u064A\u0632\u0629\u060C \u0641\u064A\u0645\u0643\u0646\u0643 \u0627\u062E\u062A\u064A\u0627\u0631 \u062A\u0639\u0637\u064A\u0644\u0647\u0627.",option:"\u064A\u062B\u0628\u062A",saveSettings:"\u0627\u062D\u0641\u0638 \u0627\u0644\u062A\u063A\u064A\u064A\u0631\u0627\u062A",closeModal:"\u0623\u063A\u0644\u0642 \u0627\u0644\u0646\u0627\u0641\u0630\u0629",enableInputTranslationWithoutTriggerKeyTitle:"\u062A\u0645\u0643\u064A\u0646 \u0627\u0644\u062A\u062D\u0631\u064A\u0631 \u0648\u0627\u0644\u0633\u0631\u062F \u0627\u0644\u0633\u0631\u064A\u0639 3 \u0645\u0631\u0627\u062A{trailingKey}\u060C \u0648\u062A\u0631\u062C\u0645\u0629 \u0645\u0631\u0628\u0639 \u0627\u0644\u0625\u062F\u062E\u0627\u0644 \u0628\u0623\u0643\u0645\u0644\u0647 \u0645\u0628\u0627\u0634\u0631\u0629 \u0625\u0644\u0649{inputTargetLanguage}",enableInputTranslationWithoutTriggerKeyDescription:"\u0625\u0630\u0627 \u0643\u0646\u062A \u0628\u062D\u0627\u062C\u0629 \u0625\u0644\u0649 \u062A\u062D\u062F\u064A\u062F \u0627\u0644\u0644\u063A\u0629 \u0627\u0644\u0645\u0633\u062A\u0647\u062F\u0641\u0629\u060C \u0641\u064A\u0631\u062C\u0649 \u0625\u0636\u0627\u0641\u0629 \u0631\u0645\u0632 \u0627\u0644\u0644\u063A\u0629 \u0641\u064A \u0627\u0644\u0645\u0642\u062F\u0645\u0629\u060C \u0645\u062B\u0644\uFF1Aja Hello World",mouseHoverShortcutPlaceholder:"\u0645\u062B\u0644\uFF1A\u0627\u0644\u062A\u062D\u0648\u0644",deepLProName:"\u0639\u0636\u0648 \u0645\u062D\u062A\u0631\u0641 \u0641\u064A \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0634\u0627\u0645\u0644\u0629 (\u0645\u0633\u062A\u062D\u0633\u0646)",deepLProDescription:"\u064A\u0645\u0643\u0646 \u0627\u0633\u062A\u062E\u062F\u0627\u0645 \u0627\u0644\u062D\u0632\u0645\u0629 \u0627\u0644\u062D\u0627\u0644\u064A\u0629 \u0645\u0628\u0627\u0634\u0631\u0629",deeplProDescriptionForNormal:"\u0644\u0627 \u062A\u0648\u062C\u062F \u0625\u0639\u062F\u0627\u062F\u0627\u062A \u0645\u0637\u0644\u0648\u0628\u0629. \u064A\u0645\u0643\u0646\u0643 \u0627\u0633\u062A\u062E\u062F\u0627\u0645\u0647\u0627 \u0628\u0639\u062F \u062A\u0633\u062C\u064A\u0644 \u0627\u0644\u062F\u062E\u0648\u0644 \u0643\u0639\u0636\u0648. <1> \u0627\u0646\u0642\u0631 \u0647\u0646\u0627 \u0644\u0644\u062A\u0631\u0642\u064A\u0629 \u0625\u0644\u0649 \u0639\u0636\u0648.",deepLCustomDescription:"\u0623\u0646\u062A \u0628\u062D\u0627\u062C\u0629 \u0625\u0644\u0649 \u0628\u0637\u0627\u0642\u0629 \u0627\u0626\u062A\u0645\u0627\u0646 \u0623\u062C\u0646\u0628\u064A\u0629\u060C \u0627\u0646\u062A\u0642\u0644 \u0625\u0644\u0649 <1>DeepL \u062A\u0645 \u0641\u062A\u062D\u0647 \u0631\u0633\u0645\u064A\u064B\u0627\u060C \u0627\u0646\u0642\u0631 \u0644\u0639\u0631\u0636 \u0627\u0644\u0645\u0633\u062A\u0646\u062F\u0627\u062A <2>",deepLCustomName:"\u0645\u0641\u062A\u0627\u062D \u0627\u0644\u0645\u0635\u0627\u062F\u0642\u0629 \u0627\u0644\u0645\u062E\u0635\u0635",chooseProviderLabel:"\u0627\u062E\u062A\u0631 \u0645\u0632\u0648\u062F \u0627\u0644\u062E\u062F\u0645\u0629",openaiProName:"\u0639\u0636\u0648 \u0645\u062D\u062A\u0631\u0641 \u0641\u064A \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0634\u0627\u0645\u0644\u0629 (\u0645\u0633\u062A\u062D\u0633\u0646)",openaiProDescription:"\u064A\u0645\u0643\u0646 \u0627\u0633\u062A\u062E\u062F\u0627\u0645 \u0627\u0644\u062D\u0632\u0645\u0629 \u0627\u0644\u062D\u0627\u0644\u064A\u0629 \u0645\u0628\u0627\u0634\u0631\u0629",openaiProDescriptionForNormal:"\u0644\u0627 \u062A\u0648\u062C\u062F \u0625\u0639\u062F\u0627\u062F\u0627\u062A \u0645\u0637\u0644\u0648\u0628\u0629. \u064A\u0645\u0643\u0646\u0643 \u0627\u0633\u062A\u062E\u062F\u0627\u0645\u0647\u0627 \u0628\u0639\u062F \u062A\u0633\u062C\u064A\u0644 \u0627\u0644\u062F\u062E\u0648\u0644 \u0643\u0639\u0636\u0648. <1> \u0627\u0646\u0642\u0631 \u0647\u0646\u0627 \u0644\u0644\u062A\u0631\u0642\u064A\u0629 \u0625\u0644\u0649 \u0639\u0636\u0648.",openaiCustomDescription:"\u064A\u0645\u0643\u0646 \u0627\u0644\u062D\u0635\u0648\u0644 \u0639\u0644\u064A\u0647 \u0645\u0646 OpenAI \u0623\u0648 Azure OpenAI \u0623\u0648 \u062E\u062F\u0645\u0627\u062A \u0623\u062E\u0631\u0649 \u062A\u0627\u0628\u0639\u0629 \u0644\u062C\u0647\u0627\u062A \u062E\u0627\u0631\u062C\u064A\u0629.<1> \u0627\u0646\u0642\u0631 \u0647\u0646\u0627 \u0644\u0639\u0631\u0636 \u0627\u0644\u0645\u0633\u062A\u0646\u062F.",openaiCustomName:"\u0645\u0641\u062A\u0627\u062D \u0648\u0627\u062C\u0647\u0629 \u0628\u0631\u0645\u062C\u0629 \u0627\u0644\u062A\u0637\u0628\u064A\u0642\u0627\u062A \u0627\u0644\u0645\u062E\u0635\u0635",needLoginAction:"(\u0623\u062F\u062E\u0644 \u0627\u0644\u0639\u0636\u0648\u064A\u0629 \u0623\u0648 \u0627\u0644\u062A\u062E\u0635\u064A\u0635)",goLoginOrAction:"(\u0623\u062F\u062E\u0644 \u0627\u0644\u0639\u0636\u0648\u064A\u0629 \u0623\u0648 \u0627\u0630\u0647\u0628 \u0625\u0644\u0649 \u0627\u0644\u0625\u0639\u062F\u0627\u062F\u0627\u062A)",yearly:"\u0627\u0644\u0627\u0634\u062A\u0631\u0627\u0643 \u0627\u0644\u0633\u0646\u0648\u064A \u0627\u0644\u0645\u0633\u062A\u0645\u0631",quarterly:"\u0645\u0648\u0627\u0633\u0645 \u0645\u062A\u062A\u0627\u0644\u064A\u0629",monthly:"\u0627\u0634\u062A\u0631\u0627\u0643 \u0634\u0647\u0631\u064A \u0645\u0633\u062A\u0645\u0631",yearlyForOnce:"\u0627\u0644\u0628\u0627\u0642\u0629 \u0627\u0644\u0633\u0646\u0648\u064A\u0629 \u0644\u0645\u0631\u0629 \u0648\u0627\u062D\u062F\u0629",monthlyForOnce:"\u0628\u0627\u0642\u0629 \u0634\u0647\u0631\u064A\u0629 \u0644\u0645\u0631\u0629 \u0648\u0627\u062D\u062F\u0629",daily:"\u0623\u064A\u0627\u0645 \u0645\u062A\u062A\u0627\u0644\u064A\u0629",year:"\u0627\u0644\u0627\u0634\u062A\u0631\u0627\u0643 \u0627\u0644\u0633\u0646\u0648\u064A \u0627\u0644\u0645\u0633\u062A\u0645\u0631",quarter:"\u0645\u0648\u0627\u0633\u0645 \u0645\u062A\u062A\u0627\u0644\u064A\u0629",month:"\u0627\u0634\u062A\u0631\u0627\u0643 \u0634\u0647\u0631\u064A \u0645\u0633\u062A\u0645\u0631",day:"\u0623\u064A\u0627\u0645 \u0645\u062A\u062A\u0627\u0644\u064A\u0629",onetime_7day:"\u062D\u0632\u0645\u0629 \u062A\u062C\u0631\u064A\u0628\u064A\u0629 \u0644\u0645\u062F\u0629 7 \u0623\u064A\u0627\u0645",currentPlanDescriptionForFree:"\u0627\u0644\u062D\u0632\u0645\u0629 \u0627\u0644\u062D\u0627\u0644\u064A\u0629\uFF1A\u0645\u062C\u0627\u0646\u064A\u0629",currentPlanDescriptionForContinuous:"\u0627\u0644\u0628\u0627\u0642\u0629 \u0627\u0644\u062D\u0627\u0644\u064A\u0629\uFF1A{plan}\u062A\u062C\u062F\u064A\u062F\u0647\u0627 \u062A\u0644\u0642\u0627\u0626\u064A\u0627 \u0641\u064A {endAt}",currentPlanDescriptionForAutoRenewCaceling:"\u0627\u0644\u0628\u0627\u0642\u0629 \u0627\u0644\u062D\u0627\u0644\u064A\u0629\uFF1A{plan}\u0648\u0633\u062A\u0646\u062A\u0647\u064A \u0641\u064A {endAt} \u0648\u0644\u0646 \u064A\u062A\u0645 \u062A\u062C\u062F\u064A\u062F\u0647\u0627 \u062A\u0644\u0642\u0627\u0626\u064A\u064B\u0627 \u0628\u0639\u062F \u0627\u0646\u062A\u0647\u0627\u0621 \u0627\u0644\u0635\u0644\u0627\u062D\u064A\u0629.",currentYearlyPlanDescriptionForAutoRenewCacelingWithRealPaiedUser:"\u0633\u062A\u0646\u062A\u0647\u064A \u0635\u0644\u0627\u062D\u064A\u0629 \u0627\u0644\u062D\u0632\u0645\u0629 \u0627\u0644\u062D\u0627\u0644\u064A\u0629\uFF1A{plan}\u0641\u064A {endAt} \u0648\u0644\u0646 \u064A\u062A\u0645 \u062A\u062C\u062F\u064A\u062F\u0647\u0627 \u062A\u0644\u0642\u0627\u0626\u064A\u064B\u0627 \u0628\u0639\u062F \u0627\u0646\u062A\u0647\u0627\u0621 \u0627\u0644\u0635\u0644\u0627\u062D\u064A\u0629.
<1>\u0627\u0646\u0642\u0631 \u0647\u0646\u0627 \u0644\u0625\u062F\u0627\u0631\u0629 \u062E\u0637\u0637 \u0627\u0644\u062A\u062C\u062F\u064A\u062F",currentYearlyPlanDescriptionForAutoRenewCacelingWithAdmin:"\u0633\u062A\u0646\u062A\u0647\u064A \u0635\u0644\u0627\u062D\u064A\u0629 \u0627\u0644\u062D\u0632\u0645\u0629 \u0627\u0644\u062D\u0627\u0644\u064A\u0629\uFF1A{plan}\u0641\u064A {endAt} \u0648\u0644\u0646 \u064A\u062A\u0645 \u062A\u062C\u062F\u064A\u062F\u0647\u0627 \u062A\u0644\u0642\u0627\u0626\u064A\u064B\u0627 \u0628\u0639\u062F \u0627\u0646\u062A\u0647\u0627\u0621 \u0627\u0644\u0635\u0644\u0627\u062D\u064A\u0629.
<1>\u0627\u0636\u063A\u0637 \u0647\u0646\u0627 \u0644\u062A\u0641\u0639\u064A\u0644 \u0627\u0644\u0627\u0634\u062A\u0631\u0627\u0643 \u0627\u0644\u0633\u0646\u0648\u064A \u0627\u0644\u0645\u0633\u062A\u0645\u0631",currentPlanDescriptionForOneTime:"\u0627\u0644\u062D\u0632\u0645\u0629 \u0627\u0644\u062D\u0627\u0644\u064A\u0629\uFF1A{plan}\u0648\u0633\u062A\u0646\u062A\u0647\u064A \u0641\u064A {endAt} <1> \u0627\u0646\u0642\u0631 \u0647\u0646\u0627 \u0644\u0644\u062A\u0631\u0642\u064A\u0629 \u0625\u0644\u0649 \u0627\u0644\u0631\u0633\u0648\u0645 \u0627\u0644\u0633\u0646\u0648\u064A\u0629 \u0623\u0648 <2> \u0631\u0633\u0648\u0645 \u0634\u0647\u0631\u064A\u0629 \u0639\u0636\u0648",upgradePlan:"\u0627\u0646\u0642\u0631 \u0647\u0646\u0627 \u0644\u0644\u062A\u0631\u0642\u064A\u0629 \u0625\u0644\u0649 \u0639\u0636\u0648\u064A\u0629 Pro",upgradeToPro:"\u0627\u0644\u062A\u0631\u0642\u064A\u0629 \u0625\u0644\u0649 \u0639\u0636\u0648\u064A\u0629 \u0628\u0631\u0648","popup.openPro":"\u0628\u0639\u062F \u0627\u0644\u062A\u0631\u0642\u064A\u0629 \u0625\u0644\u0649 \u0639\u0636\u0648\u064A\u0629 Pro\u060C \u064A\u0645\u0643\u0646\u0643 \u0627\u0644\u0627\u0633\u062A\u0645\u062A\u0627\u0639 \u0628\u062A\u0631\u062C\u0645\u0629 DeepL \u0648OpenAI\u060C \u0627\u0646\u0642\u0631 \u0647\u0646\u0627 \u0644\u0644\u062A\u0631\u0642\u064A\u0629","popup.openProForPro":"\u0623\u0646\u062A \u0639\u0636\u0648 \u0645\u062D\u062A\u0631\u0641 \u0648\u064A\u0645\u0643\u0646\u0643 \u0627\u0633\u062A\u062E\u062F\u0627\u0645 \u062A\u0631\u062C\u0645\u0629 DeepL \u0648OpenAI \u0645\u0628\u0627\u0634\u0631\u0629",currentAccount:"\u0627\u0644\u062D\u0633\u0627\u0628 \u0627\u0644\u062D\u0627\u0644\u064A",enableAutoSyncUserSettings:"\u062A\u0645\u0643\u064A\u0646 \u0627\u0644\u0645\u0632\u0627\u0645\u0646\u0629 \u0627\u0644\u0633\u062D\u0627\u0628\u064A\u0629 \u0627\u0644\u062A\u0644\u0642\u0627\u0626\u064A\u0629 \u0639\u0628\u0631 \u0623\u062C\u0647\u0632\u0629 \u0645\u062A\u0639\u062F\u062F\u0629",modalEnableInputTranslationTitle:"\u0646\u0635\u0627\u0626\u062D \u062A\u0631\u062C\u0645\u0629 \u0645\u0631\u0628\u0639 \u0625\u062F\u062E\u0627\u0644 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u063A\u0627\u0645\u0631\u0629",modalEnableInputTranslationDesc:"\u0644\u0642\u062F \u0642\u0645\u062A \u0644\u0644\u062A\u0648 \u0628\u062A\u0634\u063A\u064A\u0644 \u062A\u0631\u062C\u0645\u0629 \u0645\u0631\u0628\u0639 \u0627\u0644\u0625\u062F\u062E\u0627\u0644 \u0644\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0634\u0627\u0645\u0644\u0629 \u0639\u0646 \u0637\u0631\u064A\u0642 \u0627\u0644\u0636\u063A\u0637 \u0639\u0644\u0649 \u0634\u0631\u064A\u0637 \u0627\u0644\u0645\u0633\u0627\u0641\u0629 \u062B\u0644\u0627\u062B \u0645\u0631\u0627\u062A \u0641\u064A \u062A\u062A\u0627\u0628\u0639 \u0633\u0631\u064A\u0639\u060C \u0648\u0633\u064A\u062A\u0645 \u062A\u0631\u062C\u0645\u0629 \u0645\u062D\u062A\u0648\u0649 \u0645\u0631\u0628\u0639 \u0627\u0644\u0625\u062F\u062E\u0627\u0644 \u0625\u0644\u0649 \u0627\u0644\u0644\u063A\u0629 \u0627\u0644\u0647\u062F\u0641 \u0627\u0644\u0627\u0641\u062A\u0631\u0627\u0636\u064A\u0629. \u064A\u0645\u0643\u0646 \u0627\u0644\u062A\u0631\u0627\u062C\u0639 \u0639\u0646 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0639\u0628\u0631 Ctrl+Z.

\u0625\u0630\u0627 \u0643\u0627\u0646 \u0647\u0630\u0627 \u062E\u0637\u0623\u060C \u0641\u0644\u0627 \u062A\u0642\u0644\u0642\u060C \u064A\u0645\u0643\u0646\u0643 \u0627\u062E\u062A\u064A\u0627\u0631 \u062A\u0639\u0637\u064A\u0644\u0647 \u0647\u0630\u0647 \u0627\u0644\u0645\u0631\u0629\u060C \u0623\u0648 \u062A\u0639\u0637\u064A\u0644 \u062A\u0631\u062C\u0645\u0629 \u0645\u0631\u0628\u0639 \u0627\u0644\u0625\u062F\u062E\u0627\u0644 \u0628\u0634\u0643\u0644 \u062F\u0627\u0626\u0645.",saveAndNotShowAgain:"\u0627\u062D\u0641\u0638 \u0648\u0644\u0627 \u062A\u0637\u0627\u0644\u0628 \u0645\u0631\u0629 \u0623\u062E\u0631\u0649",disableInputTranslationTips:"* \u064A\u0645\u0643\u0646\u0643 \u0623\u064A\u0636\u064B\u0627 \u0636\u0628\u0637 \u0645\u0641\u0627\u062A\u064A\u062D \u0627\u0644\u0627\u062E\u062A\u0635\u0627\u0631 \u0627\u0644\u0623\u062E\u0631\u0649 \u0644\u062A\u0634\u063A\u064A\u0644\u0647\u0627 \u0641\u064A {option} \u060C{learnMore}.",learnMore:"\u0627\u0646\u0642\u0631 \u0647\u0646\u0627 \u0644\u0645\u0639\u0631\u0641\u0629 \u0627\u0644\u0645\u0632\u064A\u062F",continueEnalbeInputTranslation:"\u0627\u0633\u062A\u0645\u0631 \u0641\u064A \u062A\u0645\u0643\u064A\u0646 \u062A\u0631\u062C\u0645\u0629 \u0645\u0631\u0628\u0639 \u0627\u0644\u0625\u062F\u062E\u0627\u0644",autoRenewTrialSuffix:'(\u0623\u062B\u0646\u0627\u0621 \u0627\u0644\u0641\u062A\u0631\u0629 \u0627\u0644\u062A\u062C\u0631\u064A\u0628\u064A\u0629\u060C \u0633\u064A\u062A\u0645 \u062A\u0631\u0642\u064A\u0629\u0639\u0644\u0649 \u0627\u0644\u0641\u0648\u0631 \u0625\u0644\u0649\u0631\u0633\u0645\u064A1 )',upgradeFromTrialTitle:"\u0627\u0644\u062A\u0631\u0642\u064A\u0629 \u0625\u0644\u0649 \u0639\u0636\u0648 \u0631\u0633\u0645\u064A",subtitle:"\u062A\u0631\u062C\u0645\u0627\u062A \u0627\u0644\u0641\u064A\u062F\u064A\u0648",youtubeService:"\u062E\u062F\u0645\u0629 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u063A\u0627\u0645\u0631\u0629 \u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0641\u064A\u062F\u064A\u0648","subtitle.disabledSubtitle":"\u062A\u0639\u0637\u064A\u0644 \u062A\u0631\u062C\u0645\u0627\u062A \u0627\u0644\u0641\u064A\u062F\u064A\u0648 \u0628\u0634\u0643\u0644 \u062F\u0627\u0626\u0645","subtitle.disabledSubtitleDescription":"\u0625\u0630\u0627 \u0643\u0627\u0646\u062A \u062A\u0631\u062C\u0645\u0627\u062A \u0627\u0644\u0641\u064A\u062F\u064A\u0648 \u0627\u0644\u062E\u0627\u0635\u0629 \u0628\u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0634\u0627\u0645\u0644\u0629 \u062A\u062A\u0639\u0627\u0631\u0636 \u0645\u0639 \u0645\u0644\u062D\u0642\u0627\u062A \u0623\u062E\u0631\u0649\u060C \u0641\u064A\u0645\u0643\u0646\u0643 \u0627\u062E\u062A\u064A\u0627\u0631 \u062A\u0639\u0637\u064A\u0644 \u0648\u0638\u064A\u0641\u0629 \u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0641\u064A\u062F\u064A\u0648 \u0627\u0644\u062E\u0627\u0635\u0629 \u0628\u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0634\u0627\u0645\u0644\u0629 \u0628\u0634\u0643\u0644 \u062F\u0627\u0626\u0645 \u0623\u0648 \u0625\u0644\u063A\u0627\u0621 \u062A\u062B\u0628\u064A\u062A \u0627\u0644\u0645\u0644\u062D\u0642\u0627\u062A \u0627\u0644\u0645\u062A\u0639\u0627\u0631\u0636\u0629 \u0627\u0644\u0623\u062E\u0631\u0649.","subtitle.autoEnableSubtitle":"\u0627\u0633\u062A\u062E\u062F\u0645 \u0627\u0644\u062A\u0631\u062C\u0645\u0627\u062A \u062B\u0646\u0627\u0626\u064A\u0629 \u0627\u0644\u0644\u063A\u0629 \u062A\u0644\u0642\u0627\u0626\u064A\u064B\u0627","subtitle.autoEnableSubtitleDescription":"\u0628\u0639\u062F \u0627\u0644\u062A\u0641\u0639\u064A\u0644\u060C \u0639\u0646\u062F \u062A\u0634\u063A\u064A\u0644 \u0627\u0644\u0641\u064A\u062F\u064A\u0648\u060C \u0633\u064A\u062A\u0645 \u0639\u0631\u0636 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u062B\u0646\u0627\u0626\u064A\u0629 \u062A\u0644\u0642\u0627\u0626\u064A\u064B\u0627\u060C \u0648\u0625\u0644\u0627 \u0633\u064A\u062A\u0639\u064A\u0646 \u0627\u0644\u0646\u0642\u0631 \u0639\u0644\u0649 \u0632\u0631 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0644\u0644\u0639\u0631\u0636.","subtitle.preTranslation":"\u0627\u0633\u062A\u062E\u062F\u0645 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0634\u0627\u0645\u0644\u0629 \u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u062A\u0631\u062C\u0645\u0627\u062A","subtitle.preTranslationDescription":"\u0628\u0639\u062F \u062A\u0641\u0639\u064A\u0644\u0647\u0627\u060C \u0633\u062A\u0639\u0637\u0649 \u0627\u0644\u0623\u0648\u0644\u0648\u064A\u0629 \u0644\u0627\u0633\u062A\u062E\u062F\u0627\u0645 \u062E\u062F\u0645\u0629 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0645\u062D\u062F\u062F\u0629 \u0623\u062F\u0646\u0627\u0647 \u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0628\u0627\u0644\u0643\u0627\u0645\u0644 \u0645\u0642\u062F\u0645\u064B\u0627. \u064A\u0633\u062A\u0647\u0644\u0643 \u0645\u0642\u0637\u0639 \u0641\u064A\u062F\u064A\u0648 \u0645\u062F\u062A\u0647 \u0633\u0627\u0639\u0629 \u0648\u0627\u062D\u062F\u0629 \u0645\u0627 \u064A\u0642\u0631\u0628 \u0645\u0646 50000 \u0631\u0645\u0632\u064B\u0627 \u0623\u0648 \u062D\u0631\u0641\u064B\u0627\u060C \u0644\u0630\u0627 \u064A\u0631\u062C\u0649 \u0627\u0633\u062A\u062E\u062F\u0627\u0645\u0647\u0627 \u0628\u0627\u0644\u0634\u0643\u0644 \u0627\u0644\u0645\u0646\u0627\u0633\u0628\u061B \u0628\u0639\u062F \u0627\u0644\u062A\u0639\u0637\u064A\u0644\u060C \u0633\u062A\u0639\u0637\u0649 \u0627\u0644\u0623\u0648\u0644\u0648\u064A\u0629 \u0644\u0627\u0633\u062A\u062E\u062F\u0627\u0645 \u0627\u0644\u062A\u0631\u062C\u0645\u0627\u062A \u0627\u0644\u0645\u062A\u0631\u062C\u0645\u0629 \u0622\u0644\u064A\u064B\u0627 \u0648\u0627\u0644\u062A\u064A \u062A\u0623\u062A\u064A \u0645\u0639 \u0627\u0644\u0641\u064A\u062F\u064A\u0648 \u0627\u0644\u0623\u0635\u0644\u064A.","subtitle.humanSubtitlesPreferred":"\u0625\u0639\u0637\u0627\u0621 \u0627\u0644\u0623\u0648\u0644\u0648\u064A\u0629 \u0644\u0627\u0633\u062A\u062E\u062F\u0627\u0645 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0628\u0634\u0631\u064A\u0629","subtitle.humanSubtitlesPreferredDescription":"\u0639\u0646\u062F\u0645\u0627 \u064A\u062D\u062A\u0648\u064A \u0645\u0642\u0637\u0639 \u0641\u064A\u062F\u064A\u0648 \u0639\u0644\u0649 \u062A\u0631\u062C\u0645\u0627\u062A \u064A\u062F\u0648\u064A\u0629 \u0628\u0627\u0644\u0644\u063A\u0629 \u0627\u0644\u0647\u062F\u0641\u060C \u0627\u0633\u062A\u062E\u062F\u0645 \u0627\u0644\u062A\u0631\u062C\u0645\u0627\u062A \u0627\u0644\u064A\u062F\u0648\u064A\u0629 \u0623\u0648\u0644\u0627\u064B (\u0645\u0648\u0635\u0649 \u0628\u0647)",videoSubtitleTranslationDescription:"\u062A\u062E\u0635\u064A\u0635 \u062E\u062F\u0645\u0629 \u062A\u0631\u062C\u0645\u0629 \u0645\u0646\u0641\u0635\u0644\u0629 \u0644\u062A\u0631\u062C\u0645\u0627\u062A \u0627\u0644\u0641\u064A\u062F\u064A\u0648",subtitleTranslating:"\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u062A\u0631\u062C\u0645\u0627\u062A \u0628\u0627\u0633\u062A\u062E\u062F\u0627\u0645 {service} \u062E\u062F\u0645\u0629\u060C \u064A\u0631\u062C\u0649 \u0627\u0644\u0627\u0646\u062A\u0638\u0627\u0631... (\u062A\u0631\u062C\u0645\u0629 \u063A\u0627\u0645\u0631\u0629)",subtitleLoading:"\u062C\u0627\u0631\u064D \u062A\u062D\u0645\u064A\u0644 \u0627\u0644\u062A\u0631\u062C\u0645\u0629...",bilingual:"\u062B\u0646\u0627\u0626\u064A \u0627\u0644\u0644\u063A\u0629","field.action":"\u0645\u0627 \u0625\u0630\u0627 \u0643\u0627\u0646 \u0633\u064A\u062A\u0645 \u062A\u0645\u0643\u064A\u0646 \u0645\u0635\u0637\u0644\u062D\u0627\u062A \u0628\u0627\u064A\u062F\u0648","description.action":"\u0628\u0639\u062F \u0627\u0644\u062A\u0645\u0643\u064A\u0646\u060C \u0633\u062A\u062A\u0645 \u0625\u0636\u0627\u0641\u0629 \u0627\u0644\u0625\u062C\u0631\u0627\u0621 \u0627\u0644\u0645\u0639\u0644\u0645\u0629 = 1 \u0625\u0644\u0649 \u0637\u0644\u0628 \u0625\u0628\u0644\u0627\u063A Baidu \u0644\u062A\u0645\u0643\u064A\u0646 \u0627\u0644\u0645\u0635\u0637\u0644\u062D.<1> \u064A\u0631\u062C\u0649 \u0627\u0644\u0631\u062C\u0648\u0639 \u0625\u0644\u0649 \u0627\u0644\u0648\u062B\u0627\u0626\u0642 \u0627\u0644\u0631\u0633\u0645\u064A\u0629 \u0644\u0645\u0632\u064A\u062F \u0645\u0646 \u0627\u0644\u062A\u0639\u0644\u064A\u0645\u0627\u062A.",closeQuickTranslation:"\u0623\u063A\u0644\u0642 \u0627\u0644\u0643\u0631\u0629 \u0627\u0644\u0639\u0627\u0626\u0645\u0629","closeQuickTranslation.untilNext":"\u0645\u063A\u0644\u0642 \u062D\u062A\u0649 \u0627\u0644\u0632\u064A\u0627\u0631\u0629 \u0627\u0644\u0642\u0627\u062F\u0645\u0629","closeQuickTranslation.currentWebsite":"\u0627\u0644\u0645\u0648\u0642\u0639 \u0627\u0644\u062D\u0627\u0644\u064A \u0645\u0639\u0637\u0644","closeQuickTranslation.alwaysClose":"\u062A\u0639\u0637\u064A\u0644 \u062F\u0627\u0626\u0645","closeQuickTranslation.settingOpen":"(\u064A\u0645\u0643\u0646 \u0627\u0644\u0639\u062B\u0648\u0631 \u0639\u0644\u064A\u0647 \u0641\u064A \u0635\u0641\u062D\u0629 \u0627\u0644\u0625\u0639\u062F\u0627\u062F <1> \u0634\u063A\u0644\u0647)","closeQuickTranslation.cancel":"\u064A\u0644\u063A\u064A","closeQuickTranslation.confirm":"\u0628\u0627\u0644\u062A\u0623\u0643\u064A\u062F","floatBall.popup":"\u0627\u0641\u062A\u062D \u0644\u0648\u062D\u0629 \u0627\u0644\u0625\u0639\u062F\u0627\u062F\u0627\u062A \u0627\u0644\u0633\u0631\u064A\u0639\u0629","floatBall.translate":"\u0627\u0646\u0642\u0631 \u0644\u062A\u0631\u062C\u0645\u0629 \u0647\u0630\u0647 \u0627\u0644\u0635\u0641\u062D\u0629","floatBall.showOriginal":"\u0627\u0646\u0642\u0631 \u0644\u0644\u062A\u0628\u062F\u064A\u0644 \u0645\u0631\u0629 \u0623\u062E\u0631\u0649 \u0625\u0644\u0649 \u0627\u0644\u0646\u0635 \u0627\u0644\u0623\u0635\u0644\u064A","floatBall.close":"\u0623\u063A\u0644\u0642 \u0627\u0644\u0643\u0631\u0629 \u0627\u0644\u0639\u0627\u0626\u0645\u0629","floatBallOptions.enableDescPc":"\u0628\u0639\u062F \u062A\u0641\u0639\u064A\u0644 \u0627\u0644\u0643\u0631\u0629 \u0627\u0644\u0639\u0627\u0626\u0645\u0629 \u0644\u0644\u0635\u0641\u062D\u0629\u060C \u0633\u064A\u062A\u0645 \u0639\u0631\u0636 \u0632\u0631 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0633\u0631\u064A\u0639\u0629 \u0639\u0644\u0649 \u0627\u0644\u062C\u0627\u0646\u0628 \u0627\u0644\u0623\u064A\u0645\u0646 \u0645\u0646 \u0627\u0644\u0635\u0641\u062D\u0629\u060C \u0627\u0646\u0642\u0631 \u0644\u0644\u062A\u0631\u062C\u0645\u0629.","floatBallOptions.enableDesc":"\u0628\u0639\u062F \u0625\u063A\u0644\u0627\u0642 \u0627\u0644\u0643\u0631\u0629 \u0627\u0644\u0639\u0627\u0626\u0645\u0629\u060C \u064A\u0645\u0643\u0646 \u0625\u064A\u0642\u0627\u0638\u0647\u0627 \u0628\u0640{touch}. \u0644\u0645\u0646\u0639 \u0627\u0644\u0639\u062B\u0648\u0631 \u0639\u0644\u0649 \u0627\u0644\u0643\u0631\u0629 \u0627\u0644\u0639\u0627\u0626\u0645\u0629 \u0628\u0639\u062F \u0625\u064A\u0642\u0627\u0641 \u062A\u0634\u063A\u064A\u0644 \u0647\u0630\u0627 \u0627\u0644\u062E\u064A\u0627\u0631 \u0639\u0646 \u0637\u0631\u064A\u0642 \u0627\u0644\u062E\u0637\u0623\u060C \u064A\u0648\u0635\u0649 \u0628\u0634\u062F\u0629 \u0628\u0648\u0636\u0639 \u0625\u0634\u0627\u0631\u0629 \u0645\u0631\u062C\u0639\u064A\u0629 \u0639\u0644\u0649 \u0635\u0641\u062D\u0629 \u0627\u0644\u0625\u0639\u062F\u0627\u062F\u0627\u062A \u0647\u0630\u0647.","description.azureApiUrl":"\u0627\u0645\u0644\u0623 \u0639\u0646\u0648\u0627\u0646 \u0648\u0627\u062C\u0647\u0629 API \u0627\u0644\u0645\u062E\u0635\u0635\u0629",confirmSupportMouse:"\u0641\u0631\u0636 \u062F\u0639\u0645 \u0627\u0644\u0645\u0627\u0648\u0633 \u0644\u064A\u062A\u0645 \u062A\u0645\u0643\u064A\u0646\u0647",confirmSupportMouseDescription:"\u062A\u0645 \u0627\u0643\u062A\u0634\u0627\u0641 \u0623\u0646 \u0627\u0644\u0645\u062A\u0635\u0641\u062D \u0627\u0644\u062D\u0627\u0644\u064A \u0644\u0627 \u064A\u062F\u0639\u0645 \u0648\u0638\u064A\u0641\u0629 \u0627\u0644\u0645\u0627\u0648\u0633. \u0647\u0644 \u062A\u0631\u064A\u062F \u0641\u0631\u0636 \u062A\u0645\u0643\u064A\u0646 \u062F\u0639\u0645 \u0627\u0644\u0645\u0627\u0648\u0633\u061F",sampleTargetText:"\u0627\u0644\u0644\u064A\u0644 \u0627\u0644\u0637\u0648\u064A\u0644 \u0642\u0627\u062F\u0645\u060C \u0648\u0633\u0623\u0638\u0644 \u0633\u0627\u0647\u0631\u064B\u0627 \u0645\u0646 \u0627\u0644\u0622\u0646 \u0641\u0635\u0627\u0639\u062F\u064B\u0627 \u062D\u062A\u0649 \u0623\u0645\u0648\u062A. \u0644\u0646 \u0623\u062A\u062E\u0630 \u0632\u0648\u062C\u0629\u060C \u0648\u0644\u0627 \u0625\u0642\u0637\u0627\u0639\u064A\u0629\u060C \u0648\u0644\u0627 \u0623\u0637\u0641\u0627\u0644\u0627\u064B. \u0644\u0646 \u0623\u0631\u062A\u062F\u064A \u0627\u0644\u062A\u0627\u062C \u0623\u0648 \u0623\u062A\u0646\u0627\u0641\u0633 \u0639\u0644\u0649 \u0627\u0644\u0623\u0648\u0633\u0645\u0629. \u0633\u0623\u0642\u0648\u0645 \u0628\u0648\u0627\u062C\u0628\u064A \u0628\u0625\u062E\u0644\u0627\u0635\u060C \u0648\u0623\u0639\u064A\u0634 \u0648\u0623\u0645\u0648\u062A.",sampleSourceText:"Night gathers, and now my watch begins. It shall not end until my death. I shall take no wife, hold no lands, father no children. I shall wear no crowns and win no glory. I shall live and die at my post.","subtitle.supportedSites":"\u5DF2\u652F\u6301\u5728\u8FD9\u4E9B\u7F51\u7AD9\u4F7F\u7528\u53CC\u8BED\u5B57\u5E55\uFF08\u6CE8\u610F\uFF1A\u7531\u4E8E\u6280\u672F\u9650\u5236\uFF0C\u90E8\u5206\u7F51\u7AD9\u5728\u9996\u6B21\u5F00\u542F\u5B57\u5E55\u540E\u9700\u8981\u91CD\u65B0\u5237\u65B0\u9875\u9762\uFF0C\u6216\u8005\u9700\u7B49\u5F85\u7FFB\u8BD1\u5B8C\u6210\u4EE5\u663E\u793A\u53CC\u8BED\u5B57\u5E55\uFF09\uFF1A",viewWithImmersiveTranslate:"\u53CC\u8BED\u7248\u672C(\u6C89\u6D78\u5F0F\u7FFB\u8BD1)",errorReason:"\u9519\u8BEF\u539F\u56E0\uFF1A{message}","proQuotaExceededError.onetime7day":'\uFF0C\u60A8\u53EF\u4EE5\u9009\u62E9\u4EE5\u4E0B\u65B9\u5F0F\u89E3\u51B3\uFF1A

1. \u5207\u6362\u5230 {anotherService} \u6216\u5176\u4ED6\u7FFB\u8BD1\u670D\u52A1
2. \u5347\u7EA7\u4E3A\u6708\u5EA6/\u5E74\u5EA6\u4F1A\u5458',"proQuotaExceededError.trial":'\uFF0C\u60A8\u53EF\u4EE5\u9009\u62E9\u4EE5\u4E0B\u65B9\u5F0F\u89E3\u51B3\uFF1A

1. \u5207\u6362\u5230 {anotherService} \u6216\u5176\u4ED6\u7FFB\u8BD1\u670D\u52A1
2. \u7ACB\u523B\u5347\u7EA7\u4E3A\u6B63\u5F0F\u4F1A\u5458',"proQuotaExceededError.nonTrial":'\uFF0C\u60A8\u53EF\u4EE5\u9009\u62E9\u4EE5\u4E0B\u65B9\u5F0F\u89E3\u51B3\uFF1A

1. \u5207\u6362\u5230 {anotherService} \u6216\u5176\u4ED6\u7FFB\u8BD1\u670D\u52A1
2. \u8D2D\u4E70 {translationService} \u989D\u5916\u6D41\u91CF\u5305',"proQuotaExceededError.resetTime":"
3. \u989D\u5EA6\u91CD\u7F6E\u65F6\u95F4\uFF1A{resetTime}","desc.touchShortcutsToggleTranslatePageOnlyTranslation":'\u062A\u0634\u064A\u0631 "\u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0641\u0642\u0637" \u0625\u0644\u0649 \u0639\u0631\u0636 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0641\u0642\u0637\u060C \u0625\u0630\u0627 \u0644\u0645 \u064A\u062A\u0645 \u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0635\u0641\u062D\u0629 \u0627\u0644\u0625\u0644\u0643\u062A\u0631\u0648\u0646\u064A\u0629 \u0628\u0639\u062F\u060C \u0633\u064A\u062A\u0645 \u062A\u063A\u064A\u064A\u0631 \u0627\u0644\u0648\u0636\u0639 \u0648\u062A\u0631\u062C\u0645\u062A\u0647\u0627.',"desc.toggleOnlyTransation":"\u062A\u0634\u064A\u0631 \u0648\u0636\u0639\u064A\u0629 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0641\u0642\u0637 \u0625\u0644\u0649 \u0639\u0631\u0636 \u0627\u0644\u0646\u0635 \u0627\u0644\u0645\u062A\u0631\u062C\u0645 \u0641\u0642\u0637\u060C \u0625\u0630\u0627 \u0644\u0645 \u064A\u062A\u0645 \u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0635\u0641\u062D\u0629 \u0627\u0644\u0625\u0644\u0643\u062A\u0631\u0648\u0646\u064A\u0629 \u0628\u0639\u062F\u060C \u0633\u064A\u062A\u0645 \u062A\u063A\u064A\u064A\u0631 \u0627\u0644\u0648\u0636\u0639 \u0648\u062A\u0631\u062C\u0645\u062A\u0647\u0627.",touchShortcutsToggleTranslatePageOnlyTranslation:"\u062A\u0639\u064A\u064A\u0646 \u0627\u0644\u0625\u064A\u0645\u0627\u0621\u0627\u062A \u0639\u0644\u0649 \u0627\u0644\u0634\u0627\u0634\u0629 \u0644\u0644\u062A\u0628\u062F\u064A\u0644 \u0628\u064A\u0646 \u0627\u0644\u0648\u0636\u0639 \u0627\u0644\u0645\u0632\u062F\u0648\u062C / \u0627\u0644\u0648\u0636\u0639 \u0627\u0644\u0646\u0635\u064A \u0641\u0642\u0637",download_started:"\u0628\u062F\u0623 \u0627\u0644\u062A\u0646\u0632\u064A\u0644 \u0628\u0627\u0644\u0641\u0639\u0644\u060C \u0625\u0630\u0627 \u0644\u0645 \u064A\u062A\u0645 \u0627\u0644\u062A\u0646\u0632\u064A\u0644 \u062A\u0644\u0642\u0627\u0626\u064A\u064B\u0627\u060C \u064A\u0631\u062C\u0649 \u0627\u0644\u0646\u0642\u0631 \u064A\u062F\u0648\u064A\u064B\u0627",here:"\u0647\u0646\u0627","desc.toggleVideoSubtitlePreTranslation":"\u0628\u0639\u062F \u0627\u0644\u0636\u063A\u0637\u060C \u0633\u062A\u0633\u062A\u062E\u062F\u0645 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u063A\u0627\u0645\u0631\u0629 \u0644\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u062B\u0646\u0627\u0626\u064A\u0629 \u0644\u0644\u0641\u064A\u062F\u064A\u0648 \u0628\u0634\u0643\u0644 \u0623\u0648\u0644\u0648\u064A\u060C \u0648\u0628\u0627\u0644\u0636\u063A\u0637 \u0645\u0631\u0629 \u0623\u062E\u0631\u0649\u060C \u0633\u062A\u0633\u062A\u062E\u062F\u0645 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0622\u0644\u064A\u0629 \u0627\u0644\u0645\u0631\u0641\u0642\u0629 \u0628\u0627\u0644\u0641\u064A\u062F\u064A\u0648 \u0627\u0644\u0623\u0635\u0644\u064A \u0628\u0634\u0643\u0644 \u0623\u0648\u0644\u0648\u064A. \u064A\u0631\u062C\u0649 \u0645\u0644\u0627\u062D\u0638\u0629: \u0647\u0630\u0627 \u0627\u0644\u0627\u062E\u062A\u0635\u0627\u0631 \u064A\u0639\u062F\u0644 \u0627\u0644\u0625\u0639\u062F\u0627\u062F\u0627\u062A \u0627\u0644\u0639\u0627\u0645\u0629.",videoSubtitlePreTranslationOn:"\u0633\u064A\u062A\u0645 \u0627\u0633\u062A\u062E\u062F\u0627\u0645 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u063A\u0627\u0645\u0631\u0629 \u0628\u0634\u0643\u0644 \u0623\u0648\u0644\u0648\u064A \u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u062A\u0631\u062C\u0645\u0627\u062A \u0627\u0644\u0645\u0631\u0626\u064A\u0629",videoSubtitlePreTranslationOff:"\u0633\u064A\u062A\u0645 \u0627\u0633\u062A\u062E\u062F\u0627\u0645 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0622\u0644\u064A\u0629 \u0644\u0644\u062A\u0631\u062C\u0645\u0629 \u0641\u064A \u0627\u0644\u0641\u064A\u062F\u064A\u0648 \u0628\u0634\u0643\u0644 \u0623\u0648\u0644\u0648\u064A",translationFont:"\u062A\u0639\u064A\u064A\u0646 \u0627\u0644\u062E\u0637","translationFont.custom":"\u0623\u062F\u062E\u0644 \u0627\u0644\u062E\u0637 \u0627\u0644\u0645\u062E\u0635\u0635","translationFont.customPlaceholder":"\u062E\u0637 \u0627\u0644\u0643\u062A\u0627\u0628\u0629","translationFont.notSupportErrorMessage":"\u064A\u0631\u062C\u0649 \u0627\u0644\u062A\u062D\u0642\u0642 \u0645\u0646 \u0635\u062D\u0629 \u0627\u0633\u0645 \u0627\u0644\u062E\u0637 \u0627\u0644\u0630\u064A \u0623\u062F\u062E\u0644\u062A\u0647 \u060C \u0623\u0648 \u0627\u0644\u062A\u0623\u0643\u062F \u0645\u0646 \u0623\u0646 \u0627\u0644\u062E\u0637 \u0642\u062F \u062A\u0645 \u062A\u062B\u0628\u064A\u062A\u0647 \u0628\u0627\u0644\u0641\u0639\u0644 \u0639\u0644\u0649 \u062C\u0647\u0627\u0632\u0643.","touch.mouse-translate":"\u062A\u0631\u062C\u0645 \u0627\u0644\u0641\u0642\u0631\u0629 \u0627\u0644\u0645\u062D\u062F\u062F\u0629","translationServices.inherit":"\u0627\u062A\u0628\u0639 \u0627\u0644\u062E\u062F\u0645\u0629 \u0627\u0644\u0631\u0626\u064A\u0633\u064A\u0629 \u0644\u0644\u062A\u0631\u062C\u0645\u0629","error.serveConfigError":"\u062E\u0637\u0623 \u0641\u064A \u062A\u0643\u0648\u064A\u0646 \u0627\u0644\u062E\u062F\u0645\u0629","error.reloadPageOfSetting":"\u0628\u0639\u062F \u0627\u0644\u062A\u0643\u0648\u064A\u0646\u060C \u064A\u0631\u062C\u0649 \u062A\u062D\u062F\u064A\u062B \u0627\u0644\u0635\u0641\u062D\u0629 \u0648\u062A\u0631\u062C\u0645\u062A\u0647\u0627 \u0645\u0631\u0629 \u0623\u062E\u0631\u0649.","error.googleLimitIp":"\u062A\u0645 \u0625\u0631\u062C\u0627\u0639 \u062E\u0637\u0623 \u0645\u0646 \u0627\u0644\u062E\u062F\u0645\u0629 \u060C \u062E\u062F\u0645\u0629 Google \u0642\u062F \u0642\u0627\u0645\u062A \u0628\u062A\u0642\u064A\u064A\u062F \u0627\u0644\u0646\u0637\u0627\u0642 \u0627\u0644\u062E\u0627\u0635 \u0628\u0639\u0646\u0648\u0627\u0646 IP \u0647\u0630\u0627 \u060C \u0646\u0646\u0635\u062D\u0643 \u0628\u062A\u063A\u064A\u064A\u0631 \u0646\u0642\u0637\u0629 \u0627\u0644\u0634\u0628\u0643\u0629.","error.openAIFreeLimit":"\u062A\u0645 \u0625\u0631\u062C\u0627\u0639 \u062E\u0637\u0623 \u0645\u0646 \u0627\u0644\u062E\u062F\u0645\u0629\u060C \u0648\u0642\u062F \u0648\u0635\u0644\u062A \u062A\u0631\u062F\u062F \u0637\u0644\u0628\u0627\u062A \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u062D\u0627\u0644\u064A\u0629 \u0625\u0644\u0649 \u0627\u0644\u062D\u062F \u0627\u0644\u0623\u0642\u0635\u0649 \u0627\u0644\u0628\u0627\u0644\u063A 3 \u0645\u0631\u0627\u062A \u0641\u064A \u0627\u0644\u062F\u0642\u064A\u0642\u0629\u060C \u064A\u0631\u062C\u0649 \u0627\u0644\u0645\u062D\u0627\u0648\u0644\u0629 \u0645\u0631\u0629 \u0623\u062E\u0631\u0649 \u0644\u0627\u062D\u0642\u064B\u0627. (\u0647\u0630\u0627 \u0647\u0648 \u0627\u0644\u0642\u064A\u062F \u0627\u0644\u0631\u0633\u0645\u064A \u0645\u0646 OpenAI \u0644\u0645\u0641\u062A\u0627\u062D API \u0627\u0644\u0645\u062C\u0627\u0646\u064A\u060C \u0644\u0631\u0641\u0639 \u0647\u0630\u0627 \u0627\u0644\u0642\u064A\u062F\u060C \u064A\u0631\u062C\u0649 \u0631\u0628\u0637 \u0628\u0637\u0627\u0642\u0629 \u0627\u0644\u0627\u0626\u062A\u0645\u0627\u0646 \u0641\u064A \u0644\u0648\u062D\u0629 \u0627\u0644\u062A\u062D\u0643\u0645 \u0627\u0644\u062E\u0644\u0641\u064A\u0629 \u0644\u0640 OpenAI.)","error.openAIExceededQuota":"\u062A\u0645 \u0625\u0631\u062C\u0627\u0639 \u0627\u0644\u062E\u062F\u0645\u0629 \u0628\u062E\u0637\u0623: \u0631\u0635\u064A\u062F \u062D\u0633\u0627\u0628 OpenAI \u0627\u0644\u062D\u0627\u0644\u064A \u063A\u064A\u0631 \u0643\u0627\u0641\u064D \u060C \u064A\u0631\u062C\u0649 \u0625\u0639\u0627\u062F\u0629 \u0627\u0644\u0634\u062D\u0646 \u0623\u0648 \u0631\u0628\u0637 \u0628\u0637\u0627\u0642\u0629 \u0627\u0644\u0627\u0626\u062A\u0645\u0627\u0646 \u0641\u064A \u0627\u0644\u062E\u0644\u0641\u064A\u0629 \u0627\u0644\u0631\u0633\u0645\u064A\u0629 \u0644\u0640 OpenAI.","error.429":"\u062A\u0645 \u0625\u0631\u062C\u0627\u0639 \u0627\u0644\u062E\u062F\u0645\u0629 \u0628\u062E\u0637\u0623\u060C \u0645\u0645\u0627 \u064A\u0634\u064A\u0631 \u0625\u0644\u0649 \u0623\u0646 \u0627\u0644\u0637\u0644\u0628\u0627\u062A \u0643\u062B\u064A\u0631\u0629 \u062C\u062F\u064B\u0627 \u0623\u0648 \u062A\u062C\u0627\u0648\u0632\u062A \u0627\u0644\u062D\u062F \u0627\u0644\u0645\u062D\u062F\u062F\u060C \u064A\u0631\u062C\u0649 \u0627\u0644\u0645\u062D\u0627\u0648\u0644\u0629 \u0645\u0631\u0629 \u0623\u062E\u0631\u0649 \u0644\u0627\u062D\u0642\u064B\u0627.","error.403":"\u062A\u0645 \u0625\u0631\u062C\u0627\u0639 \u0627\u0644\u062E\u062F\u0645\u0629 \u0628\u062E\u0637\u0623\u060C \u0644\u064A\u0633 \u0644\u062F\u064A\u0643 \u0627\u0644\u0635\u0644\u0627\u062D\u064A\u0629 \u0627\u0644\u0645\u0624\u0642\u062A\u0629 \u0644\u0644\u0648\u0635\u0648\u0644 \u0625\u0644\u0649 \u0647\u0630\u0647 \u0627\u0644\u062E\u062F\u0645\u0629.","error.400":"\u062A\u0645 \u0625\u0631\u062C\u0627\u0639 \u062E\u0637\u0623 \u0641\u064A \u0627\u0644\u062E\u062F\u0645\u0629 \u060C \u062E\u0637\u0623 \u0641\u064A \u0645\u0639\u0644\u0645\u0627\u062A \u0627\u0644\u0637\u0644\u0628 \u060C \u064A\u0631\u062C\u0649 \u0627\u0644\u062A\u062D\u0642\u0642 \u0645\u0646 \u0627\u0644\u062A\u0643\u0648\u064A\u0646 \u0627\u0644\u0645\u0646\u0627\u0633\u0628.","error.502":"\u062A\u0645 \u0625\u0631\u062C\u0627\u0639 \u062E\u0637\u0623 \u0645\u0646 \u0627\u0644\u062E\u062F\u0645\u0629 \u060C \u062A\u062C\u0627\u0648\u0632 \u0627\u0644\u062E\u062F\u0645\u0629 \u0627\u0644\u0648\u0642\u062A \u0627\u0644\u0645\u062D\u062F\u062F \u060C \u064A\u0631\u062C\u0649 \u0627\u0644\u0645\u062D\u0627\u0648\u0644\u0629 \u0645\u0631\u0629 \u0623\u062E\u0631\u0649 \u0641\u064A \u0648\u0642\u062A \u0644\u0627\u062D\u0642.","error.proTokenInvalid":"\u0625\u0630\u0627 \u0643\u0646\u062A \u0645\u0633\u062A\u062E\u062F\u0645\u064B\u0627 \u0645\u062D\u062A\u0631\u0641\u064B\u0627 \u060C \u064A\u0631\u062C\u0649 \u062A\u0633\u062C\u064A\u0644 \u0627\u0644\u062F\u062E\u0648\u0644 \u0642\u0628\u0644 \u0627\u0633\u062A\u062E\u062F\u0627\u0645 \u062E\u062F\u0645\u0629 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0645\u062D\u062A\u0631\u0641\u0629","error.proUpgrade":"\u0628\u0639\u062F \u0627\u0644\u062A\u0631\u0642\u064A\u0629 \u060C \u064A\u0631\u062C\u0649 \u062A\u062D\u062F\u064A\u062B \u0627\u0644\u0635\u0641\u062D\u0629 \u0648\u062A\u0631\u062C\u0645\u062A\u0647\u0627 \u0645\u0631\u0629 \u0623\u062E\u0631\u0649.","error.configError":"\u062A\u0643\u0648\u064A\u0646 \u0627\u0644\u0628\u064A\u0627\u0646\u0627\u062A \u063A\u064A\u0631 \u0637\u0628\u064A\u0639\u064A","error.goReset":"\u0625\u0639\u0627\u062F\u0629 \u0627\u0644\u062A\u0639\u064A\u064A\u0646",batchEdit:"\u0627\u0644\u0639\u0645\u0644\u064A\u0627\u062A \u0627\u0644\u062C\u0645\u0627\u0639\u064A\u0629","translationModeLang.translation.title":"\u0646\u0645\u0637 \u0627\u0644\u0644\u063A\u0629 \u0627\u0644\u0646\u0635\u064A \u0641\u0642\u0637","translationModeLang.translation.description":"\u0639\u0646\u062F\u0645\u0627 \u064A\u0643\u0648\u0646 \u0644\u063A\u0629 \u0627\u0644\u0635\u0641\u062D\u0629 \u0628\u0627\u0644\u0644\u063A\u0627\u062A \u0627\u0644\u062A\u0627\u0644\u064A\u0629\u060C \u0633\u064A\u062A\u0645 \u0627\u0633\u062A\u062E\u062F\u0627\u0645 \u0648\u0636\u0639 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0641\u0642\u0637 \u062A\u0644\u0642\u0627\u0626\u064A\u064B\u0627.","translationModeUrl.translation.title":"\u0631\u0627\u0628\u0637 \u0627\u0644\u0648\u0636\u0639 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0641\u0642\u0637","translationModeUrl.translation.description":"\u0639\u0646\u062F\u0645\u0627 \u064A\u0643\u0648\u0646 \u0627\u0644\u0645\u0648\u0642\u0639 \u0627\u0644\u0625\u0644\u0643\u062A\u0631\u0648\u0646\u064A \u0644\u0644\u0646\u0637\u0627\u0642\u0627\u062A \u0627\u0644\u062A\u0627\u0644\u064A\u0629\u060C \u0633\u064A\u062A\u0645 \u0627\u0633\u062A\u062E\u062F\u0627\u0645 \u0648\u0636\u0639 \u0627\u0644\u0646\u0635 \u0627\u0644\u0645\u062A\u0631\u062C\u0645 \u0641\u0642\u0637 \u062A\u0644\u0642\u0627\u0626\u064A\u064B\u0627.","error.serveUnavailable":"\u0627\u0644\u062E\u062F\u0645\u0629 [{serverName}] \u0627\u0644\u062A\u064A \u062A\u0633\u062A\u062E\u062F\u0645\u0647\u0627 \u062D\u0627\u0644\u064A\u064B\u0627 \u063A\u064A\u0631 \u0642\u0627\u0628\u0644\u0629 \u0644\u0644\u0648\u0635\u0648\u0644 \u0645\u0624\u0642\u062A\u064B\u0627 \u0628\u0633\u0628\u0628 \u0645\u0634\u0643\u0644\u0629 \u0641\u064A \u0627\u0644\u0627\u062A\u0635\u0627\u0644 \u0628\u0627\u0644\u0634\u0628\u0643\u0629 \u0623\u0648 \u0645\u0632\u0648\u062F \u0627\u0644\u062E\u062F\u0645\u0629. \u0646\u0642\u062A\u0631\u062D \u0639\u0644\u064A\u0643 \u062A\u062D\u062F\u064A\u062B \u0627\u0644\u0635\u0641\u062D\u0629 \u0623\u0648 \u062A\u063A\u064A\u064A\u0631 \u062E\u062F\u0645\u0629 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0623\u062E\u0631\u0649 \u0645\u0646 \u062E\u0644\u0627\u0644 <1>\u0627\u0644\u0625\u0639\u062F\u0627\u062F\u0627\u062A. \u0625\u0630\u0627 \u0643\u0646\u062A \u0639\u0636\u0648\u064B\u0627 \u0641\u064A <2>Pro\u060C \u064A\u0645\u0643\u0646\u0643 \u0627\u062E\u062A\u064A\u0627\u0631 \u0627\u0633\u062A\u062E\u062F\u0627\u0645 \u062E\u062F\u0645\u0629 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 DeepL \u0623\u0648 OpenAI \u0627\u0644\u0623\u0643\u062B\u0631 \u0627\u0633\u062A\u0642\u0631\u0627\u0631\u064B\u0627 (<3>\u0627\u0646\u0642\u0631 \u0647\u0646\u0627 \u0644\u062A\u062C\u0631\u0628\u0629 \u0645\u062C\u0627\u0646\u064A\u0629). \u0628\u0627\u0644\u0625\u0636\u0627\u0641\u0629 \u0625\u0644\u0649 \u0630\u0644\u0643\u060C \u0642\u062F \u062A\u062D\u062A\u0627\u062C \u0623\u064A\u0636\u064B\u0627 \u0625\u0644\u0649 \u0627\u0644\u062A\u062D\u0642\u0642 \u0645\u0646 \u0625\u0639\u062F\u0627\u062F\u0627\u062A \u0627\u0644\u0634\u0628\u0643\u0629 \u0623\u0648 \u0627\u0644\u0648\u0643\u064A\u0644 \u0627\u0644\u062E\u0627\u0635\u0629 \u0628\u0643.",detectServiceLoading:"\u062C\u0627\u0631\u064D \u0627\u0644\u062A\u062D\u0642\u0642 \u0645\u0646 \u0627\u0644\u062E\u062F\u0645\u0627\u062A \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0645\u062A\u0627\u062D\u0629...",toggleToService:"\u0627\u0644\u062A\u0628\u062F\u064A\u0644 \u0625\u0644\u0649 {service} \u0648\u0625\u0639\u0627\u062F\u0629 \u0627\u0644\u0645\u062D\u0627\u0648\u0644\u0629","error.gemini.429":"\u0627\u0644\u062E\u062F\u0645\u0629 Gemini \u0627\u0644\u062D\u0627\u0644\u064A\u0629 \u0642\u062F \u0648\u0635\u0644\u062A \u0625\u0644\u0649 \u0627\u0644\u062D\u062F \u0627\u0644\u0623\u0642\u0635\u0649 \u0644\u0644\u0642\u062F\u0631\u0629 \u0639\u0644\u0649 \u0627\u0644\u062A\u062D\u0645\u0644\u060C \u064A\u0631\u062C\u0649 \u0627\u0644\u0645\u062D\u0627\u0648\u0644\u0629 \u0645\u0631\u0629 \u0623\u062E\u0631\u0649 \u0641\u064A \u0648\u0642\u062A \u0644\u0627\u062D\u0642\u060C \u0623\u0648 \u0627\u0644\u062A\u0628\u062F\u064A\u0644 \u0625\u0644\u0649 \u062E\u062F\u0645\u0629 \u062A\u0631\u062C\u0645\u0629 \u0623\u062E\u0631\u0649.",enableSentryReport:"\u0639\u0646\u062F \u062D\u062F\u0648\u062B \u062E\u0637\u0623 \u0641\u064A \u0627\u0644\u062A\u0648\u0633\u064A\u0639 \u060C \u0627\u0633\u062A\u062E\u062F\u0645 Sentry \u0644\u062A\u0642\u062F\u064A\u0645 \u0627\u0644\u0645\u0644\u0627\u062D\u0638\u0627\u062A","widget.translateFile":"PDF/ePub",pickAll:"\u062D\u062F\u062F \u0627\u0644\u0643\u0644",contact:"\u0627\u062A\u0635\u0644 \u0628\u0646\u0627","translationServices.gemini":"\u0627\u0644\u062C\u0645\u0646\u0627\u0632","tagsInput.add":"+ \u0625\u0636\u0627\u0641\u0629",touchShortcutsOff:"\u0625\u063A\u0644\u0627\u0642","error.retry":"\u0623\u0639\u062F \u0627\u0644\u0645\u062D\u0627\u0648\u0644\u0629","slide.left":"\u0627\u0646\u0632\u0644\u0642 \u0625\u0644\u0649 \u0627\u0644\u064A\u0645\u064A\u0646",translationOnlyMode:"\u0648\u0636\u0639 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0641\u0642\u0637",goLogin:"\u062A\u0633\u062C\u064A\u0644 \u0627\u0644\u062F\u062E\u0648\u0644","slide.right":"\u0627\u0646\u0632\u0644\u0642 \u0625\u0644\u0649 \u0627\u0644\u064A\u0633\u0627\u0631","multipleClick.4":"\u0631\u0628\u0627\u0639\u064A \u0645\u062A\u062A\u0627\u0644\u064A",shortcutSettingsTitle:"\u0625\u0639\u062F\u0627\u062F\u0627\u062A \u0627\u0644\u0627\u062E\u062A\u0635\u0627\u0631\u0627\u062A",loggedIn:"\u062A\u0645 \u062A\u0633\u062C\u064A\u0644 \u0627\u0644\u062F\u062E\u0648\u0644",shortcutSettings:"\u0627\u062E\u062A\u0635\u0627\u0631\u0627\u062A \u0627\u0644\u0645\u0641\u0627\u062A\u064A\u062D","multipleClick.2":"\u0627\u0646\u0642\u0631 \u0645\u0631\u062A\u064A\u0646","shortcutGroup.others":"\u0627\u0644\u0645\u0632\u064A\u062F \u0645\u0646 \u0627\u0644\u0627\u062E\u062A\u0635\u0627\u0631\u0627\u062A \u0627\u0644\u0645\u062E\u0635\u0635\u0629","widget.videoSubtitle":"\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0641\u064A\u062F\u064A\u0648","intro.floatBallTitle":"\u0643\u0631\u0629 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0633\u0631\u064A\u0639\u0629",notLogin:"\u0644\u0645 \u064A\u062A\u0645 \u062A\u0633\u062C\u064A\u0644 \u0627\u0644\u062F\u062E\u0648\u0644","widget.instruction":"\u062A\u0639\u0644\u064A\u0645\u0627\u062A \u0627\u0644\u0627\u0633\u062A\u062E\u062F\u0627\u0645",alwaysTranslateThisSite:"\u062F\u0627\u0626\u0645\u0627 \u062A\u0631\u062C\u0645 \u0647\u0630\u0627 \u0627\u0644\u0645\u0648\u0642\u0639","error.subscriptionExpiredTitle":"\u0627\u0646\u062A\u0647\u062A \u0635\u0644\u0627\u062D\u064A\u0629 \u0627\u0644\u0639\u0636\u0648\u064A\u0629","shortcutGroup.shortcutsForTranslationServices":"\u062E\u062F\u0645\u0627\u062A \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0645\u0641\u0627\u062A\u064A\u062D \u0627\u0644\u0633\u0631\u064A\u0639\u0629","widget.instructionTooltip":"\u0631\u0627\u062C\u0639 \u062A\u0639\u0644\u064A\u0645\u0627\u062A \u0627\u0644\u0627\u0633\u062A\u062E\u062F\u0627\u0645",temprarilyChangeTranslationTo_gemini:"\u064A\u062A\u0645 \u0627\u0633\u062A\u062E\u062F\u0627\u0645 Gemini \u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0635\u0641\u062D\u0629 \u0627\u0644\u062D\u0627\u0644\u064A\u0629","subtitle.hideQuickButton":"\u0644\u0627 \u062A\u0638\u0647\u0631 \u0647\u0630\u0627 \u0627\u0644\u0627\u062E\u062A\u0635\u0627\u0631 \u0645\u0631\u0629 \u0623\u062E\u0631\u0649",temprarilyChangeTranslationTo_google:"\u064A\u062A\u0645 \u0627\u0633\u062A\u062E\u062F\u0627\u0645 \u062A\u0631\u062C\u0645\u0629 Google \u0644\u0644\u0635\u0641\u062D\u0629 \u0627\u0644\u062D\u0627\u0644\u064A\u0629","subtitle.bilingual":"\u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u062B\u0646\u0627\u0626\u064A\u0629 \u0627\u0644\u0644\u063A\u0629",mouseHoverCustomKeyTitle:"\u062A\u0639\u0631\u064A\u0641 \u0627\u062E\u062A\u0635\u0627\u0631\u0627\u062A \u0627\u0644\u0645\u0627\u0648\u0633 \u0627\u0644\u0645\u0639\u0644\u0642\u0629","browser.translateInputBox":"\u062A\u0631\u062C\u0645 \u0645\u062D\u062A\u0648\u0649 \u0645\u0631\u0628\u0639 \u0627\u0644\u0625\u062F\u062E\u0627\u0644 \u0627\u0644\u062D\u0627\u0644\u064A","shortcutGroup.touch":"\u0627\u0644\u0625\u064A\u0645\u0627\u0621\u0627\u062A \u0627\u0644\u0645\u062E\u0635\u0635\u0629 \u0644\u0644\u0634\u0627\u0634\u0627\u062A \u0627\u0644\u0644\u0645\u0633\u064A\u0629",neverTranslateThisSite:"\u0644\u0627 \u062A\u062A\u0631\u062C\u0645 \u0647\u0630\u0627 \u0627\u0644\u0645\u0648\u0642\u0639 \u0623\u0628\u062F\u0627",temprarilyChangeTranslationTo_deepl:"\u064A\u062A\u0645 \u0627\u0633\u062A\u062E\u062F\u0627\u0645 DeepL \u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0635\u0641\u062D\u0629 \u0627\u0644\u062D\u0627\u0644\u064A\u0629","browser.translateWithDeepL":"\u0627\u0633\u062A\u062E\u062F\u0645 DeepL \u0645\u0624\u0642\u062A\u064B\u0627 \u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0635\u0641\u062D\u0629 \u0627\u0644\u062D\u0627\u0644\u064A\u0629","multipleClick.3":"\u062B\u0644\u0627\u062B\u0629 \u0636\u0631\u0628\u0627\u062A \u0645\u062A\u062A\u0627\u0644\u064A\u0629","widget.translateFileTooltip":"\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0645\u0633\u062A\u0646\u062F\u0627\u062A PDF\u060C EPUB\u060C SRT\u060C ASS\u060C HTML \u0648 TXT","neverTranslateText.title":"\u0627\u0644\u0643\u0644\u0645\u0627\u062A \u0627\u0644\u062A\u0627\u0644\u064A\u0629 \u062A\u0628\u0642\u0649 \u0643\u0645\u0627 \u0647\u064A\u060C \u0644\u0627 \u062A\u062A\u0631\u062C\u0645","subtitle.autoDisableSubtitle":"\u0644\u0627 \u062A\u0642\u0645 \u0628\u062A\u0634\u063A\u064A\u0644 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u062B\u0646\u0627\u0626\u064A\u0629 \u062A\u0644\u0642\u0627\u0626\u064A\u064B\u0627","browser.translateWithGoogle":"\u0627\u0633\u062A\u062E\u062F\u0645 Google Translate \u0645\u0624\u0642\u062A\u064B\u0627 \u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0635\u0641\u062D\u0629 \u0627\u0644\u062D\u0627\u0644\u064A\u0629","shortcutGroup.main":"\u0627\u062E\u062A\u0635\u0627\u0631\u0627\u062A \u0627\u0644\u0648\u0638\u0627\u0626\u0641 \u0627\u0644\u0634\u0627\u0626\u0639\u0629",paragraphMinTextCountField:"\u0627\u0644\u062D\u062F \u0627\u0644\u0623\u062F\u0646\u0649 \u0644\u0639\u062F\u062F \u0627\u0644\u0623\u062D\u0631\u0641 \u0627\u0644\u0645\u0637\u0644\u0648\u0628\u0629 \u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0641\u0642\u0631\u0629","widget.videoSubtitleTooltip":"\u062F\u0639\u0645 Youtube \u0648\u063A\u064A\u0631\u0647\u0627 \u0645\u0646 \u0645\u0648\u0627\u0642\u0639 \u0627\u0644\u0641\u064A\u062F\u064A\u0648 {count}+",upgradeToProErrorTitle:"\u064A\u0631\u062C\u0649 \u0627\u0644\u062A\u0631\u0642\u064A\u0629 \u0625\u0644\u0649 \u0639\u0636\u0648\u064A\u0629 Pro \u0642\u0628\u0644 \u0627\u0633\u062A\u062E\u062F\u0627\u0645 \u0647\u0630\u0647 \u0627\u0644\u062E\u062F\u0645\u0629 \u0627\u0644\u062A\u0631\u062C\u0645\u0629","subtitle.showQuickButton":"\u0641\u064A \u0639\u0631\u0636 \u0627\u0644\u0646\u0635\u0648\u0635 \u0627\u0644\u0645\u062A\u0631\u062C\u0645\u0629 \u0628\u0634\u0643\u0644 \u0645\u0632\u062F\u0648\u062C \u0641\u064A \u0627\u0644\u0645\u0634\u063A\u0644 \u0628\u0637\u0631\u064A\u0642\u0629 \u0633\u0631\u064A\u0639\u0629",temprarilyChangeTranslationTo_transmart:"\u064A\u062A\u0645 \u0627\u0633\u062A\u062E\u062F\u0627\u0645 \u062A\u0631\u062C\u0645\u0629 \u062A\u064A\u0646\u0633\u0646\u062A \u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0635\u0641\u062D\u0629 \u0627\u0644\u062D\u0627\u0644\u064A\u0629",notLoginPro:"\u0644\u0645 \u062A\u0642\u0645 \u0628\u062A\u0633\u062C\u064A\u0644 \u0627\u0644\u062F\u062E\u0648\u0644 \u0625\u0644\u0649 \u062D\u0633\u0627\u0628 \u0627\u0644\u0639\u0636\u0648\u064A\u0629 \u0627\u0644\u062E\u0627\u0635 \u0628\u0643 \u0628\u0639\u062F","floatBall.iKnow":"\u0623\u0646\u0627 \u0623\u0639\u0631\u0641","intro.hoverTitle":"\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0641\u0642\u0631\u0629 \u0627\u0644\u062D\u0627\u0644\u064A\u0629 \u0639\u0646\u062F \u062A\u062D\u0631\u064A\u0643 \u0627\u0644\u0645\u0627\u0648\u0633 \u0641\u0648\u0642\u0647\u0627",temprarilyChangeTranslationTo_bing:"\u064A\u062A\u0645 \u0627\u0633\u062A\u062E\u062F\u0627\u0645 \u0645\u062A\u0631\u062C\u0645 \u0645\u0627\u064A\u0643\u0631\u0648\u0633\u0648\u0641\u062A \u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0635\u0641\u062D\u0629 \u0627\u0644\u062D\u0627\u0644\u064A\u0629",temprarilyChangeTranslationTo_openai:"\u064A\u062A\u0645 \u0627\u0633\u062A\u062E\u062F\u0627\u0645 OpenAI \u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0635\u0641\u062D\u0629 \u0627\u0644\u062D\u0627\u0644\u064A\u0629","browser.translateWithOpenAI":"\u0627\u0633\u062A\u062E\u062F\u0645 OpenAI \u0645\u0624\u0642\u062A\u064B\u0627 \u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0635\u0641\u062D\u0629 \u0627\u0644\u062D\u0627\u0644\u064A\u0629",networkError:"\u062A\u0648\u0627\u062C\u0647 \u062E\u062F\u0645\u0629 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0623\u0648 \u0627\u0644\u0634\u0628\u0643\u0629 \u0645\u0634\u0643\u0644\u0629",buildSnapshots:"\u0625\u0646\u0634\u0627\u0621 \u0644\u0642\u0637\u0629 \u0633\u0631\u064A\u0639\u0629 \u0644\u0644\u0635\u0641\u062D\u0629 \u0627\u0644\u0625\u0644\u0643\u062A\u0631\u0648\u0646\u064A\u0629","shortcutGroup.mouse":"\u062A\u0643\u0648\u064A\u0646 \u0627\u062E\u062A\u0635\u0627\u0631\u0627\u062A \u0627\u0644\u0645\u0627\u0648\u0633 \u0627\u0644\u0645\u0639\u0644\u0642\u0629","intro.subtitleTitle":"\u0639\u0631\u0636 \u0627\u0644\u062A\u0631\u062C\u0645\u0627\u062A \u0627\u0644\u0645\u0632\u062F\u0648\u062C\u0629 \u0644\u0644\u0641\u064A\u062F\u064A\u0648 \u0639\u0628\u0631 \u0627\u0644\u0625\u0646\u062A\u0631\u0646\u062A","floatBall.longPress":"\u0627\u0636\u063A\u0637 \u0645\u0639 \u0627\u0644\u0627\u0633\u062A\u0645\u0631\u0627\u0631 \u0644\u0641\u062A\u062D \u0644\u0648\u062D\u0629 \u0627\u0644\u0625\u0639\u062F\u0627\u062F\u0627\u062A \u0628\u0633\u0631\u0639\u0629",touchShortcutsToggleTranslateTouchElement:"\u062A\u0639\u064A\u064A\u0646 \u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0641\u0642\u0631\u0629 \u0627\u0644\u0645\u062D\u062F\u062F\u0629 \u0628\u0648\u0627\u0633\u0637\u0629 \u0627\u0644\u0625\u064A\u0645\u0627\u0621\u0627\u062A \u0639\u0644\u0649 \u0627\u0644\u0634\u0627\u0634\u0629 \u0627\u0644\u062A\u064A \u062A\u0639\u0645\u0644 \u0628\u0627\u0644\u0644\u0645\u0633","browser.translateWithBing":"\u0627\u0633\u062A\u062E\u062F\u0645 \u062A\u0631\u062C\u0645\u0629 \u0645\u0627\u064A\u0643\u0631\u0648\u0633\u0648\u0641\u062A \u0645\u0624\u0642\u062A\u064B\u0627 \u0644\u0644\u0635\u0641\u062D\u0629 \u0627\u0644\u062D\u0627\u0644\u064A\u0629","error.subscriptionExpired":"\u0642\u062F \u064A\u0643\u0648\u0646 \u0639\u0636\u0648\u064A\u062A\u0643 \u0642\u062F \u0627\u0646\u062A\u0647\u062A \u060C \u064A\u0631\u062C\u0649 \u0627\u0644\u062A\u062D\u0642\u0642 \u0645\u0646 \u062D\u0627\u0644\u0629 \u0639\u0636\u0648\u064A\u062A\u0643","browser.translateWithGemini":"\u0627\u0633\u062A\u062E\u062F\u0645 Gemini \u0645\u0624\u0642\u062A\u064B\u0627 \u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0635\u0641\u062D\u0629 \u0627\u0644\u062D\u0627\u0644\u064A\u0629","desc.touchShortcutsToggleTranslateTouchElement":"\u0642\u0645 \u0628\u062A\u062E\u0635\u064A\u0635 \u0625\u0634\u0627\u0631\u0629 \u0628\u064A\u062F\u0643\u060C \u0648\u064A\u0645\u0643\u0646\u0643 \u062A\u0631\u062C\u0645\u0629 \u0623\u064A \u0641\u0642\u0631\u0629 \u062A\u0648\u0627\u062C\u062F \u0641\u064A\u0647\u0627.","browser.translateWithTransmart":"\u0627\u0633\u062A\u062E\u062F\u0645 \u062A\u0631\u062C\u0645\u0629 \u062A\u064A\u0646\u0633\u0646\u062A \u0645\u0624\u0642\u062A\u064B\u0627 \u0644\u0644\u0635\u0641\u062D\u0629 \u0627\u0644\u062D\u0627\u0644\u064A\u0629","desc.interfaceLanguage":"\u062A\u0624\u062B\u0631 \u0625\u0639\u062F\u0627\u062F\u0627\u062A \u0644\u063A\u0629 \u0627\u0644\u0648\u0627\u062C\u0647\u0629 \u0639\u0644\u0649 \u0644\u063A\u0629 \u0639\u0631\u0636 \u0644\u0648\u062D\u0629 \u0627\u0644\u062A\u062D\u0643\u0645\u060C \u0648\u0644\u0627 \u062A\u062A\u0639\u0644\u0642 \u0628\u0644\u063A\u0629 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0645\u0633\u062A\u0647\u062F\u0641\u0629.",touchShortcutsToggleTranslationMask:"\u062A\u0639\u064A\u064A\u0646 \u0625\u064A\u0645\u0627\u0621\u0627\u062A \u0627\u0644\u0634\u0627\u0634\u0629 \u0627\u0644\u062A\u064A \u062A\u0639\u0645\u0644 \u0628\u0627\u0644\u0644\u0645\u0633 \u0644\u0639\u0631\u0636 \u0642\u0646\u0627\u0639 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 / \u0639\u0631\u0636 \u0627\u0644\u0646\u0635 \u0627\u0644\u0623\u0635\u0644\u064A","browser.toggleMouseHoverTranslateDirectly":"\u062A\u0645\u0643\u064A\u0646 \u0623\u0648 \u062A\u0639\u0637\u064A\u0644 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0645\u0628\u0627\u0634\u0631\u0629 \u0639\u0646\u062F \u062A\u0645\u0631\u064A\u0631 \u0627\u0644\u0645\u0627\u0648\u0633 \u0645\u0624\u0642\u062A\u064B\u0627 \u0639\u0644\u0649 \u0627\u0644\u0635\u0641\u062D\u0629","floatBall.guideClickToTranslate":`\u0627\u0646\u0642\u0631 \u0639\u0644\u0649 \u0643\u0631\u0629 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0639\u0627\u0626\u0645\u0629 \u0627\u0644\u063A\u0627\u0645\u0631\u0629 \u0644\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0633\u0631\u064A\u0639\u0629`,"description.baiduField":"\u062A\u0631\u0649 \u0627\u0644\u0645\u062C\u0627\u0644\u0627\u062A \u0627\u0644\u0645\u062F\u0639\u0648\u0645\u0629 <1> \u0647\u0646\u0627 \u060C \u0625\u0630\u0627 \u0643\u0627\u0646\u062A \u0641\u0627\u0631\u063A\u0629 \u060C \u0641\u0647\u0630\u0627 \u064A\u0639\u0646\u064A \u0623\u0646 \u0627\u0644\u0645\u062C\u0627\u0644 \u063A\u064A\u0631 \u0645\u062D\u062F\u062F","error.reason":"\u0633\u0628\u0628 \u0627\u0644\u062E\u0637\u0623","browser.toggleVideoSubtitlePreTranslation":"\u062A\u0628\u062F\u064A\u0644 \u0625\u0644\u0649 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u063A\u0627\u0645\u0631\u0629 \u0627\u0644\u0645\u0641\u0636\u0644\u0629 \u0644\u0644\u062A\u0631\u062C\u0645\u0627\u062A \u0627\u0644\u062B\u0646\u0627\u0626\u064A\u0629 \u0627\u0644\u0644\u063A\u0629",touchShortcutsToggleTranslatePage:"\u0642\u0645 \u0628\u062A\u0639\u064A\u064A\u0646 \u0627\u0644\u0625\u064A\u0645\u0627\u0621\u0627\u062A \u0639\u0644\u0649 \u0627\u0644\u0634\u0627\u0634\u0629 \u0627\u0644\u062A\u064A \u062A\u0639\u0645\u0644 \u0628\u0627\u0644\u0644\u0645\u0633 \u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0635\u0641\u062D\u0627\u062A \u0627\u0644\u0625\u0644\u0643\u062A\u0631\u0648\u0646\u064A\u0629 / \u0639\u0631\u0636 \u0627\u0644\u0646\u0635 \u0627\u0644\u0623\u0635\u0644\u064A","subtitle.showQuickButtonDescription":"\u062A\u0648\u0641\u0631 \u0645\u0634\u063A\u0644 \u0627\u0644\u0641\u064A\u062F\u064A\u0648 \u0637\u0631\u064A\u0642\u0629 \u0645\u062E\u062A\u0635\u0631\u0629 \u0644\u062A\u0645\u0643\u064A\u0646 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u062B\u0646\u0627\u0626\u064A\u0629 \u0641\u064A \u0627\u0644\u0632\u0627\u0648\u064A\u0629 \u0627\u0644\u064A\u0645\u0646\u0649 \u0627\u0644\u0633\u0641\u0644\u0649",mouseHoverCustomKeyDescription:"\u064A\u0645\u0643\u0646\u0643 \u062A\u062E\u0635\u064A\u0635 \u0645\u062C\u0645\u0648\u0639\u0629 \u0645\u0641\u0627\u062A\u064A\u062D \u0627\u062E\u062A\u0635\u0627\u0631 \u0644\u062A\u0645\u0631\u064A\u0631 \u0627\u0644\u0645\u0627\u0648\u0633\u060C \u0645\u062B\u0644: Alt+Z\u060C Ctrl+E\u060C Cmd+Alt+E \u0623\u0648 \u0645\u0628\u0627\u0634\u0631\u0629 Cmd\u060C \u0627\u0644\u0631\u062C\u0627\u0621 \u0627\u0644\u0625\u062F\u062E\u0627\u0644 \u064A\u062F\u0648\u064A\u0627","desc.toggleTranslateTheMainPage":"\u062A\u0631\u062C\u0645 \u0641\u0642\u0637 \u0627\u0644\u0645\u0646\u0627\u0637\u0642 \u0627\u0644\u0631\u0626\u064A\u0633\u064A\u0629 \u0644\u0644\u0635\u0641\u062D\u0629 \u060C \u0639\u0646\u062F \u062A\u0645\u0643\u064A\u0646\u0643 \u0644\u062A\u0631\u062C\u0645\u0629 \u062C\u0645\u064A\u0639 \u0645\u0646\u0627\u0637\u0642 \u0627\u0644\u0635\u0641\u062D\u0629 \u0641\u064A \u0627\u0644\u0625\u0639\u062F\u0627\u062F\u0627\u062A \u0627\u0644\u0645\u062A\u0642\u062F\u0645\u0629 \u060C \u064A\u0645\u0643\u0646\u0643 \u0627\u0633\u062A\u062E\u062F\u0627\u0645 \u0647\u0630\u0627 \u0627\u0644\u0627\u062E\u062A\u0635\u0627\u0631 \u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0645\u0646\u0627\u0637\u0642 \u0627\u0644\u0631\u0626\u064A\u0633\u064A\u0629 \u0644\u0644\u0635\u0641\u062D\u0629 \u0641\u0642\u0637.","contact.description":"\u0625\u0630\u0627 \u0643\u0627\u0646 \u0644\u062F\u064A\u0643 \u0623\u064A \u0623\u0633\u0626\u0644\u0629 \u0623\u0648 \u0627\u0642\u062A\u0631\u0627\u062D\u0627\u062A\u060C \u0641\u0646\u062D\u0646 \u0646\u0631\u062D\u0628 \u0628\u0643 \u0644\u0645\u0644\u0621 \u0627\u0644\u0646\u0645\u0648\u0630\u062C \u0623\u062F\u0646\u0627\u0647 \u0644\u0644\u0627\u062A\u0635\u0627\u0644 \u0628\u0646\u0627\u060C \u0623\u0648 \u0625\u0631\u0633\u0627\u0644 \u0628\u0631\u064A\u062F \u0625\u0644\u0643\u062A\u0631\u0648\u0646\u064A \u0625\u0644\u0649 {email}\u060C \u0648\u0633\u0646\u0631\u062F \u0639\u0644\u064A\u0643 \u0641\u064A \u0623\u0642\u0631\u0628 \u0648\u0642\u062A \u0645\u0645\u0643\u0646.","desc.toggleTranslateTheWholePage":"\u062A\u0631\u062C\u0645\u0629 \u062C\u0645\u064A\u0639 \u0627\u0644\u0645\u0646\u0627\u0637\u0642 \u0641\u064A \u0627\u0644\u0635\u0641\u062D\u0629\u060C \u0628\u0634\u0643\u0644 \u0627\u0641\u062A\u0631\u0627\u0636\u064A\u060C \u0633\u0646\u062A\u0631\u062C\u0645 \u0627\u0644\u0645\u0646\u0627\u0637\u0642 \u0627\u0644\u0631\u0626\u064A\u0633\u064A\u0629 \u0641\u064A \u0627\u0644\u0635\u0641\u062D\u0629\u060C \u064A\u0645\u0643\u0646\u0643 \u0627\u0633\u062A\u062E\u062F\u0627\u0645 \u0647\u0630\u0627 \u0627\u0644\u0627\u062E\u062A\u0635\u0627\u0631 \u0644\u062A\u0631\u062C\u0645\u0629 \u062C\u0645\u064A\u0639 \u0627\u0644\u0645\u0646\u0627\u0637\u0642 \u0641\u064A \u0627\u0644\u0635\u0641\u062D\u0629 \u0628\u0634\u0643\u0644 \u062E\u0627\u0635.",confirmResetToDefaultSettings:"\u0647\u0644 \u062A\u0631\u064A\u062F \u0628\u0627\u0644\u062A\u0623\u0643\u064A\u062F \u0627\u0633\u062A\u0639\u0627\u062F\u0629 \u0647\u0630\u0647 \u0627\u0644\u062E\u062F\u0645\u0629 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0625\u0644\u0649 \u0627\u0644\u0625\u0639\u062F\u0627\u062F\u0627\u062A \u0627\u0644\u0627\u0641\u062A\u0631\u0627\u0636\u064A\u0629\u061F (\u0625\u0639\u0627\u062F\u0629 \u062A\u0639\u064A\u064A\u0646 \u0625\u0639\u062F\u0627\u062F\u0627\u062A \u062E\u062F\u0645\u0629 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u062D\u0627\u0644\u064A\u0629 \u0641\u0642\u0637)",shortcutDisableTooltip:"\u064A\u0631\u062C\u0649 \u0627\u0644\u0642\u064A\u0627\u0645 \u0628\u0627\u0644\u0625\u0639\u062F\u0627\u062F\u0627\u062A \u0641\u064A \u0635\u0641\u062D\u0629 \u0625\u062F\u0627\u0631\u0629 \u0627\u062E\u062A\u0635\u0627\u0631\u0627\u062A \u0627\u0644\u0645\u062A\u0635\u0641\u062D \u0627\u0644\u0645\u0642\u062F\u0645\u0629 \u060C \u0644\u0644\u0645\u0632\u064A\u062F \u0645\u0646 \u0627\u0644\u0625\u0631\u0634\u0627\u062F\u0627\u062A \u060C \u064A\u0631\u062C\u0649 \u0627\u0644\u0627\u0637\u0644\u0627\u0639 \u0639\u0644\u0649 \u0627\u0644\u062A\u0639\u0644\u064A\u0645\u0627\u062A \u0641\u064A \u0623\u0639\u0644\u0649 \u0647\u0630\u0647 \u0627\u0644\u0635\u0641\u062D\u0629.","desc.toggleMouseHoverTranslateDirectly":"\u0628\u0639\u062F \u0627\u0644\u0636\u063A\u0637 \u0639\u0644\u0649 \u0647\u0630\u0627 \u0627\u0644\u0645\u0641\u062A\u0627\u062D \u0627\u0644\u0633\u0631\u064A\u0639 \u060C \u0639\u0644\u0649 \u0627\u0644\u0635\u0641\u062D\u0629 \u060C \u0637\u0627\u0644\u0645\u0627 \u0623\u0634\u0627\u0631 \u0627\u0644\u0645\u0627\u0648\u0633 \u0625\u0644\u0649 \u0623\u064A \u0646\u0635 \u060C \u0633\u064A\u062A\u0645 \u062A\u0631\u062C\u0645\u0629 \u0647\u0630\u0627 \u0627\u0644\u0646\u0635 \u062A\u0644\u0642\u0627\u0626\u064A\u064B\u0627. \u0627\u0636\u063A\u0637 \u0639\u0644\u0649 \u0627\u0644\u0645\u0641\u062A\u0627\u062D \u0627\u0644\u0633\u0631\u064A\u0639 \u0645\u0631\u0629 \u0623\u062E\u0631\u0649 \u060C \u0648\u0633\u064A\u062A\u0645 \u0625\u063A\u0644\u0627\u0642 \u0647\u0630\u0647 \u0627\u0644\u0648\u0638\u064A\u0641\u0629 \u0627\u0644\u062A\u0644\u0642\u0627\u0626\u064A\u0629 \u0644\u0644\u062A\u0631\u062C\u0645\u0629.","desc.mouseHoverHoldKey":"\u0639\u0646\u062F \u062A\u0645\u0631\u064A\u0631 \u0627\u0644\u0645\u0627\u0648\u0633 \u0641\u0648\u0642 \u0641\u0642\u0631\u0629 \u0645\u0639\u064A\u0646\u0629 \u0648\u0627\u0644\u0636\u063A\u0637 \u0639\u0644\u0649 \u0627\u0644\u0645\u0641\u062A\u0627\u062D \u0627\u0644\u0633\u0631\u064A\u0639 \u0639\u0644\u0649 \u0627\u0644\u062C\u0627\u0646\u0628 \u0627\u0644\u0623\u064A\u0645\u0646 \u0641\u064A \u0627\u0644\u0648\u0642\u062A \u0646\u0641\u0633\u0647\u060C \u064A\u0645\u0643\u0646\u0643 \u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0641\u0642\u0631\u0629 \u0645\u0628\u0627\u0634\u0631\u0629.",paragraphMinTextCountDesc:"\u064A\u0631\u062C\u0649 \u0627\u0644\u0627\u0646\u062A\u0628\u0627\u0647 \u060C \u0647\u0646\u0627 \u064A\u062A\u0645 \u0627\u0644\u0625\u0634\u0627\u0631\u0629 \u0625\u0644\u0649 \u0637\u0648\u0644 \u0627\u0644\u062D\u0631\u0641 \u060C \u0639\u0644\u0649 \u0633\u0628\u064A\u0644 \u0627\u0644\u0645\u062B\u0627\u0644: hello \u0647\u0648 5 \u0623\u062D\u0631\u0641 \u060C \u0648\u062A\u0639\u064A\u064A\u0646 \u0642\u064A\u0645\u0629 \u0623\u0643\u0628\u0631 \u064A\u0645\u0643\u0646 \u0623\u0646 \u064A\u0642\u0644\u0644 \u0645\u0646 \u0627\u0644\u062A\u0631\u062C\u0645\u0627\u062A \u063A\u064A\u0631 \u0627\u0644\u0636\u0631\u0648\u0631\u064A\u0629 \u0644\u0644\u0641\u0642\u0631\u0627\u062A \u0627\u0644\u0635\u063A\u064A\u0631\u0629.","desc.touchShortcutsToggleTranslationMask":"\u062A\u0634\u064A\u0631 \u0642\u0646\u0627\u0639 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0625\u0644\u0649 \u062A\u0623\u062B\u064A\u0631 \u0627\u0644\u0636\u0628\u0627\u0628\u064A\u0629 \u0641\u064A \u0646\u0645\u0637 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 (\u0648\u0636\u0639 \u0627\u0644\u062A\u0639\u0644\u0645) \u060C \u0648\u0628\u0639\u062F \u0627\u0644\u062A\u0634\u063A\u064A\u0644 \u060C \u064A\u062A\u0645 \u0627\u0633\u062A\u062E\u062F\u0627\u0645 \u062A\u0623\u062B\u064A\u0631 \u0627\u0644\u0636\u0628\u0627\u0628\u064A\u0629 \u0645\u0624\u0642\u062A\u064B\u0627 \u0639\u0644\u0649 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u060C \u0645\u0645\u0627 \u064A\u0633\u0647\u0644 \u0627\u0644\u062A\u0639\u0644\u0645.","intro.floatBallDescription":"\u0628\u0639\u062F \u0627\u0644\u062A\u0641\u0639\u064A\u0644\u060C \u0633\u064A\u0638\u0647\u0631 \u0632\u0631 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0633\u0631\u064A\u0639\u0629 \u0639\u0644\u0649 \u0627\u0644\u062C\u0627\u0646\u0628 \u0627\u0644\u0623\u064A\u0645\u0646 \u0645\u0646 \u0627\u0644\u0635\u0641\u062D\u0629\u060C \u0627\u0646\u0642\u0631 \u0639\u0644\u064A\u0647 \u0644\u0644\u062A\u0631\u062C\u0645\u0629\u060C \u0648\u0627\u0646\u0642\u0631 \u0645\u0631\u0629 \u0623\u062E\u0631\u0649 \u0644\u0644\u0639\u0648\u062F\u0629 \u0625\u0644\u0649 \u0627\u0644\u0646\u0635 \u0627\u0644\u0623\u0635\u0644\u064A. \u0639\u0644\u0649 \u0627\u0644\u0623\u062C\u0647\u0632\u0629 \u0627\u0644\u0645\u062D\u0645\u0648\u0644\u0629\u060C \u0627\u0636\u063A\u0637 \u0645\u0639 \u0627\u0644\u0627\u0633\u062A\u0645\u0631\u0627\u0631 \u0639\u0644\u0649 \u0627\u0644\u0643\u0631\u0629 \u0627\u0644\u0645\u0639\u0644\u0642\u0629 \u0644\u0641\u062A\u062D \u0644\u0648\u062D\u0629 \u0627\u0644\u0625\u0639\u062F\u0627\u062F\u0627\u062A \u0627\u0644\u0633\u0631\u064A\u0639\u0629.","desc.touchShortcutsToggleTranslatePage":"\u0628\u0639\u062F \u0627\u0644\u0625\u0639\u062F\u0627\u062F \u060C \u0639\u0646\u062F \u0627\u0644\u062A\u0646\u0642\u0644 \u0628\u0627\u0644\u062C\u0647\u0627\u0632 \u0627\u0644\u0645\u062D\u0645\u0648\u0644 \u060C \u064A\u0645\u0643\u0646\u0643 \u0627\u0633\u062A\u062E\u062F\u0627\u0645 X \u0623\u0635\u0627\u0628\u0639 \u0644\u0644\u0645\u0633 \u0627\u0644\u0634\u0627\u0634\u0629 \u0641\u064A \u0646\u0641\u0633 \u0627\u0644\u0648\u0642\u062A \u060C \u0623\u0648 \u0627\u0644\u062A\u0645\u0631\u064A\u0631 \u0644\u0644\u064A\u0645\u064A\u0646 \u0648\u0627\u0644\u064A\u0633\u0627\u0631 \u060C \u0623\u0648 \u0627\u0644\u0646\u0642\u0631 \u0627\u0644\u0645\u062A\u0648\u0627\u0635\u0644 \u060C \u0644\u062A\u0641\u0639\u064A\u0644 \u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0635\u0641\u062D\u0629 / \u0639\u0631\u0636 \u0627\u0644\u0646\u0635 \u0627\u0644\u0623\u0635\u0644\u064A.",translationOnlyModeDescription:"\u062A\u0634\u064A\u0631 \u0648\u0636\u0639\u064A\u0629 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0641\u0642\u0637 \u0625\u0644\u0649 \u0639\u0631\u0636 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0641\u0642\u0637\u060C \u0648\u0644\u064A\u0633 \u0627\u0644\u0648\u0636\u0639 \u0627\u0644\u062B\u0646\u0627\u0626\u064A \u0627\u0644\u0644\u063A\u0629 \u0627\u0644\u0627\u0641\u062A\u0631\u0627\u0636\u064A. \u0627\u0644\u0631\u062C\u0627\u0621 \u0645\u0644\u0627\u062D\u0638\u0629: \u0628\u0633\u0628\u0628 \u0645\u0634\u0643\u0644\u0627\u062A \u0627\u0644\u062A\u0642\u0646\u064A\u0629\u060C \u0633\u062A\u0635\u0628\u062D \u0627\u0644\u0631\u0648\u0627\u0628\u0637 \u0627\u0644\u0641\u0627\u0626\u0642\u0629 \u0641\u064A \u0627\u0644\u0646\u0635 \u0627\u0644\u0623\u0635\u0644\u064A \u063A\u064A\u0631 \u0641\u0639\u0627\u0644\u0629 \u0641\u064A \u0648\u0636\u0639\u064A\u0629 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0641\u0642\u0637.","intro.hoverDescription":"\u062A\u0639\u062F \u0648\u0638\u064A\u0641\u0629 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0639\u0646\u062F \u062A\u0645\u0631\u064A\u0631 \u0627\u0644\u0645\u0624\u0634\u0631 \u0641\u0648\u0642 \u0627\u0644\u0646\u0635 \u062C\u0632\u0621\u064B\u0627 \u0645\u0647\u0645\u064B\u0627 \u062C\u062F\u064B\u0627 \u0645\u0646 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u063A\u0627\u0645\u0631\u0629\u060C \u0641\u0642\u0637 \u0636\u0639 \u0627\u0644\u0645\u0624\u0634\u0631 \u0639\u0644\u0649 \u0627\u0644\u0641\u0642\u0631\u0629 \u0648\u0627\u0636\u063A\u0637 \u0639\u0644\u0649 \u0627\u0644\u0645\u0641\u062A\u0627\u062D \u0627\u0644\u0633\u0631\u064A\u0639 \u0627\u0644\u0645\u062D\u062F\u062F \u0641\u064A \u0646\u0641\u0633 \u0627\u0644\u0648\u0642\u062A\u060C \u0648\u0633\u064A\u062A\u0645 \u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0641\u0642\u0631\u0629 \u0627\u0644\u062D\u0627\u0644\u064A\u0629 \u062A\u0644\u0642\u0627\u0626\u064A\u064B\u0627 (\u0645\u0644\u0627\u062D\u0638\u0629: \u0627\u0644\u0625\u0639\u062F\u0627\u062F \u0627\u0644\u0627\u0641\u062A\u0631\u0627\u0636\u064A \u0644\u064A\u0633 \u0645\u0641\u0639\u0644\u0627\u064B\u060C \u064A\u0631\u062C\u0649 \u0627\u0644\u0625\u0639\u062F\u0627\u062F \u0623\u062F\u0646\u0627\u0647)\u060C \u064A\u062A\u0645 \u0627\u0633\u062A\u062E\u062F\u0627\u0645 \u0647\u0630\u0627 \u0627\u0644\u062A\u0641\u0627\u0639\u0644 \u0644\u0627\u0633\u062A\u0628\u062F\u0627\u0644 \u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0643\u0644\u0645\u0627\u062A \u0627\u0644\u0645\u062D\u062F\u062F\u0629 \u0628\u0634\u0643\u0644 \u0623\u0641\u0636\u0644\u060C \u0628\u0627\u0644\u0625\u0636\u0627\u0641\u0629 \u0625\u0644\u0649 \u0630\u0644\u0643\u060C \u064A\u062A\u0645 \u0627\u0633\u062A\u062E\u062F\u0627\u0645 \u0647\u0630\u0647 \u0627\u0644\u0648\u0638\u064A\u0641\u0629 \u0639\u0644\u0649 \u0646\u0637\u0627\u0642 \u0648\u0627\u0633\u0639 \u0641\u064A \u062A\u0644\u0643 \u0627\u0644\u0645\u0646\u0627\u0637\u0642 \u0627\u0644\u062A\u064A \u0644\u0627 \u064A\u0645\u0643\u0646 \u0627\u0644\u062A\u0639\u0631\u0641 \u0639\u0644\u064A\u0647\u0627 \u0644\u0644\u062A\u0631\u062C\u0645\u0629\u060C \u064A\u0645\u0643\u0646\u0643 \u0627\u0633\u062A\u062E\u062F\u0627\u0645 \u0647\u0630\u0647 \u0627\u0644\u0648\u0638\u064A\u0641\u0629 \u0644\u062A\u0631\u062C\u0645\u0629 \u0623\u064A \u0641\u0642\u0631\u0629 \u0628\u0627\u0644\u0642\u0648\u0629.","neverTranslateText.description":"\u0628\u0633\u0628\u0628 \u0623\u0646 \u0628\u0639\u0636 \u0645\u062D\u0631\u0643\u0627\u062A \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0644\u0627 \u062A\u062A\u0639\u0631\u0641 \u0628\u0634\u0643\u0644 \u0645\u062B\u0627\u0644\u064A \u0639\u0644\u0649 \u0627\u0644\u0623\u0633\u0645\u0627\u0621 \u0627\u0644\u062E\u0627\u0635\u0629\u060C \u064A\u0645\u0643\u0646\u0643 \u0625\u0636\u0627\u0641\u0629 \u0643\u0644\u0645\u0627\u062A \u0647\u0646\u0627 \u0644\u0644\u062A\u0623\u0643\u062F \u0645\u0646 \u0623\u0646\u0647\u0627 \u0644\u0646 \u062A\u062A\u063A\u064A\u0631 \u0623\u062B\u0646\u0627\u0621 \u0639\u0645\u0644\u064A\u0629 \u0627\u0644\u062A\u0631\u062C\u0645\u0629. \u064A\u0631\u062C\u0649 \u0645\u0644\u0627\u062D\u0638\u0629 \u0623\u0646 \u0647\u0630\u0647 \u0627\u0644\u0648\u0638\u064A\u0641\u0629 \u062A\u0639\u062A\u0645\u062F \u0639\u0644\u0649 \u062D\u062C\u0645 \u0627\u0644\u062D\u0631\u0648\u0641\u060C \u0648\u062A\u062F\u0639\u0645 \u0641\u0642\u0637 \u0627\u0644\u0644\u063A\u0627\u062A \u0627\u0644\u062A\u064A \u062A\u0641\u0635\u0644 \u0627\u0644\u0643\u0644\u0645\u0627\u062A \u0628\u0645\u0633\u0627\u0641\u0627\u062A (\u0645\u062B\u0644 \u0627\u0644\u0625\u0646\u062C\u0644\u064A\u0632\u064A\u0629 \u0648\u0627\u0644\u0641\u0631\u0646\u0633\u064A\u0629)\u060C \u0648\u0644\u0627 \u062A\u0646\u0637\u0628\u0642 \u0639\u0644\u0649 \u0627\u0644\u0644\u063A\u0627\u062A \u0645\u062B\u0644 \u0627\u0644\u064A\u0627\u0628\u0627\u0646\u064A\u0629 \u0648\u0627\u0644\u0643\u0648\u0631\u064A\u0629.","intro.subtitleDescription":"\u0628\u0639\u062F \u062A\u0641\u0639\u064A\u0644 \u0647\u0630\u0647 \u0627\u0644\u0648\u0638\u064A\u0641\u0629\u060C \u0633\u064A\u062A\u0645 \u0639\u0631\u0636 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u062B\u0646\u0627\u0626\u064A\u0629 \u062A\u0644\u0642\u0627\u0626\u064A\u064B\u0627 \u0623\u062B\u0646\u0627\u0621 \u062A\u0634\u063A\u064A\u0644 \u0627\u0644\u0641\u064A\u062F\u064A\u0648. \u0625\u0630\u0627 \u0644\u0645 \u064A\u062A\u0645 \u0627\u0644\u062A\u0641\u0639\u064A\u0644\u060C \u0633\u062A\u062D\u062A\u0627\u062C \u0625\u0644\u0649 \u0627\u0644\u0646\u0642\u0631 \u064A\u062F\u0648\u064A\u064B\u0627 \u0639\u0644\u0649 \u0632\u0631 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0639\u0644\u0649 \u0627\u0644\u0635\u0641\u062D\u0629 \u0644\u0639\u0631\u0636 \u0627\u0644\u062A\u0631\u062C\u0645\u0629. \u064A\u0631\u062C\u0649 \u0645\u0644\u0627\u062D\u0638\u0629 \u0623\u0646 \u0628\u0639\u0636 \u0627\u0644\u0645\u0648\u0627\u0642\u0639 \u0642\u062F \u062A\u062D\u062A\u0627\u062C \u0625\u0644\u0649 \u062A\u062D\u062F\u064A\u062B \u0627\u0644\u0635\u0641\u062D\u0629 \u0623\u0648 \u0627\u0644\u0627\u0646\u062A\u0638\u0627\u0631 \u062D\u062A\u0649 \u064A\u062A\u0645 \u0627\u0644\u0627\u0646\u062A\u0647\u0627\u0621 \u0645\u0646 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0639\u0646\u062F \u062A\u0641\u0639\u064A\u0644 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0644\u0623\u0648\u0644 \u0645\u0631\u0629 \u0644\u0639\u0631\u0636 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u062B\u0646\u0627\u0626\u064A\u0629. (\u0628\u0627\u0644\u0625\u0636\u0627\u0641\u0629 \u0625\u0644\u0649 \u0630\u0644\u0643\u060C \u064A\u0645\u0643\u0646\u0643 \u0623\u064A\u0636\u064B\u0627 \u062A\u0641\u0639\u064A\u0644 / \u0625\u0644\u063A\u0627\u0621 \u062A\u0641\u0639\u064A\u0644 \u0644\u0648\u062D\u0629 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u063A\u0627\u0645\u0631\u0629 \u0645\u0646 \u0627\u0644\u0632\u0627\u0648\u064A\u0629 \u0627\u0644\u0639\u0644\u0648\u064A\u0629 \u0627\u0644\u064A\u0645\u0646\u0649 \u0628\u0639\u062F \u0641\u062A\u062D \u0645\u0648\u0642\u0639 \u0627\u0644\u0641\u064A\u062F\u064A\u0648)

\u064A\u062A\u0645 \u0627\u0644\u0622\u0646 \u062F\u0639\u0645 \u0627\u0633\u062A\u062E\u062F\u0627\u0645 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u062B\u0646\u0627\u0626\u064A\u0629 \u0639\u0644\u0649 \u0647\u0630\u0647 \u0627\u0644\u0645\u0648\u0627\u0642\u0639:",geminiWarning:"\u062A\u0646\u0628\u064A\u0647: \u0627\u0644\u062E\u062F\u0645\u0629 \u0627\u0644\u0645\u062C\u0627\u0646\u064A\u0629 \u0644\u0640 Gemini \u0627\u0644\u062A\u064A \u062A\u0642\u062F\u0645\u0647\u0627 Google \u0644\u0647\u0627 \u0642\u064A\u0648\u062F \u0635\u0627\u0631\u0645\u0629\u060C \u0642\u062F \u064A\u062D\u0643\u0645 Google \u0623\u0646 \u0627\u0644\u0645\u0633\u062A\u062E\u062F\u0645 \u064A\u0633\u062A\u062E\u062F\u0645 \u0645\u0641\u0627\u062A\u064A\u062D \u0645\u062A\u0639\u062F\u062F\u0629 \u0644\u062A\u062C\u0646\u0628 \u0642\u064A\u0648\u062F \u0627\u0644\u062D\u0635\u0629 \u0627\u0644\u0645\u062C\u0627\u0646\u064A\u0629 \u0627\u0644\u062E\u0627\u0635\u0629 \u0628\u0647\u0645\u060C \u0644\u0630\u0627 \u0644\u0627 \u064A\u064F\u0646\u0635\u062D \u0628\u0627\u0633\u062A\u062E\u062F\u0627\u0645\u0647\u0627\u060C \u064A\u064F\u0641\u0636\u0644 \u0627\u0644\u0627\u0646\u062A\u0638\u0627\u0631 \u062D\u062A\u0649 \u062A\u0641\u062A\u062D Google \u0648\u0627\u062C\u0647\u0629 \u0628\u0631\u0645\u062C\u0629 \u0627\u0644\u062A\u0637\u0628\u064A\u0642\u0627\u062A \u0627\u0644\u0645\u062F\u0641\u0648\u0639\u0629 \u0644\u0640 Gemini \u0641\u064A \u0627\u0644\u0645\u0633\u062A\u0642\u0628\u0644 \u0644\u0627\u0633\u062A\u062E\u062F\u0627\u0645\u0647\u0627.","floatBall.setting":"\u0625\u0639\u062F\u0627\u062F\u0627\u062A","floatBall.file":`\u062A\u0631\u062C\u0645\u0629 \u0645\u0644\u0641\u0627\u062A PDF\u060C EPUB\u060C SRT\u060C ASS\u060C HTML\u060C TXT`,"floatBall.translateToLanguage":"\u0627\u0646\u0642\u0631 \u0644\u0644\u062A\u0631\u062C\u0645\u0629 \u0625\u0644\u0649 {language}",changeToOnlyTempTranslationMode:"\u0642\u0645 \u0628\u0627\u0644\u062A\u0628\u062F\u064A\u0644 \u0625\u0644\u0649 \u0625\u0638\u0647\u0627\u0631 \u0627\u0644\u062A\u0631\u062C\u0645\u0627\u062A \u0641\u0642\u0637",changeToDualTempTranslationMode:"\u0627\u0644\u062A\u0628\u062F\u064A\u0644 \u0625\u0644\u0649 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u062B\u0646\u0627\u0626\u064A\u0629 \u0627\u0644\u0644\u063A\u0629","transitionMode.translation":"\u0641\u0642\u0637 \u0627\u0644\u0646\u0635 \u0627\u0644\u0645\u062A\u0631\u062C\u0645","options.navbar.translateFile":"\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0648\u062B\u0627\u0626\u0642","transitionMode.dual":"\u0645\u0642\u0627\u0628\u0644\u0629 \u062B\u0646\u0627\u0626\u064A\u0629 \u0627\u0644\u0644\u063A\u0629","options.navbar.installApp":"\u062A\u062B\u0628\u064A\u062A \u062A\u0637\u0628\u064A\u0642 \u0627\u0644\u0647\u0627\u062A\u0641 \u0627\u0644\u0645\u062D\u0645\u0648\u0644","transitionMode.inherit":"\u0645\u0639 \u0627\u0644\u062D\u0641\u0627\u0638 \u0639\u0644\u0649 \u0627\u0644\u062A\u0646\u0627\u0633\u0642 \u0645\u0639 \u0648\u0636\u0639 \u0639\u0631\u0636 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0627\u0641\u062A\u0631\u0627\u0636\u064A \u0644\u0644\u0646\u0638\u0627\u0645","subtitle.transitionMode":"\u0625\u0639\u062F\u0627\u062F\u0627\u062A \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0641\u0642\u0637 / \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u062B\u0646\u0627\u0626\u064A\u0629 \u0644\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0641\u064A\u062F\u064A\u0648","subtitle.transitionModeDescription":"\u0642\u0645 \u0628\u062A\u0639\u064A\u064A\u0646 \u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0641\u064A\u062F\u064A\u0648 \u0625\u0644\u0649 \u0627\u0644\u0646\u0635 \u0627\u0644\u0645\u062A\u0631\u062C\u0645 \u0641\u0642\u0637 \u0623\u0648 \u0645\u0642\u0627\u0631\u0646\u0629 \u0627\u0644\u0644\u063A\u062A\u064A\u0646",translateFileTooltip:`\u062A\u0631\u062C\u0645\u0629 \u0645\u0644\u0641\u0627\u062A PDF\u060C ePub\u060C srt\u060C ass\u060C HTML\u060C TXT`,"description.subtitlePrompt":`\u0641\u064A \u0633\u064A\u0627\u0642 \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u062A\u062D\u062A \u0627\u0644\u0634\u0627\u0634\u0629 \u0639\u0646\u062F \u0625\u0631\u0633\u0627\u0644 \u0639\u062F\u0629 \u0641\u0642\u0631\u0627\u062A\u060C \u064A\u062A\u0645 \u0625\u0631\u0633\u0627\u0644 \u0627\u0644\u062D\u0648\u0627\u0631 \u0625\u0644\u0649 {service} \u0628\u0627\u0633\u0645 \u0627\u0644\u0645\u0633\u062A\u062E\u062F\u0645\u060C \u062D\u064A\u062B {{from}} \u064A\u0645\u062B\u0644 \u0644\u063A\u0629 \u0627\u0644\u0641\u0642\u0631\u0629\u060C \u0648{{to}} \u064A\u0645\u062B\u0644 \u0627\u0644\u0644\u063A\u0629 \u0627\u0644\u0645\u0633\u062A\u0647\u062F\u0641\u0629\u060C \u0648{{yaml}} \u0647\u0648 \u0645\u062D\u062A\u0648\u0649 \u0627\u0644\u0641\u0642\u0631\u0629 \u0627\u0644\u0630\u064A \u0646\u0642\u0648\u0645 \u0628\u062A\u063A\u0644\u064A\u0641\u0647 \u0628\u062A\u0646\u0633\u064A\u0642 yaml\u060C \u0625\u0630\u0627 \u0643\u0627\u0646 \u0644\u062F\u064A\u0643 \u062D\u0627\u062C\u0629 \u0644\u062A\u062E\u0635\u064A\u0635 Prompt\u060C \u064A\u062C\u0628 \u0623\u0646 \u062A\u0636\u0645\u0646 \u0623\u0646 \u0643\u0644 \u0639\u0646\u0635\u0631 \u0641\u064A \u0646\u062A\u0627\u0626\u062C YAML \u0627\u0644\u062A\u064A \u064A\u0631\u062F \u0639\u0644\u064A\u0647\u0627 \u0627\u0644\u0630\u0643\u0627\u0621 \u0627\u0644\u0627\u0635\u0637\u0646\u0627\u0639\u064A \u064A\u062D\u062A\u0648\u064A \u0639\u0644\u0649 \u062D\u0642\u0644 {env.imt_sub_trans_field}\u060C {{imt_sub_trans_field}} \u0647\u0648 \u0627\u0633\u0645 \u0627\u0644\u062D\u0642\u0644 \u0627\u0644\u0630\u064A \u0646\u0631\u063A\u0628 \u0641\u064A \u0623\u0646 \u064A\u0631\u062F \u0639\u0644\u064A\u0647 \u0627\u0644\u0630\u0643\u0627\u0621 \u0627\u0644\u0627\u0635\u0637\u0646\u0627\u0639\u064A \u0628\u0627\u0644\u062A\u0631\u062C\u0645\u0629\u060C \u0627\u0644\u0627\u0641\u062A\u0631\u0627\u0636\u064A \u0647\u0648: {env.imt_sub_trans_field}\u060C {{imt_sub_source_field}} \u0647\u0648 \u0627\u0633\u0645 \u0627\u0644\u062D\u0642\u0644 \u0627\u0644\u0623\u0635\u0644\u064A \u0627\u0644\u0630\u064A \u0646\u0642\u062F\u0645\u0647 \u0644\u0644\u0630\u0643\u0627\u0621 \u0627\u0644\u0627\u0635\u0637\u0646\u0627\u0639\u064A\u060C \u0627\u0644\u0627\u0641\u062A\u0631\u0627\u0636\u064A \u0647\u0648: {env.imt_sub_source_field}\u060C \u0646\u062A\u064A\u062C\u0629 \u0627\u0644\u0639\u064A\u0646\u0629: @@ -5015,7 +5015,7 @@ ass\u060C HTML\u060C TXT`,"description.subtitlePrompt":`\u0641\u064A \u0633\u064 - id: 1 {env.imt_trans_field}: \u0627\u0644\u062A\u0631\u062C\u0645\u0629 - id: 2 - {env.imt_trans_field}: \u0627\u0644\u062A\u0631\u062C\u0645\u0629`,"translationServices.claude":"\u0643\u0644\u0648\u062F","subtitle.quickButton.setting":"\u0625\u0639\u062F\u0627\u062F\u0627\u062A","subtitle.quickButton.white":"\u0623\u0628\u064A\u0636","subtitle.quickButton.black":"\u0627\u0644\u0644\u0648\u0646 \u0627\u0644\u0623\u0633\u0648\u062F","subtitle.quickButton.yellow":"\u0627\u0644\u0644\u0648\u0646 \u0627\u0644\u0623\u0635\u0641\u0631","subtitle.quickButton.backgroundOpacity":"\u0634\u0641\u0627\u0641\u064A\u0629 \u0627\u0644\u062E\u0644\u0641\u064A\u0629","subtitle.quickButton.translationPositionBottom":"\u0623\u0633\u0641\u0644 \u0627\u0644\u0646\u0635 \u0627\u0644\u0623\u0635\u0644\u064A","subtitle.quickButton.backgroundColor":"\u0644\u0648\u0646 \u0627\u0644\u062E\u0644\u0641\u064A\u0629","subtitle.quickButton.cyan":"\u0627\u0644\u0644\u0648\u0646 \u0627\u0644\u0623\u0632\u0631\u0642","subtitle.quickButton.translationPosition":"\u0645\u0648\u0642\u0639 \u0627\u0644\u062A\u0631\u062C\u0645\u0629","subtitle.quickButton.magenta":"\u0627\u0644\u0644\u0648\u0646 \u0627\u0644\u0642\u0631\u0645\u0632\u064A","subtitle.quickButton.translationTextColor":"\u0644\u0648\u0646 \u062E\u0637 \u0627\u0644\u0646\u0635","subtitle.quickButton.red":"\u0627\u0644\u0644\u0648\u0646 \u0627\u0644\u0623\u062D\u0645\u0631","subtitle.quickButton.translationPositionTop":"\u0641\u064A \u0627\u0644\u062C\u0632\u0621 \u0627\u0644\u0639\u0644\u0648\u064A \u0645\u0646 \u0627\u0644\u0646\u0635 \u0627\u0644\u0623\u0635\u0644\u064A","subtitle.quickButton.sourceTextColor":"\u0644\u0648\u0646 \u0627\u0644\u062E\u0637 \u0627\u0644\u0623\u0635\u0644\u064A","subtitle.quickButton.green":"\u0627\u0644\u0644\u0648\u0646 \u0627\u0644\u0623\u062E\u0636\u0631","subtitle.quickButton.sourceFontSize":"\u062D\u062C\u0645 \u0627\u0644\u062E\u0637 \u0627\u0644\u0623\u0635\u0644\u064A","subtitle.quickButton.blue":"\u0627\u0644\u0644\u0648\u0646 \u0627\u0644\u0623\u0632\u0631\u0642","subtitle.quickButton.translationFontSize":"\u062D\u062C\u0645 \u062E\u0637 \u0627\u0644\u0646\u0635 \u0627\u0644\u0645\u062A\u0631\u062C\u0645",attachSubtitleTranslating:"\u0627\u0633\u062A\u062E\u062F\u0645 {service} \u0644\u0644\u062A\u0631\u062C\u0645\u0629...","error.claude.403":"\u0644\u0627 \u062A\u0648\u062C\u062F \u0635\u0644\u0627\u062D\u064A\u0629 \u0645\u0624\u0642\u062A\u0629 \u0644\u0644\u0648\u0635\u0648\u0644 \u0625\u0644\u0649 \u0627\u0644\u062E\u062F\u0645\u0629\u060C \u0642\u062F \u064A\u0643\u0648\u0646 \u0630\u0644\u0643 \u0645\u0631\u062A\u0628\u0637\u064B\u0627 \u0628\u0627\u0644\u0642\u064A\u0648\u062F \u0627\u0644\u062C\u063A\u0631\u0627\u0641\u064A\u0629 \u0644\u0640 Claude \u060C \u064A\u0645\u0643\u0646\u0643 \u0645\u062D\u0627\u0648\u0644\u0629 \u062A\u063A\u064A\u064A\u0631 \u0639\u0646\u0648\u0627\u0646 IP \u0627\u0644\u062E\u0627\u0635 \u0628\u0643 \u060C \u0623\u0648 \u0627\u0633\u062A\u062E\u062F\u0627\u0645 \u062E\u062F\u0645\u0627\u062A \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0623\u062E\u0631\u0649.","browser.brandDescriptionForSafari":"\u3010\u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u063A\u0627\u0645\u0631\u0629\u3011 \u0625\u0636\u0627\u0641\u0629 \u0645\u062C\u0627\u0646\u064A\u0629 \u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0635\u0641\u062D\u0627\u062A \u0627\u0644\u062B\u0646\u0627\u0626\u064A\u0629 \u0627\u0644\u0644\u063A\u0629 (\u0627\u0644\u0646\u0635 \u0627\u0644\u0623\u0635\u0644\u064A / \u0627\u0644\u062A\u0631\u062C\u0645\u0629)\u060C \u062A\u062F\u0639\u0645 \u0641\u064A \u0627\u0644\u0648\u0642\u062A \u0646\u0641\u0633\u0647 \u062A\u0631\u062C\u0645\u0629 PDF \u0648\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0643\u062A\u0628 \u0627\u0644\u0625\u0644\u0643\u062A\u0631\u0648\u0646\u064A\u0629 EPUB \u0645\u0639 \u0627\u0644\u062D\u0641\u0627\u0638 \u0639\u0644\u0649 \u062A\u0646\u0633\u064A\u0642 \u0627\u0644\u0648\u062B\u064A\u0642\u0629 \u0627\u0644\u0623\u0635\u0644\u064A\u0629\u060C \u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u062A\u0631\u062C\u0645\u0627\u062A \u0627\u0644\u062B\u0646\u0627\u0626\u064A\u0629 \u0627\u0644\u0644\u063A\u0629 \u0644\u0644\u0641\u064A\u062F\u064A\u0648\u0647\u0627\u062A \u0639\u0644\u0649 \u0627\u0644\u0625\u0646\u062A\u0631\u0646\u062A \u0645\u062B\u0644 Youtube/Netflix\u060C \u062A\u062F\u0639\u0645 \u062E\u062F\u0645\u0627\u062A \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0631\u0626\u064A\u0633\u064A\u0629 \u0645\u062B\u0644 Deepl/Google\u061B","browser.PdfProFile":"\u062A\u0631\u062C\u0645\u0629 PDF Pro \u0628\u062F\u0639\u0645 \u0645\u0646 \u0627\u0644\u0630\u0643\u0627\u0621 \u0627\u0644\u0627\u0635\u0637\u0646\u0627\u0639\u064A","browser.textTranslate":"\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0646\u0635"};var fh={nologin:"nicht eingeloggt",loginForSafari:"Anmelden oder Registrieren",login:"Anmelden, um eine Mitgliedschaft zu er\xF6ffnen",manageAccount:"Verwaltete Konten",openPremium:"Offene Mitgliedschaft",logout:"Abbrechen",curentPlan:"Aktuelle Pakete",endAt:"Verfallsdatum",endAuto:"automatische Erneuerung",lineBreakMaxTextCount:"Maximal zul\xE4ssige Anzahl von Zeichen pro Satz nach Zeilenumbr\xFCchen","translate-pdf":"Zum \xDCbersetzen PDF anklicken","noSupportTranslate-pdf":"Script nicht unterst\xFCtzt, bitte Plugin verwenden","translate-firefox-local-pdf":"Klicken Sie, um zu PDF importieren zu gelangen",enableLineBreak:"Automatischen Zeilenvorschub f\xFCr lange Abs\xE4tze aktivieren",sponsorLabel:"$1 Gesponserte Entwickler",help:"Hand",browserShortcutsNoteForFirefox:'Um die Verkn\xFCpfungen in Firefox zu \xE4ndern, m\xFCssen Sie die Seite f\xFCr die Verwaltung der Erweiterungen "about:addons" \xF6ffnen, dann auf "Einstellungen" und dann auf "Verkn\xFCpfungen verwalten" klicken, um die Verkn\xFCpfungen festzulegen.',browserShortcutsNoteForChrome:'Um Verkn\xFCpfungen in Chrome zu \xE4ndern, m\xFCssen Sie die Seite f\xFCr die Verwaltung von Erweiterungen \xF6ffnen, sie im Bereich "Verkn\xFCpfungen verwalten" festlegen (chrome://extensions/shortcuts) und auf die Schaltfl\xE4che unten klicken, um zur Seite f\xFCr die Verwaltung von Verkn\xFCpfungen zu gelangen.',browserShortcutsSucks:"Benutzerdefinierte Tastenkombinationen werden wie folgt formatiert (es erfolgt keine automatische Erkennung, bitte direkt eingeben)\uFF1A",enableLineBreakDescription:"Wenn diese Funktion aktiviert ist, werden in langen Abs\xE4tzen am Ende jedes Satzes Zeilenumbr\xFCche eingef\xFCgt, um die Lesbarkeit zu verbessern.","browser.shortBrandName":"Immersions\xFCbersetzung","browser.brandName":"Immersion Translation: Bilinguale Webseiten & PDF \xDCbersetzung","browser.brandDescription":"Bilingual web page translation, also supports PDF translation, bilingual Epub eBook translation, free to use.","browser.toggleTranslatePage":"Seite \xFCbersetzen/ Originaltext anzeigen","browser.toggleTranslateTheWholePage":"Alle Bereiche der Seite \xFCbersetzen/den Originaltext anzeigen","browser.toggleOnlyTransation":"Wechseln Sie in den Zweisprachen-/Nur-\xDCbersetzungsmodus","browser.toggleTranslateToThePageEndImmediately":"Sofortige \xDCbersetzung am Ende der Seite/Anzeige des Originaltextes","browser.toggleTranslateTheMainPage":"Den Hauptbereich der Seite \xFCbersetzen/den Originaltext anzeigen","browser.shareToDraft":"Zweisprachige Seiten teilen","browser.openOptionsPage":"\xD6ffnen Sie die Einstellungsseite","browser.toggleTranslationMask":"Translationsunsch\xE4rfe-Effekt ein-/ausblenden","browser.translateLocalPdfFile":"Lokale PDF-Dateien \xFCbersetzen","browser.openEbookViewer":"Lokale eBooks lesen","browser.openEbookBuilder":"Zweisprachige EPUB eBooks erstellen","browser.translateLocalHtmlFile":"HTML/Txt-Dateien \xFCbersetzen","browser.donateContext":"Erfahren Sie mehr \xFCber die Vorteile eines Sponsors","browser.translateLocalSubtitleFile":"Lokale Untertiteldateien \xFCbersetzen",confirmResetConfig:"Sind Sie sicher, dass Sie die Einstellungen zur\xFCcksetzen wollen?",translationLineBreakSettingTitle:"\xDCbersetzung Zeilenvorschubeinstellung",smartLineBreak:"Smart Line Feed (Berechnung)",alwaysLineBreak:"Immer Zeilenvorschub",isShowContextMenu:"Hinzuf\xFCgen \xFCbersetzter Seiten zu Rechtsklick-Men\xFCpunkten",toggleBeta:"Aktivieren von Beta-Testfunktionen",betaDescription:"Aktivieren Sie Funktionen, die noch experimentell sind, sowie einen \xDCbersetzungsdienst in der Beta-Phase. Treten Sie der <1>Telegram-Gruppe bei, um mehr zu erfahren.",translationLineBreakSettingDescription:"Bei Seiten mit wenig Inhalt sind die Zeilenumbr\xFCche immer ordentlich und \xFCbersichtlich. (Verwenden Sie intelligente Zeilenumbr\xFCche in langen, inhaltsreichen Abs\xE4tzen (mehr als{count}Zeichen), um Platz zu sparen).",tempTranslateDomainTitle:"Dauer des vor\xFCbergehenden Einschaltens der Website-\xDCbersetzung",tempTranslateDomainDescription:"Wenn Sie eine Webseite manuell \xFCbersetzen, schalten Sie die Website vor\xFCbergehend f\xFCr die automatische \xDCbersetzung ein, und Sie k\xF6nnen die vor\xFCbergehende Dauer festlegen.",xMinutes:"{count} Minuten",disabled:"die Verwendung von etw. untersagen",changelog:"Protokoll aktualisieren",toggleTranslatePageWhenThreeFingersOnTheScreen:"Gleichzeitiges Ber\xFChren des Bildschirms mit mehreren Fingern \xFCbersetzt Webseiten/zeigt den Originaltext an",toggleTranslationMaskWhenThreeFingersOnTheScreen:"Durch Ber\xFChren mit mehreren Fingern wird der Unsch\xE4rfeeffekt ein- und ausgeblendet.",fingerCountToToggleTranslagePageOnlyTranslationWhenTouching:"Wenn Sie mit mehreren Fingern gleichzeitig den Bildschirm ber\xFChren, wird die Webseite \xFCbersetzt (nur \xDCbersetzung) bzw. der Originaltext angezeigt.",addUrlDescription:"Kann ein Dom\xE4nenname sein und unterst\xFCtzt auch Wildcards, z. B.\uFF1A*.google.com, google.com/mail/*, https://www.google.com/*",general:"Grundeinstellungen",clickToExpandConfig:"Aktuelle Konfiguration erweitern",import:"Aus Datei importieren",export:"In Datei exportieren",toggleDebug:"Das Debug-Protokoll auf der Konsole ausgeben","fingers.0":"Klageschrift","fingers.2":"Zwei-Finger-Ber\xFChrung","fingers.3":"Drei-Finger-Ber\xFChrung","fingers.4":"Vier-Finger-Ber\xFChrung","fingers.5":"F\xFCnf-Finger-Ber\xFChrung",mouseHoldKey:"+ {key} \xDCbersetzen/Wiederherstellen des Absatzes",mouseHoldKeyAuto:"Direkte \xDCbersetzung des Absatzes",mouseHoldKeyOff:"Tun Sie nichts.",mouseHoldKeyOther:"Benutzerdefinierte Tastenkombinationen (Einstellungen \xF6ffnen)",mouseHoldKeyCustomKey:"{key} \xDCbersetzung/K\xFCrzung des Absatzes",mouseHoverHoldKey:"\xDCbersetzen Sie Abs\xE4tze, indem Sie die Tastenkombination dr\xFCcken, w\xE4hrend Sie mit der Maus dar\xFCber fahren.","mouse-translate":"Mauszeiger",document:"(Computer-)Datei",resetSuccess:"Alle Einstellungen erfolgreich zur\xFCcksetzen",resetThisSuccess:"Zur\xFCcksetzen erfolgreich",saved:"Erfolgreich speichern",successImportConfig:"Erfolgreich importierte Konfiguration",goAdvancedSettings:"Gehen Sie zur Seite Erweiterte Einstellungen",goAdvancedInterfaceSettings:"Gehen Sie zur Seite Erweiterte Anpassungseinstellungen",advanced:"Erweiterte Einstellungen",advancedDescription:"In der Regel sind keine Einstellungen erforderlich, belassen Sie es bei der Standardeinstellung. Nur f\xFCr spezialisiertere Benutzer sind mehr personalisierte Einstellungen verf\xFCgbar.",developer:"Einstellungen f\xFCr Entwickler",donateCafe:"Preise","translate to the bottom of the page":"Wird sie unmittelbar nach dem Betreten der Seite an das Ende der Seite \xFCbersetzt?",feedback:"Frage Feedback",toggleTranslatePage:"Seite \xFCbersetzen/ Originaltext anzeigen",translateToThePageEndImmediatelyDescription:"Wenn Sie die Funktion einschalten, wird der Inhalt sofort bei der Eingabe vom oberen zum unteren Rand der Seite \xFCbersetzt. Wenn Sie die Funktion ausschalten, wird der Inhalt w\xE4hrend des Lesens \xFCbersetzt. (Nicht empfohlen)","translate all areas of the page":"Ob alle Bereiche der Seite \xFCbersetzt werden sollen",translationAreaDescription:"Ist die Option aktiviert, werden alle Bereiche der gesamten Webseite \xFCbersetzt. Wenn Sie die Option ausschalten, wird die standardm\xE4\xDFige intelligente Erkennung verwendet und nur die Hauptbereiche werden \xFCbersetzt. (Es wird nicht empfohlen, diese Funktion einzuschalten)","the number of characters to be translated first":"\xDCbersetzen Sie direkt die ersten Zeichen der Seite, ohne zu warten, bis der Anzeigebereich angezeigt wird.","interface language":"Interface-Sprache","display both the original text and the translation":"Gleichzeitige Anzeige von Original und \xDCbersetzung","keyboard shortcuts":"Tastaturkurzbefehle",modify:"Tastenkombinationen \xE4ndern",reset:"reprovision",close:"Klageschrift",homepage:"Homepage",more:"mehr",moreOptions:"Erweitern Sie Ihre Anpassungsoptionen",translateTheWholePage:"Alle Bereiche der Seite \xFCbersetzen (im Gegensatz zu einer intelligenten Erkennung der Hauptbereiche)",changeToTranslateTheWholePage:"Umschalten auf die \xDCbersetzung aller Regionen",changeToTranslateTheMainPage:"Zum Hauptbereich \xDCbersetzen wechseln",changeToOnlyTranslationMode:"Umschalten, um nur \xDCbersetzungen anzuzeigen",changeToDualTranslationMode:"Umschalten auf zweisprachige \xDCbersetzung",translateToThePageEndImmediately:"Sofortige \xDCbersetzung an das Ende der Seite",translateTheMainPage:"Intelligente \xDCbersetzung Schl\xFCsselregionen","The local rules are up to date":"Die \xF6rtlichen Anpassungsvorschriften sind auf dem neuesten Stand.","Successfully synchronized with the latest official rules:":"Erfolgreich synchronisiert mit den neuesten offiziellen Anpassungsregeln.","Checking for updates":"Pr\xFCfen auf Aktualisierungen","Rules are being synchronized":"Anpassungsregeln werden synchronisiert",localVersionIsTooOld:"Die Version der lokalen Erweiterung ist zu alt. Bitte aktualisieren Sie die Erweiterung auf {minVersion} oder eine neuere Version, bevor Sie versuchen zu synchronisieren.",badUserscriptBrowser:"Der aktuelle Browser implementiert die Schnittstelle der Grease Monkey-Erweiterung nicht korrekt (z. B. um Informationen \xFCber die Versionsnummer des Grease Monkey-Skripts selbst zu erhalten). Bitte verwenden Sie andere Browser, die die <1>Grease Monkey-Erweiterung unterst\xFCtzen, wie z. B. Firefox.",foundNewVersion:"Entdecken Sie die neue Version",theLocalExtensionIsUpToUpdate:"Die aktuelle Erweiterung ist auf dem neuesten Stand.",failToSyncRules:"Fehlende Synchronisierung der neuesten Anpassungsregeln",retry:"Klicken Sie hier, um es erneut zu versuchen",failedReason:"Gr\xFCnde f\xFCr das Scheitern",currentRuleVersion:"Aktuelle Regelversion",calculating:"Berechnungen",unknownError:"unbekannter Fehler",canNotFetchRemoteRule:"Remote-Regeln k\xF6nnen nicht abgerufen werden",enableAlphaSuccess:"Alpha aktiviert",disableAlphaSuccess:"Die Alpha-Funktion wurde ausgeschaltet.",cacheSize:"Cache-Gr\xF6\xDFe\uFF1A",cleaning:"in Liquidation befindlich",cleanCache:"den Cache l\xF6schen",options:"aufstellen",about:"in Bezug auf",service:"Dolmetscherdienst",needAction:"(Gehe zu Einstellungen)",goSettings:"loslegen und einrichten",needActionForOptions:"(noch einzurichten)",translationEngine:"Motor Optionen",sourceLanguage:"Originalsprache",target:"Zielsprache",popupSourceLanguage:"Originalsprache",popupTarget:"Zielsprache",popupService:"Dolmetscherdienst",forThisSite:"Aktuelle Website",autoEnableSubtitle:"Automatisches \xD6ffnen von zweisprachigen Untertiteln",alwaysTranslate:"\xDCbersetzen Sie immer",neverTranslate:"Niemals \xFCbersetzen",alwaysTranslateSomeLanguage:"\xDCbersetzen Sie immer {language}",neverTranslateSomeLanguage:"Niemals \xFCbersetzen {language}",alwaysTranslateSomeSite:"\xDCbersetzen Sie immer {hostname}",neverTranslateSomeSite:"Niemals \xFCbersetzen {hostname}",alwaysTranslateSomeSiteOrWildSite:"\xDCbersetzen Sie immer die Website",alwaysTranslateSomePage:"\xDCbersetzen Sie die Seite immer",add:"erh\xF6hen.",default:"Standard (Einstellung)",forThisLanguage:"F\xFCr diese Sprache\uFF1A","add url":"URL eingeben",edit:"Compiler","translate other languages into specific language":"\xDCbersetzen Sie andere Sprachen in Ihre eingestellte Sprache","select translation service":"W\xE4hlen Sie einen \xDCbersetzungsdienst",language:"Mehrsprachigkeit","show-original":"Originaltext anzeigen",translate:"Rendering",Translated:"\xFCbersetzt",Translating:"in \xDCbersetzung",Error:"falsch",allowCacheTranslations:"Aktivieren Sie das lokale \xDCbersetzungscaching (um \xDCbersetzungsanfragen f\xFCr doppelte Passagen zu reduzieren)","translation display":"Anzeigestil der \xDCbersetzung","select diplay style":"Unterscheiden Sie die verschiedenen \xDCbersetzungsstile anhand der folgenden Beispiele",interface:"Interface-Einstellungen",import_export:"Import/Export",import_export_title:"Konfiguration importieren/exportieren",syncToGoogleDrive:"Jetzt mit Google Drive synchronisieren",floatBallOptions:"Hoverball-Einstellungen","floatBallOptions.enable":"Hoverball freischalten","floatBallOptions.blockUrls":"Website deaktivieren","floatBallOptions.add":"erh\xF6hen.","floatBallOptions.blockUrlDesc":"Schwebeb\xE4lle werden nicht angezeigt, wenn die folgenden Websites aufgerufen werden","floatBallOptions.clickType":"Klickverhalten","floatBallOptions.clickTypeDesc":"Verhalten des Hoverball-Symbols beim Anklicken","floatBallOptions.clickPopup":"\xDCbersetzungspanel anzeigen","floatBallOptions.clickTranslate":"\xDCbersetzung/Anzeige des Originaltextes","floatBallOptions.fixedPosition":"\u56FA\u5B9A\u4F4D\u7F6E","floatBallOptions.fixedPositionDesc":"\u60AC\u6D6E\u7403\u5728\u7A97\u53E3\u5DE6\u4FA7\u8FD8\u662F\u53F3\u4FA7","floatBallOptions.fixedPositionLeft":"\u5DE6\u4FA7","floatBallOptions.fixedPositionRight":"\u53F3\u4FA7",previewAllThemes:"Vorschau aller Stile","translationTheme.none":"nicht haben","translationTheme.grey":"dunkelgrau","translationTheme.dashed":"gepunktete Unterstreichung","translationTheme.dotted":"gepunkteter Unterstrich","translationTheme.dashedBorder":"gepunkteter Rand","translationTheme.solidBorder":"feste Umrandung","translationTheme.underline":"Unterstreichen Sie gerade Linien","translationTheme.mask":"Fuzzy-Effekte (Lernmodi)","translationTheme.opacity":"Transparenz-Effekt","translationTheme.paper":"Wei\xDFes Papier Schatteneffekt","translationTheme.dividingLine":"Trennungslinie","translationTheme.highlight":"hohe Helligkeit","translationTheme.marker":"Markierung (Lehnwort)","translationTheme.marker2":"Markierung 2","translationTheme.blockquote":"Referenzierungsstile","translationTheme.weakening":"Schw\xE4chung","translationTheme.italic":"Schr\xE4gschrift","translationTheme.bold":"eindicken","translationTheme.thinDashed":"d\xFCnne gepunktete Linie, Unterstrich","translationTheme.nativeDashed":"Das System ist mit einem gepunkteten Unterstrich versehen","translationTheme.nativeDotted":"System kommt mit gepunktetem Unterstrich","translationTheme.nativeUnderline":"Das System wird mit einer geraden Linie unterstrichen","translationTheme.wavy":"gewellte Linie","translationServices.custom":"Benutzerdefinierte API","translationServices.tencent":"Tencent \xDCbersetzer","translationServices.tenAlpha":"Tencent \xDCbersetzer (Alpha)","translationServices.google":"Google \xDCbersetzen","translationServices.bai":"Baidu (Alpha)","translationServices.baidu":"Baidu's \xDCbersetzung","translationServices.aliyun":"AliCloud \xDCbersetzung","translationServices.volc":"Vulkan\xFCbersetzung","translationServices.deeplx":"DeepLX (Beta)","translationServices.bing":"Microsoft \xDCbersetzen","translationServices.deepl":"DeepL","translationServices.wechat":"WeChat \xDCbersetzung","translationServices.azure":"Azure-\xDCbersetzung","translationServices.ibm":"IBM Watson","translationServices.aws":"Amazonas-\xDCbersetzung","translationServices.mock":"Simulierte \xDCbersetzung","translationServices.mock2":"Simulierte \xDCbersetzung 2","translationServices.caiyun":"lit. bunte Wolken und kleine \xDCbersetzungen","translationServices.cai":"Bunte Wolken (Alpha)","translationServices.volcAlpha":"Vulkan (Alpha)","translationServices.openl":"OpenL","translationServices.youdao":"Youtube-\xDCbersetzung","translationServices.you":"Youdao \xDCbersetzer (Alpha)","translationServices.transmart":"Tencent Interactive \xDCbersetzung","translationServices.niu":"Maverick Translator","translationServices.papago":"Papago \xDCbersetzung","translationServices.d":"D (Alpha)","translationServices.dpro":"D Pro (Kanarienvogel)","translationServices.openai":"OpenAI","translationServices.yandex":"Yandex","translationServices.chatgpt":"ChatGPT Web(3.5 mobil)","translate title":"Seitentitel \xFCbersetzen","always languages":"\xDCbersetzen Sie immer die Sprache",neverTranslateLanguagesLabel:"Die Sprache, die nie \xFCbersetzt werden wird",neverTranslateTheFollowingLanguagesDescription:"\xDCbersetzungen werden \xFCbersprungen, wenn ein Absatz auf der Seite in einer der folgenden Sprachen vorliegt",enableUserscriptPagePopup:"Schwebeball auf der Seite anzeigen",enableUserscriptPagePopupDescription:"Nachdem Sie den Hoverball ausgeschaltet haben, k\xF6nnen Sie ihn mit dem Shortcut /{touch}wieder aufrufen. Es wird dringend empfohlen, diese Einstellungsseite als Lesezeichen zu speichern, um zu verhindern, dass der Hoverball nach dem versehentlichen Ausschalten dieser Option nicht mehr gefunden wird!","always translate the following languages":"\xDCbersetzt automatisch in die Zielsprache, wenn die Seite in einer der folgenden Sprachen vorliegt","always sites":"Immer \xFCbersetzte Websites","always translate the following sites":"Websites werden automatisch in die Zielsprache \xFCbersetzt, wenn es sich um die Domainnamen von","never sites":"Nie \xFCbersetzte Website","never translate the following sites":"\xDCbersetzungen werden nicht durchgef\xFChrt, wenn die Website f\xFCr die folgenden Domains bestimmt ist","please refer to":"Sie m\xFCssen den Schl\xFCssel ausf\xFCllen, bevor Sie ihn verwenden k\xF6nnen.",KeyAndConfigurationTutorial:"Tutorial zur Anwendung und Konfiguration von Schl\xFCsseln",useAboveStyleForTheseSites:"Verwenden Sie immer den \xDCbersetzungsstil \u2308{theme}\u230B, wenn die Website f\xFCr die folgenden Domains bestimmt ist",currentUrl:"Aktuelle URL",confirm:"Speichern (einer Datei usw.) (Informatik)",cancel:"Stornierungen",delete:"entfernen","languages.auto":"automatische Erkennung",syncToCloud:"Mit Google Drive synchronisieren",syncToCloudDescription:"Die in die Cloud hochgeladene Konfiguration kann zwischen verschiedenen Browsern bzw. Grease-Monkey-Skripten synchronisiert werden, je nachdem, was zuletzt ge\xE4ndert wurde.",syncToAccount:"Synchronisierung mit der Immersive Translation Cloud",syncToAccountButton:"Sofortige Synchronisierung mit der Cloud",syncToAccountDescription:"Automatische Synchronisierung von Konfigurationen zwischen verschiedenen Ger\xE4ten, je nachdem, was zuletzt ge\xE4ndert wurde.",successSyncConfigInAccount:"Erfolgreiche Synchronisierung mit der Cloud",successSyncConfigToAccount:"Erfolgreiche Synchronisierung mit der Cloud",syncConfigNoUpdate:"Sie ist bereits auf dem neuesten Stand.",authFail:"Autorisierungsfehler",syncTitle:"Manuelles Backup-Management",import_hint:"importieren (Daten)",upload:"hochladen",revokeAuth:"eine Zulassung widerrufen",uploadFail:"Upload fehlgeschlagen",download:"Herunterladen von",importSuccess:"Erfolgreich importiert",importFail:"Importfehler",deleteFail:"L\xF6schen fehlgeschlagen",backupToCloud:"Manuelle Verwaltung von Sicherungsdateien",create_new_backup:"Einen neuen Sicherungsknoten hinzuf\xFCgen",maxBackupFiles:"Es k\xF6nnen bis zu{count}verschiedene Nodes gesichert werden, bitte l\xF6schen Sie die Nodes, die Sie nicht ben\xF6tigen.",backupToCloudDescription:"Manuelles Hochladen oder Wiederherstellen von Sicherungsdateien, wobei bis zu 3 verschiedene Sicherungen m\xF6glich sind",successSyncConfig:"Erfolgreiche Synchronisierung mit der Cloud",syncFail:"Synchronisationsfehler",updatedAt:"Aktualisiert von {date}",lastSyncedAt:"Zuletzt gepr\xFCft unter {date}",downloadFail:"Download fehlgeschlagen",clickToDownload:"Klicken Sie zum Herunterladen",aboutLabel:"\xDCber - Feedback","browser.openAboutPage":"\xDCber/Feedback",aboutLabelWithoutSponsor:"\xDCber - Feedback",aboutIntro:"M\xF6gen wir alle einen einfacheren und angenehmeren Zugang zu der riesigen Menge fremdsprachiger Informationen im Internet haben \u2764\uFE0F Sie k\xF6nnen Ihre <6>Pro-Mitgliedschaft aktivieren, um die sofort einsetzbaren DeepL und OpenAI-\xDCbersetzungen zu nutzen.

Sie k\xF6nnen uns auf <3>Twitter, <4>Telegram, Weibo, WeChat folgen oder <5>sich in unsere Mailingliste eintragen, um Updates zu erhalten.
<7>Pro-Mitglieder k\xF6nnen uns unter <8>support@immersivetranslate.com kontaktieren, um schnellen Kundenservice zu erhalten.",aboutIntroWithoutSponsor:"M\xF6gen wir alle einen leichteren und angenehmeren Zugang zu der enormen Menge an fremdsprachlichen Informationen haben, die im Internet zur Verf\xFCgung stehen \u2764\uFE0F

Sie k\xF6nnen uns auf <3>Twitter, im <4>Telegram-Kanal, auf WeChat und WeChat Exchange folgen oder <5>sich unten per <5>E-Mail f\xFCr Updates <5>anmelden.",projectHomepage:"Projekt Heimat",joinTelegramGroup:"Treten Sie der Benutzergruppe bei, um an Diskussionen \xFCber Funktionen teilzunehmen.",wechatPublicAccount:"WeChat \xD6ffentlich",wechatCommunities:"WeChat Austauschgruppe",qqCommunities:"QQ Kommunikationskanal",joinTelegramChannel:"Folgen Sie dem Telegram-Kanal f\xFCr aktuelle Updates",feedbackAndJoin:"Frage Feedback / Gruppe hinzuf\xFCgen",autoSync:"automatische Zeitsynchronisation",loadingThemeTitle:"Stil laden",loadingThemeDescription:"Einstellen des Stils beim Warten auf das Laden der \xDCbersetzung","loadingTheme.spinner":"Animation zum Drehen","loadingTheme.text":"etw. in statischer Schrift ","loadingTheme.none":"nicht gezeigt",developerDescription:"Die Dokumentation zur erweiterten Anpassung finden Sie <1>hier","edit border color":"\xC4ndern Sie die Farbe des Rahmens",successSyncButNoChange:"Die aktuelle Konfiguration ist mit der Cloud konsistent",customTheme:"Individuelle Farben und Gr\xF6\xDFen","customThemeLabel.borderColor":"Farbe der Umrandung","customThemeLabel.borderRadius":"Abgerundete Kanten","customThemeLabel.textColor":"Textfarbe","customThemeLabel.backgroundColor":"Hintergrundfarbe","customThemeLabel.zoom":"Skalierung der Schrift (%)","customThemeLabel.opacity":"Text-Opazit\xE4t (%)",resetToDefaultColor:"Wiederherstellung der Standardfarben",resetToDefaultSettings:"Wiederherstellen der Standardeinstellungen",isTranslateTitle:"\xDCbersetzung der Seitentitel aktivieren",isTranslateTitleDescription:"Beim \xD6ffnen wird der Seitentitel \xFCbersetzt",enableSearchEnhancement:"Erm\xF6glichung der zweisprachigen Erweiterung von Nachrichten",enableSearchEnhancementDescription:'Sobald diese Funktion aktiviert ist, werden die Suchergebnisse von "Google News" automatisch in der rechten Spalte der unterst\xFCtzten Websites (Google News, Google Search (einige Suchbegriffe), Snowball, Oriental Fortune, Futura, Tiger Community) f\xFCr die entsprechenden englischen Suchbegriffe angezeigt.',verifyService:"Klicken Sie hier, um den Dienst zu testen",verified:"Erfolg \xFCberpr\xFCfen","field.langs":"Unterst\xFCtzte Sprachcodes","field.model":"Modellierung","field.translationEngine":"\xDCbersetzungsmotor","field.limitPerMinute":"Maximale Anfragen pro Minute","field.limitPerSecond":"Maximale Anzahl von Anfragen pro Sekunde","field.maxTextLengthPerRequest":"Maximale Textl\xE4nge pro Anfrage","field.maxTextGroupLengthPerRequest":"Maximale Anzahl von Abs\xE4tzen pro Anfrage","field.apiUrl":"Adresse der benutzerdefinierten API-Schnittstelle","field.placeholderDelimiters":"reservierter Platzhalter","description.custom":"Benutzerdefinierte Schnittstelle Zugriff Dokumentation erforderlich","description.limitPerMinute":"Anfragen, die diese Grenze \xFCberschreiten, werden bis zum Beginn der n\xE4chsten Minute in eine Warteschlange gestellt. Aufgrund der verschiedenen Einschr\xE4nkungen von OpenAIs aktuellem Service, klicken Sie bitte <1>hier f\xFCr die neuesten vorgeschlagenen Werte","description.limitPerSecond":"Anfragen, die diese Grenze \xFCberschreiten, werden bis zum Beginn der n\xE4chsten Sekunde in eine Warteschlange gestellt. Aufgrund der verschiedenen Einschr\xE4nkungen von OpenAIs aktuellem Service, klicken Sie bitte <1>hier f\xFCr die neuesten vorgeschlagenen Werte","description.generalLimitPerSecond":"Anfragen, die diese Grenze \xFCberschreiten, werden bis zum Beginn der n\xE4chsten Sekunde in eine Warteschlange gestellt.","description.prompt":"Gespr\xE4che, die im Namen des Benutzers an {service} gesendet werden, wobei {{text}} den Textinhalt des Absatzes darstellt, {{from}} die Sprache des Absatzes und {{to}} die Zielsprache.","description.maxTextLengthPerRequest":"Die maximale Anzahl von Zeichen pro Anfrage ist zu gro\xDF, so dass die Schnittstelle langsam reagiert. Versuchen Sie daher, diese Option anzupassen, um die Geschwindigkeit zu optimieren.","description.systemPrompt":"Ein Dialog, der an OpenAI als System gesendet wird, wobei {{text}} den Textinhalt des Absatzes,{{from}} die Sprache des Absatzes und{{to}} die Zielsprache angibt.","field.domain":"Bereich","description.domain":"Der Standardwert ist\uFF1Ageneral. Kann nur gesetzt werden, wenn die Dom\xE4nen\xFCbersetzung in der Arima API-Konsole aktiviert ist, siehe <1>hier f\xFCr unterst\xFCtzte Dom\xE4nen","field.scene":"Nehmen Sie","description.scene":"Der Standardwert ist\uFF1Ageneral. Kann nur eingestellt werden, wenn die AliCloud-API-Konsole Machine Translation Pro \xF6ffnet, siehe <1>hier f\xFCr unterst\xFCtzte Szenarien","field.vocabId":"Benutzerw\xF6rterbuch-ID","description.vocabId":"Das angegebene W\xF6rterbuch out_id unterst\xFCtzt derzeit die \xDCbersetzung Englisch-Chinesisch.","description.model":"OpenAI-Modelle, z.B. gpt-3.5-turbo, gpt-4, etc.","description.maxTextGroupLengthPerRequest":"Die Anzahl der Abs\xE4tze, die gleichzeitig an den \xDCbersetzungsdienst gesendet werden. Wenn es zu viele Abs\xE4tze sind, kann dies dazu f\xFChren, dass die Schnittstelle langsamer reagiert.","description.apiUrl":"Bitte f\xFCgen Sie spezifische URLs mit Pfaden, <1>mehr Beschreibung",enabledExtension:"Aktivieren von Erweiterungen",clickToDisableExtension:"Klicken Sie hier, um Erweiterungen zu deaktivieren",clickToEnableExtension:"Klicken Sie, um Erweiterungen zu aktivieren",hasBeenDisabled:"deaktiviert","show password":"Passwort anzeigen",customContent:"Eingabe eines benutzerdefinierten Modellnamens",inputOptions:"Erweiterung des Eingabefeldes",mouseHoverOptions:"Mauszeiger",modifyMouseHoverKey:"Mauszeiger-Kurzbefehl \xE4ndern",enableInputTranslation:"Ob die Erweiterung des Eingabefeldes aktiviert werden soll",enableInputTranslationDescription:"Nach der Aktivierung geben Sie {startingKey}{startingKey} hallo direkt in das Eingabefeld ein und dr\xFCcken dann schnell{inputTrailingTriggerKeyRepeatTimes}mal{trailingKey}, um in {inputTargetLanguage}zu \xFCbersetzen.",enableInputTranslationDescriptionForNoneKey:"Nach der Aktivierung geben Sie\uFF1AHello World direkt in das Eingabefeld ein und dr\xFCcken dann schnell{inputTrailingTriggerKeyRepeatTimes}{trailingKey}, um in die Standardzielsprache zu \xFCbersetzen.",inputTargetLanguage:"Einstellung der Standard-Zielsprache f\xFCr Eingabefelder",inputTargetLanguageDescription:"Standard-Zielsprache f\xFCr die \xDCbersetzung von Eingabefeldern, d.h. {startingKey}{startingKey} als Standardsprache f\xFCr Triggerw\xF6rter",inputTargetLanguageDescriptionForNoneKey:"Standard-Zielsprache f\xFCr die \xDCbersetzung des Eingabefeldes",inputStartingTriggerKeyTitle:"Einstellung des Trennzeichens f\xFCr die Teil\xFCbersetzung des Eingabefeldes",inputStartingTriggerKeyDescription:"Wenn Sie nicht das gesamte Eingabefeld \xFCbersetzen m\xFCssen, k\xF6nnen Sie mit dem Splitter nur den Teil von {startingKey}{startingKey} bis zum Ende des Eingabefelds \xFCbersetzen, oder Sie k\xF6nnen den Sprachcode angeben, z. B.\uFF1A{startingKey}ja bedeutet, dass nur der Teil von {startingKey}ja bis zum Ende des Eingabefelds \xFCbersetzt wird.",inputStartingTriggerKeyDescriptionForNoneKey:'Die derzeitige Einstellung "kein Pr\xE4fix" wird nicht ben\xF6tigt, und die \xDCbersetzungsfunktion f\xFCr einige Texte im Eingabefeld ist derzeit nicht verf\xFCgbar.',inputTrailingTriggerKeyTitle:"W\xE4hlen Sie ein Ausl\xF6sezeichen f\xFCr das Ende eines Eintrags",inputTrailingTriggerKeyDescription:"3 schnelle Treffer{trailingKey} wird mit der \xDCbersetzung beginnen!",inputTrailingTriggerKeyTimeout:"Geben Sie die Zeit zwischen den Ausl\xF6sern f\xFCr das Ende des Kampfes ein.",inputTrailingTriggerKeyTimeoutDescription:"Legt die Zeit (in Millisekunden) zwischen den Combo-Triggern f\xFCr das Eingangsende fest",spaceKey:"<\u7A7A\u683C\u952E>",noneKey:"Direkte \xDCbersetzung des gesamten Textfeldes ohne Pr\xE4fixe",inputTranslationBlockUrlsTitle:"Aktivieren Sie die Eingabefelderweiterung in den folgenden URLs nicht",inputTranslationBlockUrlsDescription:"Die Erweiterungen der Eingabefelder funktionieren nicht bei den folgenden URLs",clickToSeeQuickDemo:"Klicken Sie hier, um das 30-Sekunden-Kurzanleitung-Video zu erweitern",inputHelperInfo:"Beschreibung\uFF1AWir haben die Tatsache optimiert, dass einige ausl\xF6sende Zeichen bei chinesischen Eingabemethoden zu chinesischen Satzzeichen werden, z. B. wird / bei der Sogou-Eingabemethode zu einem Dun-Zeichen, und Immersive Translator unterst\xFCtzt alle chinesischen Symbole, die den ausl\xF6senden Zeichen entsprechen, d. h. //,,, wird als ausl\xF6sendes Zeichen erkannt.

Wir unterst\xFCtzen auch chinesische Aliase f\xFCr Sprachcodes als Befehle, z.B. /Japanese Hello World wird ins Japanische \xFCbersetzt, <1>klicken Sie hier, um alle unterst\xFCtzten Sprachcodes zu sehen.",reloadCurrentPage:"Bitte aktualisieren Sie die aktuelle Seite, bevor Sie die \xDCbersetzung starten.",noLocalFilePermissionForPDF:"Sie haben keine Berechtigung, lokale Dateien zu lesen. Bitte klicken Sie auf die Schaltfl\xE4che oben und importieren Sie dann lokale Dateien.",noPermissionForThisPage:"\u26A0\uFE0F Keine Berechtigung zur \xDCbersetzung der aktuellen Seite",retryAllParagraphs:"Alle Fehlerpassagen erneut versuchen",retryAllButton:"Alle Fehlerpassagen erneut versuchen",errorTooltipTitle:"Klicken Sie, um die Ursache des Fehlers zu sehen",errorModalTitle:"Irgendetwas scheint mit dem \xDCbersetzungsdienst oder dem Netzwerk nicht in Ordnung zu sein...",disableConfirm:"Zweisprachige Information Enhancement Setting",disableOnce:"Diese Invalidit\xE4t",disableGlobal:"dauerhaft deaktivieren",disableTint:"* Sie k\xF6nnen sie unter {option} wieder aktivieren.",searchEnhancementNotes:'Wir haben festgestellt, dass die Nachrichtenergebnisse f\xFCr chinesische und englische Schl\xFCsselw\xF6rter sehr unterschiedlich sind. Nach der Aktivierung der Funktion "Immersive Translation Bilingual Information Enhancement" suchen wir f\xFCr Sie automatisch auf den unterst\xFCtzten Websites (Google News, Google Search (einige Schl\xFCsselw\xF6rter), Snowball, Oriental Wealth, Futura, Tiger) nach denselben Schl\xFCsselw\xF6rtern auf Englisch und zeigen sie auf der rechten Seite an. Sie k\xF6nnen diese Funktion deaktivieren, wenn Sie sie nicht ben\xF6tigen.',option:"aufstellen",saveSettings:"Einstellungen speichern",closeModal:"Fenster schlie\xDFen",enableInputTranslationWithoutTriggerKeyTitle:"Aktivieren Sie 3 Schnellzugriffe auf{trailingKey}, um das gesamte Eingabefeld direkt in{inputTargetLanguage}zu \xFCbersetzen.",enableInputTranslationWithoutTriggerKeyDescription:"Um die Zielsprache anzugeben, stellen Sie ihr den Sprachcode voran, z. B.\uFF1Aja Hello World",mouseHoverShortcutPlaceholder:"z.B.\uFF1AVerschiebung",deepLProName:"Immersive Translation Pro Mitglied (empfohlen)",deepLProDescription:"Das aktuelle Paket kann direkt verwendet werden",deeplProDescriptionForNormal:"Keine Einrichtung erforderlich, Mitglieder k\xF6nnen es nach der Anmeldung nutzen, <1>klicken Sie hier, um Mitglied zu werden",deepLCustomDescription:"Ausl\xE4ndische Kreditkarte erforderlich, offiziell er\xF6ffnet unter <1>DeepL, klicken Sie f\xFCr die <2>Dokumentation",deepLCustomName:"Benutzerdefinierter Authentifizierungsschl\xFCssel",chooseProviderLabel:"W\xE4hlen Sie einen Dienstanbieter",openaiProName:"Immersive Translation Pro Mitglied (empfohlen)",openaiProDescription:"Das aktuelle Paket kann direkt verwendet werden",openaiProDescriptionForNormal:"Keine Einrichtung erforderlich, Mitglieder k\xF6nnen es nach der Anmeldung nutzen, <1>klicken Sie hier, um Mitglied zu werden",openaiCustomDescription:"Verf\xFCgbar auf OpenAI, Azure OpenAI oder anderen Diensten von Drittanbietern, <1>klicken Sie hier f\xFCr die Dokumentation",openaiCustomName:"Benutzerdefinierter API-Schl\xFCssel",needLoginAction:"(Offene Mitgliedschaft oder Anpassung)",goLoginOrAction:"(\xD6ffnen Sie eine Mitgliedschaft oder gehen Sie zu den Einstellungen)",yearly:"eine fortlaufende j\xE4hrliche Zahlung leisten",quarterly:"sequenzieller Umschlag",monthly:"Monatsabonnement",yearlyForOnce:"Einmaliges Jahrespaket",monthlyForOnce:"Einmaliges Monatspaket",daily:"aufeinanderfolgende Pakettage",year:"eine fortlaufende j\xE4hrliche Zahlung leisten",quarter:"sequenzieller Umschlag",month:"Monatsabonnement",day:"aufeinanderfolgende Pakettage",onetime_7day:"7-Tage-Erlebnispaket",currentPlanDescriptionForFree:"Aktuelle Pakete\uFF1AKostenlos",currentPlanDescriptionForContinuous:"Das aktuelle Paket\uFF1A{plan}wird automatisch auf {endAt} verl\xE4ngert.",currentPlanDescriptionForAutoRenewCaceling:"Das aktuelle Paket\uFF1A{plan}l\xE4uft auf {endAt} aus und wird nach Ablauf nicht automatisch verl\xE4ngert.",currentYearlyPlanDescriptionForAutoRenewCacelingWithRealPaiedUser:"Das aktuelle Paket,\uFF1A{plan}, l\xE4uft am {endAt} aus und wird nach Ablauf nicht automatisch verl\xE4ngert.
<1>Klicken Sie hier, um Ihren Verl\xE4ngerungsplan zu verwalten",currentYearlyPlanDescriptionForAutoRenewCacelingWithAdmin:"Das aktuelle Paket\uFF1A{plan}l\xE4uft auf {endAt} aus und wird nach Ablauf nicht automatisch verl\xE4ngert.
<1>Klicken Sie hier, um ein fortlaufendes Jahresabonnement zu aktivieren",currentPlanDescriptionForOneTime:"Das aktuelle Abonnement\uFF1A{plan}l\xE4uft auf {endAt} aus. <1>Klicken Sie hier, um eine j\xE4hrliche oder <2>monatliche Mitgliedschaft zu <1>erwerben.",upgradePlan:"Klicken Sie hier f\xFCr ein Upgrade auf die Pro-Mitgliedschaft",upgradeToPro:"Upgrade auf Pro-Mitgliedschaft","popup.openPro":"Upgraden Sie auf die Pro-Mitgliedschaft, um DeepL und OpenAI-\xDCbersetzung zu genie\xDFen. Klicken Sie hier, um upzugraden!","popup.openProForPro":"Sie sind ein Pro-Mitglied mit direktem Zugang zu DeepL und OpenAI \xDCbersetzungen!",currentAccount:"laufendes Konto",enableAutoSyncUserSettings:"Aktivieren Sie die automatische Cloud-Synchronisierung \xFCber mehrere Ger\xE4te hinweg",modalEnableInputTranslationTitle:"Immersive Translation Eingabefeld Translation Alerts",modalEnableInputTranslationDesc:"Sie haben soeben die \xDCbersetzung des Eingabefeldes von Immersive Translation ausgel\xF6st, indem Sie dreimal kurz hintereinander die Leertaste gedr\xFCckt haben, und der Inhalt des Eingabefeldes wird in die Standardzielsprache \xFCbersetzt. Die \xDCbersetzung kann mit Strg+Z r\xFCckg\xE4ngig gemacht werden.

Sollte dies ein Fehler gewesen sein, k\xF6nnen Sie die \xDCbersetzung des Eingabefeldes entweder deaktivieren oder dauerhaft abschalten.",saveAndNotShowAgain:"Speichern und Beenden der Eingabeaufforderung",disableInputTranslationTips:"* Sie k\xF6nnen auch andere Tastenkombinationen f\xFCr die Ausl\xF6sung in {option} ,{learnMore}festlegen.",learnMore:"Klicken Sie hier, um mehr zu erfahren",continueEnalbeInputTranslation:"Fortfahren, um die \xDCbersetzung von Eingabefeldern zu aktivieren",autoRenewTrialSuffix:'(Aufwird die Testversion sofort zur Vollmitgliedschaft aufgewertet)',upgradeFromTrialTitle:"Upgrade zum Vollmitglied",subtitle:"Video-Untertitelung",youtubeService:"Immersions\xFCbersetzung Videountertitelung \xDCbersetzungsdienste","subtitle.disabledSubtitle":"Dauerhaftes Deaktivieren der Video-Untertitelfunktion","subtitle.disabledSubtitleDescription":"Wenn Immersive Translator's Video Subtitles mit anderen Erweiterungen in Konflikt steht, k\xF6nnen Sie die Funktion von Immersive Translator's Video Subtitles dauerhaft deaktivieren oder andere in Konflikt stehende Erweiterungen deinstallieren","subtitle.autoEnableSubtitle":"Automatische Verwendung von zweisprachigen Untertiteln","subtitle.autoEnableSubtitleDescription":"Nach der Aktivierung werden beim Abspielen eines Videos automatisch zweisprachige Untertitel angezeigt, sonst m\xFCssen Sie auf die \xDCbersetzungsschaltfl\xE4che klicken, um sie anzuzeigen.","subtitle.preTranslation":"\xDCbersetzen von Untertiteln mit immersiver \xDCbersetzung","subtitle.preTranslationDescription":"Wenn diese Option aktiviert ist, wird der gesamte Untertitel mit Hilfe des unten angegebenen \xDCbersetzungsdienstes vor\xFCbersetzt. F\xFCr ein einst\xFCndiges Video werden etwa 50.000 Token oder Zeichen ben\xF6tigt, die Sie bitte nach eigenem Ermessen verwenden.","subtitle.humanSubtitlesPreferred":"Vorrangige Verwendung von Untertiteln f\xFCr Menschen","subtitle.humanSubtitlesPreferredDescription":"Bevorzugen Sie die Verwendung von menschlichen Untertiteln, wenn das Video menschliche Untertitel in der Zielsprache hat (empfohlen)",videoSubtitleTranslationDescription:"Beauftragen Sie einen separaten \xDCbersetzungsdienst f\xFCr Videountertitel",subtitleTranslating:"Bitte warten Sie, w\xE4hrend die Untertitel \xFCber den Dienst {service} \xFCbersetzt werden... (Immersions\xFCbersetzung)",subtitleLoading:"Laden von Untertiteln...",bilingual:"Zweisprachigkeit","field.action":"Ob Baidu-Terminologie aktiviert werden soll","description.action":"Wenn diese Funktion aktiviert ist, wird der Anfrage ein Parameter action=1 hinzugef\xFCgt, um Baidu \xFCber den aktivierten Begriff zu informieren. <1>Weitere Informationen finden Sie in der offiziellen Dokumentation.",closeQuickTranslation:"Hoverball schlie\xDFen","closeQuickTranslation.untilNext":"Diesmal geschlossen bis zum n\xE4chsten Besuch","closeQuickTranslation.currentWebsite":"Aktuelle Seite deaktiviert","closeQuickTranslation.alwaysClose":"dauerhaft deaktivieren","closeQuickTranslation.settingOpen":"(kann auf der <1>Einstellungsseite aktiviert werden)","closeQuickTranslation.cancel":"Stornierungen","closeQuickTranslation.confirm":"definieren.","floatBall.popup":"\xD6ffnen Sie das Panel Schnelleinstellungen","floatBall.translate":"Klicken Sie, um die Seite zu \xFCbersetzen","floatBall.showOriginal":"Klicken Sie, um zum Originalartikel zur\xFCckzukehren","floatBall.close":"Hoverball schlie\xDFen","floatBallOptions.enableDescPc":"Nach dem Aktivieren des Hoverballs wird auf der rechten Seite der Seite eine Schaltfl\xE4che f\xFCr die Schnell\xFCbersetzung angezeigt. Klicken Sie darauf, um zu \xFCbersetzen!","floatBallOptions.enableDesc":"Nachdem Sie den Hoverball ausgeschaltet haben, k\xF6nnen Sie ihn mit{touch}wieder aufrufen. Es wird dringend empfohlen, diese Einstellungsseite als Lesezeichen zu speichern, falls Sie den Hoverball nicht mehr finden k\xF6nnen, nachdem Sie diese Option versehentlich ausgeschaltet haben!","description.azureApiUrl":"Geben Sie die Adresse der benutzerdefinierten API-Schnittstelle ein",confirmSupportMouse:"Aktivierung der Mausunterst\xFCtzung erzwingen",confirmSupportMouseDescription:"Es wurde festgestellt, dass der aktuelle Browser die Mausfunktion nicht unterst\xFCtzt. Ist es notwendig, die Mausunterst\xFCtzung zu aktivieren?",sampleTargetText:"Die lange Nacht wird kommen, und ich werde von heute an bis zu meinem Tod Wache halten. Ich werde keine Frau nehmen, ich werde kein Lehen machen, ich werde keine Kinder haben. Ich werde keine Krone tragen, ich werde nicht nach Ehre streben. Ich werde meine Pflicht tun und leben und sterben.",sampleSourceText:"Night gathers, and now my watch begins. It shall not end until my death. I shall take no wife, hold no lands, father no children. I shall wear no crowns and win no glory. I shall live and die at my post.","subtitle.supportedSites":"\u5DF2\u652F\u6301\u5728\u8FD9\u4E9B\u7F51\u7AD9\u4F7F\u7528\u53CC\u8BED\u5B57\u5E55\uFF08\u6CE8\u610F\uFF1A\u7531\u4E8E\u6280\u672F\u9650\u5236\uFF0C\u90E8\u5206\u7F51\u7AD9\u5728\u9996\u6B21\u5F00\u542F\u5B57\u5E55\u540E\u9700\u8981\u91CD\u65B0\u5237\u65B0\u9875\u9762\uFF0C\u6216\u8005\u9700\u7B49\u5F85\u7FFB\u8BD1\u5B8C\u6210\u4EE5\u663E\u793A\u53CC\u8BED\u5B57\u5E55\uFF09\uFF1A",viewWithImmersiveTranslate:"\u53CC\u8BED\u7248\u672C(\u6C89\u6D78\u5F0F\u7FFB\u8BD1)",errorReason:"\u9519\u8BEF\u539F\u56E0\uFF1A{message}","proQuotaExceededError.onetime7day":'\uFF0C\u60A8\u53EF\u4EE5\u9009\u62E9\u4EE5\u4E0B\u65B9\u5F0F\u89E3\u51B3\uFF1A

1. \u5207\u6362\u5230 {anotherService} \u6216\u5176\u4ED6\u7FFB\u8BD1\u670D\u52A1
2. \u5347\u7EA7\u4E3A\u6708\u5EA6/\u5E74\u5EA6\u4F1A\u5458',"proQuotaExceededError.trial":'\uFF0C\u60A8\u53EF\u4EE5\u9009\u62E9\u4EE5\u4E0B\u65B9\u5F0F\u89E3\u51B3\uFF1A

1. \u5207\u6362\u5230 {anotherService} \u6216\u5176\u4ED6\u7FFB\u8BD1\u670D\u52A1
2. \u7ACB\u523B\u5347\u7EA7\u4E3A\u6B63\u5F0F\u4F1A\u5458',"proQuotaExceededError.nonTrial":'\uFF0C\u60A8\u53EF\u4EE5\u9009\u62E9\u4EE5\u4E0B\u65B9\u5F0F\u89E3\u51B3\uFF1A

1. \u5207\u6362\u5230 {anotherService} \u6216\u5176\u4ED6\u7FFB\u8BD1\u670D\u52A1
2. \u8D2D\u4E70 {translationService} \u989D\u5916\u6D41\u91CF\u5305',"proQuotaExceededError.resetTime":"
3. \u989D\u5EA6\u91CD\u7F6E\u65F6\u95F4\uFF1A{resetTime}","desc.touchShortcutsToggleTranslatePageOnlyTranslation":'"Nur \xDCbersetzung" bedeutet, dass nur die \xDCbersetzung angezeigt wird. Wenn eine Webseite noch nicht \xFCbersetzt wurde, wird der Modus gewechselt und \xFCbersetzt.',"desc.toggleOnlyTransation":'"Nur \xDCbersetzungsmodus" bedeutet, dass nur die \xDCbersetzung angezeigt wird. Wenn eine Webseite noch nicht \xFCbersetzt wurde, wird der Modus gewechselt und \xFCbersetzt.',touchShortcutsToggleTranslatePageOnlyTranslation:"Einstellen von Touchscreen-Gesten zum Wechseln zwischen Zweisprachig/Nur \xDCbersetzung Modus",download_started:"Der Download hat bereits begonnen, wenn er nicht automatisch heruntergeladen wird, klicken Sie bitte manuell.",here:"Hier","desc.toggleVideoSubtitlePreTranslation":"Nach dem Dr\xFCcken werden die zweisprachigen Untertitel des Videos vorrangig mit den Einstellungen der immersiven \xDCbersetzung verwendet. Wenn Sie erneut dr\xFCcken, werden vorrangig die maschinell \xFCbersetzten Untertitel des Originalvideos verwendet. Bitte beachten Sie: Diese Verkn\xFCpfung \xE4ndert die globalen Einstellungen.",videoSubtitlePreTranslationOn:"Videountertitel werden vorrangig mit immersiver \xDCbersetzung verwendet.",videoSubtitlePreTranslationOff:"Videounteritel werden vorrangig die maschinell \xFCbersetzten Untertitel des Originalvideos verwenden.",translationFont:"Schriftart einstellen","translationFont.custom":"Geben Sie benutzerdefinierte Schriftarten ein","translationFont.customPlaceholder":"Schriftart","translationFont.notSupportErrorMessage":"Bitte \xFCberpr\xFCfen Sie, ob der von Ihnen eingegebene Schriftartname korrekt ist, oder best\xE4tigen Sie, dass diese Schriftart bereits auf Ihrem Ger\xE4t installiert ist.","touch.mouse-translate":"\xDCbersetzen Sie den angegebenen Absatz.","translationServices.inherit":"Folgen Sie dem Haupt\xFCbersetzungsdienst","error.serveConfigError":"Dienstkonfigurationsfehler","error.reloadPageOfSetting":"Nach der Konfiguration, bitte aktualisieren Sie die Seite und \xFCbersetzen Sie erneut.","error.googleLimitIp":"Der Service gibt einen Fehler zur\xFCck, Google-Dienste haben die IP-Adresse gedrosselt, es wird empfohlen, den Netzwerkknoten zu wechseln.","error.openAIFreeLimit":"Der Service gibt einen Fehler zur\xFCck, die aktuelle \xDCbersetzungsanforderungsrate hat das Limit von maximal 3 Mal pro Minute erreicht, bitte versuchen Sie es sp\xE4ter erneut. (Dies ist eine Beschr\xE4nkung von OpenAI f\xFCr kostenlose API-Schl\xFCssel. Um diese Beschr\xE4nkung aufzuheben, binden Sie bitte eine Kreditkarte im OpenAI-Backend.)","error.openAIExceededQuota":"Dienst gibt Fehler zur\xFCck: Ihr aktuelles OpenAI-Konto hat nicht gen\xFCgend Guthaben. Bitte laden Sie Ihr Konto auf oder verkn\xFCpfen Sie eine Kreditkarte im offiziellen OpenAI-Backend.","error.429":"Der Service gibt einen Fehler zur\xFCck, was darauf hinweist, dass die Anfragen zu h\xE4ufig sind oder das Limit \xFCberschritten wurde. Bitte versuchen Sie es sp\xE4ter erneut.","error.403":"Der Service gibt einen Fehler zur\xFCck, vor\xFCbergehend besteht keine Berechtigung zum Zugriff auf diesen Service.","error.400":"Der Service gibt einen Fehler zur\xFCck, die Anforderungsparameter sind falsch, bitte \xFCberpr\xFCfen Sie die entsprechende Konfiguration.","error.502":"Der Service gibt einen Fehler zur\xFCck, der Service ist zeitlich \xFCberschritten, bitte versuchen Sie es sp\xE4ter erneut.","error.proTokenInvalid":"Wenn Sie ein Pro-Benutzer sind, melden Sie sich bitte an, bevor Sie den Pro-\xDCbersetzungsdienst nutzen.","error.proUpgrade":"Nach dem Upgrade, bitte aktualisieren Sie die Seite und \xFCbersetzen Sie erneut.","error.configError":"Konfigurationsdaten sind abnormal","error.goReset":"Zur\xFCcksetzen",batchEdit:"Massenoperation","translationModeLang.translation.title":"Nur \xDCbersetzungsmodus Sprache","translationModeLang.translation.description":"Wenn die Seitensprache eine der folgenden Sprachen ist, wird automatisch nur der \xDCbersetzungsmodus verwendet.","translationModeUrl.translation.title":"Nur \xDCbersetzungsmodus-Webadresse","translationModeUrl.translation.description":"Wenn die Website die folgenden Domains hat, wird automatisch nur der \xDCbersetzungsmodus verwendet.","error.serveUnavailable":"Der von Ihnen derzeit verwendete [{serverName}] Dienst ist aufgrund von Netzwerkverbindungsproblemen oder Problemen mit dem Dienstanbieter vor\xFCbergehend nicht erreichbar. Wir empfehlen Ihnen, die Seite zu aktualisieren oder \xFCber <1>Einstellungen einen anderen \xDCbersetzungsdienst auszuw\xE4hlen. Wenn Sie ein <2>Pro-Mitglied sind, k\xF6nnen Sie den stabileren DeepL oder OpenAI \xDCbersetzungsdienst nutzen (<3>klicken Sie hier, um es kostenlos auszuprobieren). Dar\xFCber hinaus sollten Sie m\xF6glicherweise Ihre Netzwerk- oder Proxy-Einstellungen \xFCberpr\xFCfen.",detectServiceLoading:"\xDCberpr\xFCfung der verf\xFCgbaren \xDCbersetzungsdienste...",toggleToService:"Wechseln Sie zu {service} und versuchen Sie es erneut.","error.gemini.429":"Der aktuelle Gemini-Dienst hat seine maximale Kapazit\xE4t erreicht. Bitte versuchen Sie es sp\xE4ter erneut oder wechseln Sie zu einem anderen \xDCbersetzungsdienst.",enableSentryReport:"Wenn ein Fehler bei der Erweiterung auftritt, senden Sie Feedback mit Sentry.","translationServices.gemini":"Zwillinge","widget.translateFile":"PDF/ePub","error.reason":"Fehlergrund","floatBall.iKnow":"Ich wei\xDF.",goLogin:"Anmelden gehen","error.retry":"Wiederholen",touchShortcutsOff:"schlie\xDFen",pickAll:"Alles ausw\xE4hlen",notLogin:"Nicht angemeldet","slide.left":"Nach rechts wischen",loggedIn:"Eingeloggt","slide.right":"Nach links wischen",shortcutSettingsTitle:"Tastenkombination Einstellungen","tagsInput.add":"+ Hinzuf\xFCgen","subtitle.bilingual":"Zweisprachige Untertitel","multipleClick.2":"Doppelklick","shortcutGroup.touch":"Gesten speziell f\xFCr Touchscreens",alwaysTranslateThisSite:"Immer diese Website \xFCbersetzen",buildSnapshots:"Erstellen Sie ein Webseiten-Snapshot",networkError:"\xDCbersetzungsdienst oder Netzwerk hat ein Problem",neverTranslateThisSite:"\xDCbersetzen Sie diese Website niemals",translationOnlyMode:"Nur \xDCbersetzungsmodus","subtitle.hideQuickButton":"Nicht mehr diese Verkn\xFCpfung anzeigen","subtitle.showQuickButton":"Im Player werden Untertitel in zwei Sprachen angezeigt.","multipleClick.3":"Dreifachschlag","intro.subtitleTitle":"Online-Video-Zweisprachige Untertitelanzeige","shortcutGroup.main":"H\xE4ufig verwendete Funktionstastenkombinationen",temprarilyChangeTranslationTo_openai:"Verwendet OpenAI zum \xDCbersetzen der aktuellen Seite",shortcutSettings:"Tastenkombination","shortcutGroup.others":"Mehr benutzerdefinierte Funktionstastenkombinationen","intro.floatBallTitle":"Schnelle \xDCbersetzung Schwebekugel","widget.videoSubtitle":"Videountertitel",contact:"Kontaktieren Sie uns",mouseHoverCustomKeyTitle:"Benutzerdefinierte Maus-Hover-Tastenkombination",temprarilyChangeTranslationTo_gemini:"Verwenden von Gemini, um die aktuelle Seite zu \xFCbersetzen","browser.translateInputBox":"\xDCbersetzen Sie den aktuellen Inhalt des Eingabefelds.","multipleClick.4":"Vierfachschlag","browser.translateWithDeepL":"Vor\xFCbergehende Verwendung von DeepL zur \xDCbersetzung der aktuellen Seite",notLoginPro:"Sie haben sich noch nicht in Ihr Mitgliedskonto eingeloggt.",touchShortcutsToggleTranslateTouchElement:"Einstellen von Touchscreen-Gesten zum \xDCbersetzen bestimmter Abs\xE4tze","widget.instructionTooltip":"Anleitung anzeigen","browser.translateWithTransmart":"Verwenden Sie vor\xFCbergehend Tencent, um die aktuelle Seite zu \xFCbersetzen.",temprarilyChangeTranslationTo_google:"Verwenden Sie Google \xDCbersetzer, um diese Seite zu \xFCbersetzen.","shortcutGroup.shortcutsForTranslationServices":"\xDCbersetzungsdienst verwandte Tastenkombinationen",temprarilyChangeTranslationTo_deepl:"Verwenden von DeepL, um die aktuelle Seite zu \xFCbersetzen.","widget.instruction":"Gebrauchsanweisung","browser.translateWithOpenAI":"Vor\xFCbergehende Verwendung von OpenAI zum \xDCbersetzen der aktuellen Seite","intro.hoverTitle":"\xDCbersetzen Sie den aktuellen Absatz, indem Sie die Maus dar\xFCber schweben lassen.","browser.toggleMouseHoverTranslateDirectly":"Auf der Seite das direkte \xDCbersetzen durch Mouseover tempor\xE4r aktivieren oder deaktivieren","floatBall.longPress":"Durch langes Dr\xFCcken k\xF6nnen Sie das Einstellungsmen\xFC schnell \xF6ffnen.",temprarilyChangeTranslationTo_transmart:"Verwendet gerade Tencent \xDCbersetzung f\xFCr die aktuelle Seite.","floatBall.guideClickToTranslate":`Klicken Sie auf die immersive \xDCbersetzungsschwebekugel + {env.imt_trans_field}: \u0627\u0644\u062A\u0631\u062C\u0645\u0629`,"translationServices.claude":"\u0643\u0644\u0648\u062F","subtitle.quickButton.setting":"\u0625\u0639\u062F\u0627\u062F\u0627\u062A","subtitle.quickButton.white":"\u0623\u0628\u064A\u0636","subtitle.quickButton.black":"\u0627\u0644\u0644\u0648\u0646 \u0627\u0644\u0623\u0633\u0648\u062F","subtitle.quickButton.yellow":"\u0627\u0644\u0644\u0648\u0646 \u0627\u0644\u0623\u0635\u0641\u0631","subtitle.quickButton.backgroundOpacity":"\u0634\u0641\u0627\u0641\u064A\u0629 \u0627\u0644\u062E\u0644\u0641\u064A\u0629","subtitle.quickButton.translationPositionBottom":"\u0623\u0633\u0641\u0644 \u0627\u0644\u0646\u0635 \u0627\u0644\u0623\u0635\u0644\u064A","subtitle.quickButton.backgroundColor":"\u0644\u0648\u0646 \u0627\u0644\u062E\u0644\u0641\u064A\u0629","subtitle.quickButton.cyan":"\u0627\u0644\u0644\u0648\u0646 \u0627\u0644\u0623\u0632\u0631\u0642","subtitle.quickButton.translationPosition":"\u0645\u0648\u0642\u0639 \u0627\u0644\u062A\u0631\u062C\u0645\u0629","subtitle.quickButton.magenta":"\u0627\u0644\u0644\u0648\u0646 \u0627\u0644\u0642\u0631\u0645\u0632\u064A","subtitle.quickButton.translationTextColor":"\u0644\u0648\u0646 \u062E\u0637 \u0627\u0644\u0646\u0635","subtitle.quickButton.red":"\u0627\u0644\u0644\u0648\u0646 \u0627\u0644\u0623\u062D\u0645\u0631","subtitle.quickButton.translationPositionTop":"\u0641\u064A \u0627\u0644\u062C\u0632\u0621 \u0627\u0644\u0639\u0644\u0648\u064A \u0645\u0646 \u0627\u0644\u0646\u0635 \u0627\u0644\u0623\u0635\u0644\u064A","subtitle.quickButton.sourceTextColor":"\u0644\u0648\u0646 \u0627\u0644\u062E\u0637 \u0627\u0644\u0623\u0635\u0644\u064A","subtitle.quickButton.green":"\u0627\u0644\u0644\u0648\u0646 \u0627\u0644\u0623\u062E\u0636\u0631","subtitle.quickButton.sourceFontSize":"\u062D\u062C\u0645 \u0627\u0644\u062E\u0637 \u0627\u0644\u0623\u0635\u0644\u064A","subtitle.quickButton.blue":"\u0627\u0644\u0644\u0648\u0646 \u0627\u0644\u0623\u0632\u0631\u0642","subtitle.quickButton.translationFontSize":"\u062D\u062C\u0645 \u062E\u0637 \u0627\u0644\u0646\u0635 \u0627\u0644\u0645\u062A\u0631\u062C\u0645",attachSubtitleTranslating:"\u0627\u0633\u062A\u062E\u062F\u0645 {service} \u0644\u0644\u062A\u0631\u062C\u0645\u0629...","error.claude.403":"\u0644\u0627 \u062A\u0648\u062C\u062F \u0635\u0644\u0627\u062D\u064A\u0629 \u0645\u0624\u0642\u062A\u0629 \u0644\u0644\u0648\u0635\u0648\u0644 \u0625\u0644\u0649 \u0627\u0644\u062E\u062F\u0645\u0629\u060C \u0642\u062F \u064A\u0643\u0648\u0646 \u0630\u0644\u0643 \u0645\u0631\u062A\u0628\u0637\u064B\u0627 \u0628\u0627\u0644\u0642\u064A\u0648\u062F \u0627\u0644\u062C\u063A\u0631\u0627\u0641\u064A\u0629 \u0644\u0640 Claude \u060C \u064A\u0645\u0643\u0646\u0643 \u0645\u062D\u0627\u0648\u0644\u0629 \u062A\u063A\u064A\u064A\u0631 \u0639\u0646\u0648\u0627\u0646 IP \u0627\u0644\u062E\u0627\u0635 \u0628\u0643 \u060C \u0623\u0648 \u0627\u0633\u062A\u062E\u062F\u0627\u0645 \u062E\u062F\u0645\u0627\u062A \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0623\u062E\u0631\u0649.","browser.brandDescriptionForSafari":"\u3010\u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u063A\u0627\u0645\u0631\u0629\u3011 \u0625\u0636\u0627\u0641\u0629 \u0645\u062C\u0627\u0646\u064A\u0629 \u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0635\u0641\u062D\u0627\u062A \u0627\u0644\u062B\u0646\u0627\u0626\u064A\u0629 \u0627\u0644\u0644\u063A\u0629 (\u0627\u0644\u0646\u0635 \u0627\u0644\u0623\u0635\u0644\u064A / \u0627\u0644\u062A\u0631\u062C\u0645\u0629)\u060C \u062A\u062F\u0639\u0645 \u0641\u064A \u0627\u0644\u0648\u0642\u062A \u0646\u0641\u0633\u0647 \u062A\u0631\u062C\u0645\u0629 PDF \u0648\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0643\u062A\u0628 \u0627\u0644\u0625\u0644\u0643\u062A\u0631\u0648\u0646\u064A\u0629 EPUB \u0645\u0639 \u0627\u0644\u062D\u0641\u0627\u0638 \u0639\u0644\u0649 \u062A\u0646\u0633\u064A\u0642 \u0627\u0644\u0648\u062B\u064A\u0642\u0629 \u0627\u0644\u0623\u0635\u0644\u064A\u0629\u060C \u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u062A\u0631\u062C\u0645\u0627\u062A \u0627\u0644\u062B\u0646\u0627\u0626\u064A\u0629 \u0627\u0644\u0644\u063A\u0629 \u0644\u0644\u0641\u064A\u062F\u064A\u0648\u0647\u0627\u062A \u0639\u0644\u0649 \u0627\u0644\u0625\u0646\u062A\u0631\u0646\u062A \u0645\u062B\u0644 Youtube/Netflix\u060C \u062A\u062F\u0639\u0645 \u062E\u062F\u0645\u0627\u062A \u0627\u0644\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0631\u0626\u064A\u0633\u064A\u0629 \u0645\u062B\u0644 Deepl/Google\u061B","browser.PdfProFile":"\u062A\u0631\u062C\u0645\u0629 PDF Pro \u0628\u062F\u0639\u0645 \u0645\u0646 \u0627\u0644\u0630\u0643\u0627\u0621 \u0627\u0644\u0627\u0635\u0637\u0646\u0627\u0639\u064A","browser.textTranslate":"\u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u0646\u0635"};var fh={nologin:"nicht eingeloggt",loginForSafari:"Anmelden oder Registrieren",login:"Anmelden, um eine Mitgliedschaft zu er\xF6ffnen",manageAccount:"Verwaltete Konten",openPremium:"Offene Mitgliedschaft",logout:"Abbrechen",curentPlan:"Aktuelle Pakete",endAt:"Verfallsdatum",endAuto:"automatische Erneuerung",lineBreakMaxTextCount:"Maximal zul\xE4ssige Anzahl von Zeichen pro Satz nach Zeilenumbr\xFCchen","translate-pdf":"Zum \xDCbersetzen PDF anklicken","noSupportTranslate-pdf":"Script nicht unterst\xFCtzt, bitte Plugin verwenden","translate-firefox-local-pdf":"Klicken Sie, um zu PDF importieren zu gelangen",enableLineBreak:"Automatischen Zeilenvorschub f\xFCr lange Abs\xE4tze aktivieren",sponsorLabel:"$1 Gesponserte Entwickler",help:"Hand",browserShortcutsNoteForFirefox:'Um die Verkn\xFCpfungen in Firefox zu \xE4ndern, m\xFCssen Sie die Seite f\xFCr die Verwaltung der Erweiterungen "about:addons" \xF6ffnen, dann auf "Einstellungen" und dann auf "Verkn\xFCpfungen verwalten" klicken, um die Verkn\xFCpfungen festzulegen.',browserShortcutsNoteForChrome:'Um Verkn\xFCpfungen in Chrome zu \xE4ndern, m\xFCssen Sie die Seite f\xFCr die Verwaltung von Erweiterungen \xF6ffnen, sie im Bereich "Verkn\xFCpfungen verwalten" festlegen (chrome://extensions/shortcuts) und auf die Schaltfl\xE4che unten klicken, um zur Seite f\xFCr die Verwaltung von Verkn\xFCpfungen zu gelangen.',browserShortcutsSucks:"Benutzerdefinierte Tastenkombinationen werden wie folgt formatiert (es erfolgt keine automatische Erkennung, bitte direkt eingeben)\uFF1A",enableLineBreakDescription:"Wenn diese Funktion aktiviert ist, werden in langen Abs\xE4tzen am Ende jedes Satzes Zeilenumbr\xFCche eingef\xFCgt, um die Lesbarkeit zu verbessern.","browser.shortBrandName":"Immersions\xFCbersetzung","browser.brandName":"Immersion Translation: Bilinguale Webseiten & PDF \xDCbersetzung","browser.brandDescription":"Bilingual web page translation, also supports PDF translation, bilingual Epub eBook translation, free to use.","browser.toggleTranslatePage":"Seite \xFCbersetzen/ Originaltext anzeigen","browser.toggleTranslateTheWholePage":"Alle Bereiche der Seite \xFCbersetzen/den Originaltext anzeigen","browser.toggleOnlyTransation":"Wechseln Sie in den Zweisprachen-/Nur-\xDCbersetzungsmodus","browser.toggleTranslateToThePageEndImmediately":"Sofortige \xDCbersetzung am Ende der Seite/Anzeige des Originaltextes","browser.toggleTranslateTheMainPage":"Den Hauptbereich der Seite \xFCbersetzen/den Originaltext anzeigen","browser.shareToDraft":"Zweisprachige Seiten teilen","browser.openOptionsPage":"\xD6ffnen Sie die Einstellungsseite","browser.toggleTranslationMask":"Translationsunsch\xE4rfe-Effekt ein-/ausblenden","browser.translateLocalPdfFile":"Lokale PDF-Dateien \xFCbersetzen","browser.openEbookViewer":"Lokale eBooks lesen","browser.openEbookBuilder":"Zweisprachige EPUB eBooks erstellen","browser.translateLocalHtmlFile":"HTML/Txt-Dateien \xFCbersetzen","browser.donateContext":"Erfahren Sie mehr \xFCber die Vorteile eines Sponsors","browser.translateLocalSubtitleFile":"Lokale Untertiteldateien \xFCbersetzen",confirmResetConfig:"Sind Sie sicher, dass Sie die Einstellungen zur\xFCcksetzen wollen?",translationLineBreakSettingTitle:"\xDCbersetzung Zeilenvorschubeinstellung",smartLineBreak:"Smart Line Feed (Berechnung)",alwaysLineBreak:"Immer Zeilenvorschub",isShowContextMenu:"Hinzuf\xFCgen \xFCbersetzter Seiten zu Rechtsklick-Men\xFCpunkten",toggleBeta:"Aktivieren von Beta-Testfunktionen",betaDescription:"Aktivieren Sie Funktionen, die noch experimentell sind, sowie einen \xDCbersetzungsdienst in der Beta-Phase. Treten Sie der <1>Telegram-Gruppe bei, um mehr zu erfahren.",translationLineBreakSettingDescription:"Bei Seiten mit wenig Inhalt sind die Zeilenumbr\xFCche immer ordentlich und \xFCbersichtlich. (Verwenden Sie intelligente Zeilenumbr\xFCche in langen, inhaltsreichen Abs\xE4tzen (mehr als{count}Zeichen), um Platz zu sparen).",tempTranslateDomainTitle:"Dauer des vor\xFCbergehenden Einschaltens der Website-\xDCbersetzung",tempTranslateDomainDescription:"Wenn Sie eine Webseite manuell \xFCbersetzen, schalten Sie die Website vor\xFCbergehend f\xFCr die automatische \xDCbersetzung ein, und Sie k\xF6nnen die vor\xFCbergehende Dauer festlegen.",xMinutes:"{count} Minuten",disabled:"die Verwendung von etw. untersagen",changelog:"Protokoll aktualisieren",toggleTranslatePageWhenThreeFingersOnTheScreen:"Gleichzeitiges Ber\xFChren des Bildschirms mit mehreren Fingern \xFCbersetzt Webseiten/zeigt den Originaltext an",toggleTranslationMaskWhenThreeFingersOnTheScreen:"Durch Ber\xFChren mit mehreren Fingern wird der Unsch\xE4rfeeffekt ein- und ausgeblendet.",fingerCountToToggleTranslagePageOnlyTranslationWhenTouching:"Wenn Sie mit mehreren Fingern gleichzeitig den Bildschirm ber\xFChren, wird die Webseite \xFCbersetzt (nur \xDCbersetzung) bzw. der Originaltext angezeigt.",addUrlDescription:"Kann ein Dom\xE4nenname sein und unterst\xFCtzt auch Wildcards, z. B.\uFF1A*.google.com, google.com/mail/*, https://www.google.com/*",general:"Grundeinstellungen",clickToExpandConfig:"Aktuelle Konfiguration erweitern",import:"Aus Datei importieren",export:"In Datei exportieren",toggleDebug:"Das Debug-Protokoll auf der Konsole ausgeben","fingers.0":"Klageschrift","fingers.2":"Zwei-Finger-Ber\xFChrung","fingers.3":"Drei-Finger-Ber\xFChrung","fingers.4":"Vier-Finger-Ber\xFChrung","fingers.5":"F\xFCnf-Finger-Ber\xFChrung",mouseHoldKey:"+ {key} \xDCbersetzen/Wiederherstellen des Absatzes",mouseHoldKeyAuto:"Direkte \xDCbersetzung des Absatzes",mouseHoldKeyOff:"Tun Sie nichts.",mouseHoldKeyOther:"Benutzerdefinierte Tastenkombinationen (Einstellungen \xF6ffnen)",mouseHoldKeyCustomKey:"{key} \xDCbersetzung/K\xFCrzung des Absatzes",mouseHoverHoldKey:"\xDCbersetzen Sie Abs\xE4tze, indem Sie die Tastenkombination dr\xFCcken, w\xE4hrend Sie mit der Maus dar\xFCber fahren.","mouse-translate":"Mauszeiger",document:"(Computer-)Datei",resetSuccess:"Alle Einstellungen erfolgreich zur\xFCcksetzen",resetThisSuccess:"Zur\xFCcksetzen erfolgreich",saved:"Erfolgreich speichern",successImportConfig:"Erfolgreich importierte Konfiguration",goAdvancedSettings:"Gehen Sie zur Seite Erweiterte Einstellungen",goAdvancedInterfaceSettings:"Gehen Sie zur Seite Erweiterte Anpassungseinstellungen",advanced:"Erweiterte Einstellungen",advancedDescription:"In der Regel sind keine Einstellungen erforderlich, belassen Sie es bei der Standardeinstellung. Nur f\xFCr spezialisiertere Benutzer sind mehr personalisierte Einstellungen verf\xFCgbar.",developer:"Einstellungen f\xFCr Entwickler",donateCafe:"Preise","translate to the bottom of the page":"Wird sie unmittelbar nach dem Betreten der Seite an das Ende der Seite \xFCbersetzt?",feedback:"Frage Feedback",toggleTranslatePage:"Seite \xFCbersetzen/ Originaltext anzeigen",translateToThePageEndImmediatelyDescription:"Wenn Sie die Funktion einschalten, wird der Inhalt sofort bei der Eingabe vom oberen zum unteren Rand der Seite \xFCbersetzt. Wenn Sie die Funktion ausschalten, wird der Inhalt w\xE4hrend des Lesens \xFCbersetzt. (Nicht empfohlen)","translate all areas of the page":"Ob alle Bereiche der Seite \xFCbersetzt werden sollen",translationAreaDescription:"Ist die Option aktiviert, werden alle Bereiche der gesamten Webseite \xFCbersetzt. Wenn Sie die Option ausschalten, wird die standardm\xE4\xDFige intelligente Erkennung verwendet und nur die Hauptbereiche werden \xFCbersetzt. (Es wird nicht empfohlen, diese Funktion einzuschalten)","the number of characters to be translated first":"\xDCbersetzen Sie direkt die ersten Zeichen der Seite, ohne zu warten, bis der Anzeigebereich angezeigt wird.","interface language":"Interface-Sprache","display both the original text and the translation":"Gleichzeitige Anzeige von Original und \xDCbersetzung","keyboard shortcuts":"Tastaturkurzbefehle",modify:"Tastenkombinationen \xE4ndern",reset:"reprovision",close:"Klageschrift",homepage:"Homepage",more:"mehr",moreOptions:"Erweitern Sie Ihre Anpassungsoptionen",translateTheWholePage:"Alle Bereiche der Seite \xFCbersetzen (im Gegensatz zu einer intelligenten Erkennung der Hauptbereiche)",changeToTranslateTheWholePage:"Umschalten auf die \xDCbersetzung aller Regionen",changeToTranslateTheMainPage:"Zum Hauptbereich \xDCbersetzen wechseln",changeToOnlyTranslationMode:"Umschalten, um nur \xDCbersetzungen anzuzeigen",changeToDualTranslationMode:"Umschalten auf zweisprachige \xDCbersetzung",translateToThePageEndImmediately:"Sofortige \xDCbersetzung an das Ende der Seite",translateTheMainPage:"Intelligente \xDCbersetzung Schl\xFCsselregionen","The local rules are up to date":"Die \xF6rtlichen Anpassungsvorschriften sind auf dem neuesten Stand.","Successfully synchronized with the latest official rules:":"Erfolgreich synchronisiert mit den neuesten offiziellen Anpassungsregeln.","Checking for updates":"Pr\xFCfen auf Aktualisierungen","Rules are being synchronized":"Anpassungsregeln werden synchronisiert",localVersionIsTooOld:"Die Version der lokalen Erweiterung ist zu alt. Bitte aktualisieren Sie die Erweiterung auf {minVersion} oder eine neuere Version, bevor Sie versuchen zu synchronisieren.",badUserscriptBrowser:"Der aktuelle Browser implementiert die Schnittstelle der Grease Monkey-Erweiterung nicht korrekt (z. B. um Informationen \xFCber die Versionsnummer des Grease Monkey-Skripts selbst zu erhalten). Bitte verwenden Sie andere Browser, die die <1>Grease Monkey-Erweiterung unterst\xFCtzen, wie z. B. Firefox.",foundNewVersion:"Entdecken Sie die neue Version",theLocalExtensionIsUpToUpdate:"Die aktuelle Erweiterung ist auf dem neuesten Stand.",failToSyncRules:"Fehlende Synchronisierung der neuesten Anpassungsregeln",retry:"Klicken Sie hier, um es erneut zu versuchen",failedReason:"Gr\xFCnde f\xFCr das Scheitern",currentRuleVersion:"Aktuelle Regelversion",calculating:"Berechnungen",unknownError:"unbekannter Fehler",canNotFetchRemoteRule:"Remote-Regeln k\xF6nnen nicht abgerufen werden",enableAlphaSuccess:"Alpha aktiviert",disableAlphaSuccess:"Die Alpha-Funktion wurde ausgeschaltet.",cacheSize:"Cache-Gr\xF6\xDFe\uFF1A",cleaning:"in Liquidation befindlich",cleanCache:"den Cache l\xF6schen",options:"aufstellen",about:"in Bezug auf",service:"Dolmetscherdienst",needAction:"(Gehe zu Einstellungen)",goSettings:"loslegen und einrichten",needActionForOptions:"(noch einzurichten)",translationEngine:"Motor Optionen",sourceLanguage:"Originalsprache",target:"Zielsprache",popupSourceLanguage:"Originalsprache",popupTarget:"Zielsprache",popupService:"Dolmetscherdienst",forThisSite:"Aktuelle Website",autoEnableSubtitle:"Automatisches \xD6ffnen von zweisprachigen Untertiteln",alwaysTranslate:"\xDCbersetzen Sie immer",neverTranslate:"Niemals \xFCbersetzen",alwaysTranslateSomeLanguage:"\xDCbersetzen Sie immer {language}",neverTranslateSomeLanguage:"Niemals \xFCbersetzen {language}",alwaysTranslateSomeSite:"\xDCbersetzen Sie immer {hostname}",neverTranslateSomeSite:"Niemals \xFCbersetzen {hostname}",alwaysTranslateSomeSiteOrWildSite:"\xDCbersetzen Sie immer die Website",alwaysTranslateSomePage:"\xDCbersetzen Sie die Seite immer",add:"erh\xF6hen.",default:"Standard (Einstellung)",forThisLanguage:"F\xFCr diese Sprache\uFF1A","add url":"URL eingeben",edit:"Compiler","translate other languages into specific language":"\xDCbersetzen Sie andere Sprachen in Ihre eingestellte Sprache","select translation service":"W\xE4hlen Sie einen \xDCbersetzungsdienst",language:"Mehrsprachigkeit","show-original":"Originaltext anzeigen",translate:"Rendering",Translated:"\xFCbersetzt",Translating:"in \xDCbersetzung",Error:"falsch",allowCacheTranslations:"Aktivieren Sie das lokale \xDCbersetzungscaching (um \xDCbersetzungsanfragen f\xFCr doppelte Passagen zu reduzieren)","translation display":"Anzeigestil der \xDCbersetzung","select diplay style":"Unterscheiden Sie die verschiedenen \xDCbersetzungsstile anhand der folgenden Beispiele",interface:"Interface-Einstellungen",import_export:"Import/Export",import_export_title:"Konfiguration importieren/exportieren",syncToGoogleDrive:"Jetzt mit Google Drive synchronisieren",floatBallOptions:"Hoverball-Einstellungen","floatBallOptions.enable":"Hoverball freischalten","floatBallOptions.blockUrls":"Website deaktivieren","floatBallOptions.add":"erh\xF6hen.","floatBallOptions.blockUrlDesc":"Schwebeb\xE4lle werden nicht angezeigt, wenn die folgenden Websites aufgerufen werden","floatBallOptions.clickType":"Klickverhalten","floatBallOptions.clickTypeDesc":"Verhalten des Hoverball-Symbols beim Anklicken","floatBallOptions.clickPopup":"\xDCbersetzungspanel anzeigen","floatBallOptions.clickTranslate":"\xDCbersetzung/Anzeige des Originaltextes","floatBallOptions.fixedPosition":"\u56FA\u5B9A\u4F4D\u7F6E","floatBallOptions.fixedPositionDesc":"\u60AC\u6D6E\u7403\u5728\u7A97\u53E3\u5DE6\u4FA7\u8FD8\u662F\u53F3\u4FA7","floatBallOptions.fixedPositionLeft":"\u5DE6\u4FA7","floatBallOptions.fixedPositionRight":"\u53F3\u4FA7",previewAllThemes:"Vorschau aller Stile","translationTheme.none":"nicht haben","translationTheme.grey":"dunkelgrau","translationTheme.dashed":"gepunktete Unterstreichung","translationTheme.dotted":"gepunkteter Unterstrich","translationTheme.dashedBorder":"gepunkteter Rand","translationTheme.solidBorder":"feste Umrandung","translationTheme.underline":"Unterstreichen Sie gerade Linien","translationTheme.mask":"Fuzzy-Effekte (Lernmodi)","translationTheme.opacity":"Transparenz-Effekt","translationTheme.paper":"Wei\xDFes Papier Schatteneffekt","translationTheme.dividingLine":"Trennungslinie","translationTheme.highlight":"hohe Helligkeit","translationTheme.marker":"Markierung (Lehnwort)","translationTheme.marker2":"Markierung 2","translationTheme.blockquote":"Referenzierungsstile","translationTheme.weakening":"Schw\xE4chung","translationTheme.italic":"Schr\xE4gschrift","translationTheme.bold":"eindicken","translationTheme.thinDashed":"d\xFCnne gepunktete Linie, Unterstrich","translationTheme.nativeDashed":"Das System ist mit einem gepunkteten Unterstrich versehen","translationTheme.nativeDotted":"System kommt mit gepunktetem Unterstrich","translationTheme.nativeUnderline":"Das System wird mit einer geraden Linie unterstrichen","translationTheme.wavy":"gewellte Linie","translationServices.custom":"Benutzerdefinierte API","translationServices.tencent":"Tencent \xDCbersetzer","translationServices.tenAlpha":"Tencent \xDCbersetzer (Alpha)","translationServices.google":"Google \xDCbersetzen","translationServices.bai":"Baidu (Alpha)","translationServices.baidu":"Baidu's \xDCbersetzung","translationServices.aliyun":"AliCloud \xDCbersetzung","translationServices.volc":"Vulkan\xFCbersetzung","translationServices.deeplx":"DeepLX (Beta)","translationServices.bing":"Microsoft \xDCbersetzen","translationServices.deepl":"DeepL","translationServices.wechat":"WeChat \xDCbersetzung","translationServices.azure":"Azure-\xDCbersetzung","translationServices.ibm":"IBM Watson","translationServices.aws":"Amazonas-\xDCbersetzung","translationServices.mock":"Simulierte \xDCbersetzung","translationServices.mock2":"Simulierte \xDCbersetzung 2","translationServices.caiyun":"lit. bunte Wolken und kleine \xDCbersetzungen","translationServices.cai":"Bunte Wolken (Alpha)","translationServices.volcAlpha":"Vulkan (Alpha)","translationServices.openl":"OpenL","translationServices.youdao":"Youtube-\xDCbersetzung","translationServices.you":"Youdao \xDCbersetzer (Alpha)","translationServices.transmart":"Tencent Interactive \xDCbersetzung","translationServices.niu":"Maverick Translator","translationServices.papago":"Papago \xDCbersetzung","translationServices.d":"D (Alpha)","translationServices.dpro":"D Pro (Kanarienvogel)","translationServices.openai":"OpenAI","translationServices.yandex":"Yandex","translationServices.chatgpt":"ChatGPT Web(3.5 mobil)","translate title":"Seitentitel \xFCbersetzen","always languages":"\xDCbersetzen Sie immer die Sprache",neverTranslateLanguagesLabel:"Die Sprache, die nie \xFCbersetzt werden wird",neverTranslateTheFollowingLanguagesDescription:"\xDCbersetzungen werden \xFCbersprungen, wenn ein Absatz auf der Seite in einer der folgenden Sprachen vorliegt",enableUserscriptPagePopup:"Schwebeball auf der Seite anzeigen",enableUserscriptPagePopupDescription:"Nachdem Sie den Hoverball ausgeschaltet haben, k\xF6nnen Sie ihn mit dem Shortcut /{touch}wieder aufrufen. Es wird dringend empfohlen, diese Einstellungsseite als Lesezeichen zu speichern, um zu verhindern, dass der Hoverball nach dem versehentlichen Ausschalten dieser Option nicht mehr gefunden wird!","always translate the following languages":"\xDCbersetzt automatisch in die Zielsprache, wenn die Seite in einer der folgenden Sprachen vorliegt","always sites":"Immer \xFCbersetzte Websites","always translate the following sites":"Websites werden automatisch in die Zielsprache \xFCbersetzt, wenn es sich um die Domainnamen von","never sites":"Nie \xFCbersetzte Website","never translate the following sites":"\xDCbersetzungen werden nicht durchgef\xFChrt, wenn die Website f\xFCr die folgenden Domains bestimmt ist","please refer to":"Sie m\xFCssen den Schl\xFCssel ausf\xFCllen, bevor Sie ihn verwenden k\xF6nnen.",KeyAndConfigurationTutorial:"Tutorial zur Anwendung und Konfiguration von Schl\xFCsseln",useAboveStyleForTheseSites:"Verwenden Sie immer den \xDCbersetzungsstil \u2308{theme}\u230B, wenn die Website f\xFCr die folgenden Domains bestimmt ist",currentUrl:"Aktuelle URL",confirm:"Speichern (einer Datei usw.) (Informatik)",cancel:"Stornierungen",delete:"entfernen","languages.auto":"automatische Erkennung",syncToCloud:"Mit Google Drive synchronisieren",syncToCloudDescription:"Die in die Cloud hochgeladene Konfiguration kann zwischen verschiedenen Browsern bzw. Grease-Monkey-Skripten synchronisiert werden, je nachdem, was zuletzt ge\xE4ndert wurde.",syncToAccount:"Synchronisierung mit der Immersive Translation Cloud",syncToAccountButton:"Sofortige Synchronisierung mit der Cloud",syncToAccountDescription:"Automatische Synchronisierung von Konfigurationen zwischen verschiedenen Ger\xE4ten, je nachdem, was zuletzt ge\xE4ndert wurde.",successSyncConfigInAccount:"Erfolgreiche Synchronisierung mit der Cloud",successSyncConfigToAccount:"Erfolgreiche Synchronisierung mit der Cloud",syncConfigNoUpdate:"Sie ist bereits auf dem neuesten Stand.",authFail:"Autorisierungsfehler",syncTitle:"Manuelles Backup-Management",import_hint:"importieren (Daten)",upload:"hochladen",revokeAuth:"eine Zulassung widerrufen",uploadFail:"Upload fehlgeschlagen",download:"Herunterladen von",importSuccess:"Erfolgreich importiert",importFail:"Importfehler",deleteFail:"L\xF6schen fehlgeschlagen",backupToCloud:"Manuelle Verwaltung von Sicherungsdateien",create_new_backup:"Einen neuen Sicherungsknoten hinzuf\xFCgen",maxBackupFiles:"Es k\xF6nnen bis zu{count}verschiedene Nodes gesichert werden, bitte l\xF6schen Sie die Nodes, die Sie nicht ben\xF6tigen.",backupToCloudDescription:"Manuelles Hochladen oder Wiederherstellen von Sicherungsdateien, wobei bis zu 3 verschiedene Sicherungen m\xF6glich sind",successSyncConfig:"Erfolgreiche Synchronisierung mit der Cloud",syncFail:"Synchronisationsfehler",updatedAt:"Aktualisiert von {date}",lastSyncedAt:"Zuletzt gepr\xFCft unter {date}",downloadFail:"Download fehlgeschlagen",clickToDownload:"Klicken Sie zum Herunterladen",aboutLabel:"\xDCber - Feedback","browser.openAboutPage":"\xDCber/Feedback",aboutLabelWithoutSponsor:"\xDCber - Feedback",aboutIntro:"M\xF6gen wir alle einen einfacheren und angenehmeren Zugang zu der riesigen Menge fremdsprachiger Informationen im Internet haben \u2764\uFE0F Sie k\xF6nnen Ihre <6>Pro-Mitgliedschaft aktivieren, um die sofort einsetzbaren DeepL und OpenAI-\xDCbersetzungen zu nutzen.

Sie k\xF6nnen uns auf <3>Twitter, <4>Telegram, Weibo, WeChat folgen oder <5>sich in unsere Mailingliste eintragen, um Updates zu erhalten.
<7>Pro-Mitglieder k\xF6nnen uns unter <8>support@immersivetranslate.com kontaktieren, um schnellen Kundenservice zu erhalten.",aboutIntroWithoutSponsor:"M\xF6gen wir alle einen leichteren und angenehmeren Zugang zu der enormen Menge an fremdsprachlichen Informationen haben, die im Internet zur Verf\xFCgung stehen \u2764\uFE0F

Sie k\xF6nnen uns auf <3>Twitter, im <4>Telegram-Kanal, auf WeChat und WeChat Exchange folgen oder <5>sich unten per <5>E-Mail f\xFCr Updates <5>anmelden.",projectHomepage:"Projekt Heimat",joinTelegramGroup:"Treten Sie der Benutzergruppe bei, um an Diskussionen \xFCber Funktionen teilzunehmen.",wechatPublicAccount:"WeChat \xD6ffentlich",wechatCommunities:"WeChat Austauschgruppe",qqCommunities:"QQ Kommunikationskanal",joinTelegramChannel:"Folgen Sie dem Telegram-Kanal f\xFCr aktuelle Updates",feedbackAndJoin:"Frage Feedback / Gruppe hinzuf\xFCgen",autoSync:"automatische Zeitsynchronisation",loadingThemeTitle:"Stil laden",loadingThemeDescription:"Einstellen des Stils beim Warten auf das Laden der \xDCbersetzung","loadingTheme.spinner":"Animation zum Drehen","loadingTheme.text":"etw. in statischer Schrift ","loadingTheme.none":"nicht gezeigt",developerDescription:"Die Dokumentation zur erweiterten Anpassung finden Sie <1>hier","edit border color":"\xC4ndern Sie die Farbe des Rahmens",successSyncButNoChange:"Die aktuelle Konfiguration ist mit der Cloud konsistent",customTheme:"Individuelle Farben und Gr\xF6\xDFen","customThemeLabel.borderColor":"Farbe der Umrandung","customThemeLabel.borderRadius":"Abgerundete Kanten","customThemeLabel.textColor":"Textfarbe","customThemeLabel.backgroundColor":"Hintergrundfarbe","customThemeLabel.zoom":"Skalierung der Schrift (%)","customThemeLabel.opacity":"Text-Opazit\xE4t (%)",resetToDefaultColor:"Wiederherstellung der Standardfarben",resetToDefaultSettings:"Wiederherstellen der Standardeinstellungen",isTranslateTitle:"\xDCbersetzung der Seitentitel aktivieren",isTranslateTitleDescription:"Beim \xD6ffnen wird der Seitentitel \xFCbersetzt",enableSearchEnhancement:"Erm\xF6glichung der zweisprachigen Erweiterung von Nachrichten",enableSearchEnhancementDescription:'Sobald diese Funktion aktiviert ist, werden die Suchergebnisse von "Google News" automatisch in der rechten Spalte der unterst\xFCtzten Websites (Google News, Google Search (einige Suchbegriffe), Snowball, Oriental Fortune, Futura, Tiger Community) f\xFCr die entsprechenden englischen Suchbegriffe angezeigt.',verifyService:"Klicken Sie hier, um den Dienst zu testen",verified:"Erfolg \xFCberpr\xFCfen","field.langs":"Unterst\xFCtzte Sprachcodes","field.model":"Modellierung","field.translationEngine":"\xDCbersetzungsmotor","field.limitPerMinute":"Maximale Anfragen pro Minute","field.limitPerSecond":"Maximale Anzahl von Anfragen pro Sekunde","field.maxTextLengthPerRequest":"Maximale Textl\xE4nge pro Anfrage","field.maxTextGroupLengthPerRequest":"Maximale Anzahl von Abs\xE4tzen pro Anfrage","field.apiUrl":"Adresse der benutzerdefinierten API-Schnittstelle","field.placeholderDelimiters":"reservierter Platzhalter","description.custom":"Benutzerdefinierte Schnittstelle Zugriff Dokumentation erforderlich","description.limitPerMinute":"Anfragen, die diese Grenze \xFCberschreiten, werden bis zum Beginn der n\xE4chsten Minute in eine Warteschlange gestellt. Aufgrund der verschiedenen Einschr\xE4nkungen von OpenAIs aktuellem Service, klicken Sie bitte <1>hier f\xFCr die neuesten vorgeschlagenen Werte","description.limitPerSecond":"Anfragen, die diese Grenze \xFCberschreiten, werden bis zum Beginn der n\xE4chsten Sekunde in eine Warteschlange gestellt. Aufgrund der verschiedenen Einschr\xE4nkungen von OpenAIs aktuellem Service, klicken Sie bitte <1>hier f\xFCr die neuesten vorgeschlagenen Werte","description.generalLimitPerSecond":"Anfragen, die diese Grenze \xFCberschreiten, werden bis zum Beginn der n\xE4chsten Sekunde in eine Warteschlange gestellt.","description.prompt":"Gespr\xE4che, die im Namen des Benutzers an {service} gesendet werden, wobei {{text}} den Textinhalt des Absatzes darstellt, {{from}} die Sprache des Absatzes und {{to}} die Zielsprache.","description.maxTextLengthPerRequest":"Die maximale Anzahl von Zeichen pro Anfrage ist zu gro\xDF, so dass die Schnittstelle langsam reagiert. Versuchen Sie daher, diese Option anzupassen, um die Geschwindigkeit zu optimieren.","description.systemPrompt":"Gespr\xE4che, die im Namen des Systems an {service} gesendet werden, wobei {{text}} den Textinhalt des Absatzes darstellt, {{from}} die Sprache des Absatzes und {{to}} die Zielsprache.","field.domain":"Bereich","description.domain":"Der Standardwert ist\uFF1Ageneral. Kann nur gesetzt werden, wenn die Dom\xE4nen\xFCbersetzung in der Arima API-Konsole aktiviert ist, siehe <1>hier f\xFCr unterst\xFCtzte Dom\xE4nen","field.scene":"Nehmen Sie","description.scene":"Der Standardwert ist\uFF1Ageneral. Kann nur eingestellt werden, wenn die AliCloud-API-Konsole Machine Translation Pro \xF6ffnet, siehe <1>hier f\xFCr unterst\xFCtzte Szenarien","field.vocabId":"Benutzerw\xF6rterbuch-ID","description.vocabId":"Das angegebene W\xF6rterbuch out_id unterst\xFCtzt derzeit die \xDCbersetzung Englisch-Chinesisch.","description.model":"OpenAI-Modelle, z.B. gpt-3.5-turbo, gpt-4, etc.","description.maxTextGroupLengthPerRequest":"Die Anzahl der Abs\xE4tze, die gleichzeitig an den \xDCbersetzungsdienst gesendet werden. Wenn es zu viele Abs\xE4tze sind, kann dies dazu f\xFChren, dass die Schnittstelle langsamer reagiert.","description.apiUrl":"Bitte f\xFCgen Sie spezifische URLs mit Pfaden, <1>mehr Beschreibung",enabledExtension:"Aktivieren von Erweiterungen",clickToDisableExtension:"Klicken Sie hier, um Erweiterungen zu deaktivieren",clickToEnableExtension:"Klicken Sie, um Erweiterungen zu aktivieren",hasBeenDisabled:"deaktiviert","show password":"Passwort anzeigen",customContent:"Eingabe eines benutzerdefinierten Modellnamens",inputOptions:"Erweiterung des Eingabefeldes",mouseHoverOptions:"Mauszeiger",modifyMouseHoverKey:"Mauszeiger-Kurzbefehl \xE4ndern",enableInputTranslation:"Ob die Erweiterung des Eingabefeldes aktiviert werden soll",enableInputTranslationDescription:"Nach der Aktivierung geben Sie {startingKey}{startingKey} hallo direkt in das Eingabefeld ein und dr\xFCcken dann schnell{inputTrailingTriggerKeyRepeatTimes}mal{trailingKey}, um in {inputTargetLanguage}zu \xFCbersetzen.",enableInputTranslationDescriptionForNoneKey:"Nach der Aktivierung geben Sie\uFF1AHello World direkt in das Eingabefeld ein und dr\xFCcken dann schnell{inputTrailingTriggerKeyRepeatTimes}{trailingKey}, um in die Standardzielsprache zu \xFCbersetzen.",inputTargetLanguage:"Einstellung der Standard-Zielsprache f\xFCr Eingabefelder",inputTargetLanguageDescription:"Standard-Zielsprache f\xFCr die \xDCbersetzung von Eingabefeldern, d.h. {startingKey}{startingKey} als Standardsprache f\xFCr Triggerw\xF6rter",inputTargetLanguageDescriptionForNoneKey:"Standard-Zielsprache f\xFCr die \xDCbersetzung des Eingabefeldes",inputStartingTriggerKeyTitle:"Einstellung des Trennzeichens f\xFCr die Teil\xFCbersetzung des Eingabefeldes",inputStartingTriggerKeyDescription:"Wenn Sie nicht das gesamte Eingabefeld \xFCbersetzen m\xFCssen, k\xF6nnen Sie mit dem Splitter nur den Teil von {startingKey}{startingKey} bis zum Ende des Eingabefelds \xFCbersetzen, oder Sie k\xF6nnen den Sprachcode angeben, z. B.\uFF1A{startingKey}ja bedeutet, dass nur der Teil von {startingKey}ja bis zum Ende des Eingabefelds \xFCbersetzt wird.",inputStartingTriggerKeyDescriptionForNoneKey:'Die derzeitige Einstellung "kein Pr\xE4fix" wird nicht ben\xF6tigt, und die \xDCbersetzungsfunktion f\xFCr einige Texte im Eingabefeld ist derzeit nicht verf\xFCgbar.',inputTrailingTriggerKeyTitle:"W\xE4hlen Sie ein Ausl\xF6sezeichen f\xFCr das Ende eines Eintrags",inputTrailingTriggerKeyDescription:"3 schnelle Treffer{trailingKey} wird mit der \xDCbersetzung beginnen!",inputTrailingTriggerKeyTimeout:"Geben Sie die Zeit zwischen den Ausl\xF6sern f\xFCr das Ende des Kampfes ein.",inputTrailingTriggerKeyTimeoutDescription:"Legt die Zeit (in Millisekunden) zwischen den Combo-Triggern f\xFCr das Eingangsende fest",spaceKey:"<\u7A7A\u683C\u952E>",noneKey:"Direkte \xDCbersetzung des gesamten Textfeldes ohne Pr\xE4fixe",inputTranslationBlockUrlsTitle:"Aktivieren Sie die Eingabefelderweiterung in den folgenden URLs nicht",inputTranslationBlockUrlsDescription:"Die Erweiterungen der Eingabefelder funktionieren nicht bei den folgenden URLs",clickToSeeQuickDemo:"Klicken Sie hier, um das 30-Sekunden-Kurzanleitung-Video zu erweitern",inputHelperInfo:"Beschreibung\uFF1AWir haben die Tatsache optimiert, dass einige ausl\xF6sende Zeichen bei chinesischen Eingabemethoden zu chinesischen Satzzeichen werden, z. B. wird / bei der Sogou-Eingabemethode zu einem Dun-Zeichen, und Immersive Translator unterst\xFCtzt alle chinesischen Symbole, die den ausl\xF6senden Zeichen entsprechen, d. h. //,,, wird als ausl\xF6sendes Zeichen erkannt.

Wir unterst\xFCtzen auch chinesische Aliase f\xFCr Sprachcodes als Befehle, z.B. /Japanese Hello World wird ins Japanische \xFCbersetzt, <1>klicken Sie hier, um alle unterst\xFCtzten Sprachcodes zu sehen.",reloadCurrentPage:"Bitte aktualisieren Sie die aktuelle Seite, bevor Sie die \xDCbersetzung starten.",noLocalFilePermissionForPDF:"Sie haben keine Berechtigung, lokale Dateien zu lesen. Bitte klicken Sie auf die Schaltfl\xE4che oben und importieren Sie dann lokale Dateien.",noPermissionForThisPage:"\u26A0\uFE0F Keine Berechtigung zur \xDCbersetzung der aktuellen Seite",retryAllParagraphs:"Alle Fehlerpassagen erneut versuchen",retryAllButton:"Alle Fehlerpassagen erneut versuchen",errorTooltipTitle:"Klicken Sie, um die Ursache des Fehlers zu sehen",errorModalTitle:"Irgendetwas scheint mit dem \xDCbersetzungsdienst oder dem Netzwerk nicht in Ordnung zu sein...",disableConfirm:"Zweisprachige Information Enhancement Setting",disableOnce:"Diese Invalidit\xE4t",disableGlobal:"dauerhaft deaktivieren",disableTint:"* Sie k\xF6nnen sie unter {option} wieder aktivieren.",searchEnhancementNotes:'Wir haben festgestellt, dass die Nachrichtenergebnisse f\xFCr chinesische und englische Schl\xFCsselw\xF6rter sehr unterschiedlich sind. Nach der Aktivierung der Funktion "Immersive Translation Bilingual Information Enhancement" suchen wir f\xFCr Sie automatisch auf den unterst\xFCtzten Websites (Google News, Google Search (einige Schl\xFCsselw\xF6rter), Snowball, Oriental Wealth, Futura, Tiger) nach denselben Schl\xFCsselw\xF6rtern auf Englisch und zeigen sie auf der rechten Seite an. Sie k\xF6nnen diese Funktion deaktivieren, wenn Sie sie nicht ben\xF6tigen.',option:"aufstellen",saveSettings:"Einstellungen speichern",closeModal:"Fenster schlie\xDFen",enableInputTranslationWithoutTriggerKeyTitle:"Aktivieren Sie 3 Schnellzugriffe auf{trailingKey}, um das gesamte Eingabefeld direkt in{inputTargetLanguage}zu \xFCbersetzen.",enableInputTranslationWithoutTriggerKeyDescription:"Um die Zielsprache anzugeben, stellen Sie ihr den Sprachcode voran, z. B.\uFF1Aja Hello World",mouseHoverShortcutPlaceholder:"z.B.\uFF1AVerschiebung",deepLProName:"Immersive Translation Pro Mitglied (empfohlen)",deepLProDescription:"Das aktuelle Paket kann direkt verwendet werden",deeplProDescriptionForNormal:"Keine Einrichtung erforderlich, Mitglieder k\xF6nnen es nach der Anmeldung nutzen, <1>klicken Sie hier, um Mitglied zu werden",deepLCustomDescription:"Ausl\xE4ndische Kreditkarte erforderlich, offiziell er\xF6ffnet unter <1>DeepL, klicken Sie f\xFCr die <2>Dokumentation",deepLCustomName:"Benutzerdefinierter Authentifizierungsschl\xFCssel",chooseProviderLabel:"W\xE4hlen Sie einen Dienstanbieter",openaiProName:"Immersive Translation Pro Mitglied (empfohlen)",openaiProDescription:"Das aktuelle Paket kann direkt verwendet werden",openaiProDescriptionForNormal:"Keine Einrichtung erforderlich, Mitglieder k\xF6nnen es nach der Anmeldung nutzen, <1>klicken Sie hier, um Mitglied zu werden",openaiCustomDescription:"Verf\xFCgbar auf OpenAI, Azure OpenAI oder anderen Diensten von Drittanbietern, <1>klicken Sie hier f\xFCr die Dokumentation",openaiCustomName:"Benutzerdefinierter API-Schl\xFCssel",needLoginAction:"(Offene Mitgliedschaft oder Anpassung)",goLoginOrAction:"(\xD6ffnen Sie eine Mitgliedschaft oder gehen Sie zu den Einstellungen)",yearly:"eine fortlaufende j\xE4hrliche Zahlung leisten",quarterly:"sequenzieller Umschlag",monthly:"Monatsabonnement",yearlyForOnce:"Einmaliges Jahrespaket",monthlyForOnce:"Einmaliges Monatspaket",daily:"aufeinanderfolgende Pakettage",year:"eine fortlaufende j\xE4hrliche Zahlung leisten",quarter:"sequenzieller Umschlag",month:"Monatsabonnement",day:"aufeinanderfolgende Pakettage",onetime_7day:"7-Tage-Erlebnispaket",currentPlanDescriptionForFree:"Aktuelle Pakete\uFF1AKostenlos",currentPlanDescriptionForContinuous:"Das aktuelle Paket\uFF1A{plan}wird automatisch auf {endAt} verl\xE4ngert.",currentPlanDescriptionForAutoRenewCaceling:"Das aktuelle Paket\uFF1A{plan}l\xE4uft auf {endAt} aus und wird nach Ablauf nicht automatisch verl\xE4ngert.",currentYearlyPlanDescriptionForAutoRenewCacelingWithRealPaiedUser:"Das aktuelle Paket,\uFF1A{plan}, l\xE4uft am {endAt} aus und wird nach Ablauf nicht automatisch verl\xE4ngert.
<1>Klicken Sie hier, um Ihren Verl\xE4ngerungsplan zu verwalten",currentYearlyPlanDescriptionForAutoRenewCacelingWithAdmin:"Das aktuelle Paket\uFF1A{plan}l\xE4uft auf {endAt} aus und wird nach Ablauf nicht automatisch verl\xE4ngert.
<1>Klicken Sie hier, um ein fortlaufendes Jahresabonnement zu aktivieren",currentPlanDescriptionForOneTime:"Das aktuelle Abonnement\uFF1A{plan}l\xE4uft auf {endAt} aus. <1>Klicken Sie hier, um eine j\xE4hrliche oder <2>monatliche Mitgliedschaft zu <1>erwerben.",upgradePlan:"Klicken Sie hier f\xFCr ein Upgrade auf die Pro-Mitgliedschaft",upgradeToPro:"Upgrade auf Pro-Mitgliedschaft","popup.openPro":"Upgraden Sie auf die Pro-Mitgliedschaft, um DeepL und OpenAI-\xDCbersetzung zu genie\xDFen. Klicken Sie hier, um upzugraden!","popup.openProForPro":"Sie sind ein Pro-Mitglied mit direktem Zugang zu DeepL und OpenAI \xDCbersetzungen!",currentAccount:"laufendes Konto",enableAutoSyncUserSettings:"Aktivieren Sie die automatische Cloud-Synchronisierung \xFCber mehrere Ger\xE4te hinweg",modalEnableInputTranslationTitle:"Immersive Translation Eingabefeld Translation Alerts",modalEnableInputTranslationDesc:"Sie haben soeben die \xDCbersetzung des Eingabefeldes von Immersive Translation ausgel\xF6st, indem Sie dreimal kurz hintereinander die Leertaste gedr\xFCckt haben, und der Inhalt des Eingabefeldes wird in die Standardzielsprache \xFCbersetzt. Die \xDCbersetzung kann mit Strg+Z r\xFCckg\xE4ngig gemacht werden.

Sollte dies ein Fehler gewesen sein, k\xF6nnen Sie die \xDCbersetzung des Eingabefeldes entweder deaktivieren oder dauerhaft abschalten.",saveAndNotShowAgain:"Speichern und Beenden der Eingabeaufforderung",disableInputTranslationTips:"* Sie k\xF6nnen auch andere Tastenkombinationen f\xFCr die Ausl\xF6sung in {option} ,{learnMore}festlegen.",learnMore:"Klicken Sie hier, um mehr zu erfahren",continueEnalbeInputTranslation:"Fortfahren, um die \xDCbersetzung von Eingabefeldern zu aktivieren",autoRenewTrialSuffix:'(Aufwird die Testversion sofort zur Vollmitgliedschaft aufgewertet)',upgradeFromTrialTitle:"Upgrade zum Vollmitglied",subtitle:"Video-Untertitelung",youtubeService:"Immersions\xFCbersetzung Videountertitelung \xDCbersetzungsdienste","subtitle.disabledSubtitle":"Dauerhaftes Deaktivieren der Video-Untertitelfunktion","subtitle.disabledSubtitleDescription":"Wenn Immersive Translator's Video Subtitles mit anderen Erweiterungen in Konflikt steht, k\xF6nnen Sie die Funktion von Immersive Translator's Video Subtitles dauerhaft deaktivieren oder andere in Konflikt stehende Erweiterungen deinstallieren","subtitle.autoEnableSubtitle":"Automatische Verwendung von zweisprachigen Untertiteln","subtitle.autoEnableSubtitleDescription":"Nach der Aktivierung werden beim Abspielen eines Videos automatisch zweisprachige Untertitel angezeigt, sonst m\xFCssen Sie auf die \xDCbersetzungsschaltfl\xE4che klicken, um sie anzuzeigen.","subtitle.preTranslation":"\xDCbersetzen von Untertiteln mit immersiver \xDCbersetzung","subtitle.preTranslationDescription":"Wenn diese Option aktiviert ist, wird der gesamte Untertitel mit Hilfe des unten angegebenen \xDCbersetzungsdienstes vor\xFCbersetzt. F\xFCr ein einst\xFCndiges Video werden etwa 50.000 Token oder Zeichen ben\xF6tigt, die Sie bitte nach eigenem Ermessen verwenden.","subtitle.humanSubtitlesPreferred":"Vorrangige Verwendung von Untertiteln f\xFCr Menschen","subtitle.humanSubtitlesPreferredDescription":"Bevorzugen Sie die Verwendung von menschlichen Untertiteln, wenn das Video menschliche Untertitel in der Zielsprache hat (empfohlen)",videoSubtitleTranslationDescription:"Beauftragen Sie einen separaten \xDCbersetzungsdienst f\xFCr Videountertitel",subtitleTranslating:"Bitte warten Sie, w\xE4hrend die Untertitel \xFCber den Dienst {service} \xFCbersetzt werden... (Immersions\xFCbersetzung)",subtitleLoading:"Laden von Untertiteln...",bilingual:"Zweisprachigkeit","field.action":"Ob Baidu-Terminologie aktiviert werden soll","description.action":"Wenn diese Funktion aktiviert ist, wird der Anfrage ein Parameter action=1 hinzugef\xFCgt, um Baidu \xFCber den aktivierten Begriff zu informieren. <1>Weitere Informationen finden Sie in der offiziellen Dokumentation.",closeQuickTranslation:"Hoverball schlie\xDFen","closeQuickTranslation.untilNext":"Diesmal geschlossen bis zum n\xE4chsten Besuch","closeQuickTranslation.currentWebsite":"Aktuelle Seite deaktiviert","closeQuickTranslation.alwaysClose":"dauerhaft deaktivieren","closeQuickTranslation.settingOpen":"(kann auf der <1>Einstellungsseite aktiviert werden)","closeQuickTranslation.cancel":"Stornierungen","closeQuickTranslation.confirm":"definieren.","floatBall.popup":"\xD6ffnen Sie das Panel Schnelleinstellungen","floatBall.translate":"Klicken Sie, um die Seite zu \xFCbersetzen","floatBall.showOriginal":"Klicken Sie, um zum Originalartikel zur\xFCckzukehren","floatBall.close":"Hoverball schlie\xDFen","floatBallOptions.enableDescPc":"Nach dem Aktivieren des Hoverballs wird auf der rechten Seite der Seite eine Schaltfl\xE4che f\xFCr die Schnell\xFCbersetzung angezeigt. Klicken Sie darauf, um zu \xFCbersetzen!","floatBallOptions.enableDesc":"Nachdem Sie den Hoverball ausgeschaltet haben, k\xF6nnen Sie ihn mit{touch}wieder aufrufen. Es wird dringend empfohlen, diese Einstellungsseite als Lesezeichen zu speichern, falls Sie den Hoverball nicht mehr finden k\xF6nnen, nachdem Sie diese Option versehentlich ausgeschaltet haben!","description.azureApiUrl":"Geben Sie die Adresse der benutzerdefinierten API-Schnittstelle ein",confirmSupportMouse:"Aktivierung der Mausunterst\xFCtzung erzwingen",confirmSupportMouseDescription:"Es wurde festgestellt, dass der aktuelle Browser die Mausfunktion nicht unterst\xFCtzt. Ist es notwendig, die Mausunterst\xFCtzung zu aktivieren?",sampleTargetText:"Die lange Nacht wird kommen, und ich werde von heute an bis zu meinem Tod Wache halten. Ich werde keine Frau nehmen, ich werde kein Lehen machen, ich werde keine Kinder haben. Ich werde keine Krone tragen, ich werde nicht nach Ehre streben. Ich werde meine Pflicht tun und leben und sterben.",sampleSourceText:"Night gathers, and now my watch begins. It shall not end until my death. I shall take no wife, hold no lands, father no children. I shall wear no crowns and win no glory. I shall live and die at my post.","subtitle.supportedSites":"\u5DF2\u652F\u6301\u5728\u8FD9\u4E9B\u7F51\u7AD9\u4F7F\u7528\u53CC\u8BED\u5B57\u5E55\uFF08\u6CE8\u610F\uFF1A\u7531\u4E8E\u6280\u672F\u9650\u5236\uFF0C\u90E8\u5206\u7F51\u7AD9\u5728\u9996\u6B21\u5F00\u542F\u5B57\u5E55\u540E\u9700\u8981\u91CD\u65B0\u5237\u65B0\u9875\u9762\uFF0C\u6216\u8005\u9700\u7B49\u5F85\u7FFB\u8BD1\u5B8C\u6210\u4EE5\u663E\u793A\u53CC\u8BED\u5B57\u5E55\uFF09\uFF1A",viewWithImmersiveTranslate:"\u53CC\u8BED\u7248\u672C(\u6C89\u6D78\u5F0F\u7FFB\u8BD1)",errorReason:"\u9519\u8BEF\u539F\u56E0\uFF1A{message}","proQuotaExceededError.onetime7day":'\uFF0C\u60A8\u53EF\u4EE5\u9009\u62E9\u4EE5\u4E0B\u65B9\u5F0F\u89E3\u51B3\uFF1A

1. \u5207\u6362\u5230 {anotherService} \u6216\u5176\u4ED6\u7FFB\u8BD1\u670D\u52A1
2. \u5347\u7EA7\u4E3A\u6708\u5EA6/\u5E74\u5EA6\u4F1A\u5458',"proQuotaExceededError.trial":'\uFF0C\u60A8\u53EF\u4EE5\u9009\u62E9\u4EE5\u4E0B\u65B9\u5F0F\u89E3\u51B3\uFF1A

1. \u5207\u6362\u5230 {anotherService} \u6216\u5176\u4ED6\u7FFB\u8BD1\u670D\u52A1
2. \u7ACB\u523B\u5347\u7EA7\u4E3A\u6B63\u5F0F\u4F1A\u5458',"proQuotaExceededError.nonTrial":'\uFF0C\u60A8\u53EF\u4EE5\u9009\u62E9\u4EE5\u4E0B\u65B9\u5F0F\u89E3\u51B3\uFF1A

1. \u5207\u6362\u5230 {anotherService} \u6216\u5176\u4ED6\u7FFB\u8BD1\u670D\u52A1
2. \u8D2D\u4E70 {translationService} \u989D\u5916\u6D41\u91CF\u5305',"proQuotaExceededError.resetTime":"
3. \u989D\u5EA6\u91CD\u7F6E\u65F6\u95F4\uFF1A{resetTime}","desc.touchShortcutsToggleTranslatePageOnlyTranslation":'"Nur \xDCbersetzung" bedeutet, dass nur die \xDCbersetzung angezeigt wird. Wenn eine Webseite noch nicht \xFCbersetzt wurde, wird der Modus gewechselt und \xFCbersetzt.',"desc.toggleOnlyTransation":'"Nur \xDCbersetzungsmodus" bedeutet, dass nur die \xDCbersetzung angezeigt wird. Wenn eine Webseite noch nicht \xFCbersetzt wurde, wird der Modus gewechselt und \xFCbersetzt.',touchShortcutsToggleTranslatePageOnlyTranslation:"Einstellen von Touchscreen-Gesten zum Wechseln zwischen Zweisprachig/Nur \xDCbersetzung Modus",download_started:"Der Download hat bereits begonnen, wenn er nicht automatisch heruntergeladen wird, klicken Sie bitte manuell.",here:"Hier","desc.toggleVideoSubtitlePreTranslation":"Nach dem Dr\xFCcken werden die zweisprachigen Untertitel des Videos vorrangig mit den Einstellungen der immersiven \xDCbersetzung verwendet. Wenn Sie erneut dr\xFCcken, werden vorrangig die maschinell \xFCbersetzten Untertitel des Originalvideos verwendet. Bitte beachten Sie: Diese Verkn\xFCpfung \xE4ndert die globalen Einstellungen.",videoSubtitlePreTranslationOn:"Videountertitel werden vorrangig mit immersiver \xDCbersetzung verwendet.",videoSubtitlePreTranslationOff:"Videounteritel werden vorrangig die maschinell \xFCbersetzten Untertitel des Originalvideos verwenden.",translationFont:"Schriftart einstellen","translationFont.custom":"Geben Sie benutzerdefinierte Schriftarten ein","translationFont.customPlaceholder":"Schriftart","translationFont.notSupportErrorMessage":"Bitte \xFCberpr\xFCfen Sie, ob der von Ihnen eingegebene Schriftartname korrekt ist, oder best\xE4tigen Sie, dass diese Schriftart bereits auf Ihrem Ger\xE4t installiert ist.","touch.mouse-translate":"\xDCbersetzen Sie den angegebenen Absatz.","translationServices.inherit":"Folgen Sie dem Haupt\xFCbersetzungsdienst","error.serveConfigError":"Dienstkonfigurationsfehler","error.reloadPageOfSetting":"Nach der Konfiguration, bitte aktualisieren Sie die Seite und \xFCbersetzen Sie erneut.","error.googleLimitIp":"Der Service gibt einen Fehler zur\xFCck, Google-Dienste haben die IP-Adresse gedrosselt, es wird empfohlen, den Netzwerkknoten zu wechseln.","error.openAIFreeLimit":"Der Service gibt einen Fehler zur\xFCck, die aktuelle \xDCbersetzungsanforderungsrate hat das Limit von maximal 3 Mal pro Minute erreicht, bitte versuchen Sie es sp\xE4ter erneut. (Dies ist eine Beschr\xE4nkung von OpenAI f\xFCr kostenlose API-Schl\xFCssel. Um diese Beschr\xE4nkung aufzuheben, binden Sie bitte eine Kreditkarte im OpenAI-Backend.)","error.openAIExceededQuota":"Dienst gibt Fehler zur\xFCck: Ihr aktuelles OpenAI-Konto hat nicht gen\xFCgend Guthaben. Bitte laden Sie Ihr Konto auf oder verkn\xFCpfen Sie eine Kreditkarte im offiziellen OpenAI-Backend.","error.429":"Der Service gibt einen Fehler zur\xFCck, was darauf hinweist, dass die Anfragen zu h\xE4ufig sind oder das Limit \xFCberschritten wurde. Bitte versuchen Sie es sp\xE4ter erneut.","error.403":"Der Service gibt einen Fehler zur\xFCck, vor\xFCbergehend besteht keine Berechtigung zum Zugriff auf diesen Service.","error.400":"Der Service gibt einen Fehler zur\xFCck, die Anforderungsparameter sind falsch, bitte \xFCberpr\xFCfen Sie die entsprechende Konfiguration.","error.502":"Der Service gibt einen Fehler zur\xFCck, der Service ist zeitlich \xFCberschritten, bitte versuchen Sie es sp\xE4ter erneut.","error.proTokenInvalid":"Wenn Sie ein Pro-Benutzer sind, melden Sie sich bitte an, bevor Sie den Pro-\xDCbersetzungsdienst nutzen.","error.proUpgrade":"Nach dem Upgrade, bitte aktualisieren Sie die Seite und \xFCbersetzen Sie erneut.","error.configError":"Konfigurationsdaten sind abnormal","error.goReset":"Zur\xFCcksetzen",batchEdit:"Massenoperation","translationModeLang.translation.title":"Nur \xDCbersetzungsmodus Sprache","translationModeLang.translation.description":"Wenn die Seitensprache eine der folgenden Sprachen ist, wird automatisch nur der \xDCbersetzungsmodus verwendet.","translationModeUrl.translation.title":"Nur \xDCbersetzungsmodus-Webadresse","translationModeUrl.translation.description":"Wenn die Website die folgenden Domains hat, wird automatisch nur der \xDCbersetzungsmodus verwendet.","error.serveUnavailable":"Der von Ihnen derzeit verwendete [{serverName}] Dienst ist aufgrund von Netzwerkverbindungsproblemen oder Problemen mit dem Dienstanbieter vor\xFCbergehend nicht erreichbar. Wir empfehlen Ihnen, die Seite zu aktualisieren oder \xFCber <1>Einstellungen einen anderen \xDCbersetzungsdienst auszuw\xE4hlen. Wenn Sie ein <2>Pro-Mitglied sind, k\xF6nnen Sie den stabileren DeepL oder OpenAI \xDCbersetzungsdienst nutzen (<3>klicken Sie hier, um es kostenlos auszuprobieren). Dar\xFCber hinaus sollten Sie m\xF6glicherweise Ihre Netzwerk- oder Proxy-Einstellungen \xFCberpr\xFCfen.",detectServiceLoading:"\xDCberpr\xFCfung der verf\xFCgbaren \xDCbersetzungsdienste...",toggleToService:"Wechseln Sie zu {service} und versuchen Sie es erneut.","error.gemini.429":"Der aktuelle Gemini-Dienst hat seine maximale Kapazit\xE4t erreicht. Bitte versuchen Sie es sp\xE4ter erneut oder wechseln Sie zu einem anderen \xDCbersetzungsdienst.",enableSentryReport:"Wenn ein Fehler bei der Erweiterung auftritt, senden Sie Feedback mit Sentry.","translationServices.gemini":"Zwillinge","widget.translateFile":"PDF/ePub","error.reason":"Fehlergrund","floatBall.iKnow":"Ich wei\xDF.",goLogin:"Anmelden gehen","error.retry":"Wiederholen",touchShortcutsOff:"schlie\xDFen",pickAll:"Alles ausw\xE4hlen",notLogin:"Nicht angemeldet","slide.left":"Nach rechts wischen",loggedIn:"Eingeloggt","slide.right":"Nach links wischen",shortcutSettingsTitle:"Tastenkombination Einstellungen","tagsInput.add":"+ Hinzuf\xFCgen","subtitle.bilingual":"Zweisprachige Untertitel","multipleClick.2":"Doppelklick","shortcutGroup.touch":"Gesten speziell f\xFCr Touchscreens",alwaysTranslateThisSite:"Immer diese Website \xFCbersetzen",buildSnapshots:"Erstellen Sie ein Webseiten-Snapshot",networkError:"\xDCbersetzungsdienst oder Netzwerk hat ein Problem",neverTranslateThisSite:"\xDCbersetzen Sie diese Website niemals",translationOnlyMode:"Nur \xDCbersetzungsmodus","subtitle.hideQuickButton":"Nicht mehr diese Verkn\xFCpfung anzeigen","subtitle.showQuickButton":"Im Player werden Untertitel in zwei Sprachen angezeigt.","multipleClick.3":"Dreifachschlag","intro.subtitleTitle":"Online-Video-Zweisprachige Untertitelanzeige","shortcutGroup.main":"H\xE4ufig verwendete Funktionstastenkombinationen",temprarilyChangeTranslationTo_openai:"Verwendet OpenAI zum \xDCbersetzen der aktuellen Seite",shortcutSettings:"Tastenkombination","shortcutGroup.others":"Mehr benutzerdefinierte Funktionstastenkombinationen","intro.floatBallTitle":"Schnelle \xDCbersetzung Schwebekugel","widget.videoSubtitle":"Videountertitel",contact:"Kontaktieren Sie uns",mouseHoverCustomKeyTitle:"Benutzerdefinierte Maus-Hover-Tastenkombination",temprarilyChangeTranslationTo_gemini:"Verwenden von Gemini, um die aktuelle Seite zu \xFCbersetzen","browser.translateInputBox":"\xDCbersetzen Sie den aktuellen Inhalt des Eingabefelds.","multipleClick.4":"Vierfachschlag","browser.translateWithDeepL":"Vor\xFCbergehende Verwendung von DeepL zur \xDCbersetzung der aktuellen Seite",notLoginPro:"Sie haben sich noch nicht in Ihr Mitgliedskonto eingeloggt.",touchShortcutsToggleTranslateTouchElement:"Einstellen von Touchscreen-Gesten zum \xDCbersetzen bestimmter Abs\xE4tze","widget.instructionTooltip":"Anleitung anzeigen","browser.translateWithTransmart":"Verwenden Sie vor\xFCbergehend Tencent, um die aktuelle Seite zu \xFCbersetzen.",temprarilyChangeTranslationTo_google:"Verwenden Sie Google \xDCbersetzer, um diese Seite zu \xFCbersetzen.","shortcutGroup.shortcutsForTranslationServices":"\xDCbersetzungsdienst verwandte Tastenkombinationen",temprarilyChangeTranslationTo_deepl:"Verwenden von DeepL, um die aktuelle Seite zu \xFCbersetzen.","widget.instruction":"Gebrauchsanweisung","browser.translateWithOpenAI":"Vor\xFCbergehende Verwendung von OpenAI zum \xDCbersetzen der aktuellen Seite","intro.hoverTitle":"\xDCbersetzen Sie den aktuellen Absatz, indem Sie die Maus dar\xFCber schweben lassen.","browser.toggleMouseHoverTranslateDirectly":"Auf der Seite das direkte \xDCbersetzen durch Mouseover tempor\xE4r aktivieren oder deaktivieren","floatBall.longPress":"Durch langes Dr\xFCcken k\xF6nnen Sie das Einstellungsmen\xFC schnell \xF6ffnen.",temprarilyChangeTranslationTo_transmart:"Verwendet gerade Tencent \xDCbersetzung f\xFCr die aktuelle Seite.","floatBall.guideClickToTranslate":`Klicken Sie auf die immersive \xDCbersetzungsschwebekugel f\xFCr eine schnelle \xDCbersetzung`,"subtitle.autoDisableSubtitle":"Nicht automatische Aktivierung von zweisprachigen Untertiteln",touchShortcutsToggleTranslationMask:"Einstellen von Touchscreen-Gesten zum Anzeigen der \xDCbersetzungsabdeckung / Anzeigen des Originaltexts","widget.translateFileTooltip":"\xDCbersetzen Sie PDF, EPUB, SRT, ASS, HTML und TXT Dokumente",touchShortcutsToggleTranslatePage:"Stellen Sie Touchscreen-Gesten ein, um Webseiten zu \xFCbersetzen / den Originaltext anzuzeigen.","shortcutGroup.mouse":"Mauszeiger Hover Tastenkombination Konfiguration","browser.translateWithBing":"Verwenden Sie vor\xFCbergehend Microsoft Translate, um die aktuelle Seite zu \xFCbersetzen.","browser.translateWithGoogle":"Vor\xFCbergehende Verwendung von Google \xDCbersetzer f\xFCr die aktuelle Seite","widget.videoSubtitleTooltip":"Unterst\xFCtzt Youtube und {count}+ weitere Videowebsites",paragraphMinTextCountField:"Die Mindestanzahl an Zeichen, die f\xFCr die \xDCbersetzung eines Absatzes ben\xF6tigt wird","neverTranslateText.title":"Die folgenden W\xF6rter bleiben im Originaltext und werden nicht \xFCbersetzt.","browser.toggleVideoSubtitlePreTranslation":"Wechseln Sie zu zweisprachigen Untertiteln und verwenden Sie vorzugsweise immersive \xDCbersetzungseinstellungen.","error.subscriptionExpiredTitle":"Die Mitgliedschaft ist abgelaufen.",temprarilyChangeTranslationTo_bing:"Verwendet gerade Microsoft \xDCbersetzer, um die aktuelle Seite zu \xFCbersetzen.","description.baiduField":"Unterst\xFCtzte Bereiche siehe <1>hier, wenn leer bedeutet dies, dass kein Bereich angegeben ist.","error.subscriptionExpired":"Ihr Mitgliedschaft k\xF6nnte abgelaufen sein, bitte \xFCberpr\xFCfen Sie Ihren Mitgliedsstatus.","desc.mouseHoverHoldKey":"Wenn die Maus \xFCber einem Absatz schwebt und gleichzeitig die rechte Shortcut-Taste gedr\xFCckt wird, kann der Absatz direkt \xFCbersetzt werden.",upgradeToProErrorTitle:"Bitte aktualisieren Sie auf Pro-Mitgliedschaft, um diesen \xDCbersetzungsdienst zu nutzen.","browser.translateWithGemini":"Verwenden Sie vor\xFCbergehend Gemini, um die aktuelle Seite zu \xFCbersetzen.",confirmResetToDefaultSettings:"M\xF6chten Sie diesen \xDCbersetzungsdienst wirklich auf die Standardeinstellungen zur\xFCcksetzen? (Nur die Einstellungen des aktuellen \xDCbersetzungsdienstes werden zur\xFCckgesetzt)","desc.touchShortcutsToggleTranslateTouchElement":"Definieren Sie eine Geste und Sie k\xF6nnen jeden Abschnitt \xFCbersetzen, in dem Sie sich befinden.",shortcutDisableTooltip:"Bitte stellen Sie dies auf der Erweiterungs-Shortcut-Verwaltungsseite Ihres Browsers ein. Weitere Anleitungen finden Sie in den Anweisungen oben auf dieser Seite.",paragraphMinTextCountDesc:"Achtung, hier ist die Zeichenl\xE4nge gemeint, zum Beispiel: hello hat 5 Zeichen, das Einstellen eines gr\xF6\xDFeren Werts kann unn\xF6tige \xDCbersetzungen kleiner Abschnitte reduzieren.","desc.touchShortcutsToggleTranslationMask":"\xDCbersetzungsmaske bezieht sich auf den unscharfen Effekt im \xDCbersetzungsstil (Lernmodus). Nach der Aktivierung wird der unscharfe Effekt vor\xFCbergehend auf die \xDCbersetzung angewendet, was das Lernen erleichtert.","desc.interfaceLanguage":"Die Einstellung der Benutzeroberfl\xE4chensprache beeinflusst die Anzeigesprache des Bedienfelds und hat nichts mit der Zielsprache der \xDCbersetzung zu tun.","subtitle.showQuickButtonDescription":"Im unteren rechten Eck des Videoplayers wird eine Verkn\xFCpfung zum Aktivieren von zweisprachigen Untertiteln bereitgestellt.","desc.toggleTranslateTheWholePage":"\xDCbersetzen Sie den gesamten Bereich der Seite. Standardm\xE4\xDFig \xFCbersetzen wir den Hauptbereich der Seite. Sie k\xF6nnen diese Tastenkombination verwenden, um speziell den gesamten Bereich der Seite zu \xFCbersetzen.",mouseHoverCustomKeyDescription:"Sie k\xF6nnen eine benutzerdefinierte Kombination von Tastenk\xFCrzeln f\xFCr die Mauszeiger-Hover erstellen, wie zum Beispiel: Alt+Z, Ctrl+E, Cmd+Alt+E oder direkt Cmd, bitte geben Sie manuell ein.","contact.description":"Wenn Sie Fragen oder Vorschl\xE4ge haben, f\xFCllen Sie bitte das untenstehende Formular aus, um uns zu kontaktieren, oder senden Sie eine E-Mail an {email}. Wir werden Ihnen so schnell wie m\xF6glich antworten.","desc.toggleTranslateTheMainPage":"\xDCbersetzen Sie nur den Hauptbereich der Seite. Wenn Sie in den erweiterten Einstellungen die \xDCbersetzung des gesamten Seitenbereichs aktiviert haben, k\xF6nnen Sie diese Tastenkombination verwenden, um speziell den Hauptbereich der Seite zu \xFCbersetzen.","desc.toggleMouseHoverTranslateDirectly":"Nach dem Dr\xFCcken dieser Tastenkombination wird auf der Seite jeder Textabschnitt, auf den die Maus zeigt, automatisch \xFCbersetzt. Dr\xFCcken Sie die Tastenkombination erneut, um diese automatische \xDCbersetzungsfunktion zu deaktivieren.",translationOnlyModeDescription:'"\xDCbersetzungsmodus" bedeutet, dass nur die \xDCbersetzung angezeigt wird, nicht der Standard-Zweisprachenmodus. Bitte beachten Sie: Aufgrund technischer Einschr\xE4nkungen werden Hyperlinks im Originaltext im \xDCbersetzungsmodus deaktiviert.',"intro.floatBallDescription":"Nach der Aktivierung wird auf der rechten Seite der Seite eine Schnell\xFCbersetzungsschaltfl\xE4che angezeigt. Klicken Sie darauf, um zu \xFCbersetzen, und klicken Sie erneut, um zum Originaltext zur\xFCckzukehren. Auf dem Mobilger\xE4t k\xF6nnen Sie durch langes Dr\xFCcken auf den schwebenden Ball das Schnelleinstellungsfenster \xF6ffnen.","desc.touchShortcutsToggleTranslatePage":"Nach der Einstellung k\xF6nnen Sie beim Bewegen des Ger\xE4ts gleichzeitig mit X Fingern auf den Bildschirm tippen, nach links oder rechts wischen oder kontinuierlich tippen, um die \xDCbersetzung der Webseite / Anzeige des Originaltexts auszul\xF6sen.","intro.hoverDescription":"Die \xDCbersetzung beim \xDCberfahren mit der Maus ist eine sehr wichtige Funktion in der immersiven \xDCbersetzung. Sie m\xFCssen nur die Maus auf den Absatz legen und gleichzeitig die festgelegte Tastenkombination dr\xFCcken, um den aktuellen Absatz automatisch zu \xFCbersetzen (Hinweis: Standardm\xE4\xDFig ist dies nicht aktiviert, bitte stellen Sie es unten ein). Diese Interaktion dient als bessere Alternative zur Wortmarkierungs\xFCbersetzung. Dar\xFCber hinaus wird diese Funktion auch h\xE4ufig in Bereichen eingesetzt, die nicht erkannt werden k\xF6nnen. Sie k\xF6nnen diese Funktion nutzen, um jeden Absatz zu \xFCbersetzen.","neverTranslateText.description":"Aufgrund der unzureichenden Erkennung von Eigennamen durch einige \xDCbersetzungsmaschinen k\xF6nnen Sie hier W\xF6rter hinzuf\xFCgen, um sicherzustellen, dass sie w\xE4hrend des \xDCbersetzungsprozesses nicht konvertiert werden. Bitte beachten Sie, dass diese Funktion Gro\xDF- und Kleinschreibung unterscheidet und nur Sprachen mit durch Leerzeichen getrennten W\xF6rtern (wie Englisch, Franz\xF6sisch) unterst\xFCtzt, nicht jedoch f\xFCr Sprachen wie Japanisch, Koreanisch usw. geeignet ist.","intro.subtitleDescription":"Nach Aktivierung dieser Funktion werden beim Abspielen von Videos automatisch zweisprachige Untertitel angezeigt. Wenn diese Funktion nicht aktiviert ist, m\xFCssen Sie auf der Seite manuell auf die \xDCbersetzungsschaltfl\xE4che klicken, um Untertitel anzuzeigen. Bitte beachten Sie, dass aufgrund technischer Einschr\xE4nkungen einige Websites m\xF6glicherweise die Seite aktualisieren oder auf die Fertigstellung der \xDCbersetzung warten m\xFCssen, bevor zweisprachige Untertitel angezeigt werden k\xF6nnen. (Dar\xFCber hinaus k\xF6nnen Sie auch das Schnellzugriffsfeld f\xFCr immersive \xDCbersetzungen in der oberen rechten Ecke \xF6ffnen/schlie\xDFen, nachdem Sie die Videowebsite ge\xF6ffnet haben.)

Derzeit wird die Verwendung von zweisprachigen Untertiteln auf diesen Websites unterst\xFCtzt:",geminiWarning:"Achtung: Der kostenlose Service von Google Gemini ist streng begrenzt und Google k\xF6nnte feststellen, dass Benutzer mehrere Schl\xFCssel verwenden, um ihre kostenlose Kontingentbeschr\xE4nkung zu umgehen. Es wird nicht empfohlen, ihn zu verwenden. Es wird empfohlen, auf die zuk\xFCnftige \xD6ffnung der kostenpflichtigen Gemini-Schnittstelle von Google zu warten.","floatBall.setting":"Einstellung","floatBall.file":"\xDCbersetzen Sie PDF, EPUB, SRT, ASS, HTML, TXT-Dateien","floatBall.translateToLanguage":"Klicken Sie auf \xDCbersetzen in {language}",changeToOnlyTempTranslationMode:"Umschalten, um nur \xDCbersetzungen anzuzeigen",changeToDualTempTranslationMode:"Umschalten auf zweisprachige \xDCbersetzung","options.navbar.translateFile":"\xDCbersetzen Sie das Dokument","options.navbar.installApp":"Installieren Sie die Handy-App","transitionMode.dual":"Zweisprachiger Vergleich","transitionMode.inherit":"Bleiben Sie konsistent mit dem Standardanzeigemodus des Systems.","subtitle.transitionModeDescription":"Stellen Sie die Video-Untertitel auf zweisprachigen Vergleich oder nur \xDCbersetzungsmodus ein.","subtitle.transitionMode":"Videounteritel zweisprachig / Nur \xDCbersetzungseinstellungen","transitionMode.translation":"Nur \xDCbersetzung",translateFileTooltip:`\xDCbersetzen Sie PDF, ePub, srt, ass, HTML, TXT-Dateien`,"description.subtitlePrompt":`In Untertitelszenarien, wenn mehrere Abs\xE4tze gesendet werden, wird die Konversation im Namen des Benutzers an {service} gesendet, wobei {{from}} die Sprache des Absatzes darstellt, {{to}} die Zielsprache darstellt, {{yaml}} ist der Absatzinhalt, den wir im yaml-Format verpackt haben. Wenn Sie eine benutzerdefinierte Aufforderung ben\xF6tigen, m\xFCssen Sie sicherstellen, dass jeder Artikel in den YAML-Ergebnissen der AI-Antwort das Feld {env.imt_sub_trans_field} enth\xE4lt. {{imt_sub_trans_field}} ist der Name des \xDCbersetzungsfeldes, das wir von der AI-Antwort erwarten, der Standard ist: {env.imt_sub_trans_field}, {{imt_sub_source_field}} ist der Name des Originaltextfeldes, das wir an die AI \xFCbergeben, der Standard ist: {env.imt_sub_source_field}, Beispiel Ergebnis: @@ -5029,7 +5029,7 @@ ass, HTML, TXT-Dateien`,"description.subtitlePrompt":`In Untertitelszenarien, we - id: 1 {env.imt_trans_field}: \xDCbersetzung - id: 2 - {env.imt_trans_field}: \xDCbersetzung`,"subtitle.quickButton.red":"Rot","subtitle.quickButton.blue":"Blau","subtitle.quickButton.magenta":"Magenta","translationServices.claude":"Claude","subtitle.quickButton.white":"Wei\xDF","subtitle.quickButton.translationPositionBottom":"\u539Ftext unten","subtitle.quickButton.yellow":"Gelb","subtitle.quickButton.cyan":"Blau","subtitle.quickButton.green":"Gr\xFCn","subtitle.quickButton.backgroundOpacity":"Hintergrundunsch\xE4rfe","subtitle.quickButton.translationPosition":"\xDCbersetzungsposition","subtitle.quickButton.translationTextColor":"\xDCbersetzungsschriftfarbe","subtitle.quickButton.sourceFontSize":"Originalschriftgr\xF6\xDFe","subtitle.quickButton.translationFontSize":"\xDCbersetzungs-Schriftgr\xF6\xDFe","subtitle.quickButton.sourceTextColor":"Urspr\xFCngliche Schriftfarbe","subtitle.quickButton.black":"Schwarz","subtitle.quickButton.backgroundColor":"Hintergrundfarbe","subtitle.quickButton.setting":"Einstellung","subtitle.quickButton.translationPositionTop":"Oben im Originaltext",attachSubtitleTranslating:"Verwenden Sie {service} zur \xDCbersetzung...","error.claude.403":"Keine Berechtigung zum Zugriff auf den Dienst, m\xF6glicherweise im Zusammenhang mit den regionalen Einschr\xE4nkungen von Claude. Sie k\xF6nnen versuchen, Ihre IP-Adresse zu wechseln, oder andere \xDCbersetzungsdienste nutzen.","browser.brandDescriptionForSafari":"\u3010Immersive \xDCbersetzung\u3011Ein kostenloses zweisprachiges Webseiten-\xDCbersetzungs-Plugin (Originaltext/\xDCbersetzung), das gleichzeitig PDF-\xDCbersetzung und EPUB-E-Book-\xDCbersetzung unterst\xFCtzt und das Originaldokumentenlayout beibeh\xE4lt, Youtube/Netflix und andere Online-Video-Zweisprachen-Untertitel-\xDCbersetzung, Unterst\xFCtzung f\xFCr Deepl/Google und andere Mainstream-\xDCbersetzungsdienste;","browser.textTranslate":"Text\xFCbersetzung","browser.PdfProFile":"Von KI angetriebene PDF Pro \xDCbersetzung"};var hh={nologin:"no conectado",loginForSafari:"Iniciar sesi\xF3n o registrarse",login:"Iniciar sesi\xF3n para abrir una cuenta",manageAccount:"Cuentas gestionadas",openPremium:"Afiliaci\xF3n abierta",logout:"abortar",curentPlan:"Paquetes actuales",endAt:"caducidad",endAuto:"renovaci\xF3n autom\xE1tica",lineBreakMaxTextCount:"N\xFAmero m\xE1ximo de caracteres permitidos por frase despu\xE9s de los saltos de l\xEDnea","translate-pdf":"Haga clic para traducir PDF","noSupportTranslate-pdf":"Script no soportado por favor use plugin","translate-firefox-local-pdf":"Haga clic para ir a Importar PDF",enableLineBreak:"Activar el salto de l\xEDnea autom\xE1tico para p\xE1rrafos largos",sponsorLabel:"1 $ Desarrolladores patrocinados",help:"mano",browserShortcutsNoteForFirefox:"Para cambiar los accesos directos en Firefox, tienes que abrir la p\xE1gina de gesti\xF3n de extensiones `about:addons`, luego hacer clic en `Settings`, y despu\xE9s en `Manage Shortcuts` para configurar los accesos directos.",browserShortcutsNoteForChrome:"Para modificar los accesos directos en Chrome, tienes que abrir la p\xE1gina de gesti\xF3n de extensiones, establecerlos en el panel `Manage Shortcuts` (`chrome://extensions/shortcuts`), y hacer clic en el bot\xF3n de abajo para saltar a la p\xE1gina de gesti\xF3n de accesos directos.",browserShortcutsSucks:"Los accesos directos personalizados tienen el siguiente formato (no se reconoce autom\xE1ticamente, introd\xFAzcalo directamente)\uFF1A",enableLineBreakDescription:"Si est\xE1 activada, se insertar\xE1n saltos de l\xEDnea al final de cada frase en los p\xE1rrafos largos para facilitar su lectura.","browser.shortBrandName":"Traducci\xF3n por inmersi\xF3n","browser.brandName":"Immersion Translation: Traducci\xF3n biling\xFCe de p\xE1ginas web y documentos PDF","browser.brandDescription":"Bilingual web page translation, also supports PDF translation, bilingual Epub eBook translation, free to use.","browser.toggleTranslatePage":"Traducir p\xE1gina/visualizar texto original","browser.toggleTranslateTheWholePage":"Traducir todas las \xE1reas de la p\xE1gina/visualizar el texto original","browser.toggleOnlyTransation":"Cambiar al modo biling\xFCe/solo texto traducido","browser.toggleTranslateToThePageEndImmediately":"Traducci\xF3n inmediata al final de la p\xE1gina/visualizaci\xF3n del texto original","browser.toggleTranslateTheMainPage":"Traducir el \xE1rea principal de la p\xE1gina/visualizar el texto original","browser.shareToDraft":"Compartir p\xE1ginas biling\xFCes","browser.openOptionsPage":"Abrir la p\xE1gina de configuraci\xF3n","browser.toggleTranslationMask":"Mostrar/ocultar el efecto de desenfoque de traslaci\xF3n","browser.translateLocalPdfFile":"Traducir archivos PDF locales","browser.openEbookViewer":"Leer libros electr\xF3nicos locales","browser.openEbookBuilder":"Creaci\xF3n de eBooks EPUB biling\xFCes","browser.translateLocalHtmlFile":"Traducir archivos HTML/txt","browser.donateContext":"M\xE1s informaci\xF3n sobre las ventajas del patrocinio","browser.translateLocalSubtitleFile":"Traducir archivos de subt\xEDtulos locales",confirmResetConfig:"\xBFEst\xE1s seguro de que quieres restablecer la configuraci\xF3n?",translationLineBreakSettingTitle:"Ajuste del salto de l\xEDnea de traducci\xF3n",smartLineBreak:"alimentaci\xF3n de l\xEDnea inteligente (inform\xE1tica)",alwaysLineBreak:"Siempre avance de l\xEDnea",isShowContextMenu:"A\xF1adir p\xE1ginas traducidas a los elementos del men\xFA contextual",toggleBeta:"Activaci\xF3n de las funciones de prueba beta",betaDescription:"Habilita funciones que a\xFAn son experimentales, as\xED como un servicio de traducci\xF3n en beta. \xDAnete al <1>grupo de Telegram para obtener m\xE1s informaci\xF3n.",translationLineBreakSettingDescription:"Los saltos de l\xEDnea siempre son ordenados para las p\xE1ginas con menos contenido. (Utilice saltos de l\xEDnea inteligentes en p\xE1rrafos largos con mucho contenido (m\xE1s de{count}caracteres) para ahorrar espacio).",tempTranslateDomainTitle:"Duraci\xF3n de la conexi\xF3n temporal de la traducci\xF3n del sitio web",tempTranslateDomainDescription:"Al traducir manualmente una p\xE1gina web, active temporalmente el sitio web para la traducci\xF3n autom\xE1tica, y puede establecer la duraci\xF3n temporal.",xMinutes:"{count} minutos",disabled:"prohibir el uso de algo",changelog:"Registro de actualizaci\xF3n",toggleTranslatePageWhenThreeFingersOnTheScreen:"Tocar la pantalla con varios dedos simult\xE1neamente traduce p\xE1ginas web/visualiza el texto original",toggleTranslationMaskWhenThreeFingersOnTheScreen:"El toque con varios dedos muestra/oculta el efecto de desenfoque.",fingerCountToToggleTranslagePageOnlyTranslationWhenTouching:"Varios dedos tocando la pantalla al mismo tiempo traducen la p\xE1gina web (s\xF3lo traducci\xF3n)/visualizan el texto original.",addUrlDescription:"Puede ser un nombre de dominio y tambi\xE9n admite comodines, por ejemplo\uFF1A*.google.com, google.com/mail/*, https://www.google.com/*",general:"Ajustes b\xE1sicos",clickToExpandConfig:"Ampliar la configuraci\xF3n actual",import:"Importar desde archivo",export:"Exportar a archivo",toggleDebug:"Imprime el registro de depuraci\xF3n en la consola","fingers.0":"coagulaci\xF3n","fingers.2":"toque con dos dedos","fingers.3":"toque con tres dedos","fingers.4":"toque con cuatro dedos","fingers.5":"toque con cinco dedos",mouseHoldKey:"+ {key} traducir/restaurar el p\xE1rrafo",mouseHoldKeyAuto:"Traducci\xF3n directa del p\xE1rrafo",mouseHoldKeyOff:"No hagas nada.",mouseHoldKeyOther:"Atajos personalizados (abrir ajustes)",mouseHoldKeyCustomKey:"{key} Traducci\xF3n/reducci\xF3n del p\xE1rrafo",mouseHoverHoldKey:"Traduce p\xE1rrafos pulsando la tecla de acceso directo mientras pasas el rat\xF3n por encima.","mouse-translate":"al pasar el rat\xF3n",document:"Archivo (inform\xE1tico)",resetSuccess:"Restablecer todos los ajustes correctamente",resetThisSuccess:"Restablecimiento correcto",saved:"Salvar con \xE9xito",successImportConfig:"Configuraci\xF3n importada correctamente",goAdvancedSettings:"Vaya a la p\xE1gina de configuraci\xF3n avanzada",goAdvancedInterfaceSettings:"Vaya a la p\xE1gina Configuraci\xF3n avanzada de personalizaci\xF3n",advanced:"Ajustes avanzados",advancedDescription:"Por lo general, no es necesario realizar ning\xFAn ajuste, basta con dejarlo por defecto. S\xF3lo para usuarios m\xE1s especializados, hay disponibles ajustes m\xE1s personalizados.",developer:"Ajustes de desarrollador",donateCafe:"precios","translate to the bottom of the page":"\xBFSe traslada al final de la p\xE1gina inmediatamente despu\xE9s de entrar en ella?",feedback:"Preguntas",toggleTranslatePage:"Traducir p\xE1gina/visualizar texto original",translateToThePageEndImmediatelyDescription:"Si la activas, el contenido se traducir\xE1 inmediatamente desde la parte superior a la inferior de la p\xE1gina a medida que entras en ella. Si lo desactiva, se traducir\xE1 a medida que lea. (No recomendado)","translate all areas of the page":"Traducir o no todas las \xE1reas de la p\xE1gina",translationAreaDescription:"Activado, se traducen todas las \xE1reas de toda la p\xE1gina web. Si se desactiva, se utiliza el reconocimiento inteligente predeterminado y s\xF3lo se traducen las \xE1reas principales. (No se recomienda activarlo)","the number of characters to be translated first":"Traduzca directamente los primeros caracteres de la p\xE1gina sin esperar a desplazarse hasta el \xE1rea de visualizaci\xF3n","interface language":"lenguaje de interfaz","display both the original text and the translation":"Visualizaci\xF3n simult\xE1nea del original y la traducci\xF3n","keyboard shortcuts":"Atajos de teclado",modify:"Modificar las teclas de acceso directo",reset:"revisi\xF3n",close:"coagulaci\xF3n",homepage:"p\xE1gina de inicio",more:"m\xE1s",moreOptions:"M\xE1s opciones de personalizaci\xF3n",translateTheWholePage:"Traducir todas las \xE1reas de la p\xE1gina (a diferencia de reconocer inteligentemente las \xE1reas principales)",changeToTranslateTheWholePage:"Cambiar para traducir todas las regiones",changeToTranslateTheMainPage:"Cambiar al \xE1rea principal de traducci\xF3n",changeToOnlyTranslationMode:"Mostrar s\xF3lo traducciones",changeToDualTranslationMode:"Cambiar a traducci\xF3n biling\xFCe",translateToThePageEndImmediately:"Traducci\xF3n inmediata al final de la p\xE1gina",translateTheMainPage:"Traducci\xF3n inteligente Regiones clave","The local rules are up to date":"Las normas locales de adaptaci\xF3n est\xE1n actualizadas.","Successfully synchronized with the latest official rules:":"Sincronizado con \xE9xito con las \xFAltimas normas oficiales de adaptaci\xF3n.","Checking for updates":"Comprobaci\xF3n de actualizaciones","Rules are being synchronized":"Sincronizaci\xF3n de las normas de adaptaci\xF3n",localVersionIsTooOld:"La versi\xF3n de la extensi\xF3n local es demasiado antigua, por favor actualice la extensi\xF3n a {minVersion} o m\xE1s reciente antes de intentar sincronizar.",badUserscriptBrowser:"El navegador actual no implementa correctamente la interfaz de la <1>extensi\xF3n Grease Mon key (por ejemplo, para obtener informaci\xF3n sobre el n\xFAmero de versi\xF3n del propio script Grease Monkey), por favor, utilice otros navegadores <1>compatibles con la extensi\xF3n Grease Monkey, como Firefox.",foundNewVersion:"Descubra la nueva versi\xF3n",theLocalExtensionIsUpToUpdate:"La extensi\xF3n actual est\xE1 al d\xEDa.",failToSyncRules:"No sincronizaci\xF3n de las \xFAltimas normas de adaptaci\xF3n",retry:"Pulse aqu\xED para volver a intentarlo",failedReason:"Razones del fracaso",currentRuleVersion:"Versi\xF3n actual de la norma",calculating:"c\xE1lculos",unknownError:"error desconocido",canNotFetchRemoteRule:"No se pueden obtener reglas remotas",enableAlphaSuccess:"Alfa activado",disableAlphaSuccess:"Se ha desactivado la funci\xF3n Alfa",cacheSize:"Tama\xF1o de la cach\xE9\uFF1A",cleaning:"en proceso de liquidaci\xF3n",cleanCache:"borrar la cach\xE9",options:"establecer",about:"con respecto a",service:"servicio de interpretaci\xF3n",needAction:"(Ir a Ajustes)",goSettings:"seguir adelante y configurar",needActionForOptions:"(por establecer)",translationEngine:"Opciones de motor",sourceLanguage:"Idioma original",target:"lengua de llegada",popupSourceLanguage:"Idioma original",popupTarget:"lengua de llegada",popupService:"servicio de interpretaci\xF3n",forThisSite:"P\xE1gina web actual",autoEnableSubtitle:"Activa autom\xE1ticamente los subt\xEDtulos biling\xFCes",alwaysTranslate:"Traduzca siempre",neverTranslate:"Nunca traduzca",alwaysTranslateSomeLanguage:"Traduzca siempre {language}",neverTranslateSomeLanguage:"Nunca traduzca {language}",alwaysTranslateSomeSite:"Traduzca siempre {hostname}",neverTranslateSomeSite:"Nunca traduzca {hostname}",alwaysTranslateSomeSiteOrWildSite:"Traduzca siempre el sitio",alwaysTranslateSomePage:"Traducir siempre la p\xE1gina",add:"aumentar",default:"por defecto (ajuste)",forThisLanguage:"Para este idioma\uFF1A","add url":"Introducir URL",edit:"compilador","translate other languages into specific language":"Traduce otros idiomas a tu idioma","select translation service":"Seleccione un servicio de traducci\xF3n",language:"multiling\xFCismo","show-original":"Mostrar texto original",translate:"renderizaci\xF3n",Translated:"traducido",Translating:"en traducci\xF3n",Error:"incorrecto",allowCacheTranslations:"Activar la cach\xE9 de traducci\xF3n local (para reducir las solicitudes de traducci\xF3n de pasajes duplicados)","translation display":"Estilo de visualizaci\xF3n de la traducci\xF3n","select diplay style":"Distinguir entre los estilos de traducci\xF3n, con referencia espec\xEDfica a los siguientes ejemplos",interface:"Ajustes de interfaz",import_export:"Importaci\xF3n y exportaci\xF3n",import_export_title:"Configuraci\xF3n de importaci\xF3n/exportaci\xF3n",syncToGoogleDrive:"Sincronizar con Google Drive ahora",floatBallOptions:"Ajustes de la Hoverball","floatBallOptions.enable":"Habilitar Hoverball","floatBallOptions.blockUrls":"Desactivar el sitio web","floatBallOptions.add":"aumentar","floatBallOptions.blockUrlDesc":"Las Hoverballs no se muestran cuando se encuentran los siguientes sitios web","floatBallOptions.clickType":"comportamiento al hacer clic","floatBallOptions.clickTypeDesc":"Comportamiento del icono Hoverball al hacer clic","floatBallOptions.clickPopup":"Mostrar panel de traducci\xF3n","floatBallOptions.clickTranslate":"Traducci\xF3n/visualizaci\xF3n del texto original","floatBallOptions.fixedPosition":"\u56FA\u5B9A\u4F4D\u7F6E","floatBallOptions.fixedPositionDesc":"\u60AC\u6D6E\u7403\u5728\u7A97\u53E3\u5DE6\u4FA7\u8FD8\u662F\u53F3\u4FA7","floatBallOptions.fixedPositionLeft":"\u5DE6\u4FA7","floatBallOptions.fixedPositionRight":"\u53F3\u4FA7",previewAllThemes:"Vista previa de todos los estilos","translationTheme.none":"no tener","translationTheme.grey":"gris oscuro","translationTheme.dashed":"subrayado punteado","translationTheme.dotted":"gui\xF3n bajo punteado","translationTheme.dashedBorder":"borde punteado","translationTheme.solidBorder":"borde s\xF3lido","translationTheme.underline":"Subrayar l\xEDneas rectas","translationTheme.mask":"Efectos difusos (modos de aprendizaje)","translationTheme.opacity":"efecto de transparencia","translationTheme.paper":"Efecto sombra de papel blanco","translationTheme.dividingLine":"l\xEDnea divisoria","translationTheme.highlight":"alto brillo","translationTheme.marker":"marcador (palabra de pr\xE9stamo)","translationTheme.marker2":"Marcador 2","translationTheme.blockquote":"Estilos de referencia","translationTheme.weakening":"debilitamiento","translationTheme.italic":"tipo de letra inclinado","translationTheme.bold":"espesar","translationTheme.thinDashed":"subrayado de l\xEDnea discontinua fina","translationTheme.nativeDashed":"El sistema viene con un subrayado de puntos","translationTheme.nativeDotted":"El sistema viene con subrayado de puntos","translationTheme.nativeUnderline":"El sistema viene con un subrayado recto","translationTheme.wavy":"l\xEDnea ondulada","translationServices.custom":"API personalizada","translationServices.tencent":"Tencent Traductor","translationServices.tenAlpha":"Tencent Translator (Alfa)","translationServices.google":"Google Translate","translationServices.bai":"Baidu (Alfa)","translationServices.baidu":"Traducci\xF3n de Baidu","translationServices.aliyun":"Traducci\xF3n AliCloud","translationServices.volc":"traducci\xF3n del volc\xE1n","translationServices.deeplx":"DeepLX (Beta)","translationServices.bing":"Microsoft Translate","translationServices.deepl":"DeepL","translationServices.wechat":"Traducci\xF3n de WeChat","translationServices.azure":"Traducci\xF3n Azure","translationServices.ibm":"IBM Watson","translationServices.aws":"Traducci\xF3n Amazon","translationServices.mock":"Traducci\xF3n simulada","translationServices.mock2":"Traducci\xF3n simulada 2","translationServices.caiyun":"lit. nubes de colores y peque\xF1as traducciones","translationServices.cai":"Nubes de colores (Alfa)","translationServices.volcAlpha":"Volc\xE1n (Alfa)","translationServices.openl":"OpenL","translationServices.youdao":"Traducci\xF3n Youtube","translationServices.you":"Youdao Traductor (Alfa)","translationServices.transmart":"Tencent Interactive Traducci\xF3n","translationServices.niu":"Traductor Maverick","translationServices.papago":"Traducci\xF3n de Papago","translationServices.d":"D (Alfa)","translationServices.dpro":"D Pro (Canarias)","translationServices.openai":"OpenAI","translationServices.yandex":"Yandex","translationServices.chatgpt":"ChatGPT Web(3.5 m\xF3vil)","translate title":"Traducir t\xEDtulos de p\xE1ginas","always languages":"Traduzca siempre el idioma",neverTranslateLanguagesLabel:"La lengua que nunca se traducir\xE1",neverTranslateTheFollowingLanguagesDescription:"Las traducciones se omiten cuando un p\xE1rrafo de la p\xE1gina est\xE1 en uno de los siguientes idiomas",enableUserscriptPagePopup:"Mostrar hoverball en la p\xE1gina",enableUserscriptPagePopupDescription:"Despu\xE9s de desactivar el hoverball, se puede recuperar con el acceso directo /{touch}. Se recomienda encarecidamente marcar esta p\xE1gina de configuraci\xF3n para evitar no poder encontrar el hoverball despu\xE9s de desactivar esta opci\xF3n por error.","always translate the following languages":"Traduce autom\xE1ticamente al idioma de destino cuando la p\xE1gina est\xE1 en uno de los siguientes idiomas","always sites":"Sitios web siempre traducidos","always translate the following sites":"Los sitios web se traducen autom\xE1ticamente a la lengua de destino cuando son los nombres de dominio de","never sites":"Sitio nunca traducido","never translate the following sites":"No se realizar\xE1n traducciones cuando el sitio web corresponda a los siguientes dominios","please refer to":"Tienes que rellenar la clave antes de poder utilizarla.",KeyAndConfigurationTutorial:"Tutorial de aplicaci\xF3n y configuraci\xF3n de llaves",useAboveStyleForTheseSites:"Utilice siempre el estilo de traducci\xF3n \u2308{theme}\u230B cuando el sitio sea para los siguientes dominios",currentUrl:"URL actual",confirm:"guardar (un archivo, etc.) (inform\xE1tica)",cancel:"anulaciones",delete:"eliminar","languages.auto":"detecci\xF3n autom\xE1tica",syncToCloud:"Sincronizaci\xF3n con Google Drive",syncToCloudDescription:"Subida a la nube, la configuraci\xF3n se puede sincronizar entre distintos navegadores/scripts de mono de grasa, sea cual sea la \xFAltima modificaci\xF3n.",syncToAccount:"Sincronizaci\xF3n con la nube de traducci\xF3n inmersiva",syncToAccountButton:"Sincronizaci\xF3n instant\xE1nea con la nube",syncToAccountDescription:"Sincroniza autom\xE1ticamente las configuraciones entre distintos dispositivos, sea cual sea el \xFAltimo en modificarse.",successSyncConfigInAccount:"Sincronizaci\xF3n satisfactoria con la nube",successSyncConfigToAccount:"Sincronizaci\xF3n satisfactoria con la nube",syncConfigNoUpdate:"Ya est\xE1 actualizado.",authFail:"Fallo de autorizaci\xF3n",syncTitle:"Gesti\xF3n manual de copias de seguridad",import_hint:"importar (datos)",upload:"cargar",revokeAuth:"revocar una autorizaci\xF3n",uploadFail:"Carga fallida",download:"descargando",importSuccess:"Importado con \xE9xito",importFail:"fallo de importaci\xF3n",deleteFail:"Error al borrar",backupToCloud:"Gesti\xF3n manual de los archivos de copia de seguridad",create_new_backup:"A\xF1adir un nuevo nodo de copia de seguridad",maxBackupFiles:"Se pueden hacer copias de seguridad de hasta{count}nodos diferentes, por favor, elimine los nodos que no necesite.",backupToCloudDescription:"Cargar o restaurar manualmente archivos de copia de seguridad, permitiendo hasta 3 copias de seguridad diferentes.",successSyncConfig:"Sincronizaci\xF3n satisfactoria con la nube",syncFail:"fallo de sincronizaci\xF3n",updatedAt:"Actualizado desde {date}",lastSyncedAt:"\xDAltima consulta en {date}",downloadFail:"Error de descarga",clickToDownload:"Haga clic para descargar",aboutLabel:"Acerca de - Comentarios","browser.openAboutPage":"Acerca de/Feedback",aboutLabelWithoutSponsor:"Acerca de - Comentarios",aboutIntro:"Que todos tengamos un acceso m\xE1s f\xE1cil y agradable a la enorme cantidad de informaci\xF3n en idiomas extranjeros que hay en Internet \u2764\uFE0F Puedes optar por activar tu <6>suscripci\xF3n Pro para utilizar las traducciones listas para usar de DeepL y OpenAI.

Puedes seguirnos en <3>Twitter, <4>Telegram, Weibo, WeChat, o <5>suscribirte a nuestra lista de correo para estar al tanto de las actualizaciones.
<7>Los miembros Pro pueden ponerse en contacto con nosotros en <8>support@immersivetranslate.com para un r\xE1pido servicio de atenci\xF3n al cliente.",aboutIntroWithoutSponsor:"Ojal\xE1 todos tengamos un acceso m\xE1s f\xE1cil y agradable a la enorme cantidad de informaci\xF3n en idiomas extranjeros disponible en Internet \u2764\uFE0F

Puedes seguirnos en <3>Twitter, el <4>canal de Telegram, WeChat, WeChat Exchange, o <5>suscribirte para seguir las actualizaciones por <5>correo electr\xF3nico a continuaci\xF3n.",projectHomepage:"Inicio del proyecto",joinTelegramGroup:"\xDAnase al grupo de usuarios para participar en los debates",wechatPublicAccount:"WeChat P\xFAblico",wechatCommunities:"Grupo de intercambio WeChat",qqCommunities:"Canal de comunicaci\xF3n QQ",joinTelegramChannel:"Siga el canal de Telegram para las \xFAltimas actualizaciones",feedbackAndJoin:"Pregunta Feedback / A\xF1adir Grupo",autoSync:"sincronizaci\xF3n horaria autom\xE1tica",loadingThemeTitle:"Estilo de carga",loadingThemeDescription:"Establecer el estilo mientras se espera a que se cargue la traducci\xF3n","loadingTheme.spinner":"Animaci\xF3n giratoria","loadingTheme.text":"texto est\xE1tico algo ","loadingTheme.none":"no se muestra",developerDescription:"La documentaci\xF3n sobre personalizaci\xF3n avanzada se encuentra <1>aqu\xED","edit border color":"Modificar el color del borde",successSyncButNoChange:"La configuraci\xF3n actual es coherente con la nube",customTheme:"Colores y tama\xF1os personalizados","customThemeLabel.borderColor":"Color del borde","customThemeLabel.borderRadius":"Bordes redondeados","customThemeLabel.textColor":"color del texto","customThemeLabel.backgroundColor":"color de fondo","customThemeLabel.zoom":"Escalado de fuentes (%)","customThemeLabel.opacity":"Opacidad del texto (%)",resetToDefaultColor:"Restablecer los colores por defecto",resetToDefaultSettings:"Restablecer la configuraci\xF3n predeterminada",isTranslateTitle:"Activar la traducci\xF3n de los t\xEDtulos de las p\xE1ginas",isTranslateTitleDescription:"Si est\xE1 activada, se traducen los t\xEDtulos de las p\xE1ginas",enableSearchEnhancement:"Activar la mejora de mensajes biling\xFCes",enableSearchEnhancementDescription:'Una vez activada, los resultados de b\xFAsqueda de "Google News" se mostrar\xE1n autom\xE1ticamente en la columna derecha de los sitios web compatibles (Google News, Google Search (algunas palabras clave), Snowball, Oriental Fortune, Futura, Tiger Community) para las correspondientes palabras clave en ingl\xE9s.',verifyService:"Haga clic aqu\xED para probar el servicio",verified:"Verificar el \xE9xito","field.langs":"C\xF3digos de idioma admitidos","field.model":"modelizaci\xF3n","field.translationEngine":"motor de traducci\xF3n","field.limitPerMinute":"Peticiones m\xE1ximas por minuto","field.limitPerSecond":"N\xFAmero m\xE1ximo de solicitudes por segundo","field.maxTextLengthPerRequest":"Longitud m\xE1xima del texto por solicitud","field.maxTextGroupLengthPerRequest":"N\xFAmero m\xE1ximo de apartados por solicitud","field.apiUrl":"Direcci\xF3n de interfaz API personalizada","field.placeholderDelimiters":"marcador de posici\xF3n reservado","description.custom":"Interfaz personalizada Acceso Documentaci\xF3n necesaria","description.limitPerMinute":"Las solicitudes que superan este l\xEDmite pasan a una cola hasta el inicio del siguiente minuto. Debido a las diversas limitaciones del servicio actual de OpenAI, haz clic <1>aqu\xED para consultar los \xFAltimos valores sugeridos.","description.limitPerSecond":"Las solicitudes que superan este l\xEDmite pasan a una cola hasta el inicio del siguiente segundo. Debido a las diversas limitaciones del servicio actual de OpenAI, haz clic <1>aqu\xED para consultar los \xFAltimos valores sugeridos.","description.generalLimitPerSecond":"Las solicitudes que superan este l\xEDmite pasan a una cola hasta el inicio del segundo siguiente.","description.prompt":"Enviar la conversaci\xF3n a {service} como usuario, donde {{text}} representa el contenido del texto del p\xE1rrafo, {{from}} representa el idioma del p\xE1rrafo y {{to}} representa el idioma objetivo.","description.maxTextLengthPerRequest":"El n\xFAmero m\xE1ximo de caracteres por petici\xF3n es demasiado grande para que la interfaz responda con lentitud, as\xED que pruebe a ajustar esta opci\xF3n para optimizar la velocidad","description.systemPrompt":"Un di\xE1logo enviado a OpenAI como sistema, donde {{text}} indica el contenido textual del p\xE1rrafo,{{from}} indica el idioma del p\xE1rrafo y{{to}} indica el idioma de destino.","field.domain":"reino","description.domain":"El valor predeterminado es\uFF1Ageneral. S\xF3lo puede establecerse si la traducci\xF3n de dominios est\xE1 activada en la consola de la API Arima; consulte <1>aqu\xED los dominios admitidos.","field.scene":"toma","description.scene":"Por defecto\uFF1Ageneral. S\xF3lo se puede establecer si la consola API AliCloud est\xE1 habilitado para Machine Translation Pro, ver <1>aqu\xED para los escenarios compatibles","field.vocabId":"ID del diccionario del usuario","description.vocabId":"El diccionario out_id especificado admite actualmente la traducci\xF3n del ingl\xE9s al chino.","description.model":"Modelos OpenAI, pueden ser gpt-3.5-turbo, gpt-4, etc.","description.maxTextGroupLengthPerRequest":"El n\xFAmero de p\xE1rrafos enviados al servicio de traducci\xF3n a la vez, si hay demasiados p\xE1rrafos, puede hacer que la interfaz responda m\xE1s lentamente.","description.apiUrl":"Por favor, a\xF1ada URLs espec\xEDficas con rutas, <1>m\xE1s descripci\xF3n",enabledExtension:"Habilitar extensiones",clickToDisableExtension:"Haga clic para desactivar las extensiones",clickToEnableExtension:"Haga clic para activar las extensiones",hasBeenDisabled:"desactivado","show password":"Mostrar contrase\xF1a",customContent:"Introduzca un nombre de modelo personalizado",inputOptions:"Mejora del cuadro de entrada",mouseHoverOptions:"al pasar el rat\xF3n",modifyMouseHoverKey:"Modificar el acceso directo del rat\xF3n",enableInputTranslation:"Activar o no la mejora del cuadro de entrada",enableInputTranslationDescription:"Una vez activado, escriba {startingKey}{startingKey} hola directamente en el cuadro de entrada, luego pulse r\xE1pidamente{inputTrailingTriggerKeyRepeatTimes}veces{trailingKey}para traducir a {inputTargetLanguage}",enableInputTranslationDescriptionForNoneKey:"Una vez activado, escriba\uFF1AHello World directamente en el cuadro de entrada y, a continuaci\xF3n, pulse r\xE1pidamente{inputTrailingTriggerKeyRepeatTimes}{trailingKey}veces para traducir al idioma de destino predeterminado.",inputTargetLanguage:"Establecer el idioma de destino por defecto para los cuadros de entrada",inputTargetLanguageDescription:"Idioma de destino por defecto para la traducci\xF3n del cuadro de entrada, es decir, {startingKey}{startingKey} como idioma por defecto para las palabras desencadenantes.",inputTargetLanguageDescriptionForNoneKey:"Idioma de destino predeterminado para la traducci\xF3n del cuadro de entrada",inputStartingTriggerKeyTitle:"Configuraci\xF3n del car\xE1cter de divisi\xF3n para la traducci\xF3n parcial del cuadro de entrada",inputStartingTriggerKeyDescription:"Cuando no necesite traducir todo el cuadro de entrada, el divisor le permite traducir s\xF3lo la parte desde {startingKey}{startingKey} hasta el final del cuadro de entrada, o puede especificar el c\xF3digo de idioma, por ejemplo\uFF1A{startingKey}ja significa traducir s\xF3lo la parte desde {startingKey}ja hasta el final del cuadro de entrada.",inputStartingTriggerKeyDescriptionForNoneKey:"La configuraci\xF3n actual de sin prefijo no es necesaria, y la funci\xF3n de traducci\xF3n de algunos textos en el cuadro de entrada no est\xE1 disponible por el momento.",inputTrailingTriggerKeyTitle:"Seleccione un car\xE1cter de activaci\xF3n de fin de entrada",inputTrailingTriggerKeyDescription:"\xA13 golpes r\xE1pidos{trailingKey} comenzar\xE1 a traducir!",inputTrailingTriggerKeyTimeout:"Introduce el tiempo entre disparos de fin de combate",inputTrailingTriggerKeyTimeoutDescription:"Establece el tiempo (en milisegundos) entre disparos de combo de fin de entrada.",spaceKey:"<\u7A7A\u683C\u952E>",noneKey:"Traducci\xF3n directa de todo el cuadro de texto sin prefijos",inputTranslationBlockUrlsTitle:"No active la mejora del cuadro de entrada en las siguientes URL",inputTranslationBlockUrlsDescription:"Las mejoras del cuadro de entrada no funcionar\xE1n en las siguientes URL",clickToSeeQuickDemo:"Haga clic para ampliar el v\xEDdeo tutorial r\xE1pido de 30 segundos",inputHelperInfo:"Descripci\xF3n\uFF1AHemos optimizado el hecho de que algunos caracteres desencadenantes se convertir\xE1n en signos de puntuaci\xF3n chinos bajo m\xE9todos de entrada chinos, por ejemplo, / se convertir\xE1 en un signo dun , bajo el m\xE9todo de entrada Sogou, e Immersive Translator soporta todos los s\xEDmbolos chinos correspondientes a los caracteres desencadenantes, es decir, //,,, ser\xE1n reconocidos como caracteres desencadenantes.

Tambi\xE9n soportamos alias Chinos para c\xF3digos de lenguaje como comandos, por ejemplo /Japanese Hello World ser\xE1 traducido al Japon\xE9s, <1>haga clic aqu\xED para ver todos los c\xF3digos de lenguaje soportados.",reloadCurrentPage:"Actualice la p\xE1gina actual antes de iniciar la traducci\xF3n.",noLocalFilePermissionForPDF:"Usted no tiene permiso para leer archivos locales, por favor haga clic en el bot\xF3n de arriba y luego importar archivos locales.",noPermissionForThisPage:"\u26A0\uFE0F No hay permiso para traducir la p\xE1gina actual",retryAllParagraphs:"Reintentar todos los pasajes de error",retryAllButton:"Reintentar todos los pasajes de error",errorTooltipTitle:"Haga clic para ver la causa del error",errorModalTitle:"Parece que algo va mal con el servicio de traducci\xF3n o la red...",disableConfirm:"Entorno biling\xFCe de mejora de la informaci\xF3n",disableOnce:"Esta inhabilitaci\xF3n",disableGlobal:"desactivar permanentemente",disableTint:"* Puede volver a activarlo en {option} .",searchEnhancementNotes:"Tras activar la funci\xF3n de mejora de la informaci\xF3n biling\xFCe con traducci\xF3n inmersiva, buscaremos autom\xE1ticamente las mismas palabras clave en ingl\xE9s en los sitios web compatibles (Google News, Google Search (algunas palabras clave), Snowball, Oriental Wealth, Futura, Tiger) y las mostraremos a la derecha. Si no necesitas esta funci\xF3n, puedes desactivarla.",option:"establecer",saveSettings:"Guardar configuraci\xF3n",closeModal:"Cerrar ventana",enableInputTranslationWithoutTriggerKeyTitle:"Habilite 3 pulsaciones r\xE1pidas en{trailingKey}para traducir directamente todo el cuadro de entrada a{inputTargetLanguage}",enableInputTranslationWithoutTriggerKeyDescription:"Para especificar el idioma de destino, antep\xF3ngale el c\xF3digo del idioma, por ejemplo:\uFF1Aja Hola Mundo",mouseHoverShortcutPlaceholder:"p. ej.\uFF1ATurno",deepLProName:"Miembro de Immersive Translation Pro (Recomendado)",deepLProDescription:"El paquete actual puede utilizarse directamente",deeplProDescriptionForNormal:"No requiere instalaci\xF3n, los miembros pueden utilizarlo despu\xE9s de iniciar sesi\xF3n, <1>haga clic aqu\xED para actualizar a miembro",deepLCustomDescription:"Se requiere tarjeta de cr\xE9dito extranjera, abierta oficialmente en <1>DeepL, haga clic para ver <2>la documentaci\xF3n",deepLCustomName:"Clave de autenticaci\xF3n personalizada",chooseProviderLabel:"Seleccione un proveedor de servicios",openaiProName:"Miembro de Immersive Translation Pro (Recomendado)",openaiProDescription:"El paquete actual puede utilizarse directamente",openaiProDescriptionForNormal:"No requiere instalaci\xF3n, los miembros pueden utilizarlo despu\xE9s de iniciar sesi\xF3n, <1>haga clic aqu\xED para actualizar a miembro",openaiCustomDescription:"Disponible en OpenAI, Azure OpenAI u otros servicios de terceros. <1>Haga clic aqu\xED para consultar la documentaci\xF3n.",openaiCustomName:"Clave API personalizada",needLoginAction:"(Afiliaci\xF3n abierta o personalizaci\xF3n)",goLoginOrAction:"(Abra una cuenta o vaya a la configuraci\xF3n)",yearly:"efectuar un pago anual consecutivo",quarterly:"embalaje secuencial",monthly:"suscripci\xF3n mensual",yearlyForOnce:"Paquete anual \xFAnico",monthlyForOnce:"Paquete mensual \xFAnico",daily:"d\xEDas consecutivos de paquetes",year:"efectuar un pago anual consecutivo",quarter:"embalaje secuencial",month:"suscripci\xF3n mensual",day:"d\xEDas consecutivos de paquetes",onetime_7day:"Pack Experiencia 7 d\xEDas",currentPlanDescriptionForFree:"Paquetes actuales\uFF1AGratis",currentPlanDescriptionForContinuous:"El paquete actual\uFF1A{plan}se renovar\xE1 autom\xE1ticamente en {endAt} .",currentPlanDescriptionForAutoRenewCaceling:"El paquete actual\uFF1A{plan}expirar\xE1 en {endAt} y no se renovar\xE1 autom\xE1ticamente a su vencimiento.",currentYearlyPlanDescriptionForAutoRenewCacelingWithRealPaiedUser:"El paquete actual,\uFF1A{plan}, caducar\xE1 en {endAt} y no se renovar\xE1 autom\xE1ticamente a su vencimiento.
<1>Haga clic aqu\xED para gestionar su plan de renovaci\xF3n",currentYearlyPlanDescriptionForAutoRenewCacelingWithAdmin:"El paquete actual,\uFF1A{plan}, caducar\xE1 en {endAt} y no se renovar\xE1 autom\xE1ticamente a su vencimiento.
<1>Haga clic aqu\xED para activar la suscripci\xF3n anual continua",currentPlanDescriptionForOneTime:"La suscripci\xF3n actual\uFF1A{plan}expirar\xE1 en {endAt} , <1>haga clic aqu\xED para cambiar a una suscripci\xF3n <1>anual o <2>mensual.",upgradePlan:"Haga clic aqu\xED para pasar a Pro",upgradeToPro:"Actualizar a miembro Pro","popup.openPro":"Actualice su suscripci\xF3n a Pro para disfrutar de DeepL y de la traducci\xF3n OpenAI, \xA1haga clic aqu\xED para actualizar!","popup.openProForPro":"Eres un miembro Pro con acceso directo a DeepL y a las traducciones de OpenAI.",currentAccount:"cuenta corriente",enableAutoSyncUserSettings:"Sincronizaci\xF3n autom\xE1tica en la nube de varios dispositivos",modalEnableInputTranslationTitle:"Traducci\xF3n inmersiva Cuadro de entrada Alertas de traducci\xF3n",modalEnableInputTranslationDesc:"Acaba de activar la traducci\xF3n del cuadro de entrada de Immersive Translation pulsando la barra espaciadora 3 veces en r\xE1pida sucesi\xF3n, y el contenido del cuadro de entrada se traducir\xE1 al idioma de destino predeterminado. La traducci\xF3n puede deshacerse con Ctrl+Z.

Si ha sido un error, no se preocupe, puede elegir desactivarla esta vez, o desactivar permanentemente la traducci\xF3n del cuadro de entrada.",saveAndNotShowAgain:"Guardar y dejar de preguntar",disableInputTranslationTips:"* Tambi\xE9n puedes configurar otros atajos para que se activen en {option} ,{learnMore}.",learnMore:"M\xE1s informaci\xF3n",continueEnalbeInputTranslation:"Seguir activando la traducci\xF3n del cuadro de entrada",autoRenewTrialSuffix:'(En la versi\xF3n de prueba,pas\xF3 inmediatamente a ser miembro de pleno derecho)',upgradeFromTrialTitle:"Pasar a Miembro de pleno derecho",subtitle:"subtitulado de v\xEDdeo",youtubeService:"Traducci\xF3n por inmersi\xF3n Servicios de traducci\xF3n de subt\xEDtulos de v\xEDdeo","subtitle.disabledSubtitle":"Desactivar permanentemente la funci\xF3n de subt\xEDtulos de v\xEDdeo","subtitle.disabledSubtitleDescription":"Si Immersive Translator's Video Subtitles entra en conflicto con otras extensiones, puedes optar por desactivar permanentemente la funcionalidad de Immersive Translator's Video Subtitles o desinstalar otras extensiones conflictivas.","subtitle.autoEnableSubtitle":"Uso autom\xE1tico de subt\xEDtulos biling\xFCes","subtitle.autoEnableSubtitleDescription":"Una vez activado, se mostrar\xE1n autom\xE1ticamente subt\xEDtulos biling\xFCes cuando se reproduzca el video, de lo contrario, necesitar\xE1 hacer clic en el bot\xF3n de traducci\xF3n para que se muestren.","subtitle.preTranslation":"Traducir subt\xEDtulos mediante traducci\xF3n inmersiva","subtitle.preTranslationDescription":"Cuando est\xE1 activada, se pretraducir\xE1 todo el subt\xEDtulo utilizando el servicio de traducci\xF3n especificado m\xE1s abajo, y un v\xEDdeo de 1 hora consumir\xE1 unos 50.000 tokens o caracteres, as\xED que util\xEDzalos seg\xFAn tu criterio; cuando est\xE1 desactivada, se utilizar\xE1n primero los subt\xEDtulos originales.","subtitle.humanSubtitlesPreferred":"Uso prioritario del subtitulado humano","subtitle.humanSubtitlesPreferredDescription":"Priorizar el uso de subt\xEDtulos humanos cuando el v\xEDdeo disponga de subt\xEDtulos humanos en la lengua de llegada (recomendado)",videoSubtitleTranslationDescription:"Asignar un servicio de traducci\xF3n independiente para los subt\xEDtulos de v\xEDdeo",subtitleTranslating:"Por favor, espere mientras se traducen los subt\xEDtulos mediante el servicio {service} ... (traducci\xF3n por inmersi\xF3n)",subtitleLoading:"Cargando subt\xEDtulos...",bilingual:"biling\xFCismo","field.action":"Activar o no la terminolog\xEDa Baidu","description.action":"Cuando est\xE9 activado, se a\xF1adir\xE1 un par\xE1metro action=1 a la solicitud para informar a Baidu del t\xE9rmino activado; <1>consulte la documentaci\xF3n oficial para obtener m\xE1s informaci\xF3n.",closeQuickTranslation:"Cerrar Hoverball","closeQuickTranslation.untilNext":"Esta vez cerrado hasta la pr\xF3xima visita","closeQuickTranslation.currentWebsite":"Sitio actual desactivado","closeQuickTranslation.alwaysClose":"desactivar permanentemente","closeQuickTranslation.settingOpen":"(puede activarse en la <1>p\xE1gina de configuraci\xF3n )","closeQuickTranslation.cancel":"anulaciones","closeQuickTranslation.confirm":"defina","floatBall.popup":"Abrir el panel de ajustes r\xE1pidos","floatBall.translate":"Haga clic para traducir la p\xE1gina","floatBall.showOriginal":"Haga clic para volver al art\xEDculo original","floatBall.close":"Cerrar Hoverball","floatBallOptions.enableDescPc":"Despu\xE9s de activar el hoverball de la p\xE1gina, aparecer\xE1 un bot\xF3n de traducci\xF3n r\xE1pida en la parte derecha de la p\xE1gina, \xA1haz clic en \xE9l para traducir!","floatBallOptions.enableDesc":"Despu\xE9s de apagar el hoverball, puedes recuperarlo con{touch}. Se recomienda encarecidamente marcar esta p\xE1gina de configuraci\xF3n para evitar no poder encontrar el hoverball despu\xE9s de desactivar esta opci\xF3n por error.","description.azureApiUrl":"Introduzca la direcci\xF3n de la interfaz API personalizada",confirmSupportMouse:"Forzar la activaci\xF3n del soporte de rat\xF3n",confirmSupportMouseDescription:"Detectado que el navegador actual no soporta la funci\xF3n de rat\xF3n, \xBFse fuerza a habilitar el soporte de rat\xF3n?",sampleTargetText:"Llegar\xE1 la larga noche, y velar\xE9 desde hoy hasta que muera. No tomar\xE9 esposa, no har\xE9 feudo, no tendr\xE9 hijos. No llevar\xE9 corona, no luchar\xE9 por el honor. Cumplir\xE9 con mi deber, vivir\xE9 y morir\xE9.",sampleSourceText:"Night gathers, and now my watch begins. It shall not end until my death. I shall take no wife, hold no lands, father no children. I shall wear no crowns and win no glory. I shall live and die at my post.","subtitle.supportedSites":"\u5DF2\u652F\u6301\u5728\u8FD9\u4E9B\u7F51\u7AD9\u4F7F\u7528\u53CC\u8BED\u5B57\u5E55\uFF08\u6CE8\u610F\uFF1A\u7531\u4E8E\u6280\u672F\u9650\u5236\uFF0C\u90E8\u5206\u7F51\u7AD9\u5728\u9996\u6B21\u5F00\u542F\u5B57\u5E55\u540E\u9700\u8981\u91CD\u65B0\u5237\u65B0\u9875\u9762\uFF0C\u6216\u8005\u9700\u7B49\u5F85\u7FFB\u8BD1\u5B8C\u6210\u4EE5\u663E\u793A\u53CC\u8BED\u5B57\u5E55\uFF09\uFF1A",viewWithImmersiveTranslate:"\u53CC\u8BED\u7248\u672C(\u6C89\u6D78\u5F0F\u7FFB\u8BD1)",errorReason:"\u9519\u8BEF\u539F\u56E0\uFF1A{message}","proQuotaExceededError.onetime7day":'\uFF0C\u60A8\u53EF\u4EE5\u9009\u62E9\u4EE5\u4E0B\u65B9\u5F0F\u89E3\u51B3\uFF1A

1. \u5207\u6362\u5230 {anotherService} \u6216\u5176\u4ED6\u7FFB\u8BD1\u670D\u52A1
2. \u5347\u7EA7\u4E3A\u6708\u5EA6/\u5E74\u5EA6\u4F1A\u5458',"proQuotaExceededError.trial":'\uFF0C\u60A8\u53EF\u4EE5\u9009\u62E9\u4EE5\u4E0B\u65B9\u5F0F\u89E3\u51B3\uFF1A

1. \u5207\u6362\u5230 {anotherService} \u6216\u5176\u4ED6\u7FFB\u8BD1\u670D\u52A1
2. \u7ACB\u523B\u5347\u7EA7\u4E3A\u6B63\u5F0F\u4F1A\u5458',"proQuotaExceededError.nonTrial":'\uFF0C\u60A8\u53EF\u4EE5\u9009\u62E9\u4EE5\u4E0B\u65B9\u5F0F\u89E3\u51B3\uFF1A

1. \u5207\u6362\u5230 {anotherService} \u6216\u5176\u4ED6\u7FFB\u8BD1\u670D\u52A1
2. \u8D2D\u4E70 {translationService} \u989D\u5916\u6D41\u91CF\u5305',"proQuotaExceededError.resetTime":"
3. \u989D\u5EA6\u91CD\u7F6E\u65F6\u95F4\uFF1A{resetTime}","desc.touchShortcutsToggleTranslatePageOnlyTranslation":"Solo se muestra la traducci\xF3n se refiere a que solo se mostrar\xE1 la traducci\xF3n, si la p\xE1gina web a\xFAn no se ha traducido, cambiar\xE1 el modo y traducir\xE1.","desc.toggleOnlyTransation":"El modo de solo traducci\xF3n se refiere a mostrar solo el texto traducido, si la p\xE1gina web a\xFAn no se ha traducido, cambiar\xE1 el modo y traducir\xE1.",touchShortcutsToggleTranslatePageOnlyTranslation:"Configurar gestos de pantalla t\xE1ctil para cambiar entre modo biling\xFCe/solo texto traducido",download_started:"La descarga ya ha comenzado, si no se descarga autom\xE1ticamente, haga clic manualmente.",here:"aqu\xED","desc.toggleVideoSubtitlePreTranslation":"Al presionar, los subt\xEDtulos biling\xFCes del video usar\xE1n preferentemente la configuraci\xF3n de traducci\xF3n inmersiva, al presionar nuevamente, se dar\xE1 prioridad a los subt\xEDtulos de traducci\xF3n autom\xE1tica incluidos en el video original. Nota: este atajo modifica la configuraci\xF3n global.",videoSubtitlePreTranslationOn:"Los subt\xEDtulos del video tendr\xE1n prioridad para usar la traducci\xF3n inmersiva.",videoSubtitlePreTranslationOff:"Los subt\xEDtulos del video dar\xE1n prioridad a los subt\xEDtulos de traducci\xF3n autom\xE1tica incluidos en el video original.",translationFont:"Establecer fuente","translationFont.custom":"Ingrese fuente personalizada","translationFont.customPlaceholder":"fuente","translationFont.notSupportErrorMessage":"Por favor, verifique si el nombre de la fuente que ingres\xF3 es correcto, o confirme si esta fuente ya est\xE1 instalada en su dispositivo.","touch.mouse-translate":"Traducir el p\xE1rrafo especificado.","translationServices.inherit":"Siga el servicio de traducci\xF3n principal","error.serveConfigError":"Error de configuraci\xF3n del servicio","error.reloadPageOfSetting":"Despu\xE9s de configurar, por favor refresca la p\xE1gina para traducir de nuevo.","error.googleLimitIp":"El servicio devuelve un error, el servicio de Google ha limitado la direcci\xF3n IP, se recomienda que cambie el nodo de red.","error.openAIFreeLimit":"El servicio devuelve un error, la frecuencia actual de solicitudes de traducci\xF3n ha alcanzado el l\xEDmite m\xE1ximo de 3 veces por minuto, por favor intente de nuevo m\xE1s tarde. (Esta es una restricci\xF3n de OpenAI oficial para la API Key gratuita, para eliminar esta restricci\xF3n, por favor vincule una tarjeta de cr\xE9dito en el backend de OpenAI.)","error.openAIExceededQuota":"El servicio devuelve un error: el saldo de tu cuenta de OpenAI es insuficiente, por favor recarga o vincula una tarjeta de cr\xE9dito en el panel de control oficial de OpenAI.","error.429":"El servicio devuelve un error, lo que indica que la solicitud es demasiado frecuente o excede el l\xEDmite de cuota, por favor intente de nuevo m\xE1s tarde.","error.403":"El servicio devuelve un error, no tiene permiso temporal para acceder a este servicio.","error.400":"El servicio devuelve un error, el par\xE1metro de solicitud es incorrecto, por favor verifica la configuraci\xF3n correspondiente.","error.502":"El servicio devuelve un error, el servicio se ha agotado, por favor intente de nuevo m\xE1s tarde.","error.proTokenInvalid":"Si usted es un usuario Pro, por favor inicie sesi\xF3n para usar el servicio de traducci\xF3n Pro.","error.proUpgrade":"Despu\xE9s de la actualizaci\xF3n, por favor refresca la p\xE1gina y traduce de nuevo.","error.configError":"Los datos de configuraci\xF3n son anormales.","error.goReset":"Ir a restablecer",batchEdit:"Operaci\xF3n en masa","translationModeLang.translation.title":"Solo modo de traducci\xF3n de idioma","translationModeLang.translation.description":"Cuando el idioma de la p\xE1gina es uno de los siguientes, se utilizar\xE1 autom\xE1ticamente solo el modo de traducci\xF3n.","translationModeUrl.translation.title":"Solo el modo de direcci\xF3n web de traducci\xF3n","translationModeUrl.translation.description":"Cuando el sitio web tiene los siguientes dominios, se utilizar\xE1 autom\xE1ticamente el modo de solo traducci\xF3n.","error.serveUnavailable":"El servicio [{serverName}] que est\xE1 utilizando actualmente no est\xE1 disponible temporalmente debido a problemas con la conexi\xF3n a la red o el proveedor del servicio. Le sugerimos que intente actualizar la p\xE1gina o cambiar a otro servicio de traducci\xF3n a trav\xE9s de <1>Configuraci\xF3n. Si usted es un miembro <2>Pro, puede optar por utilizar los servicios de traducci\xF3n m\xE1s estables de DeepL o OpenAI (<3>haga clic aqu\xED para probarlo gratis). Adem\xE1s, es posible que necesite revisar su configuraci\xF3n de red o proxy.",detectServiceLoading:"Detectando servicios de traducci\xF3n disponibles...",toggleToService:"Cambie a {service} e intente de nuevo.","error.gemini.429":"El servicio actual de Gemini ha alcanzado su capacidad m\xE1xima, por favor intente m\xE1s tarde o cambie a otro servicio de traducci\xF3n.",enableSentryReport:"Cuando ocurre un error de expansi\xF3n, usa Sentry para enviar comentarios.",notLogin:"No registrado",goLogin:"Iniciar sesi\xF3n",touchShortcutsOff:"Cerrar",shortcutSettings:"Atajo de teclado","tagsInput.add":"+ A\xF1adir",translationOnlyMode:"Solo modo de traducci\xF3n","multipleClick.2":"Haz doble clic",contact:"Cont\xE1ctanos","widget.translateFile":"PDF/ePub","subtitle.hideQuickButton":"Ya no mostrar este atajo","translationServices.gemini":"G\xE9minis","widget.instructionTooltip":"Consultar las instrucciones de uso","subtitle.bilingual":"Subt\xEDtulos biling\xFCes","error.retry":"Reintentar","multipleClick.4":"Cu\xE1druple golpe",buildSnapshots:"Generar captura de p\xE1gina web","error.subscriptionExpiredTitle":"La membres\xEDa ha expirado","slide.left":"Desliza a la derecha","widget.videoSubtitle":"subt\xEDtulos de video","browser.translateWithDeepL":"Uso temporal de DeepL para traducir la p\xE1gina actual","subtitle.autoDisableSubtitle":"No activar autom\xE1ticamente los subt\xEDtulos biling\xFCes","browser.translateWithBing":"Uso temporal de Microsoft para traducir la p\xE1gina actual","error.reason":"Raz\xF3n del error","browser.translateWithTransmart":"Uso temporal de Tencent para traducir la p\xE1gina actual",pickAll:"Seleccionar todo","browser.translateInputBox":"Traducir el contenido actual del cuadro de entrada.","floatBall.iKnow":"Ya lo s\xE9.",temprarilyChangeTranslationTo_deepl:"Estoy usando DeepL para traducir la p\xE1gina actual.","multipleClick.3":"Triple golpe","intro.hoverTitle":"Pase el mouse para traducir el p\xE1rrafo actual",temprarilyChangeTranslationTo_transmart:"Est\xE1 utilizando Tencent para traducir la p\xE1gina actual.","intro.floatBallTitle":"Bola flotante de traducci\xF3n r\xE1pida",paragraphMinTextCountField:"El n\xFAmero m\xEDnimo de caracteres necesarios para traducir un p\xE1rrafo","shortcutGroup.touch":"Gestos espec\xEDficos para pantallas t\xE1ctiles",temprarilyChangeTranslationTo_gemini:"Estoy usando Gemini para traducir la p\xE1gina actual.",temprarilyChangeTranslationTo_bing:"Est\xE1 utilizando Microsoft para traducir la p\xE1gina actual.","shortcutGroup.main":"Atajos de teclado de funciones comunes",mouseHoverCustomKeyTitle:"Personalizar el atajo de teclado para el rat\xF3n en suspensi\xF3n","shortcutGroup.shortcutsForTranslationServices":"Atajos de teclado relacionados con el servicio de traducci\xF3n",touchShortcutsToggleTranslateTouchElement:"Configurar gestos t\xE1ctiles para traducir p\xE1rrafos espec\xEDficos",notLoginPro:"Todav\xEDa no has iniciado sesi\xF3n en tu cuenta de miembro.","intro.subtitleTitle":"Visualizaci\xF3n de subt\xEDtulos biling\xFCes en videos en l\xEDnea","subtitle.showQuickButton":"En el reproductor se muestra el atajo de subt\xEDtulos biling\xFCes",temprarilyChangeTranslationTo_google:"Est\xE1 utilizando Google Traductor para traducir la p\xE1gina actual.",upgradeToProErrorTitle:"Por favor, actualice a miembro Pro para utilizar este servicio de traducci\xF3n.","widget.instruction":"Instrucciones de uso","slide.right":"Desliza a la izquierda","browser.translateWithOpenAI":"Uso temporal de OpenAI para traducir la p\xE1gina actual","shortcutGroup.others":"M\xE1s atajos de teclado personalizados","browser.toggleMouseHoverTranslateDirectly":"Habilitar o deshabilitar temporalmente la traducci\xF3n directa al pasar el mouse en la p\xE1gina",alwaysTranslateThisSite:"Siempre traduce este sitio web",neverTranslateThisSite:"Nunca traduzca este sitio web","shortcutGroup.mouse":"Configuraci\xF3n de atajos de teclado para el rat\xF3n en suspensi\xF3n","widget.translateFileTooltip":"Traducir documentos PDF, EPUB, SRT, ASS, HTML y TXT","browser.translateWithGemini":"Usa temporalmente Gemini para traducir la p\xE1gina actual","browser.toggleVideoSubtitlePreTranslation":"Cambie a subt\xEDtulos biling\xFCes y priorice la configuraci\xF3n de traducci\xF3n inmersiva.",networkError:"El servicio de traducci\xF3n o la red tienen problemas.",loggedIn:"Conectado","widget.videoSubtitleTooltip":"Apoya Youtube y otros {count}+ sitios web de videos",touchShortcutsToggleTranslationMask:"Configurar gestos t\xE1ctiles para mostrar la m\xE1scara de traducci\xF3n / mostrar el texto original","floatBall.guideClickToTranslate":"Haz clic en la bola flotante de traducci\xF3n inmersiva para traducir r\xE1pidamente","desc.touchShortcutsToggleTranslateTouchElement":"Personalice un gesto y podr\xE1 traducir cualquier p\xE1rrafo en el que se encuentre.","floatBall.longPress":"Mant\xE9n presionado para abrir r\xE1pidamente el panel de configuraci\xF3n.","error.subscriptionExpired":"Es posible que su membres\xEDa haya expirado, por favor verifique el estado de su membres\xEDa.",shortcutSettingsTitle:"Configuraci\xF3n de atajos de teclado",temprarilyChangeTranslationTo_openai:"Estoy usando OpenAI para traducir la p\xE1gina actual.","browser.translateWithGoogle":"Uso temporal de Google Traductor para traducir la p\xE1gina actual","desc.interfaceLanguage":"La configuraci\xF3n del idioma de la interfaz afecta el idioma de visualizaci\xF3n del panel de control y no tiene relaci\xF3n con el idioma objetivo de la traducci\xF3n.","description.baiduField":"Las \xE1reas de apoyo se ven <1>aqu\xED, si est\xE1 vac\xEDo significa que no se especifica el \xE1rea.","contact.description":"Si tiene alguna pregunta o sugerencia, no dude en completar el formulario a continuaci\xF3n para contactarnos, o env\xEDe un correo electr\xF3nico a {email}, le responderemos lo antes posible.","neverTranslateText.title":`Por favor, traduce directamente al espa\xF1ol (evita explicar el texto original): + {env.imt_trans_field}: \xDCbersetzung`,"subtitle.quickButton.red":"Rot","subtitle.quickButton.blue":"Blau","subtitle.quickButton.magenta":"Magenta","translationServices.claude":"Claude","subtitle.quickButton.white":"Wei\xDF","subtitle.quickButton.translationPositionBottom":"\u539Ftext unten","subtitle.quickButton.yellow":"Gelb","subtitle.quickButton.cyan":"Blau","subtitle.quickButton.green":"Gr\xFCn","subtitle.quickButton.backgroundOpacity":"Hintergrundunsch\xE4rfe","subtitle.quickButton.translationPosition":"\xDCbersetzungsposition","subtitle.quickButton.translationTextColor":"\xDCbersetzungsschriftfarbe","subtitle.quickButton.sourceFontSize":"Originalschriftgr\xF6\xDFe","subtitle.quickButton.translationFontSize":"\xDCbersetzungs-Schriftgr\xF6\xDFe","subtitle.quickButton.sourceTextColor":"Urspr\xFCngliche Schriftfarbe","subtitle.quickButton.black":"Schwarz","subtitle.quickButton.backgroundColor":"Hintergrundfarbe","subtitle.quickButton.setting":"Einstellung","subtitle.quickButton.translationPositionTop":"Oben im Originaltext",attachSubtitleTranslating:"Verwenden Sie {service} zur \xDCbersetzung...","error.claude.403":"Keine Berechtigung zum Zugriff auf den Dienst, m\xF6glicherweise im Zusammenhang mit den regionalen Einschr\xE4nkungen von Claude. Sie k\xF6nnen versuchen, Ihre IP-Adresse zu wechseln, oder andere \xDCbersetzungsdienste nutzen.","browser.brandDescriptionForSafari":"\u3010Immersive \xDCbersetzung\u3011Ein kostenloses zweisprachiges Webseiten-\xDCbersetzungs-Plugin (Originaltext/\xDCbersetzung), das gleichzeitig PDF-\xDCbersetzung und EPUB-E-Book-\xDCbersetzung unterst\xFCtzt und das Originaldokumentenlayout beibeh\xE4lt, Youtube/Netflix und andere Online-Video-Zweisprachen-Untertitel-\xDCbersetzung, Unterst\xFCtzung f\xFCr Deepl/Google und andere Mainstream-\xDCbersetzungsdienste;","browser.textTranslate":"Text\xFCbersetzung","browser.PdfProFile":"Von KI angetriebene PDF Pro \xDCbersetzung"};var hh={nologin:"no conectado",loginForSafari:"Iniciar sesi\xF3n o registrarse",login:"Iniciar sesi\xF3n para abrir una cuenta",manageAccount:"Cuentas gestionadas",openPremium:"Afiliaci\xF3n abierta",logout:"abortar",curentPlan:"Paquetes actuales",endAt:"caducidad",endAuto:"renovaci\xF3n autom\xE1tica",lineBreakMaxTextCount:"N\xFAmero m\xE1ximo de caracteres permitidos por frase despu\xE9s de los saltos de l\xEDnea","translate-pdf":"Haga clic para traducir PDF","noSupportTranslate-pdf":"Script no soportado por favor use plugin","translate-firefox-local-pdf":"Haga clic para ir a Importar PDF",enableLineBreak:"Activar el salto de l\xEDnea autom\xE1tico para p\xE1rrafos largos",sponsorLabel:"1 $ Desarrolladores patrocinados",help:"mano",browserShortcutsNoteForFirefox:"Para cambiar los accesos directos en Firefox, tienes que abrir la p\xE1gina de gesti\xF3n de extensiones `about:addons`, luego hacer clic en `Settings`, y despu\xE9s en `Manage Shortcuts` para configurar los accesos directos.",browserShortcutsNoteForChrome:"Para modificar los accesos directos en Chrome, tienes que abrir la p\xE1gina de gesti\xF3n de extensiones, establecerlos en el panel `Manage Shortcuts` (`chrome://extensions/shortcuts`), y hacer clic en el bot\xF3n de abajo para saltar a la p\xE1gina de gesti\xF3n de accesos directos.",browserShortcutsSucks:"Los accesos directos personalizados tienen el siguiente formato (no se reconoce autom\xE1ticamente, introd\xFAzcalo directamente)\uFF1A",enableLineBreakDescription:"Si est\xE1 activada, se insertar\xE1n saltos de l\xEDnea al final de cada frase en los p\xE1rrafos largos para facilitar su lectura.","browser.shortBrandName":"Traducci\xF3n por inmersi\xF3n","browser.brandName":"Immersion Translation: Traducci\xF3n biling\xFCe de p\xE1ginas web y documentos PDF","browser.brandDescription":"Bilingual web page translation, also supports PDF translation, bilingual Epub eBook translation, free to use.","browser.toggleTranslatePage":"Traducir p\xE1gina/visualizar texto original","browser.toggleTranslateTheWholePage":"Traducir todas las \xE1reas de la p\xE1gina/visualizar el texto original","browser.toggleOnlyTransation":"Cambiar al modo biling\xFCe/solo texto traducido","browser.toggleTranslateToThePageEndImmediately":"Traducci\xF3n inmediata al final de la p\xE1gina/visualizaci\xF3n del texto original","browser.toggleTranslateTheMainPage":"Traducir el \xE1rea principal de la p\xE1gina/visualizar el texto original","browser.shareToDraft":"Compartir p\xE1ginas biling\xFCes","browser.openOptionsPage":"Abrir la p\xE1gina de configuraci\xF3n","browser.toggleTranslationMask":"Mostrar/ocultar el efecto de desenfoque de traslaci\xF3n","browser.translateLocalPdfFile":"Traducir archivos PDF locales","browser.openEbookViewer":"Leer libros electr\xF3nicos locales","browser.openEbookBuilder":"Creaci\xF3n de eBooks EPUB biling\xFCes","browser.translateLocalHtmlFile":"Traducir archivos HTML/txt","browser.donateContext":"M\xE1s informaci\xF3n sobre las ventajas del patrocinio","browser.translateLocalSubtitleFile":"Traducir archivos de subt\xEDtulos locales",confirmResetConfig:"\xBFEst\xE1s seguro de que quieres restablecer la configuraci\xF3n?",translationLineBreakSettingTitle:"Ajuste del salto de l\xEDnea de traducci\xF3n",smartLineBreak:"alimentaci\xF3n de l\xEDnea inteligente (inform\xE1tica)",alwaysLineBreak:"Siempre avance de l\xEDnea",isShowContextMenu:"A\xF1adir p\xE1ginas traducidas a los elementos del men\xFA contextual",toggleBeta:"Activaci\xF3n de las funciones de prueba beta",betaDescription:"Habilita funciones que a\xFAn son experimentales, as\xED como un servicio de traducci\xF3n en beta. \xDAnete al <1>grupo de Telegram para obtener m\xE1s informaci\xF3n.",translationLineBreakSettingDescription:"Los saltos de l\xEDnea siempre son ordenados para las p\xE1ginas con menos contenido. (Utilice saltos de l\xEDnea inteligentes en p\xE1rrafos largos con mucho contenido (m\xE1s de{count}caracteres) para ahorrar espacio).",tempTranslateDomainTitle:"Duraci\xF3n de la conexi\xF3n temporal de la traducci\xF3n del sitio web",tempTranslateDomainDescription:"Al traducir manualmente una p\xE1gina web, active temporalmente el sitio web para la traducci\xF3n autom\xE1tica, y puede establecer la duraci\xF3n temporal.",xMinutes:"{count} minutos",disabled:"prohibir el uso de algo",changelog:"Registro de actualizaci\xF3n",toggleTranslatePageWhenThreeFingersOnTheScreen:"Tocar la pantalla con varios dedos simult\xE1neamente traduce p\xE1ginas web/visualiza el texto original",toggleTranslationMaskWhenThreeFingersOnTheScreen:"El toque con varios dedos muestra/oculta el efecto de desenfoque.",fingerCountToToggleTranslagePageOnlyTranslationWhenTouching:"Varios dedos tocando la pantalla al mismo tiempo traducen la p\xE1gina web (s\xF3lo traducci\xF3n)/visualizan el texto original.",addUrlDescription:"Puede ser un nombre de dominio y tambi\xE9n admite comodines, por ejemplo\uFF1A*.google.com, google.com/mail/*, https://www.google.com/*",general:"Ajustes b\xE1sicos",clickToExpandConfig:"Ampliar la configuraci\xF3n actual",import:"Importar desde archivo",export:"Exportar a archivo",toggleDebug:"Imprime el registro de depuraci\xF3n en la consola","fingers.0":"coagulaci\xF3n","fingers.2":"toque con dos dedos","fingers.3":"toque con tres dedos","fingers.4":"toque con cuatro dedos","fingers.5":"toque con cinco dedos",mouseHoldKey:"+ {key} traducir/restaurar el p\xE1rrafo",mouseHoldKeyAuto:"Traducci\xF3n directa del p\xE1rrafo",mouseHoldKeyOff:"No hagas nada.",mouseHoldKeyOther:"Atajos personalizados (abrir ajustes)",mouseHoldKeyCustomKey:"{key} Traducci\xF3n/reducci\xF3n del p\xE1rrafo",mouseHoverHoldKey:"Traduce p\xE1rrafos pulsando la tecla de acceso directo mientras pasas el rat\xF3n por encima.","mouse-translate":"al pasar el rat\xF3n",document:"Archivo (inform\xE1tico)",resetSuccess:"Restablecer todos los ajustes correctamente",resetThisSuccess:"Restablecimiento correcto",saved:"Salvar con \xE9xito",successImportConfig:"Configuraci\xF3n importada correctamente",goAdvancedSettings:"Vaya a la p\xE1gina de configuraci\xF3n avanzada",goAdvancedInterfaceSettings:"Vaya a la p\xE1gina Configuraci\xF3n avanzada de personalizaci\xF3n",advanced:"Ajustes avanzados",advancedDescription:"Por lo general, no es necesario realizar ning\xFAn ajuste, basta con dejarlo por defecto. S\xF3lo para usuarios m\xE1s especializados, hay disponibles ajustes m\xE1s personalizados.",developer:"Ajustes de desarrollador",donateCafe:"precios","translate to the bottom of the page":"\xBFSe traslada al final de la p\xE1gina inmediatamente despu\xE9s de entrar en ella?",feedback:"Preguntas",toggleTranslatePage:"Traducir p\xE1gina/visualizar texto original",translateToThePageEndImmediatelyDescription:"Si la activas, el contenido se traducir\xE1 inmediatamente desde la parte superior a la inferior de la p\xE1gina a medida que entras en ella. Si lo desactiva, se traducir\xE1 a medida que lea. (No recomendado)","translate all areas of the page":"Traducir o no todas las \xE1reas de la p\xE1gina",translationAreaDescription:"Activado, se traducen todas las \xE1reas de toda la p\xE1gina web. Si se desactiva, se utiliza el reconocimiento inteligente predeterminado y s\xF3lo se traducen las \xE1reas principales. (No se recomienda activarlo)","the number of characters to be translated first":"Traduzca directamente los primeros caracteres de la p\xE1gina sin esperar a desplazarse hasta el \xE1rea de visualizaci\xF3n","interface language":"lenguaje de interfaz","display both the original text and the translation":"Visualizaci\xF3n simult\xE1nea del original y la traducci\xF3n","keyboard shortcuts":"Atajos de teclado",modify:"Modificar las teclas de acceso directo",reset:"revisi\xF3n",close:"coagulaci\xF3n",homepage:"p\xE1gina de inicio",more:"m\xE1s",moreOptions:"M\xE1s opciones de personalizaci\xF3n",translateTheWholePage:"Traducir todas las \xE1reas de la p\xE1gina (a diferencia de reconocer inteligentemente las \xE1reas principales)",changeToTranslateTheWholePage:"Cambiar para traducir todas las regiones",changeToTranslateTheMainPage:"Cambiar al \xE1rea principal de traducci\xF3n",changeToOnlyTranslationMode:"Mostrar s\xF3lo traducciones",changeToDualTranslationMode:"Cambiar a traducci\xF3n biling\xFCe",translateToThePageEndImmediately:"Traducci\xF3n inmediata al final de la p\xE1gina",translateTheMainPage:"Traducci\xF3n inteligente Regiones clave","The local rules are up to date":"Las normas locales de adaptaci\xF3n est\xE1n actualizadas.","Successfully synchronized with the latest official rules:":"Sincronizado con \xE9xito con las \xFAltimas normas oficiales de adaptaci\xF3n.","Checking for updates":"Comprobaci\xF3n de actualizaciones","Rules are being synchronized":"Sincronizaci\xF3n de las normas de adaptaci\xF3n",localVersionIsTooOld:"La versi\xF3n de la extensi\xF3n local es demasiado antigua, por favor actualice la extensi\xF3n a {minVersion} o m\xE1s reciente antes de intentar sincronizar.",badUserscriptBrowser:"El navegador actual no implementa correctamente la interfaz de la <1>extensi\xF3n Grease Mon key (por ejemplo, para obtener informaci\xF3n sobre el n\xFAmero de versi\xF3n del propio script Grease Monkey), por favor, utilice otros navegadores <1>compatibles con la extensi\xF3n Grease Monkey, como Firefox.",foundNewVersion:"Descubra la nueva versi\xF3n",theLocalExtensionIsUpToUpdate:"La extensi\xF3n actual est\xE1 al d\xEDa.",failToSyncRules:"No sincronizaci\xF3n de las \xFAltimas normas de adaptaci\xF3n",retry:"Pulse aqu\xED para volver a intentarlo",failedReason:"Razones del fracaso",currentRuleVersion:"Versi\xF3n actual de la norma",calculating:"c\xE1lculos",unknownError:"error desconocido",canNotFetchRemoteRule:"No se pueden obtener reglas remotas",enableAlphaSuccess:"Alfa activado",disableAlphaSuccess:"Se ha desactivado la funci\xF3n Alfa",cacheSize:"Tama\xF1o de la cach\xE9\uFF1A",cleaning:"en proceso de liquidaci\xF3n",cleanCache:"borrar la cach\xE9",options:"establecer",about:"con respecto a",service:"servicio de interpretaci\xF3n",needAction:"(Ir a Ajustes)",goSettings:"seguir adelante y configurar",needActionForOptions:"(por establecer)",translationEngine:"Opciones de motor",sourceLanguage:"Idioma original",target:"lengua de llegada",popupSourceLanguage:"Idioma original",popupTarget:"lengua de llegada",popupService:"servicio de interpretaci\xF3n",forThisSite:"P\xE1gina web actual",autoEnableSubtitle:"Activa autom\xE1ticamente los subt\xEDtulos biling\xFCes",alwaysTranslate:"Traduzca siempre",neverTranslate:"Nunca traduzca",alwaysTranslateSomeLanguage:"Traduzca siempre {language}",neverTranslateSomeLanguage:"Nunca traduzca {language}",alwaysTranslateSomeSite:"Traduzca siempre {hostname}",neverTranslateSomeSite:"Nunca traduzca {hostname}",alwaysTranslateSomeSiteOrWildSite:"Traduzca siempre el sitio",alwaysTranslateSomePage:"Traducir siempre la p\xE1gina",add:"aumentar",default:"por defecto (ajuste)",forThisLanguage:"Para este idioma\uFF1A","add url":"Introducir URL",edit:"compilador","translate other languages into specific language":"Traduce otros idiomas a tu idioma","select translation service":"Seleccione un servicio de traducci\xF3n",language:"multiling\xFCismo","show-original":"Mostrar texto original",translate:"renderizaci\xF3n",Translated:"traducido",Translating:"en traducci\xF3n",Error:"incorrecto",allowCacheTranslations:"Activar la cach\xE9 de traducci\xF3n local (para reducir las solicitudes de traducci\xF3n de pasajes duplicados)","translation display":"Estilo de visualizaci\xF3n de la traducci\xF3n","select diplay style":"Distinguir entre los estilos de traducci\xF3n, con referencia espec\xEDfica a los siguientes ejemplos",interface:"Ajustes de interfaz",import_export:"Importaci\xF3n y exportaci\xF3n",import_export_title:"Configuraci\xF3n de importaci\xF3n/exportaci\xF3n",syncToGoogleDrive:"Sincronizar con Google Drive ahora",floatBallOptions:"Ajustes de la Hoverball","floatBallOptions.enable":"Habilitar Hoverball","floatBallOptions.blockUrls":"Desactivar el sitio web","floatBallOptions.add":"aumentar","floatBallOptions.blockUrlDesc":"Las Hoverballs no se muestran cuando se encuentran los siguientes sitios web","floatBallOptions.clickType":"comportamiento al hacer clic","floatBallOptions.clickTypeDesc":"Comportamiento del icono Hoverball al hacer clic","floatBallOptions.clickPopup":"Mostrar panel de traducci\xF3n","floatBallOptions.clickTranslate":"Traducci\xF3n/visualizaci\xF3n del texto original","floatBallOptions.fixedPosition":"\u56FA\u5B9A\u4F4D\u7F6E","floatBallOptions.fixedPositionDesc":"\u60AC\u6D6E\u7403\u5728\u7A97\u53E3\u5DE6\u4FA7\u8FD8\u662F\u53F3\u4FA7","floatBallOptions.fixedPositionLeft":"\u5DE6\u4FA7","floatBallOptions.fixedPositionRight":"\u53F3\u4FA7",previewAllThemes:"Vista previa de todos los estilos","translationTheme.none":"no tener","translationTheme.grey":"gris oscuro","translationTheme.dashed":"subrayado punteado","translationTheme.dotted":"gui\xF3n bajo punteado","translationTheme.dashedBorder":"borde punteado","translationTheme.solidBorder":"borde s\xF3lido","translationTheme.underline":"Subrayar l\xEDneas rectas","translationTheme.mask":"Efectos difusos (modos de aprendizaje)","translationTheme.opacity":"efecto de transparencia","translationTheme.paper":"Efecto sombra de papel blanco","translationTheme.dividingLine":"l\xEDnea divisoria","translationTheme.highlight":"alto brillo","translationTheme.marker":"marcador (palabra de pr\xE9stamo)","translationTheme.marker2":"Marcador 2","translationTheme.blockquote":"Estilos de referencia","translationTheme.weakening":"debilitamiento","translationTheme.italic":"tipo de letra inclinado","translationTheme.bold":"espesar","translationTheme.thinDashed":"subrayado de l\xEDnea discontinua fina","translationTheme.nativeDashed":"El sistema viene con un subrayado de puntos","translationTheme.nativeDotted":"El sistema viene con subrayado de puntos","translationTheme.nativeUnderline":"El sistema viene con un subrayado recto","translationTheme.wavy":"l\xEDnea ondulada","translationServices.custom":"API personalizada","translationServices.tencent":"Tencent Traductor","translationServices.tenAlpha":"Tencent Translator (Alfa)","translationServices.google":"Google Translate","translationServices.bai":"Baidu (Alfa)","translationServices.baidu":"Traducci\xF3n de Baidu","translationServices.aliyun":"Traducci\xF3n AliCloud","translationServices.volc":"traducci\xF3n del volc\xE1n","translationServices.deeplx":"DeepLX (Beta)","translationServices.bing":"Microsoft Translate","translationServices.deepl":"DeepL","translationServices.wechat":"Traducci\xF3n de WeChat","translationServices.azure":"Traducci\xF3n Azure","translationServices.ibm":"IBM Watson","translationServices.aws":"Traducci\xF3n Amazon","translationServices.mock":"Traducci\xF3n simulada","translationServices.mock2":"Traducci\xF3n simulada 2","translationServices.caiyun":"lit. nubes de colores y peque\xF1as traducciones","translationServices.cai":"Nubes de colores (Alfa)","translationServices.volcAlpha":"Volc\xE1n (Alfa)","translationServices.openl":"OpenL","translationServices.youdao":"Traducci\xF3n Youtube","translationServices.you":"Youdao Traductor (Alfa)","translationServices.transmart":"Tencent Interactive Traducci\xF3n","translationServices.niu":"Traductor Maverick","translationServices.papago":"Traducci\xF3n de Papago","translationServices.d":"D (Alfa)","translationServices.dpro":"D Pro (Canarias)","translationServices.openai":"OpenAI","translationServices.yandex":"Yandex","translationServices.chatgpt":"ChatGPT Web(3.5 m\xF3vil)","translate title":"Traducir t\xEDtulos de p\xE1ginas","always languages":"Traduzca siempre el idioma",neverTranslateLanguagesLabel:"La lengua que nunca se traducir\xE1",neverTranslateTheFollowingLanguagesDescription:"Las traducciones se omiten cuando un p\xE1rrafo de la p\xE1gina est\xE1 en uno de los siguientes idiomas",enableUserscriptPagePopup:"Mostrar hoverball en la p\xE1gina",enableUserscriptPagePopupDescription:"Despu\xE9s de desactivar el hoverball, se puede recuperar con el acceso directo /{touch}. Se recomienda encarecidamente marcar esta p\xE1gina de configuraci\xF3n para evitar no poder encontrar el hoverball despu\xE9s de desactivar esta opci\xF3n por error.","always translate the following languages":"Traduce autom\xE1ticamente al idioma de destino cuando la p\xE1gina est\xE1 en uno de los siguientes idiomas","always sites":"Sitios web siempre traducidos","always translate the following sites":"Los sitios web se traducen autom\xE1ticamente a la lengua de destino cuando son los nombres de dominio de","never sites":"Sitio nunca traducido","never translate the following sites":"No se realizar\xE1n traducciones cuando el sitio web corresponda a los siguientes dominios","please refer to":"Tienes que rellenar la clave antes de poder utilizarla.",KeyAndConfigurationTutorial:"Tutorial de aplicaci\xF3n y configuraci\xF3n de llaves",useAboveStyleForTheseSites:"Utilice siempre el estilo de traducci\xF3n \u2308{theme}\u230B cuando el sitio sea para los siguientes dominios",currentUrl:"URL actual",confirm:"guardar (un archivo, etc.) (inform\xE1tica)",cancel:"anulaciones",delete:"eliminar","languages.auto":"detecci\xF3n autom\xE1tica",syncToCloud:"Sincronizaci\xF3n con Google Drive",syncToCloudDescription:"Subida a la nube, la configuraci\xF3n se puede sincronizar entre distintos navegadores/scripts de mono de grasa, sea cual sea la \xFAltima modificaci\xF3n.",syncToAccount:"Sincronizaci\xF3n con la nube de traducci\xF3n inmersiva",syncToAccountButton:"Sincronizaci\xF3n instant\xE1nea con la nube",syncToAccountDescription:"Sincroniza autom\xE1ticamente las configuraciones entre distintos dispositivos, sea cual sea el \xFAltimo en modificarse.",successSyncConfigInAccount:"Sincronizaci\xF3n satisfactoria con la nube",successSyncConfigToAccount:"Sincronizaci\xF3n satisfactoria con la nube",syncConfigNoUpdate:"Ya est\xE1 actualizado.",authFail:"Fallo de autorizaci\xF3n",syncTitle:"Gesti\xF3n manual de copias de seguridad",import_hint:"importar (datos)",upload:"cargar",revokeAuth:"revocar una autorizaci\xF3n",uploadFail:"Carga fallida",download:"descargando",importSuccess:"Importado con \xE9xito",importFail:"fallo de importaci\xF3n",deleteFail:"Error al borrar",backupToCloud:"Gesti\xF3n manual de los archivos de copia de seguridad",create_new_backup:"A\xF1adir un nuevo nodo de copia de seguridad",maxBackupFiles:"Se pueden hacer copias de seguridad de hasta{count}nodos diferentes, por favor, elimine los nodos que no necesite.",backupToCloudDescription:"Cargar o restaurar manualmente archivos de copia de seguridad, permitiendo hasta 3 copias de seguridad diferentes.",successSyncConfig:"Sincronizaci\xF3n satisfactoria con la nube",syncFail:"fallo de sincronizaci\xF3n",updatedAt:"Actualizado desde {date}",lastSyncedAt:"\xDAltima consulta en {date}",downloadFail:"Error de descarga",clickToDownload:"Haga clic para descargar",aboutLabel:"Acerca de - Comentarios","browser.openAboutPage":"Acerca de/Feedback",aboutLabelWithoutSponsor:"Acerca de - Comentarios",aboutIntro:"Que todos tengamos un acceso m\xE1s f\xE1cil y agradable a la enorme cantidad de informaci\xF3n en idiomas extranjeros que hay en Internet \u2764\uFE0F Puedes optar por activar tu <6>suscripci\xF3n Pro para utilizar las traducciones listas para usar de DeepL y OpenAI.

Puedes seguirnos en <3>Twitter, <4>Telegram, Weibo, WeChat, o <5>suscribirte a nuestra lista de correo para estar al tanto de las actualizaciones.
<7>Los miembros Pro pueden ponerse en contacto con nosotros en <8>support@immersivetranslate.com para un r\xE1pido servicio de atenci\xF3n al cliente.",aboutIntroWithoutSponsor:"Ojal\xE1 todos tengamos un acceso m\xE1s f\xE1cil y agradable a la enorme cantidad de informaci\xF3n en idiomas extranjeros disponible en Internet \u2764\uFE0F

Puedes seguirnos en <3>Twitter, el <4>canal de Telegram, WeChat, WeChat Exchange, o <5>suscribirte para seguir las actualizaciones por <5>correo electr\xF3nico a continuaci\xF3n.",projectHomepage:"Inicio del proyecto",joinTelegramGroup:"\xDAnase al grupo de usuarios para participar en los debates",wechatPublicAccount:"WeChat P\xFAblico",wechatCommunities:"Grupo de intercambio WeChat",qqCommunities:"Canal de comunicaci\xF3n QQ",joinTelegramChannel:"Siga el canal de Telegram para las \xFAltimas actualizaciones",feedbackAndJoin:"Pregunta Feedback / A\xF1adir Grupo",autoSync:"sincronizaci\xF3n horaria autom\xE1tica",loadingThemeTitle:"Estilo de carga",loadingThemeDescription:"Establecer el estilo mientras se espera a que se cargue la traducci\xF3n","loadingTheme.spinner":"Animaci\xF3n giratoria","loadingTheme.text":"texto est\xE1tico algo ","loadingTheme.none":"no se muestra",developerDescription:"La documentaci\xF3n sobre personalizaci\xF3n avanzada se encuentra <1>aqu\xED","edit border color":"Modificar el color del borde",successSyncButNoChange:"La configuraci\xF3n actual es coherente con la nube",customTheme:"Colores y tama\xF1os personalizados","customThemeLabel.borderColor":"Color del borde","customThemeLabel.borderRadius":"Bordes redondeados","customThemeLabel.textColor":"color del texto","customThemeLabel.backgroundColor":"color de fondo","customThemeLabel.zoom":"Escalado de fuentes (%)","customThemeLabel.opacity":"Opacidad del texto (%)",resetToDefaultColor:"Restablecer los colores por defecto",resetToDefaultSettings:"Restablecer la configuraci\xF3n predeterminada",isTranslateTitle:"Activar la traducci\xF3n de los t\xEDtulos de las p\xE1ginas",isTranslateTitleDescription:"Si est\xE1 activada, se traducen los t\xEDtulos de las p\xE1ginas",enableSearchEnhancement:"Activar la mejora de mensajes biling\xFCes",enableSearchEnhancementDescription:'Una vez activada, los resultados de b\xFAsqueda de "Google News" se mostrar\xE1n autom\xE1ticamente en la columna derecha de los sitios web compatibles (Google News, Google Search (algunas palabras clave), Snowball, Oriental Fortune, Futura, Tiger Community) para las correspondientes palabras clave en ingl\xE9s.',verifyService:"Haga clic aqu\xED para probar el servicio",verified:"Verificar el \xE9xito","field.langs":"C\xF3digos de idioma admitidos","field.model":"modelizaci\xF3n","field.translationEngine":"motor de traducci\xF3n","field.limitPerMinute":"Peticiones m\xE1ximas por minuto","field.limitPerSecond":"N\xFAmero m\xE1ximo de solicitudes por segundo","field.maxTextLengthPerRequest":"Longitud m\xE1xima del texto por solicitud","field.maxTextGroupLengthPerRequest":"N\xFAmero m\xE1ximo de apartados por solicitud","field.apiUrl":"Direcci\xF3n de interfaz API personalizada","field.placeholderDelimiters":"marcador de posici\xF3n reservado","description.custom":"Interfaz personalizada Acceso Documentaci\xF3n necesaria","description.limitPerMinute":"Las solicitudes que superan este l\xEDmite pasan a una cola hasta el inicio del siguiente minuto. Debido a las diversas limitaciones del servicio actual de OpenAI, haz clic <1>aqu\xED para consultar los \xFAltimos valores sugeridos.","description.limitPerSecond":"Las solicitudes que superan este l\xEDmite pasan a una cola hasta el inicio del siguiente segundo. Debido a las diversas limitaciones del servicio actual de OpenAI, haz clic <1>aqu\xED para consultar los \xFAltimos valores sugeridos.","description.generalLimitPerSecond":"Las solicitudes que superan este l\xEDmite pasan a una cola hasta el inicio del segundo siguiente.","description.prompt":"Enviar la conversaci\xF3n a {service} como usuario, donde {{text}} representa el contenido del texto del p\xE1rrafo, {{from}} representa el idioma del p\xE1rrafo y {{to}} representa el idioma objetivo.","description.maxTextLengthPerRequest":"El n\xFAmero m\xE1ximo de caracteres por petici\xF3n es demasiado grande para que la interfaz responda con lentitud, as\xED que pruebe a ajustar esta opci\xF3n para optimizar la velocidad","description.systemPrompt":"Enviar di\xE1logo al {service} como sistema, donde {{text}} representa el contenido del texto del p\xE1rrafo, {{from}} representa el idioma del p\xE1rrafo, {{to}} representa el idioma objetivo.","field.domain":"reino","description.domain":"El valor predeterminado es\uFF1Ageneral. S\xF3lo puede establecerse si la traducci\xF3n de dominios est\xE1 activada en la consola de la API Arima; consulte <1>aqu\xED los dominios admitidos.","field.scene":"toma","description.scene":"Por defecto\uFF1Ageneral. S\xF3lo se puede establecer si la consola API AliCloud est\xE1 habilitado para Machine Translation Pro, ver <1>aqu\xED para los escenarios compatibles","field.vocabId":"ID del diccionario del usuario","description.vocabId":"El diccionario out_id especificado admite actualmente la traducci\xF3n del ingl\xE9s al chino.","description.model":"Modelos OpenAI, pueden ser gpt-3.5-turbo, gpt-4, etc.","description.maxTextGroupLengthPerRequest":"El n\xFAmero de p\xE1rrafos enviados al servicio de traducci\xF3n a la vez, si hay demasiados p\xE1rrafos, puede hacer que la interfaz responda m\xE1s lentamente.","description.apiUrl":"Por favor, a\xF1ada URLs espec\xEDficas con rutas, <1>m\xE1s descripci\xF3n",enabledExtension:"Habilitar extensiones",clickToDisableExtension:"Haga clic para desactivar las extensiones",clickToEnableExtension:"Haga clic para activar las extensiones",hasBeenDisabled:"desactivado","show password":"Mostrar contrase\xF1a",customContent:"Introduzca un nombre de modelo personalizado",inputOptions:"Mejora del cuadro de entrada",mouseHoverOptions:"al pasar el rat\xF3n",modifyMouseHoverKey:"Modificar el acceso directo del rat\xF3n",enableInputTranslation:"Activar o no la mejora del cuadro de entrada",enableInputTranslationDescription:"Una vez activado, escriba {startingKey}{startingKey} hola directamente en el cuadro de entrada, luego pulse r\xE1pidamente{inputTrailingTriggerKeyRepeatTimes}veces{trailingKey}para traducir a {inputTargetLanguage}",enableInputTranslationDescriptionForNoneKey:"Una vez activado, escriba\uFF1AHello World directamente en el cuadro de entrada y, a continuaci\xF3n, pulse r\xE1pidamente{inputTrailingTriggerKeyRepeatTimes}{trailingKey}veces para traducir al idioma de destino predeterminado.",inputTargetLanguage:"Establecer el idioma de destino por defecto para los cuadros de entrada",inputTargetLanguageDescription:"Idioma de destino por defecto para la traducci\xF3n del cuadro de entrada, es decir, {startingKey}{startingKey} como idioma por defecto para las palabras desencadenantes.",inputTargetLanguageDescriptionForNoneKey:"Idioma de destino predeterminado para la traducci\xF3n del cuadro de entrada",inputStartingTriggerKeyTitle:"Configuraci\xF3n del car\xE1cter de divisi\xF3n para la traducci\xF3n parcial del cuadro de entrada",inputStartingTriggerKeyDescription:"Cuando no necesite traducir todo el cuadro de entrada, el divisor le permite traducir s\xF3lo la parte desde {startingKey}{startingKey} hasta el final del cuadro de entrada, o puede especificar el c\xF3digo de idioma, por ejemplo\uFF1A{startingKey}ja significa traducir s\xF3lo la parte desde {startingKey}ja hasta el final del cuadro de entrada.",inputStartingTriggerKeyDescriptionForNoneKey:"La configuraci\xF3n actual de sin prefijo no es necesaria, y la funci\xF3n de traducci\xF3n de algunos textos en el cuadro de entrada no est\xE1 disponible por el momento.",inputTrailingTriggerKeyTitle:"Seleccione un car\xE1cter de activaci\xF3n de fin de entrada",inputTrailingTriggerKeyDescription:"\xA13 golpes r\xE1pidos{trailingKey} comenzar\xE1 a traducir!",inputTrailingTriggerKeyTimeout:"Introduce el tiempo entre disparos de fin de combate",inputTrailingTriggerKeyTimeoutDescription:"Establece el tiempo (en milisegundos) entre disparos de combo de fin de entrada.",spaceKey:"<\u7A7A\u683C\u952E>",noneKey:"Traducci\xF3n directa de todo el cuadro de texto sin prefijos",inputTranslationBlockUrlsTitle:"No active la mejora del cuadro de entrada en las siguientes URL",inputTranslationBlockUrlsDescription:"Las mejoras del cuadro de entrada no funcionar\xE1n en las siguientes URL",clickToSeeQuickDemo:"Haga clic para ampliar el v\xEDdeo tutorial r\xE1pido de 30 segundos",inputHelperInfo:"Descripci\xF3n\uFF1AHemos optimizado el hecho de que algunos caracteres desencadenantes se convertir\xE1n en signos de puntuaci\xF3n chinos bajo m\xE9todos de entrada chinos, por ejemplo, / se convertir\xE1 en un signo dun , bajo el m\xE9todo de entrada Sogou, e Immersive Translator soporta todos los s\xEDmbolos chinos correspondientes a los caracteres desencadenantes, es decir, //,,, ser\xE1n reconocidos como caracteres desencadenantes.

Tambi\xE9n soportamos alias Chinos para c\xF3digos de lenguaje como comandos, por ejemplo /Japanese Hello World ser\xE1 traducido al Japon\xE9s, <1>haga clic aqu\xED para ver todos los c\xF3digos de lenguaje soportados.",reloadCurrentPage:"Actualice la p\xE1gina actual antes de iniciar la traducci\xF3n.",noLocalFilePermissionForPDF:"Usted no tiene permiso para leer archivos locales, por favor haga clic en el bot\xF3n de arriba y luego importar archivos locales.",noPermissionForThisPage:"\u26A0\uFE0F No hay permiso para traducir la p\xE1gina actual",retryAllParagraphs:"Reintentar todos los pasajes de error",retryAllButton:"Reintentar todos los pasajes de error",errorTooltipTitle:"Haga clic para ver la causa del error",errorModalTitle:"Parece que algo va mal con el servicio de traducci\xF3n o la red...",disableConfirm:"Entorno biling\xFCe de mejora de la informaci\xF3n",disableOnce:"Esta inhabilitaci\xF3n",disableGlobal:"desactivar permanentemente",disableTint:"* Puede volver a activarlo en {option} .",searchEnhancementNotes:"Tras activar la funci\xF3n de mejora de la informaci\xF3n biling\xFCe con traducci\xF3n inmersiva, buscaremos autom\xE1ticamente las mismas palabras clave en ingl\xE9s en los sitios web compatibles (Google News, Google Search (algunas palabras clave), Snowball, Oriental Wealth, Futura, Tiger) y las mostraremos a la derecha. Si no necesitas esta funci\xF3n, puedes desactivarla.",option:"establecer",saveSettings:"Guardar configuraci\xF3n",closeModal:"Cerrar ventana",enableInputTranslationWithoutTriggerKeyTitle:"Habilite 3 pulsaciones r\xE1pidas en{trailingKey}para traducir directamente todo el cuadro de entrada a{inputTargetLanguage}",enableInputTranslationWithoutTriggerKeyDescription:"Para especificar el idioma de destino, antep\xF3ngale el c\xF3digo del idioma, por ejemplo:\uFF1Aja Hola Mundo",mouseHoverShortcutPlaceholder:"p. ej.\uFF1ATurno",deepLProName:"Miembro de Immersive Translation Pro (Recomendado)",deepLProDescription:"El paquete actual puede utilizarse directamente",deeplProDescriptionForNormal:"No requiere instalaci\xF3n, los miembros pueden utilizarlo despu\xE9s de iniciar sesi\xF3n, <1>haga clic aqu\xED para actualizar a miembro",deepLCustomDescription:"Se requiere tarjeta de cr\xE9dito extranjera, abierta oficialmente en <1>DeepL, haga clic para ver <2>la documentaci\xF3n",deepLCustomName:"Clave de autenticaci\xF3n personalizada",chooseProviderLabel:"Seleccione un proveedor de servicios",openaiProName:"Miembro de Immersive Translation Pro (Recomendado)",openaiProDescription:"El paquete actual puede utilizarse directamente",openaiProDescriptionForNormal:"No requiere instalaci\xF3n, los miembros pueden utilizarlo despu\xE9s de iniciar sesi\xF3n, <1>haga clic aqu\xED para actualizar a miembro",openaiCustomDescription:"Disponible en OpenAI, Azure OpenAI u otros servicios de terceros. <1>Haga clic aqu\xED para consultar la documentaci\xF3n.",openaiCustomName:"Clave API personalizada",needLoginAction:"(Afiliaci\xF3n abierta o personalizaci\xF3n)",goLoginOrAction:"(Abra una cuenta o vaya a la configuraci\xF3n)",yearly:"efectuar un pago anual consecutivo",quarterly:"embalaje secuencial",monthly:"suscripci\xF3n mensual",yearlyForOnce:"Paquete anual \xFAnico",monthlyForOnce:"Paquete mensual \xFAnico",daily:"d\xEDas consecutivos de paquetes",year:"efectuar un pago anual consecutivo",quarter:"embalaje secuencial",month:"suscripci\xF3n mensual",day:"d\xEDas consecutivos de paquetes",onetime_7day:"Pack Experiencia 7 d\xEDas",currentPlanDescriptionForFree:"Paquetes actuales\uFF1AGratis",currentPlanDescriptionForContinuous:"El paquete actual\uFF1A{plan}se renovar\xE1 autom\xE1ticamente en {endAt} .",currentPlanDescriptionForAutoRenewCaceling:"El paquete actual\uFF1A{plan}expirar\xE1 en {endAt} y no se renovar\xE1 autom\xE1ticamente a su vencimiento.",currentYearlyPlanDescriptionForAutoRenewCacelingWithRealPaiedUser:"El paquete actual,\uFF1A{plan}, caducar\xE1 en {endAt} y no se renovar\xE1 autom\xE1ticamente a su vencimiento.
<1>Haga clic aqu\xED para gestionar su plan de renovaci\xF3n",currentYearlyPlanDescriptionForAutoRenewCacelingWithAdmin:"El paquete actual,\uFF1A{plan}, caducar\xE1 en {endAt} y no se renovar\xE1 autom\xE1ticamente a su vencimiento.
<1>Haga clic aqu\xED para activar la suscripci\xF3n anual continua",currentPlanDescriptionForOneTime:"La suscripci\xF3n actual\uFF1A{plan}expirar\xE1 en {endAt} , <1>haga clic aqu\xED para cambiar a una suscripci\xF3n <1>anual o <2>mensual.",upgradePlan:"Haga clic aqu\xED para pasar a Pro",upgradeToPro:"Actualizar a miembro Pro","popup.openPro":"Actualice su suscripci\xF3n a Pro para disfrutar de DeepL y de la traducci\xF3n OpenAI, \xA1haga clic aqu\xED para actualizar!","popup.openProForPro":"Eres un miembro Pro con acceso directo a DeepL y a las traducciones de OpenAI.",currentAccount:"cuenta corriente",enableAutoSyncUserSettings:"Sincronizaci\xF3n autom\xE1tica en la nube de varios dispositivos",modalEnableInputTranslationTitle:"Traducci\xF3n inmersiva Cuadro de entrada Alertas de traducci\xF3n",modalEnableInputTranslationDesc:"Acaba de activar la traducci\xF3n del cuadro de entrada de Immersive Translation pulsando la barra espaciadora 3 veces en r\xE1pida sucesi\xF3n, y el contenido del cuadro de entrada se traducir\xE1 al idioma de destino predeterminado. La traducci\xF3n puede deshacerse con Ctrl+Z.

Si ha sido un error, no se preocupe, puede elegir desactivarla esta vez, o desactivar permanentemente la traducci\xF3n del cuadro de entrada.",saveAndNotShowAgain:"Guardar y dejar de preguntar",disableInputTranslationTips:"* Tambi\xE9n puedes configurar otros atajos para que se activen en {option} ,{learnMore}.",learnMore:"M\xE1s informaci\xF3n",continueEnalbeInputTranslation:"Seguir activando la traducci\xF3n del cuadro de entrada",autoRenewTrialSuffix:'(En la versi\xF3n de prueba,pas\xF3 inmediatamente a ser miembro de pleno derecho)',upgradeFromTrialTitle:"Pasar a Miembro de pleno derecho",subtitle:"subtitulado de v\xEDdeo",youtubeService:"Traducci\xF3n por inmersi\xF3n Servicios de traducci\xF3n de subt\xEDtulos de v\xEDdeo","subtitle.disabledSubtitle":"Desactivar permanentemente la funci\xF3n de subt\xEDtulos de v\xEDdeo","subtitle.disabledSubtitleDescription":"Si Immersive Translator's Video Subtitles entra en conflicto con otras extensiones, puedes optar por desactivar permanentemente la funcionalidad de Immersive Translator's Video Subtitles o desinstalar otras extensiones conflictivas.","subtitle.autoEnableSubtitle":"Uso autom\xE1tico de subt\xEDtulos biling\xFCes","subtitle.autoEnableSubtitleDescription":"Una vez activado, se mostrar\xE1n autom\xE1ticamente subt\xEDtulos biling\xFCes cuando se reproduzca el video, de lo contrario, necesitar\xE1 hacer clic en el bot\xF3n de traducci\xF3n para que se muestren.","subtitle.preTranslation":"Traducir subt\xEDtulos mediante traducci\xF3n inmersiva","subtitle.preTranslationDescription":"Cuando est\xE1 activada, se pretraducir\xE1 todo el subt\xEDtulo utilizando el servicio de traducci\xF3n especificado m\xE1s abajo, y un v\xEDdeo de 1 hora consumir\xE1 unos 50.000 tokens o caracteres, as\xED que util\xEDzalos seg\xFAn tu criterio; cuando est\xE1 desactivada, se utilizar\xE1n primero los subt\xEDtulos originales.","subtitle.humanSubtitlesPreferred":"Uso prioritario del subtitulado humano","subtitle.humanSubtitlesPreferredDescription":"Priorizar el uso de subt\xEDtulos humanos cuando el v\xEDdeo disponga de subt\xEDtulos humanos en la lengua de llegada (recomendado)",videoSubtitleTranslationDescription:"Asignar un servicio de traducci\xF3n independiente para los subt\xEDtulos de v\xEDdeo",subtitleTranslating:"Por favor, espere mientras se traducen los subt\xEDtulos mediante el servicio {service} ... (traducci\xF3n por inmersi\xF3n)",subtitleLoading:"Cargando subt\xEDtulos...",bilingual:"biling\xFCismo","field.action":"Activar o no la terminolog\xEDa Baidu","description.action":"Cuando est\xE9 activado, se a\xF1adir\xE1 un par\xE1metro action=1 a la solicitud para informar a Baidu del t\xE9rmino activado; <1>consulte la documentaci\xF3n oficial para obtener m\xE1s informaci\xF3n.",closeQuickTranslation:"Cerrar Hoverball","closeQuickTranslation.untilNext":"Esta vez cerrado hasta la pr\xF3xima visita","closeQuickTranslation.currentWebsite":"Sitio actual desactivado","closeQuickTranslation.alwaysClose":"desactivar permanentemente","closeQuickTranslation.settingOpen":"(puede activarse en la <1>p\xE1gina de configuraci\xF3n )","closeQuickTranslation.cancel":"anulaciones","closeQuickTranslation.confirm":"defina","floatBall.popup":"Abrir el panel de ajustes r\xE1pidos","floatBall.translate":"Haga clic para traducir la p\xE1gina","floatBall.showOriginal":"Haga clic para volver al art\xEDculo original","floatBall.close":"Cerrar Hoverball","floatBallOptions.enableDescPc":"Despu\xE9s de activar el hoverball de la p\xE1gina, aparecer\xE1 un bot\xF3n de traducci\xF3n r\xE1pida en la parte derecha de la p\xE1gina, \xA1haz clic en \xE9l para traducir!","floatBallOptions.enableDesc":"Despu\xE9s de apagar el hoverball, puedes recuperarlo con{touch}. Se recomienda encarecidamente marcar esta p\xE1gina de configuraci\xF3n para evitar no poder encontrar el hoverball despu\xE9s de desactivar esta opci\xF3n por error.","description.azureApiUrl":"Introduzca la direcci\xF3n de la interfaz API personalizada",confirmSupportMouse:"Forzar la activaci\xF3n del soporte de rat\xF3n",confirmSupportMouseDescription:"Detectado que el navegador actual no soporta la funci\xF3n de rat\xF3n, \xBFse fuerza a habilitar el soporte de rat\xF3n?",sampleTargetText:"Llegar\xE1 la larga noche, y velar\xE9 desde hoy hasta que muera. No tomar\xE9 esposa, no har\xE9 feudo, no tendr\xE9 hijos. No llevar\xE9 corona, no luchar\xE9 por el honor. Cumplir\xE9 con mi deber, vivir\xE9 y morir\xE9.",sampleSourceText:"Night gathers, and now my watch begins. It shall not end until my death. I shall take no wife, hold no lands, father no children. I shall wear no crowns and win no glory. I shall live and die at my post.","subtitle.supportedSites":"\u5DF2\u652F\u6301\u5728\u8FD9\u4E9B\u7F51\u7AD9\u4F7F\u7528\u53CC\u8BED\u5B57\u5E55\uFF08\u6CE8\u610F\uFF1A\u7531\u4E8E\u6280\u672F\u9650\u5236\uFF0C\u90E8\u5206\u7F51\u7AD9\u5728\u9996\u6B21\u5F00\u542F\u5B57\u5E55\u540E\u9700\u8981\u91CD\u65B0\u5237\u65B0\u9875\u9762\uFF0C\u6216\u8005\u9700\u7B49\u5F85\u7FFB\u8BD1\u5B8C\u6210\u4EE5\u663E\u793A\u53CC\u8BED\u5B57\u5E55\uFF09\uFF1A",viewWithImmersiveTranslate:"\u53CC\u8BED\u7248\u672C(\u6C89\u6D78\u5F0F\u7FFB\u8BD1)",errorReason:"\u9519\u8BEF\u539F\u56E0\uFF1A{message}","proQuotaExceededError.onetime7day":'\uFF0C\u60A8\u53EF\u4EE5\u9009\u62E9\u4EE5\u4E0B\u65B9\u5F0F\u89E3\u51B3\uFF1A

1. \u5207\u6362\u5230 {anotherService} \u6216\u5176\u4ED6\u7FFB\u8BD1\u670D\u52A1
2. \u5347\u7EA7\u4E3A\u6708\u5EA6/\u5E74\u5EA6\u4F1A\u5458',"proQuotaExceededError.trial":'\uFF0C\u60A8\u53EF\u4EE5\u9009\u62E9\u4EE5\u4E0B\u65B9\u5F0F\u89E3\u51B3\uFF1A

1. \u5207\u6362\u5230 {anotherService} \u6216\u5176\u4ED6\u7FFB\u8BD1\u670D\u52A1
2. \u7ACB\u523B\u5347\u7EA7\u4E3A\u6B63\u5F0F\u4F1A\u5458',"proQuotaExceededError.nonTrial":'\uFF0C\u60A8\u53EF\u4EE5\u9009\u62E9\u4EE5\u4E0B\u65B9\u5F0F\u89E3\u51B3\uFF1A

1. \u5207\u6362\u5230 {anotherService} \u6216\u5176\u4ED6\u7FFB\u8BD1\u670D\u52A1
2. \u8D2D\u4E70 {translationService} \u989D\u5916\u6D41\u91CF\u5305',"proQuotaExceededError.resetTime":"
3. \u989D\u5EA6\u91CD\u7F6E\u65F6\u95F4\uFF1A{resetTime}","desc.touchShortcutsToggleTranslatePageOnlyTranslation":"Solo se muestra la traducci\xF3n se refiere a que solo se mostrar\xE1 la traducci\xF3n, si la p\xE1gina web a\xFAn no se ha traducido, cambiar\xE1 el modo y traducir\xE1.","desc.toggleOnlyTransation":"El modo de solo traducci\xF3n se refiere a mostrar solo el texto traducido, si la p\xE1gina web a\xFAn no se ha traducido, cambiar\xE1 el modo y traducir\xE1.",touchShortcutsToggleTranslatePageOnlyTranslation:"Configurar gestos de pantalla t\xE1ctil para cambiar entre modo biling\xFCe/solo texto traducido",download_started:"La descarga ya ha comenzado, si no se descarga autom\xE1ticamente, haga clic manualmente.",here:"aqu\xED","desc.toggleVideoSubtitlePreTranslation":"Al presionar, los subt\xEDtulos biling\xFCes del video usar\xE1n preferentemente la configuraci\xF3n de traducci\xF3n inmersiva, al presionar nuevamente, se dar\xE1 prioridad a los subt\xEDtulos de traducci\xF3n autom\xE1tica incluidos en el video original. Nota: este atajo modifica la configuraci\xF3n global.",videoSubtitlePreTranslationOn:"Los subt\xEDtulos del video tendr\xE1n prioridad para usar la traducci\xF3n inmersiva.",videoSubtitlePreTranslationOff:"Los subt\xEDtulos del video dar\xE1n prioridad a los subt\xEDtulos de traducci\xF3n autom\xE1tica incluidos en el video original.",translationFont:"Establecer fuente","translationFont.custom":"Ingrese fuente personalizada","translationFont.customPlaceholder":"fuente","translationFont.notSupportErrorMessage":"Por favor, verifique si el nombre de la fuente que ingres\xF3 es correcto, o confirme si esta fuente ya est\xE1 instalada en su dispositivo.","touch.mouse-translate":"Traducir el p\xE1rrafo especificado.","translationServices.inherit":"Siga el servicio de traducci\xF3n principal","error.serveConfigError":"Error de configuraci\xF3n del servicio","error.reloadPageOfSetting":"Despu\xE9s de configurar, por favor refresca la p\xE1gina para traducir de nuevo.","error.googleLimitIp":"El servicio devuelve un error, el servicio de Google ha limitado la direcci\xF3n IP, se recomienda que cambie el nodo de red.","error.openAIFreeLimit":"El servicio devuelve un error, la frecuencia actual de solicitudes de traducci\xF3n ha alcanzado el l\xEDmite m\xE1ximo de 3 veces por minuto, por favor intente de nuevo m\xE1s tarde. (Esta es una restricci\xF3n de OpenAI oficial para la API Key gratuita, para eliminar esta restricci\xF3n, por favor vincule una tarjeta de cr\xE9dito en el backend de OpenAI.)","error.openAIExceededQuota":"El servicio devuelve un error: el saldo de tu cuenta de OpenAI es insuficiente, por favor recarga o vincula una tarjeta de cr\xE9dito en el panel de control oficial de OpenAI.","error.429":"El servicio devuelve un error, lo que indica que la solicitud es demasiado frecuente o excede el l\xEDmite de cuota, por favor intente de nuevo m\xE1s tarde.","error.403":"El servicio devuelve un error, no tiene permiso temporal para acceder a este servicio.","error.400":"El servicio devuelve un error, el par\xE1metro de solicitud es incorrecto, por favor verifica la configuraci\xF3n correspondiente.","error.502":"El servicio devuelve un error, el servicio se ha agotado, por favor intente de nuevo m\xE1s tarde.","error.proTokenInvalid":"Si usted es un usuario Pro, por favor inicie sesi\xF3n para usar el servicio de traducci\xF3n Pro.","error.proUpgrade":"Despu\xE9s de la actualizaci\xF3n, por favor refresca la p\xE1gina y traduce de nuevo.","error.configError":"Los datos de configuraci\xF3n son anormales.","error.goReset":"Ir a restablecer",batchEdit:"Operaci\xF3n en masa","translationModeLang.translation.title":"Solo modo de traducci\xF3n de idioma","translationModeLang.translation.description":"Cuando el idioma de la p\xE1gina es uno de los siguientes, se utilizar\xE1 autom\xE1ticamente solo el modo de traducci\xF3n.","translationModeUrl.translation.title":"Solo el modo de direcci\xF3n web de traducci\xF3n","translationModeUrl.translation.description":"Cuando el sitio web tiene los siguientes dominios, se utilizar\xE1 autom\xE1ticamente el modo de solo traducci\xF3n.","error.serveUnavailable":"El servicio [{serverName}] que est\xE1 utilizando actualmente no est\xE1 disponible temporalmente debido a problemas con la conexi\xF3n a la red o el proveedor del servicio. Le sugerimos que intente actualizar la p\xE1gina o cambiar a otro servicio de traducci\xF3n a trav\xE9s de <1>Configuraci\xF3n. Si usted es un miembro <2>Pro, puede optar por utilizar los servicios de traducci\xF3n m\xE1s estables de DeepL o OpenAI (<3>haga clic aqu\xED para probarlo gratis). Adem\xE1s, es posible que necesite revisar su configuraci\xF3n de red o proxy.",detectServiceLoading:"Detectando servicios de traducci\xF3n disponibles...",toggleToService:"Cambie a {service} e intente de nuevo.","error.gemini.429":"El servicio actual de Gemini ha alcanzado su capacidad m\xE1xima, por favor intente m\xE1s tarde o cambie a otro servicio de traducci\xF3n.",enableSentryReport:"Cuando ocurre un error de expansi\xF3n, usa Sentry para enviar comentarios.",notLogin:"No registrado",goLogin:"Iniciar sesi\xF3n",touchShortcutsOff:"Cerrar",shortcutSettings:"Atajo de teclado","tagsInput.add":"+ A\xF1adir",translationOnlyMode:"Solo modo de traducci\xF3n","multipleClick.2":"Haz doble clic",contact:"Cont\xE1ctanos","widget.translateFile":"PDF/ePub","subtitle.hideQuickButton":"Ya no mostrar este atajo","translationServices.gemini":"G\xE9minis","widget.instructionTooltip":"Consultar las instrucciones de uso","subtitle.bilingual":"Subt\xEDtulos biling\xFCes","error.retry":"Reintentar","multipleClick.4":"Cu\xE1druple golpe",buildSnapshots:"Generar captura de p\xE1gina web","error.subscriptionExpiredTitle":"La membres\xEDa ha expirado","slide.left":"Desliza a la derecha","widget.videoSubtitle":"subt\xEDtulos de video","browser.translateWithDeepL":"Uso temporal de DeepL para traducir la p\xE1gina actual","subtitle.autoDisableSubtitle":"No activar autom\xE1ticamente los subt\xEDtulos biling\xFCes","browser.translateWithBing":"Uso temporal de Microsoft para traducir la p\xE1gina actual","error.reason":"Raz\xF3n del error","browser.translateWithTransmart":"Uso temporal de Tencent para traducir la p\xE1gina actual",pickAll:"Seleccionar todo","browser.translateInputBox":"Traducir el contenido actual del cuadro de entrada.","floatBall.iKnow":"Ya lo s\xE9.",temprarilyChangeTranslationTo_deepl:"Estoy usando DeepL para traducir la p\xE1gina actual.","multipleClick.3":"Triple golpe","intro.hoverTitle":"Pase el mouse para traducir el p\xE1rrafo actual",temprarilyChangeTranslationTo_transmart:"Est\xE1 utilizando Tencent para traducir la p\xE1gina actual.","intro.floatBallTitle":"Bola flotante de traducci\xF3n r\xE1pida",paragraphMinTextCountField:"El n\xFAmero m\xEDnimo de caracteres necesarios para traducir un p\xE1rrafo","shortcutGroup.touch":"Gestos espec\xEDficos para pantallas t\xE1ctiles",temprarilyChangeTranslationTo_gemini:"Estoy usando Gemini para traducir la p\xE1gina actual.",temprarilyChangeTranslationTo_bing:"Est\xE1 utilizando Microsoft para traducir la p\xE1gina actual.","shortcutGroup.main":"Atajos de teclado de funciones comunes",mouseHoverCustomKeyTitle:"Personalizar el atajo de teclado para el rat\xF3n en suspensi\xF3n","shortcutGroup.shortcutsForTranslationServices":"Atajos de teclado relacionados con el servicio de traducci\xF3n",touchShortcutsToggleTranslateTouchElement:"Configurar gestos t\xE1ctiles para traducir p\xE1rrafos espec\xEDficos",notLoginPro:"Todav\xEDa no has iniciado sesi\xF3n en tu cuenta de miembro.","intro.subtitleTitle":"Visualizaci\xF3n de subt\xEDtulos biling\xFCes en videos en l\xEDnea","subtitle.showQuickButton":"En el reproductor se muestra el atajo de subt\xEDtulos biling\xFCes",temprarilyChangeTranslationTo_google:"Est\xE1 utilizando Google Traductor para traducir la p\xE1gina actual.",upgradeToProErrorTitle:"Por favor, actualice a miembro Pro para utilizar este servicio de traducci\xF3n.","widget.instruction":"Instrucciones de uso","slide.right":"Desliza a la izquierda","browser.translateWithOpenAI":"Uso temporal de OpenAI para traducir la p\xE1gina actual","shortcutGroup.others":"M\xE1s atajos de teclado personalizados","browser.toggleMouseHoverTranslateDirectly":"Habilitar o deshabilitar temporalmente la traducci\xF3n directa al pasar el mouse en la p\xE1gina",alwaysTranslateThisSite:"Siempre traduce este sitio web",neverTranslateThisSite:"Nunca traduzca este sitio web","shortcutGroup.mouse":"Configuraci\xF3n de atajos de teclado para el rat\xF3n en suspensi\xF3n","widget.translateFileTooltip":"Traducir documentos PDF, EPUB, SRT, ASS, HTML y TXT","browser.translateWithGemini":"Usa temporalmente Gemini para traducir la p\xE1gina actual","browser.toggleVideoSubtitlePreTranslation":"Cambie a subt\xEDtulos biling\xFCes y priorice la configuraci\xF3n de traducci\xF3n inmersiva.",networkError:"El servicio de traducci\xF3n o la red tienen problemas.",loggedIn:"Conectado","widget.videoSubtitleTooltip":"Apoya Youtube y otros {count}+ sitios web de videos",touchShortcutsToggleTranslationMask:"Configurar gestos t\xE1ctiles para mostrar la m\xE1scara de traducci\xF3n / mostrar el texto original","floatBall.guideClickToTranslate":"Haz clic en la bola flotante de traducci\xF3n inmersiva para traducir r\xE1pidamente","desc.touchShortcutsToggleTranslateTouchElement":"Personalice un gesto y podr\xE1 traducir cualquier p\xE1rrafo en el que se encuentre.","floatBall.longPress":"Mant\xE9n presionado para abrir r\xE1pidamente el panel de configuraci\xF3n.","error.subscriptionExpired":"Es posible que su membres\xEDa haya expirado, por favor verifique el estado de su membres\xEDa.",shortcutSettingsTitle:"Configuraci\xF3n de atajos de teclado",temprarilyChangeTranslationTo_openai:"Estoy usando OpenAI para traducir la p\xE1gina actual.","browser.translateWithGoogle":"Uso temporal de Google Traductor para traducir la p\xE1gina actual","desc.interfaceLanguage":"La configuraci\xF3n del idioma de la interfaz afecta el idioma de visualizaci\xF3n del panel de control y no tiene relaci\xF3n con el idioma objetivo de la traducci\xF3n.","description.baiduField":"Las \xE1reas de apoyo se ven <1>aqu\xED, si est\xE1 vac\xEDo significa que no se especifica el \xE1rea.","contact.description":"Si tiene alguna pregunta o sugerencia, no dude en completar el formulario a continuaci\xF3n para contactarnos, o env\xEDe un correo electr\xF3nico a {email}, le responderemos lo antes posible.","neverTranslateText.title":`Por favor, traduce directamente al espa\xF1ol (evita explicar el texto original): Mant\xE9n las siguientes palabras en su idioma original, no las traduzcas.`,confirmResetToDefaultSettings:"\xBFEst\xE1 seguro de que desea restaurar este servicio de traducci\xF3n a la configuraci\xF3n predeterminada? (Solo restablece la configuraci\xF3n del servicio de traducci\xF3n actual)","desc.toggleTranslateTheWholePage":"Traducir toda el \xE1rea de la p\xE1gina, por defecto, traduciremos el \xE1rea principal de la p\xE1gina, puedes usar este atajo para traducir espec\xEDficamente toda el \xE1rea de la p\xE1gina.",shortcutDisableTooltip:"Realice la configuraci\xF3n en la p\xE1gina de administraci\xF3n de atajos de extensi\xF3n proporcionada por el navegador, para m\xE1s orientaci\xF3n consulte las instrucciones en la parte superior de esta p\xE1gina.",touchShortcutsToggleTranslatePage:"Configura gestos t\xE1ctiles para traducir p\xE1ginas web/mostrar el texto original","desc.toggleTranslateTheMainPage":"Solo traduce el \xE1rea principal de la p\xE1gina, cuando has habilitado la traducci\xF3n de todo el \xE1rea de la p\xE1gina en la configuraci\xF3n avanzada, puedes usar este atajo para traducir espec\xEDficamente el \xE1rea principal de la p\xE1gina.","desc.touchShortcutsToggleTranslatePage":"Una vez configurado, al mover el dispositivo m\xF3vil, se puede tocar la pantalla con X dedos, deslizar hacia la izquierda o hacia la derecha o hacer clic continuamente para activar la traducci\xF3n de la p\xE1gina web/mostrar el texto original.",paragraphMinTextCountDesc:"Tenga en cuenta, aqu\xED se refiere a la longitud del car\xE1cter, por ejemplo: hola es 5 caracteres, establecer un valor m\xE1s grande puede reducir la traducci\xF3n de p\xE1rrafos peque\xF1os innecesarios.","desc.mouseHoverHoldKey":"Cuando el mouse se coloca sobre un p\xE1rrafo, al presionar la tecla de acceso r\xE1pido en el lado derecho, se puede traducir directamente ese p\xE1rrafo.",mouseHoverCustomKeyDescription:"Puedes personalizar una combinaci\xF3n de teclas de acceso r\xE1pido para cuando el mouse se posicione encima, como: Alt+Z, Ctrl+E, Cmd+Alt+E o directamente Cmd, por favor ingresa manualmente.","intro.floatBallDescription":"Una vez activado, se mostrar\xE1 un bot\xF3n de traducci\xF3n r\xE1pida en el lado derecho de la p\xE1gina, haga clic para traducir, haga clic nuevamente para volver al texto original. En dispositivos m\xF3viles, mantenga presionada la bola flotante para abrir el panel de configuraci\xF3n r\xE1pida.","desc.touchShortcutsToggleTranslationMask":"La m\xE1scara de traducci\xF3n se refiere al efecto borroso en el estilo de la traducci\xF3n (modo de aprendizaje), que se activa temporalmente para usar el efecto borroso en la traducci\xF3n, lo que facilita el aprendizaje.",translationOnlyModeDescription:"El modo de solo traducci\xF3n se refiere a mostrar solo el texto traducido, en lugar del modo biling\xFCe predeterminado. Nota: debido a limitaciones t\xE9cnicas, los hiperv\xEDnculos del texto original se desactivar\xE1n en el modo de solo traducci\xF3n.","neverTranslateText.description":"Debido a que algunos motores de traducci\xF3n no reconocen adecuadamente los nombres propios, puedes agregar palabras aqu\xED para asegurarte de que no se conviertan durante el proceso de traducci\xF3n. Ten en cuenta que esta funci\xF3n distingue entre may\xFAsculas y min\xFAsculas, y solo admite idiomas con palabras separadas por espacios (como ingl\xE9s, franc\xE9s), no es aplicable a idiomas como japon\xE9s, coreano, etc.","desc.toggleMouseHoverTranslateDirectly":"Despu\xE9s de presionar esta tecla de acceso r\xE1pido, en la p\xE1gina, siempre que el mouse apunte a cualquier texto, se traducir\xE1 autom\xE1ticamente ese texto. Presione la tecla de acceso r\xE1pido nuevamente para desactivar esta funci\xF3n de traducci\xF3n autom\xE1tica.","intro.subtitleDescription":"Despu\xE9s de activar esta funci\xF3n, los subt\xEDtulos biling\xFCes se mostrar\xE1n autom\xE1ticamente durante la reproducci\xF3n del video. Si no est\xE1 habilitado, deber\xE1 hacer clic manualmente en el bot\xF3n de traducci\xF3n en la p\xE1gina para mostrar los subt\xEDtulos. Tenga en cuenta que, debido a las limitaciones t\xE9cnicas, algunos sitios web pueden necesitar refrescar la p\xE1gina o esperar a que se complete la traducci\xF3n para mostrar los subt\xEDtulos biling\xFCes. (Adem\xE1s, tambi\xE9n puede habilitar/deshabilitar el panel de acceso r\xE1pido de traducci\xF3n inmersiva en la esquina superior derecha despu\xE9s de abrir el sitio web de video).

Actualmente se admite el uso de subt\xEDtulos biling\xFCes en estos sitios web:","intro.hoverDescription":"La traducci\xF3n al pasar el rat\xF3n es una funci\xF3n muy importante en la traducci\xF3n inmersiva, solo necesitas colocar el rat\xF3n sobre el p\xE1rrafo y presionar la tecla de acceso r\xE1pido establecida para traducir autom\xE1ticamente el p\xE1rrafo actual (nota: no est\xE1 habilitado por defecto, config\xFAralo a continuaci\xF3n). Esta interacci\xF3n se utiliza para reemplazar mejor la traducci\xF3n de palabras seleccionadas. Adem\xE1s, esta funci\xF3n se utiliza ampliamente en \xE1reas de traducci\xF3n que no se pueden reconocer, puedes utilizar esta funci\xF3n para forzar la traducci\xF3n de cualquier p\xE1rrafo.","subtitle.showQuickButtonDescription":"Proporciona un atajo para activar los subt\xEDtulos biling\xFCes en la esquina inferior derecha del reproductor de video.",geminiWarning:"Atenci\xF3n: El servicio gratuito de Gemini proporcionado por Google tiene restricciones estrictas, Google puede determinar que el usuario est\xE1 utilizando m\xFAltiples Keys para eludir sus l\xEDmites de cuota gratuita, no se recomienda su uso, se sugiere esperar hasta que Google abra la interfaz de pago de Gemini en el futuro para su uso.","floatBall.setting":"Configuraci\xF3n","floatBall.file":"Traducir PDF, EPUB, SRT, ASS, HTML, archivos TXT","floatBall.translateToLanguage":"Haga clic para traducir a {language}",changeToOnlyTempTranslationMode:"Mostrar s\xF3lo traducciones",changeToDualTempTranslationMode:"Cambiar a traducci\xF3n biling\xFCe","options.navbar.translateFile":"Traducir documento","transitionMode.translation":"Solo texto traducido.","options.navbar.installApp":"Instalar la aplicaci\xF3n m\xF3vil","transitionMode.dual":"Contraste biling\xFCe","subtitle.transitionModeDescription":"Establecer subt\xEDtulos de video en modo de comparaci\xF3n biling\xFCe o solo en modo de traducci\xF3n","subtitle.transitionMode":"Subt\xEDtulos de video biling\xFCes / Configuraci\xF3n solo de texto traducido","transitionMode.inherit":"Mant\xE9ngase consistente con el modo de visualizaci\xF3n de traducci\xF3n predeterminado del sistema.",translateFileTooltip:`Traducir PDF, ePub, srt, ass, HTML, archivos TXT`,"description.multiplePrompt":`Cuando el n\xFAmero de p\xE1rrafos es mayor a 1, se env\xEDa la conversaci\xF3n a {service} como usuario, donde {{from}} indica el idioma del p\xE1rrafo, {{to}} indica el idioma objetivo, {{yaml}} es el contenido del p\xE1rrafo que hemos envuelto en formato yaml, si tienes la necesidad de personalizar Prompt, necesitas asegurarte de que cada elemento en el resultado YAML de la respuesta de AI contenga el campo {env.imt_trans_field}, {{imt_trans_field}} es el nombre del campo de la traducci\xF3n que esperamos de la respuesta de AI, por defecto es {env.imt_trans_field}, {{imt_source_field}} es el nombre del campo del texto original que pasamos a AI, por defecto es {env.imt_source_field}, ejemplo de resultado: @@ -5044,7 +5044,7 @@ ass, HTML, archivos TXT`,"description.multiplePrompt":`Cuando el n\xFAmero de p\ {env.imt_sub_trans_field}: Traducci\xF3n - id: 2 {env.imt_sub_source_field}: Fuente - {env.imt_sub_trans_field}: Traducci\xF3n`,"subtitle.quickButton.cyan":"Azul","subtitle.quickButton.backgroundColor":"color de fondo","subtitle.quickButton.blue":"azul","subtitle.quickButton.translationTextColor":"Color de fuente de traducci\xF3n","subtitle.quickButton.translationPosition":"Posici\xF3n de traducci\xF3n","subtitle.quickButton.translationFontSize":"Tama\xF1o de fuente de traducci\xF3n","subtitle.quickButton.translationPositionBottom":"Debajo del texto original","subtitle.quickButton.sourceFontSize":"Tama\xF1o original de la fuente","subtitle.quickButton.green":"Verde","subtitle.quickButton.white":"blanco","subtitle.quickButton.red":"Rojo","subtitle.quickButton.magenta":"Magenta","translationServices.claude":"Claude","subtitle.quickButton.setting":"Configuraci\xF3n","subtitle.quickButton.yellow":"amarillo","subtitle.quickButton.backgroundOpacity":"Opacidad de fondo","subtitle.quickButton.black":"negro","subtitle.quickButton.sourceTextColor":"Color original de la fuente","subtitle.quickButton.translationPositionTop":"En la parte superior del texto original",attachSubtitleTranslating:"Usando {service} para traducir...","error.claude.403":"No tiene permiso para acceder al servicio, puede estar relacionado con las restricciones de \xE1rea de Claude, puede intentar cambiar su direcci\xF3n IP o usar otros servicios de traducci\xF3n.","browser.brandDescriptionForSafari":"\u3010Traducci\xF3n inmersiva\u3011Un complemento de traducci\xF3n de p\xE1ginas web biling\xFCe (original/traducci\xF3n) gratuito que tambi\xE9n soporta la traducci\xF3n de PDF y libros electr\xF3nicos EPUB manteniendo el formato original del documento, la traducci\xF3n de subt\xEDtulos biling\xFCes de videos en l\xEDnea como Youtube/Netflix, y soporta servicios de traducci\xF3n principales como Deepl/Google;","browser.PdfProFile":"AI impulsado por PDF Pro traducci\xF3n","browser.textTranslate":"Traducci\xF3n de texto"};var bh={nologin:"\u0648\u0627\u0631\u062F \u0646\u0634\u062F\u0647 \u0627\u06CC\u062F",loginForSafari:"\u0648\u0627\u0631\u062F \u0634\u0648\u06CC\u062F \u06CC\u0627 \u062B\u0628\u062A \u0646\u0627\u0645 \u06A9\u0646\u06CC\u062F",login:"\u767B\u5F55",manageAccount:"\u0645\u062F\u06CC\u0631\u06CC\u062A \u062D\u0633\u0627\u0628",openPremium:"\u0639\u0636\u0648\u06CC\u062A",logout:"\u062A\u0631\u06A9 \u06A9\u0631\u062F\u0646",curentPlan:"\u0628\u0633\u062A\u0647 \u0641\u0639\u0644\u06CC",endAt:"\u0628\u0644\u0648\u063A",endAuto:"\u062A\u0645\u062F\u06CC\u062F \u062E\u0648\u062F\u06A9\u0627\u0631",lineBreakMaxTextCount:"\u062D\u062F\u0627\u06A9\u062B\u0631 \u062A\u0639\u062F\u0627\u062F \u06A9\u0627\u0631\u0627\u06A9\u062A\u0631\u0647\u0627\u06CC \u0645\u062C\u0627\u0632 \u062F\u0631 \u0647\u0631 \u062C\u0645\u0644\u0647 \u067E\u0633 \u0627\u0632 \u0634\u06A9\u0633\u062A \u062E\u0637","translate-pdf":"\u0628\u0631\u0627\u06CC \u062A\u0631\u062C\u0645\u0647 PDF \u06A9\u0644\u06CC\u06A9 \u06A9\u0646\u06CC\u062F","noSupportTranslate-pdf":"\u0627\u0633\u06A9\u0631\u06CC\u067E\u062A \u067E\u0634\u062A\u06CC\u0628\u0627\u0646\u06CC \u0646\u0645\u06CC \u0634\u0648\u062F\u060C \u0644\u0637\u0641\u0627 \u0627\u0632 \u0627\u0641\u0632\u0648\u0646\u0647 \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u06A9\u0646\u06CC\u062F","translate-firefox-local-pdf":"\u0628\u0631\u0627\u06CC \u0628\u0627\u0631\u06AF\u06CC\u0631\u06CC PDF \u06A9\u0644\u06CC\u06A9 \u06A9\u0646\u06CC\u062F",enableLineBreak:"\u0641\u0639\u0627\u0644 \u06A9\u0631\u062F\u0646 \u0634\u06A9\u0633\u062A \u062E\u0637 \u062E\u0648\u062F\u06A9\u0627\u0631 \u0628\u0646\u062F \u0628\u0644\u0646\u062F",sponsorLabel:"\u062D\u0627\u0645\u06CC\u0627\u0646 \u062A\u0648\u0633\u0639\u0647\u200C\u062F\u0647\u0646\u062F\u06AF\u0627\u0646 \u0628\u0627 \u0634\u0631\u0648\u0639 \u0627\u0632 1 \u062F\u0644\u0627\u0631",help:"\u06A9\u0645\u06A9",browserShortcutsNoteForFirefox:"\u0628\u0631\u0627\u06CC \u062A\u063A\u06CC\u06CC\u0631 \u06A9\u0644\u06CC\u062F\u0647\u0627\u06CC \u0645\u06CC\u0627\u0646\u0628\u0631 \u062F\u0631 \u0645\u0631\u0648\u0631\u06AF\u0631 \u0641\u0627\u06CC\u0631\u0641\u0627\u06A9\u0633\u060C \u0628\u0627\u06CC\u062F \u0628\u0631\u06AF\u0647 \u0645\u062F\u06CC\u0631\u06CC\u062A \u0627\u0641\u0632\u0648\u0646\u0647\u200C\u0647\u0627 (about:addons) \u0631\u0627 \u0628\u0627\u0632 \u06A9\u0646\u06CC\u062F\u060C \u0633\u067E\u0633 \u0631\u0648\u06CC \xAB\u062A\u0646\u0638\u06CC\u0645\u0627\u062A\xBB \u06A9\u0644\u06CC\u06A9 \u06A9\u0646\u06CC\u062F \u0648 \u0633\u067E\u0633 \u0628\u0631\u0627\u06CC \u062A\u0646\u0638\u06CC\u0645 \u0631\u0648\u06CC \xAB\u0645\u062F\u06CC\u0631\u06CC\u062A \u06A9\u0644\u06CC\u062F\u0647\u0627\u06CC \u0645\u06CC\u0627\u0646\u0628\u0631\xBB \u06A9\u0644\u06CC\u06A9 \u06A9\u0646\u06CC\u062F",browserShortcutsNoteForChrome:"\u0628\u0631\u0627\u06CC \u0645\u0631\u0648\u0631\u06AF\u0631\u0647\u0627\u06CC Chrome \u0645\u0627\u0646\u0646\u062F\u060C \u0628\u0627\u06CC\u062F \u0628\u0631\u06AF\u0647 \u0645\u062F\u06CC\u0631\u06CC\u062A \u0627\u0641\u0632\u0648\u0646\u0647\u200C\u0647\u0627 \u0631\u0627 \u0628\u0631\u0627\u06CC \u062A\u063A\u06CC\u06CC\u0631 \u06A9\u0644\u06CC\u062F\u0647\u0627\u06CC \u0645\u06CC\u0627\u0646\u0628\u0631 \u0628\u0627\u0632 \u06A9\u0646\u06CC\u062F\u060C \u0622\u0646 \u0631\u0627 \u062F\u0631 \u062F\u0631\u06AF\u0627\u0647 \xAB\u0645\u062F\u06CC\u0631\u06CC\u062A \u06A9\u0644\u06CC\u062F\u0647\u0627\u06CC \u0645\u06CC\u0627\u0646\u0628\u0631\xBB (chrome://extensions/shortcuts) \u062A\u0646\u0638\u06CC\u0645 \u06A9\u0646\u06CC\u062F. \u0631\u0648\u06CC \u062F\u06A9\u0645\u0647 \u0632\u06CC\u0631 \u06A9\u0644\u06CC\u06A9 \u06A9\u0646\u06CC\u062F \u062A\u0627 \u0628\u0647 \u0628\u0631\u06AF\u0647 \u0645\u062F\u06CC\u0631\u06CC\u062A \u06A9\u0644\u06CC\u062F \u0645\u06CC\u0627\u0646\u0628\u0631 \u0628\u0631\u0648\u06CC\u062F.",browserShortcutsSucks:"\u0641\u0631\u0645\u062A \u06A9\u0644\u06CC\u062F \u0645\u06CC\u0627\u0646\u0628\u0631 \u0633\u0641\u0627\u0631\u0634\u06CC (\u0628\u062F\u0648\u0646 \u062A\u0634\u062E\u06CC\u0635 \u062E\u0648\u062F\u06A9\u0627\u0631\u060C \u0644\u0637\u0641\u0627 \u0645\u0633\u062A\u0642\u06CC\u0645\u0627 \u0648\u0627\u0631\u062F \u06A9\u0646\u06CC\u062F)\uFF1A\u0627\u0633\u062A",enableLineBreakDescription:"\u0648\u0642\u062A\u06CC \u0641\u0639\u0627\u0644 \u0628\u0627\u0634\u062F\u060C \u06CC\u06A9 \u0634\u06A9\u0633\u062A \u062E\u0637 \u062F\u0631 \u067E\u0627\u06CC\u0627\u0646 \u0647\u0631 \u062C\u0645\u0644\u0647 \u062F\u0631 \u06CC\u06A9 \u0628\u0646\u062F \u0628\u0644\u0646\u062F \u0628\u0631\u0627\u06CC \u062A\u0633\u0647\u06CC\u0644 \u062E\u0648\u0627\u0646\u062F\u0646 \u0627\u0639\u0645\u0627\u0644 \u0645\u06CC \u0634\u0648\u062F","browser.shortBrandName":"\u062A\u0631\u062C\u0645\u0647 \u0647\u0645\u0647\u062C\u0627\u0646\u0628\u0647","browser.brandName":"\u062A\u0631\u062C\u0645\u0647 \u0647\u0645\u0647\u200C\u062C\u0627\u0646\u0628\u0647","browser.brandDescription":"Web bilingual translation, completely free to use, supports Deepl/Google/Bing/Tencent/Youdao, etc.","browser.toggleTranslatePage":"\u062A\u0631\u062C\u0645\u0647 \u062A\u0627\u0631\u0646\u0645\u0627/\u0646\u0645\u0627\u06CC\u0634 \u0645\u062A\u0646 \u0627\u0635\u0644\u06CC","browser.toggleTranslateTheWholePage":"\u062A\u0631\u062C\u0645\u0647 \u062A\u0645\u0627\u0645 \u0628\u0631\u06AF\u0647/\u0646\u0645\u0627\u06CC\u0634 \u0645\u062A\u0646 \u0627\u0635\u0644\u06CC","browser.toggleOnlyTransation":"\u062A\u063A\u06CC\u06CC\u0631 \u0628\u0647 \u062D\u0627\u0644\u062A \u062F\u0648\u0632\u0628\u0627\u0646\u0647 / \u0641\u0642\u0637 \u0645\u062A\u0646 \u062A\u0631\u062C\u0645\u0647 \u0634\u062F\u0647","browser.toggleTranslateToThePageEndImmediately":"\u0627\u0632 \u0627\u0646\u062A\u0647\u0627\u06CC \u0628\u0631\u06AF\u0647 \u062A\u0631\u062C\u0645\u0647 \u06A9\u0646\u06CC\u062F/\u0646\u0645\u0627\u06CC\u0634 \u0645\u062A\u0646 \u0627\u0635\u0644\u06CC","browser.toggleTranslateTheMainPage":"\u062A\u0631\u062C\u0645\u0647 \u0642\u0633\u0645\u062A\u200C\u0647\u0627\u06CC \u0627\u0635\u0644\u06CC \u0628\u0631\u06AF\u0647/\u0646\u0645\u0627\u06CC\u0634 \u0645\u062A\u0646 \u0627\u0635\u0644\u06CC","browser.shareToDraft":"\u0627\u0634\u062A\u0631\u0627\u06A9\u200C\u06AF\u0630\u0627\u0631\u06CC \u0635\u0641\u062D\u0647 \u062F\u0648\u0632\u0628\u0627\u0646\u0647","browser.openOptionsPage":"\u0628\u0631\u06AF\u0647 \u062A\u0646\u0638\u06CC\u0645\u0627\u062A \u0631\u0627 \u0628\u0627\u0632 \u06A9\u0646\u06CC\u062F","browser.toggleTranslationMask":"\u0646\u0645\u0627\u06CC\u0634/\u067E\u0646\u0647\u0627\u0646 \u06A9\u0631\u062F\u0646 \u062C\u0644\u0648\u0647 \u062A\u0627\u0631\u06CC \u062A\u0631\u062C\u0645\u0647","browser.translateLocalPdfFile":"\u062A\u0631\u062C\u0645\u0647 \u067E\u0631\u0648\u0646\u062F\u0647 PDF \u0645\u062D\u0644\u06CC","browser.openEbookViewer":"\u06A9\u062A\u0627\u0628 \u0647\u0627\u06CC \u0627\u0644\u06A9\u062A\u0631\u0648\u0646\u06CC\u06A9\u06CC \u0645\u062D\u0644\u06CC \u0631\u0627 \u0628\u062E\u0648\u0627\u0646\u06CC\u062F","browser.openEbookBuilder":"\u06A9\u062A\u0627\u0628 \u0647\u0627\u06CC \u0627\u0644\u06A9\u062A\u0631\u0648\u0646\u06CC\u06A9\u06CC \u062F\u0648 \u0632\u0628\u0627\u0646\u0647 EPUB \u0627\u06CC\u062C\u0627\u062F \u06A9\u0646\u06CC\u062F","browser.translateLocalHtmlFile":"\u7FFB\u8BD1\u672C\u5730 HTML \u6587\u4EF6","browser.donateContext":"\u0628\u0627 \u0645\u0632\u0627\u06CC\u0627\u06CC \u062D\u0645\u0627\u06CC\u062A \u0645\u0627\u0644\u06CC \u0622\u0634\u0646\u0627 \u0634\u0648\u06CC\u062F","browser.translateLocalSubtitleFile":"\u0641\u0627\u06CC\u0644 \u0647\u0627\u06CC \u0632\u06CC\u0631\u0646\u0648\u06CC\u0633 \u0645\u062D\u0644\u06CC \u0631\u0627 \u062A\u0631\u062C\u0645\u0647 \u06A9\u0646\u06CC\u062F",confirmResetConfig:"\u0622\u06CC\u0627 \u0645\u0637\u0645\u0626\u0646 \u0647\u0633\u062A\u06CC\u062F \u06A9\u0647 \u0645\u06CC\u200C\u062E\u0648\u0627\u0647\u06CC\u062F \u062A\u0646\u0638\u06CC\u0645\u0627\u062A \u0631\u0627 \u0628\u0627\u0632\u0646\u0634\u0627\u0646\u06CC \u06A9\u0646\u06CC\u062F\u061F",translationLineBreakSettingTitle:"\u062A\u0646\u0638\u06CC\u0645\u0627\u062A \u0628\u0633\u062A\u0647 \u0628\u0646\u062F\u06CC \u062E\u0637 \u062A\u0631\u062C\u0645\u0647",smartLineBreak:"\u0628\u0633\u062A\u0647 \u0628\u0646\u062F\u06CC \u062E\u0637 \u0647\u0648\u0634\u0645\u0646\u062F",alwaysLineBreak:"\u0647\u0645\u06CC\u0634\u0647 \u0628\u067E\u06CC\u0686\u06CC\u062F",isShowContextMenu:"\u521B\u5EFA\u53F3\u952E\u83DC\u5355",toggleBeta:"\u0648\u06CC\u0698\u06AF\u06CC \u0647\u0627\u06CC \u0622\u0632\u0645\u0627\u06CC\u0634 \u0628\u062A\u0627 \u0631\u0627 \u0641\u0639\u0627\u0644 \u06A9\u0646\u06CC\u062F",betaDescription:"\u0648\u06CC\u0698\u06AF\u06CC\u200C\u0647\u0627\u06CC\u06CC \u0631\u0627 \u06A9\u0647 \u0647\u0646\u0648\u0632 \u0622\u0632\u0645\u0627\u06CC\u0634\u06CC \u0647\u0633\u062A\u0646\u062F \u0648 \u0647\u0645\u0686\u0646\u06CC\u0646 \u062E\u062F\u0645\u0627\u062A \u062A\u0631\u062C\u0645\u0647 \u0631\u0627 \u062F\u0631 \u0622\u0632\u0645\u0627\u06CC\u0634 \u0641\u0639\u0627\u0644 \u06A9\u0646\u06CC\u062F. \u0639\u0636\u0648<1>\u06AF\u0631\u0648\u0647 \u062A\u0644\u06AF\u0631\u0627\u0645 \u0634\u0648\u06CC\u062F \u0628\u06CC\u0634\u062A\u0631 \u0628\u062F\u0627\u0646\u06CC\u062F.",translationLineBreakSettingDescription:"\u5BF9\u4E8E\u8BD1\u6587\u7684\u4F4D\u7F6E\uFF1A\u603B\u662F\u6362\u884C/\u667A\u80FD\u6362\u884C\uFF08\u5F53\u6BB5\u843D\u591A\u4E8E{count}\u4E2A\u5B57\u7B26\u624D\u6362\u884C\u663E\u793A\u8BD1\u6587\uFF09",tempTranslateDomainTitle:"\u0686\u0647 \u0645\u062F\u062A \u0628\u0631\u0627\u06CC \u0641\u0639\u0627\u0644 \u06A9\u0631\u062F\u0646 \u0645\u0648\u0642\u062A \u062A\u0631\u062C\u0645\u0647 \u0648\u0628 \u0633\u0627\u06CC\u062A",tempTranslateDomainDescription:"\u5F53\u624B\u52A8\u7FFB\u8BD1\u67D0\u4E2A\u7F51\u9875\u7684\u65F6\u5019\uFF0C\u4E34\u65F6\u5F00\u542F\u8BE5\u7F51\u7AD9\u4E3A\u81EA\u52A8\u7FFB\u8BD1",xMinutes:"{count} \u062F\u0642\u06CC\u0642\u0647",disabled:"\u063A\u06CC\u0631 \u0641\u0639\u0627\u0644 \u06A9\u0631\u062F\u0646",changelog:"\u062A\u063A\u06CC\u06CC\u0631 \u06AF\u0632\u0627\u0631\u0634",toggleTranslatePageWhenThreeFingersOnTheScreen:"\u0628\u0631\u0627\u06CC \u062A\u0631\u062C\u0645\u0647 \u0635\u0641\u062D\u0647 \u0648\u0628/\u0646\u0645\u0627\u06CC\u0634 \u0645\u062A\u0646 \u0627\u0635\u0644\u06CC\u060C \u0647\u0645\u0632\u0645\u0627\u0646 \u0628\u0627 \u0686\u0646\u062F\u06CC\u0646 \u0627\u0646\u06AF\u0634\u062A \u0635\u0641\u062D\u0647 \u0631\u0627 \u0644\u0645\u0633 \u06A9\u0646\u06CC\u062F",toggleTranslationMaskWhenThreeFingersOnTheScreen:"\u0686\u0646\u062F\u06CC\u0646 \u0627\u0646\u06AF\u0634\u062A \u0631\u0627 \u0628\u0647 \u0637\u0648\u0631 \u0647\u0645\u0632\u0645\u0627\u0646 \u0644\u0645\u0633 \u06A9\u0646\u06CC\u062F \u062A\u0627 \u062C\u0644\u0648\u0647 \u062A\u0627\u0631\u06CC \u062A\u0631\u062C\u0645\u0647 \u0646\u0634\u0627\u0646 \u062F\u0627\u062F\u0647 \u06CC\u0627 \u067E\u0646\u0647\u0627\u0646 \u0634\u0648\u062F",fingerCountToToggleTranslagePageOnlyTranslationWhenTouching:"\u0628\u0631\u0627\u06CC \u062A\u0631\u062C\u0645\u0647 \u0635\u0641\u062D\u0647 \u0648\u0628 (\u0641\u0642\u0637 \u062A\u0631\u062C\u0645\u0647)/\u0646\u0645\u0627\u06CC\u0634 \u0645\u062A\u0646 \u0627\u0635\u0644\u06CC \u0628\u0627 \u0686\u0646\u062F\u06CC\u0646 \u0627\u0646\u06AF\u0634\u062A \u0647\u0645\u0632\u0645\u0627\u0646 \u0635\u0641\u062D\u0647 \u0631\u0627 \u0644\u0645\u0633 \u06A9\u0646\u06CC\u062F",addUrlDescription:"\u0627\u06CC\u0646 \u0645\u06CC \u062A\u0648\u0627\u0646\u062F \u06CC\u06A9 \u0646\u0627\u0645 \u062F\u0627\u0645\u0646\u0647 \u0628\u0627\u0634\u062F \u0648 \u0627\u0632 \u062D\u0631\u0648\u0641 \u0639\u0627\u0645 \u067E\u0634\u062A\u06CC\u0628\u0627\u0646\u06CC \u0645\u06CC \u06A9\u0646\u062F\u060C \u0645\u0627\u0646\u0646\u062F\uFF1A*.google.com\u060C google.com/mail/*\u060C https://www.google.com/*",general:"\u062A\u0646\u0638\u06CC\u0645\u0627\u062A \u067E\u0627\u06CC\u0647",clickToExpandConfig:"\u06AF\u0633\u062A\u0631\u0634 \u067E\u06CC\u06A9\u0631\u0628\u0646\u062F\u06CC \u0641\u0639\u0644\u06CC",import:"\u4ECE\u6587\u4EF6\u5BFC\u5165\u914D\u7F6E",export:"\u0635\u0627\u062F\u0631\u0627\u062A \u0628\u0647 \u0641\u0627\u06CC\u0644",toggleDebug:"\u06AF\u0632\u0627\u0631\u0634 \u0647\u0627\u06CC \u0627\u0634\u06A9\u0627\u0644 \u0632\u062F\u0627\u06CC\u06CC \u0631\u0627 \u0631\u0648\u06CC \u06A9\u0646\u0633\u0648\u0644 \u0686\u0627\u067E \u06A9\u0646\u06CC\u062F","fingers.0":"\u0628\u0633\u062A\u0647","fingers.2":"\u0644\u0645\u0633 \u062F\u0648 \u0627\u0646\u06AF\u0634\u062A\u06CC","fingers.3":"\u0644\u0645\u0633 \u0633\u0647 \u0627\u0646\u06AF\u0634\u062A","fingers.4":"\u0644\u0645\u0633 \u0686\u0647\u0627\u0631 \u0627\u0646\u06AF\u0634\u062A","fingers.5":"\u0644\u0645\u0633 \u067E\u0646\u062C \u0627\u0646\u06AF\u0634\u062A",mouseHoldKey:"+ {key} \u0627\u06CC\u0646 \u067E\u0627\u0631\u0627\u06AF\u0631\u0627\u0641 \u0631\u0627 \u062A\u0631\u062C\u0645\u0647/\u0628\u0627\u0632\u06CC\u0627\u0628\u06CC \u06A9\u0646\u06CC\u062F",mouseHoldKeyAuto:"\u0627\u06CC\u0646 \u067E\u0627\u0631\u0627\u06AF\u0631\u0627\u0641 \u0631\u0627 \u0645\u0633\u062A\u0642\u06CC\u0645\u0627\u064B \u062A\u0631\u062C\u0645\u0647 \u06A9\u0646\u06CC\u062F",mouseHoldKeyOff:"\u0647\u06CC\u0686 \u06A9\u0627\u0631\u06CC \u0646\u06A9\u0646",mouseHoldKeyOther:"\u06A9\u0644\u06CC\u062F\u0647\u0627\u06CC \u0645\u06CC\u0627\u0646\u0628\u0631 \u0633\u0641\u0627\u0631\u0634\u06CC (\u062A\u0646\u0638\u06CC\u0645\u0627\u062A \u0628\u0627\u0632)",mouseHoldKeyCustomKey:"0 \u0627\u06CC\u0646 \u067E\u0627\u0631\u0627\u06AF\u0631\u0627\u0641 \u0631\u0627 {key} / \u0628\u0627\u0632\u06CC\u0627\u0628\u06CC \u06A9\u0646\u06CC\u062F",mouseHoverHoldKey:"\u0645\u0627\u0648\u0633 \u0631\u0627 \u0646\u06AF\u0647 \u062F\u0627\u0631\u06CC\u062F \u0648 \u06A9\u0644\u06CC\u062F \u0645\u06CC\u0627\u0646\u0628\u0631 \u0631\u0627 \u0641\u0634\u0627\u0631 \u062F\u0647\u06CC\u062F \u062A\u0627 \u067E\u0627\u0631\u0627\u06AF\u0631\u0627\u0641 \u062A\u0631\u062C\u0645\u0647 \u0634\u0648\u062F","mouse-translate":"MouseTranslateWhen",document:"\u0633\u0646\u062F",resetSuccess:"\u0647\u0645\u0647 \u062A\u0646\u0638\u06CC\u0645\u0627\u062A \u0628\u0627 \u0645\u0648\u0641\u0642\u06CC\u062A \u0628\u0627\u0632\u0646\u0634\u0627\u0646\u06CC \u0634\u062F",resetThisSuccess:"\u0628\u0627\u0632\u0646\u0634\u0627\u0646\u06CC \u0628\u0627 \u0645\u0648\u0641\u0642\u06CC\u062A \u0627\u0646\u062C\u0627\u0645 \u0634\u062F",saved:"\u0628\u0627 \u0645\u0648\u0641\u0642\u06CC\u062A \u0630\u062E\u06CC\u0631\u0647 \u0634\u062F",successImportConfig:"\u067E\u06CC\u06A9\u0631\u0628\u0646\u062F\u06CC \u0628\u0627 \u0645\u0648\u0641\u0642\u06CC\u062A \u0648\u0627\u0631\u062F \u0634\u062F",goAdvancedSettings:"\u0628\u0647 \u0635\u0641\u062D\u0647 \u062A\u0646\u0638\u06CC\u0645\u0627\u062A \u067E\u06CC\u0634\u0631\u0641\u062A\u0647 \u0628\u0631\u0648\u06CC\u062F",goAdvancedInterfaceSettings:"\u0628\u0647 \u0635\u0641\u062D\u0647 \u062A\u0646\u0638\u06CC\u0645\u0627\u062A \u0633\u0641\u0627\u0631\u0634\u06CC \u0633\u0627\u0632\u06CC \u067E\u06CC\u0634\u0631\u0641\u062A\u0647 \u0628\u0631\u0648\u06CC\u062F",advanced:"\u062A\u0646\u0638\u06CC\u0645\u0627\u062A \u067E\u06CC\u0634\u0631\u0641\u062A\u0647",advancedDescription:"\u0628\u0647 \u0637\u0648\u0631 \u06A9\u0644\u06CC\u060C \u0647\u06CC\u0686 \u062A\u0646\u0638\u06CC\u0645\u06CC \u0644\u0627\u0632\u0645 \u0646\u06CC\u0633\u062A\u060C \u0641\u0642\u0637 \u067E\u06CC\u0634 \u0641\u0631\u0636 \u0631\u0627 \u062D\u0641\u0638 \u06A9\u0646\u06CC\u062F. \u0641\u0642\u0637 \u0628\u0631\u0627\u06CC \u06A9\u0627\u0631\u0628\u0631\u0627\u0646 \u062D\u0631\u0641\u0647 \u0627\u06CC \u062A\u0631\u060C \u062A\u0646\u0638\u06CC\u0645\u0627\u062A \u0634\u062E\u0635\u06CC \u062A\u0631 \u0627\u0631\u0627\u0626\u0647 \u0634\u062F\u0647 \u0627\u0633\u062A.",developer:"\u062A\u0646\u0638\u06CC\u0645\u0627\u062A \u0628\u0631\u0646\u0627\u0645\u0647 \u0646\u0648\u06CC\u0633",donateCafe:"\u8BF7\u5F00\u53D1\u8005\u559D\u676F\u5496\u5561","translate to the bottom of the page":"\u6253\u5F00\u7F51\u9875\u540E\uFF0C\u662F\u5426\u7ACB\u5373\u7FFB\u8BD1\u5230\u9875\u9762\u5E95\u90E8\uFF1F",feedback:"\u0628\u0627\u0632\u062E\u0648\u0631\u062F",toggleTranslatePage:"\u062A\u0631\u062C\u0645\u0647 \u0635\u0641\u062D\u0647 \u0648\u0628/\u0646\u0645\u0627\u06CC\u0634 \u0645\u062A\u0646 \u0627\u0635\u0644\u06CC",translateToThePageEndImmediatelyDescription:"\u5F00\u542F\u540E\uFF0C\u5C06\u4F1A\u7ACB\u5373\u7FFB\u8BD1\u7F51\u9875\u4ECE\u9876\u90E8\u5230\u5E95\u90E8\u7684\u5185\u5BB9\uFF0C\u800C\u4E0D\u662F\u8FB9\u770B\u8FB9\u8BD1\u3002\uFF08\u4E0D\u63A8\u8350\u5F00\u542F\uFF09","translate all areas of the page":"\u0622\u06CC\u0627 \u0628\u0631\u0627\u06CC \u062A\u0631\u062C\u0645\u0647 \u0647\u0645\u0647 \u0642\u0633\u0645\u062A \u0647\u0627\u06CC \u0635\u0641\u062D\u0647 \u0648\u0628",translationAreaDescription:"\u5F00\u542F\u540E\uFF0C\u6574\u4E2A\u7F51\u9875\u7684\u533A\u57DF\u90FD\u4F1A\u88AB\u7FFB\u8BD1\uFF0C\u800C\u4E0D\u662F\u9ED8\u8BA4\u7684\u667A\u80FD\u8BC6\u522B\u4E3B\u8981\u533A\u57DF\u53BB\u7FFB\u8BD1\uFF08\u4E0D\u63A8\u8350\u5F00\u542F\uFF09","the number of characters to be translated first":"\u524D\u591A\u5C11\u4E2A\u5B57\u7B26\u65E0\u9700\u7B49\u5F85\u6EDA\u52A8\u5230\u53EF\u89C6\u533A\u57DF\uFF0C\u76F4\u63A5\u7FFB\u8BD1\uFF1F","interface language":"\u0632\u0628\u0627\u0646 \u0631\u0627\u0628\u0637","display both the original text and the translation":"\u0646\u0645\u0627\u06CC\u0634 \u0645\u062A\u0646 \u0627\u0635\u0644\u06CC \u0648 \u062A\u0631\u062C\u0645\u0647 \u0628\u0647 \u0637\u0648\u0631 \u0647\u0645\u0632\u0645\u0627\u0646","keyboard shortcuts":"\u0645\u06CC\u0627\u0646\u0628\u0631\u0647\u0627\u06CC \u0635\u0641\u062D\u0647 \u06A9\u0644\u06CC\u062F",modify:"\u06A9\u0644\u06CC\u062F\u0647\u0627\u06CC \u0645\u06CC\u0627\u0646\u0628\u0631 \u0631\u0627 \u062A\u063A\u06CC\u06CC\u0631 \u062F\u0647\u06CC\u062F",reset:"\u062A\u0646\u0638\u06CC\u0645 \u0645\u062C\u062F\u062F",close:"\u0628\u0633\u062A\u0647",homepage:"\u0635\u0641\u062D\u0647 \u0646\u062E\u0633\u062A",more:"\u0628\u06CC\u0634\u062A\u0631",moreOptions:"\u06AF\u0632\u06CC\u0646\u0647 \u0647\u0627\u06CC \u0633\u0641\u0627\u0631\u0634\u06CC \u0633\u0627\u0632\u06CC \u0628\u06CC\u0634\u062A\u0631\u06CC \u0631\u0627 \u06AF\u0633\u062A\u0631\u0634 \u062F\u0647\u06CC\u062F",translateTheWholePage:"\u062A\u0631\u062C\u0645\u0647 \u062A\u0645\u0627\u0645 \u0642\u0633\u0645\u062A\u200C\u0647\u0627\u06CC \u0635\u0641\u062D\u0647 (\u0645\u062A\u0641\u0627\u0648\u062A \u0627\u0632 \u0642\u0633\u0645\u062A\u200C\u0647\u0627\u06CC \u0627\u0635\u0644\u06CC \u062A\u0634\u062E\u06CC\u0635 \u0647\u0648\u0634\u0645\u0646\u062F)",changeToTranslateTheWholePage:"\u5207\u6362\u4E3A\u7FFB\u8BD1\u9875\u9762\u6240\u6709\u533A\u57DF",changeToTranslateTheMainPage:"\u5207\u6362\u4E3A\u667A\u80FD\u7FFB\u8BD1\u4E3B\u8981\u533A\u57DF",changeToOnlyTranslationMode:"\u0628\u0647 \u0646\u0645\u0627\u06CC\u0634 \u0641\u0642\u0637 \u062A\u0631\u062C\u0645\u0647 \u0647\u0627 \u0628\u0631\u0648\u06CC\u062F",changeToDualTranslationMode:"\u0628\u0647 \u062A\u0631\u062C\u0645\u0647 \u062F\u0648 \u0632\u0628\u0627\u0646\u0647 \u0628\u0631\u0648\u06CC\u062F",translateToThePageEndImmediately:"\u7ACB\u5373\u7FFB\u8BD1\u5230\u9875\u9762\u5E95\u90E8\uFF08\u533A\u522B\u4E8E\u6EDA\u52A8\u7FFB\u8BD1\uFF09",translateTheMainPage:"\u0632\u0645\u06CC\u0646\u0647 \u0647\u0627\u06CC \u0627\u0635\u0644\u06CC \u062A\u0631\u062C\u0645\u0647 \u0647\u0648\u0634\u0645\u0646\u062F","The local rules are up to date":"\u0642\u0648\u0627\u0646\u06CC\u0646 \u0633\u0627\u0632\u06AF\u0627\u0631\u06CC \u0645\u062D\u0644\u06CC \u0628\u0647 \u0631\u0648\u0632 \u0647\u0633\u062A\u0646\u062F:","Successfully synchronized with the latest official rules:":"\u0622\u062E\u0631\u06CC\u0646 \u0642\u0648\u0627\u0646\u06CC\u0646 \u0627\u0646\u0637\u0628\u0627\u0642 \u0631\u0633\u0645\u06CC \u0628\u0627 \u0645\u0648\u0641\u0642\u06CC\u062A \u0647\u0645\u06AF\u0627\u0645 \u0633\u0627\u0632\u06CC \u0634\u062F:","Checking for updates":"\u0628\u0631\u0631\u0633\u06CC \u0628\u0647 \u0631\u0648\u0632 \u0631\u0633\u0627\u0646\u06CC","Rules are being synchronized":"\u0647\u0645\u06AF\u0627\u0645 \u0633\u0627\u0632\u06CC \u0642\u0648\u0627\u0646\u06CC\u0646 \u0633\u0627\u0632\u06AF\u0627\u0631\u06CC",localVersionIsTooOld:"\u672C\u5730\u6269\u5C55\u7248\u672C\u8FC7\u65E7\uFF0C\u8BF7\u5347\u7EA7\u6269\u5C55\u5230 {minVersion} \u6216\u4E4B\u540E\u7684\u7248\u672C\u518D\u5C1D\u8BD5\u540C\u6B65",badUserscriptBrowser:"\u8BE5\u6D4F\u89C8\u5668\u672A\u6B63\u786E\u5B9E\u73B0\u6CB9\u7334\u7684\u63A5\u53E3\uFF0C\u8BF7\u4F7F\u7528\u5176\u4ED6<1>\u652F\u6301\u6CB9\u7334\u7684\u6D4F\u89C8\u5668\u5982(Firefox Nightly \u7248\u672C)",foundNewVersion:"\u0646\u0633\u062E\u0647 \u062C\u062F\u06CC\u062F \u067E\u06CC\u062F\u0627 \u0634\u062F",theLocalExtensionIsUpToUpdate:"\u0627\u0641\u0632\u0648\u0646\u0647 \u0641\u0639\u0644\u06CC \u0622\u062E\u0631\u06CC\u0646 \u0646\u0633\u062E\u0647 \u0627\u0633\u062A.",failToSyncRules:"\u0647\u0645\u06AF\u0627\u0645 \u0633\u0627\u0632\u06CC \u0622\u062E\u0631\u06CC\u0646 \u0642\u0648\u0627\u0646\u06CC\u0646 \u0627\u0646\u0637\u0628\u0627\u0642 \u0627\u0646\u062C\u0627\u0645 \u0646\u0634\u062F",retry:"\u062C\u0647\u062A \u062A\u0644\u0627\u0634 \u062F\u0648\u0628\u0627\u0631\u0647 \u0627\u06CC\u0646\u062C\u0627 \u06A9\u0644\u06CC\u06A9 \u06A9\u0646\u06CC\u062F",failedReason:"\u062F\u0644\u06CC\u0644 \u0634\u06A9\u0633\u062A",currentRuleVersion:"\u0646\u0633\u062E\u0647 \u0642\u0627\u0646\u0648\u0646 \u0641\u0639\u0644\u06CC",calculating:"\u062F\u0631 \u062D\u0627\u0644 \u0645\u062D\u0627\u0633\u0628\u0647",unknownError:"\u0627\u0634\u062A\u0628\u0627\u0647 \u0646\u0627\u0634\u0646\u0627\u062E\u062A\u0647",canNotFetchRemoteRule:"\u0646\u0645\u06CC \u062A\u0648\u0627\u0646 \u0642\u0648\u0627\u0646\u06CC\u0646 \u0631\u0627\u0647 \u062F\u0648\u0631 \u0631\u0627 \u062F\u0631\u06CC\u0627\u0641\u062A \u06A9\u0631\u062F",enableAlphaSuccess:"\u062A\u0627\u0628\u0639 \u0622\u0644\u0641\u0627 \u0631\u0648\u0634\u0646 \u0634\u062F",disableAlphaSuccess:"\u0648\u06CC\u0698\u06AF\u06CC \u0622\u0644\u0641\u0627 \u062E\u0627\u0645\u0648\u0634 \u0634\u062F",cacheSize:"\u0627\u0646\u062F\u0627\u0632\u0647 \u06A9\u0634\uFF1A",cleaning:"\u062A\u0645\u06CC\u0632 \u06A9\u0631\u062F\u0646",cleanCache:"\u067E\u0627\u06A9 \u06A9\u0631\u062F\u0646 \u062D\u0627\u0641\u0638\u0647 \u067E\u0646\u0647\u0627\u0646",options:"\u0628\u0631\u067E\u0627\u06CC\u06CC",about:"\u062F\u0631 \u0628\u0627\u0631\u0647",service:"\u062E\u062F\u0645\u0627\u062A \u062A\u0631\u062C\u0645\u0647",needAction:"(\u0628\u0647 \u062A\u0646\u0638\u06CC\u0645\u0627\u062A \u0628\u0631\u0648\u06CC\u062F)",goSettings:"\u0628\u0647 \u062A\u0646\u0638\u06CC\u0645\u0627\u062A \u0628\u0631\u0648\u06CC\u062F",needActionForOptions:"(\u0646\u06CC\u0627\u0632 \u0628\u0647 \u062A\u0646\u0638\u06CC\u0645)",translationEngine:"\u06AF\u0632\u06CC\u0646\u0647 \u0647\u0627\u06CC \u0645\u0648\u062A\u0648\u0631",sourceLanguage:"\u0632\u0628\u0627\u0646 \u0627\u0635\u0644\u06CC",target:"\u0632\u0628\u0627\u0646 \u0645\u0642\u0635\u062F",popupSourceLanguage:"\u0632\u0628\u0627\u0646 \u0627\u0635\u0644\u06CC",popupTarget:"\u0632\u0628\u0627\u0646 \u0645\u0642\u0635\u062F",popupService:"\u062E\u062F\u0645\u0627\u062A \u062A\u0631\u062C\u0645\u0647",forThisSite:"\u0648\u0628 \u0633\u0627\u06CC\u062A \u0641\u0639\u0644\u06CC",autoEnableSubtitle:"\u0632\u06CC\u0631\u0646\u0648\u06CC\u0633\u200C\u0647\u0627\u06CC \u062F\u0648\u0632\u0628\u0627\u0646\u0647 \u0631\u0627 \u0628\u0647\u200C\u0637\u0648\u0631 \u062E\u0648\u062F\u06A9\u0627\u0631 \u0631\u0648\u0634\u0646 \u06A9\u0646\u06CC\u062F",alwaysTranslateSomeLanguage:"\u603B\u662F\u7FFB\u8BD1{language}",neverTranslateSomeLanguage:"\u6C38\u4E0D\u7FFB\u8BD1{language}",alwaysTranslateSomeSite:"\u0647\u0645\u06CC\u0634\u0647 {hostname}\u0631\u0627 \u062A\u0631\u062C\u0645\u0647 \u06A9\u0646\u06CC\u062F",neverTranslateSomeSite:"\u0647\u0631\u06AF\u0632 {hostname}\u0631\u0627 \u062A\u0631\u062C\u0645\u0647 \u0646\u06A9\u0646\u06CC\u062F",alwaysTranslateSomeSiteOrWildSite:"\u0647\u0645\u06CC\u0634\u0647 \u0627\u06CC\u0646 \u0633\u0627\u06CC\u062A \u0631\u0627 \u062A\u0631\u062C\u0645\u0647 \u06A9\u0646\u06CC\u062F",alwaysTranslateSomePage:"\u0647\u0645\u06CC\u0634\u0647 \u0627\u06CC\u0646 \u0635\u0641\u062D\u0647 \u0631\u0627 \u062A\u0631\u062C\u0645\u0647 \u06A9\u0646\u06CC\u062F",add:"\u0627\u0636\u0627\u0641\u0647 \u06A9\u0631\u062F\u0646 \u0628\u0647",default:"\u067E\u06CC\u0634 \u0641\u0631\u0636",forThisLanguage:"\u0628\u0631\u0627\u06CC \u0627\u06CC\u0646 \u0632\u0628\u0627\u0646\uFF1A","add url":"\u0622\u062F\u0631\u0633 \u0627\u06CC\u0646\u062A\u0631\u0646\u062A\u06CC \u0631\u0627 \u0648\u0627\u0631\u062F \u06A9\u0646\u06CC\u062F",edit:"\u0648\u06CC\u0631\u0627\u06CC\u0634 \u06A9\u0646\u06CC\u062F","translate other languages into specific language":"\u0632\u0628\u0627\u0646 \u0647\u0627\u06CC \u062F\u06CC\u06AF\u0631 \u0631\u0627 \u0628\u0647 \u0632\u0628\u0627\u0646\u06CC \u06A9\u0647 \u062A\u0646\u0638\u06CC\u0645 \u06A9\u0631\u062F\u0647 \u0627\u06CC\u062F \u062A\u0631\u062C\u0645\u0647 \u06A9\u0646\u06CC\u062F","select translation service":"\u062E\u062F\u0645\u0627\u062A \u062A\u0631\u062C\u0645\u0647 \u0631\u0627 \u0627\u0646\u062A\u062E\u0627\u0628 \u06A9\u0646\u06CC\u062F",language:"\u0632\u0628\u0627\u0646","show-original":"\u0646\u0645\u0627\u06CC\u0634 \u0645\u062A\u0646 \u0627\u0635\u0644\u06CC",translate:"\u062A\u0631\u062C\u0645\u0647 \u06A9\u0631\u062F\u0646",Translated:"\u062A\u0631\u062C\u0645\u0647 \u0634\u062F\u0647",Translating:"\u062F\u0631 \u062D\u0627\u0644 \u062A\u0631\u062C\u0645\u0647",Error:"\u0627\u0634\u062A\u0628\u0627\u0647",allowCacheTranslations:"\u0641\u0639\u0627\u0644 \u06A9\u0631\u062F\u0646 \u062D\u0627\u0641\u0638\u0647 \u067E\u0646\u0647\u0627\u0646 \u062A\u0631\u062C\u0645\u0647 \u0645\u062D\u0644\u06CC (\u0628\u0631\u0627\u06CC \u06A9\u0627\u0647\u0634 \u062F\u0631\u062E\u0648\u0627\u0633\u062A \u0647\u0627\u06CC \u062A\u0631\u062C\u0645\u0647 \u0628\u0631\u0627\u06CC \u067E\u0627\u0631\u0627\u06AF\u0631\u0627\u0641 \u0647\u0627\u06CC \u062A\u06A9\u0631\u0627\u0631\u06CC)","translation display":"\u0633\u0628\u06A9 \u0646\u0645\u0627\u06CC\u0634 \u062A\u0631\u062C\u0645\u0647","select diplay style":"\u0633\u0628\u06A9 \u062A\u0631\u062C\u0645\u0647 \u0631\u0627 \u0645\u062A\u0645\u0627\u06CC\u0632 \u06A9\u0646\u06CC\u062F. \u0644\u0637\u0641\u0627\u064B \u0628\u0631\u0627\u06CC \u062C\u0632\u0626\u06CC\u0627\u062A \u0628\u06CC\u0634\u062A\u0631 \u0628\u0647 \u0645\u062B\u0627\u0644 \u0647\u0627\u06CC \u0632\u06CC\u0631 \u0645\u0631\u0627\u062C\u0639\u0647 \u06A9\u0646\u06CC\u062F:",interface:"\u062A\u0646\u0638\u06CC\u0645\u0627\u062A \u0631\u0627\u0628\u0637",import_export:"\u0648\u0627\u0631\u062F\u0627\u062A \u0648 \u0635\u0627\u062F\u0631\u0627\u062A",import_export_title:"\u067E\u06CC\u06A9\u0631\u0628\u0646\u062F\u06CC \u0648\u0627\u0631\u062F\u0627\u062A/\u0635\u0627\u062F\u0631\u0627\u062A",syncToGoogleDrive:"\u0627\u06A9\u0646\u0648\u0646 \u0628\u0627 Google Drive \u0647\u0645\u06AF\u0627\u0645 \u0633\u0627\u0632\u06CC \u06A9\u0646\u06CC\u062F",floatBallOptions:"\u062A\u0646\u0638\u06CC\u0645\u0627\u062A \u062A\u0648\u067E \u0645\u0639\u0644\u0642","floatBallOptions.enable":"\u062A\u0648\u067E \u0634\u0646\u0627\u0648\u0631 \u0631\u0627 \u0641\u0639\u0627\u0644 \u06A9\u0646\u06CC\u062F","floatBallOptions.blockUrls":"\u0648\u0628 \u0633\u0627\u06CC\u062A \u0631\u0627 \u063A\u06CC\u0631 \u0641\u0639\u0627\u0644 \u06A9\u0646\u06CC\u062F","floatBallOptions.add":"\u0627\u0636\u0627\u0641\u0647 \u06A9\u0631\u062F\u0646 \u0628\u0647","floatBallOptions.blockUrlDesc":"\u062A\u0648\u067E \u0634\u0646\u0627\u0648\u0631 \u0647\u0646\u06AF\u0627\u0645 \u0628\u0631\u062E\u0648\u0631\u062F \u0628\u0627 \u0648\u0628 \u0633\u0627\u06CC\u062A \u0647\u0627\u06CC \u0632\u06CC\u0631 \u0646\u0645\u0627\u06CC\u0634 \u062F\u0627\u062F\u0647 \u0646\u0645\u06CC \u0634\u0648\u062F","floatBallOptions.clickType":"\u0631\u0641\u062A\u0627\u0631 \u06A9\u0644\u06CC\u06A9\u06CC","floatBallOptions.clickTypeDesc":"\u0631\u0641\u062A\u0627\u0631 \u0646\u0645\u0627\u062F \u062A\u0648\u067E \u0634\u0646\u0627\u0648\u0631 \u0647\u0646\u06AF\u0627\u0645 \u06A9\u0644\u06CC\u06A9 \u06A9\u0631\u062F\u0646","floatBallOptions.clickPopup":"\u0646\u0645\u0627\u06CC\u0634 \u067E\u0627\u0646\u0644 \u062A\u0631\u062C\u0645\u0647","floatBallOptions.clickTranslate":"\u062A\u0631\u062C\u0645\u0647/\u0646\u0645\u0627\u06CC\u0634 \u0645\u062A\u0646 \u0627\u0635\u0644\u06CC","floatBallOptions.fixedPosition":"\u56FA\u5B9A\u4F4D\u7F6E","floatBallOptions.fixedPositionDesc":"\u60AC\u6D6E\u7403\u5728\u7A97\u53E3\u5DE6\u4FA7\u8FD8\u662F\u53F3\u4FA7","floatBallOptions.fixedPositionLeft":"\u5DE6\u4FA7","floatBallOptions.fixedPositionRight":"\u53F3\u4FA7",previewAllThemes:"\u067E\u06CC\u0634 \u0646\u0645\u0627\u06CC\u0634 \u0647\u0645\u0647 \u0633\u0628\u06A9 \u0647\u0627","translationTheme.none":"\u0647\u06CC\u0686 \u06CC\u06A9","translationTheme.grey":"\u062E\u0627\u06A9\u0633\u062A\u0631\u06CC \u062A\u06CC\u0631\u0647","translationTheme.dashed":"\u0632\u06CC\u0631 \u062E\u0637 \u0686\u06CC\u0646","translationTheme.dotted":"\u0632\u06CC\u0631 \u062E\u0637 \u0646\u0642\u0637\u0647 \u062F\u0627\u0631","translationTheme.dashedBorder":"\u0645\u0631\u0632 \u0634\u06A9\u0633\u062A\u0647","translationTheme.solidBorder":"\u0645\u0631\u0632 \u062C\u0627\u0645\u062F","translationTheme.underline":"\u0632\u06CC\u0631 \u062E\u0637 \u0645\u0633\u062A\u0642\u06CC\u0645","translationTheme.mask":"\u062C\u0644\u0648\u0647 \u062A\u0627\u0631\u06CC (\u062D\u0627\u0644\u062A \u06CC\u0627\u062F\u06AF\u06CC\u0631\u06CC)","translationTheme.opacity":"\u0627\u062B\u0631 \u0634\u0641\u0627\u0641\u06CC\u062A","translationTheme.paper":"\u0627\u0641\u06A9\u062A \u0633\u0627\u06CC\u0647 \u06A9\u0627\u063A\u0630 \u0633\u0641\u06CC\u062F","translationTheme.dividingLine":"\u062E\u0637 \u062A\u0642\u0633\u06CC\u0645","translationTheme.highlight":"\u0628\u0631\u062C\u0633\u062A\u0647","translationTheme.marker":"\u0646\u0634\u0627\u0646\u06AF\u0631","translationTheme.marker2":"\u0646\u0634\u0627\u0646\u06AF\u0631 2","translationTheme.blockquote":"\u0633\u0628\u06A9 \u0645\u0631\u062C\u0639","translationTheme.weakening":"\u062A\u0636\u0639\u06CC\u0641 \u0634\u0648\u062F","translationTheme.italic":"\u0645\u0648\u0631\u0628","translationTheme.bold":"\u067E\u0631\u0631\u0646\u06AF","translationTheme.thinDashed":"\u0632\u06CC\u0631 \u062E\u0637 \u0686\u06CC\u0646 \u0646\u0627\u0632\u06A9","translationTheme.nativeDashed":"\u0627\u06CC\u0646 \u0633\u06CC\u0633\u062A\u0645 \u062F\u0627\u0631\u0627\u06CC \u062E\u0637 \u0632\u06CC\u0631 \u0646\u0642\u0637\u0647\u200C\u062F\u0627\u0631 \u0627\u0633\u062A","translationTheme.nativeDotted":"\u0627\u06CC\u0646 \u0633\u06CC\u0633\u062A\u0645 \u062F\u0627\u0631\u0627\u06CC \u062E\u0637 \u0632\u06CC\u0631 \u0646\u0642\u0637\u0647\u200C\u062F\u0627\u0631 \u0627\u0633\u062A","translationTheme.nativeUnderline":"\u0627\u06CC\u0646 \u0633\u06CC\u0633\u062A\u0645 \u062F\u0627\u0631\u0627\u06CC \u062E\u0637 \u0645\u0633\u062A\u0642\u06CC\u0645 \u0627\u0633\u062A","translationTheme.wavy":"\u062E\u0637\u0648\u0637 \u0645\u0648\u0627\u062C","translationServices.custom":"API \u0633\u0641\u0627\u0631\u0634\u06CC","translationServices.tencent":"\u0645\u062A\u0631\u062C\u0645 \u062A\u0646\u0633\u0646\u062A","translationServices.tenAlpha":"\u0645\u062A\u0631\u062C\u0645 \u062A\u0646\u0633\u0646\u062A (\u0622\u0644\u0641\u0627)","translationServices.google":"\u0645\u062A\u0631\u062C\u0645 \u06AF\u0648\u06AF\u0644","translationServices.bai":"\u0628\u0627\u06CC\u062F\u0648 (\u0622\u0644\u0641\u0627)","translationServices.baidu":"\u0645\u062A\u0631\u062C\u0645 \u0628\u0627\u06CC\u062F\u0648","translationServices.aliyun":"\u062A\u0631\u062C\u0645\u0647 \u0627\u0628\u0631\u06CC \u0639\u0644\u06CC \u0628\u0627\u0628\u0627","translationServices.volc":"\u062A\u0631\u062C\u0645\u0647 \u0622\u062A\u0634\u0641\u0634\u0627\u0646","translationServices.deeplx":"DeepLX(Alpha)","translationServices.bing":"\u5FC5\u5E94\u7FFB\u8BD1","translationServices.deepl":"DeepL","translationServices.wechat":"\u062A\u0631\u062C\u0645\u0647 \u0648\u06CC \u0686\u062A","translationServices.azure":"\u5FAE\u8F6F\u7FFB\u8BD1","translationServices.ibm":"\u0622\u06CC \u0628\u06CC \u0627\u0645 \u0648\u0627\u062A\u0633\u0648\u0646","translationServices.aws":"\u062A\u0631\u062C\u0645\u0647 \u0622\u0645\u0627\u0632\u0648\u0646","translationServices.mock":"\u6A21\u62DF\u7FFB\u8BD11","translationServices.mock2":"\u062A\u0631\u062C\u0645\u0647 \u0634\u0628\u06CC\u0647 \u0633\u0627\u0632\u06CC \u0634\u062F\u0647 2","translationServices.caiyun":"\u06A9\u0627\u06CC\u0648\u0646 \u0634\u06CC\u0627\u0626\u0648\u06CC","translationServices.cai":"\u5F69\u4E91\u5C0F\u8BD1","translationServices.volcAlpha":"\u706B\u5C71\u7FFB\u8BD1(Alpha)","translationServices.openl":"OpenL","translationServices.youdao":"\u062A\u0631\u062C\u0645\u0647 \u06CC\u0648\u062F\u0627\u0626\u0648","translationServices.you":"\u062A\u0631\u062C\u0645\u0647 \u06CC\u0648\u062F\u0627\u0626\u0648 (\u0622\u0644\u0641\u0627)","translationServices.transmart":"\u062A\u0631\u062C\u0645\u0647 \u062A\u0639\u0627\u0645\u0644\u06CC Tencent","translationServices.niu":"\u062A\u0631\u062C\u0645\u0647 \u0645\u0627\u0648\u0631\u06CC\u06A9\u0633","translationServices.papago":"Papago\u7FFB\u8BD1","translationServices.d":"Deepl(Alpha)","translationServices.dpro":"\u062F\u06CC \u067E\u0631\u0648 (\u0642\u0646\u0627\u0631\u06CC)","translationServices.openai":"OpenAI","translationServices.yandex":"Yandex","translationServices.chatgpt":"ChatGPT Web (\u0645\u0648\u0628\u0627\u06CC\u0644 3.5)","translate title":"\u0639\u0646\u0648\u0627\u0646 \u0635\u0641\u062D\u0647 \u0631\u0627 \u062A\u0631\u062C\u0645\u0647 \u06A9\u0646\u06CC\u062F","always languages":"\u0647\u0645\u06CC\u0634\u0647 \u0632\u0628\u0627\u0646 \u062A\u0631\u062C\u0645\u0647 \u0634\u062F\u0647",neverTranslateLanguagesLabel:"\u0632\u0628\u0627\u0646 \u0647\u0627\u06CC\u06CC \u06A9\u0647 \u0647\u0631\u06AF\u0632 \u062A\u0631\u062C\u0645\u0647 \u0646\u0645\u06CC \u0634\u0648\u0646\u062F",neverTranslateTheFollowingLanguagesDescription:"\u5F53\u9875\u9762\u4E2D\u67D0\u4E00\u6BB5\u843D\u7684\u8BED\u8A00\u4E3A\u4E0B\u5217\u8BED\u8A00\u65F6\uFF0C\u4F1A\u81EA\u52A8\u8DF3\u8FC7\u7FFB\u8BD1\u8BE5\u6BB5\u843D",enableUserscriptPagePopup:"\u603B\u662F\u5728\u9875\u9762\u4E0A\u5C55\u793A Popup \u6D6E\u7A97",enableUserscriptPagePopupDescription:"\u5173\u95ED\u6D6E\u7A97\u540E\uFF0C\u53EF\u4EE5\u7528\u5FEB\u6377\u952E/{touch}\u5524\u8D77\u3002\u4E3A\u9632\u6B62\u4E0D\u614E\u5173\u95ED\u8BE5\u9009\u9879\u540E\u627E\u4E0D\u5230\u6D6E\u7A97\uFF0C\u5F3A\u70C8\u5EFA\u8BAE\u6536\u85CF\u672C\u8BBE\u7F6E\u9875","always translate the following languages":"\u0647\u0646\u06AF\u0627\u0645\u06CC \u06A9\u0647 \u0632\u0628\u0627\u0646 \u0635\u0641\u062D\u0647 \u0628\u0647 \u0632\u0628\u0627\u0646 \u0647\u0627\u06CC \u0632\u06CC\u0631 \u0628\u0627\u0634\u062F\u060C \u0628\u0647 \u0637\u0648\u0631 \u062E\u0648\u062F\u06A9\u0627\u0631 \u0628\u0647 \u0632\u0628\u0627\u0646 \u0645\u0642\u0635\u062F \u062A\u0631\u062C\u0645\u0647 \u0645\u06CC \u0634\u0648\u062F","always sites":"URL \u0647\u0627\u06CC \u0647\u0645\u06CC\u0634\u0647 \u062A\u0631\u062C\u0645\u0647 \u0634\u062F\u0647","always translate the following sites":"\u0647\u0646\u06AF\u0627\u0645\u06CC \u06A9\u0647 \u0648\u0628 \u0633\u0627\u06CC\u062A \u0628\u0627 \u0646\u0627\u0645 \u062F\u0627\u0645\u0646\u0647 \u0632\u06CC\u0631 \u0628\u0627\u0634\u062F\u060C \u0628\u0647 \u0637\u0648\u0631 \u062E\u0648\u062F\u06A9\u0627\u0631 \u0628\u0647 \u0632\u0628\u0627\u0646 \u0645\u0642\u0635\u062F \u062A\u0631\u062C\u0645\u0647 \u0645\u06CC \u0634\u0648\u062F","never sites":"URL \u0647\u0627\u06CC\u06CC \u06A9\u0647 \u0647\u0631\u06AF\u0632 \u062A\u0631\u062C\u0645\u0647 \u0646\u0645\u06CC \u0634\u0648\u0646\u062F","never translate the following sites":"\u0647\u0646\u06AF\u0627\u0645\u06CC \u06A9\u0647 \u0648\u0628 \u0633\u0627\u06CC\u062A \u062F\u0627\u0631\u0627\u06CC \u0646\u0627\u0645 \u062F\u0627\u0645\u0646\u0647 \u0632\u06CC\u0631 \u0628\u0627\u0634\u062F\u060C \u062A\u0631\u062C\u0645\u0647 \u0627\u0646\u062C\u0627\u0645 \u0646\u062E\u0648\u0627\u0647\u062F \u0634\u062F","please refer to":"\u0642\u0628\u0644 \u0627\u0632 \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u0628\u0627\u06CC\u062F \u06A9\u0644\u06CC\u062F \u0631\u0627 \u067E\u0631 \u06A9\u0646\u06CC\u062F. \u0628\u0631\u0627\u06CC \u062C\u0632\u0626\u06CC\u0627\u062A \u0644\u0637\u0641\u0627\u064B \u0628\u0647",KeyAndConfigurationTutorial:'"\u0622\u0645\u0648\u0632\u0634 \u0628\u0631\u0646\u0627\u0645\u0647 \u06A9\u0627\u0631\u0628\u0631\u062F\u06CC \u0648 \u067E\u06CC\u06A9\u0631\u0628\u0646\u062F\u06CC \u06A9\u0644\u06CC\u062F"',useAboveStyleForTheseSites:"\u603B\u662F\u4F7F\u7528 {theme} \u8BD1\u6587\u6837\u5F0F\u7684\u7F51\u7AD9",currentUrl:"URL \u0641\u0639\u0644\u06CC",confirm:"\u0635\u0631\u0641\u0647 \u062C\u0648\u06CC\u06CC",cancel:"\u0644\u063A\u0648 \u06A9\u0646\u06CC\u062F",delete:"\u062D\u0630\u0641","languages.auto":"\u062A\u0634\u062E\u06CC\u0635 \u062E\u0648\u062F\u06A9\u0627\u0631",syncToCloud:"\u540C\u6B65\u5230\u4E91\u7AEF",syncToCloudDescription:"\u5F00\u542F\u540E\u53EF\u4EE5\u5728\u4E0D\u540C\u7684\u6D4F\u89C8\u5668/\u6CB9\u7334\u811A\u672C\u4E4B\u95F4\u540C\u6B65\u914D\u7F6E,\u4EE5\u6700\u540E\u4FEE\u6539\u65F6\u95F4\u4E3A\u51C6\u3002",syncToAccount:"\u0647\u0645\u06AF\u0627\u0645 \u0633\u0627\u0632\u06CC \u0628\u0627 Immersive Translation Cloud",syncToAccountButton:"\u0641\u0648\u0631\u0627\u064B \u0628\u0627 \u0627\u0628\u0631 \u0647\u0645\u06AF\u0627\u0645 \u0633\u0627\u0632\u06CC \u06A9\u0646\u06CC\u062F",syncToAccountDescription:"\u0628\u0647 \u0637\u0648\u0631 \u062E\u0648\u062F\u06A9\u0627\u0631 \u067E\u06CC\u06A9\u0631\u0628\u0646\u062F\u06CC \u0647\u0627 \u0631\u0627 \u0628\u06CC\u0646 \u062F\u0633\u062A\u06AF\u0627\u0647 \u0647\u0627\u06CC \u0645\u062E\u062A\u0644\u0641 \u0628\u0631 \u0627\u0633\u0627\u0633 \u0622\u062E\u0631\u06CC\u0646 \u0632\u0645\u0627\u0646 \u062A\u063A\u06CC\u06CC\u0631 \u0647\u0645\u06AF\u0627\u0645 \u0633\u0627\u0632\u06CC \u06A9\u0646\u06CC\u062F.",successSyncConfigInAccount:"\u0628\u0627 \u0645\u0648\u0641\u0642\u06CC\u062A \u0628\u0627 \u0627\u0628\u0631 \u0647\u0645\u06AF\u0627\u0645 \u0628\u0645\u0627\u0646\u06CC\u062F",successSyncConfigToAccount:"\u0628\u0627 \u0645\u0648\u0641\u0642\u06CC\u062A \u0628\u0627 \u0627\u0628\u0631 \u0647\u0645\u06AF\u0627\u0645\u200C\u0633\u0627\u0632\u06CC \u0634\u062F",syncConfigNoUpdate:"\u062F\u0631 \u062D\u0627\u0644 \u062D\u0627\u0636\u0631 \u062C\u062F\u06CC\u062F\u062A\u0631\u06CC\u0646",authFail:"\u0645\u062C\u0648\u0632 \u0627\u0646\u062C\u0627\u0645 \u0646\u0634\u062F",syncTitle:"\u0645\u062F\u06CC\u0631\u06CC\u062A \u067E\u0634\u062A\u06CC\u0628\u0627\u0646 \u06AF\u06CC\u0631\u06CC \u062F\u0633\u062A\u06CC",import_hint:"\u0648\u0627\u0631\u062F \u0643\u0631\u062F\u0646",upload:"\u0628\u0627\u0631\u06AF\u0630\u0627\u0631\u06CC",revokeAuth:"\u0644\u063A\u0648 \u0645\u062C\u0648\u0632",uploadFail:"\u0622\u067E\u0644\u0648\u062F \u0627\u0646\u062C\u0627\u0645 \u0646\u0634\u062F",download:"\u062F\u0627\u0646\u0644\u0648\u062F",importSuccess:"\u0648\u0627\u0631\u062F\u0627\u062A \u0628\u0627 \u0645\u0648\u0641\u0642\u06CC\u062A \u0627\u0646\u062C\u0627\u0645 \u0634\u062F",importFail:"\u0648\u0627\u0631\u062F\u0627\u062A \u0627\u0646\u062C\u0627\u0645 \u0646\u0634\u062F",deleteFail:"\u062D\u0630\u0641 \u0646\u0634\u062F",backupToCloud:"\u0641\u0627\u06CC\u0644 \u0647\u0627\u06CC \u067E\u0634\u062A\u06CC\u0628\u0627\u0646 \u0631\u0627 \u0628\u0647 \u0635\u0648\u0631\u062A \u062F\u0633\u062A\u06CC \u0645\u062F\u06CC\u0631\u06CC\u062A \u06A9\u0646\u06CC\u062F",create_new_backup:"\u0627\u0636\u0627\u0641\u0647 \u06A9\u0631\u062F\u0646 \u06AF\u0631\u0647 \u067E\u0634\u062A\u06CC\u0628\u0627\u0646",maxBackupFiles:"\u062A\u0627{count}\u06AF\u0631\u0647 \u0645\u062E\u062A\u0644\u0641 \u0631\u0627 \u0645\u06CC \u062A\u0648\u0627\u0646 \u067E\u0634\u062A\u06CC\u0628\u0627\u0646 \u06AF\u06CC\u0631\u06CC \u06A9\u0631\u062F\u060C \u0644\u0637\u0641\u0627 \u06AF\u0631\u0647 \u0647\u0627\u06CC \u063A\u06CC\u0631 \u0636\u0631\u0648\u0631\u06CC \u0631\u0627 \u062D\u0630\u0641 \u06A9\u0646\u06CC\u062F",backupToCloudDescription:"\u0641\u0627\u06CC\u0644 \u0647\u0627\u06CC \u067E\u0634\u062A\u06CC\u0628\u0627\u0646 \u0631\u0627 \u0628\u0647 \u0635\u0648\u0631\u062A \u062F\u0633\u062A\u06CC \u0622\u067E\u0644\u0648\u062F \u06CC\u0627 \u0628\u0627\u0632\u06CC\u0627\u0628\u06CC \u06A9\u0646\u06CC\u062F\u060C \u062A\u0627 \u062D\u062F\u0627\u06A9\u062B\u0631 3 \u0646\u0633\u062E\u0647 \u067E\u0634\u062A\u06CC\u0628\u0627\u0646 \u062A\u0647\u06CC\u0647 \u06A9\u0646\u06CC\u062F",successSyncConfig:"\u0628\u0627 \u0645\u0648\u0641\u0642\u06CC\u062A \u0628\u0627 \u0627\u0628\u0631 \u0647\u0645\u06AF\u0627\u0645 \u0628\u0645\u0627\u0646\u06CC\u062F",syncFail:"\u0647\u0645\u06AF\u0627\u0645 \u0633\u0627\u0632\u06CC \u0627\u0646\u062C\u0627\u0645 \u0646\u0634\u062F",updatedAt:"\u0628\u0647 \u0631\u0648\u0632 \u0634\u062F\u0647 \u062F\u0631 {date}",lastSyncedAt:"\u0622\u062E\u0631\u06CC\u0646 \u0628\u0631\u0631\u0633\u06CC \u062F\u0631 {date}",downloadFail:"\u062F\u0627\u0646\u0644\u0648\u062F \u0646\u0634\u062F",clickToDownload:"\u0628\u0631\u0627\u06CC \u062F\u0627\u0646\u0644\u0648\u062F \u06A9\u0644\u06CC\u06A9 \u06A9\u0646\u06CC\u062F",aboutLabel:"\u062F\u0631\u0628\u0627\u0631\u0647 - \u0628\u0627\u0632\u062E\u0648\u0631\u062F","browser.openAboutPage":"\u5173\u4E8E/\u53CD\u9988/\u8D5E\u52A9",aboutLabelWithoutSponsor:"\u062F\u0631\u0628\u0627\u0631\u0647 - \u0628\u0627\u0632\u062E\u0648\u0631\u062F",aboutIntro:"\u8BE5\u6269\u5C55\u514D\u8D39\u4F7F\u7528\uFF0C\u5E0C\u671B\u6211\u4EEC\u90FD\u80FD\u66F4\u52A0\u5BB9\u6613\u4E14\u6109\u60A6\u5730\u83B7\u53D6\u4E92\u8054\u7F51\u4E0A\u5DE8\u5927\u7684\u5916\u8BED\u4FE1\u606F \u2764\uFE0F

\u611F\u8C22\u8FD9\u4E9B<1>\u8D5E\u52A9\u8005\u4EEC, \u7531\u4E8E\u4ED6/\u5979\u4EEC\u7684\u652F\u6301\uFF0C\u66F4\u591A\u7684\u4EBA\u53EF\u4EE5\u514D\u8D39\u5730\u4F7F\u7528\u8FD9\u4E2A\u5DE5\u5177\u3002\u5982\u679C\u6709\u4F59\u529B\uFF0C\u4F60\u53EF\u4EE5<2>\u70B9\u51FB\u8FD9\u91CC\u8D5E\u52A9\u6211\u7684\u5DE5\u4F5C\uFF0C\u4F60\u8FD8\u53EF\u4EE5\u5173\u6CE8\u6211\u7684<3>\u63A8\u7279\uFF0C<4>Telegram \u9891\u9053\u4EE5\u53CA\u4E0B\u65B9\u7684<5>\u90AE\u4EF6\u8BA2\u9605\u8FFD\u8E2A\u66F4\u65B0\u3002",aboutIntroWithoutSponsor:"\u8BE5\u6269\u5C55\u514D\u8D39\u4F7F\u7528\uFF0C\u5E0C\u671B\u6211\u4EEC\u90FD\u80FD\u66F4\u52A0\u5BB9\u6613\u4E14\u6109\u60A6\u5730\u83B7\u53D6\u4E92\u8054\u7F51\u4E0A\u5DE8\u5927\u7684\u5916\u8BED\u4FE1\u606F \u2764\uFE0F ",projectHomepage:"\u0635\u0641\u062D\u0647 \u0627\u0635\u0644\u06CC \u067E\u0631\u0648\u0698\u0647",joinTelegramGroup:"\u52A0\u5165 Telegram \u7FA4\u53C2\u4E0E\u529F\u80FD\u8BA8\u8BBA",wechatPublicAccount:"\u062D\u0633\u0627\u0628 \u0639\u0645\u0648\u0645\u06CC \u0648\u06CC \u0686\u062A",wechatCommunities:"\u06AF\u0631\u0648\u0647 \u0627\u0631\u062A\u0628\u0627\u0637\u06CC \u0648\u06CC \u0686\u062A",qqCommunities:"\u06A9\u0627\u0646\u0627\u0644 \u0627\u0631\u062A\u0628\u0627\u0637\u06CC QQ",joinTelegramChannel:"\u0628\u0631\u0627\u06CC \u0627\u0637\u0644\u0627\u0639 \u0627\u0632 \u0622\u062E\u0631\u06CC\u0646 \u0627\u062E\u0628\u0627\u0631 \u06A9\u0627\u0646\u0627\u0644 \u062A\u0644\u06AF\u0631\u0627\u0645 \u0631\u0627 \u062F\u0646\u0628\u0627\u0644 \u06A9\u0646\u06CC\u062F",feedbackAndJoin:"\u0628\u0627\u0632\u062E\u0648\u0631\u062F \u0645\u0634\u06A9\u0644/\u0628\u0647 \u06AF\u0631\u0648\u0647 \u0628\u067E\u06CC\u0648\u0646\u062F\u06CC\u062F",autoSync:"\u0647\u0645\u06AF\u0627\u0645 \u0633\u0627\u0632\u06CC \u0628\u0631\u0646\u0627\u0645\u0647 \u0631\u06CC\u0632\u06CC \u0634\u062F\u0647 \u062E\u0648\u062F\u06A9\u0627\u0631",loadingThemeTitle:"\u0633\u0628\u06A9 \u0628\u0627\u0631\u06AF\u06CC\u0631\u06CC",loadingThemeDescription:"\u0647\u0646\u06AF\u0627\u0645 \u0627\u0646\u062A\u0638\u0627\u0631 \u0628\u0631\u0627\u06CC \u0628\u0627\u0631\u06AF\u06CC\u0631\u06CC \u062A\u0631\u062C\u0645\u0647\u060C \u0633\u0628\u06A9 \u0631\u0627 \u062A\u0646\u0638\u06CC\u0645 \u06A9\u0646\u06CC\u062F","loadingTheme.spinner":"\u8F6C\u5708\u52A8\u753B Spinner","loadingTheme.text":"\u0645\u062A\u0646 \u0627\u06CC\u0633\u062A\u0627... ","loadingTheme.none":"\u0646\u0634\u0627\u0646 \u0646\u062F\u0647",developerDescription:"\u0627\u06CC\u0646\u062C\u0627 \u0645\u06CC \u062A\u0648\u0627\u0646\u06CC\u062F <1> \u0631\u0627 \u06A9\u0644\u06CC\u06A9 \u06A9\u0646\u06CC\u062F \u0645\u0634\u0627\u0647\u062F\u0647 \u0627\u0633\u0646\u0627\u062F \u0645\u0631\u0628\u0648\u0637 \u0628\u0647 \u0633\u0641\u0627\u0631\u0634\u06CC \u0633\u0627\u0632\u06CC \u067E\u06CC\u0634\u0631\u0641\u062A\u0647","edit border color":"\u0631\u0646\u06AF \u062D\u0627\u0634\u06CC\u0647 \u0631\u0627 \u062A\u063A\u06CC\u06CC\u0631 \u062F\u0647\u06CC\u062F",successSyncButNoChange:"\u067E\u06CC\u06A9\u0631\u0628\u0646\u062F\u06CC \u0641\u0639\u0644\u06CC \u0628\u0627 \u0627\u0628\u0631 \u0633\u0627\u0632\u06AF\u0627\u0631 \u0627\u0633\u062A",customTheme:"\u0631\u0646\u06AF \u0647\u0627 \u0648 \u0627\u0646\u062F\u0627\u0632\u0647 \u0647\u0627\u06CC \u0633\u0641\u0627\u0631\u0634\u06CC","customThemeLabel.borderColor":"\u0631\u0646\u06AF \u0644\u0628\u0647","customThemeLabel.borderRadius":"\u06AF\u0648\u0634\u0647 \u0647\u0627\u06CC \u06AF\u0631\u062F \u062D\u0627\u0634\u06CC\u0647","customThemeLabel.textColor":"\u0631\u0646\u06AF \u0645\u062A\u0646","customThemeLabel.backgroundColor":"\u0631\u0646\u06AF \u067E\u0633 \u0632\u0645\u06CC\u0646\u0647","customThemeLabel.zoom":"\u0645\u0642\u06CC\u0627\u0633 \u0628\u0646\u062F\u06CC \u0642\u0644\u0645 (%)","customThemeLabel.opacity":"\u06A9\u062F\u0648\u0631\u062A \u0645\u062A\u0646 (%)",resetToDefaultColor:"\u0628\u0647 \u0631\u0646\u06AF \u067E\u06CC\u0634 \u0641\u0631\u0636 \u0628\u0631\u06AF\u0631\u062F\u06CC\u062F",resetToDefaultSettings:"\u0628\u0647 \u062A\u0646\u0638\u06CC\u0645\u0627\u062A \u067E\u06CC\u0634 \u0641\u0631\u0636 \u0628\u0631\u06AF\u0631\u062F\u06CC\u062F",isTranslateTitle:"\u0639\u0646\u0627\u0648\u06CC\u0646 \u0635\u0641\u062D\u0627\u062A \u0648\u0628 \u062A\u0631\u062C\u0645\u0647 \u0634\u062F\u0647 \u0631\u0627 \u0631\u0648\u0634\u0646 \u06A9\u0646\u06CC\u062F",isTranslateTitleDescription:"\u0648\u0642\u062A\u06CC \u0631\u0648\u0634\u0646 \u0634\u062F\u060C \u0639\u0646\u0648\u0627\u0646 \u0635\u0641\u062D\u0647 \u0648\u0628 \u062A\u0631\u062C\u0645\u0647 \u062E\u0648\u0627\u0647\u062F \u0634\u062F",enableSearchEnhancement:"\u0628\u0647\u0628\u0648\u062F \u0627\u0637\u0644\u0627\u0639\u0627\u062A \u062F\u0648 \u0632\u0628\u0627\u0646\u0647 \u0631\u0627 \u0641\u0639\u0627\u0644 \u06A9\u0646\u06CC\u062F",enableSearchEnhancementDescription:"\u067E\u0633 \u0627\u0632 \u0631\u0648\u0634\u0646 \u0634\u062F\u0646\u060C \u0646\u062A\u0627\u06CC\u062C \u062C\u0633\u062A\u062C\u0648\u06CC \xABGoogle News\xBB \u0645\u0631\u0628\u0648\u0637 \u0628\u0647 \u06A9\u0644\u06CC\u062F\u0648\u0627\u0698\u0647\u200C\u0647\u0627\u06CC \u0627\u0646\u06AF\u0644\u06CC\u0633\u06CC \u0628\u0647\u200C\u0637\u0648\u0631 \u062E\u0648\u062F\u06A9\u0627\u0631 \u062F\u0631 \u0633\u062A\u0648\u0646 \u0633\u0645\u062A \u0631\u0627\u0633\u062A \u0648\u0628\u200C\u0633\u0627\u06CC\u062A\u200C\u0647\u0627\u06CC \u067E\u0634\u062A\u06CC\u0628\u0627\u0646\u06CC\u200C\u0634\u062F\u0647 (Google News\u060C Google Search (\u0628\u0631\u062E\u06CC \u06A9\u0644\u0645\u0627\u062A \u06A9\u0644\u06CC\u062F\u06CC)\u060C Snowball\u060C Oriental Fortune\u060C Futu\u060C \u0627\u0646\u062C\u0645\u0646 \u0628\u0628\u0631) \u0646\u0645\u0627\u06CC\u0634 \u062F\u0627\u062F\u0647 \u0645\u06CC\u200C\u0634\u0648\u0646\u062F.",verifyService:"\u0628\u0631\u0627\u06CC \u062A\u0633\u062A \u0633\u0631\u0648\u06CC\u0633 \u0627\u06CC\u0646\u062C\u0627 \u06A9\u0644\u06CC\u06A9 \u06A9\u0646\u06CC\u062F",verified:"\u062A\u0623\u06CC\u06CC\u062F \u0628\u0627 \u0645\u0648\u0641\u0642\u06CC\u062A \u0627\u0646\u062C\u0627\u0645 \u0634\u062F","field.langs":"\u06A9\u062F\u0647\u0627\u06CC \u0632\u0628\u0627\u0646 \u067E\u0634\u062A\u06CC\u0628\u0627\u0646\u06CC \u0634\u062F\u0647","field.model":"\u0645\u062F\u0644","field.translationEngine":"\u0645\u0648\u062A\u0648\u0631 \u062A\u0631\u062C\u0645\u0647","field.limitPerMinute":"\u062D\u062F\u0627\u06A9\u062B\u0631 \u062A\u0639\u062F\u0627\u062F \u062F\u0631\u062E\u0648\u0627\u0633\u062A \u062F\u0631 \u062F\u0642\u06CC\u0642\u0647","field.limitPerSecond":"\u062D\u062F\u0627\u06A9\u062B\u0631 \u062A\u0639\u062F\u0627\u062F \u062F\u0631\u062E\u0648\u0627\u0633\u062A \u062F\u0631 \u062B\u0627\u0646\u06CC\u0647","field.maxTextLengthPerRequest":"\u062D\u062F\u0627\u06A9\u062B\u0631 \u0637\u0648\u0644 \u0645\u062A\u0646 \u062F\u0631 \u0647\u0631 \u062F\u0631\u062E\u0648\u0627\u0633\u062A","field.maxTextGroupLengthPerRequest":"\u062D\u062F\u0627\u06A9\u062B\u0631 \u062A\u0639\u062F\u0627\u062F \u067E\u0627\u0631\u0627\u06AF\u0631\u0627\u0641 \u062F\u0631 \u0647\u0631 \u062F\u0631\u062E\u0648\u0627\u0633\u062A","field.apiUrl":"\u0622\u062F\u0631\u0633 \u0631\u0627\u0628\u0637 API \u0633\u0641\u0627\u0631\u0634\u06CC","field.placeholderDelimiters":"\u0645\u062A\u063A\u06CC\u0631\u0647\u0627\u06CC \u0631\u0632\u0631\u0648 \u0634\u062F\u0647","description.custom":"\u062F\u0633\u062A\u0631\u0633\u06CC \u0628\u0647 \u0631\u0627\u0628\u0637 \u0633\u0641\u0627\u0631\u0634\u06CC \u0628\u0647 \u0627\u0633\u0646\u0627\u062F \u0645\u0631\u062C\u0639 \u0646\u06CC\u0627\u0632 \u062F\u0627\u0631\u062F","description.limitPerMinute":"\u8BF7\u6C42\u6570\u8D85\u8FC7\u8BE5\u9650\u5236\u65F6\u4F1A\u88AB\u6682\u65F6\u7981\u7528\uFF0C\u76F4\u5230\u4E0B\u4E00\u5206\u949F\u5F00\u59CB\uFF0C\u9ED8\u8BA4\u8BBE\u7F6E\u4E3A OpenAI \u8BD5\u7528\u7248\u7684\u8BF7\u6C42\u9650\u5236","description.limitPerSecond":"\u0648\u0642\u062A\u06CC \u062A\u0639\u062F\u0627\u062F \u062F\u0631\u062E\u0648\u0627\u0633\u062A \u0647\u0627 \u0627\u0632 \u0627\u06CC\u0646 \u062D\u062F \u0628\u06CC\u0634\u062A\u0631 \u0634\u0648\u062F\u060C \u062A\u0627 \u0627\u0628\u062A\u062F\u0627\u06CC \u062B\u0627\u0646\u06CC\u0647 \u0628\u0639\u062F \u0648\u0627\u0631\u062F \u062D\u0627\u0644\u062A \u0635\u0641 \u0645\u06CC \u0634\u0648\u062F. \u0628\u0627 \u062A\u0648\u062C\u0647 \u0628\u0647 \u0645\u062D\u062F\u0648\u062F\u06CC\u062A\u200C\u0647\u0627\u06CC \u0645\u062E\u062A\u0644\u0641 \u0633\u0631\u0648\u06CC\u0633 \u0641\u0639\u0644\u06CC OpenAI\u060C \u0644\u0637\u0641\u0627\u064B <1> \u0631\u0627 \u0627\u06CC\u0646\u062C\u0627 \u06A9\u0644\u06CC\u06A9 \u06A9\u0646\u06CC\u062F \u0622\u062E\u0631\u06CC\u0646 \u0645\u0642\u0627\u062F\u06CC\u0631 \u062A\u0648\u0635\u06CC\u0647 \u0634\u062F\u0647 \u0631\u0627 \u0645\u0634\u0627\u0647\u062F\u0647 \u06A9\u0646\u06CC\u062F","description.generalLimitPerSecond":"\u0648\u0642\u062A\u06CC \u062A\u0639\u062F\u0627\u062F \u062F\u0631\u062E\u0648\u0627\u0633\u062A \u0647\u0627 \u0627\u0632 \u0627\u06CC\u0646 \u062D\u062F \u0628\u06CC\u0634\u062A\u0631 \u0634\u0648\u062F\u060C \u062A\u0627 \u0627\u0628\u062A\u062F\u0627\u06CC \u062B\u0627\u0646\u06CC\u0647 \u0628\u0639\u062F \u0648\u0627\u0631\u062F \u062D\u0627\u0644\u062A \u0635\u0641 \u0645\u06CC \u0634\u0648\u062F.","description.prompt":"\u0628\u0647 \u0639\u0646\u0648\u0627\u0646 \u06A9\u0627\u0631\u0628\u0631\u060C \u06AF\u0641\u062A\u06AF\u0648 \u0631\u0627 \u0628\u0647 {service} \u0627\u0631\u0633\u0627\u0644 \u06A9\u0646\u06CC\u062F\u060C \u06A9\u0647 \u062F\u0631 \u0622\u0646 {{text}} \u0645\u062D\u062A\u0648\u0627\u06CC \u0645\u062A\u0646 \u067E\u0627\u0631\u0627\u06AF\u0631\u0627\u0641\u060C {{from}} \u0632\u0628\u0627\u0646 \u067E\u0627\u0631\u0627\u06AF\u0631\u0627\u0641 \u0648 {{to}} \u0632\u0628\u0627\u0646 \u0645\u0642\u0635\u062F \u0631\u0627 \u0646\u0634\u0627\u0646 \u0645\u06CC \u062F\u0647\u062F.","description.maxTextLengthPerRequest":"\u9ED8\u8BA4\u4F1A\u5408\u5E76\u591A\u4E2A\u6BB5\u843D\uFF0C\u4EE5\u51CF\u5C11\u8BF7\u6C42\u6B21\u6570\uFF0C\u4F46\u662F\u5982\u679C\u6BB5\u843D\u603B\u957F\u5EA6\u8FC7\u957F\uFF0C\u4E5F\u53EF\u80FD\u4F1A\u5BFC\u81F4\u63A5\u53E3\u7684\u54CD\u5E94\u53D8\u6162\uFF0C\u56E0\u6B64\u53EF\u4EE5\u5C1D\u8BD5\u8C03\u6574\u8BE5\u9009\u9879\u6765\u4F18\u5316\u901F\u5EA6","description.systemPrompt":"\u0645\u06A9\u0627\u0644\u0645\u0647 \u0628\u0647 \u0639\u0646\u0648\u0627\u0646 \u0633\u06CC\u0633\u062A\u0645 \u0628\u0647 OpenAI \u0627\u0631\u0633\u0627\u0644 \u0645\u06CC \u0634\u0648\u062F\u060C \u06A9\u0647 \u062F\u0631 \u0622\u0646 {{text}} \u0646\u0634\u0627\u0646 \u062F\u0647\u0646\u062F\u0647 \u0645\u062D\u062A\u0648\u0627\u06CC \u0645\u062A\u0646 \u067E\u0627\u0631\u0627\u06AF\u0631\u0627\u0641\u060C{{from}} \u0646\u0634\u0627\u0646 \u062F\u0647\u0646\u062F\u0647 \u0632\u0628\u0627\u0646 \u067E\u0627\u0631\u0627\u06AF\u0631\u0627\u0641\u060C \u0648{{to}} \u0646\u0634\u0627\u0646 \u062F\u0647\u0646\u062F\u0647 \u0632\u0628\u0627\u0646 \u0645\u0642\u0635\u062F \u0627\u0633\u062A.","field.domain":"\u0631\u0634\u062A\u0647","description.domain":"\u067E\u06CC\u0634 \u0641\u0631\u0636\uFF1A\u0639\u0645\u0648\u0645\u06CC \u0627\u0633\u062A. \u0641\u0642\u0637 \u0632\u0645\u0627\u0646\u06CC \u0645\u06CC\u200C\u062A\u0648\u0627\u0646 \u0622\u0646 \u0631\u0627 \u062A\u0646\u0638\u06CC\u0645 \u06A9\u0631\u062F \u06A9\u0647 \u062A\u0631\u062C\u0645\u0647 \u0645\u0628\u062A\u0646\u06CC \u0628\u0631 \u062F\u0627\u0645\u0646\u0647 \u062F\u0631 \u06A9\u0646\u0633\u0648\u0644 Youdao API \u0641\u0639\u0627\u0644 \u0628\u0627\u0634\u062F. \u0628\u0631\u0627\u06CC \u0642\u0633\u0645\u062A\u200C\u0647\u0627\u06CC \u067E\u0634\u062A\u06CC\u0628\u0627\u0646\u06CC\u200C\u0634\u062F\u0647\u060C \u0644\u0637\u0641\u0627\u064B <1> \u0631\u0627 \u0627\u06CC\u0646\u062C\u0627 \u0628\u0628\u06CC\u0646\u06CC\u062F.","field.scene":"\u0635\u062D\u0646\u0647 \u0647\u0627\u06CC","description.scene":"\u067E\u06CC\u0634 \u0641\u0631\u0636\uFF1A\u0639\u0645\u0648\u0645\u06CC \u0627\u0633\u062A. \u062A\u0646\u0647\u0627 \u0632\u0645\u0627\u0646\u06CC \u0645\u06CC\u200C\u062A\u0648\u0627\u0646 \u0622\u0646 \u0631\u0627 \u062A\u0646\u0638\u06CC\u0645 \u06A9\u0631\u062F \u06A9\u0647 \u0646\u0633\u062E\u0647 \u062D\u0631\u0641\u0647\u200C\u0627\u06CC \u062A\u0631\u062C\u0645\u0647 \u0645\u0627\u0634\u06CC\u0646\u06CC \u062F\u0631 \u06A9\u0646\u0633\u0648\u0644 Alibaba Cloud API \u0641\u0639\u0627\u0644 \u0634\u0648\u062F. \u0628\u0631\u0627\u06CC \u0633\u0646\u0627\u0631\u06CC\u0648\u0647\u0627\u06CC \u067E\u0634\u062A\u06CC\u0628\u0627\u0646\u06CC \u0634\u062F\u0647 \u0628\u0647 <1> \u0627\u06CC\u0646\u062C\u0627 \u0645\u0631\u0627\u062C\u0639\u0647 \u06A9\u0646\u06CC\u062F.","field.vocabId":"\u0634\u0646\u0627\u0633\u0647 \u0641\u0631\u0647\u0646\u06AF \u0644\u063A\u062A \u06A9\u0627\u0631\u0628\u0631","description.vocabId":"\u0641\u0631\u0647\u0646\u06AF \u0644\u063A\u062A \u0645\u0634\u062E\u0635 \u0634\u062F\u0647 out_id \u062F\u0631 \u062D\u0627\u0644 \u062D\u0627\u0636\u0631 \u0627\u0632 \u062A\u0631\u062C\u0645\u0647 \u0627\u0646\u06AF\u0644\u06CC\u0633\u06CC \u0628\u0647 \u0686\u06CC\u0646\u06CC \u067E\u0634\u062A\u06CC\u0628\u0627\u0646\u06CC \u0645\u06CC \u06A9\u0646\u062F.","description.model":"\u0645\u062F\u0644 OpenAI \u0645\u06CC \u062A\u0648\u0627\u0646\u062F gpt-3.5-turbo\u060C gpt-4 \u0648 \u063A\u06CC\u0631\u0647 \u0628\u0627\u0634\u062F.","description.maxTextGroupLengthPerRequest":"\u062A\u0639\u062F\u0627\u062F \u067E\u0627\u0631\u0627\u06AF\u0631\u0627\u0641\u200C\u0647\u0627\u06CC\u06CC \u06A9\u0647 \u0647\u0631 \u0628\u0627\u0631 \u0628\u0647 \u0633\u0631\u0648\u06CC\u0633 \u062A\u0631\u062C\u0645\u0647 \u0627\u0631\u0633\u0627\u0644 \u0645\u06CC\u200C\u0634\u0648\u0646\u062F. \u0627\u06AF\u0631 \u062A\u0639\u062F\u0627\u062F \u067E\u0627\u0631\u0627\u06AF\u0631\u0627\u0641\u200C\u0647\u0627 \u0628\u06CC\u0634 \u0627\u0632 \u062D\u062F \u0628\u0627\u0634\u062F\u060C \u067E\u0627\u0633\u062E \u0631\u0627\u0628\u0637 \u0645\u0645\u06A9\u0646 \u0627\u0633\u062A \u06A9\u0646\u062F \u0634\u0648\u062F.","description.apiUrl":"\u8BF7\u6DFB\u52A0\u5177\u4F53\u5E26\u6709\u8DEF\u5F84\u7684\u7F51\u5740",enabledExtension:"\u0627\u0641\u0632\u0648\u0646\u0647 \u0631\u0627 \u0641\u0639\u0627\u0644 \u06A9\u0646\u06CC\u062F",clickToDisableExtension:"\u0628\u0631\u0627\u06CC \u063A\u06CC\u0631\u0641\u0639\u0627\u0644 \u06A9\u0631\u062F\u0646 \u0627\u0641\u0632\u0648\u0646\u0647 \u06A9\u0644\u06CC\u06A9 \u06A9\u0646\u06CC\u062F",clickToEnableExtension:"\u0628\u0631\u0627\u06CC \u0641\u0639\u0627\u0644 \u06A9\u0631\u062F\u0646 \u0628\u0631\u0646\u0627\u0645\u0647 \u0627\u0641\u0632\u0648\u062F\u0646\u06CC \u06A9\u0644\u06CC\u06A9 \u06A9\u0646\u06CC\u062F",hasBeenDisabled:"\u0645\u0639\u0644\u0648\u0644","show password":"\u0646\u0645\u0627\u06CC\u0634 \u0631\u0645\u0632 \u0639\u0628\u0648\u0631",customContent:"\u8F93\u5165\u81EA\u5B9A\u4E49\u5185\u5BB9",inputOptions:"\u0628\u0647\u0628\u0648\u062F \u062C\u0639\u0628\u0647 \u0648\u0631\u0648\u062F\u06CC",mouseHoverOptions:"\u0645\u0627\u0648\u0633 \u0628\u0631",modifyMouseHoverKey:"\u06A9\u0644\u06CC\u062F\u0647\u0627\u06CC \u0645\u06CC\u0627\u0646\u0628\u0631 \u0645\u0627\u0648\u0633 \u0631\u0627 \u062A\u063A\u06CC\u06CC\u0631 \u062F\u0647\u06CC\u062F",enableInputTranslation:"\u0641\u0639\u0627\u0644 \u06A9\u0631\u062F\u0646 \u0628\u0647\u0628\u0648\u062F \u062C\u0639\u0628\u0647 \u0648\u0631\u0648\u062F\u06CC",enableInputTranslationDescription:"\u067E\u0633 \u0627\u0632 \u0641\u0639\u0627\u0644 \u06A9\u0631\u062F\u0646{trailingKey}\u060C \u0645\u0633\u062A\u0642\u06CC\u0645\u0627\u064B {startingKey}{startingKey} hello \u0631\u0627 \u062F\u0631 \u06A9\u0627\u062F\u0631 \u0648\u0631\u0648\u062F\u06CC \u0648\u0627\u0631\u062F \u06A9\u0646\u06CC\u062F \u0648 \u0633\u067E\u0633 \u0628\u0647 \u0633\u0631\u0639\u062A \u0631\u0648\u06CC{inputTrailingTriggerKeyRepeatTimes}\u062F\u0648 \u0628\u0627\u0631 \u06A9\u0644\u06CC\u06A9 \u06A9\u0646\u06CC\u062F \u062A\u0627 \u0622\u0646 \u0631\u0627 \u0628\u0647 {inputTargetLanguage}\u062A\u0628\u062F\u06CC\u0644 \u06A9\u0646\u06CC\u062F.",enableInputTranslationDescriptionForNoneKey:"{trailingKey}\u0641\u0639\u0627\u0644 \u06A9\u0631\u062F\u0646 \u0622\u0646\u060C \u0645\u0633\u062A\u0642\u06CC\u0645\u0627\u064B\uFF1Ahello world \u0631\u0627 \u062F\u0631 \u06A9\u0627\u062F\u0631 \u0648\u0631\u0648\u062F\u06CC \u0648\u0627\u0631\u062F \u06A9\u0646\u06CC\u062F \u0648 \u0633\u067E\u0633 \u0628\u0647 \u0633\u0631\u0639\u062A{inputTrailingTriggerKeyRepeatTimes}\u0628\u0627\u0631 \u06A9\u0644\u06CC\u06A9 \u06A9\u0646\u06CC\u062F \u062A\u0627 \u0628\u0647 \u0632\u0628\u0627\u0646 \u0645\u0642\u0635\u062F \u067E\u06CC\u0634 \u0641\u0631\u0636 \u062A\u0631\u062C\u0645\u0647 \u0634\u0648\u062F.",inputTargetLanguage:"\u0632\u0628\u0627\u0646 \u0645\u0642\u0635\u062F \u067E\u06CC\u0634 \u0641\u0631\u0636 \u06A9\u0627\u062F\u0631 \u0648\u0631\u0648\u062F\u06CC \u0631\u0627 \u062A\u0646\u0638\u06CC\u0645 \u06A9\u0646\u06CC\u062F",inputTargetLanguageDescription:"\u0632\u0628\u0627\u0646 \u0645\u0642\u0635\u062F \u067E\u06CC\u0634\u200C\u0641\u0631\u0636 \u0628\u0631\u0627\u06CC \u062A\u0631\u062C\u0645\u0647 \u062C\u0639\u0628\u0647 \u0648\u0631\u0648\u062F\u06CC\u060C \u06A9\u0647 {startingKey}{startingKey} \u0628\u0647 \u0639\u0646\u0648\u0627\u0646 \u0632\u0628\u0627\u0646 \u067E\u06CC\u0634\u200C\u0641\u0631\u0636 \u0628\u0631\u0627\u06CC \u06A9\u0644\u0645\u0627\u062A \u0631\u0627\u0647\u200C\u0627\u0646\u062F\u0627\u0632 \u0627\u0633\u062A",inputTargetLanguageDescriptionForNoneKey:"\u0632\u0628\u0627\u0646 \u0645\u0642\u0635\u062F \u067E\u06CC\u0634\u200C\u0641\u0631\u0636 \u0628\u0631\u0627\u06CC \u062A\u0631\u062C\u0645\u0647\u200C\u0647\u0627\u06CC \u062C\u0639\u0628\u0647 \u0648\u0631\u0648\u062F\u06CC",inputStartingTriggerKeyTitle:"\u06A9\u0627\u0631\u0627\u06A9\u062A\u0631\u0647\u0627\u06CC \u062A\u0642\u0633\u06CC\u0645 \u0631\u0627 \u0628\u0631\u0627\u06CC \u062A\u0631\u062C\u0645\u0647 \u062C\u0632\u0626\u06CC \u06A9\u0627\u062F\u0631 \u0648\u0631\u0648\u062F\u06CC \u062A\u0646\u0638\u06CC\u0645 \u06A9\u0646\u06CC\u062F",inputStartingTriggerKeyDescription:"\u0647\u0646\u06AF\u0627\u0645\u06CC \u06A9\u0647 \u0646\u06CC\u0627\u0632\u06CC \u0628\u0647 \u062A\u0631\u062C\u0645\u0647 \u06A9\u0644 \u06A9\u0627\u062F\u0631 \u0648\u0631\u0648\u062F\u06CC \u0646\u062F\u0627\u0631\u06CC\u062F\u060C \u062C\u062F\u0627\u06A9\u0646\u0646\u062F\u0647 \u0628\u0647 \u0634\u0645\u0627 \u0627\u062C\u0627\u0632\u0647 \u0645\u06CC \u062F\u0647\u062F \u0641\u0642\u0637 \u0642\u0633\u0645\u062A \u0631\u0627 {startingKey}{startingKey} \u0628\u0647 \u0627\u0646\u062A\u0647\u0627\u06CC \u06A9\u0627\u062F\u0631 \u0648\u0631\u0648\u062F\u06CC \u062A\u0631\u062C\u0645\u0647 \u06A9\u0646\u06CC\u062F\u060C \u06CC\u0627 \u0645\u06CC \u062A\u0648\u0627\u0646\u06CC\u062F \u06A9\u062F \u0632\u0628\u0627\u0646 \u0631\u0627 \u0645\u0634\u062E\u0635 \u06A9\u0646\u06CC\u062F\u060C \u0628\u0647 \u0639\u0646\u0648\u0627\u0646 \u0645\u062B\u0627\u0644\u060C\uFF1A{startingKey}ja \u0628\u0647 \u0645\u0639\u0646\u0627\u06CC \u0641\u0642\u0637 \u062A\u0631\u062C\u0645\u0647 \u0627\u0633\u062A. \u0642\u0633\u0645\u062A \u0627\u0632 {startingKey}ja \u062A\u0627 \u0627\u0646\u062A\u0647\u0627\u06CC \u062C\u0639\u0628\u0647 \u0648\u0631\u0648\u062F\u06CC.",inputStartingTriggerKeyDescriptionForNoneKey:"\u062F\u0631 \u062D\u0627\u0644 \u062D\u0627\u0636\u0631 \u0628\u062F\u0648\u0646 \u0646\u06CC\u0627\u0632 \u0628\u0647 \u067E\u06CC\u0634\u0648\u0646\u062F \u062A\u0646\u0638\u06CC\u0645 \u0634\u062F\u0647 \u0627\u0633\u062A \u0648 \u0628\u0631\u062E\u06CC \u0627\u0632 \u0639\u0645\u0644\u06A9\u0631\u062F\u0647\u0627\u06CC \u062A\u0631\u062C\u0645\u0647 \u0645\u062A\u0646 \u062C\u0639\u0628\u0647 \u0648\u0631\u0648\u062F\u06CC \u0645\u0648\u0642\u062A\u0627\u064B \u062F\u0631 \u062F\u0633\u062A\u0631\u0633 \u0646\u06CC\u0633\u062A\u0646\u062F.",inputTrailingTriggerKeyTitle:"\u06CC\u06A9 \u06A9\u0627\u0631\u0627\u06A9\u062A\u0631 \u0645\u0627\u0634\u0647 \u0627\u06CC \u0631\u0627 \u0627\u0646\u062A\u062E\u0627\u0628 \u06A9\u0646\u06CC\u062F \u06A9\u0647 \u0628\u0647 \u0648\u0631\u0648\u062F\u06CC \u067E\u0627\u06CC\u0627\u0646 \u0645\u06CC \u062F\u0647\u062F",inputTrailingTriggerKeyDescription:"\u0628\u0627 \u0632\u062F\u0646{trailingKey} 3 \u0628\u0627\u0631 \u0645\u062A\u0648\u0627\u0644\u06CC\u060C \u062A\u0631\u062C\u0645\u0647 \u0634\u0631\u0648\u0639 \u0645\u06CC \u0634\u0648\u062F",inputTrailingTriggerKeyTimeout:"\u0641\u0627\u0635\u0644\u0647 \u0628\u06CC\u0646 \u0645\u0627\u0634\u0647 \u0647\u0627 \u0631\u0627 \u0628\u0631\u0627\u06CC \u067E\u0627\u06CC\u0627\u0646 \u062F\u0627\u062F\u0646 \u0628\u0647 \u062A\u0631\u06A9\u06CC\u0628 \u0648\u0627\u0631\u062F \u06A9\u0646\u06CC\u062F.",inputTrailingTriggerKeyTimeoutDescription:"\u0632\u0645\u0627\u0646 \u0641\u0627\u0635\u0644\u0647 (\u0645\u06CC\u0644\u06CC \u062B\u0627\u0646\u06CC\u0647) \u0631\u0627 \u0628\u0631\u0627\u06CC \u0648\u0631\u0648\u062F\u06CC \u0628\u0631\u0627\u06CC \u067E\u0627\u06CC\u0627\u0646 \u062F\u0627\u062F\u0646 \u0628\u0647 \u0645\u062D\u0631\u06A9 \u062A\u0631\u06A9\u06CC\u0628\u06CC \u062A\u0646\u0638\u06CC\u0645 \u06A9\u0646\u06CC\u062F",spaceKey:"",noneKey:"\u0628\u062F\u0648\u0646 \u0646\u06CC\u0627\u0632 \u0628\u0647 \u067E\u06CC\u0634\u0648\u0646\u062F\u060C \u0628\u0647 \u0637\u0648\u0631 \u0645\u0633\u062A\u0642\u06CC\u0645 \u06A9\u0644 \u062C\u0639\u0628\u0647 \u0645\u062A\u0646 \u0631\u0627 \u062A\u0631\u062C\u0645\u0647 \u06A9\u0646\u06CC\u062F",inputTranslationBlockUrlsTitle:"\u0647\u0631\u06AF\u0632 \u067E\u06CC\u0634\u0631\u0641\u062A \u0647\u0627\u06CC \u0641\u06CC\u0644\u062F \u0648\u0631\u0648\u062F\u06CC \u0631\u0627 \u062F\u0631 URL \u0647\u0627 \u0641\u0639\u0627\u0644 \u0646\u06A9\u0646\u06CC\u062F",inputTranslationBlockUrlsDescription:"\u062F\u0631 \u0622\u062F\u0631\u0633\u200C\u0647\u0627\u06CC \u0627\u06CC\u0646\u062A\u0631\u0646\u062A\u06CC \u0632\u06CC\u0631\u060C \u0628\u0647\u0628\u0648\u062F \u06A9\u0627\u062F\u0631 \u0648\u0631\u0648\u062F\u06CC \u0627\u062B\u0631\u06CC \u0646\u062E\u0648\u0627\u0647\u062F \u062F\u0627\u0634\u062A",clickToSeeQuickDemo:"\u0628\u0631\u0627\u06CC \u06AF\u0633\u062A\u0631\u0634 \u0648\u06CC\u062F\u06CC\u0648\u06CC \u0622\u0645\u0648\u0632\u0634 \u0633\u0631\u06CC\u0639 30 \u062B\u0627\u0646\u06CC\u0647 \u0627\u06CC \u06A9\u0644\u06CC\u06A9 \u06A9\u0646\u06CC\u062F",inputHelperInfo:"\u0646\u06A9\u062A\u0647\uFF1A: \u0645\u0627 \u0628\u0647 \u0637\u0648\u0631 \u062E\u0627\u0635 \u0627\u06CC\u0646 \u0645\u0648\u0636\u0648\u0639 \u0631\u0627 \u0628\u0647\u06CC\u0646\u0647 \u0633\u0627\u0632\u06CC \u06A9\u0631\u062F\u0647 \u0627\u06CC\u0645 \u06A9\u0647 \u062F\u0631 \u0622\u0646 \u0628\u0631\u062E\u06CC \u0627\u0632 \u06A9\u0627\u0631\u0627\u06A9\u062A\u0631\u0647\u0627\u06CC \u0645\u0627\u0634\u0647 \u0628\u0647 \u0639\u0644\u0627\u0626\u0645 \u0646\u06AF\u0627\u0631\u0634\u06CC \u0686\u06CC\u0646\u06CC \u062F\u0631 \u0631\u0648\u0634 \u0648\u0631\u0648\u062F\u06CC \u0686\u06CC\u0646\u06CC \u062A\u0628\u062F\u06CC\u0644 \u0645\u06CC \u0634\u0648\u0646\u062F. \u0628\u0647 \u0639\u0646\u0648\u0627\u0646 \u0645\u062B\u0627\u0644\u060C \u062F\u0631 \u0631\u0648\u0634 \u0648\u0631\u0648\u062F\u06CC Sogou\u060C / \u0628\u0647 \u0645\u06A9\u062B \u062A\u0628\u062F\u06CC\u0644 \u0645\u06CC \u0634\u0648\u062F\u060C \u0648 \u062A\u0631\u062C\u0645\u0647 \u0647\u0645\u0647 \u062C\u0627\u0646\u0628\u0647 \u0627\u0632 \u0647\u0645\u0647 \u0646\u0645\u0627\u062F\u0647\u0627\u06CC \u0686\u06CC\u0646\u06CC \u0645\u0631\u0628\u0648\u0637 \u0628\u0647 \u067E\u0634\u062A\u06CC\u0628\u0627\u0646\u06CC \u0645\u06CC \u06A9\u0646\u062F. \u06A9\u0627\u0631\u0627\u06A9\u062A\u0631\u0647\u0627\u06CC \u0645\u0627\u0634\u0647\u060C \u06CC\u0639\u0646\u06CC //\u060C\u060C \u0647\u0645\u0647 \u0628\u0647 \u0639\u0646\u0648\u0627\u0646 \u06A9\u0627\u0631\u0627\u06A9\u062A\u0631\u0647\u0627\u06CC \u0645\u0627\u0634\u0647 \u0634\u0646\u0627\u062E\u062A\u0647 \u0645\u06CC \u0634\u0648\u0646\u062F.

\u062F\u0631 \u0639\u06CC\u0646 \u062D\u0627\u0644\u060C \u0645\u0627 \u0647\u0645\u0686\u0646\u06CC\u0646 \u0627\u0632 \u0646\u0627\u0645 \u0645\u0633\u062A\u0639\u0627\u0631 \u0686\u06CC\u0646\u06CC \u06A9\u062F\u0647\u0627\u06CC \u0632\u0628\u0627\u0646 \u0628\u0647 \u0639\u0646\u0648\u0627\u0646 \u062F\u0633\u062A\u0648\u0631\u0627\u062A \u067E\u0634\u062A\u06CC\u0628\u0627\u0646\u06CC \u0645\u06CC \u06A9\u0646\u06CC\u0645. \u0628\u0647 \u0639\u0646\u0648\u0627\u0646 \u0645\u062B\u0627\u0644\u060C /Japanese Hello World \u0628\u0647 \u0698\u0627\u067E\u0646\u06CC \u062A\u0631\u062C\u0645\u0647 \u0645\u06CC \u0634\u0648\u062F. <1> \u0628\u0631\u0627\u06CC \u0645\u0634\u0627\u0647\u062F\u0647 \u0647\u0645\u0647 \u06A9\u062F\u0647\u0627\u06CC \u0632\u0628\u0627\u0646 \u067E\u0634\u062A\u06CC\u0628\u0627\u0646\u06CC \u0634\u062F\u0647 \u0627\u06CC\u0646\u062C\u0627 \u0631\u0627 \u06A9\u0644\u06CC\u06A9 \u06A9\u0646\u06CC\u062F. .",reloadCurrentPage:"\u0644\u0637\u0641\u0627\u064B \u0642\u0628\u0644 \u0627\u0632 \u0634\u0631\u0648\u0639 \u062A\u0631\u062C\u0645\u0647 \u0635\u0641\u062D\u0647 \u0641\u0639\u0644\u06CC \u0631\u0627 \u0628\u0627\u0632\u062E\u0648\u0627\u0646\u06CC \u06A9\u0646\u06CC\u062F",noLocalFilePermissionForPDF:"\u0645\u0627 \u062F\u0631 \u062D\u0627\u0644 \u062D\u0627\u0636\u0631 \u0645\u062C\u0648\u0632 \u062E\u0648\u0627\u0646\u062F\u0646 \u0641\u0627\u06CC\u0644 \u0647\u0627\u06CC \u0645\u062D\u0644\u06CC \u0631\u0627 \u0646\u062F\u0627\u0631\u06CC\u0645. \u0644\u0637\u0641\u0627 \u0631\u0648\u06CC \u062F\u06A9\u0645\u0647 \u0628\u0627\u0644\u0627 \u06A9\u0644\u06CC\u06A9 \u06A9\u0646\u06CC\u062F \u0648 \u0641\u0627\u06CC\u0644 \u0647\u0627\u06CC \u0645\u062D\u0644\u06CC \u0631\u0627 \u0648\u0627\u0631\u062F \u06A9\u0646\u06CC\u062F.",noPermissionForThisPage:"\u26A0\uFE0F \u0627\u062C\u0627\u0632\u0647 \u062A\u0631\u062C\u0645\u0647 \u0635\u0641\u062D\u0647 \u0641\u0639\u0644\u06CC \u0648\u062C\u0648\u062F \u0646\u062F\u0627\u0631\u062F",retryAllParagraphs:"\u0647\u0645\u0647 \u067E\u0627\u0631\u0627\u06AF\u0631\u0627\u0641 \u0647\u0627\u06CC \u062E\u0637\u0627 \u0631\u0627 \u062F\u0648\u0628\u0627\u0631\u0647 \u0627\u0645\u062A\u062D\u0627\u0646 \u06A9\u0646\u06CC\u062F",retryAllButton:"\u0647\u0645\u0647 \u067E\u0627\u0631\u0627\u06AF\u0631\u0627\u0641 \u0647\u0627\u06CC \u062E\u0637\u0627 \u0631\u0627 \u062F\u0648\u0628\u0627\u0631\u0647 \u0627\u0645\u062A\u062D\u0627\u0646 \u06A9\u0646\u06CC\u062F",errorTooltipTitle:"\u0628\u0631\u0627\u06CC \u0645\u0634\u0627\u0647\u062F\u0647 \u062F\u0644\u06CC\u0644 \u062E\u0637\u0627 \u06A9\u0644\u06CC\u06A9 \u06A9\u0646\u06CC\u062F",errorModalTitle:"\u0628\u0647 \u0646\u0638\u0631 \u0645\u06CC \u0631\u0633\u062F \u0645\u0634\u06A9\u0644\u06CC \u062F\u0631 \u062E\u062F\u0645\u0627\u062A \u062A\u0631\u062C\u0645\u0647 \u06CC\u0627 \u0634\u0628\u06A9\u0647 \u0648\u062C\u0648\u062F \u062F\u0627\u0631\u062F ...",disableConfirm:"\u062A\u0646\u0638\u06CC\u0645\u0627\u062A \u0627\u0641\u0632\u0627\u06CC\u0634 \u0627\u0637\u0644\u0627\u0639\u0627\u062A \u062F\u0648 \u0632\u0628\u0627\u0646\u0647",disableOnce:"\u0627\u06CC\u0646 \u0628\u0627\u0631 \u063A\u06CC\u0631 \u0641\u0639\u0627\u0644 \u0634\u062F\u0647",disableGlobal:"\u0628\u0631\u0627\u06CC \u0647\u0645\u06CC\u0634\u0647 \u0627\u0632 \u06A9\u0627\u0631 \u0627\u0641\u062A\u0627\u062F\u0647 \u0627\u0633\u062A",disableTint:"* \u0645\u06CC \u062A\u0648\u0627\u0646\u06CC\u062F \u0622\u0646 \u0631\u0627 \u0645\u062C\u062F\u062F\u0627\u064B \u062F\u0631 {option} \u0641\u0639\u0627\u0644 \u06A9\u0646\u06CC\u062F.",searchEnhancementNotes:"\u062F\u0631\u06CC\u0627\u0641\u062A\u06CC\u0645 \u06A9\u0647 \u0646\u062A\u0627\u06CC\u062C \u0627\u062E\u0628\u0627\u0631 \u0628\u0631\u0627\u06CC \u06A9\u0644\u0645\u0627\u062A \u06A9\u0644\u06CC\u062F\u06CC \u0686\u06CC\u0646\u06CC \u0648 \u06A9\u0644\u0645\u0627\u062A \u06A9\u0644\u06CC\u062F\u06CC \u0627\u0646\u06AF\u0644\u06CC\u0633\u06CC \u0628\u0633\u06CC\u0627\u0631 \u0645\u062A\u0641\u0627\u0648\u062A \u0627\u0633\u062A. \u067E\u0633 \u0627\u0632 \u0641\u0639\u0627\u0644 \u06A9\u0631\u062F\u0646 \u0639\u0645\u0644\u06A9\u0631\u062F \u0628\u0647\u0628\u0648\u062F \u0627\u0637\u0644\u0627\u0639\u0627\u062A \u062F\u0648\u0632\u0628\u0627\u0646\u0647 \u062A\u0631\u062C\u0645\u0647 \u0647\u0645\u0647\u062C\u0627\u0646\u0628\u0647\u060C \u062F\u0631 \u0648\u0628 \u0633\u0627\u06CC\u062A \u0647\u0627\u06CC \u067E\u0634\u062A\u06CC\u0628\u0627\u0646\u06CC \u0634\u062F\u0647 (Google News\u060C \u062C\u0633\u062A\u062C\u0648\u06CC Google (\u0628\u0631\u062E\u06CC \u0627\u0632 \u06A9\u0644\u0645\u0627\u062A \u06A9\u0644\u06CC\u062F\u06CC)\u060C Snowball\u060C Oriental Fortune Network\u060C Futu \u062C\u0633\u062A\u062C\u0648 \u062E\u0648\u0627\u0647\u06CC\u0645 \u06A9\u0631\u062F. , Tiger) \u0628\u0647 \u0637\u0648\u0631 \u062E\u0648\u062F\u06A9\u0627\u0631 \u0647\u0645\u0627\u0646 \u06A9\u0644\u0645\u0627\u062A \u06A9\u0644\u06CC\u062F\u06CC \u0631\u0627 \u0628\u0647 \u0632\u0628\u0627\u0646 \u0627\u0646\u06AF\u0644\u06CC\u0633\u06CC \u0628\u0631\u0627\u06CC \u0634\u0645\u0627 \u062C\u0633\u062A\u062C\u0648 \u0645\u06CC \u06A9\u0646\u062F \u0648 \u062F\u0631 \u0633\u0645\u062A \u0631\u0627\u0633\u062A \u0646\u0645\u0627\u06CC\u0634 \u0645\u06CC \u062F\u0647\u062F. \u0627\u06AF\u0631 \u0628\u0647 \u0627\u06CC\u0646 \u0648\u06CC\u0698\u06AF\u06CC \u0646\u06CC\u0627\u0632 \u0646\u062F\u0627\u0631\u06CC\u062F\u060C \u0645\u06CC \u062A\u0648\u0627\u0646\u06CC\u062F \u0622\u0646 \u0631\u0627 \u063A\u06CC\u0631\u0641\u0639\u0627\u0644 \u06A9\u0646\u06CC\u062F.",option:"\u0628\u0631\u067E\u0627\u06CC\u06CC",saveSettings:"\u062A\u0646\u0638\u06CC\u0645\u0627\u062A \u0631\u0627 \u0630\u062E\u06CC\u0631\u0647 \u06A9\u0646",closeModal:"\u067E\u0646\u062C\u0631\u0647 \u0631\u0627 \u0628\u0628\u0646\u062F",enableInputTranslationWithoutTriggerKeyTitle:"\u062A\u0631\u06A9\u06CC\u0628 \u0633\u0631\u06CC\u0639 \u0631\u0627 3 \u0628\u0627\u0631{trailingKey}\u0641\u0639\u0627\u0644 \u06A9\u0646\u06CC\u062F\u060C \u062A\u0645\u0627\u0645 \u06A9\u0627\u062F\u0631 \u0648\u0631\u0648\u062F\u06CC \u0631\u0627 \u0645\u0633\u062A\u0642\u06CC\u0645\u0627\u064B \u0628\u0647{inputTargetLanguage}\u062A\u0631\u062C\u0645\u0647 \u06A9\u0646\u06CC\u062F",enableInputTranslationWithoutTriggerKeyDescription:"\u0627\u06AF\u0631 \u0645\u06CC\u200C\u062E\u0648\u0627\u0647\u06CC\u062F \u0632\u0628\u0627\u0646 \u0645\u0642\u0635\u062F \u0631\u0627 \u0645\u0634\u062E\u0635 \u06A9\u0646\u06CC\u062F\u060C \u0644\u0637\u0641\u0627\u064B \u06A9\u062F \u0632\u0628\u0627\u0646 \u0645\u0642\u0627\u0628\u0644 \u0631\u0627 \u0627\u0636\u0627\u0641\u0647 \u06A9\u0646\u06CC\u062F\u060C \u0645\u0627\u0646\u0646\u062F\uFF1A\u06CC\u0627 Hello World",mouseHoverShortcutPlaceholder:"\u0645\u0627\u0646\u0646\u062F\uFF1AShift",deepLProName:"\u0639\u0636\u0648 \u062D\u0631\u0641\u0647 \u0627\u06CC \u062A\u0631\u062C\u0645\u0647 Immersive (\u062A\u0648\u0635\u06CC\u0647 \u0645\u06CC \u0634\u0648\u062F)",deepLProDescription:"\u0628\u0633\u062A\u0647 \u0641\u0639\u0644\u06CC \u0631\u0627 \u0645\u06CC \u062A\u0648\u0627\u0646 \u0628\u0647 \u0637\u0648\u0631 \u0645\u0633\u062A\u0642\u06CC\u0645 \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u06A9\u0631\u062F",deeplProDescriptionForNormal:"\u0647\u06CC\u0686 \u062A\u0646\u0638\u06CC\u0645\u0627\u062A\u06CC \u0644\u0627\u0632\u0645 \u0646\u06CC\u0633\u062A. \u0645\u06CC \u062A\u0648\u0627\u0646\u06CC\u062F \u067E\u0633 \u0627\u0632 \u0648\u0631\u0648\u062F \u0628\u0647 \u0639\u0646\u0648\u0627\u0646 \u0639\u0636\u0648 \u0627\u0632 \u0622\u0646 \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u06A9\u0646\u06CC\u062F. <1> \u0628\u0631\u0627\u06CC \u0627\u0631\u062A\u0642\u0627 \u0628\u0647 \u0639\u0636\u0648 \u0627\u06CC\u0646\u062C\u0627 \u0631\u0627 \u06A9\u0644\u06CC\u06A9 \u06A9\u0646\u06CC\u062F.",deepLCustomDescription:"\u0634\u0645\u0627 \u0628\u0647 \u06CC\u06A9 \u06A9\u0627\u0631\u062A \u0627\u0639\u062A\u0628\u0627\u0631\u06CC \u062E\u0627\u0631\u062C\u06CC \u0646\u06CC\u0627\u0632 \u062F\u0627\u0631\u06CC\u062F\u060C \u0628\u0647 <1>DeepL \u0628\u0631\u0648\u06CC\u062F \u0628\u0647 \u0637\u0648\u0631 \u0631\u0633\u0645\u06CC \u0628\u0627\u0632 \u0634\u062F\u060C \u0628\u0631\u0627\u06CC \u0645\u0634\u0627\u0647\u062F\u0647 \u0627\u0633\u0646\u0627\u062F <2> \u06A9\u0644\u06CC\u06A9 \u06A9\u0646\u06CC\u062F",deepLCustomName:"\u06A9\u0644\u06CC\u062F \u062A\u0623\u06CC\u06CC\u062F \u0633\u0641\u0627\u0631\u0634\u06CC",chooseProviderLabel:"\u0627\u0631\u0627\u0626\u0647 \u062F\u0647\u0646\u062F\u0647 \u062E\u062F\u0645\u0627\u062A \u0631\u0627 \u0627\u0646\u062A\u062E\u0627\u0628 \u06A9\u0646\u06CC\u062F",openaiProName:"\u0639\u0636\u0648 \u062D\u0631\u0641\u0647 \u0627\u06CC \u062A\u0631\u062C\u0645\u0647 Immersive (\u062A\u0648\u0635\u06CC\u0647 \u0645\u06CC \u0634\u0648\u062F)",openaiProDescription:"\u0628\u0633\u062A\u0647 \u0641\u0639\u0644\u06CC \u0631\u0627 \u0645\u06CC \u062A\u0648\u0627\u0646 \u0628\u0647 \u0637\u0648\u0631 \u0645\u0633\u062A\u0642\u06CC\u0645 \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u06A9\u0631\u062F",openaiProDescriptionForNormal:"\u0647\u06CC\u0686 \u062A\u0646\u0638\u06CC\u0645\u0627\u062A\u06CC \u0644\u0627\u0632\u0645 \u0646\u06CC\u0633\u062A. \u0645\u06CC \u062A\u0648\u0627\u0646\u06CC\u062F \u067E\u0633 \u0627\u0632 \u0648\u0631\u0648\u062F \u0628\u0647 \u0639\u0646\u0648\u0627\u0646 \u0639\u0636\u0648 \u0627\u0632 \u0622\u0646 \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u06A9\u0646\u06CC\u062F. <1> \u0628\u0631\u0627\u06CC \u0627\u0631\u062A\u0642\u0627 \u0628\u0647 \u0639\u0636\u0648 \u0627\u06CC\u0646\u062C\u0627 \u0631\u0627 \u06A9\u0644\u06CC\u06A9 \u06A9\u0646\u06CC\u062F.",openaiCustomDescription:"\u0645\u06CC \u062A\u0648\u0627\u0646 \u0622\u0646 \u0631\u0627 \u0627\u0632 OpenAI\u060C Azure OpenAI \u06CC\u0627 \u0633\u0627\u06CC\u0631 \u062E\u062F\u0645\u0627\u062A \u0634\u062E\u0635 \u062B\u0627\u0644\u062B \u062F\u0631\u06CC\u0627\u0641\u062A \u06A9\u0631\u062F. <1> \u0628\u0631\u0627\u06CC \u0645\u0634\u0627\u0647\u062F\u0647 \u0633\u0646\u062F \u0627\u06CC\u0646\u062C\u0627 \u0631\u0627 \u06A9\u0644\u06CC\u06A9 \u06A9\u0646\u06CC\u062F.",openaiCustomName:"\u06A9\u0644\u06CC\u062F API \u0633\u0641\u0627\u0631\u0634\u06CC",needLoginAction:"(\u0639\u0636\u0648\u06CC\u062A \u0631\u0627 \u0648\u0627\u0631\u062F \u06A9\u0646\u06CC\u062F \u06CC\u0627 \u0633\u0641\u0627\u0631\u0634\u06CC \u06A9\u0646\u06CC\u062F)",goLoginOrAction:"(\u0648\u0627\u0631\u062F \u0639\u0636\u0648\u06CC\u062A \u0634\u0648\u06CC\u062F \u06CC\u0627 \u0628\u0647 \u062A\u0646\u0638\u06CC\u0645\u0627\u062A \u0628\u0631\u0648\u06CC\u062F)",yearly:"\u0627\u0634\u062A\u0631\u0627\u06A9 \u0633\u0627\u0644\u0627\u0646\u0647 \u0645\u0633\u062A\u0645\u0631",quarterly:"\u0641\u0635\u0644 \u0647\u0627\u06CC \u0645\u062A\u0648\u0627\u0644\u06CC",monthly:"\u0627\u0634\u062A\u0631\u0627\u06A9 \u0645\u0627\u0647\u0627\u0646\u0647 \u0645\u0633\u062A\u0645\u0631",yearlyForOnce:"\u0628\u0633\u062A\u0647 \u0633\u0627\u0644\u0627\u0646\u0647 \u06CC\u06A9\u0628\u0627\u0631 \u0645\u0635\u0631\u0641",monthlyForOnce:"\u0628\u0633\u062A\u0647 \u06CC\u06A9\u0628\u0627\u0631\u0647 \u0645\u0627\u0647\u0627\u0646\u0647",daily:"\u0631\u0648\u0632\u0647\u0627\u06CC \u0645\u062A\u0648\u0627\u0644\u06CC",year:"\u0627\u0634\u062A\u0631\u0627\u06A9 \u0633\u0627\u0644\u0627\u0646\u0647 \u0645\u0633\u062A\u0645\u0631",quarter:"\u0641\u0635\u0644 \u0647\u0627\u06CC \u0645\u062A\u0648\u0627\u0644\u06CC",month:"\u0627\u0634\u062A\u0631\u0627\u06A9 \u0645\u0627\u0647\u0627\u0646\u0647 \u0645\u0633\u062A\u0645\u0631",day:"\u0631\u0648\u0632\u0647\u0627\u06CC \u0645\u062A\u0648\u0627\u0644\u06CC",onetime_7day:"\u0628\u0633\u062A\u0647 \u0622\u0632\u0645\u0627\u06CC\u0634\u06CC 7 \u0631\u0648\u0632\u0647",currentPlanDescriptionForFree:"\u0628\u0633\u062A\u0647 \u0641\u0639\u0644\u06CC\uFF1A\u0631\u0627\u06CC\u06AF\u0627\u0646 \u0627\u0633\u062A",currentPlanDescriptionForContinuous:"\u0628\u0633\u062A\u0647 \u0641\u0639\u0644\u06CC 0{plan}\uFF1A\u0648 \u0628\u0647 \u0637\u0648\u0631 \u062E\u0648\u062F\u06A9\u0627\u0631 \u062F\u0631 {endAt} \u062A\u0645\u062F\u06CC\u062F \u0645\u06CC \u0634\u0648\u062F",currentPlanDescriptionForAutoRenewCaceling:"\u0628\u0633\u062A\u0647 \u0641\u0639\u0644\u06CC\uFF1A{plan}\u0627\u0633\u062A \u0648 \u062F\u0631 {endAt} \u0645\u0646\u0642\u0636\u06CC \u0645\u06CC \u0634\u0648\u062F. \u067E\u0633 \u0627\u0632 \u0627\u0646\u0642\u0636\u0627 \u0628\u0647 \u0637\u0648\u0631 \u062E\u0648\u062F\u06A9\u0627\u0631 \u062A\u0645\u062F\u06CC\u062F \u0646\u0645\u06CC \u0634\u0648\u062F.",currentYearlyPlanDescriptionForAutoRenewCacelingWithRealPaiedUser:"\u0628\u0633\u062A\u0647 \u0641\u0639\u0644\u06CC\uFF1A{plan}\u062F\u0631 \u062A\u0627\u0631\u06CC\u062E {endAt} \u0645\u0646\u0642\u0636\u06CC \u0645\u06CC \u0634\u0648\u062F \u0648 \u067E\u0633 \u0627\u0632 \u0627\u0646\u0642\u0636\u0627 \u0628\u0647 \u0637\u0648\u0631 \u062E\u0648\u062F\u06A9\u0627\u0631 \u062A\u0645\u062F\u06CC\u062F \u0646\u0645\u06CC \u0634\u0648\u062F.
<1> \u0628\u0631\u0627\u06CC \u0645\u062F\u06CC\u0631\u06CC\u062A \u0628\u0631\u0646\u0627\u0645\u0647 \u0647\u0627\u06CC \u062A\u0645\u062F\u06CC\u062F \u0627\u06CC\u0646\u062C\u0627 \u0631\u0627 \u06A9\u0644\u06CC\u06A9 \u06A9\u0646\u06CC\u062F",currentYearlyPlanDescriptionForAutoRenewCacelingWithAdmin:"\u0628\u0633\u062A\u0647 \u0641\u0639\u0644\u06CC\uFF1A{plan}\u062F\u0631 \u062A\u0627\u0631\u06CC\u062E {endAt} \u0645\u0646\u0642\u0636\u06CC \u0645\u06CC \u0634\u0648\u062F \u0648 \u067E\u0633 \u0627\u0632 \u0627\u0646\u0642\u0636\u0627 \u0628\u0647 \u0637\u0648\u0631 \u062E\u0648\u062F\u06A9\u0627\u0631 \u062A\u0645\u062F\u06CC\u062F \u0646\u0645\u06CC \u0634\u0648\u062F.
<1>\u0628\u0631\u0627\u06CC \u0641\u0639\u0627\u0644 \u06A9\u0631\u062F\u0646 \u0627\u0634\u062A\u0631\u0627\u06A9 \u0633\u0627\u0644\u0627\u0646\u0647 \u0645\u0633\u062A\u0645\u0631 \u0627\u06CC\u0646\u062C\u0627 \u0631\u0627 \u06A9\u0644\u06CC\u06A9 \u06A9\u0646\u06CC\u062F",currentPlanDescriptionForOneTime:"\u0628\u0633\u062A\u0647 \u0641\u0639\u0644\u06CC\uFF1A{plan}\u0627\u0633\u062A \u0648 \u062F\u0631 {endAt} \u0645\u0646\u0642\u0636\u06CC \u0645\u06CC \u0634\u0648\u062F. <1> \u0628\u0631\u0627\u06CC \u0627\u0631\u062A\u0642\u0627\u0621 \u0628\u0647 \u0647\u0632\u06CC\u0646\u0647 \u0633\u0627\u0644\u0627\u0646\u0647 \u0627\u06CC\u0646\u062C\u0627 \u0631\u0627 \u06A9\u0644\u06CC\u06A9 \u06A9\u0646\u06CC\u062F \u06CC\u0627 <2> \u0647\u0632\u06CC\u0646\u0647 \u0645\u0627\u0647\u0627\u0646\u0647 \u0639\u0636\u0648",upgradePlan:"\u0628\u0631\u0627\u06CC \u0627\u0631\u062A\u0642\u0627\u0621 \u0628\u0647 \u0639\u0636\u0648\u06CC\u062A Pro \u0627\u06CC\u0646\u062C\u0627 \u0631\u0627 \u06A9\u0644\u06CC\u06A9 \u06A9\u0646\u06CC\u062F",upgradeToPro:"\u0628\u0647 \u0639\u0636\u0648\u06CC\u062A Pro \u0627\u0631\u062A\u0642\u0627 \u062F\u0647\u06CC\u062F","popup.openPro":"\u5F00\u901A\u4F1A\u5458\u540E\u53EF\u4EE5\u7545\u4EAB DeepL \u548C OpenAI \u7FFB\u8BD1","popup.openProForPro":"\u0634\u0645\u0627 \u06CC\u06A9 \u0639\u0636\u0648 \u062D\u0631\u0641\u0647 \u0627\u06CC \u0647\u0633\u062A\u06CC\u062F \u0648 \u0645\u06CC \u062A\u0648\u0627\u0646\u06CC\u062F \u0645\u0633\u062A\u0642\u06CC\u0645\u0627\u064B \u0627\u0632 \u062A\u0631\u062C\u0645\u0647 DeepL \u0648 OpenAI \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u06A9\u0646\u06CC\u062F",currentAccount:"\u062D\u0633\u0627\u0628 \u062C\u0627\u0631\u06CC",enableAutoSyncUserSettings:"\u0647\u0645\u06AF\u0627\u0645 \u0633\u0627\u0632\u06CC \u0627\u0628\u0631\u06CC \u062E\u0648\u062F\u06A9\u0627\u0631 \u0631\u0627 \u062F\u0631 \u0686\u0646\u062F\u06CC\u0646 \u062F\u0633\u062A\u06AF\u0627\u0647 \u0641\u0639\u0627\u0644 \u06A9\u0646\u06CC\u062F",modalEnableInputTranslationTitle:"\u0646\u06A9\u0627\u062A \u062A\u0631\u062C\u0645\u0647 \u0647\u0645\u0647\u062C\u0627\u0646\u0628\u0647 \u062C\u0639\u0628\u0647 \u0648\u0631\u0648\u062F\u06CC \u062A\u0631\u062C\u0645\u0647",modalEnableInputTranslationDesc:"\u0634\u0645\u0627 \u0628\u0647 \u062A\u0627\u0632\u06AF\u06CC \u062A\u0631\u062C\u0645\u0647 \u062C\u0639\u0628\u0647 \u0648\u0631\u0648\u062F\u06CC Immersive Translation \u0631\u0627 \u0628\u0627 \u0641\u0634\u0627\u0631 \u062F\u0627\u062F\u0646 \u06A9\u0644\u06CC\u062F \u0641\u0627\u0635\u0644\u0647 \u0633\u0647 \u0628\u0627\u0631 \u067E\u0634\u062A \u0633\u0631 \u0647\u0645 \u0641\u0639\u0627\u0644 \u06A9\u0631\u062F\u0647 \u0627\u06CC\u062F \u0648 \u0645\u062D\u062A\u0648\u0627\u06CC \u062C\u0639\u0628\u0647 \u0648\u0631\u0648\u062F\u06CC \u0628\u0647 \u0632\u0628\u0627\u0646 \u0645\u0642\u0635\u062F \u067E\u06CC\u0634 \u0641\u0631\u0636 \u062A\u0631\u062C\u0645\u0647 \u0645\u06CC \u0634\u0648\u062F. \u062A\u0631\u062C\u0645\u0647 \u0631\u0627 \u0645\u06CC \u062A\u0648\u0627\u0646 \u0628\u0627 Ctrl+Z \u0644\u063A\u0648 \u06A9\u0631\u062F.

\u0627\u06AF\u0631 \u0627\u06CC\u0646 \u06CC\u06A9 \u0627\u0634\u062A\u0628\u0627\u0647 \u0627\u0633\u062A\u060C \u0646\u06AF\u0631\u0627\u0646 \u0646\u0628\u0627\u0634\u06CC\u062F\u060C \u0645\u06CC\u200C\u062A\u0648\u0627\u0646\u06CC\u062F \u0627\u06CC\u0646 \u0628\u0627\u0631 \u0622\u0646 \u0631\u0627 \u063A\u06CC\u0631\u0641\u0639\u0627\u0644 \u06A9\u0646\u06CC\u062F \u06CC\u0627 \u062A\u0631\u062C\u0645\u0647 \u062C\u0639\u0628\u0647 \u0648\u0631\u0648\u062F\u06CC \u0631\u0627 \u0628\u0631\u0627\u06CC \u0647\u0645\u06CC\u0634\u0647 \u063A\u06CC\u0631\u0641\u0639\u0627\u0644 \u06A9\u0646\u06CC\u062F.",saveAndNotShowAgain:"\u0630\u062E\u06CC\u0631\u0647 \u06A9\u0646\u06CC\u062F \u0648 \u062F\u0648\u0628\u0627\u0631\u0647 \u062F\u0631\u062E\u0648\u0627\u0633\u062A \u0646\u06A9\u0646\u06CC\u062F",disableInputTranslationTips:"* \u0647\u0645\u0686\u0646\u06CC\u0646 \u0645\u06CC \u062A\u0648\u0627\u0646\u06CC\u062F \u0633\u0627\u06CC\u0631 \u06A9\u0644\u06CC\u062F\u0647\u0627\u06CC \u0645\u06CC\u0627\u0646\u0628\u0631 \u0631\u0627 \u0628\u0631\u0627\u06CC \u0641\u0639\u0627\u0644 \u06A9\u0631\u062F\u0646 {option} \u060C{learnMore}\u062A\u0646\u0638\u06CC\u0645 \u06A9\u0646\u06CC\u062F.",learnMore:"\u0628\u0631\u0627\u06CC \u0627\u0637\u0644\u0627\u0639\u0627\u062A \u0628\u06CC\u0634\u062A\u0631 \u0627\u06CC\u0646\u062C\u0627 \u06A9\u0644\u06CC\u06A9 \u06A9\u0646\u06CC\u062F",continueEnalbeInputTranslation:"\u0628\u0647 \u0641\u0639\u0627\u0644 \u06A9\u0631\u062F\u0646 \u062A\u0631\u062C\u0645\u0647 \u062C\u0639\u0628\u0647 \u0648\u0631\u0648\u062F\u06CC \u0627\u062F\u0627\u0645\u0647 \u062F\u0647\u06CC\u062F",autoRenewTrialSuffix:'(\u062F\u0631 \u0637\u0648\u0644 \u062F\u0648\u0631\u0647 \u0622\u0632\u0645\u0627\u06CC\u0634\u06CC\u060C\u0628\u0644\u0627\u0641\u0627\u0635\u0644\u0647 \u0628\u0647 \u06CC\u06A9\u0631\u0633\u0645\u06CC \u0627\u0631\u062A\u0642\u0627 \u062E\u0648\u0627\u0647\u062F \u06CC\u0627\u0641\u062A.',upgradeFromTrialTitle:"\u0627\u0631\u062A\u0642\u0627 \u0628\u0647 \u0639\u0636\u0648 \u0631\u0633\u0645\u06CC",subtitle:"\u0632\u06CC\u0631\u0646\u0648\u06CC\u0633 \u0648\u06CC\u062F\u06CC\u0648",youtubeService:"\u062E\u062F\u0645\u0627\u062A \u062A\u0631\u062C\u0645\u0647 \u0632\u06CC\u0631\u0646\u0648\u06CC\u0633 \u0648\u06CC\u062F\u06CC\u0648\u06CC\u06CC \u0647\u0645\u0647\u062C\u0627\u0646\u0628\u0647","subtitle.disabledSubtitle":"\u0632\u06CC\u0631\u0646\u0648\u06CC\u0633 \u0648\u06CC\u062F\u06CC\u0648 \u0631\u0627 \u0628\u0631\u0627\u06CC \u0647\u0645\u06CC\u0634\u0647 \u063A\u06CC\u0631\u0641\u0639\u0627\u0644 \u06A9\u0646\u06CC\u062F","subtitle.disabledSubtitleDescription":"\u0627\u06AF\u0631 \u0632\u06CC\u0631\u0646\u0648\u06CC\u0633\u200C\u0647\u0627\u06CC \u0648\u06CC\u062F\u06CC\u0648\u06CC \xAB\u062A\u0631\u062C\u0645\u0647 Immersive\xBB \u0628\u0627 \u0628\u0631\u0646\u0627\u0645\u0647\u200C\u0647\u0627\u06CC \u0627\u0641\u0632\u0648\u062F\u0646\u06CC \u062F\u06CC\u06AF\u0631 \u062A\u062F\u0627\u062E\u0644 \u062F\u0627\u0631\u0646\u062F\u060C \u0645\u06CC\u200C\u062A\u0648\u0627\u0646\u06CC\u062F \u0627\u0646\u062A\u062E\u0627\u0628 \u06A9\u0646\u06CC\u062F \u06A9\u0647 \u0639\u0645\u0644\u06A9\u0631\u062F \u0632\u06CC\u0631\u0646\u0648\u06CC\u0633\u200C\u0647\u0627\u06CC \u0648\u06CC\u062F\u06CC\u0648\u06CC\u06CC \u062A\u0631\u062C\u0645\u0647 Immersive \u0631\u0627 \u0628\u0631\u0627\u06CC \u0647\u0645\u06CC\u0634\u0647 \u063A\u06CC\u0631\u0641\u0639\u0627\u0644 \u06A9\u0646\u06CC\u062F \u06CC\u0627 \u0633\u0627\u06CC\u0631 \u0628\u0631\u0646\u0627\u0645\u0647\u200C\u0647\u0627\u06CC \u0627\u0641\u0632\u0648\u062F\u0646\u06CC \u0645\u062A\u0646\u0627\u0642\u0636 \u0631\u0627 \u062D\u0630\u0641 \u0646\u0635\u0628 \u06A9\u0646\u06CC\u062F.","subtitle.autoEnableSubtitle":"\u5F00\u542F\u5B57\u5E55\u7FFB\u8BD1","subtitle.autoEnableSubtitleDescription":"\u067E\u0633 \u0627\u0632 \u0641\u0639\u0627\u0644 \u0633\u0627\u0632\u06CC\u060C \u0647\u0646\u06AF\u0627\u0645 \u067E\u062E\u0634 \u0648\u06CC\u062F\u06CC\u0648\u060C \u0632\u06CC\u0631\u0646\u0648\u06CC\u0633 \u062F\u0648\u0632\u0628\u0627\u0646\u0647 \u0628\u0647 \u0635\u0648\u0631\u062A \u062E\u0648\u062F\u06A9\u0627\u0631 \u0646\u0645\u0627\u06CC\u0634 \u062F\u0627\u062F\u0647 \u0645\u06CC \u0634\u0648\u062F\u060C \u062F\u0631 \u063A\u06CC\u0631 \u0627\u06CC\u0646 \u0635\u0648\u0631\u062A \u0628\u0627\u06CC\u062F \u0631\u0648\u06CC \u062F\u06A9\u0645\u0647 \u062A\u0631\u062C\u0645\u0647 \u06A9\u0644\u06CC\u06A9 \u06A9\u0646\u06CC\u062F \u062A\u0627 \u0646\u0645\u0627\u06CC\u0634 \u062F\u0627\u062F\u0647 \u0634\u0648\u062F.","subtitle.preTranslation":"\u0628\u0631\u0627\u06CC \u062A\u0631\u062C\u0645\u0647 \u0632\u06CC\u0631\u0646\u0648\u06CC\u0633 \u0647\u0627 \u0627\u0632 \u062A\u0631\u062C\u0645\u0647 \u0647\u0645\u0647 \u062C\u0627\u0646\u0628\u0647 \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u06A9\u0646\u06CC\u062F","subtitle.preTranslationDescription":"\u067E\u0633 \u0627\u0632 \u0641\u0639\u0627\u0644 \u06A9\u0631\u062F\u0646 \u0622\u0646\u060C \u0627\u0648\u0644\u0648\u06CC\u062A \u0628\u0627 \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u0627\u0632 \u062E\u062F\u0645\u0627\u062A \u062A\u0631\u062C\u0645\u0647 \u0645\u0634\u062E\u0635 \u0634\u062F\u0647 \u062F\u0631 \u0632\u06CC\u0631 \u0628\u0631\u0627\u06CC \u062A\u0631\u062C\u0645\u0647 \u06A9\u0644 \u0632\u06CC\u0631\u0646\u0648\u06CC\u0633 \u0627\u0632 \u0642\u0628\u0644 \u062E\u0648\u0627\u0647\u062F \u0628\u0648\u062F. \u06CC\u06A9 \u0648\u06CC\u062F\u06CC\u0648\u06CC \u06CC\u06A9 \u0633\u0627\u0639\u062A\u0647 \u062A\u0642\u0631\u06CC\u0628\u0627\u064B 50000 \u062A\u0648\u06A9\u0646 \u06CC\u0627 \u06A9\u0627\u0631\u0627\u06A9\u062A\u0631 \u0645\u0635\u0631\u0641 \u0645\u06CC \u06A9\u0646\u062F\u060C \u0628\u0646\u0627\u0628\u0631\u0627\u06CC\u0646 \u0644\u0637\u0641\u0627\u064B \u0627\u0632 \u0622\u0646 \u062F\u0631 \u0635\u0648\u0631\u062A \u0644\u0632\u0648\u0645 \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u06A9\u0646\u06CC\u062F\u061B \u067E\u0633 \u0627\u0632 \u063A\u06CC\u0631\u0641\u0639\u0627\u0644 \u0634\u062F\u0646\u060C \u0627\u0648\u0644\u0648\u06CC\u062A \u062F\u0627\u062F\u0647 \u0645\u06CC \u0634\u0648\u062F. \u0628\u0631\u0627\u06CC \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u0627\u0632 \u0632\u06CC\u0631\u0646\u0648\u06CC\u0633\u200C\u0647\u0627\u06CC \u062A\u0631\u062C\u0645\u0647\u200C\u0634\u062F\u0647 \u0645\u0627\u0634\u06CC\u0646\u06CC \u0647\u0645\u0631\u0627\u0647 \u0628\u0627 \u0648\u06CC\u062F\u06CC\u0648\u06CC \u0627\u0635\u0644\u06CC.","subtitle.humanSubtitlesPreferred":"\u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u0627\u0632 \u0632\u06CC\u0631\u0646\u0648\u06CC\u0633 \u0647\u0627\u06CC \u0627\u0646\u0633\u0627\u0646\u06CC \u0631\u0627 \u062F\u0631 \u0627\u0648\u0644\u0648\u06CC\u062A \u0642\u0631\u0627\u0631 \u062F\u0647\u06CC\u062F","subtitle.humanSubtitlesPreferredDescription":"\u0648\u0642\u062A\u06CC \u0648\u06CC\u062F\u06CC\u0648\u06CC\u06CC \u062F\u0627\u0631\u0627\u06CC \u0632\u06CC\u0631\u0646\u0648\u06CC\u0633 \u062F\u0633\u062A\u06CC \u0628\u0647 \u0632\u0628\u0627\u0646 \u0645\u0642\u0635\u062F \u0627\u0633\u062A\u060C \u0627\u0628\u062A\u062F\u0627 \u0627\u0632 \u0632\u06CC\u0631\u0646\u0648\u06CC\u0633 \u062F\u0633\u062A\u06CC \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u06A9\u0646\u06CC\u062F (\u062A\u0648\u0635\u06CC\u0647 \u0645\u06CC\u200C\u0634\u0648\u062F)",videoSubtitleTranslationDescription:"\u06CC\u06A9 \u0633\u0631\u0648\u06CC\u0633 \u062A\u0631\u062C\u0645\u0647 \u062C\u062F\u0627\u06AF\u0627\u0646\u0647 \u0628\u0631\u0627\u06CC \u0632\u06CC\u0631\u0646\u0648\u06CC\u0633 \u0648\u06CC\u062F\u06CC\u0648\u0647\u0627 \u062A\u0639\u06CC\u06CC\u0646 \u06A9\u0646\u06CC\u062F",subtitleTranslating:"\u062A\u0631\u062C\u0645\u0647 \u0632\u06CC\u0631\u0646\u0648\u06CC\u0633 \u0628\u0627 \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u0627\u0632 \u0633\u0631\u0648\u06CC\u0633 {service} \u060C \u0644\u0637\u0641\u0627 \u0635\u0628\u0631 \u06A9\u0646\u06CC\u062F... (\u062A\u0631\u062C\u0645\u0647 \u0647\u0645\u0647 \u062C\u0627\u0646\u0628\u0647)",subtitleLoading:"\u062F\u0631 \u062D\u0627\u0644 \u0628\u0627\u0631\u06AF\u06CC\u0631\u06CC \u0632\u06CC\u0631\u0646\u0648\u06CC\u0633...",bilingual:"\u062F\u0648 \u0632\u0628\u0627\u0646\u0647","field.action":"\u0627\u06CC\u0646\u06A9\u0647 \u0622\u06CC\u0627 \u0627\u0635\u0637\u0644\u0627\u062D\u0627\u062A Baidu \u0631\u0627 \u0641\u0639\u0627\u0644 \u06A9\u0646\u06CC\u062F","description.action":"\u067E\u0633 \u0627\u0632 \u0641\u0639\u0627\u0644 \u06A9\u0631\u062F\u0646\u060C \u067E\u0627\u0631\u0627\u0645\u062A\u0631 action=1 \u0628\u0647 \u062F\u0631\u062E\u0648\u0627\u0633\u062A \u0627\u0636\u0627\u0641\u0647 \u0645\u06CC\u200C\u0634\u0648\u062F \u062A\u0627 \u0628\u0647 Baidu \u0627\u0637\u0644\u0627\u0639 \u062F\u0627\u062F\u0647 \u0634\u0648\u062F \u062A\u0627 \u0627\u0635\u0637\u0644\u0627\u062D \u0641\u0639\u0627\u0644 \u0634\u0648\u062F. <1> \u0644\u0637\u0641\u0627\u064B \u0628\u0631\u0627\u06CC \u062F\u0633\u062A\u0648\u0631\u0627\u0644\u0639\u0645\u0644\u200C\u0647\u0627\u06CC \u0628\u06CC\u0634\u062A\u0631 \u0628\u0647 \u0645\u0633\u062A\u0646\u062F\u0627\u062A \u0631\u0633\u0645\u06CC \u0645\u0631\u0627\u062C\u0639\u0647 \u06A9\u0646\u06CC\u062F.",closeQuickTranslation:"\u062A\u0648\u067E \u0634\u0646\u0627\u0648\u0631 \u0631\u0627 \u0628\u0628\u0646\u062F\u06CC\u062F","closeQuickTranslation.untilNext":"\u062A\u0627 \u0628\u0627\u0632\u062F\u06CC\u062F \u0628\u0639\u062F\u06CC \u062A\u0639\u0637\u06CC\u0644 \u0627\u0633\u062A","closeQuickTranslation.currentWebsite":"\u0648\u0628 \u0633\u0627\u06CC\u062A \u0641\u0639\u0644\u06CC \u063A\u06CC\u0631\u0641\u0639\u0627\u0644 \u0627\u0633\u062A","closeQuickTranslation.alwaysClose":"\u0628\u0631\u0627\u06CC \u0647\u0645\u06CC\u0634\u0647 \u0627\u0632 \u06A9\u0627\u0631 \u0627\u0641\u062A\u0627\u062F\u0647 \u0627\u0633\u062A","closeQuickTranslation.settingOpen":"(\u062F\u0631 \u0635\u0641\u062D\u0647 \u062A\u0646\u0638\u06CC\u0645\u0627\u062A <1> \u0642\u0627\u0628\u0644 \u0645\u0634\u0627\u0647\u062F\u0647 \u0627\u0633\u062A \u0631\u0648\u0634\u0646 \u06A9\u0646)","closeQuickTranslation.cancel":"\u0644\u063A\u0648 \u06A9\u0646\u06CC\u062F","closeQuickTranslation.confirm":"\u0645\u0637\u0645\u0626\u0646","floatBall.popup":"\u067E\u0627\u0646\u0644 \u062A\u0646\u0638\u06CC\u0645\u0627\u062A \u0633\u0631\u06CC\u0639 \u0631\u0627 \u0628\u0627\u0632 \u06A9\u0646\u06CC\u062F","floatBall.translate":"\u0628\u0631\u0627\u06CC \u062A\u0631\u062C\u0645\u0647 \u0627\u06CC\u0646 \u0635\u0641\u062D\u0647 \u06A9\u0644\u06CC\u06A9 \u06A9\u0646\u06CC\u062F","floatBall.showOriginal":"\u0628\u0631\u0627\u06CC \u0628\u0627\u0632\u06AF\u0634\u062A \u0628\u0647 \u0645\u062A\u0646 \u0627\u0635\u0644\u06CC \u06A9\u0644\u06CC\u06A9 \u06A9\u0646\u06CC\u062F","floatBall.close":"\u062A\u0648\u067E \u0634\u0646\u0627\u0648\u0631 \u0631\u0627 \u0628\u0628\u0646\u062F\u06CC\u062F","floatBallOptions.enableDescPc":"\u067E\u0633 \u0627\u0632 \u0641\u0639\u0627\u0644 \u0634\u062F\u0646 \u062A\u0648\u067E \u0634\u0646\u0627\u0648\u0631 \u0635\u0641\u062D\u0647\u060C \u062F\u06A9\u0645\u0647 \u062A\u0631\u062C\u0645\u0647 \u0633\u0631\u06CC\u0639 \u062F\u0631 \u0633\u0645\u062A \u0631\u0627\u0633\u062A \u0635\u0641\u062D\u0647 \u0646\u0645\u0627\u06CC\u0634 \u062F\u0627\u062F\u0647 \u0645\u06CC \u0634\u0648\u062F.\u0628\u0631\u0627\u06CC \u062A\u0631\u062C\u0645\u0647 \u06A9\u0644\u06CC\u06A9 \u06A9\u0646\u06CC\u062F.","floatBallOptions.enableDesc":"\u5173\u95ED\u60AC\u6D6E\u7403\u540E\uFF0C\u53EF\u4EE5\u7528\u5FEB\u6377\u952E/{touch}\u5524\u8D77\u3002\u4E3A\u9632\u6B62\u4E0D\u614E\u5173\u95ED\u8BE5\u9009\u9879\u540E\u627E\u4E0D\u5230\u60AC\u6D6E\u7403\uFF0C\u5F3A\u70C8\u5EFA\u8BAE\u6536\u85CF\u672C\u8BBE\u7F6E\u9875","description.azureApiUrl":"\u0622\u062F\u0631\u0633 \u0631\u0627\u0628\u0637 API \u0633\u0641\u0627\u0631\u0634\u06CC \u0631\u0627 \u067E\u0631 \u06A9\u0646\u06CC\u062F",confirmSupportMouse:"\u786E\u8BA4\u5F53\u524D\u6D4F\u89C8\u5668\u652F\u6301\u9F20\u6807",confirmSupportMouseDescription:"\u062A\u0634\u062E\u06CC\u0635 \u062F\u0627\u062F\u0647 \u0634\u062F\u0647 \u0627\u0633\u062A \u06A9\u0647 \u0645\u0631\u0648\u0631\u06AF\u0631 \u0641\u0639\u0644\u06CC \u0627\u0632 \u0639\u0645\u0644\u06A9\u0631\u062F \u0645\u0627\u0648\u0633 \u067E\u0634\u062A\u06CC\u0628\u0627\u0646\u06CC \u0646\u0645\u06CC \u06A9\u0646\u062F. \u0622\u06CC\u0627 \u0645\u06CC \u062E\u0648\u0627\u0647\u06CC\u062F \u067E\u0634\u062A\u06CC\u0628\u0627\u0646\u06CC \u0627\u0632 \u0645\u0627\u0648\u0633 \u0631\u0627 \u0628\u0647 \u0627\u062C\u0628\u0627\u0631 \u0641\u0639\u0627\u0644 \u06A9\u0646\u06CC\u062F\u061F",sampleTargetText:"\u0634\u0628 \u0637\u0648\u0644\u0627\u0646\u06CC \u062F\u0631 \u0631\u0627\u0647 \u0627\u0633\u062A \u0648 \u0645\u0646 \u0627\u0632 \u0627\u06CC\u0646 \u0628\u0647 \u0628\u0639\u062F \u062A\u0627 \u0632\u0645\u0627\u0646\u06CC \u06A9\u0647 \u0628\u0645\u06CC\u0631\u0645 \u0645\u0631\u0627\u0642\u0628 \u062E\u0648\u0627\u0647\u0645 \u0628\u0648\u062F. \u0645\u0646 \u0646\u0647 \u0632\u0646 \u0645\u06CC\u06AF\u06CC\u0631\u0645\u060C \u0646\u0647 \u0634\u0627\u0647\u06CC\u060C \u0646\u0647 \u0641\u0631\u0632\u0646\u062F\u06CC. \u062A\u0627\u062C \u0628\u0631 \u0633\u0631 \u0646\u062E\u0648\u0627\u0647\u0645 \u06AF\u0630\u0627\u0634\u062A \u0648 \u0628\u0631\u0627\u06CC \u0627\u0641\u062A\u062E\u0627\u0631\u0627\u062A \u0645\u0633\u0627\u0628\u0642\u0647 \u0646\u0645\u06CC \u062F\u0647\u0645. \u0645\u0646 \u0648\u0638\u06CC\u0641\u0647 \u0627\u0645 \u0631\u0627 \u0635\u0627\u062F\u0642\u0627\u0646\u0647 \u0627\u0646\u062C\u0627\u0645 \u062E\u0648\u0627\u0647\u0645 \u062F\u0627\u062F\u060C \u0632\u0646\u062F\u0647 \u0645\u06CC \u0634\u0648\u0645 \u0648 \u0645\u06CC \u0645\u06CC\u0631\u0645.",sampleSourceText:"Night gathers, and now my watch begins. It shall not end until my death. I shall take no wife, hold no lands, father no children. I shall wear no crowns and win no glory. I shall live and die at my post.","subtitle.supportedSites":"\u5DF2\u652F\u6301\u5728\u8FD9\u4E9B\u7F51\u7AD9\u4F7F\u7528\u53CC\u8BED\u5B57\u5E55\uFF08\u6CE8\u610F\uFF1A\u7531\u4E8E\u6280\u672F\u9650\u5236\uFF0C\u90E8\u5206\u7F51\u7AD9\u5728\u9996\u6B21\u5F00\u542F\u5B57\u5E55\u540E\u9700\u8981\u91CD\u65B0\u5237\u65B0\u9875\u9762\uFF0C\u6216\u8005\u9700\u7B49\u5F85\u7FFB\u8BD1\u5B8C\u6210\u4EE5\u663E\u793A\u53CC\u8BED\u5B57\u5E55\uFF09\uFF1A",viewWithImmersiveTranslate:"\u53CC\u8BED\u7248\u672C(\u6C89\u6D78\u5F0F\u7FFB\u8BD1)",errorReason:"\u9519\u8BEF\u539F\u56E0\uFF1A{message}","proQuotaExceededError.onetime7day":'\uFF0C\u60A8\u53EF\u4EE5\u9009\u62E9\u4EE5\u4E0B\u65B9\u5F0F\u89E3\u51B3\uFF1A

1. \u5207\u6362\u5230 {anotherService} \u6216\u5176\u4ED6\u7FFB\u8BD1\u670D\u52A1
2. \u5347\u7EA7\u4E3A\u6708\u5EA6/\u5E74\u5EA6\u4F1A\u5458',"proQuotaExceededError.trial":'\uFF0C\u60A8\u53EF\u4EE5\u9009\u62E9\u4EE5\u4E0B\u65B9\u5F0F\u89E3\u51B3\uFF1A

1. \u5207\u6362\u5230 {anotherService} \u6216\u5176\u4ED6\u7FFB\u8BD1\u670D\u52A1
2. \u7ACB\u523B\u5347\u7EA7\u4E3A\u6B63\u5F0F\u4F1A\u5458',"proQuotaExceededError.nonTrial":'\uFF0C\u60A8\u53EF\u4EE5\u9009\u62E9\u4EE5\u4E0B\u65B9\u5F0F\u89E3\u51B3\uFF1A

1. \u5207\u6362\u5230 {anotherService} \u6216\u5176\u4ED6\u7FFB\u8BD1\u670D\u52A1
2. \u8D2D\u4E70 {translationService} \u989D\u5916\u6D41\u91CF\u5305',"proQuotaExceededError.resetTime":"
3. \u989D\u5EA6\u91CD\u7F6E\u65F6\u95F4\uFF1A{resetTime}","desc.touchShortcutsToggleTranslatePageOnlyTranslation":"\u0641\u0642\u0637 \u0645\u062A\u0646 \u062A\u0631\u062C\u0645\u0647 \u0628\u0647 \u0645\u0639\u0646\u06CC \u0627\u0633\u062A \u06A9\u0647 \u0641\u0642\u0637 \u0645\u062A\u0646 \u062A\u0631\u062C\u0645\u0647 \u0646\u0645\u0627\u06CC\u0634 \u062F\u0627\u062F\u0647 \u0645\u06CC \u0634\u0648\u062F\u060C \u0627\u06AF\u0631 \u0635\u0641\u062D\u0647 \u0648\u0628 \u0647\u0646\u0648\u0632 \u062A\u0631\u062C\u0645\u0647 \u0646\u0634\u062F\u0647 \u0627\u0633\u062A\u060C \u062D\u0627\u0644\u062A \u062A\u063A\u06CC\u06CC\u0631 \u062E\u0648\u0627\u0647\u062F \u06A9\u0631\u062F \u0648 \u062A\u0631\u062C\u0645\u0647 \u062E\u0648\u0627\u0647\u062F \u0634\u062F.","desc.toggleOnlyTransation":"\u062D\u0627\u0644\u062A \u0641\u0642\u0637 \u062A\u0631\u062C\u0645\u0647 \u0628\u0647 \u0627\u06CC\u0646 \u0645\u0639\u0646\u06CC \u0627\u0633\u062A \u06A9\u0647 \u0641\u0642\u0637 \u0645\u062A\u0646 \u062A\u0631\u062C\u0645\u0647 \u0634\u062F\u0647 \u0646\u0645\u0627\u06CC\u0634 \u062F\u0627\u062F\u0647 \u0645\u06CC \u0634\u0648\u062F\u060C \u0627\u06AF\u0631 \u0635\u0641\u062D\u0647 \u0648\u0628 \u0647\u0646\u0648\u0632 \u062A\u0631\u062C\u0645\u0647 \u0646\u0634\u062F\u0647 \u0628\u0627\u0634\u062F\u060C \u062D\u0627\u0644\u062A \u062A\u063A\u06CC\u06CC\u0631 \u062E\u0648\u0627\u0647\u062F \u06A9\u0631\u062F \u0648 \u062A\u0631\u062C\u0645\u0647 \u062E\u0648\u0627\u0647\u062F \u0634\u062F.",touchShortcutsToggleTranslatePageOnlyTranslation:"\u062A\u0646\u0638\u06CC\u0645 \u062D\u0631\u06A9\u062A \u0644\u0645\u0633\u06CC \u0635\u0641\u062D\u0647 \u0646\u0645\u0627\u06CC\u0634 \u0628\u0631\u0627\u06CC \u062A\u063A\u06CC\u06CC\u0631 \u0628\u06CC\u0646 \u062D\u0627\u0644\u062A \u062F\u0648\u0632\u0628\u0627\u0646\u0647 / \u0641\u0642\u0637 \u0645\u062A\u0646 \u062A\u0631\u062C\u0645\u0647 \u0634\u062F\u0647",download_started:"\u062F\u0627\u0646\u0644\u0648\u062F \u0634\u0631\u0648\u0639 \u0634\u062F\u0647 \u0627\u0633\u062A \u060C \u0627\u06AF\u0631 \u0628\u0647 \u0637\u0648\u0631 \u062E\u0648\u062F\u06A9\u0627\u0631 \u062F\u0627\u0646\u0644\u0648\u062F \u0646\u0634\u062F \u060C \u0644\u0637\u0641\u0627\u064B \u0628\u0647 \u0635\u0648\u0631\u062A \u062F\u0633\u062A\u06CC \u062F\u0627\u0646\u0644\u0648\u062F \u06A9\u0646\u06CC\u062F.",here:"\u0627\u06CC\u0646\u062C\u0627","translationFont.customPlaceholder":"\u0641\u0648\u0646\u062A",translationFont:"\u062A\u0646\u0638\u06CC\u0645 \u0641\u0648\u0646\u062A",batchEdit:"\u0639\u0645\u0644\u06CC\u0627\u062A \u062F\u0633\u062A\u0647 \u062C\u0645\u0639\u06CC","translationModeLang.translation.title":"\u0641\u0642\u0637 \u062D\u0627\u0644\u062A \u062A\u0631\u062C\u0645\u0647 \u0632\u0628\u0627\u0646","error.goReset":"\u0628\u0627\u0632\u0646\u0634\u0627\u0646\u06CC \u06A9\u0646\u06CC\u062F","translationFont.custom":"\u0648\u0631\u0648\u062F \u0641\u0648\u0646\u062A \u0633\u0641\u0627\u0631\u0634\u06CC","error.serveConfigError":"\u062E\u0637\u0627\u06CC \u067E\u06CC\u06A9\u0631\u0628\u0646\u062F\u06CC \u0633\u0631\u0648\u06CC\u0633",detectServiceLoading:"\u062F\u0631 \u062D\u0627\u0644 \u0628\u0631\u0631\u0633\u06CC \u062E\u062F\u0645\u0627\u062A \u062A\u0631\u062C\u0645\u0647 \u0645\u0648\u062C\u0648\u062F...","touch.mouse-translate":"\u062A\u0631\u062C\u0645\u0647 \u067E\u0627\u0631\u0627\u06AF\u0631\u0627\u0641 \u0645\u0634\u062E\u0635","translationModeUrl.translation.title":"\u0622\u062F\u0631\u0633 \u0627\u06CC\u0646\u062A\u0631\u0646\u062A\u06CC \u062D\u0627\u0644\u062A \u0641\u0642\u0637 \u062A\u0631\u062C\u0645\u0647","translationServices.inherit":"\u0628\u0627 \u062E\u062F\u0645\u0627\u062A \u062A\u0631\u062C\u0645\u0647 \u0627\u0635\u0644\u06CC \u062F\u0646\u0628\u0627\u0644 \u06A9\u0646\u06CC\u062F","error.reloadPageOfSetting":"\u067E\u0633 \u0627\u0632 \u067E\u06CC\u06A9\u0631\u0628\u0646\u062F\u06CC\u060C \u0644\u0637\u0641\u0627 \u0635\u0641\u062D\u0647 \u0631\u0627 \u062F\u0648\u0628\u0627\u0631\u0647 \u062A\u0627\u0632\u0647 \u06A9\u0646\u06CC\u062F \u0648 \u062F\u0648\u0628\u0627\u0631\u0647 \u062A\u0631\u062C\u0645\u0647 \u06A9\u0646\u06CC\u062F.","error.configError":"\u0627\u0637\u0644\u0627\u0639\u0627\u062A \u067E\u06CC\u06A9\u0631\u0628\u0646\u062F\u06CC \u063A\u06CC\u0631 \u0645\u0639\u0645\u0648\u0644\u06CC \u0627\u0633\u062A","error.proTokenInvalid":"\u0627\u06AF\u0631 \u06A9\u0627\u0631\u0628\u0631 Pro \u0647\u0633\u062A\u06CC\u062F\u060C \u0644\u0637\u0641\u0627\u064B \u067E\u0633 \u0627\u0632 \u0648\u0631\u0648\u062F \u0627\u0632 \u062E\u062F\u0645\u0627\u062A \u062A\u0631\u062C\u0645\u0647 Pro \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u06A9\u0646\u06CC\u062F.",videoSubtitlePreTranslationOff:"\u0632\u06CC\u0631\u0646\u0648\u06CC\u0633 \u0648\u06CC\u062F\u06CC\u0648 \u0627\u0648\u0644\u0648\u06CC\u062A \u062E\u0648\u0627\u0647\u062F \u062F\u0627\u062F \u0628\u0647 \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u0627\u0632 \u0632\u06CC\u0631\u0646\u0648\u06CC\u0633 \u0645\u0627\u0634\u06CC\u0646\u06CC \u0645\u0648\u062C\u0648\u062F \u062F\u0631 \u0648\u06CC\u062F\u06CC\u0648 \u0627\u0635\u0644\u06CC",toggleToService:"\u0628\u0647 {service} \u062A\u063A\u06CC\u06CC\u0631 \u062F\u0647\u06CC\u062F \u0648 \u062F\u0648\u0628\u0627\u0631\u0647 \u0627\u0645\u062A\u062D\u0627\u0646 \u06A9\u0646\u06CC\u062F","error.proUpgrade":"\u067E\u0633 \u0627\u0632 \u0627\u0631\u062A\u0642\u0627\u060C \u0644\u0637\u0641\u0627 \u0635\u0641\u062D\u0647 \u0631\u0627 \u062F\u0648\u0628\u0627\u0631\u0647 \u062A\u0631\u062C\u0645\u0647 \u06A9\u0646\u06CC\u062F.",enableSentryReport:"\u0648\u0642\u062A\u06CC \u062E\u0637\u0627\u06CC \u06AF\u0633\u062A\u0631\u0634 \u0631\u062E \u0645\u06CC \u062F\u0647\u062F\u060C \u0628\u0627 \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u0627\u0632 Sentry \u0628\u0631\u0627\u06CC \u0627\u0631\u0633\u0627\u0644 \u0628\u0627\u0632\u062E\u0648\u0631\u062F \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u06A9\u0646\u06CC\u062F.","error.403":"\u062E\u062F\u0645\u062A \u062E\u0637\u0627\u06CC \u0628\u0631\u06AF\u0634\u062A \u062F\u0627\u062F\u0647 \u0627\u0633\u062A\u060C \u0645\u0648\u0642\u062A\u0627\u064B \u0627\u062C\u0627\u0632\u0647 \u062F\u0633\u062A\u0631\u0633\u06CC \u0628\u0647 \u0627\u06CC\u0646 \u062E\u062F\u0645\u062A \u0631\u0627 \u0646\u062F\u0627\u0631\u06CC\u062F.",videoSubtitlePreTranslationOn:"\u0632\u06CC\u0631\u0646\u0648\u06CC\u0633 \u0647\u0627\u06CC \u0648\u06CC\u062F\u06CC\u0648 \u0628\u0647 \u0637\u0648\u0631 \u0627\u0648\u0644\u0648\u06CC\u062A\u06CC \u0627\u0632 \u062A\u0631\u062C\u0645\u0647 \u0641\u0631\u0648 \u0631\u0641\u062A\u06AF\u06CC \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u062E\u0648\u0627\u0647\u062F \u06A9\u0631\u062F.","translationModeUrl.translation.description":"\u0648\u0642\u062A\u06CC \u0648\u0628 \u0633\u0627\u06CC\u062A \u0628\u0631\u0627\u06CC \u062F\u0627\u0645\u0646\u0647 \u0647\u0627\u06CC \u0632\u06CC\u0631 \u0627\u0633\u062A\u060C \u0628\u0647 \u0637\u0648\u0631 \u062E\u0648\u062F\u06A9\u0627\u0631 \u0627\u0632 \u062D\u0627\u0644\u062A \u0641\u0642\u0637 \u0645\u062A\u0646 \u062A\u0631\u062C\u0645\u0647 \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u0645\u06CC \u06A9\u0646\u062F.","error.502":"\u062E\u062F\u0645\u062A \u062E\u0637\u0627 \u062F\u0627\u062F\u0647 \u0627\u0633\u062A\u060C \u062E\u062F\u0645\u062A \u0628\u0647 \u062A\u0627\u062E\u06CC\u0631 \u0627\u0641\u062A\u0627\u062F\u0647 \u0627\u0633\u062A\u060C \u0644\u0637\u0641\u0627 \u0628\u0639\u062F\u0627 \u062F\u0648\u0628\u0627\u0631\u0647 \u0627\u0645\u062A\u062D\u0627\u0646 \u06A9\u0646\u06CC\u062F.","error.openAIExceededQuota":"\u062E\u0637\u0627\u06CC \u0628\u0627\u0632\u06AF\u0634\u062A \u0633\u0631\u0648\u06CC\u0633: \u0645\u0648\u062C\u0648\u062F\u06CC \u062D\u0633\u0627\u0628 OpenAI \u0634\u0645\u0627 \u06A9\u0627\u0641\u06CC \u0646\u06CC\u0633\u062A\u060C \u0644\u0637\u0641\u0627\u064B \u0627\u0632 \u0637\u0631\u06CC\u0642 \u067E\u0646\u0644 \u0645\u062F\u06CC\u0631\u06CC\u062A\u06CC \u0631\u0633\u0645\u06CC OpenAI \u0634\u0627\u0631\u0698 \u06A9\u0646\u06CC\u062F \u06CC\u0627 \u06A9\u0627\u0631\u062A \u0627\u0639\u062A\u0628\u0627\u0631\u06CC \u062E\u0648\u062F \u0631\u0627 \u0645\u062A\u0635\u0644 \u06A9\u0646\u06CC\u062F.","translationModeLang.translation.description":"\u0648\u0642\u062A\u06CC \u0632\u0628\u0627\u0646 \u0635\u0641\u062D\u0647 \u0628\u0647 \u0632\u0628\u0627\u0646\u0647\u0627\u06CC \u0632\u06CC\u0631 \u0627\u0633\u062A\u060C \u0628\u0647 \u0637\u0648\u0631 \u062E\u0648\u062F\u06A9\u0627\u0631 \u0627\u0632 \u062D\u0627\u0644\u062A \u062A\u0631\u062C\u0645\u0647 \u0641\u0642\u0637 \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u0645\u06CC \u0634\u0648\u062F","error.429":"\u062E\u062F\u0645\u062A \u062E\u0637\u0627 \u0631\u0627 \u0628\u0631\u0645\u06CC \u06AF\u0631\u062F\u0627\u0646\u062F\u060C \u06A9\u0647 \u0646\u0634\u0627\u0646 \u0645\u06CC \u062F\u0647\u062F \u062F\u0631\u062E\u0648\u0627\u0633\u062A \u0628\u06CC\u0634 \u0627\u0632 \u062D\u062F \u0645\u06A9\u0631\u0631 \u06CC\u0627 \u0628\u06CC\u0634 \u0627\u0632 \u062D\u062F \u0645\u062D\u062F\u0648\u062F\u06CC\u062A \u0627\u0633\u062A\u060C \u0644\u0637\u0641\u0627 \u0628\u0639\u062F\u0627 \u062F\u0648\u0628\u0627\u0631\u0647 \u0627\u0645\u062A\u062D\u0627\u0646 \u06A9\u0646\u06CC\u062F.","error.400":"\u062E\u0637\u0627\u06CC\u06CC \u062F\u0631 \u0628\u0627\u0632\u06AF\u0634\u062A \u062E\u062F\u0645\u0627\u062A \u0631\u062E \u062F\u0627\u062F\u0647 \u0627\u0633\u062A \u060C \u067E\u0627\u0631\u0627\u0645\u062A\u0631 \u062F\u0631\u062E\u0648\u0627\u0633\u062A \u0627\u0634\u062A\u0628\u0627\u0647 \u0627\u0633\u062A \u060C \u0644\u0637\u0641\u0627\u064B \u067E\u06CC\u06A9\u0631\u0628\u0646\u062F\u06CC \u0645\u0631\u0628\u0648\u0637\u0647 \u0631\u0627 \u0628\u0631\u0631\u0633\u06CC \u06A9\u0646\u06CC\u062F.","error.googleLimitIp":"\u062E\u062F\u0645\u062A \u062E\u0637\u0627 \u0631\u0627 \u0628\u0631\u0645\u06CC \u06AF\u0631\u062F\u0627\u0646\u062F \u060C \u062E\u062F\u0645\u0627\u062A \u06AF\u0648\u06AF\u0644 \u0628\u0631\u0627\u06CC \u0627\u06CC\u0646 \u0622\u062F\u0631\u0633 IP \u0645\u062D\u062F\u0648\u062F \u0634\u062F\u0647 \u0627\u0633\u062A \u060C \u067E\u06CC\u0634\u0646\u0647\u0627\u062F \u0645\u06CC \u06A9\u0646\u06CC\u0645 \u0634\u0645\u0627 \u0646\u0648\u062F \u0634\u0628\u06A9\u0647 \u0631\u0627 \u062A\u063A\u06CC\u06CC\u0631 \u062F\u0647\u06CC\u062F.","translationFont.notSupportErrorMessage":"\u0644\u0637\u0641\u0627\u064B \u0646\u0627\u0645 \u0641\u0648\u0646\u062A\u06CC \u06A9\u0647 \u0648\u0627\u0631\u062F \u06A9\u0631\u062F\u0647 \u0627\u06CC\u062F \u0631\u0627 \u0628\u0631\u0631\u0633\u06CC \u06A9\u0646\u06CC\u062F \u062A\u0627 \u0645\u0637\u0645\u0626\u0646 \u0634\u0648\u06CC\u062F \u06A9\u0647 \u062F\u0631\u0633\u062A \u0627\u0633\u062A\u060C \u06CC\u0627 \u062A\u0623\u06CC\u06CC\u062F \u06A9\u0646\u06CC\u062F \u06A9\u0647 \u0627\u06CC\u0646 \u0641\u0648\u0646\u062A \u0628\u0631 \u0631\u0648\u06CC \u062F\u0633\u062A\u06AF\u0627\u0647 \u0634\u0645\u0627 \u0646\u0635\u0628 \u0634\u062F\u0647 \u0627\u0633\u062A.","error.gemini.429":"\u062E\u062F\u0645\u062A Gemini \u062F\u0631 \u062D\u0627\u0644 \u062D\u0627\u0636\u0631 \u0628\u0647 \u0638\u0631\u0641\u06CC\u062A \u062D\u062F\u0627\u06A9\u062B\u0631\u06CC \u062E\u0648\u062F \u0631\u0633\u06CC\u062F\u0647 \u0627\u0633\u062A\u060C \u0644\u0637\u0641\u0627\u064B \u0628\u0639\u062F\u0627\u064B \u062F\u0648\u0628\u0627\u0631\u0647 \u0627\u0645\u062A\u062D\u0627\u0646 \u06A9\u0646\u06CC\u062F \u06CC\u0627 \u0628\u0647 \u0633\u0631\u0648\u06CC\u0633 \u062A\u0631\u062C\u0645\u0647 \u062F\u06CC\u06AF\u0631\u06CC \u062A\u063A\u06CC\u06CC\u0631 \u062F\u0647\u06CC\u062F.","desc.toggleVideoSubtitlePreTranslation":"\u0628\u0639\u062F \u0641\u0634\u0627\u0631\u060C \u0632\u06CC\u0631\u0646\u0648\u06CC\u0633 \u062F\u0648\u0632\u0628\u0627\u0646\u0647 \u0648\u06CC\u062F\u06CC\u0648 \u0627\u0648\u0644\u0648\u06CC\u062A \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u0627\u0632 \u062A\u0646\u0638\u06CC\u0645\u0627\u062A \u062A\u0631\u062C\u0645\u0647 \u063A\u0648\u0637\u0647 \u0648\u0631 \u062E\u0648\u0627\u0647\u062F \u062F\u0627\u0634\u062A\u060C \u0628\u0627 \u0641\u0634\u0627\u0631 \u062F\u0648\u0628\u0627\u0631\u0647\u060C \u0627\u0648\u0644\u0648\u06CC\u062A \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u0627\u0632 \u0632\u06CC\u0631\u0646\u0648\u06CC\u0633 \u0645\u0627\u0634\u06CC\u0646\u06CC \u0627\u0635\u0644\u06CC \u0648\u06CC\u062F\u06CC\u0648 \u062E\u0648\u0627\u0647\u062F \u0628\u0648\u062F\u060C \u062A\u0648\u062C\u0647 \u062F\u0627\u0634\u062A\u0647 \u0628\u0627\u0634\u06CC\u062F: \u0627\u06CC\u0646 \u0645\u06CC\u0627\u0646\u0628\u0631 \u062A\u0646\u0638\u06CC\u0645\u0627\u062A \u062C\u0647\u0627\u0646\u06CC \u0631\u0627 \u062A\u063A\u06CC\u06CC\u0631 \u0645\u06CC \u062F\u0647\u062F.","error.openAIFreeLimit":"\u062E\u062F\u0645\u062A \u062E\u0637\u0627 \u0631\u0627 \u0628\u0631\u0645\u06CC \u06AF\u0631\u062F\u0627\u0646\u062F\u060C \u0641\u0631\u06A9\u0627\u0646\u0633 \u062F\u0631\u062E\u0648\u0627\u0633\u062A \u062A\u0631\u062C\u0645\u0647 \u0641\u0639\u0644\u06CC \u0628\u0647 \u062D\u062F\u0627\u06A9\u062B\u0631 3 \u0628\u0627\u0631 \u062F\u0631 \u062F\u0642\u06CC\u0642\u0647 \u0631\u0633\u06CC\u062F\u0647 \u0627\u0633\u062A\u060C \u0644\u0637\u0641\u0627\u064B \u0628\u0639\u062F\u0627\u064B \u062F\u0648\u0628\u0627\u0631\u0647 \u0627\u0645\u062A\u062D\u0627\u0646 \u06A9\u0646\u06CC\u062F. (\u0627\u06CC\u0646 \u0645\u062D\u062F\u0648\u062F\u06CC\u062A \u0631\u0633\u0645\u06CC OpenAI \u0628\u0631\u0627\u06CC API Key \u0631\u0627\u06CC\u06AF\u0627\u0646 \u0627\u0633\u062A\u060C \u0628\u0631\u0627\u06CC \u0631\u0641\u0639 \u0627\u06CC\u0646 \u0645\u062D\u062F\u0648\u062F\u06CC\u062A\u060C \u0644\u0637\u0641\u0627\u064B \u06A9\u0627\u0631\u062A \u0627\u0639\u062A\u0628\u0627\u0631\u06CC \u062E\u0648\u062F \u0631\u0627 \u062F\u0631 \u067E\u0646\u0644 OpenAI \u0645\u062A\u0635\u0644 \u06A9\u0646\u06CC\u062F.)","error.serveUnavailable":"\u062E\u062F\u0645\u062A [{serverName}] \u06A9\u0647 \u062F\u0631 \u062D\u0627\u0644 \u062D\u0627\u0636\u0631 \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u0645\u06CC \u06A9\u0646\u06CC\u062F \u0628\u0647 \u062F\u0644\u06CC\u0644 \u0645\u0634\u06A9\u0644\u0627\u062A \u0627\u062A\u0635\u0627\u0644 \u0628\u0647 \u0634\u0628\u06A9\u0647 \u06CC\u0627 \u0645\u0634\u06A9\u0644\u0627\u062A \u0627\u0631\u0627\u0626\u0647 \u062F\u0647\u0646\u062F\u0647 \u062E\u062F\u0645\u0627\u062A \u0645\u0648\u0642\u062A\u0627\u064B \u0642\u0627\u0628\u0644 \u062F\u0633\u062A\u0631\u0633\u06CC \u0646\u06CC\u0633\u062A. \u067E\u06CC\u0634\u0646\u0647\u0627\u062F \u0645\u06CC \u06A9\u0646\u06CC\u0645 \u0635\u0641\u062D\u0647 \u0631\u0627 \u062A\u0627\u0632\u0647 \u06A9\u0646\u06CC\u062F \u06CC\u0627 \u0627\u0632 \u0637\u0631\u06CC\u0642 <1>\u062A\u0646\u0638\u06CC\u0645\u0627\u062A \u0628\u0647 \u062E\u062F\u0645\u0627\u062A \u062A\u0631\u062C\u0645\u0647 \u062F\u06CC\u06AF\u0631\u06CC \u062A\u063A\u06CC\u06CC\u0631 \u062F\u0647\u06CC\u062F. \u0627\u06AF\u0631 \u0634\u0645\u0627 \u0639\u0636\u0648 <2>Pro \u0647\u0633\u062A\u06CC\u062F\u060C \u0645\u06CC \u062A\u0648\u0627\u0646\u06CC\u062F \u0627\u0632 \u062E\u062F\u0645\u0627\u062A \u062A\u0631\u062C\u0645\u0647 \u067E\u0627\u06CC\u062F\u0627\u0631\u062A\u0631 DeepL \u06CC\u0627 OpenAI \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u06A9\u0646\u06CC\u062F (<3>\u0627\u06CC\u0646\u062C\u0627 \u0631\u0627 \u0628\u0631\u0627\u06CC \u062A\u062C\u0631\u0628\u0647 \u0631\u0627\u06CC\u06AF\u0627\u0646 \u06A9\u0644\u06CC\u06A9 \u06A9\u0646\u06CC\u062F). \u0639\u0644\u0627\u0648\u0647 \u0628\u0631 \u0627\u06CC\u0646\u060C \u0645\u0645\u06A9\u0646 \u0627\u0633\u062A \u0646\u06CC\u0627\u0632 \u0628\u0627\u0634\u062F \u062A\u0646\u0638\u06CC\u0645\u0627\u062A \u0634\u0628\u06A9\u0647 \u06CC\u0627 \u067E\u0631\u0648\u06A9\u0633\u06CC \u062E\u0648\u062F \u0631\u0627 \u0628\u0631\u0631\u0633\u06CC \u06A9\u0646\u06CC\u062F.","widget.translateFile":"PDF/ePub",goLogin:"\u0648\u0631\u0648\u062F \u06A9\u0646\u06CC\u062F",notLogin:"\u0648\u0631\u0648\u062F \u0646\u0634\u062F\u0647 \u0627\u0633\u062A","error.reason":"\u062F\u0644\u06CC\u0644 \u062E\u0637\u0627",shortcutSettings:"\u0645\u06CC\u0627\u0646\u0628\u0631",alwaysTranslate:"\u0647\u0645\u06CC\u0634\u0647 \u062A\u0631\u062C\u0645\u0647 \u06A9\u0646\u06CC\u062F","translationServices.gemini":"\u062C\u0645\u0646\u06CC","slide.left":"\u0628\u0647 \u0631\u0627\u0633\u062A \u0628\u06A9\u0634\u06CC\u062F",loggedIn:"\u0648\u0627\u0631\u062F \u0634\u062F\u0647 \u0627\u06CC\u062F","floatBall.iKnow":"\u0645\u0646 \u0645\u06CC \u062F\u0627\u0646\u0645","intro.floatBallTitle":"\u062A\u0631\u062C\u0645\u0647 \u0633\u0631\u06CC\u0639 \u0628\u0627\u0644 \u0634\u0646\u0627\u0648\u0631","shortcutGroup.touch":"\u0698\u0633\u062A \u0647\u0627\u06CC \u062E\u0627\u0635 \u0635\u0641\u062D\u0647 \u0644\u0645\u0633\u06CC","tagsInput.add":"+ \u0627\u0636\u0627\u0641\u0647 \u06A9\u0631\u062F\u0646",shortcutSettingsTitle:"\u062A\u0646\u0638\u06CC\u0645\u0627\u062A \u0645\u06CC\u0627\u0646\u0628\u0631","widget.instruction":"\u062F\u0633\u062A\u0648\u0631\u0627\u0644\u0639\u0645\u0644 \u0627\u0633\u062A\u0641\u0627\u062F\u0647",touchShortcutsOff:"\u0628\u0633\u062A\u0647 \u0634\u062F\u0646","shortcutGroup.others":"\u06A9\u0644\u06CC\u062F\u0647\u0627\u06CC \u0645\u06CC\u0627\u0646\u0628\u0631 \u0633\u0641\u0627\u0631\u0634\u06CC \u0628\u06CC\u0634\u062A\u0631","error.subscriptionExpiredTitle":"\u0639\u0636\u0648\u06CC\u062A \u0645\u0646\u0642\u0636\u06CC \u0634\u062F\u0647 \u0627\u0633\u062A","error.retry":"\u062A\u0644\u0627\u0634 \u0645\u062C\u062F\u062F",neverTranslate:"\u0647\u0631\u06AF\u0632 \u062A\u0631\u062C\u0645\u0647 \u0646\u0645\u06CC \u06A9\u0646\u0645",networkError:"\u062E\u062F\u0645\u0627\u062A \u062A\u0631\u062C\u0645\u0647 \u06CC\u0627 \u0634\u0628\u06A9\u0647 \u0645\u0634\u06A9\u0644 \u062F\u0627\u0631\u062F","widget.translateFileTooltip":"\u062A\u0631\u062C\u0645\u0647 \u0627\u0633\u0646\u0627\u062F PDF\u060C EPUB\u060C SRT\u060C ASS\u060C HTML \u0648 TXT","slide.right":"\u0628\u0647 \u0686\u067E \u0628\u06A9\u0634\u06CC\u062F","multipleClick.3":"\u0633\u0647 \u0636\u0631\u0628\u0647 \u0645\u062A\u0648\u0627\u0644\u06CC","multipleClick.4":"\u0686\u0647\u0627\u0631 \u0636\u0631\u0628\u0647 \u0645\u062A\u0648\u0627\u0644\u06CC",pickAll:"\u0627\u0646\u062A\u062E\u0627\u0628 \u0647\u0645\u0647",contact:"\u0628\u0627 \u0645\u0627 \u062A\u0645\u0627\u0633 \u0628\u06AF\u06CC\u0631\u06CC\u062F","subtitle.bilingual":"\u0632\u06CC\u0631\u0646\u0648\u06CC\u0633 \u062F\u0648\u0632\u0628\u0627\u0646\u0647","shortcutGroup.shortcutsForTranslationServices":"\u06A9\u0644\u06CC\u062F\u0647\u0627\u06CC \u0645\u06CC\u0627\u0646\u0628\u0631 \u0645\u0631\u0628\u0648\u0637 \u0628\u0647 \u062E\u062F\u0645\u0627\u062A \u062A\u0631\u062C\u0645\u0647",buildSnapshots:"\u0627\u06CC\u062C\u0627\u062F \u0639\u06A9\u0633 \u0641\u0648\u0631\u06CC \u0627\u0632 \u0635\u0641\u062D\u0647 \u0648\u0628","widget.instructionTooltip":"\u062F\u0633\u062A\u0648\u0631\u0627\u0644\u0639\u0645\u0644 \u0631\u0627 \u0628\u0631\u0631\u0633\u06CC \u06A9\u0646\u06CC\u062F","widget.videoSubtitle":"\u0632\u06CC\u0631\u0646\u0648\u06CC\u0633 \u0648\u06CC\u062F\u06CC\u0648","multipleClick.2":"\u062F\u0648\u0628\u0627\u0631 \u06A9\u0644\u06CC\u06A9 \u06A9\u0646\u06CC\u062F","subtitle.autoDisableSubtitle":"\u0632\u06CC\u0631\u0646\u0648\u06CC\u0633 \u062F\u0648\u0632\u0628\u0627\u0646\u0647 \u0628\u0647 \u0635\u0648\u0631\u062A \u062E\u0648\u062F\u06A9\u0627\u0631 \u0641\u0639\u0627\u0644 \u0646\u0645\u06CC \u0634\u0648\u062F",mouseHoverCustomKeyTitle:"\u0633\u0641\u0627\u0631\u0634\u06CC \u06A9\u0631\u062F\u0646 \u0645\u06CC\u0627\u0646\u0628\u0631 \u0645\u0648\u0633 \u062F\u0631 \u062D\u0627\u0644\u062A \u0634\u0646\u0627\u0648\u0631","browser.translateWithOpenAI":"\u0627\u0632 OpenAI \u0628\u0631\u0627\u06CC \u062A\u0631\u062C\u0645\u0647 \u0645\u0648\u0642\u062A\u06CC \u0635\u0641\u062D\u0647 \u0641\u0639\u0644\u06CC \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u06A9\u0646\u06CC\u062F",neverTranslateThisSite:"\u0647\u0631\u06AF\u0632 \u0627\u06CC\u0646 \u0648\u0628\u0633\u0627\u06CC\u062A \u0631\u0627 \u062A\u0631\u062C\u0645\u0647 \u0646\u06A9\u0646\u06CC\u062F","browser.translateInputBox":"\u062A\u0631\u062C\u0645\u0647 \u0645\u062D\u062A\u0648\u0627\u06CC \u062C\u0639\u0628\u0647 \u0648\u0631\u0648\u062F\u06CC \u0641\u0639\u0644\u06CC","subtitle.hideQuickButton":"\u062F\u06CC\u06AF\u0631 \u0627\u06CC\u0646 \u0645\u06CC\u0627\u0646\u0628\u0631 \u0631\u0627 \u0646\u0634\u0627\u0646 \u0646\u062F\u0647","subtitle.showQuickButton":"\u062F\u0631 \u067E\u062E\u0634 \u06A9\u0646\u0646\u062F\u0647\u060C \u0645\u06CC\u0627\u0646\u0628\u0631 \u0632\u06CC\u0631\u0646\u0648\u06CC\u0633 \u062F\u0648\u0632\u0628\u0627\u0646\u0647 \u0646\u0645\u0627\u06CC\u0634 \u062F\u0627\u062F\u0647 \u0634\u0648\u062F","browser.translateWithTransmart":"\u0627\u0632 \u062A\u0631\u062C\u0645\u0647 \u0645\u0648\u0642\u062A\u06CC \u062A\u0646\u0633\u0646\u062A \u0628\u0631\u0627\u06CC \u0635\u0641\u062D\u0647 \u0641\u0639\u0644\u06CC \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u06A9\u0646\u06CC\u062F","intro.hoverTitle":"\u0645\u0648\u0634\u0648\u0627\u0631\u0647 \u0631\u0627 \u0628\u0631 \u0631\u0648\u06CC \u067E\u0627\u0631\u0627\u06AF\u0631\u0627\u0641 \u0641\u0639\u0644\u06CC \u0628\u06AF\u0630\u0627\u0631\u06CC\u062F \u062A\u0627 \u062A\u0631\u062C\u0645\u0647 \u0634\u0648\u062F","shortcutGroup.mouse":"\u062A\u0646\u0638\u06CC\u0645\u0627\u062A \u0645\u06CC\u0627\u0646\u0628\u0631 \u0645\u0648\u0633 \u062F\u0631 \u062D\u0627\u0644\u062A \u0634\u0646\u0627\u0648\u0631",temprarilyChangeTranslationTo_openai:"\u062F\u0631 \u062D\u0627\u0644 \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u0627\u0632 OpenAI \u0628\u0631\u0627\u06CC \u062A\u0631\u062C\u0645\u0647 \u0635\u0641\u062D\u0647 \u0641\u0639\u0644\u06CC \u0647\u0633\u062A\u0645","browser.translateWithDeepL":"\u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u0645\u0648\u0642\u062A \u0627\u0632 DeepL \u0628\u0631\u0627\u06CC \u062A\u0631\u062C\u0645\u0647 \u0635\u0641\u062D\u0647 \u0641\u0639\u0644\u06CC",translationOnlyMode:"\u0641\u0642\u0637 \u062D\u0627\u0644\u062A \u062A\u0631\u062C\u0645\u0647","widget.videoSubtitleTooltip":"\u067E\u0634\u062A\u06CC\u0628\u0627\u0646\u06CC \u0627\u0632 Youtube \u0648 {count}+ \u0633\u0627\u06CC\u062A \u0648\u06CC\u062F\u06CC\u0648\u06CC\u06CC \u062F\u06CC\u06AF\u0631",paragraphMinTextCountField:"\u062A\u0639\u062F\u0627\u062F \u06A9\u0645\u062A\u0631\u06CC\u0646 \u06A9\u0627\u0631\u0627\u06A9\u062A\u0631\u0647\u0627\u06CC \u0645\u0648\u0631\u062F \u0646\u06CC\u0627\u0632 \u0628\u0631\u0627\u06CC \u062A\u0631\u062C\u0645\u0647 \u067E\u0627\u0631\u0627\u06AF\u0631\u0627\u0641",temprarilyChangeTranslationTo_gemini:"\u062F\u0631 \u062D\u0627\u0644 \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u0627\u0632 Gemini \u0628\u0631\u0627\u06CC \u062A\u0631\u062C\u0645\u0647 \u0635\u0641\u062D\u0647 \u0641\u0639\u0644\u06CC \u0647\u0633\u062A\u0645","shortcutGroup.main":"\u0645\u06CC\u0627\u0646\u0628\u0631\u0647\u0627\u06CC \u06A9\u0644\u06CC\u062F\u06CC \u0639\u0645\u0644\u06A9\u0631\u062F \u0631\u0627\u06CC\u062C",temprarilyChangeTranslationTo_deepl:"\u062F\u0631 \u062D\u0627\u0644 \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u0627\u0632 \u062A\u0631\u062C\u0645\u0647 DeepL \u0628\u0631\u0627\u06CC \u0635\u0641\u062D\u0647 \u0641\u0639\u0644\u06CC",temprarilyChangeTranslationTo_transmart:"\u062F\u0631 \u062D\u0627\u0644 \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u0627\u0632 \u062A\u0631\u062C\u0645\u0647 \u062A\u0646\u0633\u0646\u062A \u0628\u0631\u0627\u06CC \u0635\u0641\u062D\u0647 \u0641\u0639\u0644\u06CC",alwaysTranslateThisSite:"\u0647\u0645\u06CC\u0634\u0647 \u0627\u06CC\u0646 \u0648\u0628\u0633\u0627\u06CC\u062A \u0631\u0627 \u062A\u0631\u062C\u0645\u0647 \u06A9\u0646\u06CC\u062F","browser.translateWithBing":"\u0627\u0632 \u062A\u0631\u062C\u0645\u0647 \u0645\u0627\u06CC\u06A9\u0631\u0648\u0633\u0627\u0641\u062A \u0628\u0631\u0627\u06CC \u062A\u0631\u062C\u0645\u0647 \u0645\u0648\u0642\u062A\u06CC \u0635\u0641\u062D\u0647 \u0641\u0639\u0644\u06CC \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u06A9\u0646\u06CC\u062F",upgradeToProErrorTitle:"\u0644\u0637\u0641\u0627\u064B \u0628\u0647 \u0639\u0636\u0648\u06CC\u062A Pro \u0627\u0631\u062A\u0642\u0627 \u062F\u0647\u06CC\u062F \u0648 \u0633\u067E\u0633 \u0627\u0632 \u0627\u06CC\u0646 \u062E\u062F\u0645\u062A \u062A\u0631\u062C\u0645\u0647 \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u06A9\u0646\u06CC\u062F","intro.subtitleTitle":"\u0646\u0645\u0627\u06CC\u0634 \u0632\u06CC\u0631\u0646\u0648\u06CC\u0633 \u062F\u0648\u0632\u0628\u0627\u0646\u0647 \u0648\u06CC\u062F\u06CC\u0648\u06CC \u0622\u0646\u0644\u0627\u06CC\u0646",temprarilyChangeTranslationTo_bing:"\u062F\u0631 \u062D\u0627\u0644 \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u0627\u0632 \u062A\u0631\u062C\u0645\u0647 \u0645\u0627\u06CC\u06A9\u0631\u0648\u0633\u0627\u0641\u062A \u0628\u0631\u0627\u06CC \u0635\u0641\u062D\u0647 \u0641\u0639\u0644\u06CC \u0647\u0633\u062A\u0645",touchShortcutsToggleTranslationMask:"\u062A\u0646\u0638\u06CC\u0645 \u0646\u0645\u0627\u06CC\u0634 \u0698\u0633\u062A \u0644\u0645\u0633\u06CC \u0628\u0631\u0627\u06CC \u0646\u0645\u0627\u06CC\u0634 \u0645\u062A\u0646 \u062A\u0631\u062C\u0645\u0647 / \u0646\u0645\u0627\u06CC\u0634 \u0645\u062A\u0646 \u0627\u0635\u0644\u06CC","browser.translateWithGemini":"\u0628\u0647 \u0637\u0648\u0631 \u0645\u0648\u0642\u062A \u0627\u0632 Gemini \u0628\u0631\u0627\u06CC \u062A\u0631\u062C\u0645\u0647 \u0635\u0641\u062D\u0647 \u0641\u0639\u0644\u06CC \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u06A9\u0646\u06CC\u062F","browser.toggleVideoSubtitlePreTranslation":"\u062A\u063A\u06CC\u06CC\u0631 \u0632\u06CC\u0631\u0646\u0648\u06CC\u0633 \u062F\u0648\u0632\u0628\u0627\u0646\u0647 \u0628\u0627 \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u0627\u0632 \u062A\u0646\u0638\u06CC\u0645\u0627\u062A \u062A\u0631\u062C\u0645\u0647 \u0641\u0631\u0648 \u0631\u0641\u062A\u0647 \u0627\u0648\u0644\u0648\u06CC\u062A \u062F\u0627\u0631\u062F",notLoginPro:"\u0634\u0645\u0627 \u0647\u0646\u0648\u0632 \u0628\u0647 \u062D\u0633\u0627\u0628 \u06A9\u0627\u0631\u0628\u0631\u06CC \u062E\u0648\u062F \u0648\u0627\u0631\u062F \u0646\u0634\u062F\u0647 \u0627\u06CC\u062F",touchShortcutsToggleTranslatePage:"\u0628\u0631\u0627\u06CC \u062A\u0631\u062C\u0645\u0647 \u0635\u0641\u062D\u0627\u062A \u0648\u0628 / \u0646\u0645\u0627\u06CC\u0634 \u0645\u062A\u0646 \u0627\u0635\u0644\u06CC \u060C \u062D\u0631\u06A9\u062A \u0647\u0627\u06CC \u0644\u0645\u0633\u06CC \u0631\u0627 \u062A\u0646\u0638\u06CC\u0645 \u06A9\u0646\u06CC\u062F",temprarilyChangeTranslationTo_google:"\u062F\u0631 \u062D\u0627\u0644 \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u0627\u0632 \u062A\u0631\u062C\u0645\u0647 \u06AF\u0648\u06AF\u0644 \u0628\u0631\u0627\u06CC \u0635\u0641\u062D\u0647 \u0641\u0639\u0644\u06CC \u0647\u0633\u062A\u0645","neverTranslateText.title":"\u0644\u0637\u0641\u0627\u064B \u06A9\u0644\u0645\u0627\u062A \u0632\u06CC\u0631 \u0631\u0627 \u0628\u0647 \u0635\u0648\u0631\u062A \u0627\u0635\u0644\u06CC \u062D\u0641\u0638 \u06A9\u0646\u06CC\u062F\u060C \u062A\u0631\u062C\u0645\u0647 \u0646\u06A9\u0646\u06CC\u062F.",touchShortcutsToggleTranslateTouchElement:"\u062A\u0646\u0638\u06CC\u0645 \u062D\u0631\u06A9\u062A \u0644\u0645\u0633\u06CC \u0635\u0641\u062D\u0647 \u0646\u0645\u0627\u06CC\u0634 \u0628\u0631\u0627\u06CC \u062A\u0631\u062C\u0645\u0647 \u067E\u0627\u0631\u0627\u06AF\u0631\u0627\u0641 \u0645\u0634\u062E\u0635","description.baiduField":"\u062D\u0648\u0632\u0647 \u0647\u0627\u06CC \u067E\u0634\u062A\u06CC\u0628\u0627\u0646\u06CC \u0634\u062F\u0647 \u0631\u0627 \u062F\u0631 <1>\u0627\u06CC\u0646\u062C\u0627 \u0628\u0628\u06CC\u0646\u06CC\u062F \u060C \u0627\u06AF\u0631 \u062E\u0627\u0644\u06CC \u0628\u0627\u0634\u062F \u0628\u0647 \u0645\u0639\u0646\u06CC \u0627\u06CC\u0646 \u0627\u0633\u062A \u06A9\u0647 \u062D\u0648\u0632\u0647 \u0627\u06CC \u0645\u0634\u062E\u0635 \u0646\u0634\u062F\u0647 \u0627\u0633\u062A",mouseHoverCustomKeyDescription:"\u0634\u0645\u0627 \u0645\u06CC \u062A\u0648\u0627\u0646\u06CC\u062F \u06CC\u06A9 \u0645\u06CC\u0627\u0646\u0628\u0631 \u062A\u0631\u06A9\u06CC\u0628\u06CC \u0633\u0641\u0627\u0631\u0634\u06CC \u0628\u0631\u0627\u06CC \u0645\u0648\u0633 \u0631\u0627 \u062A\u0639\u0631\u06CC\u0641 \u06A9\u0646\u06CC\u062F\u060C \u0645\u0627\u0646\u0646\u062F: Alt+Z\u060C Ctrl+E\u060C Cmd+Alt+E \u06CC\u0627 \u0641\u0642\u0637 Cmd\u060C \u0644\u0637\u0641\u0627 \u0628\u0647 \u0635\u0648\u0631\u062A \u062F\u0633\u062A\u06CC \u062F\u0627\u062E\u0644 \u06A9\u0646\u06CC\u062F.","floatBall.guideClickToTranslate":`\u0628\u0627 \u06A9\u0644\u06CC\u06A9 \u06A9\u0631\u062F\u0646 \u0628\u0631 \u0631\u0648\u06CC \u062A\u0648\u067E \u0634\u0646\u0627\u0648\u0631 \u062A\u0631\u062C\u0645\u0647 \u0641\u0648\u0631\u06CC + {env.imt_sub_trans_field}: Traducci\xF3n`,"subtitle.quickButton.cyan":"Azul","subtitle.quickButton.backgroundColor":"color de fondo","subtitle.quickButton.blue":"azul","subtitle.quickButton.translationTextColor":"Color de fuente de traducci\xF3n","subtitle.quickButton.translationPosition":"Posici\xF3n de traducci\xF3n","subtitle.quickButton.translationFontSize":"Tama\xF1o de fuente de traducci\xF3n","subtitle.quickButton.translationPositionBottom":"Debajo del texto original","subtitle.quickButton.sourceFontSize":"Tama\xF1o original de la fuente","subtitle.quickButton.green":"Verde","subtitle.quickButton.white":"blanco","subtitle.quickButton.red":"Rojo","subtitle.quickButton.magenta":"Magenta","translationServices.claude":"Claude","subtitle.quickButton.setting":"Configuraci\xF3n","subtitle.quickButton.yellow":"amarillo","subtitle.quickButton.backgroundOpacity":"Opacidad de fondo","subtitle.quickButton.black":"negro","subtitle.quickButton.sourceTextColor":"Color original de la fuente","subtitle.quickButton.translationPositionTop":"En la parte superior del texto original",attachSubtitleTranslating:"Usando {service} para traducir...","error.claude.403":"No tiene permiso para acceder al servicio, puede estar relacionado con las restricciones de \xE1rea de Claude, puede intentar cambiar su direcci\xF3n IP o usar otros servicios de traducci\xF3n.","browser.brandDescriptionForSafari":"\u3010Traducci\xF3n inmersiva\u3011Un complemento de traducci\xF3n de p\xE1ginas web biling\xFCe (original/traducci\xF3n) gratuito que tambi\xE9n soporta la traducci\xF3n de PDF y libros electr\xF3nicos EPUB manteniendo el formato original del documento, la traducci\xF3n de subt\xEDtulos biling\xFCes de videos en l\xEDnea como Youtube/Netflix, y soporta servicios de traducci\xF3n principales como Deepl/Google;","browser.PdfProFile":"AI impulsado por PDF Pro traducci\xF3n","browser.textTranslate":"Traducci\xF3n de texto"};var bh={nologin:"\u0648\u0627\u0631\u062F \u0646\u0634\u062F\u0647 \u0627\u06CC\u062F",loginForSafari:"\u0648\u0627\u0631\u062F \u0634\u0648\u06CC\u062F \u06CC\u0627 \u062B\u0628\u062A \u0646\u0627\u0645 \u06A9\u0646\u06CC\u062F",login:"\u767B\u5F55",manageAccount:"\u0645\u062F\u06CC\u0631\u06CC\u062A \u062D\u0633\u0627\u0628",openPremium:"\u0639\u0636\u0648\u06CC\u062A",logout:"\u062A\u0631\u06A9 \u06A9\u0631\u062F\u0646",curentPlan:"\u0628\u0633\u062A\u0647 \u0641\u0639\u0644\u06CC",endAt:"\u0628\u0644\u0648\u063A",endAuto:"\u062A\u0645\u062F\u06CC\u062F \u062E\u0648\u062F\u06A9\u0627\u0631",lineBreakMaxTextCount:"\u062D\u062F\u0627\u06A9\u062B\u0631 \u062A\u0639\u062F\u0627\u062F \u06A9\u0627\u0631\u0627\u06A9\u062A\u0631\u0647\u0627\u06CC \u0645\u062C\u0627\u0632 \u062F\u0631 \u0647\u0631 \u062C\u0645\u0644\u0647 \u067E\u0633 \u0627\u0632 \u0634\u06A9\u0633\u062A \u062E\u0637","translate-pdf":"\u0628\u0631\u0627\u06CC \u062A\u0631\u062C\u0645\u0647 PDF \u06A9\u0644\u06CC\u06A9 \u06A9\u0646\u06CC\u062F","noSupportTranslate-pdf":"\u0627\u0633\u06A9\u0631\u06CC\u067E\u062A \u067E\u0634\u062A\u06CC\u0628\u0627\u0646\u06CC \u0646\u0645\u06CC \u0634\u0648\u062F\u060C \u0644\u0637\u0641\u0627 \u0627\u0632 \u0627\u0641\u0632\u0648\u0646\u0647 \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u06A9\u0646\u06CC\u062F","translate-firefox-local-pdf":"\u0628\u0631\u0627\u06CC \u0628\u0627\u0631\u06AF\u06CC\u0631\u06CC PDF \u06A9\u0644\u06CC\u06A9 \u06A9\u0646\u06CC\u062F",enableLineBreak:"\u0641\u0639\u0627\u0644 \u06A9\u0631\u062F\u0646 \u0634\u06A9\u0633\u062A \u062E\u0637 \u062E\u0648\u062F\u06A9\u0627\u0631 \u0628\u0646\u062F \u0628\u0644\u0646\u062F",sponsorLabel:"\u062D\u0627\u0645\u06CC\u0627\u0646 \u062A\u0648\u0633\u0639\u0647\u200C\u062F\u0647\u0646\u062F\u06AF\u0627\u0646 \u0628\u0627 \u0634\u0631\u0648\u0639 \u0627\u0632 1 \u062F\u0644\u0627\u0631",help:"\u06A9\u0645\u06A9",browserShortcutsNoteForFirefox:"\u0628\u0631\u0627\u06CC \u062A\u063A\u06CC\u06CC\u0631 \u06A9\u0644\u06CC\u062F\u0647\u0627\u06CC \u0645\u06CC\u0627\u0646\u0628\u0631 \u062F\u0631 \u0645\u0631\u0648\u0631\u06AF\u0631 \u0641\u0627\u06CC\u0631\u0641\u0627\u06A9\u0633\u060C \u0628\u0627\u06CC\u062F \u0628\u0631\u06AF\u0647 \u0645\u062F\u06CC\u0631\u06CC\u062A \u0627\u0641\u0632\u0648\u0646\u0647\u200C\u0647\u0627 (about:addons) \u0631\u0627 \u0628\u0627\u0632 \u06A9\u0646\u06CC\u062F\u060C \u0633\u067E\u0633 \u0631\u0648\u06CC \xAB\u062A\u0646\u0638\u06CC\u0645\u0627\u062A\xBB \u06A9\u0644\u06CC\u06A9 \u06A9\u0646\u06CC\u062F \u0648 \u0633\u067E\u0633 \u0628\u0631\u0627\u06CC \u062A\u0646\u0638\u06CC\u0645 \u0631\u0648\u06CC \xAB\u0645\u062F\u06CC\u0631\u06CC\u062A \u06A9\u0644\u06CC\u062F\u0647\u0627\u06CC \u0645\u06CC\u0627\u0646\u0628\u0631\xBB \u06A9\u0644\u06CC\u06A9 \u06A9\u0646\u06CC\u062F",browserShortcutsNoteForChrome:"\u0628\u0631\u0627\u06CC \u0645\u0631\u0648\u0631\u06AF\u0631\u0647\u0627\u06CC Chrome \u0645\u0627\u0646\u0646\u062F\u060C \u0628\u0627\u06CC\u062F \u0628\u0631\u06AF\u0647 \u0645\u062F\u06CC\u0631\u06CC\u062A \u0627\u0641\u0632\u0648\u0646\u0647\u200C\u0647\u0627 \u0631\u0627 \u0628\u0631\u0627\u06CC \u062A\u063A\u06CC\u06CC\u0631 \u06A9\u0644\u06CC\u062F\u0647\u0627\u06CC \u0645\u06CC\u0627\u0646\u0628\u0631 \u0628\u0627\u0632 \u06A9\u0646\u06CC\u062F\u060C \u0622\u0646 \u0631\u0627 \u062F\u0631 \u062F\u0631\u06AF\u0627\u0647 \xAB\u0645\u062F\u06CC\u0631\u06CC\u062A \u06A9\u0644\u06CC\u062F\u0647\u0627\u06CC \u0645\u06CC\u0627\u0646\u0628\u0631\xBB (chrome://extensions/shortcuts) \u062A\u0646\u0638\u06CC\u0645 \u06A9\u0646\u06CC\u062F. \u0631\u0648\u06CC \u062F\u06A9\u0645\u0647 \u0632\u06CC\u0631 \u06A9\u0644\u06CC\u06A9 \u06A9\u0646\u06CC\u062F \u062A\u0627 \u0628\u0647 \u0628\u0631\u06AF\u0647 \u0645\u062F\u06CC\u0631\u06CC\u062A \u06A9\u0644\u06CC\u062F \u0645\u06CC\u0627\u0646\u0628\u0631 \u0628\u0631\u0648\u06CC\u062F.",browserShortcutsSucks:"\u0641\u0631\u0645\u062A \u06A9\u0644\u06CC\u062F \u0645\u06CC\u0627\u0646\u0628\u0631 \u0633\u0641\u0627\u0631\u0634\u06CC (\u0628\u062F\u0648\u0646 \u062A\u0634\u062E\u06CC\u0635 \u062E\u0648\u062F\u06A9\u0627\u0631\u060C \u0644\u0637\u0641\u0627 \u0645\u0633\u062A\u0642\u06CC\u0645\u0627 \u0648\u0627\u0631\u062F \u06A9\u0646\u06CC\u062F)\uFF1A\u0627\u0633\u062A",enableLineBreakDescription:"\u0648\u0642\u062A\u06CC \u0641\u0639\u0627\u0644 \u0628\u0627\u0634\u062F\u060C \u06CC\u06A9 \u0634\u06A9\u0633\u062A \u062E\u0637 \u062F\u0631 \u067E\u0627\u06CC\u0627\u0646 \u0647\u0631 \u062C\u0645\u0644\u0647 \u062F\u0631 \u06CC\u06A9 \u0628\u0646\u062F \u0628\u0644\u0646\u062F \u0628\u0631\u0627\u06CC \u062A\u0633\u0647\u06CC\u0644 \u062E\u0648\u0627\u0646\u062F\u0646 \u0627\u0639\u0645\u0627\u0644 \u0645\u06CC \u0634\u0648\u062F","browser.shortBrandName":"\u062A\u0631\u062C\u0645\u0647 \u0647\u0645\u0647\u062C\u0627\u0646\u0628\u0647","browser.brandName":"\u062A\u0631\u062C\u0645\u0647 \u0647\u0645\u0647\u200C\u062C\u0627\u0646\u0628\u0647","browser.brandDescription":"Web bilingual translation, completely free to use, supports Deepl/Google/Bing/Tencent/Youdao, etc.","browser.toggleTranslatePage":"\u062A\u0631\u062C\u0645\u0647 \u062A\u0627\u0631\u0646\u0645\u0627/\u0646\u0645\u0627\u06CC\u0634 \u0645\u062A\u0646 \u0627\u0635\u0644\u06CC","browser.toggleTranslateTheWholePage":"\u062A\u0631\u062C\u0645\u0647 \u062A\u0645\u0627\u0645 \u0628\u0631\u06AF\u0647/\u0646\u0645\u0627\u06CC\u0634 \u0645\u062A\u0646 \u0627\u0635\u0644\u06CC","browser.toggleOnlyTransation":"\u062A\u063A\u06CC\u06CC\u0631 \u0628\u0647 \u062D\u0627\u0644\u062A \u062F\u0648\u0632\u0628\u0627\u0646\u0647 / \u0641\u0642\u0637 \u0645\u062A\u0646 \u062A\u0631\u062C\u0645\u0647 \u0634\u062F\u0647","browser.toggleTranslateToThePageEndImmediately":"\u0627\u0632 \u0627\u0646\u062A\u0647\u0627\u06CC \u0628\u0631\u06AF\u0647 \u062A\u0631\u062C\u0645\u0647 \u06A9\u0646\u06CC\u062F/\u0646\u0645\u0627\u06CC\u0634 \u0645\u062A\u0646 \u0627\u0635\u0644\u06CC","browser.toggleTranslateTheMainPage":"\u062A\u0631\u062C\u0645\u0647 \u0642\u0633\u0645\u062A\u200C\u0647\u0627\u06CC \u0627\u0635\u0644\u06CC \u0628\u0631\u06AF\u0647/\u0646\u0645\u0627\u06CC\u0634 \u0645\u062A\u0646 \u0627\u0635\u0644\u06CC","browser.shareToDraft":"\u0627\u0634\u062A\u0631\u0627\u06A9\u200C\u06AF\u0630\u0627\u0631\u06CC \u0635\u0641\u062D\u0647 \u062F\u0648\u0632\u0628\u0627\u0646\u0647","browser.openOptionsPage":"\u0628\u0631\u06AF\u0647 \u062A\u0646\u0638\u06CC\u0645\u0627\u062A \u0631\u0627 \u0628\u0627\u0632 \u06A9\u0646\u06CC\u062F","browser.toggleTranslationMask":"\u0646\u0645\u0627\u06CC\u0634/\u067E\u0646\u0647\u0627\u0646 \u06A9\u0631\u062F\u0646 \u062C\u0644\u0648\u0647 \u062A\u0627\u0631\u06CC \u062A\u0631\u062C\u0645\u0647","browser.translateLocalPdfFile":"\u062A\u0631\u062C\u0645\u0647 \u067E\u0631\u0648\u0646\u062F\u0647 PDF \u0645\u062D\u0644\u06CC","browser.openEbookViewer":"\u06A9\u062A\u0627\u0628 \u0647\u0627\u06CC \u0627\u0644\u06A9\u062A\u0631\u0648\u0646\u06CC\u06A9\u06CC \u0645\u062D\u0644\u06CC \u0631\u0627 \u0628\u062E\u0648\u0627\u0646\u06CC\u062F","browser.openEbookBuilder":"\u06A9\u062A\u0627\u0628 \u0647\u0627\u06CC \u0627\u0644\u06A9\u062A\u0631\u0648\u0646\u06CC\u06A9\u06CC \u062F\u0648 \u0632\u0628\u0627\u0646\u0647 EPUB \u0627\u06CC\u062C\u0627\u062F \u06A9\u0646\u06CC\u062F","browser.translateLocalHtmlFile":"\u7FFB\u8BD1\u672C\u5730 HTML \u6587\u4EF6","browser.donateContext":"\u0628\u0627 \u0645\u0632\u0627\u06CC\u0627\u06CC \u062D\u0645\u0627\u06CC\u062A \u0645\u0627\u0644\u06CC \u0622\u0634\u0646\u0627 \u0634\u0648\u06CC\u062F","browser.translateLocalSubtitleFile":"\u0641\u0627\u06CC\u0644 \u0647\u0627\u06CC \u0632\u06CC\u0631\u0646\u0648\u06CC\u0633 \u0645\u062D\u0644\u06CC \u0631\u0627 \u062A\u0631\u062C\u0645\u0647 \u06A9\u0646\u06CC\u062F",confirmResetConfig:"\u0622\u06CC\u0627 \u0645\u0637\u0645\u0626\u0646 \u0647\u0633\u062A\u06CC\u062F \u06A9\u0647 \u0645\u06CC\u200C\u062E\u0648\u0627\u0647\u06CC\u062F \u062A\u0646\u0638\u06CC\u0645\u0627\u062A \u0631\u0627 \u0628\u0627\u0632\u0646\u0634\u0627\u0646\u06CC \u06A9\u0646\u06CC\u062F\u061F",translationLineBreakSettingTitle:"\u062A\u0646\u0638\u06CC\u0645\u0627\u062A \u0628\u0633\u062A\u0647 \u0628\u0646\u062F\u06CC \u062E\u0637 \u062A\u0631\u062C\u0645\u0647",smartLineBreak:"\u0628\u0633\u062A\u0647 \u0628\u0646\u062F\u06CC \u062E\u0637 \u0647\u0648\u0634\u0645\u0646\u062F",alwaysLineBreak:"\u0647\u0645\u06CC\u0634\u0647 \u0628\u067E\u06CC\u0686\u06CC\u062F",isShowContextMenu:"\u521B\u5EFA\u53F3\u952E\u83DC\u5355",toggleBeta:"\u0648\u06CC\u0698\u06AF\u06CC \u0647\u0627\u06CC \u0622\u0632\u0645\u0627\u06CC\u0634 \u0628\u062A\u0627 \u0631\u0627 \u0641\u0639\u0627\u0644 \u06A9\u0646\u06CC\u062F",betaDescription:"\u0648\u06CC\u0698\u06AF\u06CC\u200C\u0647\u0627\u06CC\u06CC \u0631\u0627 \u06A9\u0647 \u0647\u0646\u0648\u0632 \u0622\u0632\u0645\u0627\u06CC\u0634\u06CC \u0647\u0633\u062A\u0646\u062F \u0648 \u0647\u0645\u0686\u0646\u06CC\u0646 \u062E\u062F\u0645\u0627\u062A \u062A\u0631\u062C\u0645\u0647 \u0631\u0627 \u062F\u0631 \u0622\u0632\u0645\u0627\u06CC\u0634 \u0641\u0639\u0627\u0644 \u06A9\u0646\u06CC\u062F. \u0639\u0636\u0648<1>\u06AF\u0631\u0648\u0647 \u062A\u0644\u06AF\u0631\u0627\u0645 \u0634\u0648\u06CC\u062F \u0628\u06CC\u0634\u062A\u0631 \u0628\u062F\u0627\u0646\u06CC\u062F.",translationLineBreakSettingDescription:"\u5BF9\u4E8E\u8BD1\u6587\u7684\u4F4D\u7F6E\uFF1A\u603B\u662F\u6362\u884C/\u667A\u80FD\u6362\u884C\uFF08\u5F53\u6BB5\u843D\u591A\u4E8E{count}\u4E2A\u5B57\u7B26\u624D\u6362\u884C\u663E\u793A\u8BD1\u6587\uFF09",tempTranslateDomainTitle:"\u0686\u0647 \u0645\u062F\u062A \u0628\u0631\u0627\u06CC \u0641\u0639\u0627\u0644 \u06A9\u0631\u062F\u0646 \u0645\u0648\u0642\u062A \u062A\u0631\u062C\u0645\u0647 \u0648\u0628 \u0633\u0627\u06CC\u062A",tempTranslateDomainDescription:"\u5F53\u624B\u52A8\u7FFB\u8BD1\u67D0\u4E2A\u7F51\u9875\u7684\u65F6\u5019\uFF0C\u4E34\u65F6\u5F00\u542F\u8BE5\u7F51\u7AD9\u4E3A\u81EA\u52A8\u7FFB\u8BD1",xMinutes:"{count} \u062F\u0642\u06CC\u0642\u0647",disabled:"\u063A\u06CC\u0631 \u0641\u0639\u0627\u0644 \u06A9\u0631\u062F\u0646",changelog:"\u062A\u063A\u06CC\u06CC\u0631 \u06AF\u0632\u0627\u0631\u0634",toggleTranslatePageWhenThreeFingersOnTheScreen:"\u0628\u0631\u0627\u06CC \u062A\u0631\u062C\u0645\u0647 \u0635\u0641\u062D\u0647 \u0648\u0628/\u0646\u0645\u0627\u06CC\u0634 \u0645\u062A\u0646 \u0627\u0635\u0644\u06CC\u060C \u0647\u0645\u0632\u0645\u0627\u0646 \u0628\u0627 \u0686\u0646\u062F\u06CC\u0646 \u0627\u0646\u06AF\u0634\u062A \u0635\u0641\u062D\u0647 \u0631\u0627 \u0644\u0645\u0633 \u06A9\u0646\u06CC\u062F",toggleTranslationMaskWhenThreeFingersOnTheScreen:"\u0686\u0646\u062F\u06CC\u0646 \u0627\u0646\u06AF\u0634\u062A \u0631\u0627 \u0628\u0647 \u0637\u0648\u0631 \u0647\u0645\u0632\u0645\u0627\u0646 \u0644\u0645\u0633 \u06A9\u0646\u06CC\u062F \u062A\u0627 \u062C\u0644\u0648\u0647 \u062A\u0627\u0631\u06CC \u062A\u0631\u062C\u0645\u0647 \u0646\u0634\u0627\u0646 \u062F\u0627\u062F\u0647 \u06CC\u0627 \u067E\u0646\u0647\u0627\u0646 \u0634\u0648\u062F",fingerCountToToggleTranslagePageOnlyTranslationWhenTouching:"\u0628\u0631\u0627\u06CC \u062A\u0631\u062C\u0645\u0647 \u0635\u0641\u062D\u0647 \u0648\u0628 (\u0641\u0642\u0637 \u062A\u0631\u062C\u0645\u0647)/\u0646\u0645\u0627\u06CC\u0634 \u0645\u062A\u0646 \u0627\u0635\u0644\u06CC \u0628\u0627 \u0686\u0646\u062F\u06CC\u0646 \u0627\u0646\u06AF\u0634\u062A \u0647\u0645\u0632\u0645\u0627\u0646 \u0635\u0641\u062D\u0647 \u0631\u0627 \u0644\u0645\u0633 \u06A9\u0646\u06CC\u062F",addUrlDescription:"\u0627\u06CC\u0646 \u0645\u06CC \u062A\u0648\u0627\u0646\u062F \u06CC\u06A9 \u0646\u0627\u0645 \u062F\u0627\u0645\u0646\u0647 \u0628\u0627\u0634\u062F \u0648 \u0627\u0632 \u062D\u0631\u0648\u0641 \u0639\u0627\u0645 \u067E\u0634\u062A\u06CC\u0628\u0627\u0646\u06CC \u0645\u06CC \u06A9\u0646\u062F\u060C \u0645\u0627\u0646\u0646\u062F\uFF1A*.google.com\u060C google.com/mail/*\u060C https://www.google.com/*",general:"\u062A\u0646\u0638\u06CC\u0645\u0627\u062A \u067E\u0627\u06CC\u0647",clickToExpandConfig:"\u06AF\u0633\u062A\u0631\u0634 \u067E\u06CC\u06A9\u0631\u0628\u0646\u062F\u06CC \u0641\u0639\u0644\u06CC",import:"\u4ECE\u6587\u4EF6\u5BFC\u5165\u914D\u7F6E",export:"\u0635\u0627\u062F\u0631\u0627\u062A \u0628\u0647 \u0641\u0627\u06CC\u0644",toggleDebug:"\u06AF\u0632\u0627\u0631\u0634 \u0647\u0627\u06CC \u0627\u0634\u06A9\u0627\u0644 \u0632\u062F\u0627\u06CC\u06CC \u0631\u0627 \u0631\u0648\u06CC \u06A9\u0646\u0633\u0648\u0644 \u0686\u0627\u067E \u06A9\u0646\u06CC\u062F","fingers.0":"\u0628\u0633\u062A\u0647","fingers.2":"\u0644\u0645\u0633 \u062F\u0648 \u0627\u0646\u06AF\u0634\u062A\u06CC","fingers.3":"\u0644\u0645\u0633 \u0633\u0647 \u0627\u0646\u06AF\u0634\u062A","fingers.4":"\u0644\u0645\u0633 \u0686\u0647\u0627\u0631 \u0627\u0646\u06AF\u0634\u062A","fingers.5":"\u0644\u0645\u0633 \u067E\u0646\u062C \u0627\u0646\u06AF\u0634\u062A",mouseHoldKey:"+ {key} \u0627\u06CC\u0646 \u067E\u0627\u0631\u0627\u06AF\u0631\u0627\u0641 \u0631\u0627 \u062A\u0631\u062C\u0645\u0647/\u0628\u0627\u0632\u06CC\u0627\u0628\u06CC \u06A9\u0646\u06CC\u062F",mouseHoldKeyAuto:"\u0627\u06CC\u0646 \u067E\u0627\u0631\u0627\u06AF\u0631\u0627\u0641 \u0631\u0627 \u0645\u0633\u062A\u0642\u06CC\u0645\u0627\u064B \u062A\u0631\u062C\u0645\u0647 \u06A9\u0646\u06CC\u062F",mouseHoldKeyOff:"\u0647\u06CC\u0686 \u06A9\u0627\u0631\u06CC \u0646\u06A9\u0646",mouseHoldKeyOther:"\u06A9\u0644\u06CC\u062F\u0647\u0627\u06CC \u0645\u06CC\u0627\u0646\u0628\u0631 \u0633\u0641\u0627\u0631\u0634\u06CC (\u062A\u0646\u0638\u06CC\u0645\u0627\u062A \u0628\u0627\u0632)",mouseHoldKeyCustomKey:"0 \u0627\u06CC\u0646 \u067E\u0627\u0631\u0627\u06AF\u0631\u0627\u0641 \u0631\u0627 {key} / \u0628\u0627\u0632\u06CC\u0627\u0628\u06CC \u06A9\u0646\u06CC\u062F",mouseHoverHoldKey:"\u0645\u0627\u0648\u0633 \u0631\u0627 \u0646\u06AF\u0647 \u062F\u0627\u0631\u06CC\u062F \u0648 \u06A9\u0644\u06CC\u062F \u0645\u06CC\u0627\u0646\u0628\u0631 \u0631\u0627 \u0641\u0634\u0627\u0631 \u062F\u0647\u06CC\u062F \u062A\u0627 \u067E\u0627\u0631\u0627\u06AF\u0631\u0627\u0641 \u062A\u0631\u062C\u0645\u0647 \u0634\u0648\u062F","mouse-translate":"MouseTranslateWhen",document:"\u0633\u0646\u062F",resetSuccess:"\u0647\u0645\u0647 \u062A\u0646\u0638\u06CC\u0645\u0627\u062A \u0628\u0627 \u0645\u0648\u0641\u0642\u06CC\u062A \u0628\u0627\u0632\u0646\u0634\u0627\u0646\u06CC \u0634\u062F",resetThisSuccess:"\u0628\u0627\u0632\u0646\u0634\u0627\u0646\u06CC \u0628\u0627 \u0645\u0648\u0641\u0642\u06CC\u062A \u0627\u0646\u062C\u0627\u0645 \u0634\u062F",saved:"\u0628\u0627 \u0645\u0648\u0641\u0642\u06CC\u062A \u0630\u062E\u06CC\u0631\u0647 \u0634\u062F",successImportConfig:"\u067E\u06CC\u06A9\u0631\u0628\u0646\u062F\u06CC \u0628\u0627 \u0645\u0648\u0641\u0642\u06CC\u062A \u0648\u0627\u0631\u062F \u0634\u062F",goAdvancedSettings:"\u0628\u0647 \u0635\u0641\u062D\u0647 \u062A\u0646\u0638\u06CC\u0645\u0627\u062A \u067E\u06CC\u0634\u0631\u0641\u062A\u0647 \u0628\u0631\u0648\u06CC\u062F",goAdvancedInterfaceSettings:"\u0628\u0647 \u0635\u0641\u062D\u0647 \u062A\u0646\u0638\u06CC\u0645\u0627\u062A \u0633\u0641\u0627\u0631\u0634\u06CC \u0633\u0627\u0632\u06CC \u067E\u06CC\u0634\u0631\u0641\u062A\u0647 \u0628\u0631\u0648\u06CC\u062F",advanced:"\u062A\u0646\u0638\u06CC\u0645\u0627\u062A \u067E\u06CC\u0634\u0631\u0641\u062A\u0647",advancedDescription:"\u0628\u0647 \u0637\u0648\u0631 \u06A9\u0644\u06CC\u060C \u0647\u06CC\u0686 \u062A\u0646\u0638\u06CC\u0645\u06CC \u0644\u0627\u0632\u0645 \u0646\u06CC\u0633\u062A\u060C \u0641\u0642\u0637 \u067E\u06CC\u0634 \u0641\u0631\u0636 \u0631\u0627 \u062D\u0641\u0638 \u06A9\u0646\u06CC\u062F. \u0641\u0642\u0637 \u0628\u0631\u0627\u06CC \u06A9\u0627\u0631\u0628\u0631\u0627\u0646 \u062D\u0631\u0641\u0647 \u0627\u06CC \u062A\u0631\u060C \u062A\u0646\u0638\u06CC\u0645\u0627\u062A \u0634\u062E\u0635\u06CC \u062A\u0631 \u0627\u0631\u0627\u0626\u0647 \u0634\u062F\u0647 \u0627\u0633\u062A.",developer:"\u062A\u0646\u0638\u06CC\u0645\u0627\u062A \u0628\u0631\u0646\u0627\u0645\u0647 \u0646\u0648\u06CC\u0633",donateCafe:"\u8BF7\u5F00\u53D1\u8005\u559D\u676F\u5496\u5561","translate to the bottom of the page":"\u6253\u5F00\u7F51\u9875\u540E\uFF0C\u662F\u5426\u7ACB\u5373\u7FFB\u8BD1\u5230\u9875\u9762\u5E95\u90E8\uFF1F",feedback:"\u0628\u0627\u0632\u062E\u0648\u0631\u062F",toggleTranslatePage:"\u062A\u0631\u062C\u0645\u0647 \u0635\u0641\u062D\u0647 \u0648\u0628/\u0646\u0645\u0627\u06CC\u0634 \u0645\u062A\u0646 \u0627\u0635\u0644\u06CC",translateToThePageEndImmediatelyDescription:"\u5F00\u542F\u540E\uFF0C\u5C06\u4F1A\u7ACB\u5373\u7FFB\u8BD1\u7F51\u9875\u4ECE\u9876\u90E8\u5230\u5E95\u90E8\u7684\u5185\u5BB9\uFF0C\u800C\u4E0D\u662F\u8FB9\u770B\u8FB9\u8BD1\u3002\uFF08\u4E0D\u63A8\u8350\u5F00\u542F\uFF09","translate all areas of the page":"\u0622\u06CC\u0627 \u0628\u0631\u0627\u06CC \u062A\u0631\u062C\u0645\u0647 \u0647\u0645\u0647 \u0642\u0633\u0645\u062A \u0647\u0627\u06CC \u0635\u0641\u062D\u0647 \u0648\u0628",translationAreaDescription:"\u5F00\u542F\u540E\uFF0C\u6574\u4E2A\u7F51\u9875\u7684\u533A\u57DF\u90FD\u4F1A\u88AB\u7FFB\u8BD1\uFF0C\u800C\u4E0D\u662F\u9ED8\u8BA4\u7684\u667A\u80FD\u8BC6\u522B\u4E3B\u8981\u533A\u57DF\u53BB\u7FFB\u8BD1\uFF08\u4E0D\u63A8\u8350\u5F00\u542F\uFF09","the number of characters to be translated first":"\u524D\u591A\u5C11\u4E2A\u5B57\u7B26\u65E0\u9700\u7B49\u5F85\u6EDA\u52A8\u5230\u53EF\u89C6\u533A\u57DF\uFF0C\u76F4\u63A5\u7FFB\u8BD1\uFF1F","interface language":"\u0632\u0628\u0627\u0646 \u0631\u0627\u0628\u0637","display both the original text and the translation":"\u0646\u0645\u0627\u06CC\u0634 \u0645\u062A\u0646 \u0627\u0635\u0644\u06CC \u0648 \u062A\u0631\u062C\u0645\u0647 \u0628\u0647 \u0637\u0648\u0631 \u0647\u0645\u0632\u0645\u0627\u0646","keyboard shortcuts":"\u0645\u06CC\u0627\u0646\u0628\u0631\u0647\u0627\u06CC \u0635\u0641\u062D\u0647 \u06A9\u0644\u06CC\u062F",modify:"\u06A9\u0644\u06CC\u062F\u0647\u0627\u06CC \u0645\u06CC\u0627\u0646\u0628\u0631 \u0631\u0627 \u062A\u063A\u06CC\u06CC\u0631 \u062F\u0647\u06CC\u062F",reset:"\u062A\u0646\u0638\u06CC\u0645 \u0645\u062C\u062F\u062F",close:"\u0628\u0633\u062A\u0647",homepage:"\u0635\u0641\u062D\u0647 \u0646\u062E\u0633\u062A",more:"\u0628\u06CC\u0634\u062A\u0631",moreOptions:"\u06AF\u0632\u06CC\u0646\u0647 \u0647\u0627\u06CC \u0633\u0641\u0627\u0631\u0634\u06CC \u0633\u0627\u0632\u06CC \u0628\u06CC\u0634\u062A\u0631\u06CC \u0631\u0627 \u06AF\u0633\u062A\u0631\u0634 \u062F\u0647\u06CC\u062F",translateTheWholePage:"\u062A\u0631\u062C\u0645\u0647 \u062A\u0645\u0627\u0645 \u0642\u0633\u0645\u062A\u200C\u0647\u0627\u06CC \u0635\u0641\u062D\u0647 (\u0645\u062A\u0641\u0627\u0648\u062A \u0627\u0632 \u0642\u0633\u0645\u062A\u200C\u0647\u0627\u06CC \u0627\u0635\u0644\u06CC \u062A\u0634\u062E\u06CC\u0635 \u0647\u0648\u0634\u0645\u0646\u062F)",changeToTranslateTheWholePage:"\u5207\u6362\u4E3A\u7FFB\u8BD1\u9875\u9762\u6240\u6709\u533A\u57DF",changeToTranslateTheMainPage:"\u5207\u6362\u4E3A\u667A\u80FD\u7FFB\u8BD1\u4E3B\u8981\u533A\u57DF",changeToOnlyTranslationMode:"\u0628\u0647 \u0646\u0645\u0627\u06CC\u0634 \u0641\u0642\u0637 \u062A\u0631\u062C\u0645\u0647 \u0647\u0627 \u0628\u0631\u0648\u06CC\u062F",changeToDualTranslationMode:"\u0628\u0647 \u062A\u0631\u062C\u0645\u0647 \u062F\u0648 \u0632\u0628\u0627\u0646\u0647 \u0628\u0631\u0648\u06CC\u062F",translateToThePageEndImmediately:"\u7ACB\u5373\u7FFB\u8BD1\u5230\u9875\u9762\u5E95\u90E8\uFF08\u533A\u522B\u4E8E\u6EDA\u52A8\u7FFB\u8BD1\uFF09",translateTheMainPage:"\u0632\u0645\u06CC\u0646\u0647 \u0647\u0627\u06CC \u0627\u0635\u0644\u06CC \u062A\u0631\u062C\u0645\u0647 \u0647\u0648\u0634\u0645\u0646\u062F","The local rules are up to date":"\u0642\u0648\u0627\u0646\u06CC\u0646 \u0633\u0627\u0632\u06AF\u0627\u0631\u06CC \u0645\u062D\u0644\u06CC \u0628\u0647 \u0631\u0648\u0632 \u0647\u0633\u062A\u0646\u062F:","Successfully synchronized with the latest official rules:":"\u0622\u062E\u0631\u06CC\u0646 \u0642\u0648\u0627\u0646\u06CC\u0646 \u0627\u0646\u0637\u0628\u0627\u0642 \u0631\u0633\u0645\u06CC \u0628\u0627 \u0645\u0648\u0641\u0642\u06CC\u062A \u0647\u0645\u06AF\u0627\u0645 \u0633\u0627\u0632\u06CC \u0634\u062F:","Checking for updates":"\u0628\u0631\u0631\u0633\u06CC \u0628\u0647 \u0631\u0648\u0632 \u0631\u0633\u0627\u0646\u06CC","Rules are being synchronized":"\u0647\u0645\u06AF\u0627\u0645 \u0633\u0627\u0632\u06CC \u0642\u0648\u0627\u0646\u06CC\u0646 \u0633\u0627\u0632\u06AF\u0627\u0631\u06CC",localVersionIsTooOld:"\u672C\u5730\u6269\u5C55\u7248\u672C\u8FC7\u65E7\uFF0C\u8BF7\u5347\u7EA7\u6269\u5C55\u5230 {minVersion} \u6216\u4E4B\u540E\u7684\u7248\u672C\u518D\u5C1D\u8BD5\u540C\u6B65",badUserscriptBrowser:"\u8BE5\u6D4F\u89C8\u5668\u672A\u6B63\u786E\u5B9E\u73B0\u6CB9\u7334\u7684\u63A5\u53E3\uFF0C\u8BF7\u4F7F\u7528\u5176\u4ED6<1>\u652F\u6301\u6CB9\u7334\u7684\u6D4F\u89C8\u5668\u5982(Firefox Nightly \u7248\u672C)",foundNewVersion:"\u0646\u0633\u062E\u0647 \u062C\u062F\u06CC\u062F \u067E\u06CC\u062F\u0627 \u0634\u062F",theLocalExtensionIsUpToUpdate:"\u0627\u0641\u0632\u0648\u0646\u0647 \u0641\u0639\u0644\u06CC \u0622\u062E\u0631\u06CC\u0646 \u0646\u0633\u062E\u0647 \u0627\u0633\u062A.",failToSyncRules:"\u0647\u0645\u06AF\u0627\u0645 \u0633\u0627\u0632\u06CC \u0622\u062E\u0631\u06CC\u0646 \u0642\u0648\u0627\u0646\u06CC\u0646 \u0627\u0646\u0637\u0628\u0627\u0642 \u0627\u0646\u062C\u0627\u0645 \u0646\u0634\u062F",retry:"\u062C\u0647\u062A \u062A\u0644\u0627\u0634 \u062F\u0648\u0628\u0627\u0631\u0647 \u0627\u06CC\u0646\u062C\u0627 \u06A9\u0644\u06CC\u06A9 \u06A9\u0646\u06CC\u062F",failedReason:"\u062F\u0644\u06CC\u0644 \u0634\u06A9\u0633\u062A",currentRuleVersion:"\u0646\u0633\u062E\u0647 \u0642\u0627\u0646\u0648\u0646 \u0641\u0639\u0644\u06CC",calculating:"\u062F\u0631 \u062D\u0627\u0644 \u0645\u062D\u0627\u0633\u0628\u0647",unknownError:"\u0627\u0634\u062A\u0628\u0627\u0647 \u0646\u0627\u0634\u0646\u0627\u062E\u062A\u0647",canNotFetchRemoteRule:"\u0646\u0645\u06CC \u062A\u0648\u0627\u0646 \u0642\u0648\u0627\u0646\u06CC\u0646 \u0631\u0627\u0647 \u062F\u0648\u0631 \u0631\u0627 \u062F\u0631\u06CC\u0627\u0641\u062A \u06A9\u0631\u062F",enableAlphaSuccess:"\u062A\u0627\u0628\u0639 \u0622\u0644\u0641\u0627 \u0631\u0648\u0634\u0646 \u0634\u062F",disableAlphaSuccess:"\u0648\u06CC\u0698\u06AF\u06CC \u0622\u0644\u0641\u0627 \u062E\u0627\u0645\u0648\u0634 \u0634\u062F",cacheSize:"\u0627\u0646\u062F\u0627\u0632\u0647 \u06A9\u0634\uFF1A",cleaning:"\u062A\u0645\u06CC\u0632 \u06A9\u0631\u062F\u0646",cleanCache:"\u067E\u0627\u06A9 \u06A9\u0631\u062F\u0646 \u062D\u0627\u0641\u0638\u0647 \u067E\u0646\u0647\u0627\u0646",options:"\u0628\u0631\u067E\u0627\u06CC\u06CC",about:"\u062F\u0631 \u0628\u0627\u0631\u0647",service:"\u062E\u062F\u0645\u0627\u062A \u062A\u0631\u062C\u0645\u0647",needAction:"(\u0628\u0647 \u062A\u0646\u0638\u06CC\u0645\u0627\u062A \u0628\u0631\u0648\u06CC\u062F)",goSettings:"\u0628\u0647 \u062A\u0646\u0638\u06CC\u0645\u0627\u062A \u0628\u0631\u0648\u06CC\u062F",needActionForOptions:"(\u0646\u06CC\u0627\u0632 \u0628\u0647 \u062A\u0646\u0638\u06CC\u0645)",translationEngine:"\u06AF\u0632\u06CC\u0646\u0647 \u0647\u0627\u06CC \u0645\u0648\u062A\u0648\u0631",sourceLanguage:"\u0632\u0628\u0627\u0646 \u0627\u0635\u0644\u06CC",target:"\u0632\u0628\u0627\u0646 \u0645\u0642\u0635\u062F",popupSourceLanguage:"\u0632\u0628\u0627\u0646 \u0627\u0635\u0644\u06CC",popupTarget:"\u0632\u0628\u0627\u0646 \u0645\u0642\u0635\u062F",popupService:"\u062E\u062F\u0645\u0627\u062A \u062A\u0631\u062C\u0645\u0647",forThisSite:"\u0648\u0628 \u0633\u0627\u06CC\u062A \u0641\u0639\u0644\u06CC",autoEnableSubtitle:"\u0632\u06CC\u0631\u0646\u0648\u06CC\u0633\u200C\u0647\u0627\u06CC \u062F\u0648\u0632\u0628\u0627\u0646\u0647 \u0631\u0627 \u0628\u0647\u200C\u0637\u0648\u0631 \u062E\u0648\u062F\u06A9\u0627\u0631 \u0631\u0648\u0634\u0646 \u06A9\u0646\u06CC\u062F",alwaysTranslateSomeLanguage:"\u603B\u662F\u7FFB\u8BD1{language}",neverTranslateSomeLanguage:"\u6C38\u4E0D\u7FFB\u8BD1{language}",alwaysTranslateSomeSite:"\u0647\u0645\u06CC\u0634\u0647 {hostname}\u0631\u0627 \u062A\u0631\u062C\u0645\u0647 \u06A9\u0646\u06CC\u062F",neverTranslateSomeSite:"\u0647\u0631\u06AF\u0632 {hostname}\u0631\u0627 \u062A\u0631\u062C\u0645\u0647 \u0646\u06A9\u0646\u06CC\u062F",alwaysTranslateSomeSiteOrWildSite:"\u0647\u0645\u06CC\u0634\u0647 \u0627\u06CC\u0646 \u0633\u0627\u06CC\u062A \u0631\u0627 \u062A\u0631\u062C\u0645\u0647 \u06A9\u0646\u06CC\u062F",alwaysTranslateSomePage:"\u0647\u0645\u06CC\u0634\u0647 \u0627\u06CC\u0646 \u0635\u0641\u062D\u0647 \u0631\u0627 \u062A\u0631\u062C\u0645\u0647 \u06A9\u0646\u06CC\u062F",add:"\u0627\u0636\u0627\u0641\u0647 \u06A9\u0631\u062F\u0646 \u0628\u0647",default:"\u067E\u06CC\u0634 \u0641\u0631\u0636",forThisLanguage:"\u0628\u0631\u0627\u06CC \u0627\u06CC\u0646 \u0632\u0628\u0627\u0646\uFF1A","add url":"\u0622\u062F\u0631\u0633 \u0627\u06CC\u0646\u062A\u0631\u0646\u062A\u06CC \u0631\u0627 \u0648\u0627\u0631\u062F \u06A9\u0646\u06CC\u062F",edit:"\u0648\u06CC\u0631\u0627\u06CC\u0634 \u06A9\u0646\u06CC\u062F","translate other languages into specific language":"\u0632\u0628\u0627\u0646 \u0647\u0627\u06CC \u062F\u06CC\u06AF\u0631 \u0631\u0627 \u0628\u0647 \u0632\u0628\u0627\u0646\u06CC \u06A9\u0647 \u062A\u0646\u0638\u06CC\u0645 \u06A9\u0631\u062F\u0647 \u0627\u06CC\u062F \u062A\u0631\u062C\u0645\u0647 \u06A9\u0646\u06CC\u062F","select translation service":"\u062E\u062F\u0645\u0627\u062A \u062A\u0631\u062C\u0645\u0647 \u0631\u0627 \u0627\u0646\u062A\u062E\u0627\u0628 \u06A9\u0646\u06CC\u062F",language:"\u0632\u0628\u0627\u0646","show-original":"\u0646\u0645\u0627\u06CC\u0634 \u0645\u062A\u0646 \u0627\u0635\u0644\u06CC",translate:"\u062A\u0631\u062C\u0645\u0647 \u06A9\u0631\u062F\u0646",Translated:"\u062A\u0631\u062C\u0645\u0647 \u0634\u062F\u0647",Translating:"\u062F\u0631 \u062D\u0627\u0644 \u062A\u0631\u062C\u0645\u0647",Error:"\u0627\u0634\u062A\u0628\u0627\u0647",allowCacheTranslations:"\u0641\u0639\u0627\u0644 \u06A9\u0631\u062F\u0646 \u062D\u0627\u0641\u0638\u0647 \u067E\u0646\u0647\u0627\u0646 \u062A\u0631\u062C\u0645\u0647 \u0645\u062D\u0644\u06CC (\u0628\u0631\u0627\u06CC \u06A9\u0627\u0647\u0634 \u062F\u0631\u062E\u0648\u0627\u0633\u062A \u0647\u0627\u06CC \u062A\u0631\u062C\u0645\u0647 \u0628\u0631\u0627\u06CC \u067E\u0627\u0631\u0627\u06AF\u0631\u0627\u0641 \u0647\u0627\u06CC \u062A\u06A9\u0631\u0627\u0631\u06CC)","translation display":"\u0633\u0628\u06A9 \u0646\u0645\u0627\u06CC\u0634 \u062A\u0631\u062C\u0645\u0647","select diplay style":"\u0633\u0628\u06A9 \u062A\u0631\u062C\u0645\u0647 \u0631\u0627 \u0645\u062A\u0645\u0627\u06CC\u0632 \u06A9\u0646\u06CC\u062F. \u0644\u0637\u0641\u0627\u064B \u0628\u0631\u0627\u06CC \u062C\u0632\u0626\u06CC\u0627\u062A \u0628\u06CC\u0634\u062A\u0631 \u0628\u0647 \u0645\u062B\u0627\u0644 \u0647\u0627\u06CC \u0632\u06CC\u0631 \u0645\u0631\u0627\u062C\u0639\u0647 \u06A9\u0646\u06CC\u062F:",interface:"\u062A\u0646\u0638\u06CC\u0645\u0627\u062A \u0631\u0627\u0628\u0637",import_export:"\u0648\u0627\u0631\u062F\u0627\u062A \u0648 \u0635\u0627\u062F\u0631\u0627\u062A",import_export_title:"\u067E\u06CC\u06A9\u0631\u0628\u0646\u062F\u06CC \u0648\u0627\u0631\u062F\u0627\u062A/\u0635\u0627\u062F\u0631\u0627\u062A",syncToGoogleDrive:"\u0627\u06A9\u0646\u0648\u0646 \u0628\u0627 Google Drive \u0647\u0645\u06AF\u0627\u0645 \u0633\u0627\u0632\u06CC \u06A9\u0646\u06CC\u062F",floatBallOptions:"\u062A\u0646\u0638\u06CC\u0645\u0627\u062A \u062A\u0648\u067E \u0645\u0639\u0644\u0642","floatBallOptions.enable":"\u062A\u0648\u067E \u0634\u0646\u0627\u0648\u0631 \u0631\u0627 \u0641\u0639\u0627\u0644 \u06A9\u0646\u06CC\u062F","floatBallOptions.blockUrls":"\u0648\u0628 \u0633\u0627\u06CC\u062A \u0631\u0627 \u063A\u06CC\u0631 \u0641\u0639\u0627\u0644 \u06A9\u0646\u06CC\u062F","floatBallOptions.add":"\u0627\u0636\u0627\u0641\u0647 \u06A9\u0631\u062F\u0646 \u0628\u0647","floatBallOptions.blockUrlDesc":"\u062A\u0648\u067E \u0634\u0646\u0627\u0648\u0631 \u0647\u0646\u06AF\u0627\u0645 \u0628\u0631\u062E\u0648\u0631\u062F \u0628\u0627 \u0648\u0628 \u0633\u0627\u06CC\u062A \u0647\u0627\u06CC \u0632\u06CC\u0631 \u0646\u0645\u0627\u06CC\u0634 \u062F\u0627\u062F\u0647 \u0646\u0645\u06CC \u0634\u0648\u062F","floatBallOptions.clickType":"\u0631\u0641\u062A\u0627\u0631 \u06A9\u0644\u06CC\u06A9\u06CC","floatBallOptions.clickTypeDesc":"\u0631\u0641\u062A\u0627\u0631 \u0646\u0645\u0627\u062F \u062A\u0648\u067E \u0634\u0646\u0627\u0648\u0631 \u0647\u0646\u06AF\u0627\u0645 \u06A9\u0644\u06CC\u06A9 \u06A9\u0631\u062F\u0646","floatBallOptions.clickPopup":"\u0646\u0645\u0627\u06CC\u0634 \u067E\u0627\u0646\u0644 \u062A\u0631\u062C\u0645\u0647","floatBallOptions.clickTranslate":"\u062A\u0631\u062C\u0645\u0647/\u0646\u0645\u0627\u06CC\u0634 \u0645\u062A\u0646 \u0627\u0635\u0644\u06CC","floatBallOptions.fixedPosition":"\u56FA\u5B9A\u4F4D\u7F6E","floatBallOptions.fixedPositionDesc":"\u60AC\u6D6E\u7403\u5728\u7A97\u53E3\u5DE6\u4FA7\u8FD8\u662F\u53F3\u4FA7","floatBallOptions.fixedPositionLeft":"\u5DE6\u4FA7","floatBallOptions.fixedPositionRight":"\u53F3\u4FA7",previewAllThemes:"\u067E\u06CC\u0634 \u0646\u0645\u0627\u06CC\u0634 \u0647\u0645\u0647 \u0633\u0628\u06A9 \u0647\u0627","translationTheme.none":"\u0647\u06CC\u0686 \u06CC\u06A9","translationTheme.grey":"\u062E\u0627\u06A9\u0633\u062A\u0631\u06CC \u062A\u06CC\u0631\u0647","translationTheme.dashed":"\u0632\u06CC\u0631 \u062E\u0637 \u0686\u06CC\u0646","translationTheme.dotted":"\u0632\u06CC\u0631 \u062E\u0637 \u0646\u0642\u0637\u0647 \u062F\u0627\u0631","translationTheme.dashedBorder":"\u0645\u0631\u0632 \u0634\u06A9\u0633\u062A\u0647","translationTheme.solidBorder":"\u0645\u0631\u0632 \u062C\u0627\u0645\u062F","translationTheme.underline":"\u0632\u06CC\u0631 \u062E\u0637 \u0645\u0633\u062A\u0642\u06CC\u0645","translationTheme.mask":"\u062C\u0644\u0648\u0647 \u062A\u0627\u0631\u06CC (\u062D\u0627\u0644\u062A \u06CC\u0627\u062F\u06AF\u06CC\u0631\u06CC)","translationTheme.opacity":"\u0627\u062B\u0631 \u0634\u0641\u0627\u0641\u06CC\u062A","translationTheme.paper":"\u0627\u0641\u06A9\u062A \u0633\u0627\u06CC\u0647 \u06A9\u0627\u063A\u0630 \u0633\u0641\u06CC\u062F","translationTheme.dividingLine":"\u062E\u0637 \u062A\u0642\u0633\u06CC\u0645","translationTheme.highlight":"\u0628\u0631\u062C\u0633\u062A\u0647","translationTheme.marker":"\u0646\u0634\u0627\u0646\u06AF\u0631","translationTheme.marker2":"\u0646\u0634\u0627\u0646\u06AF\u0631 2","translationTheme.blockquote":"\u0633\u0628\u06A9 \u0645\u0631\u062C\u0639","translationTheme.weakening":"\u062A\u0636\u0639\u06CC\u0641 \u0634\u0648\u062F","translationTheme.italic":"\u0645\u0648\u0631\u0628","translationTheme.bold":"\u067E\u0631\u0631\u0646\u06AF","translationTheme.thinDashed":"\u0632\u06CC\u0631 \u062E\u0637 \u0686\u06CC\u0646 \u0646\u0627\u0632\u06A9","translationTheme.nativeDashed":"\u0627\u06CC\u0646 \u0633\u06CC\u0633\u062A\u0645 \u062F\u0627\u0631\u0627\u06CC \u062E\u0637 \u0632\u06CC\u0631 \u0646\u0642\u0637\u0647\u200C\u062F\u0627\u0631 \u0627\u0633\u062A","translationTheme.nativeDotted":"\u0627\u06CC\u0646 \u0633\u06CC\u0633\u062A\u0645 \u062F\u0627\u0631\u0627\u06CC \u062E\u0637 \u0632\u06CC\u0631 \u0646\u0642\u0637\u0647\u200C\u062F\u0627\u0631 \u0627\u0633\u062A","translationTheme.nativeUnderline":"\u0627\u06CC\u0646 \u0633\u06CC\u0633\u062A\u0645 \u062F\u0627\u0631\u0627\u06CC \u062E\u0637 \u0645\u0633\u062A\u0642\u06CC\u0645 \u0627\u0633\u062A","translationTheme.wavy":"\u062E\u0637\u0648\u0637 \u0645\u0648\u0627\u062C","translationServices.custom":"API \u0633\u0641\u0627\u0631\u0634\u06CC","translationServices.tencent":"\u0645\u062A\u0631\u062C\u0645 \u062A\u0646\u0633\u0646\u062A","translationServices.tenAlpha":"\u0645\u062A\u0631\u062C\u0645 \u062A\u0646\u0633\u0646\u062A (\u0622\u0644\u0641\u0627)","translationServices.google":"\u0645\u062A\u0631\u062C\u0645 \u06AF\u0648\u06AF\u0644","translationServices.bai":"\u0628\u0627\u06CC\u062F\u0648 (\u0622\u0644\u0641\u0627)","translationServices.baidu":"\u0645\u062A\u0631\u062C\u0645 \u0628\u0627\u06CC\u062F\u0648","translationServices.aliyun":"\u062A\u0631\u062C\u0645\u0647 \u0627\u0628\u0631\u06CC \u0639\u0644\u06CC \u0628\u0627\u0628\u0627","translationServices.volc":"\u062A\u0631\u062C\u0645\u0647 \u0622\u062A\u0634\u0641\u0634\u0627\u0646","translationServices.deeplx":"DeepLX(Alpha)","translationServices.bing":"\u5FC5\u5E94\u7FFB\u8BD1","translationServices.deepl":"DeepL","translationServices.wechat":"\u062A\u0631\u062C\u0645\u0647 \u0648\u06CC \u0686\u062A","translationServices.azure":"\u5FAE\u8F6F\u7FFB\u8BD1","translationServices.ibm":"\u0622\u06CC \u0628\u06CC \u0627\u0645 \u0648\u0627\u062A\u0633\u0648\u0646","translationServices.aws":"\u062A\u0631\u062C\u0645\u0647 \u0622\u0645\u0627\u0632\u0648\u0646","translationServices.mock":"\u6A21\u62DF\u7FFB\u8BD11","translationServices.mock2":"\u062A\u0631\u062C\u0645\u0647 \u0634\u0628\u06CC\u0647 \u0633\u0627\u0632\u06CC \u0634\u062F\u0647 2","translationServices.caiyun":"\u06A9\u0627\u06CC\u0648\u0646 \u0634\u06CC\u0627\u0626\u0648\u06CC","translationServices.cai":"\u5F69\u4E91\u5C0F\u8BD1","translationServices.volcAlpha":"\u706B\u5C71\u7FFB\u8BD1(Alpha)","translationServices.openl":"OpenL","translationServices.youdao":"\u062A\u0631\u062C\u0645\u0647 \u06CC\u0648\u062F\u0627\u0626\u0648","translationServices.you":"\u062A\u0631\u062C\u0645\u0647 \u06CC\u0648\u062F\u0627\u0626\u0648 (\u0622\u0644\u0641\u0627)","translationServices.transmart":"\u062A\u0631\u062C\u0645\u0647 \u062A\u0639\u0627\u0645\u0644\u06CC Tencent","translationServices.niu":"\u062A\u0631\u062C\u0645\u0647 \u0645\u0627\u0648\u0631\u06CC\u06A9\u0633","translationServices.papago":"Papago\u7FFB\u8BD1","translationServices.d":"Deepl(Alpha)","translationServices.dpro":"\u062F\u06CC \u067E\u0631\u0648 (\u0642\u0646\u0627\u0631\u06CC)","translationServices.openai":"OpenAI","translationServices.yandex":"Yandex","translationServices.chatgpt":"ChatGPT Web (\u0645\u0648\u0628\u0627\u06CC\u0644 3.5)","translate title":"\u0639\u0646\u0648\u0627\u0646 \u0635\u0641\u062D\u0647 \u0631\u0627 \u062A\u0631\u062C\u0645\u0647 \u06A9\u0646\u06CC\u062F","always languages":"\u0647\u0645\u06CC\u0634\u0647 \u0632\u0628\u0627\u0646 \u062A\u0631\u062C\u0645\u0647 \u0634\u062F\u0647",neverTranslateLanguagesLabel:"\u0632\u0628\u0627\u0646 \u0647\u0627\u06CC\u06CC \u06A9\u0647 \u0647\u0631\u06AF\u0632 \u062A\u0631\u062C\u0645\u0647 \u0646\u0645\u06CC \u0634\u0648\u0646\u062F",neverTranslateTheFollowingLanguagesDescription:"\u5F53\u9875\u9762\u4E2D\u67D0\u4E00\u6BB5\u843D\u7684\u8BED\u8A00\u4E3A\u4E0B\u5217\u8BED\u8A00\u65F6\uFF0C\u4F1A\u81EA\u52A8\u8DF3\u8FC7\u7FFB\u8BD1\u8BE5\u6BB5\u843D",enableUserscriptPagePopup:"\u603B\u662F\u5728\u9875\u9762\u4E0A\u5C55\u793A Popup \u6D6E\u7A97",enableUserscriptPagePopupDescription:"\u5173\u95ED\u6D6E\u7A97\u540E\uFF0C\u53EF\u4EE5\u7528\u5FEB\u6377\u952E/{touch}\u5524\u8D77\u3002\u4E3A\u9632\u6B62\u4E0D\u614E\u5173\u95ED\u8BE5\u9009\u9879\u540E\u627E\u4E0D\u5230\u6D6E\u7A97\uFF0C\u5F3A\u70C8\u5EFA\u8BAE\u6536\u85CF\u672C\u8BBE\u7F6E\u9875","always translate the following languages":"\u0647\u0646\u06AF\u0627\u0645\u06CC \u06A9\u0647 \u0632\u0628\u0627\u0646 \u0635\u0641\u062D\u0647 \u0628\u0647 \u0632\u0628\u0627\u0646 \u0647\u0627\u06CC \u0632\u06CC\u0631 \u0628\u0627\u0634\u062F\u060C \u0628\u0647 \u0637\u0648\u0631 \u062E\u0648\u062F\u06A9\u0627\u0631 \u0628\u0647 \u0632\u0628\u0627\u0646 \u0645\u0642\u0635\u062F \u062A\u0631\u062C\u0645\u0647 \u0645\u06CC \u0634\u0648\u062F","always sites":"URL \u0647\u0627\u06CC \u0647\u0645\u06CC\u0634\u0647 \u062A\u0631\u062C\u0645\u0647 \u0634\u062F\u0647","always translate the following sites":"\u0647\u0646\u06AF\u0627\u0645\u06CC \u06A9\u0647 \u0648\u0628 \u0633\u0627\u06CC\u062A \u0628\u0627 \u0646\u0627\u0645 \u062F\u0627\u0645\u0646\u0647 \u0632\u06CC\u0631 \u0628\u0627\u0634\u062F\u060C \u0628\u0647 \u0637\u0648\u0631 \u062E\u0648\u062F\u06A9\u0627\u0631 \u0628\u0647 \u0632\u0628\u0627\u0646 \u0645\u0642\u0635\u062F \u062A\u0631\u062C\u0645\u0647 \u0645\u06CC \u0634\u0648\u062F","never sites":"URL \u0647\u0627\u06CC\u06CC \u06A9\u0647 \u0647\u0631\u06AF\u0632 \u062A\u0631\u062C\u0645\u0647 \u0646\u0645\u06CC \u0634\u0648\u0646\u062F","never translate the following sites":"\u0647\u0646\u06AF\u0627\u0645\u06CC \u06A9\u0647 \u0648\u0628 \u0633\u0627\u06CC\u062A \u062F\u0627\u0631\u0627\u06CC \u0646\u0627\u0645 \u062F\u0627\u0645\u0646\u0647 \u0632\u06CC\u0631 \u0628\u0627\u0634\u062F\u060C \u062A\u0631\u062C\u0645\u0647 \u0627\u0646\u062C\u0627\u0645 \u0646\u062E\u0648\u0627\u0647\u062F \u0634\u062F","please refer to":"\u0642\u0628\u0644 \u0627\u0632 \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u0628\u0627\u06CC\u062F \u06A9\u0644\u06CC\u062F \u0631\u0627 \u067E\u0631 \u06A9\u0646\u06CC\u062F. \u0628\u0631\u0627\u06CC \u062C\u0632\u0626\u06CC\u0627\u062A \u0644\u0637\u0641\u0627\u064B \u0628\u0647",KeyAndConfigurationTutorial:'"\u0622\u0645\u0648\u0632\u0634 \u0628\u0631\u0646\u0627\u0645\u0647 \u06A9\u0627\u0631\u0628\u0631\u062F\u06CC \u0648 \u067E\u06CC\u06A9\u0631\u0628\u0646\u062F\u06CC \u06A9\u0644\u06CC\u062F"',useAboveStyleForTheseSites:"\u603B\u662F\u4F7F\u7528 {theme} \u8BD1\u6587\u6837\u5F0F\u7684\u7F51\u7AD9",currentUrl:"URL \u0641\u0639\u0644\u06CC",confirm:"\u0635\u0631\u0641\u0647 \u062C\u0648\u06CC\u06CC",cancel:"\u0644\u063A\u0648 \u06A9\u0646\u06CC\u062F",delete:"\u062D\u0630\u0641","languages.auto":"\u062A\u0634\u062E\u06CC\u0635 \u062E\u0648\u062F\u06A9\u0627\u0631",syncToCloud:"\u540C\u6B65\u5230\u4E91\u7AEF",syncToCloudDescription:"\u5F00\u542F\u540E\u53EF\u4EE5\u5728\u4E0D\u540C\u7684\u6D4F\u89C8\u5668/\u6CB9\u7334\u811A\u672C\u4E4B\u95F4\u540C\u6B65\u914D\u7F6E,\u4EE5\u6700\u540E\u4FEE\u6539\u65F6\u95F4\u4E3A\u51C6\u3002",syncToAccount:"\u0647\u0645\u06AF\u0627\u0645 \u0633\u0627\u0632\u06CC \u0628\u0627 Immersive Translation Cloud",syncToAccountButton:"\u0641\u0648\u0631\u0627\u064B \u0628\u0627 \u0627\u0628\u0631 \u0647\u0645\u06AF\u0627\u0645 \u0633\u0627\u0632\u06CC \u06A9\u0646\u06CC\u062F",syncToAccountDescription:"\u0628\u0647 \u0637\u0648\u0631 \u062E\u0648\u062F\u06A9\u0627\u0631 \u067E\u06CC\u06A9\u0631\u0628\u0646\u062F\u06CC \u0647\u0627 \u0631\u0627 \u0628\u06CC\u0646 \u062F\u0633\u062A\u06AF\u0627\u0647 \u0647\u0627\u06CC \u0645\u062E\u062A\u0644\u0641 \u0628\u0631 \u0627\u0633\u0627\u0633 \u0622\u062E\u0631\u06CC\u0646 \u0632\u0645\u0627\u0646 \u062A\u063A\u06CC\u06CC\u0631 \u0647\u0645\u06AF\u0627\u0645 \u0633\u0627\u0632\u06CC \u06A9\u0646\u06CC\u062F.",successSyncConfigInAccount:"\u0628\u0627 \u0645\u0648\u0641\u0642\u06CC\u062A \u0628\u0627 \u0627\u0628\u0631 \u0647\u0645\u06AF\u0627\u0645 \u0628\u0645\u0627\u0646\u06CC\u062F",successSyncConfigToAccount:"\u0628\u0627 \u0645\u0648\u0641\u0642\u06CC\u062A \u0628\u0627 \u0627\u0628\u0631 \u0647\u0645\u06AF\u0627\u0645\u200C\u0633\u0627\u0632\u06CC \u0634\u062F",syncConfigNoUpdate:"\u062F\u0631 \u062D\u0627\u0644 \u062D\u0627\u0636\u0631 \u062C\u062F\u06CC\u062F\u062A\u0631\u06CC\u0646",authFail:"\u0645\u062C\u0648\u0632 \u0627\u0646\u062C\u0627\u0645 \u0646\u0634\u062F",syncTitle:"\u0645\u062F\u06CC\u0631\u06CC\u062A \u067E\u0634\u062A\u06CC\u0628\u0627\u0646 \u06AF\u06CC\u0631\u06CC \u062F\u0633\u062A\u06CC",import_hint:"\u0648\u0627\u0631\u062F \u0643\u0631\u062F\u0646",upload:"\u0628\u0627\u0631\u06AF\u0630\u0627\u0631\u06CC",revokeAuth:"\u0644\u063A\u0648 \u0645\u062C\u0648\u0632",uploadFail:"\u0622\u067E\u0644\u0648\u062F \u0627\u0646\u062C\u0627\u0645 \u0646\u0634\u062F",download:"\u062F\u0627\u0646\u0644\u0648\u062F",importSuccess:"\u0648\u0627\u0631\u062F\u0627\u062A \u0628\u0627 \u0645\u0648\u0641\u0642\u06CC\u062A \u0627\u0646\u062C\u0627\u0645 \u0634\u062F",importFail:"\u0648\u0627\u0631\u062F\u0627\u062A \u0627\u0646\u062C\u0627\u0645 \u0646\u0634\u062F",deleteFail:"\u062D\u0630\u0641 \u0646\u0634\u062F",backupToCloud:"\u0641\u0627\u06CC\u0644 \u0647\u0627\u06CC \u067E\u0634\u062A\u06CC\u0628\u0627\u0646 \u0631\u0627 \u0628\u0647 \u0635\u0648\u0631\u062A \u062F\u0633\u062A\u06CC \u0645\u062F\u06CC\u0631\u06CC\u062A \u06A9\u0646\u06CC\u062F",create_new_backup:"\u0627\u0636\u0627\u0641\u0647 \u06A9\u0631\u062F\u0646 \u06AF\u0631\u0647 \u067E\u0634\u062A\u06CC\u0628\u0627\u0646",maxBackupFiles:"\u062A\u0627{count}\u06AF\u0631\u0647 \u0645\u062E\u062A\u0644\u0641 \u0631\u0627 \u0645\u06CC \u062A\u0648\u0627\u0646 \u067E\u0634\u062A\u06CC\u0628\u0627\u0646 \u06AF\u06CC\u0631\u06CC \u06A9\u0631\u062F\u060C \u0644\u0637\u0641\u0627 \u06AF\u0631\u0647 \u0647\u0627\u06CC \u063A\u06CC\u0631 \u0636\u0631\u0648\u0631\u06CC \u0631\u0627 \u062D\u0630\u0641 \u06A9\u0646\u06CC\u062F",backupToCloudDescription:"\u0641\u0627\u06CC\u0644 \u0647\u0627\u06CC \u067E\u0634\u062A\u06CC\u0628\u0627\u0646 \u0631\u0627 \u0628\u0647 \u0635\u0648\u0631\u062A \u062F\u0633\u062A\u06CC \u0622\u067E\u0644\u0648\u062F \u06CC\u0627 \u0628\u0627\u0632\u06CC\u0627\u0628\u06CC \u06A9\u0646\u06CC\u062F\u060C \u062A\u0627 \u062D\u062F\u0627\u06A9\u062B\u0631 3 \u0646\u0633\u062E\u0647 \u067E\u0634\u062A\u06CC\u0628\u0627\u0646 \u062A\u0647\u06CC\u0647 \u06A9\u0646\u06CC\u062F",successSyncConfig:"\u0628\u0627 \u0645\u0648\u0641\u0642\u06CC\u062A \u0628\u0627 \u0627\u0628\u0631 \u0647\u0645\u06AF\u0627\u0645 \u0628\u0645\u0627\u0646\u06CC\u062F",syncFail:"\u0647\u0645\u06AF\u0627\u0645 \u0633\u0627\u0632\u06CC \u0627\u0646\u062C\u0627\u0645 \u0646\u0634\u062F",updatedAt:"\u0628\u0647 \u0631\u0648\u0632 \u0634\u062F\u0647 \u062F\u0631 {date}",lastSyncedAt:"\u0622\u062E\u0631\u06CC\u0646 \u0628\u0631\u0631\u0633\u06CC \u062F\u0631 {date}",downloadFail:"\u062F\u0627\u0646\u0644\u0648\u062F \u0646\u0634\u062F",clickToDownload:"\u0628\u0631\u0627\u06CC \u062F\u0627\u0646\u0644\u0648\u062F \u06A9\u0644\u06CC\u06A9 \u06A9\u0646\u06CC\u062F",aboutLabel:"\u062F\u0631\u0628\u0627\u0631\u0647 - \u0628\u0627\u0632\u062E\u0648\u0631\u062F","browser.openAboutPage":"\u5173\u4E8E/\u53CD\u9988/\u8D5E\u52A9",aboutLabelWithoutSponsor:"\u062F\u0631\u0628\u0627\u0631\u0647 - \u0628\u0627\u0632\u062E\u0648\u0631\u062F",aboutIntro:"\u8BE5\u6269\u5C55\u514D\u8D39\u4F7F\u7528\uFF0C\u5E0C\u671B\u6211\u4EEC\u90FD\u80FD\u66F4\u52A0\u5BB9\u6613\u4E14\u6109\u60A6\u5730\u83B7\u53D6\u4E92\u8054\u7F51\u4E0A\u5DE8\u5927\u7684\u5916\u8BED\u4FE1\u606F \u2764\uFE0F

\u611F\u8C22\u8FD9\u4E9B<1>\u8D5E\u52A9\u8005\u4EEC, \u7531\u4E8E\u4ED6/\u5979\u4EEC\u7684\u652F\u6301\uFF0C\u66F4\u591A\u7684\u4EBA\u53EF\u4EE5\u514D\u8D39\u5730\u4F7F\u7528\u8FD9\u4E2A\u5DE5\u5177\u3002\u5982\u679C\u6709\u4F59\u529B\uFF0C\u4F60\u53EF\u4EE5<2>\u70B9\u51FB\u8FD9\u91CC\u8D5E\u52A9\u6211\u7684\u5DE5\u4F5C\uFF0C\u4F60\u8FD8\u53EF\u4EE5\u5173\u6CE8\u6211\u7684<3>\u63A8\u7279\uFF0C<4>Telegram \u9891\u9053\u4EE5\u53CA\u4E0B\u65B9\u7684<5>\u90AE\u4EF6\u8BA2\u9605\u8FFD\u8E2A\u66F4\u65B0\u3002",aboutIntroWithoutSponsor:"\u8BE5\u6269\u5C55\u514D\u8D39\u4F7F\u7528\uFF0C\u5E0C\u671B\u6211\u4EEC\u90FD\u80FD\u66F4\u52A0\u5BB9\u6613\u4E14\u6109\u60A6\u5730\u83B7\u53D6\u4E92\u8054\u7F51\u4E0A\u5DE8\u5927\u7684\u5916\u8BED\u4FE1\u606F \u2764\uFE0F ",projectHomepage:"\u0635\u0641\u062D\u0647 \u0627\u0635\u0644\u06CC \u067E\u0631\u0648\u0698\u0647",joinTelegramGroup:"\u52A0\u5165 Telegram \u7FA4\u53C2\u4E0E\u529F\u80FD\u8BA8\u8BBA",wechatPublicAccount:"\u062D\u0633\u0627\u0628 \u0639\u0645\u0648\u0645\u06CC \u0648\u06CC \u0686\u062A",wechatCommunities:"\u06AF\u0631\u0648\u0647 \u0627\u0631\u062A\u0628\u0627\u0637\u06CC \u0648\u06CC \u0686\u062A",qqCommunities:"\u06A9\u0627\u0646\u0627\u0644 \u0627\u0631\u062A\u0628\u0627\u0637\u06CC QQ",joinTelegramChannel:"\u0628\u0631\u0627\u06CC \u0627\u0637\u0644\u0627\u0639 \u0627\u0632 \u0622\u062E\u0631\u06CC\u0646 \u0627\u062E\u0628\u0627\u0631 \u06A9\u0627\u0646\u0627\u0644 \u062A\u0644\u06AF\u0631\u0627\u0645 \u0631\u0627 \u062F\u0646\u0628\u0627\u0644 \u06A9\u0646\u06CC\u062F",feedbackAndJoin:"\u0628\u0627\u0632\u062E\u0648\u0631\u062F \u0645\u0634\u06A9\u0644/\u0628\u0647 \u06AF\u0631\u0648\u0647 \u0628\u067E\u06CC\u0648\u0646\u062F\u06CC\u062F",autoSync:"\u0647\u0645\u06AF\u0627\u0645 \u0633\u0627\u0632\u06CC \u0628\u0631\u0646\u0627\u0645\u0647 \u0631\u06CC\u0632\u06CC \u0634\u062F\u0647 \u062E\u0648\u062F\u06A9\u0627\u0631",loadingThemeTitle:"\u0633\u0628\u06A9 \u0628\u0627\u0631\u06AF\u06CC\u0631\u06CC",loadingThemeDescription:"\u0647\u0646\u06AF\u0627\u0645 \u0627\u0646\u062A\u0638\u0627\u0631 \u0628\u0631\u0627\u06CC \u0628\u0627\u0631\u06AF\u06CC\u0631\u06CC \u062A\u0631\u062C\u0645\u0647\u060C \u0633\u0628\u06A9 \u0631\u0627 \u062A\u0646\u0638\u06CC\u0645 \u06A9\u0646\u06CC\u062F","loadingTheme.spinner":"\u8F6C\u5708\u52A8\u753B Spinner","loadingTheme.text":"\u0645\u062A\u0646 \u0627\u06CC\u0633\u062A\u0627... ","loadingTheme.none":"\u0646\u0634\u0627\u0646 \u0646\u062F\u0647",developerDescription:"\u0627\u06CC\u0646\u062C\u0627 \u0645\u06CC \u062A\u0648\u0627\u0646\u06CC\u062F <1> \u0631\u0627 \u06A9\u0644\u06CC\u06A9 \u06A9\u0646\u06CC\u062F \u0645\u0634\u0627\u0647\u062F\u0647 \u0627\u0633\u0646\u0627\u062F \u0645\u0631\u0628\u0648\u0637 \u0628\u0647 \u0633\u0641\u0627\u0631\u0634\u06CC \u0633\u0627\u0632\u06CC \u067E\u06CC\u0634\u0631\u0641\u062A\u0647","edit border color":"\u0631\u0646\u06AF \u062D\u0627\u0634\u06CC\u0647 \u0631\u0627 \u062A\u063A\u06CC\u06CC\u0631 \u062F\u0647\u06CC\u062F",successSyncButNoChange:"\u067E\u06CC\u06A9\u0631\u0628\u0646\u062F\u06CC \u0641\u0639\u0644\u06CC \u0628\u0627 \u0627\u0628\u0631 \u0633\u0627\u0632\u06AF\u0627\u0631 \u0627\u0633\u062A",customTheme:"\u0631\u0646\u06AF \u0647\u0627 \u0648 \u0627\u0646\u062F\u0627\u0632\u0647 \u0647\u0627\u06CC \u0633\u0641\u0627\u0631\u0634\u06CC","customThemeLabel.borderColor":"\u0631\u0646\u06AF \u0644\u0628\u0647","customThemeLabel.borderRadius":"\u06AF\u0648\u0634\u0647 \u0647\u0627\u06CC \u06AF\u0631\u062F \u062D\u0627\u0634\u06CC\u0647","customThemeLabel.textColor":"\u0631\u0646\u06AF \u0645\u062A\u0646","customThemeLabel.backgroundColor":"\u0631\u0646\u06AF \u067E\u0633 \u0632\u0645\u06CC\u0646\u0647","customThemeLabel.zoom":"\u0645\u0642\u06CC\u0627\u0633 \u0628\u0646\u062F\u06CC \u0642\u0644\u0645 (%)","customThemeLabel.opacity":"\u06A9\u062F\u0648\u0631\u062A \u0645\u062A\u0646 (%)",resetToDefaultColor:"\u0628\u0647 \u0631\u0646\u06AF \u067E\u06CC\u0634 \u0641\u0631\u0636 \u0628\u0631\u06AF\u0631\u062F\u06CC\u062F",resetToDefaultSettings:"\u0628\u0647 \u062A\u0646\u0638\u06CC\u0645\u0627\u062A \u067E\u06CC\u0634 \u0641\u0631\u0636 \u0628\u0631\u06AF\u0631\u062F\u06CC\u062F",isTranslateTitle:"\u0639\u0646\u0627\u0648\u06CC\u0646 \u0635\u0641\u062D\u0627\u062A \u0648\u0628 \u062A\u0631\u062C\u0645\u0647 \u0634\u062F\u0647 \u0631\u0627 \u0631\u0648\u0634\u0646 \u06A9\u0646\u06CC\u062F",isTranslateTitleDescription:"\u0648\u0642\u062A\u06CC \u0631\u0648\u0634\u0646 \u0634\u062F\u060C \u0639\u0646\u0648\u0627\u0646 \u0635\u0641\u062D\u0647 \u0648\u0628 \u062A\u0631\u062C\u0645\u0647 \u062E\u0648\u0627\u0647\u062F \u0634\u062F",enableSearchEnhancement:"\u0628\u0647\u0628\u0648\u062F \u0627\u0637\u0644\u0627\u0639\u0627\u062A \u062F\u0648 \u0632\u0628\u0627\u0646\u0647 \u0631\u0627 \u0641\u0639\u0627\u0644 \u06A9\u0646\u06CC\u062F",enableSearchEnhancementDescription:"\u067E\u0633 \u0627\u0632 \u0631\u0648\u0634\u0646 \u0634\u062F\u0646\u060C \u0646\u062A\u0627\u06CC\u062C \u062C\u0633\u062A\u062C\u0648\u06CC \xABGoogle News\xBB \u0645\u0631\u0628\u0648\u0637 \u0628\u0647 \u06A9\u0644\u06CC\u062F\u0648\u0627\u0698\u0647\u200C\u0647\u0627\u06CC \u0627\u0646\u06AF\u0644\u06CC\u0633\u06CC \u0628\u0647\u200C\u0637\u0648\u0631 \u062E\u0648\u062F\u06A9\u0627\u0631 \u062F\u0631 \u0633\u062A\u0648\u0646 \u0633\u0645\u062A \u0631\u0627\u0633\u062A \u0648\u0628\u200C\u0633\u0627\u06CC\u062A\u200C\u0647\u0627\u06CC \u067E\u0634\u062A\u06CC\u0628\u0627\u0646\u06CC\u200C\u0634\u062F\u0647 (Google News\u060C Google Search (\u0628\u0631\u062E\u06CC \u06A9\u0644\u0645\u0627\u062A \u06A9\u0644\u06CC\u062F\u06CC)\u060C Snowball\u060C Oriental Fortune\u060C Futu\u060C \u0627\u0646\u062C\u0645\u0646 \u0628\u0628\u0631) \u0646\u0645\u0627\u06CC\u0634 \u062F\u0627\u062F\u0647 \u0645\u06CC\u200C\u0634\u0648\u0646\u062F.",verifyService:"\u0628\u0631\u0627\u06CC \u062A\u0633\u062A \u0633\u0631\u0648\u06CC\u0633 \u0627\u06CC\u0646\u062C\u0627 \u06A9\u0644\u06CC\u06A9 \u06A9\u0646\u06CC\u062F",verified:"\u062A\u0623\u06CC\u06CC\u062F \u0628\u0627 \u0645\u0648\u0641\u0642\u06CC\u062A \u0627\u0646\u062C\u0627\u0645 \u0634\u062F","field.langs":"\u06A9\u062F\u0647\u0627\u06CC \u0632\u0628\u0627\u0646 \u067E\u0634\u062A\u06CC\u0628\u0627\u0646\u06CC \u0634\u062F\u0647","field.model":"\u0645\u062F\u0644","field.translationEngine":"\u0645\u0648\u062A\u0648\u0631 \u062A\u0631\u062C\u0645\u0647","field.limitPerMinute":"\u062D\u062F\u0627\u06A9\u062B\u0631 \u062A\u0639\u062F\u0627\u062F \u062F\u0631\u062E\u0648\u0627\u0633\u062A \u062F\u0631 \u062F\u0642\u06CC\u0642\u0647","field.limitPerSecond":"\u062D\u062F\u0627\u06A9\u062B\u0631 \u062A\u0639\u062F\u0627\u062F \u062F\u0631\u062E\u0648\u0627\u0633\u062A \u062F\u0631 \u062B\u0627\u0646\u06CC\u0647","field.maxTextLengthPerRequest":"\u062D\u062F\u0627\u06A9\u062B\u0631 \u0637\u0648\u0644 \u0645\u062A\u0646 \u062F\u0631 \u0647\u0631 \u062F\u0631\u062E\u0648\u0627\u0633\u062A","field.maxTextGroupLengthPerRequest":"\u062D\u062F\u0627\u06A9\u062B\u0631 \u062A\u0639\u062F\u0627\u062F \u067E\u0627\u0631\u0627\u06AF\u0631\u0627\u0641 \u062F\u0631 \u0647\u0631 \u062F\u0631\u062E\u0648\u0627\u0633\u062A","field.apiUrl":"\u0622\u062F\u0631\u0633 \u0631\u0627\u0628\u0637 API \u0633\u0641\u0627\u0631\u0634\u06CC","field.placeholderDelimiters":"\u0645\u062A\u063A\u06CC\u0631\u0647\u0627\u06CC \u0631\u0632\u0631\u0648 \u0634\u062F\u0647","description.custom":"\u062F\u0633\u062A\u0631\u0633\u06CC \u0628\u0647 \u0631\u0627\u0628\u0637 \u0633\u0641\u0627\u0631\u0634\u06CC \u0628\u0647 \u0627\u0633\u0646\u0627\u062F \u0645\u0631\u062C\u0639 \u0646\u06CC\u0627\u0632 \u062F\u0627\u0631\u062F","description.limitPerMinute":"\u8BF7\u6C42\u6570\u8D85\u8FC7\u8BE5\u9650\u5236\u65F6\u4F1A\u88AB\u6682\u65F6\u7981\u7528\uFF0C\u76F4\u5230\u4E0B\u4E00\u5206\u949F\u5F00\u59CB\uFF0C\u9ED8\u8BA4\u8BBE\u7F6E\u4E3A OpenAI \u8BD5\u7528\u7248\u7684\u8BF7\u6C42\u9650\u5236","description.limitPerSecond":"\u0648\u0642\u062A\u06CC \u062A\u0639\u062F\u0627\u062F \u062F\u0631\u062E\u0648\u0627\u0633\u062A \u0647\u0627 \u0627\u0632 \u0627\u06CC\u0646 \u062D\u062F \u0628\u06CC\u0634\u062A\u0631 \u0634\u0648\u062F\u060C \u062A\u0627 \u0627\u0628\u062A\u062F\u0627\u06CC \u062B\u0627\u0646\u06CC\u0647 \u0628\u0639\u062F \u0648\u0627\u0631\u062F \u062D\u0627\u0644\u062A \u0635\u0641 \u0645\u06CC \u0634\u0648\u062F. \u0628\u0627 \u062A\u0648\u062C\u0647 \u0628\u0647 \u0645\u062D\u062F\u0648\u062F\u06CC\u062A\u200C\u0647\u0627\u06CC \u0645\u062E\u062A\u0644\u0641 \u0633\u0631\u0648\u06CC\u0633 \u0641\u0639\u0644\u06CC OpenAI\u060C \u0644\u0637\u0641\u0627\u064B <1> \u0631\u0627 \u0627\u06CC\u0646\u062C\u0627 \u06A9\u0644\u06CC\u06A9 \u06A9\u0646\u06CC\u062F \u0622\u062E\u0631\u06CC\u0646 \u0645\u0642\u0627\u062F\u06CC\u0631 \u062A\u0648\u0635\u06CC\u0647 \u0634\u062F\u0647 \u0631\u0627 \u0645\u0634\u0627\u0647\u062F\u0647 \u06A9\u0646\u06CC\u062F","description.generalLimitPerSecond":"\u0648\u0642\u062A\u06CC \u062A\u0639\u062F\u0627\u062F \u062F\u0631\u062E\u0648\u0627\u0633\u062A \u0647\u0627 \u0627\u0632 \u0627\u06CC\u0646 \u062D\u062F \u0628\u06CC\u0634\u062A\u0631 \u0634\u0648\u062F\u060C \u062A\u0627 \u0627\u0628\u062A\u062F\u0627\u06CC \u062B\u0627\u0646\u06CC\u0647 \u0628\u0639\u062F \u0648\u0627\u0631\u062F \u062D\u0627\u0644\u062A \u0635\u0641 \u0645\u06CC \u0634\u0648\u062F.","description.prompt":"\u0628\u0647 \u0639\u0646\u0648\u0627\u0646 \u06A9\u0627\u0631\u0628\u0631\u060C \u06AF\u0641\u062A\u06AF\u0648 \u0631\u0627 \u0628\u0647 {service} \u0627\u0631\u0633\u0627\u0644 \u06A9\u0646\u06CC\u062F\u060C \u06A9\u0647 \u062F\u0631 \u0622\u0646 {{text}} \u0645\u062D\u062A\u0648\u0627\u06CC \u0645\u062A\u0646 \u067E\u0627\u0631\u0627\u06AF\u0631\u0627\u0641\u060C {{from}} \u0632\u0628\u0627\u0646 \u067E\u0627\u0631\u0627\u06AF\u0631\u0627\u0641 \u0648 {{to}} \u0632\u0628\u0627\u0646 \u0645\u0642\u0635\u062F \u0631\u0627 \u0646\u0634\u0627\u0646 \u0645\u06CC \u062F\u0647\u062F.","description.maxTextLengthPerRequest":"\u9ED8\u8BA4\u4F1A\u5408\u5E76\u591A\u4E2A\u6BB5\u843D\uFF0C\u4EE5\u51CF\u5C11\u8BF7\u6C42\u6B21\u6570\uFF0C\u4F46\u662F\u5982\u679C\u6BB5\u843D\u603B\u957F\u5EA6\u8FC7\u957F\uFF0C\u4E5F\u53EF\u80FD\u4F1A\u5BFC\u81F4\u63A5\u53E3\u7684\u54CD\u5E94\u53D8\u6162\uFF0C\u56E0\u6B64\u53EF\u4EE5\u5C1D\u8BD5\u8C03\u6574\u8BE5\u9009\u9879\u6765\u4F18\u5316\u901F\u5EA6","description.systemPrompt":"\u0628\u0647 \u0639\u0646\u0648\u0627\u0646 \u0633\u06CC\u0633\u062A\u0645\u060C \u06AF\u0641\u062A\u06AF\u0648\u06CC\u06CC \u0631\u0627 \u0628\u0647 {service} \u0627\u0631\u0633\u0627\u0644 \u06A9\u0646\u06CC\u062F\u060C \u06A9\u0647 \u062F\u0631 \u0622\u0646 {{text}} \u0645\u062D\u062A\u0648\u0627\u06CC \u0645\u062A\u0646 \u067E\u0627\u0631\u0627\u06AF\u0631\u0627\u0641\u060C {{from}} \u0632\u0628\u0627\u0646 \u067E\u0627\u0631\u0627\u06AF\u0631\u0627\u0641 \u0648 {{to}} \u0632\u0628\u0627\u0646 \u0647\u062F\u0641 \u0631\u0627 \u0646\u0634\u0627\u0646 \u0645\u06CC \u062F\u0647\u062F.","field.domain":"\u0631\u0634\u062A\u0647","description.domain":"\u067E\u06CC\u0634 \u0641\u0631\u0636\uFF1A\u0639\u0645\u0648\u0645\u06CC \u0627\u0633\u062A. \u0641\u0642\u0637 \u0632\u0645\u0627\u0646\u06CC \u0645\u06CC\u200C\u062A\u0648\u0627\u0646 \u0622\u0646 \u0631\u0627 \u062A\u0646\u0638\u06CC\u0645 \u06A9\u0631\u062F \u06A9\u0647 \u062A\u0631\u062C\u0645\u0647 \u0645\u0628\u062A\u0646\u06CC \u0628\u0631 \u062F\u0627\u0645\u0646\u0647 \u062F\u0631 \u06A9\u0646\u0633\u0648\u0644 Youdao API \u0641\u0639\u0627\u0644 \u0628\u0627\u0634\u062F. \u0628\u0631\u0627\u06CC \u0642\u0633\u0645\u062A\u200C\u0647\u0627\u06CC \u067E\u0634\u062A\u06CC\u0628\u0627\u0646\u06CC\u200C\u0634\u062F\u0647\u060C \u0644\u0637\u0641\u0627\u064B <1> \u0631\u0627 \u0627\u06CC\u0646\u062C\u0627 \u0628\u0628\u06CC\u0646\u06CC\u062F.","field.scene":"\u0635\u062D\u0646\u0647 \u0647\u0627\u06CC","description.scene":"\u067E\u06CC\u0634 \u0641\u0631\u0636\uFF1A\u0639\u0645\u0648\u0645\u06CC \u0627\u0633\u062A. \u062A\u0646\u0647\u0627 \u0632\u0645\u0627\u0646\u06CC \u0645\u06CC\u200C\u062A\u0648\u0627\u0646 \u0622\u0646 \u0631\u0627 \u062A\u0646\u0638\u06CC\u0645 \u06A9\u0631\u062F \u06A9\u0647 \u0646\u0633\u062E\u0647 \u062D\u0631\u0641\u0647\u200C\u0627\u06CC \u062A\u0631\u062C\u0645\u0647 \u0645\u0627\u0634\u06CC\u0646\u06CC \u062F\u0631 \u06A9\u0646\u0633\u0648\u0644 Alibaba Cloud API \u0641\u0639\u0627\u0644 \u0634\u0648\u062F. \u0628\u0631\u0627\u06CC \u0633\u0646\u0627\u0631\u06CC\u0648\u0647\u0627\u06CC \u067E\u0634\u062A\u06CC\u0628\u0627\u0646\u06CC \u0634\u062F\u0647 \u0628\u0647 <1> \u0627\u06CC\u0646\u062C\u0627 \u0645\u0631\u0627\u062C\u0639\u0647 \u06A9\u0646\u06CC\u062F.","field.vocabId":"\u0634\u0646\u0627\u0633\u0647 \u0641\u0631\u0647\u0646\u06AF \u0644\u063A\u062A \u06A9\u0627\u0631\u0628\u0631","description.vocabId":"\u0641\u0631\u0647\u0646\u06AF \u0644\u063A\u062A \u0645\u0634\u062E\u0635 \u0634\u062F\u0647 out_id \u062F\u0631 \u062D\u0627\u0644 \u062D\u0627\u0636\u0631 \u0627\u0632 \u062A\u0631\u062C\u0645\u0647 \u0627\u0646\u06AF\u0644\u06CC\u0633\u06CC \u0628\u0647 \u0686\u06CC\u0646\u06CC \u067E\u0634\u062A\u06CC\u0628\u0627\u0646\u06CC \u0645\u06CC \u06A9\u0646\u062F.","description.model":"\u0645\u062F\u0644 OpenAI \u0645\u06CC \u062A\u0648\u0627\u0646\u062F gpt-3.5-turbo\u060C gpt-4 \u0648 \u063A\u06CC\u0631\u0647 \u0628\u0627\u0634\u062F.","description.maxTextGroupLengthPerRequest":"\u062A\u0639\u062F\u0627\u062F \u067E\u0627\u0631\u0627\u06AF\u0631\u0627\u0641\u200C\u0647\u0627\u06CC\u06CC \u06A9\u0647 \u0647\u0631 \u0628\u0627\u0631 \u0628\u0647 \u0633\u0631\u0648\u06CC\u0633 \u062A\u0631\u062C\u0645\u0647 \u0627\u0631\u0633\u0627\u0644 \u0645\u06CC\u200C\u0634\u0648\u0646\u062F. \u0627\u06AF\u0631 \u062A\u0639\u062F\u0627\u062F \u067E\u0627\u0631\u0627\u06AF\u0631\u0627\u0641\u200C\u0647\u0627 \u0628\u06CC\u0634 \u0627\u0632 \u062D\u062F \u0628\u0627\u0634\u062F\u060C \u067E\u0627\u0633\u062E \u0631\u0627\u0628\u0637 \u0645\u0645\u06A9\u0646 \u0627\u0633\u062A \u06A9\u0646\u062F \u0634\u0648\u062F.","description.apiUrl":"\u8BF7\u6DFB\u52A0\u5177\u4F53\u5E26\u6709\u8DEF\u5F84\u7684\u7F51\u5740",enabledExtension:"\u0627\u0641\u0632\u0648\u0646\u0647 \u0631\u0627 \u0641\u0639\u0627\u0644 \u06A9\u0646\u06CC\u062F",clickToDisableExtension:"\u0628\u0631\u0627\u06CC \u063A\u06CC\u0631\u0641\u0639\u0627\u0644 \u06A9\u0631\u062F\u0646 \u0627\u0641\u0632\u0648\u0646\u0647 \u06A9\u0644\u06CC\u06A9 \u06A9\u0646\u06CC\u062F",clickToEnableExtension:"\u0628\u0631\u0627\u06CC \u0641\u0639\u0627\u0644 \u06A9\u0631\u062F\u0646 \u0628\u0631\u0646\u0627\u0645\u0647 \u0627\u0641\u0632\u0648\u062F\u0646\u06CC \u06A9\u0644\u06CC\u06A9 \u06A9\u0646\u06CC\u062F",hasBeenDisabled:"\u0645\u0639\u0644\u0648\u0644","show password":"\u0646\u0645\u0627\u06CC\u0634 \u0631\u0645\u0632 \u0639\u0628\u0648\u0631",customContent:"\u8F93\u5165\u81EA\u5B9A\u4E49\u5185\u5BB9",inputOptions:"\u0628\u0647\u0628\u0648\u062F \u062C\u0639\u0628\u0647 \u0648\u0631\u0648\u062F\u06CC",mouseHoverOptions:"\u0645\u0627\u0648\u0633 \u0628\u0631",modifyMouseHoverKey:"\u06A9\u0644\u06CC\u062F\u0647\u0627\u06CC \u0645\u06CC\u0627\u0646\u0628\u0631 \u0645\u0627\u0648\u0633 \u0631\u0627 \u062A\u063A\u06CC\u06CC\u0631 \u062F\u0647\u06CC\u062F",enableInputTranslation:"\u0641\u0639\u0627\u0644 \u06A9\u0631\u062F\u0646 \u0628\u0647\u0628\u0648\u062F \u062C\u0639\u0628\u0647 \u0648\u0631\u0648\u062F\u06CC",enableInputTranslationDescription:"\u067E\u0633 \u0627\u0632 \u0641\u0639\u0627\u0644 \u06A9\u0631\u062F\u0646{trailingKey}\u060C \u0645\u0633\u062A\u0642\u06CC\u0645\u0627\u064B {startingKey}{startingKey} hello \u0631\u0627 \u062F\u0631 \u06A9\u0627\u062F\u0631 \u0648\u0631\u0648\u062F\u06CC \u0648\u0627\u0631\u062F \u06A9\u0646\u06CC\u062F \u0648 \u0633\u067E\u0633 \u0628\u0647 \u0633\u0631\u0639\u062A \u0631\u0648\u06CC{inputTrailingTriggerKeyRepeatTimes}\u062F\u0648 \u0628\u0627\u0631 \u06A9\u0644\u06CC\u06A9 \u06A9\u0646\u06CC\u062F \u062A\u0627 \u0622\u0646 \u0631\u0627 \u0628\u0647 {inputTargetLanguage}\u062A\u0628\u062F\u06CC\u0644 \u06A9\u0646\u06CC\u062F.",enableInputTranslationDescriptionForNoneKey:"{trailingKey}\u0641\u0639\u0627\u0644 \u06A9\u0631\u062F\u0646 \u0622\u0646\u060C \u0645\u0633\u062A\u0642\u06CC\u0645\u0627\u064B\uFF1Ahello world \u0631\u0627 \u062F\u0631 \u06A9\u0627\u062F\u0631 \u0648\u0631\u0648\u062F\u06CC \u0648\u0627\u0631\u062F \u06A9\u0646\u06CC\u062F \u0648 \u0633\u067E\u0633 \u0628\u0647 \u0633\u0631\u0639\u062A{inputTrailingTriggerKeyRepeatTimes}\u0628\u0627\u0631 \u06A9\u0644\u06CC\u06A9 \u06A9\u0646\u06CC\u062F \u062A\u0627 \u0628\u0647 \u0632\u0628\u0627\u0646 \u0645\u0642\u0635\u062F \u067E\u06CC\u0634 \u0641\u0631\u0636 \u062A\u0631\u062C\u0645\u0647 \u0634\u0648\u062F.",inputTargetLanguage:"\u0632\u0628\u0627\u0646 \u0645\u0642\u0635\u062F \u067E\u06CC\u0634 \u0641\u0631\u0636 \u06A9\u0627\u062F\u0631 \u0648\u0631\u0648\u062F\u06CC \u0631\u0627 \u062A\u0646\u0638\u06CC\u0645 \u06A9\u0646\u06CC\u062F",inputTargetLanguageDescription:"\u0632\u0628\u0627\u0646 \u0645\u0642\u0635\u062F \u067E\u06CC\u0634\u200C\u0641\u0631\u0636 \u0628\u0631\u0627\u06CC \u062A\u0631\u062C\u0645\u0647 \u062C\u0639\u0628\u0647 \u0648\u0631\u0648\u062F\u06CC\u060C \u06A9\u0647 {startingKey}{startingKey} \u0628\u0647 \u0639\u0646\u0648\u0627\u0646 \u0632\u0628\u0627\u0646 \u067E\u06CC\u0634\u200C\u0641\u0631\u0636 \u0628\u0631\u0627\u06CC \u06A9\u0644\u0645\u0627\u062A \u0631\u0627\u0647\u200C\u0627\u0646\u062F\u0627\u0632 \u0627\u0633\u062A",inputTargetLanguageDescriptionForNoneKey:"\u0632\u0628\u0627\u0646 \u0645\u0642\u0635\u062F \u067E\u06CC\u0634\u200C\u0641\u0631\u0636 \u0628\u0631\u0627\u06CC \u062A\u0631\u062C\u0645\u0647\u200C\u0647\u0627\u06CC \u062C\u0639\u0628\u0647 \u0648\u0631\u0648\u062F\u06CC",inputStartingTriggerKeyTitle:"\u06A9\u0627\u0631\u0627\u06A9\u062A\u0631\u0647\u0627\u06CC \u062A\u0642\u0633\u06CC\u0645 \u0631\u0627 \u0628\u0631\u0627\u06CC \u062A\u0631\u062C\u0645\u0647 \u062C\u0632\u0626\u06CC \u06A9\u0627\u062F\u0631 \u0648\u0631\u0648\u062F\u06CC \u062A\u0646\u0638\u06CC\u0645 \u06A9\u0646\u06CC\u062F",inputStartingTriggerKeyDescription:"\u0647\u0646\u06AF\u0627\u0645\u06CC \u06A9\u0647 \u0646\u06CC\u0627\u0632\u06CC \u0628\u0647 \u062A\u0631\u062C\u0645\u0647 \u06A9\u0644 \u06A9\u0627\u062F\u0631 \u0648\u0631\u0648\u062F\u06CC \u0646\u062F\u0627\u0631\u06CC\u062F\u060C \u062C\u062F\u0627\u06A9\u0646\u0646\u062F\u0647 \u0628\u0647 \u0634\u0645\u0627 \u0627\u062C\u0627\u0632\u0647 \u0645\u06CC \u062F\u0647\u062F \u0641\u0642\u0637 \u0642\u0633\u0645\u062A \u0631\u0627 {startingKey}{startingKey} \u0628\u0647 \u0627\u0646\u062A\u0647\u0627\u06CC \u06A9\u0627\u062F\u0631 \u0648\u0631\u0648\u062F\u06CC \u062A\u0631\u062C\u0645\u0647 \u06A9\u0646\u06CC\u062F\u060C \u06CC\u0627 \u0645\u06CC \u062A\u0648\u0627\u0646\u06CC\u062F \u06A9\u062F \u0632\u0628\u0627\u0646 \u0631\u0627 \u0645\u0634\u062E\u0635 \u06A9\u0646\u06CC\u062F\u060C \u0628\u0647 \u0639\u0646\u0648\u0627\u0646 \u0645\u062B\u0627\u0644\u060C\uFF1A{startingKey}ja \u0628\u0647 \u0645\u0639\u0646\u0627\u06CC \u0641\u0642\u0637 \u062A\u0631\u062C\u0645\u0647 \u0627\u0633\u062A. \u0642\u0633\u0645\u062A \u0627\u0632 {startingKey}ja \u062A\u0627 \u0627\u0646\u062A\u0647\u0627\u06CC \u062C\u0639\u0628\u0647 \u0648\u0631\u0648\u062F\u06CC.",inputStartingTriggerKeyDescriptionForNoneKey:"\u062F\u0631 \u062D\u0627\u0644 \u062D\u0627\u0636\u0631 \u0628\u062F\u0648\u0646 \u0646\u06CC\u0627\u0632 \u0628\u0647 \u067E\u06CC\u0634\u0648\u0646\u062F \u062A\u0646\u0638\u06CC\u0645 \u0634\u062F\u0647 \u0627\u0633\u062A \u0648 \u0628\u0631\u062E\u06CC \u0627\u0632 \u0639\u0645\u0644\u06A9\u0631\u062F\u0647\u0627\u06CC \u062A\u0631\u062C\u0645\u0647 \u0645\u062A\u0646 \u062C\u0639\u0628\u0647 \u0648\u0631\u0648\u062F\u06CC \u0645\u0648\u0642\u062A\u0627\u064B \u062F\u0631 \u062F\u0633\u062A\u0631\u0633 \u0646\u06CC\u0633\u062A\u0646\u062F.",inputTrailingTriggerKeyTitle:"\u06CC\u06A9 \u06A9\u0627\u0631\u0627\u06A9\u062A\u0631 \u0645\u0627\u0634\u0647 \u0627\u06CC \u0631\u0627 \u0627\u0646\u062A\u062E\u0627\u0628 \u06A9\u0646\u06CC\u062F \u06A9\u0647 \u0628\u0647 \u0648\u0631\u0648\u062F\u06CC \u067E\u0627\u06CC\u0627\u0646 \u0645\u06CC \u062F\u0647\u062F",inputTrailingTriggerKeyDescription:"\u0628\u0627 \u0632\u062F\u0646{trailingKey} 3 \u0628\u0627\u0631 \u0645\u062A\u0648\u0627\u0644\u06CC\u060C \u062A\u0631\u062C\u0645\u0647 \u0634\u0631\u0648\u0639 \u0645\u06CC \u0634\u0648\u062F",inputTrailingTriggerKeyTimeout:"\u0641\u0627\u0635\u0644\u0647 \u0628\u06CC\u0646 \u0645\u0627\u0634\u0647 \u0647\u0627 \u0631\u0627 \u0628\u0631\u0627\u06CC \u067E\u0627\u06CC\u0627\u0646 \u062F\u0627\u062F\u0646 \u0628\u0647 \u062A\u0631\u06A9\u06CC\u0628 \u0648\u0627\u0631\u062F \u06A9\u0646\u06CC\u062F.",inputTrailingTriggerKeyTimeoutDescription:"\u0632\u0645\u0627\u0646 \u0641\u0627\u0635\u0644\u0647 (\u0645\u06CC\u0644\u06CC \u062B\u0627\u0646\u06CC\u0647) \u0631\u0627 \u0628\u0631\u0627\u06CC \u0648\u0631\u0648\u062F\u06CC \u0628\u0631\u0627\u06CC \u067E\u0627\u06CC\u0627\u0646 \u062F\u0627\u062F\u0646 \u0628\u0647 \u0645\u062D\u0631\u06A9 \u062A\u0631\u06A9\u06CC\u0628\u06CC \u062A\u0646\u0638\u06CC\u0645 \u06A9\u0646\u06CC\u062F",spaceKey:"",noneKey:"\u0628\u062F\u0648\u0646 \u0646\u06CC\u0627\u0632 \u0628\u0647 \u067E\u06CC\u0634\u0648\u0646\u062F\u060C \u0628\u0647 \u0637\u0648\u0631 \u0645\u0633\u062A\u0642\u06CC\u0645 \u06A9\u0644 \u062C\u0639\u0628\u0647 \u0645\u062A\u0646 \u0631\u0627 \u062A\u0631\u062C\u0645\u0647 \u06A9\u0646\u06CC\u062F",inputTranslationBlockUrlsTitle:"\u0647\u0631\u06AF\u0632 \u067E\u06CC\u0634\u0631\u0641\u062A \u0647\u0627\u06CC \u0641\u06CC\u0644\u062F \u0648\u0631\u0648\u062F\u06CC \u0631\u0627 \u062F\u0631 URL \u0647\u0627 \u0641\u0639\u0627\u0644 \u0646\u06A9\u0646\u06CC\u062F",inputTranslationBlockUrlsDescription:"\u062F\u0631 \u0622\u062F\u0631\u0633\u200C\u0647\u0627\u06CC \u0627\u06CC\u0646\u062A\u0631\u0646\u062A\u06CC \u0632\u06CC\u0631\u060C \u0628\u0647\u0628\u0648\u062F \u06A9\u0627\u062F\u0631 \u0648\u0631\u0648\u062F\u06CC \u0627\u062B\u0631\u06CC \u0646\u062E\u0648\u0627\u0647\u062F \u062F\u0627\u0634\u062A",clickToSeeQuickDemo:"\u0628\u0631\u0627\u06CC \u06AF\u0633\u062A\u0631\u0634 \u0648\u06CC\u062F\u06CC\u0648\u06CC \u0622\u0645\u0648\u0632\u0634 \u0633\u0631\u06CC\u0639 30 \u062B\u0627\u0646\u06CC\u0647 \u0627\u06CC \u06A9\u0644\u06CC\u06A9 \u06A9\u0646\u06CC\u062F",inputHelperInfo:"\u0646\u06A9\u062A\u0647\uFF1A: \u0645\u0627 \u0628\u0647 \u0637\u0648\u0631 \u062E\u0627\u0635 \u0627\u06CC\u0646 \u0645\u0648\u0636\u0648\u0639 \u0631\u0627 \u0628\u0647\u06CC\u0646\u0647 \u0633\u0627\u0632\u06CC \u06A9\u0631\u062F\u0647 \u0627\u06CC\u0645 \u06A9\u0647 \u062F\u0631 \u0622\u0646 \u0628\u0631\u062E\u06CC \u0627\u0632 \u06A9\u0627\u0631\u0627\u06A9\u062A\u0631\u0647\u0627\u06CC \u0645\u0627\u0634\u0647 \u0628\u0647 \u0639\u0644\u0627\u0626\u0645 \u0646\u06AF\u0627\u0631\u0634\u06CC \u0686\u06CC\u0646\u06CC \u062F\u0631 \u0631\u0648\u0634 \u0648\u0631\u0648\u062F\u06CC \u0686\u06CC\u0646\u06CC \u062A\u0628\u062F\u06CC\u0644 \u0645\u06CC \u0634\u0648\u0646\u062F. \u0628\u0647 \u0639\u0646\u0648\u0627\u0646 \u0645\u062B\u0627\u0644\u060C \u062F\u0631 \u0631\u0648\u0634 \u0648\u0631\u0648\u062F\u06CC Sogou\u060C / \u0628\u0647 \u0645\u06A9\u062B \u062A\u0628\u062F\u06CC\u0644 \u0645\u06CC \u0634\u0648\u062F\u060C \u0648 \u062A\u0631\u062C\u0645\u0647 \u0647\u0645\u0647 \u062C\u0627\u0646\u0628\u0647 \u0627\u0632 \u0647\u0645\u0647 \u0646\u0645\u0627\u062F\u0647\u0627\u06CC \u0686\u06CC\u0646\u06CC \u0645\u0631\u0628\u0648\u0637 \u0628\u0647 \u067E\u0634\u062A\u06CC\u0628\u0627\u0646\u06CC \u0645\u06CC \u06A9\u0646\u062F. \u06A9\u0627\u0631\u0627\u06A9\u062A\u0631\u0647\u0627\u06CC \u0645\u0627\u0634\u0647\u060C \u06CC\u0639\u0646\u06CC //\u060C\u060C \u0647\u0645\u0647 \u0628\u0647 \u0639\u0646\u0648\u0627\u0646 \u06A9\u0627\u0631\u0627\u06A9\u062A\u0631\u0647\u0627\u06CC \u0645\u0627\u0634\u0647 \u0634\u0646\u0627\u062E\u062A\u0647 \u0645\u06CC \u0634\u0648\u0646\u062F.

\u062F\u0631 \u0639\u06CC\u0646 \u062D\u0627\u0644\u060C \u0645\u0627 \u0647\u0645\u0686\u0646\u06CC\u0646 \u0627\u0632 \u0646\u0627\u0645 \u0645\u0633\u062A\u0639\u0627\u0631 \u0686\u06CC\u0646\u06CC \u06A9\u062F\u0647\u0627\u06CC \u0632\u0628\u0627\u0646 \u0628\u0647 \u0639\u0646\u0648\u0627\u0646 \u062F\u0633\u062A\u0648\u0631\u0627\u062A \u067E\u0634\u062A\u06CC\u0628\u0627\u0646\u06CC \u0645\u06CC \u06A9\u0646\u06CC\u0645. \u0628\u0647 \u0639\u0646\u0648\u0627\u0646 \u0645\u062B\u0627\u0644\u060C /Japanese Hello World \u0628\u0647 \u0698\u0627\u067E\u0646\u06CC \u062A\u0631\u062C\u0645\u0647 \u0645\u06CC \u0634\u0648\u062F. <1> \u0628\u0631\u0627\u06CC \u0645\u0634\u0627\u0647\u062F\u0647 \u0647\u0645\u0647 \u06A9\u062F\u0647\u0627\u06CC \u0632\u0628\u0627\u0646 \u067E\u0634\u062A\u06CC\u0628\u0627\u0646\u06CC \u0634\u062F\u0647 \u0627\u06CC\u0646\u062C\u0627 \u0631\u0627 \u06A9\u0644\u06CC\u06A9 \u06A9\u0646\u06CC\u062F. .",reloadCurrentPage:"\u0644\u0637\u0641\u0627\u064B \u0642\u0628\u0644 \u0627\u0632 \u0634\u0631\u0648\u0639 \u062A\u0631\u062C\u0645\u0647 \u0635\u0641\u062D\u0647 \u0641\u0639\u0644\u06CC \u0631\u0627 \u0628\u0627\u0632\u062E\u0648\u0627\u0646\u06CC \u06A9\u0646\u06CC\u062F",noLocalFilePermissionForPDF:"\u0645\u0627 \u062F\u0631 \u062D\u0627\u0644 \u062D\u0627\u0636\u0631 \u0645\u062C\u0648\u0632 \u062E\u0648\u0627\u0646\u062F\u0646 \u0641\u0627\u06CC\u0644 \u0647\u0627\u06CC \u0645\u062D\u0644\u06CC \u0631\u0627 \u0646\u062F\u0627\u0631\u06CC\u0645. \u0644\u0637\u0641\u0627 \u0631\u0648\u06CC \u062F\u06A9\u0645\u0647 \u0628\u0627\u0644\u0627 \u06A9\u0644\u06CC\u06A9 \u06A9\u0646\u06CC\u062F \u0648 \u0641\u0627\u06CC\u0644 \u0647\u0627\u06CC \u0645\u062D\u0644\u06CC \u0631\u0627 \u0648\u0627\u0631\u062F \u06A9\u0646\u06CC\u062F.",noPermissionForThisPage:"\u26A0\uFE0F \u0627\u062C\u0627\u0632\u0647 \u062A\u0631\u062C\u0645\u0647 \u0635\u0641\u062D\u0647 \u0641\u0639\u0644\u06CC \u0648\u062C\u0648\u062F \u0646\u062F\u0627\u0631\u062F",retryAllParagraphs:"\u0647\u0645\u0647 \u067E\u0627\u0631\u0627\u06AF\u0631\u0627\u0641 \u0647\u0627\u06CC \u062E\u0637\u0627 \u0631\u0627 \u062F\u0648\u0628\u0627\u0631\u0647 \u0627\u0645\u062A\u062D\u0627\u0646 \u06A9\u0646\u06CC\u062F",retryAllButton:"\u0647\u0645\u0647 \u067E\u0627\u0631\u0627\u06AF\u0631\u0627\u0641 \u0647\u0627\u06CC \u062E\u0637\u0627 \u0631\u0627 \u062F\u0648\u0628\u0627\u0631\u0647 \u0627\u0645\u062A\u062D\u0627\u0646 \u06A9\u0646\u06CC\u062F",errorTooltipTitle:"\u0628\u0631\u0627\u06CC \u0645\u0634\u0627\u0647\u062F\u0647 \u062F\u0644\u06CC\u0644 \u062E\u0637\u0627 \u06A9\u0644\u06CC\u06A9 \u06A9\u0646\u06CC\u062F",errorModalTitle:"\u0628\u0647 \u0646\u0638\u0631 \u0645\u06CC \u0631\u0633\u062F \u0645\u0634\u06A9\u0644\u06CC \u062F\u0631 \u062E\u062F\u0645\u0627\u062A \u062A\u0631\u062C\u0645\u0647 \u06CC\u0627 \u0634\u0628\u06A9\u0647 \u0648\u062C\u0648\u062F \u062F\u0627\u0631\u062F ...",disableConfirm:"\u062A\u0646\u0638\u06CC\u0645\u0627\u062A \u0627\u0641\u0632\u0627\u06CC\u0634 \u0627\u0637\u0644\u0627\u0639\u0627\u062A \u062F\u0648 \u0632\u0628\u0627\u0646\u0647",disableOnce:"\u0627\u06CC\u0646 \u0628\u0627\u0631 \u063A\u06CC\u0631 \u0641\u0639\u0627\u0644 \u0634\u062F\u0647",disableGlobal:"\u0628\u0631\u0627\u06CC \u0647\u0645\u06CC\u0634\u0647 \u0627\u0632 \u06A9\u0627\u0631 \u0627\u0641\u062A\u0627\u062F\u0647 \u0627\u0633\u062A",disableTint:"* \u0645\u06CC \u062A\u0648\u0627\u0646\u06CC\u062F \u0622\u0646 \u0631\u0627 \u0645\u062C\u062F\u062F\u0627\u064B \u062F\u0631 {option} \u0641\u0639\u0627\u0644 \u06A9\u0646\u06CC\u062F.",searchEnhancementNotes:"\u062F\u0631\u06CC\u0627\u0641\u062A\u06CC\u0645 \u06A9\u0647 \u0646\u062A\u0627\u06CC\u062C \u0627\u062E\u0628\u0627\u0631 \u0628\u0631\u0627\u06CC \u06A9\u0644\u0645\u0627\u062A \u06A9\u0644\u06CC\u062F\u06CC \u0686\u06CC\u0646\u06CC \u0648 \u06A9\u0644\u0645\u0627\u062A \u06A9\u0644\u06CC\u062F\u06CC \u0627\u0646\u06AF\u0644\u06CC\u0633\u06CC \u0628\u0633\u06CC\u0627\u0631 \u0645\u062A\u0641\u0627\u0648\u062A \u0627\u0633\u062A. \u067E\u0633 \u0627\u0632 \u0641\u0639\u0627\u0644 \u06A9\u0631\u062F\u0646 \u0639\u0645\u0644\u06A9\u0631\u062F \u0628\u0647\u0628\u0648\u062F \u0627\u0637\u0644\u0627\u0639\u0627\u062A \u062F\u0648\u0632\u0628\u0627\u0646\u0647 \u062A\u0631\u062C\u0645\u0647 \u0647\u0645\u0647\u062C\u0627\u0646\u0628\u0647\u060C \u062F\u0631 \u0648\u0628 \u0633\u0627\u06CC\u062A \u0647\u0627\u06CC \u067E\u0634\u062A\u06CC\u0628\u0627\u0646\u06CC \u0634\u062F\u0647 (Google News\u060C \u062C\u0633\u062A\u062C\u0648\u06CC Google (\u0628\u0631\u062E\u06CC \u0627\u0632 \u06A9\u0644\u0645\u0627\u062A \u06A9\u0644\u06CC\u062F\u06CC)\u060C Snowball\u060C Oriental Fortune Network\u060C Futu \u062C\u0633\u062A\u062C\u0648 \u062E\u0648\u0627\u0647\u06CC\u0645 \u06A9\u0631\u062F. , Tiger) \u0628\u0647 \u0637\u0648\u0631 \u062E\u0648\u062F\u06A9\u0627\u0631 \u0647\u0645\u0627\u0646 \u06A9\u0644\u0645\u0627\u062A \u06A9\u0644\u06CC\u062F\u06CC \u0631\u0627 \u0628\u0647 \u0632\u0628\u0627\u0646 \u0627\u0646\u06AF\u0644\u06CC\u0633\u06CC \u0628\u0631\u0627\u06CC \u0634\u0645\u0627 \u062C\u0633\u062A\u062C\u0648 \u0645\u06CC \u06A9\u0646\u062F \u0648 \u062F\u0631 \u0633\u0645\u062A \u0631\u0627\u0633\u062A \u0646\u0645\u0627\u06CC\u0634 \u0645\u06CC \u062F\u0647\u062F. \u0627\u06AF\u0631 \u0628\u0647 \u0627\u06CC\u0646 \u0648\u06CC\u0698\u06AF\u06CC \u0646\u06CC\u0627\u0632 \u0646\u062F\u0627\u0631\u06CC\u062F\u060C \u0645\u06CC \u062A\u0648\u0627\u0646\u06CC\u062F \u0622\u0646 \u0631\u0627 \u063A\u06CC\u0631\u0641\u0639\u0627\u0644 \u06A9\u0646\u06CC\u062F.",option:"\u0628\u0631\u067E\u0627\u06CC\u06CC",saveSettings:"\u062A\u0646\u0638\u06CC\u0645\u0627\u062A \u0631\u0627 \u0630\u062E\u06CC\u0631\u0647 \u06A9\u0646",closeModal:"\u067E\u0646\u062C\u0631\u0647 \u0631\u0627 \u0628\u0628\u0646\u062F",enableInputTranslationWithoutTriggerKeyTitle:"\u062A\u0631\u06A9\u06CC\u0628 \u0633\u0631\u06CC\u0639 \u0631\u0627 3 \u0628\u0627\u0631{trailingKey}\u0641\u0639\u0627\u0644 \u06A9\u0646\u06CC\u062F\u060C \u062A\u0645\u0627\u0645 \u06A9\u0627\u062F\u0631 \u0648\u0631\u0648\u062F\u06CC \u0631\u0627 \u0645\u0633\u062A\u0642\u06CC\u0645\u0627\u064B \u0628\u0647{inputTargetLanguage}\u062A\u0631\u062C\u0645\u0647 \u06A9\u0646\u06CC\u062F",enableInputTranslationWithoutTriggerKeyDescription:"\u0627\u06AF\u0631 \u0645\u06CC\u200C\u062E\u0648\u0627\u0647\u06CC\u062F \u0632\u0628\u0627\u0646 \u0645\u0642\u0635\u062F \u0631\u0627 \u0645\u0634\u062E\u0635 \u06A9\u0646\u06CC\u062F\u060C \u0644\u0637\u0641\u0627\u064B \u06A9\u062F \u0632\u0628\u0627\u0646 \u0645\u0642\u0627\u0628\u0644 \u0631\u0627 \u0627\u0636\u0627\u0641\u0647 \u06A9\u0646\u06CC\u062F\u060C \u0645\u0627\u0646\u0646\u062F\uFF1A\u06CC\u0627 Hello World",mouseHoverShortcutPlaceholder:"\u0645\u0627\u0646\u0646\u062F\uFF1AShift",deepLProName:"\u0639\u0636\u0648 \u062D\u0631\u0641\u0647 \u0627\u06CC \u062A\u0631\u062C\u0645\u0647 Immersive (\u062A\u0648\u0635\u06CC\u0647 \u0645\u06CC \u0634\u0648\u062F)",deepLProDescription:"\u0628\u0633\u062A\u0647 \u0641\u0639\u0644\u06CC \u0631\u0627 \u0645\u06CC \u062A\u0648\u0627\u0646 \u0628\u0647 \u0637\u0648\u0631 \u0645\u0633\u062A\u0642\u06CC\u0645 \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u06A9\u0631\u062F",deeplProDescriptionForNormal:"\u0647\u06CC\u0686 \u062A\u0646\u0638\u06CC\u0645\u0627\u062A\u06CC \u0644\u0627\u0632\u0645 \u0646\u06CC\u0633\u062A. \u0645\u06CC \u062A\u0648\u0627\u0646\u06CC\u062F \u067E\u0633 \u0627\u0632 \u0648\u0631\u0648\u062F \u0628\u0647 \u0639\u0646\u0648\u0627\u0646 \u0639\u0636\u0648 \u0627\u0632 \u0622\u0646 \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u06A9\u0646\u06CC\u062F. <1> \u0628\u0631\u0627\u06CC \u0627\u0631\u062A\u0642\u0627 \u0628\u0647 \u0639\u0636\u0648 \u0627\u06CC\u0646\u062C\u0627 \u0631\u0627 \u06A9\u0644\u06CC\u06A9 \u06A9\u0646\u06CC\u062F.",deepLCustomDescription:"\u0634\u0645\u0627 \u0628\u0647 \u06CC\u06A9 \u06A9\u0627\u0631\u062A \u0627\u0639\u062A\u0628\u0627\u0631\u06CC \u062E\u0627\u0631\u062C\u06CC \u0646\u06CC\u0627\u0632 \u062F\u0627\u0631\u06CC\u062F\u060C \u0628\u0647 <1>DeepL \u0628\u0631\u0648\u06CC\u062F \u0628\u0647 \u0637\u0648\u0631 \u0631\u0633\u0645\u06CC \u0628\u0627\u0632 \u0634\u062F\u060C \u0628\u0631\u0627\u06CC \u0645\u0634\u0627\u0647\u062F\u0647 \u0627\u0633\u0646\u0627\u062F <2> \u06A9\u0644\u06CC\u06A9 \u06A9\u0646\u06CC\u062F",deepLCustomName:"\u06A9\u0644\u06CC\u062F \u062A\u0623\u06CC\u06CC\u062F \u0633\u0641\u0627\u0631\u0634\u06CC",chooseProviderLabel:"\u0627\u0631\u0627\u0626\u0647 \u062F\u0647\u0646\u062F\u0647 \u062E\u062F\u0645\u0627\u062A \u0631\u0627 \u0627\u0646\u062A\u062E\u0627\u0628 \u06A9\u0646\u06CC\u062F",openaiProName:"\u0639\u0636\u0648 \u062D\u0631\u0641\u0647 \u0627\u06CC \u062A\u0631\u062C\u0645\u0647 Immersive (\u062A\u0648\u0635\u06CC\u0647 \u0645\u06CC \u0634\u0648\u062F)",openaiProDescription:"\u0628\u0633\u062A\u0647 \u0641\u0639\u0644\u06CC \u0631\u0627 \u0645\u06CC \u062A\u0648\u0627\u0646 \u0628\u0647 \u0637\u0648\u0631 \u0645\u0633\u062A\u0642\u06CC\u0645 \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u06A9\u0631\u062F",openaiProDescriptionForNormal:"\u0647\u06CC\u0686 \u062A\u0646\u0638\u06CC\u0645\u0627\u062A\u06CC \u0644\u0627\u0632\u0645 \u0646\u06CC\u0633\u062A. \u0645\u06CC \u062A\u0648\u0627\u0646\u06CC\u062F \u067E\u0633 \u0627\u0632 \u0648\u0631\u0648\u062F \u0628\u0647 \u0639\u0646\u0648\u0627\u0646 \u0639\u0636\u0648 \u0627\u0632 \u0622\u0646 \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u06A9\u0646\u06CC\u062F. <1> \u0628\u0631\u0627\u06CC \u0627\u0631\u062A\u0642\u0627 \u0628\u0647 \u0639\u0636\u0648 \u0627\u06CC\u0646\u062C\u0627 \u0631\u0627 \u06A9\u0644\u06CC\u06A9 \u06A9\u0646\u06CC\u062F.",openaiCustomDescription:"\u0645\u06CC \u062A\u0648\u0627\u0646 \u0622\u0646 \u0631\u0627 \u0627\u0632 OpenAI\u060C Azure OpenAI \u06CC\u0627 \u0633\u0627\u06CC\u0631 \u062E\u062F\u0645\u0627\u062A \u0634\u062E\u0635 \u062B\u0627\u0644\u062B \u062F\u0631\u06CC\u0627\u0641\u062A \u06A9\u0631\u062F. <1> \u0628\u0631\u0627\u06CC \u0645\u0634\u0627\u0647\u062F\u0647 \u0633\u0646\u062F \u0627\u06CC\u0646\u062C\u0627 \u0631\u0627 \u06A9\u0644\u06CC\u06A9 \u06A9\u0646\u06CC\u062F.",openaiCustomName:"\u06A9\u0644\u06CC\u062F API \u0633\u0641\u0627\u0631\u0634\u06CC",needLoginAction:"(\u0639\u0636\u0648\u06CC\u062A \u0631\u0627 \u0648\u0627\u0631\u062F \u06A9\u0646\u06CC\u062F \u06CC\u0627 \u0633\u0641\u0627\u0631\u0634\u06CC \u06A9\u0646\u06CC\u062F)",goLoginOrAction:"(\u0648\u0627\u0631\u062F \u0639\u0636\u0648\u06CC\u062A \u0634\u0648\u06CC\u062F \u06CC\u0627 \u0628\u0647 \u062A\u0646\u0638\u06CC\u0645\u0627\u062A \u0628\u0631\u0648\u06CC\u062F)",yearly:"\u0627\u0634\u062A\u0631\u0627\u06A9 \u0633\u0627\u0644\u0627\u0646\u0647 \u0645\u0633\u062A\u0645\u0631",quarterly:"\u0641\u0635\u0644 \u0647\u0627\u06CC \u0645\u062A\u0648\u0627\u0644\u06CC",monthly:"\u0627\u0634\u062A\u0631\u0627\u06A9 \u0645\u0627\u0647\u0627\u0646\u0647 \u0645\u0633\u062A\u0645\u0631",yearlyForOnce:"\u0628\u0633\u062A\u0647 \u0633\u0627\u0644\u0627\u0646\u0647 \u06CC\u06A9\u0628\u0627\u0631 \u0645\u0635\u0631\u0641",monthlyForOnce:"\u0628\u0633\u062A\u0647 \u06CC\u06A9\u0628\u0627\u0631\u0647 \u0645\u0627\u0647\u0627\u0646\u0647",daily:"\u0631\u0648\u0632\u0647\u0627\u06CC \u0645\u062A\u0648\u0627\u0644\u06CC",year:"\u0627\u0634\u062A\u0631\u0627\u06A9 \u0633\u0627\u0644\u0627\u0646\u0647 \u0645\u0633\u062A\u0645\u0631",quarter:"\u0641\u0635\u0644 \u0647\u0627\u06CC \u0645\u062A\u0648\u0627\u0644\u06CC",month:"\u0627\u0634\u062A\u0631\u0627\u06A9 \u0645\u0627\u0647\u0627\u0646\u0647 \u0645\u0633\u062A\u0645\u0631",day:"\u0631\u0648\u0632\u0647\u0627\u06CC \u0645\u062A\u0648\u0627\u0644\u06CC",onetime_7day:"\u0628\u0633\u062A\u0647 \u0622\u0632\u0645\u0627\u06CC\u0634\u06CC 7 \u0631\u0648\u0632\u0647",currentPlanDescriptionForFree:"\u0628\u0633\u062A\u0647 \u0641\u0639\u0644\u06CC\uFF1A\u0631\u0627\u06CC\u06AF\u0627\u0646 \u0627\u0633\u062A",currentPlanDescriptionForContinuous:"\u0628\u0633\u062A\u0647 \u0641\u0639\u0644\u06CC 0{plan}\uFF1A\u0648 \u0628\u0647 \u0637\u0648\u0631 \u062E\u0648\u062F\u06A9\u0627\u0631 \u062F\u0631 {endAt} \u062A\u0645\u062F\u06CC\u062F \u0645\u06CC \u0634\u0648\u062F",currentPlanDescriptionForAutoRenewCaceling:"\u0628\u0633\u062A\u0647 \u0641\u0639\u0644\u06CC\uFF1A{plan}\u0627\u0633\u062A \u0648 \u062F\u0631 {endAt} \u0645\u0646\u0642\u0636\u06CC \u0645\u06CC \u0634\u0648\u062F. \u067E\u0633 \u0627\u0632 \u0627\u0646\u0642\u0636\u0627 \u0628\u0647 \u0637\u0648\u0631 \u062E\u0648\u062F\u06A9\u0627\u0631 \u062A\u0645\u062F\u06CC\u062F \u0646\u0645\u06CC \u0634\u0648\u062F.",currentYearlyPlanDescriptionForAutoRenewCacelingWithRealPaiedUser:"\u0628\u0633\u062A\u0647 \u0641\u0639\u0644\u06CC\uFF1A{plan}\u062F\u0631 \u062A\u0627\u0631\u06CC\u062E {endAt} \u0645\u0646\u0642\u0636\u06CC \u0645\u06CC \u0634\u0648\u062F \u0648 \u067E\u0633 \u0627\u0632 \u0627\u0646\u0642\u0636\u0627 \u0628\u0647 \u0637\u0648\u0631 \u062E\u0648\u062F\u06A9\u0627\u0631 \u062A\u0645\u062F\u06CC\u062F \u0646\u0645\u06CC \u0634\u0648\u062F.
<1> \u0628\u0631\u0627\u06CC \u0645\u062F\u06CC\u0631\u06CC\u062A \u0628\u0631\u0646\u0627\u0645\u0647 \u0647\u0627\u06CC \u062A\u0645\u062F\u06CC\u062F \u0627\u06CC\u0646\u062C\u0627 \u0631\u0627 \u06A9\u0644\u06CC\u06A9 \u06A9\u0646\u06CC\u062F",currentYearlyPlanDescriptionForAutoRenewCacelingWithAdmin:"\u0628\u0633\u062A\u0647 \u0641\u0639\u0644\u06CC\uFF1A{plan}\u062F\u0631 \u062A\u0627\u0631\u06CC\u062E {endAt} \u0645\u0646\u0642\u0636\u06CC \u0645\u06CC \u0634\u0648\u062F \u0648 \u067E\u0633 \u0627\u0632 \u0627\u0646\u0642\u0636\u0627 \u0628\u0647 \u0637\u0648\u0631 \u062E\u0648\u062F\u06A9\u0627\u0631 \u062A\u0645\u062F\u06CC\u062F \u0646\u0645\u06CC \u0634\u0648\u062F.
<1>\u0628\u0631\u0627\u06CC \u0641\u0639\u0627\u0644 \u06A9\u0631\u062F\u0646 \u0627\u0634\u062A\u0631\u0627\u06A9 \u0633\u0627\u0644\u0627\u0646\u0647 \u0645\u0633\u062A\u0645\u0631 \u0627\u06CC\u0646\u062C\u0627 \u0631\u0627 \u06A9\u0644\u06CC\u06A9 \u06A9\u0646\u06CC\u062F",currentPlanDescriptionForOneTime:"\u0628\u0633\u062A\u0647 \u0641\u0639\u0644\u06CC\uFF1A{plan}\u0627\u0633\u062A \u0648 \u062F\u0631 {endAt} \u0645\u0646\u0642\u0636\u06CC \u0645\u06CC \u0634\u0648\u062F. <1> \u0628\u0631\u0627\u06CC \u0627\u0631\u062A\u0642\u0627\u0621 \u0628\u0647 \u0647\u0632\u06CC\u0646\u0647 \u0633\u0627\u0644\u0627\u0646\u0647 \u0627\u06CC\u0646\u062C\u0627 \u0631\u0627 \u06A9\u0644\u06CC\u06A9 \u06A9\u0646\u06CC\u062F \u06CC\u0627 <2> \u0647\u0632\u06CC\u0646\u0647 \u0645\u0627\u0647\u0627\u0646\u0647 \u0639\u0636\u0648",upgradePlan:"\u0628\u0631\u0627\u06CC \u0627\u0631\u062A\u0642\u0627\u0621 \u0628\u0647 \u0639\u0636\u0648\u06CC\u062A Pro \u0627\u06CC\u0646\u062C\u0627 \u0631\u0627 \u06A9\u0644\u06CC\u06A9 \u06A9\u0646\u06CC\u062F",upgradeToPro:"\u0628\u0647 \u0639\u0636\u0648\u06CC\u062A Pro \u0627\u0631\u062A\u0642\u0627 \u062F\u0647\u06CC\u062F","popup.openPro":"\u5F00\u901A\u4F1A\u5458\u540E\u53EF\u4EE5\u7545\u4EAB DeepL \u548C OpenAI \u7FFB\u8BD1","popup.openProForPro":"\u0634\u0645\u0627 \u06CC\u06A9 \u0639\u0636\u0648 \u062D\u0631\u0641\u0647 \u0627\u06CC \u0647\u0633\u062A\u06CC\u062F \u0648 \u0645\u06CC \u062A\u0648\u0627\u0646\u06CC\u062F \u0645\u0633\u062A\u0642\u06CC\u0645\u0627\u064B \u0627\u0632 \u062A\u0631\u062C\u0645\u0647 DeepL \u0648 OpenAI \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u06A9\u0646\u06CC\u062F",currentAccount:"\u062D\u0633\u0627\u0628 \u062C\u0627\u0631\u06CC",enableAutoSyncUserSettings:"\u0647\u0645\u06AF\u0627\u0645 \u0633\u0627\u0632\u06CC \u0627\u0628\u0631\u06CC \u062E\u0648\u062F\u06A9\u0627\u0631 \u0631\u0627 \u062F\u0631 \u0686\u0646\u062F\u06CC\u0646 \u062F\u0633\u062A\u06AF\u0627\u0647 \u0641\u0639\u0627\u0644 \u06A9\u0646\u06CC\u062F",modalEnableInputTranslationTitle:"\u0646\u06A9\u0627\u062A \u062A\u0631\u062C\u0645\u0647 \u0647\u0645\u0647\u062C\u0627\u0646\u0628\u0647 \u062C\u0639\u0628\u0647 \u0648\u0631\u0648\u062F\u06CC \u062A\u0631\u062C\u0645\u0647",modalEnableInputTranslationDesc:"\u0634\u0645\u0627 \u0628\u0647 \u062A\u0627\u0632\u06AF\u06CC \u062A\u0631\u062C\u0645\u0647 \u062C\u0639\u0628\u0647 \u0648\u0631\u0648\u062F\u06CC Immersive Translation \u0631\u0627 \u0628\u0627 \u0641\u0634\u0627\u0631 \u062F\u0627\u062F\u0646 \u06A9\u0644\u06CC\u062F \u0641\u0627\u0635\u0644\u0647 \u0633\u0647 \u0628\u0627\u0631 \u067E\u0634\u062A \u0633\u0631 \u0647\u0645 \u0641\u0639\u0627\u0644 \u06A9\u0631\u062F\u0647 \u0627\u06CC\u062F \u0648 \u0645\u062D\u062A\u0648\u0627\u06CC \u062C\u0639\u0628\u0647 \u0648\u0631\u0648\u062F\u06CC \u0628\u0647 \u0632\u0628\u0627\u0646 \u0645\u0642\u0635\u062F \u067E\u06CC\u0634 \u0641\u0631\u0636 \u062A\u0631\u062C\u0645\u0647 \u0645\u06CC \u0634\u0648\u062F. \u062A\u0631\u062C\u0645\u0647 \u0631\u0627 \u0645\u06CC \u062A\u0648\u0627\u0646 \u0628\u0627 Ctrl+Z \u0644\u063A\u0648 \u06A9\u0631\u062F.

\u0627\u06AF\u0631 \u0627\u06CC\u0646 \u06CC\u06A9 \u0627\u0634\u062A\u0628\u0627\u0647 \u0627\u0633\u062A\u060C \u0646\u06AF\u0631\u0627\u0646 \u0646\u0628\u0627\u0634\u06CC\u062F\u060C \u0645\u06CC\u200C\u062A\u0648\u0627\u0646\u06CC\u062F \u0627\u06CC\u0646 \u0628\u0627\u0631 \u0622\u0646 \u0631\u0627 \u063A\u06CC\u0631\u0641\u0639\u0627\u0644 \u06A9\u0646\u06CC\u062F \u06CC\u0627 \u062A\u0631\u062C\u0645\u0647 \u062C\u0639\u0628\u0647 \u0648\u0631\u0648\u062F\u06CC \u0631\u0627 \u0628\u0631\u0627\u06CC \u0647\u0645\u06CC\u0634\u0647 \u063A\u06CC\u0631\u0641\u0639\u0627\u0644 \u06A9\u0646\u06CC\u062F.",saveAndNotShowAgain:"\u0630\u062E\u06CC\u0631\u0647 \u06A9\u0646\u06CC\u062F \u0648 \u062F\u0648\u0628\u0627\u0631\u0647 \u062F\u0631\u062E\u0648\u0627\u0633\u062A \u0646\u06A9\u0646\u06CC\u062F",disableInputTranslationTips:"* \u0647\u0645\u0686\u0646\u06CC\u0646 \u0645\u06CC \u062A\u0648\u0627\u0646\u06CC\u062F \u0633\u0627\u06CC\u0631 \u06A9\u0644\u06CC\u062F\u0647\u0627\u06CC \u0645\u06CC\u0627\u0646\u0628\u0631 \u0631\u0627 \u0628\u0631\u0627\u06CC \u0641\u0639\u0627\u0644 \u06A9\u0631\u062F\u0646 {option} \u060C{learnMore}\u062A\u0646\u0638\u06CC\u0645 \u06A9\u0646\u06CC\u062F.",learnMore:"\u0628\u0631\u0627\u06CC \u0627\u0637\u0644\u0627\u0639\u0627\u062A \u0628\u06CC\u0634\u062A\u0631 \u0627\u06CC\u0646\u062C\u0627 \u06A9\u0644\u06CC\u06A9 \u06A9\u0646\u06CC\u062F",continueEnalbeInputTranslation:"\u0628\u0647 \u0641\u0639\u0627\u0644 \u06A9\u0631\u062F\u0646 \u062A\u0631\u062C\u0645\u0647 \u062C\u0639\u0628\u0647 \u0648\u0631\u0648\u062F\u06CC \u0627\u062F\u0627\u0645\u0647 \u062F\u0647\u06CC\u062F",autoRenewTrialSuffix:'(\u062F\u0631 \u0637\u0648\u0644 \u062F\u0648\u0631\u0647 \u0622\u0632\u0645\u0627\u06CC\u0634\u06CC\u060C\u0628\u0644\u0627\u0641\u0627\u0635\u0644\u0647 \u0628\u0647 \u06CC\u06A9\u0631\u0633\u0645\u06CC \u0627\u0631\u062A\u0642\u0627 \u062E\u0648\u0627\u0647\u062F \u06CC\u0627\u0641\u062A.',upgradeFromTrialTitle:"\u0627\u0631\u062A\u0642\u0627 \u0628\u0647 \u0639\u0636\u0648 \u0631\u0633\u0645\u06CC",subtitle:"\u0632\u06CC\u0631\u0646\u0648\u06CC\u0633 \u0648\u06CC\u062F\u06CC\u0648",youtubeService:"\u062E\u062F\u0645\u0627\u062A \u062A\u0631\u062C\u0645\u0647 \u0632\u06CC\u0631\u0646\u0648\u06CC\u0633 \u0648\u06CC\u062F\u06CC\u0648\u06CC\u06CC \u0647\u0645\u0647\u062C\u0627\u0646\u0628\u0647","subtitle.disabledSubtitle":"\u0632\u06CC\u0631\u0646\u0648\u06CC\u0633 \u0648\u06CC\u062F\u06CC\u0648 \u0631\u0627 \u0628\u0631\u0627\u06CC \u0647\u0645\u06CC\u0634\u0647 \u063A\u06CC\u0631\u0641\u0639\u0627\u0644 \u06A9\u0646\u06CC\u062F","subtitle.disabledSubtitleDescription":"\u0627\u06AF\u0631 \u0632\u06CC\u0631\u0646\u0648\u06CC\u0633\u200C\u0647\u0627\u06CC \u0648\u06CC\u062F\u06CC\u0648\u06CC \xAB\u062A\u0631\u062C\u0645\u0647 Immersive\xBB \u0628\u0627 \u0628\u0631\u0646\u0627\u0645\u0647\u200C\u0647\u0627\u06CC \u0627\u0641\u0632\u0648\u062F\u0646\u06CC \u062F\u06CC\u06AF\u0631 \u062A\u062F\u0627\u062E\u0644 \u062F\u0627\u0631\u0646\u062F\u060C \u0645\u06CC\u200C\u062A\u0648\u0627\u0646\u06CC\u062F \u0627\u0646\u062A\u062E\u0627\u0628 \u06A9\u0646\u06CC\u062F \u06A9\u0647 \u0639\u0645\u0644\u06A9\u0631\u062F \u0632\u06CC\u0631\u0646\u0648\u06CC\u0633\u200C\u0647\u0627\u06CC \u0648\u06CC\u062F\u06CC\u0648\u06CC\u06CC \u062A\u0631\u062C\u0645\u0647 Immersive \u0631\u0627 \u0628\u0631\u0627\u06CC \u0647\u0645\u06CC\u0634\u0647 \u063A\u06CC\u0631\u0641\u0639\u0627\u0644 \u06A9\u0646\u06CC\u062F \u06CC\u0627 \u0633\u0627\u06CC\u0631 \u0628\u0631\u0646\u0627\u0645\u0647\u200C\u0647\u0627\u06CC \u0627\u0641\u0632\u0648\u062F\u0646\u06CC \u0645\u062A\u0646\u0627\u0642\u0636 \u0631\u0627 \u062D\u0630\u0641 \u0646\u0635\u0628 \u06A9\u0646\u06CC\u062F.","subtitle.autoEnableSubtitle":"\u5F00\u542F\u5B57\u5E55\u7FFB\u8BD1","subtitle.autoEnableSubtitleDescription":"\u067E\u0633 \u0627\u0632 \u0641\u0639\u0627\u0644 \u0633\u0627\u0632\u06CC\u060C \u0647\u0646\u06AF\u0627\u0645 \u067E\u062E\u0634 \u0648\u06CC\u062F\u06CC\u0648\u060C \u0632\u06CC\u0631\u0646\u0648\u06CC\u0633 \u062F\u0648\u0632\u0628\u0627\u0646\u0647 \u0628\u0647 \u0635\u0648\u0631\u062A \u062E\u0648\u062F\u06A9\u0627\u0631 \u0646\u0645\u0627\u06CC\u0634 \u062F\u0627\u062F\u0647 \u0645\u06CC \u0634\u0648\u062F\u060C \u062F\u0631 \u063A\u06CC\u0631 \u0627\u06CC\u0646 \u0635\u0648\u0631\u062A \u0628\u0627\u06CC\u062F \u0631\u0648\u06CC \u062F\u06A9\u0645\u0647 \u062A\u0631\u062C\u0645\u0647 \u06A9\u0644\u06CC\u06A9 \u06A9\u0646\u06CC\u062F \u062A\u0627 \u0646\u0645\u0627\u06CC\u0634 \u062F\u0627\u062F\u0647 \u0634\u0648\u062F.","subtitle.preTranslation":"\u0628\u0631\u0627\u06CC \u062A\u0631\u062C\u0645\u0647 \u0632\u06CC\u0631\u0646\u0648\u06CC\u0633 \u0647\u0627 \u0627\u0632 \u062A\u0631\u062C\u0645\u0647 \u0647\u0645\u0647 \u062C\u0627\u0646\u0628\u0647 \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u06A9\u0646\u06CC\u062F","subtitle.preTranslationDescription":"\u067E\u0633 \u0627\u0632 \u0641\u0639\u0627\u0644 \u06A9\u0631\u062F\u0646 \u0622\u0646\u060C \u0627\u0648\u0644\u0648\u06CC\u062A \u0628\u0627 \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u0627\u0632 \u062E\u062F\u0645\u0627\u062A \u062A\u0631\u062C\u0645\u0647 \u0645\u0634\u062E\u0635 \u0634\u062F\u0647 \u062F\u0631 \u0632\u06CC\u0631 \u0628\u0631\u0627\u06CC \u062A\u0631\u062C\u0645\u0647 \u06A9\u0644 \u0632\u06CC\u0631\u0646\u0648\u06CC\u0633 \u0627\u0632 \u0642\u0628\u0644 \u062E\u0648\u0627\u0647\u062F \u0628\u0648\u062F. \u06CC\u06A9 \u0648\u06CC\u062F\u06CC\u0648\u06CC \u06CC\u06A9 \u0633\u0627\u0639\u062A\u0647 \u062A\u0642\u0631\u06CC\u0628\u0627\u064B 50000 \u062A\u0648\u06A9\u0646 \u06CC\u0627 \u06A9\u0627\u0631\u0627\u06A9\u062A\u0631 \u0645\u0635\u0631\u0641 \u0645\u06CC \u06A9\u0646\u062F\u060C \u0628\u0646\u0627\u0628\u0631\u0627\u06CC\u0646 \u0644\u0637\u0641\u0627\u064B \u0627\u0632 \u0622\u0646 \u062F\u0631 \u0635\u0648\u0631\u062A \u0644\u0632\u0648\u0645 \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u06A9\u0646\u06CC\u062F\u061B \u067E\u0633 \u0627\u0632 \u063A\u06CC\u0631\u0641\u0639\u0627\u0644 \u0634\u062F\u0646\u060C \u0627\u0648\u0644\u0648\u06CC\u062A \u062F\u0627\u062F\u0647 \u0645\u06CC \u0634\u0648\u062F. \u0628\u0631\u0627\u06CC \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u0627\u0632 \u0632\u06CC\u0631\u0646\u0648\u06CC\u0633\u200C\u0647\u0627\u06CC \u062A\u0631\u062C\u0645\u0647\u200C\u0634\u062F\u0647 \u0645\u0627\u0634\u06CC\u0646\u06CC \u0647\u0645\u0631\u0627\u0647 \u0628\u0627 \u0648\u06CC\u062F\u06CC\u0648\u06CC \u0627\u0635\u0644\u06CC.","subtitle.humanSubtitlesPreferred":"\u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u0627\u0632 \u0632\u06CC\u0631\u0646\u0648\u06CC\u0633 \u0647\u0627\u06CC \u0627\u0646\u0633\u0627\u0646\u06CC \u0631\u0627 \u062F\u0631 \u0627\u0648\u0644\u0648\u06CC\u062A \u0642\u0631\u0627\u0631 \u062F\u0647\u06CC\u062F","subtitle.humanSubtitlesPreferredDescription":"\u0648\u0642\u062A\u06CC \u0648\u06CC\u062F\u06CC\u0648\u06CC\u06CC \u062F\u0627\u0631\u0627\u06CC \u0632\u06CC\u0631\u0646\u0648\u06CC\u0633 \u062F\u0633\u062A\u06CC \u0628\u0647 \u0632\u0628\u0627\u0646 \u0645\u0642\u0635\u062F \u0627\u0633\u062A\u060C \u0627\u0628\u062A\u062F\u0627 \u0627\u0632 \u0632\u06CC\u0631\u0646\u0648\u06CC\u0633 \u062F\u0633\u062A\u06CC \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u06A9\u0646\u06CC\u062F (\u062A\u0648\u0635\u06CC\u0647 \u0645\u06CC\u200C\u0634\u0648\u062F)",videoSubtitleTranslationDescription:"\u06CC\u06A9 \u0633\u0631\u0648\u06CC\u0633 \u062A\u0631\u062C\u0645\u0647 \u062C\u062F\u0627\u06AF\u0627\u0646\u0647 \u0628\u0631\u0627\u06CC \u0632\u06CC\u0631\u0646\u0648\u06CC\u0633 \u0648\u06CC\u062F\u06CC\u0648\u0647\u0627 \u062A\u0639\u06CC\u06CC\u0646 \u06A9\u0646\u06CC\u062F",subtitleTranslating:"\u062A\u0631\u062C\u0645\u0647 \u0632\u06CC\u0631\u0646\u0648\u06CC\u0633 \u0628\u0627 \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u0627\u0632 \u0633\u0631\u0648\u06CC\u0633 {service} \u060C \u0644\u0637\u0641\u0627 \u0635\u0628\u0631 \u06A9\u0646\u06CC\u062F... (\u062A\u0631\u062C\u0645\u0647 \u0647\u0645\u0647 \u062C\u0627\u0646\u0628\u0647)",subtitleLoading:"\u062F\u0631 \u062D\u0627\u0644 \u0628\u0627\u0631\u06AF\u06CC\u0631\u06CC \u0632\u06CC\u0631\u0646\u0648\u06CC\u0633...",bilingual:"\u062F\u0648 \u0632\u0628\u0627\u0646\u0647","field.action":"\u0627\u06CC\u0646\u06A9\u0647 \u0622\u06CC\u0627 \u0627\u0635\u0637\u0644\u0627\u062D\u0627\u062A Baidu \u0631\u0627 \u0641\u0639\u0627\u0644 \u06A9\u0646\u06CC\u062F","description.action":"\u067E\u0633 \u0627\u0632 \u0641\u0639\u0627\u0644 \u06A9\u0631\u062F\u0646\u060C \u067E\u0627\u0631\u0627\u0645\u062A\u0631 action=1 \u0628\u0647 \u062F\u0631\u062E\u0648\u0627\u0633\u062A \u0627\u0636\u0627\u0641\u0647 \u0645\u06CC\u200C\u0634\u0648\u062F \u062A\u0627 \u0628\u0647 Baidu \u0627\u0637\u0644\u0627\u0639 \u062F\u0627\u062F\u0647 \u0634\u0648\u062F \u062A\u0627 \u0627\u0635\u0637\u0644\u0627\u062D \u0641\u0639\u0627\u0644 \u0634\u0648\u062F. <1> \u0644\u0637\u0641\u0627\u064B \u0628\u0631\u0627\u06CC \u062F\u0633\u062A\u0648\u0631\u0627\u0644\u0639\u0645\u0644\u200C\u0647\u0627\u06CC \u0628\u06CC\u0634\u062A\u0631 \u0628\u0647 \u0645\u0633\u062A\u0646\u062F\u0627\u062A \u0631\u0633\u0645\u06CC \u0645\u0631\u0627\u062C\u0639\u0647 \u06A9\u0646\u06CC\u062F.",closeQuickTranslation:"\u062A\u0648\u067E \u0634\u0646\u0627\u0648\u0631 \u0631\u0627 \u0628\u0628\u0646\u062F\u06CC\u062F","closeQuickTranslation.untilNext":"\u062A\u0627 \u0628\u0627\u0632\u062F\u06CC\u062F \u0628\u0639\u062F\u06CC \u062A\u0639\u0637\u06CC\u0644 \u0627\u0633\u062A","closeQuickTranslation.currentWebsite":"\u0648\u0628 \u0633\u0627\u06CC\u062A \u0641\u0639\u0644\u06CC \u063A\u06CC\u0631\u0641\u0639\u0627\u0644 \u0627\u0633\u062A","closeQuickTranslation.alwaysClose":"\u0628\u0631\u0627\u06CC \u0647\u0645\u06CC\u0634\u0647 \u0627\u0632 \u06A9\u0627\u0631 \u0627\u0641\u062A\u0627\u062F\u0647 \u0627\u0633\u062A","closeQuickTranslation.settingOpen":"(\u062F\u0631 \u0635\u0641\u062D\u0647 \u062A\u0646\u0638\u06CC\u0645\u0627\u062A <1> \u0642\u0627\u0628\u0644 \u0645\u0634\u0627\u0647\u062F\u0647 \u0627\u0633\u062A \u0631\u0648\u0634\u0646 \u06A9\u0646)","closeQuickTranslation.cancel":"\u0644\u063A\u0648 \u06A9\u0646\u06CC\u062F","closeQuickTranslation.confirm":"\u0645\u0637\u0645\u0626\u0646","floatBall.popup":"\u067E\u0627\u0646\u0644 \u062A\u0646\u0638\u06CC\u0645\u0627\u062A \u0633\u0631\u06CC\u0639 \u0631\u0627 \u0628\u0627\u0632 \u06A9\u0646\u06CC\u062F","floatBall.translate":"\u0628\u0631\u0627\u06CC \u062A\u0631\u062C\u0645\u0647 \u0627\u06CC\u0646 \u0635\u0641\u062D\u0647 \u06A9\u0644\u06CC\u06A9 \u06A9\u0646\u06CC\u062F","floatBall.showOriginal":"\u0628\u0631\u0627\u06CC \u0628\u0627\u0632\u06AF\u0634\u062A \u0628\u0647 \u0645\u062A\u0646 \u0627\u0635\u0644\u06CC \u06A9\u0644\u06CC\u06A9 \u06A9\u0646\u06CC\u062F","floatBall.close":"\u062A\u0648\u067E \u0634\u0646\u0627\u0648\u0631 \u0631\u0627 \u0628\u0628\u0646\u062F\u06CC\u062F","floatBallOptions.enableDescPc":"\u067E\u0633 \u0627\u0632 \u0641\u0639\u0627\u0644 \u0634\u062F\u0646 \u062A\u0648\u067E \u0634\u0646\u0627\u0648\u0631 \u0635\u0641\u062D\u0647\u060C \u062F\u06A9\u0645\u0647 \u062A\u0631\u062C\u0645\u0647 \u0633\u0631\u06CC\u0639 \u062F\u0631 \u0633\u0645\u062A \u0631\u0627\u0633\u062A \u0635\u0641\u062D\u0647 \u0646\u0645\u0627\u06CC\u0634 \u062F\u0627\u062F\u0647 \u0645\u06CC \u0634\u0648\u062F.\u0628\u0631\u0627\u06CC \u062A\u0631\u062C\u0645\u0647 \u06A9\u0644\u06CC\u06A9 \u06A9\u0646\u06CC\u062F.","floatBallOptions.enableDesc":"\u5173\u95ED\u60AC\u6D6E\u7403\u540E\uFF0C\u53EF\u4EE5\u7528\u5FEB\u6377\u952E/{touch}\u5524\u8D77\u3002\u4E3A\u9632\u6B62\u4E0D\u614E\u5173\u95ED\u8BE5\u9009\u9879\u540E\u627E\u4E0D\u5230\u60AC\u6D6E\u7403\uFF0C\u5F3A\u70C8\u5EFA\u8BAE\u6536\u85CF\u672C\u8BBE\u7F6E\u9875","description.azureApiUrl":"\u0622\u062F\u0631\u0633 \u0631\u0627\u0628\u0637 API \u0633\u0641\u0627\u0631\u0634\u06CC \u0631\u0627 \u067E\u0631 \u06A9\u0646\u06CC\u062F",confirmSupportMouse:"\u786E\u8BA4\u5F53\u524D\u6D4F\u89C8\u5668\u652F\u6301\u9F20\u6807",confirmSupportMouseDescription:"\u062A\u0634\u062E\u06CC\u0635 \u062F\u0627\u062F\u0647 \u0634\u062F\u0647 \u0627\u0633\u062A \u06A9\u0647 \u0645\u0631\u0648\u0631\u06AF\u0631 \u0641\u0639\u0644\u06CC \u0627\u0632 \u0639\u0645\u0644\u06A9\u0631\u062F \u0645\u0627\u0648\u0633 \u067E\u0634\u062A\u06CC\u0628\u0627\u0646\u06CC \u0646\u0645\u06CC \u06A9\u0646\u062F. \u0622\u06CC\u0627 \u0645\u06CC \u062E\u0648\u0627\u0647\u06CC\u062F \u067E\u0634\u062A\u06CC\u0628\u0627\u0646\u06CC \u0627\u0632 \u0645\u0627\u0648\u0633 \u0631\u0627 \u0628\u0647 \u0627\u062C\u0628\u0627\u0631 \u0641\u0639\u0627\u0644 \u06A9\u0646\u06CC\u062F\u061F",sampleTargetText:"\u0634\u0628 \u0637\u0648\u0644\u0627\u0646\u06CC \u062F\u0631 \u0631\u0627\u0647 \u0627\u0633\u062A \u0648 \u0645\u0646 \u0627\u0632 \u0627\u06CC\u0646 \u0628\u0647 \u0628\u0639\u062F \u062A\u0627 \u0632\u0645\u0627\u0646\u06CC \u06A9\u0647 \u0628\u0645\u06CC\u0631\u0645 \u0645\u0631\u0627\u0642\u0628 \u062E\u0648\u0627\u0647\u0645 \u0628\u0648\u062F. \u0645\u0646 \u0646\u0647 \u0632\u0646 \u0645\u06CC\u06AF\u06CC\u0631\u0645\u060C \u0646\u0647 \u0634\u0627\u0647\u06CC\u060C \u0646\u0647 \u0641\u0631\u0632\u0646\u062F\u06CC. \u062A\u0627\u062C \u0628\u0631 \u0633\u0631 \u0646\u062E\u0648\u0627\u0647\u0645 \u06AF\u0630\u0627\u0634\u062A \u0648 \u0628\u0631\u0627\u06CC \u0627\u0641\u062A\u062E\u0627\u0631\u0627\u062A \u0645\u0633\u0627\u0628\u0642\u0647 \u0646\u0645\u06CC \u062F\u0647\u0645. \u0645\u0646 \u0648\u0638\u06CC\u0641\u0647 \u0627\u0645 \u0631\u0627 \u0635\u0627\u062F\u0642\u0627\u0646\u0647 \u0627\u0646\u062C\u0627\u0645 \u062E\u0648\u0627\u0647\u0645 \u062F\u0627\u062F\u060C \u0632\u0646\u062F\u0647 \u0645\u06CC \u0634\u0648\u0645 \u0648 \u0645\u06CC \u0645\u06CC\u0631\u0645.",sampleSourceText:"Night gathers, and now my watch begins. It shall not end until my death. I shall take no wife, hold no lands, father no children. I shall wear no crowns and win no glory. I shall live and die at my post.","subtitle.supportedSites":"\u5DF2\u652F\u6301\u5728\u8FD9\u4E9B\u7F51\u7AD9\u4F7F\u7528\u53CC\u8BED\u5B57\u5E55\uFF08\u6CE8\u610F\uFF1A\u7531\u4E8E\u6280\u672F\u9650\u5236\uFF0C\u90E8\u5206\u7F51\u7AD9\u5728\u9996\u6B21\u5F00\u542F\u5B57\u5E55\u540E\u9700\u8981\u91CD\u65B0\u5237\u65B0\u9875\u9762\uFF0C\u6216\u8005\u9700\u7B49\u5F85\u7FFB\u8BD1\u5B8C\u6210\u4EE5\u663E\u793A\u53CC\u8BED\u5B57\u5E55\uFF09\uFF1A",viewWithImmersiveTranslate:"\u53CC\u8BED\u7248\u672C(\u6C89\u6D78\u5F0F\u7FFB\u8BD1)",errorReason:"\u9519\u8BEF\u539F\u56E0\uFF1A{message}","proQuotaExceededError.onetime7day":'\uFF0C\u60A8\u53EF\u4EE5\u9009\u62E9\u4EE5\u4E0B\u65B9\u5F0F\u89E3\u51B3\uFF1A

1. \u5207\u6362\u5230 {anotherService} \u6216\u5176\u4ED6\u7FFB\u8BD1\u670D\u52A1
2. \u5347\u7EA7\u4E3A\u6708\u5EA6/\u5E74\u5EA6\u4F1A\u5458',"proQuotaExceededError.trial":'\uFF0C\u60A8\u53EF\u4EE5\u9009\u62E9\u4EE5\u4E0B\u65B9\u5F0F\u89E3\u51B3\uFF1A

1. \u5207\u6362\u5230 {anotherService} \u6216\u5176\u4ED6\u7FFB\u8BD1\u670D\u52A1
2. \u7ACB\u523B\u5347\u7EA7\u4E3A\u6B63\u5F0F\u4F1A\u5458',"proQuotaExceededError.nonTrial":'\uFF0C\u60A8\u53EF\u4EE5\u9009\u62E9\u4EE5\u4E0B\u65B9\u5F0F\u89E3\u51B3\uFF1A

1. \u5207\u6362\u5230 {anotherService} \u6216\u5176\u4ED6\u7FFB\u8BD1\u670D\u52A1
2. \u8D2D\u4E70 {translationService} \u989D\u5916\u6D41\u91CF\u5305',"proQuotaExceededError.resetTime":"
3. \u989D\u5EA6\u91CD\u7F6E\u65F6\u95F4\uFF1A{resetTime}","desc.touchShortcutsToggleTranslatePageOnlyTranslation":"\u0641\u0642\u0637 \u0645\u062A\u0646 \u062A\u0631\u062C\u0645\u0647 \u0628\u0647 \u0645\u0639\u0646\u06CC \u0627\u0633\u062A \u06A9\u0647 \u0641\u0642\u0637 \u0645\u062A\u0646 \u062A\u0631\u062C\u0645\u0647 \u0646\u0645\u0627\u06CC\u0634 \u062F\u0627\u062F\u0647 \u0645\u06CC \u0634\u0648\u062F\u060C \u0627\u06AF\u0631 \u0635\u0641\u062D\u0647 \u0648\u0628 \u0647\u0646\u0648\u0632 \u062A\u0631\u062C\u0645\u0647 \u0646\u0634\u062F\u0647 \u0627\u0633\u062A\u060C \u062D\u0627\u0644\u062A \u062A\u063A\u06CC\u06CC\u0631 \u062E\u0648\u0627\u0647\u062F \u06A9\u0631\u062F \u0648 \u062A\u0631\u062C\u0645\u0647 \u062E\u0648\u0627\u0647\u062F \u0634\u062F.","desc.toggleOnlyTransation":"\u062D\u0627\u0644\u062A \u0641\u0642\u0637 \u062A\u0631\u062C\u0645\u0647 \u0628\u0647 \u0627\u06CC\u0646 \u0645\u0639\u0646\u06CC \u0627\u0633\u062A \u06A9\u0647 \u0641\u0642\u0637 \u0645\u062A\u0646 \u062A\u0631\u062C\u0645\u0647 \u0634\u062F\u0647 \u0646\u0645\u0627\u06CC\u0634 \u062F\u0627\u062F\u0647 \u0645\u06CC \u0634\u0648\u062F\u060C \u0627\u06AF\u0631 \u0635\u0641\u062D\u0647 \u0648\u0628 \u0647\u0646\u0648\u0632 \u062A\u0631\u062C\u0645\u0647 \u0646\u0634\u062F\u0647 \u0628\u0627\u0634\u062F\u060C \u062D\u0627\u0644\u062A \u062A\u063A\u06CC\u06CC\u0631 \u062E\u0648\u0627\u0647\u062F \u06A9\u0631\u062F \u0648 \u062A\u0631\u062C\u0645\u0647 \u062E\u0648\u0627\u0647\u062F \u0634\u062F.",touchShortcutsToggleTranslatePageOnlyTranslation:"\u062A\u0646\u0638\u06CC\u0645 \u062D\u0631\u06A9\u062A \u0644\u0645\u0633\u06CC \u0635\u0641\u062D\u0647 \u0646\u0645\u0627\u06CC\u0634 \u0628\u0631\u0627\u06CC \u062A\u063A\u06CC\u06CC\u0631 \u0628\u06CC\u0646 \u062D\u0627\u0644\u062A \u062F\u0648\u0632\u0628\u0627\u0646\u0647 / \u0641\u0642\u0637 \u0645\u062A\u0646 \u062A\u0631\u062C\u0645\u0647 \u0634\u062F\u0647",download_started:"\u062F\u0627\u0646\u0644\u0648\u062F \u0634\u0631\u0648\u0639 \u0634\u062F\u0647 \u0627\u0633\u062A \u060C \u0627\u06AF\u0631 \u0628\u0647 \u0637\u0648\u0631 \u062E\u0648\u062F\u06A9\u0627\u0631 \u062F\u0627\u0646\u0644\u0648\u062F \u0646\u0634\u062F \u060C \u0644\u0637\u0641\u0627\u064B \u0628\u0647 \u0635\u0648\u0631\u062A \u062F\u0633\u062A\u06CC \u062F\u0627\u0646\u0644\u0648\u062F \u06A9\u0646\u06CC\u062F.",here:"\u0627\u06CC\u0646\u062C\u0627","translationFont.customPlaceholder":"\u0641\u0648\u0646\u062A",translationFont:"\u062A\u0646\u0638\u06CC\u0645 \u0641\u0648\u0646\u062A",batchEdit:"\u0639\u0645\u0644\u06CC\u0627\u062A \u062F\u0633\u062A\u0647 \u062C\u0645\u0639\u06CC","translationModeLang.translation.title":"\u0641\u0642\u0637 \u062D\u0627\u0644\u062A \u062A\u0631\u062C\u0645\u0647 \u0632\u0628\u0627\u0646","error.goReset":"\u0628\u0627\u0632\u0646\u0634\u0627\u0646\u06CC \u06A9\u0646\u06CC\u062F","translationFont.custom":"\u0648\u0631\u0648\u062F \u0641\u0648\u0646\u062A \u0633\u0641\u0627\u0631\u0634\u06CC","error.serveConfigError":"\u062E\u0637\u0627\u06CC \u067E\u06CC\u06A9\u0631\u0628\u0646\u062F\u06CC \u0633\u0631\u0648\u06CC\u0633",detectServiceLoading:"\u062F\u0631 \u062D\u0627\u0644 \u0628\u0631\u0631\u0633\u06CC \u062E\u062F\u0645\u0627\u062A \u062A\u0631\u062C\u0645\u0647 \u0645\u0648\u062C\u0648\u062F...","touch.mouse-translate":"\u062A\u0631\u062C\u0645\u0647 \u067E\u0627\u0631\u0627\u06AF\u0631\u0627\u0641 \u0645\u0634\u062E\u0635","translationModeUrl.translation.title":"\u0622\u062F\u0631\u0633 \u0627\u06CC\u0646\u062A\u0631\u0646\u062A\u06CC \u062D\u0627\u0644\u062A \u0641\u0642\u0637 \u062A\u0631\u062C\u0645\u0647","translationServices.inherit":"\u0628\u0627 \u062E\u062F\u0645\u0627\u062A \u062A\u0631\u062C\u0645\u0647 \u0627\u0635\u0644\u06CC \u062F\u0646\u0628\u0627\u0644 \u06A9\u0646\u06CC\u062F","error.reloadPageOfSetting":"\u067E\u0633 \u0627\u0632 \u067E\u06CC\u06A9\u0631\u0628\u0646\u062F\u06CC\u060C \u0644\u0637\u0641\u0627 \u0635\u0641\u062D\u0647 \u0631\u0627 \u062F\u0648\u0628\u0627\u0631\u0647 \u062A\u0627\u0632\u0647 \u06A9\u0646\u06CC\u062F \u0648 \u062F\u0648\u0628\u0627\u0631\u0647 \u062A\u0631\u062C\u0645\u0647 \u06A9\u0646\u06CC\u062F.","error.configError":"\u0627\u0637\u0644\u0627\u0639\u0627\u062A \u067E\u06CC\u06A9\u0631\u0628\u0646\u062F\u06CC \u063A\u06CC\u0631 \u0645\u0639\u0645\u0648\u0644\u06CC \u0627\u0633\u062A","error.proTokenInvalid":"\u0627\u06AF\u0631 \u06A9\u0627\u0631\u0628\u0631 Pro \u0647\u0633\u062A\u06CC\u062F\u060C \u0644\u0637\u0641\u0627\u064B \u067E\u0633 \u0627\u0632 \u0648\u0631\u0648\u062F \u0627\u0632 \u062E\u062F\u0645\u0627\u062A \u062A\u0631\u062C\u0645\u0647 Pro \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u06A9\u0646\u06CC\u062F.",videoSubtitlePreTranslationOff:"\u0632\u06CC\u0631\u0646\u0648\u06CC\u0633 \u0648\u06CC\u062F\u06CC\u0648 \u0627\u0648\u0644\u0648\u06CC\u062A \u062E\u0648\u0627\u0647\u062F \u062F\u0627\u062F \u0628\u0647 \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u0627\u0632 \u0632\u06CC\u0631\u0646\u0648\u06CC\u0633 \u0645\u0627\u0634\u06CC\u0646\u06CC \u0645\u0648\u062C\u0648\u062F \u062F\u0631 \u0648\u06CC\u062F\u06CC\u0648 \u0627\u0635\u0644\u06CC",toggleToService:"\u0628\u0647 {service} \u062A\u063A\u06CC\u06CC\u0631 \u062F\u0647\u06CC\u062F \u0648 \u062F\u0648\u0628\u0627\u0631\u0647 \u0627\u0645\u062A\u062D\u0627\u0646 \u06A9\u0646\u06CC\u062F","error.proUpgrade":"\u067E\u0633 \u0627\u0632 \u0627\u0631\u062A\u0642\u0627\u060C \u0644\u0637\u0641\u0627 \u0635\u0641\u062D\u0647 \u0631\u0627 \u062F\u0648\u0628\u0627\u0631\u0647 \u062A\u0631\u062C\u0645\u0647 \u06A9\u0646\u06CC\u062F.",enableSentryReport:"\u0648\u0642\u062A\u06CC \u062E\u0637\u0627\u06CC \u06AF\u0633\u062A\u0631\u0634 \u0631\u062E \u0645\u06CC \u062F\u0647\u062F\u060C \u0628\u0627 \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u0627\u0632 Sentry \u0628\u0631\u0627\u06CC \u0627\u0631\u0633\u0627\u0644 \u0628\u0627\u0632\u062E\u0648\u0631\u062F \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u06A9\u0646\u06CC\u062F.","error.403":"\u062E\u062F\u0645\u062A \u062E\u0637\u0627\u06CC \u0628\u0631\u06AF\u0634\u062A \u062F\u0627\u062F\u0647 \u0627\u0633\u062A\u060C \u0645\u0648\u0642\u062A\u0627\u064B \u0627\u062C\u0627\u0632\u0647 \u062F\u0633\u062A\u0631\u0633\u06CC \u0628\u0647 \u0627\u06CC\u0646 \u062E\u062F\u0645\u062A \u0631\u0627 \u0646\u062F\u0627\u0631\u06CC\u062F.",videoSubtitlePreTranslationOn:"\u0632\u06CC\u0631\u0646\u0648\u06CC\u0633 \u0647\u0627\u06CC \u0648\u06CC\u062F\u06CC\u0648 \u0628\u0647 \u0637\u0648\u0631 \u0627\u0648\u0644\u0648\u06CC\u062A\u06CC \u0627\u0632 \u062A\u0631\u062C\u0645\u0647 \u0641\u0631\u0648 \u0631\u0641\u062A\u06AF\u06CC \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u062E\u0648\u0627\u0647\u062F \u06A9\u0631\u062F.","translationModeUrl.translation.description":"\u0648\u0642\u062A\u06CC \u0648\u0628 \u0633\u0627\u06CC\u062A \u0628\u0631\u0627\u06CC \u062F\u0627\u0645\u0646\u0647 \u0647\u0627\u06CC \u0632\u06CC\u0631 \u0627\u0633\u062A\u060C \u0628\u0647 \u0637\u0648\u0631 \u062E\u0648\u062F\u06A9\u0627\u0631 \u0627\u0632 \u062D\u0627\u0644\u062A \u0641\u0642\u0637 \u0645\u062A\u0646 \u062A\u0631\u062C\u0645\u0647 \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u0645\u06CC \u06A9\u0646\u062F.","error.502":"\u062E\u062F\u0645\u062A \u062E\u0637\u0627 \u062F\u0627\u062F\u0647 \u0627\u0633\u062A\u060C \u062E\u062F\u0645\u062A \u0628\u0647 \u062A\u0627\u062E\u06CC\u0631 \u0627\u0641\u062A\u0627\u062F\u0647 \u0627\u0633\u062A\u060C \u0644\u0637\u0641\u0627 \u0628\u0639\u062F\u0627 \u062F\u0648\u0628\u0627\u0631\u0647 \u0627\u0645\u062A\u062D\u0627\u0646 \u06A9\u0646\u06CC\u062F.","error.openAIExceededQuota":"\u062E\u0637\u0627\u06CC \u0628\u0627\u0632\u06AF\u0634\u062A \u0633\u0631\u0648\u06CC\u0633: \u0645\u0648\u062C\u0648\u062F\u06CC \u062D\u0633\u0627\u0628 OpenAI \u0634\u0645\u0627 \u06A9\u0627\u0641\u06CC \u0646\u06CC\u0633\u062A\u060C \u0644\u0637\u0641\u0627\u064B \u0627\u0632 \u0637\u0631\u06CC\u0642 \u067E\u0646\u0644 \u0645\u062F\u06CC\u0631\u06CC\u062A\u06CC \u0631\u0633\u0645\u06CC OpenAI \u0634\u0627\u0631\u0698 \u06A9\u0646\u06CC\u062F \u06CC\u0627 \u06A9\u0627\u0631\u062A \u0627\u0639\u062A\u0628\u0627\u0631\u06CC \u062E\u0648\u062F \u0631\u0627 \u0645\u062A\u0635\u0644 \u06A9\u0646\u06CC\u062F.","translationModeLang.translation.description":"\u0648\u0642\u062A\u06CC \u0632\u0628\u0627\u0646 \u0635\u0641\u062D\u0647 \u0628\u0647 \u0632\u0628\u0627\u0646\u0647\u0627\u06CC \u0632\u06CC\u0631 \u0627\u0633\u062A\u060C \u0628\u0647 \u0637\u0648\u0631 \u062E\u0648\u062F\u06A9\u0627\u0631 \u0627\u0632 \u062D\u0627\u0644\u062A \u062A\u0631\u062C\u0645\u0647 \u0641\u0642\u0637 \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u0645\u06CC \u0634\u0648\u062F","error.429":"\u062E\u062F\u0645\u062A \u062E\u0637\u0627 \u0631\u0627 \u0628\u0631\u0645\u06CC \u06AF\u0631\u062F\u0627\u0646\u062F\u060C \u06A9\u0647 \u0646\u0634\u0627\u0646 \u0645\u06CC \u062F\u0647\u062F \u062F\u0631\u062E\u0648\u0627\u0633\u062A \u0628\u06CC\u0634 \u0627\u0632 \u062D\u062F \u0645\u06A9\u0631\u0631 \u06CC\u0627 \u0628\u06CC\u0634 \u0627\u0632 \u062D\u062F \u0645\u062D\u062F\u0648\u062F\u06CC\u062A \u0627\u0633\u062A\u060C \u0644\u0637\u0641\u0627 \u0628\u0639\u062F\u0627 \u062F\u0648\u0628\u0627\u0631\u0647 \u0627\u0645\u062A\u062D\u0627\u0646 \u06A9\u0646\u06CC\u062F.","error.400":"\u062E\u0637\u0627\u06CC\u06CC \u062F\u0631 \u0628\u0627\u0632\u06AF\u0634\u062A \u062E\u062F\u0645\u0627\u062A \u0631\u062E \u062F\u0627\u062F\u0647 \u0627\u0633\u062A \u060C \u067E\u0627\u0631\u0627\u0645\u062A\u0631 \u062F\u0631\u062E\u0648\u0627\u0633\u062A \u0627\u0634\u062A\u0628\u0627\u0647 \u0627\u0633\u062A \u060C \u0644\u0637\u0641\u0627\u064B \u067E\u06CC\u06A9\u0631\u0628\u0646\u062F\u06CC \u0645\u0631\u0628\u0648\u0637\u0647 \u0631\u0627 \u0628\u0631\u0631\u0633\u06CC \u06A9\u0646\u06CC\u062F.","error.googleLimitIp":"\u062E\u062F\u0645\u062A \u062E\u0637\u0627 \u0631\u0627 \u0628\u0631\u0645\u06CC \u06AF\u0631\u062F\u0627\u0646\u062F \u060C \u062E\u062F\u0645\u0627\u062A \u06AF\u0648\u06AF\u0644 \u0628\u0631\u0627\u06CC \u0627\u06CC\u0646 \u0622\u062F\u0631\u0633 IP \u0645\u062D\u062F\u0648\u062F \u0634\u062F\u0647 \u0627\u0633\u062A \u060C \u067E\u06CC\u0634\u0646\u0647\u0627\u062F \u0645\u06CC \u06A9\u0646\u06CC\u0645 \u0634\u0645\u0627 \u0646\u0648\u062F \u0634\u0628\u06A9\u0647 \u0631\u0627 \u062A\u063A\u06CC\u06CC\u0631 \u062F\u0647\u06CC\u062F.","translationFont.notSupportErrorMessage":"\u0644\u0637\u0641\u0627\u064B \u0646\u0627\u0645 \u0641\u0648\u0646\u062A\u06CC \u06A9\u0647 \u0648\u0627\u0631\u062F \u06A9\u0631\u062F\u0647 \u0627\u06CC\u062F \u0631\u0627 \u0628\u0631\u0631\u0633\u06CC \u06A9\u0646\u06CC\u062F \u062A\u0627 \u0645\u0637\u0645\u0626\u0646 \u0634\u0648\u06CC\u062F \u06A9\u0647 \u062F\u0631\u0633\u062A \u0627\u0633\u062A\u060C \u06CC\u0627 \u062A\u0623\u06CC\u06CC\u062F \u06A9\u0646\u06CC\u062F \u06A9\u0647 \u0627\u06CC\u0646 \u0641\u0648\u0646\u062A \u0628\u0631 \u0631\u0648\u06CC \u062F\u0633\u062A\u06AF\u0627\u0647 \u0634\u0645\u0627 \u0646\u0635\u0628 \u0634\u062F\u0647 \u0627\u0633\u062A.","error.gemini.429":"\u062E\u062F\u0645\u062A Gemini \u062F\u0631 \u062D\u0627\u0644 \u062D\u0627\u0636\u0631 \u0628\u0647 \u0638\u0631\u0641\u06CC\u062A \u062D\u062F\u0627\u06A9\u062B\u0631\u06CC \u062E\u0648\u062F \u0631\u0633\u06CC\u062F\u0647 \u0627\u0633\u062A\u060C \u0644\u0637\u0641\u0627\u064B \u0628\u0639\u062F\u0627\u064B \u062F\u0648\u0628\u0627\u0631\u0647 \u0627\u0645\u062A\u062D\u0627\u0646 \u06A9\u0646\u06CC\u062F \u06CC\u0627 \u0628\u0647 \u0633\u0631\u0648\u06CC\u0633 \u062A\u0631\u062C\u0645\u0647 \u062F\u06CC\u06AF\u0631\u06CC \u062A\u063A\u06CC\u06CC\u0631 \u062F\u0647\u06CC\u062F.","desc.toggleVideoSubtitlePreTranslation":"\u0628\u0639\u062F \u0641\u0634\u0627\u0631\u060C \u0632\u06CC\u0631\u0646\u0648\u06CC\u0633 \u062F\u0648\u0632\u0628\u0627\u0646\u0647 \u0648\u06CC\u062F\u06CC\u0648 \u0627\u0648\u0644\u0648\u06CC\u062A \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u0627\u0632 \u062A\u0646\u0638\u06CC\u0645\u0627\u062A \u062A\u0631\u062C\u0645\u0647 \u063A\u0648\u0637\u0647 \u0648\u0631 \u062E\u0648\u0627\u0647\u062F \u062F\u0627\u0634\u062A\u060C \u0628\u0627 \u0641\u0634\u0627\u0631 \u062F\u0648\u0628\u0627\u0631\u0647\u060C \u0627\u0648\u0644\u0648\u06CC\u062A \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u0627\u0632 \u0632\u06CC\u0631\u0646\u0648\u06CC\u0633 \u0645\u0627\u0634\u06CC\u0646\u06CC \u0627\u0635\u0644\u06CC \u0648\u06CC\u062F\u06CC\u0648 \u062E\u0648\u0627\u0647\u062F \u0628\u0648\u062F\u060C \u062A\u0648\u062C\u0647 \u062F\u0627\u0634\u062A\u0647 \u0628\u0627\u0634\u06CC\u062F: \u0627\u06CC\u0646 \u0645\u06CC\u0627\u0646\u0628\u0631 \u062A\u0646\u0638\u06CC\u0645\u0627\u062A \u062C\u0647\u0627\u0646\u06CC \u0631\u0627 \u062A\u063A\u06CC\u06CC\u0631 \u0645\u06CC \u062F\u0647\u062F.","error.openAIFreeLimit":"\u062E\u062F\u0645\u062A \u062E\u0637\u0627 \u0631\u0627 \u0628\u0631\u0645\u06CC \u06AF\u0631\u062F\u0627\u0646\u062F\u060C \u0641\u0631\u06A9\u0627\u0646\u0633 \u062F\u0631\u062E\u0648\u0627\u0633\u062A \u062A\u0631\u062C\u0645\u0647 \u0641\u0639\u0644\u06CC \u0628\u0647 \u062D\u062F\u0627\u06A9\u062B\u0631 3 \u0628\u0627\u0631 \u062F\u0631 \u062F\u0642\u06CC\u0642\u0647 \u0631\u0633\u06CC\u062F\u0647 \u0627\u0633\u062A\u060C \u0644\u0637\u0641\u0627\u064B \u0628\u0639\u062F\u0627\u064B \u062F\u0648\u0628\u0627\u0631\u0647 \u0627\u0645\u062A\u062D\u0627\u0646 \u06A9\u0646\u06CC\u062F. (\u0627\u06CC\u0646 \u0645\u062D\u062F\u0648\u062F\u06CC\u062A \u0631\u0633\u0645\u06CC OpenAI \u0628\u0631\u0627\u06CC API Key \u0631\u0627\u06CC\u06AF\u0627\u0646 \u0627\u0633\u062A\u060C \u0628\u0631\u0627\u06CC \u0631\u0641\u0639 \u0627\u06CC\u0646 \u0645\u062D\u062F\u0648\u062F\u06CC\u062A\u060C \u0644\u0637\u0641\u0627\u064B \u06A9\u0627\u0631\u062A \u0627\u0639\u062A\u0628\u0627\u0631\u06CC \u062E\u0648\u062F \u0631\u0627 \u062F\u0631 \u067E\u0646\u0644 OpenAI \u0645\u062A\u0635\u0644 \u06A9\u0646\u06CC\u062F.)","error.serveUnavailable":"\u062E\u062F\u0645\u062A [{serverName}] \u06A9\u0647 \u062F\u0631 \u062D\u0627\u0644 \u062D\u0627\u0636\u0631 \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u0645\u06CC \u06A9\u0646\u06CC\u062F \u0628\u0647 \u062F\u0644\u06CC\u0644 \u0645\u0634\u06A9\u0644\u0627\u062A \u0627\u062A\u0635\u0627\u0644 \u0628\u0647 \u0634\u0628\u06A9\u0647 \u06CC\u0627 \u0645\u0634\u06A9\u0644\u0627\u062A \u0627\u0631\u0627\u0626\u0647 \u062F\u0647\u0646\u062F\u0647 \u062E\u062F\u0645\u0627\u062A \u0645\u0648\u0642\u062A\u0627\u064B \u0642\u0627\u0628\u0644 \u062F\u0633\u062A\u0631\u0633\u06CC \u0646\u06CC\u0633\u062A. \u067E\u06CC\u0634\u0646\u0647\u0627\u062F \u0645\u06CC \u06A9\u0646\u06CC\u0645 \u0635\u0641\u062D\u0647 \u0631\u0627 \u062A\u0627\u0632\u0647 \u06A9\u0646\u06CC\u062F \u06CC\u0627 \u0627\u0632 \u0637\u0631\u06CC\u0642 <1>\u062A\u0646\u0638\u06CC\u0645\u0627\u062A \u0628\u0647 \u062E\u062F\u0645\u0627\u062A \u062A\u0631\u062C\u0645\u0647 \u062F\u06CC\u06AF\u0631\u06CC \u062A\u063A\u06CC\u06CC\u0631 \u062F\u0647\u06CC\u062F. \u0627\u06AF\u0631 \u0634\u0645\u0627 \u0639\u0636\u0648 <2>Pro \u0647\u0633\u062A\u06CC\u062F\u060C \u0645\u06CC \u062A\u0648\u0627\u0646\u06CC\u062F \u0627\u0632 \u062E\u062F\u0645\u0627\u062A \u062A\u0631\u062C\u0645\u0647 \u067E\u0627\u06CC\u062F\u0627\u0631\u062A\u0631 DeepL \u06CC\u0627 OpenAI \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u06A9\u0646\u06CC\u062F (<3>\u0627\u06CC\u0646\u062C\u0627 \u0631\u0627 \u0628\u0631\u0627\u06CC \u062A\u062C\u0631\u0628\u0647 \u0631\u0627\u06CC\u06AF\u0627\u0646 \u06A9\u0644\u06CC\u06A9 \u06A9\u0646\u06CC\u062F). \u0639\u0644\u0627\u0648\u0647 \u0628\u0631 \u0627\u06CC\u0646\u060C \u0645\u0645\u06A9\u0646 \u0627\u0633\u062A \u0646\u06CC\u0627\u0632 \u0628\u0627\u0634\u062F \u062A\u0646\u0638\u06CC\u0645\u0627\u062A \u0634\u0628\u06A9\u0647 \u06CC\u0627 \u067E\u0631\u0648\u06A9\u0633\u06CC \u062E\u0648\u062F \u0631\u0627 \u0628\u0631\u0631\u0633\u06CC \u06A9\u0646\u06CC\u062F.","widget.translateFile":"PDF/ePub",goLogin:"\u0648\u0631\u0648\u062F \u06A9\u0646\u06CC\u062F",notLogin:"\u0648\u0631\u0648\u062F \u0646\u0634\u062F\u0647 \u0627\u0633\u062A","error.reason":"\u062F\u0644\u06CC\u0644 \u062E\u0637\u0627",shortcutSettings:"\u0645\u06CC\u0627\u0646\u0628\u0631",alwaysTranslate:"\u0647\u0645\u06CC\u0634\u0647 \u062A\u0631\u062C\u0645\u0647 \u06A9\u0646\u06CC\u062F","translationServices.gemini":"\u062C\u0645\u0646\u06CC","slide.left":"\u0628\u0647 \u0631\u0627\u0633\u062A \u0628\u06A9\u0634\u06CC\u062F",loggedIn:"\u0648\u0627\u0631\u062F \u0634\u062F\u0647 \u0627\u06CC\u062F","floatBall.iKnow":"\u0645\u0646 \u0645\u06CC \u062F\u0627\u0646\u0645","intro.floatBallTitle":"\u062A\u0631\u062C\u0645\u0647 \u0633\u0631\u06CC\u0639 \u0628\u0627\u0644 \u0634\u0646\u0627\u0648\u0631","shortcutGroup.touch":"\u0698\u0633\u062A \u0647\u0627\u06CC \u062E\u0627\u0635 \u0635\u0641\u062D\u0647 \u0644\u0645\u0633\u06CC","tagsInput.add":"+ \u0627\u0636\u0627\u0641\u0647 \u06A9\u0631\u062F\u0646",shortcutSettingsTitle:"\u062A\u0646\u0638\u06CC\u0645\u0627\u062A \u0645\u06CC\u0627\u0646\u0628\u0631","widget.instruction":"\u062F\u0633\u062A\u0648\u0631\u0627\u0644\u0639\u0645\u0644 \u0627\u0633\u062A\u0641\u0627\u062F\u0647",touchShortcutsOff:"\u0628\u0633\u062A\u0647 \u0634\u062F\u0646","shortcutGroup.others":"\u06A9\u0644\u06CC\u062F\u0647\u0627\u06CC \u0645\u06CC\u0627\u0646\u0628\u0631 \u0633\u0641\u0627\u0631\u0634\u06CC \u0628\u06CC\u0634\u062A\u0631","error.subscriptionExpiredTitle":"\u0639\u0636\u0648\u06CC\u062A \u0645\u0646\u0642\u0636\u06CC \u0634\u062F\u0647 \u0627\u0633\u062A","error.retry":"\u062A\u0644\u0627\u0634 \u0645\u062C\u062F\u062F",neverTranslate:"\u0647\u0631\u06AF\u0632 \u062A\u0631\u062C\u0645\u0647 \u0646\u0645\u06CC \u06A9\u0646\u0645",networkError:"\u062E\u062F\u0645\u0627\u062A \u062A\u0631\u062C\u0645\u0647 \u06CC\u0627 \u0634\u0628\u06A9\u0647 \u0645\u0634\u06A9\u0644 \u062F\u0627\u0631\u062F","widget.translateFileTooltip":"\u062A\u0631\u062C\u0645\u0647 \u0627\u0633\u0646\u0627\u062F PDF\u060C EPUB\u060C SRT\u060C ASS\u060C HTML \u0648 TXT","slide.right":"\u0628\u0647 \u0686\u067E \u0628\u06A9\u0634\u06CC\u062F","multipleClick.3":"\u0633\u0647 \u0636\u0631\u0628\u0647 \u0645\u062A\u0648\u0627\u0644\u06CC","multipleClick.4":"\u0686\u0647\u0627\u0631 \u0636\u0631\u0628\u0647 \u0645\u062A\u0648\u0627\u0644\u06CC",pickAll:"\u0627\u0646\u062A\u062E\u0627\u0628 \u0647\u0645\u0647",contact:"\u0628\u0627 \u0645\u0627 \u062A\u0645\u0627\u0633 \u0628\u06AF\u06CC\u0631\u06CC\u062F","subtitle.bilingual":"\u0632\u06CC\u0631\u0646\u0648\u06CC\u0633 \u062F\u0648\u0632\u0628\u0627\u0646\u0647","shortcutGroup.shortcutsForTranslationServices":"\u06A9\u0644\u06CC\u062F\u0647\u0627\u06CC \u0645\u06CC\u0627\u0646\u0628\u0631 \u0645\u0631\u0628\u0648\u0637 \u0628\u0647 \u062E\u062F\u0645\u0627\u062A \u062A\u0631\u062C\u0645\u0647",buildSnapshots:"\u0627\u06CC\u062C\u0627\u062F \u0639\u06A9\u0633 \u0641\u0648\u0631\u06CC \u0627\u0632 \u0635\u0641\u062D\u0647 \u0648\u0628","widget.instructionTooltip":"\u062F\u0633\u062A\u0648\u0631\u0627\u0644\u0639\u0645\u0644 \u0631\u0627 \u0628\u0631\u0631\u0633\u06CC \u06A9\u0646\u06CC\u062F","widget.videoSubtitle":"\u0632\u06CC\u0631\u0646\u0648\u06CC\u0633 \u0648\u06CC\u062F\u06CC\u0648","multipleClick.2":"\u062F\u0648\u0628\u0627\u0631 \u06A9\u0644\u06CC\u06A9 \u06A9\u0646\u06CC\u062F","subtitle.autoDisableSubtitle":"\u0632\u06CC\u0631\u0646\u0648\u06CC\u0633 \u062F\u0648\u0632\u0628\u0627\u0646\u0647 \u0628\u0647 \u0635\u0648\u0631\u062A \u062E\u0648\u062F\u06A9\u0627\u0631 \u0641\u0639\u0627\u0644 \u0646\u0645\u06CC \u0634\u0648\u062F",mouseHoverCustomKeyTitle:"\u0633\u0641\u0627\u0631\u0634\u06CC \u06A9\u0631\u062F\u0646 \u0645\u06CC\u0627\u0646\u0628\u0631 \u0645\u0648\u0633 \u062F\u0631 \u062D\u0627\u0644\u062A \u0634\u0646\u0627\u0648\u0631","browser.translateWithOpenAI":"\u0627\u0632 OpenAI \u0628\u0631\u0627\u06CC \u062A\u0631\u062C\u0645\u0647 \u0645\u0648\u0642\u062A\u06CC \u0635\u0641\u062D\u0647 \u0641\u0639\u0644\u06CC \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u06A9\u0646\u06CC\u062F",neverTranslateThisSite:"\u0647\u0631\u06AF\u0632 \u0627\u06CC\u0646 \u0648\u0628\u0633\u0627\u06CC\u062A \u0631\u0627 \u062A\u0631\u062C\u0645\u0647 \u0646\u06A9\u0646\u06CC\u062F","browser.translateInputBox":"\u062A\u0631\u062C\u0645\u0647 \u0645\u062D\u062A\u0648\u0627\u06CC \u062C\u0639\u0628\u0647 \u0648\u0631\u0648\u062F\u06CC \u0641\u0639\u0644\u06CC","subtitle.hideQuickButton":"\u062F\u06CC\u06AF\u0631 \u0627\u06CC\u0646 \u0645\u06CC\u0627\u0646\u0628\u0631 \u0631\u0627 \u0646\u0634\u0627\u0646 \u0646\u062F\u0647","subtitle.showQuickButton":"\u062F\u0631 \u067E\u062E\u0634 \u06A9\u0646\u0646\u062F\u0647\u060C \u0645\u06CC\u0627\u0646\u0628\u0631 \u0632\u06CC\u0631\u0646\u0648\u06CC\u0633 \u062F\u0648\u0632\u0628\u0627\u0646\u0647 \u0646\u0645\u0627\u06CC\u0634 \u062F\u0627\u062F\u0647 \u0634\u0648\u062F","browser.translateWithTransmart":"\u0627\u0632 \u062A\u0631\u062C\u0645\u0647 \u0645\u0648\u0642\u062A\u06CC \u062A\u0646\u0633\u0646\u062A \u0628\u0631\u0627\u06CC \u0635\u0641\u062D\u0647 \u0641\u0639\u0644\u06CC \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u06A9\u0646\u06CC\u062F","intro.hoverTitle":"\u0645\u0648\u0634\u0648\u0627\u0631\u0647 \u0631\u0627 \u0628\u0631 \u0631\u0648\u06CC \u067E\u0627\u0631\u0627\u06AF\u0631\u0627\u0641 \u0641\u0639\u0644\u06CC \u0628\u06AF\u0630\u0627\u0631\u06CC\u062F \u062A\u0627 \u062A\u0631\u062C\u0645\u0647 \u0634\u0648\u062F","shortcutGroup.mouse":"\u062A\u0646\u0638\u06CC\u0645\u0627\u062A \u0645\u06CC\u0627\u0646\u0628\u0631 \u0645\u0648\u0633 \u062F\u0631 \u062D\u0627\u0644\u062A \u0634\u0646\u0627\u0648\u0631",temprarilyChangeTranslationTo_openai:"\u062F\u0631 \u062D\u0627\u0644 \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u0627\u0632 OpenAI \u0628\u0631\u0627\u06CC \u062A\u0631\u062C\u0645\u0647 \u0635\u0641\u062D\u0647 \u0641\u0639\u0644\u06CC \u0647\u0633\u062A\u0645","browser.translateWithDeepL":"\u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u0645\u0648\u0642\u062A \u0627\u0632 DeepL \u0628\u0631\u0627\u06CC \u062A\u0631\u062C\u0645\u0647 \u0635\u0641\u062D\u0647 \u0641\u0639\u0644\u06CC",translationOnlyMode:"\u0641\u0642\u0637 \u062D\u0627\u0644\u062A \u062A\u0631\u062C\u0645\u0647","widget.videoSubtitleTooltip":"\u067E\u0634\u062A\u06CC\u0628\u0627\u0646\u06CC \u0627\u0632 Youtube \u0648 {count}+ \u0633\u0627\u06CC\u062A \u0648\u06CC\u062F\u06CC\u0648\u06CC\u06CC \u062F\u06CC\u06AF\u0631",paragraphMinTextCountField:"\u062A\u0639\u062F\u0627\u062F \u06A9\u0645\u062A\u0631\u06CC\u0646 \u06A9\u0627\u0631\u0627\u06A9\u062A\u0631\u0647\u0627\u06CC \u0645\u0648\u0631\u062F \u0646\u06CC\u0627\u0632 \u0628\u0631\u0627\u06CC \u062A\u0631\u062C\u0645\u0647 \u067E\u0627\u0631\u0627\u06AF\u0631\u0627\u0641",temprarilyChangeTranslationTo_gemini:"\u062F\u0631 \u062D\u0627\u0644 \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u0627\u0632 Gemini \u0628\u0631\u0627\u06CC \u062A\u0631\u062C\u0645\u0647 \u0635\u0641\u062D\u0647 \u0641\u0639\u0644\u06CC \u0647\u0633\u062A\u0645","shortcutGroup.main":"\u0645\u06CC\u0627\u0646\u0628\u0631\u0647\u0627\u06CC \u06A9\u0644\u06CC\u062F\u06CC \u0639\u0645\u0644\u06A9\u0631\u062F \u0631\u0627\u06CC\u062C",temprarilyChangeTranslationTo_deepl:"\u062F\u0631 \u062D\u0627\u0644 \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u0627\u0632 \u062A\u0631\u062C\u0645\u0647 DeepL \u0628\u0631\u0627\u06CC \u0635\u0641\u062D\u0647 \u0641\u0639\u0644\u06CC",temprarilyChangeTranslationTo_transmart:"\u062F\u0631 \u062D\u0627\u0644 \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u0627\u0632 \u062A\u0631\u062C\u0645\u0647 \u062A\u0646\u0633\u0646\u062A \u0628\u0631\u0627\u06CC \u0635\u0641\u062D\u0647 \u0641\u0639\u0644\u06CC",alwaysTranslateThisSite:"\u0647\u0645\u06CC\u0634\u0647 \u0627\u06CC\u0646 \u0648\u0628\u0633\u0627\u06CC\u062A \u0631\u0627 \u062A\u0631\u062C\u0645\u0647 \u06A9\u0646\u06CC\u062F","browser.translateWithBing":"\u0627\u0632 \u062A\u0631\u062C\u0645\u0647 \u0645\u0627\u06CC\u06A9\u0631\u0648\u0633\u0627\u0641\u062A \u0628\u0631\u0627\u06CC \u062A\u0631\u062C\u0645\u0647 \u0645\u0648\u0642\u062A\u06CC \u0635\u0641\u062D\u0647 \u0641\u0639\u0644\u06CC \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u06A9\u0646\u06CC\u062F",upgradeToProErrorTitle:"\u0644\u0637\u0641\u0627\u064B \u0628\u0647 \u0639\u0636\u0648\u06CC\u062A Pro \u0627\u0631\u062A\u0642\u0627 \u062F\u0647\u06CC\u062F \u0648 \u0633\u067E\u0633 \u0627\u0632 \u0627\u06CC\u0646 \u062E\u062F\u0645\u062A \u062A\u0631\u062C\u0645\u0647 \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u06A9\u0646\u06CC\u062F","intro.subtitleTitle":"\u0646\u0645\u0627\u06CC\u0634 \u0632\u06CC\u0631\u0646\u0648\u06CC\u0633 \u062F\u0648\u0632\u0628\u0627\u0646\u0647 \u0648\u06CC\u062F\u06CC\u0648\u06CC \u0622\u0646\u0644\u0627\u06CC\u0646",temprarilyChangeTranslationTo_bing:"\u062F\u0631 \u062D\u0627\u0644 \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u0627\u0632 \u062A\u0631\u062C\u0645\u0647 \u0645\u0627\u06CC\u06A9\u0631\u0648\u0633\u0627\u0641\u062A \u0628\u0631\u0627\u06CC \u0635\u0641\u062D\u0647 \u0641\u0639\u0644\u06CC \u0647\u0633\u062A\u0645",touchShortcutsToggleTranslationMask:"\u062A\u0646\u0638\u06CC\u0645 \u0646\u0645\u0627\u06CC\u0634 \u0698\u0633\u062A \u0644\u0645\u0633\u06CC \u0628\u0631\u0627\u06CC \u0646\u0645\u0627\u06CC\u0634 \u0645\u062A\u0646 \u062A\u0631\u062C\u0645\u0647 / \u0646\u0645\u0627\u06CC\u0634 \u0645\u062A\u0646 \u0627\u0635\u0644\u06CC","browser.translateWithGemini":"\u0628\u0647 \u0637\u0648\u0631 \u0645\u0648\u0642\u062A \u0627\u0632 Gemini \u0628\u0631\u0627\u06CC \u062A\u0631\u062C\u0645\u0647 \u0635\u0641\u062D\u0647 \u0641\u0639\u0644\u06CC \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u06A9\u0646\u06CC\u062F","browser.toggleVideoSubtitlePreTranslation":"\u062A\u063A\u06CC\u06CC\u0631 \u0632\u06CC\u0631\u0646\u0648\u06CC\u0633 \u062F\u0648\u0632\u0628\u0627\u0646\u0647 \u0628\u0627 \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u0627\u0632 \u062A\u0646\u0638\u06CC\u0645\u0627\u062A \u062A\u0631\u062C\u0645\u0647 \u0641\u0631\u0648 \u0631\u0641\u062A\u0647 \u0627\u0648\u0644\u0648\u06CC\u062A \u062F\u0627\u0631\u062F",notLoginPro:"\u0634\u0645\u0627 \u0647\u0646\u0648\u0632 \u0628\u0647 \u062D\u0633\u0627\u0628 \u06A9\u0627\u0631\u0628\u0631\u06CC \u062E\u0648\u062F \u0648\u0627\u0631\u062F \u0646\u0634\u062F\u0647 \u0627\u06CC\u062F",touchShortcutsToggleTranslatePage:"\u0628\u0631\u0627\u06CC \u062A\u0631\u062C\u0645\u0647 \u0635\u0641\u062D\u0627\u062A \u0648\u0628 / \u0646\u0645\u0627\u06CC\u0634 \u0645\u062A\u0646 \u0627\u0635\u0644\u06CC \u060C \u062D\u0631\u06A9\u062A \u0647\u0627\u06CC \u0644\u0645\u0633\u06CC \u0631\u0627 \u062A\u0646\u0638\u06CC\u0645 \u06A9\u0646\u06CC\u062F",temprarilyChangeTranslationTo_google:"\u062F\u0631 \u062D\u0627\u0644 \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u0627\u0632 \u062A\u0631\u062C\u0645\u0647 \u06AF\u0648\u06AF\u0644 \u0628\u0631\u0627\u06CC \u0635\u0641\u062D\u0647 \u0641\u0639\u0644\u06CC \u0647\u0633\u062A\u0645","neverTranslateText.title":"\u0644\u0637\u0641\u0627\u064B \u06A9\u0644\u0645\u0627\u062A \u0632\u06CC\u0631 \u0631\u0627 \u0628\u0647 \u0635\u0648\u0631\u062A \u0627\u0635\u0644\u06CC \u062D\u0641\u0638 \u06A9\u0646\u06CC\u062F\u060C \u062A\u0631\u062C\u0645\u0647 \u0646\u06A9\u0646\u06CC\u062F.",touchShortcutsToggleTranslateTouchElement:"\u062A\u0646\u0638\u06CC\u0645 \u062D\u0631\u06A9\u062A \u0644\u0645\u0633\u06CC \u0635\u0641\u062D\u0647 \u0646\u0645\u0627\u06CC\u0634 \u0628\u0631\u0627\u06CC \u062A\u0631\u062C\u0645\u0647 \u067E\u0627\u0631\u0627\u06AF\u0631\u0627\u0641 \u0645\u0634\u062E\u0635","description.baiduField":"\u062D\u0648\u0632\u0647 \u0647\u0627\u06CC \u067E\u0634\u062A\u06CC\u0628\u0627\u0646\u06CC \u0634\u062F\u0647 \u0631\u0627 \u062F\u0631 <1>\u0627\u06CC\u0646\u062C\u0627 \u0628\u0628\u06CC\u0646\u06CC\u062F \u060C \u0627\u06AF\u0631 \u062E\u0627\u0644\u06CC \u0628\u0627\u0634\u062F \u0628\u0647 \u0645\u0639\u0646\u06CC \u0627\u06CC\u0646 \u0627\u0633\u062A \u06A9\u0647 \u062D\u0648\u0632\u0647 \u0627\u06CC \u0645\u0634\u062E\u0635 \u0646\u0634\u062F\u0647 \u0627\u0633\u062A",mouseHoverCustomKeyDescription:"\u0634\u0645\u0627 \u0645\u06CC \u062A\u0648\u0627\u0646\u06CC\u062F \u06CC\u06A9 \u0645\u06CC\u0627\u0646\u0628\u0631 \u062A\u0631\u06A9\u06CC\u0628\u06CC \u0633\u0641\u0627\u0631\u0634\u06CC \u0628\u0631\u0627\u06CC \u0645\u0648\u0633 \u0631\u0627 \u062A\u0639\u0631\u06CC\u0641 \u06A9\u0646\u06CC\u062F\u060C \u0645\u0627\u0646\u0646\u062F: Alt+Z\u060C Ctrl+E\u060C Cmd+Alt+E \u06CC\u0627 \u0641\u0642\u0637 Cmd\u060C \u0644\u0637\u0641\u0627 \u0628\u0647 \u0635\u0648\u0631\u062A \u062F\u0633\u062A\u06CC \u062F\u0627\u062E\u0644 \u06A9\u0646\u06CC\u062F.","floatBall.guideClickToTranslate":`\u0628\u0627 \u06A9\u0644\u06CC\u06A9 \u06A9\u0631\u062F\u0646 \u0628\u0631 \u0631\u0648\u06CC \u062A\u0648\u067E \u0634\u0646\u0627\u0648\u0631 \u062A\u0631\u062C\u0645\u0647 \u0641\u0648\u0631\u06CC \u0645\u06CC \u062A\u0648\u0627\u0646\u06CC\u062F \u0633\u0631\u06CC\u0639\u0627 \u062A\u0631\u062C\u0645\u0647 \u06A9\u0646\u06CC\u062F`,"browser.toggleMouseHoverTranslateDirectly":"\u062F\u0631 \u0635\u0641\u062D\u0647\u060C \u0628\u0647 \u0637\u0648\u0631 \u0645\u0648\u0642\u062A \u0641\u0639\u0627\u0644 \u06CC\u0627 \u063A\u06CC\u0631\u0641\u0639\u0627\u0644 \u06A9\u0631\u062F\u0646 \u062A\u0631\u062C\u0645\u0647 \u0645\u0633\u062A\u0642\u06CC\u0645 \u0645\u0648\u0633 \u0647\u0646\u06AF\u0627\u0645 \u0627\u0634\u0627\u0631\u0647","desc.toggleTranslateTheWholePage":"\u062A\u0631\u062C\u0645\u0647 \u06A9\u0644 \u0635\u0641\u062D\u0647\u060C \u0628\u0647 \u0637\u0648\u0631 \u067E\u06CC\u0634 \u0641\u0631\u0636\u060C \u0645\u0627 \u0642\u0633\u0645\u062A \u0627\u0635\u0644\u06CC \u0635\u0641\u062D\u0647 \u0631\u0627 \u062A\u0631\u062C\u0645\u0647 \u0645\u06CC \u06A9\u0646\u06CC\u0645\u060C \u0634\u0645\u0627 \u0645\u06CC \u062A\u0648\u0627\u0646\u06CC\u062F \u0627\u0632 \u0627\u06CC\u0646 \u0645\u06CC\u0627\u0646\u0628\u0631 \u0628\u0631\u0627\u06CC \u062A\u0631\u062C\u0645\u0647 \u062E\u0627\u0635 \u06A9\u0644 \u0635\u0641\u062D\u0647 \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u06A9\u0646\u06CC\u062F","floatBall.longPress":"\u0628\u0627 \u0641\u0634\u0627\u0631 \u0637\u0648\u0644\u0627\u0646\u06CC \u0645\u06CC \u062A\u0648\u0627\u0646\u06CC\u062F \u0628\u0647 \u0633\u0631\u0639\u062A \u067E\u0646\u0644 \u062A\u0646\u0638\u06CC\u0645\u0627\u062A \u0631\u0627 \u0628\u0627\u0632 \u06A9\u0646\u06CC\u062F","desc.touchShortcutsToggleTranslateTouchElement":"\u06CC\u06A9 \u062D\u0631\u06A9\u062A \u062F\u0633\u062A \u0633\u0641\u0627\u0631\u0634\u06CC \u062A\u0639\u0631\u06CC\u0641 \u06A9\u0646\u06CC\u062F\u060C \u062A\u0627 \u0628\u062A\u0648\u0627\u0646\u06CC\u062F \u0647\u0631 \u067E\u0627\u0631\u0627\u06AF\u0631\u0627\u0641\u06CC \u0631\u0627 \u062F\u0631 \u0645\u062D\u0644 \u062E\u0648\u062F \u062A\u0631\u062C\u0645\u0647 \u06A9\u0646\u06CC\u062F","desc.interfaceLanguage":"\u062A\u0646\u0638\u06CC\u0645 \u0632\u0628\u0627\u0646 \u0631\u0627\u0628\u0637 \u062A\u0623\u062B\u06CC\u0631 \u0628\u0631 \u0632\u0628\u0627\u0646 \u0646\u0645\u0627\u06CC\u0634 \u067E\u0646\u0644 \u06A9\u0646\u062A\u0631\u0644 \u062F\u0627\u0631\u062F \u0648 \u0628\u0627 \u0632\u0628\u0627\u0646 \u0647\u062F\u0641 \u062A\u0631\u062C\u0645\u0647 \u0627\u0631\u062A\u0628\u0627\u0637\u06CC \u0646\u062F\u0627\u0631\u062F.","error.subscriptionExpired":"\u0639\u0636\u0648\u06CC\u062A \u0634\u0645\u0627 \u0645\u0645\u06A9\u0646 \u0627\u0633\u062A \u0645\u0646\u0642\u0636\u06CC \u0634\u062F\u0647 \u0628\u0627\u0634\u062F\u060C \u0644\u0637\u0641\u0627 \u0648\u0636\u0639\u06CC\u062A \u0639\u0636\u0648\u06CC\u062A \u062E\u0648\u062F \u0631\u0627 \u0628\u0631\u0631\u0633\u06CC \u06A9\u0646\u06CC\u062F.",shortcutDisableTooltip:"\u0644\u0637\u0641\u0627\u064B \u062F\u0631 \u0635\u0641\u062D\u0647 \u0645\u062F\u06CC\u0631\u06CC\u062A \u0645\u06CC\u0627\u0646\u0628\u0631\u0647\u0627\u06CC \u0627\u0641\u0632\u0648\u0646\u0647 \u0645\u0631\u0648\u0631\u06AF\u0631 \u062A\u0646\u0638\u06CC\u0645\u0627\u062A \u0631\u0627 \u0627\u0646\u062C\u0627\u0645 \u062F\u0647\u06CC\u062F\u060C \u0628\u0631\u0627\u06CC \u0631\u0627\u0647\u0646\u0645\u0627\u06CC\u06CC \u0628\u06CC\u0634\u062A\u0631 \u0628\u0647 \u062A\u0648\u0636\u06CC\u062D\u0627\u062A \u0628\u0627\u0644\u0627\u06CC \u0627\u06CC\u0646 \u0635\u0641\u062D\u0647 \u0645\u0631\u0627\u062C\u0639\u0647 \u06A9\u0646\u06CC\u062F.",paragraphMinTextCountDesc:"\u062A\u0648\u062C\u0647 \u062F\u0627\u0634\u062A\u0647 \u0628\u0627\u0634\u06CC\u062F\u060C \u0627\u06CC\u0646\u062C\u0627 \u0628\u0647 \u0637\u0648\u0644 \u06A9\u0627\u0631\u0627\u06A9\u062A\u0631 \u0627\u0634\u0627\u0631\u0647 \u0645\u06CC \u0634\u0648\u062F\u060C \u0628\u0631\u0627\u06CC \u0645\u062B\u0627\u0644: hello 5 \u06A9\u0627\u0631\u0627\u06A9\u062A\u0631 \u0627\u0633\u062A\u060C \u062A\u0646\u0638\u06CC\u0645 \u0628\u0631 \u0631\u0648\u06CC \u0645\u0642\u062F\u0627\u0631 \u0628\u0632\u0631\u06AF\u062A\u0631 \u0645\u06CC \u062A\u0648\u0627\u0646\u062F \u062A\u0631\u062C\u0645\u0647 \u067E\u0627\u0631\u0627\u06AF\u0631\u0627\u0641 \u0647\u0627\u06CC \u06A9\u0648\u0686\u06A9 \u063A\u06CC\u0631 \u0636\u0631\u0648\u0631\u06CC \u0631\u0627 \u06A9\u0627\u0647\u0634 \u062F\u0647\u062F.","desc.mouseHoverHoldKey":"\u0648\u0642\u062A\u06CC \u0645\u0648\u0634\u0648\u0627\u0631\u0647 \u0628\u0631 \u0631\u0648\u06CC \u06CC\u06A9 \u067E\u0627\u0631\u0627\u06AF\u0631\u0627\u0641 \u0642\u0631\u0627\u0631 \u0645\u06CC \u06AF\u06CC\u0631\u062F\u060C \u0628\u0627 \u0641\u0634\u0627\u0631 \u062F\u0627\u062F\u0646 \u062F\u06A9\u0645\u0647 \u0647\u0627\u06CC \u0645\u06CC\u0627\u0646\u0628\u0631 \u062F\u0631 \u0633\u0645\u062A \u0631\u0627\u0633\u062A\u060C \u0645\u06CC \u062A\u0648\u0627\u0646\u06CC\u062F \u0645\u0633\u062A\u0642\u06CC\u0645\u0627\u064B \u0622\u0646 \u067E\u0627\u0631\u0627\u06AF\u0631\u0627\u0641 \u0631\u0627 \u062A\u0631\u062C\u0645\u0647 \u06A9\u0646\u06CC\u062F.","desc.toggleMouseHoverTranslateDirectly":"\u0628\u0639\u062F \u0641\u0634\u0627\u0631\u062F\u0647\u0646 \u0627\u06CC\u0646 \u06A9\u0644\u06CC\u062F \u0645\u06CC\u0627\u0646\u0628\u0631\u060C \u062F\u0631 \u0635\u0641\u062D\u0647\u060C \u0641\u0642\u0637 \u06A9\u0627\u0641\u06CC \u0627\u0633\u062A \u0645\u0648\u0633 \u0631\u0627 \u0628\u0631 \u0631\u0648\u06CC \u0647\u0631 \u0628\u062E\u0634\u06CC \u0627\u0632 \u0645\u062A\u0646 \u0642\u0631\u0627\u0631 \u062F\u0647\u06CC\u062F\u060C \u0645\u062A\u0646 \u0628\u0647 \u0635\u0648\u0631\u062A \u062E\u0648\u062F\u06A9\u0627\u0631 \u062A\u0631\u062C\u0645\u0647 \u0645\u06CC \u0634\u0648\u062F. \u0628\u0627 \u0641\u0634\u0627\u0631 \u062F\u0627\u062F\u0646 \u062F\u0648\u0628\u0627\u0631\u0647 \u06A9\u0644\u06CC\u062F \u0645\u06CC\u0627\u0646\u0628\u0631\u060C \u0645\u06CC \u062A\u0648\u0627\u0646\u06CC\u062F \u0627\u06CC\u0646 \u0648\u06CC\u0698\u06AF\u06CC \u062A\u0631\u062C\u0645\u0647 \u062E\u0648\u062F\u06A9\u0627\u0631 \u0631\u0627 \u062E\u0627\u0645\u0648\u0634 \u06A9\u0646\u06CC\u062F.","desc.touchShortcutsToggleTranslatePage":"\u067E\u0633 \u0627\u0632 \u062A\u0646\u0638\u06CC\u0645\u060C \u0647\u0646\u06AF\u0627\u0645 \u062D\u0631\u06A9\u062A \u062F\u0633\u062A\u06AF\u0627\u0647\u060C \u0645\u06CC \u062A\u0648\u0627\u0646\u06CC\u062F \u0647\u0645\u0632\u0645\u0627\u0646 \u0628\u0627 X \u0627\u0646\u06AF\u0634\u062A \u0635\u0641\u062D\u0647 \u0646\u0645\u0627\u06CC\u0634 \u0631\u0627 \u0644\u0645\u0633 \u06A9\u0646\u06CC\u062F\u060C \u0628\u0647 \u0686\u067E \u0648 \u0631\u0627\u0633\u062A \u0628\u06A9\u0634\u06CC\u062F \u06CC\u0627 \u0628\u0647 \u0637\u0648\u0631 \u0645\u062F\u0627\u0648\u0645 \u06A9\u0644\u06CC\u06A9 \u06A9\u0646\u06CC\u062F\u060C \u0628\u0631\u0627\u06CC \u0641\u0639\u0627\u0644 \u06A9\u0631\u062F\u0646 \u062A\u0631\u062C\u0645\u0647 \u0635\u0641\u062D\u0647 \u0648\u0628 / \u0646\u0645\u0627\u06CC\u0634 \u0645\u062A\u0646 \u0627\u0635\u0644\u06CC.","desc.touchShortcutsToggleTranslationMask":"\u062A\u0631\u062C\u0645\u0647 \u0645\u0627\u0633\u06A9 \u0628\u0647 \u0627\u06CC\u0646 \u0645\u0639\u0646\u06CC \u0627\u0633\u062A \u06A9\u0647 \u062F\u0631 \u0633\u0628\u06A9 \u062A\u0631\u062C\u0645\u0647 \u0627\u062B\u0631 \u0645\u0628\u0647\u0645 \u0627\u0633\u062A (\u062D\u0627\u0644\u062A \u06CC\u0627\u062F\u06AF\u06CC\u0631\u06CC)\u060C \u067E\u0633 \u0627\u0632 \u0641\u0639\u0627\u0644 \u06A9\u0631\u062F\u0646\u060C \u0645\u0648\u0642\u062A\u0627\u064B \u0627\u0632 \u0627\u062B\u0631 \u0645\u0628\u0647\u0645 \u0628\u0631\u0627\u06CC \u062A\u0631\u062C\u0645\u0647 \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u0645\u06CC \u0634\u0648\u062F\u060C \u06A9\u0647 \u0628\u0631\u0627\u06CC \u06CC\u0627\u062F\u06AF\u06CC\u0631\u06CC \u0645\u0646\u0627\u0633\u0628 \u0627\u0633\u062A.","desc.toggleTranslateTheMainPage":"\u0641\u0642\u0637 \u0628\u062E\u0634 \u0627\u0635\u0644\u06CC \u0635\u0641\u062D\u0647 \u0631\u0627 \u062A\u0631\u062C\u0645\u0647 \u06A9\u0646\u06CC\u062F\u060C \u0632\u0645\u0627\u0646\u06CC \u06A9\u0647 \u062F\u0631 \u062A\u0646\u0638\u06CC\u0645\u0627\u062A \u067E\u06CC\u0634\u0631\u0641\u062A\u0647 \u062A\u0631\u062C\u0645\u0647 \u06A9\u0644 \u0635\u0641\u062D\u0647 \u0631\u0627 \u0641\u0639\u0627\u0644 \u06A9\u0631\u062F\u06CC\u062F\u060C \u0645\u06CC \u062A\u0648\u0627\u0646\u06CC\u062F \u0627\u0632 \u0627\u06CC\u0646 \u06A9\u0644\u06CC\u062F \u0645\u06CC\u0627\u0646\u0628\u0631 \u0628\u0631\u0627\u06CC \u062A\u0631\u062C\u0645\u0647 \u062E\u0627\u0635 \u0628\u062E\u0634 \u0627\u0635\u0644\u06CC \u0635\u0641\u062D\u0647 \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u06A9\u0646\u06CC\u062F.",confirmResetToDefaultSettings:"\u0622\u06CC\u0627 \u0645\u0637\u0645\u0626\u0646 \u0647\u0633\u062A\u06CC\u062F \u06A9\u0647 \u0645\u06CC \u062E\u0648\u0627\u0647\u06CC\u062F \u0627\u06CC\u0646 \u0633\u0631\u0648\u06CC\u0633 \u062A\u0631\u062C\u0645\u0647 \u0631\u0627 \u0628\u0647 \u062A\u0646\u0638\u06CC\u0645\u0627\u062A \u067E\u06CC\u0634 \u0641\u0631\u0636 \u0628\u0627\u0632\u06AF\u0631\u062F\u0627\u0646\u06CC\u062F\u061F (\u0641\u0642\u0637 \u062A\u0646\u0638\u06CC\u0645\u0627\u062A \u0633\u0631\u0648\u06CC\u0633 \u062A\u0631\u062C\u0645\u0647 \u0641\u0639\u0644\u06CC \u0631\u0627 \u0628\u0627\u0632\u0646\u0634\u0627\u0646\u06CC \u0645\u06CC \u06A9\u0646\u062F)","contact.description":"\u0627\u06AF\u0631 \u0633\u0648\u0627\u0644 \u06CC\u0627 \u067E\u06CC\u0634\u0646\u0647\u0627\u062F\u06CC \u062F\u0627\u0631\u06CC\u062F\u060C \u062E\u0648\u0634 \u0622\u0645\u062F\u06CC\u062F \u0641\u0631\u0645 \u0632\u06CC\u0631 \u0631\u0627 \u067E\u0631 \u06A9\u0646\u06CC\u062F \u062A\u0627 \u0628\u0627 \u0645\u0627 \u062A\u0645\u0627\u0633 \u0628\u06AF\u06CC\u0631\u06CC\u062F\u060C \u06CC\u0627 \u0627\u06CC\u0645\u06CC\u0644 \u0628\u0641\u0631\u0633\u062A\u06CC\u062F \u0628\u0647 {email}\u060C \u0645\u0627 \u0633\u0631\u06CC\u0639\u0627 \u0628\u0647 \u0634\u0645\u0627 \u067E\u0627\u0633\u062E \u062E\u0648\u0627\u0647\u06CC\u0645 \u062F\u0627\u062F.","subtitle.showQuickButtonDescription":"\u062F\u0631 \u06AF\u0648\u0634\u0647 \u067E\u0627\u06CC\u06CC\u0646 \u0633\u0645\u062A \u0631\u0627\u0633\u062A \u067E\u062E\u0634 \u06A9\u0646\u0646\u062F\u0647 \u0648\u06CC\u062F\u06CC\u0648\u060C \u0631\u0627\u0647\u06A9\u0627\u0631\u06CC \u0633\u0631\u06CC\u0639 \u0628\u0631\u0627\u06CC \u0641\u0639\u0627\u0644 \u06A9\u0631\u062F\u0646 \u0632\u06CC\u0631\u0646\u0648\u06CC\u0633 \u062F\u0648\u0632\u0628\u0627\u0646\u0647 \u0627\u0631\u0627\u0626\u0647 \u0645\u06CC \u062F\u0647\u062F.","browser.translateWithGoogle":"\u0627\u0632 \u062A\u0631\u062C\u0645\u0647 \u06AF\u0648\u06AF\u0644 \u0628\u0631\u0627\u06CC \u0635\u0641\u062D\u0647 \u0641\u0639\u0644\u06CC \u0628\u0647 \u0637\u0648\u0631 \u0645\u0648\u0642\u062A \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u06A9\u0646\u06CC\u062F",translationOnlyModeDescription:"\u062D\u0627\u0644\u062A \u062A\u0631\u062C\u0645\u0647 \u0641\u0642\u0637 \u0628\u0647 \u0627\u06CC\u0646 \u0645\u0639\u0646\u06CC \u0627\u0633\u062A \u06A9\u0647 \u0641\u0642\u0637 \u0645\u062A\u0646 \u062A\u0631\u062C\u0645\u0647 \u0634\u062F\u0647 \u0631\u0627 \u0646\u0634\u0627\u0646 \u0645\u06CC \u062F\u0647\u062F\u060C \u0646\u0647 \u062D\u0627\u0644\u062A \u062F\u0648\u0632\u0628\u0627\u0646\u0647 \u067E\u06CC\u0634 \u0641\u0631\u0636. \u062A\u0648\u062C\u0647: \u0628\u0647 \u062F\u0644\u06CC\u0644 \u0645\u062D\u062F\u0648\u062F\u06CC\u062A \u0647\u0627\u06CC \u0641\u0646\u0627\u0648\u0631\u06CC\u060C \u062F\u0631 \u062D\u0627\u0644\u062A \u062A\u0631\u062C\u0645\u0647 \u0641\u0642\u0637\u060C \u067E\u06CC\u0648\u0646\u062F\u0647\u0627\u06CC \u0641\u0648\u0642 \u0627\u0644\u0639\u0627\u062F\u0647 \u0645\u062A\u0646 \u0627\u0635\u0644\u06CC \u063A\u06CC\u0631\u0641\u0639\u0627\u0644 \u062E\u0648\u0627\u0647\u0646\u062F \u0634\u062F.","intro.floatBallDescription":"\u067E\u0633 \u0627\u0632 \u0641\u0639\u0627\u0644 \u0633\u0627\u0632\u06CC\u060C \u06CC\u06A9 \u062F\u06A9\u0645\u0647 \u062A\u0631\u062C\u0645\u0647 \u0633\u0631\u06CC\u0639 \u062F\u0631 \u0633\u0645\u062A \u0631\u0627\u0633\u062A \u0635\u0641\u062D\u0647 \u0646\u0645\u0627\u06CC\u0634 \u062F\u0627\u062F\u0647 \u0645\u06CC \u0634\u0648\u062F\u060C \u06A9\u0647 \u0628\u0627 \u06A9\u0644\u06CC\u06A9 \u06A9\u0631\u062F\u0646 \u0645\u06CC \u062A\u0648\u0627\u0646\u06CC\u062F \u062A\u0631\u062C\u0645\u0647 \u06A9\u0646\u06CC\u062F\u060C \u0648 \u0628\u0627 \u06A9\u0644\u06CC\u06A9 \u062F\u0648\u0628\u0627\u0631\u0647 \u0645\u06CC \u062A\u0648\u0627\u0646\u06CC\u062F \u0628\u0647 \u0645\u062A\u0646 \u0627\u0635\u0644\u06CC \u0628\u0631\u06AF\u0631\u062F\u06CC\u062F. \u062F\u0631 \u062F\u0633\u062A\u06AF\u0627\u0647 \u0647\u0627\u06CC \u062A\u0644\u0641\u0646 \u0647\u0645\u0631\u0627\u0647\u060C \u0628\u0627 \u0641\u0634\u0627\u0631 \u0637\u0648\u0644\u0627\u0646\u06CC \u0628\u0631 \u0631\u0648\u06CC \u062A\u0648\u067E \u0634\u0646\u0627\u0648\u0631\u060C \u0645\u06CC \u062A\u0648\u0627\u0646\u06CC\u062F \u067E\u0646\u0644 \u062A\u0646\u0638\u06CC\u0645\u0627\u062A \u0633\u0631\u06CC\u0639 \u0631\u0627 \u0628\u0627\u0632 \u06A9\u0646\u06CC\u062F.","intro.hoverDescription":"\u062A\u0631\u062C\u0645\u0647 \u0645\u0633\u062A\u0642\u06CC\u0645 \u0628\u0627 \u0627\u0634\u0627\u0631\u0647 \u0645\u0648\u0633 \u06CC\u06A9\u06CC \u0627\u0632 \u0648\u06CC\u0698\u06AF\u06CC \u0647\u0627\u06CC \u0628\u0633\u06CC\u0627\u0631 \u0645\u0647\u0645 \u062F\u0631 \u062A\u0631\u062C\u0645\u0647 \u0641\u0631\u0648 \u0631\u0641\u062A\u0647 \u0627\u0633\u062A\u060C \u06A9\u0627\u0641\u06CC \u0627\u0633\u062A \u0645\u0648\u0633 \u0631\u0627 \u0631\u0648\u06CC \u067E\u0627\u0631\u0627\u06AF\u0631\u0627\u0641 \u0642\u0631\u0627\u0631 \u062F\u0647\u06CC\u062F \u0648 \u062F\u0631 \u0639\u06CC\u0646 \u062D\u0627\u0644 \u06A9\u0644\u06CC\u062F \u0645\u06CC\u0627\u0646\u0628\u0631 \u062A\u0639\u06CC\u06CC\u0646 \u0634\u062F\u0647 \u0631\u0627 \u0641\u0634\u0627\u0631 \u062F\u0647\u06CC\u062F\u060C \u062A\u0627 \u067E\u0627\u0631\u0627\u06AF\u0631\u0627\u0641 \u0641\u0639\u0644\u06CC \u0628\u0647 \u0635\u0648\u0631\u062A \u062E\u0648\u062F\u06A9\u0627\u0631 \u062A\u0631\u062C\u0645\u0647 \u0634\u0648\u062F (\u062A\u0648\u062C\u0647: \u0628\u0647 \u0637\u0648\u0631 \u067E\u06CC\u0634 \u0641\u0631\u0636 \u0641\u0639\u0627\u0644 \u0646\u06CC\u0633\u062A\u060C \u0644\u0637\u0641\u0627 \u062F\u0631 \u0632\u06CC\u0631 \u062A\u0646\u0638\u06CC\u0645 \u06A9\u0646\u06CC\u062F)\u060C \u0627\u06CC\u0646 \u062A\u0639\u0627\u0645\u0644 \u0628\u0631\u0627\u06CC \u062C\u0627\u06CC\u06AF\u0632\u06CC\u0646\u06CC \u0628\u0647\u062A\u0631 \u062A\u0631\u062C\u0645\u0647 \u06A9\u0644\u0645\u0627\u062A \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u0645\u06CC \u0634\u0648\u062F\u060C \u0639\u0644\u0627\u0648\u0647 \u0628\u0631 \u0627\u06CC\u0646\u060C \u0627\u06CC\u0646 \u0648\u06CC\u0698\u06AF\u06CC \u0628\u0631\u0627\u06CC \u0622\u0646\u0647\u0627\u06CC\u06CC \u06A9\u0647 \u0646\u0645\u06CC \u062A\u0648\u0627\u0646\u0646\u062F \u0645\u0646\u0637\u0642\u0647 \u062A\u0631\u062C\u0645\u0647 \u0631\u0627 \u062A\u0634\u062E\u06CC\u0635 \u062F\u0647\u0646\u062F\u060C \u0628\u0633\u06CC\u0627\u0631 \u0645\u0641\u06CC\u062F \u0627\u0633\u062A\u060C \u0634\u0645\u0627 \u0645\u06CC \u062A\u0648\u0627\u0646\u06CC\u062F \u0627\u0632 \u0627\u06CC\u0646 \u0648\u06CC\u0698\u06AF\u06CC \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u06A9\u0646\u06CC\u062F \u0648 \u0647\u0631 \u067E\u0627\u0631\u0627\u06AF\u0631\u0627\u0641\u06CC \u0631\u0627 \u062A\u0631\u062C\u0645\u0647 \u06A9\u0646\u06CC\u062F.","neverTranslateText.description":"\u0628\u0647 \u062F\u0644\u06CC\u0644 \u0639\u062F\u0645 \u0634\u0646\u0627\u0633\u0627\u06CC\u06CC \u0645\u0646\u0627\u0633\u0628 \u0627\u0635\u0637\u0644\u0627\u062D\u0627\u062A \u062A\u062E\u0635\u0635\u06CC \u062A\u0648\u0633\u0637 \u0628\u0631\u062E\u06CC \u0627\u0632 \u0645\u0648\u062A\u0648\u0631\u0647\u0627\u06CC \u062A\u0631\u062C\u0645\u0647\u060C \u0634\u0645\u0627 \u0645\u06CC \u062A\u0648\u0627\u0646\u06CC\u062F \u062F\u0631 \u0627\u06CC\u0646\u062C\u0627 \u06A9\u0644\u0645\u0627\u062A \u0631\u0627 \u0627\u0636\u0627\u0641\u0647 \u06A9\u0646\u06CC\u062F \u062A\u0627 \u0627\u0637\u0645\u06CC\u0646\u0627\u0646 \u062D\u0627\u0635\u0644 \u06A9\u0646\u06CC\u062F \u06A9\u0647 \u0622\u0646\u0647\u0627 \u062F\u0631 \u0637\u06CC \u0641\u0631\u0622\u06CC\u0646\u062F \u062A\u0631\u062C\u0645\u0647 \u062A\u063A\u06CC\u06CC\u0631 \u0646\u0645\u06CC \u06A9\u0646\u0646\u062F. \u0644\u0637\u0641\u0627\u064B \u062A\u0648\u062C\u0647 \u062F\u0627\u0634\u062A\u0647 \u0628\u0627\u0634\u06CC\u062F \u06A9\u0647 \u0627\u06CC\u0646 \u0648\u06CC\u0698\u06AF\u06CC \u0628\u0647 \u062D\u0631\u0648\u0641 \u0628\u0632\u0631\u06AF \u0648 \u06A9\u0648\u0686\u06A9 \u062D\u0633\u0627\u0633 \u0627\u0633\u062A \u0648 \u0641\u0642\u0637 \u0632\u0628\u0627\u0646 \u0647\u0627\u06CC\u06CC \u0631\u0627 \u067E\u0634\u062A\u06CC\u0628\u0627\u0646\u06CC \u0645\u06CC \u06A9\u0646\u062F \u06A9\u0647 \u06A9\u0644\u0645\u0627\u062A \u0622\u0646\u0647\u0627 \u0628\u0627 \u0641\u0627\u0635\u0644\u0647 \u062C\u062F\u0627 \u0634\u062F\u0647 \u0627\u0646\u062F (\u0645\u0627\u0646\u0646\u062F \u0627\u0646\u06AF\u0644\u06CC\u0633\u06CC\u060C \u0641\u0631\u0627\u0646\u0633\u0648\u06CC) \u0648 \u0628\u0631\u0627\u06CC \u0632\u0628\u0627\u0646 \u0647\u0627\u06CC\u06CC \u0645\u0627\u0646\u0646\u062F \u0698\u0627\u067E\u0646\u06CC\u060C \u06A9\u0631\u0647 \u0627\u06CC \u0648 \u063A\u06CC\u0631\u0647 \u0645\u0646\u0627\u0633\u0628 \u0646\u06CC\u0633\u062A.","intro.subtitleDescription":"\u0628\u0627 \u0641\u0639\u0627\u0644 \u06A9\u0631\u062F\u0646 \u0627\u06CC\u0646 \u0648\u06CC\u0698\u06AF\u06CC\u060C \u0632\u06CC\u0631\u0646\u0648\u06CC\u0633 \u062F\u0648\u0632\u0628\u0627\u0646\u0647 \u0628\u0647 \u0635\u0648\u0631\u062A \u062E\u0648\u062F\u06A9\u0627\u0631 \u0647\u0646\u06AF\u0627\u0645 \u067E\u062E\u0634 \u0648\u06CC\u062F\u06CC\u0648 \u0646\u0645\u0627\u06CC\u0634 \u062F\u0627\u062F\u0647 \u0645\u06CC \u0634\u0648\u062F. \u0627\u06AF\u0631 \u0641\u0639\u0627\u0644 \u0646\u0634\u062F\u0647 \u0627\u0633\u062A\u060C \u0628\u0627\u06CC\u062F \u0628\u0631 \u0631\u0648\u06CC \u062F\u06A9\u0645\u0647 \u062A\u0631\u062C\u0645\u0647 \u062F\u0631 \u0635\u0641\u062D\u0647 \u06A9\u0644\u06CC\u06A9 \u06A9\u0646\u06CC\u062F \u062A\u0627 \u0632\u06CC\u0631\u0646\u0648\u06CC\u0633 \u0646\u0645\u0627\u06CC\u0634 \u062F\u0627\u062F\u0647 \u0634\u0648\u062F. \u0644\u0637\u0641\u0627\u064B \u062A\u0648\u062C\u0647 \u062F\u0627\u0634\u062A\u0647 \u0628\u0627\u0634\u06CC\u062F \u06A9\u0647 \u0628\u0647 \u062F\u0644\u06CC\u0644 \u0645\u062D\u062F\u0648\u062F\u06CC\u062A \u0647\u0627\u06CC \u0641\u0646\u06CC\u060C \u0628\u0631\u062E\u06CC \u0627\u0632 \u0648\u0628 \u0633\u0627\u06CC\u062A \u0647\u0627 \u0645\u0645\u06A9\u0646 \u0627\u0633\u062A \u0646\u06CC\u0627\u0632 \u0628\u0647 \u062A\u0627\u0632\u0647 \u06A9\u0631\u062F\u0646 \u0635\u0641\u062D\u0647 \u06CC\u0627 \u0627\u0646\u062A\u0638\u0627\u0631 \u0628\u0631\u0627\u06CC \u062A\u06A9\u0645\u06CC\u0644 \u062A\u0631\u062C\u0645\u0647 \u062F\u0631 \u0627\u0648\u0644\u06CC\u0646 \u0628\u0627\u0631 \u0641\u0639\u0627\u0644 \u06A9\u0631\u062F\u0646 \u0632\u06CC\u0631\u0646\u0648\u06CC\u0633 \u062F\u0627\u0634\u062A\u0647 \u0628\u0627\u0634\u0646\u062F \u062A\u0627 \u0628\u062A\u0648\u0627\u0646\u0646\u062F \u0632\u06CC\u0631\u0646\u0648\u06CC\u0633 \u062F\u0648\u0632\u0628\u0627\u0646\u0647 \u0631\u0627 \u0646\u0645\u0627\u06CC\u0634 \u062F\u0647\u0646\u062F. (\u0639\u0644\u0627\u0648\u0647 \u0628\u0631 \u0627\u06CC\u0646\u060C \u0634\u0645\u0627 \u0647\u0645\u0686\u0646\u06CC\u0646 \u0645\u06CC \u062A\u0648\u0627\u0646\u06CC\u062F \u067E\u0633 \u0627\u0632 \u0628\u0627\u0632 \u06A9\u0631\u062F\u0646 \u0648\u0628 \u0633\u0627\u06CC\u062A \u0648\u06CC\u062F\u06CC\u0648\u060C \u067E\u0646\u0644 \u0645\u06CC\u0627\u0646\u0628\u0631 \u062A\u0631\u062C\u0645\u0647 \u0641\u0631\u0648 \u0631\u0641\u062A\u0647 \u0631\u0627 \u0627\u0632 \u06AF\u0648\u0634\u0647 \u0628\u0627\u0644\u0627 \u0633\u0645\u062A \u0631\u0627\u0633\u062A \u0641\u0639\u0627\u0644 / \u063A\u06CC\u0631\u0641\u0639\u0627\u0644 \u06A9\u0646\u06CC\u062F)

\u062F\u0631 \u062D\u0627\u0644 \u062D\u0627\u0636\u0631 \u067E\u0634\u062A\u06CC\u0628\u0627\u0646\u06CC \u0627\u0632 \u0632\u06CC\u0631\u0646\u0648\u06CC\u0633 \u062F\u0648\u0632\u0628\u0627\u0646\u0647 \u062F\u0631 \u0627\u06CC\u0646 \u0648\u0628 \u0633\u0627\u06CC\u062A \u0647\u0627 \u0645\u0645\u06A9\u0646 \u0627\u0633\u062A:",geminiWarning:"\u062A\u0648\u062C\u0647: \u062E\u062F\u0645\u0627\u062A \u0631\u0627\u06CC\u06AF\u0627\u0646 Gemini \u06A9\u0647 \u062A\u0648\u0633\u0637 Google \u0627\u0631\u0627\u0626\u0647 \u0645\u06CC \u0634\u0648\u062F\u060C \u0645\u062D\u062F\u0648\u062F\u06CC\u062A \u0647\u0627\u06CC \u0633\u062E\u062A\u06AF\u06CC\u0631\u0627\u0646\u0647 \u0627\u06CC \u062F\u0627\u0631\u062F \u0648 \u0645\u0645\u06A9\u0646 \u0627\u0633\u062A Google \u062A\u0635\u0645\u06CC\u0645 \u0628\u06AF\u06CC\u0631\u062F \u06A9\u0647 \u06A9\u0627\u0631\u0628\u0631 \u0627\u0632 \u0686\u0646\u062F\u06CC\u0646 Key \u0628\u0631\u0627\u06CC \u062F\u0648\u0631 \u0632\u062F\u0646 \u0645\u062D\u062F\u0648\u062F\u06CC\u062A \u0647\u0627\u06CC \u0633\u0647\u0645\u06CC\u0647 \u0631\u0627\u06CC\u06AF\u0627\u0646 \u0622\u0646\u0647\u0627 \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u0645\u06CC \u06A9\u0646\u062F\u060C \u067E\u06CC\u0634\u0646\u0647\u0627\u062F \u0646\u0645\u06CC \u0634\u0648\u062F\u060C \u067E\u06CC\u0634\u0646\u0647\u0627\u062F \u0645\u06CC \u0634\u0648\u062F \u0645\u0646\u062A\u0638\u0631 \u0628\u0627\u0634\u06CC\u062F \u062A\u0627 Google \u062F\u0631 \u0622\u06CC\u0646\u062F\u0647 \u0631\u0627\u0628\u0637 \u067E\u0631\u062F\u0627\u062E\u062A Gemini \u0631\u0627 \u0628\u0627\u0632 \u06A9\u0646\u062F \u0648 \u0633\u067E\u0633 \u0627\u0632 \u0622\u0646 \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u06A9\u0646\u06CC\u062F.","floatBall.setting":"\u062A\u0646\u0638\u06CC\u0645\u0627\u062A","floatBall.translateToLanguage":"\u0628\u0631\u0627\u06CC \u062A\u0631\u062C\u0645\u0647 \u0628\u0647 {language} \u06A9\u0644\u06CC\u06A9 \u06A9\u0646\u06CC\u062F","floatBall.file":`\u062A\u0631\u062C\u0645\u0647 PDF\u060C EPUB\u060C SRT\u060C ASS\u060C HTML\u060C TXT \u0641\u0627\u06CC\u0644`,changeToOnlyTempTranslationMode:"\u0628\u0647 \u0646\u0645\u0627\u06CC\u0634 \u0641\u0642\u0637 \u062A\u0631\u062C\u0645\u0647 \u0647\u0627 \u0628\u0631\u0648\u06CC\u062F",changeToDualTempTranslationMode:"\u0628\u0647 \u062A\u0631\u062C\u0645\u0647 \u062F\u0648 \u0632\u0628\u0627\u0646\u0647 \u0628\u0631\u0648\u06CC\u062F","transitionMode.translation":"\u0641\u0642\u0637 \u0645\u062A\u0646 \u062A\u0631\u062C\u0645\u0647","options.navbar.translateFile":"\u062A\u0631\u062C\u0645\u0647 \u0627\u0633\u0646\u0627\u062F","transitionMode.dual":"\u062F\u0648\u0632\u0628\u0627\u0646\u0647 \u0645\u0642\u0627\u06CC\u0633\u0647","options.navbar.installApp":"\u0646\u0635\u0628 \u0628\u0631\u0646\u0627\u0645\u0647 \u062A\u0644\u0641\u0646 \u0647\u0645\u0631\u0627\u0647","transitionMode.inherit":"\u0628\u0627 \u062D\u0627\u0644\u062A \u0646\u0645\u0627\u06CC\u0634 \u067E\u06CC\u0634 \u0641\u0631\u0636 \u0633\u06CC\u0633\u062A\u0645 \u0647\u0645\u0627\u0647\u0646\u06AF \u0628\u0645\u0627\u0646\u06CC\u062F","subtitle.transitionMode":"\u062A\u0646\u0638\u06CC\u0645\u0627\u062A \u0632\u06CC\u0631\u0646\u0648\u06CC\u0633 \u0641\u06CC\u0644\u0645 \u062F\u0648\u0632\u0628\u0627\u0646\u0647 / \u0641\u0642\u0637 \u0645\u062A\u0646 \u062A\u0631\u062C\u0645\u0647","subtitle.transitionModeDescription":"\u062A\u0646\u0638\u06CC\u0645 \u0632\u06CC\u0631\u0646\u0648\u06CC\u0633 \u0648\u06CC\u062F\u06CC\u0648 \u0628\u0647 \u062D\u0627\u0644\u062A \u0645\u0642\u0627\u0628\u0644\u0647 \u062F\u0648\u0632\u0628\u0627\u0646\u0647 \u06CC\u0627 \u0641\u0642\u0637 \u062D\u0627\u0644\u062A \u062A\u0631\u062C\u0645\u0647",translateFileTooltip:`\u062A\u0631\u062C\u0645\u0647 PDF\u060C ePub\u060C srt\u060C ass\u060C HTML\u060C TXT \u0641\u0627\u06CC\u0644`,"description.multiplePrompt":`\u0648\u0642\u062A\u06CC \u062A\u0639\u062F\u0627\u062F \u067E\u0627\u0631\u0627\u06AF\u0631\u0627\u0641\u200C\u0647\u0627 \u0628\u06CC\u0634\u062A\u0631 \u0627\u0632 1 \u0627\u0633\u062A\u060C \u06AF\u0641\u062A\u06AF\u0648\u06CC\u06CC \u06A9\u0647 \u0628\u0627 \u0647\u0648\u06CC\u062A \u06A9\u0627\u0631\u0628\u0631 \u0628\u0647 {service} \u0627\u0631\u0633\u0627\u0644 \u0645\u06CC\u200C\u0634\u0648\u062F\u060C \u06A9\u0647 \u062F\u0631 \u0622\u0646 {{from}} \u0632\u0628\u0627\u0646 \u067E\u0627\u0631\u0627\u06AF\u0631\u0627\u0641 \u0631\u0627 \u0646\u0634\u0627\u0646 \u0645\u06CC\u200C\u062F\u0647\u062F\u060C {{to}} \u0632\u0628\u0627\u0646 \u0645\u0642\u0635\u062F \u0631\u0627 \u0646\u0634\u0627\u0646 \u0645\u06CC\u200C\u062F\u0647\u062F\u060C {{yaml}} \u0645\u062D\u062A\u0648\u0627\u06CC \u067E\u0627\u0631\u0627\u06AF\u0631\u0627\u0641\u06CC \u0627\u0633\u062A \u06A9\u0647 \u0628\u0627 \u0641\u0631\u0645\u062A yaml \u0628\u0633\u062A\u0647\u200C\u0628\u0646\u062F\u06CC \u0634\u062F\u0647 \u0627\u0633\u062A\u060C \u0627\u06AF\u0631 \u0646\u06CC\u0627\u0632 \u0628\u0647 \u0633\u0641\u0627\u0631\u0634\u06CC\u200C\u0633\u0627\u0632\u06CC Prompt \u062F\u0627\u0631\u06CC\u062F\u060C \u0628\u0627\u06CC\u062F \u0645\u0637\u0645\u0626\u0646 \u0634\u0648\u06CC\u062F \u06A9\u0647 \u0647\u0631 \u0645\u0648\u0631\u062F \u062F\u0631 \u0646\u062A\u06CC\u062C\u0647 YAML \u067E\u0627\u0633\u062E AI \u0634\u0627\u0645\u0644 \u0641\u06CC\u0644\u062F {env.imt_trans_field} \u0628\u0627\u0634\u062F\u060C {{imt_trans_field}} \u0646\u0627\u0645 \u0641\u06CC\u0644\u062F \u062A\u0631\u062C\u0645\u0647\u200C\u0627\u06CC \u0627\u0633\u062A \u06A9\u0647 \u0645\u0627 \u0627\u0645\u06CC\u062F\u0648\u0627\u0631\u06CC\u0645 AI \u0628\u0647 \u0639\u0646\u0648\u0627\u0646 \u067E\u0627\u0633\u062E \u0627\u0631\u0627\u0626\u0647 \u062F\u0647\u062F\u060C \u0628\u0647 \u0637\u0648\u0631 \u067E\u06CC\u0634 \u0641\u0631\u0636 {env.imt_trans_field} \u0627\u0633\u062A\u060C {{imt_source_field}} \u0646\u0627\u0645 \u0641\u06CC\u0644\u062F \u0645\u062A\u0646 \u0627\u0635\u0644\u06CC \u0627\u0633\u062A \u06A9\u0647 \u0645\u0627 \u0628\u0647 AI \u0627\u0631\u0627\u0626\u0647 \u0645\u06CC\u200C\u062F\u0647\u06CC\u0645\u060C \u0628\u0647 \u0637\u0648\u0631 \u067E\u06CC\u0634 \u0641\u0631\u0636 {env.imt_source_field} \u0627\u0633\u062A\u060C \u0646\u0645\u0648\u0646\u0647 \u0646\u062A\u06CC\u062C\u0647: @@ -5059,7 +5059,7 @@ ass\u060C HTML\u060C TXT \u0641\u0627\u06CC\u0644`,"description.multiplePrompt": {env.imt_sub_trans_field}: \u062A\u0631\u062C\u0645\u0647 - id: 2 {env.imt_sub_source_field}: \u0645\u0646\u0628\u0639 - {env.imt_sub_trans_field}: \u062A\u0631\u062C\u0645\u0647`,"subtitle.quickButton.red":"\u0633\u0631\u062E","subtitle.quickButton.cyan":"\u0622\u0628\u06CC","subtitle.quickButton.white":"\u0633\u0641\u06CC\u062F","subtitle.quickButton.yellow":"\u0632\u0631\u062F","subtitle.quickButton.setting":"\u062A\u0646\u0638\u06CC\u0645\u0627\u062A","translationServices.claude":"\u06A9\u0644\u0648\u062F","subtitle.quickButton.backgroundColor":"\u0631\u0646\u06AF \u067E\u0633 \u0632\u0645\u06CC\u0646\u0647","subtitle.quickButton.translationPositionTop":"\u0628\u0627\u0644\u0627\u06CC \u0645\u062A\u0646 \u0627\u0635\u0644\u06CC","subtitle.quickButton.black":"\u0633\u06CC\u0627\u0647","subtitle.quickButton.blue":"\u0622\u0628\u06CC","subtitle.quickButton.green":"\u0633\u0628\u0632","subtitle.quickButton.translationFontSize":"\u0627\u0646\u062F\u0627\u0632\u0647 \u0641\u0648\u0646\u062A \u0645\u062A\u0646 \u062A\u0631\u062C\u0645\u0647","subtitle.quickButton.sourceTextColor":"\u0631\u0646\u06AF \u0641\u0648\u0646\u062A \u0645\u062A\u0646 \u0627\u0635\u0644\u06CC","subtitle.quickButton.magenta":"\u0631\u0646\u06AF \u0628\u0646\u0641\u0634","subtitle.quickButton.translationTextColor":"\u0631\u0646\u06AF \u0641\u0648\u0646\u062A \u0645\u062A\u0646 \u062A\u0631\u062C\u0645\u0647 \u0634\u062F\u0647","subtitle.quickButton.backgroundOpacity":"\u067E\u0633 \u0632\u0645\u06CC\u0646\u0647 \u0646\u06CC\u0645\u0647 \u0634\u0641\u0627\u0641","subtitle.quickButton.sourceFontSize":"\u0627\u0646\u062F\u0627\u0632\u0647 \u0641\u0648\u0646\u062A \u0645\u062A\u0646 \u0627\u0635\u0644\u06CC","subtitle.quickButton.translationPositionBottom":"\u0645\u062A\u0646 \u0627\u0635\u0644\u06CC \u062F\u0631 \u0632\u06CC\u0631 \u0627\u0633\u062A","subtitle.quickButton.translationPosition":"\u0645\u06A9\u0627\u0646 \u062A\u0631\u062C\u0645\u0647",attachSubtitleTranslating:"\u062F\u0631 \u062D\u0627\u0644 \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u0627\u0632 {service} \u0628\u0631\u0627\u06CC \u062A\u0631\u062C\u0645\u0647...","error.claude.403":"\u062F\u0633\u062A\u0631\u0633\u06CC \u0645\u0648\u0642\u062A\u0627 \u0628\u0647 \u0633\u0631\u0648\u06CC\u0633 \u0645\u0645\u06A9\u0646 \u0627\u0633\u062A \u0645\u062D\u062F\u0648\u062F \u0634\u062F\u0647 \u0628\u0627\u0634\u062F\u060C \u0627\u06CC\u0646 \u0645\u0645\u06A9\u0646 \u0627\u0633\u062A \u0628\u0647 \u0645\u062D\u062F\u0648\u062F\u06CC\u062A \u0645\u0646\u0637\u0642\u0647 \u0627\u06CC Claude \u0645\u0631\u062A\u0628\u0637 \u0628\u0627\u0634\u062F\u060C \u0634\u0645\u0627 \u0645\u06CC \u062A\u0648\u0627\u0646\u06CC\u062F \u0633\u0639\u06CC \u06A9\u0646\u06CC\u062F \u0622\u062F\u0631\u0633 IP \u062E\u0648\u062F \u0631\u0627 \u062A\u063A\u06CC\u06CC\u0631 \u062F\u0647\u06CC\u062F\u060C \u06CC\u0627 \u0627\u0632 \u0633\u0631\u0648\u06CC\u0633 \u0647\u0627\u06CC \u062A\u0631\u062C\u0645\u0647 \u062F\u06CC\u06AF\u0631 \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u06A9\u0646\u06CC\u062F.","browser.brandDescriptionForSafari":"\u3010\u062A\u0631\u062C\u0645\u0647 \u0641\u0631\u0648 \u0631\u0641\u062A\u0647\u3011 \u06CC\u06A9 \u0627\u0641\u0632\u0648\u0646\u0647 \u062A\u0631\u062C\u0645\u0647 \u0635\u0641\u062D\u0647 \u0648\u0628 \u062F\u0648\u0632\u0628\u0627\u0646\u0647 \u0631\u0627\u06CC\u06AF\u0627\u0646 (\u0645\u062A\u0646 \u0627\u0635\u0644\u06CC / \u062A\u0631\u062C\u0645\u0647) \u060C \u062F\u0631 \u0639\u06CC\u0646 \u062D\u0627\u0644 \u067E\u0634\u062A\u06CC\u0628\u0627\u0646\u06CC \u0627\u0632 \u062A\u0631\u062C\u0645\u0647 PDF \u0648 \u062A\u0631\u062C\u0645\u0647 \u06A9\u062A\u0627\u0628 \u0627\u0644\u06A9\u062A\u0631\u0648\u0646\u06CC\u06A9\u06CC EPUB \u0628\u0627 \u062D\u0641\u0638 \u0637\u0631\u062D \u0628\u0646\u062F\u06CC \u0627\u0635\u0644\u06CC \u0633\u0646\u062F \u060C \u062A\u0631\u062C\u0645\u0647 \u0632\u06CC\u0631\u0646\u0648\u06CC\u0633 \u062F\u0648\u0632\u0628\u0627\u0646\u0647 \u0648\u06CC\u062F\u0626\u0648\u06CC \u0622\u0646\u0644\u0627\u06CC\u0646 Youtube / Netflix \u060C \u067E\u0634\u062A\u06CC\u0628\u0627\u0646\u06CC \u0627\u0632 \u062E\u062F\u0645\u0627\u062A \u062A\u0631\u062C\u0645\u0647 \u0627\u0635\u0644\u06CC Deepl / Google\u061B","browser.PdfProFile":"\u062A\u0631\u062C\u0645\u0647 PDF Pro \u0645\u062D\u0631\u06A9 \u0647\u0648\u0634 \u0645\u0635\u0646\u0648\u0639\u06CC","browser.textTranslate":"\u062A\u0631\u062C\u0645\u0647 \u0645\u062A\u0646"};var Th={nologin:"non connect\xE9",loginForSafari:"Se connecter ou s'inscrire",login:"Se connecter pour ouvrir une adh\xE9sion",manageAccount:"Comptes g\xE9r\xE9s",openPremium:"Adh\xE9sion ouverte",logout:"annuler",curentPlan:"Paquets actuels",endAt:"expiration",endAuto:"renouvellement automatique",lineBreakMaxTextCount:"Nombre maximal de caract\xE8res autoris\xE9s par phrase apr\xE8s les retours \xE0 la ligne","translate-pdf":"Cliquez pour traduire le PDF","noSupportTranslate-pdf":"Script non support\xE9, veuillez utiliser le plugin","translate-firefox-local-pdf":"Cliquez pour aller \xE0 Importer le PDF",enableLineBreak:"Activer le saut de ligne automatique pour les longs paragraphes",sponsorLabel:"1 $ D\xE9veloppeurs sponsoris\xE9s",help:"main",browserShortcutsNoteForFirefox:"Pour modifier les raccourcis dans Firefox, vous devez ouvrir la page de gestion des extensions `about:addons`, puis cliquer sur `Settings`, et enfin sur `Manage Shortcuts` pour d\xE9finir les raccourcis.",browserShortcutsNoteForChrome:'Pour modifier les raccourcis dans Chrome, vous devez ouvrir la page de gestion des extensions, les d\xE9finir dans le panneau "Gestion des raccourcis" (`chrome://extensions/shortcuts`), et cliquer sur le bouton ci-dessous pour acc\xE9der \xE0 la page de gestion des raccourcis.',browserShortcutsSucks:"Les raccourcis personnalis\xE9s sont format\xE9s comme suit (pas de reconnaissance automatique, veuillez entrer directement) :\uFF1A",enableLineBreakDescription:"Lorsque cette option est activ\xE9e, des sauts de ligne sont ins\xE9r\xE9s \xE0 la fin de chaque phrase dans les longs paragraphes afin d'en faciliter la lecture.","browser.shortBrandName":"Traduction en immersion","browser.brandName":"Traduction en immersion : pages Web et PDF bilingues","browser.brandDescription":"Bilingual web page translation, also supports PDF translation, bilingual Epub eBook translation, free to use.","browser.toggleTranslatePage":"Traduire la page/afficher le texte original","browser.toggleTranslateTheWholePage":"Traduire toutes les zones de la page/afficher le texte original","browser.toggleOnlyTransation":"Basculer en mode bilingue / mode traduction uniquement","browser.toggleTranslateToThePageEndImmediately":"Traduction imm\xE9diate en bas de page/affichage du texte original","browser.toggleTranslateTheMainPage":"Traduire la zone principale de la page/afficher le texte original","browser.shareToDraft":"Partager les pages bilingues","browser.openOptionsPage":"Ouvrir la page des param\xE8tres","browser.toggleTranslationMask":"Afficher/masquer l'effet de flou de translation","browser.translateLocalPdfFile":"Traduire des fichiers PDF locaux","browser.openEbookViewer":"Lire les livres \xE9lectroniques locaux","browser.openEbookBuilder":"Cr\xE9er des livres bilingues EPUB","browser.translateLocalHtmlFile":"Traduire des fichiers HTML/txt","browser.donateContext":"En savoir plus sur les avantages du parrainage","browser.translateLocalSubtitleFile":"Traduire les fichiers de sous-titres locaux",confirmResetConfig:"\xCAtes-vous s\xFBr de vouloir r\xE9initialiser les param\xE8tres ?",translationLineBreakSettingTitle:"R\xE9glage du saut de ligne de la traduction",smartLineBreak:"smart line feed (informatique)",alwaysLineBreak:"Toujours un saut de ligne",isShowContextMenu:"Ajouter des pages traduites aux \xE9l\xE9ments de menu \xE0 cliquer avec le bouton droit de la souris",toggleBeta:"Activation des fonctionnalit\xE9s de test b\xEAta",betaDescription:"Permet d'activer des fonctionnalit\xE9s encore exp\xE9rimentales, ainsi qu'un service de traduction en version b\xEAta. Rejoignez le <1>groupe Telegram pour en savoir plus.",translationLineBreakSettingDescription:"Les sauts de ligne sont toujours nets et ordonn\xE9s pour les pages \xE0 faible contenu. (Pour gagner de la place, utilisez des sauts de ligne intelligents dans les longs paragraphes \xE0 fort contenu (plus de{count}caract\xE8res)).",tempTranslateDomainTitle:"Dur\xE9e de l'activation temporaire de la traduction du site web",tempTranslateDomainDescription:"Lors de la traduction manuelle d'une page web, vous pouvez activer temporairement le site web pour la traduction automatique et vous pouvez d\xE9finir la dur\xE9e temporaire.",xMinutes:"{count} minutes",disabled:"interdire l'utilisation de qqch.",changelog:"Journal des mises \xE0 jour",toggleTranslatePageWhenThreeFingersOnTheScreen:"L'effleurement simultan\xE9 de l'\xE9cran par plusieurs doigts traduit les pages web/affiche le texte original",toggleTranslationMaskWhenThreeFingersOnTheScreen:"Le toucher \xE0 plusieurs doigts permet d'afficher/masquer l'effet de flou.",fingerCountToToggleTranslagePageOnlyTranslationWhenTouching:"Plusieurs doigts touchant l'\xE9cran en m\xEAme temps traduisent la page web (traduction uniquement)/affichent le texte original.",addUrlDescription:"Peut \xEAtre un nom de domaine et prend \xE9galement en charge les caract\xE8res g\xE9n\xE9riques, par exemple\uFF1A*.google.com, google.com/mail/*, https://www.google.com/*.",general:"Param\xE8tres de base",clickToExpandConfig:"\xC9tendre la configuration actuelle",import:"Importation d'un fichier",export:"Exporter vers un fichier",toggleDebug:"Imprimer le journal de d\xE9bogage sur la console","fingers.0":"coagulation","fingers.2":"touche \xE0 deux doigts","fingers.3":"touche \xE0 trois doigts","fingers.4":"touche \xE0 quatre doigts","fingers.5":"touche \xE0 cinq doigts",mouseHoldKey:"+ {key} traduire/restaurer le paragraphe",mouseHoldKeyAuto:"Traduction directe du paragraphe",mouseHoldKeyOff:"Ne faites rien.",mouseHoldKeyOther:"Raccourcis personnalis\xE9s (ouvrir les param\xE8tres)",mouseHoldKeyCustomKey:"{key} Traduction/r\xE9duction du paragraphe",mouseHoverHoldKey:"Traduire des paragraphes en appuyant sur la touche de raccourci tout en survolant la souris.","mouse-translate":"survol de la souris",document:"fichier (informatique)",resetSuccess:"R\xE9initialisation de tous les param\xE8tres r\xE9ussie",resetThisSuccess:"R\xE9initialisation r\xE9ussie",saved:"Sauvegarder le succ\xE8s",successImportConfig:"Importation r\xE9ussie de la configuration",goAdvancedSettings:"Acc\xE9der \xE0 la page des param\xE8tres avanc\xE9s",goAdvancedInterfaceSettings:"Acc\xE9der \xE0 la page Param\xE8tres de personnalisation avanc\xE9s",advanced:"Param\xE8tres avanc\xE9s",advancedDescription:"En g\xE9n\xE9ral, aucun r\xE9glage n'est n\xE9cessaire, il suffit de laisser la valeur par d\xE9faut. Pour les utilisateurs plus sp\xE9cialis\xE9s uniquement, des param\xE8tres plus personnalis\xE9s sont disponibles.",developer:"Param\xE8tres du d\xE9veloppeur",donateCafe:"prix","translate to the bottom of the page":"La traduction se fait-elle vers le bas de la page imm\xE9diatement apr\xE8s l'entr\xE9e dans la page ?",feedback:"Question Feedback",toggleTranslatePage:"Traduire la page/afficher le texte original",translateToThePageEndImmediatelyDescription:"Si vous l'activez, le contenu sera imm\xE9diatement traduit du haut vers le bas de la page au fur et \xE0 mesure que vous y acc\xE9dez. Si vous la d\xE9sactivez, la traduction se fait au fur et \xE0 mesure de la lecture. (Non recommand\xE9)","translate all areas of the page":"Traduire ou non toutes les zones de la page",translationAreaDescription:"Si cette option est activ\xE9e, toutes les zones de la page web sont traduites. Si l'option est d\xE9sactiv\xE9e, la reconnaissance intelligente par d\xE9faut est utilis\xE9e et seules les parties principales sont traduites. (Il n'est pas recommand\xE9 de l'activer)","the number of characters to be translated first":"Traduire directement les premiers caract\xE8res de la page sans attendre le d\xE9filement de la zone de visualisation","interface language":"langue de l'interface","display both the original text and the translation":"Affichage simultan\xE9 de l'original et de la traduction","keyboard shortcuts":"Raccourcis clavier",modify:"Modifier les touches de raccourci",reset:"reprovision",close:"coagulation",homepage:"page d'accueil",more:"plus",moreOptions:"\xC9largir les options de personnalisation",translateTheWholePage:"Traduire toutes les zones de la page (au lieu de reconna\xEEtre intelligemment les zones principales)",changeToTranslateTheWholePage:"Passer \xE0 la traduction de toutes les r\xE9gions",changeToTranslateTheMainPage:"Passer \xE0 la zone principale de traduction",changeToOnlyTranslationMode:"Afficher uniquement les traductions",changeToDualTranslationMode:"Passer \xE0 la traduction bilingue",translateToThePageEndImmediately:"Traduction imm\xE9diate en bas de page",translateTheMainPage:"R\xE9gions cl\xE9s de la traduction intelligente","The local rules are up to date":"Les r\xE8gles d'adaptation locales sont \xE0 jour.","Successfully synchronized with the latest official rules:":"Synchronisation r\xE9ussie avec les derni\xE8res r\xE8gles d'adaptation officielles.","Checking for updates":"V\xE9rification des mises \xE0 jour","Rules are being synchronized":"Synchronisation des r\xE8gles d'adaptation",localVersionIsTooOld:"La version de l'extension locale est trop ancienne, veuillez mettre \xE0 jour l'extension vers {minVersion} ou une version plus r\xE9cente avant d'essayer de synchroniser.",badUserscriptBrowser:"Le navigateur actuel n'impl\xE9mente pas correctement l'interface de l'extension Grease Monkey (par exemple, pour obtenir des informations sur le num\xE9ro de version du script Grease Monkey lui-m\xEAme), veuillez utiliser d'autres navigateurs qui <1>prennent en charge l'extension Grease Monkey, tels que Firefox.",foundNewVersion:"D\xE9couvrez la nouvelle version",theLocalExtensionIsUpToUpdate:"L'extension actuelle est \xE0 jour.",failToSyncRules:"Absence de synchronisation des derni\xE8res r\xE8gles d'adaptation",retry:"Cliquez ici pour r\xE9essayer",failedReason:"Raisons de l'\xE9chec",currentRuleVersion:"Version actuelle de la r\xE8gle",calculating:"Calculs",unknownError:"erreur inconnue",canNotFetchRemoteRule:"Impossible d'obtenir des r\xE8gles \xE0 distance",enableAlphaSuccess:"Alpha activ\xE9",disableAlphaSuccess:"La fonction Alpha a \xE9t\xE9 d\xE9sactiv\xE9e",cacheSize:"Taille du cache\uFF1A",cleaning:"en cours de liquidation",cleanCache:"effacer le cache",options:"mettre en place",about:"en ce qui concerne",service:"service d'interpr\xE9tation",needAction:"(Acc\xE9der aux param\xE8tres)",goSettings:"aller de l'avant et mettre en place",needActionForOptions:"(\xE0 mettre en place)",translationEngine:"Options du moteur",sourceLanguage:"Langue originale",target:"langue cible",popupSourceLanguage:"Langue originale",popupTarget:"langue cible",popupService:"service d'interpr\xE9tation",forThisSite:"Site web actuel",autoEnableSubtitle:"Ouverture automatique des sous-titres bilingues",alwaysTranslate:"Traduisez toujours",neverTranslate:"Ne jamais traduire",alwaysTranslateSomeLanguage:"Traduisez toujours {language}",neverTranslateSomeLanguage:"Ne jamais traduire {language}",alwaysTranslateSomeSite:"Traduisez toujours {hostname}",neverTranslateSomeSite:"Ne jamais traduire {hostname}",alwaysTranslateSomeSiteOrWildSite:"Toujours traduire le site",alwaysTranslateSomePage:"Toujours traduire la page",add:"augmenter",default:"par d\xE9faut (r\xE9glage)",forThisLanguage:"Pour cette langue\uFF1A","add url":"Saisir l'URL",edit:"compilateur","translate other languages into specific language":"Traduire d'autres langues dans la langue choisie","select translation service":"S\xE9lectionner un service de traduction",language:"multilinguisme","show-original":"Afficher le texte original",translate:"l'\xE9quarrissage",Translated:"traduit",Translating:"en traduction",Error:"incorrect",allowCacheTranslations:"Activer la mise en cache de la traduction locale (pour r\xE9duire les demandes de traduction pour les passages dupliqu\xE9s)","translation display":"Style d'affichage de la traduction","select diplay style":"Distinguer les styles de traduction, en se r\xE9f\xE9rant sp\xE9cifiquement aux exemples suivants",interface:"Param\xE8tres de l'interface",import_export:"Importation/Exportation",import_export_title:"Configuration de l'importation/exportation",syncToGoogleDrive:"Synchroniser avec Google Drive maintenant",floatBallOptions:"Param\xE8tres de l'hoverball","floatBallOptions.enable":"Activer le Hoverball","floatBallOptions.blockUrls":"D\xE9sactiver le site web","floatBallOptions.add":"augmenter","floatBallOptions.blockUrlDesc":"Les hoverballs ne sont pas affich\xE9s lorsque les sites web suivants sont rencontr\xE9s","floatBallOptions.clickType":"le comportement de clic","floatBallOptions.clickTypeDesc":"Comportement de l'ic\xF4ne Hoverball lorsqu'elle est cliqu\xE9e","floatBallOptions.clickPopup":"Afficher le panneau de traduction","floatBallOptions.clickTranslate":"Traduction/affichage du texte original","floatBallOptions.fixedPosition":"\u56FA\u5B9A\u4F4D\u7F6E","floatBallOptions.fixedPositionDesc":"\u60AC\u6D6E\u7403\u5728\u7A97\u53E3\u5DE6\u4FA7\u8FD8\u662F\u53F3\u4FA7","floatBallOptions.fixedPositionLeft":"\u5DE6\u4FA7","floatBallOptions.fixedPositionRight":"\u53F3\u4FA7",previewAllThemes:"Aper\xE7u de tous les styles","translationTheme.none":"ne pas avoir","translationTheme.grey":"gris fonc\xE9","translationTheme.dashed":"soulign\xE9 en pointill\xE9","translationTheme.dotted":"trait de soulignement en pointill\xE9","translationTheme.dashedBorder":"bordure en pointill\xE9s","translationTheme.solidBorder":"bordure solide","translationTheme.underline":"Souligner les lignes droites","translationTheme.mask":"Effets flous (modes d'apprentissage)","translationTheme.opacity":"effet de transparence","translationTheme.paper":"Effet d'ombre du papier blanc","translationTheme.dividingLine":"ligne de d\xE9marcation","translationTheme.highlight":"haute luminosit\xE9","translationTheme.marker":"marqueur (mot emprunt\xE9)","translationTheme.marker2":"Marqueur 2","translationTheme.blockquote":"Styles de r\xE9f\xE9rencement","translationTheme.weakening":"affaiblissement","translationTheme.italic":"caract\xE8re oblique","translationTheme.bold":"\xE9paissir","translationTheme.thinDashed":"ligne pointill\xE9e fine soulign\xE9e","translationTheme.nativeDashed":"Le syst\xE8me est soulign\xE9 en pointill\xE9","translationTheme.nativeDotted":"Le syst\xE8me est soulign\xE9 en pointill\xE9s","translationTheme.nativeUnderline":"Le syst\xE8me est assorti d'une ligne de d\xE9marcation droite","translationTheme.wavy":"ligne ondul\xE9e","translationServices.custom":"API personnalis\xE9e","translationServices.tencent":"Tencent Translator","translationServices.tenAlpha":"Tencent Translator (Alpha)","translationServices.google":"Google Translate","translationServices.bai":"Baidu (Alpha)","translationServices.baidu":"Traduction de Baidu","translationServices.aliyun":"AliCloud Traduction","translationServices.volc":"traduction du volcan","translationServices.deeplx":"DeepLX (Beta)","translationServices.bing":"Microsoft Translate","translationServices.deepl":"DeepL","translationServices.wechat":"Traduction WeChat","translationServices.azure":"Azure Translation","translationServices.ibm":"IBM Watson","translationServices.aws":"Traduction sur Amazon","translationServices.mock":"Traduction simul\xE9e","translationServices.mock2":"Traduction simul\xE9e 2","translationServices.caiyun":"lit. nuages color\xE9s et petites traductions","translationServices.cai":"Nuages color\xE9s (Alpha)","translationServices.volcAlpha":"Volcan (Alpha)","translationServices.openl":"OpenL","translationServices.youdao":"Traduction sur Youtube","translationServices.you":"Traducteur Youdao (Alpha)","translationServices.transmart":"Traduction interactive de Tencent","translationServices.niu":"Traducteur franc-tireur","translationServices.papago":"Traduction Papago","translationServices.d":"D (Alpha)","translationServices.dpro":"D Pro (Canari)","translationServices.openai":"OpenAI","translationServices.yandex":"Yandex","translationServices.chatgpt":"ChatGPT Web(3.5 mobile)","translate title":"Traduire les titres des pages","always languages":"Toujours traduire la langue",neverTranslateLanguagesLabel:"La langue qui ne sera jamais traduite",neverTranslateTheFollowingLanguagesDescription:"Les traductions sont ignor\xE9es lorsqu'un paragraphe de la page est r\xE9dig\xE9 dans l'une des langues suivantes",enableUserscriptPagePopup:"Afficher le hoverball sur la page",enableUserscriptPagePopupDescription:"Apr\xE8s avoir d\xE9sactiv\xE9 le hoverball, vous pouvez le rappeler \xE0 l'aide du raccourci /{touch}. Il est fortement recommand\xE9 de marquer cette page de param\xE8tres d'un signet afin d'\xE9viter de ne pas pouvoir retrouver le hoverball apr\xE8s avoir d\xE9sactiv\xE9 cette option par inadvertance !","always translate the following languages":"Traduit automatiquement dans la langue cible lorsque la page est dans l'une des langues suivantes","always sites":"Des sites web toujours traduits","always translate the following sites":"Les sites web sont automatiquement traduits dans la langue cible lorsqu'il s'agit de noms de domaine de","never sites":"Site web jamais traduit","never translate the following sites":"Les traductions ne seront pas effectu\xE9es si le site est destin\xE9 aux domaines suivants","please refer to":"Vous devez remplir la cl\xE9 avant de pouvoir l'utiliser.",KeyAndConfigurationTutorial:"Tutoriel d'application et de configuration des cl\xE9s",useAboveStyleForTheseSites:"Utilisez toujours le style de traduction \u2308{theme}\u230B lorsque le site est destin\xE9 aux domaines suivants",currentUrl:"URL actuel",confirm:"enregistrer (un fichier, etc.) (informatique)",cancel:"annulations",delete:"l'enl\xE8vement","languages.auto":"d\xE9tection automatique",syncToCloud:"Synchronisation avec Google Drive",syncToCloudDescription:"T\xE9l\xE9charg\xE9e dans le nuage, la configuration peut \xEAtre synchronis\xE9e entre diff\xE9rents navigateurs/scripts de singe de graisse, en fonction de la derni\xE8re modification.",syncToAccount:"Synchronisation avec l'Immersive Translation Cloud",syncToAccountButton:"Synchronisation instantan\xE9e avec le nuage",syncToAccountDescription:"Synchroniser automatiquement les configurations entre diff\xE9rents appareils, en fonction de la derni\xE8re modification.",successSyncConfigInAccount:"Synchronisation r\xE9ussie avec le nuage",successSyncConfigToAccount:"Synchronisation r\xE9ussie vers le nuage",syncConfigNoUpdate:"Il est d\xE9j\xE0 \xE0 jour.",authFail:"\xC9chec de l'autorisation",syncTitle:"Gestion manuelle des sauvegardes",import_hint:"importation (donn\xE9es)",upload:"t\xE9l\xE9charger",revokeAuth:"r\xE9voquer une autorisation",uploadFail:"\xC9chec du t\xE9l\xE9chargement",download:"t\xE9l\xE9chargement",importSuccess:"Importation r\xE9ussie",importFail:"\xE9chec de l'importation",deleteFail:"\xC9chec de la suppression",backupToCloud:"Gestion manuelle des fichiers de sauvegarde",create_new_backup:"Ajouter un nouveau n\u0153ud de sauvegarde",maxBackupFiles:"Jusqu'\xE0{count}n\u0153uds diff\xE9rents peuvent \xEAtre sauvegard\xE9s, veuillez supprimer les n\u0153uds dont vous n'avez pas besoin.",backupToCloudDescription:"T\xE9l\xE9charger ou restaurer manuellement les fichiers de sauvegarde, en autorisant jusqu'\xE0 trois sauvegardes diff\xE9rentes.",successSyncConfig:"Synchronisation r\xE9ussie avec le nuage",syncFail:"\xE9chec de la synchronisation",updatedAt:"Mise \xE0 jour de {date}",lastSyncedAt:"Derni\xE8re v\xE9rification \xE0 l'adresse {date}",downloadFail:"\xC9chec du t\xE9l\xE9chargement",clickToDownload:"Cliquer pour t\xE9l\xE9charger",aboutLabel:"\xC0 propos - Feedback","browser.openAboutPage":"\xC0 propos/commentaires",aboutLabelWithoutSponsor:"\xC0 propos - Feedback",aboutIntro:"Puissions-nous tous avoir un acc\xE8s plus facile et plus agr\xE9able \xE0 l'\xE9norme quantit\xE9 d'informations en langues \xE9trang\xE8res sur Internet \u2764\uFE0F Vous pouvez choisir d'activer votre <6>adh\xE9sion Pro pour utiliser les traductions pr\xEAtes \xE0 l'emploi de DeepL et OpenAI.

Vous pouvez nous suivre sur <3>Twitter, <4>Telegram, Weibo, WeChat, ou vous <5>inscrire \xE0 notre liste de <5>diffusion ci-dessous pour suivre les mises \xE0 jour.
Les <7>membres Pro peuvent nous contacter \xE0 l'adresse <8>support@immersivetranslate.com pour un service client\xE8le rapide.",aboutIntroWithoutSponsor:"Puissions-nous tous avoir un acc\xE8s plus facile et plus agr\xE9able \xE0 l'\xE9norme quantit\xE9 d'informations en langues \xE9trang\xE8res disponibles sur Internet \u2764\uFE0F

Vous pouvez nous suivre sur <3>Twitter, <4>Telegram channel, WeChat, WeChat Exchange, ou vous <5>abonner aux mises \xE0 jour par <5>courriel ci-dessous.",projectHomepage:"Accueil du projet",joinTelegramGroup:"Rejoignez le groupe d'utilisateurs pour participer aux discussions sur les fonctionnalit\xE9s",wechatPublicAccount:"WeChat Public",wechatCommunities:"Groupe d'\xE9change WeChat",qqCommunities:"Canal de communication QQ",joinTelegramChannel:"Suivez le canal Telegram pour les derni\xE8res mises \xE0 jour",feedbackAndJoin:"Question Feedback / Ajouter un groupe",autoSync:"synchronisation automatique de l'heure",loadingThemeTitle:"Style de chargement",loadingThemeDescription:"D\xE9finition du style lors de l'attente du chargement de la traduction","loadingTheme.spinner":"Animation de la rotation","loadingTheme.text":"texte statique qqch. ","loadingTheme.none":"non illustr\xE9",developerDescription:"La documentation sur la personnalisation avanc\xE9e est disponible <1>ici","edit border color":"Modifier la couleur de la bordure",successSyncButNoChange:"La configuration actuelle est compatible avec le nuage",customTheme:"Couleurs et tailles personnalis\xE9es","customThemeLabel.borderColor":"Couleur de la bordure","customThemeLabel.borderRadius":"Bords arrondis","customThemeLabel.textColor":"couleur du texte","customThemeLabel.backgroundColor":"couleur de fond","customThemeLabel.zoom":"Mise \xE0 l'\xE9chelle des polices (%)","customThemeLabel.opacity":"Opacit\xE9 du texte (%)",resetToDefaultColor:"R\xE9tablir les couleurs par d\xE9faut",resetToDefaultSettings:"R\xE9tablir les param\xE8tres par d\xE9faut",isTranslateTitle:"Permettre la traduction des titres de pages",isTranslateTitleDescription:"Lorsque cette option est activ\xE9e, le titre de la page est traduit.",enableSearchEnhancement:"Permettre l'enrichissement des messages bilingues",enableSearchEnhancementDescription:`Une fois l'option activ\xE9e, les r\xE9sultats de recherche de "Google News" seront automatiquement affich\xE9s dans la colonne de droite des sites web pris en charge (Google News, Google Search (certains mots-cl\xE9s), Snowball, Oriental Fortune, Futura, Tiger Community) pour les mots-cl\xE9s anglais correspondants.`,verifyService:"Cliquez ici pour tester le service",verified:"V\xE9rifier le succ\xE8s","field.langs":"Codes des langues prises en charge","field.model":"mod\xE9lisation","field.translationEngine":"moteur de traduction","field.limitPerMinute":"Nombre maximum de demandes par minute","field.limitPerSecond":"Demandes maximales par seconde","field.maxTextLengthPerRequest":"Longueur maximale du texte par demande","field.maxTextGroupLengthPerRequest":"Nombre maximum de paragraphes par demande","field.apiUrl":"Adresse de l'interface API personnalis\xE9e","field.placeholderDelimiters":"espace r\xE9serv\xE9","description.custom":"Acc\xE8s \xE0 l'interface personnalis\xE9e Documentation requise","description.limitPerMinute":"Les demandes d\xE9passant cette limite sont plac\xE9es dans une file d'attente jusqu'au d\xE9but de la minute suivante. En raison des diverses limitations du service actuel d'OpenAI, veuillez cliquer <1>ici pour obtenir les derni\xE8res valeurs sugg\xE9r\xE9es.","description.limitPerSecond":"Les demandes d\xE9passant cette limite sont plac\xE9es dans une file d'attente jusqu'au d\xE9but de la seconde suivante. En raison des diverses limitations du service actuel d'OpenAI, veuillez cliquer <1>ici pour obtenir les derni\xE8res valeurs sugg\xE9r\xE9es.","description.generalLimitPerSecond":"Les demandes d\xE9passant cette limite sont plac\xE9es dans une file d'attente jusqu'au d\xE9but de la seconde suivante.","description.prompt":"Envoyer la conversation \xE0 {service} en tant qu'utilisateur, o\xF9 {{text}} repr\xE9sente le contenu du texte du paragraphe, {{from}} repr\xE9sente la langue du paragraphe et {{to}} repr\xE9sente la langue cible.","description.maxTextLengthPerRequest":"Le nombre maximum de caract\xE8res par requ\xEAte est trop important pour que l'interface r\xE9ponde lentement, essayez donc d'ajuster cette option pour optimiser la vitesse.","description.systemPrompt":"Un dialogue envoy\xE9 \xE0 l'OpenAI en tant que syst\xE8me, o\xF9 {{text}} indique le contenu textuel du paragraphe,{{from}} indique la langue du paragraphe et{{to}} indique la langue cible.","field.domain":"royaume","description.domain":"La valeur par d\xE9faut est\uFF1Ageneral. Elle ne peut \xEAtre d\xE9finie que si la traduction par domaine est activ\xE9e dans la console Arima API, voir <1>ici pour les domaines pris en charge.","field.scene":"prendre","description.scene":"La valeur par d\xE9faut est\uFF1Ageneral. Elle ne peut \xEAtre d\xE9finie que si la console AliCloud API ouvre Machine Translation Pro, voir <1>ici pour les sc\xE9narios pris en charge.","field.vocabId":"ID du dictionnaire de l'utilisateur","description.vocabId":"Le dictionnaire out_id sp\xE9cifi\xE9 prend actuellement en charge la traduction de l'anglais vers le chinois.","description.model":"Mod\xE8les OpenAI, peuvent \xEAtre gpt-3.5-turbo, gpt-4, etc.","description.maxTextGroupLengthPerRequest":"Le nombre de paragraphes envoy\xE9s au service de traduction \xE0 la fois. S'il y a trop de paragraphes, l'interface peut r\xE9pondre plus lentement.","description.apiUrl":"Veuillez ajouter des URL sp\xE9cifiques avec des chemins d'acc\xE8s et une <1>description plus d\xE9taill\xE9e.",enabledExtension:"Activation des extensions",clickToDisableExtension:"Cliquez pour d\xE9sactiver les extensions",clickToEnableExtension:"Cliquez pour activer les extensions",hasBeenDisabled:"handicap\xE9","show password":"Afficher le mot de passe",customContent:"Saisir un nom de mod\xE8le personnalis\xE9",inputOptions:"Am\xE9lioration de la bo\xEEte de saisie",mouseHoverOptions:"survol de la souris",modifyMouseHoverKey:"Modifier le raccourci au survol de la souris",enableInputTranslation:"Activation ou non de l'am\xE9lioration des bo\xEEtes de saisie",enableInputTranslationDescription:"Une fois la fonction activ\xE9e, tapez {startingKey}{startingKey} hello directement dans le champ de saisie, puis tapez rapidement{inputTrailingTriggerKeyRepeatTimes}puis{trailingKey}pour traduire en {inputTargetLanguage}.",enableInputTranslationDescriptionForNoneKey:"Une fois la fonction activ\xE9e, tapez\uFF1AHello World directement dans le champ de saisie, puis appuyez rapidement sur{inputTrailingTriggerKeyRepeatTimes}{trailingKey}fois pour traduire dans la langue cible par d\xE9faut.",inputTargetLanguage:"D\xE9finition de la langue cible par d\xE9faut pour les bo\xEEtes de saisie",inputTargetLanguageDescription:"Langue cible par d\xE9faut pour la traduction de la bo\xEEte de saisie, c'est-\xE0-dire {startingKey}{startingKey} comme langue par d\xE9faut pour les mots d\xE9clencheurs.",inputTargetLanguageDescriptionForNoneKey:"Langue cible par d\xE9faut pour la traduction de la bo\xEEte de saisie",inputStartingTriggerKeyTitle:"D\xE9finition du caract\xE8re de s\xE9paration pour la traduction partielle de la zone de saisie",inputStartingTriggerKeyDescription:"Lorsque vous n'avez pas besoin de traduire l'int\xE9gralit\xE9 du champ de saisie, le s\xE9parateur vous permet de ne traduire que la partie allant de {startingKey}{startingKey} \xE0 la fin du champ de saisie, ou vous pouvez sp\xE9cifier le code de la langue, par exemple\uFF1A{startingKey}ja signifie ne traduire que la partie allant de {startingKey}ja \xE0 la fin du champ de saisie.",inputStartingTriggerKeyDescriptionForNoneKey:"Le param\xE8tre actuel d'absence de pr\xE9fixe n'est pas n\xE9cessaire et la fonction de traduction de certains textes dans la bo\xEEte de saisie n'est pas disponible pour le moment.",inputTrailingTriggerKeyTitle:"S\xE9lectionner un caract\xE8re d\xE9clencheur de fin d'entr\xE9e",inputTrailingTriggerKeyDescription:"3 coups rapides{trailingKey} commencera \xE0 traduire !",inputTrailingTriggerKeyTimeout:"Entrez le temps entre les d\xE9clenchements de fin de combat",inputTrailingTriggerKeyTimeoutDescription:"D\xE9finit le temps (en millisecondes) entre les d\xE9clenchements combo de fin d'entr\xE9e.",spaceKey:"<\u7A7A\u683C\u952E>",noneKey:"Traduction directe de l'ensemble de la zone de texte sans pr\xE9fixe",inputTranslationBlockUrlsTitle:"N'activez pas l'am\xE9lioration des bo\xEEtes de saisie dans les URL suivantes",inputTranslationBlockUrlsDescription:"Les am\xE9liorations apport\xE9es aux bo\xEEtes de saisie ne fonctionneront pas aux URL suivants",clickToSeeQuickDemo:"Cliquez pour agrandir la vid\xE9o du tutoriel de 30 secondes",inputHelperInfo:"Description\uFF1ANous avons optimis\xE9 le fait que certains caract\xE8res d\xE9clencheurs se transforment en signes de ponctuation chinois sous les m\xE9thodes d'entr\xE9e chinoises, par exemple, / se transforme en signe dun , sous la m\xE9thode d'entr\xE9e Sogou, et Immersive Translator prend en charge tous les symboles chinois correspondant aux caract\xE8res d\xE9clencheurs, c.-\xE0-d. //,,, seront reconnus comme des caract\xE8res d\xE9clencheurs.

Nous prenons \xE9galement en charge les alias chinois pour les codes de langue en tant que commandes, par exemple /Japanese Hello World sera traduit en japonais, <1>cliquez ici pour voir tous les codes de langue pris en charge.",reloadCurrentPage:"Veuillez rafra\xEEchir la page actuelle avant de commencer la traduction.",noLocalFilePermissionForPDF:"Vous n'avez pas l'autorisation de lire les fichiers locaux, veuillez cliquer sur le bouton ci-dessus et importer les fichiers locaux.",noPermissionForThisPage:"\u26A0\uFE0F Pas d'autorisation de traduire la page actuelle",retryAllParagraphs:"R\xE9essayer tous les passages d'erreur",retryAllButton:"R\xE9essayer tous les passages d'erreur",errorTooltipTitle:"Cliquez pour voir la cause de l'erreur",errorModalTitle:"Il semble qu'il y ait un probl\xE8me avec le service de traduction ou le r\xE9seau...",disableConfirm:"Cadre d'am\xE9lioration de l'information bilingue",disableOnce:"Cette invalidit\xE9",disableGlobal:"d\xE9sactiver de fa\xE7on permanente",disableTint:"* Vous pouvez le r\xE9activer \xE0 l'adresse {option} .",searchEnhancementNotes:"Apr\xE8s avoir activ\xE9 la fonction d'am\xE9lioration de l'information bilingue de la traduction immersive, nous rechercherons automatiquement pour vous les m\xEAmes mots-cl\xE9s en anglais sur les sites web pris en charge (Google News, Google Search (certains mots-cl\xE9s), Snowball, Oriental Wealth, Futura, Tiger) et les afficherons sur le c\xF4t\xE9 droit. Vous pouvez choisir de d\xE9sactiver cette fonction si vous n'en avez pas besoin.",option:"mettre en place",saveSettings:"Sauvegarder les param\xE8tres",closeModal:"Fermer la fen\xEAtre",enableInputTranslationWithoutTriggerKeyTitle:"Activer 3 quick hits sur{trailingKey}pour traduire directement l'ensemble de la bo\xEEte de saisie en{inputTargetLanguage}",enableInputTranslationWithoutTriggerKeyDescription:"Pour sp\xE9cifier la langue cible, pr\xE9fixez-la avec le code de la langue, par exemple\uFF1Aja Hello World",mouseHoverShortcutPlaceholder:"par exemple :\uFF1AShift",deepLProName:"Immersive Translation Membre Pro (Recommand\xE9)",deepLProDescription:"Le paquet actuel peut \xEAtre utilis\xE9 directement",deeplProDescriptionForNormal:"Aucune installation n'est requise, les membres peuvent l'utiliser apr\xE8s s'\xEAtre connect\xE9s, <1>cliquez ici pour passer au statut de membre",deepLCustomDescription:"Carte de cr\xE9dit \xE9trang\xE8re requise, ouverture officielle sur <1>DeepL, cliquez pour la <2>documentation",deepLCustomName:"Cl\xE9 d'authentification personnalis\xE9e",chooseProviderLabel:"S\xE9lectionner un prestataire de services",openaiProName:"Immersive Translation Membre Pro (Recommand\xE9)",openaiProDescription:"Le paquet actuel peut \xEAtre utilis\xE9 directement",openaiProDescriptionForNormal:"Aucune installation n'est requise, les membres peuvent l'utiliser apr\xE8s s'\xEAtre connect\xE9s, <1>cliquez ici pour passer au statut de membre",openaiCustomDescription:"Disponible sur OpenAI, Azure OpenAI, ou d'autres services tiers, <1>cliquez ici pour la documentation.",openaiCustomName:"Cl\xE9 API personnalis\xE9e",needLoginAction:"(Adh\xE9sion ouverte ou personnalisation)",goLoginOrAction:"(Ouvrir une adh\xE9sion ou aller dans les param\xE8tres)",yearly:"effectuer un paiement annuel cons\xE9cutif",quarterly:"l'emballage s\xE9quentiel",monthly:"abonnement mensuel",yearlyForOnce:"Forfait annuel unique",monthlyForOnce:"Forfait mensuel unique",daily:"jours cons\xE9cutifs de paquet",year:"effectuer un paiement annuel cons\xE9cutif",quarter:"l'emballage s\xE9quentiel",month:"abonnement mensuel",day:"jours cons\xE9cutifs de paquet",onetime_7day:"Pack exp\xE9rience 7 jours",currentPlanDescriptionForFree:"Paquets actuels\uFF1AGratuit",currentPlanDescriptionForContinuous:"L'offre actuelle\uFF1A{plan}sera automatiquement renouvel\xE9e sur {endAt}",currentPlanDescriptionForAutoRenewCaceling:"L'offre actuelle\uFF1A{plan}expirera \xE0 la date {endAt} et ne sera pas renouvel\xE9e automatiquement \xE0 cette date.",currentYearlyPlanDescriptionForAutoRenewCacelingWithRealPaiedUser:"L'offre actuelle,\uFF1A{plan}, expirera le {endAt} et ne sera pas renouvel\xE9e automatiquement \xE0 l'expiration.
<1>Cliquez ici pour g\xE9rer votre plan de renouvellement",currentYearlyPlanDescriptionForAutoRenewCacelingWithAdmin:"L'offre actuelle,\uFF1A{plan}, expirera \xE0 {endAt} et ne sera pas renouvel\xE9e automatiquement \xE0 l'\xE9ch\xE9ance.
<1>Cliquez ici pour activer l'abonnement annuel continu",currentPlanDescriptionForOneTime:"L'abonnement actuel\uFF1A{plan}expirera sur {endAt} , <1>cliquez ici pour passer \xE0 un abonnement <1>annuel ou <2>mensuel.",upgradePlan:"Cliquez ici pour passer \xE0 l'adh\xE9sion Pro",upgradeToPro:"Passer \xE0 l'adh\xE9sion Pro","popup.openPro":"Passez \xE0 l'adh\xE9sion Pro pour profiter de DeepL et de la traduction OpenAI, cliquez ici pour passer \xE0 l'adh\xE9sion Pro.","popup.openProForPro":"Vous \xEAtes un membre Pro avec un acc\xE8s direct \xE0 DeepL et aux traductions OpenAI !",currentAccount:"compte courant",enableAutoSyncUserSettings:"Permettre la synchronisation automatique du nuage sur plusieurs appareils",modalEnableInputTranslationTitle:"Traduction immersive Bo\xEEte de saisie Alertes de traduction",modalEnableInputTranslationDesc:"Vous venez de d\xE9clencher la traduction de la bo\xEEte de saisie d'Immersive Translation en appuyant sur la barre d'espacement 3 fois en succession rapide, et le contenu de la bo\xEEte de saisie sera traduit dans la langue cible par d\xE9faut. La traduction peut \xEAtre annul\xE9e avec Ctrl+Z.

Si c'est une erreur, ne vous inqui\xE9tez pas, vous pouvez choisir de la d\xE9sactiver cette fois-ci, ou de d\xE9sactiver d\xE9finitivement la traduction de la zone de saisie.",saveAndNotShowAgain:"Sauvegarder et arr\xEAter le message",disableInputTranslationTips:"* Vous pouvez \xE9galement d\xE9finir d'autres raccourcis pour qu'ils se d\xE9clenchent dans {option} ,{learnMore}.",learnMore:"Cliquez ici pour en savoir plus",continueEnalbeInputTranslation:"Continuer \xE0 activer la traduction des champs de saisie",autoRenewTrialSuffix:`(Dans la version d'essai,passe imm\xE9diatement \xE0 l'adh\xE9sion compl\xE8te)`,upgradeFromTrialTitle:"Passer au statut de membre \xE0 part enti\xE8re",subtitle:"sous-titrage vid\xE9o",youtubeService:"Traduction en immersion Sous-titrage vid\xE9o Services de traduction","subtitle.disabledSubtitle":"D\xE9sactiver d\xE9finitivement la fonction de sous-titres vid\xE9o","subtitle.disabledSubtitleDescription":"Si Immersive Translator's Video Subtitles entre en conflit avec d'autres extensions, vous pouvez choisir de d\xE9sactiver d\xE9finitivement la fonctionnalit\xE9 d'Immersive Translator's Video Subtitles ou de d\xE9sinstaller les autres extensions en conflit.","subtitle.autoEnableSubtitle":"Utilisation automatique de sous-titres bilingues","subtitle.autoEnableSubtitleDescription":"Une fois activ\xE9, des sous-titres bilingues s'afficheront automatiquement lorsque la vid\xE9o est en cours de lecture, sinon, il faut cliquer sur le bouton de traduction pour les afficher.","subtitle.preTranslation":"Traduire des sous-titres \xE0 l'aide de la traduction immersive","subtitle.preTranslationDescription":"Lorsque cette option est activ\xE9e, l'int\xE9gralit\xE9 des sous-titres sera pr\xE9-traduite \xE0 l'aide du service de traduction sp\xE9cifi\xE9 ci-dessous. Une vid\xE9o d'une heure consommera environ 50 000 tokens ou caract\xE8res, donc \xE0 utiliser \xE0 votre propre discr\xE9tion ; lorsqu'elle est d\xE9sactiv\xE9e, les sous-titres originaux seront utilis\xE9s en premier.","subtitle.humanSubtitlesPreferred":"Utilisation prioritaire du sous-titrage humain","subtitle.humanSubtitlesPreferredDescription":"Privil\xE9gier l'utilisation de sous-titres humains lorsque la vid\xE9o dispose de sous-titres humains dans la langue cible (recommand\xE9).",videoSubtitleTranslationDescription:"Confier les sous-titres vid\xE9o \xE0 un service de traduction distinct",subtitleTranslating:"Veuillez patienter pendant que les sous-titres sont traduits \xE0 l'aide du service {service} ... (traduction en immersion)",subtitleLoading:"Chargement des sous-titres...",bilingual:"bilinguisme","field.action":"Activation ou non de la terminologie Baidu","description.action":"Lorsqu'il est activ\xE9, un param\xE8tre action=1 est ajout\xE9 \xE0 la demande pour informer Baidu de l'activation du terme. <1>Veuillez vous r\xE9f\xE9rer \xE0 la documentation officielle pour plus d'informations.",closeQuickTranslation:"Fermer Hoverball","closeQuickTranslation.untilNext":"Cette fois-ci ferm\xE9 jusqu'\xE0 la prochaine visite","closeQuickTranslation.currentWebsite":"Site actuel d\xE9sactiv\xE9","closeQuickTranslation.alwaysClose":"d\xE9sactiver de fa\xE7on permanente","closeQuickTranslation.settingOpen":"(peut \xEAtre activ\xE9e dans la <1>page des param\xE8tres )","closeQuickTranslation.cancel":"annulations","closeQuickTranslation.confirm":"d\xE9finir","floatBall.popup":"Ouvrir le panneau des r\xE9glages rapides","floatBall.translate":"Cliquez pour traduire la page","floatBall.showOriginal":"Cliquez pour revenir \xE0 l'article original","floatBall.close":"Fermer Hoverball","floatBallOptions.enableDescPc":"Apr\xE8s avoir activ\xE9 le hoverball de la page, un bouton de traduction rapide sera affich\xE9 sur le c\xF4t\xE9 droit de la page, cliquez dessus pour traduire !","floatBallOptions.enableDesc":"Apr\xE8s avoir d\xE9sactiv\xE9 le hoverball, il peut \xEAtre rappel\xE9 \xE0 l'aide de{touch}. Il est fortement recommand\xE9 de marquer cette page de param\xE8tres d'un signet afin d'\xE9viter de ne pas pouvoir retrouver le hoverball apr\xE8s avoir d\xE9sactiv\xE9 cette option par inadvertance !","description.azureApiUrl":"Remplir l'adresse de l'interface API personnalis\xE9e",confirmSupportMouse:"Forcer l'activation de la prise en charge de la souris",confirmSupportMouseDescription:"Le navigateur actuel ne prend pas en charge la fonction de la souris. Est-il oblig\xE9 d'activer la prise en charge de la souris ?",sampleTargetText:"La longue nuit viendra, et je veillerai \xE0 partir de ce jour jusqu'\xE0 ma mort. Je ne prendrai pas de femme, je ne ferai pas de fief, je n'aurai pas d'enfant. Je ne porterai pas de couronne, je ne rechercherai pas les honneurs. Je ferai mon devoir, je vivrai et je mourrai.",sampleSourceText:"Night gathers, and now my watch begins. It shall not end until my death. I shall take no wife, hold no lands, father no children. I shall wear no crowns and win no glory. I shall live and die at my post.","subtitle.supportedSites":"\u5DF2\u652F\u6301\u5728\u8FD9\u4E9B\u7F51\u7AD9\u4F7F\u7528\u53CC\u8BED\u5B57\u5E55\uFF08\u6CE8\u610F\uFF1A\u7531\u4E8E\u6280\u672F\u9650\u5236\uFF0C\u90E8\u5206\u7F51\u7AD9\u5728\u9996\u6B21\u5F00\u542F\u5B57\u5E55\u540E\u9700\u8981\u91CD\u65B0\u5237\u65B0\u9875\u9762\uFF0C\u6216\u8005\u9700\u7B49\u5F85\u7FFB\u8BD1\u5B8C\u6210\u4EE5\u663E\u793A\u53CC\u8BED\u5B57\u5E55\uFF09\uFF1A",viewWithImmersiveTranslate:"\u53CC\u8BED\u7248\u672C(\u6C89\u6D78\u5F0F\u7FFB\u8BD1)",errorReason:"\u9519\u8BEF\u539F\u56E0\uFF1A{message}","proQuotaExceededError.onetime7day":'\uFF0C\u60A8\u53EF\u4EE5\u9009\u62E9\u4EE5\u4E0B\u65B9\u5F0F\u89E3\u51B3\uFF1A

1. \u5207\u6362\u5230 {anotherService} \u6216\u5176\u4ED6\u7FFB\u8BD1\u670D\u52A1
2. \u5347\u7EA7\u4E3A\u6708\u5EA6/\u5E74\u5EA6\u4F1A\u5458',"proQuotaExceededError.trial":'\uFF0C\u60A8\u53EF\u4EE5\u9009\u62E9\u4EE5\u4E0B\u65B9\u5F0F\u89E3\u51B3\uFF1A

1. \u5207\u6362\u5230 {anotherService} \u6216\u5176\u4ED6\u7FFB\u8BD1\u670D\u52A1
2. \u7ACB\u523B\u5347\u7EA7\u4E3A\u6B63\u5F0F\u4F1A\u5458',"proQuotaExceededError.nonTrial":'\uFF0C\u60A8\u53EF\u4EE5\u9009\u62E9\u4EE5\u4E0B\u65B9\u5F0F\u89E3\u51B3\uFF1A

1. \u5207\u6362\u5230 {anotherService} \u6216\u5176\u4ED6\u7FFB\u8BD1\u670D\u52A1
2. \u8D2D\u4E70 {translationService} \u989D\u5916\u6D41\u91CF\u5305',"proQuotaExceededError.resetTime":"
3. \u989D\u5EA6\u91CD\u7F6E\u65F6\u95F4\uFF1A{resetTime}","desc.touchShortcutsToggleTranslatePageOnlyTranslation":"Seulement la traduction signifie que seule la traduction est affich\xE9e, si la page n'a pas encore \xE9t\xE9 traduite, elle passera en mode et sera traduite.","desc.toggleOnlyTransation":"Le mode de traduction uniquement signifie que seules les traductions sont affich\xE9es, si la page Web n'a pas encore \xE9t\xE9 traduite, le mode sera chang\xE9 et traduit.",touchShortcutsToggleTranslatePageOnlyTranslation:"Configurer les gestes tactiles pour passer en mode bilingue / mode texte uniquement",download_started:"Le t\xE9l\xE9chargement a d\xE9j\xE0 commenc\xE9, si le t\xE9l\xE9chargement ne commence pas automatiquement, veuillez cliquer manuellement.",here:"ici","error.goReset":"R\xE9initialiser",translationFont:"D\xE9finir la police","error.serveConfigError":"Erreur de configuration du service",detectServiceLoading:"En train de v\xE9rifier les services de traduction disponibles...","translationModeUrl.translation.title":"L'adresse du site en mode traduction uniquement","translationServices.inherit":"Suivez le service de traduction principal","translationModeLang.translation.title":"Mode de langue uniquement en traduction","error.configError":"Les donn\xE9es de configuration sont anormales","translationFont.customPlaceholder":"police de caract\xE8res","touch.mouse-translate":"Traduire le paragraphe sp\xE9cifi\xE9",toggleToService:"Passez \xE0 {service} et r\xE9essayez","translationFont.custom":"Entrez une police personnalis\xE9e",batchEdit:"Op\xE9ration en masse","error.proUpgrade":"Apr\xE8s la mise \xE0 niveau, veuillez rafra\xEEchir la page et traduire \xE0 nouveau.","error.502":"Le service renvoie une erreur, le service est en retard, veuillez r\xE9essayer plus tard.","error.403":"Le service renvoie une erreur, vous n'avez pas temporairement le droit d'acc\xE9der \xE0 ce service.","error.googleLimitIp":"Le service renvoie une erreur, le service Google a limit\xE9 le d\xE9bit pour cette adresse IP, il est recommand\xE9 de changer de n\u0153ud r\xE9seau.",videoSubtitlePreTranslationOff:"Les sous-titres vid\xE9o utiliseront en priorit\xE9 les sous-titres automatiques fournis avec la vid\xE9o originale.","translationFont.notSupportErrorMessage":"Veuillez v\xE9rifier si le nom de la police que vous avez entr\xE9 est correct, ou confirmer que cette police est d\xE9j\xE0 install\xE9e sur votre appareil.","error.proTokenInvalid":"Si vous \xEAtes un utilisateur Pro, veuillez vous connecter avant d'utiliser le service de traduction Pro.",videoSubtitlePreTranslationOn:"Les sous-titres vid\xE9o utiliseront en priorit\xE9 la traduction immersive.","error.400":"Le service renvoie une erreur, la demande de param\xE8tre est incorrecte, veuillez v\xE9rifier la configuration correspondante.","error.429":"Le service renvoie une erreur, indiquant que la demande est trop fr\xE9quente ou d\xE9passe la limite de quota, veuillez r\xE9essayer plus tard.","translationModeUrl.translation.description":"Lorsque le site Web est pour les domaines suivants, il utilisera automatiquement le mode de traduction uniquement.",enableSentryReport:"Lorsqu'une erreur se produit lors de l'extension, utilisez Sentry pour soumettre des commentaires.","error.reloadPageOfSetting":"Apr\xE8s la configuration, veuillez rafra\xEEchir la page pour traduire \xE0 nouveau.","translationModeLang.translation.description":"Lorsque la langue de la page est l'une des langues suivantes, le mode de traduction uniquement sera automatiquement utilis\xE9.","error.gemini.429":"Le service Gemini actuel a atteint sa capacit\xE9 maximale, veuillez r\xE9essayer plus tard ou passer \xE0 un autre service de traduction.","desc.toggleVideoSubtitlePreTranslation":"Une fois appuy\xE9, les sous-titres bilingues de la vid\xE9o utiliseront en priorit\xE9 les param\xE8tres de traduction immersive, une nouvelle pression donnera la priorit\xE9 aux sous-titres de traduction automatique inclus dans la vid\xE9o originale. Attention : ce raccourci modifie les param\xE8tres globaux.","error.openAIExceededQuota":"Le service renvoie une erreur : le solde de votre compte OpenAI est insuffisant, veuillez recharger ou lier une carte de cr\xE9dit dans le back-office officiel d'OpenAI.","error.openAIFreeLimit":"Le service renvoie une erreur, la fr\xE9quence actuelle des demandes de traduction a atteint la limite maximale de 3 fois par minute, veuillez r\xE9essayer plus tard. (C'est une restriction officielle d'OpenAI sur la cl\xE9 API gratuite, pour lever cette restriction, veuillez lier une carte de cr\xE9dit dans le backend d'OpenAI.)","error.serveUnavailable":"Le service [{serverName}] que vous utilisez actuellement est temporairement inaccessible en raison de probl\xE8mes de connexion r\xE9seau ou de fournisseur de services. Nous vous sugg\xE9rons d'essayer de rafra\xEEchir la page ou de changer de service de traduction via <1>Param\xE8tres. Si vous \xEAtes un membre <2>Pro, vous pouvez choisir d'utiliser les services de traduction plus stables de DeepL ou OpenAI (<3>cliquez ici pour un essai gratuit). De plus, vous devrez peut-\xEAtre v\xE9rifier vos param\xE8tres de r\xE9seau ou de proxy.",loggedIn:"Connect\xE9","error.retry":"R\xE9essayer","floatBall.iKnow":"Je sais.",touchShortcutsOff:"Fermer","tagsInput.add":"+ Ajouter","translationServices.gemini":"G\xE9meaux",goLogin:"Allez vous connecter",shortcutSettings:"Raccourci",notLogin:"Non connect\xE9","multipleClick.4":"Quadruple frappe",alwaysTranslateThisSite:"Toujours traduire ce site","multipleClick.3":"Triple coup",neverTranslateThisSite:"Ne jamais traduire ce site","subtitle.bilingual":"Sous-titres bilingues","widget.instructionTooltip":"Consultez le mode d'emploi","shortcutGroup.shortcutsForTranslationServices":"Raccourcis li\xE9s au service de traduction",buildSnapshots:"G\xE9n\xE9rer un instantan\xE9 de la page web",shortcutSettingsTitle:"Param\xE9trage des raccourcis","subtitle.hideQuickButton":"Ne plus afficher ce raccourci",contact:"Contactez-nous","widget.videoSubtitleTooltip":"Prend en charge Youtube et autres sites vid\xE9o {count}+",notLoginPro:"Vous n'avez pas encore connect\xE9 \xE0 votre compte membre.","multipleClick.2":"Double-cliquez","widget.videoSubtitle":"sous-titres vid\xE9o",temprarilyChangeTranslationTo_gemini:"Utilisation de Gemini pour traduire la page actuelle.","error.subscriptionExpiredTitle":"L'adh\xE9sion a expir\xE9",pickAll:"Tout s\xE9lectionner","floatBall.guideClickToTranslate":"Cliquez sur la bulle de traduction immersive pour traduire rapidement",temprarilyChangeTranslationTo_google:"Utilisation en cours de Google Traduction pour cette page actuelle",temprarilyChangeTranslationTo_bing:"Utilisation en cours de Microsoft Traduction pour la page actuelle",mouseHoverCustomKeyTitle:"Personnaliser les raccourcis de survol de la souris","browser.translateWithDeepL":"Utilisation temporaire de DeepL pour traduire la page actuelle","widget.translateFile":"PDF/ePub",temprarilyChangeTranslationTo_openai:"Utilisation en cours d'OpenAI pour traduire la page actuelle","subtitle.autoDisableSubtitle":"Ne pas activer automatiquement les sous-titres bilingues","error.reason":"Raison de l'erreur",temprarilyChangeTranslationTo_deepl:"Utilisation de DeepL pour traduire la page actuelle.","widget.translateFileTooltip":"Traduire les documents PDF, EPUB, SRT, ASS, HTML et TXT",networkError:"Le service de traduction ou le r\xE9seau rencontre des probl\xE8mes.","floatBall.longPress":"Appuyez longuement pour ouvrir rapidement le panneau de configuration.",paragraphMinTextCountField:"Le nombre minimum de caract\xE8res requis pour traduire un paragraphe","browser.translateWithTransmart":"Utilisation temporaire de Tencent pour traduire la page actuelle","browser.translateWithOpenAI":"Utilisation temporaire d'OpenAI pour traduire la page actuelle",translationOnlyMode:"Mode de traduction uniquement","slide.right":"Glissez vers la gauche","shortcutGroup.main":"Raccourcis de fonctionnalit\xE9s couramment utilis\xE9s",temprarilyChangeTranslationTo_transmart:"Utilise actuellement la traduction de Tencent pour cette page.",touchShortcutsToggleTranslatePage:"D\xE9finir un geste tactile pour traduire la page web / afficher le texte original","slide.left":"Faites glisser vers la droite","shortcutGroup.touch":"Gestes sp\xE9cifiques pour \xE9cran tactile","intro.floatBallTitle":"Boule flottante de traduction rapide","neverTranslateText.title":"Ci-dessous, les mots restent en texte original, ne pas traduire.","browser.toggleMouseHoverTranslateDirectly":"Activer ou d\xE9sactiver temporairement la traduction directe au survol de la souris sur la page","browser.translateInputBox":"Traduire le contenu de la bo\xEEte de saisie actuelle","browser.translateWithGoogle":"Utilisation temporaire de Google Traduction pour la page actuelle","browser.translateWithBing":"Utilisation temporaire de Microsoft Traduction pour la page actuelle","widget.instruction":"Mode d'emploi","subtitle.showQuickButton":"Afficher les sous-titres bilingues dans le lecteur est un raccourci",touchShortcutsToggleTranslationMask:"Configurer l'affichage du geste tactile pour afficher le masque de traduction / afficher le texte original","error.subscriptionExpired":"Votre adh\xE9sion a peut-\xEAtre expir\xE9, veuillez v\xE9rifier votre statut de membre.","intro.hoverTitle":"Survolez avec la souris pour traduire le paragraphe actuel","browser.translateWithGemini":"Utilisez temporairement Gemini pour traduire la page actuelle",touchShortcutsToggleTranslateTouchElement:"Configurer la traduction de paragraphes sp\xE9cifiques par gestes tactiles","desc.touchShortcutsToggleTranslateTouchElement":"Personnalisez un geste et vous pourrez traduire n'importe quel paragraphe o\xF9 vous vous trouvez.","intro.subtitleTitle":"Affichage des sous-titres bilingues en vid\xE9o en ligne","desc.interfaceLanguage":"La configuration de la langue de l'interface affecte la langue d'affichage du panneau de contr\xF4le et n'a rien \xE0 voir avec la langue cible de la traduction.","browser.toggleVideoSubtitlePreTranslation":"Basculer vers les sous-titres bilingues en privil\xE9giant les param\xE8tres de traduction immersive","shortcutGroup.others":"Plus de raccourcis de fonctionnalit\xE9s personnalis\xE9es",confirmResetToDefaultSettings:"Confirmez-vous vouloir r\xE9tablir ce service de traduction comme param\xE8tre par d\xE9faut ? (Cela ne r\xE9initialise que les param\xE8tres de ce service de traduction)",shortcutDisableTooltip:"Veuillez configurer dans la page de gestion des raccourcis d'extension fournie par le navigateur, pour plus de directives, veuillez consulter les instructions en haut de cette page.","subtitle.showQuickButtonDescription":"Fournir un raccourci pour activer les sous-titres bilingues dans le coin inf\xE9rieur droit du lecteur vid\xE9o","shortcutGroup.mouse":"Configuration des raccourcis clavier pour le survol de la souris","desc.toggleTranslateTheMainPage":"Traduisez uniquement les zones principales de la page, une fois que vous avez activ\xE9 la traduction de toutes les zones de la page dans les param\xE8tres avanc\xE9s, vous pouvez utiliser ce raccourci pour traduire sp\xE9cifiquement les zones principales de la page.","description.baiduField":"Les domaines pris en charge sont vus <1>ici, si vide cela signifie qu'aucun domaine n'est sp\xE9cifi\xE9.",upgradeToProErrorTitle:"Veuillez passer \xE0 l'adh\xE9sion Pro pour utiliser ce service de traduction.",paragraphMinTextCountDesc:"Faites attention, ici on parle de la longueur des caract\xE8res, par exemple: hello compte 5 caract\xE8res, d\xE9finir une valeur plus grande peut r\xE9duire les traductions de petits paragraphes inutiles.",translationOnlyModeDescription:"Le mode de traduction uniquement signifie que seule la traduction est affich\xE9e, et non le mode bilingue par d\xE9faut. Notez que: en raison des limitations techniques, les hyperliens du texte original seront d\xE9sactiv\xE9s en mode de traduction uniquement.","desc.toggleTranslateTheWholePage":"Traduire toute la zone de la page, par d\xE9faut, nous traduirons la zone principale de la page, vous pouvez utiliser ce raccourci pour traduire sp\xE9cifiquement toute la zone de la page.","contact.description":"Si vous avez des questions ou des suggestions, n'h\xE9sitez pas \xE0 remplir le formulaire ci-dessous pour nous contacter, ou \xE0 envoyer un courriel \xE0 {email}, nous vous r\xE9pondrons d\xE8s que possible.",mouseHoverCustomKeyDescription:"Vous pouvez personnaliser un raccourci clavier pour le survol de la souris, par exemple : Alt+Z, Ctrl+E, Cmd+Alt+E ou directement Cmd, veuillez entrer manuellement.","desc.mouseHoverHoldKey":"Lorsque la souris survole un paragraphe et que vous appuyez simultan\xE9ment sur la touche de raccourci \xE0 droite, vous pouvez traduire directement ce paragraphe.","desc.touchShortcutsToggleTranslatePage":"Une fois configur\xE9, lors de l'utilisation d'un appareil mobile, vous pouvez toucher l'\xE9cran avec X doigts, glisser de gauche \xE0 droite ou cliquer continuellement pour d\xE9clencher la traduction de la page web / afficher le texte original.","desc.touchShortcutsToggleTranslationMask":"La traduction du masque fait r\xE9f\xE9rence \xE0 l'effet flou dans le style de la traduction (mode d'apprentissage), qui est activ\xE9 temporairement pour utiliser l'effet flou sur la traduction, facilitant l'apprentissage.","intro.floatBallDescription":"Une fois activ\xE9, un bouton de traduction rapide s'affichera sur le c\xF4t\xE9 droit de la page. Cliquez dessus pour traduire, cliquez \xE0 nouveau pour revenir au texte original. Sur mobile, maintenez le bouton flottant pour ouvrir le panneau de configuration rapide.","desc.toggleMouseHoverTranslateDirectly":"Apr\xE8s avoir appuy\xE9 sur ce raccourci, sur la page, d\xE8s que la souris pointe sur n'importe quel texte, ce texte sera automatiquement traduit. Appuyez \xE0 nouveau sur le raccourci pour d\xE9sactiver cette fonction de traduction automatique.","intro.hoverDescription":"La traduction au survol de la souris est une fonction tr\xE8s importante dans la traduction immersive. Il suffit de placer la souris sur le paragraphe et d'appuyer simultan\xE9ment sur la touche de raccourci d\xE9finie pour traduire automatiquement le paragraphe actuel (remarque : elle n'est pas activ\xE9e par d\xE9faut, veuillez la configurer ci-dessous). Cette interaction est utilis\xE9e pour mieux remplacer la traduction par s\xE9lection de mots. De plus, cette fonction est largement utilis\xE9e dans les zones de traduction qui ne peuvent pas \xEAtre reconnues. Vous pouvez utiliser cette fonction pour forcer la traduction de n'importe quel paragraphe.","neverTranslateText.description":"En raison de la reconnaissance insatisfaisante des noms propres par certains moteurs de traduction, vous pouvez ajouter des mots ici pour vous assurer qu'ils ne sont pas convertis pendant le processus de traduction. Veuillez noter que cette fonction distingue les majuscules et les minuscules et ne prend en charge que les langues \xE0 mots s\xE9par\xE9s par des espaces (comme l'anglais, le fran\xE7ais), elle n'est pas applicable aux langues comme le japonais, le cor\xE9en, etc.","intro.subtitleDescription":"Une fois cette fonction activ\xE9e, les sous-titres bilingues seront automatiquement affich\xE9s lors de la lecture de la vid\xE9o. Si elle n'est pas activ\xE9e, vous devrez cliquer manuellement sur le bouton de traduction sur la page pour afficher les sous-titres. Veuillez noter qu'en raison de limitations techniques, certains sites peuvent n\xE9cessiter un rafra\xEEchissement de la page ou attendre la fin de la traduction pour afficher les sous-titres bilingues. (De plus, vous pouvez \xE9galement activer/d\xE9sactiver le panneau de raccourcis de traduction immersive dans le coin sup\xE9rieur droit apr\xE8s avoir ouvert le site de la vid\xE9o).

La prise en charge des sous-titres bilingues est actuellement disponible sur ces sites :",geminiWarning:"Attention : Le service gratuit Gemini fourni par Google a des restrictions strictes, il est possible que Google juge que l'utilisateur utilise plusieurs cl\xE9s pour contourner leurs restrictions de quota gratuit, il n'est pas recommand\xE9 de l'utiliser, il est recommand\xE9 d'attendre que Google ouvre l'interface de paiement Gemini \xE0 l'avenir avant de l'utiliser.","floatBall.setting":"Param\xE9trage","floatBall.translateToLanguage":"Cliquez pour traduire en {language}","floatBall.file":"Traduire les fichiers PDF, EPUB, SRT, ASS, HTML, TXT",changeToOnlyTempTranslationMode:"Afficher uniquement les traductions",changeToDualTempTranslationMode:"Passer \xE0 la traduction bilingue","transitionMode.translation":"Seulement le texte traduit","options.navbar.installApp":"Installer l'application mobile","options.navbar.translateFile":"Traduire le document","subtitle.transitionMode":"Param\xE8tres de sous-titres vid\xE9o bilingues / traduction uniquement","subtitle.transitionModeDescription":"D\xE9finir les sous-titres vid\xE9o en mode bilingue ou en mode traduction uniquement","transitionMode.inherit":"Restez coh\xE9rent avec le mode d'affichage de traduction par d\xE9faut du syst\xE8me.","transitionMode.dual":"Contraste bilingue",translateFileTooltip:`Traduire PDF, ePub, srt, + {env.imt_sub_trans_field}: \u062A\u0631\u062C\u0645\u0647`,"subtitle.quickButton.red":"\u0633\u0631\u062E","subtitle.quickButton.cyan":"\u0622\u0628\u06CC","subtitle.quickButton.white":"\u0633\u0641\u06CC\u062F","subtitle.quickButton.yellow":"\u0632\u0631\u062F","subtitle.quickButton.setting":"\u062A\u0646\u0638\u06CC\u0645\u0627\u062A","translationServices.claude":"\u06A9\u0644\u0648\u062F","subtitle.quickButton.backgroundColor":"\u0631\u0646\u06AF \u067E\u0633 \u0632\u0645\u06CC\u0646\u0647","subtitle.quickButton.translationPositionTop":"\u0628\u0627\u0644\u0627\u06CC \u0645\u062A\u0646 \u0627\u0635\u0644\u06CC","subtitle.quickButton.black":"\u0633\u06CC\u0627\u0647","subtitle.quickButton.blue":"\u0622\u0628\u06CC","subtitle.quickButton.green":"\u0633\u0628\u0632","subtitle.quickButton.translationFontSize":"\u0627\u0646\u062F\u0627\u0632\u0647 \u0641\u0648\u0646\u062A \u0645\u062A\u0646 \u062A\u0631\u062C\u0645\u0647","subtitle.quickButton.sourceTextColor":"\u0631\u0646\u06AF \u0641\u0648\u0646\u062A \u0645\u062A\u0646 \u0627\u0635\u0644\u06CC","subtitle.quickButton.magenta":"\u0631\u0646\u06AF \u0628\u0646\u0641\u0634","subtitle.quickButton.translationTextColor":"\u0631\u0646\u06AF \u0641\u0648\u0646\u062A \u0645\u062A\u0646 \u062A\u0631\u062C\u0645\u0647 \u0634\u062F\u0647","subtitle.quickButton.backgroundOpacity":"\u067E\u0633 \u0632\u0645\u06CC\u0646\u0647 \u0646\u06CC\u0645\u0647 \u0634\u0641\u0627\u0641","subtitle.quickButton.sourceFontSize":"\u0627\u0646\u062F\u0627\u0632\u0647 \u0641\u0648\u0646\u062A \u0645\u062A\u0646 \u0627\u0635\u0644\u06CC","subtitle.quickButton.translationPositionBottom":"\u0645\u062A\u0646 \u0627\u0635\u0644\u06CC \u062F\u0631 \u0632\u06CC\u0631 \u0627\u0633\u062A","subtitle.quickButton.translationPosition":"\u0645\u06A9\u0627\u0646 \u062A\u0631\u062C\u0645\u0647",attachSubtitleTranslating:"\u062F\u0631 \u062D\u0627\u0644 \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u0627\u0632 {service} \u0628\u0631\u0627\u06CC \u062A\u0631\u062C\u0645\u0647...","error.claude.403":"\u062F\u0633\u062A\u0631\u0633\u06CC \u0645\u0648\u0642\u062A\u0627 \u0628\u0647 \u0633\u0631\u0648\u06CC\u0633 \u0645\u0645\u06A9\u0646 \u0627\u0633\u062A \u0645\u062D\u062F\u0648\u062F \u0634\u062F\u0647 \u0628\u0627\u0634\u062F\u060C \u0627\u06CC\u0646 \u0645\u0645\u06A9\u0646 \u0627\u0633\u062A \u0628\u0647 \u0645\u062D\u062F\u0648\u062F\u06CC\u062A \u0645\u0646\u0637\u0642\u0647 \u0627\u06CC Claude \u0645\u0631\u062A\u0628\u0637 \u0628\u0627\u0634\u062F\u060C \u0634\u0645\u0627 \u0645\u06CC \u062A\u0648\u0627\u0646\u06CC\u062F \u0633\u0639\u06CC \u06A9\u0646\u06CC\u062F \u0622\u062F\u0631\u0633 IP \u062E\u0648\u062F \u0631\u0627 \u062A\u063A\u06CC\u06CC\u0631 \u062F\u0647\u06CC\u062F\u060C \u06CC\u0627 \u0627\u0632 \u0633\u0631\u0648\u06CC\u0633 \u0647\u0627\u06CC \u062A\u0631\u062C\u0645\u0647 \u062F\u06CC\u06AF\u0631 \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u06A9\u0646\u06CC\u062F.","browser.brandDescriptionForSafari":"\u3010\u062A\u0631\u062C\u0645\u0647 \u0641\u0631\u0648 \u0631\u0641\u062A\u0647\u3011 \u06CC\u06A9 \u0627\u0641\u0632\u0648\u0646\u0647 \u062A\u0631\u062C\u0645\u0647 \u0635\u0641\u062D\u0647 \u0648\u0628 \u062F\u0648\u0632\u0628\u0627\u0646\u0647 \u0631\u0627\u06CC\u06AF\u0627\u0646 (\u0645\u062A\u0646 \u0627\u0635\u0644\u06CC / \u062A\u0631\u062C\u0645\u0647) \u060C \u062F\u0631 \u0639\u06CC\u0646 \u062D\u0627\u0644 \u067E\u0634\u062A\u06CC\u0628\u0627\u0646\u06CC \u0627\u0632 \u062A\u0631\u062C\u0645\u0647 PDF \u0648 \u062A\u0631\u062C\u0645\u0647 \u06A9\u062A\u0627\u0628 \u0627\u0644\u06A9\u062A\u0631\u0648\u0646\u06CC\u06A9\u06CC EPUB \u0628\u0627 \u062D\u0641\u0638 \u0637\u0631\u062D \u0628\u0646\u062F\u06CC \u0627\u0635\u0644\u06CC \u0633\u0646\u062F \u060C \u062A\u0631\u062C\u0645\u0647 \u0632\u06CC\u0631\u0646\u0648\u06CC\u0633 \u062F\u0648\u0632\u0628\u0627\u0646\u0647 \u0648\u06CC\u062F\u0626\u0648\u06CC \u0622\u0646\u0644\u0627\u06CC\u0646 Youtube / Netflix \u060C \u067E\u0634\u062A\u06CC\u0628\u0627\u0646\u06CC \u0627\u0632 \u062E\u062F\u0645\u0627\u062A \u062A\u0631\u062C\u0645\u0647 \u0627\u0635\u0644\u06CC Deepl / Google\u061B","browser.PdfProFile":"\u062A\u0631\u062C\u0645\u0647 PDF Pro \u0645\u062D\u0631\u06A9 \u0647\u0648\u0634 \u0645\u0635\u0646\u0648\u0639\u06CC","browser.textTranslate":"\u062A\u0631\u062C\u0645\u0647 \u0645\u062A\u0646"};var Th={nologin:"non connect\xE9",loginForSafari:"Se connecter ou s'inscrire",login:"Se connecter pour ouvrir une adh\xE9sion",manageAccount:"Comptes g\xE9r\xE9s",openPremium:"Adh\xE9sion ouverte",logout:"annuler",curentPlan:"Paquets actuels",endAt:"expiration",endAuto:"renouvellement automatique",lineBreakMaxTextCount:"Nombre maximal de caract\xE8res autoris\xE9s par phrase apr\xE8s les retours \xE0 la ligne","translate-pdf":"Cliquez pour traduire le PDF","noSupportTranslate-pdf":"Script non support\xE9, veuillez utiliser le plugin","translate-firefox-local-pdf":"Cliquez pour aller \xE0 Importer le PDF",enableLineBreak:"Activer le saut de ligne automatique pour les longs paragraphes",sponsorLabel:"1 $ D\xE9veloppeurs sponsoris\xE9s",help:"main",browserShortcutsNoteForFirefox:"Pour modifier les raccourcis dans Firefox, vous devez ouvrir la page de gestion des extensions `about:addons`, puis cliquer sur `Settings`, et enfin sur `Manage Shortcuts` pour d\xE9finir les raccourcis.",browserShortcutsNoteForChrome:'Pour modifier les raccourcis dans Chrome, vous devez ouvrir la page de gestion des extensions, les d\xE9finir dans le panneau "Gestion des raccourcis" (`chrome://extensions/shortcuts`), et cliquer sur le bouton ci-dessous pour acc\xE9der \xE0 la page de gestion des raccourcis.',browserShortcutsSucks:"Les raccourcis personnalis\xE9s sont format\xE9s comme suit (pas de reconnaissance automatique, veuillez entrer directement) :\uFF1A",enableLineBreakDescription:"Lorsque cette option est activ\xE9e, des sauts de ligne sont ins\xE9r\xE9s \xE0 la fin de chaque phrase dans les longs paragraphes afin d'en faciliter la lecture.","browser.shortBrandName":"Traduction en immersion","browser.brandName":"Traduction en immersion : pages Web et PDF bilingues","browser.brandDescription":"Bilingual web page translation, also supports PDF translation, bilingual Epub eBook translation, free to use.","browser.toggleTranslatePage":"Traduire la page/afficher le texte original","browser.toggleTranslateTheWholePage":"Traduire toutes les zones de la page/afficher le texte original","browser.toggleOnlyTransation":"Basculer en mode bilingue / mode traduction uniquement","browser.toggleTranslateToThePageEndImmediately":"Traduction imm\xE9diate en bas de page/affichage du texte original","browser.toggleTranslateTheMainPage":"Traduire la zone principale de la page/afficher le texte original","browser.shareToDraft":"Partager les pages bilingues","browser.openOptionsPage":"Ouvrir la page des param\xE8tres","browser.toggleTranslationMask":"Afficher/masquer l'effet de flou de translation","browser.translateLocalPdfFile":"Traduire des fichiers PDF locaux","browser.openEbookViewer":"Lire les livres \xE9lectroniques locaux","browser.openEbookBuilder":"Cr\xE9er des livres bilingues EPUB","browser.translateLocalHtmlFile":"Traduire des fichiers HTML/txt","browser.donateContext":"En savoir plus sur les avantages du parrainage","browser.translateLocalSubtitleFile":"Traduire les fichiers de sous-titres locaux",confirmResetConfig:"\xCAtes-vous s\xFBr de vouloir r\xE9initialiser les param\xE8tres ?",translationLineBreakSettingTitle:"R\xE9glage du saut de ligne de la traduction",smartLineBreak:"smart line feed (informatique)",alwaysLineBreak:"Toujours un saut de ligne",isShowContextMenu:"Ajouter des pages traduites aux \xE9l\xE9ments de menu \xE0 cliquer avec le bouton droit de la souris",toggleBeta:"Activation des fonctionnalit\xE9s de test b\xEAta",betaDescription:"Permet d'activer des fonctionnalit\xE9s encore exp\xE9rimentales, ainsi qu'un service de traduction en version b\xEAta. Rejoignez le <1>groupe Telegram pour en savoir plus.",translationLineBreakSettingDescription:"Les sauts de ligne sont toujours nets et ordonn\xE9s pour les pages \xE0 faible contenu. (Pour gagner de la place, utilisez des sauts de ligne intelligents dans les longs paragraphes \xE0 fort contenu (plus de{count}caract\xE8res)).",tempTranslateDomainTitle:"Dur\xE9e de l'activation temporaire de la traduction du site web",tempTranslateDomainDescription:"Lors de la traduction manuelle d'une page web, vous pouvez activer temporairement le site web pour la traduction automatique et vous pouvez d\xE9finir la dur\xE9e temporaire.",xMinutes:"{count} minutes",disabled:"interdire l'utilisation de qqch.",changelog:"Journal des mises \xE0 jour",toggleTranslatePageWhenThreeFingersOnTheScreen:"L'effleurement simultan\xE9 de l'\xE9cran par plusieurs doigts traduit les pages web/affiche le texte original",toggleTranslationMaskWhenThreeFingersOnTheScreen:"Le toucher \xE0 plusieurs doigts permet d'afficher/masquer l'effet de flou.",fingerCountToToggleTranslagePageOnlyTranslationWhenTouching:"Plusieurs doigts touchant l'\xE9cran en m\xEAme temps traduisent la page web (traduction uniquement)/affichent le texte original.",addUrlDescription:"Peut \xEAtre un nom de domaine et prend \xE9galement en charge les caract\xE8res g\xE9n\xE9riques, par exemple\uFF1A*.google.com, google.com/mail/*, https://www.google.com/*.",general:"Param\xE8tres de base",clickToExpandConfig:"\xC9tendre la configuration actuelle",import:"Importation d'un fichier",export:"Exporter vers un fichier",toggleDebug:"Imprimer le journal de d\xE9bogage sur la console","fingers.0":"coagulation","fingers.2":"touche \xE0 deux doigts","fingers.3":"touche \xE0 trois doigts","fingers.4":"touche \xE0 quatre doigts","fingers.5":"touche \xE0 cinq doigts",mouseHoldKey:"+ {key} traduire/restaurer le paragraphe",mouseHoldKeyAuto:"Traduction directe du paragraphe",mouseHoldKeyOff:"Ne faites rien.",mouseHoldKeyOther:"Raccourcis personnalis\xE9s (ouvrir les param\xE8tres)",mouseHoldKeyCustomKey:"{key} Traduction/r\xE9duction du paragraphe",mouseHoverHoldKey:"Traduire des paragraphes en appuyant sur la touche de raccourci tout en survolant la souris.","mouse-translate":"survol de la souris",document:"fichier (informatique)",resetSuccess:"R\xE9initialisation de tous les param\xE8tres r\xE9ussie",resetThisSuccess:"R\xE9initialisation r\xE9ussie",saved:"Sauvegarder le succ\xE8s",successImportConfig:"Importation r\xE9ussie de la configuration",goAdvancedSettings:"Acc\xE9der \xE0 la page des param\xE8tres avanc\xE9s",goAdvancedInterfaceSettings:"Acc\xE9der \xE0 la page Param\xE8tres de personnalisation avanc\xE9s",advanced:"Param\xE8tres avanc\xE9s",advancedDescription:"En g\xE9n\xE9ral, aucun r\xE9glage n'est n\xE9cessaire, il suffit de laisser la valeur par d\xE9faut. Pour les utilisateurs plus sp\xE9cialis\xE9s uniquement, des param\xE8tres plus personnalis\xE9s sont disponibles.",developer:"Param\xE8tres du d\xE9veloppeur",donateCafe:"prix","translate to the bottom of the page":"La traduction se fait-elle vers le bas de la page imm\xE9diatement apr\xE8s l'entr\xE9e dans la page ?",feedback:"Question Feedback",toggleTranslatePage:"Traduire la page/afficher le texte original",translateToThePageEndImmediatelyDescription:"Si vous l'activez, le contenu sera imm\xE9diatement traduit du haut vers le bas de la page au fur et \xE0 mesure que vous y acc\xE9dez. Si vous la d\xE9sactivez, la traduction se fait au fur et \xE0 mesure de la lecture. (Non recommand\xE9)","translate all areas of the page":"Traduire ou non toutes les zones de la page",translationAreaDescription:"Si cette option est activ\xE9e, toutes les zones de la page web sont traduites. Si l'option est d\xE9sactiv\xE9e, la reconnaissance intelligente par d\xE9faut est utilis\xE9e et seules les parties principales sont traduites. (Il n'est pas recommand\xE9 de l'activer)","the number of characters to be translated first":"Traduire directement les premiers caract\xE8res de la page sans attendre le d\xE9filement de la zone de visualisation","interface language":"langue de l'interface","display both the original text and the translation":"Affichage simultan\xE9 de l'original et de la traduction","keyboard shortcuts":"Raccourcis clavier",modify:"Modifier les touches de raccourci",reset:"reprovision",close:"coagulation",homepage:"page d'accueil",more:"plus",moreOptions:"\xC9largir les options de personnalisation",translateTheWholePage:"Traduire toutes les zones de la page (au lieu de reconna\xEEtre intelligemment les zones principales)",changeToTranslateTheWholePage:"Passer \xE0 la traduction de toutes les r\xE9gions",changeToTranslateTheMainPage:"Passer \xE0 la zone principale de traduction",changeToOnlyTranslationMode:"Afficher uniquement les traductions",changeToDualTranslationMode:"Passer \xE0 la traduction bilingue",translateToThePageEndImmediately:"Traduction imm\xE9diate en bas de page",translateTheMainPage:"R\xE9gions cl\xE9s de la traduction intelligente","The local rules are up to date":"Les r\xE8gles d'adaptation locales sont \xE0 jour.","Successfully synchronized with the latest official rules:":"Synchronisation r\xE9ussie avec les derni\xE8res r\xE8gles d'adaptation officielles.","Checking for updates":"V\xE9rification des mises \xE0 jour","Rules are being synchronized":"Synchronisation des r\xE8gles d'adaptation",localVersionIsTooOld:"La version de l'extension locale est trop ancienne, veuillez mettre \xE0 jour l'extension vers {minVersion} ou une version plus r\xE9cente avant d'essayer de synchroniser.",badUserscriptBrowser:"Le navigateur actuel n'impl\xE9mente pas correctement l'interface de l'extension Grease Monkey (par exemple, pour obtenir des informations sur le num\xE9ro de version du script Grease Monkey lui-m\xEAme), veuillez utiliser d'autres navigateurs qui <1>prennent en charge l'extension Grease Monkey, tels que Firefox.",foundNewVersion:"D\xE9couvrez la nouvelle version",theLocalExtensionIsUpToUpdate:"L'extension actuelle est \xE0 jour.",failToSyncRules:"Absence de synchronisation des derni\xE8res r\xE8gles d'adaptation",retry:"Cliquez ici pour r\xE9essayer",failedReason:"Raisons de l'\xE9chec",currentRuleVersion:"Version actuelle de la r\xE8gle",calculating:"Calculs",unknownError:"erreur inconnue",canNotFetchRemoteRule:"Impossible d'obtenir des r\xE8gles \xE0 distance",enableAlphaSuccess:"Alpha activ\xE9",disableAlphaSuccess:"La fonction Alpha a \xE9t\xE9 d\xE9sactiv\xE9e",cacheSize:"Taille du cache\uFF1A",cleaning:"en cours de liquidation",cleanCache:"effacer le cache",options:"mettre en place",about:"en ce qui concerne",service:"service d'interpr\xE9tation",needAction:"(Acc\xE9der aux param\xE8tres)",goSettings:"aller de l'avant et mettre en place",needActionForOptions:"(\xE0 mettre en place)",translationEngine:"Options du moteur",sourceLanguage:"Langue originale",target:"langue cible",popupSourceLanguage:"Langue originale",popupTarget:"langue cible",popupService:"service d'interpr\xE9tation",forThisSite:"Site web actuel",autoEnableSubtitle:"Ouverture automatique des sous-titres bilingues",alwaysTranslate:"Traduisez toujours",neverTranslate:"Ne jamais traduire",alwaysTranslateSomeLanguage:"Traduisez toujours {language}",neverTranslateSomeLanguage:"Ne jamais traduire {language}",alwaysTranslateSomeSite:"Traduisez toujours {hostname}",neverTranslateSomeSite:"Ne jamais traduire {hostname}",alwaysTranslateSomeSiteOrWildSite:"Toujours traduire le site",alwaysTranslateSomePage:"Toujours traduire la page",add:"augmenter",default:"par d\xE9faut (r\xE9glage)",forThisLanguage:"Pour cette langue\uFF1A","add url":"Saisir l'URL",edit:"compilateur","translate other languages into specific language":"Traduire d'autres langues dans la langue choisie","select translation service":"S\xE9lectionner un service de traduction",language:"multilinguisme","show-original":"Afficher le texte original",translate:"l'\xE9quarrissage",Translated:"traduit",Translating:"en traduction",Error:"incorrect",allowCacheTranslations:"Activer la mise en cache de la traduction locale (pour r\xE9duire les demandes de traduction pour les passages dupliqu\xE9s)","translation display":"Style d'affichage de la traduction","select diplay style":"Distinguer les styles de traduction, en se r\xE9f\xE9rant sp\xE9cifiquement aux exemples suivants",interface:"Param\xE8tres de l'interface",import_export:"Importation/Exportation",import_export_title:"Configuration de l'importation/exportation",syncToGoogleDrive:"Synchroniser avec Google Drive maintenant",floatBallOptions:"Param\xE8tres de l'hoverball","floatBallOptions.enable":"Activer le Hoverball","floatBallOptions.blockUrls":"D\xE9sactiver le site web","floatBallOptions.add":"augmenter","floatBallOptions.blockUrlDesc":"Les hoverballs ne sont pas affich\xE9s lorsque les sites web suivants sont rencontr\xE9s","floatBallOptions.clickType":"le comportement de clic","floatBallOptions.clickTypeDesc":"Comportement de l'ic\xF4ne Hoverball lorsqu'elle est cliqu\xE9e","floatBallOptions.clickPopup":"Afficher le panneau de traduction","floatBallOptions.clickTranslate":"Traduction/affichage du texte original","floatBallOptions.fixedPosition":"\u56FA\u5B9A\u4F4D\u7F6E","floatBallOptions.fixedPositionDesc":"\u60AC\u6D6E\u7403\u5728\u7A97\u53E3\u5DE6\u4FA7\u8FD8\u662F\u53F3\u4FA7","floatBallOptions.fixedPositionLeft":"\u5DE6\u4FA7","floatBallOptions.fixedPositionRight":"\u53F3\u4FA7",previewAllThemes:"Aper\xE7u de tous les styles","translationTheme.none":"ne pas avoir","translationTheme.grey":"gris fonc\xE9","translationTheme.dashed":"soulign\xE9 en pointill\xE9","translationTheme.dotted":"trait de soulignement en pointill\xE9","translationTheme.dashedBorder":"bordure en pointill\xE9s","translationTheme.solidBorder":"bordure solide","translationTheme.underline":"Souligner les lignes droites","translationTheme.mask":"Effets flous (modes d'apprentissage)","translationTheme.opacity":"effet de transparence","translationTheme.paper":"Effet d'ombre du papier blanc","translationTheme.dividingLine":"ligne de d\xE9marcation","translationTheme.highlight":"haute luminosit\xE9","translationTheme.marker":"marqueur (mot emprunt\xE9)","translationTheme.marker2":"Marqueur 2","translationTheme.blockquote":"Styles de r\xE9f\xE9rencement","translationTheme.weakening":"affaiblissement","translationTheme.italic":"caract\xE8re oblique","translationTheme.bold":"\xE9paissir","translationTheme.thinDashed":"ligne pointill\xE9e fine soulign\xE9e","translationTheme.nativeDashed":"Le syst\xE8me est soulign\xE9 en pointill\xE9","translationTheme.nativeDotted":"Le syst\xE8me est soulign\xE9 en pointill\xE9s","translationTheme.nativeUnderline":"Le syst\xE8me est assorti d'une ligne de d\xE9marcation droite","translationTheme.wavy":"ligne ondul\xE9e","translationServices.custom":"API personnalis\xE9e","translationServices.tencent":"Tencent Translator","translationServices.tenAlpha":"Tencent Translator (Alpha)","translationServices.google":"Google Translate","translationServices.bai":"Baidu (Alpha)","translationServices.baidu":"Traduction de Baidu","translationServices.aliyun":"AliCloud Traduction","translationServices.volc":"traduction du volcan","translationServices.deeplx":"DeepLX (Beta)","translationServices.bing":"Microsoft Translate","translationServices.deepl":"DeepL","translationServices.wechat":"Traduction WeChat","translationServices.azure":"Azure Translation","translationServices.ibm":"IBM Watson","translationServices.aws":"Traduction sur Amazon","translationServices.mock":"Traduction simul\xE9e","translationServices.mock2":"Traduction simul\xE9e 2","translationServices.caiyun":"lit. nuages color\xE9s et petites traductions","translationServices.cai":"Nuages color\xE9s (Alpha)","translationServices.volcAlpha":"Volcan (Alpha)","translationServices.openl":"OpenL","translationServices.youdao":"Traduction sur Youtube","translationServices.you":"Traducteur Youdao (Alpha)","translationServices.transmart":"Traduction interactive de Tencent","translationServices.niu":"Traducteur franc-tireur","translationServices.papago":"Traduction Papago","translationServices.d":"D (Alpha)","translationServices.dpro":"D Pro (Canari)","translationServices.openai":"OpenAI","translationServices.yandex":"Yandex","translationServices.chatgpt":"ChatGPT Web(3.5 mobile)","translate title":"Traduire les titres des pages","always languages":"Toujours traduire la langue",neverTranslateLanguagesLabel:"La langue qui ne sera jamais traduite",neverTranslateTheFollowingLanguagesDescription:"Les traductions sont ignor\xE9es lorsqu'un paragraphe de la page est r\xE9dig\xE9 dans l'une des langues suivantes",enableUserscriptPagePopup:"Afficher le hoverball sur la page",enableUserscriptPagePopupDescription:"Apr\xE8s avoir d\xE9sactiv\xE9 le hoverball, vous pouvez le rappeler \xE0 l'aide du raccourci /{touch}. Il est fortement recommand\xE9 de marquer cette page de param\xE8tres d'un signet afin d'\xE9viter de ne pas pouvoir retrouver le hoverball apr\xE8s avoir d\xE9sactiv\xE9 cette option par inadvertance !","always translate the following languages":"Traduit automatiquement dans la langue cible lorsque la page est dans l'une des langues suivantes","always sites":"Des sites web toujours traduits","always translate the following sites":"Les sites web sont automatiquement traduits dans la langue cible lorsqu'il s'agit de noms de domaine de","never sites":"Site web jamais traduit","never translate the following sites":"Les traductions ne seront pas effectu\xE9es si le site est destin\xE9 aux domaines suivants","please refer to":"Vous devez remplir la cl\xE9 avant de pouvoir l'utiliser.",KeyAndConfigurationTutorial:"Tutoriel d'application et de configuration des cl\xE9s",useAboveStyleForTheseSites:"Utilisez toujours le style de traduction \u2308{theme}\u230B lorsque le site est destin\xE9 aux domaines suivants",currentUrl:"URL actuel",confirm:"enregistrer (un fichier, etc.) (informatique)",cancel:"annulations",delete:"l'enl\xE8vement","languages.auto":"d\xE9tection automatique",syncToCloud:"Synchronisation avec Google Drive",syncToCloudDescription:"T\xE9l\xE9charg\xE9e dans le nuage, la configuration peut \xEAtre synchronis\xE9e entre diff\xE9rents navigateurs/scripts de singe de graisse, en fonction de la derni\xE8re modification.",syncToAccount:"Synchronisation avec l'Immersive Translation Cloud",syncToAccountButton:"Synchronisation instantan\xE9e avec le nuage",syncToAccountDescription:"Synchroniser automatiquement les configurations entre diff\xE9rents appareils, en fonction de la derni\xE8re modification.",successSyncConfigInAccount:"Synchronisation r\xE9ussie avec le nuage",successSyncConfigToAccount:"Synchronisation r\xE9ussie vers le nuage",syncConfigNoUpdate:"Il est d\xE9j\xE0 \xE0 jour.",authFail:"\xC9chec de l'autorisation",syncTitle:"Gestion manuelle des sauvegardes",import_hint:"importation (donn\xE9es)",upload:"t\xE9l\xE9charger",revokeAuth:"r\xE9voquer une autorisation",uploadFail:"\xC9chec du t\xE9l\xE9chargement",download:"t\xE9l\xE9chargement",importSuccess:"Importation r\xE9ussie",importFail:"\xE9chec de l'importation",deleteFail:"\xC9chec de la suppression",backupToCloud:"Gestion manuelle des fichiers de sauvegarde",create_new_backup:"Ajouter un nouveau n\u0153ud de sauvegarde",maxBackupFiles:"Jusqu'\xE0{count}n\u0153uds diff\xE9rents peuvent \xEAtre sauvegard\xE9s, veuillez supprimer les n\u0153uds dont vous n'avez pas besoin.",backupToCloudDescription:"T\xE9l\xE9charger ou restaurer manuellement les fichiers de sauvegarde, en autorisant jusqu'\xE0 trois sauvegardes diff\xE9rentes.",successSyncConfig:"Synchronisation r\xE9ussie avec le nuage",syncFail:"\xE9chec de la synchronisation",updatedAt:"Mise \xE0 jour de {date}",lastSyncedAt:"Derni\xE8re v\xE9rification \xE0 l'adresse {date}",downloadFail:"\xC9chec du t\xE9l\xE9chargement",clickToDownload:"Cliquer pour t\xE9l\xE9charger",aboutLabel:"\xC0 propos - Feedback","browser.openAboutPage":"\xC0 propos/commentaires",aboutLabelWithoutSponsor:"\xC0 propos - Feedback",aboutIntro:"Puissions-nous tous avoir un acc\xE8s plus facile et plus agr\xE9able \xE0 l'\xE9norme quantit\xE9 d'informations en langues \xE9trang\xE8res sur Internet \u2764\uFE0F Vous pouvez choisir d'activer votre <6>adh\xE9sion Pro pour utiliser les traductions pr\xEAtes \xE0 l'emploi de DeepL et OpenAI.

Vous pouvez nous suivre sur <3>Twitter, <4>Telegram, Weibo, WeChat, ou vous <5>inscrire \xE0 notre liste de <5>diffusion ci-dessous pour suivre les mises \xE0 jour.
Les <7>membres Pro peuvent nous contacter \xE0 l'adresse <8>support@immersivetranslate.com pour un service client\xE8le rapide.",aboutIntroWithoutSponsor:"Puissions-nous tous avoir un acc\xE8s plus facile et plus agr\xE9able \xE0 l'\xE9norme quantit\xE9 d'informations en langues \xE9trang\xE8res disponibles sur Internet \u2764\uFE0F

Vous pouvez nous suivre sur <3>Twitter, <4>Telegram channel, WeChat, WeChat Exchange, ou vous <5>abonner aux mises \xE0 jour par <5>courriel ci-dessous.",projectHomepage:"Accueil du projet",joinTelegramGroup:"Rejoignez le groupe d'utilisateurs pour participer aux discussions sur les fonctionnalit\xE9s",wechatPublicAccount:"WeChat Public",wechatCommunities:"Groupe d'\xE9change WeChat",qqCommunities:"Canal de communication QQ",joinTelegramChannel:"Suivez le canal Telegram pour les derni\xE8res mises \xE0 jour",feedbackAndJoin:"Question Feedback / Ajouter un groupe",autoSync:"synchronisation automatique de l'heure",loadingThemeTitle:"Style de chargement",loadingThemeDescription:"D\xE9finition du style lors de l'attente du chargement de la traduction","loadingTheme.spinner":"Animation de la rotation","loadingTheme.text":"texte statique qqch. ","loadingTheme.none":"non illustr\xE9",developerDescription:"La documentation sur la personnalisation avanc\xE9e est disponible <1>ici","edit border color":"Modifier la couleur de la bordure",successSyncButNoChange:"La configuration actuelle est compatible avec le nuage",customTheme:"Couleurs et tailles personnalis\xE9es","customThemeLabel.borderColor":"Couleur de la bordure","customThemeLabel.borderRadius":"Bords arrondis","customThemeLabel.textColor":"couleur du texte","customThemeLabel.backgroundColor":"couleur de fond","customThemeLabel.zoom":"Mise \xE0 l'\xE9chelle des polices (%)","customThemeLabel.opacity":"Opacit\xE9 du texte (%)",resetToDefaultColor:"R\xE9tablir les couleurs par d\xE9faut",resetToDefaultSettings:"R\xE9tablir les param\xE8tres par d\xE9faut",isTranslateTitle:"Permettre la traduction des titres de pages",isTranslateTitleDescription:"Lorsque cette option est activ\xE9e, le titre de la page est traduit.",enableSearchEnhancement:"Permettre l'enrichissement des messages bilingues",enableSearchEnhancementDescription:`Une fois l'option activ\xE9e, les r\xE9sultats de recherche de "Google News" seront automatiquement affich\xE9s dans la colonne de droite des sites web pris en charge (Google News, Google Search (certains mots-cl\xE9s), Snowball, Oriental Fortune, Futura, Tiger Community) pour les mots-cl\xE9s anglais correspondants.`,verifyService:"Cliquez ici pour tester le service",verified:"V\xE9rifier le succ\xE8s","field.langs":"Codes des langues prises en charge","field.model":"mod\xE9lisation","field.translationEngine":"moteur de traduction","field.limitPerMinute":"Nombre maximum de demandes par minute","field.limitPerSecond":"Demandes maximales par seconde","field.maxTextLengthPerRequest":"Longueur maximale du texte par demande","field.maxTextGroupLengthPerRequest":"Nombre maximum de paragraphes par demande","field.apiUrl":"Adresse de l'interface API personnalis\xE9e","field.placeholderDelimiters":"espace r\xE9serv\xE9","description.custom":"Acc\xE8s \xE0 l'interface personnalis\xE9e Documentation requise","description.limitPerMinute":"Les demandes d\xE9passant cette limite sont plac\xE9es dans une file d'attente jusqu'au d\xE9but de la minute suivante. En raison des diverses limitations du service actuel d'OpenAI, veuillez cliquer <1>ici pour obtenir les derni\xE8res valeurs sugg\xE9r\xE9es.","description.limitPerSecond":"Les demandes d\xE9passant cette limite sont plac\xE9es dans une file d'attente jusqu'au d\xE9but de la seconde suivante. En raison des diverses limitations du service actuel d'OpenAI, veuillez cliquer <1>ici pour obtenir les derni\xE8res valeurs sugg\xE9r\xE9es.","description.generalLimitPerSecond":"Les demandes d\xE9passant cette limite sont plac\xE9es dans une file d'attente jusqu'au d\xE9but de la seconde suivante.","description.prompt":"Envoyer la conversation \xE0 {service} en tant qu'utilisateur, o\xF9 {{text}} repr\xE9sente le contenu du texte du paragraphe, {{from}} repr\xE9sente la langue du paragraphe et {{to}} repr\xE9sente la langue cible.","description.maxTextLengthPerRequest":"Le nombre maximum de caract\xE8res par requ\xEAte est trop important pour que l'interface r\xE9ponde lentement, essayez donc d'ajuster cette option pour optimiser la vitesse.","description.systemPrompt":"Envoyer une conversation au {service} en tant que syst\xE8me, o\xF9 {{text}} repr\xE9sente le contenu du texte du paragraphe, {{from}} repr\xE9sente la langue du paragraphe et {{to}} repr\xE9sente la langue cible.","field.domain":"royaume","description.domain":"La valeur par d\xE9faut est\uFF1Ageneral. Elle ne peut \xEAtre d\xE9finie que si la traduction par domaine est activ\xE9e dans la console Arima API, voir <1>ici pour les domaines pris en charge.","field.scene":"prendre","description.scene":"La valeur par d\xE9faut est\uFF1Ageneral. Elle ne peut \xEAtre d\xE9finie que si la console AliCloud API ouvre Machine Translation Pro, voir <1>ici pour les sc\xE9narios pris en charge.","field.vocabId":"ID du dictionnaire de l'utilisateur","description.vocabId":"Le dictionnaire out_id sp\xE9cifi\xE9 prend actuellement en charge la traduction de l'anglais vers le chinois.","description.model":"Mod\xE8les OpenAI, peuvent \xEAtre gpt-3.5-turbo, gpt-4, etc.","description.maxTextGroupLengthPerRequest":"Le nombre de paragraphes envoy\xE9s au service de traduction \xE0 la fois. S'il y a trop de paragraphes, l'interface peut r\xE9pondre plus lentement.","description.apiUrl":"Veuillez ajouter des URL sp\xE9cifiques avec des chemins d'acc\xE8s et une <1>description plus d\xE9taill\xE9e.",enabledExtension:"Activation des extensions",clickToDisableExtension:"Cliquez pour d\xE9sactiver les extensions",clickToEnableExtension:"Cliquez pour activer les extensions",hasBeenDisabled:"handicap\xE9","show password":"Afficher le mot de passe",customContent:"Saisir un nom de mod\xE8le personnalis\xE9",inputOptions:"Am\xE9lioration de la bo\xEEte de saisie",mouseHoverOptions:"survol de la souris",modifyMouseHoverKey:"Modifier le raccourci au survol de la souris",enableInputTranslation:"Activation ou non de l'am\xE9lioration des bo\xEEtes de saisie",enableInputTranslationDescription:"Une fois la fonction activ\xE9e, tapez {startingKey}{startingKey} hello directement dans le champ de saisie, puis tapez rapidement{inputTrailingTriggerKeyRepeatTimes}puis{trailingKey}pour traduire en {inputTargetLanguage}.",enableInputTranslationDescriptionForNoneKey:"Une fois la fonction activ\xE9e, tapez\uFF1AHello World directement dans le champ de saisie, puis appuyez rapidement sur{inputTrailingTriggerKeyRepeatTimes}{trailingKey}fois pour traduire dans la langue cible par d\xE9faut.",inputTargetLanguage:"D\xE9finition de la langue cible par d\xE9faut pour les bo\xEEtes de saisie",inputTargetLanguageDescription:"Langue cible par d\xE9faut pour la traduction de la bo\xEEte de saisie, c'est-\xE0-dire {startingKey}{startingKey} comme langue par d\xE9faut pour les mots d\xE9clencheurs.",inputTargetLanguageDescriptionForNoneKey:"Langue cible par d\xE9faut pour la traduction de la bo\xEEte de saisie",inputStartingTriggerKeyTitle:"D\xE9finition du caract\xE8re de s\xE9paration pour la traduction partielle de la zone de saisie",inputStartingTriggerKeyDescription:"Lorsque vous n'avez pas besoin de traduire l'int\xE9gralit\xE9 du champ de saisie, le s\xE9parateur vous permet de ne traduire que la partie allant de {startingKey}{startingKey} \xE0 la fin du champ de saisie, ou vous pouvez sp\xE9cifier le code de la langue, par exemple\uFF1A{startingKey}ja signifie ne traduire que la partie allant de {startingKey}ja \xE0 la fin du champ de saisie.",inputStartingTriggerKeyDescriptionForNoneKey:"Le param\xE8tre actuel d'absence de pr\xE9fixe n'est pas n\xE9cessaire et la fonction de traduction de certains textes dans la bo\xEEte de saisie n'est pas disponible pour le moment.",inputTrailingTriggerKeyTitle:"S\xE9lectionner un caract\xE8re d\xE9clencheur de fin d'entr\xE9e",inputTrailingTriggerKeyDescription:"3 coups rapides{trailingKey} commencera \xE0 traduire !",inputTrailingTriggerKeyTimeout:"Entrez le temps entre les d\xE9clenchements de fin de combat",inputTrailingTriggerKeyTimeoutDescription:"D\xE9finit le temps (en millisecondes) entre les d\xE9clenchements combo de fin d'entr\xE9e.",spaceKey:"<\u7A7A\u683C\u952E>",noneKey:"Traduction directe de l'ensemble de la zone de texte sans pr\xE9fixe",inputTranslationBlockUrlsTitle:"N'activez pas l'am\xE9lioration des bo\xEEtes de saisie dans les URL suivantes",inputTranslationBlockUrlsDescription:"Les am\xE9liorations apport\xE9es aux bo\xEEtes de saisie ne fonctionneront pas aux URL suivants",clickToSeeQuickDemo:"Cliquez pour agrandir la vid\xE9o du tutoriel de 30 secondes",inputHelperInfo:"Description\uFF1ANous avons optimis\xE9 le fait que certains caract\xE8res d\xE9clencheurs se transforment en signes de ponctuation chinois sous les m\xE9thodes d'entr\xE9e chinoises, par exemple, / se transforme en signe dun , sous la m\xE9thode d'entr\xE9e Sogou, et Immersive Translator prend en charge tous les symboles chinois correspondant aux caract\xE8res d\xE9clencheurs, c.-\xE0-d. //,,, seront reconnus comme des caract\xE8res d\xE9clencheurs.

Nous prenons \xE9galement en charge les alias chinois pour les codes de langue en tant que commandes, par exemple /Japanese Hello World sera traduit en japonais, <1>cliquez ici pour voir tous les codes de langue pris en charge.",reloadCurrentPage:"Veuillez rafra\xEEchir la page actuelle avant de commencer la traduction.",noLocalFilePermissionForPDF:"Vous n'avez pas l'autorisation de lire les fichiers locaux, veuillez cliquer sur le bouton ci-dessus et importer les fichiers locaux.",noPermissionForThisPage:"\u26A0\uFE0F Pas d'autorisation de traduire la page actuelle",retryAllParagraphs:"R\xE9essayer tous les passages d'erreur",retryAllButton:"R\xE9essayer tous les passages d'erreur",errorTooltipTitle:"Cliquez pour voir la cause de l'erreur",errorModalTitle:"Il semble qu'il y ait un probl\xE8me avec le service de traduction ou le r\xE9seau...",disableConfirm:"Cadre d'am\xE9lioration de l'information bilingue",disableOnce:"Cette invalidit\xE9",disableGlobal:"d\xE9sactiver de fa\xE7on permanente",disableTint:"* Vous pouvez le r\xE9activer \xE0 l'adresse {option} .",searchEnhancementNotes:"Apr\xE8s avoir activ\xE9 la fonction d'am\xE9lioration de l'information bilingue de la traduction immersive, nous rechercherons automatiquement pour vous les m\xEAmes mots-cl\xE9s en anglais sur les sites web pris en charge (Google News, Google Search (certains mots-cl\xE9s), Snowball, Oriental Wealth, Futura, Tiger) et les afficherons sur le c\xF4t\xE9 droit. Vous pouvez choisir de d\xE9sactiver cette fonction si vous n'en avez pas besoin.",option:"mettre en place",saveSettings:"Sauvegarder les param\xE8tres",closeModal:"Fermer la fen\xEAtre",enableInputTranslationWithoutTriggerKeyTitle:"Activer 3 quick hits sur{trailingKey}pour traduire directement l'ensemble de la bo\xEEte de saisie en{inputTargetLanguage}",enableInputTranslationWithoutTriggerKeyDescription:"Pour sp\xE9cifier la langue cible, pr\xE9fixez-la avec le code de la langue, par exemple\uFF1Aja Hello World",mouseHoverShortcutPlaceholder:"par exemple :\uFF1AShift",deepLProName:"Immersive Translation Membre Pro (Recommand\xE9)",deepLProDescription:"Le paquet actuel peut \xEAtre utilis\xE9 directement",deeplProDescriptionForNormal:"Aucune installation n'est requise, les membres peuvent l'utiliser apr\xE8s s'\xEAtre connect\xE9s, <1>cliquez ici pour passer au statut de membre",deepLCustomDescription:"Carte de cr\xE9dit \xE9trang\xE8re requise, ouverture officielle sur <1>DeepL, cliquez pour la <2>documentation",deepLCustomName:"Cl\xE9 d'authentification personnalis\xE9e",chooseProviderLabel:"S\xE9lectionner un prestataire de services",openaiProName:"Immersive Translation Membre Pro (Recommand\xE9)",openaiProDescription:"Le paquet actuel peut \xEAtre utilis\xE9 directement",openaiProDescriptionForNormal:"Aucune installation n'est requise, les membres peuvent l'utiliser apr\xE8s s'\xEAtre connect\xE9s, <1>cliquez ici pour passer au statut de membre",openaiCustomDescription:"Disponible sur OpenAI, Azure OpenAI, ou d'autres services tiers, <1>cliquez ici pour la documentation.",openaiCustomName:"Cl\xE9 API personnalis\xE9e",needLoginAction:"(Adh\xE9sion ouverte ou personnalisation)",goLoginOrAction:"(Ouvrir une adh\xE9sion ou aller dans les param\xE8tres)",yearly:"effectuer un paiement annuel cons\xE9cutif",quarterly:"l'emballage s\xE9quentiel",monthly:"abonnement mensuel",yearlyForOnce:"Forfait annuel unique",monthlyForOnce:"Forfait mensuel unique",daily:"jours cons\xE9cutifs de paquet",year:"effectuer un paiement annuel cons\xE9cutif",quarter:"l'emballage s\xE9quentiel",month:"abonnement mensuel",day:"jours cons\xE9cutifs de paquet",onetime_7day:"Pack exp\xE9rience 7 jours",currentPlanDescriptionForFree:"Paquets actuels\uFF1AGratuit",currentPlanDescriptionForContinuous:"L'offre actuelle\uFF1A{plan}sera automatiquement renouvel\xE9e sur {endAt}",currentPlanDescriptionForAutoRenewCaceling:"L'offre actuelle\uFF1A{plan}expirera \xE0 la date {endAt} et ne sera pas renouvel\xE9e automatiquement \xE0 cette date.",currentYearlyPlanDescriptionForAutoRenewCacelingWithRealPaiedUser:"L'offre actuelle,\uFF1A{plan}, expirera le {endAt} et ne sera pas renouvel\xE9e automatiquement \xE0 l'expiration.
<1>Cliquez ici pour g\xE9rer votre plan de renouvellement",currentYearlyPlanDescriptionForAutoRenewCacelingWithAdmin:"L'offre actuelle,\uFF1A{plan}, expirera \xE0 {endAt} et ne sera pas renouvel\xE9e automatiquement \xE0 l'\xE9ch\xE9ance.
<1>Cliquez ici pour activer l'abonnement annuel continu",currentPlanDescriptionForOneTime:"L'abonnement actuel\uFF1A{plan}expirera sur {endAt} , <1>cliquez ici pour passer \xE0 un abonnement <1>annuel ou <2>mensuel.",upgradePlan:"Cliquez ici pour passer \xE0 l'adh\xE9sion Pro",upgradeToPro:"Passer \xE0 l'adh\xE9sion Pro","popup.openPro":"Passez \xE0 l'adh\xE9sion Pro pour profiter de DeepL et de la traduction OpenAI, cliquez ici pour passer \xE0 l'adh\xE9sion Pro.","popup.openProForPro":"Vous \xEAtes un membre Pro avec un acc\xE8s direct \xE0 DeepL et aux traductions OpenAI !",currentAccount:"compte courant",enableAutoSyncUserSettings:"Permettre la synchronisation automatique du nuage sur plusieurs appareils",modalEnableInputTranslationTitle:"Traduction immersive Bo\xEEte de saisie Alertes de traduction",modalEnableInputTranslationDesc:"Vous venez de d\xE9clencher la traduction de la bo\xEEte de saisie d'Immersive Translation en appuyant sur la barre d'espacement 3 fois en succession rapide, et le contenu de la bo\xEEte de saisie sera traduit dans la langue cible par d\xE9faut. La traduction peut \xEAtre annul\xE9e avec Ctrl+Z.

Si c'est une erreur, ne vous inqui\xE9tez pas, vous pouvez choisir de la d\xE9sactiver cette fois-ci, ou de d\xE9sactiver d\xE9finitivement la traduction de la zone de saisie.",saveAndNotShowAgain:"Sauvegarder et arr\xEAter le message",disableInputTranslationTips:"* Vous pouvez \xE9galement d\xE9finir d'autres raccourcis pour qu'ils se d\xE9clenchent dans {option} ,{learnMore}.",learnMore:"Cliquez ici pour en savoir plus",continueEnalbeInputTranslation:"Continuer \xE0 activer la traduction des champs de saisie",autoRenewTrialSuffix:`(Dans la version d'essai,passe imm\xE9diatement \xE0 l'adh\xE9sion compl\xE8te)`,upgradeFromTrialTitle:"Passer au statut de membre \xE0 part enti\xE8re",subtitle:"sous-titrage vid\xE9o",youtubeService:"Traduction en immersion Sous-titrage vid\xE9o Services de traduction","subtitle.disabledSubtitle":"D\xE9sactiver d\xE9finitivement la fonction de sous-titres vid\xE9o","subtitle.disabledSubtitleDescription":"Si Immersive Translator's Video Subtitles entre en conflit avec d'autres extensions, vous pouvez choisir de d\xE9sactiver d\xE9finitivement la fonctionnalit\xE9 d'Immersive Translator's Video Subtitles ou de d\xE9sinstaller les autres extensions en conflit.","subtitle.autoEnableSubtitle":"Utilisation automatique de sous-titres bilingues","subtitle.autoEnableSubtitleDescription":"Une fois activ\xE9, des sous-titres bilingues s'afficheront automatiquement lorsque la vid\xE9o est en cours de lecture, sinon, il faut cliquer sur le bouton de traduction pour les afficher.","subtitle.preTranslation":"Traduire des sous-titres \xE0 l'aide de la traduction immersive","subtitle.preTranslationDescription":"Lorsque cette option est activ\xE9e, l'int\xE9gralit\xE9 des sous-titres sera pr\xE9-traduite \xE0 l'aide du service de traduction sp\xE9cifi\xE9 ci-dessous. Une vid\xE9o d'une heure consommera environ 50 000 tokens ou caract\xE8res, donc \xE0 utiliser \xE0 votre propre discr\xE9tion ; lorsqu'elle est d\xE9sactiv\xE9e, les sous-titres originaux seront utilis\xE9s en premier.","subtitle.humanSubtitlesPreferred":"Utilisation prioritaire du sous-titrage humain","subtitle.humanSubtitlesPreferredDescription":"Privil\xE9gier l'utilisation de sous-titres humains lorsque la vid\xE9o dispose de sous-titres humains dans la langue cible (recommand\xE9).",videoSubtitleTranslationDescription:"Confier les sous-titres vid\xE9o \xE0 un service de traduction distinct",subtitleTranslating:"Veuillez patienter pendant que les sous-titres sont traduits \xE0 l'aide du service {service} ... (traduction en immersion)",subtitleLoading:"Chargement des sous-titres...",bilingual:"bilinguisme","field.action":"Activation ou non de la terminologie Baidu","description.action":"Lorsqu'il est activ\xE9, un param\xE8tre action=1 est ajout\xE9 \xE0 la demande pour informer Baidu de l'activation du terme. <1>Veuillez vous r\xE9f\xE9rer \xE0 la documentation officielle pour plus d'informations.",closeQuickTranslation:"Fermer Hoverball","closeQuickTranslation.untilNext":"Cette fois-ci ferm\xE9 jusqu'\xE0 la prochaine visite","closeQuickTranslation.currentWebsite":"Site actuel d\xE9sactiv\xE9","closeQuickTranslation.alwaysClose":"d\xE9sactiver de fa\xE7on permanente","closeQuickTranslation.settingOpen":"(peut \xEAtre activ\xE9e dans la <1>page des param\xE8tres )","closeQuickTranslation.cancel":"annulations","closeQuickTranslation.confirm":"d\xE9finir","floatBall.popup":"Ouvrir le panneau des r\xE9glages rapides","floatBall.translate":"Cliquez pour traduire la page","floatBall.showOriginal":"Cliquez pour revenir \xE0 l'article original","floatBall.close":"Fermer Hoverball","floatBallOptions.enableDescPc":"Apr\xE8s avoir activ\xE9 le hoverball de la page, un bouton de traduction rapide sera affich\xE9 sur le c\xF4t\xE9 droit de la page, cliquez dessus pour traduire !","floatBallOptions.enableDesc":"Apr\xE8s avoir d\xE9sactiv\xE9 le hoverball, il peut \xEAtre rappel\xE9 \xE0 l'aide de{touch}. Il est fortement recommand\xE9 de marquer cette page de param\xE8tres d'un signet afin d'\xE9viter de ne pas pouvoir retrouver le hoverball apr\xE8s avoir d\xE9sactiv\xE9 cette option par inadvertance !","description.azureApiUrl":"Remplir l'adresse de l'interface API personnalis\xE9e",confirmSupportMouse:"Forcer l'activation de la prise en charge de la souris",confirmSupportMouseDescription:"Le navigateur actuel ne prend pas en charge la fonction de la souris. Est-il oblig\xE9 d'activer la prise en charge de la souris ?",sampleTargetText:"La longue nuit viendra, et je veillerai \xE0 partir de ce jour jusqu'\xE0 ma mort. Je ne prendrai pas de femme, je ne ferai pas de fief, je n'aurai pas d'enfant. Je ne porterai pas de couronne, je ne rechercherai pas les honneurs. Je ferai mon devoir, je vivrai et je mourrai.",sampleSourceText:"Night gathers, and now my watch begins. It shall not end until my death. I shall take no wife, hold no lands, father no children. I shall wear no crowns and win no glory. I shall live and die at my post.","subtitle.supportedSites":"\u5DF2\u652F\u6301\u5728\u8FD9\u4E9B\u7F51\u7AD9\u4F7F\u7528\u53CC\u8BED\u5B57\u5E55\uFF08\u6CE8\u610F\uFF1A\u7531\u4E8E\u6280\u672F\u9650\u5236\uFF0C\u90E8\u5206\u7F51\u7AD9\u5728\u9996\u6B21\u5F00\u542F\u5B57\u5E55\u540E\u9700\u8981\u91CD\u65B0\u5237\u65B0\u9875\u9762\uFF0C\u6216\u8005\u9700\u7B49\u5F85\u7FFB\u8BD1\u5B8C\u6210\u4EE5\u663E\u793A\u53CC\u8BED\u5B57\u5E55\uFF09\uFF1A",viewWithImmersiveTranslate:"\u53CC\u8BED\u7248\u672C(\u6C89\u6D78\u5F0F\u7FFB\u8BD1)",errorReason:"\u9519\u8BEF\u539F\u56E0\uFF1A{message}","proQuotaExceededError.onetime7day":'\uFF0C\u60A8\u53EF\u4EE5\u9009\u62E9\u4EE5\u4E0B\u65B9\u5F0F\u89E3\u51B3\uFF1A

1. \u5207\u6362\u5230 {anotherService} \u6216\u5176\u4ED6\u7FFB\u8BD1\u670D\u52A1
2. \u5347\u7EA7\u4E3A\u6708\u5EA6/\u5E74\u5EA6\u4F1A\u5458',"proQuotaExceededError.trial":'\uFF0C\u60A8\u53EF\u4EE5\u9009\u62E9\u4EE5\u4E0B\u65B9\u5F0F\u89E3\u51B3\uFF1A

1. \u5207\u6362\u5230 {anotherService} \u6216\u5176\u4ED6\u7FFB\u8BD1\u670D\u52A1
2. \u7ACB\u523B\u5347\u7EA7\u4E3A\u6B63\u5F0F\u4F1A\u5458',"proQuotaExceededError.nonTrial":'\uFF0C\u60A8\u53EF\u4EE5\u9009\u62E9\u4EE5\u4E0B\u65B9\u5F0F\u89E3\u51B3\uFF1A

1. \u5207\u6362\u5230 {anotherService} \u6216\u5176\u4ED6\u7FFB\u8BD1\u670D\u52A1
2. \u8D2D\u4E70 {translationService} \u989D\u5916\u6D41\u91CF\u5305',"proQuotaExceededError.resetTime":"
3. \u989D\u5EA6\u91CD\u7F6E\u65F6\u95F4\uFF1A{resetTime}","desc.touchShortcutsToggleTranslatePageOnlyTranslation":"Seulement la traduction signifie que seule la traduction est affich\xE9e, si la page n'a pas encore \xE9t\xE9 traduite, elle passera en mode et sera traduite.","desc.toggleOnlyTransation":"Le mode de traduction uniquement signifie que seules les traductions sont affich\xE9es, si la page Web n'a pas encore \xE9t\xE9 traduite, le mode sera chang\xE9 et traduit.",touchShortcutsToggleTranslatePageOnlyTranslation:"Configurer les gestes tactiles pour passer en mode bilingue / mode texte uniquement",download_started:"Le t\xE9l\xE9chargement a d\xE9j\xE0 commenc\xE9, si le t\xE9l\xE9chargement ne commence pas automatiquement, veuillez cliquer manuellement.",here:"ici","error.goReset":"R\xE9initialiser",translationFont:"D\xE9finir la police","error.serveConfigError":"Erreur de configuration du service",detectServiceLoading:"En train de v\xE9rifier les services de traduction disponibles...","translationModeUrl.translation.title":"L'adresse du site en mode traduction uniquement","translationServices.inherit":"Suivez le service de traduction principal","translationModeLang.translation.title":"Mode de langue uniquement en traduction","error.configError":"Les donn\xE9es de configuration sont anormales","translationFont.customPlaceholder":"police de caract\xE8res","touch.mouse-translate":"Traduire le paragraphe sp\xE9cifi\xE9",toggleToService:"Passez \xE0 {service} et r\xE9essayez","translationFont.custom":"Entrez une police personnalis\xE9e",batchEdit:"Op\xE9ration en masse","error.proUpgrade":"Apr\xE8s la mise \xE0 niveau, veuillez rafra\xEEchir la page et traduire \xE0 nouveau.","error.502":"Le service renvoie une erreur, le service est en retard, veuillez r\xE9essayer plus tard.","error.403":"Le service renvoie une erreur, vous n'avez pas temporairement le droit d'acc\xE9der \xE0 ce service.","error.googleLimitIp":"Le service renvoie une erreur, le service Google a limit\xE9 le d\xE9bit pour cette adresse IP, il est recommand\xE9 de changer de n\u0153ud r\xE9seau.",videoSubtitlePreTranslationOff:"Les sous-titres vid\xE9o utiliseront en priorit\xE9 les sous-titres automatiques fournis avec la vid\xE9o originale.","translationFont.notSupportErrorMessage":"Veuillez v\xE9rifier si le nom de la police que vous avez entr\xE9 est correct, ou confirmer que cette police est d\xE9j\xE0 install\xE9e sur votre appareil.","error.proTokenInvalid":"Si vous \xEAtes un utilisateur Pro, veuillez vous connecter avant d'utiliser le service de traduction Pro.",videoSubtitlePreTranslationOn:"Les sous-titres vid\xE9o utiliseront en priorit\xE9 la traduction immersive.","error.400":"Le service renvoie une erreur, la demande de param\xE8tre est incorrecte, veuillez v\xE9rifier la configuration correspondante.","error.429":"Le service renvoie une erreur, indiquant que la demande est trop fr\xE9quente ou d\xE9passe la limite de quota, veuillez r\xE9essayer plus tard.","translationModeUrl.translation.description":"Lorsque le site Web est pour les domaines suivants, il utilisera automatiquement le mode de traduction uniquement.",enableSentryReport:"Lorsqu'une erreur se produit lors de l'extension, utilisez Sentry pour soumettre des commentaires.","error.reloadPageOfSetting":"Apr\xE8s la configuration, veuillez rafra\xEEchir la page pour traduire \xE0 nouveau.","translationModeLang.translation.description":"Lorsque la langue de la page est l'une des langues suivantes, le mode de traduction uniquement sera automatiquement utilis\xE9.","error.gemini.429":"Le service Gemini actuel a atteint sa capacit\xE9 maximale, veuillez r\xE9essayer plus tard ou passer \xE0 un autre service de traduction.","desc.toggleVideoSubtitlePreTranslation":"Une fois appuy\xE9, les sous-titres bilingues de la vid\xE9o utiliseront en priorit\xE9 les param\xE8tres de traduction immersive, une nouvelle pression donnera la priorit\xE9 aux sous-titres de traduction automatique inclus dans la vid\xE9o originale. Attention : ce raccourci modifie les param\xE8tres globaux.","error.openAIExceededQuota":"Le service renvoie une erreur : le solde de votre compte OpenAI est insuffisant, veuillez recharger ou lier une carte de cr\xE9dit dans le back-office officiel d'OpenAI.","error.openAIFreeLimit":"Le service renvoie une erreur, la fr\xE9quence actuelle des demandes de traduction a atteint la limite maximale de 3 fois par minute, veuillez r\xE9essayer plus tard. (C'est une restriction officielle d'OpenAI sur la cl\xE9 API gratuite, pour lever cette restriction, veuillez lier une carte de cr\xE9dit dans le backend d'OpenAI.)","error.serveUnavailable":"Le service [{serverName}] que vous utilisez actuellement est temporairement inaccessible en raison de probl\xE8mes de connexion r\xE9seau ou de fournisseur de services. Nous vous sugg\xE9rons d'essayer de rafra\xEEchir la page ou de changer de service de traduction via <1>Param\xE8tres. Si vous \xEAtes un membre <2>Pro, vous pouvez choisir d'utiliser les services de traduction plus stables de DeepL ou OpenAI (<3>cliquez ici pour un essai gratuit). De plus, vous devrez peut-\xEAtre v\xE9rifier vos param\xE8tres de r\xE9seau ou de proxy.",loggedIn:"Connect\xE9","error.retry":"R\xE9essayer","floatBall.iKnow":"Je sais.",touchShortcutsOff:"Fermer","tagsInput.add":"+ Ajouter","translationServices.gemini":"G\xE9meaux",goLogin:"Allez vous connecter",shortcutSettings:"Raccourci",notLogin:"Non connect\xE9","multipleClick.4":"Quadruple frappe",alwaysTranslateThisSite:"Toujours traduire ce site","multipleClick.3":"Triple coup",neverTranslateThisSite:"Ne jamais traduire ce site","subtitle.bilingual":"Sous-titres bilingues","widget.instructionTooltip":"Consultez le mode d'emploi","shortcutGroup.shortcutsForTranslationServices":"Raccourcis li\xE9s au service de traduction",buildSnapshots:"G\xE9n\xE9rer un instantan\xE9 de la page web",shortcutSettingsTitle:"Param\xE9trage des raccourcis","subtitle.hideQuickButton":"Ne plus afficher ce raccourci",contact:"Contactez-nous","widget.videoSubtitleTooltip":"Prend en charge Youtube et autres sites vid\xE9o {count}+",notLoginPro:"Vous n'avez pas encore connect\xE9 \xE0 votre compte membre.","multipleClick.2":"Double-cliquez","widget.videoSubtitle":"sous-titres vid\xE9o",temprarilyChangeTranslationTo_gemini:"Utilisation de Gemini pour traduire la page actuelle.","error.subscriptionExpiredTitle":"L'adh\xE9sion a expir\xE9",pickAll:"Tout s\xE9lectionner","floatBall.guideClickToTranslate":"Cliquez sur la bulle de traduction immersive pour traduire rapidement",temprarilyChangeTranslationTo_google:"Utilisation en cours de Google Traduction pour cette page actuelle",temprarilyChangeTranslationTo_bing:"Utilisation en cours de Microsoft Traduction pour la page actuelle",mouseHoverCustomKeyTitle:"Personnaliser les raccourcis de survol de la souris","browser.translateWithDeepL":"Utilisation temporaire de DeepL pour traduire la page actuelle","widget.translateFile":"PDF/ePub",temprarilyChangeTranslationTo_openai:"Utilisation en cours d'OpenAI pour traduire la page actuelle","subtitle.autoDisableSubtitle":"Ne pas activer automatiquement les sous-titres bilingues","error.reason":"Raison de l'erreur",temprarilyChangeTranslationTo_deepl:"Utilisation de DeepL pour traduire la page actuelle.","widget.translateFileTooltip":"Traduire les documents PDF, EPUB, SRT, ASS, HTML et TXT",networkError:"Le service de traduction ou le r\xE9seau rencontre des probl\xE8mes.","floatBall.longPress":"Appuyez longuement pour ouvrir rapidement le panneau de configuration.",paragraphMinTextCountField:"Le nombre minimum de caract\xE8res requis pour traduire un paragraphe","browser.translateWithTransmart":"Utilisation temporaire de Tencent pour traduire la page actuelle","browser.translateWithOpenAI":"Utilisation temporaire d'OpenAI pour traduire la page actuelle",translationOnlyMode:"Mode de traduction uniquement","slide.right":"Glissez vers la gauche","shortcutGroup.main":"Raccourcis de fonctionnalit\xE9s couramment utilis\xE9s",temprarilyChangeTranslationTo_transmart:"Utilise actuellement la traduction de Tencent pour cette page.",touchShortcutsToggleTranslatePage:"D\xE9finir un geste tactile pour traduire la page web / afficher le texte original","slide.left":"Faites glisser vers la droite","shortcutGroup.touch":"Gestes sp\xE9cifiques pour \xE9cran tactile","intro.floatBallTitle":"Boule flottante de traduction rapide","neverTranslateText.title":"Ci-dessous, les mots restent en texte original, ne pas traduire.","browser.toggleMouseHoverTranslateDirectly":"Activer ou d\xE9sactiver temporairement la traduction directe au survol de la souris sur la page","browser.translateInputBox":"Traduire le contenu de la bo\xEEte de saisie actuelle","browser.translateWithGoogle":"Utilisation temporaire de Google Traduction pour la page actuelle","browser.translateWithBing":"Utilisation temporaire de Microsoft Traduction pour la page actuelle","widget.instruction":"Mode d'emploi","subtitle.showQuickButton":"Afficher les sous-titres bilingues dans le lecteur est un raccourci",touchShortcutsToggleTranslationMask:"Configurer l'affichage du geste tactile pour afficher le masque de traduction / afficher le texte original","error.subscriptionExpired":"Votre adh\xE9sion a peut-\xEAtre expir\xE9, veuillez v\xE9rifier votre statut de membre.","intro.hoverTitle":"Survolez avec la souris pour traduire le paragraphe actuel","browser.translateWithGemini":"Utilisez temporairement Gemini pour traduire la page actuelle",touchShortcutsToggleTranslateTouchElement:"Configurer la traduction de paragraphes sp\xE9cifiques par gestes tactiles","desc.touchShortcutsToggleTranslateTouchElement":"Personnalisez un geste et vous pourrez traduire n'importe quel paragraphe o\xF9 vous vous trouvez.","intro.subtitleTitle":"Affichage des sous-titres bilingues en vid\xE9o en ligne","desc.interfaceLanguage":"La configuration de la langue de l'interface affecte la langue d'affichage du panneau de contr\xF4le et n'a rien \xE0 voir avec la langue cible de la traduction.","browser.toggleVideoSubtitlePreTranslation":"Basculer vers les sous-titres bilingues en privil\xE9giant les param\xE8tres de traduction immersive","shortcutGroup.others":"Plus de raccourcis de fonctionnalit\xE9s personnalis\xE9es",confirmResetToDefaultSettings:"Confirmez-vous vouloir r\xE9tablir ce service de traduction comme param\xE8tre par d\xE9faut ? (Cela ne r\xE9initialise que les param\xE8tres de ce service de traduction)",shortcutDisableTooltip:"Veuillez configurer dans la page de gestion des raccourcis d'extension fournie par le navigateur, pour plus de directives, veuillez consulter les instructions en haut de cette page.","subtitle.showQuickButtonDescription":"Fournir un raccourci pour activer les sous-titres bilingues dans le coin inf\xE9rieur droit du lecteur vid\xE9o","shortcutGroup.mouse":"Configuration des raccourcis clavier pour le survol de la souris","desc.toggleTranslateTheMainPage":"Traduisez uniquement les zones principales de la page, une fois que vous avez activ\xE9 la traduction de toutes les zones de la page dans les param\xE8tres avanc\xE9s, vous pouvez utiliser ce raccourci pour traduire sp\xE9cifiquement les zones principales de la page.","description.baiduField":"Les domaines pris en charge sont vus <1>ici, si vide cela signifie qu'aucun domaine n'est sp\xE9cifi\xE9.",upgradeToProErrorTitle:"Veuillez passer \xE0 l'adh\xE9sion Pro pour utiliser ce service de traduction.",paragraphMinTextCountDesc:"Faites attention, ici on parle de la longueur des caract\xE8res, par exemple: hello compte 5 caract\xE8res, d\xE9finir une valeur plus grande peut r\xE9duire les traductions de petits paragraphes inutiles.",translationOnlyModeDescription:"Le mode de traduction uniquement signifie que seule la traduction est affich\xE9e, et non le mode bilingue par d\xE9faut. Notez que: en raison des limitations techniques, les hyperliens du texte original seront d\xE9sactiv\xE9s en mode de traduction uniquement.","desc.toggleTranslateTheWholePage":"Traduire toute la zone de la page, par d\xE9faut, nous traduirons la zone principale de la page, vous pouvez utiliser ce raccourci pour traduire sp\xE9cifiquement toute la zone de la page.","contact.description":"Si vous avez des questions ou des suggestions, n'h\xE9sitez pas \xE0 remplir le formulaire ci-dessous pour nous contacter, ou \xE0 envoyer un courriel \xE0 {email}, nous vous r\xE9pondrons d\xE8s que possible.",mouseHoverCustomKeyDescription:"Vous pouvez personnaliser un raccourci clavier pour le survol de la souris, par exemple : Alt+Z, Ctrl+E, Cmd+Alt+E ou directement Cmd, veuillez entrer manuellement.","desc.mouseHoverHoldKey":"Lorsque la souris survole un paragraphe et que vous appuyez simultan\xE9ment sur la touche de raccourci \xE0 droite, vous pouvez traduire directement ce paragraphe.","desc.touchShortcutsToggleTranslatePage":"Une fois configur\xE9, lors de l'utilisation d'un appareil mobile, vous pouvez toucher l'\xE9cran avec X doigts, glisser de gauche \xE0 droite ou cliquer continuellement pour d\xE9clencher la traduction de la page web / afficher le texte original.","desc.touchShortcutsToggleTranslationMask":"La traduction du masque fait r\xE9f\xE9rence \xE0 l'effet flou dans le style de la traduction (mode d'apprentissage), qui est activ\xE9 temporairement pour utiliser l'effet flou sur la traduction, facilitant l'apprentissage.","intro.floatBallDescription":"Une fois activ\xE9, un bouton de traduction rapide s'affichera sur le c\xF4t\xE9 droit de la page. Cliquez dessus pour traduire, cliquez \xE0 nouveau pour revenir au texte original. Sur mobile, maintenez le bouton flottant pour ouvrir le panneau de configuration rapide.","desc.toggleMouseHoverTranslateDirectly":"Apr\xE8s avoir appuy\xE9 sur ce raccourci, sur la page, d\xE8s que la souris pointe sur n'importe quel texte, ce texte sera automatiquement traduit. Appuyez \xE0 nouveau sur le raccourci pour d\xE9sactiver cette fonction de traduction automatique.","intro.hoverDescription":"La traduction au survol de la souris est une fonction tr\xE8s importante dans la traduction immersive. Il suffit de placer la souris sur le paragraphe et d'appuyer simultan\xE9ment sur la touche de raccourci d\xE9finie pour traduire automatiquement le paragraphe actuel (remarque : elle n'est pas activ\xE9e par d\xE9faut, veuillez la configurer ci-dessous). Cette interaction est utilis\xE9e pour mieux remplacer la traduction par s\xE9lection de mots. De plus, cette fonction est largement utilis\xE9e dans les zones de traduction qui ne peuvent pas \xEAtre reconnues. Vous pouvez utiliser cette fonction pour forcer la traduction de n'importe quel paragraphe.","neverTranslateText.description":"En raison de la reconnaissance insatisfaisante des noms propres par certains moteurs de traduction, vous pouvez ajouter des mots ici pour vous assurer qu'ils ne sont pas convertis pendant le processus de traduction. Veuillez noter que cette fonction distingue les majuscules et les minuscules et ne prend en charge que les langues \xE0 mots s\xE9par\xE9s par des espaces (comme l'anglais, le fran\xE7ais), elle n'est pas applicable aux langues comme le japonais, le cor\xE9en, etc.","intro.subtitleDescription":"Une fois cette fonction activ\xE9e, les sous-titres bilingues seront automatiquement affich\xE9s lors de la lecture de la vid\xE9o. Si elle n'est pas activ\xE9e, vous devrez cliquer manuellement sur le bouton de traduction sur la page pour afficher les sous-titres. Veuillez noter qu'en raison de limitations techniques, certains sites peuvent n\xE9cessiter un rafra\xEEchissement de la page ou attendre la fin de la traduction pour afficher les sous-titres bilingues. (De plus, vous pouvez \xE9galement activer/d\xE9sactiver le panneau de raccourcis de traduction immersive dans le coin sup\xE9rieur droit apr\xE8s avoir ouvert le site de la vid\xE9o).

La prise en charge des sous-titres bilingues est actuellement disponible sur ces sites :",geminiWarning:"Attention : Le service gratuit Gemini fourni par Google a des restrictions strictes, il est possible que Google juge que l'utilisateur utilise plusieurs cl\xE9s pour contourner leurs restrictions de quota gratuit, il n'est pas recommand\xE9 de l'utiliser, il est recommand\xE9 d'attendre que Google ouvre l'interface de paiement Gemini \xE0 l'avenir avant de l'utiliser.","floatBall.setting":"Param\xE9trage","floatBall.translateToLanguage":"Cliquez pour traduire en {language}","floatBall.file":"Traduire les fichiers PDF, EPUB, SRT, ASS, HTML, TXT",changeToOnlyTempTranslationMode:"Afficher uniquement les traductions",changeToDualTempTranslationMode:"Passer \xE0 la traduction bilingue","transitionMode.translation":"Seulement le texte traduit","options.navbar.installApp":"Installer l'application mobile","options.navbar.translateFile":"Traduire le document","subtitle.transitionMode":"Param\xE8tres de sous-titres vid\xE9o bilingues / traduction uniquement","subtitle.transitionModeDescription":"D\xE9finir les sous-titres vid\xE9o en mode bilingue ou en mode traduction uniquement","transitionMode.inherit":"Restez coh\xE9rent avec le mode d'affichage de traduction par d\xE9faut du syst\xE8me.","transitionMode.dual":"Contraste bilingue",translateFileTooltip:`Traduire PDF, ePub, srt, ass, HTML, fichiers TXT`,"description.multiplePrompt":`Lorsque le nombre de paragraphes est sup\xE9rieur \xE0 1, les dialogues envoy\xE9s \xE0 {service} en tant qu'utilisateur, o\xF9 {{from}} repr\xE9sente la langue du paragraphe, {{to}} repr\xE9sente la langue cible, {{yaml}} est le contenu du paragraphe que nous avons emball\xE9 au format yaml, si vous avez besoin de personnaliser Prompt, vous devez vous assurer que chaque \xE9l\xE9ment dans le r\xE9sultat YAML de la r\xE9ponse AI contient le champ {env.imt_trans_field}, {{imt_trans_field}} est le nom du champ de traduction que nous esp\xE9rons que l'IA r\xE9pondra, par d\xE9faut c'est {env.imt_trans_field}, {{imt_source_field}} est le nom du champ d'origine que nous passons \xE0 l'IA, par d\xE9faut c'est {env.imt_source_field}, exemple de r\xE9sultat : - id: 1 @@ -5072,7 +5072,7 @@ ass, HTML, fichiers TXT`,"description.multiplePrompt":`Lorsque le nombre de para {env.imt_sub_trans_field}: Traduction - id: 2 {env.imt_sub_source_field}: Source - {env.imt_sub_trans_field}: Traduction`,"subtitle.quickButton.magenta":"Fuchsia","subtitle.quickButton.red":"Rouge","subtitle.quickButton.setting":"Param\xE9trage","subtitle.quickButton.black":"noir","subtitle.quickButton.translationPosition":"Position de traduction","subtitle.quickButton.green":"Vert","subtitle.quickButton.translationFontSize":"Taille de police de traduction","subtitle.quickButton.sourceTextColor":"Couleur de police d'origine","translationServices.claude":"Claude","subtitle.quickButton.blue":"Bleu","subtitle.quickButton.sourceFontSize":"La taille originale de la police","subtitle.quickButton.translationTextColor":"Couleur de la police de traduction","subtitle.quickButton.backgroundColor":"couleur d'arri\xE8re-plan","subtitle.quickButton.white":"Blanc","subtitle.quickButton.translationPositionTop":"En haut de l'original","subtitle.quickButton.yellow":"jaune","subtitle.quickButton.cyan":"Bleu","subtitle.quickButton.backgroundOpacity":"Opacit\xE9 de l'arri\xE8re-plan","subtitle.quickButton.translationPositionBottom":"\u5728\u539F\u6587\u4E0B\u65B9",attachSubtitleTranslating:"Utilisation de {service} pour la traduction en cours...","error.claude.403":"Acc\xE8s temporairement interdit au service, cela peut \xEAtre li\xE9 aux restrictions r\xE9gionales de Claude. Vous pouvez essayer de changer votre adresse IP ou utiliser un autre service de traduction.","browser.brandDescriptionForSafari":"\u3010Traduction immersive\u3011Un plugin de traduction de pages web bilingue gratuit (texte original / traduction), qui supporte \xE9galement la traduction de PDF et de livres \xE9lectroniques EPUB tout en conservant la mise en page originale, la traduction de sous-titres bilingues pour des vid\xE9os en ligne comme Youtube/Netflix, et qui supporte les services de traduction principaux tels que Deepl/Google;","browser.PdfProFile":"AI pilot\xE9 PDF Pro traduction","browser.textTranslate":"Traduction de texte"};var yh={nologin:"\u0905\u0902\u0926\u0930 \u092A\u094D\u0930\u0935\u0947\u0936 \u0915\u0940 \u0905\u0928\u0941\u092E\u0924\u093F \u0928\u0939\u0940\u0902 \u0939\u0948",loginForSafari:"\u0932\u0949\u0917-\u0907\u0928 \u092F\u093E \u092A\u0902\u091C\u0940\u0915\u0943\u0924",login:"\u0932\u0949\u0917 \u0907\u0928 \u0915\u0930\u0928\u0947 \u0915\u0947 \u092C\u093E\u0926 \u0906\u092A \u0938\u0926\u0938\u094D\u092F\u0924\u093E \u0938\u0915\u094D\u0930\u093F\u092F \u0915\u0930 \u0938\u0915\u0924\u0947 \u0939\u0948\u0902",manageAccount:"\u0916\u093E\u0924\u0947 \u0915\u093E \u092A\u094D\u0930\u092C\u0902\u0927\u0928 \u0915\u0930\u0947\u0902",openPremium:"\u0938\u0926\u0938\u094D\u092F\u0924\u093E \u0917\u094D\u0930\u0939\u0923 \u0915\u0930\u0947\u0902",logout:"\u091B\u094B\u0921\u093C\u0928\u093E",curentPlan:"\u0935\u0930\u094D\u0924\u092E\u093E\u0928 \u092A\u0948\u0915\u0947\u091C",endAt:"\u092A\u0930\u093F\u092A\u0915\u094D\u0935\u0924\u093E",endAuto:"\u0938\u094D\u0935\u091A\u093E\u0932\u093F\u0924 \u0928\u0935\u0940\u0915\u0930\u0923",lineBreakMaxTextCount:"\u092A\u0902\u0915\u094D\u0924\u093F \u0935\u093F\u0930\u093E\u092E \u0915\u0947 \u092C\u093E\u0926 \u092A\u094D\u0930\u0924\u093F \u0935\u093E\u0915\u094D\u092F \u0905\u0928\u0941\u092E\u0924 \u0935\u0930\u094D\u0923\u094B\u0902 \u0915\u0940 \u0905\u0927\u093F\u0915\u0924\u092E \u0938\u0902\u0916\u094D\u092F\u093E","translate-pdf":"\u092A\u0940\u0921\u0940\u090F\u092B \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u0915\u094D\u0932\u093F\u0915 \u0915\u0930\u0947\u0902","noSupportTranslate-pdf":"\u0938\u094D\u0915\u094D\u0930\u093F\u092A\u094D\u091F \u0938\u092E\u0930\u094D\u0925\u093F\u0924 \u0928\u0939\u0940\u0902 \u0939\u0948, \u0915\u0943\u092A\u092F\u093E \u092A\u094D\u0932\u0917-\u0907\u0928 \u0915\u093E \u0909\u092A\u092F\u094B\u0917 \u0915\u0930\u0947\u0902","translate-firefox-local-pdf":"\u092A\u0940\u0921\u0940\u090F\u092B \u0906\u092F\u093E\u0924 \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u0915\u094D\u0932\u093F\u0915 \u0915\u0930\u0947\u0902",enableLineBreak:"\u0932\u0902\u092C\u0947 \u0905\u0928\u0941\u091A\u094D\u091B\u0947\u0926\u094B\u0902 \u0915\u0947 \u0932\u093F\u090F \u0938\u094D\u0935\u091A\u093E\u0932\u093F\u0924 \u0936\u092C\u094D\u0926 \u0930\u0948\u092A\u093F\u0902\u0917 \u091A\u093E\u0932\u0942 \u0915\u0930\u0947\u0902",sponsorLabel:"$1 \u0938\u0947 \u0936\u0941\u0930\u0942 \u0915\u0930\u0915\u0947 \u0915\u093F\u0938\u0940 \u0921\u0947\u0935\u0932\u092A\u0930 \u0915\u094B \u092A\u094D\u0930\u093E\u092F\u094B\u091C\u093F\u0924 \u0915\u0930\u0947\u0902",help:"\u092E\u0926\u0926",browserShortcutsNoteForFirefox:'\u092B\u093C\u093E\u092F\u0930\u092B\u093C\u0949\u0915\u094D\u0938 \u092C\u094D\u0930\u093E\u0909\u091C\u093C\u0930 \u092E\u0947\u0902 \u0936\u0949\u0930\u094D\u091F\u0915\u091F \u0915\u0941\u0902\u091C\u093F\u092F\u094B\u0902 \u0915\u094B \u0938\u0902\u0936\u094B\u0927\u093F\u0924 \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F, \u0906\u092A\u0915\u094B \u090F\u0915\u094D\u0938\u091F\u0947\u0902\u0936\u0928 \u092A\u094D\u0930\u092C\u0902\u0927\u0928 \u092A\u0943\u0937\u094D\u0920 `about:addons` \u0916\u094B\u0932\u0928\u093E \u0939\u094B\u0917\u093E, \u092B\u093F\u0930 "\u0938\u0947\u091F\u093F\u0902\u0917\u094D\u0938" \u092A\u0930 \u0915\u094D\u0932\u093F\u0915 \u0915\u0930\u0947\u0902, \u092B\u093F\u0930 \u0907\u0938\u0947 \u0938\u0947\u091F \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F "\u0936\u0949\u0930\u094D\u091F\u0915\u091F \u0915\u0941\u0902\u091C\u093F\u092F\u093E\u0901 \u092A\u094D\u0930\u092C\u0902\u0927\u093F\u0924 \u0915\u0930\u0947\u0902" \u092A\u0930 \u0915\u094D\u0932\u093F\u0915 \u0915\u0930\u0947\u0902\u0964',browserShortcutsNoteForChrome:"\u0915\u094D\u0930\u094B\u092E-\u091C\u0948\u0938\u0947 \u092C\u094D\u0930\u093E\u0909\u091C\u093C\u0930 \u092E\u0947\u0902 \u0936\u0949\u0930\u094D\u091F\u0915\u091F \u0915\u0941\u0902\u091C\u093F\u092F\u094B\u0902 \u0915\u094B \u0938\u0902\u0936\u094B\u0927\u093F\u0924 \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F, \u0906\u092A\u0915\u094B \u090F\u0915\u094D\u0938\u091F\u0947\u0902\u0936\u0928 \u092A\u094D\u0930\u092C\u0902\u0927\u0928 \u092A\u0943\u0937\u094D\u0920 \u0916\u094B\u0932\u0928\u093E \u0939\u094B\u0917\u093E, \u0907\u0938\u0947 `\u0936\u0949\u0930\u094D\u091F\u0915\u091F \u092A\u094D\u0930\u092C\u0902\u0927\u093F\u0924 \u0915\u0930\u0947\u0902` \u092A\u0948\u0928\u0932 (`\u0915\u094D\u0930\u094B\u092E://\u090F\u0915\u094D\u0938\u091F\u0947\u0902\u0936\u0928/\u0936\u0949\u0930\u094D\u091F\u0915\u091F`) \u092E\u0947\u0902 \u0938\u0947\u091F \u0915\u0930\u0928\u093E \u0939\u094B\u0917\u093E, \u0914\u0930 \u0938\u0940\u0927\u0947 \u091C\u093E\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u0928\u0940\u091A\u0947 \u0926\u093F\u090F \u0917\u090F \u092C\u091F\u0928 \u092A\u0930 \u0915\u094D\u0932\u093F\u0915 \u0915\u0930\u0928\u093E \u0939\u094B\u0917\u093E \u0936\u0949\u0930\u094D\u091F\u0915\u091F \u0915\u0941\u0902\u091C\u0940 \u092A\u094D\u0930\u092C\u0902\u0927\u0928 \u092A\u0943\u0937\u094D\u0920.",browserShortcutsSucks:"\u0915\u0938\u094D\u091F\u092E \u0936\u0949\u0930\u094D\u091F\u0915\u091F \u0915\u0941\u0902\u091C\u0940 \u092A\u094D\u0930\u093E\u0930\u0942\u092A \u0939\u0948 (\u0915\u094B\u0908 \u0938\u094D\u0935\u091A\u093E\u0932\u093F\u0924 \u092A\u0939\u091A\u093E\u0928 \u0928\u0939\u0940\u0902, \u0915\u0943\u092A\u092F\u093E \u0938\u0940\u0927\u0947 \u0926\u0930\u094D\u091C \u0915\u0930\u0947\u0902)\uFF1A",enableLineBreakDescription:"\u091A\u093E\u0932\u0942 \u0939\u094B\u0928\u0947 \u092A\u0930, \u092A\u0922\u093C\u0928\u0947 \u0915\u0940 \u0938\u0941\u0935\u093F\u0927\u093E \u0915\u0947 \u0932\u093F\u090F \u092A\u094D\u0930\u0924\u094D\u092F\u0947\u0915 \u0935\u093E\u0915\u094D\u092F \u0915\u0947 \u0905\u0902\u0924 \u092E\u0947\u0902 \u0932\u0902\u092C\u0947 \u092A\u0948\u0930\u093E\u0917\u094D\u0930\u093E\u092B \u092E\u0947\u0902 \u0932\u093E\u0907\u0928 \u092C\u094D\u0930\u0947\u0915 \u0921\u093E\u0932\u0947 \u091C\u093E\u090F\u0902\u0917\u0947\u0964","browser.shortBrandName":"\u0917\u0939\u0928 \u0905\u0928\u0941\u0935\u093E\u0926","browser.brandName":"\u0907\u092E\u0930\u094D\u0938\u093F\u0935 \u0905\u0928\u0941\u0935\u093E\u0926: \u0926\u094D\u0935\u093F\u092D\u093E\u0937\u0940 \u0935\u0947\u092C \u092A\u0947\u091C \u0905\u0928\u0941\u0935\u093E\u0926 \u0914\u0930 \u092A\u0940\u0921\u0940\u090F\u092B \u0926\u0938\u094D\u0924\u093E\u0935\u0947\u091C\u093C \u0905\u0928\u0941\u0935\u093E\u0926","browser.brandDescription":"Bilingual web page translation, also supports PDF translation, bilingual Epub eBook translation, free to use.","browser.toggleTranslatePage":"\u0935\u0947\u092C \u092A\u0947\u091C \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0947\u0902/\u092E\u0942\u0932 \u092A\u093E\u0920 \u0926\u093F\u0916\u093E\u090F\u0902","browser.toggleTranslateTheWholePage":"\u092A\u0943\u0937\u094D\u0920 \u0915\u0947 \u0938\u092D\u0940 \u0915\u094D\u0937\u0947\u0924\u094D\u0930\u094B\u0902 \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0947\u0902/\u092E\u0942\u0932 \u092A\u093E\u0920 \u092A\u094D\u0930\u0926\u0930\u094D\u0936\u093F\u0924 \u0915\u0930\u0947\u0902","browser.toggleOnlyTransation":"\u0926\u094D\u0935\u093F\u092D\u093E\u0937\u0940/\u0915\u0947\u0935\u0932 \u0905\u0928\u0941\u0935\u093E\u0926 \u092E\u094B\u0921 \u092A\u0930 \u0938\u094D\u0935\u093F\u091A \u0915\u0930\u0947\u0902","browser.toggleTranslateToThePageEndImmediately":"\u0924\u0941\u0930\u0902\u0924 \u092A\u0943\u0937\u094D\u0920 \u0915\u0947 \u0928\u0940\u091A\u0947 \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0947\u0902/\u092E\u0942\u0932 \u092A\u093E\u0920 \u0926\u093F\u0916\u093E\u090F\u0902","browser.toggleTranslateTheMainPage":"\u092A\u0943\u0937\u094D\u0920 \u0915\u0947 \u092E\u0941\u0916\u094D\u092F \u0915\u094D\u0937\u0947\u0924\u094D\u0930 \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0947\u0902/\u092E\u0942\u0932 \u092A\u093E\u0920 \u092A\u094D\u0930\u0926\u0930\u094D\u0936\u093F\u0924 \u0915\u0930\u0947\u0902","browser.shareToDraft":"\u0926\u094D\u0935\u093F\u092D\u093E\u0937\u0940 \u092A\u0943\u0937\u094D\u0920 \u0938\u093E\u091D\u093E \u0915\u0930\u0947\u0902","browser.openOptionsPage":"\u0938\u0947\u091F\u093F\u0902\u0917 \u092A\u0943\u0937\u094D\u0920 \u0916\u094B\u0932\u0947\u0902","browser.toggleTranslationMask":"\u0905\u0928\u0941\u0935\u093E\u0926 \u0927\u0941\u0902\u0927\u0932\u093E \u092A\u094D\u0930\u092D\u093E\u0935 \u0926\u093F\u0916\u093E\u090F\u0901/\u091B\u093F\u092A\u093E\u090F\u0901","browser.translateLocalPdfFile":"\u0938\u094D\u0925\u093E\u0928\u0940\u092F \u092A\u0940\u0921\u0940\u090F\u092B \u092B\u093E\u0907\u0932\u094B\u0902 \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0947\u0902","browser.openEbookViewer":"\u0938\u094D\u0925\u093E\u0928\u0940\u092F \u0908-\u092A\u0941\u0938\u094D\u0924\u0915\u0947\u0902 \u092A\u0922\u093C\u0947\u0902","browser.openEbookBuilder":"\u0926\u094D\u0935\u093F\u092D\u093E\u0937\u0940 EPUB \u0908-\u092A\u0941\u0938\u094D\u0924\u0915\u0947\u0902 \u092C\u0928\u093E\u090F\u0901","browser.translateLocalHtmlFile":"HTML/txt \u092B\u093C\u093E\u0907\u0932\u094B\u0902 \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0947\u0902","browser.donateContext":"\u092A\u094D\u0930\u093E\u092F\u094B\u091C\u0928 \u0932\u093E\u092D\u094B\u0902 \u0915\u0947 \u092C\u093E\u0930\u0947 \u092E\u0947\u0902 \u091C\u093E\u0928\u0947\u0902","browser.translateLocalSubtitleFile":"\u0938\u094D\u0925\u093E\u0928\u0940\u092F \u0909\u092A\u0936\u0940\u0930\u094D\u0937\u0915 \u092B\u093C\u093E\u0907\u0932\u094B\u0902 \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0947\u0902",confirmResetConfig:"\u0915\u094D\u092F\u093E \u0906\u092A \u0935\u093E\u0915\u0908 \u0905\u092A\u0928\u0940 \u0938\u0947\u091F\u093F\u0902\u0917\u094D\u0938 \u0930\u0940\u0938\u0947\u091F \u0915\u0930\u0928\u093E \u091A\u093E\u0939\u0924\u0947 \u0939\u0948\u0902?",translationLineBreakSettingTitle:"\u0905\u0928\u0941\u0935\u093E\u0926 \u092A\u0902\u0915\u094D\u0924\u093F \u0930\u0948\u092A\u093F\u0902\u0917 \u0938\u0947\u091F\u093F\u0902\u0917",smartLineBreak:"\u0938\u094D\u092E\u093E\u0930\u094D\u091F \u0932\u093E\u0907\u0928 \u0930\u0948\u092A\u093F\u0902\u0917",alwaysLineBreak:"\u0939\u092E\u0947\u0936\u093E \u0932\u092A\u0947\u091F\u094B",isShowContextMenu:"\u0905\u0928\u0941\u0935\u093E\u0926\u093F\u0924 \u0935\u0947\u092C \u092A\u0947\u091C \u0915\u094B \u0930\u093E\u0907\u091F-\u0915\u094D\u0932\u093F\u0915 \u092E\u0947\u0928\u0942 \u0906\u0907\u091F\u092E \u092E\u0947\u0902 \u091C\u094B\u0921\u093C\u0947\u0902",toggleBeta:"\u092C\u0940\u091F\u093E \u092A\u0930\u0940\u0915\u094D\u0937\u0923 \u0938\u0941\u0935\u093F\u0927\u093E\u090F\u0901 \u0938\u0915\u094D\u0937\u092E \u0915\u0930\u0947\u0902",betaDescription:"\u0909\u0928 \u0938\u0941\u0935\u093F\u0927\u093E\u0913\u0902 \u0915\u094B \u0938\u0915\u094D\u0937\u092E \u0915\u0930\u0947\u0902 \u091C\u094B \u0905\u092D\u0940 \u092D\u0940 \u092A\u094D\u0930\u092F\u094B\u0917\u093E\u0924\u094D\u092E\u0915 \u0939\u0948\u0902, \u0938\u093E\u0925 \u0939\u0940 \u092A\u0930\u0940\u0915\u094D\u0937\u0923 \u092E\u0947\u0902 \u0905\u0928\u0941\u0935\u093E\u0926 \u0938\u0947\u0935\u093E\u090F\u0902 \u092D\u0940 \u0938\u0915\u094D\u0937\u092E \u0915\u0930\u0947\u0902\u0964 <1>\u091F\u0947\u0932\u0940\u0917\u094D\u0930\u093E\u092E \u0938\u092E\u0942\u0939 \u0938\u0947 \u091C\u0941\u0921\u093C\u0947\u0902 \u0914\u0930 \u0905\u0927\u093F\u0915 \u091C\u093E\u0928\u0947\u0902\u0964",translationLineBreakSettingDescription:"\u0939\u092E\u0947\u0936\u093E \u0930\u0948\u092A \u0915\u092E \u0938\u093E\u092E\u0917\u094D\u0930\u0940 \u0935\u093E\u0932\u0947 \u0932\u0947\u0906\u0909\u091F \u0915\u0947 \u0932\u093F\u090F \u0909\u092A\u092F\u0941\u0915\u094D\u0924 \u0939\u094B\u0924\u093E \u0939\u0948 \u0914\u0930 \u0905\u0927\u093F\u0915 \u0938\u0941\u0935\u094D\u092F\u0935\u0938\u094D\u0925\u093F\u0924 \u0939\u094B\u0924\u093E \u0939\u0948\u0964 (\u0938\u094D\u0925\u093E\u0928 \u092C\u091A\u093E\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u092C\u0939\u0941\u0924 \u0938\u093E\u0930\u0940 \u0938\u093E\u092E\u0917\u094D\u0930\u0940 ({count}\u0938\u0947 \u0905\u0927\u093F\u0915 \u0905\u0915\u094D\u0937\u0930) \u0935\u093E\u0932\u0947 \u0932\u0902\u092C\u0947 \u092A\u0948\u0930\u093E\u0917\u094D\u0930\u093E\u092B \u092E\u0947\u0902 \u0938\u094D\u092E\u093E\u0930\u094D\u091F \u0932\u093E\u0907\u0928 \u092C\u094D\u0930\u0947\u0915 \u0915\u093E \u0909\u092A\u092F\u094B\u0917 \u0915\u0930\u0947\u0902)",tempTranslateDomainTitle:"\u0935\u0947\u092C\u0938\u093E\u0907\u091F \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u094B \u0905\u0938\u094D\u0925\u093E\u092F\u0940 \u0930\u0942\u092A \u0938\u0947 \u0915\u092C \u0924\u0915 \u0938\u0915\u094D\u0937\u092E \u0915\u0930\u0928\u093E \u0939\u0948",tempTranslateDomainDescription:"\u0915\u093F\u0938\u0940 \u0935\u0947\u092C \u092A\u0947\u091C \u0915\u093E \u092E\u0948\u0928\u094D\u092F\u0941\u0905\u0932 \u0930\u0942\u092A \u0938\u0947 \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0924\u0947 \u0938\u092E\u092F, \u0938\u094D\u0935\u091A\u093E\u0932\u093F\u0924 \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0947 \u0932\u093F\u090F \u0935\u0947\u092C\u0938\u093E\u0907\u091F \u0915\u094B \u0905\u0938\u094D\u0925\u093E\u092F\u0940 \u0930\u0942\u092A \u0938\u0947 \u091A\u093E\u0932\u0942 \u0915\u0930\u0947\u0902, \u0914\u0930 \u0906\u092A \u0905\u0938\u094D\u0925\u093E\u092F\u0940 \u0905\u0935\u0927\u093F \u0928\u093F\u0930\u094D\u0927\u093E\u0930\u093F\u0924 \u0915\u0930 \u0938\u0915\u0924\u0947 \u0939\u0948\u0902\u0964",xMinutes:"{count} \u092E\u093F\u0928\u091F",disabled:"\u0905\u0915\u094D\u0937\u092E \u0915\u0930\u0928\u093E",changelog:"\u0932\u0949\u0917 \u092C\u0926\u0932\u0947\u0902",toggleTranslatePageWhenThreeFingersOnTheScreen:"\u0935\u0947\u092C \u092A\u0947\u091C \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0928\u0947/\u092E\u0942\u0932 \u092A\u093E\u0920 \u092A\u094D\u0930\u0926\u0930\u094D\u0936\u093F\u0924 \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u090F\u0915 \u0939\u0940 \u0938\u092E\u092F \u092E\u0947\u0902 \u0915\u0908 \u0905\u0902\u0917\u0941\u0932\u093F\u092F\u094B\u0902 \u0938\u0947 \u0938\u094D\u0915\u094D\u0930\u0940\u0928 \u0915\u094B \u0938\u094D\u092A\u0930\u094D\u0936 \u0915\u0930\u0947\u0902",toggleTranslationMaskWhenThreeFingersOnTheScreen:"\u0905\u0928\u0941\u0935\u093E\u0926 \u0927\u0941\u0902\u0927\u0932\u093E \u092A\u094D\u0930\u092D\u093E\u0935 \u0926\u093F\u0916\u093E\u0928\u0947/\u091B\u093F\u092A\u093E\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u090F\u0915 \u0939\u0940 \u0938\u092E\u092F \u092E\u0947\u0902 \u0915\u0908 \u0905\u0902\u0917\u0941\u0932\u093F\u092F\u094B\u0902 \u0915\u094B \u0938\u094D\u092A\u0930\u094D\u0936 \u0915\u0930\u0947\u0902",fingerCountToToggleTranslagePageOnlyTranslationWhenTouching:"\u0935\u0947\u092C \u092A\u0947\u091C \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 (\u0915\u0947\u0935\u0932 \u0905\u0928\u0941\u0935\u093E\u0926)/\u092E\u0942\u0932 \u092A\u093E\u0920 \u092A\u094D\u0930\u0926\u0930\u094D\u0936\u093F\u0924 \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u090F\u0915 \u0939\u0940 \u0938\u092E\u092F \u092E\u0947\u0902 \u0915\u0908 \u0905\u0902\u0917\u0941\u0932\u093F\u092F\u094B\u0902 \u0938\u0947 \u0938\u094D\u0915\u094D\u0930\u0940\u0928 \u0915\u094B \u0938\u094D\u092A\u0930\u094D\u0936 \u0915\u0930\u0947\u0902",addUrlDescription:"\u092F\u0939 \u090F\u0915 \u0921\u094B\u092E\u0947\u0928 \u0928\u093E\u092E \u0939\u094B \u0938\u0915\u0924\u093E \u0939\u0948 \u0914\u0930 \u0935\u093E\u0907\u0932\u094D\u0921\u0915\u093E\u0930\u094D\u0921 \u0915\u093E \u0938\u092E\u0930\u094D\u0925\u0928 \u0915\u0930\u0924\u093E \u0939\u0948, \u091C\u0948\u0938\u0947\uFF1A*.google.com, google.com/mail/*, https://www.google.com/*",general:"\u092E\u0942\u0932 \u0938\u0947\u091F\u093F\u0902\u0917\u094D\u0938",clickToExpandConfig:"\u0935\u0930\u094D\u0924\u092E\u093E\u0928 \u0915\u0949\u0928\u094D\u092B\u093C\u093F\u0917\u0930\u0947\u0936\u0928 \u0915\u093E \u0935\u093F\u0938\u094D\u0924\u093E\u0930 \u0915\u0930\u0947\u0902",import:"\u092B\u093C\u093E\u0907\u0932 \u0938\u0947 \u0906\u092F\u093E\u0924 \u0915\u0930\u0947\u0902",export:"\u092B\u093C\u093E\u0907\u0932 \u092E\u0947\u0902 \u0928\u093F\u0930\u094D\u092F\u093E\u0924 \u0915\u0930\u0947\u0902",toggleDebug:"\u0915\u0902\u0938\u094B\u0932 \u092A\u0930 \u0921\u093F\u092C\u0917 \u0932\u0949\u0917 \u092A\u094D\u0930\u093F\u0902\u091F \u0915\u0930\u0947\u0902","fingers.0":"\u092C\u0902\u0926","fingers.2":"\u0926\u094B \u0909\u0902\u0917\u0932\u093F\u092F\u094B\u0902 \u0915\u093E \u0938\u094D\u092A\u0930\u094D\u0936","fingers.3":"\u0924\u0940\u0928 \u0909\u0902\u0917\u0932\u093F\u092F\u094B\u0902 \u0915\u093E \u0938\u094D\u092A\u0930\u094D\u0936","fingers.4":"\u091A\u093E\u0930 \u0905\u0902\u0917\u0941\u0932 \u0915\u093E \u0938\u094D\u092A\u0930\u094D\u0936","fingers.5":"\u092A\u093E\u0901\u091A \u0905\u0902\u0917\u0941\u0932 \u0915\u093E \u0938\u094D\u092A\u0930\u094D\u0936",mouseHoldKey:"+ {key} \u0907\u0938 \u0905\u0928\u0941\u091A\u094D\u091B\u0947\u0926 \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926/\u092A\u0941\u0928\u0930\u094D\u0938\u094D\u0925\u093E\u092A\u0928\u093E \u0915\u0930\u0947\u0902",mouseHoldKeyAuto:"\u0907\u0938 \u0905\u0928\u0941\u091A\u094D\u091B\u0947\u0926 \u0915\u093E \u0938\u0940\u0927\u0947 \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0947\u0902",mouseHoldKeyOff:"\u0915\u0941\u091B \u092E\u0924 \u0915\u0930\u094B",mouseHoldKeyOther:"\u0915\u0938\u094D\u091F\u092E \u0936\u0949\u0930\u094D\u091F\u0915\u091F \u0915\u0941\u0902\u091C\u093F\u092F\u093E\u0901 (\u0938\u0947\u091F\u093F\u0902\u0917\u094D\u0938 \u0916\u094B\u0932\u0947\u0902)",mouseHoldKeyCustomKey:"0\u0907\u0938 \u0905\u0928\u0941\u091A\u094D\u091B\u0947\u0926 \u0915\u093E {key} /\u092A\u0941\u0928\u0930\u094D\u0938\u094D\u0925\u093E\u092A\u0928\u093E \u0915\u0930\u0947\u0902",mouseHoverHoldKey:"\u092A\u0948\u0930\u093E\u0917\u094D\u0930\u093E\u092B \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u092E\u093E\u0909\u0938 \u0915\u094B \u0918\u0941\u092E\u093E\u090F\u0901 \u0914\u0930 \u0936\u0949\u0930\u094D\u091F\u0915\u091F \u0915\u0941\u0902\u091C\u0940 \u0926\u092C\u093E\u090F\u0901","mouse-translate":"\u092E\u093E\u0909\u0938 \u0915\u0947 \u090A\u092A\u0930",document:"\u0926\u0938\u094D\u0924\u093E\u0935\u0947\u091C\u093C",resetSuccess:"\u0938\u092D\u0940 \u0938\u0947\u091F\u093F\u0902\u0917\u094D\u0938 \u0938\u092B\u0932\u0924\u093E\u092A\u0942\u0930\u094D\u0935\u0915 \u0930\u0940\u0938\u0947\u091F \u0915\u0930\u0947\u0902",resetThisSuccess:"\u0930\u0940\u0938\u0947\u091F \u0938\u092B\u0932",saved:"\u0938\u092B\u0932\u0924\u093E\u092A\u0942\u0930\u094D\u0935\u0915 \u092C\u091A\u093E\u092F\u093E",successImportConfig:"\u0915\u0949\u0928\u094D\u092B\u093C\u093F\u0917\u0930\u0947\u0936\u0928 \u0938\u092B\u0932\u0924\u093E\u092A\u0942\u0930\u094D\u0935\u0915 \u0906\u092F\u093E\u0924 \u0915\u093F\u092F\u093E \u0917\u092F\u093E",goAdvancedSettings:"\u0909\u0928\u094D\u0928\u0924 \u0938\u0947\u091F\u093F\u0902\u0917 \u092A\u0943\u0937\u094D\u0920 \u092A\u0930 \u091C\u093E\u090F\u0901",goAdvancedInterfaceSettings:"\u0909\u0928\u094D\u0928\u0924 \u0905\u0928\u0941\u0915\u0942\u0932\u0928 \u0938\u0947\u091F\u093F\u0902\u0917 \u092A\u0943\u0937\u094D\u0920 \u092A\u0930 \u091C\u093E\u090F\u0901",advanced:"\u090F\u0921\u0935\u093E\u0902\u0938 \u0938\u0947\u091F\u093F\u0902\u0917",advancedDescription:"\u0906\u092E \u0924\u094C\u0930 \u092A\u0930, \u0915\u093F\u0938\u0940 \u0938\u0947\u091F\u093F\u0902\u0917 \u0915\u0940 \u0906\u0935\u0936\u094D\u092F\u0915\u0924\u093E \u0928\u0939\u0940\u0902 \u0939\u0948, \u092C\u0938 \u0921\u093F\u092B\u093C\u0949\u0932\u094D\u091F \u0930\u0916\u0947\u0902\u0964 \u0915\u0947\u0935\u0932 \u0905\u0927\u093F\u0915 \u092A\u0947\u0936\u0947\u0935\u0930 \u0909\u092A\u092F\u094B\u0917\u0915\u0930\u094D\u0924\u093E\u0913\u0902 \u0915\u0947 \u0932\u093F\u090F, \u0905\u0927\u093F\u0915 \u0935\u0948\u092F\u0915\u094D\u0924\u093F\u0915\u0943\u0924 \u0938\u0947\u091F\u093F\u0902\u0917\u094D\u0938 \u092A\u094D\u0930\u0926\u093E\u0928 \u0915\u0940 \u091C\u093E\u0924\u0940 \u0939\u0948\u0902\u0964",developer:"\u0921\u0947\u0935\u0932\u092A\u0930 \u0938\u0947\u091F\u093F\u0902\u0917\u094D\u0938",donateCafe:"\u0915\u0940\u092E\u0924","translate to the bottom of the page":"\u0935\u0947\u092C \u092A\u0947\u091C \u092E\u0947\u0902 \u092A\u094D\u0930\u0935\u0947\u0936 \u0915\u0930\u0928\u0947 \u0915\u0947 \u092C\u093E\u0926, \u0915\u094D\u092F\u093E \u0907\u0938\u0915\u093E \u0924\u0941\u0930\u0902\u0924 \u092A\u0943\u0937\u094D\u0920 \u0915\u0947 \u0928\u093F\u091A\u0932\u0947 \u092D\u093E\u0917 \u092E\u0947\u0902 \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u093F\u092F\u093E \u091C\u093E\u0924\u093E \u0939\u0948?",feedback:"\u092A\u094D\u0930\u0924\u093F\u0915\u094D\u0930\u093F\u092F\u093E",toggleTranslatePage:"\u0935\u0947\u092C \u092A\u0947\u091C \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0947\u0902/\u092E\u0942\u0932 \u092A\u093E\u0920 \u0926\u093F\u0916\u093E\u090F\u0902",translateToThePageEndImmediatelyDescription:"\u091A\u093E\u0932\u0942 \u0939\u094B\u0928\u0947 \u092A\u0930, \u0915\u093F\u0938\u0940 \u0935\u0947\u092C\u092A\u0947\u091C \u092E\u0947\u0902 \u092A\u094D\u0930\u0935\u0947\u0936 \u0915\u0930\u0928\u0947 \u092A\u0930 \u0938\u093E\u092E\u0917\u094D\u0930\u0940 \u0924\u0941\u0930\u0902\u0924 \u090A\u092A\u0930 \u0938\u0947 \u0928\u0940\u091A\u0947 \u0924\u0915 \u0905\u0928\u0941\u0935\u093E\u0926\u093F\u0924 \u0939\u094B \u091C\u093E\u090F\u0917\u0940\u0964 \u092F\u0926\u093F \u092C\u0902\u0926 \u0939\u0948, \u0924\u094B \u0906\u092A \u090F\u0915 \u0939\u0940 \u0938\u092E\u092F \u092E\u0947\u0902 \u092A\u0922\u093C \u0914\u0930 \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930 \u0938\u0915\u0924\u0947 \u0939\u0948\u0902\u0964 (\u091A\u093E\u0932\u0942 \u0915\u0930\u0928\u0947 \u0915\u0940 \u0905\u0928\u0941\u0936\u0902\u0938\u093E \u0928\u0939\u0940\u0902 \u0915\u0940 \u0917\u0908)","translate all areas of the page":"\u0935\u0947\u092C \u092A\u0947\u091C \u0915\u0947 \u0938\u092D\u0940 \u0915\u094D\u0937\u0947\u0924\u094D\u0930\u094B\u0902 \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0928\u093E \u0939\u0948 \u092F\u093E \u0928\u0939\u0940\u0902",translationAreaDescription:"\u091A\u093E\u0932\u0942 \u0939\u094B\u0928\u0947 \u092A\u0930, \u0938\u0902\u092A\u0942\u0930\u094D\u0923 \u0935\u0947\u092C \u092A\u0947\u091C \u0915\u0947 \u0938\u092D\u0940 \u0915\u094D\u0937\u0947\u0924\u094D\u0930\u094B\u0902 \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u093F\u092F\u093E \u091C\u093E\u090F\u0917\u093E\u0964 \u092F\u0926\u093F \u092C\u0902\u0926 \u0915\u093F\u092F\u093E \u091C\u093E\u0924\u093E \u0939\u0948, \u0924\u094B \u0921\u093F\u092B\u093C\u0949\u0932\u094D\u091F \u0938\u094D\u092E\u093E\u0930\u094D\u091F \u092A\u0939\u091A\u093E\u0928 \u0915\u093E \u0909\u092A\u092F\u094B\u0917 \u0915\u093F\u092F\u093E \u091C\u093E\u0924\u093E \u0939\u0948 \u0914\u0930 \u0915\u0947\u0935\u0932 \u092E\u0941\u0916\u094D\u092F \u0915\u094D\u0937\u0947\u0924\u094D\u0930 \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u093F\u092F\u093E \u091C\u093E\u0924\u093E \u0939\u0948\u0964 (\u091A\u093E\u0932\u0942 \u0915\u0930\u0928\u0947 \u0915\u0940 \u0905\u0928\u0941\u0936\u0902\u0938\u093E \u0928\u0939\u0940\u0902 \u0915\u0940 \u0917\u0908)","the number of characters to be translated first":"\u0926\u0943\u0936\u094D\u092F \u0915\u094D\u0937\u0947\u0924\u094D\u0930 \u0924\u0915 \u0938\u094D\u0915\u094D\u0930\u0949\u0932 \u0915\u0930\u0928\u0947 \u0915\u0940 \u092A\u094D\u0930\u0924\u0940\u0915\u094D\u0937\u093E \u0915\u093F\u090F \u092C\u093F\u0928\u093E \u092A\u0943\u0937\u094D\u0920 \u0915\u0947 \u092A\u0939\u0932\u0947 \u0915\u0941\u091B \u0935\u0930\u094D\u0923\u094B\u0902 \u0915\u093E \u0938\u0940\u0927\u0947 \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0947\u0902","interface language":"\u0907\u0902\u091F\u0930\u092B\u093C\u0947\u0938 \u092D\u093E\u0937\u093E","display both the original text and the translation":"\u092E\u0942\u0932 \u092A\u093E\u0920 \u0914\u0930 \u0905\u0928\u0941\u0935\u093E\u0926 \u090F\u0915 \u0938\u093E\u0925 \u092A\u094D\u0930\u0926\u0930\u094D\u0936\u093F\u0924 \u0915\u0930\u0947\u0902","keyboard shortcuts":"\u0915\u0941\u0902\u091C\u0940\u092A\u091F\u0932 \u0905\u0932\u094D\u092A \u092E\u093E\u0930\u094D\u0917",modify:"\u0936\u0949\u0930\u094D\u091F\u0915\u091F \u0915\u0941\u0902\u091C\u093F\u092F\u093E\u0901 \u0938\u0902\u0936\u094B\u0927\u093F\u0924 \u0915\u0930\u0947\u0902",reset:"\u0930\u0940\u0938\u0947\u091F",close:"\u092C\u0902\u0926",homepage:"\u0939\u094B\u092E \u092A\u0947\u091C",more:"\u0905\u0927\u093F\u0915",moreOptions:"\u0905\u0927\u093F\u0915 \u0905\u0928\u0941\u0915\u0942\u0932\u0928 \u0935\u093F\u0915\u0932\u094D\u092A\u094B\u0902 \u0915\u093E \u0935\u093F\u0938\u094D\u0924\u093E\u0930 \u0915\u0930\u0947\u0902",translateTheWholePage:"\u092A\u0943\u0937\u094D\u0920 \u0915\u0947 \u0938\u092D\u0940 \u0915\u094D\u0937\u0947\u0924\u094D\u0930\u094B\u0902 \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0947\u0902 (\u092C\u0941\u0926\u094D\u0927\u093F\u092E\u093E\u0928 \u092A\u0939\u091A\u093E\u0928 \u0915\u0947 \u092E\u0941\u0916\u094D\u092F \u0915\u094D\u0937\u0947\u0924\u094D\u0930\u094B\u0902 \u0938\u0947 \u092D\u093F\u0928\u094D\u0928)",changeToTranslateTheWholePage:"\u0938\u092D\u0940 \u0915\u094D\u0937\u0947\u0924\u094D\u0930\u094B\u0902 \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u0938\u094D\u0935\u093F\u091A \u0915\u0930\u0947\u0902",changeToTranslateTheMainPage:"\u0905\u0928\u0941\u0935\u093E\u0926 \u092E\u0941\u0916\u094D\u092F \u0915\u094D\u0937\u0947\u0924\u094D\u0930 \u092A\u0930 \u0938\u094D\u0935\u093F\u091A \u0915\u0930\u0947\u0902",changeToOnlyTranslationMode:"\u0915\u0947\u0935\u0932 \u0905\u0928\u0941\u0935\u093E\u0926 \u0926\u093F\u0916\u093E\u0928\u0947 \u092A\u0930 \u0938\u094D\u0935\u093F\u091A \u0915\u0930\u0947\u0902",changeToDualTranslationMode:"\u0926\u094D\u0935\u093F\u092D\u093E\u0937\u0940 \u0905\u0928\u0941\u0935\u093E\u0926 \u092A\u0930 \u0938\u094D\u0935\u093F\u091A \u0915\u0930\u0947\u0902",translateToThePageEndImmediately:"\u0924\u0941\u0930\u0902\u0924 \u092A\u0943\u0937\u094D\u0920 \u0915\u0947 \u0928\u0940\u091A\u0947 \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0947\u0902",translateTheMainPage:"\u092C\u0941\u0926\u094D\u0927\u093F\u092E\u093E\u0928 \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0947 \u092E\u0941\u0916\u094D\u092F \u0915\u094D\u0937\u0947\u0924\u094D\u0930","The local rules are up to date":"\u0938\u094D\u0925\u093E\u0928\u0940\u092F \u0905\u0928\u0941\u0915\u0942\u0932\u0928 \u0928\u093F\u092F\u092E \u0905\u0926\u094D\u092F\u0924\u093F\u0924 \u0939\u0948\u0902:","Successfully synchronized with the latest official rules:":"\u0928\u0935\u0940\u0928\u0924\u092E \u0906\u0927\u093F\u0915\u093E\u0930\u093F\u0915 \u0905\u0928\u0941\u0915\u0942\u0932\u0928 \u0928\u093F\u092F\u092E\u094B\u0902 \u0915\u094B \u0938\u092B\u0932\u0924\u093E\u092A\u0942\u0930\u094D\u0935\u0915 \u0938\u093F\u0902\u0915\u094D\u0930\u0928\u093E\u0907\u091C\u093C \u0915\u093F\u092F\u093E \u0917\u092F\u093E:","Checking for updates":"\u0905\u092A\u0921\u0947\u091F \u0915\u0947 \u0932\u093F\u090F \u091C\u093E\u0902\u091A \u0915\u0930 \u0930\u0939\u093E \u0939\u0948","Rules are being synchronized":"\u0905\u0928\u0941\u0915\u0942\u0932\u0928 \u0928\u093F\u092F\u092E\u094B\u0902 \u0915\u094B \u0938\u093F\u0902\u0915\u094D\u0930\u0928\u093E\u0907\u091C\u093C \u0915\u0930\u0928\u093E",localVersionIsTooOld:"\u0938\u094D\u0925\u093E\u0928\u0940\u092F \u090F\u0915\u094D\u0938\u091F\u0947\u0902\u0936\u0928 \u0938\u0902\u0938\u094D\u0915\u0930\u0923 \u092C\u0939\u0941\u0924 \u092A\u0941\u0930\u093E\u0928\u093E \u0939\u0948\u0964 \u0915\u0943\u092A\u092F\u093E \u090F\u0915\u094D\u0938\u091F\u0947\u0902\u0936\u0928 {minVersion} \u092F\u093E \u0928\u090F \u0938\u0902\u0938\u094D\u0915\u0930\u0923 \u092E\u0947\u0902 \u0905\u092A\u0917\u094D\u0930\u0947\u0921 \u0915\u0930\u0947\u0902 \u0914\u0930 \u092B\u093F\u0930 \u0938\u0947 \u0938\u093F\u0902\u0915\u094D\u0930\u0928\u093E\u0907\u091C\u093C\u0947\u0936\u0928 \u0915\u093E \u092A\u094D\u0930\u092F\u093E\u0938 \u0915\u0930\u0947\u0902\u0964",badUserscriptBrowser:"\u0935\u0930\u094D\u0924\u092E\u093E\u0928 \u092C\u094D\u0930\u093E\u0909\u091C\u093C\u0930 \u0917\u094D\u0930\u0940\u0938 \u092E\u0902\u0915\u0940 \u090F\u0915\u094D\u0938\u091F\u0947\u0902\u0936\u0928 \u0907\u0902\u091F\u0930\u092B\u093C\u0947\u0938 \u0915\u094B \u0938\u0939\u0940 \u0922\u0902\u0917 \u0938\u0947 \u0915\u093E\u0930\u094D\u092F\u093E\u0928\u094D\u0935\u093F\u0924 \u0928\u0939\u0940\u0902 \u0915\u0930\u0924\u093E \u0939\u0948 (\u091C\u0948\u0938\u0947 \u0915\u093F \u0917\u094D\u0930\u0940\u0938 \u092E\u0902\u0915\u0940 \u0938\u094D\u0915\u094D\u0930\u093F\u092A\u094D\u091F \u0915\u0940 \u0938\u0902\u0938\u094D\u0915\u0930\u0923 \u0938\u0902\u0916\u094D\u092F\u093E \u0915\u0940 \u091C\u093E\u0928\u0915\u093E\u0930\u0940 \u092A\u094D\u0930\u093E\u092A\u094D\u0924 \u0915\u0930\u0928\u093E), \u0915\u0943\u092A\u092F\u093E \u0905\u0928\u094D\u092F <1> \u0938\u092E\u0930\u094D\u0925\u0928 \u0917\u094D\u0930\u0940\u0938 \u092E\u0902\u0915\u0940 \u090F\u0915\u094D\u0938\u091F\u0947\u0902\u0936\u0928 \u0915\u093E \u0909\u092A\u092F\u094B\u0917 \u0915\u0930\u0947\u0902 \u092B\u093C\u093E\u092F\u0930\u092B\u093C\u0949\u0915\u094D\u0938 \u091C\u0948\u0938\u0947 \u092C\u094D\u0930\u093E\u0909\u091C\u093C\u0930",foundNewVersion:"\u0928\u092F\u093E \u0938\u0902\u0938\u094D\u0915\u0930\u0923 \u092E\u093F\u0932\u093E",theLocalExtensionIsUpToUpdate:"\u0935\u0930\u094D\u0924\u092E\u093E\u0928 \u090F\u0915\u094D\u0938\u091F\u0947\u0902\u0936\u0928 \u0928\u0935\u0940\u0928\u0924\u092E \u0938\u0902\u0938\u094D\u0915\u0930\u0923 \u0939\u0948.",failToSyncRules:"\u0928\u0935\u0940\u0928\u0924\u092E \u0905\u0928\u0941\u0915\u0942\u0932\u0928 \u0928\u093F\u092F\u092E\u094B\u0902 \u0915\u094B \u0938\u093F\u0902\u0915\u094D\u0930\u0928\u093E\u0907\u091C\u093C \u0915\u0930\u0928\u0947 \u092E\u0947\u0902 \u0935\u093F\u092B\u0932",retry:"\u092A\u0941\u0928\u0903 \u092A\u094D\u0930\u092F\u093E\u0938 \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u092F\u0939\u093E\u0902 \u092A\u0930 \u0915\u094D\u0932\u093F\u0915 \u0915\u0930\u0947\u0902",failedReason:"\u0905\u0938\u092B\u0932\u0924\u093E \u0915\u093E \u0915\u093E\u0930\u0923",currentRuleVersion:"\u0935\u0930\u094D\u0924\u092E\u093E\u0928 \u0928\u093F\u092F\u092E \u0938\u0902\u0938\u094D\u0915\u0930\u0923",calculating:"\u0917\u093F\u0928\u093E \u091C\u093E \u0930\u0939\u093E \u0939\u0948",unknownError:"\u0905\u091C\u094D\u091E\u093E\u0924 \u0917\u0932\u0924\u0940",canNotFetchRemoteRule:"\u0926\u0942\u0930\u0938\u094D\u0925 \u0928\u093F\u092F\u092E \u092A\u094D\u0930\u093E\u092A\u094D\u0924 \u0915\u0930\u0928\u0947 \u092E\u0947\u0902 \u0905\u0938\u092E\u0930\u094D\u0925",enableAlphaSuccess:"\u0905\u0932\u094D\u092B\u093C\u093E \u092B\u093C\u0902\u0915\u094D\u0936\u0928 \u091A\u093E\u0932\u0942 \u0939\u0941\u0906",disableAlphaSuccess:"\u0905\u0932\u094D\u092B\u093C\u093E \u0938\u0941\u0935\u093F\u0927\u093E \u092C\u0902\u0926 \u0915\u0930 \u0926\u0940 \u0917\u0908",cacheSize:"\u0915\u0948\u0936 \u0906\u0915\u093E\u0930\uFF1A",cleaning:"\u0938\u092B\u093E\u0908",cleanCache:"\u0915\u0948\u0936 \u0915\u094B \u0938\u093E\u092B\u093C \u0915\u0930\u0947\u0902",options:"\u0938\u094D\u0925\u093E\u092A\u093F\u0924 \u0915\u0930\u0928\u093E",about:"\u0915\u0947 \u092C\u093E\u0930\u0947 \u092E\u0947\u0902",service:"\u0905\u0928\u0941\u0935\u093E\u0926\u0928 \u0938\u0947\u0935\u093E",needAction:"(\u0938\u0947\u091F\u093F\u0902\u0917\u094D\u0938 \u092E\u0947\u0902 \u091C\u093E\u0913)",goSettings:"\u0938\u0947\u091F\u093F\u0902\u0917\u094D\u0938 \u092E\u0947\u0902 \u091C\u093E\u0913",needActionForOptions:"(\u0938\u0947\u091F \u0915\u0930\u0928\u0947 \u0915\u0940 \u0906\u0935\u0936\u094D\u092F\u0915\u0924\u093E \u0939\u0948)",translationEngine:"\u0907\u0902\u091C\u0928 \u0935\u093F\u0915\u0932\u094D\u092A",sourceLanguage:"\u0935\u093E\u0938\u094D\u0924\u0935\u093F\u0915 \u092D\u093E\u0937\u093E",target:"\u0932\u0915\u094D\u0937\u094D\u092F \u092D\u093E\u0937\u093E",popupSourceLanguage:"\u0935\u093E\u0938\u094D\u0924\u0935\u093F\u0915 \u092D\u093E\u0937\u093E",popupTarget:"\u0932\u0915\u094D\u0937\u094D\u092F \u092D\u093E\u0937\u093E",popupService:"\u0905\u0928\u0941\u0935\u093E\u0926\u0928 \u0938\u0947\u0935\u093E",forThisSite:"\u0935\u0930\u094D\u0924\u092E\u093E\u0928 \u0935\u0947\u092C\u0938\u093E\u0907\u091F",autoEnableSubtitle:"\u0926\u094D\u0935\u093F\u092D\u093E\u0937\u0940 \u0909\u092A\u0936\u0940\u0930\u094D\u0937\u0915 \u0938\u094D\u0935\u091A\u093E\u0932\u093F\u0924 \u0930\u0942\u092A \u0938\u0947 \u091A\u093E\u0932\u0942 \u0915\u0930\u0947\u0902",alwaysTranslate:"\u0939\u092E\u0947\u0936\u093E \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0947\u0902",neverTranslate:"\u0915\u092D\u0940 \u092D\u0940 \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0928 \u0915\u0930\u0947\u0902",alwaysTranslateSomeLanguage:"\u0939\u092E\u0947\u0936\u093E {language}\u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0947\u0902",neverTranslateSomeLanguage:"\u0915\u092D\u0940 \u092D\u0940 {language}\u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0928 \u0915\u0930\u0947\u0902",alwaysTranslateSomeSite:"\u0939\u092E\u0947\u0936\u093E {hostname}\u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0947\u0902",neverTranslateSomeSite:"\u0915\u092D\u0940 \u092D\u0940 {hostname}\u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0928 \u0915\u0930\u0947\u0902",alwaysTranslateSomeSiteOrWildSite:"\u0939\u092E\u0947\u0936\u093E \u0907\u0938 \u0938\u093E\u0907\u091F \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0947\u0902",alwaysTranslateSomePage:"\u0939\u092E\u0947\u0936\u093E \u0907\u0938 \u092A\u0943\u0937\u094D\u0920 \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0947\u0902",add:"\u0907\u0938\u092E\u0947\u0902 \u091C\u094B\u0921\u093C\u0947\u0902",default:"\u0917\u0932\u0924\u0940 \u0915\u0930\u0928\u093E",forThisLanguage:"\u0907\u0938 \u092D\u093E\u0937\u093E \u0915\u0947 \u0932\u093F\u090F\uFF1A","add url":"\u092F\u0942 \u0906\u0930 \u090F\u0932 \u0926\u0930\u094D\u091C \u0915\u0930\u094B",edit:"\u0938\u0902\u092A\u093E\u0926\u0928 \u0915\u0930\u0928\u093E","translate other languages into specific language":"\u0906\u092A\u0915\u0947 \u0926\u094D\u0935\u093E\u0930\u093E \u0928\u093F\u0930\u094D\u0927\u093E\u0930\u093F\u0924 \u092D\u093E\u0937\u093E \u092E\u0947\u0902 \u0905\u0928\u094D\u092F \u092D\u093E\u0937\u093E\u0913\u0902 \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0947\u0902","select translation service":"\u090F\u0915 \u0905\u0928\u0941\u0935\u093E\u0926 \u0938\u0947\u0935\u093E \u091A\u0941\u0928\u0947\u0902",language:"\u092D\u093E\u0937\u093E","show-original":"\u092E\u0942\u0932 \u092A\u093E\u0920 \u0926\u093F\u0916\u093E\u090F\u0901",translate:"\u0905\u0928\u0941\u0935\u093E\u0926",Translated:"\u0905\u0928\u0941\u0935\u093E\u0926",Translating:"\u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0928\u093E",Error:"\u0917\u0932\u0924\u0940",allowCacheTranslations:"\u0938\u094D\u0925\u093E\u0928\u0940\u092F \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0948\u0936\u093F\u0902\u0917 \u0938\u0915\u094D\u0937\u092E \u0915\u0930\u0947\u0902 (\u0921\u0941\u092A\u094D\u0932\u093F\u0915\u0947\u091F \u092A\u0948\u0930\u093E\u0917\u094D\u0930\u093E\u092B \u0915\u0947 \u0932\u093F\u090F \u0905\u0928\u0941\u0935\u093E\u0926 \u0905\u0928\u0941\u0930\u094B\u0927\u094B\u0902 \u0915\u094B \u0915\u092E \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F)","translation display":"\u0905\u0928\u0941\u0935\u093E\u0926 \u092A\u094D\u0930\u0926\u0930\u094D\u0936\u0928 \u0936\u0948\u0932\u0940","select diplay style":"\u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0940 \u0936\u0948\u0932\u0940 \u0915\u094B \u0905\u0932\u0917 \u0915\u0930\u0947\u0902\u0964 \u0935\u093F\u0935\u0930\u0923 \u0915\u0947 \u0932\u093F\u090F \u0915\u0943\u092A\u092F\u093E \u0928\u093F\u092E\u094D\u0928\u0932\u093F\u0916\u093F\u0924 \u0909\u0926\u093E\u0939\u0930\u0923 \u0926\u0947\u0916\u0947\u0902:",interface:"\u0907\u0902\u091F\u0930\u092B\u093C\u0947\u0938 \u0938\u0947\u091F\u093F\u0902\u0917\u094D\u0938",import_export:"\u0906\u092F\u093E\u0924 \u0914\u0930 \u0928\u093F\u0930\u094D\u092F\u093E\u0924",import_export_title:"\u0906\u092F\u093E\u0924/\u0928\u093F\u0930\u094D\u092F\u093E\u0924 \u0915\u0949\u0928\u094D\u092B\u093C\u093F\u0917\u0930\u0947\u0936\u0928",syncToGoogleDrive:"\u0905\u092D\u0940 Google Drive \u0915\u0947 \u0938\u093E\u0925 \u0938\u093F\u0902\u0915 \u0915\u0930\u0947\u0902",floatBallOptions:"\u0928\u093F\u0932\u0902\u092C\u093F\u0924 \u0917\u0947\u0902\u0926 \u0938\u0947\u091F\u093F\u0902\u0917\u094D\u0938","floatBallOptions.enable":"\u092B\u094D\u0932\u094B\u091F\u093F\u0902\u0917 \u092C\u0949\u0932 \u0938\u0915\u094D\u0937\u092E \u0915\u0930\u0947\u0902","floatBallOptions.blockUrls":"\u0935\u0947\u092C\u0938\u093E\u0907\u091F \u0905\u0915\u094D\u0937\u092E \u0915\u0930\u0947\u0902","floatBallOptions.add":"\u0907\u0938\u092E\u0947\u0902 \u091C\u094B\u0921\u093C\u0947\u0902","floatBallOptions.blockUrlDesc":"\u0928\u093F\u092E\u094D\u0928\u0932\u093F\u0916\u093F\u0924 \u0935\u0947\u092C\u0938\u093E\u0907\u091F\u094B\u0902 \u0915\u093E \u0938\u093E\u092E\u0928\u093E \u0915\u0930\u0928\u0947 \u092A\u0930 \u092B\u094D\u0932\u094B\u091F\u093F\u0902\u0917 \u092C\u0949\u0932 \u092A\u094D\u0930\u0926\u0930\u094D\u0936\u093F\u0924 \u0928\u0939\u0940\u0902 \u0939\u094B\u0917\u0940","floatBallOptions.clickType":"\u0935\u094D\u092F\u0935\u0939\u093E\u0930 \u092A\u0930 \u0915\u094D\u0932\u093F\u0915 \u0915\u0930\u0947\u0902","floatBallOptions.clickTypeDesc":"\u0915\u094D\u0932\u093F\u0915 \u0915\u0930\u0928\u0947 \u092A\u0930 \u092B\u094D\u0932\u094B\u091F\u093F\u0902\u0917 \u092C\u0949\u0932 \u0906\u0907\u0915\u0928 \u0915\u093E \u0935\u094D\u092F\u0935\u0939\u093E\u0930","floatBallOptions.clickPopup":"\u0905\u0928\u0941\u0935\u093E\u0926 \u092A\u0948\u0928\u0932 \u0926\u093F\u0916\u093E\u090F\u0901","floatBallOptions.clickTranslate":"\u092E\u0942\u0932 \u092A\u093E\u0920 \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0947\u0902/\u0926\u093F\u0916\u093E\u090F\u0901","floatBallOptions.fixedPosition":"\u56FA\u5B9A\u4F4D\u7F6E","floatBallOptions.fixedPositionDesc":"\u60AC\u6D6E\u7403\u5728\u7A97\u53E3\u5DE6\u4FA7\u8FD8\u662F\u53F3\u4FA7","floatBallOptions.fixedPositionLeft":"\u5DE6\u4FA7","floatBallOptions.fixedPositionRight":"\u53F3\u4FA7",previewAllThemes:"\u0938\u092D\u0940 \u0936\u0948\u0932\u093F\u092F\u094B\u0902 \u0915\u093E \u092A\u0942\u0930\u094D\u0935\u093E\u0935\u0932\u094B\u0915\u0928 \u0915\u0930\u0947\u0902","translationTheme.none":"\u0915\u094B\u0908 \u0928\u0939\u0940\u0902","translationTheme.grey":"\u0917\u0939\u0930\u093E \u092D\u0942\u0930\u093E","translationTheme.dashed":"\u0927\u0930\u093E\u0936\u093E\u092F\u0940 \u0930\u0947\u0916\u093E\u0902\u0915\u093F\u0924","translationTheme.dotted":"\u092C\u093F\u0902\u0926\u0940\u0926\u093E\u0930 \u0930\u0947\u0916\u093E\u0902\u0915\u0928","translationTheme.dashedBorder":"\u0927\u0930\u093E\u0936\u093E\u092F\u0940 \u0938\u0940\u092E\u093E","translationTheme.solidBorder":"\u0920\u094B\u0938 \u0938\u0940\u092E\u093E","translationTheme.underline":"\u0938\u0940\u0927\u0947 \u0930\u0947\u0916\u093E\u0902\u0915\u093F\u0924 \u0915\u0930\u0947\u0902","translationTheme.mask":"\u0927\u0941\u0902\u0927\u0932\u093E \u092A\u094D\u0930\u092D\u093E\u0935 (\u0938\u0940\u0916\u0928\u0947 \u0915\u093E \u0924\u0930\u0940\u0915\u093E)","translationTheme.opacity":"\u092A\u093E\u0930\u0926\u0930\u094D\u0936\u093F\u0924\u093E \u092A\u094D\u0930\u092D\u093E\u0935","translationTheme.paper":"\u0936\u094D\u0935\u0947\u0924 \u092A\u0924\u094D\u0930 \u091B\u093E\u092F\u093E \u092A\u094D\u0930\u092D\u093E\u0935","translationTheme.dividingLine":"\u0935\u093F\u092D\u093E\u091C\u0928 \u0930\u0947\u0916\u093E","translationTheme.highlight":"\u092A\u094D\u0930\u092E\u0941\u0916\u0924\u093E \u0938\u0947 \u0926\u093F\u0916\u093E\u0928\u093E","translationTheme.marker":"\u0928\u093F\u0936\u093E\u0928","translationTheme.marker2":"\u092E\u093E\u0930\u094D\u0915\u0930 2","translationTheme.blockquote":"\u0938\u0902\u0926\u0930\u094D\u092D \u0936\u0948\u0932\u0940","translationTheme.weakening":"\u0915\u092E\u091C\u094B\u0930","translationTheme.italic":"\u0924\u093F\u0930\u094D\u091B\u093E","translationTheme.bold":"\u092C\u094B\u0932\u094D\u0921","translationTheme.thinDashed":"\u092A\u0924\u0932\u0940 \u0927\u0930\u093E\u0936\u093E\u092F\u0940 \u0930\u0947\u0916\u093E\u0902\u0915\u0928","translationTheme.nativeDashed":"\u0938\u093F\u0938\u094D\u091F\u092E \u092C\u093F\u0902\u0926\u0940\u0926\u093E\u0930 \u0905\u0902\u0921\u0930\u0932\u093E\u0907\u0928 \u0915\u0947 \u0938\u093E\u0925 \u0906\u0924\u093E \u0939\u0948","translationTheme.nativeDotted":"\u0938\u093F\u0938\u094D\u091F\u092E \u092C\u093F\u0902\u0926\u0940\u0926\u093E\u0930 \u0905\u0902\u0921\u0930\u0932\u093E\u0907\u0928 \u0915\u0947 \u0938\u093E\u0925 \u0906\u0924\u093E \u0939\u0948","translationTheme.nativeUnderline":"\u0938\u093F\u0938\u094D\u091F\u092E \u0938\u0940\u0927\u0947 \u0905\u0902\u0921\u0930\u0932\u093E\u0907\u0928 \u0915\u0947 \u0938\u093E\u0925 \u0906\u0924\u093E \u0939\u0948","translationTheme.wavy":"\u0932\u0939\u0930\u0926\u093E\u0930 \u0930\u0947\u0916\u093E\u090F\u0901","translationServices.custom":"\u0915\u0938\u094D\u091F\u092E \u090F\u092A\u0940\u0906\u0908","translationServices.tencent":"\u091F\u0947\u0928\u0938\u0947\u0902\u091F \u0905\u0928\u0941\u0935\u093E\u0926\u0915","translationServices.tenAlpha":"Tencent \u0905\u0928\u0941\u0935\u093E\u0926\u0915 (\u0905\u0932\u094D\u092B\u093E)","translationServices.google":"\u0917\u0942\u0917\u0932 \u0905\u0928\u0941\u0935\u093E\u0926","translationServices.bai":"Baidu(\u0905\u0932\u094D\u092B\u093E)","translationServices.baidu":"Baidu \u0905\u0928\u0941\u0935\u093E\u0926\u0915","translationServices.aliyun":"\u0905\u0932\u0940\u092C\u093E\u092C\u093E \u0915\u094D\u0932\u093E\u0909\u0921 \u0905\u0928\u0941\u0935\u093E\u0926","translationServices.volc":"\u091C\u094D\u0935\u093E\u0932\u093E\u092E\u0941\u0916\u0940 \u0905\u0928\u0941\u0935\u093E\u0926","translationServices.deeplx":"\u0921\u0940\u092A\u090F\u0932\u090F\u0915\u094D\u0938(\u092C\u0940\u091F\u093E)","translationServices.bing":"\u092E\u093E\u0907\u0915\u094D\u0930\u094B\u0938\u0949\u092B\u094D\u091F \u0905\u0928\u0941\u0935\u093E\u0926\u0915","translationServices.deepl":"\u0921\u0940\u092A\u090F\u0932","translationServices.wechat":"\u0935\u0940\u091A\u0948\u091F \u0905\u0928\u0941\u0935\u093E\u0926","translationServices.azure":"\u0928\u0940\u0932\u093E \u0905\u0928\u0941\u0935\u093E\u0926","translationServices.ibm":"\u0906\u0908\u092C\u0940\u090F\u092E \u0935\u0949\u091F\u0938\u0928","translationServices.aws":"\u0905\u092E\u0947\u091C\u093C\u0928 \u0905\u0928\u0941\u0935\u093E\u0926","translationServices.mock":"\u0905\u0928\u0941\u0930\u0942\u092A\u093F\u0924 \u0905\u0928\u0941\u0935\u093E\u0926","translationServices.mock2":"\u0938\u093F\u092E\u094D\u092F\u0941\u0932\u0947\u091F\u0947\u0921 \u0905\u0928\u0941\u0935\u093E\u0926 2","translationServices.caiyun":"\u0915\u0948\u092F\u0941\u0928 \u0936\u093F\u092F\u093E\u0913\u092F\u0940","translationServices.cai":"\u0915\u0948\u092F\u0941\u0928 \u0936\u093F\u092F\u093E\u0913\u092F\u0940 (\u0905\u0932\u094D\u092B\u093E)","translationServices.volcAlpha":"\u091C\u094D\u0935\u093E\u0932\u093E\u092E\u0941\u0916\u0940 (\u0905\u0932\u094D\u092B\u093E)","translationServices.openl":"\u0913\u092A\u0928\u090F\u0932","translationServices.youdao":"Youdao \u0905\u0928\u0941\u0935\u093E\u0926","translationServices.you":"Youdao \u0905\u0928\u0941\u0935\u093E\u0926 (\u0905\u0932\u094D\u092B\u093E)","translationServices.transmart":"Tencent \u0907\u0902\u091F\u0930\u0948\u0915\u094D\u091F\u093F\u0935 \u0905\u0928\u0941\u0935\u093E\u0926","translationServices.niu":"\u092E\u093E\u0935\u0947\u0930\u093F\u0915\u094D\u0938 \u0905\u0928\u0941\u0935\u093E\u0926","translationServices.papago":"\u092A\u093E\u092A\u093E\u0917\u094B \u0905\u0928\u0941\u0935\u093E\u0926","translationServices.d":"\u0921\u0940(\u0905\u0932\u094D\u092B\u093E)","translationServices.dpro":"\u0921\u0940 \u092A\u094D\u0930\u094B (\u0915\u0948\u0928\u0930\u0940)","translationServices.openai":"\u0913\u092A\u0928\u090F\u0906\u0908","translationServices.chatgpt":"\u091A\u0948\u091F\u091C\u0940\u092A\u0940\u091F\u0940 \u0935\u0947\u092C(3.5 \u092E\u094B\u092C\u093E\u0907\u0932)","translate title":"\u092A\u0943\u0937\u094D\u0920 \u0936\u0940\u0930\u094D\u0937\u0915 \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0947\u0902","always languages":"\u0939\u092E\u0947\u0936\u093E \u0905\u0928\u0941\u0935\u093E\u0926\u093F\u0924 \u092D\u093E\u0937\u093E",neverTranslateLanguagesLabel:"\u0910\u0938\u0940 \u092D\u093E\u0937\u093E\u090F\u0901 \u091C\u093F\u0928\u0915\u093E \u0915\u092D\u0940 \u0905\u0928\u0941\u0935\u093E\u0926 \u0928\u0939\u0940\u0902 \u0939\u094B\u0924\u093E",neverTranslateTheFollowingLanguagesDescription:"\u091C\u092C \u092A\u0943\u0937\u094D\u0920 \u092E\u0947\u0902 \u0915\u094B\u0908 \u092A\u0948\u0930\u093E\u0917\u094D\u0930\u093E\u092B \u0928\u093F\u092E\u094D\u0928\u0932\u093F\u0916\u093F\u0924 \u092D\u093E\u0937\u093E\u0913\u0902 \u092E\u0947\u0902 \u0939\u094B\u0917\u093E \u0924\u094B \u0905\u0928\u0941\u0935\u093E\u0926 \u091B\u094B\u0921\u093C \u0926\u093F\u092F\u093E \u091C\u093E\u090F\u0917\u093E",enableUserscriptPagePopup:"\u092A\u0943\u0937\u094D\u0920 \u092A\u0930 \u0924\u0948\u0930\u0924\u0940 \u0939\u0941\u0908 \u0917\u0947\u0902\u0926 \u0926\u093F\u0916\u093E\u090F\u0901",enableUserscriptPagePopupDescription:"\u092B\u094D\u0932\u094B\u091F\u093F\u0902\u0917 \u092C\u0949\u0932 \u0915\u094B \u092C\u0902\u0926 \u0915\u0930\u0928\u0947 \u0915\u0947 \u092C\u093E\u0926 \u0906\u092A \u0909\u0938\u0947 \u091C\u0917\u093E\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u0936\u0949\u0930\u094D\u091F\u0915\u091F \u0915\u0941\u0902\u091C\u0940/{touch}\u0915\u093E \u0909\u092A\u092F\u094B\u0917 \u0915\u0930 \u0938\u0915\u0924\u0947 \u0939\u0948\u0902\u0964 \u0907\u0938 \u0935\u093F\u0915\u0932\u094D\u092A \u0915\u094B \u0917\u0932\u0924\u0940 \u0938\u0947 \u092C\u0902\u0926 \u0915\u0930\u0928\u0947 \u0915\u0947 \u092C\u093E\u0926 \u092B\u094D\u0932\u094B\u091F\u093F\u0902\u0917 \u092C\u0949\u0932 \u0915\u094B \u092E\u093F\u0932\u0928\u0947 \u0938\u0947 \u0930\u094B\u0915\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F, \u0907\u0938 \u0938\u0947\u091F\u093F\u0902\u0917 \u092A\u0947\u091C \u0915\u094B \u092C\u0941\u0915\u092E\u093E\u0930\u094D\u0915 \u0915\u0930\u0928\u0947 \u0915\u0940 \u092A\u0941\u0930\u091C\u094B\u0930 \u0905\u0928\u0941\u0936\u0902\u0938\u093E \u0915\u0940 \u091C\u093E\u0924\u0940 \u0939\u0948\u0964","always translate the following languages":"\u091C\u092C \u092A\u0943\u0937\u094D\u0920 \u0915\u0940 \u092D\u093E\u0937\u093E \u0928\u093F\u092E\u094D\u0928\u0932\u093F\u0916\u093F\u0924 \u092D\u093E\u0937\u093E\u0913\u0902 \u092E\u0947\u0902 \u0939\u094B\u0917\u0940, \u0924\u094B \u0907\u0938\u0947 \u0938\u094D\u0935\u091A\u093E\u0932\u093F\u0924 \u0930\u0942\u092A \u0938\u0947 \u0932\u0915\u094D\u0937\u094D\u092F \u092D\u093E\u0937\u093E \u092E\u0947\u0902 \u0905\u0928\u0941\u0935\u093E\u0926\u093F\u0924 \u0915\u093F\u092F\u093E \u091C\u093E\u090F\u0917\u093E","always sites":"\u0939\u092E\u0947\u0936\u093E \u0905\u0928\u0941\u0935\u093E\u0926\u093F\u0924 \u092F\u0942\u0906\u0930\u090F\u0932","always translate the following sites":"\u091C\u092C \u0935\u0947\u092C\u0938\u093E\u0907\u091F \u0928\u093F\u092E\u094D\u0928\u0932\u093F\u0916\u093F\u0924 \u0921\u094B\u092E\u0947\u0928 \u0928\u093E\u092E \u0915\u0940 \u0939\u094B\u0917\u0940, \u0924\u094B \u0907\u0938\u0947 \u0938\u094D\u0935\u091A\u093E\u0932\u093F\u0924 \u0930\u0942\u092A \u0938\u0947 \u0932\u0915\u094D\u0937\u094D\u092F \u092D\u093E\u0937\u093E \u092E\u0947\u0902 \u0905\u0928\u0941\u0935\u093E\u0926\u093F\u0924 \u0915\u093F\u092F\u093E \u091C\u093E\u090F\u0917\u093E","never sites":"\u0910\u0938\u0947 \u092F\u0942\u0906\u0930\u090F\u0932 \u091C\u093F\u0928\u0915\u093E \u0915\u092D\u0940 \u0905\u0928\u0941\u0935\u093E\u0926 \u0928\u0939\u0940\u0902 \u0915\u093F\u092F\u093E \u091C\u093E\u090F\u0917\u093E","never translate the following sites":"\u091C\u092C \u0935\u0947\u092C\u0938\u093E\u0907\u091F \u0928\u093F\u092E\u094D\u0928\u0932\u093F\u0916\u093F\u0924 \u0921\u094B\u092E\u0947\u0928 \u0928\u093E\u092E \u0915\u0940 \u0939\u094B \u0924\u094B \u0905\u0928\u0941\u0935\u093E\u0926 \u0928\u0939\u0940\u0902 \u0915\u093F\u092F\u093E \u091C\u093E\u090F\u0917\u093E","please refer to":"\u0909\u092A\u092F\u094B\u0917 \u0915\u0930\u0928\u0947 \u0938\u0947 \u092A\u0939\u0932\u0947 \u0906\u092A\u0915\u094B \u0915\u0941\u0902\u091C\u0940 \u092D\u0930\u0928\u0940 \u0939\u094B\u0917\u0940\u0964 \u0935\u093F\u0935\u0930\u0923 \u0915\u0947 \u0932\u093F\u090F, \u0915\u0943\u092A\u092F\u093E \u0926\u0947\u0916\u0947\u0902",KeyAndConfigurationTutorial:'"\u092E\u0941\u0916\u094D\u092F \u0905\u0928\u0941\u092A\u094D\u0930\u092F\u094B\u0917 \u0914\u0930 \u0915\u0949\u0928\u094D\u092B\u093C\u093F\u0917\u0930\u0947\u0936\u0928 \u091F\u094D\u092F\u0942\u091F\u094B\u0930\u093F\u092F\u0932"',useAboveStyleForTheseSites:"\u091C\u092C \u0935\u0947\u092C\u0938\u093E\u0907\u091F \u0928\u093F\u092E\u094D\u0928 \u0921\u094B\u092E\u0947\u0928 \u0928\u093E\u092E \u0939\u094B, \u0924\u094B \u0939\u092E\u0947\u0936\u093E \u2308{theme}\u230B \u0905\u0928\u0941\u0935\u093E\u0926 \u0936\u0948\u0932\u0940 \u0915\u093E \u0909\u092A\u092F\u094B\u0917 \u0915\u0930\u0947\u0902",currentUrl:"\u0935\u0930\u094D\u0924\u092E\u093E\u0928 \u092F\u0942\u0906\u0930\u090F\u0932",confirm:"\u092C\u091A\u093E\u0928\u093E",cancel:"\u0930\u0926\u094D\u0926 \u0915\u0930\u0928\u093E",delete:"\u092E\u093F\u091F\u093E\u0928\u093E","languages.auto":"\u0938\u094D\u0935\u091A\u093E\u0932\u093F\u0924 \u092A\u0939\u091A\u093E\u0928",syncToCloud:"Google Drive \u0938\u0947 \u0938\u093F\u0902\u0915 \u0915\u0930\u0947\u0902",syncToCloudDescription:"\u0915\u094D\u0932\u093E\u0909\u0921 \u092A\u0930 \u0905\u092A\u0932\u094B\u0921 \u0915\u0930\u0947\u0902, \u0914\u0930 \u0905\u0902\u0924\u093F\u092E \u0938\u0902\u0936\u094B\u0927\u0928 \u0938\u092E\u092F \u0915\u0947 \u0905\u0927\u0940\u0928, \u0915\u0949\u0928\u094D\u092B\u093C\u093F\u0917\u0930\u0947\u0936\u0928 \u0915\u094B \u0935\u093F\u092D\u093F\u0928\u094D\u0928 \u092C\u094D\u0930\u093E\u0909\u091C\u093C\u0930\u094B\u0902/\u0911\u092F\u0932 \u092E\u0902\u0915\u0940 \u0938\u094D\u0915\u094D\u0930\u093F\u092A\u094D\u091F \u0915\u0947 \u092C\u0940\u091A \u0938\u093F\u0902\u0915\u094D\u0930\u0928\u093E\u0907\u091C\u093C \u0915\u093F\u092F\u093E \u091C\u093E \u0938\u0915\u0924\u093E \u0939\u0948\u0964",syncToAccount:"\u0907\u092E\u0930\u094D\u0938\u093F\u0935 \u091F\u094D\u0930\u093E\u0902\u0938\u0932\u0947\u0936\u0928 \u0915\u094D\u0932\u093E\u0909\u0921 \u0938\u0947 \u0938\u093F\u0902\u0915 \u0915\u0930\u0947\u0902",syncToAccountButton:"\u0924\u0941\u0930\u0902\u0924 \u0915\u094D\u0932\u093E\u0909\u0921 \u0915\u0947 \u0938\u093E\u0925 \u0938\u093F\u0902\u0915 \u0915\u0930\u0947\u0902",syncToAccountDescription:"\u0905\u0902\u0924\u093F\u092E \u0938\u0902\u0936\u094B\u0927\u0928 \u0938\u092E\u092F \u0915\u0947 \u0906\u0927\u093E\u0930 \u092A\u0930, \u0935\u093F\u092D\u093F\u0928\u094D\u0928 \u0909\u092A\u0915\u0930\u0923\u094B\u0902 \u0915\u0947 \u092C\u0940\u091A \u0915\u0949\u0928\u094D\u092B\u093C\u093F\u0917\u0930\u0947\u0936\u0928 \u0915\u094B \u0938\u094D\u0935\u091A\u093E\u0932\u093F\u0924 \u0930\u0942\u092A \u0938\u0947 \u0938\u093F\u0902\u0915\u094D\u0930\u0928\u093E\u0907\u091C\u093C \u0915\u0930\u0947\u0902\u0964",successSyncConfigInAccount:"\u0915\u094D\u0932\u093E\u0909\u0921 \u0915\u0947 \u0938\u093E\u0925 \u0938\u092B\u0932\u0924\u093E\u092A\u0942\u0930\u094D\u0935\u0915 \u0938\u092E\u0928\u094D\u0935\u092F\u093F\u0924 \u0930\u0939\u0947\u0902",successSyncConfigToAccount:"\u0915\u094D\u0932\u093E\u0909\u0921 \u0915\u0947 \u0938\u093E\u0925 \u0938\u092B\u0932\u0924\u093E\u092A\u0942\u0930\u094D\u0935\u0915 \u0938\u092E\u0928\u094D\u0935\u092F\u093F\u0924 \u0915\u093F\u092F\u093E \u0917\u092F\u093E",syncConfigNoUpdate:"\u092A\u0939\u0932\u0947 \u0938\u0947 \u0939\u0940 \u0928\u0935\u0940\u0928\u0924\u092E",authFail:"\u092A\u094D\u0930\u092E\u093E\u0923\u0940\u0915\u0930\u0923 \u0935\u093F\u092B\u0932",syncTitle:"\u092E\u0948\u0928\u094D\u092F\u0941\u0905\u0932 \u092C\u0948\u0915\u0905\u092A \u092A\u094D\u0930\u092C\u0902\u0927\u0928",import_hint:"\u0906\u092F\u093E\u0924",upload:"\u0921\u093E\u0932\u0928\u093E",revokeAuth:"\u092A\u094D\u0930\u093E\u0927\u093F\u0915\u0930\u0923 \u0930\u0926\u094D\u0926 \u0915\u0930\u0947\u0902",uploadFail:"\u0905\u092A\u0932\u094B\u0921 \u0935\u093F\u092B\u0932",download:"\u0921\u093E\u0909\u0928\u0932\u094B\u0921 \u0915\u0930\u0928\u093E",importSuccess:"\u0906\u092F\u093E\u0924 \u0938\u092B\u0932",importFail:"\u0906\u092F\u093E\u0924 \u0935\u093F\u092B\u0932",deleteFail:"\u0939\u091F\u093E\u0928\u0947 \u092E\u0947\u0902 \u0935\u093F\u092B\u0932",backupToCloud:"\u092C\u0948\u0915\u0905\u092A \u092B\u093C\u093E\u0907\u0932\u094B\u0902 \u0915\u094B \u092E\u0948\u0928\u094D\u092F\u0941\u0905\u0932 \u0930\u0942\u092A \u0938\u0947 \u092A\u094D\u0930\u092C\u0902\u0927\u093F\u0924 \u0915\u0930\u0947\u0902",create_new_backup:"\u092C\u0948\u0915\u0905\u092A \u0928\u094B\u0921 \u091C\u094B\u0921\u093C\u0947\u0902",maxBackupFiles:"\u0905\u0927\u093F\u0915\u0924\u092E{count}\u0935\u093F\u092D\u093F\u0928\u094D\u0928 \u0928\u094B\u0921\u094D\u0938 \u0915\u093E \u092C\u0948\u0915\u0905\u092A \u0932\u093F\u092F\u093E \u091C\u093E \u0938\u0915\u0924\u093E \u0939\u0948, \u0915\u0943\u092A\u092F\u093E \u0905\u0928\u093E\u0935\u0936\u094D\u092F\u0915 \u0928\u094B\u0921\u094D\u0938 \u0939\u091F\u093E \u0926\u0947\u0902",backupToCloudDescription:"\u092C\u0948\u0915\u0905\u092A \u092B\u093C\u093E\u0907\u0932\u094B\u0902 \u0915\u094B \u092E\u0948\u0928\u094D\u092F\u0941\u0905\u0932 \u0930\u0942\u092A \u0938\u0947 \u0905\u092A\u0932\u094B\u0921 \u092F\u093E \u092A\u0941\u0928\u0930\u094D\u0938\u094D\u0925\u093E\u092A\u093F\u0924 \u0915\u0930\u0947\u0902, \u091C\u093F\u0938\u0938\u0947 3 \u0905\u0932\u0917-\u0905\u0932\u0917 \u092C\u0948\u0915\u0905\u092A \u0915\u0940 \u0905\u0928\u0941\u092E\u0924\u093F \u092E\u093F\u0932\u0924\u0940 \u0939\u0948",successSyncConfig:"\u0915\u094D\u0932\u093E\u0909\u0921 \u0915\u0947 \u0938\u093E\u0925 \u0938\u092B\u0932\u0924\u093E\u092A\u0942\u0930\u094D\u0935\u0915 \u0938\u092E\u0928\u094D\u0935\u092F\u093F\u0924 \u0930\u0939\u0947\u0902",syncFail:"\u0938\u092E\u0928\u094D\u0935\u092F\u0928 \u0935\u093F\u092B\u0932",updatedAt:"{date}\u092A\u0930 \u0905\u0926\u094D\u092F\u0924\u0928 \u0915\u093F\u092F\u093E \u0917\u092F\u093E",lastSyncedAt:"\u0905\u0902\u0924\u093F\u092E \u092C\u093E\u0930 {date}\u092A\u0930 \u091C\u093E\u0901\u091A \u0915\u0940 \u0917\u0908",downloadFail:"\u0921\u093E\u0909\u0928\u0932\u094B\u0921 \u0935\u093F\u092B\u0932",clickToDownload:"\u0921\u093E\u0909\u0928\u0932\u094B\u0921 \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u0915\u094D\u0932\u093F\u0915 \u0915\u0930\u0947\u0902",aboutLabel:"\u0915\u0947 \u092C\u093E\u0930\u0947 \u092E\u0947\u0902 - \u092A\u094D\u0930\u0924\u093F\u0915\u094D\u0930\u093F\u092F\u093E","browser.openAboutPage":"\u0915\u0947 \u092C\u093E\u0930\u0947 \u092E\u0947\u0902/\u092A\u094D\u0930\u0924\u093F\u0915\u094D\u0930\u093F\u092F\u093E",aboutLabelWithoutSponsor:"\u0915\u0947 \u092C\u093E\u0930\u0947 \u092E\u0947\u0902 - \u092A\u094D\u0930\u0924\u093F\u0915\u094D\u0930\u093F\u092F\u093E",aboutIntro:"\u092E\u0941\u091D\u0947 \u0906\u0936\u093E \u0939\u0948 \u0915\u093F \u0939\u092E \u0938\u092D\u0940 \u0907\u0902\u091F\u0930\u0928\u0947\u091F \u092A\u0930 \u0935\u093F\u0936\u093E\u0932 \u0935\u093F\u0926\u0947\u0936\u0940 \u092D\u093E\u0937\u093E \u0915\u0940 \u091C\u093E\u0928\u0915\u093E\u0930\u0940 \u0905\u0927\u093F\u0915 \u0906\u0938\u093E\u0928\u0940 \u0938\u0947 \u0914\u0930 \u0916\u0941\u0936\u0940 \u0938\u0947 \u092A\u094D\u0930\u093E\u092A\u094D\u0924 \u0915\u0930 \u0938\u0915\u0924\u0947 \u0939\u0948\u0902\u2764\uFE0F \u0906\u092A <6> \u092A\u094D\u0930\u094B \u0938\u0926\u0938\u094D\u092F\u0924\u093E \u0916\u094B\u0932\u0928\u093E \u091A\u0941\u0928 \u0938\u0915\u0924\u0947 \u0939\u0948\u0902 \u0921\u0940\u092A\u090F\u0932 \u0914\u0930 \u0913\u092A\u0928\u090F\u0906\u0908 \u0905\u0928\u0941\u0935\u093E\u0926\u094B\u0902 \u0915\u094B \u092C\u0949\u0915\u094D\u0938 \u0938\u0947 \u092C\u093E\u0939\u0930 \u0909\u092A\u092F\u094B\u0917 \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F\u0964

\u0939\u092E\u0947\u0902 <3>\u091F\u094D\u0935\u093F\u091F\u0930 \u092A\u0930 \u092B\u093C\u0949\u0932\u094B \u0915\u0930 \u0938\u0915\u0924\u0947 \u0939\u0948\u0902 ,<4>\u091F\u0947\u0932\u0940\u0917\u094D\u0930\u093E\u092E \u091A\u0948\u0928\u0932 , WeChat \u0938\u093E\u0930\u094D\u0935\u091C\u0928\u093F\u0915 \u0916\u093E\u0924\u093E, WeChat \u0938\u0902\u091A\u093E\u0930 \u0938\u092E\u0942\u0939, \u092F\u093E \u0928\u0940\u091A\u0947 <5> \u0908\u092E\u0947\u0932 \u0938\u0926\u0938\u094D\u092F\u0924\u093E \u0905\u092A\u0921\u0947\u091F \u091F\u094D\u0930\u0948\u0915 \u0915\u0930\u0947\u0902.
<7>\u092A\u094D\u0930\u094B \u0938\u0926\u0938\u094D\u092F \u0906\u092A \u090F\u0915\u094D\u0938\u092A\u094D\u0930\u0947\u0938 \u0917\u094D\u0930\u093E\u0939\u0915 \u0938\u0947\u0935\u093E \u0908\u092E\u0947\u0932 <8> support@immersivetranslate.com \u0938\u0947 \u0938\u0902\u092A\u0930\u094D\u0915 \u0915\u0930 \u0938\u0915\u0924\u0947 \u0939\u0948\u0902 \u0939\u092E\u093E\u0930\u0947 \u0938\u093E\u0925 \u091C\u0941\u0921\u093C\u0947\u0964",aboutIntroWithoutSponsor:"\u092E\u0941\u091D\u0947 \u0906\u0936\u093E \u0939\u0948 \u0915\u093F \u0939\u092E \u0938\u092D\u0940 \u0907\u0902\u091F\u0930\u0928\u0947\u091F \u092A\u0930 \u0935\u093F\u0936\u093E\u0932 \u092E\u093E\u0924\u094D\u0930\u093E \u092E\u0947\u0902 \u0935\u093F\u0926\u0947\u0936\u0940 \u092D\u093E\u0937\u093E \u0915\u0940 \u091C\u093E\u0928\u0915\u093E\u0930\u0940 \u0924\u0915 \u0906\u0938\u093E\u0928 \u0914\u0930 \u0905\u0927\u093F\u0915 \u0906\u0928\u0902\u0926\u0926\u093E\u092F\u0915 \u092A\u0939\u0941\u0902\u091A \u092A\u094D\u0930\u093E\u092A\u094D\u0924 \u0915\u0930 \u0938\u0915\u0924\u0947 \u0939\u0948\u0902 \u2764\uFE0F

\u0906\u092A \u0939\u092E\u0947\u0902 \u091F\u094D\u0935\u093F\u091F\u0930 \u092A\u0930 \u092B\u093C\u0949\u0932\u094B \u0915\u0930 \u0938\u0915\u0924\u0947 \u0939\u0948\u0902 <3> ,<4>\u091F\u0947\u0932\u0940\u0917\u094D\u0930\u093E\u092E \u091A\u0948\u0928\u0932 , WeChat \u0938\u093E\u0930\u094D\u0935\u091C\u0928\u093F\u0915 \u0916\u093E\u0924\u093E, WeChat \u0938\u0902\u091A\u093E\u0930 \u0938\u092E\u0942\u0939, \u092F\u093E \u0928\u0940\u091A\u0947 <5> \u0908\u092E\u0947\u0932 \u0938\u0926\u0938\u094D\u092F\u0924\u093E \u0905\u092A\u0921\u0947\u091F \u091F\u094D\u0930\u0948\u0915 \u0915\u0930\u0947\u0902.",projectHomepage:"\u092A\u094D\u0930\u094B\u091C\u0947\u0915\u094D\u091F \u0939\u094B\u092E \u092A\u0947\u091C",joinTelegramGroup:"\u092B\u093C\u0902\u0915\u094D\u0936\u0928 \u091A\u0930\u094D\u091A\u093E\u0913\u0902 \u092E\u0947\u0902 \u092D\u093E\u0917 \u0932\u0947\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u0909\u092A\u092F\u094B\u0917\u0915\u0930\u094D\u0924\u093E \u0938\u0902\u091A\u093E\u0930 \u0938\u092E\u0942\u0939 \u092E\u0947\u0902 \u0936\u093E\u092E\u093F\u0932 \u0939\u094B\u0902",wechatPublicAccount:"WeChat \u0938\u093E\u0930\u094D\u0935\u091C\u0928\u093F\u0915 \u0916\u093E\u0924\u093E",wechatCommunities:"WeChat \u0938\u0902\u091A\u093E\u0930 \u0938\u092E\u0942\u0939",qqCommunities:"QQ \u0938\u0902\u091A\u093E\u0930 \u091A\u0948\u0928\u0932",joinTelegramChannel:"\u0928\u0935\u0940\u0928\u0924\u092E \u0905\u092A\u0921\u0947\u091F \u0915\u0947 \u0932\u093F\u090F \u091F\u0947\u0932\u0940\u0917\u094D\u0930\u093E\u092E \u091A\u0948\u0928\u0932 \u0915\u094B \u092B\u0949\u0932\u094B \u0915\u0930\u0947\u0902",feedbackAndJoin:"\u0938\u092E\u0938\u094D\u092F\u093E \u092A\u094D\u0930\u0924\u093F\u0915\u094D\u0930\u093F\u092F\u093E/\u0938\u092E\u0942\u0939 \u092E\u0947\u0902 \u0936\u093E\u092E\u093F\u0932 \u0939\u094B\u0902",autoSync:"\u0938\u094D\u0935\u091A\u093E\u0932\u093F\u0924 \u0905\u0928\u0941\u0938\u0942\u091A\u093F\u0924 \u0924\u0941\u0932\u094D\u092F\u0915\u093E\u0932\u0928",loadingThemeTitle:"\u0932\u094B\u0921\u093F\u0902\u0917 \u0936\u0948\u0932\u0940",loadingThemeDescription:"\u0905\u0928\u0941\u0935\u093E\u0926 \u0932\u094B\u0921 \u0939\u094B\u0928\u0947 \u0915\u0940 \u092A\u094D\u0930\u0924\u0940\u0915\u094D\u0937\u093E \u0915\u0930\u0924\u0947 \u0938\u092E\u092F \u0936\u0948\u0932\u0940 \u0938\u0947\u091F \u0915\u0930\u0947\u0902","loadingTheme.spinner":"\u0935\u0943\u0924\u094D\u0924 \u090F\u0928\u0940\u092E\u0947\u0936\u0928","loadingTheme.text":"\u0938\u094D\u0925\u093F\u0930 \u092A\u093E\u0920... ","loadingTheme.none":"\u0928\u0939\u0940\u0902 \u0926\u093F\u0916\u093E\u0924\u0947",developerDescription:"\u0906\u092A \u092F\u0939\u093E\u0902 <1> \u092A\u0930 \u0915\u094D\u0932\u093F\u0915 \u0915\u0930 \u0938\u0915\u0924\u0947 \u0939\u0948\u0902 \u0909\u0928\u094D\u0928\u0924 \u0905\u0928\u0941\u0915\u0942\u0932\u0928 \u0938\u0947 \u0938\u0902\u092C\u0902\u0927\u093F\u0924 \u0926\u0938\u094D\u0924\u093E\u0935\u0947\u091C\u093C \u0926\u0947\u0916\u0947\u0902","edit border color":"\u092C\u0949\u0930\u094D\u0921\u0930 \u0915\u093E \u0930\u0902\u0917 \u0938\u0902\u0936\u094B\u0927\u093F\u0924 \u0915\u0930\u0947\u0902",successSyncButNoChange:"\u0935\u0930\u094D\u0924\u092E\u093E\u0928 \u0915\u0949\u0928\u094D\u092B\u093C\u093F\u0917\u0930\u0947\u0936\u0928 \u0915\u094D\u0932\u093E\u0909\u0921 \u0915\u0947 \u0905\u0928\u0941\u0930\u0942\u092A \u0939\u0948",customTheme:"\u0915\u0938\u094D\u091F\u092E \u0930\u0902\u0917 \u0914\u0930 \u0906\u0915\u093E\u0930","customThemeLabel.borderColor":"\u0938\u0940\u092E\u093E \u0930\u0902\u0917","customThemeLabel.borderRadius":"\u0938\u0940\u092E\u093E \u0917\u094B\u0932\u093E\u0915\u093E\u0930 \u0915\u094B\u0928\u0947","customThemeLabel.textColor":"\u092A\u093E\u0920 \u0915\u093E \u0930\u0902\u0917","customThemeLabel.backgroundColor":"\u092A\u0943\u0937\u094D\u0920\u092D\u0942\u092E\u093F \u0915\u093E \u0930\u0902\u0917","customThemeLabel.zoom":"\u092B\u093C\u0949\u0928\u094D\u091F \u0938\u094D\u0915\u0947\u0932\u093F\u0902\u0917 (%)","customThemeLabel.opacity":"\u092A\u093E\u0920 \u0905\u092A\u093E\u0930\u0926\u0930\u094D\u0936\u093F\u0924\u093E (%)",resetToDefaultColor:"\u0921\u093F\u092B\u093C\u0949\u0932\u094D\u091F \u0930\u0902\u0917 \u092A\u0930 \u0935\u093E\u092A\u0938 \u0932\u094C\u091F\u0947\u0902",resetToDefaultSettings:"\u0921\u093F\u092B\u093C\u0949\u0932\u094D\u091F \u0938\u0947\u091F\u093F\u0902\u0917\u094D\u0938 \u092A\u0930 \u0935\u093E\u092A\u0938 \u0932\u094C\u091F\u0947\u0902",isTranslateTitle:"\u0905\u0928\u0941\u0935\u093E\u0926\u093F\u0924 \u0935\u0947\u092C \u092A\u0947\u091C \u0936\u0940\u0930\u094D\u0937\u0915 \u091A\u093E\u0932\u0942 \u0915\u0930\u0947\u0902",isTranslateTitleDescription:"\u091A\u093E\u0932\u0942 \u0939\u094B\u0928\u0947 \u092A\u0930, \u0935\u0947\u092C \u092A\u0947\u091C \u0936\u0940\u0930\u094D\u0937\u0915 \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u093F\u092F\u093E \u091C\u093E\u090F\u0917\u093E",enableSearchEnhancement:"\u0926\u094D\u0935\u093F\u092D\u093E\u0937\u0940 \u0938\u0942\u091A\u0928\u093E \u0938\u0902\u0935\u0930\u094D\u0926\u094D\u0927\u0928 \u0938\u0915\u094D\u0937\u092E \u0915\u0930\u0947\u0902",enableSearchEnhancementDescription:'\u091A\u093E\u0932\u0942 \u0939\u094B\u0928\u0947 \u0915\u0947 \u092C\u093E\u0926, \u0905\u0902\u0917\u094D\u0930\u0947\u091C\u0940 \u0915\u0940\u0935\u0930\u094D\u0921 \u0938\u0947 \u0938\u0902\u092C\u0902\u0927\u093F\u0924 "Google \u0938\u092E\u093E\u091A\u093E\u0930" \u0916\u094B\u091C \u092A\u0930\u093F\u0923\u093E\u092E \u0938\u094D\u0935\u091A\u093E\u0932\u093F\u0924 \u0930\u0942\u092A \u0938\u0947 \u0938\u092E\u0930\u094D\u0925\u093F\u0924 \u0935\u0947\u092C\u0938\u093E\u0907\u091F\u094B\u0902 (Google \u0938\u092E\u093E\u091A\u093E\u0930, Google \u0916\u094B\u091C (\u0915\u0941\u091B \u0915\u0940\u0935\u0930\u094D\u0921), \u0938\u094D\u0928\u094B\u092C\u0949\u0932, \u0913\u0930\u093F\u090F\u0902\u091F\u0932 \u092B\u0949\u0930\u094D\u091A\u094D\u092F\u0942\u0928, \u092B\u093C\u0941\u091F\u0942, \u091F\u093E\u0907\u0917\u0930 \u0938\u092E\u0941\u0926\u093E\u092F) \u0915\u0947 \u0926\u093E\u0939\u093F\u0928\u0947 \u0915\u0949\u0932\u092E \u092E\u0947\u0902 \u092A\u094D\u0930\u0926\u0930\u094D\u0936\u093F\u0924 \u0939\u094B\u0902\u0917\u0947\u0964',verifyService:"\u0938\u0947\u0935\u093E \u0915\u093E \u092A\u0930\u0940\u0915\u094D\u0937\u0923 \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u092F\u0939\u093E\u0902 \u0915\u094D\u0932\u093F\u0915 \u0915\u0930\u0947\u0902",verified:"\u0938\u0924\u094D\u092F\u093E\u092A\u0928 \u0938\u092B\u0932","field.langs":"\u0938\u092E\u0930\u094D\u0925\u093F\u0924 \u092D\u093E\u0937\u093E \u0915\u094B\u0921","field.model":"\u0928\u092E\u0942\u0928\u093E","field.translationEngine":"\u0905\u0928\u0941\u0935\u093E\u0926 \u0907\u0902\u091C\u0928","field.limitPerMinute":"\u092A\u094D\u0930\u0924\u093F \u092E\u093F\u0928\u091F \u0905\u0928\u0941\u0930\u094B\u0927\u094B\u0902 \u0915\u0940 \u0905\u0927\u093F\u0915\u0924\u092E \u0938\u0902\u0916\u094D\u092F\u093E","field.limitPerSecond":"\u092A\u094D\u0930\u0924\u093F \u0938\u0947\u0915\u0902\u0921 \u0905\u0928\u0941\u0930\u094B\u0927\u094B\u0902 \u0915\u0940 \u0905\u0927\u093F\u0915\u0924\u092E \u0938\u0902\u0916\u094D\u092F\u093E","field.maxTextLengthPerRequest":"\u092A\u094D\u0930\u0924\u093F \u0905\u0928\u0941\u0930\u094B\u0927 \u0905\u0927\u093F\u0915\u0924\u092E \u092A\u093E\u0920 \u0932\u0902\u092C\u093E\u0908","field.maxTextGroupLengthPerRequest":"\u092A\u094D\u0930\u0924\u093F \u0905\u0928\u0941\u0930\u094B\u0927 \u092A\u0948\u0930\u093E\u0917\u094D\u0930\u093E\u092B \u0915\u0940 \u0905\u0927\u093F\u0915\u0924\u092E \u0938\u0902\u0916\u094D\u092F\u093E","field.apiUrl":"\u0915\u0938\u094D\u091F\u092E \u090F\u092A\u0940\u0906\u0908 \u0907\u0902\u091F\u0930\u092B\u093C\u0947\u0938 \u092A\u0924\u093E","field.placeholderDelimiters":"\u0906\u0930\u0915\u094D\u0937\u093F\u0924 \u092A\u094D\u0932\u0947\u0938\u0939\u094B\u0932\u094D\u0921\u0930","description.custom":"\u0915\u0938\u094D\u091F\u092E \u0907\u0902\u091F\u0930\u092B\u093C\u0947\u0938 \u090F\u0915\u094D\u0938\u0947\u0938 \u0915\u0947 \u0932\u093F\u090F \u0938\u0902\u0926\u0930\u094D\u092D \u0926\u0938\u094D\u0924\u093E\u0935\u0947\u091C\u093C\u094B\u0902 \u0915\u0940 \u0906\u0935\u0936\u094D\u092F\u0915\u0924\u093E \u0939\u0948","description.limitPerMinute":"\u091C\u092C \u0905\u0928\u0941\u0930\u094B\u0927\u094B\u0902 \u0915\u0940 \u0938\u0902\u0916\u094D\u092F\u093E \u0907\u0938 \u0938\u0940\u092E\u093E \u0938\u0947 \u0905\u0927\u093F\u0915 \u0939\u094B \u091C\u093E\u0924\u0940 \u0939\u0948, \u0924\u094B \u092F\u0939 \u0905\u0917\u0932\u0947 \u092E\u093F\u0928\u091F \u0915\u0940 \u0936\u0941\u0930\u0941\u0906\u0924 \u0924\u0915 \u0915\u0924\u093E\u0930 \u0938\u094D\u0925\u093F\u0924\u093F \u092E\u0947\u0902 \u092A\u094D\u0930\u0935\u0947\u0936 \u0915\u0930\u0947\u0917\u0940\u0964 OpenAI \u0915\u0940 \u0935\u0930\u094D\u0924\u092E\u093E\u0928 \u0938\u0947\u0935\u093E \u0915\u0940 \u0935\u093F\u092D\u093F\u0928\u094D\u0928 \u0938\u0940\u092E\u093E\u0913\u0902 \u0915\u0947 \u0915\u093E\u0930\u0923, \u0915\u0943\u092A\u092F\u093E \u092F\u0939\u093E\u0902 <1> \u0915\u094D\u0932\u093F\u0915 \u0915\u0930\u0947\u0902 \u0928\u0935\u0940\u0928\u0924\u092E \u0905\u0928\u0941\u0936\u0902\u0938\u093F\u0924 \u092E\u093E\u0928 \u0926\u0947\u0916\u0947\u0902","description.limitPerSecond":"\u091C\u092C \u0905\u0928\u0941\u0930\u094B\u0927\u094B\u0902 \u0915\u0940 \u0938\u0902\u0916\u094D\u092F\u093E \u0907\u0938 \u0938\u0940\u092E\u093E \u0938\u0947 \u0905\u0927\u093F\u0915 \u0939\u094B \u091C\u093E\u0924\u0940 \u0939\u0948, \u0924\u094B \u092F\u0939 \u0905\u0917\u0932\u0947 \u0938\u0947\u0915\u0902\u0921 \u0915\u0940 \u0936\u0941\u0930\u0941\u0906\u0924 \u0924\u0915 \u0915\u0924\u093E\u0930 \u0938\u094D\u0925\u093F\u0924\u093F \u092E\u0947\u0902 \u092A\u094D\u0930\u0935\u0947\u0936 \u0915\u0930\u0947\u0917\u0940\u0964 OpenAI \u0915\u0940 \u0935\u0930\u094D\u0924\u092E\u093E\u0928 \u0938\u0947\u0935\u093E \u0915\u0940 \u0935\u093F\u092D\u093F\u0928\u094D\u0928 \u0938\u0940\u092E\u093E\u0913\u0902 \u0915\u0947 \u0915\u093E\u0930\u0923, \u0915\u0943\u092A\u092F\u093E \u092F\u0939\u093E\u0902 <1> \u0915\u094D\u0932\u093F\u0915 \u0915\u0930\u0947\u0902 \u0928\u0935\u0940\u0928\u0924\u092E \u0905\u0928\u0941\u0936\u0902\u0938\u093F\u0924 \u092E\u093E\u0928 \u0926\u0947\u0916\u0947\u0902","description.generalLimitPerSecond":"\u091C\u092C \u0905\u0928\u0941\u0930\u094B\u0927\u094B\u0902 \u0915\u0940 \u0938\u0902\u0916\u094D\u092F\u093E \u0907\u0938 \u0938\u0940\u092E\u093E \u0938\u0947 \u0905\u0927\u093F\u0915 \u0939\u094B \u091C\u093E\u0924\u0940 \u0939\u0948, \u0924\u094B \u092F\u0939 \u0905\u0917\u0932\u0947 \u0938\u0947\u0915\u0902\u0921 \u0915\u0940 \u0936\u0941\u0930\u0941\u0906\u0924 \u0924\u0915 \u0915\u0924\u093E\u0930 \u0938\u094D\u0925\u093F\u0924\u093F \u092E\u0947\u0902 \u092A\u094D\u0930\u0935\u0947\u0936 \u0915\u0930\u0947\u0917\u0940\u0964","description.prompt":"\u0909\u092A\u092F\u094B\u0917\u0915\u0930\u094D\u0924\u093E \u0915\u0940 \u092A\u0939\u091A\u093E\u0928 \u092E\u0947\u0902 {service} \u0915\u094B \u092D\u0947\u091C\u0940 \u0917\u0908 \u0935\u093E\u0930\u094D\u0924\u093E\u0932\u093E\u092A, \u091C\u093F\u0938\u092E\u0947\u0902 {{text}} \u092A\u0948\u0930\u093E\u0917\u094D\u0930\u093E\u092B \u0915\u093E \u092A\u093E\u0920 \u0938\u093E\u092E\u0917\u094D\u0930\u0940 \u0915\u094B \u0926\u0930\u094D\u0936\u093E\u0924\u093E \u0939\u0948, {{from}} \u092A\u0948\u0930\u093E\u0917\u094D\u0930\u093E\u092B \u0915\u0940 \u092D\u093E\u0937\u093E \u0915\u094B \u0926\u0930\u094D\u0936\u093E\u0924\u093E \u0939\u0948, \u0914\u0930 {{to}} \u0932\u0915\u094D\u0937\u094D\u092F \u092D\u093E\u0937\u093E \u0915\u094B \u0926\u0930\u094D\u0936\u093E\u0924\u093E \u0939\u0948\u0964","description.maxTextLengthPerRequest":"\u092A\u094D\u0930\u0924\u093F \u0905\u0928\u0941\u0930\u094B\u0927 \u0935\u0930\u094D\u0923\u094B\u0902 \u0915\u0940 \u0905\u0927\u093F\u0915\u0924\u092E \u0938\u0902\u0916\u094D\u092F\u093E\u0964 \u092F\u0926\u093F \u092F\u0939 \u092C\u0939\u0941\u0924 \u092C\u0921\u093C\u093E \u0939\u0948, \u0924\u094B \u0907\u0902\u091F\u0930\u092B\u093C\u0947\u0938 \u0915\u0940 \u092A\u094D\u0930\u0924\u093F\u0915\u094D\u0930\u093F\u092F\u093E \u0927\u0940\u092E\u0940 \u0939\u094B \u091C\u093E\u090F\u0917\u0940, \u0907\u0938\u0932\u093F\u090F \u0906\u092A \u0917\u0924\u093F \u0915\u094B \u0905\u0928\u0941\u0915\u0942\u0932\u093F\u0924 \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u0907\u0938 \u0935\u093F\u0915\u0932\u094D\u092A \u0915\u094B \u0938\u092E\u093E\u092F\u094B\u091C\u093F\u0924 \u0915\u0930\u0928\u0947 \u0915\u093E \u092A\u094D\u0930\u092F\u093E\u0938 \u0915\u0930 \u0938\u0915\u0924\u0947 \u0939\u0948\u0902\u0964","description.systemPrompt":"\u0913\u092A\u0928\u090F\u0906\u0908 \u0915\u094B \u0938\u093F\u0938\u094D\u091F\u092E \u0915\u0947 \u0930\u0942\u092A \u092E\u0947\u0902 \u092C\u093E\u0924\u091A\u0940\u0924 \u092D\u0947\u091C\u0940 \u0917\u0908, \u091C\u0939\u093E\u0902 {{text}} \u092A\u0948\u0930\u093E\u0917\u094D\u0930\u093E\u092B \u0915\u0940 \u092A\u093E\u0920\u094D\u092F \u0938\u093E\u092E\u0917\u094D\u0930\u0940 \u0915\u093E \u092A\u094D\u0930\u0924\u093F\u0928\u093F\u0927\u093F\u0924\u094D\u0935 \u0915\u0930\u0924\u093E \u0939\u0948,{{from}} \u092A\u0948\u0930\u093E\u0917\u094D\u0930\u093E\u092B \u0915\u0940 \u092D\u093E\u0937\u093E \u0915\u093E \u092A\u094D\u0930\u0924\u093F\u0928\u093F\u0927\u093F\u0924\u094D\u0935 \u0915\u0930\u0924\u093E \u0939\u0948, \u0914\u0930{{to}} \u0932\u0915\u094D\u0937\u094D\u092F \u092D\u093E\u0937\u093E \u0915\u093E \u092A\u094D\u0930\u0924\u093F\u0928\u093F\u0927\u093F\u0924\u094D\u0935 \u0915\u0930\u0924\u093E \u0939\u0948","field.domain":"\u092E\u0948\u0926\u093E\u0928","description.domain":"\u0921\u093F\u092B\u093C\u0949\u0932\u094D\u091F\uFF1A\u0938\u093E\u092E\u093E\u0928\u094D\u092F \u0939\u0948. \u0907\u0938\u0947 \u0915\u0947\u0935\u0932 \u0924\u092D\u0940 \u0938\u0947\u091F \u0915\u093F\u092F\u093E \u091C\u093E \u0938\u0915\u0924\u093E \u0939\u0948 \u091C\u092C Youdao API \u0915\u0902\u0938\u094B\u0932 \u092E\u0947\u0902 \u0921\u094B\u092E\u0947\u0928-\u0906\u0927\u093E\u0930\u093F\u0924 \u0905\u0928\u0941\u0935\u093E\u0926 \u0938\u0915\u094D\u0937\u092E \u0939\u094B\u0964 \u0938\u092E\u0930\u094D\u0925\u093F\u0924 \u092B\u093C\u0940\u0932\u094D\u0921 \u0915\u0947 \u0932\u093F\u090F, \u0915\u0943\u092A\u092F\u093E \u092F\u0939\u093E\u0902 <1> \u0926\u0947\u0916\u0947\u0902\u0964","field.scene":"\u092A\u0930\u094D\u0926\u0947","description.scene":"\u0921\u093F\u092B\u093C\u0949\u0932\u094D\u091F\uFF1A\u0938\u093E\u092E\u093E\u0928\u094D\u092F \u0939\u0948. \u0907\u0938\u0947 \u0915\u0947\u0935\u0932 \u0924\u092D\u0940 \u0938\u0947\u091F \u0915\u093F\u092F\u093E \u091C\u093E \u0938\u0915\u0924\u093E \u0939\u0948 \u091C\u092C \u0905\u0932\u0940\u092C\u093E\u092C\u093E \u0915\u094D\u0932\u093E\u0909\u0921 \u090F\u092A\u0940\u0906\u0908 \u0915\u0902\u0938\u094B\u0932 \u092E\u0947\u0902 \u092E\u0936\u0940\u0928\u0940 \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u093E \u092A\u0947\u0936\u0947\u0935\u0930 \u0938\u0902\u0938\u094D\u0915\u0930\u0923 \u0938\u0915\u094D\u0930\u093F\u092F \u0939\u094B\u0964 \u0938\u092E\u0930\u094D\u0925\u093F\u0924 \u092A\u0930\u093F\u0926\u0943\u0936\u094D\u092F\u094B\u0902 \u0915\u0947 \u0932\u093F\u090F \u092F\u0939\u093E\u0902 <1> \u0926\u0947\u0916\u0947\u0902\u0964","field.vocabId":"\u0909\u092A\u092F\u094B\u0917\u0915\u0930\u094D\u0924\u093E \u0936\u092C\u094D\u0926\u0915\u094B\u0936 \u0906\u0908\u0921\u0940","description.vocabId":"\u0928\u093F\u0930\u094D\u0926\u093F\u0937\u094D\u091F \u0936\u092C\u094D\u0926\u0915\u094B\u0936 \u0906\u0909\u091F_\u0906\u0908\u0921\u0940 \u0935\u0930\u094D\u0924\u092E\u093E\u0928 \u092E\u0947\u0902 \u0905\u0902\u0917\u094D\u0930\u0947\u091C\u0940-\u091A\u0940\u0928\u0940 \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u093E \u0938\u092E\u0930\u094D\u0925\u0928 \u0915\u0930\u0924\u093E \u0939\u0948\u0964","description.model":"OpenAI \u0915\u093E \u092E\u0949\u0921\u0932 gpt-3.5-\u091F\u0930\u094D\u092C\u094B, gpt-4 \u0906\u0926\u093F \u0939\u094B \u0938\u0915\u0924\u093E \u0939\u0948\u0964","description.maxTextGroupLengthPerRequest":"\u0939\u0930 \u092C\u093E\u0930 \u0905\u0928\u0941\u0935\u093E\u0926 \u0938\u0947\u0935\u093E \u0915\u094B \u092D\u0947\u091C\u0947 \u0917\u090F \u092A\u0948\u0930\u093E\u0917\u094D\u0930\u093E\u092B\u094B\u0902 \u0915\u0940 \u0938\u0902\u0916\u094D\u092F\u093E\u0964 \u092F\u0926\u093F \u092C\u0939\u0941\u0924 \u0938\u093E\u0930\u0947 \u092A\u0948\u0930\u093E\u0917\u094D\u0930\u093E\u092B \u0939\u0948\u0902, \u0924\u094B \u0907\u0902\u091F\u0930\u092B\u093C\u0947\u0938 \u0915\u0940 \u092A\u094D\u0930\u0924\u093F\u0915\u094D\u0930\u093F\u092F\u093E \u0927\u0940\u092E\u0940 \u0939\u094B \u0938\u0915\u0924\u0940 \u0939\u0948\u0964","description.apiUrl":"\u0915\u0943\u092A\u092F\u093E \u092A\u0925 \u0915\u0947 \u0938\u093E\u0925 \u090F\u0915 \u0935\u093F\u0936\u093F\u0937\u094D\u091F \u092F\u0942\u0906\u0930\u090F\u0932 \u091C\u094B\u0921\u093C\u0947\u0902, <1> \u0905\u0927\u093F\u0915 \u0928\u093F\u0930\u094D\u0926\u0947\u0936",enabledExtension:"\u090F\u0915\u094D\u0938\u091F\u0947\u0902\u0936\u0928 \u0938\u0915\u094D\u0937\u092E",clickToDisableExtension:"\u090F\u0915\u094D\u0938\u091F\u0947\u0902\u0936\u0928 \u0905\u0915\u094D\u0937\u092E \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u0915\u094D\u0932\u093F\u0915 \u0915\u0930\u0947\u0902",clickToEnableExtension:"\u090F\u0915\u094D\u0938\u091F\u0947\u0902\u0936\u0928 \u0938\u0915\u094D\u0937\u092E \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u0915\u094D\u0932\u093F\u0915 \u0915\u0930\u0947\u0902",hasBeenDisabled:"\u0905\u0915\u094D\u0937\u092E","show password":"\u092A\u093E\u0938\u0935\u0930\u094D\u0921 \u0926\u093F\u0916\u093E\u090F",customContent:"\u0915\u0938\u094D\u091F\u092E \u092E\u0949\u0921\u0932 \u0928\u093E\u092E \u0926\u0930\u094D\u091C \u0915\u0930\u0947\u0902",inputOptions:"\u0907\u0928\u092A\u0941\u091F \u092C\u0949\u0915\u094D\u0938 \u0938\u0902\u0935\u0930\u094D\u0926\u094D\u0927\u0928",mouseHoverOptions:"\u092E\u093E\u0909\u0938 \u0915\u0947 \u090A\u092A\u0930",modifyMouseHoverKey:"\u092E\u093E\u0909\u0938\u0913\u0935\u0930 \u0936\u0949\u0930\u094D\u091F\u0915\u091F \u0915\u0941\u0902\u091C\u093F\u092F\u094B\u0902 \u0915\u094B \u0938\u0902\u0936\u094B\u0927\u093F\u0924 \u0915\u0930\u0947\u0902",enableInputTranslation:"\u0907\u0928\u092A\u0941\u091F \u092C\u0949\u0915\u094D\u0938 \u090F\u0928\u094D\u0939\u093E\u0902\u0938\u092E\u0947\u0902\u091F \u0938\u0915\u094D\u0937\u092E \u0915\u0930\u0928\u093E \u0939\u0948 \u092F\u093E \u0928\u0939\u0940\u0902",enableInputTranslationDescription:"{trailingKey}\u0938\u0915\u094D\u0937\u092E \u0915\u0930\u0928\u0947 \u0915\u0947 \u092C\u093E\u0926, \u0938\u0940\u0927\u0947 \u0907\u0928\u092A\u0941\u091F \u092C\u0949\u0915\u094D\u0938 \u092E\u0947\u0902 {startingKey}{startingKey} \u0939\u0948\u0932\u094B \u0926\u0930\u094D\u091C \u0915\u0930\u0947\u0902, \u0914\u0930 \u092B\u093F\u0930 \u0907\u0938\u0947 {inputTargetLanguage}\u092E\u0947\u0902 \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u091C\u0932\u094D\u0926\u0940 \u0938\u0947{inputTrailingTriggerKeyRepeatTimes}\u092A\u0930 \u0926\u094B \u092C\u093E\u0930 \u0915\u094D\u0932\u093F\u0915 \u0915\u0930\u0947\u0902\u0964",enableInputTranslationDescriptionForNoneKey:"\u0907\u0938\u0947 \u0938\u0915\u094D\u0937\u092E \u0915\u0930\u0928\u0947{trailingKey}, \u0938\u0940\u0927\u0947 \u0907\u0928\u092A\u0941\u091F \u092C\u0949\u0915\u094D\u0938 \u092E\u0947\u0902\uFF1A\u0939\u0948\u0932\u094B \u0935\u0930\u094D\u0932\u094D\u0921 \u0926\u0930\u094D\u091C \u0915\u0930\u0947\u0902, \u0914\u0930 \u092B\u093F\u0930 \u0921\u093F\u092B\u093C\u0949\u0932\u094D\u091F \u0932\u0915\u094D\u0937\u094D\u092F \u092D\u093E\u0937\u093E \u092E\u0947\u0902 \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u091C\u0932\u094D\u0926\u0940 \u0938\u0947{inputTrailingTriggerKeyRepeatTimes}\u092C\u093E\u0930 \u0915\u094D\u0932\u093F\u0915 \u0915\u0930\u0947\u0902\u0964",inputTargetLanguage:"\u0907\u0928\u092A\u0941\u091F \u092C\u0949\u0915\u094D\u0938 \u0915\u0940 \u0921\u093F\u092B\u093C\u0949\u0932\u094D\u091F \u0932\u0915\u094D\u0937\u094D\u092F \u092D\u093E\u0937\u093E \u0938\u0947\u091F \u0915\u0930\u0947\u0902",inputTargetLanguageDescription:"\u0907\u0928\u092A\u0941\u091F \u092C\u0949\u0915\u094D\u0938 \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0947 \u0932\u093F\u090F \u0921\u093F\u092B\u093C\u0949\u0932\u094D\u091F \u0932\u0915\u094D\u0937\u094D\u092F \u092D\u093E\u0937\u093E, \u091C\u094B \u091F\u094D\u0930\u093F\u0917\u0930 \u0936\u092C\u094D\u0926\u094B\u0902 \u0915\u0947 \u0932\u093F\u090F \u0921\u093F\u092B\u093C\u0949\u0932\u094D\u091F \u092D\u093E\u0937\u093E \u0915\u0947 \u0930\u0942\u092A \u092E\u0947\u0902 {startingKey}{startingKey} \u0939\u0948",inputTargetLanguageDescriptionForNoneKey:"\u0907\u0928\u092A\u0941\u091F \u092C\u0949\u0915\u094D\u0938 \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0947 \u0932\u093F\u090F \u0921\u093F\u092B\u093C\u0949\u0932\u094D\u091F \u0932\u0915\u094D\u0937\u094D\u092F \u092D\u093E\u0937\u093E",inputStartingTriggerKeyTitle:"\u0907\u0928\u092A\u0941\u091F \u092C\u0949\u0915\u094D\u0938 \u0915\u0947 \u0906\u0902\u0936\u093F\u0915 \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0947 \u0932\u093F\u090F \u0935\u093F\u092D\u093E\u091C\u0928 \u0935\u0930\u094D\u0923 \u0938\u0947\u091F \u0915\u0930\u0947\u0902",inputStartingTriggerKeyDescription:"\u091C\u092C \u0906\u092A\u0915\u094B \u092A\u0942\u0930\u0947 \u0907\u0928\u092A\u0941\u091F \u092C\u0949\u0915\u094D\u0938 \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0928\u0947 \u0915\u0940 \u0906\u0935\u0936\u094D\u092F\u0915\u0924\u093E \u0928\u0939\u0940\u0902 \u0939\u094B\u0924\u0940 \u0939\u0948, \u0924\u094B \u0921\u093F\u0932\u0940\u092E\u0940\u091F\u0930 \u0906\u092A\u0915\u094B \u0915\u0947\u0935\u0932 {startingKey}{startingKey} \u0938\u0947 \u0907\u0928\u092A\u0941\u091F \u092C\u0949\u0915\u094D\u0938 \u0915\u0947 \u0905\u0902\u0924 \u0924\u0915 \u0915\u0947 \u092D\u093E\u0917 \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0928\u0947 \u0915\u0940 \u0905\u0928\u0941\u092E\u0924\u093F \u0926\u0947\u0924\u093E \u0939\u0948, \u092F\u093E \u0906\u092A \u092D\u093E\u0937\u093E \u0915\u094B\u0921 \u0928\u093F\u0930\u094D\u0926\u093F\u0937\u094D\u091F \u0915\u0930 \u0938\u0915\u0924\u0947 \u0939\u0948\u0902, \u0909\u0926\u093E\u0939\u0930\u0923 \u0915\u0947 \u0932\u093F\u090F,\uFF1A{startingKey}ja \u0915\u093E \u0905\u0930\u094D\u0925 \u0915\u0947\u0935\u0932 \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0928\u093E \u0939\u0948 {startingKey}ja \u0938\u0947 \u0907\u0928\u092A\u0941\u091F \u092C\u0949\u0915\u094D\u0938 \u0915\u0947 \u0905\u0902\u0924 \u0924\u0915 \u0915\u093E \u092D\u093E\u0917\u0964",inputStartingTriggerKeyDescriptionForNoneKey:"\u0935\u0930\u094D\u0924\u092E\u093E\u0928 \u092E\u0947\u0902 \u0907\u0938\u0947 \u0915\u093F\u0938\u0940 \u0909\u092A\u0938\u0930\u094D\u0917 \u0915\u0940 \u0906\u0935\u0936\u094D\u092F\u0915\u0924\u093E \u0928\u0939\u0940\u0902 \u0939\u0948, \u0914\u0930 \u0907\u0928\u092A\u0941\u091F \u092C\u0949\u0915\u094D\u0938 \u0915\u0947 \u0915\u0941\u091B \u092A\u093E\u0920 \u0905\u0928\u0941\u0935\u093E\u0926 \u092B\u093C\u0902\u0915\u094D\u0936\u0928 \u0905\u0938\u094D\u0925\u093E\u092F\u0940 \u0930\u0942\u092A \u0938\u0947 \u0905\u0928\u0941\u092A\u0932\u092C\u094D\u0927 \u0939\u0948\u0902\u0964",inputTrailingTriggerKeyTitle:"\u090F\u0915 \u091F\u094D\u0930\u093F\u0917\u0930 \u0935\u0930\u094D\u0923 \u091A\u0941\u0928\u0947\u0902 \u091C\u094B \u0907\u0928\u092A\u0941\u091F \u0915\u094B \u0938\u092E\u093E\u092A\u094D\u0924 \u0915\u0930\u0924\u093E \u0939\u0948",inputTrailingTriggerKeyDescription:"\u0924\u094D\u0935\u0930\u093F\u0924 \u0909\u0924\u094D\u0924\u0930\u093E\u0927\u093F\u0915\u093E\u0930 \u092E\u0947\u0902{trailingKey} 3 \u092C\u093E\u0930 \u0939\u093F\u091F \u0915\u0930\u0928\u0947 \u0938\u0947 \u0905\u0928\u0941\u0935\u093E\u0926 \u0936\u0941\u0930\u0942 \u0939\u094B \u091C\u093E\u090F\u0917\u093E",inputTrailingTriggerKeyTimeout:"\u0915\u0949\u092E\u094D\u092C\u094B \u0915\u094B \u0938\u092E\u093E\u092A\u094D\u0924 \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u091F\u094D\u0930\u093F\u0917\u0930\u094D\u0938 \u0915\u0947 \u092C\u0940\u091A \u0905\u0902\u0924\u0930\u093E\u0932 \u0926\u0930\u094D\u091C \u0915\u0930\u0947\u0902\u0964",inputTrailingTriggerKeyTimeoutDescription:"\u0915\u0949\u092E\u094D\u092C\u094B \u091F\u094D\u0930\u093F\u0917\u0930 \u0915\u094B \u0938\u092E\u093E\u092A\u094D\u0924 \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u0907\u0928\u092A\u0941\u091F \u0915\u0947 \u0932\u093F\u090F \u0905\u0902\u0924\u0930\u093E\u0932 \u0938\u092E\u092F (\u092E\u093F\u0932\u0940\u0938\u0947\u0915\u0902\u0921) \u0928\u093F\u0930\u094D\u0927\u093E\u0930\u093F\u0924 \u0915\u0930\u0947\u0902",spaceKey:"<\u0938\u094D\u092A\u0947\u0938\u092C\u093E\u0930>",noneKey:"\u0915\u093F\u0938\u0940 \u0909\u092A\u0938\u0930\u094D\u0917 \u0915\u0940 \u0906\u0935\u0936\u094D\u092F\u0915\u0924\u093E \u0928\u0939\u0940\u0902 \u0939\u0948, \u0938\u0940\u0927\u0947 \u0938\u0902\u092A\u0942\u0930\u094D\u0923 \u091F\u0947\u0915\u094D\u0938\u094D\u091F \u092C\u0949\u0915\u094D\u0938 \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0947\u0902",inputTranslationBlockUrlsTitle:"\u092F\u0942\u0906\u0930\u090F\u0932 \u092E\u0947\u0902 \u0907\u0928\u092A\u0941\u091F \u092B\u093C\u0940\u0932\u094D\u0921 \u090F\u0928\u094D\u0939\u093E\u0902\u0938\u092E\u0947\u0902\u091F \u0915\u094B \u0915\u092D\u0940 \u092D\u0940 \u0938\u0915\u094D\u0937\u092E \u0928 \u0915\u0930\u0947\u0902",inputTranslationBlockUrlsDescription:"\u0928\u093F\u092E\u094D\u0928\u0932\u093F\u0916\u093F\u0924 \u092F\u0942\u0906\u0930\u090F\u0932 \u092E\u0947\u0902, \u0907\u0928\u092A\u0941\u091F \u092C\u0949\u0915\u094D\u0938 \u090F\u0928\u094D\u0939\u093E\u0902\u0938\u092E\u0947\u0902\u091F \u092A\u094D\u0930\u092D\u093E\u0935\u0940 \u0928\u0939\u0940\u0902 \u0939\u094B\u0917\u093E",clickToSeeQuickDemo:"30 \u0938\u0947\u0915\u0902\u0921 \u0915\u0947 \u0924\u094D\u0935\u0930\u093F\u0924 \u0928\u093F\u0930\u094D\u0926\u0947\u0936 \u0935\u0940\u0921\u093F\u092F\u094B \u0915\u093E \u0935\u093F\u0938\u094D\u0924\u093E\u0930 \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u0915\u094D\u0932\u093F\u0915 \u0915\u0930\u0947\u0902",inputHelperInfo:"\u0928\u094B\u091F\uFF1A: \u0939\u092E\u0928\u0947 \u0935\u093F\u0936\u0947\u0937 \u0930\u0942\u092A \u0938\u0947 \u0909\u0938 \u092E\u0941\u0926\u094D\u0926\u0947 \u0915\u094B \u0905\u0928\u0941\u0915\u0942\u0932\u093F\u0924 \u0915\u093F\u092F\u093E \u0939\u0948 \u091C\u0939\u093E\u0902 \u0915\u0941\u091B \u091F\u094D\u0930\u093F\u0917\u0930 \u0935\u0930\u094D\u0923 \u091A\u0940\u0928\u0940 \u0907\u0928\u092A\u0941\u091F \u092A\u0926\u094D\u0927\u0924\u093F \u0915\u0947 \u0924\u0939\u0924 \u091A\u0940\u0928\u0940 \u0935\u093F\u0930\u093E\u092E \u091A\u093F\u0939\u094D\u0928\u094B\u0902 \u092E\u0947\u0902 \u092C\u0926\u0932 \u091C\u093E\u090F\u0902\u0917\u0947\u0964 \u0909\u0926\u093E\u0939\u0930\u0923 \u0915\u0947 \u0932\u093F\u090F, \u0938\u094B\u0917\u094C \u0907\u0928\u092A\u0941\u091F \u092A\u0926\u094D\u0927\u0924\u093F \u0915\u0947 \u0924\u0939\u0924, / \u090F\u0915 \u0935\u093F\u0930\u093E\u092E \u092E\u0947\u0902 \u092C\u0926\u0932 \u091C\u093E\u090F\u0917\u093E, \u0914\u0930 \u0907\u092E\u0930\u094D\u0938\u093F\u0935 \u0905\u0928\u0941\u0935\u093E\u0926 \u0938\u0902\u092C\u0902\u0927\u093F\u0924 \u0938\u092D\u0940 \u091A\u0940\u0928\u0940 \u092A\u094D\u0930\u0924\u0940\u0915\u094B\u0902 \u0915\u093E \u0938\u092E\u0930\u094D\u0925\u0928 \u0915\u0930\u0924\u093E \u0939\u0948 \u091F\u094D\u0930\u093F\u0917\u0930 \u0935\u0930\u094D\u0923\u0964 , \u092F\u093E\u0928\u0940, //,, \u0914\u0930 \u0938\u092D\u0940 \u0915\u094B \u091F\u094D\u0930\u093F\u0917\u0930 \u0935\u0930\u094D\u0923 \u0915\u0947 \u0930\u0942\u092A \u092E\u0947\u0902 \u092A\u0939\u091A\u093E\u0928\u093E \u091C\u093E\u090F\u0917\u093E\u0964

\u0938\u093E\u0925 \u0939\u0940, \u0939\u092E \u0915\u092E\u093E\u0902\u0921 \u0915\u0947 \u0930\u0942\u092A \u092E\u0947\u0902 \u092D\u093E\u0937\u093E \u0915\u094B\u0921 \u0915\u0947 \u091A\u0940\u0928\u0940 \u0909\u092A\u0928\u093E\u092E\u094B\u0902 \u0915\u093E \u092D\u0940 \u0938\u092E\u0930\u094D\u0925\u0928 \u0915\u0930\u0924\u0947 \u0939\u0948\u0902\u0964 \u0909\u0926\u093E\u0939\u0930\u0923 \u0915\u0947 \u0932\u093F\u090F, /\u091C\u093E\u092A\u093E\u0928\u0940 \u0939\u0948\u0932\u094B \u0935\u0930\u094D\u0932\u094D\u0921 \u0915\u093E \u091C\u093E\u092A\u093E\u0928\u0940 \u092E\u0947\u0902 \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u093F\u092F\u093E \u091C\u093E\u090F\u0917\u093E\u0964 <1> \u0938\u092D\u0940 \u0938\u092E\u0930\u094D\u0925\u093F\u0924 \u092D\u093E\u0937\u093E \u0915\u094B\u0921 \u0926\u0947\u0916\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u092F\u0939\u093E\u0902 \u0915\u094D\u0932\u093F\u0915 \u0915\u0930\u0947\u0902\u0964 .",reloadCurrentPage:"\u0915\u0943\u092A\u092F\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0936\u0941\u0930\u0942 \u0915\u0930\u0928\u0947 \u0938\u0947 \u092A\u0939\u0932\u0947 \u0935\u0930\u094D\u0924\u092E\u093E\u0928 \u092A\u0943\u0937\u094D\u0920 \u0915\u094B \u0924\u093E\u091C\u093C\u093E \u0915\u0930\u0947\u0902",noLocalFilePermissionForPDF:"\u0935\u0930\u094D\u0924\u092E\u093E\u0928 \u092E\u0947\u0902 \u0939\u092E\u093E\u0930\u0947 \u092A\u093E\u0938 \u0938\u094D\u0925\u093E\u0928\u0940\u092F \u092B\u093C\u093E\u0907\u0932\u0947\u0902 \u092A\u0922\u093C\u0928\u0947 \u0915\u0940 \u0905\u0928\u0941\u092E\u0924\u093F \u0928\u0939\u0940\u0902 \u0939\u0948\u0964 \u0915\u0943\u092A\u092F\u093E \u090A\u092A\u0930 \u0926\u093F\u090F \u0917\u090F \u092C\u091F\u0928 \u092A\u0930 \u0915\u094D\u0932\u093F\u0915 \u0915\u0930\u0947\u0902 \u0914\u0930 \u0938\u094D\u0925\u093E\u0928\u0940\u092F \u092B\u093C\u093E\u0907\u0932\u0947\u0902 \u0906\u092F\u093E\u0924 \u0915\u0930\u0947\u0902\u0964",noPermissionForThisPage:"\u26A0\uFE0F \u0935\u0930\u094D\u0924\u092E\u093E\u0928 \u092A\u0943\u0937\u094D\u0920 \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0928\u0947 \u0915\u0940 \u0905\u0928\u0941\u092E\u0924\u093F \u0928\u0939\u0940\u0902",retryAllParagraphs:"\u0938\u092D\u0940 \u0924\u094D\u0930\u0941\u091F\u093F \u092A\u0948\u0930\u093E\u0917\u094D\u0930\u093E\u092B \u092A\u0941\u0928\u0903 \u092A\u094D\u0930\u092F\u093E\u0938 \u0915\u0930\u0947\u0902",retryAllButton:"\u0938\u092D\u0940 \u0924\u094D\u0930\u0941\u091F\u093F \u092A\u0948\u0930\u093E\u0917\u094D\u0930\u093E\u092B \u092A\u0941\u0928\u0903 \u092A\u094D\u0930\u092F\u093E\u0938 \u0915\u0930\u0947\u0902",errorTooltipTitle:"\u0924\u094D\u0930\u0941\u091F\u093F \u0915\u093E \u0915\u093E\u0930\u0923 \u0926\u0947\u0916\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u0915\u094D\u0932\u093F\u0915 \u0915\u0930\u0947\u0902",errorModalTitle:"\u0910\u0938\u093E \u0932\u0917\u0924\u093E \u0939\u0948 \u0915\u093F \u0905\u0928\u0941\u0935\u093E\u0926 \u0938\u0947\u0935\u093E \u092F\u093E \u0928\u0947\u091F\u0935\u0930\u094D\u0915 \u092E\u0947\u0902 \u0915\u0941\u091B \u0917\u0921\u093C\u092C\u0921\u093C \u0939\u0948...",disableConfirm:"\u0926\u094D\u0935\u093F\u092D\u093E\u0937\u0940 \u0938\u0942\u091A\u0928\u093E \u0938\u0902\u0935\u0930\u094D\u0926\u094D\u0927\u0928 \u0938\u0947\u091F\u093F\u0902\u0917\u094D\u0938",disableOnce:"\u0907\u0938 \u092C\u093E\u0930 \u0905\u0915\u094D\u0937\u092E",disableGlobal:"\u0938\u094D\u0925\u093E\u092F\u0940 \u0930\u0942\u092A \u0938\u0947 \u0905\u0915\u094D\u0937\u092E",disableTint:"* \u0906\u092A \u0907\u0938\u0947 {option} \u092E\u0947\u0902 \u092A\u0941\u0928\u0903 \u0938\u0915\u094D\u0937\u092E \u0915\u0930 \u0938\u0915\u0924\u0947 \u0939\u0948\u0902\u0964",searchEnhancementNotes:"\u0939\u092E\u0928\u0947 \u092A\u093E\u092F\u093E \u0915\u093F \u091A\u0940\u0928\u0940 \u0915\u0940\u0935\u0930\u094D\u0921 \u0914\u0930 \u0905\u0902\u0917\u094D\u0930\u0947\u091C\u0940 \u0915\u0940\u0935\u0930\u094D\u0921 \u0915\u0947 \u0932\u093F\u090F \u0938\u092E\u093E\u091A\u093E\u0930 \u092A\u0930\u093F\u0923\u093E\u092E \u092C\u0939\u0941\u0924 \u0905\u0932\u0917 \u0939\u0948\u0902\u0964 \u0907\u092E\u0930\u094D\u0938\u093F\u0935 \u091F\u094D\u0930\u093E\u0902\u0938\u0932\u0947\u0936\u0928 \u0926\u094D\u0935\u093F\u092D\u093E\u0937\u0940 \u0938\u0942\u091A\u0928\u093E \u0938\u0902\u0935\u0930\u094D\u0926\u094D\u0927\u0928 \u092B\u093C\u0902\u0915\u094D\u0936\u0928 \u0915\u094B \u0938\u0915\u094D\u0937\u092E \u0915\u0930\u0928\u0947 \u0915\u0947 \u092C\u093E\u0926, \u0939\u092E \u0938\u092E\u0930\u094D\u0925\u093F\u0924 \u0935\u0947\u092C\u0938\u093E\u0907\u091F\u094B\u0902 (Google \u0938\u092E\u093E\u091A\u093E\u0930, Google \u0916\u094B\u091C (\u0915\u0941\u091B \u0915\u0940\u0935\u0930\u094D\u0921), \u0938\u094D\u0928\u094B\u092C\u0949\u0932, \u0913\u0930\u093F\u090F\u0902\u091F\u0932 \u092B\u0949\u0930\u094D\u091A\u094D\u092F\u0942\u0928 \u0928\u0947\u091F\u0935\u0930\u094D\u0915, \u092B\u093C\u0941\u091F\u0942) \u092A\u0930 \u0916\u094B\u091C \u0915\u0930\u0947\u0902\u0917\u0947 , \u091F\u093E\u0907\u0917\u0930) \u0938\u094D\u0935\u091A\u093E\u0932\u093F\u0924 \u0930\u0942\u092A \u0938\u0947 \u0906\u092A\u0915\u0947 \u0932\u093F\u090F \u0905\u0902\u0917\u094D\u0930\u0947\u091C\u0940 \u092E\u0947\u0902 \u0938\u092E\u093E\u0928 \u0915\u0940\u0935\u0930\u094D\u0921 \u0916\u094B\u091C\u0924\u093E \u0939\u0948 \u0914\u0930 \u0909\u0928\u094D\u0939\u0947\u0902 \u0926\u093E\u0908\u0902 \u0913\u0930 \u092A\u094D\u0930\u0926\u0930\u094D\u0936\u093F\u0924 \u0915\u0930\u0924\u093E \u0939\u0948\u0964 \u092F\u0926\u093F \u0906\u092A\u0915\u094B \u0907\u0938 \u0938\u0941\u0935\u093F\u0927\u093E \u0915\u0940 \u0906\u0935\u0936\u094D\u092F\u0915\u0924\u093E \u0928\u0939\u0940\u0902 \u0939\u0948, \u0924\u094B \u0906\u092A \u0907\u0938\u0947 \u0905\u0915\u094D\u0937\u092E \u0915\u0930\u0928\u093E \u091A\u0941\u0928 \u0938\u0915\u0924\u0947 \u0939\u0948\u0902\u0964",option:"\u0938\u094D\u0925\u093E\u092A\u093F\u0924 \u0915\u0930\u0928\u093E",saveSettings:"\u0938\u0947\u091F\u093F\u0902\u0917\u094D\u0938 \u0938\u0947\u0935 \u0915\u0930\u0947\u0902",closeModal:"\u0916\u093F\u0921\u093C\u0915\u0940 \u092C\u0902\u0926 \u0915\u0930\u094B",enableInputTranslationWithoutTriggerKeyTitle:"\u0924\u094D\u0935\u0930\u093F\u0924 \u0915\u0949\u092E\u094D\u092C\u094B \u0915\u094B 3 \u0917\u0941\u0928\u093E{trailingKey}\u0938\u0915\u094D\u0937\u092E \u0915\u0930\u0947\u0902, \u0938\u0902\u092A\u0942\u0930\u094D\u0923 \u0907\u0928\u092A\u0941\u091F \u092C\u0949\u0915\u094D\u0938 \u0915\u094B \u0938\u0940\u0927\u0947{inputTargetLanguage}\u092E\u0947\u0902 \u0905\u0928\u0941\u0935\u093E\u0926\u093F\u0924 \u0915\u0930\u0947\u0902",enableInputTranslationWithoutTriggerKeyDescription:"\u092F\u0926\u093F \u0906\u092A\u0915\u094B \u0932\u0915\u094D\u0937\u094D\u092F \u092D\u093E\u0937\u093E \u0928\u093F\u0930\u094D\u0926\u093F\u0937\u094D\u091F \u0915\u0930\u0928\u0947 \u0915\u0940 \u0906\u0935\u0936\u094D\u092F\u0915\u0924\u093E \u0939\u0948, \u0924\u094B \u0915\u0943\u092A\u092F\u093E \u0938\u093E\u092E\u0928\u0947 \u092D\u093E\u0937\u093E \u0915\u094B\u0921 \u091C\u094B\u0921\u093C\u0947\u0902, \u091C\u0948\u0938\u0947\uFF1Aja \u0939\u0947\u0932\u094B \u0935\u0930\u094D\u0932\u094D\u0921",mouseHoverShortcutPlaceholder:"\u091C\u0948\u0938\u0947\uFF1A\u0936\u093F\u092B\u094D\u091F",deepLProName:"\u0907\u092E\u0930\u094D\u0938\u093F\u0935 \u091F\u094D\u0930\u093E\u0902\u0938\u0932\u0947\u0936\u0928 \u092A\u094D\u0930\u094B \u0938\u0926\u0938\u094D\u092F (\u0905\u0928\u0941\u0936\u0902\u0938\u093F\u0924)",deepLProDescription:"\u0935\u0930\u094D\u0924\u092E\u093E\u0928 \u092A\u0948\u0915\u0947\u091C \u0915\u093E \u0938\u0940\u0927\u0947 \u0909\u092A\u092F\u094B\u0917 \u0915\u093F\u092F\u093E \u091C\u093E \u0938\u0915\u0924\u093E \u0939\u0948",deeplProDescriptionForNormal:"\u0915\u093F\u0938\u0940 \u0938\u0947\u091F\u093F\u0902\u0917 \u0915\u0940 \u0906\u0935\u0936\u094D\u092F\u0915\u0924\u093E \u0928\u0939\u0940\u0902 \u0939\u0948\u0964 \u0906\u092A \u0938\u0926\u0938\u094D\u092F \u0915\u0947 \u0930\u0942\u092A \u092E\u0947\u0902 \u0932\u0949\u0917 \u0907\u0928 \u0915\u0930\u0928\u0947 \u0915\u0947 \u092C\u093E\u0926 \u0907\u0938\u0915\u093E \u0909\u092A\u092F\u094B\u0917 \u0915\u0930 \u0938\u0915\u0924\u0947 \u0939\u0948\u0902\u0964 <1> \u0938\u0926\u0938\u094D\u092F \u092E\u0947\u0902 \u0905\u092A\u0917\u094D\u0930\u0947\u0921 \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u092F\u0939\u093E\u0902 \u0915\u094D\u0932\u093F\u0915 \u0915\u0930\u0947\u0902\u0964",deepLCustomDescription:"\u0906\u092A\u0915\u094B \u090F\u0915 \u0935\u093F\u0926\u0947\u0936\u0940 \u0915\u094D\u0930\u0947\u0921\u093F\u091F \u0915\u093E\u0930\u094D\u0921 \u0915\u0940 \u0906\u0935\u0936\u094D\u092F\u0915\u0924\u093E \u0939\u0948, <1>\u0921\u0940\u092A\u090F\u0932 \u092A\u0930 \u091C\u093E\u090F\u0902 \u0906\u0927\u093F\u0915\u093E\u0930\u093F\u0915 \u0924\u094C\u0930 \u092A\u0930 \u0916\u094B\u0932\u093E \u0917\u092F\u093E, <2> \u0926\u0938\u094D\u0924\u093E\u0935\u0947\u091C\u093C \u0926\u0947\u0916\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u0915\u094D\u0932\u093F\u0915 \u0915\u0930\u0947\u0902",deepLCustomName:"\u0915\u0938\u094D\u091F\u092E \u092A\u094D\u0930\u093E\u092E\u093E\u0923\u093F\u0915 \u0915\u0941\u0902\u091C\u0940",chooseProviderLabel:"\u090F\u0915 \u0938\u0947\u0935\u093E \u092A\u094D\u0930\u0926\u093E\u0924\u093E \u091A\u0941\u0928\u0947\u0902",openaiProName:"\u0907\u092E\u0930\u094D\u0938\u093F\u0935 \u091F\u094D\u0930\u093E\u0902\u0938\u0932\u0947\u0936\u0928 \u092A\u094D\u0930\u094B \u0938\u0926\u0938\u094D\u092F (\u0905\u0928\u0941\u0936\u0902\u0938\u093F\u0924)",openaiProDescription:"\u0935\u0930\u094D\u0924\u092E\u093E\u0928 \u092A\u0948\u0915\u0947\u091C \u0915\u093E \u0938\u0940\u0927\u0947 \u0909\u092A\u092F\u094B\u0917 \u0915\u093F\u092F\u093E \u091C\u093E \u0938\u0915\u0924\u093E \u0939\u0948",openaiProDescriptionForNormal:"\u0915\u093F\u0938\u0940 \u0938\u0947\u091F\u093F\u0902\u0917 \u0915\u0940 \u0906\u0935\u0936\u094D\u092F\u0915\u0924\u093E \u0928\u0939\u0940\u0902 \u0939\u0948\u0964 \u0906\u092A \u0938\u0926\u0938\u094D\u092F \u0915\u0947 \u0930\u0942\u092A \u092E\u0947\u0902 \u0932\u0949\u0917 \u0907\u0928 \u0915\u0930\u0928\u0947 \u0915\u0947 \u092C\u093E\u0926 \u0907\u0938\u0915\u093E \u0909\u092A\u092F\u094B\u0917 \u0915\u0930 \u0938\u0915\u0924\u0947 \u0939\u0948\u0902\u0964 <1> \u0938\u0926\u0938\u094D\u092F \u092E\u0947\u0902 \u0905\u092A\u0917\u094D\u0930\u0947\u0921 \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u092F\u0939\u093E\u0902 \u0915\u094D\u0932\u093F\u0915 \u0915\u0930\u0947\u0902\u0964",openaiCustomDescription:"\u0907\u0938\u0947 OpenAI, Azure OpenAI, \u092F\u093E \u0905\u0928\u094D\u092F \u0924\u0943\u0924\u0940\u092F-\u092A\u0915\u094D\u0937 \u0938\u0947\u0935\u093E\u0913\u0902 \u0938\u0947 \u092A\u094D\u0930\u093E\u092A\u094D\u0924 \u0915\u093F\u092F\u093E \u091C\u093E \u0938\u0915\u0924\u093E \u0939\u0948\u0964 <1> \u0926\u0938\u094D\u0924\u093E\u0935\u0947\u091C\u093C \u0926\u0947\u0916\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u092F\u0939\u093E\u0902 \u0915\u094D\u0932\u093F\u0915 \u0915\u0930\u0947\u0902\u0964",openaiCustomName:"\u0915\u0938\u094D\u091F\u092E \u090F\u092A\u0940\u0906\u0908 \u0915\u0941\u0902\u091C\u0940",needLoginAction:"(\u0938\u0926\u0938\u094D\u092F\u0924\u093E \u0926\u0930\u094D\u091C \u0915\u0930\u0947\u0902 \u092F\u093E \u0905\u0928\u0941\u0915\u0942\u0932\u093F\u0924 \u0915\u0930\u0947\u0902)",goLoginOrAction:"(\u0938\u0926\u0938\u094D\u092F\u0924\u093E \u0926\u0930\u094D\u091C \u0915\u0930\u0947\u0902 \u092F\u093E \u0938\u0947\u091F\u093F\u0902\u0917\u094D\u0938 \u092A\u0930 \u091C\u093E\u090F\u0902)",yearly:"\u0938\u0924\u0924 \u0935\u093E\u0930\u094D\u0937\u093F\u0915 \u0938\u0926\u0938\u094D\u092F\u0924\u093E",quarterly:"\u0932\u0917\u093E\u0924\u093E\u0930 \u090B\u0924\u0941\u090F\u0901",monthly:"\u0928\u093F\u0930\u0902\u0924\u0930 \u092E\u093E\u0938\u093F\u0915 \u0938\u0926\u0938\u094D\u092F\u0924\u093E",yearlyForOnce:"\u090F\u0915\u092E\u0941\u0936\u094D\u0924 \u0935\u093E\u0930\u094D\u0937\u093F\u0915 \u092A\u0948\u0915\u0947\u091C",monthlyForOnce:"\u090F\u0915\u092E\u0941\u0936\u094D\u0924 \u092E\u093E\u0938\u093F\u0915 \u092A\u0948\u0915\u0947\u091C",daily:"\u0932\u0917\u093E\u0924\u093E\u0930 \u0926\u094B \u0926\u093F\u0928",year:"\u0938\u0924\u0924 \u0935\u093E\u0930\u094D\u0937\u093F\u0915 \u0938\u0926\u0938\u094D\u092F\u0924\u093E",quarter:"\u0932\u0917\u093E\u0924\u093E\u0930 \u090B\u0924\u0941\u090F\u0901",month:"\u0928\u093F\u0930\u0902\u0924\u0930 \u092E\u093E\u0938\u093F\u0915 \u0938\u0926\u0938\u094D\u092F\u0924\u093E",day:"\u0932\u0917\u093E\u0924\u093E\u0930 \u0926\u094B \u0926\u093F\u0928",onetime_7day:"7 \u0926\u093F\u0928 \u0915\u093E \u091F\u094D\u0930\u093E\u092F\u0932 \u092A\u0948\u0915\u0947\u091C",currentPlanDescriptionForFree:"\u0935\u0930\u094D\u0924\u092E\u093E\u0928 \u092A\u0948\u0915\u0947\u091C\uFF1A\u0928\u093F\u0903\u0936\u0941\u0932\u094D\u0915 \u0939\u0948",currentPlanDescriptionForContinuous:"\u0935\u0930\u094D\u0924\u092E\u093E\u0928 \u092A\u0948\u0915\u0947\u091C\uFF1A{plan}\u0939\u0948 \u0914\u0930 {endAt} \u0915\u094B \u0938\u094D\u0935\u091A\u093E\u0932\u093F\u0924 \u0930\u0942\u092A \u0938\u0947 \u0928\u0935\u0940\u0928\u0940\u0915\u0943\u0924 \u0939\u094B \u091C\u093E\u090F\u0917\u093E",currentPlanDescriptionForAutoRenewCaceling:"\u0935\u0930\u094D\u0924\u092E\u093E\u0928 \u092A\u0948\u0915\u0947\u091C\uFF1A{plan}\u0939\u0948 \u0914\u0930 {endAt} \u0915\u094B \u0938\u092E\u093E\u092A\u094D\u0924 \u0939\u094B \u091C\u093E\u090F\u0917\u093E\u0964 \u0938\u092E\u093E\u092A\u094D\u0924\u093F \u0915\u0947 \u092C\u093E\u0926 \u0907\u0938\u0947 \u0938\u094D\u0935\u091A\u093E\u0932\u093F\u0924 \u0930\u0942\u092A \u0938\u0947 \u0928\u0935\u0940\u0928\u0940\u0915\u0943\u0924 \u0928\u0939\u0940\u0902 \u0915\u093F\u092F\u093E \u091C\u093E\u090F\u0917\u093E\u0964",currentYearlyPlanDescriptionForAutoRenewCacelingWithRealPaiedUser:"\u0935\u0930\u094D\u0924\u092E\u093E\u0928 \u092A\u0948\u0915\u0947\u091C\uFF1A{plan} {endAt} \u0915\u094B \u0938\u092E\u093E\u092A\u094D\u0924 \u0939\u094B \u091C\u093E\u090F\u0917\u093E \u0914\u0930 \u0938\u092E\u093E\u092A\u094D\u0924\u093F \u0915\u0947 \u092C\u093E\u0926 \u0938\u094D\u0935\u091A\u093E\u0932\u093F\u0924 \u0930\u0942\u092A \u0938\u0947 \u0928\u0935\u0940\u0928\u0940\u0915\u0943\u0924 \u0928\u0939\u0940\u0902 \u0915\u093F\u092F\u093E \u091C\u093E\u090F\u0917\u093E\u0964
<1>\u0928\u0935\u0940\u0915\u0930\u0923 \u092F\u094B\u091C\u0928\u093E\u0913\u0902 \u0915\u094B \u092A\u094D\u0930\u092C\u0902\u0927\u093F\u0924 \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u092F\u0939\u093E\u0902 \u0915\u094D\u0932\u093F\u0915 \u0915\u0930\u0947\u0902",currentYearlyPlanDescriptionForAutoRenewCacelingWithAdmin:"\u0935\u0930\u094D\u0924\u092E\u093E\u0928 \u092A\u0948\u0915\u0947\u091C\uFF1A{plan} {endAt} \u0915\u094B \u0938\u092E\u093E\u092A\u094D\u0924 \u0939\u094B \u091C\u093E\u090F\u0917\u093E \u0914\u0930 \u0938\u092E\u093E\u092A\u094D\u0924\u093F \u0915\u0947 \u092C\u093E\u0926 \u0938\u094D\u0935\u091A\u093E\u0932\u093F\u0924 \u0930\u0942\u092A \u0938\u0947 \u0928\u0935\u0940\u0928\u0940\u0915\u0943\u0924 \u0928\u0939\u0940\u0902 \u0915\u093F\u092F\u093E \u091C\u093E\u090F\u0917\u093E\u0964
<1>\u0928\u093F\u0930\u0902\u0924\u0930 \u0935\u093E\u0930\u094D\u0937\u093F\u0915 \u0938\u0926\u0938\u094D\u092F\u0924\u093E \u0938\u0915\u094D\u0930\u093F\u092F \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u092F\u0939\u093E\u0902 \u0915\u094D\u0932\u093F\u0915 \u0915\u0930\u0947\u0902",currentPlanDescriptionForOneTime:"\u0935\u0930\u094D\u0924\u092E\u093E\u0928 \u092A\u0948\u0915\u0947\u091C\uFF1A{plan}\u0939\u0948 \u0914\u0930 {endAt} \u0915\u094B \u0938\u092E\u093E\u092A\u094D\u0924 \u0939\u094B \u091C\u093E\u090F\u0917\u093E\u0964 <1> \u0935\u093E\u0930\u094D\u0937\u093F\u0915 \u0936\u0941\u0932\u094D\u0915 \u092E\u0947\u0902 \u0905\u092A\u0917\u094D\u0930\u0947\u0921 \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u092F\u0939\u093E\u0902 \u0915\u094D\u0932\u093F\u0915 \u0915\u0930\u0947\u0902 \u092F\u093E <2> \u092E\u093E\u0938\u093F\u0915 \u0936\u0941\u0932\u094D\u0915 \u0938\u0926\u0938\u094D\u092F",upgradePlan:"\u092A\u094D\u0930\u094B \u0938\u0926\u0938\u094D\u092F\u0924\u093E \u092E\u0947\u0902 \u0905\u092A\u0917\u094D\u0930\u0947\u0921 \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u092F\u0939\u093E\u0902 \u0915\u094D\u0932\u093F\u0915 \u0915\u0930\u0947\u0902",upgradeToPro:"\u092A\u094D\u0930\u094B \u0938\u0926\u0938\u094D\u092F\u0924\u093E \u092E\u0947\u0902 \u0905\u092A\u0917\u094D\u0930\u0947\u0921 \u0915\u0930\u0947\u0902","popup.openPro":"\u092A\u094D\u0930\u094B \u0938\u0926\u0938\u094D\u092F\u0924\u093E \u092E\u0947\u0902 \u0905\u092A\u0917\u094D\u0930\u0947\u0921 \u0915\u0930\u0928\u0947 \u0915\u0947 \u092C\u093E\u0926, \u0906\u092A \u0921\u0940\u092A\u090F\u0932 \u0914\u0930 \u0913\u092A\u0928\u090F\u0906\u0908 \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u093E \u0906\u0928\u0902\u0926 \u0932\u0947 \u0938\u0915\u0924\u0947 \u0939\u0948\u0902, \u0905\u092A\u0917\u094D\u0930\u0947\u0921 \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u092F\u0939\u093E\u0902 \u0915\u094D\u0932\u093F\u0915 \u0915\u0930\u0947\u0902","popup.openProForPro":"\u0906\u092A \u090F\u0915 \u092A\u094D\u0930\u094B \u0938\u0926\u0938\u094D\u092F \u0939\u0948\u0902 \u0914\u0930 \u0938\u0940\u0927\u0947 \u0921\u0940\u092A\u090F\u0932 \u0914\u0930 \u0913\u092A\u0928\u090F\u0906\u0908 \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u093E \u0909\u092A\u092F\u094B\u0917 \u0915\u0930 \u0938\u0915\u0924\u0947 \u0939\u0948\u0902",currentAccount:"\u091A\u093E\u0932\u0942 \u0916\u093E\u0924\u093E",enableAutoSyncUserSettings:"\u090F\u0915\u093E\u0927\u093F\u0915 \u0921\u093F\u0935\u093E\u0907\u0938\u094B\u0902 \u092A\u0930 \u0938\u094D\u0935\u091A\u093E\u0932\u093F\u0924 \u0915\u094D\u0932\u093E\u0909\u0921 \u0938\u093F\u0902\u0915 \u0938\u0915\u094D\u0937\u092E \u0915\u0930\u0947\u0902",modalEnableInputTranslationTitle:"\u0907\u092E\u0930\u094D\u0938\u093F\u0935 \u091F\u094D\u0930\u093E\u0902\u0938\u0932\u0947\u0936\u0928 \u0907\u0928\u092A\u0941\u091F \u092C\u0949\u0915\u094D\u0938 \u091F\u094D\u0930\u093E\u0902\u0938\u0932\u0947\u0936\u0928 \u092F\u0941\u0915\u094D\u0924\u093F\u092F\u093E\u0901",modalEnableInputTranslationDesc:"\u0906\u092A\u0928\u0947 \u0938\u094D\u092A\u0947\u0938 \u092C\u093E\u0930 \u0915\u094B \u0932\u0917\u093E\u0924\u093E\u0930 \u0924\u0940\u0928 \u092C\u093E\u0930 \u0926\u092C\u093E\u0915\u0930 \u0907\u092E\u0930\u094D\u0938\u093F\u0935 \u091F\u094D\u0930\u093E\u0902\u0938\u0932\u0947\u0936\u0928 \u0915\u0947 \u0907\u0928\u092A\u0941\u091F \u092C\u0949\u0915\u094D\u0938 \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u094B \u091F\u094D\u0930\u093F\u0917\u0930 \u0915\u093F\u092F\u093E \u0939\u0948, \u0914\u0930 \u0907\u0928\u092A\u0941\u091F \u092C\u0949\u0915\u094D\u0938 \u0915\u0940 \u0938\u093E\u092E\u0917\u094D\u0930\u0940 \u0915\u094B \u0921\u093F\u092B\u093C\u0949\u0932\u094D\u091F \u0932\u0915\u094D\u0937\u094D\u092F \u092D\u093E\u0937\u093E \u092E\u0947\u0902 \u0905\u0928\u0941\u0935\u093E\u0926\u093F\u0924 \u0915\u093F\u092F\u093E \u091C\u093E\u090F\u0917\u093E\u0964 \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u094B Ctrl+Z \u0915\u0947 \u092E\u093E\u0927\u094D\u092F\u092E \u0938\u0947 \u092A\u0942\u0930\u094D\u0935\u0935\u0924 \u0915\u093F\u092F\u093E \u091C\u093E \u0938\u0915\u0924\u093E \u0939\u0948\u0964

\u092F\u0926\u093F \u092F\u0939 \u090F\u0915 \u0917\u0932\u0924\u0940 \u0939\u0948, \u0924\u094B \u091A\u093F\u0902\u0924\u093E \u0928 \u0915\u0930\u0947\u0902, \u0906\u092A \u0907\u0938 \u092C\u093E\u0930 \u0907\u0938\u0947 \u0905\u0915\u094D\u0937\u092E \u0915\u0930\u0928\u093E \u091A\u0941\u0928 \u0938\u0915\u0924\u0947 \u0939\u0948\u0902, \u092F\u093E \u0907\u0928\u092A\u0941\u091F \u092C\u0949\u0915\u094D\u0938 \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u094B \u0938\u094D\u0925\u093E\u092F\u0940 \u0930\u0942\u092A \u0938\u0947 \u0905\u0915\u094D\u0937\u092E \u0915\u0930 \u0938\u0915\u0924\u0947 \u0939\u0948\u0902\u0964",saveAndNotShowAgain:"\u0938\u0939\u0947\u091C\u0947\u0902 \u0914\u0930 \u0926\u094B\u092C\u093E\u0930\u093E \u0938\u0902\u0915\u0947\u0924 \u0928 \u0926\u0947\u0902",disableInputTranslationTips:"* \u0906\u092A {option} ,{learnMore}\u092E\u0947\u0902 \u091F\u094D\u0930\u093F\u0917\u0930 \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u0905\u0928\u094D\u092F \u0936\u0949\u0930\u094D\u091F\u0915\u091F \u0915\u0941\u0902\u091C\u093F\u092F\u093E\u0901 \u092D\u0940 \u0938\u0947\u091F \u0915\u0930 \u0938\u0915\u0924\u0947 \u0939\u0948\u0902\u0964",learnMore:"\u0914\u0930 \u091C\u093E\u0928\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u092F\u0939\u093E\u0902 \u0915\u094D\u0932\u093F\u0915 \u0915\u0930\u0947\u0902",continueEnalbeInputTranslation:"\u0907\u0928\u092A\u0941\u091F \u092C\u0949\u0915\u094D\u0938 \u0905\u0928\u0941\u0935\u093E\u0926 \u0938\u0915\u094D\u0937\u092E \u0915\u0930\u0928\u093E \u091C\u093E\u0930\u0940 \u0930\u0916\u0947\u0902",autoRenewTrialSuffix:'(\u092A\u0930\u0940\u0915\u094D\u0937\u0923 \u0915\u0947 \u0926\u094C\u0930\u093E\u0928,\u0924\u0941\u0930\u0902\u0924 \u0914\u092A\u091A\u093E\u0930\u093F\u0915\u092E\u0947\u0902 \u0905\u092A\u0917\u094D\u0930\u0947\u0921 \u0915\u0930 \u0926\u093F\u092F\u093E \u091C\u093E\u090F\u0917\u093E)',upgradeFromTrialTitle:"\u0906\u0927\u093F\u0915\u093E\u0930\u093F\u0915 \u0938\u0926\u0938\u094D\u092F \u0915\u0947 \u0930\u0942\u092A \u092E\u0947\u0902 \u0905\u092A\u0917\u094D\u0930\u0947\u0921 \u0915\u0930\u0947\u0902",subtitle:"\u0935\u0940\u0921\u093F\u092F\u094B \u0909\u092A\u0936\u0940\u0930\u094D\u0937\u0915",youtubeService:"\u0907\u092E\u0930\u094D\u0938\u093F\u0935 \u0905\u0928\u0941\u0935\u093E\u0926 \u0935\u0940\u0921\u093F\u092F\u094B \u0909\u092A\u0936\u0940\u0930\u094D\u0937\u0915 \u0905\u0928\u0941\u0935\u093E\u0926 \u0938\u0947\u0935\u093E","subtitle.disabledSubtitle":"\u0935\u0940\u0921\u093F\u092F\u094B \u0909\u092A\u0936\u0940\u0930\u094D\u0937\u0915 \u0915\u094B \u0938\u094D\u0925\u093E\u092F\u0940 \u0930\u0942\u092A \u0938\u0947 \u0905\u0915\u094D\u0937\u092E \u0915\u0930\u0947\u0902","subtitle.disabledSubtitleDescription":"\u092F\u0926\u093F \u0907\u092E\u0930\u094D\u0938\u093F\u0935 \u091F\u094D\u0930\u093E\u0902\u0938\u0932\u0947\u0936\u0928 \u0915\u0947 \u0935\u0940\u0921\u093F\u092F\u094B \u0909\u092A\u0936\u0940\u0930\u094D\u0937\u0915 \u0905\u0928\u094D\u092F \u090F\u0915\u094D\u0938\u091F\u0947\u0902\u0936\u0928 \u0915\u0947 \u0938\u093E\u0925 \u0938\u0902\u0918\u0930\u094D\u0937 \u0915\u0930\u0924\u0947 \u0939\u0948\u0902, \u0924\u094B \u0906\u092A \u0907\u092E\u0930\u094D\u0938\u093F\u0935 \u091F\u094D\u0930\u093E\u0902\u0938\u0932\u0947\u0936\u0928 \u0915\u0947 \u0935\u0940\u0921\u093F\u092F\u094B \u0909\u092A\u0936\u0940\u0930\u094D\u0937\u0915 \u092B\u093C\u0902\u0915\u094D\u0936\u0928 \u0915\u094B \u0938\u094D\u0925\u093E\u092F\u0940 \u0930\u0942\u092A \u0938\u0947 \u0905\u0915\u094D\u0937\u092E \u0915\u0930\u0928\u093E \u092F\u093E \u0905\u0928\u094D\u092F \u0935\u093F\u0930\u094B\u0927\u093E\u092D\u093E\u0938\u0940 \u090F\u0915\u094D\u0938\u091F\u0947\u0902\u0936\u0928 \u0915\u094B \u0905\u0928\u0907\u0902\u0938\u094D\u091F\u0949\u0932 \u0915\u0930\u0928\u093E \u091A\u0941\u0928 \u0938\u0915\u0924\u0947 \u0939\u0948\u0902\u0964","subtitle.autoEnableSubtitle":"\u0938\u094D\u0935\u091A\u093E\u0932\u093F\u0924 \u0930\u0942\u092A \u0938\u0947 \u0926\u094D\u0935\u093F\u092D\u093E\u0937\u0940 \u0909\u092A\u0936\u0940\u0930\u094D\u0937\u0915 \u0915\u093E \u0909\u092A\u092F\u094B\u0917 \u0915\u0930\u0947\u0902","subtitle.autoEnableSubtitleDescription":"\u0938\u0915\u094D\u0930\u093F\u092F \u0915\u0930\u0928\u0947 \u0915\u0947 \u092C\u093E\u0926, \u091C\u092C \u0935\u0940\u0921\u093F\u092F\u094B \u091A\u0932 \u0930\u0939\u093E \u0939\u094B\u0924\u093E \u0939\u0948, \u0924\u094B \u0938\u094D\u0935\u091A\u093E\u0932\u093F\u0924 \u0930\u0942\u092A \u0938\u0947 \u0926\u094D\u0935\u093F\u092D\u093E\u0937\u0940\u092F \u0909\u092A\u0936\u0940\u0930\u094D\u0937\u0915 \u0926\u093F\u0916\u093E\u0908 \u0926\u0947\u0902\u0917\u0947, \u0905\u0928\u094D\u092F\u0925\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u092C\u091F\u0928 \u092A\u0930 \u0915\u094D\u0932\u093F\u0915 \u0915\u0930\u0928\u0947 \u0915\u0940 \u0906\u0935\u0936\u094D\u092F\u0915\u0924\u093E \u0939\u094B\u0917\u0940\u0964","subtitle.preTranslation":"\u0909\u092A\u0936\u0940\u0930\u094D\u0937\u0915 \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u0907\u092E\u0930\u094D\u0938\u093F\u0935 \u091F\u094D\u0930\u093E\u0902\u0938\u0932\u0947\u0936\u0928 \u0915\u093E \u0909\u092A\u092F\u094B\u0917 \u0915\u0930\u0947\u0902","subtitle.preTranslationDescription":"\u0907\u0938\u0947 \u0938\u0915\u094D\u0937\u092E \u0915\u0930\u0928\u0947 \u0915\u0947 \u092C\u093E\u0926, \u0928\u0940\u091A\u0947 \u0926\u0940 \u0917\u0908 \u0928\u093F\u0930\u094D\u0926\u093F\u0937\u094D\u091F \u0905\u0928\u0941\u0935\u093E\u0926 \u0938\u0947\u0935\u093E \u0915\u093E \u0909\u092A\u092F\u094B\u0917 \u0938\u0902\u092A\u0942\u0930\u094D\u0923 \u0909\u092A\u0936\u0940\u0930\u094D\u0937\u0915 \u0915\u093E \u0905\u0917\u094D\u0930\u093F\u092E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u0915\u093F\u092F\u093E \u091C\u093E\u090F\u0917\u093E\u0964 \u090F\u0915 \u0918\u0902\u091F\u0947 \u0915\u093E \u0935\u0940\u0921\u093F\u092F\u094B \u0932\u0917\u092D\u0917 50,000 \u091F\u094B\u0915\u0928 \u092F\u093E \u0935\u0930\u094D\u0923\u094B\u0902 \u0915\u093E \u0909\u092A\u092D\u094B\u0917 \u0915\u0930\u0924\u093E \u0939\u0948, \u0907\u0938\u0932\u093F\u090F \u0915\u0943\u092A\u092F\u093E \u0907\u0938\u0947 \u0909\u092A\u092F\u0941\u0915\u094D\u0924 \u0915\u0947 \u0930\u0942\u092A \u092E\u0947\u0902 \u0909\u092A\u092F\u094B\u0917 \u0915\u0930\u0947\u0902; \u0907\u0938\u0947 \u092C\u0902\u0926 \u0915\u0930\u0928\u0947 \u0915\u0947 \u092C\u093E\u0926, \u092E\u0936\u0940\u0928 \u0938\u0947 \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u093F\u092F\u093E \u091C\u093E\u090F\u0917\u093E \u092E\u0942\u0932 \u0935\u0940\u0921\u093F\u092F\u094B \u0915\u0947 \u0938\u093E\u0925 \u0906\u0928\u0947 \u0935\u093E\u0932\u0947 \u0909\u092A\u0936\u0940\u0930\u094D\u0937\u0915 \u0915\u093E \u092A\u0939\u0932\u0947 \u0909\u092A\u092F\u094B\u0917 \u0915\u093F\u092F\u093E \u091C\u093E\u090F\u0917\u093E\u0964","subtitle.humanSubtitlesPreferred":"\u092E\u093E\u0928\u0935 \u0909\u092A\u0936\u0940\u0930\u094D\u0937\u0915 \u0915\u0947 \u0909\u092A\u092F\u094B\u0917 \u0915\u094B \u092A\u094D\u0930\u093E\u0925\u092E\u093F\u0915\u0924\u093E \u0926\u0947\u0902","subtitle.humanSubtitlesPreferredDescription":"\u091C\u092C \u0915\u093F\u0938\u0940 \u0935\u0940\u0921\u093F\u092F\u094B \u092E\u0947\u0902 \u0932\u0915\u094D\u0937\u093F\u0924 \u092D\u093E\u0937\u093E \u092E\u0947\u0902 \u092E\u0948\u0928\u094D\u092F\u0941\u0905\u0932 \u0909\u092A\u0936\u0940\u0930\u094D\u0937\u0915 \u0939\u094B\u0902, \u0924\u094B \u092A\u0939\u0932\u0947 \u092E\u0948\u0928\u094D\u092F\u0941\u0905\u0932 \u0909\u092A\u0936\u0940\u0930\u094D\u0937\u0915 \u0915\u093E \u0909\u092A\u092F\u094B\u0917 \u0915\u0930\u0947\u0902 (\u0905\u0928\u0941\u0936\u0902\u0938\u093F\u0924)",videoSubtitleTranslationDescription:"\u0935\u0940\u0921\u093F\u092F\u094B \u0909\u092A\u0936\u0940\u0930\u094D\u0937\u0915 \u0915\u0947 \u0932\u093F\u090F \u090F\u0915 \u0905\u0932\u0917 \u0905\u0928\u0941\u0935\u093E\u0926 \u0938\u0947\u0935\u093E \u0928\u093E\u092E\u093F\u0924 \u0915\u0930\u0947\u0902",subtitleTranslating:"{service} \u0938\u0947\u0935\u093E \u0915\u093E \u0909\u092A\u092F\u094B\u0917 \u0915\u0930\u0915\u0947 \u0909\u092A\u0936\u0940\u0930\u094D\u0937\u0915 \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930 \u0930\u0939\u0947 \u0939\u0948\u0902, \u0915\u0943\u092A\u092F\u093E \u092A\u094D\u0930\u0924\u0940\u0915\u094D\u0937\u093E \u0915\u0930\u0947\u0902... (\u0907\u092E\u0930\u094D\u0938\u093F\u0935 \u0905\u0928\u0941\u0935\u093E\u0926)",subtitleLoading:"\u0909\u092A\u0936\u0940\u0930\u094D\u0937\u0915 \u0932\u094B\u0921 \u0939\u094B \u0930\u0939\u093E \u0939\u0948...",bilingual:"\u0926\u094D\u0935\u093F\u092D\u093E\u0937\u093F\u0915","field.action":"Baidu \u0936\u092C\u094D\u0926\u093E\u0935\u0932\u0940 \u0915\u094B \u0938\u0915\u094D\u0937\u092E \u0915\u0930\u0928\u093E \u0939\u0948 \u092F\u093E \u0928\u0939\u0940\u0902","description.action":"\u0938\u0915\u094D\u0937\u092E \u0915\u0930\u0928\u0947 \u0915\u0947 \u092C\u093E\u0926, \u0936\u092C\u094D\u0926 \u0915\u094B \u0938\u0915\u094D\u0937\u092E \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F Baidu \u0915\u094B \u0938\u0942\u091A\u093F\u0924 \u0915\u0930\u0928\u0947 \u0915\u0947 \u0905\u0928\u0941\u0930\u094B\u0927 \u092E\u0947\u0902 \u092A\u0948\u0930\u093E\u092E\u0940\u091F\u0930 \u090F\u0915\u094D\u0936\u0928 = 1 \u091C\u094B\u0921\u093C\u093E \u091C\u093E\u090F\u0917\u093E\u0964 <1> \u0915\u0943\u092A\u092F\u093E \u0905\u0927\u093F\u0915 \u0928\u093F\u0930\u094D\u0926\u0947\u0936\u094B\u0902 \u0915\u0947 \u0932\u093F\u090F \u0906\u0927\u093F\u0915\u093E\u0930\u093F\u0915 \u0926\u0938\u094D\u0924\u093E\u0935\u0947\u091C\u093C \u0926\u0947\u0916\u0947\u0902\u0964",closeQuickTranslation:"\u0924\u0948\u0930\u0924\u0940 \u0939\u0941\u0908 \u0917\u0947\u0902\u0926 \u0915\u094B \u092C\u0902\u0926 \u0915\u0930\u0947\u0902","closeQuickTranslation.untilNext":"\u0905\u0917\u0932\u0940 \u092F\u093E\u0924\u094D\u0930\u093E \u0924\u0915 \u092C\u0902\u0926","closeQuickTranslation.currentWebsite":"\u0935\u0930\u094D\u0924\u092E\u093E\u0928 \u0935\u0947\u092C\u0938\u093E\u0907\u091F \u0905\u0915\u094D\u0937\u092E \u0939\u0948","closeQuickTranslation.alwaysClose":"\u0938\u094D\u0925\u093E\u092F\u0940 \u0930\u0942\u092A \u0938\u0947 \u0905\u0915\u094D\u0937\u092E","closeQuickTranslation.settingOpen":"(<1> \u0938\u0947\u091F\u093F\u0902\u0917 \u092A\u0947\u091C \u092A\u0930 \u092A\u093E\u092F\u093E \u091C\u093E \u0938\u0915\u0924\u093E \u0939\u0948 \u091A\u093E\u0932\u0942 \u0915\u0930\u094B)","closeQuickTranslation.cancel":"\u0930\u0926\u094D\u0926 \u0915\u0930\u0928\u093E","closeQuickTranslation.confirm":"\u091C\u093C\u0930\u0942\u0930","floatBall.popup":"\u0924\u094D\u0935\u0930\u093F\u0924 \u0938\u0947\u091F\u093F\u0902\u0917 \u092A\u0948\u0928\u0932 \u0916\u094B\u0932\u0947\u0902","floatBall.translate":"\u0907\u0938 \u092A\u0943\u0937\u094D\u0920 \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u0915\u094D\u0932\u093F\u0915 \u0915\u0930\u0947\u0902","floatBall.showOriginal":"\u092E\u0942\u0932 \u092A\u093E\u0920 \u092A\u0930 \u0935\u093E\u092A\u0938 \u091C\u093E\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u0915\u094D\u0932\u093F\u0915 \u0915\u0930\u0947\u0902","floatBall.close":"\u0924\u0948\u0930\u0924\u0940 \u0939\u0941\u0908 \u0917\u0947\u0902\u0926 \u0915\u094B \u092C\u0902\u0926 \u0915\u0930\u0947\u0902","floatBallOptions.enableDescPc":"\u092A\u0947\u091C \u092B\u093C\u094D\u0932\u094B\u091F\u093F\u0902\u0917 \u092C\u0949\u0932 \u0938\u0915\u094D\u0937\u092E \u0939\u094B\u0928\u0947 \u0915\u0947 \u092C\u093E\u0926, \u092A\u0943\u0937\u094D\u0920 \u0915\u0947 \u0926\u093E\u0908\u0902 \u0913\u0930 \u090F\u0915 \u0924\u094D\u0935\u0930\u093F\u0924 \u0905\u0928\u0941\u0935\u093E\u0926 \u092C\u091F\u0928 \u092A\u094D\u0930\u0926\u0930\u094D\u0936\u093F\u0924 \u0939\u094B\u0917\u093E\u0964 \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u0915\u094D\u0932\u093F\u0915 \u0915\u0930\u0947\u0902\u0964","floatBallOptions.enableDesc":"\u092B\u094D\u0932\u094B\u091F\u093F\u0902\u0917 \u092C\u0949\u0932 \u0915\u094B \u092C\u0902\u0926 \u0915\u0930\u0928\u0947 \u0915\u0947 \u092C\u093E\u0926 \u0907\u0938\u0947{touch}\u0938\u0947 \u091C\u0917\u093E\u092F\u093E \u091C\u093E \u0938\u0915\u0924\u093E \u0939\u0948\u0964 \u0907\u0938 \u0935\u093F\u0915\u0932\u094D\u092A \u0915\u094B \u0917\u0932\u0924\u0940 \u0938\u0947 \u092C\u0902\u0926 \u0915\u0930\u0928\u0947 \u0915\u0947 \u092C\u093E\u0926 \u092B\u094D\u0932\u094B\u091F\u093F\u0902\u0917 \u092C\u0949\u0932 \u0915\u094B \u092E\u093F\u0932\u0928\u0947 \u0938\u0947 \u0930\u094B\u0915\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F, \u0907\u0938 \u0938\u0947\u091F\u093F\u0902\u0917 \u092A\u0947\u091C \u0915\u094B \u092C\u0941\u0915\u092E\u093E\u0930\u094D\u0915 \u0915\u0930\u0928\u0947 \u0915\u0940 \u092A\u0941\u0930\u091C\u094B\u0930 \u0905\u0928\u0941\u0936\u0902\u0938\u093E \u0915\u0940 \u091C\u093E\u0924\u0940 \u0939\u0948\u0964","description.azureApiUrl":"\u0915\u0938\u094D\u091F\u092E \u090F\u092A\u0940\u0906\u0908 \u0907\u0902\u091F\u0930\u092B\u093C\u0947\u0938 \u092A\u0924\u093E \u092D\u0930\u0947\u0902",confirmSupportMouse:"\u092E\u093E\u0909\u0938 \u0938\u092E\u0930\u094D\u0925\u0928 \u0915\u094B \u0938\u0915\u094D\u0937\u092E \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u092C\u093E\u0927\u094D\u092F \u0915\u0930\u0947\u0902",confirmSupportMouseDescription:"\u092F\u0939 \u092A\u093E\u092F\u093E \u0917\u092F\u093E \u0939\u0948 \u0915\u093F \u0935\u0930\u094D\u0924\u092E\u093E\u0928 \u092C\u094D\u0930\u093E\u0909\u091C\u093C\u0930 \u092E\u093E\u0909\u0938 \u092B\u093C\u0902\u0915\u094D\u0936\u0928 \u0915\u093E \u0938\u092E\u0930\u094D\u0925\u0928 \u0928\u0939\u0940\u0902 \u0915\u0930\u0924\u093E \u0939\u0948\u0964 \u0915\u094D\u092F\u093E \u0906\u092A \u092E\u093E\u0909\u0938 \u0938\u092E\u0930\u094D\u0925\u0928 \u0915\u094B \u092C\u0932\u092A\u0942\u0930\u094D\u0935\u0915 \u0938\u0915\u094D\u0937\u092E \u0915\u0930\u0928\u093E \u091A\u093E\u0939\u0924\u0947 \u0939\u0948\u0902?",sampleTargetText:"\u0932\u092E\u094D\u092C\u0940 \u0930\u093E\u0924 \u0906\u0928\u0947 \u0935\u093E\u0932\u0940 \u0939\u0948, \u0914\u0930 \u0905\u092C \u0938\u0947 \u092E\u0948\u0902 \u092E\u0930\u0928\u0947 \u0924\u0915 \u091C\u093E\u0917\u0924\u093E \u0930\u0939\u0942\u0901\u0917\u093E\u0964 \u092E\u0948\u0902 \u0928 \u092A\u0924\u094D\u0928\u0940 \u0932\u0942\u0901\u0917\u093E, \u0928 \u091C\u093E\u0917\u0940\u0930, \u0928 \u092C\u091A\u094D\u091A\u0947\u0964 \u092E\u0948\u0902 \u0915\u094B\u0908 \u0924\u093E\u091C \u0928\u0939\u0940\u0902 \u092A\u0939\u0928\u0942\u0902\u0917\u093E \u092F\u093E \u0938\u092E\u094D\u092E\u093E\u0928 \u0915\u0947 \u0932\u093F\u090F \u092A\u094D\u0930\u0924\u093F\u0938\u094D\u092A\u0930\u094D\u0927\u093E \u0928\u0939\u0940\u0902 \u0915\u0930\u0942\u0902\u0917\u093E\u0964 \u092E\u0948\u0902 \u0905\u092A\u0928\u093E \u0915\u0930\u094D\u0924\u0935\u094D\u092F \u0928\u093F\u0937\u094D\u0920\u093E\u092A\u0942\u0930\u094D\u0935\u0915 \u0928\u093F\u092D\u093E\u090A\u0902\u0917\u093E, \u091C\u093F\u090A\u0902\u0917\u093E \u0914\u0930 \u092E\u0930\u0942\u0902\u0917\u093E\u0964",sampleSourceText:"Night gathers, and now my watch begins. It shall not end until my death. I shall take no wife, hold no lands, father no children. I shall wear no crowns and win no glory. I shall live and die at my post.","subtitle.supportedSites":"\u5DF2\u652F\u6301\u5728\u8FD9\u4E9B\u7F51\u7AD9\u4F7F\u7528\u53CC\u8BED\u5B57\u5E55\uFF08\u6CE8\u610F\uFF1A\u7531\u4E8E\u6280\u672F\u9650\u5236\uFF0C\u90E8\u5206\u7F51\u7AD9\u5728\u9996\u6B21\u5F00\u542F\u5B57\u5E55\u540E\u9700\u8981\u91CD\u65B0\u5237\u65B0\u9875\u9762\uFF0C\u6216\u8005\u9700\u7B49\u5F85\u7FFB\u8BD1\u5B8C\u6210\u4EE5\u663E\u793A\u53CC\u8BED\u5B57\u5E55\uFF09\uFF1A",viewWithImmersiveTranslate:"\u53CC\u8BED\u7248\u672C(\u6C89\u6D78\u5F0F\u7FFB\u8BD1)",errorReason:"\u9519\u8BEF\u539F\u56E0\uFF1A{message}","proQuotaExceededError.onetime7day":'\uFF0C\u60A8\u53EF\u4EE5\u9009\u62E9\u4EE5\u4E0B\u65B9\u5F0F\u89E3\u51B3\uFF1A

1. \u5207\u6362\u5230 {anotherService} \u6216\u5176\u4ED6\u7FFB\u8BD1\u670D\u52A1
2. \u5347\u7EA7\u4E3A\u6708\u5EA6/\u5E74\u5EA6\u4F1A\u5458',"proQuotaExceededError.trial":'\uFF0C\u60A8\u53EF\u4EE5\u9009\u62E9\u4EE5\u4E0B\u65B9\u5F0F\u89E3\u51B3\uFF1A

1. \u5207\u6362\u5230 {anotherService} \u6216\u5176\u4ED6\u7FFB\u8BD1\u670D\u52A1
2. \u7ACB\u523B\u5347\u7EA7\u4E3A\u6B63\u5F0F\u4F1A\u5458',"proQuotaExceededError.nonTrial":'\uFF0C\u60A8\u53EF\u4EE5\u9009\u62E9\u4EE5\u4E0B\u65B9\u5F0F\u89E3\u51B3\uFF1A

1. \u5207\u6362\u5230 {anotherService} \u6216\u5176\u4ED6\u7FFB\u8BD1\u670D\u52A1
2. \u8D2D\u4E70 {translationService} \u989D\u5916\u6D41\u91CF\u5305',"proQuotaExceededError.resetTime":"
3. \u989D\u5EA6\u91CD\u7F6E\u65F6\u95F4\uFF1A{resetTime}","desc.touchShortcutsToggleTranslatePageOnlyTranslation":"\u0915\u0947\u0935\u0932 \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u093E \u0924\u093E\u0924\u094D\u092A\u0930\u094D\u092F \u0939\u0948 \u0915\u093F \u0915\u0947\u0935\u0932 \u0905\u0928\u0941\u0935\u093E\u0926 \u092A\u094D\u0930\u0926\u0930\u094D\u0936\u093F\u0924 \u0939\u094B\u0917\u093E, \u092F\u0926\u093F \u0935\u0947\u092C\u092A\u0947\u091C \u0905\u092D\u0940 \u0924\u0915 \u0905\u0928\u0941\u0935\u093E\u0926\u093F\u0924 \u0928\u0939\u0940\u0902 \u0939\u0941\u0906 \u0939\u0948, \u0924\u094B \u092E\u094B\u0921 \u092C\u0926\u0932\u0947\u0917\u093E \u0914\u0930 \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0947\u0917\u093E\u0964","desc.toggleOnlyTransation":"\u0915\u0947\u0935\u0932 \u0905\u0928\u0941\u0935\u093E\u0926 \u092E\u094B\u0921 \u0915\u093E \u0924\u093E\u0924\u094D\u092A\u0930\u094D\u092F \u0939\u0948 \u0915\u093F \u0915\u0947\u0935\u0932 \u0905\u0928\u0941\u0935\u093E\u0926 \u092A\u094D\u0930\u0926\u0930\u094D\u0936\u093F\u0924 \u0939\u094B\u0917\u093E, \u092F\u0926\u093F \u0935\u0947\u092C\u092A\u0947\u091C \u0905\u092D\u0940 \u0924\u0915 \u0905\u0928\u0941\u0935\u093E\u0926\u093F\u0924 \u0928\u0939\u0940\u0902 \u0939\u0941\u0906 \u0939\u0948, \u0924\u094B \u092E\u094B\u0921 \u092C\u0926\u0932 \u091C\u093E\u090F\u0917\u093E \u0914\u0930 \u0905\u0928\u0941\u0935\u093E\u0926 \u0939\u094B\u0917\u093E\u0964",touchShortcutsToggleTranslatePageOnlyTranslation:"\u0938\u094D\u0915\u094D\u0930\u0940\u0928 \u091F\u091A \u091C\u0947\u0938\u094D\u091A\u0930 \u0938\u0947\u091F \u0915\u0930\u0947\u0902 \u0926\u094D\u0935\u093F\u092D\u093E\u0937\u0940 / \u0915\u0947\u0935\u0932 \u0905\u0928\u0941\u0935\u093E\u0926 \u092E\u094B\u0921 \u0915\u094B \u0938\u094D\u0935\u093F\u091A \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F",download_started:"\u0921\u093E\u0909\u0928\u0932\u094B\u0921 \u0936\u0941\u0930\u0942 \u0939\u094B \u091A\u0941\u0915\u093E \u0939\u0948, \u092F\u0926\u093F \u0938\u094D\u0935\u091A\u093E\u0932\u093F\u0924 \u0930\u0942\u092A \u0938\u0947 \u0921\u093E\u0909\u0928\u0932\u094B\u0921 \u0928\u0939\u0940\u0902 \u0939\u094B \u0930\u0939\u093E \u0939\u0948, \u0924\u094B \u0915\u0943\u092A\u092F\u093E \u092E\u0948\u0928\u094D\u092F\u0941\u0905\u0932 \u0930\u0942\u092A \u0938\u0947 \u0915\u094D\u0932\u093F\u0915 \u0915\u0930\u0947\u0902\u0964",here:"\u092F\u0939\u093E\u0901",batchEdit:"\u0925\u094B\u0915 \u0938\u0902\u091A\u093E\u0932\u0928","error.goReset":"\u0930\u0940\u0938\u0947\u091F \u0915\u0930\u0947\u0902",translationFont:"\u092B\u093C\u0949\u0928\u094D\u091F \u0938\u0947\u091F \u0915\u0930\u0947\u0902","translationFont.custom":"\u0905\u092A\u0928\u0940 \u0915\u0938\u094D\u091F\u092E \u092B\u093C\u0949\u0928\u094D\u091F \u0926\u0930\u094D\u091C \u0915\u0930\u0947\u0902","translationModeLang.translation.title":"\u0915\u0947\u0935\u0932 \u0905\u0928\u0941\u0935\u093E\u0926 \u092E\u094B\u0921 \u0915\u0940 \u092D\u093E\u0937\u093E","translationFont.customPlaceholder":"\u092B\u093C\u0949\u0928\u094D\u091F","translationServices.inherit":"\u092E\u0941\u0916\u094D\u092F \u0905\u0928\u0941\u0935\u093E\u0926 \u0938\u0947\u0935\u093E \u0915\u093E \u092A\u093E\u0932\u0928 \u0915\u0930\u0947\u0902","error.serveConfigError":"\u0938\u0947\u0935\u093E \u0938\u092E\u093E\u0915\u0943\u0924\u093F \u0924\u094D\u0930\u0941\u091F\u093F","error.configError":"\u0935\u093F\u0928\u094D\u092F\u093E\u0938 \u0921\u0947\u091F\u093E \u0905\u0938\u093E\u092E\u093E\u0928\u094D\u092F","translationModeUrl.translation.title":"\u0915\u0947\u0935\u0932 \u0905\u0928\u0941\u0935\u093E\u0926 \u092E\u094B\u0921 \u0915\u093E URL",toggleToService:"{\u0938\u0947\u0935\u093E} \u092A\u0930 \u0938\u094D\u0935\u093F\u091A \u0915\u0930\u0947\u0902 \u0914\u0930 \u092A\u0941\u0928\u0903 \u092A\u094D\u0930\u092F\u093E\u0938 \u0915\u0930\u0947\u0902",videoSubtitlePreTranslationOn:"\u0935\u0940\u0921\u093F\u092F\u094B \u0938\u092C\u091F\u093E\u092F\u091F\u0932\u094D\u0938 \u0915\u093E \u092A\u094D\u0930\u093E\u0925\u092E\u093F\u0915\u0924\u093E \u0938\u094D\u0935\u0930\u0942\u092A \u092E\u0947\u0902 \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u093E \u0909\u092A\u092F\u094B\u0917 \u0915\u0930\u0947\u0902\u0917\u0947\u0964","touch.mouse-translate":"\u0915\u0943\u092A\u092F\u093E \u0928\u093F\u0930\u094D\u0926\u093F\u0937\u094D\u091F \u092A\u0948\u0930\u093E\u0917\u094D\u0930\u093E\u092B \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0947\u0902",detectServiceLoading:"\u0909\u092A\u0932\u092C\u094D\u0927 \u0905\u0928\u0941\u0935\u093E\u0926 \u0938\u0947\u0935\u093E\u0913\u0902 \u0915\u0940 \u091C\u093E\u0902\u091A \u0915\u0930 \u0930\u0939\u093E \u0939\u0948...","error.proTokenInvalid":"\u092F\u0926\u093F \u0906\u092A \u092A\u094D\u0930\u094B \u0909\u092A\u092F\u094B\u0917\u0915\u0930\u094D\u0924\u093E \u0939\u0948\u0902, \u0924\u094B \u0915\u0943\u092A\u092F\u093E \u092A\u094D\u0930\u094B \u0905\u0928\u0941\u0935\u093E\u0926 \u0938\u0947\u0935\u093E \u0915\u093E \u0909\u092A\u092F\u094B\u0917 \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u0932\u0949\u0917 \u0907\u0928 \u0915\u0930\u0947\u0902\u0964","error.400":"\u0938\u0947\u0935\u093E \u0924\u094D\u0930\u0941\u091F\u093F \u0935\u093E\u092A\u0938 \u0915\u0930\u0924\u0940 \u0939\u0948, \u0905\u0928\u0941\u0930\u094B\u0927 \u092A\u0948\u0930\u093E\u092E\u0940\u091F\u0930 \u0917\u0932\u0924 \u0939\u0948, \u0915\u0943\u092A\u092F\u093E \u0938\u0902\u092C\u0902\u0927\u093F\u0924 \u0915\u0949\u0928\u094D\u092B\u093C\u093F\u0917\u0930\u0947\u0936\u0928 \u0915\u0940 \u091C\u093E\u0902\u091A \u0915\u0930\u0947\u0902\u0964","error.502":"\u0938\u0947\u0935\u093E \u0924\u094D\u0930\u0941\u091F\u093F \u0932\u094C\u091F\u0924\u0940 \u0939\u0948, \u0938\u0947\u0935\u093E \u0938\u092E\u092F \u0938\u092E\u093E\u092A\u094D\u0924, \u0915\u0943\u092A\u092F\u093E \u092C\u093E\u0926 \u092E\u0947\u0902 \u092A\u0941\u0928\u0903 \u092A\u094D\u0930\u092F\u093E\u0938 \u0915\u0930\u0947\u0902\u0964","error.reloadPageOfSetting":"\u0915\u0949\u0928\u094D\u092B\u093C\u093F\u0917\u0930 \u0915\u0930\u0928\u0947 \u0915\u0947 \u092C\u093E\u0926, \u0915\u0943\u092A\u092F\u093E \u092A\u0943\u0937\u094D\u0920 \u0915\u094B \u0924\u093E\u091C\u093C\u093E \u0915\u0930\u0947\u0902 \u0914\u0930 \u092B\u093F\u0930 \u0938\u0947 \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0947\u0902\u0964","translationModeUrl.translation.description":"\u091C\u092C \u0935\u0947\u092C\u0938\u093E\u0907\u091F \u0928\u093F\u092E\u094D\u0928\u0932\u093F\u0916\u093F\u0924 \u0921\u094B\u092E\u0947\u0928 \u0915\u0947 \u0932\u093F\u090F \u0939\u094B\u0924\u0940 \u0939\u0948, \u0924\u094B \u092F\u0939 \u0938\u094D\u0935\u091A\u093E\u0932\u093F\u0924 \u0930\u0942\u092A \u0938\u0947 \u0915\u0947\u0935\u0932 \u0905\u0928\u0941\u0935\u093E\u0926 \u092E\u094B\u0921 \u0915\u093E \u0909\u092A\u092F\u094B\u0917 \u0915\u0930\u0947\u0917\u0940\u0964","error.googleLimitIp":"\u0938\u0947\u0935\u093E \u0924\u094D\u0930\u0941\u091F\u093F \u0932\u094C\u091F\u093E\u0924\u0940 \u0939\u0948, \u0917\u0942\u0917\u0932 \u0938\u0947\u0935\u093E\u090F\u0902 \u0907\u0938 IP \u092A\u0924\u0947 \u092A\u0930 \u092A\u094D\u0930\u0935\u093E\u0939 \u0938\u0940\u092E\u093F\u0924 \u0915\u0930 \u091A\u0941\u0915\u0940 \u0939\u0948\u0902, \u0906\u092A\u0915\u093E \u0938\u0941\u091D\u093E\u0935 \u0939\u0948 \u0915\u093F \u0906\u092A \u0928\u0947\u091F\u0935\u0930\u094D\u0915 \u0928\u094B\u0921 \u092C\u0926\u0932\u0947\u0902\u0964","error.proUpgrade":"\u0905\u092A\u0917\u094D\u0930\u0947\u0921 \u0915\u0930\u0928\u0947 \u0915\u0947 \u092C\u093E\u0926, \u0915\u0943\u092A\u092F\u093E \u092A\u0943\u0937\u094D\u0920 \u0915\u094B \u0924\u093E\u091C\u093C\u093E \u0915\u0930\u0947\u0902 \u0914\u0930 \u092B\u093F\u0930 \u0938\u0947 \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0947\u0902\u0964","error.gemini.429":"\u0935\u0930\u094D\u0924\u092E\u093E\u0928 \u092E\u0947\u0902 \u091C\u0947\u092E\u093F\u0928\u0940 \u0938\u0947\u0935\u093E \u0915\u0940 \u0935\u0930\u094D\u0924\u092E\u093E\u0928 \u092D\u0930\u0923 \u0915\u094D\u0937\u092E\u0924\u093E \u0938\u0940\u092E\u093E \u0915\u094B \u092A\u0939\u0941\u0902\u091A \u091A\u0941\u0915\u0940 \u0939\u0948, \u0915\u0943\u092A\u092F\u093E \u092C\u093E\u0926 \u092E\u0947\u0902 \u092A\u094D\u0930\u092F\u093E\u0938 \u0915\u0930\u0947\u0902, \u092F\u093E \u0905\u0928\u094D\u092F \u0905\u0928\u0941\u0935\u093E\u0926 \u0938\u0947\u0935\u093E\u0913\u0902 \u092A\u0930 \u0938\u094D\u0935\u093F\u091A \u0915\u0930\u0947\u0902\u0964",enableSentryReport:"\u091C\u092C \u090F\u0915\u094D\u0938\u091F\u0947\u0902\u0936\u0928 \u092E\u0947\u0902 \u0924\u094D\u0930\u0941\u091F\u093F \u0939\u094B\u0924\u0940 \u0939\u0948, \u0924\u094B Sentry \u0915\u093E \u0909\u092A\u092F\u094B\u0917 \u092A\u094D\u0930\u0924\u093F\u0915\u094D\u0930\u093F\u092F\u093E \u0938\u092C\u092E\u093F\u091F \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u0915\u0930\u0947\u0902\u0964","error.403":"\u0938\u0947\u0935\u093E \u0924\u094D\u0930\u0941\u091F\u093F \u0932\u094C\u091F\u093E\u0924\u0940 \u0939\u0948, \u0905\u0938\u094D\u0925\u093E\u092F\u0940 \u0930\u0942\u092A \u0938\u0947 \u0907\u0938 \u0938\u0947\u0935\u093E \u0915\u093E \u0909\u092A\u092F\u094B\u0917 \u0915\u0930\u0928\u0947 \u0915\u0940 \u0905\u0928\u0941\u092E\u0924\u093F \u0928\u0939\u0940\u0902 \u0939\u0948\u0964","translationModeLang.translation.description":"\u091C\u092C \u092A\u0943\u0937\u094D\u0920 \u0915\u0940 \u092D\u093E\u0937\u093E \u0928\u093F\u092E\u094D\u0928\u0932\u093F\u0916\u093F\u0924 \u092D\u093E\u0937\u093E\u0913\u0902 \u092E\u0947\u0902 \u0939\u094B\u0924\u0940 \u0939\u0948, \u0924\u094B \u0915\u0947\u0935\u0932 \u0905\u0928\u0941\u0935\u093E\u0926 \u092E\u094B\u0921 \u0915\u093E \u0938\u094D\u0935\u091A\u093E\u0932\u093F\u0924 \u0930\u0942\u092A \u0938\u0947 \u0909\u092A\u092F\u094B\u0917 \u0915\u093F\u092F\u093E \u091C\u093E\u090F\u0917\u093E",videoSubtitlePreTranslationOff:"\u0935\u0940\u0921\u093F\u092F\u094B \u0938\u092C\u091F\u093E\u092F\u091F\u0932 \u092E\u0942\u0932 \u0935\u0940\u0921\u093F\u092F\u094B \u0926\u094D\u0935\u093E\u0930\u093E \u0938\u094D\u0935\u091A\u093E\u0932\u093F\u0924 \u0930\u0942\u092A \u0938\u0947 \u0905\u0928\u0941\u0935\u093E\u0926\u093F\u0924 \u0938\u092C\u091F\u093E\u092F\u091F\u0932 \u0915\u093E \u092A\u094D\u0930\u093E\u0925\u092E\u093F\u0915\u0924\u093E \u092A\u094D\u0930\u0926\u093E\u0928 \u0915\u0930\u0947\u0917\u093E\u0964","error.429":"\u0938\u0947\u0935\u093E \u0924\u094D\u0930\u0941\u091F\u093F \u0932\u094C\u091F\u093E\u0924\u0940 \u0939\u0948, \u091C\u093F\u0938\u0915\u093E \u0905\u0930\u094D\u0925 \u0939\u0948 \u0915\u093F \u0905\u0928\u0941\u0930\u094B\u0927 \u092C\u0939\u0941\u0924 \u0905\u0915\u094D\u0938\u0930 \u0939\u094B \u0930\u0939\u0947 \u0939\u0948\u0902 \u092F\u093E \u0938\u0940\u092E\u093E \u0938\u0940\u092E\u093E \u0938\u0947 \u0905\u0927\u093F\u0915 \u0939\u0948\u0902, \u0915\u0943\u092A\u092F\u093E \u092C\u093E\u0926 \u092E\u0947\u0902 \u092A\u0941\u0928\u0903 \u092A\u094D\u0930\u092F\u093E\u0938 \u0915\u0930\u0947\u0902\u0964","error.openAIExceededQuota":"\u0938\u0947\u0935\u093E \u0924\u094D\u0930\u0941\u091F\u093F \u0935\u093E\u092A\u0938 \u0915\u0930\u0924\u0940 \u0939\u0948: \u0906\u092A\u0915\u093E \u0935\u0930\u094D\u0924\u092E\u093E\u0928 OpenAI \u0916\u093E\u0924\u093E \u092C\u0948\u0932\u0947\u0902\u0938 \u092A\u0930\u094D\u092F\u093E\u092A\u094D\u0924 \u0928\u0939\u0940\u0902 \u0939\u0948, \u0915\u0943\u092A\u092F\u093E OpenAI \u0906\u0927\u093F\u0915\u093E\u0930\u093F\u0915 \u092C\u0948\u0915\u090F\u0902\u0921 \u092E\u0947\u0902 \u0930\u093F\u091A\u093E\u0930\u094D\u091C \u0915\u0930\u0947\u0902 \u092F\u093E \u0915\u094D\u0930\u0947\u0921\u093F\u091F \u0915\u093E\u0930\u094D\u0921 \u092C\u093E\u0902\u0927\u0947\u0902\u0964","translationFont.notSupportErrorMessage":"\u0915\u0943\u092A\u092F\u093E \u091C\u093E\u0902\u091A\u0947\u0902 \u0915\u093F \u0906\u092A\u0915\u0947 \u0926\u094D\u0935\u093E\u0930\u093E \u0926\u0930\u094D\u091C \u0915\u093F\u092F\u093E \u0917\u092F\u093E \u092B\u093C\u0949\u0928\u094D\u091F \u0928\u093E\u092E \u0938\u0939\u0940 \u0939\u0948 \u092F\u093E \u0928\u0939\u0940\u0902, \u092F\u093E \u092F\u0939 \u0938\u0941\u0928\u093F\u0936\u094D\u091A\u093F\u0924 \u0915\u0930\u0947\u0902 \u0915\u093F \u092F\u0939 \u092B\u093C\u0949\u0928\u094D\u091F \u0906\u092A\u0915\u0947 \u0909\u092A\u0915\u0930\u0923 \u092A\u0930 \u0938\u094D\u0925\u093E\u092A\u093F\u0924 \u0939\u0948\u0964","error.openAIFreeLimit":"\u0938\u0947\u0935\u093E \u0924\u094D\u0930\u0941\u091F\u093F \u0932\u094C\u091F\u093E\u0924\u0940 \u0939\u0948, \u0935\u0930\u094D\u0924\u092E\u093E\u0928 \u0905\u0928\u0941\u0935\u093E\u0926 \u0905\u0928\u0941\u0930\u094B\u0927 \u0915\u0940 \u0906\u0935\u0943\u0924\u094D\u0924\u093F \u092A\u094D\u0930\u0924\u093F \u092E\u093F\u0928\u091F 3 \u092C\u093E\u0930 \u0915\u0940 \u0905\u0927\u093F\u0915\u0924\u092E \u0938\u0940\u092E\u093E \u0924\u0915 \u092A\u0939\u0941\u0902\u091A \u091A\u0941\u0915\u0940 \u0939\u0948, \u0915\u0943\u092A\u092F\u093E \u092C\u093E\u0926 \u092E\u0947\u0902 \u092A\u094D\u0930\u092F\u093E\u0938 \u0915\u0930\u0947\u0902\u0964 (\u092F\u0939 OpenAI \u0915\u0940 \u0906\u0927\u093F\u0915\u093E\u0930\u093F\u0915 \u0938\u0940\u092E\u093E \u0939\u0948 \u0928\u093F:\u0936\u0941\u0932\u094D\u0915 API Key \u0915\u0947 \u0932\u093F\u090F, \u0907\u0938 \u0938\u0940\u092E\u093E \u0915\u094B \u0939\u091F\u093E\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F, \u0915\u0943\u092A\u092F\u093E OpenAI \u092C\u0948\u0915\u090F\u0902\u0921 \u092E\u0947\u0902 \u0915\u094D\u0930\u0947\u0921\u093F\u091F \u0915\u093E\u0930\u094D\u0921 \u092C\u093E\u0902\u0927\u0947\u0902\u0964)","desc.toggleVideoSubtitlePreTranslation":"\u091C\u092C \u0906\u092A \u0907\u0938\u0947 \u0926\u092C\u093E\u0924\u0947 \u0939\u0948\u0902, \u0924\u094B \u0935\u0940\u0921\u093F\u092F\u094B \u0926\u094D\u0935\u093F\u092D\u093E\u0937\u0940 \u0909\u092A\u0936\u0940\u0930\u094D\u0937\u0915 \u092A\u094D\u0930\u093E\u0925\u092E\u093F\u0915\u0924\u093E \u0938\u0947 \u0921\u0941\u092C\u0915\u0940 \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0940 \u0938\u0947\u091F\u093F\u0902\u0917 \u0915\u093E \u0909\u092A\u092F\u094B\u0917 \u0915\u0930\u0947\u0917\u093E, \u092B\u093F\u0930 \u0938\u0947 \u0926\u092C\u093E\u0928\u0947 \u092A\u0930 \u092F\u0939 \u092E\u0942\u0932 \u0935\u0940\u0921\u093F\u092F\u094B \u0915\u0947 \u0938\u094D\u0935\u091A\u093E\u0932\u093F\u0924 \u0905\u0928\u0941\u0935\u093E\u0926\u093F\u0924 \u0909\u092A\u0936\u0940\u0930\u094D\u0937\u0915 \u0915\u093E \u0909\u092A\u092F\u094B\u0917 \u0915\u0930\u0947\u0917\u093E, \u0927\u094D\u092F\u093E\u0928 \u0926\u0947\u0902: \u0907\u0938 \u0936\u0949\u0930\u094D\u091F\u0915\u091F \u0926\u094D\u0935\u093E\u0930\u093E \u0938\u0902\u0936\u094B\u0927\u093F\u0924 \u0938\u0947\u091F\u093F\u0902\u0917 \u0935\u0948\u0936\u094D\u0935\u093F\u0915 \u0939\u094B\u0924\u0940 \u0939\u0948\u0964","error.serveUnavailable":"\u0906\u092A\u0915\u0947 \u0926\u094D\u0935\u093E\u0930\u093E \u0935\u0930\u094D\u0924\u092E\u093E\u0928 \u092E\u0947\u0902 \u0909\u092A\u092F\u094B\u0917 \u0915\u093F\u090F \u091C\u093E \u0930\u0939\u0947 [{serverName}] \u0938\u0947\u0935\u093E \u0915\u094B \u0928\u0947\u091F\u0935\u0930\u094D\u0915 \u0915\u0928\u0947\u0915\u094D\u0936\u0928 \u092F\u093E \u0938\u0947\u0935\u093E \u092A\u094D\u0930\u0926\u093E\u0924\u093E \u0915\u0940 \u0938\u092E\u0938\u094D\u092F\u093E \u0915\u0947 \u0915\u093E\u0930\u0923 \u0905\u0938\u094D\u0925\u093E\u092F\u0940 \u0930\u0942\u092A \u0938\u0947 \u0909\u092A\u092F\u094B\u0917 \u0915\u0930\u0928\u0947 \u092E\u0947\u0902 \u0905\u0938\u092E\u0930\u094D\u0925 \u0939\u0948\u0964 \u0939\u092E\u093E\u0930\u093E \u0938\u0941\u091D\u093E\u0935 \u0939\u0948 \u0915\u093F \u0906\u092A \u092A\u0943\u0937\u094D\u0920 \u0915\u094B \u0924\u093E\u091C\u093E \u0915\u0930\u0928\u0947 \u0915\u093E \u092A\u094D\u0930\u092F\u093E\u0938 \u0915\u0930\u0947\u0902 \u092F\u093E <1>\u0938\u0947\u091F\u093F\u0902\u0917\u094D\u0938 \u0915\u0947 \u092E\u093E\u0927\u094D\u092F\u092E \u0938\u0947 \u0905\u0928\u094D\u092F \u0905\u0928\u0941\u0935\u093E\u0926 \u0938\u0947\u0935\u093E\u0913\u0902 \u0915\u094B \u092C\u0926\u0932\u0928\u0947 \u0915\u093E \u092A\u094D\u0930\u092F\u093E\u0938 \u0915\u0930\u0947\u0902\u0964 \u092F\u0926\u093F \u0906\u092A <2>Pro \u0938\u0926\u0938\u094D\u092F \u0939\u0948\u0902, \u0924\u094B \u0906\u092A DeepL \u092F\u093E OpenAI \u0905\u0928\u0941\u0935\u093E\u0926 \u0938\u0947\u0935\u093E \u0915\u093E \u0909\u092A\u092F\u094B\u0917 \u0915\u0930\u0928\u0947 \u0915\u093E \u091A\u092F\u0928 \u0915\u0930 \u0938\u0915\u0924\u0947 \u0939\u0948\u0902 \u091C\u094B \u0905\u0927\u093F\u0915 \u0938\u094D\u0925\u093F\u0930 \u0939\u0948 (<3>\u092F\u0939\u093E\u0902 \u092E\u0941\u092B\u094D\u0924 \u0905\u0928\u0941\u092D\u0935 \u0915\u0930\u0947\u0902)\u0964 \u0907\u0938\u0915\u0947 \u0905\u0932\u093E\u0935\u093E, \u0906\u092A\u0915\u094B \u0936\u093E\u092F\u0926 \u0905\u092A\u0928\u0940 \u0928\u0947\u091F\u0935\u0930\u094D\u0915 \u092F\u093E \u092A\u094D\u0930\u0949\u0915\u094D\u0938\u0940 \u0938\u0947\u091F\u093F\u0902\u0917\u094D\u0938 \u0915\u0940 \u091C\u093E\u0902\u091A \u0915\u0930\u0928\u0947 \u0915\u0940 \u0906\u0935\u0936\u094D\u092F\u0915\u0924\u093E \u0939\u094B \u0938\u0915\u0924\u0940 \u0939\u0948\u0964","translationServices.gemini":"\u092E\u093F\u0925\u0941\u0928","widget.translateFile":"PDF/ePub",goLogin:"\u0932\u0949\u0917 \u0907\u0928 \u0915\u0930\u0947\u0902","error.reason":"\u0924\u094D\u0930\u0941\u091F\u093F \u0915\u093E \u0915\u093E\u0930\u0923",contact:"\u0939\u092E\u0938\u0947 \u0938\u0902\u092A\u0930\u094D\u0915 \u0915\u0930\u0947\u0902",pickAll:"\u0938\u092D\u0940 \u0915\u093E \u091A\u092F\u0928 \u0915\u0930\u0947\u0902","multipleClick.3":"\u0924\u094D\u0930\u093F\u092A\u0932 \u0939\u093F\u091F","floatBall.iKnow":"\u092E\u0948\u0902\u0928\u0947 \u0938\u092E\u091D \u0932\u093F\u092F\u093E",shortcutSettings:"\u0936\u0949\u0930\u094D\u091F\u0915\u091F \u0915\u0941\u0902\u091C\u0940","error.retry":"\u092A\u0941\u0928\u0903 \u092A\u094D\u0930\u092F\u093E\u0938 \u0915\u0930\u0947\u0902",touchShortcutsOff:"\u092C\u0902\u0926 \u0915\u0930\u0947\u0902","subtitle.bilingual":"\u0926\u094D\u0935\u093F\u092D\u093E\u0937\u0940\u092F \u0909\u092A\u0936\u0940\u0930\u094D\u0937\u0915","tagsInput.add":"+ \u091C\u094B\u0921\u093C\u0947\u0902","slide.right":"\u092C\u093E\u090F\u0902 \u0938\u094D\u0932\u093E\u0907\u0921 \u0915\u0930\u0947\u0902","multipleClick.2":"\u0921\u092C\u0932 \u0915\u094D\u0932\u093F\u0915","widget.instruction":"\u0909\u092A\u092F\u094B\u0917 \u0915\u0940 \u0928\u093F\u0930\u094D\u0926\u0947\u0936\u093F\u0915\u093E",loggedIn:"\u0932\u0949\u0917 \u0907\u0928 \u0915\u093F\u092F\u093E \u0939\u0941\u0906 \u0939\u0948","shortcutGroup.main":"\u0938\u093E\u092E\u093E\u0928\u094D\u092F \u0909\u092A\u092F\u094B\u0917 \u0915\u0940 \u0936\u0949\u0930\u094D\u091F\u0915\u091F \u0915\u0941\u0902\u091C\u0940","slide.left":"\u0926\u093E\u090F\u0902 \u0938\u094D\u0932\u093E\u0907\u0921 \u0915\u0930\u0947\u0902",shortcutSettingsTitle:"\u0936\u0949\u0930\u094D\u091F\u0915\u091F \u0915\u0940 \u0938\u0947\u091F\u093F\u0902\u0917","multipleClick.4":"\u091A\u093E\u0930\u0939\u093F\u091F \u0938\u0902\u092F\u094B\u091C\u0928","error.subscriptionExpiredTitle":"\u0938\u0926\u0938\u094D\u092F\u0924\u093E \u0938\u092E\u093E\u092A\u094D\u0924 \u0939\u094B \u0917\u0908 \u0939\u0948",notLogin:"\u0932\u0949\u0917 \u0907\u0928 \u0928\u0939\u0940\u0902 \u0915\u093F\u092F\u093E \u0939\u0948","shortcutGroup.others":"\u0905\u0927\u093F\u0915 \u0915\u0938\u094D\u091F\u092E \u092B\u093C\u0902\u0915\u094D\u0936\u0928 \u0936\u0949\u0930\u094D\u091F\u0915\u091F","subtitle.hideQuickButton":"\u0907\u0938 \u0936\u0949\u0930\u094D\u091F\u0915\u091F \u0915\u094B \u092B\u093F\u0930 \u0938\u0947 \u0928\u093E \u0926\u093F\u0916\u093E\u090F\u0902","widget.videoSubtitleTooltip":"Youtube \u0906\u0926\u093F {count}+ \u0935\u0940\u0921\u093F\u092F\u094B \u0935\u0947\u092C\u0938\u093E\u0907\u091F\u094B\u0902 \u0915\u093E \u0938\u092E\u0930\u094D\u0925\u0928 \u0915\u0930\u0947\u0902","browser.translateInputBox":"\u0935\u0930\u094D\u0924\u092E\u093E\u0928 \u0907\u0928\u092A\u0941\u091F \u092C\u0949\u0915\u094D\u0938 \u0915\u0940 \u0938\u093E\u092E\u0917\u094D\u0930\u0940 \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0947\u0902",temprarilyChangeTranslationTo_openai:"\u0939\u092E \u0935\u0930\u094D\u0924\u092E\u093E\u0928 \u092A\u0943\u0937\u094D\u0920 \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 OpenAI \u0915\u093E \u0909\u092A\u092F\u094B\u0917 \u0915\u0930 \u0930\u0939\u0947 \u0939\u0948\u0902",alwaysTranslateThisSite:"\u0939\u092E\u0947\u0936\u093E \u0907\u0938 \u0935\u0947\u092C\u0938\u093E\u0907\u091F \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0947\u0902","shortcutGroup.mouse":"\u092E\u093E\u0909\u0938 \u0939\u094B\u0935\u0930 \u0936\u0949\u0930\u094D\u091F\u0915\u091F \u0915\u0949\u0928\u094D\u092B\u093C\u093F\u0917\u0930\u0947\u0936\u0928",translationOnlyMode:`\u0915\u0947\u0935\u0932 \u0905\u0928\u0941\u0935\u093E\u0926 \u092E\u094B\u0921 + {env.imt_sub_trans_field}: Traduction`,"subtitle.quickButton.magenta":"Fuchsia","subtitle.quickButton.red":"Rouge","subtitle.quickButton.setting":"Param\xE9trage","subtitle.quickButton.black":"noir","subtitle.quickButton.translationPosition":"Position de traduction","subtitle.quickButton.green":"Vert","subtitle.quickButton.translationFontSize":"Taille de police de traduction","subtitle.quickButton.sourceTextColor":"Couleur de police d'origine","translationServices.claude":"Claude","subtitle.quickButton.blue":"Bleu","subtitle.quickButton.sourceFontSize":"La taille originale de la police","subtitle.quickButton.translationTextColor":"Couleur de la police de traduction","subtitle.quickButton.backgroundColor":"couleur d'arri\xE8re-plan","subtitle.quickButton.white":"Blanc","subtitle.quickButton.translationPositionTop":"En haut de l'original","subtitle.quickButton.yellow":"jaune","subtitle.quickButton.cyan":"Bleu","subtitle.quickButton.backgroundOpacity":"Opacit\xE9 de l'arri\xE8re-plan","subtitle.quickButton.translationPositionBottom":"\u5728\u539F\u6587\u4E0B\u65B9",attachSubtitleTranslating:"Utilisation de {service} pour la traduction en cours...","error.claude.403":"Acc\xE8s temporairement interdit au service, cela peut \xEAtre li\xE9 aux restrictions r\xE9gionales de Claude. Vous pouvez essayer de changer votre adresse IP ou utiliser un autre service de traduction.","browser.brandDescriptionForSafari":"\u3010Traduction immersive\u3011Un plugin de traduction de pages web bilingue gratuit (texte original / traduction), qui supporte \xE9galement la traduction de PDF et de livres \xE9lectroniques EPUB tout en conservant la mise en page originale, la traduction de sous-titres bilingues pour des vid\xE9os en ligne comme Youtube/Netflix, et qui supporte les services de traduction principaux tels que Deepl/Google;","browser.PdfProFile":"AI pilot\xE9 PDF Pro traduction","browser.textTranslate":"Traduction de texte"};var yh={nologin:"\u0905\u0902\u0926\u0930 \u092A\u094D\u0930\u0935\u0947\u0936 \u0915\u0940 \u0905\u0928\u0941\u092E\u0924\u093F \u0928\u0939\u0940\u0902 \u0939\u0948",loginForSafari:"\u0932\u0949\u0917-\u0907\u0928 \u092F\u093E \u092A\u0902\u091C\u0940\u0915\u0943\u0924",login:"\u0932\u0949\u0917 \u0907\u0928 \u0915\u0930\u0928\u0947 \u0915\u0947 \u092C\u093E\u0926 \u0906\u092A \u0938\u0926\u0938\u094D\u092F\u0924\u093E \u0938\u0915\u094D\u0930\u093F\u092F \u0915\u0930 \u0938\u0915\u0924\u0947 \u0939\u0948\u0902",manageAccount:"\u0916\u093E\u0924\u0947 \u0915\u093E \u092A\u094D\u0930\u092C\u0902\u0927\u0928 \u0915\u0930\u0947\u0902",openPremium:"\u0938\u0926\u0938\u094D\u092F\u0924\u093E \u0917\u094D\u0930\u0939\u0923 \u0915\u0930\u0947\u0902",logout:"\u091B\u094B\u0921\u093C\u0928\u093E",curentPlan:"\u0935\u0930\u094D\u0924\u092E\u093E\u0928 \u092A\u0948\u0915\u0947\u091C",endAt:"\u092A\u0930\u093F\u092A\u0915\u094D\u0935\u0924\u093E",endAuto:"\u0938\u094D\u0935\u091A\u093E\u0932\u093F\u0924 \u0928\u0935\u0940\u0915\u0930\u0923",lineBreakMaxTextCount:"\u092A\u0902\u0915\u094D\u0924\u093F \u0935\u093F\u0930\u093E\u092E \u0915\u0947 \u092C\u093E\u0926 \u092A\u094D\u0930\u0924\u093F \u0935\u093E\u0915\u094D\u092F \u0905\u0928\u0941\u092E\u0924 \u0935\u0930\u094D\u0923\u094B\u0902 \u0915\u0940 \u0905\u0927\u093F\u0915\u0924\u092E \u0938\u0902\u0916\u094D\u092F\u093E","translate-pdf":"\u092A\u0940\u0921\u0940\u090F\u092B \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u0915\u094D\u0932\u093F\u0915 \u0915\u0930\u0947\u0902","noSupportTranslate-pdf":"\u0938\u094D\u0915\u094D\u0930\u093F\u092A\u094D\u091F \u0938\u092E\u0930\u094D\u0925\u093F\u0924 \u0928\u0939\u0940\u0902 \u0939\u0948, \u0915\u0943\u092A\u092F\u093E \u092A\u094D\u0932\u0917-\u0907\u0928 \u0915\u093E \u0909\u092A\u092F\u094B\u0917 \u0915\u0930\u0947\u0902","translate-firefox-local-pdf":"\u092A\u0940\u0921\u0940\u090F\u092B \u0906\u092F\u093E\u0924 \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u0915\u094D\u0932\u093F\u0915 \u0915\u0930\u0947\u0902",enableLineBreak:"\u0932\u0902\u092C\u0947 \u0905\u0928\u0941\u091A\u094D\u091B\u0947\u0926\u094B\u0902 \u0915\u0947 \u0932\u093F\u090F \u0938\u094D\u0935\u091A\u093E\u0932\u093F\u0924 \u0936\u092C\u094D\u0926 \u0930\u0948\u092A\u093F\u0902\u0917 \u091A\u093E\u0932\u0942 \u0915\u0930\u0947\u0902",sponsorLabel:"$1 \u0938\u0947 \u0936\u0941\u0930\u0942 \u0915\u0930\u0915\u0947 \u0915\u093F\u0938\u0940 \u0921\u0947\u0935\u0932\u092A\u0930 \u0915\u094B \u092A\u094D\u0930\u093E\u092F\u094B\u091C\u093F\u0924 \u0915\u0930\u0947\u0902",help:"\u092E\u0926\u0926",browserShortcutsNoteForFirefox:'\u092B\u093C\u093E\u092F\u0930\u092B\u093C\u0949\u0915\u094D\u0938 \u092C\u094D\u0930\u093E\u0909\u091C\u093C\u0930 \u092E\u0947\u0902 \u0936\u0949\u0930\u094D\u091F\u0915\u091F \u0915\u0941\u0902\u091C\u093F\u092F\u094B\u0902 \u0915\u094B \u0938\u0902\u0936\u094B\u0927\u093F\u0924 \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F, \u0906\u092A\u0915\u094B \u090F\u0915\u094D\u0938\u091F\u0947\u0902\u0936\u0928 \u092A\u094D\u0930\u092C\u0902\u0927\u0928 \u092A\u0943\u0937\u094D\u0920 `about:addons` \u0916\u094B\u0932\u0928\u093E \u0939\u094B\u0917\u093E, \u092B\u093F\u0930 "\u0938\u0947\u091F\u093F\u0902\u0917\u094D\u0938" \u092A\u0930 \u0915\u094D\u0932\u093F\u0915 \u0915\u0930\u0947\u0902, \u092B\u093F\u0930 \u0907\u0938\u0947 \u0938\u0947\u091F \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F "\u0936\u0949\u0930\u094D\u091F\u0915\u091F \u0915\u0941\u0902\u091C\u093F\u092F\u093E\u0901 \u092A\u094D\u0930\u092C\u0902\u0927\u093F\u0924 \u0915\u0930\u0947\u0902" \u092A\u0930 \u0915\u094D\u0932\u093F\u0915 \u0915\u0930\u0947\u0902\u0964',browserShortcutsNoteForChrome:"\u0915\u094D\u0930\u094B\u092E-\u091C\u0948\u0938\u0947 \u092C\u094D\u0930\u093E\u0909\u091C\u093C\u0930 \u092E\u0947\u0902 \u0936\u0949\u0930\u094D\u091F\u0915\u091F \u0915\u0941\u0902\u091C\u093F\u092F\u094B\u0902 \u0915\u094B \u0938\u0902\u0936\u094B\u0927\u093F\u0924 \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F, \u0906\u092A\u0915\u094B \u090F\u0915\u094D\u0938\u091F\u0947\u0902\u0936\u0928 \u092A\u094D\u0930\u092C\u0902\u0927\u0928 \u092A\u0943\u0937\u094D\u0920 \u0916\u094B\u0932\u0928\u093E \u0939\u094B\u0917\u093E, \u0907\u0938\u0947 `\u0936\u0949\u0930\u094D\u091F\u0915\u091F \u092A\u094D\u0930\u092C\u0902\u0927\u093F\u0924 \u0915\u0930\u0947\u0902` \u092A\u0948\u0928\u0932 (`\u0915\u094D\u0930\u094B\u092E://\u090F\u0915\u094D\u0938\u091F\u0947\u0902\u0936\u0928/\u0936\u0949\u0930\u094D\u091F\u0915\u091F`) \u092E\u0947\u0902 \u0938\u0947\u091F \u0915\u0930\u0928\u093E \u0939\u094B\u0917\u093E, \u0914\u0930 \u0938\u0940\u0927\u0947 \u091C\u093E\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u0928\u0940\u091A\u0947 \u0926\u093F\u090F \u0917\u090F \u092C\u091F\u0928 \u092A\u0930 \u0915\u094D\u0932\u093F\u0915 \u0915\u0930\u0928\u093E \u0939\u094B\u0917\u093E \u0936\u0949\u0930\u094D\u091F\u0915\u091F \u0915\u0941\u0902\u091C\u0940 \u092A\u094D\u0930\u092C\u0902\u0927\u0928 \u092A\u0943\u0937\u094D\u0920.",browserShortcutsSucks:"\u0915\u0938\u094D\u091F\u092E \u0936\u0949\u0930\u094D\u091F\u0915\u091F \u0915\u0941\u0902\u091C\u0940 \u092A\u094D\u0930\u093E\u0930\u0942\u092A \u0939\u0948 (\u0915\u094B\u0908 \u0938\u094D\u0935\u091A\u093E\u0932\u093F\u0924 \u092A\u0939\u091A\u093E\u0928 \u0928\u0939\u0940\u0902, \u0915\u0943\u092A\u092F\u093E \u0938\u0940\u0927\u0947 \u0926\u0930\u094D\u091C \u0915\u0930\u0947\u0902)\uFF1A",enableLineBreakDescription:"\u091A\u093E\u0932\u0942 \u0939\u094B\u0928\u0947 \u092A\u0930, \u092A\u0922\u093C\u0928\u0947 \u0915\u0940 \u0938\u0941\u0935\u093F\u0927\u093E \u0915\u0947 \u0932\u093F\u090F \u092A\u094D\u0930\u0924\u094D\u092F\u0947\u0915 \u0935\u093E\u0915\u094D\u092F \u0915\u0947 \u0905\u0902\u0924 \u092E\u0947\u0902 \u0932\u0902\u092C\u0947 \u092A\u0948\u0930\u093E\u0917\u094D\u0930\u093E\u092B \u092E\u0947\u0902 \u0932\u093E\u0907\u0928 \u092C\u094D\u0930\u0947\u0915 \u0921\u093E\u0932\u0947 \u091C\u093E\u090F\u0902\u0917\u0947\u0964","browser.shortBrandName":"\u0917\u0939\u0928 \u0905\u0928\u0941\u0935\u093E\u0926","browser.brandName":"\u0907\u092E\u0930\u094D\u0938\u093F\u0935 \u0905\u0928\u0941\u0935\u093E\u0926: \u0926\u094D\u0935\u093F\u092D\u093E\u0937\u0940 \u0935\u0947\u092C \u092A\u0947\u091C \u0905\u0928\u0941\u0935\u093E\u0926 \u0914\u0930 \u092A\u0940\u0921\u0940\u090F\u092B \u0926\u0938\u094D\u0924\u093E\u0935\u0947\u091C\u093C \u0905\u0928\u0941\u0935\u093E\u0926","browser.brandDescription":"Bilingual web page translation, also supports PDF translation, bilingual Epub eBook translation, free to use.","browser.toggleTranslatePage":"\u0935\u0947\u092C \u092A\u0947\u091C \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0947\u0902/\u092E\u0942\u0932 \u092A\u093E\u0920 \u0926\u093F\u0916\u093E\u090F\u0902","browser.toggleTranslateTheWholePage":"\u092A\u0943\u0937\u094D\u0920 \u0915\u0947 \u0938\u092D\u0940 \u0915\u094D\u0937\u0947\u0924\u094D\u0930\u094B\u0902 \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0947\u0902/\u092E\u0942\u0932 \u092A\u093E\u0920 \u092A\u094D\u0930\u0926\u0930\u094D\u0936\u093F\u0924 \u0915\u0930\u0947\u0902","browser.toggleOnlyTransation":"\u0926\u094D\u0935\u093F\u092D\u093E\u0937\u0940/\u0915\u0947\u0935\u0932 \u0905\u0928\u0941\u0935\u093E\u0926 \u092E\u094B\u0921 \u092A\u0930 \u0938\u094D\u0935\u093F\u091A \u0915\u0930\u0947\u0902","browser.toggleTranslateToThePageEndImmediately":"\u0924\u0941\u0930\u0902\u0924 \u092A\u0943\u0937\u094D\u0920 \u0915\u0947 \u0928\u0940\u091A\u0947 \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0947\u0902/\u092E\u0942\u0932 \u092A\u093E\u0920 \u0926\u093F\u0916\u093E\u090F\u0902","browser.toggleTranslateTheMainPage":"\u092A\u0943\u0937\u094D\u0920 \u0915\u0947 \u092E\u0941\u0916\u094D\u092F \u0915\u094D\u0937\u0947\u0924\u094D\u0930 \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0947\u0902/\u092E\u0942\u0932 \u092A\u093E\u0920 \u092A\u094D\u0930\u0926\u0930\u094D\u0936\u093F\u0924 \u0915\u0930\u0947\u0902","browser.shareToDraft":"\u0926\u094D\u0935\u093F\u092D\u093E\u0937\u0940 \u092A\u0943\u0937\u094D\u0920 \u0938\u093E\u091D\u093E \u0915\u0930\u0947\u0902","browser.openOptionsPage":"\u0938\u0947\u091F\u093F\u0902\u0917 \u092A\u0943\u0937\u094D\u0920 \u0916\u094B\u0932\u0947\u0902","browser.toggleTranslationMask":"\u0905\u0928\u0941\u0935\u093E\u0926 \u0927\u0941\u0902\u0927\u0932\u093E \u092A\u094D\u0930\u092D\u093E\u0935 \u0926\u093F\u0916\u093E\u090F\u0901/\u091B\u093F\u092A\u093E\u090F\u0901","browser.translateLocalPdfFile":"\u0938\u094D\u0925\u093E\u0928\u0940\u092F \u092A\u0940\u0921\u0940\u090F\u092B \u092B\u093E\u0907\u0932\u094B\u0902 \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0947\u0902","browser.openEbookViewer":"\u0938\u094D\u0925\u093E\u0928\u0940\u092F \u0908-\u092A\u0941\u0938\u094D\u0924\u0915\u0947\u0902 \u092A\u0922\u093C\u0947\u0902","browser.openEbookBuilder":"\u0926\u094D\u0935\u093F\u092D\u093E\u0937\u0940 EPUB \u0908-\u092A\u0941\u0938\u094D\u0924\u0915\u0947\u0902 \u092C\u0928\u093E\u090F\u0901","browser.translateLocalHtmlFile":"HTML/txt \u092B\u093C\u093E\u0907\u0932\u094B\u0902 \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0947\u0902","browser.donateContext":"\u092A\u094D\u0930\u093E\u092F\u094B\u091C\u0928 \u0932\u093E\u092D\u094B\u0902 \u0915\u0947 \u092C\u093E\u0930\u0947 \u092E\u0947\u0902 \u091C\u093E\u0928\u0947\u0902","browser.translateLocalSubtitleFile":"\u0938\u094D\u0925\u093E\u0928\u0940\u092F \u0909\u092A\u0936\u0940\u0930\u094D\u0937\u0915 \u092B\u093C\u093E\u0907\u0932\u094B\u0902 \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0947\u0902",confirmResetConfig:"\u0915\u094D\u092F\u093E \u0906\u092A \u0935\u093E\u0915\u0908 \u0905\u092A\u0928\u0940 \u0938\u0947\u091F\u093F\u0902\u0917\u094D\u0938 \u0930\u0940\u0938\u0947\u091F \u0915\u0930\u0928\u093E \u091A\u093E\u0939\u0924\u0947 \u0939\u0948\u0902?",translationLineBreakSettingTitle:"\u0905\u0928\u0941\u0935\u093E\u0926 \u092A\u0902\u0915\u094D\u0924\u093F \u0930\u0948\u092A\u093F\u0902\u0917 \u0938\u0947\u091F\u093F\u0902\u0917",smartLineBreak:"\u0938\u094D\u092E\u093E\u0930\u094D\u091F \u0932\u093E\u0907\u0928 \u0930\u0948\u092A\u093F\u0902\u0917",alwaysLineBreak:"\u0939\u092E\u0947\u0936\u093E \u0932\u092A\u0947\u091F\u094B",isShowContextMenu:"\u0905\u0928\u0941\u0935\u093E\u0926\u093F\u0924 \u0935\u0947\u092C \u092A\u0947\u091C \u0915\u094B \u0930\u093E\u0907\u091F-\u0915\u094D\u0932\u093F\u0915 \u092E\u0947\u0928\u0942 \u0906\u0907\u091F\u092E \u092E\u0947\u0902 \u091C\u094B\u0921\u093C\u0947\u0902",toggleBeta:"\u092C\u0940\u091F\u093E \u092A\u0930\u0940\u0915\u094D\u0937\u0923 \u0938\u0941\u0935\u093F\u0927\u093E\u090F\u0901 \u0938\u0915\u094D\u0937\u092E \u0915\u0930\u0947\u0902",betaDescription:"\u0909\u0928 \u0938\u0941\u0935\u093F\u0927\u093E\u0913\u0902 \u0915\u094B \u0938\u0915\u094D\u0937\u092E \u0915\u0930\u0947\u0902 \u091C\u094B \u0905\u092D\u0940 \u092D\u0940 \u092A\u094D\u0930\u092F\u094B\u0917\u093E\u0924\u094D\u092E\u0915 \u0939\u0948\u0902, \u0938\u093E\u0925 \u0939\u0940 \u092A\u0930\u0940\u0915\u094D\u0937\u0923 \u092E\u0947\u0902 \u0905\u0928\u0941\u0935\u093E\u0926 \u0938\u0947\u0935\u093E\u090F\u0902 \u092D\u0940 \u0938\u0915\u094D\u0937\u092E \u0915\u0930\u0947\u0902\u0964 <1>\u091F\u0947\u0932\u0940\u0917\u094D\u0930\u093E\u092E \u0938\u092E\u0942\u0939 \u0938\u0947 \u091C\u0941\u0921\u093C\u0947\u0902 \u0914\u0930 \u0905\u0927\u093F\u0915 \u091C\u093E\u0928\u0947\u0902\u0964",translationLineBreakSettingDescription:"\u0939\u092E\u0947\u0936\u093E \u0930\u0948\u092A \u0915\u092E \u0938\u093E\u092E\u0917\u094D\u0930\u0940 \u0935\u093E\u0932\u0947 \u0932\u0947\u0906\u0909\u091F \u0915\u0947 \u0932\u093F\u090F \u0909\u092A\u092F\u0941\u0915\u094D\u0924 \u0939\u094B\u0924\u093E \u0939\u0948 \u0914\u0930 \u0905\u0927\u093F\u0915 \u0938\u0941\u0935\u094D\u092F\u0935\u0938\u094D\u0925\u093F\u0924 \u0939\u094B\u0924\u093E \u0939\u0948\u0964 (\u0938\u094D\u0925\u093E\u0928 \u092C\u091A\u093E\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u092C\u0939\u0941\u0924 \u0938\u093E\u0930\u0940 \u0938\u093E\u092E\u0917\u094D\u0930\u0940 ({count}\u0938\u0947 \u0905\u0927\u093F\u0915 \u0905\u0915\u094D\u0937\u0930) \u0935\u093E\u0932\u0947 \u0932\u0902\u092C\u0947 \u092A\u0948\u0930\u093E\u0917\u094D\u0930\u093E\u092B \u092E\u0947\u0902 \u0938\u094D\u092E\u093E\u0930\u094D\u091F \u0932\u093E\u0907\u0928 \u092C\u094D\u0930\u0947\u0915 \u0915\u093E \u0909\u092A\u092F\u094B\u0917 \u0915\u0930\u0947\u0902)",tempTranslateDomainTitle:"\u0935\u0947\u092C\u0938\u093E\u0907\u091F \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u094B \u0905\u0938\u094D\u0925\u093E\u092F\u0940 \u0930\u0942\u092A \u0938\u0947 \u0915\u092C \u0924\u0915 \u0938\u0915\u094D\u0937\u092E \u0915\u0930\u0928\u093E \u0939\u0948",tempTranslateDomainDescription:"\u0915\u093F\u0938\u0940 \u0935\u0947\u092C \u092A\u0947\u091C \u0915\u093E \u092E\u0948\u0928\u094D\u092F\u0941\u0905\u0932 \u0930\u0942\u092A \u0938\u0947 \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0924\u0947 \u0938\u092E\u092F, \u0938\u094D\u0935\u091A\u093E\u0932\u093F\u0924 \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0947 \u0932\u093F\u090F \u0935\u0947\u092C\u0938\u093E\u0907\u091F \u0915\u094B \u0905\u0938\u094D\u0925\u093E\u092F\u0940 \u0930\u0942\u092A \u0938\u0947 \u091A\u093E\u0932\u0942 \u0915\u0930\u0947\u0902, \u0914\u0930 \u0906\u092A \u0905\u0938\u094D\u0925\u093E\u092F\u0940 \u0905\u0935\u0927\u093F \u0928\u093F\u0930\u094D\u0927\u093E\u0930\u093F\u0924 \u0915\u0930 \u0938\u0915\u0924\u0947 \u0939\u0948\u0902\u0964",xMinutes:"{count} \u092E\u093F\u0928\u091F",disabled:"\u0905\u0915\u094D\u0937\u092E \u0915\u0930\u0928\u093E",changelog:"\u0932\u0949\u0917 \u092C\u0926\u0932\u0947\u0902",toggleTranslatePageWhenThreeFingersOnTheScreen:"\u0935\u0947\u092C \u092A\u0947\u091C \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0928\u0947/\u092E\u0942\u0932 \u092A\u093E\u0920 \u092A\u094D\u0930\u0926\u0930\u094D\u0936\u093F\u0924 \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u090F\u0915 \u0939\u0940 \u0938\u092E\u092F \u092E\u0947\u0902 \u0915\u0908 \u0905\u0902\u0917\u0941\u0932\u093F\u092F\u094B\u0902 \u0938\u0947 \u0938\u094D\u0915\u094D\u0930\u0940\u0928 \u0915\u094B \u0938\u094D\u092A\u0930\u094D\u0936 \u0915\u0930\u0947\u0902",toggleTranslationMaskWhenThreeFingersOnTheScreen:"\u0905\u0928\u0941\u0935\u093E\u0926 \u0927\u0941\u0902\u0927\u0932\u093E \u092A\u094D\u0930\u092D\u093E\u0935 \u0926\u093F\u0916\u093E\u0928\u0947/\u091B\u093F\u092A\u093E\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u090F\u0915 \u0939\u0940 \u0938\u092E\u092F \u092E\u0947\u0902 \u0915\u0908 \u0905\u0902\u0917\u0941\u0932\u093F\u092F\u094B\u0902 \u0915\u094B \u0938\u094D\u092A\u0930\u094D\u0936 \u0915\u0930\u0947\u0902",fingerCountToToggleTranslagePageOnlyTranslationWhenTouching:"\u0935\u0947\u092C \u092A\u0947\u091C \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 (\u0915\u0947\u0935\u0932 \u0905\u0928\u0941\u0935\u093E\u0926)/\u092E\u0942\u0932 \u092A\u093E\u0920 \u092A\u094D\u0930\u0926\u0930\u094D\u0936\u093F\u0924 \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u090F\u0915 \u0939\u0940 \u0938\u092E\u092F \u092E\u0947\u0902 \u0915\u0908 \u0905\u0902\u0917\u0941\u0932\u093F\u092F\u094B\u0902 \u0938\u0947 \u0938\u094D\u0915\u094D\u0930\u0940\u0928 \u0915\u094B \u0938\u094D\u092A\u0930\u094D\u0936 \u0915\u0930\u0947\u0902",addUrlDescription:"\u092F\u0939 \u090F\u0915 \u0921\u094B\u092E\u0947\u0928 \u0928\u093E\u092E \u0939\u094B \u0938\u0915\u0924\u093E \u0939\u0948 \u0914\u0930 \u0935\u093E\u0907\u0932\u094D\u0921\u0915\u093E\u0930\u094D\u0921 \u0915\u093E \u0938\u092E\u0930\u094D\u0925\u0928 \u0915\u0930\u0924\u093E \u0939\u0948, \u091C\u0948\u0938\u0947\uFF1A*.google.com, google.com/mail/*, https://www.google.com/*",general:"\u092E\u0942\u0932 \u0938\u0947\u091F\u093F\u0902\u0917\u094D\u0938",clickToExpandConfig:"\u0935\u0930\u094D\u0924\u092E\u093E\u0928 \u0915\u0949\u0928\u094D\u092B\u093C\u093F\u0917\u0930\u0947\u0936\u0928 \u0915\u093E \u0935\u093F\u0938\u094D\u0924\u093E\u0930 \u0915\u0930\u0947\u0902",import:"\u092B\u093C\u093E\u0907\u0932 \u0938\u0947 \u0906\u092F\u093E\u0924 \u0915\u0930\u0947\u0902",export:"\u092B\u093C\u093E\u0907\u0932 \u092E\u0947\u0902 \u0928\u093F\u0930\u094D\u092F\u093E\u0924 \u0915\u0930\u0947\u0902",toggleDebug:"\u0915\u0902\u0938\u094B\u0932 \u092A\u0930 \u0921\u093F\u092C\u0917 \u0932\u0949\u0917 \u092A\u094D\u0930\u093F\u0902\u091F \u0915\u0930\u0947\u0902","fingers.0":"\u092C\u0902\u0926","fingers.2":"\u0926\u094B \u0909\u0902\u0917\u0932\u093F\u092F\u094B\u0902 \u0915\u093E \u0938\u094D\u092A\u0930\u094D\u0936","fingers.3":"\u0924\u0940\u0928 \u0909\u0902\u0917\u0932\u093F\u092F\u094B\u0902 \u0915\u093E \u0938\u094D\u092A\u0930\u094D\u0936","fingers.4":"\u091A\u093E\u0930 \u0905\u0902\u0917\u0941\u0932 \u0915\u093E \u0938\u094D\u092A\u0930\u094D\u0936","fingers.5":"\u092A\u093E\u0901\u091A \u0905\u0902\u0917\u0941\u0932 \u0915\u093E \u0938\u094D\u092A\u0930\u094D\u0936",mouseHoldKey:"+ {key} \u0907\u0938 \u0905\u0928\u0941\u091A\u094D\u091B\u0947\u0926 \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926/\u092A\u0941\u0928\u0930\u094D\u0938\u094D\u0925\u093E\u092A\u0928\u093E \u0915\u0930\u0947\u0902",mouseHoldKeyAuto:"\u0907\u0938 \u0905\u0928\u0941\u091A\u094D\u091B\u0947\u0926 \u0915\u093E \u0938\u0940\u0927\u0947 \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0947\u0902",mouseHoldKeyOff:"\u0915\u0941\u091B \u092E\u0924 \u0915\u0930\u094B",mouseHoldKeyOther:"\u0915\u0938\u094D\u091F\u092E \u0936\u0949\u0930\u094D\u091F\u0915\u091F \u0915\u0941\u0902\u091C\u093F\u092F\u093E\u0901 (\u0938\u0947\u091F\u093F\u0902\u0917\u094D\u0938 \u0916\u094B\u0932\u0947\u0902)",mouseHoldKeyCustomKey:"0\u0907\u0938 \u0905\u0928\u0941\u091A\u094D\u091B\u0947\u0926 \u0915\u093E {key} /\u092A\u0941\u0928\u0930\u094D\u0938\u094D\u0925\u093E\u092A\u0928\u093E \u0915\u0930\u0947\u0902",mouseHoverHoldKey:"\u092A\u0948\u0930\u093E\u0917\u094D\u0930\u093E\u092B \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u092E\u093E\u0909\u0938 \u0915\u094B \u0918\u0941\u092E\u093E\u090F\u0901 \u0914\u0930 \u0936\u0949\u0930\u094D\u091F\u0915\u091F \u0915\u0941\u0902\u091C\u0940 \u0926\u092C\u093E\u090F\u0901","mouse-translate":"\u092E\u093E\u0909\u0938 \u0915\u0947 \u090A\u092A\u0930",document:"\u0926\u0938\u094D\u0924\u093E\u0935\u0947\u091C\u093C",resetSuccess:"\u0938\u092D\u0940 \u0938\u0947\u091F\u093F\u0902\u0917\u094D\u0938 \u0938\u092B\u0932\u0924\u093E\u092A\u0942\u0930\u094D\u0935\u0915 \u0930\u0940\u0938\u0947\u091F \u0915\u0930\u0947\u0902",resetThisSuccess:"\u0930\u0940\u0938\u0947\u091F \u0938\u092B\u0932",saved:"\u0938\u092B\u0932\u0924\u093E\u092A\u0942\u0930\u094D\u0935\u0915 \u092C\u091A\u093E\u092F\u093E",successImportConfig:"\u0915\u0949\u0928\u094D\u092B\u093C\u093F\u0917\u0930\u0947\u0936\u0928 \u0938\u092B\u0932\u0924\u093E\u092A\u0942\u0930\u094D\u0935\u0915 \u0906\u092F\u093E\u0924 \u0915\u093F\u092F\u093E \u0917\u092F\u093E",goAdvancedSettings:"\u0909\u0928\u094D\u0928\u0924 \u0938\u0947\u091F\u093F\u0902\u0917 \u092A\u0943\u0937\u094D\u0920 \u092A\u0930 \u091C\u093E\u090F\u0901",goAdvancedInterfaceSettings:"\u0909\u0928\u094D\u0928\u0924 \u0905\u0928\u0941\u0915\u0942\u0932\u0928 \u0938\u0947\u091F\u093F\u0902\u0917 \u092A\u0943\u0937\u094D\u0920 \u092A\u0930 \u091C\u093E\u090F\u0901",advanced:"\u090F\u0921\u0935\u093E\u0902\u0938 \u0938\u0947\u091F\u093F\u0902\u0917",advancedDescription:"\u0906\u092E \u0924\u094C\u0930 \u092A\u0930, \u0915\u093F\u0938\u0940 \u0938\u0947\u091F\u093F\u0902\u0917 \u0915\u0940 \u0906\u0935\u0936\u094D\u092F\u0915\u0924\u093E \u0928\u0939\u0940\u0902 \u0939\u0948, \u092C\u0938 \u0921\u093F\u092B\u093C\u0949\u0932\u094D\u091F \u0930\u0916\u0947\u0902\u0964 \u0915\u0947\u0935\u0932 \u0905\u0927\u093F\u0915 \u092A\u0947\u0936\u0947\u0935\u0930 \u0909\u092A\u092F\u094B\u0917\u0915\u0930\u094D\u0924\u093E\u0913\u0902 \u0915\u0947 \u0932\u093F\u090F, \u0905\u0927\u093F\u0915 \u0935\u0948\u092F\u0915\u094D\u0924\u093F\u0915\u0943\u0924 \u0938\u0947\u091F\u093F\u0902\u0917\u094D\u0938 \u092A\u094D\u0930\u0926\u093E\u0928 \u0915\u0940 \u091C\u093E\u0924\u0940 \u0939\u0948\u0902\u0964",developer:"\u0921\u0947\u0935\u0932\u092A\u0930 \u0938\u0947\u091F\u093F\u0902\u0917\u094D\u0938",donateCafe:"\u0915\u0940\u092E\u0924","translate to the bottom of the page":"\u0935\u0947\u092C \u092A\u0947\u091C \u092E\u0947\u0902 \u092A\u094D\u0930\u0935\u0947\u0936 \u0915\u0930\u0928\u0947 \u0915\u0947 \u092C\u093E\u0926, \u0915\u094D\u092F\u093E \u0907\u0938\u0915\u093E \u0924\u0941\u0930\u0902\u0924 \u092A\u0943\u0937\u094D\u0920 \u0915\u0947 \u0928\u093F\u091A\u0932\u0947 \u092D\u093E\u0917 \u092E\u0947\u0902 \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u093F\u092F\u093E \u091C\u093E\u0924\u093E \u0939\u0948?",feedback:"\u092A\u094D\u0930\u0924\u093F\u0915\u094D\u0930\u093F\u092F\u093E",toggleTranslatePage:"\u0935\u0947\u092C \u092A\u0947\u091C \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0947\u0902/\u092E\u0942\u0932 \u092A\u093E\u0920 \u0926\u093F\u0916\u093E\u090F\u0902",translateToThePageEndImmediatelyDescription:"\u091A\u093E\u0932\u0942 \u0939\u094B\u0928\u0947 \u092A\u0930, \u0915\u093F\u0938\u0940 \u0935\u0947\u092C\u092A\u0947\u091C \u092E\u0947\u0902 \u092A\u094D\u0930\u0935\u0947\u0936 \u0915\u0930\u0928\u0947 \u092A\u0930 \u0938\u093E\u092E\u0917\u094D\u0930\u0940 \u0924\u0941\u0930\u0902\u0924 \u090A\u092A\u0930 \u0938\u0947 \u0928\u0940\u091A\u0947 \u0924\u0915 \u0905\u0928\u0941\u0935\u093E\u0926\u093F\u0924 \u0939\u094B \u091C\u093E\u090F\u0917\u0940\u0964 \u092F\u0926\u093F \u092C\u0902\u0926 \u0939\u0948, \u0924\u094B \u0906\u092A \u090F\u0915 \u0939\u0940 \u0938\u092E\u092F \u092E\u0947\u0902 \u092A\u0922\u093C \u0914\u0930 \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930 \u0938\u0915\u0924\u0947 \u0939\u0948\u0902\u0964 (\u091A\u093E\u0932\u0942 \u0915\u0930\u0928\u0947 \u0915\u0940 \u0905\u0928\u0941\u0936\u0902\u0938\u093E \u0928\u0939\u0940\u0902 \u0915\u0940 \u0917\u0908)","translate all areas of the page":"\u0935\u0947\u092C \u092A\u0947\u091C \u0915\u0947 \u0938\u092D\u0940 \u0915\u094D\u0937\u0947\u0924\u094D\u0930\u094B\u0902 \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0928\u093E \u0939\u0948 \u092F\u093E \u0928\u0939\u0940\u0902",translationAreaDescription:"\u091A\u093E\u0932\u0942 \u0939\u094B\u0928\u0947 \u092A\u0930, \u0938\u0902\u092A\u0942\u0930\u094D\u0923 \u0935\u0947\u092C \u092A\u0947\u091C \u0915\u0947 \u0938\u092D\u0940 \u0915\u094D\u0937\u0947\u0924\u094D\u0930\u094B\u0902 \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u093F\u092F\u093E \u091C\u093E\u090F\u0917\u093E\u0964 \u092F\u0926\u093F \u092C\u0902\u0926 \u0915\u093F\u092F\u093E \u091C\u093E\u0924\u093E \u0939\u0948, \u0924\u094B \u0921\u093F\u092B\u093C\u0949\u0932\u094D\u091F \u0938\u094D\u092E\u093E\u0930\u094D\u091F \u092A\u0939\u091A\u093E\u0928 \u0915\u093E \u0909\u092A\u092F\u094B\u0917 \u0915\u093F\u092F\u093E \u091C\u093E\u0924\u093E \u0939\u0948 \u0914\u0930 \u0915\u0947\u0935\u0932 \u092E\u0941\u0916\u094D\u092F \u0915\u094D\u0937\u0947\u0924\u094D\u0930 \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u093F\u092F\u093E \u091C\u093E\u0924\u093E \u0939\u0948\u0964 (\u091A\u093E\u0932\u0942 \u0915\u0930\u0928\u0947 \u0915\u0940 \u0905\u0928\u0941\u0936\u0902\u0938\u093E \u0928\u0939\u0940\u0902 \u0915\u0940 \u0917\u0908)","the number of characters to be translated first":"\u0926\u0943\u0936\u094D\u092F \u0915\u094D\u0937\u0947\u0924\u094D\u0930 \u0924\u0915 \u0938\u094D\u0915\u094D\u0930\u0949\u0932 \u0915\u0930\u0928\u0947 \u0915\u0940 \u092A\u094D\u0930\u0924\u0940\u0915\u094D\u0937\u093E \u0915\u093F\u090F \u092C\u093F\u0928\u093E \u092A\u0943\u0937\u094D\u0920 \u0915\u0947 \u092A\u0939\u0932\u0947 \u0915\u0941\u091B \u0935\u0930\u094D\u0923\u094B\u0902 \u0915\u093E \u0938\u0940\u0927\u0947 \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0947\u0902","interface language":"\u0907\u0902\u091F\u0930\u092B\u093C\u0947\u0938 \u092D\u093E\u0937\u093E","display both the original text and the translation":"\u092E\u0942\u0932 \u092A\u093E\u0920 \u0914\u0930 \u0905\u0928\u0941\u0935\u093E\u0926 \u090F\u0915 \u0938\u093E\u0925 \u092A\u094D\u0930\u0926\u0930\u094D\u0936\u093F\u0924 \u0915\u0930\u0947\u0902","keyboard shortcuts":"\u0915\u0941\u0902\u091C\u0940\u092A\u091F\u0932 \u0905\u0932\u094D\u092A \u092E\u093E\u0930\u094D\u0917",modify:"\u0936\u0949\u0930\u094D\u091F\u0915\u091F \u0915\u0941\u0902\u091C\u093F\u092F\u093E\u0901 \u0938\u0902\u0936\u094B\u0927\u093F\u0924 \u0915\u0930\u0947\u0902",reset:"\u0930\u0940\u0938\u0947\u091F",close:"\u092C\u0902\u0926",homepage:"\u0939\u094B\u092E \u092A\u0947\u091C",more:"\u0905\u0927\u093F\u0915",moreOptions:"\u0905\u0927\u093F\u0915 \u0905\u0928\u0941\u0915\u0942\u0932\u0928 \u0935\u093F\u0915\u0932\u094D\u092A\u094B\u0902 \u0915\u093E \u0935\u093F\u0938\u094D\u0924\u093E\u0930 \u0915\u0930\u0947\u0902",translateTheWholePage:"\u092A\u0943\u0937\u094D\u0920 \u0915\u0947 \u0938\u092D\u0940 \u0915\u094D\u0937\u0947\u0924\u094D\u0930\u094B\u0902 \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0947\u0902 (\u092C\u0941\u0926\u094D\u0927\u093F\u092E\u093E\u0928 \u092A\u0939\u091A\u093E\u0928 \u0915\u0947 \u092E\u0941\u0916\u094D\u092F \u0915\u094D\u0937\u0947\u0924\u094D\u0930\u094B\u0902 \u0938\u0947 \u092D\u093F\u0928\u094D\u0928)",changeToTranslateTheWholePage:"\u0938\u092D\u0940 \u0915\u094D\u0937\u0947\u0924\u094D\u0930\u094B\u0902 \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u0938\u094D\u0935\u093F\u091A \u0915\u0930\u0947\u0902",changeToTranslateTheMainPage:"\u0905\u0928\u0941\u0935\u093E\u0926 \u092E\u0941\u0916\u094D\u092F \u0915\u094D\u0937\u0947\u0924\u094D\u0930 \u092A\u0930 \u0938\u094D\u0935\u093F\u091A \u0915\u0930\u0947\u0902",changeToOnlyTranslationMode:"\u0915\u0947\u0935\u0932 \u0905\u0928\u0941\u0935\u093E\u0926 \u0926\u093F\u0916\u093E\u0928\u0947 \u092A\u0930 \u0938\u094D\u0935\u093F\u091A \u0915\u0930\u0947\u0902",changeToDualTranslationMode:"\u0926\u094D\u0935\u093F\u092D\u093E\u0937\u0940 \u0905\u0928\u0941\u0935\u093E\u0926 \u092A\u0930 \u0938\u094D\u0935\u093F\u091A \u0915\u0930\u0947\u0902",translateToThePageEndImmediately:"\u0924\u0941\u0930\u0902\u0924 \u092A\u0943\u0937\u094D\u0920 \u0915\u0947 \u0928\u0940\u091A\u0947 \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0947\u0902",translateTheMainPage:"\u092C\u0941\u0926\u094D\u0927\u093F\u092E\u093E\u0928 \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0947 \u092E\u0941\u0916\u094D\u092F \u0915\u094D\u0937\u0947\u0924\u094D\u0930","The local rules are up to date":"\u0938\u094D\u0925\u093E\u0928\u0940\u092F \u0905\u0928\u0941\u0915\u0942\u0932\u0928 \u0928\u093F\u092F\u092E \u0905\u0926\u094D\u092F\u0924\u093F\u0924 \u0939\u0948\u0902:","Successfully synchronized with the latest official rules:":"\u0928\u0935\u0940\u0928\u0924\u092E \u0906\u0927\u093F\u0915\u093E\u0930\u093F\u0915 \u0905\u0928\u0941\u0915\u0942\u0932\u0928 \u0928\u093F\u092F\u092E\u094B\u0902 \u0915\u094B \u0938\u092B\u0932\u0924\u093E\u092A\u0942\u0930\u094D\u0935\u0915 \u0938\u093F\u0902\u0915\u094D\u0930\u0928\u093E\u0907\u091C\u093C \u0915\u093F\u092F\u093E \u0917\u092F\u093E:","Checking for updates":"\u0905\u092A\u0921\u0947\u091F \u0915\u0947 \u0932\u093F\u090F \u091C\u093E\u0902\u091A \u0915\u0930 \u0930\u0939\u093E \u0939\u0948","Rules are being synchronized":"\u0905\u0928\u0941\u0915\u0942\u0932\u0928 \u0928\u093F\u092F\u092E\u094B\u0902 \u0915\u094B \u0938\u093F\u0902\u0915\u094D\u0930\u0928\u093E\u0907\u091C\u093C \u0915\u0930\u0928\u093E",localVersionIsTooOld:"\u0938\u094D\u0925\u093E\u0928\u0940\u092F \u090F\u0915\u094D\u0938\u091F\u0947\u0902\u0936\u0928 \u0938\u0902\u0938\u094D\u0915\u0930\u0923 \u092C\u0939\u0941\u0924 \u092A\u0941\u0930\u093E\u0928\u093E \u0939\u0948\u0964 \u0915\u0943\u092A\u092F\u093E \u090F\u0915\u094D\u0938\u091F\u0947\u0902\u0936\u0928 {minVersion} \u092F\u093E \u0928\u090F \u0938\u0902\u0938\u094D\u0915\u0930\u0923 \u092E\u0947\u0902 \u0905\u092A\u0917\u094D\u0930\u0947\u0921 \u0915\u0930\u0947\u0902 \u0914\u0930 \u092B\u093F\u0930 \u0938\u0947 \u0938\u093F\u0902\u0915\u094D\u0930\u0928\u093E\u0907\u091C\u093C\u0947\u0936\u0928 \u0915\u093E \u092A\u094D\u0930\u092F\u093E\u0938 \u0915\u0930\u0947\u0902\u0964",badUserscriptBrowser:"\u0935\u0930\u094D\u0924\u092E\u093E\u0928 \u092C\u094D\u0930\u093E\u0909\u091C\u093C\u0930 \u0917\u094D\u0930\u0940\u0938 \u092E\u0902\u0915\u0940 \u090F\u0915\u094D\u0938\u091F\u0947\u0902\u0936\u0928 \u0907\u0902\u091F\u0930\u092B\u093C\u0947\u0938 \u0915\u094B \u0938\u0939\u0940 \u0922\u0902\u0917 \u0938\u0947 \u0915\u093E\u0930\u094D\u092F\u093E\u0928\u094D\u0935\u093F\u0924 \u0928\u0939\u0940\u0902 \u0915\u0930\u0924\u093E \u0939\u0948 (\u091C\u0948\u0938\u0947 \u0915\u093F \u0917\u094D\u0930\u0940\u0938 \u092E\u0902\u0915\u0940 \u0938\u094D\u0915\u094D\u0930\u093F\u092A\u094D\u091F \u0915\u0940 \u0938\u0902\u0938\u094D\u0915\u0930\u0923 \u0938\u0902\u0916\u094D\u092F\u093E \u0915\u0940 \u091C\u093E\u0928\u0915\u093E\u0930\u0940 \u092A\u094D\u0930\u093E\u092A\u094D\u0924 \u0915\u0930\u0928\u093E), \u0915\u0943\u092A\u092F\u093E \u0905\u0928\u094D\u092F <1> \u0938\u092E\u0930\u094D\u0925\u0928 \u0917\u094D\u0930\u0940\u0938 \u092E\u0902\u0915\u0940 \u090F\u0915\u094D\u0938\u091F\u0947\u0902\u0936\u0928 \u0915\u093E \u0909\u092A\u092F\u094B\u0917 \u0915\u0930\u0947\u0902 \u092B\u093C\u093E\u092F\u0930\u092B\u093C\u0949\u0915\u094D\u0938 \u091C\u0948\u0938\u0947 \u092C\u094D\u0930\u093E\u0909\u091C\u093C\u0930",foundNewVersion:"\u0928\u092F\u093E \u0938\u0902\u0938\u094D\u0915\u0930\u0923 \u092E\u093F\u0932\u093E",theLocalExtensionIsUpToUpdate:"\u0935\u0930\u094D\u0924\u092E\u093E\u0928 \u090F\u0915\u094D\u0938\u091F\u0947\u0902\u0936\u0928 \u0928\u0935\u0940\u0928\u0924\u092E \u0938\u0902\u0938\u094D\u0915\u0930\u0923 \u0939\u0948.",failToSyncRules:"\u0928\u0935\u0940\u0928\u0924\u092E \u0905\u0928\u0941\u0915\u0942\u0932\u0928 \u0928\u093F\u092F\u092E\u094B\u0902 \u0915\u094B \u0938\u093F\u0902\u0915\u094D\u0930\u0928\u093E\u0907\u091C\u093C \u0915\u0930\u0928\u0947 \u092E\u0947\u0902 \u0935\u093F\u092B\u0932",retry:"\u092A\u0941\u0928\u0903 \u092A\u094D\u0930\u092F\u093E\u0938 \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u092F\u0939\u093E\u0902 \u092A\u0930 \u0915\u094D\u0932\u093F\u0915 \u0915\u0930\u0947\u0902",failedReason:"\u0905\u0938\u092B\u0932\u0924\u093E \u0915\u093E \u0915\u093E\u0930\u0923",currentRuleVersion:"\u0935\u0930\u094D\u0924\u092E\u093E\u0928 \u0928\u093F\u092F\u092E \u0938\u0902\u0938\u094D\u0915\u0930\u0923",calculating:"\u0917\u093F\u0928\u093E \u091C\u093E \u0930\u0939\u093E \u0939\u0948",unknownError:"\u0905\u091C\u094D\u091E\u093E\u0924 \u0917\u0932\u0924\u0940",canNotFetchRemoteRule:"\u0926\u0942\u0930\u0938\u094D\u0925 \u0928\u093F\u092F\u092E \u092A\u094D\u0930\u093E\u092A\u094D\u0924 \u0915\u0930\u0928\u0947 \u092E\u0947\u0902 \u0905\u0938\u092E\u0930\u094D\u0925",enableAlphaSuccess:"\u0905\u0932\u094D\u092B\u093C\u093E \u092B\u093C\u0902\u0915\u094D\u0936\u0928 \u091A\u093E\u0932\u0942 \u0939\u0941\u0906",disableAlphaSuccess:"\u0905\u0932\u094D\u092B\u093C\u093E \u0938\u0941\u0935\u093F\u0927\u093E \u092C\u0902\u0926 \u0915\u0930 \u0926\u0940 \u0917\u0908",cacheSize:"\u0915\u0948\u0936 \u0906\u0915\u093E\u0930\uFF1A",cleaning:"\u0938\u092B\u093E\u0908",cleanCache:"\u0915\u0948\u0936 \u0915\u094B \u0938\u093E\u092B\u093C \u0915\u0930\u0947\u0902",options:"\u0938\u094D\u0925\u093E\u092A\u093F\u0924 \u0915\u0930\u0928\u093E",about:"\u0915\u0947 \u092C\u093E\u0930\u0947 \u092E\u0947\u0902",service:"\u0905\u0928\u0941\u0935\u093E\u0926\u0928 \u0938\u0947\u0935\u093E",needAction:"(\u0938\u0947\u091F\u093F\u0902\u0917\u094D\u0938 \u092E\u0947\u0902 \u091C\u093E\u0913)",goSettings:"\u0938\u0947\u091F\u093F\u0902\u0917\u094D\u0938 \u092E\u0947\u0902 \u091C\u093E\u0913",needActionForOptions:"(\u0938\u0947\u091F \u0915\u0930\u0928\u0947 \u0915\u0940 \u0906\u0935\u0936\u094D\u092F\u0915\u0924\u093E \u0939\u0948)",translationEngine:"\u0907\u0902\u091C\u0928 \u0935\u093F\u0915\u0932\u094D\u092A",sourceLanguage:"\u0935\u093E\u0938\u094D\u0924\u0935\u093F\u0915 \u092D\u093E\u0937\u093E",target:"\u0932\u0915\u094D\u0937\u094D\u092F \u092D\u093E\u0937\u093E",popupSourceLanguage:"\u0935\u093E\u0938\u094D\u0924\u0935\u093F\u0915 \u092D\u093E\u0937\u093E",popupTarget:"\u0932\u0915\u094D\u0937\u094D\u092F \u092D\u093E\u0937\u093E",popupService:"\u0905\u0928\u0941\u0935\u093E\u0926\u0928 \u0938\u0947\u0935\u093E",forThisSite:"\u0935\u0930\u094D\u0924\u092E\u093E\u0928 \u0935\u0947\u092C\u0938\u093E\u0907\u091F",autoEnableSubtitle:"\u0926\u094D\u0935\u093F\u092D\u093E\u0937\u0940 \u0909\u092A\u0936\u0940\u0930\u094D\u0937\u0915 \u0938\u094D\u0935\u091A\u093E\u0932\u093F\u0924 \u0930\u0942\u092A \u0938\u0947 \u091A\u093E\u0932\u0942 \u0915\u0930\u0947\u0902",alwaysTranslate:"\u0939\u092E\u0947\u0936\u093E \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0947\u0902",neverTranslate:"\u0915\u092D\u0940 \u092D\u0940 \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0928 \u0915\u0930\u0947\u0902",alwaysTranslateSomeLanguage:"\u0939\u092E\u0947\u0936\u093E {language}\u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0947\u0902",neverTranslateSomeLanguage:"\u0915\u092D\u0940 \u092D\u0940 {language}\u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0928 \u0915\u0930\u0947\u0902",alwaysTranslateSomeSite:"\u0939\u092E\u0947\u0936\u093E {hostname}\u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0947\u0902",neverTranslateSomeSite:"\u0915\u092D\u0940 \u092D\u0940 {hostname}\u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0928 \u0915\u0930\u0947\u0902",alwaysTranslateSomeSiteOrWildSite:"\u0939\u092E\u0947\u0936\u093E \u0907\u0938 \u0938\u093E\u0907\u091F \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0947\u0902",alwaysTranslateSomePage:"\u0939\u092E\u0947\u0936\u093E \u0907\u0938 \u092A\u0943\u0937\u094D\u0920 \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0947\u0902",add:"\u0907\u0938\u092E\u0947\u0902 \u091C\u094B\u0921\u093C\u0947\u0902",default:"\u0917\u0932\u0924\u0940 \u0915\u0930\u0928\u093E",forThisLanguage:"\u0907\u0938 \u092D\u093E\u0937\u093E \u0915\u0947 \u0932\u093F\u090F\uFF1A","add url":"\u092F\u0942 \u0906\u0930 \u090F\u0932 \u0926\u0930\u094D\u091C \u0915\u0930\u094B",edit:"\u0938\u0902\u092A\u093E\u0926\u0928 \u0915\u0930\u0928\u093E","translate other languages into specific language":"\u0906\u092A\u0915\u0947 \u0926\u094D\u0935\u093E\u0930\u093E \u0928\u093F\u0930\u094D\u0927\u093E\u0930\u093F\u0924 \u092D\u093E\u0937\u093E \u092E\u0947\u0902 \u0905\u0928\u094D\u092F \u092D\u093E\u0937\u093E\u0913\u0902 \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0947\u0902","select translation service":"\u090F\u0915 \u0905\u0928\u0941\u0935\u093E\u0926 \u0938\u0947\u0935\u093E \u091A\u0941\u0928\u0947\u0902",language:"\u092D\u093E\u0937\u093E","show-original":"\u092E\u0942\u0932 \u092A\u093E\u0920 \u0926\u093F\u0916\u093E\u090F\u0901",translate:"\u0905\u0928\u0941\u0935\u093E\u0926",Translated:"\u0905\u0928\u0941\u0935\u093E\u0926",Translating:"\u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0928\u093E",Error:"\u0917\u0932\u0924\u0940",allowCacheTranslations:"\u0938\u094D\u0925\u093E\u0928\u0940\u092F \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0948\u0936\u093F\u0902\u0917 \u0938\u0915\u094D\u0937\u092E \u0915\u0930\u0947\u0902 (\u0921\u0941\u092A\u094D\u0932\u093F\u0915\u0947\u091F \u092A\u0948\u0930\u093E\u0917\u094D\u0930\u093E\u092B \u0915\u0947 \u0932\u093F\u090F \u0905\u0928\u0941\u0935\u093E\u0926 \u0905\u0928\u0941\u0930\u094B\u0927\u094B\u0902 \u0915\u094B \u0915\u092E \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F)","translation display":"\u0905\u0928\u0941\u0935\u093E\u0926 \u092A\u094D\u0930\u0926\u0930\u094D\u0936\u0928 \u0936\u0948\u0932\u0940","select diplay style":"\u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0940 \u0936\u0948\u0932\u0940 \u0915\u094B \u0905\u0932\u0917 \u0915\u0930\u0947\u0902\u0964 \u0935\u093F\u0935\u0930\u0923 \u0915\u0947 \u0932\u093F\u090F \u0915\u0943\u092A\u092F\u093E \u0928\u093F\u092E\u094D\u0928\u0932\u093F\u0916\u093F\u0924 \u0909\u0926\u093E\u0939\u0930\u0923 \u0926\u0947\u0916\u0947\u0902:",interface:"\u0907\u0902\u091F\u0930\u092B\u093C\u0947\u0938 \u0938\u0947\u091F\u093F\u0902\u0917\u094D\u0938",import_export:"\u0906\u092F\u093E\u0924 \u0914\u0930 \u0928\u093F\u0930\u094D\u092F\u093E\u0924",import_export_title:"\u0906\u092F\u093E\u0924/\u0928\u093F\u0930\u094D\u092F\u093E\u0924 \u0915\u0949\u0928\u094D\u092B\u093C\u093F\u0917\u0930\u0947\u0936\u0928",syncToGoogleDrive:"\u0905\u092D\u0940 Google Drive \u0915\u0947 \u0938\u093E\u0925 \u0938\u093F\u0902\u0915 \u0915\u0930\u0947\u0902",floatBallOptions:"\u0928\u093F\u0932\u0902\u092C\u093F\u0924 \u0917\u0947\u0902\u0926 \u0938\u0947\u091F\u093F\u0902\u0917\u094D\u0938","floatBallOptions.enable":"\u092B\u094D\u0932\u094B\u091F\u093F\u0902\u0917 \u092C\u0949\u0932 \u0938\u0915\u094D\u0937\u092E \u0915\u0930\u0947\u0902","floatBallOptions.blockUrls":"\u0935\u0947\u092C\u0938\u093E\u0907\u091F \u0905\u0915\u094D\u0937\u092E \u0915\u0930\u0947\u0902","floatBallOptions.add":"\u0907\u0938\u092E\u0947\u0902 \u091C\u094B\u0921\u093C\u0947\u0902","floatBallOptions.blockUrlDesc":"\u0928\u093F\u092E\u094D\u0928\u0932\u093F\u0916\u093F\u0924 \u0935\u0947\u092C\u0938\u093E\u0907\u091F\u094B\u0902 \u0915\u093E \u0938\u093E\u092E\u0928\u093E \u0915\u0930\u0928\u0947 \u092A\u0930 \u092B\u094D\u0932\u094B\u091F\u093F\u0902\u0917 \u092C\u0949\u0932 \u092A\u094D\u0930\u0926\u0930\u094D\u0936\u093F\u0924 \u0928\u0939\u0940\u0902 \u0939\u094B\u0917\u0940","floatBallOptions.clickType":"\u0935\u094D\u092F\u0935\u0939\u093E\u0930 \u092A\u0930 \u0915\u094D\u0932\u093F\u0915 \u0915\u0930\u0947\u0902","floatBallOptions.clickTypeDesc":"\u0915\u094D\u0932\u093F\u0915 \u0915\u0930\u0928\u0947 \u092A\u0930 \u092B\u094D\u0932\u094B\u091F\u093F\u0902\u0917 \u092C\u0949\u0932 \u0906\u0907\u0915\u0928 \u0915\u093E \u0935\u094D\u092F\u0935\u0939\u093E\u0930","floatBallOptions.clickPopup":"\u0905\u0928\u0941\u0935\u093E\u0926 \u092A\u0948\u0928\u0932 \u0926\u093F\u0916\u093E\u090F\u0901","floatBallOptions.clickTranslate":"\u092E\u0942\u0932 \u092A\u093E\u0920 \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0947\u0902/\u0926\u093F\u0916\u093E\u090F\u0901","floatBallOptions.fixedPosition":"\u56FA\u5B9A\u4F4D\u7F6E","floatBallOptions.fixedPositionDesc":"\u60AC\u6D6E\u7403\u5728\u7A97\u53E3\u5DE6\u4FA7\u8FD8\u662F\u53F3\u4FA7","floatBallOptions.fixedPositionLeft":"\u5DE6\u4FA7","floatBallOptions.fixedPositionRight":"\u53F3\u4FA7",previewAllThemes:"\u0938\u092D\u0940 \u0936\u0948\u0932\u093F\u092F\u094B\u0902 \u0915\u093E \u092A\u0942\u0930\u094D\u0935\u093E\u0935\u0932\u094B\u0915\u0928 \u0915\u0930\u0947\u0902","translationTheme.none":"\u0915\u094B\u0908 \u0928\u0939\u0940\u0902","translationTheme.grey":"\u0917\u0939\u0930\u093E \u092D\u0942\u0930\u093E","translationTheme.dashed":"\u0927\u0930\u093E\u0936\u093E\u092F\u0940 \u0930\u0947\u0916\u093E\u0902\u0915\u093F\u0924","translationTheme.dotted":"\u092C\u093F\u0902\u0926\u0940\u0926\u093E\u0930 \u0930\u0947\u0916\u093E\u0902\u0915\u0928","translationTheme.dashedBorder":"\u0927\u0930\u093E\u0936\u093E\u092F\u0940 \u0938\u0940\u092E\u093E","translationTheme.solidBorder":"\u0920\u094B\u0938 \u0938\u0940\u092E\u093E","translationTheme.underline":"\u0938\u0940\u0927\u0947 \u0930\u0947\u0916\u093E\u0902\u0915\u093F\u0924 \u0915\u0930\u0947\u0902","translationTheme.mask":"\u0927\u0941\u0902\u0927\u0932\u093E \u092A\u094D\u0930\u092D\u093E\u0935 (\u0938\u0940\u0916\u0928\u0947 \u0915\u093E \u0924\u0930\u0940\u0915\u093E)","translationTheme.opacity":"\u092A\u093E\u0930\u0926\u0930\u094D\u0936\u093F\u0924\u093E \u092A\u094D\u0930\u092D\u093E\u0935","translationTheme.paper":"\u0936\u094D\u0935\u0947\u0924 \u092A\u0924\u094D\u0930 \u091B\u093E\u092F\u093E \u092A\u094D\u0930\u092D\u093E\u0935","translationTheme.dividingLine":"\u0935\u093F\u092D\u093E\u091C\u0928 \u0930\u0947\u0916\u093E","translationTheme.highlight":"\u092A\u094D\u0930\u092E\u0941\u0916\u0924\u093E \u0938\u0947 \u0926\u093F\u0916\u093E\u0928\u093E","translationTheme.marker":"\u0928\u093F\u0936\u093E\u0928","translationTheme.marker2":"\u092E\u093E\u0930\u094D\u0915\u0930 2","translationTheme.blockquote":"\u0938\u0902\u0926\u0930\u094D\u092D \u0936\u0948\u0932\u0940","translationTheme.weakening":"\u0915\u092E\u091C\u094B\u0930","translationTheme.italic":"\u0924\u093F\u0930\u094D\u091B\u093E","translationTheme.bold":"\u092C\u094B\u0932\u094D\u0921","translationTheme.thinDashed":"\u092A\u0924\u0932\u0940 \u0927\u0930\u093E\u0936\u093E\u092F\u0940 \u0930\u0947\u0916\u093E\u0902\u0915\u0928","translationTheme.nativeDashed":"\u0938\u093F\u0938\u094D\u091F\u092E \u092C\u093F\u0902\u0926\u0940\u0926\u093E\u0930 \u0905\u0902\u0921\u0930\u0932\u093E\u0907\u0928 \u0915\u0947 \u0938\u093E\u0925 \u0906\u0924\u093E \u0939\u0948","translationTheme.nativeDotted":"\u0938\u093F\u0938\u094D\u091F\u092E \u092C\u093F\u0902\u0926\u0940\u0926\u093E\u0930 \u0905\u0902\u0921\u0930\u0932\u093E\u0907\u0928 \u0915\u0947 \u0938\u093E\u0925 \u0906\u0924\u093E \u0939\u0948","translationTheme.nativeUnderline":"\u0938\u093F\u0938\u094D\u091F\u092E \u0938\u0940\u0927\u0947 \u0905\u0902\u0921\u0930\u0932\u093E\u0907\u0928 \u0915\u0947 \u0938\u093E\u0925 \u0906\u0924\u093E \u0939\u0948","translationTheme.wavy":"\u0932\u0939\u0930\u0926\u093E\u0930 \u0930\u0947\u0916\u093E\u090F\u0901","translationServices.custom":"\u0915\u0938\u094D\u091F\u092E \u090F\u092A\u0940\u0906\u0908","translationServices.tencent":"\u091F\u0947\u0928\u0938\u0947\u0902\u091F \u0905\u0928\u0941\u0935\u093E\u0926\u0915","translationServices.tenAlpha":"Tencent \u0905\u0928\u0941\u0935\u093E\u0926\u0915 (\u0905\u0932\u094D\u092B\u093E)","translationServices.google":"\u0917\u0942\u0917\u0932 \u0905\u0928\u0941\u0935\u093E\u0926","translationServices.bai":"Baidu(\u0905\u0932\u094D\u092B\u093E)","translationServices.baidu":"Baidu \u0905\u0928\u0941\u0935\u093E\u0926\u0915","translationServices.aliyun":"\u0905\u0932\u0940\u092C\u093E\u092C\u093E \u0915\u094D\u0932\u093E\u0909\u0921 \u0905\u0928\u0941\u0935\u093E\u0926","translationServices.volc":"\u091C\u094D\u0935\u093E\u0932\u093E\u092E\u0941\u0916\u0940 \u0905\u0928\u0941\u0935\u093E\u0926","translationServices.deeplx":"\u0921\u0940\u092A\u090F\u0932\u090F\u0915\u094D\u0938(\u092C\u0940\u091F\u093E)","translationServices.bing":"\u092E\u093E\u0907\u0915\u094D\u0930\u094B\u0938\u0949\u092B\u094D\u091F \u0905\u0928\u0941\u0935\u093E\u0926\u0915","translationServices.deepl":"\u0921\u0940\u092A\u090F\u0932","translationServices.wechat":"\u0935\u0940\u091A\u0948\u091F \u0905\u0928\u0941\u0935\u093E\u0926","translationServices.azure":"\u0928\u0940\u0932\u093E \u0905\u0928\u0941\u0935\u093E\u0926","translationServices.ibm":"\u0906\u0908\u092C\u0940\u090F\u092E \u0935\u0949\u091F\u0938\u0928","translationServices.aws":"\u0905\u092E\u0947\u091C\u093C\u0928 \u0905\u0928\u0941\u0935\u093E\u0926","translationServices.mock":"\u0905\u0928\u0941\u0930\u0942\u092A\u093F\u0924 \u0905\u0928\u0941\u0935\u093E\u0926","translationServices.mock2":"\u0938\u093F\u092E\u094D\u092F\u0941\u0932\u0947\u091F\u0947\u0921 \u0905\u0928\u0941\u0935\u093E\u0926 2","translationServices.caiyun":"\u0915\u0948\u092F\u0941\u0928 \u0936\u093F\u092F\u093E\u0913\u092F\u0940","translationServices.cai":"\u0915\u0948\u092F\u0941\u0928 \u0936\u093F\u092F\u093E\u0913\u092F\u0940 (\u0905\u0932\u094D\u092B\u093E)","translationServices.volcAlpha":"\u091C\u094D\u0935\u093E\u0932\u093E\u092E\u0941\u0916\u0940 (\u0905\u0932\u094D\u092B\u093E)","translationServices.openl":"\u0913\u092A\u0928\u090F\u0932","translationServices.youdao":"Youdao \u0905\u0928\u0941\u0935\u093E\u0926","translationServices.you":"Youdao \u0905\u0928\u0941\u0935\u093E\u0926 (\u0905\u0932\u094D\u092B\u093E)","translationServices.transmart":"Tencent \u0907\u0902\u091F\u0930\u0948\u0915\u094D\u091F\u093F\u0935 \u0905\u0928\u0941\u0935\u093E\u0926","translationServices.niu":"\u092E\u093E\u0935\u0947\u0930\u093F\u0915\u094D\u0938 \u0905\u0928\u0941\u0935\u093E\u0926","translationServices.papago":"\u092A\u093E\u092A\u093E\u0917\u094B \u0905\u0928\u0941\u0935\u093E\u0926","translationServices.d":"\u0921\u0940(\u0905\u0932\u094D\u092B\u093E)","translationServices.dpro":"\u0921\u0940 \u092A\u094D\u0930\u094B (\u0915\u0948\u0928\u0930\u0940)","translationServices.openai":"\u0913\u092A\u0928\u090F\u0906\u0908","translationServices.chatgpt":"\u091A\u0948\u091F\u091C\u0940\u092A\u0940\u091F\u0940 \u0935\u0947\u092C(3.5 \u092E\u094B\u092C\u093E\u0907\u0932)","translate title":"\u092A\u0943\u0937\u094D\u0920 \u0936\u0940\u0930\u094D\u0937\u0915 \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0947\u0902","always languages":"\u0939\u092E\u0947\u0936\u093E \u0905\u0928\u0941\u0935\u093E\u0926\u093F\u0924 \u092D\u093E\u0937\u093E",neverTranslateLanguagesLabel:"\u0910\u0938\u0940 \u092D\u093E\u0937\u093E\u090F\u0901 \u091C\u093F\u0928\u0915\u093E \u0915\u092D\u0940 \u0905\u0928\u0941\u0935\u093E\u0926 \u0928\u0939\u0940\u0902 \u0939\u094B\u0924\u093E",neverTranslateTheFollowingLanguagesDescription:"\u091C\u092C \u092A\u0943\u0937\u094D\u0920 \u092E\u0947\u0902 \u0915\u094B\u0908 \u092A\u0948\u0930\u093E\u0917\u094D\u0930\u093E\u092B \u0928\u093F\u092E\u094D\u0928\u0932\u093F\u0916\u093F\u0924 \u092D\u093E\u0937\u093E\u0913\u0902 \u092E\u0947\u0902 \u0939\u094B\u0917\u093E \u0924\u094B \u0905\u0928\u0941\u0935\u093E\u0926 \u091B\u094B\u0921\u093C \u0926\u093F\u092F\u093E \u091C\u093E\u090F\u0917\u093E",enableUserscriptPagePopup:"\u092A\u0943\u0937\u094D\u0920 \u092A\u0930 \u0924\u0948\u0930\u0924\u0940 \u0939\u0941\u0908 \u0917\u0947\u0902\u0926 \u0926\u093F\u0916\u093E\u090F\u0901",enableUserscriptPagePopupDescription:"\u092B\u094D\u0932\u094B\u091F\u093F\u0902\u0917 \u092C\u0949\u0932 \u0915\u094B \u092C\u0902\u0926 \u0915\u0930\u0928\u0947 \u0915\u0947 \u092C\u093E\u0926 \u0906\u092A \u0909\u0938\u0947 \u091C\u0917\u093E\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u0936\u0949\u0930\u094D\u091F\u0915\u091F \u0915\u0941\u0902\u091C\u0940/{touch}\u0915\u093E \u0909\u092A\u092F\u094B\u0917 \u0915\u0930 \u0938\u0915\u0924\u0947 \u0939\u0948\u0902\u0964 \u0907\u0938 \u0935\u093F\u0915\u0932\u094D\u092A \u0915\u094B \u0917\u0932\u0924\u0940 \u0938\u0947 \u092C\u0902\u0926 \u0915\u0930\u0928\u0947 \u0915\u0947 \u092C\u093E\u0926 \u092B\u094D\u0932\u094B\u091F\u093F\u0902\u0917 \u092C\u0949\u0932 \u0915\u094B \u092E\u093F\u0932\u0928\u0947 \u0938\u0947 \u0930\u094B\u0915\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F, \u0907\u0938 \u0938\u0947\u091F\u093F\u0902\u0917 \u092A\u0947\u091C \u0915\u094B \u092C\u0941\u0915\u092E\u093E\u0930\u094D\u0915 \u0915\u0930\u0928\u0947 \u0915\u0940 \u092A\u0941\u0930\u091C\u094B\u0930 \u0905\u0928\u0941\u0936\u0902\u0938\u093E \u0915\u0940 \u091C\u093E\u0924\u0940 \u0939\u0948\u0964","always translate the following languages":"\u091C\u092C \u092A\u0943\u0937\u094D\u0920 \u0915\u0940 \u092D\u093E\u0937\u093E \u0928\u093F\u092E\u094D\u0928\u0932\u093F\u0916\u093F\u0924 \u092D\u093E\u0937\u093E\u0913\u0902 \u092E\u0947\u0902 \u0939\u094B\u0917\u0940, \u0924\u094B \u0907\u0938\u0947 \u0938\u094D\u0935\u091A\u093E\u0932\u093F\u0924 \u0930\u0942\u092A \u0938\u0947 \u0932\u0915\u094D\u0937\u094D\u092F \u092D\u093E\u0937\u093E \u092E\u0947\u0902 \u0905\u0928\u0941\u0935\u093E\u0926\u093F\u0924 \u0915\u093F\u092F\u093E \u091C\u093E\u090F\u0917\u093E","always sites":"\u0939\u092E\u0947\u0936\u093E \u0905\u0928\u0941\u0935\u093E\u0926\u093F\u0924 \u092F\u0942\u0906\u0930\u090F\u0932","always translate the following sites":"\u091C\u092C \u0935\u0947\u092C\u0938\u093E\u0907\u091F \u0928\u093F\u092E\u094D\u0928\u0932\u093F\u0916\u093F\u0924 \u0921\u094B\u092E\u0947\u0928 \u0928\u093E\u092E \u0915\u0940 \u0939\u094B\u0917\u0940, \u0924\u094B \u0907\u0938\u0947 \u0938\u094D\u0935\u091A\u093E\u0932\u093F\u0924 \u0930\u0942\u092A \u0938\u0947 \u0932\u0915\u094D\u0937\u094D\u092F \u092D\u093E\u0937\u093E \u092E\u0947\u0902 \u0905\u0928\u0941\u0935\u093E\u0926\u093F\u0924 \u0915\u093F\u092F\u093E \u091C\u093E\u090F\u0917\u093E","never sites":"\u0910\u0938\u0947 \u092F\u0942\u0906\u0930\u090F\u0932 \u091C\u093F\u0928\u0915\u093E \u0915\u092D\u0940 \u0905\u0928\u0941\u0935\u093E\u0926 \u0928\u0939\u0940\u0902 \u0915\u093F\u092F\u093E \u091C\u093E\u090F\u0917\u093E","never translate the following sites":"\u091C\u092C \u0935\u0947\u092C\u0938\u093E\u0907\u091F \u0928\u093F\u092E\u094D\u0928\u0932\u093F\u0916\u093F\u0924 \u0921\u094B\u092E\u0947\u0928 \u0928\u093E\u092E \u0915\u0940 \u0939\u094B \u0924\u094B \u0905\u0928\u0941\u0935\u093E\u0926 \u0928\u0939\u0940\u0902 \u0915\u093F\u092F\u093E \u091C\u093E\u090F\u0917\u093E","please refer to":"\u0909\u092A\u092F\u094B\u0917 \u0915\u0930\u0928\u0947 \u0938\u0947 \u092A\u0939\u0932\u0947 \u0906\u092A\u0915\u094B \u0915\u0941\u0902\u091C\u0940 \u092D\u0930\u0928\u0940 \u0939\u094B\u0917\u0940\u0964 \u0935\u093F\u0935\u0930\u0923 \u0915\u0947 \u0932\u093F\u090F, \u0915\u0943\u092A\u092F\u093E \u0926\u0947\u0916\u0947\u0902",KeyAndConfigurationTutorial:'"\u092E\u0941\u0916\u094D\u092F \u0905\u0928\u0941\u092A\u094D\u0930\u092F\u094B\u0917 \u0914\u0930 \u0915\u0949\u0928\u094D\u092B\u093C\u093F\u0917\u0930\u0947\u0936\u0928 \u091F\u094D\u092F\u0942\u091F\u094B\u0930\u093F\u092F\u0932"',useAboveStyleForTheseSites:"\u091C\u092C \u0935\u0947\u092C\u0938\u093E\u0907\u091F \u0928\u093F\u092E\u094D\u0928 \u0921\u094B\u092E\u0947\u0928 \u0928\u093E\u092E \u0939\u094B, \u0924\u094B \u0939\u092E\u0947\u0936\u093E \u2308{theme}\u230B \u0905\u0928\u0941\u0935\u093E\u0926 \u0936\u0948\u0932\u0940 \u0915\u093E \u0909\u092A\u092F\u094B\u0917 \u0915\u0930\u0947\u0902",currentUrl:"\u0935\u0930\u094D\u0924\u092E\u093E\u0928 \u092F\u0942\u0906\u0930\u090F\u0932",confirm:"\u092C\u091A\u093E\u0928\u093E",cancel:"\u0930\u0926\u094D\u0926 \u0915\u0930\u0928\u093E",delete:"\u092E\u093F\u091F\u093E\u0928\u093E","languages.auto":"\u0938\u094D\u0935\u091A\u093E\u0932\u093F\u0924 \u092A\u0939\u091A\u093E\u0928",syncToCloud:"Google Drive \u0938\u0947 \u0938\u093F\u0902\u0915 \u0915\u0930\u0947\u0902",syncToCloudDescription:"\u0915\u094D\u0932\u093E\u0909\u0921 \u092A\u0930 \u0905\u092A\u0932\u094B\u0921 \u0915\u0930\u0947\u0902, \u0914\u0930 \u0905\u0902\u0924\u093F\u092E \u0938\u0902\u0936\u094B\u0927\u0928 \u0938\u092E\u092F \u0915\u0947 \u0905\u0927\u0940\u0928, \u0915\u0949\u0928\u094D\u092B\u093C\u093F\u0917\u0930\u0947\u0936\u0928 \u0915\u094B \u0935\u093F\u092D\u093F\u0928\u094D\u0928 \u092C\u094D\u0930\u093E\u0909\u091C\u093C\u0930\u094B\u0902/\u0911\u092F\u0932 \u092E\u0902\u0915\u0940 \u0938\u094D\u0915\u094D\u0930\u093F\u092A\u094D\u091F \u0915\u0947 \u092C\u0940\u091A \u0938\u093F\u0902\u0915\u094D\u0930\u0928\u093E\u0907\u091C\u093C \u0915\u093F\u092F\u093E \u091C\u093E \u0938\u0915\u0924\u093E \u0939\u0948\u0964",syncToAccount:"\u0907\u092E\u0930\u094D\u0938\u093F\u0935 \u091F\u094D\u0930\u093E\u0902\u0938\u0932\u0947\u0936\u0928 \u0915\u094D\u0932\u093E\u0909\u0921 \u0938\u0947 \u0938\u093F\u0902\u0915 \u0915\u0930\u0947\u0902",syncToAccountButton:"\u0924\u0941\u0930\u0902\u0924 \u0915\u094D\u0932\u093E\u0909\u0921 \u0915\u0947 \u0938\u093E\u0925 \u0938\u093F\u0902\u0915 \u0915\u0930\u0947\u0902",syncToAccountDescription:"\u0905\u0902\u0924\u093F\u092E \u0938\u0902\u0936\u094B\u0927\u0928 \u0938\u092E\u092F \u0915\u0947 \u0906\u0927\u093E\u0930 \u092A\u0930, \u0935\u093F\u092D\u093F\u0928\u094D\u0928 \u0909\u092A\u0915\u0930\u0923\u094B\u0902 \u0915\u0947 \u092C\u0940\u091A \u0915\u0949\u0928\u094D\u092B\u093C\u093F\u0917\u0930\u0947\u0936\u0928 \u0915\u094B \u0938\u094D\u0935\u091A\u093E\u0932\u093F\u0924 \u0930\u0942\u092A \u0938\u0947 \u0938\u093F\u0902\u0915\u094D\u0930\u0928\u093E\u0907\u091C\u093C \u0915\u0930\u0947\u0902\u0964",successSyncConfigInAccount:"\u0915\u094D\u0932\u093E\u0909\u0921 \u0915\u0947 \u0938\u093E\u0925 \u0938\u092B\u0932\u0924\u093E\u092A\u0942\u0930\u094D\u0935\u0915 \u0938\u092E\u0928\u094D\u0935\u092F\u093F\u0924 \u0930\u0939\u0947\u0902",successSyncConfigToAccount:"\u0915\u094D\u0932\u093E\u0909\u0921 \u0915\u0947 \u0938\u093E\u0925 \u0938\u092B\u0932\u0924\u093E\u092A\u0942\u0930\u094D\u0935\u0915 \u0938\u092E\u0928\u094D\u0935\u092F\u093F\u0924 \u0915\u093F\u092F\u093E \u0917\u092F\u093E",syncConfigNoUpdate:"\u092A\u0939\u0932\u0947 \u0938\u0947 \u0939\u0940 \u0928\u0935\u0940\u0928\u0924\u092E",authFail:"\u092A\u094D\u0930\u092E\u093E\u0923\u0940\u0915\u0930\u0923 \u0935\u093F\u092B\u0932",syncTitle:"\u092E\u0948\u0928\u094D\u092F\u0941\u0905\u0932 \u092C\u0948\u0915\u0905\u092A \u092A\u094D\u0930\u092C\u0902\u0927\u0928",import_hint:"\u0906\u092F\u093E\u0924",upload:"\u0921\u093E\u0932\u0928\u093E",revokeAuth:"\u092A\u094D\u0930\u093E\u0927\u093F\u0915\u0930\u0923 \u0930\u0926\u094D\u0926 \u0915\u0930\u0947\u0902",uploadFail:"\u0905\u092A\u0932\u094B\u0921 \u0935\u093F\u092B\u0932",download:"\u0921\u093E\u0909\u0928\u0932\u094B\u0921 \u0915\u0930\u0928\u093E",importSuccess:"\u0906\u092F\u093E\u0924 \u0938\u092B\u0932",importFail:"\u0906\u092F\u093E\u0924 \u0935\u093F\u092B\u0932",deleteFail:"\u0939\u091F\u093E\u0928\u0947 \u092E\u0947\u0902 \u0935\u093F\u092B\u0932",backupToCloud:"\u092C\u0948\u0915\u0905\u092A \u092B\u093C\u093E\u0907\u0932\u094B\u0902 \u0915\u094B \u092E\u0948\u0928\u094D\u092F\u0941\u0905\u0932 \u0930\u0942\u092A \u0938\u0947 \u092A\u094D\u0930\u092C\u0902\u0927\u093F\u0924 \u0915\u0930\u0947\u0902",create_new_backup:"\u092C\u0948\u0915\u0905\u092A \u0928\u094B\u0921 \u091C\u094B\u0921\u093C\u0947\u0902",maxBackupFiles:"\u0905\u0927\u093F\u0915\u0924\u092E{count}\u0935\u093F\u092D\u093F\u0928\u094D\u0928 \u0928\u094B\u0921\u094D\u0938 \u0915\u093E \u092C\u0948\u0915\u0905\u092A \u0932\u093F\u092F\u093E \u091C\u093E \u0938\u0915\u0924\u093E \u0939\u0948, \u0915\u0943\u092A\u092F\u093E \u0905\u0928\u093E\u0935\u0936\u094D\u092F\u0915 \u0928\u094B\u0921\u094D\u0938 \u0939\u091F\u093E \u0926\u0947\u0902",backupToCloudDescription:"\u092C\u0948\u0915\u0905\u092A \u092B\u093C\u093E\u0907\u0932\u094B\u0902 \u0915\u094B \u092E\u0948\u0928\u094D\u092F\u0941\u0905\u0932 \u0930\u0942\u092A \u0938\u0947 \u0905\u092A\u0932\u094B\u0921 \u092F\u093E \u092A\u0941\u0928\u0930\u094D\u0938\u094D\u0925\u093E\u092A\u093F\u0924 \u0915\u0930\u0947\u0902, \u091C\u093F\u0938\u0938\u0947 3 \u0905\u0932\u0917-\u0905\u0932\u0917 \u092C\u0948\u0915\u0905\u092A \u0915\u0940 \u0905\u0928\u0941\u092E\u0924\u093F \u092E\u093F\u0932\u0924\u0940 \u0939\u0948",successSyncConfig:"\u0915\u094D\u0932\u093E\u0909\u0921 \u0915\u0947 \u0938\u093E\u0925 \u0938\u092B\u0932\u0924\u093E\u092A\u0942\u0930\u094D\u0935\u0915 \u0938\u092E\u0928\u094D\u0935\u092F\u093F\u0924 \u0930\u0939\u0947\u0902",syncFail:"\u0938\u092E\u0928\u094D\u0935\u092F\u0928 \u0935\u093F\u092B\u0932",updatedAt:"{date}\u092A\u0930 \u0905\u0926\u094D\u092F\u0924\u0928 \u0915\u093F\u092F\u093E \u0917\u092F\u093E",lastSyncedAt:"\u0905\u0902\u0924\u093F\u092E \u092C\u093E\u0930 {date}\u092A\u0930 \u091C\u093E\u0901\u091A \u0915\u0940 \u0917\u0908",downloadFail:"\u0921\u093E\u0909\u0928\u0932\u094B\u0921 \u0935\u093F\u092B\u0932",clickToDownload:"\u0921\u093E\u0909\u0928\u0932\u094B\u0921 \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u0915\u094D\u0932\u093F\u0915 \u0915\u0930\u0947\u0902",aboutLabel:"\u0915\u0947 \u092C\u093E\u0930\u0947 \u092E\u0947\u0902 - \u092A\u094D\u0930\u0924\u093F\u0915\u094D\u0930\u093F\u092F\u093E","browser.openAboutPage":"\u0915\u0947 \u092C\u093E\u0930\u0947 \u092E\u0947\u0902/\u092A\u094D\u0930\u0924\u093F\u0915\u094D\u0930\u093F\u092F\u093E",aboutLabelWithoutSponsor:"\u0915\u0947 \u092C\u093E\u0930\u0947 \u092E\u0947\u0902 - \u092A\u094D\u0930\u0924\u093F\u0915\u094D\u0930\u093F\u092F\u093E",aboutIntro:"\u092E\u0941\u091D\u0947 \u0906\u0936\u093E \u0939\u0948 \u0915\u093F \u0939\u092E \u0938\u092D\u0940 \u0907\u0902\u091F\u0930\u0928\u0947\u091F \u092A\u0930 \u0935\u093F\u0936\u093E\u0932 \u0935\u093F\u0926\u0947\u0936\u0940 \u092D\u093E\u0937\u093E \u0915\u0940 \u091C\u093E\u0928\u0915\u093E\u0930\u0940 \u0905\u0927\u093F\u0915 \u0906\u0938\u093E\u0928\u0940 \u0938\u0947 \u0914\u0930 \u0916\u0941\u0936\u0940 \u0938\u0947 \u092A\u094D\u0930\u093E\u092A\u094D\u0924 \u0915\u0930 \u0938\u0915\u0924\u0947 \u0939\u0948\u0902\u2764\uFE0F \u0906\u092A <6> \u092A\u094D\u0930\u094B \u0938\u0926\u0938\u094D\u092F\u0924\u093E \u0916\u094B\u0932\u0928\u093E \u091A\u0941\u0928 \u0938\u0915\u0924\u0947 \u0939\u0948\u0902 \u0921\u0940\u092A\u090F\u0932 \u0914\u0930 \u0913\u092A\u0928\u090F\u0906\u0908 \u0905\u0928\u0941\u0935\u093E\u0926\u094B\u0902 \u0915\u094B \u092C\u0949\u0915\u094D\u0938 \u0938\u0947 \u092C\u093E\u0939\u0930 \u0909\u092A\u092F\u094B\u0917 \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F\u0964

\u0939\u092E\u0947\u0902 <3>\u091F\u094D\u0935\u093F\u091F\u0930 \u092A\u0930 \u092B\u093C\u0949\u0932\u094B \u0915\u0930 \u0938\u0915\u0924\u0947 \u0939\u0948\u0902 ,<4>\u091F\u0947\u0932\u0940\u0917\u094D\u0930\u093E\u092E \u091A\u0948\u0928\u0932 , WeChat \u0938\u093E\u0930\u094D\u0935\u091C\u0928\u093F\u0915 \u0916\u093E\u0924\u093E, WeChat \u0938\u0902\u091A\u093E\u0930 \u0938\u092E\u0942\u0939, \u092F\u093E \u0928\u0940\u091A\u0947 <5> \u0908\u092E\u0947\u0932 \u0938\u0926\u0938\u094D\u092F\u0924\u093E \u0905\u092A\u0921\u0947\u091F \u091F\u094D\u0930\u0948\u0915 \u0915\u0930\u0947\u0902.
<7>\u092A\u094D\u0930\u094B \u0938\u0926\u0938\u094D\u092F \u0906\u092A \u090F\u0915\u094D\u0938\u092A\u094D\u0930\u0947\u0938 \u0917\u094D\u0930\u093E\u0939\u0915 \u0938\u0947\u0935\u093E \u0908\u092E\u0947\u0932 <8> support@immersivetranslate.com \u0938\u0947 \u0938\u0902\u092A\u0930\u094D\u0915 \u0915\u0930 \u0938\u0915\u0924\u0947 \u0939\u0948\u0902 \u0939\u092E\u093E\u0930\u0947 \u0938\u093E\u0925 \u091C\u0941\u0921\u093C\u0947\u0964",aboutIntroWithoutSponsor:"\u092E\u0941\u091D\u0947 \u0906\u0936\u093E \u0939\u0948 \u0915\u093F \u0939\u092E \u0938\u092D\u0940 \u0907\u0902\u091F\u0930\u0928\u0947\u091F \u092A\u0930 \u0935\u093F\u0936\u093E\u0932 \u092E\u093E\u0924\u094D\u0930\u093E \u092E\u0947\u0902 \u0935\u093F\u0926\u0947\u0936\u0940 \u092D\u093E\u0937\u093E \u0915\u0940 \u091C\u093E\u0928\u0915\u093E\u0930\u0940 \u0924\u0915 \u0906\u0938\u093E\u0928 \u0914\u0930 \u0905\u0927\u093F\u0915 \u0906\u0928\u0902\u0926\u0926\u093E\u092F\u0915 \u092A\u0939\u0941\u0902\u091A \u092A\u094D\u0930\u093E\u092A\u094D\u0924 \u0915\u0930 \u0938\u0915\u0924\u0947 \u0939\u0948\u0902 \u2764\uFE0F

\u0906\u092A \u0939\u092E\u0947\u0902 \u091F\u094D\u0935\u093F\u091F\u0930 \u092A\u0930 \u092B\u093C\u0949\u0932\u094B \u0915\u0930 \u0938\u0915\u0924\u0947 \u0939\u0948\u0902 <3> ,<4>\u091F\u0947\u0932\u0940\u0917\u094D\u0930\u093E\u092E \u091A\u0948\u0928\u0932 , WeChat \u0938\u093E\u0930\u094D\u0935\u091C\u0928\u093F\u0915 \u0916\u093E\u0924\u093E, WeChat \u0938\u0902\u091A\u093E\u0930 \u0938\u092E\u0942\u0939, \u092F\u093E \u0928\u0940\u091A\u0947 <5> \u0908\u092E\u0947\u0932 \u0938\u0926\u0938\u094D\u092F\u0924\u093E \u0905\u092A\u0921\u0947\u091F \u091F\u094D\u0930\u0948\u0915 \u0915\u0930\u0947\u0902.",projectHomepage:"\u092A\u094D\u0930\u094B\u091C\u0947\u0915\u094D\u091F \u0939\u094B\u092E \u092A\u0947\u091C",joinTelegramGroup:"\u092B\u093C\u0902\u0915\u094D\u0936\u0928 \u091A\u0930\u094D\u091A\u093E\u0913\u0902 \u092E\u0947\u0902 \u092D\u093E\u0917 \u0932\u0947\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u0909\u092A\u092F\u094B\u0917\u0915\u0930\u094D\u0924\u093E \u0938\u0902\u091A\u093E\u0930 \u0938\u092E\u0942\u0939 \u092E\u0947\u0902 \u0936\u093E\u092E\u093F\u0932 \u0939\u094B\u0902",wechatPublicAccount:"WeChat \u0938\u093E\u0930\u094D\u0935\u091C\u0928\u093F\u0915 \u0916\u093E\u0924\u093E",wechatCommunities:"WeChat \u0938\u0902\u091A\u093E\u0930 \u0938\u092E\u0942\u0939",qqCommunities:"QQ \u0938\u0902\u091A\u093E\u0930 \u091A\u0948\u0928\u0932",joinTelegramChannel:"\u0928\u0935\u0940\u0928\u0924\u092E \u0905\u092A\u0921\u0947\u091F \u0915\u0947 \u0932\u093F\u090F \u091F\u0947\u0932\u0940\u0917\u094D\u0930\u093E\u092E \u091A\u0948\u0928\u0932 \u0915\u094B \u092B\u0949\u0932\u094B \u0915\u0930\u0947\u0902",feedbackAndJoin:"\u0938\u092E\u0938\u094D\u092F\u093E \u092A\u094D\u0930\u0924\u093F\u0915\u094D\u0930\u093F\u092F\u093E/\u0938\u092E\u0942\u0939 \u092E\u0947\u0902 \u0936\u093E\u092E\u093F\u0932 \u0939\u094B\u0902",autoSync:"\u0938\u094D\u0935\u091A\u093E\u0932\u093F\u0924 \u0905\u0928\u0941\u0938\u0942\u091A\u093F\u0924 \u0924\u0941\u0932\u094D\u092F\u0915\u093E\u0932\u0928",loadingThemeTitle:"\u0932\u094B\u0921\u093F\u0902\u0917 \u0936\u0948\u0932\u0940",loadingThemeDescription:"\u0905\u0928\u0941\u0935\u093E\u0926 \u0932\u094B\u0921 \u0939\u094B\u0928\u0947 \u0915\u0940 \u092A\u094D\u0930\u0924\u0940\u0915\u094D\u0937\u093E \u0915\u0930\u0924\u0947 \u0938\u092E\u092F \u0936\u0948\u0932\u0940 \u0938\u0947\u091F \u0915\u0930\u0947\u0902","loadingTheme.spinner":"\u0935\u0943\u0924\u094D\u0924 \u090F\u0928\u0940\u092E\u0947\u0936\u0928","loadingTheme.text":"\u0938\u094D\u0925\u093F\u0930 \u092A\u093E\u0920... ","loadingTheme.none":"\u0928\u0939\u0940\u0902 \u0926\u093F\u0916\u093E\u0924\u0947",developerDescription:"\u0906\u092A \u092F\u0939\u093E\u0902 <1> \u092A\u0930 \u0915\u094D\u0932\u093F\u0915 \u0915\u0930 \u0938\u0915\u0924\u0947 \u0939\u0948\u0902 \u0909\u0928\u094D\u0928\u0924 \u0905\u0928\u0941\u0915\u0942\u0932\u0928 \u0938\u0947 \u0938\u0902\u092C\u0902\u0927\u093F\u0924 \u0926\u0938\u094D\u0924\u093E\u0935\u0947\u091C\u093C \u0926\u0947\u0916\u0947\u0902","edit border color":"\u092C\u0949\u0930\u094D\u0921\u0930 \u0915\u093E \u0930\u0902\u0917 \u0938\u0902\u0936\u094B\u0927\u093F\u0924 \u0915\u0930\u0947\u0902",successSyncButNoChange:"\u0935\u0930\u094D\u0924\u092E\u093E\u0928 \u0915\u0949\u0928\u094D\u092B\u093C\u093F\u0917\u0930\u0947\u0936\u0928 \u0915\u094D\u0932\u093E\u0909\u0921 \u0915\u0947 \u0905\u0928\u0941\u0930\u0942\u092A \u0939\u0948",customTheme:"\u0915\u0938\u094D\u091F\u092E \u0930\u0902\u0917 \u0914\u0930 \u0906\u0915\u093E\u0930","customThemeLabel.borderColor":"\u0938\u0940\u092E\u093E \u0930\u0902\u0917","customThemeLabel.borderRadius":"\u0938\u0940\u092E\u093E \u0917\u094B\u0932\u093E\u0915\u093E\u0930 \u0915\u094B\u0928\u0947","customThemeLabel.textColor":"\u092A\u093E\u0920 \u0915\u093E \u0930\u0902\u0917","customThemeLabel.backgroundColor":"\u092A\u0943\u0937\u094D\u0920\u092D\u0942\u092E\u093F \u0915\u093E \u0930\u0902\u0917","customThemeLabel.zoom":"\u092B\u093C\u0949\u0928\u094D\u091F \u0938\u094D\u0915\u0947\u0932\u093F\u0902\u0917 (%)","customThemeLabel.opacity":"\u092A\u093E\u0920 \u0905\u092A\u093E\u0930\u0926\u0930\u094D\u0936\u093F\u0924\u093E (%)",resetToDefaultColor:"\u0921\u093F\u092B\u093C\u0949\u0932\u094D\u091F \u0930\u0902\u0917 \u092A\u0930 \u0935\u093E\u092A\u0938 \u0932\u094C\u091F\u0947\u0902",resetToDefaultSettings:"\u0921\u093F\u092B\u093C\u0949\u0932\u094D\u091F \u0938\u0947\u091F\u093F\u0902\u0917\u094D\u0938 \u092A\u0930 \u0935\u093E\u092A\u0938 \u0932\u094C\u091F\u0947\u0902",isTranslateTitle:"\u0905\u0928\u0941\u0935\u093E\u0926\u093F\u0924 \u0935\u0947\u092C \u092A\u0947\u091C \u0936\u0940\u0930\u094D\u0937\u0915 \u091A\u093E\u0932\u0942 \u0915\u0930\u0947\u0902",isTranslateTitleDescription:"\u091A\u093E\u0932\u0942 \u0939\u094B\u0928\u0947 \u092A\u0930, \u0935\u0947\u092C \u092A\u0947\u091C \u0936\u0940\u0930\u094D\u0937\u0915 \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u093F\u092F\u093E \u091C\u093E\u090F\u0917\u093E",enableSearchEnhancement:"\u0926\u094D\u0935\u093F\u092D\u093E\u0937\u0940 \u0938\u0942\u091A\u0928\u093E \u0938\u0902\u0935\u0930\u094D\u0926\u094D\u0927\u0928 \u0938\u0915\u094D\u0937\u092E \u0915\u0930\u0947\u0902",enableSearchEnhancementDescription:'\u091A\u093E\u0932\u0942 \u0939\u094B\u0928\u0947 \u0915\u0947 \u092C\u093E\u0926, \u0905\u0902\u0917\u094D\u0930\u0947\u091C\u0940 \u0915\u0940\u0935\u0930\u094D\u0921 \u0938\u0947 \u0938\u0902\u092C\u0902\u0927\u093F\u0924 "Google \u0938\u092E\u093E\u091A\u093E\u0930" \u0916\u094B\u091C \u092A\u0930\u093F\u0923\u093E\u092E \u0938\u094D\u0935\u091A\u093E\u0932\u093F\u0924 \u0930\u0942\u092A \u0938\u0947 \u0938\u092E\u0930\u094D\u0925\u093F\u0924 \u0935\u0947\u092C\u0938\u093E\u0907\u091F\u094B\u0902 (Google \u0938\u092E\u093E\u091A\u093E\u0930, Google \u0916\u094B\u091C (\u0915\u0941\u091B \u0915\u0940\u0935\u0930\u094D\u0921), \u0938\u094D\u0928\u094B\u092C\u0949\u0932, \u0913\u0930\u093F\u090F\u0902\u091F\u0932 \u092B\u0949\u0930\u094D\u091A\u094D\u092F\u0942\u0928, \u092B\u093C\u0941\u091F\u0942, \u091F\u093E\u0907\u0917\u0930 \u0938\u092E\u0941\u0926\u093E\u092F) \u0915\u0947 \u0926\u093E\u0939\u093F\u0928\u0947 \u0915\u0949\u0932\u092E \u092E\u0947\u0902 \u092A\u094D\u0930\u0926\u0930\u094D\u0936\u093F\u0924 \u0939\u094B\u0902\u0917\u0947\u0964',verifyService:"\u0938\u0947\u0935\u093E \u0915\u093E \u092A\u0930\u0940\u0915\u094D\u0937\u0923 \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u092F\u0939\u093E\u0902 \u0915\u094D\u0932\u093F\u0915 \u0915\u0930\u0947\u0902",verified:"\u0938\u0924\u094D\u092F\u093E\u092A\u0928 \u0938\u092B\u0932","field.langs":"\u0938\u092E\u0930\u094D\u0925\u093F\u0924 \u092D\u093E\u0937\u093E \u0915\u094B\u0921","field.model":"\u0928\u092E\u0942\u0928\u093E","field.translationEngine":"\u0905\u0928\u0941\u0935\u093E\u0926 \u0907\u0902\u091C\u0928","field.limitPerMinute":"\u092A\u094D\u0930\u0924\u093F \u092E\u093F\u0928\u091F \u0905\u0928\u0941\u0930\u094B\u0927\u094B\u0902 \u0915\u0940 \u0905\u0927\u093F\u0915\u0924\u092E \u0938\u0902\u0916\u094D\u092F\u093E","field.limitPerSecond":"\u092A\u094D\u0930\u0924\u093F \u0938\u0947\u0915\u0902\u0921 \u0905\u0928\u0941\u0930\u094B\u0927\u094B\u0902 \u0915\u0940 \u0905\u0927\u093F\u0915\u0924\u092E \u0938\u0902\u0916\u094D\u092F\u093E","field.maxTextLengthPerRequest":"\u092A\u094D\u0930\u0924\u093F \u0905\u0928\u0941\u0930\u094B\u0927 \u0905\u0927\u093F\u0915\u0924\u092E \u092A\u093E\u0920 \u0932\u0902\u092C\u093E\u0908","field.maxTextGroupLengthPerRequest":"\u092A\u094D\u0930\u0924\u093F \u0905\u0928\u0941\u0930\u094B\u0927 \u092A\u0948\u0930\u093E\u0917\u094D\u0930\u093E\u092B \u0915\u0940 \u0905\u0927\u093F\u0915\u0924\u092E \u0938\u0902\u0916\u094D\u092F\u093E","field.apiUrl":"\u0915\u0938\u094D\u091F\u092E \u090F\u092A\u0940\u0906\u0908 \u0907\u0902\u091F\u0930\u092B\u093C\u0947\u0938 \u092A\u0924\u093E","field.placeholderDelimiters":"\u0906\u0930\u0915\u094D\u0937\u093F\u0924 \u092A\u094D\u0932\u0947\u0938\u0939\u094B\u0932\u094D\u0921\u0930","description.custom":"\u0915\u0938\u094D\u091F\u092E \u0907\u0902\u091F\u0930\u092B\u093C\u0947\u0938 \u090F\u0915\u094D\u0938\u0947\u0938 \u0915\u0947 \u0932\u093F\u090F \u0938\u0902\u0926\u0930\u094D\u092D \u0926\u0938\u094D\u0924\u093E\u0935\u0947\u091C\u093C\u094B\u0902 \u0915\u0940 \u0906\u0935\u0936\u094D\u092F\u0915\u0924\u093E \u0939\u0948","description.limitPerMinute":"\u091C\u092C \u0905\u0928\u0941\u0930\u094B\u0927\u094B\u0902 \u0915\u0940 \u0938\u0902\u0916\u094D\u092F\u093E \u0907\u0938 \u0938\u0940\u092E\u093E \u0938\u0947 \u0905\u0927\u093F\u0915 \u0939\u094B \u091C\u093E\u0924\u0940 \u0939\u0948, \u0924\u094B \u092F\u0939 \u0905\u0917\u0932\u0947 \u092E\u093F\u0928\u091F \u0915\u0940 \u0936\u0941\u0930\u0941\u0906\u0924 \u0924\u0915 \u0915\u0924\u093E\u0930 \u0938\u094D\u0925\u093F\u0924\u093F \u092E\u0947\u0902 \u092A\u094D\u0930\u0935\u0947\u0936 \u0915\u0930\u0947\u0917\u0940\u0964 OpenAI \u0915\u0940 \u0935\u0930\u094D\u0924\u092E\u093E\u0928 \u0938\u0947\u0935\u093E \u0915\u0940 \u0935\u093F\u092D\u093F\u0928\u094D\u0928 \u0938\u0940\u092E\u093E\u0913\u0902 \u0915\u0947 \u0915\u093E\u0930\u0923, \u0915\u0943\u092A\u092F\u093E \u092F\u0939\u093E\u0902 <1> \u0915\u094D\u0932\u093F\u0915 \u0915\u0930\u0947\u0902 \u0928\u0935\u0940\u0928\u0924\u092E \u0905\u0928\u0941\u0936\u0902\u0938\u093F\u0924 \u092E\u093E\u0928 \u0926\u0947\u0916\u0947\u0902","description.limitPerSecond":"\u091C\u092C \u0905\u0928\u0941\u0930\u094B\u0927\u094B\u0902 \u0915\u0940 \u0938\u0902\u0916\u094D\u092F\u093E \u0907\u0938 \u0938\u0940\u092E\u093E \u0938\u0947 \u0905\u0927\u093F\u0915 \u0939\u094B \u091C\u093E\u0924\u0940 \u0939\u0948, \u0924\u094B \u092F\u0939 \u0905\u0917\u0932\u0947 \u0938\u0947\u0915\u0902\u0921 \u0915\u0940 \u0936\u0941\u0930\u0941\u0906\u0924 \u0924\u0915 \u0915\u0924\u093E\u0930 \u0938\u094D\u0925\u093F\u0924\u093F \u092E\u0947\u0902 \u092A\u094D\u0930\u0935\u0947\u0936 \u0915\u0930\u0947\u0917\u0940\u0964 OpenAI \u0915\u0940 \u0935\u0930\u094D\u0924\u092E\u093E\u0928 \u0938\u0947\u0935\u093E \u0915\u0940 \u0935\u093F\u092D\u093F\u0928\u094D\u0928 \u0938\u0940\u092E\u093E\u0913\u0902 \u0915\u0947 \u0915\u093E\u0930\u0923, \u0915\u0943\u092A\u092F\u093E \u092F\u0939\u093E\u0902 <1> \u0915\u094D\u0932\u093F\u0915 \u0915\u0930\u0947\u0902 \u0928\u0935\u0940\u0928\u0924\u092E \u0905\u0928\u0941\u0936\u0902\u0938\u093F\u0924 \u092E\u093E\u0928 \u0926\u0947\u0916\u0947\u0902","description.generalLimitPerSecond":"\u091C\u092C \u0905\u0928\u0941\u0930\u094B\u0927\u094B\u0902 \u0915\u0940 \u0938\u0902\u0916\u094D\u092F\u093E \u0907\u0938 \u0938\u0940\u092E\u093E \u0938\u0947 \u0905\u0927\u093F\u0915 \u0939\u094B \u091C\u093E\u0924\u0940 \u0939\u0948, \u0924\u094B \u092F\u0939 \u0905\u0917\u0932\u0947 \u0938\u0947\u0915\u0902\u0921 \u0915\u0940 \u0936\u0941\u0930\u0941\u0906\u0924 \u0924\u0915 \u0915\u0924\u093E\u0930 \u0938\u094D\u0925\u093F\u0924\u093F \u092E\u0947\u0902 \u092A\u094D\u0930\u0935\u0947\u0936 \u0915\u0930\u0947\u0917\u0940\u0964","description.prompt":"\u0909\u092A\u092F\u094B\u0917\u0915\u0930\u094D\u0924\u093E \u0915\u0940 \u092A\u0939\u091A\u093E\u0928 \u092E\u0947\u0902 {service} \u0915\u094B \u092D\u0947\u091C\u0940 \u0917\u0908 \u0935\u093E\u0930\u094D\u0924\u093E\u0932\u093E\u092A, \u091C\u093F\u0938\u092E\u0947\u0902 {{text}} \u092A\u0948\u0930\u093E\u0917\u094D\u0930\u093E\u092B \u0915\u093E \u092A\u093E\u0920 \u0938\u093E\u092E\u0917\u094D\u0930\u0940 \u0915\u094B \u0926\u0930\u094D\u0936\u093E\u0924\u093E \u0939\u0948, {{from}} \u092A\u0948\u0930\u093E\u0917\u094D\u0930\u093E\u092B \u0915\u0940 \u092D\u093E\u0937\u093E \u0915\u094B \u0926\u0930\u094D\u0936\u093E\u0924\u093E \u0939\u0948, \u0914\u0930 {{to}} \u0932\u0915\u094D\u0937\u094D\u092F \u092D\u093E\u0937\u093E \u0915\u094B \u0926\u0930\u094D\u0936\u093E\u0924\u093E \u0939\u0948\u0964","description.maxTextLengthPerRequest":"\u092A\u094D\u0930\u0924\u093F \u0905\u0928\u0941\u0930\u094B\u0927 \u0935\u0930\u094D\u0923\u094B\u0902 \u0915\u0940 \u0905\u0927\u093F\u0915\u0924\u092E \u0938\u0902\u0916\u094D\u092F\u093E\u0964 \u092F\u0926\u093F \u092F\u0939 \u092C\u0939\u0941\u0924 \u092C\u0921\u093C\u093E \u0939\u0948, \u0924\u094B \u0907\u0902\u091F\u0930\u092B\u093C\u0947\u0938 \u0915\u0940 \u092A\u094D\u0930\u0924\u093F\u0915\u094D\u0930\u093F\u092F\u093E \u0927\u0940\u092E\u0940 \u0939\u094B \u091C\u093E\u090F\u0917\u0940, \u0907\u0938\u0932\u093F\u090F \u0906\u092A \u0917\u0924\u093F \u0915\u094B \u0905\u0928\u0941\u0915\u0942\u0932\u093F\u0924 \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u0907\u0938 \u0935\u093F\u0915\u0932\u094D\u092A \u0915\u094B \u0938\u092E\u093E\u092F\u094B\u091C\u093F\u0924 \u0915\u0930\u0928\u0947 \u0915\u093E \u092A\u094D\u0930\u092F\u093E\u0938 \u0915\u0930 \u0938\u0915\u0924\u0947 \u0939\u0948\u0902\u0964","description.systemPrompt":"\u0938\u093F\u0938\u094D\u091F\u092E \u0915\u0940 \u092A\u0939\u091A\u093E\u0928 \u0938\u0947 {service} \u0915\u094B \u092D\u0947\u091C\u0940 \u0917\u0908 \u0935\u093E\u0930\u094D\u0924\u093E\u0932\u093E\u092A, \u091C\u093F\u0938\u092E\u0947\u0902 {{text}} \u092A\u0948\u0930\u093E\u0917\u094D\u0930\u093E\u092B \u0915\u0947 \u092A\u093E\u0920 \u0915\u0940 \u0938\u093E\u092E\u0917\u094D\u0930\u0940 \u0915\u094B \u0926\u0930\u094D\u0936\u093E\u0924\u093E \u0939\u0948, {{from}} \u092A\u0948\u0930\u093E\u0917\u094D\u0930\u093E\u092B \u0915\u0940 \u092D\u093E\u0937\u093E \u0915\u094B \u0926\u0930\u094D\u0936\u093E\u0924\u093E \u0939\u0948, {{to}} \u0932\u0915\u094D\u0937\u094D\u092F \u092D\u093E\u0937\u093E \u0915\u094B \u0926\u0930\u094D\u0936\u093E\u0924\u093E \u0939\u0948","field.domain":"\u092E\u0948\u0926\u093E\u0928","description.domain":"\u0921\u093F\u092B\u093C\u0949\u0932\u094D\u091F\uFF1A\u0938\u093E\u092E\u093E\u0928\u094D\u092F \u0939\u0948. \u0907\u0938\u0947 \u0915\u0947\u0935\u0932 \u0924\u092D\u0940 \u0938\u0947\u091F \u0915\u093F\u092F\u093E \u091C\u093E \u0938\u0915\u0924\u093E \u0939\u0948 \u091C\u092C Youdao API \u0915\u0902\u0938\u094B\u0932 \u092E\u0947\u0902 \u0921\u094B\u092E\u0947\u0928-\u0906\u0927\u093E\u0930\u093F\u0924 \u0905\u0928\u0941\u0935\u093E\u0926 \u0938\u0915\u094D\u0937\u092E \u0939\u094B\u0964 \u0938\u092E\u0930\u094D\u0925\u093F\u0924 \u092B\u093C\u0940\u0932\u094D\u0921 \u0915\u0947 \u0932\u093F\u090F, \u0915\u0943\u092A\u092F\u093E \u092F\u0939\u093E\u0902 <1> \u0926\u0947\u0916\u0947\u0902\u0964","field.scene":"\u092A\u0930\u094D\u0926\u0947","description.scene":"\u0921\u093F\u092B\u093C\u0949\u0932\u094D\u091F\uFF1A\u0938\u093E\u092E\u093E\u0928\u094D\u092F \u0939\u0948. \u0907\u0938\u0947 \u0915\u0947\u0935\u0932 \u0924\u092D\u0940 \u0938\u0947\u091F \u0915\u093F\u092F\u093E \u091C\u093E \u0938\u0915\u0924\u093E \u0939\u0948 \u091C\u092C \u0905\u0932\u0940\u092C\u093E\u092C\u093E \u0915\u094D\u0932\u093E\u0909\u0921 \u090F\u092A\u0940\u0906\u0908 \u0915\u0902\u0938\u094B\u0932 \u092E\u0947\u0902 \u092E\u0936\u0940\u0928\u0940 \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u093E \u092A\u0947\u0936\u0947\u0935\u0930 \u0938\u0902\u0938\u094D\u0915\u0930\u0923 \u0938\u0915\u094D\u0930\u093F\u092F \u0939\u094B\u0964 \u0938\u092E\u0930\u094D\u0925\u093F\u0924 \u092A\u0930\u093F\u0926\u0943\u0936\u094D\u092F\u094B\u0902 \u0915\u0947 \u0932\u093F\u090F \u092F\u0939\u093E\u0902 <1> \u0926\u0947\u0916\u0947\u0902\u0964","field.vocabId":"\u0909\u092A\u092F\u094B\u0917\u0915\u0930\u094D\u0924\u093E \u0936\u092C\u094D\u0926\u0915\u094B\u0936 \u0906\u0908\u0921\u0940","description.vocabId":"\u0928\u093F\u0930\u094D\u0926\u093F\u0937\u094D\u091F \u0936\u092C\u094D\u0926\u0915\u094B\u0936 \u0906\u0909\u091F_\u0906\u0908\u0921\u0940 \u0935\u0930\u094D\u0924\u092E\u093E\u0928 \u092E\u0947\u0902 \u0905\u0902\u0917\u094D\u0930\u0947\u091C\u0940-\u091A\u0940\u0928\u0940 \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u093E \u0938\u092E\u0930\u094D\u0925\u0928 \u0915\u0930\u0924\u093E \u0939\u0948\u0964","description.model":"OpenAI \u0915\u093E \u092E\u0949\u0921\u0932 gpt-3.5-\u091F\u0930\u094D\u092C\u094B, gpt-4 \u0906\u0926\u093F \u0939\u094B \u0938\u0915\u0924\u093E \u0939\u0948\u0964","description.maxTextGroupLengthPerRequest":"\u0939\u0930 \u092C\u093E\u0930 \u0905\u0928\u0941\u0935\u093E\u0926 \u0938\u0947\u0935\u093E \u0915\u094B \u092D\u0947\u091C\u0947 \u0917\u090F \u092A\u0948\u0930\u093E\u0917\u094D\u0930\u093E\u092B\u094B\u0902 \u0915\u0940 \u0938\u0902\u0916\u094D\u092F\u093E\u0964 \u092F\u0926\u093F \u092C\u0939\u0941\u0924 \u0938\u093E\u0930\u0947 \u092A\u0948\u0930\u093E\u0917\u094D\u0930\u093E\u092B \u0939\u0948\u0902, \u0924\u094B \u0907\u0902\u091F\u0930\u092B\u093C\u0947\u0938 \u0915\u0940 \u092A\u094D\u0930\u0924\u093F\u0915\u094D\u0930\u093F\u092F\u093E \u0927\u0940\u092E\u0940 \u0939\u094B \u0938\u0915\u0924\u0940 \u0939\u0948\u0964","description.apiUrl":"\u0915\u0943\u092A\u092F\u093E \u092A\u0925 \u0915\u0947 \u0938\u093E\u0925 \u090F\u0915 \u0935\u093F\u0936\u093F\u0937\u094D\u091F \u092F\u0942\u0906\u0930\u090F\u0932 \u091C\u094B\u0921\u093C\u0947\u0902, <1> \u0905\u0927\u093F\u0915 \u0928\u093F\u0930\u094D\u0926\u0947\u0936",enabledExtension:"\u090F\u0915\u094D\u0938\u091F\u0947\u0902\u0936\u0928 \u0938\u0915\u094D\u0937\u092E",clickToDisableExtension:"\u090F\u0915\u094D\u0938\u091F\u0947\u0902\u0936\u0928 \u0905\u0915\u094D\u0937\u092E \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u0915\u094D\u0932\u093F\u0915 \u0915\u0930\u0947\u0902",clickToEnableExtension:"\u090F\u0915\u094D\u0938\u091F\u0947\u0902\u0936\u0928 \u0938\u0915\u094D\u0937\u092E \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u0915\u094D\u0932\u093F\u0915 \u0915\u0930\u0947\u0902",hasBeenDisabled:"\u0905\u0915\u094D\u0937\u092E","show password":"\u092A\u093E\u0938\u0935\u0930\u094D\u0921 \u0926\u093F\u0916\u093E\u090F",customContent:"\u0915\u0938\u094D\u091F\u092E \u092E\u0949\u0921\u0932 \u0928\u093E\u092E \u0926\u0930\u094D\u091C \u0915\u0930\u0947\u0902",inputOptions:"\u0907\u0928\u092A\u0941\u091F \u092C\u0949\u0915\u094D\u0938 \u0938\u0902\u0935\u0930\u094D\u0926\u094D\u0927\u0928",mouseHoverOptions:"\u092E\u093E\u0909\u0938 \u0915\u0947 \u090A\u092A\u0930",modifyMouseHoverKey:"\u092E\u093E\u0909\u0938\u0913\u0935\u0930 \u0936\u0949\u0930\u094D\u091F\u0915\u091F \u0915\u0941\u0902\u091C\u093F\u092F\u094B\u0902 \u0915\u094B \u0938\u0902\u0936\u094B\u0927\u093F\u0924 \u0915\u0930\u0947\u0902",enableInputTranslation:"\u0907\u0928\u092A\u0941\u091F \u092C\u0949\u0915\u094D\u0938 \u090F\u0928\u094D\u0939\u093E\u0902\u0938\u092E\u0947\u0902\u091F \u0938\u0915\u094D\u0937\u092E \u0915\u0930\u0928\u093E \u0939\u0948 \u092F\u093E \u0928\u0939\u0940\u0902",enableInputTranslationDescription:"{trailingKey}\u0938\u0915\u094D\u0937\u092E \u0915\u0930\u0928\u0947 \u0915\u0947 \u092C\u093E\u0926, \u0938\u0940\u0927\u0947 \u0907\u0928\u092A\u0941\u091F \u092C\u0949\u0915\u094D\u0938 \u092E\u0947\u0902 {startingKey}{startingKey} \u0939\u0948\u0932\u094B \u0926\u0930\u094D\u091C \u0915\u0930\u0947\u0902, \u0914\u0930 \u092B\u093F\u0930 \u0907\u0938\u0947 {inputTargetLanguage}\u092E\u0947\u0902 \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u091C\u0932\u094D\u0926\u0940 \u0938\u0947{inputTrailingTriggerKeyRepeatTimes}\u092A\u0930 \u0926\u094B \u092C\u093E\u0930 \u0915\u094D\u0932\u093F\u0915 \u0915\u0930\u0947\u0902\u0964",enableInputTranslationDescriptionForNoneKey:"\u0907\u0938\u0947 \u0938\u0915\u094D\u0937\u092E \u0915\u0930\u0928\u0947{trailingKey}, \u0938\u0940\u0927\u0947 \u0907\u0928\u092A\u0941\u091F \u092C\u0949\u0915\u094D\u0938 \u092E\u0947\u0902\uFF1A\u0939\u0948\u0932\u094B \u0935\u0930\u094D\u0932\u094D\u0921 \u0926\u0930\u094D\u091C \u0915\u0930\u0947\u0902, \u0914\u0930 \u092B\u093F\u0930 \u0921\u093F\u092B\u093C\u0949\u0932\u094D\u091F \u0932\u0915\u094D\u0937\u094D\u092F \u092D\u093E\u0937\u093E \u092E\u0947\u0902 \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u091C\u0932\u094D\u0926\u0940 \u0938\u0947{inputTrailingTriggerKeyRepeatTimes}\u092C\u093E\u0930 \u0915\u094D\u0932\u093F\u0915 \u0915\u0930\u0947\u0902\u0964",inputTargetLanguage:"\u0907\u0928\u092A\u0941\u091F \u092C\u0949\u0915\u094D\u0938 \u0915\u0940 \u0921\u093F\u092B\u093C\u0949\u0932\u094D\u091F \u0932\u0915\u094D\u0937\u094D\u092F \u092D\u093E\u0937\u093E \u0938\u0947\u091F \u0915\u0930\u0947\u0902",inputTargetLanguageDescription:"\u0907\u0928\u092A\u0941\u091F \u092C\u0949\u0915\u094D\u0938 \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0947 \u0932\u093F\u090F \u0921\u093F\u092B\u093C\u0949\u0932\u094D\u091F \u0932\u0915\u094D\u0937\u094D\u092F \u092D\u093E\u0937\u093E, \u091C\u094B \u091F\u094D\u0930\u093F\u0917\u0930 \u0936\u092C\u094D\u0926\u094B\u0902 \u0915\u0947 \u0932\u093F\u090F \u0921\u093F\u092B\u093C\u0949\u0932\u094D\u091F \u092D\u093E\u0937\u093E \u0915\u0947 \u0930\u0942\u092A \u092E\u0947\u0902 {startingKey}{startingKey} \u0939\u0948",inputTargetLanguageDescriptionForNoneKey:"\u0907\u0928\u092A\u0941\u091F \u092C\u0949\u0915\u094D\u0938 \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0947 \u0932\u093F\u090F \u0921\u093F\u092B\u093C\u0949\u0932\u094D\u091F \u0932\u0915\u094D\u0937\u094D\u092F \u092D\u093E\u0937\u093E",inputStartingTriggerKeyTitle:"\u0907\u0928\u092A\u0941\u091F \u092C\u0949\u0915\u094D\u0938 \u0915\u0947 \u0906\u0902\u0936\u093F\u0915 \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0947 \u0932\u093F\u090F \u0935\u093F\u092D\u093E\u091C\u0928 \u0935\u0930\u094D\u0923 \u0938\u0947\u091F \u0915\u0930\u0947\u0902",inputStartingTriggerKeyDescription:"\u091C\u092C \u0906\u092A\u0915\u094B \u092A\u0942\u0930\u0947 \u0907\u0928\u092A\u0941\u091F \u092C\u0949\u0915\u094D\u0938 \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0928\u0947 \u0915\u0940 \u0906\u0935\u0936\u094D\u092F\u0915\u0924\u093E \u0928\u0939\u0940\u0902 \u0939\u094B\u0924\u0940 \u0939\u0948, \u0924\u094B \u0921\u093F\u0932\u0940\u092E\u0940\u091F\u0930 \u0906\u092A\u0915\u094B \u0915\u0947\u0935\u0932 {startingKey}{startingKey} \u0938\u0947 \u0907\u0928\u092A\u0941\u091F \u092C\u0949\u0915\u094D\u0938 \u0915\u0947 \u0905\u0902\u0924 \u0924\u0915 \u0915\u0947 \u092D\u093E\u0917 \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0928\u0947 \u0915\u0940 \u0905\u0928\u0941\u092E\u0924\u093F \u0926\u0947\u0924\u093E \u0939\u0948, \u092F\u093E \u0906\u092A \u092D\u093E\u0937\u093E \u0915\u094B\u0921 \u0928\u093F\u0930\u094D\u0926\u093F\u0937\u094D\u091F \u0915\u0930 \u0938\u0915\u0924\u0947 \u0939\u0948\u0902, \u0909\u0926\u093E\u0939\u0930\u0923 \u0915\u0947 \u0932\u093F\u090F,\uFF1A{startingKey}ja \u0915\u093E \u0905\u0930\u094D\u0925 \u0915\u0947\u0935\u0932 \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0928\u093E \u0939\u0948 {startingKey}ja \u0938\u0947 \u0907\u0928\u092A\u0941\u091F \u092C\u0949\u0915\u094D\u0938 \u0915\u0947 \u0905\u0902\u0924 \u0924\u0915 \u0915\u093E \u092D\u093E\u0917\u0964",inputStartingTriggerKeyDescriptionForNoneKey:"\u0935\u0930\u094D\u0924\u092E\u093E\u0928 \u092E\u0947\u0902 \u0907\u0938\u0947 \u0915\u093F\u0938\u0940 \u0909\u092A\u0938\u0930\u094D\u0917 \u0915\u0940 \u0906\u0935\u0936\u094D\u092F\u0915\u0924\u093E \u0928\u0939\u0940\u0902 \u0939\u0948, \u0914\u0930 \u0907\u0928\u092A\u0941\u091F \u092C\u0949\u0915\u094D\u0938 \u0915\u0947 \u0915\u0941\u091B \u092A\u093E\u0920 \u0905\u0928\u0941\u0935\u093E\u0926 \u092B\u093C\u0902\u0915\u094D\u0936\u0928 \u0905\u0938\u094D\u0925\u093E\u092F\u0940 \u0930\u0942\u092A \u0938\u0947 \u0905\u0928\u0941\u092A\u0932\u092C\u094D\u0927 \u0939\u0948\u0902\u0964",inputTrailingTriggerKeyTitle:"\u090F\u0915 \u091F\u094D\u0930\u093F\u0917\u0930 \u0935\u0930\u094D\u0923 \u091A\u0941\u0928\u0947\u0902 \u091C\u094B \u0907\u0928\u092A\u0941\u091F \u0915\u094B \u0938\u092E\u093E\u092A\u094D\u0924 \u0915\u0930\u0924\u093E \u0939\u0948",inputTrailingTriggerKeyDescription:"\u0924\u094D\u0935\u0930\u093F\u0924 \u0909\u0924\u094D\u0924\u0930\u093E\u0927\u093F\u0915\u093E\u0930 \u092E\u0947\u0902{trailingKey} 3 \u092C\u093E\u0930 \u0939\u093F\u091F \u0915\u0930\u0928\u0947 \u0938\u0947 \u0905\u0928\u0941\u0935\u093E\u0926 \u0936\u0941\u0930\u0942 \u0939\u094B \u091C\u093E\u090F\u0917\u093E",inputTrailingTriggerKeyTimeout:"\u0915\u0949\u092E\u094D\u092C\u094B \u0915\u094B \u0938\u092E\u093E\u092A\u094D\u0924 \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u091F\u094D\u0930\u093F\u0917\u0930\u094D\u0938 \u0915\u0947 \u092C\u0940\u091A \u0905\u0902\u0924\u0930\u093E\u0932 \u0926\u0930\u094D\u091C \u0915\u0930\u0947\u0902\u0964",inputTrailingTriggerKeyTimeoutDescription:"\u0915\u0949\u092E\u094D\u092C\u094B \u091F\u094D\u0930\u093F\u0917\u0930 \u0915\u094B \u0938\u092E\u093E\u092A\u094D\u0924 \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u0907\u0928\u092A\u0941\u091F \u0915\u0947 \u0932\u093F\u090F \u0905\u0902\u0924\u0930\u093E\u0932 \u0938\u092E\u092F (\u092E\u093F\u0932\u0940\u0938\u0947\u0915\u0902\u0921) \u0928\u093F\u0930\u094D\u0927\u093E\u0930\u093F\u0924 \u0915\u0930\u0947\u0902",spaceKey:"<\u0938\u094D\u092A\u0947\u0938\u092C\u093E\u0930>",noneKey:"\u0915\u093F\u0938\u0940 \u0909\u092A\u0938\u0930\u094D\u0917 \u0915\u0940 \u0906\u0935\u0936\u094D\u092F\u0915\u0924\u093E \u0928\u0939\u0940\u0902 \u0939\u0948, \u0938\u0940\u0927\u0947 \u0938\u0902\u092A\u0942\u0930\u094D\u0923 \u091F\u0947\u0915\u094D\u0938\u094D\u091F \u092C\u0949\u0915\u094D\u0938 \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0947\u0902",inputTranslationBlockUrlsTitle:"\u092F\u0942\u0906\u0930\u090F\u0932 \u092E\u0947\u0902 \u0907\u0928\u092A\u0941\u091F \u092B\u093C\u0940\u0932\u094D\u0921 \u090F\u0928\u094D\u0939\u093E\u0902\u0938\u092E\u0947\u0902\u091F \u0915\u094B \u0915\u092D\u0940 \u092D\u0940 \u0938\u0915\u094D\u0937\u092E \u0928 \u0915\u0930\u0947\u0902",inputTranslationBlockUrlsDescription:"\u0928\u093F\u092E\u094D\u0928\u0932\u093F\u0916\u093F\u0924 \u092F\u0942\u0906\u0930\u090F\u0932 \u092E\u0947\u0902, \u0907\u0928\u092A\u0941\u091F \u092C\u0949\u0915\u094D\u0938 \u090F\u0928\u094D\u0939\u093E\u0902\u0938\u092E\u0947\u0902\u091F \u092A\u094D\u0930\u092D\u093E\u0935\u0940 \u0928\u0939\u0940\u0902 \u0939\u094B\u0917\u093E",clickToSeeQuickDemo:"30 \u0938\u0947\u0915\u0902\u0921 \u0915\u0947 \u0924\u094D\u0935\u0930\u093F\u0924 \u0928\u093F\u0930\u094D\u0926\u0947\u0936 \u0935\u0940\u0921\u093F\u092F\u094B \u0915\u093E \u0935\u093F\u0938\u094D\u0924\u093E\u0930 \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u0915\u094D\u0932\u093F\u0915 \u0915\u0930\u0947\u0902",inputHelperInfo:"\u0928\u094B\u091F\uFF1A: \u0939\u092E\u0928\u0947 \u0935\u093F\u0936\u0947\u0937 \u0930\u0942\u092A \u0938\u0947 \u0909\u0938 \u092E\u0941\u0926\u094D\u0926\u0947 \u0915\u094B \u0905\u0928\u0941\u0915\u0942\u0932\u093F\u0924 \u0915\u093F\u092F\u093E \u0939\u0948 \u091C\u0939\u093E\u0902 \u0915\u0941\u091B \u091F\u094D\u0930\u093F\u0917\u0930 \u0935\u0930\u094D\u0923 \u091A\u0940\u0928\u0940 \u0907\u0928\u092A\u0941\u091F \u092A\u0926\u094D\u0927\u0924\u093F \u0915\u0947 \u0924\u0939\u0924 \u091A\u0940\u0928\u0940 \u0935\u093F\u0930\u093E\u092E \u091A\u093F\u0939\u094D\u0928\u094B\u0902 \u092E\u0947\u0902 \u092C\u0926\u0932 \u091C\u093E\u090F\u0902\u0917\u0947\u0964 \u0909\u0926\u093E\u0939\u0930\u0923 \u0915\u0947 \u0932\u093F\u090F, \u0938\u094B\u0917\u094C \u0907\u0928\u092A\u0941\u091F \u092A\u0926\u094D\u0927\u0924\u093F \u0915\u0947 \u0924\u0939\u0924, / \u090F\u0915 \u0935\u093F\u0930\u093E\u092E \u092E\u0947\u0902 \u092C\u0926\u0932 \u091C\u093E\u090F\u0917\u093E, \u0914\u0930 \u0907\u092E\u0930\u094D\u0938\u093F\u0935 \u0905\u0928\u0941\u0935\u093E\u0926 \u0938\u0902\u092C\u0902\u0927\u093F\u0924 \u0938\u092D\u0940 \u091A\u0940\u0928\u0940 \u092A\u094D\u0930\u0924\u0940\u0915\u094B\u0902 \u0915\u093E \u0938\u092E\u0930\u094D\u0925\u0928 \u0915\u0930\u0924\u093E \u0939\u0948 \u091F\u094D\u0930\u093F\u0917\u0930 \u0935\u0930\u094D\u0923\u0964 , \u092F\u093E\u0928\u0940, //,, \u0914\u0930 \u0938\u092D\u0940 \u0915\u094B \u091F\u094D\u0930\u093F\u0917\u0930 \u0935\u0930\u094D\u0923 \u0915\u0947 \u0930\u0942\u092A \u092E\u0947\u0902 \u092A\u0939\u091A\u093E\u0928\u093E \u091C\u093E\u090F\u0917\u093E\u0964

\u0938\u093E\u0925 \u0939\u0940, \u0939\u092E \u0915\u092E\u093E\u0902\u0921 \u0915\u0947 \u0930\u0942\u092A \u092E\u0947\u0902 \u092D\u093E\u0937\u093E \u0915\u094B\u0921 \u0915\u0947 \u091A\u0940\u0928\u0940 \u0909\u092A\u0928\u093E\u092E\u094B\u0902 \u0915\u093E \u092D\u0940 \u0938\u092E\u0930\u094D\u0925\u0928 \u0915\u0930\u0924\u0947 \u0939\u0948\u0902\u0964 \u0909\u0926\u093E\u0939\u0930\u0923 \u0915\u0947 \u0932\u093F\u090F, /\u091C\u093E\u092A\u093E\u0928\u0940 \u0939\u0948\u0932\u094B \u0935\u0930\u094D\u0932\u094D\u0921 \u0915\u093E \u091C\u093E\u092A\u093E\u0928\u0940 \u092E\u0947\u0902 \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u093F\u092F\u093E \u091C\u093E\u090F\u0917\u093E\u0964 <1> \u0938\u092D\u0940 \u0938\u092E\u0930\u094D\u0925\u093F\u0924 \u092D\u093E\u0937\u093E \u0915\u094B\u0921 \u0926\u0947\u0916\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u092F\u0939\u093E\u0902 \u0915\u094D\u0932\u093F\u0915 \u0915\u0930\u0947\u0902\u0964 .",reloadCurrentPage:"\u0915\u0943\u092A\u092F\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0936\u0941\u0930\u0942 \u0915\u0930\u0928\u0947 \u0938\u0947 \u092A\u0939\u0932\u0947 \u0935\u0930\u094D\u0924\u092E\u093E\u0928 \u092A\u0943\u0937\u094D\u0920 \u0915\u094B \u0924\u093E\u091C\u093C\u093E \u0915\u0930\u0947\u0902",noLocalFilePermissionForPDF:"\u0935\u0930\u094D\u0924\u092E\u093E\u0928 \u092E\u0947\u0902 \u0939\u092E\u093E\u0930\u0947 \u092A\u093E\u0938 \u0938\u094D\u0925\u093E\u0928\u0940\u092F \u092B\u093C\u093E\u0907\u0932\u0947\u0902 \u092A\u0922\u093C\u0928\u0947 \u0915\u0940 \u0905\u0928\u0941\u092E\u0924\u093F \u0928\u0939\u0940\u0902 \u0939\u0948\u0964 \u0915\u0943\u092A\u092F\u093E \u090A\u092A\u0930 \u0926\u093F\u090F \u0917\u090F \u092C\u091F\u0928 \u092A\u0930 \u0915\u094D\u0932\u093F\u0915 \u0915\u0930\u0947\u0902 \u0914\u0930 \u0938\u094D\u0925\u093E\u0928\u0940\u092F \u092B\u093C\u093E\u0907\u0932\u0947\u0902 \u0906\u092F\u093E\u0924 \u0915\u0930\u0947\u0902\u0964",noPermissionForThisPage:"\u26A0\uFE0F \u0935\u0930\u094D\u0924\u092E\u093E\u0928 \u092A\u0943\u0937\u094D\u0920 \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0928\u0947 \u0915\u0940 \u0905\u0928\u0941\u092E\u0924\u093F \u0928\u0939\u0940\u0902",retryAllParagraphs:"\u0938\u092D\u0940 \u0924\u094D\u0930\u0941\u091F\u093F \u092A\u0948\u0930\u093E\u0917\u094D\u0930\u093E\u092B \u092A\u0941\u0928\u0903 \u092A\u094D\u0930\u092F\u093E\u0938 \u0915\u0930\u0947\u0902",retryAllButton:"\u0938\u092D\u0940 \u0924\u094D\u0930\u0941\u091F\u093F \u092A\u0948\u0930\u093E\u0917\u094D\u0930\u093E\u092B \u092A\u0941\u0928\u0903 \u092A\u094D\u0930\u092F\u093E\u0938 \u0915\u0930\u0947\u0902",errorTooltipTitle:"\u0924\u094D\u0930\u0941\u091F\u093F \u0915\u093E \u0915\u093E\u0930\u0923 \u0926\u0947\u0916\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u0915\u094D\u0932\u093F\u0915 \u0915\u0930\u0947\u0902",errorModalTitle:"\u0910\u0938\u093E \u0932\u0917\u0924\u093E \u0939\u0948 \u0915\u093F \u0905\u0928\u0941\u0935\u093E\u0926 \u0938\u0947\u0935\u093E \u092F\u093E \u0928\u0947\u091F\u0935\u0930\u094D\u0915 \u092E\u0947\u0902 \u0915\u0941\u091B \u0917\u0921\u093C\u092C\u0921\u093C \u0939\u0948...",disableConfirm:"\u0926\u094D\u0935\u093F\u092D\u093E\u0937\u0940 \u0938\u0942\u091A\u0928\u093E \u0938\u0902\u0935\u0930\u094D\u0926\u094D\u0927\u0928 \u0938\u0947\u091F\u093F\u0902\u0917\u094D\u0938",disableOnce:"\u0907\u0938 \u092C\u093E\u0930 \u0905\u0915\u094D\u0937\u092E",disableGlobal:"\u0938\u094D\u0925\u093E\u092F\u0940 \u0930\u0942\u092A \u0938\u0947 \u0905\u0915\u094D\u0937\u092E",disableTint:"* \u0906\u092A \u0907\u0938\u0947 {option} \u092E\u0947\u0902 \u092A\u0941\u0928\u0903 \u0938\u0915\u094D\u0937\u092E \u0915\u0930 \u0938\u0915\u0924\u0947 \u0939\u0948\u0902\u0964",searchEnhancementNotes:"\u0939\u092E\u0928\u0947 \u092A\u093E\u092F\u093E \u0915\u093F \u091A\u0940\u0928\u0940 \u0915\u0940\u0935\u0930\u094D\u0921 \u0914\u0930 \u0905\u0902\u0917\u094D\u0930\u0947\u091C\u0940 \u0915\u0940\u0935\u0930\u094D\u0921 \u0915\u0947 \u0932\u093F\u090F \u0938\u092E\u093E\u091A\u093E\u0930 \u092A\u0930\u093F\u0923\u093E\u092E \u092C\u0939\u0941\u0924 \u0905\u0932\u0917 \u0939\u0948\u0902\u0964 \u0907\u092E\u0930\u094D\u0938\u093F\u0935 \u091F\u094D\u0930\u093E\u0902\u0938\u0932\u0947\u0936\u0928 \u0926\u094D\u0935\u093F\u092D\u093E\u0937\u0940 \u0938\u0942\u091A\u0928\u093E \u0938\u0902\u0935\u0930\u094D\u0926\u094D\u0927\u0928 \u092B\u093C\u0902\u0915\u094D\u0936\u0928 \u0915\u094B \u0938\u0915\u094D\u0937\u092E \u0915\u0930\u0928\u0947 \u0915\u0947 \u092C\u093E\u0926, \u0939\u092E \u0938\u092E\u0930\u094D\u0925\u093F\u0924 \u0935\u0947\u092C\u0938\u093E\u0907\u091F\u094B\u0902 (Google \u0938\u092E\u093E\u091A\u093E\u0930, Google \u0916\u094B\u091C (\u0915\u0941\u091B \u0915\u0940\u0935\u0930\u094D\u0921), \u0938\u094D\u0928\u094B\u092C\u0949\u0932, \u0913\u0930\u093F\u090F\u0902\u091F\u0932 \u092B\u0949\u0930\u094D\u091A\u094D\u092F\u0942\u0928 \u0928\u0947\u091F\u0935\u0930\u094D\u0915, \u092B\u093C\u0941\u091F\u0942) \u092A\u0930 \u0916\u094B\u091C \u0915\u0930\u0947\u0902\u0917\u0947 , \u091F\u093E\u0907\u0917\u0930) \u0938\u094D\u0935\u091A\u093E\u0932\u093F\u0924 \u0930\u0942\u092A \u0938\u0947 \u0906\u092A\u0915\u0947 \u0932\u093F\u090F \u0905\u0902\u0917\u094D\u0930\u0947\u091C\u0940 \u092E\u0947\u0902 \u0938\u092E\u093E\u0928 \u0915\u0940\u0935\u0930\u094D\u0921 \u0916\u094B\u091C\u0924\u093E \u0939\u0948 \u0914\u0930 \u0909\u0928\u094D\u0939\u0947\u0902 \u0926\u093E\u0908\u0902 \u0913\u0930 \u092A\u094D\u0930\u0926\u0930\u094D\u0936\u093F\u0924 \u0915\u0930\u0924\u093E \u0939\u0948\u0964 \u092F\u0926\u093F \u0906\u092A\u0915\u094B \u0907\u0938 \u0938\u0941\u0935\u093F\u0927\u093E \u0915\u0940 \u0906\u0935\u0936\u094D\u092F\u0915\u0924\u093E \u0928\u0939\u0940\u0902 \u0939\u0948, \u0924\u094B \u0906\u092A \u0907\u0938\u0947 \u0905\u0915\u094D\u0937\u092E \u0915\u0930\u0928\u093E \u091A\u0941\u0928 \u0938\u0915\u0924\u0947 \u0939\u0948\u0902\u0964",option:"\u0938\u094D\u0925\u093E\u092A\u093F\u0924 \u0915\u0930\u0928\u093E",saveSettings:"\u0938\u0947\u091F\u093F\u0902\u0917\u094D\u0938 \u0938\u0947\u0935 \u0915\u0930\u0947\u0902",closeModal:"\u0916\u093F\u0921\u093C\u0915\u0940 \u092C\u0902\u0926 \u0915\u0930\u094B",enableInputTranslationWithoutTriggerKeyTitle:"\u0924\u094D\u0935\u0930\u093F\u0924 \u0915\u0949\u092E\u094D\u092C\u094B \u0915\u094B 3 \u0917\u0941\u0928\u093E{trailingKey}\u0938\u0915\u094D\u0937\u092E \u0915\u0930\u0947\u0902, \u0938\u0902\u092A\u0942\u0930\u094D\u0923 \u0907\u0928\u092A\u0941\u091F \u092C\u0949\u0915\u094D\u0938 \u0915\u094B \u0938\u0940\u0927\u0947{inputTargetLanguage}\u092E\u0947\u0902 \u0905\u0928\u0941\u0935\u093E\u0926\u093F\u0924 \u0915\u0930\u0947\u0902",enableInputTranslationWithoutTriggerKeyDescription:"\u092F\u0926\u093F \u0906\u092A\u0915\u094B \u0932\u0915\u094D\u0937\u094D\u092F \u092D\u093E\u0937\u093E \u0928\u093F\u0930\u094D\u0926\u093F\u0937\u094D\u091F \u0915\u0930\u0928\u0947 \u0915\u0940 \u0906\u0935\u0936\u094D\u092F\u0915\u0924\u093E \u0939\u0948, \u0924\u094B \u0915\u0943\u092A\u092F\u093E \u0938\u093E\u092E\u0928\u0947 \u092D\u093E\u0937\u093E \u0915\u094B\u0921 \u091C\u094B\u0921\u093C\u0947\u0902, \u091C\u0948\u0938\u0947\uFF1Aja \u0939\u0947\u0932\u094B \u0935\u0930\u094D\u0932\u094D\u0921",mouseHoverShortcutPlaceholder:"\u091C\u0948\u0938\u0947\uFF1A\u0936\u093F\u092B\u094D\u091F",deepLProName:"\u0907\u092E\u0930\u094D\u0938\u093F\u0935 \u091F\u094D\u0930\u093E\u0902\u0938\u0932\u0947\u0936\u0928 \u092A\u094D\u0930\u094B \u0938\u0926\u0938\u094D\u092F (\u0905\u0928\u0941\u0936\u0902\u0938\u093F\u0924)",deepLProDescription:"\u0935\u0930\u094D\u0924\u092E\u093E\u0928 \u092A\u0948\u0915\u0947\u091C \u0915\u093E \u0938\u0940\u0927\u0947 \u0909\u092A\u092F\u094B\u0917 \u0915\u093F\u092F\u093E \u091C\u093E \u0938\u0915\u0924\u093E \u0939\u0948",deeplProDescriptionForNormal:"\u0915\u093F\u0938\u0940 \u0938\u0947\u091F\u093F\u0902\u0917 \u0915\u0940 \u0906\u0935\u0936\u094D\u092F\u0915\u0924\u093E \u0928\u0939\u0940\u0902 \u0939\u0948\u0964 \u0906\u092A \u0938\u0926\u0938\u094D\u092F \u0915\u0947 \u0930\u0942\u092A \u092E\u0947\u0902 \u0932\u0949\u0917 \u0907\u0928 \u0915\u0930\u0928\u0947 \u0915\u0947 \u092C\u093E\u0926 \u0907\u0938\u0915\u093E \u0909\u092A\u092F\u094B\u0917 \u0915\u0930 \u0938\u0915\u0924\u0947 \u0939\u0948\u0902\u0964 <1> \u0938\u0926\u0938\u094D\u092F \u092E\u0947\u0902 \u0905\u092A\u0917\u094D\u0930\u0947\u0921 \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u092F\u0939\u093E\u0902 \u0915\u094D\u0932\u093F\u0915 \u0915\u0930\u0947\u0902\u0964",deepLCustomDescription:"\u0906\u092A\u0915\u094B \u090F\u0915 \u0935\u093F\u0926\u0947\u0936\u0940 \u0915\u094D\u0930\u0947\u0921\u093F\u091F \u0915\u093E\u0930\u094D\u0921 \u0915\u0940 \u0906\u0935\u0936\u094D\u092F\u0915\u0924\u093E \u0939\u0948, <1>\u0921\u0940\u092A\u090F\u0932 \u092A\u0930 \u091C\u093E\u090F\u0902 \u0906\u0927\u093F\u0915\u093E\u0930\u093F\u0915 \u0924\u094C\u0930 \u092A\u0930 \u0916\u094B\u0932\u093E \u0917\u092F\u093E, <2> \u0926\u0938\u094D\u0924\u093E\u0935\u0947\u091C\u093C \u0926\u0947\u0916\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u0915\u094D\u0932\u093F\u0915 \u0915\u0930\u0947\u0902",deepLCustomName:"\u0915\u0938\u094D\u091F\u092E \u092A\u094D\u0930\u093E\u092E\u093E\u0923\u093F\u0915 \u0915\u0941\u0902\u091C\u0940",chooseProviderLabel:"\u090F\u0915 \u0938\u0947\u0935\u093E \u092A\u094D\u0930\u0926\u093E\u0924\u093E \u091A\u0941\u0928\u0947\u0902",openaiProName:"\u0907\u092E\u0930\u094D\u0938\u093F\u0935 \u091F\u094D\u0930\u093E\u0902\u0938\u0932\u0947\u0936\u0928 \u092A\u094D\u0930\u094B \u0938\u0926\u0938\u094D\u092F (\u0905\u0928\u0941\u0936\u0902\u0938\u093F\u0924)",openaiProDescription:"\u0935\u0930\u094D\u0924\u092E\u093E\u0928 \u092A\u0948\u0915\u0947\u091C \u0915\u093E \u0938\u0940\u0927\u0947 \u0909\u092A\u092F\u094B\u0917 \u0915\u093F\u092F\u093E \u091C\u093E \u0938\u0915\u0924\u093E \u0939\u0948",openaiProDescriptionForNormal:"\u0915\u093F\u0938\u0940 \u0938\u0947\u091F\u093F\u0902\u0917 \u0915\u0940 \u0906\u0935\u0936\u094D\u092F\u0915\u0924\u093E \u0928\u0939\u0940\u0902 \u0939\u0948\u0964 \u0906\u092A \u0938\u0926\u0938\u094D\u092F \u0915\u0947 \u0930\u0942\u092A \u092E\u0947\u0902 \u0932\u0949\u0917 \u0907\u0928 \u0915\u0930\u0928\u0947 \u0915\u0947 \u092C\u093E\u0926 \u0907\u0938\u0915\u093E \u0909\u092A\u092F\u094B\u0917 \u0915\u0930 \u0938\u0915\u0924\u0947 \u0939\u0948\u0902\u0964 <1> \u0938\u0926\u0938\u094D\u092F \u092E\u0947\u0902 \u0905\u092A\u0917\u094D\u0930\u0947\u0921 \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u092F\u0939\u093E\u0902 \u0915\u094D\u0932\u093F\u0915 \u0915\u0930\u0947\u0902\u0964",openaiCustomDescription:"\u0907\u0938\u0947 OpenAI, Azure OpenAI, \u092F\u093E \u0905\u0928\u094D\u092F \u0924\u0943\u0924\u0940\u092F-\u092A\u0915\u094D\u0937 \u0938\u0947\u0935\u093E\u0913\u0902 \u0938\u0947 \u092A\u094D\u0930\u093E\u092A\u094D\u0924 \u0915\u093F\u092F\u093E \u091C\u093E \u0938\u0915\u0924\u093E \u0939\u0948\u0964 <1> \u0926\u0938\u094D\u0924\u093E\u0935\u0947\u091C\u093C \u0926\u0947\u0916\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u092F\u0939\u093E\u0902 \u0915\u094D\u0932\u093F\u0915 \u0915\u0930\u0947\u0902\u0964",openaiCustomName:"\u0915\u0938\u094D\u091F\u092E \u090F\u092A\u0940\u0906\u0908 \u0915\u0941\u0902\u091C\u0940",needLoginAction:"(\u0938\u0926\u0938\u094D\u092F\u0924\u093E \u0926\u0930\u094D\u091C \u0915\u0930\u0947\u0902 \u092F\u093E \u0905\u0928\u0941\u0915\u0942\u0932\u093F\u0924 \u0915\u0930\u0947\u0902)",goLoginOrAction:"(\u0938\u0926\u0938\u094D\u092F\u0924\u093E \u0926\u0930\u094D\u091C \u0915\u0930\u0947\u0902 \u092F\u093E \u0938\u0947\u091F\u093F\u0902\u0917\u094D\u0938 \u092A\u0930 \u091C\u093E\u090F\u0902)",yearly:"\u0938\u0924\u0924 \u0935\u093E\u0930\u094D\u0937\u093F\u0915 \u0938\u0926\u0938\u094D\u092F\u0924\u093E",quarterly:"\u0932\u0917\u093E\u0924\u093E\u0930 \u090B\u0924\u0941\u090F\u0901",monthly:"\u0928\u093F\u0930\u0902\u0924\u0930 \u092E\u093E\u0938\u093F\u0915 \u0938\u0926\u0938\u094D\u092F\u0924\u093E",yearlyForOnce:"\u090F\u0915\u092E\u0941\u0936\u094D\u0924 \u0935\u093E\u0930\u094D\u0937\u093F\u0915 \u092A\u0948\u0915\u0947\u091C",monthlyForOnce:"\u090F\u0915\u092E\u0941\u0936\u094D\u0924 \u092E\u093E\u0938\u093F\u0915 \u092A\u0948\u0915\u0947\u091C",daily:"\u0932\u0917\u093E\u0924\u093E\u0930 \u0926\u094B \u0926\u093F\u0928",year:"\u0938\u0924\u0924 \u0935\u093E\u0930\u094D\u0937\u093F\u0915 \u0938\u0926\u0938\u094D\u092F\u0924\u093E",quarter:"\u0932\u0917\u093E\u0924\u093E\u0930 \u090B\u0924\u0941\u090F\u0901",month:"\u0928\u093F\u0930\u0902\u0924\u0930 \u092E\u093E\u0938\u093F\u0915 \u0938\u0926\u0938\u094D\u092F\u0924\u093E",day:"\u0932\u0917\u093E\u0924\u093E\u0930 \u0926\u094B \u0926\u093F\u0928",onetime_7day:"7 \u0926\u093F\u0928 \u0915\u093E \u091F\u094D\u0930\u093E\u092F\u0932 \u092A\u0948\u0915\u0947\u091C",currentPlanDescriptionForFree:"\u0935\u0930\u094D\u0924\u092E\u093E\u0928 \u092A\u0948\u0915\u0947\u091C\uFF1A\u0928\u093F\u0903\u0936\u0941\u0932\u094D\u0915 \u0939\u0948",currentPlanDescriptionForContinuous:"\u0935\u0930\u094D\u0924\u092E\u093E\u0928 \u092A\u0948\u0915\u0947\u091C\uFF1A{plan}\u0939\u0948 \u0914\u0930 {endAt} \u0915\u094B \u0938\u094D\u0935\u091A\u093E\u0932\u093F\u0924 \u0930\u0942\u092A \u0938\u0947 \u0928\u0935\u0940\u0928\u0940\u0915\u0943\u0924 \u0939\u094B \u091C\u093E\u090F\u0917\u093E",currentPlanDescriptionForAutoRenewCaceling:"\u0935\u0930\u094D\u0924\u092E\u093E\u0928 \u092A\u0948\u0915\u0947\u091C\uFF1A{plan}\u0939\u0948 \u0914\u0930 {endAt} \u0915\u094B \u0938\u092E\u093E\u092A\u094D\u0924 \u0939\u094B \u091C\u093E\u090F\u0917\u093E\u0964 \u0938\u092E\u093E\u092A\u094D\u0924\u093F \u0915\u0947 \u092C\u093E\u0926 \u0907\u0938\u0947 \u0938\u094D\u0935\u091A\u093E\u0932\u093F\u0924 \u0930\u0942\u092A \u0938\u0947 \u0928\u0935\u0940\u0928\u0940\u0915\u0943\u0924 \u0928\u0939\u0940\u0902 \u0915\u093F\u092F\u093E \u091C\u093E\u090F\u0917\u093E\u0964",currentYearlyPlanDescriptionForAutoRenewCacelingWithRealPaiedUser:"\u0935\u0930\u094D\u0924\u092E\u093E\u0928 \u092A\u0948\u0915\u0947\u091C\uFF1A{plan} {endAt} \u0915\u094B \u0938\u092E\u093E\u092A\u094D\u0924 \u0939\u094B \u091C\u093E\u090F\u0917\u093E \u0914\u0930 \u0938\u092E\u093E\u092A\u094D\u0924\u093F \u0915\u0947 \u092C\u093E\u0926 \u0938\u094D\u0935\u091A\u093E\u0932\u093F\u0924 \u0930\u0942\u092A \u0938\u0947 \u0928\u0935\u0940\u0928\u0940\u0915\u0943\u0924 \u0928\u0939\u0940\u0902 \u0915\u093F\u092F\u093E \u091C\u093E\u090F\u0917\u093E\u0964
<1>\u0928\u0935\u0940\u0915\u0930\u0923 \u092F\u094B\u091C\u0928\u093E\u0913\u0902 \u0915\u094B \u092A\u094D\u0930\u092C\u0902\u0927\u093F\u0924 \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u092F\u0939\u093E\u0902 \u0915\u094D\u0932\u093F\u0915 \u0915\u0930\u0947\u0902",currentYearlyPlanDescriptionForAutoRenewCacelingWithAdmin:"\u0935\u0930\u094D\u0924\u092E\u093E\u0928 \u092A\u0948\u0915\u0947\u091C\uFF1A{plan} {endAt} \u0915\u094B \u0938\u092E\u093E\u092A\u094D\u0924 \u0939\u094B \u091C\u093E\u090F\u0917\u093E \u0914\u0930 \u0938\u092E\u093E\u092A\u094D\u0924\u093F \u0915\u0947 \u092C\u093E\u0926 \u0938\u094D\u0935\u091A\u093E\u0932\u093F\u0924 \u0930\u0942\u092A \u0938\u0947 \u0928\u0935\u0940\u0928\u0940\u0915\u0943\u0924 \u0928\u0939\u0940\u0902 \u0915\u093F\u092F\u093E \u091C\u093E\u090F\u0917\u093E\u0964
<1>\u0928\u093F\u0930\u0902\u0924\u0930 \u0935\u093E\u0930\u094D\u0937\u093F\u0915 \u0938\u0926\u0938\u094D\u092F\u0924\u093E \u0938\u0915\u094D\u0930\u093F\u092F \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u092F\u0939\u093E\u0902 \u0915\u094D\u0932\u093F\u0915 \u0915\u0930\u0947\u0902",currentPlanDescriptionForOneTime:"\u0935\u0930\u094D\u0924\u092E\u093E\u0928 \u092A\u0948\u0915\u0947\u091C\uFF1A{plan}\u0939\u0948 \u0914\u0930 {endAt} \u0915\u094B \u0938\u092E\u093E\u092A\u094D\u0924 \u0939\u094B \u091C\u093E\u090F\u0917\u093E\u0964 <1> \u0935\u093E\u0930\u094D\u0937\u093F\u0915 \u0936\u0941\u0932\u094D\u0915 \u092E\u0947\u0902 \u0905\u092A\u0917\u094D\u0930\u0947\u0921 \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u092F\u0939\u093E\u0902 \u0915\u094D\u0932\u093F\u0915 \u0915\u0930\u0947\u0902 \u092F\u093E <2> \u092E\u093E\u0938\u093F\u0915 \u0936\u0941\u0932\u094D\u0915 \u0938\u0926\u0938\u094D\u092F",upgradePlan:"\u092A\u094D\u0930\u094B \u0938\u0926\u0938\u094D\u092F\u0924\u093E \u092E\u0947\u0902 \u0905\u092A\u0917\u094D\u0930\u0947\u0921 \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u092F\u0939\u093E\u0902 \u0915\u094D\u0932\u093F\u0915 \u0915\u0930\u0947\u0902",upgradeToPro:"\u092A\u094D\u0930\u094B \u0938\u0926\u0938\u094D\u092F\u0924\u093E \u092E\u0947\u0902 \u0905\u092A\u0917\u094D\u0930\u0947\u0921 \u0915\u0930\u0947\u0902","popup.openPro":"\u092A\u094D\u0930\u094B \u0938\u0926\u0938\u094D\u092F\u0924\u093E \u092E\u0947\u0902 \u0905\u092A\u0917\u094D\u0930\u0947\u0921 \u0915\u0930\u0928\u0947 \u0915\u0947 \u092C\u093E\u0926, \u0906\u092A \u0921\u0940\u092A\u090F\u0932 \u0914\u0930 \u0913\u092A\u0928\u090F\u0906\u0908 \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u093E \u0906\u0928\u0902\u0926 \u0932\u0947 \u0938\u0915\u0924\u0947 \u0939\u0948\u0902, \u0905\u092A\u0917\u094D\u0930\u0947\u0921 \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u092F\u0939\u093E\u0902 \u0915\u094D\u0932\u093F\u0915 \u0915\u0930\u0947\u0902","popup.openProForPro":"\u0906\u092A \u090F\u0915 \u092A\u094D\u0930\u094B \u0938\u0926\u0938\u094D\u092F \u0939\u0948\u0902 \u0914\u0930 \u0938\u0940\u0927\u0947 \u0921\u0940\u092A\u090F\u0932 \u0914\u0930 \u0913\u092A\u0928\u090F\u0906\u0908 \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u093E \u0909\u092A\u092F\u094B\u0917 \u0915\u0930 \u0938\u0915\u0924\u0947 \u0939\u0948\u0902",currentAccount:"\u091A\u093E\u0932\u0942 \u0916\u093E\u0924\u093E",enableAutoSyncUserSettings:"\u090F\u0915\u093E\u0927\u093F\u0915 \u0921\u093F\u0935\u093E\u0907\u0938\u094B\u0902 \u092A\u0930 \u0938\u094D\u0935\u091A\u093E\u0932\u093F\u0924 \u0915\u094D\u0932\u093E\u0909\u0921 \u0938\u093F\u0902\u0915 \u0938\u0915\u094D\u0937\u092E \u0915\u0930\u0947\u0902",modalEnableInputTranslationTitle:"\u0907\u092E\u0930\u094D\u0938\u093F\u0935 \u091F\u094D\u0930\u093E\u0902\u0938\u0932\u0947\u0936\u0928 \u0907\u0928\u092A\u0941\u091F \u092C\u0949\u0915\u094D\u0938 \u091F\u094D\u0930\u093E\u0902\u0938\u0932\u0947\u0936\u0928 \u092F\u0941\u0915\u094D\u0924\u093F\u092F\u093E\u0901",modalEnableInputTranslationDesc:"\u0906\u092A\u0928\u0947 \u0938\u094D\u092A\u0947\u0938 \u092C\u093E\u0930 \u0915\u094B \u0932\u0917\u093E\u0924\u093E\u0930 \u0924\u0940\u0928 \u092C\u093E\u0930 \u0926\u092C\u093E\u0915\u0930 \u0907\u092E\u0930\u094D\u0938\u093F\u0935 \u091F\u094D\u0930\u093E\u0902\u0938\u0932\u0947\u0936\u0928 \u0915\u0947 \u0907\u0928\u092A\u0941\u091F \u092C\u0949\u0915\u094D\u0938 \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u094B \u091F\u094D\u0930\u093F\u0917\u0930 \u0915\u093F\u092F\u093E \u0939\u0948, \u0914\u0930 \u0907\u0928\u092A\u0941\u091F \u092C\u0949\u0915\u094D\u0938 \u0915\u0940 \u0938\u093E\u092E\u0917\u094D\u0930\u0940 \u0915\u094B \u0921\u093F\u092B\u093C\u0949\u0932\u094D\u091F \u0932\u0915\u094D\u0937\u094D\u092F \u092D\u093E\u0937\u093E \u092E\u0947\u0902 \u0905\u0928\u0941\u0935\u093E\u0926\u093F\u0924 \u0915\u093F\u092F\u093E \u091C\u093E\u090F\u0917\u093E\u0964 \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u094B Ctrl+Z \u0915\u0947 \u092E\u093E\u0927\u094D\u092F\u092E \u0938\u0947 \u092A\u0942\u0930\u094D\u0935\u0935\u0924 \u0915\u093F\u092F\u093E \u091C\u093E \u0938\u0915\u0924\u093E \u0939\u0948\u0964

\u092F\u0926\u093F \u092F\u0939 \u090F\u0915 \u0917\u0932\u0924\u0940 \u0939\u0948, \u0924\u094B \u091A\u093F\u0902\u0924\u093E \u0928 \u0915\u0930\u0947\u0902, \u0906\u092A \u0907\u0938 \u092C\u093E\u0930 \u0907\u0938\u0947 \u0905\u0915\u094D\u0937\u092E \u0915\u0930\u0928\u093E \u091A\u0941\u0928 \u0938\u0915\u0924\u0947 \u0939\u0948\u0902, \u092F\u093E \u0907\u0928\u092A\u0941\u091F \u092C\u0949\u0915\u094D\u0938 \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u094B \u0938\u094D\u0925\u093E\u092F\u0940 \u0930\u0942\u092A \u0938\u0947 \u0905\u0915\u094D\u0937\u092E \u0915\u0930 \u0938\u0915\u0924\u0947 \u0939\u0948\u0902\u0964",saveAndNotShowAgain:"\u0938\u0939\u0947\u091C\u0947\u0902 \u0914\u0930 \u0926\u094B\u092C\u093E\u0930\u093E \u0938\u0902\u0915\u0947\u0924 \u0928 \u0926\u0947\u0902",disableInputTranslationTips:"* \u0906\u092A {option} ,{learnMore}\u092E\u0947\u0902 \u091F\u094D\u0930\u093F\u0917\u0930 \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u0905\u0928\u094D\u092F \u0936\u0949\u0930\u094D\u091F\u0915\u091F \u0915\u0941\u0902\u091C\u093F\u092F\u093E\u0901 \u092D\u0940 \u0938\u0947\u091F \u0915\u0930 \u0938\u0915\u0924\u0947 \u0939\u0948\u0902\u0964",learnMore:"\u0914\u0930 \u091C\u093E\u0928\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u092F\u0939\u093E\u0902 \u0915\u094D\u0932\u093F\u0915 \u0915\u0930\u0947\u0902",continueEnalbeInputTranslation:"\u0907\u0928\u092A\u0941\u091F \u092C\u0949\u0915\u094D\u0938 \u0905\u0928\u0941\u0935\u093E\u0926 \u0938\u0915\u094D\u0937\u092E \u0915\u0930\u0928\u093E \u091C\u093E\u0930\u0940 \u0930\u0916\u0947\u0902",autoRenewTrialSuffix:'(\u092A\u0930\u0940\u0915\u094D\u0937\u0923 \u0915\u0947 \u0926\u094C\u0930\u093E\u0928,\u0924\u0941\u0930\u0902\u0924 \u0914\u092A\u091A\u093E\u0930\u093F\u0915\u092E\u0947\u0902 \u0905\u092A\u0917\u094D\u0930\u0947\u0921 \u0915\u0930 \u0926\u093F\u092F\u093E \u091C\u093E\u090F\u0917\u093E)',upgradeFromTrialTitle:"\u0906\u0927\u093F\u0915\u093E\u0930\u093F\u0915 \u0938\u0926\u0938\u094D\u092F \u0915\u0947 \u0930\u0942\u092A \u092E\u0947\u0902 \u0905\u092A\u0917\u094D\u0930\u0947\u0921 \u0915\u0930\u0947\u0902",subtitle:"\u0935\u0940\u0921\u093F\u092F\u094B \u0909\u092A\u0936\u0940\u0930\u094D\u0937\u0915",youtubeService:"\u0907\u092E\u0930\u094D\u0938\u093F\u0935 \u0905\u0928\u0941\u0935\u093E\u0926 \u0935\u0940\u0921\u093F\u092F\u094B \u0909\u092A\u0936\u0940\u0930\u094D\u0937\u0915 \u0905\u0928\u0941\u0935\u093E\u0926 \u0938\u0947\u0935\u093E","subtitle.disabledSubtitle":"\u0935\u0940\u0921\u093F\u092F\u094B \u0909\u092A\u0936\u0940\u0930\u094D\u0937\u0915 \u0915\u094B \u0938\u094D\u0925\u093E\u092F\u0940 \u0930\u0942\u092A \u0938\u0947 \u0905\u0915\u094D\u0937\u092E \u0915\u0930\u0947\u0902","subtitle.disabledSubtitleDescription":"\u092F\u0926\u093F \u0907\u092E\u0930\u094D\u0938\u093F\u0935 \u091F\u094D\u0930\u093E\u0902\u0938\u0932\u0947\u0936\u0928 \u0915\u0947 \u0935\u0940\u0921\u093F\u092F\u094B \u0909\u092A\u0936\u0940\u0930\u094D\u0937\u0915 \u0905\u0928\u094D\u092F \u090F\u0915\u094D\u0938\u091F\u0947\u0902\u0936\u0928 \u0915\u0947 \u0938\u093E\u0925 \u0938\u0902\u0918\u0930\u094D\u0937 \u0915\u0930\u0924\u0947 \u0939\u0948\u0902, \u0924\u094B \u0906\u092A \u0907\u092E\u0930\u094D\u0938\u093F\u0935 \u091F\u094D\u0930\u093E\u0902\u0938\u0932\u0947\u0936\u0928 \u0915\u0947 \u0935\u0940\u0921\u093F\u092F\u094B \u0909\u092A\u0936\u0940\u0930\u094D\u0937\u0915 \u092B\u093C\u0902\u0915\u094D\u0936\u0928 \u0915\u094B \u0938\u094D\u0925\u093E\u092F\u0940 \u0930\u0942\u092A \u0938\u0947 \u0905\u0915\u094D\u0937\u092E \u0915\u0930\u0928\u093E \u092F\u093E \u0905\u0928\u094D\u092F \u0935\u093F\u0930\u094B\u0927\u093E\u092D\u093E\u0938\u0940 \u090F\u0915\u094D\u0938\u091F\u0947\u0902\u0936\u0928 \u0915\u094B \u0905\u0928\u0907\u0902\u0938\u094D\u091F\u0949\u0932 \u0915\u0930\u0928\u093E \u091A\u0941\u0928 \u0938\u0915\u0924\u0947 \u0939\u0948\u0902\u0964","subtitle.autoEnableSubtitle":"\u0938\u094D\u0935\u091A\u093E\u0932\u093F\u0924 \u0930\u0942\u092A \u0938\u0947 \u0926\u094D\u0935\u093F\u092D\u093E\u0937\u0940 \u0909\u092A\u0936\u0940\u0930\u094D\u0937\u0915 \u0915\u093E \u0909\u092A\u092F\u094B\u0917 \u0915\u0930\u0947\u0902","subtitle.autoEnableSubtitleDescription":"\u0938\u0915\u094D\u0930\u093F\u092F \u0915\u0930\u0928\u0947 \u0915\u0947 \u092C\u093E\u0926, \u091C\u092C \u0935\u0940\u0921\u093F\u092F\u094B \u091A\u0932 \u0930\u0939\u093E \u0939\u094B\u0924\u093E \u0939\u0948, \u0924\u094B \u0938\u094D\u0935\u091A\u093E\u0932\u093F\u0924 \u0930\u0942\u092A \u0938\u0947 \u0926\u094D\u0935\u093F\u092D\u093E\u0937\u0940\u092F \u0909\u092A\u0936\u0940\u0930\u094D\u0937\u0915 \u0926\u093F\u0916\u093E\u0908 \u0926\u0947\u0902\u0917\u0947, \u0905\u0928\u094D\u092F\u0925\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u092C\u091F\u0928 \u092A\u0930 \u0915\u094D\u0932\u093F\u0915 \u0915\u0930\u0928\u0947 \u0915\u0940 \u0906\u0935\u0936\u094D\u092F\u0915\u0924\u093E \u0939\u094B\u0917\u0940\u0964","subtitle.preTranslation":"\u0909\u092A\u0936\u0940\u0930\u094D\u0937\u0915 \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u0907\u092E\u0930\u094D\u0938\u093F\u0935 \u091F\u094D\u0930\u093E\u0902\u0938\u0932\u0947\u0936\u0928 \u0915\u093E \u0909\u092A\u092F\u094B\u0917 \u0915\u0930\u0947\u0902","subtitle.preTranslationDescription":"\u0907\u0938\u0947 \u0938\u0915\u094D\u0937\u092E \u0915\u0930\u0928\u0947 \u0915\u0947 \u092C\u093E\u0926, \u0928\u0940\u091A\u0947 \u0926\u0940 \u0917\u0908 \u0928\u093F\u0930\u094D\u0926\u093F\u0937\u094D\u091F \u0905\u0928\u0941\u0935\u093E\u0926 \u0938\u0947\u0935\u093E \u0915\u093E \u0909\u092A\u092F\u094B\u0917 \u0938\u0902\u092A\u0942\u0930\u094D\u0923 \u0909\u092A\u0936\u0940\u0930\u094D\u0937\u0915 \u0915\u093E \u0905\u0917\u094D\u0930\u093F\u092E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u0915\u093F\u092F\u093E \u091C\u093E\u090F\u0917\u093E\u0964 \u090F\u0915 \u0918\u0902\u091F\u0947 \u0915\u093E \u0935\u0940\u0921\u093F\u092F\u094B \u0932\u0917\u092D\u0917 50,000 \u091F\u094B\u0915\u0928 \u092F\u093E \u0935\u0930\u094D\u0923\u094B\u0902 \u0915\u093E \u0909\u092A\u092D\u094B\u0917 \u0915\u0930\u0924\u093E \u0939\u0948, \u0907\u0938\u0932\u093F\u090F \u0915\u0943\u092A\u092F\u093E \u0907\u0938\u0947 \u0909\u092A\u092F\u0941\u0915\u094D\u0924 \u0915\u0947 \u0930\u0942\u092A \u092E\u0947\u0902 \u0909\u092A\u092F\u094B\u0917 \u0915\u0930\u0947\u0902; \u0907\u0938\u0947 \u092C\u0902\u0926 \u0915\u0930\u0928\u0947 \u0915\u0947 \u092C\u093E\u0926, \u092E\u0936\u0940\u0928 \u0938\u0947 \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u093F\u092F\u093E \u091C\u093E\u090F\u0917\u093E \u092E\u0942\u0932 \u0935\u0940\u0921\u093F\u092F\u094B \u0915\u0947 \u0938\u093E\u0925 \u0906\u0928\u0947 \u0935\u093E\u0932\u0947 \u0909\u092A\u0936\u0940\u0930\u094D\u0937\u0915 \u0915\u093E \u092A\u0939\u0932\u0947 \u0909\u092A\u092F\u094B\u0917 \u0915\u093F\u092F\u093E \u091C\u093E\u090F\u0917\u093E\u0964","subtitle.humanSubtitlesPreferred":"\u092E\u093E\u0928\u0935 \u0909\u092A\u0936\u0940\u0930\u094D\u0937\u0915 \u0915\u0947 \u0909\u092A\u092F\u094B\u0917 \u0915\u094B \u092A\u094D\u0930\u093E\u0925\u092E\u093F\u0915\u0924\u093E \u0926\u0947\u0902","subtitle.humanSubtitlesPreferredDescription":"\u091C\u092C \u0915\u093F\u0938\u0940 \u0935\u0940\u0921\u093F\u092F\u094B \u092E\u0947\u0902 \u0932\u0915\u094D\u0937\u093F\u0924 \u092D\u093E\u0937\u093E \u092E\u0947\u0902 \u092E\u0948\u0928\u094D\u092F\u0941\u0905\u0932 \u0909\u092A\u0936\u0940\u0930\u094D\u0937\u0915 \u0939\u094B\u0902, \u0924\u094B \u092A\u0939\u0932\u0947 \u092E\u0948\u0928\u094D\u092F\u0941\u0905\u0932 \u0909\u092A\u0936\u0940\u0930\u094D\u0937\u0915 \u0915\u093E \u0909\u092A\u092F\u094B\u0917 \u0915\u0930\u0947\u0902 (\u0905\u0928\u0941\u0936\u0902\u0938\u093F\u0924)",videoSubtitleTranslationDescription:"\u0935\u0940\u0921\u093F\u092F\u094B \u0909\u092A\u0936\u0940\u0930\u094D\u0937\u0915 \u0915\u0947 \u0932\u093F\u090F \u090F\u0915 \u0905\u0932\u0917 \u0905\u0928\u0941\u0935\u093E\u0926 \u0938\u0947\u0935\u093E \u0928\u093E\u092E\u093F\u0924 \u0915\u0930\u0947\u0902",subtitleTranslating:"{service} \u0938\u0947\u0935\u093E \u0915\u093E \u0909\u092A\u092F\u094B\u0917 \u0915\u0930\u0915\u0947 \u0909\u092A\u0936\u0940\u0930\u094D\u0937\u0915 \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930 \u0930\u0939\u0947 \u0939\u0948\u0902, \u0915\u0943\u092A\u092F\u093E \u092A\u094D\u0930\u0924\u0940\u0915\u094D\u0937\u093E \u0915\u0930\u0947\u0902... (\u0907\u092E\u0930\u094D\u0938\u093F\u0935 \u0905\u0928\u0941\u0935\u093E\u0926)",subtitleLoading:"\u0909\u092A\u0936\u0940\u0930\u094D\u0937\u0915 \u0932\u094B\u0921 \u0939\u094B \u0930\u0939\u093E \u0939\u0948...",bilingual:"\u0926\u094D\u0935\u093F\u092D\u093E\u0937\u093F\u0915","field.action":"Baidu \u0936\u092C\u094D\u0926\u093E\u0935\u0932\u0940 \u0915\u094B \u0938\u0915\u094D\u0937\u092E \u0915\u0930\u0928\u093E \u0939\u0948 \u092F\u093E \u0928\u0939\u0940\u0902","description.action":"\u0938\u0915\u094D\u0937\u092E \u0915\u0930\u0928\u0947 \u0915\u0947 \u092C\u093E\u0926, \u0936\u092C\u094D\u0926 \u0915\u094B \u0938\u0915\u094D\u0937\u092E \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F Baidu \u0915\u094B \u0938\u0942\u091A\u093F\u0924 \u0915\u0930\u0928\u0947 \u0915\u0947 \u0905\u0928\u0941\u0930\u094B\u0927 \u092E\u0947\u0902 \u092A\u0948\u0930\u093E\u092E\u0940\u091F\u0930 \u090F\u0915\u094D\u0936\u0928 = 1 \u091C\u094B\u0921\u093C\u093E \u091C\u093E\u090F\u0917\u093E\u0964 <1> \u0915\u0943\u092A\u092F\u093E \u0905\u0927\u093F\u0915 \u0928\u093F\u0930\u094D\u0926\u0947\u0936\u094B\u0902 \u0915\u0947 \u0932\u093F\u090F \u0906\u0927\u093F\u0915\u093E\u0930\u093F\u0915 \u0926\u0938\u094D\u0924\u093E\u0935\u0947\u091C\u093C \u0926\u0947\u0916\u0947\u0902\u0964",closeQuickTranslation:"\u0924\u0948\u0930\u0924\u0940 \u0939\u0941\u0908 \u0917\u0947\u0902\u0926 \u0915\u094B \u092C\u0902\u0926 \u0915\u0930\u0947\u0902","closeQuickTranslation.untilNext":"\u0905\u0917\u0932\u0940 \u092F\u093E\u0924\u094D\u0930\u093E \u0924\u0915 \u092C\u0902\u0926","closeQuickTranslation.currentWebsite":"\u0935\u0930\u094D\u0924\u092E\u093E\u0928 \u0935\u0947\u092C\u0938\u093E\u0907\u091F \u0905\u0915\u094D\u0937\u092E \u0939\u0948","closeQuickTranslation.alwaysClose":"\u0938\u094D\u0925\u093E\u092F\u0940 \u0930\u0942\u092A \u0938\u0947 \u0905\u0915\u094D\u0937\u092E","closeQuickTranslation.settingOpen":"(<1> \u0938\u0947\u091F\u093F\u0902\u0917 \u092A\u0947\u091C \u092A\u0930 \u092A\u093E\u092F\u093E \u091C\u093E \u0938\u0915\u0924\u093E \u0939\u0948 \u091A\u093E\u0932\u0942 \u0915\u0930\u094B)","closeQuickTranslation.cancel":"\u0930\u0926\u094D\u0926 \u0915\u0930\u0928\u093E","closeQuickTranslation.confirm":"\u091C\u093C\u0930\u0942\u0930","floatBall.popup":"\u0924\u094D\u0935\u0930\u093F\u0924 \u0938\u0947\u091F\u093F\u0902\u0917 \u092A\u0948\u0928\u0932 \u0916\u094B\u0932\u0947\u0902","floatBall.translate":"\u0907\u0938 \u092A\u0943\u0937\u094D\u0920 \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u0915\u094D\u0932\u093F\u0915 \u0915\u0930\u0947\u0902","floatBall.showOriginal":"\u092E\u0942\u0932 \u092A\u093E\u0920 \u092A\u0930 \u0935\u093E\u092A\u0938 \u091C\u093E\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u0915\u094D\u0932\u093F\u0915 \u0915\u0930\u0947\u0902","floatBall.close":"\u0924\u0948\u0930\u0924\u0940 \u0939\u0941\u0908 \u0917\u0947\u0902\u0926 \u0915\u094B \u092C\u0902\u0926 \u0915\u0930\u0947\u0902","floatBallOptions.enableDescPc":"\u092A\u0947\u091C \u092B\u093C\u094D\u0932\u094B\u091F\u093F\u0902\u0917 \u092C\u0949\u0932 \u0938\u0915\u094D\u0937\u092E \u0939\u094B\u0928\u0947 \u0915\u0947 \u092C\u093E\u0926, \u092A\u0943\u0937\u094D\u0920 \u0915\u0947 \u0926\u093E\u0908\u0902 \u0913\u0930 \u090F\u0915 \u0924\u094D\u0935\u0930\u093F\u0924 \u0905\u0928\u0941\u0935\u093E\u0926 \u092C\u091F\u0928 \u092A\u094D\u0930\u0926\u0930\u094D\u0936\u093F\u0924 \u0939\u094B\u0917\u093E\u0964 \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u0915\u094D\u0932\u093F\u0915 \u0915\u0930\u0947\u0902\u0964","floatBallOptions.enableDesc":"\u092B\u094D\u0932\u094B\u091F\u093F\u0902\u0917 \u092C\u0949\u0932 \u0915\u094B \u092C\u0902\u0926 \u0915\u0930\u0928\u0947 \u0915\u0947 \u092C\u093E\u0926 \u0907\u0938\u0947{touch}\u0938\u0947 \u091C\u0917\u093E\u092F\u093E \u091C\u093E \u0938\u0915\u0924\u093E \u0939\u0948\u0964 \u0907\u0938 \u0935\u093F\u0915\u0932\u094D\u092A \u0915\u094B \u0917\u0932\u0924\u0940 \u0938\u0947 \u092C\u0902\u0926 \u0915\u0930\u0928\u0947 \u0915\u0947 \u092C\u093E\u0926 \u092B\u094D\u0932\u094B\u091F\u093F\u0902\u0917 \u092C\u0949\u0932 \u0915\u094B \u092E\u093F\u0932\u0928\u0947 \u0938\u0947 \u0930\u094B\u0915\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F, \u0907\u0938 \u0938\u0947\u091F\u093F\u0902\u0917 \u092A\u0947\u091C \u0915\u094B \u092C\u0941\u0915\u092E\u093E\u0930\u094D\u0915 \u0915\u0930\u0928\u0947 \u0915\u0940 \u092A\u0941\u0930\u091C\u094B\u0930 \u0905\u0928\u0941\u0936\u0902\u0938\u093E \u0915\u0940 \u091C\u093E\u0924\u0940 \u0939\u0948\u0964","description.azureApiUrl":"\u0915\u0938\u094D\u091F\u092E \u090F\u092A\u0940\u0906\u0908 \u0907\u0902\u091F\u0930\u092B\u093C\u0947\u0938 \u092A\u0924\u093E \u092D\u0930\u0947\u0902",confirmSupportMouse:"\u092E\u093E\u0909\u0938 \u0938\u092E\u0930\u094D\u0925\u0928 \u0915\u094B \u0938\u0915\u094D\u0937\u092E \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u092C\u093E\u0927\u094D\u092F \u0915\u0930\u0947\u0902",confirmSupportMouseDescription:"\u092F\u0939 \u092A\u093E\u092F\u093E \u0917\u092F\u093E \u0939\u0948 \u0915\u093F \u0935\u0930\u094D\u0924\u092E\u093E\u0928 \u092C\u094D\u0930\u093E\u0909\u091C\u093C\u0930 \u092E\u093E\u0909\u0938 \u092B\u093C\u0902\u0915\u094D\u0936\u0928 \u0915\u093E \u0938\u092E\u0930\u094D\u0925\u0928 \u0928\u0939\u0940\u0902 \u0915\u0930\u0924\u093E \u0939\u0948\u0964 \u0915\u094D\u092F\u093E \u0906\u092A \u092E\u093E\u0909\u0938 \u0938\u092E\u0930\u094D\u0925\u0928 \u0915\u094B \u092C\u0932\u092A\u0942\u0930\u094D\u0935\u0915 \u0938\u0915\u094D\u0937\u092E \u0915\u0930\u0928\u093E \u091A\u093E\u0939\u0924\u0947 \u0939\u0948\u0902?",sampleTargetText:"\u0932\u092E\u094D\u092C\u0940 \u0930\u093E\u0924 \u0906\u0928\u0947 \u0935\u093E\u0932\u0940 \u0939\u0948, \u0914\u0930 \u0905\u092C \u0938\u0947 \u092E\u0948\u0902 \u092E\u0930\u0928\u0947 \u0924\u0915 \u091C\u093E\u0917\u0924\u093E \u0930\u0939\u0942\u0901\u0917\u093E\u0964 \u092E\u0948\u0902 \u0928 \u092A\u0924\u094D\u0928\u0940 \u0932\u0942\u0901\u0917\u093E, \u0928 \u091C\u093E\u0917\u0940\u0930, \u0928 \u092C\u091A\u094D\u091A\u0947\u0964 \u092E\u0948\u0902 \u0915\u094B\u0908 \u0924\u093E\u091C \u0928\u0939\u0940\u0902 \u092A\u0939\u0928\u0942\u0902\u0917\u093E \u092F\u093E \u0938\u092E\u094D\u092E\u093E\u0928 \u0915\u0947 \u0932\u093F\u090F \u092A\u094D\u0930\u0924\u093F\u0938\u094D\u092A\u0930\u094D\u0927\u093E \u0928\u0939\u0940\u0902 \u0915\u0930\u0942\u0902\u0917\u093E\u0964 \u092E\u0948\u0902 \u0905\u092A\u0928\u093E \u0915\u0930\u094D\u0924\u0935\u094D\u092F \u0928\u093F\u0937\u094D\u0920\u093E\u092A\u0942\u0930\u094D\u0935\u0915 \u0928\u093F\u092D\u093E\u090A\u0902\u0917\u093E, \u091C\u093F\u090A\u0902\u0917\u093E \u0914\u0930 \u092E\u0930\u0942\u0902\u0917\u093E\u0964",sampleSourceText:"Night gathers, and now my watch begins. It shall not end until my death. I shall take no wife, hold no lands, father no children. I shall wear no crowns and win no glory. I shall live and die at my post.","subtitle.supportedSites":"\u5DF2\u652F\u6301\u5728\u8FD9\u4E9B\u7F51\u7AD9\u4F7F\u7528\u53CC\u8BED\u5B57\u5E55\uFF08\u6CE8\u610F\uFF1A\u7531\u4E8E\u6280\u672F\u9650\u5236\uFF0C\u90E8\u5206\u7F51\u7AD9\u5728\u9996\u6B21\u5F00\u542F\u5B57\u5E55\u540E\u9700\u8981\u91CD\u65B0\u5237\u65B0\u9875\u9762\uFF0C\u6216\u8005\u9700\u7B49\u5F85\u7FFB\u8BD1\u5B8C\u6210\u4EE5\u663E\u793A\u53CC\u8BED\u5B57\u5E55\uFF09\uFF1A",viewWithImmersiveTranslate:"\u53CC\u8BED\u7248\u672C(\u6C89\u6D78\u5F0F\u7FFB\u8BD1)",errorReason:"\u9519\u8BEF\u539F\u56E0\uFF1A{message}","proQuotaExceededError.onetime7day":'\uFF0C\u60A8\u53EF\u4EE5\u9009\u62E9\u4EE5\u4E0B\u65B9\u5F0F\u89E3\u51B3\uFF1A

1. \u5207\u6362\u5230 {anotherService} \u6216\u5176\u4ED6\u7FFB\u8BD1\u670D\u52A1
2. \u5347\u7EA7\u4E3A\u6708\u5EA6/\u5E74\u5EA6\u4F1A\u5458',"proQuotaExceededError.trial":'\uFF0C\u60A8\u53EF\u4EE5\u9009\u62E9\u4EE5\u4E0B\u65B9\u5F0F\u89E3\u51B3\uFF1A

1. \u5207\u6362\u5230 {anotherService} \u6216\u5176\u4ED6\u7FFB\u8BD1\u670D\u52A1
2. \u7ACB\u523B\u5347\u7EA7\u4E3A\u6B63\u5F0F\u4F1A\u5458',"proQuotaExceededError.nonTrial":'\uFF0C\u60A8\u53EF\u4EE5\u9009\u62E9\u4EE5\u4E0B\u65B9\u5F0F\u89E3\u51B3\uFF1A

1. \u5207\u6362\u5230 {anotherService} \u6216\u5176\u4ED6\u7FFB\u8BD1\u670D\u52A1
2. \u8D2D\u4E70 {translationService} \u989D\u5916\u6D41\u91CF\u5305',"proQuotaExceededError.resetTime":"
3. \u989D\u5EA6\u91CD\u7F6E\u65F6\u95F4\uFF1A{resetTime}","desc.touchShortcutsToggleTranslatePageOnlyTranslation":"\u0915\u0947\u0935\u0932 \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u093E \u0924\u093E\u0924\u094D\u092A\u0930\u094D\u092F \u0939\u0948 \u0915\u093F \u0915\u0947\u0935\u0932 \u0905\u0928\u0941\u0935\u093E\u0926 \u092A\u094D\u0930\u0926\u0930\u094D\u0936\u093F\u0924 \u0939\u094B\u0917\u093E, \u092F\u0926\u093F \u0935\u0947\u092C\u092A\u0947\u091C \u0905\u092D\u0940 \u0924\u0915 \u0905\u0928\u0941\u0935\u093E\u0926\u093F\u0924 \u0928\u0939\u0940\u0902 \u0939\u0941\u0906 \u0939\u0948, \u0924\u094B \u092E\u094B\u0921 \u092C\u0926\u0932\u0947\u0917\u093E \u0914\u0930 \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0947\u0917\u093E\u0964","desc.toggleOnlyTransation":"\u0915\u0947\u0935\u0932 \u0905\u0928\u0941\u0935\u093E\u0926 \u092E\u094B\u0921 \u0915\u093E \u0924\u093E\u0924\u094D\u092A\u0930\u094D\u092F \u0939\u0948 \u0915\u093F \u0915\u0947\u0935\u0932 \u0905\u0928\u0941\u0935\u093E\u0926 \u092A\u094D\u0930\u0926\u0930\u094D\u0936\u093F\u0924 \u0939\u094B\u0917\u093E, \u092F\u0926\u093F \u0935\u0947\u092C\u092A\u0947\u091C \u0905\u092D\u0940 \u0924\u0915 \u0905\u0928\u0941\u0935\u093E\u0926\u093F\u0924 \u0928\u0939\u0940\u0902 \u0939\u0941\u0906 \u0939\u0948, \u0924\u094B \u092E\u094B\u0921 \u092C\u0926\u0932 \u091C\u093E\u090F\u0917\u093E \u0914\u0930 \u0905\u0928\u0941\u0935\u093E\u0926 \u0939\u094B\u0917\u093E\u0964",touchShortcutsToggleTranslatePageOnlyTranslation:"\u0938\u094D\u0915\u094D\u0930\u0940\u0928 \u091F\u091A \u091C\u0947\u0938\u094D\u091A\u0930 \u0938\u0947\u091F \u0915\u0930\u0947\u0902 \u0926\u094D\u0935\u093F\u092D\u093E\u0937\u0940 / \u0915\u0947\u0935\u0932 \u0905\u0928\u0941\u0935\u093E\u0926 \u092E\u094B\u0921 \u0915\u094B \u0938\u094D\u0935\u093F\u091A \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F",download_started:"\u0921\u093E\u0909\u0928\u0932\u094B\u0921 \u0936\u0941\u0930\u0942 \u0939\u094B \u091A\u0941\u0915\u093E \u0939\u0948, \u092F\u0926\u093F \u0938\u094D\u0935\u091A\u093E\u0932\u093F\u0924 \u0930\u0942\u092A \u0938\u0947 \u0921\u093E\u0909\u0928\u0932\u094B\u0921 \u0928\u0939\u0940\u0902 \u0939\u094B \u0930\u0939\u093E \u0939\u0948, \u0924\u094B \u0915\u0943\u092A\u092F\u093E \u092E\u0948\u0928\u094D\u092F\u0941\u0905\u0932 \u0930\u0942\u092A \u0938\u0947 \u0915\u094D\u0932\u093F\u0915 \u0915\u0930\u0947\u0902\u0964",here:"\u092F\u0939\u093E\u0901",batchEdit:"\u0925\u094B\u0915 \u0938\u0902\u091A\u093E\u0932\u0928","error.goReset":"\u0930\u0940\u0938\u0947\u091F \u0915\u0930\u0947\u0902",translationFont:"\u092B\u093C\u0949\u0928\u094D\u091F \u0938\u0947\u091F \u0915\u0930\u0947\u0902","translationFont.custom":"\u0905\u092A\u0928\u0940 \u0915\u0938\u094D\u091F\u092E \u092B\u093C\u0949\u0928\u094D\u091F \u0926\u0930\u094D\u091C \u0915\u0930\u0947\u0902","translationModeLang.translation.title":"\u0915\u0947\u0935\u0932 \u0905\u0928\u0941\u0935\u093E\u0926 \u092E\u094B\u0921 \u0915\u0940 \u092D\u093E\u0937\u093E","translationFont.customPlaceholder":"\u092B\u093C\u0949\u0928\u094D\u091F","translationServices.inherit":"\u092E\u0941\u0916\u094D\u092F \u0905\u0928\u0941\u0935\u093E\u0926 \u0938\u0947\u0935\u093E \u0915\u093E \u092A\u093E\u0932\u0928 \u0915\u0930\u0947\u0902","error.serveConfigError":"\u0938\u0947\u0935\u093E \u0938\u092E\u093E\u0915\u0943\u0924\u093F \u0924\u094D\u0930\u0941\u091F\u093F","error.configError":"\u0935\u093F\u0928\u094D\u092F\u093E\u0938 \u0921\u0947\u091F\u093E \u0905\u0938\u093E\u092E\u093E\u0928\u094D\u092F","translationModeUrl.translation.title":"\u0915\u0947\u0935\u0932 \u0905\u0928\u0941\u0935\u093E\u0926 \u092E\u094B\u0921 \u0915\u093E URL",toggleToService:"{\u0938\u0947\u0935\u093E} \u092A\u0930 \u0938\u094D\u0935\u093F\u091A \u0915\u0930\u0947\u0902 \u0914\u0930 \u092A\u0941\u0928\u0903 \u092A\u094D\u0930\u092F\u093E\u0938 \u0915\u0930\u0947\u0902",videoSubtitlePreTranslationOn:"\u0935\u0940\u0921\u093F\u092F\u094B \u0938\u092C\u091F\u093E\u092F\u091F\u0932\u094D\u0938 \u0915\u093E \u092A\u094D\u0930\u093E\u0925\u092E\u093F\u0915\u0924\u093E \u0938\u094D\u0935\u0930\u0942\u092A \u092E\u0947\u0902 \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u093E \u0909\u092A\u092F\u094B\u0917 \u0915\u0930\u0947\u0902\u0917\u0947\u0964","touch.mouse-translate":"\u0915\u0943\u092A\u092F\u093E \u0928\u093F\u0930\u094D\u0926\u093F\u0937\u094D\u091F \u092A\u0948\u0930\u093E\u0917\u094D\u0930\u093E\u092B \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0947\u0902",detectServiceLoading:"\u0909\u092A\u0932\u092C\u094D\u0927 \u0905\u0928\u0941\u0935\u093E\u0926 \u0938\u0947\u0935\u093E\u0913\u0902 \u0915\u0940 \u091C\u093E\u0902\u091A \u0915\u0930 \u0930\u0939\u093E \u0939\u0948...","error.proTokenInvalid":"\u092F\u0926\u093F \u0906\u092A \u092A\u094D\u0930\u094B \u0909\u092A\u092F\u094B\u0917\u0915\u0930\u094D\u0924\u093E \u0939\u0948\u0902, \u0924\u094B \u0915\u0943\u092A\u092F\u093E \u092A\u094D\u0930\u094B \u0905\u0928\u0941\u0935\u093E\u0926 \u0938\u0947\u0935\u093E \u0915\u093E \u0909\u092A\u092F\u094B\u0917 \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u0932\u0949\u0917 \u0907\u0928 \u0915\u0930\u0947\u0902\u0964","error.400":"\u0938\u0947\u0935\u093E \u0924\u094D\u0930\u0941\u091F\u093F \u0935\u093E\u092A\u0938 \u0915\u0930\u0924\u0940 \u0939\u0948, \u0905\u0928\u0941\u0930\u094B\u0927 \u092A\u0948\u0930\u093E\u092E\u0940\u091F\u0930 \u0917\u0932\u0924 \u0939\u0948, \u0915\u0943\u092A\u092F\u093E \u0938\u0902\u092C\u0902\u0927\u093F\u0924 \u0915\u0949\u0928\u094D\u092B\u093C\u093F\u0917\u0930\u0947\u0936\u0928 \u0915\u0940 \u091C\u093E\u0902\u091A \u0915\u0930\u0947\u0902\u0964","error.502":"\u0938\u0947\u0935\u093E \u0924\u094D\u0930\u0941\u091F\u093F \u0932\u094C\u091F\u0924\u0940 \u0939\u0948, \u0938\u0947\u0935\u093E \u0938\u092E\u092F \u0938\u092E\u093E\u092A\u094D\u0924, \u0915\u0943\u092A\u092F\u093E \u092C\u093E\u0926 \u092E\u0947\u0902 \u092A\u0941\u0928\u0903 \u092A\u094D\u0930\u092F\u093E\u0938 \u0915\u0930\u0947\u0902\u0964","error.reloadPageOfSetting":"\u0915\u0949\u0928\u094D\u092B\u093C\u093F\u0917\u0930 \u0915\u0930\u0928\u0947 \u0915\u0947 \u092C\u093E\u0926, \u0915\u0943\u092A\u092F\u093E \u092A\u0943\u0937\u094D\u0920 \u0915\u094B \u0924\u093E\u091C\u093C\u093E \u0915\u0930\u0947\u0902 \u0914\u0930 \u092B\u093F\u0930 \u0938\u0947 \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0947\u0902\u0964","translationModeUrl.translation.description":"\u091C\u092C \u0935\u0947\u092C\u0938\u093E\u0907\u091F \u0928\u093F\u092E\u094D\u0928\u0932\u093F\u0916\u093F\u0924 \u0921\u094B\u092E\u0947\u0928 \u0915\u0947 \u0932\u093F\u090F \u0939\u094B\u0924\u0940 \u0939\u0948, \u0924\u094B \u092F\u0939 \u0938\u094D\u0935\u091A\u093E\u0932\u093F\u0924 \u0930\u0942\u092A \u0938\u0947 \u0915\u0947\u0935\u0932 \u0905\u0928\u0941\u0935\u093E\u0926 \u092E\u094B\u0921 \u0915\u093E \u0909\u092A\u092F\u094B\u0917 \u0915\u0930\u0947\u0917\u0940\u0964","error.googleLimitIp":"\u0938\u0947\u0935\u093E \u0924\u094D\u0930\u0941\u091F\u093F \u0932\u094C\u091F\u093E\u0924\u0940 \u0939\u0948, \u0917\u0942\u0917\u0932 \u0938\u0947\u0935\u093E\u090F\u0902 \u0907\u0938 IP \u092A\u0924\u0947 \u092A\u0930 \u092A\u094D\u0930\u0935\u093E\u0939 \u0938\u0940\u092E\u093F\u0924 \u0915\u0930 \u091A\u0941\u0915\u0940 \u0939\u0948\u0902, \u0906\u092A\u0915\u093E \u0938\u0941\u091D\u093E\u0935 \u0939\u0948 \u0915\u093F \u0906\u092A \u0928\u0947\u091F\u0935\u0930\u094D\u0915 \u0928\u094B\u0921 \u092C\u0926\u0932\u0947\u0902\u0964","error.proUpgrade":"\u0905\u092A\u0917\u094D\u0930\u0947\u0921 \u0915\u0930\u0928\u0947 \u0915\u0947 \u092C\u093E\u0926, \u0915\u0943\u092A\u092F\u093E \u092A\u0943\u0937\u094D\u0920 \u0915\u094B \u0924\u093E\u091C\u093C\u093E \u0915\u0930\u0947\u0902 \u0914\u0930 \u092B\u093F\u0930 \u0938\u0947 \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0947\u0902\u0964","error.gemini.429":"\u0935\u0930\u094D\u0924\u092E\u093E\u0928 \u092E\u0947\u0902 \u091C\u0947\u092E\u093F\u0928\u0940 \u0938\u0947\u0935\u093E \u0915\u0940 \u0935\u0930\u094D\u0924\u092E\u093E\u0928 \u092D\u0930\u0923 \u0915\u094D\u0937\u092E\u0924\u093E \u0938\u0940\u092E\u093E \u0915\u094B \u092A\u0939\u0941\u0902\u091A \u091A\u0941\u0915\u0940 \u0939\u0948, \u0915\u0943\u092A\u092F\u093E \u092C\u093E\u0926 \u092E\u0947\u0902 \u092A\u094D\u0930\u092F\u093E\u0938 \u0915\u0930\u0947\u0902, \u092F\u093E \u0905\u0928\u094D\u092F \u0905\u0928\u0941\u0935\u093E\u0926 \u0938\u0947\u0935\u093E\u0913\u0902 \u092A\u0930 \u0938\u094D\u0935\u093F\u091A \u0915\u0930\u0947\u0902\u0964",enableSentryReport:"\u091C\u092C \u090F\u0915\u094D\u0938\u091F\u0947\u0902\u0936\u0928 \u092E\u0947\u0902 \u0924\u094D\u0930\u0941\u091F\u093F \u0939\u094B\u0924\u0940 \u0939\u0948, \u0924\u094B Sentry \u0915\u093E \u0909\u092A\u092F\u094B\u0917 \u092A\u094D\u0930\u0924\u093F\u0915\u094D\u0930\u093F\u092F\u093E \u0938\u092C\u092E\u093F\u091F \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u0915\u0930\u0947\u0902\u0964","error.403":"\u0938\u0947\u0935\u093E \u0924\u094D\u0930\u0941\u091F\u093F \u0932\u094C\u091F\u093E\u0924\u0940 \u0939\u0948, \u0905\u0938\u094D\u0925\u093E\u092F\u0940 \u0930\u0942\u092A \u0938\u0947 \u0907\u0938 \u0938\u0947\u0935\u093E \u0915\u093E \u0909\u092A\u092F\u094B\u0917 \u0915\u0930\u0928\u0947 \u0915\u0940 \u0905\u0928\u0941\u092E\u0924\u093F \u0928\u0939\u0940\u0902 \u0939\u0948\u0964","translationModeLang.translation.description":"\u091C\u092C \u092A\u0943\u0937\u094D\u0920 \u0915\u0940 \u092D\u093E\u0937\u093E \u0928\u093F\u092E\u094D\u0928\u0932\u093F\u0916\u093F\u0924 \u092D\u093E\u0937\u093E\u0913\u0902 \u092E\u0947\u0902 \u0939\u094B\u0924\u0940 \u0939\u0948, \u0924\u094B \u0915\u0947\u0935\u0932 \u0905\u0928\u0941\u0935\u093E\u0926 \u092E\u094B\u0921 \u0915\u093E \u0938\u094D\u0935\u091A\u093E\u0932\u093F\u0924 \u0930\u0942\u092A \u0938\u0947 \u0909\u092A\u092F\u094B\u0917 \u0915\u093F\u092F\u093E \u091C\u093E\u090F\u0917\u093E",videoSubtitlePreTranslationOff:"\u0935\u0940\u0921\u093F\u092F\u094B \u0938\u092C\u091F\u093E\u092F\u091F\u0932 \u092E\u0942\u0932 \u0935\u0940\u0921\u093F\u092F\u094B \u0926\u094D\u0935\u093E\u0930\u093E \u0938\u094D\u0935\u091A\u093E\u0932\u093F\u0924 \u0930\u0942\u092A \u0938\u0947 \u0905\u0928\u0941\u0935\u093E\u0926\u093F\u0924 \u0938\u092C\u091F\u093E\u092F\u091F\u0932 \u0915\u093E \u092A\u094D\u0930\u093E\u0925\u092E\u093F\u0915\u0924\u093E \u092A\u094D\u0930\u0926\u093E\u0928 \u0915\u0930\u0947\u0917\u093E\u0964","error.429":"\u0938\u0947\u0935\u093E \u0924\u094D\u0930\u0941\u091F\u093F \u0932\u094C\u091F\u093E\u0924\u0940 \u0939\u0948, \u091C\u093F\u0938\u0915\u093E \u0905\u0930\u094D\u0925 \u0939\u0948 \u0915\u093F \u0905\u0928\u0941\u0930\u094B\u0927 \u092C\u0939\u0941\u0924 \u0905\u0915\u094D\u0938\u0930 \u0939\u094B \u0930\u0939\u0947 \u0939\u0948\u0902 \u092F\u093E \u0938\u0940\u092E\u093E \u0938\u0940\u092E\u093E \u0938\u0947 \u0905\u0927\u093F\u0915 \u0939\u0948\u0902, \u0915\u0943\u092A\u092F\u093E \u092C\u093E\u0926 \u092E\u0947\u0902 \u092A\u0941\u0928\u0903 \u092A\u094D\u0930\u092F\u093E\u0938 \u0915\u0930\u0947\u0902\u0964","error.openAIExceededQuota":"\u0938\u0947\u0935\u093E \u0924\u094D\u0930\u0941\u091F\u093F \u0935\u093E\u092A\u0938 \u0915\u0930\u0924\u0940 \u0939\u0948: \u0906\u092A\u0915\u093E \u0935\u0930\u094D\u0924\u092E\u093E\u0928 OpenAI \u0916\u093E\u0924\u093E \u092C\u0948\u0932\u0947\u0902\u0938 \u092A\u0930\u094D\u092F\u093E\u092A\u094D\u0924 \u0928\u0939\u0940\u0902 \u0939\u0948, \u0915\u0943\u092A\u092F\u093E OpenAI \u0906\u0927\u093F\u0915\u093E\u0930\u093F\u0915 \u092C\u0948\u0915\u090F\u0902\u0921 \u092E\u0947\u0902 \u0930\u093F\u091A\u093E\u0930\u094D\u091C \u0915\u0930\u0947\u0902 \u092F\u093E \u0915\u094D\u0930\u0947\u0921\u093F\u091F \u0915\u093E\u0930\u094D\u0921 \u092C\u093E\u0902\u0927\u0947\u0902\u0964","translationFont.notSupportErrorMessage":"\u0915\u0943\u092A\u092F\u093E \u091C\u093E\u0902\u091A\u0947\u0902 \u0915\u093F \u0906\u092A\u0915\u0947 \u0926\u094D\u0935\u093E\u0930\u093E \u0926\u0930\u094D\u091C \u0915\u093F\u092F\u093E \u0917\u092F\u093E \u092B\u093C\u0949\u0928\u094D\u091F \u0928\u093E\u092E \u0938\u0939\u0940 \u0939\u0948 \u092F\u093E \u0928\u0939\u0940\u0902, \u092F\u093E \u092F\u0939 \u0938\u0941\u0928\u093F\u0936\u094D\u091A\u093F\u0924 \u0915\u0930\u0947\u0902 \u0915\u093F \u092F\u0939 \u092B\u093C\u0949\u0928\u094D\u091F \u0906\u092A\u0915\u0947 \u0909\u092A\u0915\u0930\u0923 \u092A\u0930 \u0938\u094D\u0925\u093E\u092A\u093F\u0924 \u0939\u0948\u0964","error.openAIFreeLimit":"\u0938\u0947\u0935\u093E \u0924\u094D\u0930\u0941\u091F\u093F \u0932\u094C\u091F\u093E\u0924\u0940 \u0939\u0948, \u0935\u0930\u094D\u0924\u092E\u093E\u0928 \u0905\u0928\u0941\u0935\u093E\u0926 \u0905\u0928\u0941\u0930\u094B\u0927 \u0915\u0940 \u0906\u0935\u0943\u0924\u094D\u0924\u093F \u092A\u094D\u0930\u0924\u093F \u092E\u093F\u0928\u091F 3 \u092C\u093E\u0930 \u0915\u0940 \u0905\u0927\u093F\u0915\u0924\u092E \u0938\u0940\u092E\u093E \u0924\u0915 \u092A\u0939\u0941\u0902\u091A \u091A\u0941\u0915\u0940 \u0939\u0948, \u0915\u0943\u092A\u092F\u093E \u092C\u093E\u0926 \u092E\u0947\u0902 \u092A\u094D\u0930\u092F\u093E\u0938 \u0915\u0930\u0947\u0902\u0964 (\u092F\u0939 OpenAI \u0915\u0940 \u0906\u0927\u093F\u0915\u093E\u0930\u093F\u0915 \u0938\u0940\u092E\u093E \u0939\u0948 \u0928\u093F:\u0936\u0941\u0932\u094D\u0915 API Key \u0915\u0947 \u0932\u093F\u090F, \u0907\u0938 \u0938\u0940\u092E\u093E \u0915\u094B \u0939\u091F\u093E\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F, \u0915\u0943\u092A\u092F\u093E OpenAI \u092C\u0948\u0915\u090F\u0902\u0921 \u092E\u0947\u0902 \u0915\u094D\u0930\u0947\u0921\u093F\u091F \u0915\u093E\u0930\u094D\u0921 \u092C\u093E\u0902\u0927\u0947\u0902\u0964)","desc.toggleVideoSubtitlePreTranslation":"\u091C\u092C \u0906\u092A \u0907\u0938\u0947 \u0926\u092C\u093E\u0924\u0947 \u0939\u0948\u0902, \u0924\u094B \u0935\u0940\u0921\u093F\u092F\u094B \u0926\u094D\u0935\u093F\u092D\u093E\u0937\u0940 \u0909\u092A\u0936\u0940\u0930\u094D\u0937\u0915 \u092A\u094D\u0930\u093E\u0925\u092E\u093F\u0915\u0924\u093E \u0938\u0947 \u0921\u0941\u092C\u0915\u0940 \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0940 \u0938\u0947\u091F\u093F\u0902\u0917 \u0915\u093E \u0909\u092A\u092F\u094B\u0917 \u0915\u0930\u0947\u0917\u093E, \u092B\u093F\u0930 \u0938\u0947 \u0926\u092C\u093E\u0928\u0947 \u092A\u0930 \u092F\u0939 \u092E\u0942\u0932 \u0935\u0940\u0921\u093F\u092F\u094B \u0915\u0947 \u0938\u094D\u0935\u091A\u093E\u0932\u093F\u0924 \u0905\u0928\u0941\u0935\u093E\u0926\u093F\u0924 \u0909\u092A\u0936\u0940\u0930\u094D\u0937\u0915 \u0915\u093E \u0909\u092A\u092F\u094B\u0917 \u0915\u0930\u0947\u0917\u093E, \u0927\u094D\u092F\u093E\u0928 \u0926\u0947\u0902: \u0907\u0938 \u0936\u0949\u0930\u094D\u091F\u0915\u091F \u0926\u094D\u0935\u093E\u0930\u093E \u0938\u0902\u0936\u094B\u0927\u093F\u0924 \u0938\u0947\u091F\u093F\u0902\u0917 \u0935\u0948\u0936\u094D\u0935\u093F\u0915 \u0939\u094B\u0924\u0940 \u0939\u0948\u0964","error.serveUnavailable":"\u0906\u092A\u0915\u0947 \u0926\u094D\u0935\u093E\u0930\u093E \u0935\u0930\u094D\u0924\u092E\u093E\u0928 \u092E\u0947\u0902 \u0909\u092A\u092F\u094B\u0917 \u0915\u093F\u090F \u091C\u093E \u0930\u0939\u0947 [{serverName}] \u0938\u0947\u0935\u093E \u0915\u094B \u0928\u0947\u091F\u0935\u0930\u094D\u0915 \u0915\u0928\u0947\u0915\u094D\u0936\u0928 \u092F\u093E \u0938\u0947\u0935\u093E \u092A\u094D\u0930\u0926\u093E\u0924\u093E \u0915\u0940 \u0938\u092E\u0938\u094D\u092F\u093E \u0915\u0947 \u0915\u093E\u0930\u0923 \u0905\u0938\u094D\u0925\u093E\u092F\u0940 \u0930\u0942\u092A \u0938\u0947 \u0909\u092A\u092F\u094B\u0917 \u0915\u0930\u0928\u0947 \u092E\u0947\u0902 \u0905\u0938\u092E\u0930\u094D\u0925 \u0939\u0948\u0964 \u0939\u092E\u093E\u0930\u093E \u0938\u0941\u091D\u093E\u0935 \u0939\u0948 \u0915\u093F \u0906\u092A \u092A\u0943\u0937\u094D\u0920 \u0915\u094B \u0924\u093E\u091C\u093E \u0915\u0930\u0928\u0947 \u0915\u093E \u092A\u094D\u0930\u092F\u093E\u0938 \u0915\u0930\u0947\u0902 \u092F\u093E <1>\u0938\u0947\u091F\u093F\u0902\u0917\u094D\u0938 \u0915\u0947 \u092E\u093E\u0927\u094D\u092F\u092E \u0938\u0947 \u0905\u0928\u094D\u092F \u0905\u0928\u0941\u0935\u093E\u0926 \u0938\u0947\u0935\u093E\u0913\u0902 \u0915\u094B \u092C\u0926\u0932\u0928\u0947 \u0915\u093E \u092A\u094D\u0930\u092F\u093E\u0938 \u0915\u0930\u0947\u0902\u0964 \u092F\u0926\u093F \u0906\u092A <2>Pro \u0938\u0926\u0938\u094D\u092F \u0939\u0948\u0902, \u0924\u094B \u0906\u092A DeepL \u092F\u093E OpenAI \u0905\u0928\u0941\u0935\u093E\u0926 \u0938\u0947\u0935\u093E \u0915\u093E \u0909\u092A\u092F\u094B\u0917 \u0915\u0930\u0928\u0947 \u0915\u093E \u091A\u092F\u0928 \u0915\u0930 \u0938\u0915\u0924\u0947 \u0939\u0948\u0902 \u091C\u094B \u0905\u0927\u093F\u0915 \u0938\u094D\u0925\u093F\u0930 \u0939\u0948 (<3>\u092F\u0939\u093E\u0902 \u092E\u0941\u092B\u094D\u0924 \u0905\u0928\u0941\u092D\u0935 \u0915\u0930\u0947\u0902)\u0964 \u0907\u0938\u0915\u0947 \u0905\u0932\u093E\u0935\u093E, \u0906\u092A\u0915\u094B \u0936\u093E\u092F\u0926 \u0905\u092A\u0928\u0940 \u0928\u0947\u091F\u0935\u0930\u094D\u0915 \u092F\u093E \u092A\u094D\u0930\u0949\u0915\u094D\u0938\u0940 \u0938\u0947\u091F\u093F\u0902\u0917\u094D\u0938 \u0915\u0940 \u091C\u093E\u0902\u091A \u0915\u0930\u0928\u0947 \u0915\u0940 \u0906\u0935\u0936\u094D\u092F\u0915\u0924\u093E \u0939\u094B \u0938\u0915\u0924\u0940 \u0939\u0948\u0964","translationServices.gemini":"\u092E\u093F\u0925\u0941\u0928","widget.translateFile":"PDF/ePub",goLogin:"\u0932\u0949\u0917 \u0907\u0928 \u0915\u0930\u0947\u0902","error.reason":"\u0924\u094D\u0930\u0941\u091F\u093F \u0915\u093E \u0915\u093E\u0930\u0923",contact:"\u0939\u092E\u0938\u0947 \u0938\u0902\u092A\u0930\u094D\u0915 \u0915\u0930\u0947\u0902",pickAll:"\u0938\u092D\u0940 \u0915\u093E \u091A\u092F\u0928 \u0915\u0930\u0947\u0902","multipleClick.3":"\u0924\u094D\u0930\u093F\u092A\u0932 \u0939\u093F\u091F","floatBall.iKnow":"\u092E\u0948\u0902\u0928\u0947 \u0938\u092E\u091D \u0932\u093F\u092F\u093E",shortcutSettings:"\u0936\u0949\u0930\u094D\u091F\u0915\u091F \u0915\u0941\u0902\u091C\u0940","error.retry":"\u092A\u0941\u0928\u0903 \u092A\u094D\u0930\u092F\u093E\u0938 \u0915\u0930\u0947\u0902",touchShortcutsOff:"\u092C\u0902\u0926 \u0915\u0930\u0947\u0902","subtitle.bilingual":"\u0926\u094D\u0935\u093F\u092D\u093E\u0937\u0940\u092F \u0909\u092A\u0936\u0940\u0930\u094D\u0937\u0915","tagsInput.add":"+ \u091C\u094B\u0921\u093C\u0947\u0902","slide.right":"\u092C\u093E\u090F\u0902 \u0938\u094D\u0932\u093E\u0907\u0921 \u0915\u0930\u0947\u0902","multipleClick.2":"\u0921\u092C\u0932 \u0915\u094D\u0932\u093F\u0915","widget.instruction":"\u0909\u092A\u092F\u094B\u0917 \u0915\u0940 \u0928\u093F\u0930\u094D\u0926\u0947\u0936\u093F\u0915\u093E",loggedIn:"\u0932\u0949\u0917 \u0907\u0928 \u0915\u093F\u092F\u093E \u0939\u0941\u0906 \u0939\u0948","shortcutGroup.main":"\u0938\u093E\u092E\u093E\u0928\u094D\u092F \u0909\u092A\u092F\u094B\u0917 \u0915\u0940 \u0936\u0949\u0930\u094D\u091F\u0915\u091F \u0915\u0941\u0902\u091C\u0940","slide.left":"\u0926\u093E\u090F\u0902 \u0938\u094D\u0932\u093E\u0907\u0921 \u0915\u0930\u0947\u0902",shortcutSettingsTitle:"\u0936\u0949\u0930\u094D\u091F\u0915\u091F \u0915\u0940 \u0938\u0947\u091F\u093F\u0902\u0917","multipleClick.4":"\u091A\u093E\u0930\u0939\u093F\u091F \u0938\u0902\u092F\u094B\u091C\u0928","error.subscriptionExpiredTitle":"\u0938\u0926\u0938\u094D\u092F\u0924\u093E \u0938\u092E\u093E\u092A\u094D\u0924 \u0939\u094B \u0917\u0908 \u0939\u0948",notLogin:"\u0932\u0949\u0917 \u0907\u0928 \u0928\u0939\u0940\u0902 \u0915\u093F\u092F\u093E \u0939\u0948","shortcutGroup.others":"\u0905\u0927\u093F\u0915 \u0915\u0938\u094D\u091F\u092E \u092B\u093C\u0902\u0915\u094D\u0936\u0928 \u0936\u0949\u0930\u094D\u091F\u0915\u091F","subtitle.hideQuickButton":"\u0907\u0938 \u0936\u0949\u0930\u094D\u091F\u0915\u091F \u0915\u094B \u092B\u093F\u0930 \u0938\u0947 \u0928\u093E \u0926\u093F\u0916\u093E\u090F\u0902","widget.videoSubtitleTooltip":"Youtube \u0906\u0926\u093F {count}+ \u0935\u0940\u0921\u093F\u092F\u094B \u0935\u0947\u092C\u0938\u093E\u0907\u091F\u094B\u0902 \u0915\u093E \u0938\u092E\u0930\u094D\u0925\u0928 \u0915\u0930\u0947\u0902","browser.translateInputBox":"\u0935\u0930\u094D\u0924\u092E\u093E\u0928 \u0907\u0928\u092A\u0941\u091F \u092C\u0949\u0915\u094D\u0938 \u0915\u0940 \u0938\u093E\u092E\u0917\u094D\u0930\u0940 \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0947\u0902",temprarilyChangeTranslationTo_openai:"\u0939\u092E \u0935\u0930\u094D\u0924\u092E\u093E\u0928 \u092A\u0943\u0937\u094D\u0920 \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 OpenAI \u0915\u093E \u0909\u092A\u092F\u094B\u0917 \u0915\u0930 \u0930\u0939\u0947 \u0939\u0948\u0902",alwaysTranslateThisSite:"\u0939\u092E\u0947\u0936\u093E \u0907\u0938 \u0935\u0947\u092C\u0938\u093E\u0907\u091F \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0947\u0902","shortcutGroup.mouse":"\u092E\u093E\u0909\u0938 \u0939\u094B\u0935\u0930 \u0936\u0949\u0930\u094D\u091F\u0915\u091F \u0915\u0949\u0928\u094D\u092B\u093C\u093F\u0917\u0930\u0947\u0936\u0928",translationOnlyMode:`\u0915\u0947\u0935\u0932 \u0905\u0928\u0941\u0935\u093E\u0926 \u092E\u094B\u0921 `,"shortcutGroup.touch":"\u0938\u094D\u0915\u094D\u0930\u0940\u0928 \u091F\u091A \u0915\u0947 \u0932\u093F\u090F \u0935\u093F\u0936\u0947\u0937 \u091C\u0947\u0938\u094D\u091A\u0930",networkError:"\u0905\u0928\u0941\u0935\u093E\u0926 \u0938\u0947\u0935\u093E\u090F\u0902 \u092F\u093E \u0928\u0947\u091F\u0935\u0930\u094D\u0915 \u092E\u0947\u0902 \u0938\u092E\u0938\u094D\u092F\u093E \u0939\u0948","intro.floatBallTitle":"\u0924\u094D\u0935\u0930\u093F\u0924 \u0905\u0928\u0941\u0935\u093E\u0926 \u092B\u094D\u0932\u094B\u091F\u093F\u0902\u0917 \u092C\u0949\u0932","widget.instructionTooltip":"\u0909\u092A\u092F\u094B\u0917 \u0915\u0940 \u0928\u093F\u0930\u094D\u0926\u0947\u0936\u093F\u0915\u093E \u0926\u0947\u0916\u0947\u0902",mouseHoverCustomKeyTitle:"\u0905\u0928\u0941\u0915\u0942\u0932\u093F\u0924 \u092E\u093E\u0909\u0938 \u0939\u094B\u0935\u0930 \u0936\u0949\u0930\u094D\u091F\u0915\u091F","widget.videoSubtitle":"\u0935\u0940\u0921\u093F\u092F\u094B \u0909\u092A\u0936\u0940\u0930\u094D\u0937\u0915",paragraphMinTextCountField:"\u0905\u0928\u0941\u0935\u093E\u0926 \u092A\u0948\u0930\u093E\u0917\u094D\u0930\u093E\u092B \u0915\u0947 \u0932\u093F\u090F \u0928\u094D\u092F\u0942\u0928\u0924\u092E \u0935\u0930\u094D\u0923 \u0938\u0902\u0916\u094D\u092F\u093E",neverTranslateThisSite:"\u0907\u0938 \u0935\u0947\u092C\u0938\u093E\u0907\u091F \u0915\u093E \u0915\u092D\u0940 \u0905\u0928\u0941\u0935\u093E\u0926 \u0928 \u0915\u0930\u0947\u0902","subtitle.showQuickButton":"\u0926\u094D\u0935\u093F\u092D\u093E\u0937\u0940\u092F \u0909\u092A\u0936\u0940\u0930\u094D\u0937\u0915\u094B\u0902 \u0915\u094B \u092A\u094D\u0932\u0947\u092F\u0930 \u092E\u0947\u0902 \u092A\u094D\u0930\u0926\u0930\u094D\u0936\u093F\u0924 \u0915\u0930\u0928\u0947 \u0915\u093E \u0936\u0949\u0930\u094D\u091F\u0915\u091F","widget.translateFileTooltip":"PDF, EPUB, SRT, ASS, HTML \u0914\u0930 TXT \u0926\u0938\u094D\u0924\u093E\u0935\u0947\u091C\u093C\u094B\u0902 \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0947\u0902","shortcutGroup.shortcutsForTranslationServices":"\u0905\u0928\u0941\u0935\u093E\u0926 \u0938\u0947\u0935\u093E\u0913\u0902 \u0938\u0947 \u0938\u0902\u092C\u0902\u0927\u093F\u0924 \u0936\u0949\u0930\u094D\u091F\u0915\u091F \u0915\u0941\u0902\u091C\u0940","intro.hoverTitle":"\u092E\u093E\u0909\u0938 \u0939\u094B\u0935\u0930 \u092A\u0930 \u0935\u0930\u094D\u0924\u092E\u093E\u0928 \u0905\u0928\u0941\u091A\u094D\u091B\u0947\u0926 \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0947\u0902",buildSnapshots:"\u0935\u0947\u092C\u092A\u0947\u091C \u0938\u094D\u0928\u0948\u092A\u0936\u0949\u091F \u0909\u0924\u094D\u092A\u0928\u094D\u0928 \u0915\u0930\u0947\u0902",notLoginPro:"\u0906\u092A\u0928\u0947 \u0905\u092D\u0940 \u0924\u0915 \u0905\u092A\u0928\u093E \u0938\u0926\u0938\u094D\u092F \u0916\u093E\u0924\u093E \u0932\u0949\u0917 \u0907\u0928 \u0928\u0939\u0940\u0902 \u0915\u093F\u092F\u093E \u0939\u0948\u0964","browser.translateWithTransmart":"\u0905\u0938\u094D\u0925\u093E\u092F\u0940 \u0930\u0942\u092A \u0938\u0947 \u091F\u0947\u0902\u0938\u0947\u0902\u091F \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u093E \u0909\u092A\u092F\u094B\u0917 \u0915\u0930\u0915\u0947 \u0935\u0930\u094D\u0924\u092E\u093E\u0928 \u092A\u0943\u0937\u094D\u0920 \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0947\u0902",temprarilyChangeTranslationTo_gemini:"\u0939\u092E \u0935\u0930\u094D\u0924\u092E\u093E\u0928 \u092A\u0943\u0937\u094D\u0920 \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 Gemini \u0915\u093E \u0909\u092A\u092F\u094B\u0917 \u0915\u0930 \u0930\u0939\u0947 \u0939\u0948\u0902\u0964",temprarilyChangeTranslationTo_deepl:"DeepL \u0915\u093E \u0909\u092A\u092F\u094B\u0917 \u0915\u0930\u0915\u0947 \u0935\u0930\u094D\u0924\u092E\u093E\u0928 \u092A\u0943\u0937\u094D\u0920 \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930 \u0930\u0939\u0947 \u0939\u0948\u0902",touchShortcutsToggleTranslationMask:"\u0938\u094D\u0915\u094D\u0930\u0940\u0928 \u091C\u0947\u0938\u094D\u091A\u0930 \u0938\u0947\u091F \u0915\u0930\u0947\u0902 \u0905\u0928\u0941\u0935\u093E\u0926 \u091B\u093F\u092A\u093E\u0928\u0947 / \u092E\u0942\u0932 \u092A\u093E\u0920 \u0926\u093F\u0916\u093E\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F","desc.touchShortcutsToggleTranslateTouchElement":"\u090F\u0915 \u0939\u0938\u094D\u0924\u0915\u094D\u0937\u0947\u092A \u0915\u094B \u0905\u0928\u0941\u0915\u0942\u0932\u093F\u0924 \u0915\u0930\u0947\u0902, \u0914\u0930 \u0906\u092A \u091C\u093F\u0938 \u0905\u0928\u0941\u091A\u094D\u091B\u0947\u0926 \u092E\u0947\u0902 \u0939\u0948\u0902, \u0909\u0938\u0947 \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930 \u0938\u0915\u0924\u0947 \u0939\u0948\u0902\u0964","browser.translateWithOpenAI":"\u0905\u0938\u094D\u0925\u093E\u092F\u0940 \u0930\u0942\u092A \u0938\u0947 OpenAI \u0915\u093E \u0909\u092A\u092F\u094B\u0917 \u0915\u0930\u0915\u0947 \u0935\u0930\u094D\u0924\u092E\u093E\u0928 \u092A\u0943\u0937\u094D\u0920 \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0947\u0902","browser.toggleMouseHoverTranslateDirectly":"\u092A\u0947\u091C \u092A\u0930 \u0905\u0938\u094D\u0925\u093E\u092F\u0940 \u0930\u0942\u092A \u0938\u0947 \u092E\u093E\u0909\u0938 \u0939\u094B\u0935\u0930 \u0938\u0940\u0927\u0947 \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u094B \u0938\u0915\u094D\u0937\u092E \u092F\u093E \u092C\u0902\u0926 \u0915\u0930\u0947\u0902","description.baiduField":"\u0938\u092E\u0930\u094D\u0925\u093F\u0924 \u0915\u094D\u0937\u0947\u0924\u094D\u0930\u094B\u0902 \u0915\u094B <1>\u092F\u0939\u093E\u0902 \u0926\u0947\u0916\u0947\u0902, \u0916\u093E\u0932\u0940 \u0939\u094B\u0928\u0947 \u0915\u093E \u0905\u0930\u094D\u0925 \u0939\u0948 \u0915\u094D\u0937\u0947\u0924\u094D\u0930 \u0928\u093F\u0930\u094D\u0926\u093F\u0937\u094D\u091F \u0928\u0939\u0940\u0902 \u0939\u0948","browser.toggleVideoSubtitlePreTranslation":"\u0926\u094D\u0935\u093F\u092D\u093E\u0937\u0940\u092F \u0938\u092C\u091F\u093E\u092F\u091F\u0932 \u0938\u094D\u0935\u093F\u091A \u0915\u0930\u0947\u0902, \u0921\u0941\u092C\u0915\u0940 \u0905\u0928\u0941\u0935\u093E\u0926 \u0938\u0947\u091F\u093F\u0902\u0917\u094D\u0938 \u0915\u093E \u092A\u094D\u0930\u093E\u0925\u092E\u093F\u0915\u0924\u093E \u0938\u0947 \u0909\u092A\u092F\u094B\u0917 \u0915\u0930\u0947\u0902","subtitle.autoDisableSubtitle":"\u0938\u094D\u0935\u091A\u093E\u0932\u093F\u0924 \u0930\u0942\u092A \u0938\u0947 \u0926\u094D\u0935\u093F\u092D\u093E\u0937\u0940 \u0909\u092A\u0936\u0940\u0930\u094D\u0937\u0915 \u0938\u0915\u094D\u0937\u092E \u0928\u0939\u0940\u0902 \u0915\u0930\u0947\u0902","browser.translateWithGemini":"\u0905\u0938\u094D\u0925\u093E\u092F\u0940 \u0930\u0942\u092A \u0938\u0947 Gemini \u0915\u093E \u0909\u092A\u092F\u094B\u0917 \u0915\u0930\u0915\u0947 \u0935\u0930\u094D\u0924\u092E\u093E\u0928 \u092A\u0943\u0937\u094D\u0920 \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0947\u0902","floatBall.guideClickToTranslate":`\u0905\u0928\u0941\u0935\u093E\u0926 \u092B\u094D\u0932\u094B\u091F\u093F\u0902\u0917 \u092C\u0949\u0932 \u092A\u0930 \u0915\u094D\u0932\u093F\u0915 \u0915\u0930\u0915\u0947 \u0924\u0941\u0930\u0902\u0924 \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930 \u0938\u0915\u0924\u0947 \u0939\u0948\u0902`,"neverTranslateText.title":"\u0928\u093F\u092E\u094D\u0928\u0932\u093F\u0916\u093F\u0924 \u0936\u092C\u094D\u0926 \u092E\u0942\u0932 \u0930\u0942\u092A \u092E\u0947\u0902 \u0930\u0916\u0947\u0902, \u0905\u0928\u0941\u0935\u093E\u0926 \u0928 \u0915\u0930\u0947\u0902",temprarilyChangeTranslationTo_google:"\u0935\u0930\u094D\u0924\u092E\u093E\u0928 \u092A\u0943\u0937\u094D\u0920 \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 Google \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u093E \u0909\u092A\u092F\u094B\u0917 \u0915\u0930 \u0930\u0939\u093E \u0939\u0948\u0964",touchShortcutsToggleTranslateTouchElement:"\u0938\u094D\u092A\u0930\u094D\u0936 \u0938\u094D\u0915\u094D\u0930\u0940\u0928 \u091C\u0947\u0938\u094D\u091A\u0930 \u0938\u0947\u091F \u0915\u0930\u0947\u0902 \u0928\u093F\u0930\u094D\u0926\u093F\u0937\u094D\u091F \u092A\u0948\u0930\u093E\u0917\u094D\u0930\u093E\u092B \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F",temprarilyChangeTranslationTo_transmart:"\u0939\u092E \u0935\u0930\u094D\u0924\u092E\u093E\u0928 \u092A\u0943\u0937\u094D\u0920 \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930 \u0930\u0939\u0947 \u0939\u0948\u0902 \u091F\u0947\u0902\u0938\u0947\u0902\u091F \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u093E \u0909\u092A\u092F\u094B\u0917 \u0915\u0930\u0915\u0947","browser.translateWithDeepL":"\u0905\u0938\u094D\u0925\u093E\u092F\u0940 \u0930\u0942\u092A \u0938\u0947 DeepL \u0915\u093E \u0909\u092A\u092F\u094B\u0917 \u0915\u0930\u0915\u0947 \u0935\u0930\u094D\u0924\u092E\u093E\u0928 \u092A\u0943\u0937\u094D\u0920 \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0947\u0902",upgradeToProErrorTitle:"\u0915\u0943\u092A\u092F\u093E \u0907\u0938 \u0905\u0928\u0941\u0935\u093E\u0926 \u0938\u0947\u0935\u093E \u0915\u093E \u0909\u092A\u092F\u094B\u0917 \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u092A\u094D\u0930\u094B \u0938\u0926\u0938\u094D\u092F\u0924\u093E \u0905\u092A\u0917\u094D\u0930\u0947\u0921 \u0915\u0930\u0947\u0902","floatBall.longPress":"\u0932\u0902\u092C\u0947 \u0938\u092E\u092F \u0924\u0915 \u0926\u092C\u093E\u090F \u0930\u0916\u0928\u0947 \u0938\u0947 \u0906\u092A \u0924\u094D\u0935\u0930\u093F\u0924 \u0930\u0942\u092A \u0938\u0947 \u0938\u0947\u091F\u093F\u0902\u0917\u094D\u0938 \u092A\u0948\u0928\u0932 \u0915\u094B \u0916\u094B\u0932 \u0938\u0915\u0924\u0947 \u0939\u0948\u0902\u0964",temprarilyChangeTranslationTo_bing:"\u092E\u093E\u0907\u0915\u094D\u0930\u094B\u0938\u0949\u092B\u094D\u091F \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u093E \u0909\u092A\u092F\u094B\u0917 \u0915\u0930\u0915\u0947 \u0935\u0930\u094D\u0924\u092E\u093E\u0928 \u092A\u0943\u0937\u094D\u0920 \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930 \u0930\u0939\u093E \u0939\u0948\u0902","browser.translateWithGoogle":"\u0905\u0938\u094D\u0925\u093E\u092F\u0940 \u0930\u0942\u092A \u0938\u0947 Google \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u093E \u0909\u092A\u092F\u094B\u0917 \u0915\u0930\u0915\u0947 \u0935\u0930\u094D\u0924\u092E\u093E\u0928 \u092A\u0943\u0937\u094D\u0920 \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0947\u0902","browser.translateWithBing":"\u092E\u093E\u0907\u0915\u094D\u0930\u094B\u0938\u0949\u092B\u094D\u091F \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u093E \u0905\u0938\u094D\u0925\u093E\u092F\u0940 \u0930\u0942\u092A \u0938\u0947 \u0935\u0930\u094D\u0924\u092E\u093E\u0928 \u092A\u0943\u0937\u094D\u0920 \u0915\u093E \u0909\u092A\u092F\u094B\u0917 \u0915\u0930\u0947\u0902",touchShortcutsToggleTranslatePage:"\u0935\u0947\u092C\u092A\u0947\u091C \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0928\u0947/\u092E\u0942\u0932 \u092A\u093E\u0920 \u0926\u093F\u0916\u093E\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u091F\u091A\u0938\u094D\u0915\u094D\u0930\u0940\u0928 \u091C\u0947\u0938\u094D\u091A\u0930 \u0938\u0947\u091F \u0915\u0930\u0947\u0902\u0964","error.subscriptionExpired":"\u0906\u092A\u0915\u0940 \u0938\u0926\u0938\u094D\u092F\u0924\u093E \u0938\u092E\u093E\u092A\u094D\u0924 \u0939\u094B \u0938\u0915\u0924\u0940 \u0939\u0948, \u0915\u0943\u092A\u092F\u093E \u0905\u092A\u0928\u0940 \u0938\u0926\u0938\u094D\u092F\u0924\u093E \u0915\u0940 \u0938\u094D\u0925\u093F\u0924\u093F \u0915\u0940 \u091C\u093E\u0902\u091A \u0915\u0930\u0947\u0902\u0964",paragraphMinTextCountDesc:"\u0927\u094D\u092F\u093E\u0928 \u0926\u0947\u0902, \u092F\u0939\u093E\u0902 \u0935\u0930\u094D\u0923\u094B\u0902 \u0915\u0940 \u0932\u0902\u092C\u093E\u0908 \u0915\u093E \u0924\u093E\u0924\u094D\u092A\u0930\u094D\u092F \u0939\u0948, \u0909\u0926\u093E\u0939\u0930\u0923 \u0915\u0947 \u0932\u093F\u090F: \u0939\u0947\u0932\u094B 5 \u0935\u0930\u094D\u0923 \u0939\u0948\u0902, \u0907\u0938\u0947 \u0905\u0927\u093F\u0915 \u092E\u093E\u0928 \u092A\u0930 \u0938\u0947\u091F \u0915\u0930\u0928\u0947 \u0938\u0947 \u0905\u0928\u093E\u0935\u0936\u094D\u092F\u0915 \u091B\u094B\u091F\u0947 \u0905\u0928\u0941\u091A\u094D\u091B\u0947\u0926\u094B\u0902 \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u092E \u0915\u093F\u092F\u093E \u091C\u093E \u0938\u0915\u0924\u093E \u0939\u0948\u0964","desc.interfaceLanguage":"\u0907\u0902\u091F\u0930\u092B\u093C\u0947\u0938 \u092D\u093E\u0937\u093E \u0938\u0947\u091F\u093F\u0902\u0917\u094D\u0938 \u0915\u0902\u091F\u094D\u0930\u094B\u0932 \u092A\u0948\u0928\u0932 \u0915\u0940 \u092A\u094D\u0930\u0926\u0930\u094D\u0936\u0928 \u092D\u093E\u0937\u093E \u0915\u094B \u092A\u094D\u0930\u092D\u093E\u0935\u093F\u0924 \u0915\u0930\u0924\u0940 \u0939\u0948\u0902, \u0914\u0930 \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0940 \u0932\u0915\u094D\u0937\u094D\u092F \u092D\u093E\u0937\u093E \u0938\u0947 \u0907\u0938\u0915\u093E \u0915\u094B\u0908 \u0938\u0902\u092C\u0902\u0927 \u0928\u0939\u0940\u0902 \u0939\u0948\u0964",mouseHoverCustomKeyDescription:"\u0906\u092A \u090F\u0915 \u0915\u0938\u094D\u091F\u092E \u092E\u093E\u0909\u0938 \u0939\u094B\u0935\u0930 \u0936\u0949\u0930\u094D\u091F\u0915\u091F \u0915\u0940 \u0924\u0930\u0939 \u092C\u0928\u093E \u0938\u0915\u0924\u0947 \u0939\u0948\u0902, \u091C\u0948\u0938\u0947 \u0915\u093F: Alt+Z, Ctrl+E, Cmd+Alt+E \u092F\u093E \u0938\u0940\u0927\u0947 Cmd, \u0915\u0943\u092A\u092F\u093E \u092E\u0948\u0928\u094D\u092F\u0941\u0905\u0932 \u0930\u0942\u092A \u0938\u0947 \u0907\u0928\u092A\u0941\u091F \u0915\u0930\u0947\u0902","desc.mouseHoverHoldKey":"\u091C\u092C \u092E\u093E\u0909\u0938 \u0915\u093F\u0938\u0940 \u092A\u0948\u0930\u093E\u0917\u094D\u0930\u093E\u092B \u092A\u0930 \u0939\u094B\u0935\u0930 \u0915\u0930\u0924\u093E \u0939\u0948, \u0924\u094B \u0938\u093E\u0925 \u0939\u0940 \u0926\u093E\u0908\u0902 \u0913\u0930 \u0915\u0940 \u0936\u0949\u0930\u094D\u091F\u0915\u091F \u0915\u0941\u0902\u091C\u0940 \u0926\u092C\u093E\u090F\u0902, \u0924\u094B \u0909\u0938 \u092A\u0948\u0930\u093E\u0917\u094D\u0930\u093E\u092B \u0915\u093E \u0938\u0940\u0927\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u093F\u092F\u093E \u091C\u093E \u0938\u0915\u0924\u093E \u0939\u0948\u0964","subtitle.showQuickButtonDescription":"\u0935\u0940\u0921\u093F\u092F\u094B \u092A\u094D\u0932\u0947\u092F\u0930 \u0915\u0947 \u0926\u093E\u090F\u0902 \u0928\u093F\u091A\u0932\u0947 \u0915\u094B\u0928\u0947 \u092E\u0947\u0902 \u0926\u094D\u0935\u093F\u092D\u093E\u0937\u0940\u092F \u0909\u092A\u0936\u0940\u0930\u094D\u0937\u0915 \u0938\u0915\u094D\u0937\u092E \u0915\u0930\u0928\u0947 \u0915\u093E \u0936\u0949\u0930\u094D\u091F\u0915\u091F \u092A\u094D\u0930\u0926\u093E\u0928 \u0915\u093F\u092F\u093E \u0917\u092F\u093E \u0939\u0948\u0964",confirmResetToDefaultSettings:"\u0915\u094D\u092F\u093E \u0906\u092A \u0935\u093E\u0915\u0908 \u0907\u0938 \u0905\u0928\u0941\u0935\u093E\u0926 \u0938\u0947\u0935\u093E \u0915\u094B \u0921\u093F\u092B\u093C\u0949\u0932\u094D\u091F \u0938\u0947\u091F\u093F\u0902\u0917\u094D\u0938 \u092A\u0930 \u092A\u0941\u0928\u0930\u094D\u0938\u094D\u0925\u093E\u092A\u093F\u0924 \u0915\u0930\u0928\u093E \u091A\u093E\u0939\u0924\u0947 \u0939\u0948\u0902? (\u0915\u0947\u0935\u0932 \u0935\u0930\u094D\u0924\u092E\u093E\u0928 \u0905\u0928\u0941\u0935\u093E\u0926 \u0938\u0947\u0935\u093E \u0915\u0940 \u0938\u0947\u091F\u093F\u0902\u0917\u094D\u0938 \u0930\u0940\u0938\u0947\u091F \u0915\u0930\u0947\u0902)","contact.description":"\u092F\u0926\u093F \u0906\u092A\u0915\u0947 \u092A\u093E\u0938 \u0915\u094B\u0908 \u092A\u094D\u0930\u0936\u094D\u0928 \u092F\u093E \u0938\u0941\u091D\u093E\u0935 \u0939\u0948\u0902, \u0924\u094B \u0915\u0943\u092A\u092F\u093E \u0928\u0940\u091A\u0947 \u0926\u093F\u090F \u0917\u090F \u092B\u0949\u0930\u094D\u092E \u0915\u094B \u092D\u0930\u0915\u0930 \u0939\u092E\u0938\u0947 \u0938\u0902\u092A\u0930\u094D\u0915 \u0915\u0930\u0947\u0902, \u092F\u093E {email} \u092A\u0930 \u0908\u092E\u0947\u0932 \u092D\u0947\u091C\u0947\u0902, \u0939\u092E \u091C\u0932\u094D\u0926 \u0938\u0947 \u091C\u0932\u094D\u0926 \u0906\u092A\u0915\u093E \u0909\u0924\u094D\u0924\u0930 \u0926\u0947\u0902\u0917\u0947\u0964","desc.touchShortcutsToggleTranslatePage":"\u0938\u0947\u091F \u0915\u0930\u0928\u0947 \u0915\u0947 \u092C\u093E\u0926, \u092E\u094B\u092C\u093E\u0907\u0932 \u0921\u093F\u0935\u093E\u0907\u0938 \u0915\u094B \u0939\u093F\u0932\u093E\u0924\u0947 \u0938\u092E\u092F, \u0906\u092A X \u0909\u0902\u0917\u0932\u093F\u092F\u094B\u0902 \u0915\u093E \u0909\u092A\u092F\u094B\u0917 \u0915\u0930\u0915\u0947 \u0938\u094D\u0915\u094D\u0930\u0940\u0928 \u0915\u094B \u091B\u0942\u0928\u093E, \u092C\u093E\u090F\u0902-\u0926\u093E\u090F\u0902 \u0938\u094D\u0935\u093E\u0907\u092A \u0915\u0930\u0928\u093E \u092F\u093E \u0932\u0917\u093E\u0924\u093E\u0930 \u0915\u094D\u0932\u093F\u0915 \u0915\u0930\u0928\u093E, \u0935\u0947\u092C\u092A\u0947\u091C \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0928\u0947 / \u092E\u0942\u0932 \u091F\u0947\u0915\u094D\u0938\u094D\u091F \u0926\u093F\u0916\u093E\u0928\u0947 \u0915\u094B \u091F\u094D\u0930\u093F\u0917\u0930 \u0915\u0930 \u0938\u0915\u0924\u0947 \u0939\u0948\u0902\u0964",shortcutDisableTooltip:"\u0915\u0943\u092A\u092F\u093E \u092C\u094D\u0930\u093E\u0909\u091C\u093C\u0930 \u0926\u094D\u0935\u093E\u0930\u093E \u092A\u094D\u0930\u0926\u093E\u0928 \u0915\u0940 \u0917\u0908 \u090F\u0915\u094D\u0938\u091F\u0947\u0902\u0936\u0928 \u0936\u0949\u0930\u094D\u091F\u0915\u091F \u0915\u0940 \u092A\u094D\u0930\u092C\u0902\u0927\u0928 \u092A\u0943\u0937\u094D\u0920 \u092A\u0930 \u0938\u0947\u091F\u093F\u0902\u0917 \u0915\u0930\u0947\u0902, \u0905\u0927\u093F\u0915 \u0926\u093F\u0936\u093E\u0928\u093F\u0930\u094D\u0926\u0947\u0936 \u0915\u0947 \u0932\u093F\u090F \u0915\u0943\u092A\u092F\u093E \u0907\u0938 \u092A\u0943\u0937\u094D\u0920 \u0915\u0947 \u0938\u092C\u0938\u0947 \u090A\u092A\u0930\u0940 \u0939\u093F\u0938\u094D\u0938\u0947 \u0915\u0940 \u091C\u093E\u0928\u0915\u093E\u0930\u0940 \u0926\u0947\u0916\u0947\u0902\u0964","desc.toggleTranslateTheWholePage":"\u092A\u0943\u0937\u094D\u0920 \u0915\u093E \u0938\u092E\u094D\u092A\u0942\u0930\u094D\u0923 \u0915\u094D\u0937\u0947\u0924\u094D\u0930 \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0947\u0902, \u0921\u093F\u092B\u093C\u0949\u0932\u094D\u091F \u0930\u0942\u092A \u0938\u0947, \u0939\u092E \u092A\u0943\u0937\u094D\u0920 \u0915\u0947 \u092A\u094D\u0930\u092E\u0941\u0916 \u0915\u094D\u0937\u0947\u0924\u094D\u0930 \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0947\u0902\u0917\u0947, \u0906\u092A \u0907\u0938 \u0936\u0949\u0930\u094D\u091F\u0915\u091F \u0915\u093E \u0909\u092A\u092F\u094B\u0917 \u0915\u0930\u0915\u0947 \u092A\u0943\u0937\u094D\u0920 \u0915\u0947 \u0938\u092E\u094D\u092A\u0942\u0930\u094D\u0923 \u0915\u094D\u0937\u0947\u0924\u094D\u0930 \u0915\u093E \u0935\u093F\u0936\u0947\u0937 \u0930\u0942\u092A \u0938\u0947 \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930 \u0938\u0915\u0924\u0947 \u0939\u0948\u0902\u0964","desc.touchShortcutsToggleTranslationMask":"\u0905\u0928\u0941\u0935\u093E\u0926 \u091B\u093F\u092A\u093E\u0928\u0947 \u0915\u093E \u0924\u093E\u0924\u094D\u092A\u0930\u094D\u092F \u0939\u0948 \u0905\u0928\u0941\u0935\u093E\u0926 \u0936\u0948\u0932\u0940 \u092E\u0947\u0902 \u0927\u0941\u0902\u0927\u0932\u093E \u092A\u094D\u0930\u092D\u093E\u0935 (\u0905\u0927\u094D\u092F\u092F\u0928 \u092E\u094B\u0921), \u091C\u093F\u0938\u0947 \u091A\u093E\u0932\u0942 \u0915\u0930\u0928\u0947 \u0915\u0947 \u092C\u093E\u0926 \u0905\u0928\u0941\u0935\u093E\u0926 \u092A\u0930 \u0905\u0938\u094D\u0925\u093E\u092F\u0940 \u0930\u0942\u092A \u0938\u0947 \u0927\u0941\u0902\u0927\u0932\u093E \u092A\u094D\u0930\u092D\u093E\u0935 \u0932\u093E\u0917\u0942 \u0915\u093F\u092F\u093E \u091C\u093E\u0924\u093E \u0939\u0948, \u091C\u094B \u0905\u0927\u094D\u092F\u092F\u0928 \u0915\u0947 \u0932\u093F\u090F \u0938\u0941\u0935\u093F\u0927\u093E\u091C\u0928\u0915 \u0939\u094B\u0924\u093E \u0939\u0948\u0964","desc.toggleTranslateTheMainPage":"\u0915\u0947\u0935\u0932 \u092A\u0943\u0937\u094D\u0920 \u0915\u0947 \u092E\u0941\u0916\u094D\u092F \u0915\u094D\u0937\u0947\u0924\u094D\u0930 \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0947\u0902, \u091C\u092C \u0906\u092A \u0909\u0928\u094D\u0928\u0924 \u0938\u0947\u091F\u093F\u0902\u0917\u094D\u0938 \u092E\u0947\u0902 \u092A\u0943\u0937\u094D\u0920 \u0915\u0947 \u0938\u092D\u0940 \u0915\u094D\u0937\u0947\u0924\u094D\u0930\u094B\u0902 \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0938\u0915\u094D\u0937\u092E \u0915\u0930\u0924\u0947 \u0939\u0948\u0902, \u0924\u094B \u0906\u092A \u0907\u0938 \u0936\u0949\u0930\u094D\u091F\u0915\u091F \u0915\u093E \u0909\u092A\u092F\u094B\u0917 \u092A\u0943\u0937\u094D\u0920 \u0915\u0947 \u092E\u0941\u0916\u094D\u092F \u0915\u094D\u0937\u0947\u0924\u094D\u0930 \u0915\u093E \u0935\u093F\u0936\u0947\u0937 \u0930\u0942\u092A \u0938\u0947 \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u0915\u0930 \u0938\u0915\u0924\u0947 \u0939\u0948\u0902\u0964",translationOnlyModeDescription:"\u0915\u0947\u0935\u0932 \u0905\u0928\u0941\u0935\u093E\u0926 \u092E\u094B\u0921 \u0915\u093E \u0924\u093E\u0924\u094D\u092A\u0930\u094D\u092F \u0939\u0948 \u0915\u093F \u0915\u0947\u0935\u0932 \u0905\u0928\u0941\u0935\u093E\u0926 \u092A\u094D\u0930\u0926\u0930\u094D\u0936\u093F\u0924 \u0915\u093F\u092F\u093E \u091C\u093E\u090F\u0917\u093E, \u0928 \u0915\u093F \u0921\u093F\u092B\u093C\u0949\u0932\u094D\u091F \u0926\u094D\u0935\u093F\u092D\u093E\u0937\u0940 \u092E\u094B\u0921\u0964 \u0927\u094D\u092F\u093E\u0928 \u0926\u0947\u0902: \u0924\u0915\u0928\u0940\u0915\u0940 \u0938\u0940\u092E\u093E\u0913\u0902 \u0915\u0947 \u0915\u093E\u0930\u0923, \u0915\u0947\u0935\u0932 \u0905\u0928\u0941\u0935\u093E\u0926 \u092E\u094B\u0921 \u092E\u0947\u0902, \u092E\u0942\u0932 \u092A\u093E\u0920 \u0915\u0947 \u0939\u093E\u0907\u092A\u0930\u0932\u093F\u0902\u0915 \u0905\u0915\u094D\u0937\u092E \u0939\u094B \u091C\u093E\u090F\u0902\u0917\u0947\u0964","intro.floatBallDescription":"\u0938\u0915\u094D\u0930\u093F\u092F \u0939\u094B\u0928\u0947 \u0915\u0947 \u092C\u093E\u0926, \u092A\u0943\u0937\u094D\u0920 \u0915\u0947 \u0926\u093E\u090F\u0902 \u0913\u0930 \u090F\u0915 \u0936\u0949\u0930\u094D\u091F\u0915\u091F \u0905\u0928\u0941\u0935\u093E\u0926 \u092C\u091F\u0928 \u0926\u093F\u0916\u093E\u0908 \u0926\u0947\u0917\u093E, \u091C\u093F\u0938\u0947 \u0915\u094D\u0932\u093F\u0915 \u0915\u0930\u0915\u0947 \u0906\u092A \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930 \u0938\u0915\u0924\u0947 \u0939\u0948\u0902, \u092B\u093F\u0930 \u0938\u0947 \u0915\u094D\u0932\u093F\u0915 \u0915\u0930\u0928\u0947 \u092A\u0930 \u092E\u0942\u0932 \u0932\u0947\u0916 \u092E\u0947\u0902 \u0935\u093E\u092A\u0938 \u091C\u093E \u0938\u0915\u0924\u0947 \u0939\u0948\u0902\u0964 \u092E\u094B\u092C\u093E\u0907\u0932 \u092A\u0930, \u0932\u0902\u092C\u0947 \u0938\u092E\u092F \u0924\u0915 \u092B\u094D\u0932\u094B\u091F\u093F\u0902\u0917 \u092C\u0949\u0932 \u0915\u094B \u0926\u092C\u093E\u090F\u0902, \u0906\u092A \u0936\u0949\u0930\u094D\u091F\u0915\u091F \u0938\u0947\u091F\u093F\u0902\u0917\u094D\u0938 \u092A\u0948\u0928\u0932 \u0915\u094B \u0916\u094B\u0932 \u0938\u0915\u0924\u0947 \u0939\u0948\u0902\u0964","desc.toggleMouseHoverTranslateDirectly":"\u0907\u0938 \u0936\u0949\u0930\u094D\u091F\u0915\u091F \u0915\u0941\u0902\u091C\u0940 \u0915\u094B \u0926\u092C\u093E\u0928\u0947 \u0915\u0947 \u092C\u093E\u0926, \u092A\u0943\u0937\u094D\u0920 \u092A\u0930, \u091C\u092C \u092D\u0940 \u092E\u093E\u0909\u0938 \u0915\u093F\u0938\u0940 \u092D\u0940 \u092A\u093E\u0920 \u0915\u0940 \u0913\u0930 \u0907\u0936\u093E\u0930\u093E \u0915\u0930\u0924\u093E \u0939\u0948, \u0924\u094B \u092F\u0939 \u092A\u093E\u0920 \u0938\u094D\u0935\u091A\u093E\u0932\u093F\u0924 \u0930\u0942\u092A \u0938\u0947 \u0905\u0928\u0941\u0935\u093E\u0926\u093F\u0924 \u0939\u094B \u091C\u093E\u0924\u093E \u0939\u0948\u0964 \u0936\u0949\u0930\u094D\u091F\u0915\u091F \u0915\u0941\u0902\u091C\u0940 \u0915\u094B \u090F\u0915 \u092C\u093E\u0930 \u092B\u093F\u0930 \u0926\u092C\u093E\u0928\u0947 \u0938\u0947, \u0906\u092A \u0907\u0938 \u0938\u094D\u0935\u091A\u093E\u0932\u093F\u0924 \u0905\u0928\u0941\u0935\u093E\u0926 \u0938\u0941\u0935\u093F\u0927\u093E \u0915\u094B \u092C\u0902\u0926 \u0915\u0930 \u0938\u0915\u0924\u0947 \u0939\u0948\u0902\u0964","intro.subtitleTitle":"\u0911\u0928\u0932\u093E\u0907\u0928 \u0935\u0940\u0921\u093F\u092F\u094B \u0926\u094D\u0935\u093F\u092D\u093E\u0937\u0940 \u0909\u092A\u0936\u0940\u0930\u094D\u0937\u0915 \u092A\u094D\u0930\u0926\u0930\u094D\u0936\u093F\u0924 \u0915\u0930\u0924\u0947 \u0939\u0948\u0902","neverTranslateText.description":"\u0915\u0941\u091B \u0905\u0928\u0941\u0935\u093E\u0926 \u0907\u0902\u091C\u0928 \u0935\u093F\u0936\u0947\u0937 \u0928\u093E\u092E\u094B\u0902 \u0915\u0940 \u092A\u0939\u091A\u093E\u0928 \u092E\u0947\u0902 \u0905\u0926\u0930\u0915 \u0928\u0939\u0940\u0902 \u0939\u0948\u0902, \u0906\u092A \u092F\u0939\u093E\u0902 \u0936\u092C\u094D\u0926 \u091C\u094B\u0921\u093C \u0938\u0915\u0924\u0947 \u0939\u0948\u0902, \u092F\u0939 \u0938\u0941\u0928\u093F\u0936\u094D\u091A\u093F\u0924 \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u0915\u093F \u0935\u0947 \u0905\u0928\u0941\u0935\u093E\u0926 \u092A\u094D\u0930\u0915\u094D\u0930\u093F\u092F\u093E \u092E\u0947\u0902 \u092A\u0930\u093F\u0935\u0930\u094D\u0924\u093F\u0924 \u0928\u0939\u0940\u0902 \u0939\u094B\u0924\u0947 \u0939\u0948\u0902\u0964 \u0915\u0943\u092A\u092F\u093E \u0927\u094D\u092F\u093E\u0928 \u0926\u0947\u0902, \u092F\u0939 \u0938\u0941\u0935\u093F\u0927\u093E \u092E\u093E\u092E\u0932\u0947 \u0915\u0940 \u092A\u0939\u091A\u093E\u0928 \u0915\u0930\u0924\u0940 \u0939\u0948, \u0914\u0930 \u0915\u0947\u0935\u0932 \u0916\u093E\u0932\u0940 \u091C\u0917\u0939 \u0938\u0947 \u0905\u0932\u0917 \u0936\u092C\u094D\u0926 \u092D\u093E\u0937\u093E\u0913\u0902 (\u091C\u0948\u0938\u0947 \u0905\u0902\u0917\u094D\u0930\u0947\u091C\u0940, \u092B\u094D\u0930\u0947\u0902\u091A) \u0915\u093E \u0938\u092E\u0930\u094D\u0925\u0928 \u0915\u0930\u0924\u0940 \u0939\u0948, \u091C\u093E\u092A\u093E\u0928\u0940, \u0915\u094B\u0930\u093F\u092F\u093E\u0908 \u0906\u0926\u093F \u092D\u093E\u0937\u093E\u0913\u0902 \u0915\u0947 \u0932\u093F\u090F \u092F\u0939 \u0909\u092A\u092F\u0941\u0915\u094D\u0924 \u0928\u0939\u0940\u0902 \u0939\u0948\u0964","intro.hoverDescription":"\u092E\u093E\u0909\u0938 \u0939\u094B\u0935\u0930 \u0905\u0928\u0941\u0935\u093E\u0926 \u0921\u0941\u092C\u0915\u0940 \u0905\u0928\u0941\u0935\u093E\u0926 \u092E\u0947\u0902 \u092C\u0939\u0941\u0924 \u092E\u0939\u0924\u094D\u0935\u092A\u0942\u0930\u094D\u0923 \u0938\u0941\u0935\u093F\u0927\u093E \u0939\u0948, \u092C\u0938 \u092A\u0948\u0930\u093E\u0917\u094D\u0930\u093E\u092B \u092A\u0930 \u092E\u093E\u0909\u0938 \u0930\u0916\u0947\u0902, \u0938\u093E\u0925 \u0939\u0940 \u0938\u0947\u091F \u0915\u0940 \u0917\u0908 \u0936\u0949\u0930\u094D\u091F\u0915\u091F \u0915\u0941\u0902\u091C\u0940 \u0926\u092C\u093E\u090F\u0902, \u0924\u094B \u0935\u0930\u094D\u0924\u092E\u093E\u0928 \u092A\u0948\u0930\u093E\u0917\u094D\u0930\u093E\u092B \u0915\u093E \u0938\u094D\u0935\u091A\u093E\u0932\u093F\u0924 \u0930\u0942\u092A \u0938\u0947 \u0905\u0928\u0941\u0935\u093E\u0926 \u0939\u094B \u091C\u093E\u090F\u0917\u093E (\u0927\u094D\u092F\u093E\u0928 \u0926\u0947\u0902: \u0921\u093F\u092B\u093C\u0949\u0932\u094D\u091F \u0930\u0942\u092A \u0938\u0947 \u092F\u0939 \u0938\u0915\u094D\u0937\u092E \u0928\u0939\u0940\u0902 \u0939\u0948, \u0915\u0943\u092A\u092F\u093E \u0928\u0940\u091A\u0947 \u0938\u0947\u091F \u0915\u0930\u0947\u0902), \u092F\u0939 \u0907\u0902\u091F\u0930\u090F\u0915\u094D\u0936\u0928 \u0936\u092C\u094D\u0926 \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u094B \u092C\u0947\u0939\u0924\u0930 \u0930\u0942\u092A \u0938\u0947 \u092A\u094D\u0930\u0924\u093F\u0938\u094D\u0925\u093E\u092A\u093F\u0924 \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u0909\u092A\u092F\u094B\u0917 \u0915\u093F\u092F\u093E \u091C\u093E\u0924\u093E \u0939\u0948, \u0907\u0938\u0915\u0947 \u0905\u0932\u093E\u0935\u093E, \u092F\u0939 \u0938\u0941\u0935\u093F\u0927\u093E \u0909\u0928 \u0915\u094D\u0937\u0947\u0924\u094D\u0930\u094B\u0902 \u092E\u0947\u0902 \u092D\u0940 \u0935\u094D\u092F\u093E\u092A\u0915 \u0930\u0942\u092A \u0938\u0947 \u0909\u092A\u092F\u094B\u0917 \u0915\u0940 \u091C\u093E\u0924\u0940 \u0939\u0948 \u091C\u093F\u0928\u094D\u0939\u0947\u0902 \u092A\u0939\u091A\u093E\u0928\u093E \u0928\u0939\u0940\u0902 \u091C\u093E \u0938\u0915\u0924\u093E \u0939\u0948, \u0906\u092A \u0907\u0938 \u0938\u0941\u0935\u093F\u0927\u093E \u0915\u093E \u0909\u092A\u092F\u094B\u0917 \u0915\u0930\u0915\u0947, \u0915\u093F\u0938\u0940 \u092D\u0940 \u092A\u0948\u0930\u093E\u0917\u094D\u0930\u093E\u092B \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u092E\u091C\u092C\u0942\u0930 \u0915\u0930 \u0938\u0915\u0924\u0947 \u0939\u0948\u0902\u0964","intro.subtitleDescription":"\u0907\u0938 \u0938\u0941\u0935\u093F\u0927\u093E \u0915\u094B \u091A\u093E\u0932\u0942 \u0915\u0930\u0928\u0947 \u0915\u0947 \u092C\u093E\u0926, \u0935\u0940\u0921\u093F\u092F\u094B \u092A\u094D\u0932\u0947 \u0939\u094B\u0928\u0947 \u092A\u0930 \u0938\u094D\u0935\u091A\u093E\u0932\u093F\u0924 \u0930\u0942\u092A \u0938\u0947 \u0926\u094D\u0935\u093F\u092D\u093E\u0937\u0940\u092F \u0909\u092A\u0936\u0940\u0930\u094D\u0937\u0915 \u092A\u094D\u0930\u0926\u0930\u094D\u0936\u093F\u0924 \u0939\u094B\u0902\u0917\u0947\u0964 \u092F\u0926\u093F \u092F\u0939 \u0938\u0915\u094D\u0937\u092E \u0928\u0939\u0940\u0902 \u0939\u0948, \u0924\u094B \u0906\u092A\u0915\u094B \u092A\u0943\u0937\u094D\u0920 \u092A\u0930 \u092E\u0948\u0928\u094D\u092F\u0941\u0905\u0932 \u0930\u0942\u092A \u0938\u0947 \u0905\u0928\u0941\u0935\u093E\u0926 \u092C\u091F\u0928 \u092A\u0930 \u0915\u094D\u0932\u093F\u0915 \u0915\u0930\u0928\u0947 \u0915\u0940 \u0906\u0935\u0936\u094D\u092F\u0915\u0924\u093E \u0939\u094B\u0917\u0940 \u0924\u093E\u0915\u093F \u0909\u092A\u0936\u0940\u0930\u094D\u0937\u0915 \u0926\u093F\u0916\u093E\u0908 \u0926\u0947\u0964 \u0915\u0943\u092A\u092F\u093E \u0927\u094D\u092F\u093E\u0928 \u0926\u0947\u0902, \u0924\u0915\u0928\u0940\u0915\u0940 \u0938\u0940\u092E\u093E\u0913\u0902 \u0915\u0947 \u0915\u093E\u0930\u0923, \u0915\u0941\u091B \u0935\u0947\u092C\u0938\u093E\u0907\u091F\u094B\u0902 \u092A\u0930 \u092A\u0939\u0932\u0940 \u092C\u093E\u0930 \u0909\u092A\u0936\u0940\u0930\u094D\u0937\u0915 \u0938\u0915\u094D\u0930\u093F\u092F \u0915\u0930\u0928\u0947 \u0915\u0947 \u0938\u092E\u092F \u092A\u0943\u0937\u094D\u0920 \u0915\u094B \u0924\u093E\u091C\u093E \u0915\u0930\u0928\u0947 \u0915\u0940 \u092F\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u092A\u0942\u0930\u093E \u0939\u094B\u0928\u0947 \u0915\u0947 \u092C\u093E\u0926 \u0907\u0902\u0924\u091C\u093E\u0930 \u0915\u0930\u0928\u0947 \u0915\u0940 \u0906\u0935\u0936\u094D\u092F\u0915\u0924\u093E \u0939\u094B \u0938\u0915\u0924\u0940 \u0939\u0948, \u0924\u092D\u0940 \u0926\u094D\u0935\u093F\u092D\u093E\u0937\u0940\u092F \u0909\u092A\u0936\u0940\u0930\u094D\u0937\u0915 \u092A\u094D\u0930\u0926\u0930\u094D\u0936\u093F\u0924 \u0939\u094B\u0902\u0917\u0947\u0964 (\u0907\u0938\u0915\u0947 \u0905\u0932\u093E\u0935\u093E, \u0906\u092A \u0935\u0940\u0921\u093F\u092F\u094B \u0935\u0947\u092C\u0938\u093E\u0907\u091F \u0916\u094B\u0932\u0928\u0947 \u0915\u0947 \u092C\u093E\u0926, \u090A\u092A\u0930\u0940 \u0926\u093E\u090F\u0902 \u0915\u094B\u0928\u0947 \u092E\u0947\u0902 \u0921\u0942\u092C\u0928\u0947 \u0935\u093E\u0932\u0947 \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0947 \u0924\u094D\u0935\u0930\u093F\u0924 \u092A\u0948\u0928\u0932 \u0915\u094B \u0938\u0915\u094D\u0937\u092E / \u0905\u0915\u094D\u0937\u092E \u0915\u0930 \u0938\u0915\u0924\u0947 \u0939\u0948\u0902)

\u0935\u0930\u094D\u0924\u092E\u093E\u0928 \u092E\u0947\u0902 \u0907\u0928 \u0935\u0947\u092C\u0938\u093E\u0907\u091F\u094B\u0902 \u092A\u0930 \u0926\u094D\u0935\u093F\u092D\u093E\u0937\u0940\u092F \u0909\u092A\u0936\u0940\u0930\u094D\u0937\u0915 \u0915\u093E \u0909\u092A\u092F\u094B\u0917 \u0915\u0930\u0928\u0947 \u0915\u093E \u0938\u092E\u0930\u094D\u0925\u0928 \u0915\u093F\u092F\u093E \u0917\u092F\u093E \u0939\u0948:",geminiWarning:"\u0927\u094D\u092F\u093E\u0928 \u0926\u0947\u0902: \u0917\u0942\u0917\u0932 \u0926\u094D\u0935\u093E\u0930\u093E \u092A\u094D\u0930\u0926\u093E\u0928 \u0915\u0940 \u0917\u0908 \u091C\u0947\u092E\u093F\u0928\u0940 \u0915\u0940 \u092E\u0941\u092B\u094D\u0924 \u0938\u0947\u0935\u093E \u0915\u0940 \u0938\u0940\u092E\u093E\u090F\u0902 \u0915\u0921\u093C\u0940 \u0939\u0948\u0902, \u092F\u0939 \u0938\u0902\u092D\u0935 \u0939\u0948 \u0915\u093F \u0917\u0942\u0917\u0932 \u0907\u0938\u0947 \u0909\u092A\u092F\u094B\u0917\u0915\u0930\u094D\u0924\u093E \u0915\u0947 \u0926\u094D\u0935\u093E\u0930\u093E \u0909\u0928\u0915\u0940 \u092E\u0941\u092B\u094D\u0924 \u0915\u094B\u091F\u093E \u0938\u0940\u092E\u093E \u0915\u094B \u0926\u0942\u0930 \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u0915\u0908 \u0915\u0941\u0902\u091C\u0940 \u0915\u093E \u0909\u092A\u092F\u094B\u0917 \u0915\u0930\u0928\u0947 \u0915\u0947 \u0930\u0942\u092A \u092E\u0947\u0902 \u0928\u093F\u0930\u094D\u0927\u093E\u0930\u093F\u0924 \u0915\u0930\u0947, \u0907\u0938\u0915\u093E \u0909\u092A\u092F\u094B\u0917 \u0915\u0930\u0928\u0947 \u0915\u0940 \u0938\u0932\u093E\u0939 \u0928\u0939\u0940\u0902 \u0926\u0940 \u091C\u093E\u0924\u0940 \u0939\u0948, \u0905\u0928\u0941\u0936\u0902\u0938\u093E \u0915\u0940 \u091C\u093E\u0924\u0940 \u0939\u0948 \u0915\u093F \u0917\u0942\u0917\u0932 \u091C\u0947\u092E\u093F\u0928\u0940 \u0915\u0947 \u092A\u0947\u0921\u093C \u0907\u0902\u091F\u0930\u092B\u093C\u0947\u0938 \u0915\u094B \u092D\u0935\u093F\u0937\u094D\u092F \u092E\u0947\u0902 \u0916\u094B\u0932\u0928\u0947 \u0915\u093E \u0907\u0902\u0924\u091C\u093E\u0930 \u0915\u0930\u0947\u0902\u0964","floatBall.setting":"\u0938\u0947\u091F\u093F\u0902\u0917\u094D\u0938","floatBall.translateToLanguage":"\u0915\u094D\u0932\u093F\u0915 \u0915\u0930\u0947\u0902 \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F {language}","floatBall.file":"PDF, EPUB, SRT, ASS, HTML, TXT \u092B\u093C\u093E\u0907\u0932\u094B\u0902 \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0947\u0902",changeToOnlyTempTranslationMode:"\u0915\u0947\u0935\u0932 \u0905\u0928\u0941\u0935\u093E\u0926 \u0926\u093F\u0916\u093E\u0928\u0947 \u092A\u0930 \u0938\u094D\u0935\u093F\u091A \u0915\u0930\u0947\u0902",changeToDualTempTranslationMode:"\u0926\u094D\u0935\u093F\u092D\u093E\u0937\u0940 \u0905\u0928\u0941\u0935\u093E\u0926 \u092A\u0930 \u0938\u094D\u0935\u093F\u091A \u0915\u0930\u0947\u0902","translationServices.yandex":"\u092F\u093E\u0902\u0921\u0947\u0915\u094D\u0938","options.navbar.installApp":"\u092E\u094B\u092C\u093E\u0907\u0932 \u0910\u092A \u0938\u094D\u0925\u093E\u092A\u093F\u0924 \u0915\u0930\u0947\u0902","options.navbar.translateFile":"\u0905\u0928\u0941\u0935\u093E\u0926 \u0926\u0938\u094D\u0924\u093E\u0935\u0947\u091C\u093C","transitionMode.dual":"\u0926\u094D\u0935\u093F\u092D\u093E\u0937\u0940\u092F \u0938\u092E\u093E\u0928\u093E\u0902\u0924\u0930","transitionMode.translation":"\u0915\u0947\u0935\u0932 \u0905\u0928\u0941\u0935\u093E\u0926","subtitle.transitionMode":"\u0935\u0940\u0921\u093F\u092F\u094B \u0938\u092C\u091F\u093E\u092F\u091F\u0932 \u0926\u094D\u0935\u093F\u092D\u093E\u0937\u0940 / \u0915\u0947\u0935\u0932 \u0905\u0928\u0941\u0935\u093E\u0926 \u0938\u0947\u091F\u093F\u0902\u0917","subtitle.transitionModeDescription":"\u0935\u0940\u0921\u093F\u092F\u094B \u0938\u092C\u091F\u093E\u092F\u091F\u0932 \u0915\u094B \u0926\u094D\u0935\u093F\u092D\u093E\u0937\u0940 \u0924\u0941\u0932\u0928\u093E\u0924\u094D\u092E\u0915 \u092F\u093E \u0915\u0947\u0935\u0932 \u0905\u0928\u0941\u0935\u093E\u0926 \u092E\u094B\u0921 \u092E\u0947\u0902 \u0938\u0947\u091F \u0915\u0930\u0947\u0902","transitionMode.inherit":"\u0938\u093F\u0938\u094D\u091F\u092E \u0915\u0947 \u0921\u093F\u092B\u093C\u0949\u0932\u094D\u091F \u0905\u0928\u0941\u0935\u093E\u0926 \u092A\u094D\u0930\u0926\u0930\u094D\u0936\u0928 \u092E\u094B\u0921 \u0915\u0947 \u0938\u093E\u0925 \u0938\u0902\u0930\u0947\u0916\u093F\u0924 \u0930\u0939\u0947\u0902",translateFileTooltip:`PDF, ePub, srt, ass, HTML, TXT \u092B\u093C\u093E\u0907\u0932\u094B\u0902 \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0947\u0902`,"description.multiplePrompt":`\u091C\u092C \u092A\u0948\u0930\u093E\u0917\u094D\u0930\u093E\u092B \u0915\u0940 \u0938\u0902\u0916\u094D\u092F\u093E 1 \u0938\u0947 \u0905\u0927\u093F\u0915 \u0939\u094B\u0924\u0940 \u0939\u0948, \u0924\u094B \u0909\u092A\u092F\u094B\u0917\u0915\u0930\u094D\u0924\u093E \u0915\u0940 \u092A\u0939\u091A\u093E\u0928 \u0938\u0947 {service} \u0915\u094B \u0926\u093F\u090F \u0917\u090F \u0938\u0902\u0935\u093E\u0926, \u091C\u093F\u0938\u092E\u0947\u0902 {{from}} \u092A\u0948\u0930\u093E\u0917\u094D\u0930\u093E\u092B \u0915\u0940 \u092D\u093E\u0937\u093E \u0915\u094B \u0926\u0930\u094D\u0936\u093E\u0924\u093E \u0939\u0948, {{to}} \u0932\u0915\u094D\u0937\u094D\u092F \u092D\u093E\u0937\u093E \u0915\u094B \u0926\u0930\u094D\u0936\u093E\u0924\u093E \u0939\u0948, {{yaml}} \u0939\u092E\u093E\u0930\u093E yaml \u092A\u094D\u0930\u093E\u0930\u0942\u092A \u092E\u0947\u0902 \u092A\u0948\u0915 \u0915\u093F\u092F\u093E \u0939\u0941\u0906 \u092A\u0948\u0930\u093E\u0917\u094D\u0930\u093E\u092B \u0938\u093E\u092E\u0917\u094D\u0930\u0940 \u0939\u0948, \u092F\u0926\u093F \u0906\u092A\u0915\u0947 \u092A\u093E\u0938 \u0905\u0928\u0941\u0915\u0942\u0932\u093F\u0924 Prompt \u0915\u0940 \u0906\u0935\u0936\u094D\u092F\u0915\u0924\u093E \u0939\u0948, \u0924\u094B \u0906\u092A\u0915\u094B \u0938\u0941\u0928\u093F\u0936\u094D\u091A\u093F\u0924 \u0915\u0930\u0928\u093E \u0939\u094B\u0917\u093E \u0915\u093F AI \u0915\u0947 \u092A\u094D\u0930\u0924\u093F\u0915\u094D\u0930\u093F\u092F\u093E \u0915\u0947 YAML \u092A\u0930\u093F\u0923\u093E\u092E \u092E\u0947\u0902 \u092A\u094D\u0930\u0924\u094D\u092F\u0947\u0915 \u0906\u0907\u091F\u092E {env.imt_trans_field} \u092B\u093C\u0940\u0932\u094D\u0921 \u0915\u094B \u0936\u093E\u092E\u093F\u0932 \u0915\u0930\u0924\u093E \u0939\u0948, {{imt_trans_field}} \u0939\u092E\u093E\u0930\u0940 \u0906\u0936\u093E \u0939\u0948 \u0915\u093F AI \u0915\u0947 \u092A\u094D\u0930\u0924\u093F\u0915\u094D\u0930\u093F\u092F\u093E \u0915\u093E \u0905\u0928\u0941\u0935\u093E\u0926 \u092B\u093C\u0940\u0932\u094D\u0921 \u0928\u093E\u092E \u0939\u0948, \u0921\u093F\u092B\u093C\u0949\u0932\u094D\u091F \u0930\u0942\u092A \u0938\u0947 {env.imt_trans_field} \u0939\u0948, {{imt_source_field}} \u0939\u092E\u093E\u0930\u093E AI \u0915\u0947 \u0932\u093F\u090F \u092A\u093E\u0930\u093F\u0924 \u092E\u0942\u0932 \u092B\u093C\u0940\u0932\u094D\u0921 \u0928\u093E\u092E \u0939\u0948, \u0921\u093F\u092B\u093C\u0949\u0932\u094D\u091F \u0930\u0942\u092A \u0938\u0947 {env.imt_source_field} \u0939\u0948, \u0909\u0926\u093E\u0939\u0930\u0923 \u092A\u0930\u093F\u0923\u093E\u092E: @@ -5087,7 +5087,7 @@ HTML, TXT \u092B\u093C\u093E\u0907\u0932\u094B\u0902 \u0915\u093E \u0905\u0928\u {env.imt_sub_trans_field}: \u0905\u0928\u0941\u0935\u093E\u0926 - id: 2 {env.imt_sub_source_field}: \u0938\u094D\u0930\u094B\u0924 - {env.imt_sub_trans_field}: \u0905\u0928\u0941\u0935\u093E\u0926`,"subtitle.quickButton.cyan":"\u0928\u0940\u0932\u093E","subtitle.quickButton.green":"\u0939\u0930\u093E","subtitle.quickButton.black":"\u0915\u093E\u0932\u093E","subtitle.quickButton.white":"\u0938\u092B\u0947\u0926","subtitle.quickButton.yellow":"\u092A\u0940\u0932\u093E","subtitle.quickButton.red":"\u0932\u093E\u0932","subtitle.quickButton.setting":"\u0938\u0947\u091F \u0915\u0930\u0947\u0902","subtitle.quickButton.blue":"\u0928\u0940\u0932\u093E","subtitle.quickButton.magenta":"\u0917\u0941\u0932\u093E\u092C\u0940 \u0930\u0902\u0917","subtitle.quickButton.translationPositionBottom":"\u092E\u0942\u0932 \u092A\u093E\u0920 \u0915\u0947 \u0928\u0940\u091A\u0947","translationServices.claude":"\u0915\u094D\u0932\u0949\u0921","subtitle.quickButton.sourceFontSize":"\u092E\u0942\u0932 \u092B\u093C\u0949\u0928\u094D\u091F \u0906\u0915\u093E\u0930","subtitle.quickButton.sourceTextColor":"\u092E\u0942\u0932 \u092B\u093C\u0949\u0928\u094D\u091F \u0915\u093E \u0930\u0902\u0917","subtitle.quickButton.translationPosition":"\u0905\u0928\u0941\u0935\u093E\u0926 \u0938\u094D\u0925\u093F\u0924\u093F","subtitle.quickButton.translationPositionTop":"\u092E\u0942\u0932 \u092A\u093E\u0920 \u0915\u0947 \u090A\u092A\u0930","subtitle.quickButton.backgroundColor":"\u092A\u0943\u0937\u094D\u0920\u092D\u0942\u092E\u093F \u0930\u0902\u0917","subtitle.quickButton.backgroundOpacity":"\u092A\u0943\u0937\u094D\u0920\u092D\u0942\u092E\u093F \u0905\u092A\u093E\u0930\u0926\u0930\u094D\u0936\u093F\u0924\u093E","subtitle.quickButton.translationFontSize":"\u0905\u0928\u0941\u0935\u093E\u0926 \u092B\u093C\u0949\u0928\u094D\u091F \u0915\u093E \u0906\u0915\u093E\u0930","subtitle.quickButton.translationTextColor":"\u0905\u0928\u0941\u0935\u093E\u0926 \u092B\u093C\u0949\u0928\u094D\u091F \u0915\u093E \u0930\u0902\u0917",attachSubtitleTranslating:"{service} \u0915\u093E \u0909\u092A\u092F\u094B\u0917 \u0915\u0930\u0915\u0947 \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930 \u0930\u0939\u093E \u0939\u0948...","error.claude.403":"\u0938\u0947\u0935\u093E \u0924\u0915 \u092A\u0939\u0941\u0902\u091A \u0915\u093E \u0915\u094B\u0908 \u0905\u0927\u093F\u0915\u093E\u0930 \u0928\u0939\u0940\u0902 \u0939\u0948, \u092F\u0939 Claude \u0915\u0940 \u0915\u094D\u0937\u0947\u0924\u094D\u0930\u0940\u092F \u0938\u0940\u092E\u093E\u0913\u0902 \u0938\u0947 \u0938\u0902\u092C\u0902\u0927\u093F\u0924 \u0939\u094B \u0938\u0915\u0924\u093E \u0939\u0948, \u0906\u092A \u0905\u092A\u0928\u093E IP \u092A\u0924\u093E \u092C\u0926\u0932\u0928\u0947 \u0915\u093E \u092A\u094D\u0930\u092F\u093E\u0938 \u0915\u0930 \u0938\u0915\u0924\u0947 \u0939\u0948\u0902, \u092F\u093E \u0905\u0928\u094D\u092F \u0905\u0928\u0941\u0935\u093E\u0926 \u0938\u0947\u0935\u093E\u0913\u0902 \u0915\u093E \u0909\u092A\u092F\u094B\u0917 \u0915\u0930 \u0938\u0915\u0924\u0947 \u0939\u0948\u0902\u0964","browser.brandDescriptionForSafari":"\u3010\u0907\u092E\u0930\u094D\u0938\u093F\u0935 \u0905\u0928\u0941\u0935\u093E\u0926\u3011 \u090F\u0915 \u092E\u0941\u092B\u094D\u0924 (\u092E\u0942\u0932 / \u0905\u0928\u0941\u0935\u093E\u0926) \u0926\u094D\u0935\u093F\u092D\u093E\u0937\u0940 \u0935\u0947\u092C\u092A\u0947\u091C \u0905\u0928\u0941\u0935\u093E\u0926 \u092A\u094D\u0932\u0917\u0907\u0928, \u091C\u094B \u0938\u092E\u092F-\u0938\u092E\u092F \u092A\u0930 PDF \u0905\u0928\u0941\u0935\u093E\u0926 \u0914\u0930 EPUB \u0908-\u092C\u0941\u0915 \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u093E \u0938\u092E\u0930\u094D\u0925\u0928 \u0915\u0930\u0924\u093E \u0939\u0948 \u0914\u0930 \u092E\u0942\u0932 \u0926\u0938\u094D\u0924\u093E\u0935\u0947\u091C\u093C \u0915\u0940 \u0935\u093F\u0928\u094D\u092F\u093E\u0938 \u0915\u094B \u092C\u0928\u093E\u090F \u0930\u0916\u0924\u093E \u0939\u0948, Youtube/Netflix \u0906\u0926\u093F \u0911\u0928\u0932\u093E\u0907\u0928 \u0935\u0940\u0921\u093F\u092F\u094B \u0926\u094D\u0935\u093F\u092D\u093E\u0937\u0940 \u0909\u092A\u0936\u0940\u0930\u094D\u0937\u0915 \u0905\u0928\u0941\u0935\u093E\u0926, Deepl/Google \u0906\u0926\u093F \u092A\u094D\u0930\u092E\u0941\u0916 \u0905\u0928\u0941\u0935\u093E\u0926 \u0938\u0947\u0935\u093E\u0913\u0902 \u0915\u093E \u0938\u092E\u0930\u094D\u0925\u0928 \u0915\u0930\u0924\u093E \u0939\u0948;","browser.PdfProFile":"AI \u0938\u0902\u091A\u093E\u0932\u093F\u0924 PDF Pro \u0905\u0928\u0941\u0935\u093E\u0926","browser.textTranslate":"\u0932\u093F\u0916\u093F\u0924 \u0905\u0928\u0941\u0935\u093E\u0926"};var vh={nologin:"non \xE8 stato effettuato l'accesso",loginForSafari:"Accedi o registrati",login:"Accedi per aprire un'iscrizione",manageAccount:"Conti gestiti",openPremium:"Soci aperti",logout:"interrompere",curentPlan:"Pacchetti attuali",endAt:"scadenza",endAuto:"rinnovo automatico",lineBreakMaxTextCount:"Numero massimo di caratteri consentiti per frase dopo le interruzioni di riga","translate-pdf":"Clicca per tradurre il PDF","noSupportTranslate-pdf":"Script non supportato, utilizzare il plugin","translate-firefox-local-pdf":"Fare clic per andare a Importazione PDF",enableLineBreak:"Abilita l'avanzamento automatico delle righe per i paragrafi lunghi",sponsorLabel:"1$ Sviluppatori sponsorizzati",help:"mano",browserShortcutsNoteForFirefox:"Per modificare le scorciatoie in Firefox, \xE8 necessario aprire la pagina di gestione delle estensioni `about:addons`, quindi fare clic su `Impostazioni` e poi su `Gestione scorciatoie` per impostare le scorciatoie.",browserShortcutsNoteForChrome:"Per modificare le scorciatoie in Chrome, \xE8 necessario aprire la pagina di gestione delle estensioni, impostarle nel pannello `Gestione scorciatoie` (`chrome://extensions/shortcuts`) e fare clic sul pulsante sottostante per passare alla pagina di gestione delle scorciatoie.",browserShortcutsSucks:"Le scorciatoie personalizzate sono formattate come (non viene effettuato il riconoscimento automatico, inserire direttamente)\uFF1A",enableLineBreakDescription:"Quando \xE8 attivata, le interruzioni di riga vengono inserite alla fine di ogni frase nei paragrafi lunghi per facilitarne la lettura.","browser.shortBrandName":"Traduzione in immersione","browser.brandName":"Immersion Translation: traduzione bilingue di pagine web e documenti PDF","browser.brandDescription":"Bilingual web page translation, also supports PDF translation, bilingual Epub eBook translation, free to use.","browser.toggleTranslatePage":"Tradurre la pagina/visualizzare il testo originale","browser.toggleTranslateTheWholePage":"Tradurre tutte le aree della pagina/visualizzare il testo originale","browser.toggleOnlyTransation":"Cambia modalit\xE0 bilingue/solo traduzione","browser.toggleTranslateToThePageEndImmediately":"Traduzione immediata a fondo pagina/visualizzazione del testo originale","browser.toggleTranslateTheMainPage":"Tradurre l'area principale della pagina/visualizzare il testo originale","browser.shareToDraft":"Condividi le pagine bilingue","browser.openOptionsPage":"Aprire la pagina delle impostazioni","browser.toggleTranslationMask":"Mostra/nascondi l'effetto di sfocatura della traslazione","browser.translateLocalPdfFile":"Tradurre i file PDF locali","browser.openEbookViewer":"Leggere gli eBook locali","browser.openEbookBuilder":"Creare eBook EPUB bilingue","browser.translateLocalHtmlFile":"Tradurre file HTML/testo","browser.donateContext":"Scopri i vantaggi della sponsorizzazione","browser.translateLocalSubtitleFile":"Tradurre i file dei sottotitoli locali",confirmResetConfig:"\xC8 sicuro di voler ripristinare le impostazioni?",translationLineBreakSettingTitle:"Impostazione dell'avanzamento riga di traduzione",smartLineBreak:"alimentazione di linea intelligente (calcolo)",alwaysLineBreak:"Sempre avanzamento di riga",isShowContextMenu:"Aggiungere pagine tradotte alle voci di menu del tasto destro del mouse",toggleBeta:"Abilitazione delle funzioni di beta testing",betaDescription:"Attiva funzioni ancora sperimentali e un servizio di traduzione in beta. Unitevi al <1>gruppo Telegram per saperne di pi\xF9.",translationLineBreakSettingDescription:"Le interruzioni di riga sono sempre ordinate per le pagine con meno contenuti. (Usare interruzioni di riga intelligenti nei paragrafi lunghi e ricchi di contenuti (pi\xF9 di{count}caratteri) per risparmiare spazio).",tempTranslateDomainTitle:"Durata dell'attivazione temporanea della traduzione del sito web",tempTranslateDomainDescription:"Quando si traduce manualmente una pagina web, \xE8 possibile attivare temporaneamente la traduzione automatica del sito web e impostare la durata temporanea.",xMinutes:"{count} minuti",disabled:"vietare l'uso di qcs.",changelog:"Registro degli aggiornamenti",toggleTranslatePageWhenThreeFingersOnTheScreen:"Il tocco simultaneo di pi\xF9 dita sullo schermo traduce le pagine web/visualizza il testo originale",toggleTranslationMaskWhenThreeFingersOnTheScreen:"Il tocco con pi\xF9 dita mostra/nasconde l'effetto di sfocatura.",fingerCountToToggleTranslagePageOnlyTranslationWhenTouching:"Pi\xF9 dita che toccano lo schermo contemporaneamente traducono la pagina web (solo traduzione)/visualizzano il testo originale.",addUrlDescription:"Pu\xF2 essere un nome di dominio e supporta anche i caratteri jolly, ad esempio\uFF1A*.google.com, google.com/mail/*, https://www.google.com/*",general:"Impostazioni di base",clickToExpandConfig:"Espandere la configurazione attuale",import:"Importazione da file",export:"Esportazione su file",toggleDebug:"Stampa il log di debug sulla console","fingers.0":"coagulo","fingers.2":"tocco con due dita","fingers.3":"tocco con tre dita","fingers.4":"tocco a quattro dita","fingers.5":"tocco a cinque dita",mouseHoldKey:"+ {key} tradurre/ripristinare il paragrafo",mouseHoldKeyAuto:"Traduzione diretta del paragrafo",mouseHoldKeyOff:"Non fare nulla.",mouseHoldKeyOther:"Collegamenti personalizzati (impostazioni di apertura)",mouseHoldKeyCustomKey:"{key} Traduzione/riduzione del paragrafo",mouseHoverHoldKey:"Passaggio del mouse mentre si premono i tasti di scelta rapida per tradurre i paragrafi","mouse-translate":"passaggio del mouse",document:"(computer) file",resetSuccess:"Reimpostare tutte le impostazioni con successo",resetThisSuccess:"Ripristino riuscito",saved:"Salva il successo",successImportConfig:"Configurazione importata con successo",goAdvancedSettings:"Andare alla pagina Impostazioni avanzate",goAdvancedInterfaceSettings:"Andare alla pagina Impostazioni di personalizzazione avanzate",advanced:"Impostazioni avanzate",advancedDescription:"In genere non \xE8 necessaria alcuna impostazione, basta lasciarla come predefinita. Solo per gli utenti pi\xF9 specializzati sono disponibili impostazioni pi\xF9 personalizzate.",developer:"Impostazioni dello sviluppatore",donateCafe:"prezzi","translate to the bottom of the page":"Si traduce in fondo alla pagina subito dopo l'ingresso nella pagina?",feedback:"Domanda Feedback",toggleTranslatePage:"Tradurre la pagina/visualizzare il testo originale",translateToThePageEndImmediatelyDescription:"Se si attiva, il contenuto viene tradotto immediatamente dall'inizio alla fine della pagina, non appena viene inserito. Se lo si disattiva, il contenuto viene tradotto man mano che si legge. (Non consigliato)","translate all areas of the page":"Se tradurre tutte le aree della pagina",translationAreaDescription:"Attivato, vengono tradotte tutte le aree dell'intera pagina web. Se si disattiva, viene utilizzato il riconoscimento intelligente predefinito e vengono tradotte solo le aree principali. (Non si consiglia di attivarlo)","the number of characters to be translated first":"Tradurre direttamente i primi caratteri della pagina senza attendere lo scorrimento dell'area di visualizzazione","interface language":"linguaggio dell'interfaccia","display both the original text and the translation":"Visualizzazione simultanea di originale e traduzione","keyboard shortcuts":"Scorciatoie da tastiera",modify:"Modifica dei tasti di scelta rapida",reset:"riproposizione",close:"coagulo",homepage:"homepage",more:"di pi\xF9",moreOptions:"Ampliare le opzioni di personalizzazione",translateTheWholePage:"Tradurre tutte le aree della pagina (invece di riconoscere intelligentemente le aree principali)",changeToTranslateTheWholePage:"Passare alla traduzione di tutte le regioni",changeToTranslateTheMainPage:"Passare all'area principale di traduzione",changeToOnlyTranslationMode:"Alterna per visualizzare solo le traduzioni",changeToDualTranslationMode:"Passare alla traduzione bilingue",translateToThePageEndImmediately:"Traduzione immediata a fondo pagina",translateTheMainPage:"Regioni chiave della traduzione intelligente","The local rules are up to date":"Le norme di adattamento locali sono aggiornate.","Successfully synchronized with the latest official rules:":"Sincronizzato con successo con le ultime regole ufficiali di adattamento.","Checking for updates":"Controllo degli aggiornamenti","Rules are being synchronized":"Regole di adattamento sincronizzate",localVersionIsTooOld:"La versione dell'estensione locale \xE8 troppo vecchia; aggiornare l'estensione a {minVersion} o a una versione pi\xF9 recente prima di tentare la sincronizzazione.",badUserscriptBrowser:"Il browser attuale non implementa correttamente l'interfaccia dell'estensione Grease Monkey (ad esempio, per ottenere informazioni sul numero di versione dello script Grease Monkey stesso); si prega di utilizzare altri browser che <1>supportano l'estensione Grease Monkey, come Firefox.",foundNewVersion:"Scoprite la nuova versione",theLocalExtensionIsUpToUpdate:"L'estensione attuale \xE8 aggiornata.",failToSyncRules:"Mancata sincronizzazione delle ultime regole di adattamento",retry:"Fare clic qui per riprovare",failedReason:"Motivi del fallimento",currentRuleVersion:"Versione attuale della regola",calculating:"calcoli",unknownError:"errore sconosciuto",canNotFetchRemoteRule:"Impossibile ottenere le regole remote",enableAlphaSuccess:"Alfa abilitato",disableAlphaSuccess:"La funzione Alpha \xE8 stata disattivata",cacheSize:"Dimensione della cache\uFF1A",cleaning:"in fase di liquidazione",cleanCache:"cancellare la cache",options:"allestimento",about:"rispetto a",service:"servizio di interpretariato",needAction:"(Vai alle impostazioni)",goSettings:"procedere con l'impostazione",needActionForOptions:"(da impostare)",translationEngine:"Opzioni del motore",sourceLanguage:"Lingua originale",target:"lingua di destinazione",popupSourceLanguage:"Lingua originale",popupTarget:"lingua di destinazione",popupService:"servizio di interpretariato",forThisSite:"Sito web attuale",autoEnableSubtitle:"Attiva automaticamente i sottotitoli bilingue",alwaysTranslate:"Tradurre sempre",neverTranslate:"Mai tradurre",alwaysTranslateSomeLanguage:"Tradurre sempre {language}",neverTranslateSomeLanguage:"Mai tradurre {language}",alwaysTranslateSomeSite:"Tradurre sempre {hostname}",neverTranslateSomeSite:"Mai tradurre {hostname}",alwaysTranslateSomeSiteOrWildSite:"Tradurre sempre il sito",alwaysTranslateSomePage:"Tradurre sempre la pagina",add:"aumento",default:"predefinito (impostazione)",forThisLanguage:"Per questa lingua\uFF1A","add url":"Inserire l'URL",edit:"compilatore","translate other languages into specific language":"Tradurre altre lingue nella lingua impostata","select translation service":"Selezionare un servizio di traduzione",language:"multilinguismo","show-original":"Mostra il testo originale",translate:"rendering",Translated:"tradotto",Translating:"in traduzione",Error:"non corretto",allowCacheTranslations:"Abilitare la cache delle traduzioni locali (per ridurre le richieste di traduzione per i passaggi duplicati)","translation display":"Stile di visualizzazione della traduzione","select diplay style":"Distinguere gli stili di traduzione, con specifico riferimento ai seguenti esempi",interface:"Impostazioni dell'interfaccia",import_export:"Importazione/Esportazione",import_export_title:"Configurazione di importazione/esportazione",syncToGoogleDrive:"Sincronizzazione con Google Drive ora",floatBallOptions:"Impostazioni Hoverball","floatBallOptions.enable":"Abilitare l'Hoverball","floatBallOptions.blockUrls":"Disattivare il sito web","floatBallOptions.add":"aumento","floatBallOptions.blockUrlDesc":"Gli Hoverball non vengono visualizzati quando si incontrano i seguenti siti web","floatBallOptions.clickType":"comportamento di clic","floatBallOptions.clickTypeDesc":"Comportamento dell'icona Hoverball quando viene cliccata","floatBallOptions.clickPopup":"Mostra pannello di traduzione","floatBallOptions.clickTranslate":"Traduzione/visualizzazione del testo originale",previewAllThemes:"Anteprima di tutti gli stili","translationTheme.none":"non hanno","translationTheme.grey":"grigio scuro","translationTheme.dashed":"sottolineatura tratteggiata","translationTheme.dotted":"trattino basso tratteggiato","translationTheme.dashedBorder":"bordo tratteggiato","translationTheme.solidBorder":"bordo solido","translationTheme.underline":"Sottolineare le linee rette","translationTheme.mask":"Effetti fuzzy (modalit\xE0 di apprendimento)","translationTheme.opacity":"effetto trasparenza","translationTheme.paper":"Effetto ombra su carta bianca","translationTheme.dividingLine":"linea di demarcazione","translationTheme.highlight":"alta luminosit\xE0","translationTheme.marker":"marcatore (parola d'ordine)","translationTheme.marker2":"Marcatore 2","translationTheme.blockquote":"Stili di riferimento","translationTheme.weakening":"indebolimento","translationTheme.italic":"carattere obliquo","translationTheme.bold":"addensare","translationTheme.thinDashed":"sottile linea tratteggiata di sottolineatura","translationTheme.nativeDashed":"Il sistema \xE8 dotato di una sottolineatura tratteggiata","translationTheme.nativeDotted":"Il sistema viene fornito con una sottolineatura tratteggiata","translationTheme.nativeUnderline":"Il sistema viene fornito con una linea retta di sottolineatura","translationTheme.wavy":"linea ondulata","translationServices.custom":"API personalizzata","translationServices.tencent":"Traduttore Tencent","translationServices.tenAlpha":"Traduttore Tencent (Alpha)","translationServices.google":"Google Translate","translationServices.bai":"Baidu (Alfa)","translationServices.baidu":"Traduzione di Baidu","translationServices.aliyun":"Traduzione di AliCloud","translationServices.volc":"traduzione vulcanica","translationServices.deeplx":"DeepLX (Beta)","translationServices.bing":"Microsoft Translate","translationServices.deepl":"DeepL","translationServices.wechat":"Traduzione di WeChat","translationServices.azure":"Traduzione di Azure","translationServices.ibm":"IBM Watson","translationServices.aws":"Traduzione Amazon","translationServices.mock":"Traduzione simulata","translationServices.mock2":"Traduzione simulata 2","translationServices.caiyun":"illuminato. nuvole colorate e piccole traduzioni","translationServices.cai":"Nuvole colorate (Alpha)","translationServices.volcAlpha":"Vulcano (Alfa)","translationServices.openl":"AprireL","translationServices.youdao":"Traduzione su Youtube","translationServices.you":"Traduttore Youdao (Alpha)","translationServices.transmart":"Traduzione interattiva di Tencent","translationServices.niu":"Traduttore anticonformista","translationServices.papago":"Traduzione di Papago","translationServices.d":"D (Alfa)","translationServices.dpro":"D Pro (Canarino)","translationServices.openai":"OpenAI","translationServices.yandex":"Yandex","translationServices.chatgpt":"ChatGPT Web(3.5 mobile)","translate title":"Tradurre i titoli delle pagine","always languages":"Tradurre sempre la lingua",neverTranslateLanguagesLabel:"La lingua che non sar\xE0 mai tradotta",neverTranslateTheFollowingLanguagesDescription:"Le traduzioni vengono saltate quando un paragrafo della pagina \xE8 in una delle seguenti lingue",enableUserscriptPagePopup:"Mostra l'hoverball nella pagina",enableUserscriptPagePopupDescription:"Dopo aver disattivato l'hoverball, pu\xF2 essere richiamato con la scorciatoia /{touch}. Si consiglia vivamente di inserire tra i preferiti questa pagina di impostazioni per evitare di non riuscire a trovare l'hoverball dopo aver inavvertitamente disattivato questa opzione!","always translate the following languages":"Traduce automaticamente nella lingua di destinazione quando la pagina \xE8 in una delle seguenti lingue","always sites":"Siti web sempre tradotti","always translate the following sites":"I siti web vengono tradotti automaticamente nella lingua di destinazione quando sono i nomi di dominio di","never sites":"Sito web mai tradotto","never translate the following sites":"Le traduzioni non verranno effettuate quando il sito web \xE8 destinato ai seguenti domini","please refer to":"\xC8 necessario compilare la chiave prima di poterla utilizzare.",KeyAndConfigurationTutorial:"Esercitazione sull'applicazione e la configurazione delle chiavi",useAboveStyleForTheseSites:"Usare sempre lo stile di traduzione \u2308{theme}\u230B quando il sito \xE8 destinato ai seguenti domini",currentUrl:"URL corrente",confirm:"salvare (un file, ecc.) (informatica)",cancel:"cancellazioni",delete:"rimozione","languages.auto":"rilevamento automatico",syncToCloud:"Sincronizzazione con Google Drive",syncToCloudDescription:"Caricata nel cloud, la configurazione pu\xF2 essere sincronizzata tra diversi browser/ script di scimmia grassa, a seconda dell'ultima modifica.",syncToAccount:"Sincronizzazione con il Cloud di traduzione immersiva",syncToAccountButton:"Sincronizzazione istantanea con il cloud",syncToAccountDescription:"Sincronizzare automaticamente le configurazioni tra i diversi dispositivi, a seconda dell'ultima modifica.",successSyncConfigInAccount:"Sincronizzazione riuscita con il cloud",successSyncConfigToAccount:"Sincronizzazione riuscita con il cloud",syncConfigNoUpdate:"\xC8 gi\xE0 aggiornato.",authFail:"Mancata autorizzazione",syncTitle:"Gestione manuale del backup",import_hint:"importazione (dati)",upload:"caricare",revokeAuth:"revocare un'autorizzazione",uploadFail:"Caricamento fallito",download:"scaricare",importSuccess:"Importato con successo",importFail:"errore di importazione",deleteFail:"Cancellazione non riuscita",backupToCloud:"Gestione manuale dei file di backup",create_new_backup:"Aggiungere un nuovo nodo di backup",maxBackupFiles:"\xC8 possibile eseguire il backup di un massimo di{count}nodi diversi; eliminare i nodi non necessari.",backupToCloudDescription:"Caricare o ripristinare manualmente i file di backup, consentendo fino a 3 backup diversi.",successSyncConfig:"Sincronizzazione di successo con il cloud",syncFail:"errore di sincronizzazione",updatedAt:"Aggiornato da {date}",lastSyncedAt:"Ultimo controllo: {date}",downloadFail:"Impossibile scaricare",clickToDownload:"Fare clic per scaricare",aboutLabel:"Informazioni - Feedback","browser.openAboutPage":"Informazioni/Risposte",aboutLabelWithoutSponsor:"Informazioni - Feedback",aboutIntro:"Che tutti noi possiamo avere un accesso pi\xF9 facile e piacevole alla grande quantit\xE0 di informazioni in lingua straniera su Internet \u2764\uFE0F Potete scegliere di attivare la vostra <6>iscrizione Pro per utilizzare le traduzioni di DeepL e OpenAI.

Potete seguirci su <3>Twitter, <4>Telegram, Weibo, WeChat o <5>iscrivervi alla nostra mailing list per seguire gli aggiornamenti.
I <7>membri Pro possono contattarci all'indirizzo <8>support@immersivetranslate.com per un rapido servizio clienti.",aboutIntroWithoutSponsor:"Che tutti noi possiamo avere un accesso pi\xF9 facile e piacevole all'enorme quantit\xE0 di informazioni in lingua straniera disponibili su Internet \u2764\uFE0F

Potete seguirci su <3>Twitter, <4>canale Telegram, WeChat, WeChat Exchange, o <5>iscrivervi per seguire gli aggiornamenti via <5>e-mail qui sotto.",projectHomepage:"Progetto Home",joinTelegramGroup:"Unitevi al gruppo di utenti per partecipare alle discussioni sulle funzionalit\xE0",wechatPublicAccount:"WeChat Pubblico",wechatCommunities:"Gruppo di scambio WeChat",qqCommunities:"Canale di comunicazione QQ",joinTelegramChannel:"Seguite il canale Telegram per gli ultimi aggiornamenti",feedbackAndJoin:"Domanda Feedback / Aggiungi gruppo",autoSync:"sincronizzazione automatica dell'ora",loadingThemeTitle:"Stile di caricamento",loadingThemeDescription:"Impostazione dello stile in attesa del caricamento della traduzione","loadingTheme.spinner":"Animazione di rotazione","loadingTheme.text":"testo statico qcs. ","loadingTheme.none":"non mostrato",developerDescription:"La documentazione sulla personalizzazione avanzata \xE8 disponibile <1>qui","edit border color":"Modificare il colore del bordo",successSyncButNoChange:"La configurazione attuale \xE8 coerente con il cloud",customTheme:"Colori e dimensioni personalizzate","customThemeLabel.borderColor":"Colore del bordo","customThemeLabel.borderRadius":"Bordi arrotondati","customThemeLabel.textColor":"colore del testo","customThemeLabel.backgroundColor":"colore di sfondo","customThemeLabel.zoom":"Scalatura dei caratteri (%)","customThemeLabel.opacity":"Opacit\xE0 del testo (%)",resetToDefaultColor:"Ripristino dei colori predefiniti",resetToDefaultSettings:"Ripristino delle impostazioni predefinite",isTranslateTitle:"Abilita la traduzione dei titoli delle pagine",isTranslateTitleDescription:"All'apertura, il titolo della pagina viene tradotto",enableSearchEnhancement:"Abilitazione del miglioramento dei messaggi bilingue",enableSearchEnhancementDescription:'Una volta abilitato, i risultati della ricerca di "Google News" verranno automaticamente visualizzati nella colonna destra dei siti web supportati (Google News, Google Search (alcune parole chiave), Snowball, Oriental Fortune, Futura, Tiger Community) per le parole chiave inglesi corrispondenti.',verifyService:"Clicca qui per testare il servizio",verified:"Verifica del successo","field.langs":"Codici lingua supportati","field.model":"modellazione","field.translationEngine":"motore di traduzione","field.limitPerMinute":"Richieste massime al minuto","field.limitPerSecond":"Numero massimo di richieste al secondo","field.maxTextLengthPerRequest":"Lunghezza massima del testo per richiesta","field.maxTextGroupLengthPerRequest":"Numero massimo di paragrafi per richiesta","field.apiUrl":"Indirizzo dell'interfaccia API personalizzata","field.placeholderDelimiters":"segnaposto riservato","description.custom":"Interfaccia personalizzata Accesso Documentazione necessaria","description.limitPerMinute":"Le richieste che superano questo limite vengono messe in coda fino all'inizio del minuto successivo. A causa delle varie limitazioni dell'attuale servizio di OpenAI, fare clic <1>qui per gli ultimi valori suggeriti.","description.limitPerSecond":"Le richieste che superano questo limite vengono messe in coda fino all'inizio del secondo successivo. A causa delle varie limitazioni dell'attuale servizio di OpenAI, fare clic <1>qui per gli ultimi valori suggeriti.","description.generalLimitPerSecond":"Le richieste che superano questo limite vengono messe in coda fino all'inizio del secondo successivo.","description.prompt":"Invia una conversazione a {service} come utente, dove {{text}} rappresenta il contenuto del testo del paragrafo, {{from}} rappresenta la lingua del paragrafo, {{to}} rappresenta la lingua di destinazione.","description.maxTextLengthPerRequest":"Il numero massimo di caratteri per richiesta \xE8 troppo elevato e causa una risposta lenta dell'interfaccia; provare a regolare questa opzione per ottimizzare la velocit\xE0.","description.systemPrompt":"Un dialogo inviato a OpenAI come sistema, dove {{text}} indica il contenuto testuale del paragrafo,{{from}} indica la lingua del paragrafo e{{to}} indica la lingua di destinazione.","field.domain":"regno","description.domain":"L'impostazione predefinita \xE8\uFF1Ageneral. Pu\xF2 essere impostata solo se la traduzione con dominio \xE8 abilitata nella console Arima API, vedere <1>qui per i domini supportati.","field.scene":"prendere","description.scene":"Valore predefinito:\uFF1Ageneral. Pu\xF2 essere impostato solo se la console API di AliCloud apre Machine Translation Pro, vedere <1>qui per gli scenari supportati.","field.vocabId":"ID del dizionario utente","description.vocabId":"Il dizionario out_id specificato, attualmente supporta la traduzione dall'inglese al cinese.","description.model":"Modelli OpenAI, possono essere gpt-3.5-turbo, gpt-4, ecc.","description.maxTextGroupLengthPerRequest":"Il numero di paragrafi inviati al servizio di traduzione alla volta; se ci sono troppi paragrafi, l'interfaccia potrebbe rispondere pi\xF9 lentamente.","description.apiUrl":"Si prega di aggiungere URL specifici con percorsi, <1>ulteriori descrizioni",enabledExtension:"Abilitazione delle estensioni",clickToDisableExtension:"Fare clic per disattivare le estensioni",clickToEnableExtension:"Fare clic per abilitare le estensioni",hasBeenDisabled:"disabilitato","show password":"Mostra password",customContent:"Inserire un nome di modello personalizzato",inputOptions:"Miglioramento della casella di input",mouseHoverOptions:"passaggio del mouse",modifyMouseHoverKey:"Modifica della scorciatoia per il passaggio del mouse",enableInputTranslation:"Abilitare o meno il miglioramento della casella di input",enableInputTranslationDescription:"Una volta abilitato, digitare {startingKey}{startingKey} hello direttamente nella casella di input, poi premere rapidamente{inputTrailingTriggerKeyRepeatTimes}volte{trailingKey}per tradurre in {inputTargetLanguage}.",enableInputTranslationDescriptionForNoneKey:"Una volta abilitato, digitate\uFF1AHello World direttamente nella casella di input, quindi premete rapidamente{inputTrailingTriggerKeyRepeatTimes}{trailingKey}volte per tradurre nella lingua di destinazione predefinita.",inputTargetLanguage:"Impostazione della lingua di destinazione predefinita per le caselle di input",inputTargetLanguageDescription:"Lingua di destinazione predefinita per la traduzione della casella di input, ovvero {startingKey}{startingKey} come lingua predefinita per le parole di attivazione.",inputTargetLanguageDescriptionForNoneKey:"Lingua di destinazione predefinita per la traduzione della casella di input",inputStartingTriggerKeyTitle:"Impostazione del carattere di divisione per la traduzione parziale della casella di input",inputStartingTriggerKeyDescription:"Quando non \xE8 necessario tradurre l'intera casella di input, lo splitter consente di tradurre solo la parte da {startingKey}{startingKey} alla fine della casella di input, oppure \xE8 possibile specificare il codice della lingua, ad esempio\uFF1A{startingKey}ja significa tradurre solo la parte da {startingKey}ja alla fine della casella di input.",inputStartingTriggerKeyDescriptionForNoneKey:"L'impostazione attuale di nessun prefisso non \xE8 necessaria e la funzione di traduzione di alcuni testi nella casella di immissione non \xE8 al momento disponibile.",inputTrailingTriggerKeyTitle:"Selezionare un carattere di attivazione di fine inserimento",inputTrailingTriggerKeyDescription:"3 colpi veloci{trailingKey} inizier\xE0 a tradurre!",inputTrailingTriggerKeyTimeout:"Immettere l'intervallo di tempo tra gli inneschi di fine combattimento",inputTrailingTriggerKeyTimeoutDescription:"Imposta l'intervallo di tempo (in millisecondi) tra le attivazioni della combo di fine input",spaceKey:"<\u7A7A\u683C\u952E>",noneKey:"Traduzione diretta dell'intera casella di testo senza prefissi",inputTranslationBlockUrlsTitle:"Non abilitare il miglioramento della casella di input nei seguenti URL",inputTranslationBlockUrlsDescription:"I miglioramenti della casella di input non funzionano con i seguenti URL",clickToSeeQuickDemo:"Fare clic per espandere il video di esercitazione rapida di 30 secondi",inputHelperInfo:"Descrizione\uFF1AAbbiamo ottimizzato il fatto che alcuni caratteri di attivazione si trasformano in segni di punteggiatura cinesi con i metodi di input cinesi, ad esempio, / si trasforma in un segno di dun, con il metodo di input Sogou, e Immersive Translator supporta tutti i simboli cinesi corrispondenti ai caratteri di attivazione, ad esempio //,,, saranno riconosciuti come caratteri di attivazione.

Supportiamo anche gli alias cinesi per i codici di lingua come comandi, ad esempio /Japanese Hello World verr\xE0 tradotto in giapponese; <1>fare clic qui per vedere tutti i codici di lingua supportati.",reloadCurrentPage:"Aggiornare la pagina corrente prima di iniziare la traduzione.",noLocalFilePermissionForPDF:"Non si ha l'autorizzazione a leggere i file locali, fare clic sul pulsante sopra e importare i file locali.",noPermissionForThisPage:"\u26A0\uFE0F Nessun permesso per tradurre la pagina corrente",retryAllParagraphs:"Riprova tutti i passaggi di errore",retryAllButton:"Riprova tutti i passaggi di errore",errorTooltipTitle:"Fare clic per visualizzare la causa dell'errore",errorModalTitle:"Sembra che ci sia qualcosa che non va nel servizio di traduzione o nella rete...",disableConfirm:"Impostazione bilingue per il miglioramento delle informazioni",disableOnce:"Questa disabilitazione",disableGlobal:"disabilitare in modo permanente",disableTint:"* \xC8 possibile riabilitarlo all'indirizzo {option} .",searchEnhancementNotes:"Dopo aver attivato la funzione Immersive Translation Bilingual Information Enhancement, cercheremo automaticamente le stesse parole chiave in inglese sui siti web supportati (Google News, Google Search (alcune parole chiave), Snowball, Oriental Wealth, Futura, Tiger) e le visualizzeremo sul lato destro. Potete scegliere di disabilitare questa funzione se non ne avete bisogno.",option:"allestimento",saveSettings:"Salva le impostazioni",closeModal:"Chiudere la finestra",enableInputTranslationWithoutTriggerKeyTitle:"Abilitare 3 colpi rapidi su{trailingKey}per tradurre direttamente l'intera casella di input in{inputTargetLanguage}",enableInputTranslationWithoutTriggerKeyDescription:"Per specificare la lingua di destinazione, usare il prefisso della lingua, per esempio\uFF1Aja Hello World",mouseHoverShortcutPlaceholder:"Ad esempio,\uFF1AShift",deepLProName:"Immersive Translation Pro Membro (consigliato)",deepLProDescription:"Il pacchetto corrente pu\xF2 essere utilizzato direttamente",deeplProDescriptionForNormal:"Non \xE8 richiesta alcuna configurazione, i membri possono utilizzarlo dopo il login, <1>clicca qui per passare a membro",deepLCustomDescription:"\xC8 richiesta una carta di credito estera, aperta ufficialmente su <1>DeepL, clicca per la <2>documentazione",deepLCustomName:"Chiave di autorizzazione personalizzata",chooseProviderLabel:"Selezionare un fornitore di servizi",openaiProName:"Immersive Translation Pro Membro (consigliato)",openaiProDescription:"Il pacchetto corrente pu\xF2 essere utilizzato direttamente",openaiProDescriptionForNormal:"Non \xE8 richiesta alcuna configurazione, i membri possono utilizzarlo dopo il login, <1>clicca qui per passare a membro",openaiCustomDescription:"Disponibile su OpenAI, Azure OpenAI o altri servizi di terze parti, <1>fare clic qui per la documentazione.",openaiCustomName:"Chiave API personalizzata",needLoginAction:"(Iscrizione aperta o personalizzazione)",goLoginOrAction:"(Aprire un'iscrizione o andare alle impostazioni)",yearly:"effettuare un pagamento annuale consecutivo",quarterly:"avvolgimento sequenziale",monthly:"abbonamento mensile",yearlyForOnce:"Pacchetto annuale una tantum",monthlyForOnce:"Pacchetto mensile una tantum",daily:"giorni consecutivi di pacchetti",year:"effettuare un pagamento annuale consecutivo",quarter:"avvolgimento sequenziale",month:"abbonamento mensile",day:"giorni consecutivi di pacchetti",onetime_7day:"Pacchetto esperienza di 7 giorni",currentPlanDescriptionForFree:"Pacchetti attuali\uFF1AGratis",currentPlanDescriptionForContinuous:"L'attuale pacchetto\uFF1A{plan}sar\xE0 rinnovato automaticamente su {endAt} .",currentPlanDescriptionForAutoRenewCaceling:"L'attuale pacchetto\uFF1A{plan}scadr\xE0 il giorno {endAt} e non sar\xE0 rinnovato automaticamente alla scadenza.",currentYearlyPlanDescriptionForAutoRenewCacelingWithRealPaiedUser:"Il pacchetto attuale,\uFF1A{plan}, scadr\xE0 il {endAt} e non sar\xE0 rinnovato automaticamente alla scadenza.
<1>Clicca qui per gestire il tuo piano di rinnovo",currentYearlyPlanDescriptionForAutoRenewCacelingWithAdmin:"Il pacchetto attuale,\uFF1A{plan}, scadr\xE0 il {endAt} e non sar\xE0 rinnovato automaticamente alla scadenza.
<1>Fare clic qui per attivare l'abbonamento annuale continuo",currentPlanDescriptionForOneTime:"L'attuale abbonamento\uFF1A{plan}scadr\xE0 il {endAt} , <1>clicca qui per passare all' abbonamento <1>annuale o <2>mensile.",upgradePlan:"Clicca qui per passare all'iscrizione Pro",upgradeToPro:"Aggiornamento all'iscrizione Pro","popup.openPro":"Passa all'iscrizione Pro per usufruire di DeepL e della traduzione OpenAI, clicca qui per effettuare l'aggiornamento!","popup.openProForPro":"Sei un membro Pro con accesso diretto alle traduzioni di DeepL e OpenAI!",currentAccount:"conto corrente",enableAutoSyncUserSettings:"Abilita la sincronizzazione automatica con il cloud su pi\xF9 dispositivi",modalEnableInputTranslationTitle:"Casella di input per la traduzione immersiva Avvisi di traduzione",modalEnableInputTranslationDesc:"\xC8 stata appena attivata la traduzione della casella di input di Immersive Translation premendo la barra spaziatrice 3 volte in rapida successione e il contenuto della casella di input verr\xE0 tradotto nella lingua di destinazione predefinita. La traduzione pu\xF2 essere annullata con Ctrl+Z.

Se si tratta di un errore, non preoccupatevi: potete scegliere di disattivarla questa volta o di disabilitare definitivamente la traduzione delle caselle di input.",saveAndNotShowAgain:"Salvare e interrompere la richiesta",disableInputTranslationTips:"* \xC8 inoltre possibile impostare altre scorciatoie da attivare in {option} ,{learnMore}.",learnMore:"Clicca qui per saperne di pi\xF9",continueEnalbeInputTranslation:"Continuare ad abilitare la traduzione della casella di input",autoRenewTrialSuffix:`(In prova,\xE8 passato immediatamente all'iscrizione completa)`,upgradeFromTrialTitle:"Aggiornamento a Socio Effettivo",subtitle:"sottotitoli video",youtubeService:"Traduzione in immersione Servizi di traduzione con sottotitoli video","subtitle.disabledSubtitle":"Disattivare in modo permanente la funzione dei sottotitoli video","subtitle.disabledSubtitleDescription":"Se Immersive Translator's Video Subtitles entra in conflitto con altre estensioni, \xE8 possibile scegliere di disabilitare definitivamente la funzionalit\xE0 di Immersive Translator's Video Subtitles o disinstallare le altre estensioni in conflitto.","subtitle.autoEnableSubtitle":"Uso automatico dei sottotitoli bilingue","subtitle.autoEnableSubtitleDescription":"Una volta attivato, i sottotitoli bilingue verranno visualizzati automaticamente durante la riproduzione del video, altrimenti sar\xE0 necessario fare clic sul pulsante di traduzione per visualizzarli.","subtitle.preTranslation":"Tradurre i sottotitoli con la traduzione immersiva","subtitle.preTranslationDescription":"Quando \xE8 abilitato, l'intero sottotitolo sar\xE0 pre-tradotto utilizzando il servizio di traduzione specificato di seguito; un video di un'ora consumer\xE0 circa 50.000 gettoni o caratteri, quindi si prega di utilizzarlo a propria discrezione; quando \xE8 disabilitato, i sottotitoli originali saranno utilizzati per primi.","subtitle.humanSubtitlesPreferred":"Uso prioritario del sottotitolaggio umano","subtitle.humanSubtitlesPreferredDescription":"Privilegiare l'uso di sottotitoli umani quando il video ha sottotitoli umani nella lingua di destinazione (consigliato)",videoSubtitleTranslationDescription:"Assegnare un servizio di traduzione separato per i sottotitoli video",subtitleTranslating:"Attendere mentre i sottotitoli vengono tradotti con il servizio {service} ... (traduzione ad immersione)",subtitleLoading:"Caricamento dei sottotitoli...",bilingual:"bilinguismo","field.action":"Se abilitare la terminologia Baidu","description.action":"Quando \xE8 abilitato, un parametro action=1 sar\xE0 aggiunto alla richiesta per informare Baidu del termine abilitato; <1>per ulteriori informazioni, consultare la documentazione ufficiale.",closeQuickTranslation:"Chiudere Hoverball","closeQuickTranslation.untilNext":"Questa volta chiuso fino alla prossima visita","closeQuickTranslation.currentWebsite":"Sito attuale disabilitato","closeQuickTranslation.alwaysClose":"disabilitare in modo permanente","closeQuickTranslation.settingOpen":"(pu\xF2 essere attivata nella <1>pagina delle impostazioni )","closeQuickTranslation.cancel":"cancellazioni","closeQuickTranslation.confirm":"definire","floatBall.popup":"Aprire il pannello Impostazioni rapide","floatBall.translate":"Fare clic per tradurre la pagina","floatBall.showOriginal":"Fare clic per tornare all'articolo originale","floatBall.close":"Chiudere Hoverball","floatBallOptions.enableDescPc":"Dopo aver abilitato l'hoverball della pagina, verr\xE0 visualizzato un pulsante di traduzione rapida sul lato destro della pagina: cliccatelo per tradurre!","floatBallOptions.enableDesc":"Dopo aver disattivato l'hoverball, \xE8 possibile richiamarlo con{touch}. Si consiglia vivamente di inserire tra i preferiti questa pagina di impostazioni nel caso in cui non si riesca a trovare l'hoverball dopo aver inavvertitamente disattivato questa opzione!","description.azureApiUrl":"Inserire l'indirizzo dell'interfaccia API personalizzata",confirmSupportMouse:"Forzare l'abilitazione del supporto del mouse",confirmSupportMouseDescription:"Rilevato che il browser corrente non supporta la funzione del mouse, \xE8 necessario abilitare il supporto del mouse?",sampleTargetText:"Verr\xE0 la lunga notte e io veglier\xF2 da oggi fino alla morte. Non prender\xF2 moglie, non far\xF2 feudi, non avr\xF2 figli. Non porter\xF2 una corona, non lotter\xF2 per l'onore. Far\xF2 il mio dovere, vivr\xF2 e morir\xF2.",sampleSourceText:"Night gathers, and now my watch begins. It shall not end until my death. I shall take no wife, hold no lands, father no children. I shall wear no crowns and win no glory. I shall live and die at my post.","desc.touchShortcutsToggleTranslatePageOnlyTranslation":"Solo traduzione significa che verr\xE0 visualizzata solo la traduzione, se la pagina web non \xE8 ancora stata tradotta, passer\xE0 alla modalit\xE0 e tradurr\xE0.","desc.toggleOnlyTransation":"La modalit\xE0 solo traduzione significa che verr\xE0 visualizzato solo il testo tradotto, se la pagina web non \xE8 ancora stata tradotta, cambier\xE0 modalit\xE0 e tradurr\xE0.",touchShortcutsToggleTranslatePageOnlyTranslation:"Imposta il gesto del touchscreen per passare alla modalit\xE0 bilingue/solo testo tradotto",download_started:"Il download \xE8 gi\xE0 iniziato, se non si avvia automaticamente, fai clic manualmente.",here:"Qui","translationFont.customPlaceholder":"carattere","error.goReset":"Vai a resettare","translationFont.custom":"Inserisci il carattere personalizzato",batchEdit:"Operazione in blocco","translationModeUrl.translation.title":"Solo modalit\xE0 di traduzione del sito web","error.configError":"Anomalia dei dati di configurazione","error.serveConfigError":"Errore nella configurazione del servizio","touch.mouse-translate":"Tradurre il paragrafo specificato","error.proTokenInvalid":"Se sei un utente Pro, per favore accedi prima di utilizzare il servizio di traduzione Pro.","translationModeLang.translation.title":"Solo modalit\xE0 di traduzione della lingua","translationServices.inherit":"Segui il servizio di traduzione principale",enableSentryReport:"Quando si verifica un errore di estensione, invia un feedback utilizzando Sentry",videoSubtitlePreTranslationOn:"I sottotitoli video utilizzeranno la traduzione immersiva come priorit\xE0.",translationFont:"Imposta il carattere","error.reloadPageOfSetting":"Dopo la configurazione, si prega di aggiornare la pagina e tradurre di nuovo.",detectServiceLoading:"Sto controllando i servizi di traduzione disponibili...",toggleToService:"Passa a {service} e riprova","translationModeLang.translation.description":"Quando la lingua della pagina \xE8 una delle seguenti, verr\xE0 utilizzata automaticamente solo la modalit\xE0 di traduzione.","translationModeUrl.translation.description":"Quando il sito web ha i seguenti nomi di dominio, verr\xE0 utilizzata automaticamente solo la modalit\xE0 di traduzione.","error.403":"Il servizio restituisce un errore, non si ha temporaneamente l'autorizzazione per accedere a questo servizio.","error.400":"Il servizio restituisce un errore, errore nei parametri della richiesta, si prega di controllare la configurazione corrispondente.",videoSubtitlePreTranslationOff:"I sottotitoli del video daranno la priorit\xE0 ai sottotitoli automatici inclusi nel video originale.","error.proUpgrade":"Dopo l'aggiornamento, si prega di aggiornare la pagina e tradurre di nuovo.","translationFont.notSupportErrorMessage":"Si prega di controllare se il nome del carattere inserito \xE8 corretto, o confermare che il carattere \xE8 gi\xE0 installato sul tuo dispositivo.","error.429":"Il servizio restituisce un errore, indicando che la richiesta \xE8 troppo frequente o supera il limite di quota, si prega di riprovare pi\xF9 tardi.","error.502":"Il servizio ha restituito un errore, il servizio \xE8 in timeout, si prega di riprovare pi\xF9 tardi.","error.googleLimitIp":"Il servizio restituisce un errore, il servizio Google ha limitato questo indirizzo IP, si consiglia di cambiare il nodo di rete.","error.openAIExceededQuota":"Il servizio restituisce un errore: il saldo del tuo account OpenAI non \xE8 sufficiente, si prega di ricaricare o collegare una carta di credito nel pannello di controllo ufficiale di OpenAI.","error.gemini.429":"Il servizio Gemini attuale ha raggiunto la sua capacit\xE0 massima, si prega di riprovare pi\xF9 tardi o passare ad un altro servizio di traduzione.","desc.toggleVideoSubtitlePreTranslation":"Dopo aver premuto, i sottotitoli bilingui del video utilizzeranno in primo luogo le impostazioni di traduzione immersive, premendo di nuovo avranno la priorit\xE0 i sottotitoli automatici inclusi nel video originale. Nota: questa scorciatoia modifica le impostazioni globali.","error.serveUnavailable":"Il servizio [{serverName}] che stai utilizzando attualmente non \xE8 accessibile a causa di problemi di connessione o del fornitore di servizi. Ti consigliamo di provare a ricaricare la pagina o di cambiare il servizio di traduzione attraverso le <1>impostazioni. Se sei un membro <2>Pro, puoi scegliere di utilizzare i servizi di traduzione pi\xF9 stabili di DeepL o OpenAI (<3>clicca qui per una prova gratuita). Inoltre, potrebbe essere necessario controllare la tua rete o le impostazioni del proxy.","error.openAIFreeLimit":"Il servizio restituisce un errore, la frequenza attuale delle richieste di traduzione ha raggiunto il limite massimo di 3 volte al minuto, si prega di riprovare pi\xF9 tardi. (Questo \xE8 il limite ufficiale di OpenAI per l'API Key gratuita, per rimuovere questo limite, si prega di collegare una carta di credito nel backend di OpenAI.)","floatBall.iKnow":"Lo so.","floatBallOptions.fixedPosition":"Posizione fissa",notLogin:"Non connesso","translationServices.gemini":"Gemelli","error.retry":"Riprova",pickAll:"Seleziona tutto","slide.right":"Scorri a sinistra","multipleClick.2":"Doppio clic",loggedIn:"Accesso effettuato","error.reason":"Motivo dell'errore","multipleClick.4":"Quadruplo colpo","multipleClick.3":"Triplo colpo","widget.translateFile":"PDF/ePub",shortcutSettings:"Scorciatoia","tagsInput.add":"+ Aggiungi","shortcutGroup.others":"Pi\xF9 scorciatoie personalizzate","slide.left":"Scorri a destra","subtitle.hideQuickButton":"Non mostrare pi\xF9 questa scorciatoia","widget.videoSubtitle":"sottotitoli video","error.subscriptionExpiredTitle":"La membership \xE8 scaduta",alwaysTranslateThisSite:"Sempre tradurre questo sito","floatBallOptions.fixedPositionLeft":"Sinistra",touchShortcutsOff:"Chiudi",neverTranslateThisSite:"Non tradurre mai questo sito web",translationOnlyMode:"Solo modalit\xE0 di traduzione",viewWithImmersiveTranslate:"Versione bilingue (traduzione immersiva)",contact:"Contattaci","browser.translateWithBing":"Utilizzo temporaneo di Microsoft per tradurre la pagina corrente",buildSnapshots:"Genera un'istantanea della pagina web","intro.floatBallTitle":"Traduzione rapida della sfera galleggiante","browser.translateWithOpenAI":"Utilizzo temporaneo di OpenAI per tradurre la pagina corrente","widget.videoSubtitleTooltip":"Supporta Youtube e altri {count}+ siti di video","browser.translateWithDeepL":"Utilizzo temporaneamente DeepL per tradurre la pagina corrente",errorReason:"Motivo dell'errore: {message}","browser.translateWithTransmart":"Utilizzo temporaneo di Tencent per tradurre la pagina corrente","shortcutGroup.shortcutsForTranslationServices":"Scorciatoie relative ai servizi di traduzione","browser.translateWithGoogle":"Utilizzo temporaneo di Google per tradurre la pagina corrente",temprarilyChangeTranslationTo_gemini:"Sto utilizzando Gemini per tradurre la pagina corrente.","browser.translateWithGemini":"Utilizza temporaneamente Gemini per tradurre la pagina corrente","widget.instructionTooltip":"Visualizza le istruzioni per l'uso",goLogin:"Vai a fare il login",temprarilyChangeTranslationTo_openai:"Sto utilizzando OpenAI per tradurre la pagina corrente.",temprarilyChangeTranslationTo_transmart:"Sto utilizzando Tencent per tradurre la pagina corrente.","floatBallOptions.fixedPositionRight":"lato destro",paragraphMinTextCountField:"Il numero minimo di caratteri necessari per tradurre un paragrafo",mouseHoverCustomKeyTitle:"Personalizza la scorciatoia del mouse al passaggio del mouse",temprarilyChangeTranslationTo_deepl:"Sto utilizzando DeepL per tradurre la pagina corrente.","subtitle.bilingual":"Sottotitoli bilingui",temprarilyChangeTranslationTo_bing:"Sto utilizzando Microsoft Translate per tradurre la pagina corrente.","intro.hoverTitle":"Posiziona il mouse per tradurre il paragrafo corrente","shortcutGroup.main":"Scorciatoie da tastiera di funzioni comuni",temprarilyChangeTranslationTo_google:"Sto utilizzando Google Traduttore per tradurre la pagina corrente.","subtitle.autoDisableSubtitle":"Non attivare automaticamente i sottotitoli bilingue",upgradeToProErrorTitle:"Si prega di aggiornare a membro Pro prima di utilizzare questo servizio di traduzione",touchShortcutsToggleTranslatePage:"Imposta gesti touch per tradurre pagine web / visualizzare il testo originale","widget.translateFileTooltip":"Traduci documenti PDF, EPUB, SRT, ASS, HTML e TXT","widget.instruction":"Istruzioni per l'uso","proQuotaExceededError.resetTime":"3. Tempo di reimpostazione del limite: {resetTime}","shortcutGroup.touch":"Gesti specifici per touch screen","floatBall.guideClickToTranslate":"Clicca sulla sfera galleggiante di traduzione immersiva per tradurre rapidamente","subtitle.showQuickButton":"Nel lettore visualizza la scorciatoia per i sottotitoli bilingue","floatBall.longPress":"Tenendo premuto a lungo \xE8 possibile aprire rapidamente il pannello delle impostazioni.","neverTranslateText.title":"Le parole seguenti rimangono in lingua originale, non tradurre.","browser.translateInputBox":"Traduci il contenuto attuale del campo di input.","browser.toggleVideoSubtitlePreTranslation":"Passa ai sottotitoli bilingui utilizzando preferibilmente le impostazioni di traduzione immersive.","error.subscriptionExpired":"La tua iscrizione potrebbe essere scaduta, controlla lo stato della tua iscrizione.","shortcutGroup.mouse":"Configurazione scorciatoia per il passaggio del mouse","browser.toggleMouseHoverTranslateDirectly":"Abilita o disabilita temporaneamente la traduzione diretta al passaggio del mouse sulla pagina","intro.subtitleTitle":"Visualizzazione dei sottotitoli bilingui nei video online",networkError:"Il servizio di traduzione o la rete ha problemi",notLoginPro:"Non hai ancora effettuato l'accesso al tuo account membro.",touchShortcutsToggleTranslationMask:"Imposta il gesto del touchscreen per mostrare la traduzione della maschera / mostrare il testo originale","floatBallOptions.fixedPositionDesc":"La palla galleggiante \xE8 a sinistra o a destra della finestra?","desc.touchShortcutsToggleTranslateTouchElement":"Personalizza un gesto e puoi tradurre qualsiasi paragrafo in cui ti trovi.",confirmResetToDefaultSettings:"Confermi di voler ripristinare questo servizio di traduzione alle impostazioni predefinite? (Ripristina solo le impostazioni di questo servizio di traduzione)","description.baiduField":"I campi supportati sono visti <1>qui, se vuoto significa che non \xE8 specificato alcun campo.",touchShortcutsToggleTranslateTouchElement:"Imposta il gesto del touchscreen per tradurre il paragrafo specificato","desc.toggleTranslateTheWholePage":"Traduci l'intera area della pagina, di default, tradurremo l'area principale della pagina, puoi utilizzare questa scorciatoia per tradurre specificamente l'intera area della pagina.",mouseHoverCustomKeyDescription:"Puoi personalizzare una combinazione di tasti di scelta rapida per il passaggio del mouse, ad esempio: Alt+Z, Ctrl+E, Cmd+Alt+E o direttamente Cmd, si prega di inserire manualmente.",paragraphMinTextCountDesc:"Attenzione, qui si intende la lunghezza del carattere, ad esempio: ciao \xE8 composto da 5 caratteri, impostare un valore maggiore pu\xF2 ridurre la traduzione di paragrafi non necessari.","desc.toggleTranslateTheMainPage":"Traduci solo l'area principale della pagina, quando hai abilitato la traduzione di tutta l'area della pagina nelle impostazioni avanzate, puoi utilizzare questa scorciatoia per tradurre specificamente l'area principale della pagina.","subtitle.showQuickButtonDescription":"Nell'angolo in basso a destra del lettore video \xE8 disponibile una scorciatoia per attivare i sottotitoli bilingue.","desc.mouseHoverHoldKey":"Quando il mouse \xE8 in hover su un paragrafo, premendo contemporaneamente il tasto di scelta rapida a destra, \xE8 possibile tradurre direttamente quel paragrafo.","desc.interfaceLanguage":"Le impostazioni della lingua dell'interfaccia influenzano la lingua di visualizzazione del pannello di controllo e non hanno nulla a che fare con la lingua target della traduzione.",translationOnlyModeDescription:"La modalit\xE0 solo traduzione si riferisce alla visualizzazione solo del testo tradotto, non della modalit\xE0 bilingue predefinita. Nota: a causa di limitazioni tecniche, i collegamenti ipertestuali del testo originale non funzioneranno in modalit\xE0 solo traduzione.","desc.touchShortcutsToggleTranslatePage":"Dopo aver impostato, quando si utilizza un dispositivo mobile, \xE8 possibile toccare lo schermo con X dita contemporaneamente, scorrere a sinistra e a destra o fare clic continuamente per attivare la traduzione della pagina web / visualizzare il testo originale.","desc.touchShortcutsToggleTranslationMask":"La maschera di traduzione si riferisce all'effetto sfocato nello stile del testo tradotto (modalit\xE0 di apprendimento), che, una volta attivato, applica temporaneamente un effetto sfocato al testo tradotto, facilitando l'apprendimento.",shortcutSettingsTitle:"Impostazioni scorciatoie","proQuotaExceededError.onetime7day":'\uFF0Cpuoi scegliere uno dei seguenti metodi per risolvere:

1. Passa a {anotherService} o ad altri servizi di traduzione
2. Aggiorna a un membro mensile/annuale ',"contact.description":"Se avete domande o suggerimenti, siete invitati a compilare il modulo sottostante per contattarci, o inviare una mail a {email}, vi risponderemo il pi\xF9 presto possibile.","proQuotaExceededError.nonTrial":'\uFF0Cpuoi scegliere uno dei seguenti metodi per risolvere:

1. Passa a {anotherService} o ad altri servizi di traduzione
2. Acquista un pacchetto di traffico extra {translationService}',"proQuotaExceededError.trial":'\uFF0Cpuoi scegliere uno dei seguenti metodi per risolvere:

1. Passa a {anotherService} o ad altri servizi di traduzione
2. Aggiorna subito a membro ufficiale',"intro.floatBallDescription":"Una volta attivato, verr\xE0 visualizzato un pulsante di traduzione rapida sul lato destro della pagina, cliccandolo si pu\xF2 tradurre, cliccandolo di nuovo si pu\xF2 tornare al testo originale. Su dispositivi mobili, tenendo premuto il pallone galleggiante, \xE8 possibile aprire il pannello delle impostazioni rapide.","desc.toggleMouseHoverTranslateDirectly":"Dopo aver premuto questo tasto di scelta rapida, sulla pagina, basta che il mouse punti a qualsiasi testo per tradurlo automaticamente. Premendo di nuovo il tasto di scelta rapida, \xE8 possibile disattivare questa funzione di traduzione automatica.",shortcutDisableTooltip:"Si prega di impostare nella pagina di gestione delle scorciatoie da tastiera dell'estensione del browser, per ulteriori indicazioni si prega di consultare le istruzioni nella parte superiore di questa pagina.","subtitle.supportedSites":"\xC8 supportato l'uso di sottotitoli bilingui su questi siti web (Nota: a causa di limitazioni tecniche, alcuni siti web potrebbero aver bisogno di essere aggiornati dopo aver attivato i sottotitoli per la prima volta, o potrebbe essere necessario attendere che la traduzione sia completata per visualizzare i sottotitoli bilingui):","neverTranslateText.description":"A causa di alcune carenze di riconoscimento dei nomi propri da parte di alcuni motori di traduzione, puoi aggiungere parole qui per assicurarti che non vengano convertite durante il processo di traduzione. Si prega di notare che questa funzione distingue tra maiuscole e minuscole e supporta solo le lingue separate da spazi (come l'inglese, il francese), non \xE8 adatta per lingue come il giapponese, il coreano, ecc.","intro.subtitleDescription":"Dopo aver attivato questa funzione, i sottotitoli bilingui verranno visualizzati automaticamente durante la riproduzione del video. Se non \xE8 abilitato, \xE8 necessario fare clic manualmente sul pulsante di traduzione sulla pagina per visualizzare i sottotitoli. Si prega di notare che, a causa di limitazioni tecniche, alcuni siti web potrebbero richiedere l'aggiornamento della pagina o l'attesa del completamento della traduzione prima di poter visualizzare i sottotitoli bilingui. (Inoltre, \xE8 possibile attivare/disattivare il pannello di traduzione immersiva nell'angolo in alto a destra dopo aver aperto il sito web del video).

Attualmente \xE8 possibile utilizzare i sottotitoli bilingui su questi siti web:","intro.hoverDescription":"La traduzione al passaggio del mouse \xE8 una funzione molto importante nella traduzione immersiva, basta posizionare il mouse sul paragrafo e premere contemporaneamente la scorciatoia impostata per tradurre automaticamente il paragrafo corrente (nota: non \xE8 abilitato di default, si prega di impostarlo qui sotto), questa interazione \xE8 utilizzata per sostituire meglio la traduzione del testo selezionato, inoltre, questa funzione \xE8 ampiamente utilizzata in quelle aree di traduzione che non possono essere riconosciute, puoi utilizzare questa funzione per forzare la traduzione di qualsiasi paragrafo.",geminiWarning:"Attenzione: il servizio gratuito Gemini fornito da Google ha restrizioni severe, potrebbe essere considerato da Google come un tentativo dell'utente di eludere i loro limiti di quota gratuita utilizzando pi\xF9 chiavi. Non \xE8 consigliato usarlo, si consiglia di aspettare che Google apra l'interfaccia a pagamento di Gemini in futuro per usarlo.","floatBall.setting":"Impostazione","floatBall.translateToLanguage":"Fare clic per tradurre in {language}","floatBall.file":"Traduci PDF, EPUB, SRT, ASS, HTML, file TXT",changeToOnlyTempTranslationMode:"Alterna per visualizzare solo le traduzioni",changeToDualTempTranslationMode:"Passare alla traduzione bilingue","transitionMode.dual":"Contrasto bilingue","options.navbar.installApp":"Installa l'app per smartphone","options.navbar.translateFile":"Tradurre il documento","transitionMode.translation":"Solo il testo tradotto.","subtitle.transitionModeDescription":"Imposta i sottotitoli del video per il confronto bilingue o solo modalit\xE0 di traduzione","transitionMode.inherit":"Mantenere coerente con la modalit\xE0 di visualizzazione della traduzione predefinita del sistema","subtitle.transitionMode":"Impostazioni dei sottotitoli video bilingue / solo traduzione",translateFileTooltip:`Traduci PDF, ePub, srt, + {env.imt_sub_trans_field}: \u0905\u0928\u0941\u0935\u093E\u0926`,"subtitle.quickButton.cyan":"\u0928\u0940\u0932\u093E","subtitle.quickButton.green":"\u0939\u0930\u093E","subtitle.quickButton.black":"\u0915\u093E\u0932\u093E","subtitle.quickButton.white":"\u0938\u092B\u0947\u0926","subtitle.quickButton.yellow":"\u092A\u0940\u0932\u093E","subtitle.quickButton.red":"\u0932\u093E\u0932","subtitle.quickButton.setting":"\u0938\u0947\u091F \u0915\u0930\u0947\u0902","subtitle.quickButton.blue":"\u0928\u0940\u0932\u093E","subtitle.quickButton.magenta":"\u0917\u0941\u0932\u093E\u092C\u0940 \u0930\u0902\u0917","subtitle.quickButton.translationPositionBottom":"\u092E\u0942\u0932 \u092A\u093E\u0920 \u0915\u0947 \u0928\u0940\u091A\u0947","translationServices.claude":"\u0915\u094D\u0932\u0949\u0921","subtitle.quickButton.sourceFontSize":"\u092E\u0942\u0932 \u092B\u093C\u0949\u0928\u094D\u091F \u0906\u0915\u093E\u0930","subtitle.quickButton.sourceTextColor":"\u092E\u0942\u0932 \u092B\u093C\u0949\u0928\u094D\u091F \u0915\u093E \u0930\u0902\u0917","subtitle.quickButton.translationPosition":"\u0905\u0928\u0941\u0935\u093E\u0926 \u0938\u094D\u0925\u093F\u0924\u093F","subtitle.quickButton.translationPositionTop":"\u092E\u0942\u0932 \u092A\u093E\u0920 \u0915\u0947 \u090A\u092A\u0930","subtitle.quickButton.backgroundColor":"\u092A\u0943\u0937\u094D\u0920\u092D\u0942\u092E\u093F \u0930\u0902\u0917","subtitle.quickButton.backgroundOpacity":"\u092A\u0943\u0937\u094D\u0920\u092D\u0942\u092E\u093F \u0905\u092A\u093E\u0930\u0926\u0930\u094D\u0936\u093F\u0924\u093E","subtitle.quickButton.translationFontSize":"\u0905\u0928\u0941\u0935\u093E\u0926 \u092B\u093C\u0949\u0928\u094D\u091F \u0915\u093E \u0906\u0915\u093E\u0930","subtitle.quickButton.translationTextColor":"\u0905\u0928\u0941\u0935\u093E\u0926 \u092B\u093C\u0949\u0928\u094D\u091F \u0915\u093E \u0930\u0902\u0917",attachSubtitleTranslating:"{service} \u0915\u093E \u0909\u092A\u092F\u094B\u0917 \u0915\u0930\u0915\u0947 \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930 \u0930\u0939\u093E \u0939\u0948...","error.claude.403":"\u0938\u0947\u0935\u093E \u0924\u0915 \u092A\u0939\u0941\u0902\u091A \u0915\u093E \u0915\u094B\u0908 \u0905\u0927\u093F\u0915\u093E\u0930 \u0928\u0939\u0940\u0902 \u0939\u0948, \u092F\u0939 Claude \u0915\u0940 \u0915\u094D\u0937\u0947\u0924\u094D\u0930\u0940\u092F \u0938\u0940\u092E\u093E\u0913\u0902 \u0938\u0947 \u0938\u0902\u092C\u0902\u0927\u093F\u0924 \u0939\u094B \u0938\u0915\u0924\u093E \u0939\u0948, \u0906\u092A \u0905\u092A\u0928\u093E IP \u092A\u0924\u093E \u092C\u0926\u0932\u0928\u0947 \u0915\u093E \u092A\u094D\u0930\u092F\u093E\u0938 \u0915\u0930 \u0938\u0915\u0924\u0947 \u0939\u0948\u0902, \u092F\u093E \u0905\u0928\u094D\u092F \u0905\u0928\u0941\u0935\u093E\u0926 \u0938\u0947\u0935\u093E\u0913\u0902 \u0915\u093E \u0909\u092A\u092F\u094B\u0917 \u0915\u0930 \u0938\u0915\u0924\u0947 \u0939\u0948\u0902\u0964","browser.brandDescriptionForSafari":"\u3010\u0907\u092E\u0930\u094D\u0938\u093F\u0935 \u0905\u0928\u0941\u0935\u093E\u0926\u3011 \u090F\u0915 \u092E\u0941\u092B\u094D\u0924 (\u092E\u0942\u0932 / \u0905\u0928\u0941\u0935\u093E\u0926) \u0926\u094D\u0935\u093F\u092D\u093E\u0937\u0940 \u0935\u0947\u092C\u092A\u0947\u091C \u0905\u0928\u0941\u0935\u093E\u0926 \u092A\u094D\u0932\u0917\u0907\u0928, \u091C\u094B \u0938\u092E\u092F-\u0938\u092E\u092F \u092A\u0930 PDF \u0905\u0928\u0941\u0935\u093E\u0926 \u0914\u0930 EPUB \u0908-\u092C\u0941\u0915 \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u093E \u0938\u092E\u0930\u094D\u0925\u0928 \u0915\u0930\u0924\u093E \u0939\u0948 \u0914\u0930 \u092E\u0942\u0932 \u0926\u0938\u094D\u0924\u093E\u0935\u0947\u091C\u093C \u0915\u0940 \u0935\u093F\u0928\u094D\u092F\u093E\u0938 \u0915\u094B \u092C\u0928\u093E\u090F \u0930\u0916\u0924\u093E \u0939\u0948, Youtube/Netflix \u0906\u0926\u093F \u0911\u0928\u0932\u093E\u0907\u0928 \u0935\u0940\u0921\u093F\u092F\u094B \u0926\u094D\u0935\u093F\u092D\u093E\u0937\u0940 \u0909\u092A\u0936\u0940\u0930\u094D\u0937\u0915 \u0905\u0928\u0941\u0935\u093E\u0926, Deepl/Google \u0906\u0926\u093F \u092A\u094D\u0930\u092E\u0941\u0916 \u0905\u0928\u0941\u0935\u093E\u0926 \u0938\u0947\u0935\u093E\u0913\u0902 \u0915\u093E \u0938\u092E\u0930\u094D\u0925\u0928 \u0915\u0930\u0924\u093E \u0939\u0948;","browser.PdfProFile":"AI \u0938\u0902\u091A\u093E\u0932\u093F\u0924 PDF Pro \u0905\u0928\u0941\u0935\u093E\u0926","browser.textTranslate":"\u0932\u093F\u0916\u093F\u0924 \u0905\u0928\u0941\u0935\u093E\u0926"};var vh={nologin:"non \xE8 stato effettuato l'accesso",loginForSafari:"Accedi o registrati",login:"Accedi per aprire un'iscrizione",manageAccount:"Conti gestiti",openPremium:"Soci aperti",logout:"interrompere",curentPlan:"Pacchetti attuali",endAt:"scadenza",endAuto:"rinnovo automatico",lineBreakMaxTextCount:"Numero massimo di caratteri consentiti per frase dopo le interruzioni di riga","translate-pdf":"Clicca per tradurre il PDF","noSupportTranslate-pdf":"Script non supportato, utilizzare il plugin","translate-firefox-local-pdf":"Fare clic per andare a Importazione PDF",enableLineBreak:"Abilita l'avanzamento automatico delle righe per i paragrafi lunghi",sponsorLabel:"1$ Sviluppatori sponsorizzati",help:"mano",browserShortcutsNoteForFirefox:"Per modificare le scorciatoie in Firefox, \xE8 necessario aprire la pagina di gestione delle estensioni `about:addons`, quindi fare clic su `Impostazioni` e poi su `Gestione scorciatoie` per impostare le scorciatoie.",browserShortcutsNoteForChrome:"Per modificare le scorciatoie in Chrome, \xE8 necessario aprire la pagina di gestione delle estensioni, impostarle nel pannello `Gestione scorciatoie` (`chrome://extensions/shortcuts`) e fare clic sul pulsante sottostante per passare alla pagina di gestione delle scorciatoie.",browserShortcutsSucks:"Le scorciatoie personalizzate sono formattate come (non viene effettuato il riconoscimento automatico, inserire direttamente)\uFF1A",enableLineBreakDescription:"Quando \xE8 attivata, le interruzioni di riga vengono inserite alla fine di ogni frase nei paragrafi lunghi per facilitarne la lettura.","browser.shortBrandName":"Traduzione in immersione","browser.brandName":"Immersion Translation: traduzione bilingue di pagine web e documenti PDF","browser.brandDescription":"Bilingual web page translation, also supports PDF translation, bilingual Epub eBook translation, free to use.","browser.toggleTranslatePage":"Tradurre la pagina/visualizzare il testo originale","browser.toggleTranslateTheWholePage":"Tradurre tutte le aree della pagina/visualizzare il testo originale","browser.toggleOnlyTransation":"Cambia modalit\xE0 bilingue/solo traduzione","browser.toggleTranslateToThePageEndImmediately":"Traduzione immediata a fondo pagina/visualizzazione del testo originale","browser.toggleTranslateTheMainPage":"Tradurre l'area principale della pagina/visualizzare il testo originale","browser.shareToDraft":"Condividi le pagine bilingue","browser.openOptionsPage":"Aprire la pagina delle impostazioni","browser.toggleTranslationMask":"Mostra/nascondi l'effetto di sfocatura della traslazione","browser.translateLocalPdfFile":"Tradurre i file PDF locali","browser.openEbookViewer":"Leggere gli eBook locali","browser.openEbookBuilder":"Creare eBook EPUB bilingue","browser.translateLocalHtmlFile":"Tradurre file HTML/testo","browser.donateContext":"Scopri i vantaggi della sponsorizzazione","browser.translateLocalSubtitleFile":"Tradurre i file dei sottotitoli locali",confirmResetConfig:"\xC8 sicuro di voler ripristinare le impostazioni?",translationLineBreakSettingTitle:"Impostazione dell'avanzamento riga di traduzione",smartLineBreak:"alimentazione di linea intelligente (calcolo)",alwaysLineBreak:"Sempre avanzamento di riga",isShowContextMenu:"Aggiungere pagine tradotte alle voci di menu del tasto destro del mouse",toggleBeta:"Abilitazione delle funzioni di beta testing",betaDescription:"Attiva funzioni ancora sperimentali e un servizio di traduzione in beta. Unitevi al <1>gruppo Telegram per saperne di pi\xF9.",translationLineBreakSettingDescription:"Le interruzioni di riga sono sempre ordinate per le pagine con meno contenuti. (Usare interruzioni di riga intelligenti nei paragrafi lunghi e ricchi di contenuti (pi\xF9 di{count}caratteri) per risparmiare spazio).",tempTranslateDomainTitle:"Durata dell'attivazione temporanea della traduzione del sito web",tempTranslateDomainDescription:"Quando si traduce manualmente una pagina web, \xE8 possibile attivare temporaneamente la traduzione automatica del sito web e impostare la durata temporanea.",xMinutes:"{count} minuti",disabled:"vietare l'uso di qcs.",changelog:"Registro degli aggiornamenti",toggleTranslatePageWhenThreeFingersOnTheScreen:"Il tocco simultaneo di pi\xF9 dita sullo schermo traduce le pagine web/visualizza il testo originale",toggleTranslationMaskWhenThreeFingersOnTheScreen:"Il tocco con pi\xF9 dita mostra/nasconde l'effetto di sfocatura.",fingerCountToToggleTranslagePageOnlyTranslationWhenTouching:"Pi\xF9 dita che toccano lo schermo contemporaneamente traducono la pagina web (solo traduzione)/visualizzano il testo originale.",addUrlDescription:"Pu\xF2 essere un nome di dominio e supporta anche i caratteri jolly, ad esempio\uFF1A*.google.com, google.com/mail/*, https://www.google.com/*",general:"Impostazioni di base",clickToExpandConfig:"Espandere la configurazione attuale",import:"Importazione da file",export:"Esportazione su file",toggleDebug:"Stampa il log di debug sulla console","fingers.0":"coagulo","fingers.2":"tocco con due dita","fingers.3":"tocco con tre dita","fingers.4":"tocco a quattro dita","fingers.5":"tocco a cinque dita",mouseHoldKey:"+ {key} tradurre/ripristinare il paragrafo",mouseHoldKeyAuto:"Traduzione diretta del paragrafo",mouseHoldKeyOff:"Non fare nulla.",mouseHoldKeyOther:"Collegamenti personalizzati (impostazioni di apertura)",mouseHoldKeyCustomKey:"{key} Traduzione/riduzione del paragrafo",mouseHoverHoldKey:"Passaggio del mouse mentre si premono i tasti di scelta rapida per tradurre i paragrafi","mouse-translate":"passaggio del mouse",document:"(computer) file",resetSuccess:"Reimpostare tutte le impostazioni con successo",resetThisSuccess:"Ripristino riuscito",saved:"Salva il successo",successImportConfig:"Configurazione importata con successo",goAdvancedSettings:"Andare alla pagina Impostazioni avanzate",goAdvancedInterfaceSettings:"Andare alla pagina Impostazioni di personalizzazione avanzate",advanced:"Impostazioni avanzate",advancedDescription:"In genere non \xE8 necessaria alcuna impostazione, basta lasciarla come predefinita. Solo per gli utenti pi\xF9 specializzati sono disponibili impostazioni pi\xF9 personalizzate.",developer:"Impostazioni dello sviluppatore",donateCafe:"prezzi","translate to the bottom of the page":"Si traduce in fondo alla pagina subito dopo l'ingresso nella pagina?",feedback:"Domanda Feedback",toggleTranslatePage:"Tradurre la pagina/visualizzare il testo originale",translateToThePageEndImmediatelyDescription:"Se si attiva, il contenuto viene tradotto immediatamente dall'inizio alla fine della pagina, non appena viene inserito. Se lo si disattiva, il contenuto viene tradotto man mano che si legge. (Non consigliato)","translate all areas of the page":"Se tradurre tutte le aree della pagina",translationAreaDescription:"Attivato, vengono tradotte tutte le aree dell'intera pagina web. Se si disattiva, viene utilizzato il riconoscimento intelligente predefinito e vengono tradotte solo le aree principali. (Non si consiglia di attivarlo)","the number of characters to be translated first":"Tradurre direttamente i primi caratteri della pagina senza attendere lo scorrimento dell'area di visualizzazione","interface language":"linguaggio dell'interfaccia","display both the original text and the translation":"Visualizzazione simultanea di originale e traduzione","keyboard shortcuts":"Scorciatoie da tastiera",modify:"Modifica dei tasti di scelta rapida",reset:"riproposizione",close:"coagulo",homepage:"homepage",more:"di pi\xF9",moreOptions:"Ampliare le opzioni di personalizzazione",translateTheWholePage:"Tradurre tutte le aree della pagina (invece di riconoscere intelligentemente le aree principali)",changeToTranslateTheWholePage:"Passare alla traduzione di tutte le regioni",changeToTranslateTheMainPage:"Passare all'area principale di traduzione",changeToOnlyTranslationMode:"Alterna per visualizzare solo le traduzioni",changeToDualTranslationMode:"Passare alla traduzione bilingue",translateToThePageEndImmediately:"Traduzione immediata a fondo pagina",translateTheMainPage:"Regioni chiave della traduzione intelligente","The local rules are up to date":"Le norme di adattamento locali sono aggiornate.","Successfully synchronized with the latest official rules:":"Sincronizzato con successo con le ultime regole ufficiali di adattamento.","Checking for updates":"Controllo degli aggiornamenti","Rules are being synchronized":"Regole di adattamento sincronizzate",localVersionIsTooOld:"La versione dell'estensione locale \xE8 troppo vecchia; aggiornare l'estensione a {minVersion} o a una versione pi\xF9 recente prima di tentare la sincronizzazione.",badUserscriptBrowser:"Il browser attuale non implementa correttamente l'interfaccia dell'estensione Grease Monkey (ad esempio, per ottenere informazioni sul numero di versione dello script Grease Monkey stesso); si prega di utilizzare altri browser che <1>supportano l'estensione Grease Monkey, come Firefox.",foundNewVersion:"Scoprite la nuova versione",theLocalExtensionIsUpToUpdate:"L'estensione attuale \xE8 aggiornata.",failToSyncRules:"Mancata sincronizzazione delle ultime regole di adattamento",retry:"Fare clic qui per riprovare",failedReason:"Motivi del fallimento",currentRuleVersion:"Versione attuale della regola",calculating:"calcoli",unknownError:"errore sconosciuto",canNotFetchRemoteRule:"Impossibile ottenere le regole remote",enableAlphaSuccess:"Alfa abilitato",disableAlphaSuccess:"La funzione Alpha \xE8 stata disattivata",cacheSize:"Dimensione della cache\uFF1A",cleaning:"in fase di liquidazione",cleanCache:"cancellare la cache",options:"allestimento",about:"rispetto a",service:"servizio di interpretariato",needAction:"(Vai alle impostazioni)",goSettings:"procedere con l'impostazione",needActionForOptions:"(da impostare)",translationEngine:"Opzioni del motore",sourceLanguage:"Lingua originale",target:"lingua di destinazione",popupSourceLanguage:"Lingua originale",popupTarget:"lingua di destinazione",popupService:"servizio di interpretariato",forThisSite:"Sito web attuale",autoEnableSubtitle:"Attiva automaticamente i sottotitoli bilingue",alwaysTranslate:"Tradurre sempre",neverTranslate:"Mai tradurre",alwaysTranslateSomeLanguage:"Tradurre sempre {language}",neverTranslateSomeLanguage:"Mai tradurre {language}",alwaysTranslateSomeSite:"Tradurre sempre {hostname}",neverTranslateSomeSite:"Mai tradurre {hostname}",alwaysTranslateSomeSiteOrWildSite:"Tradurre sempre il sito",alwaysTranslateSomePage:"Tradurre sempre la pagina",add:"aumento",default:"predefinito (impostazione)",forThisLanguage:"Per questa lingua\uFF1A","add url":"Inserire l'URL",edit:"compilatore","translate other languages into specific language":"Tradurre altre lingue nella lingua impostata","select translation service":"Selezionare un servizio di traduzione",language:"multilinguismo","show-original":"Mostra il testo originale",translate:"rendering",Translated:"tradotto",Translating:"in traduzione",Error:"non corretto",allowCacheTranslations:"Abilitare la cache delle traduzioni locali (per ridurre le richieste di traduzione per i passaggi duplicati)","translation display":"Stile di visualizzazione della traduzione","select diplay style":"Distinguere gli stili di traduzione, con specifico riferimento ai seguenti esempi",interface:"Impostazioni dell'interfaccia",import_export:"Importazione/Esportazione",import_export_title:"Configurazione di importazione/esportazione",syncToGoogleDrive:"Sincronizzazione con Google Drive ora",floatBallOptions:"Impostazioni Hoverball","floatBallOptions.enable":"Abilitare l'Hoverball","floatBallOptions.blockUrls":"Disattivare il sito web","floatBallOptions.add":"aumento","floatBallOptions.blockUrlDesc":"Gli Hoverball non vengono visualizzati quando si incontrano i seguenti siti web","floatBallOptions.clickType":"comportamento di clic","floatBallOptions.clickTypeDesc":"Comportamento dell'icona Hoverball quando viene cliccata","floatBallOptions.clickPopup":"Mostra pannello di traduzione","floatBallOptions.clickTranslate":"Traduzione/visualizzazione del testo originale",previewAllThemes:"Anteprima di tutti gli stili","translationTheme.none":"non hanno","translationTheme.grey":"grigio scuro","translationTheme.dashed":"sottolineatura tratteggiata","translationTheme.dotted":"trattino basso tratteggiato","translationTheme.dashedBorder":"bordo tratteggiato","translationTheme.solidBorder":"bordo solido","translationTheme.underline":"Sottolineare le linee rette","translationTheme.mask":"Effetti fuzzy (modalit\xE0 di apprendimento)","translationTheme.opacity":"effetto trasparenza","translationTheme.paper":"Effetto ombra su carta bianca","translationTheme.dividingLine":"linea di demarcazione","translationTheme.highlight":"alta luminosit\xE0","translationTheme.marker":"marcatore (parola d'ordine)","translationTheme.marker2":"Marcatore 2","translationTheme.blockquote":"Stili di riferimento","translationTheme.weakening":"indebolimento","translationTheme.italic":"carattere obliquo","translationTheme.bold":"addensare","translationTheme.thinDashed":"sottile linea tratteggiata di sottolineatura","translationTheme.nativeDashed":"Il sistema \xE8 dotato di una sottolineatura tratteggiata","translationTheme.nativeDotted":"Il sistema viene fornito con una sottolineatura tratteggiata","translationTheme.nativeUnderline":"Il sistema viene fornito con una linea retta di sottolineatura","translationTheme.wavy":"linea ondulata","translationServices.custom":"API personalizzata","translationServices.tencent":"Traduttore Tencent","translationServices.tenAlpha":"Traduttore Tencent (Alpha)","translationServices.google":"Google Translate","translationServices.bai":"Baidu (Alfa)","translationServices.baidu":"Traduzione di Baidu","translationServices.aliyun":"Traduzione di AliCloud","translationServices.volc":"traduzione vulcanica","translationServices.deeplx":"DeepLX (Beta)","translationServices.bing":"Microsoft Translate","translationServices.deepl":"DeepL","translationServices.wechat":"Traduzione di WeChat","translationServices.azure":"Traduzione di Azure","translationServices.ibm":"IBM Watson","translationServices.aws":"Traduzione Amazon","translationServices.mock":"Traduzione simulata","translationServices.mock2":"Traduzione simulata 2","translationServices.caiyun":"illuminato. nuvole colorate e piccole traduzioni","translationServices.cai":"Nuvole colorate (Alpha)","translationServices.volcAlpha":"Vulcano (Alfa)","translationServices.openl":"AprireL","translationServices.youdao":"Traduzione su Youtube","translationServices.you":"Traduttore Youdao (Alpha)","translationServices.transmart":"Traduzione interattiva di Tencent","translationServices.niu":"Traduttore anticonformista","translationServices.papago":"Traduzione di Papago","translationServices.d":"D (Alfa)","translationServices.dpro":"D Pro (Canarino)","translationServices.openai":"OpenAI","translationServices.yandex":"Yandex","translationServices.chatgpt":"ChatGPT Web(3.5 mobile)","translate title":"Tradurre i titoli delle pagine","always languages":"Tradurre sempre la lingua",neverTranslateLanguagesLabel:"La lingua che non sar\xE0 mai tradotta",neverTranslateTheFollowingLanguagesDescription:"Le traduzioni vengono saltate quando un paragrafo della pagina \xE8 in una delle seguenti lingue",enableUserscriptPagePopup:"Mostra l'hoverball nella pagina",enableUserscriptPagePopupDescription:"Dopo aver disattivato l'hoverball, pu\xF2 essere richiamato con la scorciatoia /{touch}. Si consiglia vivamente di inserire tra i preferiti questa pagina di impostazioni per evitare di non riuscire a trovare l'hoverball dopo aver inavvertitamente disattivato questa opzione!","always translate the following languages":"Traduce automaticamente nella lingua di destinazione quando la pagina \xE8 in una delle seguenti lingue","always sites":"Siti web sempre tradotti","always translate the following sites":"I siti web vengono tradotti automaticamente nella lingua di destinazione quando sono i nomi di dominio di","never sites":"Sito web mai tradotto","never translate the following sites":"Le traduzioni non verranno effettuate quando il sito web \xE8 destinato ai seguenti domini","please refer to":"\xC8 necessario compilare la chiave prima di poterla utilizzare.",KeyAndConfigurationTutorial:"Esercitazione sull'applicazione e la configurazione delle chiavi",useAboveStyleForTheseSites:"Usare sempre lo stile di traduzione \u2308{theme}\u230B quando il sito \xE8 destinato ai seguenti domini",currentUrl:"URL corrente",confirm:"salvare (un file, ecc.) (informatica)",cancel:"cancellazioni",delete:"rimozione","languages.auto":"rilevamento automatico",syncToCloud:"Sincronizzazione con Google Drive",syncToCloudDescription:"Caricata nel cloud, la configurazione pu\xF2 essere sincronizzata tra diversi browser/ script di scimmia grassa, a seconda dell'ultima modifica.",syncToAccount:"Sincronizzazione con il Cloud di traduzione immersiva",syncToAccountButton:"Sincronizzazione istantanea con il cloud",syncToAccountDescription:"Sincronizzare automaticamente le configurazioni tra i diversi dispositivi, a seconda dell'ultima modifica.",successSyncConfigInAccount:"Sincronizzazione riuscita con il cloud",successSyncConfigToAccount:"Sincronizzazione riuscita con il cloud",syncConfigNoUpdate:"\xC8 gi\xE0 aggiornato.",authFail:"Mancata autorizzazione",syncTitle:"Gestione manuale del backup",import_hint:"importazione (dati)",upload:"caricare",revokeAuth:"revocare un'autorizzazione",uploadFail:"Caricamento fallito",download:"scaricare",importSuccess:"Importato con successo",importFail:"errore di importazione",deleteFail:"Cancellazione non riuscita",backupToCloud:"Gestione manuale dei file di backup",create_new_backup:"Aggiungere un nuovo nodo di backup",maxBackupFiles:"\xC8 possibile eseguire il backup di un massimo di{count}nodi diversi; eliminare i nodi non necessari.",backupToCloudDescription:"Caricare o ripristinare manualmente i file di backup, consentendo fino a 3 backup diversi.",successSyncConfig:"Sincronizzazione di successo con il cloud",syncFail:"errore di sincronizzazione",updatedAt:"Aggiornato da {date}",lastSyncedAt:"Ultimo controllo: {date}",downloadFail:"Impossibile scaricare",clickToDownload:"Fare clic per scaricare",aboutLabel:"Informazioni - Feedback","browser.openAboutPage":"Informazioni/Risposte",aboutLabelWithoutSponsor:"Informazioni - Feedback",aboutIntro:"Che tutti noi possiamo avere un accesso pi\xF9 facile e piacevole alla grande quantit\xE0 di informazioni in lingua straniera su Internet \u2764\uFE0F Potete scegliere di attivare la vostra <6>iscrizione Pro per utilizzare le traduzioni di DeepL e OpenAI.

Potete seguirci su <3>Twitter, <4>Telegram, Weibo, WeChat o <5>iscrivervi alla nostra mailing list per seguire gli aggiornamenti.
I <7>membri Pro possono contattarci all'indirizzo <8>support@immersivetranslate.com per un rapido servizio clienti.",aboutIntroWithoutSponsor:"Che tutti noi possiamo avere un accesso pi\xF9 facile e piacevole all'enorme quantit\xE0 di informazioni in lingua straniera disponibili su Internet \u2764\uFE0F

Potete seguirci su <3>Twitter, <4>canale Telegram, WeChat, WeChat Exchange, o <5>iscrivervi per seguire gli aggiornamenti via <5>e-mail qui sotto.",projectHomepage:"Progetto Home",joinTelegramGroup:"Unitevi al gruppo di utenti per partecipare alle discussioni sulle funzionalit\xE0",wechatPublicAccount:"WeChat Pubblico",wechatCommunities:"Gruppo di scambio WeChat",qqCommunities:"Canale di comunicazione QQ",joinTelegramChannel:"Seguite il canale Telegram per gli ultimi aggiornamenti",feedbackAndJoin:"Domanda Feedback / Aggiungi gruppo",autoSync:"sincronizzazione automatica dell'ora",loadingThemeTitle:"Stile di caricamento",loadingThemeDescription:"Impostazione dello stile in attesa del caricamento della traduzione","loadingTheme.spinner":"Animazione di rotazione","loadingTheme.text":"testo statico qcs. ","loadingTheme.none":"non mostrato",developerDescription:"La documentazione sulla personalizzazione avanzata \xE8 disponibile <1>qui","edit border color":"Modificare il colore del bordo",successSyncButNoChange:"La configurazione attuale \xE8 coerente con il cloud",customTheme:"Colori e dimensioni personalizzate","customThemeLabel.borderColor":"Colore del bordo","customThemeLabel.borderRadius":"Bordi arrotondati","customThemeLabel.textColor":"colore del testo","customThemeLabel.backgroundColor":"colore di sfondo","customThemeLabel.zoom":"Scalatura dei caratteri (%)","customThemeLabel.opacity":"Opacit\xE0 del testo (%)",resetToDefaultColor:"Ripristino dei colori predefiniti",resetToDefaultSettings:"Ripristino delle impostazioni predefinite",isTranslateTitle:"Abilita la traduzione dei titoli delle pagine",isTranslateTitleDescription:"All'apertura, il titolo della pagina viene tradotto",enableSearchEnhancement:"Abilitazione del miglioramento dei messaggi bilingue",enableSearchEnhancementDescription:'Una volta abilitato, i risultati della ricerca di "Google News" verranno automaticamente visualizzati nella colonna destra dei siti web supportati (Google News, Google Search (alcune parole chiave), Snowball, Oriental Fortune, Futura, Tiger Community) per le parole chiave inglesi corrispondenti.',verifyService:"Clicca qui per testare il servizio",verified:"Verifica del successo","field.langs":"Codici lingua supportati","field.model":"modellazione","field.translationEngine":"motore di traduzione","field.limitPerMinute":"Richieste massime al minuto","field.limitPerSecond":"Numero massimo di richieste al secondo","field.maxTextLengthPerRequest":"Lunghezza massima del testo per richiesta","field.maxTextGroupLengthPerRequest":"Numero massimo di paragrafi per richiesta","field.apiUrl":"Indirizzo dell'interfaccia API personalizzata","field.placeholderDelimiters":"segnaposto riservato","description.custom":"Interfaccia personalizzata Accesso Documentazione necessaria","description.limitPerMinute":"Le richieste che superano questo limite vengono messe in coda fino all'inizio del minuto successivo. A causa delle varie limitazioni dell'attuale servizio di OpenAI, fare clic <1>qui per gli ultimi valori suggeriti.","description.limitPerSecond":"Le richieste che superano questo limite vengono messe in coda fino all'inizio del secondo successivo. A causa delle varie limitazioni dell'attuale servizio di OpenAI, fare clic <1>qui per gli ultimi valori suggeriti.","description.generalLimitPerSecond":"Le richieste che superano questo limite vengono messe in coda fino all'inizio del secondo successivo.","description.prompt":"Invia una conversazione a {service} come utente, dove {{text}} rappresenta il contenuto del testo del paragrafo, {{from}} rappresenta la lingua del paragrafo, {{to}} rappresenta la lingua di destinazione.","description.maxTextLengthPerRequest":"Il numero massimo di caratteri per richiesta \xE8 troppo elevato e causa una risposta lenta dell'interfaccia; provare a regolare questa opzione per ottimizzare la velocit\xE0.","description.systemPrompt":"Invia una conversazione a {service} come sistema, dove {{text}} rappresenta il contenuto del testo del paragrafo, {{from}} rappresenta la lingua del paragrafo, {{to}} rappresenta la lingua di destinazione.","field.domain":"regno","description.domain":"L'impostazione predefinita \xE8\uFF1Ageneral. Pu\xF2 essere impostata solo se la traduzione con dominio \xE8 abilitata nella console Arima API, vedere <1>qui per i domini supportati.","field.scene":"prendere","description.scene":"Valore predefinito:\uFF1Ageneral. Pu\xF2 essere impostato solo se la console API di AliCloud apre Machine Translation Pro, vedere <1>qui per gli scenari supportati.","field.vocabId":"ID del dizionario utente","description.vocabId":"Il dizionario out_id specificato, attualmente supporta la traduzione dall'inglese al cinese.","description.model":"Modelli OpenAI, possono essere gpt-3.5-turbo, gpt-4, ecc.","description.maxTextGroupLengthPerRequest":"Il numero di paragrafi inviati al servizio di traduzione alla volta; se ci sono troppi paragrafi, l'interfaccia potrebbe rispondere pi\xF9 lentamente.","description.apiUrl":"Si prega di aggiungere URL specifici con percorsi, <1>ulteriori descrizioni",enabledExtension:"Abilitazione delle estensioni",clickToDisableExtension:"Fare clic per disattivare le estensioni",clickToEnableExtension:"Fare clic per abilitare le estensioni",hasBeenDisabled:"disabilitato","show password":"Mostra password",customContent:"Inserire un nome di modello personalizzato",inputOptions:"Miglioramento della casella di input",mouseHoverOptions:"passaggio del mouse",modifyMouseHoverKey:"Modifica della scorciatoia per il passaggio del mouse",enableInputTranslation:"Abilitare o meno il miglioramento della casella di input",enableInputTranslationDescription:"Una volta abilitato, digitare {startingKey}{startingKey} hello direttamente nella casella di input, poi premere rapidamente{inputTrailingTriggerKeyRepeatTimes}volte{trailingKey}per tradurre in {inputTargetLanguage}.",enableInputTranslationDescriptionForNoneKey:"Una volta abilitato, digitate\uFF1AHello World direttamente nella casella di input, quindi premete rapidamente{inputTrailingTriggerKeyRepeatTimes}{trailingKey}volte per tradurre nella lingua di destinazione predefinita.",inputTargetLanguage:"Impostazione della lingua di destinazione predefinita per le caselle di input",inputTargetLanguageDescription:"Lingua di destinazione predefinita per la traduzione della casella di input, ovvero {startingKey}{startingKey} come lingua predefinita per le parole di attivazione.",inputTargetLanguageDescriptionForNoneKey:"Lingua di destinazione predefinita per la traduzione della casella di input",inputStartingTriggerKeyTitle:"Impostazione del carattere di divisione per la traduzione parziale della casella di input",inputStartingTriggerKeyDescription:"Quando non \xE8 necessario tradurre l'intera casella di input, lo splitter consente di tradurre solo la parte da {startingKey}{startingKey} alla fine della casella di input, oppure \xE8 possibile specificare il codice della lingua, ad esempio\uFF1A{startingKey}ja significa tradurre solo la parte da {startingKey}ja alla fine della casella di input.",inputStartingTriggerKeyDescriptionForNoneKey:"L'impostazione attuale di nessun prefisso non \xE8 necessaria e la funzione di traduzione di alcuni testi nella casella di immissione non \xE8 al momento disponibile.",inputTrailingTriggerKeyTitle:"Selezionare un carattere di attivazione di fine inserimento",inputTrailingTriggerKeyDescription:"3 colpi veloci{trailingKey} inizier\xE0 a tradurre!",inputTrailingTriggerKeyTimeout:"Immettere l'intervallo di tempo tra gli inneschi di fine combattimento",inputTrailingTriggerKeyTimeoutDescription:"Imposta l'intervallo di tempo (in millisecondi) tra le attivazioni della combo di fine input",spaceKey:"<\u7A7A\u683C\u952E>",noneKey:"Traduzione diretta dell'intera casella di testo senza prefissi",inputTranslationBlockUrlsTitle:"Non abilitare il miglioramento della casella di input nei seguenti URL",inputTranslationBlockUrlsDescription:"I miglioramenti della casella di input non funzionano con i seguenti URL",clickToSeeQuickDemo:"Fare clic per espandere il video di esercitazione rapida di 30 secondi",inputHelperInfo:"Descrizione\uFF1AAbbiamo ottimizzato il fatto che alcuni caratteri di attivazione si trasformano in segni di punteggiatura cinesi con i metodi di input cinesi, ad esempio, / si trasforma in un segno di dun, con il metodo di input Sogou, e Immersive Translator supporta tutti i simboli cinesi corrispondenti ai caratteri di attivazione, ad esempio //,,, saranno riconosciuti come caratteri di attivazione.

Supportiamo anche gli alias cinesi per i codici di lingua come comandi, ad esempio /Japanese Hello World verr\xE0 tradotto in giapponese; <1>fare clic qui per vedere tutti i codici di lingua supportati.",reloadCurrentPage:"Aggiornare la pagina corrente prima di iniziare la traduzione.",noLocalFilePermissionForPDF:"Non si ha l'autorizzazione a leggere i file locali, fare clic sul pulsante sopra e importare i file locali.",noPermissionForThisPage:"\u26A0\uFE0F Nessun permesso per tradurre la pagina corrente",retryAllParagraphs:"Riprova tutti i passaggi di errore",retryAllButton:"Riprova tutti i passaggi di errore",errorTooltipTitle:"Fare clic per visualizzare la causa dell'errore",errorModalTitle:"Sembra che ci sia qualcosa che non va nel servizio di traduzione o nella rete...",disableConfirm:"Impostazione bilingue per il miglioramento delle informazioni",disableOnce:"Questa disabilitazione",disableGlobal:"disabilitare in modo permanente",disableTint:"* \xC8 possibile riabilitarlo all'indirizzo {option} .",searchEnhancementNotes:"Dopo aver attivato la funzione Immersive Translation Bilingual Information Enhancement, cercheremo automaticamente le stesse parole chiave in inglese sui siti web supportati (Google News, Google Search (alcune parole chiave), Snowball, Oriental Wealth, Futura, Tiger) e le visualizzeremo sul lato destro. Potete scegliere di disabilitare questa funzione se non ne avete bisogno.",option:"allestimento",saveSettings:"Salva le impostazioni",closeModal:"Chiudere la finestra",enableInputTranslationWithoutTriggerKeyTitle:"Abilitare 3 colpi rapidi su{trailingKey}per tradurre direttamente l'intera casella di input in{inputTargetLanguage}",enableInputTranslationWithoutTriggerKeyDescription:"Per specificare la lingua di destinazione, usare il prefisso della lingua, per esempio\uFF1Aja Hello World",mouseHoverShortcutPlaceholder:"Ad esempio,\uFF1AShift",deepLProName:"Immersive Translation Pro Membro (consigliato)",deepLProDescription:"Il pacchetto corrente pu\xF2 essere utilizzato direttamente",deeplProDescriptionForNormal:"Non \xE8 richiesta alcuna configurazione, i membri possono utilizzarlo dopo il login, <1>clicca qui per passare a membro",deepLCustomDescription:"\xC8 richiesta una carta di credito estera, aperta ufficialmente su <1>DeepL, clicca per la <2>documentazione",deepLCustomName:"Chiave di autorizzazione personalizzata",chooseProviderLabel:"Selezionare un fornitore di servizi",openaiProName:"Immersive Translation Pro Membro (consigliato)",openaiProDescription:"Il pacchetto corrente pu\xF2 essere utilizzato direttamente",openaiProDescriptionForNormal:"Non \xE8 richiesta alcuna configurazione, i membri possono utilizzarlo dopo il login, <1>clicca qui per passare a membro",openaiCustomDescription:"Disponibile su OpenAI, Azure OpenAI o altri servizi di terze parti, <1>fare clic qui per la documentazione.",openaiCustomName:"Chiave API personalizzata",needLoginAction:"(Iscrizione aperta o personalizzazione)",goLoginOrAction:"(Aprire un'iscrizione o andare alle impostazioni)",yearly:"effettuare un pagamento annuale consecutivo",quarterly:"avvolgimento sequenziale",monthly:"abbonamento mensile",yearlyForOnce:"Pacchetto annuale una tantum",monthlyForOnce:"Pacchetto mensile una tantum",daily:"giorni consecutivi di pacchetti",year:"effettuare un pagamento annuale consecutivo",quarter:"avvolgimento sequenziale",month:"abbonamento mensile",day:"giorni consecutivi di pacchetti",onetime_7day:"Pacchetto esperienza di 7 giorni",currentPlanDescriptionForFree:"Pacchetti attuali\uFF1AGratis",currentPlanDescriptionForContinuous:"L'attuale pacchetto\uFF1A{plan}sar\xE0 rinnovato automaticamente su {endAt} .",currentPlanDescriptionForAutoRenewCaceling:"L'attuale pacchetto\uFF1A{plan}scadr\xE0 il giorno {endAt} e non sar\xE0 rinnovato automaticamente alla scadenza.",currentYearlyPlanDescriptionForAutoRenewCacelingWithRealPaiedUser:"Il pacchetto attuale,\uFF1A{plan}, scadr\xE0 il {endAt} e non sar\xE0 rinnovato automaticamente alla scadenza.
<1>Clicca qui per gestire il tuo piano di rinnovo",currentYearlyPlanDescriptionForAutoRenewCacelingWithAdmin:"Il pacchetto attuale,\uFF1A{plan}, scadr\xE0 il {endAt} e non sar\xE0 rinnovato automaticamente alla scadenza.
<1>Fare clic qui per attivare l'abbonamento annuale continuo",currentPlanDescriptionForOneTime:"L'attuale abbonamento\uFF1A{plan}scadr\xE0 il {endAt} , <1>clicca qui per passare all' abbonamento <1>annuale o <2>mensile.",upgradePlan:"Clicca qui per passare all'iscrizione Pro",upgradeToPro:"Aggiornamento all'iscrizione Pro","popup.openPro":"Passa all'iscrizione Pro per usufruire di DeepL e della traduzione OpenAI, clicca qui per effettuare l'aggiornamento!","popup.openProForPro":"Sei un membro Pro con accesso diretto alle traduzioni di DeepL e OpenAI!",currentAccount:"conto corrente",enableAutoSyncUserSettings:"Abilita la sincronizzazione automatica con il cloud su pi\xF9 dispositivi",modalEnableInputTranslationTitle:"Casella di input per la traduzione immersiva Avvisi di traduzione",modalEnableInputTranslationDesc:"\xC8 stata appena attivata la traduzione della casella di input di Immersive Translation premendo la barra spaziatrice 3 volte in rapida successione e il contenuto della casella di input verr\xE0 tradotto nella lingua di destinazione predefinita. La traduzione pu\xF2 essere annullata con Ctrl+Z.

Se si tratta di un errore, non preoccupatevi: potete scegliere di disattivarla questa volta o di disabilitare definitivamente la traduzione delle caselle di input.",saveAndNotShowAgain:"Salvare e interrompere la richiesta",disableInputTranslationTips:"* \xC8 inoltre possibile impostare altre scorciatoie da attivare in {option} ,{learnMore}.",learnMore:"Clicca qui per saperne di pi\xF9",continueEnalbeInputTranslation:"Continuare ad abilitare la traduzione della casella di input",autoRenewTrialSuffix:`(In prova,\xE8 passato immediatamente all'iscrizione completa)`,upgradeFromTrialTitle:"Aggiornamento a Socio Effettivo",subtitle:"sottotitoli video",youtubeService:"Traduzione in immersione Servizi di traduzione con sottotitoli video","subtitle.disabledSubtitle":"Disattivare in modo permanente la funzione dei sottotitoli video","subtitle.disabledSubtitleDescription":"Se Immersive Translator's Video Subtitles entra in conflitto con altre estensioni, \xE8 possibile scegliere di disabilitare definitivamente la funzionalit\xE0 di Immersive Translator's Video Subtitles o disinstallare le altre estensioni in conflitto.","subtitle.autoEnableSubtitle":"Uso automatico dei sottotitoli bilingue","subtitle.autoEnableSubtitleDescription":"Una volta attivato, i sottotitoli bilingue verranno visualizzati automaticamente durante la riproduzione del video, altrimenti sar\xE0 necessario fare clic sul pulsante di traduzione per visualizzarli.","subtitle.preTranslation":"Tradurre i sottotitoli con la traduzione immersiva","subtitle.preTranslationDescription":"Quando \xE8 abilitato, l'intero sottotitolo sar\xE0 pre-tradotto utilizzando il servizio di traduzione specificato di seguito; un video di un'ora consumer\xE0 circa 50.000 gettoni o caratteri, quindi si prega di utilizzarlo a propria discrezione; quando \xE8 disabilitato, i sottotitoli originali saranno utilizzati per primi.","subtitle.humanSubtitlesPreferred":"Uso prioritario del sottotitolaggio umano","subtitle.humanSubtitlesPreferredDescription":"Privilegiare l'uso di sottotitoli umani quando il video ha sottotitoli umani nella lingua di destinazione (consigliato)",videoSubtitleTranslationDescription:"Assegnare un servizio di traduzione separato per i sottotitoli video",subtitleTranslating:"Attendere mentre i sottotitoli vengono tradotti con il servizio {service} ... (traduzione ad immersione)",subtitleLoading:"Caricamento dei sottotitoli...",bilingual:"bilinguismo","field.action":"Se abilitare la terminologia Baidu","description.action":"Quando \xE8 abilitato, un parametro action=1 sar\xE0 aggiunto alla richiesta per informare Baidu del termine abilitato; <1>per ulteriori informazioni, consultare la documentazione ufficiale.",closeQuickTranslation:"Chiudere Hoverball","closeQuickTranslation.untilNext":"Questa volta chiuso fino alla prossima visita","closeQuickTranslation.currentWebsite":"Sito attuale disabilitato","closeQuickTranslation.alwaysClose":"disabilitare in modo permanente","closeQuickTranslation.settingOpen":"(pu\xF2 essere attivata nella <1>pagina delle impostazioni )","closeQuickTranslation.cancel":"cancellazioni","closeQuickTranslation.confirm":"definire","floatBall.popup":"Aprire il pannello Impostazioni rapide","floatBall.translate":"Fare clic per tradurre la pagina","floatBall.showOriginal":"Fare clic per tornare all'articolo originale","floatBall.close":"Chiudere Hoverball","floatBallOptions.enableDescPc":"Dopo aver abilitato l'hoverball della pagina, verr\xE0 visualizzato un pulsante di traduzione rapida sul lato destro della pagina: cliccatelo per tradurre!","floatBallOptions.enableDesc":"Dopo aver disattivato l'hoverball, \xE8 possibile richiamarlo con{touch}. Si consiglia vivamente di inserire tra i preferiti questa pagina di impostazioni nel caso in cui non si riesca a trovare l'hoverball dopo aver inavvertitamente disattivato questa opzione!","description.azureApiUrl":"Inserire l'indirizzo dell'interfaccia API personalizzata",confirmSupportMouse:"Forzare l'abilitazione del supporto del mouse",confirmSupportMouseDescription:"Rilevato che il browser corrente non supporta la funzione del mouse, \xE8 necessario abilitare il supporto del mouse?",sampleTargetText:"Verr\xE0 la lunga notte e io veglier\xF2 da oggi fino alla morte. Non prender\xF2 moglie, non far\xF2 feudi, non avr\xF2 figli. Non porter\xF2 una corona, non lotter\xF2 per l'onore. Far\xF2 il mio dovere, vivr\xF2 e morir\xF2.",sampleSourceText:"Night gathers, and now my watch begins. It shall not end until my death. I shall take no wife, hold no lands, father no children. I shall wear no crowns and win no glory. I shall live and die at my post.","desc.touchShortcutsToggleTranslatePageOnlyTranslation":"Solo traduzione significa che verr\xE0 visualizzata solo la traduzione, se la pagina web non \xE8 ancora stata tradotta, passer\xE0 alla modalit\xE0 e tradurr\xE0.","desc.toggleOnlyTransation":"La modalit\xE0 solo traduzione significa che verr\xE0 visualizzato solo il testo tradotto, se la pagina web non \xE8 ancora stata tradotta, cambier\xE0 modalit\xE0 e tradurr\xE0.",touchShortcutsToggleTranslatePageOnlyTranslation:"Imposta il gesto del touchscreen per passare alla modalit\xE0 bilingue/solo testo tradotto",download_started:"Il download \xE8 gi\xE0 iniziato, se non si avvia automaticamente, fai clic manualmente.",here:"Qui","translationFont.customPlaceholder":"carattere","error.goReset":"Vai a resettare","translationFont.custom":"Inserisci il carattere personalizzato",batchEdit:"Operazione in blocco","translationModeUrl.translation.title":"Solo modalit\xE0 di traduzione del sito web","error.configError":"Anomalia dei dati di configurazione","error.serveConfigError":"Errore nella configurazione del servizio","touch.mouse-translate":"Tradurre il paragrafo specificato","error.proTokenInvalid":"Se sei un utente Pro, per favore accedi prima di utilizzare il servizio di traduzione Pro.","translationModeLang.translation.title":"Solo modalit\xE0 di traduzione della lingua","translationServices.inherit":"Segui il servizio di traduzione principale",enableSentryReport:"Quando si verifica un errore di estensione, invia un feedback utilizzando Sentry",videoSubtitlePreTranslationOn:"I sottotitoli video utilizzeranno la traduzione immersiva come priorit\xE0.",translationFont:"Imposta il carattere","error.reloadPageOfSetting":"Dopo la configurazione, si prega di aggiornare la pagina e tradurre di nuovo.",detectServiceLoading:"Sto controllando i servizi di traduzione disponibili...",toggleToService:"Passa a {service} e riprova","translationModeLang.translation.description":"Quando la lingua della pagina \xE8 una delle seguenti, verr\xE0 utilizzata automaticamente solo la modalit\xE0 di traduzione.","translationModeUrl.translation.description":"Quando il sito web ha i seguenti nomi di dominio, verr\xE0 utilizzata automaticamente solo la modalit\xE0 di traduzione.","error.403":"Il servizio restituisce un errore, non si ha temporaneamente l'autorizzazione per accedere a questo servizio.","error.400":"Il servizio restituisce un errore, errore nei parametri della richiesta, si prega di controllare la configurazione corrispondente.",videoSubtitlePreTranslationOff:"I sottotitoli del video daranno la priorit\xE0 ai sottotitoli automatici inclusi nel video originale.","error.proUpgrade":"Dopo l'aggiornamento, si prega di aggiornare la pagina e tradurre di nuovo.","translationFont.notSupportErrorMessage":"Si prega di controllare se il nome del carattere inserito \xE8 corretto, o confermare che il carattere \xE8 gi\xE0 installato sul tuo dispositivo.","error.429":"Il servizio restituisce un errore, indicando che la richiesta \xE8 troppo frequente o supera il limite di quota, si prega di riprovare pi\xF9 tardi.","error.502":"Il servizio ha restituito un errore, il servizio \xE8 in timeout, si prega di riprovare pi\xF9 tardi.","error.googleLimitIp":"Il servizio restituisce un errore, il servizio Google ha limitato questo indirizzo IP, si consiglia di cambiare il nodo di rete.","error.openAIExceededQuota":"Il servizio restituisce un errore: il saldo del tuo account OpenAI non \xE8 sufficiente, si prega di ricaricare o collegare una carta di credito nel pannello di controllo ufficiale di OpenAI.","error.gemini.429":"Il servizio Gemini attuale ha raggiunto la sua capacit\xE0 massima, si prega di riprovare pi\xF9 tardi o passare ad un altro servizio di traduzione.","desc.toggleVideoSubtitlePreTranslation":"Dopo aver premuto, i sottotitoli bilingui del video utilizzeranno in primo luogo le impostazioni di traduzione immersive, premendo di nuovo avranno la priorit\xE0 i sottotitoli automatici inclusi nel video originale. Nota: questa scorciatoia modifica le impostazioni globali.","error.serveUnavailable":"Il servizio [{serverName}] che stai utilizzando attualmente non \xE8 accessibile a causa di problemi di connessione o del fornitore di servizi. Ti consigliamo di provare a ricaricare la pagina o di cambiare il servizio di traduzione attraverso le <1>impostazioni. Se sei un membro <2>Pro, puoi scegliere di utilizzare i servizi di traduzione pi\xF9 stabili di DeepL o OpenAI (<3>clicca qui per una prova gratuita). Inoltre, potrebbe essere necessario controllare la tua rete o le impostazioni del proxy.","error.openAIFreeLimit":"Il servizio restituisce un errore, la frequenza attuale delle richieste di traduzione ha raggiunto il limite massimo di 3 volte al minuto, si prega di riprovare pi\xF9 tardi. (Questo \xE8 il limite ufficiale di OpenAI per l'API Key gratuita, per rimuovere questo limite, si prega di collegare una carta di credito nel backend di OpenAI.)","floatBall.iKnow":"Lo so.","floatBallOptions.fixedPosition":"Posizione fissa",notLogin:"Non connesso","translationServices.gemini":"Gemelli","error.retry":"Riprova",pickAll:"Seleziona tutto","slide.right":"Scorri a sinistra","multipleClick.2":"Doppio clic",loggedIn:"Accesso effettuato","error.reason":"Motivo dell'errore","multipleClick.4":"Quadruplo colpo","multipleClick.3":"Triplo colpo","widget.translateFile":"PDF/ePub",shortcutSettings:"Scorciatoia","tagsInput.add":"+ Aggiungi","shortcutGroup.others":"Pi\xF9 scorciatoie personalizzate","slide.left":"Scorri a destra","subtitle.hideQuickButton":"Non mostrare pi\xF9 questa scorciatoia","widget.videoSubtitle":"sottotitoli video","error.subscriptionExpiredTitle":"La membership \xE8 scaduta",alwaysTranslateThisSite:"Sempre tradurre questo sito","floatBallOptions.fixedPositionLeft":"Sinistra",touchShortcutsOff:"Chiudi",neverTranslateThisSite:"Non tradurre mai questo sito web",translationOnlyMode:"Solo modalit\xE0 di traduzione",viewWithImmersiveTranslate:"Versione bilingue (traduzione immersiva)",contact:"Contattaci","browser.translateWithBing":"Utilizzo temporaneo di Microsoft per tradurre la pagina corrente",buildSnapshots:"Genera un'istantanea della pagina web","intro.floatBallTitle":"Traduzione rapida della sfera galleggiante","browser.translateWithOpenAI":"Utilizzo temporaneo di OpenAI per tradurre la pagina corrente","widget.videoSubtitleTooltip":"Supporta Youtube e altri {count}+ siti di video","browser.translateWithDeepL":"Utilizzo temporaneamente DeepL per tradurre la pagina corrente",errorReason:"Motivo dell'errore: {message}","browser.translateWithTransmart":"Utilizzo temporaneo di Tencent per tradurre la pagina corrente","shortcutGroup.shortcutsForTranslationServices":"Scorciatoie relative ai servizi di traduzione","browser.translateWithGoogle":"Utilizzo temporaneo di Google per tradurre la pagina corrente",temprarilyChangeTranslationTo_gemini:"Sto utilizzando Gemini per tradurre la pagina corrente.","browser.translateWithGemini":"Utilizza temporaneamente Gemini per tradurre la pagina corrente","widget.instructionTooltip":"Visualizza le istruzioni per l'uso",goLogin:"Vai a fare il login",temprarilyChangeTranslationTo_openai:"Sto utilizzando OpenAI per tradurre la pagina corrente.",temprarilyChangeTranslationTo_transmart:"Sto utilizzando Tencent per tradurre la pagina corrente.","floatBallOptions.fixedPositionRight":"lato destro",paragraphMinTextCountField:"Il numero minimo di caratteri necessari per tradurre un paragrafo",mouseHoverCustomKeyTitle:"Personalizza la scorciatoia del mouse al passaggio del mouse",temprarilyChangeTranslationTo_deepl:"Sto utilizzando DeepL per tradurre la pagina corrente.","subtitle.bilingual":"Sottotitoli bilingui",temprarilyChangeTranslationTo_bing:"Sto utilizzando Microsoft Translate per tradurre la pagina corrente.","intro.hoverTitle":"Posiziona il mouse per tradurre il paragrafo corrente","shortcutGroup.main":"Scorciatoie da tastiera di funzioni comuni",temprarilyChangeTranslationTo_google:"Sto utilizzando Google Traduttore per tradurre la pagina corrente.","subtitle.autoDisableSubtitle":"Non attivare automaticamente i sottotitoli bilingue",upgradeToProErrorTitle:"Si prega di aggiornare a membro Pro prima di utilizzare questo servizio di traduzione",touchShortcutsToggleTranslatePage:"Imposta gesti touch per tradurre pagine web / visualizzare il testo originale","widget.translateFileTooltip":"Traduci documenti PDF, EPUB, SRT, ASS, HTML e TXT","widget.instruction":"Istruzioni per l'uso","proQuotaExceededError.resetTime":"3. Tempo di reimpostazione del limite: {resetTime}","shortcutGroup.touch":"Gesti specifici per touch screen","floatBall.guideClickToTranslate":"Clicca sulla sfera galleggiante di traduzione immersiva per tradurre rapidamente","subtitle.showQuickButton":"Nel lettore visualizza la scorciatoia per i sottotitoli bilingue","floatBall.longPress":"Tenendo premuto a lungo \xE8 possibile aprire rapidamente il pannello delle impostazioni.","neverTranslateText.title":"Le parole seguenti rimangono in lingua originale, non tradurre.","browser.translateInputBox":"Traduci il contenuto attuale del campo di input.","browser.toggleVideoSubtitlePreTranslation":"Passa ai sottotitoli bilingui utilizzando preferibilmente le impostazioni di traduzione immersive.","error.subscriptionExpired":"La tua iscrizione potrebbe essere scaduta, controlla lo stato della tua iscrizione.","shortcutGroup.mouse":"Configurazione scorciatoia per il passaggio del mouse","browser.toggleMouseHoverTranslateDirectly":"Abilita o disabilita temporaneamente la traduzione diretta al passaggio del mouse sulla pagina","intro.subtitleTitle":"Visualizzazione dei sottotitoli bilingui nei video online",networkError:"Il servizio di traduzione o la rete ha problemi",notLoginPro:"Non hai ancora effettuato l'accesso al tuo account membro.",touchShortcutsToggleTranslationMask:"Imposta il gesto del touchscreen per mostrare la traduzione della maschera / mostrare il testo originale","floatBallOptions.fixedPositionDesc":"La palla galleggiante \xE8 a sinistra o a destra della finestra?","desc.touchShortcutsToggleTranslateTouchElement":"Personalizza un gesto e puoi tradurre qualsiasi paragrafo in cui ti trovi.",confirmResetToDefaultSettings:"Confermi di voler ripristinare questo servizio di traduzione alle impostazioni predefinite? (Ripristina solo le impostazioni di questo servizio di traduzione)","description.baiduField":"I campi supportati sono visti <1>qui, se vuoto significa che non \xE8 specificato alcun campo.",touchShortcutsToggleTranslateTouchElement:"Imposta il gesto del touchscreen per tradurre il paragrafo specificato","desc.toggleTranslateTheWholePage":"Traduci l'intera area della pagina, di default, tradurremo l'area principale della pagina, puoi utilizzare questa scorciatoia per tradurre specificamente l'intera area della pagina.",mouseHoverCustomKeyDescription:"Puoi personalizzare una combinazione di tasti di scelta rapida per il passaggio del mouse, ad esempio: Alt+Z, Ctrl+E, Cmd+Alt+E o direttamente Cmd, si prega di inserire manualmente.",paragraphMinTextCountDesc:"Attenzione, qui si intende la lunghezza del carattere, ad esempio: ciao \xE8 composto da 5 caratteri, impostare un valore maggiore pu\xF2 ridurre la traduzione di paragrafi non necessari.","desc.toggleTranslateTheMainPage":"Traduci solo l'area principale della pagina, quando hai abilitato la traduzione di tutta l'area della pagina nelle impostazioni avanzate, puoi utilizzare questa scorciatoia per tradurre specificamente l'area principale della pagina.","subtitle.showQuickButtonDescription":"Nell'angolo in basso a destra del lettore video \xE8 disponibile una scorciatoia per attivare i sottotitoli bilingue.","desc.mouseHoverHoldKey":"Quando il mouse \xE8 in hover su un paragrafo, premendo contemporaneamente il tasto di scelta rapida a destra, \xE8 possibile tradurre direttamente quel paragrafo.","desc.interfaceLanguage":"Le impostazioni della lingua dell'interfaccia influenzano la lingua di visualizzazione del pannello di controllo e non hanno nulla a che fare con la lingua target della traduzione.",translationOnlyModeDescription:"La modalit\xE0 solo traduzione si riferisce alla visualizzazione solo del testo tradotto, non della modalit\xE0 bilingue predefinita. Nota: a causa di limitazioni tecniche, i collegamenti ipertestuali del testo originale non funzioneranno in modalit\xE0 solo traduzione.","desc.touchShortcutsToggleTranslatePage":"Dopo aver impostato, quando si utilizza un dispositivo mobile, \xE8 possibile toccare lo schermo con X dita contemporaneamente, scorrere a sinistra e a destra o fare clic continuamente per attivare la traduzione della pagina web / visualizzare il testo originale.","desc.touchShortcutsToggleTranslationMask":"La maschera di traduzione si riferisce all'effetto sfocato nello stile del testo tradotto (modalit\xE0 di apprendimento), che, una volta attivato, applica temporaneamente un effetto sfocato al testo tradotto, facilitando l'apprendimento.",shortcutSettingsTitle:"Impostazioni scorciatoie","proQuotaExceededError.onetime7day":'\uFF0Cpuoi scegliere uno dei seguenti metodi per risolvere:

1. Passa a {anotherService} o ad altri servizi di traduzione
2. Aggiorna a un membro mensile/annuale ',"contact.description":"Se avete domande o suggerimenti, siete invitati a compilare il modulo sottostante per contattarci, o inviare una mail a {email}, vi risponderemo il pi\xF9 presto possibile.","proQuotaExceededError.nonTrial":'\uFF0Cpuoi scegliere uno dei seguenti metodi per risolvere:

1. Passa a {anotherService} o ad altri servizi di traduzione
2. Acquista un pacchetto di traffico extra {translationService}',"proQuotaExceededError.trial":'\uFF0Cpuoi scegliere uno dei seguenti metodi per risolvere:

1. Passa a {anotherService} o ad altri servizi di traduzione
2. Aggiorna subito a membro ufficiale',"intro.floatBallDescription":"Una volta attivato, verr\xE0 visualizzato un pulsante di traduzione rapida sul lato destro della pagina, cliccandolo si pu\xF2 tradurre, cliccandolo di nuovo si pu\xF2 tornare al testo originale. Su dispositivi mobili, tenendo premuto il pallone galleggiante, \xE8 possibile aprire il pannello delle impostazioni rapide.","desc.toggleMouseHoverTranslateDirectly":"Dopo aver premuto questo tasto di scelta rapida, sulla pagina, basta che il mouse punti a qualsiasi testo per tradurlo automaticamente. Premendo di nuovo il tasto di scelta rapida, \xE8 possibile disattivare questa funzione di traduzione automatica.",shortcutDisableTooltip:"Si prega di impostare nella pagina di gestione delle scorciatoie da tastiera dell'estensione del browser, per ulteriori indicazioni si prega di consultare le istruzioni nella parte superiore di questa pagina.","subtitle.supportedSites":"\xC8 supportato l'uso di sottotitoli bilingui su questi siti web (Nota: a causa di limitazioni tecniche, alcuni siti web potrebbero aver bisogno di essere aggiornati dopo aver attivato i sottotitoli per la prima volta, o potrebbe essere necessario attendere che la traduzione sia completata per visualizzare i sottotitoli bilingui):","neverTranslateText.description":"A causa di alcune carenze di riconoscimento dei nomi propri da parte di alcuni motori di traduzione, puoi aggiungere parole qui per assicurarti che non vengano convertite durante il processo di traduzione. Si prega di notare che questa funzione distingue tra maiuscole e minuscole e supporta solo le lingue separate da spazi (come l'inglese, il francese), non \xE8 adatta per lingue come il giapponese, il coreano, ecc.","intro.subtitleDescription":"Dopo aver attivato questa funzione, i sottotitoli bilingui verranno visualizzati automaticamente durante la riproduzione del video. Se non \xE8 abilitato, \xE8 necessario fare clic manualmente sul pulsante di traduzione sulla pagina per visualizzare i sottotitoli. Si prega di notare che, a causa di limitazioni tecniche, alcuni siti web potrebbero richiedere l'aggiornamento della pagina o l'attesa del completamento della traduzione prima di poter visualizzare i sottotitoli bilingui. (Inoltre, \xE8 possibile attivare/disattivare il pannello di traduzione immersiva nell'angolo in alto a destra dopo aver aperto il sito web del video).

Attualmente \xE8 possibile utilizzare i sottotitoli bilingui su questi siti web:","intro.hoverDescription":"La traduzione al passaggio del mouse \xE8 una funzione molto importante nella traduzione immersiva, basta posizionare il mouse sul paragrafo e premere contemporaneamente la scorciatoia impostata per tradurre automaticamente il paragrafo corrente (nota: non \xE8 abilitato di default, si prega di impostarlo qui sotto), questa interazione \xE8 utilizzata per sostituire meglio la traduzione del testo selezionato, inoltre, questa funzione \xE8 ampiamente utilizzata in quelle aree di traduzione che non possono essere riconosciute, puoi utilizzare questa funzione per forzare la traduzione di qualsiasi paragrafo.",geminiWarning:"Attenzione: il servizio gratuito Gemini fornito da Google ha restrizioni severe, potrebbe essere considerato da Google come un tentativo dell'utente di eludere i loro limiti di quota gratuita utilizzando pi\xF9 chiavi. Non \xE8 consigliato usarlo, si consiglia di aspettare che Google apra l'interfaccia a pagamento di Gemini in futuro per usarlo.","floatBall.setting":"Impostazione","floatBall.translateToLanguage":"Fare clic per tradurre in {language}","floatBall.file":"Traduci PDF, EPUB, SRT, ASS, HTML, file TXT",changeToOnlyTempTranslationMode:"Alterna per visualizzare solo le traduzioni",changeToDualTempTranslationMode:"Passare alla traduzione bilingue","transitionMode.dual":"Contrasto bilingue","options.navbar.installApp":"Installa l'app per smartphone","options.navbar.translateFile":"Tradurre il documento","transitionMode.translation":"Solo il testo tradotto.","subtitle.transitionModeDescription":"Imposta i sottotitoli del video per il confronto bilingue o solo modalit\xE0 di traduzione","transitionMode.inherit":"Mantenere coerente con la modalit\xE0 di visualizzazione della traduzione predefinita del sistema","subtitle.transitionMode":"Impostazioni dei sottotitoli video bilingue / solo traduzione",translateFileTooltip:`Traduci PDF, ePub, srt, ass, HTML, file TXT`,"description.multiplePrompt":`Quando il numero di paragrafi \xE8 superiore a 1, la conversazione inviata a {service} come utente, dove {{from}} indica la lingua del paragrafo, {{to}} indica la lingua di destinazione, {{yaml}} \xE8 il contenuto del paragrafo che abbiamo confezionato in formato yaml, se hai bisogno di personalizzare Prompt, devi assicurarti che ogni elemento nel risultato YAML della risposta AI includa il campo {env.imt_trans_field}, {{imt_trans_field}} \xE8 il nome del campo di traduzione che speriamo la AI risponda, il default \xE8 {env.imt_trans_field}, {{imt_source_field}} \xE8 il nome del campo del testo originale che passiamo alla AI, il default \xE8 {env.imt_source_field}, esempio di risultato: - id: 1 @@ -5100,7 +5100,7 @@ ass, HTML, file TXT`,"description.multiplePrompt":`Quando il numero di paragrafi {env.imt_sub_trans_field}: Traduzione - id: 2 {env.imt_sub_source_field}: Source - {env.imt_sub_trans_field}: Traduzione`,"translationServices.claude":"Claude","subtitle.quickButton.black":"nero","subtitle.quickButton.blue":"blu","subtitle.quickButton.white":"bianco","subtitle.quickButton.green":"Verde","subtitle.quickButton.magenta":"Fucsia","subtitle.quickButton.sourceTextColor":"Colore del carattere originale","subtitle.quickButton.yellow":"giallo","subtitle.quickButton.sourceFontSize":"Dimensione originale del carattere","subtitle.quickButton.backgroundOpacity":"Opacit\xE0 di sfondo","subtitle.quickButton.translationPositionTop":"Sopra il testo originale","subtitle.quickButton.backgroundColor":"colore di sfondo","subtitle.quickButton.translationPosition":"Posizione del testo tradotto","subtitle.quickButton.translationPositionBottom":"Sotto il testo originale","subtitle.quickButton.red":"Rosso","subtitle.quickButton.cyan":"Blu","subtitle.quickButton.setting":"Impostazione","subtitle.quickButton.translationTextColor":"Colore del carattere del testo","subtitle.quickButton.translationFontSize":"Dimensione del carattere del testo tradotto",attachSubtitleTranslating:"Utilizzando {service} per la traduzione...","error.claude.403":"Non hai l'autorizzazione per accedere al servizio, potrebbe essere correlato alle restrizioni regionali di Claude, puoi provare a cambiare il tuo indirizzo IP o utilizzare altri servizi di traduzione.","browser.brandDescriptionForSafari":"\u3010Traduzione Immersiva\u3011Un plugin gratuito per la traduzione di pagine web bilingue (originale/tradotto), che supporta anche la traduzione di PDF e libri elettronici EPUB mantenendo la formattazione originale del documento, la traduzione di sottotitoli bilingui per video online come Youtube/Netflix, e supporta servizi di traduzione mainstream come Deepl/Google;","browser.PdfProFile":"Traduzione Pro di PDF guidata da AI","browser.textTranslate":"Traduzione del testo"};var Sh={nologin:"\u043D\u0435 \u0432\u043E\u0448\u0451\u043B \u0432 \u0441\u0438\u0441\u0442\u0435\u043C\u0443",loginForSafari:"\u0412\u043E\u0439\u0442\u0438 \u0438\u043B\u0438 \u0437\u0430\u0440\u0435\u0433\u0438\u0441\u0442\u0440\u0438\u0440\u043E\u0432\u0430\u0442\u044C\u0441\u044F",login:"\u0412\u0445\u043E\u0434 \u0432 \u0441\u0438\u0441\u0442\u0435\u043C\u0443 \u0434\u043B\u044F \u043E\u0442\u043A\u0440\u044B\u0442\u0438\u044F \u0447\u043B\u0435\u043D\u0441\u0442\u0432\u0430",manageAccount:"\u0423\u043F\u0440\u0430\u0432\u043B\u044F\u0435\u043C\u044B\u0435 \u0441\u0447\u0435\u0442\u0430",openPremium:"\u041E\u0442\u043A\u0440\u044B\u0442\u043E\u0435 \u0447\u043B\u0435\u043D\u0441\u0442\u0432\u043E",logout:"\u043F\u0440\u0435\u0440\u0432\u0430\u0442\u044C",curentPlan:"\u0422\u0435\u043A\u0443\u0449\u0438\u0435 \u043F\u0430\u043A\u0435\u0442\u044B",endAt:"\u0441\u0440\u043E\u043A \u0434\u0435\u0439\u0441\u0442\u0432\u0438\u044F",endAuto:"\u0430\u0432\u0442\u043E\u043F\u0440\u043E\u0434\u043B\u0435\u043D\u0438\u0435",lineBreakMaxTextCount:"\u041C\u0430\u043A\u0441\u0438\u043C\u0430\u043B\u044C\u043D\u043E\u0435 \u043A\u043E\u043B\u0438\u0447\u0435\u0441\u0442\u0432\u043E \u0441\u0438\u043C\u0432\u043E\u043B\u043E\u0432, \u0434\u043E\u043F\u0443\u0441\u0442\u0438\u043C\u043E\u0435 \u0432 \u043E\u0434\u043D\u043E\u043C \u043F\u0440\u0435\u0434\u043B\u043E\u0436\u0435\u043D\u0438\u0438 \u043F\u043E\u0441\u043B\u0435 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430 \u0441\u0442\u0440\u043E\u043A\u0438","translate-pdf":"\u041D\u0430\u0436\u043C\u0438\u0442\u0435, \u0447\u0442\u043E\u0431\u044B \u043F\u0435\u0440\u0435\u0432\u0435\u0441\u0442\u0438 PDF","noSupportTranslate-pdf":"\u0421\u043A\u0440\u0438\u043F\u0442 \u043D\u0435 \u043F\u043E\u0434\u0434\u0435\u0440\u0436\u0438\u0432\u0430\u0435\u0442\u0441\u044F, \u043F\u043E\u0436\u0430\u043B\u0443\u0439\u0441\u0442\u0430, \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u0443\u0439\u0442\u0435 \u043F\u043B\u0430\u0433\u0438\u043D","translate-firefox-local-pdf":"\u041D\u0430\u0436\u043C\u0438\u0442\u0435 \u0434\u043B\u044F \u043F\u0435\u0440\u0435\u0445\u043E\u0434\u0430 \u043A \u0440\u0430\u0437\u0434\u0435\u043B\u0443 \u0418\u043C\u043F\u043E\u0440\u0442 PDF",enableLineBreak:"\u0412\u043A\u043B\u044E\u0447\u0438\u0442\u044C \u0430\u0432\u0442\u043E\u043C\u0430\u0442\u0438\u0447\u0435\u0441\u043A\u0443\u044E \u043F\u043E\u0434\u0430\u0447\u0443 \u0441\u0442\u0440\u043E\u043A\u0438 \u0434\u043B\u044F \u0434\u043B\u0438\u043D\u043D\u044B\u0445 \u0430\u0431\u0437\u0430\u0446\u0435\u0432",sponsorLabel:"$1 \u0421\u043F\u043E\u043D\u0441\u0438\u0440\u0443\u0435\u043C\u044B\u0435 \u0440\u0430\u0437\u0440\u0430\u0431\u043E\u0442\u0447\u0438\u043A\u0438",help:"\u0440\u0443\u043A\u0430",browserShortcutsNoteForFirefox:"\u0427\u0442\u043E\u0431\u044B \u0438\u0437\u043C\u0435\u043D\u0438\u0442\u044C \u044F\u0440\u043B\u044B\u043A\u0438 \u0432 Firefox, \u043D\u0435\u043E\u0431\u0445\u043E\u0434\u0438\u043C\u043E \u043E\u0442\u043A\u0440\u044B\u0442\u044C \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u0443 \u0443\u043F\u0440\u0430\u0432\u043B\u0435\u043D\u0438\u044F \u0440\u0430\u0441\u0448\u0438\u0440\u0435\u043D\u0438\u044F\u043C\u0438 `about:addons`, \u0437\u0430\u0442\u0435\u043C \u043D\u0430\u0436\u0430\u0442\u044C `Settings`, \u0430 \u0434\u043B\u044F \u043D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0438 \u044F\u0440\u043B\u044B\u043A\u043E\u0432 - `Manage Shortcuts`.",browserShortcutsNoteForChrome:"\u0414\u043B\u044F \u0438\u0437\u043C\u0435\u043D\u0435\u043D\u0438\u044F \u044F\u0440\u043B\u044B\u043A\u043E\u0432 \u0432 Chrome \u043D\u0435\u043E\u0431\u0445\u043E\u0434\u0438\u043C\u043E \u043E\u0442\u043A\u0440\u044B\u0442\u044C \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u0443 \u0443\u043F\u0440\u0430\u0432\u043B\u0435\u043D\u0438\u044F \u0440\u0430\u0441\u0448\u0438\u0440\u0435\u043D\u0438\u044F\u043C\u0438, \u0437\u0430\u0434\u0430\u0442\u044C \u0438\u0445 \u043D\u0430 \u043F\u0430\u043D\u0435\u043B\u0438 `Manage Shortcuts` (`chrome://extensions/shortcuts`) \u0438 \u043D\u0430\u0436\u0430\u0442\u044C \u043A\u043D\u043E\u043F\u043A\u0443 \u043D\u0438\u0436\u0435 \u0434\u043B\u044F \u043F\u0435\u0440\u0435\u0445\u043E\u0434\u0430 \u043D\u0430 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u0443 \u0443\u043F\u0440\u0430\u0432\u043B\u0435\u043D\u0438\u044F \u044F\u0440\u043B\u044B\u043A\u0430\u043C\u0438.",browserShortcutsSucks:"\u041D\u0430\u0441\u0442\u0440\u043E\u0435\u043D\u043D\u044B\u0435 \u044F\u0440\u043B\u044B\u043A\u0438 \u0438\u043C\u0435\u044E\u0442 \u0432\u0438\u0434 (\u0430\u0432\u0442\u043E\u0440\u0430\u0441\u043F\u043E\u0437\u043D\u0430\u0432\u0430\u043D\u0438\u0435 \u043D\u0435 \u043F\u0440\u043E\u0438\u0437\u0432\u043E\u0434\u0438\u0442\u0441\u044F, \u0432\u0432\u043E\u0434\u0438\u0442\u0435 \u043D\u0435\u043F\u043E\u0441\u0440\u0435\u0434\u0441\u0442\u0432\u0435\u043D\u043D\u043E)\uFF1A",enableLineBreakDescription:"\u041F\u0440\u0438 \u0432\u043A\u043B\u044E\u0447\u0435\u043D\u0438\u0438 \u044D\u0442\u043E\u0439 \u0444\u0443\u043D\u043A\u0446\u0438\u0438 \u0432 \u0434\u043B\u0438\u043D\u043D\u044B\u0445 \u0430\u0431\u0437\u0430\u0446\u0430\u0445 \u0432 \u043A\u043E\u043D\u0446\u0435 \u043A\u0430\u0436\u0434\u043E\u0433\u043E \u043F\u0440\u0435\u0434\u043B\u043E\u0436\u0435\u043D\u0438\u044F \u0431\u0443\u0434\u0443\u0442 \u0432\u0441\u0442\u0430\u0432\u043B\u0435\u043D\u044B \u043F\u0435\u0440\u0435\u043D\u043E\u0441\u044B \u0441\u0442\u0440\u043E\u043A, \u0447\u0442\u043E \u043E\u0431\u043B\u0435\u0433\u0447\u0438\u0442 \u0438\u0445 \u0447\u0442\u0435\u043D\u0438\u0435","browser.shortBrandName":"\u041F\u043E\u0433\u0440\u0443\u0436\u043D\u043E\u0439 \u043F\u0435\u0440\u0435\u0432\u043E\u0434","browser.brandName":"\u0418\u043C\u043C\u0435\u0440\u0441\u0438\u043E\u043D\u043D\u044B\u0439 \u043F\u0435\u0440\u0435\u0432\u043E\u0434: \u0434\u0432\u0443\u044F\u0437\u044B\u0447\u043D\u044B\u0439 \u043F\u0435\u0440\u0435\u0432\u043E\u0434 \u0432\u0435\u0431-\u0441\u0442\u0440\u0430\u043D\u0438\u0446 \u0438 PDF-\u0434\u043E\u043A\u0443\u043C\u0435\u043D\u0442\u043E\u0432","browser.brandDescription":"Bilingual web page translation, also supports PDF translation, bilingual Epub eBook translation, free to use.","browser.toggleTranslatePage":"\u041F\u0435\u0440\u0435\u0432\u0435\u0441\u0442\u0438 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u0443/\u043E\u0442\u043E\u0431\u0440\u0430\u0437\u0438\u0442\u044C \u043E\u0440\u0438\u0433\u0438\u043D\u0430\u043B\u044C\u043D\u044B\u0439 \u0442\u0435\u043A\u0441\u0442","browser.toggleTranslateTheWholePage":"\u041F\u0435\u0440\u0435\u0432\u0435\u0441\u0442\u0438 \u0432\u0441\u0435 \u043E\u0431\u043B\u0430\u0441\u0442\u0438 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u044B/\u043E\u0442\u043E\u0431\u0440\u0430\u0437\u0438\u0442\u044C \u043E\u0440\u0438\u0433\u0438\u043D\u0430\u043B\u044C\u043D\u044B\u0439 \u0442\u0435\u043A\u0441\u0442","browser.toggleOnlyTransation":"\u041F\u0435\u0440\u0435\u043A\u043B\u044E\u0447\u0438\u0442\u044C \u043D\u0430 \u0434\u0432\u0443\u044F\u0437\u044B\u0447\u043D\u044B\u0439 / \u0442\u043E\u043B\u044C\u043A\u043E \u043F\u0435\u0440\u0435\u0432\u043E\u0434 \u0440\u0435\u0436\u0438\u043C","browser.toggleTranslateToThePageEndImmediately":"\u041D\u0435\u043C\u0435\u0434\u043B\u0435\u043D\u043D\u044B\u0439 \u043F\u0435\u0440\u0435\u0432\u043E\u0434 \u0432 \u043D\u0438\u0436\u043D\u044E\u044E \u0447\u0430\u0441\u0442\u044C \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u044B/\u043E\u0442\u043E\u0431\u0440\u0430\u0436\u0435\u043D\u0438\u0435 \u043E\u0440\u0438\u0433\u0438\u043D\u0430\u043B\u044C\u043D\u043E\u0433\u043E \u0442\u0435\u043A\u0441\u0442\u0430","browser.toggleTranslateTheMainPage":"\u041F\u0435\u0440\u0435\u0432\u0435\u0441\u0442\u0438 \u043E\u0441\u043D\u043E\u0432\u043D\u0443\u044E \u043E\u0431\u043B\u0430\u0441\u0442\u044C \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u044B/\u043E\u0442\u043E\u0431\u0440\u0430\u0437\u0438\u0442\u044C \u043E\u0440\u0438\u0433\u0438\u043D\u0430\u043B\u044C\u043D\u044B\u0439 \u0442\u0435\u043A\u0441\u0442","browser.shareToDraft":"\u041F\u043E\u0434\u0435\u043B\u0438\u0442\u044C\u0441\u044F \u0414\u0432\u0443\u044F\u0437\u044B\u0447\u043D\u044B\u0435 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u044B","browser.openOptionsPage":"\u041E\u0442\u043A\u0440\u043E\u0439\u0442\u0435 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u0443 \u043D\u0430\u0441\u0442\u0440\u043E\u0435\u043A","browser.toggleTranslationMask":"\u041F\u043E\u043A\u0430\u0437\u0430\u0442\u044C/\u0441\u043A\u0440\u044B\u0442\u044C \u044D\u0444\u0444\u0435\u043A\u0442 \u0440\u0430\u0437\u043C\u044B\u0442\u0438\u044F \u043F\u0440\u0438 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0435","browser.translateLocalPdfFile":"\u041F\u0435\u0440\u0435\u0432\u043E\u0434 \u043B\u043E\u043A\u0430\u043B\u044C\u043D\u044B\u0445 PDF-\u0444\u0430\u0439\u043B\u043E\u0432","browser.openEbookViewer":"\u0427\u0438\u0442\u0430\u0442\u044C \u043C\u0435\u0441\u0442\u043D\u044B\u0435 \u044D\u043B\u0435\u043A\u0442\u0440\u043E\u043D\u043D\u044B\u0435 \u043A\u043D\u0438\u0433\u0438","browser.openEbookBuilder":"\u0421\u043E\u0437\u0434\u0430\u043D\u0438\u0435 \u0434\u0432\u0443\u044F\u0437\u044B\u0447\u043D\u044B\u0445 \u044D\u043B\u0435\u043A\u0442\u0440\u043E\u043D\u043D\u044B\u0445 \u043A\u043D\u0438\u0433 EPUB","browser.translateLocalHtmlFile":"\u041F\u0435\u0440\u0435\u0432\u043E\u0434 HTML/\u0442\u0435\u043A\u0441\u0442\u043E\u0432\u044B\u0445 \u0444\u0430\u0439\u043B\u043E\u0432","browser.donateContext":"\u0423\u0437\u043D\u0430\u0439\u0442\u0435 \u043E \u043F\u0440\u0435\u0438\u043C\u0443\u0449\u0435\u0441\u0442\u0432\u0430\u0445 \u0441\u043F\u043E\u043D\u0441\u043E\u0440\u0441\u0442\u0432\u0430","browser.translateLocalSubtitleFile":"\u041F\u0435\u0440\u0435\u0432\u043E\u0434 \u0444\u0430\u0439\u043B\u043E\u0432 \u043B\u043E\u043A\u0430\u043B\u044C\u043D\u044B\u0445 \u0441\u0443\u0431\u0442\u0438\u0442\u0440\u043E\u0432",confirmResetConfig:"\u0412\u044B \u0443\u0432\u0435\u0440\u0435\u043D\u044B, \u0447\u0442\u043E \u0445\u043E\u0442\u0438\u0442\u0435 \u0441\u0431\u0440\u043E\u0441\u0438\u0442\u044C \u043D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0438?",translationLineBreakSettingTitle:"\u041D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0430 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430 \u0441\u0442\u0440\u043E\u043A\u0438",smartLineBreak:"\u0438\u043D\u0442\u0435\u043B\u043B\u0435\u043A\u0442\u0443\u0430\u043B\u044C\u043D\u043E\u0435 \u043B\u0438\u043D\u0435\u0439\u043D\u043E\u0435 \u043F\u0438\u0442\u0430\u043D\u0438\u0435 (\u0432\u044B\u0447\u0438\u0441\u043B\u0438\u0442\u0435\u043B\u044C\u043D\u0430\u044F \u0442\u0435\u0445\u043D\u0438\u043A\u0430)",alwaysLineBreak:"\u0412\u0441\u0435\u0433\u0434\u0430 \u043F\u043E\u0434\u0430\u0447\u0430 \u0441\u0442\u0440\u043E\u043A\u0438",isShowContextMenu:"\u0414\u043E\u0431\u0430\u0432\u043B\u0435\u043D\u0438\u0435 \u043F\u0435\u0440\u0435\u0432\u0435\u0434\u0435\u043D\u043D\u044B\u0445 \u0441\u0442\u0440\u0430\u043D\u0438\u0446 \u0432 \u043F\u0443\u043D\u043A\u0442\u044B \u043C\u0435\u043D\u044E, \u0432\u044B\u0437\u044B\u0432\u0430\u0435\u043C\u044B\u0435 \u043F\u0440\u0430\u0432\u043E\u0439 \u043A\u043D\u043E\u043F\u043A\u043E\u0439 \u043C\u044B\u0448\u0438",toggleBeta:"\u0412\u043A\u043B\u044E\u0447\u0435\u043D\u0438\u0435 \u0444\u0443\u043D\u043A\u0446\u0438\u0439 \u0431\u0435\u0442\u0430-\u0442\u0435\u0441\u0442\u0438\u0440\u043E\u0432\u0430\u043D\u0438\u044F",betaDescription:"\u0412\u043A\u043B\u044E\u0447\u0438\u0442\u0435 \u0444\u0443\u043D\u043A\u0446\u0438\u0438, \u043A\u043E\u0442\u043E\u0440\u044B\u0435 \u043F\u043E\u043A\u0430 \u043D\u0430\u0445\u043E\u0434\u044F\u0442\u0441\u044F \u0432 \u0441\u0442\u0430\u0434\u0438\u0438 \u044D\u043A\u0441\u043F\u0435\u0440\u0438\u043C\u0435\u043D\u0442\u0430, \u0430 \u0442\u0430\u043A\u0436\u0435 \u0441\u043B\u0443\u0436\u0431\u0443 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430 \u0432 \u0431\u0435\u0442\u0430-\u0432\u0435\u0440\u0441\u0438\u0438. \u041F\u0440\u0438\u0441\u043E\u0435\u0434\u0438\u043D\u044F\u0439\u0442\u0435\u0441\u044C \u043A <1>\u0433\u0440\u0443\u043F\u043F\u0435 Telegram, \u0447\u0442\u043E\u0431\u044B \u0443\u0437\u043D\u0430\u0442\u044C \u0431\u043E\u043B\u044C\u0448\u0435.",translationLineBreakSettingDescription:"\u0414\u043B\u044F \u0441\u0442\u0440\u0430\u043D\u0438\u0446 \u0441 \u043D\u0435\u0431\u043E\u043B\u044C\u0448\u0438\u043C \u0441\u043E\u0434\u0435\u0440\u0436\u0430\u043D\u0438\u0435\u043C \u0432\u0441\u0435\u0433\u0434\u0430 \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u0443\u0439\u0442\u0435 \u0430\u043A\u043A\u0443\u0440\u0430\u0442\u043D\u044B\u0435 \u043F\u0435\u0440\u0435\u043D\u043E\u0441\u044B \u0441\u0442\u0440\u043E\u043A. (\u0414\u043B\u044F \u044D\u043A\u043E\u043D\u043E\u043C\u0438\u0438 \u043C\u0435\u0441\u0442\u0430 \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u0443\u0439\u0442\u0435 \u0433\u0440\u0430\u043C\u043E\u0442\u043D\u044B\u0435 \u043F\u0435\u0440\u0435\u043D\u043E\u0441\u044B \u0441\u0442\u0440\u043E\u043A \u0432 \u0434\u043B\u0438\u043D\u043D\u044B\u0445 \u0430\u0431\u0437\u0430\u0446\u0430\u0445 \u0441 \u0431\u043E\u043B\u044C\u0448\u0438\u043C \u0441\u043E\u0434\u0435\u0440\u0436\u0430\u043D\u0438\u0435\u043C (\u0431\u043E\u043B\u0435\u0435{count}\u0441\u0438\u043C\u0432\u043E\u043B\u043E\u0432)).",tempTranslateDomainTitle:"\u041F\u0440\u043E\u0434\u043E\u043B\u0436\u0438\u0442\u0435\u043B\u044C\u043D\u043E\u0441\u0442\u044C \u0432\u0440\u0435\u043C\u0435\u043D\u043D\u043E\u0433\u043E \u0432\u043A\u043B\u044E\u0447\u0435\u043D\u0438\u044F \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430 \u0441\u0430\u0439\u0442\u0430",tempTranslateDomainDescription:"\u041F\u0440\u0438 \u0440\u0443\u0447\u043D\u043E\u043C \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0435 \u0432\u0435\u0431-\u0441\u0442\u0440\u0430\u043D\u0438\u0446\u044B \u0432\u0440\u0435\u043C\u0435\u043D\u043D\u043E \u0432\u043A\u043B\u044E\u0447\u0438\u0442\u044C \u0430\u0432\u0442\u043E\u043C\u0430\u0442\u0438\u0447\u0435\u0441\u043A\u0438\u0439 \u043F\u0435\u0440\u0435\u0432\u043E\u0434, \u043F\u0440\u0438 \u044D\u0442\u043E\u043C \u043C\u043E\u0436\u043D\u043E \u0437\u0430\u0434\u0430\u0442\u044C \u0432\u0440\u0435\u043C\u0435\u043D\u043D\u0443\u044E \u043F\u0440\u043E\u0434\u043E\u043B\u0436\u0438\u0442\u0435\u043B\u044C\u043D\u043E\u0441\u0442\u044C.",xMinutes:"{count} \u043C\u0438\u043D\u0443\u0442",disabled:"\u0437\u0430\u043F\u0440\u0435\u0449\u0430\u0442\u044C \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u043D\u0438\u0435 \u0447\u0435\u0433\u043E-\u043B.",changelog:"\u0416\u0443\u0440\u043D\u0430\u043B \u043E\u0431\u043D\u043E\u0432\u043B\u0435\u043D\u0438\u0439",toggleTranslatePageWhenThreeFingersOnTheScreen:"\u041E\u0434\u043D\u043E\u0432\u0440\u0435\u043C\u0435\u043D\u043D\u043E\u0435 \u043A\u0430\u0441\u0430\u043D\u0438\u0435 \u044D\u043A\u0440\u0430\u043D\u0430 \u043D\u0435\u0441\u043A\u043E\u043B\u044C\u043A\u0438\u043C\u0438 \u043F\u0430\u043B\u044C\u0446\u0430\u043C\u0438 \u043E\u0431\u0435\u0441\u043F\u0435\u0447\u0438\u0432\u0430\u0435\u0442 \u043F\u0435\u0440\u0435\u0432\u043E\u0434 \u0432\u0435\u0431-\u0441\u0442\u0440\u0430\u043D\u0438\u0446/\u043E\u0442\u043E\u0431\u0440\u0430\u0436\u0435\u043D\u0438\u0435 \u043E\u0440\u0438\u0433\u0438\u043D\u0430\u043B\u044C\u043D\u043E\u0433\u043E \u0442\u0435\u043A\u0441\u0442\u0430",toggleTranslationMaskWhenThreeFingersOnTheScreen:"\u041F\u0440\u0438\u043A\u043E\u0441\u043D\u043E\u0432\u0435\u043D\u0438\u0435 \u043D\u0435\u0441\u043A\u043E\u043B\u044C\u043A\u0438\u043C\u0438 \u043F\u0430\u043B\u044C\u0446\u0430\u043C\u0438 \u043F\u043E\u043A\u0430\u0437\u044B\u0432\u0430\u0435\u0442/\u0441\u043A\u0440\u044B\u0432\u0430\u0435\u0442 \u044D\u0444\u0444\u0435\u043A\u0442 \u0440\u0430\u0437\u043C\u044B\u0442\u0438\u044F.",fingerCountToToggleTranslagePageOnlyTranslationWhenTouching:"\u041F\u0440\u0438 \u043E\u0434\u043D\u043E\u0432\u0440\u0435\u043C\u0435\u043D\u043D\u043E\u043C \u043A\u0430\u0441\u0430\u043D\u0438\u0438 \u044D\u043A\u0440\u0430\u043D\u0430 \u043D\u0435\u0441\u043A\u043E\u043B\u044C\u043A\u0438\u043C\u0438 \u043F\u0430\u043B\u044C\u0446\u0430\u043C\u0438 \u043E\u0441\u0443\u0449\u0435\u0441\u0442\u0432\u043B\u044F\u0435\u0442\u0441\u044F \u043F\u0435\u0440\u0435\u0432\u043E\u0434 \u0432\u0435\u0431-\u0441\u0442\u0440\u0430\u043D\u0438\u0446\u044B (\u0442\u043E\u043B\u044C\u043A\u043E \u043F\u0435\u0440\u0435\u0432\u043E\u0434)/\u043E\u0442\u043E\u0431\u0440\u0430\u0436\u0435\u043D\u0438\u0435 \u043E\u0440\u0438\u0433\u0438\u043D\u0430\u043B\u044C\u043D\u043E\u0433\u043E \u0442\u0435\u043A\u0441\u0442\u0430.",addUrlDescription:"\u041C\u043E\u0436\u0435\u0442 \u0431\u044B\u0442\u044C \u0434\u043E\u043C\u0435\u043D\u043D\u044B\u043C \u0438\u043C\u0435\u043D\u0435\u043C, \u0430 \u0442\u0430\u043A\u0436\u0435 \u043F\u043E\u0434\u0434\u0435\u0440\u0436\u0438\u0432\u0430\u0435\u0442 \u043F\u043E\u0434\u0441\u0442\u0430\u043D\u043E\u0432\u043E\u0447\u043D\u044B\u0435 \u0437\u043D\u0430\u043A\u0438, \u043D\u0430\u043F\u0440\u0438\u043C\u0435\u0440,\uFF1A*.google.com, google.com/mail/*, https://www.google.com/*.",general:"\u041E\u0441\u043D\u043E\u0432\u043D\u044B\u0435 \u043D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0438",clickToExpandConfig:"\u0420\u0430\u0441\u0448\u0438\u0440\u0438\u0442\u044C \u0442\u0435\u043A\u0443\u0449\u0443\u044E \u043A\u043E\u043D\u0444\u0438\u0433\u0443\u0440\u0430\u0446\u0438\u044E",import:"\u0418\u043C\u043F\u043E\u0440\u0442 \u0438\u0437 \u0444\u0430\u0439\u043B\u0430",export:"\u042D\u043A\u0441\u043F\u043E\u0440\u0442 \u0432 \u0444\u0430\u0439\u043B",toggleDebug:"\u0412\u044B\u0432\u0435\u0441\u0442\u0438 \u0436\u0443\u0440\u043D\u0430\u043B \u043E\u0442\u043B\u0430\u0434\u043A\u0438 \u043D\u0430 \u043A\u043E\u043D\u0441\u043E\u043B\u044C","fingers.0":"\u043A\u043B\u043E\u0442\u0443\u0440\u0430","fingers.2":"\u043A\u0430\u0441\u0430\u043D\u0438\u0435 \u0434\u0432\u0443\u043C\u044F \u043F\u0430\u043B\u044C\u0446\u0430\u043C\u0438","fingers.3":"\u043A\u0430\u0441\u0430\u043D\u0438\u0435 \u0442\u0440\u0435\u043C\u044F \u043F\u0430\u043B\u044C\u0446\u0430\u043C\u0438","fingers.4":"\u043A\u0430\u0441\u0430\u043D\u0438\u0435 \u0447\u0435\u0442\u044B\u0440\u044C\u043C\u044F \u043F\u0430\u043B\u044C\u0446\u0430\u043C\u0438","fingers.5":"\u043F\u044F\u0442\u0438\u043F\u0430\u043B\u044C\u0446\u0435\u0432\u043E\u0435 \u043A\u0430\u0441\u0430\u043D\u0438\u0435",mouseHoldKey:"+ {key} \u043F\u0435\u0440\u0435\u0432\u0435\u0441\u0442\u0438/\u0432\u043E\u0441\u0441\u0442\u0430\u043D\u043E\u0432\u0438\u0442\u044C \u0430\u0431\u0437\u0430\u0446",mouseHoldKeyAuto:"\u041F\u0440\u044F\u043C\u043E\u0439 \u043F\u0435\u0440\u0435\u0432\u043E\u0434 \u0430\u0431\u0437\u0430\u0446\u0430",mouseHoldKeyOff:"\u041D\u0435 \u0434\u0435\u043B\u0430\u0439\u0442\u0435 \u043D\u0438\u0447\u0435\u0433\u043E.",mouseHoldKeyOther:"\u041D\u0430\u0441\u0442\u0440\u0430\u0438\u0432\u0430\u0435\u043C\u044B\u0435 \u044F\u0440\u043B\u044B\u043A\u0438 (\u043E\u0442\u043A\u0440\u044B\u0442\u044C \u043D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0438)",mouseHoldKeyCustomKey:"{key} \u041F\u0435\u0440\u0435\u0432\u043E\u0434/\u0441\u043E\u043A\u0440\u0430\u0449\u0435\u043D\u0438\u0435 \u0430\u0431\u0437\u0430\u0446\u0430",mouseHoverHoldKey:"\u041F\u0435\u0440\u0435\u0432\u043E\u0434 \u0430\u0431\u0437\u0430\u0446\u0435\u0432 \u043E\u0441\u0443\u0449\u0435\u0441\u0442\u0432\u043B\u044F\u0435\u0442\u0441\u044F \u043D\u0430\u0436\u0430\u0442\u0438\u0435\u043C \u043A\u043B\u0430\u0432\u0438\u0448\u0438 \u0431\u044B\u0441\u0442\u0440\u043E\u0433\u043E \u0434\u043E\u0441\u0442\u0443\u043F\u0430 \u043F\u0440\u0438 \u043D\u0430\u0432\u0435\u0434\u0435\u043D\u0438\u0438 \u043A\u0443\u0440\u0441\u043E\u0440\u0430 \u043C\u044B\u0448\u0438.","mouse-translate":"\u043D\u0430\u0432\u0435\u0434\u0435\u043D\u0438\u0435 \u043C\u044B\u0448\u0438",document:"(\u043A\u043E\u043C\u043F\u044C\u044E\u0442\u0435\u0440\u043D\u044B\u0439) \u0444\u0430\u0439\u043B",resetSuccess:"\u0423\u0441\u043F\u0435\u0448\u043D\u044B\u0439 \u0441\u0431\u0440\u043E\u0441 \u0432\u0441\u0435\u0445 \u043D\u0430\u0441\u0442\u0440\u043E\u0435\u043A",resetThisSuccess:"\u0421\u0431\u0440\u043E\u0441 \u0443\u0441\u043F\u0435\u0448\u0435\u043D",saved:"\u0421\u043E\u0445\u0440\u0430\u043D\u0438\u0442\u044C \u0443\u0441\u043F\u0435\u0448\u043D\u044B\u0439",successImportConfig:"\u0423\u0441\u043F\u0435\u0448\u043D\u044B\u0439 \u0438\u043C\u043F\u043E\u0440\u0442 \u043A\u043E\u043D\u0444\u0438\u0433\u0443\u0440\u0430\u0446\u0438\u0438",goAdvancedSettings:"\u041F\u0435\u0440\u0435\u0439\u0434\u0438\u0442\u0435 \u043D\u0430 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u0443 \u0414\u043E\u043F\u043E\u043B\u043D\u0438\u0442\u0435\u043B\u044C\u043D\u044B\u0435 \u043D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0438",goAdvancedInterfaceSettings:"\u041F\u0435\u0440\u0435\u0439\u0434\u0438\u0442\u0435 \u043D\u0430 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u0443 \u0414\u043E\u043F\u043E\u043B\u043D\u0438\u0442\u0435\u043B\u044C\u043D\u044B\u0435 \u043F\u0430\u0440\u0430\u043C\u0435\u0442\u0440\u044B \u043D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0438",advanced:"\u0414\u043E\u043F\u043E\u043B\u043D\u0438\u0442\u0435\u043B\u044C\u043D\u044B\u0435 \u043D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0438",advancedDescription:"\u041A\u0430\u043A \u043F\u0440\u0430\u0432\u0438\u043B\u043E, \u043D\u0438\u043A\u0430\u043A\u0438\u0445 \u043D\u0430\u0441\u0442\u0440\u043E\u0435\u043A \u043D\u0435 \u0442\u0440\u0435\u0431\u0443\u0435\u0442\u0441\u044F, \u043F\u0440\u043E\u0441\u0442\u043E \u043E\u0441\u0442\u0430\u0432\u044C\u0442\u0435 \u0432\u0441\u0435 \u043F\u043E \u0443\u043C\u043E\u043B\u0447\u0430\u043D\u0438\u044E. \u0422\u043E\u043B\u044C\u043A\u043E \u0434\u043B\u044F \u0431\u043E\u043B\u0435\u0435 \u0441\u043F\u0435\u0446\u0438\u0430\u043B\u0438\u0437\u0438\u0440\u043E\u0432\u0430\u043D\u043D\u044B\u0445 \u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u0435\u043B\u0435\u0439 \u0434\u043E\u0441\u0442\u0443\u043F\u043D\u044B \u0431\u043E\u043B\u0435\u0435 \u043F\u0435\u0440\u0441\u043E\u043D\u0430\u043B\u0438\u0437\u0438\u0440\u043E\u0432\u0430\u043D\u043D\u044B\u0435 \u043D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0438.",developer:"\u041D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0438 \u0440\u0430\u0437\u0440\u0430\u0431\u043E\u0442\u0447\u0438\u043A\u0430",donateCafe:"\u0446\u0435\u043D\u044B","translate to the bottom of the page":"\u041F\u0435\u0440\u0435\u0432\u043E\u0434\u0438\u0442\u0441\u044F \u043B\u0438 \u043E\u043D \u0432 \u043D\u0438\u0436\u043D\u044E\u044E \u0447\u0430\u0441\u0442\u044C \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u044B \u0441\u0440\u0430\u0437\u0443 \u043F\u043E\u0441\u043B\u0435 \u0432\u0445\u043E\u0434\u0430 \u043D\u0430 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u0443?",feedback:"\u0412\u043E\u043F\u0440\u043E\u0441-\u043E\u0442\u0432\u0435\u0442",toggleTranslatePage:"\u041F\u0435\u0440\u0435\u0432\u0435\u0441\u0442\u0438 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u0443/\u043E\u0442\u043E\u0431\u0440\u0430\u0437\u0438\u0442\u044C \u043E\u0440\u0438\u0433\u0438\u043D\u0430\u043B\u044C\u043D\u044B\u0439 \u0442\u0435\u043A\u0441\u0442",translateToThePageEndImmediatelyDescription:"\u041F\u0440\u0438 \u0432\u043A\u043B\u044E\u0447\u0435\u043D\u0438\u0438 \u044D\u0442\u043E\u0439 \u0444\u0443\u043D\u043A\u0446\u0438\u0438 \u0441\u043E\u0434\u0435\u0440\u0436\u0438\u043C\u043E\u0435 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u044B \u0431\u0443\u0434\u0435\u0442 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0438\u0442\u044C\u0441\u044F \u0441\u0432\u0435\u0440\u0445\u0443 \u0432\u043D\u0438\u0437 \u043F\u043E \u043C\u0435\u0440\u0435 \u0432\u0432\u043E\u0434\u0430. \u041F\u0440\u0438 \u0432\u044B\u043A\u043B\u044E\u0447\u0435\u043D\u0438\u0438 \u044D\u0442\u043E\u0439 \u0444\u0443\u043D\u043A\u0446\u0438\u0438 \u043F\u0435\u0440\u0435\u0432\u043E\u0434 \u0431\u0443\u0434\u0435\u0442 \u0432\u044B\u043F\u043E\u043B\u043D\u044F\u0442\u044C\u0441\u044F \u043F\u043E \u043C\u0435\u0440\u0435 \u0447\u0442\u0435\u043D\u0438\u044F. (\u041D\u0435 \u0440\u0435\u043A\u043E\u043C\u0435\u043D\u0434\u0443\u0435\u0442\u0441\u044F)","translate all areas of the page":"\u041F\u0435\u0440\u0435\u0432\u043E\u0434\u0438\u0442\u044C \u043B\u0438 \u0432\u0441\u0435 \u043E\u0431\u043B\u0430\u0441\u0442\u0438 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u044B",translationAreaDescription:"\u041F\u0440\u0438 \u0432\u043A\u043B\u044E\u0447\u0435\u043D\u0438\u0438 \u044D\u0442\u043E\u0439 \u043E\u043F\u0446\u0438\u0438 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u044F\u0442\u0441\u044F \u0432\u0441\u0435 \u043E\u0431\u043B\u0430\u0441\u0442\u0438 \u0432\u0441\u0435\u0439 \u0432\u0435\u0431-\u0441\u0442\u0440\u0430\u043D\u0438\u0446\u044B. \u041F\u0440\u0438 \u0432\u044B\u043A\u043B\u044E\u0447\u0435\u043D\u0438\u0438 \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u0443\u0435\u0442\u0441\u044F \u0438\u043D\u0442\u0435\u043B\u043B\u0435\u043A\u0442\u0443\u0430\u043B\u044C\u043D\u043E\u0435 \u0440\u0430\u0441\u043F\u043E\u0437\u043D\u0430\u0432\u0430\u043D\u0438\u0435 \u043F\u043E \u0443\u043C\u043E\u043B\u0447\u0430\u043D\u0438\u044E \u0438 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u044F\u0442\u0441\u044F \u0442\u043E\u043B\u044C\u043A\u043E \u043E\u0441\u043D\u043E\u0432\u043D\u044B\u0435 \u043E\u0431\u043B\u0430\u0441\u0442\u0438. (\u041D\u0435 \u0440\u0435\u043A\u043E\u043C\u0435\u043D\u0434\u0443\u0435\u0442\u0441\u044F \u0432\u043A\u043B\u044E\u0447\u0430\u0442\u044C)","the number of characters to be translated first":"\u041F\u0440\u044F\u043C\u043E\u0439 \u043F\u0435\u0440\u0435\u0432\u043E\u0434 \u043F\u0435\u0440\u0432\u044B\u0445 \u043D\u0435\u0441\u043A\u043E\u043B\u044C\u043A\u0438\u0445 \u0441\u0438\u043C\u0432\u043E\u043B\u043E\u0432 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u044B \u0431\u0435\u0437 \u043E\u0436\u0438\u0434\u0430\u043D\u0438\u044F \u043F\u0440\u043E\u043A\u0440\u0443\u0442\u043A\u0438 \u0432 \u043E\u0431\u043B\u0430\u0441\u0442\u044C \u043F\u0440\u043E\u0441\u043C\u043E\u0442\u0440\u0430","interface language":"\u044F\u0437\u044B\u043A \u0438\u043D\u0442\u0435\u0440\u0444\u0435\u0439\u0441\u0430","display both the original text and the translation":"\u041E\u0434\u043D\u043E\u0432\u0440\u0435\u043C\u0435\u043D\u043D\u043E\u0435 \u043E\u0442\u043E\u0431\u0440\u0430\u0436\u0435\u043D\u0438\u0435 \u043E\u0440\u0438\u0433\u0438\u043D\u0430\u043B\u0430 \u0438 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430","keyboard shortcuts":"\u041A\u043B\u0430\u0432\u0438\u0430\u0442\u0443\u0440\u043D\u044B\u0435 \u0441\u043E\u043A\u0440\u0430\u0449\u0435\u043D\u0438\u044F",modify:"\u041C\u043E\u0434\u0438\u0444\u0438\u043A\u0430\u0446\u0438\u044F \u043A\u043B\u0430\u0432\u0438\u0448 \u0431\u044B\u0441\u0442\u0440\u043E\u0433\u043E \u0434\u043E\u0441\u0442\u0443\u043F\u0430",reset:"\u043F\u0435\u0440\u0435\u043F\u0440\u043E\u0444\u0438\u043B\u0438\u0440\u043E\u0432\u0430\u043D\u0438\u0435",close:"\u043A\u043B\u043E\u0442\u0443\u0440\u0430",homepage:"\u0434\u043E\u043C\u0430\u0448\u043D\u044F\u044F \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u0430",more:"\u043F\u043E\u0434\u0440\u043E\u0431\u043D\u0435\u0435",moreOptions:"\u0420\u0430\u0441\u0448\u0438\u0440\u0435\u043D\u0438\u0435 \u0432\u043E\u0437\u043C\u043E\u0436\u043D\u043E\u0441\u0442\u0435\u0439 \u043D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0438",translateTheWholePage:"\u041F\u0435\u0440\u0435\u0432\u043E\u0434\u0438\u0442\u044C \u0432\u0441\u0435 \u043E\u0431\u043B\u0430\u0441\u0442\u0438 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u044B (\u0432 \u043E\u0442\u043B\u0438\u0447\u0438\u0435 \u043E\u0442 \u0438\u043D\u0442\u0435\u043B\u043B\u0435\u043A\u0442\u0443\u0430\u043B\u044C\u043D\u043E\u0433\u043E \u0440\u0430\u0441\u043F\u043E\u0437\u043D\u0430\u0432\u0430\u043D\u0438\u044F \u043E\u0441\u043D\u043E\u0432\u043D\u044B\u0445 \u043E\u0431\u043B\u0430\u0441\u0442\u0435\u0439)",changeToTranslateTheWholePage:"\u041F\u0435\u0440\u0435\u043A\u043B\u044E\u0447\u0435\u043D\u0438\u0435 \u043D\u0430 \u043F\u0435\u0440\u0435\u0432\u043E\u0434 \u0432\u0441\u0435\u0445 \u0440\u0435\u0433\u0438\u043E\u043D\u043E\u0432",changeToTranslateTheMainPage:'\u041F\u0435\u0440\u0435\u0445\u043E\u0434 \u0432 \u043E\u0441\u043D\u043E\u0432\u043D\u0443\u044E \u043E\u0431\u043B\u0430\u0441\u0442\u044C "\u041F\u0435\u0440\u0435\u0432\u043E\u0434',changeToOnlyTranslationMode:"\u041F\u0435\u0440\u0435\u043A\u043B\u044E\u0447\u0435\u043D\u0438\u0435 \u043D\u0430 \u043E\u0442\u043E\u0431\u0440\u0430\u0436\u0435\u043D\u0438\u0435 \u0442\u043E\u043B\u044C\u043A\u043E \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u043E\u0432",changeToDualTranslationMode:"\u041F\u0435\u0440\u0435\u0445\u043E\u0434 \u043D\u0430 \u0434\u0432\u0443\u044F\u0437\u044B\u0447\u043D\u044B\u0439 \u043F\u0435\u0440\u0435\u0432\u043E\u0434",translateToThePageEndImmediately:"\u041D\u0435\u043C\u0435\u0434\u043B\u0435\u043D\u043D\u044B\u0439 \u043F\u0435\u0440\u0435\u0432\u043E\u0434 \u0432 \u043D\u0438\u0436\u043D\u044E\u044E \u0447\u0430\u0441\u0442\u044C \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u044B",translateTheMainPage:"\u041A\u043B\u044E\u0447\u0435\u0432\u044B\u0435 \u0440\u0435\u0433\u0438\u043E\u043D\u044B \u0438\u043D\u0442\u0435\u043B\u043B\u0435\u043A\u0442\u0443\u0430\u043B\u044C\u043D\u043E\u0433\u043E \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430","The local rules are up to date":"\u041C\u0435\u0441\u0442\u043D\u044B\u0435 \u043F\u0440\u0430\u0432\u0438\u043B\u0430 \u0430\u0434\u0430\u043F\u0442\u0430\u0446\u0438\u0438 \u0441\u043E\u043E\u0442\u0432\u0435\u0442\u0441\u0442\u0432\u0443\u044E\u0442 \u0441\u043E\u0432\u0440\u0435\u043C\u0435\u043D\u043D\u044B\u043C \u0442\u0440\u0435\u0431\u043E\u0432\u0430\u043D\u0438\u044F\u043C.","Successfully synchronized with the latest official rules:":"\u0423\u0441\u043F\u0435\u0448\u043D\u0430\u044F \u0441\u0438\u043D\u0445\u0440\u043E\u043D\u0438\u0437\u0430\u0446\u0438\u044F \u0441 \u043F\u043E\u0441\u043B\u0435\u0434\u043D\u0438\u043C\u0438 \u043E\u0444\u0438\u0446\u0438\u0430\u043B\u044C\u043D\u044B\u043C\u0438 \u043F\u0440\u0430\u0432\u0438\u043B\u0430\u043C\u0438 \u0430\u0434\u0430\u043F\u0442\u0430\u0446\u0438\u0438.","Checking for updates":"\u041F\u0440\u043E\u0432\u0435\u0440\u043A\u0430 \u043D\u0430\u043B\u0438\u0447\u0438\u044F \u043E\u0431\u043D\u043E\u0432\u043B\u0435\u043D\u0438\u0439","Rules are being synchronized":"\u0421\u0438\u043D\u0445\u0440\u043E\u043D\u0438\u0437\u0430\u0446\u0438\u044F \u043F\u0440\u0430\u0432\u0438\u043B \u0430\u0434\u0430\u043F\u0442\u0430\u0446\u0438\u0438",localVersionIsTooOld:"\u0412\u0435\u0440\u0441\u0438\u044F \u043B\u043E\u043A\u0430\u043B\u044C\u043D\u043E\u0433\u043E \u0440\u0430\u0441\u0448\u0438\u0440\u0435\u043D\u0438\u044F \u0441\u043B\u0438\u0448\u043A\u043E\u043C \u0443\u0441\u0442\u0430\u0440\u0435\u043B\u0430, \u043F\u043E\u0436\u0430\u043B\u0443\u0439\u0441\u0442\u0430, \u043E\u0431\u043D\u043E\u0432\u0438\u0442\u0435 \u0440\u0430\u0441\u0448\u0438\u0440\u0435\u043D\u0438\u0435 \u0434\u043E {minVersion} \u0438\u043B\u0438 \u0431\u043E\u043B\u0435\u0435 \u043D\u043E\u0432\u043E\u0439 \u0432\u0435\u0440\u0441\u0438\u0438 \u043F\u0435\u0440\u0435\u0434 \u043F\u043E\u043F\u044B\u0442\u043A\u043E\u0439 \u0441\u0438\u043D\u0445\u0440\u043E\u043D\u0438\u0437\u0430\u0446\u0438\u0438.",badUserscriptBrowser:"\u0422\u0435\u043A\u0443\u0449\u0438\u0439 \u0431\u0440\u0430\u0443\u0437\u0435\u0440 \u043D\u0435\u043A\u043E\u0440\u0440\u0435\u043A\u0442\u043D\u043E \u0440\u0435\u0430\u043B\u0438\u0437\u0443\u0435\u0442 \u0438\u043D\u0442\u0435\u0440\u0444\u0435\u0439\u0441 \u0440\u0430\u0441\u0448\u0438\u0440\u0435\u043D\u0438\u044F Grease Monkey (\u043D\u0430\u043F\u0440\u0438\u043C\u0435\u0440, \u0434\u043B\u044F \u043F\u043E\u043B\u0443\u0447\u0435\u043D\u0438\u044F \u0438\u043D\u0444\u043E\u0440\u043C\u0430\u0446\u0438\u0438 \u043E \u043D\u043E\u043C\u0435\u0440\u0435 \u0432\u0435\u0440\u0441\u0438\u0438 \u0441\u0430\u043C\u043E\u0433\u043E \u0441\u043A\u0440\u0438\u043F\u0442\u0430 Grease Monkey), \u043F\u043E\u0436\u0430\u043B\u0443\u0439\u0441\u0442\u0430, \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u0443\u0439\u0442\u0435 \u0434\u0440\u0443\u0433\u0438\u0435 \u0431\u0440\u0430\u0443\u0437\u0435\u0440\u044B, <1>\u043F\u043E\u0434\u0434\u0435\u0440\u0436\u0438\u0432\u0430\u044E\u0449\u0438\u0435 \u0440\u0430\u0441\u0448\u0438\u0440\u0435\u043D\u0438\u0435 Grease Monkey, \u043D\u0430\u043F\u0440\u0438\u043C\u0435\u0440 Firefox.",foundNewVersion:"\u0417\u043D\u0430\u043A\u043E\u043C\u0441\u0442\u0432\u043E \u0441 \u043D\u043E\u0432\u043E\u0439 \u0432\u0435\u0440\u0441\u0438\u0435\u0439",theLocalExtensionIsUpToUpdate:"\u0422\u0435\u043A\u0443\u0449\u0435\u0435 \u0440\u0430\u0441\u0448\u0438\u0440\u0435\u043D\u0438\u0435 \u044F\u0432\u043B\u044F\u0435\u0442\u0441\u044F \u0430\u043A\u0442\u0443\u0430\u043B\u044C\u043D\u044B\u043C.",failToSyncRules:"\u041D\u0435\u0432\u043E\u0437\u043C\u043E\u0436\u043D\u043E\u0441\u0442\u044C \u0441\u0438\u043D\u0445\u0440\u043E\u043D\u0438\u0437\u0430\u0446\u0438\u0438 \u043F\u043E\u0441\u043B\u0435\u0434\u043D\u0438\u0445 \u043F\u0440\u0430\u0432\u0438\u043B \u0430\u0434\u0430\u043F\u0442\u0430\u0446\u0438\u0438",retry:"\u041D\u0430\u0436\u043C\u0438\u0442\u0435 \u0437\u0434\u0435\u0441\u044C, \u0447\u0442\u043E\u0431\u044B \u043F\u043E\u0432\u0442\u043E\u0440\u0438\u0442\u044C \u043F\u043E\u043F\u044B\u0442\u043A\u0443",failedReason:"\u041F\u0440\u0438\u0447\u0438\u043D\u044B \u043D\u0435\u0443\u0434\u0430\u0447",currentRuleVersion:"\u0414\u0435\u0439\u0441\u0442\u0432\u0443\u044E\u0449\u0430\u044F \u0440\u0435\u0434\u0430\u043A\u0446\u0438\u044F \u043F\u0440\u0430\u0432\u0438\u043B",calculating:"\u0440\u0430\u0441\u0447\u0435\u0442\u044B",unknownError:"\u043D\u0435\u0438\u0437\u0432\u0435\u0441\u0442\u043D\u0430\u044F \u043E\u0448\u0438\u0431\u043A\u0430",canNotFetchRemoteRule:"\u041D\u0435\u0432\u043E\u0437\u043C\u043E\u0436\u043D\u043E \u043F\u043E\u043B\u0443\u0447\u0438\u0442\u044C \u0443\u0434\u0430\u043B\u0435\u043D\u043D\u044B\u0435 \u043F\u0440\u0430\u0432\u0438\u043B\u0430",enableAlphaSuccess:"\u0410\u043B\u044C\u0444\u0430 \u0432\u043A\u043B\u044E\u0447\u0435\u043D\u0430",disableAlphaSuccess:"\u0424\u0443\u043D\u043A\u0446\u0438\u044F \u0430\u043B\u044C\u0444\u0430 \u043E\u0442\u043A\u043B\u044E\u0447\u0435\u043D\u0430",cacheSize:"\u0420\u0430\u0437\u043C\u0435\u0440 \u043A\u044D\u0448\u0430\uFF1A",cleaning:"\u0432 \u043F\u0440\u043E\u0446\u0435\u0441\u0441\u0435 \u043B\u0438\u043A\u0432\u0438\u0434\u0430\u0446\u0438\u0438",cleanCache:"\u043E\u0447\u0438\u0441\u0442\u0438\u0442\u044C \u043A\u044D\u0448",options:"\u043D\u0430\u0441\u0442\u0440\u0430\u0438\u0432\u0430\u0442\u044C",about:"\u043F\u043E \u043E\u0442\u043D\u043E\u0448\u0435\u043D\u0438\u044E \u043A",service:"\u0443\u0441\u043B\u0443\u0433\u0430 \u0443\u0441\u0442\u043D\u043E\u0433\u043E \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430",needAction:"(\u041F\u0435\u0440\u0435\u0439\u0442\u0438 \u043A \u043D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0430\u043C)",goSettings:"\u043F\u0435\u0440\u0435\u0439\u0434\u0438\u0442\u0435 \u043A \u043D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0435",needActionForOptions:"(\u0443\u0441\u0442\u0430\u043D\u0430\u0432\u043B\u0438\u0432\u0430\u0435\u0442\u0441\u044F)",translationEngine:"\u041E\u043F\u0446\u0438\u0438 \u0434\u0432\u0438\u0433\u0430\u0442\u0435\u043B\u044F",sourceLanguage:"\u042F\u0437\u044B\u043A \u043E\u0440\u0438\u0433\u0438\u043D\u0430\u043B\u0430",target:"\u044F\u0437\u044B\u043A \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430",popupSourceLanguage:"\u042F\u0437\u044B\u043A \u043E\u0440\u0438\u0433\u0438\u043D\u0430\u043B\u0430",popupTarget:"\u044F\u0437\u044B\u043A \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430",popupService:"\u0443\u0441\u043B\u0443\u0433\u0430 \u0443\u0441\u0442\u043D\u043E\u0433\u043E \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430",forThisSite:"\u0422\u0435\u043A\u0443\u0449\u0438\u0439 \u0441\u0430\u0439\u0442",autoEnableSubtitle:"\u0410\u0432\u0442\u043E\u043C\u0430\u0442\u0438\u0447\u0435\u0441\u043A\u043E\u0435 \u043E\u0442\u043A\u0440\u044B\u0442\u0438\u0435 \u0434\u0432\u0443\u044F\u0437\u044B\u0447\u043D\u044B\u0445 \u0441\u0443\u0431\u0442\u0438\u0442\u0440\u043E\u0432",alwaysTranslate:"\u0412\u0441\u0435\u0433\u0434\u0430 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0438\u0442\u0435",neverTranslate:"\u041D\u0438\u043A\u043E\u0433\u0434\u0430 \u043D\u0435 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0438\u0442\u0435",alwaysTranslateSomeLanguage:"\u0412\u0441\u0435\u0433\u0434\u0430 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0438\u0442\u0435 {language}",neverTranslateSomeLanguage:"\u041D\u0438\u043A\u043E\u0433\u0434\u0430 \u043D\u0435 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0438\u0442\u0435 {language}",alwaysTranslateSomeSite:"\u0412\u0441\u0435\u0433\u0434\u0430 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0438\u0442\u0435 {hostname}",neverTranslateSomeSite:"\u041D\u0438\u043A\u043E\u0433\u0434\u0430 \u043D\u0435 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0438\u0442\u0435 {hostname}",alwaysTranslateSomeSiteOrWildSite:"\u0412\u0441\u0435\u0433\u0434\u0430 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0438\u0442\u0435 \u0441\u0430\u0439\u0442",alwaysTranslateSomePage:"\u0412\u0441\u0435\u0433\u0434\u0430 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0438\u0442\u0435 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u0443",add:"\u0443\u0432\u0435\u043B\u0438\u0447\u0438\u0442\u044C",default:"\u043F\u043E \u0443\u043C\u043E\u043B\u0447\u0430\u043D\u0438\u044E (\u043D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0430)",forThisLanguage:"\u0414\u043B\u044F \u044D\u0442\u043E\u0433\u043E \u044F\u0437\u044B\u043A\u0430\uFF1A","add url":"\u0412\u0432\u0435\u0434\u0438\u0442\u0435 URL",edit:"\u043A\u043E\u043C\u043F\u0438\u043B\u044F\u0442\u043E\u0440","translate other languages into specific language":"\u041F\u0435\u0440\u0435\u0432\u043E\u0434 \u0434\u0440\u0443\u0433\u0438\u0445 \u044F\u0437\u044B\u043A\u043E\u0432 \u043D\u0430 \u0443\u0441\u0442\u0430\u043D\u043E\u0432\u043B\u0435\u043D\u043D\u044B\u0439 \u0432\u0430\u043C\u0438 \u044F\u0437\u044B\u043A","select translation service":"\u0412\u044B\u0431\u0435\u0440\u0438\u0442\u0435 \u0441\u043B\u0443\u0436\u0431\u0443 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430",language:"\u043C\u043D\u043E\u0433\u043E\u044F\u0437\u044B\u0447\u0438\u0435","show-original":"\u041F\u043E\u043A\u0430\u0437\u0430\u0442\u044C \u043E\u0440\u0438\u0433\u0438\u043D\u0430\u043B\u044C\u043D\u044B\u0439 \u0442\u0435\u043A\u0441\u0442",translate:"\u0440\u0435\u043D\u0434\u0435\u0440\u0438\u043D\u0433",Translated:"\u043F\u0435\u0440\u0435\u0432\u0435\u0434\u0435\u043D\u043E",Translating:"\u0432 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0435",Error:"\u043D\u0435\u0432\u0435\u0440\u043D\u044B\u0439",allowCacheTranslations:"\u0412\u043A\u043B\u044E\u0447\u0438\u0442\u044C \u043B\u043E\u043A\u0430\u043B\u044C\u043D\u043E\u0435 \u043A\u044D\u0448\u0438\u0440\u043E\u0432\u0430\u043D\u0438\u0435 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u043E\u0432 (\u0434\u043B\u044F \u0443\u043C\u0435\u043D\u044C\u0448\u0435\u043D\u0438\u044F \u043A\u043E\u043B\u0438\u0447\u0435\u0441\u0442\u0432\u0430 \u0437\u0430\u043F\u0440\u043E\u0441\u043E\u0432 \u043D\u0430 \u043F\u0435\u0440\u0435\u0432\u043E\u0434 \u0434\u0443\u0431\u043B\u0438\u0440\u0443\u044E\u0449\u0438\u0445\u0441\u044F \u043E\u0442\u0440\u044B\u0432\u043A\u043E\u0432)","translation display":"\u0421\u0442\u0438\u043B\u044C \u043E\u0442\u043E\u0431\u0440\u0430\u0436\u0435\u043D\u0438\u044F \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430","select diplay style":"\u0420\u0430\u0437\u043B\u0438\u0447\u0430\u0442\u044C \u0441\u0442\u0438\u043B\u0438 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430, \u043E\u043F\u0438\u0440\u0430\u044F\u0441\u044C \u043D\u0430 \u0441\u043B\u0435\u0434\u0443\u044E\u0449\u0438\u0435 \u043F\u0440\u0438\u043C\u0435\u0440\u044B",interface:"\u041D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0438 \u0438\u043D\u0442\u0435\u0440\u0444\u0435\u0439\u0441\u0430",import_export:"\u0418\u043C\u043F\u043E\u0440\u0442/\u044D\u043A\u0441\u043F\u043E\u0440\u0442",import_export_title:"\u041A\u043E\u043D\u0444\u0438\u0433\u0443\u0440\u0430\u0446\u0438\u044F \u0438\u043C\u043F\u043E\u0440\u0442\u0430/\u044D\u043A\u0441\u043F\u043E\u0440\u0442\u0430",syncToGoogleDrive:"\u0422\u0435\u043F\u0435\u0440\u044C \u0441\u0438\u043D\u0445\u0440\u043E\u043D\u0438\u0437\u0430\u0446\u0438\u044F \u0441 Google Drive",floatBallOptions:"\u041D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0438 \u0445\u043E\u0432\u0435\u0440\u0431\u043E\u043B\u0430","floatBallOptions.enable":"\u0412\u043A\u043B\u044E\u0447\u0438\u0442\u044C \u0445\u043E\u0432\u0435\u0440\u0431\u043E\u043B","floatBallOptions.blockUrls":"\u041E\u0442\u043A\u043B\u044E\u0447\u0438\u0442\u044C \u0441\u0430\u0439\u0442","floatBallOptions.add":"\u0443\u0432\u0435\u043B\u0438\u0447\u0438\u0442\u044C","floatBallOptions.blockUrlDesc":"\u041F\u0430\u0440\u044F\u0449\u0438\u0435 \u0448\u0430\u0440\u044B \u043D\u0435 \u043E\u0442\u043E\u0431\u0440\u0430\u0436\u0430\u044E\u0442\u0441\u044F, \u043A\u043E\u0433\u0434\u0430 \u0432\u0441\u0442\u0440\u0435\u0447\u0430\u044E\u0442\u0441\u044F \u0441\u043B\u0435\u0434\u0443\u044E\u0449\u0438\u0435 \u0441\u0430\u0439\u0442\u044B","floatBallOptions.clickType":"\u043F\u043E\u0432\u0435\u0434\u0435\u043D\u0438\u0435 \u043F\u0440\u0438 \u043D\u0430\u0436\u0430\u0442\u0438\u0438","floatBallOptions.clickTypeDesc":"\u041F\u043E\u0432\u0435\u0434\u0435\u043D\u0438\u0435 \u0438\u043A\u043E\u043D\u043A\u0438 \u0445\u043E\u0432\u0435\u0440\u0431\u043E\u043B\u0430 \u043F\u0440\u0438 \u043D\u0430\u0436\u0430\u0442\u0438\u0438","floatBallOptions.clickPopup":"\u041F\u043E\u043A\u0430\u0437\u0430\u0442\u044C \u043F\u0430\u043D\u0435\u043B\u044C \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430","floatBallOptions.clickTranslate":"\u041F\u0435\u0440\u0435\u0432\u043E\u0434/\u043E\u0442\u043E\u0431\u0440\u0430\u0436\u0435\u043D\u0438\u0435 \u043E\u0440\u0438\u0433\u0438\u043D\u0430\u043B\u044C\u043D\u043E\u0433\u043E \u0442\u0435\u043A\u0441\u0442\u0430","floatBallOptions.fixedPosition":"\u56FA\u5B9A\u4F4D\u7F6E","floatBallOptions.fixedPositionDesc":"\u60AC\u6D6E\u7403\u5728\u7A97\u53E3\u5DE6\u4FA7\u8FD8\u662F\u53F3\u4FA7","floatBallOptions.fixedPositionLeft":"\u5DE6\u4FA7","floatBallOptions.fixedPositionRight":"\u53F3\u4FA7",previewAllThemes:"\u041F\u0440\u0435\u0434\u0432\u0430\u0440\u0438\u0442\u0435\u043B\u044C\u043D\u044B\u0439 \u043F\u0440\u043E\u0441\u043C\u043E\u0442\u0440 \u0432\u0441\u0435\u0445 \u0441\u0442\u0438\u043B\u0435\u0439","translationTheme.none":"\u043D\u0435 \u0438\u043C\u0435\u0442\u044C","translationTheme.grey":"\u0442\u0451\u043C\u043D\u043E-\u0441\u0435\u0440\u044B\u0439","translationTheme.dashed":"\u043F\u0443\u043D\u043A\u0442\u0438\u0440\u043D\u043E\u0435 \u043F\u043E\u0434\u0447\u0451\u0440\u043A\u0438\u0432\u0430\u043D\u0438\u0435","translationTheme.dotted":"\u0442\u043E\u0447\u0435\u0447\u043D\u043E\u0435 \u043F\u043E\u0434\u0447\u0435\u0440\u043A\u0438\u0432\u0430\u043D\u0438\u0435","translationTheme.dashedBorder":"\u043F\u0443\u043D\u043A\u0442\u0438\u0440\u043D\u0430\u044F \u0433\u0440\u0430\u043D\u0438\u0446\u0430","translationTheme.solidBorder":"\u0441\u043F\u043B\u043E\u0448\u043D\u0430\u044F \u0433\u0440\u0430\u043D\u0438\u0446\u0430","translationTheme.underline":"\u041F\u043E\u0434\u0447\u0435\u0440\u043A\u0438\u0432\u0430\u043D\u0438\u0435 \u043F\u0440\u044F\u043C\u044B\u0445 \u043B\u0438\u043D\u0438\u0439","translationTheme.mask":"\u041D\u0435\u0447\u0435\u0442\u043A\u0438\u0435 \u044D\u0444\u0444\u0435\u043A\u0442\u044B (\u0440\u0435\u0436\u0438\u043C\u044B \u043E\u0431\u0443\u0447\u0435\u043D\u0438\u044F)","translationTheme.opacity":"\u044D\u0444\u0444\u0435\u043A\u0442 \u043F\u0440\u043E\u0437\u0440\u0430\u0447\u043D\u043E\u0441\u0442\u0438","translationTheme.paper":"\u042D\u0444\u0444\u0435\u043A\u0442 \u0442\u0435\u043D\u0438 \u043E\u0442 \u0431\u0435\u043B\u043E\u0439 \u0431\u0443\u043C\u0430\u0433\u0438","translationTheme.dividingLine":"\u0440\u0430\u0437\u0434\u0435\u043B\u0438\u0442\u0435\u043B\u044C\u043D\u0430\u044F \u043B\u0438\u043D\u0438\u044F","translationTheme.highlight":"\u0432\u044B\u0441\u043E\u043A\u0430\u044F \u044F\u0440\u043A\u043E\u0441\u0442\u044C","translationTheme.marker":"\u043C\u0430\u0440\u043A\u0435\u0440 (\u0437\u0430\u0438\u043C\u0441\u0442\u0432\u043E\u0432\u0430\u043D\u043D\u043E\u0435 \u0441\u043B\u043E\u0432\u043E)","translationTheme.marker2":"\u041C\u0430\u0440\u043A\u0435\u0440 2","translationTheme.blockquote":"\u0421\u0442\u0438\u043B\u0438 \u0441\u0441\u044B\u043B\u043E\u043A","translationTheme.weakening":"\u043E\u0441\u043B\u0430\u0431\u043B\u0435\u043D\u0438\u0435","translationTheme.italic":"\u043D\u0430\u043A\u043B\u043E\u043D\u043D\u044B\u0439 \u0448\u0440\u0438\u0444\u0442","translationTheme.bold":"\u0441\u0433\u0443\u0441\u0442\u0438\u0442\u044C","translationTheme.thinDashed":"\u0442\u043E\u043D\u043A\u0430\u044F \u043F\u0443\u043D\u043A\u0442\u0438\u0440\u043D\u0430\u044F \u043B\u0438\u043D\u0438\u044F \u043F\u043E\u0434\u0447\u0435\u0440\u043A\u0438\u0432\u0430\u043D\u0438\u0435","translationTheme.nativeDashed":"\u0421\u0438\u0441\u0442\u0435\u043C\u0430 \u043F\u043E\u0441\u0442\u0430\u0432\u043B\u044F\u0435\u0442\u0441\u044F \u0441 \u043F\u0443\u043D\u043A\u0442\u0438\u0440\u043D\u044B\u043C \u043F\u043E\u0434\u0447\u0435\u0440\u043A\u0438\u0432\u0430\u043D\u0438\u0435\u043C","translationTheme.nativeDotted":"\u0421\u0438\u0441\u0442\u0435\u043C\u0430 \u043F\u043E\u0441\u0442\u0430\u0432\u043B\u044F\u0435\u0442\u0441\u044F \u0441 \u043F\u0443\u043D\u043A\u0442\u0438\u0440\u043D\u044B\u043C \u043F\u043E\u0434\u0447\u0435\u0440\u043A\u0438\u0432\u0430\u043D\u0438\u0435\u043C","translationTheme.nativeUnderline":"\u0421\u0438\u0441\u0442\u0435\u043C\u0430 \u043F\u043E\u0441\u0442\u0430\u0432\u043B\u044F\u0435\u0442\u0441\u044F \u0441 \u043F\u0440\u044F\u043C\u044B\u043C \u043F\u043E\u0434\u0441\u0442\u0440\u043E\u0447\u043D\u0438\u043A\u043E\u043C","translationTheme.wavy":"\u0432\u043E\u043B\u043D\u0438\u0441\u0442\u0430\u044F \u043B\u0438\u043D\u0438\u044F","translationServices.custom":"\u041F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u0435\u043B\u044C\u0441\u043A\u0438\u0439 API","translationServices.tencent":"\u041F\u0435\u0440\u0435\u0432\u043E\u0434\u0447\u0438\u043A Tencent","translationServices.tenAlpha":"Tencent Translator (Alpha)","translationServices.google":"Google Translate","translationServices.bai":"Baidu (Alpha)","translationServices.baidu":"\u041F\u0435\u0440\u0435\u0432\u043E\u0434 Baidu","translationServices.aliyun":"\u041F\u0435\u0440\u0435\u0432\u043E\u0434 AliCloud","translationServices.volc":"\u043F\u0435\u0440\u0435\u0432\u043E\u0434 \u0432\u0443\u043B\u043A\u0430\u043D\u0430","translationServices.deeplx":"DeepLX (Beta)","translationServices.bing":"Microsoft Translate","translationServices.deepl":"DeepL","translationServices.wechat":"\u041F\u0435\u0440\u0435\u0432\u043E\u0434 WeChat","translationServices.azure":"\u041B\u0430\u0437\u0443\u0440\u043D\u044B\u0439 \u043F\u0435\u0440\u0435\u0432\u043E\u0434","translationServices.ibm":"IBM Watson","translationServices.aws":"\u041F\u0435\u0440\u0435\u0432\u043E\u0434 Amazon","translationServices.mock":"\u0418\u043C\u0438\u0442\u0430\u0446\u0438\u044F \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430","translationServices.mock2":"\u0418\u043C\u0438\u0442\u0430\u0446\u0438\u044F \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430 2","translationServices.caiyun":"\u043B\u0438\u0442. \u0440\u0430\u0437\u043D\u043E\u0446\u0432\u0435\u0442\u043D\u044B\u0435 \u043E\u0431\u043B\u0430\u043A\u0430 \u0438 \u043D\u0435\u0431\u043E\u043B\u044C\u0448\u0438\u0435 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u044B","translationServices.cai":"\u0420\u0430\u0437\u043D\u043E\u0446\u0432\u0435\u0442\u043D\u044B\u0435 \u043E\u0431\u043B\u0430\u043A\u0430 (\u0410\u043B\u044C\u0444\u0430)","translationServices.volcAlpha":"\u0412\u0443\u043B\u043A\u0430\u043D (\u0410\u043B\u044C\u0444\u0430)","translationServices.openl":"OpenL","translationServices.youdao":"\u041F\u0435\u0440\u0435\u0432\u043E\u0434 \u043D\u0430 Youtube","translationServices.you":"\u041F\u0435\u0440\u0435\u0432\u043E\u0434\u0447\u0438\u043A Youdao (\u0410\u043B\u044C\u0444\u0430)","translationServices.transmart":"\u041F\u0435\u0440\u0435\u0432\u043E\u0434 Tencent Interactive","translationServices.niu":"Maverick Translator","translationServices.papago":"\u041F\u0435\u0440\u0435\u0432\u043E\u0434 Papago","translationServices.d":"D (Alpha)","translationServices.dpro":"D Pro (Canary)","translationServices.openai":"OpenAI","translationServices.yandex":"Yandex","translationServices.chatgpt":"ChatGPT Web(3.5 mobile)","translate title":"\u041F\u0435\u0440\u0435\u0432\u043E\u0434 \u0437\u0430\u0433\u043E\u043B\u043E\u0432\u043A\u043E\u0432 \u0441\u0442\u0440\u0430\u043D\u0438\u0446","always languages":"\u0412\u0441\u0435\u0433\u0434\u0430 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0438\u0442\u0435 \u044F\u0437\u044B\u043A",neverTranslateLanguagesLabel:"\u042F\u0437\u044B\u043A, \u043A\u043E\u0442\u043E\u0440\u044B\u0439 \u043D\u0438\u043A\u043E\u0433\u0434\u0430 \u043D\u0435 \u0431\u0443\u0434\u0435\u0442 \u043F\u0435\u0440\u0435\u0432\u0435\u0434\u0435\u043D",neverTranslateTheFollowingLanguagesDescription:"\u041F\u0435\u0440\u0435\u0432\u043E\u0434\u044B \u043F\u0440\u043E\u043F\u0443\u0441\u043A\u0430\u044E\u0442\u0441\u044F, \u0435\u0441\u043B\u0438 \u0430\u0431\u0437\u0430\u0446 \u043D\u0430 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u0435 \u043D\u0430\u043F\u0438\u0441\u0430\u043D \u043D\u0430 \u043E\u0434\u043D\u043E\u043C \u0438\u0437 \u0441\u043B\u0435\u0434\u0443\u044E\u0449\u0438\u0445 \u044F\u0437\u044B\u043A\u043E\u0432",enableUserscriptPagePopup:"\u041F\u043E\u043A\u0430\u0437\u044B\u0432\u0430\u0442\u044C \u043D\u0430\u0432\u0435\u0434\u0435\u043D\u043D\u044B\u0439 \u0448\u0430\u0440 \u043D\u0430 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u0435",enableUserscriptPagePopupDescription:"\u041F\u043E\u0441\u043B\u0435 \u0432\u044B\u043A\u043B\u044E\u0447\u0435\u043D\u0438\u044F \u0445\u043E\u0432\u0435\u0440\u0431\u043E\u043B\u0430 \u0435\u0433\u043E \u043C\u043E\u0436\u043D\u043E \u0432\u044B\u0437\u0432\u0430\u0442\u044C \u0441 \u043F\u043E\u043C\u043E\u0449\u044C\u044E \u044F\u0440\u043B\u044B\u043A\u0430 /{touch}. \u041D\u0430\u0441\u0442\u043E\u044F\u0442\u0435\u043B\u044C\u043D\u043E \u0440\u0435\u043A\u043E\u043C\u0435\u043D\u0434\u0443\u0435\u0442\u0441\u044F \u0434\u043E\u0431\u0430\u0432\u0438\u0442\u044C \u044D\u0442\u0443 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u0443 \u043D\u0430\u0441\u0442\u0440\u043E\u0435\u043A \u0432 \u0437\u0430\u043A\u043B\u0430\u0434\u043A\u0438, \u0447\u0442\u043E\u0431\u044B \u043D\u0435 \u043D\u0430\u0439\u0442\u0438 \u0445\u043E\u0432\u0435\u0440\u0431\u043E\u043B \u043F\u043E\u0441\u043B\u0435 \u0441\u043B\u0443\u0447\u0430\u0439\u043D\u043E\u0433\u043E \u043E\u0442\u043A\u043B\u044E\u0447\u0435\u043D\u0438\u044F \u044D\u0442\u043E\u0439 \u043E\u043F\u0446\u0438\u0438!","always translate the following languages":"\u0410\u0432\u0442\u043E\u043C\u0430\u0442\u0438\u0447\u0435\u0441\u043A\u0438\u0439 \u043F\u0435\u0440\u0435\u0432\u043E\u0434 \u043D\u0430 \u0446\u0435\u043B\u0435\u0432\u043E\u0439 \u044F\u0437\u044B\u043A, \u0435\u0441\u043B\u0438 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u0430 \u043D\u0430\u043F\u0438\u0441\u0430\u043D\u0430 \u043D\u0430 \u043E\u0434\u043D\u043E\u043C \u0438\u0437 \u0441\u043B\u0435\u0434\u0443\u044E\u0449\u0438\u0445 \u044F\u0437\u044B\u043A\u043E\u0432","always sites":"\u0412\u0441\u0435\u0433\u0434\u0430 \u043F\u0435\u0440\u0435\u0432\u0435\u0434\u0435\u043D\u043D\u044B\u0435 \u0432\u0435\u0431-\u0441\u0430\u0439\u0442\u044B","always translate the following sites":"\u0412\u0435\u0431-\u0441\u0430\u0439\u0442\u044B \u0430\u0432\u0442\u043E\u043C\u0430\u0442\u0438\u0447\u0435\u0441\u043A\u0438 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u044F\u0442\u0441\u044F \u043D\u0430 \u044F\u0437\u044B\u043A \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430, \u0435\u0441\u043B\u0438 \u043E\u043D\u0438 \u044F\u0432\u043B\u044F\u044E\u0442\u0441\u044F \u0434\u043E\u043C\u0435\u043D\u043D\u044B\u043C\u0438 \u0438\u043C\u0435\u043D\u0430\u043C\u0438","never sites":"\u041D\u0435\u043F\u0435\u0440\u0435\u0432\u0435\u0434\u0435\u043D\u043D\u044B\u0439 \u0441\u0430\u0439\u0442","never translate the following sites":"\u041F\u0435\u0440\u0435\u0432\u043E\u0434 \u043D\u0435 \u0431\u0443\u0434\u0435\u0442 \u0432\u044B\u043F\u043E\u043B\u043D\u044F\u0442\u044C\u0441\u044F, \u0435\u0441\u043B\u0438 \u0441\u0430\u0439\u0442 \u043F\u0440\u0435\u0434\u043D\u0430\u0437\u043D\u0430\u0447\u0435\u043D \u0434\u043B\u044F \u0441\u043B\u0435\u0434\u0443\u044E\u0449\u0438\u0445 \u0434\u043E\u043C\u0435\u043D\u043E\u0432","please refer to":"\u041F\u0435\u0440\u0435\u0434 \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u043D\u0438\u0435\u043C \u043D\u0435\u043E\u0431\u0445\u043E\u0434\u0438\u043C\u043E \u0437\u0430\u043F\u043E\u043B\u043D\u0438\u0442\u044C \u043A\u043B\u044E\u0447.",KeyAndConfigurationTutorial:"\u0423\u0447\u0435\u0431\u043D\u0438\u043A \u043F\u043E \u043F\u0440\u0438\u043C\u0435\u043D\u0435\u043D\u0438\u044E \u0438 \u043D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0435 \u043A\u043B\u044E\u0447\u0435\u0439",useAboveStyleForTheseSites:"\u0412\u0441\u0435\u0433\u0434\u0430 \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u0443\u0439\u0442\u0435 \u0441\u0442\u0438\u043B\u044C \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430 \u2308{theme}\u230B, \u0435\u0441\u043B\u0438 \u0441\u0430\u0439\u0442 \u043F\u0440\u0435\u0434\u043D\u0430\u0437\u043D\u0430\u0447\u0435\u043D \u0434\u043B\u044F \u0441\u043B\u0435\u0434\u0443\u044E\u0449\u0438\u0445 \u0434\u043E\u043C\u0435\u043D\u043E\u0432",currentUrl:"\u0422\u0435\u043A\u0443\u0449\u0438\u0439 URL",confirm:"\u0441\u043E\u0445\u0440\u0430\u043D\u044F\u0442\u044C (\u0444\u0430\u0439\u043B \u0438 \u0442.\u0434.) (\u0432\u044B\u0447\u0438\u0441\u043B\u0438\u0442\u0435\u043B\u044C\u043D\u0430\u044F \u0442\u0435\u0445\u043D\u0438\u043A\u0430)",cancel:"\u043E\u0442\u043C\u0435\u043D\u044B",delete:"\u0443\u0434\u0430\u043B\u0435\u043D\u0438\u0435","languages.auto":"\u0430\u0432\u0442\u043E\u043C\u0430\u0442\u0438\u0447\u0435\u0441\u043A\u043E\u0435 \u043E\u0431\u043D\u0430\u0440\u0443\u0436\u0435\u043D\u0438\u0435",syncToCloud:"\u0421\u0438\u043D\u0445\u0440\u043E\u043D\u0438\u0437\u0430\u0446\u0438\u044F \u0441 Google Drive",syncToCloudDescription:"\u0417\u0430\u0433\u0440\u0443\u0436\u0435\u043D\u043D\u0430\u044F \u0432 \u043E\u0431\u043B\u0430\u043A\u043E, \u043A\u043E\u043D\u0444\u0438\u0433\u0443\u0440\u0430\u0446\u0438\u044F \u043C\u043E\u0436\u0435\u0442 \u0431\u044B\u0442\u044C \u0441\u0438\u043D\u0445\u0440\u043E\u043D\u0438\u0437\u0438\u0440\u043E\u0432\u0430\u043D\u0430 \u043C\u0435\u0436\u0434\u0443 \u0440\u0430\u0437\u043B\u0438\u0447\u043D\u044B\u043C\u0438 \u0431\u0440\u0430\u0443\u0437\u0435\u0440\u0430\u043C\u0438/\u0441\u043A\u0440\u0438\u043F\u0442\u0430\u043C\u0438 grease monkey, \u0432 \u0437\u0430\u0432\u0438\u0441\u0438\u043C\u043E\u0441\u0442\u0438 \u043E\u0442 \u0442\u043E\u0433\u043E, \u0447\u0442\u043E \u0431\u044B\u043B\u043E \u0438\u0437\u043C\u0435\u043D\u0435\u043D\u043E \u043F\u043E\u0441\u043B\u0435\u0434\u043D\u0438\u043C.",syncToAccount:"\u0421\u0438\u043D\u0445\u0440\u043E\u043D\u0438\u0437\u0430\u0446\u0438\u044F \u0441 \u043E\u0431\u043B\u0430\u043A\u043E\u043C \u0438\u043C\u043C\u0435\u0440\u0441\u0438\u0432\u043D\u043E\u0433\u043E \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430",syncToAccountButton:"\u041C\u0433\u043D\u043E\u0432\u0435\u043D\u043D\u0430\u044F \u0441\u0438\u043D\u0445\u0440\u043E\u043D\u0438\u0437\u0430\u0446\u0438\u044F \u0441 \u043E\u0431\u043B\u0430\u043A\u043E\u043C",syncToAccountDescription:"\u0410\u0432\u0442\u043E\u043C\u0430\u0442\u0438\u0447\u0435\u0441\u043A\u0430\u044F \u0441\u0438\u043D\u0445\u0440\u043E\u043D\u0438\u0437\u0430\u0446\u0438\u044F \u043A\u043E\u043D\u0444\u0438\u0433\u0443\u0440\u0430\u0446\u0438\u0439 \u043C\u0435\u0436\u0434\u0443 \u0440\u0430\u0437\u043B\u0438\u0447\u043D\u044B\u043C\u0438 \u0443\u0441\u0442\u0440\u043E\u0439\u0441\u0442\u0432\u0430\u043C\u0438 \u0432 \u0437\u0430\u0432\u0438\u0441\u0438\u043C\u043E\u0441\u0442\u0438 \u043E\u0442 \u0442\u043E\u0433\u043E, \u043A\u0430\u043A\u0430\u044F \u0438\u0437 \u043D\u0438\u0445 \u0431\u044B\u043B\u0430 \u0438\u0437\u043C\u0435\u043D\u0435\u043D\u0430 \u043F\u043E\u0441\u043B\u0435\u0434\u043D\u0435\u0439.",successSyncConfigInAccount:"\u0423\u0441\u043F\u0435\u0448\u043D\u0430\u044F \u0441\u0438\u043D\u0445\u0440\u043E\u043D\u0438\u0437\u0430\u0446\u0438\u044F \u0441 \u043E\u0431\u043B\u0430\u043A\u043E\u043C",successSyncConfigToAccount:"\u0423\u0441\u043F\u0435\u0448\u043D\u0430\u044F \u0441\u0438\u043D\u0445\u0440\u043E\u043D\u0438\u0437\u0430\u0446\u0438\u044F \u0441 \u043E\u0431\u043B\u0430\u043A\u043E\u043C",syncConfigNoUpdate:"\u041E\u043D\u0430 \u0443\u0436\u0435 \u0441\u043E\u043E\u0442\u0432\u0435\u0442\u0441\u0442\u0432\u0443\u0435\u0442 \u0441\u043E\u0432\u0440\u0435\u043C\u0435\u043D\u043D\u044B\u043C \u0442\u0440\u0435\u0431\u043E\u0432\u0430\u043D\u0438\u044F\u043C.",authFail:"\u0421\u0431\u043E\u0439 \u0430\u0432\u0442\u043E\u0440\u0438\u0437\u0430\u0446\u0438\u0438",syncTitle:"\u0420\u0443\u0447\u043D\u043E\u0435 \u0443\u043F\u0440\u0430\u0432\u043B\u0435\u043D\u0438\u0435 \u0440\u0435\u0437\u0435\u0440\u0432\u043D\u044B\u043C \u043A\u043E\u043F\u0438\u0440\u043E\u0432\u0430\u043D\u0438\u0435\u043C",import_hint:"\u0438\u043C\u043F\u043E\u0440\u0442 (\u0434\u0430\u043D\u043D\u044B\u0435)",upload:"\u0437\u0430\u0433\u0440\u0443\u0437\u0438\u0442\u044C",revokeAuth:"\u043E\u0442\u043E\u0437\u0432\u0430\u0442\u044C \u0440\u0430\u0437\u0440\u0435\u0448\u0435\u043D\u0438\u0435",uploadFail:"\u0417\u0430\u0433\u0440\u0443\u0437\u043A\u0430 \u043D\u0435 \u0443\u0434\u0430\u043B\u0430\u0441\u044C",download:"\u0437\u0430\u0433\u0440\u0443\u0437\u043A\u0430",importSuccess:"\u0423\u0441\u043F\u0435\u0448\u043D\u043E \u0438\u043C\u043F\u043E\u0440\u0442\u0438\u0440\u0443\u0435\u0442\u0441\u044F",importFail:"\u0441\u0431\u043E\u0439 \u0438\u043C\u043F\u043E\u0440\u0442\u0430",deleteFail:"\u041D\u0435 \u0443\u0434\u0430\u043B\u043E\u0441\u044C \u0443\u0434\u0430\u043B\u0438\u0442\u044C",backupToCloud:"\u0420\u0443\u0447\u043D\u043E\u0435 \u0443\u043F\u0440\u0430\u0432\u043B\u0435\u043D\u0438\u0435 \u0444\u0430\u0439\u043B\u0430\u043C\u0438 \u0440\u0435\u0437\u0435\u0440\u0432\u043D\u043E\u0433\u043E \u043A\u043E\u043F\u0438\u0440\u043E\u0432\u0430\u043D\u0438\u044F",create_new_backup:"\u0414\u043E\u0431\u0430\u0432\u043B\u0435\u043D\u0438\u0435 \u043D\u043E\u0432\u043E\u0433\u043E \u0443\u0437\u043B\u0430 \u0440\u0435\u0437\u0435\u0440\u0432\u043D\u043E\u0433\u043E \u043A\u043E\u043F\u0438\u0440\u043E\u0432\u0430\u043D\u0438\u044F",maxBackupFiles:"\u0420\u0435\u0437\u0435\u0440\u0432\u043D\u043E\u0435 \u043A\u043E\u043F\u0438\u0440\u043E\u0432\u0430\u043D\u0438\u0435 \u043C\u043E\u0436\u0435\u0442 \u0431\u044B\u0442\u044C \u0432\u044B\u043F\u043E\u043B\u043D\u0435\u043D\u043E \u0434\u043E{count}\u0440\u0430\u0437\u043B\u0438\u0447\u043D\u044B\u0445 \u0443\u0437\u043B\u043E\u0432, \u0443\u0434\u0430\u043B\u0438\u0442\u0435 \u043D\u0435\u043D\u0443\u0436\u043D\u044B\u0435 \u0443\u0437\u043B\u044B.",backupToCloudDescription:"\u0420\u0443\u0447\u043D\u0430\u044F \u0437\u0430\u0433\u0440\u0443\u0437\u043A\u0430 \u0438\u043B\u0438 \u0432\u043E\u0441\u0441\u0442\u0430\u043D\u043E\u0432\u043B\u0435\u043D\u0438\u0435 \u0444\u0430\u0439\u043B\u043E\u0432 \u0440\u0435\u0437\u0435\u0440\u0432\u043D\u044B\u0445 \u043A\u043E\u043F\u0438\u0439, \u043F\u043E\u0437\u0432\u043E\u043B\u044F\u044E\u0449\u0430\u044F \u0441\u043E\u0437\u0434\u0430\u0432\u0430\u0442\u044C \u0434\u043E 3 \u0440\u0430\u0437\u043B\u0438\u0447\u043D\u044B\u0445 \u0440\u0435\u0437\u0435\u0440\u0432\u043D\u044B\u0445 \u043A\u043E\u043F\u0438\u0439",successSyncConfig:"\u0423\u0441\u043F\u0435\u0448\u043D\u0430\u044F \u0441\u0438\u043D\u0445\u0440\u043E\u043D\u0438\u0437\u0430\u0446\u0438\u044F \u0441 \u043E\u0431\u043B\u0430\u043A\u043E\u043C",syncFail:"\u0441\u0431\u043E\u0439 \u0441\u0438\u043D\u0445\u0440\u043E\u043D\u0438\u0437\u0430\u0446\u0438\u0438",updatedAt:"\u041E\u0431\u043D\u043E\u0432\u043B\u0435\u043D\u043E \u0441 \u0441\u0430\u0439\u0442\u0430 {date}",lastSyncedAt:"\u041F\u043E\u0441\u043B\u0435\u0434\u043D\u044F\u044F \u043F\u0440\u043E\u0432\u0435\u0440\u043A\u0430 \u043D\u0430 \u0441\u0430\u0439\u0442\u0435 {date}",downloadFail:"\u041D\u0435 \u0443\u0434\u0430\u043B\u043E\u0441\u044C \u0437\u0430\u0433\u0440\u0443\u0437\u0438\u0442\u044C",clickToDownload:"\u041D\u0430\u0436\u043C\u0438\u0442\u0435 \u0434\u043B\u044F \u0437\u0430\u0433\u0440\u0443\u0437\u043A\u0438",aboutLabel:"\u041E \u043A\u043E\u043C\u043F\u0430\u043D\u0438\u0438 - \u041E\u0431\u0440\u0430\u0442\u043D\u0430\u044F \u0441\u0432\u044F\u0437\u044C","browser.openAboutPage":"\u0418\u043D\u0444\u043E\u0440\u043C\u0430\u0446\u0438\u044F/\u041E\u0442\u0437\u044B\u0432\u044B",aboutLabelWithoutSponsor:"\u041E \u043A\u043E\u043C\u043F\u0430\u043D\u0438\u0438 - \u041E\u0431\u0440\u0430\u0442\u043D\u0430\u044F \u0441\u0432\u044F\u0437\u044C",aboutIntro:"\u041F\u0443\u0441\u0442\u044C \u043D\u0430\u043C \u0432\u0441\u0435\u043C \u0431\u0443\u0434\u0435\u0442 \u043B\u0435\u0433\u0447\u0435 \u0438 \u043F\u0440\u0438\u044F\u0442\u043D\u0435\u0435 \u043F\u043E\u043B\u0443\u0447\u0430\u0442\u044C \u0434\u043E\u0441\u0442\u0443\u043F \u043A \u043E\u0433\u0440\u043E\u043C\u043D\u043E\u043C\u0443 \u043A\u043E\u043B\u0438\u0447\u0435\u0441\u0442\u0432\u0443 \u0438\u043D\u0444\u043E\u0440\u043C\u0430\u0446\u0438\u0438 \u043D\u0430 \u0438\u043D\u043E\u0441\u0442\u0440\u0430\u043D\u043D\u044B\u0445 \u044F\u0437\u044B\u043A\u0430\u0445 \u0432 \u0418\u043D\u0442\u0435\u0440\u043D\u0435\u0442\u0435 \u2764\uFE0F \u0412\u044B \u043C\u043E\u0436\u0435\u0442\u0435 \u0430\u043A\u0442\u0438\u0432\u0438\u0440\u043E\u0432\u0430\u0442\u044C <6>\u0447\u043B\u0435\u043D\u0441\u0442\u0432\u043E \u0432 \u043F\u0440\u043E\u0433\u0440\u0430\u043C\u043C\u0435 Pro, \u0447\u0442\u043E\u0431\u044B \u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u044C\u0441\u044F \u0433\u043E\u0442\u043E\u0432\u044B\u043C\u0438 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430\u043C\u0438 DeepL \u0438 OpenAI.

\u0412\u044B \u043C\u043E\u0436\u0435\u0442\u0435 \u0441\u043B\u0435\u0434\u0438\u0442\u044C \u0437\u0430 \u043D\u0430\u043C\u0438 \u0432 <3>Twitter, <4>Telegram, Weibo, WeChat \u0438\u043B\u0438 <5>\u043F\u043E\u0434\u043F\u0438\u0441\u0430\u0442\u044C\u0441\u044F \u043D\u0430 \u043D\u0430\u0448\u0443 \u0440\u0430\u0441\u0441\u044B\u043B\u043A\u0443 \u043D\u0438\u0436\u0435, \u0447\u0442\u043E\u0431\u044B \u043E\u0442\u0441\u043B\u0435\u0436\u0438\u0432\u0430\u0442\u044C \u043E\u0431\u043D\u043E\u0432\u043B\u0435\u043D\u0438\u044F.
<7>\u0423\u0447\u0430\u0441\u0442\u043D\u0438\u043A\u0438 \u043F\u0440\u043E\u0433\u0440\u0430\u043C\u043C\u044B Pro \u043C\u043E\u0433\u0443\u0442 \u0441\u0432\u044F\u0437\u0430\u0442\u044C\u0441\u044F \u0441 \u043D\u0430\u043C\u0438 \u043F\u043E \u0430\u0434\u0440\u0435\u0441\u0443 <8>support@immersivetranslate.com \u0434\u043B\u044F \u0431\u044B\u0441\u0442\u0440\u043E\u0433\u043E \u043E\u0431\u0441\u043B\u0443\u0436\u0438\u0432\u0430\u043D\u0438\u044F \u043A\u043B\u0438\u0435\u043D\u0442\u043E\u0432.",aboutIntroWithoutSponsor:"\u041F\u0443\u0441\u0442\u044C \u0432\u0441\u0435\u043C \u043D\u0430\u043C \u0431\u0443\u0434\u0435\u0442 \u043B\u0435\u0433\u0447\u0435 \u0438 \u043F\u0440\u0438\u044F\u0442\u043D\u0435\u0435 \u043F\u043E\u043B\u0443\u0447\u0430\u0442\u044C \u0434\u043E\u0441\u0442\u0443\u043F \u043A \u043E\u0433\u0440\u043E\u043C\u043D\u043E\u043C\u0443 \u043A\u043E\u043B\u0438\u0447\u0435\u0441\u0442\u0432\u0443 \u0438\u043D\u0444\u043E\u0440\u043C\u0430\u0446\u0438\u0438 \u043D\u0430 \u0438\u043D\u043E\u0441\u0442\u0440\u0430\u043D\u043D\u044B\u0445 \u044F\u0437\u044B\u043A\u0430\u0445, \u0434\u043E\u0441\u0442\u0443\u043F\u043D\u043E\u0439 \u0432 \u0418\u043D\u0442\u0435\u0440\u043D\u0435\u0442\u0435 \u2764\uFE0F

\u0412\u044B \u043C\u043E\u0436\u0435\u0442\u0435 \u0441\u043B\u0435\u0434\u0438\u0442\u044C \u0437\u0430 \u043D\u0430\u043C\u0438 \u0432 <3>Twitter, <4>Telegram-\u043A\u0430\u043D\u0430\u043B\u0435, WeChat, WeChat Exchange \u0438\u043B\u0438 <5>\u043F\u043E\u0434\u043F\u0438\u0441\u0430\u0442\u044C\u0441\u044F \u043D\u0430 \u043E\u0442\u0441\u043B\u0435\u0436\u0438\u0432\u0430\u043D\u0438\u0435 \u043E\u0431\u043D\u043E\u0432\u043B\u0435\u043D\u0438\u0439 \u043F\u043E <5>\u044D\u043B\u0435\u043A\u0442\u0440\u043E\u043D\u043D\u043E\u0439 \u043F\u043E\u0447\u0442\u0435 \u043D\u0438\u0436\u0435.",projectHomepage:'\u041F\u0440\u043E\u0435\u043A\u0442 "\u0414\u043E\u043C',joinTelegramGroup:"\u041F\u0440\u0438\u0441\u043E\u0435\u0434\u0438\u043D\u044F\u0439\u0442\u0435\u0441\u044C \u043A \u0433\u0440\u0443\u043F\u043F\u0435 \u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u0435\u043B\u0435\u0439 \u0434\u043B\u044F \u0443\u0447\u0430\u0441\u0442\u0438\u044F \u0432 \u043E\u0431\u0441\u0443\u0436\u0434\u0435\u043D\u0438\u0438 \u0444\u0443\u043D\u043A\u0446\u0438\u0439",wechatPublicAccount:"WeChat Public",wechatCommunities:"\u0413\u0440\u0443\u043F\u043F\u0430 \u043E\u0431\u043C\u0435\u043D\u0430 WeChat",qqCommunities:"\u041A\u0430\u043D\u0430\u043B \u0441\u0432\u044F\u0437\u0438 QQ",joinTelegramChannel:"\u0421\u043B\u0435\u0434\u0438\u0442\u0435 \u0437\u0430 \u043E\u0431\u043D\u043E\u0432\u043B\u0435\u043D\u0438\u044F\u043C\u0438 \u0432 Telegram-\u043A\u0430\u043D\u0430\u043B\u0435",feedbackAndJoin:"\u0412\u043E\u043F\u0440\u043E\u0441 \u041E\u0431\u0440\u0430\u0442\u043D\u0430\u044F \u0441\u0432\u044F\u0437\u044C / \u0414\u043E\u0431\u0430\u0432\u0438\u0442\u044C \u0433\u0440\u0443\u043F\u043F\u0443",autoSync:"\u0430\u0432\u0442\u043E\u043C\u0430\u0442\u0438\u0447\u0435\u0441\u043A\u0430\u044F \u0441\u0438\u043D\u0445\u0440\u043E\u043D\u0438\u0437\u0430\u0446\u0438\u044F \u0432\u0440\u0435\u043C\u0435\u043D\u0438",loadingThemeTitle:"\u0421\u0442\u0438\u043B\u044C \u0437\u0430\u0433\u0440\u0443\u0437\u043A\u0438",loadingThemeDescription:"\u0423\u0441\u0442\u0430\u043D\u043E\u0432\u043A\u0430 \u0441\u0442\u0438\u043B\u044F \u043F\u0440\u0438 \u043E\u0436\u0438\u0434\u0430\u043D\u0438\u0438 \u0437\u0430\u0433\u0440\u0443\u0437\u043A\u0438 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430","loadingTheme.spinner":"\u0412\u0440\u0430\u0449\u0430\u044E\u0449\u0430\u044F\u0441\u044F \u0430\u043D\u0438\u043C\u0430\u0446\u0438\u044F","loadingTheme.text":"\u0441\u0442\u0430\u0442\u0438\u0447\u0435\u0441\u043A\u0438\u0439 \u0442\u0435\u043A\u0441\u0442 \u0447\u0435\u0433\u043E-\u043B. ","loadingTheme.none":"\u043D\u0435 \u043F\u043E\u043A\u0430\u0437\u0430\u043D\u043E",developerDescription:"\u0414\u043E\u043A\u0443\u043C\u0435\u043D\u0442\u0430\u0446\u0438\u044E \u043F\u043E \u0440\u0430\u0441\u0448\u0438\u0440\u0435\u043D\u043D\u043E\u0439 \u043D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0435 \u043C\u043E\u0436\u043D\u043E \u043D\u0430\u0439\u0442\u0438 <1>\u0437\u0434\u0435\u0441\u044C","edit border color":"\u0418\u0437\u043C\u0435\u043D\u0435\u043D\u0438\u0435 \u0446\u0432\u0435\u0442\u0430 \u0433\u0440\u0430\u043D\u0438\u0446\u044B",successSyncButNoChange:"\u0422\u0435\u043A\u0443\u0449\u0430\u044F \u043A\u043E\u043D\u0444\u0438\u0433\u0443\u0440\u0430\u0446\u0438\u044F \u0441\u043E\u043E\u0442\u0432\u0435\u0442\u0441\u0442\u0432\u0443\u0435\u0442 \u043E\u0431\u043B\u0430\u043A\u0443",customTheme:"\u041D\u0435\u0441\u0442\u0430\u043D\u0434\u0430\u0440\u0442\u043D\u044B\u0435 \u0446\u0432\u0435\u0442\u0430 \u0438 \u0440\u0430\u0437\u043C\u0435\u0440\u044B","customThemeLabel.borderColor":"\u0426\u0432\u0435\u0442 \u0433\u0440\u0430\u043D\u0438\u0446\u044B","customThemeLabel.borderRadius":"\u0421\u043A\u0440\u0443\u0433\u043B\u0435\u043D\u043D\u044B\u0435 \u043A\u0440\u0430\u044F","customThemeLabel.textColor":"\u0446\u0432\u0435\u0442 \u0442\u0435\u043A\u0441\u0442\u0430","customThemeLabel.backgroundColor":"\u0446\u0432\u0435\u0442 \u0444\u043E\u043D\u0430","customThemeLabel.zoom":"\u041C\u0430\u0441\u0448\u0442\u0430\u0431\u0438\u0440\u043E\u0432\u0430\u043D\u0438\u0435 \u0448\u0440\u0438\u0444\u0442\u0430 (%)","customThemeLabel.opacity":"\u041D\u0435\u043F\u0440\u043E\u0437\u0440\u0430\u0447\u043D\u043E\u0441\u0442\u044C \u0442\u0435\u043A\u0441\u0442\u0430 (%)",resetToDefaultColor:"\u0412\u043E\u0441\u0441\u0442\u0430\u043D\u043E\u0432\u043B\u0435\u043D\u0438\u0435 \u0446\u0432\u0435\u0442\u043E\u0432 \u043F\u043E \u0443\u043C\u043E\u043B\u0447\u0430\u043D\u0438\u044E",resetToDefaultSettings:"\u0412\u043E\u0441\u0441\u0442\u0430\u043D\u043E\u0432\u043B\u0435\u043D\u0438\u0435 \u043D\u0430\u0441\u0442\u0440\u043E\u0435\u043A \u043F\u043E \u0443\u043C\u043E\u043B\u0447\u0430\u043D\u0438\u044E",isTranslateTitle:"\u0412\u043A\u043B\u044E\u0447\u0438\u0442\u044C \u043F\u0435\u0440\u0435\u0432\u043E\u0434 \u0437\u0430\u0433\u043E\u043B\u043E\u0432\u043A\u043E\u0432 \u0441\u0442\u0440\u0430\u043D\u0438\u0446",isTranslateTitleDescription:"\u041F\u0440\u0438 \u043E\u0442\u043A\u0440\u044B\u0442\u0438\u0438 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u044B \u0435\u0435 \u0437\u0430\u0433\u043E\u043B\u043E\u0432\u043E\u043A \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0438\u0442\u0441\u044F",enableSearchEnhancement:"\u0412\u043A\u043B\u044E\u0447\u0435\u043D\u0438\u0435 \u0444\u0443\u043D\u043A\u0446\u0438\u0438 \u0440\u0430\u0441\u0448\u0438\u0440\u0435\u043D\u0438\u044F \u0434\u0432\u0443\u044F\u0437\u044B\u0447\u043D\u044B\u0445 \u0441\u043E\u043E\u0431\u0449\u0435\u043D\u0438\u0439",enableSearchEnhancementDescription:'\u041F\u043E\u0441\u043B\u0435 \u0432\u043A\u043B\u044E\u0447\u0435\u043D\u0438\u044F \u044D\u0442\u043E\u0439 \u0444\u0443\u043D\u043A\u0446\u0438\u0438 \u0440\u0435\u0437\u0443\u043B\u044C\u0442\u0430\u0442\u044B \u043F\u043E\u0438\u0441\u043A\u0430 "Google \u041D\u043E\u0432\u043E\u0441\u0442\u0438" \u0431\u0443\u0434\u0443\u0442 \u0430\u0432\u0442\u043E\u043C\u0430\u0442\u0438\u0447\u0435\u0441\u043A\u0438 \u043E\u0442\u043E\u0431\u0440\u0430\u0436\u0430\u0442\u044C\u0441\u044F \u0432 \u043F\u0440\u0430\u0432\u043E\u0439 \u043A\u043E\u043B\u043E\u043D\u043A\u0435 \u043F\u043E\u0434\u0434\u0435\u0440\u0436\u0438\u0432\u0430\u0435\u043C\u044B\u0445 \u0441\u0430\u0439\u0442\u043E\u0432 (Google \u041D\u043E\u0432\u043E\u0441\u0442\u0438, Google \u041F\u043E\u0438\u0441\u043A (\u043D\u0435\u043A\u043E\u0442\u043E\u0440\u044B\u0435 \u043A\u043B\u044E\u0447\u0435\u0432\u044B\u0435 \u0441\u043B\u043E\u0432\u0430), Snowball, Oriental Fortune, Futura, Tiger Community) \u0434\u043B\u044F \u0441\u043E\u043E\u0442\u0432\u0435\u0442\u0441\u0442\u0432\u0443\u044E\u0449\u0438\u0445 \u0430\u043D\u0433\u043B\u0438\u0439\u0441\u043A\u0438\u0445 \u043A\u043B\u044E\u0447\u0435\u0432\u044B\u0445 \u0441\u043B\u043E\u0432.',verifyService:"\u041D\u0430\u0436\u043C\u0438\u0442\u0435 \u0437\u0434\u0435\u0441\u044C, \u0447\u0442\u043E\u0431\u044B \u043F\u0440\u043E\u0442\u0435\u0441\u0442\u0438\u0440\u043E\u0432\u0430\u0442\u044C \u0443\u0441\u043B\u0443\u0433\u0443",verified:"\u041F\u0440\u043E\u0432\u0435\u0440\u043A\u0430 \u0443\u0441\u043F\u0435\u0448\u043D\u043E\u0441\u0442\u0438","field.langs":"\u041F\u043E\u0434\u0434\u0435\u0440\u0436\u0438\u0432\u0430\u0435\u043C\u044B\u0435 \u043A\u043E\u0434\u044B \u044F\u0437\u044B\u043A\u043E\u0432","field.model":"\u043C\u043E\u0434\u0435\u043B\u0438\u0440\u043E\u0432\u0430\u043D\u0438\u0435","field.translationEngine":"\u043C\u0435\u0445\u0430\u043D\u0438\u0437\u043C \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430","field.limitPerMinute":"\u041C\u0430\u043A\u0441\u0438\u043C\u0430\u043B\u044C\u043D\u043E\u0435 \u043A\u043E\u043B\u0438\u0447\u0435\u0441\u0442\u0432\u043E \u0437\u0430\u043F\u0440\u043E\u0441\u043E\u0432 \u0432 \u043C\u0438\u043D\u0443\u0442\u0443","field.limitPerSecond":"\u041C\u0430\u043A\u0441\u0438\u043C\u0430\u043B\u044C\u043D\u043E\u0435 \u043A\u043E\u043B\u0438\u0447\u0435\u0441\u0442\u0432\u043E \u0437\u0430\u043F\u0440\u043E\u0441\u043E\u0432 \u0432 \u0441\u0435\u043A\u0443\u043D\u0434\u0443","field.maxTextLengthPerRequest":"\u041C\u0430\u043A\u0441\u0438\u043C\u0430\u043B\u044C\u043D\u0430\u044F \u0434\u043B\u0438\u043D\u0430 \u0442\u0435\u043A\u0441\u0442\u0430 \u0432 \u043E\u0434\u043D\u043E\u043C \u0437\u0430\u043F\u0440\u043E\u0441\u0435","field.maxTextGroupLengthPerRequest":"\u041C\u0430\u043A\u0441\u0438\u043C\u0430\u043B\u044C\u043D\u043E\u0435 \u043A\u043E\u043B\u0438\u0447\u0435\u0441\u0442\u0432\u043E \u043F\u0430\u0440\u0430\u0433\u0440\u0430\u0444\u043E\u0432 \u0432 \u043E\u0434\u043D\u043E\u043C \u0437\u0430\u043F\u0440\u043E\u0441\u0435","field.apiUrl":"\u0410\u0434\u0440\u0435\u0441 \u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u0435\u043B\u044C\u0441\u043A\u043E\u0433\u043E \u0438\u043D\u0442\u0435\u0440\u0444\u0435\u0439\u0441\u0430 API","field.placeholderDelimiters":"\u0437\u0430\u0440\u0435\u0437\u0435\u0440\u0432\u0438\u0440\u043E\u0432\u0430\u043D\u043D\u043E\u0435 \u043C\u0435\u0441\u0442\u043E","description.custom":"\u0414\u043E\u0441\u0442\u0443\u043F \u043A \u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u0435\u043B\u044C\u0441\u043A\u043E\u043C\u0443 \u0438\u043D\u0442\u0435\u0440\u0444\u0435\u0439\u0441\u0443 \u0422\u0440\u0435\u0431\u0443\u0435\u0442\u0441\u044F \u0434\u043E\u043A\u0443\u043C\u0435\u043D\u0442\u0430\u0446\u0438\u044F","description.limitPerMinute":"\u0417\u0430\u043F\u0440\u043E\u0441\u044B, \u043F\u0440\u0435\u0432\u044B\u0448\u0430\u044E\u0449\u0438\u0435 \u044D\u0442\u043E\u0442 \u043B\u0438\u043C\u0438\u0442, \u043F\u043E\u043F\u0430\u0434\u0430\u044E\u0442 \u0432 \u043E\u0447\u0435\u0440\u0435\u0434\u044C \u0434\u043E \u043D\u0430\u0447\u0430\u043B\u0430 \u0441\u043B\u0435\u0434\u0443\u044E\u0449\u0435\u0439 \u043C\u0438\u043D\u0443\u0442\u044B. \u0412 \u0441\u0432\u044F\u0437\u0438 \u0441 \u0440\u0430\u0437\u043B\u0438\u0447\u043D\u044B\u043C\u0438 \u043E\u0433\u0440\u0430\u043D\u0438\u0447\u0435\u043D\u0438\u044F\u043C\u0438 \u0442\u0435\u043A\u0443\u0449\u0435\u0433\u043E \u0441\u0435\u0440\u0432\u0438\u0441\u0430 OpenAI, \u043F\u043E\u0441\u043B\u0435\u0434\u043D\u0438\u0435 \u043F\u0440\u0435\u0434\u043B\u0430\u0433\u0430\u0435\u043C\u044B\u0435 \u0437\u043D\u0430\u0447\u0435\u043D\u0438\u044F \u043C\u043E\u0436\u043D\u043E \u043F\u043E\u0441\u043C\u043E\u0442\u0440\u0435\u0442\u044C <1>\u0437\u0434\u0435\u0441\u044C","description.limitPerSecond":"\u0417\u0430\u043F\u0440\u043E\u0441\u044B, \u043F\u0440\u0435\u0432\u044B\u0448\u0430\u044E\u0449\u0438\u0435 \u044D\u0442\u043E\u0442 \u043B\u0438\u043C\u0438\u0442, \u043F\u043E\u043F\u0430\u0434\u0430\u044E\u0442 \u0432 \u043E\u0447\u0435\u0440\u0435\u0434\u044C \u0434\u043E \u043D\u0430\u0447\u0430\u043B\u0430 \u0441\u043B\u0435\u0434\u0443\u044E\u0449\u0435\u0439 \u0441\u0435\u043A\u0443\u043D\u0434\u044B. \u0412 \u0441\u0432\u044F\u0437\u0438 \u0441 \u0440\u0430\u0437\u043B\u0438\u0447\u043D\u044B\u043C\u0438 \u043E\u0433\u0440\u0430\u043D\u0438\u0447\u0435\u043D\u0438\u044F\u043C\u0438 \u0442\u0435\u043A\u0443\u0449\u0435\u0433\u043E \u0441\u0435\u0440\u0432\u0438\u0441\u0430 OpenAI, \u043F\u043E\u0441\u043B\u0435\u0434\u043D\u0438\u0435 \u043F\u0440\u0435\u0434\u043B\u0430\u0433\u0430\u0435\u043C\u044B\u0435 \u0437\u043D\u0430\u0447\u0435\u043D\u0438\u044F \u043C\u043E\u0436\u043D\u043E \u043F\u043E\u0441\u043C\u043E\u0442\u0440\u0435\u0442\u044C <1>\u0437\u0434\u0435\u0441\u044C","description.generalLimitPerSecond":"\u0417\u0430\u043F\u0440\u043E\u0441\u044B, \u043F\u0440\u0435\u0432\u044B\u0448\u0430\u044E\u0449\u0438\u0435 \u044D\u0442\u043E\u0442 \u043B\u0438\u043C\u0438\u0442, \u043F\u043E\u043F\u0430\u0434\u0430\u044E\u0442 \u0432 \u043E\u0447\u0435\u0440\u0435\u0434\u044C \u0434\u043E \u043D\u0430\u0447\u0430\u043B\u0430 \u0441\u043B\u0435\u0434\u0443\u044E\u0449\u0435\u0439 \u0441\u0435\u043A\u0443\u043D\u0434\u044B.","description.prompt":"\u041E\u0442\u043F\u0440\u0430\u0432\u0438\u0442\u044C \u0434\u0438\u0430\u043B\u043E\u0433 {service} \u043E\u0442 \u0438\u043C\u0435\u043D\u0438 \u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u0435\u043B\u044F, \u0433\u0434\u0435 {{text}} \u043E\u0431\u043E\u0437\u043D\u0430\u0447\u0430\u0435\u0442 \u0442\u0435\u043A\u0441\u0442 \u043F\u0430\u0440\u0430\u0433\u0440\u0430\u0444\u0430, {{from}} \u043E\u0431\u043E\u0437\u043D\u0430\u0447\u0430\u0435\u0442 \u044F\u0437\u044B\u043A \u043F\u0430\u0440\u0430\u0433\u0440\u0430\u0444\u0430, \u0430 {{to}} \u043E\u0431\u043E\u0437\u043D\u0430\u0447\u0430\u0435\u0442 \u0446\u0435\u043B\u0435\u0432\u043E\u0439 \u044F\u0437\u044B\u043A.","description.maxTextLengthPerRequest":"\u041C\u0430\u043A\u0441\u0438\u043C\u0430\u043B\u044C\u043D\u043E\u0435 \u043A\u043E\u043B\u0438\u0447\u0435\u0441\u0442\u0432\u043E \u0441\u0438\u043C\u0432\u043E\u043B\u043E\u0432 \u0432 \u043E\u0434\u043D\u043E\u043C \u0437\u0430\u043F\u0440\u043E\u0441\u0435 \u0441\u043B\u0438\u0448\u043A\u043E\u043C \u0432\u0435\u043B\u0438\u043A\u043E, \u0447\u0442\u043E \u043F\u0440\u0438\u0432\u043E\u0434\u0438\u0442 \u043A \u043C\u0435\u0434\u043B\u0435\u043D\u043D\u043E\u043C\u0443 \u043E\u0442\u043A\u043B\u0438\u043A\u0443 \u0438\u043D\u0442\u0435\u0440\u0444\u0435\u0439\u0441\u0430, \u043F\u043E\u044D\u0442\u043E\u043C\u0443 \u043F\u043E\u043F\u0440\u043E\u0431\u0443\u0439\u0442\u0435 \u043E\u0442\u0440\u0435\u0433\u0443\u043B\u0438\u0440\u043E\u0432\u0430\u0442\u044C \u044D\u0442\u043E\u0442 \u043F\u0430\u0440\u0430\u043C\u0435\u0442\u0440 \u0434\u043B\u044F \u043E\u043F\u0442\u0438\u043C\u0438\u0437\u0430\u0446\u0438\u0438 \u0441\u043A\u043E\u0440\u043E\u0441\u0442\u0438 \u0440\u0430\u0431\u043E\u0442\u044B","description.systemPrompt":"\u0414\u0438\u0430\u043B\u043E\u0433, \u043F\u0435\u0440\u0435\u0434\u0430\u043D\u043D\u044B\u0439 \u0432 OpenAI \u043A\u0430\u043A \u0432 \u0441\u0438\u0441\u0442\u0435\u043C\u0443, \u0433\u0434\u0435 {{text}} \u0443\u043A\u0430\u0437\u044B\u0432\u0430\u0435\u0442 \u043D\u0430 \u0442\u0435\u043A\u0441\u0442\u043E\u0432\u043E\u0435 \u0441\u043E\u0434\u0435\u0440\u0436\u0430\u043D\u0438\u0435 \u0430\u0431\u0437\u0430\u0446\u0430,{{from}} - \u043D\u0430 \u044F\u0437\u044B\u043A \u0430\u0431\u0437\u0430\u0446\u0430, \u0430{{to}} - \u043D\u0430 \u0446\u0435\u043B\u0435\u0432\u043E\u0439 \u044F\u0437\u044B\u043A.","field.domain":"\u0446\u0430\u0440\u0441\u0442\u0432\u043E","description.domain":"\u041F\u043E \u0443\u043C\u043E\u043B\u0447\u0430\u043D\u0438\u044E \u0443\u0441\u0442\u0430\u043D\u043E\u0432\u043B\u0435\u043D\u043E \u0437\u043D\u0430\u0447\u0435\u043D\u0438\u0435\uFF1Ageneral. \u041C\u043E\u0436\u0435\u0442 \u0431\u044B\u0442\u044C \u0443\u0441\u0442\u0430\u043D\u043E\u0432\u043B\u0435\u043D\u043E \u0442\u043E\u043B\u044C\u043A\u043E \u0432 \u0442\u043E\u043C \u0441\u043B\u0443\u0447\u0430\u0435, \u0435\u0441\u043B\u0438 \u0432 \u043A\u043E\u043D\u0441\u043E\u043B\u0438 Arima API \u0432\u043A\u043B\u044E\u0447\u0435\u043D \u0434\u043E\u043C\u0435\u043D\u043D\u044B\u0439 \u043F\u0435\u0440\u0435\u0432\u043E\u0434, \u043F\u043E\u0434\u0434\u0435\u0440\u0436\u0438\u0432\u0430\u0435\u043C\u044B\u0435 \u0434\u043E\u043C\u0435\u043D\u044B \u0441\u043C. <1>\u0437\u0434\u0435\u0441\u044C","field.scene":"\u0432\u0437\u044F\u0442\u044C","description.scene":"\u041F\u043E \u0443\u043C\u043E\u043B\u0447\u0430\u043D\u0438\u044E \u0443\u0441\u0442\u0430\u043D\u043E\u0432\u043B\u0435\u043D\u043E \u0437\u043D\u0430\u0447\u0435\u043D\u0438\u0435\uFF1Ageneral. \u041C\u043E\u0436\u0435\u0442 \u0431\u044B\u0442\u044C \u0443\u0441\u0442\u0430\u043D\u043E\u0432\u043B\u0435\u043D\u043E \u0442\u043E\u043B\u044C\u043A\u043E \u0432 \u0442\u043E\u043C \u0441\u043B\u0443\u0447\u0430\u0435, \u0435\u0441\u043B\u0438 \u0432 \u043A\u043E\u043D\u0441\u043E\u043B\u0438 AliCloud API \u043E\u0442\u043A\u0440\u044B\u0442 Machine Translation Pro, \u043E \u043F\u043E\u0434\u0434\u0435\u0440\u0436\u0438\u0432\u0430\u0435\u043C\u044B\u0445 \u0441\u0446\u0435\u043D\u0430\u0440\u0438\u044F\u0445 \u0441\u043C. <1>\u0437\u0434\u0435\u0441\u044C","field.vocabId":"\u0418\u0434\u0435\u043D\u0442\u0438\u0444\u0438\u043A\u0430\u0442\u043E\u0440 \u0441\u043B\u043E\u0432\u0430\u0440\u044F \u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u0435\u043B\u044F","description.vocabId":"\u0423\u043A\u0430\u0437\u0430\u043D\u043D\u044B\u0439 \u0441\u043B\u043E\u0432\u0430\u0440\u044C out_id, \u0432 \u043D\u0430\u0441\u0442\u043E\u044F\u0449\u0435\u0435 \u0432\u0440\u0435\u043C\u044F \u043F\u043E\u0434\u0434\u0435\u0440\u0436\u0438\u0432\u0430\u0435\u0442 \u043F\u0435\u0440\u0435\u0432\u043E\u0434 \u0441 \u0430\u043D\u0433\u043B\u0438\u0439\u0441\u043A\u043E\u0433\u043E \u043D\u0430 \u043A\u0438\u0442\u0430\u0439\u0441\u043A\u0438\u0439.","description.model":"\u041C\u043E\u0434\u0435\u043B\u0438 OpenAI, \u043C\u043E\u0433\u0443\u0442 \u0431\u044B\u0442\u044C gpt-3.5-turbo, gpt-4 \u0438 \u0442.\u0434.","description.maxTextGroupLengthPerRequest":"\u041A\u043E\u043B\u0438\u0447\u0435\u0441\u0442\u0432\u043E \u0430\u0431\u0437\u0430\u0446\u0435\u0432, \u043F\u0435\u0440\u0435\u0434\u0430\u0432\u0430\u0435\u043C\u044B\u0445 \u0441\u043B\u0443\u0436\u0431\u0435 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430 \u0437\u0430 \u043E\u0434\u0438\u043D \u0440\u0430\u0437, \u0435\u0441\u043B\u0438 \u0438\u0445 \u0441\u043B\u0438\u0448\u043A\u043E\u043C \u043C\u043D\u043E\u0433\u043E, \u044D\u0442\u043E \u043C\u043E\u0436\u0435\u0442 \u043F\u0440\u0438\u0432\u0435\u0441\u0442\u0438 \u043A \u0437\u0430\u043C\u0435\u0434\u043B\u0435\u043D\u0438\u044E \u0440\u0435\u0430\u043A\u0446\u0438\u0438 \u0438\u043D\u0442\u0435\u0440\u0444\u0435\u0439\u0441\u0430","description.apiUrl":"\u041F\u043E\u0436\u0430\u043B\u0443\u0439\u0441\u0442\u0430, \u0434\u043E\u0431\u0430\u0432\u044C\u0442\u0435 \u043A\u043E\u043D\u043A\u0440\u0435\u0442\u043D\u044B\u0435 URL \u0441 \u043F\u0443\u0442\u044F\u043C\u0438, <1>\u0431\u043E\u043B\u0435\u0435 \u043F\u043E\u0434\u0440\u043E\u0431\u043D\u043E\u0435 \u043E\u043F\u0438\u0441\u0430\u043D\u0438\u0435",enabledExtension:"\u0412\u043A\u043B\u044E\u0447\u0435\u043D\u0438\u0435 \u0440\u0430\u0441\u0448\u0438\u0440\u0435\u043D\u0438\u0439",clickToDisableExtension:"\u041D\u0430\u0436\u043C\u0438\u0442\u0435 \u0434\u043B\u044F \u043E\u0442\u043A\u043B\u044E\u0447\u0435\u043D\u0438\u044F \u0440\u0430\u0441\u0448\u0438\u0440\u0435\u043D\u0438\u0439",clickToEnableExtension:"\u041D\u0430\u0436\u043C\u0438\u0442\u0435 \u0434\u043B\u044F \u0432\u043A\u043B\u044E\u0447\u0435\u043D\u0438\u044F \u0440\u0430\u0441\u0448\u0438\u0440\u0435\u043D\u0438\u0439",hasBeenDisabled:"\u043E\u0442\u043A\u043B\u044E\u0447\u0435\u043D\u043E","show password":"\u041F\u043E\u043A\u0430\u0437\u0430\u0442\u044C \u043F\u0430\u0440\u043E\u043B\u044C",customContent:"\u0412\u0432\u0435\u0434\u0438\u0442\u0435 \u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u0435\u043B\u044C\u0441\u043A\u043E\u0435 \u0438\u043C\u044F \u043C\u043E\u0434\u0435\u043B\u0438",inputOptions:"\u0423\u0441\u043E\u0432\u0435\u0440\u0448\u0435\u043D\u0441\u0442\u0432\u043E\u0432\u0430\u043D\u0438\u0435 \u0431\u043B\u043E\u043A\u0430 \u0432\u0432\u043E\u0434\u0430",mouseHoverOptions:"\u043D\u0430\u0432\u0435\u0434\u0435\u043D\u0438\u0435 \u043C\u044B\u0448\u0438",modifyMouseHoverKey:"\u0418\u0437\u043C\u0435\u043D\u0435\u043D\u0438\u0435 \u044F\u0440\u043B\u044B\u043A\u0430 \u043D\u0430\u0432\u0435\u0434\u0435\u043D\u0438\u044F \u043C\u044B\u0448\u0438",enableInputTranslation:"\u0412\u043A\u043B\u044E\u0447\u0430\u0442\u044C \u043B\u0438 \u0440\u0430\u0441\u0448\u0438\u0440\u0435\u043D\u0438\u0435 \u043F\u043E\u043B\u044F \u0432\u0432\u043E\u0434\u0430",enableInputTranslationDescription:"\u041F\u043E\u0441\u043B\u0435 \u0432\u043A\u043B\u044E\u0447\u0435\u043D\u0438\u044F \u0432\u0432\u0435\u0434\u0438\u0442\u0435 {startingKey}{startingKey} hello \u043F\u0440\u044F\u043C\u043E \u0432 \u043F\u043E\u043B\u0435 \u0432\u0432\u043E\u0434\u0430, \u0437\u0430\u0442\u0435\u043C \u0431\u044B\u0441\u0442\u0440\u043E \u043D\u0430\u0431\u0435\u0440\u0438\u0442\u0435{inputTrailingTriggerKeyRepeatTimes}\u0440\u0430\u0437{trailingKey}, \u0447\u0442\u043E\u0431\u044B \u043F\u0435\u0440\u0435\u0432\u0435\u0441\u0442\u0438 \u043D\u0430 {inputTargetLanguage}.",enableInputTranslationDescriptionForNoneKey:"\u041F\u043E\u0441\u043B\u0435 \u0432\u043A\u043B\u044E\u0447\u0435\u043D\u0438\u044F \u044D\u0442\u043E\u0439 \u0444\u0443\u043D\u043A\u0446\u0438\u0438 \u0432\u0432\u0435\u0434\u0438\u0442\u0435\uFF1AHello World \u043D\u0435\u043F\u043E\u0441\u0440\u0435\u0434\u0441\u0442\u0432\u0435\u043D\u043D\u043E \u0432 \u043F\u043E\u043B\u0435 \u0432\u0432\u043E\u0434\u0430, \u0430 \u0437\u0430\u0442\u0435\u043C \u0431\u044B\u0441\u0442\u0440\u043E \u043D\u0430\u0436\u043C\u0438\u0442\u0435{inputTrailingTriggerKeyRepeatTimes}{trailingKey}\u0440\u0430\u0437 \u0434\u043B\u044F \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430 \u043D\u0430 \u0446\u0435\u043B\u0435\u0432\u043E\u0439 \u044F\u0437\u044B\u043A \u043F\u043E \u0443\u043C\u043E\u043B\u0447\u0430\u043D\u0438\u044E.",inputTargetLanguage:"\u0423\u0441\u0442\u0430\u043D\u043E\u0432\u043A\u0430 \u0446\u0435\u043B\u0435\u0432\u043E\u0433\u043E \u044F\u0437\u044B\u043A\u0430 \u043F\u043E \u0443\u043C\u043E\u043B\u0447\u0430\u043D\u0438\u044E \u0434\u043B\u044F \u043E\u043A\u043E\u043D \u0432\u0432\u043E\u0434\u0430",inputTargetLanguageDescription:"\u0426\u0435\u043B\u0435\u0432\u043E\u0439 \u044F\u0437\u044B\u043A \u043F\u043E \u0443\u043C\u043E\u043B\u0447\u0430\u043D\u0438\u044E \u0434\u043B\u044F \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430 \u043E\u043A\u043D\u0430 \u0432\u0432\u043E\u0434\u0430, \u0442.\u0435. {startingKey}{startingKey} \u043A\u0430\u043A \u044F\u0437\u044B\u043A \u043F\u043E \u0443\u043C\u043E\u043B\u0447\u0430\u043D\u0438\u044E \u0434\u043B\u044F \u0442\u0440\u0438\u0433\u0433\u0435\u0440\u043D\u044B\u0445 \u0441\u043B\u043E\u0432",inputTargetLanguageDescriptionForNoneKey:"\u0426\u0435\u043B\u0435\u0432\u043E\u0439 \u044F\u0437\u044B\u043A \u043F\u043E \u0443\u043C\u043E\u043B\u0447\u0430\u043D\u0438\u044E \u0434\u043B\u044F \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430 \u043F\u043E\u043B\u044F \u0432\u0432\u043E\u0434\u0430",inputStartingTriggerKeyTitle:"\u0423\u0441\u0442\u0430\u043D\u043E\u0432\u043A\u0430 \u0441\u0438\u043C\u0432\u043E\u043B\u0430 \u0440\u0430\u0437\u0434\u0435\u043B\u0435\u043D\u0438\u044F \u0434\u043B\u044F \u0447\u0430\u0441\u0442\u0438\u0447\u043D\u043E\u0433\u043E \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430 \u043F\u043E\u043B\u044F \u0432\u0432\u043E\u0434\u0430",inputStartingTriggerKeyDescription:"\u0415\u0441\u043B\u0438 \u043D\u0435\u0442 \u043D\u0435\u043E\u0431\u0445\u043E\u0434\u0438\u043C\u043E\u0441\u0442\u0438 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0438\u0442\u044C \u0432\u0441\u0435 \u043F\u043E\u043B\u0435 \u0432\u0432\u043E\u0434\u0430, \u0441\u043F\u043B\u0438\u0442\u0442\u0435\u0440 \u043F\u043E\u0437\u0432\u043E\u043B\u044F\u0435\u0442 \u043F\u0435\u0440\u0435\u0432\u0435\u0441\u0442\u0438 \u0442\u043E\u043B\u044C\u043A\u043E \u0447\u0430\u0441\u0442\u044C \u043E\u0442 {startingKey}{startingKey} \u0434\u043E \u043A\u043E\u043D\u0446\u0430 \u043F\u043E\u043B\u044F \u0432\u0432\u043E\u0434\u0430, \u0438\u043B\u0438 \u043C\u043E\u0436\u043D\u043E \u0443\u043A\u0430\u0437\u0430\u0442\u044C \u043A\u043E\u0434 \u044F\u0437\u044B\u043A\u0430, \u043D\u0430\u043F\u0440\u0438\u043C\u0435\u0440,\uFF1A{startingKey}ja \u043E\u0437\u043D\u0430\u0447\u0430\u0435\u0442 \u043F\u0435\u0440\u0435\u0432\u043E\u0434 \u0442\u043E\u043B\u044C\u043A\u043E \u0447\u0430\u0441\u0442\u0438 \u043E\u0442 {startingKey}ja \u0434\u043E \u043A\u043E\u043D\u0446\u0430 \u043F\u043E\u043B\u044F \u0432\u0432\u043E\u0434\u0430.",inputStartingTriggerKeyDescriptionForNoneKey:"\u0422\u0435\u043A\u0443\u0449\u0430\u044F \u043D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0430 \u043E\u0442\u0441\u0443\u0442\u0441\u0442\u0432\u0438\u044F \u043F\u0440\u0435\u0444\u0438\u043A\u0441\u0430 \u043D\u0435 \u043D\u0443\u0436\u043D\u0430, \u0438 \u0444\u0443\u043D\u043A\u0446\u0438\u044F \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430 \u043D\u0435\u043A\u043E\u0442\u043E\u0440\u044B\u0445 \u0442\u0435\u043A\u0441\u0442\u043E\u0432 \u0432 \u043E\u043A\u043D\u0435 \u0432\u0432\u043E\u0434\u0430 \u043F\u043E\u043A\u0430 \u043D\u0435 \u043C\u043E\u0436\u0435\u0442 \u0431\u044B\u0442\u044C \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u043D\u0430.",inputTrailingTriggerKeyTitle:"\u0412\u044B\u0431\u0435\u0440\u0438\u0442\u0435 \u0441\u0438\u043C\u0432\u043E\u043B \u043E\u043A\u043E\u043D\u0447\u0430\u043D\u0438\u044F \u0432\u0432\u043E\u0434\u0430",inputTrailingTriggerKeyDescription:"3 \u0431\u044B\u0441\u0442\u0440\u044B\u0445 \u0443\u0434\u0430\u0440\u0430{trailingKey} \u043D\u0430\u0447\u043D\u0435\u0442 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0438\u0442\u044C!",inputTrailingTriggerKeyTimeout:"\u0412\u0432\u0435\u0434\u0438\u0442\u0435 \u0432\u0440\u0435\u043C\u044F \u043C\u0435\u0436\u0434\u0443 \u0441\u0440\u0430\u0431\u0430\u0442\u044B\u0432\u0430\u043D\u0438\u044F\u043C\u0438 \u0432 \u043A\u043E\u043D\u0446\u0435 \u0431\u043E\u044F",inputTrailingTriggerKeyTimeoutDescription:"\u0423\u0441\u0442\u0430\u043D\u0430\u0432\u043B\u0438\u0432\u0430\u0435\u0442 \u0432\u0440\u0435\u043C\u044F (\u0432 \u043C\u0438\u043B\u043B\u0438\u0441\u0435\u043A\u0443\u043D\u0434\u0430\u0445) \u043C\u0435\u0436\u0434\u0443 \u0441\u0440\u0430\u0431\u0430\u0442\u044B\u0432\u0430\u043D\u0438\u044F\u043C\u0438 \u043A\u043E\u043C\u0431\u0438\u043D\u0438\u0440\u043E\u0432\u0430\u043D\u043D\u044B\u0445 \u0443\u0441\u0442\u0440\u043E\u0439\u0441\u0442\u0432 \u043E\u043A\u043E\u043D\u0447\u0430\u043D\u0438\u044F \u0432\u0432\u043E\u0434\u0430",spaceKey:"<\u7A7A\u683C\u952E>",noneKey:"\u041F\u0440\u044F\u043C\u043E\u0439 \u043F\u0435\u0440\u0435\u0432\u043E\u0434 \u0432\u0441\u0435\u0433\u043E \u0442\u0435\u043A\u0441\u0442\u043E\u0432\u043E\u0433\u043E \u043F\u043E\u043B\u044F \u0431\u0435\u0437 \u043F\u0440\u0435\u0444\u0438\u043A\u0441\u043E\u0432",inputTranslationBlockUrlsTitle:"\u041D\u0435 \u0432\u043A\u043B\u044E\u0447\u0430\u0439\u0442\u0435 \u0440\u0430\u0441\u0448\u0438\u0440\u0435\u043D\u0438\u0435 \u043F\u043E\u043B\u044F \u0432\u0432\u043E\u0434\u0430 \u0432 \u0441\u043B\u0435\u0434\u0443\u044E\u0449\u0438\u0445 URL-\u0430\u0434\u0440\u0435\u0441\u0430\u0445",inputTranslationBlockUrlsDescription:"\u0423\u0441\u043E\u0432\u0435\u0440\u0448\u0435\u043D\u0441\u0442\u0432\u043E\u0432\u0430\u043D\u0438\u044F \u043F\u043E\u043B\u044F \u0432\u0432\u043E\u0434\u0430 \u043D\u0435 \u0431\u0443\u0434\u0443\u0442 \u0440\u0430\u0431\u043E\u0442\u0430\u0442\u044C \u043D\u0430 \u0441\u043B\u0435\u0434\u0443\u044E\u0449\u0438\u0445 URL-\u0430\u0434\u0440\u0435\u0441\u0430\u0445",clickToSeeQuickDemo:"\u041D\u0430\u0436\u043C\u0438\u0442\u0435, \u0447\u0442\u043E\u0431\u044B \u0440\u0430\u0437\u0432\u0435\u0440\u043D\u0443\u0442\u044C 30-\u0441\u0435\u043A\u0443\u043D\u0434\u043D\u044B\u0439 \u043E\u0431\u0443\u0447\u0430\u044E\u0449\u0438\u0439 \u0432\u0438\u0434\u0435\u043E\u0440\u043E\u043B\u0438\u043A",inputHelperInfo:"\u041E\u043F\u0438\u0441\u0430\u043D\u0438\u0435\uFF1A\u041C\u044B \u043E\u043F\u0442\u0438\u043C\u0438\u0437\u0438\u0440\u043E\u0432\u0430\u043B\u0438 \u0440\u0430\u0431\u043E\u0442\u0443 \u0441 \u0442\u0435\u043C, \u0447\u0442\u043E \u043D\u0435\u043A\u043E\u0442\u043E\u0440\u044B\u0435 \u0442\u0440\u0438\u0433\u0433\u0435\u0440\u043D\u044B\u0435 \u0441\u0438\u043C\u0432\u043E\u043B\u044B \u043F\u0440\u0435\u0432\u0440\u0430\u0449\u0430\u044E\u0442\u0441\u044F \u0432 \u043A\u0438\u0442\u0430\u0439\u0441\u043A\u0438\u0435 \u0437\u043D\u0430\u043A\u0438 \u043F\u0440\u0435\u043F\u0438\u043D\u0430\u043D\u0438\u044F \u043F\u0440\u0438 \u043A\u0438\u0442\u0430\u0439\u0441\u043A\u0438\u0445 \u043C\u0435\u0442\u043E\u0434\u0430\u0445 \u0432\u0432\u043E\u0434\u0430, \u043D\u0430\u043F\u0440\u0438\u043C\u0435\u0440, / \u043F\u0440\u0435\u0432\u0440\u0430\u0449\u0430\u0435\u0442\u0441\u044F \u0432 \u0437\u043D\u0430\u043A dun , \u043F\u0440\u0438 \u043C\u0435\u0442\u043E\u0434\u0435 \u0432\u0432\u043E\u0434\u0430 Sogou, \u0438 Immersive Translator \u043F\u043E\u0434\u0434\u0435\u0440\u0436\u0438\u0432\u0430\u0435\u0442 \u0432\u0441\u0435 \u043A\u0438\u0442\u0430\u0439\u0441\u043A\u0438\u0435 \u0441\u0438\u043C\u0432\u043E\u043B\u044B, \u0441\u043E\u043E\u0442\u0432\u0435\u0442\u0441\u0442\u0432\u0443\u044E\u0449\u0438\u0435 \u0442\u0440\u0438\u0433\u0433\u0435\u0440\u043D\u044B\u043C \u0441\u0438\u043C\u0432\u043E\u043B\u0430\u043C, \u0442.\u0435. //,,, \u0431\u0443\u0434\u0443\u0442 \u0440\u0430\u0441\u043F\u043E\u0437\u043D\u0430\u0432\u0430\u0442\u044C\u0441\u044F \u043A\u0430\u043A \u0442\u0440\u0438\u0433\u0433\u0435\u0440\u043D\u044B\u0435 \u0441\u0438\u043C\u0432\u043E\u043B\u044B.

\u041C\u044B \u0442\u0430\u043A\u0436\u0435 \u043F\u043E\u0434\u0434\u0435\u0440\u0436\u0438\u0432\u0430\u0435\u043C \u043A\u0438\u0442\u0430\u0439\u0441\u043A\u0438\u0435 \u043F\u0441\u0435\u0432\u0434\u043E\u043D\u0438\u043C\u044B \u0434\u043B\u044F \u044F\u0437\u044B\u043A\u043E\u0432\u044B\u0445 \u043A\u043E\u0434\u043E\u0432 \u0432 \u043A\u0430\u0447\u0435\u0441\u0442\u0432\u0435 \u043A\u043E\u043C\u0430\u043D\u0434, \u043D\u0430\u043F\u0440\u0438\u043C\u0435\u0440, /Japanese Hello World \u0431\u0443\u0434\u0435\u0442 \u043F\u0435\u0440\u0435\u0432\u0435\u0434\u0435\u043D \u043D\u0430 \u044F\u043F\u043E\u043D\u0441\u043A\u0438\u0439 \u044F\u0437\u044B\u043A, <1>\u043D\u0430\u0436\u043C\u0438\u0442\u0435 \u0437\u0434\u0435\u0441\u044C, \u0447\u0442\u043E\u0431\u044B \u043F\u043E\u0441\u043C\u043E\u0442\u0440\u0435\u0442\u044C \u0432\u0441\u0435 \u043F\u043E\u0434\u0434\u0435\u0440\u0436\u0438\u0432\u0430\u0435\u043C\u044B\u0435 \u044F\u0437\u044B\u043A\u043E\u0432\u044B\u0435 \u043A\u043E\u0434\u044B.",reloadCurrentPage:"\u041F\u0435\u0440\u0435\u0434 \u043D\u0430\u0447\u0430\u043B\u043E\u043C \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430 \u043E\u0431\u043D\u043E\u0432\u0438\u0442\u0435 \u0442\u0435\u043A\u0443\u0449\u0443\u044E \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u0443.",noLocalFilePermissionForPDF:"\u0423 \u0432\u0430\u0441 \u043D\u0435\u0442 \u043F\u0440\u0430\u0432 \u043D\u0430 \u0447\u0442\u0435\u043D\u0438\u0435 \u043B\u043E\u043A\u0430\u043B\u044C\u043D\u044B\u0445 \u0444\u0430\u0439\u043B\u043E\u0432, \u043F\u043E\u0436\u0430\u043B\u0443\u0439\u0441\u0442\u0430, \u043D\u0430\u0436\u043C\u0438\u0442\u0435 \u043A\u043D\u043E\u043F\u043A\u0443 \u0432\u044B\u0448\u0435, \u0430 \u0437\u0430\u0442\u0435\u043C \u0438\u043C\u043F\u043E\u0440\u0442\u0438\u0440\u0443\u0439\u0442\u0435 \u043B\u043E\u043A\u0430\u043B\u044C\u043D\u044B\u0435 \u0444\u0430\u0439\u043B\u044B.",noPermissionForThisPage:"\u26A0\uFE0F \u041D\u0435\u0442 \u0440\u0430\u0437\u0440\u0435\u0448\u0435\u043D\u0438\u044F \u043D\u0430 \u043F\u0435\u0440\u0435\u0432\u043E\u0434 \u0442\u0435\u043A\u0443\u0449\u0435\u0439 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u044B",retryAllParagraphs:"\u041F\u043E\u0432\u0442\u043E\u0440\u043D\u043E\u0435 \u0432\u044B\u043F\u043E\u043B\u043D\u0435\u043D\u0438\u0435 \u0432\u0441\u0435\u0445 \u043E\u0448\u0438\u0431\u043E\u0447\u043D\u044B\u0445 \u043F\u0435\u0440\u0435\u0445\u043E\u0434\u043E\u0432",retryAllButton:"\u041F\u043E\u0432\u0442\u043E\u0440\u043D\u043E\u0435 \u0432\u044B\u043F\u043E\u043B\u043D\u0435\u043D\u0438\u0435 \u0432\u0441\u0435\u0445 \u043E\u0448\u0438\u0431\u043E\u0447\u043D\u044B\u0445 \u043F\u0435\u0440\u0435\u0445\u043E\u0434\u043E\u0432",errorTooltipTitle:"\u0429\u0435\u043B\u043A\u043D\u0438\u0442\u0435, \u0447\u0442\u043E\u0431\u044B \u0443\u0432\u0438\u0434\u0435\u0442\u044C \u043F\u0440\u0438\u0447\u0438\u043D\u0443 \u043E\u0448\u0438\u0431\u043A\u0438",errorModalTitle:"\u041F\u043E\u0445\u043E\u0436\u0435, \u0447\u0442\u043E-\u0442\u043E \u043D\u0435 \u0442\u0430\u043A \u0441\u043E \u0441\u043B\u0443\u0436\u0431\u043E\u0439 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430 \u0438\u043B\u0438 \u0441\u0435\u0442\u044C\u044E...",disableConfirm:"\u0414\u0432\u0443\u044F\u0437\u044B\u0447\u043D\u0430\u044F \u0443\u0441\u0442\u0430\u043D\u043E\u0432\u043A\u0430 \u0434\u043B\u044F \u0440\u0430\u0441\u0448\u0438\u0440\u0435\u043D\u0438\u044F \u0438\u043D\u0444\u043E\u0440\u043C\u0430\u0446\u0438\u0438",disableOnce:"\u042D\u0442\u0430 \u0438\u043D\u0432\u0430\u043B\u0438\u0434\u043D\u043E\u0441\u0442\u044C",disableGlobal:"\u043E\u0442\u043A\u043B\u044E\u0447\u0438\u0442\u044C \u043D\u0430\u0432\u0441\u0435\u0433\u0434\u0430",disableTint:"* \u0412\u044B \u043C\u043E\u0436\u0435\u0442\u0435 \u043F\u043E\u0432\u0442\u043E\u0440\u043D\u043E \u0432\u043A\u043B\u044E\u0447\u0438\u0442\u044C \u0435\u0433\u043E \u043D\u0430 \u0441\u0430\u0439\u0442\u0435 {option} .",searchEnhancementNotes:"\u041C\u044B \u043E\u0431\u043D\u0430\u0440\u0443\u0436\u0438\u043B\u0438, \u0447\u0442\u043E \u0440\u0435\u0437\u0443\u043B\u044C\u0442\u0430\u0442\u044B \u043F\u043E\u0438\u0441\u043A\u0430 \u043D\u043E\u0432\u043E\u0441\u0442\u0435\u0439 \u043F\u043E \u043A\u043B\u044E\u0447\u0435\u0432\u044B\u043C \u0441\u043B\u043E\u0432\u0430\u043C \u043D\u0430 \u043A\u0438\u0442\u0430\u0439\u0441\u043A\u043E\u043C \u0438 \u0430\u043D\u0433\u043B\u0438\u0439\u0441\u043A\u043E\u043C \u044F\u0437\u044B\u043A\u0430\u0445 \u0441\u0438\u043B\u044C\u043D\u043E \u043E\u0442\u043B\u0438\u0447\u0430\u044E\u0442\u0441\u044F. \u041F\u043E\u0441\u043B\u0435 \u0432\u043A\u043B\u044E\u0447\u0435\u043D\u0438\u044F \u0444\u0443\u043D\u043A\u0446\u0438\u0438 Immersive Translation Bilingual Information Enhancement \u043C\u044B \u0431\u0443\u0434\u0435\u043C \u0430\u0432\u0442\u043E\u043C\u0430\u0442\u0438\u0447\u0435\u0441\u043A\u0438 \u0438\u0441\u043A\u0430\u0442\u044C \u0434\u043B\u044F \u0432\u0430\u0441 \u0442\u0435 \u0436\u0435 \u0441\u0430\u043C\u044B\u0435 \u043A\u043B\u044E\u0447\u0435\u0432\u044B\u0435 \u0441\u043B\u043E\u0432\u0430 \u043D\u0430 \u0430\u043D\u0433\u043B\u0438\u0439\u0441\u043A\u043E\u043C \u044F\u0437\u044B\u043A\u0435 \u043D\u0430 \u043F\u043E\u0434\u0434\u0435\u0440\u0436\u0438\u0432\u0430\u0435\u043C\u044B\u0445 \u0441\u0430\u0439\u0442\u0430\u0445 (Google News, Google Search (\u043D\u0435\u043A\u043E\u0442\u043E\u0440\u044B\u0435 \u043A\u043B\u044E\u0447\u0435\u0432\u044B\u0435 \u0441\u043B\u043E\u0432\u0430), Snowball, Oriental Wealth, Futura, Tiger) \u0438 \u043E\u0442\u043E\u0431\u0440\u0430\u0436\u0430\u0442\u044C \u0438\u0445 \u0432 \u043F\u0440\u0430\u0432\u043E\u0439 \u0447\u0430\u0441\u0442\u0438. \u0412\u044B \u043C\u043E\u0436\u0435\u0442\u0435 \u043E\u0442\u043A\u043B\u044E\u0447\u0438\u0442\u044C \u044D\u0442\u0443 \u0444\u0443\u043D\u043A\u0446\u0438\u044E, \u0435\u0441\u043B\u0438 \u043E\u043D\u0430 \u0432\u0430\u043C \u043D\u0435 \u043D\u0443\u0436\u043D\u0430.",option:"\u043D\u0430\u0441\u0442\u0440\u0430\u0438\u0432\u0430\u0442\u044C",saveSettings:"\u0421\u043E\u0445\u0440\u0430\u043D\u0438\u0442\u044C \u043D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0438",closeModal:"\u0417\u0430\u043A\u0440\u044B\u0442\u044C \u043E\u043A\u043D\u043E",enableInputTranslationWithoutTriggerKeyTitle:"\u0412\u043A\u043B\u044E\u0447\u0438\u0442\u0435 3 \u0431\u044B\u0441\u0442\u0440\u044B\u0445 \u043D\u0430\u0436\u0430\u0442\u0438\u044F \u043D\u0430{trailingKey}, \u0447\u0442\u043E\u0431\u044B \u043D\u0430\u043F\u0440\u044F\u043C\u0443\u044E \u043F\u0435\u0440\u0435\u0432\u0435\u0441\u0442\u0438 \u0432\u0441\u0435 \u043F\u043E\u043B\u0435 \u0432\u0432\u043E\u0434\u0430 \u043D\u0430{inputTargetLanguage}.",enableInputTranslationWithoutTriggerKeyDescription:"\u0427\u0442\u043E\u0431\u044B \u0443\u043A\u0430\u0437\u0430\u0442\u044C \u0446\u0435\u043B\u0435\u0432\u043E\u0439 \u044F\u0437\u044B\u043A, \u0434\u043E\u0431\u0430\u0432\u044C\u0442\u0435 \u043A \u043D\u0435\u043C\u0443 \u043A\u043E\u0434 \u044F\u0437\u044B\u043A\u0430, \u043D\u0430\u043F\u0440\u0438\u043C\u0435\u0440,\uFF1Aja Hello World",mouseHoverShortcutPlaceholder:"\u043D\u0430\u043F\u0440\u0438\u043C\u0435\u0440,\uFF1AShift",deepLProName:"Immersive Translation Pro Member (Recommended)",deepLProDescription:"\u0422\u0435\u043A\u0443\u0449\u0438\u0439 \u043F\u0430\u043A\u0435\u0442 \u043C\u043E\u0436\u0435\u0442 \u0431\u044B\u0442\u044C \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u043D \u043D\u0430\u043F\u0440\u044F\u043C\u0443\u044E",deeplProDescriptionForNormal:"\u041D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0430 \u043D\u0435 \u0442\u0440\u0435\u0431\u0443\u0435\u0442\u0441\u044F, \u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u0435\u043B\u0438 \u043C\u043E\u0433\u0443\u0442 \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u044C \u0435\u0433\u043E \u043F\u043E\u0441\u043B\u0435 \u0432\u0445\u043E\u0434\u0430 \u0432 \u0441\u0438\u0441\u0442\u0435\u043C\u0443, <1>\u043D\u0430\u0436\u043C\u0438\u0442\u0435 \u0437\u0434\u0435\u0441\u044C, \u0447\u0442\u043E\u0431\u044B \u043F\u0435\u0440\u0435\u0439\u0442\u0438 \u0432 \u043A\u0430\u0442\u0435\u0433\u043E\u0440\u0438\u044E \u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u0435\u043B\u0435\u0439",deepLCustomDescription:"\u0422\u0440\u0435\u0431\u0443\u0435\u0442\u0441\u044F \u0438\u043D\u043E\u0441\u0442\u0440\u0430\u043D\u043D\u0430\u044F \u043A\u0440\u0435\u0434\u0438\u0442\u043D\u0430\u044F \u043A\u0430\u0440\u0442\u0430, \u043E\u0444\u0438\u0446\u0438\u0430\u043B\u044C\u043D\u043E \u043E\u0442\u043A\u0440\u044B\u0442\u0430 \u043D\u0430 \u0441\u0430\u0439\u0442\u0435 <1>DeepL, \u043D\u0430\u0436\u043C\u0438\u0442\u0435 \u0434\u043B\u044F \u043F\u043E\u043B\u0443\u0447\u0435\u043D\u0438\u044F <2>\u0434\u043E\u043A\u0443\u043C\u0435\u043D\u0442\u0430\u0446\u0438\u0438",deepLCustomName:"\u041F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u0435\u043B\u044C\u0441\u043A\u0438\u0439 \u043A\u043B\u044E\u0447 \u0430\u0432\u0442\u043E\u0440\u0438\u0437\u0430\u0446\u0438\u0438",chooseProviderLabel:"\u0412\u044B\u0431\u043E\u0440 \u043F\u043E\u0441\u0442\u0430\u0432\u0449\u0438\u043A\u0430 \u0443\u0441\u043B\u0443\u0433",openaiProName:"Immersive Translation Pro Member (Recommended)",openaiProDescription:"\u0422\u0435\u043A\u0443\u0449\u0438\u0439 \u043F\u0430\u043A\u0435\u0442 \u043C\u043E\u0436\u0435\u0442 \u0431\u044B\u0442\u044C \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u043D \u043D\u0430\u043F\u0440\u044F\u043C\u0443\u044E",openaiProDescriptionForNormal:"\u041D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0430 \u043D\u0435 \u0442\u0440\u0435\u0431\u0443\u0435\u0442\u0441\u044F, \u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u0435\u043B\u0438 \u043C\u043E\u0433\u0443\u0442 \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u044C \u0435\u0433\u043E \u043F\u043E\u0441\u043B\u0435 \u0432\u0445\u043E\u0434\u0430 \u0432 \u0441\u0438\u0441\u0442\u0435\u043C\u0443, <1>\u043D\u0430\u0436\u043C\u0438\u0442\u0435 \u0437\u0434\u0435\u0441\u044C, \u0447\u0442\u043E\u0431\u044B \u043F\u0435\u0440\u0435\u0439\u0442\u0438 \u0432 \u043A\u0430\u0442\u0435\u0433\u043E\u0440\u0438\u044E \u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u0435\u043B\u0435\u0439",openaiCustomDescription:"\u0414\u043E\u0441\u0442\u0443\u043F\u043D\u044B OpenAI, Azure OpenAI \u0438\u043B\u0438 \u0434\u0440\u0443\u0433\u0438\u0435 \u0441\u0442\u043E\u0440\u043E\u043D\u043D\u0438\u0435 \u0441\u0435\u0440\u0432\u0438\u0441\u044B, <1>\u0434\u043E\u043A\u0443\u043C\u0435\u043D\u0442\u0430\u0446\u0438\u044E \u043C\u043E\u0436\u043D\u043E \u043D\u0430\u0439\u0442\u0438 \u0437\u0434\u0435\u0441\u044C",openaiCustomName:"\u041F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u0435\u043B\u044C\u0441\u043A\u0438\u0439 \u043A\u043B\u044E\u0447 API",needLoginAction:"(\u041E\u0442\u043A\u0440\u044B\u0442\u043E\u0435 \u0447\u043B\u0435\u043D\u0441\u0442\u0432\u043E \u0438\u043B\u0438 \u043D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0430)",goLoginOrAction:"(\u041E\u0442\u043A\u0440\u043E\u0439\u0442\u0435 \u0447\u043B\u0435\u043D\u0441\u0442\u0432\u043E \u0438\u043B\u0438 \u043F\u0435\u0440\u0435\u0439\u0434\u0438\u0442\u0435 \u043A \u043D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0430\u043C)",yearly:"\u043E\u0441\u0443\u0449\u0435\u0441\u0442\u0432\u043B\u044F\u0442\u044C \u043F\u043E\u0441\u043B\u0435\u0434\u043E\u0432\u0430\u0442\u0435\u043B\u044C\u043D\u044B\u0439 \u0435\u0436\u0435\u0433\u043E\u0434\u043D\u044B\u0439 \u043F\u043B\u0430\u0442\u0435\u0436",quarterly:"\u043F\u043E\u0441\u043B\u0435\u0434\u043E\u0432\u0430\u0442\u0435\u043B\u044C\u043D\u0430\u044F \u0443\u043F\u0430\u043A\u043E\u0432\u043A\u0430",monthly:"\u0435\u0436\u0435\u043C\u0435\u0441\u044F\u0447\u043D\u0430\u044F \u043F\u043E\u0434\u043F\u0438\u0441\u043A\u0430",yearlyForOnce:"\u0415\u0434\u0438\u043D\u043E\u0432\u0440\u0435\u043C\u0435\u043D\u043D\u044B\u0439 \u0433\u043E\u0434\u043E\u0432\u043E\u0439 \u043F\u0430\u043A\u0435\u0442",monthlyForOnce:"\u0415\u0434\u0438\u043D\u043E\u0432\u0440\u0435\u043C\u0435\u043D\u043D\u044B\u0439 \u043C\u0435\u0441\u044F\u0447\u043D\u044B\u0439 \u043F\u0430\u043A\u0435\u0442",daily:"\u043F\u043E\u0441\u043B\u0435\u0434\u043E\u0432\u0430\u0442\u0435\u043B\u044C\u043D\u044B\u0445 \u043F\u0430\u043A\u0435\u0442\u043D\u044B\u0445 \u0434\u043D\u0435\u0439",year:"\u043E\u0441\u0443\u0449\u0435\u0441\u0442\u0432\u043B\u044F\u0442\u044C \u043F\u043E\u0441\u043B\u0435\u0434\u043E\u0432\u0430\u0442\u0435\u043B\u044C\u043D\u044B\u0439 \u0435\u0436\u0435\u0433\u043E\u0434\u043D\u044B\u0439 \u043F\u043B\u0430\u0442\u0435\u0436",quarter:"\u043F\u043E\u0441\u043B\u0435\u0434\u043E\u0432\u0430\u0442\u0435\u043B\u044C\u043D\u0430\u044F \u0443\u043F\u0430\u043A\u043E\u0432\u043A\u0430",month:"\u0435\u0436\u0435\u043C\u0435\u0441\u044F\u0447\u043D\u0430\u044F \u043F\u043E\u0434\u043F\u0438\u0441\u043A\u0430",day:"\u043F\u043E\u0441\u043B\u0435\u0434\u043E\u0432\u0430\u0442\u0435\u043B\u044C\u043D\u044B\u0445 \u043F\u0430\u043A\u0435\u0442\u043D\u044B\u0445 \u0434\u043D\u0435\u0439",onetime_7day:"7-\u0434\u043D\u0435\u0432\u043D\u044B\u0439 \u043F\u0430\u043A\u0435\u0442 \u0432\u043F\u0435\u0447\u0430\u0442\u043B\u0435\u043D\u0438\u0439",currentPlanDescriptionForFree:"\u0422\u0435\u043A\u0443\u0449\u0438\u0435 \u043F\u0430\u043A\u0435\u0442\u044B\uFF1A\u0411\u0435\u0441\u043F\u043B\u0430\u0442\u043D\u043E",currentPlanDescriptionForContinuous:"\u0414\u0435\u0439\u0441\u0442\u0432\u0443\u044E\u0449\u0438\u0439 \u043F\u0430\u043A\u0435\u0442\uFF1A{plan}\u0431\u0443\u0434\u0435\u0442 \u0430\u0432\u0442\u043E\u043C\u0430\u0442\u0438\u0447\u0435\u0441\u043A\u0438 \u043F\u0440\u043E\u0434\u043B\u0435\u043D \u043D\u0430 {endAt}",currentPlanDescriptionForAutoRenewCaceling:"\u0421\u0440\u043E\u043A \u0434\u0435\u0439\u0441\u0442\u0432\u0438\u044F \u0442\u0435\u043A\u0443\u0449\u0435\u0433\u043E \u043F\u0430\u043A\u0435\u0442\u0430\uFF1A{plan}\u0438\u0441\u0442\u0435\u043A\u0430\u0435\u0442 \u043D\u0430 \u0441\u0430\u0439\u0442\u0435 {endAt} \u0438 \u043D\u0435 \u0431\u0443\u0434\u0435\u0442 \u0430\u0432\u0442\u043E\u043C\u0430\u0442\u0438\u0447\u0435\u0441\u043A\u0438 \u043F\u0440\u043E\u0434\u043B\u0435\u0432\u0430\u0442\u044C\u0441\u044F \u043F\u043E \u0435\u0433\u043E \u0438\u0441\u0442\u0435\u0447\u0435\u043D\u0438\u0438.",currentYearlyPlanDescriptionForAutoRenewCacelingWithRealPaiedUser:"\u0421\u0440\u043E\u043A \u0434\u0435\u0439\u0441\u0442\u0432\u0438\u044F \u0442\u0435\u043A\u0443\u0449\u0435\u0433\u043E \u043F\u0430\u043A\u0435\u0442\u0430\uFF1A{plan}\u0438\u0441\u0442\u0435\u043A\u0430\u0435\u0442 \u043D\u0430 \u0441\u0430\u0439\u0442\u0435 {endAt} \u0438 \u043D\u0435 \u0431\u0443\u0434\u0435\u0442 \u0430\u0432\u0442\u043E\u043C\u0430\u0442\u0438\u0447\u0435\u0441\u043A\u0438 \u043F\u0440\u043E\u0434\u043B\u0435\u0432\u0430\u0442\u044C\u0441\u044F \u043F\u043E \u0435\u0433\u043E \u0438\u0441\u0442\u0435\u0447\u0435\u043D\u0438\u0438.
<1>\u041D\u0430\u0436\u043C\u0438\u0442\u0435 \u0437\u0434\u0435\u0441\u044C, \u0447\u0442\u043E\u0431\u044B \u0443\u043F\u0440\u0430\u0432\u043B\u044F\u0442\u044C \u043F\u043B\u0430\u043D\u043E\u043C \u043F\u0440\u043E\u0434\u043B\u0435\u043D\u0438\u044F",currentYearlyPlanDescriptionForAutoRenewCacelingWithAdmin:"\u0421\u0440\u043E\u043A \u0434\u0435\u0439\u0441\u0442\u0432\u0438\u044F \u0442\u0435\u043A\u0443\u0449\u0435\u0433\u043E \u043F\u0430\u043A\u0435\u0442\u0430\uFF1A{plan}\u0438\u0441\u0442\u0435\u043A\u0430\u0435\u0442 \u043D\u0430 \u0441\u0430\u0439\u0442\u0435 {endAt} \u0438 \u043D\u0435 \u0431\u0443\u0434\u0435\u0442 \u0430\u0432\u0442\u043E\u043C\u0430\u0442\u0438\u0447\u0435\u0441\u043A\u0438 \u043F\u0440\u043E\u0434\u043B\u0435\u0432\u0430\u0442\u044C\u0441\u044F \u043F\u043E \u0435\u0433\u043E \u0438\u0441\u0442\u0435\u0447\u0435\u043D\u0438\u0438.
<1>\u041D\u0430\u0436\u043C\u0438\u0442\u0435 \u0437\u0434\u0435\u0441\u044C, \u0447\u0442\u043E\u0431\u044B \u0430\u043A\u0442\u0438\u0432\u0438\u0440\u043E\u0432\u0430\u0442\u044C \u043D\u0435\u043F\u0440\u0435\u0440\u044B\u0432\u043D\u0443\u044E \u0433\u043E\u0434\u043E\u0432\u0443\u044E \u043F\u043E\u0434\u043F\u0438\u0441\u043A\u0443",currentPlanDescriptionForOneTime:"\u0421\u0440\u043E\u043A \u0434\u0435\u0439\u0441\u0442\u0432\u0438\u044F \u0442\u0435\u043A\u0443\u0449\u0435\u0439 \u043F\u043E\u0434\u043F\u0438\u0441\u043A\u0438\uFF1A{plan}\u0438\u0441\u0442\u0435\u043A\u0430\u0435\u0442 \u043D\u0430 \u0441\u0430\u0439\u0442\u0435 {endAt} , <1>\u043D\u0430\u0436\u043C\u0438\u0442\u0435 \u0437\u0434\u0435\u0441\u044C, \u0447\u0442\u043E\u0431\u044B \u043F\u0435\u0440\u0435\u0439\u0442\u0438 \u043D\u0430 \u0433\u043E\u0434\u043E\u0432\u043E\u0435 \u0438\u043B\u0438 <2>\u0435\u0436\u0435\u043C\u0435\u0441\u044F\u0447\u043D\u043E\u0435 \u0447\u043B\u0435\u043D\u0441\u0442\u0432\u043E.",upgradePlan:"\u041D\u0430\u0436\u043C\u0438\u0442\u0435 \u0437\u0434\u0435\u0441\u044C, \u0447\u0442\u043E\u0431\u044B \u043F\u0435\u0440\u0435\u0439\u0442\u0438 \u043D\u0430 \u0447\u043B\u0435\u043D\u0441\u0442\u0432\u043E Pro",upgradeToPro:"\u041F\u0435\u0440\u0435\u0439\u0442\u0438 \u043D\u0430 \u0447\u043B\u0435\u043D\u0441\u0442\u0432\u043E Pro","popup.openPro":"\u0427\u0442\u043E\u0431\u044B \u043F\u043E\u043B\u0443\u0447\u0438\u0442\u044C \u0432\u043E\u0437\u043C\u043E\u0436\u043D\u043E\u0441\u0442\u044C \u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u044C\u0441\u044F DeepL \u0438 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u043E\u043C OpenAI, \u043F\u0435\u0440\u0435\u0439\u0434\u0438\u0442\u0435 \u043F\u043E \u0441\u0441\u044B\u043B\u043A\u0435.","popup.openProForPro":"\u0412\u044B \u044F\u0432\u043B\u044F\u0435\u0442\u0435\u0441\u044C \u0443\u0447\u0430\u0441\u0442\u043D\u0438\u043A\u043E\u043C \u043F\u0440\u043E\u0433\u0440\u0430\u043C\u043C\u044B Pro \u0441 \u043F\u0440\u044F\u043C\u044B\u043C \u0434\u043E\u0441\u0442\u0443\u043F\u043E\u043C \u043A DeepL \u0438 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430\u043C OpenAI!",currentAccount:"\u0442\u0435\u043A\u0443\u0449\u0438\u0439 \u0441\u0447\u0451\u0442",enableAutoSyncUserSettings:"\u041E\u0431\u0435\u0441\u043F\u0435\u0447\u0435\u043D\u0438\u0435 \u0430\u0432\u0442\u043E\u043C\u0430\u0442\u0438\u0447\u0435\u0441\u043A\u043E\u0439 \u043E\u0431\u043B\u0430\u0447\u043D\u043E\u0439 \u0441\u0438\u043D\u0445\u0440\u043E\u043D\u0438\u0437\u0430\u0446\u0438\u0438 \u043D\u0430 \u043D\u0435\u0441\u043A\u043E\u043B\u044C\u043A\u0438\u0445 \u0443\u0441\u0442\u0440\u043E\u0439\u0441\u0442\u0432\u0430\u0445",modalEnableInputTranslationTitle:"\u0411\u043B\u043E\u043A \u0432\u0432\u043E\u0434\u0430 \u0438\u043C\u043C\u0435\u0440\u0441\u0438\u0432\u043D\u043E\u0433\u043E \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430 \u041F\u0435\u0440\u0435\u0432\u043E\u0434\u0447\u0435\u0441\u043A\u0438\u0435 \u043E\u043F\u043E\u0432\u0435\u0449\u0435\u043D\u0438\u044F",modalEnableInputTranslationDesc:"\u0412\u044B \u0442\u043E\u043B\u044C\u043A\u043E \u0447\u0442\u043E \u0437\u0430\u043F\u0443\u0441\u0442\u0438\u043B\u0438 \u0444\u0443\u043D\u043A\u0446\u0438\u044E \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430 \u043F\u043E\u043B\u044F \u0432\u0432\u043E\u0434\u0430 Immersive Translation, \u043D\u0430\u0436\u0430\u0432 3 \u0440\u0430\u0437\u0430 \u043F\u043E\u0434\u0440\u044F\u0434 \u043A\u043B\u0430\u0432\u0438\u0448\u0443 \u043F\u0440\u043E\u0431\u0435\u043B\u0430, \u0438 \u0441\u043E\u0434\u0435\u0440\u0436\u0438\u043C\u043E\u0435 \u043F\u043E\u043B\u044F \u0432\u0432\u043E\u0434\u0430 \u0431\u0443\u0434\u0435\u0442 \u043F\u0435\u0440\u0435\u0432\u0435\u0434\u0435\u043D\u043E \u043D\u0430 \u0446\u0435\u043B\u0435\u0432\u043E\u0439 \u044F\u0437\u044B\u043A \u043F\u043E \u0443\u043C\u043E\u043B\u0447\u0430\u043D\u0438\u044E. \u041F\u0435\u0440\u0435\u0432\u043E\u0434 \u043C\u043E\u0436\u043D\u043E \u043E\u0442\u043C\u0435\u043D\u0438\u0442\u044C \u0441 \u043F\u043E\u043C\u043E\u0449\u044C\u044E \u043A\u043B\u0430\u0432\u0438\u0448 Ctrl+Z.

\u0415\u0441\u043B\u0438 \u044D\u0442\u043E \u0431\u044B\u043B\u0430 \u043E\u0448\u0438\u0431\u043A\u0430, \u043D\u0435 \u0432\u043E\u043B\u043D\u0443\u0439\u0442\u0435\u0441\u044C, \u0432\u044B \u043C\u043E\u0436\u0435\u0442\u0435 \u043E\u0442\u043A\u043B\u044E\u0447\u0438\u0442\u044C \u0435\u0435 \u043D\u0430 \u044D\u0442\u043E\u0442 \u0440\u0430\u0437 \u0438\u043B\u0438 \u043D\u0430\u0432\u0441\u0435\u0433\u0434\u0430 \u043E\u0442\u043A\u043B\u044E\u0447\u0438\u0442\u044C \u043F\u0435\u0440\u0435\u0432\u043E\u0434 \u043F\u043E\u043B\u044F \u0432\u0432\u043E\u0434\u0430.",saveAndNotShowAgain:"\u0421\u043E\u0445\u0440\u0430\u043D\u0438\u0442\u044C \u0438 \u043E\u0441\u0442\u0430\u043D\u043E\u0432\u0438\u0442\u044C \u0437\u0430\u043F\u0440\u043E\u0441",disableInputTranslationTips:"* \u0412\u044B \u0442\u0430\u043A\u0436\u0435 \u043C\u043E\u0436\u0435\u0442\u0435 \u0443\u0441\u0442\u0430\u043D\u043E\u0432\u0438\u0442\u044C \u0434\u0440\u0443\u0433\u0438\u0435 \u0441\u043E\u0447\u0435\u0442\u0430\u043D\u0438\u044F \u043A\u043B\u0430\u0432\u0438\u0448 \u0434\u043B\u044F \u0441\u0440\u0430\u0431\u0430\u0442\u044B\u0432\u0430\u043D\u0438\u044F \u0432 {option} ,{learnMore}.",learnMore:"\u041D\u0430\u0436\u043C\u0438\u0442\u0435 \u0437\u0434\u0435\u0441\u044C, \u0447\u0442\u043E\u0431\u044B \u0443\u0437\u043D\u0430\u0442\u044C \u0431\u043E\u043B\u044C\u0448\u0435",continueEnalbeInputTranslation:"\u041F\u0440\u043E\u0434\u043E\u043B\u0436\u0435\u043D\u0438\u0435 \u0432\u043A\u043B\u044E\u0447\u0435\u043D\u0438\u044F \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430 \u043F\u043E\u043B\u044F \u0432\u0432\u043E\u0434\u0430",autoRenewTrialSuffix:'(\u0412 \u043F\u0440\u043E\u0431\u043D\u043E\u043C \u0432\u0430\u0440\u0438\u0430\u043D\u0442\u0435\u0441\u0440\u0430\u0437\u0443 \u0436\u0435 \u043F\u0435\u0440\u0435\u0448\u0435\u043B \u043D\u0430 \u043F\u043E\u043B\u043D\u043E\u0435 \u0447\u043B\u0435\u043D\u0441\u0442\u0432\u043E)',upgradeFromTrialTitle:"\u041F\u043E\u0432\u044B\u0448\u0435\u043D\u0438\u0435 \u0441\u0442\u0430\u0442\u0443\u0441\u0430 \u0434\u043E \u043F\u043E\u043B\u043D\u043E\u0433\u043E \u0447\u043B\u0435\u043D\u0430",subtitle:"\u0441\u0443\u0431\u0442\u0438\u0442\u0440\u044B \u043A \u0432\u0438\u0434\u0435\u043E\u0444\u0438\u043B\u044C\u043C\u0430\u043C",youtubeService:"\u0418\u043C\u043C\u0435\u0440\u0441\u0438\u043E\u043D\u043D\u044B\u0439 \u043F\u0435\u0440\u0435\u0432\u043E\u0434 \u0412\u0438\u0434\u0435\u043E\u0441\u0443\u0431\u0442\u0438\u0442\u0440\u0438\u0440\u043E\u0432\u0430\u043D\u0438\u0435 \u041F\u0435\u0440\u0435\u0432\u043E\u0434\u0447\u0435\u0441\u043A\u0438\u0435 \u0443\u0441\u043B\u0443\u0433\u0438","subtitle.disabledSubtitle":"\u041F\u043E\u0441\u0442\u043E\u044F\u043D\u043D\u043E\u0435 \u043E\u0442\u043A\u043B\u044E\u0447\u0435\u043D\u0438\u0435 \u0444\u0443\u043D\u043A\u0446\u0438\u0438 \u0432\u0438\u0434\u0435\u043E\u0441\u0443\u0431\u0442\u0438\u0442\u0440\u043E\u0432","subtitle.disabledSubtitleDescription":"\u0415\u0441\u043B\u0438 Immersive Translator's Video Subtitles \u043A\u043E\u043D\u0444\u043B\u0438\u043A\u0442\u0443\u0435\u0442 \u0441 \u0434\u0440\u0443\u0433\u0438\u043C\u0438 \u0440\u0430\u0441\u0448\u0438\u0440\u0435\u043D\u0438\u044F\u043C\u0438, \u0432\u044B \u043C\u043E\u0436\u0435\u0442\u0435 \u0432\u044B\u0431\u0440\u0430\u0442\u044C \u043F\u043E\u0441\u0442\u043E\u044F\u043D\u043D\u043E\u0435 \u043E\u0442\u043A\u043B\u044E\u0447\u0435\u043D\u0438\u0435 Immersive Translator's Video Subtitles \u0438\u043B\u0438 \u0434\u0435\u0438\u043D\u0441\u0442\u0430\u043B\u043B\u0438\u0440\u043E\u0432\u0430\u0442\u044C \u0434\u0440\u0443\u0433\u0438\u0435 \u043A\u043E\u043D\u0444\u043B\u0438\u043A\u0442\u0443\u044E\u0449\u0438\u0435 \u0440\u0430\u0441\u0448\u0438\u0440\u0435\u043D\u0438\u044F","subtitle.autoEnableSubtitle":"\u0410\u0432\u0442\u043E\u043C\u0430\u0442\u0438\u0447\u0435\u0441\u043A\u043E\u0435 \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u043D\u0438\u0435 \u0434\u0432\u0443\u044F\u0437\u044B\u0447\u043D\u044B\u0445 \u0441\u0443\u0431\u0442\u0438\u0442\u0440\u043E\u0432","subtitle.autoEnableSubtitleDescription":"\u041F\u043E\u0441\u043B\u0435 \u0430\u043A\u0442\u0438\u0432\u0430\u0446\u0438\u0438, \u043F\u0440\u0438 \u0432\u043E\u0441\u043F\u0440\u043E\u0438\u0437\u0432\u0435\u0434\u0435\u043D\u0438\u0438 \u0432\u0438\u0434\u0435\u043E, \u0431\u0443\u0434\u0443\u0442 \u0430\u0432\u0442\u043E\u043C\u0430\u0442\u0438\u0447\u0435\u0441\u043A\u0438 \u043E\u0442\u043E\u0431\u0440\u0430\u0436\u0430\u0442\u044C\u0441\u044F \u0434\u0432\u0443\u044F\u0437\u044B\u0447\u043D\u044B\u0435 \u0441\u0443\u0431\u0442\u0438\u0442\u0440\u044B, \u0432 \u043F\u0440\u043E\u0442\u0438\u0432\u043D\u043E\u043C \u0441\u043B\u0443\u0447\u0430\u0435 \u043D\u0435\u043E\u0431\u0445\u043E\u0434\u0438\u043C\u043E \u043D\u0430\u0436\u0430\u0442\u044C \u043A\u043D\u043E\u043F\u043A\u0443 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430 \u0434\u043B\u044F \u043E\u0442\u043E\u0431\u0440\u0430\u0436\u0435\u043D\u0438\u044F.","subtitle.preTranslation":"\u041F\u0435\u0440\u0435\u0432\u043E\u0434 \u0441\u0443\u0431\u0442\u0438\u0442\u0440\u043E\u0432 \u0441 \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u043D\u0438\u0435\u043C \u0438\u043C\u043C\u0435\u0440\u0441\u0438\u0432\u043D\u043E\u0433\u043E \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430","subtitle.preTranslationDescription":"\u041F\u0440\u0438 \u0432\u043A\u043B\u044E\u0447\u0435\u043D\u0438\u0438 \u044D\u0442\u043E\u0439 \u0444\u0443\u043D\u043A\u0446\u0438\u0438 \u0432\u0441\u0435 \u0441\u0443\u0431\u0442\u0438\u0442\u0440\u044B \u0431\u0443\u0434\u0443\u0442 \u043F\u0440\u0435\u0434\u0432\u0430\u0440\u0438\u0442\u0435\u043B\u044C\u043D\u043E \u043F\u0435\u0440\u0435\u0432\u0435\u0434\u0435\u043D\u044B \u0441 \u043F\u043E\u043C\u043E\u0449\u044C\u044E \u0443\u043A\u0430\u0437\u0430\u043D\u043D\u043E\u0433\u043E \u043D\u0438\u0436\u0435 \u0441\u0435\u0440\u0432\u0438\u0441\u0430 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430, \u043F\u0440\u0438 \u044D\u0442\u043E\u043C \u043D\u0430 1-\u0447\u0430\u0441\u043E\u0432\u043E\u0435 \u0432\u0438\u0434\u0435\u043E \u0431\u0443\u0434\u0435\u0442 \u0437\u0430\u0442\u0440\u0430\u0447\u0435\u043D\u043E \u043E\u043A\u043E\u043B\u043E 50 000 \u0442\u043E\u043A\u0435\u043D\u043E\u0432 \u0438\u043B\u0438 \u0441\u0438\u043C\u0432\u043E\u043B\u043E\u0432, \u043F\u043E\u044D\u0442\u043E\u043C\u0443 \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u0443\u0439\u0442\u0435 \u0438\u0445 \u043F\u043E \u0441\u0432\u043E\u0435\u043C\u0443 \u0443\u0441\u043C\u043E\u0442\u0440\u0435\u043D\u0438\u044E; \u043F\u0440\u0438 \u043E\u0442\u043A\u043B\u044E\u0447\u0435\u043D\u0438\u0438 \u044D\u0442\u043E\u0439 \u0444\u0443\u043D\u043A\u0446\u0438\u0438 \u0441\u043D\u0430\u0447\u0430\u043B\u0430 \u0431\u0443\u0434\u0443\u0442 \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u044C\u0441\u044F \u043E\u0440\u0438\u0433\u0438\u043D\u0430\u043B\u044C\u043D\u044B\u0435 \u0441\u0443\u0431\u0442\u0438\u0442\u0440\u044B.","subtitle.humanSubtitlesPreferred":"\u041F\u0440\u0438\u043E\u0440\u0438\u0442\u0435\u0442\u043D\u043E\u0435 \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u043D\u0438\u0435 \u0447\u0435\u043B\u043E\u0432\u0435\u0447\u0435\u0441\u043A\u0438\u0445 \u0441\u0443\u0431\u0442\u0438\u0442\u0440\u043E\u0432","subtitle.humanSubtitlesPreferredDescription":"\u041F\u0440\u0438\u043E\u0440\u0438\u0442\u0435\u0442 \u043E\u0442\u0434\u0430\u0435\u0442\u0441\u044F \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u043D\u0438\u044E \u0447\u0435\u043B\u043E\u0432\u0435\u0447\u0435\u0441\u043A\u0438\u0445 \u0441\u0443\u0431\u0442\u0438\u0442\u0440\u043E\u0432, \u0435\u0441\u043B\u0438 \u0432\u0438\u0434\u0435\u043E\u0440\u043E\u043B\u0438\u043A \u0438\u043C\u0435\u0435\u0442 \u0447\u0435\u043B\u043E\u0432\u0435\u0447\u0435\u0441\u043A\u0438\u0435 \u0441\u0443\u0431\u0442\u0438\u0442\u0440\u044B \u043D\u0430 \u0446\u0435\u043B\u0435\u0432\u043E\u043C \u044F\u0437\u044B\u043A\u0435 (\u0440\u0435\u043A\u043E\u043C\u0435\u043D\u0434\u0443\u0435\u0442\u0441\u044F)",videoSubtitleTranslationDescription:"\u041D\u0430\u0437\u043D\u0430\u0447\u0438\u0442\u044C \u043E\u0442\u0434\u0435\u043B\u044C\u043D\u0443\u044E \u0441\u043B\u0443\u0436\u0431\u0443 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430 \u0434\u043B\u044F \u0432\u0438\u0434\u0435\u043E\u0441\u0443\u0431\u0442\u0438\u0442\u0440\u043E\u0432",subtitleTranslating:"\u041F\u043E\u0436\u0430\u043B\u0443\u0439\u0441\u0442\u0430, \u043F\u043E\u0434\u043E\u0436\u0434\u0438\u0442\u0435, \u043F\u043E\u043A\u0430 \u0441\u0443\u0431\u0442\u0438\u0442\u0440\u044B \u0431\u0443\u0434\u0443\u0442 \u043F\u0435\u0440\u0435\u0432\u0435\u0434\u0435\u043D\u044B \u0441 \u043F\u043E\u043C\u043E\u0449\u044C\u044E \u0441\u0435\u0440\u0432\u0438\u0441\u0430 {service} ... (\u0438\u043C\u043C\u0435\u0440\u0441\u0438\u043E\u043D\u043D\u044B\u0439 \u043F\u0435\u0440\u0435\u0432\u043E\u0434)",subtitleLoading:"\u0417\u0430\u0433\u0440\u0443\u0437\u043A\u0430 \u0441\u0443\u0431\u0442\u0438\u0442\u0440\u043E\u0432...",bilingual:"\u0431\u0438\u043B\u0438\u043D\u0433\u0432\u0438\u0437\u043C","field.action":"\u0412\u043A\u043B\u044E\u0447\u0430\u0442\u044C \u043B\u0438 \u0442\u0435\u0440\u043C\u0438\u043D\u043E\u043B\u043E\u0433\u0438\u044E Baidu","description.action":"\u041F\u0440\u0438 \u0432\u043A\u043B\u044E\u0447\u0435\u043D\u0438\u0438 \u0432 \u0437\u0430\u043F\u0440\u043E\u0441 \u0431\u0443\u0434\u0435\u0442 \u0434\u043E\u0431\u0430\u0432\u043B\u0435\u043D \u043F\u0430\u0440\u0430\u043C\u0435\u0442\u0440 action=1, \u0438\u043D\u0444\u043E\u0440\u043C\u0438\u0440\u0443\u044E\u0449\u0438\u0439 Baidu \u043E \u0432\u043A\u043B\u044E\u0447\u0435\u043D\u043D\u043E\u043C \u0442\u0435\u0440\u043C\u0438\u043D\u0435; <1>\u0431\u043E\u043B\u0435\u0435 \u043F\u043E\u0434\u0440\u043E\u0431\u043D\u0430\u044F \u0438\u043D\u0444\u043E\u0440\u043C\u0430\u0446\u0438\u044F \u043F\u0440\u0438\u0432\u0435\u0434\u0435\u043D\u0430 \u0432 \u043E\u0444\u0438\u0446\u0438\u0430\u043B\u044C\u043D\u043E\u0439 \u0434\u043E\u043A\u0443\u043C\u0435\u043D\u0442\u0430\u0446\u0438\u0438.",closeQuickTranslation:"\u0417\u0430\u043A\u0440\u044B\u0442\u044C \u0445\u043E\u0432\u0435\u0440\u0431\u043E\u043B","closeQuickTranslation.untilNext":"\u041D\u0430 \u044D\u0442\u043E\u0442 \u0440\u0430\u0437 \u0437\u0430\u043A\u0440\u044B\u0442\u043E \u0434\u043E \u0441\u043B\u0435\u0434\u0443\u044E\u0449\u0435\u0433\u043E \u043F\u043E\u0441\u0435\u0449\u0435\u043D\u0438\u044F","closeQuickTranslation.currentWebsite":"\u0422\u0435\u043A\u0443\u0449\u0438\u0439 \u0441\u0430\u0439\u0442 \u043E\u0442\u043A\u043B\u044E\u0447\u0435\u043D","closeQuickTranslation.alwaysClose":"\u043E\u0442\u043A\u043B\u044E\u0447\u0438\u0442\u044C \u043D\u0430\u0432\u0441\u0435\u0433\u0434\u0430","closeQuickTranslation.settingOpen":"(\u043C\u043E\u0436\u0435\u0442 \u0431\u044B\u0442\u044C \u0432\u043A\u043B\u044E\u0447\u0435\u043D\u0430 \u043D\u0430 <1>\u0441\u0442\u0440\u0430\u043D\u0438\u0446\u0435 \u043D\u0430\u0441\u0442\u0440\u043E\u0435\u043A )","closeQuickTranslation.cancel":"\u043E\u0442\u043C\u0435\u043D\u044B","closeQuickTranslation.confirm":"\u043E\u043F\u0440\u0435\u0434\u0435\u043B\u0438\u0442\u044C","floatBall.popup":"\u041E\u0442\u043A\u0440\u043E\u0439\u0442\u0435 \u043F\u0430\u043D\u0435\u043B\u044C \u0431\u044B\u0441\u0442\u0440\u044B\u0445 \u043D\u0430\u0441\u0442\u0440\u043E\u0435\u043A","floatBall.translate":"\u041D\u0430\u0436\u043C\u0438\u0442\u0435, \u0447\u0442\u043E\u0431\u044B \u043F\u0435\u0440\u0435\u0432\u0435\u0441\u0442\u0438 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u0443","floatBall.showOriginal":"\u041D\u0430\u0436\u043C\u0438\u0442\u0435, \u0447\u0442\u043E\u0431\u044B \u0432\u0435\u0440\u043D\u0443\u0442\u044C\u0441\u044F \u043A \u043E\u0440\u0438\u0433\u0438\u043D\u0430\u043B\u044C\u043D\u043E\u0439 \u0441\u0442\u0430\u0442\u044C\u0435","floatBall.close":"\u0417\u0430\u043A\u0440\u044B\u0442\u044C \u0445\u043E\u0432\u0435\u0440\u0431\u043E\u043B","floatBallOptions.enableDescPc":"\u041F\u043E\u0441\u043B\u0435 \u0432\u043A\u043B\u044E\u0447\u0435\u043D\u0438\u044F \u0445\u043E\u0432\u0435\u0440\u0431\u043E\u043B\u0430 \u0432 \u043F\u0440\u0430\u0432\u043E\u0439 \u0447\u0430\u0441\u0442\u0438 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u044B \u043F\u043E\u044F\u0432\u0438\u0442\u0441\u044F \u043A\u043D\u043E\u043F\u043A\u0430 \u0431\u044B\u0441\u0442\u0440\u043E\u0433\u043E \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430, \u043D\u0430\u0436\u043C\u0438\u0442\u0435 \u0435\u0435, \u0447\u0442\u043E\u0431\u044B \u043F\u0435\u0440\u0435\u0432\u0435\u0441\u0442\u0438!","floatBallOptions.enableDesc":"\u041F\u043E\u0441\u043B\u0435 \u0432\u044B\u043A\u043B\u044E\u0447\u0435\u043D\u0438\u044F \u0445\u043E\u0432\u0435\u0440\u0431\u043E\u043B\u0430 \u0435\u0433\u043E \u043C\u043E\u0436\u043D\u043E \u0432\u044B\u0437\u0432\u0430\u0442\u044C \u0441 \u043F\u043E\u043C\u043E\u0449\u044C\u044E{touch}. \u041D\u0430\u0441\u0442\u043E\u044F\u0442\u0435\u043B\u044C\u043D\u043E \u0440\u0435\u043A\u043E\u043C\u0435\u043D\u0434\u0443\u0435\u0442\u0441\u044F \u0441\u043E\u0445\u0440\u0430\u043D\u0438\u0442\u044C \u044D\u0442\u0443 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u0443 \u043D\u0430\u0441\u0442\u0440\u043E\u0435\u043A \u0432 \u0437\u0430\u043A\u043B\u0430\u0434\u043A\u0430\u0445, \u0447\u0442\u043E\u0431\u044B \u043D\u0435 \u043F\u043E\u0442\u0435\u0440\u044F\u0442\u044C \u0432\u043E\u0437\u043C\u043E\u0436\u043D\u043E\u0441\u0442\u044C \u043D\u0430\u0439\u0442\u0438 \u0445\u043E\u0432\u0435\u0440\u0431\u043E\u043B \u043F\u043E\u0441\u043B\u0435 \u0441\u043B\u0443\u0447\u0430\u0439\u043D\u043E\u0433\u043E \u043E\u0442\u043A\u043B\u044E\u0447\u0435\u043D\u0438\u044F \u044D\u0442\u043E\u0439 \u043E\u043F\u0446\u0438\u0438!","description.azureApiUrl":"\u0417\u0430\u043F\u043E\u043B\u043D\u0438\u0442\u0435 \u0430\u0434\u0440\u0435\u0441 \u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u0435\u043B\u044C\u0441\u043A\u043E\u0433\u043E \u0438\u043D\u0442\u0435\u0440\u0444\u0435\u0439\u0441\u0430 API",confirmSupportMouse:"\u041F\u0440\u0438\u043D\u0443\u0434\u0438\u0442\u0435\u043B\u044C\u043D\u043E\u0435 \u0432\u043A\u043B\u044E\u0447\u0435\u043D\u0438\u0435 \u043F\u043E\u0434\u0434\u0435\u0440\u0436\u043A\u0438 \u043C\u044B\u0448\u0438",confirmSupportMouseDescription:"\u041E\u0431\u043D\u0430\u0440\u0443\u0436\u0435\u043D\u043E, \u0447\u0442\u043E \u0442\u0435\u043A\u0443\u0449\u0438\u0439 \u0431\u0440\u0430\u0443\u0437\u0435\u0440 \u043D\u0435 \u043F\u043E\u0434\u0434\u0435\u0440\u0436\u0438\u0432\u0430\u0435\u0442 \u0444\u0443\u043D\u043A\u0446\u0438\u044E \u043C\u044B\u0448\u0438, \u043F\u0440\u0438\u043D\u0443\u0434\u0438\u0442\u0435\u043B\u044C\u043D\u043E \u043B\u0438 \u0432\u043A\u043B\u044E\u0447\u0438\u0442\u044C \u043F\u043E\u0434\u0434\u0435\u0440\u0436\u043A\u0443 \u043C\u044B\u0448\u0438?",sampleTargetText:"\u041D\u0430\u0441\u0442\u0443\u043F\u0438\u0442 \u0434\u043E\u043B\u0433\u0430\u044F \u043D\u043E\u0447\u044C, \u0438 \u044F \u0431\u0443\u0434\u0443 \u0441\u0442\u043E\u044F\u0442\u044C \u043D\u0430 \u0441\u0442\u0440\u0430\u0436\u0435 \u0441 \u044D\u0442\u043E\u0433\u043E \u0434\u043D\u044F \u0438 \u0434\u043E \u0441\u0430\u043C\u043E\u0439 \u0441\u043C\u0435\u0440\u0442\u0438. \u042F \u043D\u0435 \u0432\u043E\u0437\u044C\u043C\u0443 \u0436\u0435\u043D\u0443, \u043D\u0435 \u0441\u043E\u0437\u0434\u0430\u043C \u0432\u043E\u0442\u0447\u0438\u043D\u0443, \u043D\u0435 \u0437\u0430\u0432\u0435\u0434\u0443 \u0434\u0435\u0442\u0435\u0439. \u042F \u043D\u0435 \u0431\u0443\u0434\u0443 \u043D\u043E\u0441\u0438\u0442\u044C \u043A\u043E\u0440\u043E\u043D\u0443, \u043D\u0435 \u0431\u0443\u0434\u0443 \u0441\u0442\u0440\u0435\u043C\u0438\u0442\u044C\u0441\u044F \u043A \u043F\u043E\u0447\u0435\u0441\u0442\u044F\u043C. \u042F \u0431\u0443\u0434\u0443 \u0438\u0441\u043F\u043E\u043B\u043D\u044F\u0442\u044C \u0441\u0432\u043E\u0439 \u0434\u043E\u043B\u0433, \u0436\u0438\u0442\u044C \u0438 \u0443\u043C\u0438\u0440\u0430\u0442\u044C.",sampleSourceText:"Night gathers, and now my watch begins. It shall not end until my death. I shall take no wife, hold no lands, father no children. I shall wear no crowns and win no glory. I shall live and die at my post.","subtitle.supportedSites":"\u5DF2\u652F\u6301\u5728\u8FD9\u4E9B\u7F51\u7AD9\u4F7F\u7528\u53CC\u8BED\u5B57\u5E55\uFF08\u6CE8\u610F\uFF1A\u7531\u4E8E\u6280\u672F\u9650\u5236\uFF0C\u90E8\u5206\u7F51\u7AD9\u5728\u9996\u6B21\u5F00\u542F\u5B57\u5E55\u540E\u9700\u8981\u91CD\u65B0\u5237\u65B0\u9875\u9762\uFF0C\u6216\u8005\u9700\u7B49\u5F85\u7FFB\u8BD1\u5B8C\u6210\u4EE5\u663E\u793A\u53CC\u8BED\u5B57\u5E55\uFF09\uFF1A",viewWithImmersiveTranslate:"\u53CC\u8BED\u7248\u672C(\u6C89\u6D78\u5F0F\u7FFB\u8BD1)",errorReason:"\u9519\u8BEF\u539F\u56E0\uFF1A{message}","proQuotaExceededError.onetime7day":'\uFF0C\u60A8\u53EF\u4EE5\u9009\u62E9\u4EE5\u4E0B\u65B9\u5F0F\u89E3\u51B3\uFF1A

1. \u5207\u6362\u5230 {anotherService} \u6216\u5176\u4ED6\u7FFB\u8BD1\u670D\u52A1
2. \u5347\u7EA7\u4E3A\u6708\u5EA6/\u5E74\u5EA6\u4F1A\u5458',"proQuotaExceededError.trial":'\uFF0C\u60A8\u53EF\u4EE5\u9009\u62E9\u4EE5\u4E0B\u65B9\u5F0F\u89E3\u51B3\uFF1A

1. \u5207\u6362\u5230 {anotherService} \u6216\u5176\u4ED6\u7FFB\u8BD1\u670D\u52A1
2. \u7ACB\u523B\u5347\u7EA7\u4E3A\u6B63\u5F0F\u4F1A\u5458',"proQuotaExceededError.nonTrial":'\uFF0C\u60A8\u53EF\u4EE5\u9009\u62E9\u4EE5\u4E0B\u65B9\u5F0F\u89E3\u51B3\uFF1A

1. \u5207\u6362\u5230 {anotherService} \u6216\u5176\u4ED6\u7FFB\u8BD1\u670D\u52A1
2. \u8D2D\u4E70 {translationService} \u989D\u5916\u6D41\u91CF\u5305',"proQuotaExceededError.resetTime":"
3. \u989D\u5EA6\u91CD\u7F6E\u65F6\u95F4\uFF1A{resetTime}","desc.touchShortcutsToggleTranslatePageOnlyTranslation":"\u0422\u043E\u043B\u044C\u043A\u043E \u043F\u0435\u0440\u0435\u0432\u043E\u0434 \u043E\u0437\u043D\u0430\u0447\u0430\u0435\u0442, \u0447\u0442\u043E \u043E\u0442\u043E\u0431\u0440\u0430\u0436\u0430\u0435\u0442\u0441\u044F \u0442\u043E\u043B\u044C\u043A\u043E \u043F\u0435\u0440\u0435\u0432\u043E\u0434. \u0415\u0441\u043B\u0438 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u0430 \u0435\u0449\u0435 \u043D\u0435 \u043F\u0435\u0440\u0435\u0432\u0435\u0434\u0435\u043D\u0430, \u043E\u043D\u0430 \u043F\u0435\u0440\u0435\u043A\u043B\u044E\u0447\u0438\u0442\u0441\u044F \u0432 \u0440\u0435\u0436\u0438\u043C \u0438 \u0431\u0443\u0434\u0435\u0442 \u043F\u0435\u0440\u0435\u0432\u0435\u0434\u0435\u043D\u0430.","desc.toggleOnlyTransation":'\u0420\u0435\u0436\u0438\u043C "\u0422\u043E\u043B\u044C\u043A\u043E \u043F\u0435\u0440\u0435\u0432\u043E\u0434" \u043E\u0437\u043D\u0430\u0447\u0430\u0435\u0442, \u0447\u0442\u043E \u043E\u0442\u043E\u0431\u0440\u0430\u0436\u0430\u0435\u0442\u0441\u044F \u0442\u043E\u043B\u044C\u043A\u043E \u043F\u0435\u0440\u0435\u0432\u043E\u0434. \u0415\u0441\u043B\u0438 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u0430 \u0435\u0449\u0435 \u043D\u0435 \u043F\u0435\u0440\u0435\u0432\u0435\u0434\u0435\u043D\u0430, \u0440\u0435\u0436\u0438\u043C \u0431\u0443\u0434\u0435\u0442 \u043F\u0435\u0440\u0435\u043A\u043B\u044E\u0447\u0435\u043D \u0438 \u0432\u044B\u043F\u043E\u043B\u043D\u0435\u043D \u043F\u0435\u0440\u0435\u0432\u043E\u0434.',touchShortcutsToggleTranslatePageOnlyTranslation:"\u041D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0430 \u0436\u0435\u0441\u0442\u043E\u0432 \u0441\u0435\u043D\u0441\u043E\u0440\u043D\u043E\u0433\u043E \u044D\u043A\u0440\u0430\u043D\u0430 \u0434\u043B\u044F \u043F\u0435\u0440\u0435\u043A\u043B\u044E\u0447\u0435\u043D\u0438\u044F \u043C\u0435\u0436\u0434\u0443 \u0434\u0432\u0443\u044F\u0437\u044B\u0447\u043D\u044B\u043C / \u0442\u043E\u043B\u044C\u043A\u043E \u0442\u0435\u043A\u0441\u0442\u043E\u043C \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430",download_started:"\u0417\u0430\u0433\u0440\u0443\u0437\u043A\u0430 \u0443\u0436\u0435 \u043D\u0430\u0447\u0430\u043B\u0430\u0441\u044C, \u0435\u0441\u043B\u0438 \u043E\u043D\u0430 \u043D\u0435 \u043D\u0430\u0447\u0430\u043B\u0430\u0441\u044C \u0430\u0432\u0442\u043E\u043C\u0430\u0442\u0438\u0447\u0435\u0441\u043A\u0438, \u043F\u043E\u0436\u0430\u043B\u0443\u0439\u0441\u0442\u0430, \u043D\u0430\u0436\u043C\u0438\u0442\u0435 \u0432\u0440\u0443\u0447\u043D\u0443\u044E.",here:"\u0437\u0434\u0435\u0441\u044C","error.goReset":"\u0441\u0431\u0440\u043E\u0441\u0438\u0442\u044C",batchEdit:"\u041C\u0430\u0441\u0441\u043E\u0432\u0430\u044F \u043E\u043F\u0435\u0440\u0430\u0446\u0438\u044F","error.configError":"\u041D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0430 \u0434\u0430\u043D\u043D\u044B\u0445 \u0430\u043D\u043E\u043C\u0430\u043B\u044C\u043D\u0430","translationFont.custom":"\u0412\u0432\u0435\u0434\u0438\u0442\u0435 \u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u0435\u043B\u044C\u0441\u043A\u0438\u0439 \u0448\u0440\u0438\u0444\u0442",translationFont:"\u0443\u0441\u0442\u0430\u043D\u043E\u0432\u0438\u0442\u044C \u0448\u0440\u0438\u0444\u0442",detectServiceLoading:"\u041F\u0440\u043E\u0432\u0435\u0440\u043A\u0430 \u0434\u043E\u0441\u0442\u0443\u043F\u043D\u044B\u0445 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0447\u0435\u0441\u043A\u0438\u0445 \u0443\u0441\u043B\u0443\u0433...","translationFont.customPlaceholder":"\u0448\u0440\u0438\u0444\u0442","touch.mouse-translate":"\u041F\u0435\u0440\u0435\u0432\u0435\u0441\u0442\u0438 \u0443\u043A\u0430\u0437\u0430\u043D\u043D\u044B\u0439 \u0430\u0431\u0437\u0430\u0446","translationModeLang.translation.title":"\u0422\u043E\u043B\u044C\u043A\u043E \u0440\u0435\u0436\u0438\u043C \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430 \u044F\u0437\u044B\u043A\u0430","error.serveConfigError":"\u041E\u0448\u0438\u0431\u043A\u0430 \u043A\u043E\u043D\u0444\u0438\u0433\u0443\u0440\u0430\u0446\u0438\u0438 \u0441\u0435\u0440\u0432\u0438\u0441\u0430","error.403":"\u0421\u043B\u0443\u0436\u0431\u0430 \u0432\u043E\u0437\u0432\u0440\u0430\u0449\u0430\u0435\u0442 \u043E\u0448\u0438\u0431\u043A\u0443, \u0432\u0440\u0435\u043C\u0435\u043D\u043D\u043E \u043D\u0435\u0442 \u0434\u043E\u0441\u0442\u0443\u043F\u0430 \u043A \u044D\u0442\u043E\u0439 \u0441\u043B\u0443\u0436\u0431\u0435.","error.proUpgrade":"\u041F\u043E\u0441\u043B\u0435 \u043E\u0431\u043D\u043E\u0432\u043B\u0435\u043D\u0438\u044F, \u043F\u043E\u0436\u0430\u043B\u0443\u0439\u0441\u0442\u0430, \u043E\u0431\u043D\u043E\u0432\u0438\u0442\u0435 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u0443 \u0438 \u043F\u0435\u0440\u0435\u0432\u0435\u0434\u0438\u0442\u0435 \u0441\u043D\u043E\u0432\u0430.","translationModeUrl.translation.title":"\u0412\u0435\u0431-\u0430\u0434\u0440\u0435\u0441 \u0442\u043E\u043B\u044C\u043A\u043E \u0434\u043B\u044F \u0440\u0435\u0436\u0438\u043C\u0430 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430",enableSentryReport:"\u041A\u043E\u0433\u0434\u0430 \u043F\u0440\u043E\u0438\u0441\u0445\u043E\u0434\u0438\u0442 \u043E\u0448\u0438\u0431\u043A\u0430 \u0440\u0430\u0441\u0448\u0438\u0440\u0435\u043D\u0438\u044F, \u043E\u0442\u043F\u0440\u0430\u0432\u043B\u044F\u0439\u0442\u0435 \u043E\u0442\u0437\u044B\u0432\u044B \u0447\u0435\u0440\u0435\u0437 Sentry.","error.reloadPageOfSetting":"\u041F\u043E\u0441\u043B\u0435 \u043D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0438, \u043F\u043E\u0436\u0430\u043B\u0443\u0439\u0441\u0442\u0430, \u043E\u0431\u043D\u043E\u0432\u0438\u0442\u0435 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u0443 \u0438 \u043F\u0435\u0440\u0435\u0432\u0435\u0434\u0438\u0442\u0435 \u0441\u043D\u043E\u0432\u0430.","error.502":"\u0421\u0435\u0440\u0432\u0438\u0441 \u0432\u043E\u0437\u0432\u0440\u0430\u0449\u0430\u0435\u0442 \u043E\u0448\u0438\u0431\u043A\u0443, \u0432\u0440\u0435\u043C\u044F \u043E\u0436\u0438\u0434\u0430\u043D\u0438\u044F \u0441\u0435\u0440\u0432\u0438\u0441\u0430 \u0438\u0441\u0442\u0435\u043A\u043B\u043E, \u043F\u043E\u0436\u0430\u043B\u0443\u0439\u0441\u0442\u0430, \u043F\u043E\u043F\u0440\u043E\u0431\u0443\u0439\u0442\u0435 \u043F\u043E\u0437\u0436\u0435.","translationModeUrl.translation.description":"\u041A\u043E\u0433\u0434\u0430 \u0432\u0435\u0431-\u0441\u0430\u0439\u0442 \u0438\u043C\u0435\u0435\u0442 \u0441\u043B\u0435\u0434\u0443\u044E\u0449\u0438\u0435 \u0434\u043E\u043C\u0435\u043D\u043D\u044B\u0435 \u0438\u043C\u0435\u043D\u0430, \u043E\u043D \u0430\u0432\u0442\u043E\u043C\u0430\u0442\u0438\u0447\u0435\u0441\u043A\u0438 \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u0443\u0435\u0442 \u0440\u0435\u0436\u0438\u043C \u0442\u043E\u043B\u044C\u043A\u043E \u0441 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u043E\u043C.",videoSubtitlePreTranslationOn:"\u0412\u0438\u0434\u0435\u043E \u0441\u0443\u0431\u0442\u0438\u0442\u0440\u044B \u0431\u0443\u0434\u0443\u0442 \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u044C \u043F\u043E\u0433\u0440\u0443\u0436\u0435\u043D\u0438\u0435 \u0432 \u043F\u0435\u0440\u0435\u0432\u043E\u0434 \u0432 \u043F\u0435\u0440\u0432\u0443\u044E \u043E\u0447\u0435\u0440\u0435\u0434\u044C.","translationServices.inherit":"\u0421\u043B\u0435\u0434\u0443\u0439\u0442\u0435 \u0437\u0430 \u043E\u0441\u043D\u043E\u0432\u043D\u044B\u043C \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0447\u0435\u0441\u043A\u0438\u043C \u0441\u0435\u0440\u0432\u0438\u0441\u043E\u043C","error.proTokenInvalid":"\u0415\u0441\u043B\u0438 \u0432\u044B \u044F\u0432\u043B\u044F\u0435\u0442\u0435\u0441\u044C \u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u0435\u043B\u0435\u043C Pro, \u043F\u043E\u0436\u0430\u043B\u0443\u0439\u0441\u0442\u0430, \u0432\u043E\u0439\u0434\u0438\u0442\u0435 \u0432 \u0441\u0438\u0441\u0442\u0435\u043C\u0443, \u043F\u0440\u0435\u0436\u0434\u0435 \u0447\u0435\u043C \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u044C \u0441\u0435\u0440\u0432\u0438\u0441 Pro \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430.",toggleToService:"\u041F\u0435\u0440\u0435\u043A\u043B\u044E\u0447\u0438\u0442\u0435\u0441\u044C \u043D\u0430 {service} \u0438 \u043F\u043E\u043F\u0440\u043E\u0431\u0443\u0439\u0442\u0435 \u0441\u043D\u043E\u0432\u0430",videoSubtitlePreTranslationOff:"\u041F\u0440\u0438\u043E\u0440\u0438\u0442\u0435\u0442 \u0431\u0443\u0434\u0435\u0442 \u043E\u0442\u0434\u0430\u043D \u043C\u0430\u0448\u0438\u043D\u043D\u043E\u043C\u0443 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0443 \u0441\u0443\u0431\u0442\u0438\u0442\u0440\u043E\u0432, \u0432\u0441\u0442\u0440\u043E\u0435\u043D\u043D\u044B\u0445 \u0432 \u043E\u0440\u0438\u0433\u0438\u043D\u0430\u043B\u044C\u043D\u043E\u0435 \u0432\u0438\u0434\u0435\u043E.","error.gemini.429":"\u0422\u0435\u043A\u0443\u0449\u0430\u044F \u0441\u043B\u0443\u0436\u0431\u0430 Gemini \u0443\u0436\u0435 \u0434\u043E\u0441\u0442\u0438\u0433\u043B\u0430 \u0441\u0432\u043E\u0435\u0433\u043E \u043F\u0440\u0435\u0434\u0435\u043B\u0430, \u043F\u043E\u0436\u0430\u043B\u0443\u0439\u0441\u0442\u0430, \u043F\u043E\u043F\u0440\u043E\u0431\u0443\u0439\u0442\u0435 \u043F\u043E\u0437\u0436\u0435 \u0438\u043B\u0438 \u043F\u0435\u0440\u0435\u043A\u043B\u044E\u0447\u0438\u0442\u0435\u0441\u044C \u043D\u0430 \u0434\u0440\u0443\u0433\u0443\u044E \u0441\u043B\u0443\u0436\u0431\u0443 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430.","translationModeLang.translation.description":'\u041A\u043E\u0433\u0434\u0430 \u044F\u0437\u044B\u043A \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u044B \u044F\u0432\u043B\u044F\u0435\u0442\u0441\u044F \u043E\u0434\u043D\u0438\u043C \u0438\u0437 \u0441\u043B\u0435\u0434\u0443\u044E\u0449\u0438\u0445, \u0430\u0432\u0442\u043E\u043C\u0430\u0442\u0438\u0447\u0435\u0441\u043A\u0438 \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u0443\u0435\u0442\u0441\u044F \u0440\u0435\u0436\u0438\u043C "\u0442\u043E\u043B\u044C\u043A\u043E \u043F\u0435\u0440\u0435\u0432\u043E\u0434".',"translationFont.notSupportErrorMessage":"\u041F\u043E\u0436\u0430\u043B\u0443\u0439\u0441\u0442\u0430, \u043F\u0440\u043E\u0432\u0435\u0440\u044C\u0442\u0435 \u043F\u0440\u0430\u0432\u0438\u043B\u044C\u043D\u043E\u0441\u0442\u044C \u0432\u0432\u0435\u0434\u0435\u043D\u043D\u043E\u0433\u043E \u0432\u0430\u043C\u0438 \u043D\u0430\u0437\u0432\u0430\u043D\u0438\u044F \u0448\u0440\u0438\u0444\u0442\u0430 \u0438\u043B\u0438 \u0443\u0431\u0435\u0434\u0438\u0442\u0435\u0441\u044C, \u0447\u0442\u043E \u044D\u0442\u043E\u0442 \u0448\u0440\u0438\u0444\u0442 \u0443\u0436\u0435 \u0443\u0441\u0442\u0430\u043D\u043E\u0432\u043B\u0435\u043D \u043D\u0430 \u0432\u0430\u0448\u0435\u043C \u0443\u0441\u0442\u0440\u043E\u0439\u0441\u0442\u0432\u0435.","error.429":"\u0421\u0435\u0440\u0432\u0438\u0441 \u0432\u043E\u0437\u0432\u0440\u0430\u0449\u0430\u0435\u0442 \u043E\u0448\u0438\u0431\u043A\u0443, \u0447\u0442\u043E \u0443\u043A\u0430\u0437\u044B\u0432\u0430\u0435\u0442 \u043D\u0430 \u0441\u043B\u0438\u0448\u043A\u043E\u043C \u0447\u0430\u0441\u0442\u044B\u0435 \u0437\u0430\u043F\u0440\u043E\u0441\u044B \u0438\u043B\u0438 \u043F\u0440\u0435\u0432\u044B\u0448\u0435\u043D\u0438\u0435 \u043B\u0438\u043C\u0438\u0442\u0430. \u041F\u043E\u0436\u0430\u043B\u0443\u0439\u0441\u0442\u0430, \u043F\u043E\u043F\u0440\u043E\u0431\u0443\u0439\u0442\u0435 \u043F\u043E\u0437\u0436\u0435.","error.400":"\u0421\u043B\u0443\u0436\u0431\u0430 \u0432\u043E\u0437\u0432\u0440\u0430\u0449\u0430\u0435\u0442 \u043E\u0448\u0438\u0431\u043A\u0443, \u043D\u0435\u0432\u0435\u0440\u043D\u044B\u0439 \u0437\u0430\u043F\u0440\u043E\u0441 \u043F\u0430\u0440\u0430\u043C\u0435\u0442\u0440\u0430, \u043F\u0440\u043E\u0432\u0435\u0440\u044C\u0442\u0435 \u0441\u043E\u043E\u0442\u0432\u0435\u0442\u0441\u0442\u0432\u0443\u044E\u0449\u0443\u044E \u043A\u043E\u043D\u0444\u0438\u0433\u0443\u0440\u0430\u0446\u0438\u044E.","error.openAIExceededQuota":"\u0421\u0435\u0440\u0432\u0438\u0441 \u0432\u043E\u0437\u0432\u0440\u0430\u0449\u0430\u0435\u0442 \u043E\u0448\u0438\u0431\u043A\u0443: \u043D\u0430 \u0432\u0430\u0448\u0435\u043C \u0442\u0435\u043A\u0443\u0449\u0435\u043C \u0441\u0447\u0435\u0442\u0443 OpenAI \u043D\u0435\u0434\u043E\u0441\u0442\u0430\u0442\u043E\u0447\u043D\u043E \u0441\u0440\u0435\u0434\u0441\u0442\u0432, \u043F\u043E\u0436\u0430\u043B\u0443\u0439\u0441\u0442\u0430, \u043F\u043E\u043F\u043E\u043B\u043D\u0438\u0442\u0435 \u0441\u0447\u0435\u0442 \u0438\u043B\u0438 \u043F\u0440\u0438\u0432\u044F\u0436\u0438\u0442\u0435 \u043A\u0440\u0435\u0434\u0438\u0442\u043D\u0443\u044E \u043A\u0430\u0440\u0442\u0443 \u0432 \u043E\u0444\u0438\u0446\u0438\u0430\u043B\u044C\u043D\u043E\u0439 \u0430\u0434\u043C\u0438\u043D\u0438\u0441\u0442\u0440\u0430\u0442\u0438\u0432\u043D\u043E\u0439 \u043F\u0430\u043D\u0435\u043B\u0438 OpenAI.","error.googleLimitIp":"\u0421\u043B\u0443\u0436\u0431\u0430 \u0432\u043E\u0437\u0432\u0440\u0430\u0449\u0430\u0435\u0442 \u043E\u0448\u0438\u0431\u043A\u0443, Google \u043E\u0433\u0440\u0430\u043D\u0438\u0447\u0438\u0432\u0430\u0435\u0442 \u0434\u043E\u0441\u0442\u0443\u043F \u0434\u043B\u044F \u044D\u0442\u043E\u0433\u043E IP-\u0430\u0434\u0440\u0435\u0441\u0430, \u0440\u0435\u043A\u043E\u043C\u0435\u043D\u0434\u0443\u0435\u0442\u0441\u044F \u0438\u0437\u043C\u0435\u043D\u0438\u0442\u044C \u0441\u0435\u0442\u0435\u0432\u043E\u0439 \u0443\u0437\u0435\u043B.","desc.toggleVideoSubtitlePreTranslation":"\u041F\u043E\u0441\u043B\u0435 \u043D\u0430\u0436\u0430\u0442\u0438\u044F, \u0434\u0432\u0443\u044F\u0437\u044B\u0447\u043D\u044B\u0435 \u0441\u0443\u0431\u0442\u0438\u0442\u0440\u044B \u0432\u0438\u0434\u0435\u043E \u0431\u0443\u0434\u0443\u0442 \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u044C \u043D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0438 \u043F\u043E\u0433\u0440\u0443\u0436\u0435\u043D\u0438\u044F \u0432 \u043F\u0435\u0440\u0435\u0432\u043E\u0434 \u0432 \u043F\u0435\u0440\u0432\u0443\u044E \u043E\u0447\u0435\u0440\u0435\u0434\u044C, \u043F\u0440\u0438 \u043F\u043E\u0432\u0442\u043E\u0440\u043D\u043E\u043C \u043D\u0430\u0436\u0430\u0442\u0438\u0438 \u0431\u0443\u0434\u0435\u0442 \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u044C\u0441\u044F \u043C\u0430\u0448\u0438\u043D\u043D\u044B\u0439 \u043F\u0435\u0440\u0435\u0432\u043E\u0434 \u0441\u0443\u0431\u0442\u0438\u0442\u0440\u043E\u0432 \u0438\u0437\u043D\u0430\u0447\u0430\u043B\u044C\u043D\u043E\u0433\u043E \u0432\u0438\u0434\u0435\u043E. \u041E\u0431\u0440\u0430\u0442\u0438\u0442\u0435 \u0432\u043D\u0438\u043C\u0430\u043D\u0438\u0435: \u044D\u0442\u043E\u0442 \u044F\u0440\u043B\u044B\u043A \u0438\u0437\u043C\u0435\u043D\u044F\u0435\u0442 \u0433\u043B\u043E\u0431\u0430\u043B\u044C\u043D\u044B\u0435 \u043D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0438.","error.openAIFreeLimit":"\u0421\u0435\u0440\u0432\u0438\u0441 \u0432\u043E\u0437\u0432\u0440\u0430\u0449\u0430\u0435\u0442 \u043E\u0448\u0438\u0431\u043A\u0443, \u0442\u0435\u043A\u0443\u0449\u0430\u044F \u0447\u0430\u0441\u0442\u043E\u0442\u0430 \u0437\u0430\u043F\u0440\u043E\u0441\u043E\u0432 \u043D\u0430 \u043F\u0435\u0440\u0435\u0432\u043E\u0434 \u0434\u043E\u0441\u0442\u0438\u0433\u043B\u0430 \u043F\u0440\u0435\u0434\u0435\u043B\u0430 \u0432 3 \u0440\u0430\u0437\u0430 \u0432 \u043C\u0438\u043D\u0443\u0442\u0443, \u043F\u043E\u0436\u0430\u043B\u0443\u0439\u0441\u0442\u0430, \u043F\u043E\u043F\u0440\u043E\u0431\u0443\u0439\u0442\u0435 \u043F\u043E\u0437\u0436\u0435. (\u042D\u0442\u043E \u043E\u0433\u0440\u0430\u043D\u0438\u0447\u0435\u043D\u0438\u0435 OpenAI \u0434\u043B\u044F \u0431\u0435\u0441\u043F\u043B\u0430\u0442\u043D\u043E\u0433\u043E API Key, \u0447\u0442\u043E\u0431\u044B \u0441\u043D\u044F\u0442\u044C \u044D\u0442\u043E \u043E\u0433\u0440\u0430\u043D\u0438\u0447\u0435\u043D\u0438\u0435, \u043F\u043E\u0436\u0430\u043B\u0443\u0439\u0441\u0442\u0430, \u043F\u0440\u0438\u0432\u044F\u0436\u0438\u0442\u0435 \u043A\u0440\u0435\u0434\u0438\u0442\u043D\u0443\u044E \u043A\u0430\u0440\u0442\u0443 \u0432 \u0431\u044D\u043A\u0435\u043D\u0434\u0435 OpenAI.)","error.serveUnavailable":"\u0412 \u043D\u0430\u0441\u0442\u043E\u044F\u0449\u0435\u0435 \u0432\u0440\u0435\u043C\u044F \u0443\u0441\u043B\u0443\u0433\u0430 [{serverName}], \u043A\u043E\u0442\u043E\u0440\u0443\u044E \u0432\u044B \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u0443\u0435\u0442\u0435, \u0432\u0440\u0435\u043C\u0435\u043D\u043D\u043E \u043D\u0435\u0434\u043E\u0441\u0442\u0443\u043F\u043D\u0430 \u0438\u0437-\u0437\u0430 \u043F\u0440\u043E\u0431\u043B\u0435\u043C \u0441 \u043F\u043E\u0434\u043A\u043B\u044E\u0447\u0435\u043D\u0438\u0435\u043C \u043A \u0441\u0435\u0442\u0438 \u0438\u043B\u0438 \u043F\u043E\u0441\u0442\u0430\u0432\u0449\u0438\u043A\u043E\u043C \u0443\u0441\u043B\u0443\u0433. \u0420\u0435\u043A\u043E\u043C\u0435\u043D\u0434\u0443\u0435\u043C \u0432\u0430\u043C \u043F\u043E\u043F\u0440\u043E\u0431\u043E\u0432\u0430\u0442\u044C \u043E\u0431\u043D\u043E\u0432\u0438\u0442\u044C \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u0443 \u0438\u043B\u0438 \u0438\u0437\u043C\u0435\u043D\u0438\u0442\u044C \u0434\u0440\u0443\u0433\u043E\u0439 \u0441\u0435\u0440\u0432\u0438\u0441 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430 \u0447\u0435\u0440\u0435\u0437 <1>\u043D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0438. \u0415\u0441\u043B\u0438 \u0432\u044B <2>Pro-\u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u0435\u043B\u044C, \u0432\u044B \u043C\u043E\u0436\u0435\u0442\u0435 \u0432\u044B\u0431\u0440\u0430\u0442\u044C \u0431\u043E\u043B\u0435\u0435 \u0441\u0442\u0430\u0431\u0438\u043B\u044C\u043D\u044B\u0435 \u0441\u0435\u0440\u0432\u0438\u0441\u044B \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430 DeepL \u0438\u043B\u0438 OpenAI (<3>\u043D\u0430\u0436\u043C\u0438\u0442\u0435 \u0437\u0434\u0435\u0441\u044C, \u0447\u0442\u043E\u0431\u044B \u043F\u043E\u043F\u0440\u043E\u0431\u043E\u0432\u0430\u0442\u044C \u0431\u0435\u0441\u043F\u043B\u0430\u0442\u043D\u043E). \u041A\u0440\u043E\u043C\u0435 \u0442\u043E\u0433\u043E, \u0432\u0430\u043C, \u0432\u043E\u0437\u043C\u043E\u0436\u043D\u043E, \u043F\u0440\u0438\u0434\u0435\u0442\u0441\u044F \u043F\u0440\u043E\u0432\u0435\u0440\u0438\u0442\u044C \u043D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0438 \u0432\u0430\u0448\u0435\u0439 \u0441\u0435\u0442\u0438 \u0438\u043B\u0438 \u043F\u0440\u043E\u043A\u0441\u0438.",pickAll:"\u0412\u044B\u0431\u0440\u0430\u0442\u044C \u0432\u0441\u0435","tagsInput.add":"+ \u0414\u043E\u0431\u0430\u0432\u0438\u0442\u044C",loggedIn:"\u0412\u0445\u043E\u0434 \u0432\u044B\u043F\u043E\u043B\u043D\u0435\u043D","widget.translateFile":"PDF/ePub","translationServices.gemini":"\u0411\u043B\u0438\u0437\u043D\u0435\u0446\u044B",notLogin:"\u041D\u0435 \u0432\u043E\u0448\u0435\u043B \u0432 \u0441\u0438\u0441\u0442\u0435\u043C\u0443","multipleClick.2":"\u0434\u0432\u043E\u0439\u043D\u043E\u0439 \u043A\u043B\u0438\u043A",goLogin:"\u0432\u043E\u0439\u0442\u0438 \u0432 \u0441\u0438\u0441\u0442\u0435\u043C\u0443","multipleClick.3":"\u0442\u0440\u043E\u0439\u043D\u043E\u0439 \u0443\u0434\u0430\u0440","error.subscriptionExpiredTitle":"\u0427\u043B\u0435\u043D\u0441\u0442\u0432\u043E \u0438\u0441\u0442\u0435\u043A\u043B\u043E",shortcutSettings:"\u0413\u043E\u0440\u044F\u0447\u0438\u0435 \u043A\u043B\u0430\u0432\u0438\u0448\u0438","widget.instruction":"\u0418\u043D\u0441\u0442\u0440\u0443\u043A\u0446\u0438\u044F \u043F\u043E \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u043D\u0438\u044E",contact:"\u0421\u0432\u044F\u0436\u0438\u0442\u0435\u0441\u044C \u0441 \u043D\u0430\u043C\u0438","widget.videoSubtitle":"\u0432\u0438\u0434\u0435\u043E \u0441\u0443\u0431\u0442\u0438\u0442\u0440\u044B","error.retry":"\u041F\u043E\u0432\u0442\u043E\u0440\u0438\u0442\u044C \u043F\u043E\u043F\u044B\u0442\u043A\u0443","widget.instructionTooltip":"\u041F\u0440\u043E\u0441\u043C\u043E\u0442\u0440 \u0438\u043D\u0441\u0442\u0440\u0443\u043A\u0446\u0438\u0439 \u043F\u043E \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u043D\u0438\u044E","subtitle.bilingual":"\u0434\u0432\u0443\u044F\u0437\u044B\u0447\u043D\u044B\u0435 \u0441\u0443\u0431\u0442\u0438\u0442\u0440\u044B","error.reason":"\u043F\u0440\u0438\u0447\u0438\u043D\u0430 \u043E\u0448\u0438\u0431\u043A\u0438",alwaysTranslateThisSite:"\u0412\u0441\u0435\u0433\u0434\u0430 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0438\u0442\u0435 \u044D\u0442\u043E\u0442 \u0441\u0430\u0439\u0442",touchShortcutsOff:"\u0437\u0430\u043A\u0440\u044B\u0442\u044C",neverTranslateThisSite:"\u041D\u0438\u043A\u043E\u0433\u0434\u0430 \u043D\u0435 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0438\u0442\u0435 \u044D\u0442\u043E\u0442 \u0441\u0430\u0439\u0442",buildSnapshots:"\u0421\u043E\u0437\u0434\u0430\u043D\u0438\u0435 \u0441\u043D\u0438\u043C\u043A\u0430 \u0432\u0435\u0431-\u0441\u0442\u0440\u0430\u043D\u0438\u0446\u044B","slide.left":"\u041F\u0440\u043E\u0432\u0435\u0434\u0438\u0442\u0435 \u0432\u043F\u0440\u0430\u0432\u043E","shortcutGroup.others":"\u0411\u043E\u043B\u044C\u0448\u0435 \u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u0435\u043B\u044C\u0441\u043A\u0438\u0445 \u0444\u0443\u043D\u043A\u0446\u0438\u0439 \u0433\u043E\u0440\u044F\u0447\u0438\u0445 \u043A\u043B\u0430\u0432\u0438\u0448",temprarilyChangeTranslationTo_openai:"\u0418\u0441\u043F\u043E\u043B\u044C\u0437\u0443\u0435\u0442\u0441\u044F OpenAI \u0434\u043B\u044F \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430 \u0442\u0435\u043A\u0443\u0449\u0435\u0439 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u044B","intro.hoverTitle":"\u041D\u0430\u0432\u0435\u0434\u0438\u0442\u0435 \u043A\u0443\u0440\u0441\u043E\u0440, \u0447\u0442\u043E\u0431\u044B \u043F\u0435\u0440\u0435\u0432\u0435\u0441\u0442\u0438 \u0442\u0435\u043A\u0443\u0449\u0438\u0439 \u0430\u0431\u0437\u0430\u0446","browser.translateWithDeepL":"\u0412\u0440\u0435\u043C\u0435\u043D\u043D\u043E \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u0443\u0439\u0442\u0435 DeepL \u0434\u043B\u044F \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430 \u0442\u0435\u043A\u0443\u0449\u0435\u0439 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u044B","slide.right":"\u0421\u0432\u0430\u0439\u043F \u0432\u043B\u0435\u0432\u043E",translationOnlyMode:"\u0422\u043E\u043B\u044C\u043A\u043E \u0440\u0435\u0436\u0438\u043C \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430",notLoginPro:"\u0412\u044B \u0435\u0449\u0435 \u043D\u0435 \u0432\u043E\u0448\u043B\u0438 \u0432 \u0441\u0432\u043E\u0439 \u0430\u043A\u043A\u0430\u0443\u043D\u0442",mouseHoverCustomKeyTitle:"\u041D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0430 \u0433\u043E\u0440\u044F\u0447\u0438\u0445 \u043A\u043B\u0430\u0432\u0438\u0448 \u043F\u0440\u0438 \u043D\u0430\u0432\u0435\u0434\u0435\u043D\u0438\u0438 \u043C\u044B\u0448\u0438","shortcutGroup.mouse":"\u041D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0430 \u0433\u043E\u0440\u044F\u0447\u0438\u0445 \u043A\u043B\u0430\u0432\u0438\u0448 \u043F\u0440\u0438 \u043D\u0430\u0432\u0435\u0434\u0435\u043D\u0438\u0438 \u043C\u044B\u0448\u0438",temprarilyChangeTranslationTo_deepl:"\u0418\u0441\u043F\u043E\u043B\u044C\u0437\u0443\u0435\u0442\u0441\u044F \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0447\u0438\u043A DeepL \u0434\u043B\u044F \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430 \u0442\u0435\u043A\u0443\u0449\u0435\u0439 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u044B.","browser.translateWithGoogle":"\u0412\u0440\u0435\u043C\u0435\u043D\u043D\u043E\u0435 \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u043D\u0438\u0435 Google Translate \u0434\u043B\u044F \u0442\u0435\u043A\u0443\u0449\u0435\u0439 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u044B","shortcutGroup.touch":"\u0421\u043F\u0435\u0446\u0438\u0430\u043B\u044C\u043D\u044B\u0435 \u0436\u0435\u0441\u0442\u044B \u0434\u043B\u044F \u0441\u0435\u043D\u0441\u043E\u0440\u043D\u043E\u0433\u043E \u044D\u043A\u0440\u0430\u043D\u0430","browser.translateInputBox":"\u041F\u0435\u0440\u0435\u0432\u0435\u0441\u0442\u0438 \u0442\u0435\u043A\u0443\u0449\u0435\u0435 \u0441\u043E\u0434\u0435\u0440\u0436\u0438\u043C\u043E\u0435 \u0432\u0432\u043E\u0434\u0430","widget.videoSubtitleTooltip":"\u041F\u043E\u0434\u0434\u0435\u0440\u0436\u043A\u0430 Youtube \u0438 \u0434\u0440\u0443\u0433\u0438\u0445 {count}+ \u0432\u0438\u0434\u0435\u043E-\u0441\u0430\u0439\u0442\u043E\u0432","browser.translateWithGemini":"\u0412\u0440\u0435\u043C\u0435\u043D\u043D\u043E \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u0443\u0439\u0442\u0435 Gemini \u0434\u043B\u044F \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430 \u0442\u0435\u043A\u0443\u0449\u0435\u0439 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u044B","subtitle.hideQuickButton":"\u0411\u043E\u043B\u044C\u0448\u0435 \u043D\u0435 \u043F\u043E\u043A\u0430\u0437\u044B\u0432\u0430\u0442\u044C \u044D\u0442\u043E\u0442 \u044F\u0440\u043B\u044B\u043A","browser.translateWithBing":"\u0412\u0440\u0435\u043C\u0435\u043D\u043D\u043E \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u0443\u0439\u0442\u0435 Microsoft \u0434\u043B\u044F \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430 \u0442\u0435\u043A\u0443\u0449\u0435\u0439 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u044B","browser.translateWithTransmart":"\u0412\u0440\u0435\u043C\u0435\u043D\u043D\u043E \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u0443\u0439\u0442\u0435 Tencent \u0434\u043B\u044F \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430 \u0442\u0435\u043A\u0443\u0449\u0435\u0439 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u044B","multipleClick.4":"\u0447\u0435\u0442\u044B\u0440\u0435\u0445\u043A\u0440\u0430\u0442\u043D\u044B\u0439 \u0443\u0434\u0430\u0440",temprarilyChangeTranslationTo_gemini:"\u0418\u0441\u043F\u043E\u043B\u044C\u0437\u0443\u0435\u0442\u0441\u044F \u043F\u0435\u0440\u0435\u0432\u043E\u0434 \u0442\u0435\u043A\u0443\u0449\u0435\u0439 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u044B \u0441 \u043F\u043E\u043C\u043E\u0449\u044C\u044E Gemini","floatBall.longPress":"\u0423\u0434\u0435\u0440\u0436\u0438\u0432\u0430\u0439\u0442\u0435 \u043A\u043D\u043E\u043F\u043A\u0443, \u0447\u0442\u043E\u0431\u044B \u0431\u044B\u0441\u0442\u0440\u043E \u043E\u0442\u043A\u0440\u044B\u0442\u044C \u043F\u0430\u043D\u0435\u043B\u044C \u043D\u0430\u0441\u0442\u0440\u043E\u0435\u043A.",shortcutSettingsTitle:"\u041D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0430 \u0433\u043E\u0440\u044F\u0447\u0438\u0445 \u043A\u043B\u0430\u0432\u0438\u0448",networkError:"\u041F\u0440\u043E\u0431\u043B\u0435\u043C\u044B \u0441 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0447\u0435\u0441\u043A\u0438\u043C \u0441\u0435\u0440\u0432\u0438\u0441\u043E\u043C \u0438\u043B\u0438 \u0441\u0435\u0442\u044C\u044E","intro.floatBallTitle":"\u0411\u044B\u0441\u0442\u0440\u044B\u0439 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0447\u0438\u043A \u0432\u0441\u043F\u043B\u044B\u0432\u0430\u044E\u0449\u0435\u0433\u043E \u0448\u0430\u0440\u0430",temprarilyChangeTranslationTo_transmart:"\u0418\u0441\u043F\u043E\u043B\u044C\u0437\u0443\u0435\u0442\u0441\u044F \u043F\u0435\u0440\u0435\u0432\u043E\u0434 \u0442\u0435\u043A\u0443\u0449\u0435\u0439 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u044B \u0447\u0435\u0440\u0435\u0437 Tencent.","subtitle.autoDisableSubtitle":"\u041D\u0435 \u0430\u0432\u0442\u043E\u043C\u0430\u0442\u0438\u0447\u0435\u0441\u043A\u0438 \u0432\u043A\u043B\u044E\u0447\u0430\u0442\u044C \u0434\u0432\u0443\u044F\u0437\u044B\u0447\u043D\u044B\u0435 \u0441\u0443\u0431\u0442\u0438\u0442\u0440\u044B","browser.translateWithOpenAI":"\u0412\u0440\u0435\u043C\u0435\u043D\u043D\u043E \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u0443\u0439\u0442\u0435 OpenAI \u0434\u043B\u044F \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430 \u0442\u0435\u043A\u0443\u0449\u0435\u0439 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u044B","shortcutGroup.shortcutsForTranslationServices":"\u0421\u043E\u0447\u0435\u0442\u0430\u043D\u0438\u044F \u043A\u043B\u0430\u0432\u0438\u0448, \u0441\u0432\u044F\u0437\u0430\u043D\u043D\u044B\u0435 \u0441 \u0443\u0441\u043B\u0443\u0433\u0430\u043C\u0438 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430",temprarilyChangeTranslationTo_google:"\u0418\u0441\u043F\u043E\u043B\u044C\u0437\u0443\u0435\u0442\u0441\u044F Google Translate \u0434\u043B\u044F \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430 \u0442\u0435\u043A\u0443\u0449\u0435\u0439 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u044B.",paragraphMinTextCountField:"\u041C\u0438\u043D\u0438\u043C\u0430\u043B\u044C\u043D\u043E\u0435 \u043A\u043E\u043B\u0438\u0447\u0435\u0441\u0442\u0432\u043E \u0441\u0438\u043C\u0432\u043E\u043B\u043E\u0432, \u043D\u0435\u043E\u0431\u0445\u043E\u0434\u0438\u043C\u044B\u0445 \u0434\u043B\u044F \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430 \u0430\u0431\u0437\u0430\u0446\u0430",temprarilyChangeTranslationTo_bing:"\u0418\u0441\u043F\u043E\u043B\u044C\u0437\u0443\u0435\u0442\u0441\u044F Microsoft \u0434\u043B\u044F \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430 \u0442\u0435\u043A\u0443\u0449\u0435\u0439 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u044B",upgradeToProErrorTitle:"\u041F\u043E\u0436\u0430\u043B\u0443\u0439\u0441\u0442\u0430, \u043E\u0431\u043D\u043E\u0432\u0438\u0442\u0435 \u0434\u043E Pro-\u0447\u043B\u0435\u043D\u0441\u0442\u0432\u0430, \u0447\u0442\u043E\u0431\u044B \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u044C \u044D\u0442\u0443 \u0443\u0441\u043B\u0443\u0433\u0443 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430.","floatBall.guideClickToTranslate":`\u041D\u0430\u0436\u043C\u0438\u0442\u0435 \u043D\u0430 \u043F\u043B\u0430\u0432\u0430\u044E\u0449\u0438\u0439 \u0448\u0430\u0440 \u0434\u043B\u044F \u043F\u043E\u0433\u0440\u0443\u0436\u0435\u043D\u0438\u044F \u0432 \u043F\u0435\u0440\u0435\u0432\u043E\u0434, + {env.imt_sub_trans_field}: Traduzione`,"translationServices.claude":"Claude","subtitle.quickButton.black":"nero","subtitle.quickButton.blue":"blu","subtitle.quickButton.white":"bianco","subtitle.quickButton.green":"Verde","subtitle.quickButton.magenta":"Fucsia","subtitle.quickButton.sourceTextColor":"Colore del carattere originale","subtitle.quickButton.yellow":"giallo","subtitle.quickButton.sourceFontSize":"Dimensione originale del carattere","subtitle.quickButton.backgroundOpacity":"Opacit\xE0 di sfondo","subtitle.quickButton.translationPositionTop":"Sopra il testo originale","subtitle.quickButton.backgroundColor":"colore di sfondo","subtitle.quickButton.translationPosition":"Posizione del testo tradotto","subtitle.quickButton.translationPositionBottom":"Sotto il testo originale","subtitle.quickButton.red":"Rosso","subtitle.quickButton.cyan":"Blu","subtitle.quickButton.setting":"Impostazione","subtitle.quickButton.translationTextColor":"Colore del carattere del testo","subtitle.quickButton.translationFontSize":"Dimensione del carattere del testo tradotto",attachSubtitleTranslating:"Utilizzando {service} per la traduzione...","error.claude.403":"Non hai l'autorizzazione per accedere al servizio, potrebbe essere correlato alle restrizioni regionali di Claude, puoi provare a cambiare il tuo indirizzo IP o utilizzare altri servizi di traduzione.","browser.brandDescriptionForSafari":"\u3010Traduzione Immersiva\u3011Un plugin gratuito per la traduzione di pagine web bilingue (originale/tradotto), che supporta anche la traduzione di PDF e libri elettronici EPUB mantenendo la formattazione originale del documento, la traduzione di sottotitoli bilingui per video online come Youtube/Netflix, e supporta servizi di traduzione mainstream come Deepl/Google;","browser.PdfProFile":"Traduzione Pro di PDF guidata da AI","browser.textTranslate":"Traduzione del testo"};var Sh={nologin:"\u043D\u0435 \u0432\u043E\u0448\u0451\u043B \u0432 \u0441\u0438\u0441\u0442\u0435\u043C\u0443",loginForSafari:"\u0412\u043E\u0439\u0442\u0438 \u0438\u043B\u0438 \u0437\u0430\u0440\u0435\u0433\u0438\u0441\u0442\u0440\u0438\u0440\u043E\u0432\u0430\u0442\u044C\u0441\u044F",login:"\u0412\u0445\u043E\u0434 \u0432 \u0441\u0438\u0441\u0442\u0435\u043C\u0443 \u0434\u043B\u044F \u043E\u0442\u043A\u0440\u044B\u0442\u0438\u044F \u0447\u043B\u0435\u043D\u0441\u0442\u0432\u0430",manageAccount:"\u0423\u043F\u0440\u0430\u0432\u043B\u044F\u0435\u043C\u044B\u0435 \u0441\u0447\u0435\u0442\u0430",openPremium:"\u041E\u0442\u043A\u0440\u044B\u0442\u043E\u0435 \u0447\u043B\u0435\u043D\u0441\u0442\u0432\u043E",logout:"\u043F\u0440\u0435\u0440\u0432\u0430\u0442\u044C",curentPlan:"\u0422\u0435\u043A\u0443\u0449\u0438\u0435 \u043F\u0430\u043A\u0435\u0442\u044B",endAt:"\u0441\u0440\u043E\u043A \u0434\u0435\u0439\u0441\u0442\u0432\u0438\u044F",endAuto:"\u0430\u0432\u0442\u043E\u043F\u0440\u043E\u0434\u043B\u0435\u043D\u0438\u0435",lineBreakMaxTextCount:"\u041C\u0430\u043A\u0441\u0438\u043C\u0430\u043B\u044C\u043D\u043E\u0435 \u043A\u043E\u043B\u0438\u0447\u0435\u0441\u0442\u0432\u043E \u0441\u0438\u043C\u0432\u043E\u043B\u043E\u0432, \u0434\u043E\u043F\u0443\u0441\u0442\u0438\u043C\u043E\u0435 \u0432 \u043E\u0434\u043D\u043E\u043C \u043F\u0440\u0435\u0434\u043B\u043E\u0436\u0435\u043D\u0438\u0438 \u043F\u043E\u0441\u043B\u0435 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430 \u0441\u0442\u0440\u043E\u043A\u0438","translate-pdf":"\u041D\u0430\u0436\u043C\u0438\u0442\u0435, \u0447\u0442\u043E\u0431\u044B \u043F\u0435\u0440\u0435\u0432\u0435\u0441\u0442\u0438 PDF","noSupportTranslate-pdf":"\u0421\u043A\u0440\u0438\u043F\u0442 \u043D\u0435 \u043F\u043E\u0434\u0434\u0435\u0440\u0436\u0438\u0432\u0430\u0435\u0442\u0441\u044F, \u043F\u043E\u0436\u0430\u043B\u0443\u0439\u0441\u0442\u0430, \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u0443\u0439\u0442\u0435 \u043F\u043B\u0430\u0433\u0438\u043D","translate-firefox-local-pdf":"\u041D\u0430\u0436\u043C\u0438\u0442\u0435 \u0434\u043B\u044F \u043F\u0435\u0440\u0435\u0445\u043E\u0434\u0430 \u043A \u0440\u0430\u0437\u0434\u0435\u043B\u0443 \u0418\u043C\u043F\u043E\u0440\u0442 PDF",enableLineBreak:"\u0412\u043A\u043B\u044E\u0447\u0438\u0442\u044C \u0430\u0432\u0442\u043E\u043C\u0430\u0442\u0438\u0447\u0435\u0441\u043A\u0443\u044E \u043F\u043E\u0434\u0430\u0447\u0443 \u0441\u0442\u0440\u043E\u043A\u0438 \u0434\u043B\u044F \u0434\u043B\u0438\u043D\u043D\u044B\u0445 \u0430\u0431\u0437\u0430\u0446\u0435\u0432",sponsorLabel:"$1 \u0421\u043F\u043E\u043D\u0441\u0438\u0440\u0443\u0435\u043C\u044B\u0435 \u0440\u0430\u0437\u0440\u0430\u0431\u043E\u0442\u0447\u0438\u043A\u0438",help:"\u0440\u0443\u043A\u0430",browserShortcutsNoteForFirefox:"\u0427\u0442\u043E\u0431\u044B \u0438\u0437\u043C\u0435\u043D\u0438\u0442\u044C \u044F\u0440\u043B\u044B\u043A\u0438 \u0432 Firefox, \u043D\u0435\u043E\u0431\u0445\u043E\u0434\u0438\u043C\u043E \u043E\u0442\u043A\u0440\u044B\u0442\u044C \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u0443 \u0443\u043F\u0440\u0430\u0432\u043B\u0435\u043D\u0438\u044F \u0440\u0430\u0441\u0448\u0438\u0440\u0435\u043D\u0438\u044F\u043C\u0438 `about:addons`, \u0437\u0430\u0442\u0435\u043C \u043D\u0430\u0436\u0430\u0442\u044C `Settings`, \u0430 \u0434\u043B\u044F \u043D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0438 \u044F\u0440\u043B\u044B\u043A\u043E\u0432 - `Manage Shortcuts`.",browserShortcutsNoteForChrome:"\u0414\u043B\u044F \u0438\u0437\u043C\u0435\u043D\u0435\u043D\u0438\u044F \u044F\u0440\u043B\u044B\u043A\u043E\u0432 \u0432 Chrome \u043D\u0435\u043E\u0431\u0445\u043E\u0434\u0438\u043C\u043E \u043E\u0442\u043A\u0440\u044B\u0442\u044C \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u0443 \u0443\u043F\u0440\u0430\u0432\u043B\u0435\u043D\u0438\u044F \u0440\u0430\u0441\u0448\u0438\u0440\u0435\u043D\u0438\u044F\u043C\u0438, \u0437\u0430\u0434\u0430\u0442\u044C \u0438\u0445 \u043D\u0430 \u043F\u0430\u043D\u0435\u043B\u0438 `Manage Shortcuts` (`chrome://extensions/shortcuts`) \u0438 \u043D\u0430\u0436\u0430\u0442\u044C \u043A\u043D\u043E\u043F\u043A\u0443 \u043D\u0438\u0436\u0435 \u0434\u043B\u044F \u043F\u0435\u0440\u0435\u0445\u043E\u0434\u0430 \u043D\u0430 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u0443 \u0443\u043F\u0440\u0430\u0432\u043B\u0435\u043D\u0438\u044F \u044F\u0440\u043B\u044B\u043A\u0430\u043C\u0438.",browserShortcutsSucks:"\u041D\u0430\u0441\u0442\u0440\u043E\u0435\u043D\u043D\u044B\u0435 \u044F\u0440\u043B\u044B\u043A\u0438 \u0438\u043C\u0435\u044E\u0442 \u0432\u0438\u0434 (\u0430\u0432\u0442\u043E\u0440\u0430\u0441\u043F\u043E\u0437\u043D\u0430\u0432\u0430\u043D\u0438\u0435 \u043D\u0435 \u043F\u0440\u043E\u0438\u0437\u0432\u043E\u0434\u0438\u0442\u0441\u044F, \u0432\u0432\u043E\u0434\u0438\u0442\u0435 \u043D\u0435\u043F\u043E\u0441\u0440\u0435\u0434\u0441\u0442\u0432\u0435\u043D\u043D\u043E)\uFF1A",enableLineBreakDescription:"\u041F\u0440\u0438 \u0432\u043A\u043B\u044E\u0447\u0435\u043D\u0438\u0438 \u044D\u0442\u043E\u0439 \u0444\u0443\u043D\u043A\u0446\u0438\u0438 \u0432 \u0434\u043B\u0438\u043D\u043D\u044B\u0445 \u0430\u0431\u0437\u0430\u0446\u0430\u0445 \u0432 \u043A\u043E\u043D\u0446\u0435 \u043A\u0430\u0436\u0434\u043E\u0433\u043E \u043F\u0440\u0435\u0434\u043B\u043E\u0436\u0435\u043D\u0438\u044F \u0431\u0443\u0434\u0443\u0442 \u0432\u0441\u0442\u0430\u0432\u043B\u0435\u043D\u044B \u043F\u0435\u0440\u0435\u043D\u043E\u0441\u044B \u0441\u0442\u0440\u043E\u043A, \u0447\u0442\u043E \u043E\u0431\u043B\u0435\u0433\u0447\u0438\u0442 \u0438\u0445 \u0447\u0442\u0435\u043D\u0438\u0435","browser.shortBrandName":"\u041F\u043E\u0433\u0440\u0443\u0436\u043D\u043E\u0439 \u043F\u0435\u0440\u0435\u0432\u043E\u0434","browser.brandName":"\u0418\u043C\u043C\u0435\u0440\u0441\u0438\u043E\u043D\u043D\u044B\u0439 \u043F\u0435\u0440\u0435\u0432\u043E\u0434: \u0434\u0432\u0443\u044F\u0437\u044B\u0447\u043D\u044B\u0439 \u043F\u0435\u0440\u0435\u0432\u043E\u0434 \u0432\u0435\u0431-\u0441\u0442\u0440\u0430\u043D\u0438\u0446 \u0438 PDF-\u0434\u043E\u043A\u0443\u043C\u0435\u043D\u0442\u043E\u0432","browser.brandDescription":"Bilingual web page translation, also supports PDF translation, bilingual Epub eBook translation, free to use.","browser.toggleTranslatePage":"\u041F\u0435\u0440\u0435\u0432\u0435\u0441\u0442\u0438 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u0443/\u043E\u0442\u043E\u0431\u0440\u0430\u0437\u0438\u0442\u044C \u043E\u0440\u0438\u0433\u0438\u043D\u0430\u043B\u044C\u043D\u044B\u0439 \u0442\u0435\u043A\u0441\u0442","browser.toggleTranslateTheWholePage":"\u041F\u0435\u0440\u0435\u0432\u0435\u0441\u0442\u0438 \u0432\u0441\u0435 \u043E\u0431\u043B\u0430\u0441\u0442\u0438 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u044B/\u043E\u0442\u043E\u0431\u0440\u0430\u0437\u0438\u0442\u044C \u043E\u0440\u0438\u0433\u0438\u043D\u0430\u043B\u044C\u043D\u044B\u0439 \u0442\u0435\u043A\u0441\u0442","browser.toggleOnlyTransation":"\u041F\u0435\u0440\u0435\u043A\u043B\u044E\u0447\u0438\u0442\u044C \u043D\u0430 \u0434\u0432\u0443\u044F\u0437\u044B\u0447\u043D\u044B\u0439 / \u0442\u043E\u043B\u044C\u043A\u043E \u043F\u0435\u0440\u0435\u0432\u043E\u0434 \u0440\u0435\u0436\u0438\u043C","browser.toggleTranslateToThePageEndImmediately":"\u041D\u0435\u043C\u0435\u0434\u043B\u0435\u043D\u043D\u044B\u0439 \u043F\u0435\u0440\u0435\u0432\u043E\u0434 \u0432 \u043D\u0438\u0436\u043D\u044E\u044E \u0447\u0430\u0441\u0442\u044C \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u044B/\u043E\u0442\u043E\u0431\u0440\u0430\u0436\u0435\u043D\u0438\u0435 \u043E\u0440\u0438\u0433\u0438\u043D\u0430\u043B\u044C\u043D\u043E\u0433\u043E \u0442\u0435\u043A\u0441\u0442\u0430","browser.toggleTranslateTheMainPage":"\u041F\u0435\u0440\u0435\u0432\u0435\u0441\u0442\u0438 \u043E\u0441\u043D\u043E\u0432\u043D\u0443\u044E \u043E\u0431\u043B\u0430\u0441\u0442\u044C \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u044B/\u043E\u0442\u043E\u0431\u0440\u0430\u0437\u0438\u0442\u044C \u043E\u0440\u0438\u0433\u0438\u043D\u0430\u043B\u044C\u043D\u044B\u0439 \u0442\u0435\u043A\u0441\u0442","browser.shareToDraft":"\u041F\u043E\u0434\u0435\u043B\u0438\u0442\u044C\u0441\u044F \u0414\u0432\u0443\u044F\u0437\u044B\u0447\u043D\u044B\u0435 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u044B","browser.openOptionsPage":"\u041E\u0442\u043A\u0440\u043E\u0439\u0442\u0435 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u0443 \u043D\u0430\u0441\u0442\u0440\u043E\u0435\u043A","browser.toggleTranslationMask":"\u041F\u043E\u043A\u0430\u0437\u0430\u0442\u044C/\u0441\u043A\u0440\u044B\u0442\u044C \u044D\u0444\u0444\u0435\u043A\u0442 \u0440\u0430\u0437\u043C\u044B\u0442\u0438\u044F \u043F\u0440\u0438 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0435","browser.translateLocalPdfFile":"\u041F\u0435\u0440\u0435\u0432\u043E\u0434 \u043B\u043E\u043A\u0430\u043B\u044C\u043D\u044B\u0445 PDF-\u0444\u0430\u0439\u043B\u043E\u0432","browser.openEbookViewer":"\u0427\u0438\u0442\u0430\u0442\u044C \u043C\u0435\u0441\u0442\u043D\u044B\u0435 \u044D\u043B\u0435\u043A\u0442\u0440\u043E\u043D\u043D\u044B\u0435 \u043A\u043D\u0438\u0433\u0438","browser.openEbookBuilder":"\u0421\u043E\u0437\u0434\u0430\u043D\u0438\u0435 \u0434\u0432\u0443\u044F\u0437\u044B\u0447\u043D\u044B\u0445 \u044D\u043B\u0435\u043A\u0442\u0440\u043E\u043D\u043D\u044B\u0445 \u043A\u043D\u0438\u0433 EPUB","browser.translateLocalHtmlFile":"\u041F\u0435\u0440\u0435\u0432\u043E\u0434 HTML/\u0442\u0435\u043A\u0441\u0442\u043E\u0432\u044B\u0445 \u0444\u0430\u0439\u043B\u043E\u0432","browser.donateContext":"\u0423\u0437\u043D\u0430\u0439\u0442\u0435 \u043E \u043F\u0440\u0435\u0438\u043C\u0443\u0449\u0435\u0441\u0442\u0432\u0430\u0445 \u0441\u043F\u043E\u043D\u0441\u043E\u0440\u0441\u0442\u0432\u0430","browser.translateLocalSubtitleFile":"\u041F\u0435\u0440\u0435\u0432\u043E\u0434 \u0444\u0430\u0439\u043B\u043E\u0432 \u043B\u043E\u043A\u0430\u043B\u044C\u043D\u044B\u0445 \u0441\u0443\u0431\u0442\u0438\u0442\u0440\u043E\u0432",confirmResetConfig:"\u0412\u044B \u0443\u0432\u0435\u0440\u0435\u043D\u044B, \u0447\u0442\u043E \u0445\u043E\u0442\u0438\u0442\u0435 \u0441\u0431\u0440\u043E\u0441\u0438\u0442\u044C \u043D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0438?",translationLineBreakSettingTitle:"\u041D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0430 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430 \u0441\u0442\u0440\u043E\u043A\u0438",smartLineBreak:"\u0438\u043D\u0442\u0435\u043B\u043B\u0435\u043A\u0442\u0443\u0430\u043B\u044C\u043D\u043E\u0435 \u043B\u0438\u043D\u0435\u0439\u043D\u043E\u0435 \u043F\u0438\u0442\u0430\u043D\u0438\u0435 (\u0432\u044B\u0447\u0438\u0441\u043B\u0438\u0442\u0435\u043B\u044C\u043D\u0430\u044F \u0442\u0435\u0445\u043D\u0438\u043A\u0430)",alwaysLineBreak:"\u0412\u0441\u0435\u0433\u0434\u0430 \u043F\u043E\u0434\u0430\u0447\u0430 \u0441\u0442\u0440\u043E\u043A\u0438",isShowContextMenu:"\u0414\u043E\u0431\u0430\u0432\u043B\u0435\u043D\u0438\u0435 \u043F\u0435\u0440\u0435\u0432\u0435\u0434\u0435\u043D\u043D\u044B\u0445 \u0441\u0442\u0440\u0430\u043D\u0438\u0446 \u0432 \u043F\u0443\u043D\u043A\u0442\u044B \u043C\u0435\u043D\u044E, \u0432\u044B\u0437\u044B\u0432\u0430\u0435\u043C\u044B\u0435 \u043F\u0440\u0430\u0432\u043E\u0439 \u043A\u043D\u043E\u043F\u043A\u043E\u0439 \u043C\u044B\u0448\u0438",toggleBeta:"\u0412\u043A\u043B\u044E\u0447\u0435\u043D\u0438\u0435 \u0444\u0443\u043D\u043A\u0446\u0438\u0439 \u0431\u0435\u0442\u0430-\u0442\u0435\u0441\u0442\u0438\u0440\u043E\u0432\u0430\u043D\u0438\u044F",betaDescription:"\u0412\u043A\u043B\u044E\u0447\u0438\u0442\u0435 \u0444\u0443\u043D\u043A\u0446\u0438\u0438, \u043A\u043E\u0442\u043E\u0440\u044B\u0435 \u043F\u043E\u043A\u0430 \u043D\u0430\u0445\u043E\u0434\u044F\u0442\u0441\u044F \u0432 \u0441\u0442\u0430\u0434\u0438\u0438 \u044D\u043A\u0441\u043F\u0435\u0440\u0438\u043C\u0435\u043D\u0442\u0430, \u0430 \u0442\u0430\u043A\u0436\u0435 \u0441\u043B\u0443\u0436\u0431\u0443 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430 \u0432 \u0431\u0435\u0442\u0430-\u0432\u0435\u0440\u0441\u0438\u0438. \u041F\u0440\u0438\u0441\u043E\u0435\u0434\u0438\u043D\u044F\u0439\u0442\u0435\u0441\u044C \u043A <1>\u0433\u0440\u0443\u043F\u043F\u0435 Telegram, \u0447\u0442\u043E\u0431\u044B \u0443\u0437\u043D\u0430\u0442\u044C \u0431\u043E\u043B\u044C\u0448\u0435.",translationLineBreakSettingDescription:"\u0414\u043B\u044F \u0441\u0442\u0440\u0430\u043D\u0438\u0446 \u0441 \u043D\u0435\u0431\u043E\u043B\u044C\u0448\u0438\u043C \u0441\u043E\u0434\u0435\u0440\u0436\u0430\u043D\u0438\u0435\u043C \u0432\u0441\u0435\u0433\u0434\u0430 \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u0443\u0439\u0442\u0435 \u0430\u043A\u043A\u0443\u0440\u0430\u0442\u043D\u044B\u0435 \u043F\u0435\u0440\u0435\u043D\u043E\u0441\u044B \u0441\u0442\u0440\u043E\u043A. (\u0414\u043B\u044F \u044D\u043A\u043E\u043D\u043E\u043C\u0438\u0438 \u043C\u0435\u0441\u0442\u0430 \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u0443\u0439\u0442\u0435 \u0433\u0440\u0430\u043C\u043E\u0442\u043D\u044B\u0435 \u043F\u0435\u0440\u0435\u043D\u043E\u0441\u044B \u0441\u0442\u0440\u043E\u043A \u0432 \u0434\u043B\u0438\u043D\u043D\u044B\u0445 \u0430\u0431\u0437\u0430\u0446\u0430\u0445 \u0441 \u0431\u043E\u043B\u044C\u0448\u0438\u043C \u0441\u043E\u0434\u0435\u0440\u0436\u0430\u043D\u0438\u0435\u043C (\u0431\u043E\u043B\u0435\u0435{count}\u0441\u0438\u043C\u0432\u043E\u043B\u043E\u0432)).",tempTranslateDomainTitle:"\u041F\u0440\u043E\u0434\u043E\u043B\u0436\u0438\u0442\u0435\u043B\u044C\u043D\u043E\u0441\u0442\u044C \u0432\u0440\u0435\u043C\u0435\u043D\u043D\u043E\u0433\u043E \u0432\u043A\u043B\u044E\u0447\u0435\u043D\u0438\u044F \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430 \u0441\u0430\u0439\u0442\u0430",tempTranslateDomainDescription:"\u041F\u0440\u0438 \u0440\u0443\u0447\u043D\u043E\u043C \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0435 \u0432\u0435\u0431-\u0441\u0442\u0440\u0430\u043D\u0438\u0446\u044B \u0432\u0440\u0435\u043C\u0435\u043D\u043D\u043E \u0432\u043A\u043B\u044E\u0447\u0438\u0442\u044C \u0430\u0432\u0442\u043E\u043C\u0430\u0442\u0438\u0447\u0435\u0441\u043A\u0438\u0439 \u043F\u0435\u0440\u0435\u0432\u043E\u0434, \u043F\u0440\u0438 \u044D\u0442\u043E\u043C \u043C\u043E\u0436\u043D\u043E \u0437\u0430\u0434\u0430\u0442\u044C \u0432\u0440\u0435\u043C\u0435\u043D\u043D\u0443\u044E \u043F\u0440\u043E\u0434\u043E\u043B\u0436\u0438\u0442\u0435\u043B\u044C\u043D\u043E\u0441\u0442\u044C.",xMinutes:"{count} \u043C\u0438\u043D\u0443\u0442",disabled:"\u0437\u0430\u043F\u0440\u0435\u0449\u0430\u0442\u044C \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u043D\u0438\u0435 \u0447\u0435\u0433\u043E-\u043B.",changelog:"\u0416\u0443\u0440\u043D\u0430\u043B \u043E\u0431\u043D\u043E\u0432\u043B\u0435\u043D\u0438\u0439",toggleTranslatePageWhenThreeFingersOnTheScreen:"\u041E\u0434\u043D\u043E\u0432\u0440\u0435\u043C\u0435\u043D\u043D\u043E\u0435 \u043A\u0430\u0441\u0430\u043D\u0438\u0435 \u044D\u043A\u0440\u0430\u043D\u0430 \u043D\u0435\u0441\u043A\u043E\u043B\u044C\u043A\u0438\u043C\u0438 \u043F\u0430\u043B\u044C\u0446\u0430\u043C\u0438 \u043E\u0431\u0435\u0441\u043F\u0435\u0447\u0438\u0432\u0430\u0435\u0442 \u043F\u0435\u0440\u0435\u0432\u043E\u0434 \u0432\u0435\u0431-\u0441\u0442\u0440\u0430\u043D\u0438\u0446/\u043E\u0442\u043E\u0431\u0440\u0430\u0436\u0435\u043D\u0438\u0435 \u043E\u0440\u0438\u0433\u0438\u043D\u0430\u043B\u044C\u043D\u043E\u0433\u043E \u0442\u0435\u043A\u0441\u0442\u0430",toggleTranslationMaskWhenThreeFingersOnTheScreen:"\u041F\u0440\u0438\u043A\u043E\u0441\u043D\u043E\u0432\u0435\u043D\u0438\u0435 \u043D\u0435\u0441\u043A\u043E\u043B\u044C\u043A\u0438\u043C\u0438 \u043F\u0430\u043B\u044C\u0446\u0430\u043C\u0438 \u043F\u043E\u043A\u0430\u0437\u044B\u0432\u0430\u0435\u0442/\u0441\u043A\u0440\u044B\u0432\u0430\u0435\u0442 \u044D\u0444\u0444\u0435\u043A\u0442 \u0440\u0430\u0437\u043C\u044B\u0442\u0438\u044F.",fingerCountToToggleTranslagePageOnlyTranslationWhenTouching:"\u041F\u0440\u0438 \u043E\u0434\u043D\u043E\u0432\u0440\u0435\u043C\u0435\u043D\u043D\u043E\u043C \u043A\u0430\u0441\u0430\u043D\u0438\u0438 \u044D\u043A\u0440\u0430\u043D\u0430 \u043D\u0435\u0441\u043A\u043E\u043B\u044C\u043A\u0438\u043C\u0438 \u043F\u0430\u043B\u044C\u0446\u0430\u043C\u0438 \u043E\u0441\u0443\u0449\u0435\u0441\u0442\u0432\u043B\u044F\u0435\u0442\u0441\u044F \u043F\u0435\u0440\u0435\u0432\u043E\u0434 \u0432\u0435\u0431-\u0441\u0442\u0440\u0430\u043D\u0438\u0446\u044B (\u0442\u043E\u043B\u044C\u043A\u043E \u043F\u0435\u0440\u0435\u0432\u043E\u0434)/\u043E\u0442\u043E\u0431\u0440\u0430\u0436\u0435\u043D\u0438\u0435 \u043E\u0440\u0438\u0433\u0438\u043D\u0430\u043B\u044C\u043D\u043E\u0433\u043E \u0442\u0435\u043A\u0441\u0442\u0430.",addUrlDescription:"\u041C\u043E\u0436\u0435\u0442 \u0431\u044B\u0442\u044C \u0434\u043E\u043C\u0435\u043D\u043D\u044B\u043C \u0438\u043C\u0435\u043D\u0435\u043C, \u0430 \u0442\u0430\u043A\u0436\u0435 \u043F\u043E\u0434\u0434\u0435\u0440\u0436\u0438\u0432\u0430\u0435\u0442 \u043F\u043E\u0434\u0441\u0442\u0430\u043D\u043E\u0432\u043E\u0447\u043D\u044B\u0435 \u0437\u043D\u0430\u043A\u0438, \u043D\u0430\u043F\u0440\u0438\u043C\u0435\u0440,\uFF1A*.google.com, google.com/mail/*, https://www.google.com/*.",general:"\u041E\u0441\u043D\u043E\u0432\u043D\u044B\u0435 \u043D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0438",clickToExpandConfig:"\u0420\u0430\u0441\u0448\u0438\u0440\u0438\u0442\u044C \u0442\u0435\u043A\u0443\u0449\u0443\u044E \u043A\u043E\u043D\u0444\u0438\u0433\u0443\u0440\u0430\u0446\u0438\u044E",import:"\u0418\u043C\u043F\u043E\u0440\u0442 \u0438\u0437 \u0444\u0430\u0439\u043B\u0430",export:"\u042D\u043A\u0441\u043F\u043E\u0440\u0442 \u0432 \u0444\u0430\u0439\u043B",toggleDebug:"\u0412\u044B\u0432\u0435\u0441\u0442\u0438 \u0436\u0443\u0440\u043D\u0430\u043B \u043E\u0442\u043B\u0430\u0434\u043A\u0438 \u043D\u0430 \u043A\u043E\u043D\u0441\u043E\u043B\u044C","fingers.0":"\u043A\u043B\u043E\u0442\u0443\u0440\u0430","fingers.2":"\u043A\u0430\u0441\u0430\u043D\u0438\u0435 \u0434\u0432\u0443\u043C\u044F \u043F\u0430\u043B\u044C\u0446\u0430\u043C\u0438","fingers.3":"\u043A\u0430\u0441\u0430\u043D\u0438\u0435 \u0442\u0440\u0435\u043C\u044F \u043F\u0430\u043B\u044C\u0446\u0430\u043C\u0438","fingers.4":"\u043A\u0430\u0441\u0430\u043D\u0438\u0435 \u0447\u0435\u0442\u044B\u0440\u044C\u043C\u044F \u043F\u0430\u043B\u044C\u0446\u0430\u043C\u0438","fingers.5":"\u043F\u044F\u0442\u0438\u043F\u0430\u043B\u044C\u0446\u0435\u0432\u043E\u0435 \u043A\u0430\u0441\u0430\u043D\u0438\u0435",mouseHoldKey:"+ {key} \u043F\u0435\u0440\u0435\u0432\u0435\u0441\u0442\u0438/\u0432\u043E\u0441\u0441\u0442\u0430\u043D\u043E\u0432\u0438\u0442\u044C \u0430\u0431\u0437\u0430\u0446",mouseHoldKeyAuto:"\u041F\u0440\u044F\u043C\u043E\u0439 \u043F\u0435\u0440\u0435\u0432\u043E\u0434 \u0430\u0431\u0437\u0430\u0446\u0430",mouseHoldKeyOff:"\u041D\u0435 \u0434\u0435\u043B\u0430\u0439\u0442\u0435 \u043D\u0438\u0447\u0435\u0433\u043E.",mouseHoldKeyOther:"\u041D\u0430\u0441\u0442\u0440\u0430\u0438\u0432\u0430\u0435\u043C\u044B\u0435 \u044F\u0440\u043B\u044B\u043A\u0438 (\u043E\u0442\u043A\u0440\u044B\u0442\u044C \u043D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0438)",mouseHoldKeyCustomKey:"{key} \u041F\u0435\u0440\u0435\u0432\u043E\u0434/\u0441\u043E\u043A\u0440\u0430\u0449\u0435\u043D\u0438\u0435 \u0430\u0431\u0437\u0430\u0446\u0430",mouseHoverHoldKey:"\u041F\u0435\u0440\u0435\u0432\u043E\u0434 \u0430\u0431\u0437\u0430\u0446\u0435\u0432 \u043E\u0441\u0443\u0449\u0435\u0441\u0442\u0432\u043B\u044F\u0435\u0442\u0441\u044F \u043D\u0430\u0436\u0430\u0442\u0438\u0435\u043C \u043A\u043B\u0430\u0432\u0438\u0448\u0438 \u0431\u044B\u0441\u0442\u0440\u043E\u0433\u043E \u0434\u043E\u0441\u0442\u0443\u043F\u0430 \u043F\u0440\u0438 \u043D\u0430\u0432\u0435\u0434\u0435\u043D\u0438\u0438 \u043A\u0443\u0440\u0441\u043E\u0440\u0430 \u043C\u044B\u0448\u0438.","mouse-translate":"\u043D\u0430\u0432\u0435\u0434\u0435\u043D\u0438\u0435 \u043C\u044B\u0448\u0438",document:"(\u043A\u043E\u043C\u043F\u044C\u044E\u0442\u0435\u0440\u043D\u044B\u0439) \u0444\u0430\u0439\u043B",resetSuccess:"\u0423\u0441\u043F\u0435\u0448\u043D\u044B\u0439 \u0441\u0431\u0440\u043E\u0441 \u0432\u0441\u0435\u0445 \u043D\u0430\u0441\u0442\u0440\u043E\u0435\u043A",resetThisSuccess:"\u0421\u0431\u0440\u043E\u0441 \u0443\u0441\u043F\u0435\u0448\u0435\u043D",saved:"\u0421\u043E\u0445\u0440\u0430\u043D\u0438\u0442\u044C \u0443\u0441\u043F\u0435\u0448\u043D\u044B\u0439",successImportConfig:"\u0423\u0441\u043F\u0435\u0448\u043D\u044B\u0439 \u0438\u043C\u043F\u043E\u0440\u0442 \u043A\u043E\u043D\u0444\u0438\u0433\u0443\u0440\u0430\u0446\u0438\u0438",goAdvancedSettings:"\u041F\u0435\u0440\u0435\u0439\u0434\u0438\u0442\u0435 \u043D\u0430 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u0443 \u0414\u043E\u043F\u043E\u043B\u043D\u0438\u0442\u0435\u043B\u044C\u043D\u044B\u0435 \u043D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0438",goAdvancedInterfaceSettings:"\u041F\u0435\u0440\u0435\u0439\u0434\u0438\u0442\u0435 \u043D\u0430 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u0443 \u0414\u043E\u043F\u043E\u043B\u043D\u0438\u0442\u0435\u043B\u044C\u043D\u044B\u0435 \u043F\u0430\u0440\u0430\u043C\u0435\u0442\u0440\u044B \u043D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0438",advanced:"\u0414\u043E\u043F\u043E\u043B\u043D\u0438\u0442\u0435\u043B\u044C\u043D\u044B\u0435 \u043D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0438",advancedDescription:"\u041A\u0430\u043A \u043F\u0440\u0430\u0432\u0438\u043B\u043E, \u043D\u0438\u043A\u0430\u043A\u0438\u0445 \u043D\u0430\u0441\u0442\u0440\u043E\u0435\u043A \u043D\u0435 \u0442\u0440\u0435\u0431\u0443\u0435\u0442\u0441\u044F, \u043F\u0440\u043E\u0441\u0442\u043E \u043E\u0441\u0442\u0430\u0432\u044C\u0442\u0435 \u0432\u0441\u0435 \u043F\u043E \u0443\u043C\u043E\u043B\u0447\u0430\u043D\u0438\u044E. \u0422\u043E\u043B\u044C\u043A\u043E \u0434\u043B\u044F \u0431\u043E\u043B\u0435\u0435 \u0441\u043F\u0435\u0446\u0438\u0430\u043B\u0438\u0437\u0438\u0440\u043E\u0432\u0430\u043D\u043D\u044B\u0445 \u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u0435\u043B\u0435\u0439 \u0434\u043E\u0441\u0442\u0443\u043F\u043D\u044B \u0431\u043E\u043B\u0435\u0435 \u043F\u0435\u0440\u0441\u043E\u043D\u0430\u043B\u0438\u0437\u0438\u0440\u043E\u0432\u0430\u043D\u043D\u044B\u0435 \u043D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0438.",developer:"\u041D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0438 \u0440\u0430\u0437\u0440\u0430\u0431\u043E\u0442\u0447\u0438\u043A\u0430",donateCafe:"\u0446\u0435\u043D\u044B","translate to the bottom of the page":"\u041F\u0435\u0440\u0435\u0432\u043E\u0434\u0438\u0442\u0441\u044F \u043B\u0438 \u043E\u043D \u0432 \u043D\u0438\u0436\u043D\u044E\u044E \u0447\u0430\u0441\u0442\u044C \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u044B \u0441\u0440\u0430\u0437\u0443 \u043F\u043E\u0441\u043B\u0435 \u0432\u0445\u043E\u0434\u0430 \u043D\u0430 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u0443?",feedback:"\u0412\u043E\u043F\u0440\u043E\u0441-\u043E\u0442\u0432\u0435\u0442",toggleTranslatePage:"\u041F\u0435\u0440\u0435\u0432\u0435\u0441\u0442\u0438 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u0443/\u043E\u0442\u043E\u0431\u0440\u0430\u0437\u0438\u0442\u044C \u043E\u0440\u0438\u0433\u0438\u043D\u0430\u043B\u044C\u043D\u044B\u0439 \u0442\u0435\u043A\u0441\u0442",translateToThePageEndImmediatelyDescription:"\u041F\u0440\u0438 \u0432\u043A\u043B\u044E\u0447\u0435\u043D\u0438\u0438 \u044D\u0442\u043E\u0439 \u0444\u0443\u043D\u043A\u0446\u0438\u0438 \u0441\u043E\u0434\u0435\u0440\u0436\u0438\u043C\u043E\u0435 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u044B \u0431\u0443\u0434\u0435\u0442 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0438\u0442\u044C\u0441\u044F \u0441\u0432\u0435\u0440\u0445\u0443 \u0432\u043D\u0438\u0437 \u043F\u043E \u043C\u0435\u0440\u0435 \u0432\u0432\u043E\u0434\u0430. \u041F\u0440\u0438 \u0432\u044B\u043A\u043B\u044E\u0447\u0435\u043D\u0438\u0438 \u044D\u0442\u043E\u0439 \u0444\u0443\u043D\u043A\u0446\u0438\u0438 \u043F\u0435\u0440\u0435\u0432\u043E\u0434 \u0431\u0443\u0434\u0435\u0442 \u0432\u044B\u043F\u043E\u043B\u043D\u044F\u0442\u044C\u0441\u044F \u043F\u043E \u043C\u0435\u0440\u0435 \u0447\u0442\u0435\u043D\u0438\u044F. (\u041D\u0435 \u0440\u0435\u043A\u043E\u043C\u0435\u043D\u0434\u0443\u0435\u0442\u0441\u044F)","translate all areas of the page":"\u041F\u0435\u0440\u0435\u0432\u043E\u0434\u0438\u0442\u044C \u043B\u0438 \u0432\u0441\u0435 \u043E\u0431\u043B\u0430\u0441\u0442\u0438 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u044B",translationAreaDescription:"\u041F\u0440\u0438 \u0432\u043A\u043B\u044E\u0447\u0435\u043D\u0438\u0438 \u044D\u0442\u043E\u0439 \u043E\u043F\u0446\u0438\u0438 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u044F\u0442\u0441\u044F \u0432\u0441\u0435 \u043E\u0431\u043B\u0430\u0441\u0442\u0438 \u0432\u0441\u0435\u0439 \u0432\u0435\u0431-\u0441\u0442\u0440\u0430\u043D\u0438\u0446\u044B. \u041F\u0440\u0438 \u0432\u044B\u043A\u043B\u044E\u0447\u0435\u043D\u0438\u0438 \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u0443\u0435\u0442\u0441\u044F \u0438\u043D\u0442\u0435\u043B\u043B\u0435\u043A\u0442\u0443\u0430\u043B\u044C\u043D\u043E\u0435 \u0440\u0430\u0441\u043F\u043E\u0437\u043D\u0430\u0432\u0430\u043D\u0438\u0435 \u043F\u043E \u0443\u043C\u043E\u043B\u0447\u0430\u043D\u0438\u044E \u0438 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u044F\u0442\u0441\u044F \u0442\u043E\u043B\u044C\u043A\u043E \u043E\u0441\u043D\u043E\u0432\u043D\u044B\u0435 \u043E\u0431\u043B\u0430\u0441\u0442\u0438. (\u041D\u0435 \u0440\u0435\u043A\u043E\u043C\u0435\u043D\u0434\u0443\u0435\u0442\u0441\u044F \u0432\u043A\u043B\u044E\u0447\u0430\u0442\u044C)","the number of characters to be translated first":"\u041F\u0440\u044F\u043C\u043E\u0439 \u043F\u0435\u0440\u0435\u0432\u043E\u0434 \u043F\u0435\u0440\u0432\u044B\u0445 \u043D\u0435\u0441\u043A\u043E\u043B\u044C\u043A\u0438\u0445 \u0441\u0438\u043C\u0432\u043E\u043B\u043E\u0432 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u044B \u0431\u0435\u0437 \u043E\u0436\u0438\u0434\u0430\u043D\u0438\u044F \u043F\u0440\u043E\u043A\u0440\u0443\u0442\u043A\u0438 \u0432 \u043E\u0431\u043B\u0430\u0441\u0442\u044C \u043F\u0440\u043E\u0441\u043C\u043E\u0442\u0440\u0430","interface language":"\u044F\u0437\u044B\u043A \u0438\u043D\u0442\u0435\u0440\u0444\u0435\u0439\u0441\u0430","display both the original text and the translation":"\u041E\u0434\u043D\u043E\u0432\u0440\u0435\u043C\u0435\u043D\u043D\u043E\u0435 \u043E\u0442\u043E\u0431\u0440\u0430\u0436\u0435\u043D\u0438\u0435 \u043E\u0440\u0438\u0433\u0438\u043D\u0430\u043B\u0430 \u0438 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430","keyboard shortcuts":"\u041A\u043B\u0430\u0432\u0438\u0430\u0442\u0443\u0440\u043D\u044B\u0435 \u0441\u043E\u043A\u0440\u0430\u0449\u0435\u043D\u0438\u044F",modify:"\u041C\u043E\u0434\u0438\u0444\u0438\u043A\u0430\u0446\u0438\u044F \u043A\u043B\u0430\u0432\u0438\u0448 \u0431\u044B\u0441\u0442\u0440\u043E\u0433\u043E \u0434\u043E\u0441\u0442\u0443\u043F\u0430",reset:"\u043F\u0435\u0440\u0435\u043F\u0440\u043E\u0444\u0438\u043B\u0438\u0440\u043E\u0432\u0430\u043D\u0438\u0435",close:"\u043A\u043B\u043E\u0442\u0443\u0440\u0430",homepage:"\u0434\u043E\u043C\u0430\u0448\u043D\u044F\u044F \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u0430",more:"\u043F\u043E\u0434\u0440\u043E\u0431\u043D\u0435\u0435",moreOptions:"\u0420\u0430\u0441\u0448\u0438\u0440\u0435\u043D\u0438\u0435 \u0432\u043E\u0437\u043C\u043E\u0436\u043D\u043E\u0441\u0442\u0435\u0439 \u043D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0438",translateTheWholePage:"\u041F\u0435\u0440\u0435\u0432\u043E\u0434\u0438\u0442\u044C \u0432\u0441\u0435 \u043E\u0431\u043B\u0430\u0441\u0442\u0438 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u044B (\u0432 \u043E\u0442\u043B\u0438\u0447\u0438\u0435 \u043E\u0442 \u0438\u043D\u0442\u0435\u043B\u043B\u0435\u043A\u0442\u0443\u0430\u043B\u044C\u043D\u043E\u0433\u043E \u0440\u0430\u0441\u043F\u043E\u0437\u043D\u0430\u0432\u0430\u043D\u0438\u044F \u043E\u0441\u043D\u043E\u0432\u043D\u044B\u0445 \u043E\u0431\u043B\u0430\u0441\u0442\u0435\u0439)",changeToTranslateTheWholePage:"\u041F\u0435\u0440\u0435\u043A\u043B\u044E\u0447\u0435\u043D\u0438\u0435 \u043D\u0430 \u043F\u0435\u0440\u0435\u0432\u043E\u0434 \u0432\u0441\u0435\u0445 \u0440\u0435\u0433\u0438\u043E\u043D\u043E\u0432",changeToTranslateTheMainPage:'\u041F\u0435\u0440\u0435\u0445\u043E\u0434 \u0432 \u043E\u0441\u043D\u043E\u0432\u043D\u0443\u044E \u043E\u0431\u043B\u0430\u0441\u0442\u044C "\u041F\u0435\u0440\u0435\u0432\u043E\u0434',changeToOnlyTranslationMode:"\u041F\u0435\u0440\u0435\u043A\u043B\u044E\u0447\u0435\u043D\u0438\u0435 \u043D\u0430 \u043E\u0442\u043E\u0431\u0440\u0430\u0436\u0435\u043D\u0438\u0435 \u0442\u043E\u043B\u044C\u043A\u043E \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u043E\u0432",changeToDualTranslationMode:"\u041F\u0435\u0440\u0435\u0445\u043E\u0434 \u043D\u0430 \u0434\u0432\u0443\u044F\u0437\u044B\u0447\u043D\u044B\u0439 \u043F\u0435\u0440\u0435\u0432\u043E\u0434",translateToThePageEndImmediately:"\u041D\u0435\u043C\u0435\u0434\u043B\u0435\u043D\u043D\u044B\u0439 \u043F\u0435\u0440\u0435\u0432\u043E\u0434 \u0432 \u043D\u0438\u0436\u043D\u044E\u044E \u0447\u0430\u0441\u0442\u044C \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u044B",translateTheMainPage:"\u041A\u043B\u044E\u0447\u0435\u0432\u044B\u0435 \u0440\u0435\u0433\u0438\u043E\u043D\u044B \u0438\u043D\u0442\u0435\u043B\u043B\u0435\u043A\u0442\u0443\u0430\u043B\u044C\u043D\u043E\u0433\u043E \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430","The local rules are up to date":"\u041C\u0435\u0441\u0442\u043D\u044B\u0435 \u043F\u0440\u0430\u0432\u0438\u043B\u0430 \u0430\u0434\u0430\u043F\u0442\u0430\u0446\u0438\u0438 \u0441\u043E\u043E\u0442\u0432\u0435\u0442\u0441\u0442\u0432\u0443\u044E\u0442 \u0441\u043E\u0432\u0440\u0435\u043C\u0435\u043D\u043D\u044B\u043C \u0442\u0440\u0435\u0431\u043E\u0432\u0430\u043D\u0438\u044F\u043C.","Successfully synchronized with the latest official rules:":"\u0423\u0441\u043F\u0435\u0448\u043D\u0430\u044F \u0441\u0438\u043D\u0445\u0440\u043E\u043D\u0438\u0437\u0430\u0446\u0438\u044F \u0441 \u043F\u043E\u0441\u043B\u0435\u0434\u043D\u0438\u043C\u0438 \u043E\u0444\u0438\u0446\u0438\u0430\u043B\u044C\u043D\u044B\u043C\u0438 \u043F\u0440\u0430\u0432\u0438\u043B\u0430\u043C\u0438 \u0430\u0434\u0430\u043F\u0442\u0430\u0446\u0438\u0438.","Checking for updates":"\u041F\u0440\u043E\u0432\u0435\u0440\u043A\u0430 \u043D\u0430\u043B\u0438\u0447\u0438\u044F \u043E\u0431\u043D\u043E\u0432\u043B\u0435\u043D\u0438\u0439","Rules are being synchronized":"\u0421\u0438\u043D\u0445\u0440\u043E\u043D\u0438\u0437\u0430\u0446\u0438\u044F \u043F\u0440\u0430\u0432\u0438\u043B \u0430\u0434\u0430\u043F\u0442\u0430\u0446\u0438\u0438",localVersionIsTooOld:"\u0412\u0435\u0440\u0441\u0438\u044F \u043B\u043E\u043A\u0430\u043B\u044C\u043D\u043E\u0433\u043E \u0440\u0430\u0441\u0448\u0438\u0440\u0435\u043D\u0438\u044F \u0441\u043B\u0438\u0448\u043A\u043E\u043C \u0443\u0441\u0442\u0430\u0440\u0435\u043B\u0430, \u043F\u043E\u0436\u0430\u043B\u0443\u0439\u0441\u0442\u0430, \u043E\u0431\u043D\u043E\u0432\u0438\u0442\u0435 \u0440\u0430\u0441\u0448\u0438\u0440\u0435\u043D\u0438\u0435 \u0434\u043E {minVersion} \u0438\u043B\u0438 \u0431\u043E\u043B\u0435\u0435 \u043D\u043E\u0432\u043E\u0439 \u0432\u0435\u0440\u0441\u0438\u0438 \u043F\u0435\u0440\u0435\u0434 \u043F\u043E\u043F\u044B\u0442\u043A\u043E\u0439 \u0441\u0438\u043D\u0445\u0440\u043E\u043D\u0438\u0437\u0430\u0446\u0438\u0438.",badUserscriptBrowser:"\u0422\u0435\u043A\u0443\u0449\u0438\u0439 \u0431\u0440\u0430\u0443\u0437\u0435\u0440 \u043D\u0435\u043A\u043E\u0440\u0440\u0435\u043A\u0442\u043D\u043E \u0440\u0435\u0430\u043B\u0438\u0437\u0443\u0435\u0442 \u0438\u043D\u0442\u0435\u0440\u0444\u0435\u0439\u0441 \u0440\u0430\u0441\u0448\u0438\u0440\u0435\u043D\u0438\u044F Grease Monkey (\u043D\u0430\u043F\u0440\u0438\u043C\u0435\u0440, \u0434\u043B\u044F \u043F\u043E\u043B\u0443\u0447\u0435\u043D\u0438\u044F \u0438\u043D\u0444\u043E\u0440\u043C\u0430\u0446\u0438\u0438 \u043E \u043D\u043E\u043C\u0435\u0440\u0435 \u0432\u0435\u0440\u0441\u0438\u0438 \u0441\u0430\u043C\u043E\u0433\u043E \u0441\u043A\u0440\u0438\u043F\u0442\u0430 Grease Monkey), \u043F\u043E\u0436\u0430\u043B\u0443\u0439\u0441\u0442\u0430, \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u0443\u0439\u0442\u0435 \u0434\u0440\u0443\u0433\u0438\u0435 \u0431\u0440\u0430\u0443\u0437\u0435\u0440\u044B, <1>\u043F\u043E\u0434\u0434\u0435\u0440\u0436\u0438\u0432\u0430\u044E\u0449\u0438\u0435 \u0440\u0430\u0441\u0448\u0438\u0440\u0435\u043D\u0438\u0435 Grease Monkey, \u043D\u0430\u043F\u0440\u0438\u043C\u0435\u0440 Firefox.",foundNewVersion:"\u0417\u043D\u0430\u043A\u043E\u043C\u0441\u0442\u0432\u043E \u0441 \u043D\u043E\u0432\u043E\u0439 \u0432\u0435\u0440\u0441\u0438\u0435\u0439",theLocalExtensionIsUpToUpdate:"\u0422\u0435\u043A\u0443\u0449\u0435\u0435 \u0440\u0430\u0441\u0448\u0438\u0440\u0435\u043D\u0438\u0435 \u044F\u0432\u043B\u044F\u0435\u0442\u0441\u044F \u0430\u043A\u0442\u0443\u0430\u043B\u044C\u043D\u044B\u043C.",failToSyncRules:"\u041D\u0435\u0432\u043E\u0437\u043C\u043E\u0436\u043D\u043E\u0441\u0442\u044C \u0441\u0438\u043D\u0445\u0440\u043E\u043D\u0438\u0437\u0430\u0446\u0438\u0438 \u043F\u043E\u0441\u043B\u0435\u0434\u043D\u0438\u0445 \u043F\u0440\u0430\u0432\u0438\u043B \u0430\u0434\u0430\u043F\u0442\u0430\u0446\u0438\u0438",retry:"\u041D\u0430\u0436\u043C\u0438\u0442\u0435 \u0437\u0434\u0435\u0441\u044C, \u0447\u0442\u043E\u0431\u044B \u043F\u043E\u0432\u0442\u043E\u0440\u0438\u0442\u044C \u043F\u043E\u043F\u044B\u0442\u043A\u0443",failedReason:"\u041F\u0440\u0438\u0447\u0438\u043D\u044B \u043D\u0435\u0443\u0434\u0430\u0447",currentRuleVersion:"\u0414\u0435\u0439\u0441\u0442\u0432\u0443\u044E\u0449\u0430\u044F \u0440\u0435\u0434\u0430\u043A\u0446\u0438\u044F \u043F\u0440\u0430\u0432\u0438\u043B",calculating:"\u0440\u0430\u0441\u0447\u0435\u0442\u044B",unknownError:"\u043D\u0435\u0438\u0437\u0432\u0435\u0441\u0442\u043D\u0430\u044F \u043E\u0448\u0438\u0431\u043A\u0430",canNotFetchRemoteRule:"\u041D\u0435\u0432\u043E\u0437\u043C\u043E\u0436\u043D\u043E \u043F\u043E\u043B\u0443\u0447\u0438\u0442\u044C \u0443\u0434\u0430\u043B\u0435\u043D\u043D\u044B\u0435 \u043F\u0440\u0430\u0432\u0438\u043B\u0430",enableAlphaSuccess:"\u0410\u043B\u044C\u0444\u0430 \u0432\u043A\u043B\u044E\u0447\u0435\u043D\u0430",disableAlphaSuccess:"\u0424\u0443\u043D\u043A\u0446\u0438\u044F \u0430\u043B\u044C\u0444\u0430 \u043E\u0442\u043A\u043B\u044E\u0447\u0435\u043D\u0430",cacheSize:"\u0420\u0430\u0437\u043C\u0435\u0440 \u043A\u044D\u0448\u0430\uFF1A",cleaning:"\u0432 \u043F\u0440\u043E\u0446\u0435\u0441\u0441\u0435 \u043B\u0438\u043A\u0432\u0438\u0434\u0430\u0446\u0438\u0438",cleanCache:"\u043E\u0447\u0438\u0441\u0442\u0438\u0442\u044C \u043A\u044D\u0448",options:"\u043D\u0430\u0441\u0442\u0440\u0430\u0438\u0432\u0430\u0442\u044C",about:"\u043F\u043E \u043E\u0442\u043D\u043E\u0448\u0435\u043D\u0438\u044E \u043A",service:"\u0443\u0441\u043B\u0443\u0433\u0430 \u0443\u0441\u0442\u043D\u043E\u0433\u043E \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430",needAction:"(\u041F\u0435\u0440\u0435\u0439\u0442\u0438 \u043A \u043D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0430\u043C)",goSettings:"\u043F\u0435\u0440\u0435\u0439\u0434\u0438\u0442\u0435 \u043A \u043D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0435",needActionForOptions:"(\u0443\u0441\u0442\u0430\u043D\u0430\u0432\u043B\u0438\u0432\u0430\u0435\u0442\u0441\u044F)",translationEngine:"\u041E\u043F\u0446\u0438\u0438 \u0434\u0432\u0438\u0433\u0430\u0442\u0435\u043B\u044F",sourceLanguage:"\u042F\u0437\u044B\u043A \u043E\u0440\u0438\u0433\u0438\u043D\u0430\u043B\u0430",target:"\u044F\u0437\u044B\u043A \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430",popupSourceLanguage:"\u042F\u0437\u044B\u043A \u043E\u0440\u0438\u0433\u0438\u043D\u0430\u043B\u0430",popupTarget:"\u044F\u0437\u044B\u043A \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430",popupService:"\u0443\u0441\u043B\u0443\u0433\u0430 \u0443\u0441\u0442\u043D\u043E\u0433\u043E \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430",forThisSite:"\u0422\u0435\u043A\u0443\u0449\u0438\u0439 \u0441\u0430\u0439\u0442",autoEnableSubtitle:"\u0410\u0432\u0442\u043E\u043C\u0430\u0442\u0438\u0447\u0435\u0441\u043A\u043E\u0435 \u043E\u0442\u043A\u0440\u044B\u0442\u0438\u0435 \u0434\u0432\u0443\u044F\u0437\u044B\u0447\u043D\u044B\u0445 \u0441\u0443\u0431\u0442\u0438\u0442\u0440\u043E\u0432",alwaysTranslate:"\u0412\u0441\u0435\u0433\u0434\u0430 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0438\u0442\u0435",neverTranslate:"\u041D\u0438\u043A\u043E\u0433\u0434\u0430 \u043D\u0435 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0438\u0442\u0435",alwaysTranslateSomeLanguage:"\u0412\u0441\u0435\u0433\u0434\u0430 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0438\u0442\u0435 {language}",neverTranslateSomeLanguage:"\u041D\u0438\u043A\u043E\u0433\u0434\u0430 \u043D\u0435 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0438\u0442\u0435 {language}",alwaysTranslateSomeSite:"\u0412\u0441\u0435\u0433\u0434\u0430 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0438\u0442\u0435 {hostname}",neverTranslateSomeSite:"\u041D\u0438\u043A\u043E\u0433\u0434\u0430 \u043D\u0435 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0438\u0442\u0435 {hostname}",alwaysTranslateSomeSiteOrWildSite:"\u0412\u0441\u0435\u0433\u0434\u0430 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0438\u0442\u0435 \u0441\u0430\u0439\u0442",alwaysTranslateSomePage:"\u0412\u0441\u0435\u0433\u0434\u0430 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0438\u0442\u0435 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u0443",add:"\u0443\u0432\u0435\u043B\u0438\u0447\u0438\u0442\u044C",default:"\u043F\u043E \u0443\u043C\u043E\u043B\u0447\u0430\u043D\u0438\u044E (\u043D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0430)",forThisLanguage:"\u0414\u043B\u044F \u044D\u0442\u043E\u0433\u043E \u044F\u0437\u044B\u043A\u0430\uFF1A","add url":"\u0412\u0432\u0435\u0434\u0438\u0442\u0435 URL",edit:"\u043A\u043E\u043C\u043F\u0438\u043B\u044F\u0442\u043E\u0440","translate other languages into specific language":"\u041F\u0435\u0440\u0435\u0432\u043E\u0434 \u0434\u0440\u0443\u0433\u0438\u0445 \u044F\u0437\u044B\u043A\u043E\u0432 \u043D\u0430 \u0443\u0441\u0442\u0430\u043D\u043E\u0432\u043B\u0435\u043D\u043D\u044B\u0439 \u0432\u0430\u043C\u0438 \u044F\u0437\u044B\u043A","select translation service":"\u0412\u044B\u0431\u0435\u0440\u0438\u0442\u0435 \u0441\u043B\u0443\u0436\u0431\u0443 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430",language:"\u043C\u043D\u043E\u0433\u043E\u044F\u0437\u044B\u0447\u0438\u0435","show-original":"\u041F\u043E\u043A\u0430\u0437\u0430\u0442\u044C \u043E\u0440\u0438\u0433\u0438\u043D\u0430\u043B\u044C\u043D\u044B\u0439 \u0442\u0435\u043A\u0441\u0442",translate:"\u0440\u0435\u043D\u0434\u0435\u0440\u0438\u043D\u0433",Translated:"\u043F\u0435\u0440\u0435\u0432\u0435\u0434\u0435\u043D\u043E",Translating:"\u0432 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0435",Error:"\u043D\u0435\u0432\u0435\u0440\u043D\u044B\u0439",allowCacheTranslations:"\u0412\u043A\u043B\u044E\u0447\u0438\u0442\u044C \u043B\u043E\u043A\u0430\u043B\u044C\u043D\u043E\u0435 \u043A\u044D\u0448\u0438\u0440\u043E\u0432\u0430\u043D\u0438\u0435 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u043E\u0432 (\u0434\u043B\u044F \u0443\u043C\u0435\u043D\u044C\u0448\u0435\u043D\u0438\u044F \u043A\u043E\u043B\u0438\u0447\u0435\u0441\u0442\u0432\u0430 \u0437\u0430\u043F\u0440\u043E\u0441\u043E\u0432 \u043D\u0430 \u043F\u0435\u0440\u0435\u0432\u043E\u0434 \u0434\u0443\u0431\u043B\u0438\u0440\u0443\u044E\u0449\u0438\u0445\u0441\u044F \u043E\u0442\u0440\u044B\u0432\u043A\u043E\u0432)","translation display":"\u0421\u0442\u0438\u043B\u044C \u043E\u0442\u043E\u0431\u0440\u0430\u0436\u0435\u043D\u0438\u044F \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430","select diplay style":"\u0420\u0430\u0437\u043B\u0438\u0447\u0430\u0442\u044C \u0441\u0442\u0438\u043B\u0438 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430, \u043E\u043F\u0438\u0440\u0430\u044F\u0441\u044C \u043D\u0430 \u0441\u043B\u0435\u0434\u0443\u044E\u0449\u0438\u0435 \u043F\u0440\u0438\u043C\u0435\u0440\u044B",interface:"\u041D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0438 \u0438\u043D\u0442\u0435\u0440\u0444\u0435\u0439\u0441\u0430",import_export:"\u0418\u043C\u043F\u043E\u0440\u0442/\u044D\u043A\u0441\u043F\u043E\u0440\u0442",import_export_title:"\u041A\u043E\u043D\u0444\u0438\u0433\u0443\u0440\u0430\u0446\u0438\u044F \u0438\u043C\u043F\u043E\u0440\u0442\u0430/\u044D\u043A\u0441\u043F\u043E\u0440\u0442\u0430",syncToGoogleDrive:"\u0422\u0435\u043F\u0435\u0440\u044C \u0441\u0438\u043D\u0445\u0440\u043E\u043D\u0438\u0437\u0430\u0446\u0438\u044F \u0441 Google Drive",floatBallOptions:"\u041D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0438 \u0445\u043E\u0432\u0435\u0440\u0431\u043E\u043B\u0430","floatBallOptions.enable":"\u0412\u043A\u043B\u044E\u0447\u0438\u0442\u044C \u0445\u043E\u0432\u0435\u0440\u0431\u043E\u043B","floatBallOptions.blockUrls":"\u041E\u0442\u043A\u043B\u044E\u0447\u0438\u0442\u044C \u0441\u0430\u0439\u0442","floatBallOptions.add":"\u0443\u0432\u0435\u043B\u0438\u0447\u0438\u0442\u044C","floatBallOptions.blockUrlDesc":"\u041F\u0430\u0440\u044F\u0449\u0438\u0435 \u0448\u0430\u0440\u044B \u043D\u0435 \u043E\u0442\u043E\u0431\u0440\u0430\u0436\u0430\u044E\u0442\u0441\u044F, \u043A\u043E\u0433\u0434\u0430 \u0432\u0441\u0442\u0440\u0435\u0447\u0430\u044E\u0442\u0441\u044F \u0441\u043B\u0435\u0434\u0443\u044E\u0449\u0438\u0435 \u0441\u0430\u0439\u0442\u044B","floatBallOptions.clickType":"\u043F\u043E\u0432\u0435\u0434\u0435\u043D\u0438\u0435 \u043F\u0440\u0438 \u043D\u0430\u0436\u0430\u0442\u0438\u0438","floatBallOptions.clickTypeDesc":"\u041F\u043E\u0432\u0435\u0434\u0435\u043D\u0438\u0435 \u0438\u043A\u043E\u043D\u043A\u0438 \u0445\u043E\u0432\u0435\u0440\u0431\u043E\u043B\u0430 \u043F\u0440\u0438 \u043D\u0430\u0436\u0430\u0442\u0438\u0438","floatBallOptions.clickPopup":"\u041F\u043E\u043A\u0430\u0437\u0430\u0442\u044C \u043F\u0430\u043D\u0435\u043B\u044C \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430","floatBallOptions.clickTranslate":"\u041F\u0435\u0440\u0435\u0432\u043E\u0434/\u043E\u0442\u043E\u0431\u0440\u0430\u0436\u0435\u043D\u0438\u0435 \u043E\u0440\u0438\u0433\u0438\u043D\u0430\u043B\u044C\u043D\u043E\u0433\u043E \u0442\u0435\u043A\u0441\u0442\u0430","floatBallOptions.fixedPosition":"\u56FA\u5B9A\u4F4D\u7F6E","floatBallOptions.fixedPositionDesc":"\u60AC\u6D6E\u7403\u5728\u7A97\u53E3\u5DE6\u4FA7\u8FD8\u662F\u53F3\u4FA7","floatBallOptions.fixedPositionLeft":"\u5DE6\u4FA7","floatBallOptions.fixedPositionRight":"\u53F3\u4FA7",previewAllThemes:"\u041F\u0440\u0435\u0434\u0432\u0430\u0440\u0438\u0442\u0435\u043B\u044C\u043D\u044B\u0439 \u043F\u0440\u043E\u0441\u043C\u043E\u0442\u0440 \u0432\u0441\u0435\u0445 \u0441\u0442\u0438\u043B\u0435\u0439","translationTheme.none":"\u043D\u0435 \u0438\u043C\u0435\u0442\u044C","translationTheme.grey":"\u0442\u0451\u043C\u043D\u043E-\u0441\u0435\u0440\u044B\u0439","translationTheme.dashed":"\u043F\u0443\u043D\u043A\u0442\u0438\u0440\u043D\u043E\u0435 \u043F\u043E\u0434\u0447\u0451\u0440\u043A\u0438\u0432\u0430\u043D\u0438\u0435","translationTheme.dotted":"\u0442\u043E\u0447\u0435\u0447\u043D\u043E\u0435 \u043F\u043E\u0434\u0447\u0435\u0440\u043A\u0438\u0432\u0430\u043D\u0438\u0435","translationTheme.dashedBorder":"\u043F\u0443\u043D\u043A\u0442\u0438\u0440\u043D\u0430\u044F \u0433\u0440\u0430\u043D\u0438\u0446\u0430","translationTheme.solidBorder":"\u0441\u043F\u043B\u043E\u0448\u043D\u0430\u044F \u0433\u0440\u0430\u043D\u0438\u0446\u0430","translationTheme.underline":"\u041F\u043E\u0434\u0447\u0435\u0440\u043A\u0438\u0432\u0430\u043D\u0438\u0435 \u043F\u0440\u044F\u043C\u044B\u0445 \u043B\u0438\u043D\u0438\u0439","translationTheme.mask":"\u041D\u0435\u0447\u0435\u0442\u043A\u0438\u0435 \u044D\u0444\u0444\u0435\u043A\u0442\u044B (\u0440\u0435\u0436\u0438\u043C\u044B \u043E\u0431\u0443\u0447\u0435\u043D\u0438\u044F)","translationTheme.opacity":"\u044D\u0444\u0444\u0435\u043A\u0442 \u043F\u0440\u043E\u0437\u0440\u0430\u0447\u043D\u043E\u0441\u0442\u0438","translationTheme.paper":"\u042D\u0444\u0444\u0435\u043A\u0442 \u0442\u0435\u043D\u0438 \u043E\u0442 \u0431\u0435\u043B\u043E\u0439 \u0431\u0443\u043C\u0430\u0433\u0438","translationTheme.dividingLine":"\u0440\u0430\u0437\u0434\u0435\u043B\u0438\u0442\u0435\u043B\u044C\u043D\u0430\u044F \u043B\u0438\u043D\u0438\u044F","translationTheme.highlight":"\u0432\u044B\u0441\u043E\u043A\u0430\u044F \u044F\u0440\u043A\u043E\u0441\u0442\u044C","translationTheme.marker":"\u043C\u0430\u0440\u043A\u0435\u0440 (\u0437\u0430\u0438\u043C\u0441\u0442\u0432\u043E\u0432\u0430\u043D\u043D\u043E\u0435 \u0441\u043B\u043E\u0432\u043E)","translationTheme.marker2":"\u041C\u0430\u0440\u043A\u0435\u0440 2","translationTheme.blockquote":"\u0421\u0442\u0438\u043B\u0438 \u0441\u0441\u044B\u043B\u043E\u043A","translationTheme.weakening":"\u043E\u0441\u043B\u0430\u0431\u043B\u0435\u043D\u0438\u0435","translationTheme.italic":"\u043D\u0430\u043A\u043B\u043E\u043D\u043D\u044B\u0439 \u0448\u0440\u0438\u0444\u0442","translationTheme.bold":"\u0441\u0433\u0443\u0441\u0442\u0438\u0442\u044C","translationTheme.thinDashed":"\u0442\u043E\u043D\u043A\u0430\u044F \u043F\u0443\u043D\u043A\u0442\u0438\u0440\u043D\u0430\u044F \u043B\u0438\u043D\u0438\u044F \u043F\u043E\u0434\u0447\u0435\u0440\u043A\u0438\u0432\u0430\u043D\u0438\u0435","translationTheme.nativeDashed":"\u0421\u0438\u0441\u0442\u0435\u043C\u0430 \u043F\u043E\u0441\u0442\u0430\u0432\u043B\u044F\u0435\u0442\u0441\u044F \u0441 \u043F\u0443\u043D\u043A\u0442\u0438\u0440\u043D\u044B\u043C \u043F\u043E\u0434\u0447\u0435\u0440\u043A\u0438\u0432\u0430\u043D\u0438\u0435\u043C","translationTheme.nativeDotted":"\u0421\u0438\u0441\u0442\u0435\u043C\u0430 \u043F\u043E\u0441\u0442\u0430\u0432\u043B\u044F\u0435\u0442\u0441\u044F \u0441 \u043F\u0443\u043D\u043A\u0442\u0438\u0440\u043D\u044B\u043C \u043F\u043E\u0434\u0447\u0435\u0440\u043A\u0438\u0432\u0430\u043D\u0438\u0435\u043C","translationTheme.nativeUnderline":"\u0421\u0438\u0441\u0442\u0435\u043C\u0430 \u043F\u043E\u0441\u0442\u0430\u0432\u043B\u044F\u0435\u0442\u0441\u044F \u0441 \u043F\u0440\u044F\u043C\u044B\u043C \u043F\u043E\u0434\u0441\u0442\u0440\u043E\u0447\u043D\u0438\u043A\u043E\u043C","translationTheme.wavy":"\u0432\u043E\u043B\u043D\u0438\u0441\u0442\u0430\u044F \u043B\u0438\u043D\u0438\u044F","translationServices.custom":"\u041F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u0435\u043B\u044C\u0441\u043A\u0438\u0439 API","translationServices.tencent":"\u041F\u0435\u0440\u0435\u0432\u043E\u0434\u0447\u0438\u043A Tencent","translationServices.tenAlpha":"Tencent Translator (Alpha)","translationServices.google":"Google Translate","translationServices.bai":"Baidu (Alpha)","translationServices.baidu":"\u041F\u0435\u0440\u0435\u0432\u043E\u0434 Baidu","translationServices.aliyun":"\u041F\u0435\u0440\u0435\u0432\u043E\u0434 AliCloud","translationServices.volc":"\u043F\u0435\u0440\u0435\u0432\u043E\u0434 \u0432\u0443\u043B\u043A\u0430\u043D\u0430","translationServices.deeplx":"DeepLX (Beta)","translationServices.bing":"Microsoft Translate","translationServices.deepl":"DeepL","translationServices.wechat":"\u041F\u0435\u0440\u0435\u0432\u043E\u0434 WeChat","translationServices.azure":"\u041B\u0430\u0437\u0443\u0440\u043D\u044B\u0439 \u043F\u0435\u0440\u0435\u0432\u043E\u0434","translationServices.ibm":"IBM Watson","translationServices.aws":"\u041F\u0435\u0440\u0435\u0432\u043E\u0434 Amazon","translationServices.mock":"\u0418\u043C\u0438\u0442\u0430\u0446\u0438\u044F \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430","translationServices.mock2":"\u0418\u043C\u0438\u0442\u0430\u0446\u0438\u044F \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430 2","translationServices.caiyun":"\u043B\u0438\u0442. \u0440\u0430\u0437\u043D\u043E\u0446\u0432\u0435\u0442\u043D\u044B\u0435 \u043E\u0431\u043B\u0430\u043A\u0430 \u0438 \u043D\u0435\u0431\u043E\u043B\u044C\u0448\u0438\u0435 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u044B","translationServices.cai":"\u0420\u0430\u0437\u043D\u043E\u0446\u0432\u0435\u0442\u043D\u044B\u0435 \u043E\u0431\u043B\u0430\u043A\u0430 (\u0410\u043B\u044C\u0444\u0430)","translationServices.volcAlpha":"\u0412\u0443\u043B\u043A\u0430\u043D (\u0410\u043B\u044C\u0444\u0430)","translationServices.openl":"OpenL","translationServices.youdao":"\u041F\u0435\u0440\u0435\u0432\u043E\u0434 \u043D\u0430 Youtube","translationServices.you":"\u041F\u0435\u0440\u0435\u0432\u043E\u0434\u0447\u0438\u043A Youdao (\u0410\u043B\u044C\u0444\u0430)","translationServices.transmart":"\u041F\u0435\u0440\u0435\u0432\u043E\u0434 Tencent Interactive","translationServices.niu":"Maverick Translator","translationServices.papago":"\u041F\u0435\u0440\u0435\u0432\u043E\u0434 Papago","translationServices.d":"D (Alpha)","translationServices.dpro":"D Pro (Canary)","translationServices.openai":"OpenAI","translationServices.yandex":"Yandex","translationServices.chatgpt":"ChatGPT Web(3.5 mobile)","translate title":"\u041F\u0435\u0440\u0435\u0432\u043E\u0434 \u0437\u0430\u0433\u043E\u043B\u043E\u0432\u043A\u043E\u0432 \u0441\u0442\u0440\u0430\u043D\u0438\u0446","always languages":"\u0412\u0441\u0435\u0433\u0434\u0430 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0438\u0442\u0435 \u044F\u0437\u044B\u043A",neverTranslateLanguagesLabel:"\u042F\u0437\u044B\u043A, \u043A\u043E\u0442\u043E\u0440\u044B\u0439 \u043D\u0438\u043A\u043E\u0433\u0434\u0430 \u043D\u0435 \u0431\u0443\u0434\u0435\u0442 \u043F\u0435\u0440\u0435\u0432\u0435\u0434\u0435\u043D",neverTranslateTheFollowingLanguagesDescription:"\u041F\u0435\u0440\u0435\u0432\u043E\u0434\u044B \u043F\u0440\u043E\u043F\u0443\u0441\u043A\u0430\u044E\u0442\u0441\u044F, \u0435\u0441\u043B\u0438 \u0430\u0431\u0437\u0430\u0446 \u043D\u0430 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u0435 \u043D\u0430\u043F\u0438\u0441\u0430\u043D \u043D\u0430 \u043E\u0434\u043D\u043E\u043C \u0438\u0437 \u0441\u043B\u0435\u0434\u0443\u044E\u0449\u0438\u0445 \u044F\u0437\u044B\u043A\u043E\u0432",enableUserscriptPagePopup:"\u041F\u043E\u043A\u0430\u0437\u044B\u0432\u0430\u0442\u044C \u043D\u0430\u0432\u0435\u0434\u0435\u043D\u043D\u044B\u0439 \u0448\u0430\u0440 \u043D\u0430 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u0435",enableUserscriptPagePopupDescription:"\u041F\u043E\u0441\u043B\u0435 \u0432\u044B\u043A\u043B\u044E\u0447\u0435\u043D\u0438\u044F \u0445\u043E\u0432\u0435\u0440\u0431\u043E\u043B\u0430 \u0435\u0433\u043E \u043C\u043E\u0436\u043D\u043E \u0432\u044B\u0437\u0432\u0430\u0442\u044C \u0441 \u043F\u043E\u043C\u043E\u0449\u044C\u044E \u044F\u0440\u043B\u044B\u043A\u0430 /{touch}. \u041D\u0430\u0441\u0442\u043E\u044F\u0442\u0435\u043B\u044C\u043D\u043E \u0440\u0435\u043A\u043E\u043C\u0435\u043D\u0434\u0443\u0435\u0442\u0441\u044F \u0434\u043E\u0431\u0430\u0432\u0438\u0442\u044C \u044D\u0442\u0443 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u0443 \u043D\u0430\u0441\u0442\u0440\u043E\u0435\u043A \u0432 \u0437\u0430\u043A\u043B\u0430\u0434\u043A\u0438, \u0447\u0442\u043E\u0431\u044B \u043D\u0435 \u043D\u0430\u0439\u0442\u0438 \u0445\u043E\u0432\u0435\u0440\u0431\u043E\u043B \u043F\u043E\u0441\u043B\u0435 \u0441\u043B\u0443\u0447\u0430\u0439\u043D\u043E\u0433\u043E \u043E\u0442\u043A\u043B\u044E\u0447\u0435\u043D\u0438\u044F \u044D\u0442\u043E\u0439 \u043E\u043F\u0446\u0438\u0438!","always translate the following languages":"\u0410\u0432\u0442\u043E\u043C\u0430\u0442\u0438\u0447\u0435\u0441\u043A\u0438\u0439 \u043F\u0435\u0440\u0435\u0432\u043E\u0434 \u043D\u0430 \u0446\u0435\u043B\u0435\u0432\u043E\u0439 \u044F\u0437\u044B\u043A, \u0435\u0441\u043B\u0438 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u0430 \u043D\u0430\u043F\u0438\u0441\u0430\u043D\u0430 \u043D\u0430 \u043E\u0434\u043D\u043E\u043C \u0438\u0437 \u0441\u043B\u0435\u0434\u0443\u044E\u0449\u0438\u0445 \u044F\u0437\u044B\u043A\u043E\u0432","always sites":"\u0412\u0441\u0435\u0433\u0434\u0430 \u043F\u0435\u0440\u0435\u0432\u0435\u0434\u0435\u043D\u043D\u044B\u0435 \u0432\u0435\u0431-\u0441\u0430\u0439\u0442\u044B","always translate the following sites":"\u0412\u0435\u0431-\u0441\u0430\u0439\u0442\u044B \u0430\u0432\u0442\u043E\u043C\u0430\u0442\u0438\u0447\u0435\u0441\u043A\u0438 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u044F\u0442\u0441\u044F \u043D\u0430 \u044F\u0437\u044B\u043A \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430, \u0435\u0441\u043B\u0438 \u043E\u043D\u0438 \u044F\u0432\u043B\u044F\u044E\u0442\u0441\u044F \u0434\u043E\u043C\u0435\u043D\u043D\u044B\u043C\u0438 \u0438\u043C\u0435\u043D\u0430\u043C\u0438","never sites":"\u041D\u0435\u043F\u0435\u0440\u0435\u0432\u0435\u0434\u0435\u043D\u043D\u044B\u0439 \u0441\u0430\u0439\u0442","never translate the following sites":"\u041F\u0435\u0440\u0435\u0432\u043E\u0434 \u043D\u0435 \u0431\u0443\u0434\u0435\u0442 \u0432\u044B\u043F\u043E\u043B\u043D\u044F\u0442\u044C\u0441\u044F, \u0435\u0441\u043B\u0438 \u0441\u0430\u0439\u0442 \u043F\u0440\u0435\u0434\u043D\u0430\u0437\u043D\u0430\u0447\u0435\u043D \u0434\u043B\u044F \u0441\u043B\u0435\u0434\u0443\u044E\u0449\u0438\u0445 \u0434\u043E\u043C\u0435\u043D\u043E\u0432","please refer to":"\u041F\u0435\u0440\u0435\u0434 \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u043D\u0438\u0435\u043C \u043D\u0435\u043E\u0431\u0445\u043E\u0434\u0438\u043C\u043E \u0437\u0430\u043F\u043E\u043B\u043D\u0438\u0442\u044C \u043A\u043B\u044E\u0447.",KeyAndConfigurationTutorial:"\u0423\u0447\u0435\u0431\u043D\u0438\u043A \u043F\u043E \u043F\u0440\u0438\u043C\u0435\u043D\u0435\u043D\u0438\u044E \u0438 \u043D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0435 \u043A\u043B\u044E\u0447\u0435\u0439",useAboveStyleForTheseSites:"\u0412\u0441\u0435\u0433\u0434\u0430 \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u0443\u0439\u0442\u0435 \u0441\u0442\u0438\u043B\u044C \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430 \u2308{theme}\u230B, \u0435\u0441\u043B\u0438 \u0441\u0430\u0439\u0442 \u043F\u0440\u0435\u0434\u043D\u0430\u0437\u043D\u0430\u0447\u0435\u043D \u0434\u043B\u044F \u0441\u043B\u0435\u0434\u0443\u044E\u0449\u0438\u0445 \u0434\u043E\u043C\u0435\u043D\u043E\u0432",currentUrl:"\u0422\u0435\u043A\u0443\u0449\u0438\u0439 URL",confirm:"\u0441\u043E\u0445\u0440\u0430\u043D\u044F\u0442\u044C (\u0444\u0430\u0439\u043B \u0438 \u0442.\u0434.) (\u0432\u044B\u0447\u0438\u0441\u043B\u0438\u0442\u0435\u043B\u044C\u043D\u0430\u044F \u0442\u0435\u0445\u043D\u0438\u043A\u0430)",cancel:"\u043E\u0442\u043C\u0435\u043D\u044B",delete:"\u0443\u0434\u0430\u043B\u0435\u043D\u0438\u0435","languages.auto":"\u0430\u0432\u0442\u043E\u043C\u0430\u0442\u0438\u0447\u0435\u0441\u043A\u043E\u0435 \u043E\u0431\u043D\u0430\u0440\u0443\u0436\u0435\u043D\u0438\u0435",syncToCloud:"\u0421\u0438\u043D\u0445\u0440\u043E\u043D\u0438\u0437\u0430\u0446\u0438\u044F \u0441 Google Drive",syncToCloudDescription:"\u0417\u0430\u0433\u0440\u0443\u0436\u0435\u043D\u043D\u0430\u044F \u0432 \u043E\u0431\u043B\u0430\u043A\u043E, \u043A\u043E\u043D\u0444\u0438\u0433\u0443\u0440\u0430\u0446\u0438\u044F \u043C\u043E\u0436\u0435\u0442 \u0431\u044B\u0442\u044C \u0441\u0438\u043D\u0445\u0440\u043E\u043D\u0438\u0437\u0438\u0440\u043E\u0432\u0430\u043D\u0430 \u043C\u0435\u0436\u0434\u0443 \u0440\u0430\u0437\u043B\u0438\u0447\u043D\u044B\u043C\u0438 \u0431\u0440\u0430\u0443\u0437\u0435\u0440\u0430\u043C\u0438/\u0441\u043A\u0440\u0438\u043F\u0442\u0430\u043C\u0438 grease monkey, \u0432 \u0437\u0430\u0432\u0438\u0441\u0438\u043C\u043E\u0441\u0442\u0438 \u043E\u0442 \u0442\u043E\u0433\u043E, \u0447\u0442\u043E \u0431\u044B\u043B\u043E \u0438\u0437\u043C\u0435\u043D\u0435\u043D\u043E \u043F\u043E\u0441\u043B\u0435\u0434\u043D\u0438\u043C.",syncToAccount:"\u0421\u0438\u043D\u0445\u0440\u043E\u043D\u0438\u0437\u0430\u0446\u0438\u044F \u0441 \u043E\u0431\u043B\u0430\u043A\u043E\u043C \u0438\u043C\u043C\u0435\u0440\u0441\u0438\u0432\u043D\u043E\u0433\u043E \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430",syncToAccountButton:"\u041C\u0433\u043D\u043E\u0432\u0435\u043D\u043D\u0430\u044F \u0441\u0438\u043D\u0445\u0440\u043E\u043D\u0438\u0437\u0430\u0446\u0438\u044F \u0441 \u043E\u0431\u043B\u0430\u043A\u043E\u043C",syncToAccountDescription:"\u0410\u0432\u0442\u043E\u043C\u0430\u0442\u0438\u0447\u0435\u0441\u043A\u0430\u044F \u0441\u0438\u043D\u0445\u0440\u043E\u043D\u0438\u0437\u0430\u0446\u0438\u044F \u043A\u043E\u043D\u0444\u0438\u0433\u0443\u0440\u0430\u0446\u0438\u0439 \u043C\u0435\u0436\u0434\u0443 \u0440\u0430\u0437\u043B\u0438\u0447\u043D\u044B\u043C\u0438 \u0443\u0441\u0442\u0440\u043E\u0439\u0441\u0442\u0432\u0430\u043C\u0438 \u0432 \u0437\u0430\u0432\u0438\u0441\u0438\u043C\u043E\u0441\u0442\u0438 \u043E\u0442 \u0442\u043E\u0433\u043E, \u043A\u0430\u043A\u0430\u044F \u0438\u0437 \u043D\u0438\u0445 \u0431\u044B\u043B\u0430 \u0438\u0437\u043C\u0435\u043D\u0435\u043D\u0430 \u043F\u043E\u0441\u043B\u0435\u0434\u043D\u0435\u0439.",successSyncConfigInAccount:"\u0423\u0441\u043F\u0435\u0448\u043D\u0430\u044F \u0441\u0438\u043D\u0445\u0440\u043E\u043D\u0438\u0437\u0430\u0446\u0438\u044F \u0441 \u043E\u0431\u043B\u0430\u043A\u043E\u043C",successSyncConfigToAccount:"\u0423\u0441\u043F\u0435\u0448\u043D\u0430\u044F \u0441\u0438\u043D\u0445\u0440\u043E\u043D\u0438\u0437\u0430\u0446\u0438\u044F \u0441 \u043E\u0431\u043B\u0430\u043A\u043E\u043C",syncConfigNoUpdate:"\u041E\u043D\u0430 \u0443\u0436\u0435 \u0441\u043E\u043E\u0442\u0432\u0435\u0442\u0441\u0442\u0432\u0443\u0435\u0442 \u0441\u043E\u0432\u0440\u0435\u043C\u0435\u043D\u043D\u044B\u043C \u0442\u0440\u0435\u0431\u043E\u0432\u0430\u043D\u0438\u044F\u043C.",authFail:"\u0421\u0431\u043E\u0439 \u0430\u0432\u0442\u043E\u0440\u0438\u0437\u0430\u0446\u0438\u0438",syncTitle:"\u0420\u0443\u0447\u043D\u043E\u0435 \u0443\u043F\u0440\u0430\u0432\u043B\u0435\u043D\u0438\u0435 \u0440\u0435\u0437\u0435\u0440\u0432\u043D\u044B\u043C \u043A\u043E\u043F\u0438\u0440\u043E\u0432\u0430\u043D\u0438\u0435\u043C",import_hint:"\u0438\u043C\u043F\u043E\u0440\u0442 (\u0434\u0430\u043D\u043D\u044B\u0435)",upload:"\u0437\u0430\u0433\u0440\u0443\u0437\u0438\u0442\u044C",revokeAuth:"\u043E\u0442\u043E\u0437\u0432\u0430\u0442\u044C \u0440\u0430\u0437\u0440\u0435\u0448\u0435\u043D\u0438\u0435",uploadFail:"\u0417\u0430\u0433\u0440\u0443\u0437\u043A\u0430 \u043D\u0435 \u0443\u0434\u0430\u043B\u0430\u0441\u044C",download:"\u0437\u0430\u0433\u0440\u0443\u0437\u043A\u0430",importSuccess:"\u0423\u0441\u043F\u0435\u0448\u043D\u043E \u0438\u043C\u043F\u043E\u0440\u0442\u0438\u0440\u0443\u0435\u0442\u0441\u044F",importFail:"\u0441\u0431\u043E\u0439 \u0438\u043C\u043F\u043E\u0440\u0442\u0430",deleteFail:"\u041D\u0435 \u0443\u0434\u0430\u043B\u043E\u0441\u044C \u0443\u0434\u0430\u043B\u0438\u0442\u044C",backupToCloud:"\u0420\u0443\u0447\u043D\u043E\u0435 \u0443\u043F\u0440\u0430\u0432\u043B\u0435\u043D\u0438\u0435 \u0444\u0430\u0439\u043B\u0430\u043C\u0438 \u0440\u0435\u0437\u0435\u0440\u0432\u043D\u043E\u0433\u043E \u043A\u043E\u043F\u0438\u0440\u043E\u0432\u0430\u043D\u0438\u044F",create_new_backup:"\u0414\u043E\u0431\u0430\u0432\u043B\u0435\u043D\u0438\u0435 \u043D\u043E\u0432\u043E\u0433\u043E \u0443\u0437\u043B\u0430 \u0440\u0435\u0437\u0435\u0440\u0432\u043D\u043E\u0433\u043E \u043A\u043E\u043F\u0438\u0440\u043E\u0432\u0430\u043D\u0438\u044F",maxBackupFiles:"\u0420\u0435\u0437\u0435\u0440\u0432\u043D\u043E\u0435 \u043A\u043E\u043F\u0438\u0440\u043E\u0432\u0430\u043D\u0438\u0435 \u043C\u043E\u0436\u0435\u0442 \u0431\u044B\u0442\u044C \u0432\u044B\u043F\u043E\u043B\u043D\u0435\u043D\u043E \u0434\u043E{count}\u0440\u0430\u0437\u043B\u0438\u0447\u043D\u044B\u0445 \u0443\u0437\u043B\u043E\u0432, \u0443\u0434\u0430\u043B\u0438\u0442\u0435 \u043D\u0435\u043D\u0443\u0436\u043D\u044B\u0435 \u0443\u0437\u043B\u044B.",backupToCloudDescription:"\u0420\u0443\u0447\u043D\u0430\u044F \u0437\u0430\u0433\u0440\u0443\u0437\u043A\u0430 \u0438\u043B\u0438 \u0432\u043E\u0441\u0441\u0442\u0430\u043D\u043E\u0432\u043B\u0435\u043D\u0438\u0435 \u0444\u0430\u0439\u043B\u043E\u0432 \u0440\u0435\u0437\u0435\u0440\u0432\u043D\u044B\u0445 \u043A\u043E\u043F\u0438\u0439, \u043F\u043E\u0437\u0432\u043E\u043B\u044F\u044E\u0449\u0430\u044F \u0441\u043E\u0437\u0434\u0430\u0432\u0430\u0442\u044C \u0434\u043E 3 \u0440\u0430\u0437\u043B\u0438\u0447\u043D\u044B\u0445 \u0440\u0435\u0437\u0435\u0440\u0432\u043D\u044B\u0445 \u043A\u043E\u043F\u0438\u0439",successSyncConfig:"\u0423\u0441\u043F\u0435\u0448\u043D\u0430\u044F \u0441\u0438\u043D\u0445\u0440\u043E\u043D\u0438\u0437\u0430\u0446\u0438\u044F \u0441 \u043E\u0431\u043B\u0430\u043A\u043E\u043C",syncFail:"\u0441\u0431\u043E\u0439 \u0441\u0438\u043D\u0445\u0440\u043E\u043D\u0438\u0437\u0430\u0446\u0438\u0438",updatedAt:"\u041E\u0431\u043D\u043E\u0432\u043B\u0435\u043D\u043E \u0441 \u0441\u0430\u0439\u0442\u0430 {date}",lastSyncedAt:"\u041F\u043E\u0441\u043B\u0435\u0434\u043D\u044F\u044F \u043F\u0440\u043E\u0432\u0435\u0440\u043A\u0430 \u043D\u0430 \u0441\u0430\u0439\u0442\u0435 {date}",downloadFail:"\u041D\u0435 \u0443\u0434\u0430\u043B\u043E\u0441\u044C \u0437\u0430\u0433\u0440\u0443\u0437\u0438\u0442\u044C",clickToDownload:"\u041D\u0430\u0436\u043C\u0438\u0442\u0435 \u0434\u043B\u044F \u0437\u0430\u0433\u0440\u0443\u0437\u043A\u0438",aboutLabel:"\u041E \u043A\u043E\u043C\u043F\u0430\u043D\u0438\u0438 - \u041E\u0431\u0440\u0430\u0442\u043D\u0430\u044F \u0441\u0432\u044F\u0437\u044C","browser.openAboutPage":"\u0418\u043D\u0444\u043E\u0440\u043C\u0430\u0446\u0438\u044F/\u041E\u0442\u0437\u044B\u0432\u044B",aboutLabelWithoutSponsor:"\u041E \u043A\u043E\u043C\u043F\u0430\u043D\u0438\u0438 - \u041E\u0431\u0440\u0430\u0442\u043D\u0430\u044F \u0441\u0432\u044F\u0437\u044C",aboutIntro:"\u041F\u0443\u0441\u0442\u044C \u043D\u0430\u043C \u0432\u0441\u0435\u043C \u0431\u0443\u0434\u0435\u0442 \u043B\u0435\u0433\u0447\u0435 \u0438 \u043F\u0440\u0438\u044F\u0442\u043D\u0435\u0435 \u043F\u043E\u043B\u0443\u0447\u0430\u0442\u044C \u0434\u043E\u0441\u0442\u0443\u043F \u043A \u043E\u0433\u0440\u043E\u043C\u043D\u043E\u043C\u0443 \u043A\u043E\u043B\u0438\u0447\u0435\u0441\u0442\u0432\u0443 \u0438\u043D\u0444\u043E\u0440\u043C\u0430\u0446\u0438\u0438 \u043D\u0430 \u0438\u043D\u043E\u0441\u0442\u0440\u0430\u043D\u043D\u044B\u0445 \u044F\u0437\u044B\u043A\u0430\u0445 \u0432 \u0418\u043D\u0442\u0435\u0440\u043D\u0435\u0442\u0435 \u2764\uFE0F \u0412\u044B \u043C\u043E\u0436\u0435\u0442\u0435 \u0430\u043A\u0442\u0438\u0432\u0438\u0440\u043E\u0432\u0430\u0442\u044C <6>\u0447\u043B\u0435\u043D\u0441\u0442\u0432\u043E \u0432 \u043F\u0440\u043E\u0433\u0440\u0430\u043C\u043C\u0435 Pro, \u0447\u0442\u043E\u0431\u044B \u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u044C\u0441\u044F \u0433\u043E\u0442\u043E\u0432\u044B\u043C\u0438 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430\u043C\u0438 DeepL \u0438 OpenAI.

\u0412\u044B \u043C\u043E\u0436\u0435\u0442\u0435 \u0441\u043B\u0435\u0434\u0438\u0442\u044C \u0437\u0430 \u043D\u0430\u043C\u0438 \u0432 <3>Twitter, <4>Telegram, Weibo, WeChat \u0438\u043B\u0438 <5>\u043F\u043E\u0434\u043F\u0438\u0441\u0430\u0442\u044C\u0441\u044F \u043D\u0430 \u043D\u0430\u0448\u0443 \u0440\u0430\u0441\u0441\u044B\u043B\u043A\u0443 \u043D\u0438\u0436\u0435, \u0447\u0442\u043E\u0431\u044B \u043E\u0442\u0441\u043B\u0435\u0436\u0438\u0432\u0430\u0442\u044C \u043E\u0431\u043D\u043E\u0432\u043B\u0435\u043D\u0438\u044F.
<7>\u0423\u0447\u0430\u0441\u0442\u043D\u0438\u043A\u0438 \u043F\u0440\u043E\u0433\u0440\u0430\u043C\u043C\u044B Pro \u043C\u043E\u0433\u0443\u0442 \u0441\u0432\u044F\u0437\u0430\u0442\u044C\u0441\u044F \u0441 \u043D\u0430\u043C\u0438 \u043F\u043E \u0430\u0434\u0440\u0435\u0441\u0443 <8>support@immersivetranslate.com \u0434\u043B\u044F \u0431\u044B\u0441\u0442\u0440\u043E\u0433\u043E \u043E\u0431\u0441\u043B\u0443\u0436\u0438\u0432\u0430\u043D\u0438\u044F \u043A\u043B\u0438\u0435\u043D\u0442\u043E\u0432.",aboutIntroWithoutSponsor:"\u041F\u0443\u0441\u0442\u044C \u0432\u0441\u0435\u043C \u043D\u0430\u043C \u0431\u0443\u0434\u0435\u0442 \u043B\u0435\u0433\u0447\u0435 \u0438 \u043F\u0440\u0438\u044F\u0442\u043D\u0435\u0435 \u043F\u043E\u043B\u0443\u0447\u0430\u0442\u044C \u0434\u043E\u0441\u0442\u0443\u043F \u043A \u043E\u0433\u0440\u043E\u043C\u043D\u043E\u043C\u0443 \u043A\u043E\u043B\u0438\u0447\u0435\u0441\u0442\u0432\u0443 \u0438\u043D\u0444\u043E\u0440\u043C\u0430\u0446\u0438\u0438 \u043D\u0430 \u0438\u043D\u043E\u0441\u0442\u0440\u0430\u043D\u043D\u044B\u0445 \u044F\u0437\u044B\u043A\u0430\u0445, \u0434\u043E\u0441\u0442\u0443\u043F\u043D\u043E\u0439 \u0432 \u0418\u043D\u0442\u0435\u0440\u043D\u0435\u0442\u0435 \u2764\uFE0F

\u0412\u044B \u043C\u043E\u0436\u0435\u0442\u0435 \u0441\u043B\u0435\u0434\u0438\u0442\u044C \u0437\u0430 \u043D\u0430\u043C\u0438 \u0432 <3>Twitter, <4>Telegram-\u043A\u0430\u043D\u0430\u043B\u0435, WeChat, WeChat Exchange \u0438\u043B\u0438 <5>\u043F\u043E\u0434\u043F\u0438\u0441\u0430\u0442\u044C\u0441\u044F \u043D\u0430 \u043E\u0442\u0441\u043B\u0435\u0436\u0438\u0432\u0430\u043D\u0438\u0435 \u043E\u0431\u043D\u043E\u0432\u043B\u0435\u043D\u0438\u0439 \u043F\u043E <5>\u044D\u043B\u0435\u043A\u0442\u0440\u043E\u043D\u043D\u043E\u0439 \u043F\u043E\u0447\u0442\u0435 \u043D\u0438\u0436\u0435.",projectHomepage:'\u041F\u0440\u043E\u0435\u043A\u0442 "\u0414\u043E\u043C',joinTelegramGroup:"\u041F\u0440\u0438\u0441\u043E\u0435\u0434\u0438\u043D\u044F\u0439\u0442\u0435\u0441\u044C \u043A \u0433\u0440\u0443\u043F\u043F\u0435 \u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u0435\u043B\u0435\u0439 \u0434\u043B\u044F \u0443\u0447\u0430\u0441\u0442\u0438\u044F \u0432 \u043E\u0431\u0441\u0443\u0436\u0434\u0435\u043D\u0438\u0438 \u0444\u0443\u043D\u043A\u0446\u0438\u0439",wechatPublicAccount:"WeChat Public",wechatCommunities:"\u0413\u0440\u0443\u043F\u043F\u0430 \u043E\u0431\u043C\u0435\u043D\u0430 WeChat",qqCommunities:"\u041A\u0430\u043D\u0430\u043B \u0441\u0432\u044F\u0437\u0438 QQ",joinTelegramChannel:"\u0421\u043B\u0435\u0434\u0438\u0442\u0435 \u0437\u0430 \u043E\u0431\u043D\u043E\u0432\u043B\u0435\u043D\u0438\u044F\u043C\u0438 \u0432 Telegram-\u043A\u0430\u043D\u0430\u043B\u0435",feedbackAndJoin:"\u0412\u043E\u043F\u0440\u043E\u0441 \u041E\u0431\u0440\u0430\u0442\u043D\u0430\u044F \u0441\u0432\u044F\u0437\u044C / \u0414\u043E\u0431\u0430\u0432\u0438\u0442\u044C \u0433\u0440\u0443\u043F\u043F\u0443",autoSync:"\u0430\u0432\u0442\u043E\u043C\u0430\u0442\u0438\u0447\u0435\u0441\u043A\u0430\u044F \u0441\u0438\u043D\u0445\u0440\u043E\u043D\u0438\u0437\u0430\u0446\u0438\u044F \u0432\u0440\u0435\u043C\u0435\u043D\u0438",loadingThemeTitle:"\u0421\u0442\u0438\u043B\u044C \u0437\u0430\u0433\u0440\u0443\u0437\u043A\u0438",loadingThemeDescription:"\u0423\u0441\u0442\u0430\u043D\u043E\u0432\u043A\u0430 \u0441\u0442\u0438\u043B\u044F \u043F\u0440\u0438 \u043E\u0436\u0438\u0434\u0430\u043D\u0438\u0438 \u0437\u0430\u0433\u0440\u0443\u0437\u043A\u0438 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430","loadingTheme.spinner":"\u0412\u0440\u0430\u0449\u0430\u044E\u0449\u0430\u044F\u0441\u044F \u0430\u043D\u0438\u043C\u0430\u0446\u0438\u044F","loadingTheme.text":"\u0441\u0442\u0430\u0442\u0438\u0447\u0435\u0441\u043A\u0438\u0439 \u0442\u0435\u043A\u0441\u0442 \u0447\u0435\u0433\u043E-\u043B. ","loadingTheme.none":"\u043D\u0435 \u043F\u043E\u043A\u0430\u0437\u0430\u043D\u043E",developerDescription:"\u0414\u043E\u043A\u0443\u043C\u0435\u043D\u0442\u0430\u0446\u0438\u044E \u043F\u043E \u0440\u0430\u0441\u0448\u0438\u0440\u0435\u043D\u043D\u043E\u0439 \u043D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0435 \u043C\u043E\u0436\u043D\u043E \u043D\u0430\u0439\u0442\u0438 <1>\u0437\u0434\u0435\u0441\u044C","edit border color":"\u0418\u0437\u043C\u0435\u043D\u0435\u043D\u0438\u0435 \u0446\u0432\u0435\u0442\u0430 \u0433\u0440\u0430\u043D\u0438\u0446\u044B",successSyncButNoChange:"\u0422\u0435\u043A\u0443\u0449\u0430\u044F \u043A\u043E\u043D\u0444\u0438\u0433\u0443\u0440\u0430\u0446\u0438\u044F \u0441\u043E\u043E\u0442\u0432\u0435\u0442\u0441\u0442\u0432\u0443\u0435\u0442 \u043E\u0431\u043B\u0430\u043A\u0443",customTheme:"\u041D\u0435\u0441\u0442\u0430\u043D\u0434\u0430\u0440\u0442\u043D\u044B\u0435 \u0446\u0432\u0435\u0442\u0430 \u0438 \u0440\u0430\u0437\u043C\u0435\u0440\u044B","customThemeLabel.borderColor":"\u0426\u0432\u0435\u0442 \u0433\u0440\u0430\u043D\u0438\u0446\u044B","customThemeLabel.borderRadius":"\u0421\u043A\u0440\u0443\u0433\u043B\u0435\u043D\u043D\u044B\u0435 \u043A\u0440\u0430\u044F","customThemeLabel.textColor":"\u0446\u0432\u0435\u0442 \u0442\u0435\u043A\u0441\u0442\u0430","customThemeLabel.backgroundColor":"\u0446\u0432\u0435\u0442 \u0444\u043E\u043D\u0430","customThemeLabel.zoom":"\u041C\u0430\u0441\u0448\u0442\u0430\u0431\u0438\u0440\u043E\u0432\u0430\u043D\u0438\u0435 \u0448\u0440\u0438\u0444\u0442\u0430 (%)","customThemeLabel.opacity":"\u041D\u0435\u043F\u0440\u043E\u0437\u0440\u0430\u0447\u043D\u043E\u0441\u0442\u044C \u0442\u0435\u043A\u0441\u0442\u0430 (%)",resetToDefaultColor:"\u0412\u043E\u0441\u0441\u0442\u0430\u043D\u043E\u0432\u043B\u0435\u043D\u0438\u0435 \u0446\u0432\u0435\u0442\u043E\u0432 \u043F\u043E \u0443\u043C\u043E\u043B\u0447\u0430\u043D\u0438\u044E",resetToDefaultSettings:"\u0412\u043E\u0441\u0441\u0442\u0430\u043D\u043E\u0432\u043B\u0435\u043D\u0438\u0435 \u043D\u0430\u0441\u0442\u0440\u043E\u0435\u043A \u043F\u043E \u0443\u043C\u043E\u043B\u0447\u0430\u043D\u0438\u044E",isTranslateTitle:"\u0412\u043A\u043B\u044E\u0447\u0438\u0442\u044C \u043F\u0435\u0440\u0435\u0432\u043E\u0434 \u0437\u0430\u0433\u043E\u043B\u043E\u0432\u043A\u043E\u0432 \u0441\u0442\u0440\u0430\u043D\u0438\u0446",isTranslateTitleDescription:"\u041F\u0440\u0438 \u043E\u0442\u043A\u0440\u044B\u0442\u0438\u0438 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u044B \u0435\u0435 \u0437\u0430\u0433\u043E\u043B\u043E\u0432\u043E\u043A \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0438\u0442\u0441\u044F",enableSearchEnhancement:"\u0412\u043A\u043B\u044E\u0447\u0435\u043D\u0438\u0435 \u0444\u0443\u043D\u043A\u0446\u0438\u0438 \u0440\u0430\u0441\u0448\u0438\u0440\u0435\u043D\u0438\u044F \u0434\u0432\u0443\u044F\u0437\u044B\u0447\u043D\u044B\u0445 \u0441\u043E\u043E\u0431\u0449\u0435\u043D\u0438\u0439",enableSearchEnhancementDescription:'\u041F\u043E\u0441\u043B\u0435 \u0432\u043A\u043B\u044E\u0447\u0435\u043D\u0438\u044F \u044D\u0442\u043E\u0439 \u0444\u0443\u043D\u043A\u0446\u0438\u0438 \u0440\u0435\u0437\u0443\u043B\u044C\u0442\u0430\u0442\u044B \u043F\u043E\u0438\u0441\u043A\u0430 "Google \u041D\u043E\u0432\u043E\u0441\u0442\u0438" \u0431\u0443\u0434\u0443\u0442 \u0430\u0432\u0442\u043E\u043C\u0430\u0442\u0438\u0447\u0435\u0441\u043A\u0438 \u043E\u0442\u043E\u0431\u0440\u0430\u0436\u0430\u0442\u044C\u0441\u044F \u0432 \u043F\u0440\u0430\u0432\u043E\u0439 \u043A\u043E\u043B\u043E\u043D\u043A\u0435 \u043F\u043E\u0434\u0434\u0435\u0440\u0436\u0438\u0432\u0430\u0435\u043C\u044B\u0445 \u0441\u0430\u0439\u0442\u043E\u0432 (Google \u041D\u043E\u0432\u043E\u0441\u0442\u0438, Google \u041F\u043E\u0438\u0441\u043A (\u043D\u0435\u043A\u043E\u0442\u043E\u0440\u044B\u0435 \u043A\u043B\u044E\u0447\u0435\u0432\u044B\u0435 \u0441\u043B\u043E\u0432\u0430), Snowball, Oriental Fortune, Futura, Tiger Community) \u0434\u043B\u044F \u0441\u043E\u043E\u0442\u0432\u0435\u0442\u0441\u0442\u0432\u0443\u044E\u0449\u0438\u0445 \u0430\u043D\u0433\u043B\u0438\u0439\u0441\u043A\u0438\u0445 \u043A\u043B\u044E\u0447\u0435\u0432\u044B\u0445 \u0441\u043B\u043E\u0432.',verifyService:"\u041D\u0430\u0436\u043C\u0438\u0442\u0435 \u0437\u0434\u0435\u0441\u044C, \u0447\u0442\u043E\u0431\u044B \u043F\u0440\u043E\u0442\u0435\u0441\u0442\u0438\u0440\u043E\u0432\u0430\u0442\u044C \u0443\u0441\u043B\u0443\u0433\u0443",verified:"\u041F\u0440\u043E\u0432\u0435\u0440\u043A\u0430 \u0443\u0441\u043F\u0435\u0448\u043D\u043E\u0441\u0442\u0438","field.langs":"\u041F\u043E\u0434\u0434\u0435\u0440\u0436\u0438\u0432\u0430\u0435\u043C\u044B\u0435 \u043A\u043E\u0434\u044B \u044F\u0437\u044B\u043A\u043E\u0432","field.model":"\u043C\u043E\u0434\u0435\u043B\u0438\u0440\u043E\u0432\u0430\u043D\u0438\u0435","field.translationEngine":"\u043C\u0435\u0445\u0430\u043D\u0438\u0437\u043C \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430","field.limitPerMinute":"\u041C\u0430\u043A\u0441\u0438\u043C\u0430\u043B\u044C\u043D\u043E\u0435 \u043A\u043E\u043B\u0438\u0447\u0435\u0441\u0442\u0432\u043E \u0437\u0430\u043F\u0440\u043E\u0441\u043E\u0432 \u0432 \u043C\u0438\u043D\u0443\u0442\u0443","field.limitPerSecond":"\u041C\u0430\u043A\u0441\u0438\u043C\u0430\u043B\u044C\u043D\u043E\u0435 \u043A\u043E\u043B\u0438\u0447\u0435\u0441\u0442\u0432\u043E \u0437\u0430\u043F\u0440\u043E\u0441\u043E\u0432 \u0432 \u0441\u0435\u043A\u0443\u043D\u0434\u0443","field.maxTextLengthPerRequest":"\u041C\u0430\u043A\u0441\u0438\u043C\u0430\u043B\u044C\u043D\u0430\u044F \u0434\u043B\u0438\u043D\u0430 \u0442\u0435\u043A\u0441\u0442\u0430 \u0432 \u043E\u0434\u043D\u043E\u043C \u0437\u0430\u043F\u0440\u043E\u0441\u0435","field.maxTextGroupLengthPerRequest":"\u041C\u0430\u043A\u0441\u0438\u043C\u0430\u043B\u044C\u043D\u043E\u0435 \u043A\u043E\u043B\u0438\u0447\u0435\u0441\u0442\u0432\u043E \u043F\u0430\u0440\u0430\u0433\u0440\u0430\u0444\u043E\u0432 \u0432 \u043E\u0434\u043D\u043E\u043C \u0437\u0430\u043F\u0440\u043E\u0441\u0435","field.apiUrl":"\u0410\u0434\u0440\u0435\u0441 \u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u0435\u043B\u044C\u0441\u043A\u043E\u0433\u043E \u0438\u043D\u0442\u0435\u0440\u0444\u0435\u0439\u0441\u0430 API","field.placeholderDelimiters":"\u0437\u0430\u0440\u0435\u0437\u0435\u0440\u0432\u0438\u0440\u043E\u0432\u0430\u043D\u043D\u043E\u0435 \u043C\u0435\u0441\u0442\u043E","description.custom":"\u0414\u043E\u0441\u0442\u0443\u043F \u043A \u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u0435\u043B\u044C\u0441\u043A\u043E\u043C\u0443 \u0438\u043D\u0442\u0435\u0440\u0444\u0435\u0439\u0441\u0443 \u0422\u0440\u0435\u0431\u0443\u0435\u0442\u0441\u044F \u0434\u043E\u043A\u0443\u043C\u0435\u043D\u0442\u0430\u0446\u0438\u044F","description.limitPerMinute":"\u0417\u0430\u043F\u0440\u043E\u0441\u044B, \u043F\u0440\u0435\u0432\u044B\u0448\u0430\u044E\u0449\u0438\u0435 \u044D\u0442\u043E\u0442 \u043B\u0438\u043C\u0438\u0442, \u043F\u043E\u043F\u0430\u0434\u0430\u044E\u0442 \u0432 \u043E\u0447\u0435\u0440\u0435\u0434\u044C \u0434\u043E \u043D\u0430\u0447\u0430\u043B\u0430 \u0441\u043B\u0435\u0434\u0443\u044E\u0449\u0435\u0439 \u043C\u0438\u043D\u0443\u0442\u044B. \u0412 \u0441\u0432\u044F\u0437\u0438 \u0441 \u0440\u0430\u0437\u043B\u0438\u0447\u043D\u044B\u043C\u0438 \u043E\u0433\u0440\u0430\u043D\u0438\u0447\u0435\u043D\u0438\u044F\u043C\u0438 \u0442\u0435\u043A\u0443\u0449\u0435\u0433\u043E \u0441\u0435\u0440\u0432\u0438\u0441\u0430 OpenAI, \u043F\u043E\u0441\u043B\u0435\u0434\u043D\u0438\u0435 \u043F\u0440\u0435\u0434\u043B\u0430\u0433\u0430\u0435\u043C\u044B\u0435 \u0437\u043D\u0430\u0447\u0435\u043D\u0438\u044F \u043C\u043E\u0436\u043D\u043E \u043F\u043E\u0441\u043C\u043E\u0442\u0440\u0435\u0442\u044C <1>\u0437\u0434\u0435\u0441\u044C","description.limitPerSecond":"\u0417\u0430\u043F\u0440\u043E\u0441\u044B, \u043F\u0440\u0435\u0432\u044B\u0448\u0430\u044E\u0449\u0438\u0435 \u044D\u0442\u043E\u0442 \u043B\u0438\u043C\u0438\u0442, \u043F\u043E\u043F\u0430\u0434\u0430\u044E\u0442 \u0432 \u043E\u0447\u0435\u0440\u0435\u0434\u044C \u0434\u043E \u043D\u0430\u0447\u0430\u043B\u0430 \u0441\u043B\u0435\u0434\u0443\u044E\u0449\u0435\u0439 \u0441\u0435\u043A\u0443\u043D\u0434\u044B. \u0412 \u0441\u0432\u044F\u0437\u0438 \u0441 \u0440\u0430\u0437\u043B\u0438\u0447\u043D\u044B\u043C\u0438 \u043E\u0433\u0440\u0430\u043D\u0438\u0447\u0435\u043D\u0438\u044F\u043C\u0438 \u0442\u0435\u043A\u0443\u0449\u0435\u0433\u043E \u0441\u0435\u0440\u0432\u0438\u0441\u0430 OpenAI, \u043F\u043E\u0441\u043B\u0435\u0434\u043D\u0438\u0435 \u043F\u0440\u0435\u0434\u043B\u0430\u0433\u0430\u0435\u043C\u044B\u0435 \u0437\u043D\u0430\u0447\u0435\u043D\u0438\u044F \u043C\u043E\u0436\u043D\u043E \u043F\u043E\u0441\u043C\u043E\u0442\u0440\u0435\u0442\u044C <1>\u0437\u0434\u0435\u0441\u044C","description.generalLimitPerSecond":"\u0417\u0430\u043F\u0440\u043E\u0441\u044B, \u043F\u0440\u0435\u0432\u044B\u0448\u0430\u044E\u0449\u0438\u0435 \u044D\u0442\u043E\u0442 \u043B\u0438\u043C\u0438\u0442, \u043F\u043E\u043F\u0430\u0434\u0430\u044E\u0442 \u0432 \u043E\u0447\u0435\u0440\u0435\u0434\u044C \u0434\u043E \u043D\u0430\u0447\u0430\u043B\u0430 \u0441\u043B\u0435\u0434\u0443\u044E\u0449\u0435\u0439 \u0441\u0435\u043A\u0443\u043D\u0434\u044B.","description.prompt":"\u041E\u0442\u043F\u0440\u0430\u0432\u0438\u0442\u044C \u0434\u0438\u0430\u043B\u043E\u0433 {service} \u043E\u0442 \u0438\u043C\u0435\u043D\u0438 \u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u0435\u043B\u044F, \u0433\u0434\u0435 {{text}} \u043E\u0431\u043E\u0437\u043D\u0430\u0447\u0430\u0435\u0442 \u0442\u0435\u043A\u0441\u0442 \u043F\u0430\u0440\u0430\u0433\u0440\u0430\u0444\u0430, {{from}} \u043E\u0431\u043E\u0437\u043D\u0430\u0447\u0430\u0435\u0442 \u044F\u0437\u044B\u043A \u043F\u0430\u0440\u0430\u0433\u0440\u0430\u0444\u0430, \u0430 {{to}} \u043E\u0431\u043E\u0437\u043D\u0430\u0447\u0430\u0435\u0442 \u0446\u0435\u043B\u0435\u0432\u043E\u0439 \u044F\u0437\u044B\u043A.","description.maxTextLengthPerRequest":"\u041C\u0430\u043A\u0441\u0438\u043C\u0430\u043B\u044C\u043D\u043E\u0435 \u043A\u043E\u043B\u0438\u0447\u0435\u0441\u0442\u0432\u043E \u0441\u0438\u043C\u0432\u043E\u043B\u043E\u0432 \u0432 \u043E\u0434\u043D\u043E\u043C \u0437\u0430\u043F\u0440\u043E\u0441\u0435 \u0441\u043B\u0438\u0448\u043A\u043E\u043C \u0432\u0435\u043B\u0438\u043A\u043E, \u0447\u0442\u043E \u043F\u0440\u0438\u0432\u043E\u0434\u0438\u0442 \u043A \u043C\u0435\u0434\u043B\u0435\u043D\u043D\u043E\u043C\u0443 \u043E\u0442\u043A\u043B\u0438\u043A\u0443 \u0438\u043D\u0442\u0435\u0440\u0444\u0435\u0439\u0441\u0430, \u043F\u043E\u044D\u0442\u043E\u043C\u0443 \u043F\u043E\u043F\u0440\u043E\u0431\u0443\u0439\u0442\u0435 \u043E\u0442\u0440\u0435\u0433\u0443\u043B\u0438\u0440\u043E\u0432\u0430\u0442\u044C \u044D\u0442\u043E\u0442 \u043F\u0430\u0440\u0430\u043C\u0435\u0442\u0440 \u0434\u043B\u044F \u043E\u043F\u0442\u0438\u043C\u0438\u0437\u0430\u0446\u0438\u0438 \u0441\u043A\u043E\u0440\u043E\u0441\u0442\u0438 \u0440\u0430\u0431\u043E\u0442\u044B","description.systemPrompt":"\u0414\u0438\u0430\u043B\u043E\u0433, \u043E\u0442\u043F\u0440\u0430\u0432\u043B\u0435\u043D\u043D\u044B\u0439 \u0441\u0438\u0441\u0442\u0435\u043C\u043E\u0439 \u0432 {service}, \u0433\u0434\u0435 {{text}} \u043E\u0431\u043E\u0437\u043D\u0430\u0447\u0430\u0435\u0442 \u0442\u0435\u043A\u0441\u0442 \u043F\u0430\u0440\u0430\u0433\u0440\u0430\u0444\u0430, {{from}} \u043E\u0431\u043E\u0437\u043D\u0430\u0447\u0430\u0435\u0442 \u044F\u0437\u044B\u043A \u043F\u0430\u0440\u0430\u0433\u0440\u0430\u0444\u0430, {{to}} \u043E\u0431\u043E\u0437\u043D\u0430\u0447\u0430\u0435\u0442 \u0446\u0435\u043B\u0435\u0432\u043E\u0439 \u044F\u0437\u044B\u043A.","field.domain":"\u0446\u0430\u0440\u0441\u0442\u0432\u043E","description.domain":"\u041F\u043E \u0443\u043C\u043E\u043B\u0447\u0430\u043D\u0438\u044E \u0443\u0441\u0442\u0430\u043D\u043E\u0432\u043B\u0435\u043D\u043E \u0437\u043D\u0430\u0447\u0435\u043D\u0438\u0435\uFF1Ageneral. \u041C\u043E\u0436\u0435\u0442 \u0431\u044B\u0442\u044C \u0443\u0441\u0442\u0430\u043D\u043E\u0432\u043B\u0435\u043D\u043E \u0442\u043E\u043B\u044C\u043A\u043E \u0432 \u0442\u043E\u043C \u0441\u043B\u0443\u0447\u0430\u0435, \u0435\u0441\u043B\u0438 \u0432 \u043A\u043E\u043D\u0441\u043E\u043B\u0438 Arima API \u0432\u043A\u043B\u044E\u0447\u0435\u043D \u0434\u043E\u043C\u0435\u043D\u043D\u044B\u0439 \u043F\u0435\u0440\u0435\u0432\u043E\u0434, \u043F\u043E\u0434\u0434\u0435\u0440\u0436\u0438\u0432\u0430\u0435\u043C\u044B\u0435 \u0434\u043E\u043C\u0435\u043D\u044B \u0441\u043C. <1>\u0437\u0434\u0435\u0441\u044C","field.scene":"\u0432\u0437\u044F\u0442\u044C","description.scene":"\u041F\u043E \u0443\u043C\u043E\u043B\u0447\u0430\u043D\u0438\u044E \u0443\u0441\u0442\u0430\u043D\u043E\u0432\u043B\u0435\u043D\u043E \u0437\u043D\u0430\u0447\u0435\u043D\u0438\u0435\uFF1Ageneral. \u041C\u043E\u0436\u0435\u0442 \u0431\u044B\u0442\u044C \u0443\u0441\u0442\u0430\u043D\u043E\u0432\u043B\u0435\u043D\u043E \u0442\u043E\u043B\u044C\u043A\u043E \u0432 \u0442\u043E\u043C \u0441\u043B\u0443\u0447\u0430\u0435, \u0435\u0441\u043B\u0438 \u0432 \u043A\u043E\u043D\u0441\u043E\u043B\u0438 AliCloud API \u043E\u0442\u043A\u0440\u044B\u0442 Machine Translation Pro, \u043E \u043F\u043E\u0434\u0434\u0435\u0440\u0436\u0438\u0432\u0430\u0435\u043C\u044B\u0445 \u0441\u0446\u0435\u043D\u0430\u0440\u0438\u044F\u0445 \u0441\u043C. <1>\u0437\u0434\u0435\u0441\u044C","field.vocabId":"\u0418\u0434\u0435\u043D\u0442\u0438\u0444\u0438\u043A\u0430\u0442\u043E\u0440 \u0441\u043B\u043E\u0432\u0430\u0440\u044F \u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u0435\u043B\u044F","description.vocabId":"\u0423\u043A\u0430\u0437\u0430\u043D\u043D\u044B\u0439 \u0441\u043B\u043E\u0432\u0430\u0440\u044C out_id, \u0432 \u043D\u0430\u0441\u0442\u043E\u044F\u0449\u0435\u0435 \u0432\u0440\u0435\u043C\u044F \u043F\u043E\u0434\u0434\u0435\u0440\u0436\u0438\u0432\u0430\u0435\u0442 \u043F\u0435\u0440\u0435\u0432\u043E\u0434 \u0441 \u0430\u043D\u0433\u043B\u0438\u0439\u0441\u043A\u043E\u0433\u043E \u043D\u0430 \u043A\u0438\u0442\u0430\u0439\u0441\u043A\u0438\u0439.","description.model":"\u041C\u043E\u0434\u0435\u043B\u0438 OpenAI, \u043C\u043E\u0433\u0443\u0442 \u0431\u044B\u0442\u044C gpt-3.5-turbo, gpt-4 \u0438 \u0442.\u0434.","description.maxTextGroupLengthPerRequest":"\u041A\u043E\u043B\u0438\u0447\u0435\u0441\u0442\u0432\u043E \u0430\u0431\u0437\u0430\u0446\u0435\u0432, \u043F\u0435\u0440\u0435\u0434\u0430\u0432\u0430\u0435\u043C\u044B\u0445 \u0441\u043B\u0443\u0436\u0431\u0435 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430 \u0437\u0430 \u043E\u0434\u0438\u043D \u0440\u0430\u0437, \u0435\u0441\u043B\u0438 \u0438\u0445 \u0441\u043B\u0438\u0448\u043A\u043E\u043C \u043C\u043D\u043E\u0433\u043E, \u044D\u0442\u043E \u043C\u043E\u0436\u0435\u0442 \u043F\u0440\u0438\u0432\u0435\u0441\u0442\u0438 \u043A \u0437\u0430\u043C\u0435\u0434\u043B\u0435\u043D\u0438\u044E \u0440\u0435\u0430\u043A\u0446\u0438\u0438 \u0438\u043D\u0442\u0435\u0440\u0444\u0435\u0439\u0441\u0430","description.apiUrl":"\u041F\u043E\u0436\u0430\u043B\u0443\u0439\u0441\u0442\u0430, \u0434\u043E\u0431\u0430\u0432\u044C\u0442\u0435 \u043A\u043E\u043D\u043A\u0440\u0435\u0442\u043D\u044B\u0435 URL \u0441 \u043F\u0443\u0442\u044F\u043C\u0438, <1>\u0431\u043E\u043B\u0435\u0435 \u043F\u043E\u0434\u0440\u043E\u0431\u043D\u043E\u0435 \u043E\u043F\u0438\u0441\u0430\u043D\u0438\u0435",enabledExtension:"\u0412\u043A\u043B\u044E\u0447\u0435\u043D\u0438\u0435 \u0440\u0430\u0441\u0448\u0438\u0440\u0435\u043D\u0438\u0439",clickToDisableExtension:"\u041D\u0430\u0436\u043C\u0438\u0442\u0435 \u0434\u043B\u044F \u043E\u0442\u043A\u043B\u044E\u0447\u0435\u043D\u0438\u044F \u0440\u0430\u0441\u0448\u0438\u0440\u0435\u043D\u0438\u0439",clickToEnableExtension:"\u041D\u0430\u0436\u043C\u0438\u0442\u0435 \u0434\u043B\u044F \u0432\u043A\u043B\u044E\u0447\u0435\u043D\u0438\u044F \u0440\u0430\u0441\u0448\u0438\u0440\u0435\u043D\u0438\u0439",hasBeenDisabled:"\u043E\u0442\u043A\u043B\u044E\u0447\u0435\u043D\u043E","show password":"\u041F\u043E\u043A\u0430\u0437\u0430\u0442\u044C \u043F\u0430\u0440\u043E\u043B\u044C",customContent:"\u0412\u0432\u0435\u0434\u0438\u0442\u0435 \u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u0435\u043B\u044C\u0441\u043A\u043E\u0435 \u0438\u043C\u044F \u043C\u043E\u0434\u0435\u043B\u0438",inputOptions:"\u0423\u0441\u043E\u0432\u0435\u0440\u0448\u0435\u043D\u0441\u0442\u0432\u043E\u0432\u0430\u043D\u0438\u0435 \u0431\u043B\u043E\u043A\u0430 \u0432\u0432\u043E\u0434\u0430",mouseHoverOptions:"\u043D\u0430\u0432\u0435\u0434\u0435\u043D\u0438\u0435 \u043C\u044B\u0448\u0438",modifyMouseHoverKey:"\u0418\u0437\u043C\u0435\u043D\u0435\u043D\u0438\u0435 \u044F\u0440\u043B\u044B\u043A\u0430 \u043D\u0430\u0432\u0435\u0434\u0435\u043D\u0438\u044F \u043C\u044B\u0448\u0438",enableInputTranslation:"\u0412\u043A\u043B\u044E\u0447\u0430\u0442\u044C \u043B\u0438 \u0440\u0430\u0441\u0448\u0438\u0440\u0435\u043D\u0438\u0435 \u043F\u043E\u043B\u044F \u0432\u0432\u043E\u0434\u0430",enableInputTranslationDescription:"\u041F\u043E\u0441\u043B\u0435 \u0432\u043A\u043B\u044E\u0447\u0435\u043D\u0438\u044F \u0432\u0432\u0435\u0434\u0438\u0442\u0435 {startingKey}{startingKey} hello \u043F\u0440\u044F\u043C\u043E \u0432 \u043F\u043E\u043B\u0435 \u0432\u0432\u043E\u0434\u0430, \u0437\u0430\u0442\u0435\u043C \u0431\u044B\u0441\u0442\u0440\u043E \u043D\u0430\u0431\u0435\u0440\u0438\u0442\u0435{inputTrailingTriggerKeyRepeatTimes}\u0440\u0430\u0437{trailingKey}, \u0447\u0442\u043E\u0431\u044B \u043F\u0435\u0440\u0435\u0432\u0435\u0441\u0442\u0438 \u043D\u0430 {inputTargetLanguage}.",enableInputTranslationDescriptionForNoneKey:"\u041F\u043E\u0441\u043B\u0435 \u0432\u043A\u043B\u044E\u0447\u0435\u043D\u0438\u044F \u044D\u0442\u043E\u0439 \u0444\u0443\u043D\u043A\u0446\u0438\u0438 \u0432\u0432\u0435\u0434\u0438\u0442\u0435\uFF1AHello World \u043D\u0435\u043F\u043E\u0441\u0440\u0435\u0434\u0441\u0442\u0432\u0435\u043D\u043D\u043E \u0432 \u043F\u043E\u043B\u0435 \u0432\u0432\u043E\u0434\u0430, \u0430 \u0437\u0430\u0442\u0435\u043C \u0431\u044B\u0441\u0442\u0440\u043E \u043D\u0430\u0436\u043C\u0438\u0442\u0435{inputTrailingTriggerKeyRepeatTimes}{trailingKey}\u0440\u0430\u0437 \u0434\u043B\u044F \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430 \u043D\u0430 \u0446\u0435\u043B\u0435\u0432\u043E\u0439 \u044F\u0437\u044B\u043A \u043F\u043E \u0443\u043C\u043E\u043B\u0447\u0430\u043D\u0438\u044E.",inputTargetLanguage:"\u0423\u0441\u0442\u0430\u043D\u043E\u0432\u043A\u0430 \u0446\u0435\u043B\u0435\u0432\u043E\u0433\u043E \u044F\u0437\u044B\u043A\u0430 \u043F\u043E \u0443\u043C\u043E\u043B\u0447\u0430\u043D\u0438\u044E \u0434\u043B\u044F \u043E\u043A\u043E\u043D \u0432\u0432\u043E\u0434\u0430",inputTargetLanguageDescription:"\u0426\u0435\u043B\u0435\u0432\u043E\u0439 \u044F\u0437\u044B\u043A \u043F\u043E \u0443\u043C\u043E\u043B\u0447\u0430\u043D\u0438\u044E \u0434\u043B\u044F \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430 \u043E\u043A\u043D\u0430 \u0432\u0432\u043E\u0434\u0430, \u0442.\u0435. {startingKey}{startingKey} \u043A\u0430\u043A \u044F\u0437\u044B\u043A \u043F\u043E \u0443\u043C\u043E\u043B\u0447\u0430\u043D\u0438\u044E \u0434\u043B\u044F \u0442\u0440\u0438\u0433\u0433\u0435\u0440\u043D\u044B\u0445 \u0441\u043B\u043E\u0432",inputTargetLanguageDescriptionForNoneKey:"\u0426\u0435\u043B\u0435\u0432\u043E\u0439 \u044F\u0437\u044B\u043A \u043F\u043E \u0443\u043C\u043E\u043B\u0447\u0430\u043D\u0438\u044E \u0434\u043B\u044F \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430 \u043F\u043E\u043B\u044F \u0432\u0432\u043E\u0434\u0430",inputStartingTriggerKeyTitle:"\u0423\u0441\u0442\u0430\u043D\u043E\u0432\u043A\u0430 \u0441\u0438\u043C\u0432\u043E\u043B\u0430 \u0440\u0430\u0437\u0434\u0435\u043B\u0435\u043D\u0438\u044F \u0434\u043B\u044F \u0447\u0430\u0441\u0442\u0438\u0447\u043D\u043E\u0433\u043E \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430 \u043F\u043E\u043B\u044F \u0432\u0432\u043E\u0434\u0430",inputStartingTriggerKeyDescription:"\u0415\u0441\u043B\u0438 \u043D\u0435\u0442 \u043D\u0435\u043E\u0431\u0445\u043E\u0434\u0438\u043C\u043E\u0441\u0442\u0438 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0438\u0442\u044C \u0432\u0441\u0435 \u043F\u043E\u043B\u0435 \u0432\u0432\u043E\u0434\u0430, \u0441\u043F\u043B\u0438\u0442\u0442\u0435\u0440 \u043F\u043E\u0437\u0432\u043E\u043B\u044F\u0435\u0442 \u043F\u0435\u0440\u0435\u0432\u0435\u0441\u0442\u0438 \u0442\u043E\u043B\u044C\u043A\u043E \u0447\u0430\u0441\u0442\u044C \u043E\u0442 {startingKey}{startingKey} \u0434\u043E \u043A\u043E\u043D\u0446\u0430 \u043F\u043E\u043B\u044F \u0432\u0432\u043E\u0434\u0430, \u0438\u043B\u0438 \u043C\u043E\u0436\u043D\u043E \u0443\u043A\u0430\u0437\u0430\u0442\u044C \u043A\u043E\u0434 \u044F\u0437\u044B\u043A\u0430, \u043D\u0430\u043F\u0440\u0438\u043C\u0435\u0440,\uFF1A{startingKey}ja \u043E\u0437\u043D\u0430\u0447\u0430\u0435\u0442 \u043F\u0435\u0440\u0435\u0432\u043E\u0434 \u0442\u043E\u043B\u044C\u043A\u043E \u0447\u0430\u0441\u0442\u0438 \u043E\u0442 {startingKey}ja \u0434\u043E \u043A\u043E\u043D\u0446\u0430 \u043F\u043E\u043B\u044F \u0432\u0432\u043E\u0434\u0430.",inputStartingTriggerKeyDescriptionForNoneKey:"\u0422\u0435\u043A\u0443\u0449\u0430\u044F \u043D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0430 \u043E\u0442\u0441\u0443\u0442\u0441\u0442\u0432\u0438\u044F \u043F\u0440\u0435\u0444\u0438\u043A\u0441\u0430 \u043D\u0435 \u043D\u0443\u0436\u043D\u0430, \u0438 \u0444\u0443\u043D\u043A\u0446\u0438\u044F \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430 \u043D\u0435\u043A\u043E\u0442\u043E\u0440\u044B\u0445 \u0442\u0435\u043A\u0441\u0442\u043E\u0432 \u0432 \u043E\u043A\u043D\u0435 \u0432\u0432\u043E\u0434\u0430 \u043F\u043E\u043A\u0430 \u043D\u0435 \u043C\u043E\u0436\u0435\u0442 \u0431\u044B\u0442\u044C \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u043D\u0430.",inputTrailingTriggerKeyTitle:"\u0412\u044B\u0431\u0435\u0440\u0438\u0442\u0435 \u0441\u0438\u043C\u0432\u043E\u043B \u043E\u043A\u043E\u043D\u0447\u0430\u043D\u0438\u044F \u0432\u0432\u043E\u0434\u0430",inputTrailingTriggerKeyDescription:"3 \u0431\u044B\u0441\u0442\u0440\u044B\u0445 \u0443\u0434\u0430\u0440\u0430{trailingKey} \u043D\u0430\u0447\u043D\u0435\u0442 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0438\u0442\u044C!",inputTrailingTriggerKeyTimeout:"\u0412\u0432\u0435\u0434\u0438\u0442\u0435 \u0432\u0440\u0435\u043C\u044F \u043C\u0435\u0436\u0434\u0443 \u0441\u0440\u0430\u0431\u0430\u0442\u044B\u0432\u0430\u043D\u0438\u044F\u043C\u0438 \u0432 \u043A\u043E\u043D\u0446\u0435 \u0431\u043E\u044F",inputTrailingTriggerKeyTimeoutDescription:"\u0423\u0441\u0442\u0430\u043D\u0430\u0432\u043B\u0438\u0432\u0430\u0435\u0442 \u0432\u0440\u0435\u043C\u044F (\u0432 \u043C\u0438\u043B\u043B\u0438\u0441\u0435\u043A\u0443\u043D\u0434\u0430\u0445) \u043C\u0435\u0436\u0434\u0443 \u0441\u0440\u0430\u0431\u0430\u0442\u044B\u0432\u0430\u043D\u0438\u044F\u043C\u0438 \u043A\u043E\u043C\u0431\u0438\u043D\u0438\u0440\u043E\u0432\u0430\u043D\u043D\u044B\u0445 \u0443\u0441\u0442\u0440\u043E\u0439\u0441\u0442\u0432 \u043E\u043A\u043E\u043D\u0447\u0430\u043D\u0438\u044F \u0432\u0432\u043E\u0434\u0430",spaceKey:"<\u7A7A\u683C\u952E>",noneKey:"\u041F\u0440\u044F\u043C\u043E\u0439 \u043F\u0435\u0440\u0435\u0432\u043E\u0434 \u0432\u0441\u0435\u0433\u043E \u0442\u0435\u043A\u0441\u0442\u043E\u0432\u043E\u0433\u043E \u043F\u043E\u043B\u044F \u0431\u0435\u0437 \u043F\u0440\u0435\u0444\u0438\u043A\u0441\u043E\u0432",inputTranslationBlockUrlsTitle:"\u041D\u0435 \u0432\u043A\u043B\u044E\u0447\u0430\u0439\u0442\u0435 \u0440\u0430\u0441\u0448\u0438\u0440\u0435\u043D\u0438\u0435 \u043F\u043E\u043B\u044F \u0432\u0432\u043E\u0434\u0430 \u0432 \u0441\u043B\u0435\u0434\u0443\u044E\u0449\u0438\u0445 URL-\u0430\u0434\u0440\u0435\u0441\u0430\u0445",inputTranslationBlockUrlsDescription:"\u0423\u0441\u043E\u0432\u0435\u0440\u0448\u0435\u043D\u0441\u0442\u0432\u043E\u0432\u0430\u043D\u0438\u044F \u043F\u043E\u043B\u044F \u0432\u0432\u043E\u0434\u0430 \u043D\u0435 \u0431\u0443\u0434\u0443\u0442 \u0440\u0430\u0431\u043E\u0442\u0430\u0442\u044C \u043D\u0430 \u0441\u043B\u0435\u0434\u0443\u044E\u0449\u0438\u0445 URL-\u0430\u0434\u0440\u0435\u0441\u0430\u0445",clickToSeeQuickDemo:"\u041D\u0430\u0436\u043C\u0438\u0442\u0435, \u0447\u0442\u043E\u0431\u044B \u0440\u0430\u0437\u0432\u0435\u0440\u043D\u0443\u0442\u044C 30-\u0441\u0435\u043A\u0443\u043D\u0434\u043D\u044B\u0439 \u043E\u0431\u0443\u0447\u0430\u044E\u0449\u0438\u0439 \u0432\u0438\u0434\u0435\u043E\u0440\u043E\u043B\u0438\u043A",inputHelperInfo:"\u041E\u043F\u0438\u0441\u0430\u043D\u0438\u0435\uFF1A\u041C\u044B \u043E\u043F\u0442\u0438\u043C\u0438\u0437\u0438\u0440\u043E\u0432\u0430\u043B\u0438 \u0440\u0430\u0431\u043E\u0442\u0443 \u0441 \u0442\u0435\u043C, \u0447\u0442\u043E \u043D\u0435\u043A\u043E\u0442\u043E\u0440\u044B\u0435 \u0442\u0440\u0438\u0433\u0433\u0435\u0440\u043D\u044B\u0435 \u0441\u0438\u043C\u0432\u043E\u043B\u044B \u043F\u0440\u0435\u0432\u0440\u0430\u0449\u0430\u044E\u0442\u0441\u044F \u0432 \u043A\u0438\u0442\u0430\u0439\u0441\u043A\u0438\u0435 \u0437\u043D\u0430\u043A\u0438 \u043F\u0440\u0435\u043F\u0438\u043D\u0430\u043D\u0438\u044F \u043F\u0440\u0438 \u043A\u0438\u0442\u0430\u0439\u0441\u043A\u0438\u0445 \u043C\u0435\u0442\u043E\u0434\u0430\u0445 \u0432\u0432\u043E\u0434\u0430, \u043D\u0430\u043F\u0440\u0438\u043C\u0435\u0440, / \u043F\u0440\u0435\u0432\u0440\u0430\u0449\u0430\u0435\u0442\u0441\u044F \u0432 \u0437\u043D\u0430\u043A dun , \u043F\u0440\u0438 \u043C\u0435\u0442\u043E\u0434\u0435 \u0432\u0432\u043E\u0434\u0430 Sogou, \u0438 Immersive Translator \u043F\u043E\u0434\u0434\u0435\u0440\u0436\u0438\u0432\u0430\u0435\u0442 \u0432\u0441\u0435 \u043A\u0438\u0442\u0430\u0439\u0441\u043A\u0438\u0435 \u0441\u0438\u043C\u0432\u043E\u043B\u044B, \u0441\u043E\u043E\u0442\u0432\u0435\u0442\u0441\u0442\u0432\u0443\u044E\u0449\u0438\u0435 \u0442\u0440\u0438\u0433\u0433\u0435\u0440\u043D\u044B\u043C \u0441\u0438\u043C\u0432\u043E\u043B\u0430\u043C, \u0442.\u0435. //,,, \u0431\u0443\u0434\u0443\u0442 \u0440\u0430\u0441\u043F\u043E\u0437\u043D\u0430\u0432\u0430\u0442\u044C\u0441\u044F \u043A\u0430\u043A \u0442\u0440\u0438\u0433\u0433\u0435\u0440\u043D\u044B\u0435 \u0441\u0438\u043C\u0432\u043E\u043B\u044B.

\u041C\u044B \u0442\u0430\u043A\u0436\u0435 \u043F\u043E\u0434\u0434\u0435\u0440\u0436\u0438\u0432\u0430\u0435\u043C \u043A\u0438\u0442\u0430\u0439\u0441\u043A\u0438\u0435 \u043F\u0441\u0435\u0432\u0434\u043E\u043D\u0438\u043C\u044B \u0434\u043B\u044F \u044F\u0437\u044B\u043A\u043E\u0432\u044B\u0445 \u043A\u043E\u0434\u043E\u0432 \u0432 \u043A\u0430\u0447\u0435\u0441\u0442\u0432\u0435 \u043A\u043E\u043C\u0430\u043D\u0434, \u043D\u0430\u043F\u0440\u0438\u043C\u0435\u0440, /Japanese Hello World \u0431\u0443\u0434\u0435\u0442 \u043F\u0435\u0440\u0435\u0432\u0435\u0434\u0435\u043D \u043D\u0430 \u044F\u043F\u043E\u043D\u0441\u043A\u0438\u0439 \u044F\u0437\u044B\u043A, <1>\u043D\u0430\u0436\u043C\u0438\u0442\u0435 \u0437\u0434\u0435\u0441\u044C, \u0447\u0442\u043E\u0431\u044B \u043F\u043E\u0441\u043C\u043E\u0442\u0440\u0435\u0442\u044C \u0432\u0441\u0435 \u043F\u043E\u0434\u0434\u0435\u0440\u0436\u0438\u0432\u0430\u0435\u043C\u044B\u0435 \u044F\u0437\u044B\u043A\u043E\u0432\u044B\u0435 \u043A\u043E\u0434\u044B.",reloadCurrentPage:"\u041F\u0435\u0440\u0435\u0434 \u043D\u0430\u0447\u0430\u043B\u043E\u043C \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430 \u043E\u0431\u043D\u043E\u0432\u0438\u0442\u0435 \u0442\u0435\u043A\u0443\u0449\u0443\u044E \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u0443.",noLocalFilePermissionForPDF:"\u0423 \u0432\u0430\u0441 \u043D\u0435\u0442 \u043F\u0440\u0430\u0432 \u043D\u0430 \u0447\u0442\u0435\u043D\u0438\u0435 \u043B\u043E\u043A\u0430\u043B\u044C\u043D\u044B\u0445 \u0444\u0430\u0439\u043B\u043E\u0432, \u043F\u043E\u0436\u0430\u043B\u0443\u0439\u0441\u0442\u0430, \u043D\u0430\u0436\u043C\u0438\u0442\u0435 \u043A\u043D\u043E\u043F\u043A\u0443 \u0432\u044B\u0448\u0435, \u0430 \u0437\u0430\u0442\u0435\u043C \u0438\u043C\u043F\u043E\u0440\u0442\u0438\u0440\u0443\u0439\u0442\u0435 \u043B\u043E\u043A\u0430\u043B\u044C\u043D\u044B\u0435 \u0444\u0430\u0439\u043B\u044B.",noPermissionForThisPage:"\u26A0\uFE0F \u041D\u0435\u0442 \u0440\u0430\u0437\u0440\u0435\u0448\u0435\u043D\u0438\u044F \u043D\u0430 \u043F\u0435\u0440\u0435\u0432\u043E\u0434 \u0442\u0435\u043A\u0443\u0449\u0435\u0439 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u044B",retryAllParagraphs:"\u041F\u043E\u0432\u0442\u043E\u0440\u043D\u043E\u0435 \u0432\u044B\u043F\u043E\u043B\u043D\u0435\u043D\u0438\u0435 \u0432\u0441\u0435\u0445 \u043E\u0448\u0438\u0431\u043E\u0447\u043D\u044B\u0445 \u043F\u0435\u0440\u0435\u0445\u043E\u0434\u043E\u0432",retryAllButton:"\u041F\u043E\u0432\u0442\u043E\u0440\u043D\u043E\u0435 \u0432\u044B\u043F\u043E\u043B\u043D\u0435\u043D\u0438\u0435 \u0432\u0441\u0435\u0445 \u043E\u0448\u0438\u0431\u043E\u0447\u043D\u044B\u0445 \u043F\u0435\u0440\u0435\u0445\u043E\u0434\u043E\u0432",errorTooltipTitle:"\u0429\u0435\u043B\u043A\u043D\u0438\u0442\u0435, \u0447\u0442\u043E\u0431\u044B \u0443\u0432\u0438\u0434\u0435\u0442\u044C \u043F\u0440\u0438\u0447\u0438\u043D\u0443 \u043E\u0448\u0438\u0431\u043A\u0438",errorModalTitle:"\u041F\u043E\u0445\u043E\u0436\u0435, \u0447\u0442\u043E-\u0442\u043E \u043D\u0435 \u0442\u0430\u043A \u0441\u043E \u0441\u043B\u0443\u0436\u0431\u043E\u0439 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430 \u0438\u043B\u0438 \u0441\u0435\u0442\u044C\u044E...",disableConfirm:"\u0414\u0432\u0443\u044F\u0437\u044B\u0447\u043D\u0430\u044F \u0443\u0441\u0442\u0430\u043D\u043E\u0432\u043A\u0430 \u0434\u043B\u044F \u0440\u0430\u0441\u0448\u0438\u0440\u0435\u043D\u0438\u044F \u0438\u043D\u0444\u043E\u0440\u043C\u0430\u0446\u0438\u0438",disableOnce:"\u042D\u0442\u0430 \u0438\u043D\u0432\u0430\u043B\u0438\u0434\u043D\u043E\u0441\u0442\u044C",disableGlobal:"\u043E\u0442\u043A\u043B\u044E\u0447\u0438\u0442\u044C \u043D\u0430\u0432\u0441\u0435\u0433\u0434\u0430",disableTint:"* \u0412\u044B \u043C\u043E\u0436\u0435\u0442\u0435 \u043F\u043E\u0432\u0442\u043E\u0440\u043D\u043E \u0432\u043A\u043B\u044E\u0447\u0438\u0442\u044C \u0435\u0433\u043E \u043D\u0430 \u0441\u0430\u0439\u0442\u0435 {option} .",searchEnhancementNotes:"\u041C\u044B \u043E\u0431\u043D\u0430\u0440\u0443\u0436\u0438\u043B\u0438, \u0447\u0442\u043E \u0440\u0435\u0437\u0443\u043B\u044C\u0442\u0430\u0442\u044B \u043F\u043E\u0438\u0441\u043A\u0430 \u043D\u043E\u0432\u043E\u0441\u0442\u0435\u0439 \u043F\u043E \u043A\u043B\u044E\u0447\u0435\u0432\u044B\u043C \u0441\u043B\u043E\u0432\u0430\u043C \u043D\u0430 \u043A\u0438\u0442\u0430\u0439\u0441\u043A\u043E\u043C \u0438 \u0430\u043D\u0433\u043B\u0438\u0439\u0441\u043A\u043E\u043C \u044F\u0437\u044B\u043A\u0430\u0445 \u0441\u0438\u043B\u044C\u043D\u043E \u043E\u0442\u043B\u0438\u0447\u0430\u044E\u0442\u0441\u044F. \u041F\u043E\u0441\u043B\u0435 \u0432\u043A\u043B\u044E\u0447\u0435\u043D\u0438\u044F \u0444\u0443\u043D\u043A\u0446\u0438\u0438 Immersive Translation Bilingual Information Enhancement \u043C\u044B \u0431\u0443\u0434\u0435\u043C \u0430\u0432\u0442\u043E\u043C\u0430\u0442\u0438\u0447\u0435\u0441\u043A\u0438 \u0438\u0441\u043A\u0430\u0442\u044C \u0434\u043B\u044F \u0432\u0430\u0441 \u0442\u0435 \u0436\u0435 \u0441\u0430\u043C\u044B\u0435 \u043A\u043B\u044E\u0447\u0435\u0432\u044B\u0435 \u0441\u043B\u043E\u0432\u0430 \u043D\u0430 \u0430\u043D\u0433\u043B\u0438\u0439\u0441\u043A\u043E\u043C \u044F\u0437\u044B\u043A\u0435 \u043D\u0430 \u043F\u043E\u0434\u0434\u0435\u0440\u0436\u0438\u0432\u0430\u0435\u043C\u044B\u0445 \u0441\u0430\u0439\u0442\u0430\u0445 (Google News, Google Search (\u043D\u0435\u043A\u043E\u0442\u043E\u0440\u044B\u0435 \u043A\u043B\u044E\u0447\u0435\u0432\u044B\u0435 \u0441\u043B\u043E\u0432\u0430), Snowball, Oriental Wealth, Futura, Tiger) \u0438 \u043E\u0442\u043E\u0431\u0440\u0430\u0436\u0430\u0442\u044C \u0438\u0445 \u0432 \u043F\u0440\u0430\u0432\u043E\u0439 \u0447\u0430\u0441\u0442\u0438. \u0412\u044B \u043C\u043E\u0436\u0435\u0442\u0435 \u043E\u0442\u043A\u043B\u044E\u0447\u0438\u0442\u044C \u044D\u0442\u0443 \u0444\u0443\u043D\u043A\u0446\u0438\u044E, \u0435\u0441\u043B\u0438 \u043E\u043D\u0430 \u0432\u0430\u043C \u043D\u0435 \u043D\u0443\u0436\u043D\u0430.",option:"\u043D\u0430\u0441\u0442\u0440\u0430\u0438\u0432\u0430\u0442\u044C",saveSettings:"\u0421\u043E\u0445\u0440\u0430\u043D\u0438\u0442\u044C \u043D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0438",closeModal:"\u0417\u0430\u043A\u0440\u044B\u0442\u044C \u043E\u043A\u043D\u043E",enableInputTranslationWithoutTriggerKeyTitle:"\u0412\u043A\u043B\u044E\u0447\u0438\u0442\u0435 3 \u0431\u044B\u0441\u0442\u0440\u044B\u0445 \u043D\u0430\u0436\u0430\u0442\u0438\u044F \u043D\u0430{trailingKey}, \u0447\u0442\u043E\u0431\u044B \u043D\u0430\u043F\u0440\u044F\u043C\u0443\u044E \u043F\u0435\u0440\u0435\u0432\u0435\u0441\u0442\u0438 \u0432\u0441\u0435 \u043F\u043E\u043B\u0435 \u0432\u0432\u043E\u0434\u0430 \u043D\u0430{inputTargetLanguage}.",enableInputTranslationWithoutTriggerKeyDescription:"\u0427\u0442\u043E\u0431\u044B \u0443\u043A\u0430\u0437\u0430\u0442\u044C \u0446\u0435\u043B\u0435\u0432\u043E\u0439 \u044F\u0437\u044B\u043A, \u0434\u043E\u0431\u0430\u0432\u044C\u0442\u0435 \u043A \u043D\u0435\u043C\u0443 \u043A\u043E\u0434 \u044F\u0437\u044B\u043A\u0430, \u043D\u0430\u043F\u0440\u0438\u043C\u0435\u0440,\uFF1Aja Hello World",mouseHoverShortcutPlaceholder:"\u043D\u0430\u043F\u0440\u0438\u043C\u0435\u0440,\uFF1AShift",deepLProName:"Immersive Translation Pro Member (Recommended)",deepLProDescription:"\u0422\u0435\u043A\u0443\u0449\u0438\u0439 \u043F\u0430\u043A\u0435\u0442 \u043C\u043E\u0436\u0435\u0442 \u0431\u044B\u0442\u044C \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u043D \u043D\u0430\u043F\u0440\u044F\u043C\u0443\u044E",deeplProDescriptionForNormal:"\u041D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0430 \u043D\u0435 \u0442\u0440\u0435\u0431\u0443\u0435\u0442\u0441\u044F, \u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u0435\u043B\u0438 \u043C\u043E\u0433\u0443\u0442 \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u044C \u0435\u0433\u043E \u043F\u043E\u0441\u043B\u0435 \u0432\u0445\u043E\u0434\u0430 \u0432 \u0441\u0438\u0441\u0442\u0435\u043C\u0443, <1>\u043D\u0430\u0436\u043C\u0438\u0442\u0435 \u0437\u0434\u0435\u0441\u044C, \u0447\u0442\u043E\u0431\u044B \u043F\u0435\u0440\u0435\u0439\u0442\u0438 \u0432 \u043A\u0430\u0442\u0435\u0433\u043E\u0440\u0438\u044E \u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u0435\u043B\u0435\u0439",deepLCustomDescription:"\u0422\u0440\u0435\u0431\u0443\u0435\u0442\u0441\u044F \u0438\u043D\u043E\u0441\u0442\u0440\u0430\u043D\u043D\u0430\u044F \u043A\u0440\u0435\u0434\u0438\u0442\u043D\u0430\u044F \u043A\u0430\u0440\u0442\u0430, \u043E\u0444\u0438\u0446\u0438\u0430\u043B\u044C\u043D\u043E \u043E\u0442\u043A\u0440\u044B\u0442\u0430 \u043D\u0430 \u0441\u0430\u0439\u0442\u0435 <1>DeepL, \u043D\u0430\u0436\u043C\u0438\u0442\u0435 \u0434\u043B\u044F \u043F\u043E\u043B\u0443\u0447\u0435\u043D\u0438\u044F <2>\u0434\u043E\u043A\u0443\u043C\u0435\u043D\u0442\u0430\u0446\u0438\u0438",deepLCustomName:"\u041F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u0435\u043B\u044C\u0441\u043A\u0438\u0439 \u043A\u043B\u044E\u0447 \u0430\u0432\u0442\u043E\u0440\u0438\u0437\u0430\u0446\u0438\u0438",chooseProviderLabel:"\u0412\u044B\u0431\u043E\u0440 \u043F\u043E\u0441\u0442\u0430\u0432\u0449\u0438\u043A\u0430 \u0443\u0441\u043B\u0443\u0433",openaiProName:"Immersive Translation Pro Member (Recommended)",openaiProDescription:"\u0422\u0435\u043A\u0443\u0449\u0438\u0439 \u043F\u0430\u043A\u0435\u0442 \u043C\u043E\u0436\u0435\u0442 \u0431\u044B\u0442\u044C \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u043D \u043D\u0430\u043F\u0440\u044F\u043C\u0443\u044E",openaiProDescriptionForNormal:"\u041D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0430 \u043D\u0435 \u0442\u0440\u0435\u0431\u0443\u0435\u0442\u0441\u044F, \u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u0435\u043B\u0438 \u043C\u043E\u0433\u0443\u0442 \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u044C \u0435\u0433\u043E \u043F\u043E\u0441\u043B\u0435 \u0432\u0445\u043E\u0434\u0430 \u0432 \u0441\u0438\u0441\u0442\u0435\u043C\u0443, <1>\u043D\u0430\u0436\u043C\u0438\u0442\u0435 \u0437\u0434\u0435\u0441\u044C, \u0447\u0442\u043E\u0431\u044B \u043F\u0435\u0440\u0435\u0439\u0442\u0438 \u0432 \u043A\u0430\u0442\u0435\u0433\u043E\u0440\u0438\u044E \u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u0435\u043B\u0435\u0439",openaiCustomDescription:"\u0414\u043E\u0441\u0442\u0443\u043F\u043D\u044B OpenAI, Azure OpenAI \u0438\u043B\u0438 \u0434\u0440\u0443\u0433\u0438\u0435 \u0441\u0442\u043E\u0440\u043E\u043D\u043D\u0438\u0435 \u0441\u0435\u0440\u0432\u0438\u0441\u044B, <1>\u0434\u043E\u043A\u0443\u043C\u0435\u043D\u0442\u0430\u0446\u0438\u044E \u043C\u043E\u0436\u043D\u043E \u043D\u0430\u0439\u0442\u0438 \u0437\u0434\u0435\u0441\u044C",openaiCustomName:"\u041F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u0435\u043B\u044C\u0441\u043A\u0438\u0439 \u043A\u043B\u044E\u0447 API",needLoginAction:"(\u041E\u0442\u043A\u0440\u044B\u0442\u043E\u0435 \u0447\u043B\u0435\u043D\u0441\u0442\u0432\u043E \u0438\u043B\u0438 \u043D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0430)",goLoginOrAction:"(\u041E\u0442\u043A\u0440\u043E\u0439\u0442\u0435 \u0447\u043B\u0435\u043D\u0441\u0442\u0432\u043E \u0438\u043B\u0438 \u043F\u0435\u0440\u0435\u0439\u0434\u0438\u0442\u0435 \u043A \u043D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0430\u043C)",yearly:"\u043E\u0441\u0443\u0449\u0435\u0441\u0442\u0432\u043B\u044F\u0442\u044C \u043F\u043E\u0441\u043B\u0435\u0434\u043E\u0432\u0430\u0442\u0435\u043B\u044C\u043D\u044B\u0439 \u0435\u0436\u0435\u0433\u043E\u0434\u043D\u044B\u0439 \u043F\u043B\u0430\u0442\u0435\u0436",quarterly:"\u043F\u043E\u0441\u043B\u0435\u0434\u043E\u0432\u0430\u0442\u0435\u043B\u044C\u043D\u0430\u044F \u0443\u043F\u0430\u043A\u043E\u0432\u043A\u0430",monthly:"\u0435\u0436\u0435\u043C\u0435\u0441\u044F\u0447\u043D\u0430\u044F \u043F\u043E\u0434\u043F\u0438\u0441\u043A\u0430",yearlyForOnce:"\u0415\u0434\u0438\u043D\u043E\u0432\u0440\u0435\u043C\u0435\u043D\u043D\u044B\u0439 \u0433\u043E\u0434\u043E\u0432\u043E\u0439 \u043F\u0430\u043A\u0435\u0442",monthlyForOnce:"\u0415\u0434\u0438\u043D\u043E\u0432\u0440\u0435\u043C\u0435\u043D\u043D\u044B\u0439 \u043C\u0435\u0441\u044F\u0447\u043D\u044B\u0439 \u043F\u0430\u043A\u0435\u0442",daily:"\u043F\u043E\u0441\u043B\u0435\u0434\u043E\u0432\u0430\u0442\u0435\u043B\u044C\u043D\u044B\u0445 \u043F\u0430\u043A\u0435\u0442\u043D\u044B\u0445 \u0434\u043D\u0435\u0439",year:"\u043E\u0441\u0443\u0449\u0435\u0441\u0442\u0432\u043B\u044F\u0442\u044C \u043F\u043E\u0441\u043B\u0435\u0434\u043E\u0432\u0430\u0442\u0435\u043B\u044C\u043D\u044B\u0439 \u0435\u0436\u0435\u0433\u043E\u0434\u043D\u044B\u0439 \u043F\u043B\u0430\u0442\u0435\u0436",quarter:"\u043F\u043E\u0441\u043B\u0435\u0434\u043E\u0432\u0430\u0442\u0435\u043B\u044C\u043D\u0430\u044F \u0443\u043F\u0430\u043A\u043E\u0432\u043A\u0430",month:"\u0435\u0436\u0435\u043C\u0435\u0441\u044F\u0447\u043D\u0430\u044F \u043F\u043E\u0434\u043F\u0438\u0441\u043A\u0430",day:"\u043F\u043E\u0441\u043B\u0435\u0434\u043E\u0432\u0430\u0442\u0435\u043B\u044C\u043D\u044B\u0445 \u043F\u0430\u043A\u0435\u0442\u043D\u044B\u0445 \u0434\u043D\u0435\u0439",onetime_7day:"7-\u0434\u043D\u0435\u0432\u043D\u044B\u0439 \u043F\u0430\u043A\u0435\u0442 \u0432\u043F\u0435\u0447\u0430\u0442\u043B\u0435\u043D\u0438\u0439",currentPlanDescriptionForFree:"\u0422\u0435\u043A\u0443\u0449\u0438\u0435 \u043F\u0430\u043A\u0435\u0442\u044B\uFF1A\u0411\u0435\u0441\u043F\u043B\u0430\u0442\u043D\u043E",currentPlanDescriptionForContinuous:"\u0414\u0435\u0439\u0441\u0442\u0432\u0443\u044E\u0449\u0438\u0439 \u043F\u0430\u043A\u0435\u0442\uFF1A{plan}\u0431\u0443\u0434\u0435\u0442 \u0430\u0432\u0442\u043E\u043C\u0430\u0442\u0438\u0447\u0435\u0441\u043A\u0438 \u043F\u0440\u043E\u0434\u043B\u0435\u043D \u043D\u0430 {endAt}",currentPlanDescriptionForAutoRenewCaceling:"\u0421\u0440\u043E\u043A \u0434\u0435\u0439\u0441\u0442\u0432\u0438\u044F \u0442\u0435\u043A\u0443\u0449\u0435\u0433\u043E \u043F\u0430\u043A\u0435\u0442\u0430\uFF1A{plan}\u0438\u0441\u0442\u0435\u043A\u0430\u0435\u0442 \u043D\u0430 \u0441\u0430\u0439\u0442\u0435 {endAt} \u0438 \u043D\u0435 \u0431\u0443\u0434\u0435\u0442 \u0430\u0432\u0442\u043E\u043C\u0430\u0442\u0438\u0447\u0435\u0441\u043A\u0438 \u043F\u0440\u043E\u0434\u043B\u0435\u0432\u0430\u0442\u044C\u0441\u044F \u043F\u043E \u0435\u0433\u043E \u0438\u0441\u0442\u0435\u0447\u0435\u043D\u0438\u0438.",currentYearlyPlanDescriptionForAutoRenewCacelingWithRealPaiedUser:"\u0421\u0440\u043E\u043A \u0434\u0435\u0439\u0441\u0442\u0432\u0438\u044F \u0442\u0435\u043A\u0443\u0449\u0435\u0433\u043E \u043F\u0430\u043A\u0435\u0442\u0430\uFF1A{plan}\u0438\u0441\u0442\u0435\u043A\u0430\u0435\u0442 \u043D\u0430 \u0441\u0430\u0439\u0442\u0435 {endAt} \u0438 \u043D\u0435 \u0431\u0443\u0434\u0435\u0442 \u0430\u0432\u0442\u043E\u043C\u0430\u0442\u0438\u0447\u0435\u0441\u043A\u0438 \u043F\u0440\u043E\u0434\u043B\u0435\u0432\u0430\u0442\u044C\u0441\u044F \u043F\u043E \u0435\u0433\u043E \u0438\u0441\u0442\u0435\u0447\u0435\u043D\u0438\u0438.
<1>\u041D\u0430\u0436\u043C\u0438\u0442\u0435 \u0437\u0434\u0435\u0441\u044C, \u0447\u0442\u043E\u0431\u044B \u0443\u043F\u0440\u0430\u0432\u043B\u044F\u0442\u044C \u043F\u043B\u0430\u043D\u043E\u043C \u043F\u0440\u043E\u0434\u043B\u0435\u043D\u0438\u044F",currentYearlyPlanDescriptionForAutoRenewCacelingWithAdmin:"\u0421\u0440\u043E\u043A \u0434\u0435\u0439\u0441\u0442\u0432\u0438\u044F \u0442\u0435\u043A\u0443\u0449\u0435\u0433\u043E \u043F\u0430\u043A\u0435\u0442\u0430\uFF1A{plan}\u0438\u0441\u0442\u0435\u043A\u0430\u0435\u0442 \u043D\u0430 \u0441\u0430\u0439\u0442\u0435 {endAt} \u0438 \u043D\u0435 \u0431\u0443\u0434\u0435\u0442 \u0430\u0432\u0442\u043E\u043C\u0430\u0442\u0438\u0447\u0435\u0441\u043A\u0438 \u043F\u0440\u043E\u0434\u043B\u0435\u0432\u0430\u0442\u044C\u0441\u044F \u043F\u043E \u0435\u0433\u043E \u0438\u0441\u0442\u0435\u0447\u0435\u043D\u0438\u0438.
<1>\u041D\u0430\u0436\u043C\u0438\u0442\u0435 \u0437\u0434\u0435\u0441\u044C, \u0447\u0442\u043E\u0431\u044B \u0430\u043A\u0442\u0438\u0432\u0438\u0440\u043E\u0432\u0430\u0442\u044C \u043D\u0435\u043F\u0440\u0435\u0440\u044B\u0432\u043D\u0443\u044E \u0433\u043E\u0434\u043E\u0432\u0443\u044E \u043F\u043E\u0434\u043F\u0438\u0441\u043A\u0443",currentPlanDescriptionForOneTime:"\u0421\u0440\u043E\u043A \u0434\u0435\u0439\u0441\u0442\u0432\u0438\u044F \u0442\u0435\u043A\u0443\u0449\u0435\u0439 \u043F\u043E\u0434\u043F\u0438\u0441\u043A\u0438\uFF1A{plan}\u0438\u0441\u0442\u0435\u043A\u0430\u0435\u0442 \u043D\u0430 \u0441\u0430\u0439\u0442\u0435 {endAt} , <1>\u043D\u0430\u0436\u043C\u0438\u0442\u0435 \u0437\u0434\u0435\u0441\u044C, \u0447\u0442\u043E\u0431\u044B \u043F\u0435\u0440\u0435\u0439\u0442\u0438 \u043D\u0430 \u0433\u043E\u0434\u043E\u0432\u043E\u0435 \u0438\u043B\u0438 <2>\u0435\u0436\u0435\u043C\u0435\u0441\u044F\u0447\u043D\u043E\u0435 \u0447\u043B\u0435\u043D\u0441\u0442\u0432\u043E.",upgradePlan:"\u041D\u0430\u0436\u043C\u0438\u0442\u0435 \u0437\u0434\u0435\u0441\u044C, \u0447\u0442\u043E\u0431\u044B \u043F\u0435\u0440\u0435\u0439\u0442\u0438 \u043D\u0430 \u0447\u043B\u0435\u043D\u0441\u0442\u0432\u043E Pro",upgradeToPro:"\u041F\u0435\u0440\u0435\u0439\u0442\u0438 \u043D\u0430 \u0447\u043B\u0435\u043D\u0441\u0442\u0432\u043E Pro","popup.openPro":"\u0427\u0442\u043E\u0431\u044B \u043F\u043E\u043B\u0443\u0447\u0438\u0442\u044C \u0432\u043E\u0437\u043C\u043E\u0436\u043D\u043E\u0441\u0442\u044C \u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u044C\u0441\u044F DeepL \u0438 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u043E\u043C OpenAI, \u043F\u0435\u0440\u0435\u0439\u0434\u0438\u0442\u0435 \u043F\u043E \u0441\u0441\u044B\u043B\u043A\u0435.","popup.openProForPro":"\u0412\u044B \u044F\u0432\u043B\u044F\u0435\u0442\u0435\u0441\u044C \u0443\u0447\u0430\u0441\u0442\u043D\u0438\u043A\u043E\u043C \u043F\u0440\u043E\u0433\u0440\u0430\u043C\u043C\u044B Pro \u0441 \u043F\u0440\u044F\u043C\u044B\u043C \u0434\u043E\u0441\u0442\u0443\u043F\u043E\u043C \u043A DeepL \u0438 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430\u043C OpenAI!",currentAccount:"\u0442\u0435\u043A\u0443\u0449\u0438\u0439 \u0441\u0447\u0451\u0442",enableAutoSyncUserSettings:"\u041E\u0431\u0435\u0441\u043F\u0435\u0447\u0435\u043D\u0438\u0435 \u0430\u0432\u0442\u043E\u043C\u0430\u0442\u0438\u0447\u0435\u0441\u043A\u043E\u0439 \u043E\u0431\u043B\u0430\u0447\u043D\u043E\u0439 \u0441\u0438\u043D\u0445\u0440\u043E\u043D\u0438\u0437\u0430\u0446\u0438\u0438 \u043D\u0430 \u043D\u0435\u0441\u043A\u043E\u043B\u044C\u043A\u0438\u0445 \u0443\u0441\u0442\u0440\u043E\u0439\u0441\u0442\u0432\u0430\u0445",modalEnableInputTranslationTitle:"\u0411\u043B\u043E\u043A \u0432\u0432\u043E\u0434\u0430 \u0438\u043C\u043C\u0435\u0440\u0441\u0438\u0432\u043D\u043E\u0433\u043E \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430 \u041F\u0435\u0440\u0435\u0432\u043E\u0434\u0447\u0435\u0441\u043A\u0438\u0435 \u043E\u043F\u043E\u0432\u0435\u0449\u0435\u043D\u0438\u044F",modalEnableInputTranslationDesc:"\u0412\u044B \u0442\u043E\u043B\u044C\u043A\u043E \u0447\u0442\u043E \u0437\u0430\u043F\u0443\u0441\u0442\u0438\u043B\u0438 \u0444\u0443\u043D\u043A\u0446\u0438\u044E \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430 \u043F\u043E\u043B\u044F \u0432\u0432\u043E\u0434\u0430 Immersive Translation, \u043D\u0430\u0436\u0430\u0432 3 \u0440\u0430\u0437\u0430 \u043F\u043E\u0434\u0440\u044F\u0434 \u043A\u043B\u0430\u0432\u0438\u0448\u0443 \u043F\u0440\u043E\u0431\u0435\u043B\u0430, \u0438 \u0441\u043E\u0434\u0435\u0440\u0436\u0438\u043C\u043E\u0435 \u043F\u043E\u043B\u044F \u0432\u0432\u043E\u0434\u0430 \u0431\u0443\u0434\u0435\u0442 \u043F\u0435\u0440\u0435\u0432\u0435\u0434\u0435\u043D\u043E \u043D\u0430 \u0446\u0435\u043B\u0435\u0432\u043E\u0439 \u044F\u0437\u044B\u043A \u043F\u043E \u0443\u043C\u043E\u043B\u0447\u0430\u043D\u0438\u044E. \u041F\u0435\u0440\u0435\u0432\u043E\u0434 \u043C\u043E\u0436\u043D\u043E \u043E\u0442\u043C\u0435\u043D\u0438\u0442\u044C \u0441 \u043F\u043E\u043C\u043E\u0449\u044C\u044E \u043A\u043B\u0430\u0432\u0438\u0448 Ctrl+Z.

\u0415\u0441\u043B\u0438 \u044D\u0442\u043E \u0431\u044B\u043B\u0430 \u043E\u0448\u0438\u0431\u043A\u0430, \u043D\u0435 \u0432\u043E\u043B\u043D\u0443\u0439\u0442\u0435\u0441\u044C, \u0432\u044B \u043C\u043E\u0436\u0435\u0442\u0435 \u043E\u0442\u043A\u043B\u044E\u0447\u0438\u0442\u044C \u0435\u0435 \u043D\u0430 \u044D\u0442\u043E\u0442 \u0440\u0430\u0437 \u0438\u043B\u0438 \u043D\u0430\u0432\u0441\u0435\u0433\u0434\u0430 \u043E\u0442\u043A\u043B\u044E\u0447\u0438\u0442\u044C \u043F\u0435\u0440\u0435\u0432\u043E\u0434 \u043F\u043E\u043B\u044F \u0432\u0432\u043E\u0434\u0430.",saveAndNotShowAgain:"\u0421\u043E\u0445\u0440\u0430\u043D\u0438\u0442\u044C \u0438 \u043E\u0441\u0442\u0430\u043D\u043E\u0432\u0438\u0442\u044C \u0437\u0430\u043F\u0440\u043E\u0441",disableInputTranslationTips:"* \u0412\u044B \u0442\u0430\u043A\u0436\u0435 \u043C\u043E\u0436\u0435\u0442\u0435 \u0443\u0441\u0442\u0430\u043D\u043E\u0432\u0438\u0442\u044C \u0434\u0440\u0443\u0433\u0438\u0435 \u0441\u043E\u0447\u0435\u0442\u0430\u043D\u0438\u044F \u043A\u043B\u0430\u0432\u0438\u0448 \u0434\u043B\u044F \u0441\u0440\u0430\u0431\u0430\u0442\u044B\u0432\u0430\u043D\u0438\u044F \u0432 {option} ,{learnMore}.",learnMore:"\u041D\u0430\u0436\u043C\u0438\u0442\u0435 \u0437\u0434\u0435\u0441\u044C, \u0447\u0442\u043E\u0431\u044B \u0443\u0437\u043D\u0430\u0442\u044C \u0431\u043E\u043B\u044C\u0448\u0435",continueEnalbeInputTranslation:"\u041F\u0440\u043E\u0434\u043E\u043B\u0436\u0435\u043D\u0438\u0435 \u0432\u043A\u043B\u044E\u0447\u0435\u043D\u0438\u044F \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430 \u043F\u043E\u043B\u044F \u0432\u0432\u043E\u0434\u0430",autoRenewTrialSuffix:'(\u0412 \u043F\u0440\u043E\u0431\u043D\u043E\u043C \u0432\u0430\u0440\u0438\u0430\u043D\u0442\u0435\u0441\u0440\u0430\u0437\u0443 \u0436\u0435 \u043F\u0435\u0440\u0435\u0448\u0435\u043B \u043D\u0430 \u043F\u043E\u043B\u043D\u043E\u0435 \u0447\u043B\u0435\u043D\u0441\u0442\u0432\u043E)',upgradeFromTrialTitle:"\u041F\u043E\u0432\u044B\u0448\u0435\u043D\u0438\u0435 \u0441\u0442\u0430\u0442\u0443\u0441\u0430 \u0434\u043E \u043F\u043E\u043B\u043D\u043E\u0433\u043E \u0447\u043B\u0435\u043D\u0430",subtitle:"\u0441\u0443\u0431\u0442\u0438\u0442\u0440\u044B \u043A \u0432\u0438\u0434\u0435\u043E\u0444\u0438\u043B\u044C\u043C\u0430\u043C",youtubeService:"\u0418\u043C\u043C\u0435\u0440\u0441\u0438\u043E\u043D\u043D\u044B\u0439 \u043F\u0435\u0440\u0435\u0432\u043E\u0434 \u0412\u0438\u0434\u0435\u043E\u0441\u0443\u0431\u0442\u0438\u0442\u0440\u0438\u0440\u043E\u0432\u0430\u043D\u0438\u0435 \u041F\u0435\u0440\u0435\u0432\u043E\u0434\u0447\u0435\u0441\u043A\u0438\u0435 \u0443\u0441\u043B\u0443\u0433\u0438","subtitle.disabledSubtitle":"\u041F\u043E\u0441\u0442\u043E\u044F\u043D\u043D\u043E\u0435 \u043E\u0442\u043A\u043B\u044E\u0447\u0435\u043D\u0438\u0435 \u0444\u0443\u043D\u043A\u0446\u0438\u0438 \u0432\u0438\u0434\u0435\u043E\u0441\u0443\u0431\u0442\u0438\u0442\u0440\u043E\u0432","subtitle.disabledSubtitleDescription":"\u0415\u0441\u043B\u0438 Immersive Translator's Video Subtitles \u043A\u043E\u043D\u0444\u043B\u0438\u043A\u0442\u0443\u0435\u0442 \u0441 \u0434\u0440\u0443\u0433\u0438\u043C\u0438 \u0440\u0430\u0441\u0448\u0438\u0440\u0435\u043D\u0438\u044F\u043C\u0438, \u0432\u044B \u043C\u043E\u0436\u0435\u0442\u0435 \u0432\u044B\u0431\u0440\u0430\u0442\u044C \u043F\u043E\u0441\u0442\u043E\u044F\u043D\u043D\u043E\u0435 \u043E\u0442\u043A\u043B\u044E\u0447\u0435\u043D\u0438\u0435 Immersive Translator's Video Subtitles \u0438\u043B\u0438 \u0434\u0435\u0438\u043D\u0441\u0442\u0430\u043B\u043B\u0438\u0440\u043E\u0432\u0430\u0442\u044C \u0434\u0440\u0443\u0433\u0438\u0435 \u043A\u043E\u043D\u0444\u043B\u0438\u043A\u0442\u0443\u044E\u0449\u0438\u0435 \u0440\u0430\u0441\u0448\u0438\u0440\u0435\u043D\u0438\u044F","subtitle.autoEnableSubtitle":"\u0410\u0432\u0442\u043E\u043C\u0430\u0442\u0438\u0447\u0435\u0441\u043A\u043E\u0435 \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u043D\u0438\u0435 \u0434\u0432\u0443\u044F\u0437\u044B\u0447\u043D\u044B\u0445 \u0441\u0443\u0431\u0442\u0438\u0442\u0440\u043E\u0432","subtitle.autoEnableSubtitleDescription":"\u041F\u043E\u0441\u043B\u0435 \u0430\u043A\u0442\u0438\u0432\u0430\u0446\u0438\u0438, \u043F\u0440\u0438 \u0432\u043E\u0441\u043F\u0440\u043E\u0438\u0437\u0432\u0435\u0434\u0435\u043D\u0438\u0438 \u0432\u0438\u0434\u0435\u043E, \u0431\u0443\u0434\u0443\u0442 \u0430\u0432\u0442\u043E\u043C\u0430\u0442\u0438\u0447\u0435\u0441\u043A\u0438 \u043E\u0442\u043E\u0431\u0440\u0430\u0436\u0430\u0442\u044C\u0441\u044F \u0434\u0432\u0443\u044F\u0437\u044B\u0447\u043D\u044B\u0435 \u0441\u0443\u0431\u0442\u0438\u0442\u0440\u044B, \u0432 \u043F\u0440\u043E\u0442\u0438\u0432\u043D\u043E\u043C \u0441\u043B\u0443\u0447\u0430\u0435 \u043D\u0435\u043E\u0431\u0445\u043E\u0434\u0438\u043C\u043E \u043D\u0430\u0436\u0430\u0442\u044C \u043A\u043D\u043E\u043F\u043A\u0443 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430 \u0434\u043B\u044F \u043E\u0442\u043E\u0431\u0440\u0430\u0436\u0435\u043D\u0438\u044F.","subtitle.preTranslation":"\u041F\u0435\u0440\u0435\u0432\u043E\u0434 \u0441\u0443\u0431\u0442\u0438\u0442\u0440\u043E\u0432 \u0441 \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u043D\u0438\u0435\u043C \u0438\u043C\u043C\u0435\u0440\u0441\u0438\u0432\u043D\u043E\u0433\u043E \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430","subtitle.preTranslationDescription":"\u041F\u0440\u0438 \u0432\u043A\u043B\u044E\u0447\u0435\u043D\u0438\u0438 \u044D\u0442\u043E\u0439 \u0444\u0443\u043D\u043A\u0446\u0438\u0438 \u0432\u0441\u0435 \u0441\u0443\u0431\u0442\u0438\u0442\u0440\u044B \u0431\u0443\u0434\u0443\u0442 \u043F\u0440\u0435\u0434\u0432\u0430\u0440\u0438\u0442\u0435\u043B\u044C\u043D\u043E \u043F\u0435\u0440\u0435\u0432\u0435\u0434\u0435\u043D\u044B \u0441 \u043F\u043E\u043C\u043E\u0449\u044C\u044E \u0443\u043A\u0430\u0437\u0430\u043D\u043D\u043E\u0433\u043E \u043D\u0438\u0436\u0435 \u0441\u0435\u0440\u0432\u0438\u0441\u0430 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430, \u043F\u0440\u0438 \u044D\u0442\u043E\u043C \u043D\u0430 1-\u0447\u0430\u0441\u043E\u0432\u043E\u0435 \u0432\u0438\u0434\u0435\u043E \u0431\u0443\u0434\u0435\u0442 \u0437\u0430\u0442\u0440\u0430\u0447\u0435\u043D\u043E \u043E\u043A\u043E\u043B\u043E 50 000 \u0442\u043E\u043A\u0435\u043D\u043E\u0432 \u0438\u043B\u0438 \u0441\u0438\u043C\u0432\u043E\u043B\u043E\u0432, \u043F\u043E\u044D\u0442\u043E\u043C\u0443 \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u0443\u0439\u0442\u0435 \u0438\u0445 \u043F\u043E \u0441\u0432\u043E\u0435\u043C\u0443 \u0443\u0441\u043C\u043E\u0442\u0440\u0435\u043D\u0438\u044E; \u043F\u0440\u0438 \u043E\u0442\u043A\u043B\u044E\u0447\u0435\u043D\u0438\u0438 \u044D\u0442\u043E\u0439 \u0444\u0443\u043D\u043A\u0446\u0438\u0438 \u0441\u043D\u0430\u0447\u0430\u043B\u0430 \u0431\u0443\u0434\u0443\u0442 \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u044C\u0441\u044F \u043E\u0440\u0438\u0433\u0438\u043D\u0430\u043B\u044C\u043D\u044B\u0435 \u0441\u0443\u0431\u0442\u0438\u0442\u0440\u044B.","subtitle.humanSubtitlesPreferred":"\u041F\u0440\u0438\u043E\u0440\u0438\u0442\u0435\u0442\u043D\u043E\u0435 \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u043D\u0438\u0435 \u0447\u0435\u043B\u043E\u0432\u0435\u0447\u0435\u0441\u043A\u0438\u0445 \u0441\u0443\u0431\u0442\u0438\u0442\u0440\u043E\u0432","subtitle.humanSubtitlesPreferredDescription":"\u041F\u0440\u0438\u043E\u0440\u0438\u0442\u0435\u0442 \u043E\u0442\u0434\u0430\u0435\u0442\u0441\u044F \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u043D\u0438\u044E \u0447\u0435\u043B\u043E\u0432\u0435\u0447\u0435\u0441\u043A\u0438\u0445 \u0441\u0443\u0431\u0442\u0438\u0442\u0440\u043E\u0432, \u0435\u0441\u043B\u0438 \u0432\u0438\u0434\u0435\u043E\u0440\u043E\u043B\u0438\u043A \u0438\u043C\u0435\u0435\u0442 \u0447\u0435\u043B\u043E\u0432\u0435\u0447\u0435\u0441\u043A\u0438\u0435 \u0441\u0443\u0431\u0442\u0438\u0442\u0440\u044B \u043D\u0430 \u0446\u0435\u043B\u0435\u0432\u043E\u043C \u044F\u0437\u044B\u043A\u0435 (\u0440\u0435\u043A\u043E\u043C\u0435\u043D\u0434\u0443\u0435\u0442\u0441\u044F)",videoSubtitleTranslationDescription:"\u041D\u0430\u0437\u043D\u0430\u0447\u0438\u0442\u044C \u043E\u0442\u0434\u0435\u043B\u044C\u043D\u0443\u044E \u0441\u043B\u0443\u0436\u0431\u0443 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430 \u0434\u043B\u044F \u0432\u0438\u0434\u0435\u043E\u0441\u0443\u0431\u0442\u0438\u0442\u0440\u043E\u0432",subtitleTranslating:"\u041F\u043E\u0436\u0430\u043B\u0443\u0439\u0441\u0442\u0430, \u043F\u043E\u0434\u043E\u0436\u0434\u0438\u0442\u0435, \u043F\u043E\u043A\u0430 \u0441\u0443\u0431\u0442\u0438\u0442\u0440\u044B \u0431\u0443\u0434\u0443\u0442 \u043F\u0435\u0440\u0435\u0432\u0435\u0434\u0435\u043D\u044B \u0441 \u043F\u043E\u043C\u043E\u0449\u044C\u044E \u0441\u0435\u0440\u0432\u0438\u0441\u0430 {service} ... (\u0438\u043C\u043C\u0435\u0440\u0441\u0438\u043E\u043D\u043D\u044B\u0439 \u043F\u0435\u0440\u0435\u0432\u043E\u0434)",subtitleLoading:"\u0417\u0430\u0433\u0440\u0443\u0437\u043A\u0430 \u0441\u0443\u0431\u0442\u0438\u0442\u0440\u043E\u0432...",bilingual:"\u0431\u0438\u043B\u0438\u043D\u0433\u0432\u0438\u0437\u043C","field.action":"\u0412\u043A\u043B\u044E\u0447\u0430\u0442\u044C \u043B\u0438 \u0442\u0435\u0440\u043C\u0438\u043D\u043E\u043B\u043E\u0433\u0438\u044E Baidu","description.action":"\u041F\u0440\u0438 \u0432\u043A\u043B\u044E\u0447\u0435\u043D\u0438\u0438 \u0432 \u0437\u0430\u043F\u0440\u043E\u0441 \u0431\u0443\u0434\u0435\u0442 \u0434\u043E\u0431\u0430\u0432\u043B\u0435\u043D \u043F\u0430\u0440\u0430\u043C\u0435\u0442\u0440 action=1, \u0438\u043D\u0444\u043E\u0440\u043C\u0438\u0440\u0443\u044E\u0449\u0438\u0439 Baidu \u043E \u0432\u043A\u043B\u044E\u0447\u0435\u043D\u043D\u043E\u043C \u0442\u0435\u0440\u043C\u0438\u043D\u0435; <1>\u0431\u043E\u043B\u0435\u0435 \u043F\u043E\u0434\u0440\u043E\u0431\u043D\u0430\u044F \u0438\u043D\u0444\u043E\u0440\u043C\u0430\u0446\u0438\u044F \u043F\u0440\u0438\u0432\u0435\u0434\u0435\u043D\u0430 \u0432 \u043E\u0444\u0438\u0446\u0438\u0430\u043B\u044C\u043D\u043E\u0439 \u0434\u043E\u043A\u0443\u043C\u0435\u043D\u0442\u0430\u0446\u0438\u0438.",closeQuickTranslation:"\u0417\u0430\u043A\u0440\u044B\u0442\u044C \u0445\u043E\u0432\u0435\u0440\u0431\u043E\u043B","closeQuickTranslation.untilNext":"\u041D\u0430 \u044D\u0442\u043E\u0442 \u0440\u0430\u0437 \u0437\u0430\u043A\u0440\u044B\u0442\u043E \u0434\u043E \u0441\u043B\u0435\u0434\u0443\u044E\u0449\u0435\u0433\u043E \u043F\u043E\u0441\u0435\u0449\u0435\u043D\u0438\u044F","closeQuickTranslation.currentWebsite":"\u0422\u0435\u043A\u0443\u0449\u0438\u0439 \u0441\u0430\u0439\u0442 \u043E\u0442\u043A\u043B\u044E\u0447\u0435\u043D","closeQuickTranslation.alwaysClose":"\u043E\u0442\u043A\u043B\u044E\u0447\u0438\u0442\u044C \u043D\u0430\u0432\u0441\u0435\u0433\u0434\u0430","closeQuickTranslation.settingOpen":"(\u043C\u043E\u0436\u0435\u0442 \u0431\u044B\u0442\u044C \u0432\u043A\u043B\u044E\u0447\u0435\u043D\u0430 \u043D\u0430 <1>\u0441\u0442\u0440\u0430\u043D\u0438\u0446\u0435 \u043D\u0430\u0441\u0442\u0440\u043E\u0435\u043A )","closeQuickTranslation.cancel":"\u043E\u0442\u043C\u0435\u043D\u044B","closeQuickTranslation.confirm":"\u043E\u043F\u0440\u0435\u0434\u0435\u043B\u0438\u0442\u044C","floatBall.popup":"\u041E\u0442\u043A\u0440\u043E\u0439\u0442\u0435 \u043F\u0430\u043D\u0435\u043B\u044C \u0431\u044B\u0441\u0442\u0440\u044B\u0445 \u043D\u0430\u0441\u0442\u0440\u043E\u0435\u043A","floatBall.translate":"\u041D\u0430\u0436\u043C\u0438\u0442\u0435, \u0447\u0442\u043E\u0431\u044B \u043F\u0435\u0440\u0435\u0432\u0435\u0441\u0442\u0438 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u0443","floatBall.showOriginal":"\u041D\u0430\u0436\u043C\u0438\u0442\u0435, \u0447\u0442\u043E\u0431\u044B \u0432\u0435\u0440\u043D\u0443\u0442\u044C\u0441\u044F \u043A \u043E\u0440\u0438\u0433\u0438\u043D\u0430\u043B\u044C\u043D\u043E\u0439 \u0441\u0442\u0430\u0442\u044C\u0435","floatBall.close":"\u0417\u0430\u043A\u0440\u044B\u0442\u044C \u0445\u043E\u0432\u0435\u0440\u0431\u043E\u043B","floatBallOptions.enableDescPc":"\u041F\u043E\u0441\u043B\u0435 \u0432\u043A\u043B\u044E\u0447\u0435\u043D\u0438\u044F \u0445\u043E\u0432\u0435\u0440\u0431\u043E\u043B\u0430 \u0432 \u043F\u0440\u0430\u0432\u043E\u0439 \u0447\u0430\u0441\u0442\u0438 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u044B \u043F\u043E\u044F\u0432\u0438\u0442\u0441\u044F \u043A\u043D\u043E\u043F\u043A\u0430 \u0431\u044B\u0441\u0442\u0440\u043E\u0433\u043E \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430, \u043D\u0430\u0436\u043C\u0438\u0442\u0435 \u0435\u0435, \u0447\u0442\u043E\u0431\u044B \u043F\u0435\u0440\u0435\u0432\u0435\u0441\u0442\u0438!","floatBallOptions.enableDesc":"\u041F\u043E\u0441\u043B\u0435 \u0432\u044B\u043A\u043B\u044E\u0447\u0435\u043D\u0438\u044F \u0445\u043E\u0432\u0435\u0440\u0431\u043E\u043B\u0430 \u0435\u0433\u043E \u043C\u043E\u0436\u043D\u043E \u0432\u044B\u0437\u0432\u0430\u0442\u044C \u0441 \u043F\u043E\u043C\u043E\u0449\u044C\u044E{touch}. \u041D\u0430\u0441\u0442\u043E\u044F\u0442\u0435\u043B\u044C\u043D\u043E \u0440\u0435\u043A\u043E\u043C\u0435\u043D\u0434\u0443\u0435\u0442\u0441\u044F \u0441\u043E\u0445\u0440\u0430\u043D\u0438\u0442\u044C \u044D\u0442\u0443 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u0443 \u043D\u0430\u0441\u0442\u0440\u043E\u0435\u043A \u0432 \u0437\u0430\u043A\u043B\u0430\u0434\u043A\u0430\u0445, \u0447\u0442\u043E\u0431\u044B \u043D\u0435 \u043F\u043E\u0442\u0435\u0440\u044F\u0442\u044C \u0432\u043E\u0437\u043C\u043E\u0436\u043D\u043E\u0441\u0442\u044C \u043D\u0430\u0439\u0442\u0438 \u0445\u043E\u0432\u0435\u0440\u0431\u043E\u043B \u043F\u043E\u0441\u043B\u0435 \u0441\u043B\u0443\u0447\u0430\u0439\u043D\u043E\u0433\u043E \u043E\u0442\u043A\u043B\u044E\u0447\u0435\u043D\u0438\u044F \u044D\u0442\u043E\u0439 \u043E\u043F\u0446\u0438\u0438!","description.azureApiUrl":"\u0417\u0430\u043F\u043E\u043B\u043D\u0438\u0442\u0435 \u0430\u0434\u0440\u0435\u0441 \u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u0435\u043B\u044C\u0441\u043A\u043E\u0433\u043E \u0438\u043D\u0442\u0435\u0440\u0444\u0435\u0439\u0441\u0430 API",confirmSupportMouse:"\u041F\u0440\u0438\u043D\u0443\u0434\u0438\u0442\u0435\u043B\u044C\u043D\u043E\u0435 \u0432\u043A\u043B\u044E\u0447\u0435\u043D\u0438\u0435 \u043F\u043E\u0434\u0434\u0435\u0440\u0436\u043A\u0438 \u043C\u044B\u0448\u0438",confirmSupportMouseDescription:"\u041E\u0431\u043D\u0430\u0440\u0443\u0436\u0435\u043D\u043E, \u0447\u0442\u043E \u0442\u0435\u043A\u0443\u0449\u0438\u0439 \u0431\u0440\u0430\u0443\u0437\u0435\u0440 \u043D\u0435 \u043F\u043E\u0434\u0434\u0435\u0440\u0436\u0438\u0432\u0430\u0435\u0442 \u0444\u0443\u043D\u043A\u0446\u0438\u044E \u043C\u044B\u0448\u0438, \u043F\u0440\u0438\u043D\u0443\u0434\u0438\u0442\u0435\u043B\u044C\u043D\u043E \u043B\u0438 \u0432\u043A\u043B\u044E\u0447\u0438\u0442\u044C \u043F\u043E\u0434\u0434\u0435\u0440\u0436\u043A\u0443 \u043C\u044B\u0448\u0438?",sampleTargetText:"\u041D\u0430\u0441\u0442\u0443\u043F\u0438\u0442 \u0434\u043E\u043B\u0433\u0430\u044F \u043D\u043E\u0447\u044C, \u0438 \u044F \u0431\u0443\u0434\u0443 \u0441\u0442\u043E\u044F\u0442\u044C \u043D\u0430 \u0441\u0442\u0440\u0430\u0436\u0435 \u0441 \u044D\u0442\u043E\u0433\u043E \u0434\u043D\u044F \u0438 \u0434\u043E \u0441\u0430\u043C\u043E\u0439 \u0441\u043C\u0435\u0440\u0442\u0438. \u042F \u043D\u0435 \u0432\u043E\u0437\u044C\u043C\u0443 \u0436\u0435\u043D\u0443, \u043D\u0435 \u0441\u043E\u0437\u0434\u0430\u043C \u0432\u043E\u0442\u0447\u0438\u043D\u0443, \u043D\u0435 \u0437\u0430\u0432\u0435\u0434\u0443 \u0434\u0435\u0442\u0435\u0439. \u042F \u043D\u0435 \u0431\u0443\u0434\u0443 \u043D\u043E\u0441\u0438\u0442\u044C \u043A\u043E\u0440\u043E\u043D\u0443, \u043D\u0435 \u0431\u0443\u0434\u0443 \u0441\u0442\u0440\u0435\u043C\u0438\u0442\u044C\u0441\u044F \u043A \u043F\u043E\u0447\u0435\u0441\u0442\u044F\u043C. \u042F \u0431\u0443\u0434\u0443 \u0438\u0441\u043F\u043E\u043B\u043D\u044F\u0442\u044C \u0441\u0432\u043E\u0439 \u0434\u043E\u043B\u0433, \u0436\u0438\u0442\u044C \u0438 \u0443\u043C\u0438\u0440\u0430\u0442\u044C.",sampleSourceText:"Night gathers, and now my watch begins. It shall not end until my death. I shall take no wife, hold no lands, father no children. I shall wear no crowns and win no glory. I shall live and die at my post.","subtitle.supportedSites":"\u5DF2\u652F\u6301\u5728\u8FD9\u4E9B\u7F51\u7AD9\u4F7F\u7528\u53CC\u8BED\u5B57\u5E55\uFF08\u6CE8\u610F\uFF1A\u7531\u4E8E\u6280\u672F\u9650\u5236\uFF0C\u90E8\u5206\u7F51\u7AD9\u5728\u9996\u6B21\u5F00\u542F\u5B57\u5E55\u540E\u9700\u8981\u91CD\u65B0\u5237\u65B0\u9875\u9762\uFF0C\u6216\u8005\u9700\u7B49\u5F85\u7FFB\u8BD1\u5B8C\u6210\u4EE5\u663E\u793A\u53CC\u8BED\u5B57\u5E55\uFF09\uFF1A",viewWithImmersiveTranslate:"\u53CC\u8BED\u7248\u672C(\u6C89\u6D78\u5F0F\u7FFB\u8BD1)",errorReason:"\u9519\u8BEF\u539F\u56E0\uFF1A{message}","proQuotaExceededError.onetime7day":'\uFF0C\u60A8\u53EF\u4EE5\u9009\u62E9\u4EE5\u4E0B\u65B9\u5F0F\u89E3\u51B3\uFF1A

1. \u5207\u6362\u5230 {anotherService} \u6216\u5176\u4ED6\u7FFB\u8BD1\u670D\u52A1
2. \u5347\u7EA7\u4E3A\u6708\u5EA6/\u5E74\u5EA6\u4F1A\u5458',"proQuotaExceededError.trial":'\uFF0C\u60A8\u53EF\u4EE5\u9009\u62E9\u4EE5\u4E0B\u65B9\u5F0F\u89E3\u51B3\uFF1A

1. \u5207\u6362\u5230 {anotherService} \u6216\u5176\u4ED6\u7FFB\u8BD1\u670D\u52A1
2. \u7ACB\u523B\u5347\u7EA7\u4E3A\u6B63\u5F0F\u4F1A\u5458',"proQuotaExceededError.nonTrial":'\uFF0C\u60A8\u53EF\u4EE5\u9009\u62E9\u4EE5\u4E0B\u65B9\u5F0F\u89E3\u51B3\uFF1A

1. \u5207\u6362\u5230 {anotherService} \u6216\u5176\u4ED6\u7FFB\u8BD1\u670D\u52A1
2. \u8D2D\u4E70 {translationService} \u989D\u5916\u6D41\u91CF\u5305',"proQuotaExceededError.resetTime":"
3. \u989D\u5EA6\u91CD\u7F6E\u65F6\u95F4\uFF1A{resetTime}","desc.touchShortcutsToggleTranslatePageOnlyTranslation":"\u0422\u043E\u043B\u044C\u043A\u043E \u043F\u0435\u0440\u0435\u0432\u043E\u0434 \u043E\u0437\u043D\u0430\u0447\u0430\u0435\u0442, \u0447\u0442\u043E \u043E\u0442\u043E\u0431\u0440\u0430\u0436\u0430\u0435\u0442\u0441\u044F \u0442\u043E\u043B\u044C\u043A\u043E \u043F\u0435\u0440\u0435\u0432\u043E\u0434. \u0415\u0441\u043B\u0438 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u0430 \u0435\u0449\u0435 \u043D\u0435 \u043F\u0435\u0440\u0435\u0432\u0435\u0434\u0435\u043D\u0430, \u043E\u043D\u0430 \u043F\u0435\u0440\u0435\u043A\u043B\u044E\u0447\u0438\u0442\u0441\u044F \u0432 \u0440\u0435\u0436\u0438\u043C \u0438 \u0431\u0443\u0434\u0435\u0442 \u043F\u0435\u0440\u0435\u0432\u0435\u0434\u0435\u043D\u0430.","desc.toggleOnlyTransation":'\u0420\u0435\u0436\u0438\u043C "\u0422\u043E\u043B\u044C\u043A\u043E \u043F\u0435\u0440\u0435\u0432\u043E\u0434" \u043E\u0437\u043D\u0430\u0447\u0430\u0435\u0442, \u0447\u0442\u043E \u043E\u0442\u043E\u0431\u0440\u0430\u0436\u0430\u0435\u0442\u0441\u044F \u0442\u043E\u043B\u044C\u043A\u043E \u043F\u0435\u0440\u0435\u0432\u043E\u0434. \u0415\u0441\u043B\u0438 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u0430 \u0435\u0449\u0435 \u043D\u0435 \u043F\u0435\u0440\u0435\u0432\u0435\u0434\u0435\u043D\u0430, \u0440\u0435\u0436\u0438\u043C \u0431\u0443\u0434\u0435\u0442 \u043F\u0435\u0440\u0435\u043A\u043B\u044E\u0447\u0435\u043D \u0438 \u0432\u044B\u043F\u043E\u043B\u043D\u0435\u043D \u043F\u0435\u0440\u0435\u0432\u043E\u0434.',touchShortcutsToggleTranslatePageOnlyTranslation:"\u041D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0430 \u0436\u0435\u0441\u0442\u043E\u0432 \u0441\u0435\u043D\u0441\u043E\u0440\u043D\u043E\u0433\u043E \u044D\u043A\u0440\u0430\u043D\u0430 \u0434\u043B\u044F \u043F\u0435\u0440\u0435\u043A\u043B\u044E\u0447\u0435\u043D\u0438\u044F \u043C\u0435\u0436\u0434\u0443 \u0434\u0432\u0443\u044F\u0437\u044B\u0447\u043D\u044B\u043C / \u0442\u043E\u043B\u044C\u043A\u043E \u0442\u0435\u043A\u0441\u0442\u043E\u043C \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430",download_started:"\u0417\u0430\u0433\u0440\u0443\u0437\u043A\u0430 \u0443\u0436\u0435 \u043D\u0430\u0447\u0430\u043B\u0430\u0441\u044C, \u0435\u0441\u043B\u0438 \u043E\u043D\u0430 \u043D\u0435 \u043D\u0430\u0447\u0430\u043B\u0430\u0441\u044C \u0430\u0432\u0442\u043E\u043C\u0430\u0442\u0438\u0447\u0435\u0441\u043A\u0438, \u043F\u043E\u0436\u0430\u043B\u0443\u0439\u0441\u0442\u0430, \u043D\u0430\u0436\u043C\u0438\u0442\u0435 \u0432\u0440\u0443\u0447\u043D\u0443\u044E.",here:"\u0437\u0434\u0435\u0441\u044C","error.goReset":"\u0441\u0431\u0440\u043E\u0441\u0438\u0442\u044C",batchEdit:"\u041C\u0430\u0441\u0441\u043E\u0432\u0430\u044F \u043E\u043F\u0435\u0440\u0430\u0446\u0438\u044F","error.configError":"\u041D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0430 \u0434\u0430\u043D\u043D\u044B\u0445 \u0430\u043D\u043E\u043C\u0430\u043B\u044C\u043D\u0430","translationFont.custom":"\u0412\u0432\u0435\u0434\u0438\u0442\u0435 \u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u0435\u043B\u044C\u0441\u043A\u0438\u0439 \u0448\u0440\u0438\u0444\u0442",translationFont:"\u0443\u0441\u0442\u0430\u043D\u043E\u0432\u0438\u0442\u044C \u0448\u0440\u0438\u0444\u0442",detectServiceLoading:"\u041F\u0440\u043E\u0432\u0435\u0440\u043A\u0430 \u0434\u043E\u0441\u0442\u0443\u043F\u043D\u044B\u0445 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0447\u0435\u0441\u043A\u0438\u0445 \u0443\u0441\u043B\u0443\u0433...","translationFont.customPlaceholder":"\u0448\u0440\u0438\u0444\u0442","touch.mouse-translate":"\u041F\u0435\u0440\u0435\u0432\u0435\u0441\u0442\u0438 \u0443\u043A\u0430\u0437\u0430\u043D\u043D\u044B\u0439 \u0430\u0431\u0437\u0430\u0446","translationModeLang.translation.title":"\u0422\u043E\u043B\u044C\u043A\u043E \u0440\u0435\u0436\u0438\u043C \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430 \u044F\u0437\u044B\u043A\u0430","error.serveConfigError":"\u041E\u0448\u0438\u0431\u043A\u0430 \u043A\u043E\u043D\u0444\u0438\u0433\u0443\u0440\u0430\u0446\u0438\u0438 \u0441\u0435\u0440\u0432\u0438\u0441\u0430","error.403":"\u0421\u043B\u0443\u0436\u0431\u0430 \u0432\u043E\u0437\u0432\u0440\u0430\u0449\u0430\u0435\u0442 \u043E\u0448\u0438\u0431\u043A\u0443, \u0432\u0440\u0435\u043C\u0435\u043D\u043D\u043E \u043D\u0435\u0442 \u0434\u043E\u0441\u0442\u0443\u043F\u0430 \u043A \u044D\u0442\u043E\u0439 \u0441\u043B\u0443\u0436\u0431\u0435.","error.proUpgrade":"\u041F\u043E\u0441\u043B\u0435 \u043E\u0431\u043D\u043E\u0432\u043B\u0435\u043D\u0438\u044F, \u043F\u043E\u0436\u0430\u043B\u0443\u0439\u0441\u0442\u0430, \u043E\u0431\u043D\u043E\u0432\u0438\u0442\u0435 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u0443 \u0438 \u043F\u0435\u0440\u0435\u0432\u0435\u0434\u0438\u0442\u0435 \u0441\u043D\u043E\u0432\u0430.","translationModeUrl.translation.title":"\u0412\u0435\u0431-\u0430\u0434\u0440\u0435\u0441 \u0442\u043E\u043B\u044C\u043A\u043E \u0434\u043B\u044F \u0440\u0435\u0436\u0438\u043C\u0430 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430",enableSentryReport:"\u041A\u043E\u0433\u0434\u0430 \u043F\u0440\u043E\u0438\u0441\u0445\u043E\u0434\u0438\u0442 \u043E\u0448\u0438\u0431\u043A\u0430 \u0440\u0430\u0441\u0448\u0438\u0440\u0435\u043D\u0438\u044F, \u043E\u0442\u043F\u0440\u0430\u0432\u043B\u044F\u0439\u0442\u0435 \u043E\u0442\u0437\u044B\u0432\u044B \u0447\u0435\u0440\u0435\u0437 Sentry.","error.reloadPageOfSetting":"\u041F\u043E\u0441\u043B\u0435 \u043D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0438, \u043F\u043E\u0436\u0430\u043B\u0443\u0439\u0441\u0442\u0430, \u043E\u0431\u043D\u043E\u0432\u0438\u0442\u0435 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u0443 \u0438 \u043F\u0435\u0440\u0435\u0432\u0435\u0434\u0438\u0442\u0435 \u0441\u043D\u043E\u0432\u0430.","error.502":"\u0421\u0435\u0440\u0432\u0438\u0441 \u0432\u043E\u0437\u0432\u0440\u0430\u0449\u0430\u0435\u0442 \u043E\u0448\u0438\u0431\u043A\u0443, \u0432\u0440\u0435\u043C\u044F \u043E\u0436\u0438\u0434\u0430\u043D\u0438\u044F \u0441\u0435\u0440\u0432\u0438\u0441\u0430 \u0438\u0441\u0442\u0435\u043A\u043B\u043E, \u043F\u043E\u0436\u0430\u043B\u0443\u0439\u0441\u0442\u0430, \u043F\u043E\u043F\u0440\u043E\u0431\u0443\u0439\u0442\u0435 \u043F\u043E\u0437\u0436\u0435.","translationModeUrl.translation.description":"\u041A\u043E\u0433\u0434\u0430 \u0432\u0435\u0431-\u0441\u0430\u0439\u0442 \u0438\u043C\u0435\u0435\u0442 \u0441\u043B\u0435\u0434\u0443\u044E\u0449\u0438\u0435 \u0434\u043E\u043C\u0435\u043D\u043D\u044B\u0435 \u0438\u043C\u0435\u043D\u0430, \u043E\u043D \u0430\u0432\u0442\u043E\u043C\u0430\u0442\u0438\u0447\u0435\u0441\u043A\u0438 \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u0443\u0435\u0442 \u0440\u0435\u0436\u0438\u043C \u0442\u043E\u043B\u044C\u043A\u043E \u0441 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u043E\u043C.",videoSubtitlePreTranslationOn:"\u0412\u0438\u0434\u0435\u043E \u0441\u0443\u0431\u0442\u0438\u0442\u0440\u044B \u0431\u0443\u0434\u0443\u0442 \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u044C \u043F\u043E\u0433\u0440\u0443\u0436\u0435\u043D\u0438\u0435 \u0432 \u043F\u0435\u0440\u0435\u0432\u043E\u0434 \u0432 \u043F\u0435\u0440\u0432\u0443\u044E \u043E\u0447\u0435\u0440\u0435\u0434\u044C.","translationServices.inherit":"\u0421\u043B\u0435\u0434\u0443\u0439\u0442\u0435 \u0437\u0430 \u043E\u0441\u043D\u043E\u0432\u043D\u044B\u043C \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0447\u0435\u0441\u043A\u0438\u043C \u0441\u0435\u0440\u0432\u0438\u0441\u043E\u043C","error.proTokenInvalid":"\u0415\u0441\u043B\u0438 \u0432\u044B \u044F\u0432\u043B\u044F\u0435\u0442\u0435\u0441\u044C \u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u0435\u043B\u0435\u043C Pro, \u043F\u043E\u0436\u0430\u043B\u0443\u0439\u0441\u0442\u0430, \u0432\u043E\u0439\u0434\u0438\u0442\u0435 \u0432 \u0441\u0438\u0441\u0442\u0435\u043C\u0443, \u043F\u0440\u0435\u0436\u0434\u0435 \u0447\u0435\u043C \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u044C \u0441\u0435\u0440\u0432\u0438\u0441 Pro \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430.",toggleToService:"\u041F\u0435\u0440\u0435\u043A\u043B\u044E\u0447\u0438\u0442\u0435\u0441\u044C \u043D\u0430 {service} \u0438 \u043F\u043E\u043F\u0440\u043E\u0431\u0443\u0439\u0442\u0435 \u0441\u043D\u043E\u0432\u0430",videoSubtitlePreTranslationOff:"\u041F\u0440\u0438\u043E\u0440\u0438\u0442\u0435\u0442 \u0431\u0443\u0434\u0435\u0442 \u043E\u0442\u0434\u0430\u043D \u043C\u0430\u0448\u0438\u043D\u043D\u043E\u043C\u0443 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0443 \u0441\u0443\u0431\u0442\u0438\u0442\u0440\u043E\u0432, \u0432\u0441\u0442\u0440\u043E\u0435\u043D\u043D\u044B\u0445 \u0432 \u043E\u0440\u0438\u0433\u0438\u043D\u0430\u043B\u044C\u043D\u043E\u0435 \u0432\u0438\u0434\u0435\u043E.","error.gemini.429":"\u0422\u0435\u043A\u0443\u0449\u0430\u044F \u0441\u043B\u0443\u0436\u0431\u0430 Gemini \u0443\u0436\u0435 \u0434\u043E\u0441\u0442\u0438\u0433\u043B\u0430 \u0441\u0432\u043E\u0435\u0433\u043E \u043F\u0440\u0435\u0434\u0435\u043B\u0430, \u043F\u043E\u0436\u0430\u043B\u0443\u0439\u0441\u0442\u0430, \u043F\u043E\u043F\u0440\u043E\u0431\u0443\u0439\u0442\u0435 \u043F\u043E\u0437\u0436\u0435 \u0438\u043B\u0438 \u043F\u0435\u0440\u0435\u043A\u043B\u044E\u0447\u0438\u0442\u0435\u0441\u044C \u043D\u0430 \u0434\u0440\u0443\u0433\u0443\u044E \u0441\u043B\u0443\u0436\u0431\u0443 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430.","translationModeLang.translation.description":'\u041A\u043E\u0433\u0434\u0430 \u044F\u0437\u044B\u043A \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u044B \u044F\u0432\u043B\u044F\u0435\u0442\u0441\u044F \u043E\u0434\u043D\u0438\u043C \u0438\u0437 \u0441\u043B\u0435\u0434\u0443\u044E\u0449\u0438\u0445, \u0430\u0432\u0442\u043E\u043C\u0430\u0442\u0438\u0447\u0435\u0441\u043A\u0438 \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u0443\u0435\u0442\u0441\u044F \u0440\u0435\u0436\u0438\u043C "\u0442\u043E\u043B\u044C\u043A\u043E \u043F\u0435\u0440\u0435\u0432\u043E\u0434".',"translationFont.notSupportErrorMessage":"\u041F\u043E\u0436\u0430\u043B\u0443\u0439\u0441\u0442\u0430, \u043F\u0440\u043E\u0432\u0435\u0440\u044C\u0442\u0435 \u043F\u0440\u0430\u0432\u0438\u043B\u044C\u043D\u043E\u0441\u0442\u044C \u0432\u0432\u0435\u0434\u0435\u043D\u043D\u043E\u0433\u043E \u0432\u0430\u043C\u0438 \u043D\u0430\u0437\u0432\u0430\u043D\u0438\u044F \u0448\u0440\u0438\u0444\u0442\u0430 \u0438\u043B\u0438 \u0443\u0431\u0435\u0434\u0438\u0442\u0435\u0441\u044C, \u0447\u0442\u043E \u044D\u0442\u043E\u0442 \u0448\u0440\u0438\u0444\u0442 \u0443\u0436\u0435 \u0443\u0441\u0442\u0430\u043D\u043E\u0432\u043B\u0435\u043D \u043D\u0430 \u0432\u0430\u0448\u0435\u043C \u0443\u0441\u0442\u0440\u043E\u0439\u0441\u0442\u0432\u0435.","error.429":"\u0421\u0435\u0440\u0432\u0438\u0441 \u0432\u043E\u0437\u0432\u0440\u0430\u0449\u0430\u0435\u0442 \u043E\u0448\u0438\u0431\u043A\u0443, \u0447\u0442\u043E \u0443\u043A\u0430\u0437\u044B\u0432\u0430\u0435\u0442 \u043D\u0430 \u0441\u043B\u0438\u0448\u043A\u043E\u043C \u0447\u0430\u0441\u0442\u044B\u0435 \u0437\u0430\u043F\u0440\u043E\u0441\u044B \u0438\u043B\u0438 \u043F\u0440\u0435\u0432\u044B\u0448\u0435\u043D\u0438\u0435 \u043B\u0438\u043C\u0438\u0442\u0430. \u041F\u043E\u0436\u0430\u043B\u0443\u0439\u0441\u0442\u0430, \u043F\u043E\u043F\u0440\u043E\u0431\u0443\u0439\u0442\u0435 \u043F\u043E\u0437\u0436\u0435.","error.400":"\u0421\u043B\u0443\u0436\u0431\u0430 \u0432\u043E\u0437\u0432\u0440\u0430\u0449\u0430\u0435\u0442 \u043E\u0448\u0438\u0431\u043A\u0443, \u043D\u0435\u0432\u0435\u0440\u043D\u044B\u0439 \u0437\u0430\u043F\u0440\u043E\u0441 \u043F\u0430\u0440\u0430\u043C\u0435\u0442\u0440\u0430, \u043F\u0440\u043E\u0432\u0435\u0440\u044C\u0442\u0435 \u0441\u043E\u043E\u0442\u0432\u0435\u0442\u0441\u0442\u0432\u0443\u044E\u0449\u0443\u044E \u043A\u043E\u043D\u0444\u0438\u0433\u0443\u0440\u0430\u0446\u0438\u044E.","error.openAIExceededQuota":"\u0421\u0435\u0440\u0432\u0438\u0441 \u0432\u043E\u0437\u0432\u0440\u0430\u0449\u0430\u0435\u0442 \u043E\u0448\u0438\u0431\u043A\u0443: \u043D\u0430 \u0432\u0430\u0448\u0435\u043C \u0442\u0435\u043A\u0443\u0449\u0435\u043C \u0441\u0447\u0435\u0442\u0443 OpenAI \u043D\u0435\u0434\u043E\u0441\u0442\u0430\u0442\u043E\u0447\u043D\u043E \u0441\u0440\u0435\u0434\u0441\u0442\u0432, \u043F\u043E\u0436\u0430\u043B\u0443\u0439\u0441\u0442\u0430, \u043F\u043E\u043F\u043E\u043B\u043D\u0438\u0442\u0435 \u0441\u0447\u0435\u0442 \u0438\u043B\u0438 \u043F\u0440\u0438\u0432\u044F\u0436\u0438\u0442\u0435 \u043A\u0440\u0435\u0434\u0438\u0442\u043D\u0443\u044E \u043A\u0430\u0440\u0442\u0443 \u0432 \u043E\u0444\u0438\u0446\u0438\u0430\u043B\u044C\u043D\u043E\u0439 \u0430\u0434\u043C\u0438\u043D\u0438\u0441\u0442\u0440\u0430\u0442\u0438\u0432\u043D\u043E\u0439 \u043F\u0430\u043D\u0435\u043B\u0438 OpenAI.","error.googleLimitIp":"\u0421\u043B\u0443\u0436\u0431\u0430 \u0432\u043E\u0437\u0432\u0440\u0430\u0449\u0430\u0435\u0442 \u043E\u0448\u0438\u0431\u043A\u0443, Google \u043E\u0433\u0440\u0430\u043D\u0438\u0447\u0438\u0432\u0430\u0435\u0442 \u0434\u043E\u0441\u0442\u0443\u043F \u0434\u043B\u044F \u044D\u0442\u043E\u0433\u043E IP-\u0430\u0434\u0440\u0435\u0441\u0430, \u0440\u0435\u043A\u043E\u043C\u0435\u043D\u0434\u0443\u0435\u0442\u0441\u044F \u0438\u0437\u043C\u0435\u043D\u0438\u0442\u044C \u0441\u0435\u0442\u0435\u0432\u043E\u0439 \u0443\u0437\u0435\u043B.","desc.toggleVideoSubtitlePreTranslation":"\u041F\u043E\u0441\u043B\u0435 \u043D\u0430\u0436\u0430\u0442\u0438\u044F, \u0434\u0432\u0443\u044F\u0437\u044B\u0447\u043D\u044B\u0435 \u0441\u0443\u0431\u0442\u0438\u0442\u0440\u044B \u0432\u0438\u0434\u0435\u043E \u0431\u0443\u0434\u0443\u0442 \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u044C \u043D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0438 \u043F\u043E\u0433\u0440\u0443\u0436\u0435\u043D\u0438\u044F \u0432 \u043F\u0435\u0440\u0435\u0432\u043E\u0434 \u0432 \u043F\u0435\u0440\u0432\u0443\u044E \u043E\u0447\u0435\u0440\u0435\u0434\u044C, \u043F\u0440\u0438 \u043F\u043E\u0432\u0442\u043E\u0440\u043D\u043E\u043C \u043D\u0430\u0436\u0430\u0442\u0438\u0438 \u0431\u0443\u0434\u0435\u0442 \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u044C\u0441\u044F \u043C\u0430\u0448\u0438\u043D\u043D\u044B\u0439 \u043F\u0435\u0440\u0435\u0432\u043E\u0434 \u0441\u0443\u0431\u0442\u0438\u0442\u0440\u043E\u0432 \u0438\u0437\u043D\u0430\u0447\u0430\u043B\u044C\u043D\u043E\u0433\u043E \u0432\u0438\u0434\u0435\u043E. \u041E\u0431\u0440\u0430\u0442\u0438\u0442\u0435 \u0432\u043D\u0438\u043C\u0430\u043D\u0438\u0435: \u044D\u0442\u043E\u0442 \u044F\u0440\u043B\u044B\u043A \u0438\u0437\u043C\u0435\u043D\u044F\u0435\u0442 \u0433\u043B\u043E\u0431\u0430\u043B\u044C\u043D\u044B\u0435 \u043D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0438.","error.openAIFreeLimit":"\u0421\u0435\u0440\u0432\u0438\u0441 \u0432\u043E\u0437\u0432\u0440\u0430\u0449\u0430\u0435\u0442 \u043E\u0448\u0438\u0431\u043A\u0443, \u0442\u0435\u043A\u0443\u0449\u0430\u044F \u0447\u0430\u0441\u0442\u043E\u0442\u0430 \u0437\u0430\u043F\u0440\u043E\u0441\u043E\u0432 \u043D\u0430 \u043F\u0435\u0440\u0435\u0432\u043E\u0434 \u0434\u043E\u0441\u0442\u0438\u0433\u043B\u0430 \u043F\u0440\u0435\u0434\u0435\u043B\u0430 \u0432 3 \u0440\u0430\u0437\u0430 \u0432 \u043C\u0438\u043D\u0443\u0442\u0443, \u043F\u043E\u0436\u0430\u043B\u0443\u0439\u0441\u0442\u0430, \u043F\u043E\u043F\u0440\u043E\u0431\u0443\u0439\u0442\u0435 \u043F\u043E\u0437\u0436\u0435. (\u042D\u0442\u043E \u043E\u0433\u0440\u0430\u043D\u0438\u0447\u0435\u043D\u0438\u0435 OpenAI \u0434\u043B\u044F \u0431\u0435\u0441\u043F\u043B\u0430\u0442\u043D\u043E\u0433\u043E API Key, \u0447\u0442\u043E\u0431\u044B \u0441\u043D\u044F\u0442\u044C \u044D\u0442\u043E \u043E\u0433\u0440\u0430\u043D\u0438\u0447\u0435\u043D\u0438\u0435, \u043F\u043E\u0436\u0430\u043B\u0443\u0439\u0441\u0442\u0430, \u043F\u0440\u0438\u0432\u044F\u0436\u0438\u0442\u0435 \u043A\u0440\u0435\u0434\u0438\u0442\u043D\u0443\u044E \u043A\u0430\u0440\u0442\u0443 \u0432 \u0431\u044D\u043A\u0435\u043D\u0434\u0435 OpenAI.)","error.serveUnavailable":"\u0412 \u043D\u0430\u0441\u0442\u043E\u044F\u0449\u0435\u0435 \u0432\u0440\u0435\u043C\u044F \u0443\u0441\u043B\u0443\u0433\u0430 [{serverName}], \u043A\u043E\u0442\u043E\u0440\u0443\u044E \u0432\u044B \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u0443\u0435\u0442\u0435, \u0432\u0440\u0435\u043C\u0435\u043D\u043D\u043E \u043D\u0435\u0434\u043E\u0441\u0442\u0443\u043F\u043D\u0430 \u0438\u0437-\u0437\u0430 \u043F\u0440\u043E\u0431\u043B\u0435\u043C \u0441 \u043F\u043E\u0434\u043A\u043B\u044E\u0447\u0435\u043D\u0438\u0435\u043C \u043A \u0441\u0435\u0442\u0438 \u0438\u043B\u0438 \u043F\u043E\u0441\u0442\u0430\u0432\u0449\u0438\u043A\u043E\u043C \u0443\u0441\u043B\u0443\u0433. \u0420\u0435\u043A\u043E\u043C\u0435\u043D\u0434\u0443\u0435\u043C \u0432\u0430\u043C \u043F\u043E\u043F\u0440\u043E\u0431\u043E\u0432\u0430\u0442\u044C \u043E\u0431\u043D\u043E\u0432\u0438\u0442\u044C \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u0443 \u0438\u043B\u0438 \u0438\u0437\u043C\u0435\u043D\u0438\u0442\u044C \u0434\u0440\u0443\u0433\u043E\u0439 \u0441\u0435\u0440\u0432\u0438\u0441 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430 \u0447\u0435\u0440\u0435\u0437 <1>\u043D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0438. \u0415\u0441\u043B\u0438 \u0432\u044B <2>Pro-\u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u0435\u043B\u044C, \u0432\u044B \u043C\u043E\u0436\u0435\u0442\u0435 \u0432\u044B\u0431\u0440\u0430\u0442\u044C \u0431\u043E\u043B\u0435\u0435 \u0441\u0442\u0430\u0431\u0438\u043B\u044C\u043D\u044B\u0435 \u0441\u0435\u0440\u0432\u0438\u0441\u044B \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430 DeepL \u0438\u043B\u0438 OpenAI (<3>\u043D\u0430\u0436\u043C\u0438\u0442\u0435 \u0437\u0434\u0435\u0441\u044C, \u0447\u0442\u043E\u0431\u044B \u043F\u043E\u043F\u0440\u043E\u0431\u043E\u0432\u0430\u0442\u044C \u0431\u0435\u0441\u043F\u043B\u0430\u0442\u043D\u043E). \u041A\u0440\u043E\u043C\u0435 \u0442\u043E\u0433\u043E, \u0432\u0430\u043C, \u0432\u043E\u0437\u043C\u043E\u0436\u043D\u043E, \u043F\u0440\u0438\u0434\u0435\u0442\u0441\u044F \u043F\u0440\u043E\u0432\u0435\u0440\u0438\u0442\u044C \u043D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0438 \u0432\u0430\u0448\u0435\u0439 \u0441\u0435\u0442\u0438 \u0438\u043B\u0438 \u043F\u0440\u043E\u043A\u0441\u0438.",pickAll:"\u0412\u044B\u0431\u0440\u0430\u0442\u044C \u0432\u0441\u0435","tagsInput.add":"+ \u0414\u043E\u0431\u0430\u0432\u0438\u0442\u044C",loggedIn:"\u0412\u0445\u043E\u0434 \u0432\u044B\u043F\u043E\u043B\u043D\u0435\u043D","widget.translateFile":"PDF/ePub","translationServices.gemini":"\u0411\u043B\u0438\u0437\u043D\u0435\u0446\u044B",notLogin:"\u041D\u0435 \u0432\u043E\u0448\u0435\u043B \u0432 \u0441\u0438\u0441\u0442\u0435\u043C\u0443","multipleClick.2":"\u0434\u0432\u043E\u0439\u043D\u043E\u0439 \u043A\u043B\u0438\u043A",goLogin:"\u0432\u043E\u0439\u0442\u0438 \u0432 \u0441\u0438\u0441\u0442\u0435\u043C\u0443","multipleClick.3":"\u0442\u0440\u043E\u0439\u043D\u043E\u0439 \u0443\u0434\u0430\u0440","error.subscriptionExpiredTitle":"\u0427\u043B\u0435\u043D\u0441\u0442\u0432\u043E \u0438\u0441\u0442\u0435\u043A\u043B\u043E",shortcutSettings:"\u0413\u043E\u0440\u044F\u0447\u0438\u0435 \u043A\u043B\u0430\u0432\u0438\u0448\u0438","widget.instruction":"\u0418\u043D\u0441\u0442\u0440\u0443\u043A\u0446\u0438\u044F \u043F\u043E \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u043D\u0438\u044E",contact:"\u0421\u0432\u044F\u0436\u0438\u0442\u0435\u0441\u044C \u0441 \u043D\u0430\u043C\u0438","widget.videoSubtitle":"\u0432\u0438\u0434\u0435\u043E \u0441\u0443\u0431\u0442\u0438\u0442\u0440\u044B","error.retry":"\u041F\u043E\u0432\u0442\u043E\u0440\u0438\u0442\u044C \u043F\u043E\u043F\u044B\u0442\u043A\u0443","widget.instructionTooltip":"\u041F\u0440\u043E\u0441\u043C\u043E\u0442\u0440 \u0438\u043D\u0441\u0442\u0440\u0443\u043A\u0446\u0438\u0439 \u043F\u043E \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u043D\u0438\u044E","subtitle.bilingual":"\u0434\u0432\u0443\u044F\u0437\u044B\u0447\u043D\u044B\u0435 \u0441\u0443\u0431\u0442\u0438\u0442\u0440\u044B","error.reason":"\u043F\u0440\u0438\u0447\u0438\u043D\u0430 \u043E\u0448\u0438\u0431\u043A\u0438",alwaysTranslateThisSite:"\u0412\u0441\u0435\u0433\u0434\u0430 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0438\u0442\u0435 \u044D\u0442\u043E\u0442 \u0441\u0430\u0439\u0442",touchShortcutsOff:"\u0437\u0430\u043A\u0440\u044B\u0442\u044C",neverTranslateThisSite:"\u041D\u0438\u043A\u043E\u0433\u0434\u0430 \u043D\u0435 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0438\u0442\u0435 \u044D\u0442\u043E\u0442 \u0441\u0430\u0439\u0442",buildSnapshots:"\u0421\u043E\u0437\u0434\u0430\u043D\u0438\u0435 \u0441\u043D\u0438\u043C\u043A\u0430 \u0432\u0435\u0431-\u0441\u0442\u0440\u0430\u043D\u0438\u0446\u044B","slide.left":"\u041F\u0440\u043E\u0432\u0435\u0434\u0438\u0442\u0435 \u0432\u043F\u0440\u0430\u0432\u043E","shortcutGroup.others":"\u0411\u043E\u043B\u044C\u0448\u0435 \u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u0435\u043B\u044C\u0441\u043A\u0438\u0445 \u0444\u0443\u043D\u043A\u0446\u0438\u0439 \u0433\u043E\u0440\u044F\u0447\u0438\u0445 \u043A\u043B\u0430\u0432\u0438\u0448",temprarilyChangeTranslationTo_openai:"\u0418\u0441\u043F\u043E\u043B\u044C\u0437\u0443\u0435\u0442\u0441\u044F OpenAI \u0434\u043B\u044F \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430 \u0442\u0435\u043A\u0443\u0449\u0435\u0439 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u044B","intro.hoverTitle":"\u041D\u0430\u0432\u0435\u0434\u0438\u0442\u0435 \u043A\u0443\u0440\u0441\u043E\u0440, \u0447\u0442\u043E\u0431\u044B \u043F\u0435\u0440\u0435\u0432\u0435\u0441\u0442\u0438 \u0442\u0435\u043A\u0443\u0449\u0438\u0439 \u0430\u0431\u0437\u0430\u0446","browser.translateWithDeepL":"\u0412\u0440\u0435\u043C\u0435\u043D\u043D\u043E \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u0443\u0439\u0442\u0435 DeepL \u0434\u043B\u044F \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430 \u0442\u0435\u043A\u0443\u0449\u0435\u0439 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u044B","slide.right":"\u0421\u0432\u0430\u0439\u043F \u0432\u043B\u0435\u0432\u043E",translationOnlyMode:"\u0422\u043E\u043B\u044C\u043A\u043E \u0440\u0435\u0436\u0438\u043C \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430",notLoginPro:"\u0412\u044B \u0435\u0449\u0435 \u043D\u0435 \u0432\u043E\u0448\u043B\u0438 \u0432 \u0441\u0432\u043E\u0439 \u0430\u043A\u043A\u0430\u0443\u043D\u0442",mouseHoverCustomKeyTitle:"\u041D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0430 \u0433\u043E\u0440\u044F\u0447\u0438\u0445 \u043A\u043B\u0430\u0432\u0438\u0448 \u043F\u0440\u0438 \u043D\u0430\u0432\u0435\u0434\u0435\u043D\u0438\u0438 \u043C\u044B\u0448\u0438","shortcutGroup.mouse":"\u041D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0430 \u0433\u043E\u0440\u044F\u0447\u0438\u0445 \u043A\u043B\u0430\u0432\u0438\u0448 \u043F\u0440\u0438 \u043D\u0430\u0432\u0435\u0434\u0435\u043D\u0438\u0438 \u043C\u044B\u0448\u0438",temprarilyChangeTranslationTo_deepl:"\u0418\u0441\u043F\u043E\u043B\u044C\u0437\u0443\u0435\u0442\u0441\u044F \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0447\u0438\u043A DeepL \u0434\u043B\u044F \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430 \u0442\u0435\u043A\u0443\u0449\u0435\u0439 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u044B.","browser.translateWithGoogle":"\u0412\u0440\u0435\u043C\u0435\u043D\u043D\u043E\u0435 \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u043D\u0438\u0435 Google Translate \u0434\u043B\u044F \u0442\u0435\u043A\u0443\u0449\u0435\u0439 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u044B","shortcutGroup.touch":"\u0421\u043F\u0435\u0446\u0438\u0430\u043B\u044C\u043D\u044B\u0435 \u0436\u0435\u0441\u0442\u044B \u0434\u043B\u044F \u0441\u0435\u043D\u0441\u043E\u0440\u043D\u043E\u0433\u043E \u044D\u043A\u0440\u0430\u043D\u0430","browser.translateInputBox":"\u041F\u0435\u0440\u0435\u0432\u0435\u0441\u0442\u0438 \u0442\u0435\u043A\u0443\u0449\u0435\u0435 \u0441\u043E\u0434\u0435\u0440\u0436\u0438\u043C\u043E\u0435 \u0432\u0432\u043E\u0434\u0430","widget.videoSubtitleTooltip":"\u041F\u043E\u0434\u0434\u0435\u0440\u0436\u043A\u0430 Youtube \u0438 \u0434\u0440\u0443\u0433\u0438\u0445 {count}+ \u0432\u0438\u0434\u0435\u043E-\u0441\u0430\u0439\u0442\u043E\u0432","browser.translateWithGemini":"\u0412\u0440\u0435\u043C\u0435\u043D\u043D\u043E \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u0443\u0439\u0442\u0435 Gemini \u0434\u043B\u044F \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430 \u0442\u0435\u043A\u0443\u0449\u0435\u0439 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u044B","subtitle.hideQuickButton":"\u0411\u043E\u043B\u044C\u0448\u0435 \u043D\u0435 \u043F\u043E\u043A\u0430\u0437\u044B\u0432\u0430\u0442\u044C \u044D\u0442\u043E\u0442 \u044F\u0440\u043B\u044B\u043A","browser.translateWithBing":"\u0412\u0440\u0435\u043C\u0435\u043D\u043D\u043E \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u0443\u0439\u0442\u0435 Microsoft \u0434\u043B\u044F \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430 \u0442\u0435\u043A\u0443\u0449\u0435\u0439 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u044B","browser.translateWithTransmart":"\u0412\u0440\u0435\u043C\u0435\u043D\u043D\u043E \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u0443\u0439\u0442\u0435 Tencent \u0434\u043B\u044F \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430 \u0442\u0435\u043A\u0443\u0449\u0435\u0439 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u044B","multipleClick.4":"\u0447\u0435\u0442\u044B\u0440\u0435\u0445\u043A\u0440\u0430\u0442\u043D\u044B\u0439 \u0443\u0434\u0430\u0440",temprarilyChangeTranslationTo_gemini:"\u0418\u0441\u043F\u043E\u043B\u044C\u0437\u0443\u0435\u0442\u0441\u044F \u043F\u0435\u0440\u0435\u0432\u043E\u0434 \u0442\u0435\u043A\u0443\u0449\u0435\u0439 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u044B \u0441 \u043F\u043E\u043C\u043E\u0449\u044C\u044E Gemini","floatBall.longPress":"\u0423\u0434\u0435\u0440\u0436\u0438\u0432\u0430\u0439\u0442\u0435 \u043A\u043D\u043E\u043F\u043A\u0443, \u0447\u0442\u043E\u0431\u044B \u0431\u044B\u0441\u0442\u0440\u043E \u043E\u0442\u043A\u0440\u044B\u0442\u044C \u043F\u0430\u043D\u0435\u043B\u044C \u043D\u0430\u0441\u0442\u0440\u043E\u0435\u043A.",shortcutSettingsTitle:"\u041D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0430 \u0433\u043E\u0440\u044F\u0447\u0438\u0445 \u043A\u043B\u0430\u0432\u0438\u0448",networkError:"\u041F\u0440\u043E\u0431\u043B\u0435\u043C\u044B \u0441 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0447\u0435\u0441\u043A\u0438\u043C \u0441\u0435\u0440\u0432\u0438\u0441\u043E\u043C \u0438\u043B\u0438 \u0441\u0435\u0442\u044C\u044E","intro.floatBallTitle":"\u0411\u044B\u0441\u0442\u0440\u044B\u0439 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0447\u0438\u043A \u0432\u0441\u043F\u043B\u044B\u0432\u0430\u044E\u0449\u0435\u0433\u043E \u0448\u0430\u0440\u0430",temprarilyChangeTranslationTo_transmart:"\u0418\u0441\u043F\u043E\u043B\u044C\u0437\u0443\u0435\u0442\u0441\u044F \u043F\u0435\u0440\u0435\u0432\u043E\u0434 \u0442\u0435\u043A\u0443\u0449\u0435\u0439 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u044B \u0447\u0435\u0440\u0435\u0437 Tencent.","subtitle.autoDisableSubtitle":"\u041D\u0435 \u0430\u0432\u0442\u043E\u043C\u0430\u0442\u0438\u0447\u0435\u0441\u043A\u0438 \u0432\u043A\u043B\u044E\u0447\u0430\u0442\u044C \u0434\u0432\u0443\u044F\u0437\u044B\u0447\u043D\u044B\u0435 \u0441\u0443\u0431\u0442\u0438\u0442\u0440\u044B","browser.translateWithOpenAI":"\u0412\u0440\u0435\u043C\u0435\u043D\u043D\u043E \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u0443\u0439\u0442\u0435 OpenAI \u0434\u043B\u044F \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430 \u0442\u0435\u043A\u0443\u0449\u0435\u0439 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u044B","shortcutGroup.shortcutsForTranslationServices":"\u0421\u043E\u0447\u0435\u0442\u0430\u043D\u0438\u044F \u043A\u043B\u0430\u0432\u0438\u0448, \u0441\u0432\u044F\u0437\u0430\u043D\u043D\u044B\u0435 \u0441 \u0443\u0441\u043B\u0443\u0433\u0430\u043C\u0438 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430",temprarilyChangeTranslationTo_google:"\u0418\u0441\u043F\u043E\u043B\u044C\u0437\u0443\u0435\u0442\u0441\u044F Google Translate \u0434\u043B\u044F \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430 \u0442\u0435\u043A\u0443\u0449\u0435\u0439 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u044B.",paragraphMinTextCountField:"\u041C\u0438\u043D\u0438\u043C\u0430\u043B\u044C\u043D\u043E\u0435 \u043A\u043E\u043B\u0438\u0447\u0435\u0441\u0442\u0432\u043E \u0441\u0438\u043C\u0432\u043E\u043B\u043E\u0432, \u043D\u0435\u043E\u0431\u0445\u043E\u0434\u0438\u043C\u044B\u0445 \u0434\u043B\u044F \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430 \u0430\u0431\u0437\u0430\u0446\u0430",temprarilyChangeTranslationTo_bing:"\u0418\u0441\u043F\u043E\u043B\u044C\u0437\u0443\u0435\u0442\u0441\u044F Microsoft \u0434\u043B\u044F \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430 \u0442\u0435\u043A\u0443\u0449\u0435\u0439 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u044B",upgradeToProErrorTitle:"\u041F\u043E\u0436\u0430\u043B\u0443\u0439\u0441\u0442\u0430, \u043E\u0431\u043D\u043E\u0432\u0438\u0442\u0435 \u0434\u043E Pro-\u0447\u043B\u0435\u043D\u0441\u0442\u0432\u0430, \u0447\u0442\u043E\u0431\u044B \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u044C \u044D\u0442\u0443 \u0443\u0441\u043B\u0443\u0433\u0443 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430.","floatBall.guideClickToTranslate":`\u041D\u0430\u0436\u043C\u0438\u0442\u0435 \u043D\u0430 \u043F\u043B\u0430\u0432\u0430\u044E\u0449\u0438\u0439 \u0448\u0430\u0440 \u0434\u043B\u044F \u043F\u043E\u0433\u0440\u0443\u0436\u0435\u043D\u0438\u044F \u0432 \u043F\u0435\u0440\u0435\u0432\u043E\u0434, \u0447\u0442\u043E\u0431\u044B \u0431\u044B\u0441\u0442\u0440\u043E \u043F\u0435\u0440\u0435\u0432\u0435\u0441\u0442\u0438`,"floatBall.iKnow":"\u042F \u0437\u043D\u0430\u044E.","shortcutGroup.main":"\u041E\u0431\u044B\u0447\u043D\u044B\u0435 \u0433\u043E\u0440\u044F\u0447\u0438\u0435 \u043A\u043B\u0430\u0432\u0438\u0448\u0438 \u0444\u0443\u043D\u043A\u0446\u0438\u0439","widget.translateFileTooltip":"\u041F\u0435\u0440\u0435\u0432\u043E\u0434\u0438\u0442\u0435 \u0434\u043E\u043A\u0443\u043C\u0435\u043D\u0442\u044B PDF, EPUB, SRT, ASS, HTML \u0438 TXT","neverTranslateText.title":"\u041F\u043E\u0436\u0430\u043B\u0443\u0439\u0441\u0442\u0430, \u043F\u0435\u0440\u0435\u0432\u0435\u0434\u0438\u0442\u0435 \u0441\u043B\u0435\u0434\u0443\u044E\u0449\u0438\u0435 \u0441\u043B\u043E\u0432\u0430 \u043D\u0430 \u0440\u0443\u0441\u0441\u043A\u0438\u0439 \u044F\u0437\u044B\u043A, \u043D\u0435 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u044F \u0438\u0445.","subtitle.showQuickButton":"\u041D\u0430 \u043F\u043B\u0435\u0435\u0440\u0435 \u043E\u0442\u043E\u0431\u0440\u0430\u0436\u0430\u0435\u0442\u0441\u044F \u044F\u0440\u043B\u044B\u043A \u0434\u043B\u044F \u0434\u0432\u0443\u044F\u0437\u044B\u0447\u043D\u044B\u0445 \u0441\u0443\u0431\u0442\u0438\u0442\u0440\u043E\u0432","description.baiduField":"\u041F\u043E\u0434\u0434\u0435\u0440\u0436\u0438\u0432\u0430\u0435\u043C\u044B\u0435 \u043E\u0431\u043B\u0430\u0441\u0442\u0438 \u0441\u043C\u043E\u0442\u0440\u0438\u0442\u0435 <1>\u0437\u0434\u0435\u0441\u044C, \u0435\u0441\u043B\u0438 \u043F\u0443\u0441\u0442\u043E, \u0437\u043D\u0430\u0447\u0438\u0442 \u043E\u0431\u043B\u0430\u0441\u0442\u044C \u043D\u0435 \u0443\u043A\u0430\u0437\u0430\u043D\u0430.","desc.interfaceLanguage":"\u041D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0430 \u044F\u0437\u044B\u043A\u0430 \u0438\u043D\u0442\u0435\u0440\u0444\u0435\u0439\u0441\u0430 \u0432\u043B\u0438\u044F\u0435\u0442 \u043D\u0430 \u044F\u0437\u044B\u043A \u043E\u0442\u043E\u0431\u0440\u0430\u0436\u0435\u043D\u0438\u044F \u043F\u0430\u043D\u0435\u043B\u0438 \u0443\u043F\u0440\u0430\u0432\u043B\u0435\u043D\u0438\u044F \u0438 \u043D\u0435 \u0441\u0432\u044F\u0437\u0430\u043D\u0430 \u0441 \u0446\u0435\u043B\u0435\u0432\u044B\u043C \u044F\u0437\u044B\u043A\u043E\u043C \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430.",touchShortcutsToggleTranslatePage:"\u041D\u0430\u0441\u0442\u0440\u043E\u0439\u0442\u0435 \u0436\u0435\u0441\u0442\u044B \u0441\u0435\u043D\u0441\u043E\u0440\u043D\u043E\u0433\u043E \u044D\u043A\u0440\u0430\u043D\u0430 \u0434\u043B\u044F \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430 \u0432\u0435\u0431-\u0441\u0442\u0440\u0430\u043D\u0438\u0446/\u043E\u0442\u043E\u0431\u0440\u0430\u0436\u0435\u043D\u0438\u044F \u0438\u0441\u0445\u043E\u0434\u043D\u043E\u0433\u043E \u0442\u0435\u043A\u0441\u0442\u0430","browser.toggleVideoSubtitlePreTranslation":"\u041F\u0435\u0440\u0435\u043A\u043B\u044E\u0447\u0438\u0442\u0435 \u0434\u0432\u0443\u044F\u0437\u044B\u0447\u043D\u044B\u0435 \u0441\u0443\u0431\u0442\u0438\u0442\u0440\u044B \u0434\u043B\u044F \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u043D\u0438\u044F \u043D\u0430\u0441\u0442\u0440\u043E\u0435\u043A \u043F\u043E\u0433\u0440\u0443\u0436\u0435\u043D\u0438\u044F \u0432 \u043F\u0435\u0440\u0435\u0432\u043E\u0434.",touchShortcutsToggleTranslateTouchElement:"\u041D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0430 \u0436\u0435\u0441\u0442\u043E\u0432 \u0441\u0435\u043D\u0441\u043E\u0440\u043D\u043E\u0433\u043E \u044D\u043A\u0440\u0430\u043D\u0430 \u0434\u043B\u044F \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430 \u0443\u043A\u0430\u0437\u0430\u043D\u043D\u043E\u0433\u043E \u0430\u0431\u0437\u0430\u0446\u0430","intro.subtitleTitle":"\u041E\u0442\u043E\u0431\u0440\u0430\u0436\u0435\u043D\u0438\u0435 \u0434\u0432\u0443\u044F\u0437\u044B\u0447\u043D\u044B\u0445 \u0441\u0443\u0431\u0442\u0438\u0442\u0440\u043E\u0432 \u0432 \u043E\u043D\u043B\u0430\u0439\u043D-\u0432\u0438\u0434\u0435\u043E","desc.touchShortcutsToggleTranslateTouchElement":"\u041D\u0430\u0441\u0442\u0440\u043E\u0439\u0442\u0435 \u0436\u0435\u0441\u0442, \u0438 \u0432\u044B \u0441\u043C\u043E\u0436\u0435\u0442\u0435 \u043F\u0435\u0440\u0435\u0432\u0435\u0441\u0442\u0438 \u043B\u044E\u0431\u043E\u0439 \u0430\u0431\u0437\u0430\u0446, \u0433\u0434\u0435 \u0431\u044B \u0432\u044B \u043D\u0438 \u043D\u0430\u0445\u043E\u0434\u0438\u043B\u0438\u0441\u044C.","browser.toggleMouseHoverTranslateDirectly":"\u041D\u0430 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u0435 \u0432\u0440\u0435\u043C\u0435\u043D\u043D\u043E \u0432\u043A\u043B\u044E\u0447\u0438\u0442\u0435 \u0438\u043B\u0438 \u043E\u0442\u043A\u043B\u044E\u0447\u0438\u0442\u0435 \u043F\u0440\u044F\u043C\u043E\u0439 \u043F\u0435\u0440\u0435\u0432\u043E\u0434 \u043F\u0440\u0438 \u043D\u0430\u0432\u0435\u0434\u0435\u043D\u0438\u0438 \u043C\u044B\u0448\u0438",paragraphMinTextCountDesc:"\u041E\u0431\u0440\u0430\u0442\u0438\u0442\u0435 \u0432\u043D\u0438\u043C\u0430\u043D\u0438\u0435, \u0437\u0434\u0435\u0441\u044C \u0440\u0435\u0447\u044C \u0438\u0434\u0435\u0442 \u043E \u0434\u043B\u0438\u043D\u0435 \u0441\u0438\u043C\u0432\u043E\u043B\u043E\u0432, \u043D\u0430\u043F\u0440\u0438\u043C\u0435\u0440: hello \u0441\u043E\u0441\u0442\u043E\u0438\u0442 \u0438\u0437 5 \u0441\u0438\u043C\u0432\u043E\u043B\u043E\u0432, \u0443\u0441\u0442\u0430\u043D\u043E\u0432\u043A\u0430 \u0431\u043E\u043B\u044C\u0448\u0435\u0433\u043E \u0437\u043D\u0430\u0447\u0435\u043D\u0438\u044F \u043C\u043E\u0436\u0435\u0442 \u0443\u043C\u0435\u043D\u044C\u0448\u0438\u0442\u044C \u043D\u0435\u043D\u0443\u0436\u043D\u044B\u0439 \u043F\u0435\u0440\u0435\u0432\u043E\u0434 \u043C\u0430\u043B\u0435\u043D\u044C\u043A\u0438\u0445 \u0430\u0431\u0437\u0430\u0446\u0435\u0432.",confirmResetToDefaultSettings:"\u0412\u044B \u0443\u0432\u0435\u0440\u0435\u043D\u044B, \u0447\u0442\u043E \u0445\u043E\u0442\u0438\u0442\u0435 \u0432\u043E\u0441\u0441\u0442\u0430\u043D\u043E\u0432\u0438\u0442\u044C \u044D\u0442\u043E\u0442 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0447\u0435\u0441\u043A\u0438\u0439 \u0441\u0435\u0440\u0432\u0438\u0441 \u0434\u043E \u043D\u0430\u0441\u0442\u0440\u043E\u0435\u043A \u043F\u043E \u0443\u043C\u043E\u043B\u0447\u0430\u043D\u0438\u044E? (\u0421\u0431\u0440\u043E\u0441 \u043D\u0430\u0441\u0442\u0440\u043E\u0435\u043A \u0442\u043E\u043B\u044C\u043A\u043E \u0434\u043B\u044F \u0442\u0435\u043A\u0443\u0449\u0435\u0433\u043E \u0441\u0435\u0440\u0432\u0438\u0441\u0430 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430)",touchShortcutsToggleTranslationMask:"\u041D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0430 \u043E\u0442\u043E\u0431\u0440\u0430\u0436\u0435\u043D\u0438\u044F \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430/\u043E\u0440\u0438\u0433\u0438\u043D\u0430\u043B\u044C\u043D\u043E\u0433\u043E \u0442\u0435\u043A\u0441\u0442\u0430 \u0441 \u043F\u043E\u043C\u043E\u0449\u044C\u044E \u0436\u0435\u0441\u0442\u043E\u0432 \u043D\u0430 \u0441\u0435\u043D\u0441\u043E\u0440\u043D\u043E\u043C \u044D\u043A\u0440\u0430\u043D\u0435",shortcutDisableTooltip:"\u041F\u043E\u0436\u0430\u043B\u0443\u0439\u0441\u0442\u0430, \u043D\u0430\u0441\u0442\u0440\u043E\u0439\u0442\u0435 \u043D\u0430 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u0435 \u0443\u043F\u0440\u0430\u0432\u043B\u0435\u043D\u0438\u044F \u0431\u044B\u0441\u0442\u0440\u044B\u043C\u0438 \u043A\u043B\u0430\u0432\u0438\u0448\u0430\u043C\u0438 \u0440\u0430\u0441\u0448\u0438\u0440\u0435\u043D\u0438\u044F \u0431\u0440\u0430\u0443\u0437\u0435\u0440\u0430, \u0434\u043B\u044F \u043F\u043E\u043B\u0443\u0447\u0435\u043D\u0438\u044F \u0434\u043E\u043F\u043E\u043B\u043D\u0438\u0442\u0435\u043B\u044C\u043D\u044B\u0445 \u0440\u0443\u043A\u043E\u0432\u043E\u0434\u0441\u0442\u0432 \u0441\u043C\u043E\u0442\u0440\u0438\u0442\u0435 \u0438\u043D\u0441\u0442\u0440\u0443\u043A\u0446\u0438\u0438 \u0432 \u0432\u0435\u0440\u0445\u043D\u0435\u0439 \u0447\u0430\u0441\u0442\u0438 \u044D\u0442\u043E\u0439 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u044B.",mouseHoverCustomKeyDescription:"\u0412\u044B \u043C\u043E\u0436\u0435\u0442\u0435 \u043D\u0430\u0441\u0442\u0440\u043E\u0438\u0442\u044C \u0441\u043E\u0447\u0435\u0442\u0430\u043D\u0438\u0435 \u043A\u043B\u0430\u0432\u0438\u0448 \u0434\u043B\u044F \u043D\u0430\u0432\u0435\u0434\u0435\u043D\u0438\u044F \u043C\u044B\u0448\u0438, \u043D\u0430\u043F\u0440\u0438\u043C\u0435\u0440: Alt+Z, Ctrl+E, Cmd+Alt+E \u0438\u043B\u0438 \u043F\u0440\u043E\u0441\u0442\u043E Cmd, \u043F\u043E\u0436\u0430\u043B\u0443\u0439\u0441\u0442\u0430, \u0432\u0432\u0435\u0434\u0438\u0442\u0435 \u0432\u0440\u0443\u0447\u043D\u0443\u044E.","desc.mouseHoverHoldKey":"\u041F\u0440\u0438 \u043D\u0430\u0432\u0435\u0434\u0435\u043D\u0438\u0438 \u043C\u044B\u0448\u0438 \u043D\u0430 \u0430\u0431\u0437\u0430\u0446, \u043E\u0434\u043D\u043E\u0432\u0440\u0435\u043C\u0435\u043D\u043D\u043E \u043D\u0430\u0436\u043C\u0438\u0442\u0435 \u043F\u0440\u0430\u0432\u0443\u044E \u0433\u043E\u0440\u044F\u0447\u0443\u044E \u043A\u043B\u0430\u0432\u0438\u0448\u0443, \u0447\u0442\u043E\u0431\u044B \u043D\u0435\u043F\u043E\u0441\u0440\u0435\u0434\u0441\u0442\u0432\u0435\u043D\u043D\u043E \u043F\u0435\u0440\u0435\u0432\u0435\u0441\u0442\u0438 \u044D\u0442\u043E\u0442 \u0430\u0431\u0437\u0430\u0446.","error.subscriptionExpired":"\u0412\u0430\u0448\u0430 \u043F\u043E\u0434\u043F\u0438\u0441\u043A\u0430, \u0432\u043E\u0437\u043C\u043E\u0436\u043D\u043E, \u0438\u0441\u0442\u0435\u043A\u043B\u0430, \u043F\u043E\u0436\u0430\u043B\u0443\u0439\u0441\u0442\u0430, \u043F\u0440\u043E\u0432\u0435\u0440\u044C\u0442\u0435 \u0441\u0442\u0430\u0442\u0443\u0441 \u0432\u0430\u0448\u0435\u0439 \u043F\u043E\u0434\u043F\u0438\u0441\u043A\u0438.","desc.touchShortcutsToggleTranslatePage":"\u041F\u043E\u0441\u043B\u0435 \u043D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0438, \u043F\u0440\u0438 \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u043D\u0438\u0438 \u043C\u043E\u0431\u0438\u043B\u044C\u043D\u043E\u0433\u043E \u0443\u0441\u0442\u0440\u043E\u0439\u0441\u0442\u0432\u0430, \u043C\u043E\u0436\u043D\u043E \u043E\u0434\u043D\u043E\u0432\u0440\u0435\u043C\u0435\u043D\u043D\u043E \u043A\u0430\u0441\u0430\u0442\u044C\u0441\u044F \u044D\u043A\u0440\u0430\u043D\u0430 X \u043F\u0430\u043B\u044C\u0446\u0430\u043C\u0438, \u043F\u0440\u043E\u0432\u043E\u0434\u0438\u0442\u044C \u043F\u043E \u043D\u0435\u043C\u0443 \u0432\u043B\u0435\u0432\u043E \u0438 \u0432\u043F\u0440\u0430\u0432\u043E \u0438\u043B\u0438 \u043D\u0435\u043F\u0440\u0435\u0440\u044B\u0432\u043D\u043E \u043D\u0430\u0436\u0438\u043C\u0430\u0442\u044C, \u0447\u0442\u043E\u0431\u044B \u0430\u043A\u0442\u0438\u0432\u0438\u0440\u043E\u0432\u0430\u0442\u044C \u043F\u0435\u0440\u0435\u0432\u043E\u0434 \u0432\u0435\u0431-\u0441\u0442\u0440\u0430\u043D\u0438\u0446\u044B/\u043F\u043E\u043A\u0430\u0437\u0430\u0442\u044C \u0438\u0441\u0445\u043E\u0434\u043D\u044B\u0439 \u0442\u0435\u043A\u0441\u0442.","contact.description":"\u0415\u0441\u043B\u0438 \u0443 \u0432\u0430\u0441 \u0435\u0441\u0442\u044C \u043A\u0430\u043A\u0438\u0435-\u043B\u0438\u0431\u043E \u0432\u043E\u043F\u0440\u043E\u0441\u044B \u0438\u043B\u0438 \u043F\u0440\u0435\u0434\u043B\u043E\u0436\u0435\u043D\u0438\u044F, \u043F\u043E\u0436\u0430\u043B\u0443\u0439\u0441\u0442\u0430, \u0437\u0430\u043F\u043E\u043B\u043D\u0438\u0442\u0435 \u0444\u043E\u0440\u043C\u0443 \u043D\u0438\u0436\u0435, \u0447\u0442\u043E\u0431\u044B \u0441\u0432\u044F\u0437\u0430\u0442\u044C\u0441\u044F \u0441 \u043D\u0430\u043C\u0438, \u0438\u043B\u0438 \u043E\u0442\u043F\u0440\u0430\u0432\u044C\u0442\u0435 \u044D\u043B\u0435\u043A\u0442\u0440\u043E\u043D\u043D\u043E\u0435 \u043F\u0438\u0441\u044C\u043C\u043E \u043D\u0430 {email}, \u0438 \u043C\u044B \u043E\u0442\u0432\u0435\u0442\u0438\u043C \u0432\u0430\u043C \u043A\u0430\u043A \u043C\u043E\u0436\u043D\u043E \u0441\u043A\u043E\u0440\u0435\u0435.","desc.toggleTranslateTheWholePage":"\u041F\u0435\u0440\u0435\u0432\u043E\u0434\u0438\u0442\u0435 \u0432\u0441\u0435 \u043E\u0431\u043B\u0430\u0441\u0442\u0438 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u044B, \u043F\u043E \u0443\u043C\u043E\u043B\u0447\u0430\u043D\u0438\u044E \u043C\u044B \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0438\u043C \u043E\u0441\u043D\u043E\u0432\u043D\u044B\u0435 \u043E\u0431\u043B\u0430\u0441\u0442\u0438 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u044B, \u0432\u044B \u043C\u043E\u0436\u0435\u0442\u0435 \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u044C \u044D\u0442\u043E\u0442 \u0433\u043E\u0440\u044F\u0447\u0438\u0439 \u043A\u043B\u0430\u0432\u0438\u0448 \u0434\u043B\u044F \u0441\u043F\u0435\u0446\u0438\u0430\u043B\u044C\u043D\u043E\u0433\u043E \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430 \u0432\u0441\u0435\u0445 \u043E\u0431\u043B\u0430\u0441\u0442\u0435\u0439 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u044B.",translationOnlyModeDescription:'\u0420\u0435\u0436\u0438\u043C "\u0422\u043E\u043B\u044C\u043A\u043E \u043F\u0435\u0440\u0435\u0432\u043E\u0434" \u043E\u0437\u043D\u0430\u0447\u0430\u0435\u0442, \u0447\u0442\u043E \u043E\u0442\u043E\u0431\u0440\u0430\u0436\u0430\u0435\u0442\u0441\u044F \u0442\u043E\u043B\u044C\u043A\u043E \u043F\u0435\u0440\u0435\u0432\u043E\u0434, \u0430 \u043D\u0435 \u0441\u0442\u0430\u043D\u0434\u0430\u0440\u0442\u043D\u044B\u0439 \u0434\u0432\u0443\u044F\u0437\u044B\u0447\u043D\u044B\u0439 \u0440\u0435\u0436\u0438\u043C. \u041E\u0431\u0440\u0430\u0442\u0438\u0442\u0435 \u0432\u043D\u0438\u043C\u0430\u043D\u0438\u0435: \u0438\u0437-\u0437\u0430 \u0442\u0435\u0445\u043D\u0438\u0447\u0435\u0441\u043A\u0438\u0445 \u043E\u0433\u0440\u0430\u043D\u0438\u0447\u0435\u043D\u0438\u0439, \u0433\u0438\u043F\u0435\u0440\u0441\u0441\u044B\u043B\u043A\u0438 \u0438\u0441\u0445\u043E\u0434\u043D\u043E\u0433\u043E \u0442\u0435\u043A\u0441\u0442\u0430 \u0431\u0443\u0434\u0443\u0442 \u043D\u0435\u0430\u043A\u0442\u0438\u0432\u043D\u044B \u0432 \u0440\u0435\u0436\u0438\u043C\u0435 "\u0422\u043E\u043B\u044C\u043A\u043E \u043F\u0435\u0440\u0435\u0432\u043E\u0434".',"desc.toggleTranslateTheMainPage":"\u0422\u043E\u043B\u044C\u043A\u043E \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0438\u0442\u0435 \u043E\u0441\u043D\u043E\u0432\u043D\u044B\u0435 \u043E\u0431\u043B\u0430\u0441\u0442\u0438 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u044B, \u043A\u043E\u0433\u0434\u0430 \u0432\u044B \u0432\u043A\u043B\u044E\u0447\u0438\u043B\u0438 \u043F\u0435\u0440\u0435\u0432\u043E\u0434 \u0432\u0441\u0435\u0445 \u043E\u0431\u043B\u0430\u0441\u0442\u0435\u0439 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u044B \u0432 \u0440\u0430\u0441\u0448\u0438\u0440\u0435\u043D\u043D\u044B\u0445 \u043D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0430\u0445, \u0432\u044B \u043C\u043E\u0436\u0435\u0442\u0435 \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u044C \u044D\u0442\u043E\u0442 \u0433\u043E\u0440\u044F\u0447\u0438\u0439 \u043A\u043B\u0430\u0432\u0438\u0448 \u0434\u043B\u044F \u0441\u043F\u0435\u0446\u0438\u0430\u043B\u044C\u043D\u043E\u0433\u043E \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430 \u043E\u0441\u043D\u043E\u0432\u043D\u044B\u0445 \u043E\u0431\u043B\u0430\u0441\u0442\u0435\u0439 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u044B.","intro.floatBallDescription":"\u041F\u043E\u0441\u043B\u0435 \u0430\u043A\u0442\u0438\u0432\u0430\u0446\u0438\u0438 \u043D\u0430 \u043F\u0440\u0430\u0432\u043E\u0439 \u0441\u0442\u043E\u0440\u043E\u043D\u0435 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u044B \u043F\u043E\u044F\u0432\u0438\u0442\u0441\u044F \u043A\u043D\u043E\u043F\u043A\u0430 \u0431\u044B\u0441\u0442\u0440\u043E\u0433\u043E \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430, \u043D\u0430\u0436\u043C\u0438\u0442\u0435 \u043D\u0430 \u043D\u0435\u0435, \u0447\u0442\u043E\u0431\u044B \u043F\u0435\u0440\u0435\u0432\u0435\u0441\u0442\u0438, \u043D\u0430\u0436\u043C\u0438\u0442\u0435 \u0435\u0449\u0435 \u0440\u0430\u0437, \u0447\u0442\u043E\u0431\u044B \u0432\u0435\u0440\u043D\u0443\u0442\u044C\u0441\u044F \u043A \u0438\u0441\u0445\u043E\u0434\u043D\u043E\u043C\u0443 \u0442\u0435\u043A\u0441\u0442\u0443. \u041D\u0430 \u043C\u043E\u0431\u0438\u043B\u044C\u043D\u043E\u043C \u0443\u0441\u0442\u0440\u043E\u0439\u0441\u0442\u0432\u0435, \u0435\u0441\u043B\u0438 \u0432\u044B \u0434\u043E\u043B\u0433\u043E \u043D\u0430\u0436\u0438\u043C\u0430\u0435\u0442\u0435 \u043D\u0430 \u043F\u043B\u0430\u0432\u0430\u044E\u0449\u0438\u0439 \u0448\u0430\u0440, \u0432\u044B \u043C\u043E\u0436\u0435\u0442\u0435 \u043E\u0442\u043A\u0440\u044B\u0442\u044C \u043F\u0430\u043D\u0435\u043B\u044C \u0431\u044B\u0441\u0442\u0440\u044B\u0445 \u043D\u0430\u0441\u0442\u0440\u043E\u0435\u043A.","desc.toggleMouseHoverTranslateDirectly":"\u041F\u043E\u0441\u043B\u0435 \u043D\u0430\u0436\u0430\u0442\u0438\u044F \u044D\u0442\u043E\u0439 \u0433\u043E\u0440\u044F\u0447\u0435\u0439 \u043A\u043B\u0430\u0432\u0438\u0448\u0438, \u043D\u0430 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u0435, \u043A\u0430\u043A \u0442\u043E\u043B\u044C\u043A\u043E \u043C\u044B\u0448\u044C \u0443\u043A\u0430\u0437\u044B\u0432\u0430\u0435\u0442 \u043D\u0430 \u043B\u044E\u0431\u043E\u0439 \u0442\u0435\u043A\u0441\u0442, \u044D\u0442\u043E\u0442 \u0442\u0435\u043A\u0441\u0442 \u0430\u0432\u0442\u043E\u043C\u0430\u0442\u0438\u0447\u0435\u0441\u043A\u0438 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0438\u0442\u0441\u044F. \u041D\u0430\u0436\u043C\u0438\u0442\u0435 \u0433\u043E\u0440\u044F\u0447\u0443\u044E \u043A\u043B\u0430\u0432\u0438\u0448\u0443 \u0435\u0449\u0435 \u0440\u0430\u0437, \u0447\u0442\u043E\u0431\u044B \u043E\u0442\u043A\u043B\u044E\u0447\u0438\u0442\u044C \u044D\u0442\u0443 \u0444\u0443\u043D\u043A\u0446\u0438\u044E \u0430\u0432\u0442\u043E\u043C\u0430\u0442\u0438\u0447\u0435\u0441\u043A\u043E\u0433\u043E \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430.","subtitle.showQuickButtonDescription":"\u0412 \u043F\u0440\u0430\u0432\u043E\u043C \u043D\u0438\u0436\u043D\u0435\u043C \u0443\u0433\u043B\u0443 \u0432\u0438\u0434\u0435\u043E\u043F\u043B\u0435\u0435\u0440\u0430 \u043F\u0440\u0435\u0434\u043E\u0441\u0442\u0430\u0432\u043B\u044F\u0435\u0442\u0441\u044F \u0431\u044B\u0441\u0442\u0440\u044B\u0439 \u0434\u043E\u0441\u0442\u0443\u043F \u043A \u0432\u043A\u043B\u044E\u0447\u0435\u043D\u0438\u044E \u0434\u0432\u0443\u044F\u0437\u044B\u0447\u043D\u044B\u0445 \u0441\u0443\u0431\u0442\u0438\u0442\u0440\u043E\u0432.","neverTranslateText.description":"\u0418\u0437-\u0437\u0430 \u0442\u043E\u0433\u043E, \u0447\u0442\u043E \u043D\u0435\u043A\u043E\u0442\u043E\u0440\u044B\u0435 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0447\u0435\u0441\u043A\u0438\u0435 \u0434\u0432\u0438\u0436\u043A\u0438 \u043D\u0435 \u0438\u0434\u0435\u0430\u043B\u044C\u043D\u043E \u0440\u0430\u0441\u043F\u043E\u0437\u043D\u0430\u044E\u0442 \u0441\u043F\u0435\u0446\u0438\u0430\u043B\u044C\u043D\u044B\u0435 \u0442\u0435\u0440\u043C\u0438\u043D\u044B, \u0432\u044B \u043C\u043E\u0436\u0435\u0442\u0435 \u0434\u043E\u0431\u0430\u0432\u0438\u0442\u044C \u0441\u043B\u043E\u0432\u0430 \u0437\u0434\u0435\u0441\u044C, \u0447\u0442\u043E\u0431\u044B \u0443\u0431\u0435\u0434\u0438\u0442\u044C\u0441\u044F, \u0447\u0442\u043E \u043E\u043D\u0438 \u043D\u0435 \u0431\u0443\u0434\u0443\u0442 \u043F\u0440\u0435\u043E\u0431\u0440\u0430\u0437\u043E\u0432\u0430\u043D\u044B \u0432 \u043F\u0440\u043E\u0446\u0435\u0441\u0441\u0435 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430. \u041E\u0431\u0440\u0430\u0442\u0438\u0442\u0435 \u0432\u043D\u0438\u043C\u0430\u043D\u0438\u0435, \u0447\u0442\u043E \u044D\u0442\u0430 \u0444\u0443\u043D\u043A\u0446\u0438\u044F \u0440\u0430\u0437\u043B\u0438\u0447\u0430\u0435\u0442 \u0440\u0435\u0433\u0438\u0441\u0442\u0440 \u0438 \u043F\u043E\u0434\u0434\u0435\u0440\u0436\u0438\u0432\u0430\u0435\u0442 \u0442\u043E\u043B\u044C\u043A\u043E \u044F\u0437\u044B\u043A\u0438 \u0441\u043E \u0441\u043B\u043E\u0432\u0430\u043C\u0438, \u0440\u0430\u0437\u0434\u0435\u043B\u0435\u043D\u043D\u044B\u043C\u0438 \u043F\u0440\u043E\u0431\u0435\u043B\u0430\u043C\u0438 (\u043D\u0430\u043F\u0440\u0438\u043C\u0435\u0440, \u0430\u043D\u0433\u043B\u0438\u0439\u0441\u043A\u0438\u0439, \u0444\u0440\u0430\u043D\u0446\u0443\u0437\u0441\u043A\u0438\u0439), \u0438 \u043D\u0435 \u043F\u043E\u0434\u0445\u043E\u0434\u0438\u0442 \u0434\u043B\u044F \u044F\u0437\u044B\u043A\u043E\u0432, \u0442\u0430\u043A\u0438\u0445 \u043A\u0430\u043A \u044F\u043F\u043E\u043D\u0441\u043A\u0438\u0439, \u043A\u043E\u0440\u0435\u0439\u0441\u043A\u0438\u0439 \u0438 \u0442.\u0434.","intro.subtitleDescription":"\u041F\u043E\u0441\u043B\u0435 \u0432\u043A\u043B\u044E\u0447\u0435\u043D\u0438\u044F \u044D\u0442\u043E\u0439 \u0444\u0443\u043D\u043A\u0446\u0438\u0438, \u043F\u0440\u0438 \u043F\u0440\u043E\u0441\u043C\u043E\u0442\u0440\u0435 \u0432\u0438\u0434\u0435\u043E \u0431\u0443\u0434\u0443\u0442 \u0430\u0432\u0442\u043E\u043C\u0430\u0442\u0438\u0447\u0435\u0441\u043A\u0438 \u043E\u0442\u043E\u0431\u0440\u0430\u0436\u0430\u0442\u044C\u0441\u044F \u0441\u0443\u0431\u0442\u0438\u0442\u0440\u044B \u043D\u0430 \u0434\u0432\u0443\u0445 \u044F\u0437\u044B\u043A\u0430\u0445. \u0415\u0441\u043B\u0438 \u0444\u0443\u043D\u043A\u0446\u0438\u044F \u043D\u0435 \u0432\u043A\u043B\u044E\u0447\u0435\u043D\u0430, \u0432\u0430\u043C \u043D\u0443\u0436\u043D\u043E \u0431\u0443\u0434\u0435\u0442 \u0432\u0440\u0443\u0447\u043D\u0443\u044E \u043D\u0430\u0436\u0430\u0442\u044C \u043A\u043D\u043E\u043F\u043A\u0443 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430 \u043D\u0430 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u0435, \u0447\u0442\u043E\u0431\u044B \u043E\u0442\u043E\u0431\u0440\u0430\u0437\u0438\u0442\u044C \u0441\u0443\u0431\u0442\u0438\u0442\u0440\u044B. \u041E\u0431\u0440\u0430\u0442\u0438\u0442\u0435 \u0432\u043D\u0438\u043C\u0430\u043D\u0438\u0435, \u0447\u0442\u043E \u0438\u0437-\u0437\u0430 \u0442\u0435\u0445\u043D\u0438\u0447\u0435\u0441\u043A\u0438\u0445 \u043E\u0433\u0440\u0430\u043D\u0438\u0447\u0435\u043D\u0438\u0439 \u043D\u0430 \u043D\u0435\u043A\u043E\u0442\u043E\u0440\u044B\u0445 \u0441\u0430\u0439\u0442\u0430\u0445 \u043F\u0440\u0438 \u043F\u0435\u0440\u0432\u043E\u0439 \u0430\u043A\u0442\u0438\u0432\u0430\u0446\u0438\u0438 \u0441\u0443\u0431\u0442\u0438\u0442\u0440\u043E\u0432 \u043C\u043E\u0436\u0435\u0442 \u043F\u043E\u0442\u0440\u0435\u0431\u043E\u0432\u0430\u0442\u044C\u0441\u044F \u043E\u0431\u043D\u043E\u0432\u0438\u0442\u044C \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u0443 \u0438\u043B\u0438 \u0434\u043E\u0436\u0434\u0430\u0442\u044C\u0441\u044F \u043E\u043A\u043E\u043D\u0447\u0430\u043D\u0438\u044F \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430, \u0447\u0442\u043E\u0431\u044B \u043E\u0442\u043E\u0431\u0440\u0430\u0437\u0438\u0442\u044C \u0441\u0443\u0431\u0442\u0438\u0442\u0440\u044B \u043D\u0430 \u0434\u0432\u0443\u0445 \u044F\u0437\u044B\u043A\u0430\u0445. (\u041A\u0440\u043E\u043C\u0435 \u0442\u043E\u0433\u043E, \u0432\u044B \u0442\u0430\u043A\u0436\u0435 \u043C\u043E\u0436\u0435\u0442\u0435 \u0432\u043A\u043B\u044E\u0447\u0438\u0442\u044C / \u043E\u0442\u043A\u043B\u044E\u0447\u0438\u0442\u044C \u043F\u0430\u043D\u0435\u043B\u044C \u0431\u044B\u0441\u0442\u0440\u044B\u0445 \u043A\u043E\u043C\u0430\u043D\u0434 \u0434\u043B\u044F \u043F\u043E\u0433\u0440\u0443\u0436\u0435\u043D\u0438\u044F \u0432 \u043F\u0435\u0440\u0435\u0432\u043E\u0434 \u0432 \u0432\u0435\u0440\u0445\u043D\u0435\u043C \u043F\u0440\u0430\u0432\u043E\u043C \u0443\u0433\u043B\u0443 \u043F\u043E\u0441\u043B\u0435 \u043E\u0442\u043A\u0440\u044B\u0442\u0438\u044F \u0432\u0438\u0434\u0435\u043E \u0441\u0430\u0439\u0442\u0430)

\u0412 \u043D\u0430\u0441\u0442\u043E\u044F\u0449\u0435\u0435 \u0432\u0440\u0435\u043C\u044F \u043F\u043E\u0434\u0434\u0435\u0440\u0436\u0438\u0432\u0430\u0435\u0442\u0441\u044F \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u043D\u0438\u0435 \u0441\u0443\u0431\u0442\u0438\u0442\u0440\u043E\u0432 \u043D\u0430 \u0434\u0432\u0443\u0445 \u044F\u0437\u044B\u043A\u0430\u0445 \u043D\u0430 \u044D\u0442\u0438\u0445 \u0441\u0430\u0439\u0442\u0430\u0445:","desc.touchShortcutsToggleTranslationMask":"\u041F\u0435\u0440\u0435\u0432\u043E\u0434\u0447\u0435\u0441\u043A\u0430\u044F \u043C\u0430\u0441\u043A\u0430 - \u044D\u0442\u043E \u044D\u0444\u0444\u0435\u043A\u0442 \u0440\u0430\u0437\u043C\u044B\u0442\u0438\u044F \u0432 \u0441\u0442\u0438\u043B\u0435 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430 (\u0440\u0435\u0436\u0438\u043C \u043E\u0431\u0443\u0447\u0435\u043D\u0438\u044F). \u041F\u043E\u0441\u043B\u0435 \u0432\u043A\u043B\u044E\u0447\u0435\u043D\u0438\u044F \u0432\u0440\u0435\u043C\u0435\u043D\u043D\u043E \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u0443\u0435\u0442\u0441\u044F \u044D\u0444\u0444\u0435\u043A\u0442 \u0440\u0430\u0437\u043C\u044B\u0442\u0438\u044F \u0434\u043B\u044F \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430, \u0447\u0442\u043E \u0443\u0434\u043E\u0431\u043D\u043E \u0434\u043B\u044F \u043E\u0431\u0443\u0447\u0435\u043D\u0438\u044F.","intro.hoverDescription":"\u041F\u0435\u0440\u0435\u0432\u043E\u0434 \u043F\u0440\u0438 \u043D\u0430\u0432\u0435\u0434\u0435\u043D\u0438\u0438 \u043C\u044B\u0448\u0438 - \u044D\u0442\u043E \u043E\u0447\u0435\u043D\u044C \u0432\u0430\u0436\u043D\u0430\u044F \u0444\u0443\u043D\u043A\u0446\u0438\u044F \u0432 \u043A\u043E\u043D\u0442\u0435\u043A\u0441\u0442\u043D\u043E\u043C \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0435, \u0434\u043E\u0441\u0442\u0430\u0442\u043E\u0447\u043D\u043E \u043F\u0440\u043E\u0441\u0442\u043E \u043F\u043E\u043C\u0435\u0441\u0442\u0438\u0442\u044C \u043A\u0443\u0440\u0441\u043E\u0440 \u043D\u0430 \u0430\u0431\u0437\u0430\u0446 \u0438 \u043E\u0434\u043D\u043E\u0432\u0440\u0435\u043C\u0435\u043D\u043D\u043E \u043D\u0430\u0436\u0430\u0442\u044C \u0437\u0430\u0434\u0430\u043D\u043D\u0443\u044E \u0433\u043E\u0440\u044F\u0447\u0443\u044E \u043A\u043B\u0430\u0432\u0438\u0448\u0443, \u0447\u0442\u043E\u0431\u044B \u0430\u0432\u0442\u043E\u043C\u0430\u0442\u0438\u0447\u0435\u0441\u043A\u0438 \u043F\u0435\u0440\u0435\u0432\u0435\u0441\u0442\u0438 \u0442\u0435\u043A\u0443\u0449\u0438\u0439 \u0430\u0431\u0437\u0430\u0446 (\u043E\u0431\u0440\u0430\u0442\u0438\u0442\u0435 \u0432\u043D\u0438\u043C\u0430\u043D\u0438\u0435: \u043F\u043E \u0443\u043C\u043E\u043B\u0447\u0430\u043D\u0438\u044E \u043E\u043D \u043D\u0435 \u0432\u043A\u043B\u044E\u0447\u0435\u043D, \u043F\u043E\u0436\u0430\u043B\u0443\u0439\u0441\u0442\u0430, \u043D\u0430\u0441\u0442\u0440\u043E\u0439\u0442\u0435 \u0435\u0433\u043E \u043D\u0438\u0436\u0435). \u042D\u0442\u043E\u0442 \u0432\u0437\u0430\u0438\u043C\u043E\u0434\u0435\u0439\u0441\u0442\u0432\u0438\u0435 \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u0443\u0435\u0442\u0441\u044F \u0434\u043B\u044F \u043B\u0443\u0447\u0448\u0435\u0439 \u0437\u0430\u043C\u0435\u043D\u044B \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430 \u0432\u044B\u0434\u0435\u043B\u0435\u043D\u043D\u043E\u0433\u043E \u0442\u0435\u043A\u0441\u0442\u0430, \u043A\u0440\u043E\u043C\u0435 \u0442\u043E\u0433\u043E, \u044D\u0442\u0430 \u0444\u0443\u043D\u043A\u0446\u0438\u044F \u0448\u0438\u0440\u043E\u043A\u043E \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u0443\u0435\u0442\u0441\u044F \u0432 \u043E\u0431\u043B\u0430\u0441\u0442\u044F\u0445, \u043A\u043E\u0442\u043E\u0440\u044B\u0435 \u043D\u0435 \u043C\u043E\u0433\u0443\u0442 \u0431\u044B\u0442\u044C \u0440\u0430\u0441\u043F\u043E\u0437\u043D\u0430\u043D\u044B \u0434\u043B\u044F \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430, \u0432\u044B \u043C\u043E\u0436\u0435\u0442\u0435 \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u044C \u044D\u0442\u0443 \u0444\u0443\u043D\u043A\u0446\u0438\u044E \u0434\u043B\u044F \u043F\u0440\u0438\u043D\u0443\u0434\u0438\u0442\u0435\u043B\u044C\u043D\u043E\u0433\u043E \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430 \u043B\u044E\u0431\u043E\u0433\u043E \u0430\u0431\u0437\u0430\u0446\u0430.",geminiWarning:"\u0412\u043D\u0438\u043C\u0430\u043D\u0438\u0435: \u0431\u0435\u0441\u043F\u043B\u0430\u0442\u043D\u044B\u0439 \u0441\u0435\u0440\u0432\u0438\u0441 Gemini \u043E\u0442 Google \u0438\u043C\u0435\u0435\u0442 \u0441\u0442\u0440\u043E\u0433\u0438\u0435 \u043E\u0433\u0440\u0430\u043D\u0438\u0447\u0435\u043D\u0438\u044F, Google \u043C\u043E\u0436\u0435\u0442 \u0441\u0447\u0438\u0442\u0430\u0442\u044C, \u0447\u0442\u043E \u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u0435\u043B\u044C \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u0443\u0435\u0442 \u043D\u0435\u0441\u043A\u043E\u043B\u044C\u043A\u043E \u043A\u043B\u044E\u0447\u0435\u0439 \u0434\u043B\u044F \u043E\u0431\u0445\u043E\u0434\u0430 \u0438\u0445 \u0431\u0435\u0441\u043F\u043B\u0430\u0442\u043D\u044B\u0445 \u043A\u0432\u043E\u0442. \u041D\u0435 \u0440\u0435\u043A\u043E\u043C\u0435\u043D\u0434\u0443\u0435\u0442\u0441\u044F \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u044C, \u0440\u0435\u043A\u043E\u043C\u0435\u043D\u0434\u0443\u0435\u0442\u0441\u044F \u0436\u0434\u0430\u0442\u044C, \u043F\u043E\u043A\u0430 Google \u043D\u0435 \u043E\u0442\u043A\u0440\u043E\u0435\u0442 \u043F\u043B\u0430\u0442\u043D\u044B\u0439 \u0438\u043D\u0442\u0435\u0440\u0444\u0435\u0439\u0441 Gemini \u0434\u043B\u044F \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u043D\u0438\u044F \u0432 \u0431\u0443\u0434\u0443\u0449\u0435\u043C.","floatBall.setting":"\u043D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0430","floatBall.file":"\u041F\u0435\u0440\u0435\u0432\u043E\u0434 PDF, EPUB, SRT, ASS, HTML, TXT \u0444\u0430\u0439\u043B\u043E\u0432","floatBall.translateToLanguage":"\u041D\u0430\u0436\u043C\u0438\u0442\u0435, \u0447\u0442\u043E\u0431\u044B \u043F\u0435\u0440\u0435\u0432\u0435\u0441\u0442\u0438 \u043D\u0430 {language}",changeToOnlyTempTranslationMode:"\u041F\u0435\u0440\u0435\u043A\u043B\u044E\u0447\u0435\u043D\u0438\u0435 \u043D\u0430 \u043E\u0442\u043E\u0431\u0440\u0430\u0436\u0435\u043D\u0438\u0435 \u0442\u043E\u043B\u044C\u043A\u043E \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u043E\u0432",changeToDualTempTranslationMode:"\u041F\u0435\u0440\u0435\u0445\u043E\u0434 \u043D\u0430 \u0434\u0432\u0443\u044F\u0437\u044B\u0447\u043D\u044B\u0439 \u043F\u0435\u0440\u0435\u0432\u043E\u0434","transitionMode.dual":"\u0434\u0432\u0443\u044F\u0437\u044B\u0447\u043D\u043E\u0435 \u0441\u043E\u043F\u043E\u0441\u0442\u0430\u0432\u043B\u0435\u043D\u0438\u0435","transitionMode.translation":"\u0422\u043E\u043B\u044C\u043A\u043E \u043F\u0435\u0440\u0435\u0432\u043E\u0434","options.navbar.installApp":"\u0423\u0441\u0442\u0430\u043D\u043E\u0432\u0438\u0442\u0435 \u043C\u043E\u0431\u0438\u043B\u044C\u043D\u043E\u0435 \u043F\u0440\u0438\u043B\u043E\u0436\u0435\u043D\u0438\u0435","options.navbar.translateFile":"\u041F\u0435\u0440\u0435\u0432\u0435\u0441\u0442\u0438 \u0434\u043E\u043A\u0443\u043C\u0435\u043D\u0442","subtitle.transitionMode":"\u0412\u0438\u0434\u0435\u043E \u0441 \u0434\u0432\u0443\u044F\u0437\u044B\u0447\u043D\u044B\u043C\u0438 \u0441\u0443\u0431\u0442\u0438\u0442\u0440\u0430\u043C\u0438 / \u043D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0430 \u0442\u043E\u043B\u044C\u043A\u043E \u0434\u043B\u044F \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430","subtitle.transitionModeDescription":"\u0423\u0441\u0442\u0430\u043D\u043E\u0432\u0438\u0442\u0435 \u0441\u0443\u0431\u0442\u0438\u0442\u0440\u044B \u0432\u0438\u0434\u0435\u043E \u043D\u0430 \u0434\u0432\u0443\u044F\u0437\u044B\u0447\u043D\u043E\u0435 \u0441\u043E\u043F\u043E\u0441\u0442\u0430\u0432\u043B\u0435\u043D\u0438\u0435 \u0438\u043B\u0438 \u0442\u043E\u043B\u044C\u043A\u043E \u0440\u0435\u0436\u0438\u043C \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430","transitionMode.inherit":"\u0421\u043E\u0445\u0440\u0430\u043D\u044F\u0439\u0442\u0435 \u0441\u043E\u043E\u0442\u0432\u0435\u0442\u0441\u0442\u0432\u0438\u0435 \u0441 \u0440\u0435\u0436\u0438\u043C\u043E\u043C \u043E\u0442\u043E\u0431\u0440\u0430\u0436\u0435\u043D\u0438\u044F \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430 \u043F\u043E \u0443\u043C\u043E\u043B\u0447\u0430\u043D\u0438\u044E \u0441\u0438\u0441\u0442\u0435\u043C\u044B.",translateFileTooltip:`\u041F\u0435\u0440\u0435\u0432\u043E\u0434 PDF, ePub, srt, ass, HTML, TXT \u0444\u0430\u0439\u043B\u043E\u0432`,"description.multiplePrompt":`\u041A\u043E\u0433\u0434\u0430 \u043A\u043E\u043B\u0438\u0447\u0435\u0441\u0442\u0432\u043E \u0430\u0431\u0437\u0430\u0446\u0435\u0432 \u0431\u043E\u043B\u044C\u0448\u0435 1, \u0434\u0438\u0430\u043B\u043E\u0433\u0438, \u043E\u0442\u043F\u0440\u0430\u0432\u043B\u0435\u043D\u043D\u044B\u0435 {service} \u043E\u0442 \u0438\u043C\u0435\u043D\u0438 \u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u0435\u043B\u044F, \u0433\u0434\u0435 {{from}} \u043E\u0431\u043E\u0437\u043D\u0430\u0447\u0430\u0435\u0442 \u044F\u0437\u044B\u043A \u0430\u0431\u0437\u0430\u0446\u0430, {{to}} \u043E\u0431\u043E\u0437\u043D\u0430\u0447\u0430\u0435\u0442 \u0446\u0435\u043B\u0435\u0432\u043E\u0439 \u044F\u0437\u044B\u043A, {{yaml}} - \u044D\u0442\u043E \u043D\u0430\u0448 \u043A\u043E\u043D\u0442\u0435\u043D\u0442 \u0430\u0431\u0437\u0430\u0446\u0430, \u0443\u043F\u0430\u043A\u043E\u0432\u0430\u043D\u043D\u044B\u0439 \u0432 \u0444\u043E\u0440\u043C\u0430\u0442\u0435 yaml. \u0415\u0441\u043B\u0438 \u0443 \u0432\u0430\u0441 \u0435\u0441\u0442\u044C \u043F\u043E\u0442\u0440\u0435\u0431\u043D\u043E\u0441\u0442\u044C \u0432 \u043D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0435 Prompt, \u0432\u0430\u043C \u043D\u0443\u0436\u043D\u043E \u0443\u0431\u0435\u0434\u0438\u0442\u044C\u0441\u044F, \u0447\u0442\u043E \u043A\u0430\u0436\u0434\u044B\u0439 \u044D\u043B\u0435\u043C\u0435\u043D\u0442 \u0432 \u0440\u0435\u0437\u0443\u043B\u044C\u0442\u0430\u0442\u0435 YAML \u043E\u0442 AI \u0441\u043E\u0434\u0435\u0440\u0436\u0438\u0442 \u043F\u043E\u043B\u0435 {env.imt_trans_field}, {{imt_trans_field}} - \u044D\u0442\u043E \u043D\u0430\u0437\u0432\u0430\u043D\u0438\u0435 \u043F\u043E\u043B\u044F \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430, \u043A\u043E\u0442\u043E\u0440\u043E\u0435 \u043C\u044B \u0445\u043E\u0442\u0438\u043C \u043F\u043E\u043B\u0443\u0447\u0438\u0442\u044C \u043E\u0442 AI, \u043F\u043E \u0443\u043C\u043E\u043B\u0447\u0430\u043D\u0438\u044E \u044D\u0442\u043E {env.imt_trans_field}, {{imt_source_field}} - \u044D\u0442\u043E \u043D\u0430\u0437\u0432\u0430\u043D\u0438\u0435 \u043F\u043E\u043B\u044F \u0438\u0441\u0445\u043E\u0434\u043D\u043E\u0433\u043E \u0442\u0435\u043A\u0441\u0442\u0430, \u043A\u043E\u0442\u043E\u0440\u043E\u0435 \u043C\u044B \u043F\u0435\u0440\u0435\u0434\u0430\u0435\u043C AI, \u043F\u043E \u0443\u043C\u043E\u043B\u0447\u0430\u043D\u0438\u044E \u044D\u0442\u043E {env.imt_source_field}. \u041F\u0440\u0438\u043C\u0435\u0440 \u0440\u0435\u0437\u0443\u043B\u044C\u0442\u0430\u0442\u0430: @@ -5114,7 +5114,7 @@ ass, HTML, TXT \u0444\u0430\u0439\u043B\u043E\u0432`,"description.multiplePrompt {env.imt_sub_trans_field}: \u041F\u0435\u0440\u0435\u0432\u043E\u0434 - id: 2 {env.imt_sub_source_field}: \u0418\u0441\u0442\u043E\u0447\u043D\u0438\u043A - {env.imt_sub_trans_field}: \u041F\u0435\u0440\u0435\u0432\u043E\u0434`,"subtitle.quickButton.cyan":"\u0421\u0438\u043D\u0438\u0439","subtitle.quickButton.magenta":"\u041F\u0443\u0440\u043F\u0443\u0440\u043D\u044B\u0439","subtitle.quickButton.white":"\u0431\u0435\u043B\u044B\u0439","subtitle.quickButton.blue":"\u0441\u0438\u043D\u0438\u0439","subtitle.quickButton.red":"\u043A\u0440\u0430\u0441\u043D\u044B\u0439","subtitle.quickButton.translationPositionTop":"\u0432 \u0432\u0435\u0440\u0445\u043D\u0435\u0439 \u0447\u0430\u0441\u0442\u0438 \u0442\u0435\u043A\u0441\u0442\u0430","subtitle.quickButton.translationPosition":"\u043C\u0435\u0441\u0442\u043E\u043F\u043E\u043B\u043E\u0436\u0435\u043D\u0438\u0435 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430","subtitle.quickButton.green":"\u0437\u0435\u043B\u0435\u043D\u044B\u0439","subtitle.quickButton.translationPositionBottom":"\u043E\u0440\u0438\u0433\u0438\u043D\u0430\u043B \u043D\u0438\u0436\u0435","subtitle.quickButton.yellow":"\u0436\u0435\u043B\u0442\u044B\u0439","subtitle.quickButton.backgroundColor":"\u0444\u043E\u043D\u043E\u0432\u044B\u0439 \u0446\u0432\u0435\u0442","subtitle.quickButton.sourceFontSize":"\u0418\u0441\u0445\u043E\u0434\u043D\u044B\u0439 \u0440\u0430\u0437\u043C\u0435\u0440 \u0448\u0440\u0438\u0444\u0442\u0430","translationServices.claude":"\u041A\u043B\u043E\u0434","subtitle.quickButton.setting":"\u043D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0430","subtitle.quickButton.translationFontSize":"\u0440\u0430\u0437\u043C\u0435\u0440 \u0448\u0440\u0438\u0444\u0442\u0430 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430","subtitle.quickButton.translationTextColor":"\u0426\u0432\u0435\u0442 \u0448\u0440\u0438\u0444\u0442\u0430 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430","subtitle.quickButton.black":"\u0447\u0435\u0440\u043D\u044B\u0439","subtitle.quickButton.sourceTextColor":"\u0418\u0441\u0445\u043E\u0434\u043D\u044B\u0439 \u0446\u0432\u0435\u0442 \u0448\u0440\u0438\u0444\u0442\u0430","subtitle.quickButton.backgroundOpacity":"\u0424\u043E\u043D\u043E\u0432\u0430\u044F \u043D\u0435\u043F\u0440\u043E\u0437\u0440\u0430\u0447\u043D\u043E\u0441\u0442\u044C",attachSubtitleTranslating:"\u0418\u0441\u043F\u043E\u043B\u044C\u0437\u0443\u044F {service} \u0434\u043B\u044F \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430...","error.claude.403":"\u0412\u0440\u0435\u043C\u0435\u043D\u043D\u043E \u043D\u0435\u0442 \u0434\u043E\u0441\u0442\u0443\u043F\u0430 \u043A \u0441\u0435\u0440\u0432\u0438\u0441\u0443, \u0432\u043E\u0437\u043C\u043E\u0436\u043D\u043E, \u044D\u0442\u043E \u0441\u0432\u044F\u0437\u0430\u043D\u043E \u0441 \u0440\u0435\u0433\u0438\u043E\u043D\u0430\u043B\u044C\u043D\u044B\u043C\u0438 \u043E\u0433\u0440\u0430\u043D\u0438\u0447\u0435\u043D\u0438\u044F\u043C\u0438 \u041A\u043B\u043E\u0434\u0430. \u0412\u044B \u043C\u043E\u0436\u0435\u0442\u0435 \u043F\u043E\u043F\u0440\u043E\u0431\u043E\u0432\u0430\u0442\u044C \u0438\u0437\u043C\u0435\u043D\u0438\u0442\u044C \u0441\u0432\u043E\u0439 IP-\u0430\u0434\u0440\u0435\u0441 \u0438\u043B\u0438 \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u044C \u0434\u0440\u0443\u0433\u0438\u0435 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0447\u0435\u0441\u043A\u0438\u0435 \u0443\u0441\u043B\u0443\u0433\u0438.","browser.brandDescriptionForSafari":"\u3010\u041F\u043E\u0433\u0440\u0443\u0436\u0435\u043D\u0438\u0435 \u0432 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u3011\u0411\u0435\u0441\u043F\u043B\u0430\u0442\u043D\u044B\u0439 \u043F\u043B\u0430\u0433\u0438\u043D \u0434\u043B\u044F \u0434\u0432\u0443\u044F\u0437\u044B\u0447\u043D\u043E\u0433\u043E \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430 \u0432\u0435\u0431-\u0441\u0442\u0440\u0430\u043D\u0438\u0446 (\u043E\u0440\u0438\u0433\u0438\u043D\u0430\u043B/\u043F\u0435\u0440\u0435\u0432\u043E\u0434), \u043F\u043E\u0434\u0434\u0435\u0440\u0436\u0438\u0432\u0430\u044E\u0449\u0438\u0439 \u043F\u0435\u0440\u0435\u0432\u043E\u0434 PDF \u0438 \u043F\u0435\u0440\u0435\u0432\u043E\u0434 \u044D\u043B\u0435\u043A\u0442\u0440\u043E\u043D\u043D\u044B\u0445 \u043A\u043D\u0438\u0433 EPUB \u0441 \u0441\u043E\u0445\u0440\u0430\u043D\u0435\u043D\u0438\u0435\u043C \u043E\u0440\u0438\u0433\u0438\u043D\u0430\u043B\u044C\u043D\u043E\u0433\u043E \u0444\u043E\u0440\u043C\u0430\u0442\u0438\u0440\u043E\u0432\u0430\u043D\u0438\u044F \u0434\u043E\u043A\u0443\u043C\u0435\u043D\u0442\u0430, \u043F\u0435\u0440\u0435\u0432\u043E\u0434 \u0434\u0432\u0443\u044F\u0437\u044B\u0447\u043D\u044B\u0445 \u0441\u0443\u0431\u0442\u0438\u0442\u0440\u043E\u0432 \u0434\u043B\u044F \u043E\u043D\u043B\u0430\u0439\u043D-\u0432\u0438\u0434\u0435\u043E \u043D\u0430 Youtube/Netflix, \u043F\u043E\u0434\u0434\u0435\u0440\u0436\u0438\u0432\u0430\u044E\u0449\u0438\u0439 \u043E\u0441\u043D\u043E\u0432\u043D\u044B\u0435 \u0441\u0435\u0440\u0432\u0438\u0441\u044B \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430, \u0442\u0430\u043A\u0438\u0435 \u043A\u0430\u043A Deepl/Google \u0438 \u0442.\u0434.","browser.PdfProFile":"\u041F\u0435\u0440\u0435\u0432\u043E\u0434 PDF Pro, \u0443\u043F\u0440\u0430\u0432\u043B\u044F\u0435\u043C\u044B\u0439 AI","browser.textTranslate":"\u0422\u0435\u043A\u0441\u0442\u043E\u0432\u044B\u0439 \u043F\u0435\u0440\u0435\u0432\u043E\u0434"};var xh={nologin:"\uB85C\uADF8\uC778\uD558\uC9C0 \uC54A\uC74C",loginForSafari:"\uB85C\uADF8\uC778 \uB610\uB294 \uB4F1\uB85D",login:"\uB85C\uADF8\uC778\uD558\uC5EC \uBA64\uBC84\uC2ED \uAC1C\uC124",manageAccount:"\uAD00\uB9AC \uACC4\uC815",openPremium:"\uBA64\uBC84\uC2ED \uC5F4\uAE30",logout:"\uC911\uB2E8",curentPlan:"\uD604\uC7AC \uD328\uD0A4\uC9C0",endAt:"\uB9CC\uB8CC",endAuto:"\uC790\uB3D9 \uAC31\uC2E0",lineBreakMaxTextCount:"\uC904 \uBC14\uAFC8 \uC774\uD6C4 \uBB38\uC7A5\uB2F9 \uD5C8\uC6A9\uB418\uB294 \uCD5C\uB300 \uAE00\uC790 \uC218","translate-pdf":"PDF\uB97C \uBC88\uC5ED\uD558\uB824\uBA74 \uD074\uB9AD\uD558\uC138\uC694.","noSupportTranslate-pdf":"\uC2A4\uD06C\uB9BD\uD2B8\uAC00 \uC9C0\uC6D0\uB418\uC9C0 \uC54A\uC73C\uB2C8 \uD50C\uB7EC\uADF8\uC778\uC744 \uC0AC\uC6A9\uD558\uC138\uC694.","translate-firefox-local-pdf":"PDF \uAC00\uC838\uC624\uAE30\uB85C \uC774\uB3D9\uD558\uB824\uBA74 \uD074\uB9AD\uD558\uC138\uC694.",enableLineBreak:"\uAE34 \uB2E8\uB77D\uC5D0 \uC790\uB3D9 \uC904 \uBC14\uAFC8 \uD65C\uC131\uD654",sponsorLabel:"1 \uD6C4\uC6D0 \uAC1C\uBC1C\uC790",help:"hand",browserShortcutsNoteForFirefox:"Firefox\uC5D0\uC11C \uBC14\uB85C\uAC00\uAE30\uB97C \uBCC0\uACBD\uD558\uB824\uBA74 \uD655\uC7A5 \uD504\uB85C\uADF8\uB7A8 \uAD00\uB9AC \uD398\uC774\uC9C0 `\uC815\uBCF4:\uC560\uB4DC\uC628`\uC744 \uC5F4\uACE0 `\uC124\uC815`\uC744 \uD074\uB9AD\uD55C \uB2E4\uC74C `\uBC14\uB85C \uAC00\uAE30 \uAD00\uB9AC`\uB97C \uD074\uB9AD\uD558\uC5EC \uBC14\uB85C\uAC00\uAE30\uB97C \uC124\uC815\uD574\uC57C \uD569\uB2C8\uB2E4.",browserShortcutsNoteForChrome:"Chrome\uC5D0\uC11C \uBC14\uB85C\uAC00\uAE30\uB97C \uC218\uC815\uD558\uB824\uBA74 \uD655\uC7A5 \uD504\uB85C\uADF8\uB7A8 \uAD00\uB9AC \uD398\uC774\uC9C0\uB97C \uC5F4\uACE0 '\uBC14\uB85C \uAC00\uAE30 \uAD00\uB9AC' \uD328\uB110(`chrome://extensions/shortcuts`)\uC5D0\uC11C \uC124\uC815\uD55C \uD6C4 \uC544\uB798 \uBC84\uD2BC\uC744 \uD074\uB9AD\uD558\uC5EC \uBC14\uB85C \uAC00\uAE30 \uAD00\uB9AC \uD398\uC774\uC9C0\uB85C \uC774\uB3D9\uD574\uC57C \uD569\uB2C8\uB2E4.",browserShortcutsSucks:"\uC0AC\uC6A9\uC790 \uC9C0\uC815 \uBC14\uB85C\uAC00\uAE30\uC758 \uD615\uC2DD\uC740\uFF1A\uC785\uB2C8\uB2E4(\uC790\uB3D9 \uC778\uC2DD\uB418\uC9C0 \uC54A\uC73C\uBBC0\uB85C \uC9C1\uC811 \uC785\uB825\uD558\uC138\uC694).",enableLineBreakDescription:"\uC774 \uAE30\uB2A5\uC744 \uCF1C\uBA74 \uAE34 \uB2E8\uB77D\uC758 \uAC01 \uBB38\uC7A5 \uB05D\uC5D0 \uC904 \uBC14\uAFC8\uC774 \uC0BD\uC785\uB418\uC5B4 \uBB38\uC7A5\uC744 \uB354 \uC27D\uAC8C \uC77D\uC744 \uC218 \uC788\uC2B5\uB2C8\uB2E4.","browser.shortBrandName":"\uBAB0\uC785 \uBC88\uC5ED","browser.brandName":"\uBAB0\uC785 \uBC88\uC5ED: \uC774\uC911 \uC5B8\uC5B4 \uC6F9 \uD398\uC774\uC9C0 \uBC88\uC5ED \uBC0F PDF \uBB38\uC11C \uBC88\uC5ED","browser.brandDescription":"Bilingual web page translation, also supports PDF translation, bilingual Epub eBook translation, free to use.","browser.toggleTranslatePage":"\uD398\uC774\uC9C0 \uBC88\uC5ED/\uC6D0\uBB38 \uD45C\uC2DC","browser.toggleTranslateTheWholePage":"\uD398\uC774\uC9C0\uC758 \uBAA8\uB4E0 \uC601\uC5ED \uBC88\uC5ED/\uC6D0\uBB38 \uD14D\uC2A4\uD2B8 \uD45C\uC2DC","browser.toggleOnlyTransation":"\uC591\uC5B8\uC5B4/\uBC88\uC5ED\uBB38\uB9CC \uBAA8\uB4DC\uB85C \uC804\uD658","browser.toggleTranslateToThePageEndImmediately":"\uD398\uC774\uC9C0 \uD558\uB2E8\uC73C\uB85C \uC989\uC2DC \uBC88\uC5ED/\uC6D0\uBB38 \uD45C\uC2DC","browser.toggleTranslateTheMainPage":"\uD398\uC774\uC9C0\uC758 \uC8FC\uC694 \uC601\uC5ED \uBC88\uC5ED/\uC6D0\uBB38 \uD14D\uC2A4\uD2B8 \uD45C\uC2DC","browser.shareToDraft":"\uC774\uC911 \uC5B8\uC5B4 \uD398\uC774\uC9C0 \uACF5\uC720","browser.openOptionsPage":"\uC124\uC815 \uD398\uC774\uC9C0 \uC5F4\uAE30","browser.toggleTranslationMask":"\uBC88\uC5ED \uD750\uB9BC \uD6A8\uACFC \uD45C\uC2DC/\uC228\uAE30\uAE30","browser.translateLocalPdfFile":"\uB85C\uCEEC PDF \uD30C\uC77C \uBC88\uC5ED","browser.openEbookViewer":"\uD604\uC9C0 \uC804\uC790\uCC45 \uC77D\uAE30","browser.openEbookBuilder":"\uC774\uC911 \uC5B8\uC5B4 EPUB \uC804\uC790\uCC45 \uB9CC\uB4E4\uAE30","browser.translateLocalHtmlFile":"HTML/\uD14D\uC2A4\uD2B8 \uD30C\uC77C \uBC88\uC5ED","browser.donateContext":"\uC2A4\uD3F0\uC11C\uC2ED \uD61C\uD0DD\uC5D0 \uB300\uD574 \uC54C\uC544\uBCF4\uAE30","browser.translateLocalSubtitleFile":"\uB85C\uCEEC \uC790\uB9C9 \uD30C\uC77C \uBC88\uC5ED",confirmResetConfig:"\uC124\uC815\uC744 \uC7AC\uC124\uC815\uD558\uC2DC\uACA0\uC2B5\uB2C8\uAE4C?",translationLineBreakSettingTitle:"\uBC88\uC5ED \uC904 \uBC14\uAFC8 \uC124\uC815",smartLineBreak:"\uC2A4\uB9C8\uD2B8 \uB77C\uC778 \uD53C\uB4DC(\uCEF4\uD4E8\uD305)",alwaysLineBreak:"\uD56D\uC0C1 \uB77C\uC778 \uD53C\uB4DC",isShowContextMenu:"\uBA54\uB274 \uD56D\uBAA9\uC744 \uB9C8\uC6B0\uC2A4 \uC624\uB978\uCABD \uBC84\uD2BC\uC73C\uB85C \uD074\uB9AD\uD558\uC5EC \uBC88\uC5ED\uB41C \uD398\uC774\uC9C0 \uCD94\uAC00\uD558\uAE30",toggleBeta:"\uBCA0\uD0C0 \uD14C\uC2A4\uD2B8 \uAE30\uB2A5 \uD65C\uC131\uD654",betaDescription:"\uC544\uC9C1 \uC2E4\uD5D8\uB2E8\uACC4\uC778 \uAE30\uB2A5\uB4E4\uACFC \uBCA0\uD0C0\uBC84\uC804\uC778 \uBC88\uC5ED \uC11C\uBE44\uC2A4\uB97C \uC0AC\uC6A9\uD574\uBCF4\uC138\uC694. <1>\uD154\uB808\uADF8\uB7A8 \uADF8\uB8F9\uC5D0 \uAC00\uC785\uD558\uC5EC \uC790\uC138\uD788 \uC54C\uC544\uBCF4\uC138\uC694.",translationLineBreakSettingDescription:"\uCF58\uD150\uCE20\uAC00 \uC801\uC740 \uD398\uC774\uC9C0\uC758 \uACBD\uC6B0 \uD56D\uC0C1 \uC904 \uBC14\uAFC8\uC774 \uAE54\uB054\uD558\uAC8C \uC720\uC9C0\uB429\uB2C8\uB2E4. (\uCF58\uD150\uCE20\uAC00 \uB9CE\uC740 \uAE34 \uB2E8\uB77D({count}\uC790 \uC774\uC0C1)\uC5D0\uB294 \uC2A4\uB9C8\uD2B8 \uC904 \uBC14\uAFC8\uC744 \uC0AC\uC6A9\uD558\uC5EC \uACF5\uAC04\uC744 \uC808\uC57D\uD558\uC138\uC694.)",tempTranslateDomainTitle:"\uC6F9\uC0AC\uC774\uD2B8 \uBC88\uC5ED\uC774 \uC77C\uC2DC\uC801\uC73C\uB85C \uCF1C\uC9C0\uB294 \uAE30\uAC04",tempTranslateDomainDescription:"\uC6F9 \uD398\uC774\uC9C0\uB97C \uC218\uB3D9\uC73C\uB85C \uBC88\uC5ED\uD560 \uB54C \uC790\uB3D9 \uBC88\uC5ED\uC744 \uC704\uD574 \uC6F9 \uC0AC\uC774\uD2B8\uB97C \uC77C\uC2DC\uC801\uC73C\uB85C \uCF1C\uACE0 \uC77C\uC2DC\uC801\uC778 \uAE30\uAC04\uC744 \uC124\uC815\uD560 \uC218 \uC788\uC2B5\uB2C8\uB2E4.",xMinutes:"{count} \uBD84",disabled:"STH \uC0AC\uC6A9\uC744 \uAE08\uC9C0\uD569\uB2C8\uB2E4.",changelog:"\uC5C5\uB370\uC774\uD2B8 \uB85C\uADF8",toggleTranslatePageWhenThreeFingersOnTheScreen:"\uC5EC\uB7EC \uC190\uAC00\uB77D\uC774 \uB3D9\uC2DC\uC5D0 \uD654\uBA74\uC744 \uD130\uCE58\uD560 \uB54C \uC6F9 \uD398\uC774\uC9C0 \uBC88\uC5ED/\uC6D0\uBB38 \uD14D\uC2A4\uD2B8 \uD45C\uC2DC",toggleTranslationMaskWhenThreeFingersOnTheScreen:"\uC5EC\uB7EC \uC190\uAC00\uB77D\uC73C\uB85C \uD130\uCE58\uD558\uBA74 \uD750\uB9BC \uD6A8\uACFC\uB97C \uD45C\uC2DC\uD558\uAC70\uB098 \uC228\uAE38 \uC218 \uC788\uC2B5\uB2C8\uB2E4.",fingerCountToToggleTranslagePageOnlyTranslationWhenTouching:"\uC5EC\uB7EC \uC190\uAC00\uB77D\uC73C\uB85C \uB3D9\uC2DC\uC5D0 \uD654\uBA74\uC744 \uD130\uCE58\uD558\uBA74 \uC6F9 \uD398\uC774\uC9C0\uAC00 \uBC88\uC5ED(\uBC88\uC5ED \uC804\uC6A9)/\uC6D0\uBB38\uC744 \uD45C\uC2DC\uD569\uB2C8\uB2E4.",addUrlDescription:"\uB3C4\uBA54\uC778 \uC774\uB984\uC77C \uC218 \uC788\uC73C\uBA70 \uC640\uC77C\uB4DC\uCE74\uB4DC(\uC608:\uFF1A*.google.com, google.com/mail/*, https://www.google.com/*)\uB3C4 \uC9C0\uC6D0\uD569\uB2C8\uB2E4.",general:"\uAE30\uBCF8 \uC124\uC815",clickToExpandConfig:"\uD604\uC7AC \uAD6C\uC131 \uD655\uC7A5",import:"\uD30C\uC77C\uC5D0\uC11C \uAC00\uC838\uC624\uAE30",export:"\uD30C\uC77C\uB85C \uB0B4\uBCF4\uB0B4\uAE30",toggleDebug:"\uCF58\uC194\uC5D0\uC11C \uB514\uBC84\uADF8 \uB85C\uADF8 \uC778\uC1C4","fingers.0":"\uC751\uACE0","fingers.2":"\uB450 \uC190\uAC00\uB77D \uD130\uCE58","fingers.3":"\uC138 \uC190\uAC00\uB77D \uD130\uCE58","fingers.4":"\uB124 \uC190\uAC00\uB77D \uD130\uCE58","fingers.5":"\uB2E4\uC12F \uC190\uAC00\uB77D \uD130\uCE58",mouseHoldKey:"+ {key} \uB2E8\uB77D \uBC88\uC5ED/\uBCF5\uC6D0\uD558\uAE30",mouseHoldKeyAuto:"\uB2E8\uB77D\uC758 \uC9C1\uC811 \uBC88\uC5ED",mouseHoldKeyOff:"\uC544\uBB34\uAC83\uB3C4 \uD558\uC9C0 \uB9C8\uC138\uC694.",mouseHoldKeyOther:"\uC0AC\uC6A9\uC790 \uC9C0\uC815 \uBC14\uB85C \uAC00\uAE30(\uC124\uC815 \uC5F4\uAE30)",mouseHoldKeyCustomKey:"{key} \uB2E8\uB77D\uC758 \uBC88\uC5ED/\uCD95\uC18C",mouseHoverHoldKey:"\uBC14\uB85C \uAC00\uAE30 \uD0A4\uB97C \uB204\uB978 \uC0C1\uD0DC\uC5D0\uC11C \uB9C8\uC6B0\uC2A4\uB97C \uAC00\uB9AC\uD0A4\uBA74 \uB2E8\uB77D\uC774 \uBC88\uC5ED\uB429\uB2C8\uB2E4.","mouse-translate":"\uB9C8\uC6B0\uC2A4 \uD638\uBC84",document:"(\uCEF4\uD4E8\uD130) \uD30C\uC77C",resetSuccess:"\uBAA8\uB4E0 \uC124\uC815 \uC7AC\uC124\uC815\uC5D0 \uC131\uACF5",resetThisSuccess:"\uC7AC\uC124\uC815 \uC131\uACF5",saved:"\uC800\uC7A5 \uC131\uACF5",successImportConfig:"\uC131\uACF5\uC801\uC73C\uB85C \uAC00\uC838\uC628 \uAD6C\uC131",goAdvancedSettings:"\uACE0\uAE09 \uC124\uC815 \uD398\uC774\uC9C0\uB85C \uC774\uB3D9\uD569\uB2C8\uB2E4.",goAdvancedInterfaceSettings:"\uACE0\uAE09 \uC0AC\uC6A9\uC790 \uC9C0\uC815 \uC124\uC815 \uD398\uC774\uC9C0\uB85C \uC774\uB3D9\uD569\uB2C8\uB2E4.",advanced:"\uACE0\uAE09 \uC124\uC815",advancedDescription:"\uC77C\uBC18\uC801\uC73C\uB85C \uC124\uC815\uC774 \uD544\uC694\uD558\uC9C0 \uC54A\uC73C\uBA70 \uAE30\uBCF8\uAC12\uC744 \uADF8\uB300\uB85C \uB450\uBA74 \uB429\uB2C8\uB2E4. \uBCF4\uB2E4 \uC804\uBB38\uC801\uC778 \uC0AC\uC6A9\uC790\uB9CC \uAC1C\uC778\uD654\uB41C \uC124\uC815\uC744 \uC0AC\uC6A9\uD560 \uC218 \uC788\uC2B5\uB2C8\uB2E4.",developer:"\uAC1C\uBC1C\uC790 \uC124\uC815",donateCafe:"\uAC00\uACA9","translate to the bottom of the page":"\uD398\uC774\uC9C0\uC5D0 \uB4E4\uC5B4\uAC00\uBA74 \uBC14\uB85C \uD398\uC774\uC9C0 \uD558\uB2E8\uC73C\uB85C \uBC88\uC5ED\uB418\uB098\uC694?",feedback:"\uC9C8\uBB38 \uD53C\uB4DC\uBC31",toggleTranslatePage:"\uD398\uC774\uC9C0 \uBC88\uC5ED/\uC6D0\uBB38 \uD45C\uC2DC",translateToThePageEndImmediatelyDescription:"\uC774 \uAE30\uB2A5\uC744 \uCF1C\uBA74 \uC785\uB825\uD558\uB294 \uC989\uC2DC \uD398\uC774\uC9C0\uC758 \uC704\uCABD\uC5D0\uC11C \uC544\uB798\uCABD\uC73C\uB85C \uCF58\uD150\uCE20\uAC00 \uBC88\uC5ED\uB429\uB2C8\uB2E4. \uB044\uBA74 \uC77D\uB294 \uB300\uB85C \uBC88\uC5ED\uB429\uB2C8\uB2E4. (\uAD8C\uC7A5\uD558\uC9C0 \uC54A\uC74C)","translate all areas of the page":"\uD398\uC774\uC9C0\uC758 \uBAA8\uB4E0 \uC601\uC5ED\uC744 \uBC88\uC5ED\uD560\uC9C0 \uC5EC\uBD80",translationAreaDescription:"\uCF1C\uBA74 \uC804\uCCB4 \uC6F9 \uD398\uC774\uC9C0\uC758 \uBAA8\uB4E0 \uC601\uC5ED\uC774 \uBC88\uC5ED\uB429\uB2C8\uB2E4. \uB044\uBA74 \uAE30\uBCF8 \uC2A4\uB9C8\uD2B8 \uC778\uC2DD\uC774 \uC0AC\uC6A9\uB418\uBA70 \uC8FC\uC694 \uC601\uC5ED\uB9CC \uBC88\uC5ED\uB429\uB2C8\uB2E4. (\uCF1C\uC9C0 \uC54A\uB294 \uAC83\uC774 \uC88B\uC2B5\uB2C8\uB2E4.)","the number of characters to be translated first":"\uBCF4\uAE30 \uC601\uC5ED\uC73C\uB85C \uC2A4\uD06C\uB864\uD560 \uB54C\uAE4C\uC9C0 \uAE30\uB2E4\uB9AC\uC9C0 \uC54A\uACE0 \uD398\uC774\uC9C0\uC758 \uCC98\uC74C \uBA87 \uBB38\uC790\uB97C \uBC14\uB85C \uBC88\uC5ED\uD569\uB2C8\uB2E4.","interface language":"\uC778\uD130\uD398\uC774\uC2A4 \uC5B8\uC5B4","display both the original text and the translation":"\uC6D0\uBCF8\uACFC \uBC88\uC5ED\uBCF8 \uB3D9\uC2DC \uD45C\uC2DC","keyboard shortcuts":"\uD0A4\uBCF4\uB4DC \uB2E8\uCD95\uD0A4",modify:"\uBC14\uB85C \uAC00\uAE30 \uD0A4 \uC218\uC815",reset:"\uC7AC\uD504\uB85C\uBE44\uC800\uB2DD",close:"\uC751\uACE0",homepage:"\uD648\uD398\uC774\uC9C0",more:"\uB354 \uBCF4\uAE30",moreOptions:"\uB354 \uB9CE\uC740 \uC0AC\uC6A9\uC790 \uC9C0\uC815 \uC635\uC158 \uD655\uC7A5",translateTheWholePage:"\uD398\uC774\uC9C0\uC758 \uBAA8\uB4E0 \uC601\uC5ED \uBC88\uC5ED(\uC8FC\uC694 \uC601\uC5ED\uB9CC \uC9C0\uB2A5\uC801\uC73C\uB85C \uC778\uC2DD\uD558\uB294 \uAC83\uC774 \uC544\uB2C8\uB77C)",changeToTranslateTheWholePage:"\uBAA8\uB4E0 \uC9C0\uC5ED \uBC88\uC5ED\uC73C\uB85C \uC804\uD658",changeToTranslateTheMainPage:"\uAE30\uBCF8 \uC601\uC5ED \uBC88\uC5ED\uC73C\uB85C \uC804\uD658",changeToOnlyTranslationMode:"\uBC88\uC5ED\uB9CC \uD45C\uC2DC\uD558\uB3C4\uB85D \uD1A0\uAE00",changeToDualTranslationMode:"\uC774\uC911 \uC5B8\uC5B4 \uBC88\uC5ED\uC73C\uB85C \uC804\uD658",translateToThePageEndImmediately:"\uD398\uC774\uC9C0 \uD558\uB2E8\uC73C\uB85C \uC989\uC2DC \uBC88\uC5ED\uD558\uAE30",translateTheMainPage:"\uC9C0\uB2A5\uD615 \uBC88\uC5ED \uC8FC\uC694 \uC9C0\uC5ED","The local rules are up to date":"\uB85C\uCEEC \uC801\uC751 \uADDC\uCE59\uC740 \uCD5C\uC2E0 \uC0C1\uD0DC\uC785\uB2C8\uB2E4.","Successfully synchronized with the latest official rules:":"\uCD5C\uC2E0 \uACF5\uC2DD \uC801\uC751 \uADDC\uCE59\uACFC \uC131\uACF5\uC801\uC73C\uB85C \uB3D9\uAE30\uD654\uB418\uC5C8\uC2B5\uB2C8\uB2E4.","Checking for updates":"\uC5C5\uB370\uC774\uD2B8 \uD655\uC778","Rules are being synchronized":"\uC801\uC751 \uADDC\uCE59 \uB3D9\uAE30\uD654 \uC911",localVersionIsTooOld:"\uB85C\uCEEC \uD655\uC7A5 \uD504\uB85C\uADF8\uB7A8 \uBC84\uC804\uC774 \uB108\uBB34 \uC624\uB798\uB418\uC5C8\uC73C\uBBC0\uB85C \uB3D9\uAE30\uD654\uB97C \uC2DC\uB3C4\uD558\uAE30 \uC804\uC5D0 \uD655\uC7A5 \uD504\uB85C\uADF8\uB7A8\uC744 {minVersion} \uC774\uC0C1\uC73C\uB85C \uC5C5\uADF8\uB808\uC774\uB4DC\uD558\uC138\uC694.",badUserscriptBrowser:"\uD604\uC7AC \uBE0C\uB77C\uC6B0\uC800\uB294 \uADF8\uB9AC\uC2A4\uBABD\uD0A4 \uD655\uC7A5 \uC778\uD130\uD398\uC774\uC2A4\uB97C \uC62C\uBC14\uB974\uAC8C \uAD6C\uD604\uD558\uC9C0 \uC54A\uC73C\uBBC0\uB85C(\uC608: \uADF8\uB9AC\uC2A4\uBABD\uD0A4 \uC2A4\uD06C\uB9BD\uD2B8 \uC790\uCCB4\uC758 \uBC84\uC804 \uBC88\uD638\uC5D0 \uB300\uD55C \uC815\uBCF4\uB97C \uC5BB\uC73C\uB824\uBA74), \uD30C\uC774\uC5B4\uD3ED\uC2A4 \uB4F1 <1>\uADF8\uB9AC\uC2A4\uBABD\uD0A4 \uD655\uC7A5 \uAE30\uB2A5\uC744 \uC9C0\uC6D0\uD558\uB294 \uB2E4\uB978 \uBE0C\uB77C\uC6B0\uC800\uB97C \uC0AC\uC6A9\uD558\uC2DC\uAE30 \uBC14\uB78D\uB2C8\uB2E4.",foundNewVersion:"\uC0C8 \uBC84\uC804 \uC54C\uC544\uBCF4\uAE30",theLocalExtensionIsUpToUpdate:"\uD604\uC7AC \uD655\uC7A5 \uD504\uB85C\uADF8\uB7A8\uC774 \uCD5C\uC2E0 \uBC84\uC804\uC785\uB2C8\uB2E4.",failToSyncRules:"\uCD5C\uC2E0 \uC801\uC751 \uADDC\uCE59\uC744 \uB3D9\uAE30\uD654\uD558\uC9C0 \uBABB\uD568",retry:"\uB2E4\uC2DC \uC2DC\uB3C4\uD558\uB824\uBA74 \uC5EC\uAE30\uB97C \uD074\uB9AD\uD558\uC138\uC694.",failedReason:"\uC2E4\uD328 \uC774\uC720",currentRuleVersion:"\uD604\uC7AC \uADDC\uCE59 \uBC84\uC804",calculating:"\uACC4\uC0B0",unknownError:"\uC54C \uC218 \uC5C6\uB294 \uC624\uB958",canNotFetchRemoteRule:"\uC6D0\uACA9 \uADDC\uCE59\uC744 \uAC00\uC838\uC62C \uC218 \uC5C6\uC74C",enableAlphaSuccess:"\uC54C\uD30C \uC0AC\uC6A9",disableAlphaSuccess:"\uC54C\uD30C \uAE30\uB2A5\uC774 \uAEBC\uC838 \uC788\uC2B5\uB2C8\uB2E4.",cacheSize:"\uCE90\uC2DC \uD06C\uAE30\uFF1A",cleaning:"\uCCAD\uC0B0 \uACFC\uC815\uC5D0\uC11C",cleanCache:"\uCE90\uC2DC \uC9C0\uC6B0\uAE30",options:"\uC124\uC815",about:"\uB2E4\uC74C\uACFC \uAD00\uB828\uD558\uC5EC",service:"\uD1B5\uC5ED \uC11C\uBE44\uC2A4",needAction:"(\uC124\uC815\uC73C\uB85C \uC774\uB3D9)",goSettings:"\uACC4\uC18D\uD574\uC11C \uC124\uC815\uD558\uC138\uC694.",needActionForOptions:"(\uC124\uC815 \uC608\uC815)",translationEngine:"\uC5D4\uC9C4 \uC635\uC158",sourceLanguage:"\uC6D0\uBCF8 \uC5B8\uC5B4",target:"\uB300\uC0C1 \uC5B8\uC5B4",popupSourceLanguage:"\uC6D0\uBCF8 \uC5B8\uC5B4",popupTarget:"\uB300\uC0C1 \uC5B8\uC5B4",popupService:"\uD1B5\uC5ED \uC11C\uBE44\uC2A4",forThisSite:"\uD604\uC7AC \uC6F9\uC0AC\uC774\uD2B8",autoEnableSubtitle:"\uC774\uC911 \uC5B8\uC5B4 \uC790\uB9C9 \uC790\uB3D9 \uC5F4\uAE30",alwaysTranslate:"\uD56D\uC0C1 \uBC88\uC5ED",neverTranslate:"\uBC88\uC5ED \uAE08\uC9C0",alwaysTranslateSomeLanguage:"\uD56D\uC0C1 \uBC88\uC5ED {language}",neverTranslateSomeLanguage:"\uBC88\uC5ED \uAE08\uC9C0 {language}",alwaysTranslateSomeSite:"\uD56D\uC0C1 \uBC88\uC5ED {hostname}",neverTranslateSomeSite:"\uBC88\uC5ED \uAE08\uC9C0 {hostname}",alwaysTranslateSomeSiteOrWildSite:"\uD56D\uC0C1 \uC0AC\uC774\uD2B8 \uBC88\uC5ED",alwaysTranslateSomePage:"\uD56D\uC0C1 \uD398\uC774\uC9C0 \uBC88\uC5ED",add:"\uC99D\uAC00",default:"\uAE30\uBCF8\uAC12(\uC124\uC815)",forThisLanguage:"\uC774 \uC5B8\uC5B4\uC758 \uACBD\uC6B0\uFF1A","add url":"URL \uC785\uB825",edit:"\uCEF4\uD30C\uC77C\uB7EC","translate other languages into specific language":"\uB2E4\uB978 \uC5B8\uC5B4\uB97C \uC124\uC815\uD55C \uC5B8\uC5B4\uB85C \uBC88\uC5ED","select translation service":"\uBC88\uC5ED \uC11C\uBE44\uC2A4 \uC120\uD0DD",language:"\uB2E4\uAD6D\uC5B4 \uC9C0\uC6D0","show-original":"\uC6D0\uBCF8 \uD14D\uC2A4\uD2B8 \uD45C\uC2DC",translate:"\uB80C\uB354\uB9C1",Translated:"\uBC88\uC5ED\uB428",Translating:"\uBC88\uC5ED \uC911",Error:"\uC798\uBABB\uB41C",allowCacheTranslations:"\uB85C\uCEEC \uBC88\uC5ED \uCE90\uC2F1 \uC0AC\uC6A9(\uC911\uBCF5 \uAD6C\uC808\uC5D0 \uB300\uD55C \uBC88\uC5ED \uC694\uCCAD\uC744 \uC904\uC774\uAE30 \uC704\uD574)","translation display":"\uBC88\uC5ED \uD45C\uC2DC \uC2A4\uD0C0\uC77C","select diplay style":"\uB2E4\uC74C \uC608\uC2DC\uB97C \uAD6C\uCCB4\uC801\uC73C\uB85C \uCC38\uC870\uD558\uC5EC \uBC88\uC5ED \uC2A4\uD0C0\uC77C\uC744 \uAD6C\uBD84\uD558\uC138\uC694.",interface:"\uC778\uD130\uD398\uC774\uC2A4 \uC124\uC815",import_export:"\uAC00\uC838\uC624\uAE30/\uB0B4\uBCF4\uB0B4\uAE30",import_export_title:"\uAD6C\uC131 \uAC00\uC838\uC624\uAE30/\uB0B4\uBCF4\uB0B4\uAE30",syncToGoogleDrive:"\uC9C0\uAE08 Google \uB4DC\uB77C\uC774\uBE0C\uC640 \uB3D9\uAE30\uD654",floatBallOptions:"\uD638\uBC84\uBCFC \uC124\uC815","floatBallOptions.enable":"\uD638\uBC84\uBCFC \uD65C\uC131\uD654","floatBallOptions.blockUrls":"\uC6F9\uC0AC\uC774\uD2B8 \uBE44\uD65C\uC131\uD654","floatBallOptions.add":"\uC99D\uAC00","floatBallOptions.blockUrlDesc":"\uB2E4\uC74C \uC6F9\uC0AC\uC774\uD2B8\uC5D0\uC11C\uB294 \uD638\uBC84\uBCFC\uC774 \uD45C\uC2DC\uB418\uC9C0 \uC54A\uC2B5\uB2C8\uB2E4.","floatBallOptions.clickType":"\uD074\uB9AD \uB3D9\uC791","floatBallOptions.clickTypeDesc":"\uD074\uB9AD \uC2DC \uD638\uBC84\uBCFC \uC544\uC774\uCF58 \uB3D9\uC791","floatBallOptions.clickPopup":"\uBC88\uC5ED \uD328\uB110 \uD45C\uC2DC","floatBallOptions.clickTranslate":"\uC6D0\uBCF8 \uD14D\uC2A4\uD2B8 \uBC88\uC5ED/\uD45C\uC2DC","floatBallOptions.fixedPosition":"\u56FA\u5B9A\u4F4D\u7F6E","floatBallOptions.fixedPositionDesc":"\u60AC\u6D6E\u7403\u5728\u7A97\u53E3\u5DE6\u4FA7\u8FD8\u662F\u53F3\u4FA7","floatBallOptions.fixedPositionLeft":"\u5DE6\u4FA7","floatBallOptions.fixedPositionRight":"\u53F3\u4FA7",previewAllThemes:"\uBAA8\uB4E0 \uC2A4\uD0C0\uC77C \uBBF8\uB9AC\uBCF4\uAE30","translationTheme.none":"\uAC00\uC9C0\uACE0 \uC788\uC9C0 \uC54A\uB2E4","translationTheme.grey":"\uC9D9\uC740 \uD68C\uC0C9","translationTheme.dashed":"\uC810\uC120 \uBC11\uC904","translationTheme.dotted":"\uC810\uC120 \uBC11\uC904","translationTheme.dashedBorder":"\uC810\uC120 \uD14C\uB450\uB9AC","translationTheme.solidBorder":"\uC2E4\uC120 \uD14C\uB450\uB9AC","translationTheme.underline":"\uC9C1\uC120\uC5D0 \uBC11\uC904","translationTheme.mask":"\uD37C\uC9C0 \uD6A8\uACFC(\uD559\uC2B5 \uBAA8\uB4DC)","translationTheme.opacity":"\uD22C\uBA85\uC131 \uD6A8\uACFC","translationTheme.paper":"\uD770 \uC885\uC774 \uADF8\uB9BC\uC790 \uD6A8\uACFC","translationTheme.dividingLine":"\uAD6C\uBD84\uC120","translationTheme.highlight":"\uB192\uC740 \uBC1D\uAE30","translationTheme.marker":"\uB9C8\uCEE4(\uC678\uB798\uC5B4)","translationTheme.marker2":"\uB9C8\uCEE4 2","translationTheme.blockquote":"\uCC38\uC870 \uC2A4\uD0C0\uC77C","translationTheme.weakening":"\uC57D\uD654","translationTheme.italic":"\uAE30\uC6B8\uC5B4\uC9C0\uB294 \uC11C\uCCB4","translationTheme.bold":"\uB450\uAECD\uAC8C","translationTheme.thinDashed":"\uAC00\uB294 \uC810\uC120 \uBC11\uC904","translationTheme.nativeDashed":"\uC2DC\uC2A4\uD15C\uC5D0\uB294 \uC810\uC120\uC73C\uB85C \uD45C\uC2DC\uB41C \uBC11\uC904\uC774 \uC788\uC2B5\uB2C8\uB2E4.","translationTheme.nativeDotted":"\uC2DC\uC2A4\uD15C\uC5D0\uB294 \uC810\uC120\uC73C\uB85C \uBC11\uC904\uC774 \uADF8\uC5B4\uC838 \uC788\uC2B5\uB2C8\uB2E4.","translationTheme.nativeUnderline":"\uC2DC\uC2A4\uD15C\uC5D0\uB294 \uC9C1\uC120 \uBC11\uC904\uC774 \uC788\uC2B5\uB2C8\uB2E4.","translationTheme.wavy":"\uBB3C\uACB0 \uBAA8\uC591 \uB77C\uC778","translationServices.custom":"\uC0AC\uC6A9\uC790 \uC9C0\uC815 API","translationServices.tencent":"\uD150\uC13C\uD2B8 \uBC88\uC5ED\uAE30","translationServices.tenAlpha":"\uD150\uC13C\uD2B8 \uBC88\uC5ED\uAE30(\uC54C\uD30C)","translationServices.google":"Google \uBC88\uC5ED","translationServices.bai":"\uBC14\uC774\uB450(\uC54C\uD30C)","translationServices.baidu":"\uBC14\uC774\uB450 \uBC88\uC5ED","translationServices.aliyun":"\uC54C\uB9AC\uD074\uB77C\uC6B0\uB4DC \uBC88\uC5ED","translationServices.volc":"\uD654\uC0B0 \uBC88\uC5ED","translationServices.deeplx":"DeepLX(\uBCA0\uD0C0)","translationServices.bing":"Microsoft \uBC88\uC5ED","translationServices.deepl":"DeepL","translationServices.wechat":"\uC704\uCC57 \uBC88\uC5ED","translationServices.azure":"Azure \uBC88\uC5ED","translationServices.ibm":"IBM \uC653\uC2A8","translationServices.aws":"\uC544\uB9C8\uC874 \uBC88\uC5ED","translationServices.mock":"\uC2DC\uBBAC\uB808\uC774\uC158 \uBC88\uC5ED","translationServices.mock2":"\uC2DC\uBBAC\uB808\uC774\uC158 \uBC88\uC5ED 2","translationServices.caiyun":"\uC870\uBA85. \uB2E4\uCC44\uB85C\uC6B4 \uAD6C\uB984\uACFC \uC791\uC740 \uBC88\uC5ED","translationServices.cai":"\uB2E4\uCC44\uB85C\uC6B4 \uAD6C\uB984(\uC54C\uD30C)","translationServices.volcAlpha":"\uD654\uC0B0 (\uC54C\uD30C)","translationServices.openl":"OpenL","translationServices.youdao":"\uC720\uD29C\uBE0C \uBC88\uC5ED","translationServices.you":"\uC720\uB2E4\uC624 \uBC88\uC5ED\uAE30(\uC54C\uD30C)","translationServices.transmart":"\uD150\uC13C\uD2B8 \uC778\uD130\uB799\uD2F0\uBE0C \uBC88\uC5ED","translationServices.niu":"\uB9E4\uBC84\uB9AD \uBC88\uC5ED\uAE30","translationServices.papago":"\uD30C\uD30C\uACE0 \uBC88\uC5ED","translationServices.d":"D(\uC54C\uD30C)","translationServices.dpro":"D \uD504\uB85C(\uCE74\uB098\uB9AC\uC544)","translationServices.openai":"OpenAI","translationServices.yandex":"Yandex","translationServices.chatgpt":"ChatGPT \uC6F9(3.5 \uBAA8\uBC14\uC77C)","translate title":"\uD398\uC774\uC9C0 \uC81C\uBAA9 \uBC88\uC5ED","always languages":"\uD56D\uC0C1 \uC5B8\uC5B4 \uBC88\uC5ED",neverTranslateLanguagesLabel:"\uBC88\uC5ED\uB418\uC9C0 \uC54A\uB294 \uC5B8\uC5B4",neverTranslateTheFollowingLanguagesDescription:"\uD398\uC774\uC9C0\uC758 \uB2E8\uB77D\uC774 \uB2E4\uC74C \uC5B8\uC5B4 \uC911 \uD558\uB098\uC778 \uACBD\uC6B0 \uBC88\uC5ED\uC774 \uAC74\uB108\uB6F0\uC5B4\uC9D1\uB2C8\uB2E4.",enableUserscriptPagePopup:"\uD398\uC774\uC9C0\uC5D0 \uD638\uBC84\uBCFC \uD45C\uC2DC",enableUserscriptPagePopupDescription:"\uD638\uBC84\uBCFC\uC744 \uB044\uACE0 \uB098\uBA74 \uBC14\uB85C \uAC00\uAE30 /{touch}\uB85C \uBD88\uB7EC\uC62C \uC218 \uC788\uC2B5\uB2C8\uB2E4. \uC2E4\uC218\uB85C \uC774 \uC635\uC158\uC744 \uB048 \uD6C4 \uD638\uBC84\uBCFC\uC744 \uCC3E\uC9C0 \uBABB\uD558\uB294 \uACBD\uC6B0\uB97C \uBC29\uC9C0\uD558\uAE30 \uC704\uD574 \uC774 \uC124\uC815 \uD398\uC774\uC9C0\uB97C \uBD81\uB9C8\uD06C\uC5D0 \uCD94\uAC00\uD558\uB294 \uAC83\uC774 \uC88B\uC2B5\uB2C8\uB2E4!","always translate the following languages":"\uD398\uC774\uC9C0\uAC00 \uB2E4\uC74C \uC5B8\uC5B4 \uC911 \uD558\uB098\uC778 \uACBD\uC6B0 \uB300\uC0C1 \uC5B8\uC5B4\uB85C \uC790\uB3D9 \uBC88\uC5ED\uB429\uB2C8\uB2E4.","always sites":"\uD56D\uC0C1 \uBC88\uC5ED\uB41C \uC6F9 \uC0AC\uC774\uD2B8","always translate the following sites":"\uC6F9 \uC0AC\uC774\uD2B8\uAC00 \uB2E4\uC74C \uB3C4\uBA54\uC778 \uC774\uB984\uC778 \uACBD\uC6B0 \uB300\uC0C1 \uC5B8\uC5B4\uB85C \uC790\uB3D9 \uBC88\uC5ED\uB429\uB2C8\uB2E4.","never sites":"\uBC88\uC5ED\uB418\uC9C0 \uC54A\uC740 \uC6F9 \uC0AC\uC774\uD2B8","never translate the following sites":"\uC6F9\uC0AC\uC774\uD2B8\uAC00 \uB2E4\uC74C \uB3C4\uBA54\uC778\uC6A9\uC778 \uACBD\uC6B0 \uBC88\uC5ED\uC774 \uC218\uD589\uB418\uC9C0 \uC54A\uC2B5\uB2C8\uB2E4.","please refer to":"\uD0A4\uB97C \uC0AC\uC6A9\uD558\uB824\uBA74 \uD0A4\uB97C \uC785\uB825\uD574\uC57C \uD558\uBA70, \uC790\uC138\uD55C \uB0B4\uC6A9\uC740 \uB2E4\uC74C\uC744 \uCC38\uC870\uD558\uC138\uC694.",KeyAndConfigurationTutorial:"\uC8FC\uC694 \uC560\uD50C\uB9AC\uCF00\uC774\uC158 \uBC0F \uAD6C\uC131 \uD29C\uD1A0\uB9AC\uC5BC",useAboveStyleForTheseSites:"\uB2E4\uC74C \uB3C4\uBA54\uC778\uC744 \uC704\uD55C \uC0AC\uC774\uD2B8\uC778 \uACBD\uC6B0 \uD56D\uC0C1 \u2308{theme}\u230B \uBC88\uC5ED \uC2A4\uD0C0\uC77C\uC744 \uC0AC\uC6A9\uD558\uC138\uC694.",currentUrl:"\uD604\uC7AC URL",confirm:"\uC800\uC7A5(\uD30C\uC77C \uB4F1)(\uCEF4\uD4E8\uD305)",cancel:"\uCDE8\uC18C",delete:"\uC81C\uAC70","languages.auto":"\uC790\uB3D9 \uAC10\uC9C0",syncToCloud:"Google \uB4DC\uB77C\uC774\uBE0C\uC5D0 \uB3D9\uAE30\uD654",syncToCloudDescription:"\uD074\uB77C\uC6B0\uB4DC\uC5D0 \uC5C5\uB85C\uB4DC\uB41C \uAD6C\uC131\uC740 \uB9C8\uC9C0\uB9C9\uC73C\uB85C \uC218\uC815\uB41C \uBE0C\uB77C\uC6B0\uC800/\uADF8\uB9AC\uC2A4\uBABD\uD0A4 \uC2A4\uD06C\uB9BD\uD2B8 \uAC04\uC5D0 \uB3D9\uAE30\uD654\uD560 \uC218 \uC788\uC2B5\uB2C8\uB2E4.",syncToAccount:"\uBAB0\uC785\uD615 \uBC88\uC5ED \uD074\uB77C\uC6B0\uB4DC\uC5D0 \uB3D9\uAE30\uD654",syncToAccountButton:"\uD074\uB77C\uC6B0\uB4DC\uC640 \uC989\uC2DC \uB3D9\uAE30\uD654",syncToAccountDescription:"\uB9C8\uC9C0\uB9C9\uC73C\uB85C \uC218\uC815\uD55C \uC2DC\uAC04\uC744 \uAE30\uC900\uC73C\uB85C \uC11C\uB85C \uB2E4\uB978 \uC7A5\uCE58 \uAC04\uC5D0 \uAD6C\uC131\uC744 \uC790\uB3D9\uC73C\uB85C \uB3D9\uAE30\uD654\uD569\uB2C8\uB2E4.",successSyncConfigInAccount:"\uD074\uB77C\uC6B0\uB4DC\uC640\uC758 \uC131\uACF5\uC801\uC778 \uB3D9\uAE30\uD654",successSyncConfigToAccount:"\uD074\uB77C\uC6B0\uB4DC\uC5D0 \uC131\uACF5\uC801\uC73C\uB85C \uB3D9\uAE30\uD654",syncConfigNoUpdate:"\uC774\uBBF8 \uCD5C\uC2E0 \uBC84\uC804\uC785\uB2C8\uB2E4.",authFail:"\uC778\uC99D \uC2E4\uD328",syncTitle:"\uC218\uB3D9 \uBC31\uC5C5 \uAD00\uB9AC",import_hint:"\uAC00\uC838\uC624\uAE30(\uB370\uC774\uD130)",upload:"\uC5C5\uB85C\uB4DC",revokeAuth:"\uC2B9\uC778 \uCDE8\uC18C",uploadFail:"\uC5C5\uB85C\uB4DC \uC2E4\uD328",download:"\uB2E4\uC6B4\uB85C\uB4DC",importSuccess:"\uAC00\uC838\uC624\uAE30 \uC131\uACF5",importFail:"\uAC00\uC838\uC624\uAE30 \uC2E4\uD328",deleteFail:"\uC0AD\uC81C\uD558\uC9C0 \uBABB\uD568",backupToCloud:"\uBC31\uC5C5 \uD30C\uC77C \uC218\uB3D9 \uAD00\uB9AC",create_new_backup:"\uC0C8 \uBC31\uC5C5 \uB178\uB4DC \uCD94\uAC00",maxBackupFiles:"\uCD5C\uB300{count}\uAC1C\uC758 \uC11C\uB85C \uB2E4\uB978 \uB178\uB4DC\uB97C \uBC31\uC5C5\uD560 \uC218 \uC788\uC73C\uBA70, \uD544\uC694\uD558\uC9C0 \uC54A\uC740 \uB178\uB4DC\uB294 \uC0AD\uC81C\uD558\uC138\uC694.",backupToCloudDescription:"\uBC31\uC5C5 \uD30C\uC77C\uC744 \uC218\uB3D9\uC73C\uB85C \uC5C5\uB85C\uB4DC\uD558\uAC70\uB098 \uBCF5\uC6D0\uD558\uC5EC \uCD5C\uB300 3\uAC1C\uC758 \uC11C\uB85C \uB2E4\uB978 \uBC31\uC5C5 \uD5C8\uC6A9",successSyncConfig:"\uD074\uB77C\uC6B0\uB4DC\uC640\uC758 \uC131\uACF5\uC801\uC778 \uB3D9\uAE30\uD654",syncFail:"\uB3D9\uAE30\uD654 \uC2E4\uD328",updatedAt:"{date}\uC5D0\uC11C \uC5C5\uB370\uC774\uD2B8\uB428",lastSyncedAt:"\uCD5C\uC885 \uD655\uC778: {date}",downloadFail:"\uB2E4\uC6B4\uB85C\uB4DC\uC5D0 \uC2E4\uD328\uD588\uC2B5\uB2C8\uB2E4.",clickToDownload:"\uB2E4\uC6B4\uB85C\uB4DC\uD558\uB824\uBA74 \uD074\uB9AD",aboutLabel:"\uC815\uBCF4 - \uD53C\uB4DC\uBC31","browser.openAboutPage":"\uC815\uBCF4/\uD53C\uB4DC\uBC31",aboutLabelWithoutSponsor:"\uC815\uBCF4 - \uD53C\uB4DC\uBC31",aboutIntro:"\uC6B0\uB9AC \uBAA8\uB450\uAC00 \uC778\uD130\uB137\uC758 \uBC29\uB300\uD55C \uC678\uAD6D\uC5B4 \uC815\uBCF4\uC5D0 \uB354 \uC27D\uACE0 \uC990\uAC81\uAC8C \uC561\uC138\uC2A4\uD560 \uC218 \uC788\uAE30\uB97C \uBC14\uB78D\uB2C8\uB2E4 \u2764\uFE0F <6>Pro \uBA64\uBC84\uC2ED\uC744 \uD65C\uC131\uD654\uD558\uC5EC \uBC14\uB85C \uC0AC\uC6A9\uD560 \uC218 \uC788\uB294 DeepL \uBC0F OpenAI \uBC88\uC5ED\uC744 \uC0AC\uC6A9\uD560 \uC218 \uC788\uC2B5\uB2C8\uB2E4.

<3>\uD2B8\uC704\uD130, <4>\uD154\uB808\uADF8\uB7A8, \uC6E8\uC774\uBCF4, \uC704\uCC57\uC5D0\uC11C \uD314\uB85C\uC6B0\uD558\uAC70\uB098 \uC544\uB798 <5>\uBA54\uC77C\uB9C1 \uB9AC\uC2A4\uD2B8\uC5D0 <5>\uAC00\uC785\uD558\uC5EC \uC5C5\uB370\uC774\uD2B8\uB97C \uD655\uC778\uD560 \uC218 \uC788\uC2B5\uB2C8\uB2E4.
<7>\uD504\uB85C \uD68C\uC6D0\uC740 <8>support@immersivetranslate.com \uC73C\uB85C \uBB38\uC758\uD558\uC2DC\uBA74 \uBE60\uB978 \uACE0\uAC1D \uC11C\uBE44\uC2A4\uB97C \uBC1B\uC73C\uC2E4 \uC218 \uC788\uC2B5\uB2C8\uB2E4.",aboutIntroWithoutSponsor:"\uC6B0\uB9AC \uBAA8\uB450\uAC00 \uC778\uD130\uB137\uC5D0\uC11C \uC81C\uACF5\uB418\uB294 \uBC29\uB300\uD55C \uC591\uC758 \uC678\uAD6D\uC5B4 \uC815\uBCF4\uC5D0 \uB354 \uC27D\uACE0 \uC990\uAC81\uAC8C \uC811\uADFC\uD560 \uC218 \uC788\uAE30\uB97C \uBC14\uB78D\uB2C8\uB2E4 \u2764\uFE0F

<3>\uD2B8\uC704\uD130, <4>\uD154\uB808\uADF8\uB7A8 \uCC44\uB110, \uC704\uCC57, \uC704\uCC57 \uC775\uC2A4\uCCB4\uC778\uC9C0\uC5D0\uC11C \uD314\uB85C\uC6B0\uD558\uAC70\uB098 \uC544\uB798 <5>\uC774\uBA54\uC77C\uB85C \uC5C5\uB370\uC774\uD2B8\uB97C <5>\uAD6C\uB3C5\uD560 \uC218 \uC788\uC2B5\uB2C8\uB2E4.",projectHomepage:"\uD504\uB85C\uC81D\uD2B8 \uD648",joinTelegramGroup:"\uC0AC\uC6A9\uC790 \uADF8\uB8F9\uC5D0 \uAC00\uC785\uD558\uC5EC \uAE30\uB2A5 \uD1A0\uB860\uC5D0 \uCC38\uC5EC\uD558\uC138\uC694.",wechatPublicAccount:"\uC704\uCC57 \uACF5\uAC1C",wechatCommunities:"\uC704\uCC57 \uAD50\uD658 \uADF8\uB8F9",qqCommunities:"QQ \uCEE4\uBBA4\uB2C8\uCF00\uC774\uC158 \uCC44\uB110",joinTelegramChannel:"\uD154\uB808\uADF8\uB7A8 \uCC44\uB110 \uD314\uB85C\uC6B0\uD558\uC5EC \uCD5C\uC2E0 \uC5C5\uB370\uC774\uD2B8 \uD655\uC778",feedbackAndJoin:"\uC9C8\uBB38 \uD53C\uB4DC\uBC31 / \uADF8\uB8F9 \uCD94\uAC00",autoSync:"\uC790\uB3D9 \uC2DC\uAC04 \uB3D9\uAE30\uD654",loadingThemeTitle:"\uB85C\uB529 \uC2A4\uD0C0\uC77C",loadingThemeDescription:"\uBC88\uC5ED \uB85C\uB4DC\uB97C \uAE30\uB2E4\uB9B4 \uB54C \uC2A4\uD0C0\uC77C \uC124\uC815\uD558\uAE30","loadingTheme.spinner":"\uD68C\uC804 \uC560\uB2C8\uBA54\uC774\uC158","loadingTheme.text":"\uC815\uC801 \uD14D\uC2A4\uD2B8 sth. ","loadingTheme.none":"\uD45C\uC2DC\uB418\uC9C0 \uC54A\uC74C",developerDescription:"\uACE0\uAE09 \uC0AC\uC6A9\uC790 \uC9C0\uC815\uC5D0 \uB300\uD55C \uBB38\uC11C\uB294 <1>\uC5EC\uAE30\uC5D0\uC11C \uD655\uC778\uD560 \uC218 \uC788\uC2B5\uB2C8\uB2E4.","edit border color":"\uD14C\uB450\uB9AC \uC0C9\uC0C1 \uC218\uC815",successSyncButNoChange:"\uD604\uC7AC \uAD6C\uC131\uC774 \uD074\uB77C\uC6B0\uB4DC\uC640 \uC77C\uCE58\uD569\uB2C8\uB2E4.",customTheme:"\uB9DE\uCDA4\uD615 \uC0C9\uC0C1 \uBC0F \uD06C\uAE30","customThemeLabel.borderColor":"\uD14C\uB450\uB9AC \uC0C9\uC0C1","customThemeLabel.borderRadius":"\uB465\uADFC \uBAA8\uC11C\uB9AC","customThemeLabel.textColor":"\uD14D\uC2A4\uD2B8 \uC0C9\uC0C1","customThemeLabel.backgroundColor":"\uBC30\uACBD\uC0C9","customThemeLabel.zoom":"\uAE00\uAF34 \uD06C\uAE30 \uC870\uC815(%)","customThemeLabel.opacity":"\uD14D\uC2A4\uD2B8 \uBD88\uD22C\uBA85\uB3C4(%)",resetToDefaultColor:"\uAE30\uBCF8 \uC0C9\uC0C1\uC73C\uB85C \uBCF5\uC6D0",resetToDefaultSettings:"\uAE30\uBCF8 \uC124\uC815\uC73C\uB85C \uBCF5\uC6D0",isTranslateTitle:"\uD398\uC774\uC9C0 \uC81C\uBAA9 \uBC88\uC5ED \uC0AC\uC6A9",isTranslateTitleDescription:"\uC804\uC6D0\uC744 \uCF1C\uBA74 \uD398\uC774\uC9C0 \uC81C\uBAA9\uC774 \uBC88\uC5ED\uB429\uB2C8\uB2E4.",enableSearchEnhancement:"\uC774\uC911 \uC5B8\uC5B4 \uBA54\uC2DC\uC9C0 \uD5A5\uC0C1 \uC0AC\uC6A9",enableSearchEnhancementDescription:"\uC774 \uAE30\uB2A5\uC744 \uD65C\uC131\uD654\uD558\uBA74 \uC9C0\uC6D0\uB418\uB294 \uC6F9\uC0AC\uC774\uD2B8(Google \uB274\uC2A4, Google \uAC80\uC0C9(\uC77C\uBD80 \uD0A4\uC6CC\uB4DC), \uC2A4\uB178\uC6B0\uBCFC, \uC624\uB9AC\uC5D4\uD0C8 \uD3EC\uCD98, \uD4E8\uD22C\uB77C, \uD0C0\uC774\uAC70 \uCEE4\uBBA4\uB2C8\uD2F0)\uC758 \uC624\uB978\uCABD \uC5F4\uC5D0 \uD574\uB2F9 \uC601\uC5B4 \uD0A4\uC6CC\uB4DC\uC5D0 \uB300\uD55C 'Google \uB274\uC2A4'\uC758 \uAC80\uC0C9 \uACB0\uACFC\uAC00 \uC790\uB3D9\uC73C\uB85C \uD45C\uC2DC\uB429\uB2C8\uB2E4.",verifyService:"\uC11C\uBE44\uC2A4\uB97C \uD14C\uC2A4\uD2B8\uD558\uB824\uBA74 \uC5EC\uAE30\uB97C \uD074\uB9AD\uD558\uC138\uC694.",verified:"\uC131\uACF5 \uD655\uC778","field.langs":"\uC9C0\uC6D0\uB418\uB294 \uC5B8\uC5B4 \uCF54\uB4DC","field.model":"\uBAA8\uB378\uB9C1","field.translationEngine":"\uBC88\uC5ED \uC5D4\uC9C4","field.limitPerMinute":"\uBD84\uB2F9 \uCD5C\uB300 \uC694\uCCAD \uC218","field.limitPerSecond":"\uCD08\uB2F9 \uCD5C\uB300 \uC694\uCCAD \uC218","field.maxTextLengthPerRequest":"\uC694\uCCAD\uB2F9 \uCD5C\uB300 \uD14D\uC2A4\uD2B8 \uAE38\uC774","field.maxTextGroupLengthPerRequest":"\uC694\uCCAD\uB2F9 \uCD5C\uB300 \uB2E8\uB77D \uC218","field.apiUrl":"\uC0AC\uC6A9\uC790 \uC9C0\uC815 API \uC778\uD130\uD398\uC774\uC2A4 \uC8FC\uC18C","field.placeholderDelimiters":"\uC608\uC57D\uB41C \uC790\uB9AC \uD45C\uC2DC\uC790","description.custom":"\uC0AC\uC6A9\uC790 \uC9C0\uC815 \uC778\uD130\uD398\uC774\uC2A4 \uC561\uC138\uC2A4 \uBB38\uC11C \uD544\uC694","description.limitPerMinute":"\uC774 \uD55C\uB3C4\uB97C \uCD08\uACFC\uD558\uB294 \uC694\uCCAD\uC740 \uB2E4\uC74C \uBD84\uC774 \uC2DC\uC791\uB420 \uB54C\uAE4C\uC9C0 \uB300\uAE30\uC5F4\uC5D0 \uB4E4\uC5B4\uAC11\uB2C8\uB2E4. \uD604\uC7AC OpenAI \uC11C\uBE44\uC2A4\uC758 \uC5EC\uB7EC \uAC00\uC9C0 \uC81C\uD55C \uC0AC\uD56D\uC73C\uB85C \uC778\uD574 <1>\uC5EC\uAE30\uB97C \uD074\uB9AD\uD558\uC5EC \uCD5C\uC2E0 \uC81C\uC548 \uAC12\uC744 \uD655\uC778\uD558\uC138\uC694.","description.limitPerSecond":"\uC774 \uC81C\uD55C\uC744 \uCD08\uACFC\uD558\uB294 \uC694\uCCAD\uC740 \uB2E4\uC74C \uCD08\uAC00 \uC2DC\uC791\uB420 \uB54C\uAE4C\uC9C0 \uB300\uAE30\uC5F4\uC5D0 \uB4E4\uC5B4\uAC11\uB2C8\uB2E4. \uD604\uC7AC OpenAI \uC11C\uBE44\uC2A4\uC758 \uC5EC\uB7EC \uAC00\uC9C0 \uC81C\uD55C \uC0AC\uD56D\uC73C\uB85C \uC778\uD574 <1>\uC5EC\uAE30\uB97C \uD074\uB9AD\uD558\uC5EC \uCD5C\uC2E0 \uC81C\uC548 \uAC12\uC744 \uD655\uC778\uD558\uC138\uC694.","description.generalLimitPerSecond":"\uC774 \uC81C\uD55C\uC744 \uCD08\uACFC\uD558\uB294 \uC694\uCCAD\uC740 \uB2E4\uC74C \uCD08\uAC00 \uC2DC\uC791\uB420 \uB54C\uAE4C\uC9C0 \uB300\uAE30\uC5F4\uC5D0 \uB4E4\uC5B4\uAC11\uB2C8\uB2E4.","description.prompt":"\uC0AC\uC6A9\uC790 \uC2E0\uBD84\uC73C\uB85C {service}\uC5D0 \uBCF4\uB0B8 \uB300\uD654\uC5D0\uC11C {{text}}\uB294 \uB2E8\uB77D\uC758 \uD14D\uC2A4\uD2B8 \uB0B4\uC6A9\uC744 \uB098\uD0C0\uB0B4\uACE0, {{from}}\uC740 \uB2E8\uB77D\uC758 \uC5B8\uC5B4\uB97C \uB098\uD0C0\uB0B4\uBA70, {{to}}\uB294 \uBAA9\uD45C \uC5B8\uC5B4\uB97C \uB098\uD0C0\uB0C5\uB2C8\uB2E4.","description.maxTextLengthPerRequest":"\uC694\uCCAD\uB2F9 \uCD5C\uB300 \uAE00\uC790 \uC218\uAC00 \uB108\uBB34 \uB9CE\uC73C\uBA74 \uC778\uD130\uD398\uC774\uC2A4\uAC00 \uB290\uB9AC\uAC8C \uC751\uB2F5\uD558\uBBC0\uB85C \uC774 \uC635\uC158\uC744 \uC870\uC815\uD558\uC5EC \uC18D\uB3C4\uB97C \uCD5C\uC801\uD654\uD558\uC138\uC694.","description.systemPrompt":"\uC2DC\uC2A4\uD15C\uC73C\uB85C\uC11C OpenAI\uC5D0 \uC804\uC1A1\uB418\uB294 \uB300\uD654\uB85C, {{text}} \uC740 \uB2E8\uB77D\uC758 \uD14D\uC2A4\uD2B8 \uB0B4\uC6A9\uC744 \uB098\uD0C0\uB0B4\uACE0{{from}} \uC740 \uB2E8\uB77D\uC758 \uC5B8\uC5B4\uB97C \uB098\uD0C0\uB0B4\uBA70{{to}} \uC740 \uB300\uC0C1 \uC5B8\uC5B4\uB97C \uB098\uD0C0\uB0C5\uB2C8\uB2E4.","field.domain":"\uC601\uC5ED","description.domain":"\uAE30\uBCF8\uAC12\uC740\uFF1Ageneral\uC785\uB2C8\uB2E4. \uC544\uB9AC\uB9C8 API \uCF58\uC194\uC5D0\uC11C \uB3C4\uBA54\uC778 \uBC88\uC5ED\uC774 \uD65C\uC131\uD654\uB41C \uACBD\uC6B0\uC5D0\uB9CC \uC124\uC815\uD560 \uC218 \uC788\uC73C\uBA70, \uC9C0\uC6D0\uB418\uB294 \uB3C4\uBA54\uC778\uC740 <1>\uC5EC\uAE30\uB97C \uCC38\uC870\uD558\uC138\uC694.","field.scene":"take","description.scene":"\uAE30\uBCF8\uAC12\uC740\uFF1Ageneral\uC785\uB2C8\uB2E4. AliCloud API \uCF58\uC194\uC774 Machine Translation Pro\uB97C \uC5EC\uB294 \uACBD\uC6B0\uC5D0\uB9CC \uC124\uC815\uD560 \uC218 \uC788\uC73C\uBA70, \uC9C0\uC6D0\uB418\uB294 \uC2DC\uB098\uB9AC\uC624\uB294 <1>\uC5EC\uAE30\uB97C \uCC38\uC870\uD558\uC138\uC694.","field.vocabId":"\uC0AC\uC6A9\uC790 \uC0AC\uC804 ID","description.vocabId":"\uC9C0\uC815\uB41C \uC0AC\uC804 out_id\uB294 \uD604\uC7AC \uC601\uC5B4\uC5D0\uC11C \uC911\uAD6D\uC5B4 \uBC88\uC5ED\uC744 \uC9C0\uC6D0\uD569\uB2C8\uB2E4.","description.model":"OpenAI \uBAA8\uB378, gpt-3.5-turbo, gpt-4 \uB4F1 \uAC00\uB2A5","description.maxTextGroupLengthPerRequest":"\uD55C \uBC88\uC5D0 \uBC88\uC5ED \uC11C\uBE44\uC2A4\uB85C \uC804\uC1A1\uB418\uB294 \uB2E8\uB77D \uC218, \uB2E8\uB77D\uC774 \uB108\uBB34 \uB9CE\uC73C\uBA74 \uC778\uD130\uD398\uC774\uC2A4\uAC00 \uB290\uB9AC\uAC8C \uC751\uB2F5\uD560 \uC218 \uC788\uC2B5\uB2C8\uB2E4.","description.apiUrl":"\uACBD\uB85C, <1>\uC790\uC138\uD55C \uC124\uBA85\uC774 \uD3EC\uD568\uB41C \uD2B9\uC815 URL\uC744 \uCD94\uAC00\uD558\uC138\uC694.",enabledExtension:"\uD655\uC7A5 \uAE30\uB2A5 \uC0AC\uC6A9",clickToDisableExtension:"\uD655\uC7A5 \uAE30\uB2A5\uC744 \uBE44\uD65C\uC131\uD654\uD558\uB824\uBA74 \uD074\uB9AD\uD558\uC138\uC694.",clickToEnableExtension:"\uD655\uC7A5 \uAE30\uB2A5\uC744 \uC0AC\uC6A9\uD558\uB824\uBA74 \uD074\uB9AD\uD558\uC138\uC694.",hasBeenDisabled:"disabled","show password":"\uBE44\uBC00\uBC88\uD638 \uD45C\uC2DC",customContent:"\uC0AC\uC6A9\uC790 \uC9C0\uC815 \uBAA8\uB378 \uC774\uB984 \uC785\uB825",inputOptions:"\uC785\uB825 \uC0C1\uC790 \uAC1C\uC120",mouseHoverOptions:"\uB9C8\uC6B0\uC2A4 \uD638\uBC84",modifyMouseHoverKey:"\uB9C8\uC6B0\uC2A4 \uCEE4\uC11C \uBC14\uB85C \uAC00\uAE30 \uC218\uC815",enableInputTranslation:"\uC785\uB825 \uC0C1\uC790 \uD5A5\uC0C1 \uD65C\uC131\uD654 \uC5EC\uBD80",enableInputTranslationDescription:"\uD65C\uC131\uD654\uB418\uBA74 \uC785\uB825 \uC0C1\uC790\uC5D0 {startingKey}{startingKey} hello\uB97C \uC9C1\uC811 \uC785\uB825\uD55C \uB2E4\uC74C{inputTrailingTriggerKeyRepeatTimes}\uBC88{trailingKey}\uC744 \uBE60\uB974\uAC8C \uB20C\uB7EC {inputTargetLanguage}\uC73C\uB85C \uBC88\uC5ED\uD569\uB2C8\uB2E4.",enableInputTranslationDescriptionForNoneKey:"\uD65C\uC131\uD654\uB418\uBA74 \uC785\uB825 \uC0C1\uC790\uC5D0\uFF1AHello World\uB97C \uC9C1\uC811 \uC785\uB825\uD55C \uB2E4\uC74C{inputTrailingTriggerKeyRepeatTimes}{trailingKey}\uC744 \uBE60\uB974\uAC8C \uC5EC\uB7EC \uBC88 \uB20C\uB7EC \uAE30\uBCF8 \uB300\uC0C1 \uC5B8\uC5B4\uB85C \uBC88\uC5ED\uD569\uB2C8\uB2E4.",inputTargetLanguage:"\uC785\uB825 \uC0C1\uC790\uC758 \uAE30\uBCF8 \uB300\uC0C1 \uC5B8\uC5B4 \uC124\uC815",inputTargetLanguageDescription:"\uC785\uB825 \uC0C1\uC790 \uBC88\uC5ED\uC758 \uAE30\uBCF8 \uB300\uC0C1 \uC5B8\uC5B4(\uC608: \uD2B8\uB9AC\uAC70 \uB2E8\uC5B4\uC758 \uAE30\uBCF8 \uC5B8\uC5B4 {startingKey}{startingKey})",inputTargetLanguageDescriptionForNoneKey:"\uC785\uB825 \uC0C1\uC790 \uBC88\uC5ED\uC758 \uAE30\uBCF8 \uB300\uC0C1 \uC5B8\uC5B4",inputStartingTriggerKeyTitle:"\uC785\uB825 \uC0C1\uC790\uC758 \uBD80\uBD84 \uBC88\uC5ED\uC744 \uC704\uD574 \uBD84\uD560 \uBB38\uC790 \uC124\uC815\uD558\uAE30",inputStartingTriggerKeyDescription:"\uC785\uB825 \uC0C1\uC790 \uC804\uCCB4\uB97C \uBC88\uC5ED\uD560 \uD544\uC694\uAC00 \uC5C6\uB294 \uACBD\uC6B0 \uC2A4\uD50C\uB9AC\uD130\uB97C \uC0AC\uC6A9\uD558\uBA74 {startingKey}{startingKey} \uC5D0\uC11C \uC785\uB825 \uC0C1\uC790 \uB05D\uAE4C\uC9C0 \uBD80\uBD84\uB9CC \uBC88\uC5ED\uD558\uAC70\uB098 \uC5B8\uC5B4 \uCF54\uB4DC\uB97C \uC9C0\uC815\uD560 \uC218 \uC788\uC2B5\uB2C8\uB2E4(\uC608:\uFF1A{startingKey}ja \uB294 {startingKey}ja \uC5D0\uC11C \uC785\uB825 \uC0C1\uC790 \uB05D\uAE4C\uC9C0 \uBD80\uBD84\uB9CC \uBC88\uC5ED\uD55C\uB2E4\uB294 \uC758\uBBF8).",inputStartingTriggerKeyDescriptionForNoneKey:"\uD604\uC7AC \uC811\uB450\uC0AC \uC5C6\uC74C \uC124\uC815\uC740 \uD544\uC694\uD558\uC9C0 \uC54A\uC73C\uBA70, \uC785\uB825 \uC0C1\uC790\uC5D0 \uC788\uB294 \uC77C\uBD80 \uD14D\uC2A4\uD2B8\uC758 \uBC88\uC5ED \uAE30\uB2A5\uC740 \uB2F9\uBD84\uAC04 \uC0AC\uC6A9\uD560 \uC218 \uC5C6\uC2B5\uB2C8\uB2E4.",inputTrailingTriggerKeyTitle:"\uC785\uB825 \uC885\uB8CC \uD2B8\uB9AC\uAC70 \uBB38\uC790 \uC120\uD0DD",inputTrailingTriggerKeyDescription:"3\uBC88\uB9CC \uB204\uB974\uBA74{trailingKey} \uBC88\uC5ED\uC774 \uC2DC\uC791\uB429\uB2C8\uB2E4!",inputTrailingTriggerKeyTimeout:"\uC804\uD22C \uC885\uB8CC \uD2B8\uB9AC\uAC70 \uC0AC\uC774\uC758 \uC2DC\uAC04\uC744 \uC785\uB825\uD569\uB2C8\uB2E4.",inputTrailingTriggerKeyTimeoutDescription:"\uC785\uB825 \uC885\uB8CC \uCF64\uBCF4 \uD2B8\uB9AC\uAC70 \uC0AC\uC774\uC758 \uC2DC\uAC04(\uBC00\uB9AC\uCD08)\uC744 \uC124\uC815\uD569\uB2C8\uB2E4.",spaceKey:"<\u7A7A\u683C\u952E>",noneKey:"\uC811\uB450\uC0AC \uC5C6\uC774 \uC804\uCCB4 \uD14D\uC2A4\uD2B8 \uC0C1\uC790\uC758 \uC9C1\uC811 \uBC88\uC5ED",inputTranslationBlockUrlsTitle:"\uB2E4\uC74C URL\uC5D0\uC11C\uB294 \uC785\uB825 \uC0C1\uC790 \uAC1C\uC120 \uAE30\uB2A5\uC744 \uD65C\uC131\uD654\uD558\uC9C0 \uB9C8\uC138\uC694.",inputTranslationBlockUrlsDescription:"\uB2E4\uC74C URL\uC5D0\uC11C\uB294 \uC785\uB825 \uC0C1\uC790 \uAC1C\uC120 \uC0AC\uD56D\uC774 \uC791\uB3D9\uD558\uC9C0 \uC54A\uC2B5\uB2C8\uB2E4.",clickToSeeQuickDemo:"\uD074\uB9AD\uD558\uC5EC 30\uCD08 \uD035 \uD29C\uD1A0\uB9AC\uC5BC \uBE44\uB514\uC624 \uD655\uC7A5\uD558\uAE30",inputHelperInfo:"\uC124\uBA85\uFF1A\uC911\uAD6D\uC5B4 \uC785\uB825 \uBC29\uC2DD\uC5D0 \uB530\uB77C \uC77C\uBD80 \uD2B8\uB9AC\uAC70 \uBB38\uC790\uAC00 \uC911\uAD6D\uC5B4 \uBB38\uC7A5 \uBD80\uD638\uB85C \uBC14\uB00C\uB294 \uAC83\uC744 \uCD5C\uC801\uD654\uD588\uC2B5\uB2C8\uB2E4(\uC608: /\uB294 \uC18C\uAD6C \uC785\uB825 \uBC29\uC2DD\uC5D0 \uB530\uB77C \uB454 \uBD80\uD638\uB85C \uBC14\uB01C). \uBAB0\uC785\uD615 \uBC88\uC5ED\uAE30\uB294 \uD2B8\uB9AC\uAC70 \uBB38\uC790\uC5D0 \uD574\uB2F9\uD558\uB294 \uBAA8\uB4E0 \uC911\uAD6D\uC5B4 \uAE30\uD638, \uC989 //,,, \uB97C \uD2B8\uB9AC\uAC70 \uBB38\uC790\uB85C \uC778\uC2DD\uD560 \uC218 \uC788\uB3C4\uB85D \uC9C0\uC6D0\uD569\uB2C8\uB2E4.

\uB610\uD55C \uC5B8\uC5B4 \uCF54\uB4DC\uC5D0 \uC911\uAD6D\uC5B4 \uBCC4\uCE6D\uC744 \uBA85\uB839\uC5B4\uB85C \uC0AC\uC6A9\uD560 \uC218 \uC788\uC2B5\uB2C8\uB2E4(\uC608: /Japanese Hello World\uB294 \uC77C\uBCF8\uC5B4\uB85C \uBC88\uC5ED\uB428). <1>\uC9C0\uC6D0\uB418\uB294 \uBAA8\uB4E0 \uC5B8\uC5B4 \uCF54\uB4DC\uB97C \uBCF4\uB824\uBA74 \uC5EC\uAE30\uB97C \uD074\uB9AD\uD558\uC138\uC694.",reloadCurrentPage:"\uBC88\uC5ED\uC744 \uC2DC\uC791\uD558\uAE30 \uC804\uC5D0 \uD604\uC7AC \uD398\uC774\uC9C0\uB97C \uC0C8\uB85C\uACE0\uCE68\uD558\uC138\uC694.",noLocalFilePermissionForPDF:"\uB85C\uCEEC \uD30C\uC77C\uC744 \uC77D\uC744 \uC218 \uC788\uB294 \uAD8C\uD55C\uC774 \uC5C6\uB294 \uACBD\uC6B0 \uC704\uC758 \uBC84\uD2BC\uC744 \uD074\uB9AD\uD55C \uB2E4\uC74C \uB85C\uCEEC \uD30C\uC77C\uC744 \uAC00\uC838\uC624\uC138\uC694.",noPermissionForThisPage:"\u26A0\uFE0F \uD604\uC7AC \uD398\uC774\uC9C0 \uBC88\uC5ED \uAD8C\uD55C\uC774 \uC5C6\uC2B5\uB2C8\uB2E4.",retryAllParagraphs:"\uBAA8\uB4E0 \uC624\uB958 \uAD6C\uC808 \uB2E4\uC2DC \uC2DC\uB3C4",retryAllButton:"\uBAA8\uB4E0 \uC624\uB958 \uAD6C\uC808 \uB2E4\uC2DC \uC2DC\uB3C4",errorTooltipTitle:"\uC624\uB958\uC758 \uC6D0\uC778\uC744 \uBCF4\uB824\uBA74 \uD074\uB9AD\uD558\uC138\uC694.",errorModalTitle:"\uBC88\uC5ED \uC11C\uBE44\uC2A4 \uB610\uB294 \uB124\uD2B8\uC6CC\uD06C\uC5D0 \uBB38\uC81C\uAC00 \uC788\uB294 \uAC83 \uAC19\uC2B5\uB2C8\uB2E4...",disableConfirm:"\uC774\uC911 \uC5B8\uC5B4 \uC815\uBCF4 \uD5A5\uC0C1 \uC124\uC815",disableOnce:"\uC774 \uBE44\uD65C\uC131\uD654",disableGlobal:"\uC601\uAD6C\uC801\uC73C\uB85C \uBE44\uD65C\uC131\uD654",disableTint:"* {option} \uC5D0\uC11C \uB2E4\uC2DC \uD65C\uC131\uD654\uD560 \uC218 \uC788\uC2B5\uB2C8\uB2E4.",searchEnhancementNotes:"\uC911\uAD6D\uC5B4 \uD0A4\uC6CC\uB4DC\uC640 \uC601\uC5B4 \uD0A4\uC6CC\uB4DC\uC5D0 \uB300\uD55C \uB274\uC2A4 \uACB0\uACFC\uAC00 \uB9E4\uC6B0 \uB2E4\uB978 \uAC83\uC744 \uBC1C\uACAC\uD588\uC2B5\uB2C8\uB2E4. \uBAB0\uC785\uD615 \uBC88\uC5ED \uC774\uC911 \uC5B8\uC5B4 \uC815\uBCF4 \uD5A5\uC0C1 \uAE30\uB2A5\uC744 \uD65C\uC131\uD654\uD558\uBA74 \uC9C0\uC6D0\uB418\uB294 \uC6F9\uC0AC\uC774\uD2B8(Google \uB274\uC2A4, Google \uAC80\uC0C9(\uC77C\uBD80 \uD0A4\uC6CC\uB4DC), \uC2A4\uB178\uC6B0\uBCFC, \uB3D9\uC591\uC758 \uBD80, \uD4E8\uD22C\uB77C, \uD0C0\uC774\uAC70)\uC5D0\uC11C \uB3D9\uC77C\uD55C \uD0A4\uC6CC\uB4DC\uB97C \uC601\uC5B4\uB85C \uC790\uB3D9 \uAC80\uC0C9\uD558\uC5EC \uC624\uB978\uCABD\uC5D0 \uD45C\uC2DC\uD574 \uC90D\uB2C8\uB2E4. \uC774 \uAE30\uB2A5\uC774 \uD544\uC694\uD558\uC9C0 \uC54A\uC740 \uACBD\uC6B0 \uBE44\uD65C\uC131\uD654\uD560 \uC218 \uC788\uC2B5\uB2C8\uB2E4.",option:"\uC124\uC815",saveSettings:"\uC124\uC815 \uC800\uC7A5",closeModal:"\uCC3D \uB2EB\uAE30",enableInputTranslationWithoutTriggerKeyTitle:"{trailingKey}\uB97C 3\uBC88 \uBE60\uB974\uAC8C \uB204\uB974\uBA74 \uC804\uCCB4 \uC785\uB825 \uC0C1\uC790\uB97C{inputTargetLanguage}\uB85C \uBC14\uB85C \uBC88\uC5ED\uD560 \uC218 \uC788\uC2B5\uB2C8\uB2E4.",enableInputTranslationWithoutTriggerKeyDescription:"\uB300\uC0C1 \uC5B8\uC5B4\uB97C \uC9C0\uC815\uD558\uB824\uBA74 \uC55E\uC5D0 \uC5B8\uC5B4 \uCF54\uB4DC\uB97C \uBD99\uC785\uB2C8\uB2E4(\uC608:\uFF1Aja Hello World).",mouseHoverShortcutPlaceholder:"\uC608:\uFF1A\uC2DC\uD504\uD2B8",deepLProName:"\uBAB0\uC785\uD615 \uBC88\uC5ED \uD504\uB85C \uD68C\uC6D0(\uAD8C\uC7A5)",deepLProDescription:"\uD604\uC7AC \uD328\uD0A4\uC9C0\uB97C \uC9C1\uC811 \uC0AC\uC6A9\uD560 \uC218 \uC788\uC2B5\uB2C8\uB2E4.",deeplProDescriptionForNormal:"\uC124\uC815 \uD544\uC694 \uC5C6\uC74C, \uD68C\uC6D0\uC740 \uB85C\uADF8\uC778 \uD6C4 \uC0AC\uC6A9 \uAC00\uB2A5, <1>\uD68C\uC6D0\uC73C\uB85C \uC5C5\uADF8\uB808\uC774\uB4DC\uD558\uB824\uBA74 \uC5EC\uAE30\uB97C \uD074\uB9AD\uD558\uC138\uC694.",deepLCustomDescription:"\uC678\uAD6D \uC2E0\uC6A9 \uCE74\uB4DC \uD544\uC694, \uACF5\uC2DD\uC801\uC73C\uB85C \uAC1C\uC124\uB41C <1>DeepL,<2>\uBB38\uC11C\uB97C \uBCF4\uB824\uBA74 \uD074\uB9AD\uD558\uC138\uC694.",deepLCustomName:"\uC0AC\uC6A9\uC790 \uC9C0\uC815 \uC778\uC99D \uD0A4",chooseProviderLabel:"\uC11C\uBE44\uC2A4 \uC81C\uACF5\uC5C5\uCCB4 \uC120\uD0DD",openaiProName:"\uBAB0\uC785\uD615 \uBC88\uC5ED \uD504\uB85C \uD68C\uC6D0(\uAD8C\uC7A5)",openaiProDescription:"\uD604\uC7AC \uD328\uD0A4\uC9C0\uB97C \uC9C1\uC811 \uC0AC\uC6A9\uD560 \uC218 \uC788\uC2B5\uB2C8\uB2E4.",openaiProDescriptionForNormal:"\uC124\uC815\uC774 \uD544\uC694\uD558\uC9C0 \uC54A\uC73C\uBA70, \uD68C\uC6D0\uC740 \uB85C\uADF8\uC778 \uD6C4 \uC0AC\uC6A9\uD560 \uC218 \uC788\uC2B5\uB2C8\uB2E4. <1>\uD68C\uC6D0\uC73C\uB85C \uC5C5\uADF8\uB808\uC774\uB4DC\uD558\uB824\uBA74 \uC5EC\uAE30\uB97C \uD074\uB9AD\uD558\uC138\uC694.",openaiCustomDescription:"OpenAI, Azure OpenAI \uB610\uB294 \uAE30\uD0C0 \uD0C0\uC0AC \uC11C\uBE44\uC2A4\uC5D0\uC11C \uC0AC\uC6A9 \uAC00\uB2A5, <1>\uC124\uBA85\uC11C\uB97C \uBCF4\uB824\uBA74 \uC5EC\uAE30\uB97C \uD074\uB9AD\uD558\uC138\uC694.",openaiCustomName:"\uC0AC\uC6A9\uC790 \uC9C0\uC815 API \uD0A4",needLoginAction:"(\uACF5\uAC1C \uBA64\uBC84\uC2ED \uB610\uB294 \uC0AC\uC6A9\uC790 \uC9C0\uC815)",goLoginOrAction:"(\uBA64\uBC84\uC2ED\uC744 \uC5F4\uAC70\uB098 \uC124\uC815\uC73C\uB85C \uC774\uB3D9)",yearly:"\uC5F0\uAC04 \uC5F0\uC18D \uACB0\uC81C",quarterly:"\uC21C\uCC28\uC801 \uB798\uD551",monthly:"\uC6D4\uAC04 \uAD6C\uB3C5",yearlyForOnce:"\uC5F0\uAC04 1\uD68C \uD328\uD0A4\uC9C0",monthlyForOnce:"\uC6D4 1\uD68C \uD328\uD0A4\uC9C0",daily:"\uC5F0\uC18D \uD328\uD0B7 \uC77C\uC218",year:"\uC5F0\uAC04 \uC5F0\uC18D \uACB0\uC81C",quarter:"\uC21C\uCC28\uC801 \uB798\uD551",month:"\uC6D4\uAC04 \uAD6C\uB3C5",day:"\uC5F0\uC18D \uD328\uD0B7 \uC77C\uC218",onetime_7day:"7\uC77C \uCCB4\uD5D8 \uD329",currentPlanDescriptionForFree:"\uD604\uC7AC \uD328\uD0A4\uC9C0\uFF1A\uBB34\uB8CC",currentPlanDescriptionForContinuous:"\uD604\uC7AC \uD328\uD0A4\uC9C0\uFF1A{plan}\uB294 {endAt} \uC5D0\uC11C \uC790\uB3D9\uC73C\uB85C \uAC31\uC2E0\uB429\uB2C8\uB2E4.",currentPlanDescriptionForAutoRenewCaceling:"\uD604\uC7AC \uD328\uD0A4\uC9C0(\uFF1A{plan})\uB294 {endAt} \uC5D0\uC11C \uB9CC\uB8CC\uB418\uBA70 \uB9CC\uB8CC \uC2DC \uC790\uB3D9\uC73C\uB85C \uAC31\uC2E0\uB418\uC9C0 \uC54A\uC2B5\uB2C8\uB2E4.",currentYearlyPlanDescriptionForAutoRenewCacelingWithRealPaiedUser:"\uD604\uC7AC \uD328\uD0A4\uC9C0(\uFF1A{plan})\uB294 {endAt} \uC5D0\uC11C \uB9CC\uB8CC\uB418\uBA70 \uB9CC\uB8CC \uC2DC \uC790\uB3D9\uC73C\uB85C \uAC31\uC2E0\uB418\uC9C0 \uC54A\uC2B5\uB2C8\uB2E4.
<1>\uAC31\uC2E0 \uD50C\uB79C\uC744 \uAD00\uB9AC\uD558\uB824\uBA74 \uC5EC\uAE30\uB97C \uD074\uB9AD\uD558\uC138\uC694.",currentYearlyPlanDescriptionForAutoRenewCacelingWithAdmin:"\uD604\uC7AC \uD328\uD0A4\uC9C0(\uFF1A{plan})\uB294 {endAt} \uC5D0\uC11C \uB9CC\uB8CC\uB418\uBA70 \uB9CC\uB8CC \uC2DC \uC790\uB3D9\uC73C\uB85C \uAC31\uC2E0\uB418\uC9C0 \uC54A\uC2B5\uB2C8\uB2E4.
<1>\uC5F0\uAC04 \uC5F0\uC18D \uAD6C\uB3C5\uC744 \uD65C\uC131\uD654\uD558\uB824\uBA74 \uC5EC\uAE30\uB97C \uD074\uB9AD\uD558\uC138\uC694.",currentPlanDescriptionForOneTime:"\uD604\uC7AC \uAD6C\uB3C5\uFF1A{plan}\uC740 {endAt} \uC5D0\uC11C \uB9CC\uB8CC\uB418\uBA70, <1>\uC5F0\uAC04 \uB610\uB294 <2>\uC6D4\uAC04<1>\uBA64\uBC84\uC2ED\uC73C\uB85C \uC5C5\uADF8\uB808\uC774\uB4DC\uD558\uB824\uBA74 \uC5EC\uAE30\uB97C \uD074\uB9AD\uD558\uC138\uC694.",upgradePlan:"\uD504\uB85C \uBA64\uBC84\uC2ED\uC73C\uB85C \uC5C5\uADF8\uB808\uC774\uB4DC\uD558\uB824\uBA74 \uC5EC\uAE30\uB97C \uD074\uB9AD\uD558\uC138\uC694.",upgradeToPro:"\uD504\uB85C \uBA64\uBC84\uC2ED\uC73C\uB85C \uC5C5\uADF8\uB808\uC774\uB4DC","popup.openPro":"DeepL \uBC0F OpenAI \uBC88\uC5ED\uC744 \uC990\uAE30\uB824\uBA74 \uD504\uB85C \uBA64\uBC84\uC2ED\uC73C\uB85C \uC5C5\uADF8\uB808\uC774\uB4DC\uD558\uACE0 \uC5EC\uAE30\uB97C \uD074\uB9AD\uD558\uC5EC \uC5C5\uADF8\uB808\uC774\uB4DC\uD558\uC138\uC694!","popup.openProForPro":"\uADC0\uD558\uB294 DeepL \uBC0F OpenAI \uBC88\uC5ED\uC5D0 \uC9C1\uC811 \uC561\uC138\uC2A4\uD560 \uC218 \uC788\uB294 \uD504\uB85C \uD68C\uC6D0\uC785\uB2C8\uB2E4!",currentAccount:"\uACBD\uC0C1 \uACC4\uC815",enableAutoSyncUserSettings:"\uC5EC\uB7EC \uB514\uBC14\uC774\uC2A4\uC5D0\uC11C \uD074\uB77C\uC6B0\uB4DC \uC790\uB3D9 \uB3D9\uAE30\uD654 \uC0AC\uC6A9",modalEnableInputTranslationTitle:"\uBAB0\uC785\uD615 \uBC88\uC5ED \uC785\uB825 \uC0C1\uC790 \uBC88\uC5ED \uC54C\uB9BC",modalEnableInputTranslationDesc:"\uC2A4\uD398\uC774\uC2A4\uBC14\uB97C \uC5F0\uC18D\uD574\uC11C \uC138 \uBC88 \uBE60\uB974\uAC8C \uB20C\uB7EC \uBAB0\uC785\uD615 \uBC88\uC5ED\uC758 \uC785\uB825 \uC0C1\uC790 \uBC88\uC5ED\uC744 \uD2B8\uB9AC\uAC70\uD588\uC73C\uBA70, \uC785\uB825 \uC0C1\uC790\uC758 \uB0B4\uC6A9\uC774 \uAE30\uBCF8 \uB300\uC0C1 \uC5B8\uC5B4\uB85C \uBC88\uC5ED\uB429\uB2C8\uB2E4. \uBC88\uC5ED\uC740 Ctrl+Z\uB85C \uCDE8\uC18C\uD560 \uC218 \uC788\uC2B5\uB2C8\uB2E4.

\uBC88\uC5ED\uC774 \uC2E4\uC218\uC600\uB2E4\uBA74 \uC9C0\uAE08 \uBC14\uB85C \uBE44\uD65C\uC131\uD654\uD558\uAC70\uB098 \uC785\uB825 \uC0C1\uC790 \uBC88\uC5ED\uC744 \uC601\uAD6C\uC801\uC73C\uB85C \uBE44\uD65C\uC131\uD654\uD560 \uC218 \uC788\uC73C\uB2C8 \uAC71\uC815\uD558\uC9C0 \uB9C8\uC138\uC694.",saveAndNotShowAgain:"\uC800\uC7A5 \uBC0F \uD504\uB86C\uD504\uD2B8 \uC911\uC9C0",disableInputTranslationTips:"* {option} ,{learnMore}\uC5D0\uC11C \uB2E4\uB978 \uBC14\uB85C\uAC00\uAE30\uB97C \uD2B8\uB9AC\uAC70\uD558\uB3C4\uB85D \uC124\uC815\uD560 \uC218\uB3C4 \uC788\uC2B5\uB2C8\uB2E4.",learnMore:"\uC790\uC138\uD788 \uC54C\uC544\uBCF4\uB824\uBA74 \uC5EC\uAE30\uB97C \uD074\uB9AD\uD558\uC138\uC694.",continueEnalbeInputTranslation:"\uC785\uB825 \uC0C1\uC790 \uBC88\uC5ED \uACC4\uC18D \uD65C\uC131\uD654",autoRenewTrialSuffix:'(\uD3C9\uAC00\uD310 \uC0AC\uC6A9 \uC2DC\uC989\uC2DC \uC815\uC2DD \uBA64\uBC84\uC2ED\uC73C\uB85C \uC5C5\uADF8\uB808\uC774\uB4DC)',upgradeFromTrialTitle:"\uC815\uD68C\uC6D0\uC73C\uB85C \uC5C5\uADF8\uB808\uC774\uB4DC",subtitle:"\uBE44\uB514\uC624 \uCEA1\uC158",youtubeService:"\uBAB0\uC785 \uBC88\uC5ED \uBE44\uB514\uC624 \uC790\uB9C9 \uBC88\uC5ED \uC11C\uBE44\uC2A4","subtitle.disabledSubtitle":"\uB3D9\uC601\uC0C1 \uC790\uB9C9 \uAE30\uB2A5 \uC601\uAD6C \uBE44\uD65C\uC131\uD654\uD558\uAE30","subtitle.disabledSubtitleDescription":"\uBAB0\uC785\uD615 \uBC88\uC5ED\uAE30\uC758 \uBE44\uB514\uC624 \uC790\uB9C9\uC774 \uB2E4\uB978 \uD655\uC7A5 \uD504\uB85C\uADF8\uB7A8\uACFC \uCDA9\uB3CC\uD558\uB294 \uACBD\uC6B0, \uBAB0\uC785\uD615 \uBC88\uC5ED\uAE30\uC758 \uBE44\uB514\uC624 \uC790\uB9C9 \uAE30\uB2A5\uC744 \uC601\uAD6C\uC801\uC73C\uB85C \uBE44\uD65C\uC131\uD654\uD558\uAC70\uB098 \uCDA9\uB3CC\uD558\uB294 \uB2E4\uB978 \uD655\uC7A5 \uD504\uB85C\uADF8\uB7A8\uC744 \uC81C\uAC70\uD558\uB3C4\uB85D \uC120\uD0DD\uD560 \uC218 \uC788\uC2B5\uB2C8\uB2E4.","subtitle.autoEnableSubtitle":"\uC774\uC911 \uC5B8\uC5B4 \uC790\uB9C9 \uC790\uB3D9 \uC0AC\uC6A9","subtitle.autoEnableSubtitleDescription":"\uC0AC\uC6A9\uD558\uBA74 \uBE44\uB514\uC624\uAC00 \uC7AC\uC0DD\uB420 \uB54C \uC790\uB3D9\uC73C\uB85C \uC774\uC911 \uC5B8\uC5B4 \uC790\uB9C9\uC774 \uD45C\uC2DC\uB418\uBA70, \uADF8\uB807\uC9C0 \uC54A\uC73C\uBA74 \uBC88\uC5ED \uBC84\uD2BC\uC744 \uD074\uB9AD\uD574\uC57C \uD45C\uC2DC\uB429\uB2C8\uB2E4.","subtitle.preTranslation":"\uBAB0\uC785\uD615 \uBC88\uC5ED\uC744 \uC0AC\uC6A9\uD558\uC5EC \uC790\uB9C9 \uBC88\uC5ED\uD558\uAE30","subtitle.preTranslationDescription":"\uD65C\uC131\uD654\uD558\uBA74 \uC544\uB798\uC5D0 \uBA85\uC2DC\uB41C \uBC88\uC5ED \uC11C\uBE44\uC2A4\uB97C \uC0AC\uC6A9\uD558\uC5EC \uC804\uCCB4 \uC790\uB9C9\uC774 \uC0AC\uC804 \uBC88\uC5ED\uB418\uBA70, 1\uC2DC\uAC04 \uBD84\uB7C9\uC758 \uB3D9\uC601\uC0C1\uC740 \uC57D 50,000 \uD1A0\uD070 \uB610\uB294 \uBB38\uC790\uB97C \uC18C\uBAA8\uD558\uBBC0\uB85C \uC2E0\uC911\uD558\uAC8C \uC0AC\uC6A9\uD558\uC2DC\uAE30 \uBC14\uB77C\uBA70, \uBE44\uD65C\uC131\uD654\uD558\uBA74 \uC6D0\uBCF8 \uC790\uB9C9\uC774 \uBA3C\uC800 \uC0AC\uC6A9\uB429\uB2C8\uB2E4.","subtitle.humanSubtitlesPreferred":"\uD734\uBA3C \uCEA1\uC158 \uC6B0\uC120 \uC0AC\uC6A9","subtitle.humanSubtitlesPreferredDescription":"\uB3D9\uC601\uC0C1\uC5D0 \uB300\uC0C1 \uC5B8\uC5B4\uB85C \uB41C \uC0AC\uB78C \uC790\uB9C9\uC774 \uC788\uB294 \uACBD\uC6B0 \uC0AC\uB78C \uC790\uB9C9\uC744 \uC6B0\uC120\uC801\uC73C\uB85C \uC0AC\uC6A9\uD569\uB2C8\uB2E4(\uAD8C\uC7A5).",videoSubtitleTranslationDescription:"\uB3D9\uC601\uC0C1 \uC790\uB9C9\uC744 \uC704\uD55C \uBCC4\uB3C4\uC758 \uBC88\uC5ED \uC11C\uBE44\uC2A4 \uC9C0\uC815",subtitleTranslating:"{service} \uC11C\uBE44\uC2A4\uB97C \uC0AC\uC6A9\uD558\uC5EC \uC790\uB9C9\uC744 \uBC88\uC5ED\uD558\uB294 \uB3D9\uC548 \uC7A0\uC2DC \uAE30\uB2E4\uB824\uC8FC\uC138\uC694... (\uBAB0\uC785 \uBC88\uC5ED)",subtitleLoading:"\uC790\uB9C9 \uB85C\uB4DC \uC911...",bilingual:"\uC774\uC911 \uC5B8\uC5B4 \uC0AC\uC6A9","field.action":"\uBC14\uC774\uB450 \uC6A9\uC5B4 \uC0AC\uC6A9 \uC5EC\uBD80","description.action":"\uD65C\uC131\uD654\uD558\uBA74 \uC694\uCCAD\uC5D0 action=1 \uB9E4\uAC1C\uBCC0\uC218\uAC00 \uCD94\uAC00\uB418\uC5B4 \uBC14\uC774\uB450\uC5D0 \uD65C\uC131\uD654\uB41C \uC6A9\uC5B4\uB97C \uC54C\uB9B4 \uC218 \uC788\uC73C\uBA70, <1>\uC790\uC138\uD55C \uB0B4\uC6A9\uC740 \uACF5\uC2DD \uBB38\uC11C\uB97C \uCC38\uC870\uD558\uC138\uC694.",closeQuickTranslation:"\uD638\uBC84\uBCFC \uB2EB\uAE30","closeQuickTranslation.untilNext":"\uB2E4\uC74C \uBC29\uBB38 \uC2DC\uAE4C\uC9C0 \uD734\uBB34\uC785\uB2C8\uB2E4.","closeQuickTranslation.currentWebsite":"\uD604\uC7AC \uC0AC\uC774\uD2B8 \uBE44\uD65C\uC131\uD654","closeQuickTranslation.alwaysClose":"\uC601\uAD6C\uC801\uC73C\uB85C \uBE44\uD65C\uC131\uD654","closeQuickTranslation.settingOpen":"( <1>\uC124\uC815 \uD398\uC774\uC9C0\uC5D0\uC11C \uCF1C\uAE30 \uAC00\uB2A5)","closeQuickTranslation.cancel":"\uCDE8\uC18C","closeQuickTranslation.confirm":"\uC815\uC758","floatBall.popup":"\uBE60\uB978 \uC124\uC815 \uD328\uB110 \uC5F4\uAE30","floatBall.translate":"\uD074\uB9AD\uD558\uC5EC \uD398\uC774\uC9C0 \uBC88\uC5ED\uD558\uAE30","floatBall.showOriginal":"\uC6D0\uBCF8 \uBB38\uC11C\uB85C \uB3CC\uC544\uAC00\uB824\uBA74 \uD074\uB9AD\uD558\uC138\uC694.","floatBall.close":"\uD638\uBC84\uBCFC \uB2EB\uAE30","floatBallOptions.enableDescPc":"\uD398\uC774\uC9C0 \uD638\uBC84\uBCFC\uC744 \uD65C\uC131\uD654\uD558\uBA74 \uD398\uC774\uC9C0 \uC624\uB978\uCABD\uC5D0 \uBE60\uB978 \uBC88\uC5ED \uBC84\uD2BC\uC774 \uD45C\uC2DC\uB418\uBA70, \uC774\uB97C \uD074\uB9AD\uD558\uBA74 \uBC88\uC5ED\uD560 \uC218 \uC788\uC2B5\uB2C8\uB2E4!","floatBallOptions.enableDesc":"\uD638\uBC84\uBCFC\uC744 \uB044\uACE0 \uB098\uBA74{touch}\uC73C\uB85C \uBD88\uB7EC\uC62C \uC218 \uC788\uC2B5\uB2C8\uB2E4. \uC2E4\uC218\uB85C \uC774 \uC635\uC158\uC744 \uB048 \uD6C4 \uD638\uBC84\uBCFC\uC744 \uCC3E\uC744 \uC218 \uC5C6\uB294 \uACBD\uC6B0\uB97C \uB300\uBE44\uD574 \uC774 \uC124\uC815 \uD398\uC774\uC9C0\uB97C \uBD81\uB9C8\uD06C\uC5D0 \uCD94\uAC00\uD574 \uB450\uB294 \uAC83\uC774 \uC88B\uC2B5\uB2C8\uB2E4!","description.azureApiUrl":"\uC0AC\uC6A9\uC790 \uC9C0\uC815 API \uC778\uD130\uD398\uC774\uC2A4\uC758 \uC8FC\uC18C\uB97C \uC785\uB825\uD569\uB2C8\uB2E4.",confirmSupportMouse:"\uB9C8\uC6B0\uC2A4 \uC9C0\uC6D0 \uAC15\uC81C \uD65C\uC131\uD654",confirmSupportMouseDescription:"\uD604\uC7AC \uBE0C\uB77C\uC6B0\uC800\uAC00 \uB9C8\uC6B0\uC2A4 \uAE30\uB2A5\uC744 \uC9C0\uC6D0\uD558\uC9C0 \uC54A\uB294 \uAC83\uC73C\uB85C \uAC10\uC9C0\uB418\uBA74 \uB9C8\uC6B0\uC2A4 \uC9C0\uC6D0\uC744 \uAC15\uC81C\uB85C \uD65C\uC131\uD654\uD574\uC57C \uD558\uB098\uC694?",sampleTargetText:"\uAE34 \uBC24\uC774 \uC62C \uAC83\uC774\uB2C8, \uB098\uB294 \uC624\uB298\uBD80\uD130 \uC8FD\uC744 \uB54C\uAE4C\uC9C0 \uBCF4\uCD08\uB97C \uC124 \uAC83\uC774\uB2E4. \uB098\uB294 \uC544\uB0B4\uB97C \uCDE8\uD558\uC9C0 \uC54A\uC744 \uAC83\uC774\uBA70, \uB3D9\uB9F9\uC744 \uB9FA\uC9C0 \uC54A\uC744 \uAC83\uC774\uBA70, \uC790\uC2DD\uC744 \uB0B3\uC9C0 \uC54A\uC744 \uAC83\uC774\uB2E4. \uB098\uB294 \uC655\uAD00\uC744 \uC4F0\uC9C0 \uC54A\uC744 \uAC83\uC774\uBA70 \uBA85\uC608\uB97C \uC704\uD574 \uB178\uB825\uD558\uC9C0 \uC54A\uC744 \uAC83\uC774\uB2E4. \uB098\uB294 \uB0B4 \uC758\uBB34\uB97C \uB2E4\uD558\uACE0 \uC0B4\uB2E4\uAC00 \uC8FD\uC744 \uAC83\uC785\uB2C8\uB2E4.",sampleSourceText:"Night gathers, and now my watch begins. It shall not end until my death. I shall take no wife, hold no lands, father no children. I shall wear no crowns and win no glory. I shall live and die at my post.","subtitle.supportedSites":"\u5DF2\u652F\u6301\u5728\u8FD9\u4E9B\u7F51\u7AD9\u4F7F\u7528\u53CC\u8BED\u5B57\u5E55\uFF08\u6CE8\u610F\uFF1A\u7531\u4E8E\u6280\u672F\u9650\u5236\uFF0C\u90E8\u5206\u7F51\u7AD9\u5728\u9996\u6B21\u5F00\u542F\u5B57\u5E55\u540E\u9700\u8981\u91CD\u65B0\u5237\u65B0\u9875\u9762\uFF0C\u6216\u8005\u9700\u7B49\u5F85\u7FFB\u8BD1\u5B8C\u6210\u4EE5\u663E\u793A\u53CC\u8BED\u5B57\u5E55\uFF09\uFF1A",viewWithImmersiveTranslate:"\u53CC\u8BED\u7248\u672C(\u6C89\u6D78\u5F0F\u7FFB\u8BD1)",errorReason:"\u9519\u8BEF\u539F\u56E0\uFF1A{message}","proQuotaExceededError.onetime7day":'\uFF0C\u60A8\u53EF\u4EE5\u9009\u62E9\u4EE5\u4E0B\u65B9\u5F0F\u89E3\u51B3\uFF1A

1. \u5207\u6362\u5230 {anotherService} \u6216\u5176\u4ED6\u7FFB\u8BD1\u670D\u52A1
2. \u5347\u7EA7\u4E3A\u6708\u5EA6/\u5E74\u5EA6\u4F1A\u5458',"proQuotaExceededError.trial":'\uFF0C\u60A8\u53EF\u4EE5\u9009\u62E9\u4EE5\u4E0B\u65B9\u5F0F\u89E3\u51B3\uFF1A

1. \u5207\u6362\u5230 {anotherService} \u6216\u5176\u4ED6\u7FFB\u8BD1\u670D\u52A1
2. \u7ACB\u523B\u5347\u7EA7\u4E3A\u6B63\u5F0F\u4F1A\u5458',"proQuotaExceededError.nonTrial":'\uFF0C\u60A8\u53EF\u4EE5\u9009\u62E9\u4EE5\u4E0B\u65B9\u5F0F\u89E3\u51B3\uFF1A

1. \u5207\u6362\u5230 {anotherService} \u6216\u5176\u4ED6\u7FFB\u8BD1\u670D\u52A1
2. \u8D2D\u4E70 {translationService} \u989D\u5916\u6D41\u91CF\u5305',"proQuotaExceededError.resetTime":"
3. \u989D\u5EA6\u91CD\u7F6E\u65F6\u95F4\uFF1A{resetTime}","desc.touchShortcutsToggleTranslatePageOnlyTranslation":"\uBC88\uC5ED\uBB38\uB9CC\uC774\uB77C\uB294 \uAC83\uC740 \uBC88\uC5ED\uBB38\uB9CC \uD45C\uC2DC\uD558\uBA70, \uC6F9\uD398\uC774\uC9C0\uAC00 \uC544\uC9C1 \uBC88\uC5ED\uB418\uC9C0 \uC54A\uC558\uB2E4\uBA74 \uBAA8\uB4DC\uB97C \uC804\uD658\uD558\uACE0 \uBC88\uC5ED\uD560 \uAC83\uC785\uB2C8\uB2E4.","desc.toggleOnlyTransation":"\uC624\uC9C1 \uBC88\uC5ED \uBAA8\uB4DC\uB294 \uBC88\uC5ED\uBB38\uB9CC \uD45C\uC2DC\uD558\uB294 \uAC83\uC744 \uC758\uBBF8\uD558\uBA70, \uC6F9\uD398\uC774\uC9C0\uAC00 \uC544\uC9C1 \uBC88\uC5ED\uB418\uC9C0 \uC54A\uC558\uB2E4\uBA74 \uBAA8\uB4DC\uB97C \uC804\uD658\uD558\uACE0 \uBC88\uC5ED\uD560 \uAC83\uC785\uB2C8\uB2E4.",touchShortcutsToggleTranslatePageOnlyTranslation:"\uD130\uCE58 \uC2A4\uD06C\uB9B0 \uC81C\uC2A4\uCC98\uB97C \uC124\uC815\uD558\uC5EC \uC774\uC911 \uC5B8\uC5B4/\uBC88\uC5ED \uD14D\uC2A4\uD2B8 \uC804\uC6A9 \uBAA8\uB4DC\uB97C \uC804\uD658\uD558\uC138\uC694.",download_started:"\uB2E4\uC6B4\uB85C\uB4DC\uAC00 \uC774\uBBF8 \uC2DC\uC791\uB418\uC5C8\uC2B5\uB2C8\uB2E4. \uC790\uB3D9\uC73C\uB85C \uB2E4\uC6B4\uB85C\uB4DC\uB418\uC9C0 \uC54A\uB294 \uACBD\uC6B0, \uC218\uB3D9\uC73C\uB85C \uD074\uB9AD\uD558\uC2ED\uC2DC\uC624.",here:"\uC5EC\uAE30","error.serveConfigError":"\uC11C\uBE44\uC2A4 \uAD6C\uC131 \uC624\uB958","translationFont.customPlaceholder":"\uAE00\uAF34","error.configError":"\uAD6C\uC131 \uB370\uC774\uD130 \uC774\uC0C1","error.goReset":"\uC7AC\uC124\uC815\uD558\uB2E4","touch.mouse-translate":"\uC9C0\uC815\uB41C \uB2E8\uB77D \uBC88\uC5ED",batchEdit:"\uB300\uB7C9 \uC791\uC5C5","translationModeUrl.translation.title":"\uBC88\uC5ED\uB9CC \uBAA8\uB4DC\uC758 \uC6F9\uC0AC\uC774\uD2B8","translationFont.custom":"\uC0AC\uC6A9\uC790 \uC815\uC758 \uAE00\uAF34 \uC785\uB825",translationFont:"\uAE00\uAF34 \uC124\uC815","translationServices.inherit":"\uC8FC \uBC88\uC5ED \uC11C\uBE44\uC2A4\uB97C \uB530\uB974\uC2ED\uC2DC\uC624",detectServiceLoading:"\uC0AC\uC6A9 \uAC00\uB2A5\uD55C \uBC88\uC5ED \uC11C\uBE44\uC2A4\uB97C \uD655\uC778 \uC911\uC785\uB2C8\uB2E4...",toggleToService:"{service}\uB85C \uC804\uD658\uD558\uACE0 \uB2E4\uC2DC \uC2DC\uB3C4\uD558\uC2ED\uC2DC\uC624.","translationModeLang.translation.title":"\uB2E8\uC21C \uBC88\uC5ED \uBAA8\uB4DC\uC758 \uC5B8\uC5B4","error.502":"\uC11C\uBE44\uC2A4\uAC00 \uC624\uB958\uB97C \uBC18\uD658\uD588\uC2B5\uB2C8\uB2E4, \uC11C\uBE44\uC2A4\uAC00 \uC2DC\uAC04 \uCD08\uACFC\uB418\uC5C8\uC2B5\uB2C8\uB2E4. \uC7A0\uC2DC \uD6C4 \uB2E4\uC2DC \uC2DC\uB3C4\uD574 \uC8FC\uC138\uC694.","error.proUpgrade":"\uC5C5\uADF8\uB808\uC774\uB4DC \uD6C4\uC5D0\uB294 \uD398\uC774\uC9C0\uB97C \uC0C8\uB85C \uACE0\uCE68\uD558\uC5EC \uB2E4\uC2DC \uBC88\uC5ED\uD558\uC2ED\uC2DC\uC624.","error.reloadPageOfSetting":"\uAD6C\uC131 \uD6C4\uC5D0\uB294 \uD398\uC774\uC9C0\uB97C \uC0C8\uB85C \uACE0\uCE68\uD558\uC5EC \uB2E4\uC2DC \uBC88\uC5ED\uD558\uC2ED\uC2DC\uC624.","translationModeLang.translation.description":"\uD398\uC774\uC9C0 \uC5B8\uC5B4\uAC00 \uB2E4\uC74C \uC5B8\uC5B4\uC77C \uB54C, \uC790\uB3D9\uC73C\uB85C \uBC88\uC5ED\uBB38\uB9CC \uBAA8\uB4DC\uB97C \uC0AC\uC6A9\uD569\uB2C8\uB2E4.","error.proTokenInvalid":"Pro \uC0AC\uC6A9\uC790\uC774\uC2DC\uB77C\uBA74, \uB85C\uADF8\uC778 \uD6C4 Pro \uBC88\uC5ED \uC11C\uBE44\uC2A4\uB97C \uC774\uC6A9\uD574 \uC8FC\uC138\uC694.","error.403":"\uC11C\uBE44\uC2A4\uAC00 \uC624\uB958\uB97C \uBC18\uD658\uD558\uC600\uC2B5\uB2C8\uB2E4, \uC7A0\uC2DC \uD574\uB2F9 \uC11C\uBE44\uC2A4\uC5D0 \uC811\uADFC\uD560 \uAD8C\uD55C\uC774 \uC5C6\uC2B5\uB2C8\uB2E4.","error.googleLimitIp":"\uC11C\uBE44\uC2A4\uAC00 \uC624\uB958\uB97C \uBC18\uD658\uD588\uC73C\uBA70, Google \uC11C\uBE44\uC2A4\uB294 \uD574\uB2F9 IP \uC8FC\uC18C\uC5D0 \uB300\uD574 \uC81C\uD55C\uC744 \uB450\uC5C8\uC2B5\uB2C8\uB2E4. \uB124\uD2B8\uC6CC\uD06C \uB178\uB4DC\uB97C \uBCC0\uACBD\uD558\uB294 \uAC83\uC774 \uC88B\uC2B5\uB2C8\uB2E4.",videoSubtitlePreTranslationOff:"\uBE44\uB514\uC624 \uC790\uB9C9\uC740 \uC6D0\uB798 \uBE44\uB514\uC624\uC5D0 \uD3EC\uD568\uB41C \uAE30\uACC4 \uBC88\uC5ED \uC790\uB9C9\uC744 \uC6B0\uC120\uC801\uC73C\uB85C \uC0AC\uC6A9\uD560 \uAC83\uC785\uB2C8\uB2E4.",videoSubtitlePreTranslationOn:"\uBE44\uB514\uC624 \uC790\uB9C9\uC740 \uC6B0\uC120\uC801\uC73C\uB85C \uBAB0\uC785\uD615 \uBC88\uC5ED\uC744 \uC0AC\uC6A9\uD560 \uAC83\uC785\uB2C8\uB2E4.",enableSentryReport:"\uD655\uC7A5\uC774 \uC624\uB958\uB97C \uC77C\uC73C\uD0AC \uB54C Sentry\uB97C \uC0AC\uC6A9\uD558\uC5EC \uD53C\uB4DC\uBC31\uC744 \uC81C\uCD9C\uD558\uC2ED\uC2DC\uC624.","translationModeUrl.translation.description":"\uB2E4\uC74C \uB3C4\uBA54\uC778\uC5D0 \uB300\uD55C \uC6F9\uC0AC\uC774\uD2B8\uC77C \uACBD\uC6B0, \uC790\uB3D9\uC73C\uB85C \uBC88\uC5ED\uBB38\uB9CC \uBAA8\uB4DC\uB97C \uC0AC\uC6A9\uD569\uB2C8\uB2E4.","error.openAIExceededQuota":"\uC11C\uBE44\uC2A4 \uC624\uB958 \uBC18\uD658: \uD604\uC7AC OpenAI \uACC4\uC815 \uC794\uC561\uC774 \uBD80\uC871\uD569\uB2C8\uB2E4. OpenAI \uACF5\uC2DD \uAD00\uB9AC \uD398\uC774\uC9C0\uC5D0\uC11C \uCDA9\uC804\uD558\uAC70\uB098 \uC2E0\uC6A9\uCE74\uB4DC\uB97C \uC5F0\uACB0\uD574\uC8FC\uC138\uC694.","error.400":"\uC11C\uBE44\uC2A4\uAC00 \uC624\uB958\uB97C \uBC18\uD658\uD588\uC2B5\uB2C8\uB2E4. \uC694\uCCAD \uB9E4\uAC1C\uBCC0\uC218\uAC00 \uC798\uBABB\uB418\uC5C8\uC2B5\uB2C8\uB2E4. \uD574\uB2F9 \uC124\uC815\uC744 \uD655\uC778\uD558\uC2ED\uC2DC\uC624.","error.gemini.429":"\uD604\uC7AC Gemini \uC11C\uBE44\uC2A4\uC758 \uD604\uC7AC \uBD80\uD558 \uC6A9\uB7C9\uC774 \uCD5C\uB300\uC5D0 \uB3C4\uB2EC\uD588\uC2B5\uB2C8\uB2E4. \uC7A0\uC2DC \uD6C4\uC5D0 \uB2E4\uC2DC \uC2DC\uB3C4\uD558\uAC70\uB098 \uB2E4\uB978 \uBC88\uC5ED \uC11C\uBE44\uC2A4\uB85C \uC804\uD658\uD574 \uC8FC\uC138\uC694.","translationFont.notSupportErrorMessage":"\uC785\uB825\uD558\uC2E0 \uAE00\uAF34 \uC774\uB984\uC774 \uC815\uD655\uD55C\uC9C0 \uD655\uC778\uD558\uC2DC\uAC70\uB098, \uD574\uB2F9 \uAE00\uAF34\uC774 \uADC0\uD558\uC758 \uC7A5\uCE58\uC5D0 \uC124\uCE58\uB418\uC5B4 \uC788\uB294\uC9C0 \uD655\uC778\uD574 \uC8FC\uC138\uC694.","error.openAIFreeLimit":"\uC11C\uBE44\uC2A4\uAC00 \uC624\uB958\uB97C \uBC18\uD658\uD588\uC2B5\uB2C8\uB2E4. \uD604\uC7AC \uBC88\uC5ED \uC694\uCCAD \uBE48\uB3C4\uAC00 \uBD84\uB2F9 \uCD5C\uB300 3\uD68C\uB85C \uC81C\uD55C\uB418\uC5C8\uC2B5\uB2C8\uB2E4. \uC7A0\uC2DC \uD6C4 \uB2E4\uC2DC \uC2DC\uB3C4\uD558\uC2ED\uC2DC\uC624. (\uC774\uAC83\uC740 OpenAI \uACF5\uC2DD\uC774 \uBB34\uB8CC API Key\uC5D0 \uB300\uD55C \uC81C\uD55C\uC774\uBA70, \uC774 \uC81C\uD55C\uC744 \uD574\uC81C\uD558\uB824\uBA74 OpenAI \uAD00\uB9AC \uBC31\uC5D4\uB4DC\uC5D0\uC11C \uC2E0\uC6A9\uCE74\uB4DC\uB97C \uC5F0\uACB0\uD558\uC2ED\uC2DC\uC624.)","desc.toggleVideoSubtitlePreTranslation":"\uB204\uB974\uBA74 \uBE44\uB514\uC624\uC758 \uC774\uC911 \uC5B8\uC5B4 \uC790\uB9C9\uC740 \uC6B0\uC120\uC801\uC73C\uB85C \uBAB0\uC785\uD615 \uBC88\uC5ED \uC124\uC815\uC744 \uC0AC\uC6A9\uD558\uACE0, \uB2E4\uC2DC \uB204\uB974\uBA74 \uC6D0\uB798 \uBE44\uB514\uC624\uC5D0 \uB0B4\uC7A5\uB41C \uAE30\uACC4 \uBC88\uC5ED \uC790\uB9C9\uC744 \uC6B0\uC120\uC801\uC73C\uB85C \uC0AC\uC6A9\uD569\uB2C8\uB2E4. \uC8FC\uC758: \uC774 \uB2E8\uCD95\uD0A4\uB294 \uC804\uC5ED \uC124\uC815\uC744 \uC218\uC815\uD569\uB2C8\uB2E4.","error.429":"\uC11C\uBE44\uC2A4\uAC00 \uC624\uB958\uB97C \uBC18\uD658\uD588\uC2B5\uB2C8\uB2E4. \uC774\uB294 \uC694\uCCAD\uC774 \uB108\uBB34 \uC790\uC8FC \uBC1C\uC0DD\uD558\uAC70\uB098 \uD560\uB2F9\uB7C9 \uC81C\uD55C\uC744 \uCD08\uACFC\uD588\uC74C\uC744 \uB098\uD0C0\uB0C5\uB2C8\uB2E4. \uC7A0\uC2DC \uD6C4\uC5D0 \uB2E4\uC2DC \uC2DC\uB3C4\uD558\uC2ED\uC2DC\uC624.","error.serveUnavailable":"\uD604\uC7AC \uC0AC\uC6A9 \uC911\uC778 [{serverName}] \uC11C\uBE44\uC2A4\uB294 \uB124\uD2B8\uC6CC\uD06C \uC5F0\uACB0 \uB610\uB294 \uC11C\uBE44\uC2A4 \uC81C\uACF5\uC790\uC758 \uBB38\uC81C\uB85C \uC778\uD574 \uC77C\uC2DC\uC801\uC73C\uB85C \uC811\uC18D\uD560 \uC218 \uC5C6\uC2B5\uB2C8\uB2E4. \uD398\uC774\uC9C0\uB97C \uC0C8\uB85C \uACE0\uCE68\uD558\uAC70\uB098 <1>\uC124\uC815\uC744 \uD1B5\uD574 \uB2E4\uB978 \uBC88\uC5ED \uC11C\uBE44\uC2A4\uB85C \uBCC0\uACBD\uD574 \uBCF4\uC2DC\uB294 \uAC83\uC744 \uAD8C\uC7A5\uD569\uB2C8\uB2E4. <2>Pro \uD68C\uC6D0\uC774\uC2DC\uB77C\uBA74, \uB354 \uC548\uC815\uC801\uC778 DeepL \uB610\uB294 OpenAI \uBC88\uC5ED \uC11C\uBE44\uC2A4\uB97C \uC0AC\uC6A9\uD560 \uC218 \uC788\uC2B5\uB2C8\uB2E4(<3>\uC5EC\uAE30\uB97C \uD074\uB9AD\uD558\uC2DC\uBA74 \uBB34\uB8CC\uB85C \uCCB4\uD5D8\uD558\uC2E4 \uC218 \uC788\uC2B5\uB2C8\uB2E4). \uB610\uD55C, \uB124\uD2B8\uC6CC\uD06C \uB610\uB294 \uD504\uB85D\uC2DC \uC124\uC815\uC744 \uD655\uC778\uD574\uC57C \uD560 \uC218\uB3C4 \uC788\uC2B5\uB2C8\uB2E4.",pickAll:"\uC804\uCCB4 \uC120\uD0DD","error.reason":"\uC624\uB958 \uC6D0\uC778","error.retry":"\uB2E4\uC2DC \uC2DC\uB3C4\uD558\uB2E4","widget.instruction":"\uC0AC\uC6A9 \uC124\uBA85\uC11C",notLogin:"\uB85C\uADF8\uC778\uD558\uC9C0 \uC54A\uC74C",loggedIn:"\uB85C\uADF8\uC778 \uB418\uC5C8\uC2B5\uB2C8\uB2E4",touchShortcutsOff:"\uB2EB\uAE30",goLogin:"\uB85C\uADF8\uC778\uD558\uC2ED\uC2DC\uC624","widget.videoSubtitle":"\uBE44\uB514\uC624 \uC790\uB9C9","multipleClick.2":"\uB354\uBE14 \uD074\uB9AD","widget.translateFile":"PDF/ePub",shortcutSettings:"\uB2E8\uCD95\uD0A4","tagsInput.add":"+ \uCD94\uAC00",translationOnlyMode:"\uC624\uC9C1 \uBC88\uC5ED \uBAA8\uB4DC\uB9CC",shortcutSettingsTitle:"\uB2E8\uCD95\uD0A4 \uC124\uC815","translationServices.gemini":"\uC30D\uB465\uC774\uC790\uB9AC","multipleClick.4":"\uB124 \uBC88 \uC5F0\uC18D \uD0C0\uACA9","floatBall.iKnow":"\uB098\uB294 \uC54C\uC558\uC5B4","widget.instructionTooltip":"\uC0AC\uC6A9 \uC124\uBA85\uC11C\uB97C \uD655\uC778\uD558\uC2ED\uC2DC\uC624","multipleClick.3":"\uD2B8\uB9AC\uD50C \uD788\uD2B8",paragraphMinTextCountField:"\uBC88\uC5ED \uB2E8\uB77D\uC5D0 \uD544\uC694\uD55C \uCD5C\uC18C \uBB38\uC790 \uC218","shortcutGroup.shortcutsForTranslationServices":"\uBC88\uC5ED \uC11C\uBE44\uC2A4 \uAD00\uB828 \uB2E8\uCD95\uD0A4",temprarilyChangeTranslationTo_openai:"\uD604\uC7AC \uD398\uC774\uC9C0\uB97C OpenAI\uB85C \uBC88\uC5ED\uD558\uACE0 \uC788\uC2B5\uB2C8\uB2E4.","browser.translateWithGoogle":"\uD604\uC7AC \uD398\uC774\uC9C0\uB97C \uC784\uC2DC\uB85C Google \uBC88\uC5ED \uC0AC\uC6A9\uD558\uAE30",mouseHoverCustomKeyTitle:"\uC0AC\uC6A9\uC790 \uC815\uC758 \uB9C8\uC6B0\uC2A4 \uD638\uBC84 \uB2E8\uCD95\uD0A4","slide.left":"\uC624\uB978\uCABD\uC73C\uB85C \uC2AC\uB77C\uC774\uB4DC\uD558\uC138\uC694","browser.translateInputBox":"\uD604\uC7AC \uC785\uB825 \uC0C1\uC790 \uB0B4\uC6A9 \uBC88\uC5ED","intro.floatBallTitle":"\uBE60\uB978 \uBC88\uC5ED \uD50C\uB85C\uD305 \uBCFC","shortcutGroup.touch":"\uD130\uCE58 \uC2A4\uD06C\uB9B0 \uC804\uC6A9 \uC81C\uC2A4\uCC98","widget.videoSubtitleTooltip":"Youtube \uB4F1 {count}+ \uBE44\uB514\uC624 \uC6F9\uC0AC\uC774\uD2B8\uB97C \uC9C0\uC6D0\uD569\uB2C8\uB2E4","intro.subtitleTitle":"\uC628\uB77C\uC778 \uBE44\uB514\uC624 \uC774\uC911 \uC5B8\uC5B4 \uC790\uB9C9 \uD45C\uC2DC","subtitle.autoDisableSubtitle":"\uC790\uB3D9\uC73C\uB85C \uC774\uC911 \uC5B8\uC5B4 \uC790\uB9C9\uC744 \uD65C\uC131\uD654\uD558\uC9C0 \uC54A\uC2B5\uB2C8\uB2E4",temprarilyChangeTranslationTo_bing:"\uD604\uC7AC \uD398\uC774\uC9C0\uB97C Microsoft \uBC88\uC5ED\uC744 \uC0AC\uC6A9\uD558\uC5EC \uBC88\uC5ED\uD558\uACE0 \uC788\uC2B5\uB2C8\uB2E4.","slide.right":"\uC67C\uCABD\uC73C\uB85C \uC2AC\uB77C\uC774\uB4DC\uD558\uC138\uC694","widget.translateFileTooltip":"PDF, EPUB, SRT, ASS, HTML \uBC0F TXT \uBB38\uC11C \uBC88\uC5ED","intro.hoverTitle":"\uB9C8\uC6B0\uC2A4\uB97C \uB193\uC73C\uBA74 \uD604\uC7AC \uB2E8\uB77D\uC774 \uBC88\uC5ED\uB429\uB2C8\uB2E4.",temprarilyChangeTranslationTo_gemini:"\uD604\uC7AC \uD398\uC774\uC9C0\uB97C Gemini\uB85C \uBC88\uC5ED\uD558\uACE0 \uC788\uC2B5\uB2C8\uB2E4.","shortcutGroup.mouse":"\uB9C8\uC6B0\uC2A4 \uD638\uBC84 \uB2E8\uCD95\uD0A4 \uC124\uC815",temprarilyChangeTranslationTo_google:"\uD604\uC7AC \uD398\uC774\uC9C0\uB97C Google \uBC88\uC5ED\uC744 \uC0AC\uC6A9\uD558\uC5EC \uBC88\uC5ED\uD558\uACE0 \uC788\uC2B5\uB2C8\uB2E4.",neverTranslateThisSite:"\uC774 \uC6F9\uC0AC\uC774\uD2B8\uB97C \uC808\uB300 \uBC88\uC5ED\uD558\uC9C0 \uB9C8\uC2ED\uC2DC\uC624.","subtitle.bilingual":"\uC774\uC911 \uC5B8\uC5B4 \uC790\uB9C9",alwaysTranslateThisSite:"\uD56D\uC0C1 \uC774 \uC6F9\uC0AC\uC774\uD2B8\uB97C \uBC88\uC5ED\uD569\uB2C8\uB2E4",buildSnapshots:"\uC6F9\uD398\uC774\uC9C0 \uC2A4\uB0C5\uC0F7 \uC0DD\uC131","error.subscriptionExpiredTitle":"\uD68C\uC6D0\uC774 \uB9CC\uB8CC\uB418\uC5C8\uC2B5\uB2C8\uB2E4",notLoginPro:"\uB2F9\uC2E0\uC740 \uC544\uC9C1 \uD68C\uC6D0 \uACC4\uC815\uC5D0 \uB85C\uADF8\uC778\uD558\uC9C0 \uC54A\uC558\uC2B5\uB2C8\uB2E4.","browser.translateWithGemini":"\uD604\uC7AC \uD398\uC774\uC9C0\uB97C \uC784\uC2DC\uB85C Gemini\uB85C \uBC88\uC5ED\uD558\uC2ED\uC2DC\uC624.","shortcutGroup.others":"\uB354 \uB9CE\uC740 \uC0AC\uC6A9\uC790 \uC815\uC758 \uAE30\uB2A5 \uB2E8\uCD95\uD0A4","subtitle.showQuickButton":"\uD50C\uB808\uC774\uC5B4\uC5D0\uC11C \uC774\uC911 \uC5B8\uC5B4 \uC790\uB9C9 \uB2E8\uCD95\uD0A4\uB97C \uD45C\uC2DC\uD569\uB2C8\uB2E4","browser.translateWithBing":"\uC784\uC2DC\uB85C \uB9C8\uC774\uD06C\uB85C\uC18C\uD504\uD2B8 \uBC88\uC5ED\uC744 \uC0AC\uC6A9\uD558\uC5EC \uD604\uC7AC \uD398\uC774\uC9C0\uB97C \uBC88\uC5ED\uD558\uC2ED\uC2DC\uC624.",contact:"\uC6B0\uB9AC\uC5D0\uAC8C \uC5F0\uB77D\uD558\uC2ED\uC2DC\uC624","desc.touchShortcutsToggleTranslateTouchElement":"\uC0AC\uC6A9\uC790 \uC815\uC758 \uC81C\uC2A4\uCC98\uB97C \uC0AC\uC6A9\uD558\uBA74 \uC5B4\uB5A4 \uB2E8\uB77D\uC774\uB4E0 \uBC88\uC5ED\uD560 \uC218 \uC788\uC2B5\uB2C8\uB2E4.",temprarilyChangeTranslationTo_deepl:"\uD604\uC7AC \uD398\uC774\uC9C0\uB97C DeepL\uB85C \uBC88\uC5ED\uD558\uACE0 \uC788\uC2B5\uB2C8\uB2E4.",networkError:"\uBC88\uC5ED \uC11C\uBE44\uC2A4 \uB610\uB294 \uB124\uD2B8\uC6CC\uD06C\uC5D0 \uBB38\uC81C\uAC00 \uBC1C\uC0DD\uD588\uC2B5\uB2C8\uB2E4.","browser.translateWithTransmart":"\uC784\uC2DC\uB85C \uD150\uC13C\uD2B8 \uBC88\uC5ED\uC744 \uC0AC\uC6A9\uD558\uC5EC \uD604\uC7AC \uD398\uC774\uC9C0\uB97C \uBC88\uC5ED\uD558\uC2ED\uC2DC\uC624.",upgradeToProErrorTitle:"\uC774 \uBC88\uC5ED \uC11C\uBE44\uC2A4\uB97C \uC0AC\uC6A9\uD558\uB824\uBA74 Pro \uD68C\uC6D0\uC73C\uB85C \uC5C5\uADF8\uB808\uC774\uB4DC\uD558\uC2ED\uC2DC\uC624.",temprarilyChangeTranslationTo_transmart:"\uD604\uC7AC \uD398\uC774\uC9C0\uB97C \uD150\uC13C\uD2B8 \uBC88\uC5ED\uC744 \uC0AC\uC6A9\uD558\uC5EC \uBC88\uC5ED\uD558\uACE0 \uC788\uC2B5\uB2C8\uB2E4.",touchShortcutsToggleTranslationMask:"\uD130\uCE58 \uC2A4\uD06C\uB9B0 \uC81C\uC2A4\uCC98 \uC124\uC815\uD558\uC5EC \uBC88\uC5ED \uB9C8\uC2A4\uD06C \uD45C\uC2DC / \uC6D0\uBB38 \uD45C\uC2DC","neverTranslateText.title":"\uB2E4\uC74C \uB2E8\uC5B4\uB294 \uC6D0\uBB38\uC744 \uC720\uC9C0\uD558\uACE0 \uBC88\uC5ED\uD558\uC9C0 \uB9C8\uC2ED\uC2DC\uC624.","browser.translateWithOpenAI":"\uC784\uC2DC\uB85C OpenAI\uB97C \uC0AC\uC6A9\uD558\uC5EC \uD604\uC7AC \uD398\uC774\uC9C0\uB97C \uBC88\uC5ED\uD558\uC2ED\uC2DC\uC624.","floatBall.guideClickToTranslate":`\uD074\uB9AD\uD558\uC5EC \uBAB0\uC785\uD615 \uBC88\uC5ED \uD50C\uB85C\uD305 \uBCFC\uC744 + {env.imt_sub_trans_field}: \u041F\u0435\u0440\u0435\u0432\u043E\u0434`,"subtitle.quickButton.cyan":"\u0421\u0438\u043D\u0438\u0439","subtitle.quickButton.magenta":"\u041F\u0443\u0440\u043F\u0443\u0440\u043D\u044B\u0439","subtitle.quickButton.white":"\u0431\u0435\u043B\u044B\u0439","subtitle.quickButton.blue":"\u0441\u0438\u043D\u0438\u0439","subtitle.quickButton.red":"\u043A\u0440\u0430\u0441\u043D\u044B\u0439","subtitle.quickButton.translationPositionTop":"\u0432 \u0432\u0435\u0440\u0445\u043D\u0435\u0439 \u0447\u0430\u0441\u0442\u0438 \u0442\u0435\u043A\u0441\u0442\u0430","subtitle.quickButton.translationPosition":"\u043C\u0435\u0441\u0442\u043E\u043F\u043E\u043B\u043E\u0436\u0435\u043D\u0438\u0435 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430","subtitle.quickButton.green":"\u0437\u0435\u043B\u0435\u043D\u044B\u0439","subtitle.quickButton.translationPositionBottom":"\u043E\u0440\u0438\u0433\u0438\u043D\u0430\u043B \u043D\u0438\u0436\u0435","subtitle.quickButton.yellow":"\u0436\u0435\u043B\u0442\u044B\u0439","subtitle.quickButton.backgroundColor":"\u0444\u043E\u043D\u043E\u0432\u044B\u0439 \u0446\u0432\u0435\u0442","subtitle.quickButton.sourceFontSize":"\u0418\u0441\u0445\u043E\u0434\u043D\u044B\u0439 \u0440\u0430\u0437\u043C\u0435\u0440 \u0448\u0440\u0438\u0444\u0442\u0430","translationServices.claude":"\u041A\u043B\u043E\u0434","subtitle.quickButton.setting":"\u043D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0430","subtitle.quickButton.translationFontSize":"\u0440\u0430\u0437\u043C\u0435\u0440 \u0448\u0440\u0438\u0444\u0442\u0430 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430","subtitle.quickButton.translationTextColor":"\u0426\u0432\u0435\u0442 \u0448\u0440\u0438\u0444\u0442\u0430 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430","subtitle.quickButton.black":"\u0447\u0435\u0440\u043D\u044B\u0439","subtitle.quickButton.sourceTextColor":"\u0418\u0441\u0445\u043E\u0434\u043D\u044B\u0439 \u0446\u0432\u0435\u0442 \u0448\u0440\u0438\u0444\u0442\u0430","subtitle.quickButton.backgroundOpacity":"\u0424\u043E\u043D\u043E\u0432\u0430\u044F \u043D\u0435\u043F\u0440\u043E\u0437\u0440\u0430\u0447\u043D\u043E\u0441\u0442\u044C",attachSubtitleTranslating:"\u0418\u0441\u043F\u043E\u043B\u044C\u0437\u0443\u044F {service} \u0434\u043B\u044F \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430...","error.claude.403":"\u0412\u0440\u0435\u043C\u0435\u043D\u043D\u043E \u043D\u0435\u0442 \u0434\u043E\u0441\u0442\u0443\u043F\u0430 \u043A \u0441\u0435\u0440\u0432\u0438\u0441\u0443, \u0432\u043E\u0437\u043C\u043E\u0436\u043D\u043E, \u044D\u0442\u043E \u0441\u0432\u044F\u0437\u0430\u043D\u043E \u0441 \u0440\u0435\u0433\u0438\u043E\u043D\u0430\u043B\u044C\u043D\u044B\u043C\u0438 \u043E\u0433\u0440\u0430\u043D\u0438\u0447\u0435\u043D\u0438\u044F\u043C\u0438 \u041A\u043B\u043E\u0434\u0430. \u0412\u044B \u043C\u043E\u0436\u0435\u0442\u0435 \u043F\u043E\u043F\u0440\u043E\u0431\u043E\u0432\u0430\u0442\u044C \u0438\u0437\u043C\u0435\u043D\u0438\u0442\u044C \u0441\u0432\u043E\u0439 IP-\u0430\u0434\u0440\u0435\u0441 \u0438\u043B\u0438 \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u044C \u0434\u0440\u0443\u0433\u0438\u0435 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0447\u0435\u0441\u043A\u0438\u0435 \u0443\u0441\u043B\u0443\u0433\u0438.","browser.brandDescriptionForSafari":"\u3010\u041F\u043E\u0433\u0440\u0443\u0436\u0435\u043D\u0438\u0435 \u0432 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u3011\u0411\u0435\u0441\u043F\u043B\u0430\u0442\u043D\u044B\u0439 \u043F\u043B\u0430\u0433\u0438\u043D \u0434\u043B\u044F \u0434\u0432\u0443\u044F\u0437\u044B\u0447\u043D\u043E\u0433\u043E \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430 \u0432\u0435\u0431-\u0441\u0442\u0440\u0430\u043D\u0438\u0446 (\u043E\u0440\u0438\u0433\u0438\u043D\u0430\u043B/\u043F\u0435\u0440\u0435\u0432\u043E\u0434), \u043F\u043E\u0434\u0434\u0435\u0440\u0436\u0438\u0432\u0430\u044E\u0449\u0438\u0439 \u043F\u0435\u0440\u0435\u0432\u043E\u0434 PDF \u0438 \u043F\u0435\u0440\u0435\u0432\u043E\u0434 \u044D\u043B\u0435\u043A\u0442\u0440\u043E\u043D\u043D\u044B\u0445 \u043A\u043D\u0438\u0433 EPUB \u0441 \u0441\u043E\u0445\u0440\u0430\u043D\u0435\u043D\u0438\u0435\u043C \u043E\u0440\u0438\u0433\u0438\u043D\u0430\u043B\u044C\u043D\u043E\u0433\u043E \u0444\u043E\u0440\u043C\u0430\u0442\u0438\u0440\u043E\u0432\u0430\u043D\u0438\u044F \u0434\u043E\u043A\u0443\u043C\u0435\u043D\u0442\u0430, \u043F\u0435\u0440\u0435\u0432\u043E\u0434 \u0434\u0432\u0443\u044F\u0437\u044B\u0447\u043D\u044B\u0445 \u0441\u0443\u0431\u0442\u0438\u0442\u0440\u043E\u0432 \u0434\u043B\u044F \u043E\u043D\u043B\u0430\u0439\u043D-\u0432\u0438\u0434\u0435\u043E \u043D\u0430 Youtube/Netflix, \u043F\u043E\u0434\u0434\u0435\u0440\u0436\u0438\u0432\u0430\u044E\u0449\u0438\u0439 \u043E\u0441\u043D\u043E\u0432\u043D\u044B\u0435 \u0441\u0435\u0440\u0432\u0438\u0441\u044B \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430, \u0442\u0430\u043A\u0438\u0435 \u043A\u0430\u043A Deepl/Google \u0438 \u0442.\u0434.","browser.PdfProFile":"\u041F\u0435\u0440\u0435\u0432\u043E\u0434 PDF Pro, \u0443\u043F\u0440\u0430\u0432\u043B\u044F\u0435\u043C\u044B\u0439 AI","browser.textTranslate":"\u0422\u0435\u043A\u0441\u0442\u043E\u0432\u044B\u0439 \u043F\u0435\u0440\u0435\u0432\u043E\u0434"};var xh={nologin:"\uB85C\uADF8\uC778\uD558\uC9C0 \uC54A\uC74C",loginForSafari:"\uB85C\uADF8\uC778 \uB610\uB294 \uB4F1\uB85D",login:"\uB85C\uADF8\uC778\uD558\uC5EC \uBA64\uBC84\uC2ED \uAC1C\uC124",manageAccount:"\uAD00\uB9AC \uACC4\uC815",openPremium:"\uBA64\uBC84\uC2ED \uC5F4\uAE30",logout:"\uC911\uB2E8",curentPlan:"\uD604\uC7AC \uD328\uD0A4\uC9C0",endAt:"\uB9CC\uB8CC",endAuto:"\uC790\uB3D9 \uAC31\uC2E0",lineBreakMaxTextCount:"\uC904 \uBC14\uAFC8 \uC774\uD6C4 \uBB38\uC7A5\uB2F9 \uD5C8\uC6A9\uB418\uB294 \uCD5C\uB300 \uAE00\uC790 \uC218","translate-pdf":"PDF\uB97C \uBC88\uC5ED\uD558\uB824\uBA74 \uD074\uB9AD\uD558\uC138\uC694.","noSupportTranslate-pdf":"\uC2A4\uD06C\uB9BD\uD2B8\uAC00 \uC9C0\uC6D0\uB418\uC9C0 \uC54A\uC73C\uB2C8 \uD50C\uB7EC\uADF8\uC778\uC744 \uC0AC\uC6A9\uD558\uC138\uC694.","translate-firefox-local-pdf":"PDF \uAC00\uC838\uC624\uAE30\uB85C \uC774\uB3D9\uD558\uB824\uBA74 \uD074\uB9AD\uD558\uC138\uC694.",enableLineBreak:"\uAE34 \uB2E8\uB77D\uC5D0 \uC790\uB3D9 \uC904 \uBC14\uAFC8 \uD65C\uC131\uD654",sponsorLabel:"1 \uD6C4\uC6D0 \uAC1C\uBC1C\uC790",help:"hand",browserShortcutsNoteForFirefox:"Firefox\uC5D0\uC11C \uBC14\uB85C\uAC00\uAE30\uB97C \uBCC0\uACBD\uD558\uB824\uBA74 \uD655\uC7A5 \uD504\uB85C\uADF8\uB7A8 \uAD00\uB9AC \uD398\uC774\uC9C0 `\uC815\uBCF4:\uC560\uB4DC\uC628`\uC744 \uC5F4\uACE0 `\uC124\uC815`\uC744 \uD074\uB9AD\uD55C \uB2E4\uC74C `\uBC14\uB85C \uAC00\uAE30 \uAD00\uB9AC`\uB97C \uD074\uB9AD\uD558\uC5EC \uBC14\uB85C\uAC00\uAE30\uB97C \uC124\uC815\uD574\uC57C \uD569\uB2C8\uB2E4.",browserShortcutsNoteForChrome:"Chrome\uC5D0\uC11C \uBC14\uB85C\uAC00\uAE30\uB97C \uC218\uC815\uD558\uB824\uBA74 \uD655\uC7A5 \uD504\uB85C\uADF8\uB7A8 \uAD00\uB9AC \uD398\uC774\uC9C0\uB97C \uC5F4\uACE0 '\uBC14\uB85C \uAC00\uAE30 \uAD00\uB9AC' \uD328\uB110(`chrome://extensions/shortcuts`)\uC5D0\uC11C \uC124\uC815\uD55C \uD6C4 \uC544\uB798 \uBC84\uD2BC\uC744 \uD074\uB9AD\uD558\uC5EC \uBC14\uB85C \uAC00\uAE30 \uAD00\uB9AC \uD398\uC774\uC9C0\uB85C \uC774\uB3D9\uD574\uC57C \uD569\uB2C8\uB2E4.",browserShortcutsSucks:"\uC0AC\uC6A9\uC790 \uC9C0\uC815 \uBC14\uB85C\uAC00\uAE30\uC758 \uD615\uC2DD\uC740\uFF1A\uC785\uB2C8\uB2E4(\uC790\uB3D9 \uC778\uC2DD\uB418\uC9C0 \uC54A\uC73C\uBBC0\uB85C \uC9C1\uC811 \uC785\uB825\uD558\uC138\uC694).",enableLineBreakDescription:"\uC774 \uAE30\uB2A5\uC744 \uCF1C\uBA74 \uAE34 \uB2E8\uB77D\uC758 \uAC01 \uBB38\uC7A5 \uB05D\uC5D0 \uC904 \uBC14\uAFC8\uC774 \uC0BD\uC785\uB418\uC5B4 \uBB38\uC7A5\uC744 \uB354 \uC27D\uAC8C \uC77D\uC744 \uC218 \uC788\uC2B5\uB2C8\uB2E4.","browser.shortBrandName":"\uBAB0\uC785 \uBC88\uC5ED","browser.brandName":"\uBAB0\uC785 \uBC88\uC5ED: \uC774\uC911 \uC5B8\uC5B4 \uC6F9 \uD398\uC774\uC9C0 \uBC88\uC5ED \uBC0F PDF \uBB38\uC11C \uBC88\uC5ED","browser.brandDescription":"Bilingual web page translation, also supports PDF translation, bilingual Epub eBook translation, free to use.","browser.toggleTranslatePage":"\uD398\uC774\uC9C0 \uBC88\uC5ED/\uC6D0\uBB38 \uD45C\uC2DC","browser.toggleTranslateTheWholePage":"\uD398\uC774\uC9C0\uC758 \uBAA8\uB4E0 \uC601\uC5ED \uBC88\uC5ED/\uC6D0\uBB38 \uD14D\uC2A4\uD2B8 \uD45C\uC2DC","browser.toggleOnlyTransation":"\uC591\uC5B8\uC5B4/\uBC88\uC5ED\uBB38\uB9CC \uBAA8\uB4DC\uB85C \uC804\uD658","browser.toggleTranslateToThePageEndImmediately":"\uD398\uC774\uC9C0 \uD558\uB2E8\uC73C\uB85C \uC989\uC2DC \uBC88\uC5ED/\uC6D0\uBB38 \uD45C\uC2DC","browser.toggleTranslateTheMainPage":"\uD398\uC774\uC9C0\uC758 \uC8FC\uC694 \uC601\uC5ED \uBC88\uC5ED/\uC6D0\uBB38 \uD14D\uC2A4\uD2B8 \uD45C\uC2DC","browser.shareToDraft":"\uC774\uC911 \uC5B8\uC5B4 \uD398\uC774\uC9C0 \uACF5\uC720","browser.openOptionsPage":"\uC124\uC815 \uD398\uC774\uC9C0 \uC5F4\uAE30","browser.toggleTranslationMask":"\uBC88\uC5ED \uD750\uB9BC \uD6A8\uACFC \uD45C\uC2DC/\uC228\uAE30\uAE30","browser.translateLocalPdfFile":"\uB85C\uCEEC PDF \uD30C\uC77C \uBC88\uC5ED","browser.openEbookViewer":"\uD604\uC9C0 \uC804\uC790\uCC45 \uC77D\uAE30","browser.openEbookBuilder":"\uC774\uC911 \uC5B8\uC5B4 EPUB \uC804\uC790\uCC45 \uB9CC\uB4E4\uAE30","browser.translateLocalHtmlFile":"HTML/\uD14D\uC2A4\uD2B8 \uD30C\uC77C \uBC88\uC5ED","browser.donateContext":"\uC2A4\uD3F0\uC11C\uC2ED \uD61C\uD0DD\uC5D0 \uB300\uD574 \uC54C\uC544\uBCF4\uAE30","browser.translateLocalSubtitleFile":"\uB85C\uCEEC \uC790\uB9C9 \uD30C\uC77C \uBC88\uC5ED",confirmResetConfig:"\uC124\uC815\uC744 \uC7AC\uC124\uC815\uD558\uC2DC\uACA0\uC2B5\uB2C8\uAE4C?",translationLineBreakSettingTitle:"\uBC88\uC5ED \uC904 \uBC14\uAFC8 \uC124\uC815",smartLineBreak:"\uC2A4\uB9C8\uD2B8 \uB77C\uC778 \uD53C\uB4DC(\uCEF4\uD4E8\uD305)",alwaysLineBreak:"\uD56D\uC0C1 \uB77C\uC778 \uD53C\uB4DC",isShowContextMenu:"\uBA54\uB274 \uD56D\uBAA9\uC744 \uB9C8\uC6B0\uC2A4 \uC624\uB978\uCABD \uBC84\uD2BC\uC73C\uB85C \uD074\uB9AD\uD558\uC5EC \uBC88\uC5ED\uB41C \uD398\uC774\uC9C0 \uCD94\uAC00\uD558\uAE30",toggleBeta:"\uBCA0\uD0C0 \uD14C\uC2A4\uD2B8 \uAE30\uB2A5 \uD65C\uC131\uD654",betaDescription:"\uC544\uC9C1 \uC2E4\uD5D8\uB2E8\uACC4\uC778 \uAE30\uB2A5\uB4E4\uACFC \uBCA0\uD0C0\uBC84\uC804\uC778 \uBC88\uC5ED \uC11C\uBE44\uC2A4\uB97C \uC0AC\uC6A9\uD574\uBCF4\uC138\uC694. <1>\uD154\uB808\uADF8\uB7A8 \uADF8\uB8F9\uC5D0 \uAC00\uC785\uD558\uC5EC \uC790\uC138\uD788 \uC54C\uC544\uBCF4\uC138\uC694.",translationLineBreakSettingDescription:"\uCF58\uD150\uCE20\uAC00 \uC801\uC740 \uD398\uC774\uC9C0\uC758 \uACBD\uC6B0 \uD56D\uC0C1 \uC904 \uBC14\uAFC8\uC774 \uAE54\uB054\uD558\uAC8C \uC720\uC9C0\uB429\uB2C8\uB2E4. (\uCF58\uD150\uCE20\uAC00 \uB9CE\uC740 \uAE34 \uB2E8\uB77D({count}\uC790 \uC774\uC0C1)\uC5D0\uB294 \uC2A4\uB9C8\uD2B8 \uC904 \uBC14\uAFC8\uC744 \uC0AC\uC6A9\uD558\uC5EC \uACF5\uAC04\uC744 \uC808\uC57D\uD558\uC138\uC694.)",tempTranslateDomainTitle:"\uC6F9\uC0AC\uC774\uD2B8 \uBC88\uC5ED\uC774 \uC77C\uC2DC\uC801\uC73C\uB85C \uCF1C\uC9C0\uB294 \uAE30\uAC04",tempTranslateDomainDescription:"\uC6F9 \uD398\uC774\uC9C0\uB97C \uC218\uB3D9\uC73C\uB85C \uBC88\uC5ED\uD560 \uB54C \uC790\uB3D9 \uBC88\uC5ED\uC744 \uC704\uD574 \uC6F9 \uC0AC\uC774\uD2B8\uB97C \uC77C\uC2DC\uC801\uC73C\uB85C \uCF1C\uACE0 \uC77C\uC2DC\uC801\uC778 \uAE30\uAC04\uC744 \uC124\uC815\uD560 \uC218 \uC788\uC2B5\uB2C8\uB2E4.",xMinutes:"{count} \uBD84",disabled:"STH \uC0AC\uC6A9\uC744 \uAE08\uC9C0\uD569\uB2C8\uB2E4.",changelog:"\uC5C5\uB370\uC774\uD2B8 \uB85C\uADF8",toggleTranslatePageWhenThreeFingersOnTheScreen:"\uC5EC\uB7EC \uC190\uAC00\uB77D\uC774 \uB3D9\uC2DC\uC5D0 \uD654\uBA74\uC744 \uD130\uCE58\uD560 \uB54C \uC6F9 \uD398\uC774\uC9C0 \uBC88\uC5ED/\uC6D0\uBB38 \uD14D\uC2A4\uD2B8 \uD45C\uC2DC",toggleTranslationMaskWhenThreeFingersOnTheScreen:"\uC5EC\uB7EC \uC190\uAC00\uB77D\uC73C\uB85C \uD130\uCE58\uD558\uBA74 \uD750\uB9BC \uD6A8\uACFC\uB97C \uD45C\uC2DC\uD558\uAC70\uB098 \uC228\uAE38 \uC218 \uC788\uC2B5\uB2C8\uB2E4.",fingerCountToToggleTranslagePageOnlyTranslationWhenTouching:"\uC5EC\uB7EC \uC190\uAC00\uB77D\uC73C\uB85C \uB3D9\uC2DC\uC5D0 \uD654\uBA74\uC744 \uD130\uCE58\uD558\uBA74 \uC6F9 \uD398\uC774\uC9C0\uAC00 \uBC88\uC5ED(\uBC88\uC5ED \uC804\uC6A9)/\uC6D0\uBB38\uC744 \uD45C\uC2DC\uD569\uB2C8\uB2E4.",addUrlDescription:"\uB3C4\uBA54\uC778 \uC774\uB984\uC77C \uC218 \uC788\uC73C\uBA70 \uC640\uC77C\uB4DC\uCE74\uB4DC(\uC608:\uFF1A*.google.com, google.com/mail/*, https://www.google.com/*)\uB3C4 \uC9C0\uC6D0\uD569\uB2C8\uB2E4.",general:"\uAE30\uBCF8 \uC124\uC815",clickToExpandConfig:"\uD604\uC7AC \uAD6C\uC131 \uD655\uC7A5",import:"\uD30C\uC77C\uC5D0\uC11C \uAC00\uC838\uC624\uAE30",export:"\uD30C\uC77C\uB85C \uB0B4\uBCF4\uB0B4\uAE30",toggleDebug:"\uCF58\uC194\uC5D0\uC11C \uB514\uBC84\uADF8 \uB85C\uADF8 \uC778\uC1C4","fingers.0":"\uC751\uACE0","fingers.2":"\uB450 \uC190\uAC00\uB77D \uD130\uCE58","fingers.3":"\uC138 \uC190\uAC00\uB77D \uD130\uCE58","fingers.4":"\uB124 \uC190\uAC00\uB77D \uD130\uCE58","fingers.5":"\uB2E4\uC12F \uC190\uAC00\uB77D \uD130\uCE58",mouseHoldKey:"+ {key} \uB2E8\uB77D \uBC88\uC5ED/\uBCF5\uC6D0\uD558\uAE30",mouseHoldKeyAuto:"\uB2E8\uB77D\uC758 \uC9C1\uC811 \uBC88\uC5ED",mouseHoldKeyOff:"\uC544\uBB34\uAC83\uB3C4 \uD558\uC9C0 \uB9C8\uC138\uC694.",mouseHoldKeyOther:"\uC0AC\uC6A9\uC790 \uC9C0\uC815 \uBC14\uB85C \uAC00\uAE30(\uC124\uC815 \uC5F4\uAE30)",mouseHoldKeyCustomKey:"{key} \uB2E8\uB77D\uC758 \uBC88\uC5ED/\uCD95\uC18C",mouseHoverHoldKey:"\uBC14\uB85C \uAC00\uAE30 \uD0A4\uB97C \uB204\uB978 \uC0C1\uD0DC\uC5D0\uC11C \uB9C8\uC6B0\uC2A4\uB97C \uAC00\uB9AC\uD0A4\uBA74 \uB2E8\uB77D\uC774 \uBC88\uC5ED\uB429\uB2C8\uB2E4.","mouse-translate":"\uB9C8\uC6B0\uC2A4 \uD638\uBC84",document:"(\uCEF4\uD4E8\uD130) \uD30C\uC77C",resetSuccess:"\uBAA8\uB4E0 \uC124\uC815 \uC7AC\uC124\uC815\uC5D0 \uC131\uACF5",resetThisSuccess:"\uC7AC\uC124\uC815 \uC131\uACF5",saved:"\uC800\uC7A5 \uC131\uACF5",successImportConfig:"\uC131\uACF5\uC801\uC73C\uB85C \uAC00\uC838\uC628 \uAD6C\uC131",goAdvancedSettings:"\uACE0\uAE09 \uC124\uC815 \uD398\uC774\uC9C0\uB85C \uC774\uB3D9\uD569\uB2C8\uB2E4.",goAdvancedInterfaceSettings:"\uACE0\uAE09 \uC0AC\uC6A9\uC790 \uC9C0\uC815 \uC124\uC815 \uD398\uC774\uC9C0\uB85C \uC774\uB3D9\uD569\uB2C8\uB2E4.",advanced:"\uACE0\uAE09 \uC124\uC815",advancedDescription:"\uC77C\uBC18\uC801\uC73C\uB85C \uC124\uC815\uC774 \uD544\uC694\uD558\uC9C0 \uC54A\uC73C\uBA70 \uAE30\uBCF8\uAC12\uC744 \uADF8\uB300\uB85C \uB450\uBA74 \uB429\uB2C8\uB2E4. \uBCF4\uB2E4 \uC804\uBB38\uC801\uC778 \uC0AC\uC6A9\uC790\uB9CC \uAC1C\uC778\uD654\uB41C \uC124\uC815\uC744 \uC0AC\uC6A9\uD560 \uC218 \uC788\uC2B5\uB2C8\uB2E4.",developer:"\uAC1C\uBC1C\uC790 \uC124\uC815",donateCafe:"\uAC00\uACA9","translate to the bottom of the page":"\uD398\uC774\uC9C0\uC5D0 \uB4E4\uC5B4\uAC00\uBA74 \uBC14\uB85C \uD398\uC774\uC9C0 \uD558\uB2E8\uC73C\uB85C \uBC88\uC5ED\uB418\uB098\uC694?",feedback:"\uC9C8\uBB38 \uD53C\uB4DC\uBC31",toggleTranslatePage:"\uD398\uC774\uC9C0 \uBC88\uC5ED/\uC6D0\uBB38 \uD45C\uC2DC",translateToThePageEndImmediatelyDescription:"\uC774 \uAE30\uB2A5\uC744 \uCF1C\uBA74 \uC785\uB825\uD558\uB294 \uC989\uC2DC \uD398\uC774\uC9C0\uC758 \uC704\uCABD\uC5D0\uC11C \uC544\uB798\uCABD\uC73C\uB85C \uCF58\uD150\uCE20\uAC00 \uBC88\uC5ED\uB429\uB2C8\uB2E4. \uB044\uBA74 \uC77D\uB294 \uB300\uB85C \uBC88\uC5ED\uB429\uB2C8\uB2E4. (\uAD8C\uC7A5\uD558\uC9C0 \uC54A\uC74C)","translate all areas of the page":"\uD398\uC774\uC9C0\uC758 \uBAA8\uB4E0 \uC601\uC5ED\uC744 \uBC88\uC5ED\uD560\uC9C0 \uC5EC\uBD80",translationAreaDescription:"\uCF1C\uBA74 \uC804\uCCB4 \uC6F9 \uD398\uC774\uC9C0\uC758 \uBAA8\uB4E0 \uC601\uC5ED\uC774 \uBC88\uC5ED\uB429\uB2C8\uB2E4. \uB044\uBA74 \uAE30\uBCF8 \uC2A4\uB9C8\uD2B8 \uC778\uC2DD\uC774 \uC0AC\uC6A9\uB418\uBA70 \uC8FC\uC694 \uC601\uC5ED\uB9CC \uBC88\uC5ED\uB429\uB2C8\uB2E4. (\uCF1C\uC9C0 \uC54A\uB294 \uAC83\uC774 \uC88B\uC2B5\uB2C8\uB2E4.)","the number of characters to be translated first":"\uBCF4\uAE30 \uC601\uC5ED\uC73C\uB85C \uC2A4\uD06C\uB864\uD560 \uB54C\uAE4C\uC9C0 \uAE30\uB2E4\uB9AC\uC9C0 \uC54A\uACE0 \uD398\uC774\uC9C0\uC758 \uCC98\uC74C \uBA87 \uBB38\uC790\uB97C \uBC14\uB85C \uBC88\uC5ED\uD569\uB2C8\uB2E4.","interface language":"\uC778\uD130\uD398\uC774\uC2A4 \uC5B8\uC5B4","display both the original text and the translation":"\uC6D0\uBCF8\uACFC \uBC88\uC5ED\uBCF8 \uB3D9\uC2DC \uD45C\uC2DC","keyboard shortcuts":"\uD0A4\uBCF4\uB4DC \uB2E8\uCD95\uD0A4",modify:"\uBC14\uB85C \uAC00\uAE30 \uD0A4 \uC218\uC815",reset:"\uC7AC\uD504\uB85C\uBE44\uC800\uB2DD",close:"\uC751\uACE0",homepage:"\uD648\uD398\uC774\uC9C0",more:"\uB354 \uBCF4\uAE30",moreOptions:"\uB354 \uB9CE\uC740 \uC0AC\uC6A9\uC790 \uC9C0\uC815 \uC635\uC158 \uD655\uC7A5",translateTheWholePage:"\uD398\uC774\uC9C0\uC758 \uBAA8\uB4E0 \uC601\uC5ED \uBC88\uC5ED(\uC8FC\uC694 \uC601\uC5ED\uB9CC \uC9C0\uB2A5\uC801\uC73C\uB85C \uC778\uC2DD\uD558\uB294 \uAC83\uC774 \uC544\uB2C8\uB77C)",changeToTranslateTheWholePage:"\uBAA8\uB4E0 \uC9C0\uC5ED \uBC88\uC5ED\uC73C\uB85C \uC804\uD658",changeToTranslateTheMainPage:"\uAE30\uBCF8 \uC601\uC5ED \uBC88\uC5ED\uC73C\uB85C \uC804\uD658",changeToOnlyTranslationMode:"\uBC88\uC5ED\uB9CC \uD45C\uC2DC\uD558\uB3C4\uB85D \uD1A0\uAE00",changeToDualTranslationMode:"\uC774\uC911 \uC5B8\uC5B4 \uBC88\uC5ED\uC73C\uB85C \uC804\uD658",translateToThePageEndImmediately:"\uD398\uC774\uC9C0 \uD558\uB2E8\uC73C\uB85C \uC989\uC2DC \uBC88\uC5ED\uD558\uAE30",translateTheMainPage:"\uC9C0\uB2A5\uD615 \uBC88\uC5ED \uC8FC\uC694 \uC9C0\uC5ED","The local rules are up to date":"\uB85C\uCEEC \uC801\uC751 \uADDC\uCE59\uC740 \uCD5C\uC2E0 \uC0C1\uD0DC\uC785\uB2C8\uB2E4.","Successfully synchronized with the latest official rules:":"\uCD5C\uC2E0 \uACF5\uC2DD \uC801\uC751 \uADDC\uCE59\uACFC \uC131\uACF5\uC801\uC73C\uB85C \uB3D9\uAE30\uD654\uB418\uC5C8\uC2B5\uB2C8\uB2E4.","Checking for updates":"\uC5C5\uB370\uC774\uD2B8 \uD655\uC778","Rules are being synchronized":"\uC801\uC751 \uADDC\uCE59 \uB3D9\uAE30\uD654 \uC911",localVersionIsTooOld:"\uB85C\uCEEC \uD655\uC7A5 \uD504\uB85C\uADF8\uB7A8 \uBC84\uC804\uC774 \uB108\uBB34 \uC624\uB798\uB418\uC5C8\uC73C\uBBC0\uB85C \uB3D9\uAE30\uD654\uB97C \uC2DC\uB3C4\uD558\uAE30 \uC804\uC5D0 \uD655\uC7A5 \uD504\uB85C\uADF8\uB7A8\uC744 {minVersion} \uC774\uC0C1\uC73C\uB85C \uC5C5\uADF8\uB808\uC774\uB4DC\uD558\uC138\uC694.",badUserscriptBrowser:"\uD604\uC7AC \uBE0C\uB77C\uC6B0\uC800\uB294 \uADF8\uB9AC\uC2A4\uBABD\uD0A4 \uD655\uC7A5 \uC778\uD130\uD398\uC774\uC2A4\uB97C \uC62C\uBC14\uB974\uAC8C \uAD6C\uD604\uD558\uC9C0 \uC54A\uC73C\uBBC0\uB85C(\uC608: \uADF8\uB9AC\uC2A4\uBABD\uD0A4 \uC2A4\uD06C\uB9BD\uD2B8 \uC790\uCCB4\uC758 \uBC84\uC804 \uBC88\uD638\uC5D0 \uB300\uD55C \uC815\uBCF4\uB97C \uC5BB\uC73C\uB824\uBA74), \uD30C\uC774\uC5B4\uD3ED\uC2A4 \uB4F1 <1>\uADF8\uB9AC\uC2A4\uBABD\uD0A4 \uD655\uC7A5 \uAE30\uB2A5\uC744 \uC9C0\uC6D0\uD558\uB294 \uB2E4\uB978 \uBE0C\uB77C\uC6B0\uC800\uB97C \uC0AC\uC6A9\uD558\uC2DC\uAE30 \uBC14\uB78D\uB2C8\uB2E4.",foundNewVersion:"\uC0C8 \uBC84\uC804 \uC54C\uC544\uBCF4\uAE30",theLocalExtensionIsUpToUpdate:"\uD604\uC7AC \uD655\uC7A5 \uD504\uB85C\uADF8\uB7A8\uC774 \uCD5C\uC2E0 \uBC84\uC804\uC785\uB2C8\uB2E4.",failToSyncRules:"\uCD5C\uC2E0 \uC801\uC751 \uADDC\uCE59\uC744 \uB3D9\uAE30\uD654\uD558\uC9C0 \uBABB\uD568",retry:"\uB2E4\uC2DC \uC2DC\uB3C4\uD558\uB824\uBA74 \uC5EC\uAE30\uB97C \uD074\uB9AD\uD558\uC138\uC694.",failedReason:"\uC2E4\uD328 \uC774\uC720",currentRuleVersion:"\uD604\uC7AC \uADDC\uCE59 \uBC84\uC804",calculating:"\uACC4\uC0B0",unknownError:"\uC54C \uC218 \uC5C6\uB294 \uC624\uB958",canNotFetchRemoteRule:"\uC6D0\uACA9 \uADDC\uCE59\uC744 \uAC00\uC838\uC62C \uC218 \uC5C6\uC74C",enableAlphaSuccess:"\uC54C\uD30C \uC0AC\uC6A9",disableAlphaSuccess:"\uC54C\uD30C \uAE30\uB2A5\uC774 \uAEBC\uC838 \uC788\uC2B5\uB2C8\uB2E4.",cacheSize:"\uCE90\uC2DC \uD06C\uAE30\uFF1A",cleaning:"\uCCAD\uC0B0 \uACFC\uC815\uC5D0\uC11C",cleanCache:"\uCE90\uC2DC \uC9C0\uC6B0\uAE30",options:"\uC124\uC815",about:"\uB2E4\uC74C\uACFC \uAD00\uB828\uD558\uC5EC",service:"\uD1B5\uC5ED \uC11C\uBE44\uC2A4",needAction:"(\uC124\uC815\uC73C\uB85C \uC774\uB3D9)",goSettings:"\uACC4\uC18D\uD574\uC11C \uC124\uC815\uD558\uC138\uC694.",needActionForOptions:"(\uC124\uC815 \uC608\uC815)",translationEngine:"\uC5D4\uC9C4 \uC635\uC158",sourceLanguage:"\uC6D0\uBCF8 \uC5B8\uC5B4",target:"\uB300\uC0C1 \uC5B8\uC5B4",popupSourceLanguage:"\uC6D0\uBCF8 \uC5B8\uC5B4",popupTarget:"\uB300\uC0C1 \uC5B8\uC5B4",popupService:"\uD1B5\uC5ED \uC11C\uBE44\uC2A4",forThisSite:"\uD604\uC7AC \uC6F9\uC0AC\uC774\uD2B8",autoEnableSubtitle:"\uC774\uC911 \uC5B8\uC5B4 \uC790\uB9C9 \uC790\uB3D9 \uC5F4\uAE30",alwaysTranslate:"\uD56D\uC0C1 \uBC88\uC5ED",neverTranslate:"\uBC88\uC5ED \uAE08\uC9C0",alwaysTranslateSomeLanguage:"\uD56D\uC0C1 \uBC88\uC5ED {language}",neverTranslateSomeLanguage:"\uBC88\uC5ED \uAE08\uC9C0 {language}",alwaysTranslateSomeSite:"\uD56D\uC0C1 \uBC88\uC5ED {hostname}",neverTranslateSomeSite:"\uBC88\uC5ED \uAE08\uC9C0 {hostname}",alwaysTranslateSomeSiteOrWildSite:"\uD56D\uC0C1 \uC0AC\uC774\uD2B8 \uBC88\uC5ED",alwaysTranslateSomePage:"\uD56D\uC0C1 \uD398\uC774\uC9C0 \uBC88\uC5ED",add:"\uC99D\uAC00",default:"\uAE30\uBCF8\uAC12(\uC124\uC815)",forThisLanguage:"\uC774 \uC5B8\uC5B4\uC758 \uACBD\uC6B0\uFF1A","add url":"URL \uC785\uB825",edit:"\uCEF4\uD30C\uC77C\uB7EC","translate other languages into specific language":"\uB2E4\uB978 \uC5B8\uC5B4\uB97C \uC124\uC815\uD55C \uC5B8\uC5B4\uB85C \uBC88\uC5ED","select translation service":"\uBC88\uC5ED \uC11C\uBE44\uC2A4 \uC120\uD0DD",language:"\uB2E4\uAD6D\uC5B4 \uC9C0\uC6D0","show-original":"\uC6D0\uBCF8 \uD14D\uC2A4\uD2B8 \uD45C\uC2DC",translate:"\uB80C\uB354\uB9C1",Translated:"\uBC88\uC5ED\uB428",Translating:"\uBC88\uC5ED \uC911",Error:"\uC798\uBABB\uB41C",allowCacheTranslations:"\uB85C\uCEEC \uBC88\uC5ED \uCE90\uC2F1 \uC0AC\uC6A9(\uC911\uBCF5 \uAD6C\uC808\uC5D0 \uB300\uD55C \uBC88\uC5ED \uC694\uCCAD\uC744 \uC904\uC774\uAE30 \uC704\uD574)","translation display":"\uBC88\uC5ED \uD45C\uC2DC \uC2A4\uD0C0\uC77C","select diplay style":"\uB2E4\uC74C \uC608\uC2DC\uB97C \uAD6C\uCCB4\uC801\uC73C\uB85C \uCC38\uC870\uD558\uC5EC \uBC88\uC5ED \uC2A4\uD0C0\uC77C\uC744 \uAD6C\uBD84\uD558\uC138\uC694.",interface:"\uC778\uD130\uD398\uC774\uC2A4 \uC124\uC815",import_export:"\uAC00\uC838\uC624\uAE30/\uB0B4\uBCF4\uB0B4\uAE30",import_export_title:"\uAD6C\uC131 \uAC00\uC838\uC624\uAE30/\uB0B4\uBCF4\uB0B4\uAE30",syncToGoogleDrive:"\uC9C0\uAE08 Google \uB4DC\uB77C\uC774\uBE0C\uC640 \uB3D9\uAE30\uD654",floatBallOptions:"\uD638\uBC84\uBCFC \uC124\uC815","floatBallOptions.enable":"\uD638\uBC84\uBCFC \uD65C\uC131\uD654","floatBallOptions.blockUrls":"\uC6F9\uC0AC\uC774\uD2B8 \uBE44\uD65C\uC131\uD654","floatBallOptions.add":"\uC99D\uAC00","floatBallOptions.blockUrlDesc":"\uB2E4\uC74C \uC6F9\uC0AC\uC774\uD2B8\uC5D0\uC11C\uB294 \uD638\uBC84\uBCFC\uC774 \uD45C\uC2DC\uB418\uC9C0 \uC54A\uC2B5\uB2C8\uB2E4.","floatBallOptions.clickType":"\uD074\uB9AD \uB3D9\uC791","floatBallOptions.clickTypeDesc":"\uD074\uB9AD \uC2DC \uD638\uBC84\uBCFC \uC544\uC774\uCF58 \uB3D9\uC791","floatBallOptions.clickPopup":"\uBC88\uC5ED \uD328\uB110 \uD45C\uC2DC","floatBallOptions.clickTranslate":"\uC6D0\uBCF8 \uD14D\uC2A4\uD2B8 \uBC88\uC5ED/\uD45C\uC2DC","floatBallOptions.fixedPosition":"\u56FA\u5B9A\u4F4D\u7F6E","floatBallOptions.fixedPositionDesc":"\u60AC\u6D6E\u7403\u5728\u7A97\u53E3\u5DE6\u4FA7\u8FD8\u662F\u53F3\u4FA7","floatBallOptions.fixedPositionLeft":"\u5DE6\u4FA7","floatBallOptions.fixedPositionRight":"\u53F3\u4FA7",previewAllThemes:"\uBAA8\uB4E0 \uC2A4\uD0C0\uC77C \uBBF8\uB9AC\uBCF4\uAE30","translationTheme.none":"\uAC00\uC9C0\uACE0 \uC788\uC9C0 \uC54A\uB2E4","translationTheme.grey":"\uC9D9\uC740 \uD68C\uC0C9","translationTheme.dashed":"\uC810\uC120 \uBC11\uC904","translationTheme.dotted":"\uC810\uC120 \uBC11\uC904","translationTheme.dashedBorder":"\uC810\uC120 \uD14C\uB450\uB9AC","translationTheme.solidBorder":"\uC2E4\uC120 \uD14C\uB450\uB9AC","translationTheme.underline":"\uC9C1\uC120\uC5D0 \uBC11\uC904","translationTheme.mask":"\uD37C\uC9C0 \uD6A8\uACFC(\uD559\uC2B5 \uBAA8\uB4DC)","translationTheme.opacity":"\uD22C\uBA85\uC131 \uD6A8\uACFC","translationTheme.paper":"\uD770 \uC885\uC774 \uADF8\uB9BC\uC790 \uD6A8\uACFC","translationTheme.dividingLine":"\uAD6C\uBD84\uC120","translationTheme.highlight":"\uB192\uC740 \uBC1D\uAE30","translationTheme.marker":"\uB9C8\uCEE4(\uC678\uB798\uC5B4)","translationTheme.marker2":"\uB9C8\uCEE4 2","translationTheme.blockquote":"\uCC38\uC870 \uC2A4\uD0C0\uC77C","translationTheme.weakening":"\uC57D\uD654","translationTheme.italic":"\uAE30\uC6B8\uC5B4\uC9C0\uB294 \uC11C\uCCB4","translationTheme.bold":"\uB450\uAECD\uAC8C","translationTheme.thinDashed":"\uAC00\uB294 \uC810\uC120 \uBC11\uC904","translationTheme.nativeDashed":"\uC2DC\uC2A4\uD15C\uC5D0\uB294 \uC810\uC120\uC73C\uB85C \uD45C\uC2DC\uB41C \uBC11\uC904\uC774 \uC788\uC2B5\uB2C8\uB2E4.","translationTheme.nativeDotted":"\uC2DC\uC2A4\uD15C\uC5D0\uB294 \uC810\uC120\uC73C\uB85C \uBC11\uC904\uC774 \uADF8\uC5B4\uC838 \uC788\uC2B5\uB2C8\uB2E4.","translationTheme.nativeUnderline":"\uC2DC\uC2A4\uD15C\uC5D0\uB294 \uC9C1\uC120 \uBC11\uC904\uC774 \uC788\uC2B5\uB2C8\uB2E4.","translationTheme.wavy":"\uBB3C\uACB0 \uBAA8\uC591 \uB77C\uC778","translationServices.custom":"\uC0AC\uC6A9\uC790 \uC9C0\uC815 API","translationServices.tencent":"\uD150\uC13C\uD2B8 \uBC88\uC5ED\uAE30","translationServices.tenAlpha":"\uD150\uC13C\uD2B8 \uBC88\uC5ED\uAE30(\uC54C\uD30C)","translationServices.google":"Google \uBC88\uC5ED","translationServices.bai":"\uBC14\uC774\uB450(\uC54C\uD30C)","translationServices.baidu":"\uBC14\uC774\uB450 \uBC88\uC5ED","translationServices.aliyun":"\uC54C\uB9AC\uD074\uB77C\uC6B0\uB4DC \uBC88\uC5ED","translationServices.volc":"\uD654\uC0B0 \uBC88\uC5ED","translationServices.deeplx":"DeepLX(\uBCA0\uD0C0)","translationServices.bing":"Microsoft \uBC88\uC5ED","translationServices.deepl":"DeepL","translationServices.wechat":"\uC704\uCC57 \uBC88\uC5ED","translationServices.azure":"Azure \uBC88\uC5ED","translationServices.ibm":"IBM \uC653\uC2A8","translationServices.aws":"\uC544\uB9C8\uC874 \uBC88\uC5ED","translationServices.mock":"\uC2DC\uBBAC\uB808\uC774\uC158 \uBC88\uC5ED","translationServices.mock2":"\uC2DC\uBBAC\uB808\uC774\uC158 \uBC88\uC5ED 2","translationServices.caiyun":"\uC870\uBA85. \uB2E4\uCC44\uB85C\uC6B4 \uAD6C\uB984\uACFC \uC791\uC740 \uBC88\uC5ED","translationServices.cai":"\uB2E4\uCC44\uB85C\uC6B4 \uAD6C\uB984(\uC54C\uD30C)","translationServices.volcAlpha":"\uD654\uC0B0 (\uC54C\uD30C)","translationServices.openl":"OpenL","translationServices.youdao":"\uC720\uD29C\uBE0C \uBC88\uC5ED","translationServices.you":"\uC720\uB2E4\uC624 \uBC88\uC5ED\uAE30(\uC54C\uD30C)","translationServices.transmart":"\uD150\uC13C\uD2B8 \uC778\uD130\uB799\uD2F0\uBE0C \uBC88\uC5ED","translationServices.niu":"\uB9E4\uBC84\uB9AD \uBC88\uC5ED\uAE30","translationServices.papago":"\uD30C\uD30C\uACE0 \uBC88\uC5ED","translationServices.d":"D(\uC54C\uD30C)","translationServices.dpro":"D \uD504\uB85C(\uCE74\uB098\uB9AC\uC544)","translationServices.openai":"OpenAI","translationServices.yandex":"Yandex","translationServices.chatgpt":"ChatGPT \uC6F9(3.5 \uBAA8\uBC14\uC77C)","translate title":"\uD398\uC774\uC9C0 \uC81C\uBAA9 \uBC88\uC5ED","always languages":"\uD56D\uC0C1 \uC5B8\uC5B4 \uBC88\uC5ED",neverTranslateLanguagesLabel:"\uBC88\uC5ED\uB418\uC9C0 \uC54A\uB294 \uC5B8\uC5B4",neverTranslateTheFollowingLanguagesDescription:"\uD398\uC774\uC9C0\uC758 \uB2E8\uB77D\uC774 \uB2E4\uC74C \uC5B8\uC5B4 \uC911 \uD558\uB098\uC778 \uACBD\uC6B0 \uBC88\uC5ED\uC774 \uAC74\uB108\uB6F0\uC5B4\uC9D1\uB2C8\uB2E4.",enableUserscriptPagePopup:"\uD398\uC774\uC9C0\uC5D0 \uD638\uBC84\uBCFC \uD45C\uC2DC",enableUserscriptPagePopupDescription:"\uD638\uBC84\uBCFC\uC744 \uB044\uACE0 \uB098\uBA74 \uBC14\uB85C \uAC00\uAE30 /{touch}\uB85C \uBD88\uB7EC\uC62C \uC218 \uC788\uC2B5\uB2C8\uB2E4. \uC2E4\uC218\uB85C \uC774 \uC635\uC158\uC744 \uB048 \uD6C4 \uD638\uBC84\uBCFC\uC744 \uCC3E\uC9C0 \uBABB\uD558\uB294 \uACBD\uC6B0\uB97C \uBC29\uC9C0\uD558\uAE30 \uC704\uD574 \uC774 \uC124\uC815 \uD398\uC774\uC9C0\uB97C \uBD81\uB9C8\uD06C\uC5D0 \uCD94\uAC00\uD558\uB294 \uAC83\uC774 \uC88B\uC2B5\uB2C8\uB2E4!","always translate the following languages":"\uD398\uC774\uC9C0\uAC00 \uB2E4\uC74C \uC5B8\uC5B4 \uC911 \uD558\uB098\uC778 \uACBD\uC6B0 \uB300\uC0C1 \uC5B8\uC5B4\uB85C \uC790\uB3D9 \uBC88\uC5ED\uB429\uB2C8\uB2E4.","always sites":"\uD56D\uC0C1 \uBC88\uC5ED\uB41C \uC6F9 \uC0AC\uC774\uD2B8","always translate the following sites":"\uC6F9 \uC0AC\uC774\uD2B8\uAC00 \uB2E4\uC74C \uB3C4\uBA54\uC778 \uC774\uB984\uC778 \uACBD\uC6B0 \uB300\uC0C1 \uC5B8\uC5B4\uB85C \uC790\uB3D9 \uBC88\uC5ED\uB429\uB2C8\uB2E4.","never sites":"\uBC88\uC5ED\uB418\uC9C0 \uC54A\uC740 \uC6F9 \uC0AC\uC774\uD2B8","never translate the following sites":"\uC6F9\uC0AC\uC774\uD2B8\uAC00 \uB2E4\uC74C \uB3C4\uBA54\uC778\uC6A9\uC778 \uACBD\uC6B0 \uBC88\uC5ED\uC774 \uC218\uD589\uB418\uC9C0 \uC54A\uC2B5\uB2C8\uB2E4.","please refer to":"\uD0A4\uB97C \uC0AC\uC6A9\uD558\uB824\uBA74 \uD0A4\uB97C \uC785\uB825\uD574\uC57C \uD558\uBA70, \uC790\uC138\uD55C \uB0B4\uC6A9\uC740 \uB2E4\uC74C\uC744 \uCC38\uC870\uD558\uC138\uC694.",KeyAndConfigurationTutorial:"\uC8FC\uC694 \uC560\uD50C\uB9AC\uCF00\uC774\uC158 \uBC0F \uAD6C\uC131 \uD29C\uD1A0\uB9AC\uC5BC",useAboveStyleForTheseSites:"\uB2E4\uC74C \uB3C4\uBA54\uC778\uC744 \uC704\uD55C \uC0AC\uC774\uD2B8\uC778 \uACBD\uC6B0 \uD56D\uC0C1 \u2308{theme}\u230B \uBC88\uC5ED \uC2A4\uD0C0\uC77C\uC744 \uC0AC\uC6A9\uD558\uC138\uC694.",currentUrl:"\uD604\uC7AC URL",confirm:"\uC800\uC7A5(\uD30C\uC77C \uB4F1)(\uCEF4\uD4E8\uD305)",cancel:"\uCDE8\uC18C",delete:"\uC81C\uAC70","languages.auto":"\uC790\uB3D9 \uAC10\uC9C0",syncToCloud:"Google \uB4DC\uB77C\uC774\uBE0C\uC5D0 \uB3D9\uAE30\uD654",syncToCloudDescription:"\uD074\uB77C\uC6B0\uB4DC\uC5D0 \uC5C5\uB85C\uB4DC\uB41C \uAD6C\uC131\uC740 \uB9C8\uC9C0\uB9C9\uC73C\uB85C \uC218\uC815\uB41C \uBE0C\uB77C\uC6B0\uC800/\uADF8\uB9AC\uC2A4\uBABD\uD0A4 \uC2A4\uD06C\uB9BD\uD2B8 \uAC04\uC5D0 \uB3D9\uAE30\uD654\uD560 \uC218 \uC788\uC2B5\uB2C8\uB2E4.",syncToAccount:"\uBAB0\uC785\uD615 \uBC88\uC5ED \uD074\uB77C\uC6B0\uB4DC\uC5D0 \uB3D9\uAE30\uD654",syncToAccountButton:"\uD074\uB77C\uC6B0\uB4DC\uC640 \uC989\uC2DC \uB3D9\uAE30\uD654",syncToAccountDescription:"\uB9C8\uC9C0\uB9C9\uC73C\uB85C \uC218\uC815\uD55C \uC2DC\uAC04\uC744 \uAE30\uC900\uC73C\uB85C \uC11C\uB85C \uB2E4\uB978 \uC7A5\uCE58 \uAC04\uC5D0 \uAD6C\uC131\uC744 \uC790\uB3D9\uC73C\uB85C \uB3D9\uAE30\uD654\uD569\uB2C8\uB2E4.",successSyncConfigInAccount:"\uD074\uB77C\uC6B0\uB4DC\uC640\uC758 \uC131\uACF5\uC801\uC778 \uB3D9\uAE30\uD654",successSyncConfigToAccount:"\uD074\uB77C\uC6B0\uB4DC\uC5D0 \uC131\uACF5\uC801\uC73C\uB85C \uB3D9\uAE30\uD654",syncConfigNoUpdate:"\uC774\uBBF8 \uCD5C\uC2E0 \uBC84\uC804\uC785\uB2C8\uB2E4.",authFail:"\uC778\uC99D \uC2E4\uD328",syncTitle:"\uC218\uB3D9 \uBC31\uC5C5 \uAD00\uB9AC",import_hint:"\uAC00\uC838\uC624\uAE30(\uB370\uC774\uD130)",upload:"\uC5C5\uB85C\uB4DC",revokeAuth:"\uC2B9\uC778 \uCDE8\uC18C",uploadFail:"\uC5C5\uB85C\uB4DC \uC2E4\uD328",download:"\uB2E4\uC6B4\uB85C\uB4DC",importSuccess:"\uAC00\uC838\uC624\uAE30 \uC131\uACF5",importFail:"\uAC00\uC838\uC624\uAE30 \uC2E4\uD328",deleteFail:"\uC0AD\uC81C\uD558\uC9C0 \uBABB\uD568",backupToCloud:"\uBC31\uC5C5 \uD30C\uC77C \uC218\uB3D9 \uAD00\uB9AC",create_new_backup:"\uC0C8 \uBC31\uC5C5 \uB178\uB4DC \uCD94\uAC00",maxBackupFiles:"\uCD5C\uB300{count}\uAC1C\uC758 \uC11C\uB85C \uB2E4\uB978 \uB178\uB4DC\uB97C \uBC31\uC5C5\uD560 \uC218 \uC788\uC73C\uBA70, \uD544\uC694\uD558\uC9C0 \uC54A\uC740 \uB178\uB4DC\uB294 \uC0AD\uC81C\uD558\uC138\uC694.",backupToCloudDescription:"\uBC31\uC5C5 \uD30C\uC77C\uC744 \uC218\uB3D9\uC73C\uB85C \uC5C5\uB85C\uB4DC\uD558\uAC70\uB098 \uBCF5\uC6D0\uD558\uC5EC \uCD5C\uB300 3\uAC1C\uC758 \uC11C\uB85C \uB2E4\uB978 \uBC31\uC5C5 \uD5C8\uC6A9",successSyncConfig:"\uD074\uB77C\uC6B0\uB4DC\uC640\uC758 \uC131\uACF5\uC801\uC778 \uB3D9\uAE30\uD654",syncFail:"\uB3D9\uAE30\uD654 \uC2E4\uD328",updatedAt:"{date}\uC5D0\uC11C \uC5C5\uB370\uC774\uD2B8\uB428",lastSyncedAt:"\uCD5C\uC885 \uD655\uC778: {date}",downloadFail:"\uB2E4\uC6B4\uB85C\uB4DC\uC5D0 \uC2E4\uD328\uD588\uC2B5\uB2C8\uB2E4.",clickToDownload:"\uB2E4\uC6B4\uB85C\uB4DC\uD558\uB824\uBA74 \uD074\uB9AD",aboutLabel:"\uC815\uBCF4 - \uD53C\uB4DC\uBC31","browser.openAboutPage":"\uC815\uBCF4/\uD53C\uB4DC\uBC31",aboutLabelWithoutSponsor:"\uC815\uBCF4 - \uD53C\uB4DC\uBC31",aboutIntro:"\uC6B0\uB9AC \uBAA8\uB450\uAC00 \uC778\uD130\uB137\uC758 \uBC29\uB300\uD55C \uC678\uAD6D\uC5B4 \uC815\uBCF4\uC5D0 \uB354 \uC27D\uACE0 \uC990\uAC81\uAC8C \uC561\uC138\uC2A4\uD560 \uC218 \uC788\uAE30\uB97C \uBC14\uB78D\uB2C8\uB2E4 \u2764\uFE0F <6>Pro \uBA64\uBC84\uC2ED\uC744 \uD65C\uC131\uD654\uD558\uC5EC \uBC14\uB85C \uC0AC\uC6A9\uD560 \uC218 \uC788\uB294 DeepL \uBC0F OpenAI \uBC88\uC5ED\uC744 \uC0AC\uC6A9\uD560 \uC218 \uC788\uC2B5\uB2C8\uB2E4.

<3>\uD2B8\uC704\uD130, <4>\uD154\uB808\uADF8\uB7A8, \uC6E8\uC774\uBCF4, \uC704\uCC57\uC5D0\uC11C \uD314\uB85C\uC6B0\uD558\uAC70\uB098 \uC544\uB798 <5>\uBA54\uC77C\uB9C1 \uB9AC\uC2A4\uD2B8\uC5D0 <5>\uAC00\uC785\uD558\uC5EC \uC5C5\uB370\uC774\uD2B8\uB97C \uD655\uC778\uD560 \uC218 \uC788\uC2B5\uB2C8\uB2E4.
<7>\uD504\uB85C \uD68C\uC6D0\uC740 <8>support@immersivetranslate.com \uC73C\uB85C \uBB38\uC758\uD558\uC2DC\uBA74 \uBE60\uB978 \uACE0\uAC1D \uC11C\uBE44\uC2A4\uB97C \uBC1B\uC73C\uC2E4 \uC218 \uC788\uC2B5\uB2C8\uB2E4.",aboutIntroWithoutSponsor:"\uC6B0\uB9AC \uBAA8\uB450\uAC00 \uC778\uD130\uB137\uC5D0\uC11C \uC81C\uACF5\uB418\uB294 \uBC29\uB300\uD55C \uC591\uC758 \uC678\uAD6D\uC5B4 \uC815\uBCF4\uC5D0 \uB354 \uC27D\uACE0 \uC990\uAC81\uAC8C \uC811\uADFC\uD560 \uC218 \uC788\uAE30\uB97C \uBC14\uB78D\uB2C8\uB2E4 \u2764\uFE0F

<3>\uD2B8\uC704\uD130, <4>\uD154\uB808\uADF8\uB7A8 \uCC44\uB110, \uC704\uCC57, \uC704\uCC57 \uC775\uC2A4\uCCB4\uC778\uC9C0\uC5D0\uC11C \uD314\uB85C\uC6B0\uD558\uAC70\uB098 \uC544\uB798 <5>\uC774\uBA54\uC77C\uB85C \uC5C5\uB370\uC774\uD2B8\uB97C <5>\uAD6C\uB3C5\uD560 \uC218 \uC788\uC2B5\uB2C8\uB2E4.",projectHomepage:"\uD504\uB85C\uC81D\uD2B8 \uD648",joinTelegramGroup:"\uC0AC\uC6A9\uC790 \uADF8\uB8F9\uC5D0 \uAC00\uC785\uD558\uC5EC \uAE30\uB2A5 \uD1A0\uB860\uC5D0 \uCC38\uC5EC\uD558\uC138\uC694.",wechatPublicAccount:"\uC704\uCC57 \uACF5\uAC1C",wechatCommunities:"\uC704\uCC57 \uAD50\uD658 \uADF8\uB8F9",qqCommunities:"QQ \uCEE4\uBBA4\uB2C8\uCF00\uC774\uC158 \uCC44\uB110",joinTelegramChannel:"\uD154\uB808\uADF8\uB7A8 \uCC44\uB110 \uD314\uB85C\uC6B0\uD558\uC5EC \uCD5C\uC2E0 \uC5C5\uB370\uC774\uD2B8 \uD655\uC778",feedbackAndJoin:"\uC9C8\uBB38 \uD53C\uB4DC\uBC31 / \uADF8\uB8F9 \uCD94\uAC00",autoSync:"\uC790\uB3D9 \uC2DC\uAC04 \uB3D9\uAE30\uD654",loadingThemeTitle:"\uB85C\uB529 \uC2A4\uD0C0\uC77C",loadingThemeDescription:"\uBC88\uC5ED \uB85C\uB4DC\uB97C \uAE30\uB2E4\uB9B4 \uB54C \uC2A4\uD0C0\uC77C \uC124\uC815\uD558\uAE30","loadingTheme.spinner":"\uD68C\uC804 \uC560\uB2C8\uBA54\uC774\uC158","loadingTheme.text":"\uC815\uC801 \uD14D\uC2A4\uD2B8 sth. ","loadingTheme.none":"\uD45C\uC2DC\uB418\uC9C0 \uC54A\uC74C",developerDescription:"\uACE0\uAE09 \uC0AC\uC6A9\uC790 \uC9C0\uC815\uC5D0 \uB300\uD55C \uBB38\uC11C\uB294 <1>\uC5EC\uAE30\uC5D0\uC11C \uD655\uC778\uD560 \uC218 \uC788\uC2B5\uB2C8\uB2E4.","edit border color":"\uD14C\uB450\uB9AC \uC0C9\uC0C1 \uC218\uC815",successSyncButNoChange:"\uD604\uC7AC \uAD6C\uC131\uC774 \uD074\uB77C\uC6B0\uB4DC\uC640 \uC77C\uCE58\uD569\uB2C8\uB2E4.",customTheme:"\uB9DE\uCDA4\uD615 \uC0C9\uC0C1 \uBC0F \uD06C\uAE30","customThemeLabel.borderColor":"\uD14C\uB450\uB9AC \uC0C9\uC0C1","customThemeLabel.borderRadius":"\uB465\uADFC \uBAA8\uC11C\uB9AC","customThemeLabel.textColor":"\uD14D\uC2A4\uD2B8 \uC0C9\uC0C1","customThemeLabel.backgroundColor":"\uBC30\uACBD\uC0C9","customThemeLabel.zoom":"\uAE00\uAF34 \uD06C\uAE30 \uC870\uC815(%)","customThemeLabel.opacity":"\uD14D\uC2A4\uD2B8 \uBD88\uD22C\uBA85\uB3C4(%)",resetToDefaultColor:"\uAE30\uBCF8 \uC0C9\uC0C1\uC73C\uB85C \uBCF5\uC6D0",resetToDefaultSettings:"\uAE30\uBCF8 \uC124\uC815\uC73C\uB85C \uBCF5\uC6D0",isTranslateTitle:"\uD398\uC774\uC9C0 \uC81C\uBAA9 \uBC88\uC5ED \uC0AC\uC6A9",isTranslateTitleDescription:"\uC804\uC6D0\uC744 \uCF1C\uBA74 \uD398\uC774\uC9C0 \uC81C\uBAA9\uC774 \uBC88\uC5ED\uB429\uB2C8\uB2E4.",enableSearchEnhancement:"\uC774\uC911 \uC5B8\uC5B4 \uBA54\uC2DC\uC9C0 \uD5A5\uC0C1 \uC0AC\uC6A9",enableSearchEnhancementDescription:"\uC774 \uAE30\uB2A5\uC744 \uD65C\uC131\uD654\uD558\uBA74 \uC9C0\uC6D0\uB418\uB294 \uC6F9\uC0AC\uC774\uD2B8(Google \uB274\uC2A4, Google \uAC80\uC0C9(\uC77C\uBD80 \uD0A4\uC6CC\uB4DC), \uC2A4\uB178\uC6B0\uBCFC, \uC624\uB9AC\uC5D4\uD0C8 \uD3EC\uCD98, \uD4E8\uD22C\uB77C, \uD0C0\uC774\uAC70 \uCEE4\uBBA4\uB2C8\uD2F0)\uC758 \uC624\uB978\uCABD \uC5F4\uC5D0 \uD574\uB2F9 \uC601\uC5B4 \uD0A4\uC6CC\uB4DC\uC5D0 \uB300\uD55C 'Google \uB274\uC2A4'\uC758 \uAC80\uC0C9 \uACB0\uACFC\uAC00 \uC790\uB3D9\uC73C\uB85C \uD45C\uC2DC\uB429\uB2C8\uB2E4.",verifyService:"\uC11C\uBE44\uC2A4\uB97C \uD14C\uC2A4\uD2B8\uD558\uB824\uBA74 \uC5EC\uAE30\uB97C \uD074\uB9AD\uD558\uC138\uC694.",verified:"\uC131\uACF5 \uD655\uC778","field.langs":"\uC9C0\uC6D0\uB418\uB294 \uC5B8\uC5B4 \uCF54\uB4DC","field.model":"\uBAA8\uB378\uB9C1","field.translationEngine":"\uBC88\uC5ED \uC5D4\uC9C4","field.limitPerMinute":"\uBD84\uB2F9 \uCD5C\uB300 \uC694\uCCAD \uC218","field.limitPerSecond":"\uCD08\uB2F9 \uCD5C\uB300 \uC694\uCCAD \uC218","field.maxTextLengthPerRequest":"\uC694\uCCAD\uB2F9 \uCD5C\uB300 \uD14D\uC2A4\uD2B8 \uAE38\uC774","field.maxTextGroupLengthPerRequest":"\uC694\uCCAD\uB2F9 \uCD5C\uB300 \uB2E8\uB77D \uC218","field.apiUrl":"\uC0AC\uC6A9\uC790 \uC9C0\uC815 API \uC778\uD130\uD398\uC774\uC2A4 \uC8FC\uC18C","field.placeholderDelimiters":"\uC608\uC57D\uB41C \uC790\uB9AC \uD45C\uC2DC\uC790","description.custom":"\uC0AC\uC6A9\uC790 \uC9C0\uC815 \uC778\uD130\uD398\uC774\uC2A4 \uC561\uC138\uC2A4 \uBB38\uC11C \uD544\uC694","description.limitPerMinute":"\uC774 \uD55C\uB3C4\uB97C \uCD08\uACFC\uD558\uB294 \uC694\uCCAD\uC740 \uB2E4\uC74C \uBD84\uC774 \uC2DC\uC791\uB420 \uB54C\uAE4C\uC9C0 \uB300\uAE30\uC5F4\uC5D0 \uB4E4\uC5B4\uAC11\uB2C8\uB2E4. \uD604\uC7AC OpenAI \uC11C\uBE44\uC2A4\uC758 \uC5EC\uB7EC \uAC00\uC9C0 \uC81C\uD55C \uC0AC\uD56D\uC73C\uB85C \uC778\uD574 <1>\uC5EC\uAE30\uB97C \uD074\uB9AD\uD558\uC5EC \uCD5C\uC2E0 \uC81C\uC548 \uAC12\uC744 \uD655\uC778\uD558\uC138\uC694.","description.limitPerSecond":"\uC774 \uC81C\uD55C\uC744 \uCD08\uACFC\uD558\uB294 \uC694\uCCAD\uC740 \uB2E4\uC74C \uCD08\uAC00 \uC2DC\uC791\uB420 \uB54C\uAE4C\uC9C0 \uB300\uAE30\uC5F4\uC5D0 \uB4E4\uC5B4\uAC11\uB2C8\uB2E4. \uD604\uC7AC OpenAI \uC11C\uBE44\uC2A4\uC758 \uC5EC\uB7EC \uAC00\uC9C0 \uC81C\uD55C \uC0AC\uD56D\uC73C\uB85C \uC778\uD574 <1>\uC5EC\uAE30\uB97C \uD074\uB9AD\uD558\uC5EC \uCD5C\uC2E0 \uC81C\uC548 \uAC12\uC744 \uD655\uC778\uD558\uC138\uC694.","description.generalLimitPerSecond":"\uC774 \uC81C\uD55C\uC744 \uCD08\uACFC\uD558\uB294 \uC694\uCCAD\uC740 \uB2E4\uC74C \uCD08\uAC00 \uC2DC\uC791\uB420 \uB54C\uAE4C\uC9C0 \uB300\uAE30\uC5F4\uC5D0 \uB4E4\uC5B4\uAC11\uB2C8\uB2E4.","description.prompt":"\uC0AC\uC6A9\uC790 \uC2E0\uBD84\uC73C\uB85C {service}\uC5D0 \uBCF4\uB0B8 \uB300\uD654\uC5D0\uC11C {{text}}\uB294 \uB2E8\uB77D\uC758 \uD14D\uC2A4\uD2B8 \uB0B4\uC6A9\uC744 \uB098\uD0C0\uB0B4\uACE0, {{from}}\uC740 \uB2E8\uB77D\uC758 \uC5B8\uC5B4\uB97C \uB098\uD0C0\uB0B4\uBA70, {{to}}\uB294 \uBAA9\uD45C \uC5B8\uC5B4\uB97C \uB098\uD0C0\uB0C5\uB2C8\uB2E4.","description.maxTextLengthPerRequest":"\uC694\uCCAD\uB2F9 \uCD5C\uB300 \uAE00\uC790 \uC218\uAC00 \uB108\uBB34 \uB9CE\uC73C\uBA74 \uC778\uD130\uD398\uC774\uC2A4\uAC00 \uB290\uB9AC\uAC8C \uC751\uB2F5\uD558\uBBC0\uB85C \uC774 \uC635\uC158\uC744 \uC870\uC815\uD558\uC5EC \uC18D\uB3C4\uB97C \uCD5C\uC801\uD654\uD558\uC138\uC694.","description.systemPrompt":"\uC2DC\uC2A4\uD15C \uC2E0\uBD84\uC73C\uB85C {service}\uC5D0\uAC8C \uBCF4\uB0B8 \uB300\uD654\uC5D0\uC11C {{text}}\uB294 \uB2E8\uB77D\uC758 \uD14D\uC2A4\uD2B8 \uB0B4\uC6A9\uC744 \uB098\uD0C0\uB0B4\uACE0, {{from}}\uC740 \uB2E8\uB77D\uC758 \uC5B8\uC5B4\uB97C \uB098\uD0C0\uB0B4\uBA70, {{to}}\uB294 \uBAA9\uD45C \uC5B8\uC5B4\uB97C \uB098\uD0C0\uB0C5\uB2C8\uB2E4.","field.domain":"\uC601\uC5ED","description.domain":"\uAE30\uBCF8\uAC12\uC740\uFF1Ageneral\uC785\uB2C8\uB2E4. \uC544\uB9AC\uB9C8 API \uCF58\uC194\uC5D0\uC11C \uB3C4\uBA54\uC778 \uBC88\uC5ED\uC774 \uD65C\uC131\uD654\uB41C \uACBD\uC6B0\uC5D0\uB9CC \uC124\uC815\uD560 \uC218 \uC788\uC73C\uBA70, \uC9C0\uC6D0\uB418\uB294 \uB3C4\uBA54\uC778\uC740 <1>\uC5EC\uAE30\uB97C \uCC38\uC870\uD558\uC138\uC694.","field.scene":"take","description.scene":"\uAE30\uBCF8\uAC12\uC740\uFF1Ageneral\uC785\uB2C8\uB2E4. AliCloud API \uCF58\uC194\uC774 Machine Translation Pro\uB97C \uC5EC\uB294 \uACBD\uC6B0\uC5D0\uB9CC \uC124\uC815\uD560 \uC218 \uC788\uC73C\uBA70, \uC9C0\uC6D0\uB418\uB294 \uC2DC\uB098\uB9AC\uC624\uB294 <1>\uC5EC\uAE30\uB97C \uCC38\uC870\uD558\uC138\uC694.","field.vocabId":"\uC0AC\uC6A9\uC790 \uC0AC\uC804 ID","description.vocabId":"\uC9C0\uC815\uB41C \uC0AC\uC804 out_id\uB294 \uD604\uC7AC \uC601\uC5B4\uC5D0\uC11C \uC911\uAD6D\uC5B4 \uBC88\uC5ED\uC744 \uC9C0\uC6D0\uD569\uB2C8\uB2E4.","description.model":"OpenAI \uBAA8\uB378, gpt-3.5-turbo, gpt-4 \uB4F1 \uAC00\uB2A5","description.maxTextGroupLengthPerRequest":"\uD55C \uBC88\uC5D0 \uBC88\uC5ED \uC11C\uBE44\uC2A4\uB85C \uC804\uC1A1\uB418\uB294 \uB2E8\uB77D \uC218, \uB2E8\uB77D\uC774 \uB108\uBB34 \uB9CE\uC73C\uBA74 \uC778\uD130\uD398\uC774\uC2A4\uAC00 \uB290\uB9AC\uAC8C \uC751\uB2F5\uD560 \uC218 \uC788\uC2B5\uB2C8\uB2E4.","description.apiUrl":"\uACBD\uB85C, <1>\uC790\uC138\uD55C \uC124\uBA85\uC774 \uD3EC\uD568\uB41C \uD2B9\uC815 URL\uC744 \uCD94\uAC00\uD558\uC138\uC694.",enabledExtension:"\uD655\uC7A5 \uAE30\uB2A5 \uC0AC\uC6A9",clickToDisableExtension:"\uD655\uC7A5 \uAE30\uB2A5\uC744 \uBE44\uD65C\uC131\uD654\uD558\uB824\uBA74 \uD074\uB9AD\uD558\uC138\uC694.",clickToEnableExtension:"\uD655\uC7A5 \uAE30\uB2A5\uC744 \uC0AC\uC6A9\uD558\uB824\uBA74 \uD074\uB9AD\uD558\uC138\uC694.",hasBeenDisabled:"disabled","show password":"\uBE44\uBC00\uBC88\uD638 \uD45C\uC2DC",customContent:"\uC0AC\uC6A9\uC790 \uC9C0\uC815 \uBAA8\uB378 \uC774\uB984 \uC785\uB825",inputOptions:"\uC785\uB825 \uC0C1\uC790 \uAC1C\uC120",mouseHoverOptions:"\uB9C8\uC6B0\uC2A4 \uD638\uBC84",modifyMouseHoverKey:"\uB9C8\uC6B0\uC2A4 \uCEE4\uC11C \uBC14\uB85C \uAC00\uAE30 \uC218\uC815",enableInputTranslation:"\uC785\uB825 \uC0C1\uC790 \uD5A5\uC0C1 \uD65C\uC131\uD654 \uC5EC\uBD80",enableInputTranslationDescription:"\uD65C\uC131\uD654\uB418\uBA74 \uC785\uB825 \uC0C1\uC790\uC5D0 {startingKey}{startingKey} hello\uB97C \uC9C1\uC811 \uC785\uB825\uD55C \uB2E4\uC74C{inputTrailingTriggerKeyRepeatTimes}\uBC88{trailingKey}\uC744 \uBE60\uB974\uAC8C \uB20C\uB7EC {inputTargetLanguage}\uC73C\uB85C \uBC88\uC5ED\uD569\uB2C8\uB2E4.",enableInputTranslationDescriptionForNoneKey:"\uD65C\uC131\uD654\uB418\uBA74 \uC785\uB825 \uC0C1\uC790\uC5D0\uFF1AHello World\uB97C \uC9C1\uC811 \uC785\uB825\uD55C \uB2E4\uC74C{inputTrailingTriggerKeyRepeatTimes}{trailingKey}\uC744 \uBE60\uB974\uAC8C \uC5EC\uB7EC \uBC88 \uB20C\uB7EC \uAE30\uBCF8 \uB300\uC0C1 \uC5B8\uC5B4\uB85C \uBC88\uC5ED\uD569\uB2C8\uB2E4.",inputTargetLanguage:"\uC785\uB825 \uC0C1\uC790\uC758 \uAE30\uBCF8 \uB300\uC0C1 \uC5B8\uC5B4 \uC124\uC815",inputTargetLanguageDescription:"\uC785\uB825 \uC0C1\uC790 \uBC88\uC5ED\uC758 \uAE30\uBCF8 \uB300\uC0C1 \uC5B8\uC5B4(\uC608: \uD2B8\uB9AC\uAC70 \uB2E8\uC5B4\uC758 \uAE30\uBCF8 \uC5B8\uC5B4 {startingKey}{startingKey})",inputTargetLanguageDescriptionForNoneKey:"\uC785\uB825 \uC0C1\uC790 \uBC88\uC5ED\uC758 \uAE30\uBCF8 \uB300\uC0C1 \uC5B8\uC5B4",inputStartingTriggerKeyTitle:"\uC785\uB825 \uC0C1\uC790\uC758 \uBD80\uBD84 \uBC88\uC5ED\uC744 \uC704\uD574 \uBD84\uD560 \uBB38\uC790 \uC124\uC815\uD558\uAE30",inputStartingTriggerKeyDescription:"\uC785\uB825 \uC0C1\uC790 \uC804\uCCB4\uB97C \uBC88\uC5ED\uD560 \uD544\uC694\uAC00 \uC5C6\uB294 \uACBD\uC6B0 \uC2A4\uD50C\uB9AC\uD130\uB97C \uC0AC\uC6A9\uD558\uBA74 {startingKey}{startingKey} \uC5D0\uC11C \uC785\uB825 \uC0C1\uC790 \uB05D\uAE4C\uC9C0 \uBD80\uBD84\uB9CC \uBC88\uC5ED\uD558\uAC70\uB098 \uC5B8\uC5B4 \uCF54\uB4DC\uB97C \uC9C0\uC815\uD560 \uC218 \uC788\uC2B5\uB2C8\uB2E4(\uC608:\uFF1A{startingKey}ja \uB294 {startingKey}ja \uC5D0\uC11C \uC785\uB825 \uC0C1\uC790 \uB05D\uAE4C\uC9C0 \uBD80\uBD84\uB9CC \uBC88\uC5ED\uD55C\uB2E4\uB294 \uC758\uBBF8).",inputStartingTriggerKeyDescriptionForNoneKey:"\uD604\uC7AC \uC811\uB450\uC0AC \uC5C6\uC74C \uC124\uC815\uC740 \uD544\uC694\uD558\uC9C0 \uC54A\uC73C\uBA70, \uC785\uB825 \uC0C1\uC790\uC5D0 \uC788\uB294 \uC77C\uBD80 \uD14D\uC2A4\uD2B8\uC758 \uBC88\uC5ED \uAE30\uB2A5\uC740 \uB2F9\uBD84\uAC04 \uC0AC\uC6A9\uD560 \uC218 \uC5C6\uC2B5\uB2C8\uB2E4.",inputTrailingTriggerKeyTitle:"\uC785\uB825 \uC885\uB8CC \uD2B8\uB9AC\uAC70 \uBB38\uC790 \uC120\uD0DD",inputTrailingTriggerKeyDescription:"3\uBC88\uB9CC \uB204\uB974\uBA74{trailingKey} \uBC88\uC5ED\uC774 \uC2DC\uC791\uB429\uB2C8\uB2E4!",inputTrailingTriggerKeyTimeout:"\uC804\uD22C \uC885\uB8CC \uD2B8\uB9AC\uAC70 \uC0AC\uC774\uC758 \uC2DC\uAC04\uC744 \uC785\uB825\uD569\uB2C8\uB2E4.",inputTrailingTriggerKeyTimeoutDescription:"\uC785\uB825 \uC885\uB8CC \uCF64\uBCF4 \uD2B8\uB9AC\uAC70 \uC0AC\uC774\uC758 \uC2DC\uAC04(\uBC00\uB9AC\uCD08)\uC744 \uC124\uC815\uD569\uB2C8\uB2E4.",spaceKey:"<\u7A7A\u683C\u952E>",noneKey:"\uC811\uB450\uC0AC \uC5C6\uC774 \uC804\uCCB4 \uD14D\uC2A4\uD2B8 \uC0C1\uC790\uC758 \uC9C1\uC811 \uBC88\uC5ED",inputTranslationBlockUrlsTitle:"\uB2E4\uC74C URL\uC5D0\uC11C\uB294 \uC785\uB825 \uC0C1\uC790 \uAC1C\uC120 \uAE30\uB2A5\uC744 \uD65C\uC131\uD654\uD558\uC9C0 \uB9C8\uC138\uC694.",inputTranslationBlockUrlsDescription:"\uB2E4\uC74C URL\uC5D0\uC11C\uB294 \uC785\uB825 \uC0C1\uC790 \uAC1C\uC120 \uC0AC\uD56D\uC774 \uC791\uB3D9\uD558\uC9C0 \uC54A\uC2B5\uB2C8\uB2E4.",clickToSeeQuickDemo:"\uD074\uB9AD\uD558\uC5EC 30\uCD08 \uD035 \uD29C\uD1A0\uB9AC\uC5BC \uBE44\uB514\uC624 \uD655\uC7A5\uD558\uAE30",inputHelperInfo:"\uC124\uBA85\uFF1A\uC911\uAD6D\uC5B4 \uC785\uB825 \uBC29\uC2DD\uC5D0 \uB530\uB77C \uC77C\uBD80 \uD2B8\uB9AC\uAC70 \uBB38\uC790\uAC00 \uC911\uAD6D\uC5B4 \uBB38\uC7A5 \uBD80\uD638\uB85C \uBC14\uB00C\uB294 \uAC83\uC744 \uCD5C\uC801\uD654\uD588\uC2B5\uB2C8\uB2E4(\uC608: /\uB294 \uC18C\uAD6C \uC785\uB825 \uBC29\uC2DD\uC5D0 \uB530\uB77C \uB454 \uBD80\uD638\uB85C \uBC14\uB01C). \uBAB0\uC785\uD615 \uBC88\uC5ED\uAE30\uB294 \uD2B8\uB9AC\uAC70 \uBB38\uC790\uC5D0 \uD574\uB2F9\uD558\uB294 \uBAA8\uB4E0 \uC911\uAD6D\uC5B4 \uAE30\uD638, \uC989 //,,, \uB97C \uD2B8\uB9AC\uAC70 \uBB38\uC790\uB85C \uC778\uC2DD\uD560 \uC218 \uC788\uB3C4\uB85D \uC9C0\uC6D0\uD569\uB2C8\uB2E4.

\uB610\uD55C \uC5B8\uC5B4 \uCF54\uB4DC\uC5D0 \uC911\uAD6D\uC5B4 \uBCC4\uCE6D\uC744 \uBA85\uB839\uC5B4\uB85C \uC0AC\uC6A9\uD560 \uC218 \uC788\uC2B5\uB2C8\uB2E4(\uC608: /Japanese Hello World\uB294 \uC77C\uBCF8\uC5B4\uB85C \uBC88\uC5ED\uB428). <1>\uC9C0\uC6D0\uB418\uB294 \uBAA8\uB4E0 \uC5B8\uC5B4 \uCF54\uB4DC\uB97C \uBCF4\uB824\uBA74 \uC5EC\uAE30\uB97C \uD074\uB9AD\uD558\uC138\uC694.",reloadCurrentPage:"\uBC88\uC5ED\uC744 \uC2DC\uC791\uD558\uAE30 \uC804\uC5D0 \uD604\uC7AC \uD398\uC774\uC9C0\uB97C \uC0C8\uB85C\uACE0\uCE68\uD558\uC138\uC694.",noLocalFilePermissionForPDF:"\uB85C\uCEEC \uD30C\uC77C\uC744 \uC77D\uC744 \uC218 \uC788\uB294 \uAD8C\uD55C\uC774 \uC5C6\uB294 \uACBD\uC6B0 \uC704\uC758 \uBC84\uD2BC\uC744 \uD074\uB9AD\uD55C \uB2E4\uC74C \uB85C\uCEEC \uD30C\uC77C\uC744 \uAC00\uC838\uC624\uC138\uC694.",noPermissionForThisPage:"\u26A0\uFE0F \uD604\uC7AC \uD398\uC774\uC9C0 \uBC88\uC5ED \uAD8C\uD55C\uC774 \uC5C6\uC2B5\uB2C8\uB2E4.",retryAllParagraphs:"\uBAA8\uB4E0 \uC624\uB958 \uAD6C\uC808 \uB2E4\uC2DC \uC2DC\uB3C4",retryAllButton:"\uBAA8\uB4E0 \uC624\uB958 \uAD6C\uC808 \uB2E4\uC2DC \uC2DC\uB3C4",errorTooltipTitle:"\uC624\uB958\uC758 \uC6D0\uC778\uC744 \uBCF4\uB824\uBA74 \uD074\uB9AD\uD558\uC138\uC694.",errorModalTitle:"\uBC88\uC5ED \uC11C\uBE44\uC2A4 \uB610\uB294 \uB124\uD2B8\uC6CC\uD06C\uC5D0 \uBB38\uC81C\uAC00 \uC788\uB294 \uAC83 \uAC19\uC2B5\uB2C8\uB2E4...",disableConfirm:"\uC774\uC911 \uC5B8\uC5B4 \uC815\uBCF4 \uD5A5\uC0C1 \uC124\uC815",disableOnce:"\uC774 \uBE44\uD65C\uC131\uD654",disableGlobal:"\uC601\uAD6C\uC801\uC73C\uB85C \uBE44\uD65C\uC131\uD654",disableTint:"* {option} \uC5D0\uC11C \uB2E4\uC2DC \uD65C\uC131\uD654\uD560 \uC218 \uC788\uC2B5\uB2C8\uB2E4.",searchEnhancementNotes:"\uC911\uAD6D\uC5B4 \uD0A4\uC6CC\uB4DC\uC640 \uC601\uC5B4 \uD0A4\uC6CC\uB4DC\uC5D0 \uB300\uD55C \uB274\uC2A4 \uACB0\uACFC\uAC00 \uB9E4\uC6B0 \uB2E4\uB978 \uAC83\uC744 \uBC1C\uACAC\uD588\uC2B5\uB2C8\uB2E4. \uBAB0\uC785\uD615 \uBC88\uC5ED \uC774\uC911 \uC5B8\uC5B4 \uC815\uBCF4 \uD5A5\uC0C1 \uAE30\uB2A5\uC744 \uD65C\uC131\uD654\uD558\uBA74 \uC9C0\uC6D0\uB418\uB294 \uC6F9\uC0AC\uC774\uD2B8(Google \uB274\uC2A4, Google \uAC80\uC0C9(\uC77C\uBD80 \uD0A4\uC6CC\uB4DC), \uC2A4\uB178\uC6B0\uBCFC, \uB3D9\uC591\uC758 \uBD80, \uD4E8\uD22C\uB77C, \uD0C0\uC774\uAC70)\uC5D0\uC11C \uB3D9\uC77C\uD55C \uD0A4\uC6CC\uB4DC\uB97C \uC601\uC5B4\uB85C \uC790\uB3D9 \uAC80\uC0C9\uD558\uC5EC \uC624\uB978\uCABD\uC5D0 \uD45C\uC2DC\uD574 \uC90D\uB2C8\uB2E4. \uC774 \uAE30\uB2A5\uC774 \uD544\uC694\uD558\uC9C0 \uC54A\uC740 \uACBD\uC6B0 \uBE44\uD65C\uC131\uD654\uD560 \uC218 \uC788\uC2B5\uB2C8\uB2E4.",option:"\uC124\uC815",saveSettings:"\uC124\uC815 \uC800\uC7A5",closeModal:"\uCC3D \uB2EB\uAE30",enableInputTranslationWithoutTriggerKeyTitle:"{trailingKey}\uB97C 3\uBC88 \uBE60\uB974\uAC8C \uB204\uB974\uBA74 \uC804\uCCB4 \uC785\uB825 \uC0C1\uC790\uB97C{inputTargetLanguage}\uB85C \uBC14\uB85C \uBC88\uC5ED\uD560 \uC218 \uC788\uC2B5\uB2C8\uB2E4.",enableInputTranslationWithoutTriggerKeyDescription:"\uB300\uC0C1 \uC5B8\uC5B4\uB97C \uC9C0\uC815\uD558\uB824\uBA74 \uC55E\uC5D0 \uC5B8\uC5B4 \uCF54\uB4DC\uB97C \uBD99\uC785\uB2C8\uB2E4(\uC608:\uFF1Aja Hello World).",mouseHoverShortcutPlaceholder:"\uC608:\uFF1A\uC2DC\uD504\uD2B8",deepLProName:"\uBAB0\uC785\uD615 \uBC88\uC5ED \uD504\uB85C \uD68C\uC6D0(\uAD8C\uC7A5)",deepLProDescription:"\uD604\uC7AC \uD328\uD0A4\uC9C0\uB97C \uC9C1\uC811 \uC0AC\uC6A9\uD560 \uC218 \uC788\uC2B5\uB2C8\uB2E4.",deeplProDescriptionForNormal:"\uC124\uC815 \uD544\uC694 \uC5C6\uC74C, \uD68C\uC6D0\uC740 \uB85C\uADF8\uC778 \uD6C4 \uC0AC\uC6A9 \uAC00\uB2A5, <1>\uD68C\uC6D0\uC73C\uB85C \uC5C5\uADF8\uB808\uC774\uB4DC\uD558\uB824\uBA74 \uC5EC\uAE30\uB97C \uD074\uB9AD\uD558\uC138\uC694.",deepLCustomDescription:"\uC678\uAD6D \uC2E0\uC6A9 \uCE74\uB4DC \uD544\uC694, \uACF5\uC2DD\uC801\uC73C\uB85C \uAC1C\uC124\uB41C <1>DeepL,<2>\uBB38\uC11C\uB97C \uBCF4\uB824\uBA74 \uD074\uB9AD\uD558\uC138\uC694.",deepLCustomName:"\uC0AC\uC6A9\uC790 \uC9C0\uC815 \uC778\uC99D \uD0A4",chooseProviderLabel:"\uC11C\uBE44\uC2A4 \uC81C\uACF5\uC5C5\uCCB4 \uC120\uD0DD",openaiProName:"\uBAB0\uC785\uD615 \uBC88\uC5ED \uD504\uB85C \uD68C\uC6D0(\uAD8C\uC7A5)",openaiProDescription:"\uD604\uC7AC \uD328\uD0A4\uC9C0\uB97C \uC9C1\uC811 \uC0AC\uC6A9\uD560 \uC218 \uC788\uC2B5\uB2C8\uB2E4.",openaiProDescriptionForNormal:"\uC124\uC815\uC774 \uD544\uC694\uD558\uC9C0 \uC54A\uC73C\uBA70, \uD68C\uC6D0\uC740 \uB85C\uADF8\uC778 \uD6C4 \uC0AC\uC6A9\uD560 \uC218 \uC788\uC2B5\uB2C8\uB2E4. <1>\uD68C\uC6D0\uC73C\uB85C \uC5C5\uADF8\uB808\uC774\uB4DC\uD558\uB824\uBA74 \uC5EC\uAE30\uB97C \uD074\uB9AD\uD558\uC138\uC694.",openaiCustomDescription:"OpenAI, Azure OpenAI \uB610\uB294 \uAE30\uD0C0 \uD0C0\uC0AC \uC11C\uBE44\uC2A4\uC5D0\uC11C \uC0AC\uC6A9 \uAC00\uB2A5, <1>\uC124\uBA85\uC11C\uB97C \uBCF4\uB824\uBA74 \uC5EC\uAE30\uB97C \uD074\uB9AD\uD558\uC138\uC694.",openaiCustomName:"\uC0AC\uC6A9\uC790 \uC9C0\uC815 API \uD0A4",needLoginAction:"(\uACF5\uAC1C \uBA64\uBC84\uC2ED \uB610\uB294 \uC0AC\uC6A9\uC790 \uC9C0\uC815)",goLoginOrAction:"(\uBA64\uBC84\uC2ED\uC744 \uC5F4\uAC70\uB098 \uC124\uC815\uC73C\uB85C \uC774\uB3D9)",yearly:"\uC5F0\uAC04 \uC5F0\uC18D \uACB0\uC81C",quarterly:"\uC21C\uCC28\uC801 \uB798\uD551",monthly:"\uC6D4\uAC04 \uAD6C\uB3C5",yearlyForOnce:"\uC5F0\uAC04 1\uD68C \uD328\uD0A4\uC9C0",monthlyForOnce:"\uC6D4 1\uD68C \uD328\uD0A4\uC9C0",daily:"\uC5F0\uC18D \uD328\uD0B7 \uC77C\uC218",year:"\uC5F0\uAC04 \uC5F0\uC18D \uACB0\uC81C",quarter:"\uC21C\uCC28\uC801 \uB798\uD551",month:"\uC6D4\uAC04 \uAD6C\uB3C5",day:"\uC5F0\uC18D \uD328\uD0B7 \uC77C\uC218",onetime_7day:"7\uC77C \uCCB4\uD5D8 \uD329",currentPlanDescriptionForFree:"\uD604\uC7AC \uD328\uD0A4\uC9C0\uFF1A\uBB34\uB8CC",currentPlanDescriptionForContinuous:"\uD604\uC7AC \uD328\uD0A4\uC9C0\uFF1A{plan}\uB294 {endAt} \uC5D0\uC11C \uC790\uB3D9\uC73C\uB85C \uAC31\uC2E0\uB429\uB2C8\uB2E4.",currentPlanDescriptionForAutoRenewCaceling:"\uD604\uC7AC \uD328\uD0A4\uC9C0(\uFF1A{plan})\uB294 {endAt} \uC5D0\uC11C \uB9CC\uB8CC\uB418\uBA70 \uB9CC\uB8CC \uC2DC \uC790\uB3D9\uC73C\uB85C \uAC31\uC2E0\uB418\uC9C0 \uC54A\uC2B5\uB2C8\uB2E4.",currentYearlyPlanDescriptionForAutoRenewCacelingWithRealPaiedUser:"\uD604\uC7AC \uD328\uD0A4\uC9C0(\uFF1A{plan})\uB294 {endAt} \uC5D0\uC11C \uB9CC\uB8CC\uB418\uBA70 \uB9CC\uB8CC \uC2DC \uC790\uB3D9\uC73C\uB85C \uAC31\uC2E0\uB418\uC9C0 \uC54A\uC2B5\uB2C8\uB2E4.
<1>\uAC31\uC2E0 \uD50C\uB79C\uC744 \uAD00\uB9AC\uD558\uB824\uBA74 \uC5EC\uAE30\uB97C \uD074\uB9AD\uD558\uC138\uC694.",currentYearlyPlanDescriptionForAutoRenewCacelingWithAdmin:"\uD604\uC7AC \uD328\uD0A4\uC9C0(\uFF1A{plan})\uB294 {endAt} \uC5D0\uC11C \uB9CC\uB8CC\uB418\uBA70 \uB9CC\uB8CC \uC2DC \uC790\uB3D9\uC73C\uB85C \uAC31\uC2E0\uB418\uC9C0 \uC54A\uC2B5\uB2C8\uB2E4.
<1>\uC5F0\uAC04 \uC5F0\uC18D \uAD6C\uB3C5\uC744 \uD65C\uC131\uD654\uD558\uB824\uBA74 \uC5EC\uAE30\uB97C \uD074\uB9AD\uD558\uC138\uC694.",currentPlanDescriptionForOneTime:"\uD604\uC7AC \uAD6C\uB3C5\uFF1A{plan}\uC740 {endAt} \uC5D0\uC11C \uB9CC\uB8CC\uB418\uBA70, <1>\uC5F0\uAC04 \uB610\uB294 <2>\uC6D4\uAC04<1>\uBA64\uBC84\uC2ED\uC73C\uB85C \uC5C5\uADF8\uB808\uC774\uB4DC\uD558\uB824\uBA74 \uC5EC\uAE30\uB97C \uD074\uB9AD\uD558\uC138\uC694.",upgradePlan:"\uD504\uB85C \uBA64\uBC84\uC2ED\uC73C\uB85C \uC5C5\uADF8\uB808\uC774\uB4DC\uD558\uB824\uBA74 \uC5EC\uAE30\uB97C \uD074\uB9AD\uD558\uC138\uC694.",upgradeToPro:"\uD504\uB85C \uBA64\uBC84\uC2ED\uC73C\uB85C \uC5C5\uADF8\uB808\uC774\uB4DC","popup.openPro":"DeepL \uBC0F OpenAI \uBC88\uC5ED\uC744 \uC990\uAE30\uB824\uBA74 \uD504\uB85C \uBA64\uBC84\uC2ED\uC73C\uB85C \uC5C5\uADF8\uB808\uC774\uB4DC\uD558\uACE0 \uC5EC\uAE30\uB97C \uD074\uB9AD\uD558\uC5EC \uC5C5\uADF8\uB808\uC774\uB4DC\uD558\uC138\uC694!","popup.openProForPro":"\uADC0\uD558\uB294 DeepL \uBC0F OpenAI \uBC88\uC5ED\uC5D0 \uC9C1\uC811 \uC561\uC138\uC2A4\uD560 \uC218 \uC788\uB294 \uD504\uB85C \uD68C\uC6D0\uC785\uB2C8\uB2E4!",currentAccount:"\uACBD\uC0C1 \uACC4\uC815",enableAutoSyncUserSettings:"\uC5EC\uB7EC \uB514\uBC14\uC774\uC2A4\uC5D0\uC11C \uD074\uB77C\uC6B0\uB4DC \uC790\uB3D9 \uB3D9\uAE30\uD654 \uC0AC\uC6A9",modalEnableInputTranslationTitle:"\uBAB0\uC785\uD615 \uBC88\uC5ED \uC785\uB825 \uC0C1\uC790 \uBC88\uC5ED \uC54C\uB9BC",modalEnableInputTranslationDesc:"\uC2A4\uD398\uC774\uC2A4\uBC14\uB97C \uC5F0\uC18D\uD574\uC11C \uC138 \uBC88 \uBE60\uB974\uAC8C \uB20C\uB7EC \uBAB0\uC785\uD615 \uBC88\uC5ED\uC758 \uC785\uB825 \uC0C1\uC790 \uBC88\uC5ED\uC744 \uD2B8\uB9AC\uAC70\uD588\uC73C\uBA70, \uC785\uB825 \uC0C1\uC790\uC758 \uB0B4\uC6A9\uC774 \uAE30\uBCF8 \uB300\uC0C1 \uC5B8\uC5B4\uB85C \uBC88\uC5ED\uB429\uB2C8\uB2E4. \uBC88\uC5ED\uC740 Ctrl+Z\uB85C \uCDE8\uC18C\uD560 \uC218 \uC788\uC2B5\uB2C8\uB2E4.

\uBC88\uC5ED\uC774 \uC2E4\uC218\uC600\uB2E4\uBA74 \uC9C0\uAE08 \uBC14\uB85C \uBE44\uD65C\uC131\uD654\uD558\uAC70\uB098 \uC785\uB825 \uC0C1\uC790 \uBC88\uC5ED\uC744 \uC601\uAD6C\uC801\uC73C\uB85C \uBE44\uD65C\uC131\uD654\uD560 \uC218 \uC788\uC73C\uB2C8 \uAC71\uC815\uD558\uC9C0 \uB9C8\uC138\uC694.",saveAndNotShowAgain:"\uC800\uC7A5 \uBC0F \uD504\uB86C\uD504\uD2B8 \uC911\uC9C0",disableInputTranslationTips:"* {option} ,{learnMore}\uC5D0\uC11C \uB2E4\uB978 \uBC14\uB85C\uAC00\uAE30\uB97C \uD2B8\uB9AC\uAC70\uD558\uB3C4\uB85D \uC124\uC815\uD560 \uC218\uB3C4 \uC788\uC2B5\uB2C8\uB2E4.",learnMore:"\uC790\uC138\uD788 \uC54C\uC544\uBCF4\uB824\uBA74 \uC5EC\uAE30\uB97C \uD074\uB9AD\uD558\uC138\uC694.",continueEnalbeInputTranslation:"\uC785\uB825 \uC0C1\uC790 \uBC88\uC5ED \uACC4\uC18D \uD65C\uC131\uD654",autoRenewTrialSuffix:'(\uD3C9\uAC00\uD310 \uC0AC\uC6A9 \uC2DC\uC989\uC2DC \uC815\uC2DD \uBA64\uBC84\uC2ED\uC73C\uB85C \uC5C5\uADF8\uB808\uC774\uB4DC)',upgradeFromTrialTitle:"\uC815\uD68C\uC6D0\uC73C\uB85C \uC5C5\uADF8\uB808\uC774\uB4DC",subtitle:"\uBE44\uB514\uC624 \uCEA1\uC158",youtubeService:"\uBAB0\uC785 \uBC88\uC5ED \uBE44\uB514\uC624 \uC790\uB9C9 \uBC88\uC5ED \uC11C\uBE44\uC2A4","subtitle.disabledSubtitle":"\uB3D9\uC601\uC0C1 \uC790\uB9C9 \uAE30\uB2A5 \uC601\uAD6C \uBE44\uD65C\uC131\uD654\uD558\uAE30","subtitle.disabledSubtitleDescription":"\uBAB0\uC785\uD615 \uBC88\uC5ED\uAE30\uC758 \uBE44\uB514\uC624 \uC790\uB9C9\uC774 \uB2E4\uB978 \uD655\uC7A5 \uD504\uB85C\uADF8\uB7A8\uACFC \uCDA9\uB3CC\uD558\uB294 \uACBD\uC6B0, \uBAB0\uC785\uD615 \uBC88\uC5ED\uAE30\uC758 \uBE44\uB514\uC624 \uC790\uB9C9 \uAE30\uB2A5\uC744 \uC601\uAD6C\uC801\uC73C\uB85C \uBE44\uD65C\uC131\uD654\uD558\uAC70\uB098 \uCDA9\uB3CC\uD558\uB294 \uB2E4\uB978 \uD655\uC7A5 \uD504\uB85C\uADF8\uB7A8\uC744 \uC81C\uAC70\uD558\uB3C4\uB85D \uC120\uD0DD\uD560 \uC218 \uC788\uC2B5\uB2C8\uB2E4.","subtitle.autoEnableSubtitle":"\uC774\uC911 \uC5B8\uC5B4 \uC790\uB9C9 \uC790\uB3D9 \uC0AC\uC6A9","subtitle.autoEnableSubtitleDescription":"\uC0AC\uC6A9\uD558\uBA74 \uBE44\uB514\uC624\uAC00 \uC7AC\uC0DD\uB420 \uB54C \uC790\uB3D9\uC73C\uB85C \uC774\uC911 \uC5B8\uC5B4 \uC790\uB9C9\uC774 \uD45C\uC2DC\uB418\uBA70, \uADF8\uB807\uC9C0 \uC54A\uC73C\uBA74 \uBC88\uC5ED \uBC84\uD2BC\uC744 \uD074\uB9AD\uD574\uC57C \uD45C\uC2DC\uB429\uB2C8\uB2E4.","subtitle.preTranslation":"\uBAB0\uC785\uD615 \uBC88\uC5ED\uC744 \uC0AC\uC6A9\uD558\uC5EC \uC790\uB9C9 \uBC88\uC5ED\uD558\uAE30","subtitle.preTranslationDescription":"\uD65C\uC131\uD654\uD558\uBA74 \uC544\uB798\uC5D0 \uBA85\uC2DC\uB41C \uBC88\uC5ED \uC11C\uBE44\uC2A4\uB97C \uC0AC\uC6A9\uD558\uC5EC \uC804\uCCB4 \uC790\uB9C9\uC774 \uC0AC\uC804 \uBC88\uC5ED\uB418\uBA70, 1\uC2DC\uAC04 \uBD84\uB7C9\uC758 \uB3D9\uC601\uC0C1\uC740 \uC57D 50,000 \uD1A0\uD070 \uB610\uB294 \uBB38\uC790\uB97C \uC18C\uBAA8\uD558\uBBC0\uB85C \uC2E0\uC911\uD558\uAC8C \uC0AC\uC6A9\uD558\uC2DC\uAE30 \uBC14\uB77C\uBA70, \uBE44\uD65C\uC131\uD654\uD558\uBA74 \uC6D0\uBCF8 \uC790\uB9C9\uC774 \uBA3C\uC800 \uC0AC\uC6A9\uB429\uB2C8\uB2E4.","subtitle.humanSubtitlesPreferred":"\uD734\uBA3C \uCEA1\uC158 \uC6B0\uC120 \uC0AC\uC6A9","subtitle.humanSubtitlesPreferredDescription":"\uB3D9\uC601\uC0C1\uC5D0 \uB300\uC0C1 \uC5B8\uC5B4\uB85C \uB41C \uC0AC\uB78C \uC790\uB9C9\uC774 \uC788\uB294 \uACBD\uC6B0 \uC0AC\uB78C \uC790\uB9C9\uC744 \uC6B0\uC120\uC801\uC73C\uB85C \uC0AC\uC6A9\uD569\uB2C8\uB2E4(\uAD8C\uC7A5).",videoSubtitleTranslationDescription:"\uB3D9\uC601\uC0C1 \uC790\uB9C9\uC744 \uC704\uD55C \uBCC4\uB3C4\uC758 \uBC88\uC5ED \uC11C\uBE44\uC2A4 \uC9C0\uC815",subtitleTranslating:"{service} \uC11C\uBE44\uC2A4\uB97C \uC0AC\uC6A9\uD558\uC5EC \uC790\uB9C9\uC744 \uBC88\uC5ED\uD558\uB294 \uB3D9\uC548 \uC7A0\uC2DC \uAE30\uB2E4\uB824\uC8FC\uC138\uC694... (\uBAB0\uC785 \uBC88\uC5ED)",subtitleLoading:"\uC790\uB9C9 \uB85C\uB4DC \uC911...",bilingual:"\uC774\uC911 \uC5B8\uC5B4 \uC0AC\uC6A9","field.action":"\uBC14\uC774\uB450 \uC6A9\uC5B4 \uC0AC\uC6A9 \uC5EC\uBD80","description.action":"\uD65C\uC131\uD654\uD558\uBA74 \uC694\uCCAD\uC5D0 action=1 \uB9E4\uAC1C\uBCC0\uC218\uAC00 \uCD94\uAC00\uB418\uC5B4 \uBC14\uC774\uB450\uC5D0 \uD65C\uC131\uD654\uB41C \uC6A9\uC5B4\uB97C \uC54C\uB9B4 \uC218 \uC788\uC73C\uBA70, <1>\uC790\uC138\uD55C \uB0B4\uC6A9\uC740 \uACF5\uC2DD \uBB38\uC11C\uB97C \uCC38\uC870\uD558\uC138\uC694.",closeQuickTranslation:"\uD638\uBC84\uBCFC \uB2EB\uAE30","closeQuickTranslation.untilNext":"\uB2E4\uC74C \uBC29\uBB38 \uC2DC\uAE4C\uC9C0 \uD734\uBB34\uC785\uB2C8\uB2E4.","closeQuickTranslation.currentWebsite":"\uD604\uC7AC \uC0AC\uC774\uD2B8 \uBE44\uD65C\uC131\uD654","closeQuickTranslation.alwaysClose":"\uC601\uAD6C\uC801\uC73C\uB85C \uBE44\uD65C\uC131\uD654","closeQuickTranslation.settingOpen":"( <1>\uC124\uC815 \uD398\uC774\uC9C0\uC5D0\uC11C \uCF1C\uAE30 \uAC00\uB2A5)","closeQuickTranslation.cancel":"\uCDE8\uC18C","closeQuickTranslation.confirm":"\uC815\uC758","floatBall.popup":"\uBE60\uB978 \uC124\uC815 \uD328\uB110 \uC5F4\uAE30","floatBall.translate":"\uD074\uB9AD\uD558\uC5EC \uD398\uC774\uC9C0 \uBC88\uC5ED\uD558\uAE30","floatBall.showOriginal":"\uC6D0\uBCF8 \uBB38\uC11C\uB85C \uB3CC\uC544\uAC00\uB824\uBA74 \uD074\uB9AD\uD558\uC138\uC694.","floatBall.close":"\uD638\uBC84\uBCFC \uB2EB\uAE30","floatBallOptions.enableDescPc":"\uD398\uC774\uC9C0 \uD638\uBC84\uBCFC\uC744 \uD65C\uC131\uD654\uD558\uBA74 \uD398\uC774\uC9C0 \uC624\uB978\uCABD\uC5D0 \uBE60\uB978 \uBC88\uC5ED \uBC84\uD2BC\uC774 \uD45C\uC2DC\uB418\uBA70, \uC774\uB97C \uD074\uB9AD\uD558\uBA74 \uBC88\uC5ED\uD560 \uC218 \uC788\uC2B5\uB2C8\uB2E4!","floatBallOptions.enableDesc":"\uD638\uBC84\uBCFC\uC744 \uB044\uACE0 \uB098\uBA74{touch}\uC73C\uB85C \uBD88\uB7EC\uC62C \uC218 \uC788\uC2B5\uB2C8\uB2E4. \uC2E4\uC218\uB85C \uC774 \uC635\uC158\uC744 \uB048 \uD6C4 \uD638\uBC84\uBCFC\uC744 \uCC3E\uC744 \uC218 \uC5C6\uB294 \uACBD\uC6B0\uB97C \uB300\uBE44\uD574 \uC774 \uC124\uC815 \uD398\uC774\uC9C0\uB97C \uBD81\uB9C8\uD06C\uC5D0 \uCD94\uAC00\uD574 \uB450\uB294 \uAC83\uC774 \uC88B\uC2B5\uB2C8\uB2E4!","description.azureApiUrl":"\uC0AC\uC6A9\uC790 \uC9C0\uC815 API \uC778\uD130\uD398\uC774\uC2A4\uC758 \uC8FC\uC18C\uB97C \uC785\uB825\uD569\uB2C8\uB2E4.",confirmSupportMouse:"\uB9C8\uC6B0\uC2A4 \uC9C0\uC6D0 \uAC15\uC81C \uD65C\uC131\uD654",confirmSupportMouseDescription:"\uD604\uC7AC \uBE0C\uB77C\uC6B0\uC800\uAC00 \uB9C8\uC6B0\uC2A4 \uAE30\uB2A5\uC744 \uC9C0\uC6D0\uD558\uC9C0 \uC54A\uB294 \uAC83\uC73C\uB85C \uAC10\uC9C0\uB418\uBA74 \uB9C8\uC6B0\uC2A4 \uC9C0\uC6D0\uC744 \uAC15\uC81C\uB85C \uD65C\uC131\uD654\uD574\uC57C \uD558\uB098\uC694?",sampleTargetText:"\uAE34 \uBC24\uC774 \uC62C \uAC83\uC774\uB2C8, \uB098\uB294 \uC624\uB298\uBD80\uD130 \uC8FD\uC744 \uB54C\uAE4C\uC9C0 \uBCF4\uCD08\uB97C \uC124 \uAC83\uC774\uB2E4. \uB098\uB294 \uC544\uB0B4\uB97C \uCDE8\uD558\uC9C0 \uC54A\uC744 \uAC83\uC774\uBA70, \uB3D9\uB9F9\uC744 \uB9FA\uC9C0 \uC54A\uC744 \uAC83\uC774\uBA70, \uC790\uC2DD\uC744 \uB0B3\uC9C0 \uC54A\uC744 \uAC83\uC774\uB2E4. \uB098\uB294 \uC655\uAD00\uC744 \uC4F0\uC9C0 \uC54A\uC744 \uAC83\uC774\uBA70 \uBA85\uC608\uB97C \uC704\uD574 \uB178\uB825\uD558\uC9C0 \uC54A\uC744 \uAC83\uC774\uB2E4. \uB098\uB294 \uB0B4 \uC758\uBB34\uB97C \uB2E4\uD558\uACE0 \uC0B4\uB2E4\uAC00 \uC8FD\uC744 \uAC83\uC785\uB2C8\uB2E4.",sampleSourceText:"Night gathers, and now my watch begins. It shall not end until my death. I shall take no wife, hold no lands, father no children. I shall wear no crowns and win no glory. I shall live and die at my post.","subtitle.supportedSites":"\u5DF2\u652F\u6301\u5728\u8FD9\u4E9B\u7F51\u7AD9\u4F7F\u7528\u53CC\u8BED\u5B57\u5E55\uFF08\u6CE8\u610F\uFF1A\u7531\u4E8E\u6280\u672F\u9650\u5236\uFF0C\u90E8\u5206\u7F51\u7AD9\u5728\u9996\u6B21\u5F00\u542F\u5B57\u5E55\u540E\u9700\u8981\u91CD\u65B0\u5237\u65B0\u9875\u9762\uFF0C\u6216\u8005\u9700\u7B49\u5F85\u7FFB\u8BD1\u5B8C\u6210\u4EE5\u663E\u793A\u53CC\u8BED\u5B57\u5E55\uFF09\uFF1A",viewWithImmersiveTranslate:"\u53CC\u8BED\u7248\u672C(\u6C89\u6D78\u5F0F\u7FFB\u8BD1)",errorReason:"\u9519\u8BEF\u539F\u56E0\uFF1A{message}","proQuotaExceededError.onetime7day":'\uFF0C\u60A8\u53EF\u4EE5\u9009\u62E9\u4EE5\u4E0B\u65B9\u5F0F\u89E3\u51B3\uFF1A

1. \u5207\u6362\u5230 {anotherService} \u6216\u5176\u4ED6\u7FFB\u8BD1\u670D\u52A1
2. \u5347\u7EA7\u4E3A\u6708\u5EA6/\u5E74\u5EA6\u4F1A\u5458',"proQuotaExceededError.trial":'\uFF0C\u60A8\u53EF\u4EE5\u9009\u62E9\u4EE5\u4E0B\u65B9\u5F0F\u89E3\u51B3\uFF1A

1. \u5207\u6362\u5230 {anotherService} \u6216\u5176\u4ED6\u7FFB\u8BD1\u670D\u52A1
2. \u7ACB\u523B\u5347\u7EA7\u4E3A\u6B63\u5F0F\u4F1A\u5458',"proQuotaExceededError.nonTrial":'\uFF0C\u60A8\u53EF\u4EE5\u9009\u62E9\u4EE5\u4E0B\u65B9\u5F0F\u89E3\u51B3\uFF1A

1. \u5207\u6362\u5230 {anotherService} \u6216\u5176\u4ED6\u7FFB\u8BD1\u670D\u52A1
2. \u8D2D\u4E70 {translationService} \u989D\u5916\u6D41\u91CF\u5305',"proQuotaExceededError.resetTime":"
3. \u989D\u5EA6\u91CD\u7F6E\u65F6\u95F4\uFF1A{resetTime}","desc.touchShortcutsToggleTranslatePageOnlyTranslation":"\uBC88\uC5ED\uBB38\uB9CC\uC774\uB77C\uB294 \uAC83\uC740 \uBC88\uC5ED\uBB38\uB9CC \uD45C\uC2DC\uD558\uBA70, \uC6F9\uD398\uC774\uC9C0\uAC00 \uC544\uC9C1 \uBC88\uC5ED\uB418\uC9C0 \uC54A\uC558\uB2E4\uBA74 \uBAA8\uB4DC\uB97C \uC804\uD658\uD558\uACE0 \uBC88\uC5ED\uD560 \uAC83\uC785\uB2C8\uB2E4.","desc.toggleOnlyTransation":"\uC624\uC9C1 \uBC88\uC5ED \uBAA8\uB4DC\uB294 \uBC88\uC5ED\uBB38\uB9CC \uD45C\uC2DC\uD558\uB294 \uAC83\uC744 \uC758\uBBF8\uD558\uBA70, \uC6F9\uD398\uC774\uC9C0\uAC00 \uC544\uC9C1 \uBC88\uC5ED\uB418\uC9C0 \uC54A\uC558\uB2E4\uBA74 \uBAA8\uB4DC\uB97C \uC804\uD658\uD558\uACE0 \uBC88\uC5ED\uD560 \uAC83\uC785\uB2C8\uB2E4.",touchShortcutsToggleTranslatePageOnlyTranslation:"\uD130\uCE58 \uC2A4\uD06C\uB9B0 \uC81C\uC2A4\uCC98\uB97C \uC124\uC815\uD558\uC5EC \uC774\uC911 \uC5B8\uC5B4/\uBC88\uC5ED \uD14D\uC2A4\uD2B8 \uC804\uC6A9 \uBAA8\uB4DC\uB97C \uC804\uD658\uD558\uC138\uC694.",download_started:"\uB2E4\uC6B4\uB85C\uB4DC\uAC00 \uC774\uBBF8 \uC2DC\uC791\uB418\uC5C8\uC2B5\uB2C8\uB2E4. \uC790\uB3D9\uC73C\uB85C \uB2E4\uC6B4\uB85C\uB4DC\uB418\uC9C0 \uC54A\uB294 \uACBD\uC6B0, \uC218\uB3D9\uC73C\uB85C \uD074\uB9AD\uD558\uC2ED\uC2DC\uC624.",here:"\uC5EC\uAE30","error.serveConfigError":"\uC11C\uBE44\uC2A4 \uAD6C\uC131 \uC624\uB958","translationFont.customPlaceholder":"\uAE00\uAF34","error.configError":"\uAD6C\uC131 \uB370\uC774\uD130 \uC774\uC0C1","error.goReset":"\uC7AC\uC124\uC815\uD558\uB2E4","touch.mouse-translate":"\uC9C0\uC815\uB41C \uB2E8\uB77D \uBC88\uC5ED",batchEdit:"\uB300\uB7C9 \uC791\uC5C5","translationModeUrl.translation.title":"\uBC88\uC5ED\uB9CC \uBAA8\uB4DC\uC758 \uC6F9\uC0AC\uC774\uD2B8","translationFont.custom":"\uC0AC\uC6A9\uC790 \uC815\uC758 \uAE00\uAF34 \uC785\uB825",translationFont:"\uAE00\uAF34 \uC124\uC815","translationServices.inherit":"\uC8FC \uBC88\uC5ED \uC11C\uBE44\uC2A4\uB97C \uB530\uB974\uC2ED\uC2DC\uC624",detectServiceLoading:"\uC0AC\uC6A9 \uAC00\uB2A5\uD55C \uBC88\uC5ED \uC11C\uBE44\uC2A4\uB97C \uD655\uC778 \uC911\uC785\uB2C8\uB2E4...",toggleToService:"{service}\uB85C \uC804\uD658\uD558\uACE0 \uB2E4\uC2DC \uC2DC\uB3C4\uD558\uC2ED\uC2DC\uC624.","translationModeLang.translation.title":"\uB2E8\uC21C \uBC88\uC5ED \uBAA8\uB4DC\uC758 \uC5B8\uC5B4","error.502":"\uC11C\uBE44\uC2A4\uAC00 \uC624\uB958\uB97C \uBC18\uD658\uD588\uC2B5\uB2C8\uB2E4, \uC11C\uBE44\uC2A4\uAC00 \uC2DC\uAC04 \uCD08\uACFC\uB418\uC5C8\uC2B5\uB2C8\uB2E4. \uC7A0\uC2DC \uD6C4 \uB2E4\uC2DC \uC2DC\uB3C4\uD574 \uC8FC\uC138\uC694.","error.proUpgrade":"\uC5C5\uADF8\uB808\uC774\uB4DC \uD6C4\uC5D0\uB294 \uD398\uC774\uC9C0\uB97C \uC0C8\uB85C \uACE0\uCE68\uD558\uC5EC \uB2E4\uC2DC \uBC88\uC5ED\uD558\uC2ED\uC2DC\uC624.","error.reloadPageOfSetting":"\uAD6C\uC131 \uD6C4\uC5D0\uB294 \uD398\uC774\uC9C0\uB97C \uC0C8\uB85C \uACE0\uCE68\uD558\uC5EC \uB2E4\uC2DC \uBC88\uC5ED\uD558\uC2ED\uC2DC\uC624.","translationModeLang.translation.description":"\uD398\uC774\uC9C0 \uC5B8\uC5B4\uAC00 \uB2E4\uC74C \uC5B8\uC5B4\uC77C \uB54C, \uC790\uB3D9\uC73C\uB85C \uBC88\uC5ED\uBB38\uB9CC \uBAA8\uB4DC\uB97C \uC0AC\uC6A9\uD569\uB2C8\uB2E4.","error.proTokenInvalid":"Pro \uC0AC\uC6A9\uC790\uC774\uC2DC\uB77C\uBA74, \uB85C\uADF8\uC778 \uD6C4 Pro \uBC88\uC5ED \uC11C\uBE44\uC2A4\uB97C \uC774\uC6A9\uD574 \uC8FC\uC138\uC694.","error.403":"\uC11C\uBE44\uC2A4\uAC00 \uC624\uB958\uB97C \uBC18\uD658\uD558\uC600\uC2B5\uB2C8\uB2E4, \uC7A0\uC2DC \uD574\uB2F9 \uC11C\uBE44\uC2A4\uC5D0 \uC811\uADFC\uD560 \uAD8C\uD55C\uC774 \uC5C6\uC2B5\uB2C8\uB2E4.","error.googleLimitIp":"\uC11C\uBE44\uC2A4\uAC00 \uC624\uB958\uB97C \uBC18\uD658\uD588\uC73C\uBA70, Google \uC11C\uBE44\uC2A4\uB294 \uD574\uB2F9 IP \uC8FC\uC18C\uC5D0 \uB300\uD574 \uC81C\uD55C\uC744 \uB450\uC5C8\uC2B5\uB2C8\uB2E4. \uB124\uD2B8\uC6CC\uD06C \uB178\uB4DC\uB97C \uBCC0\uACBD\uD558\uB294 \uAC83\uC774 \uC88B\uC2B5\uB2C8\uB2E4.",videoSubtitlePreTranslationOff:"\uBE44\uB514\uC624 \uC790\uB9C9\uC740 \uC6D0\uB798 \uBE44\uB514\uC624\uC5D0 \uD3EC\uD568\uB41C \uAE30\uACC4 \uBC88\uC5ED \uC790\uB9C9\uC744 \uC6B0\uC120\uC801\uC73C\uB85C \uC0AC\uC6A9\uD560 \uAC83\uC785\uB2C8\uB2E4.",videoSubtitlePreTranslationOn:"\uBE44\uB514\uC624 \uC790\uB9C9\uC740 \uC6B0\uC120\uC801\uC73C\uB85C \uBAB0\uC785\uD615 \uBC88\uC5ED\uC744 \uC0AC\uC6A9\uD560 \uAC83\uC785\uB2C8\uB2E4.",enableSentryReport:"\uD655\uC7A5\uC774 \uC624\uB958\uB97C \uC77C\uC73C\uD0AC \uB54C Sentry\uB97C \uC0AC\uC6A9\uD558\uC5EC \uD53C\uB4DC\uBC31\uC744 \uC81C\uCD9C\uD558\uC2ED\uC2DC\uC624.","translationModeUrl.translation.description":"\uB2E4\uC74C \uB3C4\uBA54\uC778\uC5D0 \uB300\uD55C \uC6F9\uC0AC\uC774\uD2B8\uC77C \uACBD\uC6B0, \uC790\uB3D9\uC73C\uB85C \uBC88\uC5ED\uBB38\uB9CC \uBAA8\uB4DC\uB97C \uC0AC\uC6A9\uD569\uB2C8\uB2E4.","error.openAIExceededQuota":"\uC11C\uBE44\uC2A4 \uC624\uB958 \uBC18\uD658: \uD604\uC7AC OpenAI \uACC4\uC815 \uC794\uC561\uC774 \uBD80\uC871\uD569\uB2C8\uB2E4. OpenAI \uACF5\uC2DD \uAD00\uB9AC \uD398\uC774\uC9C0\uC5D0\uC11C \uCDA9\uC804\uD558\uAC70\uB098 \uC2E0\uC6A9\uCE74\uB4DC\uB97C \uC5F0\uACB0\uD574\uC8FC\uC138\uC694.","error.400":"\uC11C\uBE44\uC2A4\uAC00 \uC624\uB958\uB97C \uBC18\uD658\uD588\uC2B5\uB2C8\uB2E4. \uC694\uCCAD \uB9E4\uAC1C\uBCC0\uC218\uAC00 \uC798\uBABB\uB418\uC5C8\uC2B5\uB2C8\uB2E4. \uD574\uB2F9 \uC124\uC815\uC744 \uD655\uC778\uD558\uC2ED\uC2DC\uC624.","error.gemini.429":"\uD604\uC7AC Gemini \uC11C\uBE44\uC2A4\uC758 \uD604\uC7AC \uBD80\uD558 \uC6A9\uB7C9\uC774 \uCD5C\uB300\uC5D0 \uB3C4\uB2EC\uD588\uC2B5\uB2C8\uB2E4. \uC7A0\uC2DC \uD6C4\uC5D0 \uB2E4\uC2DC \uC2DC\uB3C4\uD558\uAC70\uB098 \uB2E4\uB978 \uBC88\uC5ED \uC11C\uBE44\uC2A4\uB85C \uC804\uD658\uD574 \uC8FC\uC138\uC694.","translationFont.notSupportErrorMessage":"\uC785\uB825\uD558\uC2E0 \uAE00\uAF34 \uC774\uB984\uC774 \uC815\uD655\uD55C\uC9C0 \uD655\uC778\uD558\uC2DC\uAC70\uB098, \uD574\uB2F9 \uAE00\uAF34\uC774 \uADC0\uD558\uC758 \uC7A5\uCE58\uC5D0 \uC124\uCE58\uB418\uC5B4 \uC788\uB294\uC9C0 \uD655\uC778\uD574 \uC8FC\uC138\uC694.","error.openAIFreeLimit":"\uC11C\uBE44\uC2A4\uAC00 \uC624\uB958\uB97C \uBC18\uD658\uD588\uC2B5\uB2C8\uB2E4. \uD604\uC7AC \uBC88\uC5ED \uC694\uCCAD \uBE48\uB3C4\uAC00 \uBD84\uB2F9 \uCD5C\uB300 3\uD68C\uB85C \uC81C\uD55C\uB418\uC5C8\uC2B5\uB2C8\uB2E4. \uC7A0\uC2DC \uD6C4 \uB2E4\uC2DC \uC2DC\uB3C4\uD558\uC2ED\uC2DC\uC624. (\uC774\uAC83\uC740 OpenAI \uACF5\uC2DD\uC774 \uBB34\uB8CC API Key\uC5D0 \uB300\uD55C \uC81C\uD55C\uC774\uBA70, \uC774 \uC81C\uD55C\uC744 \uD574\uC81C\uD558\uB824\uBA74 OpenAI \uAD00\uB9AC \uBC31\uC5D4\uB4DC\uC5D0\uC11C \uC2E0\uC6A9\uCE74\uB4DC\uB97C \uC5F0\uACB0\uD558\uC2ED\uC2DC\uC624.)","desc.toggleVideoSubtitlePreTranslation":"\uB204\uB974\uBA74 \uBE44\uB514\uC624\uC758 \uC774\uC911 \uC5B8\uC5B4 \uC790\uB9C9\uC740 \uC6B0\uC120\uC801\uC73C\uB85C \uBAB0\uC785\uD615 \uBC88\uC5ED \uC124\uC815\uC744 \uC0AC\uC6A9\uD558\uACE0, \uB2E4\uC2DC \uB204\uB974\uBA74 \uC6D0\uB798 \uBE44\uB514\uC624\uC5D0 \uB0B4\uC7A5\uB41C \uAE30\uACC4 \uBC88\uC5ED \uC790\uB9C9\uC744 \uC6B0\uC120\uC801\uC73C\uB85C \uC0AC\uC6A9\uD569\uB2C8\uB2E4. \uC8FC\uC758: \uC774 \uB2E8\uCD95\uD0A4\uB294 \uC804\uC5ED \uC124\uC815\uC744 \uC218\uC815\uD569\uB2C8\uB2E4.","error.429":"\uC11C\uBE44\uC2A4\uAC00 \uC624\uB958\uB97C \uBC18\uD658\uD588\uC2B5\uB2C8\uB2E4. \uC774\uB294 \uC694\uCCAD\uC774 \uB108\uBB34 \uC790\uC8FC \uBC1C\uC0DD\uD558\uAC70\uB098 \uD560\uB2F9\uB7C9 \uC81C\uD55C\uC744 \uCD08\uACFC\uD588\uC74C\uC744 \uB098\uD0C0\uB0C5\uB2C8\uB2E4. \uC7A0\uC2DC \uD6C4\uC5D0 \uB2E4\uC2DC \uC2DC\uB3C4\uD558\uC2ED\uC2DC\uC624.","error.serveUnavailable":"\uD604\uC7AC \uC0AC\uC6A9 \uC911\uC778 [{serverName}] \uC11C\uBE44\uC2A4\uB294 \uB124\uD2B8\uC6CC\uD06C \uC5F0\uACB0 \uB610\uB294 \uC11C\uBE44\uC2A4 \uC81C\uACF5\uC790\uC758 \uBB38\uC81C\uB85C \uC778\uD574 \uC77C\uC2DC\uC801\uC73C\uB85C \uC811\uC18D\uD560 \uC218 \uC5C6\uC2B5\uB2C8\uB2E4. \uD398\uC774\uC9C0\uB97C \uC0C8\uB85C \uACE0\uCE68\uD558\uAC70\uB098 <1>\uC124\uC815\uC744 \uD1B5\uD574 \uB2E4\uB978 \uBC88\uC5ED \uC11C\uBE44\uC2A4\uB85C \uBCC0\uACBD\uD574 \uBCF4\uC2DC\uB294 \uAC83\uC744 \uAD8C\uC7A5\uD569\uB2C8\uB2E4. <2>Pro \uD68C\uC6D0\uC774\uC2DC\uB77C\uBA74, \uB354 \uC548\uC815\uC801\uC778 DeepL \uB610\uB294 OpenAI \uBC88\uC5ED \uC11C\uBE44\uC2A4\uB97C \uC0AC\uC6A9\uD560 \uC218 \uC788\uC2B5\uB2C8\uB2E4(<3>\uC5EC\uAE30\uB97C \uD074\uB9AD\uD558\uC2DC\uBA74 \uBB34\uB8CC\uB85C \uCCB4\uD5D8\uD558\uC2E4 \uC218 \uC788\uC2B5\uB2C8\uB2E4). \uB610\uD55C, \uB124\uD2B8\uC6CC\uD06C \uB610\uB294 \uD504\uB85D\uC2DC \uC124\uC815\uC744 \uD655\uC778\uD574\uC57C \uD560 \uC218\uB3C4 \uC788\uC2B5\uB2C8\uB2E4.",pickAll:"\uC804\uCCB4 \uC120\uD0DD","error.reason":"\uC624\uB958 \uC6D0\uC778","error.retry":"\uB2E4\uC2DC \uC2DC\uB3C4\uD558\uB2E4","widget.instruction":"\uC0AC\uC6A9 \uC124\uBA85\uC11C",notLogin:"\uB85C\uADF8\uC778\uD558\uC9C0 \uC54A\uC74C",loggedIn:"\uB85C\uADF8\uC778 \uB418\uC5C8\uC2B5\uB2C8\uB2E4",touchShortcutsOff:"\uB2EB\uAE30",goLogin:"\uB85C\uADF8\uC778\uD558\uC2ED\uC2DC\uC624","widget.videoSubtitle":"\uBE44\uB514\uC624 \uC790\uB9C9","multipleClick.2":"\uB354\uBE14 \uD074\uB9AD","widget.translateFile":"PDF/ePub",shortcutSettings:"\uB2E8\uCD95\uD0A4","tagsInput.add":"+ \uCD94\uAC00",translationOnlyMode:"\uC624\uC9C1 \uBC88\uC5ED \uBAA8\uB4DC\uB9CC",shortcutSettingsTitle:"\uB2E8\uCD95\uD0A4 \uC124\uC815","translationServices.gemini":"\uC30D\uB465\uC774\uC790\uB9AC","multipleClick.4":"\uB124 \uBC88 \uC5F0\uC18D \uD0C0\uACA9","floatBall.iKnow":"\uB098\uB294 \uC54C\uC558\uC5B4","widget.instructionTooltip":"\uC0AC\uC6A9 \uC124\uBA85\uC11C\uB97C \uD655\uC778\uD558\uC2ED\uC2DC\uC624","multipleClick.3":"\uD2B8\uB9AC\uD50C \uD788\uD2B8",paragraphMinTextCountField:"\uBC88\uC5ED \uB2E8\uB77D\uC5D0 \uD544\uC694\uD55C \uCD5C\uC18C \uBB38\uC790 \uC218","shortcutGroup.shortcutsForTranslationServices":"\uBC88\uC5ED \uC11C\uBE44\uC2A4 \uAD00\uB828 \uB2E8\uCD95\uD0A4",temprarilyChangeTranslationTo_openai:"\uD604\uC7AC \uD398\uC774\uC9C0\uB97C OpenAI\uB85C \uBC88\uC5ED\uD558\uACE0 \uC788\uC2B5\uB2C8\uB2E4.","browser.translateWithGoogle":"\uD604\uC7AC \uD398\uC774\uC9C0\uB97C \uC784\uC2DC\uB85C Google \uBC88\uC5ED \uC0AC\uC6A9\uD558\uAE30",mouseHoverCustomKeyTitle:"\uC0AC\uC6A9\uC790 \uC815\uC758 \uB9C8\uC6B0\uC2A4 \uD638\uBC84 \uB2E8\uCD95\uD0A4","slide.left":"\uC624\uB978\uCABD\uC73C\uB85C \uC2AC\uB77C\uC774\uB4DC\uD558\uC138\uC694","browser.translateInputBox":"\uD604\uC7AC \uC785\uB825 \uC0C1\uC790 \uB0B4\uC6A9 \uBC88\uC5ED","intro.floatBallTitle":"\uBE60\uB978 \uBC88\uC5ED \uD50C\uB85C\uD305 \uBCFC","shortcutGroup.touch":"\uD130\uCE58 \uC2A4\uD06C\uB9B0 \uC804\uC6A9 \uC81C\uC2A4\uCC98","widget.videoSubtitleTooltip":"Youtube \uB4F1 {count}+ \uBE44\uB514\uC624 \uC6F9\uC0AC\uC774\uD2B8\uB97C \uC9C0\uC6D0\uD569\uB2C8\uB2E4","intro.subtitleTitle":"\uC628\uB77C\uC778 \uBE44\uB514\uC624 \uC774\uC911 \uC5B8\uC5B4 \uC790\uB9C9 \uD45C\uC2DC","subtitle.autoDisableSubtitle":"\uC790\uB3D9\uC73C\uB85C \uC774\uC911 \uC5B8\uC5B4 \uC790\uB9C9\uC744 \uD65C\uC131\uD654\uD558\uC9C0 \uC54A\uC2B5\uB2C8\uB2E4",temprarilyChangeTranslationTo_bing:"\uD604\uC7AC \uD398\uC774\uC9C0\uB97C Microsoft \uBC88\uC5ED\uC744 \uC0AC\uC6A9\uD558\uC5EC \uBC88\uC5ED\uD558\uACE0 \uC788\uC2B5\uB2C8\uB2E4.","slide.right":"\uC67C\uCABD\uC73C\uB85C \uC2AC\uB77C\uC774\uB4DC\uD558\uC138\uC694","widget.translateFileTooltip":"PDF, EPUB, SRT, ASS, HTML \uBC0F TXT \uBB38\uC11C \uBC88\uC5ED","intro.hoverTitle":"\uB9C8\uC6B0\uC2A4\uB97C \uB193\uC73C\uBA74 \uD604\uC7AC \uB2E8\uB77D\uC774 \uBC88\uC5ED\uB429\uB2C8\uB2E4.",temprarilyChangeTranslationTo_gemini:"\uD604\uC7AC \uD398\uC774\uC9C0\uB97C Gemini\uB85C \uBC88\uC5ED\uD558\uACE0 \uC788\uC2B5\uB2C8\uB2E4.","shortcutGroup.mouse":"\uB9C8\uC6B0\uC2A4 \uD638\uBC84 \uB2E8\uCD95\uD0A4 \uC124\uC815",temprarilyChangeTranslationTo_google:"\uD604\uC7AC \uD398\uC774\uC9C0\uB97C Google \uBC88\uC5ED\uC744 \uC0AC\uC6A9\uD558\uC5EC \uBC88\uC5ED\uD558\uACE0 \uC788\uC2B5\uB2C8\uB2E4.",neverTranslateThisSite:"\uC774 \uC6F9\uC0AC\uC774\uD2B8\uB97C \uC808\uB300 \uBC88\uC5ED\uD558\uC9C0 \uB9C8\uC2ED\uC2DC\uC624.","subtitle.bilingual":"\uC774\uC911 \uC5B8\uC5B4 \uC790\uB9C9",alwaysTranslateThisSite:"\uD56D\uC0C1 \uC774 \uC6F9\uC0AC\uC774\uD2B8\uB97C \uBC88\uC5ED\uD569\uB2C8\uB2E4",buildSnapshots:"\uC6F9\uD398\uC774\uC9C0 \uC2A4\uB0C5\uC0F7 \uC0DD\uC131","error.subscriptionExpiredTitle":"\uD68C\uC6D0\uC774 \uB9CC\uB8CC\uB418\uC5C8\uC2B5\uB2C8\uB2E4",notLoginPro:"\uB2F9\uC2E0\uC740 \uC544\uC9C1 \uD68C\uC6D0 \uACC4\uC815\uC5D0 \uB85C\uADF8\uC778\uD558\uC9C0 \uC54A\uC558\uC2B5\uB2C8\uB2E4.","browser.translateWithGemini":"\uD604\uC7AC \uD398\uC774\uC9C0\uB97C \uC784\uC2DC\uB85C Gemini\uB85C \uBC88\uC5ED\uD558\uC2ED\uC2DC\uC624.","shortcutGroup.others":"\uB354 \uB9CE\uC740 \uC0AC\uC6A9\uC790 \uC815\uC758 \uAE30\uB2A5 \uB2E8\uCD95\uD0A4","subtitle.showQuickButton":"\uD50C\uB808\uC774\uC5B4\uC5D0\uC11C \uC774\uC911 \uC5B8\uC5B4 \uC790\uB9C9 \uB2E8\uCD95\uD0A4\uB97C \uD45C\uC2DC\uD569\uB2C8\uB2E4","browser.translateWithBing":"\uC784\uC2DC\uB85C \uB9C8\uC774\uD06C\uB85C\uC18C\uD504\uD2B8 \uBC88\uC5ED\uC744 \uC0AC\uC6A9\uD558\uC5EC \uD604\uC7AC \uD398\uC774\uC9C0\uB97C \uBC88\uC5ED\uD558\uC2ED\uC2DC\uC624.",contact:"\uC6B0\uB9AC\uC5D0\uAC8C \uC5F0\uB77D\uD558\uC2ED\uC2DC\uC624","desc.touchShortcutsToggleTranslateTouchElement":"\uC0AC\uC6A9\uC790 \uC815\uC758 \uC81C\uC2A4\uCC98\uB97C \uC0AC\uC6A9\uD558\uBA74 \uC5B4\uB5A4 \uB2E8\uB77D\uC774\uB4E0 \uBC88\uC5ED\uD560 \uC218 \uC788\uC2B5\uB2C8\uB2E4.",temprarilyChangeTranslationTo_deepl:"\uD604\uC7AC \uD398\uC774\uC9C0\uB97C DeepL\uB85C \uBC88\uC5ED\uD558\uACE0 \uC788\uC2B5\uB2C8\uB2E4.",networkError:"\uBC88\uC5ED \uC11C\uBE44\uC2A4 \uB610\uB294 \uB124\uD2B8\uC6CC\uD06C\uC5D0 \uBB38\uC81C\uAC00 \uBC1C\uC0DD\uD588\uC2B5\uB2C8\uB2E4.","browser.translateWithTransmart":"\uC784\uC2DC\uB85C \uD150\uC13C\uD2B8 \uBC88\uC5ED\uC744 \uC0AC\uC6A9\uD558\uC5EC \uD604\uC7AC \uD398\uC774\uC9C0\uB97C \uBC88\uC5ED\uD558\uC2ED\uC2DC\uC624.",upgradeToProErrorTitle:"\uC774 \uBC88\uC5ED \uC11C\uBE44\uC2A4\uB97C \uC0AC\uC6A9\uD558\uB824\uBA74 Pro \uD68C\uC6D0\uC73C\uB85C \uC5C5\uADF8\uB808\uC774\uB4DC\uD558\uC2ED\uC2DC\uC624.",temprarilyChangeTranslationTo_transmart:"\uD604\uC7AC \uD398\uC774\uC9C0\uB97C \uD150\uC13C\uD2B8 \uBC88\uC5ED\uC744 \uC0AC\uC6A9\uD558\uC5EC \uBC88\uC5ED\uD558\uACE0 \uC788\uC2B5\uB2C8\uB2E4.",touchShortcutsToggleTranslationMask:"\uD130\uCE58 \uC2A4\uD06C\uB9B0 \uC81C\uC2A4\uCC98 \uC124\uC815\uD558\uC5EC \uBC88\uC5ED \uB9C8\uC2A4\uD06C \uD45C\uC2DC / \uC6D0\uBB38 \uD45C\uC2DC","neverTranslateText.title":"\uB2E4\uC74C \uB2E8\uC5B4\uB294 \uC6D0\uBB38\uC744 \uC720\uC9C0\uD558\uACE0 \uBC88\uC5ED\uD558\uC9C0 \uB9C8\uC2ED\uC2DC\uC624.","browser.translateWithOpenAI":"\uC784\uC2DC\uB85C OpenAI\uB97C \uC0AC\uC6A9\uD558\uC5EC \uD604\uC7AC \uD398\uC774\uC9C0\uB97C \uBC88\uC5ED\uD558\uC2ED\uC2DC\uC624.","floatBall.guideClickToTranslate":`\uD074\uB9AD\uD558\uC5EC \uBAB0\uC785\uD615 \uBC88\uC5ED \uD50C\uB85C\uD305 \uBCFC\uC744 \uBE60\uB974\uAC8C \uBC88\uC5ED\uD560 \uC218 \uC788\uC2B5\uB2C8\uB2E4`,"floatBall.longPress":"\uAE38\uAC8C \uB204\uB974\uBA74 \uC124\uC815 \uD328\uB110\uC744 \uBE60\uB974\uAC8C \uC5F4 \uC218 \uC788\uC5B4\uC694.","browser.translateWithDeepL":"\uD604\uC7AC \uD398\uC774\uC9C0\uB97C \uC784\uC2DC\uB85C DeepL\uB85C \uBC88\uC5ED\uD558\uC2ED\uC2DC\uC624.","shortcutGroup.main":"\uC77C\uBC18\uC801\uC73C\uB85C \uC0AC\uC6A9\uD558\uB294 \uAE30\uB2A5\uC758 \uB2E8\uCD95\uD0A4","subtitle.hideQuickButton":"\uB354 \uC774\uC0C1 \uC774 \uB2E8\uCD95\uD0A4\uB97C \uD45C\uC2DC\uD558\uC9C0 \uC54A\uC2B5\uB2C8\uB2E4",touchShortcutsToggleTranslatePage:"\uC6F9\uD398\uC774\uC9C0 \uBC88\uC5ED/\uC6D0\uBB38 \uD45C\uC2DC\uB97C \uC704\uD574 \uD130\uCE58 \uC2A4\uD06C\uB9B0 \uC81C\uC2A4\uCC98 \uC124\uC815",touchShortcutsToggleTranslateTouchElement:"\uD2B9\uC815 \uB2E8\uB77D \uBC88\uC5ED\uC744 \uC704\uD55C \uD130\uCE58 \uC2A4\uD06C\uB9B0 \uC81C\uC2A4\uCC98 \uC124\uC815",confirmResetToDefaultSettings:"\uC774 \uBC88\uC5ED \uC11C\uBE44\uC2A4\uB97C \uAE30\uBCF8 \uC124\uC815\uC73C\uB85C \uBCF5\uC6D0\uD558\uC2DC\uACA0\uC2B5\uB2C8\uAE4C? (\uD604\uC7AC \uBC88\uC5ED \uC11C\uBE44\uC2A4 \uC124\uC815\uB9CC \uC7AC\uC124\uC815\uB429\uB2C8\uB2E4)","description.baiduField":"\uC9C0\uC6D0\uB418\uB294 \uBD84\uC57C\uB294 <1>\uC5EC\uAE30\uB97C \uCC38\uC870\uD558\uC2ED\uC2DC\uC624. \uBE44\uC5B4 \uC788\uC73C\uBA74 \uBD84\uC57C\uB97C \uC9C0\uC815\uD558\uC9C0 \uC54A\uB294 \uAC83\uC744 \uC758\uBBF8\uD569\uB2C8\uB2E4.","error.subscriptionExpired":"\uD68C\uC6D0\uB2D8\uC758 \uD68C\uC6D0\uAD8C\uC774 \uB9CC\uB8CC\uB418\uC5C8\uC744 \uC218 \uC788\uC2B5\uB2C8\uB2E4. \uD68C\uC6D0 \uC0C1\uD0DC\uB97C \uD655\uC778\uD574 \uC8FC\uC138\uC694.","desc.interfaceLanguage":"\uC778\uD130\uD398\uC774\uC2A4 \uC5B8\uC5B4 \uC124\uC815\uC740 \uC81C\uC5B4\uD310\uC758 \uD45C\uC2DC \uC5B8\uC5B4\uC5D0 \uC601\uD5A5\uC744 \uBBF8\uCE58\uBA70, \uBC88\uC5ED\uC758 \uB300\uC0C1 \uC5B8\uC5B4\uC640\uB294 \uBB34\uAD00\uD569\uB2C8\uB2E4.","browser.toggleMouseHoverTranslateDirectly":"\uD398\uC774\uC9C0\uC5D0\uC11C \uC784\uC2DC\uB85C \uB9C8\uC6B0\uC2A4 \uD638\uBC84\uB97C \uC0AC\uC6A9\uD558\uC5EC \uC9C1\uC811 \uBC88\uC5ED\uC744 \uD65C\uC131\uD654\uD558\uAC70\uB098 \uBE44\uD65C\uC131\uD654\uD558\uC2ED\uC2DC\uC624.","desc.toggleTranslateTheMainPage":"\uD398\uC774\uC9C0\uC758 \uC8FC\uC694 \uC601\uC5ED\uB9CC \uBC88\uC5ED\uD558\uC2ED\uC2DC\uC624. \uACE0\uAE09 \uC124\uC815\uC5D0\uC11C \uD398\uC774\uC9C0 \uC804\uCCB4 \uC601\uC5ED \uBC88\uC5ED\uC744 \uD65C\uC131\uD654 \uD55C \uD6C4, \uC774 \uB2E8\uCD95\uD0A4\uB97C \uC0AC\uC6A9\uD558\uC5EC \uD398\uC774\uC9C0\uC758 \uC8FC\uC694 \uC601\uC5ED\uB9CC \uBC88\uC5ED\uD560 \uC218 \uC788\uC2B5\uB2C8\uB2E4.","desc.mouseHoverHoldKey":"\uB9C8\uC6B0\uC2A4\uB97C \uD2B9\uC815 \uB2E8\uB77D \uC704\uC5D0 \uB193\uACE0 \uC624\uB978\uCABD \uB2E8\uCD95\uD0A4\uB97C \uB3D9\uC2DC\uC5D0 \uB204\uB974\uBA74 \uD574\uB2F9 \uB2E8\uB77D\uC744 \uBC14\uB85C \uBC88\uC5ED\uD560 \uC218 \uC788\uC2B5\uB2C8\uB2E4.",mouseHoverCustomKeyDescription:"\uB9C8\uC6B0\uC2A4\uB97C \uD638\uBC84\uD558\uB294 \uC870\uD569 \uB2E8\uCD95\uD0A4\uB97C \uC0AC\uC6A9\uC790 \uC815\uC758 \uD560 \uC218 \uC788\uC2B5\uB2C8\uB2E4. \uC608\uB97C \uB4E4\uC5B4 : Alt+Z, Ctrl+E, Cmd+Alt+E \uB610\uB294 \uBC14\uB85C Cmd, \uC218\uB3D9\uC73C\uB85C \uC785\uB825\uD574 \uC8FC\uC138\uC694.","subtitle.showQuickButtonDescription":"\uBE44\uB514\uC624 \uD50C\uB808\uC774\uC5B4\uC758 \uC624\uB978\uCABD \uD558\uB2E8\uC5D0\uC11C \uC774\uC911 \uC5B8\uC5B4 \uC790\uB9C9\uC744 \uD65C\uC131\uD654\uD558\uB294 \uB2E8\uCD95\uD0A4\uB97C \uC81C\uACF5\uD569\uB2C8\uB2E4.","desc.toggleTranslateTheWholePage":"\uD398\uC774\uC9C0 \uC804\uCCB4 \uBC88\uC5ED, \uAE30\uBCF8\uC801\uC73C\uB85C \uC6B0\uB9AC\uB294 \uD398\uC774\uC9C0\uC758 \uC8FC\uC694 \uC601\uC5ED\uC744 \uBC88\uC5ED\uD569\uB2C8\uB2E4. \uC774 \uB2E8\uCD95\uD0A4\uB97C \uC0AC\uC6A9\uD558\uC5EC \uD398\uC774\uC9C0 \uC804\uCCB4\uB97C \uC804\uC6A9 \uBC88\uC5ED\uD560 \uC218 \uC788\uC2B5\uB2C8\uB2E4.",shortcutDisableTooltip:"\uBE0C\uB77C\uC6B0\uC800\uC5D0\uC11C \uC81C\uACF5\uD558\uB294 \uD655\uC7A5 \uD504\uB85C\uADF8\uB7A8 \uB2E8\uCD95\uD0A4 \uAD00\uB9AC \uD398\uC774\uC9C0\uC5D0\uC11C \uC124\uC815\uC744 \uD574 \uC8FC\uC138\uC694. \uB354 \uB9CE\uC740 \uC9C0\uCE68\uC740 \uC774 \uD398\uC774\uC9C0 \uC0C1\uB2E8\uC758 \uC124\uBA85\uC744 \uCC38\uC870\uD558\uC2ED\uC2DC\uC624.","browser.toggleVideoSubtitlePreTranslation":"\uC774\uC911 \uC5B8\uC5B4 \uC790\uB9C9\uC744 \uC804\uD658\uD558\uACE0, \uBAB0\uC785\uD615 \uBC88\uC5ED \uC124\uC815\uC744 \uC6B0\uC120\uC801\uC73C\uB85C \uC0AC\uC6A9\uD558\uC2ED\uC2DC\uC624.","desc.touchShortcutsToggleTranslatePage":"\uC124\uC815 \uD6C4\uC5D0\uB294 \uC774\uB3D9 \uC7A5\uCE58\uB97C \uC0AC\uC6A9\uD560 \uB54C X \uAC1C\uC758 \uC190\uAC00\uB77D\uC73C\uB85C \uB3D9\uC2DC\uC5D0 \uD654\uBA74\uC744 \uD130\uCE58\uD558\uAC70\uB098 \uC88C\uC6B0\uB85C \uC2AC\uB77C\uC774\uB4DC\uD558\uAC70\uB098 \uC5F0\uC18D\uC801\uC73C\uB85C \uD0ED\uD558\uC5EC \uC6F9 \uD398\uC774\uC9C0\uB97C \uBC88\uC5ED\uD558\uAC70\uB098 \uC6D0\uBB38\uC744 \uD45C\uC2DC\uD560 \uC218 \uC788\uC2B5\uB2C8\uB2E4.","desc.toggleMouseHoverTranslateDirectly":"\uC774 \uB2E8\uCD95\uD0A4\uB97C \uB204\uB978 \uD6C4 \uD398\uC774\uC9C0\uC5D0\uC11C \uB9C8\uC6B0\uC2A4\uB97C \uD14D\uC2A4\uD2B8\uC758 \uC5B4\uB5A4 \uBD80\uBD84\uC5D0\uB4E0\uC9C0 \uAC00\uB9AC\uD0A4\uBA74 \uD574\uB2F9 \uD14D\uC2A4\uD2B8\uAC00 \uC790\uB3D9\uC73C\uB85C \uBC88\uC5ED\uB429\uB2C8\uB2E4. \uB2E8\uCD95\uD0A4\uB97C \uB2E4\uC2DC \uD55C \uBC88 \uB204\uB974\uBA74 \uC774 \uC790\uB3D9 \uBC88\uC5ED \uAE30\uB2A5\uC744 \uB2EB\uC744 \uC218 \uC788\uC2B5\uB2C8\uB2E4.",paragraphMinTextCountDesc:"\uC8FC\uC758, \uC5EC\uAE30\uC11C\uB294 \uBB38\uC790 \uAE38\uC774\uB97C \uC758\uBBF8\uD569\uB2C8\uB2E4. \uC608\uB97C \uB4E4\uC5B4, hello\uB294 5\uAC1C\uC758 \uBB38\uC790\uC785\uB2C8\uB2E4. \uB354 \uD070 \uAC12\uC744 \uC124\uC815\uD558\uBA74 \uBD88\uD544\uC694\uD55C \uC791\uC740 \uB2E8\uB77D \uBC88\uC5ED\uC744 \uC904\uC77C \uC218 \uC788\uC2B5\uB2C8\uB2E4.",translationOnlyModeDescription:"\uBC88\uC5ED\uBB38\uB9CC \uBAA8\uB4DC\uB294 \uAE30\uBCF8\uC801\uC778 \uC774\uC911 \uC5B8\uC5B4 \uBAA8\uB4DC\uAC00 \uC544\uB2CC \uC624\uC9C1 \uBC88\uC5ED\uBB38\uB9CC\uC744 \uD45C\uC2DC\uD558\uB294 \uAC83\uC744 \uC758\uBBF8\uD569\uB2C8\uB2E4. \uC8FC\uC758: \uAE30\uC220\uC801 \uC81C\uD55C\uC73C\uB85C \uC778\uD574 \uBC88\uC5ED\uBB38\uB9CC \uBAA8\uB4DC\uC5D0\uC11C\uB294 \uC6D0\uBB38\uC758 \uD558\uC774\uD37C\uB9C1\uD06C\uAC00 \uC791\uB3D9\uD558\uC9C0 \uC54A\uC744 \uAC83\uC785\uB2C8\uB2E4.","desc.touchShortcutsToggleTranslationMask":"\uBC88\uC5ED \uB9C8\uC2A4\uD06C\uB294 \uBC88\uC5ED \uC2A4\uD0C0\uC77C\uC758 \uD750\uB9BF\uD55C \uD6A8\uACFC\uB97C \uAC00\uB9AC\uD0A4\uBA70(\uD559\uC2B5 \uBAA8\uB4DC), \uD65C\uC131\uD654\uD558\uBA74 \uC784\uC2DC\uB85C \uBC88\uC5ED\uC5D0 \uD750\uB9BF\uD55C \uD6A8\uACFC\uB97C \uC0AC\uC6A9\uD558\uC5EC \uD559\uC2B5\uC744 \uC6A9\uC774\uD558\uAC8C \uD569\uB2C8\uB2E4.","intro.floatBallDescription":"\uC0AC\uC6A9\uD558\uBA74 \uD398\uC774\uC9C0 \uC624\uB978\uCABD\uC5D0 \uBE60\uB978 \uBC88\uC5ED \uBC84\uD2BC\uC774 \uD45C\uC2DC\uB418\uBA70, \uD074\uB9AD\uD558\uBA74 \uBC88\uC5ED\uD560 \uC218 \uC788\uACE0 \uB2E4\uC2DC \uD074\uB9AD\uD558\uBA74 \uC6D0\uBB38\uC73C\uB85C \uC804\uD658\uD560 \uC218 \uC788\uC2B5\uB2C8\uB2E4. \uBAA8\uBC14\uC77C\uC5D0\uC11C\uB294 \uD50C\uB85C\uD305 \uBCFC\uC744 \uAE38\uAC8C \uB204\uB974\uBA74 \uBE60\uB978 \uC124\uC815 \uD328\uB110\uC744 \uC5F4 \uC218 \uC788\uC2B5\uB2C8\uB2E4.","contact.description":"\uB2F9\uC2E0\uC774 \uC9C8\uBB38\uC774\uB098 \uC81C\uC548\uC0AC\uD56D\uC774 \uC788\uC73C\uC2DC\uB2E4\uBA74, \uC544\uB798\uC758 \uC591\uC2DD\uC744 \uC791\uC131\uD558\uC5EC \uC800\uD76C\uC5D0\uAC8C \uC5F0\uB77D\uD558\uC2DC\uAC70\uB098 {email}\uB85C \uC774\uBA54\uC77C\uC744 \uBCF4\uB0B4\uC8FC\uC2DC\uAE30 \uBC14\uB78D\uB2C8\uB2E4. \uC800\uD76C\uB294 \uBE60\uB978 \uC2DC\uC77C \uB0B4\uC5D0 \uB2F5\uBCC0\uB4DC\uB9AC\uACA0\uC2B5\uB2C8\uB2E4.","neverTranslateText.description":"\uC77C\uBD80 \uBC88\uC5ED \uC5D4\uC9C4\uC774 \uACE0\uC720 \uBA85\uC0AC\uB97C \uC81C\uB300\uB85C \uC778\uC2DD\uD558\uC9C0 \uBABB\uD558\uAE30 \uB54C\uBB38\uC5D0, \uC5EC\uAE30\uC5D0 \uB2E8\uC5B4\uB97C \uCD94\uAC00\uD558\uC5EC \uBC88\uC5ED \uACFC\uC815\uC5D0\uC11C \uBCC0\uD658\uB418\uC9C0 \uC54A\uB3C4\uB85D \uD560 \uC218 \uC788\uC2B5\uB2C8\uB2E4. \uC774 \uAE30\uB2A5\uC740 \uB300\uC18C\uBB38\uC790\uB97C \uAD6C\uBD84\uD558\uBA70 \uACF5\uBC31\uC73C\uB85C \uAD6C\uBD84\uB41C \uB2E8\uC5B4 \uC5B8\uC5B4(\uC601\uC5B4, \uD504\uB791\uC2A4\uC5B4 \uB4F1)\uB9CC \uC9C0\uC6D0\uD558\uBA70 \uC77C\uBCF8\uC5B4, \uD55C\uAD6D\uC5B4 \uB4F1\uC758 \uC5B8\uC5B4\uC5D0\uB294 \uC801\uC6A9\uB418\uC9C0 \uC54A\uC2B5\uB2C8\uB2E4.","intro.hoverDescription":"\uB9C8\uC6B0\uC2A4 \uD638\uBC84 \uBC88\uC5ED\uC740 \uBAB0\uC785\uD615 \uBC88\uC5ED\uC5D0\uC11C \uB9E4\uC6B0 \uC911\uC694\uD55C \uAE30\uB2A5\uC785\uB2C8\uB2E4. \uB2E8\uC9C0 \uBB38\uB2E8 \uC704\uC5D0 \uB9C8\uC6B0\uC2A4\uB97C \uB193\uACE0 \uB3D9\uC2DC\uC5D0 \uC124\uC815\uB41C \uB2E8\uCD95\uD0A4\uB97C \uB204\uB974\uBA74 \uD604\uC7AC \uBB38\uB2E8\uC774 \uC790\uB3D9\uC73C\uB85C \uBC88\uC5ED\uB429\uB2C8\uB2E4(\uC8FC\uC758: \uAE30\uBCF8\uC801\uC73C\uB85C \uD65C\uC131\uD654\uB418\uC5B4 \uC788\uC9C0 \uC54A\uC2B5\uB2C8\uB2E4. \uC544\uB798\uC5D0\uC11C \uC124\uC815\uD558\uC2ED\uC2DC\uC624). \uC774 \uC0C1\uD638\uC791\uC6A9\uC740 \uB2E8\uC5B4 \uC120\uD0DD \uBC88\uC5ED\uC744 \uB354 \uC798 \uB300\uCCB4\uD558\uAE30 \uC704\uD574 \uC0AC\uC6A9\uB418\uBA70, \uB610\uD55C \uC774 \uAE30\uB2A5\uC740 \uC778\uC2DD\uD560 \uC218 \uC5C6\uB294 \uBC88\uC5ED \uC601\uC5ED\uC5D0 \uB110\uB9AC \uC801\uC6A9\uB429\uB2C8\uB2E4. \uC774 \uAE30\uB2A5\uC744 \uC774\uC6A9\uD558\uC5EC \uC5B4\uB5A4 \uBB38\uB2E8\uC774\uB4E0 \uAC15\uC81C\uB85C \uBC88\uC5ED\uD560 \uC218 \uC788\uC2B5\uB2C8\uB2E4.","intro.subtitleDescription":"\uC774 \uAE30\uB2A5\uC744 \uD65C\uC131\uD654\uD558\uBA74 \uBE44\uB514\uC624 \uC7AC\uC0DD \uC2DC \uC790\uB3D9\uC73C\uB85C \uC774\uC911 \uC5B8\uC5B4 \uC790\uB9C9\uC774 \uD45C\uC2DC\uB429\uB2C8\uB2E4. \uD65C\uC131\uD654\uD558\uC9C0 \uC54A\uC740 \uACBD\uC6B0, \uD398\uC774\uC9C0\uC5D0\uC11C \uC218\uB3D9\uC73C\uB85C \uBC88\uC5ED \uBC84\uD2BC\uC744 \uD074\uB9AD\uD558\uC5EC \uC790\uB9C9\uC744 \uD45C\uC2DC\uD574\uC57C \uD569\uB2C8\uB2E4. \uAE30\uC220\uC801 \uC81C\uD55C\uC73C\uB85C \uC778\uD574 \uC77C\uBD80 \uC6F9\uC0AC\uC774\uD2B8\uC5D0\uC11C\uB294 \uC790\uB9C9\uC744 \uCC98\uC74C \uD65C\uC131\uD654\uD560 \uB54C \uD398\uC774\uC9C0\uB97C \uC0C8\uB85C \uACE0\uCE68\uD558\uAC70\uB098 \uBC88\uC5ED\uC774 \uC644\uB8CC\uB41C \uD6C4\uC5D0\uC57C \uC774\uC911 \uC5B8\uC5B4 \uC790\uB9C9\uC744 \uD45C\uC2DC\uD560 \uC218 \uC788\uC2B5\uB2C8\uB2E4. (\uB610\uD55C, \uBE44\uB514\uC624 \uC6F9\uC0AC\uC774\uD2B8\uB97C \uC5F4\uACE0 \uB098\uC11C \uC624\uB978\uCABD \uC0C1\uB2E8\uC5D0\uC11C \uBAB0\uC785\uD615 \uBC88\uC5ED\uC758 \uBC14\uB85C\uAC00\uAE30 \uD328\uB110\uC744 \uD65C\uC131\uD654/\uBE44\uD65C\uC131\uD654 \uD560 \uC218\uB3C4 \uC788\uC2B5\uB2C8\uB2E4.)

\uD604\uC7AC \uC774\uB7EC\uD55C \uC6F9\uC0AC\uC774\uD2B8\uC5D0\uC11C \uC774\uC911 \uC5B8\uC5B4 \uC790\uB9C9\uC744 \uC0AC\uC6A9\uD560 \uC218 \uC788\uC2B5\uB2C8\uB2E4:",geminiWarning:"\uC8FC\uC758: Google\uC774 \uC81C\uACF5\uD558\uB294 Gemini\uC758 \uBB34\uB8CC \uC11C\uBE44\uC2A4 \uC81C\uD55C\uC774 \uC5C4\uACA9\uD558\uBBC0\uB85C, \uC0AC\uC6A9\uC790\uAC00 \uC5EC\uB7EC Key\uB97C \uC0AC\uC6A9\uD558\uC5EC \uADF8\uB4E4\uC758 \uBB34\uB8CC \uD560\uB2F9\uB7C9 \uC81C\uD55C\uC744 \uD68C\uD53C\uD558\uACE0 \uC788\uB2E4\uACE0 Google\uC5D0 \uD310\uB2E8\uB420 \uC218 \uC788\uC2B5\uB2C8\uB2E4. \uC0AC\uC6A9\uD558\uC9C0 \uC54A\uB294 \uAC83\uC774 \uC88B\uC73C\uBA70, Google\uC774 Gemini \uC720\uB8CC \uC778\uD130\uD398\uC774\uC2A4\uB97C \uAC1C\uBC29\uD560 \uB54C\uAE4C\uC9C0 \uAE30\uB2E4\uB9AC\uB294 \uAC83\uC774 \uC88B\uC2B5\uB2C8\uB2E4.","floatBall.setting":"\uC124\uC815","floatBall.translateToLanguage":"{language}\uB85C \uBC88\uC5ED\uC744 \uD074\uB9AD\uD558\uC2ED\uC2DC\uC624.","floatBall.file":`PDF, EPUB, SRT, ASS, HTML, TXT \uD30C\uC77C \uBC88\uC5ED`,changeToOnlyTempTranslationMode:"\uBC88\uC5ED\uB9CC \uD45C\uC2DC\uD558\uB3C4\uB85D \uD1A0\uAE00",changeToDualTempTranslationMode:"\uC774\uC911 \uC5B8\uC5B4 \uBC88\uC5ED\uC73C\uB85C \uC804\uD658","options.navbar.translateFile":"\uBB38\uC11C \uBC88\uC5ED","transitionMode.dual":"\uC774\uC911 \uC5B8\uC5B4 \uB300\uC870","transitionMode.translation":"\uC624\uC9C1 \uBC88\uC5ED\uBB38","options.navbar.installApp":"\uD734\uB300\uD3F0 \uC571 \uC124\uCE58","subtitle.transitionMode":"\uBE44\uB514\uC624 \uC790\uB9C9 \uC774\uC911 \uC5B8\uC5B4 / \uBC88\uC5ED\uBB38\uB9CC \uC124\uC815","transitionMode.inherit":"\uC2DC\uC2A4\uD15C\uC758 \uAE30\uBCF8 \uBC88\uC5ED \uD45C\uC2DC \uBAA8\uB4DC\uC640 \uC77C\uCE58\uD558\uC2ED\uC2DC\uC624","subtitle.transitionModeDescription":"\uBE44\uB514\uC624 \uC790\uB9C9\uC744 \uC774\uC911 \uC5B8\uC5B4 \uB300\uC870 \uB610\uB294 \uBC88\uC5ED\uBB38\uB9CC \uBAA8\uB4DC\uB85C \uC124\uC815\uD558\uC2ED\uC2DC\uC624.",translateFileTooltip:`PDF, ePub, srt, ass, HTML, TXT \uD30C\uC77C \uBC88\uC5ED`,"description.subtitlePrompt":`\uC790\uB9C9 \uC2DC\uB098\uB9AC\uC624\uC5D0\uC11C \uC5EC\uB7EC \uB2E8\uB77D\uC744 \uBCF4\uB0BC \uB54C, \uC0AC\uC6A9\uC790\uC758 \uC2E0\uBD84\uC73C\uB85C {service}\uC5D0 \uB300\uD654\uB97C \uBCF4\uB0B4\uB294\uB370, \uC5EC\uAE30\uC11C {{from}}\uC740 \uB2E8\uB77D\uC758 \uC5B8\uC5B4\uB97C \uB098\uD0C0\uB0B4\uACE0, {{to}}\uB294 \uBAA9\uD45C \uC5B8\uC5B4\uB97C \uB098\uD0C0\uB0C5\uB2C8\uB2E4. {{yaml}}\uC740 \uC6B0\uB9AC\uAC00 yaml \uD615\uC2DD\uC73C\uB85C \uD3EC\uC7A5\uD55C \uB2E8\uB77D \uB0B4\uC6A9\uC774\uBA70, \uC0AC\uC6A9\uC790 \uC815\uC758 Prompt\uAC00 \uD544\uC694\uD55C \uACBD\uC6B0, AI \uC751\uB2F5\uC758 YAML \uACB0\uACFC\uC758 \uAC01 \uD56D\uBAA9\uC774 {env.imt_sub_trans_field} \uD544\uB4DC\uB97C \uD3EC\uD568\uD574\uC57C \uD569\uB2C8\uB2E4. {{imt_sub_trans_field}}\uB294 \uC6B0\uB9AC\uAC00 AI \uC751\uB2F5\uC744 \uC6D0\uD558\uB294 \uBC88\uC5ED \uD544\uB4DC \uC774\uB984\uC774\uBA70, \uAE30\uBCF8\uAC12\uC740: {env.imt_sub_trans_field}, {{imt_sub_source_field}}\uB294 \uC6B0\uB9AC\uAC00 AI\uC5D0\uAC8C \uC804\uB2EC\uD558\uB294 \uC6D0\uBB38 \uD544\uB4DC \uC774\uB984\uC774\uBA70, \uAE30\uBCF8\uAC12\uC740: {env.imt_sub_source_field}\uC785\uB2C8\uB2E4. \uC608\uC2DC \uACB0\uACFC\uB294 \uB2E4\uC74C\uACFC \uAC19\uC2B5\uB2C8\uB2E4: @@ -5129,7 +5129,7 @@ HTML, TXT \uD30C\uC77C \uBC88\uC5ED`,"description.subtitlePrompt":`\uC790\uB9C9 - id: 1 {env.imt_trans_field}: \uBC88\uC5ED\uBB38 - id: 2 - {env.imt_trans_field}: \uBC88\uC5ED\uBB38`,"subtitle.quickButton.setting":"\uC124\uC815","subtitle.quickButton.translationPosition":"\uBC88\uC5ED \uC704\uCE58","subtitle.quickButton.black":"\uAC80\uC740\uC0C9","translationServices.claude":"\uD074\uB85C\uB4DC","subtitle.quickButton.translationPositionTop":"\uC6D0\uBB38 \uC704\uC5D0","subtitle.quickButton.backgroundColor":"\uBC30\uACBD\uC0C9","subtitle.quickButton.translationPositionBottom":"\uC6D0\uBB38 \uC544\uB798\uC5D0","subtitle.quickButton.yellow":"\uB178\uB780\uC0C9","subtitle.quickButton.white":"\uD558\uC580\uC0C9","subtitle.quickButton.translationTextColor":"\uBC88\uC5ED \uAE00\uAF34 \uC0C9\uC0C1","subtitle.quickButton.red":"\uBE68\uAC04\uC0C9","subtitle.quickButton.sourceTextColor":"\uC6D0\uB798 \uAE00\uAF34 \uC0C9\uC0C1","subtitle.quickButton.green":"\uB179\uC0C9","subtitle.quickButton.cyan":"\uCCAD\uC0C9","subtitle.quickButton.magenta":"\uB9C8\uC820\uD0C0\uC0C9","subtitle.quickButton.backgroundOpacity":"\uBC30\uACBD \uBD88\uD22C\uBA85\uB3C4","subtitle.quickButton.translationFontSize":"\uBC88\uC5ED \uAE00\uC790 \uD06C\uAE30","subtitle.quickButton.sourceFontSize":"\uC6D0\uB798 \uAE00\uAF34 \uD06C\uAE30","subtitle.quickButton.blue":"\uD30C\uB780\uC0C9",attachSubtitleTranslating:"{service}\uB97C \uC0AC\uC6A9\uD558\uC5EC \uBC88\uC5ED \uC911...","error.claude.403":"\uC11C\uBE44\uC2A4\uC5D0 \uC561\uC138\uC2A4 \uD560 \uAD8C\uD55C\uC774 \uC5C6\uC2B5\uB2C8\uB2E4. \uC774\uB294 Claude\uC758 \uC9C0\uC5ED \uC81C\uD55C\uACFC \uAD00\uB828\uC774 \uC788\uC744 \uC218 \uC788\uC2B5\uB2C8\uB2E4. IP \uC8FC\uC18C\uB97C \uBCC0\uACBD\uD558\uAC70\uB098 \uB2E4\uB978 \uBC88\uC5ED \uC11C\uBE44\uC2A4\uB97C \uC0AC\uC6A9\uD574 \uBCF4\uC2ED\uC2DC\uC624.","browser.brandDescriptionForSafari":"\u3010\uBAB0\uC785\uD615 \uBC88\uC5ED\u3011\uBB34\uB8CC\uC758 (\uC6D0\uBB38/\uBC88\uC5ED\uBB38) \uC774\uC911 \uC5B8\uC5B4 \uB300\uC870 \uC6F9 \uD398\uC774\uC9C0 \uBC88\uC5ED \uD50C\uB7EC\uADF8\uC778\uC73C\uB85C, PDF \uBC88\uC5ED \uBC0F EPUB \uC804\uC790\uCC45 \uBC88\uC5ED\uC744 \uC9C0\uC6D0\uD558\uBA70 \uC6D0\uBB38\uC758 \uBB38\uC11C \uBC30\uCE58\uB97C \uC720\uC9C0\uD569\uB2C8\uB2E4. Youtube/Netflix \uB4F1\uC758 \uC628\uB77C\uC778 \uBE44\uB514\uC624 \uC774\uC911 \uC5B8\uC5B4 \uC790\uB9C9 \uBC88\uC5ED\uC744 \uC9C0\uC6D0\uD558\uBA70, Deepl/Google \uB4F1 \uC8FC\uC694 \uBC88\uC5ED \uC11C\uBE44\uC2A4\uB97C \uC9C0\uC6D0\uD569\uB2C8\uB2E4.","browser.PdfProFile":"AI\uAC00 \uAD6C\uB3D9\uD558\uB294 PDF Pro \uBC88\uC5ED","browser.textTranslate":"\uBB38\uC11C \uBC88\uC5ED"};var Eh={nologin:"n\xE3o conectado",loginForSafari:"Iniciar sess\xE3o ou registar-se",login:"Iniciar sess\xE3o para abrir uma inscri\xE7\xE3o",manageAccount:"Contas geridas",openPremium:"Associa\xE7\xE3o aberta",logout:"abortar",curentPlan:"Pacotes actuais",endAt:"expira\xE7\xE3o",endAuto:"renova\xE7\xE3o autom\xE1tica",lineBreakMaxTextCount:"N\xFAmero m\xE1ximo de caracteres permitidos por frase ap\xF3s as mudan\xE7as de linha","translate-pdf":"Clique para traduzir o PDF","noSupportTranslate-pdf":"Script n\xE3o suportado, utilize o plugin","translate-firefox-local-pdf":"Clique para ir para Importar PDF",enableLineBreak:"Ativar o avan\xE7o autom\xE1tico de linha para par\xE1grafos longos",sponsorLabel:"$1 Desenvolvedores patrocinados",help:"m\xE3o",browserShortcutsNoteForFirefox:"Para alterar os atalhos no Firefox, \xE9 necess\xE1rio abrir a p\xE1gina de gest\xE3o de extens\xF5es `about:addons`, clicar em `Settings` e, em seguida, clicar em `Manage Shortcuts` para definir os atalhos.",browserShortcutsNoteForChrome:"Para modificar os atalhos no Chrome, tem de abrir a p\xE1gina de gest\xE3o de extens\xF5es, defini-los no painel `Gerir atalhos` (`chrome://extensions/shortcuts`) e clicar no bot\xE3o abaixo para saltar para a p\xE1gina de gest\xE3o de atalhos.",browserShortcutsSucks:"Os atalhos personalizados s\xE3o formatados como (sem reconhecimento autom\xE1tico, introduza diretamente)\uFF1A",enableLineBreakDescription:"Quando activada, as quebras de linha ser\xE3o inseridas no final de cada frase em par\xE1grafos longos para facilitar a leitura","browser.shortBrandName":"Tradu\xE7\xE3o por imers\xE3o","browser.brandName":"Tradu\xE7\xE3o por imers\xE3o: Tradu\xE7\xE3o bilingue de p\xE1ginas Web e de documentos PDF","browser.brandDescription":"Bilingual web page translation, also supports PDF translation, bilingual Epub eBook translation, free to use.","browser.toggleTranslatePage":"Traduzir a p\xE1gina/apresentar o texto original","browser.toggleTranslateTheWholePage":"Traduzir todas as \xE1reas da p\xE1gina/apresentar o texto original","browser.toggleOnlyTransation":"Alternar entre o modo bil\xEDngue / apenas tradu\xE7\xE3o","browser.toggleTranslateToThePageEndImmediately":"Tradu\xE7\xE3o imediata para o fim da p\xE1gina/visualiza\xE7\xE3o do texto original","browser.toggleTranslateTheMainPage":"Traduzir a \xE1rea principal da p\xE1gina/apresentar o texto original","browser.shareToDraft":"Partilhar p\xE1ginas bilingues","browser.openOptionsPage":"Abrir a p\xE1gina de defini\xE7\xF5es","browser.toggleTranslationMask":"Mostrar/ocultar o efeito de desfocagem da tradu\xE7\xE3o","browser.translateLocalPdfFile":"Traduzir ficheiros PDF locais","browser.openEbookViewer":"Ler livros electr\xF3nicos locais","browser.openEbookBuilder":"Criar livros electr\xF3nicos EPUB bilingues","browser.translateLocalHtmlFile":"Traduzir ficheiros HTML/txt","browser.donateContext":"Saiba mais sobre as vantagens do patroc\xEDnio","browser.translateLocalSubtitleFile":"Traduzir ficheiros de legendas locais",confirmResetConfig:"Tem a certeza de que pretende repor as defini\xE7\xF5es?",translationLineBreakSettingTitle:"Defini\xE7\xE3o do avan\xE7o de linha de tradu\xE7\xE3o",smartLineBreak:"alimenta\xE7\xE3o de linha inteligente (computa\xE7\xE3o)",alwaysLineBreak:"Sempre alimenta\xE7\xE3o de linha",isShowContextMenu:"Adicionar p\xE1ginas traduzidas aos itens de menu do bot\xE3o direito do rato",toggleBeta:"Ativa\xE7\xE3o de funcionalidades de teste beta",betaDescription:"Ativar funcionalidades que ainda s\xE3o experimentais, bem como um servi\xE7o de tradu\xE7\xE3o em vers\xE3o beta. Junte-se ao <1>grupo do Telegram para saber mais.",translationLineBreakSettingDescription:"Os feeds de linha s\xE3o sempre limpos e organizados para p\xE1ginas com menos conte\xFAdo. (Utilize quebras de linha inteligentes em par\xE1grafos longos e com muito conte\xFAdo (mais de{count}caracteres) para poupar espa\xE7o).",tempTranslateDomainTitle:"Dura\xE7\xE3o da ativa\xE7\xE3o tempor\xE1ria da tradu\xE7\xE3o do s\xEDtio Web",tempTranslateDomainDescription:"Quando traduzir manualmente uma p\xE1gina Web, active temporariamente o s\xEDtio Web para tradu\xE7\xE3o autom\xE1tica e pode definir a dura\xE7\xE3o tempor\xE1ria.",xMinutes:"{count} minutos",disabled:"proibir a utiliza\xE7\xE3o de algo",changelog:"Registo de atualiza\xE7\xE3o",toggleTranslatePageWhenThreeFingersOnTheScreen:"O toque simult\xE2neo de v\xE1rios dedos no ecr\xE3 traduz p\xE1ginas Web/apresenta o texto original",toggleTranslationMaskWhenThreeFingersOnTheScreen:"O toque de v\xE1rios dedos mostra/oculta o efeito de desfocagem.",fingerCountToToggleTranslagePageOnlyTranslationWhenTouching:"O toque simult\xE2neo de v\xE1rios dedos no ecr\xE3 traduz a p\xE1gina Web (apenas tradu\xE7\xE3o)/apresenta o texto original.",addUrlDescription:"Pode ser um nome de dom\xEDnio e tamb\xE9m suporta wildcards, por exemplo,\uFF1A*.google.com, google.com/mail/*, https://www.google.com/*",general:"Defini\xE7\xF5es b\xE1sicas",clickToExpandConfig:"Expandir a configura\xE7\xE3o atual",import:"Importar de um ficheiro",export:"Exportar para ficheiro",toggleDebug:"Imprimir o registo de depura\xE7\xE3o na consola","fingers.0":"coagula\xE7\xE3o","fingers.2":"toque com dois dedos","fingers.3":"toque com tr\xEAs dedos","fingers.4":"toque com quatro dedos","fingers.5":"toque com cinco dedos",mouseHoldKey:"+ {key} traduzir/restaurar o par\xE1grafo",mouseHoldKeyAuto:"Tradu\xE7\xE3o direta do par\xE1grafo",mouseHoldKeyOff:"N\xE3o fa\xE7as nada.",mouseHoldKeyOther:"Atalhos personalizados (abrir defini\xE7\xF5es)",mouseHoldKeyCustomKey:"{key} Tradu\xE7\xE3o/redu\xE7\xE3o do par\xE1grafo",mouseHoverHoldKey:"Passar o rato enquanto se premem as teclas de atalho para traduzir par\xE1grafos","mouse-translate":"passar o rato",document:"ficheiro (inform\xE1tico)",resetSuccess:"Repor todas as defini\xE7\xF5es com \xEAxito",resetThisSuccess:"Reinicializa\xE7\xE3o bem-sucedida",saved:"Guardar com sucesso",successImportConfig:"Configura\xE7\xE3o importada com sucesso",goAdvancedSettings:"Aceder \xE0 p\xE1gina Defini\xE7\xF5es avan\xE7adas",goAdvancedInterfaceSettings:"Aceder \xE0 p\xE1gina Defini\xE7\xF5es de personaliza\xE7\xE3o avan\xE7adas",advanced:"Defini\xE7\xF5es avan\xE7adas",advancedDescription:"Geralmente n\xE3o s\xE3o necess\xE1rias defini\xE7\xF5es, basta deix\xE1-la como predefinida. Apenas para utilizadores mais especializados, est\xE3o dispon\xEDveis defini\xE7\xF5es mais personalizadas.",developer:"Defini\xE7\xF5es do programador",donateCafe:"pre\xE7os","translate to the bottom of the page":"\xC9 traduzido para o fundo da p\xE1gina imediatamente ap\xF3s entrar na p\xE1gina?",feedback:"Feedback sobre os problemas",toggleTranslatePage:"Traduzir a p\xE1gina/apresentar o texto original",translateToThePageEndImmediatelyDescription:"Se a ativar, o conte\xFAdo ser\xE1 imediatamente traduzido da parte superior para a parte inferior da p\xE1gina \xE0 medida que a introduz. Se a desativar, a tradu\xE7\xE3o \xE9 feita \xE0 medida que l\xEA. (N\xE3o recomendado)","translate all areas of the page":"Se pretende traduzir todas as \xE1reas da p\xE1gina",translationAreaDescription:"Ligado, todas as \xE1reas de toda a p\xE1gina Web s\xE3o traduzidas. Se estiver desativado, utiliza o reconhecimento inteligente predefinido e traduz apenas as \xE1reas principais. (N\xE3o se recomenda que seja ativado)","the number of characters to be translated first":"Traduzir diretamente os primeiros caracteres da p\xE1gina sem ter de se deslocar para a \xE1rea de visualiza\xE7\xE3o","interface language":"linguagem de interface","display both the original text and the translation":"Visualiza\xE7\xE3o simult\xE2nea do original e da tradu\xE7\xE3o","keyboard shortcuts":"Atalhos de teclado",modify:"Modificar teclas de atalho",reset:"reprovis\xE3o",close:"coagula\xE7\xE3o",homepage:"p\xE1gina inicial",more:"mais",moreOptions:"Expandir mais op\xE7\xF5es de personaliza\xE7\xE3o",translateTheWholePage:"Traduzir todas as \xE1reas da p\xE1gina (em vez de reconhecer inteligentemente as \xE1reas principais)",changeToTranslateTheWholePage:"Mudar para traduzir todas as regi\xF5es",changeToTranslateTheMainPage:"Mudar para Traduzir \xC1rea Principal",changeToOnlyTranslationMode:"Alternar para apresentar apenas tradu\xE7\xF5es",changeToDualTranslationMode:"Mudar para tradu\xE7\xE3o bilingue",translateToThePageEndImmediately:"Tradu\xE7\xE3o imediata para o fim da p\xE1gina",translateTheMainPage:"Regi\xF5es-chave da tradu\xE7\xE3o inteligente","The local rules are up to date":"As regras de adapta\xE7\xE3o local est\xE3o actualizadas.","Successfully synchronized with the latest official rules:":"Sincroniza\xE7\xE3o bem sucedida com as \xFAltimas regras oficiais de adapta\xE7\xE3o.","Checking for updates":"Verifica\xE7\xE3o de actualiza\xE7\xF5es","Rules are being synchronized":"Regras de adapta\xE7\xE3o sincronizadas",localVersionIsTooOld:"A vers\xE3o da extens\xE3o local \xE9 demasiado antiga. Actualize a extens\xE3o para {minVersion} ou mais recente antes de tentar sincronizar.",badUserscriptBrowser:"O navegador atual n\xE3o implementa corretamente a interface da extens\xE3o Grease Monkey (por exemplo, para obter informa\xE7\xF5es sobre o n\xFAmero da vers\xE3o do pr\xF3prio script Grease Monkey), utilize outros navegadores que <1>suportem a extens\xE3o Grease Monkey, como o Firefox.",foundNewVersion:"Descubra a nova vers\xE3o",theLocalExtensionIsUpToUpdate:"A extens\xE3o atual est\xE1 actualizada.",failToSyncRules:"N\xE3o sincroniza\xE7\xE3o das regras de adapta\xE7\xE3o mais recentes",retry:"Clique aqui para tentar novamente",failedReason:"Raz\xF5es do insucesso",currentRuleVersion:"Vers\xE3o atual da regra",calculating:"c\xE1lculos",unknownError:"erro desconhecido",canNotFetchRemoteRule:"N\xE3o \xE9 poss\xEDvel obter regras remotas",enableAlphaSuccess:"Alfa ativado",disableAlphaSuccess:"A fun\xE7\xE3o alfa foi desactivada",cacheSize:"Tamanho da cache\uFF1A",cleaning:"em processo de liquida\xE7\xE3o",cleanCache:"limpar a cache",options:"preparar",about:"em rela\xE7\xE3o a",service:"servi\xE7o de interpreta\xE7\xE3o",needAction:"(Ir para Defini\xE7\xF5es)",goSettings:"v\xE1 em frente e configure",needActionForOptions:"(a definir)",translationEngine:"Op\xE7\xF5es de motor",sourceLanguage:"L\xEDngua original",target:"l\xEDngua-alvo",popupSourceLanguage:"L\xEDngua original",popupTarget:"l\xEDngua-alvo",popupService:"servi\xE7o de interpreta\xE7\xE3o",forThisSite:"S\xEDtio Web atual",autoEnableSubtitle:"Abertura autom\xE1tica de legendas bilingues",alwaysTranslate:"Traduzir sempre",neverTranslate:"Nunca traduzir",alwaysTranslateSomeLanguage:"Traduzir sempre {language}",neverTranslateSomeLanguage:"Nunca traduzir {language}",alwaysTranslateSomeSite:"Traduzir sempre {hostname}",neverTranslateSomeSite:"Nunca traduzir {hostname}",alwaysTranslateSomeSiteOrWildSite:"Traduzir sempre o s\xEDtio",alwaysTranslateSomePage:"Traduzir sempre a p\xE1gina",add:"aumentar",default:"predefini\xE7\xE3o (defini\xE7\xE3o)",forThisLanguage:"Para esta l\xEDngua\uFF1A","add url":"Introduzir URL",edit:"compilador","translate other languages into specific language":"Traduzir outras l\xEDnguas para a sua l\xEDngua definida","select translation service":"Selecionar um servi\xE7o de tradu\xE7\xE3o",language:"multilinguismo","show-original":"Mostrar texto original",translate:"renderiza\xE7\xE3o",Translated:"traduzido",Translating:"na tradu\xE7\xE3o",Error:"incorreto",allowCacheTranslations:"Ativar o caching de tradu\xE7\xE3o local (para reduzir os pedidos de tradu\xE7\xE3o de passagens duplicadas)","translation display":"Estilo de apresenta\xE7\xE3o da tradu\xE7\xE3o","select diplay style":"Distinguir os estilos de tradu\xE7\xE3o, com refer\xEAncia espec\xEDfica aos seguintes exemplos",interface:"Defini\xE7\xF5es de interface",import_export:"Importa\xE7\xE3o/Exporta\xE7\xE3o",import_export_title:"Configura\xE7\xE3o de importa\xE7\xE3o/exporta\xE7\xE3o",syncToGoogleDrive:"Sincronizar com o Google Drive agora",floatBallOptions:"Defini\xE7\xF5es do Hoverball","floatBallOptions.enable":"Ativar Hoverball","floatBallOptions.blockUrls":"Desativar o s\xEDtio Web","floatBallOptions.add":"aumentar","floatBallOptions.blockUrlDesc":"As Hoverballs n\xE3o s\xE3o apresentadas quando s\xE3o encontrados os seguintes s\xEDtios Web","floatBallOptions.clickType":"comportamento de clique","floatBallOptions.clickTypeDesc":"Comportamento do \xEDcone da bola flutuante quando clicado","floatBallOptions.clickPopup":"Mostrar painel de tradu\xE7\xE3o","floatBallOptions.clickTranslate":"Tradu\xE7\xE3o/apresenta\xE7\xE3o do texto original",previewAllThemes:"Pr\xE9-visualizar todos os estilos","translationTheme.none":"n\xE3o ter","translationTheme.grey":"cinzento escuro","translationTheme.dashed":"sublinhado pontilhado","translationTheme.dotted":"sublinhado pontilhado","translationTheme.dashedBorder":"borda pontilhada","translationTheme.solidBorder":"fronteira s\xF3lida","translationTheme.underline":"Sublinhar linhas rectas","translationTheme.mask":"Efeitos difusos (modos de aprendizagem)","translationTheme.opacity":"efeito de transpar\xEAncia","translationTheme.paper":"Efeito de sombra de papel branco","translationTheme.dividingLine":"linha divis\xF3ria","translationTheme.highlight":"alta luminosidade","translationTheme.marker":"marcador (palavra emprestada)","translationTheme.marker2":"Marcador 2","translationTheme.blockquote":"Estilos de refer\xEAncia","translationTheme.weakening":"enfraquecimento","translationTheme.italic":"tipo de letra inclinado","translationTheme.bold":"engrossar","translationTheme.thinDashed":"linha fina pontilhada sublinhada","translationTheme.nativeDashed":"O sistema vem com um sublinhado a tracejado","translationTheme.nativeDotted":"O sistema vem com um sublinhado pontilhado","translationTheme.nativeUnderline":"O sistema \xE9 fornecido com um sublinhado de linha reta","translationTheme.wavy":"linha ondulada","translationServices.custom":"API personalizada","translationServices.tencent":"Tencent Translator","translationServices.tenAlpha":"Tencent Translator (Alfa)","translationServices.google":"Google Tradutor","translationServices.bai":"Baidu (Alfa)","translationServices.baidu":"Tradu\xE7\xE3o do Baidu","translationServices.aliyun":"Tradu\xE7\xE3o AliCloud","translationServices.volc":"tradu\xE7\xE3o vulc\xE2nica","translationServices.deeplx":"DeepLX (Beta)","translationServices.bing":"Microsoft Translate","translationServices.deepl":"DeepL","translationServices.wechat":"Tradu\xE7\xE3o do WeChat","translationServices.azure":"Tradu\xE7\xE3o do Azure","translationServices.ibm":"IBM Watson","translationServices.aws":"Tradu\xE7\xE3o da Amazon","translationServices.mock":"Tradu\xE7\xE3o simulada","translationServices.mock2":"Tradu\xE7\xE3o Simulada 2","translationServices.caiyun":"lit. nuvens coloridas e pequenas tradu\xE7\xF5es","translationServices.cai":"Nuvens coloridas (Alfa)","translationServices.volcAlpha":"Vulc\xE3o (Alfa)","translationServices.openl":"OpenL","translationServices.youdao":"Tradu\xE7\xE3o do Youtube","translationServices.you":"Tradutor Youdao (Alfa)","translationServices.transmart":"Tradu\xE7\xE3o da Tencent Interactive","translationServices.niu":"Tradutor Maverick","translationServices.papago":"Tradu\xE7\xE3o de Papago","translationServices.d":"D (Alfa)","translationServices.dpro":"D Pro (Can\xE1rio)","translationServices.openai":"OpenAI","translationServices.yandex":"Yandex","translationServices.chatgpt":"ChatGPT Web(3.5 m\xF3vel)","translate title":"Traduzir t\xEDtulos de p\xE1ginas","always languages":"Traduzir sempre a l\xEDngua",neverTranslateLanguagesLabel:"A l\xEDngua que nunca ser\xE1 traduzida",neverTranslateTheFollowingLanguagesDescription:"As tradu\xE7\xF5es s\xE3o ignoradas quando um par\xE1grafo da p\xE1gina est\xE1 numa das seguintes l\xEDnguas",enableUserscriptPagePopup:"Mostrar hoverball na p\xE1gina",enableUserscriptPagePopupDescription:"Depois de desligar a hoverball, esta pode ser recuperada com o atalho /{touch}. Recomenda-se vivamente que marque esta p\xE1gina de defini\xE7\xF5es para evitar n\xE3o conseguir encontrar a hoverball depois de ter desligado inadvertidamente esta op\xE7\xE3o!","always translate the following languages":"Traduz automaticamente para a l\xEDngua de destino quando a p\xE1gina est\xE1 numa das seguintes l\xEDnguas","always sites":"S\xEDtios Web sempre traduzidos","always translate the following sites":"Os s\xEDtios Web s\xE3o automaticamente traduzidos para a l\xEDngua de chegada quando s\xE3o os nomes de dom\xEDnio de","never sites":"S\xEDtio nunca traduzido","never translate the following sites":"As tradu\xE7\xF5es n\xE3o ser\xE3o efectuadas quando o s\xEDtio Web se destinar aos seguintes dom\xEDnios","please refer to":"\xC9 necess\xE1rio preencher a chave antes de a poder utilizar. Para mais informa\xE7\xF5es, consulte",KeyAndConfigurationTutorial:"Tutorial de configura\xE7\xE3o e aplica\xE7\xE3o de chaves",useAboveStyleForTheseSites:"Utilize sempre o estilo de tradu\xE7\xE3o \u2308{theme}\u230B quando o s\xEDtio se destina aos seguintes dom\xEDnios",currentUrl:"URL atual",confirm:"guardar (um ficheiro, etc.) (inform\xE1tica)",cancel:"cancelamentos",delete:"remo\xE7\xE3o","languages.auto":"dete\xE7\xE3o autom\xE1tica",syncToCloud:"Sincronizar com o Google Drive",syncToCloudDescription:"Transferida para a nuvem, a configura\xE7\xE3o pode ser sincronizada entre diferentes navegadores/scripts do grease monkey, consoante a \xFAltima modifica\xE7\xE3o.",syncToAccount:"Sincroniza\xE7\xE3o com a Nuvem de Tradu\xE7\xE3o Imersiva",syncToAccountButton:"Sincroniza\xE7\xE3o instant\xE2nea com a nuvem",syncToAccountDescription:"Sincronizar automaticamente as configura\xE7\xF5es entre dispositivos diferentes, consoante a \xFAltima modifica\xE7\xE3o efectuada.",successSyncConfigInAccount:"Sincroniza\xE7\xE3o bem sucedida com a nuvem",successSyncConfigToAccount:"Sincroniza\xE7\xE3o bem sucedida com a nuvem",syncConfigNoUpdate:"J\xE1 est\xE1 atualizado.",authFail:"Falha de autoriza\xE7\xE3o",syncTitle:"Gest\xE3o manual de c\xF3pias de seguran\xE7a",import_hint:"importa\xE7\xE3o (dados)",upload:"carregar",revokeAuth:"revogar uma autoriza\xE7\xE3o",uploadFail:"Falha na transfer\xEAncia",download:"descarregamento",importSuccess:"Importado com sucesso",importFail:"falha na importa\xE7\xE3o",deleteFail:"Falha ao eliminar",backupToCloud:"Gerir manualmente os ficheiros de c\xF3pia de seguran\xE7a",create_new_backup:"Adicionar um novo n\xF3 de backup",maxBackupFiles:"\xC9 poss\xEDvel efetuar a c\xF3pia de seguran\xE7a de at\xE9{count}n\xF3s diferentes. Elimine os n\xF3s de que n\xE3o necessita.",backupToCloudDescription:"Carregar ou restaurar manualmente ficheiros de c\xF3pia de seguran\xE7a, permitindo at\xE9 3 c\xF3pias de seguran\xE7a diferentes",successSyncConfig:"Sincroniza\xE7\xE3o bem sucedida com a nuvem",syncFail:"falha de sincroniza\xE7\xE3o",updatedAt:"Atualizado a partir de {date}",lastSyncedAt:"\xDAltima verifica\xE7\xE3o em {date}",downloadFail:"Falha na transfer\xEAncia",clickToDownload:"Clique para descarregar",aboutLabel:"Acerca de - Feedback","browser.openAboutPage":"Sobre/Feedback",aboutLabelWithoutSponsor:"Acerca de - Feedback",aboutIntro:"Que todos possamos ter um acesso mais f\xE1cil e mais agrad\xE1vel \xE0 vasta quantidade de informa\xE7\xF5es em l\xEDnguas estrangeiras na Internet \u2764\uFE0F Pode optar por ativar a sua <6>subscri\xE7\xE3o Pro para utilizar as tradu\xE7\xF5es DeepL e OpenAI prontas a utilizar.

Pode seguir-nos no <3>Twitter, <4>Telegram, Weibo, WeChat ou <5>subscrever a nossa lista de <5>correio abaixo para acompanhar as actualiza\xE7\xF5es.
<7>Os membros Pro podem contactar-nos em <8>support@immersivetranslate.com para um servi\xE7o de apoio ao cliente r\xE1pido.",aboutIntroWithoutSponsor:"Que todos possamos ter um acesso mais f\xE1cil e mais agrad\xE1vel \xE0 enorme quantidade de informa\xE7\xE3o em l\xEDngua estrangeira dispon\xEDvel na Internet \u2764\uFE0F

Pode seguir-nos no <3>Twitter, no <4>canal Telegram, no WeChat, no WeChat Exchange ou <5>subscrever as actualiza\xE7\xF5es por correio <5>eletr\xF3nico abaixo.",projectHomepage:"In\xEDcio do projeto",joinTelegramGroup:"Junte-se ao grupo de utilizadores para participar em debates sobre funcionalidades",wechatPublicAccount:"WeChat P\xFAblico",wechatCommunities:"Grupo de interc\xE2mbio WeChat",qqCommunities:"Canal de comunica\xE7\xE3o QQ",joinTelegramChannel:"Siga o canal Telegram para obter as \xFAltimas actualiza\xE7\xF5es",feedbackAndJoin:"Feedback da pergunta / Adicionar grupo",autoSync:"sincroniza\xE7\xE3o autom\xE1tica da hora",loadingThemeTitle:"Estilo de carregamento",loadingThemeDescription:"Definir o estilo quando se est\xE1 \xE0 espera que a tradu\xE7\xE3o seja carregada","loadingTheme.spinner":"Anima\xE7\xE3o girat\xF3ria","loadingTheme.text":"texto est\xE1tico algo ","loadingTheme.none":"n\xE3o indicado",developerDescription:"A documenta\xE7\xE3o sobre personaliza\xE7\xE3o avan\xE7ada pode ser encontrada <1>aqui","edit border color":"Modificar a cor do rebordo",successSyncButNoChange:"A configura\xE7\xE3o atual \xE9 coerente com a nuvem",customTheme:"Cores e tamanhos personalizados","customThemeLabel.borderColor":"Cor da margem","customThemeLabel.borderRadius":"Arestas arredondadas","customThemeLabel.textColor":"cor do texto","customThemeLabel.backgroundColor":"cor de fundo","customThemeLabel.zoom":"Escala do tipo de letra (%)","customThemeLabel.opacity":"Opacidade do texto (%)",resetToDefaultColor:"Repor as cores predefinidas",resetToDefaultSettings:"Repor as predefini\xE7\xF5es",isTranslateTitle:"Ativar a tradu\xE7\xE3o dos t\xEDtulos das p\xE1ginas",isTranslateTitleDescription:"Quando aberto, o t\xEDtulo da p\xE1gina \xE9 traduzido",enableSearchEnhancement:"Permitir o melhoramento de mensagens bilingues",enableSearchEnhancementDescription:'Uma vez activada, os resultados da pesquisa do "Google News" ser\xE3o automaticamente apresentados na coluna direita dos s\xEDtios Web suportados (Google News, Pesquisa Google (algumas palavras-chave), Snowball, Oriental Fortune, Futura, Tiger Community) para as palavras-chave inglesas correspondentes.',verifyService:"Clique aqui para testar o servi\xE7o",verified:"Verificar o sucesso","field.langs":"C\xF3digos de idioma suportados","field.model":"modela\xE7\xE3o","field.translationEngine":"motor de tradu\xE7\xE3o","field.limitPerMinute":"M\xE1ximo de pedidos por minuto","field.limitPerSecond":"N\xFAmero m\xE1ximo de pedidos por segundo","field.maxTextLengthPerRequest":"Comprimento m\xE1ximo do texto por pedido","field.maxTextGroupLengthPerRequest":"N\xFAmero m\xE1ximo de par\xE1grafos por pedido","field.apiUrl":"Endere\xE7o da interface API personalizada","field.placeholderDelimiters":"marcador de posi\xE7\xE3o reservado","description.custom":"Acesso \xE0 interface personalizada Documenta\xE7\xE3o necess\xE1ria","description.limitPerMinute":"Os pedidos que excedem este limite entram numa fila de espera at\xE9 ao in\xEDcio do minuto seguinte. Devido \xE0s v\xE1rias limita\xE7\xF5es do servi\xE7o atual da OpenAI, clique <1>aqui para obter os valores sugeridos mais recentes","description.limitPerSecond":"Os pedidos que excedem este limite entram numa fila de espera at\xE9 ao in\xEDcio do segundo seguinte. Devido \xE0s v\xE1rias limita\xE7\xF5es do servi\xE7o atual da OpenAI, clique <1>aqui para obter os valores sugeridos mais recentes","description.generalLimitPerSecond":"Os pedidos que excedem este limite entram numa fila de espera at\xE9 ao in\xEDcio do segundo seguinte.","description.prompt":"Enviar a conversa para {service} como usu\xE1rio, onde {{text}} representa o conte\xFAdo do texto do par\xE1grafo, {{from}} representa a l\xEDngua do par\xE1grafo e {{to}} representa a l\xEDngua alvo.","description.maxTextLengthPerRequest":"O n\xFAmero m\xE1ximo de caracteres por pedido \xE9 demasiado grande para provocar uma resposta lenta da interface, pelo que deve tentar ajustar esta op\xE7\xE3o para otimizar a velocidade","description.systemPrompt":"Um di\xE1logo enviado ao OpenAI como um sistema, em que {{text}} indica o conte\xFAdo do texto do par\xE1grafo,{{from}} indica a l\xEDngua do par\xE1grafo e{{to}} indica a l\xEDngua de destino.","field.domain":"dom\xEDnio","description.domain":"A predefini\xE7\xE3o \xE9\uFF1Ageneral. S\xF3 pode ser definido se a tradu\xE7\xE3o de dom\xEDnios estiver activada na consola da API Arima, ver <1>aqui os dom\xEDnios suportados","field.scene":"tomar","description.scene":"A predefini\xE7\xE3o \xE9\uFF1Ageneral. S\xF3 pode ser definido se a consola da API AliCloud abrir o Machine Translation Pro, consulte <1>aqui os cen\xE1rios suportados","field.vocabId":"ID do dicion\xE1rio do utilizador","description.vocabId":"O dicion\xE1rio especificado out_id, atualmente suporta a tradu\xE7\xE3o de ingl\xEAs para chin\xEAs.","description.model":"Modelos OpenAI, podem ser gpt-3.5-turbo, gpt-4, etc.","description.maxTextGroupLengthPerRequest":"O n\xFAmero de par\xE1grafos enviados ao servi\xE7o de tradu\xE7\xE3o de cada vez; se houver demasiados par\xE1grafos, a interface poder\xE1 responder mais lentamente","description.apiUrl":"Por favor, adicione URLs espec\xEDficos com caminhos, <1>mais descri\xE7\xE3o",enabledExtension:"Ativa\xE7\xE3o de extens\xF5es",clickToDisableExtension:"Clique para desativar as extens\xF5es",clickToEnableExtension:"Clique para ativar as extens\xF5es",hasBeenDisabled:"desativado","show password":"Mostrar palavra-passe",customContent:"Introduzir um nome de modelo personalizado",inputOptions:"Melhoria da caixa de entrada",mouseHoverOptions:"passar o rato",modifyMouseHoverKey:"Modificar o atalho para passar o rato",enableInputTranslation:"Ativar ou n\xE3o o melhoramento da caixa de entrada",enableInputTranslationDescription:"Uma vez ativado, escreva {startingKey}{startingKey} hello diretamente na caixa de entrada e, em seguida, prima rapidamente{inputTrailingTriggerKeyRepeatTimes}vezes{trailingKey}para traduzir para {inputTargetLanguage}",enableInputTranslationDescriptionForNoneKey:"Uma vez ativado, escreva\uFF1AHello World diretamente na caixa de entrada e, em seguida, prima rapidamente{inputTrailingTriggerKeyRepeatTimes}{trailingKey}vezes para traduzir para o idioma de destino predefinido.",inputTargetLanguage:"Definir o idioma de destino predefinido para as caixas de entrada",inputTargetLanguageDescription:"L\xEDngua de destino predefinida para a tradu\xE7\xE3o da caixa de entrada, ou seja, {startingKey}{startingKey} como l\xEDngua predefinida para as palavras de acionamento",inputTargetLanguageDescriptionForNoneKey:"L\xEDngua de destino predefinida para a tradu\xE7\xE3o da caixa de entrada",inputStartingTriggerKeyTitle:"Definir o car\xE1cter de divis\xE3o para a tradu\xE7\xE3o parcial da caixa de entrada",inputStartingTriggerKeyDescription:"Quando n\xE3o \xE9 necess\xE1rio traduzir toda a caixa de entrada, o separador permite-lhe traduzir apenas a parte de {startingKey}{startingKey} at\xE9 ao fim da caixa de entrada, ou pode especificar o c\xF3digo da l\xEDngua, por exemplo,\uFF1A{startingKey}ja significa traduzir apenas a parte de {startingKey}ja at\xE9 ao fim da caixa de entrada.",inputStartingTriggerKeyDescriptionForNoneKey:"A defini\xE7\xE3o atual de sem prefixo n\xE3o \xE9 necess\xE1ria, e a fun\xE7\xE3o de tradu\xE7\xE3o de alguns textos na caixa de entrada n\xE3o pode ser utilizada por enquanto.",inputTrailingTriggerKeyTitle:"Selecionar um car\xE1cter de acionamento de fim de registo",inputTrailingTriggerKeyDescription:"3 hits r\xE1pidos{trailingKey} come\xE7ar\xE1 a traduzir!",inputTrailingTriggerKeyTimeout:"Introduzir o tempo entre os accionamentos de fim de combate",inputTrailingTriggerKeyTimeoutDescription:"Define o tempo (em milissegundos) entre os accionamentos da combina\xE7\xE3o de fim de entrada",spaceKey:"<\u7A7A\u683C\u952E>",noneKey:"Tradu\xE7\xE3o direta de toda a caixa de texto sem prefixos",inputTranslationBlockUrlsTitle:"N\xE3o ativar o melhoramento da caixa de entrada nos seguintes URLs",inputTranslationBlockUrlsDescription:"As melhorias na caixa de entrada n\xE3o funcionar\xE3o nos seguintes URLs",clickToSeeQuickDemo:"Clique para expandir o v\xEDdeo tutorial r\xE1pido de 30 segundos",inputHelperInfo:"Descri\xE7\xE3o\uFF1AOptimiz\xE1mos o facto de alguns caracteres desencadeadores se transformarem em sinais de pontua\xE7\xE3o chineses nos m\xE9todos de introdu\xE7\xE3o chineses, por exemplo, / transforma-se num sinal de dun , no m\xE9todo de introdu\xE7\xE3o Sogou, e o Immersive Translator suporta todos os s\xEDmbolos chineses correspondentes aos caracteres desencadeadores, ou seja, //,,,, ser\xE3o reconhecidos como caracteres desencadeadores.

Tamb\xE9m suportamos pseud\xF3nimos chineses para c\xF3digos de idioma como comandos, por exemplo, /Japanese Hello World ser\xE1 traduzido para japon\xEAs, <1>clique aqui para ver todos os c\xF3digos de idioma suportados.",reloadCurrentPage:"Por favor, actualize a p\xE1gina atual antes de iniciar a tradu\xE7\xE3o.",noLocalFilePermissionForPDF:"N\xE3o tem permiss\xE3o para ler ficheiros locais, por favor clique no bot\xE3o acima e depois importe os ficheiros locais.",noPermissionForThisPage:"\u26A0\uFE0F Sem permiss\xE3o para traduzir a p\xE1gina atual",retryAllParagraphs:"Repetir todas as passagens de erro",retryAllButton:"Repetir todas as passagens de erro",errorTooltipTitle:"Clique para ver a causa do erro",errorModalTitle:"Algo parece estar errado com o servi\xE7o de tradu\xE7\xE3o ou com a rede...",disableConfirm:"Defini\xE7\xE3o de melhoria da informa\xE7\xE3o bilingue",disableOnce:"Esta incapacidade",disableGlobal:"desativar permanentemente",disableTint:"* Pode voltar a activ\xE1-lo em {option} .",searchEnhancementNotes:"Depois de ativar a funcionalidade de Melhoria da informa\xE7\xE3o bilingue da tradu\xE7\xE3o imersiva, pesquisamos automaticamente as mesmas palavras-chave em ingl\xEAs nos s\xEDtios Web suportados (Google News, Pesquisa Google (algumas palavras-chave), Snowball, Oriental Wealth, Futura, Tiger) e apresentamo-las no lado direito. Pode optar por desactiv\xE1-la se n\xE3o necessitar desta funcionalidade.",option:"preparar",saveSettings:"Guardar defini\xE7\xF5es",closeModal:"Fechar a janela",enableInputTranslationWithoutTriggerKeyTitle:"Permitir 3 acessos r\xE1pidos em{trailingKey}para traduzir diretamente toda a caixa de entrada para{inputTargetLanguage}",enableInputTranslationWithoutTriggerKeyDescription:"Para especificar o idioma de destino, prefixe-o com o c\xF3digo do idioma, por exemplo,\uFF1Aja Hello World",mouseHoverShortcutPlaceholder:"Por exemplo,\uFF1AShift",deepLProName:"Membro Pro da Immersive Translation (Recomendado)",deepLProDescription:"O pacote atual pode ser utilizado diretamente",deeplProDescriptionForNormal:"N\xE3o \xE9 necess\xE1ria qualquer configura\xE7\xE3o, os membros podem utiliz\xE1-lo depois de iniciarem sess\xE3o, <1>clique aqui para atualizar para membro",deepLCustomDescription:"Necess\xE1rio cart\xE3o de cr\xE9dito estrangeiro, oficialmente aberto em <1>DeepL, clique para <2>documenta\xE7\xE3o",deepLCustomName:"Chave de autentica\xE7\xE3o personalizada",chooseProviderLabel:"Selecionar um fornecedor de servi\xE7os",openaiProName:"Membro Pro da Immersive Translation (Recomendado)",openaiProDescription:"O pacote atual pode ser utilizado diretamente",openaiProDescriptionForNormal:"N\xE3o \xE9 necess\xE1ria qualquer configura\xE7\xE3o, os membros podem utiliz\xE1-lo depois de iniciarem sess\xE3o, <1>clique aqui para atualizar para membro",openaiCustomDescription:"Dispon\xEDvel no OpenAI, Azure OpenAI ou noutros servi\xE7os de terceiros, <1>clique aqui para ver a documenta\xE7\xE3o",openaiCustomName:"Chave API personalizada",needLoginAction:"(ades\xE3o aberta ou personaliza\xE7\xE3o)",goLoginOrAction:"(Abrir uma inscri\xE7\xE3o ou ir \xE0s defini\xE7\xF5es)",yearly:"efetuar um pagamento anual consecutivo",quarterly:"embalagem sequencial",monthly:"assinatura mensal",yearlyForOnce:"Pacote anual \xFAnico",monthlyForOnce:"Pacote mensal \xFAnico",daily:"dias consecutivos de embalagem",year:"efetuar um pagamento anual consecutivo",quarter:"embalagem sequencial",month:"assinatura mensal",day:"dias consecutivos de embalagem",onetime_7day:"Pacote de experi\xEAncia de 7 dias",currentPlanDescriptionForFree:"Pacotes actuais\uFF1AFree",currentPlanDescriptionForContinuous:"O pacote atual\uFF1A{plan}ser\xE1 automaticamente renovado em {endAt}",currentPlanDescriptionForAutoRenewCaceling:"O pacote atual\uFF1A{plan}expira em {endAt} e n\xE3o ser\xE1 renovado automaticamente ap\xF3s a expira\xE7\xE3o.",currentYearlyPlanDescriptionForAutoRenewCacelingWithRealPaiedUser:"O pacote atual,\uFF1A{plan}, expira em {endAt} e n\xE3o ser\xE1 renovado automaticamente ap\xF3s a expira\xE7\xE3o.
<1>Clique aqui para gerir o seu plano de renova\xE7\xE3o",currentYearlyPlanDescriptionForAutoRenewCacelingWithAdmin:"O pacote atual,\uFF1A{plan}, expira em {endAt} e n\xE3o ser\xE1 renovado automaticamente ap\xF3s a expira\xE7\xE3o.
<1>Clique aqui para ativar a subscri\xE7\xE3o anual cont\xEDnua",currentPlanDescriptionForOneTime:"A subscri\xE7\xE3o atual\uFF1A{plan}expira em {endAt} . <1>Clique aqui para atualizar para uma subscri\xE7\xE3o <1>anual ou <2>mensal.",upgradePlan:"Clique aqui para atualizar para a subscri\xE7\xE3o Pro",upgradeToPro:"Atualizar para a subscri\xE7\xE3o Pro","popup.openPro":"Actualize para a subscri\xE7\xE3o Pro para desfrutar de DeepL e da tradu\xE7\xE3o OpenAI, clique aqui para atualizar!","popup.openProForPro":"\xC9 um membro Pro com acesso direto \xE0s tradu\xE7\xF5es de DeepL e OpenAI!",currentAccount:"conta corrente",enableAutoSyncUserSettings:"Permitir a sincroniza\xE7\xE3o autom\xE1tica na nuvem em v\xE1rios dispositivos",modalEnableInputTranslationTitle:"Tradu\xE7\xE3o imersiva Caixa de entrada Alertas de tradu\xE7\xE3o",modalEnableInputTranslationDesc:"Acaba de ativar a tradu\xE7\xE3o da caixa de entrada da Tradu\xE7\xE3o Imersiva, carregando na barra de espa\xE7os 3 vezes em sucess\xE3o r\xE1pida, e o conte\xFAdo da caixa de entrada ser\xE1 traduzido para a l\xEDngua de destino predefinida. A tradu\xE7\xE3o pode ser anulada com Ctrl+Z.

Se isto foi um erro, n\xE3o se preocupe, pode optar por desactiv\xE1-la desta vez ou desativar permanentemente a tradu\xE7\xE3o da caixa de entrada.",saveAndNotShowAgain:"Guardar e parar a solicita\xE7\xE3o",disableInputTranslationTips:"* Tamb\xE9m pode definir outros atalhos para serem accionados em {option} ,{learnMore}.",learnMore:"Clique aqui para saber mais",continueEnalbeInputTranslation:"Continuar a ativar a tradu\xE7\xE3o da caixa de entrada",autoRenewTrialSuffix:'(Durante o per\xEDodo experimental,passa imediatamente a membro efetivo)',upgradeFromTrialTitle:"Atualiza\xE7\xE3o para membro de pleno direito",subtitle:"legendagem de v\xEDdeo",youtubeService:"Tradu\xE7\xE3o por imers\xE3o Servi\xE7os de tradu\xE7\xE3o de legendagem de v\xEDdeo","subtitle.disabledSubtitle":"Desativar permanentemente a funcionalidade de legendas de v\xEDdeo","subtitle.disabledSubtitleDescription":"Se Immersive Translator's Video Subtitles entrar em conflito com outras extens\xF5es, pode optar por desativar permanentemente a funcionalidade Immersive Translator's Video Subtitles ou desinstalar outras extens\xF5es que entrem em conflito","subtitle.autoEnableSubtitle":"Utiliza\xE7\xE3o autom\xE1tica de legendas bilingues","subtitle.autoEnableSubtitleDescription":"Depois de ativado, quando o v\xEDdeo \xE9 reproduzido, as legendas bilingues s\xE3o exibidas automaticamente, caso contr\xE1rio, \xE9 necess\xE1rio clicar no bot\xE3o de tradu\xE7\xE3o para exibir.","subtitle.preTranslation":"Traduzir legendas utilizando a tradu\xE7\xE3o imersiva","subtitle.preTranslationDescription":"Quando activada, toda a legenda ser\xE1 pr\xE9-traduzida utilizando o servi\xE7o de tradu\xE7\xE3o especificado abaixo, e um v\xEDdeo de 1 hora consumir\xE1 cerca de 50.000 Tokens ou caracteres, pelo que deve ser utilizada \xE0 sua discri\xE7\xE3o; quando desactivada, ser\xE3o utilizadas primeiro as legendas originais.","subtitle.humanSubtitlesPreferred":"Utiliza\xE7\xE3o priorit\xE1ria de legendagem humana","subtitle.humanSubtitlesPreferredDescription":"Dar prioridade \xE0 utiliza\xE7\xE3o de legendas humanas quando o v\xEDdeo tiver legendas humanas na l\xEDngua de chegada (recomendado)",videoSubtitleTranslationDescription:"Atribuir um servi\xE7o de tradu\xE7\xE3o separado para as legendas de v\xEDdeo",subtitleTranslating:"Aguarde enquanto as legendas est\xE3o a ser traduzidas utilizando o servi\xE7o {service} ... (tradu\xE7\xE3o por imers\xE3o)",subtitleLoading:"A carregar as legendas...",bilingual:"bilinguismo","field.action":"Se deve ativar a terminologia Baidu","description.action":"Quando ativado, ser\xE1 adicionado um par\xE2metro action=1 ao pedido para informar o Baidu do termo ativado. <1>Consulte a documenta\xE7\xE3o oficial para obter mais informa\xE7\xF5es.",closeQuickTranslation:"Fechar Hoverball","closeQuickTranslation.untilNext":"Desta vez fechado at\xE9 \xE0 pr\xF3xima visita","closeQuickTranslation.currentWebsite":"S\xEDtio atual desativado","closeQuickTranslation.alwaysClose":"desativar permanentemente","closeQuickTranslation.settingOpen":"(pode ser ativado na <1>p\xE1gina de defini\xE7\xF5es )","closeQuickTranslation.cancel":"cancelamentos","closeQuickTranslation.confirm":"definir","floatBall.popup":"Abrir o painel Defini\xE7\xF5es r\xE1pidas","floatBall.translate":"Clique para traduzir a p\xE1gina","floatBall.showOriginal":"Clique para voltar ao artigo original","floatBall.close":"Fechar Hoverball","floatBallOptions.enableDescPc":"Depois de ativar o hoverball da p\xE1gina, ser\xE1 apresentado um bot\xE3o de tradu\xE7\xE3o r\xE1pida no lado direito da p\xE1gina, clique nele para traduzir!","floatBallOptions.enableDesc":"Depois de desligar a hoverball, esta pode ser recuperada com{touch}. Recomenda-se vivamente que marques esta p\xE1gina de defini\xE7\xF5es para o caso de n\xE3o conseguires encontrar a hoverball depois de teres desligado inadvertidamente esta op\xE7\xE3o!","description.azureApiUrl":"Preencher o endere\xE7o da interface API personalizada",confirmSupportMouse:"For\xE7ar a ativa\xE7\xE3o do suporte do rato",confirmSupportMouseDescription:"Detectado que o browser atual n\xE3o suporta a fun\xE7\xE3o de rato, \xE9 for\xE7ado a ativar o suporte de rato?",sampleTargetText:"A longa noite chegar\xE1, e eu vigiarei de hoje at\xE9 \xE0 minha morte. N\xE3o tomarei nenhuma esposa, n\xE3o farei nenhum feudo, n\xE3o terei filhos. N\xE3o usarei uma coroa, n\xE3o lutarei por honra. Cumprirei o meu dever, viverei e morrerei.",sampleSourceText:"Night gathers, and now my watch begins. It shall not end until my death. I shall take no wife, hold no lands, father no children. I shall wear no crowns and win no glory. I shall live and die at my post.","desc.touchShortcutsToggleTranslatePageOnlyTranslation":"Apenas a tradu\xE7\xE3o significa que apenas o texto traduzido ser\xE1 exibido, se a p\xE1gina ainda n\xE3o foi traduzida, o modo ser\xE1 alterado e traduzido.","desc.toggleOnlyTransation":"O modo de tradu\xE7\xE3o apenas se refere a mostrar apenas a tradu\xE7\xE3o, se a p\xE1gina ainda n\xE3o foi traduzida, o modo ser\xE1 alterado e traduzido.",touchShortcutsToggleTranslatePageOnlyTranslation:"Configurar gestos de toque na tela para alternar entre o modo bil\xEDngue / apenas tradu\xE7\xE3o",download_started:"O download j\xE1 come\xE7ou, se n\xE3o come\xE7ou automaticamente, por favor clique manualmente.",here:"aqui","translationFont.customPlaceholder":"tipo de letra",batchEdit:"Opera\xE7\xE3o em massa","error.goReset":"ir redefinir","error.configError":"Dados de configura\xE7\xE3o anormais","translationServices.inherit":"Siga o servi\xE7o de tradu\xE7\xE3o principal",detectServiceLoading:"Detectando servi\xE7os de tradu\xE7\xE3o dispon\xEDveis...","translationModeLang.translation.title":"Apenas o modo de tradu\xE7\xE3o de idioma","translationFont.custom":"Insira a fonte personalizada","error.serveConfigError":"Erro de configura\xE7\xE3o do servi\xE7o",toggleToService:"Mude para {service} e tente novamente","touch.mouse-translate":"Traduzir o par\xE1grafo especificado","translationModeUrl.translation.title":"Modo de apenas tradu\xE7\xE3o do URL","error.proTokenInvalid":"Se voc\xEA \xE9 um usu\xE1rio Pro, fa\xE7a login antes de usar o servi\xE7o de tradu\xE7\xE3o Pro.",enableSentryReport:"Quando ocorre um erro de extens\xE3o, use o Sentry para enviar feedback.",translationFont:"Definir fonte",videoSubtitlePreTranslationOn:"As legendas de v\xEDdeo usar\xE3o tradu\xE7\xE3o imersiva como prioridade.","error.reloadPageOfSetting":"Ap\xF3s a configura\xE7\xE3o, atualize a p\xE1gina para traduzir novamente.","translationModeLang.translation.description":"Quando a l\xEDngua da p\xE1gina \xE9 uma das seguintes, o modo de tradu\xE7\xE3o apenas ser\xE1 usado automaticamente.","error.502":"O servi\xE7o retornou um erro, o servi\xE7o est\xE1 fora do tempo, por favor tente novamente mais tarde.","error.googleLimitIp":"O servi\xE7o retorna um erro, o servi\xE7o Google j\xE1 limitou este endere\xE7o IP, \xE9 recomendado que voc\xEA mude o n\xF3 da rede.","error.403":"O servi\xE7o retorna um erro, temporariamente sem permiss\xE3o para acessar esse servi\xE7o.","error.400":"O servi\xE7o retorna um erro, o par\xE2metro de solicita\xE7\xE3o est\xE1 errado, por favor, verifique a configura\xE7\xE3o correspondente.","error.proUpgrade":"Ap\xF3s a atualiza\xE7\xE3o, atualize a p\xE1gina e traduza novamente.",videoSubtitlePreTranslationOff:"As legendas do v\xEDdeo dar\xE3o prioridade \xE0s legendas traduzidas automaticamente inclu\xEDdas no v\xEDdeo original.","error.429":"O servi\xE7o retornou um erro, indicando que a solicita\xE7\xE3o \xE9 muito frequente ou excede o limite, tente novamente mais tarde.","error.gemini.429":"O servi\xE7o Gemini atual atingiu sua capacidade m\xE1xima, por favor, tente novamente mais tarde ou mude para outro servi\xE7o de tradu\xE7\xE3o.","error.openAIExceededQuota":"O servi\xE7o retorna um erro: o saldo da sua conta OpenAI atual \xE9 insuficiente, por favor recarregue ou vincule um cart\xE3o de cr\xE9dito no back-end oficial da OpenAI.","translationFont.notSupportErrorMessage":"Por favor, verifique se o nome da fonte que voc\xEA inseriu est\xE1 correto, ou confirme se essa fonte j\xE1 est\xE1 instalada em seu dispositivo.","translationModeUrl.translation.description":"Quando o site \xE9 para os seguintes dom\xEDnios, o modo de apenas tradu\xE7\xE3o \xE9 usado automaticamente.","desc.toggleVideoSubtitlePreTranslation":"Ao pressionar, as legendas em dois idiomas do v\xEDdeo usar\xE3o preferencialmente as configura\xE7\xF5es de tradu\xE7\xE3o imersiva, ao pressionar novamente, as legendas autom\xE1ticas do v\xEDdeo original ser\xE3o priorizadas. Aten\xE7\xE3o: este atalho modifica as configura\xE7\xF5es globais.","error.openAIFreeLimit":"O servi\xE7o retorna um erro, a frequ\xEAncia atual de solicita\xE7\xF5es de tradu\xE7\xE3o atingiu o limite m\xE1ximo de 3 vezes por minuto, tente novamente mais tarde. (Esta \xE9 a restri\xE7\xE3o oficial da OpenAI para a chave API gratuita, para remover essa restri\xE7\xE3o, vincule um cart\xE3o de cr\xE9dito no backend da OpenAI.)","error.serveUnavailable":"O servi\xE7o [{serverName}] que voc\xEA est\xE1 usando atualmente n\xE3o pode ser acessado temporariamente devido a problemas de conex\xE3o de rede ou do provedor de servi\xE7os. Sugerimos que voc\xEA tente atualizar a p\xE1gina ou alterar para outro servi\xE7o de tradu\xE7\xE3o atrav\xE9s das <1>configura\xE7\xF5es. Se voc\xEA \xE9 um membro <2>Pro, pode optar por usar os servi\xE7os de tradu\xE7\xE3o mais est\xE1veis da DeepL ou OpenAI (<3>clique aqui para experimentar gratuitamente). Al\xE9m disso, voc\xEA pode precisar verificar suas configura\xE7\xF5es de rede ou proxy.","tagsInput.add":"+ Adicionar","floatBall.iKnow":"Eu sei.",pickAll:"Selecionar tudo",goLogin:"V\xE1 fazer login",notLogin:"N\xE3o conectado","error.retry":"Tentar novamente",shortcutSettingsTitle:"Configura\xE7\xF5es de atalho","error.reason":"Raz\xE3o do erro","subtitle.hideQuickButton":"N\xE3o mostrar mais este atalho",errorReason:"Raz\xE3o do erro: {message}","widget.instruction":"Instru\xE7\xF5es de uso","multipleClick.2":"Clique duplo","multipleClick.3":"Tr\xEDplice golpe","widget.translateFile":"PDF/ePub","floatBallOptions.fixedPositionLeft":"lado esquerdo","floatBallOptions.fixedPosition":"Posi\xE7\xE3o fixa",buildSnapshots:"Gerar instant\xE2neo da p\xE1gina da web","intro.floatBallTitle":"Bola flutuante de tradu\xE7\xE3o r\xE1pida",neverTranslateThisSite:"Nunca traduza este site",mouseHoverCustomKeyTitle:"Personalizar atalhos de mouse hover","subtitle.autoDisableSubtitle":"N\xE3o ative automaticamente as legendas bilingues","browser.translateWithGoogle":"Usar o Google Tradutor temporariamente para a p\xE1gina atual","error.subscriptionExpiredTitle":"A associa\xE7\xE3o expirou","floatBallOptions.fixedPositionRight":"lado direito",loggedIn:"Conectado","subtitle.bilingual":"Legendas bil\xEDngues","slide.right":"Deslize para a esquerda",networkError:"O servi\xE7o de tradu\xE7\xE3o ou a rede est\xE1 com problemas",contact:"Entre em contato conosco","intro.subtitleTitle":"Exibi\xE7\xE3o de legendas bilingues em v\xEDdeos online","browser.translateWithTransmart":"Usar temporariamente o Tencent para traduzir a p\xE1gina atual",alwaysTranslateThisSite:"Sempre traduza este site",temprarilyChangeTranslationTo_gemini:"Est\xE1 a usar o Gemini para traduzir a p\xE1gina atual","multipleClick.4":"Qu\xE1druplo golpe","intro.hoverTitle":"Passe o mouse para traduzir o par\xE1grafo atual",temprarilyChangeTranslationTo_google:"Est\xE1 a usar o Google Tradutor para traduzir a p\xE1gina atual","shortcutGroup.touch":"Gestos espec\xEDficos para tela sens\xEDvel ao toque",notLoginPro:"Ainda n\xE3o iniciou sess\xE3o na sua conta de membro.",paragraphMinTextCountField:"N\xFAmero m\xEDnimo de caracteres necess\xE1rios para traduzir um par\xE1grafo",temprarilyChangeTranslationTo_openai:"Est\xE1 a usar o OpenAI para traduzir a p\xE1gina atual",translationOnlyMode:"Apenas modo de tradu\xE7\xE3o",viewWithImmersiveTranslate:"Vers\xE3o bil\xEDngue (tradu\xE7\xE3o imersiva)","translationServices.gemini":"G\xEAmeos","browser.toggleMouseHoverTranslateDirectly":"Ativar ou desativar temporariamente a tradu\xE7\xE3o direta do mouse hover na p\xE1gina",shortcutSettings:"Atalho","browser.translateWithOpenAI":"Usar temporariamente o OpenAI para traduzir a p\xE1gina atual",touchShortcutsToggleTranslateTouchElement:"Configurar gestos de toque na tela para traduzir par\xE1grafos espec\xEDficos","widget.instructionTooltip":"Consulte as instru\xE7\xF5es de uso","shortcutGroup.mouse":"Configura\xE7\xE3o de atalhos de teclado para hover do mouse",temprarilyChangeTranslationTo_deepl:"Est\xE1 a usar o DeepL para traduzir a p\xE1gina atual.","floatBall.longPress":"Pressione e segure para abrir rapidamente o painel de configura\xE7\xF5es.","widget.videoSubtitle":"legendas de v\xEDdeo",upgradeToProErrorTitle:"Por favor, atualize para o membro Pro antes de usar este servi\xE7o de tradu\xE7\xE3o.","floatBallOptions.fixedPositionDesc":"A bola flutuante est\xE1 \xE0 esquerda ou \xE0 direita da janela?","shortcutGroup.shortcutsForTranslationServices":"Servi\xE7os de tradu\xE7\xE3o atalhos relacionados",temprarilyChangeTranslationTo_transmart:"Est\xE1 a usar o Tencent para traduzir a p\xE1gina atual.",touchShortcutsOff:"fechar","browser.translateWithBing":"Usar temporariamente o Microsoft Translate para traduzir a p\xE1gina atual","browser.toggleVideoSubtitlePreTranslation":"Alternar legendas bil\xEDngues prefere usar configura\xE7\xF5es de tradu\xE7\xE3o imersiva","proQuotaExceededError.resetTime":"3. Tempo de redefini\xE7\xE3o do limite: {resetTime}","widget.videoSubtitleTooltip":"Suporta Youtube e outros {count}+ sites de v\xEDdeo","desc.touchShortcutsToggleTranslateTouchElement":"Personalize um gesto e voc\xEA poder\xE1 traduzir qualquer par\xE1grafo em que estiver.","subtitle.showQuickButton":"No leitor, exibir legendas em dois idiomas \xE9 um atalho","shortcutGroup.others":"Mais atalhos de fun\xE7\xF5es personalizadas",touchShortcutsToggleTranslationMask:"Configurar gestos de toque na tela para mostrar a m\xE1scara de tradu\xE7\xE3o / mostrar o texto original",temprarilyChangeTranslationTo_bing:"Est\xE1 a usar o Microsoft Translator para traduzir a p\xE1gina atual.","browser.translateWithGemini":"Use temporariamente o Gemini para traduzir a p\xE1gina atual","error.subscriptionExpired":"A sua associa\xE7\xE3o pode ter expirado, por favor verifique o estado da sua associa\xE7\xE3o.","browser.translateInputBox":"Traduzir o conte\xFAdo da caixa de entrada atual",touchShortcutsToggleTranslatePage:"Defina gestos de toque na tela para traduzir p\xE1ginas da web / mostrar o texto original","widget.translateFileTooltip":"Traduzir documentos PDF, EPUB, SRT, ASS, HTML e TXT","description.baiduField":"Os campos suportados s\xE3o vistos <1>aqui, se estiver vazio, significa que nenhum campo \xE9 especificado.","browser.translateWithDeepL":"Use temporariamente o DeepL para traduzir a p\xE1gina atual","desc.interfaceLanguage":"A configura\xE7\xE3o do idioma da interface afeta o idioma de exibi\xE7\xE3o do painel de controle e n\xE3o est\xE1 relacionada ao idioma de destino da tradu\xE7\xE3o.","neverTranslateText.title":`Por favor, traduza diretamente para o portugu\xEAs (evite explicar o texto original): + {env.imt_trans_field}: \uBC88\uC5ED\uBB38`,"subtitle.quickButton.setting":"\uC124\uC815","subtitle.quickButton.translationPosition":"\uBC88\uC5ED \uC704\uCE58","subtitle.quickButton.black":"\uAC80\uC740\uC0C9","translationServices.claude":"\uD074\uB85C\uB4DC","subtitle.quickButton.translationPositionTop":"\uC6D0\uBB38 \uC704\uC5D0","subtitle.quickButton.backgroundColor":"\uBC30\uACBD\uC0C9","subtitle.quickButton.translationPositionBottom":"\uC6D0\uBB38 \uC544\uB798\uC5D0","subtitle.quickButton.yellow":"\uB178\uB780\uC0C9","subtitle.quickButton.white":"\uD558\uC580\uC0C9","subtitle.quickButton.translationTextColor":"\uBC88\uC5ED \uAE00\uAF34 \uC0C9\uC0C1","subtitle.quickButton.red":"\uBE68\uAC04\uC0C9","subtitle.quickButton.sourceTextColor":"\uC6D0\uB798 \uAE00\uAF34 \uC0C9\uC0C1","subtitle.quickButton.green":"\uB179\uC0C9","subtitle.quickButton.cyan":"\uCCAD\uC0C9","subtitle.quickButton.magenta":"\uB9C8\uC820\uD0C0\uC0C9","subtitle.quickButton.backgroundOpacity":"\uBC30\uACBD \uBD88\uD22C\uBA85\uB3C4","subtitle.quickButton.translationFontSize":"\uBC88\uC5ED \uAE00\uC790 \uD06C\uAE30","subtitle.quickButton.sourceFontSize":"\uC6D0\uB798 \uAE00\uAF34 \uD06C\uAE30","subtitle.quickButton.blue":"\uD30C\uB780\uC0C9",attachSubtitleTranslating:"{service}\uB97C \uC0AC\uC6A9\uD558\uC5EC \uBC88\uC5ED \uC911...","error.claude.403":"\uC11C\uBE44\uC2A4\uC5D0 \uC561\uC138\uC2A4 \uD560 \uAD8C\uD55C\uC774 \uC5C6\uC2B5\uB2C8\uB2E4. \uC774\uB294 Claude\uC758 \uC9C0\uC5ED \uC81C\uD55C\uACFC \uAD00\uB828\uC774 \uC788\uC744 \uC218 \uC788\uC2B5\uB2C8\uB2E4. IP \uC8FC\uC18C\uB97C \uBCC0\uACBD\uD558\uAC70\uB098 \uB2E4\uB978 \uBC88\uC5ED \uC11C\uBE44\uC2A4\uB97C \uC0AC\uC6A9\uD574 \uBCF4\uC2ED\uC2DC\uC624.","browser.brandDescriptionForSafari":"\u3010\uBAB0\uC785\uD615 \uBC88\uC5ED\u3011\uBB34\uB8CC\uC758 (\uC6D0\uBB38/\uBC88\uC5ED\uBB38) \uC774\uC911 \uC5B8\uC5B4 \uB300\uC870 \uC6F9 \uD398\uC774\uC9C0 \uBC88\uC5ED \uD50C\uB7EC\uADF8\uC778\uC73C\uB85C, PDF \uBC88\uC5ED \uBC0F EPUB \uC804\uC790\uCC45 \uBC88\uC5ED\uC744 \uC9C0\uC6D0\uD558\uBA70 \uC6D0\uBB38\uC758 \uBB38\uC11C \uBC30\uCE58\uB97C \uC720\uC9C0\uD569\uB2C8\uB2E4. Youtube/Netflix \uB4F1\uC758 \uC628\uB77C\uC778 \uBE44\uB514\uC624 \uC774\uC911 \uC5B8\uC5B4 \uC790\uB9C9 \uBC88\uC5ED\uC744 \uC9C0\uC6D0\uD558\uBA70, Deepl/Google \uB4F1 \uC8FC\uC694 \uBC88\uC5ED \uC11C\uBE44\uC2A4\uB97C \uC9C0\uC6D0\uD569\uB2C8\uB2E4.","browser.PdfProFile":"AI\uAC00 \uAD6C\uB3D9\uD558\uB294 PDF Pro \uBC88\uC5ED","browser.textTranslate":"\uBB38\uC11C \uBC88\uC5ED"};var Eh={nologin:"n\xE3o conectado",loginForSafari:"Iniciar sess\xE3o ou registar-se",login:"Iniciar sess\xE3o para abrir uma inscri\xE7\xE3o",manageAccount:"Contas geridas",openPremium:"Associa\xE7\xE3o aberta",logout:"abortar",curentPlan:"Pacotes actuais",endAt:"expira\xE7\xE3o",endAuto:"renova\xE7\xE3o autom\xE1tica",lineBreakMaxTextCount:"N\xFAmero m\xE1ximo de caracteres permitidos por frase ap\xF3s as mudan\xE7as de linha","translate-pdf":"Clique para traduzir o PDF","noSupportTranslate-pdf":"Script n\xE3o suportado, utilize o plugin","translate-firefox-local-pdf":"Clique para ir para Importar PDF",enableLineBreak:"Ativar o avan\xE7o autom\xE1tico de linha para par\xE1grafos longos",sponsorLabel:"$1 Desenvolvedores patrocinados",help:"m\xE3o",browserShortcutsNoteForFirefox:"Para alterar os atalhos no Firefox, \xE9 necess\xE1rio abrir a p\xE1gina de gest\xE3o de extens\xF5es `about:addons`, clicar em `Settings` e, em seguida, clicar em `Manage Shortcuts` para definir os atalhos.",browserShortcutsNoteForChrome:"Para modificar os atalhos no Chrome, tem de abrir a p\xE1gina de gest\xE3o de extens\xF5es, defini-los no painel `Gerir atalhos` (`chrome://extensions/shortcuts`) e clicar no bot\xE3o abaixo para saltar para a p\xE1gina de gest\xE3o de atalhos.",browserShortcutsSucks:"Os atalhos personalizados s\xE3o formatados como (sem reconhecimento autom\xE1tico, introduza diretamente)\uFF1A",enableLineBreakDescription:"Quando activada, as quebras de linha ser\xE3o inseridas no final de cada frase em par\xE1grafos longos para facilitar a leitura","browser.shortBrandName":"Tradu\xE7\xE3o por imers\xE3o","browser.brandName":"Tradu\xE7\xE3o por imers\xE3o: Tradu\xE7\xE3o bilingue de p\xE1ginas Web e de documentos PDF","browser.brandDescription":"Bilingual web page translation, also supports PDF translation, bilingual Epub eBook translation, free to use.","browser.toggleTranslatePage":"Traduzir a p\xE1gina/apresentar o texto original","browser.toggleTranslateTheWholePage":"Traduzir todas as \xE1reas da p\xE1gina/apresentar o texto original","browser.toggleOnlyTransation":"Alternar entre o modo bil\xEDngue / apenas tradu\xE7\xE3o","browser.toggleTranslateToThePageEndImmediately":"Tradu\xE7\xE3o imediata para o fim da p\xE1gina/visualiza\xE7\xE3o do texto original","browser.toggleTranslateTheMainPage":"Traduzir a \xE1rea principal da p\xE1gina/apresentar o texto original","browser.shareToDraft":"Partilhar p\xE1ginas bilingues","browser.openOptionsPage":"Abrir a p\xE1gina de defini\xE7\xF5es","browser.toggleTranslationMask":"Mostrar/ocultar o efeito de desfocagem da tradu\xE7\xE3o","browser.translateLocalPdfFile":"Traduzir ficheiros PDF locais","browser.openEbookViewer":"Ler livros electr\xF3nicos locais","browser.openEbookBuilder":"Criar livros electr\xF3nicos EPUB bilingues","browser.translateLocalHtmlFile":"Traduzir ficheiros HTML/txt","browser.donateContext":"Saiba mais sobre as vantagens do patroc\xEDnio","browser.translateLocalSubtitleFile":"Traduzir ficheiros de legendas locais",confirmResetConfig:"Tem a certeza de que pretende repor as defini\xE7\xF5es?",translationLineBreakSettingTitle:"Defini\xE7\xE3o do avan\xE7o de linha de tradu\xE7\xE3o",smartLineBreak:"alimenta\xE7\xE3o de linha inteligente (computa\xE7\xE3o)",alwaysLineBreak:"Sempre alimenta\xE7\xE3o de linha",isShowContextMenu:"Adicionar p\xE1ginas traduzidas aos itens de menu do bot\xE3o direito do rato",toggleBeta:"Ativa\xE7\xE3o de funcionalidades de teste beta",betaDescription:"Ativar funcionalidades que ainda s\xE3o experimentais, bem como um servi\xE7o de tradu\xE7\xE3o em vers\xE3o beta. Junte-se ao <1>grupo do Telegram para saber mais.",translationLineBreakSettingDescription:"Os feeds de linha s\xE3o sempre limpos e organizados para p\xE1ginas com menos conte\xFAdo. (Utilize quebras de linha inteligentes em par\xE1grafos longos e com muito conte\xFAdo (mais de{count}caracteres) para poupar espa\xE7o).",tempTranslateDomainTitle:"Dura\xE7\xE3o da ativa\xE7\xE3o tempor\xE1ria da tradu\xE7\xE3o do s\xEDtio Web",tempTranslateDomainDescription:"Quando traduzir manualmente uma p\xE1gina Web, active temporariamente o s\xEDtio Web para tradu\xE7\xE3o autom\xE1tica e pode definir a dura\xE7\xE3o tempor\xE1ria.",xMinutes:"{count} minutos",disabled:"proibir a utiliza\xE7\xE3o de algo",changelog:"Registo de atualiza\xE7\xE3o",toggleTranslatePageWhenThreeFingersOnTheScreen:"O toque simult\xE2neo de v\xE1rios dedos no ecr\xE3 traduz p\xE1ginas Web/apresenta o texto original",toggleTranslationMaskWhenThreeFingersOnTheScreen:"O toque de v\xE1rios dedos mostra/oculta o efeito de desfocagem.",fingerCountToToggleTranslagePageOnlyTranslationWhenTouching:"O toque simult\xE2neo de v\xE1rios dedos no ecr\xE3 traduz a p\xE1gina Web (apenas tradu\xE7\xE3o)/apresenta o texto original.",addUrlDescription:"Pode ser um nome de dom\xEDnio e tamb\xE9m suporta wildcards, por exemplo,\uFF1A*.google.com, google.com/mail/*, https://www.google.com/*",general:"Defini\xE7\xF5es b\xE1sicas",clickToExpandConfig:"Expandir a configura\xE7\xE3o atual",import:"Importar de um ficheiro",export:"Exportar para ficheiro",toggleDebug:"Imprimir o registo de depura\xE7\xE3o na consola","fingers.0":"coagula\xE7\xE3o","fingers.2":"toque com dois dedos","fingers.3":"toque com tr\xEAs dedos","fingers.4":"toque com quatro dedos","fingers.5":"toque com cinco dedos",mouseHoldKey:"+ {key} traduzir/restaurar o par\xE1grafo",mouseHoldKeyAuto:"Tradu\xE7\xE3o direta do par\xE1grafo",mouseHoldKeyOff:"N\xE3o fa\xE7as nada.",mouseHoldKeyOther:"Atalhos personalizados (abrir defini\xE7\xF5es)",mouseHoldKeyCustomKey:"{key} Tradu\xE7\xE3o/redu\xE7\xE3o do par\xE1grafo",mouseHoverHoldKey:"Passar o rato enquanto se premem as teclas de atalho para traduzir par\xE1grafos","mouse-translate":"passar o rato",document:"ficheiro (inform\xE1tico)",resetSuccess:"Repor todas as defini\xE7\xF5es com \xEAxito",resetThisSuccess:"Reinicializa\xE7\xE3o bem-sucedida",saved:"Guardar com sucesso",successImportConfig:"Configura\xE7\xE3o importada com sucesso",goAdvancedSettings:"Aceder \xE0 p\xE1gina Defini\xE7\xF5es avan\xE7adas",goAdvancedInterfaceSettings:"Aceder \xE0 p\xE1gina Defini\xE7\xF5es de personaliza\xE7\xE3o avan\xE7adas",advanced:"Defini\xE7\xF5es avan\xE7adas",advancedDescription:"Geralmente n\xE3o s\xE3o necess\xE1rias defini\xE7\xF5es, basta deix\xE1-la como predefinida. Apenas para utilizadores mais especializados, est\xE3o dispon\xEDveis defini\xE7\xF5es mais personalizadas.",developer:"Defini\xE7\xF5es do programador",donateCafe:"pre\xE7os","translate to the bottom of the page":"\xC9 traduzido para o fundo da p\xE1gina imediatamente ap\xF3s entrar na p\xE1gina?",feedback:"Feedback sobre os problemas",toggleTranslatePage:"Traduzir a p\xE1gina/apresentar o texto original",translateToThePageEndImmediatelyDescription:"Se a ativar, o conte\xFAdo ser\xE1 imediatamente traduzido da parte superior para a parte inferior da p\xE1gina \xE0 medida que a introduz. Se a desativar, a tradu\xE7\xE3o \xE9 feita \xE0 medida que l\xEA. (N\xE3o recomendado)","translate all areas of the page":"Se pretende traduzir todas as \xE1reas da p\xE1gina",translationAreaDescription:"Ligado, todas as \xE1reas de toda a p\xE1gina Web s\xE3o traduzidas. Se estiver desativado, utiliza o reconhecimento inteligente predefinido e traduz apenas as \xE1reas principais. (N\xE3o se recomenda que seja ativado)","the number of characters to be translated first":"Traduzir diretamente os primeiros caracteres da p\xE1gina sem ter de se deslocar para a \xE1rea de visualiza\xE7\xE3o","interface language":"linguagem de interface","display both the original text and the translation":"Visualiza\xE7\xE3o simult\xE2nea do original e da tradu\xE7\xE3o","keyboard shortcuts":"Atalhos de teclado",modify:"Modificar teclas de atalho",reset:"reprovis\xE3o",close:"coagula\xE7\xE3o",homepage:"p\xE1gina inicial",more:"mais",moreOptions:"Expandir mais op\xE7\xF5es de personaliza\xE7\xE3o",translateTheWholePage:"Traduzir todas as \xE1reas da p\xE1gina (em vez de reconhecer inteligentemente as \xE1reas principais)",changeToTranslateTheWholePage:"Mudar para traduzir todas as regi\xF5es",changeToTranslateTheMainPage:"Mudar para Traduzir \xC1rea Principal",changeToOnlyTranslationMode:"Alternar para apresentar apenas tradu\xE7\xF5es",changeToDualTranslationMode:"Mudar para tradu\xE7\xE3o bilingue",translateToThePageEndImmediately:"Tradu\xE7\xE3o imediata para o fim da p\xE1gina",translateTheMainPage:"Regi\xF5es-chave da tradu\xE7\xE3o inteligente","The local rules are up to date":"As regras de adapta\xE7\xE3o local est\xE3o actualizadas.","Successfully synchronized with the latest official rules:":"Sincroniza\xE7\xE3o bem sucedida com as \xFAltimas regras oficiais de adapta\xE7\xE3o.","Checking for updates":"Verifica\xE7\xE3o de actualiza\xE7\xF5es","Rules are being synchronized":"Regras de adapta\xE7\xE3o sincronizadas",localVersionIsTooOld:"A vers\xE3o da extens\xE3o local \xE9 demasiado antiga. Actualize a extens\xE3o para {minVersion} ou mais recente antes de tentar sincronizar.",badUserscriptBrowser:"O navegador atual n\xE3o implementa corretamente a interface da extens\xE3o Grease Monkey (por exemplo, para obter informa\xE7\xF5es sobre o n\xFAmero da vers\xE3o do pr\xF3prio script Grease Monkey), utilize outros navegadores que <1>suportem a extens\xE3o Grease Monkey, como o Firefox.",foundNewVersion:"Descubra a nova vers\xE3o",theLocalExtensionIsUpToUpdate:"A extens\xE3o atual est\xE1 actualizada.",failToSyncRules:"N\xE3o sincroniza\xE7\xE3o das regras de adapta\xE7\xE3o mais recentes",retry:"Clique aqui para tentar novamente",failedReason:"Raz\xF5es do insucesso",currentRuleVersion:"Vers\xE3o atual da regra",calculating:"c\xE1lculos",unknownError:"erro desconhecido",canNotFetchRemoteRule:"N\xE3o \xE9 poss\xEDvel obter regras remotas",enableAlphaSuccess:"Alfa ativado",disableAlphaSuccess:"A fun\xE7\xE3o alfa foi desactivada",cacheSize:"Tamanho da cache\uFF1A",cleaning:"em processo de liquida\xE7\xE3o",cleanCache:"limpar a cache",options:"preparar",about:"em rela\xE7\xE3o a",service:"servi\xE7o de interpreta\xE7\xE3o",needAction:"(Ir para Defini\xE7\xF5es)",goSettings:"v\xE1 em frente e configure",needActionForOptions:"(a definir)",translationEngine:"Op\xE7\xF5es de motor",sourceLanguage:"L\xEDngua original",target:"l\xEDngua-alvo",popupSourceLanguage:"L\xEDngua original",popupTarget:"l\xEDngua-alvo",popupService:"servi\xE7o de interpreta\xE7\xE3o",forThisSite:"S\xEDtio Web atual",autoEnableSubtitle:"Abertura autom\xE1tica de legendas bilingues",alwaysTranslate:"Traduzir sempre",neverTranslate:"Nunca traduzir",alwaysTranslateSomeLanguage:"Traduzir sempre {language}",neverTranslateSomeLanguage:"Nunca traduzir {language}",alwaysTranslateSomeSite:"Traduzir sempre {hostname}",neverTranslateSomeSite:"Nunca traduzir {hostname}",alwaysTranslateSomeSiteOrWildSite:"Traduzir sempre o s\xEDtio",alwaysTranslateSomePage:"Traduzir sempre a p\xE1gina",add:"aumentar",default:"predefini\xE7\xE3o (defini\xE7\xE3o)",forThisLanguage:"Para esta l\xEDngua\uFF1A","add url":"Introduzir URL",edit:"compilador","translate other languages into specific language":"Traduzir outras l\xEDnguas para a sua l\xEDngua definida","select translation service":"Selecionar um servi\xE7o de tradu\xE7\xE3o",language:"multilinguismo","show-original":"Mostrar texto original",translate:"renderiza\xE7\xE3o",Translated:"traduzido",Translating:"na tradu\xE7\xE3o",Error:"incorreto",allowCacheTranslations:"Ativar o caching de tradu\xE7\xE3o local (para reduzir os pedidos de tradu\xE7\xE3o de passagens duplicadas)","translation display":"Estilo de apresenta\xE7\xE3o da tradu\xE7\xE3o","select diplay style":"Distinguir os estilos de tradu\xE7\xE3o, com refer\xEAncia espec\xEDfica aos seguintes exemplos",interface:"Defini\xE7\xF5es de interface",import_export:"Importa\xE7\xE3o/Exporta\xE7\xE3o",import_export_title:"Configura\xE7\xE3o de importa\xE7\xE3o/exporta\xE7\xE3o",syncToGoogleDrive:"Sincronizar com o Google Drive agora",floatBallOptions:"Defini\xE7\xF5es do Hoverball","floatBallOptions.enable":"Ativar Hoverball","floatBallOptions.blockUrls":"Desativar o s\xEDtio Web","floatBallOptions.add":"aumentar","floatBallOptions.blockUrlDesc":"As Hoverballs n\xE3o s\xE3o apresentadas quando s\xE3o encontrados os seguintes s\xEDtios Web","floatBallOptions.clickType":"comportamento de clique","floatBallOptions.clickTypeDesc":"Comportamento do \xEDcone da bola flutuante quando clicado","floatBallOptions.clickPopup":"Mostrar painel de tradu\xE7\xE3o","floatBallOptions.clickTranslate":"Tradu\xE7\xE3o/apresenta\xE7\xE3o do texto original",previewAllThemes:"Pr\xE9-visualizar todos os estilos","translationTheme.none":"n\xE3o ter","translationTheme.grey":"cinzento escuro","translationTheme.dashed":"sublinhado pontilhado","translationTheme.dotted":"sublinhado pontilhado","translationTheme.dashedBorder":"borda pontilhada","translationTheme.solidBorder":"fronteira s\xF3lida","translationTheme.underline":"Sublinhar linhas rectas","translationTheme.mask":"Efeitos difusos (modos de aprendizagem)","translationTheme.opacity":"efeito de transpar\xEAncia","translationTheme.paper":"Efeito de sombra de papel branco","translationTheme.dividingLine":"linha divis\xF3ria","translationTheme.highlight":"alta luminosidade","translationTheme.marker":"marcador (palavra emprestada)","translationTheme.marker2":"Marcador 2","translationTheme.blockquote":"Estilos de refer\xEAncia","translationTheme.weakening":"enfraquecimento","translationTheme.italic":"tipo de letra inclinado","translationTheme.bold":"engrossar","translationTheme.thinDashed":"linha fina pontilhada sublinhada","translationTheme.nativeDashed":"O sistema vem com um sublinhado a tracejado","translationTheme.nativeDotted":"O sistema vem com um sublinhado pontilhado","translationTheme.nativeUnderline":"O sistema \xE9 fornecido com um sublinhado de linha reta","translationTheme.wavy":"linha ondulada","translationServices.custom":"API personalizada","translationServices.tencent":"Tencent Translator","translationServices.tenAlpha":"Tencent Translator (Alfa)","translationServices.google":"Google Tradutor","translationServices.bai":"Baidu (Alfa)","translationServices.baidu":"Tradu\xE7\xE3o do Baidu","translationServices.aliyun":"Tradu\xE7\xE3o AliCloud","translationServices.volc":"tradu\xE7\xE3o vulc\xE2nica","translationServices.deeplx":"DeepLX (Beta)","translationServices.bing":"Microsoft Translate","translationServices.deepl":"DeepL","translationServices.wechat":"Tradu\xE7\xE3o do WeChat","translationServices.azure":"Tradu\xE7\xE3o do Azure","translationServices.ibm":"IBM Watson","translationServices.aws":"Tradu\xE7\xE3o da Amazon","translationServices.mock":"Tradu\xE7\xE3o simulada","translationServices.mock2":"Tradu\xE7\xE3o Simulada 2","translationServices.caiyun":"lit. nuvens coloridas e pequenas tradu\xE7\xF5es","translationServices.cai":"Nuvens coloridas (Alfa)","translationServices.volcAlpha":"Vulc\xE3o (Alfa)","translationServices.openl":"OpenL","translationServices.youdao":"Tradu\xE7\xE3o do Youtube","translationServices.you":"Tradutor Youdao (Alfa)","translationServices.transmart":"Tradu\xE7\xE3o da Tencent Interactive","translationServices.niu":"Tradutor Maverick","translationServices.papago":"Tradu\xE7\xE3o de Papago","translationServices.d":"D (Alfa)","translationServices.dpro":"D Pro (Can\xE1rio)","translationServices.openai":"OpenAI","translationServices.yandex":"Yandex","translationServices.chatgpt":"ChatGPT Web(3.5 m\xF3vel)","translate title":"Traduzir t\xEDtulos de p\xE1ginas","always languages":"Traduzir sempre a l\xEDngua",neverTranslateLanguagesLabel:"A l\xEDngua que nunca ser\xE1 traduzida",neverTranslateTheFollowingLanguagesDescription:"As tradu\xE7\xF5es s\xE3o ignoradas quando um par\xE1grafo da p\xE1gina est\xE1 numa das seguintes l\xEDnguas",enableUserscriptPagePopup:"Mostrar hoverball na p\xE1gina",enableUserscriptPagePopupDescription:"Depois de desligar a hoverball, esta pode ser recuperada com o atalho /{touch}. Recomenda-se vivamente que marque esta p\xE1gina de defini\xE7\xF5es para evitar n\xE3o conseguir encontrar a hoverball depois de ter desligado inadvertidamente esta op\xE7\xE3o!","always translate the following languages":"Traduz automaticamente para a l\xEDngua de destino quando a p\xE1gina est\xE1 numa das seguintes l\xEDnguas","always sites":"S\xEDtios Web sempre traduzidos","always translate the following sites":"Os s\xEDtios Web s\xE3o automaticamente traduzidos para a l\xEDngua de chegada quando s\xE3o os nomes de dom\xEDnio de","never sites":"S\xEDtio nunca traduzido","never translate the following sites":"As tradu\xE7\xF5es n\xE3o ser\xE3o efectuadas quando o s\xEDtio Web se destinar aos seguintes dom\xEDnios","please refer to":"\xC9 necess\xE1rio preencher a chave antes de a poder utilizar. Para mais informa\xE7\xF5es, consulte",KeyAndConfigurationTutorial:"Tutorial de configura\xE7\xE3o e aplica\xE7\xE3o de chaves",useAboveStyleForTheseSites:"Utilize sempre o estilo de tradu\xE7\xE3o \u2308{theme}\u230B quando o s\xEDtio se destina aos seguintes dom\xEDnios",currentUrl:"URL atual",confirm:"guardar (um ficheiro, etc.) (inform\xE1tica)",cancel:"cancelamentos",delete:"remo\xE7\xE3o","languages.auto":"dete\xE7\xE3o autom\xE1tica",syncToCloud:"Sincronizar com o Google Drive",syncToCloudDescription:"Transferida para a nuvem, a configura\xE7\xE3o pode ser sincronizada entre diferentes navegadores/scripts do grease monkey, consoante a \xFAltima modifica\xE7\xE3o.",syncToAccount:"Sincroniza\xE7\xE3o com a Nuvem de Tradu\xE7\xE3o Imersiva",syncToAccountButton:"Sincroniza\xE7\xE3o instant\xE2nea com a nuvem",syncToAccountDescription:"Sincronizar automaticamente as configura\xE7\xF5es entre dispositivos diferentes, consoante a \xFAltima modifica\xE7\xE3o efectuada.",successSyncConfigInAccount:"Sincroniza\xE7\xE3o bem sucedida com a nuvem",successSyncConfigToAccount:"Sincroniza\xE7\xE3o bem sucedida com a nuvem",syncConfigNoUpdate:"J\xE1 est\xE1 atualizado.",authFail:"Falha de autoriza\xE7\xE3o",syncTitle:"Gest\xE3o manual de c\xF3pias de seguran\xE7a",import_hint:"importa\xE7\xE3o (dados)",upload:"carregar",revokeAuth:"revogar uma autoriza\xE7\xE3o",uploadFail:"Falha na transfer\xEAncia",download:"descarregamento",importSuccess:"Importado com sucesso",importFail:"falha na importa\xE7\xE3o",deleteFail:"Falha ao eliminar",backupToCloud:"Gerir manualmente os ficheiros de c\xF3pia de seguran\xE7a",create_new_backup:"Adicionar um novo n\xF3 de backup",maxBackupFiles:"\xC9 poss\xEDvel efetuar a c\xF3pia de seguran\xE7a de at\xE9{count}n\xF3s diferentes. Elimine os n\xF3s de que n\xE3o necessita.",backupToCloudDescription:"Carregar ou restaurar manualmente ficheiros de c\xF3pia de seguran\xE7a, permitindo at\xE9 3 c\xF3pias de seguran\xE7a diferentes",successSyncConfig:"Sincroniza\xE7\xE3o bem sucedida com a nuvem",syncFail:"falha de sincroniza\xE7\xE3o",updatedAt:"Atualizado a partir de {date}",lastSyncedAt:"\xDAltima verifica\xE7\xE3o em {date}",downloadFail:"Falha na transfer\xEAncia",clickToDownload:"Clique para descarregar",aboutLabel:"Acerca de - Feedback","browser.openAboutPage":"Sobre/Feedback",aboutLabelWithoutSponsor:"Acerca de - Feedback",aboutIntro:"Que todos possamos ter um acesso mais f\xE1cil e mais agrad\xE1vel \xE0 vasta quantidade de informa\xE7\xF5es em l\xEDnguas estrangeiras na Internet \u2764\uFE0F Pode optar por ativar a sua <6>subscri\xE7\xE3o Pro para utilizar as tradu\xE7\xF5es DeepL e OpenAI prontas a utilizar.

Pode seguir-nos no <3>Twitter, <4>Telegram, Weibo, WeChat ou <5>subscrever a nossa lista de <5>correio abaixo para acompanhar as actualiza\xE7\xF5es.
<7>Os membros Pro podem contactar-nos em <8>support@immersivetranslate.com para um servi\xE7o de apoio ao cliente r\xE1pido.",aboutIntroWithoutSponsor:"Que todos possamos ter um acesso mais f\xE1cil e mais agrad\xE1vel \xE0 enorme quantidade de informa\xE7\xE3o em l\xEDngua estrangeira dispon\xEDvel na Internet \u2764\uFE0F

Pode seguir-nos no <3>Twitter, no <4>canal Telegram, no WeChat, no WeChat Exchange ou <5>subscrever as actualiza\xE7\xF5es por correio <5>eletr\xF3nico abaixo.",projectHomepage:"In\xEDcio do projeto",joinTelegramGroup:"Junte-se ao grupo de utilizadores para participar em debates sobre funcionalidades",wechatPublicAccount:"WeChat P\xFAblico",wechatCommunities:"Grupo de interc\xE2mbio WeChat",qqCommunities:"Canal de comunica\xE7\xE3o QQ",joinTelegramChannel:"Siga o canal Telegram para obter as \xFAltimas actualiza\xE7\xF5es",feedbackAndJoin:"Feedback da pergunta / Adicionar grupo",autoSync:"sincroniza\xE7\xE3o autom\xE1tica da hora",loadingThemeTitle:"Estilo de carregamento",loadingThemeDescription:"Definir o estilo quando se est\xE1 \xE0 espera que a tradu\xE7\xE3o seja carregada","loadingTheme.spinner":"Anima\xE7\xE3o girat\xF3ria","loadingTheme.text":"texto est\xE1tico algo ","loadingTheme.none":"n\xE3o indicado",developerDescription:"A documenta\xE7\xE3o sobre personaliza\xE7\xE3o avan\xE7ada pode ser encontrada <1>aqui","edit border color":"Modificar a cor do rebordo",successSyncButNoChange:"A configura\xE7\xE3o atual \xE9 coerente com a nuvem",customTheme:"Cores e tamanhos personalizados","customThemeLabel.borderColor":"Cor da margem","customThemeLabel.borderRadius":"Arestas arredondadas","customThemeLabel.textColor":"cor do texto","customThemeLabel.backgroundColor":"cor de fundo","customThemeLabel.zoom":"Escala do tipo de letra (%)","customThemeLabel.opacity":"Opacidade do texto (%)",resetToDefaultColor:"Repor as cores predefinidas",resetToDefaultSettings:"Repor as predefini\xE7\xF5es",isTranslateTitle:"Ativar a tradu\xE7\xE3o dos t\xEDtulos das p\xE1ginas",isTranslateTitleDescription:"Quando aberto, o t\xEDtulo da p\xE1gina \xE9 traduzido",enableSearchEnhancement:"Permitir o melhoramento de mensagens bilingues",enableSearchEnhancementDescription:'Uma vez activada, os resultados da pesquisa do "Google News" ser\xE3o automaticamente apresentados na coluna direita dos s\xEDtios Web suportados (Google News, Pesquisa Google (algumas palavras-chave), Snowball, Oriental Fortune, Futura, Tiger Community) para as palavras-chave inglesas correspondentes.',verifyService:"Clique aqui para testar o servi\xE7o",verified:"Verificar o sucesso","field.langs":"C\xF3digos de idioma suportados","field.model":"modela\xE7\xE3o","field.translationEngine":"motor de tradu\xE7\xE3o","field.limitPerMinute":"M\xE1ximo de pedidos por minuto","field.limitPerSecond":"N\xFAmero m\xE1ximo de pedidos por segundo","field.maxTextLengthPerRequest":"Comprimento m\xE1ximo do texto por pedido","field.maxTextGroupLengthPerRequest":"N\xFAmero m\xE1ximo de par\xE1grafos por pedido","field.apiUrl":"Endere\xE7o da interface API personalizada","field.placeholderDelimiters":"marcador de posi\xE7\xE3o reservado","description.custom":"Acesso \xE0 interface personalizada Documenta\xE7\xE3o necess\xE1ria","description.limitPerMinute":"Os pedidos que excedem este limite entram numa fila de espera at\xE9 ao in\xEDcio do minuto seguinte. Devido \xE0s v\xE1rias limita\xE7\xF5es do servi\xE7o atual da OpenAI, clique <1>aqui para obter os valores sugeridos mais recentes","description.limitPerSecond":"Os pedidos que excedem este limite entram numa fila de espera at\xE9 ao in\xEDcio do segundo seguinte. Devido \xE0s v\xE1rias limita\xE7\xF5es do servi\xE7o atual da OpenAI, clique <1>aqui para obter os valores sugeridos mais recentes","description.generalLimitPerSecond":"Os pedidos que excedem este limite entram numa fila de espera at\xE9 ao in\xEDcio do segundo seguinte.","description.prompt":"Enviar a conversa para {service} como usu\xE1rio, onde {{text}} representa o conte\xFAdo do texto do par\xE1grafo, {{from}} representa a l\xEDngua do par\xE1grafo e {{to}} representa a l\xEDngua alvo.","description.maxTextLengthPerRequest":"O n\xFAmero m\xE1ximo de caracteres por pedido \xE9 demasiado grande para provocar uma resposta lenta da interface, pelo que deve tentar ajustar esta op\xE7\xE3o para otimizar a velocidade","description.systemPrompt":"Enviar uma conversa para {service} como sistema, onde {{text}} representa o conte\xFAdo do texto do par\xE1grafo, {{from}} representa a l\xEDngua do par\xE1grafo e {{to}} representa a l\xEDngua alvo.","field.domain":"dom\xEDnio","description.domain":"A predefini\xE7\xE3o \xE9\uFF1Ageneral. S\xF3 pode ser definido se a tradu\xE7\xE3o de dom\xEDnios estiver activada na consola da API Arima, ver <1>aqui os dom\xEDnios suportados","field.scene":"tomar","description.scene":"A predefini\xE7\xE3o \xE9\uFF1Ageneral. S\xF3 pode ser definido se a consola da API AliCloud abrir o Machine Translation Pro, consulte <1>aqui os cen\xE1rios suportados","field.vocabId":"ID do dicion\xE1rio do utilizador","description.vocabId":"O dicion\xE1rio especificado out_id, atualmente suporta a tradu\xE7\xE3o de ingl\xEAs para chin\xEAs.","description.model":"Modelos OpenAI, podem ser gpt-3.5-turbo, gpt-4, etc.","description.maxTextGroupLengthPerRequest":"O n\xFAmero de par\xE1grafos enviados ao servi\xE7o de tradu\xE7\xE3o de cada vez; se houver demasiados par\xE1grafos, a interface poder\xE1 responder mais lentamente","description.apiUrl":"Por favor, adicione URLs espec\xEDficos com caminhos, <1>mais descri\xE7\xE3o",enabledExtension:"Ativa\xE7\xE3o de extens\xF5es",clickToDisableExtension:"Clique para desativar as extens\xF5es",clickToEnableExtension:"Clique para ativar as extens\xF5es",hasBeenDisabled:"desativado","show password":"Mostrar palavra-passe",customContent:"Introduzir um nome de modelo personalizado",inputOptions:"Melhoria da caixa de entrada",mouseHoverOptions:"passar o rato",modifyMouseHoverKey:"Modificar o atalho para passar o rato",enableInputTranslation:"Ativar ou n\xE3o o melhoramento da caixa de entrada",enableInputTranslationDescription:"Uma vez ativado, escreva {startingKey}{startingKey} hello diretamente na caixa de entrada e, em seguida, prima rapidamente{inputTrailingTriggerKeyRepeatTimes}vezes{trailingKey}para traduzir para {inputTargetLanguage}",enableInputTranslationDescriptionForNoneKey:"Uma vez ativado, escreva\uFF1AHello World diretamente na caixa de entrada e, em seguida, prima rapidamente{inputTrailingTriggerKeyRepeatTimes}{trailingKey}vezes para traduzir para o idioma de destino predefinido.",inputTargetLanguage:"Definir o idioma de destino predefinido para as caixas de entrada",inputTargetLanguageDescription:"L\xEDngua de destino predefinida para a tradu\xE7\xE3o da caixa de entrada, ou seja, {startingKey}{startingKey} como l\xEDngua predefinida para as palavras de acionamento",inputTargetLanguageDescriptionForNoneKey:"L\xEDngua de destino predefinida para a tradu\xE7\xE3o da caixa de entrada",inputStartingTriggerKeyTitle:"Definir o car\xE1cter de divis\xE3o para a tradu\xE7\xE3o parcial da caixa de entrada",inputStartingTriggerKeyDescription:"Quando n\xE3o \xE9 necess\xE1rio traduzir toda a caixa de entrada, o separador permite-lhe traduzir apenas a parte de {startingKey}{startingKey} at\xE9 ao fim da caixa de entrada, ou pode especificar o c\xF3digo da l\xEDngua, por exemplo,\uFF1A{startingKey}ja significa traduzir apenas a parte de {startingKey}ja at\xE9 ao fim da caixa de entrada.",inputStartingTriggerKeyDescriptionForNoneKey:"A defini\xE7\xE3o atual de sem prefixo n\xE3o \xE9 necess\xE1ria, e a fun\xE7\xE3o de tradu\xE7\xE3o de alguns textos na caixa de entrada n\xE3o pode ser utilizada por enquanto.",inputTrailingTriggerKeyTitle:"Selecionar um car\xE1cter de acionamento de fim de registo",inputTrailingTriggerKeyDescription:"3 hits r\xE1pidos{trailingKey} come\xE7ar\xE1 a traduzir!",inputTrailingTriggerKeyTimeout:"Introduzir o tempo entre os accionamentos de fim de combate",inputTrailingTriggerKeyTimeoutDescription:"Define o tempo (em milissegundos) entre os accionamentos da combina\xE7\xE3o de fim de entrada",spaceKey:"<\u7A7A\u683C\u952E>",noneKey:"Tradu\xE7\xE3o direta de toda a caixa de texto sem prefixos",inputTranslationBlockUrlsTitle:"N\xE3o ativar o melhoramento da caixa de entrada nos seguintes URLs",inputTranslationBlockUrlsDescription:"As melhorias na caixa de entrada n\xE3o funcionar\xE3o nos seguintes URLs",clickToSeeQuickDemo:"Clique para expandir o v\xEDdeo tutorial r\xE1pido de 30 segundos",inputHelperInfo:"Descri\xE7\xE3o\uFF1AOptimiz\xE1mos o facto de alguns caracteres desencadeadores se transformarem em sinais de pontua\xE7\xE3o chineses nos m\xE9todos de introdu\xE7\xE3o chineses, por exemplo, / transforma-se num sinal de dun , no m\xE9todo de introdu\xE7\xE3o Sogou, e o Immersive Translator suporta todos os s\xEDmbolos chineses correspondentes aos caracteres desencadeadores, ou seja, //,,,, ser\xE3o reconhecidos como caracteres desencadeadores.

Tamb\xE9m suportamos pseud\xF3nimos chineses para c\xF3digos de idioma como comandos, por exemplo, /Japanese Hello World ser\xE1 traduzido para japon\xEAs, <1>clique aqui para ver todos os c\xF3digos de idioma suportados.",reloadCurrentPage:"Por favor, actualize a p\xE1gina atual antes de iniciar a tradu\xE7\xE3o.",noLocalFilePermissionForPDF:"N\xE3o tem permiss\xE3o para ler ficheiros locais, por favor clique no bot\xE3o acima e depois importe os ficheiros locais.",noPermissionForThisPage:"\u26A0\uFE0F Sem permiss\xE3o para traduzir a p\xE1gina atual",retryAllParagraphs:"Repetir todas as passagens de erro",retryAllButton:"Repetir todas as passagens de erro",errorTooltipTitle:"Clique para ver a causa do erro",errorModalTitle:"Algo parece estar errado com o servi\xE7o de tradu\xE7\xE3o ou com a rede...",disableConfirm:"Defini\xE7\xE3o de melhoria da informa\xE7\xE3o bilingue",disableOnce:"Esta incapacidade",disableGlobal:"desativar permanentemente",disableTint:"* Pode voltar a activ\xE1-lo em {option} .",searchEnhancementNotes:"Depois de ativar a funcionalidade de Melhoria da informa\xE7\xE3o bilingue da tradu\xE7\xE3o imersiva, pesquisamos automaticamente as mesmas palavras-chave em ingl\xEAs nos s\xEDtios Web suportados (Google News, Pesquisa Google (algumas palavras-chave), Snowball, Oriental Wealth, Futura, Tiger) e apresentamo-las no lado direito. Pode optar por desactiv\xE1-la se n\xE3o necessitar desta funcionalidade.",option:"preparar",saveSettings:"Guardar defini\xE7\xF5es",closeModal:"Fechar a janela",enableInputTranslationWithoutTriggerKeyTitle:"Permitir 3 acessos r\xE1pidos em{trailingKey}para traduzir diretamente toda a caixa de entrada para{inputTargetLanguage}",enableInputTranslationWithoutTriggerKeyDescription:"Para especificar o idioma de destino, prefixe-o com o c\xF3digo do idioma, por exemplo,\uFF1Aja Hello World",mouseHoverShortcutPlaceholder:"Por exemplo,\uFF1AShift",deepLProName:"Membro Pro da Immersive Translation (Recomendado)",deepLProDescription:"O pacote atual pode ser utilizado diretamente",deeplProDescriptionForNormal:"N\xE3o \xE9 necess\xE1ria qualquer configura\xE7\xE3o, os membros podem utiliz\xE1-lo depois de iniciarem sess\xE3o, <1>clique aqui para atualizar para membro",deepLCustomDescription:"Necess\xE1rio cart\xE3o de cr\xE9dito estrangeiro, oficialmente aberto em <1>DeepL, clique para <2>documenta\xE7\xE3o",deepLCustomName:"Chave de autentica\xE7\xE3o personalizada",chooseProviderLabel:"Selecionar um fornecedor de servi\xE7os",openaiProName:"Membro Pro da Immersive Translation (Recomendado)",openaiProDescription:"O pacote atual pode ser utilizado diretamente",openaiProDescriptionForNormal:"N\xE3o \xE9 necess\xE1ria qualquer configura\xE7\xE3o, os membros podem utiliz\xE1-lo depois de iniciarem sess\xE3o, <1>clique aqui para atualizar para membro",openaiCustomDescription:"Dispon\xEDvel no OpenAI, Azure OpenAI ou noutros servi\xE7os de terceiros, <1>clique aqui para ver a documenta\xE7\xE3o",openaiCustomName:"Chave API personalizada",needLoginAction:"(ades\xE3o aberta ou personaliza\xE7\xE3o)",goLoginOrAction:"(Abrir uma inscri\xE7\xE3o ou ir \xE0s defini\xE7\xF5es)",yearly:"efetuar um pagamento anual consecutivo",quarterly:"embalagem sequencial",monthly:"assinatura mensal",yearlyForOnce:"Pacote anual \xFAnico",monthlyForOnce:"Pacote mensal \xFAnico",daily:"dias consecutivos de embalagem",year:"efetuar um pagamento anual consecutivo",quarter:"embalagem sequencial",month:"assinatura mensal",day:"dias consecutivos de embalagem",onetime_7day:"Pacote de experi\xEAncia de 7 dias",currentPlanDescriptionForFree:"Pacotes actuais\uFF1AFree",currentPlanDescriptionForContinuous:"O pacote atual\uFF1A{plan}ser\xE1 automaticamente renovado em {endAt}",currentPlanDescriptionForAutoRenewCaceling:"O pacote atual\uFF1A{plan}expira em {endAt} e n\xE3o ser\xE1 renovado automaticamente ap\xF3s a expira\xE7\xE3o.",currentYearlyPlanDescriptionForAutoRenewCacelingWithRealPaiedUser:"O pacote atual,\uFF1A{plan}, expira em {endAt} e n\xE3o ser\xE1 renovado automaticamente ap\xF3s a expira\xE7\xE3o.
<1>Clique aqui para gerir o seu plano de renova\xE7\xE3o",currentYearlyPlanDescriptionForAutoRenewCacelingWithAdmin:"O pacote atual,\uFF1A{plan}, expira em {endAt} e n\xE3o ser\xE1 renovado automaticamente ap\xF3s a expira\xE7\xE3o.
<1>Clique aqui para ativar a subscri\xE7\xE3o anual cont\xEDnua",currentPlanDescriptionForOneTime:"A subscri\xE7\xE3o atual\uFF1A{plan}expira em {endAt} . <1>Clique aqui para atualizar para uma subscri\xE7\xE3o <1>anual ou <2>mensal.",upgradePlan:"Clique aqui para atualizar para a subscri\xE7\xE3o Pro",upgradeToPro:"Atualizar para a subscri\xE7\xE3o Pro","popup.openPro":"Actualize para a subscri\xE7\xE3o Pro para desfrutar de DeepL e da tradu\xE7\xE3o OpenAI, clique aqui para atualizar!","popup.openProForPro":"\xC9 um membro Pro com acesso direto \xE0s tradu\xE7\xF5es de DeepL e OpenAI!",currentAccount:"conta corrente",enableAutoSyncUserSettings:"Permitir a sincroniza\xE7\xE3o autom\xE1tica na nuvem em v\xE1rios dispositivos",modalEnableInputTranslationTitle:"Tradu\xE7\xE3o imersiva Caixa de entrada Alertas de tradu\xE7\xE3o",modalEnableInputTranslationDesc:"Acaba de ativar a tradu\xE7\xE3o da caixa de entrada da Tradu\xE7\xE3o Imersiva, carregando na barra de espa\xE7os 3 vezes em sucess\xE3o r\xE1pida, e o conte\xFAdo da caixa de entrada ser\xE1 traduzido para a l\xEDngua de destino predefinida. A tradu\xE7\xE3o pode ser anulada com Ctrl+Z.

Se isto foi um erro, n\xE3o se preocupe, pode optar por desactiv\xE1-la desta vez ou desativar permanentemente a tradu\xE7\xE3o da caixa de entrada.",saveAndNotShowAgain:"Guardar e parar a solicita\xE7\xE3o",disableInputTranslationTips:"* Tamb\xE9m pode definir outros atalhos para serem accionados em {option} ,{learnMore}.",learnMore:"Clique aqui para saber mais",continueEnalbeInputTranslation:"Continuar a ativar a tradu\xE7\xE3o da caixa de entrada",autoRenewTrialSuffix:'(Durante o per\xEDodo experimental,passa imediatamente a membro efetivo)',upgradeFromTrialTitle:"Atualiza\xE7\xE3o para membro de pleno direito",subtitle:"legendagem de v\xEDdeo",youtubeService:"Tradu\xE7\xE3o por imers\xE3o Servi\xE7os de tradu\xE7\xE3o de legendagem de v\xEDdeo","subtitle.disabledSubtitle":"Desativar permanentemente a funcionalidade de legendas de v\xEDdeo","subtitle.disabledSubtitleDescription":"Se Immersive Translator's Video Subtitles entrar em conflito com outras extens\xF5es, pode optar por desativar permanentemente a funcionalidade Immersive Translator's Video Subtitles ou desinstalar outras extens\xF5es que entrem em conflito","subtitle.autoEnableSubtitle":"Utiliza\xE7\xE3o autom\xE1tica de legendas bilingues","subtitle.autoEnableSubtitleDescription":"Depois de ativado, quando o v\xEDdeo \xE9 reproduzido, as legendas bilingues s\xE3o exibidas automaticamente, caso contr\xE1rio, \xE9 necess\xE1rio clicar no bot\xE3o de tradu\xE7\xE3o para exibir.","subtitle.preTranslation":"Traduzir legendas utilizando a tradu\xE7\xE3o imersiva","subtitle.preTranslationDescription":"Quando activada, toda a legenda ser\xE1 pr\xE9-traduzida utilizando o servi\xE7o de tradu\xE7\xE3o especificado abaixo, e um v\xEDdeo de 1 hora consumir\xE1 cerca de 50.000 Tokens ou caracteres, pelo que deve ser utilizada \xE0 sua discri\xE7\xE3o; quando desactivada, ser\xE3o utilizadas primeiro as legendas originais.","subtitle.humanSubtitlesPreferred":"Utiliza\xE7\xE3o priorit\xE1ria de legendagem humana","subtitle.humanSubtitlesPreferredDescription":"Dar prioridade \xE0 utiliza\xE7\xE3o de legendas humanas quando o v\xEDdeo tiver legendas humanas na l\xEDngua de chegada (recomendado)",videoSubtitleTranslationDescription:"Atribuir um servi\xE7o de tradu\xE7\xE3o separado para as legendas de v\xEDdeo",subtitleTranslating:"Aguarde enquanto as legendas est\xE3o a ser traduzidas utilizando o servi\xE7o {service} ... (tradu\xE7\xE3o por imers\xE3o)",subtitleLoading:"A carregar as legendas...",bilingual:"bilinguismo","field.action":"Se deve ativar a terminologia Baidu","description.action":"Quando ativado, ser\xE1 adicionado um par\xE2metro action=1 ao pedido para informar o Baidu do termo ativado. <1>Consulte a documenta\xE7\xE3o oficial para obter mais informa\xE7\xF5es.",closeQuickTranslation:"Fechar Hoverball","closeQuickTranslation.untilNext":"Desta vez fechado at\xE9 \xE0 pr\xF3xima visita","closeQuickTranslation.currentWebsite":"S\xEDtio atual desativado","closeQuickTranslation.alwaysClose":"desativar permanentemente","closeQuickTranslation.settingOpen":"(pode ser ativado na <1>p\xE1gina de defini\xE7\xF5es )","closeQuickTranslation.cancel":"cancelamentos","closeQuickTranslation.confirm":"definir","floatBall.popup":"Abrir o painel Defini\xE7\xF5es r\xE1pidas","floatBall.translate":"Clique para traduzir a p\xE1gina","floatBall.showOriginal":"Clique para voltar ao artigo original","floatBall.close":"Fechar Hoverball","floatBallOptions.enableDescPc":"Depois de ativar o hoverball da p\xE1gina, ser\xE1 apresentado um bot\xE3o de tradu\xE7\xE3o r\xE1pida no lado direito da p\xE1gina, clique nele para traduzir!","floatBallOptions.enableDesc":"Depois de desligar a hoverball, esta pode ser recuperada com{touch}. Recomenda-se vivamente que marques esta p\xE1gina de defini\xE7\xF5es para o caso de n\xE3o conseguires encontrar a hoverball depois de teres desligado inadvertidamente esta op\xE7\xE3o!","description.azureApiUrl":"Preencher o endere\xE7o da interface API personalizada",confirmSupportMouse:"For\xE7ar a ativa\xE7\xE3o do suporte do rato",confirmSupportMouseDescription:"Detectado que o browser atual n\xE3o suporta a fun\xE7\xE3o de rato, \xE9 for\xE7ado a ativar o suporte de rato?",sampleTargetText:"A longa noite chegar\xE1, e eu vigiarei de hoje at\xE9 \xE0 minha morte. N\xE3o tomarei nenhuma esposa, n\xE3o farei nenhum feudo, n\xE3o terei filhos. N\xE3o usarei uma coroa, n\xE3o lutarei por honra. Cumprirei o meu dever, viverei e morrerei.",sampleSourceText:"Night gathers, and now my watch begins. It shall not end until my death. I shall take no wife, hold no lands, father no children. I shall wear no crowns and win no glory. I shall live and die at my post.","desc.touchShortcutsToggleTranslatePageOnlyTranslation":"Apenas a tradu\xE7\xE3o significa que apenas o texto traduzido ser\xE1 exibido, se a p\xE1gina ainda n\xE3o foi traduzida, o modo ser\xE1 alterado e traduzido.","desc.toggleOnlyTransation":"O modo de tradu\xE7\xE3o apenas se refere a mostrar apenas a tradu\xE7\xE3o, se a p\xE1gina ainda n\xE3o foi traduzida, o modo ser\xE1 alterado e traduzido.",touchShortcutsToggleTranslatePageOnlyTranslation:"Configurar gestos de toque na tela para alternar entre o modo bil\xEDngue / apenas tradu\xE7\xE3o",download_started:"O download j\xE1 come\xE7ou, se n\xE3o come\xE7ou automaticamente, por favor clique manualmente.",here:"aqui","translationFont.customPlaceholder":"tipo de letra",batchEdit:"Opera\xE7\xE3o em massa","error.goReset":"ir redefinir","error.configError":"Dados de configura\xE7\xE3o anormais","translationServices.inherit":"Siga o servi\xE7o de tradu\xE7\xE3o principal",detectServiceLoading:"Detectando servi\xE7os de tradu\xE7\xE3o dispon\xEDveis...","translationModeLang.translation.title":"Apenas o modo de tradu\xE7\xE3o de idioma","translationFont.custom":"Insira a fonte personalizada","error.serveConfigError":"Erro de configura\xE7\xE3o do servi\xE7o",toggleToService:"Mude para {service} e tente novamente","touch.mouse-translate":"Traduzir o par\xE1grafo especificado","translationModeUrl.translation.title":"Modo de apenas tradu\xE7\xE3o do URL","error.proTokenInvalid":"Se voc\xEA \xE9 um usu\xE1rio Pro, fa\xE7a login antes de usar o servi\xE7o de tradu\xE7\xE3o Pro.",enableSentryReport:"Quando ocorre um erro de extens\xE3o, use o Sentry para enviar feedback.",translationFont:"Definir fonte",videoSubtitlePreTranslationOn:"As legendas de v\xEDdeo usar\xE3o tradu\xE7\xE3o imersiva como prioridade.","error.reloadPageOfSetting":"Ap\xF3s a configura\xE7\xE3o, atualize a p\xE1gina para traduzir novamente.","translationModeLang.translation.description":"Quando a l\xEDngua da p\xE1gina \xE9 uma das seguintes, o modo de tradu\xE7\xE3o apenas ser\xE1 usado automaticamente.","error.502":"O servi\xE7o retornou um erro, o servi\xE7o est\xE1 fora do tempo, por favor tente novamente mais tarde.","error.googleLimitIp":"O servi\xE7o retorna um erro, o servi\xE7o Google j\xE1 limitou este endere\xE7o IP, \xE9 recomendado que voc\xEA mude o n\xF3 da rede.","error.403":"O servi\xE7o retorna um erro, temporariamente sem permiss\xE3o para acessar esse servi\xE7o.","error.400":"O servi\xE7o retorna um erro, o par\xE2metro de solicita\xE7\xE3o est\xE1 errado, por favor, verifique a configura\xE7\xE3o correspondente.","error.proUpgrade":"Ap\xF3s a atualiza\xE7\xE3o, atualize a p\xE1gina e traduza novamente.",videoSubtitlePreTranslationOff:"As legendas do v\xEDdeo dar\xE3o prioridade \xE0s legendas traduzidas automaticamente inclu\xEDdas no v\xEDdeo original.","error.429":"O servi\xE7o retornou um erro, indicando que a solicita\xE7\xE3o \xE9 muito frequente ou excede o limite, tente novamente mais tarde.","error.gemini.429":"O servi\xE7o Gemini atual atingiu sua capacidade m\xE1xima, por favor, tente novamente mais tarde ou mude para outro servi\xE7o de tradu\xE7\xE3o.","error.openAIExceededQuota":"O servi\xE7o retorna um erro: o saldo da sua conta OpenAI atual \xE9 insuficiente, por favor recarregue ou vincule um cart\xE3o de cr\xE9dito no back-end oficial da OpenAI.","translationFont.notSupportErrorMessage":"Por favor, verifique se o nome da fonte que voc\xEA inseriu est\xE1 correto, ou confirme se essa fonte j\xE1 est\xE1 instalada em seu dispositivo.","translationModeUrl.translation.description":"Quando o site \xE9 para os seguintes dom\xEDnios, o modo de apenas tradu\xE7\xE3o \xE9 usado automaticamente.","desc.toggleVideoSubtitlePreTranslation":"Ao pressionar, as legendas em dois idiomas do v\xEDdeo usar\xE3o preferencialmente as configura\xE7\xF5es de tradu\xE7\xE3o imersiva, ao pressionar novamente, as legendas autom\xE1ticas do v\xEDdeo original ser\xE3o priorizadas. Aten\xE7\xE3o: este atalho modifica as configura\xE7\xF5es globais.","error.openAIFreeLimit":"O servi\xE7o retorna um erro, a frequ\xEAncia atual de solicita\xE7\xF5es de tradu\xE7\xE3o atingiu o limite m\xE1ximo de 3 vezes por minuto, tente novamente mais tarde. (Esta \xE9 a restri\xE7\xE3o oficial da OpenAI para a chave API gratuita, para remover essa restri\xE7\xE3o, vincule um cart\xE3o de cr\xE9dito no backend da OpenAI.)","error.serveUnavailable":"O servi\xE7o [{serverName}] que voc\xEA est\xE1 usando atualmente n\xE3o pode ser acessado temporariamente devido a problemas de conex\xE3o de rede ou do provedor de servi\xE7os. Sugerimos que voc\xEA tente atualizar a p\xE1gina ou alterar para outro servi\xE7o de tradu\xE7\xE3o atrav\xE9s das <1>configura\xE7\xF5es. Se voc\xEA \xE9 um membro <2>Pro, pode optar por usar os servi\xE7os de tradu\xE7\xE3o mais est\xE1veis da DeepL ou OpenAI (<3>clique aqui para experimentar gratuitamente). Al\xE9m disso, voc\xEA pode precisar verificar suas configura\xE7\xF5es de rede ou proxy.","tagsInput.add":"+ Adicionar","floatBall.iKnow":"Eu sei.",pickAll:"Selecionar tudo",goLogin:"V\xE1 fazer login",notLogin:"N\xE3o conectado","error.retry":"Tentar novamente",shortcutSettingsTitle:"Configura\xE7\xF5es de atalho","error.reason":"Raz\xE3o do erro","subtitle.hideQuickButton":"N\xE3o mostrar mais este atalho",errorReason:"Raz\xE3o do erro: {message}","widget.instruction":"Instru\xE7\xF5es de uso","multipleClick.2":"Clique duplo","multipleClick.3":"Tr\xEDplice golpe","widget.translateFile":"PDF/ePub","floatBallOptions.fixedPositionLeft":"lado esquerdo","floatBallOptions.fixedPosition":"Posi\xE7\xE3o fixa",buildSnapshots:"Gerar instant\xE2neo da p\xE1gina da web","intro.floatBallTitle":"Bola flutuante de tradu\xE7\xE3o r\xE1pida",neverTranslateThisSite:"Nunca traduza este site",mouseHoverCustomKeyTitle:"Personalizar atalhos de mouse hover","subtitle.autoDisableSubtitle":"N\xE3o ative automaticamente as legendas bilingues","browser.translateWithGoogle":"Usar o Google Tradutor temporariamente para a p\xE1gina atual","error.subscriptionExpiredTitle":"A associa\xE7\xE3o expirou","floatBallOptions.fixedPositionRight":"lado direito",loggedIn:"Conectado","subtitle.bilingual":"Legendas bil\xEDngues","slide.right":"Deslize para a esquerda",networkError:"O servi\xE7o de tradu\xE7\xE3o ou a rede est\xE1 com problemas",contact:"Entre em contato conosco","intro.subtitleTitle":"Exibi\xE7\xE3o de legendas bilingues em v\xEDdeos online","browser.translateWithTransmart":"Usar temporariamente o Tencent para traduzir a p\xE1gina atual",alwaysTranslateThisSite:"Sempre traduza este site",temprarilyChangeTranslationTo_gemini:"Est\xE1 a usar o Gemini para traduzir a p\xE1gina atual","multipleClick.4":"Qu\xE1druplo golpe","intro.hoverTitle":"Passe o mouse para traduzir o par\xE1grafo atual",temprarilyChangeTranslationTo_google:"Est\xE1 a usar o Google Tradutor para traduzir a p\xE1gina atual","shortcutGroup.touch":"Gestos espec\xEDficos para tela sens\xEDvel ao toque",notLoginPro:"Ainda n\xE3o iniciou sess\xE3o na sua conta de membro.",paragraphMinTextCountField:"N\xFAmero m\xEDnimo de caracteres necess\xE1rios para traduzir um par\xE1grafo",temprarilyChangeTranslationTo_openai:"Est\xE1 a usar o OpenAI para traduzir a p\xE1gina atual",translationOnlyMode:"Apenas modo de tradu\xE7\xE3o",viewWithImmersiveTranslate:"Vers\xE3o bil\xEDngue (tradu\xE7\xE3o imersiva)","translationServices.gemini":"G\xEAmeos","browser.toggleMouseHoverTranslateDirectly":"Ativar ou desativar temporariamente a tradu\xE7\xE3o direta do mouse hover na p\xE1gina",shortcutSettings:"Atalho","browser.translateWithOpenAI":"Usar temporariamente o OpenAI para traduzir a p\xE1gina atual",touchShortcutsToggleTranslateTouchElement:"Configurar gestos de toque na tela para traduzir par\xE1grafos espec\xEDficos","widget.instructionTooltip":"Consulte as instru\xE7\xF5es de uso","shortcutGroup.mouse":"Configura\xE7\xE3o de atalhos de teclado para hover do mouse",temprarilyChangeTranslationTo_deepl:"Est\xE1 a usar o DeepL para traduzir a p\xE1gina atual.","floatBall.longPress":"Pressione e segure para abrir rapidamente o painel de configura\xE7\xF5es.","widget.videoSubtitle":"legendas de v\xEDdeo",upgradeToProErrorTitle:"Por favor, atualize para o membro Pro antes de usar este servi\xE7o de tradu\xE7\xE3o.","floatBallOptions.fixedPositionDesc":"A bola flutuante est\xE1 \xE0 esquerda ou \xE0 direita da janela?","shortcutGroup.shortcutsForTranslationServices":"Servi\xE7os de tradu\xE7\xE3o atalhos relacionados",temprarilyChangeTranslationTo_transmart:"Est\xE1 a usar o Tencent para traduzir a p\xE1gina atual.",touchShortcutsOff:"fechar","browser.translateWithBing":"Usar temporariamente o Microsoft Translate para traduzir a p\xE1gina atual","browser.toggleVideoSubtitlePreTranslation":"Alternar legendas bil\xEDngues prefere usar configura\xE7\xF5es de tradu\xE7\xE3o imersiva","proQuotaExceededError.resetTime":"3. Tempo de redefini\xE7\xE3o do limite: {resetTime}","widget.videoSubtitleTooltip":"Suporta Youtube e outros {count}+ sites de v\xEDdeo","desc.touchShortcutsToggleTranslateTouchElement":"Personalize um gesto e voc\xEA poder\xE1 traduzir qualquer par\xE1grafo em que estiver.","subtitle.showQuickButton":"No leitor, exibir legendas em dois idiomas \xE9 um atalho","shortcutGroup.others":"Mais atalhos de fun\xE7\xF5es personalizadas",touchShortcutsToggleTranslationMask:"Configurar gestos de toque na tela para mostrar a m\xE1scara de tradu\xE7\xE3o / mostrar o texto original",temprarilyChangeTranslationTo_bing:"Est\xE1 a usar o Microsoft Translator para traduzir a p\xE1gina atual.","browser.translateWithGemini":"Use temporariamente o Gemini para traduzir a p\xE1gina atual","error.subscriptionExpired":"A sua associa\xE7\xE3o pode ter expirado, por favor verifique o estado da sua associa\xE7\xE3o.","browser.translateInputBox":"Traduzir o conte\xFAdo da caixa de entrada atual",touchShortcutsToggleTranslatePage:"Defina gestos de toque na tela para traduzir p\xE1ginas da web / mostrar o texto original","widget.translateFileTooltip":"Traduzir documentos PDF, EPUB, SRT, ASS, HTML e TXT","description.baiduField":"Os campos suportados s\xE3o vistos <1>aqui, se estiver vazio, significa que nenhum campo \xE9 especificado.","browser.translateWithDeepL":"Use temporariamente o DeepL para traduzir a p\xE1gina atual","desc.interfaceLanguage":"A configura\xE7\xE3o do idioma da interface afeta o idioma de exibi\xE7\xE3o do painel de controle e n\xE3o est\xE1 relacionada ao idioma de destino da tradu\xE7\xE3o.","neverTranslateText.title":`Por favor, traduza diretamente para o portugu\xEAs (evite explicar o texto original): Mantenha as seguintes palavras no original, n\xE3o traduza.`,"shortcutGroup.main":"Atalhos de fun\xE7\xF5es comuns",confirmResetToDefaultSettings:"Confirma que deseja restaurar este servi\xE7o de tradu\xE7\xE3o para as configura\xE7\xF5es padr\xE3o? (Apenas redefinir as configura\xE7\xF5es deste servi\xE7o de tradu\xE7\xE3o)","subtitle.showQuickButtonDescription":"No canto inferior direito do player de v\xEDdeo, fornece um atalho para ativar legendas bil\xEDngues.","slide.left":"Deslize para a direita","contact.description":"Se voc\xEA tiver alguma d\xFAvida ou sugest\xE3o, sinta-se \xE0 vontade para preencher o formul\xE1rio abaixo para nos contatar, ou envie um e-mail para {email}, responderemos o mais r\xE1pido poss\xEDvel.",paragraphMinTextCountDesc:"Aten\xE7\xE3o, aqui refere-se ao comprimento do caractere, por exemplo: hello tem 5 caracteres, definir um valor maior pode reduzir a tradu\xE7\xE3o desnecess\xE1ria de pequenos par\xE1grafos.","desc.toggleTranslateTheMainPage":"Traduza apenas a \xE1rea principal da p\xE1gina, quando voc\xEA ativou a tradu\xE7\xE3o de toda a \xE1rea da p\xE1gina nas configura\xE7\xF5es avan\xE7adas, voc\xEA pode usar este atalho para traduzir especificamente a \xE1rea principal da p\xE1gina.",mouseHoverCustomKeyDescription:"Voc\xEA pode personalizar um atalho de combina\xE7\xE3o de mouse sobre, como: Alt+Z, Ctrl+E, Cmd+Alt+E ou diretamente Cmd, por favor, insira manualmente.","desc.toggleMouseHoverTranslateDirectly":"Depois de pressionar esta tecla de atalho, na p\xE1gina, sempre que o mouse apontar para qualquer texto, ele ser\xE1 traduzido automaticamente. Pressione a tecla de atalho novamente para desativar este recurso de tradu\xE7\xE3o autom\xE1tica.","desc.mouseHoverHoldKey":"Quando o mouse \xE9 colocado sobre um par\xE1grafo, pressionando a tecla de atalho \xE0 direita ao mesmo tempo, voc\xEA pode traduzir diretamente esse par\xE1grafo.","floatBall.guideClickToTranslate":"Clique na bola flutuante de tradu\xE7\xE3o imersiva para traduzir rapidamente",translationOnlyModeDescription:"O modo de tradu\xE7\xE3o apenas se refere a mostrar apenas a tradu\xE7\xE3o, n\xE3o o modo bil\xEDngue padr\xE3o. Aten\xE7\xE3o: devido a limita\xE7\xF5es t\xE9cnicas, os hiperlinks do texto original ser\xE3o desativados no modo de tradu\xE7\xE3o apenas.","desc.touchShortcutsToggleTranslatePage":"Ap\xF3s a configura\xE7\xE3o, ao usar um dispositivo m\xF3vel, \xE9 poss\xEDvel tocar na tela com X dedos, deslizar para a esquerda e para a direita ou tocar continuamente para acionar a tradu\xE7\xE3o da p\xE1gina / exibir o texto original.","desc.touchShortcutsToggleTranslationMask":"A m\xE1scara de tradu\xE7\xE3o refere-se ao efeito de desfoque no estilo de tradu\xE7\xE3o (modo de aprendizado), que, quando ativado, usa temporariamente o efeito de desfoque na tradu\xE7\xE3o, facilitando o aprendizado.","intro.floatBallDescription":"Depois de ativado, um bot\xE3o de tradu\xE7\xE3o r\xE1pida ser\xE1 exibido no lado direito da p\xE1gina. Clique para traduzir e clique novamente para voltar ao texto original. No dispositivo m\xF3vel, pressione e segure a bola flutuante para abrir o painel de configura\xE7\xF5es r\xE1pidas.","proQuotaExceededError.trial":'\uFF0Cvoc\xEA pode escolher as seguintes maneiras de resolver:

1. Mude para {anotherService} ou outro servi\xE7o de tradu\xE7\xE3o
2. Atualize imediatamente para um membro oficial',"desc.toggleTranslateTheWholePage":"Traduzir toda a \xE1rea da p\xE1gina, por padr\xE3o, traduziremos a \xE1rea principal da p\xE1gina, voc\xEA pode usar este atalho para traduzir especificamente toda a \xE1rea da p\xE1gina.","subtitle.supportedSites":"J\xE1 \xE9 suportado o uso de legendas bil\xEDngues nestes sites (aten\xE7\xE3o: devido a limita\xE7\xF5es t\xE9cnicas, alguns sites podem precisar ser atualizados ap\xF3s a ativa\xE7\xE3o inicial das legendas, ou pode ser necess\xE1rio esperar a tradu\xE7\xE3o ser conclu\xEDda para exibir as legendas bil\xEDngues):",shortcutDisableTooltip:"Por favor, configure na p\xE1gina de gerenciamento de atalhos de extens\xE3o fornecida pelo navegador. Para mais orienta\xE7\xF5es, consulte as instru\xE7\xF5es na parte superior desta p\xE1gina.","proQuotaExceededError.onetime7day":'\uFF0Cvoc\xEA pode escolher as seguintes maneiras de resolver:

1. Mude para {anotherService} ou outro servi\xE7o de tradu\xE7\xE3o
2. Atualize para membro mensal/anual',"proQuotaExceededError.nonTrial":'\uFF0Cvoc\xEA pode escolher as seguintes maneiras de resolver:

1. Mude para {anotherService} ou outro servi\xE7o de tradu\xE7\xE3o
2. Compre um pacote de tr\xE1fego extra {translationService} ',"neverTranslateText.description":"Devido a algumas m\xE1quinas de tradu\xE7\xE3o n\xE3o reconhecerem adequadamente os nomes pr\xF3prios, voc\xEA pode adicionar palavras aqui para garantir que elas n\xE3o sejam convertidas durante o processo de tradu\xE7\xE3o. Por favor, note que esta fun\xE7\xE3o distingue mai\xFAsculas de min\xFAsculas e suporta apenas idiomas com palavras separadas por espa\xE7os (como ingl\xEAs, franc\xEAs), n\xE3o sendo adequada para idiomas como japon\xEAs, coreano, etc.","intro.hoverDescription":"A tradu\xE7\xE3o do mouse hover \xE9 uma fun\xE7\xE3o muito importante na tradu\xE7\xE3o imersiva, basta colocar o mouse sobre o par\xE1grafo e pressionar a tecla de atalho definida para traduzir automaticamente o par\xE1grafo atual (nota: n\xE3o est\xE1 ativado por padr\xE3o, por favor configure abaixo), esta intera\xE7\xE3o \xE9 usada para substituir melhor a tradu\xE7\xE3o de palavras selecionadas, al\xE9m disso, esta fun\xE7\xE3o tamb\xE9m \xE9 amplamente utilizada em \xE1reas de tradu\xE7\xE3o que n\xE3o podem ser reconhecidas, voc\xEA pode usar esta fun\xE7\xE3o para for\xE7ar a tradu\xE7\xE3o de qualquer par\xE1grafo.","intro.subtitleDescription":"Ap\xF3s ativar este recurso, as legendas bil\xEDngues ser\xE3o exibidas automaticamente durante a reprodu\xE7\xE3o do v\xEDdeo. Se n\xE3o estiver ativado, voc\xEA precisar\xE1 clicar manualmente no bot\xE3o de tradu\xE7\xE3o na p\xE1gina para exibir as legendas. Por favor, note que, devido a limita\xE7\xF5es t\xE9cnicas, alguns sites podem precisar atualizar a p\xE1gina ou esperar a tradu\xE7\xE3o ser conclu\xEDda antes de poderem exibir as legendas bil\xEDngues. (Al\xE9m disso, voc\xEA tamb\xE9m pode ativar/desativar o painel de atalhos de tradu\xE7\xE3o imersiva no canto superior direito ap\xF3s abrir o site do v\xEDdeo)

Atualmente, suportamos o uso de legendas bil\xEDngues nestes sites:",geminiWarning:"Aten\xE7\xE3o: O servi\xE7o gratuito Gemini fornecido pelo Google tem restri\xE7\xF5es rigorosas, pode ser considerado pelo Google que o usu\xE1rio est\xE1 usando v\xE1rias chaves para evitar suas restri\xE7\xF5es de cota gratuita, n\xE3o \xE9 recomendado usar, \xE9 aconselh\xE1vel esperar pelo Google para abrir a interface de pagamento Gemini no futuro para uso.","floatBall.setting":"Configura\xE7\xE3o","floatBall.translateToLanguage":"Clique para traduzir para {language}","floatBall.file":`Traduzir PDF, EPUB, SRT, ASS, HTML, arquivos TXT`,changeToOnlyTempTranslationMode:"Alternar para apresentar apenas tradu\xE7\xF5es",changeToDualTempTranslationMode:"Mudar para tradu\xE7\xE3o bilingue","transitionMode.dual":"Bilingue comparativo","options.navbar.translateFile":"Traduzir documento","options.navbar.installApp":"Instalar o aplicativo para celular","transitionMode.translation":"Apenas texto traduzido.","subtitle.transitionModeDescription":"Defina as legendas do v\xEDdeo para compara\xE7\xE3o bilingue ou apenas modo de tradu\xE7\xE3o","subtitle.transitionMode":"Legendas de v\xEDdeo bil\xEDngue / configura\xE7\xE3o apenas de tradu\xE7\xE3o","transitionMode.inherit":"Mantenha consist\xEAncia com o modo de exibi\xE7\xE3o de tradu\xE7\xE3o padr\xE3o do sistema.",translateFileTooltip:`Traduzir PDF, ePub, srt, @@ -5148,41 +5148,41 @@ ass, HTML, arquivos TXT`,"description.subtitlePrompt":`Em cen\xE1rios de legenda {env.imt_trans_field}: tradu\xE7\xE3o`,"subtitle.quickButton.green":"verde","subtitle.quickButton.magenta":"Magenta","translationServices.claude":"Claude","subtitle.quickButton.white":"branco","subtitle.quickButton.translationTextColor":"Cor da fonte da tradu\xE7\xE3o","subtitle.quickButton.backgroundOpacity":"opacidade de fundo","subtitle.quickButton.sourceFontSize":"Tamanho original da fonte","subtitle.quickButton.backgroundColor":"cor de fundo","subtitle.quickButton.setting":"configura\xE7\xE3o","subtitle.quickButton.blue":"azul","subtitle.quickButton.translationPositionBottom":"\u539F\u6587\u4E0B\u65B9","subtitle.quickButton.yellow":"Amarelo","subtitle.quickButton.translationPositionTop":"Acima do texto original","subtitle.quickButton.sourceTextColor":"Cor original da fonte","subtitle.quickButton.red":"vermelho","subtitle.quickButton.translationPosition":"Posi\xE7\xE3o de tradu\xE7\xE3o","subtitle.quickButton.cyan":"Azul","subtitle.quickButton.black":"preto","subtitle.quickButton.translationFontSize":"Tamanho da fonte do texto traduzido",attachSubtitleTranslating:"Usando {service} para traduzir...","error.claude.403":"Sem permiss\xE3o para acessar o servi\xE7o, pode estar relacionado com as restri\xE7\xF5es de \xE1rea de Claude, voc\xEA pode tentar alterar o seu endere\xE7o IP, ou usar outros servi\xE7os de tradu\xE7\xE3o.","browser.brandDescriptionForSafari":"\u3010Tradu\xE7\xE3o imersiva\u3011Um plugin de tradu\xE7\xE3o de p\xE1ginas da web bilingue (original/tradu\xE7\xE3o) gratuito, que suporta a tradu\xE7\xE3o de PDF e EPUB e mant\xE9m a formata\xE7\xE3o original do documento, a tradu\xE7\xE3o de legendas bilingues de v\xEDdeos online como Youtube/Netflix, e suporta servi\xE7os de tradu\xE7\xE3o mainstream como Deepl/Google;","browser.PdfProFile":"AI impulsionado pela tradu\xE7\xE3o do PDF Pro","browser.textTranslate":"Tradu\xE7\xE3o de texto"};var Ch=[{code:"zh-CN",messages:ch},{code:"zh-TW",messages:dh},{code:"en",messages:ph},{code:"ja",messages:gh},{code:"ar",messages:mh},{code:"de",messages:fh},{code:"es",messages:hh},{code:"fa",messages:bh},{code:"fr",messages:Th},{code:"hi",messages:yh},{code:"it",messages:vh},{code:"ru",messages:Sh},{code:"ko",messages:xh},{code:"pt",messages:Eh}];var Ed="immersiveTranslateBingGlobalState",Cd="immersiveTranslateYandexGlobalState",zt={};for(let t of Ch)zt[t.code]=t.messages;var Ia="Immersive Translate",Q="immersive-translate",Dh="pdf/index.html";var me="immersiveTranslate";var Ah=me+"GoogleAccessToken",kh=me+"AuthFlow";var q6=me+"AuthState",yu=me+"IframeMessage",yL=me+"WaitForRateLimit",Ph=me+"DocumentMessageAsk",_t=me+"DocumentMessageTellThirdParty",Ra=me+"showError",Lh=me+"DocumentMessageThirdPartyTell",_h=me+"DocumentMessageEventUpload",j6=me+"DocumentMessageHandler",vu=`${me}Share`,Fo=`${me}ToggleMouseHoverTranslateDirectly`,Fh=`${me}ReqDraft`,Mh=`${me}ResDraft`,H6=`${me}Container`,Bh=`${me}SpecifiedContainer`,Yr="buildinConfig",Mo="localConfig",wd="openOptionsPage",Dd="openAboutPage";var Ad="openEbookViewer",kd="openEbookBuilder";var Oa=`${me}PageTranslatedStatus`,vL=`${me}PageUrlChanged`,wr=`${me}ReceiveCommand`,Ih=me+"LastUseMouseHoverTime",Su=me+"LastUseInputTime",Kn=me+"LastUseManualTranslatePageTime",Bo=`${me}PopupReceiveMessage`,W6="immersivetranslate.com",K6="config.immersivetranslate.com",SL=`https://${W6}/`,Io=`https://${K6}/default_config.json`,xL=`${me}Mark`,Tn=`${me}Root`,Rh=`${me}Walked`,EL=`data-${Q}-walked`,Oh=`${me}Paragraph`,zh=`data-${Q}-paragraph`,ur=`data-${Q}-translation-element-mark`,Nh=`${me}TranslationElementMark`,CL=`${me}TranslatedMark`,Uh=`${me}LoadingId`,Pd=`data-${Q}-loading-id`,qh=`${me}ErrorId`,xu=`data-${Q}-error-id`,G6=`${me}AtomicBlockMark`,jh=`${me}ExcludeMark`,wL=`data-${Q}-exclude-mark`,V6=`${me}StayOriginalMark`,DL=`${me}PreWhitespaceMark`,Eu=`${me}InlineMark`,Hh=`${me}BlockMark`,AL=`${me}Left`,kL=`${me}Right`,PL=`${me}Width`,LL=`${me}Height`,_L=`${me}Top`,FL=`${me}FontSize`,Wh="lastRunTime",ML=`${me}GlobalStyleMark`,Ro=["@","#"],Cu=" --- ",Kh=` `,bt=`${Q}-target-wrapper`,BL=`${Q}-pdf-target-container`,wu=`${Q}-target-inner`,IL=`${Q}-source-wrapper`,Ld=`${Q}-target-translation-block-wrapper`,RL=`${Q}-root-translation-theme`,yi=`${me}RootTranslationTheme`,Gh=`${Q}-target-translation-vertical-block-wrapper`,OL=`${Q}-target-translation-pdf-block-wrapper`,Vh=`${Q}-target-translation-pre-whitespace`,_d=`${Q}-target-translation-inline-wrapper`;var $h={underline:[{name:"borderColor",required:!1,type:"color"}],nativeUnderline:[{name:"borderColor",required:!1,type:"color"}],nativeDashed:[{name:"borderColor",required:!1,type:"color"}],nativeDotted:[{name:"borderColor",required:!1,type:"color"}],dotted:[{name:"borderColor",required:!1,type:"color"}],dividingLine:[{name:"borderColor",required:!1,type:"color"}],highlight:[{name:"backgroundColor",required:!1,type:"color"}],marker:[{name:"backgroundColor",required:!1,type:"color"}],dashed:[{name:"borderColor",required:!1,type:"color"}],blockquote:[{name:"borderColor",required:!1,type:"color"}],thinDashed:[{name:"borderColor",required:!1,type:"color"}],dashedBorder:[{name:"borderRadius",required:!1,type:"number",default:"0"},{name:"borderColor",required:!1,type:"color"}],solidBorder:[{name:"borderRadius",required:!1,type:"number",default:"0"},{name:"borderColor",required:!1,type:"color"}],marker2:[{name:"backgroundColor",required:!1,type:"color"}],wavy:[{name:"borderColor",required:!1,type:"color"}],opacity:[{name:"opacity",required:!1,type:"number",default:10}]},wn=["auto","zh-CN","zh-TW","en","ja","ko","es","de","fr","pt","pt-br","ru","ar","it","ms","id","vi","af","th","ur","yue","zh-CN-NE","bo","wyw","am","az","be","bg","bn","bs","ca","ceb","co","cs","cy","da","el","eo","et","eu","fa","fi","fil","fj","fy","ga","gd","gl","gu","ha","haw","he","hi","hmn","hr","ht","hu","hy","ig","is","jw","ka","kk","km","kn","ku","ky","la","lb","lo","lt","lv","mg","mi","mk","ml","mn","mr","mt","mww","my","ne","nl","no","ny","otq","pa","pl","ps","ro","sa","sd","si","sk","sl","sm","sn","so","sq","sr","sr-Cyrl","sr-Latn","st","su","sv","sw","ta","te","tg","tlh","tlh-Qaak","to","tr","ty","ug","uk","uz","xh","yi","yo","yua","zu"],Yh={af:"Afrikaans",am:"Amharic",ar:"Arabic",auto:"Auto Detect",az:"Azerbaijani",be:"Belarusian",bg:"Bulgarian",tn:"Zana",bn:"Bengali",bs:"Bosnian",bo:"Tibetan",ca:"Catalan",ceb:"Cebuano",co:"Corsican",cs:"Czech",cy:"Welsh",da:"Danish",de:"German",el:"Greek",en:"English",eo:"Esperanto",es:"Spanish",et:"Estonian",eu:"Basque",sa:"Sanskrit",fa:"Persian",fi:"Finnish",fil:"Filipino",fj:"Fijian",fr:"French",fy:"Frisian",ga:"Irish",gd:"Scottish Gaelic",gl:"Galician",gu:"Gujarati",ha:"Hausa",haw:"Hawaiian",he:"Hebrew",hi:"Hindi",hmn:"Hmong",hr:"Croatian",ht:"Haitian Creole",hu:"Hungarian",hy:"Armenian",id:"Indonesian",ig:"Igbo",is:"Icelandic",it:"Italian",ja:"Japanese",jw:"Javanese",ka:"Georgian",kk:"Kazakh",km:"Khmer",kn:"Kannada",ko:"Korean",ku:"Kurdish",ky:"Kyrgyz",la:"Latin",lb:"Luxembourgish",lo:"Lao",lt:"Lithuanian",lv:"Latvian",mg:"Malagasy",mi:"Maori",mk:"Macedonian",ml:"Malayalam",mn:"Mongolian",mr:"Marathi",ms:"Malay",mt:"Maltese",mww:"Hmong Daw",my:"Burmese",ne:"Nepali",nl:"Dutch",no:"Norwegian",ny:"Chichewa",otq:"Quer\xE9taro Otomi",pa:"Punjabi",pl:"Polish",ps:"Pashto",pt:"Portuguese","pt-br":"Portuguese (Brazil)",ro:"Romanian",ru:"Russian",sd:"Sindhi",si:"Sinhala",sk:"Slovak",sl:"Slovenian",sm:"Samoan",sn:"Shona",so:"Somali",sq:"Albanian",sr:"Serbian","sr-Cyrl":"Serbian (Cyrillic)","sr-Latn":"Serbian (Latin)",st:"Sesotho",su:"Sundanese",sv:"Swedish",sw:"Swahili",ta:"Tamil",te:"Telugu",tg:"Tajik",th:"Thai",tlh:"Klingon","tlh-Qaak":"Klingon (piqaD)",to:"Tongan",tr:"Turkish",ty:"Tahitian",ug:"Uyghur",uk:"Ukrainian",ur:"Urdu",uz:"Uzbek",vi:"Vietnamese",wyw:"Classical Chinese",xh:"Xhosa",placeholder:"Please Select",yi:"Yiddish",yo:"Yoruba",yua:"Yucatec Maya",yue:"Cantonese (Traditional)","zh-CN":"Simplified Chinese","zh-TW":"Traditional Chinese","zh-CN-NE":"Northeastern Chinese",zu:"Zulu","":"All Languages"},Qh={placeholder:"\u8BF7\u9009\u62E9",af:"\u5357\u975E\u8377\u5170\u8BED",am:"\u963F\u59C6\u54C8\u62C9\u8BED",ar:"\u963F\u62C9\u4F2F\u8BED",auto:"\u81EA\u52A8\u68C0\u6D4B",az:"\u963F\u585E\u62DC\u7586\u8BED",be:"\u767D\u4FC4\u7F57\u65AF\u8BED",bg:"\u4FDD\u52A0\u5229\u4E9A\u8BED",tn:"\u8D5E\u7EB3\u8BED",bn:"\u5B5F\u52A0\u62C9\u8BED",bs:"\u6CE2\u65AF\u5C3C\u4E9A\u8BED",bo:"\u85CF\u8BED",ca:"\u52A0\u6CF0\u7F57\u5C3C\u4E9A\u8BED",ceb:"\u5BBF\u52A1\u8BED",co:"\u79D1\u897F\u5609\u8BED",cs:"\u6377\u514B\u8BED",cy:"\u5A01\u5C14\u58EB\u8BED",da:"\u4E39\u9EA6\u8BED",de:"\u5FB7\u8BED",el:"\u5E0C\u814A\u8BED",en:"\u82F1\u8BED",eo:"\u4E16\u754C\u8BED",es:"\u897F\u73ED\u7259\u8BED",et:"\u7231\u6C99\u5C3C\u4E9A\u8BED",eu:"\u5DF4\u65AF\u514B\u8BED",sa:"\u68B5\u8BED",fa:"\u6CE2\u65AF\u8BED",fi:"\u82AC\u5170\u8BED",fil:"\u83F2\u5F8B\u5BBE\u8BED",fj:"\u6590\u6D4E\u8BED",fr:"\u6CD5\u8BED",fy:"\u5F17\u91CC\u65AF\u5170\u8BED",ga:"\u7231\u5C14\u5170\u8BED",gd:"\u82CF\u683C\u5170\u76D6\u5C14\u8BED",gl:"\u52A0\u5229\u897F\u4E9A\u8BED",gu:"\u53E4\u5409\u62C9\u7279\u8BED",ha:"\u8C6A\u8428\u8BED",haw:"\u590F\u5A01\u5937\u8BED",he:"\u5E0C\u4F2F\u6765\u8BED",hi:"\u5370\u5730\u8BED",hmn:"\u82D7\u8BED",hr:"\u514B\u7F57\u5730\u4E9A\u8BED",ht:"\u6D77\u5730\u514B\u91CC\u5965\u5C14\u8BED",hu:"\u5308\u7259\u5229\u8BED",hy:"\u4E9A\u7F8E\u5C3C\u4E9A\u8BED",id:"\u5370\u5EA6\u5C3C\u897F\u4E9A\u8BED",ig:"\u4F0A\u535A\u8BED",is:"\u51B0\u5C9B\u8BED",it:"\u610F\u5927\u5229\u8BED",ja:"\u65E5\u672C\u8BED",jw:"\u722A\u54C7\u8BED",ka:"\u683C\u9C81\u5409\u4E9A\u8BED",kk:"\u54C8\u8428\u514B\u8BED",km:"\u9AD8\u68C9\u8BED",kn:"\u5361\u7EB3\u8FBE\u8BED",ko:"\u97E9\u8BED",ku:"\u5E93\u5C14\u5FB7\u8BED",ky:"\u5409\u5C14\u5409\u65AF\u8BED",la:"\u62C9\u4E01\u8BED",lb:"\u5362\u68EE\u5821\u8BED",lo:"\u8001\u631D\u8BED",lt:"\u7ACB\u9676\u5B9B\u8BED",lv:"\u62C9\u8131\u7EF4\u4E9A\u8BED",mg:"\u9A6C\u62C9\u52A0\u65AF\u8BED",mi:"\u6BDB\u5229\u8BED",mk:"\u9A6C\u5176\u987F\u8BED",ml:"\u9A6C\u62C9\u96C5\u62C9\u59C6\u8BED",mn:"\u8499\u53E4\u8BED",mr:"\u9A6C\u62C9\u5730\u8BED",ms:"\u9A6C\u6765\u8BED",mt:"\u9A6C\u8033\u4ED6\u8BED",mww:"\u767D\u82D7\u8BED",my:"\u7F05\u7538\u8BED",ne:"\u5C3C\u6CCA\u5C14\u8BED",nl:"\u8377\u5170\u8BED",no:"\u632A\u5A01\u8BED",ny:"\u9F50\u5207\u74E6\u8BED\uFF08\u5C3C\u626C\u8D3E\u8BED\uFF09",otq:"\u514B\u96F7\u5854\u7F57\u5965\u6258\u7C73\u8BED",pa:"\u65C1\u906E\u666E\u8BED",pl:"\u6CE2\u5170\u8BED",ps:"\u666E\u4EC0\u56FE\u8BED",pt:"\u8461\u8404\u7259\u8BED","pt-br":"\u8461\u8404\u7259\u8BED\uFF08\u5DF4\u897F\uFF09",ro:"\u7F57\u9A6C\u5C3C\u4E9A\u8BED",ru:"\u4FC4\u8BED",sd:"\u4FE1\u5FB7\u8BED",si:"\u50E7\u4F3D\u7F57\u8BED",sk:"\u65AF\u6D1B\u4F10\u514B\u8BED",sl:"\u65AF\u6D1B\u6587\u5C3C\u4E9A\u8BED",sm:"\u8428\u6469\u4E9A\u8BED",sn:"\u4FEE\u7EB3\u8BED",so:"\u7D22\u9A6C\u91CC\u8BED",sq:"\u963F\u5C14\u5DF4\u5C3C\u4E9A\u8BED",sr:"\u585E\u5C14\u7EF4\u4E9A\u8BED","sr-Cyrl":"\u585E\u5C14\u7EF4\u4E9A\u8BED\uFF08\u897F\u91CC\u5C14\u6587\uFF09","sr-Latn":"\u585E\u5C14\u7EF4\u4E9A\u8BED\uFF08\u62C9\u4E01\u6587\uFF09",st:"\u585E\u7D22\u6258\u8BED",su:"\u5DFD\u4ED6\u8BED",sv:"\u745E\u5178\u8BED",sw:"\u65AF\u74E6\u5E0C\u91CC\u8BED",ta:"\u6CF0\u7C73\u5C14\u8BED",te:"\u6CF0\u5362\u56FA\u8BED",tg:"\u5854\u5409\u514B\u8BED",th:"\u6CF0\u8BED",tlh:"\u514B\u6797\u8D21\u8BED","tlh-Qaak":"\u514B\u6797\u8D21\u8BED\uFF08piqaD\uFF09",to:"\u6C64\u52A0\u8BED",tr:"\u571F\u8033\u5176\u8BED",ty:"\u5854\u5E0C\u63D0\u8BED",ug:"\u7EF4\u543E\u5C14\u8BED",uk:"\u4E4C\u514B\u5170\u8BED",ur:"\u4E4C\u5C14\u90FD\u8BED",uz:"\u4E4C\u5179\u522B\u514B\u8BED",vi:"\u8D8A\u5357\u8BED",wyw:"\u6587\u8A00\u6587",xh:"\u73ED\u56FE\u8BED",yi:"\u610F\u7B2C\u7EEA\u8BED",yo:"\u7EA6\u9C81\u5DF4\u8BED",yua:"\u5C24\u5361\u5766\u739B\u96C5\u8BED",yue:"\u7CA4\u8BED","zh-CN":"\u7B80\u4F53\u4E2D\u6587","zh-TW":"\u7E41\u4F53\u4E2D\u6587","zh-CN-NE":"\u4E1C\u5317\u8BDD",zu:"\u7956\u9C81\u8BED","":"\u6240\u6709\u8BED\u8A00"},Zh={placeholder:"\u8ACB\u9078\u64C7",af:"\u963F\u975E\u5229\u5361\u8A9E",am:"\u963F\u59C6\u54C8\u62C9\u8A9E",ar:"\u963F\u62C9\u4F2F\u8A9E",auto:"\u81EA\u52D5\u6AA2\u6E2C",az:"\u963F\u585E\u62DC\u7586\u8A9E",be:"\u767D\u4FC4\u7F85\u65AF\u8A9E",bg:"\u4FDD\u52A0\u5229\u4E9E\u8A9E",tn:"\u8D0A\u7D0D\u8A9E",bn:"\u5B5F\u52A0\u62C9\u8A9E",bs:"\u6CE2\u65AF\u5C3C\u4E9E\u8A9E",bo:"\u85CF\u8A9E",ca:"\u52A0\u6CF0\u862D\u8A9E",ceb:"\u5BBF\u9727\u8A9E",co:"\u79D1\u897F\u5609\u8A9E",cs:"\u6377\u514B\u8A9E",cy:"\u5A01\u723E\u65AF\u8A9E",da:"\u4E39\u9EA5\u8A9E",de:"\u5FB7\u8A9E",el:"\u5E0C\u81D8\u8A9E",en:"\u82F1\u8A9E",eo:"\u4E16\u754C\u8A9E",es:"\u897F\u73ED\u7259\u8A9E",et:"\u611B\u6C99\u5C3C\u4E9E\u8A9E",eu:"\u5DF4\u65AF\u514B\u8A9E",sa:"\u68B5\u8A9E",fa:"\u6CE2\u65AF\u8A9E",fi:"\u82AC\u862D\u8A9E",fil:"\u83F2\u5F8B\u8CD3\u8A9E",fj:"\u6590\u6FDF\u8A9E",fr:"\u6CD5\u8A9E",fy:"\u5F17\u91CC\u897F\u8A9E",ga:"\u611B\u723E\u862D\u8A9E",gd:"\u8607\u683C\u862D\u84CB\u723E\u8A9E",gl:"\u52A0\u5229\u897F\u4E9E\u8A9E",gu:"\u53E4\u5409\u62C9\u7279\u8A9E",ha:"\u8C6A\u6492\u8A9E",haw:"\u590F\u5A01\u5937\u8A9E",he:"\u5E0C\u4F2F\u4F86\u8A9E",hi:"\u5370\u5730\u8A9E",hmn:"\u82D7\u8A9E",hr:"\u514B\u7F85\u5730\u4E9E\u8A9E",ht:"\u6D77\u5730\u514B\u91CC\u5967\u723E\u8A9E",hu:"\u5308\u7259\u5229\u8A9E",hy:"\u4E9E\u7F8E\u5C3C\u4E9E\u8A9E",id:"\u5370\u5C3C\u8A9E",ig:"\u4F0A\u535A\u8A9E",is:"\u51B0\u5CF6\u8A9E",it:"\u610F\u5927\u5229\u8A9E",ja:"\u65E5\u8A9E",jw:"\u722A\u54C7\u8A9E",ka:"\u55AC\u6CBB\u4E9E\u8A9E",kk:"\u54C8\u85A9\u514B\u8A9E",km:"\u9AD8\u68C9\u8A9E",kn:"\u574E\u7D0D\u9054\u8A9E",ko:"\u97D3\u8A9E",ku:"\u5EAB\u723E\u5FB7\u8A9E",ky:"\u5409\u723E\u5409\u65AF\u8A9E",la:"\u62C9\u4E01\u8A9E",lb:"\u76E7\u68EE\u5821\u8A9E",lo:"\u8001\u64BE\u8A9E",lt:"\u7ACB\u9676\u5B9B\u8A9E",lv:"\u62C9\u812B\u7DAD\u4E9E\u8A9E",mg:"\u99AC\u62C9\u52A0\u65AF\u8A9E",mi:"\u6BDB\u5229\u8A9E",mk:"\u99AC\u5176\u9813\u8A9E",ml:"\u99AC\u62C9\u96C5\u62C9\u59C6\u8A9E",mn:"\u8499\u53E4\u8A9E",mr:"\u99AC\u62C9\u5730\u8A9E",ms:"\u99AC\u4F86\u8A9E",mt:"\u99AC\u723E\u4ED6\u8A9E",mww:"\u767D\u82D7\u8A9E",my:"\u7DEC\u7538\u8A9E",ne:"\u5C3C\u6CCA\u723E\u8A9E",nl:"\u8377\u862D\u8A9E",no:"\u632A\u5A01\u8A9E",ny:"\u9F4A\u5207\u74E6\u8A9E",otq:"\u594E\u96F7\u5854\u7F85\u5967\u6258\u7C73\u8A9E",pa:"\u65C1\u906E\u666E\u8A9E",pl:"\u6CE2\u862D\u8A9E",ps:"\u666E\u4EC0\u5716\u8A9E",pt:"\u8461\u8404\u7259\u8A9E","pt-br":"\u8461\u8404\u7259\u8A9E\uFF08\u5DF4\u897F\uFF09",ro:"\u7F85\u99AC\u5C3C\u4E9E\u8A9E",ru:"\u4FC4\u8A9E",sd:"\u4FE1\u5FB7\u8A9E",si:"\u50E7\u4F3D\u7F85\u8A9E",sk:"\u65AF\u6D1B\u4F10\u514B\u8A9E",sl:"\u65AF\u6D1B\u7DAD\u5C3C\u4E9E\u8A9E",sm:"\u85A9\u6469\u4E9E\u8A9E",sn:"\u7D39\u7D0D\u8A9E",so:"\u7D22\u99AC\u91CC\u8A9E",sq:"\u963F\u723E\u5DF4\u5C3C\u4E9E\u8A9E",sr:"\u585E\u723E\u7DAD\u4E9E\u8A9E","sr-Cyrl":"\u585E\u723E\u7DAD\u4E9E\u8A9E (\u897F\u91CC\u723E\u6587)","sr-Latn":"\u585E\u723E\u7DAD\u4E9E\u8A9E (\u62C9\u4E01\u6587)",st:"\u585E\u7D22\u6258\u8A9E",su:"\u5DFD\u4ED6\u8A9E",sv:"\u745E\u5178\u8A9E",sw:"\u65AF\u74E6\u5E0C\u91CC\u8A9E",ta:"\u6CF0\u7C73\u723E\u8A9E",te:"\u6CF0\u76E7\u56FA\u8A9E",tg:"\u5854\u5409\u514B\u8A9E",th:"\u6CF0\u8A9E",tlh:"\u514B\u6797\u8CA2\u8A9E","tlh-Qaak":"\u514B\u6797\u8CA2\u8A9E (piqaD)",to:"\u6771\u52A0\u8A9E",tr:"\u571F\u8033\u5176\u8A9E",ty:"\u5854\u5E0C\u63D0\u8A9E",ug:"\u7DAD\u543E\u723E\u8A9E",uk:"\u70CF\u514B\u862D\u8A9E",ur:"\u70CF\u723E\u90FD\u8A9E",uz:"\u70CF\u8332\u5225\u514B\u8A9E",vi:"\u8D8A\u5357\u8A9E",wyw:"\u6587\u8A00\u6587",xh:"\u79D1\u85A9\u8A9E",yi:"\u610F\u7B2C\u7DD2\u8A9E",yo:"\u7D04\u9B6F\u5DF4\u8A9E",yua:"\u5C24\u52A0\u6566\u99AC\u96C5\u8A9E",yue:"\u5EE3\u6771\u8A71 (\u50B3\u7D71)","zh-CN":"\u7C21\u9AD4\u4E2D\u6587","zh-TW":"\u7E41\u9AD4\u4E2D\u6587","zh-CN-NE":"\u6771\u5317\u8A71",zu:"\u7956\u9B6F\u8A9E","":"\u6240\u6709\u8A9E\u8A00"};var Jh=[{name:"touch",shortcuts:[{command:"touchShortcutsToggleTranslatePage",type:"finger"},{command:"touchShortcutsToggleTranslationMask",type:"finger"},{command:"touchShortcutsToggleTranslatePageOnlyTranslation",type:"finger"},{command:"touchShortcutsToggleTranslateTouchElement",type:"finger"}]},{name:"main",shortcuts:["toggleTranslatePage","shareToDraft","translateInputBox"]},{name:"mouse",shortcuts:[{command:"mouseHoverHoldKey",type:"mouseHoverHoldKey"},"toggleMouseHoverTranslateDirectly"]},{name:"others",shortcuts:["toggleTranslationMask","toggleTranslateToThePageEndImmediately","toggleTranslateTheMainPage","toggleOnlyTransation","toggleTranslateTheWholePage","toggleVideoSubtitlePreTranslation"]},{name:"shortcutsForTranslationServices",shortcuts:["translateWithDeepL","translateWithGoogle","translateWithOpenAI","translateWithBing","translateWithTransmart","translateWithGemini"]}],Xh=["https://immersive-translate.owenyoung.com/options/","https://immersive-translate.owenyoung.com/auth-done/","https://dash.immersivetranslate.com/","https://dash.immersivetranslate.com/auth-done/","http://localhost:8000/dist/userscript/options/","http://localhost:8000/auth-done/","http://192.168.50.9:8000/dist/userscript/options/","http://192.168.31.51:8000/dist/userscript/options/","http://192.168.1.72:8000/dist/userscript/options/","https://www.deepl.com/translator","translate.google.com","http://localhost:8000/options/","http://192.168.50.9:8000/options/","http://192.168.31.51:8000/options/","http://192.168.1.72:8000/options/"],lr="zh-CN";var wh=[{type:"select",name:"codename",labelKey:"field.translationEngine",default:"youdao",required:!1,options:[{label:"translationServices.google",value:"google"},{label:"translationServices.deepl",value:"deepl"},{label:"translationServices.youdao",value:"youdao"},{label:"translationServices.tencent",value:"tencent"},{label:"translationServices.aliyun",value:"aliyun"},{label:"translationServices.baidu",value:"baidu"},{label:"translationServices.caiyun",value:"caiyun"},{label:"translationServices.wechat",value:"wechat"},{label:"translationServices.ibm",value:"ibm"},{label:"translationServices.azure",value:"azure"},{label:"translationServices.aws",value:"aws"}]}],Du=["caiyun","cai"],cr={bing:{name:"\u5FAE\u8F6F\u7FFB\u8BD1",homepage:"https://www.bing.com/translator"},google:{name:"Google",homepage:"https://translate.google.com/"},deepl:{name:"DeepL",homepage:"https://www.deepl.com/translator",docUrl:"https://immersivetranslate.com/docs/services/deepL/",providers:[{name:"pro",nameKey:"deepLProName",descriptionKey:"deepLProDescription",descriptionKeyForNormal:"deeplProDescriptionForNormal",descriptionLink1:"https://immersivetranslate.com/pricing"},{name:"custom",nameKey:"deepLCustomName",descriptionKey:"deepLCustomDescription",descriptionLink1:"https://www.deepl.com/translator",descriptionLink2:"https://immersivetranslate.com/docs/services/deepL/"}],allProps:[{name:"authKey",providers:["custom"],label:"Auth Key",required:!0,type:"password"}]},openai:{name:"Open AI",homepage:"https://openai.com/api/",docUrl:"https://immersivetranslate.com/docs/services/openai/",providers:[{name:"pro",nameKey:"openaiProName",descriptionKey:"openaiProDescription",descriptionKeyForNormal:"openaiProDescriptionForNormal",descriptionLink1:"https://immersivetranslate.com/pricing"},{name:"custom",nameKey:"openaiCustomName",descriptionKey:"openaiCustomDescription",descriptionLink1:"https://immersivetranslate.com/docs/services/openai/"}],allProps:[{name:"APIKEY",providers:["custom"],required:!0,type:"password"},{name:"model",labelKey:"field.model",descriptionKey:"description.model",required:!1,type:"model-select",default:"gpt-3.5-turbo-1106",providers:["custom"],options:[{providers:["custom","pro"],label:"gpt-3.5-turbo",value:"gpt-3.5-turbo"},{providers:["custom"],label:"gpt-3.5-turbo-0125",value:"gpt-3.5-turbo-0125"},{providers:["custom","pro"],label:"gpt-3.5-turbo-1106",value:"gpt-3.5-turbo-1106"},{providers:["custom","pro"],label:"gpt-3.5-turbo-0613",value:"gpt-3.5-turbo-0613"},{providers:["custom"],label:"gpt-4-1106-preview",value:"gpt-4-1106-preview"},{providers:["custom"],label:"gpt-4-0125-preview",value:"gpt-4-0125-preview"},{providers:["custom"],label:"gpt-4",value:"gpt-4"}]},{name:"limit",required:!1,labelKey:"field.limitPerSecond",descriptionKey:"description.limitPerSecond",descriptionLink1:"https://immersivetranslate.com/docs/services/openai/",type:"number",default:10,providers:["custom"]},{name:"maxTextLengthPerRequest",required:!1,labelKey:"field.maxTextLengthPerRequest",descriptionKey:"description.maxTextLengthPerRequest",type:"number",default:1200,optional:!0},{name:"maxTextGroupLengthPerRequest",required:!1,labelKey:"field.maxTextGroupLengthPerRequest",descriptionKey:"description.maxTextGroupLengthPerRequest",type:"number",default:1,optional:!0},{name:"apiUrl",labelKey:"field.apiUrl",required:!1,type:"text",default:"https://api.openai.com/v1/chat/completions",descriptionKey:"description.apiUrl",descriptionLink1:"https://immersivetranslate.com/docs/services/openai/",optional:!0,providers:["custom"]},{name:"systemPrompt",label:"System Prompt",required:!1,descriptionKey:"description.systemPrompt",type:"textarea",optional:!0,default:"You are a translation engine, you can only translate text and cannot interpret it, and do not explain."},{name:"prompt",label:"Prompt",required:!1,descriptionKey:"description.prompt",type:"textarea",default:`Translate the text to {{to}}, please do not explain any sentences, just translate or leave them as they are.: -{{text}}`,optional:!0},{name:"multiplePrompt",label:"Multiple Prompt",required:!1,descriptionKey:"description.multiplePrompt",type:"textarea",default:"",optional:!0},{name:"subtitlePrompt",label:"Subtitle Prompt",required:!1,descriptionKey:"description.subtitlePrompt",type:"textarea",default:"",optional:!0}]},yandex:{name:"Yandex",homepage:"https://translate.yandex.com/"},gemini:{name:"Gemini",homepage:"https://makersuite.google.com/",docUrl:"https://immersivetranslate.com/docs/services/gemini/",beta:!0,allProps:[{name:"APIKEY",providers:["custom"],required:!0,type:"password"},{name:"model",labelKey:"field.model",descriptionKey:"description.model",optional:!0,required:!1,type:"model-select",options:[{label:"gemini-1.0-pro-latest",value:"gemini-1.0-pro-latest"}]},{name:"limit",required:!1,optional:!0,labelKey:"field.limitPerSecond",descriptionKey:"description.generalLimitPerSecond",descriptionLink1:"https://immersivetranslate.com/docs/services/openai/",type:"number",default:1},{name:"maxTextLengthPerRequest",required:!1,labelKey:"field.maxTextLengthPerRequest",descriptionKey:"description.maxTextLengthPerRequest",type:"number",default:1200,optional:!0},{name:"maxTextGroupLengthPerRequest",required:!1,labelKey:"field.maxTextGroupLengthPerRequest",descriptionKey:"description.maxTextGroupLengthPerRequest",type:"number",default:3,optional:!0},{name:"apiUrl",labelKey:"field.apiUrl",required:!1,type:"text",default:"https://generativelanguage.googleapis.com/v1beta/models/{model}:generateContent?key={key}",descriptionKey:"description.apiUrl",descriptionLink1:"https://immersivetranslate.com/docs/services/gemini/",optional:!0},{name:"prompt",label:"Prompt",required:!1,descriptionKey:"description.prompt",type:"textarea",default:"",optional:!0},{name:"multiplePrompt",label:"Multiple Prompt",required:!1,descriptionKey:"description.multiplePrompt",type:"textarea",default:"",optional:!0},{name:"subtitlePrompt",label:"Subtitle Prompt",required:!1,descriptionKey:"description.subtitlePrompt",type:"textarea",default:"",optional:!0}]},claude:{name:"Claude",homepage:"https://www.anthropic.com/",docUrl:"https://immersivetranslate.com/docs/services/claude/",allProps:[{name:"APIKEY",providers:["custom"],required:!0,type:"password"},{name:"model",labelKey:"field.model",descriptionKey:"description.model",optional:!0,required:!1,type:"model-select",default:"claude-3-haiku-20240307",options:[{label:"claude-3-haiku-20240307",value:"claude-3-haiku-20240307"},{label:"claude-3-sonnet-20240229",value:"claude-3-sonnet-20240229"},{label:"claude-3-opus-20240229",value:"claude-3-opus-20240229"},{label:"claude-2.1",value:"claude-2.1"}]},{name:"limit",required:!1,optional:!0,labelKey:"field.limitPerSecond",descriptionKey:"description.generalLimitPerSecond",descriptionLink1:"https://immersivetranslate.com/docs/services/openai/",type:"number",default:1},{name:"maxTextLengthPerRequest",required:!1,labelKey:"field.maxTextLengthPerRequest",descriptionKey:"description.maxTextLengthPerRequest",type:"number",default:1200,optional:!0},{name:"maxTextGroupLengthPerRequest",required:!1,labelKey:"field.maxTextGroupLengthPerRequest",descriptionKey:"description.maxTextGroupLengthPerRequest",type:"number",default:10,optional:!0},{name:"apiUrl",labelKey:"field.apiUrl",required:!1,type:"text",default:"https://api.anthropic.com/v1/messages",descriptionKey:"description.apiUrl",descriptionLink1:"https://immersivetranslate.com/docs/services/claude/",optional:!0},{name:"prompt",label:"Prompt",required:!1,descriptionKey:"description.prompt",type:"textarea",default:"",optional:!0},{name:"multiplePrompt",label:"Multiple Prompt",required:!1,descriptionKey:"description.multiplePrompt",type:"textarea",default:"",optional:!0},{name:"subtitlePrompt",label:"Subtitle Prompt",required:!1,descriptionKey:"description.subtitlePrompt",type:"textarea",default:"",optional:!0}]},transmart:{name:"Transmart",homepage:"https://transmart.qq.com/"},youdao:{name:"Youdao",homepage:"https://youdao.com/",docUrl:"https://immersivetranslate.com/docs/services/youdao/",allProps:[{name:"appId",required:!0,type:"text"},{name:"appSecret",required:!0,type:"password"},{name:"limit",required:!1,labelKey:"field.limitPerSecond",descriptionKey:"description.generalLimitPerSecond",type:"number",default:5,optional:!0},{name:"maxTextLengthPerRequest",required:!1,labelKey:"field.maxTextLengthPerRequest",descriptionKey:"description.maxTextLengthPerRequest",type:"number",default:1200,optional:!0},{name:"maxTextGroupLengthPerRequest",required:!1,labelKey:"field.maxTextGroupLengthPerRequest",descriptionKey:"description.maxTextGroupLengthPerRequest",type:"number",default:200,optional:!0},{name:"domain",required:!1,labelKey:"field.domain",descriptionKey:"description.domain",descriptionLink1:"https://fanyi.youdao.com/openapi/",type:"text",default:"general",optional:!0},{name:"vocabId",required:!1,labelKey:"field.vocabId",descriptionKey:"description.vocabId",type:"text",default:"",optional:!0}]},tencent:{name:"Tencent",homepage:"https://fanyi.qq.com/",docUrl:"https://immersivetranslate.com/docs/services/tencent/",allProps:[{name:"secretId",required:!0,type:"text"},{name:"secretKey",required:!0,type:"password"}]},aliyun:{name:"Aliyun",homepage:"https://translate.alibaba.com/",docUrl:"https://immersivetranslate.com/docs/services/aliyun/",allProps:[{name:"AccessKeyID",required:!0,type:"text"},{name:"AccessKeySecret",required:!0,type:"password"},{name:"scene",labelKey:"field.scene",descriptionKey:"description.scene",descriptionLink1:"https://help.aliyun.com/document_detail/158267.html",required:!1,optional:!0,type:"text",default:"general"}]},azure:{name:"azure",homepage:"https://learn.microsoft.com/en-us/azure/cognitive-services/translator/text-translation-overview",docUrl:"https://immersivetranslate.com/docs/services/azure/",allProps:[{name:"region",required:!1,default:"eastasia",type:"text"},{name:"APIKEY",required:!0,type:"password"},{name:"apiUrl",labelKey:"field.apiUrl",required:!1,type:"text",default:"https://api.cognitive.microsofttranslator.com/",descriptionKey:"description.azureApiUrl",optional:!0}]},papago:{name:"Papago",homepage:"https://translate.google.com/",canary:!0},baidu:{name:"Baidu",homepage:"https://fanyi.baidu.com/",docUrl:"https://immersivetranslate.com/docs/services/baidu/",allProps:[{name:"appid",required:!0,type:"text"},{name:"key",required:!0,type:"password"},{name:"limit",required:!1,labelKey:"field.limitPerSecond",descriptionKey:"description.generalLimitPerSecond",type:"number",default:1,optional:!0},{name:"maxTextLengthPerRequest",required:!1,labelKey:"field.maxTextLengthPerRequest",descriptionKey:"description.maxTextLengthPerRequest",type:"number",default:1800,optional:!0},{name:"maxTextGroupLengthPerRequest",required:!1,labelKey:"field.maxTextGroupLengthPerRequest",descriptionKey:"description.maxTextGroupLengthPerRequest",type:"number",default:8,optional:!0},{name:"action",required:!1,labelKey:"field.action",descriptionKey:"description.action",descriptionLink1:"https://fanyi-api.baidu.com/doc/21",type:"boolean",default:!1,optional:!0},{name:"domain",required:!1,labelKey:"field.domain",descriptionKey:"description.baiduField",descriptionLink1:"https://fanyi-api.baidu.com/doc/22",type:"text",default:"",optional:!0}]},volc:{name:"Volc",homepage:"https://www.volcengine.com/",docUrl:"https://immersivetranslate.com/docs/services/volcano/",allProps:[{name:"accessKeyId",required:!0,type:"text"},{name:"secretAccessKey",required:!0,type:"password"},{name:"limit",required:!1,labelKey:"field.limitPerSecond",descriptionKey:"description.generalLimitPerSecond",type:"number",default:5,optional:!0},{name:"maxTextLengthPerRequest",required:!1,labelKey:"field.maxTextLengthPerRequest",descriptionKey:"description.maxTextLengthPerRequest",type:"number",default:1800,optional:!0},{name:"maxTextGroupLengthPerRequest",required:!1,labelKey:"field.maxTextGroupLengthPerRequest",descriptionKey:"description.maxTextGroupLengthPerRequest",type:"number",default:8,optional:!0}]},caiyun:{name:"Caiyun",homepage:"https://fanyi.caiyunapp.com/",docUrl:"https://immersivetranslate.com/docs/services/caiyun/",allProps:[{name:"token",required:!0,type:"password"}]},cai:{name:"Cai",homepage:"https://fanyi.caiyunapp.com/",alpha:!0},custom:{name:"Custom",beta:!0,homepage:"https://immersivetranslate.com/docs/services/custom/",titleKey:"description.custom",allProps:[{name:"url",label:"API URL",required:!0,type:"text"},{name:"langs",required:!1,labelKey:"field.langs",type:"textarea",default:"zh-CN,en",optional:!0},{name:"placeholderDelimiters",required:!1,labelKey:"field.placeholderDelimiters",type:"text",default:Ro,optional:!0},{name:"limit",required:!1,labelKey:"field.limitPerSecond",descriptionKey:"description.generalLimitPerSecond",type:"number",default:5,optional:!0},{name:"maxTextLengthPerRequest",required:!1,labelKey:"field.maxTextLengthPerRequest",descriptionKey:"description.maxTextLengthPerRequest",type:"number",default:1200,optional:!0},{name:"maxTextGroupLengthPerRequest",required:!1,labelKey:"field.maxTextGroupLengthPerRequest",descriptionKey:"description.maxTextGroupLengthPerRequest",type:"number",default:1,optional:!0}]},mock:{name:"Mock",homepage:"https://www.google.com"},mock2:{name:"Mock2",homepage:"https://www.google.com"},tenAlpha:{name:"TenAlpha",homepage:"https://fanyi.qq.com/",alpha:!0},you:{name:"You",alpha:!0,homepage:"https://youdao.com/"},openl:{name:"Openl",homepage:"https://openl.club/",docUrl:"https://immersivetranslate.com/docs/services/openL/",allProps:[...wh,{type:"password",name:"apikey",required:!0}],props:wh},volcAlpha:{name:"Volc Alpha",alpha:!0,homepage:"https://www.volcengine.com/"},d:{name:"D () ",canary:!0,homepage:"https://www.deepl.com/translator"},dpro:{name:"DPro (Canary) ",canary:!0,homepage:"https://www.deepl.com/translator"},deeplx:{name:"DeepLX (Beta)",beta:!0,homepage:"https://www.deepl.com/translator",allProps:[{name:"url",label:"API URL",required:!0,type:"text"},{name:"limit",required:!1,labelKey:"field.limitPerSecond",descriptionKey:"description.generalLimitPerSecond",type:"number",default:5,optional:!0},{name:"maxTextLengthPerRequest",required:!1,labelKey:"field.maxTextLengthPerRequest",descriptionKey:"description.maxTextLengthPerRequest",type:"number",default:1200,optional:!0},{name:"maxTextGroupLengthPerRequest",required:!1,labelKey:"field.maxTextGroupLengthPerRequest",descriptionKey:"description.maxTextGroupLengthPerRequest",type:"number",default:1,optional:!0}]},niu:{name:"niutrans",homepage:"https://niutrans.com/",docUrl:"https://immersivetranslate.com/docs/services/niu",allProps:[{name:"APIKEY",required:!0,type:"password"}]}},Au={type:me+"ChildFrameToRootFrameIdentifier"},Fd=["youtube","netflix","webvtt","khanacademy","bilibili","udemy","hulu","text_track","text_track_dynamic","general","live","ebutt","disneyplus","fmp4.xml","multi_attach_vtt","twitter","subsrt","xml","av"],Oo=["Ctrl","Shift","Alt","Auto","Off","OtherCustom","Other"],e4=["ctrl","alt","shift","cmd","command","option","control"];var zL=Qt()?"https://dash.immersivetranslate.com/#general":"http://localhost:8000/dist/userscript/options/#general",Md="user_from_plugin",Ft="user_info",zo=Qt()||Bn()?"https://api2.immersivetranslate.com":"https://test-api2.immersivetranslate.com",t4=Qt()||Bn()?"https://immersivetranslate.com/accounts/login?from=plugin":"https://test.immersivetranslate.com/accounts/login?from=plugin",n4=t4+"&utm_source=extension&utm_medium=extension&utm_campaign=error_modal",r4=t4+"&utm_source=extension&utm_medium=extension&utm_campaign=popup_more",ku=Qt()||Bn()?"https://immersivetranslate.com/profile":"https://test.immersivetranslate.com/profile",vi=Qt()||Bn()?"https://immersivetranslate.com/pricing":"https://test.immersivetranslate.com/pricing",$6=Qt()||Bn()?"https://immersivetranslate.com/download/":"https://test.immersivetranslate.com/download/",Y6=Qt()||Bn()?"https://immersivetranslate.com/topup?type=open_ai&":"https://test.immersivetranslate.com/topup?type=open_ai&",Q6=Qt()||Bn()?"https://immersivetranslate.com/topup?type=deepl&":"https://test.immersivetranslate.com/topup?type=deepl&",Z6=vi+"?utm_source=extension&utm_medium=extension&utm_campaign=popup_more",NL=$6+"?utm_source=extension&utm_medium=extension&utm_campaign=options_nav",a4=vi+"?utm_source=extension&utm_medium=extension&utm_campaign=popup_footer",Pu=vi+"?utm_source=extension&utm_medium=extension&utm_campaign=error_modal",i4=Y6+"utm_source=extension&utm_medium=extension&utm_campaign=error_modal",o4=Q6+"utm_source=extension&utm_medium=extension&utm_campaign=error_modal",s4=ku+"?utm_source=extension&utm_medium=extension&utm_campaign=error_modal&upgradeFromTrial=true",u4="https://immersivetranslate.com/docs/usage/";var l4=Me().TRANSLATE_FILE_URL,UL=l4+"?utm_source=extension&utm_medium=extension&utm_campaign=options_nav",c4=l4+"?utm_source=extension&utm_medium=extension&utm_campaign=float_ball";function d4(t){let e=oe.runtime.getURL(Dh),n=new URL(e);return t&&(t.startsWith("http")||!Wn())&&n.searchParams.set("file",t),n.href}d();d();function Zt(t){return!!(t&&t.subscription&&t.subscription.subscriptionStatus==="active")}function p4(t){if(t){let e=new Date(t.createTime),n=J6(e),r="free",a="unknown";return t.subscription&&t.subscription.subscriptionStatus==="active"&&(r=t.subscription.subscriptionType),t.subscription&&t.subscription.subscriptionId&&(t.subscription.subscriptionId.startsWith("sub_")?a="stripe":a="admin"),{user_type:r,user_register_day:n,subscription_from:a}}else return null}function J6(t){try{let n=t.toLocaleString("en-US",{timeZone:"Asia/Shanghai"}).split(" ")[0];n.endsWith(",")&&(n=n.slice(0,-1));let[r,a,i]=n.split("/");return n=`${i}-${r}-${a}`,n}catch{return"unknown"}}d();var za=me+"CacheKey_";function Bd(t,e){let n=za+t;return oe.storage.local.get(n).then(r=>r[n]===void 0?e:r[n])}function X6(){let t=oe.storage.local.refresh;t&&t()}function Id(t,e){let n=za+t;return oe.storage.local.get(n).then(r=>{if(r[n]===void 0)return e;let{value:a,expired:i}=r[n];return i&&ir.startsWith(za)).filter(r=>r!==za+Ft);if(n.length>0)return oe.storage.local.remove(n)}}var Mt={get:Bd,set:Od,getExpired:Id,setExpired:Rd,remove:zd,clear:g4,refresh:X6};d();d();d();d();d();d();function Si(){let t,e="pending",n=new Promise((r,a)=>{t={async resolve(i){await i,e="fulfilled",r(i)},reject(i){e="rejected",a(i)}}});return Object.defineProperty(n,"state",{get:()=>e}),Object.assign(n,t)}d();var Nd=class extends Error{constructor(){super("Deadline"),this.name="DeadlineError"}};function Lu(t,e){let n=Si(),r=setTimeout(()=>n.reject(new Nd),e);return Promise.race([t,n]).finally(()=>clearTimeout(r))}d();d();function Dr(t,e={}){let{signal:n,persistent:r}=e;return n?.aborted?Promise.reject(new DOMException("Delay was aborted.","AbortError")):new Promise((a,i)=>{let o=()=>{clearTimeout(u),i(new DOMException("Delay was aborted.","AbortError"))},u=setTimeout(()=>{n?.removeEventListener("abort",o),a()},t);if(n?.addEventListener("abort",o,{once:!0}),r===!1)try{Deno.unrefTimer(u)}catch(l){if(!(l instanceof ReferenceError))throw l}})}d();var m4=class{#e=0;#t=[];#n=[];#r=Si();add(e){++this.#e,this.#a(e[Symbol.asyncIterator]())}async#a(e){try{let{value:n,done:r}=await e.next();r?--this.#e:this.#t.push({iterator:e,value:n})}catch(n){this.#n.push(n)}this.#r.resolve()}async*iterate(){for(;this.#e>0;){await this.#r;for(let e=0;eDS,bgBlue:()=>LS,bgBrightBlack:()=>BS,bgBrightBlue:()=>zS,bgBrightCyan:()=>US,bgBrightGreen:()=>RS,bgBrightMagenta:()=>NS,bgBrightRed:()=>IS,bgBrightWhite:()=>qS,bgBrightYellow:()=>OS,bgCyan:()=>FS,bgGreen:()=>kS,bgMagenta:()=>_S,bgRed:()=>AS,bgRgb24:()=>KS,bgRgb8:()=>HS,bgWhite:()=>MS,bgYellow:()=>PS,black:()=>cS,blue:()=>mS,bold:()=>rS,brightBlack:()=>b4,brightBlue:()=>xS,brightCyan:()=>CS,brightGreen:()=>vS,brightMagenta:()=>ES,brightRed:()=>yS,brightWhite:()=>wS,brightYellow:()=>SS,cyan:()=>hS,dim:()=>aS,getColorEnabled:()=>tS,gray:()=>TS,green:()=>pS,hidden:()=>uS,inverse:()=>sS,italic:()=>iS,magenta:()=>fS,red:()=>dS,reset:()=>nS,rgb24:()=>WS,rgb8:()=>jS,setColorEnabled:()=>eS,strikethrough:()=>lS,stripColor:()=>VS,underline:()=>oS,white:()=>bS,yellow:()=>gS});d();var{Deno:f4}=globalThis,h4=typeof f4?.noColor=="boolean"?f4.noColor:!0,Ud=!h4;function eS(t){h4||(Ud=t)}function tS(){return Ud}function ke(t,e){return{open:`\x1B[${t.join(";")}m`,close:`\x1B[${e}m`,regexp:new RegExp(`\\x1b\\[${e}m`,"g")}}function Pe(t,e){return Ud?`${e.open}${t.replace(e.regexp,e.open)}${e.close}`:t}function nS(t){return Pe(t,ke([0],0))}function rS(t){return Pe(t,ke([1],22))}function aS(t){return Pe(t,ke([2],22))}function iS(t){return Pe(t,ke([3],23))}function oS(t){return Pe(t,ke([4],24))}function sS(t){return Pe(t,ke([7],27))}function uS(t){return Pe(t,ke([8],28))}function lS(t){return Pe(t,ke([9],29))}function cS(t){return Pe(t,ke([30],39))}function dS(t){return Pe(t,ke([31],39))}function pS(t){return Pe(t,ke([32],39))}function gS(t){return Pe(t,ke([33],39))}function mS(t){return Pe(t,ke([34],39))}function fS(t){return Pe(t,ke([35],39))}function hS(t){return Pe(t,ke([36],39))}function bS(t){return Pe(t,ke([37],39))}function TS(t){return b4(t)}function b4(t){return Pe(t,ke([90],39))}function yS(t){return Pe(t,ke([91],39))}function vS(t){return Pe(t,ke([92],39))}function SS(t){return Pe(t,ke([93],39))}function xS(t){return Pe(t,ke([94],39))}function ES(t){return Pe(t,ke([95],39))}function CS(t){return Pe(t,ke([96],39))}function wS(t){return Pe(t,ke([97],39))}function DS(t){return Pe(t,ke([40],49))}function AS(t){return Pe(t,ke([41],49))}function kS(t){return Pe(t,ke([42],49))}function PS(t){return Pe(t,ke([43],49))}function LS(t){return Pe(t,ke([44],49))}function _S(t){return Pe(t,ke([45],49))}function FS(t){return Pe(t,ke([46],49))}function MS(t){return Pe(t,ke([47],49))}function BS(t){return Pe(t,ke([100],49))}function IS(t){return Pe(t,ke([101],49))}function RS(t){return Pe(t,ke([102],49))}function OS(t){return Pe(t,ke([103],49))}function zS(t){return Pe(t,ke([104],49))}function NS(t){return Pe(t,ke([105],49))}function US(t){return Pe(t,ke([106],49))}function qS(t){return Pe(t,ke([107],49))}function Qr(t,e=255,n=0){return Math.trunc(Math.max(Math.min(t,e),n))}function jS(t,e){return Pe(t,ke([38,5,Qr(e)],39))}function HS(t,e){return Pe(t,ke([48,5,Qr(e)],49))}function WS(t,e){return typeof e=="number"?Pe(t,ke([38,2,e>>16&255,e>>8&255,e&255],39)):Pe(t,ke([38,2,Qr(e.r),Qr(e.g),Qr(e.b)],39))}function KS(t,e){return typeof e=="number"?Pe(t,ke([48,2,e>>16&255,e>>8&255,e&255],49)):Pe(t,ke([48,2,Qr(e.r),Qr(e.g),Qr(e.b)],49))}var GS=new RegExp(["[\\u001B\\u009B][[\\]()#;?]*(?:(?:(?:(?:;[-a-zA-Z\\d\\/#&.:=?%@~_]+)*|[a-zA-Z\\d]+(?:;[-a-zA-Z\\d\\/#&.:=?%@~_]*)*)?\\u0007)","(?:(?:\\d{1,4}(?:;\\d{0,4})*)?[\\dA-PR-TZcf-nq-uy=><~]))"].join("|"),"g");function VS(t){return t.replace(GS,"")}d();d();var qd=class extends Error{constructor(e,n){super(`Exceeded max retry count (${n})`),this.name="RetryError",this.cause=e}},$S={multiplier:2,maxTimeout:6e4,maxAttempts:5,minTimeout:1e3};async function jd(t,e){let n={...$S,...e};if(n.maxTimeout>=0&&n.minTimeout>n.maxTimeout)throw new RangeError("minTimeout is greater than maxTimeout");let r=n.minTimeout,a;for(let i=0;isetTimeout(s,r)),r*=n.multiplier,r=Math.max(r,n.minTimeout),n.maxTimeout>=0&&(r=Math.min(r,n.maxTimeout)),a=o}throw new qd(a,n.maxAttempts)}d();var Ar=["A","B","C","D","E","F","G","H","I","J","K","L","M","N","O","P","Q","R","S","T","U","V","W","X","Y","Z","a","b","c","d","e","f","g","h","i","j","k","l","m","n","o","p","q","r","s","t","u","v","w","x","y","z","0","1","2","3","4","5","6","7","8","9","+","/"];function Hd(t){let e=typeof t=="string"?new TextEncoder().encode(t):t instanceof Uint8Array?t:new Uint8Array(t),n="",r,a=e.length;for(r=2;r>2],n+=Ar[(e[r-2]&3)<<4|e[r-1]>>4],n+=Ar[(e[r-1]&15)<<2|e[r]>>6],n+=Ar[e[r]&63];return r===a+1&&(n+=Ar[e[r-2]>>2],n+=Ar[(e[r-2]&3)<<4],n+="=="),r===a&&(n+=Ar[e[r-2]>>2],n+=Ar[(e[r-2]&3)<<4|e[r-1]>>4],n+=Ar[(e[r-1]&15)<<2],n+="="),n}d();d();var YS=/[\u1680\u2000-\u200A\u202F\u205F\u3000]/,QS=/[\xAA\xB5\xBA\xC0-\xD6\xD8-\xF6\xF8-\u02C1\u02C6-\u02D1\u02E0-\u02E4\u02EC\u02EE\u0370-\u0374\u0376\u0377\u037A-\u037D\u037F\u0386\u0388-\u038A\u038C\u038E-\u03A1\u03A3-\u03F5\u03F7-\u0481\u048A-\u052F\u0531-\u0556\u0559\u0561-\u0587\u05D0-\u05EA\u05F0-\u05F2\u0620-\u064A\u066E\u066F\u0671-\u06D3\u06D5\u06E5\u06E6\u06EE\u06EF\u06FA-\u06FC\u06FF\u0710\u0712-\u072F\u074D-\u07A5\u07B1\u07CA-\u07EA\u07F4\u07F5\u07FA\u0800-\u0815\u081A\u0824\u0828\u0840-\u0858\u0860-\u086A\u08A0-\u08B4\u08B6-\u08BD\u0904-\u0939\u093D\u0950\u0958-\u0961\u0971-\u0980\u0985-\u098C\u098F\u0990\u0993-\u09A8\u09AA-\u09B0\u09B2\u09B6-\u09B9\u09BD\u09CE\u09DC\u09DD\u09DF-\u09E1\u09F0\u09F1\u09FC\u0A05-\u0A0A\u0A0F\u0A10\u0A13-\u0A28\u0A2A-\u0A30\u0A32\u0A33\u0A35\u0A36\u0A38\u0A39\u0A59-\u0A5C\u0A5E\u0A72-\u0A74\u0A85-\u0A8D\u0A8F-\u0A91\u0A93-\u0AA8\u0AAA-\u0AB0\u0AB2\u0AB3\u0AB5-\u0AB9\u0ABD\u0AD0\u0AE0\u0AE1\u0AF9\u0B05-\u0B0C\u0B0F\u0B10\u0B13-\u0B28\u0B2A-\u0B30\u0B32\u0B33\u0B35-\u0B39\u0B3D\u0B5C\u0B5D\u0B5F-\u0B61\u0B71\u0B83\u0B85-\u0B8A\u0B8E-\u0B90\u0B92-\u0B95\u0B99\u0B9A\u0B9C\u0B9E\u0B9F\u0BA3\u0BA4\u0BA8-\u0BAA\u0BAE-\u0BB9\u0BD0\u0C05-\u0C0C\u0C0E-\u0C10\u0C12-\u0C28\u0C2A-\u0C39\u0C3D\u0C58-\u0C5A\u0C60\u0C61\u0C80\u0C85-\u0C8C\u0C8E-\u0C90\u0C92-\u0CA8\u0CAA-\u0CB3\u0CB5-\u0CB9\u0CBD\u0CDE\u0CE0\u0CE1\u0CF1\u0CF2\u0D05-\u0D0C\u0D0E-\u0D10\u0D12-\u0D3A\u0D3D\u0D4E\u0D54-\u0D56\u0D5F-\u0D61\u0D7A-\u0D7F\u0D85-\u0D96\u0D9A-\u0DB1\u0DB3-\u0DBB\u0DBD\u0DC0-\u0DC6\u0E01-\u0E30\u0E32\u0E33\u0E40-\u0E46\u0E81\u0E82\u0E84\u0E87\u0E88\u0E8A\u0E8D\u0E94-\u0E97\u0E99-\u0E9F\u0EA1-\u0EA3\u0EA5\u0EA7\u0EAA\u0EAB\u0EAD-\u0EB0\u0EB2\u0EB3\u0EBD\u0EC0-\u0EC4\u0EC6\u0EDC-\u0EDF\u0F00\u0F40-\u0F47\u0F49-\u0F6C\u0F88-\u0F8C\u1000-\u102A\u103F\u1050-\u1055\u105A-\u105D\u1061\u1065\u1066\u106E-\u1070\u1075-\u1081\u108E\u10A0-\u10C5\u10C7\u10CD\u10D0-\u10FA\u10FC-\u1248\u124A-\u124D\u1250-\u1256\u1258\u125A-\u125D\u1260-\u1288\u128A-\u128D\u1290-\u12B0\u12B2-\u12B5\u12B8-\u12BE\u12C0\u12C2-\u12C5\u12C8-\u12D6\u12D8-\u1310\u1312-\u1315\u1318-\u135A\u1380-\u138F\u13A0-\u13F5\u13F8-\u13FD\u1401-\u166C\u166F-\u167F\u1681-\u169A\u16A0-\u16EA\u16EE-\u16F8\u1700-\u170C\u170E-\u1711\u1720-\u1731\u1740-\u1751\u1760-\u176C\u176E-\u1770\u1780-\u17B3\u17D7\u17DC\u1820-\u1877\u1880-\u1884\u1887-\u18A8\u18AA\u18B0-\u18F5\u1900-\u191E\u1950-\u196D\u1970-\u1974\u1980-\u19AB\u19B0-\u19C9\u1A00-\u1A16\u1A20-\u1A54\u1AA7\u1B05-\u1B33\u1B45-\u1B4B\u1B83-\u1BA0\u1BAE\u1BAF\u1BBA-\u1BE5\u1C00-\u1C23\u1C4D-\u1C4F\u1C5A-\u1C7D\u1C80-\u1C88\u1CE9-\u1CEC\u1CEE-\u1CF1\u1CF5\u1CF6\u1D00-\u1DBF\u1E00-\u1F15\u1F18-\u1F1D\u1F20-\u1F45\u1F48-\u1F4D\u1F50-\u1F57\u1F59\u1F5B\u1F5D\u1F5F-\u1F7D\u1F80-\u1FB4\u1FB6-\u1FBC\u1FBE\u1FC2-\u1FC4\u1FC6-\u1FCC\u1FD0-\u1FD3\u1FD6-\u1FDB\u1FE0-\u1FEC\u1FF2-\u1FF4\u1FF6-\u1FFC\u2071\u207F\u2090-\u209C\u2102\u2107\u210A-\u2113\u2115\u2119-\u211D\u2124\u2126\u2128\u212A-\u212D\u212F-\u2139\u213C-\u213F\u2145-\u2149\u214E\u2160-\u2188\u2C00-\u2C2E\u2C30-\u2C5E\u2C60-\u2CE4\u2CEB-\u2CEE\u2CF2\u2CF3\u2D00-\u2D25\u2D27\u2D2D\u2D30-\u2D67\u2D6F\u2D80-\u2D96\u2DA0-\u2DA6\u2DA8-\u2DAE\u2DB0-\u2DB6\u2DB8-\u2DBE\u2DC0-\u2DC6\u2DC8-\u2DCE\u2DD0-\u2DD6\u2DD8-\u2DDE\u2E2F\u3005-\u3007\u3021-\u3029\u3031-\u3035\u3038-\u303C\u3041-\u3096\u309D-\u309F\u30A1-\u30FA\u30FC-\u30FF\u3105-\u312E\u3131-\u318E\u31A0-\u31BA\u31F0-\u31FF\u3400-\u4DB5\u4E00-\u9FEA\uA000-\uA48C\uA4D0-\uA4FD\uA500-\uA60C\uA610-\uA61F\uA62A\uA62B\uA640-\uA66E\uA67F-\uA69D\uA6A0-\uA6EF\uA717-\uA71F\uA722-\uA788\uA78B-\uA7AE\uA7B0-\uA7B7\uA7F7-\uA801\uA803-\uA805\uA807-\uA80A\uA80C-\uA822\uA840-\uA873\uA882-\uA8B3\uA8F2-\uA8F7\uA8FB\uA8FD\uA90A-\uA925\uA930-\uA946\uA960-\uA97C\uA984-\uA9B2\uA9CF\uA9E0-\uA9E4\uA9E6-\uA9EF\uA9FA-\uA9FE\uAA00-\uAA28\uAA40-\uAA42\uAA44-\uAA4B\uAA60-\uAA76\uAA7A\uAA7E-\uAAAF\uAAB1\uAAB5\uAAB6\uAAB9-\uAABD\uAAC0\uAAC2\uAADB-\uAADD\uAAE0-\uAAEA\uAAF2-\uAAF4\uAB01-\uAB06\uAB09-\uAB0E\uAB11-\uAB16\uAB20-\uAB26\uAB28-\uAB2E\uAB30-\uAB5A\uAB5C-\uAB65\uAB70-\uABE2\uAC00-\uD7A3\uD7B0-\uD7C6\uD7CB-\uD7FB\uF900-\uFA6D\uFA70-\uFAD9\uFB00-\uFB06\uFB13-\uFB17\uFB1D\uFB1F-\uFB28\uFB2A-\uFB36\uFB38-\uFB3C\uFB3E\uFB40\uFB41\uFB43\uFB44\uFB46-\uFBB1\uFBD3-\uFD3D\uFD50-\uFD8F\uFD92-\uFDC7\uFDF0-\uFDFB\uFE70-\uFE74\uFE76-\uFEFC\uFF21-\uFF3A\uFF41-\uFF5A\uFF66-\uFFBE\uFFC2-\uFFC7\uFFCA-\uFFCF\uFFD2-\uFFD7\uFFDA-\uFFDC]|\uD800[\uDC00-\uDC0B\uDC0D-\uDC26\uDC28-\uDC3A\uDC3C\uDC3D\uDC3F-\uDC4D\uDC50-\uDC5D\uDC80-\uDCFA\uDD40-\uDD74\uDE80-\uDE9C\uDEA0-\uDED0\uDF00-\uDF1F\uDF2D-\uDF4A\uDF50-\uDF75\uDF80-\uDF9D\uDFA0-\uDFC3\uDFC8-\uDFCF\uDFD1-\uDFD5]|\uD801[\uDC00-\uDC9D\uDCB0-\uDCD3\uDCD8-\uDCFB\uDD00-\uDD27\uDD30-\uDD63\uDE00-\uDF36\uDF40-\uDF55\uDF60-\uDF67]|\uD802[\uDC00-\uDC05\uDC08\uDC0A-\uDC35\uDC37\uDC38\uDC3C\uDC3F-\uDC55\uDC60-\uDC76\uDC80-\uDC9E\uDCE0-\uDCF2\uDCF4\uDCF5\uDD00-\uDD15\uDD20-\uDD39\uDD80-\uDDB7\uDDBE\uDDBF\uDE00\uDE10-\uDE13\uDE15-\uDE17\uDE19-\uDE33\uDE60-\uDE7C\uDE80-\uDE9C\uDEC0-\uDEC7\uDEC9-\uDEE4\uDF00-\uDF35\uDF40-\uDF55\uDF60-\uDF72\uDF80-\uDF91]|\uD803[\uDC00-\uDC48\uDC80-\uDCB2\uDCC0-\uDCF2]|\uD804[\uDC03-\uDC37\uDC83-\uDCAF\uDCD0-\uDCE8\uDD03-\uDD26\uDD50-\uDD72\uDD76\uDD83-\uDDB2\uDDC1-\uDDC4\uDDDA\uDDDC\uDE00-\uDE11\uDE13-\uDE2B\uDE80-\uDE86\uDE88\uDE8A-\uDE8D\uDE8F-\uDE9D\uDE9F-\uDEA8\uDEB0-\uDEDE\uDF05-\uDF0C\uDF0F\uDF10\uDF13-\uDF28\uDF2A-\uDF30\uDF32\uDF33\uDF35-\uDF39\uDF3D\uDF50\uDF5D-\uDF61]|\uD805[\uDC00-\uDC34\uDC47-\uDC4A\uDC80-\uDCAF\uDCC4\uDCC5\uDCC7\uDD80-\uDDAE\uDDD8-\uDDDB\uDE00-\uDE2F\uDE44\uDE80-\uDEAA\uDF00-\uDF19]|\uD806[\uDCA0-\uDCDF\uDCFF\uDE00\uDE0B-\uDE32\uDE3A\uDE50\uDE5C-\uDE83\uDE86-\uDE89\uDEC0-\uDEF8]|\uD807[\uDC00-\uDC08\uDC0A-\uDC2E\uDC40\uDC72-\uDC8F\uDD00-\uDD06\uDD08\uDD09\uDD0B-\uDD30\uDD46]|\uD808[\uDC00-\uDF99]|\uD809[\uDC00-\uDC6E\uDC80-\uDD43]|[\uD80C\uD81C-\uD820\uD840-\uD868\uD86A-\uD86C\uD86F-\uD872\uD874-\uD879][\uDC00-\uDFFF]|\uD80D[\uDC00-\uDC2E]|\uD811[\uDC00-\uDE46]|\uD81A[\uDC00-\uDE38\uDE40-\uDE5E\uDED0-\uDEED\uDF00-\uDF2F\uDF40-\uDF43\uDF63-\uDF77\uDF7D-\uDF8F]|\uD81B[\uDF00-\uDF44\uDF50\uDF93-\uDF9F\uDFE0\uDFE1]|\uD821[\uDC00-\uDFEC]|\uD822[\uDC00-\uDEF2]|\uD82C[\uDC00-\uDD1E\uDD70-\uDEFB]|\uD82F[\uDC00-\uDC6A\uDC70-\uDC7C\uDC80-\uDC88\uDC90-\uDC99]|\uD835[\uDC00-\uDC54\uDC56-\uDC9C\uDC9E\uDC9F\uDCA2\uDCA5\uDCA6\uDCA9-\uDCAC\uDCAE-\uDCB9\uDCBB\uDCBD-\uDCC3\uDCC5-\uDD05\uDD07-\uDD0A\uDD0D-\uDD14\uDD16-\uDD1C\uDD1E-\uDD39\uDD3B-\uDD3E\uDD40-\uDD44\uDD46\uDD4A-\uDD50\uDD52-\uDEA5\uDEA8-\uDEC0\uDEC2-\uDEDA\uDEDC-\uDEFA\uDEFC-\uDF14\uDF16-\uDF34\uDF36-\uDF4E\uDF50-\uDF6E\uDF70-\uDF88\uDF8A-\uDFA8\uDFAA-\uDFC2\uDFC4-\uDFCB]|\uD83A[\uDC00-\uDCC4\uDD00-\uDD43]|\uD83B[\uDE00-\uDE03\uDE05-\uDE1F\uDE21\uDE22\uDE24\uDE27\uDE29-\uDE32\uDE34-\uDE37\uDE39\uDE3B\uDE42\uDE47\uDE49\uDE4B\uDE4D-\uDE4F\uDE51\uDE52\uDE54\uDE57\uDE59\uDE5B\uDE5D\uDE5F\uDE61\uDE62\uDE64\uDE67-\uDE6A\uDE6C-\uDE72\uDE74-\uDE77\uDE79-\uDE7C\uDE7E\uDE80-\uDE89\uDE8B-\uDE9B\uDEA1-\uDEA3\uDEA5-\uDEA9\uDEAB-\uDEBB]|\uD869[\uDC00-\uDED6\uDF00-\uDFFF]|\uD86D[\uDC00-\uDF34\uDF40-\uDFFF]|\uD86E[\uDC00-\uDC1D\uDC20-\uDFFF]|\uD873[\uDC00-\uDEA1\uDEB0-\uDFFF]|\uD87A[\uDC00-\uDFE0]|\uD87E[\uDC00-\uDE1D]/,ZS=/[\xAA\xB5\xBA\xC0-\xD6\xD8-\xF6\xF8-\u02C1\u02C6-\u02D1\u02E0-\u02E4\u02EC\u02EE\u0300-\u0374\u0376\u0377\u037A-\u037D\u037F\u0386\u0388-\u038A\u038C\u038E-\u03A1\u03A3-\u03F5\u03F7-\u0481\u0483-\u0487\u048A-\u052F\u0531-\u0556\u0559\u0561-\u0587\u0591-\u05BD\u05BF\u05C1\u05C2\u05C4\u05C5\u05C7\u05D0-\u05EA\u05F0-\u05F2\u0610-\u061A\u0620-\u0669\u066E-\u06D3\u06D5-\u06DC\u06DF-\u06E8\u06EA-\u06FC\u06FF\u0710-\u074A\u074D-\u07B1\u07C0-\u07F5\u07FA\u0800-\u082D\u0840-\u085B\u0860-\u086A\u08A0-\u08B4\u08B6-\u08BD\u08D4-\u08E1\u08E3-\u0963\u0966-\u096F\u0971-\u0983\u0985-\u098C\u098F\u0990\u0993-\u09A8\u09AA-\u09B0\u09B2\u09B6-\u09B9\u09BC-\u09C4\u09C7\u09C8\u09CB-\u09CE\u09D7\u09DC\u09DD\u09DF-\u09E3\u09E6-\u09F1\u09FC\u0A01-\u0A03\u0A05-\u0A0A\u0A0F\u0A10\u0A13-\u0A28\u0A2A-\u0A30\u0A32\u0A33\u0A35\u0A36\u0A38\u0A39\u0A3C\u0A3E-\u0A42\u0A47\u0A48\u0A4B-\u0A4D\u0A51\u0A59-\u0A5C\u0A5E\u0A66-\u0A75\u0A81-\u0A83\u0A85-\u0A8D\u0A8F-\u0A91\u0A93-\u0AA8\u0AAA-\u0AB0\u0AB2\u0AB3\u0AB5-\u0AB9\u0ABC-\u0AC5\u0AC7-\u0AC9\u0ACB-\u0ACD\u0AD0\u0AE0-\u0AE3\u0AE6-\u0AEF\u0AF9-\u0AFF\u0B01-\u0B03\u0B05-\u0B0C\u0B0F\u0B10\u0B13-\u0B28\u0B2A-\u0B30\u0B32\u0B33\u0B35-\u0B39\u0B3C-\u0B44\u0B47\u0B48\u0B4B-\u0B4D\u0B56\u0B57\u0B5C\u0B5D\u0B5F-\u0B63\u0B66-\u0B6F\u0B71\u0B82\u0B83\u0B85-\u0B8A\u0B8E-\u0B90\u0B92-\u0B95\u0B99\u0B9A\u0B9C\u0B9E\u0B9F\u0BA3\u0BA4\u0BA8-\u0BAA\u0BAE-\u0BB9\u0BBE-\u0BC2\u0BC6-\u0BC8\u0BCA-\u0BCD\u0BD0\u0BD7\u0BE6-\u0BEF\u0C00-\u0C03\u0C05-\u0C0C\u0C0E-\u0C10\u0C12-\u0C28\u0C2A-\u0C39\u0C3D-\u0C44\u0C46-\u0C48\u0C4A-\u0C4D\u0C55\u0C56\u0C58-\u0C5A\u0C60-\u0C63\u0C66-\u0C6F\u0C80-\u0C83\u0C85-\u0C8C\u0C8E-\u0C90\u0C92-\u0CA8\u0CAA-\u0CB3\u0CB5-\u0CB9\u0CBC-\u0CC4\u0CC6-\u0CC8\u0CCA-\u0CCD\u0CD5\u0CD6\u0CDE\u0CE0-\u0CE3\u0CE6-\u0CEF\u0CF1\u0CF2\u0D00-\u0D03\u0D05-\u0D0C\u0D0E-\u0D10\u0D12-\u0D44\u0D46-\u0D48\u0D4A-\u0D4E\u0D54-\u0D57\u0D5F-\u0D63\u0D66-\u0D6F\u0D7A-\u0D7F\u0D82\u0D83\u0D85-\u0D96\u0D9A-\u0DB1\u0DB3-\u0DBB\u0DBD\u0DC0-\u0DC6\u0DCA\u0DCF-\u0DD4\u0DD6\u0DD8-\u0DDF\u0DE6-\u0DEF\u0DF2\u0DF3\u0E01-\u0E3A\u0E40-\u0E4E\u0E50-\u0E59\u0E81\u0E82\u0E84\u0E87\u0E88\u0E8A\u0E8D\u0E94-\u0E97\u0E99-\u0E9F\u0EA1-\u0EA3\u0EA5\u0EA7\u0EAA\u0EAB\u0EAD-\u0EB9\u0EBB-\u0EBD\u0EC0-\u0EC4\u0EC6\u0EC8-\u0ECD\u0ED0-\u0ED9\u0EDC-\u0EDF\u0F00\u0F18\u0F19\u0F20-\u0F29\u0F35\u0F37\u0F39\u0F3E-\u0F47\u0F49-\u0F6C\u0F71-\u0F84\u0F86-\u0F97\u0F99-\u0FBC\u0FC6\u1000-\u1049\u1050-\u109D\u10A0-\u10C5\u10C7\u10CD\u10D0-\u10FA\u10FC-\u1248\u124A-\u124D\u1250-\u1256\u1258\u125A-\u125D\u1260-\u1288\u128A-\u128D\u1290-\u12B0\u12B2-\u12B5\u12B8-\u12BE\u12C0\u12C2-\u12C5\u12C8-\u12D6\u12D8-\u1310\u1312-\u1315\u1318-\u135A\u135D-\u135F\u1380-\u138F\u13A0-\u13F5\u13F8-\u13FD\u1401-\u166C\u166F-\u167F\u1681-\u169A\u16A0-\u16EA\u16EE-\u16F8\u1700-\u170C\u170E-\u1714\u1720-\u1734\u1740-\u1753\u1760-\u176C\u176E-\u1770\u1772\u1773\u1780-\u17D3\u17D7\u17DC\u17DD\u17E0-\u17E9\u180B-\u180D\u1810-\u1819\u1820-\u1877\u1880-\u18AA\u18B0-\u18F5\u1900-\u191E\u1920-\u192B\u1930-\u193B\u1946-\u196D\u1970-\u1974\u1980-\u19AB\u19B0-\u19C9\u19D0-\u19D9\u1A00-\u1A1B\u1A20-\u1A5E\u1A60-\u1A7C\u1A7F-\u1A89\u1A90-\u1A99\u1AA7\u1AB0-\u1ABD\u1B00-\u1B4B\u1B50-\u1B59\u1B6B-\u1B73\u1B80-\u1BF3\u1C00-\u1C37\u1C40-\u1C49\u1C4D-\u1C7D\u1C80-\u1C88\u1CD0-\u1CD2\u1CD4-\u1CF9\u1D00-\u1DF9\u1DFB-\u1F15\u1F18-\u1F1D\u1F20-\u1F45\u1F48-\u1F4D\u1F50-\u1F57\u1F59\u1F5B\u1F5D\u1F5F-\u1F7D\u1F80-\u1FB4\u1FB6-\u1FBC\u1FBE\u1FC2-\u1FC4\u1FC6-\u1FCC\u1FD0-\u1FD3\u1FD6-\u1FDB\u1FE0-\u1FEC\u1FF2-\u1FF4\u1FF6-\u1FFC\u203F\u2040\u2054\u2071\u207F\u2090-\u209C\u20D0-\u20DC\u20E1\u20E5-\u20F0\u2102\u2107\u210A-\u2113\u2115\u2119-\u211D\u2124\u2126\u2128\u212A-\u212D\u212F-\u2139\u213C-\u213F\u2145-\u2149\u214E\u2160-\u2188\u2C00-\u2C2E\u2C30-\u2C5E\u2C60-\u2CE4\u2CEB-\u2CF3\u2D00-\u2D25\u2D27\u2D2D\u2D30-\u2D67\u2D6F\u2D7F-\u2D96\u2DA0-\u2DA6\u2DA8-\u2DAE\u2DB0-\u2DB6\u2DB8-\u2DBE\u2DC0-\u2DC6\u2DC8-\u2DCE\u2DD0-\u2DD6\u2DD8-\u2DDE\u2DE0-\u2DFF\u2E2F\u3005-\u3007\u3021-\u302F\u3031-\u3035\u3038-\u303C\u3041-\u3096\u3099\u309A\u309D-\u309F\u30A1-\u30FA\u30FC-\u30FF\u3105-\u312E\u3131-\u318E\u31A0-\u31BA\u31F0-\u31FF\u3400-\u4DB5\u4E00-\u9FEA\uA000-\uA48C\uA4D0-\uA4FD\uA500-\uA60C\uA610-\uA62B\uA640-\uA66F\uA674-\uA67D\uA67F-\uA6F1\uA717-\uA71F\uA722-\uA788\uA78B-\uA7AE\uA7B0-\uA7B7\uA7F7-\uA827\uA840-\uA873\uA880-\uA8C5\uA8D0-\uA8D9\uA8E0-\uA8F7\uA8FB\uA8FD\uA900-\uA92D\uA930-\uA953\uA960-\uA97C\uA980-\uA9C0\uA9CF-\uA9D9\uA9E0-\uA9FE\uAA00-\uAA36\uAA40-\uAA4D\uAA50-\uAA59\uAA60-\uAA76\uAA7A-\uAAC2\uAADB-\uAADD\uAAE0-\uAAEF\uAAF2-\uAAF6\uAB01-\uAB06\uAB09-\uAB0E\uAB11-\uAB16\uAB20-\uAB26\uAB28-\uAB2E\uAB30-\uAB5A\uAB5C-\uAB65\uAB70-\uABEA\uABEC\uABED\uABF0-\uABF9\uAC00-\uD7A3\uD7B0-\uD7C6\uD7CB-\uD7FB\uF900-\uFA6D\uFA70-\uFAD9\uFB00-\uFB06\uFB13-\uFB17\uFB1D-\uFB28\uFB2A-\uFB36\uFB38-\uFB3C\uFB3E\uFB40\uFB41\uFB43\uFB44\uFB46-\uFBB1\uFBD3-\uFD3D\uFD50-\uFD8F\uFD92-\uFDC7\uFDF0-\uFDFB\uFE00-\uFE0F\uFE20-\uFE2F\uFE33\uFE34\uFE4D-\uFE4F\uFE70-\uFE74\uFE76-\uFEFC\uFF10-\uFF19\uFF21-\uFF3A\uFF3F\uFF41-\uFF5A\uFF66-\uFFBE\uFFC2-\uFFC7\uFFCA-\uFFCF\uFFD2-\uFFD7\uFFDA-\uFFDC]|\uD800[\uDC00-\uDC0B\uDC0D-\uDC26\uDC28-\uDC3A\uDC3C\uDC3D\uDC3F-\uDC4D\uDC50-\uDC5D\uDC80-\uDCFA\uDD40-\uDD74\uDDFD\uDE80-\uDE9C\uDEA0-\uDED0\uDEE0\uDF00-\uDF1F\uDF2D-\uDF4A\uDF50-\uDF7A\uDF80-\uDF9D\uDFA0-\uDFC3\uDFC8-\uDFCF\uDFD1-\uDFD5]|\uD801[\uDC00-\uDC9D\uDCA0-\uDCA9\uDCB0-\uDCD3\uDCD8-\uDCFB\uDD00-\uDD27\uDD30-\uDD63\uDE00-\uDF36\uDF40-\uDF55\uDF60-\uDF67]|\uD802[\uDC00-\uDC05\uDC08\uDC0A-\uDC35\uDC37\uDC38\uDC3C\uDC3F-\uDC55\uDC60-\uDC76\uDC80-\uDC9E\uDCE0-\uDCF2\uDCF4\uDCF5\uDD00-\uDD15\uDD20-\uDD39\uDD80-\uDDB7\uDDBE\uDDBF\uDE00-\uDE03\uDE05\uDE06\uDE0C-\uDE13\uDE15-\uDE17\uDE19-\uDE33\uDE38-\uDE3A\uDE3F\uDE60-\uDE7C\uDE80-\uDE9C\uDEC0-\uDEC7\uDEC9-\uDEE6\uDF00-\uDF35\uDF40-\uDF55\uDF60-\uDF72\uDF80-\uDF91]|\uD803[\uDC00-\uDC48\uDC80-\uDCB2\uDCC0-\uDCF2]|\uD804[\uDC00-\uDC46\uDC66-\uDC6F\uDC7F-\uDCBA\uDCD0-\uDCE8\uDCF0-\uDCF9\uDD00-\uDD34\uDD36-\uDD3F\uDD50-\uDD73\uDD76\uDD80-\uDDC4\uDDCA-\uDDCC\uDDD0-\uDDDA\uDDDC\uDE00-\uDE11\uDE13-\uDE37\uDE3E\uDE80-\uDE86\uDE88\uDE8A-\uDE8D\uDE8F-\uDE9D\uDE9F-\uDEA8\uDEB0-\uDEEA\uDEF0-\uDEF9\uDF00-\uDF03\uDF05-\uDF0C\uDF0F\uDF10\uDF13-\uDF28\uDF2A-\uDF30\uDF32\uDF33\uDF35-\uDF39\uDF3C-\uDF44\uDF47\uDF48\uDF4B-\uDF4D\uDF50\uDF57\uDF5D-\uDF63\uDF66-\uDF6C\uDF70-\uDF74]|\uD805[\uDC00-\uDC4A\uDC50-\uDC59\uDC80-\uDCC5\uDCC7\uDCD0-\uDCD9\uDD80-\uDDB5\uDDB8-\uDDC0\uDDD8-\uDDDD\uDE00-\uDE40\uDE44\uDE50-\uDE59\uDE80-\uDEB7\uDEC0-\uDEC9\uDF00-\uDF19\uDF1D-\uDF2B\uDF30-\uDF39]|\uD806[\uDCA0-\uDCE9\uDCFF\uDE00-\uDE3E\uDE47\uDE50-\uDE83\uDE86-\uDE99\uDEC0-\uDEF8]|\uD807[\uDC00-\uDC08\uDC0A-\uDC36\uDC38-\uDC40\uDC50-\uDC59\uDC72-\uDC8F\uDC92-\uDCA7\uDCA9-\uDCB6\uDD00-\uDD06\uDD08\uDD09\uDD0B-\uDD36\uDD3A\uDD3C\uDD3D\uDD3F-\uDD47\uDD50-\uDD59]|\uD808[\uDC00-\uDF99]|\uD809[\uDC00-\uDC6E\uDC80-\uDD43]|[\uD80C\uD81C-\uD820\uD840-\uD868\uD86A-\uD86C\uD86F-\uD872\uD874-\uD879][\uDC00-\uDFFF]|\uD80D[\uDC00-\uDC2E]|\uD811[\uDC00-\uDE46]|\uD81A[\uDC00-\uDE38\uDE40-\uDE5E\uDE60-\uDE69\uDED0-\uDEED\uDEF0-\uDEF4\uDF00-\uDF36\uDF40-\uDF43\uDF50-\uDF59\uDF63-\uDF77\uDF7D-\uDF8F]|\uD81B[\uDF00-\uDF44\uDF50-\uDF7E\uDF8F-\uDF9F\uDFE0\uDFE1]|\uD821[\uDC00-\uDFEC]|\uD822[\uDC00-\uDEF2]|\uD82C[\uDC00-\uDD1E\uDD70-\uDEFB]|\uD82F[\uDC00-\uDC6A\uDC70-\uDC7C\uDC80-\uDC88\uDC90-\uDC99\uDC9D\uDC9E]|\uD834[\uDD65-\uDD69\uDD6D-\uDD72\uDD7B-\uDD82\uDD85-\uDD8B\uDDAA-\uDDAD\uDE42-\uDE44]|\uD835[\uDC00-\uDC54\uDC56-\uDC9C\uDC9E\uDC9F\uDCA2\uDCA5\uDCA6\uDCA9-\uDCAC\uDCAE-\uDCB9\uDCBB\uDCBD-\uDCC3\uDCC5-\uDD05\uDD07-\uDD0A\uDD0D-\uDD14\uDD16-\uDD1C\uDD1E-\uDD39\uDD3B-\uDD3E\uDD40-\uDD44\uDD46\uDD4A-\uDD50\uDD52-\uDEA5\uDEA8-\uDEC0\uDEC2-\uDEDA\uDEDC-\uDEFA\uDEFC-\uDF14\uDF16-\uDF34\uDF36-\uDF4E\uDF50-\uDF6E\uDF70-\uDF88\uDF8A-\uDFA8\uDFAA-\uDFC2\uDFC4-\uDFCB\uDFCE-\uDFFF]|\uD836[\uDE00-\uDE36\uDE3B-\uDE6C\uDE75\uDE84\uDE9B-\uDE9F\uDEA1-\uDEAF]|\uD838[\uDC00-\uDC06\uDC08-\uDC18\uDC1B-\uDC21\uDC23\uDC24\uDC26-\uDC2A]|\uD83A[\uDC00-\uDCC4\uDCD0-\uDCD6\uDD00-\uDD4A\uDD50-\uDD59]|\uD83B[\uDE00-\uDE03\uDE05-\uDE1F\uDE21\uDE22\uDE24\uDE27\uDE29-\uDE32\uDE34-\uDE37\uDE39\uDE3B\uDE42\uDE47\uDE49\uDE4B\uDE4D-\uDE4F\uDE51\uDE52\uDE54\uDE57\uDE59\uDE5B\uDE5D\uDE5F\uDE61\uDE62\uDE64\uDE67-\uDE6A\uDE6C-\uDE72\uDE74-\uDE77\uDE79-\uDE7C\uDE7E\uDE80-\uDE89\uDE8B-\uDE9B\uDEA1-\uDEA3\uDEA5-\uDEA9\uDEAB-\uDEBB]|\uD869[\uDC00-\uDED6\uDF00-\uDFFF]|\uD86D[\uDC00-\uDF34\uDF40-\uDFFF]|\uD86E[\uDC00-\uDC1D\uDC20-\uDFFF]|\uD873[\uDC00-\uDEA1\uDEB0-\uDFFF]|\uD87A[\uDC00-\uDFE0]|\uD87E[\uDC00-\uDE1D]|\uDB40[\uDD00-\uDDEF]/,Wd={Space_Separator:YS,ID_Start:QS,ID_Continue:ZS},Et={isSpaceSeparator(t){return typeof t=="string"&&Wd.Space_Separator.test(t)},isIdStartChar(t){return typeof t=="string"&&(t>="a"&&t<="z"||t>="A"&&t<="Z"||t==="$"||t==="_"||Wd.ID_Start.test(t))},isIdContinueChar(t){return typeof t=="string"&&(t>="a"&&t<="z"||t>="A"&&t<="Z"||t>="0"&&t<="9"||t==="$"||t==="_"||t==="\u200C"||t==="\u200D"||Wd.ID_Continue.test(t))},isDigit(t){return typeof t=="string"&&/[0-9]/.test(t)},isHexDigit(t){return typeof t=="string"&&/[0-9A-Fa-f]/.test(t)}},Gd,ln,Pr,Fu,Zr,Gn,Nt,Yd,Uo,JS=function(t,e){Gd=String(t),ln="start",Pr=[],Fu=0,Zr=1,Gn=0,Nt=void 0,Yd=void 0,Uo=void 0;do Nt=XS(),nx[ln]();while(Nt.type!=="eof");return typeof e=="function"?Vd({"":Uo},"",e):Uo};function Vd(t,e,n){let r=t[e];if(r!=null&&typeof r=="object")if(Array.isArray(r))for(let a=0;ar[n]===void 0?e:r[n])}function X6(){let t=oe.storage.local.refresh;t&&t()}function Id(t,e){let n=za+t;return oe.storage.local.get(n).then(r=>{if(r[n]===void 0)return e;let{value:a,expired:i}=r[n];return i&&ir.startsWith(za)).filter(r=>r!==za+Ft);if(n.length>0)return oe.storage.local.remove(n)}}var Mt={get:Bd,set:Od,getExpired:Id,setExpired:Rd,remove:zd,clear:g4,refresh:X6};d();d();d();d();d();d();function Si(){let t,e="pending",n=new Promise((r,a)=>{t={async resolve(i){await i,e="fulfilled",r(i)},reject(i){e="rejected",a(i)}}});return Object.defineProperty(n,"state",{get:()=>e}),Object.assign(n,t)}d();var Nd=class extends Error{constructor(){super("Deadline"),this.name="DeadlineError"}};function Lu(t,e){let n=Si(),r=setTimeout(()=>n.reject(new Nd),e);return Promise.race([t,n]).finally(()=>clearTimeout(r))}d();d();function Dr(t,e={}){let{signal:n,persistent:r}=e;return n?.aborted?Promise.reject(new DOMException("Delay was aborted.","AbortError")):new Promise((a,i)=>{let o=()=>{clearTimeout(u),i(new DOMException("Delay was aborted.","AbortError"))},u=setTimeout(()=>{n?.removeEventListener("abort",o),a()},t);if(n?.addEventListener("abort",o,{once:!0}),r===!1)try{Deno.unrefTimer(u)}catch(l){if(!(l instanceof ReferenceError))throw l}})}d();var m4=class{#e=0;#t=[];#n=[];#r=Si();add(e){++this.#e,this.#a(e[Symbol.asyncIterator]())}async#a(e){try{let{value:n,done:r}=await e.next();r?--this.#e:this.#t.push({iterator:e,value:n})}catch(n){this.#n.push(n)}this.#r.resolve()}async*iterate(){for(;this.#e>0;){await this.#r;for(let e=0;eDS,bgBlue:()=>LS,bgBrightBlack:()=>BS,bgBrightBlue:()=>zS,bgBrightCyan:()=>US,bgBrightGreen:()=>RS,bgBrightMagenta:()=>NS,bgBrightRed:()=>IS,bgBrightWhite:()=>qS,bgBrightYellow:()=>OS,bgCyan:()=>FS,bgGreen:()=>kS,bgMagenta:()=>_S,bgRed:()=>AS,bgRgb24:()=>KS,bgRgb8:()=>HS,bgWhite:()=>MS,bgYellow:()=>PS,black:()=>cS,blue:()=>mS,bold:()=>rS,brightBlack:()=>b4,brightBlue:()=>xS,brightCyan:()=>CS,brightGreen:()=>vS,brightMagenta:()=>ES,brightRed:()=>yS,brightWhite:()=>wS,brightYellow:()=>SS,cyan:()=>hS,dim:()=>aS,getColorEnabled:()=>tS,gray:()=>TS,green:()=>pS,hidden:()=>uS,inverse:()=>sS,italic:()=>iS,magenta:()=>fS,red:()=>dS,reset:()=>nS,rgb24:()=>WS,rgb8:()=>jS,setColorEnabled:()=>eS,strikethrough:()=>lS,stripColor:()=>VS,underline:()=>oS,white:()=>bS,yellow:()=>gS});d();var{Deno:f4}=globalThis,h4=typeof f4?.noColor=="boolean"?f4.noColor:!0,Ud=!h4;function eS(t){h4||(Ud=t)}function tS(){return Ud}function ke(t,e){return{open:`\x1B[${t.join(";")}m`,close:`\x1B[${e}m`,regexp:new RegExp(`\\x1b\\[${e}m`,"g")}}function Pe(t,e){return Ud?`${e.open}${t.replace(e.regexp,e.open)}${e.close}`:t}function nS(t){return Pe(t,ke([0],0))}function rS(t){return Pe(t,ke([1],22))}function aS(t){return Pe(t,ke([2],22))}function iS(t){return Pe(t,ke([3],23))}function oS(t){return Pe(t,ke([4],24))}function sS(t){return Pe(t,ke([7],27))}function uS(t){return Pe(t,ke([8],28))}function lS(t){return Pe(t,ke([9],29))}function cS(t){return Pe(t,ke([30],39))}function dS(t){return Pe(t,ke([31],39))}function pS(t){return Pe(t,ke([32],39))}function gS(t){return Pe(t,ke([33],39))}function mS(t){return Pe(t,ke([34],39))}function fS(t){return Pe(t,ke([35],39))}function hS(t){return Pe(t,ke([36],39))}function bS(t){return Pe(t,ke([37],39))}function TS(t){return b4(t)}function b4(t){return Pe(t,ke([90],39))}function yS(t){return Pe(t,ke([91],39))}function vS(t){return Pe(t,ke([92],39))}function SS(t){return Pe(t,ke([93],39))}function xS(t){return Pe(t,ke([94],39))}function ES(t){return Pe(t,ke([95],39))}function CS(t){return Pe(t,ke([96],39))}function wS(t){return Pe(t,ke([97],39))}function DS(t){return Pe(t,ke([40],49))}function AS(t){return Pe(t,ke([41],49))}function kS(t){return Pe(t,ke([42],49))}function PS(t){return Pe(t,ke([43],49))}function LS(t){return Pe(t,ke([44],49))}function _S(t){return Pe(t,ke([45],49))}function FS(t){return Pe(t,ke([46],49))}function MS(t){return Pe(t,ke([47],49))}function BS(t){return Pe(t,ke([100],49))}function IS(t){return Pe(t,ke([101],49))}function RS(t){return Pe(t,ke([102],49))}function OS(t){return Pe(t,ke([103],49))}function zS(t){return Pe(t,ke([104],49))}function NS(t){return Pe(t,ke([105],49))}function US(t){return Pe(t,ke([106],49))}function qS(t){return Pe(t,ke([107],49))}function Qr(t,e=255,n=0){return Math.trunc(Math.max(Math.min(t,e),n))}function jS(t,e){return Pe(t,ke([38,5,Qr(e)],39))}function HS(t,e){return Pe(t,ke([48,5,Qr(e)],49))}function WS(t,e){return typeof e=="number"?Pe(t,ke([38,2,e>>16&255,e>>8&255,e&255],39)):Pe(t,ke([38,2,Qr(e.r),Qr(e.g),Qr(e.b)],39))}function KS(t,e){return typeof e=="number"?Pe(t,ke([48,2,e>>16&255,e>>8&255,e&255],49)):Pe(t,ke([48,2,Qr(e.r),Qr(e.g),Qr(e.b)],49))}var GS=new RegExp(["[\\u001B\\u009B][[\\]()#;?]*(?:(?:(?:(?:;[-a-zA-Z\\d\\/#&.:=?%@~_]+)*|[a-zA-Z\\d]+(?:;[-a-zA-Z\\d\\/#&.:=?%@~_]*)*)?\\u0007)","(?:(?:\\d{1,4}(?:;\\d{0,4})*)?[\\dA-PR-TZcf-nq-uy=><~]))"].join("|"),"g");function VS(t){return t.replace(GS,"")}d();d();var qd=class extends Error{constructor(e,n){super(`Exceeded max retry count (${n})`),this.name="RetryError",this.cause=e}},$S={multiplier:2,maxTimeout:6e4,maxAttempts:5,minTimeout:1e3};async function jd(t,e){let n={...$S,...e};if(n.maxTimeout>=0&&n.minTimeout>n.maxTimeout)throw new RangeError("minTimeout is greater than maxTimeout");let r=n.minTimeout,a;for(let i=0;isetTimeout(s,r)),r*=n.multiplier,r=Math.max(r,n.minTimeout),n.maxTimeout>=0&&(r=Math.min(r,n.maxTimeout)),a=o}throw new qd(a,n.maxAttempts)}d();var Ar=["A","B","C","D","E","F","G","H","I","J","K","L","M","N","O","P","Q","R","S","T","U","V","W","X","Y","Z","a","b","c","d","e","f","g","h","i","j","k","l","m","n","o","p","q","r","s","t","u","v","w","x","y","z","0","1","2","3","4","5","6","7","8","9","+","/"];function Hd(t){let e=typeof t=="string"?new TextEncoder().encode(t):t instanceof Uint8Array?t:new Uint8Array(t),n="",r,a=e.length;for(r=2;r>2],n+=Ar[(e[r-2]&3)<<4|e[r-1]>>4],n+=Ar[(e[r-1]&15)<<2|e[r]>>6],n+=Ar[e[r]&63];return r===a+1&&(n+=Ar[e[r-2]>>2],n+=Ar[(e[r-2]&3)<<4],n+="=="),r===a&&(n+=Ar[e[r-2]>>2],n+=Ar[(e[r-2]&3)<<4|e[r-1]>>4],n+=Ar[(e[r-1]&15)<<2],n+="="),n}d();d();var YS=/[\u1680\u2000-\u200A\u202F\u205F\u3000]/,QS=/[\xAA\xB5\xBA\xC0-\xD6\xD8-\xF6\xF8-\u02C1\u02C6-\u02D1\u02E0-\u02E4\u02EC\u02EE\u0370-\u0374\u0376\u0377\u037A-\u037D\u037F\u0386\u0388-\u038A\u038C\u038E-\u03A1\u03A3-\u03F5\u03F7-\u0481\u048A-\u052F\u0531-\u0556\u0559\u0561-\u0587\u05D0-\u05EA\u05F0-\u05F2\u0620-\u064A\u066E\u066F\u0671-\u06D3\u06D5\u06E5\u06E6\u06EE\u06EF\u06FA-\u06FC\u06FF\u0710\u0712-\u072F\u074D-\u07A5\u07B1\u07CA-\u07EA\u07F4\u07F5\u07FA\u0800-\u0815\u081A\u0824\u0828\u0840-\u0858\u0860-\u086A\u08A0-\u08B4\u08B6-\u08BD\u0904-\u0939\u093D\u0950\u0958-\u0961\u0971-\u0980\u0985-\u098C\u098F\u0990\u0993-\u09A8\u09AA-\u09B0\u09B2\u09B6-\u09B9\u09BD\u09CE\u09DC\u09DD\u09DF-\u09E1\u09F0\u09F1\u09FC\u0A05-\u0A0A\u0A0F\u0A10\u0A13-\u0A28\u0A2A-\u0A30\u0A32\u0A33\u0A35\u0A36\u0A38\u0A39\u0A59-\u0A5C\u0A5E\u0A72-\u0A74\u0A85-\u0A8D\u0A8F-\u0A91\u0A93-\u0AA8\u0AAA-\u0AB0\u0AB2\u0AB3\u0AB5-\u0AB9\u0ABD\u0AD0\u0AE0\u0AE1\u0AF9\u0B05-\u0B0C\u0B0F\u0B10\u0B13-\u0B28\u0B2A-\u0B30\u0B32\u0B33\u0B35-\u0B39\u0B3D\u0B5C\u0B5D\u0B5F-\u0B61\u0B71\u0B83\u0B85-\u0B8A\u0B8E-\u0B90\u0B92-\u0B95\u0B99\u0B9A\u0B9C\u0B9E\u0B9F\u0BA3\u0BA4\u0BA8-\u0BAA\u0BAE-\u0BB9\u0BD0\u0C05-\u0C0C\u0C0E-\u0C10\u0C12-\u0C28\u0C2A-\u0C39\u0C3D\u0C58-\u0C5A\u0C60\u0C61\u0C80\u0C85-\u0C8C\u0C8E-\u0C90\u0C92-\u0CA8\u0CAA-\u0CB3\u0CB5-\u0CB9\u0CBD\u0CDE\u0CE0\u0CE1\u0CF1\u0CF2\u0D05-\u0D0C\u0D0E-\u0D10\u0D12-\u0D3A\u0D3D\u0D4E\u0D54-\u0D56\u0D5F-\u0D61\u0D7A-\u0D7F\u0D85-\u0D96\u0D9A-\u0DB1\u0DB3-\u0DBB\u0DBD\u0DC0-\u0DC6\u0E01-\u0E30\u0E32\u0E33\u0E40-\u0E46\u0E81\u0E82\u0E84\u0E87\u0E88\u0E8A\u0E8D\u0E94-\u0E97\u0E99-\u0E9F\u0EA1-\u0EA3\u0EA5\u0EA7\u0EAA\u0EAB\u0EAD-\u0EB0\u0EB2\u0EB3\u0EBD\u0EC0-\u0EC4\u0EC6\u0EDC-\u0EDF\u0F00\u0F40-\u0F47\u0F49-\u0F6C\u0F88-\u0F8C\u1000-\u102A\u103F\u1050-\u1055\u105A-\u105D\u1061\u1065\u1066\u106E-\u1070\u1075-\u1081\u108E\u10A0-\u10C5\u10C7\u10CD\u10D0-\u10FA\u10FC-\u1248\u124A-\u124D\u1250-\u1256\u1258\u125A-\u125D\u1260-\u1288\u128A-\u128D\u1290-\u12B0\u12B2-\u12B5\u12B8-\u12BE\u12C0\u12C2-\u12C5\u12C8-\u12D6\u12D8-\u1310\u1312-\u1315\u1318-\u135A\u1380-\u138F\u13A0-\u13F5\u13F8-\u13FD\u1401-\u166C\u166F-\u167F\u1681-\u169A\u16A0-\u16EA\u16EE-\u16F8\u1700-\u170C\u170E-\u1711\u1720-\u1731\u1740-\u1751\u1760-\u176C\u176E-\u1770\u1780-\u17B3\u17D7\u17DC\u1820-\u1877\u1880-\u1884\u1887-\u18A8\u18AA\u18B0-\u18F5\u1900-\u191E\u1950-\u196D\u1970-\u1974\u1980-\u19AB\u19B0-\u19C9\u1A00-\u1A16\u1A20-\u1A54\u1AA7\u1B05-\u1B33\u1B45-\u1B4B\u1B83-\u1BA0\u1BAE\u1BAF\u1BBA-\u1BE5\u1C00-\u1C23\u1C4D-\u1C4F\u1C5A-\u1C7D\u1C80-\u1C88\u1CE9-\u1CEC\u1CEE-\u1CF1\u1CF5\u1CF6\u1D00-\u1DBF\u1E00-\u1F15\u1F18-\u1F1D\u1F20-\u1F45\u1F48-\u1F4D\u1F50-\u1F57\u1F59\u1F5B\u1F5D\u1F5F-\u1F7D\u1F80-\u1FB4\u1FB6-\u1FBC\u1FBE\u1FC2-\u1FC4\u1FC6-\u1FCC\u1FD0-\u1FD3\u1FD6-\u1FDB\u1FE0-\u1FEC\u1FF2-\u1FF4\u1FF6-\u1FFC\u2071\u207F\u2090-\u209C\u2102\u2107\u210A-\u2113\u2115\u2119-\u211D\u2124\u2126\u2128\u212A-\u212D\u212F-\u2139\u213C-\u213F\u2145-\u2149\u214E\u2160-\u2188\u2C00-\u2C2E\u2C30-\u2C5E\u2C60-\u2CE4\u2CEB-\u2CEE\u2CF2\u2CF3\u2D00-\u2D25\u2D27\u2D2D\u2D30-\u2D67\u2D6F\u2D80-\u2D96\u2DA0-\u2DA6\u2DA8-\u2DAE\u2DB0-\u2DB6\u2DB8-\u2DBE\u2DC0-\u2DC6\u2DC8-\u2DCE\u2DD0-\u2DD6\u2DD8-\u2DDE\u2E2F\u3005-\u3007\u3021-\u3029\u3031-\u3035\u3038-\u303C\u3041-\u3096\u309D-\u309F\u30A1-\u30FA\u30FC-\u30FF\u3105-\u312E\u3131-\u318E\u31A0-\u31BA\u31F0-\u31FF\u3400-\u4DB5\u4E00-\u9FEA\uA000-\uA48C\uA4D0-\uA4FD\uA500-\uA60C\uA610-\uA61F\uA62A\uA62B\uA640-\uA66E\uA67F-\uA69D\uA6A0-\uA6EF\uA717-\uA71F\uA722-\uA788\uA78B-\uA7AE\uA7B0-\uA7B7\uA7F7-\uA801\uA803-\uA805\uA807-\uA80A\uA80C-\uA822\uA840-\uA873\uA882-\uA8B3\uA8F2-\uA8F7\uA8FB\uA8FD\uA90A-\uA925\uA930-\uA946\uA960-\uA97C\uA984-\uA9B2\uA9CF\uA9E0-\uA9E4\uA9E6-\uA9EF\uA9FA-\uA9FE\uAA00-\uAA28\uAA40-\uAA42\uAA44-\uAA4B\uAA60-\uAA76\uAA7A\uAA7E-\uAAAF\uAAB1\uAAB5\uAAB6\uAAB9-\uAABD\uAAC0\uAAC2\uAADB-\uAADD\uAAE0-\uAAEA\uAAF2-\uAAF4\uAB01-\uAB06\uAB09-\uAB0E\uAB11-\uAB16\uAB20-\uAB26\uAB28-\uAB2E\uAB30-\uAB5A\uAB5C-\uAB65\uAB70-\uABE2\uAC00-\uD7A3\uD7B0-\uD7C6\uD7CB-\uD7FB\uF900-\uFA6D\uFA70-\uFAD9\uFB00-\uFB06\uFB13-\uFB17\uFB1D\uFB1F-\uFB28\uFB2A-\uFB36\uFB38-\uFB3C\uFB3E\uFB40\uFB41\uFB43\uFB44\uFB46-\uFBB1\uFBD3-\uFD3D\uFD50-\uFD8F\uFD92-\uFDC7\uFDF0-\uFDFB\uFE70-\uFE74\uFE76-\uFEFC\uFF21-\uFF3A\uFF41-\uFF5A\uFF66-\uFFBE\uFFC2-\uFFC7\uFFCA-\uFFCF\uFFD2-\uFFD7\uFFDA-\uFFDC]|\uD800[\uDC00-\uDC0B\uDC0D-\uDC26\uDC28-\uDC3A\uDC3C\uDC3D\uDC3F-\uDC4D\uDC50-\uDC5D\uDC80-\uDCFA\uDD40-\uDD74\uDE80-\uDE9C\uDEA0-\uDED0\uDF00-\uDF1F\uDF2D-\uDF4A\uDF50-\uDF75\uDF80-\uDF9D\uDFA0-\uDFC3\uDFC8-\uDFCF\uDFD1-\uDFD5]|\uD801[\uDC00-\uDC9D\uDCB0-\uDCD3\uDCD8-\uDCFB\uDD00-\uDD27\uDD30-\uDD63\uDE00-\uDF36\uDF40-\uDF55\uDF60-\uDF67]|\uD802[\uDC00-\uDC05\uDC08\uDC0A-\uDC35\uDC37\uDC38\uDC3C\uDC3F-\uDC55\uDC60-\uDC76\uDC80-\uDC9E\uDCE0-\uDCF2\uDCF4\uDCF5\uDD00-\uDD15\uDD20-\uDD39\uDD80-\uDDB7\uDDBE\uDDBF\uDE00\uDE10-\uDE13\uDE15-\uDE17\uDE19-\uDE33\uDE60-\uDE7C\uDE80-\uDE9C\uDEC0-\uDEC7\uDEC9-\uDEE4\uDF00-\uDF35\uDF40-\uDF55\uDF60-\uDF72\uDF80-\uDF91]|\uD803[\uDC00-\uDC48\uDC80-\uDCB2\uDCC0-\uDCF2]|\uD804[\uDC03-\uDC37\uDC83-\uDCAF\uDCD0-\uDCE8\uDD03-\uDD26\uDD50-\uDD72\uDD76\uDD83-\uDDB2\uDDC1-\uDDC4\uDDDA\uDDDC\uDE00-\uDE11\uDE13-\uDE2B\uDE80-\uDE86\uDE88\uDE8A-\uDE8D\uDE8F-\uDE9D\uDE9F-\uDEA8\uDEB0-\uDEDE\uDF05-\uDF0C\uDF0F\uDF10\uDF13-\uDF28\uDF2A-\uDF30\uDF32\uDF33\uDF35-\uDF39\uDF3D\uDF50\uDF5D-\uDF61]|\uD805[\uDC00-\uDC34\uDC47-\uDC4A\uDC80-\uDCAF\uDCC4\uDCC5\uDCC7\uDD80-\uDDAE\uDDD8-\uDDDB\uDE00-\uDE2F\uDE44\uDE80-\uDEAA\uDF00-\uDF19]|\uD806[\uDCA0-\uDCDF\uDCFF\uDE00\uDE0B-\uDE32\uDE3A\uDE50\uDE5C-\uDE83\uDE86-\uDE89\uDEC0-\uDEF8]|\uD807[\uDC00-\uDC08\uDC0A-\uDC2E\uDC40\uDC72-\uDC8F\uDD00-\uDD06\uDD08\uDD09\uDD0B-\uDD30\uDD46]|\uD808[\uDC00-\uDF99]|\uD809[\uDC00-\uDC6E\uDC80-\uDD43]|[\uD80C\uD81C-\uD820\uD840-\uD868\uD86A-\uD86C\uD86F-\uD872\uD874-\uD879][\uDC00-\uDFFF]|\uD80D[\uDC00-\uDC2E]|\uD811[\uDC00-\uDE46]|\uD81A[\uDC00-\uDE38\uDE40-\uDE5E\uDED0-\uDEED\uDF00-\uDF2F\uDF40-\uDF43\uDF63-\uDF77\uDF7D-\uDF8F]|\uD81B[\uDF00-\uDF44\uDF50\uDF93-\uDF9F\uDFE0\uDFE1]|\uD821[\uDC00-\uDFEC]|\uD822[\uDC00-\uDEF2]|\uD82C[\uDC00-\uDD1E\uDD70-\uDEFB]|\uD82F[\uDC00-\uDC6A\uDC70-\uDC7C\uDC80-\uDC88\uDC90-\uDC99]|\uD835[\uDC00-\uDC54\uDC56-\uDC9C\uDC9E\uDC9F\uDCA2\uDCA5\uDCA6\uDCA9-\uDCAC\uDCAE-\uDCB9\uDCBB\uDCBD-\uDCC3\uDCC5-\uDD05\uDD07-\uDD0A\uDD0D-\uDD14\uDD16-\uDD1C\uDD1E-\uDD39\uDD3B-\uDD3E\uDD40-\uDD44\uDD46\uDD4A-\uDD50\uDD52-\uDEA5\uDEA8-\uDEC0\uDEC2-\uDEDA\uDEDC-\uDEFA\uDEFC-\uDF14\uDF16-\uDF34\uDF36-\uDF4E\uDF50-\uDF6E\uDF70-\uDF88\uDF8A-\uDFA8\uDFAA-\uDFC2\uDFC4-\uDFCB]|\uD83A[\uDC00-\uDCC4\uDD00-\uDD43]|\uD83B[\uDE00-\uDE03\uDE05-\uDE1F\uDE21\uDE22\uDE24\uDE27\uDE29-\uDE32\uDE34-\uDE37\uDE39\uDE3B\uDE42\uDE47\uDE49\uDE4B\uDE4D-\uDE4F\uDE51\uDE52\uDE54\uDE57\uDE59\uDE5B\uDE5D\uDE5F\uDE61\uDE62\uDE64\uDE67-\uDE6A\uDE6C-\uDE72\uDE74-\uDE77\uDE79-\uDE7C\uDE7E\uDE80-\uDE89\uDE8B-\uDE9B\uDEA1-\uDEA3\uDEA5-\uDEA9\uDEAB-\uDEBB]|\uD869[\uDC00-\uDED6\uDF00-\uDFFF]|\uD86D[\uDC00-\uDF34\uDF40-\uDFFF]|\uD86E[\uDC00-\uDC1D\uDC20-\uDFFF]|\uD873[\uDC00-\uDEA1\uDEB0-\uDFFF]|\uD87A[\uDC00-\uDFE0]|\uD87E[\uDC00-\uDE1D]/,ZS=/[\xAA\xB5\xBA\xC0-\xD6\xD8-\xF6\xF8-\u02C1\u02C6-\u02D1\u02E0-\u02E4\u02EC\u02EE\u0300-\u0374\u0376\u0377\u037A-\u037D\u037F\u0386\u0388-\u038A\u038C\u038E-\u03A1\u03A3-\u03F5\u03F7-\u0481\u0483-\u0487\u048A-\u052F\u0531-\u0556\u0559\u0561-\u0587\u0591-\u05BD\u05BF\u05C1\u05C2\u05C4\u05C5\u05C7\u05D0-\u05EA\u05F0-\u05F2\u0610-\u061A\u0620-\u0669\u066E-\u06D3\u06D5-\u06DC\u06DF-\u06E8\u06EA-\u06FC\u06FF\u0710-\u074A\u074D-\u07B1\u07C0-\u07F5\u07FA\u0800-\u082D\u0840-\u085B\u0860-\u086A\u08A0-\u08B4\u08B6-\u08BD\u08D4-\u08E1\u08E3-\u0963\u0966-\u096F\u0971-\u0983\u0985-\u098C\u098F\u0990\u0993-\u09A8\u09AA-\u09B0\u09B2\u09B6-\u09B9\u09BC-\u09C4\u09C7\u09C8\u09CB-\u09CE\u09D7\u09DC\u09DD\u09DF-\u09E3\u09E6-\u09F1\u09FC\u0A01-\u0A03\u0A05-\u0A0A\u0A0F\u0A10\u0A13-\u0A28\u0A2A-\u0A30\u0A32\u0A33\u0A35\u0A36\u0A38\u0A39\u0A3C\u0A3E-\u0A42\u0A47\u0A48\u0A4B-\u0A4D\u0A51\u0A59-\u0A5C\u0A5E\u0A66-\u0A75\u0A81-\u0A83\u0A85-\u0A8D\u0A8F-\u0A91\u0A93-\u0AA8\u0AAA-\u0AB0\u0AB2\u0AB3\u0AB5-\u0AB9\u0ABC-\u0AC5\u0AC7-\u0AC9\u0ACB-\u0ACD\u0AD0\u0AE0-\u0AE3\u0AE6-\u0AEF\u0AF9-\u0AFF\u0B01-\u0B03\u0B05-\u0B0C\u0B0F\u0B10\u0B13-\u0B28\u0B2A-\u0B30\u0B32\u0B33\u0B35-\u0B39\u0B3C-\u0B44\u0B47\u0B48\u0B4B-\u0B4D\u0B56\u0B57\u0B5C\u0B5D\u0B5F-\u0B63\u0B66-\u0B6F\u0B71\u0B82\u0B83\u0B85-\u0B8A\u0B8E-\u0B90\u0B92-\u0B95\u0B99\u0B9A\u0B9C\u0B9E\u0B9F\u0BA3\u0BA4\u0BA8-\u0BAA\u0BAE-\u0BB9\u0BBE-\u0BC2\u0BC6-\u0BC8\u0BCA-\u0BCD\u0BD0\u0BD7\u0BE6-\u0BEF\u0C00-\u0C03\u0C05-\u0C0C\u0C0E-\u0C10\u0C12-\u0C28\u0C2A-\u0C39\u0C3D-\u0C44\u0C46-\u0C48\u0C4A-\u0C4D\u0C55\u0C56\u0C58-\u0C5A\u0C60-\u0C63\u0C66-\u0C6F\u0C80-\u0C83\u0C85-\u0C8C\u0C8E-\u0C90\u0C92-\u0CA8\u0CAA-\u0CB3\u0CB5-\u0CB9\u0CBC-\u0CC4\u0CC6-\u0CC8\u0CCA-\u0CCD\u0CD5\u0CD6\u0CDE\u0CE0-\u0CE3\u0CE6-\u0CEF\u0CF1\u0CF2\u0D00-\u0D03\u0D05-\u0D0C\u0D0E-\u0D10\u0D12-\u0D44\u0D46-\u0D48\u0D4A-\u0D4E\u0D54-\u0D57\u0D5F-\u0D63\u0D66-\u0D6F\u0D7A-\u0D7F\u0D82\u0D83\u0D85-\u0D96\u0D9A-\u0DB1\u0DB3-\u0DBB\u0DBD\u0DC0-\u0DC6\u0DCA\u0DCF-\u0DD4\u0DD6\u0DD8-\u0DDF\u0DE6-\u0DEF\u0DF2\u0DF3\u0E01-\u0E3A\u0E40-\u0E4E\u0E50-\u0E59\u0E81\u0E82\u0E84\u0E87\u0E88\u0E8A\u0E8D\u0E94-\u0E97\u0E99-\u0E9F\u0EA1-\u0EA3\u0EA5\u0EA7\u0EAA\u0EAB\u0EAD-\u0EB9\u0EBB-\u0EBD\u0EC0-\u0EC4\u0EC6\u0EC8-\u0ECD\u0ED0-\u0ED9\u0EDC-\u0EDF\u0F00\u0F18\u0F19\u0F20-\u0F29\u0F35\u0F37\u0F39\u0F3E-\u0F47\u0F49-\u0F6C\u0F71-\u0F84\u0F86-\u0F97\u0F99-\u0FBC\u0FC6\u1000-\u1049\u1050-\u109D\u10A0-\u10C5\u10C7\u10CD\u10D0-\u10FA\u10FC-\u1248\u124A-\u124D\u1250-\u1256\u1258\u125A-\u125D\u1260-\u1288\u128A-\u128D\u1290-\u12B0\u12B2-\u12B5\u12B8-\u12BE\u12C0\u12C2-\u12C5\u12C8-\u12D6\u12D8-\u1310\u1312-\u1315\u1318-\u135A\u135D-\u135F\u1380-\u138F\u13A0-\u13F5\u13F8-\u13FD\u1401-\u166C\u166F-\u167F\u1681-\u169A\u16A0-\u16EA\u16EE-\u16F8\u1700-\u170C\u170E-\u1714\u1720-\u1734\u1740-\u1753\u1760-\u176C\u176E-\u1770\u1772\u1773\u1780-\u17D3\u17D7\u17DC\u17DD\u17E0-\u17E9\u180B-\u180D\u1810-\u1819\u1820-\u1877\u1880-\u18AA\u18B0-\u18F5\u1900-\u191E\u1920-\u192B\u1930-\u193B\u1946-\u196D\u1970-\u1974\u1980-\u19AB\u19B0-\u19C9\u19D0-\u19D9\u1A00-\u1A1B\u1A20-\u1A5E\u1A60-\u1A7C\u1A7F-\u1A89\u1A90-\u1A99\u1AA7\u1AB0-\u1ABD\u1B00-\u1B4B\u1B50-\u1B59\u1B6B-\u1B73\u1B80-\u1BF3\u1C00-\u1C37\u1C40-\u1C49\u1C4D-\u1C7D\u1C80-\u1C88\u1CD0-\u1CD2\u1CD4-\u1CF9\u1D00-\u1DF9\u1DFB-\u1F15\u1F18-\u1F1D\u1F20-\u1F45\u1F48-\u1F4D\u1F50-\u1F57\u1F59\u1F5B\u1F5D\u1F5F-\u1F7D\u1F80-\u1FB4\u1FB6-\u1FBC\u1FBE\u1FC2-\u1FC4\u1FC6-\u1FCC\u1FD0-\u1FD3\u1FD6-\u1FDB\u1FE0-\u1FEC\u1FF2-\u1FF4\u1FF6-\u1FFC\u203F\u2040\u2054\u2071\u207F\u2090-\u209C\u20D0-\u20DC\u20E1\u20E5-\u20F0\u2102\u2107\u210A-\u2113\u2115\u2119-\u211D\u2124\u2126\u2128\u212A-\u212D\u212F-\u2139\u213C-\u213F\u2145-\u2149\u214E\u2160-\u2188\u2C00-\u2C2E\u2C30-\u2C5E\u2C60-\u2CE4\u2CEB-\u2CF3\u2D00-\u2D25\u2D27\u2D2D\u2D30-\u2D67\u2D6F\u2D7F-\u2D96\u2DA0-\u2DA6\u2DA8-\u2DAE\u2DB0-\u2DB6\u2DB8-\u2DBE\u2DC0-\u2DC6\u2DC8-\u2DCE\u2DD0-\u2DD6\u2DD8-\u2DDE\u2DE0-\u2DFF\u2E2F\u3005-\u3007\u3021-\u302F\u3031-\u3035\u3038-\u303C\u3041-\u3096\u3099\u309A\u309D-\u309F\u30A1-\u30FA\u30FC-\u30FF\u3105-\u312E\u3131-\u318E\u31A0-\u31BA\u31F0-\u31FF\u3400-\u4DB5\u4E00-\u9FEA\uA000-\uA48C\uA4D0-\uA4FD\uA500-\uA60C\uA610-\uA62B\uA640-\uA66F\uA674-\uA67D\uA67F-\uA6F1\uA717-\uA71F\uA722-\uA788\uA78B-\uA7AE\uA7B0-\uA7B7\uA7F7-\uA827\uA840-\uA873\uA880-\uA8C5\uA8D0-\uA8D9\uA8E0-\uA8F7\uA8FB\uA8FD\uA900-\uA92D\uA930-\uA953\uA960-\uA97C\uA980-\uA9C0\uA9CF-\uA9D9\uA9E0-\uA9FE\uAA00-\uAA36\uAA40-\uAA4D\uAA50-\uAA59\uAA60-\uAA76\uAA7A-\uAAC2\uAADB-\uAADD\uAAE0-\uAAEF\uAAF2-\uAAF6\uAB01-\uAB06\uAB09-\uAB0E\uAB11-\uAB16\uAB20-\uAB26\uAB28-\uAB2E\uAB30-\uAB5A\uAB5C-\uAB65\uAB70-\uABEA\uABEC\uABED\uABF0-\uABF9\uAC00-\uD7A3\uD7B0-\uD7C6\uD7CB-\uD7FB\uF900-\uFA6D\uFA70-\uFAD9\uFB00-\uFB06\uFB13-\uFB17\uFB1D-\uFB28\uFB2A-\uFB36\uFB38-\uFB3C\uFB3E\uFB40\uFB41\uFB43\uFB44\uFB46-\uFBB1\uFBD3-\uFD3D\uFD50-\uFD8F\uFD92-\uFDC7\uFDF0-\uFDFB\uFE00-\uFE0F\uFE20-\uFE2F\uFE33\uFE34\uFE4D-\uFE4F\uFE70-\uFE74\uFE76-\uFEFC\uFF10-\uFF19\uFF21-\uFF3A\uFF3F\uFF41-\uFF5A\uFF66-\uFFBE\uFFC2-\uFFC7\uFFCA-\uFFCF\uFFD2-\uFFD7\uFFDA-\uFFDC]|\uD800[\uDC00-\uDC0B\uDC0D-\uDC26\uDC28-\uDC3A\uDC3C\uDC3D\uDC3F-\uDC4D\uDC50-\uDC5D\uDC80-\uDCFA\uDD40-\uDD74\uDDFD\uDE80-\uDE9C\uDEA0-\uDED0\uDEE0\uDF00-\uDF1F\uDF2D-\uDF4A\uDF50-\uDF7A\uDF80-\uDF9D\uDFA0-\uDFC3\uDFC8-\uDFCF\uDFD1-\uDFD5]|\uD801[\uDC00-\uDC9D\uDCA0-\uDCA9\uDCB0-\uDCD3\uDCD8-\uDCFB\uDD00-\uDD27\uDD30-\uDD63\uDE00-\uDF36\uDF40-\uDF55\uDF60-\uDF67]|\uD802[\uDC00-\uDC05\uDC08\uDC0A-\uDC35\uDC37\uDC38\uDC3C\uDC3F-\uDC55\uDC60-\uDC76\uDC80-\uDC9E\uDCE0-\uDCF2\uDCF4\uDCF5\uDD00-\uDD15\uDD20-\uDD39\uDD80-\uDDB7\uDDBE\uDDBF\uDE00-\uDE03\uDE05\uDE06\uDE0C-\uDE13\uDE15-\uDE17\uDE19-\uDE33\uDE38-\uDE3A\uDE3F\uDE60-\uDE7C\uDE80-\uDE9C\uDEC0-\uDEC7\uDEC9-\uDEE6\uDF00-\uDF35\uDF40-\uDF55\uDF60-\uDF72\uDF80-\uDF91]|\uD803[\uDC00-\uDC48\uDC80-\uDCB2\uDCC0-\uDCF2]|\uD804[\uDC00-\uDC46\uDC66-\uDC6F\uDC7F-\uDCBA\uDCD0-\uDCE8\uDCF0-\uDCF9\uDD00-\uDD34\uDD36-\uDD3F\uDD50-\uDD73\uDD76\uDD80-\uDDC4\uDDCA-\uDDCC\uDDD0-\uDDDA\uDDDC\uDE00-\uDE11\uDE13-\uDE37\uDE3E\uDE80-\uDE86\uDE88\uDE8A-\uDE8D\uDE8F-\uDE9D\uDE9F-\uDEA8\uDEB0-\uDEEA\uDEF0-\uDEF9\uDF00-\uDF03\uDF05-\uDF0C\uDF0F\uDF10\uDF13-\uDF28\uDF2A-\uDF30\uDF32\uDF33\uDF35-\uDF39\uDF3C-\uDF44\uDF47\uDF48\uDF4B-\uDF4D\uDF50\uDF57\uDF5D-\uDF63\uDF66-\uDF6C\uDF70-\uDF74]|\uD805[\uDC00-\uDC4A\uDC50-\uDC59\uDC80-\uDCC5\uDCC7\uDCD0-\uDCD9\uDD80-\uDDB5\uDDB8-\uDDC0\uDDD8-\uDDDD\uDE00-\uDE40\uDE44\uDE50-\uDE59\uDE80-\uDEB7\uDEC0-\uDEC9\uDF00-\uDF19\uDF1D-\uDF2B\uDF30-\uDF39]|\uD806[\uDCA0-\uDCE9\uDCFF\uDE00-\uDE3E\uDE47\uDE50-\uDE83\uDE86-\uDE99\uDEC0-\uDEF8]|\uD807[\uDC00-\uDC08\uDC0A-\uDC36\uDC38-\uDC40\uDC50-\uDC59\uDC72-\uDC8F\uDC92-\uDCA7\uDCA9-\uDCB6\uDD00-\uDD06\uDD08\uDD09\uDD0B-\uDD36\uDD3A\uDD3C\uDD3D\uDD3F-\uDD47\uDD50-\uDD59]|\uD808[\uDC00-\uDF99]|\uD809[\uDC00-\uDC6E\uDC80-\uDD43]|[\uD80C\uD81C-\uD820\uD840-\uD868\uD86A-\uD86C\uD86F-\uD872\uD874-\uD879][\uDC00-\uDFFF]|\uD80D[\uDC00-\uDC2E]|\uD811[\uDC00-\uDE46]|\uD81A[\uDC00-\uDE38\uDE40-\uDE5E\uDE60-\uDE69\uDED0-\uDEED\uDEF0-\uDEF4\uDF00-\uDF36\uDF40-\uDF43\uDF50-\uDF59\uDF63-\uDF77\uDF7D-\uDF8F]|\uD81B[\uDF00-\uDF44\uDF50-\uDF7E\uDF8F-\uDF9F\uDFE0\uDFE1]|\uD821[\uDC00-\uDFEC]|\uD822[\uDC00-\uDEF2]|\uD82C[\uDC00-\uDD1E\uDD70-\uDEFB]|\uD82F[\uDC00-\uDC6A\uDC70-\uDC7C\uDC80-\uDC88\uDC90-\uDC99\uDC9D\uDC9E]|\uD834[\uDD65-\uDD69\uDD6D-\uDD72\uDD7B-\uDD82\uDD85-\uDD8B\uDDAA-\uDDAD\uDE42-\uDE44]|\uD835[\uDC00-\uDC54\uDC56-\uDC9C\uDC9E\uDC9F\uDCA2\uDCA5\uDCA6\uDCA9-\uDCAC\uDCAE-\uDCB9\uDCBB\uDCBD-\uDCC3\uDCC5-\uDD05\uDD07-\uDD0A\uDD0D-\uDD14\uDD16-\uDD1C\uDD1E-\uDD39\uDD3B-\uDD3E\uDD40-\uDD44\uDD46\uDD4A-\uDD50\uDD52-\uDEA5\uDEA8-\uDEC0\uDEC2-\uDEDA\uDEDC-\uDEFA\uDEFC-\uDF14\uDF16-\uDF34\uDF36-\uDF4E\uDF50-\uDF6E\uDF70-\uDF88\uDF8A-\uDFA8\uDFAA-\uDFC2\uDFC4-\uDFCB\uDFCE-\uDFFF]|\uD836[\uDE00-\uDE36\uDE3B-\uDE6C\uDE75\uDE84\uDE9B-\uDE9F\uDEA1-\uDEAF]|\uD838[\uDC00-\uDC06\uDC08-\uDC18\uDC1B-\uDC21\uDC23\uDC24\uDC26-\uDC2A]|\uD83A[\uDC00-\uDCC4\uDCD0-\uDCD6\uDD00-\uDD4A\uDD50-\uDD59]|\uD83B[\uDE00-\uDE03\uDE05-\uDE1F\uDE21\uDE22\uDE24\uDE27\uDE29-\uDE32\uDE34-\uDE37\uDE39\uDE3B\uDE42\uDE47\uDE49\uDE4B\uDE4D-\uDE4F\uDE51\uDE52\uDE54\uDE57\uDE59\uDE5B\uDE5D\uDE5F\uDE61\uDE62\uDE64\uDE67-\uDE6A\uDE6C-\uDE72\uDE74-\uDE77\uDE79-\uDE7C\uDE7E\uDE80-\uDE89\uDE8B-\uDE9B\uDEA1-\uDEA3\uDEA5-\uDEA9\uDEAB-\uDEBB]|\uD869[\uDC00-\uDED6\uDF00-\uDFFF]|\uD86D[\uDC00-\uDF34\uDF40-\uDFFF]|\uD86E[\uDC00-\uDC1D\uDC20-\uDFFF]|\uD873[\uDC00-\uDEA1\uDEB0-\uDFFF]|\uD87A[\uDC00-\uDFE0]|\uD87E[\uDC00-\uDE1D]|\uDB40[\uDD00-\uDDEF]/,Wd={Space_Separator:YS,ID_Start:QS,ID_Continue:ZS},Et={isSpaceSeparator(t){return typeof t=="string"&&Wd.Space_Separator.test(t)},isIdStartChar(t){return typeof t=="string"&&(t>="a"&&t<="z"||t>="A"&&t<="Z"||t==="$"||t==="_"||Wd.ID_Start.test(t))},isIdContinueChar(t){return typeof t=="string"&&(t>="a"&&t<="z"||t>="A"&&t<="Z"||t>="0"&&t<="9"||t==="$"||t==="_"||t==="\u200C"||t==="\u200D"||Wd.ID_Continue.test(t))},isDigit(t){return typeof t=="string"&&/[0-9]/.test(t)},isHexDigit(t){return typeof t=="string"&&/[0-9A-Fa-f]/.test(t)}},Gd,ln,Pr,Fu,Zr,Gn,Nt,Yd,Uo,JS=function(t,e){Gd=String(t),ln="start",Pr=[],Fu=0,Zr=1,Gn=0,Nt=void 0,Yd=void 0,Uo=void 0;do Nt=XS(),nx[ln]();while(Nt.type!=="eof");return typeof e=="function"?Vd({"":Uo},"",e):Uo};function Vd(t,e,n){let r=t[e];if(r!=null&&typeof r=="object")if(Array.isArray(r))for(let a=0;a0;){let n=Lr();if(!Et.isHexDigit(n))throw ct(K());t+=K()}return String.fromCodePoint(parseInt(t,16))}var nx={start(){if(Nt.type==="eof")throw Ua();Kd()},beforePropertyName(){switch(Nt.type){case"identifier":case"string":Yd=Nt.value,ln="afterPropertyName";return;case"punctuator":_u();return;case"eof":throw Ua()}},afterPropertyName(){if(Nt.type==="eof")throw Ua();ln="beforePropertyValue"},beforePropertyValue(){if(Nt.type==="eof")throw Ua();Kd()},beforeArrayValue(){if(Nt.type==="eof")throw Ua();if(Nt.type==="punctuator"&&Nt.value==="]"){_u();return}Kd()},afterPropertyValue(){if(Nt.type==="eof")throw Ua();switch(Nt.value){case",":ln="beforePropertyName";return;case"}":_u()}},afterArrayValue(){if(Nt.type==="eof")throw Ua();switch(Nt.value){case",":ln="beforeArrayValue";return;case"]":_u()}},end(){}};function Kd(){let t;switch(Nt.type){case"punctuator":switch(Nt.value){case"{":t={};break;case"[":t=[];break}break;case"null":case"boolean":case"numeric":case"string":t=Nt.value;break}if(Uo===void 0)Uo=t;else{let e=Pr[Pr.length-1];Array.isArray(e)?e.push(t):Object.defineProperty(e,Yd,{value:t,writable:!0,enumerable:!0,configurable:!0})}if(t!==null&&typeof t=="object")Pr.push(t),Array.isArray(t)?ln="beforeArrayValue":ln="beforePropertyName";else{let e=Pr[Pr.length-1];e==null?ln="end":Array.isArray(e)?ln="afterArrayValue":ln="afterPropertyValue"}}function _u(){Pr.pop();let t=Pr[Pr.length-1];t==null?ln="end":Array.isArray(t)?ln="afterArrayValue":ln="afterPropertyValue"}function ct(t){return Qd(t===void 0?`JSON5: invalid end of input at ${Zr}:${Gn}`:`JSON5: invalid character '${rx(t)}' at ${Zr}:${Gn}`)}function Ua(){return Qd(`JSON5: invalid end of input at ${Zr}:${Gn}`)}function T4(){return Gn-=5,Qd(`JSON5: invalid identifier character at ${Zr}:${Gn}`)}function rx(t){let e={"'":"\\'",'"':'\\"',"\\":"\\\\","\b":"\\b","\f":"\\f","\n":"\\n","\r":"\\r"," ":"\\t","\v":"\\v","\0":"\\0","\u2028":"\\u2028","\u2029":"\\u2029"};if(e[t])return e[t];if(t<" "){let n=t.charCodeAt(0).toString(16);return"\\x"+("00"+n).substring(n.length)}return t}function Qd(t){let e=new SyntaxError(t);return e.lineNumber=Zr,e.columnNumber=Gn,e}var ax=function(t,e,n){let r=[],a="",i,o,s="",u;if(e!=null&&typeof e=="object"&&!Array.isArray(e)&&(n=e.space,u=e.quote,e=e.replacer),typeof e=="function")o=e;else if(Array.isArray(e)){i=[];for(let f of e){let T;typeof f=="string"?T=f:(typeof f=="number"||f instanceof String||f instanceof Number)&&(T=String(f)),T!==void 0&&i.indexOf(T)<0&&i.push(T)}}return n instanceof Number?n=Number(n):n instanceof String&&(n=String(n)),typeof n=="number"?n>0&&(n=Math.min(10,Math.floor(n)),s=" ".substr(0,n)):typeof n=="string"&&(s=n.substr(0,10)),l("",{"":t});function l(f,T){let b=T[f];switch(b!=null&&(typeof b.toJSON5=="function"?b=b.toJSON5(f):typeof b.toJSON=="function"&&(b=b.toJSON(f))),o&&(b=o.call(T,f,b)),b instanceof Number?b=Number(b):b instanceof String?b=String(b):b instanceof Boolean&&(b=b.valueOf()),b){case null:return"null";case!0:return"true";case!1:return"false"}if(typeof b=="string")return c(b,!1);if(typeof b=="number")return String(b);if(typeof b=="object")return Array.isArray(b)?m(b):p(b)}function c(f){let T={"'":.1,'"':.2},b={"'":"\\'",'"':'\\"',"\\":"\\\\","\b":"\\b","\f":"\\f","\n":"\\n","\r":"\\r"," ":"\\t","\v":"\\v","\0":"\\0","\u2028":"\\u2028","\u2029":"\\u2029"},h="";for(let D=0;DT[D]=0)throw TypeError("Converting circular structure to JSON5");r.push(f);let T=a;a=a+s;let b=i||Object.keys(f),h=[];for(let D of b){let M=l(D,f);if(M!==void 0){let B=g(D)+":";s!==""&&(B+=" "),B+=M,h.push(B)}}let C;if(h.length===0)C="{}";else{let D;if(s==="")D=h.join(","),C="{"+D+"}";else{let M=`, +`&&K(),"";case"1":case"2":case"3":case"4":case"5":case"6":case"7":case"8":case"9":throw ct(K());case void 0:throw ct(K())}return K()}function tx(){let t="",e=Lr();if(!Et.isHexDigit(e)||(t+=K(),e=Lr(),!Et.isHexDigit(e)))throw ct(K());return t+=K(),String.fromCodePoint(parseInt(t,16))}function $d(){let t="",e=4;for(;e-- >0;){let n=Lr();if(!Et.isHexDigit(n))throw ct(K());t+=K()}return String.fromCodePoint(parseInt(t,16))}var nx={start(){if(Nt.type==="eof")throw Ua();Kd()},beforePropertyName(){switch(Nt.type){case"identifier":case"string":Yd=Nt.value,ln="afterPropertyName";return;case"punctuator":_u();return;case"eof":throw Ua()}},afterPropertyName(){if(Nt.type==="eof")throw Ua();ln="beforePropertyValue"},beforePropertyValue(){if(Nt.type==="eof")throw Ua();Kd()},beforeArrayValue(){if(Nt.type==="eof")throw Ua();if(Nt.type==="punctuator"&&Nt.value==="]"){_u();return}Kd()},afterPropertyValue(){if(Nt.type==="eof")throw Ua();switch(Nt.value){case",":ln="beforePropertyName";return;case"}":_u()}},afterArrayValue(){if(Nt.type==="eof")throw Ua();switch(Nt.value){case",":ln="beforeArrayValue";return;case"]":_u()}},end(){}};function Kd(){let t;switch(Nt.type){case"punctuator":switch(Nt.value){case"{":t={};break;case"[":t=[];break}break;case"null":case"boolean":case"numeric":case"string":t=Nt.value;break}if(Uo===void 0)Uo=t;else{let e=Pr[Pr.length-1];Array.isArray(e)?e.push(t):Object.defineProperty(e,Yd,{value:t,writable:!0,enumerable:!0,configurable:!0})}if(t!==null&&typeof t=="object")Pr.push(t),Array.isArray(t)?ln="beforeArrayValue":ln="beforePropertyName";else{let e=Pr[Pr.length-1];e==null?ln="end":Array.isArray(e)?ln="afterArrayValue":ln="afterPropertyValue"}}function _u(){Pr.pop();let t=Pr[Pr.length-1];t==null?ln="end":Array.isArray(t)?ln="afterArrayValue":ln="afterPropertyValue"}function ct(t){return Qd(t===void 0?`JSON5: invalid end of input at ${Zr}:${Gn}`:`JSON5: invalid character '${rx(t)}' at ${Zr}:${Gn}`)}function Ua(){return Qd(`JSON5: invalid end of input at ${Zr}:${Gn}`)}function T4(){return Gn-=5,Qd(`JSON5: invalid identifier character at ${Zr}:${Gn}`)}function rx(t){let e={"'":"\\'",'"':'\\"',"\\":"\\\\","\b":"\\b","\f":"\\f","\n":"\\n","\r":"\\r"," ":"\\t","\v":"\\v","\0":"\\0","\u2028":"\\u2028","\u2029":"\\u2029"};if(e[t])return e[t];if(t<" "){let n=t.charCodeAt(0).toString(16);return"\\x"+("00"+n).substring(n.length)}return t}function Qd(t){let e=new SyntaxError(t);return e.lineNumber=Zr,e.columnNumber=Gn,e}var ax=function(t,e,n){let r=[],a="",i,o,s="",u;if(e!=null&&typeof e=="object"&&!Array.isArray(e)&&(n=e.space,u=e.quote,e=e.replacer),typeof e=="function")o=e;else if(Array.isArray(e)){i=[];for(let f of e){let T;typeof f=="string"?T=f:(typeof f=="number"||f instanceof String||f instanceof Number)&&(T=String(f)),T!==void 0&&i.indexOf(T)<0&&i.push(T)}}return n instanceof Number?n=Number(n):n instanceof String&&(n=String(n)),typeof n=="number"?n>0&&(n=Math.min(10,Math.floor(n)),s=" ".substr(0,n)):typeof n=="string"&&(s=n.substr(0,10)),l("",{"":t});function l(f,T){let b=T[f];switch(b!=null&&(typeof b.toJSON5=="function"?b=b.toJSON5(f):typeof b.toJSON=="function"&&(b=b.toJSON(f))),o&&(b=o.call(T,f,b)),b instanceof Number?b=Number(b):b instanceof String?b=String(b):b instanceof Boolean&&(b=b.valueOf()),b){case null:return"null";case!0:return"true";case!1:return"false"}if(typeof b=="string")return c(b,!1);if(typeof b=="number")return String(b);if(typeof b=="object")return Array.isArray(b)?g(b):p(b)}function c(f){let T={"'":.1,'"':.2},b={"'":"\\'",'"':'\\"',"\\":"\\\\","\b":"\\b","\f":"\\f","\n":"\\n","\r":"\\r"," ":"\\t","\v":"\\v","\0":"\\0","\u2028":"\\u2028","\u2029":"\\u2029"},h="";for(let D=0;DT[D]=0)throw TypeError("Converting circular structure to JSON5");r.push(f);let T=a;a=a+s;let b=i||Object.keys(f),h=[];for(let D of b){let M=l(D,f);if(M!==void 0){let B=m(D)+":";s!==""&&(B+=" "),B+=M,h.push(B)}}let C;if(h.length===0)C="{}";else{let D;if(s==="")D=h.join(","),C="{"+D+"}";else{let M=`, `+a;D=h.join(M),C=`{ `+a+D+`, -`+T+"}"}}return r.pop(),a=T,C}function g(f){if(f.length===0)return c(f,!0);let T=String.fromCodePoint(f.codePointAt(0));if(!Et.isIdStartChar(T))return c(f,!0);for(let b=T.length;b=0)throw TypeError("Converting circular structure to JSON5");r.push(f);let T=a;a=a+s;let b=[];for(let C=0;C=0)throw TypeError("Converting circular structure to JSON5");r.push(f);let T=a;a=a+s;let b=[];for(let C=0;C()=>(e||t((e={exports:{}}).exports,e),e.exports),mx=(t,e)=>{for(var n in e)Jd(t,n,{get:e[n],enumerable:!0})},Zd=(t,e,n,r)=>{if(e&&typeof e=="object"||typeof e=="function")for(let a of cx(e))!px.call(t,a)&&a!==n&&Jd(t,a,{get:()=>e[a],enumerable:!(r=lx(e,a))||r.enumerable});return t},fx=(t,e,n)=>(Zd(t,e,"default"),n&&Zd(n,e,"default")),S4=(t,e,n)=>(n=t!=null?ux(dx(t)):{},Zd(e||!t||!t.__esModule?Jd(n,"default",{value:t,enumerable:!0}):n,t)),x4=gx((t,e)=>{var n="Expected a function",r=NaN,a="[object Symbol]",i=/^\s+|\s+$/g,o=/^[-+]0x[0-9a-f]+$/i,s=/^0b[01]+$/i,u=/^0o[0-7]+$/i,l=parseInt,c=typeof Bu=="object"&&Bu&&Bu.Object===Object&&Bu,p=typeof self=="object"&&self&&self.Object===Object&&self,g=c||p||Function("return this")(),m=Object.prototype,f=m.toString,T=Math.max,b=Math.min,h=function(){return g.Date.now()};function C(_,k,v){var I,F,L,U,N,q,A=0,E=!1,P=!1,O=!0;if(typeof _!="function")throw new TypeError(n);k=y(k)||0,M(v)&&(E=!!v.leading,P="maxWait"in v,L=P?T(y(v.maxWait)||0,k):L,O="trailing"in v?!!v.trailing:O);function H(te){var Y=I,Te=F;return I=F=void 0,A=te,U=_.apply(Te,Y),U}function j(te){return A=te,N=setTimeout(se,k),E?H(te):U}function W(te){var Y=te-q,Te=te-A,ae=k-Y;return P?b(ae,L-Te):ae}function V(te){var Y=te-q,Te=te-A;return q===void 0||Y>=k||Y<0||P&&Te>=L}function se(){var te=h();if(V(te))return X(te);N=setTimeout(se,W(te))}function X(te){return N=void 0,O&&I?H(te):(I=F=void 0,U)}function Z(){N!==void 0&&clearTimeout(N),A=0,I=q=F=N=void 0}function ue(){return N===void 0?U:X(h())}function ge(){var te=h(),Y=V(te);if(I=arguments,F=this,q=te,Y){if(N===void 0)return j(q);if(P)return N=setTimeout(se,k),H(q)}return N===void 0&&(N=setTimeout(se,k)),U}return ge.cancel=Z,ge.flush=ue,ge}function D(_,k,v){var I=!0,F=!0;if(typeof _!="function")throw new TypeError(n);return M(v)&&(I="leading"in v?!!v.leading:I,F="trailing"in v?!!v.trailing:F),C(_,k,{leading:I,maxWait:k,trailing:F})}function M(_){var k=typeof _;return!!_&&(k=="object"||k=="function")}function B(_){return!!_&&typeof _=="object"}function S(_){return typeof _=="symbol"||B(_)&&f.call(_)==a}function y(_){if(typeof _=="number")return _;if(S(_))return r;if(M(_)){var k=typeof _.valueOf=="function"?_.valueOf():_;_=M(k)?k+"":k}if(typeof _!="string")return _===0?_:+_;_=_.replace(i,"");var v=s.test(_);return v||u.test(_)?l(_.slice(2),v?2:8):o.test(_)?r:+_}e.exports=D}),E4={};mx(E4,{default:()=>Vn});var hx=S4(x4());fx(E4,S4(x4()));var{default:v4,...bx}=hx,Vn=v4!==void 0?v4:bx;d();d();var Iu=globalThis||(typeof window<"u"?window:self),Tx=Object.create,e0=Object.defineProperty,yx=Object.getOwnPropertyDescriptor,vx=Object.getOwnPropertyNames,Sx=Object.getPrototypeOf,xx=Object.prototype.hasOwnProperty,Ex=(t,e)=>()=>(e||t((e={exports:{}}).exports,e),e.exports),Cx=(t,e)=>{for(var n in e)e0(t,n,{get:e[n],enumerable:!0})},Xd=(t,e,n,r)=>{if(e&&typeof e=="object"||typeof e=="function")for(let a of vx(e))!xx.call(t,a)&&a!==n&&e0(t,a,{get:()=>e[a],enumerable:!(r=yx(e,a))||r.enumerable});return t},wx=(t,e,n)=>(Xd(t,e,"default"),n&&Xd(n,e,"default")),w4=(t,e,n)=>(n=t!=null?Tx(Sx(t)):{},Xd(e||!t||!t.__esModule?e0(n,"default",{value:t,enumerable:!0}):n,t)),D4=Ex((t,e)=>{var n="Expected a function",r=NaN,a="[object Symbol]",i=/^\s+|\s+$/g,o=/^[-+]0x[0-9a-f]+$/i,s=/^0b[01]+$/i,u=/^0o[0-7]+$/i,l=parseInt,c=typeof Iu=="object"&&Iu&&Iu.Object===Object&&Iu,p=typeof self=="object"&&self&&self.Object===Object&&self,g=c||p||Function("return this")(),m=Object.prototype,f=m.toString,T=Math.max,b=Math.min,h=function(){return g.Date.now()};function C(y,_,k){var v,I,F,L,U,N,q=0,A=!1,E=!1,P=!0;if(typeof y!="function")throw new TypeError(n);_=S(_)||0,D(k)&&(A=!!k.leading,E="maxWait"in k,F=E?T(S(k.maxWait)||0,_):F,P="trailing"in k?!!k.trailing:P);function O(ge){var te=v,Y=I;return v=I=void 0,q=ge,L=y.apply(Y,te),L}function H(ge){return q=ge,U=setTimeout(V,_),A?O(ge):L}function j(ge){var te=ge-N,Y=ge-q,Te=_-te;return E?b(Te,F-Y):Te}function W(ge){var te=ge-N,Y=ge-q;return N===void 0||te>=_||te<0||E&&Y>=F}function V(){var ge=h();if(W(ge))return se(ge);U=setTimeout(V,j(ge))}function se(ge){return U=void 0,P&&v?O(ge):(v=I=void 0,L)}function X(){U!==void 0&&clearTimeout(U),q=0,v=N=I=U=void 0}function Z(){return U===void 0?L:se(h())}function ue(){var ge=h(),te=W(ge);if(v=arguments,I=this,N=ge,te){if(U===void 0)return H(N);if(E)return U=setTimeout(V,_),O(N)}return U===void 0&&(U=setTimeout(V,_)),L}return ue.cancel=X,ue.flush=Z,ue}function D(y){var _=typeof y;return!!y&&(_=="object"||_=="function")}function M(y){return!!y&&typeof y=="object"}function B(y){return typeof y=="symbol"||M(y)&&f.call(y)==a}function S(y){if(typeof y=="number")return y;if(B(y))return r;if(D(y)){var _=typeof y.valueOf=="function"?y.valueOf():y;y=D(_)?_+"":_}if(typeof y!="string")return y===0?y:+y;y=y.replace(i,"");var k=s.test(y);return k||u.test(y)?l(y.slice(2),k?2:8):o.test(y)?r:+y}e.exports=C}),A4={};Cx(A4,{default:()=>qo});var Dx=w4(D4());wx(A4,w4(D4()));var{default:C4,...Ax}=Dx,qo=C4!==void 0?C4:Ax;d();d();var kx=Object.create,n0=Object.defineProperty,Px=Object.getOwnPropertyDescriptor,Lx=Object.getOwnPropertyNames,_x=Object.getPrototypeOf,Fx=Object.prototype.hasOwnProperty,Mx=(t,e)=>()=>(e||t((e={exports:{}}).exports,e),e.exports),Bx=(t,e)=>{for(var n in e)n0(t,n,{get:e[n],enumerable:!0})},t0=(t,e,n,r)=>{if(e&&typeof e=="object"||typeof e=="function")for(let a of Lx(e))!Fx.call(t,a)&&a!==n&&n0(t,a,{get:()=>e[a],enumerable:!(r=Px(e,a))||r.enumerable});return t},Ix=(t,e,n)=>(t0(t,e,"default"),n&&t0(n,e,"default")),P4=(t,e,n)=>(n=t!=null?kx(_x(t)):{},t0(e||!t||!t.__esModule?n0(n,"default",{value:t,enumerable:!0}):n,t)),L4=Mx((t,e)=>{(function(n,r){typeof t=="object"&&typeof e=="object"?e.exports=r():typeof define=="function"&&define.amd?define([],r):typeof t=="object"?t.notie=r():n.notie=r()})(t,function(){return function(n){function r(i){if(a[i])return a[i].exports;var o=a[i]={i,l:!1,exports:{}};return n[i].call(o.exports,o,o.exports,r),o.l=!0,o.exports}var a={};return r.m=n,r.c=a,r.i=function(i){return i},r.d=function(i,o,s){r.o(i,o)||Object.defineProperty(i,o,{configurable:!1,enumerable:!0,get:s})},r.n=function(i){var o=i&&i.__esModule?function(){return i.default}:function(){return i};return r.d(o,"a",o),o},r.o=function(i,o){return Object.prototype.hasOwnProperty.call(i,o)},r.p="",r(r.s=1)}([function(n,r){n.exports=function(a){return a.webpackPolyfill||(a.deprecate=function(){},a.paths=[],a.children||(a.children=[]),Object.defineProperty(a,"loaded",{enumerable:!0,get:function(){return a.l}}),Object.defineProperty(a,"id",{enumerable:!0,get:function(){return a.i}}),a.webpackPolyfill=1),a}},function(n,r,a){"use strict";(function(i){var o,s,u,l=typeof Symbol=="function"&&typeof Symbol.iterator=="symbol"?function(c){return typeof c}:function(c){return c&&typeof Symbol=="function"&&c.constructor===Symbol&&c!==Symbol.prototype?"symbol":typeof c};(function(c,p){l(r)==="object"&&l(i)==="object"?i.exports=p():(s=[],o=p,u=typeof o=="function"?o.apply(r,s):o,u!==void 0&&(i.exports=u))})(void 0,function(){return function(c){function p(m){if(g[m])return g[m].exports;var f=g[m]={i:m,l:!1,exports:{}};return c[m].call(f.exports,f,f.exports,p),f.l=!0,f.exports}var g={};return p.m=c,p.c=g,p.i=function(m){return m},p.d=function(m,f,T){p.o(m,f)||Object.defineProperty(m,f,{configurable:!1,enumerable:!0,get:T})},p.n=function(m){var f=m&&m.__esModule?function(){return m.default}:function(){return m};return p.d(f,"a",f),f},p.o=function(m,f){return Object.prototype.hasOwnProperty.call(m,f)},p.p="",p(p.s=0)}([function(c,p,g){function m(j,W){var V={};for(var se in j)W.indexOf(se)>=0||Object.prototype.hasOwnProperty.call(j,se)&&(V[se]=j[se]);return V}Object.defineProperty(p,"__esModule",{value:!0});var f=typeof Symbol=="function"&&l(Symbol.iterator)==="symbol"?function(j){return typeof j>"u"?"undefined":l(j)}:function(j){return j&&typeof Symbol=="function"&&j.constructor===Symbol&&j!==Symbol.prototype?"symbol":typeof j>"u"?"undefined":l(j)},T=Object.assign||function(j){for(var W=1;W'+se+"",Te.onclick=function(){return F(ae,Y)},Te.listener=function(ie){(k(ie)||v(ie))&&N()},I(Te,Y),Z&&Z<1&&(Z=1),!ge&&Z&&M(Z).then(function(){return F(ae,Y)})},A=p.force=function(j,W){var V=j.type,se=V===void 0?5:V,X=j.text,Z=j.buttonText,ue=Z===void 0?"OK":Z,ge=j.callback,te=j.position,Y=te===void 0?h.positions.force||Y.top:te;B(),N();var Te=document.createElement("div"),ae=S();Te.id=ae;var ie=document.createElement("div");ie.classList.add(h.classes.textbox),ie.classList.add(h.classes.backgroundInfo),ie.innerHTML='
'+X+"
";var Ee=document.createElement("div");Ee.classList.add(h.classes.button),Ee.classList.add(y[se]),Ee.innerHTML=ue,Ee.onclick=function(){F(ae,Y),U(),ge?ge():W&&W()},Te.appendChild(ie),Te.appendChild(Ee),Te.listener=function(ze){k(ze)&&Ee.click()},I(Te,Y),L()},E=p.confirm=function(j,W,V){var se=j.text,X=j.submitText,Z=X===void 0?"Yes":X,ue=j.cancelText,ge=ue===void 0?"Cancel":ue,te=j.submitCallback,Y=j.cancelCallback,Te=j.position,ae=Te===void 0?h.positions.confirm||ae.top:Te;B(),N();var ie=document.createElement("div"),Ee=S();ie.id=Ee;var ze=document.createElement("div");ze.classList.add(h.classes.textbox),ze.classList.add(h.classes.backgroundInfo),ze.innerHTML='
'+se+"
";var _e=document.createElement("div");_e.classList.add(h.classes.button),_e.classList.add(h.classes.elementHalf),_e.classList.add(h.classes.backgroundSuccess),_e.innerHTML=Z,_e.onclick=function(){F(Ee,ae),U(),te?te():W&&W()};var ce=document.createElement("div");ce.classList.add(h.classes.button),ce.classList.add(h.classes.elementHalf),ce.classList.add(h.classes.backgroundError),ce.innerHTML=ge,ce.onclick=function(){F(Ee,ae),U(),Y?Y():V&&V()},ie.appendChild(ze),ie.appendChild(_e),ie.appendChild(ce),ie.listener=function(pt){k(pt)?_e.click():v(pt)&&ce.click()},I(ie,ae),L(ie,ae)},P=function(j,W,V){var se=j.text,X=j.submitText,Z=X===void 0?"Submit":X,ue=j.cancelText,ge=ue===void 0?"Cancel":ue,te=j.submitCallback,Y=j.cancelCallback,Te=j.position,ae=Te===void 0?h.positions.input||ae.top:Te,ie=m(j,["text","submitText","cancelText","submitCallback","cancelCallback","position"]);B(),N();var Ee=document.createElement("div"),ze=S();Ee.id=ze;var _e=document.createElement("div");_e.classList.add(h.classes.textbox),_e.classList.add(h.classes.backgroundInfo),_e.innerHTML='
'+se+"
";var ce=document.createElement("input");ce.classList.add(h.classes.inputField),ce.setAttribute("autocapitalize",ie.autocapitalize||"none"),ce.setAttribute("autocomplete",ie.autocomplete||"off"),ce.setAttribute("autocorrect",ie.autocorrect||"off"),ce.setAttribute("autofocus",ie.autofocus||"true"),ce.setAttribute("inputmode",ie.inputmode||"verbatim"),ce.setAttribute("max",ie.max||""),ce.setAttribute("maxlength",ie.maxlength||""),ce.setAttribute("min",ie.min||""),ce.setAttribute("minlength",ie.minlength||""),ce.setAttribute("placeholder",ie.placeholder||""),ce.setAttribute("spellcheck",ie.spellcheck||"default"),ce.setAttribute("step",ie.step||"any"),ce.setAttribute("type",ie.type||"text"),ce.value=ie.value||"",ie.allowed&&(ce.oninput=function(){var ht=void 0;if(Array.isArray(ie.allowed)){for(var St="",on=ie.allowed,Mn=0;Mn'+V+"",Y.appendChild(ae),ue.forEach(function(Ee,ze){var _e=Ee.type,ce=_e===void 0?1:_e,pt=Ee.text,Pt=Ee.handler,ht=document.createElement("div");ht.classList.add(y[ce]),ht.classList.add(h.classes.button),ht.classList.add(h.classes.selectChoice);var St=ue[ze+1];St&&!St.type&&(St.type=1),St&&St.type===ce&&ht.classList.add(h.classes.selectChoiceRepeated),ht.innerHTML=pt,ht.onclick=function(){F(Te,te),U(),Pt()},Y.appendChild(ht)});var ie=document.createElement("div");ie.classList.add(h.classes.backgroundNeutral),ie.classList.add(h.classes.button),ie.innerHTML=X,ie.onclick=function(){F(Te,te),U(),Z?Z():W&&W()},Y.appendChild(ie),Y.listener=function(Ee){v(Ee)&&ie.click()},I(Y,te),L(Y,te)},H=p.date=function(j,W,V){var se=j.value,X=se===void 0?new Date:se,Z=j.submitText,ue=Z===void 0?"OK":Z,ge=j.cancelText,te=ge===void 0?"Cancel":ge,Y=j.submitCallback,Te=j.cancelCallback,ae=j.position,ie=ae===void 0?h.positions.date||ie.top:ae;B(),N();var Ee="▾",ze=document.createElement("div"),_e=document.createElement("div"),ce=document.createElement("div"),pt=function(gt){ze.innerHTML=h.dateMonths[gt.getMonth()],_e.innerHTML=gt.getDate(),ce.innerHTML=gt.getFullYear()},Pt=function(gt){var Ze=new Date(X.getFullYear(),X.getMonth()+1,0).getDate(),Cn=gt.target.textContent.replace(/^0+/,"").replace(/[^\d]/g,"").slice(0,2);Number(Cn)>Ze&&(Cn=Ze.toString()),gt.target.textContent=Cn,Number(Cn)<1&&(Cn="1"),X.setDate(Number(Cn))},ht=function(gt){var Ze=gt.target.textContent.replace(/^0+/,"").replace(/[^\d]/g,"").slice(0,4);gt.target.textContent=Ze,X.setFullYear(Number(Ze))},St=function(gt){pt(X)},on=function(gt){var Ze=new Date(X.getFullYear(),X.getMonth()+gt+1,0).getDate();X.getDate()>Ze&&X.setDate(Ze),X.setMonth(X.getMonth()+gt),pt(X)},Mn=function(gt){X.setDate(X.getDate()+gt),pt(X)},Ao=function(gt){var Ze=X.getFullYear()+gt;Ze<0?X.setFullYear(0):X.setFullYear(X.getFullYear()+gt),pt(X)},sr=document.createElement("div"),Fa=S();sr.id=Fa;var pi=document.createElement("div");pi.classList.add(h.classes.backgroundInfo);var $t=document.createElement("div");$t.classList.add(h.classes.dateSelectorInner);var Hn=document.createElement("div");Hn.classList.add(h.classes.button),Hn.classList.add(h.classes.elementThird),Hn.classList.add(h.classes.dateSelectorUp),Hn.innerHTML=Ee;var Yt=document.createElement("div");Yt.classList.add(h.classes.button),Yt.classList.add(h.classes.elementThird),Yt.classList.add(h.classes.dateSelectorUp),Yt.innerHTML=Ee;var En=document.createElement("div");En.classList.add(h.classes.button),En.classList.add(h.classes.elementThird),En.classList.add(h.classes.dateSelectorUp),En.innerHTML=Ee,ze.classList.add(h.classes.element),ze.classList.add(h.classes.elementThird),ze.innerHTML=h.dateMonths[X.getMonth()],_e.classList.add(h.classes.element),_e.classList.add(h.classes.elementThird),_e.setAttribute("contentEditable",!0),_e.addEventListener("input",Pt),_e.addEventListener("blur",St),_e.innerHTML=X.getDate(),ce.classList.add(h.classes.element),ce.classList.add(h.classes.elementThird),ce.setAttribute("contentEditable",!0),ce.addEventListener("input",ht),ce.addEventListener("blur",St),ce.innerHTML=X.getFullYear();var vr=document.createElement("div");vr.classList.add(h.classes.button),vr.classList.add(h.classes.elementThird),vr.innerHTML=Ee;var Sr=document.createElement("div");Sr.classList.add(h.classes.button),Sr.classList.add(h.classes.elementThird),Sr.innerHTML=Ee;var Ma=document.createElement("div");Ma.classList.add(h.classes.button),Ma.classList.add(h.classes.elementThird),Ma.innerHTML=Ee,Hn.onclick=function(){return on(1)},Yt.onclick=function(){return Mn(1)},En.onclick=function(){return Ao(1)},vr.onclick=function(){return on(-1)},Sr.onclick=function(){return Mn(-1)},Ma.onclick=function(){return Ao(-1)};var sn=document.createElement("div");sn.classList.add(h.classes.button),sn.classList.add(h.classes.elementHalf),sn.classList.add(h.classes.backgroundSuccess),sn.innerHTML=ue,sn.onclick=function(){F(Fa,ie),U(),Y?Y(X):W&&W(X)};var xr=document.createElement("div");xr.classList.add(h.classes.button),xr.classList.add(h.classes.elementHalf),xr.classList.add(h.classes.backgroundError),xr.innerHTML=te,xr.onclick=function(){F(Fa,ie),U(),Te?Te(X):V&&V(X)},$t.appendChild(Hn),$t.appendChild(Yt),$t.appendChild(En),$t.appendChild(ze),$t.appendChild(_e),$t.appendChild(ce),$t.appendChild(vr),$t.appendChild(Sr),$t.appendChild(Ma),pi.appendChild($t),sr.appendChild(pi),sr.appendChild(sn),sr.appendChild(xr),sr.listener=function(gt){k(gt)?sn.click():v(gt)&&xr.click()},I(sr,ie),L(sr,ie)};p.default={alert:q,force:A,confirm:E,input:P,select:O,date:H,setOptions:C,hideAlerts:N}}])})}).call(r,a(0)(n))}])})}),_4={};Bx(_4,{default:()=>Ru});var Rx=P4(L4());Ix(_4,P4(L4()));var{default:k4,...Ox}=Rx,Ru=k4!==void 0?k4:Ox;d();d();var Ou=typeof navigator<"u"?navigator.userAgent.toLowerCase().indexOf("firefox")>0:!1;function jo(t,e,n,r){t.addEventListener?t.addEventListener(e,n,r):t.attachEvent&&t.attachEvent(`on${e}`,()=>{n(window.event)})}function r0(t,e){let n=e.slice(0,e.length-1);for(let r=0;r=0;)e[n-1]+=",",e.splice(n,1),n=e.lastIndexOf("");return e}function F4(t,e){let n=t.length>=e.length?t:e,r=t.length>=e.length?e:t,a=!0;for(let i=0;ixi[t.toLowerCase()]||$n[t.toLowerCase()]||t.toUpperCase().charCodeAt(0),zx=t=>Object.keys(xi).find(e=>xi[e]===t),Nx=t=>Object.keys($n).find(e=>$n[e]===t);function z4(t){R4=t||"all"}function Ho(){return R4||"all"}function Ux(){return nt.slice(0)}function qx(){return nt.map(t=>zx(t)||Nx(t)||String.fromCharCode(t))}function jx(){let t=[];return Object.keys(mt).forEach(e=>{mt[e].forEach(({key:n,scope:r,mods:a,shortcut:i})=>{t.push({scope:r,shortcut:i,mods:a,keys:n.split("+").map(o=>Wo(o))})})}),t}function Hx(t){let e=t.target||t.srcElement,{tagName:n}=e,r=!0;return(e.isContentEditable||(n==="INPUT"||n==="TEXTAREA"||n==="SELECT")&&!e.readOnly)&&(r=!1),r}function Wx(t){return typeof t=="string"&&(t=Wo(t)),nt.indexOf(t)!==-1}function Kx(t,e){let n,r;t||(t=Ho());for(let a in mt)if(Object.prototype.hasOwnProperty.call(mt,a))for(n=mt[a],r=0;r=0&&nt.splice(n,1),t.key&&t.key.toLowerCase()==="meta"&&nt.splice(0,nt.length),(e===93||e===224)&&(e=91),e in Ut){Ut[e]=!1;for(let r in $n)$n[r]===e&&(_r[r]=!1)}}function N4(t,...e){if(typeof t>"u")Object.keys(mt).forEach(n=>delete mt[n]);else if(Array.isArray(t))t.forEach(n=>{n.key&&i0(n)});else if(typeof t=="object")t.key&&i0(t);else if(typeof t=="string"){let[n,r]=e;typeof n=="function"&&(r=n,n=""),i0({key:t,scope:n,method:r,splitKey:"+"})}}var i0=({key:t,scope:e,method:n,splitKey:r="+"})=>{a0(t).forEach(i=>{let o=i.split(r),s=o.length,u=o[s-1],l=u==="*"?"*":Wo(u);if(!mt[l])return;e||(e=Ho());let c=s>1?r0($n,o):[];mt[l]=mt[l].filter(p=>!((n?p.method===n:!0)&&p.scope===e&&F4(p.mods,c)))})};function B4(t,e,n,r){if(e.element!==r)return;let a;if(e.scope===n||e.scope==="all"){a=e.mods.length>0;for(let i in Ut)Object.prototype.hasOwnProperty.call(Ut,i)&&(!Ut[i]&&e.mods.indexOf(+i)>-1||Ut[i]&&e.mods.indexOf(+i)===-1)&&(a=!1);(e.mods.length===0&&!Ut[16]&&!Ut[18]&&!Ut[17]&&!Ut[91]||a||e.shortcut==="*")&&(e.keys=[],e.keys=e.keys.concat(nt),e.method(t,e)===!1&&(t.preventDefault?t.preventDefault():t.returnValue=!1,t.stopPropagation&&t.stopPropagation(),t.cancelBubble&&(t.cancelBubble=!0)))}}function I4(t,e){let n=mt["*"],r=t.keyCode||t.which||t.charCode;if(!_r.filter.call(this,t))return;if((r===93||r===224)&&(r=91),nt.indexOf(r)===-1&&r!==229&&nt.push(r),["ctrlKey","altKey","shiftKey","metaKey"].forEach(i=>{let o=zu[i];t[i]&&nt.indexOf(o)===-1?nt.push(o):!t[i]&&nt.indexOf(o)>-1?nt.splice(nt.indexOf(o),1):i==="metaKey"&&t[i]&&nt.length===3&&(t.ctrlKey||t.shiftKey||t.altKey||(nt=nt.slice(nt.indexOf(o))))}),r in Ut){Ut[r]=!0;for(let i in $n)$n[i]===r&&(_r[i]=!0);if(!n)return}for(let i in Ut)Object.prototype.hasOwnProperty.call(Ut,i)&&(Ut[i]=t[zu[i]]);t.getModifierState&&!(t.altKey&&!t.ctrlKey)&&t.getModifierState("AltGraph")&&(nt.indexOf(17)===-1&&nt.push(17),nt.indexOf(18)===-1&&nt.push(18),Ut[17]=!0,Ut[18]=!0);let a=Ho();if(n)for(let i=0;i-1}function _r(t,e,n){nt=[];let r=a0(t),a=[],i="all",o=document,s=0,u=!1,l=!0,c="+",p=!1,g=!1;for(n===void 0&&typeof e=="function"&&(n=e),Object.prototype.toString.call(e)==="[object Object]"&&(e.scope&&(i=e.scope),e.element&&(o=e.element),e.keyup&&(u=e.keyup),e.keydown!==void 0&&(l=e.keydown),e.capture!==void 0&&(p=e.capture),typeof e.splitKey=="string"&&(c=e.splitKey),e.single===!0&&(g=!0)),typeof e=="string"&&(i=e),g&&N4(t,i);s1&&(a=r0($n,t)),t=t[t.length-1],t=t==="*"?"*":Wo(t),t in mt||(mt[t]=[]),mt[t].push({keyup:u,keydown:l,scope:i,mods:a,shortcut:r[s],method:n,key:r[s],splitKey:c,element:o});typeof o<"u"&&!Vx(o)&&window&&(O4.push(o),jo(o,"keydown",m=>{I4(m,o)},p),M4||(M4=!0,jo(window,"focus",()=>{nt=[]},p),jo(window,"click",()=>{nt=[]},!1)),jo(o,"keyup",m=>{I4(m,o),Gx(m)},p))}function $x(t,e="all"){Object.keys(mt).forEach(n=>{mt[n].filter(a=>a.scope===e&&a.shortcut===t).forEach(a=>{a&&a.method&&a.method()})})}var o0={getPressedKeyString:qx,setScope:z4,getScope:Ho,deleteScope:Kx,getPressedKeyCodes:Ux,getAllKeyCodes:jx,isPressed:Wx,filter:Hx,trigger:$x,unbind:N4,keyMap:xi,modifier:$n,modifierMap:zu};for(let t in o0)Object.prototype.hasOwnProperty.call(o0,t)&&(_r[t]=o0[t]);if(typeof window<"u"){let t=window.hotkeys;_r.noConflict=e=>(e&&window.hotkeys===_r&&(window.hotkeys=t),_r),window.hotkeys=_r}var yn=_r;d();d();var Yx={"Amazon Silk":"amazon_silk","Android Browser":"android",Bada:"bada",BlackBerry:"blackberry",Chrome:"chrome",Chromium:"chromium",Electron:"electron",Epiphany:"epiphany",Firefox:"firefox",Focus:"focus",Generic:"generic","Google Search":"google_search",Googlebot:"googlebot","Internet Explorer":"ie","K-Meleon":"k_meleon",Maxthon:"maxthon","Microsoft Edge":"edge","MZ Browser":"mz","NAVER Whale Browser":"naver",Opera:"opera","Opera Coast":"opera_coast",PhantomJS:"phantomjs",Puffin:"puffin",QupZilla:"qupzilla",QQ:"qq",QQLite:"qqlite",Safari:"safari",Sailfish:"sailfish","Samsung Internet for Android":"samsung_internet",SeaMonkey:"seamonkey",Sleipnir:"sleipnir",Swing:"swing",Tizen:"tizen","UC Browser":"uc",Vivaldi:"vivaldi","WebOS Browser":"webos",WeChat:"wechat","Yandex Browser":"yandex",Roku:"roku"},q4={amazon_silk:"Amazon Silk",android:"Android Browser",bada:"Bada",blackberry:"BlackBerry",chrome:"Chrome",chromium:"Chromium",electron:"Electron",epiphany:"Epiphany",firefox:"Firefox",focus:"Focus",generic:"Generic",googlebot:"Googlebot",google_search:"Google Search",ie:"Internet Explorer",k_meleon:"K-Meleon",maxthon:"Maxthon",edge:"Microsoft Edge",mz:"MZ Browser",naver:"NAVER Whale Browser",opera:"Opera",opera_coast:"Opera Coast",phantomjs:"PhantomJS",puffin:"Puffin",qupzilla:"QupZilla",qq:"QQ Browser",qqlite:"QQ Browser Lite",safari:"Safari",sailfish:"Sailfish",samsung_internet:"Samsung Internet for Android",seamonkey:"SeaMonkey",sleipnir:"Sleipnir",swing:"Swing",tizen:"Tizen",uc:"UC Browser",vivaldi:"Vivaldi",webos:"WebOS Browser",wechat:"WeChat",yandex:"Yandex Browser"},Ct={tablet:"tablet",mobile:"mobile",desktop:"desktop",tv:"tv"},cn={WindowsPhone:"Windows Phone",Windows:"Windows",MacOS:"macOS",iOS:"iOS",Android:"Android",WebOS:"WebOS",BlackBerry:"BlackBerry",Bada:"Bada",Tizen:"Tizen",Linux:"Linux",ChromeOS:"Chrome OS",PlayStation4:"PlayStation 4",Roku:"Roku"},Jr={EdgeHTML:"EdgeHTML",Blink:"Blink",Trident:"Trident",Presto:"Presto",Gecko:"Gecko",WebKit:"WebKit"},G=class{static getFirstMatch(t,e){let n=e.match(t);return n&&n.length>0&&n[1]||""}static getSecondMatch(t,e){let n=e.match(t);return n&&n.length>1&&n[2]||""}static matchAndReturnConst(t,e,n){if(t.test(e))return n}static getWindowsVersionName(t){switch(t){case"NT":return"NT";case"XP":return"XP";case"NT 5.0":return"2000";case"NT 5.1":return"XP";case"NT 5.2":return"2003";case"NT 6.0":return"Vista";case"NT 6.1":return"7";case"NT 6.2":return"8";case"NT 6.3":return"8.1";case"NT 10.0":return"10";default:return}}static getMacOSVersionName(t){let e=t.split(".").splice(0,2).map(n=>parseInt(n,10)||0);if(e.push(0),e[0]===10)switch(e[1]){case 5:return"Leopard";case 6:return"Snow Leopard";case 7:return"Lion";case 8:return"Mountain Lion";case 9:return"Mavericks";case 10:return"Yosemite";case 11:return"El Capitan";case 12:return"Sierra";case 13:return"High Sierra";case 14:return"Mojave";case 15:return"Catalina";default:return}}static getAndroidVersionName(t){let e=t.split(".").splice(0,2).map(n=>parseInt(n,10)||0);if(e.push(0),!(e[0]===1&&e[1]<5)){if(e[0]===1&&e[1]<6)return"Cupcake";if(e[0]===1&&e[1]>=6)return"Donut";if(e[0]===2&&e[1]<2)return"Eclair";if(e[0]===2&&e[1]===2)return"Froyo";if(e[0]===2&&e[1]>2)return"Gingerbread";if(e[0]===3)return"Honeycomb";if(e[0]===4&&e[1]<1)return"Ice Cream Sandwich";if(e[0]===4&&e[1]<4)return"Jelly Bean";if(e[0]===4&&e[1]>=4)return"KitKat";if(e[0]===5)return"Lollipop";if(e[0]===6)return"Marshmallow";if(e[0]===7)return"Nougat";if(e[0]===8)return"Oreo";if(e[0]===9)return"Pie"}}static getVersionPrecision(t){return t.split(".").length}static compareVersions(t,e,n=!1){let r=G.getVersionPrecision(t),a=G.getVersionPrecision(e),i=Math.max(r,a),o=0,s=G.map([t,e],u=>{let l=i-G.getVersionPrecision(u),c=u+new Array(l+1).join(".0");return G.map(c.split("."),p=>new Array(20-p.length).join("0")+p).reverse()});for(n&&(o=i-Math.min(r,a)),i-=1;i>=o;){if(s[0][i]>s[1][i])return 1;if(s[0][i]===s[1][i]){if(i===o)return 0;i-=1}else if(s[0][i]{n[o]=i[o]})}return t}static getBrowserAlias(t){return Yx[t]}static getBrowserTypeByAlias(t){return q4[t]||""}},rt=/version\/(\d+(\.?_?\d+)+)/i,Qx=[{test:[/googlebot/i],describe(t){let e={name:"Googlebot"},n=G.getFirstMatch(/googlebot\/(\d+(\.\d+))/i,t)||G.getFirstMatch(rt,t);return n&&(e.version=n),e}},{test:[/opera/i],describe(t){let e={name:"Opera"},n=G.getFirstMatch(rt,t)||G.getFirstMatch(/(?:opera)[\s/](\d+(\.?_?\d+)+)/i,t);return n&&(e.version=n),e}},{test:[/opr\/|opios/i],describe(t){let e={name:"Opera"},n=G.getFirstMatch(/(?:opr|opios)[\s/](\S+)/i,t)||G.getFirstMatch(rt,t);return n&&(e.version=n),e}},{test:[/SamsungBrowser/i],describe(t){let e={name:"Samsung Internet for Android"},n=G.getFirstMatch(rt,t)||G.getFirstMatch(/(?:SamsungBrowser)[\s/](\d+(\.?_?\d+)+)/i,t);return n&&(e.version=n),e}},{test:[/Whale/i],describe(t){let e={name:"NAVER Whale Browser"},n=G.getFirstMatch(rt,t)||G.getFirstMatch(/(?:whale)[\s/](\d+(?:\.\d+)+)/i,t);return n&&(e.version=n),e}},{test:[/MZBrowser/i],describe(t){let e={name:"MZ Browser"},n=G.getFirstMatch(/(?:MZBrowser)[\s/](\d+(?:\.\d+)+)/i,t)||G.getFirstMatch(rt,t);return n&&(e.version=n),e}},{test:[/focus/i],describe(t){let e={name:"Focus"},n=G.getFirstMatch(/(?:focus)[\s/](\d+(?:\.\d+)+)/i,t)||G.getFirstMatch(rt,t);return n&&(e.version=n),e}},{test:[/swing/i],describe(t){let e={name:"Swing"},n=G.getFirstMatch(/(?:swing)[\s/](\d+(?:\.\d+)+)/i,t)||G.getFirstMatch(rt,t);return n&&(e.version=n),e}},{test:[/coast/i],describe(t){let e={name:"Opera Coast"},n=G.getFirstMatch(rt,t)||G.getFirstMatch(/(?:coast)[\s/](\d+(\.?_?\d+)+)/i,t);return n&&(e.version=n),e}},{test:[/opt\/\d+(?:.?_?\d+)+/i],describe(t){let e={name:"Opera Touch"},n=G.getFirstMatch(/(?:opt)[\s/](\d+(\.?_?\d+)+)/i,t)||G.getFirstMatch(rt,t);return n&&(e.version=n),e}},{test:[/yabrowser/i],describe(t){let e={name:"Yandex Browser"},n=G.getFirstMatch(/(?:yabrowser)[\s/](\d+(\.?_?\d+)+)/i,t)||G.getFirstMatch(rt,t);return n&&(e.version=n),e}},{test:[/ucbrowser/i],describe(t){let e={name:"UC Browser"},n=G.getFirstMatch(rt,t)||G.getFirstMatch(/(?:ucbrowser)[\s/](\d+(\.?_?\d+)+)/i,t);return n&&(e.version=n),e}},{test:[/Maxthon|mxios/i],describe(t){let e={name:"Maxthon"},n=G.getFirstMatch(rt,t)||G.getFirstMatch(/(?:Maxthon|mxios)[\s/](\d+(\.?_?\d+)+)/i,t);return n&&(e.version=n),e}},{test:[/epiphany/i],describe(t){let e={name:"Epiphany"},n=G.getFirstMatch(rt,t)||G.getFirstMatch(/(?:epiphany)[\s/](\d+(\.?_?\d+)+)/i,t);return n&&(e.version=n),e}},{test:[/puffin/i],describe(t){let e={name:"Puffin"},n=G.getFirstMatch(rt,t)||G.getFirstMatch(/(?:puffin)[\s/](\d+(\.?_?\d+)+)/i,t);return n&&(e.version=n),e}},{test:[/sleipnir/i],describe(t){let e={name:"Sleipnir"},n=G.getFirstMatch(rt,t)||G.getFirstMatch(/(?:sleipnir)[\s/](\d+(\.?_?\d+)+)/i,t);return n&&(e.version=n),e}},{test:[/k-meleon/i],describe(t){let e={name:"K-Meleon"},n=G.getFirstMatch(rt,t)||G.getFirstMatch(/(?:k-meleon)[\s/](\d+(\.?_?\d+)+)/i,t);return n&&(e.version=n),e}},{test:[/micromessenger/i],describe(t){let e={name:"WeChat"},n=G.getFirstMatch(/(?:micromessenger)[\s/](\d+(\.?_?\d+)+)/i,t)||G.getFirstMatch(rt,t);return n&&(e.version=n),e}},{test:[/qqbrowser/i],describe(t){let e={name:/qqbrowserlite/i.test(t)?"QQ Browser Lite":"QQ Browser"},n=G.getFirstMatch(/(?:qqbrowserlite|qqbrowser)[/](\d+(\.?_?\d+)+)/i,t)||G.getFirstMatch(rt,t);return n&&(e.version=n),e}},{test:[/msie|trident/i],describe(t){let e={name:"Internet Explorer"},n=G.getFirstMatch(/(?:msie |rv:)(\d+(\.?_?\d+)+)/i,t);return n&&(e.version=n),e}},{test:[/\sedg\//i],describe(t){let e={name:"Microsoft Edge"},n=G.getFirstMatch(/\sedg\/(\d+(\.?_?\d+)+)/i,t);return n&&(e.version=n),e}},{test:[/edg([ea]|ios)/i],describe(t){let e={name:"Microsoft Edge"},n=G.getSecondMatch(/edg([ea]|ios)\/(\d+(\.?_?\d+)+)/i,t);return n&&(e.version=n),e}},{test:[/vivaldi/i],describe(t){let e={name:"Vivaldi"},n=G.getFirstMatch(/vivaldi\/(\d+(\.?_?\d+)+)/i,t);return n&&(e.version=n),e}},{test:[/seamonkey/i],describe(t){let e={name:"SeaMonkey"},n=G.getFirstMatch(/seamonkey\/(\d+(\.?_?\d+)+)/i,t);return n&&(e.version=n),e}},{test:[/sailfish/i],describe(t){let e={name:"Sailfish"},n=G.getFirstMatch(/sailfish\s?browser\/(\d+(\.\d+)?)/i,t);return n&&(e.version=n),e}},{test:[/silk/i],describe(t){let e={name:"Amazon Silk"},n=G.getFirstMatch(/silk\/(\d+(\.?_?\d+)+)/i,t);return n&&(e.version=n),e}},{test:[/phantom/i],describe(t){let e={name:"PhantomJS"},n=G.getFirstMatch(/phantomjs\/(\d+(\.?_?\d+)+)/i,t);return n&&(e.version=n),e}},{test:[/slimerjs/i],describe(t){let e={name:"SlimerJS"},n=G.getFirstMatch(/slimerjs\/(\d+(\.?_?\d+)+)/i,t);return n&&(e.version=n),e}},{test:[/blackberry|\bbb\d+/i,/rim\stablet/i],describe(t){let e={name:"BlackBerry"},n=G.getFirstMatch(rt,t)||G.getFirstMatch(/blackberry[\d]+\/(\d+(\.?_?\d+)+)/i,t);return n&&(e.version=n),e}},{test:[/(web|hpw)[o0]s/i],describe(t){let e={name:"WebOS Browser"},n=G.getFirstMatch(rt,t)||G.getFirstMatch(/w(?:eb)?[o0]sbrowser\/(\d+(\.?_?\d+)+)/i,t);return n&&(e.version=n),e}},{test:[/bada/i],describe(t){let e={name:"Bada"},n=G.getFirstMatch(/dolfin\/(\d+(\.?_?\d+)+)/i,t);return n&&(e.version=n),e}},{test:[/tizen/i],describe(t){let e={name:"Tizen"},n=G.getFirstMatch(/(?:tizen\s?)?browser\/(\d+(\.?_?\d+)+)/i,t)||G.getFirstMatch(rt,t);return n&&(e.version=n),e}},{test:[/qupzilla/i],describe(t){let e={name:"QupZilla"},n=G.getFirstMatch(/(?:qupzilla)[\s/](\d+(\.?_?\d+)+)/i,t)||G.getFirstMatch(rt,t);return n&&(e.version=n),e}},{test:[/firefox|iceweasel|fxios/i],describe(t){let e={name:"Firefox"},n=G.getFirstMatch(/(?:firefox|iceweasel|fxios)[\s/](\d+(\.?_?\d+)+)/i,t);return n&&(e.version=n),e}},{test:[/electron/i],describe(t){let e={name:"Electron"},n=G.getFirstMatch(/(?:electron)\/(\d+(\.?_?\d+)+)/i,t);return n&&(e.version=n),e}},{test:[/MiuiBrowser/i],describe(t){let e={name:"Miui"},n=G.getFirstMatch(/(?:MiuiBrowser)[\s/](\d+(\.?_?\d+)+)/i,t);return n&&(e.version=n),e}},{test:[/chromium/i],describe(t){let e={name:"Chromium"},n=G.getFirstMatch(/(?:chromium)[\s/](\d+(\.?_?\d+)+)/i,t)||G.getFirstMatch(rt,t);return n&&(e.version=n),e}},{test:[/chrome|crios|crmo/i],describe(t){let e={name:"Chrome"},n=G.getFirstMatch(/(?:chrome|crios|crmo)\/(\d+(\.?_?\d+)+)/i,t);return n&&(e.version=n),e}},{test:[/GSA/i],describe(t){let e={name:"Google Search"},n=G.getFirstMatch(/(?:GSA)\/(\d+(\.?_?\d+)+)/i,t);return n&&(e.version=n),e}},{test(t){let e=!t.test(/like android/i),n=t.test(/android/i);return e&&n},describe(t){let e={name:"Android Browser"},n=G.getFirstMatch(rt,t);return n&&(e.version=n),e}},{test:[/playstation 4/i],describe(t){let e={name:"PlayStation 4"},n=G.getFirstMatch(rt,t);return n&&(e.version=n),e}},{test:[/safari|applewebkit/i],describe(t){let e={name:"Safari"},n=G.getFirstMatch(rt,t);return n&&(e.version=n),e}},{test:[/.*/i],describe(t){let e=/^(.*)\/(.*) /,n=/^(.*)\/(.*)[ \t]\((.*)/,r=t.search("\\(")!==-1?n:e;return{name:G.getFirstMatch(r,t),version:G.getSecondMatch(r,t)}}}],Zx=Qx,Jx=[{test:[/Roku\/DVP/],describe(t){let e=G.getFirstMatch(/Roku\/DVP-(\d+\.\d+)/i,t);return{name:cn.Roku,version:e}}},{test:[/windows phone/i],describe(t){let e=G.getFirstMatch(/windows phone (?:os)?\s?(\d+(\.\d+)*)/i,t);return{name:cn.WindowsPhone,version:e}}},{test:[/windows /i],describe(t){let e=G.getFirstMatch(/Windows ((NT|XP)( \d\d?.\d)?)/i,t),n=G.getWindowsVersionName(e);return{name:cn.Windows,version:e,versionName:n}}},{test:[/Macintosh(.*?) FxiOS(.*?)\//],describe(t){let e={name:cn.iOS},n=G.getSecondMatch(/(Version\/)(\d[\d.]+)/,t);return n&&(e.version=n),e}},{test:[/macintosh/i],describe(t){let e=G.getFirstMatch(/mac os x (\d+(\.?_?\d+)+)/i,t).replace(/[_\s]/g,"."),n=G.getMacOSVersionName(e),r={name:cn.MacOS,version:e};return n&&(r.versionName=n),r}},{test:[/(ipod|iphone|ipad)/i],describe(t){let e=G.getFirstMatch(/os (\d+([_\s]\d+)*) like mac os x/i,t).replace(/[_\s]/g,".");return{name:cn.iOS,version:e}}},{test(t){let e=!t.test(/like android/i),n=t.test(/android/i);return e&&n},describe(t){let e=G.getFirstMatch(/android[\s/-](\d+(\.\d+)*)/i,t),n=G.getAndroidVersionName(e),r={name:cn.Android,version:e};return n&&(r.versionName=n),r}},{test:[/(web|hpw)[o0]s/i],describe(t){let e=G.getFirstMatch(/(?:web|hpw)[o0]s\/(\d+(\.\d+)*)/i,t),n={name:cn.WebOS};return e&&e.length&&(n.version=e),n}},{test:[/blackberry|\bbb\d+/i,/rim\stablet/i],describe(t){let e=G.getFirstMatch(/rim\stablet\sos\s(\d+(\.\d+)*)/i,t)||G.getFirstMatch(/blackberry\d+\/(\d+([_\s]\d+)*)/i,t)||G.getFirstMatch(/\bbb(\d+)/i,t);return{name:cn.BlackBerry,version:e}}},{test:[/bada/i],describe(t){let e=G.getFirstMatch(/bada\/(\d+(\.\d+)*)/i,t);return{name:cn.Bada,version:e}}},{test:[/tizen/i],describe(t){let e=G.getFirstMatch(/tizen[/\s](\d+(\.\d+)*)/i,t);return{name:cn.Tizen,version:e}}},{test:[/linux/i],describe(){return{name:cn.Linux}}},{test:[/CrOS/],describe(){return{name:cn.ChromeOS}}},{test:[/PlayStation 4/],describe(t){let e=G.getFirstMatch(/PlayStation 4[/\s](\d+(\.\d+)*)/i,t);return{name:cn.PlayStation4,version:e}}}],Xx=[{test:[/googlebot/i],describe(){return{type:"bot",vendor:"Google"}}},{test:[/huawei/i],describe(t){let e=G.getFirstMatch(/(can-l01)/i,t)&&"Nova",n={type:Ct.mobile,vendor:"Huawei"};return e&&(n.model=e),n}},{test:[/nexus\s*(?:7|8|9|10).*/i],describe(){return{type:Ct.tablet,vendor:"Nexus"}}},{test:[/ipad/i],describe(){return{type:Ct.tablet,vendor:"Apple",model:"iPad"}}},{test:[/Macintosh(.*?) FxiOS(.*?)\//],describe(){return{type:Ct.tablet,vendor:"Apple",model:"iPad"}}},{test:[/kftt build/i],describe(){return{type:Ct.tablet,vendor:"Amazon",model:"Kindle Fire HD 7"}}},{test:[/silk/i],describe(){return{type:Ct.tablet,vendor:"Amazon"}}},{test:[/tablet(?! pc)/i],describe(){return{type:Ct.tablet}}},{test(t){let e=t.test(/ipod|iphone/i),n=t.test(/like (ipod|iphone)/i);return e&&!n},describe(t){let e=G.getFirstMatch(/(ipod|iphone)/i,t);return{type:Ct.mobile,vendor:"Apple",model:e}}},{test:[/nexus\s*[0-6].*/i,/galaxy nexus/i],describe(){return{type:Ct.mobile,vendor:"Nexus"}}},{test:[/[^-]mobi/i],describe(){return{type:Ct.mobile}}},{test(t){return t.getBrowserName(!0)==="blackberry"},describe(){return{type:Ct.mobile,vendor:"BlackBerry"}}},{test(t){return t.getBrowserName(!0)==="bada"},describe(){return{type:Ct.mobile}}},{test(t){return t.getBrowserName()==="windows phone"},describe(){return{type:Ct.mobile,vendor:"Microsoft"}}},{test(t){let e=Number(String(t.getOSVersion()).split(".")[0]);return t.getOSName(!0)==="android"&&e>=3},describe(){return{type:Ct.tablet}}},{test(t){return t.getOSName(!0)==="android"},describe(){return{type:Ct.mobile}}},{test(t){return t.getOSName(!0)==="macos"},describe(){return{type:Ct.desktop,vendor:"Apple"}}},{test(t){return t.getOSName(!0)==="windows"},describe(){return{type:Ct.desktop}}},{test(t){return t.getOSName(!0)==="linux"},describe(){return{type:Ct.desktop}}},{test(t){return t.getOSName(!0)==="playstation 4"},describe(){return{type:Ct.tv}}},{test(t){return t.getOSName(!0)==="roku"},describe(){return{type:Ct.tv}}}],eE=[{test(t){return t.getBrowserName(!0)==="microsoft edge"},describe(t){if(/\sedg\//i.test(t))return{name:Jr.Blink};let e=G.getFirstMatch(/edge\/(\d+(\.?_?\d+)+)/i,t);return{name:Jr.EdgeHTML,version:e}}},{test:[/trident/i],describe(t){let e={name:Jr.Trident},n=G.getFirstMatch(/trident\/(\d+(\.?_?\d+)+)/i,t);return n&&(e.version=n),e}},{test(t){return t.test(/presto/i)},describe(t){let e={name:Jr.Presto},n=G.getFirstMatch(/presto\/(\d+(\.?_?\d+)+)/i,t);return n&&(e.version=n),e}},{test(t){let e=t.test(/gecko/i),n=t.test(/like gecko/i);return e&&!n},describe(t){let e={name:Jr.Gecko},n=G.getFirstMatch(/gecko\/(\d+(\.?_?\d+)+)/i,t);return n&&(e.version=n),e}},{test:[/(apple)?webkit\/537\.36/i],describe(){return{name:Jr.Blink}}},{test:[/(apple)?webkit/i],describe(t){let e={name:Jr.WebKit},n=G.getFirstMatch(/webkit\/(\d+(\.?_?\d+)+)/i,t);return n&&(e.version=n),e}}],tE=class{constructor(t,e=!1){if(t==null||t==="")throw new Error("UserAgent parameter can't be empty");this._ua=t,this.parsedResult={},e!==!0&&this.parse()}getUA(){return this._ua}test(t){return t.test(this._ua)}parseBrowser(){this.parsedResult.browser={};let t=G.find(Zx,e=>{if(typeof e.test=="function")return e.test(this);if(e.test instanceof Array)return e.test.some(n=>this.test(n));throw new Error("Browser's test function is not valid")});return t&&(this.parsedResult.browser=t.describe(this.getUA())),this.parsedResult.browser}getBrowser(){return this.parsedResult.browser?this.parsedResult.browser:this.parseBrowser()}getBrowserName(t){return t?String(this.getBrowser().name).toLowerCase()||"":this.getBrowser().name||""}getBrowserVersion(){return this.getBrowser().version}getOS(){return this.parsedResult.os?this.parsedResult.os:this.parseOS()}parseOS(){this.parsedResult.os={};let t=G.find(Jx,e=>{if(typeof e.test=="function")return e.test(this);if(e.test instanceof Array)return e.test.some(n=>this.test(n));throw new Error("Browser's test function is not valid")});return t&&(this.parsedResult.os=t.describe(this.getUA())),this.parsedResult.os}getOSName(t){let{name:e}=this.getOS();return t?String(e).toLowerCase()||"":e||""}getOSVersion(){return this.getOS().version}getPlatform(){return this.parsedResult.platform?this.parsedResult.platform:this.parsePlatform()}getPlatformType(t=!1){let{type:e}=this.getPlatform();return t?String(e).toLowerCase()||"":e||""}parsePlatform(){this.parsedResult.platform={};let t=G.find(Xx,e=>{if(typeof e.test=="function")return e.test(this);if(e.test instanceof Array)return e.test.some(n=>this.test(n));throw new Error("Browser's test function is not valid")});return t&&(this.parsedResult.platform=t.describe(this.getUA())),this.parsedResult.platform}getEngine(){return this.parsedResult.engine?this.parsedResult.engine:this.parseEngine()}getEngineName(t){return t?String(this.getEngine().name).toLowerCase()||"":this.getEngine().name||""}parseEngine(){this.parsedResult.engine={};let t=G.find(eE,e=>{if(typeof e.test=="function")return e.test(this);if(e.test instanceof Array)return e.test.some(n=>this.test(n));throw new Error("Browser's test function is not valid")});return t&&(this.parsedResult.engine=t.describe(this.getUA())),this.parsedResult.engine}parse(){return this.parseBrowser(),this.parseOS(),this.parsePlatform(),this.parseEngine(),this}getResult(){return G.assign({},this.parsedResult)}satisfies(t){let e={},n=0,r={},a=0;if(Object.keys(t).forEach(i=>{let o=t[i];typeof o=="string"?(r[i]=o,a+=1):typeof o=="object"&&(e[i]=o,n+=1)}),n>0){let i=Object.keys(e),o=G.find(i,u=>this.isOS(u));if(o){let u=this.satisfies(e[o]);if(u!==void 0)return u}let s=G.find(i,u=>this.isPlatform(u));if(s){let u=this.satisfies(e[s]);if(u!==void 0)return u}}if(a>0){let i=Object.keys(r),o=G.find(i,s=>this.isBrowser(s,!0));if(o!==void 0)return this.compareVersion(r[o])}}isBrowser(t,e=!1){let n=this.getBrowserName().toLowerCase(),r=t.toLowerCase(),a=G.getBrowserTypeByAlias(r);return e&&a&&(r=a.toLowerCase()),r===n}compareVersion(t){let e=[0],n=t,r=!1,a=this.getBrowserVersion();if(typeof a=="string")return t[0]===">"||t[0]==="<"?(n=t.substr(1),t[1]==="="?(r=!0,n=t.substr(2)):e=[],t[0]===">"?e.push(1):e.push(-1)):t[0]==="="?n=t.substr(1):t[0]==="~"&&(r=!0,n=t.substr(1)),e.indexOf(G.compareVersions(a,n,r))>-1}isOS(t){return this.getOSName(!0)===String(t).toLowerCase()}isPlatform(t){return this.getPlatformType(!0)===String(t).toLowerCase()}isEngine(t){return this.getEngineName(!0)===String(t).toLowerCase()}is(t,e=!1){return this.isBrowser(t,e)||this.isOS(t)||this.isPlatform(t)}some(t=[]){return t.some(e=>this.is(e))}},U4=tE,nE=class{static getParser(t,e=!1){if(typeof t!="string")throw new Error("UserAgent should be a string");return new U4(t,e)}static parse(t){return new U4(t).getResult()}static get BROWSER_MAP(){return q4}static get ENGINE_MAP(){return Jr}static get OS_MAP(){return cn}static get PLATFORMS_MAP(){return Ct}},Ei=nE;d();d();var{entries:Y4,setPrototypeOf:j4,isFrozen:rE,getPrototypeOf:aE,getOwnPropertyDescriptor:iE}=Object,{freeze:dn,seal:Qn,create:oE}=Object,{apply:p0,construct:g0}=typeof Reflect<"u"&&Reflect;p0||(p0=function(t,e,n){return t.apply(e,n)});dn||(dn=function(t){return t});Qn||(Qn=function(t){return t});g0||(g0=function(t,e){return new t(...e)});var sE=Rn(Array.prototype.forEach),H4=Rn(Array.prototype.pop),Ko=Rn(Array.prototype.push),qu=Rn(String.prototype.toLowerCase),s0=Rn(String.prototype.toString),uE=Rn(String.prototype.match),Yn=Rn(String.prototype.replace),lE=Rn(String.prototype.indexOf),cE=Rn(String.prototype.trim),Dn=Rn(RegExp.prototype.test),Go=dE(TypeError);function Rn(t){return function(e){for(var n=arguments.length,r=new Array(n>1?n-1:0),a=1;a/gm),hE=Qn(/\${[\w\W]*}/gm),bE=Qn(/^data-[\-\w.\u00B7-\uFFFF]/),TE=Qn(/^aria-[\-\w]+$/),Q4=Qn(/^(?:(?:(?:f|ht)tps?|mailto|tel|callto|sms|cid|xmpp):|[^a-z]|[a-z+.\-]+(?:[^a-z+.\-:]|$))/i),yE=Qn(/^(?:\w+script|data):/i),vE=Qn(/[\u0000-\u0020\u00A0\u1680\u180E\u2000-\u2029\u205F\u3000]/g),Z4=Qn(/^html$/i),$4=Object.freeze({__proto__:null,MUSTACHE_EXPR:mE,ERB_EXPR:fE,TMPLIT_EXPR:hE,DATA_ATTR:bE,ARIA_ATTR:TE,IS_ALLOWED_URI:Q4,IS_SCRIPT_OR_DATA:yE,ATTR_WHITESPACE:vE,DOCTYPE_NAME:Z4}),SE=()=>typeof window>"u"?null:window,xE=function(t,e){if(typeof t!="object"||typeof t.createPolicy!="function")return null;let n=null,r="data-tt-policy-suffix";e&&e.hasAttribute(r)&&(n=e.getAttribute(r));let a="dompurify"+(n?"#"+n:"");try{return t.createPolicy(a,{createHTML(i){return i},createScriptURL(i){return i}})}catch{return null}};function J4(){let t=arguments.length>0&&arguments[0]!==void 0?arguments[0]:SE(),e=R=>J4(R);if(e.version="3.0.3",e.removed=[],!t||!t.document||t.document.nodeType!==9)return e.isSupported=!1,e;let n=t.document,r=n.currentScript,{document:a}=t,{DocumentFragment:i,HTMLTemplateElement:o,Node:s,Element:u,NodeFilter:l,NamedNodeMap:c=t.NamedNodeMap||t.MozNamedAttrMap,HTMLFormElement:p,DOMParser:g,trustedTypes:m}=t,f=u.prototype,T=Nu(f,"cloneNode"),b=Nu(f,"nextSibling"),h=Nu(f,"childNodes"),C=Nu(f,"parentNode");if(typeof o=="function"){let R=a.createElement("template");R.content&&R.content.ownerDocument&&(a=R.content.ownerDocument)}let D,M="",{implementation:B,createNodeIterator:S,createDocumentFragment:y,getElementsByTagName:_}=a,{importNode:k}=n,v={};e.isSupported=typeof Y4=="function"&&typeof C=="function"&&B&&B.createHTMLDocument!==void 0;let{MUSTACHE_EXPR:I,ERB_EXPR:F,TMPLIT_EXPR:L,DATA_ATTR:U,ARIA_ATTR:N,IS_SCRIPT_OR_DATA:q,ATTR_WHITESPACE:A}=$4,{IS_ALLOWED_URI:E}=$4,P=null,O=Oe({},[...W4,...u0,...l0,...c0,...K4]),H=null,j=Oe({},[...G4,...d0,...V4,...Uu]),W=Object.seal(Object.create(null,{tagNameCheck:{writable:!0,configurable:!1,enumerable:!0,value:null},attributeNameCheck:{writable:!0,configurable:!1,enumerable:!0,value:null},allowCustomizedBuiltInElements:{writable:!0,configurable:!1,enumerable:!0,value:!1}})),V=null,se=null,X=!0,Z=!0,ue=!1,ge=!0,te=!1,Y=!1,Te=!1,ae=!1,ie=!1,Ee=!1,ze=!1,_e=!0,ce=!1,pt="user-content-",Pt=!0,ht=!1,St={},on=null,Mn=Oe({},["annotation-xml","audio","colgroup","desc","foreignobject","head","iframe","math","mi","mn","mo","ms","mtext","noembed","noframes","noscript","plaintext","script","style","svg","template","thead","title","video","xmp"]),Ao=null,sr=Oe({},["audio","video","img","source","image","track"]),Fa=null,pi=Oe({},["alt","class","for","id","label","name","pattern","placeholder","role","summary","title","value","style","xmlns"]),$t="http://www.w3.org/1998/Math/MathML",Hn="http://www.w3.org/2000/svg",Yt="http://www.w3.org/1999/xhtml",En=Yt,vr=!1,Sr=null,Ma=Oe({},[$t,Hn,Yt],s0),sn,xr=["application/xhtml+xml","text/html"],gt="text/html",Ze,Cn=null,V9=a.createElement("form"),sf=function(R){return R instanceof RegExp||R instanceof Function},ld=function(R){if(!(Cn&&Cn===R)){if((!R||typeof R!="object")&&(R={}),R=Ci(R),sn=xr.indexOf(R.PARSER_MEDIA_TYPE)===-1?sn=gt:sn=R.PARSER_MEDIA_TYPE,Ze=sn==="application/xhtml+xml"?s0:qu,P="ALLOWED_TAGS"in R?Oe({},R.ALLOWED_TAGS,Ze):O,H="ALLOWED_ATTR"in R?Oe({},R.ALLOWED_ATTR,Ze):j,Sr="ALLOWED_NAMESPACES"in R?Oe({},R.ALLOWED_NAMESPACES,s0):Ma,Fa="ADD_URI_SAFE_ATTR"in R?Oe(Ci(pi),R.ADD_URI_SAFE_ATTR,Ze):pi,Ao="ADD_DATA_URI_TAGS"in R?Oe(Ci(sr),R.ADD_DATA_URI_TAGS,Ze):sr,on="FORBID_CONTENTS"in R?Oe({},R.FORBID_CONTENTS,Ze):Mn,V="FORBID_TAGS"in R?Oe({},R.FORBID_TAGS,Ze):{},se="FORBID_ATTR"in R?Oe({},R.FORBID_ATTR,Ze):{},St="USE_PROFILES"in R?R.USE_PROFILES:!1,X=R.ALLOW_ARIA_ATTR!==!1,Z=R.ALLOW_DATA_ATTR!==!1,ue=R.ALLOW_UNKNOWN_PROTOCOLS||!1,ge=R.ALLOW_SELF_CLOSE_IN_ATTR!==!1,te=R.SAFE_FOR_TEMPLATES||!1,Y=R.WHOLE_DOCUMENT||!1,ie=R.RETURN_DOM||!1,Ee=R.RETURN_DOM_FRAGMENT||!1,ze=R.RETURN_TRUSTED_TYPE||!1,ae=R.FORCE_BODY||!1,_e=R.SANITIZE_DOM!==!1,ce=R.SANITIZE_NAMED_PROPS||!1,Pt=R.KEEP_CONTENT!==!1,ht=R.IN_PLACE||!1,E=R.ALLOWED_URI_REGEXP||Q4,En=R.NAMESPACE||Yt,W=R.CUSTOM_ELEMENT_HANDLING||{},R.CUSTOM_ELEMENT_HANDLING&&sf(R.CUSTOM_ELEMENT_HANDLING.tagNameCheck)&&(W.tagNameCheck=R.CUSTOM_ELEMENT_HANDLING.tagNameCheck),R.CUSTOM_ELEMENT_HANDLING&&sf(R.CUSTOM_ELEMENT_HANDLING.attributeNameCheck)&&(W.attributeNameCheck=R.CUSTOM_ELEMENT_HANDLING.attributeNameCheck),R.CUSTOM_ELEMENT_HANDLING&&typeof R.CUSTOM_ELEMENT_HANDLING.allowCustomizedBuiltInElements=="boolean"&&(W.allowCustomizedBuiltInElements=R.CUSTOM_ELEMENT_HANDLING.allowCustomizedBuiltInElements),te&&(Z=!1),Ee&&(ie=!0),St&&(P=Oe({},[...K4]),H=[],St.html===!0&&(Oe(P,W4),Oe(H,G4)),St.svg===!0&&(Oe(P,u0),Oe(H,d0),Oe(H,Uu)),St.svgFilters===!0&&(Oe(P,l0),Oe(H,d0),Oe(H,Uu)),St.mathMl===!0&&(Oe(P,c0),Oe(H,V4),Oe(H,Uu))),R.ADD_TAGS&&(P===O&&(P=Ci(P)),Oe(P,R.ADD_TAGS,Ze)),R.ADD_ATTR&&(H===j&&(H=Ci(H)),Oe(H,R.ADD_ATTR,Ze)),R.ADD_URI_SAFE_ATTR&&Oe(Fa,R.ADD_URI_SAFE_ATTR,Ze),R.FORBID_CONTENTS&&(on===Mn&&(on=Ci(on)),Oe(on,R.FORBID_CONTENTS,Ze)),Pt&&(P["#text"]=!0),Y&&Oe(P,["html","head","body"]),P.table&&(Oe(P,["tbody"]),delete V.tbody),R.TRUSTED_TYPES_POLICY){if(typeof R.TRUSTED_TYPES_POLICY.createHTML!="function")throw Go('TRUSTED_TYPES_POLICY configuration option must provide a "createHTML" hook.');if(typeof R.TRUSTED_TYPES_POLICY.createScriptURL!="function")throw Go('TRUSTED_TYPES_POLICY configuration option must provide a "createScriptURL" hook.');D=R.TRUSTED_TYPES_POLICY,M=D.createHTML("")}else D===void 0&&(D=xE(m,r)),D!==null&&typeof M=="string"&&(M=D.createHTML(""));dn&&dn(R),Cn=R}},uf=Oe({},["mi","mo","mn","ms","mtext"]),lf=Oe({},["foreignobject","desc","title","annotation-xml"]),$9=Oe({},["title","style","font","a","script"]),Xs=Oe({},u0);Oe(Xs,l0),Oe(Xs,pE);let cd=Oe({},c0);Oe(cd,gE);let Y9=function(R){let le=C(R);(!le||!le.tagName)&&(le={namespaceURI:En,tagName:"template"});let J=qu(R.tagName),Ge=qu(le.tagName);return Sr[R.namespaceURI]?R.namespaceURI===Hn?le.namespaceURI===Yt?J==="svg":le.namespaceURI===$t?J==="svg"&&(Ge==="annotation-xml"||uf[Ge]):!!Xs[J]:R.namespaceURI===$t?le.namespaceURI===Yt?J==="math":le.namespaceURI===Hn?J==="math"&&lf[Ge]:!!cd[J]:R.namespaceURI===Yt?le.namespaceURI===Hn&&!lf[Ge]||le.namespaceURI===$t&&!uf[Ge]?!1:!cd[J]&&($9[J]||!Xs[J]):!!(sn==="application/xhtml+xml"&&Sr[R.namespaceURI]):!1},gi=function(R){Ko(e.removed,{element:R});try{R.parentNode.removeChild(R)}catch{R.remove()}},dd=function(R,le){try{Ko(e.removed,{attribute:le.getAttributeNode(R),from:le})}catch{Ko(e.removed,{attribute:null,from:le})}if(le.removeAttribute(R),R==="is"&&!H[R])if(ie||Ee)try{gi(le)}catch{}else try{le.setAttribute(R,"")}catch{}},cf=function(R){let le,J;if(ae)R=""+R;else{let un=uE(R,/^[\r\n\t ]+/);J=un&&un[0]}sn==="application/xhtml+xml"&&En===Yt&&(R=''+R+"");let Ge=D?D.createHTML(R):R;if(En===Yt)try{le=new g().parseFromString(Ge,sn)}catch{}if(!le||!le.documentElement){le=B.createDocument(En,"template",null);try{le.documentElement.innerHTML=vr?M:Ge}catch{}}let Lt=le.body||le.documentElement;return R&&J&&Lt.insertBefore(a.createTextNode(J),Lt.childNodes[0]||null),En===Yt?_.call(le,Y?"html":"body")[0]:Y?le.documentElement:Lt},df=function(R){return S.call(R.ownerDocument||R,R,l.SHOW_ELEMENT|l.SHOW_COMMENT|l.SHOW_TEXT,null,!1)},Q9=function(R){return R instanceof p&&(typeof R.nodeName!="string"||typeof R.textContent!="string"||typeof R.removeChild!="function"||!(R.attributes instanceof c)||typeof R.removeAttribute!="function"||typeof R.setAttribute!="function"||typeof R.namespaceURI!="string"||typeof R.insertBefore!="function"||typeof R.hasChildNodes!="function")},eu=function(R){return typeof s=="object"?R instanceof s:R&&typeof R=="object"&&typeof R.nodeType=="number"&&typeof R.nodeName=="string"},Er=function(R,le,J){v[R]&&sE(v[R],Ge=>{Ge.call(e,le,J,Cn)})},pf=function(R){let le;if(Er("beforeSanitizeElements",R,null),Q9(R))return gi(R),!0;let J=Ze(R.nodeName);if(Er("uponSanitizeElement",R,{tagName:J,allowedTags:P}),R.hasChildNodes()&&!eu(R.firstElementChild)&&(!eu(R.content)||!eu(R.content.firstElementChild))&&Dn(/<[/\w]/g,R.innerHTML)&&Dn(/<[/\w]/g,R.textContent))return gi(R),!0;if(!P[J]||V[J]){if(!V[J]&&mf(J)&&(W.tagNameCheck instanceof RegExp&&Dn(W.tagNameCheck,J)||W.tagNameCheck instanceof Function&&W.tagNameCheck(J)))return!1;if(Pt&&!on[J]){let Ge=C(R)||R.parentNode,Lt=h(R)||R.childNodes;if(Lt&&Ge){let un=Lt.length;for(let bn=un-1;bn>=0;--bn)Ge.insertBefore(T(Lt[bn],!0),b(R))}}return gi(R),!0}return R instanceof u&&!Y9(R)||(J==="noscript"||J==="noembed")&&Dn(/<\/no(script|embed)/i,R.innerHTML)?(gi(R),!0):(te&&R.nodeType===3&&(le=R.textContent,le=Yn(le,I," "),le=Yn(le,F," "),le=Yn(le,L," "),R.textContent!==le&&(Ko(e.removed,{element:R.cloneNode()}),R.textContent=le)),Er("afterSanitizeElements",R,null),!1)},gf=function(R,le,J){if(_e&&(le==="id"||le==="name")&&(J in a||J in V9))return!1;if(!(Z&&!se[le]&&Dn(U,le))&&!(X&&Dn(N,le))){if(!H[le]||se[le]){if(!(mf(R)&&(W.tagNameCheck instanceof RegExp&&Dn(W.tagNameCheck,R)||W.tagNameCheck instanceof Function&&W.tagNameCheck(R))&&(W.attributeNameCheck instanceof RegExp&&Dn(W.attributeNameCheck,le)||W.attributeNameCheck instanceof Function&&W.attributeNameCheck(le))||le==="is"&&W.allowCustomizedBuiltInElements&&(W.tagNameCheck instanceof RegExp&&Dn(W.tagNameCheck,J)||W.tagNameCheck instanceof Function&&W.tagNameCheck(J))))return!1}else if(!Fa[le]&&!Dn(E,Yn(J,A,""))&&!((le==="src"||le==="xlink:href"||le==="href")&&R!=="script"&&lE(J,"data:")===0&&Ao[R])&&!(ue&&!Dn(q,Yn(J,A,"")))&&J)return!1}return!0},mf=function(R){return R.indexOf("-")>0},ff=function(R){let le,J,Ge,Lt;Er("beforeSanitizeAttributes",R,null);let{attributes:un}=R;if(!un)return;let bn={attrName:"",attrValue:"",keepAttr:!0,allowedAttributes:H};for(Lt=un.length;Lt--;){le=un[Lt];let{name:Rt,namespaceURI:mi}=le;if(J=Rt==="value"?le.value:cE(le.value),Ge=Ze(Rt),bn.attrName=Ge,bn.attrValue=J,bn.keepAttr=!0,bn.forceKeepAttr=void 0,Er("uponSanitizeAttribute",R,bn),J=bn.attrValue,bn.forceKeepAttr||(dd(Rt,R),!bn.keepAttr))continue;if(!ge&&Dn(/\/>/i,J)){dd(Rt,R);continue}te&&(J=Yn(J,I," "),J=Yn(J,F," "),J=Yn(J,L," "));let hf=Ze(R.nodeName);if(gf(hf,Ge,J)){if(ce&&(Ge==="id"||Ge==="name")&&(dd(Rt,R),J=pt+J),D&&typeof m=="object"&&typeof m.getAttributeType=="function"&&!mi)switch(m.getAttributeType(hf,Ge)){case"TrustedHTML":{J=D.createHTML(J);break}case"TrustedScriptURL":{J=D.createScriptURL(J);break}}try{mi?R.setAttributeNS(mi,Rt,J):R.setAttribute(Rt,J),H4(e.removed)}catch{}}}Er("afterSanitizeAttributes",R,null)},Z9=function R(le){let J,Ge=df(le);for(Er("beforeSanitizeShadowDOM",le,null);J=Ge.nextNode();)Er("uponSanitizeShadowNode",J,null),!pf(J)&&(J.content instanceof i&&R(J.content),ff(J));Er("afterSanitizeShadowDOM",le,null)};return e.sanitize=function(R){let le=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{},J,Ge,Lt,un;if(vr=!R,vr&&(R=""),typeof R!="string"&&!eu(R))if(typeof R.toString=="function"){if(R=R.toString(),typeof R!="string")throw Go("dirty is not a string, aborting")}else throw Go("toString is not a function");if(!e.isSupported)return R;if(Te||ld(le),e.removed=[],typeof R=="string"&&(ht=!1),ht){if(R.nodeName){let mi=Ze(R.nodeName);if(!P[mi]||V[mi])throw Go("root node is forbidden and cannot be sanitized in-place")}}else if(R instanceof s)J=cf(""),Ge=J.ownerDocument.importNode(R,!0),Ge.nodeType===1&&Ge.nodeName==="BODY"||Ge.nodeName==="HTML"?J=Ge:J.appendChild(Ge);else{if(!ie&&!te&&!Y&&R.indexOf("<")===-1)return D&&ze?D.createHTML(R):R;if(J=cf(R),!J)return ie?null:ze?M:""}J&&ae&&gi(J.firstChild);let bn=df(ht?R:J);for(;Lt=bn.nextNode();)pf(Lt)||(Lt.content instanceof i&&Z9(Lt.content),ff(Lt));if(ht)return R;if(ie){if(Ee)for(un=y.call(J.ownerDocument);J.firstChild;)un.appendChild(J.firstChild);else un=J;return(H.shadowroot||H.shadowrootmod)&&(un=k.call(n,un,!0)),un}let Rt=Y?J.outerHTML:J.innerHTML;return Y&&P["!doctype"]&&J.ownerDocument&&J.ownerDocument.doctype&&J.ownerDocument.doctype.name&&Dn(Z4,J.ownerDocument.doctype.name)&&(Rt=" -`+Rt),te&&(Rt=Yn(Rt,I," "),Rt=Yn(Rt,F," "),Rt=Yn(Rt,L," ")),D&&ze?D.createHTML(Rt):Rt},e.setConfig=function(R){ld(R),Te=!0},e.clearConfig=function(){Cn=null,Te=!1},e.isValidAttribute=function(R,le,J){Cn||ld({});let Ge=Ze(R),Lt=Ze(le);return gf(Ge,Lt,J)},e.addHook=function(R,le){typeof le=="function"&&(v[R]=v[R]||[],Ko(v[R],le))},e.removeHook=function(R){if(v[R])return H4(v[R])},e.removeHooks=function(R){v[R]&&(v[R]=[])},e.removeAllHooks=function(){v={}},e}var at=J4();d();d();var EE=Object.create,f0=Object.defineProperty,CE=Object.getOwnPropertyDescriptor,wE=Object.getOwnPropertyNames,DE=Object.getPrototypeOf,AE=Object.prototype.hasOwnProperty,h0=(t,e)=>()=>(e||t((e={exports:{}}).exports,e),e.exports),kE=(t,e)=>{for(var n in e)f0(t,n,{get:e[n],enumerable:!0})},m0=(t,e,n,r)=>{if(e&&typeof e=="object"||typeof e=="function")for(let a of wE(e))!AE.call(t,a)&&a!==n&&f0(t,a,{get:()=>e[a],enumerable:!(r=CE(e,a))||r.enumerable});return t},PE=(t,e,n)=>(m0(t,e,"default"),n&&m0(n,e,"default")),eb=(t,e,n)=>(n=t!=null?EE(DE(t)):{},m0(e||!t||!t.__esModule?f0(n,"default",{value:t,enumerable:!0}):n,t)),LE=h0((t,e)=>{function n(r,a){if(a&&a.documentElement)r=a,a=arguments[2];else if(!r||!r.documentElement)throw new Error("First argument to Readability constructor should be a document object.");if(a=a||{},this._doc=r,this._docJSDOMParser=this._doc.firstChild.__JSDOMParser__,this._articleTitle=null,this._articleByline=null,this._articleDir=null,this._articleSiteName=null,this._attempts=[],this._debug=!!a.debug,this._maxElemsToParse=a.maxElemsToParse||this.DEFAULT_MAX_ELEMS_TO_PARSE,this._nbTopCandidates=a.nbTopCandidates||this.DEFAULT_N_TOP_CANDIDATES,this._charThreshold=a.charThreshold||this.DEFAULT_CHAR_THRESHOLD,this._classesToPreserve=this.CLASSES_TO_PRESERVE.concat(a.classesToPreserve||[]),this._keepClasses=!!a.keepClasses,this._serializer=a.serializer||function(i){return i.innerHTML},this._disableJSONLD=!!a.disableJSONLD,this._allowedVideoRegex=a.allowedVideoRegex||this.REGEXPS.videos,this._flags=this.FLAG_STRIP_UNLIKELYS|this.FLAG_WEIGHT_CLASSES|this.FLAG_CLEAN_CONDITIONALLY,this._debug){let i=function(o){if(o.nodeType==o.TEXT_NODE)return`${o.nodeName} ("${o.textContent}")`;let s=Array.from(o.attributes||[],function(u){return`${u.name}="${u.value}"`}).join(" ");return`<${o.localName} ${s}>`};this.log=function(){if(typeof console<"u")Array.from(arguments,u=>u&&u.nodeType==this.ELEMENT_NODE?i(u):u).unshift("Reader: (Readability)");else if(typeof dump<"u"){var o=Array.prototype.map.call(arguments,function(s){return s&&s.nodeName?i(s):s}).join(" ");dump("Reader: (Readability) "+o+` -`)}}}else this.log=function(){}}n.prototype={FLAG_STRIP_UNLIKELYS:1,FLAG_WEIGHT_CLASSES:2,FLAG_CLEAN_CONDITIONALLY:4,ELEMENT_NODE:1,TEXT_NODE:3,DEFAULT_MAX_ELEMS_TO_PARSE:0,DEFAULT_N_TOP_CANDIDATES:5,DEFAULT_TAGS_TO_SCORE:"section,h2,h3,h4,h5,h6,p,td,pre".toUpperCase().split(","),DEFAULT_CHAR_THRESHOLD:500,REGEXPS:{unlikelyCandidates:/-ad-|ai2html|banner|breadcrumbs|combx|comment|community|cover-wrap|disqus|extra|footer|gdpr|header|legends|menu|related|remark|replies|rss|shoutbox|sidebar|skyscraper|social|sponsor|supplemental|ad-break|agegate|pagination|pager|popup|yom-remote/i,okMaybeItsACandidate:/and|article|body|column|content|main|shadow/i,positive:/article|body|content|entry|hentry|h-entry|main|page|pagination|post|text|blog|story/i,negative:/-ad-|hidden|^hid$| hid$| hid |^hid |banner|combx|comment|com-|contact|foot|footer|footnote|gdpr|masthead|media|meta|outbrain|promo|related|scroll|share|shoutbox|sidebar|skyscraper|sponsor|shopping|tags|tool|widget/i,extraneous:/print|archive|comment|discuss|e[\-]?mail|share|reply|all|login|sign|single|utility/i,byline:/byline|author|dateline|writtenby|p-author/i,replaceFonts:/<(\/?)font[^>]*>/gi,normalize:/\s{2,}/g,videos:/\/\/(www\.)?((dailymotion|youtube|youtube-nocookie|player\.vimeo|v\.qq)\.com|(archive|upload\.wikimedia)\.org|player\.twitch\.tv)/i,shareElements:/(\b|_)(share|sharedaddy)(\b|_)/i,nextLink:/(next|weiter|continue|>([^\|]|$)|»([^\|]|$))/i,prevLink:/(prev|earl|old|new|<|«)/i,tokenize:/\W+/g,whitespace:/^\s*$/,hasContent:/\S$/,hashUrl:/^#.+/,srcsetUrl:/(\S+)(\s+[\d.]+[xw])?(\s*(?:,|$))/g,b64DataUrl:/^data:\s*([^\s;,]+)\s*;\s*base64\s*,/i,jsonLdArticleTypes:/^Article|AdvertiserContentArticle|NewsArticle|AnalysisNewsArticle|AskPublicNewsArticle|BackgroundNewsArticle|OpinionNewsArticle|ReportageNewsArticle|ReviewNewsArticle|Report|SatiricalArticle|ScholarlyArticle|MedicalScholarlyArticle|SocialMediaPosting|BlogPosting|LiveBlogPosting|DiscussionForumPosting|TechArticle|APIReference$/},UNLIKELY_ROLES:["menu","menubar","complementary","navigation","alert","alertdialog","dialog"],DIV_TO_P_ELEMS:new Set(["BLOCKQUOTE","DL","DIV","IMG","OL","P","PRE","TABLE","UL"]),ALTER_TO_DIV_EXCEPTIONS:["DIV","ARTICLE","SECTION","P"],PRESENTATIONAL_ATTRIBUTES:["align","background","bgcolor","border","cellpadding","cellspacing","frame","hspace","rules","style","valign","vspace"],DEPRECATED_SIZE_ATTRIBUTE_ELEMS:["TABLE","TH","TD","HR","PRE"],PHRASING_ELEMS:["ABBR","AUDIO","B","BDO","BR","BUTTON","CITE","CODE","DATA","DATALIST","DFN","EM","EMBED","I","IMG","INPUT","KBD","LABEL","MARK","MATH","METER","NOSCRIPT","OBJECT","OUTPUT","PROGRESS","Q","RUBY","SAMP","SCRIPT","SELECT","SMALL","SPAN","STRONG","SUB","SUP","TEXTAREA","TIME","VAR","WBR"],CLASSES_TO_PRESERVE:["page"],HTML_ESCAPE_MAP:{lt:"<",gt:">",amp:"&",quot:'"',apos:"'"},_postProcessContent:function(r){this._fixRelativeUris(r),this._simplifyNestedElements(r),this._keepClasses||this._cleanClasses(r)},_removeNodes:function(r,a){if(this._docJSDOMParser&&r._isLiveNodeList)throw new Error("Do not pass live node lists to _removeNodes");for(var i=r.length-1;i>=0;i--){var o=r[i],s=o.parentNode;s&&(!a||a.call(this,o,i,r))&&s.removeChild(o)}},_replaceNodeTags:function(r,a){if(this._docJSDOMParser&&r._isLiveNodeList)throw new Error("Do not pass live node lists to _replaceNodeTags");for(let i of r)this._setNodeTag(i,a)},_forEachNode:function(r,a){Array.prototype.forEach.call(r,a,this)},_findNode:function(r,a){return Array.prototype.find.call(r,a,this)},_someNode:function(r,a){return Array.prototype.some.call(r,a,this)},_everyNode:function(r,a){return Array.prototype.every.call(r,a,this)},_concatNodeLists:function(){var r=Array.prototype.slice,a=r.call(arguments),i=a.map(function(o){return r.call(o)});return Array.prototype.concat.apply([],i)},_getAllNodesWithTag:function(r,a){return r.querySelectorAll?r.querySelectorAll(a.join(",")):[].concat.apply([],a.map(function(i){var o=r.getElementsByTagName(i);return Array.isArray(o)?o:Array.from(o)}))},_cleanClasses:function(r){var a=this._classesToPreserve,i=(r.getAttribute("class")||"").split(/\s+/).filter(function(o){return a.indexOf(o)!=-1}).join(" ");for(i?r.setAttribute("class",i):r.removeAttribute("class"),r=r.firstElementChild;r;r=r.nextElementSibling)this._cleanClasses(r)},_fixRelativeUris:function(r){var a=this._doc.baseURI,i=this._doc.documentURI;function o(l){if(a==i&&l.charAt(0)=="#")return l;try{return new URL(l,a).href}catch{}return l}var s=this._getAllNodesWithTag(r,["a"]);this._forEachNode(s,function(l){var c=l.getAttribute("href");if(c)if(c.indexOf("javascript:")===0)if(l.childNodes.length===1&&l.childNodes[0].nodeType===this.TEXT_NODE){var p=this._doc.createTextNode(l.textContent);l.parentNode.replaceChild(p,l)}else{for(var g=this._doc.createElement("span");l.firstChild;)g.appendChild(l.firstChild);l.parentNode.replaceChild(g,l)}else l.setAttribute("href",o(c))});var u=this._getAllNodesWithTag(r,["img","picture","figure","video","audio","source"]);this._forEachNode(u,function(l){var c=l.getAttribute("src"),p=l.getAttribute("poster"),g=l.getAttribute("srcset");if(c&&l.setAttribute("src",o(c)),p&&l.setAttribute("poster",o(p)),g){var m=g.replace(this.REGEXPS.srcsetUrl,function(f,T,b,h){return o(T)+(b||"")+h});l.setAttribute("srcset",m)}})},_simplifyNestedElements:function(r){for(var a=r;a;){if(a.parentNode&&["DIV","SECTION"].includes(a.tagName)&&!(a.id&&a.id.startsWith("readability"))){if(this._isElementWithoutContent(a)){a=this._removeAndGetNext(a);continue}else if(this._hasSingleTagInsideElement(a,"DIV")||this._hasSingleTagInsideElement(a,"SECTION")){for(var i=a.children[0],o=0;o»] /.test(a))o=/ [\\\/>»] /.test(a),a=i.replace(/(.*)[\|\-\\\/>»] .*/gi,"$1"),s(a)<3&&(a=i.replace(/[^\|\-\\\/>»]*[\|\-\\\/>»](.*)/gi,"$1"));else if(a.indexOf(": ")!==-1){var u=this._concatNodeLists(r.getElementsByTagName("h1"),r.getElementsByTagName("h2")),l=a.trim(),c=this._someNode(u,function(m){return m.textContent.trim()===l});c||(a=i.substring(i.lastIndexOf(":")+1),s(a)<3?a=i.substring(i.indexOf(":")+1):s(i.substr(0,i.indexOf(":")))>5&&(a=i))}else if(a.length>150||a.length<15){var p=r.getElementsByTagName("h1");p.length===1&&(a=this._getInnerText(p[0]))}a=a.trim().replace(this.REGEXPS.normalize," ");var g=s(a);return g<=4&&(!o||g!=s(i.replace(/[\|\-\\\/>»]+/g,""))-1)&&(a=i),a},_prepDocument:function(){var r=this._doc;this._removeNodes(this._getAllNodesWithTag(r,["style"])),r.body&&this._replaceBrs(r.body),this._replaceNodeTags(this._getAllNodesWithTag(r,["font"]),"SPAN")},_nextNode:function(r){for(var a=r;a&&a.nodeType!=this.ELEMENT_NODE&&this.REGEXPS.whitespace.test(a.textContent);)a=a.nextSibling;return a},_replaceBrs:function(r){this._forEachNode(this._getAllNodesWithTag(r,["br"]),function(a){for(var i=a.nextSibling,o=!1;(i=this._nextNode(i))&&i.tagName=="BR";){o=!0;var s=i.nextSibling;i.parentNode.removeChild(i),i=s}if(o){var u=this._doc.createElement("p");for(a.parentNode.replaceChild(u,a),i=u.nextSibling;i;){if(i.tagName=="BR"){var l=this._nextNode(i.nextSibling);if(l&&l.tagName=="BR")break}if(!this._isPhrasingContent(i))break;var c=i.nextSibling;u.appendChild(i),i=c}for(;u.lastChild&&this._isWhitespace(u.lastChild);)u.removeChild(u.lastChild);u.parentNode.tagName==="P"&&this._setNodeTag(u.parentNode,"DIV")}})},_setNodeTag:function(r,a){if(this.log("_setNodeTag",r,a),this._docJSDOMParser)return r.localName=a.toLowerCase(),r.tagName=a.toUpperCase(),r;for(var i=r.ownerDocument.createElement(a);r.firstChild;)i.appendChild(r.firstChild);r.parentNode.replaceChild(i,r),r.readability&&(i.readability=r.readability);for(var o=0;o!i.includes(l)),u=s.join(" ").length/o.join(" ").length;return 1-u},_checkByline:function(r,a){if(this._articleByline)return!1;if(r.getAttribute!==void 0)var i=r.getAttribute("rel"),o=r.getAttribute("itemprop");return(i==="author"||o&&o.indexOf("author")!==-1||this.REGEXPS.byline.test(a))&&this._isValidByline(r.textContent)?(this._articleByline=r.textContent.trim(),!0):!1},_getNodeAncestors:function(r,a){a=a||0;for(var i=0,o=[];r.parentNode&&(o.push(r.parentNode),!(a&&++i===a));)r=r.parentNode;return o},_grabArticle:function(r){this.log("**** grabArticle ****");var a=this._doc,i=r!==null;if(r=r||this._doc.body,!r)return this.log("No body found in document. Abort."),null;for(var o=r.innerHTML;;){this.log("Starting grabArticle loop");var s=this._flagIsActive(this.FLAG_STRIP_UNLIKELYS),u=[],l=this._doc.documentElement;let ae=!0;for(;l;){l.tagName==="HTML"&&(this._articleLang=l.getAttribute("lang"));var c=l.className+" "+l.id;if(!this._isProbablyVisible(l)){this.log("Removing hidden node - "+c),l=this._removeAndGetNext(l);continue}if(l.getAttribute("aria-modal")=="true"&&l.getAttribute("role")=="dialog"){l=this._removeAndGetNext(l);continue}if(this._checkByline(l,c)){l=this._removeAndGetNext(l);continue}if(ae&&this._headerDuplicatesTitle(l)){this.log("Removing header: ",l.textContent.trim(),this._articleTitle.trim()),ae=!1,l=this._removeAndGetNext(l);continue}if(s){if(this.REGEXPS.unlikelyCandidates.test(c)&&!this.REGEXPS.okMaybeItsACandidate.test(c)&&!this._hasAncestorTag(l,"table")&&!this._hasAncestorTag(l,"code")&&l.tagName!=="BODY"&&l.tagName!=="A"){this.log("Removing unlikely candidate - "+c),l=this._removeAndGetNext(l);continue}if(this.UNLIKELY_ROLES.includes(l.getAttribute("role"))){this.log("Removing content with role "+l.getAttribute("role")+" - "+c),l=this._removeAndGetNext(l);continue}}if((l.tagName==="DIV"||l.tagName==="SECTION"||l.tagName==="HEADER"||l.tagName==="H1"||l.tagName==="H2"||l.tagName==="H3"||l.tagName==="H4"||l.tagName==="H5"||l.tagName==="H6")&&this._isElementWithoutContent(l)){l=this._removeAndGetNext(l);continue}if(this.DEFAULT_TAGS_TO_SCORE.indexOf(l.tagName)!==-1&&u.push(l),l.tagName==="DIV"){for(var p=null,g=l.firstChild;g;){var m=g.nextSibling;if(this._isPhrasingContent(g))p!==null?p.appendChild(g):this._isWhitespace(g)||(p=a.createElement("p"),l.replaceChild(p,g),p.appendChild(g));else if(p!==null){for(;p.lastChild&&this._isWhitespace(p.lastChild);)p.removeChild(p.lastChild);p=null}g=m}if(this._hasSingleTagInsideElement(l,"P")&&this._getLinkDensity(l)<.25){var f=l.children[0];l.parentNode.replaceChild(f,l),l=f,u.push(l)}else this._hasChildBlockElement(l)||(l=this._setNodeTag(l,"P"),u.push(l))}l=this._getNextNode(l)}var T=[];this._forEachNode(u,function(ie){if(!(!ie.parentNode||typeof ie.parentNode.tagName>"u")){var Ee=this._getInnerText(ie);if(!(Ee.length<25)){var ze=this._getNodeAncestors(ie,5);if(ze.length!==0){var _e=0;_e+=1,_e+=Ee.split(",").length,_e+=Math.min(Math.floor(Ee.length/100),3),this._forEachNode(ze,function(ce,pt){if(!(!ce.tagName||!ce.parentNode||typeof ce.parentNode.tagName>"u")){if(typeof ce.readability>"u"&&(this._initializeNode(ce),T.push(ce)),pt===0)var Pt=1;else pt===1?Pt=2:Pt=pt*3;ce.readability.contentScore+=_e/Pt}})}}}});for(var b=[],h=0,C=T.length;hS.readability.contentScore){b.splice(B,0,D),b.length>this._nbTopCandidates&&b.pop();break}}}var y=b[0]||null,_=!1,k;if(y===null||y.tagName==="BODY"){for(y=a.createElement("DIV"),_=!0;r.firstChild;)this.log("Moving child out:",r.firstChild),y.appendChild(r.firstChild);r.appendChild(y),this._initializeNode(y)}else if(y){for(var v=[],I=1;I=.75&&v.push(this._getNodeAncestors(b[I]));var F=3;if(v.length>=F)for(k=y.parentNode;k.tagName!=="BODY";){for(var L=0,U=0;U=F){y=k;break}k=k.parentNode}y.readability||this._initializeNode(y),k=y.parentNode;for(var N=y.readability.contentScore,q=N/3;k.tagName!=="BODY";){if(!k.readability){k=k.parentNode;continue}var A=k.readability.contentScore;if(AN){y=k;break}N=k.readability.contentScore,k=k.parentNode}for(k=y.parentNode;k.tagName!="BODY"&&k.children.length==1;)y=k,k=y.parentNode;y.readability||this._initializeNode(y)}var E=a.createElement("DIV");i&&(E.id="readability-content");var P=Math.max(10,y.readability.contentScore*.2);k=y.parentNode;for(var O=k.children,H=0,j=O.length;H=P)V=!0;else if(W.nodeName==="P"){var X=this._getLinkDensity(W),Z=this._getInnerText(W),ue=Z.length;(ue>80&&X<.25||ue<80&&ue>0&&X===0&&Z.search(/\.( |$)/)!==-1)&&(V=!0)}}V&&(this.log("Appending node:",W),this.ALTER_TO_DIV_EXCEPTIONS.indexOf(W.nodeName)===-1&&(this.log("Altering sibling:",W,"to div."),W=this._setNodeTag(W,"DIV")),E.appendChild(W),O=k.children,H-=1,j-=1)}if(this._debug&&this.log("Article content pre-prep: "+E.innerHTML),this._prepArticle(E),this._debug&&this.log("Article content post-prep: "+E.innerHTML),_)y.id="readability-page-1",y.className="page";else{var ge=a.createElement("DIV");for(ge.id="readability-page-1",ge.className="page";E.firstChild;)ge.appendChild(E.firstChild);E.appendChild(ge)}this._debug&&this.log("Article content after paging: "+E.innerHTML);var te=!0,Y=this._getInnerText(E,!0).length;if(Y0&&r.length<100):!1},_unescapeHtmlEntities:function(r){if(!r)return r;var a=this.HTML_ESCAPE_MAP;return r.replace(/&(quot|amp|apos|lt|gt);/g,function(i,o){return a[o]}).replace(/&#(?:x([0-9a-z]{1,4})|([0-9]{1,4}));/gi,function(i,o,s){var u=parseInt(o||s,o?16:10);return String.fromCharCode(u)})},_getJSONLD:function(r){var a=this._getAllNodesWithTag(r,["script"]),i;return this._forEachNode(a,function(o){if(!i&&o.getAttribute("type")==="application/ld+json")try{var s=o.textContent.replace(/^\s*\s*$/g,""),u=JSON.parse(s);if(!u["@context"]||!u["@context"].match(/^https?\:\/\/schema\.org$/)||(!u["@type"]&&Array.isArray(u["@graph"])&&(u=u["@graph"].find(function(g){return(g["@type"]||"").match(this.REGEXPS.jsonLdArticleTypes)})),!u||!u["@type"]||!u["@type"].match(this.REGEXPS.jsonLdArticleTypes)))return;if(i={},typeof u.name=="string"&&typeof u.headline=="string"&&u.name!==u.headline){var l=this._getArticleTitle(),c=this._textSimilarity(u.name,l)>.75,p=this._textSimilarity(u.headline,l)>.75;p&&!c?i.title=u.headline:i.title=u.name}else typeof u.name=="string"?i.title=u.name.trim():typeof u.headline=="string"&&(i.title=u.headline.trim());u.author&&(typeof u.author.name=="string"?i.byline=u.author.name.trim():Array.isArray(u.author)&&u.author[0]&&typeof u.author[0].name=="string"&&(i.byline=u.author.filter(function(g){return g&&typeof g.name=="string"}).map(function(g){return g.name.trim()}).join(", "))),typeof u.description=="string"&&(i.excerpt=u.description.trim()),u.publisher&&typeof u.publisher.name=="string"&&(i.siteName=u.publisher.name.trim());return}catch(g){this.log(g.message)}}),i||{}},_getArticleMetadata:function(r){var a={},i={},o=this._doc.getElementsByTagName("meta"),s=/\s*(dc|dcterm|og|twitter)\s*:\s*(author|creator|description|title|site_name)\s*/gi,u=/^\s*(?:(dc|dcterm|og|twitter|weibo:(article|webpage))\s*[\.:]\s*)?(author|creator|description|title|site_name)\s*$/i;return this._forEachNode(o,function(l){var c=l.getAttribute("name"),p=l.getAttribute("property"),g=l.getAttribute("content");if(g){var m=null,f=null;p&&(m=p.match(s),m&&(f=m[0].toLowerCase().replace(/\s/g,""),i[f]=g.trim())),!m&&c&&u.test(c)&&(f=c,g&&(f=f.toLowerCase().replace(/\s/g,"").replace(/\./g,":"),i[f]=g.trim()))}}),a.title=r.title||i["dc:title"]||i["dcterm:title"]||i["og:title"]||i["weibo:article:title"]||i["weibo:webpage:title"]||i.title||i["twitter:title"],a.title||(a.title=this._getArticleTitle()),a.byline=r.byline||i["dc:creator"]||i["dcterm:creator"]||i.author,a.excerpt=r.excerpt||i["dc:description"]||i["dcterm:description"]||i["og:description"]||i["weibo:article:description"]||i["weibo:webpage:description"]||i.description||i["twitter:description"],a.siteName=r.siteName||i["og:site_name"],a.title=this._unescapeHtmlEntities(a.title),a.byline=this._unescapeHtmlEntities(a.byline),a.excerpt=this._unescapeHtmlEntities(a.excerpt),a.siteName=this._unescapeHtmlEntities(a.siteName),a},_isSingleImage:function(r){return r.tagName==="IMG"?!0:r.children.length!==1||r.textContent.trim()!==""?!1:this._isSingleImage(r.children[0])},_unwrapNoscriptImages:function(r){var a=Array.from(r.getElementsByTagName("img"));this._forEachNode(a,function(o){for(var s=0;s"u"?!0:a;var i=r.textContent.trim();return a?i.replace(this.REGEXPS.normalize," "):i},_getCharCount:function(r,a){return a=a||",",this._getInnerText(r).split(a).length-1},_cleanStyles:function(r){if(!(!r||r.tagName.toLowerCase()==="svg")){for(var a=0;a0&&s>i)return!1;if(r.parentNode.tagName===a&&(!o||o(r.parentNode)))return!0;r=r.parentNode,s++}return!1},_getRowAndColumnCount:function(r){for(var a=0,i=0,o=r.getElementsByTagName("tr"),s=0;s0){o._readabilityDataTable=!0;continue}var p=["col","colgroup","tfoot","thead","th"],g=function(f){return!!o.getElementsByTagName(f)[0]};if(p.some(g)){this.log("Data table because found data-y descendant"),o._readabilityDataTable=!0;continue}if(o.getElementsByTagName("table")[0]){o._readabilityDataTable=!1;continue}var m=this._getRowAndColumnCount(o);if(m.rows>=10||m.columns>4){o._readabilityDataTable=!0;continue}o._readabilityDataTable=m.rows*m.columns>10}},_fixLazyImages:function(r){this._forEachNode(this._getAllNodesWithTag(r,["img","picture","figure"]),function(a){if(a.src&&this.REGEXPS.b64DataUrl.test(a.src)){var i=this.REGEXPS.b64DataUrl.exec(a.src);if(i[1]==="image/svg+xml")return;for(var o=!1,s=0;so+=this._getInnerText(u,!0).length),o/i},_cleanConditionally:function(r,a){this._flagIsActive(this.FLAG_CLEAN_CONDITIONALLY)&&this._removeNodes(this._getAllNodesWithTag(r,[a]),function(i){var o=function(k){return k._readabilityDataTable},s=a==="ul"||a==="ol";if(!s){var u=0,l=this._getAllNodesWithTag(i,["ul","ol"]);this._forEachNode(l,k=>u+=this._getInnerText(k).length),s=u/this._getInnerText(i).length>.9}if(a==="table"&&o(i)||this._hasAncestorTag(i,"table",-1,o)||this._hasAncestorTag(i,"code"))return!1;var c=this._getClassWeight(i);this.log("Cleaning Conditionally",i);var p=0;if(c+p<0)return!0;if(this._getCharCount(i,",")<10){for(var g=i.getElementsByTagName("p").length,m=i.getElementsByTagName("img").length,f=i.getElementsByTagName("li").length-100,T=i.getElementsByTagName("input").length,b=this._getTextDensity(i,["h1","h2","h3","h4","h5","h6"]),h=0,C=this._getAllNodesWithTag(i,["object","embed","iframe"]),D=0;D1&&g/m<.5&&!this._hasAncestorTag(i,"figure")||!s&&f>g||T>Math.floor(g/3)||!s&&b<.9&&S<25&&(m===0||m>2)&&!this._hasAncestorTag(i,"figure")||!s&&c<25&&B>.2||c>=25&&B>.5||h===1&&S<75||h>1;if(s&&y){for(var _=0;_1)return y;let k=i.getElementsByTagName("li").length;if(m==k)return!1}return y}return!1})},_cleanMatchedNodes:function(r,a){for(var i=this._getNextNode(r,!0),o=this._getNextNode(r);o&&o!=i;)a.call(this,o,o.className+" "+o.id)?o=this._removeAndGetNext(o):o=this._getNextNode(o)},_cleanHeaders:function(r){let a=this._getAllNodesWithTag(r,["h1","h2"]);this._removeNodes(a,function(i){let o=this._getClassWeight(i)<0;return o&&this.log("Removing header with low class weight:",i),o})},_headerDuplicatesTitle:function(r){if(r.tagName!="H1"&&r.tagName!="H2")return!1;var a=this._getInnerText(r,!1);return this.log("Evaluating similarity of header:",a,this._articleTitle),this._textSimilarity(this._articleTitle,a)>.75},_flagIsActive:function(r){return(this._flags&r)>0},_removeFlag:function(r){this._flags=this._flags&~r},_isProbablyVisible:function(r){return(!r.style||r.style.display!="none")&&!r.hasAttribute("hidden")&&(!r.hasAttribute("aria-hidden")||r.getAttribute("aria-hidden")!="true"||r.className&&r.className.indexOf&&r.className.indexOf("fallback-image")!==-1)},parse:function(){if(this._maxElemsToParse>0){var r=this._doc.getElementsByTagName("*").length;if(r>this._maxElemsToParse)throw new Error("Aborting parsing document; "+r+" elements found")}this._unwrapNoscriptImages(this._doc);var a=this._disableJSONLD?{}:this._getJSONLD(this._doc);this._removeScripts(this._doc),this._prepDocument();var i=this._getArticleMetadata(a);this._articleTitle=i.title;var o=this._grabArticle();if(!o)return null;if(this.log("Grabbed: "+o.innerHTML),this._postProcessContent(o),!i.excerpt){var s=o.getElementsByTagName("p");s.length>0&&(i.excerpt=s[0].textContent.trim())}var u=o.textContent;return{title:this._articleTitle,byline:i.byline||this._articleByline,dir:this._articleDir,lang:this._articleLang,content:this._serializer(o),textContent:u,length:u.length,excerpt:i.excerpt,siteName:i.siteName||this._articleSiteName}}},typeof e=="object"&&(e.exports=n)}),_E=h0((t,e)=>{var n={unlikelyCandidates:/-ad-|ai2html|banner|breadcrumbs|combx|comment|community|cover-wrap|disqus|extra|footer|gdpr|header|legends|menu|related|remark|replies|rss|shoutbox|sidebar|skyscraper|social|sponsor|supplemental|ad-break|agegate|pagination|pager|popup|yom-remote/i,okMaybeItsACandidate:/and|article|body|column|content|main|shadow/i};function r(i){return(!i.style||i.style.display!="none")&&!i.hasAttribute("hidden")&&(!i.hasAttribute("aria-hidden")||i.getAttribute("aria-hidden")!="true"||i.className&&i.className.indexOf&&i.className.indexOf("fallback-image")!==-1)}function a(i,o={}){typeof o=="function"&&(o={visibilityChecker:o});var s={minScore:20,minContentLength:140,visibilityChecker:r};o=Object.assign(s,o);var u=i.querySelectorAll("p, pre, article"),l=i.querySelectorAll("div > br");if(l.length){var c=new Set(u);[].forEach.call(l,function(g){c.add(g.parentNode)}),u=Array.from(c)}var p=0;return[].some.call(u,function(g){if(!o.visibilityChecker(g))return!1;var m=g.className+" "+g.id;if(n.unlikelyCandidates.test(m)&&!n.okMaybeItsACandidate.test(m)||g.matches("li p"))return!1;var f=g.textContent.trim().length;return fo.minScore)})}typeof e=="object"&&(e.exports=a)}),tb=h0((t,e)=>{var n=LE(),r=_E();e.exports={Readability:n,isProbablyReaderable:r}}),nb={};kE(nb,{Readability:()=>ju,default:()=>ib,isProbablyReaderable:()=>ab});var rb=eb(tb());PE(nb,eb(tb()));var{Readability:ju,isProbablyReaderable:ab}=rb,{default:X4,...FE}=rb,ib=X4!==void 0?X4:FE;var $a={};tu($a,{Breadcrumbs:()=>ta,BrowserClient:()=>Mi,Dedupe:()=>ia,FunctionToString:()=>Ka,GlobalHandlers:()=>fr,HttpContext:()=>aa,Hub:()=>Or,InboundFilters:()=>Ga,Integrations:()=>pw,LinkedErrors:()=>ra,SDK_VERSION:()=>Fi,Scope:()=>On,TryCatch:()=>na,addBreadcrumb:()=>el,addGlobalEventProcessor:()=>mr,captureEvent:()=>Ju,captureException:()=>Li,captureMessage:()=>Zu,chromeStackLineParser:()=>$0,close:()=>b3,configureScope:()=>Xu,createTransport:()=>is,defaultIntegrations:()=>tp,defaultStackLineParsers:()=>Z0,defaultStackParser:()=>pl,flush:()=>h3,forceLoad:()=>m3,geckoStackLineParser:()=>Y0,getCurrentHub:()=>Le,getHubFromCarrier:()=>zn,init:()=>d3,lastEventId:()=>g3,makeFetchTransport:()=>os,makeMain:()=>Pi,onLoad:()=>f3,opera10StackLineParser:()=>Zb,opera11StackLineParser:()=>Jb,setContext:()=>tl,setExtra:()=>rl,setExtras:()=>nl,setTag:()=>il,setTags:()=>al,setUser:()=>ol,showReportDialog:()=>p3,startTransaction:()=>sl,winjsStackLineParser:()=>Q0,withScope:()=>_i,wrap:()=>T3});d();d();d();d();d();d();d();d();d();var ob=Object.prototype.toString;function Hu(t){switch(ob.call(t)){case"[object Error]":case"[object Exception]":case"[object DOMException]":return!0;default:return dr(t,Error)}}function Vo(t,e){return ob.call(t)===`[object ${e}]`}function Wu(t){return Vo(t,"ErrorEvent")}function sb(t){return Vo(t,"DOMException")}function Fr(t){return Vo(t,"String")}function $o(t){return t===null||typeof t!="object"&&typeof t!="function"}function Zn(t){return Vo(t,"Object")}function Yo(t){return typeof Event<"u"&&dr(t,Event)}function ub(t){return!1}function lb(t){return Vo(t,"RegExp")}function wi(t){return!!(t&&t.then&&typeof t.then=="function")}function cb(t){return Zn(t)&&"nativeEvent"in t&&"preventDefault"in t&&"stopPropagation"in t}function db(t){return typeof t=="number"&&t!==t}function dr(t,e){try{return t instanceof e}catch{return!1}}function Qo(t,e){try{let n=t,r=5,a=80,i=[],o=0,s=0,u=" > ",l=u.length,c;for(;n&&o++1&&s+i.length*l+c.length>=a));)i.push(c),s+=c.length,n=n.parentNode;return i.reverse().join(u)}catch{return""}}function ME(t,e){let n=t,r=[],a,i,o,s,u;if(!n||!n.tagName)return"";r.push(n.tagName.toLowerCase());let l=e&&e.length?e.filter(p=>n.getAttribute(p)).map(p=>[p,n.getAttribute(p)]):null;if(l&&l.length)l.forEach(p=>{r.push(`[${p[0]}="${p[1]}"]`)});else if(n.id&&r.push(`#${n.id}`),a=n.className,a&&Fr(a))for(i=a.split(/\s+/),u=0;u1&&(u=c.slice(0,-1).join("/"),l=c.pop()),l){let p=l.match(/^\d+/);p&&(l=p[0])}return gb({host:i,pass:a,path:u,projectId:l,port:o,protocol:n,publicKey:r})}function gb(t){return{protocol:t.protocol,publicKey:t.publicKey||"",pass:t.pass||"",host:t.host,port:t.port||"",path:t.path||"",projectId:t.projectId}}function OE(t){if(!!1)return;let{port:e,projectId:n,protocol:r}=t;if(["protocol","publicKey","host","projectId"].forEach(i=>{if(!t[i])throw new Tt(`Invalid Sentry Dsn: ${String(i)} missing`)}),!n.match(/^\d+$/))throw new Tt(`Invalid Sentry Dsn: Invalid projectId ${n}`);if(!IE(r))throw new Tt(`Invalid Sentry Dsn: Invalid protocol ${r}`);if(e&&isNaN(parseInt(e,10)))throw new Tt(`Invalid Sentry Dsn: Invalid port ${e}`);return!0}function Ku(t){let e=typeof t=="string"?RE(t):gb(t);return OE(e),e}d();var zE={};function it(){return typeof window<"u"?window:typeof self<"u"?self:zE}function Di(t,e,n){let r=n||it(),a=r.__SENTRY__=r.__SENTRY__||{};return a[t]||(a[t]=e())}d();d();var Zo=["debug","info","warn","error","log","assert","trace"];function b0(t){if(!("console"in it()))return t();let n=console,r={};Zo.forEach(a=>{let i=n[a]&&n[a].__sentry_original__;a in console&&i&&(r[a]=n[a],n[a]=i)});try{return t()}finally{Object.keys(r).forEach(a=>{n[a]=r[a]})}}function mb(){let t=!1,e={enable:()=>{t=!0},disable:()=>{t=!1}};return!1?Zo.forEach(n=>{e[n]=(...r)=>{t&&b0(()=>{})}}):Zo.forEach(n=>{e[n]=()=>{}}),e}var Se;!1?Se=Di("logger",mb):Se=mb();d();d();function ja(t,e=0){return typeof t!="string"||e===0||t.length<=e?t:`${t.substr(0,e)}...`}function T0(t,e){if(!Array.isArray(t))return"";let n=[];for(let r=0;r`${encodeURIComponent(e)}=${encodeURIComponent(t[e])}`).join("&")}function S0(t){if(Hu(t))return{message:t.message,name:t.name,stack:t.stack,...hb(t)};if(Yo(t)){let e={type:t.type,target:fb(t.target),currentTarget:fb(t.currentTarget),...hb(t)};return typeof CustomEvent<"u"&&dr(t,CustomEvent)&&(e.detail=t.detail),e}else return t}function fb(t){try{return ub(t)?Qo(t):Object.prototype.toString.call(t)}catch{return""}}function hb(t){if(typeof t=="object"&&t!==null){let e={};for(let n in t)Object.prototype.hasOwnProperty.call(t,n)&&(e[n]=t[n]);return e}else return{}}function Tb(t,e=40){let n=Object.keys(S0(t));if(n.sort(),!n.length)return"[object has no keys]";if(n[0].length>=e)return ja(n[0],e);for(let r=n.length;r>0;r--){let a=n.slice(0,r).join(", ");if(!(a.length>e))return r===n.length?a:ja(a,e)}return""}function Ha(t){return y0(t,new Map)}function y0(t,e){if(Zn(t)){let n=e.get(t);if(n!==void 0)return n;let r={};e.set(t,r);for(let a of Object.keys(t))typeof t[a]<"u"&&(r[a]=y0(t[a],e));return r}if(Array.isArray(t)){let n=e.get(t);if(n!==void 0)return n;let r=[];return e.set(t,r),t.forEach(a=>{r.push(y0(a,e))}),r}return t}d();var NE=50;function E0(...t){let e=t.sort((n,r)=>n[0]-r[0]).map(n=>n[1]);return(n,r=0)=>{let a=[];for(let i of n.split(` +`+T+"]"}return r.pop(),a=T,h}},ix={parse:JS,stringify:ax},ox=ix,Mu=ox;d();d();var V_=Number.isNaN||function(t){return typeof t=="number"&&t!==t};d();d();var Bu=globalThis||(typeof window<"u"?window:self),ux=Object.create,Jd=Object.defineProperty,lx=Object.getOwnPropertyDescriptor,cx=Object.getOwnPropertyNames,dx=Object.getPrototypeOf,px=Object.prototype.hasOwnProperty,gx=(t,e)=>()=>(e||t((e={exports:{}}).exports,e),e.exports),mx=(t,e)=>{for(var n in e)Jd(t,n,{get:e[n],enumerable:!0})},Zd=(t,e,n,r)=>{if(e&&typeof e=="object"||typeof e=="function")for(let a of cx(e))!px.call(t,a)&&a!==n&&Jd(t,a,{get:()=>e[a],enumerable:!(r=lx(e,a))||r.enumerable});return t},fx=(t,e,n)=>(Zd(t,e,"default"),n&&Zd(n,e,"default")),S4=(t,e,n)=>(n=t!=null?ux(dx(t)):{},Zd(e||!t||!t.__esModule?Jd(n,"default",{value:t,enumerable:!0}):n,t)),x4=gx((t,e)=>{var n="Expected a function",r=NaN,a="[object Symbol]",i=/^\s+|\s+$/g,o=/^[-+]0x[0-9a-f]+$/i,s=/^0b[01]+$/i,u=/^0o[0-7]+$/i,l=parseInt,c=typeof Bu=="object"&&Bu&&Bu.Object===Object&&Bu,p=typeof self=="object"&&self&&self.Object===Object&&self,m=c||p||Function("return this")(),g=Object.prototype,f=g.toString,T=Math.max,b=Math.min,h=function(){return m.Date.now()};function C(L,A,y){var I,F,_,U,N,q,k=0,E=!1,P=!1,O=!0;if(typeof L!="function")throw new TypeError(n);A=v(A)||0,M(y)&&(E=!!y.leading,P="maxWait"in y,_=P?T(v(y.maxWait)||0,A):_,O="trailing"in y?!!y.trailing:O);function H(te){var Y=I,Te=F;return I=F=void 0,k=te,U=L.apply(Te,Y),U}function j(te){return k=te,N=setTimeout(se,A),E?H(te):U}function W(te){var Y=te-q,Te=te-k,ae=A-Y;return P?b(ae,_-Te):ae}function V(te){var Y=te-q,Te=te-k;return q===void 0||Y>=A||Y<0||P&&Te>=_}function se(){var te=h();if(V(te))return X(te);N=setTimeout(se,W(te))}function X(te){return N=void 0,O&&I?H(te):(I=F=void 0,U)}function Z(){N!==void 0&&clearTimeout(N),k=0,I=q=F=N=void 0}function ue(){return N===void 0?U:X(h())}function ge(){var te=h(),Y=V(te);if(I=arguments,F=this,q=te,Y){if(N===void 0)return j(q);if(P)return N=setTimeout(se,A),H(q)}return N===void 0&&(N=setTimeout(se,A)),U}return ge.cancel=Z,ge.flush=ue,ge}function D(L,A,y){var I=!0,F=!0;if(typeof L!="function")throw new TypeError(n);return M(y)&&(I="leading"in y?!!y.leading:I,F="trailing"in y?!!y.trailing:F),C(L,A,{leading:I,maxWait:A,trailing:F})}function M(L){var A=typeof L;return!!L&&(A=="object"||A=="function")}function B(L){return!!L&&typeof L=="object"}function S(L){return typeof L=="symbol"||B(L)&&f.call(L)==a}function v(L){if(typeof L=="number")return L;if(S(L))return r;if(M(L)){var A=typeof L.valueOf=="function"?L.valueOf():L;L=M(A)?A+"":A}if(typeof L!="string")return L===0?L:+L;L=L.replace(i,"");var y=s.test(L);return y||u.test(L)?l(L.slice(2),y?2:8):o.test(L)?r:+L}e.exports=D}),E4={};mx(E4,{default:()=>Vn});var hx=S4(x4());fx(E4,S4(x4()));var{default:v4,...bx}=hx,Vn=v4!==void 0?v4:bx;d();d();var Iu=globalThis||(typeof window<"u"?window:self),Tx=Object.create,e0=Object.defineProperty,yx=Object.getOwnPropertyDescriptor,vx=Object.getOwnPropertyNames,Sx=Object.getPrototypeOf,xx=Object.prototype.hasOwnProperty,Ex=(t,e)=>()=>(e||t((e={exports:{}}).exports,e),e.exports),Cx=(t,e)=>{for(var n in e)e0(t,n,{get:e[n],enumerable:!0})},Xd=(t,e,n,r)=>{if(e&&typeof e=="object"||typeof e=="function")for(let a of vx(e))!xx.call(t,a)&&a!==n&&e0(t,a,{get:()=>e[a],enumerable:!(r=yx(e,a))||r.enumerable});return t},wx=(t,e,n)=>(Xd(t,e,"default"),n&&Xd(n,e,"default")),w4=(t,e,n)=>(n=t!=null?Tx(Sx(t)):{},Xd(e||!t||!t.__esModule?e0(n,"default",{value:t,enumerable:!0}):n,t)),D4=Ex((t,e)=>{var n="Expected a function",r=NaN,a="[object Symbol]",i=/^\s+|\s+$/g,o=/^[-+]0x[0-9a-f]+$/i,s=/^0b[01]+$/i,u=/^0o[0-7]+$/i,l=parseInt,c=typeof Iu=="object"&&Iu&&Iu.Object===Object&&Iu,p=typeof self=="object"&&self&&self.Object===Object&&self,m=c||p||Function("return this")(),g=Object.prototype,f=g.toString,T=Math.max,b=Math.min,h=function(){return m.Date.now()};function C(v,L,A){var y,I,F,_,U,N,q=0,k=!1,E=!1,P=!0;if(typeof v!="function")throw new TypeError(n);L=S(L)||0,D(A)&&(k=!!A.leading,E="maxWait"in A,F=E?T(S(A.maxWait)||0,L):F,P="trailing"in A?!!A.trailing:P);function O(ge){var te=y,Y=I;return y=I=void 0,q=ge,_=v.apply(Y,te),_}function H(ge){return q=ge,U=setTimeout(V,L),k?O(ge):_}function j(ge){var te=ge-N,Y=ge-q,Te=L-te;return E?b(Te,F-Y):Te}function W(ge){var te=ge-N,Y=ge-q;return N===void 0||te>=L||te<0||E&&Y>=F}function V(){var ge=h();if(W(ge))return se(ge);U=setTimeout(V,j(ge))}function se(ge){return U=void 0,P&&y?O(ge):(y=I=void 0,_)}function X(){U!==void 0&&clearTimeout(U),q=0,y=N=I=U=void 0}function Z(){return U===void 0?_:se(h())}function ue(){var ge=h(),te=W(ge);if(y=arguments,I=this,N=ge,te){if(U===void 0)return H(N);if(E)return U=setTimeout(V,L),O(N)}return U===void 0&&(U=setTimeout(V,L)),_}return ue.cancel=X,ue.flush=Z,ue}function D(v){var L=typeof v;return!!v&&(L=="object"||L=="function")}function M(v){return!!v&&typeof v=="object"}function B(v){return typeof v=="symbol"||M(v)&&f.call(v)==a}function S(v){if(typeof v=="number")return v;if(B(v))return r;if(D(v)){var L=typeof v.valueOf=="function"?v.valueOf():v;v=D(L)?L+"":L}if(typeof v!="string")return v===0?v:+v;v=v.replace(i,"");var A=s.test(v);return A||u.test(v)?l(v.slice(2),A?2:8):o.test(v)?r:+v}e.exports=C}),A4={};Cx(A4,{default:()=>qo});var Dx=w4(D4());wx(A4,w4(D4()));var{default:C4,...Ax}=Dx,qo=C4!==void 0?C4:Ax;d();d();var kx=Object.create,n0=Object.defineProperty,Px=Object.getOwnPropertyDescriptor,Lx=Object.getOwnPropertyNames,_x=Object.getPrototypeOf,Fx=Object.prototype.hasOwnProperty,Mx=(t,e)=>()=>(e||t((e={exports:{}}).exports,e),e.exports),Bx=(t,e)=>{for(var n in e)n0(t,n,{get:e[n],enumerable:!0})},t0=(t,e,n,r)=>{if(e&&typeof e=="object"||typeof e=="function")for(let a of Lx(e))!Fx.call(t,a)&&a!==n&&n0(t,a,{get:()=>e[a],enumerable:!(r=Px(e,a))||r.enumerable});return t},Ix=(t,e,n)=>(t0(t,e,"default"),n&&t0(n,e,"default")),P4=(t,e,n)=>(n=t!=null?kx(_x(t)):{},t0(e||!t||!t.__esModule?n0(n,"default",{value:t,enumerable:!0}):n,t)),L4=Mx((t,e)=>{(function(n,r){typeof t=="object"&&typeof e=="object"?e.exports=r():typeof define=="function"&&define.amd?define([],r):typeof t=="object"?t.notie=r():n.notie=r()})(t,function(){return function(n){function r(i){if(a[i])return a[i].exports;var o=a[i]={i,l:!1,exports:{}};return n[i].call(o.exports,o,o.exports,r),o.l=!0,o.exports}var a={};return r.m=n,r.c=a,r.i=function(i){return i},r.d=function(i,o,s){r.o(i,o)||Object.defineProperty(i,o,{configurable:!1,enumerable:!0,get:s})},r.n=function(i){var o=i&&i.__esModule?function(){return i.default}:function(){return i};return r.d(o,"a",o),o},r.o=function(i,o){return Object.prototype.hasOwnProperty.call(i,o)},r.p="",r(r.s=1)}([function(n,r){n.exports=function(a){return a.webpackPolyfill||(a.deprecate=function(){},a.paths=[],a.children||(a.children=[]),Object.defineProperty(a,"loaded",{enumerable:!0,get:function(){return a.l}}),Object.defineProperty(a,"id",{enumerable:!0,get:function(){return a.i}}),a.webpackPolyfill=1),a}},function(n,r,a){"use strict";(function(i){var o,s,u,l=typeof Symbol=="function"&&typeof Symbol.iterator=="symbol"?function(c){return typeof c}:function(c){return c&&typeof Symbol=="function"&&c.constructor===Symbol&&c!==Symbol.prototype?"symbol":typeof c};(function(c,p){l(r)==="object"&&l(i)==="object"?i.exports=p():(s=[],o=p,u=typeof o=="function"?o.apply(r,s):o,u!==void 0&&(i.exports=u))})(void 0,function(){return function(c){function p(g){if(m[g])return m[g].exports;var f=m[g]={i:g,l:!1,exports:{}};return c[g].call(f.exports,f,f.exports,p),f.l=!0,f.exports}var m={};return p.m=c,p.c=m,p.i=function(g){return g},p.d=function(g,f,T){p.o(g,f)||Object.defineProperty(g,f,{configurable:!1,enumerable:!0,get:T})},p.n=function(g){var f=g&&g.__esModule?function(){return g.default}:function(){return g};return p.d(f,"a",f),f},p.o=function(g,f){return Object.prototype.hasOwnProperty.call(g,f)},p.p="",p(p.s=0)}([function(c,p,m){function g(j,W){var V={};for(var se in j)W.indexOf(se)>=0||Object.prototype.hasOwnProperty.call(j,se)&&(V[se]=j[se]);return V}Object.defineProperty(p,"__esModule",{value:!0});var f=typeof Symbol=="function"&&l(Symbol.iterator)==="symbol"?function(j){return typeof j>"u"?"undefined":l(j)}:function(j){return j&&typeof Symbol=="function"&&j.constructor===Symbol&&j!==Symbol.prototype?"symbol":typeof j>"u"?"undefined":l(j)},T=Object.assign||function(j){for(var W=1;W'+se+"",Te.onclick=function(){return F(ae,Y)},Te.listener=function(ie){(A(ie)||y(ie))&&N()},I(Te,Y),Z&&Z<1&&(Z=1),!ge&&Z&&M(Z).then(function(){return F(ae,Y)})},k=p.force=function(j,W){var V=j.type,se=V===void 0?5:V,X=j.text,Z=j.buttonText,ue=Z===void 0?"OK":Z,ge=j.callback,te=j.position,Y=te===void 0?h.positions.force||Y.top:te;B(),N();var Te=document.createElement("div"),ae=S();Te.id=ae;var ie=document.createElement("div");ie.classList.add(h.classes.textbox),ie.classList.add(h.classes.backgroundInfo),ie.innerHTML='
'+X+"
";var Ee=document.createElement("div");Ee.classList.add(h.classes.button),Ee.classList.add(v[se]),Ee.innerHTML=ue,Ee.onclick=function(){F(ae,Y),U(),ge?ge():W&&W()},Te.appendChild(ie),Te.appendChild(Ee),Te.listener=function(ze){A(ze)&&Ee.click()},I(Te,Y),_()},E=p.confirm=function(j,W,V){var se=j.text,X=j.submitText,Z=X===void 0?"Yes":X,ue=j.cancelText,ge=ue===void 0?"Cancel":ue,te=j.submitCallback,Y=j.cancelCallback,Te=j.position,ae=Te===void 0?h.positions.confirm||ae.top:Te;B(),N();var ie=document.createElement("div"),Ee=S();ie.id=Ee;var ze=document.createElement("div");ze.classList.add(h.classes.textbox),ze.classList.add(h.classes.backgroundInfo),ze.innerHTML='
'+se+"
";var _e=document.createElement("div");_e.classList.add(h.classes.button),_e.classList.add(h.classes.elementHalf),_e.classList.add(h.classes.backgroundSuccess),_e.innerHTML=Z,_e.onclick=function(){F(Ee,ae),U(),te?te():W&&W()};var ce=document.createElement("div");ce.classList.add(h.classes.button),ce.classList.add(h.classes.elementHalf),ce.classList.add(h.classes.backgroundError),ce.innerHTML=ge,ce.onclick=function(){F(Ee,ae),U(),Y?Y():V&&V()},ie.appendChild(ze),ie.appendChild(_e),ie.appendChild(ce),ie.listener=function(pt){A(pt)?_e.click():y(pt)&&ce.click()},I(ie,ae),_(ie,ae)},P=function(j,W,V){var se=j.text,X=j.submitText,Z=X===void 0?"Submit":X,ue=j.cancelText,ge=ue===void 0?"Cancel":ue,te=j.submitCallback,Y=j.cancelCallback,Te=j.position,ae=Te===void 0?h.positions.input||ae.top:Te,ie=g(j,["text","submitText","cancelText","submitCallback","cancelCallback","position"]);B(),N();var Ee=document.createElement("div"),ze=S();Ee.id=ze;var _e=document.createElement("div");_e.classList.add(h.classes.textbox),_e.classList.add(h.classes.backgroundInfo),_e.innerHTML='
'+se+"
";var ce=document.createElement("input");ce.classList.add(h.classes.inputField),ce.setAttribute("autocapitalize",ie.autocapitalize||"none"),ce.setAttribute("autocomplete",ie.autocomplete||"off"),ce.setAttribute("autocorrect",ie.autocorrect||"off"),ce.setAttribute("autofocus",ie.autofocus||"true"),ce.setAttribute("inputmode",ie.inputmode||"verbatim"),ce.setAttribute("max",ie.max||""),ce.setAttribute("maxlength",ie.maxlength||""),ce.setAttribute("min",ie.min||""),ce.setAttribute("minlength",ie.minlength||""),ce.setAttribute("placeholder",ie.placeholder||""),ce.setAttribute("spellcheck",ie.spellcheck||"default"),ce.setAttribute("step",ie.step||"any"),ce.setAttribute("type",ie.type||"text"),ce.value=ie.value||"",ie.allowed&&(ce.oninput=function(){var ht=void 0;if(Array.isArray(ie.allowed)){for(var St="",on=ie.allowed,Mn=0;Mn'+V+"",Y.appendChild(ae),ue.forEach(function(Ee,ze){var _e=Ee.type,ce=_e===void 0?1:_e,pt=Ee.text,Pt=Ee.handler,ht=document.createElement("div");ht.classList.add(v[ce]),ht.classList.add(h.classes.button),ht.classList.add(h.classes.selectChoice);var St=ue[ze+1];St&&!St.type&&(St.type=1),St&&St.type===ce&&ht.classList.add(h.classes.selectChoiceRepeated),ht.innerHTML=pt,ht.onclick=function(){F(Te,te),U(),Pt()},Y.appendChild(ht)});var ie=document.createElement("div");ie.classList.add(h.classes.backgroundNeutral),ie.classList.add(h.classes.button),ie.innerHTML=X,ie.onclick=function(){F(Te,te),U(),Z?Z():W&&W()},Y.appendChild(ie),Y.listener=function(Ee){y(Ee)&&ie.click()},I(Y,te),_(Y,te)},H=p.date=function(j,W,V){var se=j.value,X=se===void 0?new Date:se,Z=j.submitText,ue=Z===void 0?"OK":Z,ge=j.cancelText,te=ge===void 0?"Cancel":ge,Y=j.submitCallback,Te=j.cancelCallback,ae=j.position,ie=ae===void 0?h.positions.date||ie.top:ae;B(),N();var Ee="▾",ze=document.createElement("div"),_e=document.createElement("div"),ce=document.createElement("div"),pt=function(gt){ze.innerHTML=h.dateMonths[gt.getMonth()],_e.innerHTML=gt.getDate(),ce.innerHTML=gt.getFullYear()},Pt=function(gt){var Ze=new Date(X.getFullYear(),X.getMonth()+1,0).getDate(),Cn=gt.target.textContent.replace(/^0+/,"").replace(/[^\d]/g,"").slice(0,2);Number(Cn)>Ze&&(Cn=Ze.toString()),gt.target.textContent=Cn,Number(Cn)<1&&(Cn="1"),X.setDate(Number(Cn))},ht=function(gt){var Ze=gt.target.textContent.replace(/^0+/,"").replace(/[^\d]/g,"").slice(0,4);gt.target.textContent=Ze,X.setFullYear(Number(Ze))},St=function(gt){pt(X)},on=function(gt){var Ze=new Date(X.getFullYear(),X.getMonth()+gt+1,0).getDate();X.getDate()>Ze&&X.setDate(Ze),X.setMonth(X.getMonth()+gt),pt(X)},Mn=function(gt){X.setDate(X.getDate()+gt),pt(X)},Ao=function(gt){var Ze=X.getFullYear()+gt;Ze<0?X.setFullYear(0):X.setFullYear(X.getFullYear()+gt),pt(X)},sr=document.createElement("div"),Fa=S();sr.id=Fa;var pi=document.createElement("div");pi.classList.add(h.classes.backgroundInfo);var $t=document.createElement("div");$t.classList.add(h.classes.dateSelectorInner);var Hn=document.createElement("div");Hn.classList.add(h.classes.button),Hn.classList.add(h.classes.elementThird),Hn.classList.add(h.classes.dateSelectorUp),Hn.innerHTML=Ee;var Yt=document.createElement("div");Yt.classList.add(h.classes.button),Yt.classList.add(h.classes.elementThird),Yt.classList.add(h.classes.dateSelectorUp),Yt.innerHTML=Ee;var En=document.createElement("div");En.classList.add(h.classes.button),En.classList.add(h.classes.elementThird),En.classList.add(h.classes.dateSelectorUp),En.innerHTML=Ee,ze.classList.add(h.classes.element),ze.classList.add(h.classes.elementThird),ze.innerHTML=h.dateMonths[X.getMonth()],_e.classList.add(h.classes.element),_e.classList.add(h.classes.elementThird),_e.setAttribute("contentEditable",!0),_e.addEventListener("input",Pt),_e.addEventListener("blur",St),_e.innerHTML=X.getDate(),ce.classList.add(h.classes.element),ce.classList.add(h.classes.elementThird),ce.setAttribute("contentEditable",!0),ce.addEventListener("input",ht),ce.addEventListener("blur",St),ce.innerHTML=X.getFullYear();var vr=document.createElement("div");vr.classList.add(h.classes.button),vr.classList.add(h.classes.elementThird),vr.innerHTML=Ee;var Sr=document.createElement("div");Sr.classList.add(h.classes.button),Sr.classList.add(h.classes.elementThird),Sr.innerHTML=Ee;var Ma=document.createElement("div");Ma.classList.add(h.classes.button),Ma.classList.add(h.classes.elementThird),Ma.innerHTML=Ee,Hn.onclick=function(){return on(1)},Yt.onclick=function(){return Mn(1)},En.onclick=function(){return Ao(1)},vr.onclick=function(){return on(-1)},Sr.onclick=function(){return Mn(-1)},Ma.onclick=function(){return Ao(-1)};var sn=document.createElement("div");sn.classList.add(h.classes.button),sn.classList.add(h.classes.elementHalf),sn.classList.add(h.classes.backgroundSuccess),sn.innerHTML=ue,sn.onclick=function(){F(Fa,ie),U(),Y?Y(X):W&&W(X)};var xr=document.createElement("div");xr.classList.add(h.classes.button),xr.classList.add(h.classes.elementHalf),xr.classList.add(h.classes.backgroundError),xr.innerHTML=te,xr.onclick=function(){F(Fa,ie),U(),Te?Te(X):V&&V(X)},$t.appendChild(Hn),$t.appendChild(Yt),$t.appendChild(En),$t.appendChild(ze),$t.appendChild(_e),$t.appendChild(ce),$t.appendChild(vr),$t.appendChild(Sr),$t.appendChild(Ma),pi.appendChild($t),sr.appendChild(pi),sr.appendChild(sn),sr.appendChild(xr),sr.listener=function(gt){A(gt)?sn.click():y(gt)&&xr.click()},I(sr,ie),_(sr,ie)};p.default={alert:q,force:k,confirm:E,input:P,select:O,date:H,setOptions:C,hideAlerts:N}}])})}).call(r,a(0)(n))}])})}),_4={};Bx(_4,{default:()=>Ru});var Rx=P4(L4());Ix(_4,P4(L4()));var{default:k4,...Ox}=Rx,Ru=k4!==void 0?k4:Ox;d();d();var Ou=typeof navigator<"u"?navigator.userAgent.toLowerCase().indexOf("firefox")>0:!1;function jo(t,e,n,r){t.addEventListener?t.addEventListener(e,n,r):t.attachEvent&&t.attachEvent(`on${e}`,()=>{n(window.event)})}function r0(t,e){let n=e.slice(0,e.length-1);for(let r=0;r=0;)e[n-1]+=",",e.splice(n,1),n=e.lastIndexOf("");return e}function F4(t,e){let n=t.length>=e.length?t:e,r=t.length>=e.length?e:t,a=!0;for(let i=0;ixi[t.toLowerCase()]||$n[t.toLowerCase()]||t.toUpperCase().charCodeAt(0),zx=t=>Object.keys(xi).find(e=>xi[e]===t),Nx=t=>Object.keys($n).find(e=>$n[e]===t);function z4(t){R4=t||"all"}function Ho(){return R4||"all"}function Ux(){return nt.slice(0)}function qx(){return nt.map(t=>zx(t)||Nx(t)||String.fromCharCode(t))}function jx(){let t=[];return Object.keys(mt).forEach(e=>{mt[e].forEach(({key:n,scope:r,mods:a,shortcut:i})=>{t.push({scope:r,shortcut:i,mods:a,keys:n.split("+").map(o=>Wo(o))})})}),t}function Hx(t){let e=t.target||t.srcElement,{tagName:n}=e,r=!0;return(e.isContentEditable||(n==="INPUT"||n==="TEXTAREA"||n==="SELECT")&&!e.readOnly)&&(r=!1),r}function Wx(t){return typeof t=="string"&&(t=Wo(t)),nt.indexOf(t)!==-1}function Kx(t,e){let n,r;t||(t=Ho());for(let a in mt)if(Object.prototype.hasOwnProperty.call(mt,a))for(n=mt[a],r=0;r=0&&nt.splice(n,1),t.key&&t.key.toLowerCase()==="meta"&&nt.splice(0,nt.length),(e===93||e===224)&&(e=91),e in Ut){Ut[e]=!1;for(let r in $n)$n[r]===e&&(_r[r]=!1)}}function N4(t,...e){if(typeof t>"u")Object.keys(mt).forEach(n=>delete mt[n]);else if(Array.isArray(t))t.forEach(n=>{n.key&&i0(n)});else if(typeof t=="object")t.key&&i0(t);else if(typeof t=="string"){let[n,r]=e;typeof n=="function"&&(r=n,n=""),i0({key:t,scope:n,method:r,splitKey:"+"})}}var i0=({key:t,scope:e,method:n,splitKey:r="+"})=>{a0(t).forEach(i=>{let o=i.split(r),s=o.length,u=o[s-1],l=u==="*"?"*":Wo(u);if(!mt[l])return;e||(e=Ho());let c=s>1?r0($n,o):[];mt[l]=mt[l].filter(p=>!((n?p.method===n:!0)&&p.scope===e&&F4(p.mods,c)))})};function B4(t,e,n,r){if(e.element!==r)return;let a;if(e.scope===n||e.scope==="all"){a=e.mods.length>0;for(let i in Ut)Object.prototype.hasOwnProperty.call(Ut,i)&&(!Ut[i]&&e.mods.indexOf(+i)>-1||Ut[i]&&e.mods.indexOf(+i)===-1)&&(a=!1);(e.mods.length===0&&!Ut[16]&&!Ut[18]&&!Ut[17]&&!Ut[91]||a||e.shortcut==="*")&&(e.keys=[],e.keys=e.keys.concat(nt),e.method(t,e)===!1&&(t.preventDefault?t.preventDefault():t.returnValue=!1,t.stopPropagation&&t.stopPropagation(),t.cancelBubble&&(t.cancelBubble=!0)))}}function I4(t,e){let n=mt["*"],r=t.keyCode||t.which||t.charCode;if(!_r.filter.call(this,t))return;if((r===93||r===224)&&(r=91),nt.indexOf(r)===-1&&r!==229&&nt.push(r),["ctrlKey","altKey","shiftKey","metaKey"].forEach(i=>{let o=zu[i];t[i]&&nt.indexOf(o)===-1?nt.push(o):!t[i]&&nt.indexOf(o)>-1?nt.splice(nt.indexOf(o),1):i==="metaKey"&&t[i]&&nt.length===3&&(t.ctrlKey||t.shiftKey||t.altKey||(nt=nt.slice(nt.indexOf(o))))}),r in Ut){Ut[r]=!0;for(let i in $n)$n[i]===r&&(_r[i]=!0);if(!n)return}for(let i in Ut)Object.prototype.hasOwnProperty.call(Ut,i)&&(Ut[i]=t[zu[i]]);t.getModifierState&&!(t.altKey&&!t.ctrlKey)&&t.getModifierState("AltGraph")&&(nt.indexOf(17)===-1&&nt.push(17),nt.indexOf(18)===-1&&nt.push(18),Ut[17]=!0,Ut[18]=!0);let a=Ho();if(n)for(let i=0;i-1}function _r(t,e,n){nt=[];let r=a0(t),a=[],i="all",o=document,s=0,u=!1,l=!0,c="+",p=!1,m=!1;for(n===void 0&&typeof e=="function"&&(n=e),Object.prototype.toString.call(e)==="[object Object]"&&(e.scope&&(i=e.scope),e.element&&(o=e.element),e.keyup&&(u=e.keyup),e.keydown!==void 0&&(l=e.keydown),e.capture!==void 0&&(p=e.capture),typeof e.splitKey=="string"&&(c=e.splitKey),e.single===!0&&(m=!0)),typeof e=="string"&&(i=e),m&&N4(t,i);s1&&(a=r0($n,t)),t=t[t.length-1],t=t==="*"?"*":Wo(t),t in mt||(mt[t]=[]),mt[t].push({keyup:u,keydown:l,scope:i,mods:a,shortcut:r[s],method:n,key:r[s],splitKey:c,element:o});typeof o<"u"&&!Vx(o)&&window&&(O4.push(o),jo(o,"keydown",g=>{I4(g,o)},p),M4||(M4=!0,jo(window,"focus",()=>{nt=[]},p),jo(window,"click",()=>{nt=[]},!1)),jo(o,"keyup",g=>{I4(g,o),Gx(g)},p))}function $x(t,e="all"){Object.keys(mt).forEach(n=>{mt[n].filter(a=>a.scope===e&&a.shortcut===t).forEach(a=>{a&&a.method&&a.method()})})}var o0={getPressedKeyString:qx,setScope:z4,getScope:Ho,deleteScope:Kx,getPressedKeyCodes:Ux,getAllKeyCodes:jx,isPressed:Wx,filter:Hx,trigger:$x,unbind:N4,keyMap:xi,modifier:$n,modifierMap:zu};for(let t in o0)Object.prototype.hasOwnProperty.call(o0,t)&&(_r[t]=o0[t]);if(typeof window<"u"){let t=window.hotkeys;_r.noConflict=e=>(e&&window.hotkeys===_r&&(window.hotkeys=t),_r),window.hotkeys=_r}var yn=_r;d();d();var Yx={"Amazon Silk":"amazon_silk","Android Browser":"android",Bada:"bada",BlackBerry:"blackberry",Chrome:"chrome",Chromium:"chromium",Electron:"electron",Epiphany:"epiphany",Firefox:"firefox",Focus:"focus",Generic:"generic","Google Search":"google_search",Googlebot:"googlebot","Internet Explorer":"ie","K-Meleon":"k_meleon",Maxthon:"maxthon","Microsoft Edge":"edge","MZ Browser":"mz","NAVER Whale Browser":"naver",Opera:"opera","Opera Coast":"opera_coast",PhantomJS:"phantomjs",Puffin:"puffin",QupZilla:"qupzilla",QQ:"qq",QQLite:"qqlite",Safari:"safari",Sailfish:"sailfish","Samsung Internet for Android":"samsung_internet",SeaMonkey:"seamonkey",Sleipnir:"sleipnir",Swing:"swing",Tizen:"tizen","UC Browser":"uc",Vivaldi:"vivaldi","WebOS Browser":"webos",WeChat:"wechat","Yandex Browser":"yandex",Roku:"roku"},q4={amazon_silk:"Amazon Silk",android:"Android Browser",bada:"Bada",blackberry:"BlackBerry",chrome:"Chrome",chromium:"Chromium",electron:"Electron",epiphany:"Epiphany",firefox:"Firefox",focus:"Focus",generic:"Generic",googlebot:"Googlebot",google_search:"Google Search",ie:"Internet Explorer",k_meleon:"K-Meleon",maxthon:"Maxthon",edge:"Microsoft Edge",mz:"MZ Browser",naver:"NAVER Whale Browser",opera:"Opera",opera_coast:"Opera Coast",phantomjs:"PhantomJS",puffin:"Puffin",qupzilla:"QupZilla",qq:"QQ Browser",qqlite:"QQ Browser Lite",safari:"Safari",sailfish:"Sailfish",samsung_internet:"Samsung Internet for Android",seamonkey:"SeaMonkey",sleipnir:"Sleipnir",swing:"Swing",tizen:"Tizen",uc:"UC Browser",vivaldi:"Vivaldi",webos:"WebOS Browser",wechat:"WeChat",yandex:"Yandex Browser"},Ct={tablet:"tablet",mobile:"mobile",desktop:"desktop",tv:"tv"},cn={WindowsPhone:"Windows Phone",Windows:"Windows",MacOS:"macOS",iOS:"iOS",Android:"Android",WebOS:"WebOS",BlackBerry:"BlackBerry",Bada:"Bada",Tizen:"Tizen",Linux:"Linux",ChromeOS:"Chrome OS",PlayStation4:"PlayStation 4",Roku:"Roku"},Jr={EdgeHTML:"EdgeHTML",Blink:"Blink",Trident:"Trident",Presto:"Presto",Gecko:"Gecko",WebKit:"WebKit"},G=class{static getFirstMatch(t,e){let n=e.match(t);return n&&n.length>0&&n[1]||""}static getSecondMatch(t,e){let n=e.match(t);return n&&n.length>1&&n[2]||""}static matchAndReturnConst(t,e,n){if(t.test(e))return n}static getWindowsVersionName(t){switch(t){case"NT":return"NT";case"XP":return"XP";case"NT 5.0":return"2000";case"NT 5.1":return"XP";case"NT 5.2":return"2003";case"NT 6.0":return"Vista";case"NT 6.1":return"7";case"NT 6.2":return"8";case"NT 6.3":return"8.1";case"NT 10.0":return"10";default:return}}static getMacOSVersionName(t){let e=t.split(".").splice(0,2).map(n=>parseInt(n,10)||0);if(e.push(0),e[0]===10)switch(e[1]){case 5:return"Leopard";case 6:return"Snow Leopard";case 7:return"Lion";case 8:return"Mountain Lion";case 9:return"Mavericks";case 10:return"Yosemite";case 11:return"El Capitan";case 12:return"Sierra";case 13:return"High Sierra";case 14:return"Mojave";case 15:return"Catalina";default:return}}static getAndroidVersionName(t){let e=t.split(".").splice(0,2).map(n=>parseInt(n,10)||0);if(e.push(0),!(e[0]===1&&e[1]<5)){if(e[0]===1&&e[1]<6)return"Cupcake";if(e[0]===1&&e[1]>=6)return"Donut";if(e[0]===2&&e[1]<2)return"Eclair";if(e[0]===2&&e[1]===2)return"Froyo";if(e[0]===2&&e[1]>2)return"Gingerbread";if(e[0]===3)return"Honeycomb";if(e[0]===4&&e[1]<1)return"Ice Cream Sandwich";if(e[0]===4&&e[1]<4)return"Jelly Bean";if(e[0]===4&&e[1]>=4)return"KitKat";if(e[0]===5)return"Lollipop";if(e[0]===6)return"Marshmallow";if(e[0]===7)return"Nougat";if(e[0]===8)return"Oreo";if(e[0]===9)return"Pie"}}static getVersionPrecision(t){return t.split(".").length}static compareVersions(t,e,n=!1){let r=G.getVersionPrecision(t),a=G.getVersionPrecision(e),i=Math.max(r,a),o=0,s=G.map([t,e],u=>{let l=i-G.getVersionPrecision(u),c=u+new Array(l+1).join(".0");return G.map(c.split("."),p=>new Array(20-p.length).join("0")+p).reverse()});for(n&&(o=i-Math.min(r,a)),i-=1;i>=o;){if(s[0][i]>s[1][i])return 1;if(s[0][i]===s[1][i]){if(i===o)return 0;i-=1}else if(s[0][i]{n[o]=i[o]})}return t}static getBrowserAlias(t){return Yx[t]}static getBrowserTypeByAlias(t){return q4[t]||""}},rt=/version\/(\d+(\.?_?\d+)+)/i,Qx=[{test:[/googlebot/i],describe(t){let e={name:"Googlebot"},n=G.getFirstMatch(/googlebot\/(\d+(\.\d+))/i,t)||G.getFirstMatch(rt,t);return n&&(e.version=n),e}},{test:[/opera/i],describe(t){let e={name:"Opera"},n=G.getFirstMatch(rt,t)||G.getFirstMatch(/(?:opera)[\s/](\d+(\.?_?\d+)+)/i,t);return n&&(e.version=n),e}},{test:[/opr\/|opios/i],describe(t){let e={name:"Opera"},n=G.getFirstMatch(/(?:opr|opios)[\s/](\S+)/i,t)||G.getFirstMatch(rt,t);return n&&(e.version=n),e}},{test:[/SamsungBrowser/i],describe(t){let e={name:"Samsung Internet for Android"},n=G.getFirstMatch(rt,t)||G.getFirstMatch(/(?:SamsungBrowser)[\s/](\d+(\.?_?\d+)+)/i,t);return n&&(e.version=n),e}},{test:[/Whale/i],describe(t){let e={name:"NAVER Whale Browser"},n=G.getFirstMatch(rt,t)||G.getFirstMatch(/(?:whale)[\s/](\d+(?:\.\d+)+)/i,t);return n&&(e.version=n),e}},{test:[/MZBrowser/i],describe(t){let e={name:"MZ Browser"},n=G.getFirstMatch(/(?:MZBrowser)[\s/](\d+(?:\.\d+)+)/i,t)||G.getFirstMatch(rt,t);return n&&(e.version=n),e}},{test:[/focus/i],describe(t){let e={name:"Focus"},n=G.getFirstMatch(/(?:focus)[\s/](\d+(?:\.\d+)+)/i,t)||G.getFirstMatch(rt,t);return n&&(e.version=n),e}},{test:[/swing/i],describe(t){let e={name:"Swing"},n=G.getFirstMatch(/(?:swing)[\s/](\d+(?:\.\d+)+)/i,t)||G.getFirstMatch(rt,t);return n&&(e.version=n),e}},{test:[/coast/i],describe(t){let e={name:"Opera Coast"},n=G.getFirstMatch(rt,t)||G.getFirstMatch(/(?:coast)[\s/](\d+(\.?_?\d+)+)/i,t);return n&&(e.version=n),e}},{test:[/opt\/\d+(?:.?_?\d+)+/i],describe(t){let e={name:"Opera Touch"},n=G.getFirstMatch(/(?:opt)[\s/](\d+(\.?_?\d+)+)/i,t)||G.getFirstMatch(rt,t);return n&&(e.version=n),e}},{test:[/yabrowser/i],describe(t){let e={name:"Yandex Browser"},n=G.getFirstMatch(/(?:yabrowser)[\s/](\d+(\.?_?\d+)+)/i,t)||G.getFirstMatch(rt,t);return n&&(e.version=n),e}},{test:[/ucbrowser/i],describe(t){let e={name:"UC Browser"},n=G.getFirstMatch(rt,t)||G.getFirstMatch(/(?:ucbrowser)[\s/](\d+(\.?_?\d+)+)/i,t);return n&&(e.version=n),e}},{test:[/Maxthon|mxios/i],describe(t){let e={name:"Maxthon"},n=G.getFirstMatch(rt,t)||G.getFirstMatch(/(?:Maxthon|mxios)[\s/](\d+(\.?_?\d+)+)/i,t);return n&&(e.version=n),e}},{test:[/epiphany/i],describe(t){let e={name:"Epiphany"},n=G.getFirstMatch(rt,t)||G.getFirstMatch(/(?:epiphany)[\s/](\d+(\.?_?\d+)+)/i,t);return n&&(e.version=n),e}},{test:[/puffin/i],describe(t){let e={name:"Puffin"},n=G.getFirstMatch(rt,t)||G.getFirstMatch(/(?:puffin)[\s/](\d+(\.?_?\d+)+)/i,t);return n&&(e.version=n),e}},{test:[/sleipnir/i],describe(t){let e={name:"Sleipnir"},n=G.getFirstMatch(rt,t)||G.getFirstMatch(/(?:sleipnir)[\s/](\d+(\.?_?\d+)+)/i,t);return n&&(e.version=n),e}},{test:[/k-meleon/i],describe(t){let e={name:"K-Meleon"},n=G.getFirstMatch(rt,t)||G.getFirstMatch(/(?:k-meleon)[\s/](\d+(\.?_?\d+)+)/i,t);return n&&(e.version=n),e}},{test:[/micromessenger/i],describe(t){let e={name:"WeChat"},n=G.getFirstMatch(/(?:micromessenger)[\s/](\d+(\.?_?\d+)+)/i,t)||G.getFirstMatch(rt,t);return n&&(e.version=n),e}},{test:[/qqbrowser/i],describe(t){let e={name:/qqbrowserlite/i.test(t)?"QQ Browser Lite":"QQ Browser"},n=G.getFirstMatch(/(?:qqbrowserlite|qqbrowser)[/](\d+(\.?_?\d+)+)/i,t)||G.getFirstMatch(rt,t);return n&&(e.version=n),e}},{test:[/msie|trident/i],describe(t){let e={name:"Internet Explorer"},n=G.getFirstMatch(/(?:msie |rv:)(\d+(\.?_?\d+)+)/i,t);return n&&(e.version=n),e}},{test:[/\sedg\//i],describe(t){let e={name:"Microsoft Edge"},n=G.getFirstMatch(/\sedg\/(\d+(\.?_?\d+)+)/i,t);return n&&(e.version=n),e}},{test:[/edg([ea]|ios)/i],describe(t){let e={name:"Microsoft Edge"},n=G.getSecondMatch(/edg([ea]|ios)\/(\d+(\.?_?\d+)+)/i,t);return n&&(e.version=n),e}},{test:[/vivaldi/i],describe(t){let e={name:"Vivaldi"},n=G.getFirstMatch(/vivaldi\/(\d+(\.?_?\d+)+)/i,t);return n&&(e.version=n),e}},{test:[/seamonkey/i],describe(t){let e={name:"SeaMonkey"},n=G.getFirstMatch(/seamonkey\/(\d+(\.?_?\d+)+)/i,t);return n&&(e.version=n),e}},{test:[/sailfish/i],describe(t){let e={name:"Sailfish"},n=G.getFirstMatch(/sailfish\s?browser\/(\d+(\.\d+)?)/i,t);return n&&(e.version=n),e}},{test:[/silk/i],describe(t){let e={name:"Amazon Silk"},n=G.getFirstMatch(/silk\/(\d+(\.?_?\d+)+)/i,t);return n&&(e.version=n),e}},{test:[/phantom/i],describe(t){let e={name:"PhantomJS"},n=G.getFirstMatch(/phantomjs\/(\d+(\.?_?\d+)+)/i,t);return n&&(e.version=n),e}},{test:[/slimerjs/i],describe(t){let e={name:"SlimerJS"},n=G.getFirstMatch(/slimerjs\/(\d+(\.?_?\d+)+)/i,t);return n&&(e.version=n),e}},{test:[/blackberry|\bbb\d+/i,/rim\stablet/i],describe(t){let e={name:"BlackBerry"},n=G.getFirstMatch(rt,t)||G.getFirstMatch(/blackberry[\d]+\/(\d+(\.?_?\d+)+)/i,t);return n&&(e.version=n),e}},{test:[/(web|hpw)[o0]s/i],describe(t){let e={name:"WebOS Browser"},n=G.getFirstMatch(rt,t)||G.getFirstMatch(/w(?:eb)?[o0]sbrowser\/(\d+(\.?_?\d+)+)/i,t);return n&&(e.version=n),e}},{test:[/bada/i],describe(t){let e={name:"Bada"},n=G.getFirstMatch(/dolfin\/(\d+(\.?_?\d+)+)/i,t);return n&&(e.version=n),e}},{test:[/tizen/i],describe(t){let e={name:"Tizen"},n=G.getFirstMatch(/(?:tizen\s?)?browser\/(\d+(\.?_?\d+)+)/i,t)||G.getFirstMatch(rt,t);return n&&(e.version=n),e}},{test:[/qupzilla/i],describe(t){let e={name:"QupZilla"},n=G.getFirstMatch(/(?:qupzilla)[\s/](\d+(\.?_?\d+)+)/i,t)||G.getFirstMatch(rt,t);return n&&(e.version=n),e}},{test:[/firefox|iceweasel|fxios/i],describe(t){let e={name:"Firefox"},n=G.getFirstMatch(/(?:firefox|iceweasel|fxios)[\s/](\d+(\.?_?\d+)+)/i,t);return n&&(e.version=n),e}},{test:[/electron/i],describe(t){let e={name:"Electron"},n=G.getFirstMatch(/(?:electron)\/(\d+(\.?_?\d+)+)/i,t);return n&&(e.version=n),e}},{test:[/MiuiBrowser/i],describe(t){let e={name:"Miui"},n=G.getFirstMatch(/(?:MiuiBrowser)[\s/](\d+(\.?_?\d+)+)/i,t);return n&&(e.version=n),e}},{test:[/chromium/i],describe(t){let e={name:"Chromium"},n=G.getFirstMatch(/(?:chromium)[\s/](\d+(\.?_?\d+)+)/i,t)||G.getFirstMatch(rt,t);return n&&(e.version=n),e}},{test:[/chrome|crios|crmo/i],describe(t){let e={name:"Chrome"},n=G.getFirstMatch(/(?:chrome|crios|crmo)\/(\d+(\.?_?\d+)+)/i,t);return n&&(e.version=n),e}},{test:[/GSA/i],describe(t){let e={name:"Google Search"},n=G.getFirstMatch(/(?:GSA)\/(\d+(\.?_?\d+)+)/i,t);return n&&(e.version=n),e}},{test(t){let e=!t.test(/like android/i),n=t.test(/android/i);return e&&n},describe(t){let e={name:"Android Browser"},n=G.getFirstMatch(rt,t);return n&&(e.version=n),e}},{test:[/playstation 4/i],describe(t){let e={name:"PlayStation 4"},n=G.getFirstMatch(rt,t);return n&&(e.version=n),e}},{test:[/safari|applewebkit/i],describe(t){let e={name:"Safari"},n=G.getFirstMatch(rt,t);return n&&(e.version=n),e}},{test:[/.*/i],describe(t){let e=/^(.*)\/(.*) /,n=/^(.*)\/(.*)[ \t]\((.*)/,r=t.search("\\(")!==-1?n:e;return{name:G.getFirstMatch(r,t),version:G.getSecondMatch(r,t)}}}],Zx=Qx,Jx=[{test:[/Roku\/DVP/],describe(t){let e=G.getFirstMatch(/Roku\/DVP-(\d+\.\d+)/i,t);return{name:cn.Roku,version:e}}},{test:[/windows phone/i],describe(t){let e=G.getFirstMatch(/windows phone (?:os)?\s?(\d+(\.\d+)*)/i,t);return{name:cn.WindowsPhone,version:e}}},{test:[/windows /i],describe(t){let e=G.getFirstMatch(/Windows ((NT|XP)( \d\d?.\d)?)/i,t),n=G.getWindowsVersionName(e);return{name:cn.Windows,version:e,versionName:n}}},{test:[/Macintosh(.*?) FxiOS(.*?)\//],describe(t){let e={name:cn.iOS},n=G.getSecondMatch(/(Version\/)(\d[\d.]+)/,t);return n&&(e.version=n),e}},{test:[/macintosh/i],describe(t){let e=G.getFirstMatch(/mac os x (\d+(\.?_?\d+)+)/i,t).replace(/[_\s]/g,"."),n=G.getMacOSVersionName(e),r={name:cn.MacOS,version:e};return n&&(r.versionName=n),r}},{test:[/(ipod|iphone|ipad)/i],describe(t){let e=G.getFirstMatch(/os (\d+([_\s]\d+)*) like mac os x/i,t).replace(/[_\s]/g,".");return{name:cn.iOS,version:e}}},{test(t){let e=!t.test(/like android/i),n=t.test(/android/i);return e&&n},describe(t){let e=G.getFirstMatch(/android[\s/-](\d+(\.\d+)*)/i,t),n=G.getAndroidVersionName(e),r={name:cn.Android,version:e};return n&&(r.versionName=n),r}},{test:[/(web|hpw)[o0]s/i],describe(t){let e=G.getFirstMatch(/(?:web|hpw)[o0]s\/(\d+(\.\d+)*)/i,t),n={name:cn.WebOS};return e&&e.length&&(n.version=e),n}},{test:[/blackberry|\bbb\d+/i,/rim\stablet/i],describe(t){let e=G.getFirstMatch(/rim\stablet\sos\s(\d+(\.\d+)*)/i,t)||G.getFirstMatch(/blackberry\d+\/(\d+([_\s]\d+)*)/i,t)||G.getFirstMatch(/\bbb(\d+)/i,t);return{name:cn.BlackBerry,version:e}}},{test:[/bada/i],describe(t){let e=G.getFirstMatch(/bada\/(\d+(\.\d+)*)/i,t);return{name:cn.Bada,version:e}}},{test:[/tizen/i],describe(t){let e=G.getFirstMatch(/tizen[/\s](\d+(\.\d+)*)/i,t);return{name:cn.Tizen,version:e}}},{test:[/linux/i],describe(){return{name:cn.Linux}}},{test:[/CrOS/],describe(){return{name:cn.ChromeOS}}},{test:[/PlayStation 4/],describe(t){let e=G.getFirstMatch(/PlayStation 4[/\s](\d+(\.\d+)*)/i,t);return{name:cn.PlayStation4,version:e}}}],Xx=[{test:[/googlebot/i],describe(){return{type:"bot",vendor:"Google"}}},{test:[/huawei/i],describe(t){let e=G.getFirstMatch(/(can-l01)/i,t)&&"Nova",n={type:Ct.mobile,vendor:"Huawei"};return e&&(n.model=e),n}},{test:[/nexus\s*(?:7|8|9|10).*/i],describe(){return{type:Ct.tablet,vendor:"Nexus"}}},{test:[/ipad/i],describe(){return{type:Ct.tablet,vendor:"Apple",model:"iPad"}}},{test:[/Macintosh(.*?) FxiOS(.*?)\//],describe(){return{type:Ct.tablet,vendor:"Apple",model:"iPad"}}},{test:[/kftt build/i],describe(){return{type:Ct.tablet,vendor:"Amazon",model:"Kindle Fire HD 7"}}},{test:[/silk/i],describe(){return{type:Ct.tablet,vendor:"Amazon"}}},{test:[/tablet(?! pc)/i],describe(){return{type:Ct.tablet}}},{test(t){let e=t.test(/ipod|iphone/i),n=t.test(/like (ipod|iphone)/i);return e&&!n},describe(t){let e=G.getFirstMatch(/(ipod|iphone)/i,t);return{type:Ct.mobile,vendor:"Apple",model:e}}},{test:[/nexus\s*[0-6].*/i,/galaxy nexus/i],describe(){return{type:Ct.mobile,vendor:"Nexus"}}},{test:[/[^-]mobi/i],describe(){return{type:Ct.mobile}}},{test(t){return t.getBrowserName(!0)==="blackberry"},describe(){return{type:Ct.mobile,vendor:"BlackBerry"}}},{test(t){return t.getBrowserName(!0)==="bada"},describe(){return{type:Ct.mobile}}},{test(t){return t.getBrowserName()==="windows phone"},describe(){return{type:Ct.mobile,vendor:"Microsoft"}}},{test(t){let e=Number(String(t.getOSVersion()).split(".")[0]);return t.getOSName(!0)==="android"&&e>=3},describe(){return{type:Ct.tablet}}},{test(t){return t.getOSName(!0)==="android"},describe(){return{type:Ct.mobile}}},{test(t){return t.getOSName(!0)==="macos"},describe(){return{type:Ct.desktop,vendor:"Apple"}}},{test(t){return t.getOSName(!0)==="windows"},describe(){return{type:Ct.desktop}}},{test(t){return t.getOSName(!0)==="linux"},describe(){return{type:Ct.desktop}}},{test(t){return t.getOSName(!0)==="playstation 4"},describe(){return{type:Ct.tv}}},{test(t){return t.getOSName(!0)==="roku"},describe(){return{type:Ct.tv}}}],eE=[{test(t){return t.getBrowserName(!0)==="microsoft edge"},describe(t){if(/\sedg\//i.test(t))return{name:Jr.Blink};let e=G.getFirstMatch(/edge\/(\d+(\.?_?\d+)+)/i,t);return{name:Jr.EdgeHTML,version:e}}},{test:[/trident/i],describe(t){let e={name:Jr.Trident},n=G.getFirstMatch(/trident\/(\d+(\.?_?\d+)+)/i,t);return n&&(e.version=n),e}},{test(t){return t.test(/presto/i)},describe(t){let e={name:Jr.Presto},n=G.getFirstMatch(/presto\/(\d+(\.?_?\d+)+)/i,t);return n&&(e.version=n),e}},{test(t){let e=t.test(/gecko/i),n=t.test(/like gecko/i);return e&&!n},describe(t){let e={name:Jr.Gecko},n=G.getFirstMatch(/gecko\/(\d+(\.?_?\d+)+)/i,t);return n&&(e.version=n),e}},{test:[/(apple)?webkit\/537\.36/i],describe(){return{name:Jr.Blink}}},{test:[/(apple)?webkit/i],describe(t){let e={name:Jr.WebKit},n=G.getFirstMatch(/webkit\/(\d+(\.?_?\d+)+)/i,t);return n&&(e.version=n),e}}],tE=class{constructor(t,e=!1){if(t==null||t==="")throw new Error("UserAgent parameter can't be empty");this._ua=t,this.parsedResult={},e!==!0&&this.parse()}getUA(){return this._ua}test(t){return t.test(this._ua)}parseBrowser(){this.parsedResult.browser={};let t=G.find(Zx,e=>{if(typeof e.test=="function")return e.test(this);if(e.test instanceof Array)return e.test.some(n=>this.test(n));throw new Error("Browser's test function is not valid")});return t&&(this.parsedResult.browser=t.describe(this.getUA())),this.parsedResult.browser}getBrowser(){return this.parsedResult.browser?this.parsedResult.browser:this.parseBrowser()}getBrowserName(t){return t?String(this.getBrowser().name).toLowerCase()||"":this.getBrowser().name||""}getBrowserVersion(){return this.getBrowser().version}getOS(){return this.parsedResult.os?this.parsedResult.os:this.parseOS()}parseOS(){this.parsedResult.os={};let t=G.find(Jx,e=>{if(typeof e.test=="function")return e.test(this);if(e.test instanceof Array)return e.test.some(n=>this.test(n));throw new Error("Browser's test function is not valid")});return t&&(this.parsedResult.os=t.describe(this.getUA())),this.parsedResult.os}getOSName(t){let{name:e}=this.getOS();return t?String(e).toLowerCase()||"":e||""}getOSVersion(){return this.getOS().version}getPlatform(){return this.parsedResult.platform?this.parsedResult.platform:this.parsePlatform()}getPlatformType(t=!1){let{type:e}=this.getPlatform();return t?String(e).toLowerCase()||"":e||""}parsePlatform(){this.parsedResult.platform={};let t=G.find(Xx,e=>{if(typeof e.test=="function")return e.test(this);if(e.test instanceof Array)return e.test.some(n=>this.test(n));throw new Error("Browser's test function is not valid")});return t&&(this.parsedResult.platform=t.describe(this.getUA())),this.parsedResult.platform}getEngine(){return this.parsedResult.engine?this.parsedResult.engine:this.parseEngine()}getEngineName(t){return t?String(this.getEngine().name).toLowerCase()||"":this.getEngine().name||""}parseEngine(){this.parsedResult.engine={};let t=G.find(eE,e=>{if(typeof e.test=="function")return e.test(this);if(e.test instanceof Array)return e.test.some(n=>this.test(n));throw new Error("Browser's test function is not valid")});return t&&(this.parsedResult.engine=t.describe(this.getUA())),this.parsedResult.engine}parse(){return this.parseBrowser(),this.parseOS(),this.parsePlatform(),this.parseEngine(),this}getResult(){return G.assign({},this.parsedResult)}satisfies(t){let e={},n=0,r={},a=0;if(Object.keys(t).forEach(i=>{let o=t[i];typeof o=="string"?(r[i]=o,a+=1):typeof o=="object"&&(e[i]=o,n+=1)}),n>0){let i=Object.keys(e),o=G.find(i,u=>this.isOS(u));if(o){let u=this.satisfies(e[o]);if(u!==void 0)return u}let s=G.find(i,u=>this.isPlatform(u));if(s){let u=this.satisfies(e[s]);if(u!==void 0)return u}}if(a>0){let i=Object.keys(r),o=G.find(i,s=>this.isBrowser(s,!0));if(o!==void 0)return this.compareVersion(r[o])}}isBrowser(t,e=!1){let n=this.getBrowserName().toLowerCase(),r=t.toLowerCase(),a=G.getBrowserTypeByAlias(r);return e&&a&&(r=a.toLowerCase()),r===n}compareVersion(t){let e=[0],n=t,r=!1,a=this.getBrowserVersion();if(typeof a=="string")return t[0]===">"||t[0]==="<"?(n=t.substr(1),t[1]==="="?(r=!0,n=t.substr(2)):e=[],t[0]===">"?e.push(1):e.push(-1)):t[0]==="="?n=t.substr(1):t[0]==="~"&&(r=!0,n=t.substr(1)),e.indexOf(G.compareVersions(a,n,r))>-1}isOS(t){return this.getOSName(!0)===String(t).toLowerCase()}isPlatform(t){return this.getPlatformType(!0)===String(t).toLowerCase()}isEngine(t){return this.getEngineName(!0)===String(t).toLowerCase()}is(t,e=!1){return this.isBrowser(t,e)||this.isOS(t)||this.isPlatform(t)}some(t=[]){return t.some(e=>this.is(e))}},U4=tE,nE=class{static getParser(t,e=!1){if(typeof t!="string")throw new Error("UserAgent should be a string");return new U4(t,e)}static parse(t){return new U4(t).getResult()}static get BROWSER_MAP(){return q4}static get ENGINE_MAP(){return Jr}static get OS_MAP(){return cn}static get PLATFORMS_MAP(){return Ct}},Ei=nE;d();d();var{entries:Y4,setPrototypeOf:j4,isFrozen:rE,getPrototypeOf:aE,getOwnPropertyDescriptor:iE}=Object,{freeze:dn,seal:Qn,create:oE}=Object,{apply:p0,construct:g0}=typeof Reflect<"u"&&Reflect;p0||(p0=function(t,e,n){return t.apply(e,n)});dn||(dn=function(t){return t});Qn||(Qn=function(t){return t});g0||(g0=function(t,e){return new t(...e)});var sE=Rn(Array.prototype.forEach),H4=Rn(Array.prototype.pop),Ko=Rn(Array.prototype.push),qu=Rn(String.prototype.toLowerCase),s0=Rn(String.prototype.toString),uE=Rn(String.prototype.match),Yn=Rn(String.prototype.replace),lE=Rn(String.prototype.indexOf),cE=Rn(String.prototype.trim),Dn=Rn(RegExp.prototype.test),Go=dE(TypeError);function Rn(t){return function(e){for(var n=arguments.length,r=new Array(n>1?n-1:0),a=1;a/gm),hE=Qn(/\${[\w\W]*}/gm),bE=Qn(/^data-[\-\w.\u00B7-\uFFFF]/),TE=Qn(/^aria-[\-\w]+$/),Q4=Qn(/^(?:(?:(?:f|ht)tps?|mailto|tel|callto|sms|cid|xmpp):|[^a-z]|[a-z+.\-]+(?:[^a-z+.\-:]|$))/i),yE=Qn(/^(?:\w+script|data):/i),vE=Qn(/[\u0000-\u0020\u00A0\u1680\u180E\u2000-\u2029\u205F\u3000]/g),Z4=Qn(/^html$/i),$4=Object.freeze({__proto__:null,MUSTACHE_EXPR:mE,ERB_EXPR:fE,TMPLIT_EXPR:hE,DATA_ATTR:bE,ARIA_ATTR:TE,IS_ALLOWED_URI:Q4,IS_SCRIPT_OR_DATA:yE,ATTR_WHITESPACE:vE,DOCTYPE_NAME:Z4}),SE=()=>typeof window>"u"?null:window,xE=function(t,e){if(typeof t!="object"||typeof t.createPolicy!="function")return null;let n=null,r="data-tt-policy-suffix";e&&e.hasAttribute(r)&&(n=e.getAttribute(r));let a="dompurify"+(n?"#"+n:"");try{return t.createPolicy(a,{createHTML(i){return i},createScriptURL(i){return i}})}catch{return null}};function J4(){let t=arguments.length>0&&arguments[0]!==void 0?arguments[0]:SE(),e=R=>J4(R);if(e.version="3.0.3",e.removed=[],!t||!t.document||t.document.nodeType!==9)return e.isSupported=!1,e;let n=t.document,r=n.currentScript,{document:a}=t,{DocumentFragment:i,HTMLTemplateElement:o,Node:s,Element:u,NodeFilter:l,NamedNodeMap:c=t.NamedNodeMap||t.MozNamedAttrMap,HTMLFormElement:p,DOMParser:m,trustedTypes:g}=t,f=u.prototype,T=Nu(f,"cloneNode"),b=Nu(f,"nextSibling"),h=Nu(f,"childNodes"),C=Nu(f,"parentNode");if(typeof o=="function"){let R=a.createElement("template");R.content&&R.content.ownerDocument&&(a=R.content.ownerDocument)}let D,M="",{implementation:B,createNodeIterator:S,createDocumentFragment:v,getElementsByTagName:L}=a,{importNode:A}=n,y={};e.isSupported=typeof Y4=="function"&&typeof C=="function"&&B&&B.createHTMLDocument!==void 0;let{MUSTACHE_EXPR:I,ERB_EXPR:F,TMPLIT_EXPR:_,DATA_ATTR:U,ARIA_ATTR:N,IS_SCRIPT_OR_DATA:q,ATTR_WHITESPACE:k}=$4,{IS_ALLOWED_URI:E}=$4,P=null,O=Oe({},[...W4,...u0,...l0,...c0,...K4]),H=null,j=Oe({},[...G4,...d0,...V4,...Uu]),W=Object.seal(Object.create(null,{tagNameCheck:{writable:!0,configurable:!1,enumerable:!0,value:null},attributeNameCheck:{writable:!0,configurable:!1,enumerable:!0,value:null},allowCustomizedBuiltInElements:{writable:!0,configurable:!1,enumerable:!0,value:!1}})),V=null,se=null,X=!0,Z=!0,ue=!1,ge=!0,te=!1,Y=!1,Te=!1,ae=!1,ie=!1,Ee=!1,ze=!1,_e=!0,ce=!1,pt="user-content-",Pt=!0,ht=!1,St={},on=null,Mn=Oe({},["annotation-xml","audio","colgroup","desc","foreignobject","head","iframe","math","mi","mn","mo","ms","mtext","noembed","noframes","noscript","plaintext","script","style","svg","template","thead","title","video","xmp"]),Ao=null,sr=Oe({},["audio","video","img","source","image","track"]),Fa=null,pi=Oe({},["alt","class","for","id","label","name","pattern","placeholder","role","summary","title","value","style","xmlns"]),$t="http://www.w3.org/1998/Math/MathML",Hn="http://www.w3.org/2000/svg",Yt="http://www.w3.org/1999/xhtml",En=Yt,vr=!1,Sr=null,Ma=Oe({},[$t,Hn,Yt],s0),sn,xr=["application/xhtml+xml","text/html"],gt="text/html",Ze,Cn=null,V9=a.createElement("form"),sf=function(R){return R instanceof RegExp||R instanceof Function},ld=function(R){if(!(Cn&&Cn===R)){if((!R||typeof R!="object")&&(R={}),R=Ci(R),sn=xr.indexOf(R.PARSER_MEDIA_TYPE)===-1?sn=gt:sn=R.PARSER_MEDIA_TYPE,Ze=sn==="application/xhtml+xml"?s0:qu,P="ALLOWED_TAGS"in R?Oe({},R.ALLOWED_TAGS,Ze):O,H="ALLOWED_ATTR"in R?Oe({},R.ALLOWED_ATTR,Ze):j,Sr="ALLOWED_NAMESPACES"in R?Oe({},R.ALLOWED_NAMESPACES,s0):Ma,Fa="ADD_URI_SAFE_ATTR"in R?Oe(Ci(pi),R.ADD_URI_SAFE_ATTR,Ze):pi,Ao="ADD_DATA_URI_TAGS"in R?Oe(Ci(sr),R.ADD_DATA_URI_TAGS,Ze):sr,on="FORBID_CONTENTS"in R?Oe({},R.FORBID_CONTENTS,Ze):Mn,V="FORBID_TAGS"in R?Oe({},R.FORBID_TAGS,Ze):{},se="FORBID_ATTR"in R?Oe({},R.FORBID_ATTR,Ze):{},St="USE_PROFILES"in R?R.USE_PROFILES:!1,X=R.ALLOW_ARIA_ATTR!==!1,Z=R.ALLOW_DATA_ATTR!==!1,ue=R.ALLOW_UNKNOWN_PROTOCOLS||!1,ge=R.ALLOW_SELF_CLOSE_IN_ATTR!==!1,te=R.SAFE_FOR_TEMPLATES||!1,Y=R.WHOLE_DOCUMENT||!1,ie=R.RETURN_DOM||!1,Ee=R.RETURN_DOM_FRAGMENT||!1,ze=R.RETURN_TRUSTED_TYPE||!1,ae=R.FORCE_BODY||!1,_e=R.SANITIZE_DOM!==!1,ce=R.SANITIZE_NAMED_PROPS||!1,Pt=R.KEEP_CONTENT!==!1,ht=R.IN_PLACE||!1,E=R.ALLOWED_URI_REGEXP||Q4,En=R.NAMESPACE||Yt,W=R.CUSTOM_ELEMENT_HANDLING||{},R.CUSTOM_ELEMENT_HANDLING&&sf(R.CUSTOM_ELEMENT_HANDLING.tagNameCheck)&&(W.tagNameCheck=R.CUSTOM_ELEMENT_HANDLING.tagNameCheck),R.CUSTOM_ELEMENT_HANDLING&&sf(R.CUSTOM_ELEMENT_HANDLING.attributeNameCheck)&&(W.attributeNameCheck=R.CUSTOM_ELEMENT_HANDLING.attributeNameCheck),R.CUSTOM_ELEMENT_HANDLING&&typeof R.CUSTOM_ELEMENT_HANDLING.allowCustomizedBuiltInElements=="boolean"&&(W.allowCustomizedBuiltInElements=R.CUSTOM_ELEMENT_HANDLING.allowCustomizedBuiltInElements),te&&(Z=!1),Ee&&(ie=!0),St&&(P=Oe({},[...K4]),H=[],St.html===!0&&(Oe(P,W4),Oe(H,G4)),St.svg===!0&&(Oe(P,u0),Oe(H,d0),Oe(H,Uu)),St.svgFilters===!0&&(Oe(P,l0),Oe(H,d0),Oe(H,Uu)),St.mathMl===!0&&(Oe(P,c0),Oe(H,V4),Oe(H,Uu))),R.ADD_TAGS&&(P===O&&(P=Ci(P)),Oe(P,R.ADD_TAGS,Ze)),R.ADD_ATTR&&(H===j&&(H=Ci(H)),Oe(H,R.ADD_ATTR,Ze)),R.ADD_URI_SAFE_ATTR&&Oe(Fa,R.ADD_URI_SAFE_ATTR,Ze),R.FORBID_CONTENTS&&(on===Mn&&(on=Ci(on)),Oe(on,R.FORBID_CONTENTS,Ze)),Pt&&(P["#text"]=!0),Y&&Oe(P,["html","head","body"]),P.table&&(Oe(P,["tbody"]),delete V.tbody),R.TRUSTED_TYPES_POLICY){if(typeof R.TRUSTED_TYPES_POLICY.createHTML!="function")throw Go('TRUSTED_TYPES_POLICY configuration option must provide a "createHTML" hook.');if(typeof R.TRUSTED_TYPES_POLICY.createScriptURL!="function")throw Go('TRUSTED_TYPES_POLICY configuration option must provide a "createScriptURL" hook.');D=R.TRUSTED_TYPES_POLICY,M=D.createHTML("")}else D===void 0&&(D=xE(g,r)),D!==null&&typeof M=="string"&&(M=D.createHTML(""));dn&&dn(R),Cn=R}},uf=Oe({},["mi","mo","mn","ms","mtext"]),lf=Oe({},["foreignobject","desc","title","annotation-xml"]),$9=Oe({},["title","style","font","a","script"]),Xs=Oe({},u0);Oe(Xs,l0),Oe(Xs,pE);let cd=Oe({},c0);Oe(cd,gE);let Y9=function(R){let le=C(R);(!le||!le.tagName)&&(le={namespaceURI:En,tagName:"template"});let J=qu(R.tagName),Ge=qu(le.tagName);return Sr[R.namespaceURI]?R.namespaceURI===Hn?le.namespaceURI===Yt?J==="svg":le.namespaceURI===$t?J==="svg"&&(Ge==="annotation-xml"||uf[Ge]):!!Xs[J]:R.namespaceURI===$t?le.namespaceURI===Yt?J==="math":le.namespaceURI===Hn?J==="math"&&lf[Ge]:!!cd[J]:R.namespaceURI===Yt?le.namespaceURI===Hn&&!lf[Ge]||le.namespaceURI===$t&&!uf[Ge]?!1:!cd[J]&&($9[J]||!Xs[J]):!!(sn==="application/xhtml+xml"&&Sr[R.namespaceURI]):!1},gi=function(R){Ko(e.removed,{element:R});try{R.parentNode.removeChild(R)}catch{R.remove()}},dd=function(R,le){try{Ko(e.removed,{attribute:le.getAttributeNode(R),from:le})}catch{Ko(e.removed,{attribute:null,from:le})}if(le.removeAttribute(R),R==="is"&&!H[R])if(ie||Ee)try{gi(le)}catch{}else try{le.setAttribute(R,"")}catch{}},cf=function(R){let le,J;if(ae)R=""+R;else{let un=uE(R,/^[\r\n\t ]+/);J=un&&un[0]}sn==="application/xhtml+xml"&&En===Yt&&(R=''+R+"");let Ge=D?D.createHTML(R):R;if(En===Yt)try{le=new m().parseFromString(Ge,sn)}catch{}if(!le||!le.documentElement){le=B.createDocument(En,"template",null);try{le.documentElement.innerHTML=vr?M:Ge}catch{}}let Lt=le.body||le.documentElement;return R&&J&&Lt.insertBefore(a.createTextNode(J),Lt.childNodes[0]||null),En===Yt?L.call(le,Y?"html":"body")[0]:Y?le.documentElement:Lt},df=function(R){return S.call(R.ownerDocument||R,R,l.SHOW_ELEMENT|l.SHOW_COMMENT|l.SHOW_TEXT,null,!1)},Q9=function(R){return R instanceof p&&(typeof R.nodeName!="string"||typeof R.textContent!="string"||typeof R.removeChild!="function"||!(R.attributes instanceof c)||typeof R.removeAttribute!="function"||typeof R.setAttribute!="function"||typeof R.namespaceURI!="string"||typeof R.insertBefore!="function"||typeof R.hasChildNodes!="function")},eu=function(R){return typeof s=="object"?R instanceof s:R&&typeof R=="object"&&typeof R.nodeType=="number"&&typeof R.nodeName=="string"},Er=function(R,le,J){y[R]&&sE(y[R],Ge=>{Ge.call(e,le,J,Cn)})},pf=function(R){let le;if(Er("beforeSanitizeElements",R,null),Q9(R))return gi(R),!0;let J=Ze(R.nodeName);if(Er("uponSanitizeElement",R,{tagName:J,allowedTags:P}),R.hasChildNodes()&&!eu(R.firstElementChild)&&(!eu(R.content)||!eu(R.content.firstElementChild))&&Dn(/<[/\w]/g,R.innerHTML)&&Dn(/<[/\w]/g,R.textContent))return gi(R),!0;if(!P[J]||V[J]){if(!V[J]&&mf(J)&&(W.tagNameCheck instanceof RegExp&&Dn(W.tagNameCheck,J)||W.tagNameCheck instanceof Function&&W.tagNameCheck(J)))return!1;if(Pt&&!on[J]){let Ge=C(R)||R.parentNode,Lt=h(R)||R.childNodes;if(Lt&&Ge){let un=Lt.length;for(let bn=un-1;bn>=0;--bn)Ge.insertBefore(T(Lt[bn],!0),b(R))}}return gi(R),!0}return R instanceof u&&!Y9(R)||(J==="noscript"||J==="noembed")&&Dn(/<\/no(script|embed)/i,R.innerHTML)?(gi(R),!0):(te&&R.nodeType===3&&(le=R.textContent,le=Yn(le,I," "),le=Yn(le,F," "),le=Yn(le,_," "),R.textContent!==le&&(Ko(e.removed,{element:R.cloneNode()}),R.textContent=le)),Er("afterSanitizeElements",R,null),!1)},gf=function(R,le,J){if(_e&&(le==="id"||le==="name")&&(J in a||J in V9))return!1;if(!(Z&&!se[le]&&Dn(U,le))&&!(X&&Dn(N,le))){if(!H[le]||se[le]){if(!(mf(R)&&(W.tagNameCheck instanceof RegExp&&Dn(W.tagNameCheck,R)||W.tagNameCheck instanceof Function&&W.tagNameCheck(R))&&(W.attributeNameCheck instanceof RegExp&&Dn(W.attributeNameCheck,le)||W.attributeNameCheck instanceof Function&&W.attributeNameCheck(le))||le==="is"&&W.allowCustomizedBuiltInElements&&(W.tagNameCheck instanceof RegExp&&Dn(W.tagNameCheck,J)||W.tagNameCheck instanceof Function&&W.tagNameCheck(J))))return!1}else if(!Fa[le]&&!Dn(E,Yn(J,k,""))&&!((le==="src"||le==="xlink:href"||le==="href")&&R!=="script"&&lE(J,"data:")===0&&Ao[R])&&!(ue&&!Dn(q,Yn(J,k,"")))&&J)return!1}return!0},mf=function(R){return R.indexOf("-")>0},ff=function(R){let le,J,Ge,Lt;Er("beforeSanitizeAttributes",R,null);let{attributes:un}=R;if(!un)return;let bn={attrName:"",attrValue:"",keepAttr:!0,allowedAttributes:H};for(Lt=un.length;Lt--;){le=un[Lt];let{name:Rt,namespaceURI:mi}=le;if(J=Rt==="value"?le.value:cE(le.value),Ge=Ze(Rt),bn.attrName=Ge,bn.attrValue=J,bn.keepAttr=!0,bn.forceKeepAttr=void 0,Er("uponSanitizeAttribute",R,bn),J=bn.attrValue,bn.forceKeepAttr||(dd(Rt,R),!bn.keepAttr))continue;if(!ge&&Dn(/\/>/i,J)){dd(Rt,R);continue}te&&(J=Yn(J,I," "),J=Yn(J,F," "),J=Yn(J,_," "));let hf=Ze(R.nodeName);if(gf(hf,Ge,J)){if(ce&&(Ge==="id"||Ge==="name")&&(dd(Rt,R),J=pt+J),D&&typeof g=="object"&&typeof g.getAttributeType=="function"&&!mi)switch(g.getAttributeType(hf,Ge)){case"TrustedHTML":{J=D.createHTML(J);break}case"TrustedScriptURL":{J=D.createScriptURL(J);break}}try{mi?R.setAttributeNS(mi,Rt,J):R.setAttribute(Rt,J),H4(e.removed)}catch{}}}Er("afterSanitizeAttributes",R,null)},Z9=function R(le){let J,Ge=df(le);for(Er("beforeSanitizeShadowDOM",le,null);J=Ge.nextNode();)Er("uponSanitizeShadowNode",J,null),!pf(J)&&(J.content instanceof i&&R(J.content),ff(J));Er("afterSanitizeShadowDOM",le,null)};return e.sanitize=function(R){let le=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{},J,Ge,Lt,un;if(vr=!R,vr&&(R=""),typeof R!="string"&&!eu(R))if(typeof R.toString=="function"){if(R=R.toString(),typeof R!="string")throw Go("dirty is not a string, aborting")}else throw Go("toString is not a function");if(!e.isSupported)return R;if(Te||ld(le),e.removed=[],typeof R=="string"&&(ht=!1),ht){if(R.nodeName){let mi=Ze(R.nodeName);if(!P[mi]||V[mi])throw Go("root node is forbidden and cannot be sanitized in-place")}}else if(R instanceof s)J=cf(""),Ge=J.ownerDocument.importNode(R,!0),Ge.nodeType===1&&Ge.nodeName==="BODY"||Ge.nodeName==="HTML"?J=Ge:J.appendChild(Ge);else{if(!ie&&!te&&!Y&&R.indexOf("<")===-1)return D&&ze?D.createHTML(R):R;if(J=cf(R),!J)return ie?null:ze?M:""}J&&ae&&gi(J.firstChild);let bn=df(ht?R:J);for(;Lt=bn.nextNode();)pf(Lt)||(Lt.content instanceof i&&Z9(Lt.content),ff(Lt));if(ht)return R;if(ie){if(Ee)for(un=v.call(J.ownerDocument);J.firstChild;)un.appendChild(J.firstChild);else un=J;return(H.shadowroot||H.shadowrootmod)&&(un=A.call(n,un,!0)),un}let Rt=Y?J.outerHTML:J.innerHTML;return Y&&P["!doctype"]&&J.ownerDocument&&J.ownerDocument.doctype&&J.ownerDocument.doctype.name&&Dn(Z4,J.ownerDocument.doctype.name)&&(Rt=" +`+Rt),te&&(Rt=Yn(Rt,I," "),Rt=Yn(Rt,F," "),Rt=Yn(Rt,_," ")),D&&ze?D.createHTML(Rt):Rt},e.setConfig=function(R){ld(R),Te=!0},e.clearConfig=function(){Cn=null,Te=!1},e.isValidAttribute=function(R,le,J){Cn||ld({});let Ge=Ze(R),Lt=Ze(le);return gf(Ge,Lt,J)},e.addHook=function(R,le){typeof le=="function"&&(y[R]=y[R]||[],Ko(y[R],le))},e.removeHook=function(R){if(y[R])return H4(y[R])},e.removeHooks=function(R){y[R]&&(y[R]=[])},e.removeAllHooks=function(){y={}},e}var at=J4();d();d();var EE=Object.create,f0=Object.defineProperty,CE=Object.getOwnPropertyDescriptor,wE=Object.getOwnPropertyNames,DE=Object.getPrototypeOf,AE=Object.prototype.hasOwnProperty,h0=(t,e)=>()=>(e||t((e={exports:{}}).exports,e),e.exports),kE=(t,e)=>{for(var n in e)f0(t,n,{get:e[n],enumerable:!0})},m0=(t,e,n,r)=>{if(e&&typeof e=="object"||typeof e=="function")for(let a of wE(e))!AE.call(t,a)&&a!==n&&f0(t,a,{get:()=>e[a],enumerable:!(r=CE(e,a))||r.enumerable});return t},PE=(t,e,n)=>(m0(t,e,"default"),n&&m0(n,e,"default")),eb=(t,e,n)=>(n=t!=null?EE(DE(t)):{},m0(e||!t||!t.__esModule?f0(n,"default",{value:t,enumerable:!0}):n,t)),LE=h0((t,e)=>{function n(r,a){if(a&&a.documentElement)r=a,a=arguments[2];else if(!r||!r.documentElement)throw new Error("First argument to Readability constructor should be a document object.");if(a=a||{},this._doc=r,this._docJSDOMParser=this._doc.firstChild.__JSDOMParser__,this._articleTitle=null,this._articleByline=null,this._articleDir=null,this._articleSiteName=null,this._attempts=[],this._debug=!!a.debug,this._maxElemsToParse=a.maxElemsToParse||this.DEFAULT_MAX_ELEMS_TO_PARSE,this._nbTopCandidates=a.nbTopCandidates||this.DEFAULT_N_TOP_CANDIDATES,this._charThreshold=a.charThreshold||this.DEFAULT_CHAR_THRESHOLD,this._classesToPreserve=this.CLASSES_TO_PRESERVE.concat(a.classesToPreserve||[]),this._keepClasses=!!a.keepClasses,this._serializer=a.serializer||function(i){return i.innerHTML},this._disableJSONLD=!!a.disableJSONLD,this._allowedVideoRegex=a.allowedVideoRegex||this.REGEXPS.videos,this._flags=this.FLAG_STRIP_UNLIKELYS|this.FLAG_WEIGHT_CLASSES|this.FLAG_CLEAN_CONDITIONALLY,this._debug){let i=function(o){if(o.nodeType==o.TEXT_NODE)return`${o.nodeName} ("${o.textContent}")`;let s=Array.from(o.attributes||[],function(u){return`${u.name}="${u.value}"`}).join(" ");return`<${o.localName} ${s}>`};this.log=function(){if(typeof console<"u")Array.from(arguments,u=>u&&u.nodeType==this.ELEMENT_NODE?i(u):u).unshift("Reader: (Readability)");else if(typeof dump<"u"){var o=Array.prototype.map.call(arguments,function(s){return s&&s.nodeName?i(s):s}).join(" ");dump("Reader: (Readability) "+o+` +`)}}}else this.log=function(){}}n.prototype={FLAG_STRIP_UNLIKELYS:1,FLAG_WEIGHT_CLASSES:2,FLAG_CLEAN_CONDITIONALLY:4,ELEMENT_NODE:1,TEXT_NODE:3,DEFAULT_MAX_ELEMS_TO_PARSE:0,DEFAULT_N_TOP_CANDIDATES:5,DEFAULT_TAGS_TO_SCORE:"section,h2,h3,h4,h5,h6,p,td,pre".toUpperCase().split(","),DEFAULT_CHAR_THRESHOLD:500,REGEXPS:{unlikelyCandidates:/-ad-|ai2html|banner|breadcrumbs|combx|comment|community|cover-wrap|disqus|extra|footer|gdpr|header|legends|menu|related|remark|replies|rss|shoutbox|sidebar|skyscraper|social|sponsor|supplemental|ad-break|agegate|pagination|pager|popup|yom-remote/i,okMaybeItsACandidate:/and|article|body|column|content|main|shadow/i,positive:/article|body|content|entry|hentry|h-entry|main|page|pagination|post|text|blog|story/i,negative:/-ad-|hidden|^hid$| hid$| hid |^hid |banner|combx|comment|com-|contact|foot|footer|footnote|gdpr|masthead|media|meta|outbrain|promo|related|scroll|share|shoutbox|sidebar|skyscraper|sponsor|shopping|tags|tool|widget/i,extraneous:/print|archive|comment|discuss|e[\-]?mail|share|reply|all|login|sign|single|utility/i,byline:/byline|author|dateline|writtenby|p-author/i,replaceFonts:/<(\/?)font[^>]*>/gi,normalize:/\s{2,}/g,videos:/\/\/(www\.)?((dailymotion|youtube|youtube-nocookie|player\.vimeo|v\.qq)\.com|(archive|upload\.wikimedia)\.org|player\.twitch\.tv)/i,shareElements:/(\b|_)(share|sharedaddy)(\b|_)/i,nextLink:/(next|weiter|continue|>([^\|]|$)|»([^\|]|$))/i,prevLink:/(prev|earl|old|new|<|«)/i,tokenize:/\W+/g,whitespace:/^\s*$/,hasContent:/\S$/,hashUrl:/^#.+/,srcsetUrl:/(\S+)(\s+[\d.]+[xw])?(\s*(?:,|$))/g,b64DataUrl:/^data:\s*([^\s;,]+)\s*;\s*base64\s*,/i,jsonLdArticleTypes:/^Article|AdvertiserContentArticle|NewsArticle|AnalysisNewsArticle|AskPublicNewsArticle|BackgroundNewsArticle|OpinionNewsArticle|ReportageNewsArticle|ReviewNewsArticle|Report|SatiricalArticle|ScholarlyArticle|MedicalScholarlyArticle|SocialMediaPosting|BlogPosting|LiveBlogPosting|DiscussionForumPosting|TechArticle|APIReference$/},UNLIKELY_ROLES:["menu","menubar","complementary","navigation","alert","alertdialog","dialog"],DIV_TO_P_ELEMS:new Set(["BLOCKQUOTE","DL","DIV","IMG","OL","P","PRE","TABLE","UL"]),ALTER_TO_DIV_EXCEPTIONS:["DIV","ARTICLE","SECTION","P"],PRESENTATIONAL_ATTRIBUTES:["align","background","bgcolor","border","cellpadding","cellspacing","frame","hspace","rules","style","valign","vspace"],DEPRECATED_SIZE_ATTRIBUTE_ELEMS:["TABLE","TH","TD","HR","PRE"],PHRASING_ELEMS:["ABBR","AUDIO","B","BDO","BR","BUTTON","CITE","CODE","DATA","DATALIST","DFN","EM","EMBED","I","IMG","INPUT","KBD","LABEL","MARK","MATH","METER","NOSCRIPT","OBJECT","OUTPUT","PROGRESS","Q","RUBY","SAMP","SCRIPT","SELECT","SMALL","SPAN","STRONG","SUB","SUP","TEXTAREA","TIME","VAR","WBR"],CLASSES_TO_PRESERVE:["page"],HTML_ESCAPE_MAP:{lt:"<",gt:">",amp:"&",quot:'"',apos:"'"},_postProcessContent:function(r){this._fixRelativeUris(r),this._simplifyNestedElements(r),this._keepClasses||this._cleanClasses(r)},_removeNodes:function(r,a){if(this._docJSDOMParser&&r._isLiveNodeList)throw new Error("Do not pass live node lists to _removeNodes");for(var i=r.length-1;i>=0;i--){var o=r[i],s=o.parentNode;s&&(!a||a.call(this,o,i,r))&&s.removeChild(o)}},_replaceNodeTags:function(r,a){if(this._docJSDOMParser&&r._isLiveNodeList)throw new Error("Do not pass live node lists to _replaceNodeTags");for(let i of r)this._setNodeTag(i,a)},_forEachNode:function(r,a){Array.prototype.forEach.call(r,a,this)},_findNode:function(r,a){return Array.prototype.find.call(r,a,this)},_someNode:function(r,a){return Array.prototype.some.call(r,a,this)},_everyNode:function(r,a){return Array.prototype.every.call(r,a,this)},_concatNodeLists:function(){var r=Array.prototype.slice,a=r.call(arguments),i=a.map(function(o){return r.call(o)});return Array.prototype.concat.apply([],i)},_getAllNodesWithTag:function(r,a){return r.querySelectorAll?r.querySelectorAll(a.join(",")):[].concat.apply([],a.map(function(i){var o=r.getElementsByTagName(i);return Array.isArray(o)?o:Array.from(o)}))},_cleanClasses:function(r){var a=this._classesToPreserve,i=(r.getAttribute("class")||"").split(/\s+/).filter(function(o){return a.indexOf(o)!=-1}).join(" ");for(i?r.setAttribute("class",i):r.removeAttribute("class"),r=r.firstElementChild;r;r=r.nextElementSibling)this._cleanClasses(r)},_fixRelativeUris:function(r){var a=this._doc.baseURI,i=this._doc.documentURI;function o(l){if(a==i&&l.charAt(0)=="#")return l;try{return new URL(l,a).href}catch{}return l}var s=this._getAllNodesWithTag(r,["a"]);this._forEachNode(s,function(l){var c=l.getAttribute("href");if(c)if(c.indexOf("javascript:")===0)if(l.childNodes.length===1&&l.childNodes[0].nodeType===this.TEXT_NODE){var p=this._doc.createTextNode(l.textContent);l.parentNode.replaceChild(p,l)}else{for(var m=this._doc.createElement("span");l.firstChild;)m.appendChild(l.firstChild);l.parentNode.replaceChild(m,l)}else l.setAttribute("href",o(c))});var u=this._getAllNodesWithTag(r,["img","picture","figure","video","audio","source"]);this._forEachNode(u,function(l){var c=l.getAttribute("src"),p=l.getAttribute("poster"),m=l.getAttribute("srcset");if(c&&l.setAttribute("src",o(c)),p&&l.setAttribute("poster",o(p)),m){var g=m.replace(this.REGEXPS.srcsetUrl,function(f,T,b,h){return o(T)+(b||"")+h});l.setAttribute("srcset",g)}})},_simplifyNestedElements:function(r){for(var a=r;a;){if(a.parentNode&&["DIV","SECTION"].includes(a.tagName)&&!(a.id&&a.id.startsWith("readability"))){if(this._isElementWithoutContent(a)){a=this._removeAndGetNext(a);continue}else if(this._hasSingleTagInsideElement(a,"DIV")||this._hasSingleTagInsideElement(a,"SECTION")){for(var i=a.children[0],o=0;o»] /.test(a))o=/ [\\\/>»] /.test(a),a=i.replace(/(.*)[\|\-\\\/>»] .*/gi,"$1"),s(a)<3&&(a=i.replace(/[^\|\-\\\/>»]*[\|\-\\\/>»](.*)/gi,"$1"));else if(a.indexOf(": ")!==-1){var u=this._concatNodeLists(r.getElementsByTagName("h1"),r.getElementsByTagName("h2")),l=a.trim(),c=this._someNode(u,function(g){return g.textContent.trim()===l});c||(a=i.substring(i.lastIndexOf(":")+1),s(a)<3?a=i.substring(i.indexOf(":")+1):s(i.substr(0,i.indexOf(":")))>5&&(a=i))}else if(a.length>150||a.length<15){var p=r.getElementsByTagName("h1");p.length===1&&(a=this._getInnerText(p[0]))}a=a.trim().replace(this.REGEXPS.normalize," ");var m=s(a);return m<=4&&(!o||m!=s(i.replace(/[\|\-\\\/>»]+/g,""))-1)&&(a=i),a},_prepDocument:function(){var r=this._doc;this._removeNodes(this._getAllNodesWithTag(r,["style"])),r.body&&this._replaceBrs(r.body),this._replaceNodeTags(this._getAllNodesWithTag(r,["font"]),"SPAN")},_nextNode:function(r){for(var a=r;a&&a.nodeType!=this.ELEMENT_NODE&&this.REGEXPS.whitespace.test(a.textContent);)a=a.nextSibling;return a},_replaceBrs:function(r){this._forEachNode(this._getAllNodesWithTag(r,["br"]),function(a){for(var i=a.nextSibling,o=!1;(i=this._nextNode(i))&&i.tagName=="BR";){o=!0;var s=i.nextSibling;i.parentNode.removeChild(i),i=s}if(o){var u=this._doc.createElement("p");for(a.parentNode.replaceChild(u,a),i=u.nextSibling;i;){if(i.tagName=="BR"){var l=this._nextNode(i.nextSibling);if(l&&l.tagName=="BR")break}if(!this._isPhrasingContent(i))break;var c=i.nextSibling;u.appendChild(i),i=c}for(;u.lastChild&&this._isWhitespace(u.lastChild);)u.removeChild(u.lastChild);u.parentNode.tagName==="P"&&this._setNodeTag(u.parentNode,"DIV")}})},_setNodeTag:function(r,a){if(this.log("_setNodeTag",r,a),this._docJSDOMParser)return r.localName=a.toLowerCase(),r.tagName=a.toUpperCase(),r;for(var i=r.ownerDocument.createElement(a);r.firstChild;)i.appendChild(r.firstChild);r.parentNode.replaceChild(i,r),r.readability&&(i.readability=r.readability);for(var o=0;o!i.includes(l)),u=s.join(" ").length/o.join(" ").length;return 1-u},_checkByline:function(r,a){if(this._articleByline)return!1;if(r.getAttribute!==void 0)var i=r.getAttribute("rel"),o=r.getAttribute("itemprop");return(i==="author"||o&&o.indexOf("author")!==-1||this.REGEXPS.byline.test(a))&&this._isValidByline(r.textContent)?(this._articleByline=r.textContent.trim(),!0):!1},_getNodeAncestors:function(r,a){a=a||0;for(var i=0,o=[];r.parentNode&&(o.push(r.parentNode),!(a&&++i===a));)r=r.parentNode;return o},_grabArticle:function(r){this.log("**** grabArticle ****");var a=this._doc,i=r!==null;if(r=r||this._doc.body,!r)return this.log("No body found in document. Abort."),null;for(var o=r.innerHTML;;){this.log("Starting grabArticle loop");var s=this._flagIsActive(this.FLAG_STRIP_UNLIKELYS),u=[],l=this._doc.documentElement;let ae=!0;for(;l;){l.tagName==="HTML"&&(this._articleLang=l.getAttribute("lang"));var c=l.className+" "+l.id;if(!this._isProbablyVisible(l)){this.log("Removing hidden node - "+c),l=this._removeAndGetNext(l);continue}if(l.getAttribute("aria-modal")=="true"&&l.getAttribute("role")=="dialog"){l=this._removeAndGetNext(l);continue}if(this._checkByline(l,c)){l=this._removeAndGetNext(l);continue}if(ae&&this._headerDuplicatesTitle(l)){this.log("Removing header: ",l.textContent.trim(),this._articleTitle.trim()),ae=!1,l=this._removeAndGetNext(l);continue}if(s){if(this.REGEXPS.unlikelyCandidates.test(c)&&!this.REGEXPS.okMaybeItsACandidate.test(c)&&!this._hasAncestorTag(l,"table")&&!this._hasAncestorTag(l,"code")&&l.tagName!=="BODY"&&l.tagName!=="A"){this.log("Removing unlikely candidate - "+c),l=this._removeAndGetNext(l);continue}if(this.UNLIKELY_ROLES.includes(l.getAttribute("role"))){this.log("Removing content with role "+l.getAttribute("role")+" - "+c),l=this._removeAndGetNext(l);continue}}if((l.tagName==="DIV"||l.tagName==="SECTION"||l.tagName==="HEADER"||l.tagName==="H1"||l.tagName==="H2"||l.tagName==="H3"||l.tagName==="H4"||l.tagName==="H5"||l.tagName==="H6")&&this._isElementWithoutContent(l)){l=this._removeAndGetNext(l);continue}if(this.DEFAULT_TAGS_TO_SCORE.indexOf(l.tagName)!==-1&&u.push(l),l.tagName==="DIV"){for(var p=null,m=l.firstChild;m;){var g=m.nextSibling;if(this._isPhrasingContent(m))p!==null?p.appendChild(m):this._isWhitespace(m)||(p=a.createElement("p"),l.replaceChild(p,m),p.appendChild(m));else if(p!==null){for(;p.lastChild&&this._isWhitespace(p.lastChild);)p.removeChild(p.lastChild);p=null}m=g}if(this._hasSingleTagInsideElement(l,"P")&&this._getLinkDensity(l)<.25){var f=l.children[0];l.parentNode.replaceChild(f,l),l=f,u.push(l)}else this._hasChildBlockElement(l)||(l=this._setNodeTag(l,"P"),u.push(l))}l=this._getNextNode(l)}var T=[];this._forEachNode(u,function(ie){if(!(!ie.parentNode||typeof ie.parentNode.tagName>"u")){var Ee=this._getInnerText(ie);if(!(Ee.length<25)){var ze=this._getNodeAncestors(ie,5);if(ze.length!==0){var _e=0;_e+=1,_e+=Ee.split(",").length,_e+=Math.min(Math.floor(Ee.length/100),3),this._forEachNode(ze,function(ce,pt){if(!(!ce.tagName||!ce.parentNode||typeof ce.parentNode.tagName>"u")){if(typeof ce.readability>"u"&&(this._initializeNode(ce),T.push(ce)),pt===0)var Pt=1;else pt===1?Pt=2:Pt=pt*3;ce.readability.contentScore+=_e/Pt}})}}}});for(var b=[],h=0,C=T.length;hS.readability.contentScore){b.splice(B,0,D),b.length>this._nbTopCandidates&&b.pop();break}}}var v=b[0]||null,L=!1,A;if(v===null||v.tagName==="BODY"){for(v=a.createElement("DIV"),L=!0;r.firstChild;)this.log("Moving child out:",r.firstChild),v.appendChild(r.firstChild);r.appendChild(v),this._initializeNode(v)}else if(v){for(var y=[],I=1;I=.75&&y.push(this._getNodeAncestors(b[I]));var F=3;if(y.length>=F)for(A=v.parentNode;A.tagName!=="BODY";){for(var _=0,U=0;U=F){v=A;break}A=A.parentNode}v.readability||this._initializeNode(v),A=v.parentNode;for(var N=v.readability.contentScore,q=N/3;A.tagName!=="BODY";){if(!A.readability){A=A.parentNode;continue}var k=A.readability.contentScore;if(kN){v=A;break}N=A.readability.contentScore,A=A.parentNode}for(A=v.parentNode;A.tagName!="BODY"&&A.children.length==1;)v=A,A=v.parentNode;v.readability||this._initializeNode(v)}var E=a.createElement("DIV");i&&(E.id="readability-content");var P=Math.max(10,v.readability.contentScore*.2);A=v.parentNode;for(var O=A.children,H=0,j=O.length;H=P)V=!0;else if(W.nodeName==="P"){var X=this._getLinkDensity(W),Z=this._getInnerText(W),ue=Z.length;(ue>80&&X<.25||ue<80&&ue>0&&X===0&&Z.search(/\.( |$)/)!==-1)&&(V=!0)}}V&&(this.log("Appending node:",W),this.ALTER_TO_DIV_EXCEPTIONS.indexOf(W.nodeName)===-1&&(this.log("Altering sibling:",W,"to div."),W=this._setNodeTag(W,"DIV")),E.appendChild(W),O=A.children,H-=1,j-=1)}if(this._debug&&this.log("Article content pre-prep: "+E.innerHTML),this._prepArticle(E),this._debug&&this.log("Article content post-prep: "+E.innerHTML),L)v.id="readability-page-1",v.className="page";else{var ge=a.createElement("DIV");for(ge.id="readability-page-1",ge.className="page";E.firstChild;)ge.appendChild(E.firstChild);E.appendChild(ge)}this._debug&&this.log("Article content after paging: "+E.innerHTML);var te=!0,Y=this._getInnerText(E,!0).length;if(Y0&&r.length<100):!1},_unescapeHtmlEntities:function(r){if(!r)return r;var a=this.HTML_ESCAPE_MAP;return r.replace(/&(quot|amp|apos|lt|gt);/g,function(i,o){return a[o]}).replace(/&#(?:x([0-9a-z]{1,4})|([0-9]{1,4}));/gi,function(i,o,s){var u=parseInt(o||s,o?16:10);return String.fromCharCode(u)})},_getJSONLD:function(r){var a=this._getAllNodesWithTag(r,["script"]),i;return this._forEachNode(a,function(o){if(!i&&o.getAttribute("type")==="application/ld+json")try{var s=o.textContent.replace(/^\s*\s*$/g,""),u=JSON.parse(s);if(!u["@context"]||!u["@context"].match(/^https?\:\/\/schema\.org$/)||(!u["@type"]&&Array.isArray(u["@graph"])&&(u=u["@graph"].find(function(m){return(m["@type"]||"").match(this.REGEXPS.jsonLdArticleTypes)})),!u||!u["@type"]||!u["@type"].match(this.REGEXPS.jsonLdArticleTypes)))return;if(i={},typeof u.name=="string"&&typeof u.headline=="string"&&u.name!==u.headline){var l=this._getArticleTitle(),c=this._textSimilarity(u.name,l)>.75,p=this._textSimilarity(u.headline,l)>.75;p&&!c?i.title=u.headline:i.title=u.name}else typeof u.name=="string"?i.title=u.name.trim():typeof u.headline=="string"&&(i.title=u.headline.trim());u.author&&(typeof u.author.name=="string"?i.byline=u.author.name.trim():Array.isArray(u.author)&&u.author[0]&&typeof u.author[0].name=="string"&&(i.byline=u.author.filter(function(m){return m&&typeof m.name=="string"}).map(function(m){return m.name.trim()}).join(", "))),typeof u.description=="string"&&(i.excerpt=u.description.trim()),u.publisher&&typeof u.publisher.name=="string"&&(i.siteName=u.publisher.name.trim());return}catch(m){this.log(m.message)}}),i||{}},_getArticleMetadata:function(r){var a={},i={},o=this._doc.getElementsByTagName("meta"),s=/\s*(dc|dcterm|og|twitter)\s*:\s*(author|creator|description|title|site_name)\s*/gi,u=/^\s*(?:(dc|dcterm|og|twitter|weibo:(article|webpage))\s*[\.:]\s*)?(author|creator|description|title|site_name)\s*$/i;return this._forEachNode(o,function(l){var c=l.getAttribute("name"),p=l.getAttribute("property"),m=l.getAttribute("content");if(m){var g=null,f=null;p&&(g=p.match(s),g&&(f=g[0].toLowerCase().replace(/\s/g,""),i[f]=m.trim())),!g&&c&&u.test(c)&&(f=c,m&&(f=f.toLowerCase().replace(/\s/g,"").replace(/\./g,":"),i[f]=m.trim()))}}),a.title=r.title||i["dc:title"]||i["dcterm:title"]||i["og:title"]||i["weibo:article:title"]||i["weibo:webpage:title"]||i.title||i["twitter:title"],a.title||(a.title=this._getArticleTitle()),a.byline=r.byline||i["dc:creator"]||i["dcterm:creator"]||i.author,a.excerpt=r.excerpt||i["dc:description"]||i["dcterm:description"]||i["og:description"]||i["weibo:article:description"]||i["weibo:webpage:description"]||i.description||i["twitter:description"],a.siteName=r.siteName||i["og:site_name"],a.title=this._unescapeHtmlEntities(a.title),a.byline=this._unescapeHtmlEntities(a.byline),a.excerpt=this._unescapeHtmlEntities(a.excerpt),a.siteName=this._unescapeHtmlEntities(a.siteName),a},_isSingleImage:function(r){return r.tagName==="IMG"?!0:r.children.length!==1||r.textContent.trim()!==""?!1:this._isSingleImage(r.children[0])},_unwrapNoscriptImages:function(r){var a=Array.from(r.getElementsByTagName("img"));this._forEachNode(a,function(o){for(var s=0;s"u"?!0:a;var i=r.textContent.trim();return a?i.replace(this.REGEXPS.normalize," "):i},_getCharCount:function(r,a){return a=a||",",this._getInnerText(r).split(a).length-1},_cleanStyles:function(r){if(!(!r||r.tagName.toLowerCase()==="svg")){for(var a=0;a0&&s>i)return!1;if(r.parentNode.tagName===a&&(!o||o(r.parentNode)))return!0;r=r.parentNode,s++}return!1},_getRowAndColumnCount:function(r){for(var a=0,i=0,o=r.getElementsByTagName("tr"),s=0;s0){o._readabilityDataTable=!0;continue}var p=["col","colgroup","tfoot","thead","th"],m=function(f){return!!o.getElementsByTagName(f)[0]};if(p.some(m)){this.log("Data table because found data-y descendant"),o._readabilityDataTable=!0;continue}if(o.getElementsByTagName("table")[0]){o._readabilityDataTable=!1;continue}var g=this._getRowAndColumnCount(o);if(g.rows>=10||g.columns>4){o._readabilityDataTable=!0;continue}o._readabilityDataTable=g.rows*g.columns>10}},_fixLazyImages:function(r){this._forEachNode(this._getAllNodesWithTag(r,["img","picture","figure"]),function(a){if(a.src&&this.REGEXPS.b64DataUrl.test(a.src)){var i=this.REGEXPS.b64DataUrl.exec(a.src);if(i[1]==="image/svg+xml")return;for(var o=!1,s=0;so+=this._getInnerText(u,!0).length),o/i},_cleanConditionally:function(r,a){this._flagIsActive(this.FLAG_CLEAN_CONDITIONALLY)&&this._removeNodes(this._getAllNodesWithTag(r,[a]),function(i){var o=function(A){return A._readabilityDataTable},s=a==="ul"||a==="ol";if(!s){var u=0,l=this._getAllNodesWithTag(i,["ul","ol"]);this._forEachNode(l,A=>u+=this._getInnerText(A).length),s=u/this._getInnerText(i).length>.9}if(a==="table"&&o(i)||this._hasAncestorTag(i,"table",-1,o)||this._hasAncestorTag(i,"code"))return!1;var c=this._getClassWeight(i);this.log("Cleaning Conditionally",i);var p=0;if(c+p<0)return!0;if(this._getCharCount(i,",")<10){for(var m=i.getElementsByTagName("p").length,g=i.getElementsByTagName("img").length,f=i.getElementsByTagName("li").length-100,T=i.getElementsByTagName("input").length,b=this._getTextDensity(i,["h1","h2","h3","h4","h5","h6"]),h=0,C=this._getAllNodesWithTag(i,["object","embed","iframe"]),D=0;D1&&m/g<.5&&!this._hasAncestorTag(i,"figure")||!s&&f>m||T>Math.floor(m/3)||!s&&b<.9&&S<25&&(g===0||g>2)&&!this._hasAncestorTag(i,"figure")||!s&&c<25&&B>.2||c>=25&&B>.5||h===1&&S<75||h>1;if(s&&v){for(var L=0;L1)return v;let A=i.getElementsByTagName("li").length;if(g==A)return!1}return v}return!1})},_cleanMatchedNodes:function(r,a){for(var i=this._getNextNode(r,!0),o=this._getNextNode(r);o&&o!=i;)a.call(this,o,o.className+" "+o.id)?o=this._removeAndGetNext(o):o=this._getNextNode(o)},_cleanHeaders:function(r){let a=this._getAllNodesWithTag(r,["h1","h2"]);this._removeNodes(a,function(i){let o=this._getClassWeight(i)<0;return o&&this.log("Removing header with low class weight:",i),o})},_headerDuplicatesTitle:function(r){if(r.tagName!="H1"&&r.tagName!="H2")return!1;var a=this._getInnerText(r,!1);return this.log("Evaluating similarity of header:",a,this._articleTitle),this._textSimilarity(this._articleTitle,a)>.75},_flagIsActive:function(r){return(this._flags&r)>0},_removeFlag:function(r){this._flags=this._flags&~r},_isProbablyVisible:function(r){return(!r.style||r.style.display!="none")&&!r.hasAttribute("hidden")&&(!r.hasAttribute("aria-hidden")||r.getAttribute("aria-hidden")!="true"||r.className&&r.className.indexOf&&r.className.indexOf("fallback-image")!==-1)},parse:function(){if(this._maxElemsToParse>0){var r=this._doc.getElementsByTagName("*").length;if(r>this._maxElemsToParse)throw new Error("Aborting parsing document; "+r+" elements found")}this._unwrapNoscriptImages(this._doc);var a=this._disableJSONLD?{}:this._getJSONLD(this._doc);this._removeScripts(this._doc),this._prepDocument();var i=this._getArticleMetadata(a);this._articleTitle=i.title;var o=this._grabArticle();if(!o)return null;if(this.log("Grabbed: "+o.innerHTML),this._postProcessContent(o),!i.excerpt){var s=o.getElementsByTagName("p");s.length>0&&(i.excerpt=s[0].textContent.trim())}var u=o.textContent;return{title:this._articleTitle,byline:i.byline||this._articleByline,dir:this._articleDir,lang:this._articleLang,content:this._serializer(o),textContent:u,length:u.length,excerpt:i.excerpt,siteName:i.siteName||this._articleSiteName}}},typeof e=="object"&&(e.exports=n)}),_E=h0((t,e)=>{var n={unlikelyCandidates:/-ad-|ai2html|banner|breadcrumbs|combx|comment|community|cover-wrap|disqus|extra|footer|gdpr|header|legends|menu|related|remark|replies|rss|shoutbox|sidebar|skyscraper|social|sponsor|supplemental|ad-break|agegate|pagination|pager|popup|yom-remote/i,okMaybeItsACandidate:/and|article|body|column|content|main|shadow/i};function r(i){return(!i.style||i.style.display!="none")&&!i.hasAttribute("hidden")&&(!i.hasAttribute("aria-hidden")||i.getAttribute("aria-hidden")!="true"||i.className&&i.className.indexOf&&i.className.indexOf("fallback-image")!==-1)}function a(i,o={}){typeof o=="function"&&(o={visibilityChecker:o});var s={minScore:20,minContentLength:140,visibilityChecker:r};o=Object.assign(s,o);var u=i.querySelectorAll("p, pre, article"),l=i.querySelectorAll("div > br");if(l.length){var c=new Set(u);[].forEach.call(l,function(m){c.add(m.parentNode)}),u=Array.from(c)}var p=0;return[].some.call(u,function(m){if(!o.visibilityChecker(m))return!1;var g=m.className+" "+m.id;if(n.unlikelyCandidates.test(g)&&!n.okMaybeItsACandidate.test(g)||m.matches("li p"))return!1;var f=m.textContent.trim().length;return fo.minScore)})}typeof e=="object"&&(e.exports=a)}),tb=h0((t,e)=>{var n=LE(),r=_E();e.exports={Readability:n,isProbablyReaderable:r}}),nb={};kE(nb,{Readability:()=>ju,default:()=>ib,isProbablyReaderable:()=>ab});var rb=eb(tb());PE(nb,eb(tb()));var{Readability:ju,isProbablyReaderable:ab}=rb,{default:X4,...FE}=rb,ib=X4!==void 0?X4:FE;var $a={};tu($a,{Breadcrumbs:()=>ta,BrowserClient:()=>Mi,Dedupe:()=>ia,FunctionToString:()=>Ka,GlobalHandlers:()=>fr,HttpContext:()=>aa,Hub:()=>Or,InboundFilters:()=>Ga,Integrations:()=>pw,LinkedErrors:()=>ra,SDK_VERSION:()=>Fi,Scope:()=>On,TryCatch:()=>na,addBreadcrumb:()=>el,addGlobalEventProcessor:()=>mr,captureEvent:()=>Ju,captureException:()=>Li,captureMessage:()=>Zu,chromeStackLineParser:()=>$0,close:()=>b3,configureScope:()=>Xu,createTransport:()=>is,defaultIntegrations:()=>tp,defaultStackLineParsers:()=>Z0,defaultStackParser:()=>pl,flush:()=>h3,forceLoad:()=>m3,geckoStackLineParser:()=>Y0,getCurrentHub:()=>Le,getHubFromCarrier:()=>zn,init:()=>d3,lastEventId:()=>g3,makeFetchTransport:()=>os,makeMain:()=>Pi,onLoad:()=>f3,opera10StackLineParser:()=>Zb,opera11StackLineParser:()=>Jb,setContext:()=>tl,setExtra:()=>rl,setExtras:()=>nl,setTag:()=>il,setTags:()=>al,setUser:()=>ol,showReportDialog:()=>p3,startTransaction:()=>sl,winjsStackLineParser:()=>Q0,withScope:()=>_i,wrap:()=>T3});d();d();d();d();d();d();d();d();d();var ob=Object.prototype.toString;function Hu(t){switch(ob.call(t)){case"[object Error]":case"[object Exception]":case"[object DOMException]":return!0;default:return dr(t,Error)}}function Vo(t,e){return ob.call(t)===`[object ${e}]`}function Wu(t){return Vo(t,"ErrorEvent")}function sb(t){return Vo(t,"DOMException")}function Fr(t){return Vo(t,"String")}function $o(t){return t===null||typeof t!="object"&&typeof t!="function"}function Zn(t){return Vo(t,"Object")}function Yo(t){return typeof Event<"u"&&dr(t,Event)}function ub(t){return!1}function lb(t){return Vo(t,"RegExp")}function wi(t){return!!(t&&t.then&&typeof t.then=="function")}function cb(t){return Zn(t)&&"nativeEvent"in t&&"preventDefault"in t&&"stopPropagation"in t}function db(t){return typeof t=="number"&&t!==t}function dr(t,e){try{return t instanceof e}catch{return!1}}function Qo(t,e){try{let n=t,r=5,a=80,i=[],o=0,s=0,u=" > ",l=u.length,c;for(;n&&o++1&&s+i.length*l+c.length>=a));)i.push(c),s+=c.length,n=n.parentNode;return i.reverse().join(u)}catch{return""}}function ME(t,e){let n=t,r=[],a,i,o,s,u;if(!n||!n.tagName)return"";r.push(n.tagName.toLowerCase());let l=e&&e.length?e.filter(p=>n.getAttribute(p)).map(p=>[p,n.getAttribute(p)]):null;if(l&&l.length)l.forEach(p=>{r.push(`[${p[0]}="${p[1]}"]`)});else if(n.id&&r.push(`#${n.id}`),a=n.className,a&&Fr(a))for(i=a.split(/\s+/),u=0;u1&&(u=c.slice(0,-1).join("/"),l=c.pop()),l){let p=l.match(/^\d+/);p&&(l=p[0])}return gb({host:i,pass:a,path:u,projectId:l,port:o,protocol:n,publicKey:r})}function gb(t){return{protocol:t.protocol,publicKey:t.publicKey||"",pass:t.pass||"",host:t.host,port:t.port||"",path:t.path||"",projectId:t.projectId}}function OE(t){if(!!1)return;let{port:e,projectId:n,protocol:r}=t;if(["protocol","publicKey","host","projectId"].forEach(i=>{if(!t[i])throw new Tt(`Invalid Sentry Dsn: ${String(i)} missing`)}),!n.match(/^\d+$/))throw new Tt(`Invalid Sentry Dsn: Invalid projectId ${n}`);if(!IE(r))throw new Tt(`Invalid Sentry Dsn: Invalid protocol ${r}`);if(e&&isNaN(parseInt(e,10)))throw new Tt(`Invalid Sentry Dsn: Invalid port ${e}`);return!0}function Ku(t){let e=typeof t=="string"?RE(t):gb(t);return OE(e),e}d();var zE={};function it(){return typeof window<"u"?window:typeof self<"u"?self:zE}function Di(t,e,n){let r=n||it(),a=r.__SENTRY__=r.__SENTRY__||{};return a[t]||(a[t]=e())}d();d();var Zo=["debug","info","warn","error","log","assert","trace"];function b0(t){if(!("console"in it()))return t();let n=console,r={};Zo.forEach(a=>{let i=n[a]&&n[a].__sentry_original__;a in console&&i&&(r[a]=n[a],n[a]=i)});try{return t()}finally{Object.keys(r).forEach(a=>{n[a]=r[a]})}}function mb(){let t=!1,e={enable:()=>{t=!0},disable:()=>{t=!1}};return!1?Zo.forEach(n=>{e[n]=(...r)=>{t&&b0(()=>{})}}):Zo.forEach(n=>{e[n]=()=>{}}),e}var Se;!1?Se=Di("logger",mb):Se=mb();d();d();function ja(t,e=0){return typeof t!="string"||e===0||t.length<=e?t:`${t.substr(0,e)}...`}function T0(t,e){if(!Array.isArray(t))return"";let n=[];for(let r=0;r`${encodeURIComponent(e)}=${encodeURIComponent(t[e])}`).join("&")}function S0(t){if(Hu(t))return{message:t.message,name:t.name,stack:t.stack,...hb(t)};if(Yo(t)){let e={type:t.type,target:fb(t.target),currentTarget:fb(t.currentTarget),...hb(t)};return typeof CustomEvent<"u"&&dr(t,CustomEvent)&&(e.detail=t.detail),e}else return t}function fb(t){try{return ub(t)?Qo(t):Object.prototype.toString.call(t)}catch{return""}}function hb(t){if(typeof t=="object"&&t!==null){let e={};for(let n in t)Object.prototype.hasOwnProperty.call(t,n)&&(e[n]=t[n]);return e}else return{}}function Tb(t,e=40){let n=Object.keys(S0(t));if(n.sort(),!n.length)return"[object has no keys]";if(n[0].length>=e)return ja(n[0],e);for(let r=n.length;r>0;r--){let a=n.slice(0,r).join(", ");if(!(a.length>e))return r===n.length?a:ja(a,e)}return""}function Ha(t){return y0(t,new Map)}function y0(t,e){if(Zn(t)){let n=e.get(t);if(n!==void 0)return n;let r={};e.set(t,r);for(let a of Object.keys(t))typeof t[a]<"u"&&(r[a]=y0(t[a],e));return r}if(Array.isArray(t)){let n=e.get(t);if(n!==void 0)return n;let r=[];return e.set(t,r),t.forEach(a=>{r.push(y0(a,e))}),r}return t}d();var NE=50;function E0(...t){let e=t.sort((n,r)=>n[0]-r[0]).map(n=>n[1]);return(n,r=0)=>{let a=[];for(let i of n.split(` `).slice(r))for(let o of e){let s=o(i);if(s){a.push(s);break}}return UE(a)}}function yb(t){return Array.isArray(t)?E0(...t):t}function UE(t){if(!t.length)return[];let e=t,n=e[0].function||"",r=e[e.length-1].function||"";return(n.indexOf("captureMessage")!==-1||n.indexOf("captureException")!==-1)&&(e=e.slice(1)),r.indexOf("sentryWrapped")!==-1&&(e=e.slice(0,-1)),e.slice(0,NE).map(a=>({...a,filename:a.filename||e[0].filename,function:a.function||"?"})).reverse()}var x0="";function Xn(t){try{return!t||typeof t!="function"?x0:t.name||x0}catch{return x0}}d();function vb(){if(!("fetch"in it()))return!1;try{return new Headers,new Request("http://www.example.com"),new Response,!0}catch{return!1}}function Sb(t){return t&&/^function fetch\(\)\s+\{\s+\[native code\]\s+\}$/.test(t.toString())}function xb(){return!0}var Mr=it(),Xo={},Eb={};function qE(t){if(!Eb[t])switch(Eb[t]=!0,t){case"console":jE();break;case"fetch":HE();break;case"error":GE();break;case"unhandledrejection":VE();break;default:!1&&Se.warn("unknown instrumentation type:",t);return}}function er(t,e){Xo[t]=Xo[t]||[],Xo[t].push(e),qE(t)}function ki(t,e){if(!(!t||!Xo[t]))for(let n of Xo[t]||[])try{n(e)}catch(r){!1&&Se.error(`Error while triggering instrumentation handler. Type: ${t} Name: ${Xn(n)} -Error:`,r)}}function jE(){"console"in Mr&&Zo.forEach(function(t){t in console&&Jn(console,t,function(e){return function(...n){ki("console",{args:n,level:t}),e&&e.apply(console,n)}})})}function HE(){xb()&&Jn(Mr,"fetch",function(t){return function(...e){let n={args:e,fetchData:{method:WE(e),url:KE(e)},startTimestamp:Date.now()};return ki("fetch",{...n}),t.apply(Mr,e).then(r=>(ki("fetch",{...n,endTimestamp:Date.now(),response:r}),r),r=>{throw ki("fetch",{...n,endTimestamp:Date.now(),error:r}),r})}})}function WE(t=[]){return"Request"in Mr&&dr(t[0],Request)&&t[0].method?String(t[0].method).toUpperCase():t[1]&&t[1].method?String(t[1].method).toUpperCase():"GET"}function KE(t=[]){return typeof t[0]=="string"?t[0]:"Request"in Mr&&dr(t[0],Request)?t[0].url:String(t[0])}var C0=null;function GE(){C0=Mr.onerror,Mr.onerror=function(t,e,n,r,a){return ki("error",{column:r,error:a,line:n,msg:t,url:e}),C0?C0.apply(this,arguments):!1}}var w0=null;function VE(){w0=Mr.onunhandledrejection,Mr.onunhandledrejection=function(t){return ki("unhandledrejection",t),w0?w0.apply(this,arguments):!0}}d();function Cb(){let t=typeof WeakSet=="function",e=t?new WeakSet:[];function n(a){if(t)return e.has(a)?!0:(e.add(a),!1);for(let i=0;icrypto.getRandomValues(new Uint8Array(1))[0]:()=>Math.random()*16;return([1e7]+1e3+4e3+8e3+1e11).replace(/[018]/g,e=>(e^(t()&15)>>e/4).toString(16))}function Vu(t){if(!t)return{};let e=t.match(/^(([^:/?#]+):)?(\/\/([^/?#]*))?([^?#]*)(\?([^#]*))?(#(.*))?$/);if(!e)return{};let n=e[6]||"",r=e[8]||"";return{host:e[4],path:e[5],protocol:e[2],relative:e[5]+n+r}}function wb(t){return t.exception&&t.exception.values?t.exception.values[0]:void 0}function Ir(t){let{message:e,event_id:n}=t;if(e)return e;let r=wb(t);return r?r.type&&r.value?`${r.type}: ${r.value}`:r.type||r.value||n||"":n||""}function es(t,e,n){let r=t.exception=t.exception||{},a=r.values=r.values||[],i=a[0]=a[0]||{};i.value||(i.value=e||""),i.type||(i.type=n||"Error")}function Xr(t,e){let n=wb(t);if(!n)return;let r={type:"generic",handled:!0},a=n.mechanism;if(n.mechanism={...r,...a,...e},e&&"data"in e){let i={...a&&a.data,...e.data};n.mechanism.data=i}}function D0(t){if(t&&t.__sentry_captured__)return!0;try{Jo(t,"__sentry_captured__",!0)}catch{}return!1}d();function Db(){return!1}d();function Rr(t,e=1/0,n=1/0){try{return A0("",t,e,n)}catch(r){return{ERROR:`**non-serializable** (${r})`}}}function k0(t,e=3,n=100*1024){let r=Rr(t,e);return QE(r)>n?k0(t,e-1,n):r}function A0(t,e,n=1/0,r=1/0,a=Cb()){let[i,o]=a;if(e===null||["number","boolean","string"].includes(typeof e)&&!db(e))return e;let s=$E(t,e);if(!s.startsWith("[object "))return s;if(e.__sentry_skip_normalization__)return e;if(n===0)return s.replace("object ","");if(i(e))return"[Circular ~]";let u=e;if(u&&typeof u.toJSON=="function")try{let g=u.toJSON();return A0("",g,n-1,r,a)}catch{}let l=Array.isArray(e)?[]:{},c=0,p=S0(e);for(let g in p){if(!Object.prototype.hasOwnProperty.call(p,g))continue;if(c>=r){l[g]="[MaxProperties ~]";break}let m=p[g];l[g]=A0(g,m,n-1,r,a),c+=1}return o(e),l}function $E(t,e){try{return t==="domain"&&e&&typeof e=="object"&&e._events?"[Domain]":t==="domainEmitter"?"[DomainEmitter]":typeof window<"u"&&e===window?"[Window]":cb(e)?"[SyntheticEvent]":typeof e=="number"&&e!==e?"[NaN]":e===void 0?"[undefined]":typeof e=="function"?`[Function: ${Xn(e)}]`:typeof e=="symbol"?`[${String(e)}]`:typeof e=="bigint"?`[BigInt: ${String(e)}]`:`[object ${Object.getPrototypeOf(e).constructor.name}]`}catch(n){return`**non-serializable** (${n})`}}function YE(t){return~-encodeURI(t).split(/%..|./).length}function QE(t){return YE(JSON.stringify(t))}d();d();d();function vn(t){return new pr(e=>{e(t)})}function ts(t){return new pr((e,n)=>{n(t)})}var pr=class t{_state=0;_handlers=[];_value;constructor(e){try{e(this._resolve,this._reject)}catch(n){this._reject(n)}}then(e,n){return new t((r,a)=>{this._handlers.push([!1,i=>{if(!e)r(i);else try{r(e(i))}catch(o){a(o)}},i=>{if(!n)a(i);else try{r(n(i))}catch(o){a(o)}}]),this._executeHandlers()})}catch(e){return this.then(n=>n,e)}finally(e){return new t((n,r)=>{let a,i;return this.then(o=>{i=!1,a=o,e&&e()},o=>{i=!0,a=o,e&&e()}).then(()=>{if(i){r(a);return}n(a)})})}_resolve=e=>{this._setResult(1,e)};_reject=e=>{this._setResult(2,e)};_setResult=(e,n)=>{if(this._state===0){if(wi(n)){n.then(this._resolve,this._reject);return}this._state=e,this._value=n,this._executeHandlers()}};_executeHandlers=()=>{if(this._state===0)return;let e=this._handlers.slice();this._handlers=[],e.forEach(n=>{n[0]||(this._state===1&&n[1](this._value),this._state===2&&n[2](this._value),n[0]=!0)})}};function Ab(t){let e=[];function n(){return t===void 0||e.lengthr(s)).then(null,()=>r(s).then(null,()=>{})),s}function i(o){return new pr((s,u)=>{let l=e.length;if(!l)return s(!0);let c=setTimeout(()=>{o&&o>0&&s(!1)},o);e.forEach(p=>{vn(p).then(()=>{--l||(clearTimeout(c),s(!0))},u)})})}return{$:e,add:a,drain:i}}d();d();var ZE=["fatal","error","warning","log","info","debug"];function kb(t){return t==="warn"?"warning":ZE.includes(t)?t:"log"}d();var L0={nowSeconds:()=>Date.now()/1e3};function JE(){if(!performance||!performance.now)return;let t=Date.now()-performance.now();return{now:()=>performance.now(),timeOrigin:t}}var P0=JE(),Pb=P0===void 0?L0:{nowSeconds:()=>(P0.timeOrigin+P0.now())/1e3},ea=L0.nowSeconds.bind(L0),_0=Pb.nowSeconds.bind(Pb);var $u,fB=(()=>{if(!performance||!performance.now){$u="none";return}let t=3600*1e3,e=performance.now(),n=Date.now(),r=performance.timeOrigin?Math.abs(performance.timeOrigin+e-n):t,a=r{let a=r[0].type;e(r,a)})}function F0(t,e){return(e||new TextEncoder).encode(t)}function Yu(t,e){let[n,r]=t,a=JSON.stringify(n);function i(o){typeof a=="string"?a=typeof o=="string"?a+o:[F0(a,e),o]:a.push(typeof o=="string"?F0(o,e):o)}for(let o of r){let[s,u]=o;i(` +Error:`,r)}}function jE(){"console"in Mr&&Zo.forEach(function(t){t in console&&Jn(console,t,function(e){return function(...n){ki("console",{args:n,level:t}),e&&e.apply(console,n)}})})}function HE(){xb()&&Jn(Mr,"fetch",function(t){return function(...e){let n={args:e,fetchData:{method:WE(e),url:KE(e)},startTimestamp:Date.now()};return ki("fetch",{...n}),t.apply(Mr,e).then(r=>(ki("fetch",{...n,endTimestamp:Date.now(),response:r}),r),r=>{throw ki("fetch",{...n,endTimestamp:Date.now(),error:r}),r})}})}function WE(t=[]){return"Request"in Mr&&dr(t[0],Request)&&t[0].method?String(t[0].method).toUpperCase():t[1]&&t[1].method?String(t[1].method).toUpperCase():"GET"}function KE(t=[]){return typeof t[0]=="string"?t[0]:"Request"in Mr&&dr(t[0],Request)?t[0].url:String(t[0])}var C0=null;function GE(){C0=Mr.onerror,Mr.onerror=function(t,e,n,r,a){return ki("error",{column:r,error:a,line:n,msg:t,url:e}),C0?C0.apply(this,arguments):!1}}var w0=null;function VE(){w0=Mr.onunhandledrejection,Mr.onunhandledrejection=function(t){return ki("unhandledrejection",t),w0?w0.apply(this,arguments):!0}}d();function Cb(){let t=typeof WeakSet=="function",e=t?new WeakSet:[];function n(a){if(t)return e.has(a)?!0:(e.add(a),!1);for(let i=0;icrypto.getRandomValues(new Uint8Array(1))[0]:()=>Math.random()*16;return([1e7]+1e3+4e3+8e3+1e11).replace(/[018]/g,e=>(e^(t()&15)>>e/4).toString(16))}function Vu(t){if(!t)return{};let e=t.match(/^(([^:/?#]+):)?(\/\/([^/?#]*))?([^?#]*)(\?([^#]*))?(#(.*))?$/);if(!e)return{};let n=e[6]||"",r=e[8]||"";return{host:e[4],path:e[5],protocol:e[2],relative:e[5]+n+r}}function wb(t){return t.exception&&t.exception.values?t.exception.values[0]:void 0}function Ir(t){let{message:e,event_id:n}=t;if(e)return e;let r=wb(t);return r?r.type&&r.value?`${r.type}: ${r.value}`:r.type||r.value||n||"":n||""}function es(t,e,n){let r=t.exception=t.exception||{},a=r.values=r.values||[],i=a[0]=a[0]||{};i.value||(i.value=e||""),i.type||(i.type=n||"Error")}function Xr(t,e){let n=wb(t);if(!n)return;let r={type:"generic",handled:!0},a=n.mechanism;if(n.mechanism={...r,...a,...e},e&&"data"in e){let i={...a&&a.data,...e.data};n.mechanism.data=i}}function D0(t){if(t&&t.__sentry_captured__)return!0;try{Jo(t,"__sentry_captured__",!0)}catch{}return!1}d();function Db(){return!1}d();function Rr(t,e=1/0,n=1/0){try{return A0("",t,e,n)}catch(r){return{ERROR:`**non-serializable** (${r})`}}}function k0(t,e=3,n=100*1024){let r=Rr(t,e);return QE(r)>n?k0(t,e-1,n):r}function A0(t,e,n=1/0,r=1/0,a=Cb()){let[i,o]=a;if(e===null||["number","boolean","string"].includes(typeof e)&&!db(e))return e;let s=$E(t,e);if(!s.startsWith("[object "))return s;if(e.__sentry_skip_normalization__)return e;if(n===0)return s.replace("object ","");if(i(e))return"[Circular ~]";let u=e;if(u&&typeof u.toJSON=="function")try{let m=u.toJSON();return A0("",m,n-1,r,a)}catch{}let l=Array.isArray(e)?[]:{},c=0,p=S0(e);for(let m in p){if(!Object.prototype.hasOwnProperty.call(p,m))continue;if(c>=r){l[m]="[MaxProperties ~]";break}let g=p[m];l[m]=A0(m,g,n-1,r,a),c+=1}return o(e),l}function $E(t,e){try{return t==="domain"&&e&&typeof e=="object"&&e._events?"[Domain]":t==="domainEmitter"?"[DomainEmitter]":typeof window<"u"&&e===window?"[Window]":cb(e)?"[SyntheticEvent]":typeof e=="number"&&e!==e?"[NaN]":e===void 0?"[undefined]":typeof e=="function"?`[Function: ${Xn(e)}]`:typeof e=="symbol"?`[${String(e)}]`:typeof e=="bigint"?`[BigInt: ${String(e)}]`:`[object ${Object.getPrototypeOf(e).constructor.name}]`}catch(n){return`**non-serializable** (${n})`}}function YE(t){return~-encodeURI(t).split(/%..|./).length}function QE(t){return YE(JSON.stringify(t))}d();d();d();function vn(t){return new pr(e=>{e(t)})}function ts(t){return new pr((e,n)=>{n(t)})}var pr=class t{_state=0;_handlers=[];_value;constructor(e){try{e(this._resolve,this._reject)}catch(n){this._reject(n)}}then(e,n){return new t((r,a)=>{this._handlers.push([!1,i=>{if(!e)r(i);else try{r(e(i))}catch(o){a(o)}},i=>{if(!n)a(i);else try{r(n(i))}catch(o){a(o)}}]),this._executeHandlers()})}catch(e){return this.then(n=>n,e)}finally(e){return new t((n,r)=>{let a,i;return this.then(o=>{i=!1,a=o,e&&e()},o=>{i=!0,a=o,e&&e()}).then(()=>{if(i){r(a);return}n(a)})})}_resolve=e=>{this._setResult(1,e)};_reject=e=>{this._setResult(2,e)};_setResult=(e,n)=>{if(this._state===0){if(wi(n)){n.then(this._resolve,this._reject);return}this._state=e,this._value=n,this._executeHandlers()}};_executeHandlers=()=>{if(this._state===0)return;let e=this._handlers.slice();this._handlers=[],e.forEach(n=>{n[0]||(this._state===1&&n[1](this._value),this._state===2&&n[2](this._value),n[0]=!0)})}};function Ab(t){let e=[];function n(){return t===void 0||e.lengthr(s)).then(null,()=>r(s).then(null,()=>{})),s}function i(o){return new pr((s,u)=>{let l=e.length;if(!l)return s(!0);let c=setTimeout(()=>{o&&o>0&&s(!1)},o);e.forEach(p=>{vn(p).then(()=>{--l||(clearTimeout(c),s(!0))},u)})})}return{$:e,add:a,drain:i}}d();d();var ZE=["fatal","error","warning","log","info","debug"];function kb(t){return t==="warn"?"warning":ZE.includes(t)?t:"log"}d();var L0={nowSeconds:()=>Date.now()/1e3};function JE(){if(!performance||!performance.now)return;let t=Date.now()-performance.now();return{now:()=>performance.now(),timeOrigin:t}}var P0=JE(),Pb=P0===void 0?L0:{nowSeconds:()=>(P0.timeOrigin+P0.now())/1e3},ea=L0.nowSeconds.bind(L0),_0=Pb.nowSeconds.bind(Pb);var $u,fB=(()=>{if(!performance||!performance.now){$u="none";return}let t=3600*1e3,e=performance.now(),n=Date.now(),r=performance.timeOrigin?Math.abs(performance.timeOrigin+e-n):t,a=r{let a=r[0].type;e(r,a)})}function F0(t,e){return(e||new TextEncoder).encode(t)}function Yu(t,e){let[n,r]=t,a=JSON.stringify(n);function i(o){typeof a=="string"?a=typeof o=="string"?a+o:[F0(a,e),o]:a.push(typeof o=="string"?F0(o,e):o)}for(let o of r){let[s,u]=o;i(` ${JSON.stringify(s)} -`),i(typeof u=="string"||u instanceof Uint8Array?u:JSON.stringify(u))}return typeof a=="string"?a:XE(a)}function XE(t){let e=t.reduce((a,i)=>a+i.length,0),n=new Uint8Array(e),r=0;for(let a of t)n.set(a,r),r+=a.length;return n}function _b(t,e){let n=typeof t.data=="string"?F0(t.data,e):t.data;return[Ha({type:"attachment",length:n.length,filename:t.filename,content_type:t.contentType,attachment_type:t.attachmentType}),n]}var eC={session:"session",sessions:"session",attachment:"attachment",transaction:"transaction",event:"error",client_report:"internal",user_report:"default"};function B0(t){return eC[t]}d();function Fb(t,e,n){let r=[{type:"client_report"},{timestamp:n||ea(),discarded_events:t}];return Wa(e?{dsn:e}:{},[r])}d();var tC=60*1e3;function nC(t,e=Date.now()){let n=parseInt(`${t}`,10);if(!isNaN(n))return n*1e3;let r=Date.parse(`${t}`);return isNaN(r)?tC:r-e}function rC(t,e){return t[e]||t.all||0}function Mb(t,e,n=Date.now()){return rC(t,e)>n}function Bb(t,{statusCode:e,headers:n},r=Date.now()){let a={...t},i=n&&n["x-sentry-rate-limits"],o=n&&n["retry-after"];if(i)for(let s of i.trim().split(",")){let[u,l]=s.split(":",2),c=parseInt(u,10),p=(isNaN(c)?60:c)*1e3;if(!l)a.all=r+p;else for(let g of l.split(";"))a[g]=r+p}else o?a.all=r+nC(o,r):e===429&&(a.all=r+60*1e3);return a}d();function Ib(t){return t[0]}d();function I0(t){let e=_0(),n={sid:Br(),init:!0,timestamp:e,started:e,duration:0,status:"ok",errors:0,ignoreDuration:!1,toJSON:()=>aC(n)};return t&&gr(n,t),n}function gr(t,e={}){if(e.user&&(!t.ipAddress&&e.user.ip_address&&(t.ipAddress=e.user.ip_address),!t.did&&!e.did&&(t.did=e.user.id||e.user.email||e.user.username)),t.timestamp=e.timestamp||_0(),e.ignoreDuration&&(t.ignoreDuration=e.ignoreDuration),e.sid&&(t.sid=e.sid.length===32?e.sid:Br()),e.init!==void 0&&(t.init=e.init),!t.did&&e.did&&(t.did=`${e.did}`),typeof e.started=="number"&&(t.started=e.started),t.ignoreDuration)t.duration=void 0;else if(typeof e.duration=="number")t.duration=e.duration;else{let n=t.timestamp-t.started;t.duration=n>=0?n:0}e.release&&(t.release=e.release),e.environment&&(t.environment=e.environment),!t.ipAddress&&e.ipAddress&&(t.ipAddress=e.ipAddress),!t.userAgent&&e.userAgent&&(t.userAgent=e.userAgent),typeof e.errors=="number"&&(t.errors=e.errors),e.status&&(t.status=e.status)}function R0(t,e){let n={};e?n={status:e}:t.status==="ok"&&(n={status:"exited"}),gr(t,n)}function aC(t){return Ha({sid:`${t.sid}`,init:t.init,started:new Date(t.started*1e3).toISOString(),timestamp:new Date(t.timestamp*1e3).toISOString(),status:t.status,errors:t.errors,did:typeof t.did=="number"||typeof t.did=="string"?`${t.did}`:void 0,duration:t.duration,attrs:{release:t.release,environment:t.environment,ip_address:t.ipAddress,user_agent:t.userAgent}})}var Rb=100,On=class t{_notifyingListeners;_scopeListeners;_eventProcessors;_breadcrumbs;_user;_tags;_extra;_contexts;_attachments;_sdkProcessingMetadata;_fingerprint;_level;_transactionName;_span;_session;_requestSession;constructor(){this._notifyingListeners=!1,this._scopeListeners=[],this._eventProcessors=[],this._breadcrumbs=[],this._attachments=[],this._user={},this._tags={},this._extra={},this._contexts={},this._sdkProcessingMetadata={}}static clone(e){let n=new t;return e&&(n._breadcrumbs=[...e._breadcrumbs],n._tags={...e._tags},n._extra={...e._extra},n._contexts={...e._contexts},n._user=e._user,n._level=e._level,n._span=e._span,n._session=e._session,n._transactionName=e._transactionName,n._fingerprint=e._fingerprint,n._eventProcessors=[...e._eventProcessors],n._requestSession=e._requestSession,n._attachments=[...e._attachments]),n}addScopeListener(e){this._scopeListeners.push(e)}addEventProcessor(e){return this._eventProcessors.push(e),this}setUser(e){return this._user=e||{},this._session&&gr(this._session,{user:e}),this._notifyScopeListeners(),this}getUser(){return this._user}getRequestSession(){return this._requestSession}setRequestSession(e){return this._requestSession=e,this}setTags(e){return this._tags={...this._tags,...e},this._notifyScopeListeners(),this}setTag(e,n){return this._tags={...this._tags,[e]:n},this._notifyScopeListeners(),this}setExtras(e){return this._extra={...this._extra,...e},this._notifyScopeListeners(),this}setExtra(e,n){return this._extra={...this._extra,[e]:n},this._notifyScopeListeners(),this}setFingerprint(e){return this._fingerprint=e,this._notifyScopeListeners(),this}setLevel(e){return this._level=e,this._notifyScopeListeners(),this}setTransactionName(e){return this._transactionName=e,this._notifyScopeListeners(),this}setContext(e,n){return n===null?delete this._contexts[e]:this._contexts={...this._contexts,[e]:n},this._notifyScopeListeners(),this}setSpan(e){return this._span=e,this._notifyScopeListeners(),this}getSpan(){return this._span}getTransaction(){let e=this.getSpan();return e&&e.transaction}setSession(e){return e?this._session=e:delete this._session,this._notifyScopeListeners(),this}getSession(){return this._session}update(e){if(!e)return this;if(typeof e=="function"){let n=e(this);return n instanceof t?n:this}return e instanceof t?(this._tags={...this._tags,...e._tags},this._extra={...this._extra,...e._extra},this._contexts={...this._contexts,...e._contexts},e._user&&Object.keys(e._user).length&&(this._user=e._user),e._level&&(this._level=e._level),e._fingerprint&&(this._fingerprint=e._fingerprint),e._requestSession&&(this._requestSession=e._requestSession)):Zn(e)&&(e=e,this._tags={...this._tags,...e.tags},this._extra={...this._extra,...e.extra},this._contexts={...this._contexts,...e.contexts},e.user&&(this._user=e.user),e.level&&(this._level=e.level),e.fingerprint&&(this._fingerprint=e.fingerprint),e.requestSession&&(this._requestSession=e.requestSession)),this}clear(){return this._breadcrumbs=[],this._tags={},this._extra={},this._user={},this._contexts={},this._level=void 0,this._transactionName=void 0,this._fingerprint=void 0,this._requestSession=void 0,this._span=void 0,this._session=void 0,this._notifyScopeListeners(),this._attachments=[],this}addBreadcrumb(e,n){let r=typeof n=="number"?Math.min(n,Rb):Rb;if(r<=0)return this;let a={timestamp:ea(),...e};return this._breadcrumbs=[...this._breadcrumbs,a].slice(-r),this._notifyScopeListeners(),this}clearBreadcrumbs(){return this._breadcrumbs=[],this._notifyScopeListeners(),this}addAttachment(e){return this._attachments.push(e),this}getAttachments(){return this._attachments}clearAttachments(){return this._attachments=[],this}applyToEvent(e,n={}){if(this._extra&&Object.keys(this._extra).length&&(e.extra={...this._extra,...e.extra}),this._tags&&Object.keys(this._tags).length&&(e.tags={...this._tags,...e.tags}),this._user&&Object.keys(this._user).length&&(e.user={...this._user,...e.user}),this._contexts&&Object.keys(this._contexts).length&&(e.contexts={...this._contexts,...e.contexts}),this._level&&(e.level=this._level),this._transactionName&&(e.transaction=this._transactionName),this._span){e.contexts={trace:this._span.getTraceContext(),...e.contexts};let r=this._span.transaction&&this._span.transaction.name;r&&(e.tags={transaction:r,...e.tags})}return this._applyFingerprint(e),e.breadcrumbs=[...e.breadcrumbs||[],...this._breadcrumbs],e.breadcrumbs=e.breadcrumbs.length>0?e.breadcrumbs:void 0,e.sdkProcessingMetadata={...e.sdkProcessingMetadata,...this._sdkProcessingMetadata},this._notifyEventProcessors([...Ob(),...this._eventProcessors],e,n)}setSDKProcessingMetadata(e){return this._sdkProcessingMetadata={...this._sdkProcessingMetadata,...e},this}_notifyEventProcessors(e,n,r,a=0){return new pr((i,o)=>{let s=e[a];if(n===null||typeof s!="function")i(n);else{let u=s({...n},r);!1&&s.id&&u===null&&Se.log(`Event processor "${s.id}" dropped event`),wi(u)?u.then(l=>this._notifyEventProcessors(e,l,r,a+1).then(i)).then(null,o):this._notifyEventProcessors(e,u,r,a+1).then(i).then(null,o)}})}_notifyScopeListeners(){this._notifyingListeners||(this._notifyingListeners=!0,this._scopeListeners.forEach(e=>{e(this)}),this._notifyingListeners=!1)}_applyFingerprint(e){e.fingerprint=e.fingerprint?Array.isArray(e.fingerprint)?e.fingerprint:[e.fingerprint]:[],this._fingerprint&&(e.fingerprint=e.fingerprint.concat(this._fingerprint)),e.fingerprint&&!e.fingerprint.length&&delete e.fingerprint}};function Ob(){return Di("globalEventProcessors",()=>[])}function mr(t){Ob().push(t)}d();d();var O0=4,iC=100,Or=class{constructor(e,n=new On,r=O0){this._version=r;this.getStackTop().scope=n,e&&this.bindClient(e)}_stack=[{}];_lastEventId;isOlderThan(e){return this._version{i.captureException(e,{originalException:e,syntheticException:a,...n,event_id:r},o)}),r}captureMessage(e,n,r){let a=this._lastEventId=r&&r.event_id?r.event_id:Br(),i=new Error(e);return this._withClient((o,s)=>{o.captureMessage(e,n,{originalException:e,syntheticException:i,...r,event_id:a},s)}),a}captureEvent(e,n){let r=n&&n.event_id?n.event_id:Br();return e.type!=="transaction"&&(this._lastEventId=r),this._withClient((a,i)=>{a.captureEvent(e,{...n,event_id:r},i)}),r}lastEventId(){return this._lastEventId}addBreadcrumb(e,n){let{scope:r,client:a}=this.getStackTop();if(!r||!a)return;let{beforeBreadcrumb:i=null,maxBreadcrumbs:o=iC}=a.getOptions&&a.getOptions()||{};if(o<=0)return;let u={timestamp:ea(),...e},l=i?b0(()=>i(u,n)):u;l!==null&&r.addBreadcrumb(l,o)}setUser(e){let n=this.getScope();n&&n.setUser(e)}setTags(e){let n=this.getScope();n&&n.setTags(e)}setExtras(e){let n=this.getScope();n&&n.setExtras(e)}setTag(e,n){let r=this.getScope();r&&r.setTag(e,n)}setExtra(e,n){let r=this.getScope();r&&r.setExtra(e,n)}setContext(e,n){let r=this.getScope();r&&r.setContext(e,n)}configureScope(e){let{scope:n,client:r}=this.getStackTop();n&&r&&e(n)}run(e){let n=Pi(this);try{e(this)}finally{Pi(n)}}getIntegration(e){let n=this.getClient();if(!n)return null;try{return n.getIntegration(e)}catch{return!1&&Se.warn(`Cannot retrieve integration ${e.id} from the current Hub`),null}}startTransaction(e,n){return this._callExtensionMethod("startTransaction",e,n)}traceHeaders(){return this._callExtensionMethod("traceHeaders")}captureSession(e=!1){if(e)return this.endSession();this._sendSessionUpdate()}endSession(){let e=this.getStackTop(),n=e&&e.scope,r=n&&n.getSession();r&&R0(r),this._sendSessionUpdate(),n&&n.setSession()}startSession(e){let{scope:n,client:r}=this.getStackTop(),{release:a,environment:i}=r&&r.getOptions()||{},o=it(),{userAgent:s}=o.navigator||{},u=I0({release:a,environment:i,...n&&{user:n.getUser()},...s&&{userAgent:s},...e});if(n){let l=n.getSession&&n.getSession();l&&l.status==="ok"&&gr(l,{status:"exited"}),this.endSession(),n.setSession(u)}return u}shouldSendDefaultPii(){let e=this.getClient(),n=e&&e.getOptions();return!!(n&&n.sendDefaultPii)}_sendSessionUpdate(){let{scope:e,client:n}=this.getStackTop();if(!e)return;let r=e.getSession();r&&n&&n.captureSession&&n.captureSession(r)}_withClient(e){let{scope:n,client:r}=this.getStackTop();r&&e(r,n)}_callExtensionMethod(e,...n){let a=ns().__SENTRY__;if(a&&a.extensions&&typeof a.extensions[e]=="function")return a.extensions[e].apply(this,n);!1&&Se.warn(`Extension method ${e} couldn't be found, doing nothing.`)}};function ns(){let t=it();return t.__SENTRY__=t.__SENTRY__||{extensions:{},hub:void 0},t}function Pi(t){let e=ns(),n=zn(e);return Qu(e,t),n}function Le(){let t=ns();return(!zb(t)||zn(t).isOlderThan(O0))&&Qu(t,new Or),Db()?oC(t):zn(t)}function oC(t){try{let e=ns().__SENTRY__,n=e&&e.extensions&&e.extensions.domain&&e.extensions.domain.active;if(!n)return zn(t);if(!zb(n)||zn(n).isOlderThan(O0)){let r=zn(t).getStackTop();Qu(n,new Or(r.client,On.clone(r.scope)))}return zn(n)}catch{return zn(t)}}function zb(t){return!!(t&&t.__SENTRY__&&t.__SENTRY__.hub)}function zn(t){return Di("hub",()=>new Or,t)}function Qu(t,e){if(!t)return!1;let n=t.__SENTRY__=t.__SENTRY__||{};return n.hub=e,!0}d();function Li(t,e){return Le().captureException(t,{captureContext:e})}function Zu(t,e){let n=typeof e=="string"?e:void 0,r=typeof e!="string"?{captureContext:e}:void 0;return Le().captureMessage(t,n,r)}function Ju(t,e){return Le().captureEvent(t,e)}function Xu(t){Le().configureScope(t)}function el(t){Le().addBreadcrumb(t)}function tl(t,e){Le().setContext(t,e)}function nl(t){Le().setExtras(t)}function rl(t,e){Le().setExtra(t,e)}function al(t){Le().setTags(t)}function il(t,e){Le().setTag(t,e)}function ol(t){Le().setUser(t)}function _i(t){Le().withScope(t)}function sl(t,e){return Le().startTransaction({metadata:{source:"custom"},...t},e)}d();var sC="7";function Nb(t){let e=t.protocol?`${t.protocol}:`:"",n=t.port?`:${t.port}`:"";return`${e}//${t.host}${n}${t.path?`/${t.path}`:""}/api/`}function uC(t){return`${Nb(t)}${t.projectId}/envelope/`}function lC(t,e){return bb({sentry_key:t.publicKey,sentry_version:sC,...e&&{sentry_client:`${e.name}/${e.version}`}})}function rs(t,e={}){let n=typeof e=="string"?e:e.tunnel,r=typeof e=="string"||!e._metadata?void 0:e._metadata.sdk;return n||`${uC(t)}?${lC(t,r)}`}function z0(t,e){let n=Ku(t),r=`${Nb(n)}embed/error-page/`,a=`dsn=${qa(n)}`;for(let i in e)if(i!=="dsn")if(i==="user"){let o=e.user;if(!o)continue;o.name&&(a+=`&name=${encodeURIComponent(o.name)}`),o.email&&(a+=`&email=${encodeURIComponent(o.email)}`)}else a+=`&${encodeURIComponent(i)}=${encodeURIComponent(e[i])}`;return`${r}?${a}`}d();d();function Ub(t){if(!t||!t.sdk)return;let{name:e,version:n}=t.sdk;return{name:e,version:n}}function cC(t,e){return e&&(t.sdk=t.sdk||{},t.sdk.name=t.sdk.name||e.name,t.sdk.version=t.sdk.version||e.version,t.sdk.integrations=[...t.sdk.integrations||[],...e.integrations||[]],t.sdk.packages=[...t.sdk.packages||[],...e.packages||[]]),t}function qb(t,e,n,r){let a=Ub(n),i={sent_at:new Date().toISOString(),...a&&{sdk:a},...!!r&&{dsn:qa(e)}},o="aggregates"in t?[{type:"sessions"},t]:[{type:"session"},t];return Wa(i,[o])}function jb(t,e,n,r){let a=Ub(n),i=t.type||"event",{transactionSampling:o}=t.sdkProcessingMetadata||{},{method:s,rate:u}=o||{};cC(t,n&&n.sdk);let l=dC(t,a,r,e);return delete t.sdkProcessingMetadata,Wa(l,[[{type:i,sample_rates:[{id:s,rate:u}]},t]])}function dC(t,e,n,r){let a=t.sdkProcessingMetadata&&t.sdkProcessingMetadata.baggage,i=a&&Ib(a);return{event_id:t.event_id,sent_at:new Date().toISOString(),...e&&{sdk:e},...!!n&&{dsn:qa(r)},...t.type==="transaction"&&i&&{trace:Ha({...i})}}}d();var Hb=[];function Wb(t){return t.reduce((e,n)=>(e.every(r=>n.name!==r.name)&&e.push(n),e),[])}function N0(t){let e=t.defaultIntegrations&&[...t.defaultIntegrations]||[],n=t.integrations,r=[...Wb(e)];Array.isArray(n)?r=[...r.filter(o=>n.every(s=>s.name!==o.name)),...Wb(n)]:typeof n=="function"&&(r=n(r),r=Array.isArray(r)?r:[r]);let a=r.map(o=>o.name),i="Debug";return a.indexOf(i)!==-1&&r.push(...r.splice(a.indexOf(i),1)),r}function Kb(t){let e={};return t.forEach(n=>{e[n.name]=n,Hb.indexOf(n.name)===-1&&(n.setupOnce(mr,Le),Hb.push(n.name),!1&&Se.log(`Integration installed: ${n.name}`))}),e}var Gb="Not capturing exception because it's already been captured.",as=class{_options;_dsn;_transport;_integrations={};_integrationsInitialized=!1;_numProcessing=0;_outcomes={};constructor(e){if(this._options=e,e.dsn){this._dsn=Ku(e.dsn);let n=rs(this._dsn,e);this._transport=e.transport({recordDroppedEvent:this.recordDroppedEvent.bind(this),...e.transportOptions,url:n})}else!1&&Se.warn("No DSN provided, client will not do anything.")}captureException(e,n,r){if(D0(e)){!1&&Se.log(Gb);return}let a=n&&n.event_id;return this._process(this.eventFromException(e,n).then(i=>this._captureEvent(i,n,r)).then(i=>{a=i})),a}captureMessage(e,n,r,a){let i=r&&r.event_id,o=$o(e)?this.eventFromMessage(String(e),n,r):this.eventFromException(e,r);return this._process(o.then(s=>this._captureEvent(s,r,a)).then(s=>{i=s})),i}captureEvent(e,n,r){if(n&&n.originalException&&D0(n.originalException)){!1&&Se.log(Gb);return}let a=n&&n.event_id;return this._process(this._captureEvent(e,n,r).then(i=>{a=i})),a}captureSession(e){if(!this._isEnabled()){!1&&Se.warn("SDK not enabled, will not capture session.");return}typeof e.release!="string"?!1&&Se.warn("Discarded session because of missing or non-string release"):(this.sendSession(e),gr(e,{init:!1}))}getDsn(){return this._dsn}getOptions(){return this._options}getTransport(){return this._transport}flush(e){let n=this._transport;return n?this._isClientDoneProcessing(e).then(r=>n.flush(e).then(a=>r&&a)):vn(!0)}close(e){return this.flush(e).then(n=>(this.getOptions().enabled=!1,n))}setupIntegrations(){this._isEnabled()&&!this._integrationsInitialized&&(this._integrations=Kb(this._options.integrations),this._integrationsInitialized=!0)}getIntegrationById(e){return this._integrations[e]}getIntegration(e){try{return this._integrations[e.id]||null}catch{return!1&&Se.warn(`Cannot retrieve integration ${e.id} from the current Client`),null}}sendEvent(e,n={}){if(this._dsn){let r=jb(e,this._dsn,this._options._metadata,this._options.tunnel);for(let a of n.attachments||[])r=Lb(r,_b(a,this._options.transportOptions&&this._options.transportOptions.textEncoder));this._sendEnvelope(r)}}sendSession(e){if(this._dsn){let n=qb(e,this._dsn,this._options._metadata,this._options.tunnel);this._sendEnvelope(n)}}recordDroppedEvent(e,n){if(this._options.sendClientReports){let r=`${e}:${n}`;!1&&Se.log(`Adding outcome: "${r}"`),this._outcomes[r]=this._outcomes[r]+1||1}}_updateSessionFromEvent(e,n){let r=!1,a=!1,i=n.exception&&n.exception.values;if(i){a=!0;for(let u of i){let l=u.mechanism;if(l&&l.handled===!1){r=!0;break}}}let o=e.status==="ok";(o&&e.errors===0||o&&r)&&(gr(e,{...r&&{status:"crashed"},errors:e.errors||Number(a||r)}),this.captureSession(e))}_isClientDoneProcessing(e){return new pr(n=>{let r=0,a=1,i=setInterval(()=>{this._numProcessing==0?(clearInterval(i),n(!0)):(r+=a,e&&r>=e&&(clearInterval(i),n(!1)))},a)})}_isEnabled(){return this.getOptions().enabled!==!1&&this._dsn!==void 0}_prepareEvent(e,n,r){let{normalizeDepth:a=3,normalizeMaxBreadth:i=1e3}=this.getOptions(),o={...e,event_id:e.event_id||n.event_id||Br(),timestamp:e.timestamp||ea()};this._applyClientOptions(o),this._applyIntegrationsMetadata(o);let s=r;n.captureContext&&(s=On.clone(s).update(n.captureContext));let u=vn(o);if(s){let l=[...n.attachments||[],...s.getAttachments()];l.length&&(n.attachments=l),u=s.applyToEvent(o,n)}return u.then(l=>typeof a=="number"&&a>0?this._normalizeEvent(l,a,i):l)}_normalizeEvent(e,n,r){if(!e)return null;let a={...e,...e.breadcrumbs&&{breadcrumbs:e.breadcrumbs.map(i=>({...i,...i.data&&{data:Rr(i.data,n,r)}}))},...e.user&&{user:Rr(e.user,n,r)},...e.contexts&&{contexts:Rr(e.contexts,n,r)},...e.extra&&{extra:Rr(e.extra,n,r)}};return e.contexts&&e.contexts.trace&&a.contexts&&(a.contexts.trace=e.contexts.trace,e.contexts.trace.data&&(a.contexts.trace.data=Rr(e.contexts.trace.data,n,r))),e.spans&&(a.spans=e.spans.map(i=>(i.data&&(i.data=Rr(i.data,n,r)),i))),a}_applyClientOptions(e){let n=this.getOptions(),{environment:r,release:a,dist:i,maxValueLength:o=250}=n;"environment"in e||(e.environment="environment"in n?r:"production"),e.release===void 0&&a!==void 0&&(e.release=a),e.dist===void 0&&i!==void 0&&(e.dist=i),e.message&&(e.message=ja(e.message,o));let s=e.exception&&e.exception.values&&e.exception.values[0];s&&s.value&&(s.value=ja(s.value,o));let u=e.request;u&&u.url&&(u.url=ja(u.url,o))}_applyIntegrationsMetadata(e){let n=Object.keys(this._integrations);n.length>0&&(e.sdk=e.sdk||{},e.sdk.integrations=[...e.sdk.integrations||[],...n])}_captureEvent(e,n={},r){return this._processEvent(e,n,r).then(a=>a.event_id,a=>{!1&&Se.warn(a)})}_processEvent(e,n,r){let{beforeSend:a,sampleRate:i}=this.getOptions();if(!this._isEnabled())return ts(new Tt("SDK not enabled, will not capture event."));let o=e.type==="transaction";return!o&&typeof i=="number"&&Math.random()>i?(this.recordDroppedEvent("sample_rate","error"),ts(new Tt(`Discarding event because it's not included in the random sample (sampling rate = ${i})`))):this._prepareEvent(e,n,r).then(s=>{if(s===null)throw this.recordDroppedEvent("event_processor",e.type||"error"),new Tt("An event processor returned null, will not send event.");if(n.data&&n.data.__sentry__===!0||o||!a)return s;let l=a(s,n);return pC(l)}).then(s=>{if(s===null)throw this.recordDroppedEvent("before_send",e.type||"error"),new Tt("`beforeSend` returned `null`, will not send event.");let u=r&&r.getSession();return!o&&u&&this._updateSessionFromEvent(u,s),this.sendEvent(s,n),s}).then(null,s=>{throw s instanceof Tt?s:(this.captureException(s,{data:{__sentry__:!0},originalException:s}),new Tt(`Event processing pipeline threw an error, original event will not be sent. Details have been sent as a new event. -Reason: ${s}`))})}_process(e){this._numProcessing+=1,e.then(n=>(this._numProcessing-=1,n),n=>(this._numProcessing-=1,n))}_sendEnvelope(e){this._transport&&this._dsn?this._transport.send(e).then(null,n=>{!1&&Se.error("Error while sending event:",n)}):!1&&Se.error("Transport disabled")}_clearOutcomes(){let e=this._outcomes;return this._outcomes={},Object.keys(e).map(n=>{let[r,a]=n.split(":");return{reason:r,category:a,quantity:e[n]}})}};function pC(t){let e="`beforeSend` method has to return `null` or a valid event.";if(wi(t))return t.then(n=>{if(!(Zn(n)||n===null))throw new Tt(e);return n},n=>{throw new Tt(`beforeSend rejected with ${n}`)});if(!(Zn(t)||t===null))throw new Tt(e);return t}d();function U0(t,e){e.debug===!0&&!1&&Se.enable();let n=Le(),r=n.getScope();r&&r.update(e.initialScope);let a=new t(e);n.bindClient(a)}d();var gC=30;function is(t,e,n=Ab(t.bufferSize||gC)){let r={},a=o=>n.drain(o);function i(o){let s=[];if(M0(o,(p,g)=>{let m=B0(g);Mb(r,m)?t.recordDroppedEvent("ratelimit_backoff",m):s.push(p)}),s.length===0)return vn();let u=Wa(o[0],s),l=p=>{M0(u,(g,m)=>{t.recordDroppedEvent(p,B0(m))})},c=()=>e({body:Yu(u,t.textEncoder)}).then(p=>{p.statusCode!==void 0&&(p.statusCode<200||p.statusCode>=300)&&!1&&Se.warn(`Sentry responded with status code ${p.statusCode} to sent event.`),r=Bb(r,p)},p=>{!1&&Se.error("Failed while sending event:",p),l("network_error")});return n.add(c).then(p=>p,p=>{if(p instanceof Tt)return!1&&Se.error("Skipped sending event due to full buffer"),l("queue_overflow"),vn();throw p})}return{send:i,flush:a}}d();var Fi="7.7.0";var Va={};tu(Va,{FunctionToString:()=>Ka,InboundFilters:()=>Ga});d();d();var Vb,Ka=class t{static id="FunctionToString";name=t.id;setupOnce(){Vb=Function.prototype.toString,Function.prototype.toString=function(...e){let n=Ai(this)||this;return Vb.apply(n,e)}}};d();var mC=[/^Script error\.?$/,/^Javascript error: Script error\.? on line 0$/],Ga=class t{constructor(e={}){this._options=e}static id="InboundFilters";name=t.id;setupOnce(e,n){let r=a=>{let i=n();if(i){let o=i.getIntegration(t);if(o){let s=i.getClient(),u=s?s.getOptions():{},l=fC(o._options,u);return hC(a,l)?null:a}}return a};r.id=this.name,e(r)}};function fC(t={},e={}){return{allowUrls:[...t.allowUrls||[],...e.allowUrls||[]],denyUrls:[...t.denyUrls||[],...e.denyUrls||[]],ignoreErrors:[...t.ignoreErrors||[],...e.ignoreErrors||[],...mC],ignoreInternal:t.ignoreInternal!==void 0?t.ignoreInternal:!0}}function hC(t,e){return e.ignoreInternal&&SC(t)?(!1&&Se.warn(`Event dropped due to being internal Sentry Error. +`),i(typeof u=="string"||u instanceof Uint8Array?u:JSON.stringify(u))}return typeof a=="string"?a:XE(a)}function XE(t){let e=t.reduce((a,i)=>a+i.length,0),n=new Uint8Array(e),r=0;for(let a of t)n.set(a,r),r+=a.length;return n}function _b(t,e){let n=typeof t.data=="string"?F0(t.data,e):t.data;return[Ha({type:"attachment",length:n.length,filename:t.filename,content_type:t.contentType,attachment_type:t.attachmentType}),n]}var eC={session:"session",sessions:"session",attachment:"attachment",transaction:"transaction",event:"error",client_report:"internal",user_report:"default"};function B0(t){return eC[t]}d();function Fb(t,e,n){let r=[{type:"client_report"},{timestamp:n||ea(),discarded_events:t}];return Wa(e?{dsn:e}:{},[r])}d();var tC=60*1e3;function nC(t,e=Date.now()){let n=parseInt(`${t}`,10);if(!isNaN(n))return n*1e3;let r=Date.parse(`${t}`);return isNaN(r)?tC:r-e}function rC(t,e){return t[e]||t.all||0}function Mb(t,e,n=Date.now()){return rC(t,e)>n}function Bb(t,{statusCode:e,headers:n},r=Date.now()){let a={...t},i=n&&n["x-sentry-rate-limits"],o=n&&n["retry-after"];if(i)for(let s of i.trim().split(",")){let[u,l]=s.split(":",2),c=parseInt(u,10),p=(isNaN(c)?60:c)*1e3;if(!l)a.all=r+p;else for(let m of l.split(";"))a[m]=r+p}else o?a.all=r+nC(o,r):e===429&&(a.all=r+60*1e3);return a}d();function Ib(t){return t[0]}d();function I0(t){let e=_0(),n={sid:Br(),init:!0,timestamp:e,started:e,duration:0,status:"ok",errors:0,ignoreDuration:!1,toJSON:()=>aC(n)};return t&&gr(n,t),n}function gr(t,e={}){if(e.user&&(!t.ipAddress&&e.user.ip_address&&(t.ipAddress=e.user.ip_address),!t.did&&!e.did&&(t.did=e.user.id||e.user.email||e.user.username)),t.timestamp=e.timestamp||_0(),e.ignoreDuration&&(t.ignoreDuration=e.ignoreDuration),e.sid&&(t.sid=e.sid.length===32?e.sid:Br()),e.init!==void 0&&(t.init=e.init),!t.did&&e.did&&(t.did=`${e.did}`),typeof e.started=="number"&&(t.started=e.started),t.ignoreDuration)t.duration=void 0;else if(typeof e.duration=="number")t.duration=e.duration;else{let n=t.timestamp-t.started;t.duration=n>=0?n:0}e.release&&(t.release=e.release),e.environment&&(t.environment=e.environment),!t.ipAddress&&e.ipAddress&&(t.ipAddress=e.ipAddress),!t.userAgent&&e.userAgent&&(t.userAgent=e.userAgent),typeof e.errors=="number"&&(t.errors=e.errors),e.status&&(t.status=e.status)}function R0(t,e){let n={};e?n={status:e}:t.status==="ok"&&(n={status:"exited"}),gr(t,n)}function aC(t){return Ha({sid:`${t.sid}`,init:t.init,started:new Date(t.started*1e3).toISOString(),timestamp:new Date(t.timestamp*1e3).toISOString(),status:t.status,errors:t.errors,did:typeof t.did=="number"||typeof t.did=="string"?`${t.did}`:void 0,duration:t.duration,attrs:{release:t.release,environment:t.environment,ip_address:t.ipAddress,user_agent:t.userAgent}})}var Rb=100,On=class t{_notifyingListeners;_scopeListeners;_eventProcessors;_breadcrumbs;_user;_tags;_extra;_contexts;_attachments;_sdkProcessingMetadata;_fingerprint;_level;_transactionName;_span;_session;_requestSession;constructor(){this._notifyingListeners=!1,this._scopeListeners=[],this._eventProcessors=[],this._breadcrumbs=[],this._attachments=[],this._user={},this._tags={},this._extra={},this._contexts={},this._sdkProcessingMetadata={}}static clone(e){let n=new t;return e&&(n._breadcrumbs=[...e._breadcrumbs],n._tags={...e._tags},n._extra={...e._extra},n._contexts={...e._contexts},n._user=e._user,n._level=e._level,n._span=e._span,n._session=e._session,n._transactionName=e._transactionName,n._fingerprint=e._fingerprint,n._eventProcessors=[...e._eventProcessors],n._requestSession=e._requestSession,n._attachments=[...e._attachments]),n}addScopeListener(e){this._scopeListeners.push(e)}addEventProcessor(e){return this._eventProcessors.push(e),this}setUser(e){return this._user=e||{},this._session&&gr(this._session,{user:e}),this._notifyScopeListeners(),this}getUser(){return this._user}getRequestSession(){return this._requestSession}setRequestSession(e){return this._requestSession=e,this}setTags(e){return this._tags={...this._tags,...e},this._notifyScopeListeners(),this}setTag(e,n){return this._tags={...this._tags,[e]:n},this._notifyScopeListeners(),this}setExtras(e){return this._extra={...this._extra,...e},this._notifyScopeListeners(),this}setExtra(e,n){return this._extra={...this._extra,[e]:n},this._notifyScopeListeners(),this}setFingerprint(e){return this._fingerprint=e,this._notifyScopeListeners(),this}setLevel(e){return this._level=e,this._notifyScopeListeners(),this}setTransactionName(e){return this._transactionName=e,this._notifyScopeListeners(),this}setContext(e,n){return n===null?delete this._contexts[e]:this._contexts={...this._contexts,[e]:n},this._notifyScopeListeners(),this}setSpan(e){return this._span=e,this._notifyScopeListeners(),this}getSpan(){return this._span}getTransaction(){let e=this.getSpan();return e&&e.transaction}setSession(e){return e?this._session=e:delete this._session,this._notifyScopeListeners(),this}getSession(){return this._session}update(e){if(!e)return this;if(typeof e=="function"){let n=e(this);return n instanceof t?n:this}return e instanceof t?(this._tags={...this._tags,...e._tags},this._extra={...this._extra,...e._extra},this._contexts={...this._contexts,...e._contexts},e._user&&Object.keys(e._user).length&&(this._user=e._user),e._level&&(this._level=e._level),e._fingerprint&&(this._fingerprint=e._fingerprint),e._requestSession&&(this._requestSession=e._requestSession)):Zn(e)&&(e=e,this._tags={...this._tags,...e.tags},this._extra={...this._extra,...e.extra},this._contexts={...this._contexts,...e.contexts},e.user&&(this._user=e.user),e.level&&(this._level=e.level),e.fingerprint&&(this._fingerprint=e.fingerprint),e.requestSession&&(this._requestSession=e.requestSession)),this}clear(){return this._breadcrumbs=[],this._tags={},this._extra={},this._user={},this._contexts={},this._level=void 0,this._transactionName=void 0,this._fingerprint=void 0,this._requestSession=void 0,this._span=void 0,this._session=void 0,this._notifyScopeListeners(),this._attachments=[],this}addBreadcrumb(e,n){let r=typeof n=="number"?Math.min(n,Rb):Rb;if(r<=0)return this;let a={timestamp:ea(),...e};return this._breadcrumbs=[...this._breadcrumbs,a].slice(-r),this._notifyScopeListeners(),this}clearBreadcrumbs(){return this._breadcrumbs=[],this._notifyScopeListeners(),this}addAttachment(e){return this._attachments.push(e),this}getAttachments(){return this._attachments}clearAttachments(){return this._attachments=[],this}applyToEvent(e,n={}){if(this._extra&&Object.keys(this._extra).length&&(e.extra={...this._extra,...e.extra}),this._tags&&Object.keys(this._tags).length&&(e.tags={...this._tags,...e.tags}),this._user&&Object.keys(this._user).length&&(e.user={...this._user,...e.user}),this._contexts&&Object.keys(this._contexts).length&&(e.contexts={...this._contexts,...e.contexts}),this._level&&(e.level=this._level),this._transactionName&&(e.transaction=this._transactionName),this._span){e.contexts={trace:this._span.getTraceContext(),...e.contexts};let r=this._span.transaction&&this._span.transaction.name;r&&(e.tags={transaction:r,...e.tags})}return this._applyFingerprint(e),e.breadcrumbs=[...e.breadcrumbs||[],...this._breadcrumbs],e.breadcrumbs=e.breadcrumbs.length>0?e.breadcrumbs:void 0,e.sdkProcessingMetadata={...e.sdkProcessingMetadata,...this._sdkProcessingMetadata},this._notifyEventProcessors([...Ob(),...this._eventProcessors],e,n)}setSDKProcessingMetadata(e){return this._sdkProcessingMetadata={...this._sdkProcessingMetadata,...e},this}_notifyEventProcessors(e,n,r,a=0){return new pr((i,o)=>{let s=e[a];if(n===null||typeof s!="function")i(n);else{let u=s({...n},r);!1&&s.id&&u===null&&Se.log(`Event processor "${s.id}" dropped event`),wi(u)?u.then(l=>this._notifyEventProcessors(e,l,r,a+1).then(i)).then(null,o):this._notifyEventProcessors(e,u,r,a+1).then(i).then(null,o)}})}_notifyScopeListeners(){this._notifyingListeners||(this._notifyingListeners=!0,this._scopeListeners.forEach(e=>{e(this)}),this._notifyingListeners=!1)}_applyFingerprint(e){e.fingerprint=e.fingerprint?Array.isArray(e.fingerprint)?e.fingerprint:[e.fingerprint]:[],this._fingerprint&&(e.fingerprint=e.fingerprint.concat(this._fingerprint)),e.fingerprint&&!e.fingerprint.length&&delete e.fingerprint}};function Ob(){return Di("globalEventProcessors",()=>[])}function mr(t){Ob().push(t)}d();d();var O0=4,iC=100,Or=class{constructor(e,n=new On,r=O0){this._version=r;this.getStackTop().scope=n,e&&this.bindClient(e)}_stack=[{}];_lastEventId;isOlderThan(e){return this._version{i.captureException(e,{originalException:e,syntheticException:a,...n,event_id:r},o)}),r}captureMessage(e,n,r){let a=this._lastEventId=r&&r.event_id?r.event_id:Br(),i=new Error(e);return this._withClient((o,s)=>{o.captureMessage(e,n,{originalException:e,syntheticException:i,...r,event_id:a},s)}),a}captureEvent(e,n){let r=n&&n.event_id?n.event_id:Br();return e.type!=="transaction"&&(this._lastEventId=r),this._withClient((a,i)=>{a.captureEvent(e,{...n,event_id:r},i)}),r}lastEventId(){return this._lastEventId}addBreadcrumb(e,n){let{scope:r,client:a}=this.getStackTop();if(!r||!a)return;let{beforeBreadcrumb:i=null,maxBreadcrumbs:o=iC}=a.getOptions&&a.getOptions()||{};if(o<=0)return;let u={timestamp:ea(),...e},l=i?b0(()=>i(u,n)):u;l!==null&&r.addBreadcrumb(l,o)}setUser(e){let n=this.getScope();n&&n.setUser(e)}setTags(e){let n=this.getScope();n&&n.setTags(e)}setExtras(e){let n=this.getScope();n&&n.setExtras(e)}setTag(e,n){let r=this.getScope();r&&r.setTag(e,n)}setExtra(e,n){let r=this.getScope();r&&r.setExtra(e,n)}setContext(e,n){let r=this.getScope();r&&r.setContext(e,n)}configureScope(e){let{scope:n,client:r}=this.getStackTop();n&&r&&e(n)}run(e){let n=Pi(this);try{e(this)}finally{Pi(n)}}getIntegration(e){let n=this.getClient();if(!n)return null;try{return n.getIntegration(e)}catch{return!1&&Se.warn(`Cannot retrieve integration ${e.id} from the current Hub`),null}}startTransaction(e,n){return this._callExtensionMethod("startTransaction",e,n)}traceHeaders(){return this._callExtensionMethod("traceHeaders")}captureSession(e=!1){if(e)return this.endSession();this._sendSessionUpdate()}endSession(){let e=this.getStackTop(),n=e&&e.scope,r=n&&n.getSession();r&&R0(r),this._sendSessionUpdate(),n&&n.setSession()}startSession(e){let{scope:n,client:r}=this.getStackTop(),{release:a,environment:i}=r&&r.getOptions()||{},o=it(),{userAgent:s}=o.navigator||{},u=I0({release:a,environment:i,...n&&{user:n.getUser()},...s&&{userAgent:s},...e});if(n){let l=n.getSession&&n.getSession();l&&l.status==="ok"&&gr(l,{status:"exited"}),this.endSession(),n.setSession(u)}return u}shouldSendDefaultPii(){let e=this.getClient(),n=e&&e.getOptions();return!!(n&&n.sendDefaultPii)}_sendSessionUpdate(){let{scope:e,client:n}=this.getStackTop();if(!e)return;let r=e.getSession();r&&n&&n.captureSession&&n.captureSession(r)}_withClient(e){let{scope:n,client:r}=this.getStackTop();r&&e(r,n)}_callExtensionMethod(e,...n){let a=ns().__SENTRY__;if(a&&a.extensions&&typeof a.extensions[e]=="function")return a.extensions[e].apply(this,n);!1&&Se.warn(`Extension method ${e} couldn't be found, doing nothing.`)}};function ns(){let t=it();return t.__SENTRY__=t.__SENTRY__||{extensions:{},hub:void 0},t}function Pi(t){let e=ns(),n=zn(e);return Qu(e,t),n}function Le(){let t=ns();return(!zb(t)||zn(t).isOlderThan(O0))&&Qu(t,new Or),Db()?oC(t):zn(t)}function oC(t){try{let e=ns().__SENTRY__,n=e&&e.extensions&&e.extensions.domain&&e.extensions.domain.active;if(!n)return zn(t);if(!zb(n)||zn(n).isOlderThan(O0)){let r=zn(t).getStackTop();Qu(n,new Or(r.client,On.clone(r.scope)))}return zn(n)}catch{return zn(t)}}function zb(t){return!!(t&&t.__SENTRY__&&t.__SENTRY__.hub)}function zn(t){return Di("hub",()=>new Or,t)}function Qu(t,e){if(!t)return!1;let n=t.__SENTRY__=t.__SENTRY__||{};return n.hub=e,!0}d();function Li(t,e){return Le().captureException(t,{captureContext:e})}function Zu(t,e){let n=typeof e=="string"?e:void 0,r=typeof e!="string"?{captureContext:e}:void 0;return Le().captureMessage(t,n,r)}function Ju(t,e){return Le().captureEvent(t,e)}function Xu(t){Le().configureScope(t)}function el(t){Le().addBreadcrumb(t)}function tl(t,e){Le().setContext(t,e)}function nl(t){Le().setExtras(t)}function rl(t,e){Le().setExtra(t,e)}function al(t){Le().setTags(t)}function il(t,e){Le().setTag(t,e)}function ol(t){Le().setUser(t)}function _i(t){Le().withScope(t)}function sl(t,e){return Le().startTransaction({metadata:{source:"custom"},...t},e)}d();var sC="7";function Nb(t){let e=t.protocol?`${t.protocol}:`:"",n=t.port?`:${t.port}`:"";return`${e}//${t.host}${n}${t.path?`/${t.path}`:""}/api/`}function uC(t){return`${Nb(t)}${t.projectId}/envelope/`}function lC(t,e){return bb({sentry_key:t.publicKey,sentry_version:sC,...e&&{sentry_client:`${e.name}/${e.version}`}})}function rs(t,e={}){let n=typeof e=="string"?e:e.tunnel,r=typeof e=="string"||!e._metadata?void 0:e._metadata.sdk;return n||`${uC(t)}?${lC(t,r)}`}function z0(t,e){let n=Ku(t),r=`${Nb(n)}embed/error-page/`,a=`dsn=${qa(n)}`;for(let i in e)if(i!=="dsn")if(i==="user"){let o=e.user;if(!o)continue;o.name&&(a+=`&name=${encodeURIComponent(o.name)}`),o.email&&(a+=`&email=${encodeURIComponent(o.email)}`)}else a+=`&${encodeURIComponent(i)}=${encodeURIComponent(e[i])}`;return`${r}?${a}`}d();d();function Ub(t){if(!t||!t.sdk)return;let{name:e,version:n}=t.sdk;return{name:e,version:n}}function cC(t,e){return e&&(t.sdk=t.sdk||{},t.sdk.name=t.sdk.name||e.name,t.sdk.version=t.sdk.version||e.version,t.sdk.integrations=[...t.sdk.integrations||[],...e.integrations||[]],t.sdk.packages=[...t.sdk.packages||[],...e.packages||[]]),t}function qb(t,e,n,r){let a=Ub(n),i={sent_at:new Date().toISOString(),...a&&{sdk:a},...!!r&&{dsn:qa(e)}},o="aggregates"in t?[{type:"sessions"},t]:[{type:"session"},t];return Wa(i,[o])}function jb(t,e,n,r){let a=Ub(n),i=t.type||"event",{transactionSampling:o}=t.sdkProcessingMetadata||{},{method:s,rate:u}=o||{};cC(t,n&&n.sdk);let l=dC(t,a,r,e);return delete t.sdkProcessingMetadata,Wa(l,[[{type:i,sample_rates:[{id:s,rate:u}]},t]])}function dC(t,e,n,r){let a=t.sdkProcessingMetadata&&t.sdkProcessingMetadata.baggage,i=a&&Ib(a);return{event_id:t.event_id,sent_at:new Date().toISOString(),...e&&{sdk:e},...!!n&&{dsn:qa(r)},...t.type==="transaction"&&i&&{trace:Ha({...i})}}}d();var Hb=[];function Wb(t){return t.reduce((e,n)=>(e.every(r=>n.name!==r.name)&&e.push(n),e),[])}function N0(t){let e=t.defaultIntegrations&&[...t.defaultIntegrations]||[],n=t.integrations,r=[...Wb(e)];Array.isArray(n)?r=[...r.filter(o=>n.every(s=>s.name!==o.name)),...Wb(n)]:typeof n=="function"&&(r=n(r),r=Array.isArray(r)?r:[r]);let a=r.map(o=>o.name),i="Debug";return a.indexOf(i)!==-1&&r.push(...r.splice(a.indexOf(i),1)),r}function Kb(t){let e={};return t.forEach(n=>{e[n.name]=n,Hb.indexOf(n.name)===-1&&(n.setupOnce(mr,Le),Hb.push(n.name),!1&&Se.log(`Integration installed: ${n.name}`))}),e}var Gb="Not capturing exception because it's already been captured.",as=class{_options;_dsn;_transport;_integrations={};_integrationsInitialized=!1;_numProcessing=0;_outcomes={};constructor(e){if(this._options=e,e.dsn){this._dsn=Ku(e.dsn);let n=rs(this._dsn,e);this._transport=e.transport({recordDroppedEvent:this.recordDroppedEvent.bind(this),...e.transportOptions,url:n})}else!1&&Se.warn("No DSN provided, client will not do anything.")}captureException(e,n,r){if(D0(e)){!1&&Se.log(Gb);return}let a=n&&n.event_id;return this._process(this.eventFromException(e,n).then(i=>this._captureEvent(i,n,r)).then(i=>{a=i})),a}captureMessage(e,n,r,a){let i=r&&r.event_id,o=$o(e)?this.eventFromMessage(String(e),n,r):this.eventFromException(e,r);return this._process(o.then(s=>this._captureEvent(s,r,a)).then(s=>{i=s})),i}captureEvent(e,n,r){if(n&&n.originalException&&D0(n.originalException)){!1&&Se.log(Gb);return}let a=n&&n.event_id;return this._process(this._captureEvent(e,n,r).then(i=>{a=i})),a}captureSession(e){if(!this._isEnabled()){!1&&Se.warn("SDK not enabled, will not capture session.");return}typeof e.release!="string"?!1&&Se.warn("Discarded session because of missing or non-string release"):(this.sendSession(e),gr(e,{init:!1}))}getDsn(){return this._dsn}getOptions(){return this._options}getTransport(){return this._transport}flush(e){let n=this._transport;return n?this._isClientDoneProcessing(e).then(r=>n.flush(e).then(a=>r&&a)):vn(!0)}close(e){return this.flush(e).then(n=>(this.getOptions().enabled=!1,n))}setupIntegrations(){this._isEnabled()&&!this._integrationsInitialized&&(this._integrations=Kb(this._options.integrations),this._integrationsInitialized=!0)}getIntegrationById(e){return this._integrations[e]}getIntegration(e){try{return this._integrations[e.id]||null}catch{return!1&&Se.warn(`Cannot retrieve integration ${e.id} from the current Client`),null}}sendEvent(e,n={}){if(this._dsn){let r=jb(e,this._dsn,this._options._metadata,this._options.tunnel);for(let a of n.attachments||[])r=Lb(r,_b(a,this._options.transportOptions&&this._options.transportOptions.textEncoder));this._sendEnvelope(r)}}sendSession(e){if(this._dsn){let n=qb(e,this._dsn,this._options._metadata,this._options.tunnel);this._sendEnvelope(n)}}recordDroppedEvent(e,n){if(this._options.sendClientReports){let r=`${e}:${n}`;!1&&Se.log(`Adding outcome: "${r}"`),this._outcomes[r]=this._outcomes[r]+1||1}}_updateSessionFromEvent(e,n){let r=!1,a=!1,i=n.exception&&n.exception.values;if(i){a=!0;for(let u of i){let l=u.mechanism;if(l&&l.handled===!1){r=!0;break}}}let o=e.status==="ok";(o&&e.errors===0||o&&r)&&(gr(e,{...r&&{status:"crashed"},errors:e.errors||Number(a||r)}),this.captureSession(e))}_isClientDoneProcessing(e){return new pr(n=>{let r=0,a=1,i=setInterval(()=>{this._numProcessing==0?(clearInterval(i),n(!0)):(r+=a,e&&r>=e&&(clearInterval(i),n(!1)))},a)})}_isEnabled(){return this.getOptions().enabled!==!1&&this._dsn!==void 0}_prepareEvent(e,n,r){let{normalizeDepth:a=3,normalizeMaxBreadth:i=1e3}=this.getOptions(),o={...e,event_id:e.event_id||n.event_id||Br(),timestamp:e.timestamp||ea()};this._applyClientOptions(o),this._applyIntegrationsMetadata(o);let s=r;n.captureContext&&(s=On.clone(s).update(n.captureContext));let u=vn(o);if(s){let l=[...n.attachments||[],...s.getAttachments()];l.length&&(n.attachments=l),u=s.applyToEvent(o,n)}return u.then(l=>typeof a=="number"&&a>0?this._normalizeEvent(l,a,i):l)}_normalizeEvent(e,n,r){if(!e)return null;let a={...e,...e.breadcrumbs&&{breadcrumbs:e.breadcrumbs.map(i=>({...i,...i.data&&{data:Rr(i.data,n,r)}}))},...e.user&&{user:Rr(e.user,n,r)},...e.contexts&&{contexts:Rr(e.contexts,n,r)},...e.extra&&{extra:Rr(e.extra,n,r)}};return e.contexts&&e.contexts.trace&&a.contexts&&(a.contexts.trace=e.contexts.trace,e.contexts.trace.data&&(a.contexts.trace.data=Rr(e.contexts.trace.data,n,r))),e.spans&&(a.spans=e.spans.map(i=>(i.data&&(i.data=Rr(i.data,n,r)),i))),a}_applyClientOptions(e){let n=this.getOptions(),{environment:r,release:a,dist:i,maxValueLength:o=250}=n;"environment"in e||(e.environment="environment"in n?r:"production"),e.release===void 0&&a!==void 0&&(e.release=a),e.dist===void 0&&i!==void 0&&(e.dist=i),e.message&&(e.message=ja(e.message,o));let s=e.exception&&e.exception.values&&e.exception.values[0];s&&s.value&&(s.value=ja(s.value,o));let u=e.request;u&&u.url&&(u.url=ja(u.url,o))}_applyIntegrationsMetadata(e){let n=Object.keys(this._integrations);n.length>0&&(e.sdk=e.sdk||{},e.sdk.integrations=[...e.sdk.integrations||[],...n])}_captureEvent(e,n={},r){return this._processEvent(e,n,r).then(a=>a.event_id,a=>{!1&&Se.warn(a)})}_processEvent(e,n,r){let{beforeSend:a,sampleRate:i}=this.getOptions();if(!this._isEnabled())return ts(new Tt("SDK not enabled, will not capture event."));let o=e.type==="transaction";return!o&&typeof i=="number"&&Math.random()>i?(this.recordDroppedEvent("sample_rate","error"),ts(new Tt(`Discarding event because it's not included in the random sample (sampling rate = ${i})`))):this._prepareEvent(e,n,r).then(s=>{if(s===null)throw this.recordDroppedEvent("event_processor",e.type||"error"),new Tt("An event processor returned null, will not send event.");if(n.data&&n.data.__sentry__===!0||o||!a)return s;let l=a(s,n);return pC(l)}).then(s=>{if(s===null)throw this.recordDroppedEvent("before_send",e.type||"error"),new Tt("`beforeSend` returned `null`, will not send event.");let u=r&&r.getSession();return!o&&u&&this._updateSessionFromEvent(u,s),this.sendEvent(s,n),s}).then(null,s=>{throw s instanceof Tt?s:(this.captureException(s,{data:{__sentry__:!0},originalException:s}),new Tt(`Event processing pipeline threw an error, original event will not be sent. Details have been sent as a new event. +Reason: ${s}`))})}_process(e){this._numProcessing+=1,e.then(n=>(this._numProcessing-=1,n),n=>(this._numProcessing-=1,n))}_sendEnvelope(e){this._transport&&this._dsn?this._transport.send(e).then(null,n=>{!1&&Se.error("Error while sending event:",n)}):!1&&Se.error("Transport disabled")}_clearOutcomes(){let e=this._outcomes;return this._outcomes={},Object.keys(e).map(n=>{let[r,a]=n.split(":");return{reason:r,category:a,quantity:e[n]}})}};function pC(t){let e="`beforeSend` method has to return `null` or a valid event.";if(wi(t))return t.then(n=>{if(!(Zn(n)||n===null))throw new Tt(e);return n},n=>{throw new Tt(`beforeSend rejected with ${n}`)});if(!(Zn(t)||t===null))throw new Tt(e);return t}d();function U0(t,e){e.debug===!0&&!1&&Se.enable();let n=Le(),r=n.getScope();r&&r.update(e.initialScope);let a=new t(e);n.bindClient(a)}d();var gC=30;function is(t,e,n=Ab(t.bufferSize||gC)){let r={},a=o=>n.drain(o);function i(o){let s=[];if(M0(o,(p,m)=>{let g=B0(m);Mb(r,g)?t.recordDroppedEvent("ratelimit_backoff",g):s.push(p)}),s.length===0)return vn();let u=Wa(o[0],s),l=p=>{M0(u,(m,g)=>{t.recordDroppedEvent(p,B0(g))})},c=()=>e({body:Yu(u,t.textEncoder)}).then(p=>{p.statusCode!==void 0&&(p.statusCode<200||p.statusCode>=300)&&!1&&Se.warn(`Sentry responded with status code ${p.statusCode} to sent event.`),r=Bb(r,p)},p=>{!1&&Se.error("Failed while sending event:",p),l("network_error")});return n.add(c).then(p=>p,p=>{if(p instanceof Tt)return!1&&Se.error("Skipped sending event due to full buffer"),l("queue_overflow"),vn();throw p})}return{send:i,flush:a}}d();var Fi="7.7.0";var Va={};tu(Va,{FunctionToString:()=>Ka,InboundFilters:()=>Ga});d();d();var Vb,Ka=class t{static id="FunctionToString";name=t.id;setupOnce(){Vb=Function.prototype.toString,Function.prototype.toString=function(...e){let n=Ai(this)||this;return Vb.apply(n,e)}}};d();var mC=[/^Script error\.?$/,/^Javascript error: Script error\.? on line 0$/],Ga=class t{constructor(e={}){this._options=e}static id="InboundFilters";name=t.id;setupOnce(e,n){let r=a=>{let i=n();if(i){let o=i.getIntegration(t);if(o){let s=i.getClient(),u=s?s.getOptions():{},l=fC(o._options,u);return hC(a,l)?null:a}}return a};r.id=this.name,e(r)}};function fC(t={},e={}){return{allowUrls:[...t.allowUrls||[],...e.allowUrls||[]],denyUrls:[...t.denyUrls||[],...e.denyUrls||[]],ignoreErrors:[...t.ignoreErrors||[],...e.ignoreErrors||[],...mC],ignoreInternal:t.ignoreInternal!==void 0?t.ignoreInternal:!0}}function hC(t,e){return e.ignoreInternal&&SC(t)?(!1&&Se.warn(`Event dropped due to being internal Sentry Error. Event: ${Ir(t)}`),!0):bC(t,e.ignoreErrors)?(!1&&Se.warn(`Event dropped due to being matched by \`ignoreErrors\` option. Event: ${Ir(t)}`),!0):TC(t,e.denyUrls)?(!1&&Se.warn(`Event dropped due to being matched by \`denyUrls\` option. Event: ${Ir(t)}. Url: ${ul(t)}`),!0):yC(t,e.allowUrls)?!1:(!1&&Se.warn(`Event dropped due to not being matched by \`allowUrls\` option. Event: ${Ir(t)}. -Url: ${ul(t)}`),!0)}function bC(t,e){return!e||!e.length?!1:vC(t).some(n=>e.some(r=>Gu(n,r)))}function TC(t,e){if(!e||!e.length)return!1;let n=ul(t);return n?e.some(r=>Gu(n,r)):!1}function yC(t,e){if(!e||!e.length)return!0;let n=ul(t);return n?e.some(r=>Gu(n,r)):!0}function vC(t){if(t.message)return[t.message];if(t.exception)try{let{type:e="",value:n=""}=t.exception.values&&t.exception.values[0]||{};return[`${n}`,`${e}: ${n}`]}catch{return!1&&Se.error(`Cannot extract message for event ${Ir(t)}`),[]}return[]}function SC(t){try{return t.exception.values[0].type==="SentryError"}catch{}return!1}function xC(t=[]){for(let e=t.length-1;e>=0;e--){let n=t[e];if(n&&n.filename!==""&&n.filename!=="[native code]")return n.filename||null}return null}function ul(t){try{let e;try{e=t.exception.values[0].stacktrace.frames}catch{}return e?xC(e):null}catch{return!1&&Se.error(`Cannot extract url for event ${Ir(t)}`),null}}d();d();function H0(t,e){let n=W0(t,e),r={type:e&&e.name,value:DC(e)};return n.length&&(r.stacktrace={frames:n}),r.type===void 0&&r.value===""&&(r.value="Unrecoverable error caught"),r}function EC(t,e,n,r){let a={exception:{values:[{type:Yo(e)?e.constructor.name:r?"UnhandledRejection":"Error",value:`Non-Error ${r?"promise rejection":"exception"} captured with keys: ${Tb(e)}`}]},extra:{__serialized__:k0(e)}};if(n){let i=W0(t,n);i.length&&(a.exception.values[0].stacktrace={frames:i})}return a}function q0(t,e){return{exception:{values:[H0(t,e)]}}}function W0(t,e){let n=e.stacktrace||e.stack||"",r=wC(e);try{return t(n,r)}catch{}return[]}var CC=/Minified React error #\d+;/i;function wC(t){if(t){if(typeof t.framesToPop=="number")return t.framesToPop;if(CC.test(t.message))return 1}return 0}function DC(t){let e=t&&t.message;return e?e.error&&typeof e.error.message=="string"?e.error.message:e:"No error message"}function $b(t,e,n,r){let a=n&&n.syntheticException||void 0,i=ll(t,e,a,r);return Xr(i),i.level="error",n&&n.event_id&&(i.event_id=n.event_id),vn(i)}function Yb(t,e,n="info",r,a){let i=r&&r.syntheticException||void 0,o=j0(t,e,i,a);return o.level=n,r&&r.event_id&&(o.event_id=r.event_id),vn(o)}function ll(t,e,n,r,a){let i;if(Wu(e)&&e.error)return q0(t,e.error);if(sb(e)){let o=e;if("stack"in e)i=q0(t,e);else{let s=o.name||"DOMException",u=o.message?`${s}: ${o.message}`:s;i=j0(t,u,n,r),es(i,u)}return"code"in o&&(i.tags={...i.tags,"DOMException.code":`${o.code}`}),i}return Hu(e)?q0(t,e):Zn(e)||Yo(e)?(i=EC(t,e,n,a),Xr(i,{synthetic:!0}),i):(i=j0(t,e,n,r),es(i,`${e}`,void 0),Xr(i,{synthetic:!0}),i)}function j0(t,e,n,r){let a={message:e};if(r&&n){let i=W0(t,n);i.length&&(a.exception={values:[{value:e,stacktrace:{frames:i}}]})}return a}d();var K0="Breadcrumbs",ta=class t{static id=K0;name=t.id;options;constructor(e){this.options={console:!0,dom:!0,fetch:!0,history:!0,sentry:!0,xhr:!0,...e}}setupOnce(){this.options.console&&er("console",kC),this.options.dom&&er("dom",AC(this.options.dom)),this.options.xhr&&er("xhr",PC),this.options.fetch&&er("fetch",LC),this.options.history&&er("history",_C)}};function AC(t){function e(n){let r,a=typeof t=="object"?t.serializeAttribute:void 0;typeof a=="string"&&(a=[a]);try{r=n.event.target?Qo(n.event.target,a):Qo(n.event,a)}catch{r=""}r.length!==0&&Le().addBreadcrumb({category:`ui.${n.name}`,message:r},{event:n.event,name:n.name,global:n.global})}return e}function kC(t){let e={category:"console",data:{arguments:t.args,logger:"console"},level:kb(t.level),message:T0(t.args," ")};if(t.level==="assert")if(t.args[0]===!1)e.message=`Assertion failed: ${T0(t.args.slice(1)," ")||"console.assert"}`,e.data.arguments=t.args.slice(1);else return;Le().addBreadcrumb(e,{input:t.args,level:t.level})}function PC(t){if(t.endTimestamp){if(t.xhr.__sentry_own_request__)return;let{method:e,url:n,status_code:r,body:a}=t.xhr.__sentry_xhr__||{};Le().addBreadcrumb({category:"xhr",data:{method:e,url:n,status_code:r},type:"http"},{xhr:t.xhr,input:a});return}}function LC(t){t.endTimestamp&&(t.fetchData.url.match(/sentry_key/)&&t.fetchData.method==="POST"||(t.error?Le().addBreadcrumb({category:"fetch",data:t.fetchData,level:"error",type:"http"},{data:t.error,input:t.args}):Le().addBreadcrumb({category:"fetch",data:{...t.fetchData,status_code:t.response.status},type:"http"},{input:t.args,response:t.response})))}function _C(t){let e=it(),n=t.from,r=t.to,a=Vu(e.location.href),i=Vu(n),o=Vu(r);i.path||(i=a),a.protocol===o.protocol&&a.host===o.host&&(r=o.relative),a.protocol===i.protocol&&a.host===i.host&&(n=i.relative),Le().addBreadcrumb({category:"navigation",data:{from:n,to:r}})}d();var dl=it(),cl;function G0(){if(cl)return cl;if(Sb(fetch))return cl=fetch.bind(dl);let t=dl.document,e=fetch;if(t&&typeof t.createElement=="function")try{let n=t.createElement("iframe");n.hidden=!0,t.head.appendChild(n);let r=n.contentWindow;r&&r.fetch&&(e=r.fetch),t.head.removeChild(n)}catch(n){!1&&Se.warn("Could not create sandbox iframe for pure fetch check, bailing to window.fetch: ",n)}return cl=e.bind(dl)}function Qb(t,e){Object.prototype.toString.call(dl&&navigator)==="[object Navigator]"&&typeof navigator.sendBeacon=="function"?navigator.sendBeacon.bind(navigator)(t,e):vb()&&G0()(t,{body:e,method:"POST",credentials:"omit",keepalive:!0}).then(null,i=>{!1&&Se.error(i)})}var V0=it(),Mi=class extends as{constructor(e){e._metadata=e._metadata||{},e._metadata.sdk=e._metadata.sdk||{name:"sentry.javascript.browser",packages:[{name:"npm:@sentry/browser",version:Fi}],version:Fi},super(e),e.sendClientReports&&V0.document&&V0.document.addEventListener("visibilitychange",()=>{V0.document.visibilityState==="hidden"&&this._flushOutcomes()})}eventFromException(e,n){return $b(this._options.stackParser,e,n,this._options.attachStacktrace)}eventFromMessage(e,n="info",r){return Yb(this._options.stackParser,e,n,r,this._options.attachStacktrace)}sendEvent(e,n){let r=this.getIntegrationById(K0);r&&r.options&&r.options.sentry&&Le().addBreadcrumb({category:`sentry.${e.type==="transaction"?"transaction":"event"}`,event_id:e.event_id,level:e.level,message:Ir(e)},{event:e}),super.sendEvent(e,n)}_prepareEvent(e,n,r){return e.platform=e.platform||"javascript",super._prepareEvent(e,n,r)}_flushOutcomes(){let e=this._clearOutcomes();if(e.length===0){!1&&Se.log("No outcomes to send");return}if(!this._dsn){!1&&Se.log("No dsn provided, will not send outcomes");return}!1&&Se.log("Sending outcomes:",e);let n=rs(this._dsn,this._options),r=Fb(e,this._options.tunnel&&qa(this._dsn));try{Qb(n,Yu(r))}catch(a){!1&&Se.error(a)}}};d();d();function os(t,e=G0()){function n(r){let a={body:r.body,method:"POST",referrerPolicy:"origin",headers:t.headers,...t.fetchOptions};return e(t.url,a).then(i=>({statusCode:i.status,headers:{"x-sentry-rate-limits":i.headers.get("X-Sentry-Rate-Limits"),"retry-after":i.headers.get("Retry-After")}}))}return is(t,n)}d();var Bi="?",FC=10,MC=20,BC=30,IC=40,RC=50;function ss(t,e,n,r){let a={filename:t,function:e,in_app:!0};return n!==void 0&&(a.lineno=n),r!==void 0&&(a.colno=r),a}var OC=/^\s*at (?:(.*?) ?\((?:address at )?)?((?:file|https?|blob|chrome-extension|address|native|eval|webpack||[-a-z]+:|.*bundle|\/).*?)(?::(\d+))?(?::(\d+))?\)?\s*$/i,zC=/\((\S*)(?::(\d+))(?::(\d+))\)/,NC=t=>{let e=OC.exec(t);if(e){if(e[2]&&e[2].indexOf("eval")===0){let i=zC.exec(e[2]);i&&(e[2]=i[1],e[3]=i[2],e[4]=i[3])}let[r,a]=Xb(e[1]||Bi,e[2]);return ss(a,r,e[3]?+e[3]:void 0,e[4]?+e[4]:void 0)}},$0=[BC,NC],UC=/^\s*(.*?)(?:\((.*?)\))?(?:^|@)?((?:file|https?|blob|chrome|webpack|resource|moz-extension|capacitor).*?:\/.*?|\[native code\]|[^@]*(?:bundle|\d+\.js)|\/[\w\-. /=]+)(?::(\d+))?(?::(\d+))?\s*$/i,qC=/(\S+) line (\d+)(?: > eval line \d+)* > eval/i,jC=t=>{let e=UC.exec(t);if(e){if(e[3]&&e[3].indexOf(" > eval")>-1){let i=qC.exec(e[3]);i&&(e[1]=e[1]||"eval",e[3]=i[1],e[4]=i[2],e[5]="")}let r=e[3],a=e[1]||Bi;return[a,r]=Xb(a,r),ss(r,a,e[4]?+e[4]:void 0,e[5]?+e[5]:void 0)}},Y0=[RC,jC],HC=/^\s*at (?:((?:\[object object\])?.+) )?\(?((?:file|ms-appx|https?|webpack|blob):.*?):(\d+)(?::(\d+))?\)?\s*$/i,WC=t=>{let e=HC.exec(t);return e?ss(e[2],e[1]||Bi,+e[3],e[4]?+e[4]:void 0):void 0},Q0=[IC,WC],KC=/ line (\d+).*script (?:in )?(\S+)(?:: in function (\S+))?$/i,GC=t=>{let e=KC.exec(t);return e?ss(e[2],e[3]||Bi,+e[1]):void 0},Zb=[FC,GC],VC=/ line (\d+), column (\d+)\s*(?:in (?:]+)>|([^)]+))\(.*\))? in (.*):\s*$/i,$C=t=>{let e=VC.exec(t);return e?ss(e[5],e[3]||e[4]||Bi,+e[1],+e[2]):void 0},Jb=[MC,$C],Z0=[$0,Y0,Q0],pl=E0(...Z0),Xb=(t,e)=>{let n=t.indexOf("safari-extension")!==-1,r=t.indexOf("safari-web-extension")!==-1;return n||r?[t.indexOf("@")!==-1?t.split("@")[0]:Bi,n?`safari-extension:${e}`:`safari-web-extension:${e}`]:[t,e]};d();d();var J0=0;function X0(){return J0>0}function YC(){J0+=1,setTimeout(()=>{J0-=1})}function zr(t,e={},n){if(typeof t!="function")return t;try{let a=t.__sentry_wrapped__;if(a)return a;if(Ai(t))return t}catch{return t}let r=function(){let a=Array.prototype.slice.call(arguments);try{n&&typeof n=="function"&&n.apply(this,arguments);let i=a.map(o=>zr(o,e));return t.apply(this,i)}catch(i){throw YC(),_i(o=>{o.addEventProcessor(s=>(e.mechanism&&(es(s,void 0,void 0),Xr(s,e.mechanism)),s.extra={...s.extra,arguments:a},s)),Li(i)}),i}};try{for(let a in t)Object.prototype.hasOwnProperty.call(t,a)&&(r[a]=t[a])}catch{}v0(r,t),Jo(t,"__sentry_wrapped__",r);try{Object.getOwnPropertyDescriptor(r,"name").configurable&&Object.defineProperty(r,"name",{get(){return t.name}})}catch{}return r}var ep={};tu(ep,{Breadcrumbs:()=>ta,Dedupe:()=>ia,GlobalHandlers:()=>fr,HttpContext:()=>aa,LinkedErrors:()=>ra,TryCatch:()=>na});d();d();var fr=class t{static id="GlobalHandlers";name=t.id;_options;_installFunc={onerror:QC,onunhandledrejection:ZC};constructor(e){this._options={onerror:!0,onunhandledrejection:!0,...e}}setupOnce(){let e=this._options;for(let n in e){let r=this._installFunc[n];r&&e[n]&&(ew(n),r(),this._installFunc[n]=void 0)}}};function QC(){er("error",t=>{let[e,n,r]=n3();if(!e.getIntegration(fr))return;let{msg:a,url:i,line:o,column:s,error:u}=t;if(X0()||u&&u.__sentry_own_request__)return;let l=u===void 0&&Fr(a)?XC(a,i,o,s):e3(ll(n,u||a,void 0,r,!1),i,o,s);l.level="error",t3(e,u,l,"onerror")})}function ZC(){er("unhandledrejection",t=>{let[e,n,r]=n3();if(!e.getIntegration(fr))return;let a=t;try{"reason"in t?a=t.reason:"detail"in t&&"reason"in t.detail&&(a=t.detail.reason)}catch{}if(X0()||a&&a.__sentry_own_request__)return!0;let i=$o(a)?JC(a):ll(n,a,void 0,r,!0);i.level="error",t3(e,a,i,"onunhandledrejection")})}function JC(t){return{exception:{values:[{type:"UnhandledRejection",value:`Non-Error promise rejection captured with value: ${String(t)}`}]}}}function XC(t,e,n,r){let a=/^(?:[Uu]ncaught (?:exception: )?)?(?:((?:Eval|Internal|Range|Reference|Syntax|Type|URI|)Error): )?(.*)$/i,i=Wu(t)?t.message:t,o="Error",s=i.match(a);return s&&(o=s[1],i=s[2]),e3({exception:{values:[{type:o,value:i}]}},e,n,r)}function e3(t,e,n,r){let a=t.exception=t.exception||{},i=a.values=a.values||[],o=i[0]=i[0]||{},s=o.stacktrace=o.stacktrace||{},u=s.frames=s.frames||[],l=isNaN(parseInt(r,10))?void 0:r,c=isNaN(parseInt(n,10))?void 0:n,p=Fr(e)&&e.length>0?e:pb();return u.length===0&&u.push({colno:l,filename:p,function:"?",in_app:!0,lineno:c}),t}function ew(t){!1&&Se.log(`Global Handler attached: ${t}`)}function t3(t,e,n,r){Xr(n,{handled:!1,type:r}),t.captureEvent(n,{originalException:e})}function n3(){let t=Le(),e=t.getClient(),n=e&&e.getOptions()||{stackParser:()=>[],attachStacktrace:!1};return[t,n.stackParser,n.attachStacktrace]}d();var tw=["EventTarget","Window","Node","ApplicationCache","AudioTrackList","ChannelMergerNode","CryptoOperation","EventSource","FileReader","HTMLUnknownElement","IDBDatabase","IDBRequest","IDBTransaction","KeyOperation","MediaController","MessagePort","ModalWindow","Notification","SVGElementInstance","Screen","TextTrack","TextTrackCue","TextTrackList","WebSocket","WebSocketWorker","Worker","XMLHttpRequest","XMLHttpRequestEventTarget","XMLHttpRequestUpload"],na=class t{static id="TryCatch";name=t.id;_options;constructor(e){this._options={XMLHttpRequest:!0,eventTarget:!0,requestAnimationFrame:!0,setInterval:!0,setTimeout:!0,...e}}setupOnce(){let e=it();this._options.setTimeout&&Jn(e,"setTimeout",r3),this._options.setInterval&&Jn(e,"setInterval",r3),this._options.requestAnimationFrame&&Jn(e,"requestAnimationFrame",nw),this._options.XMLHttpRequest&&"XMLHttpRequest"in e&&Jn(XMLHttpRequest.prototype,"send",rw);let n=this._options.eventTarget;n&&(Array.isArray(n)?n:tw).forEach(aw)}};function r3(t){return function(...e){let n=e[0];return e[0]=zr(n,{mechanism:{data:{function:Xn(t)},handled:!0,type:"instrument"}}),t.apply(this,e)}}function nw(t){return function(e){return t.apply(this,[zr(e,{mechanism:{data:{function:"requestAnimationFrame",handler:Xn(t)},handled:!0,type:"instrument"}})])}}function rw(t){return function(...e){let n=this;return["onload","onerror","onprogress","onreadystatechange"].forEach(a=>{a in n&&typeof n[a]=="function"&&Jn(n,a,function(i){let o={mechanism:{data:{function:a,handler:Xn(i)},handled:!0,type:"instrument"}},s=Ai(i);return s&&(o.mechanism.data.handler=Xn(s)),zr(i,o)})}),t.apply(this,e)}}function aw(t){let e=it(),n=e[t]&&e[t].prototype;!n||!n.hasOwnProperty||!n.hasOwnProperty("addEventListener")||(Jn(n,"addEventListener",function(r){return function(a,i,o){try{typeof i.handleEvent=="function"&&(i.handleEvent=zr(i.handleEvent,{mechanism:{data:{function:"handleEvent",handler:Xn(i),target:t},handled:!0,type:"instrument"}}))}catch{}let s=zr(i,{mechanism:{data:{function:"addEventListener",handler:Xn(i),target:t},handled:!0,type:"instrument"}}),u=[a,s,o];return r.apply(this,u)}}),Jn(n,"removeEventListener",function(r){return function(a,i,o){let s=i;try{let u=s&&s.__sentry_wrapped__;u&&r.call(this,a,u,o)}catch{}return r.call(this,a,s,o)}}))}d();var iw="cause",ow=5,ra=class t{static id="LinkedErrors";name=t.id;_key;_limit;constructor(e={}){this._key=e.key||iw,this._limit=e.limit||ow}setupOnce(){let e=Le().getClient();e&&mr((n,r)=>{let a=Le().getIntegration(t);return a?sw(e.getOptions().stackParser,a._key,a._limit,n,r):n})}};function sw(t,e,n,r,a){if(!r.exception||!r.exception.values||!a||!dr(a.originalException,Error))return r;let i=a3(t,n,a.originalException,e);return r.exception.values=[...i,...r.exception.values],r}function a3(t,e,n,r,a=[]){if(!dr(n[r],Error)||a.length+1>=e)return a;let i=H0(t,n[r]);return a3(t,e,n[r],r,[i,...a])}d();var i3=it(),aa=class t{static id="HttpContext";name=t.id;setupOnce(){mr(e=>{if(Le().getIntegration(t)){if(!navigator&&!location&&!i3.document)return e;let n=e.request&&e.request.url||location&&location.href,{referrer:r}=i3.document||{},{userAgent:a}=navigator||{},i={...e.request&&e.request.headers,...r&&{Referer:r},...a&&{"User-Agent":a}},o={...n&&{url:n},headers:i};return{...e,request:o}}return e})}};d();var ia=class t{static id="Dedupe";name=t.id;_previousEvent;setupOnce(e,n){let r=a=>{let i=n().getIntegration(t);if(i){try{if(uw(a,i._previousEvent))return!1&&Se.warn("Event dropped due to being a duplicate of previously captured event."),null}catch{return i._previousEvent=a}return i._previousEvent=a}return a};r.id=this.name,e(r)}};function uw(t,e){return e?!!(lw(t,e)||cw(t,e)):!1}function lw(t,e){let n=t.message,r=e.message;return!(!n&&!r||n&&!r||!n&&r||n!==r||!l3(t,e)||!u3(t,e))}function cw(t,e){let n=o3(e),r=o3(t);return!(!n||!r||n.type!==r.type||n.value!==r.value||!l3(t,e)||!u3(t,e))}function u3(t,e){let n=s3(t),r=s3(e);if(!n&&!r)return!0;if(n&&!r||!n&&r||(n=n,r=r,r.length!==n.length))return!1;for(let a=0;a"u"){!1&&Se.warn("Session tracking in non-browser environment with @sentry/browser is not supported.");return}let n=Le();n.captureSession&&(c3(n),er("history",({from:r,to:a})=>{r===void 0||r===a||c3(Le())}))}var y3={},np=it();np.Sentry&&np.Sentry.Integrations&&(y3=np.Sentry.Integrations);var pw={...y3,...Va,...ep};var gw=Ru.alert;d();var Ii=console,rp=class{#e=performance.now();reset(){this.#e=performance.now()}stop(e){let n=performance.now(),r=Math.round(n-this.#e),a=In.green;r>1e4?a=In.red:r>1e3&&(a=In.yellow),Ii.debug(In.dim(Ia+" TIMING:"),e,"in",a(r+"ms")),this.#e=n}},us=class{#e=1;get level(){return this.#e}setLevel(e){switch(e){case"debug":this.#e=0;break;case"info":this.#e=1;break;case"warn":this.#e=2;break;case"error":this.#e=3;break;case"fatal":this.#e=4;break}}debug(...e){this.#e<=0&&Ii.log(In.dim(Ia+" DEBUG:"),...e)}v(...e){this.#e<=0}info(...e){this.#e<=1&&Ii.log(In.green(Ia+" INFO:"),...e)}l(...e){this.#e<=1}warn(...e){this.#e<=2&&Ii.warn(In.yellow(Ia+" WARN:"),...e)}error(...e){this.#e<=3&&Ii.error(In.red(Ia+" ERROR:"),...e)}fatal(...e){this.#e<=4&&Ii.error(In.red(Ia+" FATAL:"),...e)}timing(){return this.level===0?new rp:{reset:()=>{},stop:()=>{}}}},z=new us;var v3=["*://*/*","*","*://*"],x3="immersive-translate-wildcard-placeholder.com";function ap(t,e){try{let n=[];if(!e||(e&&!Array.isArray(e)?n=[e]:n=e,n.length===0))return null;if(n.some(s=>v3.includes(s)))return t;let r=new URL(t);r.hash="",r.search="";let a=r.href,i=r.hostname,o=r.port;if(n&&n.length>0){let s=n.find(u=>{if(!u)return!1;if(u===i)return!0;if(v3.includes(u))return!0;if(!u.includes("*")&&u.includes("://")){try{let l=new URL(u);if(l.pathname==="/"&&!u.endsWith("/")){let c=l.hostname===i,p=l.port===o;return l.port?c&&p:c}else return fw(a,u)}catch{}return!1}else{let l,c=u;if(u.includes("://")){let b=u.split("://");l=b[0],l==="*"&&b.length>1&&(l="*",u="https://"+b[1])}else l="*",u="https://"+u;let p=u.replace(/\*/g,x3),g;try{g=new URL(p)}catch{return z.debug("invalid match pattern",p,"raw match value:",c),!1}let m=g.host,f=g.pathname;f==="/"&&(c.replace("://","").includes("/")||(f="/*"));let T=mw(l+":",S3(m),S3(f));if(T){let b=new URL(a);return T.test(b.href)}else return!1}});if(s)return s}return null}catch{return null}}function S3(t){return t.replaceAll(x3,"*")}function mw(t,e,n){let r="^";return t==="*:"?r+="(http:|https:|file:)":r+=t,r+="//",e&&(t==="file:"||(e==="*"?r+="[^/]+?":(e.match(/^\*\./)&&(r+="[^/]*?",e=e.substring(1)),r+=e.replace(/\./g,"\\.").replace(/\*/g,"[^/]*")))),n?n==="*"||n==="/*"?r+="(/.*)?":n.includes("*")?(r+=n.replace(/\*/g,".*?"),r+="/?"):r+=n.replace(/[-[\]{}()*+?.,\\^$|#\s]/g,"\\$&"):r+="/?",r+="$",new RegExp(r)}function wt(t,e){return ap(t,e)!==null}function fw(t,e){let n=new URL(t),r=new URL(e);return n.hostname===r.hostname&&n.pathname===r.pathname&&n.protocol===r.protocol&&n.port===r.port}d();d();var gl={manifest_version:3,name:"__MSG_brandName__",description:"__MSG_brandDescription__",version:"1.4.5",default_locale:"en",background:{service_worker:"background.js"},web_accessible_resources:["styles/inject.css","pdf/index.html","video-subtitle/inject.js"],content_scripts:[{matches:["","file:///*","*://*/*"],js:["content_script.js"],run_at:"document_end",all_frames:!0},{matches:["","file:///*","*://*/*"],js:["content_start.js"],run_at:"document_start",all_frames:!0}],commands:{toggleTranslatePage:{suggested_key:{default:"Alt+A"},description:"__MSG_toggleTranslatePage__"},toggleTranslateTheWholePage:{suggested_key:{default:"Alt+W"},description:"__MSG_toggleTranslateTheWholePage__"},toggleOnlyTransation:{description:"__MSG_toggleOnlyTransation__"},toggleTranslateToThePageEndImmediately:{description:"__MSG_toggleTranslateToThePageEndImmediately__"},toggleTranslateTheMainPage:{description:"__MSG_toggleTranslateTheMainPage__"},toggleTranslationMask:{description:"__MSG_toggleTranslationMask__"},shareToDraft:{description:"__MSG_shareToDraft__"},toggleMouseHoverTranslateDirectly:{description:"__MSG_toggleMouseHoverTranslateDirectly__"},translateWithOpenAI:{description:"__MSG_translateWithOpenAI__"},translateWithDeepL:{description:"__MSG_translateWithDeepL__"},translateWithGoogle:{description:"__MSG_translateWithGoogle__"},translateWithTransmart:{description:"__MSG_translateWithTransmart__"},translateWithGemini:{description:"__MSG_translateWithGemini__"},translateWithBing:{description:"__MSG_translateWithBing__"},translateInputBox:{description:"__MSG_translateInputBox__"},toggleVideoSubtitlePreTranslation:{description:"__MSG_toggleVideoSubtitlePreTranslation__"}},options_page:"options.html",options_ui:{page:"options.html",open_in_tab:!0,browser_style:!1},permissions:["storage","activeTab","contextMenus","webRequest","webRequestBlocking","declarativeNetRequestWithHostAccess","declarativeNetRequestFeedback","declarativeNetRequest"],host_permissions:[""],declarative_net_request:{rule_resources:[{id:"ruleset_1",enabled:!0,path:"rules/request_modifier_rule.json"}]},action:{default_popup:"popup.html",default_icon:{"32":"icons/32.png","48":"icons/48.png","64":"icons/64.png","128":"icons/128.png","256":"icons/256.png"}},browser_action:{default_icon:"icons/32.png",default_popup:"popup.html",theme_icons:[{dark:"icons/32.png",light:"icons/dark-32.png",size:32},{dark:"icons/48.png",light:"icons/dark-48.png",size:48},{dark:"icons/64.png",light:"icons/dark-64.png",size:64},{dark:"icons/128.png",light:"icons/dark-128.png",size:128},{dark:"icons/256.png",light:"icons/dark-256.png",size:256}]},icons:{"32":"icons/32.png","48":"icons/48.png","64":"icons/64.png","128":"icons/128.png","256":"icons/256.png"},browser_specific_settings:{gecko:{id:"{5efceaa7-f3a2-4e59-a54b-85319448e305}",strict_min_version:"63.0"},gecko_android:{strict_min_version:"113.0"}},key:"MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA7JPn78UfqI3xIIOPPLPS74UTzLfJL1gQM8hlk/deKWvFP/WqUBnPJPdhQeF45sFpI1OjO70nFqdATT4/RwYAiZK7G/E6m27MDVnhHjszfzReOuoAEn9J3RnE2xEx5pFhRFcelhnwTTLrrn90aaPcaMtNsgXtZA1Ggz/SnX9I4ZygqpJYjx3Ql2t6SyNK222oRQiKMT93Rrjgyc8RFA7FKXsWglG0TvseRjbmG5Jk5gDx+2/YTcWGqCDotQnWnkPj/dBO23UAX7IpyJK3FGYdkvWFih6OVClHIIWY8mfCjjwSGbXNQNesaa9F2hrzBZ5MRTj4m7yj76mGxuPHPIE8mwIDAQAB"};var bw="";function Sn(){return bw||gl.version}function ip(){return oe.runtime.getManifest().version}d();d();var Tw="";function Ri(){return Tw||globalThis.navigator.userAgent}function op(){return Ri().includes("ImtFxiOS")}function E3(){let e=Ri().match(/ImtFxiOS\/(\d+\.\d+\.\d+)/);return e?e[1]:null}function yw(){return Ri().includes("ImtFxAndroid")}function C3(){let t=Ri();return/ImtFxAndroid\/(\d+\.\d+\.\d+)\/google/.test(t)}function w3(){let e=Ri().match(/ImtFxAndroid\/(\d+\.\d+\.\d+)/);return e?e[1]:null}function ls(){let t=Ri();if(op()||yw()){let e=t.match(/Imt[\w/.]+/);if(e){let n=e[0].split("/"),r=n[0];return n[2]&&(r+="_"+n[2]),{name:r,version:n[1]}}}return null}function ml(t){if(t.beta)return!1;if(ot()&&t.spVersion)return cs(ip(),t.spVersion);if(C3()&&t.gspVersion){let e=w3();if(e)return cs(e,t.gspVersion)}if(op()&&t.ispVersion){let e=E3();if(e)return cs(e,t.ispVersion)}return!1}function cs(t,e){let n=t.split(".").reverse(),r=e.split(".").reverse(),a=0,i=0,o=1;for(let s=0;s<3;s++)a+=o*Number(r[s]||"0"),i+=o*Number(n[s]||"0"),o*=100;return i>=a}function sp(t){t.message?.indexOf("token invalid")>=0&&Mt.remove(Ft)}d();function fl(t){return Array.isArray(t)?t:t?[t]:[]}function hl(t,e){return e?(Array.isArray(e)||(e=[e]),Array.from(new Set([...e,t]))):[t]}function bl(t,e){return e?(Array.isArray(t)||(t=[t]),Array.isArray(e)||(e=[e]),e.filter(n=>!t.includes(n))):[]}function Tl(t,e){let n={...t};return P3(n,e),vw(n,e),n}function k3(t,e,n){let r={...e};return Ya({rule:r,valueIsArray:a=>Array.isArray(t[a]),getMergedValue:a=>t[a],onMergedResult:(a,i)=>r[a]=i}),Ya({rule:n,valueIsArray:a=>Array.isArray(t[a]),getMergedValue:a=>r[a],onMergedResult:(a,i)=>r[a]=i}),r}function vw(t,e){if(!e.condition)return;let n=e.condition.enableSubtitle?.true||{},r=e.condition.enableSubtitle?.false||{},a=t.enableSubtitle?n:r;P3(t,a)}function Ya({rule:t,getMergedValue:e,valueIsArray:n,onMergedResult:r}){Object.keys(t).sort().forEach(a=>{let[i,o,s]=Sw(a);if(!i||t[a]===void 0)return;let u=t[a];n(i)&&(u=fl(t[a]));let l=e(i);if(l==null){r(i,u);return}let c;if(o=="add_v"){if(!D3(s))return;c=up(l,u)}else if(o=="remove_v"){if(!D3(s))return;c=A3(l,u)}else o==="add"?c=up(l,u):o=="remove"&&(c=A3(l,u));if(c){r(i,c);return}Array.isArray(t[i])&&i.startsWith("additional")?c=up(l,u):c=u,r(i,c)})}function P3(t,e){return Ya({rule:e,valueIsArray:n=>Array.isArray(t[n]),getMergedValue:n=>t[n],onMergedResult:(n,r)=>{t[n]=r}}),t}function up(t,e){let n;if(Array.isArray(t)){let r=fl(e);n=[...t,...r],n=Array.from(new Set(n))}else typeof t=="object"&&typeof e=="object"?n={...t,...e}:n=e;return n}function Sw(t){let e=t.lastIndexOf("["),n="",r=t;return e>0&&(n=t.slice(e+1,t.length-1),r=t.slice(0,e-1)),[...r.split("."),n]}function D3(t){let e=Sn();return t&&cs(e,t)}function A3(t,e){if(Array.isArray(t)){let n=fl(e);return t=t.filter(r=>!n.includes(r)),Array.from(new Set(t))}else if(typeof t=="object"&&typeof e=="object")Object.keys(e).forEach(n=>{delete t[n]});else return e;return t}d();d();var Oi="input is invalid type",lp=typeof window=="object",oa=lp?window:{};oa.JS_SHA256_NO_WINDOW&&(lp=!1);var xw=!lp&&typeof self=="object",Ew=!oa.JS_SHA256_NO_NODE_JS&&typeof process=="object"&&process.versions&&process.versions.node;Ew?oa=global:xw&&(oa=self);var SN=!oa.JS_SHA256_NO_COMMON_JS&&typeof module=="object"&&module.exports,xN=typeof define=="function"&&define.amd,ds=!oa.JS_SHA256_NO_ARRAY_BUFFER&&typeof ArrayBuffer<"u",he="0123456789abcdef".split(""),Cw=[-2147483648,8388608,32768,128],tr=[24,16,8,0],yl=[1116352408,1899447441,3049323471,3921009573,961987163,1508970993,2453635748,2870763221,3624381080,310598401,607225278,1426881987,1925078388,2162078206,2614888103,3248222580,3835390401,4022224774,264347078,604807628,770255983,1249150122,1555081692,1996064986,2554220882,2821834349,2952996808,3210313671,3336571891,3584528711,113926993,338241895,666307205,773529912,1294757372,1396182291,1695183700,1986661051,2177026350,2456956037,2730485921,2820302411,3259730800,3345764771,3516065817,3600352804,4094571909,275423344,430227734,506948616,659060556,883997877,958139571,1322822218,1537002063,1747873779,1955562222,2024104815,2227730452,2361852424,2428436474,2756734187,3204031479,3329325298],vl=["hex","array","digest","arrayBuffer"],qt=[];(oa.JS_SHA256_NO_NODE_JS||!Array.isArray)&&(Array.isArray=function(t){return Object.prototype.toString.call(t)==="[object Array]"});ds&&(oa.JS_SHA256_NO_ARRAY_BUFFER_IS_VIEW||!ArrayBuffer.isView)&&(ArrayBuffer.isView=function(t){return typeof t=="object"&&t.buffer&&t.buffer.constructor===ArrayBuffer});var L3=function(t,e){return function(n){return new jt(e,!0).update(n)[t]()}},F3=function(t){var e=L3("hex",t);e.create=function(){return new jt(t)},e.update=function(a){return e.create().update(a)};for(var n=0;n>2]|=t[a]<>2]|=r<>2]|=(192|r>>6)<>2]|=(128|r&63)<=57344?(s[i>>2]|=(224|r>>12)<>2]|=(128|r>>6&63)<>2]|=(128|r&63)<>2]|=(240|r>>18)<>2]|=(128|r>>12&63)<>2]|=(128|r>>6&63)<>2]|=(128|r&63)<=64?(this.block=s[16],this.start=i-64,this.hash(),this.hashed=!0):this.start=i}return this.bytes>4294967295&&(this.hBytes+=this.bytes/4294967296<<0,this.bytes=this.bytes%4294967296),this}};jt.prototype.finalize=function(){if(!this.finalized){this.finalized=!0;var t=this.blocks,e=this.lastByteIndex;t[16]=this.block,t[e>>2]|=Cw[e&3],this.block=t[16],e>=56&&(this.hashed||this.hash(),t[0]=this.block,t[16]=t[1]=t[2]=t[3]=t[4]=t[5]=t[6]=t[7]=t[8]=t[9]=t[10]=t[11]=t[12]=t[13]=t[14]=t[15]=0),t[14]=this.hBytes<<3|this.bytes>>>29,t[15]=this.bytes<<3,this.hash()}};jt.prototype.hash=function(){var t=this.h0,e=this.h1,n=this.h2,r=this.h3,a=this.h4,i=this.h5,o=this.h6,s=this.h7,u=this.blocks,l,c,p,g,m,f,T,b,h,C,D;for(l=16;l<64;++l)m=u[l-15],c=(m>>>7|m<<25)^(m>>>18|m<<14)^m>>>3,m=u[l-2],p=(m>>>17|m<<15)^(m>>>19|m<<13)^m>>>10,u[l]=u[l-16]+c+u[l-7]+p<<0;for(D=e&n,l=0;l<64;l+=4)this.first?(this.is224?(b=300032,m=u[0]-1413257819,s=m-150054599<<0,r=m+24177077<<0):(b=704751109,m=u[0]-210244248,s=m-1521486534<<0,r=m+143694565<<0),this.first=!1):(c=(t>>>2|t<<30)^(t>>>13|t<<19)^(t>>>22|t<<10),p=(a>>>6|a<<26)^(a>>>11|a<<21)^(a>>>25|a<<7),b=t&e,g=b^t&n^D,T=a&i^~a&o,m=s+p+T+yl[l]+u[l],f=c+g,s=r+m<<0,r=m+f<<0),c=(r>>>2|r<<30)^(r>>>13|r<<19)^(r>>>22|r<<10),p=(s>>>6|s<<26)^(s>>>11|s<<21)^(s>>>25|s<<7),h=r&t,g=h^r&e^b,T=s&a^~s&i,m=o+p+T+yl[l+1]+u[l+1],f=c+g,o=n+m<<0,n=m+f<<0,c=(n>>>2|n<<30)^(n>>>13|n<<19)^(n>>>22|n<<10),p=(o>>>6|o<<26)^(o>>>11|o<<21)^(o>>>25|o<<7),C=n&r,g=C^n&t^h,T=o&s^~o&a,m=i+p+T+yl[l+2]+u[l+2],f=c+g,i=e+m<<0,e=m+f<<0,c=(e>>>2|e<<30)^(e>>>13|e<<19)^(e>>>22|e<<10),p=(i>>>6|i<<26)^(i>>>11|i<<21)^(i>>>25|i<<7),D=e&n,g=D^e&r^C,T=i&o^~i&s,m=a+p+T+yl[l+3]+u[l+3],f=c+g,a=t+m<<0,t=m+f<<0;this.h0=this.h0+t<<0,this.h1=this.h1+e<<0,this.h2=this.h2+n<<0,this.h3=this.h3+r<<0,this.h4=this.h4+a<<0,this.h5=this.h5+i<<0,this.h6=this.h6+o<<0,this.h7=this.h7+s<<0};jt.prototype.hex=function(){this.finalize();var t=this.h0,e=this.h1,n=this.h2,r=this.h3,a=this.h4,i=this.h5,o=this.h6,s=this.h7,u=he[t>>28&15]+he[t>>24&15]+he[t>>20&15]+he[t>>16&15]+he[t>>12&15]+he[t>>8&15]+he[t>>4&15]+he[t&15]+he[e>>28&15]+he[e>>24&15]+he[e>>20&15]+he[e>>16&15]+he[e>>12&15]+he[e>>8&15]+he[e>>4&15]+he[e&15]+he[n>>28&15]+he[n>>24&15]+he[n>>20&15]+he[n>>16&15]+he[n>>12&15]+he[n>>8&15]+he[n>>4&15]+he[n&15]+he[r>>28&15]+he[r>>24&15]+he[r>>20&15]+he[r>>16&15]+he[r>>12&15]+he[r>>8&15]+he[r>>4&15]+he[r&15]+he[a>>28&15]+he[a>>24&15]+he[a>>20&15]+he[a>>16&15]+he[a>>12&15]+he[a>>8&15]+he[a>>4&15]+he[a&15]+he[i>>28&15]+he[i>>24&15]+he[i>>20&15]+he[i>>16&15]+he[i>>12&15]+he[i>>8&15]+he[i>>4&15]+he[i&15]+he[o>>28&15]+he[o>>24&15]+he[o>>20&15]+he[o>>16&15]+he[o>>12&15]+he[o>>8&15]+he[o>>4&15]+he[o&15];return this.is224||(u+=he[s>>28&15]+he[s>>24&15]+he[s>>20&15]+he[s>>16&15]+he[s>>12&15]+he[s>>8&15]+he[s>>4&15]+he[s&15]),u};jt.prototype.toString=jt.prototype.hex;jt.prototype.digest=function(){this.finalize();var t=this.h0,e=this.h1,n=this.h2,r=this.h3,a=this.h4,i=this.h5,o=this.h6,s=this.h7,u=[t>>24&255,t>>16&255,t>>8&255,t&255,e>>24&255,e>>16&255,e>>8&255,e&255,n>>24&255,n>>16&255,n>>8&255,n&255,r>>24&255,r>>16&255,r>>8&255,r&255,a>>24&255,a>>16&255,a>>8&255,a&255,i>>24&255,i>>16&255,i>>8&255,i&255,o>>24&255,o>>16&255,o>>8&255,o&255];return this.is224||u.push(s>>24&255,s>>16&255,s>>8&255,s&255),u};jt.prototype.array=jt.prototype.digest;jt.prototype.arrayBuffer=function(){this.finalize();var t=new ArrayBuffer(this.is224?28:32),e=new DataView(t);return e.setUint32(0,this.h0),e.setUint32(4,this.h1),e.setUint32(8,this.h2),e.setUint32(12,this.h3),e.setUint32(16,this.h4),e.setUint32(20,this.h5),e.setUint32(24,this.h6),this.is224||e.setUint32(28,this.h7),t};function Sl(t,e,n){var r,a=typeof t;if(a==="string"){var i=[],o=t.length,s=0,u;for(r=0;r>6,i[s++]=128|u&63):u<55296||u>=57344?(i[s++]=224|u>>12,i[s++]=128|u>>6&63,i[s++]=128|u&63):(u=65536+((u&1023)<<10|t.charCodeAt(++r)&1023),i[s++]=240|u>>18,i[s++]=128|u>>12&63,i[s++]=128|u>>6&63,i[s++]=128|u&63);t=i}else if(a==="object"){if(t===null)throw new Error(Oi);if(ds&&t.constructor===ArrayBuffer)t=new Uint8Array(t);else if(!Array.isArray(t)&&(!ds||!ArrayBuffer.isView(t)))throw new Error(Oi)}else throw new Error(Oi);t.length>64&&(t=new jt(e,!0).update(t).array());var l=[],c=[];for(r=0;r<64;++r){var p=t[r]||0;l[r]=92^p,c[r]=54^p}jt.call(this,e,n),this.update(c),this.oKeyPad=l,this.inner=!0,this.sharedMemory=n}Sl.prototype=new jt;Sl.prototype.finalize=function(){if(jt.prototype.finalize.call(this),this.inner){this.inner=!1;var t=this.array();jt.call(this,this.is224,this.sharedMemory),this.update(this.oKeyPad),this.update(t),jt.prototype.finalize.call(this)}};var zi=F3();zi.sha256=zi;zi.sha224=F3(!0);zi.sha256.hmac=M3();zi.sha224.hmac=M3(!0);var B3=zi;var I3=B3.sha256;function nr(t){return Promise.resolve(I3(t))}function xl(t){return Array.from(new Uint8Array(t)).map(r=>r.toString(16).padStart(2,"0")).join("")}function sa(t,e){let n=I3.hmac.create(e);return n.update(t),Promise.resolve(n.array())}async function R3(t,e){let n=await sa(t,e);return xl(n)}async function El(t,e){let n=ww(e),r=await sa(t,n);return xl(r)}function ww(t){let e=[];return t.replace(/../g,function(n){return e.push(parseInt(n,16)),""}),new Uint8Array(e).buffer}d();d();function Xe(){try{let t=[Me().EBOOK_BUILDER_URL,Me().EBOOK_VIEWER_URL,Me().SUBTITLE_BUILDER_URL,Me().HTML_VIEWER_URL,Me().PDF_VIEWER_URL].filter(a=>!!a),e=["app.immersivetranslate.com"];Qt()||e.push("localhost:38001");let n=globalThis.location.pathname;return t.find(a=>{let i=new URL(a);return n.startsWith(i.pathname)&&e.includes(i.host)})?!1:globalThis.self!==globalThis.top}catch{return!0}}d();d();function O3(t){return t.replace(//g,">")}d();d();function be(t){if(typeof t!="string")return"auto";let e=t.toLowerCase();if(e==="und")return"auto";if(e==="zh"||e.startsWith("zh-hans"))return"zh-CN";if(e.startsWith("zh-hant")||e.startsWith("zh-hk")||e.startsWith("zh-tw"))return"zh-TW";if(e.startsWith("zh-"))return"zh-CN";if(e==="iw")return"he";if(e==="jv")return"jw";let n=wn.map(a=>a.toLowerCase()),r=n.indexOf(e);if(r===-1)if(e.indexOf("-")>=0){e=e.split("-")[0];let a=n.indexOf(e);return a===-1?"auto":wn[a]}else return"auto";else return wn[r]}function ft(){return be(document?.documentElement?.lang||"en")}function z3(t,e,n){let r=Dw(t,e),a=[],i={from:t[0].from,fromByClient:t[0].fromByClient,to:t[0].to,tempSentences:[],url:t[0].url};for(let o of r)(i.tempSentences.reduce((u,l)=>u+l.text.length,0)+o.text.length>e||i.tempSentences.length>=n)&&(a.push(i),i={fromByClient:i.fromByClient,from:o.from,to:o.to,tempSentences:[],url:o.url}),(i.from!==o.from||i.to!==o.to)&&(i.tempSentences.length>0?(a.push(i),i={fromByClient:i.fromByClient,from:o.from,to:o.to,tempSentences:[],url:o.url}):(i.from=o.from,i.to=o.to)),i.tempSentences.push(o);return i.tempSentences.length>0&&a.push(i),a}function Dw(t,e){let n=[],r=[];for(let a=0;a0?Te.some(r=>Gu(n,r)))}function TC(t,e){if(!e||!e.length)return!1;let n=ul(t);return n?e.some(r=>Gu(n,r)):!1}function yC(t,e){if(!e||!e.length)return!0;let n=ul(t);return n?e.some(r=>Gu(n,r)):!0}function vC(t){if(t.message)return[t.message];if(t.exception)try{let{type:e="",value:n=""}=t.exception.values&&t.exception.values[0]||{};return[`${n}`,`${e}: ${n}`]}catch{return!1&&Se.error(`Cannot extract message for event ${Ir(t)}`),[]}return[]}function SC(t){try{return t.exception.values[0].type==="SentryError"}catch{}return!1}function xC(t=[]){for(let e=t.length-1;e>=0;e--){let n=t[e];if(n&&n.filename!==""&&n.filename!=="[native code]")return n.filename||null}return null}function ul(t){try{let e;try{e=t.exception.values[0].stacktrace.frames}catch{}return e?xC(e):null}catch{return!1&&Se.error(`Cannot extract url for event ${Ir(t)}`),null}}d();d();function H0(t,e){let n=W0(t,e),r={type:e&&e.name,value:DC(e)};return n.length&&(r.stacktrace={frames:n}),r.type===void 0&&r.value===""&&(r.value="Unrecoverable error caught"),r}function EC(t,e,n,r){let a={exception:{values:[{type:Yo(e)?e.constructor.name:r?"UnhandledRejection":"Error",value:`Non-Error ${r?"promise rejection":"exception"} captured with keys: ${Tb(e)}`}]},extra:{__serialized__:k0(e)}};if(n){let i=W0(t,n);i.length&&(a.exception.values[0].stacktrace={frames:i})}return a}function q0(t,e){return{exception:{values:[H0(t,e)]}}}function W0(t,e){let n=e.stacktrace||e.stack||"",r=wC(e);try{return t(n,r)}catch{}return[]}var CC=/Minified React error #\d+;/i;function wC(t){if(t){if(typeof t.framesToPop=="number")return t.framesToPop;if(CC.test(t.message))return 1}return 0}function DC(t){let e=t&&t.message;return e?e.error&&typeof e.error.message=="string"?e.error.message:e:"No error message"}function $b(t,e,n,r){let a=n&&n.syntheticException||void 0,i=ll(t,e,a,r);return Xr(i),i.level="error",n&&n.event_id&&(i.event_id=n.event_id),vn(i)}function Yb(t,e,n="info",r,a){let i=r&&r.syntheticException||void 0,o=j0(t,e,i,a);return o.level=n,r&&r.event_id&&(o.event_id=r.event_id),vn(o)}function ll(t,e,n,r,a){let i;if(Wu(e)&&e.error)return q0(t,e.error);if(sb(e)){let o=e;if("stack"in e)i=q0(t,e);else{let s=o.name||"DOMException",u=o.message?`${s}: ${o.message}`:s;i=j0(t,u,n,r),es(i,u)}return"code"in o&&(i.tags={...i.tags,"DOMException.code":`${o.code}`}),i}return Hu(e)?q0(t,e):Zn(e)||Yo(e)?(i=EC(t,e,n,a),Xr(i,{synthetic:!0}),i):(i=j0(t,e,n,r),es(i,`${e}`,void 0),Xr(i,{synthetic:!0}),i)}function j0(t,e,n,r){let a={message:e};if(r&&n){let i=W0(t,n);i.length&&(a.exception={values:[{value:e,stacktrace:{frames:i}}]})}return a}d();var K0="Breadcrumbs",ta=class t{static id=K0;name=t.id;options;constructor(e){this.options={console:!0,dom:!0,fetch:!0,history:!0,sentry:!0,xhr:!0,...e}}setupOnce(){this.options.console&&er("console",kC),this.options.dom&&er("dom",AC(this.options.dom)),this.options.xhr&&er("xhr",PC),this.options.fetch&&er("fetch",LC),this.options.history&&er("history",_C)}};function AC(t){function e(n){let r,a=typeof t=="object"?t.serializeAttribute:void 0;typeof a=="string"&&(a=[a]);try{r=n.event.target?Qo(n.event.target,a):Qo(n.event,a)}catch{r=""}r.length!==0&&Le().addBreadcrumb({category:`ui.${n.name}`,message:r},{event:n.event,name:n.name,global:n.global})}return e}function kC(t){let e={category:"console",data:{arguments:t.args,logger:"console"},level:kb(t.level),message:T0(t.args," ")};if(t.level==="assert")if(t.args[0]===!1)e.message=`Assertion failed: ${T0(t.args.slice(1)," ")||"console.assert"}`,e.data.arguments=t.args.slice(1);else return;Le().addBreadcrumb(e,{input:t.args,level:t.level})}function PC(t){if(t.endTimestamp){if(t.xhr.__sentry_own_request__)return;let{method:e,url:n,status_code:r,body:a}=t.xhr.__sentry_xhr__||{};Le().addBreadcrumb({category:"xhr",data:{method:e,url:n,status_code:r},type:"http"},{xhr:t.xhr,input:a});return}}function LC(t){t.endTimestamp&&(t.fetchData.url.match(/sentry_key/)&&t.fetchData.method==="POST"||(t.error?Le().addBreadcrumb({category:"fetch",data:t.fetchData,level:"error",type:"http"},{data:t.error,input:t.args}):Le().addBreadcrumb({category:"fetch",data:{...t.fetchData,status_code:t.response.status},type:"http"},{input:t.args,response:t.response})))}function _C(t){let e=it(),n=t.from,r=t.to,a=Vu(e.location.href),i=Vu(n),o=Vu(r);i.path||(i=a),a.protocol===o.protocol&&a.host===o.host&&(r=o.relative),a.protocol===i.protocol&&a.host===i.host&&(n=i.relative),Le().addBreadcrumb({category:"navigation",data:{from:n,to:r}})}d();var dl=it(),cl;function G0(){if(cl)return cl;if(Sb(fetch))return cl=fetch.bind(dl);let t=dl.document,e=fetch;if(t&&typeof t.createElement=="function")try{let n=t.createElement("iframe");n.hidden=!0,t.head.appendChild(n);let r=n.contentWindow;r&&r.fetch&&(e=r.fetch),t.head.removeChild(n)}catch(n){!1&&Se.warn("Could not create sandbox iframe for pure fetch check, bailing to window.fetch: ",n)}return cl=e.bind(dl)}function Qb(t,e){Object.prototype.toString.call(dl&&navigator)==="[object Navigator]"&&typeof navigator.sendBeacon=="function"?navigator.sendBeacon.bind(navigator)(t,e):vb()&&G0()(t,{body:e,method:"POST",credentials:"omit",keepalive:!0}).then(null,i=>{!1&&Se.error(i)})}var V0=it(),Mi=class extends as{constructor(e){e._metadata=e._metadata||{},e._metadata.sdk=e._metadata.sdk||{name:"sentry.javascript.browser",packages:[{name:"npm:@sentry/browser",version:Fi}],version:Fi},super(e),e.sendClientReports&&V0.document&&V0.document.addEventListener("visibilitychange",()=>{V0.document.visibilityState==="hidden"&&this._flushOutcomes()})}eventFromException(e,n){return $b(this._options.stackParser,e,n,this._options.attachStacktrace)}eventFromMessage(e,n="info",r){return Yb(this._options.stackParser,e,n,r,this._options.attachStacktrace)}sendEvent(e,n){let r=this.getIntegrationById(K0);r&&r.options&&r.options.sentry&&Le().addBreadcrumb({category:`sentry.${e.type==="transaction"?"transaction":"event"}`,event_id:e.event_id,level:e.level,message:Ir(e)},{event:e}),super.sendEvent(e,n)}_prepareEvent(e,n,r){return e.platform=e.platform||"javascript",super._prepareEvent(e,n,r)}_flushOutcomes(){let e=this._clearOutcomes();if(e.length===0){!1&&Se.log("No outcomes to send");return}if(!this._dsn){!1&&Se.log("No dsn provided, will not send outcomes");return}!1&&Se.log("Sending outcomes:",e);let n=rs(this._dsn,this._options),r=Fb(e,this._options.tunnel&&qa(this._dsn));try{Qb(n,Yu(r))}catch(a){!1&&Se.error(a)}}};d();d();function os(t,e=G0()){function n(r){let a={body:r.body,method:"POST",referrerPolicy:"origin",headers:t.headers,...t.fetchOptions};return e(t.url,a).then(i=>({statusCode:i.status,headers:{"x-sentry-rate-limits":i.headers.get("X-Sentry-Rate-Limits"),"retry-after":i.headers.get("Retry-After")}}))}return is(t,n)}d();var Bi="?",FC=10,MC=20,BC=30,IC=40,RC=50;function ss(t,e,n,r){let a={filename:t,function:e,in_app:!0};return n!==void 0&&(a.lineno=n),r!==void 0&&(a.colno=r),a}var OC=/^\s*at (?:(.*?) ?\((?:address at )?)?((?:file|https?|blob|chrome-extension|address|native|eval|webpack||[-a-z]+:|.*bundle|\/).*?)(?::(\d+))?(?::(\d+))?\)?\s*$/i,zC=/\((\S*)(?::(\d+))(?::(\d+))\)/,NC=t=>{let e=OC.exec(t);if(e){if(e[2]&&e[2].indexOf("eval")===0){let i=zC.exec(e[2]);i&&(e[2]=i[1],e[3]=i[2],e[4]=i[3])}let[r,a]=Xb(e[1]||Bi,e[2]);return ss(a,r,e[3]?+e[3]:void 0,e[4]?+e[4]:void 0)}},$0=[BC,NC],UC=/^\s*(.*?)(?:\((.*?)\))?(?:^|@)?((?:file|https?|blob|chrome|webpack|resource|moz-extension|capacitor).*?:\/.*?|\[native code\]|[^@]*(?:bundle|\d+\.js)|\/[\w\-. /=]+)(?::(\d+))?(?::(\d+))?\s*$/i,qC=/(\S+) line (\d+)(?: > eval line \d+)* > eval/i,jC=t=>{let e=UC.exec(t);if(e){if(e[3]&&e[3].indexOf(" > eval")>-1){let i=qC.exec(e[3]);i&&(e[1]=e[1]||"eval",e[3]=i[1],e[4]=i[2],e[5]="")}let r=e[3],a=e[1]||Bi;return[a,r]=Xb(a,r),ss(r,a,e[4]?+e[4]:void 0,e[5]?+e[5]:void 0)}},Y0=[RC,jC],HC=/^\s*at (?:((?:\[object object\])?.+) )?\(?((?:file|ms-appx|https?|webpack|blob):.*?):(\d+)(?::(\d+))?\)?\s*$/i,WC=t=>{let e=HC.exec(t);return e?ss(e[2],e[1]||Bi,+e[3],e[4]?+e[4]:void 0):void 0},Q0=[IC,WC],KC=/ line (\d+).*script (?:in )?(\S+)(?:: in function (\S+))?$/i,GC=t=>{let e=KC.exec(t);return e?ss(e[2],e[3]||Bi,+e[1]):void 0},Zb=[FC,GC],VC=/ line (\d+), column (\d+)\s*(?:in (?:]+)>|([^)]+))\(.*\))? in (.*):\s*$/i,$C=t=>{let e=VC.exec(t);return e?ss(e[5],e[3]||e[4]||Bi,+e[1],+e[2]):void 0},Jb=[MC,$C],Z0=[$0,Y0,Q0],pl=E0(...Z0),Xb=(t,e)=>{let n=t.indexOf("safari-extension")!==-1,r=t.indexOf("safari-web-extension")!==-1;return n||r?[t.indexOf("@")!==-1?t.split("@")[0]:Bi,n?`safari-extension:${e}`:`safari-web-extension:${e}`]:[t,e]};d();d();var J0=0;function X0(){return J0>0}function YC(){J0+=1,setTimeout(()=>{J0-=1})}function zr(t,e={},n){if(typeof t!="function")return t;try{let a=t.__sentry_wrapped__;if(a)return a;if(Ai(t))return t}catch{return t}let r=function(){let a=Array.prototype.slice.call(arguments);try{n&&typeof n=="function"&&n.apply(this,arguments);let i=a.map(o=>zr(o,e));return t.apply(this,i)}catch(i){throw YC(),_i(o=>{o.addEventProcessor(s=>(e.mechanism&&(es(s,void 0,void 0),Xr(s,e.mechanism)),s.extra={...s.extra,arguments:a},s)),Li(i)}),i}};try{for(let a in t)Object.prototype.hasOwnProperty.call(t,a)&&(r[a]=t[a])}catch{}v0(r,t),Jo(t,"__sentry_wrapped__",r);try{Object.getOwnPropertyDescriptor(r,"name").configurable&&Object.defineProperty(r,"name",{get(){return t.name}})}catch{}return r}var ep={};tu(ep,{Breadcrumbs:()=>ta,Dedupe:()=>ia,GlobalHandlers:()=>fr,HttpContext:()=>aa,LinkedErrors:()=>ra,TryCatch:()=>na});d();d();var fr=class t{static id="GlobalHandlers";name=t.id;_options;_installFunc={onerror:QC,onunhandledrejection:ZC};constructor(e){this._options={onerror:!0,onunhandledrejection:!0,...e}}setupOnce(){let e=this._options;for(let n in e){let r=this._installFunc[n];r&&e[n]&&(ew(n),r(),this._installFunc[n]=void 0)}}};function QC(){er("error",t=>{let[e,n,r]=n3();if(!e.getIntegration(fr))return;let{msg:a,url:i,line:o,column:s,error:u}=t;if(X0()||u&&u.__sentry_own_request__)return;let l=u===void 0&&Fr(a)?XC(a,i,o,s):e3(ll(n,u||a,void 0,r,!1),i,o,s);l.level="error",t3(e,u,l,"onerror")})}function ZC(){er("unhandledrejection",t=>{let[e,n,r]=n3();if(!e.getIntegration(fr))return;let a=t;try{"reason"in t?a=t.reason:"detail"in t&&"reason"in t.detail&&(a=t.detail.reason)}catch{}if(X0()||a&&a.__sentry_own_request__)return!0;let i=$o(a)?JC(a):ll(n,a,void 0,r,!0);i.level="error",t3(e,a,i,"onunhandledrejection")})}function JC(t){return{exception:{values:[{type:"UnhandledRejection",value:`Non-Error promise rejection captured with value: ${String(t)}`}]}}}function XC(t,e,n,r){let a=/^(?:[Uu]ncaught (?:exception: )?)?(?:((?:Eval|Internal|Range|Reference|Syntax|Type|URI|)Error): )?(.*)$/i,i=Wu(t)?t.message:t,o="Error",s=i.match(a);return s&&(o=s[1],i=s[2]),e3({exception:{values:[{type:o,value:i}]}},e,n,r)}function e3(t,e,n,r){let a=t.exception=t.exception||{},i=a.values=a.values||[],o=i[0]=i[0]||{},s=o.stacktrace=o.stacktrace||{},u=s.frames=s.frames||[],l=isNaN(parseInt(r,10))?void 0:r,c=isNaN(parseInt(n,10))?void 0:n,p=Fr(e)&&e.length>0?e:pb();return u.length===0&&u.push({colno:l,filename:p,function:"?",in_app:!0,lineno:c}),t}function ew(t){!1&&Se.log(`Global Handler attached: ${t}`)}function t3(t,e,n,r){Xr(n,{handled:!1,type:r}),t.captureEvent(n,{originalException:e})}function n3(){let t=Le(),e=t.getClient(),n=e&&e.getOptions()||{stackParser:()=>[],attachStacktrace:!1};return[t,n.stackParser,n.attachStacktrace]}d();var tw=["EventTarget","Window","Node","ApplicationCache","AudioTrackList","ChannelMergerNode","CryptoOperation","EventSource","FileReader","HTMLUnknownElement","IDBDatabase","IDBRequest","IDBTransaction","KeyOperation","MediaController","MessagePort","ModalWindow","Notification","SVGElementInstance","Screen","TextTrack","TextTrackCue","TextTrackList","WebSocket","WebSocketWorker","Worker","XMLHttpRequest","XMLHttpRequestEventTarget","XMLHttpRequestUpload"],na=class t{static id="TryCatch";name=t.id;_options;constructor(e){this._options={XMLHttpRequest:!0,eventTarget:!0,requestAnimationFrame:!0,setInterval:!0,setTimeout:!0,...e}}setupOnce(){let e=it();this._options.setTimeout&&Jn(e,"setTimeout",r3),this._options.setInterval&&Jn(e,"setInterval",r3),this._options.requestAnimationFrame&&Jn(e,"requestAnimationFrame",nw),this._options.XMLHttpRequest&&"XMLHttpRequest"in e&&Jn(XMLHttpRequest.prototype,"send",rw);let n=this._options.eventTarget;n&&(Array.isArray(n)?n:tw).forEach(aw)}};function r3(t){return function(...e){let n=e[0];return e[0]=zr(n,{mechanism:{data:{function:Xn(t)},handled:!0,type:"instrument"}}),t.apply(this,e)}}function nw(t){return function(e){return t.apply(this,[zr(e,{mechanism:{data:{function:"requestAnimationFrame",handler:Xn(t)},handled:!0,type:"instrument"}})])}}function rw(t){return function(...e){let n=this;return["onload","onerror","onprogress","onreadystatechange"].forEach(a=>{a in n&&typeof n[a]=="function"&&Jn(n,a,function(i){let o={mechanism:{data:{function:a,handler:Xn(i)},handled:!0,type:"instrument"}},s=Ai(i);return s&&(o.mechanism.data.handler=Xn(s)),zr(i,o)})}),t.apply(this,e)}}function aw(t){let e=it(),n=e[t]&&e[t].prototype;!n||!n.hasOwnProperty||!n.hasOwnProperty("addEventListener")||(Jn(n,"addEventListener",function(r){return function(a,i,o){try{typeof i.handleEvent=="function"&&(i.handleEvent=zr(i.handleEvent,{mechanism:{data:{function:"handleEvent",handler:Xn(i),target:t},handled:!0,type:"instrument"}}))}catch{}let s=zr(i,{mechanism:{data:{function:"addEventListener",handler:Xn(i),target:t},handled:!0,type:"instrument"}}),u=[a,s,o];return r.apply(this,u)}}),Jn(n,"removeEventListener",function(r){return function(a,i,o){let s=i;try{let u=s&&s.__sentry_wrapped__;u&&r.call(this,a,u,o)}catch{}return r.call(this,a,s,o)}}))}d();var iw="cause",ow=5,ra=class t{static id="LinkedErrors";name=t.id;_key;_limit;constructor(e={}){this._key=e.key||iw,this._limit=e.limit||ow}setupOnce(){let e=Le().getClient();e&&mr((n,r)=>{let a=Le().getIntegration(t);return a?sw(e.getOptions().stackParser,a._key,a._limit,n,r):n})}};function sw(t,e,n,r,a){if(!r.exception||!r.exception.values||!a||!dr(a.originalException,Error))return r;let i=a3(t,n,a.originalException,e);return r.exception.values=[...i,...r.exception.values],r}function a3(t,e,n,r,a=[]){if(!dr(n[r],Error)||a.length+1>=e)return a;let i=H0(t,n[r]);return a3(t,e,n[r],r,[i,...a])}d();var i3=it(),aa=class t{static id="HttpContext";name=t.id;setupOnce(){mr(e=>{if(Le().getIntegration(t)){if(!navigator&&!location&&!i3.document)return e;let n=e.request&&e.request.url||location&&location.href,{referrer:r}=i3.document||{},{userAgent:a}=navigator||{},i={...e.request&&e.request.headers,...r&&{Referer:r},...a&&{"User-Agent":a}},o={...n&&{url:n},headers:i};return{...e,request:o}}return e})}};d();var ia=class t{static id="Dedupe";name=t.id;_previousEvent;setupOnce(e,n){let r=a=>{let i=n().getIntegration(t);if(i){try{if(uw(a,i._previousEvent))return!1&&Se.warn("Event dropped due to being a duplicate of previously captured event."),null}catch{return i._previousEvent=a}return i._previousEvent=a}return a};r.id=this.name,e(r)}};function uw(t,e){return e?!!(lw(t,e)||cw(t,e)):!1}function lw(t,e){let n=t.message,r=e.message;return!(!n&&!r||n&&!r||!n&&r||n!==r||!l3(t,e)||!u3(t,e))}function cw(t,e){let n=o3(e),r=o3(t);return!(!n||!r||n.type!==r.type||n.value!==r.value||!l3(t,e)||!u3(t,e))}function u3(t,e){let n=s3(t),r=s3(e);if(!n&&!r)return!0;if(n&&!r||!n&&r||(n=n,r=r,r.length!==n.length))return!1;for(let a=0;a"u"){!1&&Se.warn("Session tracking in non-browser environment with @sentry/browser is not supported.");return}let n=Le();n.captureSession&&(c3(n),er("history",({from:r,to:a})=>{r===void 0||r===a||c3(Le())}))}var y3={},np=it();np.Sentry&&np.Sentry.Integrations&&(y3=np.Sentry.Integrations);var pw={...y3,...Va,...ep};var gw=Ru.alert;d();var Ii=console,rp=class{#e=performance.now();reset(){this.#e=performance.now()}stop(e){let n=performance.now(),r=Math.round(n-this.#e),a=In.green;r>1e4?a=In.red:r>1e3&&(a=In.yellow),Ii.debug(In.dim(Ia+" TIMING:"),e,"in",a(r+"ms")),this.#e=n}},us=class{#e=1;get level(){return this.#e}setLevel(e){switch(e){case"debug":this.#e=0;break;case"info":this.#e=1;break;case"warn":this.#e=2;break;case"error":this.#e=3;break;case"fatal":this.#e=4;break}}debug(...e){this.#e<=0&&Ii.log(In.dim(Ia+" DEBUG:"),...e)}v(...e){this.#e<=0}info(...e){this.#e<=1&&Ii.log(In.green(Ia+" INFO:"),...e)}l(...e){this.#e<=1}warn(...e){this.#e<=2&&Ii.warn(In.yellow(Ia+" WARN:"),...e)}error(...e){this.#e<=3&&Ii.error(In.red(Ia+" ERROR:"),...e)}fatal(...e){this.#e<=4&&Ii.error(In.red(Ia+" FATAL:"),...e)}timing(){return this.level===0?new rp:{reset:()=>{},stop:()=>{}}}},z=new us;var v3=["*://*/*","*","*://*"],x3="immersive-translate-wildcard-placeholder.com";function ap(t,e){try{let n=[];if(!e||(e&&!Array.isArray(e)?n=[e]:n=e,n.length===0))return null;if(n.some(s=>v3.includes(s)))return t;let r=new URL(t);r.hash="",r.search="";let a=r.href,i=r.hostname,o=r.port;if(n&&n.length>0){let s=n.find(u=>{if(!u)return!1;if(u===i)return!0;if(v3.includes(u))return!0;if(!u.includes("*")&&u.includes("://")){try{let l=new URL(u);if(l.pathname==="/"&&!u.endsWith("/")){let c=l.hostname===i,p=l.port===o;return l.port?c&&p:c}else return fw(a,u)}catch{}return!1}else{let l,c=u;if(u.includes("://")){let b=u.split("://");l=b[0],l==="*"&&b.length>1&&(l="*",u="https://"+b[1])}else l="*",u="https://"+u;let p=u.replace(/\*/g,x3),m;try{m=new URL(p)}catch{return z.debug("invalid match pattern",p,"raw match value:",c),!1}let g=m.host,f=m.pathname;f==="/"&&(c.replace("://","").includes("/")||(f="/*"));let T=mw(l+":",S3(g),S3(f));if(T){let b=new URL(a);return T.test(b.href)}else return!1}});if(s)return s}return null}catch{return null}}function S3(t){return t.replaceAll(x3,"*")}function mw(t,e,n){let r="^";return t==="*:"?r+="(http:|https:|file:)":r+=t,r+="//",e&&(t==="file:"||(e==="*"?r+="[^/]+?":(e.match(/^\*\./)&&(r+="[^/]*?",e=e.substring(1)),r+=e.replace(/\./g,"\\.").replace(/\*/g,"[^/]*")))),n?n==="*"||n==="/*"?r+="(/.*)?":n.includes("*")?(r+=n.replace(/\*/g,".*?"),r+="/?"):r+=n.replace(/[-[\]{}()*+?.,\\^$|#\s]/g,"\\$&"):r+="/?",r+="$",new RegExp(r)}function wt(t,e){return ap(t,e)!==null}function fw(t,e){let n=new URL(t),r=new URL(e);return n.hostname===r.hostname&&n.pathname===r.pathname&&n.protocol===r.protocol&&n.port===r.port}d();d();var gl={manifest_version:3,name:"__MSG_brandName__",description:"__MSG_brandDescription__",version:"1.4.6",default_locale:"en",background:{service_worker:"background.js"},web_accessible_resources:["styles/inject.css","pdf/index.html","video-subtitle/inject.js"],content_scripts:[{matches:["","file:///*","*://*/*"],js:["content_script.js"],run_at:"document_end",all_frames:!0},{matches:["","file:///*","*://*/*"],js:["content_start.js"],run_at:"document_start",all_frames:!0}],commands:{toggleTranslatePage:{suggested_key:{default:"Alt+A"},description:"__MSG_toggleTranslatePage__"},toggleTranslateTheWholePage:{suggested_key:{default:"Alt+W"},description:"__MSG_toggleTranslateTheWholePage__"},toggleOnlyTransation:{description:"__MSG_toggleOnlyTransation__"},toggleTranslateToThePageEndImmediately:{description:"__MSG_toggleTranslateToThePageEndImmediately__"},toggleTranslateTheMainPage:{description:"__MSG_toggleTranslateTheMainPage__"},toggleTranslationMask:{description:"__MSG_toggleTranslationMask__"},shareToDraft:{description:"__MSG_shareToDraft__"},toggleMouseHoverTranslateDirectly:{description:"__MSG_toggleMouseHoverTranslateDirectly__"},translateWithOpenAI:{description:"__MSG_translateWithOpenAI__"},translateWithDeepL:{description:"__MSG_translateWithDeepL__"},translateWithGoogle:{description:"__MSG_translateWithGoogle__"},translateWithTransmart:{description:"__MSG_translateWithTransmart__"},translateWithGemini:{description:"__MSG_translateWithGemini__"},translateWithBing:{description:"__MSG_translateWithBing__"},translateInputBox:{description:"__MSG_translateInputBox__"},toggleVideoSubtitlePreTranslation:{description:"__MSG_toggleVideoSubtitlePreTranslation__"}},options_page:"options.html",options_ui:{page:"options.html",open_in_tab:!0,browser_style:!1},permissions:["storage","activeTab","contextMenus","webRequest","webRequestBlocking","declarativeNetRequestWithHostAccess","declarativeNetRequestFeedback","declarativeNetRequest"],host_permissions:[""],declarative_net_request:{rule_resources:[{id:"ruleset_1",enabled:!0,path:"rules/request_modifier_rule.json"}]},action:{default_popup:"popup.html",default_icon:{"32":"icons/32.png","48":"icons/48.png","64":"icons/64.png","128":"icons/128.png","256":"icons/256.png"}},browser_action:{default_icon:"icons/32.png",default_popup:"popup.html",theme_icons:[{dark:"icons/32.png",light:"icons/dark-32.png",size:32},{dark:"icons/48.png",light:"icons/dark-48.png",size:48},{dark:"icons/64.png",light:"icons/dark-64.png",size:64},{dark:"icons/128.png",light:"icons/dark-128.png",size:128},{dark:"icons/256.png",light:"icons/dark-256.png",size:256}]},icons:{"32":"icons/32.png","48":"icons/48.png","64":"icons/64.png","128":"icons/128.png","256":"icons/256.png"},browser_specific_settings:{gecko:{id:"{5efceaa7-f3a2-4e59-a54b-85319448e305}",strict_min_version:"63.0"},gecko_android:{strict_min_version:"113.0"}},key:"MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA7JPn78UfqI3xIIOPPLPS74UTzLfJL1gQM8hlk/deKWvFP/WqUBnPJPdhQeF45sFpI1OjO70nFqdATT4/RwYAiZK7G/E6m27MDVnhHjszfzReOuoAEn9J3RnE2xEx5pFhRFcelhnwTTLrrn90aaPcaMtNsgXtZA1Ggz/SnX9I4ZygqpJYjx3Ql2t6SyNK222oRQiKMT93Rrjgyc8RFA7FKXsWglG0TvseRjbmG5Jk5gDx+2/YTcWGqCDotQnWnkPj/dBO23UAX7IpyJK3FGYdkvWFih6OVClHIIWY8mfCjjwSGbXNQNesaa9F2hrzBZ5MRTj4m7yj76mGxuPHPIE8mwIDAQAB"};var bw="";function Sn(){return bw||gl.version}function ip(){return oe.runtime.getManifest().version}d();d();var Tw="";function Ri(){return Tw||globalThis.navigator.userAgent}function op(){return Ri().includes("ImtFxiOS")}function E3(){let e=Ri().match(/ImtFxiOS\/(\d+\.\d+\.\d+)/);return e?e[1]:null}function yw(){return Ri().includes("ImtFxAndroid")}function C3(){let t=Ri();return/ImtFxAndroid\/(\d+\.\d+\.\d+)\/google/.test(t)}function w3(){let e=Ri().match(/ImtFxAndroid\/(\d+\.\d+\.\d+)/);return e?e[1]:null}function ls(){let t=Ri();if(op()||yw()){let e=t.match(/Imt[\w/.]+/);if(e){let n=e[0].split("/"),r=n[0];return n[2]&&(r+="_"+n[2]),{name:r,version:n[1]}}}return null}function ml(t){if(t.beta)return!1;if(ot()&&t.spVersion)return cs(ip(),t.spVersion);if(C3()&&t.gspVersion){let e=w3();if(e)return cs(e,t.gspVersion)}if(op()&&t.ispVersion){let e=E3();if(e)return cs(e,t.ispVersion)}return!1}function cs(t,e){let n=t.split(".").reverse(),r=e.split(".").reverse(),a=0,i=0,o=1;for(let s=0;s<3;s++)a+=o*Number(r[s]||"0"),i+=o*Number(n[s]||"0"),o*=100;return i>=a}function sp(t){t.message?.indexOf("token invalid")>=0&&Mt.remove(Ft)}d();function fl(t){return Array.isArray(t)?t:t?[t]:[]}function hl(t,e){return e?(Array.isArray(e)||(e=[e]),Array.from(new Set([...e,t]))):[t]}function bl(t,e){return e?(Array.isArray(t)||(t=[t]),Array.isArray(e)||(e=[e]),e.filter(n=>!t.includes(n))):[]}function Tl(t,e){let n={...t};return P3(n,e),vw(n,e),n}function k3(t,e,n){let r={...e};return Ya({rule:r,valueIsArray:a=>Array.isArray(t[a]),getMergedValue:a=>t[a],onMergedResult:(a,i)=>r[a]=i}),Ya({rule:n,valueIsArray:a=>Array.isArray(t[a]),getMergedValue:a=>r[a],onMergedResult:(a,i)=>r[a]=i}),r}function vw(t,e){if(!e.condition)return;let n=e.condition.enableSubtitle?.true||{},r=e.condition.enableSubtitle?.false||{},a=t.enableSubtitle?n:r;P3(t,a)}function Ya({rule:t,getMergedValue:e,valueIsArray:n,onMergedResult:r}){Object.keys(t).sort().forEach(a=>{let[i,o,s]=Sw(a);if(!i||t[a]===void 0)return;let u=t[a];n(i)&&(u=fl(t[a]));let l=e(i);if(l==null){r(i,u);return}let c;if(o=="add_v"){if(!D3(s))return;c=up(l,u)}else if(o=="remove_v"){if(!D3(s))return;c=A3(l,u)}else o==="add"?c=up(l,u):o=="remove"&&(c=A3(l,u));if(c){r(i,c);return}Array.isArray(t[i])&&i.startsWith("additional")?c=up(l,u):c=u,r(i,c)})}function P3(t,e){return Ya({rule:e,valueIsArray:n=>Array.isArray(t[n]),getMergedValue:n=>t[n],onMergedResult:(n,r)=>{t[n]=r}}),t}function up(t,e){let n;if(Array.isArray(t)){let r=fl(e);n=[...t,...r],n=Array.from(new Set(n))}else typeof t=="object"&&typeof e=="object"?n={...t,...e}:n=e;return n}function Sw(t){let e=t.lastIndexOf("["),n="",r=t;return e>0&&(n=t.slice(e+1,t.length-1),r=t.slice(0,e-1)),[...r.split("."),n]}function D3(t){let e=Sn();return t&&cs(e,t)}function A3(t,e){if(Array.isArray(t)){let n=fl(e);return t=t.filter(r=>!n.includes(r)),Array.from(new Set(t))}else if(typeof t=="object"&&typeof e=="object")Object.keys(e).forEach(n=>{delete t[n]});else return e;return t}d();d();var Oi="input is invalid type",lp=typeof window=="object",oa=lp?window:{};oa.JS_SHA256_NO_WINDOW&&(lp=!1);var xw=!lp&&typeof self=="object",Ew=!oa.JS_SHA256_NO_NODE_JS&&typeof process=="object"&&process.versions&&process.versions.node;Ew?oa=global:xw&&(oa=self);var SN=!oa.JS_SHA256_NO_COMMON_JS&&typeof module=="object"&&module.exports,xN=typeof define=="function"&&define.amd,ds=!oa.JS_SHA256_NO_ARRAY_BUFFER&&typeof ArrayBuffer<"u",he="0123456789abcdef".split(""),Cw=[-2147483648,8388608,32768,128],tr=[24,16,8,0],yl=[1116352408,1899447441,3049323471,3921009573,961987163,1508970993,2453635748,2870763221,3624381080,310598401,607225278,1426881987,1925078388,2162078206,2614888103,3248222580,3835390401,4022224774,264347078,604807628,770255983,1249150122,1555081692,1996064986,2554220882,2821834349,2952996808,3210313671,3336571891,3584528711,113926993,338241895,666307205,773529912,1294757372,1396182291,1695183700,1986661051,2177026350,2456956037,2730485921,2820302411,3259730800,3345764771,3516065817,3600352804,4094571909,275423344,430227734,506948616,659060556,883997877,958139571,1322822218,1537002063,1747873779,1955562222,2024104815,2227730452,2361852424,2428436474,2756734187,3204031479,3329325298],vl=["hex","array","digest","arrayBuffer"],qt=[];(oa.JS_SHA256_NO_NODE_JS||!Array.isArray)&&(Array.isArray=function(t){return Object.prototype.toString.call(t)==="[object Array]"});ds&&(oa.JS_SHA256_NO_ARRAY_BUFFER_IS_VIEW||!ArrayBuffer.isView)&&(ArrayBuffer.isView=function(t){return typeof t=="object"&&t.buffer&&t.buffer.constructor===ArrayBuffer});var L3=function(t,e){return function(n){return new jt(e,!0).update(n)[t]()}},F3=function(t){var e=L3("hex",t);e.create=function(){return new jt(t)},e.update=function(a){return e.create().update(a)};for(var n=0;n>2]|=t[a]<>2]|=r<>2]|=(192|r>>6)<>2]|=(128|r&63)<=57344?(s[i>>2]|=(224|r>>12)<>2]|=(128|r>>6&63)<>2]|=(128|r&63)<>2]|=(240|r>>18)<>2]|=(128|r>>12&63)<>2]|=(128|r>>6&63)<>2]|=(128|r&63)<=64?(this.block=s[16],this.start=i-64,this.hash(),this.hashed=!0):this.start=i}return this.bytes>4294967295&&(this.hBytes+=this.bytes/4294967296<<0,this.bytes=this.bytes%4294967296),this}};jt.prototype.finalize=function(){if(!this.finalized){this.finalized=!0;var t=this.blocks,e=this.lastByteIndex;t[16]=this.block,t[e>>2]|=Cw[e&3],this.block=t[16],e>=56&&(this.hashed||this.hash(),t[0]=this.block,t[16]=t[1]=t[2]=t[3]=t[4]=t[5]=t[6]=t[7]=t[8]=t[9]=t[10]=t[11]=t[12]=t[13]=t[14]=t[15]=0),t[14]=this.hBytes<<3|this.bytes>>>29,t[15]=this.bytes<<3,this.hash()}};jt.prototype.hash=function(){var t=this.h0,e=this.h1,n=this.h2,r=this.h3,a=this.h4,i=this.h5,o=this.h6,s=this.h7,u=this.blocks,l,c,p,m,g,f,T,b,h,C,D;for(l=16;l<64;++l)g=u[l-15],c=(g>>>7|g<<25)^(g>>>18|g<<14)^g>>>3,g=u[l-2],p=(g>>>17|g<<15)^(g>>>19|g<<13)^g>>>10,u[l]=u[l-16]+c+u[l-7]+p<<0;for(D=e&n,l=0;l<64;l+=4)this.first?(this.is224?(b=300032,g=u[0]-1413257819,s=g-150054599<<0,r=g+24177077<<0):(b=704751109,g=u[0]-210244248,s=g-1521486534<<0,r=g+143694565<<0),this.first=!1):(c=(t>>>2|t<<30)^(t>>>13|t<<19)^(t>>>22|t<<10),p=(a>>>6|a<<26)^(a>>>11|a<<21)^(a>>>25|a<<7),b=t&e,m=b^t&n^D,T=a&i^~a&o,g=s+p+T+yl[l]+u[l],f=c+m,s=r+g<<0,r=g+f<<0),c=(r>>>2|r<<30)^(r>>>13|r<<19)^(r>>>22|r<<10),p=(s>>>6|s<<26)^(s>>>11|s<<21)^(s>>>25|s<<7),h=r&t,m=h^r&e^b,T=s&a^~s&i,g=o+p+T+yl[l+1]+u[l+1],f=c+m,o=n+g<<0,n=g+f<<0,c=(n>>>2|n<<30)^(n>>>13|n<<19)^(n>>>22|n<<10),p=(o>>>6|o<<26)^(o>>>11|o<<21)^(o>>>25|o<<7),C=n&r,m=C^n&t^h,T=o&s^~o&a,g=i+p+T+yl[l+2]+u[l+2],f=c+m,i=e+g<<0,e=g+f<<0,c=(e>>>2|e<<30)^(e>>>13|e<<19)^(e>>>22|e<<10),p=(i>>>6|i<<26)^(i>>>11|i<<21)^(i>>>25|i<<7),D=e&n,m=D^e&r^C,T=i&o^~i&s,g=a+p+T+yl[l+3]+u[l+3],f=c+m,a=t+g<<0,t=g+f<<0;this.h0=this.h0+t<<0,this.h1=this.h1+e<<0,this.h2=this.h2+n<<0,this.h3=this.h3+r<<0,this.h4=this.h4+a<<0,this.h5=this.h5+i<<0,this.h6=this.h6+o<<0,this.h7=this.h7+s<<0};jt.prototype.hex=function(){this.finalize();var t=this.h0,e=this.h1,n=this.h2,r=this.h3,a=this.h4,i=this.h5,o=this.h6,s=this.h7,u=he[t>>28&15]+he[t>>24&15]+he[t>>20&15]+he[t>>16&15]+he[t>>12&15]+he[t>>8&15]+he[t>>4&15]+he[t&15]+he[e>>28&15]+he[e>>24&15]+he[e>>20&15]+he[e>>16&15]+he[e>>12&15]+he[e>>8&15]+he[e>>4&15]+he[e&15]+he[n>>28&15]+he[n>>24&15]+he[n>>20&15]+he[n>>16&15]+he[n>>12&15]+he[n>>8&15]+he[n>>4&15]+he[n&15]+he[r>>28&15]+he[r>>24&15]+he[r>>20&15]+he[r>>16&15]+he[r>>12&15]+he[r>>8&15]+he[r>>4&15]+he[r&15]+he[a>>28&15]+he[a>>24&15]+he[a>>20&15]+he[a>>16&15]+he[a>>12&15]+he[a>>8&15]+he[a>>4&15]+he[a&15]+he[i>>28&15]+he[i>>24&15]+he[i>>20&15]+he[i>>16&15]+he[i>>12&15]+he[i>>8&15]+he[i>>4&15]+he[i&15]+he[o>>28&15]+he[o>>24&15]+he[o>>20&15]+he[o>>16&15]+he[o>>12&15]+he[o>>8&15]+he[o>>4&15]+he[o&15];return this.is224||(u+=he[s>>28&15]+he[s>>24&15]+he[s>>20&15]+he[s>>16&15]+he[s>>12&15]+he[s>>8&15]+he[s>>4&15]+he[s&15]),u};jt.prototype.toString=jt.prototype.hex;jt.prototype.digest=function(){this.finalize();var t=this.h0,e=this.h1,n=this.h2,r=this.h3,a=this.h4,i=this.h5,o=this.h6,s=this.h7,u=[t>>24&255,t>>16&255,t>>8&255,t&255,e>>24&255,e>>16&255,e>>8&255,e&255,n>>24&255,n>>16&255,n>>8&255,n&255,r>>24&255,r>>16&255,r>>8&255,r&255,a>>24&255,a>>16&255,a>>8&255,a&255,i>>24&255,i>>16&255,i>>8&255,i&255,o>>24&255,o>>16&255,o>>8&255,o&255];return this.is224||u.push(s>>24&255,s>>16&255,s>>8&255,s&255),u};jt.prototype.array=jt.prototype.digest;jt.prototype.arrayBuffer=function(){this.finalize();var t=new ArrayBuffer(this.is224?28:32),e=new DataView(t);return e.setUint32(0,this.h0),e.setUint32(4,this.h1),e.setUint32(8,this.h2),e.setUint32(12,this.h3),e.setUint32(16,this.h4),e.setUint32(20,this.h5),e.setUint32(24,this.h6),this.is224||e.setUint32(28,this.h7),t};function Sl(t,e,n){var r,a=typeof t;if(a==="string"){var i=[],o=t.length,s=0,u;for(r=0;r>6,i[s++]=128|u&63):u<55296||u>=57344?(i[s++]=224|u>>12,i[s++]=128|u>>6&63,i[s++]=128|u&63):(u=65536+((u&1023)<<10|t.charCodeAt(++r)&1023),i[s++]=240|u>>18,i[s++]=128|u>>12&63,i[s++]=128|u>>6&63,i[s++]=128|u&63);t=i}else if(a==="object"){if(t===null)throw new Error(Oi);if(ds&&t.constructor===ArrayBuffer)t=new Uint8Array(t);else if(!Array.isArray(t)&&(!ds||!ArrayBuffer.isView(t)))throw new Error(Oi)}else throw new Error(Oi);t.length>64&&(t=new jt(e,!0).update(t).array());var l=[],c=[];for(r=0;r<64;++r){var p=t[r]||0;l[r]=92^p,c[r]=54^p}jt.call(this,e,n),this.update(c),this.oKeyPad=l,this.inner=!0,this.sharedMemory=n}Sl.prototype=new jt;Sl.prototype.finalize=function(){if(jt.prototype.finalize.call(this),this.inner){this.inner=!1;var t=this.array();jt.call(this,this.is224,this.sharedMemory),this.update(this.oKeyPad),this.update(t),jt.prototype.finalize.call(this)}};var zi=F3();zi.sha256=zi;zi.sha224=F3(!0);zi.sha256.hmac=M3();zi.sha224.hmac=M3(!0);var B3=zi;var I3=B3.sha256;function nr(t){return Promise.resolve(I3(t))}function xl(t){return Array.from(new Uint8Array(t)).map(r=>r.toString(16).padStart(2,"0")).join("")}function sa(t,e){let n=I3.hmac.create(e);return n.update(t),Promise.resolve(n.array())}async function R3(t,e){let n=await sa(t,e);return xl(n)}async function El(t,e){let n=ww(e),r=await sa(t,n);return xl(r)}function ww(t){let e=[];return t.replace(/../g,function(n){return e.push(parseInt(n,16)),""}),new Uint8Array(e).buffer}d();d();function Xe(){try{let t=[Me().EBOOK_BUILDER_URL,Me().EBOOK_VIEWER_URL,Me().SUBTITLE_BUILDER_URL,Me().HTML_VIEWER_URL,Me().PDF_VIEWER_URL].filter(a=>!!a),e=["app.immersivetranslate.com"];Qt()||e.push("localhost:38001");let n=globalThis.location.pathname;return t.find(a=>{let i=new URL(a);return n.startsWith(i.pathname)&&e.includes(i.host)})?!1:globalThis.self!==globalThis.top}catch{return!0}}d();d();function O3(t){return t.replace(//g,">")}d();d();function be(t){if(typeof t!="string")return"auto";let e=t.toLowerCase();if(e==="und")return"auto";if(e==="zh"||e.startsWith("zh-hans"))return"zh-CN";if(e.startsWith("zh-hant")||e.startsWith("zh-hk")||e.startsWith("zh-tw"))return"zh-TW";if(e.startsWith("zh-"))return"zh-CN";if(e==="iw")return"he";if(e==="jv")return"jw";let n=wn.map(a=>a.toLowerCase()),r=n.indexOf(e);if(r===-1)if(e.indexOf("-")>=0){e=e.split("-")[0];let a=n.indexOf(e);return a===-1?"auto":wn[a]}else return"auto";else return wn[r]}function ft(){return be(document?.documentElement?.lang||"en")}function z3(t,e,n){let r=Dw(t,e),a=[],i={from:t[0].from,fromByClient:t[0].fromByClient,to:t[0].to,tempSentences:[],url:t[0].url};for(let o of r)(i.tempSentences.reduce((u,l)=>u+l.text.length,0)+o.text.length>e||i.tempSentences.length>=n)&&(a.push(i),i={fromByClient:i.fromByClient,from:o.from,to:o.to,tempSentences:[],url:o.url}),(i.from!==o.from||i.to!==o.to)&&(i.tempSentences.length>0?(a.push(i),i={fromByClient:i.fromByClient,from:o.from,to:o.to,tempSentences:[],url:o.url}):(i.from=o.from,i.to=o.to)),i.tempSentences.push(o);return i.tempSentences.length>0&&a.push(i),a}function Dw(t,e){let n=[],r=[];for(let a=0;a0?Te){let C=[];cp(b,e,C);for(let D=0;D0&&T{let s=t.lastIndexOf(o,e);return s>i?s:i},-1);if(a===-1){let i=t.slice(0,e);if(i&&!i.trim())return;n.push({text:i,prefix:"",suffix:""}),t.length>e&&cp(t.slice(e),e,n)}else{let i=t.slice(0,a+1);if(i&&i.trim()==="")return;i.startsWith(" ")?n.push({text:i.slice(1),prefix:" ",suffix:""}):n.push({text:i,prefix:"",suffix:""}),a+10){p.forEach(T=>{c.length>0&&T.providers&&T.providers.length>0&&!T.providers.includes(l)||(T.optional?m.push(T):g.push(T))});let f=m.concat(g).filter(T=>T.required);if(f.length>0){for(let T of f)if(!i[T.name]){u=!1;break}}}return{...a,id:e,selected:n[t]===e,ok:u,currentProvider:l,config:i,providers:a.providers||[],props:a.props||[],allProps:p,optionalProps:m,explicitProps:g}}var ps=(t,e)=>{let{config:n}=t,r=n.alpha,a=n.beta,i=n.canary,o=n.debug,s=t.user,u=Zt(s),l=Object.keys(cr);return e!=="translationService"&&l.unshift("inherit"),l.filter(c=>{if(c==="inherit")return!0;let p=cr[c];if(c.startsWith("mock"))return o?!0:c===t.config[e];if(c===t.config[e])return!0;if(c==="openai"&&ot())return t.config.showOpenaiOnSafari||u?!0:!!(a||r||i||u);let g=!!p.canary,m=!!p.alpha,f=!!p.beta;return c===t[e]||g&&i||m&&(r||i)||f&&(a||r||i)?!0:!m&&!f&&!g}).map(c=>Cl(e,c,t))};function gs(){return([1e7]+-1e3+-4e3+-8e3+-1e11).replace(/[018]/g,t=>(t^crypto.getRandomValues(new Uint8Array(1))[0]&15>>t/4).toString(16))}function N3(t){return t.replace(/([a-zA-Z0-9]+)([\u4e00-\u9fa5]+)/g,"$1 $2").replace(/([\u4e00-\u9fa5]+)([a-zA-Z0-9]+)/g,"$1 $2")}d();var U3=me+"SyncStoreKey_";function At(t,e){let n=U3+t;return oe.storage.sync.get(n).then(r=>r[n]===void 0?e:r[n])}function Je(t,e){let n=U3+t;return oe.storage.sync.set({[n]:e})}d();d();var q3=me+"StoreKey_";function Nr(t,e){let n=q3+t;return oe.storage.local.get(n).then(r=>r[n]===void 0?e:r[n])}function j3(t,e){let n=q3+t;return oe.storage.local.set({[n]:e})}d();d();d();d();function H3(t,e){return[t,!t||t.endsWith("/")?"":"/",e,".json"].join("")}function dp(t,e){let n=t;return e&&Object.keys(e).forEach(r=>{let a=e[r];if(a===void 0)return;let i=Aw(r);if(typeof a=="object"||i){let o=a;i&&typeof o=="string"&&(o={tag:"a",href:o,target:"_blank",class:"immersive-translate-link"});let s=`<${r}>`,u=n.indexOf(s);if(u!==-1){let l=o.tag||"a",c=n.indexOf(``);if(c!==-1){let p=n.substring(u+s.length,c),g=Object.keys(o).filter(m=>m!=="tag").map(m=>`${m}="${o[m]}"`).join(" ");n=n.replace(`${s}${p}`,`<${l} ${g}>${p}`)}}}else if(a){let o=new RegExp("{"+r+"}","gm");n=n.replace(o,a.toString())}}),n}function ms(t,e,n){let r=t[e];if(!r)return n;if(!n)return"";let a=n.split("."),i="";do{i+=a.shift();let o=r[i];o!==void 0&&(typeof o=="object"||!a.length)?(r=o,i=""):a.length?i+=".":r=n}while(a.length);return r}function hr(t,e,n,r,a){if(!t.hasOwnProperty(n))return e;let i=ms(t,n,e);return i===e&&n!==r&&(i=ms(t,r,e)),dp(i,a)}function Aw(t){if(typeof t=="number")return!0;if(t){let e=parseInt(t);return!isNaN(e)}else return!1}function kt(t,e,n){return hr(zt,e,t.config.interfaceLanguage,"en",n)}d();function W3(t,e){let n=new Date(t),r=n.getFullYear().toString(),a=(n.getMonth()+1).toString().padStart(2,"0"),i=n.getDate().toString().padStart(2,"0"),o=n.getHours().toString().padStart(2,"0"),s=n.getMinutes().toString().padStart(2,"0"),u=n.getSeconds().toString().padStart(2,"0");return e.replace("YYYY",r).replace("MM",a).replace("DD",i).replace("HH",o).replace("mm",s).replace("ss",u)}function K3(t){return new Date(t).getTime()}var $=class extends Error{status;constructor(e,n){if(e&&n){super(n),this.name=e;return}super(e)}initNetWork(e){return e&&(this.status=e),this}initStack(e){return e&&(this.stack=e),this}initData(e){return this.data=e,this}data;uiConfig(e){if(!this.message)return{};let n=null;if(n=this.handleProQuota(e)||this.handleUnavailableError(e)||this.handleProUser(e)||this.handleServiceMissingConfig(e)||this.handleNetwork(e)||this.handleFetchError(e),!n){let r=kt.bind(null,e),a=this.getErrorMsg();n={type:"error",title:r("networkError"),errMsg:r("error.serveUnavailable",{serverName:r("translationServices."+e.translationService),1:"https://dash.immersivetranslate.com/#general",2:"https://immersivetranslate.com/pricing/?utm_source=extension&utm_medium=webpage&utm_campaign=service_error",3:"https://immersivetranslate.com/pricing/?utm_source=extension&utm_medium=webpage&utm_campaign=service_error"})+"

"+r("errorReason",{message:a}),action:"changeService"}}return n}getErrorMsg(){return this.status?this.status<0?this.message:`${this.status}: ${this.message}`:this.message}handleUnavailableError(e){let n=kt.bind(null,e),r=this.message.startsWith("bingAuth"),a=this.data?.translationService==="transmart"&&this.message.startsWith("Server is busy now");if(r||a)return this.message=this.message.replace("bingAuth:",""),{type:"network",title:n("networkError"),errMsg:n("error.serveUnavailable",{serverName:n("translationServices."+e.translationService),1:"https://dash.immersivetranslate.com/#general",2:"https://immersivetranslate.com/pricing/?utm_source=extension&utm_medium=webpage&utm_campaign=service_error",3:"https://immersivetranslate.com/pricing/?utm_source=extension&utm_medium=webpage&utm_campaign=service_error"})+"

"+n("errorReason",{message:this.message}),action:"changeService"}}handleServiceMissingConfig(e){let n=kt.bind(null,e);if(this.message.endsWith(" are required")||this.message.includes("You didn't provide an API key"))return{type:"configError",title:n("error.serveConfigError"),errMsg:this.getErrorMsg()+"

"+n("error.reloadPageOfSetting"),action:"setting"}}handleNetwork(e){let n=kt.bind(null,e),r="retry",a="network",i=n("networkError");if(!this.status||this.status<0)return;let o=this.getErrorMsg();return this.status===429?this.data?.translationService=="google"?o=`${n("error.googleLimitIp")}

${o}`:this.data?.translationService=="openai"&&(this.message.indexOf("Limit: 3 / min")>=0||this.message.includes("rate_limit_exceeded")&&this.message.includes("Limit 3"))?o=`${n("error.openAIFreeLimit")}

+`;continue}else if(b.length>e){let C=[];cp(b,e,C);for(let D=0;D0&&T{let s=t.lastIndexOf(o,e);return s>i?s:i},-1);if(a===-1){let i=t.slice(0,e);if(i&&!i.trim())return;n.push({text:i,prefix:"",suffix:""}),t.length>e&&cp(t.slice(e),e,n)}else{let i=t.slice(0,a+1);if(i&&i.trim()==="")return;i.startsWith(" ")?n.push({text:i.slice(1),prefix:" ",suffix:""}):n.push({text:i,prefix:"",suffix:""}),a+10){p.forEach(T=>{c.length>0&&T.providers&&T.providers.length>0&&!T.providers.includes(l)||(T.optional?g.push(T):m.push(T))});let f=g.concat(m).filter(T=>T.required);if(f.length>0){for(let T of f)if(!i[T.name]){u=!1;break}}}return{...a,id:e,selected:n[t]===e,ok:u,currentProvider:l,config:i,providers:a.providers||[],props:a.props||[],allProps:p,optionalProps:g,explicitProps:m}}var ps=(t,e)=>{let{config:n}=t,r=n.alpha,a=n.beta,i=n.canary,o=n.debug,s=t.user,u=Zt(s),l=Object.keys(cr);return e!=="translationService"&&l.unshift("inherit"),l.filter(c=>{if(c==="inherit")return!0;let p=cr[c];if(c.startsWith("mock"))return o?!0:c===t.config[e];if(c===t.config[e])return!0;if(c==="openai"&&ot())return t.config.showOpenaiOnSafari||u?!0:!!(a||r||i||u);let m=!!p.canary,g=!!p.alpha,f=!!p.beta;return c===t[e]||m&&i||g&&(r||i)||f&&(a||r||i)?!0:!g&&!f&&!m}).map(c=>Cl(e,c,t))};function gs(){return([1e7]+-1e3+-4e3+-8e3+-1e11).replace(/[018]/g,t=>(t^crypto.getRandomValues(new Uint8Array(1))[0]&15>>t/4).toString(16))}function N3(t){return t.replace(/([a-zA-Z0-9]+)([\u4e00-\u9fa5]+)/g,"$1 $2").replace(/([\u4e00-\u9fa5]+)([a-zA-Z0-9]+)/g,"$1 $2")}d();var U3=me+"SyncStoreKey_";function At(t,e){let n=U3+t;return oe.storage.sync.get(n).then(r=>r[n]===void 0?e:r[n])}function Je(t,e){let n=U3+t;return oe.storage.sync.set({[n]:e})}d();d();var q3=me+"StoreKey_";function Nr(t,e){let n=q3+t;return oe.storage.local.get(n).then(r=>r[n]===void 0?e:r[n])}function j3(t,e){let n=q3+t;return oe.storage.local.set({[n]:e})}d();d();d();d();function H3(t,e){return[t,!t||t.endsWith("/")?"":"/",e,".json"].join("")}function dp(t,e){let n=t;return e&&Object.keys(e).forEach(r=>{let a=e[r];if(a===void 0)return;let i=Aw(r);if(typeof a=="object"||i){let o=a;i&&typeof o=="string"&&(o={tag:"a",href:o,target:"_blank",class:"immersive-translate-link"});let s=`<${r}>`,u=n.indexOf(s);if(u!==-1){let l=o.tag||"a",c=n.indexOf(``);if(c!==-1){let p=n.substring(u+s.length,c),m=Object.keys(o).filter(g=>g!=="tag").map(g=>`${g}="${o[g]}"`).join(" ");n=n.replace(`${s}${p}`,`<${l} ${m}>${p}`)}}}else if(a){let o=new RegExp("{"+r+"}","gm");n=n.replace(o,a.toString())}}),n}function ms(t,e,n){let r=t[e];if(!r)return n;if(!n)return"";let a=n.split("."),i="";do{i+=a.shift();let o=r[i];o!==void 0&&(typeof o=="object"||!a.length)?(r=o,i=""):a.length?i+=".":r=n}while(a.length);return r}function hr(t,e,n,r,a){if(!t.hasOwnProperty(n))return e;let i=ms(t,n,e);return i===e&&n!==r&&(i=ms(t,r,e)),dp(i,a)}function Aw(t){if(typeof t=="number")return!0;if(t){let e=parseInt(t);return!isNaN(e)}else return!1}function kt(t,e,n){return hr(zt,e,t.config.interfaceLanguage,"en",n)}d();function W3(t,e){let n=new Date(t),r=n.getFullYear().toString(),a=(n.getMonth()+1).toString().padStart(2,"0"),i=n.getDate().toString().padStart(2,"0"),o=n.getHours().toString().padStart(2,"0"),s=n.getMinutes().toString().padStart(2,"0"),u=n.getSeconds().toString().padStart(2,"0");return e.replace("YYYY",r).replace("MM",a).replace("DD",i).replace("HH",o).replace("mm",s).replace("ss",u)}function K3(t){return new Date(t).getTime()}var $=class extends Error{status;constructor(e,n){if(e&&n){super(n),this.name=e;return}super(e)}initNetWork(e){return e&&(this.status=e),this}initStack(e){return e&&(this.stack=e),this}initData(e){return this.data=e,this}data;uiConfig(e){if(!this.message)return{};let n=null;if(n=this.handleProQuota(e)||this.handleUnavailableError(e)||this.handleProUser(e)||this.handleServiceMissingConfig(e)||this.handleNetwork(e)||this.handleFetchError(e),!n){let r=kt.bind(null,e),a=this.getErrorMsg();n={type:"error",title:r("networkError"),errMsg:r("error.serveUnavailable",{serverName:r("translationServices."+e.translationService),1:"https://dash.immersivetranslate.com/#general",2:"https://immersivetranslate.com/pricing/?utm_source=extension&utm_medium=webpage&utm_campaign=service_error",3:"https://immersivetranslate.com/pricing/?utm_source=extension&utm_medium=webpage&utm_campaign=service_error"})+"

"+r("errorReason",{message:a}),action:"changeService"}}return n}getErrorMsg(){return this.status?this.status<0?this.message:`${this.status}: ${this.message}`:this.message}handleUnavailableError(e){let n=kt.bind(null,e),r=this.message.startsWith("bingAuth"),a=this.data?.translationService==="transmart"&&this.message.startsWith("Server is busy now");if(r||a)return this.message=this.message.replace("bingAuth:",""),{type:"network",title:n("networkError"),errMsg:n("error.serveUnavailable",{serverName:n("translationServices."+e.translationService),1:"https://dash.immersivetranslate.com/#general",2:"https://immersivetranslate.com/pricing/?utm_source=extension&utm_medium=webpage&utm_campaign=service_error",3:"https://immersivetranslate.com/pricing/?utm_source=extension&utm_medium=webpage&utm_campaign=service_error"})+"

"+n("errorReason",{message:this.message}),action:"changeService"}}handleServiceMissingConfig(e){let n=kt.bind(null,e);if(this.message.endsWith(" are required")||this.message.includes("You didn't provide an API key"))return{type:"configError",title:n("error.serveConfigError"),errMsg:this.getErrorMsg()+"

"+n("error.reloadPageOfSetting"),action:"setting"}}handleNetwork(e){let n=kt.bind(null,e),r="retry",a="network",i=n("networkError");if(!this.status||this.status<0)return;let o=this.getErrorMsg();return this.status===429?this.data?.translationService=="google"?o=`${n("error.googleLimitIp")}

${o}`:this.data?.translationService=="openai"&&(this.message.indexOf("Limit: 3 / min")>=0||this.message.includes("rate_limit_exceeded")&&this.message.includes("Limit 3"))?o=`${n("error.openAIFreeLimit")}

${o}`:this.data?.translationService=="openai"&&this.message.includes("You exceeded your current quota")?o=`${n("error.openAIExceededQuota")}

- ${o}`:this.data?.translationService=="gemini"&&this.message.includes("RESOURCE_EXHAUSTED")?o=`${n("error.gemini.429")}

${o}`:o=`${n("error.429")}

${o}`:this.status===403?this.data?.translationService=="claude"?o=`${n("error.claude.403")}

${o}`:o=`${n("error.403")}

${o}`:this.status===400?o=`${n("error.400")}

${o}`:this.status===502?o=`${n("error.502")}

${o}`:this.status===404&&o.includes("User subscription not found")&&(o=`${n("error.subscriptionExpired")}

${o}`,r="setting",a="configError",i=n("error.subscriptionExpiredTitle")),{type:a,title:i,errMsg:o,action:r}}handleFetchError(e){let n=kt.bind(null,e);if(this.status!==-999)return;let r=this.getErrorMsg();return{type:"network",title:"",errMsg:n("error.serveUnavailable",{serverName:n("translationServices."+e.translationService),1:"https://dash.immersivetranslate.com/#general",2:"https://immersivetranslate.com/pricing/?utm_source=extension&utm_medium=webpage&utm_campaign=service_error",3:"https://immersivetranslate.com/pricing/?utm_source=extension&utm_medium=webpage&utm_campaign=service_error"})+"

"+n("errorReason",{message:r}),action:"changeService"}}handleProUser(e){let n=kt.bind(null,e);if(!(this.data?.translationService!=="openai"&&this.data?.translationService!=="deepl")){if(this.message.indexOf("token invalid")>=0||this.message.indexOf("Login required")>=0)return{type:"notLogin",title:n("notLoginPro"),errMsg:n("error.proTokenInvalid"),action:"login"};if(this.message.indexOf("activate Pro")>=0)return e.user?{type:"upgrade",title:n("upgradeToProErrorTitle"),errMsg:n("error.proUpgrade"),action:"upgrade"}:{type:"notLogin",title:n("notLoginPro"),errMsg:n("error.proTokenInvalid"),action:"login"}}}handleProQuota(e){if(!this.message.startsWith("ProQuota:")||!e.user?.subscription)return;let n=kt.bind(null,e);this.message=this.message.replace("ProQuota:","");let r=this.message;try{r=JSON.parse(this.message).error}catch{}let a=e.user.subscription,{subscriptionType:i,isTrial:o,openAITokenUsedCountResetTime:s,subscriptionTo:u}=a;return{type:"ProQuotaExceeded",title:"",errMsg:c.call(this),action:"retry"};function c(){let p=this.data?.translationService=="deepl"?"OpenAI":"Deepl",g=this.data?.translationService=="deepl"?"Deepl":"OpenAI",m=n("errorReason",{message:r});if(i=="onetime_7day")m+=n("proQuotaExceededError.onetime7day",{anotherService:p,brandId:Q,href:Pu});else{let f="";g=="OpenAI"?f=i4:f=o4,o?m+=n("proQuotaExceededError.trial",{anotherService:p,brandId:Q,href:s4}):m+=n("proQuotaExceededError.nonTrial",{anotherService:p,brandId:Q,href:f,translationService:g}),!o&&(a.cancelAtPeriodEnd==="false"||K3(u)>s)&&(m+=n("proQuotaExceededError.resetTime",{resetTime:W3(s,"YYYY-MM-DD HH:mm:ss")}))}return m}}};async function Ur(t){let e;if(t&&t.retry&&t.retry>0)try{e=await jd(G3.bind(null,t),{multiplier:2,maxAttempts:t.retry})}catch(n){throw n&&n.name==="RetryError"&&n.cause?n.cause:n}else e=await G3(t);return e}async function G3(t){t.body;let{url:e,responseType:n,...r}=t;n||(n="json"),r={mode:"cors",...r};let a=!0;t.fetchPolyfill&&(a=!1);let i=t.fetchPolyfill||fetch,o=3e4;if(t.timeout&&(o=t.timeout),a){let u=new AbortController,l=u.signal;setTimeout(()=>{u.abort()},o),r.signal=l}let s;try{s=await i(e,r)}catch(u){z.debug("fetch error",e,u);let l=u.message||"Unknown Error";throw new $("fetchError",l).initNetWork(-999).initStack(u.stack)}if(s.ok&&s.status>=200&&s.status<400){if(n==="json")return await s.json();if(n==="text")return await s.text();if(n==="raw"){let u=await s.text(),l=Object.fromEntries([...s.headers.entries()]),c=s.url;return c||(s.headers.get("X-Final-URL")?c=s.headers.get("X-Final-URL"):c=e),{body:u,headers:l,status:s.status,statusText:s.statusText,url:c}}else if(n==="stream"){let u="",l;if(s.body&&s.body instanceof ReadableStream)for await(let c of kw(s.body)){let p=new TextDecoder().decode(c);u+=p;let g;for(;(g=u.indexOf(` -`))>=0;){let m=u.slice(0,g).trim();if(u=u.slice(g+1),m.startsWith("event:")||m==="")continue;let f="";if(m.startsWith("data:")&&(f=m.slice(5).trim()),f==="[DONE]")break;let T;try{T=JSON.parse(f??"")}catch(b){z.debug("json error",b);continue}l=T}}return l}}else{let u;try{u=await s.text()}catch(m){z.error("parse response failed",m)}u&&z.error("fail response",u);let l="";u&&(l=u.slice(0,500));let c=l,g=new URL(e).hostname.endsWith(".immersivetranslate.com");throw e.endsWith("edge.microsoft.com/translate/auth")&&(c="bingAuth:"+l),g&&l.includes("quota exceeded")&&(c="ProQuota:"+l),new $("fetchError",c).initNetWork(s.status)}}async function*kw(t){let e=t.getReader();try{for(;;){let{done:n,value:r}=await e.read();if(n)return;yield r}}finally{e.releaseLock()}}d();var Pw=new Map;function wl(t){let e=Lw(64),n=new CustomEvent(Ph,{detail:JSON.stringify({...t,type:"ask",id:e})});return document.dispatchEvent(n),new Promise((r,a)=>{Pw.set(e,(i,o)=>{i?a(i):r(o)})})}function Lw(t){let e="",n="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789",r=n.length,a=0;for(;a{let o=r.from,s=r.to,u,l,c;a.tab&&a.tab.id&&(u=a.tab.id,o=`${o}:${u}`,l=a.tab.url,c=a.tab.active),this.logger.debug(`${r.to} received message [${r.payload.method}] from ${r.from}`,r.payload.data?r.payload.data:" ");let p=gp(s),{type:g,name:m}=p;if(g!==e)return!1;let f=gp(o),b=fs.get(g).get(m);if(!b)return this.logger.debug(`no message handler for ${g}:${s}, but it's ok`),!1;let{messageHandler:h,sync:C}=b,D={type:e,name:f.name,id:u,url:l,active:c};if(C){try{let M=h(r.payload,D);i({ok:!0,data:M})}catch(M){i({ok:!1,errorName:M.name,errorMessage:M.message,errorDetails:M.details,errorStatus:M.status})}return!1}else return h(r.payload,D).then(M=>{i({ok:!0,data:M})}).catch(M=>{i({ok:!1,errorName:M.name,errorMessage:M.message,errorDetails:M.message,errorStatus:M.status})}),!0}))}getConnection(e,n,r){let a=!1;r&&r.sync&&(a=!0);let i=this.fromType,o=fs.get(i);if(o.has(e))return o.get(e).connectionInstance;{let s=new pp(`${i}:${e}`,this.logger);return fs.get(i).set(e,{messageHandler:n,sync:a,connectionInstance:s}),s}}},pp=class{from;logger;constructor(e,n){this.from=e,this.logger=n}async sendMessage(e,n){let r=gp(e),{type:a,id:i}=r;if(a!=="content_script"){let o={to:e,from:this.from,payload:n};this.logger.debug(`${o.from} send message [${o.payload.method}] to ${o.to}`,o.payload.data?o.payload.data:" ");try{let s=await oe.runtime.sendMessage(o);return V3(o,s,this.logger)}catch(s){if(a==="popup"){let u=`popup ${e} is not active, so the message does not send, ignore this error, ${JSON.stringify(n)}`;return this.logger.debug(u,n,e,s),Promise.resolve({message:u})}else throw s}}else{let o={from:this.from,to:e,payload:n};this.logger.debug(`${o.from} send message [${o.payload.method}] to ${o.to}`,o.payload.data?o.payload.data:" ");let s=await oe.tabs.sendMessage(i,o);return V3(o,s,this.logger)}}};function V3(t,e,n){if(e){if(e.ok)return n.debug(`${t.from} received response from ${t.to}:`,e.data?e.data:" "),e.data;throw new $(e.errorName||"UnknownError",e.errorMessage||"Unknown error").initNetWork(e.errorStatus)}else throw new $("noResponse","Unknown error")}function gp(t){let e=t.split(":");if(e.length<2)throw new Error("not a valid to string");let n={type:e[0],name:e[1]};if(e[0]==="content_script"){let r=parseInt(e[2]);if(!isNaN(r))n.id=r;else throw new Error("tab id not a valid number")}return n}var Dl;function _w(){return Dl||(Dl=new br("content_script",!1).getConnection("pure_main",()=>{}),Dl)}var $3="G-MKMD9LWFTR";async function hs(t){try{let e=Me(),n=e.INSTALL_FROM==="firefox_store";if(ls()?.name?.startsWith("ImtFx")&&(n=!1),n)return;let a=ye(),i=Xe(),o=e.PROD==="1",s="sitc4WmvShWYwfU0dANM3Q",u=await At("fakeUserId","");u||(u=await Nr("fakeUserId",""),u&&await Je("fakeUserId",u));let l=Sn(),c=new Date,p=await At("installedAt","");p||(p=await Nr("installedAt",""),p&&await Je("installedAt",p)),u?p||(p=new Date(0).toISOString(),await Je("installedAt",p)):(u=Fw(32),await Je("fakeUserId",u)),p||(p=c.toISOString(),await Je("installedAt",p));let g=new Date(p),m=Y3(g),f=Y3(c),T=m===f,b=c.getTime()-g.getTime()<7*24*60*60*1e3,h=`https://www.google-analytics.com/mp/collect?measurement_id=${$3}&api_secret=${s}`;o||(h=`https://www.google-analytics.com/debug/mp/collect?measurement_id=${$3}&api_secret=${s}`);let C="";typeof navigator<"u"&&(C=window.navigator.userAgent);let D=Ei.parse(C),M=t.map(S=>{let y=S.params||{};if(D.os&&(y.os_name=D.os.name||"unknown",y.os_version=D.os.version||"unknown",y.os_version_name=D.os.versionName||"unknown"),D.browser){y.browser_name=D.browser.name||"unknown",y.browser_version=D.browser.version||"unknown";let _=ls();_&&(y.browser_name=_.name,y.browser_version=_.version)}return D.platform&&(y.platform_type=D.platform.type||"unknown"),D.engine&&(y.engine_name=D.engine.name||"unknown",y.engine_version=D.engine.version||"unknown"),l&&(y.version=l),e.INSTALL_FROM&&(y.install_from=e.INSTALL_FROM),m&&(y.install_day=Mw(g)),y.userscript=a.toString(),T?y.is_new_user_today="1":y.is_new_user_today="0",b?y.is_new_user_this_week="1":y.is_new_user_this_week="0",i?y.main_frame=0:y.main_frame=1,{...S,params:y}}),B=await Al({responseType:"text",url:h,method:"POST",body:JSON.stringify({client_id:u,user_id:u,events:M})})}catch{}}function Fw(t){let e="",n="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789",r=n.length,a=0;for(;a",""],limit:5},custom:{placeholderDelimiters:["{","}"]},bing:{maxTextLengthPerRequest:1800,requestTimeout:1e4,retry:1,placeholderDelimiters:["","","b"]},yandex:{maxTextLengthPerRequest:1e3,requestTimeout:1e4,retry:1,placeholderDelimiters:["","","b"]},deeplx:{limit:3,placeholderDelimiters:["@","#"]},d:{immediateTranslationTextCount:0,placeholderDelimiters:["@","#"]},papago:{placeholderDelimiters:["{","}"]},dpro:{apiUrl:"https://api.deepl.com/jsonrpc"},ai:{env:{imt_source_field:"text",imt_trans_field:"text",imt_sub_source_field:"source",imt_sub_trans_field:"translation",imt_yaml_item:`- id: {{id}} + ${o}`:this.data?.translationService=="gemini"&&this.message.includes("RESOURCE_EXHAUSTED")?o=`${n("error.gemini.429")}

${o}`:o=`${n("error.429")}

${o}`:this.status===403?this.data?.translationService=="claude"?o=`${n("error.claude.403")}

${o}`:o=`${n("error.403")}

${o}`:this.status===400?o=`${n("error.400")}

${o}`:this.status===502?o=`${n("error.502")}

${o}`:this.status===404&&o.includes("User subscription not found")&&(o=`${n("error.subscriptionExpired")}

${o}`,r="setting",a="configError",i=n("error.subscriptionExpiredTitle")),{type:a,title:i,errMsg:o,action:r}}handleFetchError(e){let n=kt.bind(null,e);if(this.status!==-999)return;let r=this.getErrorMsg();return{type:"network",title:"",errMsg:n("error.serveUnavailable",{serverName:n("translationServices."+e.translationService),1:"https://dash.immersivetranslate.com/#general",2:"https://immersivetranslate.com/pricing/?utm_source=extension&utm_medium=webpage&utm_campaign=service_error",3:"https://immersivetranslate.com/pricing/?utm_source=extension&utm_medium=webpage&utm_campaign=service_error"})+"

"+n("errorReason",{message:r}),action:"changeService"}}handleProUser(e){let n=kt.bind(null,e);if(!(this.data?.translationService!=="openai"&&this.data?.translationService!=="deepl")){if(this.message.indexOf("token invalid")>=0||this.message.indexOf("Login required")>=0)return{type:"notLogin",title:n("notLoginPro"),errMsg:n("error.proTokenInvalid"),action:"login"};if(this.message.indexOf("activate Pro")>=0)return e.user?{type:"upgrade",title:n("upgradeToProErrorTitle"),errMsg:n("error.proUpgrade"),action:"upgrade"}:{type:"notLogin",title:n("notLoginPro"),errMsg:n("error.proTokenInvalid"),action:"login"}}}handleProQuota(e){if(!this.message.startsWith("ProQuota:")||!e.user?.subscription)return;let n=kt.bind(null,e);this.message=this.message.replace("ProQuota:","");let r=this.message;try{r=JSON.parse(this.message).error}catch{}let a=e.user.subscription,{subscriptionType:i,isTrial:o,openAITokenUsedCountResetTime:s,subscriptionTo:u}=a;return{type:"ProQuotaExceeded",title:"",errMsg:c.call(this),action:"retry"};function c(){let p=this.data?.translationService=="deepl"?"OpenAI":"Deepl",m=this.data?.translationService=="deepl"?"Deepl":"OpenAI",g=n("errorReason",{message:r});if(i=="onetime_7day")g+=n("proQuotaExceededError.onetime7day",{anotherService:p,brandId:Q,href:Pu});else{let f="";m=="OpenAI"?f=i4:f=o4,o?g+=n("proQuotaExceededError.trial",{anotherService:p,brandId:Q,href:s4}):g+=n("proQuotaExceededError.nonTrial",{anotherService:p,brandId:Q,href:f,translationService:m}),!o&&(a.cancelAtPeriodEnd==="false"||K3(u)>s)&&(g+=n("proQuotaExceededError.resetTime",{resetTime:W3(s,"YYYY-MM-DD HH:mm:ss")}))}return g}}};async function Ur(t){let e;if(t&&t.retry&&t.retry>0)try{e=await jd(G3.bind(null,t),{multiplier:2,maxAttempts:t.retry})}catch(n){throw n&&n.name==="RetryError"&&n.cause?n.cause:n}else e=await G3(t);return e}async function G3(t){t.body;let{url:e,responseType:n,...r}=t;n||(n="json"),r={mode:"cors",...r};let a=!0;t.fetchPolyfill&&(a=!1);let i=t.fetchPolyfill||fetch,o=3e4;if(t.timeout&&(o=t.timeout),a){let u=new AbortController,l=u.signal;setTimeout(()=>{u.abort()},o),r.signal=l}let s;try{s=await i(e,r)}catch(u){z.debug("fetch error",e,u);let l=u.message||"Unknown Error";throw new $("fetchError",l).initNetWork(-999).initStack(u.stack)}if(s.ok&&s.status>=200&&s.status<400){if(n==="json")return await s.json();if(n==="text")return await s.text();if(n==="raw"){let u=await s.text(),l=Object.fromEntries([...s.headers.entries()]),c=s.url;return c||(s.headers.get("X-Final-URL")?c=s.headers.get("X-Final-URL"):c=e),{body:u,headers:l,status:s.status,statusText:s.statusText,url:c}}else if(n==="stream"){let u="",l;if(s.body&&s.body instanceof ReadableStream)for await(let c of kw(s.body)){let p=new TextDecoder().decode(c);u+=p;let m;for(;(m=u.indexOf(` +`))>=0;){let g=u.slice(0,m).trim();if(u=u.slice(m+1),g.startsWith("event:")||g==="")continue;let f="";if(g.startsWith("data:")&&(f=g.slice(5).trim()),f==="[DONE]")break;let T;try{T=JSON.parse(f??"")}catch(b){z.debug("json error",b);continue}l=T}}return l}}else{let u;try{u=await s.text()}catch(g){z.error("parse response failed",g)}u&&z.error("fail response",u);let l="";u&&(l=u.slice(0,500));let c=l,m=new URL(e).hostname.endsWith(".immersivetranslate.com");throw e.endsWith("edge.microsoft.com/translate/auth")&&(c="bingAuth:"+l),m&&l.includes("quota exceeded")&&(c="ProQuota:"+l),new $("fetchError",c).initNetWork(s.status)}}async function*kw(t){let e=t.getReader();try{for(;;){let{done:n,value:r}=await e.read();if(n)return;yield r}}finally{e.releaseLock()}}d();var Pw=new Map;function wl(t){let e=Lw(64),n=new CustomEvent(Ph,{detail:JSON.stringify({...t,type:"ask",id:e})});return document.dispatchEvent(n),new Promise((r,a)=>{Pw.set(e,(i,o)=>{i?a(i):r(o)})})}function Lw(t){let e="",n="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789",r=n.length,a=0;for(;a{let o=r.from,s=r.to,u,l,c;a.tab&&a.tab.id&&(u=a.tab.id,o=`${o}:${u}`,l=a.tab.url,c=a.tab.active),this.logger.debug(`${r.to} received message [${r.payload.method}] from ${r.from}`,r.payload.data?r.payload.data:" ");let p=gp(s),{type:m,name:g}=p;if(m!==e)return!1;let f=gp(o),b=fs.get(m).get(g);if(!b)return this.logger.debug(`no message handler for ${m}:${s}, but it's ok`),!1;let{messageHandler:h,sync:C}=b,D={type:e,name:f.name,id:u,url:l,active:c};if(C){try{let M=h(r.payload,D);i({ok:!0,data:M})}catch(M){i({ok:!1,errorName:M.name,errorMessage:M.message,errorDetails:M.details,errorStatus:M.status})}return!1}else return h(r.payload,D).then(M=>{i({ok:!0,data:M})}).catch(M=>{i({ok:!1,errorName:M.name,errorMessage:M.message,errorDetails:M.message,errorStatus:M.status})}),!0}))}getConnection(e,n,r){let a=!1;r&&r.sync&&(a=!0);let i=this.fromType,o=fs.get(i);if(o.has(e))return o.get(e).connectionInstance;{let s=new pp(`${i}:${e}`,this.logger);return fs.get(i).set(e,{messageHandler:n,sync:a,connectionInstance:s}),s}}},pp=class{from;logger;constructor(e,n){this.from=e,this.logger=n}async sendMessage(e,n){let r=gp(e),{type:a,id:i}=r;if(a!=="content_script"){let o={to:e,from:this.from,payload:n};this.logger.debug(`${o.from} send message [${o.payload.method}] to ${o.to}`,o.payload.data?o.payload.data:" ");try{let s=await oe.runtime.sendMessage(o);return V3(o,s,this.logger)}catch(s){if(a==="popup"){let u=`popup ${e} is not active, so the message does not send, ignore this error, ${JSON.stringify(n)}`;return this.logger.debug(u,n,e,s),Promise.resolve({message:u})}else throw s}}else{let o={from:this.from,to:e,payload:n};this.logger.debug(`${o.from} send message [${o.payload.method}] to ${o.to}`,o.payload.data?o.payload.data:" ");let s=await oe.tabs.sendMessage(i,o);return V3(o,s,this.logger)}}};function V3(t,e,n){if(e){if(e.ok)return n.debug(`${t.from} received response from ${t.to}:`,e.data?e.data:" "),e.data;throw new $(e.errorName||"UnknownError",e.errorMessage||"Unknown error").initNetWork(e.errorStatus)}else throw new $("noResponse","Unknown error")}function gp(t){let e=t.split(":");if(e.length<2)throw new Error("not a valid to string");let n={type:e[0],name:e[1]};if(e[0]==="content_script"){let r=parseInt(e[2]);if(!isNaN(r))n.id=r;else throw new Error("tab id not a valid number")}return n}var Dl;function _w(){return Dl||(Dl=new br("content_script",!1).getConnection("pure_main",()=>{}),Dl)}var $3="G-MKMD9LWFTR";async function hs(t){try{let e=Me(),n=e.INSTALL_FROM==="firefox_store";if(ls()?.name?.startsWith("ImtFx")&&(n=!1),n)return;let a=ye(),i=Xe(),o=e.PROD==="1",s="sitc4WmvShWYwfU0dANM3Q",u=await At("fakeUserId","");u||(u=await Nr("fakeUserId",""),u&&await Je("fakeUserId",u));let l=Sn(),c=new Date,p=await At("installedAt","");p||(p=await Nr("installedAt",""),p&&await Je("installedAt",p)),u?p||(p=new Date(0).toISOString(),await Je("installedAt",p)):(u=Fw(32),await Je("fakeUserId",u)),p||(p=c.toISOString(),await Je("installedAt",p));let m=new Date(p),g=Y3(m),f=Y3(c),T=g===f,b=c.getTime()-m.getTime()<7*24*60*60*1e3,h=`https://www.google-analytics.com/mp/collect?measurement_id=${$3}&api_secret=${s}`;o||(h=`https://www.google-analytics.com/debug/mp/collect?measurement_id=${$3}&api_secret=${s}`);let C="";typeof navigator<"u"&&(C=window.navigator.userAgent);let D=Ei.parse(C),M=t.map(S=>{let v=S.params||{};if(D.os&&(v.os_name=D.os.name||"unknown",v.os_version=D.os.version||"unknown",v.os_version_name=D.os.versionName||"unknown"),D.browser){v.browser_name=D.browser.name||"unknown",v.browser_version=D.browser.version||"unknown";let L=ls();L&&(v.browser_name=L.name,v.browser_version=L.version)}return D.platform&&(v.platform_type=D.platform.type||"unknown"),D.engine&&(v.engine_name=D.engine.name||"unknown",v.engine_version=D.engine.version||"unknown"),l&&(v.version=l),e.INSTALL_FROM&&(v.install_from=e.INSTALL_FROM),g&&(v.install_day=Mw(m)),v.userscript=a.toString(),T?v.is_new_user_today="1":v.is_new_user_today="0",b?v.is_new_user_this_week="1":v.is_new_user_this_week="0",i?v.main_frame=0:v.main_frame=1,{...S,params:v}}),B=await Al({responseType:"text",url:h,method:"POST",body:JSON.stringify({client_id:u,user_id:u,events:M})})}catch{}}function Fw(t){let e="",n="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789",r=n.length,a=0;for(;a",""],limit:5},custom:{placeholderDelimiters:["{","}"]},bing:{maxTextLengthPerRequest:1800,requestTimeout:1e4,retry:1,placeholderDelimiters:["","","b"]},yandex:{maxTextLengthPerRequest:1e3,requestTimeout:1e4,retry:1,placeholderDelimiters:["","","b"]},deeplx:{limit:3,placeholderDelimiters:["@","#"]},d:{immediateTranslationTextCount:0,placeholderDelimiters:["@","#"]},papago:{placeholderDelimiters:["{","}"]},dpro:{apiUrl:"https://api.deepl.com/jsonrpc"},ai:{env:{imt_source_field:"text",imt_trans_field:"text",imt_sub_source_field:"source",imt_sub_trans_field:"translation",imt_yaml_item:`- id: {{id}} {{imt_source_field}}: {{text}}`,imt_subtitle_yaml_item:`- id: {{id}} {{imt_sub_source_field}}: {{text}}`,normal_result_yaml_example:`Example request: - id: 1 @@ -5334,18 +5334,18 @@ Translate the content to {{to}} Language: ? ?-\\|\\d+\\|- ? -?`]},azure:{placeholderDelimiters:["@","#"]},you:{placeholderDelimiters:["@","#"]},openl:{placeholderDelimiters:["@","#"]},niu:{placeholderDelimiters:["@","#"]}},shortcuts:{toggleTranslatePage:"Alt+A",toggleTranslateTheWholePage:"Alt+W",toggleOnlyTransation:"",toggleTranslateToThePageEndImmediately:"",toggleTranslationMask:"",shareToDraft:"",toggleMouseHoverTranslateDirectly:""},tempTranslateDomainMinutes:0,translationParagraphLanguagePattern:{matches:["onboarding.immersivetranslate.com","www.reddit.com","old.reddit.com","twitter.com","www.tumblr.com","*.twitter.com","medium.com","*.medium.com","github.com","gist.github.com","www.facebook.com","www.youtube.com","m.youtube.com","read.readwise.io","www.inoreader.com","mail.google.com","google.com","discord.com","*.instagram.com","instagram.com","web.telegram.org","web.whatsapp.com","*.slack.com","*.indeed.com","outlook.live.com","https://bsky.app","store.steampowered.com","test-app.immersivetranslate.com","app.immersivetranslate.com"],excludeMatches:[],selectorMatches:["meta[property='al:ios:url'][content^='medium://']"],selectorExcludeMatches:[]},sourceLanguageUrlPattern:{},selectTranslationFont:"",translationFonts:["Microsoft YaHei","SimSun","NSimSun","SimHei","Microsoft JhengHei","KaiTi","FangSong","PingFang SC","STHeiti","STKaiti","STSong","STFangsong","STZhongsong","STHupo","STXinwei","STLiti","STXingkai","Hiragino Sans GB","Lantinghei SC","Hanzipen SC","Hannotate SC","Songti SC","Wawati SC","Weibei SC","Xingkai SC","Yapi SC","Yuanti SC","Arial Unicode MS","MingLiU-ExtB","Malgun Gothic","Arial","Calibri","Cambria","Candara","Consolas","Constantia","Corbel","Courier New","Georgia","Lucida Console","MingLiU","PMingLiU","MingLiU_HKSCS","Meiryo","MS Gothic","MS PGothic","MS UI Gothic","MS Mincho","MS PMincho","Segoe UI","Segoe UI Symbol","Tahoma","Times New Roman","Trebuchet MS","Verdana","Gulim","Dotum","Batang","Gungsuh","San Francisco","Helvetica Neue","Hiragino Mincho ProN","Hiragino Kaku Gothic ProN","Yu Gothic","Yu Mincho","Geeza Pro","Al Nile","Tehran","Devanagari MT","Kohinoor Devanagari","Apple SD Gothic Neo","Nanum Gothic"],generalRule:{_comment:"",isTranslateWhenServiceChanged:!0,glossaries:[{k:"LLM",v:""},{k:"LLMs",v:""}],excludeRegexps:["(<\\\\/?[a-zA-Z0-9]+(?:[^>]*?)>)","(||||||||||
|
)"],detectionServiceOrder:["google","bing","transmart"],detectParagraphLanguage:!1,paragraphFirstLetterFontSize:35,toastErrorMinTimes:20,enableSubtitle:!1,"subtitle.autoEnableSubtitle":!1,disableNewTextTranslate:!1,skipEditableCheck:!1,mutationObserverLimitTargetSelectors:[],condition:{},normalizeBody:"",inputExecCommandDeleteEnable:!1,inputConfig:{clearContentEnable:!0,execCommandDeleteEnable:!1},mutationExcludeSelectors:["span.highlighter--highlighted","span.highlighter-ext","mark","msreadoutspan","rw-highlight","web-highlight","font.immersive-translate-target-wrapper *","pre",".uacc-clickable"],mutationExcludeContainsSelectors:["msreadoutspan","[class*='rgh-seen-']","[isInvalidTag]","mh","body","relin-hc"],atomicBlockSelectors:["relin-hc"],shareConfig:{injectCss:!0,removeSelectors:["noscript","script"]},mutationConfig:{consumeTimeout:100,buildTimeout:100,checkSelfUpdate:!0},useIframePostMessage:!1,searchEnhancementConfig:[],injectedCss:[],isOnBoardingPage:!1,isEbook:!1,isEbookBuilder:!1,ignoreZhCNandZhTW:!1,showSponsorOnSafari:!1,noTranslateRegexp:["^\\d+.+ago$","^\\d+\\s+MIN\\s+READ$"],waitForSelectors:[],isInjectOptionsUrl:!1,isInjectVersion:!1,isInjectMeta:!1,waitForSelectorsTimeout:3e3,pairs:{},aiRule:{},subtitleRule:{isInject:!0,autoEnableSubtitle:!1,preTranslation:!1,humanPreferred:!0,disabled:!1,hookType:"xhr",showQuickButton:!0,backgroundColor:"#080808",backgroundOpacity:"75",sourceTextColor:"#FFFFFF",translationTextColor:"#FFFFFF",sourceFontSize:"100",translationMode:"dual",translationPosition:"bottom",translationFontSize:"100",translateGroupCount:5,velocityGroup:[1,3,20]},bodyRule:{enable:!0,maxBodyScreenLength:25,articleChildTags:["P"],articleChildTagsNum:4,bodyIsRoot:!1,humanPreferred:!0,preTranslation:!0,xpathRule:["name:P"]},isSubtitleBuilder:!1,minZIndex:0,initTranslationServiceAsSoonAsPossible:!0,targetWrapperTag:"font",additionalInjectedCss:[],isTranslateTitle:!0,enableSearchEnhancement:!1,searchEnhancementSelector:"#rhs",languageDetectMinTextCount:50,wrapperPrefix:"smart",wrapperSuffix:"smart",isPdf:!1,pdfUrlExtractRule:{},isTransformPreTagNewLine:!1,urlChangeDelay:50,mutationChangeDelay:10,mainFrameMinTextCount:50,mainFrameMinWordCount:5,visibleDelay:0,additionalStayOriginalSelectors:["span.katex","span.notranslate",".MathJax_Preview",".MathJax",".MathJax_SVG",'[aria-labelledby^="MathJax-SVG"]',".mwe-math-element","span[translate=no]","em[translate=no]","code[translate=no]","span.math.inline","span.math.display",".ltx_Math",".mathjax-block",".MathJax_CHTML","kbd","span.pretex-inline","span.math-inline",".reference-citations"],translationBlockStyle:"",isShowUserscriptPagePopup:!0,observeUrlChange:!1,paragraphMinTextCount:4,paragraphMinWordCount:2,shadowRootSelectors:[],blockMinTextCount:24,blockMinWordCount:4,asideMaxTextCount:1e3,asideMaxWordCount:200,asideMaxTextCountPerParagraph:67,asideMaxWordCountPerParagraph:12,lineBreakMaxTextCount:0,globalAttributes:{},inputTutorialsText:"",inputTutorialsSelectors:[],globalMeta:{},globalStyles:{},initialGlobalAttributes:{},initialSelectorGlobalAttributes:{header:{translate:"no"},"footer:last-of-type":{translate:"no"},"nav:last-of-type":{translate:"no"},nav:{translate:"no"}},selectors:[],preWhitespaceDetectedTags:["DIV","SPAN"],stayOriginalSelectors:[],additionalSelectors:["h1","section h2","section h3","section h4","main h2","main h3","main h4",".article-title",".article-subtitle",".article_title",".article_subtitle",".article__title",".articleTitle",".Article__content",".titleLink",".summary",".headline",".page-content","aside.note","aside.article-comments","aside.onebox"],atomicBlockTags:[],excludeSelectors:[],additionalExcludeSelectors:['[contenteditable="true"]',".uacc-clickable","#monica-content-root","#immersive-translate-popup",".social-share",".breadcrumbs",".post__footer",".btn",".share-nav",".o-share","[data-toolbar=share]","rp","rt",".prism-code",".rc-CodeBlock","[role=code]","#omni-extension",".omni-item","div[data-paste-markdown-skip]","table.highlight","div[class^=codeBlockContent]","div[class^=codeBlockLines]","div[class^=token-line]","#liuchan-window > .liuchan-container > *",".material-icons","i.fa","i[class^=fa-]",".notranslate","[translate=no]",".navmenu-container",".google-symbols","h1 br","h2 br","h3 br","h4 br","table thead"],translationClasses:[],excludeTags:["TITLE","LINK","SCRIPT","STYLE","TEXTAREA","SVG","svg","G","NOSCRIPT","BUTTON","BASE","HR","PRE","KBD","WBR","RT","RP","META","MATH","TTS-SENTENCE","AIO-CODE","RELIN-TARGET"],bodyTranslateTags:["FOOTER","ASIDE","BUTTON","NAV"],forceTranslateTags:[],metaTags:["META","SCRIPT","STYLE","NOSCRIPT"],additionalExcludeTags:[],stayOriginalTags:["CODE","TT","IMG","SUP","SUB","SAMP","math","semantics","mrow","mo","mfrac","msup","mi","mn","msqrt","d-math"],additionalStayOriginalTags:[],inlineTags:["A","ABBR","FONT","ACRONYM","B","INS","DEL","RUBY","RP","RB","BDO","MARK","BIG","RT","NOBR","CITE","DFN","EM","I","LABEL","Q","S","SMALL","SPAN","STRONG","SUB","SUP","U","KBD","TT","VAR","IMG","CODE","SCRIPT","STYLE","LINK","TIME","META","WBR","RELIN-HC","RELIN-HIGHLIGHT","RELIN-ORIGIN","RELIN-TARGET","XQDD_HIGHLIGHT_NEW_WORD","NOBR","RW-HIGHLIGHT","HYPOTHESIS-HIGHLIGHT"],additionalInlineTags:[],extraInlineSelectors:["p > a span","p > span a span"],additionalInlineSelectors:[".MathJax_Preview",".MathJax",".highlighter--highlighted",".rw-highlight","ruby *"],extraBlockSelectors:["turbo-frame","readme-toc","#hs_cos_wrapper_post_body","#hs_cos_wrapper_post_body","option","ul > li"],allBlockTags:["BODY","HGROUP","CONTENT","ADDRESS","ARTICLE","ASIDE","DETAILS","BLOCKQUOTE","SELECT","OPTION","CANVAS","DD","DL","DT","FIELDSET","FIGCAPTION","FIGURE","FOOTER","HEADER","FORM","HR","MAIN","SUMMARY","NAV","NOSCRIPT","PRE","SECTION","TABLE","TFOOT","UL","VIDEO","P","DIV","H1","H2","H3","H4","H5","H6","UL","LI","OL","BR","PICTURE","TBODY","TR","TD","TH","SOURCE","C-WIZ","BUTTON","TURBO-FRAME","README-TOC"],mutationObserverContainerSelectors:[],pdfNewParagraphLineHeight:2.4,pdfNewParagraphIndent:1.2,pdfNewParagraphIndentRightIndentPx:130,fingerCountToToggleTranslagePageWhenTouching:4,fingerCountToToggleTranslationMaskWhenTouching:0,fingerCountToToggleTranslagePageOnlyTranslationWhenTouching:0,touchShortcutsToggleTranslatePage:"fingers.4",touchShortcutsToggleTranslationMask:"touchShortcutsOff",touchShortcutsToggleTranslatePageOnlyTranslation:"touchShortcutsOff",touchShortcutsToggleTranslateTouchElement:"touchShortcutsOff",touchShortcutsToggleTranslateTouchElementPreferenceKey:"slide.left",mouseHoverHoldKey:"Off",mouseHoverPreferenceKey:"Ctrl"},rules:[{id:"isSubtitleBuilder",isSubtitleBuilder:!0,pageType:"subtitleBuilder",selectorMatches:["meta[name='immersive-translate-subtitle-builder'][content='true']"],pairs:{".source-text":".target-text"},paragraphMinTextCount:4,paragraphMinWordCount:2,isTranslateTitle:!1,wrapperPrefix:"",wrapperSuffix:"","bodyRule.add":{enable:!1}},{id:"isEbook",isEbook:!0,pageType:"ebookReader",isTranslateTitle:!1,urlChangeDelay:200,selectorMatches:["meta[name='immersive-translate-ebook-viewer'][content='true']"],injectedCss:[".immersive-translate-target-translation-block-wrapper {display:block;}"],excludeSelectors:["#drop-target","#drop-target h1","#side-bar","h1#side-bar-title"],extraInlineSelectors:["span.dropcaps"],"bodyRule.add":{enable:!1},paragraphMinTextCount:4,paragraphMinWordCount:2,blockMinTextCount:1,blockMinWordCount:1,containerMinTextCount:1,wrapperPrefix:"
",targetWrapperTag:"span"},{id:"pdf",isPdf:!0,isTranslateTitle:!1,pageType:"pdfReader",selectorMatches:["meta[name='immersive-translate-pdf-viewer'][content='true']"],matches:["https://app.immersivetranslate.com/pdf","https://app.immersivetranslate.com/pdf/","https://app.immersivetranslate.com/pdf/*","http://localhost:38001/pdf*"],"additionalExcludeSelectors.remove":['[contenteditable="true"]'],isTranslateWhenServiceChanged:!1,translationMode:"translation",skipEditableCheck:!0,selectors:["p"],"bodyRule.add":{enable:!1},injectedCss:[".immersive-translate-target-wrapper {display: contents!important;position:absolute;}",".immersive-translate-target-wrapper br {display: none;!important;}",".immersive-translate-target-wrapper span {position: relative;!important;}",".immersive-translate-error-wrapper {padding:0px !important;margin:0px !important;}","font {line-height: 0!important;}"],globalAttributes:{"[class='textLayer']":{translate:"no"}},mutationExcludeContainsSelectors:["font.immersive-translate-target-wrapper"],"shareConfig.add":{removeSelectors:["noscript","script",".toolbar","#sidebarContainer",'[class="page"]',".editorParamsToolbar",".image-mode",".im_db",".im_cb"]},wrapperPrefix:"",isInjectVersion:!0},{id:"sci-hub.pdfWebPage",matches:["sci-hub.*"],waitForSelectorsTimeout:1,pdfUrlExtractRule:{selector:"#pdf",attribute:"src"}},{id:"common.pdfWebPage",waitForSelectorsTimeout:1,selectorMatches:["embed[type='application/pdf']"]},{id:"isEbookBuilder",matches:["https://app.immersivetranslate.com/ebook/make/","http://localhost:38001/ebook/make/"],isEbookBuilder:!0,pageType:"ebookBuilder",toastErrorMinTimes:500,isTranslateWhenServiceChanged:!1,isTranslateTitle:!1,targetWrapperTag:"span",selectorMatches:["meta[name='immersive-translate-ebook-builder'][content='true']"],injectedCss:[".immersive-translate-target-translation-block-wrapper {display:block;}"],globalMeta:{},excludeSelectors:["h1.notranslate","#drop-target","#drop-target h1","#side-bar","h1#side-bar-title","#tool",".Code"],"bodyRule.add":{enable:!1},isInjectMeta:!0,paragraphMinTextCount:4,paragraphMinWordCount:2,blockMinTextCount:1,blockMinWordCount:1,containerMinTextCount:1,wrapperPrefix:"
"},{id:"immersiveTranslateIosOnBoarding",selectorMatches:["meta[name=immersiveTranslateIosOnBoarding]"],initialGlobalAttributes:{"input#immersiveTranslateDetectedSlot":{value:"true"}},isInjectOptionsUrl:!0,isInjectVersion:!0,isInjectMeta:!0},{id:"immersiveTranslateIosOnBoardingStep1",selectorMatches:["meta[name=immersiveTranslateIosOnBoardingStep1]"],isOnBoardingPage:!0,isInjectOptionsUrl:!0,isInjectVersion:!0,isInjectMeta:!0},{id:"immersivePreview",matches:["https://immersivetranslate.com/preview*","https://test.immersivetranslate.com/preview*","https://immersivetranslate.com/drafts*","https://test.immersivetranslate.com/drafts*"],isInjectVersion:!0,isInjectMeta:!0,waitForSelectorsTimeout:1},{id:"pro-pdf",matches:["https://*.immersivetranslate.com/pdf-pro*"],pageType:"pdfProReader","excludeSelectors.add":["table"],isInjectVersion:!0,isInjectMeta:!0,waitForSelectorsTimeout:1},{id:"immersive",matches:["https://immersivetranslate.com","https://test.immersivetranslate.com","https://onboarding.immersivetranslate.com","https://app.immersivetranslate.com","https://test-app.immersivetranslate.com","http://localhost:38001"],isInjectVersion:!0,isInjectMeta:!0,waitForSelectorsTimeout:1},{id:"simpread",selectorMatches:"div.simpread-read-root.simpread-read-root-show > sr-read",mainFrameSelector:"div.simpread-read-root.simpread-read-root-show > sr-read"},{id:"txt",matches:["*://*/*.txt","file://*/*.txt"],selectorMatches:["body > pre"],"mutationExcludeSelectors.add":["body"],isTransformPreTagNewLine:!0,"excludeTags.remove":["PRE"]},{id:"hangejp",matches:["arad.hange.jp","arad.nexon.co.jp","oapi.dingtalk.com","login.dingtalk.com"],useIframePostMessage:!1},{id:"preSites",matches:["mail.jabber.org","antirez.com","patchwork.kernel.org","lists.apache.org","manned.org","bugs.webkit.org","bugzilla.mozilla.org","lwn.net/Articles/*","docs.haproxy.org","man.freebsd.org","www.oreilly.com/openbook/opensources/book/*","gamefaqs.gamespot.com"],isTransformPreTagNewLine:!0},{id:"wikipedia",matches:"*.wikipedia.org",paragraphMinWordCount:2,paragraphMinTextCount:4,injectedCss:[".immersive-translate-target-translation-block-wrapper { display: block; }"],excludeSelectors:[".mw-editsection",".mw-cite-backlink","#p-lang-btn","#right-navigation","#p-associated-pages",".vector-header"],stayOriginalSelectors:[".chemf",".mwe-math-element","[role=math]",".nowrap"],extraInlineSelectors:[".chemf",".mwe-math-element","[role=math]",".nowrap"],"bodyRule.add":{bodySelector:"#content",articleSelector:"#bodyContent"}},{id:"twitter",matches:["twitter.com","mobile.twitter.com","tweetdeck.twitter.com","pro.twitter.com","https://platform.twitter.com/embed*"],additionalStayOriginalSelectors:['[data-testid="tweetText"] a',"[data-testid='UserDescription'] a","[data-testid='HoverCard'] a","[data-testid='UserCell'] a","[data-testid='birdwatch-pivot'] a"],blockMinTextCount:0,blockMinWordCount:0,excludeSelectors:["[aria-describedby][role=button]","header","[data-testid='radioGroupplayback_rate'] div","[data-testid='userFollowIndicator']","[class='css-901oao r-14j79pv r-37j5jr r-n6v787 r-16dba41 r-1cwl3u0 r-bcqeeo r-qvutc0']","[class='css-175oi2r r-1wbh5a2 r-dnmrzs']"],extraBlockSelectors:['[data-testid="tweetText"] div.r-6koalj'],extraInlineSelectors:['[data-testid="tweetText"] div.r-xoduu5','[data-testid="tweetText"] span','[data-testid="UserDescription"] div',"[data-testid='HoverCard'] div[dir=auto] div","[data-testid='HoverCard'] span[dir=auto] div"],globalStyles:{"[data-testid='card.layoutLarge.detail'] > div:nth-child(2)":"-webkit-line-clamp: unset;","[data-testid='card.layoutSmall.detail'] > div:nth-child(2)":"-webkit-line-clamp: unset;","[data-testid='tweetText']":"-webkit-line-clamp: unset;"},ignoreZhCNandZhTW:!0,isTranslateTitle:!1,useIframePostMessage:!1,observeUrlChange:!1,paragraphMinTextCount:2,paragraphMinWordCount:1,selectors:['[data-testid="tweetText"]',".tweet-text",".js-quoted-tweet-text","[data-testid='card.layoutSmall.detail'] > div:nth-child(2)","[data-testid='developerBuiltCardContainer'] > div:nth-child(2)","[data-testid='card.layoutLarge.detail'] > div:nth-child(2)","[data-testid='cellInnerDiv'] div[data-testid='UserCell'] > div> div:nth-child(2)","[data-testid='UserDescription']","[data-testid='HoverCard'] div[dir=auto]","[data-testid='HoverCard'] span[dir=auto]","[data-testid='HoverCard'] [role='dialog'] div[dir=ltr]","[data-testid='birdwatch-pivot'] div[dir=ltr]"],"subtitleRule.add":{type:"live",isInject:!1,injectedCss:["#layers[style='z-index: 1;'] [style='height: 100px;'] { height: 400px !important; }"],liveSubtitleRule:{containerSelector:".css-175oi2r.r-13awgt0.r-1pi2tsx.r-13qz1uu > [role='listbox']",reportSelector:".css-175oi2r.r-1awozwy.r-173mn98.r-1mf7evn.r-7e3msg",textSelectors:[".css-1rynq56.r-bcqeeo.r-qvutc0.r-37j5jr.r-a023e6.r-16dba41.r-dhbnww.r-1pb70le"],mutationChangeDelay:1e3}},"subtitleRule.add_v.[1.2.1]":{type:"twitter",videoPlayerSelector:"video",loadingStyle:"bottom: unset; top: 5%;",injectedCss:["#layers[style='z-index: 1;'] [style='height: 100px;'] { height: 400px !important; }","video::cue {white-space: pre-line;}"]}},{id:"threads",matches:"www.threads.net",selectors:["p",".x1npkx4u.x1exu5d8",".xw7yly9",".xgkxs2y",".x1xdureb.xqti54a.x13vxnyz",".xqti54a.x13vxnyz.x49hn82.xcrlgei.x889kno"],stayOriginalSelectors:[".x1rg5ohu",".xat24cr.xdj266r a"],"excludeSelectors.add":[".x6s0dn4.x78zum5",".xpvyfi4.x1npkx4u.x1ms6mhf"],globalStyles:{span:"max-height:unset;-webkit-line-clamp:unset;height:unset;white-space:unset;"}},{id:"stackoverflow",matches:["stackoverflow.com","*.stackexchange.com","superuser.com","askubuntu.com","serverfault.com"],extraBlockSelectors:["span.comment-copy"],globalStyles:{".s-post-summary--content-excerpt":"-webkit-line-clamp:unset;"},"excludeSelectors.add":[".votecell","header","#footer","#question-header + div","div.postcell div.mb0","div[id^=comments-link-]","#answers-header",".new-post-login",".form-submit","a[href='/questions/ask']","#left-sidebar","a.comment-user","span.comment-date","div.s-prose.js-post-body + div",".bottom-notice","div[data-campaign-name=stk]",".s-post-summary--stats",".s-post-summary--meta"],paragraphMinTextCount:4,paragraphMinWordCount:2},{id:"appleDeveloper",matches:"developer.apple.com/documentation/*",selectors:[".container","h3.title","div.content"]},{id:"hackerNews",matches:"news.ycombinator.com",selectors:[".titleline > a",".comment > .commtext",".toptext","a.hn-item-title",".hn-comment-text",".hn-story-title"],excludeSelectors:[".reply"]},{id:"quora",matches:["*.quora.com","quora.com"],excludeSelectors:[".dom_annotate_multifeed_bundle_AskQuestionPromptBundle",".dom_annotate_feed_switcher","[class='q-box qu-py--small qu-color--gray_light']","[class='q-box spacing_log_answer_header']","[class='q-box qu-flex--auto']","[class='q-text qu-dynamicFontSize--small qu-mt--small qu-color--gray_light qu-passColorToLinks']",".AnswerFooter___StyledFlex-sc-2xbo88-0","[class='q-box qu-mb--small']"],globalStyles:{".qu-truncateLines--3":"-webkit-line-clamp: unset;"}},{id:"oldReddit",matches:["old.reddit.com/*/.compact","old.reddit.com/.compact","www.reddit.com/*/.compact","www.reddit.com/.compact"],selectors:[".title > a",".usertext-body"],detectParagraphLanguage:!0},{id:"otherOldReddit",matches:"old.reddit.com",selectors:["p.title > a","[role=main] .md-container"],detectParagraphLanguage:!0},{id:"redditList",matches:["https://www.reddit.com/r/*/comments/*/*","https://www.reddit.com/","https://www.reddit.com/hot/","https://www.reddit.com/new/","https://www.reddit.com/top/"],excludeMatches:["https://www.reddit.com/r/*/wiki/*"],observeUrlChange:!0,selectors:["h1",".PostHeader__post-title-line","[data-click-id=body] h3","[data-click-id=background] h3","[data-testid=comment]","[data-adclicklocation='title'] h3","[data-adclicklocation=media]","[data-testid='post-title-text']",".PostContent",".post-content",".Comment__body","faceplate-batch .md","[slot=comment]",".RichTextJSON-root","[slot=title]","[slot=text-body]","p.title > a","[role=main] .md-container"],detectParagraphLanguage:!0,globalStyles:{"div.XPromoBottomBar":"display:none","[class*='line-clamp']":"-webkit-line-clamp: unset"},waitForSelectors:["[data-testid=post_author_link]"],"inputConfig.add":{clearContentEnable:!1}},{id:"reddit",matches:"www.reddit.com",selectors:["#search-results-tab-slot","h1",".PostHeader__post-title-line","[data-click-id=body] h3","[data-click-id=background] h3","[data-testid=comment]","[data-adclicklocation='title'] h3","[data-testid='post-title-text']","[slot=comment]","[data-adclicklocation=media]",".PostContent",".post-content",".Comment__body","faceplate-batch .md","[slot=text-body]","p.title > a","[role=main] .md-container","#-post-rtjson-content",".RichTextJSON-root","[slot='title']"],excludeSelectors:[".text-neutral-content-weak"],paragraphMinTextCount:5,paragraphMinWordCount:2,excludeMatches:["https://www.reddit.com/r/*/wiki/*","https://www.reddit.com/settings/*"],detectParagraphLanguage:!0,globalStyles:{"div.XPromoBottomBar":"display:none","[class*='line-clamp']":"-webkit-line-clamp: unset"}},{id:"reuters",matches:"www.reuters.com",excludeSelectors:["[promotext]","[data-testid=Leaderboard]","[data-testid=HomeTickerV2]","[data-testid=SiteFooter]","[class^=refinitiv-promo-bar__container]","[data-testid=ResponsiveAdSlot]","[data-testid=SiteHeader]","[data-testid=HomeTickerV2]"]},{id:"npmjs",matches:"https://www.npmjs.com/package/*",selectors:["#tabpanel-readme > div:first-child"]},{id:"github",matches:"github.com",useIframePostMessage:!1,excludeMatches:["https://github.com/*/*/settings","https://github.com/settings/*","https://github.com/sponsors/*","https://github.com/readme/*","https://github.com/readme/","https://github.com/features/*","https://github.com/customer-stories/*"],mutationExcludeSelectors:[".react-blob-sticky-header *"],selectors:["h1","[aria-label=Issues] .markdown-title","[aria-labelledby=discussions-list] .markdown-title","h3 .markdown-title",".markdown-body",".Layout-sidebar p","div > span.search-match","li.repo-list-item p","#responsive-meta-container p","article p","div.repo-description p","[itemprop=description]",".integrations-auth-wrapper",".new-feed-onboarding-notice","article section[aria-label='card content'] > div > div > div > div:nth-child(2)",".TimelineItem-body .Link--primary",'[role="navigation"] p'],atomicBlockSelectors:["[itemprop=description]"],excludeSelectors:[".css-truncate","[data-test-selector='commit-tease-commit-message']","[data-test-selector='create-branch.developmentForm']","div.Box-header.position-relative","div.blob-wrapper-embedded","div.Box.Box--condensed.my-2","div.jp-CodeCell",'[aria-label="Account"] .markdown-title',".js-repos-container .markdown-title","a.anchor","div.file-navigation + div.Box"],extraBlockSelectors:[],extraInlineSelectors:["g-emoji","a.anchor"],stayOriginalTags:["CODE","TT","G-EMOJI","IMG","SUP","SUB"],detectParagraphLanguage:!0,globalStyles:{".TimelineItem-body .Link--primary":"-webkit-line-clamp: unset;"}},{id:"github-blog",matches:["github.blog"],injectedCss:["font {word-break: break-all !important;}"]},{id:"githubNotebook",matches:"notebooks.githubusercontent.com",useIframePostMessage:!1,excludeSelectors:["div.jp-CodeCell"]},{id:"facebook",matches:"www.facebook.com",excludeMatches:["https://www.facebook.com/business/*","https://www.facebook.com/help*"],selectors:["div[dir=auto][style]","div[dir=auto][class]","span[lang]"],atomicBlockSelectors:["div[dir=auto][style]","div[dir=auto][class]","span[lang]"],insertPosition:"afterend",preWhitespaceDetectedTags:["DIV","SPAN"],extraBlockSelectors:["span.x1vvkbs"],excludeSelectors:["[role=button]"],translationClasses:["immersive-translate-text"],detectParagraphLanguage:!0},{id:"youtubeMobile",matches:"m.youtube.com",selectors:[".comment-text","#content-text",".media-item-headline",".slim-video-information-title",".yt-spec-button-view-model",".yt-core-attributed-string > span",".title"],shareConfig:{injectCss:!1,removeSelectors:["iron-iconset-svg","iframe","ytd-watch-next-secondary-results-renderer","noscript","script"]},"mutationConfig.add":{checkSelfUpdate:!1},"excludeTags.remove":["BUTTON"],additionalExcludeSelectors:[".ytp-caption-window-container","text"],"subtitleRule.add":{type:"youtube",subtitleUrlRegExp:"(/api/timedtext|videoplayback\\?expire.*text)",translateSelectors:[".caption-window",".caption-visual-line"],videoPlayerSelector:".html5-video-player.playing-mode,.html5-video-player.paused-mode",loadingContainerSelector:".ytp-caption-window-container",videoADSelector:".ytp-ad-player-overlay",injectedCss:["#player-shorts-container .ytp-caption-window-bottom {top: 40px; bottom: unset!important;}"],videoSelector:".html5-video-player.playing-mode video,.html5-video-player.paused-mode video",translationOnlyPattern:["m.youtube.com/watch*","m.youtube.com/embed*","m.youtube.com/shorts*"],attachRule:{appendSelector:".html5-video-player.playing-mode,.html5-video-player.paused-mode",injectedCSS:[".imt-caption-container {z-index:40;}"],injectedGlobalCSS:[".caption-window {display: none;} ","shorts-video #immersive-translate-caption-window { height: 150px;}"]}},wrapperPrefix:"",wrapperSuffix:"",observeUrlChange:!0,atomicBlockSelectors:[".comment-text"],globalStyles:{".comment-text":"max-height:unset;",".media-item-headline":"max-height:unset;-webkit-line-clamp:unset;"},injectedCss:[".immersive-translate-target-wrapper img { width: 16px; height: 16px }"],extraBlockSelectors:[".caption-visual-line"]},{id:"youtube",matches:"www.youtube.com",blockMinTextCount:0,blockMinWordCount:0,detectParagraphLanguage:!0,lineBreakMaxTextCount:0,shareConfig:{injectCss:!1,removeSelectors:["iron-iconset-svg","iframe","ytd-watch-next-secondary-results-renderer","noscript","script"]},"additionalExcludeSelectors.add":[".ytp-caption-window-container","text"],globalStyles:{"#video-title":"-webkit-line-clamp: unset;max-height: unset;","h1.ytd-watch-metadata":"-webkit-line-clamp: unset;max-height: unset;","yt-formatted-string#video-title":"-webkit-line-clamp: unset;max-height: unset;","ytd-expander.ytd-comment-renderer":"--ytd-expander-max-lines: 1000;"},injectedCss:[".immersive-translate-target-wrapper img { width: 16px; height: 16px }",".metadata-snippet-container {max-height: unset !important;}",".immersive-translate-target-wrapper {text-align: left;}",".immersive-translate-target-wrapper[dir=rtl] {text-align: right;}"],isTranslateTitle:!1,observeUrlChange:!0,selectors:["yt-formatted-string[slot=content].ytd-comment-renderer","yt-formatted-string.ytd-video-renderer","yt-formatted-string#content-text","h1","yt-formatted-string#video-title","yt-formatted-string.span","span#video-title","a#video-title","yt-formatted-string.ytd-transcript-segment-renderer","#description-inline-expander > yt-attributed-string > span","yt-attributed-string > span","ytd-notification-renderer .message","#message",".yt_to_text_transcript_text"],extraBlockSelectors:["yt-formatted-string.ytd-transcript-segment-renderer",".caption-visual-line"],"subtitleRule.add":{type:"youtube",subtitleUrlRegExp:"(/api/timedtext|videoplayback\\?expire.*text)",translateSelectors:[".caption-window",".caption-visual-line"],videoPlayerSelector:".html5-video-player.playing-mode,.html5-video-player.paused-mode",loadingContainerSelector:".ytp-caption-window-container",videoADSelector:".ytp-ad-player-overlay",translationOnlyPattern:["www.youtube.com/watch*","www.youtube.com/embed*","www.youtube.com/shorts*"],subtitleButtonSelector:".html5-video-player.playing-mode .ytp-subtitles-button,.html5-video-player.paused-mode .ytp-subtitles-button",languageSelector:".ytp-menuitem-label",injectedCss:["#shorts-player .ytp-caption-window-bottom {top: 2%; bottom: unset!important;} #immersive-translate-quick-button-container {font-size: 12px;z-index:1001;}"],quickButtonRule:{appendSelector:".ytp-chrome-controls",insertBeforeSelector:".ytp-right-controls"},videoSelector:".html5-video-player.playing-mode video,.html5-video-player.paused-mode video",attachRule:{appendSelector:".html5-video-player.playing-mode,.html5-video-player.paused-mode",injectedCSS:[".imt-caption-container {z-index:40;}",".imt-caption-window {margin-bottom: 2%}"],injectedGlobalCSS:[".caption-window {display: none;} ","#shorts-player #immersive-translate-caption-window { height: 20%;}",".html5-video-player:not(.ytp-autohide) #immersive-translate-caption-window {bottom: 60px;}"]}},urlChangeDelay:2e3,wrapperPrefix:"
",wrapperSuffix:""},{id:"tvYoutube",matches:"tv.youtube.com","subtitleRule.add":{type:"youtube",preTranslation:!0,humanPreferred:!1,subtitleUrlRegExp:"(/api/timedtext|videoplayback\\?expire.*text)",translateSelectors:[".caption-window",".caption-visual-line"],videoPlayerSelector:".html5-video-player.playing-mode,.html5-video-player.paused-mode",loadingContainerSelector:".ytp-caption-window-container",videoADSelector:".ytp-ad-player-overlay",translationOnlyPattern:["tv.youtube.com/watch*"],subtitleButtonSelector:".ytp-subtitles-button",languageSelector:".ytp-menuitem-label",injectedCss:["#shorts-player .ytp-caption-window-bottom {top: 2%; bottom: unset!important;} #immersive-translate-quick-button-container {font-size: 12px;z-index:1001;}"],quickButtonRule:{appendSelector:".ypcs-control-buttons-right",insertBeforeSelector:".ypcs-control-buttons-right .ypcs-volume-control-slot"},videoSelector:".html5-video-player.playing-mode video,.html5-video-player.paused-mode video",attachRule:{appendSelector:".html5-video-player.playing-mode,.html5-video-player.paused-mode",injectedCSS:[".imt-caption-container {z-index:40;}",".imt-caption-window {margin-bottom: 2%;}"],injectedGlobalCSS:[".caption-window {display: none;} ","#shorts-player #immersive-translate-caption-window { height: 20%;}",".html5-video-player:not(.ytp-autohide) #immersive-translate-caption-window {bottom: 60px;}"]}}},{id:"youtube-subtitle",matches:["www.youtube-nocookie.com","music.youtube.com"],extraBlockSelectors:[".caption-visual-line"],mainFrameMinTextCount:0,"excludeSelectors.add":[".captions-text",".ytp-caption-segment"],"subtitleRule.add":{type:"youtube",subtitleUrlRegExp:"/api/timedtext",translateSelectors:[".caption-window",".caption-visual-line"],videoPlayerSelector:".html5-video-player",loadingContainerSelector:".ytp-caption-window-container",videoADSelector:".ytp-ad-player-overlay",translationOnlyPattern:["www.youtube-nocookie.com/embed*","music.youtube.com/watch*"],subtitleButtonSelector:".ytp-subtitles-button",languageSelector:".ytp-menuitem-label",injectedCss:["#shorts-player .ytp-caption-window-bottom {top: 2%; bottom: unset!important;}"],quickButtonRule:{appendSelector:".ytp-chrome-controls",insertBeforeSelector:".ytp-right-controls"},videoSelector:".html5-video-player video",attachRule:{appendSelector:".html5-video-player",injectedCSS:[".imt-caption-container {z-index:40;}",".imt-caption-window {margin-bottom: 2%;}"],injectedGlobalCSS:[".caption-window {display: none;} ","#shorts-player #immersive-translate-caption-window { height: 20%;}",".html5-video-player:not(.ytp-autohide) #immersive-translate-caption-window {bottom: 60px;}"]}}},{id:"instagramMessage",matches:["https://www.instagram.com/direct/*"],wrapperPrefix:"
",selectors:["div[dir=auto].html-div"]},{id:"instagramPost",matches:["https://www.instagram.com/p/*","https://www.instagram.com/reels/*"],blockMinTextCount:1,paragraphMinTextCount:2,excludeSelectors:["hr+div span[dir=auto][style] > span"],selectors:["h1","ul li h3+div span[dir=auto]","hr+div span[dir=auto][style]","div > div[dir=auto]","div:not([class]) > div > div:nth-child(2)"],wrapperPrefix:"
"},{id:"otherInstagram",blockMinWordCount:1,matches:"https://www.instagram.com/*",paragraphMinTextCount:2,selectors:["h1","article span[dir=auto] > span[dir=auto]","._ab1y","ul li h3+div span[dir=auto]","hr+div span[dir=auto][style]","span[dir=auto] > div > span","div > h1[dir=auto]"],wrapperSuffix:""},{id:"1paragraph",matches:"1paragraph.app",selectors:["#book"]},{id:"poeditor",matches:"https://poeditor.com/projects/*",selectors:[".comment-body",".reference_language .source-string"]},{id:"substack",matches:["*.substack.com","newsletter.rootsofprogress.org"],selectorMatches:["link[href^='https://substackcdn.com/bundle/'][rel=preload]"],excludeSelectors:["[style^=top]",".publication-footer",".subscribe-footer",".main-menu",".navbar-title-link","[data-testid='navbar']",".navbar-title",".captioned-button-wrap",".subscription-widget-wrap",".tweet-header",".tweet-link-bottom",".expanded-link",".meta-subheader",".comment-meta",".comment-actions"],globalStyles:{".reader2-clamp-lines":"max-height: unset; -webkit-line-clamp: unset;","[class*='clamp-']":"max-height: unset; -webkit-line-clamp:unset;",".blurb-text":"max-height: unset;",".comment-body":"max-height: unset;"},extraBlockSelectors:[".reader2-post-title",".tweet-link-top",".tweet-link-bottom",".expanded-link"]},{id:"seekingalpha",matches:["seekingalpha.com/article/*","seekingalpha.com/news/*"],selectors:["[data-test-id=card-container]","[data-test-id=comments-section]"],excludeSelectors:["[data-test-id=post-page-meta]","header > div:first-child"]},{id:"hnAlgolia",matches:"hn.algolia.com",selectors:[".Story_title > a:first-child",".Story_comment > span"]},{id:"readwise",matches:"read.readwise.io",selectors:["div[class^='_titleRow_']","#document-text-content"],detectParagraphLanguage:!0},{id:"inoreader",matches:["www.inoreader.com","*.inoreader.com"],selectors:[".article_header_title",".article_title_link",".article_content",".article_magazine_title_link",".blog-post-page","#welcome_center",".gad_overview_articles_wrapper",".library_article_text h4",".header_name"],excludeMatches:["https://www.inoreader.com/features/"],observeUrlChange:!1,globalStyles:{".article_title_link,.library_article_text h4,.gadget_overview_article_title,.article_magazine_title_link,.reader_pane_view_style_2 .column_view_title":"-webkit-line-clamp: unset;max-height: unset;",".article_tile_content_wraper,div.article_tile":"overflow:auto",".article_header_title":"white-space:normal"}},{id:"aha",matches:"*.ideas.aha.io",excludeSelectors:[".comment-header",".vote-status",".idea-meta",".filters-title",".ideas-showing-count",".my-ideas-filters-wrapper",".statuses-filters-wrapper",".categories-filters-wrapper","[class^='attachment']","span[class^='attachment-name']"]},{id:"googleScholar",matches:["scholar.google.*/*","scholar.google.com.*/*","scholar.google.co.*/*"],wrapperPrefix:` -`,selectors:["h3 a[data-clk]","div.gs_rs","td a.gsc_a_at","td div.gs_gray:last-of-type","div.gsc_oci_value","#gs_opinion"],extraInlineSelectors:["br"],atomicBlockSelectors:["h3 a[data-clk]"]},{id:"googleMail",matches:"mail.google.com",detectParagraphLanguage:!0,selectors:["h2[data-thread-perm-id]","span[data-thread-id]","div[data-message-id] div[class='']",".messageBody","#views"],globalStyles:{"[role='listitem'] > div":"height:auto!important;white-space:unset!important;"}},{id:"googleNews",matches:"news.google.com",blockMinTextCount:26,blockMinWordCount:5,globalStyles:{".MCAGUe":"height: auto;",".To2ZZb.DbQnIe":"height: unset;",".cp7Yvc > h2":"display: block;",".oovtQ":"height: auto;",h4:"-webkit-line-clamp: unset;"},excludeSelectors:[".EyERq",".AOl7G.eejsDc","[aria-label='Home']","[aria-label='For you']","[aria-label='Following']","[aria-label='World']","[aria-label='Local']",".gb_Fc",".wBQf7b",".yPI8Rb",".jKHa4e",".u43Gd",".Zgjpyb","[role='button']","[jsname='rymPhb']",".cbz1ld",".VfPpkd-P5QLlc",".XvhY1d"]},{id:"outlook",matches:"outlook.live.com",excludeSelectors:[".jHAG3.XG5Jd",".OZZZK",".lDdSm"]},{id:"producthunt",matches:"www.producthunt.com",excludeMatches:"https://www.producthunt.com/stories/*",selectors:["h2","div[class^='styles_htmlText__']","[class^='styles_tagline']","a[href^='/discussions/'].fontWeight-600","button[class^='styles_textButton'] > div > span","h5 + p","div[data-test=product-item-name] + div",".noOfLines-1,.noOfLines-2,.noOfLines-3",".fontWeight-600","[class*='styles_dropdown']","[class*='styles_aboutText']"],globalStyles:{"h5 + p":"height:unset;",".noOfLines-1,.noOfLines-2,.noOfLines-3":"-webkit-line-clamp:unset;"},"excludeTags.remove":["PRE"]},{id:"codeforces",matches:"https://codeforces.com/*","stayOriginalTags.add":["[class^='MathJax']"]},{id:"discord",matches:"https://discord.com/channels/*",isTranslateTitle:!1,selectors:["li[id^=chat-messages] div[id^=message-content]","div[class^=headerText]","section[aria-label='Search Results'] div[id^=message-content]"],extraBlockSelectors:["[class^='embedFieldValue']","li[class^='card'] div[class^='message']","[data-list-item-id^='forum-channel-list'] div[class^='headerText']"],globalStyles:{"div[class^=headerText]":"max-height: unset;","div[class^=message]":"max-height: unset;","div[class^=text]":"max-height: unset;","h3[data-text-variant='heading-lg/semibold']":"-webkit-line-clamp: none;"},detectParagraphLanguage:!0,wrapperPrefix:"
",wrapperSuffix:"",paragraphMinTextCount:4,paragraphMinWordCount:2},{id:"telegram",matches:["web.telegram.org/z/*","web.telegram.org/a/*"],isTranslateTitle:!1,selectors:[".text-content",".message",".reply-markup-button-text",".bot-commands-list-element-description"],"extraBlockSelectors.add":[".message.spoilers-container em",".message.spoilers-container strong"],excludeSelectors:[".time",".peer-title",".document-wrapper",".message.spoilers-container custom-emoji-element"],detectParagraphLanguage:!0},{id:"telegramK",matches:["web.telegram.org/k/*","web.telegram.org/k/"],selectors:[".message",".reply-markup-button-text",".bot-commands-list-element-description"],"extraBlockSelectors.add":[".message.spoilers-container em",".message.spoilers-container strong"],excludeSelectors:[".time",".peer-title",".document-wrapper",".message.spoilers-container custom-emoji-element"],detectParagraphLanguage:!0},{id:"githubGist",matches:"gist.github.com",selectors:[".markdown-body",".readme"],detectParagraphLanguage:!0},{id:"lobste",matches:"lobste.rs",excludeMatches:["https://lobste.rs/about","https://lobste.rs/chat"],selectors:[".u-repost-of",".comment_text",".story_text"]},{id:"slack",matches:"*.slack.com",selectors:[".p-rich_text_block",".p-message_pane__foreword",".c-alert__message","[data-qa=message_attachment_text]"],additionalStayOriginalSelectors:["[data-qa=emoji]"],detectParagraphLanguage:!0},{id:"artstationArtwork",matches:"www.artstation.com/artwork/*",excludeSelectors:".project-description a",selectors:[".project-description","div.project-comment-text"],detectParagraphLanguage:!0},{id:"artstationLearning",matches:"www.artstation.com/learning/courses/*",additionalSelectors:["footer.learning-course-description.ng-star-inserted > span"],excludeSelectors:[".learning-card-meta",".vjs-text-track-display"],"mutationExcludeSelectors.add":[".vjs-text-track-display *"],"subtitleRule.add":{type:"webvtt",subtitleUrlRegExp:"/subtitles/.*\\.(vtt|webvtt)$",loadingContainerSelector:".vjs-text-track-display",quickButtonRule:{appendSelector:".vjs-control-bar",insertBeforeSelector:".vjs-playback-rate",injectCSS:".imt-quick-subtitle-button { font-size: 12px;} .logo,.logo svg { height: 18px !important; width: 18px !important;} .imt-quick-subtitle-pop-content {bottom: 38px !important;}"},videoSelector:"video",attachRule:{appendSelector:".video-js",injectedGlobalCSS:[".vjs-text-track-display {display: none;}",".captions-text: {margin-bottom: 10%;}"]}}},{id:"artstationBlog",matches:["https://www.artstation.com/blogs","https://www.artstation.com/blogs/*"],detectParagraphLanguage:!0,additionalSelectors:[".comment-item-body"],atomicBlockSelectors:[".author-headline",".author-location"],excludeSelectors:["blog-card-thumbnail","blog-card-header",".blog-card-author",".blog-card-meta",".blog-view-header",".blog-grid-title",".post-meta-header"]},{id:"figmaCommunity",matches:"www.figma.com/community/*",normalizeBody:"div.ql-editor[contenteditable='false']",excludeSelectors:["div[class*='metadataRight']","div[class*='commentMetaAndOptions']"],globalStyles:{"div[class*='mini_cardBottomRowSizing']":"height: 3em;"},additionalSelectors:["div[class*='mini_cardBottomRow_Metadata']"],stayOriginalSelectors:["[data-tooltip='tooltip-user-info']"]},{id:"googleIndex",matches:["https://www.google.com/","https://www.google.com.hk/"],excludeSelectors:["#gb","#SIvCob"],inputTutorialsText:"\u8BD5\u8BD5\u8F93\u5165\u4E2D\u6587\u540E\u5FEB\u901F\u8FDE\u51FB 3 \u6B21\u7A7A\u683C\u952E\u7FFB\u8BD1\uFF08\u4EC5\u63D0\u793A\u4E00\u6B21\uFF09",inputTutorialsSelectors:["textarea#APjFqb"],"inputConfig.add":{tutorialsText:"\u8BD5\u8BD5\u8F93\u5165\u4E2D\u6587\u540E\u5FEB\u901F\u8FDE\u51FB 3 \u6B21\u7A7A\u683C\u952E\u7FFB\u8BD1\uFF08\u4EC5\u63D0\u793A\u4E00\u6B21\uFF09",tutorialsSelectors:["textarea#APjFqb"]}},{id:"googleSearch",matches:"www.google.*/search*",blockMinTextCount:32,blockMinWordCount:3,wrapperSuffix:"",detectParagraphLanguage:!0,excludeSelectors:["a h3 + div","div#sfooter","a[role=presentation] > div > div:first-child",".b5ZQcf",".CEMjEf",".MgUUmf.NUnG9d","#result-stats","[role=navigation]","div.sCuL3","div.eFM0qc.BCF2pd","div.WZ8Tjf","div.adDDi","#headerSection","#rateChatDiv","[id=bres]",".title-D5Lgyj","[data-attrid='VisualDigestVideoResult']",".search-enhance-WDIEkP h4",".SPZz6b h2",".CtCigf",".VLkRKc",".EbH0bb",".Wr0c6d",".jleFbf","#searchform",".yg51vc",".CbAZb"],extraBlockSelectors:[".MUFPAc"],"additionalExcludeSelectors.add":["[jscontroller='UsftYd']"],globalStyles:{".V82bz":"-webkit-line-clamp: unset;max-height: unset;margin-bottom:30px",".pe7FNb":"-webkit-line-clamp: unset;",".promotion-3PDMAb":"display: none;",".uAKcGb":"-webkit-line-clamp: unset;max-height: unset;margin-bottom:30px","div[data-content-feature='1'] > div":"-webkit-line-clamp: unset;max-height: unset;","div[style='-webkit-line-clamp:2']":"-webkit-line-clamp: unset;max-height: unset;","div[style='-webkit-line-clamp:3']":"-webkit-line-clamp: unset;max-height: unset;","div[style='-webkit-line-clamp:4']":"-webkit-line-clamp: unset;max-height: unset;",".Pw4Ldf.RsCEN":"height:unset;",".related-question-pair":"overflow:auto;"},ignoreZhCNandZhTW:!0,isTranslateTitle:!1,searchEnhancementConfig:[{id:"google",urlMatch:"https://www\\.google\\..+/search",style:{source:"font-size:12px; margin-bottom: 6px;",enTitle:"margin-top:6px;font-size:14px;",searchTitle:"margin-top:6px;position:relative;padding-right:24px;",more:"color:#1a0dab;margin-top:8px;",enTitleClassName:"immersive-translate-search-enhancement-en-title"},keyword:{value:"[0]$1",matches:[{source:"url",matchRegex:"q=(.+?)&"}]},showCount:5}]},{id:"lowendtalk",matches:"lowendtalk.com",selectors:["[role=heading]","h1",".userContent"]},{id:"linkedinJobs",matches:"www.linkedin.com/jobs/*",selectors:["#job-details > span",".decorated-job-posting__details"]},{id:"linkedinFeed",matches:"https://linkedin.com/feed/*",selectors:["h1",".feed-shared-update-v2__description-wrapper"]},{id:"indiehackers",matches:"www.indiehackers.com",selectors:[".content","h1","h3.story__title",".feed-item__title-link",".article-body",".interview-body"]},{id:"libreddit",matches:"libreddit.de",selectors:["h2.post_title",".comment_body > .md"]},{id:"notionSite",matches:["notion.site","*.notion.site"],normalizeBody:"body",selectors:["div[data-block-id]"]},{id:"notion_so",matches:["www.notion.so"],injectedCss:["[aria-label='Templates'] font br {display:none;}"]},{id:"newyorker",matches:"www.newyorker.com",additionalSelectors:["h1","[data-testid=SummaryItemHed]"],excludeSelectors:["[data-testid=PersistentTop]","[data-testid=StackedNavigationHeader]"],urlChangeDelay:2e3},{id:"startme",matches:"start.me",selectors:[".rss-article__title",".rss-articles-list__article-link",".rss-showcase__title",".rss-showcase__text"]},{id:"scmp",matches:"www.scmp.com",additionalSelectors:[".info__subHeadline",".section-content h2"],globalStyles:{".topic__article-list":"height: unset;",".adverisers__adveriser":"height: unset;",".advertiser__content":"height: unset;",".content-title__link":"display:unset;overflow:unset;-webkit-line-clamp:unset;",".title__text":"max-height:unset; -webkit-line-clamp:unset;",".news-list-item__news-title":"max-height:unset; -webkit-line-clamp:unset;","a[class*='link'] > .link__headline":"max-height:unset; -webkit-line-clamp:unset;"},"bodyRule.add":{bodySelector:"[data-qa='ArticleList-Item']",articleSelector:"[data-qa='GenericArticle-Content']",xpathRule:["datatype:p"]}},{id:"lesswrong",matches:"www.lesswrong.com",extraBlockSelectors:["span.commentOnSelection"]},{id:"mastodon",matches:["mastodon.social","mastodon.online","kolektiva.social","indieweb.social","mastodon.world","infosec.exchange"],isTranslateTitle:!1,selectorMatches:["div#mastodon"],selectors:["div.status__content__text",".about__section__body",".content",".form-container",".account__header__extra"],globalAttributes:{"[class='notranslate app-holder']":{class:"app-holder"}},detectLanguage:!0},{id:"cnbc",matches:"www.cnbc.com",urlChangeDelay:1e3,globalStyles:{"div.Card-titleContainer > div":"-webkit-line-clamp: unset;max-height: unset;"},"excludeSelectors.add":["#GlobalNavigation","#GlobalFooter",".LiveBlogHeader-timestampAndShareBarContainer",".LiveBlogHeader-liveUpdatesPill"]},{id:"dailyDev",matches:"app.daily.dev",selectors:["h1",".typo-body","article h3","[class^=markdown_markdown]"],globalStyles:{".line-clamp-3":"-webkit-line-clamp: unset"}},{id:"pornhub",matches:["*.pornhub.com","pornhub.com"],excludeMatches:["*.pornhub.com/insights/*","pornhub.com/insights/*"],extraBlockSelectors:[".trendingNow",".searchItem",".tagcloud > a"],detectParagraphLanguage:!0,wrapperPrefix:"
",wrapperSuffix:` +?`]},azure:{placeholderDelimiters:["@","#"]},you:{placeholderDelimiters:["@","#"]},openl:{placeholderDelimiters:["@","#"]},niu:{placeholderDelimiters:["@","#"]}},shortcuts:{toggleTranslatePage:"Alt+A",toggleTranslateTheWholePage:"Alt+W",toggleOnlyTransation:"",toggleTranslateToThePageEndImmediately:"",toggleTranslationMask:"",shareToDraft:"",toggleMouseHoverTranslateDirectly:""},tempTranslateDomainMinutes:0,translationParagraphLanguagePattern:{matches:["onboarding.immersivetranslate.com","www.reddit.com","old.reddit.com","twitter.com","www.tumblr.com","*.twitter.com","medium.com","*.medium.com","github.com","gist.github.com","www.facebook.com","www.youtube.com","m.youtube.com","read.readwise.io","www.inoreader.com","mail.google.com","google.com","discord.com","*.instagram.com","instagram.com","web.telegram.org","web.whatsapp.com","*.slack.com","*.indeed.com","outlook.live.com","https://bsky.app","store.steampowered.com","test-app.immersivetranslate.com","app.immersivetranslate.com"],excludeMatches:[],selectorMatches:["meta[property='al:ios:url'][content^='medium://']"],selectorExcludeMatches:[]},sourceLanguageUrlPattern:{},selectTranslationFont:"",translationFonts:["Microsoft YaHei","SimSun","NSimSun","SimHei","Microsoft JhengHei","KaiTi","FangSong","PingFang SC","STHeiti","STKaiti","STSong","STFangsong","STZhongsong","STHupo","STXinwei","STLiti","STXingkai","Hiragino Sans GB","Lantinghei SC","Hanzipen SC","Hannotate SC","Songti SC","Wawati SC","Weibei SC","Xingkai SC","Yapi SC","Yuanti SC","Arial Unicode MS","MingLiU-ExtB","Malgun Gothic","Arial","Calibri","Cambria","Candara","Consolas","Constantia","Corbel","Courier New","Georgia","Lucida Console","MingLiU","PMingLiU","MingLiU_HKSCS","Meiryo","MS Gothic","MS PGothic","MS UI Gothic","MS Mincho","MS PMincho","Segoe UI","Segoe UI Symbol","Tahoma","Times New Roman","Trebuchet MS","Verdana","Gulim","Dotum","Batang","Gungsuh","San Francisco","Helvetica Neue","Hiragino Mincho ProN","Hiragino Kaku Gothic ProN","Yu Gothic","Yu Mincho","Geeza Pro","Al Nile","Tehran","Devanagari MT","Kohinoor Devanagari","Apple SD Gothic Neo","Nanum Gothic"],generalRule:{_comment:"",isTranslateWhenServiceChanged:!0,glossaries:[{k:"LLM",v:""},{k:"LLMs",v:""}],excludeRegexps:["(<\\\\/?[a-zA-Z0-9]+(?:[^>]*?)>)","(||||||||||
|
)"],detectionServiceOrder:["google","bing","transmart"],detectParagraphLanguage:!1,paragraphFirstLetterFontSize:35,toastErrorMinTimes:20,enableSubtitle:!1,"subtitle.autoEnableSubtitle":!1,disableNewTextTranslate:!1,skipEditableCheck:!1,mutationObserverLimitTargetSelectors:[],condition:{},normalizeBody:"",inputExecCommandDeleteEnable:!1,inputConfig:{clearContentEnable:!0,execCommandDeleteEnable:!1},mutationExcludeSelectors:["span.highlighter--highlighted","span.highlighter-ext","mark","msreadoutspan","rw-highlight","web-highlight","font.immersive-translate-target-wrapper *","pre",".uacc-clickable"],mutationExcludeContainsSelectors:["msreadoutspan","[class*='rgh-seen-']","[isInvalidTag]","mh","body","relin-hc"],atomicBlockSelectors:["relin-hc"],shareConfig:{injectCss:!0,removeSelectors:["noscript","script"]},mutationConfig:{consumeTimeout:100,buildTimeout:100,checkSelfUpdate:!0},useIframePostMessage:!1,searchEnhancementConfig:[],injectedCss:[],isOnBoardingPage:!1,isEbook:!1,isEbookBuilder:!1,ignoreZhCNandZhTW:!1,showSponsorOnSafari:!1,noTranslateRegexp:["^\\d+.+ago$","^\\d+\\s+MIN\\s+READ$"],waitForSelectors:[],isInjectOptionsUrl:!1,isInjectVersion:!1,isInjectMeta:!1,waitForSelectorsTimeout:3e3,pairs:{},aiRule:{},subtitleRule:{isInject:!0,autoEnableSubtitle:!1,preTranslation:!1,humanPreferred:!0,disabled:!1,hookType:"xhr",showQuickButton:!0,backgroundColor:"#080808",backgroundOpacity:"75",sourceTextColor:"#FFFFFF",translationTextColor:"#FFFFFF",sourceFontSize:"100",translationMode:"dual",translationPosition:"bottom",translationFontSize:"100",translateGroupCount:5,velocityGroup:[1,3,20]},bodyRule:{enable:!0,maxBodyScreenLength:25,articleChildTags:["P"],articleChildTagsNum:4,bodyIsRoot:!1,humanPreferred:!0,preTranslation:!0,xpathRule:["name:P"]},isSubtitleBuilder:!1,minZIndex:0,initTranslationServiceAsSoonAsPossible:!0,targetWrapperTag:"font",additionalInjectedCss:[],isTranslateTitle:!0,enableSearchEnhancement:!1,searchEnhancementSelector:"#rhs",languageDetectMinTextCount:50,wrapperPrefix:"smart",wrapperSuffix:"smart",isPdf:!1,pdfUrlExtractRule:{},isTransformPreTagNewLine:!1,urlChangeDelay:50,mutationChangeDelay:10,mainFrameMinTextCount:50,mainFrameMinWordCount:5,visibleDelay:0,additionalStayOriginalSelectors:["span.katex","span.notranslate",".MathJax_Preview",".MathJax",".MathJax_SVG",'[aria-labelledby^="MathJax-SVG"]',".mwe-math-element","span[translate=no]","em[translate=no]","code[translate=no]","span.math.inline","span.math.display",".ltx_Math",".mathjax-block",".MathJax_CHTML","kbd","span.pretex-inline","span.math-inline",".reference-citations"],translationBlockStyle:"",isShowUserscriptPagePopup:!0,observeUrlChange:!1,paragraphMinTextCount:4,paragraphMinWordCount:2,shadowRootSelectors:[],blockMinTextCount:24,blockMinWordCount:4,asideMaxTextCount:1e3,asideMaxWordCount:200,asideMaxTextCountPerParagraph:67,asideMaxWordCountPerParagraph:12,lineBreakMaxTextCount:0,globalAttributes:{},inputTutorialsText:"",inputTutorialsSelectors:[],globalMeta:{},globalStyles:{},initialGlobalAttributes:{},initialSelectorGlobalAttributes:{header:{translate:"no"},"footer:last-of-type":{translate:"no"},"nav:last-of-type":{translate:"no"},nav:{translate:"no"}},selectors:[],preWhitespaceDetectedTags:["DIV","SPAN"],stayOriginalSelectors:[],additionalSelectors:["h1","section h2","section h3","section h4","main h2","main h3","main h4",".article-title",".article-subtitle",".article_title",".article_subtitle",".article__title",".articleTitle",".Article__content",".titleLink",".summary",".headline",".page-content","aside.note","aside.article-comments","aside.onebox"],atomicBlockTags:[],excludeSelectors:[],additionalExcludeSelectors:['[contenteditable="true"]',".uacc-clickable","#monica-content-root","#immersive-translate-popup",".social-share",".breadcrumbs",".post__footer",".btn",".share-nav",".o-share","[data-toolbar=share]","rp","rt",".prism-code",".rc-CodeBlock","[role=code]","#omni-extension",".omni-item","div[data-paste-markdown-skip]","table.highlight","div[class^=codeBlockContent]","div[class^=codeBlockLines]","div[class^=token-line]","#liuchan-window > .liuchan-container > *",".material-icons","i.fa","i[class^=fa-]",".notranslate","[translate=no]",".navmenu-container",".google-symbols","h1 br","h2 br","h3 br","h4 br","table thead"],translationClasses:[],excludeTags:["TITLE","LINK","SCRIPT","STYLE","TEXTAREA","SVG","svg","G","NOSCRIPT","BUTTON","BASE","HR","PRE","KBD","WBR","RT","RP","META","MATH","TTS-SENTENCE","AIO-CODE","RELIN-TARGET"],bodyTranslateTags:["FOOTER","ASIDE","BUTTON","NAV"],forceTranslateTags:[],metaTags:["META","SCRIPT","STYLE","NOSCRIPT"],additionalExcludeTags:[],stayOriginalTags:["CODE","TT","IMG","SUP","SUB","SAMP","math","semantics","mrow","mo","mfrac","msup","mi","mn","msqrt","d-math"],additionalStayOriginalTags:[],inlineTags:["A","ABBR","FONT","ACRONYM","B","INS","DEL","RUBY","RP","RB","BDO","MARK","BIG","RT","NOBR","CITE","DFN","EM","I","LABEL","Q","S","SMALL","SPAN","STRONG","SUB","SUP","U","KBD","TT","VAR","IMG","CODE","SCRIPT","STYLE","LINK","TIME","META","WBR","RELIN-HC","RELIN-HIGHLIGHT","RELIN-ORIGIN","RELIN-TARGET","XQDD_HIGHLIGHT_NEW_WORD","NOBR","RW-HIGHLIGHT","HYPOTHESIS-HIGHLIGHT"],additionalInlineTags:[],extraInlineSelectors:["p > a span","p > span a span"],additionalInlineSelectors:[".MathJax_Preview",".MathJax",".highlighter--highlighted",".rw-highlight","ruby *"],extraBlockSelectors:["turbo-frame","readme-toc","#hs_cos_wrapper_post_body","#hs_cos_wrapper_post_body","option","ul > li"],allBlockTags:["BODY","HGROUP","CONTENT","ADDRESS","ARTICLE","ASIDE","DETAILS","BLOCKQUOTE","SELECT","OPTION","CANVAS","DD","DL","DT","FIELDSET","FIGCAPTION","FIGURE","FOOTER","HEADER","FORM","HR","MAIN","SUMMARY","NAV","NOSCRIPT","PRE","SECTION","TABLE","TFOOT","UL","VIDEO","P","DIV","H1","H2","H3","H4","H5","H6","UL","LI","OL","BR","PICTURE","TBODY","TR","TD","TH","SOURCE","C-WIZ","BUTTON","TURBO-FRAME","README-TOC"],mutationObserverContainerSelectors:[],pdfNewParagraphLineHeight:2.4,pdfNewParagraphIndent:1.2,pdfNewParagraphIndentRightIndentPx:130,fingerCountToToggleTranslagePageWhenTouching:4,fingerCountToToggleTranslationMaskWhenTouching:0,fingerCountToToggleTranslagePageOnlyTranslationWhenTouching:0,touchShortcutsToggleTranslatePage:"fingers.4",touchShortcutsToggleTranslationMask:"touchShortcutsOff",touchShortcutsToggleTranslatePageOnlyTranslation:"touchShortcutsOff",touchShortcutsToggleTranslateTouchElement:"touchShortcutsOff",touchShortcutsToggleTranslateTouchElementPreferenceKey:"slide.left",mouseHoverHoldKey:"Off",mouseHoverPreferenceKey:"Ctrl"},rules:[{id:"isSubtitleBuilder",isSubtitleBuilder:!0,pageType:"subtitleBuilder",selectorMatches:["meta[name='immersive-translate-subtitle-builder'][content='true']"],pairs:{".source-text":".target-text"},paragraphMinTextCount:4,paragraphMinWordCount:2,isTranslateTitle:!1,wrapperPrefix:"",wrapperSuffix:"","bodyRule.add":{enable:!1}},{id:"isEbook",isEbook:!0,pageType:"ebookReader",isTranslateTitle:!1,urlChangeDelay:200,selectorMatches:["meta[name='immersive-translate-ebook-viewer'][content='true']"],injectedCss:[".immersive-translate-target-translation-block-wrapper {display:block;}"],excludeSelectors:["#drop-target","#drop-target h1","#side-bar","h1#side-bar-title"],extraInlineSelectors:["span.dropcaps"],"bodyRule.add":{enable:!1},paragraphMinTextCount:4,paragraphMinWordCount:2,blockMinTextCount:1,blockMinWordCount:1,containerMinTextCount:1,wrapperPrefix:"
",targetWrapperTag:"span"},{id:"pdf",isPdf:!0,isTranslateTitle:!1,pageType:"pdfReader",selectorMatches:["meta[name='immersive-translate-pdf-viewer'][content='true']"],matches:["https://app.immersivetranslate.com/pdf","https://app.immersivetranslate.com/pdf/","https://app.immersivetranslate.com/pdf/*","http://localhost:38001/pdf*"],"additionalExcludeSelectors.remove":['[contenteditable="true"]'],isTranslateWhenServiceChanged:!1,translationMode:"translation",skipEditableCheck:!0,selectors:["p"],"bodyRule.add":{enable:!1},injectedCss:[".immersive-translate-target-wrapper {display: contents!important;position:absolute;}",".immersive-translate-target-wrapper br {display: none;!important;}",".immersive-translate-target-wrapper span {position: relative;!important;}",".immersive-translate-error-wrapper {padding:0px !important;margin:0px !important;}","font {line-height: 0!important;}"],globalAttributes:{"[class='textLayer']":{translate:"no"}},mutationExcludeContainsSelectors:["font.immersive-translate-target-wrapper"],"shareConfig.add":{removeSelectors:["noscript","script",".toolbar","#sidebarContainer",'[class="page"]',".editorParamsToolbar",".image-mode",".im_db",".im_cb"]},wrapperPrefix:"",isInjectVersion:!0},{id:"sci-hub.pdfWebPage",matches:["sci-hub.*"],waitForSelectorsTimeout:1,pdfUrlExtractRule:{selector:"#pdf",attribute:"src"}},{id:"common.pdfWebPage",waitForSelectorsTimeout:1,selectorMatches:["embed[type='application/pdf']"]},{id:"isEbookBuilder",matches:["https://app.immersivetranslate.com/ebook/make/","http://localhost:38001/ebook/make/"],isEbookBuilder:!0,pageType:"ebookBuilder",toastErrorMinTimes:500,isTranslateWhenServiceChanged:!1,isTranslateTitle:!1,targetWrapperTag:"span",selectorMatches:["meta[name='immersive-translate-ebook-builder'][content='true']"],injectedCss:[".immersive-translate-target-translation-block-wrapper {display:block;}"],globalMeta:{},excludeSelectors:["h1.notranslate","#drop-target","#drop-target h1","#side-bar","h1#side-bar-title","#tool",".Code"],"bodyRule.add":{enable:!1},isInjectMeta:!0,paragraphMinTextCount:4,paragraphMinWordCount:2,blockMinTextCount:1,blockMinWordCount:1,containerMinTextCount:1,wrapperPrefix:"
"},{id:"immersiveTranslateIosOnBoarding",selectorMatches:["meta[name=immersiveTranslateIosOnBoarding]"],initialGlobalAttributes:{"input#immersiveTranslateDetectedSlot":{value:"true"}},isInjectOptionsUrl:!0,isInjectVersion:!0,isInjectMeta:!0},{id:"immersiveTranslateIosOnBoardingStep1",selectorMatches:["meta[name=immersiveTranslateIosOnBoardingStep1]"],isOnBoardingPage:!0,isInjectOptionsUrl:!0,isInjectVersion:!0,isInjectMeta:!0},{id:"immersivePreview",matches:["https://immersivetranslate.com/preview*","https://test.immersivetranslate.com/preview*","https://immersivetranslate.com/drafts*","https://test.immersivetranslate.com/drafts*"],isInjectVersion:!0,isInjectMeta:!0,waitForSelectorsTimeout:1},{id:"pro-pdf",matches:["https://*.immersivetranslate.com/pdf-pro*"],pageType:"pdfProReader","excludeSelectors.add":["table"],isInjectVersion:!0,isInjectMeta:!0,waitForSelectorsTimeout:1},{id:"immersive",matches:["https://immersivetranslate.com","https://test.immersivetranslate.com","https://onboarding.immersivetranslate.com","https://app.immersivetranslate.com","https://test-app.immersivetranslate.com","http://localhost:38001"],isInjectVersion:!0,isInjectMeta:!0,waitForSelectorsTimeout:1},{id:"simpread",selectorMatches:"div.simpread-read-root.simpread-read-root-show > sr-read",mainFrameSelector:"div.simpread-read-root.simpread-read-root-show > sr-read"},{id:"txt",matches:["*://*/*.txt","file://*/*.txt"],selectorMatches:["body > pre"],"mutationExcludeSelectors.add":["body"],isTransformPreTagNewLine:!0,"excludeTags.remove":["PRE"]},{id:"hangejp",matches:["arad.hange.jp","arad.nexon.co.jp","oapi.dingtalk.com","login.dingtalk.com"],useIframePostMessage:!1},{id:"preSites",matches:["mail.jabber.org","antirez.com","patchwork.kernel.org","lists.apache.org","manned.org","bugs.webkit.org","bugzilla.mozilla.org","lwn.net/Articles/*","docs.haproxy.org","man.freebsd.org","www.oreilly.com/openbook/opensources/book/*","gamefaqs.gamespot.com"],isTransformPreTagNewLine:!0},{id:"wikipedia",matches:"*.wikipedia.org",paragraphMinWordCount:2,paragraphMinTextCount:4,injectedCss:[".immersive-translate-target-translation-block-wrapper { display: block; }"],excludeSelectors:[".mw-editsection",".mw-cite-backlink","#p-lang-btn","#right-navigation","#p-associated-pages",".vector-header"],stayOriginalSelectors:[".chemf",".mwe-math-element","[role=math]",".nowrap"],extraInlineSelectors:[".chemf",".mwe-math-element","[role=math]",".nowrap"],"bodyRule.add":{bodySelector:"#content",articleSelector:"#bodyContent"}},{id:"twitter",matches:["twitter.com","mobile.twitter.com","tweetdeck.twitter.com","pro.twitter.com","https://platform.twitter.com/embed*"],additionalStayOriginalSelectors:['[data-testid="tweetText"] a',"[data-testid='UserDescription'] a","[data-testid='HoverCard'] a","[data-testid='UserCell'] a","[data-testid='birdwatch-pivot'] a"],blockMinTextCount:0,blockMinWordCount:0,excludeSelectors:["[aria-describedby][role=button]","header","[data-testid='radioGroupplayback_rate'] div","[data-testid='userFollowIndicator']","[class='css-901oao r-14j79pv r-37j5jr r-n6v787 r-16dba41 r-1cwl3u0 r-bcqeeo r-qvutc0']","[class='css-175oi2r r-1wbh5a2 r-dnmrzs']"],extraBlockSelectors:['[data-testid="tweetText"] div.r-6koalj'],extraInlineSelectors:['[data-testid="tweetText"] div.r-xoduu5','[data-testid="tweetText"] span','[data-testid="UserDescription"] div',"[data-testid='HoverCard'] div[dir=auto] div","[data-testid='HoverCard'] span[dir=auto] div"],globalStyles:{"[data-testid='card.layoutLarge.detail'] > div:nth-child(2)":"-webkit-line-clamp: unset;","[data-testid='card.layoutSmall.detail'] > div:nth-child(2)":"-webkit-line-clamp: unset;","[data-testid='tweetText']":"-webkit-line-clamp: unset;"},ignoreZhCNandZhTW:!0,isTranslateTitle:!1,useIframePostMessage:!1,observeUrlChange:!1,paragraphMinTextCount:2,paragraphMinWordCount:1,selectors:['[data-testid="tweetText"]',".tweet-text",".js-quoted-tweet-text","[data-testid='card.layoutSmall.detail'] > div:nth-child(2)","[data-testid='developerBuiltCardContainer'] > div:nth-child(2)","[data-testid='card.layoutLarge.detail'] > div:nth-child(2)","[data-testid='cellInnerDiv'] div[data-testid='UserCell'] > div> div:nth-child(2)","[data-testid='UserDescription']","[data-testid='HoverCard'] div[dir=auto]","[data-testid='HoverCard'] span[dir=auto]","[data-testid='HoverCard'] [role='dialog'] div[dir=ltr]","[data-testid='birdwatch-pivot'] div[dir=ltr]"],"subtitleRule.add":{type:"live",isInject:!1,injectedCss:["#layers[style='z-index: 1;'] [style='height: 100px;'] { height: 400px !important; }"],liveSubtitleRule:{containerSelector:".css-175oi2r.r-13awgt0.r-1pi2tsx.r-13qz1uu > [role='listbox']",reportSelector:".css-175oi2r.r-1awozwy.r-173mn98.r-1mf7evn.r-7e3msg",textSelectors:[".css-1rynq56.r-bcqeeo.r-qvutc0.r-37j5jr.r-a023e6.r-16dba41.r-dhbnww.r-1pb70le"],mutationChangeDelay:1e3}},"subtitleRule.add_v.[1.2.1]":{type:"twitter",videoPlayerSelector:"video",loadingStyle:"bottom: unset; top: 5%;",injectedCss:["#layers[style='z-index: 1;'] [style='height: 100px;'] { height: 400px !important; }","video::cue {white-space: pre-line;}"]}},{id:"threads",matches:"www.threads.net",selectors:["p",".x1npkx4u.x1exu5d8",".xw7yly9",".xgkxs2y",".x1xdureb.xqti54a.x13vxnyz",".xqti54a.x13vxnyz.x49hn82.xcrlgei.x889kno"],stayOriginalSelectors:[".x1rg5ohu",".xat24cr.xdj266r a"],"excludeSelectors.add":[".x6s0dn4.x78zum5",".xpvyfi4.x1npkx4u.x1ms6mhf"],globalStyles:{span:"max-height:unset;-webkit-line-clamp:unset;height:unset;white-space:unset;"}},{id:"stackoverflow",matches:["stackoverflow.com","*.stackexchange.com","superuser.com","askubuntu.com","serverfault.com"],extraBlockSelectors:["span.comment-copy"],globalStyles:{".s-post-summary--content-excerpt":"-webkit-line-clamp:unset;"},"excludeSelectors.add":[".votecell","header","#footer","#question-header + div","div.postcell div.mb0","div[id^=comments-link-]","#answers-header",".new-post-login",".form-submit","a[href='/questions/ask']","#left-sidebar","a.comment-user","span.comment-date","div.s-prose.js-post-body + div",".bottom-notice","div[data-campaign-name=stk]",".s-post-summary--stats",".s-post-summary--meta"],paragraphMinTextCount:4,paragraphMinWordCount:2},{id:"appleDeveloper",matches:"developer.apple.com/documentation/*",selectors:[".container","h3.title","div.content"]},{id:"hackerNews",matches:"news.ycombinator.com",selectors:[".titleline > a",".comment > .commtext",".toptext","a.hn-item-title",".hn-comment-text",".hn-story-title"],excludeSelectors:[".reply"]},{id:"quora",matches:["*.quora.com","quora.com"],excludeSelectors:[".dom_annotate_multifeed_bundle_AskQuestionPromptBundle",".dom_annotate_feed_switcher","[class='q-box qu-py--small qu-color--gray_light']","[class='q-box spacing_log_answer_header']","[class='q-box qu-flex--auto']","[class='q-text qu-dynamicFontSize--small qu-mt--small qu-color--gray_light qu-passColorToLinks']",".AnswerFooter___StyledFlex-sc-2xbo88-0","[class='q-box qu-mb--small']"],globalStyles:{".qu-truncateLines--3":"-webkit-line-clamp: unset;"}},{id:"oldReddit",matches:["old.reddit.com/*/.compact","old.reddit.com/.compact","www.reddit.com/*/.compact","www.reddit.com/.compact"],selectors:[".title > a",".usertext-body"],detectParagraphLanguage:!0},{id:"otherOldReddit",matches:"old.reddit.com",selectors:["p.title > a","[role=main] .md-container"],detectParagraphLanguage:!0},{id:"redditList",matches:["https://www.reddit.com/r/*/comments/*/*","https://www.reddit.com/","https://www.reddit.com/hot/","https://www.reddit.com/new/","https://www.reddit.com/top/"],excludeMatches:["https://www.reddit.com/r/*/wiki/*"],observeUrlChange:!0,selectors:["h1",".PostHeader__post-title-line","[data-click-id=body] h3","[data-click-id=background] h3","[data-testid=comment]","[data-adclicklocation='title'] h3","[data-adclicklocation=media]","[data-testid='post-title-text']",".PostContent",".post-content",".Comment__body","faceplate-batch .md","[slot=comment]",".RichTextJSON-root","[slot=title]","[slot=text-body]","p.title > a","[role=main] .md-container"],detectParagraphLanguage:!0,globalStyles:{"div.XPromoBottomBar":"display:none","[class*='line-clamp']":"-webkit-line-clamp: unset"},waitForSelectors:["[data-testid=post_author_link]"],"inputConfig.add":{clearContentEnable:!1}},{id:"reddit",matches:"www.reddit.com",selectors:["#search-results-tab-slot","h1",".PostHeader__post-title-line","[data-click-id=body] h3","[data-click-id=background] h3","[data-testid=comment]","[data-adclicklocation='title'] h3","[data-testid='post-title-text']","[slot=comment]","[data-adclicklocation=media]",".PostContent",".post-content",".Comment__body","faceplate-batch .md","[slot=text-body]","p.title > a","[role=main] .md-container","#-post-rtjson-content",".RichTextJSON-root","[slot='title']"],excludeSelectors:[".text-neutral-content-weak"],paragraphMinTextCount:5,paragraphMinWordCount:2,excludeMatches:["https://www.reddit.com/r/*/wiki/*","https://www.reddit.com/settings/*"],detectParagraphLanguage:!0,globalStyles:{"div.XPromoBottomBar":"display:none","[class*='line-clamp']":"-webkit-line-clamp: unset"}},{id:"reuters",matches:"www.reuters.com",excludeSelectors:["[promotext]","[data-testid=Leaderboard]","[data-testid=HomeTickerV2]","[data-testid=SiteFooter]","[class^=refinitiv-promo-bar__container]","[data-testid=ResponsiveAdSlot]","[data-testid=SiteHeader]","[data-testid=HomeTickerV2]"]},{id:"npmjs",matches:"https://www.npmjs.com/package/*",selectors:["#tabpanel-readme > div:first-child"]},{id:"github",matches:"github.com",useIframePostMessage:!1,excludeMatches:["https://github.com/*/*/settings","https://github.com/settings/*","https://github.com/sponsors/*","https://github.com/readme/*","https://github.com/readme/","https://github.com/features/*","https://github.com/customer-stories/*"],mutationExcludeSelectors:[".react-blob-sticky-header *"],selectors:["h1","[aria-label=Issues] .markdown-title","[aria-labelledby=discussions-list] .markdown-title","h3 .markdown-title",".markdown-body",".Layout-sidebar p","div > span.search-match","li.repo-list-item p","#responsive-meta-container p","article p","div.repo-description p","[itemprop=description]",".integrations-auth-wrapper",".new-feed-onboarding-notice","article section[aria-label='card content'] > div > div > div > div:nth-child(2)",".TimelineItem-body .Link--primary",'[role="navigation"] p','[data-testid="commit-row-item"] h4'],atomicBlockSelectors:["[itemprop=description]"],excludeSelectors:[".css-truncate","[data-test-selector='commit-tease-commit-message']","[data-test-selector='create-branch.developmentForm']","div.Box-header.position-relative","div.blob-wrapper-embedded","div.Box.Box--condensed.my-2","div.jp-CodeCell",'[aria-label="Account"] .markdown-title',".js-repos-container .markdown-title","a.anchor","div.file-navigation + div.Box"],extraBlockSelectors:[],extraInlineSelectors:["g-emoji","a.anchor"],stayOriginalTags:["CODE","TT","G-EMOJI","IMG","SUP","SUB"],"stayOriginalSelectors.add":[".issue-link"],detectParagraphLanguage:!0,globalStyles:{".TimelineItem-body .Link--primary":"-webkit-line-clamp: unset;"}},{id:"github-blog",matches:["github.blog"],injectedCss:["font {word-break: break-all !important;}"]},{id:"githubNotebook",matches:"notebooks.githubusercontent.com",useIframePostMessage:!1,excludeSelectors:["div.jp-CodeCell"]},{id:"facebook",matches:"www.facebook.com",excludeMatches:["https://www.facebook.com/business/*","https://www.facebook.com/help*"],selectors:["div[dir=auto][style]","div[dir=auto][class]","span[lang]"],atomicBlockSelectors:["div[dir=auto][style]","div[dir=auto][class]","span[lang]"],insertPosition:"afterend",preWhitespaceDetectedTags:["DIV","SPAN"],extraBlockSelectors:["span.x1vvkbs"],excludeSelectors:["[role=button]"],translationClasses:["immersive-translate-text"],detectParagraphLanguage:!0},{id:"youtubeMobile",matches:"m.youtube.com",selectors:[".comment-text","#content-text",".media-item-headline",".slim-video-information-title",".yt-spec-button-view-model",".yt-core-attributed-string > span",".title"],shareConfig:{injectCss:!1,removeSelectors:["iron-iconset-svg","iframe","ytd-watch-next-secondary-results-renderer","noscript","script"]},"mutationConfig.add":{checkSelfUpdate:!1},"excludeTags.remove":["BUTTON"],additionalExcludeSelectors:[".ytp-caption-window-container","text"],"subtitleRule.add":{type:"youtube",subtitleUrlRegExp:"(/api/timedtext|videoplayback\\?expire.*text)",translateSelectors:[".caption-window",".caption-visual-line"],videoPlayerSelector:".html5-video-player.playing-mode,.html5-video-player.paused-mode",loadingContainerSelector:".ytp-caption-window-container",videoADSelector:".ytp-ad-player-overlay",injectedCss:["#player-shorts-container .ytp-caption-window-bottom {top: 40px; bottom: unset!important;}"],videoSelector:".html5-video-player.playing-mode video,.html5-video-player.paused-mode video",translationOnlyPattern:["m.youtube.com/watch*","m.youtube.com/embed*","m.youtube.com/shorts*"],attachRule:{appendSelector:".html5-video-player.playing-mode,.html5-video-player.paused-mode",injectedCSS:[".imt-caption-container {z-index:40;}"],injectedGlobalCSS:[".caption-window {display: none;} ","shorts-video #immersive-translate-caption-window { height: 150px;}"]}},wrapperPrefix:"",wrapperSuffix:"",observeUrlChange:!0,atomicBlockSelectors:[".comment-text"],globalStyles:{".comment-text":"max-height:unset;",".media-item-headline":"max-height:unset;-webkit-line-clamp:unset;"},injectedCss:[".immersive-translate-target-wrapper img { width: 16px; height: 16px }"],extraBlockSelectors:[".caption-visual-line"]},{id:"youtube",matches:"www.youtube.com",blockMinTextCount:0,blockMinWordCount:0,detectParagraphLanguage:!0,lineBreakMaxTextCount:0,shareConfig:{injectCss:!1,removeSelectors:["iron-iconset-svg","iframe","ytd-watch-next-secondary-results-renderer","noscript","script"]},"additionalExcludeSelectors.add":[".ytp-caption-window-container","text"],globalStyles:{"#video-title":"-webkit-line-clamp: unset;max-height: unset;","h1.ytd-watch-metadata":"-webkit-line-clamp: unset;max-height: unset;","yt-formatted-string#video-title":"-webkit-line-clamp: unset;max-height: unset;","ytd-expander.ytd-comment-renderer":"--ytd-expander-max-lines: 1000;"},injectedCss:[".immersive-translate-target-wrapper img { width: 16px; height: 16px }",".metadata-snippet-container {max-height: unset !important;}",".immersive-translate-target-wrapper {text-align: left;}",".immersive-translate-target-wrapper[dir=rtl] {text-align: right;}"],isTranslateTitle:!1,observeUrlChange:!0,selectors:["yt-formatted-string[slot=content].ytd-comment-renderer","yt-formatted-string.ytd-video-renderer","yt-formatted-string#content-text","h1","yt-formatted-string#video-title","yt-formatted-string.span","span#video-title","a#video-title","yt-formatted-string.ytd-transcript-segment-renderer","#description-inline-expander > yt-attributed-string > span","yt-attributed-string > span","ytd-notification-renderer .message","#message",".yt_to_text_transcript_text"],extraBlockSelectors:["yt-formatted-string.ytd-transcript-segment-renderer",".caption-visual-line"],"subtitleRule.add":{type:"youtube",subtitleUrlRegExp:"(/api/timedtext|videoplayback\\?expire.*text)",translateSelectors:[".caption-window",".caption-visual-line"],videoPlayerSelector:".html5-video-player.playing-mode,.html5-video-player.paused-mode",loadingContainerSelector:".ytp-caption-window-container",videoADSelector:".ytp-ad-player-overlay",translationOnlyPattern:["www.youtube.com/watch*","www.youtube.com/embed*","www.youtube.com/shorts*"],subtitleButtonSelector:".html5-video-player.playing-mode .ytp-subtitles-button,.html5-video-player.paused-mode .ytp-subtitles-button",languageSelector:".ytp-menuitem-label",injectedCss:["#shorts-player .ytp-caption-window-bottom {top: 2%; bottom: unset!important;} #immersive-translate-quick-button-container {font-size: 12px;z-index:1001;}"],quickButtonRule:{appendSelector:".ytp-chrome-controls",insertBeforeSelector:".ytp-right-controls"},videoSelector:".html5-video-player.playing-mode video,.html5-video-player.paused-mode video",attachRule:{appendSelector:".html5-video-player.playing-mode,.html5-video-player.paused-mode",injectedCSS:[".imt-caption-container {z-index:40;}",".imt-caption-window {margin-bottom: 2%}"],injectedGlobalCSS:[".caption-window {display: none;} ","#shorts-player #immersive-translate-caption-window { height: 20%;}",".html5-video-player:not(.ytp-autohide) #immersive-translate-caption-window {bottom: 60px;}"]}},urlChangeDelay:2e3,wrapperPrefix:"
",wrapperSuffix:""},{id:"tvYoutube",matches:"tv.youtube.com","subtitleRule.add":{type:"youtube",preTranslation:!0,humanPreferred:!1,subtitleUrlRegExp:"(/api/timedtext|videoplayback\\?expire.*text)",translateSelectors:[".caption-window",".caption-visual-line"],videoPlayerSelector:".html5-video-player.playing-mode,.html5-video-player.paused-mode",loadingContainerSelector:".ytp-caption-window-container",videoADSelector:".ytp-ad-player-overlay",translationOnlyPattern:["tv.youtube.com/watch*"],subtitleButtonSelector:".ytp-subtitles-button",languageSelector:".ytp-menuitem-label",injectedCss:["#shorts-player .ytp-caption-window-bottom {top: 2%; bottom: unset!important;} #immersive-translate-quick-button-container {font-size: 12px;z-index:1001;}"],quickButtonRule:{appendSelector:".ypcs-control-buttons-right",insertBeforeSelector:".ypcs-control-buttons-right .ypcs-volume-control-slot"},videoSelector:".html5-video-player.playing-mode video,.html5-video-player.paused-mode video",attachRule:{appendSelector:".html5-video-player.playing-mode,.html5-video-player.paused-mode",injectedCSS:[".imt-caption-container {z-index:40;}",".imt-caption-window {margin-bottom: 2%;}"],injectedGlobalCSS:[".caption-window {display: none;} ","#shorts-player #immersive-translate-caption-window { height: 20%;}",".html5-video-player:not(.ytp-autohide) #immersive-translate-caption-window {bottom: 60px;}"]}}},{id:"youtube-subtitle",matches:["www.youtube-nocookie.com","music.youtube.com"],extraBlockSelectors:[".caption-visual-line"],mainFrameMinTextCount:0,"excludeSelectors.add":[".captions-text",".ytp-caption-segment"],"subtitleRule.add":{type:"youtube",subtitleUrlRegExp:"/api/timedtext",translateSelectors:[".caption-window",".caption-visual-line"],videoPlayerSelector:".html5-video-player",loadingContainerSelector:".ytp-caption-window-container",videoADSelector:".ytp-ad-player-overlay",translationOnlyPattern:["www.youtube-nocookie.com/embed*","music.youtube.com/watch*"],subtitleButtonSelector:".ytp-subtitles-button",languageSelector:".ytp-menuitem-label",injectedCss:["#shorts-player .ytp-caption-window-bottom {top: 2%; bottom: unset!important;}"],quickButtonRule:{appendSelector:".ytp-chrome-controls",insertBeforeSelector:".ytp-right-controls"},videoSelector:".html5-video-player video",attachRule:{appendSelector:".html5-video-player",injectedCSS:[".imt-caption-container {z-index:40;}",".imt-caption-window {margin-bottom: 2%;}"],injectedGlobalCSS:[".caption-window {display: none;} ","#shorts-player #immersive-translate-caption-window { height: 20%;}",".html5-video-player:not(.ytp-autohide) #immersive-translate-caption-window {bottom: 60px;}"]}}},{id:"instagramMessage",matches:["https://www.instagram.com/direct/*"],wrapperPrefix:"
",selectors:["div[dir=auto].html-div"]},{id:"instagramPost",matches:["https://www.instagram.com/p/*","https://www.instagram.com/reels/*"],blockMinTextCount:1,paragraphMinTextCount:2,excludeSelectors:["hr+div span[dir=auto][style] > span"],selectors:["h1","ul li h3+div span[dir=auto]","hr+div span[dir=auto][style]","div > div[dir=auto]","div:not([class]) > div > div:nth-child(2)"],wrapperPrefix:"
"},{id:"otherInstagram",blockMinWordCount:1,matches:"https://www.instagram.com/*",paragraphMinTextCount:2,selectors:["h1","article span[dir=auto] > span[dir=auto]","._ab1y","ul li h3+div span[dir=auto]","hr+div span[dir=auto][style]","span[dir=auto] > div > span","div > h1[dir=auto]"],wrapperSuffix:""},{id:"1paragraph",matches:"1paragraph.app",selectors:["#book"]},{id:"poeditor",matches:"https://poeditor.com/projects/*",selectors:[".comment-body",".reference_language .source-string"]},{id:"substack",matches:["*.substack.com","newsletter.rootsofprogress.org"],selectorMatches:["link[href^='https://substackcdn.com/bundle/'][rel=preload]"],excludeSelectors:["[style^=top]",".publication-footer",".subscribe-footer",".main-menu",".navbar-title-link","[data-testid='navbar']",".navbar-title",".captioned-button-wrap",".subscription-widget-wrap",".tweet-header",".tweet-link-bottom",".expanded-link",".meta-subheader",".comment-meta",".comment-actions"],globalStyles:{".reader2-clamp-lines":"max-height: unset; -webkit-line-clamp: unset;","[class*='clamp-']":"max-height: unset; -webkit-line-clamp:unset;",".blurb-text":"max-height: unset;",".comment-body":"max-height: unset;"},extraBlockSelectors:[".reader2-post-title",".tweet-link-top",".tweet-link-bottom",".expanded-link"]},{id:"seekingalpha",matches:["seekingalpha.com/article/*","seekingalpha.com/news/*"],selectors:["[data-test-id=card-container]","[data-test-id=comments-section]"],excludeSelectors:["[data-test-id=post-page-meta]","header > div:first-child"]},{id:"hnAlgolia",matches:"hn.algolia.com",selectors:[".Story_title > a:first-child",".Story_comment > span"]},{id:"readwise",matches:"read.readwise.io",selectors:["div[class^='_titleRow_']","#document-text-content"],detectParagraphLanguage:!0},{id:"inoreader",matches:["www.inoreader.com","*.inoreader.com"],selectors:[".article_header_title",".article_title_link",".article_content",".article_magazine_title_link",".blog-post-page","#welcome_center",".gad_overview_articles_wrapper",".library_article_text h4",".header_name"],excludeMatches:["https://www.inoreader.com/features/"],observeUrlChange:!1,globalStyles:{".article_title_link,.library_article_text h4,.gadget_overview_article_title,.article_magazine_title_link,.reader_pane_view_style_2 .column_view_title":"-webkit-line-clamp: unset;max-height: unset;",".article_tile_content_wraper,div.article_tile":"overflow:auto",".article_header_title":"white-space:normal"}},{id:"aha",matches:"*.ideas.aha.io",excludeSelectors:[".comment-header",".vote-status",".idea-meta",".filters-title",".ideas-showing-count",".my-ideas-filters-wrapper",".statuses-filters-wrapper",".categories-filters-wrapper","[class^='attachment']","span[class^='attachment-name']"]},{id:"googleScholar",matches:["scholar.google.*/*","scholar.google.com.*/*","scholar.google.co.*/*"],wrapperPrefix:` +`,selectors:["h3 a[data-clk]","div.gs_rs","td a.gsc_a_at","td div.gs_gray:last-of-type","div.gsc_oci_value","#gs_opinion"],extraInlineSelectors:["br"],atomicBlockSelectors:["h3 a[data-clk]"]},{id:"googleMail",matches:"mail.google.com",detectParagraphLanguage:!0,selectors:["h2[data-thread-perm-id]","span[data-thread-id]","div[data-message-id] div[class='']",".messageBody","#views"],globalStyles:{"[role='listitem'] > div":"height:auto!important;white-space:unset!important;"}},{id:"googleNews",matches:"news.google.com",blockMinTextCount:26,blockMinWordCount:5,globalStyles:{".MCAGUe":"height: auto;",".To2ZZb.DbQnIe":"height: unset;",".cp7Yvc > h2":"display: block;",".oovtQ":"height: auto;",h4:"-webkit-line-clamp: unset;"},excludeSelectors:[".EyERq",".AOl7G.eejsDc","[aria-label='Home']","[aria-label='For you']","[aria-label='Following']","[aria-label='World']","[aria-label='Local']",".gb_Fc",".wBQf7b",".yPI8Rb",".jKHa4e",".u43Gd",".Zgjpyb","[role='button']","[jsname='rymPhb']",".cbz1ld",".VfPpkd-P5QLlc",".XvhY1d"]},{id:"outlook",matches:"outlook.live.com",excludeSelectors:[".jHAG3.XG5Jd",".OZZZK",".lDdSm"]},{id:"producthunt",matches:"www.producthunt.com",excludeMatches:"https://www.producthunt.com/stories/*",selectors:["h2","div[class^='styles_htmlText__']","[class^='styles_tagline']","a[href^='/discussions/'].fontWeight-600","button[class^='styles_textButton'] > div > span","h5 + p","div[data-test=product-item-name] + div",".noOfLines-1,.noOfLines-2,.noOfLines-3",".fontWeight-600","[class*='styles_dropdown']","[class*='styles_aboutText']","[class*='styles_titleContainer']","[class*='styles_header'] h1"],globalStyles:{"h5 + p":"height:unset;",".noOfLines-1,.noOfLines-2,.noOfLines-3":"-webkit-line-clamp:unset;"},"excludeTags.remove":["PRE"]},{id:"codeforces",matches:"https://codeforces.com/*","stayOriginalTags.add":["[class^='MathJax']"]},{id:"discord",matches:"https://discord.com/channels/*",isTranslateTitle:!1,selectors:["li[id^=chat-messages] div[id^=message-content]","div[class^=headerText]","section[aria-label='Search Results'] div[id^=message-content]"],extraBlockSelectors:["[class^='embedFieldValue']","li[class^='card'] div[class^='message']","[data-list-item-id^='forum-channel-list'] div[class^='headerText']"],globalStyles:{"div[class^=headerText]":"max-height: unset;","div[class^=message]":"max-height: unset;","div[class^=text]":"max-height: unset;","h3[data-text-variant='heading-lg/semibold']":"-webkit-line-clamp: none;"},detectParagraphLanguage:!0,wrapperPrefix:"
",wrapperSuffix:"",paragraphMinTextCount:4,paragraphMinWordCount:2},{id:"telegram",matches:["web.telegram.org/z/*","web.telegram.org/a/*"],isTranslateTitle:!1,selectors:[".text-content",".message",".reply-markup-button-text",".bot-commands-list-element-description"],"extraBlockSelectors.add":[".message.spoilers-container em",".message.spoilers-container strong"],excludeSelectors:[".time",".peer-title",".document-wrapper",".message.spoilers-container custom-emoji-element"],detectParagraphLanguage:!0},{id:"telegramK",matches:["web.telegram.org/k/*","web.telegram.org/k/"],selectors:[".message",".reply-markup-button-text",".bot-commands-list-element-description"],"extraBlockSelectors.add":[".message.spoilers-container em",".message.spoilers-container strong"],excludeSelectors:[".time",".peer-title",".document-wrapper",".message.spoilers-container custom-emoji-element"],detectParagraphLanguage:!0},{id:"githubGist",matches:"gist.github.com",selectors:[".markdown-body",".readme"],detectParagraphLanguage:!0},{id:"lobste",matches:"lobste.rs",excludeMatches:["https://lobste.rs/about","https://lobste.rs/chat"],selectors:[".u-repost-of",".comment_text",".story_text"]},{id:"slack",matches:"*.slack.com",selectors:[".p-rich_text_block",".p-message_pane__foreword",".c-alert__message","[data-qa=message_attachment_text]"],additionalStayOriginalSelectors:["[data-qa=emoji]"],detectParagraphLanguage:!0},{id:"artstationArtwork",matches:"www.artstation.com/artwork/*",excludeSelectors:".project-description a",selectors:[".project-description","div.project-comment-text"],detectParagraphLanguage:!0},{id:"artstationLearning",matches:"www.artstation.com/learning/courses/*",additionalSelectors:["footer.learning-course-description.ng-star-inserted > span"],excludeSelectors:[".learning-card-meta",".vjs-text-track-display"],"mutationExcludeSelectors.add":[".vjs-text-track-display *"],"subtitleRule.add":{type:"webvtt",subtitleUrlRegExp:"/subtitles/.*\\.(vtt|webvtt)$",loadingContainerSelector:".vjs-text-track-display",quickButtonRule:{appendSelector:".vjs-control-bar",insertBeforeSelector:".vjs-playback-rate",injectCSS:".imt-quick-subtitle-button { font-size: 12px;} .logo,.logo svg { height: 18px !important; width: 18px !important;} .imt-quick-subtitle-pop-content {bottom: 38px !important;}"},videoSelector:"video",attachRule:{appendSelector:".video-js",injectedGlobalCSS:[".vjs-text-track-display {display: none;}",".captions-text: {margin-bottom: 10%;}"]}}},{id:"artstationBlog",matches:["https://www.artstation.com/blogs","https://www.artstation.com/blogs/*"],detectParagraphLanguage:!0,additionalSelectors:[".comment-item-body"],atomicBlockSelectors:[".author-headline",".author-location"],excludeSelectors:["blog-card-thumbnail","blog-card-header",".blog-card-author",".blog-card-meta",".blog-view-header",".blog-grid-title",".post-meta-header"]},{id:"figmaCommunity",matches:"www.figma.com/community/*",normalizeBody:"div.ql-editor[contenteditable='false']",excludeSelectors:["div[class*='metadataRight']","div[class*='commentMetaAndOptions']"],globalStyles:{"div[class*='mini_cardBottomRowSizing']":"height: 3em;"},additionalSelectors:["div[class*='mini_cardBottomRow_Metadata']"],stayOriginalSelectors:["[data-tooltip='tooltip-user-info']"]},{id:"googleIndex",matches:["https://www.google.com/","https://www.google.com.hk/"],excludeSelectors:["#gb","#SIvCob"],inputTutorialsText:"\u8BD5\u8BD5\u8F93\u5165\u4E2D\u6587\u540E\u5FEB\u901F\u8FDE\u51FB 3 \u6B21\u7A7A\u683C\u952E\u7FFB\u8BD1\uFF08\u4EC5\u63D0\u793A\u4E00\u6B21\uFF09",inputTutorialsSelectors:["textarea#APjFqb"],"inputConfig.add":{tutorialsText:"\u8BD5\u8BD5\u8F93\u5165\u4E2D\u6587\u540E\u5FEB\u901F\u8FDE\u51FB 3 \u6B21\u7A7A\u683C\u952E\u7FFB\u8BD1\uFF08\u4EC5\u63D0\u793A\u4E00\u6B21\uFF09",tutorialsSelectors:["textarea#APjFqb"]}},{id:"googleSearch",matches:"www.google.*/search*",blockMinTextCount:32,blockMinWordCount:3,wrapperSuffix:"",detectParagraphLanguage:!0,excludeSelectors:["a h3 + div","div#sfooter","a[role=presentation] > div > div:first-child",".b5ZQcf",".CEMjEf",".MgUUmf.NUnG9d","#result-stats","[role=navigation]","div.sCuL3","div.eFM0qc.BCF2pd","div.WZ8Tjf","div.adDDi","#headerSection","#rateChatDiv","[id=bres]",".title-D5Lgyj","[data-attrid='VisualDigestVideoResult']",".search-enhance-WDIEkP h4",".SPZz6b h2",".CtCigf",".VLkRKc",".EbH0bb",".Wr0c6d",".jleFbf","#searchform",".yg51vc",".CbAZb"],extraBlockSelectors:[".MUFPAc"],"additionalExcludeSelectors.add":["[jscontroller='UsftYd']"],globalStyles:{".V82bz":"-webkit-line-clamp: unset;max-height: unset;margin-bottom:30px",".pe7FNb":"-webkit-line-clamp: unset;",".promotion-3PDMAb":"display: none;",".uAKcGb":"-webkit-line-clamp: unset;max-height: unset;margin-bottom:30px","div[data-content-feature='1'] > div":"-webkit-line-clamp: unset;max-height: unset;","div[style='-webkit-line-clamp:2']":"-webkit-line-clamp: unset;max-height: unset;","div[style='-webkit-line-clamp:3']":"-webkit-line-clamp: unset;max-height: unset;","div[style='-webkit-line-clamp:4']":"-webkit-line-clamp: unset;max-height: unset;",".Pw4Ldf.RsCEN":"height:unset;",".related-question-pair":"overflow:auto;"},ignoreZhCNandZhTW:!0,isTranslateTitle:!1,searchEnhancementConfig:[{id:"google",urlMatch:"https://www\\.google\\..+/search",style:{source:"font-size:12px; margin-bottom: 6px;",enTitle:"margin-top:6px;font-size:14px;",searchTitle:"margin-top:6px;position:relative;padding-right:24px;",more:"color:#1a0dab;margin-top:8px;",enTitleClassName:"immersive-translate-search-enhancement-en-title"},keyword:{value:"[0]$1",matches:[{source:"url",matchRegex:"q=(.+?)&"}]},showCount:5}]},{id:"lowendtalk",matches:"lowendtalk.com",selectors:["[role=heading]","h1",".userContent"]},{id:"linkedinJobs",matches:"www.linkedin.com/jobs/*",selectors:["#job-details > span",".decorated-job-posting__details"]},{id:"linkedinFeed",matches:"https://linkedin.com/feed/*",selectors:["h1",".feed-shared-update-v2__description-wrapper"]},{id:"indiehackers",matches:"www.indiehackers.com",selectors:[".content","h1","h3.story__title",".feed-item__title-link",".article-body",".interview-body"]},{id:"libreddit",matches:"libreddit.de",selectors:["h2.post_title",".comment_body > .md"]},{id:"notionSite",matches:["notion.site","*.notion.site"],normalizeBody:"body",selectors:["div[data-block-id]"]},{id:"notion_so",matches:["www.notion.so"],injectedCss:["[aria-label='Templates'] font br {display:none;}"]},{id:"newyorker",matches:"www.newyorker.com",additionalSelectors:["h1","[data-testid=SummaryItemHed]"],excludeSelectors:["[data-testid=PersistentTop]","[data-testid=StackedNavigationHeader]"],urlChangeDelay:2e3},{id:"startme",matches:"start.me",selectors:[".rss-article__title",".rss-articles-list__article-link",".rss-showcase__title",".rss-showcase__text"]},{id:"scmp",matches:"www.scmp.com",additionalSelectors:[".info__subHeadline",".section-content h2"],globalStyles:{".topic__article-list":"height: unset;",".adverisers__adveriser":"height: unset;",".advertiser__content":"height: unset;",".content-title__link":"display:unset;overflow:unset;-webkit-line-clamp:unset;",".title__text":"max-height:unset; -webkit-line-clamp:unset;",".news-list-item__news-title":"max-height:unset; -webkit-line-clamp:unset;","a[class*='link'] > .link__headline":"max-height:unset; -webkit-line-clamp:unset;"},"bodyRule.add":{bodySelector:"[data-qa='ArticleList-Item']",articleSelector:"[data-qa='GenericArticle-Content']",xpathRule:["datatype:p"]}},{id:"lesswrong",matches:"www.lesswrong.com",extraBlockSelectors:["span.commentOnSelection"]},{id:"mastodon",matches:["mastodon.social","mastodon.online","kolektiva.social","indieweb.social","mastodon.world","infosec.exchange"],isTranslateTitle:!1,selectorMatches:["div#mastodon"],selectors:["div.status__content__text",".about__section__body",".content",".form-container",".account__header__extra"],globalAttributes:{"[class='notranslate app-holder']":{class:"app-holder"}},detectLanguage:!0},{id:"cnbc",matches:"www.cnbc.com",urlChangeDelay:1e3,globalStyles:{"div.Card-titleContainer > div":"-webkit-line-clamp: unset;max-height: unset;"},"excludeSelectors.add":["#GlobalNavigation","#GlobalFooter",".LiveBlogHeader-timestampAndShareBarContainer",".LiveBlogHeader-liveUpdatesPill"]},{id:"dailyDev",matches:"app.daily.dev",selectors:["h1",".typo-body","article h3","[class^=markdown_markdown]"],globalStyles:{".line-clamp-3":"-webkit-line-clamp: unset"}},{id:"pornhub",matches:["*.pornhub.com","pornhub.com"],excludeMatches:["*.pornhub.com/insights/*","pornhub.com/insights/*"],extraBlockSelectors:[".trendingNow",".searchItem",".tagcloud > a"],detectParagraphLanguage:!0,wrapperPrefix:"
",wrapperSuffix:` `,globalStyles:{"span.title":"height:unset; max-height:unset;",".detailedInfo":"max-height:unset;",".pcVideoListItem":"max-height:unset;",".wrap":"height:unset;",".entry-header":"height:unset;",".entry-title > a":"height:unset;-webkit-line-clamp:unset;"}},{id:"yourporn",matches:"https://www.youporn.com/*",extraBlockSelectors:[".button"],globalStyles:{".video-box":"max-height:unset;",".video-box-title":"white-space:unset;"}},{id:"modelhub",matches:"https://www.modelhub.com/*",globalStyles:{".videoTitle":"height:unset;",a:"height:unset;"}},{id:"xvideos",matches:"https://www.xvideos.com/*",globalStyles:{".title":"-webkit-line-clamp:unset;max-height:unset;",".mozaique":"display:flex; flex-wrap:wrap;"},excludeSelectors:[".video-hd-mark"]},{id:"missav",matches:"https://missav.com/*",globalStyles:{".truncate":"white-space:unset;",".overflow-y-hidden":"max-height:unset;overflow-y:unset;"},"subtitleRule.add":{type:"av",avSerial:{type:"url",regexStr:".+/([a-z0-9-]+)$"},videoSelector:".plyr__video-wrapper video",attachRule:{appendSelector:".plyr--video",injectedGlobalCSS:""},quickButtonRule:{appendSelector:".plyr__controls",insertBeforeSelector:'[data-plyr="captions"]'}}},{id:"javbus",matches:"https://www.javbus.com/*",globalStyles:{".photo-info":"height:unset;"},excludeSelectors:[".item-tag","date"]},{id:"spankbang",matches:"https://spankbang.com/*",globalStyles:{".video-item > a":"white-space:unset;"},excludeSelectors:[".stats",".thumb"],extraBlockSelectors:[".searches > a",".tag > a",".extra > a",".positions > li"]},{id:"javdb",matches:"https://javdb*.com/*",globalStyles:{".video-title":"white-space:unset;"},excludeSelectors:[".video-number",".score",".has-addons"]},{id:"jable",matches:"https://jable.tv/*",globalStyles:{".title":"white-space:unset;max-height:unset;",".img-box > a":"position:relative;"}},{id:"netflav.player",matches:["https://netflavns1.com","https://embedrise.com"],mainFrameMinTextCount:0,"subtitleRule.add":{type:"av",avSerial:{type:"url",regexStr:"code=([a-z0-9-]+)"},videoSelector:"#vplayer video",attachRule:{appendSelector:"#vplayer"},quickButtonRule:{appendSelector:"#vplayer .jw-button-container",insertBeforeSelector:"#vplayer .jw-button-container .jw-icon-cc"}}},{id:"netflav",matches:["https://netflav*.com/*"],globalStyles:{".grid_title":"max-height:unset;"},extraBlockSelectors:[".genre_filter_item","button"],"subtitleRule.add":{type:"av",avSerial:{type:"selector",selector:".videodetail_2_field_values",serialAttachIframe:"#iframe-block"}}},{id:"czechvideo",matches:"https://czechvideo.co/*",globalStyles:{".short-story":"height:unset;",".short-title":"height:unset;"},globalAttributes:{header:{translate:"unset;"}}},{id:"weibo",matches:["weibo.com","*.weibo.*"],selectors:["div[class^='detail_wbtext']",".weibo-text"],"stayOriginalSelectors.add":[".expand"]},{id:"medium",matches:["medium.com","*.medium.com"],selectorMatches:["meta[property='al:ios:url'][content^='medium://']"],urlChangeDelay:20,"additionalExcludeSelectors.remove":["i.fa","i[class^=fa-]",".navmenu-container",".google-symbols"],selectors:["h1","h2","h3","article section","[aria-hidden='false'] pre","article p",".postMetaInline","a .u-fontSize24"],excludeSelectors:["[aria-label='Post Preview Reading Time']",".al.b.bl.ag.bp",".al.b.bl.ag.ai",".hx.hy.hz.ia.ib.ab",".qb.ab",".ai.bn.n.mj",".speechify-ignore"],globalStyles:{"h2,h3":"-webkit-line-clamp: unset;max-height:unset;","article p":"-webkit-line-clamp: unset;max-height:unset;"},injectedCss:[".u-lineClamp4,.u-lineClamp3,.u-lineClamp2 {-webkit-line-clamp:unset!important;max-height:unset!important;}"]},{id:"nitter",selectorMatches:["meta[property='og:site_name'][content='Nitter']"],selectors:[".tweet-content",".quote-text"]},{id:"economist",matches:"www.economist.com",extraInlineSelectors:["span[data-caps='initial']"],excludeSelectors:["footer.ds-footer"],injectedCss:["a::before {position:relative!important;}"]},{id:"healthline",matches:"www.healthline.com",excludeSelectors:[".icon-hl-trusted-source-after"]},{id:"ebay",matches:"www.ebay.com",excludeSelectors:["headers","[itemprop=offers]",".dne-itemtile-original-price"],paragraphMinTextCount:4,paragraphMinWordCount:2,globalStyles:{"[itemprop=name]":"-webkit-line-clamp: unset;max-height: unset;",".merch-item-title":"-webkit-line-clamp: unset;max-height: unset;"}},{id:"skinstore",matches:"www.skinstore.com",excludeSelectors:[".responsiveFlyoutMenu_levelOneLink"],paragraphMinTextCount:4,paragraphMinWordCount:2},{id:"tripadvisor",matches:"www.tripadvisor.com",paragraphMinTextCount:4,paragraphMinWordCount:2},{id:"primevideo",matches:["www.primevideo.com","https://*.amazon.co.*/*video*","https://*.amazon.com/*video*"],"excludeSelectors.add":["#dv-web-player"],"mutationExcludeSelectors.add":["#dv-web-player *"],"subtitleRule.add":{type:"ebutt",hookType:"xhr",subtitleUrlRegExp:"\\.ttml2$",loadingContainerSelector:"#dv-web-player"}},{id:"amazon",matches:"www.amazon.com",paragraphMinTextCount:4,paragraphMinWordCount:2,extraBlockSelectors:[".a-size-small.a-link-normal.page-banner-link.a-nowrap"],globalStyles:{".a-carousel-viewport":"height:unset;","[class*='clamp']":"max-height: unset;-webkit-line-clamp: unset;","[data-rows]":"max-height: unset;-webkit-line-clamp: unset;","[data-a-expander-name='review_text_read_more']":" max-height: unset;"},excludeSelectors:["#navFooter","#navbar-main",".s-price-instructions-style","[class*='-star ']","[data-hook='acr-average-stars-rating-text']",".a-color-price"]},{id:"visualstudioMarketplace",matches:"marketplace.visualstudio.com",additionalExcludeSelectors:[".core-info-second-row",".core-info-third-row",".meta-data-list",".item-title",".breadcrumb",".itemDetails-right",".ux-user-name",".ux-updated-date",".ux-item-second-row-wrapper",".stats-and-offer",".header-container"],atomicBlockSelectors:[".core-info-cell > div.name"],globalStyles:{".item-details-control-root.ux-item-shortdesc":"height: unset; overflow: visible; max-height:unset;"}},{id:"bloomberg",matches:"www.bloomberg.com",urlChangeDelay:2e3,excludeSelectors:[".ticker-bar","nav","[aria-label=Banner]","aside","[data-component=ticker-bar]","footer.bb-global-footer",".vjs-text-track-display"],"bodyRule.add":{bodySelector:"main article",articleSelector:".body-content"},"subtitleRule.add":{type:"webvtt",subtitleUrlRegExp:"webvtt$",loadingContainerSelector:".vjs-text-track-display",quickButtonRule:{appendSelector:".vjs-control-bar",insertBeforeSelector:".vjs-playback-rate"}}},{id:"baiduXueshu",matches:"xueshu.baidu.com",globalStyles:{".abstract_wr":"height: unset; overflow: visible; max-height:unset;"}},{id:"sciencedirect",matches:"www.sciencedirect.com",urlChangeDelay:2e3,stayOriginalSelectors:["span.display","span.math"],extraBlockSelectors:["span.captions","span[id^=cap]"],globalAttributes:{"#abspara0010 br":{style:"display:none;"}}},{id:"thehighestofthemountains",matches:"www.thehighestofthemountains.com",extraBlockSelectors:"div"},{id:"telegraph1",matches:"te.legra.ph",normalizeBody:"div.ql-editor[contenteditable='false']",urlChangeDelay:500},{id:"telegraph2",matches:["telegra.ph"],normalizeBody:"div.ql-editor[contenteditable='false']",wrapperPrefix:` `},{id:"annasArchive",matches:["*.annas-archive.org","annas-archive.org"],selectors:[],globalStyles:{"div[id^='link-index-']":"height: unset; max-height: unset;","main div[class*='h-[125]']":"height:auto"},normalizeBody:"body",extraBlockSelectors:["a.custom-a"]},{id:"explainshell",matches:["explainshell.com"],selectors:["[class='help-box']"]},{id:"apnews",matches:["apnews.com"],urlChangeDelay:2e3},{id:"googlePlay",matches:"play.google.com",excludeSelectors:[".vlGucd",".ubGTjb"],globalStyles:{".Epkrse":"-webkit-line-clamp:unset;"}},{id:"tumblr",matches:["www.tumblr.com"],selectors:["article h1","article > header + div","[data-testid=notes-root] p","div.k31gt","p","article ul","article h2","article h3","article h4","article h5","article h6","article blockquote","article ol"],excludeSelectors:["div.fAAi8","div.wvu3V"],preWhitespaceDetectedTags:["DIV","SPAN","P"]},{id:"tinytask",matches:"https://www.tinytask.net",globalStyles:{"table > tbody > tr > td > center > table > tbody > tr > td > ul > li":"height: 100%"}},{id:"foxnews",matches:"www.foxnews.com",shadowRootSelectors:["[data-spot-im-module-default-area='conversation'] > div"],"excludeTags.add":["TEXT","IMG","SUB","SUP","CODE","TT","ASIDE"],excludeSelectors:[".site-footer",".components-MessageDetails-index__message-details-wrapper","div[class^=SlideDown__container]",".components-MessageActions-index__messageActionsWrapper","span[data-openweb-allow-amp]","div.spcv_typing-users"]},{id:"afreecatv",matches:"www.afreecatv.com",globalStyles:{"a.title":"max-height:unset;-webkit-line-clamp:unset;"}},{id:"opennet",matches:"opennet.ru","excludeTags.add":["LABEL","IMG","SUB","SUP","CODE","TT"],"excludeTags.remove":["LINK","G","MATH","TTS-SENTENCE","AIO-CODE"]},{id:"construct",matches:["www.construct.net"],excludeMatches:["preview.construct.net","editor.construct.net"],additionalSelectors:["aside","div.manualContent"],atomicBlockSelectors:[],stayOriginalSelectors:["a.usernameReference"],additionalInlineSelectors:["a.forumLink"],additionalExcludeSelectors:["div.topNav","div.usernameLink","ul.authorDetails","ul.tagViewer","ul.breadCrumbNav","ul.subForumForums","ul.postTools","li.comment ul.controls","div.forumTopNavWrap","div.downloadWrap","div.articleLeftMenu","div.usernameTextWrap","div.favouriteWrap","div.bannerWrapper","div.viewAddonRightMenu","div.extendedMenu.addonsSubMenu","#BottomLinks.bottomLinks","div#LeftSide.leftSide","div#BottomWrap.bottomWrap","div.courseListWrap div.overview","div.conversationControls","div.contentWrapper h1","div.conversationControls","td.location a#LocationLink","#TopLevelComments .topBar","#TopLevelComments .controls",".tagViewWrap",".changeCount",".otherStats",".FilterMenu",".mobileTopicStats",".forumControlsWrapper",".forumsBottomNavWrap",".breadCrumbNav",".favouriteWrap",".usernameLink",".followWrapper",".blogPostStats",".manualContent dl dt"],globalStyles:{"td.location a#LocationLink":"padding-top: 4px;","div.articleMain .tutCourseWrap":"align-items: flex-start;"}},{id:"getpocket",matches:"getpocket.com",selectors:["h2","div.excerpt p","article","h1"],globalStyles:{"h2.title":"max-height:unset;-webkit-line-clamp:unset;","div.excerpt p":"max-height:unset;-webkit-line-clamp:unset;"}},{id:"fandom",matches:"*.fandom.com",urlChangeDelay:800,normalizeBody:"#mw-content-text",globalStyles:{"#mw-content-text > div > div:nth-child(1)":"height:100%;"},additionalExcludeSelectors:["header.fandom-community-header","div.ph-registration-buttons"]},{id:"huggingface",matches:"huggingface.co",globalStyles:{".line-clamp-2":"-webkit-line-clamp:unset;max-height:unset;"}},{id:"statista",matches:"www.statista.com",globalStyles:{".itemContent__text":"height:unset;max-height:unset;",".itemContent__subline":"height:unset;max-height:unset;"}},{id:"epubReader",matches:"epub-reader.online",globalStyles:{"span.slide-contents-item-label":"overflow:visible;max-height:unset;white-space:normal;"},atomicBlockSelectors:["div.slide-contents-item"]},{id:"you",matches:"https://you.com/search",globalStyles:{h3:"max-height:unset;-webkit-line-clamp:unset;",".caKYaC":"max-height:unset;-webkit-line-clamp:unset;",".dDwDsu":"max-height:unset;-webkit-line-clamp:unset;"},excludeSelectors:["div.hpIWZO"]},{id:"auth0Openai",matches:"auth0.openai.com",excludeSelectors:["form","header > h1"]},{id:"chatOpenai",matches:"chat.openai.com",excludeSelectors:["div.absolute.bottom-0.left-0.w-full","h1","div#headlessui-portal-root","nav","ul[aria-multiselectable]",".markdown *","div[class='flex flex-col items-start']","div[class='flex items-center justify-center gap-1 border-b border-black/10 bg-gray-50 p-3 text-gray-500 dark:border-gray-900/50 dark:bg-gray-700 dark:text-gray-300']"],"excludeTags.remove":["BUTTON"],isTranslateTitle:!1,wrapperPrefix:"",globalStyles:{"[class*='line-clamp']":"max-height:unset;-webkit-line-clamp:unset;height:unset;white-space:unset;"},aiRule:{streamingSelector:".result-streaming.markdown",messageWrapperSelector:".markdown",streamingChange:!0,streamingDeepChild:!0,streamingDelayTime:1e3}},{id:"poe",matches:["https://poe.com/*"],excludeSelectors:[".Markdown_markdownContainer__Tz3HQ *",".MarkdownLink_linkifiedLink__KxC9G","menu","aside"],aiRule:{streamingSelector:".ChatStopMessageButton_stopButton__LWNj6",messageWrapperSelector:".Markdown_markdownContainer__Tz3HQ",streamingChange:!1,streamingDeepChild:!0,streamingDelayTime:1e3}},{id:"glasp",matches:"glasp.co",excludeSelectors:[".home_overview_list_content_wrapper"]},{id:"developerChrome",matches:"developer.chrome.com",excludeSelectors:["web-tabs","ul.code-sections--summary"]},{id:"android",matches:["developer.android.google.cn","developer.android.com"],observeUrlChange:!0,additionalSelectors:["aside","google-codelab-step"]},{id:"ft",matches:"www.ft.com",excludeSelectors:["header","[aria-labelledby=cookie-banner-aria-label]","footer","[aria-label='Primary navigation']"]},{id:"microsoft",matches:"https://apps.microsoft.com/store/detail/*",additionalSelectors:["pre"],globalStyles:{".line-clamp":"-webkit-line-clamp:unset;max-height:unset;"},isTransformPreTagNewLine:!0},{id:"gitlab",matches:"gitlab.com",excludeSelectors:[".tree-content-holder","nav",".home-panel-metadata","div[data-testid=project_topic_list]",".commit"]},{id:"tiktok",matches:"https://www.tiktok.com/*/video/*",selectors:["[data-e2e^=comment-level]","[data-e2e=browse-video-desc] > span"]},{id:"rfcEditor",matches:["www.rfc-editor.org","docs.haproxy.org"],isTransformPreTagNewLine:!0,"excludeTags.add":["IMG","SUB","SUP","CODE","TT","ASIDE","FOOTER"],"excludeTags.remove":["LINK","G","PRE","TTS-SENTENCE","AIO-CODE"]},{id:"steamcommunity",matches:"steamcommunity.com",globalStyles:{".forum_topic,.rightbox_list_option":"height:auto;",".forum_topic_name":"white-space:normal;line-height: 1.25rem; padding: 6px 20px 0 0;",".forum_topic_op":"clear: left; padding: 0 0 6px 2rem;"},excludeSelectors:[".forum_paging",".forum_topic_reply_count",".forum_topic_lastpost",".forum_topic_award_count",".discussion_search_pagingcontrols"]},{id:"steampoweredApp",matches:"store.steampowered.com/app/*",selectors:[".game_description_snippet",".game_area_description","#earlyAccessHeader","[id^='ReviewContent'] .content",".ModalOverlayContent"],excludeSelectors:["#global_actions","#store_controls","#foryou_tab","[class*=persona]","[class*=game_title_area]","a.btn_medium",".persona_name",".hours.ellipsis",".checkcol",".postedDate",".dev_row .summary",".already_in_library",".game_header_image_ctn .grid_content",".ds_flag.ds_wishlist_flag",".early_access_review.tooltip",".communitylink_achievement_images",".user_reviews_summary_row.summary",".review_award_ctn",".add_to_wishlist_area",".next_in_queue_content",".glance_tags.popular_tags",".game_purchase_action",".vote_button_ctn","#VoteUpDownBtnCtn","#footer","#ViewAllReviewssummary"],atomicBlockSelectors:[".game_area_sys_req_leftCol",".game_area_sys_req_rightCol"],extraInlineSelectors:[".pulldown"],additionalSelectors:[".game_page_autocollapse_ctn iframe"],globalStyles:{".game_description_snippet":"max-height:unset; overflow: scroll;",".game_purchase_area_friends_want":"height: auto; padding-bottom: 6px;",".div.early_access_banner":"height: 84px",".franchise_notice > *":"height: 84px"},detectParagraphLanguage:!0},{id:"steampowered",matches:"store.steampowered.com",detectParagraphLanguage:!0},{id:"nature",matches:"https://www.nature.com/articles/*",excludeSelectors:[".c-header",".c-recommendations-header",".c-recommendations-list-container",".c-article-references__links",".c-article-identifiers",".c-article-author-list",".c-article-metrics-bar__wrapper",".c-article__pill-button","#author-information-content","#article-info-section"]},{id:"webofscience",matches:"https://www.webofscience.com/*",globalStyles:{".abstract":"height:auto !important;",".show-more-lines":"height:unset !important;"},excludeSelectors:[".summary-left-panel",".authors","app-full-record-keywords mark"],mutationObserverContainerSelectors:["[data-ta='summary-record-title-link']","#FullRTa-fullRecordtitle-0"],extraBlockSelectors:["app-summary-authors + div","app-full-record-keywords span span"],observeUrlChange:!0,urlChangeDelay:600,mutationChangeDelay:600},{id:"appleinsider",matches:["appleinsider.com"],excludeSelectors:["#topic-nav"]},{id:"jetbrains",matches:"https://www.jetbrains.com/help/*",extraBlockSelectors:["[data-test=prompt]"]},{id:"crates",matches:["https://crates.io/search*"],selectors:["div[class^=_description-box] div[class^=_description]"]},{id:"theverge",matches:"www.theverge.com",shadowRootSelectors:["div#coral_thread > div"]},{id:"simp",matches:"https://beta.simp.red/trans*",mainFrameSelector:".simpread-read-root"},{id:"lookintobitcoin",matches:"https://www.lookintobitcoin.com/charts/*",excludeSelectors:["svg"]},{id:"openaiAccount",matches:"https://platform.openai.com/account/api-keys*",urlChangeDelay:1500},{id:"openaiDocs",matches:"https://platform.openai.com/docs*","excludeSelectors.add":[".pheader"]},{id:"pkgStd",matches:"https://pkg.go.dev/std",selectors:["td.UnitDirectories-desktopSynopsis"]},{id:"pkg",matches:"https://pkg.go.dev/*",selectors:["div.UnitDetails p"]},{id:"explainpaper",matches:["https://www.explainpaper.com/reader*"],isTranslateTitle:!1,selectors:[".leading-relaxed",".chat-messages p",".text-sm"]},{id:"colab",matches:"https://colab.research.google.com/*",excludeSelectors:["code","view-line"]},{id:"gatesnotes",matches:"www.gatesnotes.com",minZIndex:-1},{id:"kakao",matches:"page.kakao.com",shadowRootSelectors:["div[style^='visibility: visible'"]},{id:"coinmarketcap",matches:"coinmarketcap.com",extraBlockSelectors:["div[class='sc-3502f6cd-0 JxHqg']"]},{id:"wandb",matches:"wandb.ai",additionalSelectors:[".report-page-top"],additionalStayOriginalSelectors:["span[data-slate-inline=true]"],extraInlineSelectors:[]},{id:"paulgraham",matches:"paulgraham.com",additionalSelectors:["font[face=verdana]"],extraBlockSelectors:"font[face=verdana]"},{id:"zendesk",matches:"https://*.zendesk.com/agent/*",selectors:["[data-test-id*=subject]",".zd-comment",".title"]},{id:"migadu",matches:"webmail.migadu.com",selectors:[".bodyText"]},{id:"thehackernews",matches:"thehackernews.com",excludeSelectors:["span#blog-pager-older-link","span.h-datetime"],additionalSelectors:[".pop-title"]},{id:"brown",matches:"cs.brown.edu",excludeSelectors:[".SCodeFlow"]},{id:"tass",matches:"tass.ru",globalStyles:{"#__next":"font-size: 19px;line-height:28px;"}},{id:"chatGoogle",matches:"chat.google.com",selectors:["[jsname=bgckF]"]},{id:"fiverr",matches:"https://www.fiverr.com/inbox/*",selectors:[".message-body"]},{id:"fiverr-main",matches:"*.fiverr.com",globalStyles:{"h3 > a":"-webkit-line-clamp:unset;overflow:unset;",h3:"-webkit-line-clamp:unset;overflow:unset;",h5:"-webkit-line-clamp:unset;overflow:unset;",p:"-webkit-line-clamp:unset;overflow:unset;",".YLycza2.u9KHmsf":"height:unset;max-height:unset;",".lt2ar2q.EhHcMiw":"height:unset; max-height: unset;"},excludeSelectors:[".popular"]},{id:"jira",matches:["jira.*.com/browse/*","jira.*.com/projects/*"],selectors:["[id=descriptionmodule]","[id=summary-val]","div.action-body","td.stsummary"]},{id:"ahaIo",matches:["*.aha.io"],selectors:["[tabindex='0']","div.user-content","div.comments__body","span.name"]},{id:"thehill",matches:"thehill.com",injectedCss:[".most-popular-item { max-height: unset !important; }",".most-popular-item__link { -webkit-line-clamp: unset !important; }"],excludeSelectors:["div.featured-cards__byline","div.list-item__meta",".tags__item","div.extended-scroll__header",".submitted-by",".site-header--has-alert-banner",".homepage__container__opinion__item__byline",".homepage__container__header",".archive__item__meta"]},{id:"ubuntu",matches:"manpages.ubuntu.com",selectors:["pre"],atomicBlockTags:["pre"]},{id:"spiedigitallibrary",matches:"www.spiedigitallibrary.org","excludeTags.add":["IMG","SUB","SUP","CODE","TT","ASIDE","FOOTER"],"excludeTags.remove":["LINK"]},{id:"promptingguide",matches:"www.promptingguide.ai",selectors:["article","li"]},{id:"ground",matches:"ground.news",globalStyles:{".line-clamp-3":"-webkit-line-clamp: unset !important;"}},{id:"ietf",matches:"*.ietf.org/doc/html/*",additionalSelectors:["pre"],isTransformPreTagNewLine:!0,preWhitespaceDetectedTags:["DIV","SPAN","PRE"]},{id:"newsminimalist",matches:"https://www.newsminimalist.com/",extraBlockSelectors:[".inline-flex"],"excludeTags.remove":["BUTTON"]},{id:"yandexIndex",matches:"https://yandex.com/",selectors:[".tabs__item-text"]},{id:"yandexSearch",matches:"https://yandex.com/search/*",excludeSelectors:[".KeyValue-Row",".EntityFeedbackFooter",".Organic-Subtitle",".SerpFooter-Content",".serp-user",".Pager"],globalStyles:{".ExtendedText-Toggle":"white-space:normal;"}},{id:"yandex",matches:"https://yandex.com/video/*",selectors:[".serp-item__title",".serp-item__text",".Keypoints-ItemTitle",".bes-epmjnzm-idtktyj",".OrganicTitle-LinkText","h1.VideoTitle"],globalStyles:{".serp-item__title":"-webkit-line-clamp: unset;max-height:unset;",".serp-item__text":"-webkit-line-clamp: unset;max-height:unset;",".OrganicTitle-LinkText":"-webkit-line-clamp: unset;max-height:unset;","h1.VideoTitle":"-webkit-line-clamp: unset;max-height:unset;",".link .serp-item__keypoints":"bottom:2px;",".OrganicTitle":"max-height:unset;"}},{id:"perplexity",matches:"https://www.perplexity.ai",globalStyles:{".line-clamp-1":"-webkit-line-clamp: unset !important;",".line-clamp-2":"-webkit-line-clamp: unset !important;"},"mutationConfig.add":{buildTimeout:1e3,consumeTimeout:1e3},additionalStayOriginalSelectors:["a.citation"],selectors:[".prose",".my-md",".line-clamp-2",".line-clamp-1"]},{id:"allmyfaves",matches:"https://allmyfaves.com/",selectors:["p"],paragraphMinTextCount:2,paragraphMinWordCount:1},{id:"man7",matches:"man7.org",isTransformPreTagNewLine:!0,globalStyles:{pre:"white-space: inherit;"}},{id:"kadaza",matches:"https://www.kadaza.com/",selectors:[".header span.title",".custom-content-footer"],containerMinTextCount:2,containerMinWordCount:1,paragraphMinTextCount:2,paragraphMinWordCount:1},{id:"urlChangeDelay",matches:["https://babelnovel.com/books/*","https://www.webnovel.com/book/*","https://platform.openai.com/docs/*","docs.oracle.com","docs-cortex.paloaltonetworks.com","forum.m5stack.com/topic/*","community.m5stack.com/topic/*"],urlChangeDelay:0,_comment:"\u89E3\u51B3url\u53D8\u5316\u91CD\u590D\u7FFB\u8BD1\u95EE\u9898"},{id:"genuine",matches:"blog.genuine.com",excludeSelectors:["div.enlighter"]},{id:"chinadaily",matches:"www.chinadaily.com.cn",injectedCss:["a { height: unset !important; }","li { height: unset !important; }","div { height: unset !important; }",".immersive-translate-target-inner {color:black;}"],excludeSelectors:[".topNav",".topNav2_art > span",".topNav_art2 > .dropdown",".dibu-three",".topBar"]},{id:"braynzarsoft",matches:"www.braynzarsoft.net",selectors:["div#view-question-desc"]},{globalAttributes:{"#stimulus":{translate:"off",class:"stimulus"},"#stem":{translate:"off",class:"stem"}},id:"lawhub",matches:"https://lawhub.lsac.org/question/*"},{id:"yuque",matches:"https://www.yuque.com/*",excludeSelectors:[".lark-virtual-tree"]},{id:"bearblog",matches:"https://bearblog.dev/discover/*",excludeTags:["small"]},{id:"researchgate",matches:"www.researchgate.net",excludeSelectors:[".nova-legacy-v-publication-item__meta-data",".nova-legacy-v-publication-item__person-list",".js-authors-list"]},{id:"theatlantic",matches:["www.theatlantic.com","https://mashable.com/*"],"excludeSelectors.add":["footer:last-of-type","nav","header div.subtitle-2.w-full"],initialSelectorGlobalAttributes:{"footer:last-of-type":{translate:"no"},"nav:last-of-type":{translate:"no"},nav:{translate:"no"}}},{id:"youtrackJetbrains",matches:"youtrack.jetbrains.com/articles/*",selectors:["[role=presentation]","[data-test=article-content]"],excludeSelectors:[".toolbar__ee8"]},{id:"dw",matches:"www.dw.com",initialSelectorGlobalAttributes:{"footer:last-of-type":{translate:"no"},"nav:last-of-type":{translate:"no"},nav:{translate:"no"}},excludeSelectors:[".focus-menu-shown"]},{id:"sentry",matches:"docs.sentry.io",initialSelectorGlobalAttributes:{"footer:last-of-type":{translate:"no"},".navbar":{translate:"no"}},"extraInlineSelectors.add":[".term-wrapper","span.description"]},{id:"openai-blog",matches:"https://openai.com/blog/*","stayOriginalTags.remove":["CODE"]},{id:"urlComment",selectorMatches:["meta[name='generator'][content^='Discourse']"],urlChangeDelay:0,_comment:"\u89E3\u51B3url\u53D8\u5316\u4F46\u662F\u9875\u9762\u4E0D\u53D8\u7684\u95EE\u9898"},{id:"feedly",matches:"feedly.com",globalStyles:{".TitleOnlyLayout":"height:unset !important;",".EntrySummary--u4":"-webkit-line-clamp: unset;max-height:unset;",".EntrySummary--u5":"-webkit-line-clamp: unset;max-height:unset;"},excludeSelectors:[".Leftnav"]},{id:"bardGoogle",matches:"bard.google.com",excludeSelectors:["mat-sidenav","div.capabilities-disclaimer","#cdk-overlay-6","message-actions button",".mdc-button__label .ng-star-inserted",".mdc-list-item__primary-text"],isTranslateTitle:!1,"excludeTags.add":["mat-tooltip-component"],"excludeTags.remove":["BUTTON"]},{id:"whatsapp",matches:"web.whatsapp.com",selectors:[".copyable-text > span"],wrapperPrefix:` -`,wrapperSuffix:"
"},{id:"bing",matches:"https://*.bing.com/search*",extraInlineSelectors:["a","i"],globalStyles:{"[class*='lineclamp'],.b_title":"-webkit-line-clamp:unset;"}},{id:"yahoo",matches:"*.yahoo.*",excludeSelectors:["._ys_jiqava","#ybar-inner-wrap","#Col2-5-Rmp-Proxy"],extraBlockSelectors:[".SIPGg",".sc-kzMCTH.pSZXj"],globalStyles:{"#atomic .Mt\\(20px\\)":"margin-top: 100px;","[class*='LineClamp']":"-webkit-line-clamp:unset;max-height:unset;","a[class*='js-content-viewer']> div[class*='Td\\(n\\)']":"overflow: scroll;","[class*='_ys_24482e']":"-webkit-line-clamp:unset;","#Aside > :first-child":"overflow:scroll;"}},{id:"wsj",matches:"www.wsj.com",excludeSelectors:["header","footer","nav","[aria-label='Markets summary']"]},{id:"businessinsider",matches:"www.businessinsider.com",excludeSelectors:["header","nav","section.live-updates-module "]},{id:"goodreads",matches:"www.goodreads.com",excludeSelectors:[".badgeYear",".gr-mediaBox__desc",".bookVotedRow",".minirating","div[itemprop='aggregateRating']",".wtrButtonContainer",".RatingsHistogram__labelTitle",".FollowButton",".siteHeader__topLevelLink","#books > thead","td[class*='rating']","td[class*='shelves']","td[class*='date_read']","td[class*='date_added']","td[class*='actions']"]},{id:"feeder",matches:"https://feeder.co/*",globalStyles:{".item-summary":"-webkit-line-clamp:unset;"}},{id:"elektrotechnik",matches:"https://www.elektrotechnik.rwth-aachen.de/*",globalAttributes:{"[class='notranslate']":{class:""}}},{id:"nytimes",matches:"www.nytimes.com",excludeSelectors:["#app > div > div > header","#app > div > div > div > div > header","#in-story-masthead"],injectedCss:["a::after {position:relative!important;}"]},{id:"bugsKde",matches:"bugs.kde.org","excludeTags.remove":["svg","PRE"],additionalExcludeSelectors:[".bz_first_comment_head",".bz_comment_head",".related_actions"]},{id:"eastmoney",matches:"guba.eastmoney.com",searchEnhancementConfig:[{id:"eastmoney",urlMatch:"guba.eastmoney.com/news,us\\w+,\\w+.html",delayTime:0,selector:".moneyFlowContainer",selectorAction:"insertBefore",style:{container:"background:white;border:none;border-radius: 4px;box-shadow: 0 2px 4px hsla(216,5%,62%,.14);",source:"font-size:12px; margin-bottom: 0px;",keyword:"color:#294688",title:"font-size:14px;color:#294688;",enTitle:"margin-top:4px;font-size:12px;",searchTitle:"margin:4px 0 16px;position:relative;padding-right:24px;font-size: 16px;",time:"margin: 0px 0 16px;",more:"color:#294688;margin-top:8px;"},keyword:{value:"[0]$1 stock",matches:[{source:"url",matchRegex:"guba.eastmoney.com/news,us(\\w+?),\\S+.html"}]},showCount:8},{id:"eastmoney",urlMatch:"guba.eastmoney.com/list,us\\w+.*.html",delayTime:0,selector:".qualityContentContainer",selectorAction:"insertBefore",style:{container:"background:white;border:none;border-radius: 4px;box-shadow: 0 2px 4px hsla(216,5%,62%,.14);",source:"font-size:12px; margin-bottom: 0px;",keyword:"color:#294688",title:"font-size:14px;color:#294688;",enTitle:"margin-top:4px;font-size:12px;",searchTitle:"margin:4px 0 16px;position:relative;padding-right:24px;font-size: 16px;",time:"margin:0px 0 16px;",more:"color:#294688;margin-top:8px;"},keyword:{value:"[0]$1:[0]$2",matches:[{source:{type:"selector",attribute:"href"},matchRegex:"code=(\\w+)_(\\w+)",match:"a[href*='rank/stock?code=']"}]},showCount:8}]},{id:"xueqiu",matches:"xueqiu.com",searchEnhancementConfig:[{id:"xueqiu",urlMatch:"xueqiu.com/S/[a-zA-Z]+/?$",delayTime:0,selector:".container-side-sm.float-right.stock__side",selectorAction:"appendChild",style:{container:"background:white;border:none;border-radius: 4px;padding:0;",source:"font-size:12px; margin-bottom: 0px;",keyword:"color:#06c",title:"font-size:14px;color:#06c;",enTitle:"margin-top:4px;font-size:12px;",searchTitle:"margin:4px 0 16px;position:relative;padding-right:24px;font-size: 16px;font-weight: bold;",time:"margin:0px 0 16px;",more:"color:#06c;margin-top:8px;"},showCount:8,keyword:{value:"[0]$1",matches:[{source:{type:"selector",attribute:"text"},matchRegex:"\\((.+)\\)",match:".stock-name"}]}}]},{id:"laohu8",matches:"www.laohu8.com",searchEnhancementConfig:[{id:"laohu8",urlMatch:"www.laohu8.com/stock/[a-zA-Z]+/?$",delayTime:0,selector:".hot-stocks-root",selectorAction:"insertBefore",style:{container:"background:white;border:none;border-radius: 4px;box-shadow: 0 2px 4px hsla(216,5%,62%,.14);",source:"font-size:12px; margin-bottom: 0px;",title:"font-size:14px;color: #007bff;",enTitle:"margin-top:4px;color: #4d5156;font-size:12px;",searchTitle:"margin:4px 0 16px;position:relative;padding-right:24px;font-size: 16px;",time:"margin: 0px 0 16px;"},keyword:{value:"[0]$1 stock",matches:[{source:"url",matchRegex:"stock/([a-zA-Z]+)"}]},showCount:8}]},{id:"futunn",matches:"www.futunn.com",searchEnhancementConfig:[{id:"futunn",urlMatch:"www.futunn.com/stock/\\w+-US",delayTime:0,selector:".right",selectorAction:"appendChild",style:{container:"background:white;border:none;border-radius: 4px;box-shadow: 0 2px 4px hsla(216,5%,62%,.14);",source:"font-size:12px; margin-bottom: 4px;",title:"font-size:14px;color: #007bff;",enTitle:"margin-top:4px;color: #4d5156;font-size:12px;",searchTitle:"margin:4px 0 16px;position:relative;padding-right:24px;font-size: 16px;",time:"margin: 4px 0 20px;"},keyword:{value:"[0]$1 stock",matches:[{source:"url",matchRegex:"stock/([a-zA-Z]+)-US"}]},showCount:8}]},{id:"bmvrMarseille",matches:"www.bmvr.marseille.fr",globalStyles:{"a > div":"display:block;","[style*='358px;']":"width: 33.3333%; height: auto; padding: 0px; position: relative; margin: 0px;"},globalAttributes:{"#app":{class:""}}},{id:"piAi",matches:"pi.ai/talk",globalStyles:{"[class*='text-brand-green']":"flex-direction:column;"}},{id:"claudeAi",matches:"claude.ai",excludeSelectors:[".contents *"],"excludeTags.remove":["PRE"],injectedCss:"[data-testid='chat-menu-trigger'] br {display:none;}",aiRule:{messageWrapperSelector:".contents",messageContainerSelector:".ReactMarkdown",messageStreamEndSelector:".contents > button",streamingChange:!0,streamingDeepChild:!1,streamingDelayTime:1e3}},{id:"feishu",matches:["*.feishu.cn","*.larkoffice.com","*.larksuite.com"],"additionalExcludeSelectors.remove":[".notranslate","[translate=no]"],mutationObserverLimitTargetSelectors:[".maindocbody","div[class*='render']","div[class*='block']"],"excludeSelectors.add":[".catalogue__list"]},{id:"gitbook",selectorMatches:[".gitbook-root"],"additionalExcludeSelectors.remove":[".notranslate","[translate=no]"],"additionalExcludeSelectors.add":["[spellcheck='false']"]},{id:"mitre",matches:"cwe.mitre.org",globalStyles:{"span.list_entry":"height: unset;"}},{id:"kaggle",matches:"www.kaggle.com",excludeTags:["i","button"]},{id:"ieee",matches:"spectrum.ieee.org",extraBlockSelectors:["small"]},{id:"ieeexplore",matches:"ieeexplore.ieee.org",stayOriginalSelectors:["a[ref-type]",".inline-formula",".display-formula"]},{id:"cnn",matches:"*.cnn.com","excludeSelectors.add":[".ad-slot-header__wrapper","#pageFooter"],"bodyRule.add":{bodySelector:".layout__content-wrapper",articleSelector:".article__content-container"}},{id:"marginalrevolution",matches:"marginalrevolution.com",globalAttributes:{header:{translate:"unset;"}}},{id:"highfrequencyelectronics",matches:"www.highfrequencyelectronics.com",globalStyles:{"#main-content":"overflow:unset;"}},{id:"githubBlog",matches:"github.blog",globalStyles:{".font-mktg":"word-break:normal;"}},{id:"semanticscholar",matches:"www.semanticscholar.org",selectors:[".cl-paper-title",".cl-paper-abstract",".tldr-abstract-replacement",".text-truncator",".paper-detail-title"]},{id:"uni-trier",matches:"dblp.uni-trier.de",selectors:["h1","h2",".title",".external","dd p"],excludeSelectors:[".side-column"]},{id:"bilibili",matches:"www.bilibili.com","excludeSelectors.add":[".bpx-player-subtitle-panel-text"],"subtitleRule.add":{type:"bilibili",subtitleUrlRegExp:"aisubtitle.hdslb.com/bfs",loadingContainerSelector:".bpx-player-subtitle-panel"}},{id:"time",matches:"time.com",excludeSelectors:[".date-and-duration"],globalStyles:{".headline":"-webkit-line-clamp:unset;overflow:unset;height:unset;",h3:"-webkit-line-clamp:unset;overflow:unset;",p:"-webkit-line-clamp:unset;overflow:unset;"}},{id:"docs-swift",matches:"docs.swift.org",selectors:[".content","#menu"]},{id:"uzh",matches:"www.uzh.ch",injectedCss:[".TextImage--inner {overflow:auto !important;}"]},{id:"mail-yandex",matches:"mail.yandex.com",selectors:["article",".Text_color_primary",".mail-MessageSnippet-Item_subject"],globalStyles:{".mail-MessageSnippet":"height: unset; line-height:unset;",".immersive-translate-target-translation-block-wrapper":"margin:unset;"}},{id:"forums.zotero",matches:"forums.zotero.org",selectors:[".page-sidebar",".page-content"]},{id:"pubmed.ncbi.nlm.nih.gov",matches:"pubmed.ncbi.nlm.nih.gov",urlChangeDelay:0,excludeSelectors:[".docsum-journal-citation",".citation-part",".docsum-authors",".top-wrapper",".article-source",".citation-doi",".identifiers",".cite",".share",".arrow-link"],globalAttributes:{"#Scholarscope_HighlightContent":{class:""},"#Scholarscope_HighlightOrigin":{class:"Scholarscope_HighlightContents"}},mutationExcludeContainsSelectors:["#Scholarscope_HighlightContent highlight"],mutationExcludeSelectors:["#Scholarscope_HighlightContent","#Scholarscope_HighlightContent span"],injectedCss:["#Scholarscope_HighlightOrigin > p font,#Scholarscope_HighlightContent > p font {display: inline!important;}","#Scholarscope_HighlightOrigin > p font br,#Scholarscope_HighlightContent > p font br {display: none!important;}"]},{id:"chosun",matches:"www.chosun.com",injectedCss:"body {word-break: unset!important;}"},{id:"yna",matches:"*.yna*",injectedCss:["font > br {display:none}"],globalStyles:{"a,strong":"max-height:unset;-webkit-line-clamp:unset;height:unset;white-space:unset;","div,p,li,.item-box01,.news-con":"height:unset;max-height:unset;-webkit-line-clamp:unset;"},"additionalExcludeSelectors.remove":[".notranslate","[translate=no]"]},{id:"cnet",matches:"www.cnet.com",globalStyles:{"h3,div,span,p":"max-height:unset;-webkit-line-clamp:unset;height:unset;white-space:unset;"}},{id:"dolmods",matches:"dolmods.net",globalStyles:{"[class*='max-h']":"max-height:unset!important;"}},{id:"digitimes",matches:"www.digitimes.com",globalStyles:{"a,.title,.abstract,.display-5,.top":"max-height:unset;-webkit-line-clamp:unset;height:unset;white-space:unset;"},"excludeSelectors.add":[".main-nav-frame",".sub-header-wrapper",".footer",".date"],"additionalExcludeSelectors.remove":[".notranslate","[translate=no]"]},{id:"vdi-nachrichten",matches:"www.vdi-nachrichten.com","excludeSelectors.add":[".header-menu__item > a",".linkbar__item",".header__button-group"]},{id:"htdp",matches:"htdp.org",excludeTags:["blockquote"],stayOriginalSelectors:[".RktIn"]},{id:"newsletterss",matches:"newsletterss.com",initialGlobalAttributes:{iframe:{scrolling:"auto"}}},{id:"docusaurus",selectorMatches:["#__docusaurus"],"excludeSelectors.add":["aside",".DocSearch-Modal"]},{id:"mercari",matches:"*.mercari.com","excludeTags.remove":["PRE"]},{id:"qqMail",matches:"mail.qq.com",useIframePostMessage:!1},{id:"nikkei",matches:"www.nikkei.com",globalStyles:{"h3,div,span,p":"max-height:unset;-webkit-line-clamp:unset;height:unset;white-space:unset;"}},{id:"pubs.rsc.org",matches:"pubs.rsc.org",excludeSelectors:[".eqn"]},{id:"indeed",matches:"*.indeed.com",globalStyles:{"span,.css-19rjr9w.e1wnkr790":"max-height:unset;-webkit-line-clamp:unset;height:unset;white-space:unset;"},"excludeTags.remove":["BUTTON"]},{id:"brutalist",matches:"brutalist.report",selectors:["li > a:first-child","aside","nav > a","h1 > a","h3 > a","h2 >a"],"additionalExcludeSelectors.remove":[".notranslate","[translate=no]"]},{id:"maxroll",matches:["maxroll.gg"],extraInlineSelectors:[".d4t-sprite-icon",".d4t-icon"],injectedCss:["font {font-family: sans-serif !important;}"]},{id:"microsoftTeams",matches:["teams.live.com"],"stayOriginalSelectors.add":["span[title][style='min-width: 20px; height: 20px;']"]},{id:"gradioappdocs",matches:"www.gradio.app/docs/*",selectors:["div.obj"],excludeSelectors:["div#examples"]},{id:"arca",matches:"arca.live","excludeTags.remove":["PRE"]},{id:"chatpdf",matches:["www.chatpdf.com"],"additionalExcludeSelectors.remove":[".notranslate"],excludeSelectors:[".chat-message-row.ai *",".pdf-viewer"],aiRule:{streamingSelector:"",messageWrapperSelector:".chat-message-row.ai",streamingChange:!1,streamingDeepChild:!0,streamingDelayTime:1e3}},{id:"inciteful",matches:["inciteful.xyz"],"excludeTags.remove":["BUTTON"]},{id:"app.element.io",matches:["app.element.io"],"additionalExcludeSelectors.remove":[".notranslate"],"excludeSelectors.add":[".mx_DisambiguatedProfile",".mx_ReplyChain_wrapper",".mx_ThreadSummary_replies_amount"]},{id:"fastapi.tiangolo.com",matches:"fastapi.tiangolo.com",selectors:["article"]},{id:"termynal",selectorMatches:["link[href*='termynal.css']"],"stayOriginalSelectors.add":[".termy"]},{id:"cpb-nl",matches:["www.cpb.nl"],"bodyRule.add":{enable:!1}},{id:"hub.logseq",matches:["hub.logseq.com"],globalStyles:{"[class*=':h-[']":"height:unset;"}},{id:"chat.zalo",matches:["chat.zalo.me"],"additionalExcludeSelectors.remove":[".notranslate"],inputExecCommandDeleteEnable:!0,"inputConfig.add":{execCommandDeleteEnable:!0}},{id:"epam",matches:"*.epam.com",globalStyles:{"[class*='ContentAnchorLinkList']":"word-break:unset;"},"excludeSelectors.add":["#blog-page-sidebar-wrapper"],"excludeTags.remove":["BUTTON"]},{id:"discussions.apple",matches:"discussions.apple.com","excludeSelectors.add":[".page-number"]},{id:"www.sixthtone.com",matches:["www.sixthtone.com"],"excludeSelectors.add":["#footer","[class^=index_time]","[class^=index_anthorList]","[class^=index_node]","[class^=index_popupWrapper]"]},{id:"forum.unity",matches:["forum.unity.com"],"excludeSelectors.add":[".bbCodeCode"]},{id:"wattpad",matches:["www.wattpad.com"],"excludeTags.remove":["PRE"],globalAttributes:{header:{translate:"unset;"}},globalStyles:{".story-info .item-description":"overflow: scroll;"}},{id:"netflix",matches:["www.netflix.com"],"excludeSelectors.add":[".player-timedtext"],"mutationExcludeSelectors.add":[".player-timedtext *"],"subtitleRule.add":{type:"netflix",loadingContainerSelector:".watch-video",subtitleUrlRegExp:"^https://.+?.oca.nflxvideo.net/\\?([ovet]=[^=]+){4}$",loadingStyle:"bottom: 15%;",quickButtonRule:{appendSelector:'[data-uia="control-next"]',insertBeforeSelector:'[data-uia="control-next"]',injectCSS:".imt-quick-subtitle-button {height: 60%; margin-right: 50px; font-size: 20px; } .logo,.logo svg { height: 36px; width: 36px} .label { display: none; } .imt-quick-subtitle-pop-content {transform: translateX(50%); right: 0}"},videoSelector:"video",attachRule:{appendSelector:".watch-video",injectedCSS:[".imt-caption-window {margin-bottom: 0px; bottom: 10vw;}"],injectedGlobalCSS:[".player-timedtext {display: none !important; }"]}}},{id:"udemy",matches:["www.udemy.com"],"excludeSelectors.add":["[data-purpose='captions-cue-text']",".shaka-text-container"],"mutationExcludeSelectors.add":["[data-purpose='captions-cue-text'] *",".shaka-text-container *"],"subtitleRule.add":{type:"udemy",subtitleUrlRegExp:"^https://vtt.*\\.udemycdn\\.com/.*\\.vtt",videoPlayerSelector:"video.shaka-video",humanTrust:85,loadingContainerSelector:".shaka-video-container",loadingStyle:"bottom: 15%;",injectedCss:["[class^='well--text'] {white-space: pre;}"],quickButtonRule:{appendSelector:'[data-purpose="video-controls"]'}},"subtitleRule.add_v.[1.4.1]":{hookType:"fetch|xhr"}},{id:"iview",matches:"iview.abc.net.au",excludeSelectors:[".jwplayer"],"mutationExcludeSelectors.add":[".jwplayer *"],"subtitleRule.add":{type:"webvtt",subtitleUrlRegExp:"/cc/.*\\.(vtt|webvtt)$",loadingContainerSelector:".jwplayer",quickButtonRule:{appendSelector:".jw-reset.jw-button-container",insertBeforeSelector:".jw-settings-submenu-button",injectCSS:".imt-quick-subtitle-pop-content {z-index: 999999;}"}}},{id:"nmaart",matches:"www.nma.art",excludeSelectors:[".video-container"],"mutationExcludeSelectors.add":[".video-container *"],"subtitleRule.add":{type:"webvtt",subtitleUrlRegExp:"/texttrack/.*\\.(vtt|webvtt)",loadingContainerSelector:".video-container",quickButtonRule:{appendSelector:".vjs-control-bar",insertBeforeSelector:".vjs-playback-rate"}}},{id:"apple",matches:"developer.apple.com",excludeSelectors:[".developer-video-player"],"mutationExcludeSelectors.add":[".developer-video-player *"],"subtitleRule.add":{type:"webvtt",subtitleUrlRegExp:"\\.(vtt|webvtt)"}},{id:"khanacademy",matches:["www.khanacademy.org"],"subtitleRule.add":{type:"khanacademy",subtitleUrlRegExp:"GetSubtitles",hookType:"fetch"},"stayOriginalSelectors.add":[".mathjax-wrapper"]},{id:"nebula",matches:["nebula.tv"],"excludeSelectors.add":["[data-subtitles-container='true']"],"mutationExcludeSelectors.add":["[data-subtitles-container='true'] *"],"subtitleRule.add":{type:"webvtt",subtitleUrlRegExp:"\\.vtt$",loadingContainerSelector:".video-poster",quickButtonRule:{appendSelector:".icon-spacing.css-4yh7a0",insertBeforeSelector:"#subtitles-toggle-button",ccEnableSelector:"#subtitles-toggle-button"}}},{id:"frontendmasters",matches:["frontendmasters.com"],"excludeSelectors.add":[".vjs-text-track-display"],"mutationExcludeSelectors.add":[".vjs-text-track-display *"],"subtitleRule.add":{type:"webvtt",subtitleUrlRegExp:".vtt$",loadingContainerSelector:".vjs-text-track-display",injectedCss:["#immersive-translate-quick-button-container {order: 2} .imt-quick-subtitle-pop-content {z-index: 2147483647}"],quickButtonRule:{appendSelector:".vjs-control-bar"},videoSelector:".PromoPlayer video",attachRule:{appendSelector:".video-js",injectedGlobalCSS:".vjs-text-track-display {display: none;}"}}},{id:"udacity",matches:["*.udacity.com"],"excludeSelectors.add":[".vjs-text-track-display"],"mutationExcludeSelectors.add":[".vjs-text-track-display *"],"subtitleRule.add":{type:"webvtt",subtitleUrlRegExp:".vtt$",loadingContainerSelector:".vjs-text-track-display"}},{id:"skillshare",matches:["www.skillshare.com"],"excludeSelectors.add":[".vjs-text-track-display"],"mutationExcludeSelectors.add":[".vjs-text-track-display *"],"subtitleRule.add":{type:"webvtt",subtitleUrlRegExp:"\\.vtt\\?",loadingContainerSelector:".vjs-text-track-display",injectedCss:["#immersive-translate-quick-button-container {order: 13}"],quickButtonRule:{appendSelector:".vjs-control-bar",insertBeforeSelector:".vjs-volume-panel",injectCSS:" .label { display: none; } .imt-quick-subtitle-pop-content {transform: translateX(43%); right: 0; z-index: 2147483647 } "}}},{id:"domestika",matches:["www.domestika.org"],"excludeSelectors.add":[".vjs-text-track-display"],"mutationExcludeSelectors.add":[".vjs-text-track-display *"],"subtitleRule.add":{type:"webvtt",subtitleUrlRegExp:".*subtitles.*\\.vtt",quickButtonRule:{appendSelector:".controlBar-wrapper .right-wrapper",insertBeforeSelector:".vjs-volume-panel"}}},{id:"hbomax",matches:["play.max.com","play.hbomax.com"],"excludeSelectors.add":["[data-testid='playerContainer']","[data-testid='CueBoxContainer']"],"mutationExcludeSelectors.add":["[data-testid='playerContainer'] *","[data-testid='CueBoxContainer'] *"],"subtitleRule.add":{type:"webvtt",subtitleUrlRegExp:"\\.vtt$",loadingContainerSelector:"[data-testid='playerContainer']"}},{id:"mindvalley",matches:["home.mindvalley.com"],"excludeSelectors.add":[".vjs-text-track-display"],"mutationExcludeSelectors.add":[".vjs-text-track-display *"],"subtitleRule.add":{type:"webvtt",subtitleUrlRegExp:"\\.webvtt$",loadingContainerSelector:".vjs-text-track-display",injectedCss:["#immersive-translate-quick-button-container {order: 6}"],quickButtonRule:{appendSelector:'[data-testid="video-section"] .vjs-control-bar',insertBeforeSelector:'[data-testid="video-section"] .vjs-volume-panel',injectCSS:".imt-quick-subtitle-pop-content {z-index: 999999;}"}}},{id:"masterclass",matches:["www.masterclass.com","learn.microsoft.com"],"excludeSelectors.add":[".vjs-text-track-display"],"mutationExcludeSelectors.add":[".vjs-text-track-display *"],"subtitleRule.add":{type:"webvtt",subtitleUrlRegExp:"\\.vtt",loadingContainerSelector:".vjs-text-track-display",quickButtonRule:{appendSelector:".vjs-control-bar",insertBeforeSelector:".vjs-playback-rate"}}},{id:"viu",matches:["www.viu.com"],"excludeSelectors.add":[".bmpui-ui-viu-subtitle-overlay"],"mutationExcludeSelectors.add":[".bmpui-ui-viu-subtitle-overlay *"],"subtitleRule.add":{type:"webvtt",hookType:"xhr",subtitleUrlRegExp:"https?://[^/]+\\.cloudfront\\.net/[^/]+/[^/]+$",loadingContainerSelector:".bmpui-container-wrapper",loadingStyle:"bottom: 20%;",injectedCss:[".bmpui-controls-hidden #immersive-translate-quick-button-container {display: none;}"],quickButtonRule:{appendSelector:".bmpui-ui-container.bmpui-ui-viu-subtitle > .bmpui-container-wrapper",injectCSS:".imt-quick-subtitle-button {margin-bottom: 8px}"}}},{id:"linkin",matches:"*.linkedin.com","excludeSelectors.add":[".vjs-text-track-display"],"mutationExcludeSelectors.add":[".vjs-text-track-display *"],"subtitleRule.add":{type:"webvtt",subtitleUrlRegExp:".*ambry/\\?x-li-ambry-ep=.*",hookType:"xhr",loadingContainerSelector:".video-player-container",quickButtonRule:{appendSelector:".vjs-control-bar",insertBeforeSelector:".vjs-captions-toggle"}}},{id:"kanopy",matches:"*.kanopy.com","excludeSelectors.add":[".vjs-text-track-display"],"mutationExcludeSelectors.add":[".vjs-text-track-display *"],"subtitleRule.add":{type:"webvtt",subtitleUrlRegExp:".*captioncache/webvtt.*",hookType:"xhr",loadingContainerSelector:".video-player-container",injectedCss:["#immersive-translate-quick-button-container{height: 40px;display: flex;align-items: center;align-self: flex-end;}"],quickButtonRule:{appendSelector:".vjs-control-bar",insertBeforeSelector:".vjs-caption-control"}}},{id:"iflix",matches:["www.iflix.com","wetv.vip"],"excludeSelectors.add":[".text-track"],"mutationExcludeSelectors.add":[".player-wrapper *"],"subtitleRule.add":{type:"webvtt",subtitleUrlRegExp:"\\.vtt",hookType:"xhr",loadingContainerSelector:"#player-wrapper",loadingStyle:"bottom: 18%;",quickButtonRule:{appendSelector:'[data-role="wetv-ctrlbar-right"]',insertBeforeSelector:'[data-role="wetv-player-definition"]'}}},{id:"imdb",matches:"www.imdb.com","excludeSelectors.add":[".jw-text-track-container"],"mutationExcludeSelectors.add":[".jw-text-track-container *"],"subtitleRule.add":{type:"webvtt",subtitleUrlRegExp:"\\.srt$",loadingContainerSelector:"#imdbnext-vp-jw-single",quickButtonRule:{appendSelector:".jw-reset.jw-button-container",insertBeforeSelector:'[button="ttt-button"]'}}},{id:"itv",matches:["www.itv.com"],"subtitleRule.add":{type:"text_track",videoPlayerSelector:".genie-video",loadingContainerSelector:".genie-container",loadingStyle:"bottom: unset; top: 5%;",quickButtonRule:{appendSelector:".control-bar_right-child-container",insertBeforeSelector:".controls-toggle_button--fullscreen"}}},{id:"egghead",matches:["egghead.io"],"subtitleRule.add":{type:"text_track",videoPlayerSelector:".cueplayer-react-video",loadingContainerSelector:".cueplayer-react-video-holder",loadingStyle:"bottom: unset; top: 5%;",quickButtonRule:{appendSelector:".cueplayer-react-control-bar-right-part",insertBeforeSelector:".cueplayer-react-closed-caption"}}},{id:"coursera",matches:["www.coursera.org"],"subtitleRule.add":{type:"text_track",videoPlayerSelector:".vjs-tech",loadingContainerSelector:".rc-VideoControlsContainer",loadingStyle:"bottom: unset; top: 5%;",quickButtonRule:{appendSelector:'[role="presentation"] > .rc-ControlBar > .icon-container'}}},{id:"ocrtraining",matches:["ocrtraining.cit.nih.gov","videocast.nih.gov"],"excludeSelectors.add":["#videocastPlayer"],"mutationExcludeSelectors.add":["#videocastPlayer *"],"subtitleRule.add":{type:"webvtt",subtitleUrlRegExp:"\\.srt$",loadingContainerSelector:"#videocastPlayer"}},{id:"espn",matches:["*.espn.com"],mainFrameMinTextCount:0,"excludeSelectors.add":["#fittPageContainer"],"mutationExcludeSelectors.add":["#fittPageContainer *"],"subtitleRule.add":{type:"webvtt",subtitleUrlRegExp:"\\.vtt$",injectedCss:["#immersive-translate-quick-button-container{margin-top:16px;}",".vjs-text-track-display > div >div {font:unset!important;}"],quickButtonRule:{appendSelector:".vjs-control-bar",insertBeforeSelector:".vjs-captions-button"}}},{id:"fmoviesz",matches:["fmoviesz.to","vidplay.online","c8365730d4.nl"],"excludeSelectors.add":["#player"],"mutationExcludeSelectors.add":["#player *"],"subtitleRule.add":{type:"multi_attach_vtt",subtitleUrlRegExp:"subtitle/.*\\.vtt$",quickButtonRule:{appendSelector:".jw-button-container",insertBeforeSelector:".jw-icon-cc"},activeLangSelector:"#jw-player-settings-submenu-captions .jw-settings-submenu-items .jw-settings-item-active",videoSelector:"video",attachRule:{appendSelector:"#player",injectedGlobalCSS:[".jw-text-track-container {display: none;}","@media (min-width: 576px) { video::cue {opacity: 0} }"]}}},{id:"aniwatch",matches:["megacloud.tv","aniwatch.to"],"excludeSelectors.add":[".jw-wrapper"],"mutationExcludeSelectors.add":[".jw-wrapper *"],"subtitleRule.add":{type:"multi_attach_vtt",subtitleUrlRegExp:"^(?!.*sprite\\.vtt$).*\\.vtt$",quickButtonRule:{appendSelector:".jw-button-container",insertBeforeSelector:".jw-icon-cc"},activeLangSelector:"#jw-player-settings-submenu-captions .jw-settings-submenu-items .jw-settings-item-active",videoSelector:"video",attachRule:{appendSelector:".jw-wrapper",injectedGlobalCSS:[".jw-text-track-container {display: none;}","@media (min-width: 576px) { video::cue {opacity: 0} }"]}}},{id:"rottentomatoes",matches:["*.rottentomatoes.com"],"excludeSelectors.add":[".jw-wrapper"],"mutationExcludeSelectors.add":[".jw-wrapper *"],"subtitleRule.add":{type:"webvtt",subtitleUrlRegExp:"\\.vtt$",quickButtonRule:{appendSelector:".jw-button-container",insertBeforeSelector:".jw-icon-cc"}}},{id:"dailymotion",matches:["*.dailymotion.com"],"excludeSelectors.add":[".player"],"mutationExcludeSelectors.add":[".player *"],mainFrameMinTextCount:0,"subtitleRule.add":{type:"subsrt",subsrtFormat:"srt",loadingContainerSelector:".player",subtitleUrlRegExp:"/video/.*\\.srt",quickButtonRule:{appendSelector:".controls_bottom_right",insertBeforeSelector:".subtitles_toggle_button"}}},{id:"movie-web",matches:["movie-web.app/media*"],"excludeSelectors.add":["#root"],"mutationExcludeSelectors.add":["#root *"],"subtitleRule.add":{type:"subsrt",hookType:"fetch",subsrtFormat:"vtt",loadingContainerSelector:".relative.h-screen.overflow-hidden",subtitleUrlRegExp:".*\\.vtt",quickButtonRule:{appendSelector:".hidden.justify-between .flex.items-center.space-x-3"}}},{id:"deeplearning",matches:["learn.deeplearning.ai"],"excludeSelectors.add":['[data-layout="video"]'],"mutationExcludeSelectors.add":['[data-layout="video"] *'],"subtitleRule.add":{type:"subsrt",subsrtFormat:"vtt",loadingContainerSelector:'[data-layout="video"]',subtitleUrlRegExp:".*\\.vtt",quickButtonRule:{appendSelector:".vds-controls-group:last-child",insertBeforeSelector:".vds-caption-button"}}},{id:"paramountplus",matches:["*.paramountplus.com"],"excludeSelectors.add":[".aa-player-skin"],"mutationExcludeSelectors.add":[".aa-player-skin *"],"subtitleRule.add":{type:"text_track_dynamic",injectedCss:[".tt-container {white-space: pre-line;}",".timed-text-css-box-inner {display: none!important;}",".timed-text-css-box-inner:last-child {display: block!important;}"],videoPlayerSelector:"video",quickButtonRule:{appendSelector:".top-menu-container"}}},{id:"pluto",matches:["pluto.tv"],"excludeSelectors.add":[".video-player-layout"],"mutationExcludeSelectors.add":[".video-player-layout *"],"subtitleRule.add":{type:"text_track_dynamic",videoPlayerSelector:"video",quickButtonRule:{appendSelector:".endControls-0-2-85"}}},{id:"vimeo",matches:["vimeo.com"],"excludeSelectors.add":[".vp-captions"],"mutationExcludeSelectors.add":[".vp-captions *"],"subtitleRule.add":{type:"text_track",videoPlayerSelector:"video",loadingContainerSelector:".player_container",loadingStyle:"bottom: unset; top: 5%;",injectedCss:["#immersive-translateQuickButton {visibility: inherit!important;}"],quickButtonRule:{appendSelector:'[data-control-bar="true"] > div',insertBeforeSelector:'[data-volume-control-container="true"]',ccEnableSelector:'[data-cc-button="true"]',injectCSS:".imt-quick-subtitle-button {margin-right: 0px; font-size: 12px;} .logo,.logo svg { height: 18px !important; width: 18px !important;} .imt-quick-subtitle-pop-content {bottom: 28px !important;}"}}},{id:"ted",matches:["www.ted.com"],"excludeSelectors.add":["#video"],"mutationExcludeSelectors.add":["#video *"],"subtitleRule.add":{type:"webvtt",hookType:"fetch",subtitleUrlRegExp:"\\.vtt",videoPlayerSelector:"video",loadingContainerSelector:"media-controller",quickButtonRule:{appendSelector:".pointer-events-none #media-control-bar",insertBeforeSelector:".pointer-events-none .media-volume-wrapper"}}},{id:"player.vimeo",matches:["https://player.vimeo.com/video/*","laracasts.com"],selectorMatches:["iframe[src*='player.vimeo.com']"],extraBlockSelectors:["span.vp-captions-line","span[class^=CaptionsRenderer_]"],"excludeSelectors.add":[".vp-captions-line"],"mutationExcludeSelectors.add":[".vp-captions *",".vp-captions-line *"],"subtitleRule.add":{type:"text_track",videoPlayerSelector:"video",loadingContainerSelector:".vp-telecine",loadingStyle:"bottom: unset; top: 5%; font-size: 12px;",injectedCss:["#immersive-translateQuickButton {visibility: inherit!important;}"],quickButtonRule:{appendSelector:'[data-control-bar="true"] > div',insertBeforeSelector:'[data-volume-control-container="true"]',ccEnableSelector:'[data-cc-button="true"]',injectCSS:".imt-quick-subtitle-button {margin-right: 0px; font-size: 12px;} .logo,.logo svg { height: 18px !important; width: 18px !important;} .imt-quick-subtitle-pop-content {bottom: 28px !important;}"}}},{id:"tv.adobe",matches:"https://*.tv.adobe.com","excludeSelectors.add":[".mpc-player"],"mutationExcludeSelectors.add":[".mpc-player *"],"subtitleRule.add":{type:"text_track",videoPlayerSelector:"video",loadingContainerSelector:".mpc-player",quickButtonRule:{appendSelector:".mpc-controls__container"}}},{id:"threejs-journey",matches:"threejs-journey.com","excludeSelectors.add":[".video-area"],"mutationExcludeSelectors.add":[".video-area *"],"subtitleRule.add":{type:"text_track",videoPlayerSelector:"video",loadingContainerSelector:".video-area",injectedCss:[".js-tracks-text.tracks-text {white-space: pre;}"],quickButtonRule:{appendSelector:".js-controls .right",insertBeforeSelector:".js-subtitles",injectCSS:".imt-quick-subtitle-button { font-size: 12px;} .logo,.logo svg { height: 18px !important; width: 18px !important;} .imt-quick-subtitle-pop-content {bottom: 38px !important;}"}}},{id:"codewithchris",matches:["learn.codewithchris.com","*.rachelsenglishacademy.com","www.unrealsenseiacademy.com"],"excludeSelectors.add":[".w-captions",".w-captions-line > div > span"],"mutationExcludeSelectors.add":[".w-captions *"],"subtitleRule.add":{type:"general",subtitleUrlRegExp:"/embed/captions/",loadingContainerSelector:".w-ui-container",hookType:"fetch",generalSetting:{captionsPath:"captions",itemsPath:"hash.lines",textKey:"text"}}},{id:"panopto",matches:["southampton.cloud.panopto.eu"],"excludeSelectors.add":[".primaryPlayer"],"mutationExcludeSelectors.add":[".primaryPlayer *"],"subtitleRule.add":{type:"general",subtitleUrlRegExp:"DeliveryInfo.aspx",disableSubsCache:!0,loadingContainerSelector:"#primaryPlayer",hookType:"fetch",generalSetting:{textKey:"Caption"},quickButtonRule:{appendSelector:"#transportControls",insertBeforeSelector:"#captionsButton"}}},{id:"edx",matches:["*.edx.org"],"excludeSelectors.add":[".closed-captions",".subtitles-menu"],mainFrameMinTextCount:0,"subtitleRule.add":{type:"general",subtitleUrlRegExp:"/transcript/translation/",loadingContainerSelector:".tc-wrapper",generalSetting:{itemsPath:"text"},injectedCss:[".subtitles-menu span,.closed-captions {white-space: pre-line;}","#immersive-translate-quick-button-container {display: inline-block; vertical-align: middle;}"],quickButtonRule:{appendSelector:".secondary-controls",insertBeforeSelector:".speeds.menu-container"}}},{id:"ardmediathek",matches:["www.ardmediathek.*"],"excludeSelectors.add":[".ardplayer-viewport-addon-overlays"],"mutationExcludeSelectors.add":[".ardplayer-viewport-addon-overlays *"],"subtitleRule.add":{type:"ebutt",hookType:"fetch",subtitleUrlRegExp:"subtitle/ebutt",loadingContainerSelector:".ardplayer-viewport-addon-overlays",quickButtonRule:{appendSelector:".ardplayer-footer .ardplayer-addons-container",insertBeforeSelector:".ardplayer-footer .ardplayer-button-sharing",injectCSS:".imt-quick-subtitle-button {font-size: 20px; } .logo,.logo svg { height: 36px !important; width: 36px !important;} .imt-quick-subtitle-pop-content {z-index: 2147483647;} "}}},{id:"bbc-iplayer",matches:["https://www.bbc.*/iplayer*"],"excludeSelectors.add":[".player"],"mutationExcludeSelectors.add":[".player *"],"subtitleRule.add":{type:"ebutt",hookType:"fetch",subtitleUrlRegExp:"iplayer/subtitles/.*.xml",loadingContainerSelector:".player__container"}},{id:"bbc",matches:["*.bbc.*"],"excludeSelectors.add":["section.module--languages",".drop-capped",".smp-toucan-player","smp-subtitles","#subtitle_subtitle2"],"mutationExcludeSelectors.add":["[data-testid='media-player-container-landscape'] *"],"subtitleRule.add":{type:"ebutt",hookType:"fetch",subtitleUrlRegExp:"iplayer/subtitles/.*.xml",loadingContainerSelector:".smp-toucan-player"}},{id:"zdf.de",matches:["www.zdf.de"],"excludeSelectors.add":[".zdfplayer-cue-region"],"subtitleRule.add":{type:"ebutt",subtitleUrlRegExp:"mtt/.*.xml",loadingContainerSelector:".zdfplayer-video-container",responseType:"document",injectedCss:["#immersive-translate-quick-button-container {display:inline-block;vertical-align:middle;margin-right:-16px;}"],quickButtonRule:{appendSelector:".right-controls-1FfJUp.svelte-inzdbf",insertBeforeSelector:".right-controls-1FfJUp.svelte-inzdbf button"}}},{id:"piped.video",matches:"piped.video","subtitleRule.add":{type:"ebutt",hookType:"fetch",subtitleUrlRegExp:"api/timedtext",loadingContainerSelector:".shaka-video-container",responseType:"document",quickButtonRule:{appendSelector:".shaka-controls-button-panel",insertBeforeSelector:".shaka-mute-button"}}},{id:"disneyplus",matches:["www.disneyplus.com"],"excludeSelectors.add":[".dss-hls-subtitle-overlay"],"mutationExcludeSelectors.add":[".dss-hls-subtitle-overlay *"],"subtitleRule.add":{type:"disneyplus",subtitleUrlRegExp:"\\.vtt$"}},{id:"mubi",matches:["https://mubi.com","https://mubi.de"],"subtitleRule.add":{type:"fmp4.xml",subtitleUrlRegExp:"textstream",hookType:"fetch",quickButtonRule:{appendSelector:".css-1k6yql2.e1b63bld4",insertBeforeSelector:".css-1ce7rqp.e7f2hfl0"}}},{id:"hulu",matches:"https://*.hulu.com","subtitleRule.add":{type:"hulu",hookType:"fetch",injectedCss:[".ClosedCaption {display:none!important;}"],videoSelector:"#content-video-player",subtitleUrlRegExp:"play.hulu.com/.*/playlist",loadingContainerSelector:"#web-player-app",quickButtonRule:{appendSelector:".PlayerSettingsGroup",insertBeforeSelector:".PlayerSettingsGroup .PlayerControlsButton"}}},{id:"youku.tv",matches:"www.youku.tv","excludeSelectors.add":["#subtitle"],"mutationExcludeSelectors.add":["#subtitle *"],"subtitleRule.add":{type:"subsrt",hookType:"fetch",injectedCss:["#immersive-translate-quick-button-container {display: inline-block; vertical-align: middle;}"],subtitleUrlRegExp:"\\.ass$",subsrtFormat:"ass",loadingContainerSelector:"#youku-dashboard",loadingStyle:"bottom: 10%;",quickButtonRule:{appendSelector:".kui-dashboard-dashboard-panel .kui-dashboard-rear-ctn",insertBeforeSelector:".kui-rate-control-0"}}},{id:"starz",matches:"www.starz.com","excludeSelectors.add":["starz-player"],"mutationExcludeSelectors.add":["starz-player *"],"subtitleRule.add":{type:"subsrt",subsrtFormat:"vtt",subtitleUrlRegExp:"\\.vtt$",loadingContainerSelector:"starz-player",loadingStyle:"bottom: 10%;",injectedCss:["#immersive-translate-quick-button-container {display: inline-block;}"],quickButtonRule:{appendSelector:"starz-player .button-group",insertBeforeSelector:"starz-player .button-group .video-player-icon-md"}}},{id:"www.iq.com",matches:"www.iq.com","excludeSelectors.add":[".iqp-subtitle"],"mutationExcludeSelectors.add":[".iqp-subtitle *"],"subtitleRule.add":{type:"xml",subtitleUrlRegExp:"\\.xml\\?",loadingContainerSelector:".intl-video-area",xmlTextSelector:"sub",loadingStyle:"bottom: 10%;",injectedCss:["#immersive-translate-quick-button-container {float: right; height: 100%;}"],quickButtonRule:{appendSelector:".iqp-contrls-right"}}},{id:"archiveToday",matches:["archive.today","archive.ph","archive.is","archive.md"],"excludeSelectors.add":["#HEADER"]},{id:"arxiv-vanity.com",matches:["www.arxiv-vanity.com"],"excludeSelectors.add":[".arxiv-vanity-wrapper"]},{id:"fibery",matches:["the.fibery.io"],"additionalExcludeSelectors.remove":["[translate=no]"],"additionalStayOriginalSelectors.add":[".entity-node-view-container"]},{id:"makersuite.google",matches:"makersuite.google.com","excludeSelectors.add":[".material-symbols-outlined"]},{id:"etymonline",matches:"www.etymonline.com",globalAttributes:{".crossreference.notranslate":{class:"crossreference"},".foreign.notranslate":{class:"foreign"}}},{id:"https://browse.arxiv.org/",matches:["https://browse.arxiv.org","https://arxiv.org/html/*"],"excludeSelectors.add":[".desktop_header","[class*='ltx_lst_language_']","div.package-alerts"]},{id:"jstor",matches:"www.jstor.org","excludeSelectors.add":[".audio-duration","[data-qa='card-item-count']"],globalStyles:{".card__heading":"-webkit-line-clamp:unset;","search-results-vue-pharos-image-card,search-ui-pharos-image-card":"display:flex;","search-results-vue-pharos-link":"display:inline;"}},{id:"tandfonline",matches:"*.tandfonline.com","extraInlineSelectors.add":["span.off-screen"]},{id:"boringreport",matches:["www.boringreport.org"],"excludeTags.remove":["BUTTON"]},{id:"bsky.app",matches:"https://bsky.app",selectors:["[data-testid=postText]"],isTranslateTitle:!1},{id:"peacocktv",matches:["*.peacocktv.com"],injectedCss:[".video-player__subtitles__line > font,.video-player__subtitles__line:only-child{display:block;}"]},{id:"noTranslate",matches:["*.tiktok.com","altis.world","*.newthingsunderthesun.com","*.gumroad.com","edstem.org","actions.tldrnewsletter.com","community.linkingyourthinking.com","doc.qt.io","winaero.com"],"additionalExcludeSelectors.remove":[".notranslate","[translate=no]"]},{id:"jmir",matches:["*.jmir.org"],"additionalInlineSelectors.add":[".tooltiptext"]},{id:"smzdm",matches:["www.smzdm.com"],"excludeSelectors.add":[".z-highlight",".feed-block-info",".z-feed-foot",".feed-block-descripe","#J_column_tab_box",".crumbs"],globalStyles:{".feed-block-title":"height:unset"}},{id:"xiaohongshu.com",matches:["www.xiaohongshu.com"],"excludeSelectors.add":[".author-wrapper",".info",".side-bar"],globalStyles:{"a.title":"-webkit-line-clamp:3"}},{id:"learnopengl",matches:["learnopengl.com"],globalStyles:{function:"position:relative;z-index:1000;"}},{id:"notateslaapp",matches:["www.notateslaapp.com"],"extraBlockSelectors.add":[".nav > *"]},{id:"eightfold",matches:["*.eightfold.ai"],injectedCss:[".flexbox{width:100%}"]},{id:"deno",matches:["deno.com"],injectedCss:[":root {font-feature-settings:unset}"]},{id:"soundcloud",matches:"soundcloud.com",injectedCss:[".compactTrackListItem {height: unset !important;}"],"excludeSelectors.add":[".searchTitle__textContent",".searchOptions__container",".compactTrackListItem__additional",".soundTitle__tagContainer",".searchResultGroupHeading",".sc-ministats-group",".compactTrackList__moreLink",".sound__soundActions"]},{id:"section.blog.naver.com",matches:"section.blog.naver.com",globalStyles:{".text,.title_post,.text_post,p,strong,div":"-webkit-line-clamp:unset;max-height:unset;height:unset;"},"extraBlockSelectors.add":[".item",".heading a",".info_find a"],"excludeSelectors.add":[".comments",".time"]},{id:"gradio-app",selectorMatches:"gradio-app","excludeTags.remove":["BUTTON"],"excludeSelectors.add":['[data-testid="block-label"]'],"mutationConfig.add":{buildTimeout:1e3,consumeTimeout:1e3}}]};function Q3(){if(we.PROD==="1")return{};let t={};if(we.IMMERSIVE_TRANSLATE_SECRET_TENCENT_SECRET_ID&&we.IMMERSIVE_TRANSLATE_SECRET_TENCENT_SECRET_KEY){let n={secretId:we.IMMERSIVE_TRANSLATE_SECRET_TENCENT_SECRET_ID,secretKey:we.IMMERSIVE_TRANSLATE_SECRET_TENCENT_SECRET_KEY};t.translationServices={},t.translationServices.tencent=n}if(we.IMMERSIVE_TRANSLATE_SECRET_BAIDU_APPID&&we.IMMERSIVE_TRANSLATE_SECRET_BAIDU_KEY){let n={appid:we.IMMERSIVE_TRANSLATE_SECRET_BAIDU_APPID,key:we.IMMERSIVE_TRANSLATE_SECRET_BAIDU_KEY};t.translationServices||(t.translationServices={}),t.translationServices.baidu=n}if(we.IMMERSIVE_TRANSLATE_SECRET_CAIYUN_TOKEN){let n={token:we.IMMERSIVE_TRANSLATE_SECRET_CAIYUN_TOKEN};t.translationServices||(t.translationServices={}),t.translationServices.caiyun=n}if(we.IMMERSIVE_TRANSLATE_SECRET_OPENL_APIKEY){let n={apikey:we.IMMERSIVE_TRANSLATE_SECRET_OPENL_APIKEY};t.translationServices||(t.translationServices={}),t.translationServices.openl=n}if(we.IMMERSIVE_TRANSLATE_SECRET_YOUDAO_APP_ID&&we.IMMERSIVE_TRANSLATE_SECRET_YOUDAO_APP_SECRET){let n={appId:we.IMMERSIVE_TRANSLATE_SECRET_YOUDAO_APP_ID,appSecret:we.IMMERSIVE_TRANSLATE_SECRET_YOUDAO_APP_SECRET};t.translationServices||(t.translationServices={}),t.translationServices.youdao=n}if(we.IMMERSIVE_TRANSLATE_SECRET_VOLC_ACCESS_KEY_ID&&we.IMMERSIVE_TRANSLATE_SECRET_VOLC_SECRET_ACCESS_KEY){let n={accessKeyId:we.IMMERSIVE_TRANSLATE_SECRET_VOLC_ACCESS_KEY_ID,secretAccessKey:we.IMMERSIVE_TRANSLATE_SECRET_VOLC_SECRET_ACCESS_KEY};t.translationServices||(t.translationServices={}),t.translationServices.volc=n}if(we.IMMERSIVE_TRANSLATE_SECRET_DEEPL_AUTH_KEY){let n={authKey:we.IMMERSIVE_TRANSLATE_SECRET_DEEPL_AUTH_KEY};t.translationServices||(t.translationServices={}),t.translationServices.deepl=n}if(we.DEEPL_PROXY_ENDPOINT&&(t.translationServices||(t.translationServices={}),t.translationServices.deepl||(t.translationServices.deepl={}),t.translationServices.deepl.immersiveTranslateApiUrl=we.DEEPL_PROXY_ENDPOINT),we.IMMERSIVE_TRANSLATE_DEEPL_ENDPOINT&&(t.translationServices||(t.translationServices={}),t.translationServices.deepl||(t.translationServices.deepl={}),t.translationServices.deepl.immersiveTranslateDeeplTokenUrl=we.IMMERSIVE_TRANSLATE_DEEPL_ENDPOINT),we.IMMERSIVE_TRANSLATE_SECRET_OPENAI_API_KEY){let n={APIKEY:we.IMMERSIVE_TRANSLATE_SECRET_OPENAI_API_KEY};t.translationServices||(t.translationServices={}),t.translationServices.openai=n}we.IMMERSIVE_TRANSLATE_SERVICE&&(t.translationService=we.IMMERSIVE_TRANSLATE_SERVICE);let e={};return we.DEBUG==="1"&&(e.debug=!0,e.cache=!1),we.MOCK==="1"&&(e.translationService="mock"),e}async function Jt(){let t=await oe.storage.local.get(Mo);if(t[Mo]){let e=t[Mo],n=e.tempTranslationUrlMatches||[],r=n.filter(o=>o.expiredAt>Date.now()),a=!1;r.length!==n.length&&(n=r,a=!0);let i={...e,tempTranslationUrlMatches:[...n]};return a&&await Wt(i),i}else return{}}async function Wt(t){await oe.storage.local.set({[Mo]:t})}async function kl(t){await oe.storage.local.set({[Yr]:t})}async function Z3(){let t=await oe.storage.local.get(Yr),n={...await mp(),...Ni,buildinConfigUpdatedAt:we.BUILD_TIME};if(t[Yr]){let r=t[Yr];if(r&&r.buildinConfigUpdatedAt){let a=new Date(r.buildinConfigUpdatedAt),i=new Date(n.buildinConfigUpdatedAt);a>i&&(n=r)}}return n}async function Xt(){let t=await oe.storage.local.get(Yr),e={...Ni,buildinConfigUpdatedAt:we.BUILD_TIME};if(t[Yr]){let E=t[Yr];if(E&&E.buildinConfigUpdatedAt){let P=new Date(E.buildinConfigUpdatedAt),O=new Date(e.buildinConfigUpdatedAt);P>O&&(e=E)}}let n=await zw(e);e.targetLanguage=n;let r=await Mt.get(Ft,null),a={};if(!ye()&&oe.commands&&oe.commands.getAll){let E=await oe.commands.getAll();for(let P of E)P.name&&P.shortcut&&(a[P.name]=P.shortcut)}let i=await mp(),o=Q3(),s=await qr(),u=globalThis.IMMERSIVE_TRANSLATE_CONFIG||{},l=await Jt(),c=new Date,p=Object.assign({},u,o,s);if(!p.interfaceLanguage){let E=await Rw();p.interfaceLanguage=E}let g=p.interfaceLanguage==="en",m=p.targetLanguage==="en",f=e&&e.translationLanguagePattern&&e.translationLanguagePattern.matches&&e.translationLanguagePattern.matches.length===0,T=["bing","google","transmart","mock"].includes(p.translationService)||!p.translationService;!g&&!m&&!f&&T?e.translationLanguagePattern||(e.translationLanguagePattern={matches:["en"],excludeMatches:[]}):e.translationLanguagePattern={matches:[],excludeMatches:[]};let b=e&&e.enableDefaultAlwaysTranslatedUrls;p.enableDefaultAlwaysTranslatedUrls===!1&&(b=!1);let h=p&&p.isChangedAlwaysTranslatedUrls,C=[];p.translationUrlPattern&&p.translationUrlPattern.matches&&(C=p.translationUrlPattern.matches||[]);let D=!1;h===void 0&&(C.length>0?h=!0:h=!1,p.isChangedAlwaysTranslatedUrls=h,s.isChangedAlwaysTranslatedUrls=h,D=!0);let M=(p?.translationLanguagePattern?.matches?.length||0)>0,B=await At("installedAt",""),S=Number(await Nr("translage_page_daily",0)),y=Number(await At(Kn,0)),_;y>0&&(Date.now()-y0&&(Date.now()-S0){let E=l.tempTranslationUrlMatches.filter(P=>new Date(P.expiredAt)>c);if(E.length>0){let P=p.translationUrlPattern?p.translationUrlPattern?.matches||[]:[],O=Array.isArray(P)?P:[P],H=Array.from(new Set(O.concat(E.map(j=>j.match))));p.translationUrlPattern={...p.translationUrlPattern,matches:H}}}let F=Object.assign(i,e);Ya({rule:e,valueIsArray:E=>Array.isArray(i[E]),getMergedValue:E=>i[E],onMergedResult:(E,P)=>{E!="generalRule"&&(F[E]=P)}});let L=Zt(r),U={};p.translationServices&&p.translationServices.deepl&&(U=p.translationServices.deepl);let N={};p.translationServices&&p.translationServices.openai&&(N=p.translationServices.openai),!L&&U.authKey&&!U.provider?(F.translationServices.deepl||(F.translationServices.deepl={}),F.translationServices.deepl.provider="custom"):U&&U.provider||(F.translationServices.deepl||(F.translationServices.deepl={}),F.translationServices.deepl.provider="pro"),!L&&N.APIKEY&&!N.provider?(F.translationServices.openai||(F.translationServices.openai={}),F.translationServices.openai.provider="custom"):N&&N.provider||(F.translationServices.openai||(F.translationServices.openai={}),F.translationServices.openai.provider="pro");let q=Object.keys(F),A=["translationUrlPattern","translationLanguagePattern","immediateTranslationPattern","translationBodyAreaPattern","translationParagraphLanguagePattern","translationThemePatterns","translationGeneralConfig","shortcuts","inputTranslationUrlPattern","inputLanguageCodeAlias"];for(let E of q){let P=E;if(P==="generalRule")typeof p[P]=="object"&&(F[P]=Tl(i[P],p[P]));else if(P==="translationServices")Nw(p,F);else if(typeof p[P]!="string"&&typeof p[P]!="boolean"&&typeof p[P]!="number"&&A.includes(P))p[P]&&(F[P]=Object.assign(F[P],p[P])),P==="shortcuts"&&(ye()||ot()?F[P]={...F[P],...a}:F[P]={...a});else if(P==="rules"){if(Array.isArray(p[P])){let O=F.rules||[],H={};for(let W of O)W.id&&(H[W.id]=W);let j=p[P].map(W=>W.id&&H[W.id]?k3(e.generalRule,H[W.id],W):W);F[P]=[...j,...F[P]]}if(we.PROD==="0"&&we.DEV_RULES){let O=JSON.parse(we.DEV_RULES);F[P]=[...O,...F[P]]}}else p[P]!==void 0&&(F[P]=p[P])}return F.donateUrl=e.donateUrl,F.minVersion=e.minVersion,F.feedbackUrl=e.feedbackUrl,F.rawUserConfig=s,F}async function qr(){return(await oe.storage.sync.get("userConfig")||{}).userConfig||{}}async function bs(t){await oe.storage.sync.set({userConfig:t})}async function Ts(t,e){await oe.storage.local.set({[t]:e})}async function Pl(t){return(await oe.storage.local.get(t))[t]||""}var Rw=async()=>{let t=["zh-CN"];try{t=await oe.i18n.getAcceptLanguages()}catch(r){z.warn("get browser language error:",r)}let n=t.map(r=>be(r)).find(r=>zt[r]);return n||"en"},mp=async()=>{let t={...Ni,buildinConfigUpdatedAt:we.BUILD_TIME};return{...t,targetLanguage:lr,interfaceLanguage:"en",translationMode:"dual",debug:!1,alpha:!1,translationUrlPattern:{matches:[],excludeMatches:[]},translationLanguagePattern:{matches:[],excludeMatches:[]},translationThemePatterns:{},translationParagraphLanguagePattern:{matches:[],excludeMatches:[],selectorMatches:[],excludeSelectorMatches:[]},translationBodyAreaPattern:{matches:[],excludeMatches:[],selectorMatches:[],excludeSelectorMatches:[]},translationTheme:"none",translationService:"bing",inputTranslationService:"inherit",mouseHoverTranslationService:"inherit",subtitleTranslateService:"inherit",translationArea:"main",translationStartMode:"dynamic",translationServices:{},monkeyH5FloatBall:{...t.monkeyH5FloatBall},pcFloatBall:{...t.pcFloatBall},generalRule:{...t.generalRule},translationGeneralConfig:{engine:"bing",_systemExcludeWordRegex:"\\b({word})\\b"},rules:[]}};function Ow(t,e){return t=t||[],e=e||[],t.length!==e.length?!0:e.filter(r=>!t.includes(r)).length>0}async function zw(t){try{let e=t?.autoSelectTargetLanguageAfterInstalledAt;if(!e)return lr;let n=await At("installedAt","");if(n&&new Date(n){let l=a[u],c=a[l.extends];!c||l.extends==u||(a[u]={...c,...a[u]})}),Ya({rule:{...a},valueIsArray:u=>Array.isArray(a[u]),getMergedValue:u=>a[u],onMergedResult:(u,l)=>{a[u]={...a[u],...l}}}),Ya({rule:{...r},valueIsArray:u=>Array.isArray(a[u]),getMergedValue:u=>a[u],onMergedResult:(u,l)=>{a[u]={...a[u],...l}}}),new Date(t.updatedAt)<=new Date("2024.4.2")&&Object.keys(r).forEach(u=>{["openai","gemini"].includes(u)&&r[u].prompt!=null&&(r[u].maxTextGroupLengthPerRequest==null&&(a[u].maxTextGroupLengthPerRequest=1),r[u].multiplePrompt==null&&(a[u].multiplePrompt=r[u].prompt))});let o=["imt_source_field","imt_trans_field","imt_sub_source_field","imt_sub_trans_field"],s=(u,l)=>{!u||!u[l]||!u?.env||(u[l]=u[l].replace(/{{(.+?)}}/g,(c,p)=>o.includes(p)?c:u?.env[p]||c))};Object.values(a).forEach(u=>{s(u,"prompt"),s(u,"multiplePrompt"),s(u,"subtitlePrompt")})}var Uw=["block","grid","flex","table","table-row","table-cell","list-item","-webkit-box","box","contents"];function xn(t,e){if(e.length===0)return!1;let n=e.join(",");return t.matches&&t.matches(n)||!1}function la(t,e,n){let{blockSelectors:r,extraBlockSelectors:a,extraInlineSelectors:i,atomicBlockSelectors:o}=e;if(xn(t,i))return!1;if(xn(t,a)||["br","input"].includes(t.nodeName.toLowerCase()))return!0;let l=null;if(t.parentNode&&t.parentNode.immersiveTranslateComputedStyle&&(l=t.parentNode.immersiveTranslateComputedStyle),l&&l.display&&l.display==="inline-flex")return!1;let c=p();return c&&(c=!xn(t,o)),c;function p(){return n&&n.display?!!Uw.includes(n.display):xn(t,r)}}var Gt=xn;function Qa(t){return!!t.shadowRoot}function ca(t){if(!t||typeof t!="string"&&(t=t.textContent,!t))return"";let e="";return t!==t.trimStart()&&(e+=" "),e+=t.trim(),e===" "||t!==t.trimEnd()&&(e+=" "),e}function ys(t){if(!t)return["",""];if(typeof t!="string"&&(t=t.textContent,!t))return["",""];let e=[];return t!==t.trimStart()?e.push(" "):e.push(""),!t.trim()&&e.length===1?[" ",""]:(t!==t.trimEnd()?e.push(" "):e.push(""),e)}function Tr(t,e=!1){let n=Ro;return e&&t?.translatedPlaceholderDelimiters?n=t.translatedPlaceholderDelimiters:t?.placeholderDelimiters&&(n=t.placeholderDelimiters),n}function Za(t,e=!1){let n=t.config?.translationServices?.[t.translationService];return Tr(n,e)}function Ui(t,e){return ua(e,t.targetLanguage,{ignoreZhCNandZhTW:t.rule.ignoreZhCNandZhTW})}function fp(t){let{rule:e}=t,n=qw(t);return` <${e.targetWrapperTag} class="${n} notranslate">`}function qw(t){let e=t.config.loadingTheme;return`${Q}-loading-${e}`}function vs(t,e){let n=t.rule,r=document.createElement(n.targetWrapperTag);r.classList.add("notranslate",bt),r.setAttribute("translate","no"),r.setAttribute("lang",t.targetLanguage),ut(r,Uh,e.toString());let a=fp(t);return r.append(at.sanitize(a,{RETURN_DOM_FRAGMENT:!0})),r}function qi(t,e){return t.querySelector(`[${Pd}='${e}']`)}function J3(){document.querySelectorAll(`[${Pd}]`).forEach(e=>{e.remove()})}function X3(){document.querySelectorAll(`.${bt}-error`).forEach(e=>{e.remove()})}function e1(){let t=document.querySelectorAll("iframe"),e=[];return t.forEach(n=>{Hi(n)&&e.push(n)}),e}function hp(t){let e={},{glossaries:r,_systemExcludeWordRegex:a,text:i,delimiters:o,excludeRegexps:s,targetLanguage:u}=t,l=i,c=1001;try{if(r&&r.length>0){let p={},g=r.filter(f=>f.tl&&f.tl!==u?!1:f.k?(p[f.k]=f.v||"",!0):!1).sort((f,T)=>f.tl&&!T.tl?1:!f.tl&&T.tl?-1:0),m=new RegExp(a.replace("{word}",g.map(f=>f.k).join("|")),"g");l=l.replace(m,(f,T)=>{let b=c++;return e[`${b}`]=p[T]||T,o.length>2?f.replace(T,`<${o[2]}${b}>`):f.replace(T,`${o[0]}${b}${o[1]}`)})}s&&s.length>0&&s.forEach(p=>{let g=new RegExp(p,"gi");l=l.replace(g,(m,f)=>{let T=c++;return e[`${T}`]=O3(f),o.length>2?m.replace(f,`<${o[2]}${T}>`):m.replace(f,`${o[0]}${T}${o[1]}`)})})}catch(p){z.debug(`format source text error: ${p.message}`)}return{text:l,variables:e}}function Ss(t){let{noTranslateRegexp:e,minTextCount:n,minWordCount:r,delimiters:a,text:i}=t,o=new RegExp(`${a[0]}(\\d+)${a[1]}`,"gi");if(a.length>2){let u=a[2];o=new RegExp(`<${u}(\\d+)>(.*?)`,"gi")}let s=i.trim();return s=s.replace(o,""),s=s.trim(),s===""||s.length===1&&s.charCodeAt(0)===8203||/^[0-9.,\/#!$%\^&\*;:{}=\-_`~()\s]+$/.test(i)||s.includes("")||s.includes("< styles>")||d1(s)||s1(s)||c1(s)||u1(s)||l1(s)||Hw(s)||o.test(s)||e&&e.length>0&&new RegExp(e.join("|"),"gi").test(s)?!1:Ll(i,n,r)}function jr(t){return t.nodeType===Node.ELEMENT_NODE}function t1(t,e){return t.paragraphs?t.paragraphs[0]?.ctxId!==e?(t.paragraphs=[],!1):!0:!1}async function bp(){return await At("fakeUserId","")}async function jw(){return await At("installedAt","")}async function n1(t){let n=Me().INSTALL_FROM,r=Sn(),a=await jw(),i=await bp(),o=await Xt(),s=!1,u=await Mt.get(Ft,null),l=!1;return u&&Zt(u)&&(s=!0,u.subscription&&u.subscription.isTrial&&(l=!0)),{installFrom:n,version:r,installedAt:a,interfaceLang:t,optionInterfaceLang:o.interfaceLanguage,deviceId:i,isProUser:s,isTrial:l}}function r1(t,e,n,r){if(!e||!r||!t)return"";let a=t.xpathRule,i=0,o=n;for(;o&&o!==r;)i++,o=o.parentNode;let s=i+"";for(let u=0;u{!t||!e||(async()=>{let a=await yp(t,e);r(a)})()},[t,e,r]),n}async function yp(t,e){if(!t||!e)return;let n=!1,r,a=!0;!ot()&&ye()||tt().any?(a=!1,r=e.monkeyH5FloatBall,!r&&t.rule.isShowUserscriptPagePopup==!1&&(r=t.config.monkeyH5FloatBall,r.enable=!1),r||(r=t.config.monkeyH5FloatBall),n=!e.monkeyH5FloatBall):(r=t.config.pcFloatBall,n=!e.pcFloatBall);try{if(r?.afterInstalledAt&&n){let i=await At("installedAt","");new Date(i).getTime()s==n),a=t.config.translationModeLanguagePattern.translationMatches.find(s=>s==n),i=t.config.translationModeUrlPattern.dualMatches.find(s=>wt(t.url,s));return t.config.translationModeUrlPattern.translationMatches.find(s=>wt(t.url,s))?"translation":i?"dual":a?"translation":r?"dual":null}var _l=!1,Ww=ye();function p1(t,e){let n=[];for(let r of e){let a=t.querySelectorAll(r);for(let i of a)n.push(i)}return n}function Kw(t,e){let n=function(i){return i.nodeType===Node.ELEMENT_NODE||i.nodeType===Node.TEXT_NODE?i.nodeType===Node.ELEMENT_NODE&&g1(i,e,!0)?NodeFilter.FILTER_REJECT:NodeFilter.FILTER_ACCEPT:NodeFilter.FILTER_REJECT},r=document.createTreeWalker(t,NodeFilter.SHOW_ELEMENT,n),a=!0;for(;r.nextNode();){let i=r.currentNode;if(i.nodeType===Node.ELEMENT_NODE){if(da(i,Eu)){if(a===!0)return!0;continue}if(xs(i.nodeName,e.inlineTags))return!0;if(!vp(i,e))return!1}}return!0}function Sp(t,e){let n=e.inlineTags;if(t.nodeType===Node.ELEMENT_NODE)if(xs(t.nodeName,n)||vp(t,e)){if(da(t,Hh)||xs(t.nodeName,["BR"]))return!1;if(da(t,Eu))return!0;if(vp(t,e)){let r=globalThis.getComputedStyle(t);if(r.display==="block"||r.display==="flex")return!1}return Kw(t,e)}else return da(t,Eu);return!1}function g1(t,e,n){if(!(t.nodeType===Node.ELEMENT_NODE||t.nodeType===Node.TEXT_NODE)||t.nodeType===Node.ELEMENT_NODE&&da(t,jh,!0))return!0;if(t.nodeType===Node.ELEMENT_NODE&&da(t,Bh))return!1;let{stayOriginalTags:r,excludeTags:a}=e,i=[];return n&&a&&a.length>0?i=a||[]:i=a.filter(o=>!r.includes(o)),!!(t.nodeType===Node.ELEMENT_NODE&&(t.getAttribute("translate")==="no"||t.classList.contains("notranslate"))||xs(t.nodeName,i))}function Ll(t,e,n){let r=t.trim();return r.length>=e||r.split(" ").filter(o=>o.trim()!=="").length>=n||!f1(r)&&r.length>=n}function m1(t,e,n){let r=t.trim();if(r.length<=e)return!0;if(f1(r)){if(r.split(" ").length<=n)return!0}else if(r.length<=n)return!0;return!1}function f1(t){for(let e=0;e127)return!1;return!0}function s1(t){if(t&&t.includes("://")&&!t.includes(" ")&&t.length<512)try{return new URL(t),!0}catch{return!1}else return!1}function u1(t){return t?/^[a-zA-Z0-9._-]+@[a-zA-Z0-9.-]+\.[a-zA-Z]{2,4}$/.test(t):!1}function l1(t){return t?/^[_\d:\-+\.。,,% ]+$/.test(t):!1}function c1(t){if(t&&t.startsWith("#")){if(t.split("#").length>2)return!1;if(t.indexOf(" ")===-1)return!0}return!1}function d1(t){return!!(t&&t.startsWith("@")&&t.indexOf(" ")===-1)}function da(t,e,n=!1){return xp(t,e,"1",n)}function xp(t,e,n,r=!1){return _l&&!r?t[Tn]?!!(t[Tn]&&t[Tn][e]===n):!1:t.dataset[e]===n}function Wi(t){return(t.innerText||t.textContent||"").trim()}function Ep(t){let e=t.querySelectorAll("iframe"),n="";for(let r=0;r2e3))break}return n}function Fl(t){return t?typeof t=="string"?document.querySelector(t)!==null:t.some(e=>document.querySelector(e)):!1}function ut(t,e,n,r=!1,a=!1){t.isContentEditable&&!a||(_l&&!r?(t[Tn]||(t[Tn]={}),t[Tn][e]||(t[Tn][e]=n)):t.dataset[e]!==n&&(t.dataset[e]=n))}function Ml(t,e,n=!1){if(_l&&!n){if(!t[Tn]||!t[Tn][e])return;delete t[Tn][e]}else delete t.dataset[e]}function Ki(t,e,n=!1){return _l&&!n?!t[Tn]||!t[Tn][e]?void 0:t[Tn][e]:t.dataset[e]}function vp(t,e){let n=e.allBlockTags.concat(e.inlineTags).concat(e.excludeTags);return!xs(t.nodeName,n)}function Ae(){if(!globalThis||!globalThis.location)return"https://example.com";if(!Xe())return globalThis.location.href;try{let e=globalThis.location.href,n=new URL(e);if(n.protocol==="about:"||n.protocol==="blob:"){if(globalThis.location.ancestorOrigins&&globalThis.location.ancestorOrigins.length>0)return globalThis.location.ancestorOrigins[0];let r="";try{r=globalThis.parent.location.href}catch{}return r||(globalThis.location!=globalThis.parent.location?document.referrer:document.location.href)}else return e}catch{}return globalThis.location.href}function An(t,e,n){if(t instanceof ShadowRoot){try{t.appendChild(document.createElement("style")).textContent=e}catch(r){z.warn("injectCSS failed, rootDocument"+r?.message,t)}return}if(t&&t.head&&t.head.appendChild){let r=t.createElement("style");if(n){let a=t.querySelector(`style[data-id="${n}"]`);a&&a.remove(),r.dataset.id=n}r.textContent=e,t.head.appendChild(r)}else if(t){let r=document.createElement("head"),a=document.createElement("style");a.textContent=e,r.appendChild(a),t.appendChild(r)}else z.warn("injectCSS failed, rootDocument does not have head node",t)}function Hi(t){let e=t.getAttribute("src");if(e){if(e==="about:blank")return!0;if(Ww){if(e.startsWith("blob:"))return!0}else if(e.startsWith("blob:"))return!!document.querySelector("meta[name='immersive-translate-ebook-viewer']")||!e.startsWith("blob:http");return!1}try{if(t.contentDocument&&t.contentDocument.body)return!0}catch{}return!1}function xs(t,e){if(!t||!e)return!1;Array.isArray(e)||(e=[e]),t=t.toUpperCase();for(let n of e)if(t===n)return!0;return!1}function h1(t){let e=t.replace("#",""),n=parseInt(e.substring(0,2),16),r=parseInt(e.substring(2,4),16),a=parseInt(e.substring(4,6),16);return{r:n,g:r,b:a}}function b1(t,e,n,r){if(r.document.caretPositionFromPoint){let a=r.document.caretPositionFromPoint(t,e);if(a){let i=r.document.createRange(),o=a.offsetNode;if(!o||o.nodeType!==Node.TEXT_NODE||g1(o,n,!0))return null;try{i.setStart(o,a.offset),i.setEnd(o,a.offset)}catch(s){return z.warn("getRangeFromPoint error",s),null}return i}return null}else return r.document.caretRangeFromPoint?r.document.caretRangeFromPoint(t,e):null}function T1(t,e,n){let r=0,a=(i,o,s,u)=>{if(++r>100||u===i)return i;let l=i.shadowRoot;if(!l||typeof l.elementFromPoint!="function")return i;let c=l.elementFromPoint(o,s);return c?a(c,o,s,i):i};return a(t,e,n)}d();var v1="auto",Bl="auto",y1="auto";function S1(t){v1=t}function Nn(t){Bl=t}function yt(){return Bl!=="auto"?Bl:y1!=="auto"?y1:v1}function Il(){return Bl}function E1(t,e){let n=Object.assign({},t),r=new Map;(n.langOverrides||[]).forEach(i=>{r.set(i.id,i)});for(let i of r.keys()){let[o,s]=i.split("2");if(["auto",e.sourceLanguage].includes(o)&&["auto",e.targetLanguage].includes(s)){let u=r.get(i);if(!u)continue;if(u.extends){let l=r.get(u.extends);l&&(n=Object.assign({},n,l))}n=Object.assign({},n,u)}}return n}async function Un(t){let{url:e,config:n,state:r}=t,a=new URL(e),i="auto",{translationParagraphLanguagePattern:o,translationService:s,translationServices:u,translationTheme:l,translationThemePatterns:c,translationUrlPattern:p,targetLanguage:g,sourceLanguageUrlPattern:m,immediateTranslationPattern:f}=n,T=g||"zh-CN",b=Gi(e,o),h=Gi(e,f),C=s,D=Object.keys(u);for(let ae of D){let ie=u[ae];if(Gi(e,ie)){C=ae;break}}let M=l,B=Object.keys(c);for(let ae of B){let ie=c[ae];if(ie&&Gi(e,ie)){M=ae;break}}let S=Gi(e,p),y=x1(e,p);y||(y=wt(e,Xh)),y||(y=wt(e,n.blockUrls));let _=x1(e,n.inputTranslationUrlPattern);_||(_=wt(e,n.inputTranslationBlockUrls));let k=wt(e,n.mutationBlockUrls),v=Object.keys(m),I={};for(let ae of v){let ie=m[ae];if(ie&&ie.matches)for(let Ee of ie.matches)I[Ee]=ae}let F=Object.keys(I),L=ap(e,F);L&&(i=I[L]??"auto",I[L]&&I[L]!=="auto"&&Nn(I[L]));let U=a.hostname,N=await nr(U),q=a.pathname+a.search+a.hash,A=await nr(q),E=`https://${N}.com/${A}`,P=await Jt(),O=await Z3(),H=n.translationStartMode;H==="dynamic"&&h&&(H="immediate");let j=C;n.inputTranslationService&&n.inputTranslationService!=="inherit"&&(j=n.inputTranslationService);let W=C;n.mouseHoverTranslationService&&n.mouseHoverTranslationService!=="inherit"&&(W=n.mouseHoverTranslationService);let V=C;n.subtitleTranslateService&&n.subtitleTranslateService!=="inherit"&&(V=n.subtitleTranslateService);let se=await Mt.get(Ft,null),X=!1;se&&(X=Zt(se));let Z={targetLanguage:T,config:n,translationService:C,inputTranslationService:j,mouseHoverTranslationService:W,subtitleTranslateService:V,isTranslateUrl:S,sourceLanguage:i,mainFrame:document.body,isTranslateExcludeUrl:y,isMutationTranslationExcludeUrl:k,isInputTranslationExcludeUrl:_,rule:n.generalRule,url:e,encryptedUrl:E,state:r?Object.assign({translationMode:n.translationMode,translationArea:n.translationArea,translationStartMode:H,immediateTranslationTextCount:n.immediateTranslationTextCount,isAutoTranslate:!1,translationDebounce:300,isNeedClean:!1,isDetectParagraphLanguage:b,cache:n.cache,translationTheme:M,isTranslateDirectlyOnHover:!1},r):{translationMode:n.translationMode,translationArea:n.translationArea,translationStartMode:H,immediateTranslationTextCount:n.immediateTranslationTextCount,isAutoTranslate:!1,translationDebounce:300,isNeedClean:!1,isDetectParagraphLanguage:b,cache:n.cache,translationTheme:M,isTranslateDirectlyOnHover:!1},localConfig:P};se&&(Z.user=se,X?Z.isPro=!0:Z.isPro=!1),Z.state.translationArea==="body"&&(Z.config.generalRule.excludeTags=Z.config.generalRule.excludeTags.filter(ae=>!Z.config.generalRule.bodyTranslateTags.includes(ae)),Z.config.generalRule.additionalExcludeSelectors=Z.config.generalRule.additionalExcludeSelectors.filter(ae=>ae!==".btn"));let ue=n.translationServices[Z.translationService]||{};ue.immediateTranslationTextCount!==void 0&&Gw(ue.immediateTranslationTextCount)&&ue.immediateTranslationTextCount>=0&&(Z.state.immediateTranslationTextCount=ue.immediateTranslationTextCount),Z.translationService==="deepl"&&(ue&&ue.authKey&&ue.authKey.startsWith("immersive_")||ue&&ue.provider==="pro"&&Z.user?.token)&&ue.immediateTranslationTextCountForImmersiveDeepl!==void 0&&ue.immediateTranslationTextCountForImmersiveDeepl>=0&&(Z.state.immediateTranslationTextCount=ue.immediateTranslationTextCountForImmersiveDeepl),ue&&ue.translationDebounce&&typeof ue.translationDebounce=="number"&&(Z.state.translationDebounce=ue.translationDebounce);let ge=O.immediateTranslationTextCount;n.immediateTranslationTextCount!==ge&&(Z.state.immediateTranslationTextCount=n.immediateTranslationTextCount);let te=n.rules,Y;globalThis.PDFViewerApplication?Y=te.find(ae=>ae.pageType=="pdfReader"):globalThis.immersiveTranslateEbookViewer?Y=te.find(ae=>ae.pageType=="ebookReader"):globalThis.immersiveTranslateEbookBuilder?Y=te.find(ae=>ae.pageType=="ebookBuilder"):Y=te.find(ae=>Gi(e,ae)),Z.state.translationArea==="body"&&(Z.rule.paragraphMinTextCount=1,Z.rule.paragraphMinWordCount=1),Y&&Y.pageType==="ebookBuilder"&&(Z.state.translationStartMode="immediate");let Te=n.generalRule;if(Y&&(Z.rule=Tl(Te,Y)),Z.rule.selectors.length>0&&(Z.rule.paragraphMinTextCount=2,Z.rule.paragraphMinWordCount=1),Z.state.translationArea==="body"&&Z.rule.excludeTags&&(Z.rule.excludeTags=Z.rule.excludeTags.filter(ae=>!Z.rule.bodyTranslateTags.includes(ae)&&!Z.rule.forceTranslateTags.includes(ae))),Z.rule.mainFrameSelector){let ae=document.querySelector(Z.rule.mainFrameSelector);ae&&(Z.mainFrame=ae)}return Z}function Gi(t,e){if(!e)return!1;let{matches:n,excludeMatches:r,selectorMatches:a,excludeSelectorMatches:i}=e;return r&&r.length>0&&wt(t,r)?!1:n&&n.length>0&&wt(t,n)?!0:i&&i.length>0&&Fl(i)?!1:!!(a&&a.length>0&&Fl(a))}function x1(t,e){if(!e)return!1;let{excludeMatches:n,excludeSelectorMatches:r}=e;return!!(n&&n.length>0&&wt(t,n)||r&&r.length>0&&Fl(r))}function Gw(t){return typeof t=="number"}d();d();d();d();d();d();d();var Nq=w1(2),C1=w1(3);function w1(t){if(typeof t!="number"||Number.isNaN(t)||t<1||t===Number.POSITIVE_INFINITY)throw new Error("`"+t+"` is not a valid argument for `n-gram`");return e;function e(n){let r=[];if(n==null)return r;let a=typeof n.slice=="function"?n:String(n),i=a.length-t+1;if(i<1)return r;for(;i--;)r[i]=a.slice(i,i+t);return r}}d();var Vw=/\s+/g,$w=/[\t\n\v\f\r ]+/g;function D1(t,e){e?typeof e=="string"&&(e={style:e}):e={};let n=e.preserveLineEndings?Yw:Qw;return String(t).replace(e.style==="html"?$w:Vw,e.trim?Zw(n):n)}function Yw(t){let e=/\r?\n|\r/.exec(t);return e?e[0]:" "}function Qw(){return" "}function Zw(t){return e;function e(n,r,a){return r===0||r+n.length===a.length?"":t(n)}}var A1={}.hasOwnProperty;function Jw(t){return t==null?"":D1(String(t).replace(/[\u0021-\u0040]+/g," ")).trim().toLowerCase()}function Xw(t){return C1(" "+Jw(t)+" ")}function eD(t){let e=Xw(t),n={},r=-1;for(;++rn&&(n=i,r=a)}return[r,n]}function sD(t,e){let n=t.match(e);return(n?n.length:0)/t.length||0}function uD(t,e,n,r){e=cD(e,n,r);let a=[],i;if(e)for(i in e)Rl.call(e,i)&&a.push([i,lD(t,e[i])]);return a.length===0?wp():a.sort(dD)}function lD(t,e){let n=0,r=-1;for(;++re.traditionalCharacters?(e.detectedCharacters="simplified",e.detectionRate=e.simplifiedCharacters/e.traditionalCharacters|1):e.simplifiedCharacterso+s.length,0));let i=t.length-r;for(let o of SD){let s=o[1],u=o[0],l=t.match(s),c=l?l.length:0;c>n&&(n=c,e=u)}return n*2.5/i>.5?e==="zh-CN"?I1(t)?"zh-TW":"zh-CN":e:"auto"}var O1=[["afr","af"],["amh","am"],["arb","ar"],["azj","az"],["bel","be"],["bul","bg"],["ben","bn"],["bos","bs"],["cat","ca"],["ceb","ceb"],["ces","cs"],["dan","da"],["deu","de"],["ell","el"],["eng","en"],["epo","eo"],["spa","es"],["est","et"],["fas","fa"],["fin","fi"],["fra","fr"],["gax","ga"],["glg","gl"],["guj","gu"],["hau","ha"],["heb","he"],["hin","hi"],["hrv","hr"],["hun","hu"],["hye","hy"],["ind","id"],["ibo","ig"],["ita","it"],["jpn","ja"],["jav","jw"],["kat","ka"],["kaz","kk"],["khm","km"],["kan","kn"],["kor","ko"],["ckb","ku"],["lao","lo"],["lit","lt"],["lav","lv"],["min","mi"],["mkd","mk"],["mal","ml"],["mar","mr"],["mya","my"],["nep","ne"],["nld","nl"],["nob","no"],["nya","ny"],["pan","pa"],["pol","pl"],["pbu","ps"],["por","pt"],["ron","ro"],["rus","ru"],["sin","si"],["slk","sk"],["slv","sl"],["sna","sn"],["som","so"],["als","sq"],["srp","sr"],["sun","su"],["swe","sv"],["swh","sw"],["tam","ta"],["tel","te"],["tgk","tg"],["tha","th"],["toi","to"],["tur","tr"],["ukr","uk"],["urd","ur"],["uzn","uz"],["vie","vi"],["xho","xh"],["ydd","yi"],["yor","yo"],["cmn","zh-CN"],["zul","zu"]],Dp=new Map(O1),xD=new Map(O1.map(([t,e])=>[e,t]));function z1(t,e,n=["en"]){if(!t)return"auto";try{let r=n.map(s=>xD.get(s));!e&&e!==0&&(e=25);let a=zl(t);if(a!=="auto")return a;let i={minLength:e,whitelist:[...Dp.keys()]},o=L1(t,i);if(o&&o.length>0){if(o.length>1&&o[0][1]-o[1][1]<=.3)for(let c=0;c.5&&c/o.length<=.25){if(p=="eng"&&g<.95)break;return Dp.get(p)}}let[s,u]=o[0],l=Dp.get(s);if(l&&u>.9)return l}}catch(r){z.error(r)}return"auto"}d();d();function pa(t,e){var n=(t&65535)+(e&65535),r=(t>>16)+(e>>16)+(n>>16);return r<<16|n&65535}function ED(t,e){return t<>>32-e}function Ul(t,e,n,r,a,i){return pa(ED(pa(pa(e,t),pa(r,i)),a),n)}function en(t,e,n,r,a,i,o){return Ul(e&n|~e&r,t,e,a,i,o)}function tn(t,e,n,r,a,i,o){return Ul(e&r|n&~r,t,e,a,i,o)}function nn(t,e,n,r,a,i,o){return Ul(e^n^r,t,e,a,i,o)}function rn(t,e,n,r,a,i,o){return Ul(n^(e|~r),t,e,a,i,o)}function Nl(t,e){t[e>>5]|=128<>>9<<4)+14]=e;var n,r,a,i,o,s=1732584193,u=-271733879,l=-1732584194,c=271733878;for(n=0;n>5]>>>e%32&255);return n}function Ap(t){var e,n=[];for(n[(t.length>>2)-1]=void 0,e=0;e>5]|=(t.charCodeAt(e/8)&255)<16&&(r=Nl(r,t.length*8)),n=0;n<16;n+=1)a[n]=r[n]^909522486,i[n]=r[n]^1549556828;return o=Nl(a.concat(Ap(e)),512+e.length*8),N1(Nl(i.concat(o),512+128))}function U1(t){var e="0123456789abcdef",n="",r,a;for(a=0;a>>4&15)+e.charAt(r&15);return n}function kp(t){return unescape(encodeURIComponent(t))}function q1(t){return CD(kp(t))}function DD(t){return U1(q1(t))}function j1(t,e){return wD(kp(t),kp(e))}function AD(t,e){return U1(j1(t,e))}function kn(t,e,n){return e?n?j1(e,t):AD(e,t):n?q1(t):DD(t)}var Vi=[];async function ql(t,e){return await new Promise((n,r)=>{let a=t,i=1,o=indexedDB.open(a,i);o.onsuccess=s=>{n(o.result)},o.onerror=s=>{r()},o.onupgradeneeded=s=>{let u=o.result,l=e||"cache";u.createObjectStore(l,{keyPath:"key"})}})}async function H1(t){let e=`${Q}-${t.service}@${t.from}->${t.to}`;return await LD(e,t)}async function W1(t){let e=kn(t.originalText),n=`${Q}-${t.service}@${t.from}->${t.to}`;return await PD(n,e)}async function PD(t,e){let n=await ql(t);return await new Promise((r,a)=>{if(!n)return a();let i="cache",s=n.transaction([i],"readonly").objectStore(i).get(e);s.onsuccess=u=>{n.close();let l=s.result;r(l)},s.onerror=u=>{n.close(),a()}})}async function LD(t,e){let n=await ql(t);return(await FD()).includes(t)||await _D(t),await new Promise(a=>{if(!n)return a(!1);let i="cache",s=n.transaction([i],"readwrite").objectStore(i).put(e);s.onsuccess=u=>{n.close(),a(!0)},s.onerror=u=>{n.close(),a(!1)}})}async function _D(t){let e="cache_list",n=await ql(Q+"-cacheList",e),a=n.transaction([e],"readwrite").objectStore(e).put({key:t});a.onsuccess=i=>{n.close(),Vi.push(t)},a.onerror=i=>{n.close()}}async function FD(){if(Vi&&Vi.length>0)return Vi;let t=await ql(Q+"-cacheList","cache_list");return Vi=await new Promise(e=>{let n="cache_list",a=t.transaction([n],"readonly").objectStore(n).getAllKeys();a.onsuccess=i=>{t.close(),e(a.result)},a.onerror=i=>{t.close(),e([])}}),Vi}d();d();var Pp="Original";function $e(){return Pp}function pn(t){Pp=t,K1(Pp)}d();function Hr(t){return t?.id?.endsWith("pdfWebPage")||!1}function ga(t){try{if(!t||!Hr(t))return"";let e="";if(t.pdfUrlExtractRule.attribute&&t.pdfUrlExtractRule.selector){let r=t.pdfUrlExtractRule,{selector:a,attribute:i}=r;if(a&&i){let o=document.querySelector(a);if(!o)return"";e=o.getAttribute(i)||""}}else e=document.querySelector("embed[type='application/pdf']")?.getAttribute("src")||"";if(e.startsWith("about"))return"";if(!e.startsWith("/"))return e;let n=new URL(location.href);return e.startsWith("//")?n.protocol+e:n.protocol+"//"+n.host+e}catch{return""}}var Ye={},ma=async function(t,e){let{method:n,data:r}=t,a=await Ye.updateGlobalContext(),i=Date.now();if(z.debug(`content script received message: ${n}`,r||" "),n==="translateTheWholePage")await Ye.translateTheWholePage(r),Je(Kn,i);else if(n==="translateTheMainPage")await Ye.translateTheMainPage(r),Je(Kn,i);else if(n==="translateToThePageEndImmediately")await Ye.translateToThePageEndImmediately(r),Je(Kn,i);else if(n==="toggleTranslatePage")await Ye.toggleTranslatePage(r),Je(Kn,i);else if(n==="toggleTranslateTheWholePage")await Ye.toggleTranslateTheWholePage(r),Je(Kn,i);else if(n==="toggleTranslateTheMainPage")await Ye.toggleTranslateTheMainPage(r),Je(Kn,i);else if(n==="toggleOnlyTransation")await Ye.ensureSwitchTranslationMode(r),Je(Kn,i);else if(n==="translatePage")await Ye.translatePage(a,r),Je(Kn,i);else if(n==="toggleTranslationMask")await Ye.toggleTranslationMask(r);else if(n==="restorePage")Ye.restorePage();else if(n==="retryFailedParagraphs")Ye.retryFailedParagraphs();else if(n==="switchTranslationMode"){if(a.rule.isPdf)return;r&&r.mode&&(await Ye.switchTranslationMode(r.mode),await Ye.reloadSubtitleWithTranslationModeChanged())}else if(n==="autoEnableSubtitleChanged")Ye.autoEnableSubtitleChanged(a,r);else if(n=="shareToDraft")globalThis.document.dispatchEvent(new CustomEvent(vu,{detail:r}));else if(n=="toggleTranslateToThePageEndImmediately")await Ye.toggleTranslateToThePageEndImmediately(r);else if(n==="toggleMouseHoverTranslateDirectly")globalThis.document.dispatchEvent(new CustomEvent(Fo,{detail:r}));else if(n==="translateWithOpenAI")await Ye.translatePageWithTranslationService("openai",r);else if(n==="translateWithGoogle")await Ye.translatePageWithTranslationService("google",r);else if(n==="translateWithDeepL")await Ye.translatePageWithTranslationService("deepl",r);else if(n==="translateWithBing")await Ye.translatePageWithTranslationService("bing",r);else if(n==="translateWithTransmart")await Ye.translatePageWithTranslationService("transmart",r);else if(n==="translateWithGemini")await Ye.translatePageWithTranslationService("gemini",r);else if(n==="translateInputBox")await Ye.translateInputBoxWithShortcut(a);else if(n!=="updateGlobalCtx"){if(n==="toggleVideoSubtitlePreTranslation")Xe()||await Ye.toggleVideoSubtitlePreTranslation();else if(n==="getAsyncContextString"&&!Xe())return JSON.stringify(a)}};function G1(t){Object.assign(Ye,t)}function V1(t){Object.assign(Ye,t)}function $1(t){Object.assign(Ye,t)}var MD=function(t,e){let{method:n,data:r}=t;if(z.debug(`content script received sync message: ${n}`,r||" "),n==="ping")return"pong";if(n==="getPageStatus")return $e();if(n==="getCurrentPageLanguage"){let a=yt();return Ye.detectCurrentPageLanguage().catch(i=>{z.warn("detectCurrentPageLanguage failed",i)}),a}else{if(n==="setCurrentPageLanguageByClient")return Nn(r),yt();if(n==="getContextString"){let a=Ye.getPureGlobalContext(),{articleNode:i,bodyNode:o,...s}=a;return JSON.stringify(s)}else if(n=="getPdfWebUrl"){let a=Ye.getPureGlobalContext();return ga(a?.rule)}}},jl,Hl;function Y1(){let t=Wl();Xe()||BD(),t.sendMessage("popup:main_sync",{method:"ready"}).catch(n=>{})}function Wl(){return jl||(jl=new br("content_script",!1).getConnection("main",ma),jl)}function BD(){return Hl||(Hl=new br("content_script",!1).getConnection("main_sync",MD,{sync:!0}),Hl)}d();var Lp=[["auto","auto"],["zh-CN","zh"],["zh-TW","zh-TW"],["de","de"],["en","en"],["es","es"],["fr","fr"],["id","id"],["it","it"],["ja","ja"],["ko","ko"],["ms","ms"],["pt","pt"],["ru","ru"],["th","th"],["tr","tr"],["vi","vi"]],Kl="https://transmart.qq.com/api/imt",Wr=class t{static langMapReverse=new Map(Lp.map(([e,n])=>[n,e]));static getClientKey(){return btoa("transmart_crx_"+navigator.userAgent).slice(0,100)}static async detectLanguageRemotelyByTransmart(e){let n={header:{fn:"text_analysis",client_key:t.getClientKey()},text:e.slice(0,280)},r=await de({url:Kl,method:"POST",body:JSON.stringify(n)});if(r.header.ret_code!=="succ")throw new Error(r.message||r.header.ret_code);let a=r.language,i=t.langMapReverse.get(a);return i||a}};d();function ID(t,e){return Math.floor(Math.random()*(e-t+1))+t}var RD=30,_p="RATE_LIMITER_TICKS",$i=class t{static strictTicks={};static clearStrictTicks(){Ts(_p,"{}")}static async getStrictTicks(e,n){if(n)return this.strictTicks[e]||[];try{let r=await Pl(_p);r&&(this.strictTicks=JSON.parse(r)||{})}catch(r){z.debug("Error setting rate limiter ticks",r),this.strictTicks[e]=[]}finally{return this.strictTicks[e]||[]}}static wait(e,n){return new Promise((r,a)=>{t.getDelay(e,n).then(i=>{setTimeout(()=>{r(i)},i)})})}static async setStrictTicks(e,n,r){try{if(this.strictTicks[e]=n,r)return;await Ts(_p,JSON.stringify(this.strictTicks))}catch(a){z.debug("Error setting rate limiter ticks",a)}}static async getDelay(e,n,r=!1){if(!r){let l=ID(4,RD);await Dr(l)}let a=await this.getStrictTicks(e,r)||[],{limit:i,interval:o}=n,s=Date.now();if(a.length=u?(a.push(s),await this.setStrictTicks(e,a,r),0):(a.push(u),await this.setStrictTicks(e,a,r),u-s)}};async function vt(t){return await Wl().sendMessage("background:main",t)}function de(t){return mu()?wl({method:"request",data:t}):ye()||gu()?(t.fetchPolyfill=globalThis.GM_fetch,Ur(t)):vt({method:"fetch",data:t})}function qn(){return ye()?Xt():vt({method:"getConfig"})}function gn(t){return ye()?bs(t):vt({method:"setUserConfig",data:t})}function mn(){return ye()?qr():vt({method:"getUserConfig"})}function Cs(){return ye()?Jt():vt({method:"getLocalConfig"})}function Gl(t){return ye()?Wt(t):vt({method:"setLocalConfig",data:t})}function Q1(t){return ye()?kl(t):vt({method:"setBuildinConfig",data:t})}async function Ie(t){if(t.text){let n=zl(t.text);if(n!=="auto")return Promise.resolve(n)}else return"auto";if(ye()||ot()){if(t.translateService&&!Du.includes(t.translateService))return Promise.resolve("auto");let r=z1(t.text,t.minLength,t.pageLangs);return Promise.resolve(r)}let e=await vt({method:"detectLanguage",data:t});return Promise.resolve(e)}function Z1(){return vt({method:"detectTabLanguage"})}async function Vl(t){let e=await Ie({text:t,pageLangs:["en"]});try{if(ye()||ot()){let n=t.substring(0,200);e=await Wr.detectLanguageRemotelyByTransmart(n)}}catch{}return e}function K1(t){let e=new CustomEvent(Oa,{detail:t});if(document.dispatchEvent(e),ye())return;Wl().sendMessage("popup:main_sync",{method:"setPageStatus",data:t}).catch(r=>{})}function J1(t){return ye()?W1(t):vt({method:"queryParagraphCache",data:t})}async function X1(t){if(ye()){await H1(t);return}return vt({method:"setParagraphCache",data:t})}async function e2(){if(ye())return Promise.resolve();await vt({method:"mockRequest"})}function Yi(t=!1,e=""){return ye()?(oe.runtime.openOptionsPage(t,e),Promise.resolve()):vt({method:"openOptionsPage",data:{newTab:t,pageRoute:e}})}function $l(t=""){return ye()||ot()?Me().OPTIONS_URL:oe.runtime.getURL("options.html")}function Fp(t=""){return oe&&oe.runtime&&oe.runtime.getURL?oe.runtime.getURL("options.html"):""}function Yl(t=!1){return ye()?(oe.extra.openAboutPage(t),Promise.resolve()):vt({method:"openAboutPage"})}function Qi(t){return ye()?(oe.extra.openInTab(t),Promise.resolve()):vt({method:"openInTab",data:t})}function t2(t=!1){return ye()?(oe.extra.openEbookViewerPage(t),Promise.resolve()):vt({method:"openEbookViewerPage"})}function n2(t=!1){return ye()?(oe.extra.openEbookBuilderPage(t),Promise.resolve()):vt({method:"openEbookBuilderPage"})}function r2(t){ot()}function Zi(t=!1,e){return ye()?(oe.extra.openPdfViewerPage(t),Promise.resolve()):vt({method:"openPdfViewerPage",data:{url:e}})}function a2(t=!1){return ye()?(oe.extra.openSubtitleBuilderPage(t),Promise.resolve()):vt({method:"openSubtitleBuilderPage"})}function Ji(t){return ye()?Promise.resolve():vt({method:"setBadge",data:{text:t}})}function i2(){return ye()?(z.warn("autoSyncLatestConfig is not support in monkey"),Promise.resolve()):vt({method:"autoSyncLatestConfig"})}function Ql(t,e=!1){return ye()?oe.extra.openInTab(t,e):globalThis.open(t,e?"_blank":"_self"),Promise.resolve()}function o2(t,e){return ye()?$i.getDelay(t,e):vt({method:"getDelay",data:{key:t,options:e}})}function s2(t){let e;try{e=new URL(t)}catch{return!1}let n=Fp(),r="";try{r=new URL(n).hostname}catch{}return!!(r&&e.hostname===r)}function Zl(t){let e;try{e=new URL(t)}catch{return!1}let n=Fp(),r="";try{r=new URL(n).hostname}catch{}return r&&e.hostname===r?!0:!(Mp(t)||e.protocol!=="http:"&&e.protocol!=="https:"&&e.protocol!=="file:"&&e.protocol!=="data:")}function Mp(t){try{return new URL(t)?.pathname.toLowerCase().endsWith(".pdf")}catch{return!1}}d();d();d();d();var Bp={get:(t,e,n)=>{let r=e===void 0?t:{[t]:e};return oe.storage[n].get(r)},set:(t,e,n)=>oe.storage[n].set({[t]:e})};function Jl(t,e,n){let[r]=re(()=>typeof e=="function"?e():e),[a]=re(n),[i,o]=re(r),[s,u]=re(!1),[l,c]=re("");Ce(()=>{Bp.get(t,r,a).then(g=>{g[t]&&o(g[t]),u(!0),c("")}).catch(g=>{u(!1),c(g)})},[t,r,a]);let p=Ve(g=>{let m=typeof g=="function"?g(i):g;z.debug("new settings",m),Bp.set(t,m,a).then(()=>{o(m),u(!0),c("")}).catch(f=>{o(m),u(!1),c(f)})},[a,t,i]);return[i,p,s,l]}d();function Ip(t,e,n){let r=[];return function(){let[i,o,s,u]=Jl(t,e,n),l=Ve(c=>{for(let p of r)p(c)},[]);return Ce(()=>(r.push(o),()=>{r.splice(r.indexOf(o),1)}),[o]),[i,l,s,u]}}function u2(t,e){return Ip(t,e,"sync")}var OD="userConfig",zD=null,ND=u2(OD,zD);function rr(t){let[e,n,r,a]=ND(),i=Ve(o=>{let s=typeof o=="function"?o(e):o;s&&(s.updatedAt=new Date().toISOString()),n(s),t&&t(s)},[e]);return[e,i,r,a,n]}d();d();d();var Xi={},UD={root:"",lang:"en",fallbackLang:"en"};function Rp(t,e){let n=Object.assign({},UD,t);Xi=e||Xi;let[r,a]=re(n.lang),[i,o]=re(Xi),[s,u]=re(!1),l=p=>{if(i.hasOwnProperty(p))return;u(!1);let g=H3(n.root||"",p);n.getUrl&&(g=n.getUrl(n.root||"",p),fetch(g).then(m=>m.json()).then(m=>{Xi[p]=m,o({...Xi}),u(!0)}).catch(m=>{o({...Xi}),u(!0)}))};return Ce(()=>{l(n.fallbackLang||"en"),l(r)},[r]),{lang:r,setLang:a,t:(p,g)=>{if(!i.hasOwnProperty(r))return p;let m=ms(i,r,p);return m===p&&r!==n.fallbackLang&&(m=ms(i,n.fallbackLang,p)),dp(m,g)},isReady:s}}d();d();var qD=0;function w(t,e,n,r,a){var i,o,s={};for(o in e)o=="ref"?i=e[o]:s[o]=e[o];var u={type:t,props:s,key:n,ref:i,__k:null,__:null,__b:0,__e:null,__d:void 0,__c:null,__h:null,constructor:void 0,__v:--qD,__source:a,__self:r};if(typeof t=="function"&&(i=t.defaultProps))for(o in i)s[o]===void 0&&(s[o]=i[o]);return Fe.vnode&&Fe.vnode(u),u}var zp=hi(null),Op={root:"assets",lang:"en",fallbackLang:"en"},eo=t=>{let{t:e,setLang:n,lang:r,isReady:a}=Rp({root:t.root||Op.root,lang:t.lang||Op.lang,fallbackLang:t.fallbackLang||Op.fallbackLang,getUrl:t.getUrl},t.translations);return w(zp.Provider,{value:{t:e,setLang:n,lang:r,isReady:a},children:t.children})};function xe(){return du(zp)}d();var jD=function(t,e){let{method:n,data:r}=t;z.debug(`popup received message: ${n}`,r||" ");let a;e.active&&(a=e.id,globalThis.document.dispatchEvent(new CustomEvent(Bo,{detail:{tabId:a,payload:t}})))},Xl;function l2(){ws()}function ws(){return Xl||(Xl=new br("popup",!1).getConnection("main_sync",jD),Xl)}d();d();function c2(t,e=2e3){return n=>{let r,a=0;return i=>{++a==t&&(n(i),a=0),clearTimeout(r),r=setTimeout(()=>a=0,e)}}}d();var ec="DROP_DOWN_DEFAULT_VALUE";function Np(t){let{showArrow:e,onSelected:n,className:r,menus:a,maxWidth:i,style:o}=t;r=r||"",e=e??!0,i=i||80;let s=je(null);return w("select",{ref:s,autoComplete:"off",class:`min-select ${e?"":"min-select-no-arrow"} ${r||""}`,value:ec,style:{maxWidth:`${i}px`,...o},onChange:u=>{u.preventDefault();let l=u.target.value;if(s.current&&l!==ec){s.current.value=ec,s.current?.dispatchEvent(new Event("change"));let c=a.find(p=>p.value===l);c&&n(c)}},children:[{value:ec,label:t.label}].concat(a).map((u,l)=>w("option",{value:u.value,children:u.label},"option-"+l))})}d();d();function to(t,e){return t.localeCompare(e,void 0,{numeric:!0,sensitivity:"base"})>=0}var HD=({date:t})=>{let{t:e}=xe(),[n,r]=re(!1);return Ce(()=>{setTimeout(()=>{r(!0)},5e3)},[]),n?null:w("p",{class:"text-sm",children:[e("Successfully synchronized with the latest official rules:")," ",new Date(t).toLocaleString()]})},WD=({minVersion:t})=>{let{t:e}=xe();return w("p",{class:"text-sm",children:e("localVersionIsTooOld",{minVersion:t})})},KD=()=>{let{t}=xe();return w("p",{class:"text-sm",dangerouslySetInnerHTML:{__html:t("badUserscriptBrowser",{1:"https://immersivetranslate.com/docs/installation/"})}})},GD=({message:t,handleSyncing:e,date:n})=>{let{t:r}=xe();return w("p",{class:"text-sm",children:[r("failToSyncRules")," ",w("a",{onClick:e,children:r("retry")}),w("br",{}),r("failedReason"),"\uFF1A",t,w("br",{}),r("currentRuleVersion"),"\uFF1A",n]})};function Up(t){let{isShowError:e,request:n}=t,[r,a]=re(null),{t:i}=xe(),[o,s]=re(null),[u,l]=re(null),[c,p]=re(""),[g,m]=re(!1),[f,T]=re(!1),[b,h]=re(!1),[C,D]=re(null),[M,B]=re(null),S=Sn(),y=async()=>{p("");let _=o;if(o===null)try{let k=await n({url:Io});k?(s(k),_=k,m(!0)):(p(i("unknownError")),l(null))}catch(k){l(null),p(k.message);return}_!==null?(t.setStorageBuildinConfig(_),l(!1),a(_.buildinConfigUpdatedAt)):(p(i("canNotFetchRemoteRule")),l(null))};return Ce(()=>{Xt().then(_=>{let k=_.buildinConfigUpdatedAt;D(_);let v=new Date(k);if(a(k),S==="0.0.0"){h(!0);return}n({url:Io}).then(I=>{let F=I,L=F.minVersion,U=S;s(F);let N=F.latestVersion;if(N&&(to(U,N)?B(!0):B(!1)),to(U,L)){let q=F.buildinConfigUpdatedAt;new Date(q)>v?(l(!0),y()):l(!1)}else T(!0),l(null)}).catch(I=>{l(null),p(I.message)})})},[]),Ce(()=>{Xt().then(_=>{D(_)})},[r]),C?w("div",{class:"text-sm mt-2",style:{maxWidth:218},children:b?w(KD,{}):c?e===!1?null:w(GD,{handleSyncing:y,message:c,date:r||""}):f?e===!1?null:w(WD,{minVersion:o.minVersion}):u===null||u===!0?null:g?w(HD,{date:r}):null}):null}d();function VD(){return navigator.userAgent.indexOf("Mac")!==-1}var d2={Alt:"\u2325"};function tc(t=""){return VD()?Object.keys(d2).reduce((e,n)=>e.replace(n,d2[n]),t):t}d();d();var nc='',p2="data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgZmlsbD0ibm9uZSI+PHBhdGggZmlsbD0iI0ZGQzczNiIgZD0iTTMgN2gxN3YxMEgzeiIvPjxwYXRoIGZpbGw9InVybCgjYSkiIGQ9Ik02Ljg5NyA5LjI0MmMuNDE1IDAgLjcyLjExMS45MjguMzQ3LjIwNy4yMzUuMzE4LjUyNy4zMTguODczcy0uMTEuNjIzLS4zMTguODQ1Yy0uMjA4LjIyMi0uNTI3LjMzMy0uOTI4LjMzM2gtMS4zM1Y5LjI0MmgxLjMzWm05Ljg0NiAxLjc4OGMuMzg4IDAgLjY2NS4xNTIuODQ1LjQ1Ny4xNTIuMjY0LjIzNS41ODIuMjYzLjk4NHYuMzE5YzAgLjQ5OS0uMDgzLjg4Ny0uMjYzIDEuMTkyLS4xOC4zMDQtLjQ1Ny40NTctLjgzLjQ1Ny0uMzg5IDAtLjY2Ni0uMTUzLS44NDYtLjQ0NC0uMTUyLS4yNjMtLjIzNS0uNTk1LS4yNjMtMS4wMTF2LS4yOTFjMC0uNDg1LjA4My0uODczLjI2My0xLjE3OC4xOC0uMzA1LjQ0My0uNDg1LjgzMS0uNDg1Wm0tMy40MDctMS4xMzZhMS4xNyAxLjE3IDAgMCAwLS43MDYuMjM1IDEuNDgyIDEuNDgyIDAgMCAwLS40MTUuNWwtLjA4My4xNjUtLjA3LS44MDNoLTEuMzU3djUuNDMyaDEuNDU0di0zLjY1OWEuODguODggMCAwIDEgLjMxOS0uMzg4Yy4xMS0uMDY5LjI1LS4xMS40MTUtLjEyNGguMTI1bC41NC4wMTQuMTY2LTEuMzE3Yy0uMDctLjAxNC0uMTI0LS4wMjgtLjE5NC0uMDQxLS4wNTUtLjAxNC0uMTI0LS4wMTQtLjE5NC0uMDE0Wk02Ljg5NiA4LjEySDQuMTE0djcuMzE3aDEuNDY4VjEyLjc5aDEuMzNjLjg0NCAwIDEuNDk1LS4yMDggMS45OC0uNjM4LjQ4NS0uNDMuNzItLjk4My43Mi0xLjY5cy0uMjM1LTEuMjYxLS43Mi0xLjY5Yy0uNDQzLS4zODktMS4wMzktLjYxLTEuNzczLS42MzhsLS4yMjEtLjAxNFptOS44NDcgMS43NzRjLS44MDMgMC0xLjQyNi4yNjMtMS44ODMuNzc2LS40MTYuNDctLjYzNyAxLjA2Ny0uNjc5IDEuNzczdi4zMzNjMCAuODE4LjIyMiAxLjQ4My42NzkgMS45OTUuNDU3LjUxMyAxLjA4Ljc3NiAxLjg4My43NzYuODA0IDAgMS40MjctLjI2MyAxLjg4NC0uNzc2LjQxNS0uNDcuNjM3LTEuMDUzLjY3OC0xLjc3M3YtLjMzM2MwLS44MTctLjIyMS0xLjQ4Mi0uNjc4LTEuOTk1LS40NTctLjUxMy0xLjA4LS43NzYtMS44ODQtLjc3NlpNMTguMDAzIDZhNiA2IDAgMCAxIDAgMTJIMFY5LjQyM0EzLjQyIDMuNDIgMCAwIDEgMy40MiA2aDE0LjU4M1oiLz48ZGVmcz48bGluZWFyR3JhZGllbnQgaWQ9ImEiIHgxPSI3LjUiIHgyPSIyMiIgeTE9IjE5IiB5Mj0iNiIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiPjxzdG9wIHN0b3AtY29sb3I9IiMyMjIiLz48c3RvcCBvZmZzZXQ9IjEiIHN0b3AtY29sb3I9IiM2OTY5NjkiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48L3N2Zz4=",g2="data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIxMiIgZmlsbD0ibm9uZSI+PHBhdGggZmlsbD0iIzk5OSIgZD0iTTYuODk3IDMuMjQyYy40MTUgMCAuNzIuMTExLjkyOC4zNDcuMjA3LjIzNS4zMTguNTI2LjMxOC44NzMgMCAuMzQ2LS4xMS42MjMtLjMxOC44NDUtLjIwOC4yMjItLjUyNy4zMzMtLjkyOC4zMzNoLTEuMzNWMy4yNDJoMS4zM1ptOS44NDYgMS43ODhjLjM4OCAwIC42NjUuMTUyLjg0NS40NTcuMTUyLjI2NC4yMzUuNTgyLjI2My45ODR2LjMxOWMwIC40OTktLjA4My44ODctLjI2MyAxLjE5Mi0uMTguMzA0LS40NTcuNDU3LS44My40NTctLjM4OSAwLS42NjYtLjE1My0uODQ2LS40NDQtLjE1Mi0uMjYzLS4yMzUtLjU5NS0uMjYzLTEuMDExdi0uMjkxYzAtLjQ4NS4wODMtLjg3My4yNjMtMS4xNzguMTgtLjMwNS40NDMtLjQ4NS44MzEtLjQ4NVptLTMuNDA3LTEuMTM2YTEuMTcgMS4xNyAwIDAgMC0uNzA2LjIzNSAxLjQ4MiAxLjQ4MiAwIDAgMC0uNDE1LjVsLS4wODMuMTY1LS4wNy0uODAzaC0xLjM1N3Y1LjQzMmgxLjQ1NFY1Ljc2NGEuODguODggMCAwIDEgLjMxOS0uMzg4Yy4xMS0uMDY5LjI1LS4xMS40MTUtLjEyNGguMTI1bC41NC4wMTQuMTY2LTEuMzE3Yy0uMDctLjAxNC0uMTI0LS4wMjgtLjE5NC0uMDQxLS4wNTUtLjAxNC0uMTI0LS4wMTQtLjE5NC0uMDE0Wk02Ljg5NiAyLjEySDQuMTE0djcuMzE3aDEuNDY4VjYuNzloMS4zM2MuODQ0IDAgMS40OTUtLjIwOCAxLjk4LS42MzguNDg1LS40My43Mi0uOTgzLjcyLTEuNjlzLS4yMzUtMS4yNjEtLjcyLTEuNjljLS40NDMtLjM4OS0xLjAzOS0uNjEtMS43NzMtLjYzOGwtLjIyMS0uMDE0Wm05Ljg0NyAxLjc3NGMtLjgwMyAwLTEuNDI2LjI2My0xLjg4My43NzYtLjQxNi40Ny0uNjM3IDEuMDY3LS42NzkgMS43NzN2LjMzM2MwIC44MTguMjIyIDEuNDgzLjY3OSAxLjk5NS40NTcuNTEzIDEuMDguNzc2IDEuODgzLjc3Ni44MDQgMCAxLjQyNy0uMjYzIDEuODg0LS43NzYuNDE1LS40Ny42MzctMS4wNTMuNjc4LTEuNzczdi0uMzMzYzAtLjgxNy0uMjIxLTEuNDgzLS42NzgtMS45OTUtLjQ1Ny0uNTEzLTEuMDgtLjc3Ni0xLjg4NC0uNzc2Wk0xOC4wMDMgMGE2IDYgMCAwIDEgMCAxMkgwVjMuNDIzQTMuNDIgMy40MiAwIDAgMSAzLjQyIDBoMTQuNTgzWiIvPjwvc3ZnPg==";var m2="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAMAAADXqc3KAAAAn1BMVEUAAADt7vHu7vLu7vLv7+/n5+fFxcXu7vHv7/PHx8eamprt7fLt7fHn5+vGxsbS09Surq6fn5+ZmZmZmZnGxsbGxsbt7/K/v7/Hx8ft7vHGxsaZmZn09vnk5eeqqquenp7p6u3X2NnLy8vU1dbr7O67u7uvr6/o6evh4uPR0dLCwsLAwMDZ2ty9vb6kpaWhoaHe3+HPz8+zs7OkpKTc3d7Gt0R8AAAAGXRSTlMA779wIBDv338gv5+AgHDv7+/v36+gn3BgD0kJmgAAAS1JREFUKM9dkOmSgyAQhNFo7mTvYwYEBa9oorne/9l2hqJSbr4q+NHNdBcjAukyXgBE8SwRU5IYHmwm1iyCCdFMBJbwxDK8B2iKLGjl8VAC+JmEcqzRrmnP5yzrbm93SuOeDQCcpNToGaV8ISGmAfBGPce+qjrsjSxYSbkBGtt1tZGEueLpwsZW8A8snlj2jD0efRZVtxzw4Ia2BFgIch1qOaHCM4lsHHA0WpOpKyk7qX2WWLBhhhxU7grlKlV7I+LyAm+DUplS/sqv2HL5FiDDSio15CQOdHrrl5L6kpqEMOHwTlIiOKu0WIDy5Bfkn3+HJTYXRNdmWXtA1nmJfu1lgRNcQw2encV/2J0I7OdIXM1YIzH/FQ9WX4i1JF4RP1dBDNZ+/S7lx/onDcIfdi8x4pYpSxgAAAAASUVORK5CYII=",f2="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAMAAADXqc3KAAAA51BMVEUAAABRT2tSUGpRT2tQUHBQUGjwtcxRT2tRUGtST2tSTmrvsMnvt89QUHDqTIpkXHhST2zQobmfdpPrTYrGVoHqS4nwtszvtMzvtc3vr89RT2vwtczASHb09vnIXYbt4OncqMDqTInGVoBbVnHqp8GqiKJlXHfz2+bsrsfkmrfIm7SggpvScZfKaY/q1uDtgKvRiKaNdY/MY4vy7fLy5Ozxydrxw9bhtcjnobzVlK/diam0j6jYfqHVeJyXfJWcd5TrXJOCb4l5aYNvYn3DUXzxzd3kwNDSorrth6/CjqnAeZnNdJaDb4nDaCDkAAAAGnRSTlMA73C/ICDv37+ff3AgEL+AgO/v7+/fr6BgELJb3PQAAAE/SURBVCjPXZHnUsMwEIRlOySkhw66k+24YScx6b0XOu//PJw0mozh+6Efu6ddzYlpqiWrwLlhmTmW5cLiZ4oZyzR4BsNkmhL/R0nPcx6FR6357ZbPuanyKefT62yjn37/cJwPbjeUJnuKNPeFuAaFjXhNgkUXONHDdR6CJIkh8HArlSo1UIUbx6sTEt4CZlfSaLBLOl2YeaixA2irLKrey4AzA4jpXQVG7hI6mCGBPonSaIF9StMUMe0hzrGjslhBGp7tDIUzfRPTnvhWhiHLQxjYQrwIoQ5nAXtZ3uD8AAkKYTsk0sAocNVSqqpkRaK+MYYNSTkms3wXXodCMZpAKD9FLzF6Bxg/ExMgXS+RluKHkGEZUYOi7sIf3DrTlPNAfOx2XSDyj+xM5QGg2yTIua+wLJVy7abZvKuVn7TwCyKmN+3PjJblAAAAAElFTkSuQmCC",h2="data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGcgaWQ9IkZyYW1lIj4KPHBhdGggaWQ9IlZlY3RvciIgZD0iTTguNzEwMjMgMTMuMzg3NkwxMy4yODkzIDguODA4NkwxNC4wOTc3IDguMDAwMjJMMTMuMjg5NyA3LjE5MjIyTDguNzEwMjMgMi42MTI3OUw3LjkwMjIzIDMuNDIwNzlMMTEuOTA5NSA3LjQyODc5SDEuOTA1NjZWOC41NzE2NUgxMS45MDk1TDcuOTAxODUgMTIuNTc5M0w4LjcxMDIzIDEzLjM4NzZaIiBmaWxsPSIjODM4MzgzIi8+CjwvZz4KPC9zdmc+Cg==";function b2({config:t,isLogin:e,isProUser:n}){let{t:r}=xe();return ml(t)?w("div",{}):w("div",{class:"flex items-center",children:[w("a",{class:"flex items-center text-decoration-none",target:"_blank",href:e?ku:r4,children:[w("img",{src:e?f2:m2}),w("span",{class:"text-xs ml-2 text-label",children:r(e?"loggedIn":"notLogin")})]}),w("a",{title:r(n?"popup.openProForPro":"popup.openPro"),target:"_blank",class:"ml-2",href:n?ku:a4,children:w("img",{src:n?p2:g2})})]})}d();d();var T2={"zh-CN":{"languages.en":"\u82F1\u8BED","languages.ja":"\u65E5\u8BED","languages.ko":"\u97E9\u8BED","languages.es":"\u897F\u73ED\u7259\u8BED","languages.fr":"\u6CD5\u8BED","languages.de":"\u5FB7\u8BED","languages.it":"\u610F\u5927\u5229\u8BED","languages.pt":"\u8461\u8404\u7259\u8BED","languages.ru":"\u4FC4\u8BED","languages.wyw":"\u6587\u8A00\u6587","languages.":"\u5168\u90E8"},"zh-TW":{"languages.en":"\u82F1\u8A9E","languages.ja":"\u65E5\u8A9E","languages.ko":"\u97D3\u8A9E","languages.es":"\u897F\u73ED\u7259\u8A9E","languages.fr":"\u6CD5\u8A9E","languages.de":"\u5FB7\u8A9E","languages.it":"\u610F\u5927\u5229\u8A9E","languages.pt":"\u8461\u8404\u7259\u8A9E","languages.ru":"\u4FC4\u8A9E","languages.wyw":"\u6587\u8A00\u6587","languages.":"\u5168\u90E8"}},y2={...zt,"zh-CN":{...T2["zh-CN"],...zt["zh-CN"]},"zh-TW":{...T2["zh-TW"],...zt["zh-TW"]}},rc=y2;function no(t,e,n){return hr(y2,t,e,lr,n)}var fa=(t,e,n,r)=>{let a=Yh[t]||t,i=Qh[t],o=Zh[t],s={"zh-CN":i,"zh-TW":o,en:a};if(n)return s[t]?s[t]:a;if(s[e]){let u=s[e];return r||t==="auto"||t==="placeholder"?u:`${u} (${a})`}else return a};d();d();d();d();d();function qp(t,e,n=[],r){let a=["notranslate"];return r&&a.push(Vh),t&&(a.push(`${Q}-target-translation-theme-${t}`),e?a.push(`${_d}-theme-${t}`):a.push(`${Ld}-theme-${t}`)),n.length>0&&a.push(...n),e?a.push(_d):a.push(Ld),a}function jp(t){let e=["notranslate",wu];return t&&e.push(`${Q}-target-translation-theme-${t}-inner`),e}function v2(t,e,n){let{rule:r,state:a}=n,{translationTheme:i}=a,{variables:o,isVertical:s}=t;o=o||[];let{text:u}=e,{wrapperPrefix:l,wrapperSuffix:c}=r,p=Za(n,!0),g="afterend",m=p[0],f=p[1],T=`${m}(\\d+)${f}`,b=new RegExp(T,"g"),h=at.sanitize(u);o.length>0&&(h=h.replace(b,B=>{let S=h.indexOf(B),y=h[S-1]===" ",_=h[S+B.length]===" ",v=B.replace(new RegExp(p[0],"g"),"").replace(new RegExp(p[1],"g"),""),I=Number(v);if(isNaN(I))return B;let F=o[I];if(F&&F.type==="element"){let L=F.value.outerHTML;return y||(L=" "+L),_||(L=L+" "),L}else z.error("variable type not supported",F,B);return B}));let C=qp(i,t.inline,r.translationClasses||[],t.preWhitespace);s&&C.push(Gh);let D=jp(i),M="";return r.translationBlockStyle&&(M=`style="${r.translationBlockStyle}"`),h=`<${n.rule.targetWrapperTag} ${M} class="${C.join(" ")}" ${ur}="1"><${r.targetWrapperTag} class="${D.join(" ")}" ${ur}="1">${h}`,t.inline||(l==="smart"?h=`
${h}`:h=`${l}${h}`),t.inline&&(l!=="smart"?h=`${l}${h}`:h=`<${r.targetWrapperTag} class="notranslate" ${ur}="1"> ${h}`),c==="smart"?h=`${h}`:h=`${h}${c}`,{html:h,position:g}}function ac(t,e){let n=t.original||t,r=null,{stayOriginalSelectors:a,delimiters:i,isPreWhitespace:o}=e,s=[],u={};for(let l=0;l2&&(h=`<${i[2]}${b}>`),u[b]=c,s.push({text:h,type:"variable"})}else s.push({text:c.textContent||"",type:"text"});else{let T=c.textContent||"";g&&(T=ca(Hp(c))),s.push({text:T,type:"text"})}else if(c.nodeType===Node.ELEMENT_NODE)if(c&&Gt(c,a)){let b=Object.keys(u).length,h=`${i[0]}${b}${i[1]}`;i.length>2&&(h=`<${i[2]}${b}>`),u[b]=c;let C=Wp(s).endsWith(" ")?" ":"",D=ca(c.innerText||c.textContent),M=ca(c.nextSibling).startsWith(" ")?" ":"",B=ys(C+D+M),S=B[0]+h+B[1];if(C===" ")S=S.trimStart();else if(!S.startsWith(" ")){let y=ys(c.previousSibling)[1];y===""&&(y=" "),S=y+S}s.push({text:S,type:"variable"})}else{let T=Wp(s).endsWith(" ")?" ":"",b=ca(c.innerText||c.textContent);g&&(b=ca(Hp(c)));let h=ca(c.nextSibling).startsWith(" ")?" ":"",C=ys(T+b+h),D=C[0]+(c.innerText?.trim()||c.textContent?.trim()||"")+C[1];if(T===" ")D=D.trimStart();else{let M=ys(c.previousSibling)[1];M===""&&(c.nodeName==="A"||c.nodeName==="CODE")&&(M=" "),D=M+D}s.push({text:D,type:"text"})}else{let T=Wp(s).endsWith(" ")?" ":"",b="";c.textContent&&(b=ca(Hp(c))),T===" "&&(b=b.trimStart()),s.push({text:b,type:"text"})}}if(s&&s.length>0){let l="";for(let c=0;c0&&(g=s[c-1].text),c/g,">"))}t.targetText=at.sanitize(t.targetText);let a=!1,i=t.text,o=i.split(" ").length,s=i.split(` -`).length;o<=n.blockMinWordCount&&i.length<=n.blockMinTextCount&&s<2&&(a=!0);let u={id:Number(t.id),elements:[],isVertical:!1,rootFrame:t.commonAncestorContainer,text:t.text,variables:r,inline:a,preWhitespace:t.isPreWhitespace||!1,languageByLocal:"auto",languageByClient:"auto"},l=Za(e);if(l.length>2){let c=l[2];return $D({delimiterTag:c,targetText:t.targetText,inline:a,preWhitespace:t.isPreWhitespace||!1,wrapperPrefix:e.rule.wrapperPrefix,wrapperSuffix:e.rule.wrapperSuffix,targetWrapperTag:e.rule.targetWrapperTag,translationTheme:e.state.translationTheme,translationBlockStyle:e.rule.translationBlockStyle,translationClasses:e.rule.translationClasses,variables:r}).html}else{let c=v2(u,{id:Number(t.id),url:"https://google.com",text:t.targetText,from:"auto",to:"auto",fromByClient:"auto"},e);return c.html}}function Hp(t){return(t?.innerText||t.textContent||"").replace(/\s+/g," ")||""}function $D(t){let{delimiterTag:e,inline:n,translationClasses:r,targetWrapperTag:a,wrapperPrefix:i,variables:o,preWhitespace:s,wrapperSuffix:u,translationTheme:l,translationBlockStyle:c}=t;o=o||[];let p=t.targetText;p=at.sanitize(p);let g=p,m=new RegExp(`<${e}(\\d+)>(.*?)`,"g"),f=new RegExp(`<${e}(\\d+)>`);o.length>0&&(g=g.replace(m,C=>{let D=g.indexOf(C),M=g[D-1]===" ",B=g[D+C.length]===" ",S=C.match(f);if(!S)return C;let y=S[1],_=Number(y);if(isNaN(_))return C;let k=o[Number(_)];if(k&&k.type==="element"){let v=k.value.outerHTML;return M||(v=" "+v),B||(v=v+" "),v}else if(k&&k.type==="text"){let v=k.value;return M||(v=" "+v),B||(v=v+" "),v}else z.error("variable type not supported",k,C);return C}));let T=qp(l,n,r||[],s),b=jp(l),h="";return c&&(h=`style="${c}"`),g=`<${a} ${h} class="${T.join(" ")}" ${ur}="1"><${a} class="${b.join(" ")}" ${ur}="1">${g}`,n||(i==="smart"?g=`
${g}`:g=`${i}${g}`),n&&(i!=="smart"?g=`${i}${g}`:g=`<${a} class="notranslate" ${ur}="1"> ${g}`),u==="smart"?g=`${g}`:g=`${g}${u}`,{html:g,position:"afterend"}}function Wp(t){let e=t[t.length-1];return e?e.text:""}function Kp(t){let{text:e,delimiters:n,variables:r}=t,a=e;if(n.length>2){let i=n[2],o=new RegExp(`<${i}(\\d+)>(.*?)`,"g"),s=new RegExp(`<${i}(\\d+)>`),u=e;return Object.keys(r).length>0&&(u=u.replace(o,c=>{let p=c.match(s);if(!p)return c;let g=p[1],m=Number(g);if(isNaN(m))return c;let f=r[g];return f||c})),u}else{let i=`${n[0]}(\\d+)${n[1]}`,o=new RegExp(i,"g");a=a.replace(o,s=>{let l=s.replace(new RegExp(n[0],"g"),"").replace(new RegExp(n[1],"g"),""),c=Number(l);return isNaN(c)?s:r[c]?r[c]:s})}return a}var De=class{static langMap=new Map;serviceConfig;generalConfig;maxTextLength=1800;isSupportList=!0;maxTextGroupLength=50;requestTimeout=30*1e3;retry=2;translationOptions;minTextCount=2;constructor(e,n,r){this.serviceConfig=e,this.generalConfig=n,this.translationOptions=r,e?.retry&&(this.retry=e.retry),e?.requestTimeout&&(this.requestTimeout=Number(e.requestTimeout)),r&&r.minTextCount&&(this.minTextCount=r.minTextCount)}async init(){}getMaxTextGroupLength(){return this.maxTextGroupLength}getRateLimiter(){let e=this.getDefaultRateLimit()||{limit:7,interval:1250},n=this.serviceConfig;return n?.limit&&(e.limit=Number(n.limit)),n?.interval&&(e.interval=Number(n.interval)),e}formatRateLimit(e){return e.limit<1&&(e.interval=Math.round(1e3/e.limit),e.limit=1),e}getDefaultRateLimit(){return{limit:7,interval:1250}}getCacheKeyPrefix(){return""}translate(e){throw new Error("Not implemented")}translateList(e){throw new Error("Not implemented")}async multipleTranslate(e,n,r){if(e.sentences.length===0)return{sentences:[]};let{sentences:a}=e,i=!1,o=!1,s=[],u=null,l=new Set;for(let b of a)b.from&&b.from!=="auto"&&l.add(b.from),b.refresh&&(i=!0),b.debug&&(o=!0);let c=this.maxTextLength;this.serviceConfig&&this.serviceConfig.maxTextLengthPerRequest&&(c=this.serviceConfig.maxTextLengthPerRequest);let p=this.maxTextGroupLength;this.serviceConfig&&this.serviceConfig.maxTextGroupLengthPerRequest&&(p=this.serviceConfig.maxTextGroupLengthPerRequest),this.translationOptions&&this.translationOptions.sourceProgram&&["videoSubtitle","subtitle"].includes(this.translationOptions.sourceProgram)&&this.serviceConfig&&this.serviceConfig.maxTextGroupLengthPerRequestForSubtitle&&(p=this.serviceConfig.maxTextGroupLengthPerRequestForSubtitle);try{s=z3(a,c,p)}catch(b){if(r)for(let h=0;hb));let g=[],m=[],f=(b,h,C)=>{let D="";if(h.translatedTexts&&h.translatedTexts[0]&&(D=h.translatedTexts[0]),m[b]||(m[b]=h,m[b].translatedTexts=Array(h.sentenceTotalParts).fill(null)),m[b].hasError)return;if(C){let S=C instanceof $?new $(C.name,C.message).initNetWork(C.status).initData(C.data):C;m[b].hasError=!0,h.callback&&h.callback(S,null,h.sentence);return}m[b].translatedTexts[h.partIndex]=D;let M=m[b],B=0;for(let S=0;S{let B=h.from;if(h.fromByClient&&h.fromByClient!=="auto"&&(B=h.fromByClient),this.isSupportList)return{...await this.formatAndTranslateList({text:h.tempSentences.map(y=>y.text),forces:h.tempSentences.map(y=>y.force),xpaths:h.tempSentences.map(y=>y.xpath||""),from:B,to:h.to,url:C,options:n,refresh:i,debug:o}),sourceTempSentences:h.tempSentences};{let S=Kh;this.serviceConfig&&this.serviceConfig.translationTextSeparator&&(S=this.serviceConfig.translationTextSeparator);let y=null;this.serviceConfig&&this.serviceConfig.newlinePlaceholderDelimiters&&(y=this.serviceConfig.newlinePlaceholderDelimiters);let _=[],k=Tr(this.serviceConfig);if(h.tempSentences.forEach((q,A)=>{let E=hp({text:q.text,_systemExcludeWordRegex:this.generalConfig._systemExcludeWordRegex,delimiters:k,glossaries:this.translationOptions.glossaries,excludeRegexps:this.translationOptions.excludeRegexps,targetLanguage:h.to});q.force!==!0&&(E&&E.text&&E.text.trim().lengthA.text);return Promise.resolve({sourceTempSentences:h.tempSentences,text:q,from:B,to:h.to})}let v="";y&&y.length>=2?v=_.map((q,A)=>{let{item:E}=q;return A===_.length-1?E.text:E.text+y[0]+(A+1)+y[1]}).join(""):v=_.map(({item:q})=>q.text).join(S);let I=await this.translate({text:v,from:B,to:h.to,url:C,options:{...n,rawTextArrayLength:_.length,sourceProgram:this.translationOptions.sourceProgram||""},refresh:i,debug:o}),{text:F}=I,L=[];if(y&&y.length>=2){let q=`${y[0]}\\d+${y[1]}`;y&&y.length>=3&&(q=y[2]);let A=new RegExp(q,"g");L=F.split(A)}else L=F.split(S);let U=[];if(L.length>_.length){for(let q=0;q<_.length-1;q++)U[q]=L[q];U[_.length-1]=L.slice(_.length-1).join(S)}else if(L.length<_.length)for(let q=L.length;q<_.length;q++)L[q]="";else U=[...L];let N=h.tempSentences.map(q=>q.text);return k=Tr(this.serviceConfig,!0),U.forEach((q,A)=>{let E=_[A],P=E.index,O=E.variables||{};Object.keys(O).length>0&&(q=Kp({text:q,delimiters:k,variables:O})),N[P]=q}),{sourceTempSentences:h.tempSentences,text:N,from:I.from,to:I.to}}};g.push(M().then(B=>{let{text:S,sourceTempSentences:y}=B;for(let _=0;_{if(B instanceof $&&B.initData({translationService:this.translationOptions.translationService,isLogin:!!this.translationOptions.userToken,isPro:this.translationOptions.isPro}),r){for(let S=0;S{let h=b.sentence.text;return b.translatedTexts&&b.translatedTexts.length>0&&(h=b.translatedTexts.join("")),{...b.sentence,text:h}})}}async formatAndTranslateList(e){let n={...e},{forces:r}=e,a=[],i=Tr(this.serviceConfig);if(this.serviceConfig&&i.length>0)try{let{text:l,xpaths:c}=e;if(l.forEach((p,g)=>{let m=hp({text:p,_systemExcludeWordRegex:this.generalConfig._systemExcludeWordRegex,delimiters:i,excludeRegexps:this.translationOptions.excludeRegexps,glossaries:this.translationOptions.glossaries,targetLanguage:e.to});r&&r[g]!==!0&&(m&&m.text&&m.text.trim().lengthp.text),n.xpaths=a.map(p=>p.xpath)}catch(l){z.debug("formatAndTranslateList error",e,l)}let o=await this.translateList(n),{text:s}=o,u=e.text.map(l=>l);return i=Tr(this.serviceConfig,!0),s.forEach((l,c)=>{let p=a[c];if(p){let g=p.index,m=p.variables,f=Object.keys(m);u[g]=l,f.length>0&&(u[g]=Kp({text:l,delimiters:i,variables:m}))}}),{...o,text:u}}detectLanguageLocally(e){return Ie({text:e,minLength:18,pageLangs:[yt(),"en"]})}detectLanguageRemotely(e){return Promise.resolve("auto")}detectLanguage(e){return e.length>=50?this.detectLanguageLocally(e):this.detectLanguageRemotely(e)}};var x2=[["auto","auto"],["zh-CN","zh"],["zh-TW","zh-TW"],["de","de"],["en","en"],["es","es"],["fr","fr"],["id","id"],["it","it"],["ja","jp"],["ko","kr"],["ms","ms"],["pt","pt"],["ru","ru"],["th","th"],["tr","tr"],["vi","vi"]],Ds=class t extends De{static langMap=new Map(x2);maxTextGroupLength=50;static langMapReverse=new Map(x2.map(([e,n])=>[n,e]));static getUTCDate(e){let n=e.getUTCFullYear(),r=`${e.getUTCMonth()+1}`.padStart(2,"0"),a=`${e.getUTCDate()}`.padStart(2,"0");return`${n}-${r}-${a}`}secretId="";secretKey="";isSupportList=!0;constructor(e,n,r){if(super(e,n,r),!e||!e.secretId||!e.secretKey)throw new $("secretId and secretKey are required");this.secretId=e.secretId?.trim(),this.secretKey=e.secretKey?.trim()}getDefaultRateLimit(){return{limit:3,interval:1350}}async translate(e){let{text:n,from:r,to:a}=e,i=JSON.stringify({ProjectId:0,Source:t.langMap.get(r)||"auto",SourceText:n,Target:t.langMap.get(a)||a}),o=await this.signedRequest({secretId:this.secretId,secretKey:this.secretKey,action:"TextTranslate",payload:i,service:"tmt",version:"2018-03-21"});return{text:o.Response.TargetText,from:t.langMapReverse.get(o.Response.Source)||r,to:t.langMapReverse.get(o.Response.Target)||a}}async translateList(e){let{text:n,from:r,to:a}=e,i=JSON.stringify({ProjectId:0,Source:t.langMap.get(r)||"auto",SourceTextList:n,Target:t.langMap.get(a)||a}),o=await this.signedRequest({secretId:this.secretId,secretKey:this.secretKey,action:"TextTranslateBatch",payload:i,service:"tmt",version:"2018-03-21"});return{text:o.Response.TargetTextList,from:t.langMapReverse.get(o.Response.Source)||r,to:t.langMapReverse.get(o.Response.Target)||a}}async signedRequest({secretId:e,secretKey:n,action:r,payload:a,service:i,version:o}){let s=`${i}.tencentcloudapi.com`,u=new Date,l=`${new Date().valueOf()}`.slice(0,10),c=["POST","/","","content-type:application/json; charset=utf-8",`host:${s}`,"","content-type;host",await nr(a)].join(` -`),p=t.getUTCDate(u),g=["TC3-HMAC-SHA256",l,`${p}/${i}/tc3_request`,await nr(c)].join(` -`),m=await R3(p,`TC3${n}`),f=await El(i,m),T=await El("tc3_request",f),b=await El(g,T),h=await de({retry:this.retry,url:`https://${i}.tencentcloudapi.com`,method:"POST",headers:{"Content-Type":"application/json; charset=utf-8",Host:s,"X-TC-Action":r,"X-TC-Timestamp":l,"X-TC-Region":"ap-beijing","X-TC-Version":o,Authorization:`TC3-HMAC-SHA256 Credential=${e}/${p}/${i}/tc3_request, SignedHeaders=content-type;host, Signature=${b}`},body:a,timeout:this.requestTimeout});if(h instanceof Error)throw h;if(h.Response&&h.Response.Error&&h.Response.Error.Message)throw new $(h.Response.Error.Message);return h}};d();var E2=[["auto","auto"],["zh-CN","zh"],["zh-TW","zh-TW"],["de","de"],["en","en"],["es","es"],["fr","fr"],["id","id"],["it","it"],["ja","jp"],["ko","kr"],["ms","ms"],["pt","pt"],["ru","ru"],["th","th"],["tr","tr"],["vi","vi"]],YD={"content-type":"application/json",Host:"wxapp.translator.qq.com","User-Agent":"Mozilla/5.0 (iPhone; CPU iPhone OS 16_3_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/15E148 MicroMessenger/8.0.32(0x18002035) NetType/WIFI Language/zh_TW",Referer:"https://servicewechat.com/wxb1070eabc6f9107e/117/page-frame.html"},As=class t extends De{static langMap=new Map(E2);static langMapReverse=new Map(E2.map(([e,n])=>[n,e]));isSupportList=!1;constructor(e,n,r){super(e,n,r)}async translate(e){let{text:n,from:r,to:a}=e,i=new URLSearchParams({source:r,target:a,sourceText:n,platform:"WeChat_APP",candidateLangs:"en|zh",guid:"oqdgX0SIwhvM0TmqzTHghWBvfk22"}).toString(),o=await de({url:`https://wxapp.translator.qq.com/api/translate?${i}`,retry:this.retry,method:"GET",headers:YD,timeout:this.requestTimeout});return{text:o.targetText,from:t.langMapReverse.get(o.source)||r,to:t.langMapReverse.get(o.target)||a}}};d();var C2=[["auto","auto"],["zh-CN","zh-CN"],["zh-TW","zh-TW"],["en","en"],["af","af"],["am","am"],["ar","ar"],["az","az"],["be","be"],["bg","bg"],["bn","bn"],["bs","bs"],["ca","ca"],["ceb","ceb"],["co","co"],["cs","cs"],["cy","cy"],["da","da"],["de","de"],["el","el"],["eo","eo"],["es","es"],["et","et"],["eu","eu"],["fa","fa"],["fi","fi"],["fr","fr"],["fy","fy"],["ga","ga"],["gd","gd"],["gl","gl"],["gu","gu"],["ha","ha"],["haw","haw"],["he","he"],["hi","hi"],["hmn","hmn"],["hr","hr"],["ht","ht"],["hu","hu"],["hy","hy"],["id","id"],["ig","ig"],["is","is"],["it","it"],["ja","ja"],["jw","jw"],["ka","ka"],["kk","kk"],["km","km"],["kn","kn"],["ko","ko"],["ku","ku"],["ky","ky"],["la","la"],["lb","lb"],["lo","lo"],["lt","lt"],["lv","lv"],["mg","mg"],["mi","mi"],["mk","mk"],["ml","ml"],["mn","mn"],["mr","mr"],["ms","ms"],["mt","mt"],["my","my"],["ne","ne"],["nl","nl"],["no","no"],["ny","ny"],["pa","pa"],["pl","pl"],["ps","ps"],["pt","pt"],["ro","ro"],["ru","ru"],["sd","sd"],["sa","sa"],["si","si"],["sk","sk"],["sl","sl"],["sm","sm"],["sn","sn"],["so","so"],["sq","sq"],["sr","sr"],["st","st"],["su","su"],["sv","sv"],["sw","sw"],["ta","ta"],["te","te"],["tg","tg"],["th","th"],["fil","tl"],["tr","tr"],["ug","ug"],["uk","uk"],["ur","ur"],["uz","uz"],["vi","vi"],["xh","xh"],["yi","yi"],["yo","yo"],["zu","zu"]],Ja=class t extends De{static langMap=new Map(C2);static langMapReverse=new Map(C2.map(([e,n])=>[n,e]));isSupportList=!1;apiUrl="https://translate.googleapis.com/translate_a/single";constructor(e,n,r){super(e,n,r),e?.apiUrl&&(this.apiUrl=Ht(this.apiUrl,e.apiUrl))}getDefaultRateLimit(){return{limit:10,interval:1050}}async translate(e){let{text:n,from:r,to:a}=e;if(!n)return{...e};let i=t.langMap.get(r)||"auto",o=t.langMap.get(a)||a,s=await this.fetchWithoutToken(n,i,o);if(!s)throw new $("google translate NETWORK_ERROR");if(!s.data[0]||s.data[0].length<=0)throw new $("google translate API_SERVER_ERROR");return{text:s.data[0].map(l=>l[0]).filter(Boolean).join(""),from:t.langMapReverse.get(s.data[2])||"auto",to:a}}async translateXml(e){let{text:n,from:r,to:a}=e;if(!n)return{...e};let i=t.langMap.get(r)||"auto",o=t.langMap.get(a)||a,s=await this.fetchXmlWithoutToken(n,i,o);if(!s)throw new $("google translate NETWORK_ERROR");if(!s.data[0]||s.data[0].length<=0)throw new $("google translate API_SERVER_ERROR");return{text:s.data[0].map(l=>l[0]).filter(Boolean).join(""),from:t.langMapReverse.get(s.data[2])||"auto",to:a}}async fetchXmlWithoutToken(e,n,r){let i="https://translate.googleapis.com/translate_a/t?"+new URLSearchParams({client:"gtx",dt:"t",sl:n,tl:r,q:e}).toString();return{data:await de({retry:this.retry,url:i,timeout:this.requestTimeout})}}async fetchWithoutToken(e,n,r){let a=new URLSearchParams({client:"gtx",dt:"t",sl:n,tl:r,q:e}),i=this.apiUrl+"?"+a.toString();return{data:await de({retry:this.retry,url:i,timeout:this.requestTimeout})}}};d();d();d();function QD(t,e){return e?t+(e-t%e):t}function ZD(t,e){return t.split(e).length-1}function Gp(t){let e=Date.now(),n=1;for(let r of t)n+=ZD(r,"i");return QD(e,n)}function JD(t,e){return Math.floor(Math.random()*(e-t+1))+t}function Vp(){return JD(1e6,1e8)}d();d();d();var $p="https://www2.deepl.com/jsonrpc",Yp="auto",w2=[{code:"BG",language:"Bulgarian"},{code:"ZH",language:"Chinese"},{code:"CS",language:"Czech"},{code:"DA",language:"Danish"},{code:"NL",language:"Dutch"},{code:"EN",language:"English"},{code:"ET",language:"Estonian"},{code:"FI",language:"Finnish"},{code:"FR",language:"French"},{code:"DE",language:"German"},{code:"EL",language:"Greek"},{code:"HU",language:"Hungarian"},{code:"IT",language:"Italian"},{code:"JA",language:"Japanese"},{code:"LV",language:"Latvian"},{code:"LT",language:"Lithuanian"},{code:"PL",language:"Polish"},{code:"PT",language:"Portuguese"},{code:"RO",language:"Romanian"},{code:"RU",language:"Russian"},{code:"SK",language:"Slovak"},{code:"SL",language:"Slovenian"},{code:"ES",language:"Spanish"},{code:"SV",language:"Swedish"}];d();function XD(t=w2){return t.reduce((e,n)=>(e[n.code.toLowerCase()]=n.code,e[n.language.toLowerCase()]=n.code,e),{})}function Qp(t){return XD()[t.toLowerCase()]}var eA={Accept:"*/*","Accept-Language":"en-US;q=0.8,en;q=0.7","Content-Type":"application/json",Origin:"https://www.deepl.com",Referer:"https://www.deepl.com/translator","Sec-Fetch-Dest":"empty","Sec-Fetch-Mode":"cors","Sec-Fetch-Site":"same-site"};function tA(t){return JSON.stringify(t).replace('"method":"',()=>{let e=t;return(e.id+3)%13===0||(e.id+5)%29===0?'"method" : "':'"method": "'})}function nA(t,e){return{id:1,jsonrpc:"2.0",method:"LMT_handle_texts",params:{timestamp:0,texts:[{text:"",requestAlternatives:3}],splitting:"newlines",lang:{source_lang_user_selected:t,target_lang:e}}}}async function rA(t,e,n,r,a,i,o){let s=Vp(),u=nA(r,n),l=[];e.forEach(g=>{l.push({text:g,requestAlternatives:3})}),u.id=s,u.params.texts=l,u.params.timestamp=Gp(e);let c=await de({retry:2,method:"POST",url:t,body:tA(u),headers:eA}),p={from:c.result.lang,to:n,text:[]};return c.result.texts.forEach(g=>{p.text.push(g.text)}),p}async function D2(t,e,n,r=Yp,a,i,o){return e?e&&e.length===1&&e[0]===""?{text:[""],from:r,to:n}:rA(t,e,Qp(n),Qp(r)??"auto",a,i,o):{text:[],from:r,to:n}}var A2=[["auto","auto"],["en","EN"],["ja","JA"],["pl","PL"],["zh-CN","ZH"],["zh-TW","ZH"],["ja","JA"],["ko","KO"],["es","ES"],["de","DE"],["fr","FR"],["pt","PT"],["ru","RU"],["it","IT"],["id","ID"],["nl","NL"],["pl","PL"],["bg","BG"],["cs","CS"],["da","DA"],["el","EL"],["et","ET"],["fi","FI"],["hu","HU"],["lt","LT"],["lv","LV"],["ro","RO"],["sk","SK"],["sl","SL"],["sv","SV"],["tr","TR"],["uk","UK"]],ro=class t extends De{static langMap=new Map(A2);static langMapReverse=new Map(A2.map(([e,n])=>[n,e]));maxTextGroupLength=3;maxTextLength=800;isSupportList=!0;API_URL=$p;constructor(e,n,r){super(e,n,r),e&&e.apiUrl&&(this.API_URL=Ht($p,e.apiUrl))}getDefaultRateLimit(){return{limit:1,interval:1050}}async translateList(e){let{text:n,to:r,from:a}=e,i=await D2(this.API_URL,n,t.langMap.get(r)||r,t.langMap.get(a)||"auto");return{text:i.text,from:t.langMapReverse.get(i.from),to:t.langMapReverse.get(i.to)}}};d();var ks=class t extends De{static langMap=new Map(Lp);clientKey;maxTextGroupLength=25;maxTextLength=1e3;isSupportList=!1;constructor(e,n,r){super(e,n,r),this.clientKey=Wr.getClientKey()}async translate(e){let{text:n,to:r}=e,a=await this.detectLanguage(n),i=t.langMap.get(a)||a,o=t.langMap.get(r)||r;if(a===r)return{text:n,from:a,to:r};let s=Me(),u=e.url;s.INSTALL_FROM==="firefox_store"&&(u=k2());let c=JSON.stringify({header:{fn:"auto_translation_block",client_key:this.clientKey},source:{text_block:n,lang:i,orig_url:u},target:{lang:o}}),p=await de({url:Kl,body:c,method:"POST",retry:this.retry,timeout:this.requestTimeout});if(p.header.ret_code!=="succ")throw new $(p.message||p.header.ret_code);return{text:p.auto_translation,from:a||"auto",to:r}}getDefaultRateLimit(){return{limit:30,interval:1050}}async translateList(e){let{from:n,text:r,to:a}=e,i=Me(),o=e.url;if(i.INSTALL_FROM==="firefox_store"&&(o=k2()),r.length===1){let m=await this.translate({from:n,text:r[0],to:a,url:o,options:e.options});return{text:[m.text],from:m.from,to:m.to}}let u=await this.detectLanguage(r.join(` -`));if(u===a)return{text:r,from:u,to:a};let l=t.langMap.get(u)||u,c=t.langMap.get(a)||a,p=JSON.stringify({header:{fn:"auto_translation",client_key:this.clientKey},source:{text_list:r,lang:l,orig_url:o},target:{lang:c},type:"plain"}),g=await de({url:Kl,body:p,method:"POST"});if(g.header.ret_code!=="succ")throw new $(g.message||g.header.ret_code);return{text:g.auto_translation,from:u||"auto",to:a}}detectLanguageLocally(e){return this.detectLanguageRemotely(e)}detectLanguageRemotely(e){return Wr.detectLanguageRemotelyByTransmart(e)}};function k2(){let t=new Date;return t.setMinutes(t.getMinutes()-t.getMinutes()%5),t.setSeconds(0),t.setMilliseconds(0),`https://google.com/search?q=google&_t=${t.getTime()/1e3}`}d();d();function Zp(){return Math.random()>=.1}var ao=class extends De{isSupportList=!1;maxTextLength=1200;maxTextGroupLength=1;async translate(e){let{text:n}=e;if(!Zp())throw new $("404","\u6A21\u62DF\u9519\u8BEF");let r=n.match(/^\s*/)[0].length;return{text:n.slice(0,r)+"\u6A21\u62DF\uFF1A"+n.slice(r,-6),from:e.from,to:e.to}}async translateList(e){let{text:n,from:r,to:a}=e;if(await e2(),!Zp())throw new $("404","\u6A21\u62DF\u9519\u8BEF");return n.length===0?{from:r,to:a,text:[""]}:{from:r,to:a,text:n.map(i=>{let o=i.match(/^\s*/)[0].length;return i.slice(0,o)+"\u6A21\u62DF\uFF1A"+i.slice(o,-6)})}}};d();var L2=[["auto","auto"],["zh-CN","zh"],["zh-TW","zh"],["en","en"],["ja","ja"],["de","de"],["fr","fr"],["it","it"],["es","es"],["nl","nl"],["pl","pl"],["pt","pt"],["ru","ru"]],Jp=new Map(L2),P2=new Map(L2.map(([t,e])=>[e,t])),Xp=class t extends De{static langMap=Jp;static DEFAULT_CODENAME="deepl";apikey="";codename=t.DEFAULT_CODENAME;isSupportList=!1;maxTextGroupLength=1;constructor(e,n,r){if(super(e,n,r),!e||!e.apikey)throw new $("apikey are required");this.apikey=e.apikey?.trim(),e.codename&&(this.codename=e.codename)}async translate(e){let{text:n,from:r,to:a}=e,i=await de({retry:this.retry,url:`https://api.openl.club/services/${this.codename}/translate`,headers:{"content-type":"application/json"},method:"POST",body:JSON.stringify({apikey:this.apikey,text:n,source_lang:Jp.get(r)||"auto",target_lang:Jp.get(a)||a}),timeout:this.requestTimeout});if(i.status){let o=i;return o.result&&a=="zh-TW",{text:o.result,from:P2.get(o.source_lang),to:P2.get(o.target_lang)}}else throw new $(i.msg)}},ic=Xp;d();var _2=[["auto",""],["en","EN"],["ja","JA"],["pl","PL"],["zh-CN","ZH"],["zh-TW","ZH"],["ar","AR"],["ja","JA"],["ko","KO"],["es","ES"],["de","DE"],["fr","FR"],["pt","PT"],["pt-br","PT-BR"],["ru","RU"],["it","IT"],["id","ID"],["nl","NL"],["pl","PL"],["bg","BG"],["cs","CS"],["da","DA"],["el","EL"],["et","ET"],["fi","FI"],["hu","HU"],["lt","LT"],["lv","LV"],["ro","RO"],["sk","SK"],["sl","SL"],["sv","SV"],["tr","TR"],["uk","UK"]],Ps=new Map(_2),aA=new Map(_2.map(([t,e])=>[e,t])),eg=class extends De{static langMap=Ps;authKey="";maxTextLength=1800;freeApiUrl="https://api-free.deepl.com/v2/translate";proApiUrl="https://api.deepl.com/v2/translate";immersiveTranslateApiUrl="https://deepl.immersivetranslate.com/v2/translate";immersiveTranslateDeeplTokenUrl="https://api.immersivetranslate.com";immersiveTranslateDeeplProApiUrl=Qt()||Bn()?"https://api2.immersivetranslate.com/deepl/translate":"https://test-api2.immersivetranslate.com/deepl/translate";provider="custom";splitor="";qualityNoSymabol="";qualityMinTextLength;apiKeys=[];static async clearState(){}getRandomKey(){let e=Math.floor(Math.random()*this.apiKeys.length);return this.apiKeys[e]}constructor(e,n,r){if(super(e,n,r),e=e||{},this.splitor=e.qualityDelimiterBetaV3||"",this.qualityNoSymabol=e.qualityNoSymoblBetaV3||"",this.qualityMinTextLength=e.qualityMinTextLengthV3||0,e.provider==="pro")if(this.provider="pro",r.userToken){if(!r.isPro)throw new $("Please activate Pro membership first, \u8BF7\u5148\u5F00\u901A Pro \u4F1A\u5458\u3002");this.authKey=r.userToken,this.apiKeys=this.authKey.split(",").map(a=>a.trim())}else throw new $("Login required, \u767B\u5F55\u540E\u624D\u53EF\u4EE5\u4F7F\u7528\u3002");else if(this.authKey=e.authKey?.trim(),this.apiKeys=this.authKey.split(",").map(a=>a.trim()),!this.authKey)throw new $("authKey are required");if(!this.authKey)throw new $("authKey are required");e&&e.freeApiUrl&&(this.freeApiUrl=Ht(this.freeApiUrl,e.freeApiUrl)),e&&e.proApiUrl&&(this.proApiUrl=Ht(this.proApiUrl,e.proApiUrl)),e&&e.immersiveTranslateApiUrl&&(this.immersiveTranslateApiUrl=Ht(this.immersiveTranslateApiUrl,e.immersiveTranslateApiUrl)),e&&e.immersiveTranslateDeeplTokenUrl&&(this.immersiveTranslateDeeplTokenUrl=Ht(this.immersiveTranslateDeeplTokenUrl,e.immersiveTranslateDeeplTokenUrl)),e&&e.immersiveTranslateDeeplProApiUrl&&(this.immersiveTranslateDeeplProApiUrl=Ht(this.immersiveTranslateDeeplProApiUrl,e.immersiveTranslateDeeplProApiUrl))}async init(){}getRateLimiter(){let e=super.getRateLimiter();if(this.provider==="pro"){if(this.serviceConfig?.immersiveTranslateProLimit){let n=Number(this.serviceConfig.immersiveTranslateProLimit);return isNaN(n)&&(n=15),{limit:n,interval:e?.interval||1050}}return{limit:15,interval:e?.interval||1050}}return super.getRateLimiter()}getDefaultRateLimit(){return{limit:3,interval:1250}}async translateList(e){let{from:n,to:r}=e,a=this.getRandomKey(),{text:i,merged:o}=this.optimizationText(e),s={source_lang:Ps.get(n)||"",target_lang:Ps.get(r)||r,tag_handling:"html"};this.serviceConfig?.tag_handling&&(this.serviceConfig.tag_handling==="none"?delete s.tag_handling:s.tag_handling=this.serviceConfig.tag_handling);let u=new URLSearchParams(s);i.forEach(b=>{u.append("text",b)});let l=u.toString(),c={text:i,source_lang:Ps.get(n)||"auto",target_lang:Ps.get(r)||r},p=this.freeApiUrl;a.endsWith(":im")?p=this.immersiveTranslateApiUrl:a.endsWith(":fx")||(p=this.proApiUrl);let g,m={};e.refresh&&(m={"X-Refresh":"True"}),e.debug&&(m={...m,"X-Debug":"True"}),this.provider==="pro"?g=await de({retry:this.retry,url:this.immersiveTranslateDeeplProApiUrl,method:"POST",body:JSON.stringify(c),headers:{...m,token:a,"Content-Type":"application/json"},timeout:this.requestTimeout}):a.startsWith("immersive_")?g=await de({retry:this.retry,url:this.immersiveTranslateDeeplProApiUrl,method:"POST",body:JSON.stringify(c),headers:{...m,token:a,"Content-Type":"application/json"},timeout:this.requestTimeout}):g=await de({retry:2,url:p,method:"POST",body:l,headers:{Authorization:"DeepL-Auth-Key "+a,"Content-Type":"application/x-www-form-urlencoded; charset=UTF-8"},extra:{overrideMimeType:"application/json; charset=utf-8"}});let{translations:f}=this.restoreText(g,o,!!e.debug),T=f.map(b=>b.text);if(r==="zh-TW"){let b=this.serviceConfig||{};b&&b.googleApiUrl&&(b.apiUrl=b.googleApiUrl);let C=await new Ja(this.serviceConfig,this.generalConfig,this.translationOptions).translate({from:"zh-CN",to:"zh-TW",text:f.map(D=>D.text).join(` +`,wrapperSuffix:"
"},{id:"bing",matches:"https://*.bing.com/search*",extraInlineSelectors:["a","i"],globalStyles:{"[class*='lineclamp'],.b_title":"-webkit-line-clamp:unset;"}},{id:"yahoo",matches:"*.yahoo.*",excludeSelectors:["._ys_jiqava","#ybar-inner-wrap","#Col2-5-Rmp-Proxy"],extraBlockSelectors:[".SIPGg",".sc-kzMCTH.pSZXj"],globalStyles:{"#atomic .Mt\\(20px\\)":"margin-top: 100px;","[class*='LineClamp']":"-webkit-line-clamp:unset;max-height:unset;","a[class*='js-content-viewer']> div[class*='Td\\(n\\)']":"overflow: scroll;","[class*='_ys_24482e']":"-webkit-line-clamp:unset;","#Aside > :first-child":"overflow:scroll;"}},{id:"wsj",matches:"www.wsj.com",excludeSelectors:["header","footer","nav","[aria-label='Markets summary']"]},{id:"businessinsider",matches:"www.businessinsider.com",excludeSelectors:["header","nav","section.live-updates-module "]},{id:"goodreads",matches:"www.goodreads.com",excludeSelectors:[".badgeYear",".gr-mediaBox__desc",".bookVotedRow",".minirating","div[itemprop='aggregateRating']",".wtrButtonContainer",".RatingsHistogram__labelTitle",".FollowButton",".siteHeader__topLevelLink","#books > thead","td[class*='rating']","td[class*='shelves']","td[class*='date_read']","td[class*='date_added']","td[class*='actions']"]},{id:"feeder",matches:"https://feeder.co/*",globalStyles:{".item-summary":"-webkit-line-clamp:unset;"}},{id:"elektrotechnik",matches:"https://www.elektrotechnik.rwth-aachen.de/*",globalAttributes:{"[class='notranslate']":{class:""}}},{id:"nytimes",matches:"www.nytimes.com",excludeSelectors:["#app > div > div > header","#app > div > div > div > div > header","#in-story-masthead"],injectedCss:["a::after {position:relative!important;}"]},{id:"bugsKde",matches:"bugs.kde.org","excludeTags.remove":["svg","PRE"],additionalExcludeSelectors:[".bz_first_comment_head",".bz_comment_head",".related_actions"]},{id:"eastmoney",matches:"guba.eastmoney.com",searchEnhancementConfig:[{id:"eastmoney",urlMatch:"guba.eastmoney.com/news,us\\w+,\\w+.html",delayTime:0,selector:".moneyFlowContainer",selectorAction:"insertBefore",style:{container:"background:white;border:none;border-radius: 4px;box-shadow: 0 2px 4px hsla(216,5%,62%,.14);",source:"font-size:12px; margin-bottom: 0px;",keyword:"color:#294688",title:"font-size:14px;color:#294688;",enTitle:"margin-top:4px;font-size:12px;",searchTitle:"margin:4px 0 16px;position:relative;padding-right:24px;font-size: 16px;",time:"margin: 0px 0 16px;",more:"color:#294688;margin-top:8px;"},keyword:{value:"[0]$1 stock",matches:[{source:"url",matchRegex:"guba.eastmoney.com/news,us(\\w+?),\\S+.html"}]},showCount:8},{id:"eastmoney",urlMatch:"guba.eastmoney.com/list,us\\w+.*.html",delayTime:0,selector:".qualityContentContainer",selectorAction:"insertBefore",style:{container:"background:white;border:none;border-radius: 4px;box-shadow: 0 2px 4px hsla(216,5%,62%,.14);",source:"font-size:12px; margin-bottom: 0px;",keyword:"color:#294688",title:"font-size:14px;color:#294688;",enTitle:"margin-top:4px;font-size:12px;",searchTitle:"margin:4px 0 16px;position:relative;padding-right:24px;font-size: 16px;",time:"margin:0px 0 16px;",more:"color:#294688;margin-top:8px;"},keyword:{value:"[0]$1:[0]$2",matches:[{source:{type:"selector",attribute:"href"},matchRegex:"code=(\\w+)_(\\w+)",match:"a[href*='rank/stock?code=']"}]},showCount:8}]},{id:"xueqiu",matches:"xueqiu.com",searchEnhancementConfig:[{id:"xueqiu",urlMatch:"xueqiu.com/S/[a-zA-Z]+/?$",delayTime:0,selector:".container-side-sm.float-right.stock__side",selectorAction:"appendChild",style:{container:"background:white;border:none;border-radius: 4px;padding:0;",source:"font-size:12px; margin-bottom: 0px;",keyword:"color:#06c",title:"font-size:14px;color:#06c;",enTitle:"margin-top:4px;font-size:12px;",searchTitle:"margin:4px 0 16px;position:relative;padding-right:24px;font-size: 16px;font-weight: bold;",time:"margin:0px 0 16px;",more:"color:#06c;margin-top:8px;"},showCount:8,keyword:{value:"[0]$1",matches:[{source:{type:"selector",attribute:"text"},matchRegex:"\\((.+)\\)",match:".stock-name"}]}}]},{id:"laohu8",matches:"www.laohu8.com",searchEnhancementConfig:[{id:"laohu8",urlMatch:"www.laohu8.com/stock/[a-zA-Z]+/?$",delayTime:0,selector:".hot-stocks-root",selectorAction:"insertBefore",style:{container:"background:white;border:none;border-radius: 4px;box-shadow: 0 2px 4px hsla(216,5%,62%,.14);",source:"font-size:12px; margin-bottom: 0px;",title:"font-size:14px;color: #007bff;",enTitle:"margin-top:4px;color: #4d5156;font-size:12px;",searchTitle:"margin:4px 0 16px;position:relative;padding-right:24px;font-size: 16px;",time:"margin: 0px 0 16px;"},keyword:{value:"[0]$1 stock",matches:[{source:"url",matchRegex:"stock/([a-zA-Z]+)"}]},showCount:8}]},{id:"futunn",matches:"www.futunn.com",searchEnhancementConfig:[{id:"futunn",urlMatch:"www.futunn.com/stock/\\w+-US",delayTime:0,selector:".right",selectorAction:"appendChild",style:{container:"background:white;border:none;border-radius: 4px;box-shadow: 0 2px 4px hsla(216,5%,62%,.14);",source:"font-size:12px; margin-bottom: 4px;",title:"font-size:14px;color: #007bff;",enTitle:"margin-top:4px;color: #4d5156;font-size:12px;",searchTitle:"margin:4px 0 16px;position:relative;padding-right:24px;font-size: 16px;",time:"margin: 4px 0 20px;"},keyword:{value:"[0]$1 stock",matches:[{source:"url",matchRegex:"stock/([a-zA-Z]+)-US"}]},showCount:8}]},{id:"bmvrMarseille",matches:"www.bmvr.marseille.fr",globalStyles:{"a > div":"display:block;","[style*='358px;']":"width: 33.3333%; height: auto; padding: 0px; position: relative; margin: 0px;"},globalAttributes:{"#app":{class:""}}},{id:"piAi",matches:"pi.ai/talk",globalStyles:{"[class*='text-brand-green']":"flex-direction:column;"}},{id:"claudeAi",matches:"claude.ai",excludeSelectors:[".contents *"],"excludeTags.remove":["PRE"],injectedCss:"[data-testid='chat-menu-trigger'] br {display:none;}",aiRule:{messageWrapperSelector:".contents",messageContainerSelector:".ReactMarkdown",messageStreamEndSelector:".contents > button",streamingChange:!0,streamingDeepChild:!1,streamingDelayTime:1e3}},{id:"feishu",matches:["*.feishu.cn","*.larkoffice.com","*.larksuite.com"],"additionalExcludeSelectors.remove":[".notranslate","[translate=no]"],mutationObserverLimitTargetSelectors:[".maindocbody","div[class*='render']","div[class*='block']"],"excludeSelectors.add":[".catalogue__list"]},{id:"gitbook",selectorMatches:[".gitbook-root"],"additionalExcludeSelectors.remove":[".notranslate","[translate=no]"],"additionalExcludeSelectors.add":["[spellcheck='false']"]},{id:"mitre",matches:"cwe.mitre.org",globalStyles:{"span.list_entry":"height: unset;"}},{id:"kaggle",matches:"www.kaggle.com",excludeTags:["i","button"]},{id:"ieee",matches:"spectrum.ieee.org",extraBlockSelectors:["small"]},{id:"ieeexplore",matches:"ieeexplore.ieee.org",stayOriginalSelectors:["a[ref-type]",".inline-formula",".display-formula"]},{id:"cnn",matches:"*.cnn.com","excludeSelectors.add":[".ad-slot-header__wrapper","#pageFooter"],"bodyRule.add":{bodySelector:".layout__content-wrapper",articleSelector:".article__content-container"}},{id:"marginalrevolution",matches:"marginalrevolution.com",globalAttributes:{header:{translate:"unset;"}}},{id:"highfrequencyelectronics",matches:"www.highfrequencyelectronics.com",globalStyles:{"#main-content":"overflow:unset;"}},{id:"githubBlog",matches:"github.blog",globalStyles:{".font-mktg":"word-break:normal;"}},{id:"semanticscholar",matches:"www.semanticscholar.org",selectors:[".cl-paper-title",".cl-paper-abstract",".tldr-abstract-replacement",".text-truncator",".paper-detail-title"]},{id:"uni-trier",matches:"dblp.uni-trier.de",selectors:["h1","h2",".title",".external","dd p"],excludeSelectors:[".side-column"]},{id:"bilibili",matches:"www.bilibili.com","excludeSelectors.add":[".bpx-player-subtitle-panel-text"],"subtitleRule.add":{type:"bilibili",subtitleUrlRegExp:"aisubtitle.hdslb.com/bfs",loadingContainerSelector:".bpx-player-subtitle-panel"}},{id:"time",matches:"time.com",excludeSelectors:[".date-and-duration"],globalStyles:{".headline":"-webkit-line-clamp:unset;overflow:unset;height:unset;",h3:"-webkit-line-clamp:unset;overflow:unset;",p:"-webkit-line-clamp:unset;overflow:unset;"}},{id:"docs-swift",matches:"docs.swift.org",selectors:[".content","#menu"]},{id:"uzh",matches:"www.uzh.ch",injectedCss:[".TextImage--inner {overflow:auto !important;}"]},{id:"mail-yandex",matches:"mail.yandex.com",selectors:["article",".Text_color_primary",".mail-MessageSnippet-Item_subject"],globalStyles:{".mail-MessageSnippet":"height: unset; line-height:unset;",".immersive-translate-target-translation-block-wrapper":"margin:unset;"}},{id:"forums.zotero",matches:"forums.zotero.org",selectors:[".page-sidebar",".page-content"]},{id:"pubmed.ncbi.nlm.nih.gov",matches:"pubmed.ncbi.nlm.nih.gov",urlChangeDelay:0,excludeSelectors:[".docsum-journal-citation",".citation-part",".docsum-authors",".top-wrapper",".article-source",".citation-doi",".identifiers",".cite",".share",".arrow-link"],globalAttributes:{"#Scholarscope_HighlightContent":{class:""},"#Scholarscope_HighlightOrigin":{class:"Scholarscope_HighlightContents"}},mutationExcludeContainsSelectors:["#Scholarscope_HighlightContent highlight"],mutationExcludeSelectors:["#Scholarscope_HighlightContent","#Scholarscope_HighlightContent span"],injectedCss:["#Scholarscope_HighlightOrigin > p font,#Scholarscope_HighlightContent > p font {display: inline!important;}","#Scholarscope_HighlightOrigin > p font br,#Scholarscope_HighlightContent > p font br {display: none!important;}"]},{id:"chosun",matches:"www.chosun.com",injectedCss:"body {word-break: unset!important;}"},{id:"yna",matches:"*.yna*",injectedCss:["font > br {display:none}"],globalStyles:{"a,strong":"max-height:unset;-webkit-line-clamp:unset;height:unset;white-space:unset;","div,p,li,.item-box01,.news-con":"height:unset;max-height:unset;-webkit-line-clamp:unset;"},"additionalExcludeSelectors.remove":[".notranslate","[translate=no]"]},{id:"cnet",matches:"www.cnet.com",globalStyles:{"h3,div,span,p":"max-height:unset;-webkit-line-clamp:unset;height:unset;white-space:unset;"}},{id:"dolmods",matches:"dolmods.net",globalStyles:{"[class*='max-h']":"max-height:unset!important;"}},{id:"digitimes",matches:"www.digitimes.com",globalStyles:{"a,.title,.abstract,.display-5,.top":"max-height:unset;-webkit-line-clamp:unset;height:unset;white-space:unset;"},"excludeSelectors.add":[".main-nav-frame",".sub-header-wrapper",".footer",".date"],"additionalExcludeSelectors.remove":[".notranslate","[translate=no]"]},{id:"vdi-nachrichten",matches:"www.vdi-nachrichten.com","excludeSelectors.add":[".header-menu__item > a",".linkbar__item",".header__button-group"]},{id:"htdp",matches:"htdp.org",excludeTags:["blockquote"],stayOriginalSelectors:[".RktIn"]},{id:"newsletterss",matches:"newsletterss.com",initialGlobalAttributes:{iframe:{scrolling:"auto"}}},{id:"docusaurus",selectorMatches:["#__docusaurus"],"excludeSelectors.add":["aside",".DocSearch-Modal"]},{id:"mercari",matches:"*.mercari.com","excludeTags.remove":["PRE"]},{id:"qqMail",matches:"mail.qq.com",useIframePostMessage:!1},{id:"nikkei",matches:"www.nikkei.com",globalStyles:{"h3,div,span,p":"max-height:unset;-webkit-line-clamp:unset;height:unset;white-space:unset;"}},{id:"pubs.rsc.org",matches:"pubs.rsc.org",excludeSelectors:[".eqn"]},{id:"indeed",matches:"*.indeed.com",globalStyles:{"span,.css-19rjr9w.e1wnkr790":"max-height:unset;-webkit-line-clamp:unset;height:unset;white-space:unset;"},"excludeTags.remove":["BUTTON"]},{id:"brutalist",matches:"brutalist.report",selectors:["li > a:first-child","aside","nav > a","h1 > a","h3 > a","h2 >a"],"additionalExcludeSelectors.remove":[".notranslate","[translate=no]"]},{id:"maxroll",matches:["maxroll.gg"],extraInlineSelectors:[".d4t-sprite-icon",".d4t-icon"],injectedCss:["font {font-family: sans-serif !important;}"]},{id:"microsoftTeams",matches:["teams.live.com"],"stayOriginalSelectors.add":["span[title][style='min-width: 20px; height: 20px;']"]},{id:"gradioappdocs",matches:"www.gradio.app/docs/*",selectors:["div.obj"],excludeSelectors:["div#examples"]},{id:"arca",matches:"arca.live","excludeTags.remove":["PRE"]},{id:"chatpdf",matches:["www.chatpdf.com"],"additionalExcludeSelectors.remove":[".notranslate"],excludeSelectors:[".chat-message-row.ai *",".pdf-viewer"],aiRule:{streamingSelector:"",messageWrapperSelector:".chat-message-row.ai",streamingChange:!1,streamingDeepChild:!0,streamingDelayTime:1e3}},{id:"inciteful",matches:["inciteful.xyz"],"excludeTags.remove":["BUTTON"]},{id:"app.element.io",matches:["app.element.io"],"additionalExcludeSelectors.remove":[".notranslate"],"excludeSelectors.add":[".mx_DisambiguatedProfile",".mx_ReplyChain_wrapper",".mx_ThreadSummary_replies_amount"]},{id:"fastapi.tiangolo.com",matches:"fastapi.tiangolo.com",selectors:["article"]},{id:"termynal",selectorMatches:["link[href*='termynal.css']"],"stayOriginalSelectors.add":[".termy"]},{id:"cpb-nl",matches:["www.cpb.nl"],"bodyRule.add":{enable:!1}},{id:"hub.logseq",matches:["hub.logseq.com"],globalStyles:{"[class*=':h-[']":"height:unset;"}},{id:"chat.zalo",matches:["chat.zalo.me"],"additionalExcludeSelectors.remove":[".notranslate"],inputExecCommandDeleteEnable:!0,"inputConfig.add":{execCommandDeleteEnable:!0}},{id:"epam",matches:"*.epam.com",globalStyles:{"[class*='ContentAnchorLinkList']":"word-break:unset;"},"excludeSelectors.add":["#blog-page-sidebar-wrapper"],"excludeTags.remove":["BUTTON"]},{id:"discussions.apple",matches:"discussions.apple.com","excludeSelectors.add":[".page-number"]},{id:"www.sixthtone.com",matches:["www.sixthtone.com"],"excludeSelectors.add":["#footer","[class^=index_time]","[class^=index_anthorList]","[class^=index_node]","[class^=index_popupWrapper]"]},{id:"forum.unity",matches:["forum.unity.com"],"excludeSelectors.add":[".bbCodeCode"]},{id:"wattpad",matches:["www.wattpad.com"],"excludeTags.remove":["PRE"],globalAttributes:{header:{translate:"unset;"}},globalStyles:{".story-info .item-description":"overflow: scroll;"}},{id:"netflix",matches:["www.netflix.com"],"excludeSelectors.add":[".player-timedtext"],"mutationExcludeSelectors.add":[".player-timedtext *"],"subtitleRule.add":{type:"netflix",loadingContainerSelector:".watch-video",subtitleUrlRegExp:"^https://.+?.oca.nflxvideo.net/\\?([ovet]=[^=]+){4}$",loadingStyle:"bottom: 15%;",quickButtonRule:{appendSelector:'[data-uia="control-next"]',insertBeforeSelector:'[data-uia="control-next"]',injectCSS:".imt-quick-subtitle-button {height: 60%; margin-right: 50px; font-size: 20px; } .logo,.logo svg { height: 36px; width: 36px} .label { display: none; } .imt-quick-subtitle-pop-content {transform: translateX(50%); right: 0}"},videoSelector:"video",attachRule:{appendSelector:".watch-video",injectedCSS:[".imt-caption-window {margin-bottom: 0px; bottom: 10vw;}"],injectedGlobalCSS:[".player-timedtext {display: none !important; }"]}}},{id:"udemy",matches:["www.udemy.com"],"excludeSelectors.add":["[data-purpose='captions-cue-text']",".shaka-text-container"],"mutationExcludeSelectors.add":["[data-purpose='captions-cue-text'] *",".shaka-text-container *"],"subtitleRule.add":{type:"udemy",subtitleUrlRegExp:"^https://vtt.*\\.udemycdn\\.com/.*\\.vtt",videoPlayerSelector:"video.shaka-video",humanTrust:85,loadingContainerSelector:".shaka-video-container",loadingStyle:"bottom: 15%;",injectedCss:["[class^='well--text'] {white-space: pre;}"],quickButtonRule:{appendSelector:'[data-purpose="video-controls"]'}},"subtitleRule.add_v.[1.4.1]":{hookType:"fetch|xhr"}},{id:"iview",matches:"iview.abc.net.au",excludeSelectors:[".jwplayer"],"mutationExcludeSelectors.add":[".jwplayer *"],"subtitleRule.add":{type:"webvtt",subtitleUrlRegExp:"/cc/.*\\.(vtt|webvtt)$",loadingContainerSelector:".jwplayer",quickButtonRule:{appendSelector:".jw-reset.jw-button-container",insertBeforeSelector:".jw-settings-submenu-button",injectCSS:".imt-quick-subtitle-pop-content {z-index: 999999;}"}}},{id:"nmaart",matches:"www.nma.art",excludeSelectors:[".video-container"],"mutationExcludeSelectors.add":[".video-container *"],"subtitleRule.add":{type:"webvtt",subtitleUrlRegExp:"/texttrack/.*\\.(vtt|webvtt)",loadingContainerSelector:".video-container",quickButtonRule:{appendSelector:".vjs-control-bar",insertBeforeSelector:".vjs-playback-rate"}}},{id:"apple",matches:"developer.apple.com",excludeSelectors:[".developer-video-player"],"mutationExcludeSelectors.add":[".developer-video-player *"],"subtitleRule.add":{type:"webvtt",subtitleUrlRegExp:"\\.(vtt|webvtt)"}},{id:"khanacademy",matches:["www.khanacademy.org"],"subtitleRule.add":{type:"khanacademy",subtitleUrlRegExp:"GetSubtitles",hookType:"fetch"},"stayOriginalSelectors.add":[".mathjax-wrapper"]},{id:"nebula",matches:["nebula.tv"],"excludeSelectors.add":["[data-subtitles-container='true']"],"mutationExcludeSelectors.add":["[data-subtitles-container='true'] *"],"subtitleRule.add":{type:"webvtt",subtitleUrlRegExp:"\\.vtt$",loadingContainerSelector:".video-poster",quickButtonRule:{appendSelector:".icon-spacing.css-4yh7a0",insertBeforeSelector:"#subtitles-toggle-button",ccEnableSelector:"#subtitles-toggle-button"}}},{id:"frontendmasters",matches:["frontendmasters.com"],"excludeSelectors.add":[".vjs-text-track-display"],"mutationExcludeSelectors.add":[".vjs-text-track-display *"],"subtitleRule.add":{type:"webvtt",subtitleUrlRegExp:".vtt$",loadingContainerSelector:".vjs-text-track-display",injectedCss:["#immersive-translate-quick-button-container {order: 2} .imt-quick-subtitle-pop-content {z-index: 2147483647}"],quickButtonRule:{appendSelector:".vjs-control-bar"},videoSelector:".PromoPlayer video",attachRule:{appendSelector:".video-js",injectedGlobalCSS:".vjs-text-track-display {display: none;}"}}},{id:"udacity",matches:["*.udacity.com"],"excludeSelectors.add":[".vjs-text-track-display"],"mutationExcludeSelectors.add":[".vjs-text-track-display *"],"subtitleRule.add":{type:"webvtt",subtitleUrlRegExp:".vtt$",loadingContainerSelector:".vjs-text-track-display"}},{id:"skillshare",matches:["www.skillshare.com"],"excludeSelectors.add":[".vjs-text-track-display"],"mutationExcludeSelectors.add":[".vjs-text-track-display *"],"subtitleRule.add":{type:"webvtt",subtitleUrlRegExp:"\\.vtt\\?",loadingContainerSelector:".vjs-text-track-display",injectedCss:["#immersive-translate-quick-button-container {order: 13}"],quickButtonRule:{appendSelector:".vjs-control-bar",insertBeforeSelector:".vjs-volume-panel",injectCSS:" .label { display: none; } .imt-quick-subtitle-pop-content {transform: translateX(43%); right: 0; z-index: 2147483647 } "}}},{id:"domestika",matches:["www.domestika.org"],"excludeSelectors.add":[".vjs-text-track-display"],"mutationExcludeSelectors.add":[".vjs-text-track-display *"],"subtitleRule.add":{type:"webvtt",subtitleUrlRegExp:".*subtitles.*\\.vtt",quickButtonRule:{appendSelector:".controlBar-wrapper .right-wrapper",insertBeforeSelector:".vjs-volume-panel"}}},{id:"hbomax",matches:["play.max.com","play.hbomax.com"],"excludeSelectors.add":["[data-testid='playerContainer']","[data-testid='CueBoxContainer']"],"mutationExcludeSelectors.add":["[data-testid='playerContainer'] *","[data-testid='CueBoxContainer'] *"],"subtitleRule.add":{type:"webvtt",subtitleUrlRegExp:"\\.vtt$",loadingContainerSelector:"[data-testid='playerContainer']"}},{id:"mindvalley",matches:["home.mindvalley.com"],"excludeSelectors.add":[".vjs-text-track-display"],"mutationExcludeSelectors.add":[".vjs-text-track-display *"],"subtitleRule.add":{type:"webvtt",subtitleUrlRegExp:"\\.webvtt$",loadingContainerSelector:".vjs-text-track-display",injectedCss:["#immersive-translate-quick-button-container {order: 6}"],quickButtonRule:{appendSelector:'[data-testid="video-section"] .vjs-control-bar',insertBeforeSelector:'[data-testid="video-section"] .vjs-volume-panel',injectCSS:".imt-quick-subtitle-pop-content {z-index: 999999;}"}}},{id:"masterclass",matches:["www.masterclass.com","learn.microsoft.com"],"excludeSelectors.add":[".vjs-text-track-display"],"mutationExcludeSelectors.add":[".vjs-text-track-display *"],"subtitleRule.add":{type:"webvtt",subtitleUrlRegExp:"\\.vtt",loadingContainerSelector:".vjs-text-track-display",quickButtonRule:{appendSelector:".vjs-control-bar",insertBeforeSelector:".vjs-playback-rate"}}},{id:"viu",matches:["www.viu.com"],"excludeSelectors.add":[".bmpui-ui-viu-subtitle-overlay"],"mutationExcludeSelectors.add":[".bmpui-ui-viu-subtitle-overlay *"],"subtitleRule.add":{type:"webvtt",hookType:"xhr",subtitleUrlRegExp:"https?://[^/]+\\.cloudfront\\.net/[^/]+/[^/]+$",loadingContainerSelector:".bmpui-container-wrapper",loadingStyle:"bottom: 20%;",injectedCss:[".bmpui-controls-hidden #immersive-translate-quick-button-container {display: none;}"],quickButtonRule:{appendSelector:".bmpui-ui-container.bmpui-ui-viu-subtitle > .bmpui-container-wrapper",injectCSS:".imt-quick-subtitle-button {margin-bottom: 8px}"}}},{id:"linkin",matches:"*.linkedin.com","excludeSelectors.add":[".vjs-text-track-display"],"mutationExcludeSelectors.add":[".vjs-text-track-display *"],"subtitleRule.add":{type:"webvtt",subtitleUrlRegExp:".*ambry/\\?x-li-ambry-ep=.*",hookType:"xhr",loadingContainerSelector:".video-player-container",quickButtonRule:{appendSelector:".vjs-control-bar",insertBeforeSelector:".vjs-captions-toggle"}}},{id:"kanopy",matches:"*.kanopy.com","excludeSelectors.add":[".vjs-text-track-display"],"mutationExcludeSelectors.add":[".vjs-text-track-display *"],"subtitleRule.add":{type:"webvtt",subtitleUrlRegExp:".*captioncache/webvtt.*",hookType:"xhr",loadingContainerSelector:".video-player-container",injectedCss:["#immersive-translate-quick-button-container{height: 40px;display: flex;align-items: center;align-self: flex-end;}"],quickButtonRule:{appendSelector:".vjs-control-bar",insertBeforeSelector:".vjs-caption-control"}}},{id:"iflix",matches:["www.iflix.com","wetv.vip"],"excludeSelectors.add":[".text-track"],"mutationExcludeSelectors.add":[".player-wrapper *"],"subtitleRule.add":{type:"webvtt",subtitleUrlRegExp:"\\.vtt",hookType:"xhr",loadingContainerSelector:"#player-wrapper",loadingStyle:"bottom: 18%;",quickButtonRule:{appendSelector:'[data-role="wetv-ctrlbar-right"]',insertBeforeSelector:'[data-role="wetv-player-definition"]'}}},{id:"imdb",matches:"www.imdb.com","excludeSelectors.add":[".jw-text-track-container"],"mutationExcludeSelectors.add":[".jw-text-track-container *"],"subtitleRule.add":{type:"webvtt",subtitleUrlRegExp:"\\.srt$",loadingContainerSelector:"#imdbnext-vp-jw-single",quickButtonRule:{appendSelector:".jw-reset.jw-button-container",insertBeforeSelector:'[button="ttt-button"]'}}},{id:"itv",matches:["www.itv.com"],"subtitleRule.add":{type:"text_track",videoPlayerSelector:".genie-video",loadingContainerSelector:".genie-container",loadingStyle:"bottom: unset; top: 5%;",quickButtonRule:{appendSelector:".control-bar_right-child-container",insertBeforeSelector:".controls-toggle_button--fullscreen"}}},{id:"egghead",matches:["egghead.io"],"subtitleRule.add":{type:"text_track",videoPlayerSelector:".cueplayer-react-video",loadingContainerSelector:".cueplayer-react-video-holder",loadingStyle:"bottom: unset; top: 5%;",quickButtonRule:{appendSelector:".cueplayer-react-control-bar-right-part",insertBeforeSelector:".cueplayer-react-closed-caption"}}},{id:"coursera",matches:["www.coursera.org"],"subtitleRule.add":{type:"text_track",videoPlayerSelector:".vjs-tech",loadingContainerSelector:".rc-VideoControlsContainer",loadingStyle:"bottom: unset; top: 5%;",quickButtonRule:{appendSelector:'[role="presentation"] > .rc-ControlBar > .icon-container'}}},{id:"ocrtraining",matches:["ocrtraining.cit.nih.gov","videocast.nih.gov"],"excludeSelectors.add":["#videocastPlayer"],"mutationExcludeSelectors.add":["#videocastPlayer *"],"subtitleRule.add":{type:"webvtt",subtitleUrlRegExp:"\\.srt$",loadingContainerSelector:"#videocastPlayer"}},{id:"espn",matches:["*.espn.com"],mainFrameMinTextCount:0,"excludeSelectors.add":["#fittPageContainer"],"mutationExcludeSelectors.add":["#fittPageContainer *"],"subtitleRule.add":{type:"webvtt",subtitleUrlRegExp:"\\.vtt$",injectedCss:["#immersive-translate-quick-button-container{margin-top:16px;}",".vjs-text-track-display > div >div {font:unset!important;}"],quickButtonRule:{appendSelector:".vjs-control-bar",insertBeforeSelector:".vjs-captions-button"}}},{id:"fmoviesz",matches:["fmoviesz.to","vidplay.online","c8365730d4.nl"],"excludeSelectors.add":["#player"],"mutationExcludeSelectors.add":["#player *"],"subtitleRule.add":{type:"multi_attach_vtt",subtitleUrlRegExp:"subtitle/.*\\.vtt$",quickButtonRule:{appendSelector:".jw-button-container",insertBeforeSelector:".jw-icon-cc"},activeLangSelector:"#jw-player-settings-submenu-captions .jw-settings-submenu-items .jw-settings-item-active",videoSelector:"video",attachRule:{appendSelector:"#player",injectedGlobalCSS:[".jw-text-track-container {display: none;}","@media (min-width: 576px) { video::cue {opacity: 0} }"]}}},{id:"aniwatch",matches:["megacloud.tv","aniwatch.to"],"excludeSelectors.add":[".jw-wrapper"],"mutationExcludeSelectors.add":[".jw-wrapper *"],"subtitleRule.add":{type:"multi_attach_vtt",subtitleUrlRegExp:"^(?!.*sprite\\.vtt$).*\\.vtt$",quickButtonRule:{appendSelector:".jw-button-container",insertBeforeSelector:".jw-icon-cc"},activeLangSelector:"#jw-player-settings-submenu-captions .jw-settings-submenu-items .jw-settings-item-active",videoSelector:"video",attachRule:{appendSelector:".jw-wrapper",injectedGlobalCSS:[".jw-text-track-container {display: none;}","@media (min-width: 576px) { video::cue {opacity: 0} }"]}}},{id:"rottentomatoes",matches:["*.rottentomatoes.com"],"excludeSelectors.add":[".jw-wrapper"],"mutationExcludeSelectors.add":[".jw-wrapper *"],"subtitleRule.add":{type:"webvtt",subtitleUrlRegExp:"\\.vtt$",quickButtonRule:{appendSelector:".jw-button-container",insertBeforeSelector:".jw-icon-cc"}}},{id:"dailymotion",matches:["*.dailymotion.com"],"excludeSelectors.add":[".player"],"mutationExcludeSelectors.add":[".player *"],mainFrameMinTextCount:0,"subtitleRule.add":{type:"subsrt",subsrtFormat:"srt",loadingContainerSelector:".player",subtitleUrlRegExp:"/video/.*\\.srt",quickButtonRule:{appendSelector:".controls_bottom_right",insertBeforeSelector:".subtitles_toggle_button"}}},{id:"movie-web",matches:["movie-web.app/media*"],"excludeSelectors.add":["#root"],"mutationExcludeSelectors.add":["#root *"],"subtitleRule.add":{type:"subsrt",hookType:"fetch",subsrtFormat:"vtt",loadingContainerSelector:".relative.h-screen.overflow-hidden",subtitleUrlRegExp:".*\\.vtt",quickButtonRule:{appendSelector:".hidden.justify-between .flex.items-center.space-x-3"}}},{id:"deeplearning",matches:["learn.deeplearning.ai"],"excludeSelectors.add":['[data-layout="video"]'],"mutationExcludeSelectors.add":['[data-layout="video"] *'],"subtitleRule.add":{type:"subsrt",subsrtFormat:"vtt",loadingContainerSelector:'[data-layout="video"]',subtitleUrlRegExp:".*\\.vtt",quickButtonRule:{appendSelector:".vds-controls-group:last-child",insertBeforeSelector:".vds-caption-button"}}},{id:"paramountplus",matches:["*.paramountplus.com"],"excludeSelectors.add":[".aa-player-skin"],"mutationExcludeSelectors.add":[".aa-player-skin *"],"subtitleRule.add":{type:"text_track_dynamic",injectedCss:[".tt-container {white-space: pre-line;}",".timed-text-css-box-inner {display: none!important;}",".timed-text-css-box-inner:last-child {display: block!important;}"],videoPlayerSelector:"video",quickButtonRule:{appendSelector:".top-menu-container"}}},{id:"pluto",matches:["pluto.tv"],"excludeSelectors.add":[".video-player-layout"],"mutationExcludeSelectors.add":[".video-player-layout *"],"subtitleRule.add":{type:"text_track_dynamic",videoPlayerSelector:"video",quickButtonRule:{appendSelector:".endControls-0-2-85"}}},{id:"vimeo",matches:["vimeo.com"],"excludeSelectors.add":[".vp-captions"],"mutationExcludeSelectors.add":[".vp-captions *"],"subtitleRule.add":{type:"text_track",videoPlayerSelector:"video",loadingContainerSelector:".player_container",loadingStyle:"bottom: unset; top: 5%;",injectedCss:["#immersive-translateQuickButton {visibility: inherit!important;}"],quickButtonRule:{appendSelector:'[data-control-bar="true"] > div',insertBeforeSelector:'[data-volume-control-container="true"]',ccEnableSelector:'[data-cc-button="true"]',injectCSS:".imt-quick-subtitle-button {margin-right: 0px; font-size: 12px;} .logo,.logo svg { height: 18px !important; width: 18px !important;} .imt-quick-subtitle-pop-content {bottom: 28px !important;}"}}},{id:"ted",matches:["www.ted.com"],"excludeSelectors.add":["#video"],"mutationExcludeSelectors.add":["#video *"],"subtitleRule.add":{type:"webvtt",hookType:"fetch",subtitleUrlRegExp:"\\.vtt",videoPlayerSelector:"video",loadingContainerSelector:"media-controller",quickButtonRule:{appendSelector:".pointer-events-none #media-control-bar",insertBeforeSelector:".pointer-events-none .media-volume-wrapper"}}},{id:"player.vimeo",matches:["https://player.vimeo.com/video/*","laracasts.com"],selectorMatches:["iframe[src*='player.vimeo.com']"],extraBlockSelectors:["span.vp-captions-line","span[class^=CaptionsRenderer_]"],"excludeSelectors.add":[".vp-captions-line"],"mutationExcludeSelectors.add":[".vp-captions *",".vp-captions-line *"],"subtitleRule.add":{type:"text_track",videoPlayerSelector:"video",loadingContainerSelector:".vp-telecine",loadingStyle:"bottom: unset; top: 5%; font-size: 12px;",injectedCss:["#immersive-translateQuickButton {visibility: inherit!important;}"],quickButtonRule:{appendSelector:'[data-control-bar="true"] > div',insertBeforeSelector:'[data-volume-control-container="true"]',ccEnableSelector:'[data-cc-button="true"]',injectCSS:".imt-quick-subtitle-button {margin-right: 0px; font-size: 12px;} .logo,.logo svg { height: 18px !important; width: 18px !important;} .imt-quick-subtitle-pop-content {bottom: 28px !important;}"}}},{id:"tv.adobe",matches:"https://*.tv.adobe.com","excludeSelectors.add":[".mpc-player"],"mutationExcludeSelectors.add":[".mpc-player *"],"subtitleRule.add":{type:"text_track",videoPlayerSelector:"video",loadingContainerSelector:".mpc-player",quickButtonRule:{appendSelector:".mpc-controls__container"}}},{id:"threejs-journey",matches:"threejs-journey.com","excludeSelectors.add":[".video-area"],"mutationExcludeSelectors.add":[".video-area *"],"subtitleRule.add":{type:"text_track",videoPlayerSelector:"video",loadingContainerSelector:".video-area",injectedCss:[".js-tracks-text.tracks-text {white-space: pre;}"],quickButtonRule:{appendSelector:".js-controls .right",insertBeforeSelector:".js-subtitles",injectCSS:".imt-quick-subtitle-button { font-size: 12px;} .logo,.logo svg { height: 18px !important; width: 18px !important;} .imt-quick-subtitle-pop-content {bottom: 38px !important;}"}}},{id:"codewithchris",matches:["learn.codewithchris.com","*.rachelsenglishacademy.com","www.unrealsenseiacademy.com"],"excludeSelectors.add":[".w-captions",".w-captions-line > div > span"],"mutationExcludeSelectors.add":[".w-captions *"],"subtitleRule.add":{type:"general",subtitleUrlRegExp:"/embed/captions/",loadingContainerSelector:".w-ui-container",hookType:"fetch",generalSetting:{captionsPath:"captions",itemsPath:"hash.lines",textKey:"text"}}},{id:"panopto",matches:["southampton.cloud.panopto.eu"],"excludeSelectors.add":[".primaryPlayer"],"mutationExcludeSelectors.add":[".primaryPlayer *"],"subtitleRule.add":{type:"general",subtitleUrlRegExp:"DeliveryInfo.aspx",disableSubsCache:!0,loadingContainerSelector:"#primaryPlayer",hookType:"fetch",generalSetting:{textKey:"Caption"},quickButtonRule:{appendSelector:"#transportControls",insertBeforeSelector:"#captionsButton"}}},{id:"edx",matches:["*.edx.org"],"excludeSelectors.add":[".closed-captions",".subtitles-menu"],mainFrameMinTextCount:0,"subtitleRule.add":{type:"general",subtitleUrlRegExp:"/transcript/translation/",loadingContainerSelector:".tc-wrapper",generalSetting:{itemsPath:"text"},injectedCss:[".subtitles-menu span,.closed-captions {white-space: pre-line;}","#immersive-translate-quick-button-container {display: inline-block; vertical-align: middle;}"],quickButtonRule:{appendSelector:".secondary-controls",insertBeforeSelector:".speeds.menu-container"}}},{id:"ardmediathek",matches:["www.ardmediathek.*"],"excludeSelectors.add":[".ardplayer-viewport-addon-overlays"],"mutationExcludeSelectors.add":[".ardplayer-viewport-addon-overlays *"],"subtitleRule.add":{type:"ebutt",hookType:"fetch",subtitleUrlRegExp:"subtitle/ebutt",loadingContainerSelector:".ardplayer-viewport-addon-overlays",quickButtonRule:{appendSelector:".ardplayer-footer .ardplayer-addons-container",insertBeforeSelector:".ardplayer-footer .ardplayer-button-sharing",injectCSS:".imt-quick-subtitle-button {font-size: 20px; } .logo,.logo svg { height: 36px !important; width: 36px !important;} .imt-quick-subtitle-pop-content {z-index: 2147483647;} "}}},{id:"bbc-iplayer",matches:["https://www.bbc.*/iplayer*"],"excludeSelectors.add":[".player"],"mutationExcludeSelectors.add":[".player *"],"subtitleRule.add":{type:"ebutt",hookType:"fetch",subtitleUrlRegExp:"iplayer/subtitles/.*.xml",loadingContainerSelector:".player__container"}},{id:"bbc",matches:["*.bbc.*"],"excludeSelectors.add":["section.module--languages",".drop-capped",".smp-toucan-player","smp-subtitles","#subtitle_subtitle2"],"mutationExcludeSelectors.add":["[data-testid='media-player-container-landscape'] *"],"subtitleRule.add":{type:"ebutt",hookType:"fetch",subtitleUrlRegExp:"iplayer/subtitles/.*.xml",loadingContainerSelector:".smp-toucan-player"}},{id:"zdf.de",matches:["www.zdf.de"],"excludeSelectors.add":[".zdfplayer-cue-region"],"subtitleRule.add":{type:"ebutt",subtitleUrlRegExp:"mtt/.*.xml",loadingContainerSelector:".zdfplayer-video-container",responseType:"document",injectedCss:["#immersive-translate-quick-button-container {display:inline-block;vertical-align:middle;margin-right:-16px;}"],quickButtonRule:{appendSelector:".right-controls-1FfJUp.svelte-inzdbf",insertBeforeSelector:".right-controls-1FfJUp.svelte-inzdbf button"}}},{id:"piped.video",matches:"piped.video","subtitleRule.add":{type:"ebutt",hookType:"fetch",subtitleUrlRegExp:"api/timedtext",loadingContainerSelector:".shaka-video-container",responseType:"document",quickButtonRule:{appendSelector:".shaka-controls-button-panel",insertBeforeSelector:".shaka-mute-button"}}},{id:"disneyplus",matches:["www.disneyplus.com"],"excludeSelectors.add":[".dss-hls-subtitle-overlay"],"mutationExcludeSelectors.add":[".dss-hls-subtitle-overlay *"],"subtitleRule.add":{type:"disneyplus",subtitleUrlRegExp:"\\.vtt$"}},{id:"mubi",matches:["https://mubi.com","https://mubi.de"],"subtitleRule.add":{type:"fmp4.xml",subtitleUrlRegExp:"textstream",hookType:"fetch",quickButtonRule:{appendSelector:".css-1k6yql2.e1b63bld4",insertBeforeSelector:".css-1ce7rqp.e7f2hfl0"}}},{id:"hulu",matches:"https://*.hulu.com","subtitleRule.add":{type:"hulu",hookType:"fetch",injectedCss:[".ClosedCaption {display:none!important;}"],videoSelector:"#content-video-player",subtitleUrlRegExp:"play.hulu.com/.*/playlist",loadingContainerSelector:"#web-player-app",quickButtonRule:{appendSelector:".PlayerSettingsGroup",insertBeforeSelector:".PlayerSettingsGroup .PlayerControlsButton"}}},{id:"youku.tv",matches:"www.youku.tv","excludeSelectors.add":["#subtitle"],"mutationExcludeSelectors.add":["#subtitle *"],"subtitleRule.add":{type:"subsrt",hookType:"fetch",injectedCss:["#immersive-translate-quick-button-container {display: inline-block; vertical-align: middle;}"],subtitleUrlRegExp:"\\.ass$",subsrtFormat:"ass",loadingContainerSelector:"#youku-dashboard",loadingStyle:"bottom: 10%;",quickButtonRule:{appendSelector:".kui-dashboard-dashboard-panel .kui-dashboard-rear-ctn",insertBeforeSelector:".kui-rate-control-0"}}},{id:"starz",matches:"www.starz.com","excludeSelectors.add":["starz-player"],"mutationExcludeSelectors.add":["starz-player *"],"subtitleRule.add":{type:"subsrt",subsrtFormat:"vtt",subtitleUrlRegExp:"\\.vtt$",loadingContainerSelector:"starz-player",loadingStyle:"bottom: 10%;",injectedCss:["#immersive-translate-quick-button-container {display: inline-block;}"],quickButtonRule:{appendSelector:"starz-player .button-group",insertBeforeSelector:"starz-player .button-group .video-player-icon-md"}}},{id:"www.iq.com",matches:"www.iq.com","excludeSelectors.add":[".iqp-subtitle"],"mutationExcludeSelectors.add":[".iqp-subtitle *"],"subtitleRule.add":{type:"xml",subtitleUrlRegExp:"\\.xml\\?",loadingContainerSelector:".intl-video-area",xmlTextSelector:"sub",loadingStyle:"bottom: 10%;",injectedCss:["#immersive-translate-quick-button-container {float: right; height: 100%;}"],quickButtonRule:{appendSelector:".iqp-contrls-right"}}},{id:"archiveToday",matches:["archive.today","archive.ph","archive.is","archive.md"],"excludeSelectors.add":["#HEADER"]},{id:"arxiv-vanity.com",matches:["www.arxiv-vanity.com"],"excludeSelectors.add":[".arxiv-vanity-wrapper"]},{id:"fibery",matches:["the.fibery.io"],"additionalExcludeSelectors.remove":["[translate=no]"],"additionalStayOriginalSelectors.add":[".entity-node-view-container"]},{id:"makersuite.google",matches:"makersuite.google.com","excludeSelectors.add":[".material-symbols-outlined"]},{id:"etymonline",matches:"www.etymonline.com",globalAttributes:{".crossreference.notranslate":{class:"crossreference"},".foreign.notranslate":{class:"foreign"}}},{id:"https://browse.arxiv.org/",matches:["https://browse.arxiv.org","https://arxiv.org/html/*"],"excludeSelectors.add":[".desktop_header","[class*='ltx_lst_language_']","div.package-alerts"]},{id:"jstor",matches:"www.jstor.org","excludeSelectors.add":[".audio-duration","[data-qa='card-item-count']"],globalStyles:{".card__heading":"-webkit-line-clamp:unset;","search-results-vue-pharos-image-card,search-ui-pharos-image-card":"display:flex;","search-results-vue-pharos-link":"display:inline;"}},{id:"tandfonline",matches:"*.tandfonline.com","extraInlineSelectors.add":["span.off-screen"]},{id:"boringreport",matches:["www.boringreport.org"],"excludeTags.remove":["BUTTON"]},{id:"bsky.app",matches:"https://bsky.app",selectors:["[data-testid=postText]"],isTranslateTitle:!1},{id:"peacocktv",matches:["*.peacocktv.com"],injectedCss:[".video-player__subtitles__line > font,.video-player__subtitles__line:only-child{display:block;}"]},{id:"noTranslate",matches:["*.tiktok.com","altis.world","*.newthingsunderthesun.com","*.gumroad.com","edstem.org","actions.tldrnewsletter.com","community.linkingyourthinking.com","doc.qt.io","winaero.com"],"additionalExcludeSelectors.remove":[".notranslate","[translate=no]"]},{id:"jmir",matches:["*.jmir.org"],"additionalInlineSelectors.add":[".tooltiptext"]},{id:"smzdm",matches:["www.smzdm.com"],"excludeSelectors.add":[".z-highlight",".feed-block-info",".z-feed-foot",".feed-block-descripe","#J_column_tab_box",".crumbs"],globalStyles:{".feed-block-title":"height:unset"}},{id:"xiaohongshu.com",matches:["www.xiaohongshu.com"],"excludeSelectors.add":[".author-wrapper",".info",".side-bar"],globalStyles:{"a.title":"-webkit-line-clamp:3"}},{id:"learnopengl",matches:["learnopengl.com"],globalStyles:{function:"position:relative;z-index:1000;"}},{id:"notateslaapp",matches:["www.notateslaapp.com"],"extraBlockSelectors.add":[".nav > *"]},{id:"eightfold",matches:["*.eightfold.ai"],injectedCss:[".flexbox{width:100%}"]},{id:"deno",matches:["deno.com"],injectedCss:[":root {font-feature-settings:unset}"]},{id:"soundcloud",matches:"soundcloud.com",injectedCss:[".compactTrackListItem {height: unset !important;}"],"excludeSelectors.add":[".searchTitle__textContent",".searchOptions__container",".compactTrackListItem__additional",".soundTitle__tagContainer",".searchResultGroupHeading",".sc-ministats-group",".compactTrackList__moreLink",".sound__soundActions"]},{id:"section.blog.naver.com",matches:"section.blog.naver.com",globalStyles:{".text,.title_post,.text_post,p,strong,div":"-webkit-line-clamp:unset;max-height:unset;height:unset;"},"extraBlockSelectors.add":[".item",".heading a",".info_find a"],"excludeSelectors.add":[".comments",".time"]},{id:"gradio-app",selectorMatches:"gradio-app","excludeTags.remove":["BUTTON"],"excludeSelectors.add":['[data-testid="block-label"]'],"mutationConfig.add":{buildTimeout:1e3,consumeTimeout:1e3}}]};function Q3(){if(we.PROD==="1")return{};let t={};if(we.IMMERSIVE_TRANSLATE_SECRET_TENCENT_SECRET_ID&&we.IMMERSIVE_TRANSLATE_SECRET_TENCENT_SECRET_KEY){let n={secretId:we.IMMERSIVE_TRANSLATE_SECRET_TENCENT_SECRET_ID,secretKey:we.IMMERSIVE_TRANSLATE_SECRET_TENCENT_SECRET_KEY};t.translationServices={},t.translationServices.tencent=n}if(we.IMMERSIVE_TRANSLATE_SECRET_BAIDU_APPID&&we.IMMERSIVE_TRANSLATE_SECRET_BAIDU_KEY){let n={appid:we.IMMERSIVE_TRANSLATE_SECRET_BAIDU_APPID,key:we.IMMERSIVE_TRANSLATE_SECRET_BAIDU_KEY};t.translationServices||(t.translationServices={}),t.translationServices.baidu=n}if(we.IMMERSIVE_TRANSLATE_SECRET_CAIYUN_TOKEN){let n={token:we.IMMERSIVE_TRANSLATE_SECRET_CAIYUN_TOKEN};t.translationServices||(t.translationServices={}),t.translationServices.caiyun=n}if(we.IMMERSIVE_TRANSLATE_SECRET_OPENL_APIKEY){let n={apikey:we.IMMERSIVE_TRANSLATE_SECRET_OPENL_APIKEY};t.translationServices||(t.translationServices={}),t.translationServices.openl=n}if(we.IMMERSIVE_TRANSLATE_SECRET_YOUDAO_APP_ID&&we.IMMERSIVE_TRANSLATE_SECRET_YOUDAO_APP_SECRET){let n={appId:we.IMMERSIVE_TRANSLATE_SECRET_YOUDAO_APP_ID,appSecret:we.IMMERSIVE_TRANSLATE_SECRET_YOUDAO_APP_SECRET};t.translationServices||(t.translationServices={}),t.translationServices.youdao=n}if(we.IMMERSIVE_TRANSLATE_SECRET_VOLC_ACCESS_KEY_ID&&we.IMMERSIVE_TRANSLATE_SECRET_VOLC_SECRET_ACCESS_KEY){let n={accessKeyId:we.IMMERSIVE_TRANSLATE_SECRET_VOLC_ACCESS_KEY_ID,secretAccessKey:we.IMMERSIVE_TRANSLATE_SECRET_VOLC_SECRET_ACCESS_KEY};t.translationServices||(t.translationServices={}),t.translationServices.volc=n}if(we.IMMERSIVE_TRANSLATE_SECRET_DEEPL_AUTH_KEY){let n={authKey:we.IMMERSIVE_TRANSLATE_SECRET_DEEPL_AUTH_KEY};t.translationServices||(t.translationServices={}),t.translationServices.deepl=n}if(we.DEEPL_PROXY_ENDPOINT&&(t.translationServices||(t.translationServices={}),t.translationServices.deepl||(t.translationServices.deepl={}),t.translationServices.deepl.immersiveTranslateApiUrl=we.DEEPL_PROXY_ENDPOINT),we.IMMERSIVE_TRANSLATE_DEEPL_ENDPOINT&&(t.translationServices||(t.translationServices={}),t.translationServices.deepl||(t.translationServices.deepl={}),t.translationServices.deepl.immersiveTranslateDeeplTokenUrl=we.IMMERSIVE_TRANSLATE_DEEPL_ENDPOINT),we.IMMERSIVE_TRANSLATE_SECRET_OPENAI_API_KEY){let n={APIKEY:we.IMMERSIVE_TRANSLATE_SECRET_OPENAI_API_KEY};t.translationServices||(t.translationServices={}),t.translationServices.openai=n}we.IMMERSIVE_TRANSLATE_SERVICE&&(t.translationService=we.IMMERSIVE_TRANSLATE_SERVICE);let e={};return we.DEBUG==="1"&&(e.debug=!0,e.cache=!1),we.MOCK==="1"&&(e.translationService="mock"),e}async function Jt(){let t=await oe.storage.local.get(Mo);if(t[Mo]){let e=t[Mo],n=e.tempTranslationUrlMatches||[],r=n.filter(o=>o.expiredAt>Date.now()),a=!1;r.length!==n.length&&(n=r,a=!0);let i={...e,tempTranslationUrlMatches:[...n]};return a&&await Wt(i),i}else return{}}async function Wt(t){await oe.storage.local.set({[Mo]:t})}async function kl(t){await oe.storage.local.set({[Yr]:t})}async function Z3(){let t=await oe.storage.local.get(Yr),n={...await mp(),...Ni,buildinConfigUpdatedAt:we.BUILD_TIME};if(t[Yr]){let r=t[Yr];if(r&&r.buildinConfigUpdatedAt){let a=new Date(r.buildinConfigUpdatedAt),i=new Date(n.buildinConfigUpdatedAt);a>i&&(n=r)}}return n}async function Xt(){let t=await oe.storage.local.get(Yr),e={...Ni,buildinConfigUpdatedAt:we.BUILD_TIME};if(t[Yr]){let E=t[Yr];if(E&&E.buildinConfigUpdatedAt){let P=new Date(E.buildinConfigUpdatedAt),O=new Date(e.buildinConfigUpdatedAt);P>O&&(e=E)}}let n=await zw(e);e.targetLanguage=n;let r=await Mt.get(Ft,null),a={};if(!ye()&&oe.commands&&oe.commands.getAll){let E=await oe.commands.getAll();for(let P of E)P.name&&P.shortcut&&(a[P.name]=P.shortcut)}let i=await mp(),o=Q3(),s=await qr(),u=globalThis.IMMERSIVE_TRANSLATE_CONFIG||{},l=await Jt(),c=new Date,p=Object.assign({},u,o,s);if(!p.interfaceLanguage){let E=await Rw();p.interfaceLanguage=E}let m=p.interfaceLanguage==="en",g=p.targetLanguage==="en",f=e&&e.translationLanguagePattern&&e.translationLanguagePattern.matches&&e.translationLanguagePattern.matches.length===0,T=["bing","google","transmart","mock"].includes(p.translationService)||!p.translationService;!m&&!g&&!f&&T?e.translationLanguagePattern||(e.translationLanguagePattern={matches:["en"],excludeMatches:[]}):e.translationLanguagePattern={matches:[],excludeMatches:[]};let b=e&&e.enableDefaultAlwaysTranslatedUrls;p.enableDefaultAlwaysTranslatedUrls===!1&&(b=!1);let h=p&&p.isChangedAlwaysTranslatedUrls,C=[];p.translationUrlPattern&&p.translationUrlPattern.matches&&(C=p.translationUrlPattern.matches||[]);let D=!1;h===void 0&&(C.length>0?h=!0:h=!1,p.isChangedAlwaysTranslatedUrls=h,s.isChangedAlwaysTranslatedUrls=h,D=!0);let M=(p?.translationLanguagePattern?.matches?.length||0)>0,B=await At("installedAt",""),S=Number(await Nr("translage_page_daily",0)),v=Number(await At(Kn,0)),L;v>0&&(Date.now()-v0&&(Date.now()-S0){let E=l.tempTranslationUrlMatches.filter(P=>new Date(P.expiredAt)>c);if(E.length>0){let P=p.translationUrlPattern?p.translationUrlPattern?.matches||[]:[],O=Array.isArray(P)?P:[P],H=Array.from(new Set(O.concat(E.map(j=>j.match))));p.translationUrlPattern={...p.translationUrlPattern,matches:H}}}let F=Object.assign(i,e);Ya({rule:e,valueIsArray:E=>Array.isArray(i[E]),getMergedValue:E=>i[E],onMergedResult:(E,P)=>{E!="generalRule"&&(F[E]=P)}});let _=Zt(r),U={};p.translationServices&&p.translationServices.deepl&&(U=p.translationServices.deepl);let N={};p.translationServices&&p.translationServices.openai&&(N=p.translationServices.openai),!_&&U.authKey&&!U.provider?(F.translationServices.deepl||(F.translationServices.deepl={}),F.translationServices.deepl.provider="custom"):U&&U.provider||(F.translationServices.deepl||(F.translationServices.deepl={}),F.translationServices.deepl.provider="pro"),!_&&N.APIKEY&&!N.provider?(F.translationServices.openai||(F.translationServices.openai={}),F.translationServices.openai.provider="custom"):N&&N.provider||(F.translationServices.openai||(F.translationServices.openai={}),F.translationServices.openai.provider="pro");let q=Object.keys(F),k=["translationUrlPattern","translationLanguagePattern","immediateTranslationPattern","translationBodyAreaPattern","translationParagraphLanguagePattern","translationThemePatterns","translationGeneralConfig","shortcuts","inputTranslationUrlPattern","inputLanguageCodeAlias"];for(let E of q){let P=E;if(P==="generalRule")typeof p[P]=="object"&&(F[P]=Tl(i[P],p[P]));else if(P==="translationServices")Nw(p,F);else if(typeof p[P]!="string"&&typeof p[P]!="boolean"&&typeof p[P]!="number"&&k.includes(P))p[P]&&(F[P]=Object.assign(F[P],p[P])),P==="shortcuts"&&(ye()||ot()?F[P]={...F[P],...a}:F[P]={...a});else if(P==="rules"){if(Array.isArray(p[P])){let O=F.rules||[],H={};for(let W of O)W.id&&(H[W.id]=W);let j=p[P].map(W=>W.id&&H[W.id]?k3(e.generalRule,H[W.id],W):W);F[P]=[...j,...F[P]]}if(we.PROD==="0"&&we.DEV_RULES){let O=JSON.parse(we.DEV_RULES);F[P]=[...O,...F[P]]}}else p[P]!==void 0&&(F[P]=p[P])}return F.donateUrl=e.donateUrl,F.minVersion=e.minVersion,F.feedbackUrl=e.feedbackUrl,F.rawUserConfig=s,F}async function qr(){return(await oe.storage.sync.get("userConfig")||{}).userConfig||{}}async function bs(t){await oe.storage.sync.set({userConfig:t})}async function Ts(t,e){await oe.storage.local.set({[t]:e})}async function Pl(t){return(await oe.storage.local.get(t))[t]||""}var Rw=async()=>{let t=["zh-CN"];try{t=await oe.i18n.getAcceptLanguages()}catch(r){z.warn("get browser language error:",r)}let n=t.map(r=>be(r)).find(r=>zt[r]);return n||"en"},mp=async()=>{let t={...Ni,buildinConfigUpdatedAt:we.BUILD_TIME};return{...t,targetLanguage:lr,interfaceLanguage:"en",translationMode:"dual",debug:!1,alpha:!1,translationUrlPattern:{matches:[],excludeMatches:[]},translationLanguagePattern:{matches:[],excludeMatches:[]},translationThemePatterns:{},translationParagraphLanguagePattern:{matches:[],excludeMatches:[],selectorMatches:[],excludeSelectorMatches:[]},translationBodyAreaPattern:{matches:[],excludeMatches:[],selectorMatches:[],excludeSelectorMatches:[]},translationTheme:"none",translationService:"bing",inputTranslationService:"inherit",mouseHoverTranslationService:"inherit",subtitleTranslateService:"inherit",translationArea:"main",translationStartMode:"dynamic",translationServices:{},monkeyH5FloatBall:{...t.monkeyH5FloatBall},pcFloatBall:{...t.pcFloatBall},generalRule:{...t.generalRule},translationGeneralConfig:{engine:"bing",_systemExcludeWordRegex:"\\b({word})\\b"},rules:[]}};function Ow(t,e){return t=t||[],e=e||[],t.length!==e.length?!0:e.filter(r=>!t.includes(r)).length>0}async function zw(t){try{let e=t?.autoSelectTargetLanguageAfterInstalledAt;if(!e)return lr;let n=await At("installedAt","");if(n&&new Date(n){let l=a[u],c=a[l.extends];!c||l.extends==u||(a[u]={...c,...a[u]})}),Ya({rule:{...a},valueIsArray:u=>Array.isArray(a[u]),getMergedValue:u=>a[u],onMergedResult:(u,l)=>{a[u]={...a[u],...l}}}),Ya({rule:{...r},valueIsArray:u=>Array.isArray(a[u]),getMergedValue:u=>a[u],onMergedResult:(u,l)=>{let c=a[u].env||{},p=l.env||{};c={...c,...p},a[u]={...a[u],...l,env:c}}}),new Date(t.updatedAt)<=new Date("2024.4.2")&&Object.keys(r).forEach(u=>{["openai","gemini"].includes(u)&&r[u].prompt!=null&&(r[u].maxTextGroupLengthPerRequest==null&&(a[u].maxTextGroupLengthPerRequest=1),r[u].multiplePrompt==null&&(a[u].multiplePrompt=r[u].prompt))});let o=["imt_source_field","imt_trans_field","imt_sub_source_field","imt_sub_trans_field"],s=(u,l)=>{!u||!u[l]||!u?.env||(u[l]=u[l].replace(/{{(.+?)}}/g,(c,p)=>o.includes(p)?c:u?.env[p]||c))};Object.values(a).forEach(u=>{s(u,"prompt"),s(u,"multiplePrompt"),s(u,"subtitlePrompt")})}var Uw=["block","grid","flex","table","table-row","table-cell","list-item","-webkit-box","box","contents"];function xn(t,e){if(e.length===0)return!1;let n=e.join(",");return t.matches&&t.matches(n)||!1}function la(t,e,n){let{blockSelectors:r,extraBlockSelectors:a,extraInlineSelectors:i,atomicBlockSelectors:o}=e;if(xn(t,i))return!1;if(xn(t,a)||["br","input"].includes(t.nodeName.toLowerCase()))return!0;let l=null;if(t.parentNode&&t.parentNode.immersiveTranslateComputedStyle&&(l=t.parentNode.immersiveTranslateComputedStyle),l&&l.display&&l.display==="inline-flex")return!1;let c=p();return c&&(c=!xn(t,o)),c;function p(){return n&&n.display?!!Uw.includes(n.display):xn(t,r)}}var Gt=xn;function Qa(t){return!!t.shadowRoot}function ca(t){if(!t||typeof t!="string"&&(t=t.textContent,!t))return"";let e="";return t!==t.trimStart()&&(e+=" "),e+=t.trim(),e===" "||t!==t.trimEnd()&&(e+=" "),e}function ys(t){if(!t)return["",""];if(typeof t!="string"&&(t=t.textContent,!t))return["",""];let e=[];return t!==t.trimStart()?e.push(" "):e.push(""),!t.trim()&&e.length===1?[" ",""]:(t!==t.trimEnd()?e.push(" "):e.push(""),e)}function Tr(t,e=!1){let n=Ro;return e&&t?.translatedPlaceholderDelimiters?n=t.translatedPlaceholderDelimiters:t?.placeholderDelimiters&&(n=t.placeholderDelimiters),n}function Za(t,e=!1){let n=t.config?.translationServices?.[t.translationService];return Tr(n,e)}function Ui(t,e){return ua(e,t.targetLanguage,{ignoreZhCNandZhTW:t.rule.ignoreZhCNandZhTW})}function fp(t){let{rule:e}=t,n=qw(t);return` <${e.targetWrapperTag} class="${n} notranslate">`}function qw(t){let e=t.config.loadingTheme;return`${Q}-loading-${e}`}function vs(t,e){let n=t.rule,r=document.createElement(n.targetWrapperTag);r.classList.add("notranslate",bt),r.setAttribute("translate","no"),r.setAttribute("lang",t.targetLanguage),ut(r,Uh,e.toString());let a=fp(t);return r.append(at.sanitize(a,{RETURN_DOM_FRAGMENT:!0})),r}function qi(t,e){return t.querySelector(`[${Pd}='${e}']`)}function J3(){document.querySelectorAll(`[${Pd}]`).forEach(e=>{e.remove()})}function X3(){document.querySelectorAll(`.${bt}-error`).forEach(e=>{e.remove()})}function e1(){let t=document.querySelectorAll("iframe"),e=[];return t.forEach(n=>{Hi(n)&&e.push(n)}),e}function hp(t){let e={},{glossaries:r,_systemExcludeWordRegex:a,text:i,delimiters:o,excludeRegexps:s,targetLanguage:u}=t,l=i,c=1001;try{if(r&&r.length>0){let p={},m=r.filter(f=>f.tl&&f.tl!==u?!1:f.k?(p[f.k]=f.v||"",!0):!1).sort((f,T)=>f.tl&&!T.tl?1:!f.tl&&T.tl?-1:0),g=new RegExp(a.replace("{word}",m.map(f=>f.k).join("|")),"g");l=l.replace(g,(f,T)=>{let b=c++;return e[`${b}`]=p[T]||T,o.length>2?f.replace(T,`<${o[2]}${b}>`):f.replace(T,`${o[0]}${b}${o[1]}`)})}s&&s.length>0&&s.forEach(p=>{let m=new RegExp(p,"gi");l=l.replace(m,(g,f)=>{let T=c++;return e[`${T}`]=O3(f),o.length>2?g.replace(f,`<${o[2]}${T}>`):g.replace(f,`${o[0]}${T}${o[1]}`)})})}catch(p){z.debug(`format source text error: ${p.message}`)}return{text:l,variables:e}}function Ss(t){let{noTranslateRegexp:e,minTextCount:n,minWordCount:r,delimiters:a,text:i}=t,o=new RegExp(`${a[0]}(\\d+)${a[1]}`,"gi");if(a.length>2){let u=a[2];o=new RegExp(`<${u}(\\d+)>(.*?)`,"gi")}let s=i.trim();return s=s.replace(o,""),s=s.trim(),s===""||s.length===1&&s.charCodeAt(0)===8203||/^[0-9.,\/#!$%\^&\*;:{}=\-_`~()\s]+$/.test(i)||s.includes("")||s.includes("< styles>")||d1(s)||s1(s)||c1(s)||u1(s)||l1(s)||Hw(s)||o.test(s)||e&&e.length>0&&new RegExp(e.join("|"),"gi").test(s)?!1:Ll(i,n,r)}function jr(t){return t.nodeType===Node.ELEMENT_NODE}function t1(t,e){return t.paragraphs?t.paragraphs[0]?.ctxId!==e?(t.paragraphs=[],!1):!0:!1}async function bp(){return await At("fakeUserId","")}async function jw(){return await At("installedAt","")}async function n1(t){let n=Me().INSTALL_FROM,r=Sn(),a=await jw(),i=await bp(),o=await Xt(),s=!1,u=await Mt.get(Ft,null),l=!1;return u&&Zt(u)&&(s=!0,u.subscription&&u.subscription.isTrial&&(l=!0)),{installFrom:n,version:r,installedAt:a,interfaceLang:t,optionInterfaceLang:o.interfaceLanguage,deviceId:i,isProUser:s,isTrial:l}}function r1(t,e,n,r){if(!e||!r||!t)return"";let a=t.xpathRule,i=0,o=n;for(;o&&o!==r;)i++,o=o.parentNode;let s=i+"";for(let u=0;u{!t||!e||(async()=>{let a=await yp(t,e);r(a)})()},[t,e,r]),n}async function yp(t,e){if(!t||!e)return;let n=!1,r,a=!0;!ot()&&ye()||tt().any?(a=!1,r=e.monkeyH5FloatBall,!r&&t.rule.isShowUserscriptPagePopup==!1&&(r=t.config.monkeyH5FloatBall,r.enable=!1),r||(r=t.config.monkeyH5FloatBall),n=!e.monkeyH5FloatBall):(r=t.config.pcFloatBall,n=!e.pcFloatBall);try{if(r?.afterInstalledAt&&n){let i=await At("installedAt","");new Date(i).getTime()s==n),a=t.config.translationModeLanguagePattern.translationMatches.find(s=>s==n),i=t.config.translationModeUrlPattern.dualMatches.find(s=>wt(t.url,s));return t.config.translationModeUrlPattern.translationMatches.find(s=>wt(t.url,s))?"translation":i?"dual":a?"translation":r?"dual":null}var _l=!1,Ww=ye();function p1(t,e){let n=[];for(let r of e){let a=t.querySelectorAll(r);for(let i of a)n.push(i)}return n}function Kw(t,e){let n=function(i){return i.nodeType===Node.ELEMENT_NODE||i.nodeType===Node.TEXT_NODE?i.nodeType===Node.ELEMENT_NODE&&g1(i,e,!0)?NodeFilter.FILTER_REJECT:NodeFilter.FILTER_ACCEPT:NodeFilter.FILTER_REJECT},r=document.createTreeWalker(t,NodeFilter.SHOW_ELEMENT,n),a=!0;for(;r.nextNode();){let i=r.currentNode;if(i.nodeType===Node.ELEMENT_NODE){if(da(i,Eu)){if(a===!0)return!0;continue}if(xs(i.nodeName,e.inlineTags))return!0;if(!vp(i,e))return!1}}return!0}function Sp(t,e){let n=e.inlineTags;if(t.nodeType===Node.ELEMENT_NODE)if(xs(t.nodeName,n)||vp(t,e)){if(da(t,Hh)||xs(t.nodeName,["BR"]))return!1;if(da(t,Eu))return!0;if(vp(t,e)){let r=globalThis.getComputedStyle(t);if(r.display==="block"||r.display==="flex")return!1}return Kw(t,e)}else return da(t,Eu);return!1}function g1(t,e,n){if(!(t.nodeType===Node.ELEMENT_NODE||t.nodeType===Node.TEXT_NODE)||t.nodeType===Node.ELEMENT_NODE&&da(t,jh,!0))return!0;if(t.nodeType===Node.ELEMENT_NODE&&da(t,Bh))return!1;let{stayOriginalTags:r,excludeTags:a}=e,i=[];return n&&a&&a.length>0?i=a||[]:i=a.filter(o=>!r.includes(o)),!!(t.nodeType===Node.ELEMENT_NODE&&(t.getAttribute("translate")==="no"||t.classList.contains("notranslate"))||xs(t.nodeName,i))}function Ll(t,e,n){let r=t.trim();return r.length>=e||r.split(" ").filter(o=>o.trim()!=="").length>=n||!f1(r)&&r.length>=n}function m1(t,e,n){let r=t.trim();if(r.length<=e)return!0;if(f1(r)){if(r.split(" ").length<=n)return!0}else if(r.length<=n)return!0;return!1}function f1(t){for(let e=0;e127)return!1;return!0}function s1(t){if(t&&t.includes("://")&&!t.includes(" ")&&t.length<512)try{return new URL(t),!0}catch{return!1}else return!1}function u1(t){return t?/^[a-zA-Z0-9._-]+@[a-zA-Z0-9.-]+\.[a-zA-Z]{2,4}$/.test(t):!1}function l1(t){return t?/^[_\d:\-+\.。,,% ]+$/.test(t):!1}function c1(t){if(t&&t.startsWith("#")){if(t.split("#").length>2)return!1;if(t.indexOf(" ")===-1)return!0}return!1}function d1(t){return!!(t&&t.startsWith("@")&&t.indexOf(" ")===-1)}function da(t,e,n=!1){return xp(t,e,"1",n)}function xp(t,e,n,r=!1){return _l&&!r?t[Tn]?!!(t[Tn]&&t[Tn][e]===n):!1:t.dataset[e]===n}function Wi(t){return(t.innerText||t.textContent||"").trim()}function Ep(t){let e=t.querySelectorAll("iframe"),n="";for(let r=0;r2e3))break}return n}function Fl(t){return t?typeof t=="string"?document.querySelector(t)!==null:t.some(e=>document.querySelector(e)):!1}function ut(t,e,n,r=!1,a=!1){t.isContentEditable&&!a||(_l&&!r?(t[Tn]||(t[Tn]={}),t[Tn][e]||(t[Tn][e]=n)):t.dataset[e]!==n&&(t.dataset[e]=n))}function Ml(t,e,n=!1){if(_l&&!n){if(!t[Tn]||!t[Tn][e])return;delete t[Tn][e]}else delete t.dataset[e]}function Ki(t,e,n=!1){return _l&&!n?!t[Tn]||!t[Tn][e]?void 0:t[Tn][e]:t.dataset[e]}function vp(t,e){let n=e.allBlockTags.concat(e.inlineTags).concat(e.excludeTags);return!xs(t.nodeName,n)}function Ae(){if(!globalThis||!globalThis.location)return"https://example.com";if(!Xe())return globalThis.location.href;try{let e=globalThis.location.href,n=new URL(e);if(n.protocol==="about:"||n.protocol==="blob:"){if(globalThis.location.ancestorOrigins&&globalThis.location.ancestorOrigins.length>0)return globalThis.location.ancestorOrigins[0];let r="";try{r=globalThis.parent.location.href}catch{}return r||(globalThis.location!=globalThis.parent.location?document.referrer:document.location.href)}else return e}catch{}return globalThis.location.href}function An(t,e,n){if(t instanceof ShadowRoot){try{t.appendChild(document.createElement("style")).textContent=e}catch(r){z.warn("injectCSS failed, rootDocument"+r?.message,t)}return}if(t&&t.head&&t.head.appendChild){let r=t.createElement("style");if(n){let a=t.querySelector(`style[data-id="${n}"]`);a&&a.remove(),r.dataset.id=n}r.textContent=e,t.head.appendChild(r)}else if(t){let r=document.createElement("head"),a=document.createElement("style");a.textContent=e,r.appendChild(a),t.appendChild(r)}else z.warn("injectCSS failed, rootDocument does not have head node",t)}function Hi(t){let e=t.getAttribute("src");if(e){if(e==="about:blank")return!0;if(Ww){if(e.startsWith("blob:"))return!0}else if(e.startsWith("blob:"))return!!document.querySelector("meta[name='immersive-translate-ebook-viewer']")||!e.startsWith("blob:http");return!1}try{if(t.contentDocument&&t.contentDocument.body)return!0}catch{}return!1}function xs(t,e){if(!t||!e)return!1;Array.isArray(e)||(e=[e]),t=t.toUpperCase();for(let n of e)if(t===n)return!0;return!1}function h1(t){let e=t.replace("#",""),n=parseInt(e.substring(0,2),16),r=parseInt(e.substring(2,4),16),a=parseInt(e.substring(4,6),16);return{r:n,g:r,b:a}}function b1(t,e,n,r){if(r.document.caretPositionFromPoint){let a=r.document.caretPositionFromPoint(t,e);if(a){let i=r.document.createRange(),o=a.offsetNode;if(!o||o.nodeType!==Node.TEXT_NODE||g1(o,n,!0))return null;try{i.setStart(o,a.offset),i.setEnd(o,a.offset)}catch(s){return z.warn("getRangeFromPoint error",s),null}return i}return null}else return r.document.caretRangeFromPoint?r.document.caretRangeFromPoint(t,e):null}function T1(t,e,n){let r=0,a=(i,o,s,u)=>{if(++r>100||u===i)return i;let l=i.shadowRoot;if(!l||typeof l.elementFromPoint!="function")return i;let c=l.elementFromPoint(o,s);return c?a(c,o,s,i):i};return a(t,e,n)}d();var v1="auto",Bl="auto",y1="auto";function S1(t){v1=t}function Nn(t){Bl=t}function yt(){return Bl!=="auto"?Bl:y1!=="auto"?y1:v1}function Il(){return Bl}function E1(t,e,n){let r=Object.assign({},e),a=new Map;(r.langOverrides||[]).forEach(s=>{a.set(s.id,s)});for(let s of a.keys()){let[u,l]=s.split("2");if(["auto",n.sourceLanguage].includes(u)&&["auto",n.targetLanguage].includes(l)){let c=a.get(s);if(!c)continue;if(c.extends){let p=a.get(c.extends);p&&(r=Object.assign({},r,p))}r=Object.assign({},r,c)}}return["prompt","systemPrompt","multiplePrompt","subtitlePrompt"].forEach(s=>{t?.hasOwnProperty(s)&&(r[s]=t[s])}),r}async function Un(t){let{url:e,config:n,state:r}=t,a=new URL(e),i="auto",{translationParagraphLanguagePattern:o,translationService:s,translationServices:u,translationTheme:l,translationThemePatterns:c,translationUrlPattern:p,targetLanguage:m,sourceLanguageUrlPattern:g,immediateTranslationPattern:f}=n,T=m||"zh-CN",b=Gi(e,o),h=Gi(e,f),C=s,D=Object.keys(u);for(let ae of D){let ie=u[ae];if(Gi(e,ie)){C=ae;break}}let M=l,B=Object.keys(c);for(let ae of B){let ie=c[ae];if(ie&&Gi(e,ie)){M=ae;break}}let S=Gi(e,p),v=x1(e,p);v||(v=wt(e,Xh)),v||(v=wt(e,n.blockUrls));let L=x1(e,n.inputTranslationUrlPattern);L||(L=wt(e,n.inputTranslationBlockUrls));let A=wt(e,n.mutationBlockUrls),y=Object.keys(g),I={};for(let ae of y){let ie=g[ae];if(ie&&ie.matches)for(let Ee of ie.matches)I[Ee]=ae}let F=Object.keys(I),_=ap(e,F);_&&(i=I[_]??"auto",I[_]&&I[_]!=="auto"&&Nn(I[_]));let U=a.hostname,N=await nr(U),q=a.pathname+a.search+a.hash,k=await nr(q),E=`https://${N}.com/${k}`,P=await Jt(),O=await Z3(),H=n.translationStartMode;H==="dynamic"&&h&&(H="immediate");let j=C;n.inputTranslationService&&n.inputTranslationService!=="inherit"&&(j=n.inputTranslationService);let W=C;n.mouseHoverTranslationService&&n.mouseHoverTranslationService!=="inherit"&&(W=n.mouseHoverTranslationService);let V=C;n.subtitleTranslateService&&n.subtitleTranslateService!=="inherit"&&(V=n.subtitleTranslateService);let se=await Mt.get(Ft,null),X=!1;se&&(X=Zt(se));let Z={targetLanguage:T,config:n,translationService:C,inputTranslationService:j,mouseHoverTranslationService:W,subtitleTranslateService:V,isTranslateUrl:S,sourceLanguage:i,mainFrame:document.body,isTranslateExcludeUrl:v,isMutationTranslationExcludeUrl:A,isInputTranslationExcludeUrl:L,rule:n.generalRule,url:e,encryptedUrl:E,state:r?Object.assign({translationMode:n.translationMode,translationArea:n.translationArea,translationStartMode:H,immediateTranslationTextCount:n.immediateTranslationTextCount,isAutoTranslate:!1,translationDebounce:300,isNeedClean:!1,isDetectParagraphLanguage:b,cache:n.cache,translationTheme:M,isTranslateDirectlyOnHover:!1},r):{translationMode:n.translationMode,translationArea:n.translationArea,translationStartMode:H,immediateTranslationTextCount:n.immediateTranslationTextCount,isAutoTranslate:!1,translationDebounce:300,isNeedClean:!1,isDetectParagraphLanguage:b,cache:n.cache,translationTheme:M,isTranslateDirectlyOnHover:!1},localConfig:P};se&&(Z.user=se,X?Z.isPro=!0:Z.isPro=!1),Z.state.translationArea==="body"&&(Z.config.generalRule.excludeTags=Z.config.generalRule.excludeTags.filter(ae=>!Z.config.generalRule.bodyTranslateTags.includes(ae)),Z.config.generalRule.additionalExcludeSelectors=Z.config.generalRule.additionalExcludeSelectors.filter(ae=>ae!==".btn"));let ue=n.translationServices[Z.translationService]||{};ue.immediateTranslationTextCount!==void 0&&Gw(ue.immediateTranslationTextCount)&&ue.immediateTranslationTextCount>=0&&(Z.state.immediateTranslationTextCount=ue.immediateTranslationTextCount),Z.translationService==="deepl"&&(ue&&ue.authKey&&ue.authKey.startsWith("immersive_")||ue&&ue.provider==="pro"&&Z.user?.token)&&ue.immediateTranslationTextCountForImmersiveDeepl!==void 0&&ue.immediateTranslationTextCountForImmersiveDeepl>=0&&(Z.state.immediateTranslationTextCount=ue.immediateTranslationTextCountForImmersiveDeepl),ue&&ue.translationDebounce&&typeof ue.translationDebounce=="number"&&(Z.state.translationDebounce=ue.translationDebounce);let ge=O.immediateTranslationTextCount;n.immediateTranslationTextCount!==ge&&(Z.state.immediateTranslationTextCount=n.immediateTranslationTextCount);let te=n.rules,Y;globalThis.PDFViewerApplication?Y=te.find(ae=>ae.pageType=="pdfReader"):globalThis.immersiveTranslateEbookViewer?Y=te.find(ae=>ae.pageType=="ebookReader"):globalThis.immersiveTranslateEbookBuilder?Y=te.find(ae=>ae.pageType=="ebookBuilder"):Y=te.find(ae=>Gi(e,ae)),Z.state.translationArea==="body"&&(Z.rule.paragraphMinTextCount=1,Z.rule.paragraphMinWordCount=1),Y&&Y.pageType==="ebookBuilder"&&(Z.state.translationStartMode="immediate");let Te=n.generalRule;if(Y&&(Z.rule=Tl(Te,Y)),Z.rule.selectors.length>0&&(Z.rule.paragraphMinTextCount=2,Z.rule.paragraphMinWordCount=1),Z.state.translationArea==="body"&&Z.rule.excludeTags&&(Z.rule.excludeTags=Z.rule.excludeTags.filter(ae=>!Z.rule.bodyTranslateTags.includes(ae)&&!Z.rule.forceTranslateTags.includes(ae))),Z.rule.mainFrameSelector){let ae=document.querySelector(Z.rule.mainFrameSelector);ae&&(Z.mainFrame=ae)}return Z}function Gi(t,e){if(!e)return!1;let{matches:n,excludeMatches:r,selectorMatches:a,excludeSelectorMatches:i}=e;return r&&r.length>0&&wt(t,r)?!1:n&&n.length>0&&wt(t,n)?!0:i&&i.length>0&&Fl(i)?!1:!!(a&&a.length>0&&Fl(a))}function x1(t,e){if(!e)return!1;let{excludeMatches:n,excludeSelectorMatches:r}=e;return!!(n&&n.length>0&&wt(t,n)||r&&r.length>0&&Fl(r))}function Gw(t){return typeof t=="number"}d();d();d();d();d();d();d();var Nq=w1(2),C1=w1(3);function w1(t){if(typeof t!="number"||Number.isNaN(t)||t<1||t===Number.POSITIVE_INFINITY)throw new Error("`"+t+"` is not a valid argument for `n-gram`");return e;function e(n){let r=[];if(n==null)return r;let a=typeof n.slice=="function"?n:String(n),i=a.length-t+1;if(i<1)return r;for(;i--;)r[i]=a.slice(i,i+t);return r}}d();var Vw=/\s+/g,$w=/[\t\n\v\f\r ]+/g;function D1(t,e){e?typeof e=="string"&&(e={style:e}):e={};let n=e.preserveLineEndings?Yw:Qw;return String(t).replace(e.style==="html"?$w:Vw,e.trim?Zw(n):n)}function Yw(t){let e=/\r?\n|\r/.exec(t);return e?e[0]:" "}function Qw(){return" "}function Zw(t){return e;function e(n,r,a){return r===0||r+n.length===a.length?"":t(n)}}var A1={}.hasOwnProperty;function Jw(t){return t==null?"":D1(String(t).replace(/[\u0021-\u0040]+/g," ")).trim().toLowerCase()}function Xw(t){return C1(" "+Jw(t)+" ")}function eD(t){let e=Xw(t),n={},r=-1;for(;++rn&&(n=i,r=a)}return[r,n]}function sD(t,e){let n=t.match(e);return(n?n.length:0)/t.length||0}function uD(t,e,n,r){e=cD(e,n,r);let a=[],i;if(e)for(i in e)Rl.call(e,i)&&a.push([i,lD(t,e[i])]);return a.length===0?wp():a.sort(dD)}function lD(t,e){let n=0,r=-1;for(;++re.traditionalCharacters?(e.detectedCharacters="simplified",e.detectionRate=e.simplifiedCharacters/e.traditionalCharacters|1):e.simplifiedCharacterso+s.length,0));let i=t.length-r;for(let o of SD){let s=o[1],u=o[0],l=t.match(s),c=l?l.length:0;c>n&&(n=c,e=u)}return n*2.5/i>.5?e==="zh-CN"?I1(t)?"zh-TW":"zh-CN":e:"auto"}var O1=[["afr","af"],["amh","am"],["arb","ar"],["azj","az"],["bel","be"],["bul","bg"],["ben","bn"],["bos","bs"],["cat","ca"],["ceb","ceb"],["ces","cs"],["dan","da"],["deu","de"],["ell","el"],["eng","en"],["epo","eo"],["spa","es"],["est","et"],["fas","fa"],["fin","fi"],["fra","fr"],["gax","ga"],["glg","gl"],["guj","gu"],["hau","ha"],["heb","he"],["hin","hi"],["hrv","hr"],["hun","hu"],["hye","hy"],["ind","id"],["ibo","ig"],["ita","it"],["jpn","ja"],["jav","jw"],["kat","ka"],["kaz","kk"],["khm","km"],["kan","kn"],["kor","ko"],["ckb","ku"],["lao","lo"],["lit","lt"],["lav","lv"],["min","mi"],["mkd","mk"],["mal","ml"],["mar","mr"],["mya","my"],["nep","ne"],["nld","nl"],["nob","no"],["nya","ny"],["pan","pa"],["pol","pl"],["pbu","ps"],["por","pt"],["ron","ro"],["rus","ru"],["sin","si"],["slk","sk"],["slv","sl"],["sna","sn"],["som","so"],["als","sq"],["srp","sr"],["sun","su"],["swe","sv"],["swh","sw"],["tam","ta"],["tel","te"],["tgk","tg"],["tha","th"],["toi","to"],["tur","tr"],["ukr","uk"],["urd","ur"],["uzn","uz"],["vie","vi"],["xho","xh"],["ydd","yi"],["yor","yo"],["cmn","zh-CN"],["zul","zu"]],Dp=new Map(O1),xD=new Map(O1.map(([t,e])=>[e,t]));function z1(t,e,n=["en"]){if(!t)return"auto";try{let r=n.map(s=>xD.get(s));!e&&e!==0&&(e=25);let a=zl(t);if(a!=="auto")return a;let i={minLength:e,whitelist:[...Dp.keys()]},o=L1(t,i);if(o&&o.length>0){if(o.length>1&&o[0][1]-o[1][1]<=.3)for(let c=0;c.5&&c/o.length<=.25){if(p=="eng"&&m<.95)break;return Dp.get(p)}}let[s,u]=o[0],l=Dp.get(s);if(l&&u>.9)return l}}catch(r){z.error(r)}return"auto"}d();d();function pa(t,e){var n=(t&65535)+(e&65535),r=(t>>16)+(e>>16)+(n>>16);return r<<16|n&65535}function ED(t,e){return t<>>32-e}function Ul(t,e,n,r,a,i){return pa(ED(pa(pa(e,t),pa(r,i)),a),n)}function en(t,e,n,r,a,i,o){return Ul(e&n|~e&r,t,e,a,i,o)}function tn(t,e,n,r,a,i,o){return Ul(e&r|n&~r,t,e,a,i,o)}function nn(t,e,n,r,a,i,o){return Ul(e^n^r,t,e,a,i,o)}function rn(t,e,n,r,a,i,o){return Ul(n^(e|~r),t,e,a,i,o)}function Nl(t,e){t[e>>5]|=128<>>9<<4)+14]=e;var n,r,a,i,o,s=1732584193,u=-271733879,l=-1732584194,c=271733878;for(n=0;n>5]>>>e%32&255);return n}function Ap(t){var e,n=[];for(n[(t.length>>2)-1]=void 0,e=0;e>5]|=(t.charCodeAt(e/8)&255)<16&&(r=Nl(r,t.length*8)),n=0;n<16;n+=1)a[n]=r[n]^909522486,i[n]=r[n]^1549556828;return o=Nl(a.concat(Ap(e)),512+e.length*8),N1(Nl(i.concat(o),512+128))}function U1(t){var e="0123456789abcdef",n="",r,a;for(a=0;a>>4&15)+e.charAt(r&15);return n}function kp(t){return unescape(encodeURIComponent(t))}function q1(t){return CD(kp(t))}function DD(t){return U1(q1(t))}function j1(t,e){return wD(kp(t),kp(e))}function AD(t,e){return U1(j1(t,e))}function kn(t,e,n){return e?n?j1(e,t):AD(e,t):n?q1(t):DD(t)}var Vi=[];async function ql(t,e){return await new Promise((n,r)=>{let a=t,i=1,o=indexedDB.open(a,i);o.onsuccess=s=>{n(o.result)},o.onerror=s=>{r()},o.onupgradeneeded=s=>{let u=o.result,l=e||"cache";u.createObjectStore(l,{keyPath:"key"})}})}async function H1(t){let e=`${Q}-${t.service}@${t.from}->${t.to}`;return await LD(e,t)}async function W1(t){let e=kn(t.originalText),n=`${Q}-${t.service}@${t.from}->${t.to}`;return await PD(n,e)}async function PD(t,e){let n=await ql(t);return await new Promise((r,a)=>{if(!n)return a();let i="cache",s=n.transaction([i],"readonly").objectStore(i).get(e);s.onsuccess=u=>{n.close();let l=s.result;r(l)},s.onerror=u=>{n.close(),a()}})}async function LD(t,e){let n=await ql(t);return(await FD()).includes(t)||await _D(t),await new Promise(a=>{if(!n)return a(!1);let i="cache",s=n.transaction([i],"readwrite").objectStore(i).put(e);s.onsuccess=u=>{n.close(),a(!0)},s.onerror=u=>{n.close(),a(!1)}})}async function _D(t){let e="cache_list",n=await ql(Q+"-cacheList",e),a=n.transaction([e],"readwrite").objectStore(e).put({key:t});a.onsuccess=i=>{n.close(),Vi.push(t)},a.onerror=i=>{n.close()}}async function FD(){if(Vi&&Vi.length>0)return Vi;let t=await ql(Q+"-cacheList","cache_list");return Vi=await new Promise(e=>{let n="cache_list",a=t.transaction([n],"readonly").objectStore(n).getAllKeys();a.onsuccess=i=>{t.close(),e(a.result)},a.onerror=i=>{t.close(),e([])}}),Vi}d();d();var Pp="Original";function $e(){return Pp}function pn(t){Pp=t,K1(Pp)}d();function Hr(t){return t?.id?.endsWith("pdfWebPage")||!1}function ga(t){try{if(!t||!Hr(t))return"";let e="";if(t.pdfUrlExtractRule.attribute&&t.pdfUrlExtractRule.selector){let r=t.pdfUrlExtractRule,{selector:a,attribute:i}=r;if(a&&i){let o=document.querySelector(a);if(!o)return"";e=o.getAttribute(i)||""}}else e=document.querySelector("embed[type='application/pdf']")?.getAttribute("src")||"";if(e.startsWith("about"))return"";if(!e.startsWith("/"))return e;let n=new URL(location.href);return e.startsWith("//")?n.protocol+e:n.protocol+"//"+n.host+e}catch{return""}}var Ye={},ma=async function(t,e){let{method:n,data:r}=t,a=await Ye.updateGlobalContext(),i=Date.now();if(z.debug(`content script received message: ${n}`,r||" "),n==="translateTheWholePage")await Ye.translateTheWholePage(r),Je(Kn,i);else if(n==="translateTheMainPage")await Ye.translateTheMainPage(r),Je(Kn,i);else if(n==="translateToThePageEndImmediately")await Ye.translateToThePageEndImmediately(r),Je(Kn,i);else if(n==="toggleTranslatePage")await Ye.toggleTranslatePage(r),Je(Kn,i);else if(n==="toggleTranslateTheWholePage")await Ye.toggleTranslateTheWholePage(r),Je(Kn,i);else if(n==="toggleTranslateTheMainPage")await Ye.toggleTranslateTheMainPage(r),Je(Kn,i);else if(n==="toggleOnlyTransation")await Ye.ensureSwitchTranslationMode(r),Je(Kn,i);else if(n==="translatePage")await Ye.translatePage(a,r),Je(Kn,i);else if(n==="toggleTranslationMask")await Ye.toggleTranslationMask(r);else if(n==="restorePage")Ye.restorePage();else if(n==="retryFailedParagraphs")Ye.retryFailedParagraphs();else if(n==="switchTranslationMode"){if(a.rule.isPdf)return;r&&r.mode&&(await Ye.switchTranslationMode(r.mode),await Ye.reloadSubtitleWithTranslationModeChanged())}else if(n==="autoEnableSubtitleChanged")Ye.autoEnableSubtitleChanged(a,r);else if(n=="shareToDraft")globalThis.document.dispatchEvent(new CustomEvent(vu,{detail:r}));else if(n=="toggleTranslateToThePageEndImmediately")await Ye.toggleTranslateToThePageEndImmediately(r);else if(n==="toggleMouseHoverTranslateDirectly")globalThis.document.dispatchEvent(new CustomEvent(Fo,{detail:r}));else if(n==="translateWithOpenAI")await Ye.translatePageWithTranslationService("openai",r);else if(n==="translateWithGoogle")await Ye.translatePageWithTranslationService("google",r);else if(n==="translateWithDeepL")await Ye.translatePageWithTranslationService("deepl",r);else if(n==="translateWithBing")await Ye.translatePageWithTranslationService("bing",r);else if(n==="translateWithTransmart")await Ye.translatePageWithTranslationService("transmart",r);else if(n==="translateWithGemini")await Ye.translatePageWithTranslationService("gemini",r);else if(n==="translateInputBox")await Ye.translateInputBoxWithShortcut(a);else if(n!=="updateGlobalCtx"){if(n==="toggleVideoSubtitlePreTranslation")Xe()||await Ye.toggleVideoSubtitlePreTranslation();else if(n==="getAsyncContextString"&&!Xe())return JSON.stringify(a)}};function G1(t){Object.assign(Ye,t)}function V1(t){Object.assign(Ye,t)}function $1(t){Object.assign(Ye,t)}var MD=function(t,e){let{method:n,data:r}=t;if(z.debug(`content script received sync message: ${n}`,r||" "),n==="ping")return"pong";if(n==="getPageStatus")return $e();if(n==="getCurrentPageLanguage"){let a=yt();return Ye.detectCurrentPageLanguage().catch(i=>{z.warn("detectCurrentPageLanguage failed",i)}),a}else{if(n==="setCurrentPageLanguageByClient")return Nn(r),yt();if(n==="getContextString"){let a=Ye.getPureGlobalContext(),{articleNode:i,bodyNode:o,...s}=a;return JSON.stringify(s)}else if(n=="getPdfWebUrl"){let a=Ye.getPureGlobalContext();return ga(a?.rule)}}},jl,Hl;function Y1(){let t=Wl();Xe()||BD(),t.sendMessage("popup:main_sync",{method:"ready"}).catch(n=>{})}function Wl(){return jl||(jl=new br("content_script",!1).getConnection("main",ma),jl)}function BD(){return Hl||(Hl=new br("content_script",!1).getConnection("main_sync",MD,{sync:!0}),Hl)}d();var Lp=[["auto","auto"],["zh-CN","zh"],["zh-TW","zh-TW"],["de","de"],["en","en"],["es","es"],["fr","fr"],["id","id"],["it","it"],["ja","ja"],["ko","ko"],["ms","ms"],["pt","pt"],["ru","ru"],["th","th"],["tr","tr"],["vi","vi"]],Kl="https://transmart.qq.com/api/imt",Wr=class t{static langMapReverse=new Map(Lp.map(([e,n])=>[n,e]));static getClientKey(){return btoa("transmart_crx_"+navigator.userAgent).slice(0,100)}static async detectLanguageRemotelyByTransmart(e){let n={header:{fn:"text_analysis",client_key:t.getClientKey()},text:e.slice(0,280)},r=await de({url:Kl,method:"POST",body:JSON.stringify(n)});if(r.header.ret_code!=="succ")throw new Error(r.message||r.header.ret_code);let a=r.language,i=t.langMapReverse.get(a);return i||a}};d();function ID(t,e){return Math.floor(Math.random()*(e-t+1))+t}var RD=30,_p="RATE_LIMITER_TICKS",$i=class t{static strictTicks={};static clearStrictTicks(){Ts(_p,"{}")}static async getStrictTicks(e,n){if(n)return this.strictTicks[e]||[];try{let r=await Pl(_p);r&&(this.strictTicks=JSON.parse(r)||{})}catch(r){z.debug("Error setting rate limiter ticks",r),this.strictTicks[e]=[]}finally{return this.strictTicks[e]||[]}}static wait(e,n){return new Promise((r,a)=>{t.getDelay(e,n).then(i=>{setTimeout(()=>{r(i)},i)})})}static async setStrictTicks(e,n,r){try{if(this.strictTicks[e]=n,r)return;await Ts(_p,JSON.stringify(this.strictTicks))}catch(a){z.debug("Error setting rate limiter ticks",a)}}static async getDelay(e,n,r=!1){if(!r){let l=ID(4,RD);await Dr(l)}let a=await this.getStrictTicks(e,r)||[],{limit:i,interval:o}=n,s=Date.now();if(a.length=u?(a.push(s),await this.setStrictTicks(e,a,r),0):(a.push(u),await this.setStrictTicks(e,a,r),u-s)}};async function vt(t){return await Wl().sendMessage("background:main",t)}function de(t){return mu()?wl({method:"request",data:t}):ye()||gu()?(t.fetchPolyfill=globalThis.GM_fetch,Ur(t)):vt({method:"fetch",data:t})}function qn(){return ye()?Xt():vt({method:"getConfig"})}function gn(t){return ye()?bs(t):vt({method:"setUserConfig",data:t})}function mn(){return ye()?qr():vt({method:"getUserConfig"})}function Cs(){return ye()?Jt():vt({method:"getLocalConfig"})}function Gl(t){return ye()?Wt(t):vt({method:"setLocalConfig",data:t})}function Q1(t){return ye()?kl(t):vt({method:"setBuildinConfig",data:t})}async function Ie(t){if(t.text){let n=zl(t.text);if(n!=="auto")return Promise.resolve(n)}else return"auto";if(ye()||ot()){if(t.translateService&&!Du.includes(t.translateService))return Promise.resolve("auto");let r=z1(t.text,t.minLength,t.pageLangs);return Promise.resolve(r)}let e=await vt({method:"detectLanguage",data:t});return Promise.resolve(e)}function Z1(){return vt({method:"detectTabLanguage"})}async function Vl(t){let e=await Ie({text:t,pageLangs:["en"]});try{if(ye()||ot()){let n=t.substring(0,200);e=await Wr.detectLanguageRemotelyByTransmart(n)}}catch{}return e}function K1(t){let e=new CustomEvent(Oa,{detail:t});if(document.dispatchEvent(e),ye())return;Wl().sendMessage("popup:main_sync",{method:"setPageStatus",data:t}).catch(r=>{})}function J1(t){return ye()?W1(t):vt({method:"queryParagraphCache",data:t})}async function X1(t){if(ye()){await H1(t);return}return vt({method:"setParagraphCache",data:t})}async function e2(){if(ye())return Promise.resolve();await vt({method:"mockRequest"})}function Yi(t=!1,e=""){return ye()?(oe.runtime.openOptionsPage(t,e),Promise.resolve()):vt({method:"openOptionsPage",data:{newTab:t,pageRoute:e}})}function $l(t=""){return ye()||ot()?Me().OPTIONS_URL:oe.runtime.getURL("options.html")}function Fp(t=""){return oe&&oe.runtime&&oe.runtime.getURL?oe.runtime.getURL("options.html"):""}function Yl(t=!1){return ye()?(oe.extra.openAboutPage(t),Promise.resolve()):vt({method:"openAboutPage"})}function Qi(t){return ye()?(oe.extra.openInTab(t),Promise.resolve()):vt({method:"openInTab",data:t})}function t2(t=!1){return ye()?(oe.extra.openEbookViewerPage(t),Promise.resolve()):vt({method:"openEbookViewerPage"})}function n2(t=!1){return ye()?(oe.extra.openEbookBuilderPage(t),Promise.resolve()):vt({method:"openEbookBuilderPage"})}function r2(t){ot()}function Zi(t=!1,e){return ye()?(oe.extra.openPdfViewerPage(t),Promise.resolve()):vt({method:"openPdfViewerPage",data:{url:e}})}function a2(t=!1){return ye()?(oe.extra.openSubtitleBuilderPage(t),Promise.resolve()):vt({method:"openSubtitleBuilderPage"})}function Ji(t){return ye()?Promise.resolve():vt({method:"setBadge",data:{text:t}})}function i2(){return ye()?(z.warn("autoSyncLatestConfig is not support in monkey"),Promise.resolve()):vt({method:"autoSyncLatestConfig"})}function Ql(t,e=!1){return ye()?oe.extra.openInTab(t,e):globalThis.open(t,e?"_blank":"_self"),Promise.resolve()}function o2(t,e){return ye()?$i.getDelay(t,e):vt({method:"getDelay",data:{key:t,options:e}})}function s2(t){let e;try{e=new URL(t)}catch{return!1}let n=Fp(),r="";try{r=new URL(n).hostname}catch{}return!!(r&&e.hostname===r)}function Zl(t){let e;try{e=new URL(t)}catch{return!1}let n=Fp(),r="";try{r=new URL(n).hostname}catch{}return r&&e.hostname===r?!0:!(Mp(t)||e.protocol!=="http:"&&e.protocol!=="https:"&&e.protocol!=="file:"&&e.protocol!=="data:")}function Mp(t){try{return new URL(t)?.pathname.toLowerCase().endsWith(".pdf")}catch{return!1}}d();d();d();d();var Bp={get:(t,e,n)=>{let r=e===void 0?t:{[t]:e};return oe.storage[n].get(r)},set:(t,e,n)=>oe.storage[n].set({[t]:e})};function Jl(t,e,n){let[r]=re(()=>typeof e=="function"?e():e),[a]=re(n),[i,o]=re(r),[s,u]=re(!1),[l,c]=re("");Ce(()=>{Bp.get(t,r,a).then(m=>{m[t]&&o(m[t]),u(!0),c("")}).catch(m=>{u(!1),c(m)})},[t,r,a]);let p=Ve(m=>{let g=typeof m=="function"?m(i):m;z.debug("new settings",g),Bp.set(t,g,a).then(()=>{o(g),u(!0),c("")}).catch(f=>{o(g),u(!1),c(f)})},[a,t,i]);return[i,p,s,l]}d();function Ip(t,e,n){let r=[];return function(){let[i,o,s,u]=Jl(t,e,n),l=Ve(c=>{for(let p of r)p(c)},[]);return Ce(()=>(r.push(o),()=>{r.splice(r.indexOf(o),1)}),[o]),[i,l,s,u]}}function u2(t,e){return Ip(t,e,"sync")}var OD="userConfig",zD=null,ND=u2(OD,zD);function rr(t){let[e,n,r,a]=ND(),i=Ve(o=>{let s=typeof o=="function"?o(e):o;s&&(s.updatedAt=new Date().toISOString()),n(s),t&&t(s)},[e]);return[e,i,r,a,n]}d();d();d();var Xi={},UD={root:"",lang:"en",fallbackLang:"en"};function Rp(t,e){let n=Object.assign({},UD,t);Xi=e||Xi;let[r,a]=re(n.lang),[i,o]=re(Xi),[s,u]=re(!1),l=p=>{if(i.hasOwnProperty(p))return;u(!1);let m=H3(n.root||"",p);n.getUrl&&(m=n.getUrl(n.root||"",p),fetch(m).then(g=>g.json()).then(g=>{Xi[p]=g,o({...Xi}),u(!0)}).catch(g=>{o({...Xi}),u(!0)}))};return Ce(()=>{l(n.fallbackLang||"en"),l(r)},[r]),{lang:r,setLang:a,t:(p,m)=>{if(!i.hasOwnProperty(r))return p;let g=ms(i,r,p);return g===p&&r!==n.fallbackLang&&(g=ms(i,n.fallbackLang,p)),dp(g,m)},isReady:s}}d();d();var qD=0;function w(t,e,n,r,a){var i,o,s={};for(o in e)o=="ref"?i=e[o]:s[o]=e[o];var u={type:t,props:s,key:n,ref:i,__k:null,__:null,__b:0,__e:null,__d:void 0,__c:null,__h:null,constructor:void 0,__v:--qD,__source:a,__self:r};if(typeof t=="function"&&(i=t.defaultProps))for(o in i)s[o]===void 0&&(s[o]=i[o]);return Fe.vnode&&Fe.vnode(u),u}var zp=hi(null),Op={root:"assets",lang:"en",fallbackLang:"en"},eo=t=>{let{t:e,setLang:n,lang:r,isReady:a}=Rp({root:t.root||Op.root,lang:t.lang||Op.lang,fallbackLang:t.fallbackLang||Op.fallbackLang,getUrl:t.getUrl},t.translations);return w(zp.Provider,{value:{t:e,setLang:n,lang:r,isReady:a},children:t.children})};function xe(){return du(zp)}d();var jD=function(t,e){let{method:n,data:r}=t;z.debug(`popup received message: ${n}`,r||" ");let a;e.active&&(a=e.id,globalThis.document.dispatchEvent(new CustomEvent(Bo,{detail:{tabId:a,payload:t}})))},Xl;function l2(){ws()}function ws(){return Xl||(Xl=new br("popup",!1).getConnection("main_sync",jD),Xl)}d();d();function c2(t,e=2e3){return n=>{let r,a=0;return i=>{++a==t&&(n(i),a=0),clearTimeout(r),r=setTimeout(()=>a=0,e)}}}d();var ec="DROP_DOWN_DEFAULT_VALUE";function Np(t){let{showArrow:e,onSelected:n,className:r,menus:a,maxWidth:i,style:o}=t;r=r||"",e=e??!0,i=i||80;let s=je(null);return w("select",{ref:s,autoComplete:"off",class:`min-select ${e?"":"min-select-no-arrow"} ${r||""}`,value:ec,style:{maxWidth:`${i}px`,...o},onChange:u=>{u.preventDefault();let l=u.target.value;if(s.current&&l!==ec){s.current.value=ec,s.current?.dispatchEvent(new Event("change"));let c=a.find(p=>p.value===l);c&&n(c)}},children:[{value:ec,label:t.label}].concat(a).map((u,l)=>w("option",{value:u.value,children:u.label},"option-"+l))})}d();d();function to(t,e){return t.localeCompare(e,void 0,{numeric:!0,sensitivity:"base"})>=0}var HD=({date:t})=>{let{t:e}=xe(),[n,r]=re(!1);return Ce(()=>{setTimeout(()=>{r(!0)},5e3)},[]),n?null:w("p",{class:"text-sm",children:[e("Successfully synchronized with the latest official rules:")," ",new Date(t).toLocaleString()]})},WD=({minVersion:t})=>{let{t:e}=xe();return w("p",{class:"text-sm",children:e("localVersionIsTooOld",{minVersion:t})})},KD=()=>{let{t}=xe();return w("p",{class:"text-sm",dangerouslySetInnerHTML:{__html:t("badUserscriptBrowser",{1:"https://immersivetranslate.com/docs/installation/"})}})},GD=({message:t,handleSyncing:e,date:n})=>{let{t:r}=xe();return w("p",{class:"text-sm",children:[r("failToSyncRules")," ",w("a",{onClick:e,children:r("retry")}),w("br",{}),r("failedReason"),"\uFF1A",t,w("br",{}),r("currentRuleVersion"),"\uFF1A",n]})};function Up(t){let{isShowError:e,request:n}=t,[r,a]=re(null),{t:i}=xe(),[o,s]=re(null),[u,l]=re(null),[c,p]=re(""),[m,g]=re(!1),[f,T]=re(!1),[b,h]=re(!1),[C,D]=re(null),[M,B]=re(null),S=Sn(),v=async()=>{p("");let L=o;if(o===null)try{let A=await n({url:Io});A?(s(A),L=A,g(!0)):(p(i("unknownError")),l(null))}catch(A){l(null),p(A.message);return}L!==null?(t.setStorageBuildinConfig(L),l(!1),a(L.buildinConfigUpdatedAt)):(p(i("canNotFetchRemoteRule")),l(null))};return Ce(()=>{Xt().then(L=>{let A=L.buildinConfigUpdatedAt;D(L);let y=new Date(A);if(a(A),S==="0.0.0"){h(!0);return}n({url:Io}).then(I=>{let F=I,_=F.minVersion,U=S;s(F);let N=F.latestVersion;if(N&&(to(U,N)?B(!0):B(!1)),to(U,_)){let q=F.buildinConfigUpdatedAt;new Date(q)>y?(l(!0),v()):l(!1)}else T(!0),l(null)}).catch(I=>{l(null),p(I.message)})})},[]),Ce(()=>{Xt().then(L=>{D(L)})},[r]),C?w("div",{class:"text-sm mt-2",style:{maxWidth:218},children:b?w(KD,{}):c?e===!1?null:w(GD,{handleSyncing:v,message:c,date:r||""}):f?e===!1?null:w(WD,{minVersion:o.minVersion}):u===null||u===!0?null:m?w(HD,{date:r}):null}):null}d();function VD(){return navigator.userAgent.indexOf("Mac")!==-1}var d2={Alt:"\u2325"};function tc(t=""){return VD()?Object.keys(d2).reduce((e,n)=>e.replace(n,d2[n]),t):t}d();d();var nc='',p2="data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgZmlsbD0ibm9uZSI+PHBhdGggZmlsbD0iI0ZGQzczNiIgZD0iTTMgN2gxN3YxMEgzeiIvPjxwYXRoIGZpbGw9InVybCgjYSkiIGQ9Ik02Ljg5NyA5LjI0MmMuNDE1IDAgLjcyLjExMS45MjguMzQ3LjIwNy4yMzUuMzE4LjUyNy4zMTguODczcy0uMTEuNjIzLS4zMTguODQ1Yy0uMjA4LjIyMi0uNTI3LjMzMy0uOTI4LjMzM2gtMS4zM1Y5LjI0MmgxLjMzWm05Ljg0NiAxLjc4OGMuMzg4IDAgLjY2NS4xNTIuODQ1LjQ1Ny4xNTIuMjY0LjIzNS41ODIuMjYzLjk4NHYuMzE5YzAgLjQ5OS0uMDgzLjg4Ny0uMjYzIDEuMTkyLS4xOC4zMDQtLjQ1Ny40NTctLjgzLjQ1Ny0uMzg5IDAtLjY2Ni0uMTUzLS44NDYtLjQ0NC0uMTUyLS4yNjMtLjIzNS0uNTk1LS4yNjMtMS4wMTF2LS4yOTFjMC0uNDg1LjA4My0uODczLjI2My0xLjE3OC4xOC0uMzA1LjQ0My0uNDg1LjgzMS0uNDg1Wm0tMy40MDctMS4xMzZhMS4xNyAxLjE3IDAgMCAwLS43MDYuMjM1IDEuNDgyIDEuNDgyIDAgMCAwLS40MTUuNWwtLjA4My4xNjUtLjA3LS44MDNoLTEuMzU3djUuNDMyaDEuNDU0di0zLjY1OWEuODguODggMCAwIDEgLjMxOS0uMzg4Yy4xMS0uMDY5LjI1LS4xMS40MTUtLjEyNGguMTI1bC41NC4wMTQuMTY2LTEuMzE3Yy0uMDctLjAxNC0uMTI0LS4wMjgtLjE5NC0uMDQxLS4wNTUtLjAxNC0uMTI0LS4wMTQtLjE5NC0uMDE0Wk02Ljg5NiA4LjEySDQuMTE0djcuMzE3aDEuNDY4VjEyLjc5aDEuMzNjLjg0NCAwIDEuNDk1LS4yMDggMS45OC0uNjM4LjQ4NS0uNDMuNzItLjk4My43Mi0xLjY5cy0uMjM1LTEuMjYxLS43Mi0xLjY5Yy0uNDQzLS4zODktMS4wMzktLjYxLTEuNzczLS42MzhsLS4yMjEtLjAxNFptOS44NDcgMS43NzRjLS44MDMgMC0xLjQyNi4yNjMtMS44ODMuNzc2LS40MTYuNDctLjYzNyAxLjA2Ny0uNjc5IDEuNzczdi4zMzNjMCAuODE4LjIyMiAxLjQ4My42NzkgMS45OTUuNDU3LjUxMyAxLjA4Ljc3NiAxLjg4My43NzYuODA0IDAgMS40MjctLjI2MyAxLjg4NC0uNzc2LjQxNS0uNDcuNjM3LTEuMDUzLjY3OC0xLjc3M3YtLjMzM2MwLS44MTctLjIyMS0xLjQ4Mi0uNjc4LTEuOTk1LS40NTctLjUxMy0xLjA4LS43NzYtMS44ODQtLjc3NlpNMTguMDAzIDZhNiA2IDAgMCAxIDAgMTJIMFY5LjQyM0EzLjQyIDMuNDIgMCAwIDEgMy40MiA2aDE0LjU4M1oiLz48ZGVmcz48bGluZWFyR3JhZGllbnQgaWQ9ImEiIHgxPSI3LjUiIHgyPSIyMiIgeTE9IjE5IiB5Mj0iNiIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiPjxzdG9wIHN0b3AtY29sb3I9IiMyMjIiLz48c3RvcCBvZmZzZXQ9IjEiIHN0b3AtY29sb3I9IiM2OTY5NjkiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48L3N2Zz4=",g2="data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIxMiIgZmlsbD0ibm9uZSI+PHBhdGggZmlsbD0iIzk5OSIgZD0iTTYuODk3IDMuMjQyYy40MTUgMCAuNzIuMTExLjkyOC4zNDcuMjA3LjIzNS4zMTguNTI2LjMxOC44NzMgMCAuMzQ2LS4xMS42MjMtLjMxOC44NDUtLjIwOC4yMjItLjUyNy4zMzMtLjkyOC4zMzNoLTEuMzNWMy4yNDJoMS4zM1ptOS44NDYgMS43ODhjLjM4OCAwIC42NjUuMTUyLjg0NS40NTcuMTUyLjI2NC4yMzUuNTgyLjI2My45ODR2LjMxOWMwIC40OTktLjA4My44ODctLjI2MyAxLjE5Mi0uMTguMzA0LS40NTcuNDU3LS44My40NTctLjM4OSAwLS42NjYtLjE1My0uODQ2LS40NDQtLjE1Mi0uMjYzLS4yMzUtLjU5NS0uMjYzLTEuMDExdi0uMjkxYzAtLjQ4NS4wODMtLjg3My4yNjMtMS4xNzguMTgtLjMwNS40NDMtLjQ4NS44MzEtLjQ4NVptLTMuNDA3LTEuMTM2YTEuMTcgMS4xNyAwIDAgMC0uNzA2LjIzNSAxLjQ4MiAxLjQ4MiAwIDAgMC0uNDE1LjVsLS4wODMuMTY1LS4wNy0uODAzaC0xLjM1N3Y1LjQzMmgxLjQ1NFY1Ljc2NGEuODguODggMCAwIDEgLjMxOS0uMzg4Yy4xMS0uMDY5LjI1LS4xMS40MTUtLjEyNGguMTI1bC41NC4wMTQuMTY2LTEuMzE3Yy0uMDctLjAxNC0uMTI0LS4wMjgtLjE5NC0uMDQxLS4wNTUtLjAxNC0uMTI0LS4wMTQtLjE5NC0uMDE0Wk02Ljg5NiAyLjEySDQuMTE0djcuMzE3aDEuNDY4VjYuNzloMS4zM2MuODQ0IDAgMS40OTUtLjIwOCAxLjk4LS42MzguNDg1LS40My43Mi0uOTgzLjcyLTEuNjlzLS4yMzUtMS4yNjEtLjcyLTEuNjljLS40NDMtLjM4OS0xLjAzOS0uNjEtMS43NzMtLjYzOGwtLjIyMS0uMDE0Wm05Ljg0NyAxLjc3NGMtLjgwMyAwLTEuNDI2LjI2My0xLjg4My43NzYtLjQxNi40Ny0uNjM3IDEuMDY3LS42NzkgMS43NzN2LjMzM2MwIC44MTguMjIyIDEuNDgzLjY3OSAxLjk5NS40NTcuNTEzIDEuMDguNzc2IDEuODgzLjc3Ni44MDQgMCAxLjQyNy0uMjYzIDEuODg0LS43NzYuNDE1LS40Ny42MzctMS4wNTMuNjc4LTEuNzczdi0uMzMzYzAtLjgxNy0uMjIxLTEuNDgzLS42NzgtMS45OTUtLjQ1Ny0uNTEzLTEuMDgtLjc3Ni0xLjg4NC0uNzc2Wk0xOC4wMDMgMGE2IDYgMCAwIDEgMCAxMkgwVjMuNDIzQTMuNDIgMy40MiAwIDAgMSAzLjQyIDBoMTQuNTgzWiIvPjwvc3ZnPg==";var m2="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAMAAADXqc3KAAAAn1BMVEUAAADt7vHu7vLu7vLv7+/n5+fFxcXu7vHv7/PHx8eamprt7fLt7fHn5+vGxsbS09Surq6fn5+ZmZmZmZnGxsbGxsbt7/K/v7/Hx8ft7vHGxsaZmZn09vnk5eeqqquenp7p6u3X2NnLy8vU1dbr7O67u7uvr6/o6evh4uPR0dLCwsLAwMDZ2ty9vb6kpaWhoaHe3+HPz8+zs7OkpKTc3d7Gt0R8AAAAGXRSTlMA779wIBDv338gv5+AgHDv7+/v36+gn3BgD0kJmgAAAS1JREFUKM9dkOmSgyAQhNFo7mTvYwYEBa9oorne/9l2hqJSbr4q+NHNdBcjAukyXgBE8SwRU5IYHmwm1iyCCdFMBJbwxDK8B2iKLGjl8VAC+JmEcqzRrmnP5yzrbm93SuOeDQCcpNToGaV8ISGmAfBGPce+qjrsjSxYSbkBGtt1tZGEueLpwsZW8A8snlj2jD0efRZVtxzw4Ia2BFgIch1qOaHCM4lsHHA0WpOpKyk7qX2WWLBhhhxU7grlKlV7I+LyAm+DUplS/sqv2HL5FiDDSio15CQOdHrrl5L6kpqEMOHwTlIiOKu0WIDy5Bfkn3+HJTYXRNdmWXtA1nmJfu1lgRNcQw2encV/2J0I7OdIXM1YIzH/FQ9WX4i1JF4RP1dBDNZ+/S7lx/onDcIfdi8x4pYpSxgAAAAASUVORK5CYII=",f2="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAMAAADXqc3KAAAA51BMVEUAAABRT2tSUGpRT2tQUHBQUGjwtcxRT2tRUGtST2tSTmrvsMnvt89QUHDqTIpkXHhST2zQobmfdpPrTYrGVoHqS4nwtszvtMzvtc3vr89RT2vwtczASHb09vnIXYbt4OncqMDqTInGVoBbVnHqp8GqiKJlXHfz2+bsrsfkmrfIm7SggpvScZfKaY/q1uDtgKvRiKaNdY/MY4vy7fLy5Ozxydrxw9bhtcjnobzVlK/diam0j6jYfqHVeJyXfJWcd5TrXJOCb4l5aYNvYn3DUXzxzd3kwNDSorrth6/CjqnAeZnNdJaDb4nDaCDkAAAAGnRSTlMA73C/ICDv37+ff3AgEL+AgO/v7+/fr6BgELJb3PQAAAE/SURBVCjPXZHnUsMwEIRlOySkhw66k+24YScx6b0XOu//PJw0mozh+6Efu6ddzYlpqiWrwLlhmTmW5cLiZ4oZyzR4BsNkmhL/R0nPcx6FR6357ZbPuanyKefT62yjn37/cJwPbjeUJnuKNPeFuAaFjXhNgkUXONHDdR6CJIkh8HArlSo1UIUbx6sTEt4CZlfSaLBLOl2YeaixA2irLKrey4AzA4jpXQVG7hI6mCGBPonSaIF9StMUMe0hzrGjslhBGp7tDIUzfRPTnvhWhiHLQxjYQrwIoQ5nAXtZ3uD8AAkKYTsk0sAocNVSqqpkRaK+MYYNSTkms3wXXodCMZpAKD9FLzF6Bxg/ExMgXS+RluKHkGEZUYOi7sIf3DrTlPNAfOx2XSDyj+xM5QGg2yTIua+wLJVy7abZvKuVn7TwCyKmN+3PjJblAAAAAElFTkSuQmCC",h2="data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGcgaWQ9IkZyYW1lIj4KPHBhdGggaWQ9IlZlY3RvciIgZD0iTTguNzEwMjMgMTMuMzg3NkwxMy4yODkzIDguODA4NkwxNC4wOTc3IDguMDAwMjJMMTMuMjg5NyA3LjE5MjIyTDguNzEwMjMgMi42MTI3OUw3LjkwMjIzIDMuNDIwNzlMMTEuOTA5NSA3LjQyODc5SDEuOTA1NjZWOC41NzE2NUgxMS45MDk1TDcuOTAxODUgMTIuNTc5M0w4LjcxMDIzIDEzLjM4NzZaIiBmaWxsPSIjODM4MzgzIi8+CjwvZz4KPC9zdmc+Cg==";function b2({config:t,isLogin:e,isProUser:n}){let{t:r}=xe();return ml(t)?w("div",{}):w("div",{class:"flex items-center",children:[w("a",{class:"flex items-center text-decoration-none",target:"_blank",href:e?ku:r4,children:[w("img",{src:e?f2:m2}),w("span",{class:"text-xs ml-2 text-label",children:r(e?"loggedIn":"notLogin")})]}),w("a",{title:r(n?"popup.openProForPro":"popup.openPro"),target:"_blank",class:"ml-2",href:n?ku:a4,children:w("img",{src:n?p2:g2})})]})}d();d();var T2={"zh-CN":{"languages.en":"\u82F1\u8BED","languages.ja":"\u65E5\u8BED","languages.ko":"\u97E9\u8BED","languages.es":"\u897F\u73ED\u7259\u8BED","languages.fr":"\u6CD5\u8BED","languages.de":"\u5FB7\u8BED","languages.it":"\u610F\u5927\u5229\u8BED","languages.pt":"\u8461\u8404\u7259\u8BED","languages.ru":"\u4FC4\u8BED","languages.wyw":"\u6587\u8A00\u6587","languages.":"\u5168\u90E8"},"zh-TW":{"languages.en":"\u82F1\u8A9E","languages.ja":"\u65E5\u8A9E","languages.ko":"\u97D3\u8A9E","languages.es":"\u897F\u73ED\u7259\u8A9E","languages.fr":"\u6CD5\u8A9E","languages.de":"\u5FB7\u8A9E","languages.it":"\u610F\u5927\u5229\u8A9E","languages.pt":"\u8461\u8404\u7259\u8A9E","languages.ru":"\u4FC4\u8A9E","languages.wyw":"\u6587\u8A00\u6587","languages.":"\u5168\u90E8"}},y2={...zt,"zh-CN":{...T2["zh-CN"],...zt["zh-CN"]},"zh-TW":{...T2["zh-TW"],...zt["zh-TW"]}},rc=y2;function no(t,e,n){return hr(y2,t,e,lr,n)}var fa=(t,e,n,r)=>{let a=Yh[t]||t,i=Qh[t],o=Zh[t],s={"zh-CN":i,"zh-TW":o,en:a};if(n)return s[t]?s[t]:a;if(s[e]){let u=s[e];return r||t==="auto"||t==="placeholder"?u:`${u} (${a})`}else return a};d();d();d();d();d();function qp(t,e,n=[],r){let a=["notranslate"];return r&&a.push(Vh),t&&(a.push(`${Q}-target-translation-theme-${t}`),e?a.push(`${_d}-theme-${t}`):a.push(`${Ld}-theme-${t}`)),n.length>0&&a.push(...n),e?a.push(_d):a.push(Ld),a}function jp(t){let e=["notranslate",wu];return t&&e.push(`${Q}-target-translation-theme-${t}-inner`),e}function v2(t,e,n){let{rule:r,state:a}=n,{translationTheme:i}=a,{variables:o,isVertical:s}=t;o=o||[];let{text:u}=e,{wrapperPrefix:l,wrapperSuffix:c}=r,p=Za(n,!0),m="afterend",g=p[0],f=p[1],T=`${g}(\\d+)${f}`,b=new RegExp(T,"g"),h=at.sanitize(u);o.length>0&&(h=h.replace(b,B=>{let S=h.indexOf(B),v=h[S-1]===" ",L=h[S+B.length]===" ",y=B.replace(new RegExp(p[0],"g"),"").replace(new RegExp(p[1],"g"),""),I=Number(y);if(isNaN(I))return B;let F=o[I];if(F&&F.type==="element"){let _=F.value.outerHTML;return v||(_=" "+_),L||(_=_+" "),_}else z.error("variable type not supported",F,B);return B}));let C=qp(i,t.inline,r.translationClasses||[],t.preWhitespace);s&&C.push(Gh);let D=jp(i),M="";return r.translationBlockStyle&&(M=`style="${r.translationBlockStyle}"`),h=`<${n.rule.targetWrapperTag} ${M} class="${C.join(" ")}" ${ur}="1"><${r.targetWrapperTag} class="${D.join(" ")}" ${ur}="1">${h}`,t.inline||(l==="smart"?h=`
${h}`:h=`${l}${h}`),t.inline&&(l!=="smart"?h=`${l}${h}`:h=`<${r.targetWrapperTag} class="notranslate" ${ur}="1"> ${h}`),c==="smart"?h=`${h}`:h=`${h}${c}`,{html:h,position:m}}function ac(t,e){let n=t.original||t,r=null,{stayOriginalSelectors:a,delimiters:i,isPreWhitespace:o}=e,s=[],u={};for(let l=0;l2&&(h=`<${i[2]}${b}>`),u[b]=c,s.push({text:h,type:"variable"})}else s.push({text:c.textContent||"",type:"text"});else{let T=c.textContent||"";m&&(T=ca(Hp(c))),s.push({text:T,type:"text"})}else if(c.nodeType===Node.ELEMENT_NODE)if(c&&Gt(c,a)){let b=Object.keys(u).length,h=`${i[0]}${b}${i[1]}`;i.length>2&&(h=`<${i[2]}${b}>`),u[b]=c;let C=Wp(s).endsWith(" ")?" ":"",D=ca(c.innerText||c.textContent),M=ca(c.nextSibling).startsWith(" ")?" ":"",B=ys(C+D+M),S=B[0]+h+B[1];if(C===" ")S=S.trimStart();else if(!S.startsWith(" ")){let v=ys(c.previousSibling)[1];v===""&&(v=" "),S=v+S}s.push({text:S,type:"variable"})}else{let T=Wp(s).endsWith(" ")?" ":"",b=ca(c.innerText||c.textContent);m&&(b=ca(Hp(c)));let h=ca(c.nextSibling).startsWith(" ")?" ":"",C=ys(T+b+h),D=C[0]+(c.innerText?.trim()||c.textContent?.trim()||"")+C[1];if(T===" ")D=D.trimStart();else{let M=ys(c.previousSibling)[1];M===""&&(c.nodeName==="A"||c.nodeName==="CODE")&&(M=" "),D=M+D}s.push({text:D,type:"text"})}else{let T=Wp(s).endsWith(" ")?" ":"",b="";c.textContent&&(b=ca(Hp(c))),T===" "&&(b=b.trimStart()),s.push({text:b,type:"text"})}}if(s&&s.length>0){let l="";for(let c=0;c0&&(m=s[c-1].text),c/g,">"))}t.targetText=at.sanitize(t.targetText);let a=!1,i=t.text,o=i.split(" ").length,s=i.split(` +`).length;o<=n.blockMinWordCount&&i.length<=n.blockMinTextCount&&s<2&&(a=!0);let u={id:Number(t.id),elements:[],isVertical:!1,rootFrame:t.commonAncestorContainer,text:t.text,variables:r,inline:a,preWhitespace:t.isPreWhitespace||!1,languageByLocal:"auto",languageByClient:"auto"},l=Za(e);if(l.length>2){let c=l[2];return $D({delimiterTag:c,targetText:t.targetText,inline:a,preWhitespace:t.isPreWhitespace||!1,wrapperPrefix:e.rule.wrapperPrefix,wrapperSuffix:e.rule.wrapperSuffix,targetWrapperTag:e.rule.targetWrapperTag,translationTheme:e.state.translationTheme,translationBlockStyle:e.rule.translationBlockStyle,translationClasses:e.rule.translationClasses,variables:r}).html}else{let c=v2(u,{id:Number(t.id),url:"https://google.com",text:t.targetText,from:"auto",to:"auto",fromByClient:"auto"},e);return c.html}}function Hp(t){return(t?.innerText||t.textContent||"").replace(/\s+/g," ")||""}function $D(t){let{delimiterTag:e,inline:n,translationClasses:r,targetWrapperTag:a,wrapperPrefix:i,variables:o,preWhitespace:s,wrapperSuffix:u,translationTheme:l,translationBlockStyle:c}=t;o=o||[];let p=t.targetText;p=at.sanitize(p);let m=p,g=new RegExp(`<${e}(\\d+)>(.*?)`,"g"),f=new RegExp(`<${e}(\\d+)>`);o.length>0&&(m=m.replace(g,C=>{let D=m.indexOf(C),M=m[D-1]===" ",B=m[D+C.length]===" ",S=C.match(f);if(!S)return C;let v=S[1],L=Number(v);if(isNaN(L))return C;let A=o[Number(L)];if(A&&A.type==="element"){let y=A.value.outerHTML;return M||(y=" "+y),B||(y=y+" "),y}else if(A&&A.type==="text"){let y=A.value;return M||(y=" "+y),B||(y=y+" "),y}else z.error("variable type not supported",A,C);return C}));let T=qp(l,n,r||[],s),b=jp(l),h="";return c&&(h=`style="${c}"`),m=`<${a} ${h} class="${T.join(" ")}" ${ur}="1"><${a} class="${b.join(" ")}" ${ur}="1">${m}`,n||(i==="smart"?m=`
${m}`:m=`${i}${m}`),n&&(i!=="smart"?m=`${i}${m}`:m=`<${a} class="notranslate" ${ur}="1"> ${m}`),u==="smart"?m=`${m}`:m=`${m}${u}`,{html:m,position:"afterend"}}function Wp(t){let e=t[t.length-1];return e?e.text:""}function Kp(t){let{text:e,delimiters:n,variables:r}=t,a=e;if(n.length>2){let i=n[2],o=new RegExp(`<${i}(\\d+)>(.*?)`,"g"),s=new RegExp(`<${i}(\\d+)>`),u=e;return Object.keys(r).length>0&&(u=u.replace(o,c=>{let p=c.match(s);if(!p)return c;let m=p[1],g=Number(m);if(isNaN(g))return c;let f=r[m];return f||c})),u}else{let i=`${n[0]}(\\d+)${n[1]}`,o=new RegExp(i,"g");a=a.replace(o,s=>{let l=s.replace(new RegExp(n[0],"g"),"").replace(new RegExp(n[1],"g"),""),c=Number(l);return isNaN(c)?s:r[c]?r[c]:s})}return a}var De=class{static langMap=new Map;serviceConfig;generalConfig;maxTextLength=1800;isSupportList=!0;maxTextGroupLength=50;requestTimeout=30*1e3;retry=2;translationOptions;minTextCount=2;constructor(e,n,r){this.serviceConfig=e,this.generalConfig=n,this.translationOptions=r,e?.retry&&(this.retry=e.retry),e?.requestTimeout&&(this.requestTimeout=Number(e.requestTimeout)),r&&r.minTextCount&&(this.minTextCount=r.minTextCount)}async init(){}getMaxTextGroupLength(){return this.maxTextGroupLength}getRateLimiter(){let e=this.getDefaultRateLimit()||{limit:7,interval:1250},n=this.serviceConfig;return n?.limit&&(e.limit=Number(n.limit)),n?.interval&&(e.interval=Number(n.interval)),e}formatRateLimit(e){return e.limit<1&&(e.interval=Math.round(1e3/e.limit),e.limit=1),e}getDefaultRateLimit(){return{limit:7,interval:1250}}getCacheKeyPrefix(){return""}translate(e){throw new Error("Not implemented")}translateList(e){throw new Error("Not implemented")}async multipleTranslate(e,n,r){if(e.sentences.length===0)return{sentences:[]};let{sentences:a}=e,i=!1,o=!1,s=[],u=null,l=new Set;for(let b of a)b.from&&b.from!=="auto"&&l.add(b.from),b.refresh&&(i=!0),b.debug&&(o=!0);let c=this.maxTextLength;this.serviceConfig&&this.serviceConfig.maxTextLengthPerRequest&&(c=this.serviceConfig.maxTextLengthPerRequest);let p=this.maxTextGroupLength;this.serviceConfig&&this.serviceConfig.maxTextGroupLengthPerRequest&&(p=this.serviceConfig.maxTextGroupLengthPerRequest),this.translationOptions&&this.translationOptions.sourceProgram&&["videoSubtitle","subtitle"].includes(this.translationOptions.sourceProgram)&&this.serviceConfig&&this.serviceConfig.maxTextGroupLengthPerRequestForSubtitle&&(p=this.serviceConfig.maxTextGroupLengthPerRequestForSubtitle);try{s=z3(a,c,p)}catch(b){if(r)for(let h=0;hb));let m=[],g=[],f=(b,h,C)=>{let D="";if(h.translatedTexts&&h.translatedTexts[0]&&(D=h.translatedTexts[0]),g[b]||(g[b]=h,g[b].translatedTexts=Array(h.sentenceTotalParts).fill(null)),g[b].hasError)return;if(C){let S=C instanceof $?new $(C.name,C.message).initNetWork(C.status).initData(C.data):C;g[b].hasError=!0,h.callback&&h.callback(S,null,h.sentence);return}g[b].translatedTexts[h.partIndex]=D;let M=g[b],B=0;for(let S=0;S{let B=h.from;if(h.fromByClient&&h.fromByClient!=="auto"&&(B=h.fromByClient),this.isSupportList)return{...await this.formatAndTranslateList({text:h.tempSentences.map(v=>v.text),forces:h.tempSentences.map(v=>v.force),xpaths:h.tempSentences.map(v=>v.xpath||""),from:B,to:h.to,url:C,options:n,refresh:i,debug:o}),sourceTempSentences:h.tempSentences};{let S=Kh;this.serviceConfig&&this.serviceConfig.translationTextSeparator&&(S=this.serviceConfig.translationTextSeparator);let v=null;this.serviceConfig&&this.serviceConfig.newlinePlaceholderDelimiters&&(v=this.serviceConfig.newlinePlaceholderDelimiters);let L=[],A=Tr(this.serviceConfig);if(h.tempSentences.forEach((q,k)=>{let E=hp({text:q.text,_systemExcludeWordRegex:this.generalConfig._systemExcludeWordRegex,delimiters:A,glossaries:this.translationOptions.glossaries,excludeRegexps:this.translationOptions.excludeRegexps,targetLanguage:h.to});q.force!==!0&&(E&&E.text&&E.text.trim().lengthk.text);return Promise.resolve({sourceTempSentences:h.tempSentences,text:q,from:B,to:h.to})}let y="";v&&v.length>=2?y=L.map((q,k)=>{let{item:E}=q;return k===L.length-1?E.text:E.text+v[0]+(k+1)+v[1]}).join(""):y=L.map(({item:q})=>q.text).join(S);let I=await this.translate({text:y,from:B,to:h.to,url:C,options:{...n,rawTextArrayLength:L.length,sourceProgram:this.translationOptions.sourceProgram||""},refresh:i,debug:o}),{text:F}=I,_=[];if(v&&v.length>=2){let q=`${v[0]}\\d+${v[1]}`;v&&v.length>=3&&(q=v[2]);let k=new RegExp(q,"g");_=F.split(k)}else _=F.split(S);let U=[];if(_.length>L.length){for(let q=0;qq.text);return A=Tr(this.serviceConfig,!0),U.forEach((q,k)=>{let E=L[k],P=E.index,O=E.variables||{};Object.keys(O).length>0&&(q=Kp({text:q,delimiters:A,variables:O})),N[P]=q}),{sourceTempSentences:h.tempSentences,text:N,from:I.from,to:I.to}}};m.push(M().then(B=>{let{text:S,sourceTempSentences:v}=B;for(let L=0;L{if(B instanceof $&&B.initData({translationService:this.translationOptions.translationService,isLogin:!!this.translationOptions.userToken,isPro:this.translationOptions.isPro}),r){for(let S=0;S{let h=b.sentence.text;return b.translatedTexts&&b.translatedTexts.length>0&&(h=b.translatedTexts.join("")),{...b.sentence,text:h}})}}async formatAndTranslateList(e){let n={...e},{forces:r}=e,a=[],i=Tr(this.serviceConfig);if(this.serviceConfig&&i.length>0)try{let{text:l,xpaths:c}=e;if(l.forEach((p,m)=>{let g=hp({text:p,_systemExcludeWordRegex:this.generalConfig._systemExcludeWordRegex,delimiters:i,excludeRegexps:this.translationOptions.excludeRegexps,glossaries:this.translationOptions.glossaries,targetLanguage:e.to});r&&r[m]!==!0&&(g&&g.text&&g.text.trim().lengthp.text),n.xpaths=a.map(p=>p.xpath)}catch(l){z.debug("formatAndTranslateList error",e,l)}let o=await this.translateList(n),{text:s}=o,u=e.text.map(l=>l);return i=Tr(this.serviceConfig,!0),s.forEach((l,c)=>{let p=a[c];if(p){let m=p.index,g=p.variables,f=Object.keys(g);u[m]=l,f.length>0&&(u[m]=Kp({text:l,delimiters:i,variables:g}))}}),{...o,text:u}}detectLanguageLocally(e){return Ie({text:e,minLength:18,pageLangs:[yt(),"en"]})}detectLanguageRemotely(e){return Promise.resolve("auto")}detectLanguage(e){return e.length>=50?this.detectLanguageLocally(e):this.detectLanguageRemotely(e)}};var x2=[["auto","auto"],["zh-CN","zh"],["zh-TW","zh-TW"],["de","de"],["en","en"],["es","es"],["fr","fr"],["id","id"],["it","it"],["ja","jp"],["ko","kr"],["ms","ms"],["pt","pt"],["ru","ru"],["th","th"],["tr","tr"],["vi","vi"]],Ds=class t extends De{static langMap=new Map(x2);maxTextGroupLength=50;static langMapReverse=new Map(x2.map(([e,n])=>[n,e]));static getUTCDate(e){let n=e.getUTCFullYear(),r=`${e.getUTCMonth()+1}`.padStart(2,"0"),a=`${e.getUTCDate()}`.padStart(2,"0");return`${n}-${r}-${a}`}secretId="";secretKey="";isSupportList=!0;constructor(e,n,r){if(super(e,n,r),!e||!e.secretId||!e.secretKey)throw new $("secretId and secretKey are required");this.secretId=e.secretId?.trim(),this.secretKey=e.secretKey?.trim()}getDefaultRateLimit(){return{limit:3,interval:1350}}async translate(e){let{text:n,from:r,to:a}=e,i=JSON.stringify({ProjectId:0,Source:t.langMap.get(r)||"auto",SourceText:n,Target:t.langMap.get(a)||a}),o=await this.signedRequest({secretId:this.secretId,secretKey:this.secretKey,action:"TextTranslate",payload:i,service:"tmt",version:"2018-03-21"});return{text:o.Response.TargetText,from:t.langMapReverse.get(o.Response.Source)||r,to:t.langMapReverse.get(o.Response.Target)||a}}async translateList(e){let{text:n,from:r,to:a}=e,i=JSON.stringify({ProjectId:0,Source:t.langMap.get(r)||"auto",SourceTextList:n,Target:t.langMap.get(a)||a}),o=await this.signedRequest({secretId:this.secretId,secretKey:this.secretKey,action:"TextTranslateBatch",payload:i,service:"tmt",version:"2018-03-21"});return{text:o.Response.TargetTextList,from:t.langMapReverse.get(o.Response.Source)||r,to:t.langMapReverse.get(o.Response.Target)||a}}async signedRequest({secretId:e,secretKey:n,action:r,payload:a,service:i,version:o}){let s=`${i}.tencentcloudapi.com`,u=new Date,l=`${new Date().valueOf()}`.slice(0,10),c=["POST","/","","content-type:application/json; charset=utf-8",`host:${s}`,"","content-type;host",await nr(a)].join(` +`),p=t.getUTCDate(u),m=["TC3-HMAC-SHA256",l,`${p}/${i}/tc3_request`,await nr(c)].join(` +`),g=await R3(p,`TC3${n}`),f=await El(i,g),T=await El("tc3_request",f),b=await El(m,T),h=await de({retry:this.retry,url:`https://${i}.tencentcloudapi.com`,method:"POST",headers:{"Content-Type":"application/json; charset=utf-8",Host:s,"X-TC-Action":r,"X-TC-Timestamp":l,"X-TC-Region":"ap-beijing","X-TC-Version":o,Authorization:`TC3-HMAC-SHA256 Credential=${e}/${p}/${i}/tc3_request, SignedHeaders=content-type;host, Signature=${b}`},body:a,timeout:this.requestTimeout});if(h instanceof Error)throw h;if(h.Response&&h.Response.Error&&h.Response.Error.Message)throw new $(h.Response.Error.Message);return h}};d();var E2=[["auto","auto"],["zh-CN","zh"],["zh-TW","zh-TW"],["de","de"],["en","en"],["es","es"],["fr","fr"],["id","id"],["it","it"],["ja","jp"],["ko","kr"],["ms","ms"],["pt","pt"],["ru","ru"],["th","th"],["tr","tr"],["vi","vi"]],YD={"content-type":"application/json",Host:"wxapp.translator.qq.com","User-Agent":"Mozilla/5.0 (iPhone; CPU iPhone OS 16_3_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/15E148 MicroMessenger/8.0.32(0x18002035) NetType/WIFI Language/zh_TW",Referer:"https://servicewechat.com/wxb1070eabc6f9107e/117/page-frame.html"},As=class t extends De{static langMap=new Map(E2);static langMapReverse=new Map(E2.map(([e,n])=>[n,e]));isSupportList=!1;constructor(e,n,r){super(e,n,r)}async translate(e){let{text:n,from:r,to:a}=e,i=new URLSearchParams({source:r,target:a,sourceText:n,platform:"WeChat_APP",candidateLangs:"en|zh",guid:"oqdgX0SIwhvM0TmqzTHghWBvfk22"}).toString(),o=await de({url:`https://wxapp.translator.qq.com/api/translate?${i}`,retry:this.retry,method:"GET",headers:YD,timeout:this.requestTimeout});return{text:o.targetText,from:t.langMapReverse.get(o.source)||r,to:t.langMapReverse.get(o.target)||a}}};d();var C2=[["auto","auto"],["zh-CN","zh-CN"],["zh-TW","zh-TW"],["en","en"],["af","af"],["am","am"],["ar","ar"],["az","az"],["be","be"],["bg","bg"],["bn","bn"],["bs","bs"],["ca","ca"],["ceb","ceb"],["co","co"],["cs","cs"],["cy","cy"],["da","da"],["de","de"],["el","el"],["eo","eo"],["es","es"],["et","et"],["eu","eu"],["fa","fa"],["fi","fi"],["fr","fr"],["fy","fy"],["ga","ga"],["gd","gd"],["gl","gl"],["gu","gu"],["ha","ha"],["haw","haw"],["he","he"],["hi","hi"],["hmn","hmn"],["hr","hr"],["ht","ht"],["hu","hu"],["hy","hy"],["id","id"],["ig","ig"],["is","is"],["it","it"],["ja","ja"],["jw","jw"],["ka","ka"],["kk","kk"],["km","km"],["kn","kn"],["ko","ko"],["ku","ku"],["ky","ky"],["la","la"],["lb","lb"],["lo","lo"],["lt","lt"],["lv","lv"],["mg","mg"],["mi","mi"],["mk","mk"],["ml","ml"],["mn","mn"],["mr","mr"],["ms","ms"],["mt","mt"],["my","my"],["ne","ne"],["nl","nl"],["no","no"],["ny","ny"],["pa","pa"],["pl","pl"],["ps","ps"],["pt","pt"],["ro","ro"],["ru","ru"],["sd","sd"],["sa","sa"],["si","si"],["sk","sk"],["sl","sl"],["sm","sm"],["sn","sn"],["so","so"],["sq","sq"],["sr","sr"],["st","st"],["su","su"],["sv","sv"],["sw","sw"],["ta","ta"],["te","te"],["tg","tg"],["th","th"],["fil","tl"],["tr","tr"],["ug","ug"],["uk","uk"],["ur","ur"],["uz","uz"],["vi","vi"],["xh","xh"],["yi","yi"],["yo","yo"],["zu","zu"]],Ja=class t extends De{static langMap=new Map(C2);static langMapReverse=new Map(C2.map(([e,n])=>[n,e]));isSupportList=!1;apiUrl="https://translate.googleapis.com/translate_a/single";constructor(e,n,r){super(e,n,r),e?.apiUrl&&(this.apiUrl=Ht(this.apiUrl,e.apiUrl))}getDefaultRateLimit(){return{limit:10,interval:1050}}async translate(e){let{text:n,from:r,to:a}=e;if(!n)return{...e};let i=t.langMap.get(r)||"auto",o=t.langMap.get(a)||a,s=await this.fetchWithoutToken(n,i,o);if(!s)throw new $("google translate NETWORK_ERROR");if(!s.data[0]||s.data[0].length<=0)throw new $("google translate API_SERVER_ERROR");return{text:s.data[0].map(l=>l[0]).filter(Boolean).join(""),from:t.langMapReverse.get(s.data[2])||"auto",to:a}}async translateXml(e){let{text:n,from:r,to:a}=e;if(!n)return{...e};let i=t.langMap.get(r)||"auto",o=t.langMap.get(a)||a,s=await this.fetchXmlWithoutToken(n,i,o);if(!s)throw new $("google translate NETWORK_ERROR");if(!s.data[0]||s.data[0].length<=0)throw new $("google translate API_SERVER_ERROR");return{text:s.data[0].map(l=>l[0]).filter(Boolean).join(""),from:t.langMapReverse.get(s.data[2])||"auto",to:a}}async fetchXmlWithoutToken(e,n,r){let i="https://translate.googleapis.com/translate_a/t?"+new URLSearchParams({client:"gtx",dt:"t",sl:n,tl:r,q:e}).toString();return{data:await de({retry:this.retry,url:i,timeout:this.requestTimeout})}}async fetchWithoutToken(e,n,r){let a=new URLSearchParams({client:"gtx",dt:"t",sl:n,tl:r,q:e}),i=this.apiUrl+"?"+a.toString();return{data:await de({retry:this.retry,url:i,timeout:this.requestTimeout})}}};d();d();d();function QD(t,e){return e?t+(e-t%e):t}function ZD(t,e){return t.split(e).length-1}function Gp(t){let e=Date.now(),n=1;for(let r of t)n+=ZD(r,"i");return QD(e,n)}function JD(t,e){return Math.floor(Math.random()*(e-t+1))+t}function Vp(){return JD(1e6,1e8)}d();d();d();var $p="https://www2.deepl.com/jsonrpc",Yp="auto",w2=[{code:"BG",language:"Bulgarian"},{code:"ZH",language:"Chinese"},{code:"CS",language:"Czech"},{code:"DA",language:"Danish"},{code:"NL",language:"Dutch"},{code:"EN",language:"English"},{code:"ET",language:"Estonian"},{code:"FI",language:"Finnish"},{code:"FR",language:"French"},{code:"DE",language:"German"},{code:"EL",language:"Greek"},{code:"HU",language:"Hungarian"},{code:"IT",language:"Italian"},{code:"JA",language:"Japanese"},{code:"LV",language:"Latvian"},{code:"LT",language:"Lithuanian"},{code:"PL",language:"Polish"},{code:"PT",language:"Portuguese"},{code:"RO",language:"Romanian"},{code:"RU",language:"Russian"},{code:"SK",language:"Slovak"},{code:"SL",language:"Slovenian"},{code:"ES",language:"Spanish"},{code:"SV",language:"Swedish"}];d();function XD(t=w2){return t.reduce((e,n)=>(e[n.code.toLowerCase()]=n.code,e[n.language.toLowerCase()]=n.code,e),{})}function Qp(t){return XD()[t.toLowerCase()]}var eA={Accept:"*/*","Accept-Language":"en-US;q=0.8,en;q=0.7","Content-Type":"application/json",Origin:"https://www.deepl.com",Referer:"https://www.deepl.com/translator","Sec-Fetch-Dest":"empty","Sec-Fetch-Mode":"cors","Sec-Fetch-Site":"same-site"};function tA(t){return JSON.stringify(t).replace('"method":"',()=>{let e=t;return(e.id+3)%13===0||(e.id+5)%29===0?'"method" : "':'"method": "'})}function nA(t,e){return{id:1,jsonrpc:"2.0",method:"LMT_handle_texts",params:{timestamp:0,texts:[{text:"",requestAlternatives:3}],splitting:"newlines",lang:{source_lang_user_selected:t,target_lang:e}}}}async function rA(t,e,n,r,a,i,o){let s=Vp(),u=nA(r,n),l=[];e.forEach(m=>{l.push({text:m,requestAlternatives:3})}),u.id=s,u.params.texts=l,u.params.timestamp=Gp(e);let c=await de({retry:2,method:"POST",url:t,body:tA(u),headers:eA}),p={from:c.result.lang,to:n,text:[]};return c.result.texts.forEach(m=>{p.text.push(m.text)}),p}async function D2(t,e,n,r=Yp,a,i,o){return e?e&&e.length===1&&e[0]===""?{text:[""],from:r,to:n}:rA(t,e,Qp(n),Qp(r)??"auto",a,i,o):{text:[],from:r,to:n}}var A2=[["auto","auto"],["en","EN"],["ja","JA"],["pl","PL"],["zh-CN","ZH"],["zh-TW","ZH"],["ja","JA"],["ko","KO"],["es","ES"],["de","DE"],["fr","FR"],["pt","PT"],["ru","RU"],["it","IT"],["id","ID"],["nl","NL"],["pl","PL"],["bg","BG"],["cs","CS"],["da","DA"],["el","EL"],["et","ET"],["fi","FI"],["hu","HU"],["lt","LT"],["lv","LV"],["ro","RO"],["sk","SK"],["sl","SL"],["sv","SV"],["tr","TR"],["uk","UK"]],ro=class t extends De{static langMap=new Map(A2);static langMapReverse=new Map(A2.map(([e,n])=>[n,e]));maxTextGroupLength=3;maxTextLength=800;isSupportList=!0;API_URL=$p;constructor(e,n,r){super(e,n,r),e&&e.apiUrl&&(this.API_URL=Ht($p,e.apiUrl))}getDefaultRateLimit(){return{limit:1,interval:1050}}async translateList(e){let{text:n,to:r,from:a}=e,i=await D2(this.API_URL,n,t.langMap.get(r)||r,t.langMap.get(a)||"auto");return{text:i.text,from:t.langMapReverse.get(i.from),to:t.langMapReverse.get(i.to)}}};d();var ks=class t extends De{static langMap=new Map(Lp);clientKey;maxTextGroupLength=25;maxTextLength=1e3;isSupportList=!1;constructor(e,n,r){super(e,n,r),this.clientKey=Wr.getClientKey()}async translate(e){let{text:n,to:r}=e,a=await this.detectLanguage(n),i=t.langMap.get(a)||a,o=t.langMap.get(r)||r;if(a===r)return{text:n,from:a,to:r};let s=Me(),u=e.url;s.INSTALL_FROM==="firefox_store"&&(u=k2());let c=JSON.stringify({header:{fn:"auto_translation_block",client_key:this.clientKey},source:{text_block:n,lang:i,orig_url:u},target:{lang:o}}),p=await de({url:Kl,body:c,method:"POST",retry:this.retry,timeout:this.requestTimeout});if(p.header.ret_code!=="succ")throw new $(p.message||p.header.ret_code);return{text:p.auto_translation,from:a||"auto",to:r}}getDefaultRateLimit(){return{limit:30,interval:1050}}async translateList(e){let{from:n,text:r,to:a}=e,i=Me(),o=e.url;if(i.INSTALL_FROM==="firefox_store"&&(o=k2()),r.length===1){let g=await this.translate({from:n,text:r[0],to:a,url:o,options:e.options});return{text:[g.text],from:g.from,to:g.to}}let u=await this.detectLanguage(r.join(` +`));if(u===a)return{text:r,from:u,to:a};let l=t.langMap.get(u)||u,c=t.langMap.get(a)||a,p=JSON.stringify({header:{fn:"auto_translation",client_key:this.clientKey},source:{text_list:r,lang:l,orig_url:o},target:{lang:c},type:"plain"}),m=await de({url:Kl,body:p,method:"POST"});if(m.header.ret_code!=="succ")throw new $(m.message||m.header.ret_code);return{text:m.auto_translation,from:u||"auto",to:a}}detectLanguageLocally(e){return this.detectLanguageRemotely(e)}detectLanguageRemotely(e){return Wr.detectLanguageRemotelyByTransmart(e)}};function k2(){let t=new Date;return t.setMinutes(t.getMinutes()-t.getMinutes()%5),t.setSeconds(0),t.setMilliseconds(0),`https://google.com/search?q=google&_t=${t.getTime()/1e3}`}d();d();function Zp(){return Math.random()>=.1}var ao=class extends De{isSupportList=!1;maxTextLength=1200;maxTextGroupLength=1;async translate(e){let{text:n}=e;if(!Zp())throw new $("404","\u6A21\u62DF\u9519\u8BEF");let r=n.match(/^\s*/)[0].length;return{text:n.slice(0,r)+"\u6A21\u62DF\uFF1A"+n.slice(r,-6),from:e.from,to:e.to}}async translateList(e){let{text:n,from:r,to:a}=e;if(await e2(),!Zp())throw new $("404","\u6A21\u62DF\u9519\u8BEF");return n.length===0?{from:r,to:a,text:[""]}:{from:r,to:a,text:n.map(i=>{let o=i.match(/^\s*/)[0].length;return i.slice(0,o)+"\u6A21\u62DF\uFF1A"+i.slice(o,-6)})}}};d();var L2=[["auto","auto"],["zh-CN","zh"],["zh-TW","zh"],["en","en"],["ja","ja"],["de","de"],["fr","fr"],["it","it"],["es","es"],["nl","nl"],["pl","pl"],["pt","pt"],["ru","ru"]],Jp=new Map(L2),P2=new Map(L2.map(([t,e])=>[e,t])),Xp=class t extends De{static langMap=Jp;static DEFAULT_CODENAME="deepl";apikey="";codename=t.DEFAULT_CODENAME;isSupportList=!1;maxTextGroupLength=1;constructor(e,n,r){if(super(e,n,r),!e||!e.apikey)throw new $("apikey are required");this.apikey=e.apikey?.trim(),e.codename&&(this.codename=e.codename)}async translate(e){let{text:n,from:r,to:a}=e,i=await de({retry:this.retry,url:`https://api.openl.club/services/${this.codename}/translate`,headers:{"content-type":"application/json"},method:"POST",body:JSON.stringify({apikey:this.apikey,text:n,source_lang:Jp.get(r)||"auto",target_lang:Jp.get(a)||a}),timeout:this.requestTimeout});if(i.status){let o=i;return o.result&&a=="zh-TW",{text:o.result,from:P2.get(o.source_lang),to:P2.get(o.target_lang)}}else throw new $(i.msg)}},ic=Xp;d();var _2=[["auto",""],["en","EN"],["ja","JA"],["pl","PL"],["zh-CN","ZH"],["zh-TW","ZH"],["ar","AR"],["ja","JA"],["ko","KO"],["es","ES"],["de","DE"],["fr","FR"],["pt","PT"],["pt-br","PT-BR"],["ru","RU"],["it","IT"],["id","ID"],["nl","NL"],["pl","PL"],["bg","BG"],["cs","CS"],["da","DA"],["el","EL"],["et","ET"],["fi","FI"],["hu","HU"],["lt","LT"],["lv","LV"],["ro","RO"],["sk","SK"],["sl","SL"],["sv","SV"],["tr","TR"],["uk","UK"]],Ps=new Map(_2),aA=new Map(_2.map(([t,e])=>[e,t])),eg=class extends De{static langMap=Ps;authKey="";maxTextLength=1800;freeApiUrl="https://api-free.deepl.com/v2/translate";proApiUrl="https://api.deepl.com/v2/translate";immersiveTranslateApiUrl="https://deepl.immersivetranslate.com/v2/translate";immersiveTranslateDeeplTokenUrl="https://api.immersivetranslate.com";immersiveTranslateDeeplProApiUrl=Qt()||Bn()?"https://api2.immersivetranslate.com/deepl/translate":"https://test-api2.immersivetranslate.com/deepl/translate";provider="custom";splitor="";qualityNoSymabol="";qualityMinTextLength;apiKeys=[];static async clearState(){}getRandomKey(){let e=Math.floor(Math.random()*this.apiKeys.length);return this.apiKeys[e]}constructor(e,n,r){if(super(e,n,r),e=e||{},this.splitor=e.qualityDelimiterBetaV3||"",this.qualityNoSymabol=e.qualityNoSymoblBetaV3||"",this.qualityMinTextLength=e.qualityMinTextLengthV3||0,e.provider==="pro")if(this.provider="pro",r.userToken){if(!r.isPro)throw new $("Please activate Pro membership first, \u8BF7\u5148\u5F00\u901A Pro \u4F1A\u5458\u3002");this.authKey=r.userToken,this.apiKeys=this.authKey.split(",").map(a=>a.trim())}else throw new $("Login required, \u767B\u5F55\u540E\u624D\u53EF\u4EE5\u4F7F\u7528\u3002");else if(this.authKey=e.authKey?.trim(),this.apiKeys=this.authKey.split(",").map(a=>a.trim()),!this.authKey)throw new $("authKey are required");if(!this.authKey)throw new $("authKey are required");e&&e.freeApiUrl&&(this.freeApiUrl=Ht(this.freeApiUrl,e.freeApiUrl)),e&&e.proApiUrl&&(this.proApiUrl=Ht(this.proApiUrl,e.proApiUrl)),e&&e.immersiveTranslateApiUrl&&(this.immersiveTranslateApiUrl=Ht(this.immersiveTranslateApiUrl,e.immersiveTranslateApiUrl)),e&&e.immersiveTranslateDeeplTokenUrl&&(this.immersiveTranslateDeeplTokenUrl=Ht(this.immersiveTranslateDeeplTokenUrl,e.immersiveTranslateDeeplTokenUrl)),e&&e.immersiveTranslateDeeplProApiUrl&&(this.immersiveTranslateDeeplProApiUrl=Ht(this.immersiveTranslateDeeplProApiUrl,e.immersiveTranslateDeeplProApiUrl))}async init(){}getRateLimiter(){let e=super.getRateLimiter();if(this.provider==="pro"){if(this.serviceConfig?.immersiveTranslateProLimit){let n=Number(this.serviceConfig.immersiveTranslateProLimit);return isNaN(n)&&(n=15),{limit:n,interval:e?.interval||1050}}return{limit:15,interval:e?.interval||1050}}return super.getRateLimiter()}getDefaultRateLimit(){return{limit:3,interval:1250}}async translateList(e){let{from:n,to:r}=e,a=this.getRandomKey(),{text:i,merged:o}=this.optimizationText(e),s={source_lang:Ps.get(n)||"",target_lang:Ps.get(r)||r,tag_handling:"html"};this.serviceConfig?.tag_handling&&(this.serviceConfig.tag_handling==="none"?delete s.tag_handling:s.tag_handling=this.serviceConfig.tag_handling);let u=new URLSearchParams(s);i.forEach(b=>{u.append("text",b)});let l=u.toString(),c={text:i,source_lang:Ps.get(n)||"auto",target_lang:Ps.get(r)||r},p=this.freeApiUrl;a.endsWith(":im")?p=this.immersiveTranslateApiUrl:a.endsWith(":fx")||(p=this.proApiUrl);let m,g={};e.refresh&&(g={"X-Refresh":"True"}),e.debug&&(g={...g,"X-Debug":"True"}),this.provider==="pro"?m=await de({retry:this.retry,url:this.immersiveTranslateDeeplProApiUrl,method:"POST",body:JSON.stringify(c),headers:{...g,token:a,"Content-Type":"application/json"},timeout:this.requestTimeout}):a.startsWith("immersive_")?m=await de({retry:this.retry,url:this.immersiveTranslateDeeplProApiUrl,method:"POST",body:JSON.stringify(c),headers:{...g,token:a,"Content-Type":"application/json"},timeout:this.requestTimeout}):m=await de({retry:2,url:p,method:"POST",body:l,headers:{Authorization:"DeepL-Auth-Key "+a,"Content-Type":"application/x-www-form-urlencoded; charset=UTF-8"},extra:{overrideMimeType:"application/json; charset=utf-8"}});let{translations:f}=this.restoreText(m,o,!!e.debug),T=f.map(b=>b.text);if(r==="zh-TW"){let b=this.serviceConfig||{};b&&b.googleApiUrl&&(b.apiUrl=b.googleApiUrl);let C=await new Ja(this.serviceConfig,this.generalConfig,this.translationOptions).translate({from:"zh-CN",to:"zh-TW",text:f.map(D=>D.text).join(` `),url:"",options:{}});C&&C.text&&(T=C.text.split(` `))}return{text:T,from:f[0]&&aA.get(f[0].detected_source_language)||n,to:r}}optimizationText(e){let{text:n,xpaths:r}=e;if(!this.splitor||this.provider!="pro")return{text:n,merged:[]};let a=new Map,i=[];for(let o=0;o=0){i.push(n[o]);continue}if(this.qualityMinTextLength>0&&n[o].length({text:!Qt()&&r?`[${l}]`:l,detected_source_language:s.detected_source_language}));i.push(...u)}else i.push(s)}return{...e,translations:i}}},F2=eg;d();var iA=[["auto","auto"],["zh-CN","zh"],["zh-TW","cht"],["en","en"],["ja","ja"],["ko","ko"],["es","es"],["de","de"],["fr","fra"],["pt","pt"],["ru","ru"],["ar","ara"],["it","it"],["ms","ms"],["id","id"],["vi","vie"],["th","th"],["ur","ur"],["yue","yue"],["bo","bo"],["wyw","wyw"],["be","be"],["bg","bul"],["bn","bn"],["ca","ca"],["cs","cs"],["da","da"],["el","el"],["et","et"],["fa","fa"],["fi","fi"],["gu","gu"],["he","he"],["hi","hi"],["hr","hr"],["hu","hu"],["hy","hye"],["is","is"],["ka","ka"],["km","km"],["kn","kn"],["lt","lt"],["lv","lv"],["mk","mk"],["ml","ml"],["mn","mn"],["mr","mr"],["mt","mt"],["my","my"],["ne","ne"],["nl","nl"],["no","no"],["pa","pa"],["pl","pl"],["ps","ps"],["ro","ro"],["si","si"],["sk","sk"],["sl","sl"],["sq","sq"],["sr","sr"],["sv","sv"],["sw","sw"],["ta","ta"],["te","te"],["tg","tg"],["tr","tr"],["ug","ug"],["uk","uk"],["uz","uz"]],tg=new Map(iA),ng=class extends De{static langMap=tg;APIKEY="";isSupportList=!1;constructor(e,n,r){if(super(e,n,r),!e||!e.APIKEY)throw new $("APIKEY are required");this.APIKEY=e.APIKEY?.trim()}async translate(e){let{text:n,from:r,to:a}=e,i=n,o={url:"https://api.niutrans.com/NiuTransServer/translation",retry:this.retry,headers:{"content-type":"application/json"},method:"POST",body:JSON.stringify({src_text:i,from:tg.get(r)||r,to:tg.get(a)||a,apikey:this.APIKEY}),timeout:this.requestTimeout},s=await de(o);if(s.tgt_text){let u=s.tgt_text;return u.endsWith(` -`)&&(u=u.slice(0,-1)),{text:u,from:r,to:a}}else throw new $(s.error_msg||JSON.stringify(s).slice(0,500))}getDefaultRateLimit(){return{limit:4,interval:1350}}},M2=ng;d();var oA=[["auto",""],["ar","ar"],["ga","ga"],["et","et"],["bg","bg"],["is","is"],["pl","pl"],["bs","bs-Latn"],["fa","fa"],["da","da"],["de","de"],["ru","ru"],["fr","fr"],["zh-TW","zh-Hant"],["fil","fil"],["fj","fj"],["fi","fi"],["gu","gu"],["kk","kk"],["ht","ht"],["ko","ko"],["nl","nl"],["ca","ca"],["zh-CN","zh-Hans"],["cs","cs"],["kn","kn"],["otq","otq"],["tlh","tlh"],["hr","hr"],["lv","lv"],["lt","lt"],["ro","ro"],["mg","mg"],["mt","mt"],["mr","mr"],["ml","ml"],["ms","ms"],["mi","mi"],["bn","bn-BD"],["hmn","mww"],["af","af"],["pa","pa"],["pt","pt"],["ps","ps"],["ja","ja"],["sv","sv"],["sm","sm"],["sr-Latn","sr-Latn"],["sr-Cyrl","sr-Cyrl"],["no","nb"],["sk","sk"],["sl","sl"],["sw","sw"],["ty","ty"],["te","te"],["ta","ta"],["th","th"],["to","to"],["tr","tr"],["cy","cy"],["ur","ur"],["uk","uk"],["es","es"],["he","he"],["el","el"],["hu","hu"],["it","it"],["hi","hi"],["id","id"],["en","en"],["yua","yua"],["bo","bo"]],rg=new Map(oA),ag=class extends De{static langMap=rg;APIKEY="";region="eastasia";isSupportList=!0;apiUrl="https://api.cognitive.microsofttranslator.com/translate?x=2";constructor(e,n,r){if(super(e,n,r),!e||!e.APIKEY)throw new $("APIKEY are required");this.APIKEY=e.APIKEY?.trim(),e.region&&(this.region=e.region),e.apiUrl&&(this.apiUrl=Ht(this.apiUrl,e.apiUrl))}async translateList(e){let{text:n,from:r,to:a}=e;if(n.length===0)return{from:r,to:a,text:[]};let i={"api-version":"3.0",to:rg.get(a)||a};r!=="auto"&&(i.from=rg.get(r)||r);let o=new URLSearchParams(i),s=JSON.stringify(n.map(g=>({text:g}))),u=new URL(this.apiUrl),l=new URLSearchParams(u.search);l.toString()!==""&&l.forEach((g,m)=>{o.append(m,g)}),u.search=o.toString();let c={url:u.toString(),retry:this.retry,method:"POST",headers:{"Ocp-Apim-Subscription-Key":this.APIKEY,"Ocp-Apim-Subscription-Region":this.region,"content-type":"application/json"},body:s,timeout:this.requestTimeout},p=await de(c);if(p.length===0)throw new $("server response invalid");return{from:r,to:a,text:p.map(g=>g.translations.map(f=>f.text).join(" "))}}},B2=ag;d();var sA=[["auto","auto"],["zh-CN","zh-CN"],["zh-TW","zh-TW"],["en","en"],["ja","ja"],["ru","ru"],["es","es"],["de","de"],["ko","ko"],["fr","fr"],["th","th"],["vi","vi"],["id","id"]],io=new Map(sA),ig=class extends De{static langMap=io;isSupportList=!0;maxTextGroupLength=25;maxTextLength=1200;constructor(e,n,r){super(e,n,r)}getDefaultRateLimit(){return{limit:3,interval:1150}}async translateList(e){let{text:n,from:r,to:a}=e,i;if(n.length===0)return{from:r,to:a,text:[]};let o=` +`)&&(u=u.slice(0,-1)),{text:u,from:r,to:a}}else throw new $(s.error_msg||JSON.stringify(s).slice(0,500))}getDefaultRateLimit(){return{limit:4,interval:1350}}},M2=ng;d();var oA=[["auto",""],["ar","ar"],["ga","ga"],["et","et"],["bg","bg"],["is","is"],["pl","pl"],["bs","bs-Latn"],["fa","fa"],["da","da"],["de","de"],["ru","ru"],["fr","fr"],["zh-TW","zh-Hant"],["fil","fil"],["fj","fj"],["fi","fi"],["gu","gu"],["kk","kk"],["ht","ht"],["ko","ko"],["nl","nl"],["ca","ca"],["zh-CN","zh-Hans"],["cs","cs"],["kn","kn"],["otq","otq"],["tlh","tlh"],["hr","hr"],["lv","lv"],["lt","lt"],["ro","ro"],["mg","mg"],["mt","mt"],["mr","mr"],["ml","ml"],["ms","ms"],["mi","mi"],["bn","bn-BD"],["hmn","mww"],["af","af"],["pa","pa"],["pt","pt"],["ps","ps"],["ja","ja"],["sv","sv"],["sm","sm"],["sr-Latn","sr-Latn"],["sr-Cyrl","sr-Cyrl"],["no","nb"],["sk","sk"],["sl","sl"],["sw","sw"],["ty","ty"],["te","te"],["ta","ta"],["th","th"],["to","to"],["tr","tr"],["cy","cy"],["ur","ur"],["uk","uk"],["es","es"],["he","he"],["el","el"],["hu","hu"],["it","it"],["hi","hi"],["id","id"],["en","en"],["yua","yua"],["bo","bo"]],rg=new Map(oA),ag=class extends De{static langMap=rg;APIKEY="";region="eastasia";isSupportList=!0;apiUrl="https://api.cognitive.microsofttranslator.com/translate?x=2";constructor(e,n,r){if(super(e,n,r),!e||!e.APIKEY)throw new $("APIKEY are required");this.APIKEY=e.APIKEY?.trim(),e.region&&(this.region=e.region),e.apiUrl&&(this.apiUrl=Ht(this.apiUrl,e.apiUrl))}async translateList(e){let{text:n,from:r,to:a}=e;if(n.length===0)return{from:r,to:a,text:[]};let i={"api-version":"3.0",to:rg.get(a)||a};r!=="auto"&&(i.from=rg.get(r)||r);let o=new URLSearchParams(i),s=JSON.stringify(n.map(m=>({text:m}))),u=new URL(this.apiUrl),l=new URLSearchParams(u.search);l.toString()!==""&&l.forEach((m,g)=>{o.append(g,m)}),u.search=o.toString();let c={url:u.toString(),retry:this.retry,method:"POST",headers:{"Ocp-Apim-Subscription-Key":this.APIKEY,"Ocp-Apim-Subscription-Region":this.region,"content-type":"application/json"},body:s,timeout:this.requestTimeout},p=await de(c);if(p.length===0)throw new $("server response invalid");return{from:r,to:a,text:p.map(m=>m.translations.map(f=>f.text).join(" "))}}},B2=ag;d();var sA=[["auto","auto"],["zh-CN","zh-CN"],["zh-TW","zh-TW"],["en","en"],["ja","ja"],["ru","ru"],["es","es"],["de","de"],["ko","ko"],["fr","fr"],["th","th"],["vi","vi"],["id","id"]],io=new Map(sA),ig=class extends De{static langMap=io;isSupportList=!0;maxTextGroupLength=25;maxTextLength=1200;constructor(e,n,r){super(e,n,r)}getDefaultRateLimit(){return{limit:3,interval:1150}}async translateList(e){let{text:n,from:r,to:a}=e,i;if(n.length===0)return{from:r,to:a,text:[]};let o=`
`,s=n.join(o),u={url:"https://api.papago-chrome.com/v2/translate/openapi",retry:this.retry,method:"POST",headers:{authority:"api.papago-chrome.com","content-type":"application/json"},body:"",timeout:this.requestTimeout};r==="auto"||!io.get(r)?(i=(await de({url:"https://api.papago-chrome.com/v2/translate/detect",method:"POST",headers:{authority:"api.papago-chrome.com","content-type":"application/json"},body:s})).langCode,u.body=JSON.stringify({text:s,source:i||io.get(r)||r,target:io.get(a)||a})):u.body=JSON.stringify({text:s,source:io.get(r),target:io.get(a)||a});let l=await de(u);if(l.translatedText==="")throw new $("server response invalid");let c=l.translatedText.split("
").map(p=>p.trim());return{from:r,to:a,text:c}}},I2=ig;d();d();d();function R2(t){let e=t.split(` `),n=[],r,a="",i="";for(let o of e){o.startsWith("- ")&&(o=o.slice(1),r&&n.push(r),r={},a="",i="");let s=o.trim().split(/[::]/).map(l=>l.trim()).filter(l=>!!l);if(s.length>=2&&!/\S\s\S/.test(s[0])){let l=o.slice(o.indexOf(s[1])).trim();l?(a=s[0],l=="|-"?i="":i=l):i+=` @@ -5354,27 +5354,27 @@ Translate the content to {{to}} Language: %% -`;bodyConfigs={};model="";systemPrompt="";prompt="";subtitlePrompt="";multiplePrompt="";ignoreResReges=[];apiUrl="";constructor(e,n,r){if(super(e,n,r),e||(e={}),e.APIKEY){let a=e.APIKEY?.trim();this.apiKeys=a.split(",").map(i=>i.trim())}Array.isArray(e.ignoreResRegexs)&&(this.ignoreResReges=e.ignoreResRegexs),e.translationTextSeparator&&(this.translationTextSeparator=e.translationTextSeparator),e.model&&(this.model=e.model),e.systemPrompt&&(this.systemPrompt=e.systemPrompt),e.prompt&&(this.prompt=e.prompt),e.multiplePrompt&&(this.multiplePrompt=e.multiplePrompt),e.subtitlePrompt&&(this.subtitlePrompt=e.subtitlePrompt),e.bodyConfigs&&(this.bodyConfigs=e.bodyConfigs)}getLangMap(){return new Map}getRandomKey(){let e=Math.floor(Math.random()*this.apiKeys.length);return this.apiKeys[e]}async translate(e){let{text:n,from:r,to:a,options:i}=e;if(n.length===0)return{from:r,to:a,text:""};let o=this.getLangMap(),s=this.prompt||"",u=o.get(r)||r,l=o.get(a)||a,c=this.serviceConfig.env||{},p=i?.sourceProgram,g=["subtitle","videoSubtitle"].includes(p),m=[n];i?.rawTextArrayLength&&(m=n.split(this.translationTextSeparator)),m.length>1&&this.multiplePrompt&&(s=this.multiplePrompt),g&&this.subtitlePrompt&&m.length>1&&(s=this.subtitlePrompt);let f="",T="",b=s.includes("{{json}}"),h=s.includes("{{yaml}}");if(b){let B=[],S=c.imt_json_item||"";g&&(S=c.imt_subtitle_json_item||S);for(let y=0;yS==="from"?u:S==="to"?l+" Language":S==="text"?n:S=="json"?f:S=="yaml"?T:c[S]||B).replace(/{{(.+?)}}/g,(B,S)=>c[S]||B);let C=await this.handleOptions(s,e);z.debug("request options",C);let D=await de(C),M=this.parseResponse(D);if(M=this.filterContent(n,M,s,m),z.debug("filterContent after",M),!b&&!h||!M)return{from:r,to:a,text:M||n};M=uA(n,M),M=N3(M);try{let B={};if(b){z.debug("extractValidJson before",M);let _=this.extractValidJson(M);z.debug("parse before",M),B=Mu.parse(_)}else if(h){z.debug("parseYAML before",M);let _=this.extractValidYaml(M);B=R2(_)}let S=c.imt_trans_field;g&&(S=c.imt_sub_trans_field||S);let y=c.imt_source_field;return g&&(y=c.imt_sub_source_field||y),M=this.restoreText(m,B,S,this.translationTextSeparator,y),{from:r,to:a,text:M}}catch(B){return z.error("parse response failed",M,B),{from:r,to:a,text:M}}}extractValidJson(e){let n=e.indexOf("["),r=e.lastIndexOf("]");return n!==-1&&r!==-1?e.slice(n,r+1):""}extractValidYaml(e){let n=e.split(` +`;bodyConfigs={};model="";systemPrompt="";prompt="";subtitlePrompt="";multiplePrompt="";ignoreResReges=[];apiUrl="";constructor(e,n,r){if(super(e,n,r),e||(e={}),e.APIKEY){let a=e.APIKEY?.trim();this.apiKeys=a.split(",").map(i=>i.trim())}Array.isArray(e.ignoreResRegexs)&&(this.ignoreResReges=e.ignoreResRegexs),e.translationTextSeparator&&(this.translationTextSeparator=e.translationTextSeparator),e.model&&(this.model=e.model),e.systemPrompt&&(this.systemPrompt=e.systemPrompt),e.prompt&&(this.prompt=e.prompt),e.multiplePrompt&&(this.multiplePrompt=e.multiplePrompt),e.subtitlePrompt&&(this.subtitlePrompt=e.subtitlePrompt),e.bodyConfigs&&(this.bodyConfigs=e.bodyConfigs)}getLangMap(){return new Map}getRandomKey(){let e=Math.floor(Math.random()*this.apiKeys.length);return this.apiKeys[e]}async translate(e){let{text:n,from:r,to:a,options:i}=e;if(n.length===0)return{from:r,to:a,text:""};let o=this.getLangMap(),s=this.prompt||"",u=o.get(r)||r,l=o.get(a)||a,c=this.serviceConfig.env||{},p=i?.sourceProgram,m=["subtitle","videoSubtitle"].includes(p),g=[n];i?.rawTextArrayLength&&(g=n.split(this.translationTextSeparator)),g.length>1&&this.multiplePrompt&&(s=this.multiplePrompt),m&&this.subtitlePrompt&&g.length>1&&(s=this.subtitlePrompt);let f="",T="",b=s.includes("{{json}}"),h=s.includes("{{yaml}}");if(b){let B=[],S=c.imt_json_item||"";m&&(S=c.imt_subtitle_json_item||S);for(let v=0;vS==="from"?u:S==="to"?l+" Language":S==="text"?n:S=="json"?f:S=="yaml"?T:c[S]||B).replace(/{{(.+?)}}/g,(B,S)=>c[S]||B);let C=await this.handleOptions(s,e);z.debug("request options",C);let D=await de(C),M=this.parseResponse(D);if(M=this.filterContent(n,M,s,g),z.debug("filterContent after",M),!b&&!h||!M)return{from:r,to:a,text:M||n};M=uA(n,M),M=N3(M);try{let B={};if(b){z.debug("extractValidJson before",M);let L=this.extractValidJson(M);z.debug("parse before",M),B=Mu.parse(L)}else if(h){z.debug("parseYAML before",M);let L=this.extractValidYaml(M);B=R2(L)}let S=c.imt_trans_field;m&&(S=c.imt_sub_trans_field||S);let v=c.imt_source_field;return m&&(v=c.imt_sub_source_field||v),M=this.restoreText(g,B,S,this.translationTextSeparator,v),{from:r,to:a,text:M}}catch(B){return z.error("parse response failed",M,B),{from:r,to:a,text:M}}}extractValidJson(e){let n=e.indexOf("["),r=e.lastIndexOf("]");return n!==-1&&r!==-1?e.slice(n,r+1):""}extractValidYaml(e){let n=e.split(` `),r=[];for(let a=0;anew RegExp(s).test(i))&&(i=e)}catch(o){z.debug("e",o)}return i}getCacheKeyPrefix(){let e=[this.model||"",this.apiUrl||"",this.systemPrompt||"",this.prompt||"",this.systemPrompt||"",this.multiplePrompt||"",this.subtitlePrompt||""];return kn(e.join("_"))}},oo=og;function uA(t,e){return!t.includes(".")&&!t.includes("\u3002")&&(e.endsWith("\u3002")||e.endsWith("."))?e.slice(0,-1):e}var lA=[["auto","auto"],["zh-CN","Simplified Chinese"],["zh-TW","Traditional Chinese"],["zh-CN-NE","Northeastern Chinese"],["en","English"],["yue","Cantonese"],["bo","\u85CF\u8BED"],["wyw","Classical Chinese"],["ja","Japanese"],["ko","Korean"],["fr","French"],["de","German"],["es","Spanish"],["it","Italian"],["ru","Russian"],["pt","Portuguese"],["pt-br","Portuguese (Brazil)"],["nl","Dutch"],["pl","Polish"],["ar","Arabic"],["af","Afrikaans"],["am","Amharic"],["az","Azerbaijani"],["be","Belarusian"],["bg","Bulgarian"],["bn","Bengali"],["bs","Bosnian"],["ca","Catalan"],["ceb","Cebuano"],["co","Corsican"],["cs","Czech"],["cy","Welsh"],["da","Danish"],["el","Greek"],["eo","Esperanto"],["et","Estonian"],["eu","Basque"],["fa","Persian"],["fi","Finnish"],["fj","Fijian"],["fil","Filipino"],["fy","Western Frisian"],["ga","Irish"],["gd","Scottish Gaelic"],["gl","Galician"],["gu","Gujarati"],["ha","Hausa"],["haw","Hawaiian"],["he","Hebrew"],["hi","Hindi"],["hmn","Hmong"],["hr","Croatian"],["ht","Haitian Creole"],["hu","Hungarian"],["hy","Armenian"],["id","Indonesian"],["ig","Igbo"],["is","Icelandic"],["jw","Javanese"],["ka","Georgian"],["kk","Kazakh"],["km","Khmer"],["kn","Kannada"],["ku","Kurdish"],["ky","Kyrgyz"],["la","Lao"],["lb","Luxembourgish"],["lo","Lao"],["lt","Lithuanian"],["lv","Latvian"],["mg","Malagasy"],["mi","Maori"],["mk","Macedonian"],["ml","Malayalam"],["mn","Mongolian"],["mr","Marathi"],["ms","Malay"],["mt","Maltese"],["my","Burmese"],["pa","Punjabi"],["ps","Pashto"],["ro","Romanian"],["si","Sinhala"],["sk","Slovak"],["sl","Slovene"],["sa","Sanskrit"],["sm","Samoan"],["sn","Shona"],["so","Somali"],["sq","Albanian"],["sr","Serbian"],["sr-Cyrl","Serbian (Cyrillic)"],["sr-Latn","Serbian (Latin)"],["st","Southern Sotho"],["su","Sundanese"],["sv","Swedish"],["sw","Swahili"],["ta","Tamil"],["te","Telugu"],["tg","Tajik"],["th","Thai"],["tr","Turkish"],["ug","Uyghur"],["uk","Ukrainian"],["ur","Urdu"],["uz","Uzbek"],["vi","Vietnamese"],["xh","Xhosa"],["yi","Yiddish"],["yo","Yoruba"],["zu","Zulu"]],O2=new Map(lA),sg=class extends oo{static langMap=O2;provider="custom";immersiveApiUrl="https://openai-api.immersivetranslate.com/v1/chat/completions";immersiveProApiUrl=Qt()||Bn()?"https://api2.immersivetranslate.com/openai/v1/chat/completions":"https://test-api2.immersivetranslate.com/openai/v1/chat/completions";temperature=0;constructor(e,n,r){if(super(e,n,r),e||(e={}),e.provider&&(this.provider=e.provider),e.temperature!==void 0&&(this.temperature=parseFloat(e.temperature)),this.provider==="pro"){if(!r.isPro)throw new $("Please activate Pro membership first, \u8BF7\u5148\u5F00\u901A Pro \u4F1A\u5458\u3002");let a=r.userToken||"";if(this.apiKeys=a.split(",").map(i=>i.trim()),!a)throw new $("Login required, \u767B\u5F55\u540E\u624D\u53EF\u4EE5\u4F7F\u7528\u3002");e.proModel&&(e.model=e.proModel),e.proLimit&&(e.limit=e.proLimit)}e&&e.immersiveApiUrl&&(this.immersiveApiUrl=Ht(this.immersiveApiUrl,e.immersiveApiUrl)),this.apiUrl="https://api.openai.com/v1/chat/completions",e.apiUrl&&(this.apiUrl=Ht(this.apiUrl,e.apiUrl)),e&&e.immersiveProApiUrl&&(this.immersiveProApiUrl=Ht(this.immersiveProApiUrl,e.immersiveProApiUrl)),this.model=this.model||"gpt-3.5-turbo-1106"}getLangMap(){return O2}getDefaultRateLimit(){return{limit:10,interval:1300}}parseResponse(e){return e?.choices?.[0]?.message?.content?.trim()}async handleOptions(e,n){let r={};n.refresh&&(r["X-Refresh"]="True"),n.debug&&(r["X-Debug"]="True");let a=[{role:"system",content:this.serviceConfig.systemPrompt||""},{role:"user",content:e}],i={url:this.apiUrl,method:"POST",headers:{"Content-Type":"application/json"},body:JSON.stringify({model:this.model,temperature:this.temperature,messages:a},null,2),timeout:this.requestTimeout,retry:this.retry},o=this.getRandomKey();return this.provider==="pro"?(i.url=this.immersiveProApiUrl,i.headers.token=o,i.headers={...i.headers,...r}):o&&(i.headers.Authorization="Bearer "+o,i.headers["api-key"]=o,o.startsWith("immersiveopenai_")&&(i.url=this.immersiveProApiUrl,i.headers.token=o,o.endsWith("x")||(i.headers["Immersive-Corpus-Campagin"]="yes"),delete i.headers.Authorization,delete i.headers["api-key"],i.headers={...i.headers,...r})),i}getCacheKeyPrefix(){let e=["openai",this.provider||"",this.model||"",this.systemPrompt||"",this.prompt||"",this.systemPrompt||"",this.multiplePrompt||"",this.subtitlePrompt||""];return kn(e.join("_"))}},z2=sg;d();var q2=o6(N2());var U2=[["af","af"],["am","am"],["ar","ar"],["auto","auto"],["az","az"],["be","be"],["bg","bg"],["bn","bn"],["bs","bs"],["ca","ca"],["ceb","ceb"],["co","co"],["cs","cs"],["cy","cy"],["da","da"],["de","de"],["el","el"],["en","en"],["eo","eo"],["es","es"],["et","et"],["eu","eu"],["fa","fa"],["fi","fi"],["fil","fil"],["fj","fj"],["fr","fr"],["fy","fy"],["ga","ga"],["gd","gd"],["gl","gl"],["gu","gu"],["ha","ha"],["haw","haw"],["he","he"],["hi","hi"],["hmn","hmn"],["hr","hr"],["ht","ht"],["hu","hu"],["hy","hy"],["id","id"],["ig","ig"],["is","is"],["it","it"],["ja","ja"],["jw","jw"],["ka","ka"],["kk","kk"],["km","km"],["kn","kn"],["ko","ko"],["ku","ku"],["ky","ky"],["la","la"],["lb","lb"],["lo","lo"],["lt","lt"],["lv","lv"],["mg","mg"],["mi","mi"],["mk","mk"],["ml","ml"],["mn","mn"],["mr","mr"],["ms","ms"],["mt","mt"],["mww","mww"],["my","my"],["ne","ne"],["nl","nl"],["no","no"],["ny","ny"],["otq","otq"],["pa","pa"],["pl","pl"],["ps","ps"],["pt","pt"],["ro","ro"],["ru","ru"],["sd","sd"],["si","si"],["sk","sk"],["sl","sl"],["sm","sm"],["sn","sn"],["so","so"],["sq","sq"],["tn","tn"],["st","st"],["su","su"],["sv","sv"],["sw","sw"],["ta","ta"],["te","te"],["tg","tg"],["th","th"],["tlh","tlh"],["to","to"],["tr","tr"],["ty","ty"],["ug","ug"],["uk","uk"],["ur","ur"],["uz","uz"],["vi","vi"],["xh","xh"],["yi","yi"],["yo","yo"],["yua","yua"],["yue","yue"],["bo","bo"],["sa","sa"],["zh-CN","zh"],["zh-TW","zh-tw"],["zu","zu"]],_s=class t extends De{static langMap=new Map(U2);static langMapReverse=new Map(U2.map(([e,n])=>[n,e]));SHA1;AccessKeyID="";AccessKeySecret="";isSupportList=!0;scene="general";maxTextGroupLength=50;maxTextLength=1e3;constructor(e,n,r){if(super(e,n,r),!e||!e.AccessKeyID||!e.AccessKeySecret)throw new $("AccessKeyID and AccessKeySecret are required");this.AccessKeyID=e.AccessKeyID?.trim(),this.AccessKeySecret=e.AccessKeySecret?.trim(),this.SHA1=new q2.default.SHA1,e.scene&&(this.scene=e.scene)}async translate(e){let{text:n,from:r,to:a}=e,i={FormatType:"text",Scene:this.scene,SourceLanguage:t.langMap.get(r)||"auto",SourceText:n,TargetLanguage:t.langMap.get(a)||a},o=this.scene=="general"?"TranslateGeneral":"Translate",s=await this.signedRequest({secretId:this.AccessKeyID,secretKey:this.AccessKeySecret,action:o,payload:i,service:"mt",version:"2018-10-12"});return{text:s.Data.Translated,from:s.Data.DetectedLanguage&&t.langMapReverse.get(s.Data.DetectedLanguage)||r||"auto",to:t.langMapReverse.get(a)||a}}async translateList(e){let{text:n,from:r,to:a}=e,i=this.scene=="general"?"translate_standard":"translate_ecommerce",o={FormatType:"text",Scene:this.scene,SourceLanguage:t.langMap.get(r)||"auto",SourceText:JSON.stringify(n.reduce((l,c,p)=>(l[p]=c,l),{})),TargetLanguage:t.langMap.get(a)||a,ApiType:i},s=await this.signedRequest({secretId:this.AccessKeyID,secretKey:this.AccessKeySecret,action:"GetBatchTranslate",payload:o,service:"mt",version:"2018-10-12"}),u=s.TranslatedList.length&&s.TranslatedList[0].detectedLanguage;return{text:s.TranslatedList.sort((l,c)=>parseInt(l.index)-parseInt(c.index)).map(l=>l.translated),from:u&&t.langMapReverse.get(u)||r||"auto",to:t.langMapReverse.get(a)||a}}encode(e){return encodeURIComponent(e).replace(/!/g,"%21").replace(/'/g,"%27").replace(/\(/g,"%28").replace(/\)/g,"%29").replace(/\*/g,"%2A")}async signedRequest({secretId:e,secretKey:n,action:r,payload:a,service:i,version:o}){let s=new Date().toISOString(),u=Math.random().toString(36).slice(2),l={Action:r,Version:o,Format:"JSON",AccessKeyId:e,SignatureNonce:u,Timestamp:s,SignatureMethod:"HMAC-SHA1",SignatureVersion:"1.0"},p=(T=>{let h=Object.keys(T).sort().map(C=>`${this.encode(C)}=${this.encode(T[C])}`).join("&");return`POST&%2F&${this.encode(h)}`})(Object.assign({},l,a)),g=this.SHA1.b64_hmac(`${n}&`,p),m=new URLSearchParams(Object.assign({},l,{Signature:g})).toString(),f=await de({retry:this.retry,url:`https://${i}.aliyuncs.com?${m}`,method:"POST",headers:{"content-type":"application/x-www-form-urlencoded"},body:new URLSearchParams(a).toString(),timeout:this.requestTimeout});if(f instanceof Error)throw f;if(f.Code!=="200")throw new $(f.Message);return f}};d();d();var cA=["authorization","content-type","content-length","user-agent","presigned-expires","expect"],Dt={algorithm:"HMAC-SHA256",v4Identifier:"request",dateHeader:"X-Date",tokenHeader:"X-Security-Token",contentSha256Header:"X-Content-Sha256",notSignBody:"X-NotSignBody",kDatePrefix:"",credential:"X-Credential",algorithmKey:"X-Algorithm",signHeadersKey:"X-SignedHeaders",signQueriesKey:"X-SignedQueries",signatureKey:"X-Signature"},ug=t=>{try{return encodeURIComponent(t).replace(/[^A-Za-z0-9_.~\-%]+/g,escape).replace(/[*]/g,e=>`%${e.charCodeAt(0).toString(16).toUpperCase()}`)}catch{return""}},lg=t=>Object.keys(t).map(e=>{let n=t[e];if(typeof n>"u"||n===null)return;let r=ug(e);if(r)return Array.isArray(n)?`${r}=${n.map(ug).sort().join(`&${r}=`)}`:`${r}=${ug(n)}`}).filter(e=>e).join("&"),so=class{request;serviceName;bodySha256;constructor(e,n,r){this.request=e,this.request.headers=e.headers||{},this.serviceName=n,r=r||{},this.bodySha256=r.bodySha256,this.request.params=this.sortParams(this.request.params)}sortParams(e){let n={};return e&&Object.keys(e).filter(r=>{let a=e[r];return typeof a<"u"&&a!==null}).sort().map(r=>{n[r]=e[r]}),n}async addAuthorization(e,n){let r=this.getDateTime(n);await this.addHeaders(e,r),this.request.headers.Authorization=await this.authorization(e,r)}async authorization(e,n){let r=[],a=this.credentialString(n);return r.push(`${Dt.algorithm} Credential=${e.accessKeyId}/${a}`),r.push(`SignedHeaders=${this.signedHeaders()}`),r.push(`Signature=${await this.signature(e,n)}`),r.join(", ")}async getSignUrl(e,n){let r=this.getDateTime(n),a={...this.request.params},i=this.request.params,o=this.request.headers;e.sessionToken&&(a[Dt.tokenHeader]=e.sessionToken),a[Dt.dateHeader]=r,a[Dt.notSignBody]="",a[Dt.credential]=`${e.accessKeyId}/${this.credentialString(r)}`,a[Dt.algorithmKey]=Dt.algorithm,a[Dt.signHeadersKey]="",a[Dt.signQueriesKey]=void 0,a[Dt.signatureKey]=void 0,a=this.sortParams(a),this.request.params=a,this.request.headers={};let s=await this.signature(e,r);return this.request.params=i,this.request.headers=o,a[Dt.signQueriesKey]=Object.keys(a).sort().join(";"),a[Dt.signatureKey]=s,lg(a)}getDateTime(e){return this.iso8601(e).replace(/[:\-]|\.\d{3}/g,"")}async addHeaders(e,n){if(this.request.headers[Dt.dateHeader]=n,e.sessionToken&&(this.request.headers[Dt.tokenHeader]=e.sessionToken),this.request.body){let r=this.request.body;this.request.headers[Dt.contentSha256Header]=await nr(r)}}async signature(e,n){let r=await this.getSigningKey(e,n.substr(0,8),this.request.region,this.serviceName);return xl(await sa(await this.stringToSign(n),r))}async stringToSign(e){let n=[];n.push(Dt.algorithm),n.push(e),n.push(this.credentialString(e));let r=await this.canonicalString();return n.push(await this.hexEncodedHash(r)),n.join(` +`)}restoreText(e,n,r,a,i){let o=[];for(let s=0;snew RegExp(s).test(i))&&(i=e)}catch(o){z.debug("e",o)}return i}getCacheKeyPrefix(){let e=[this.model||"",this.apiUrl||"",this.systemPrompt||"",this.prompt||"",this.systemPrompt||"",this.multiplePrompt||"",this.subtitlePrompt||""];return kn(e.join("_"))}},oo=og;function uA(t,e){return!t.includes(".")&&!t.includes("\u3002")&&(e.endsWith("\u3002")||e.endsWith("."))?e.slice(0,-1):e}var lA=[["auto","auto"],["zh-CN","Simplified Chinese"],["zh-TW","Traditional Chinese"],["zh-CN-NE","Northeastern Chinese"],["en","English"],["yue","Cantonese"],["bo","\u85CF\u8BED"],["wyw","Classical Chinese"],["ja","Japanese"],["ko","Korean"],["fr","French"],["de","German"],["es","Spanish"],["it","Italian"],["ru","Russian"],["pt","Portuguese"],["pt-br","Portuguese (Brazil)"],["nl","Dutch"],["pl","Polish"],["ar","Arabic"],["af","Afrikaans"],["am","Amharic"],["az","Azerbaijani"],["be","Belarusian"],["bg","Bulgarian"],["bn","Bengali"],["bs","Bosnian"],["ca","Catalan"],["ceb","Cebuano"],["co","Corsican"],["cs","Czech"],["cy","Welsh"],["da","Danish"],["el","Greek"],["eo","Esperanto"],["et","Estonian"],["eu","Basque"],["fa","Persian"],["fi","Finnish"],["fj","Fijian"],["fil","Filipino"],["fy","Western Frisian"],["ga","Irish"],["gd","Scottish Gaelic"],["gl","Galician"],["gu","Gujarati"],["ha","Hausa"],["haw","Hawaiian"],["he","Hebrew"],["hi","Hindi"],["hmn","Hmong"],["hr","Croatian"],["ht","Haitian Creole"],["hu","Hungarian"],["hy","Armenian"],["id","Indonesian"],["ig","Igbo"],["is","Icelandic"],["jw","Javanese"],["ka","Georgian"],["kk","Kazakh"],["km","Khmer"],["kn","Kannada"],["ku","Kurdish"],["ky","Kyrgyz"],["la","Lao"],["lb","Luxembourgish"],["lo","Lao"],["lt","Lithuanian"],["lv","Latvian"],["mg","Malagasy"],["mi","Maori"],["mk","Macedonian"],["ml","Malayalam"],["mn","Mongolian"],["mr","Marathi"],["ms","Malay"],["mt","Maltese"],["my","Burmese"],["pa","Punjabi"],["ps","Pashto"],["ro","Romanian"],["si","Sinhala"],["sk","Slovak"],["sl","Slovene"],["sa","Sanskrit"],["sm","Samoan"],["sn","Shona"],["so","Somali"],["sq","Albanian"],["sr","Serbian"],["sr-Cyrl","Serbian (Cyrillic)"],["sr-Latn","Serbian (Latin)"],["st","Southern Sotho"],["su","Sundanese"],["sv","Swedish"],["sw","Swahili"],["ta","Tamil"],["te","Telugu"],["tg","Tajik"],["th","Thai"],["tr","Turkish"],["ug","Uyghur"],["uk","Ukrainian"],["ur","Urdu"],["uz","Uzbek"],["vi","Vietnamese"],["xh","Xhosa"],["yi","Yiddish"],["yo","Yoruba"],["zu","Zulu"]],O2=new Map(lA),sg=class extends oo{static langMap=O2;provider="custom";immersiveApiUrl="https://openai-api.immersivetranslate.com/v1/chat/completions";immersiveProApiUrl=Qt()||Bn()?"https://api2.immersivetranslate.com/openai/v1/chat/completions":"https://test-api2.immersivetranslate.com/openai/v1/chat/completions";temperature=0;constructor(e,n,r){if(super(e,n,r),e||(e={}),e.provider&&(this.provider=e.provider),e.temperature!==void 0&&(this.temperature=parseFloat(e.temperature)),this.provider==="pro"){if(!r.isPro)throw new $("Please activate Pro membership first, \u8BF7\u5148\u5F00\u901A Pro \u4F1A\u5458\u3002");let a=r.userToken||"";if(this.apiKeys=a.split(",").map(i=>i.trim()),!a)throw new $("Login required, \u767B\u5F55\u540E\u624D\u53EF\u4EE5\u4F7F\u7528\u3002");e.proModel&&(e.model=e.proModel),e.proLimit&&(e.limit=e.proLimit)}e&&e.immersiveApiUrl&&(this.immersiveApiUrl=Ht(this.immersiveApiUrl,e.immersiveApiUrl)),this.apiUrl="https://api.openai.com/v1/chat/completions",e.apiUrl&&(this.apiUrl=Ht(this.apiUrl,e.apiUrl)),e&&e.immersiveProApiUrl&&(this.immersiveProApiUrl=Ht(this.immersiveProApiUrl,e.immersiveProApiUrl)),this.model=this.model||"gpt-3.5-turbo-1106"}getLangMap(){return O2}getDefaultRateLimit(){return{limit:10,interval:1300}}parseResponse(e){return e?.choices?.[0]?.message?.content?.trim()}async handleOptions(e,n){let r={};n.refresh&&(r["X-Refresh"]="True"),n.debug&&(r["X-Debug"]="True");let a=[{role:"system",content:this.serviceConfig.systemPrompt||""},{role:"user",content:e}],i={url:this.apiUrl,method:"POST",headers:{"Content-Type":"application/json"},body:JSON.stringify({model:this.model,temperature:this.temperature,messages:a},null,2),timeout:this.requestTimeout,retry:this.retry},o=this.getRandomKey();return this.provider==="pro"?(i.url=this.immersiveProApiUrl,i.headers.token=o,i.headers={...i.headers,...r}):o&&(i.headers.Authorization="Bearer "+o,i.headers["api-key"]=o,o.startsWith("immersiveopenai_")&&(i.url=this.immersiveProApiUrl,i.headers.token=o,o.endsWith("x")||(i.headers["Immersive-Corpus-Campagin"]="yes"),delete i.headers.Authorization,delete i.headers["api-key"],i.headers={...i.headers,...r})),i}getCacheKeyPrefix(){let e=["openai",this.provider||"",this.model||"",this.systemPrompt||"",this.prompt||"",this.systemPrompt||"",this.multiplePrompt||"",this.subtitlePrompt||""];return kn(e.join("_"))}},z2=sg;d();var q2=o6(N2());var U2=[["af","af"],["am","am"],["ar","ar"],["auto","auto"],["az","az"],["be","be"],["bg","bg"],["bn","bn"],["bs","bs"],["ca","ca"],["ceb","ceb"],["co","co"],["cs","cs"],["cy","cy"],["da","da"],["de","de"],["el","el"],["en","en"],["eo","eo"],["es","es"],["et","et"],["eu","eu"],["fa","fa"],["fi","fi"],["fil","fil"],["fj","fj"],["fr","fr"],["fy","fy"],["ga","ga"],["gd","gd"],["gl","gl"],["gu","gu"],["ha","ha"],["haw","haw"],["he","he"],["hi","hi"],["hmn","hmn"],["hr","hr"],["ht","ht"],["hu","hu"],["hy","hy"],["id","id"],["ig","ig"],["is","is"],["it","it"],["ja","ja"],["jw","jw"],["ka","ka"],["kk","kk"],["km","km"],["kn","kn"],["ko","ko"],["ku","ku"],["ky","ky"],["la","la"],["lb","lb"],["lo","lo"],["lt","lt"],["lv","lv"],["mg","mg"],["mi","mi"],["mk","mk"],["ml","ml"],["mn","mn"],["mr","mr"],["ms","ms"],["mt","mt"],["mww","mww"],["my","my"],["ne","ne"],["nl","nl"],["no","no"],["ny","ny"],["otq","otq"],["pa","pa"],["pl","pl"],["ps","ps"],["pt","pt"],["ro","ro"],["ru","ru"],["sd","sd"],["si","si"],["sk","sk"],["sl","sl"],["sm","sm"],["sn","sn"],["so","so"],["sq","sq"],["tn","tn"],["st","st"],["su","su"],["sv","sv"],["sw","sw"],["ta","ta"],["te","te"],["tg","tg"],["th","th"],["tlh","tlh"],["to","to"],["tr","tr"],["ty","ty"],["ug","ug"],["uk","uk"],["ur","ur"],["uz","uz"],["vi","vi"],["xh","xh"],["yi","yi"],["yo","yo"],["yua","yua"],["yue","yue"],["bo","bo"],["sa","sa"],["zh-CN","zh"],["zh-TW","zh-tw"],["zu","zu"]],_s=class t extends De{static langMap=new Map(U2);static langMapReverse=new Map(U2.map(([e,n])=>[n,e]));SHA1;AccessKeyID="";AccessKeySecret="";isSupportList=!0;scene="general";maxTextGroupLength=50;maxTextLength=1e3;constructor(e,n,r){if(super(e,n,r),!e||!e.AccessKeyID||!e.AccessKeySecret)throw new $("AccessKeyID and AccessKeySecret are required");this.AccessKeyID=e.AccessKeyID?.trim(),this.AccessKeySecret=e.AccessKeySecret?.trim(),this.SHA1=new q2.default.SHA1,e.scene&&(this.scene=e.scene)}async translate(e){let{text:n,from:r,to:a}=e,i={FormatType:"text",Scene:this.scene,SourceLanguage:t.langMap.get(r)||"auto",SourceText:n,TargetLanguage:t.langMap.get(a)||a},o=this.scene=="general"?"TranslateGeneral":"Translate",s=await this.signedRequest({secretId:this.AccessKeyID,secretKey:this.AccessKeySecret,action:o,payload:i,service:"mt",version:"2018-10-12"});return{text:s.Data.Translated,from:s.Data.DetectedLanguage&&t.langMapReverse.get(s.Data.DetectedLanguage)||r||"auto",to:t.langMapReverse.get(a)||a}}async translateList(e){let{text:n,from:r,to:a}=e,i=this.scene=="general"?"translate_standard":"translate_ecommerce",o={FormatType:"text",Scene:this.scene,SourceLanguage:t.langMap.get(r)||"auto",SourceText:JSON.stringify(n.reduce((l,c,p)=>(l[p]=c,l),{})),TargetLanguage:t.langMap.get(a)||a,ApiType:i},s=await this.signedRequest({secretId:this.AccessKeyID,secretKey:this.AccessKeySecret,action:"GetBatchTranslate",payload:o,service:"mt",version:"2018-10-12"}),u=s.TranslatedList.length&&s.TranslatedList[0].detectedLanguage;return{text:s.TranslatedList.sort((l,c)=>parseInt(l.index)-parseInt(c.index)).map(l=>l.translated),from:u&&t.langMapReverse.get(u)||r||"auto",to:t.langMapReverse.get(a)||a}}encode(e){return encodeURIComponent(e).replace(/!/g,"%21").replace(/'/g,"%27").replace(/\(/g,"%28").replace(/\)/g,"%29").replace(/\*/g,"%2A")}async signedRequest({secretId:e,secretKey:n,action:r,payload:a,service:i,version:o}){let s=new Date().toISOString(),u=Math.random().toString(36).slice(2),l={Action:r,Version:o,Format:"JSON",AccessKeyId:e,SignatureNonce:u,Timestamp:s,SignatureMethod:"HMAC-SHA1",SignatureVersion:"1.0"},p=(T=>{let h=Object.keys(T).sort().map(C=>`${this.encode(C)}=${this.encode(T[C])}`).join("&");return`POST&%2F&${this.encode(h)}`})(Object.assign({},l,a)),m=this.SHA1.b64_hmac(`${n}&`,p),g=new URLSearchParams(Object.assign({},l,{Signature:m})).toString(),f=await de({retry:this.retry,url:`https://${i}.aliyuncs.com?${g}`,method:"POST",headers:{"content-type":"application/x-www-form-urlencoded"},body:new URLSearchParams(a).toString(),timeout:this.requestTimeout});if(f instanceof Error)throw f;if(f.Code!=="200")throw new $(f.Message);return f}};d();d();var cA=["authorization","content-type","content-length","user-agent","presigned-expires","expect"],Dt={algorithm:"HMAC-SHA256",v4Identifier:"request",dateHeader:"X-Date",tokenHeader:"X-Security-Token",contentSha256Header:"X-Content-Sha256",notSignBody:"X-NotSignBody",kDatePrefix:"",credential:"X-Credential",algorithmKey:"X-Algorithm",signHeadersKey:"X-SignedHeaders",signQueriesKey:"X-SignedQueries",signatureKey:"X-Signature"},ug=t=>{try{return encodeURIComponent(t).replace(/[^A-Za-z0-9_.~\-%]+/g,escape).replace(/[*]/g,e=>`%${e.charCodeAt(0).toString(16).toUpperCase()}`)}catch{return""}},lg=t=>Object.keys(t).map(e=>{let n=t[e];if(typeof n>"u"||n===null)return;let r=ug(e);if(r)return Array.isArray(n)?`${r}=${n.map(ug).sort().join(`&${r}=`)}`:`${r}=${ug(n)}`}).filter(e=>e).join("&"),so=class{request;serviceName;bodySha256;constructor(e,n,r){this.request=e,this.request.headers=e.headers||{},this.serviceName=n,r=r||{},this.bodySha256=r.bodySha256,this.request.params=this.sortParams(this.request.params)}sortParams(e){let n={};return e&&Object.keys(e).filter(r=>{let a=e[r];return typeof a<"u"&&a!==null}).sort().map(r=>{n[r]=e[r]}),n}async addAuthorization(e,n){let r=this.getDateTime(n);await this.addHeaders(e,r),this.request.headers.Authorization=await this.authorization(e,r)}async authorization(e,n){let r=[],a=this.credentialString(n);return r.push(`${Dt.algorithm} Credential=${e.accessKeyId}/${a}`),r.push(`SignedHeaders=${this.signedHeaders()}`),r.push(`Signature=${await this.signature(e,n)}`),r.join(", ")}async getSignUrl(e,n){let r=this.getDateTime(n),a={...this.request.params},i=this.request.params,o=this.request.headers;e.sessionToken&&(a[Dt.tokenHeader]=e.sessionToken),a[Dt.dateHeader]=r,a[Dt.notSignBody]="",a[Dt.credential]=`${e.accessKeyId}/${this.credentialString(r)}`,a[Dt.algorithmKey]=Dt.algorithm,a[Dt.signHeadersKey]="",a[Dt.signQueriesKey]=void 0,a[Dt.signatureKey]=void 0,a=this.sortParams(a),this.request.params=a,this.request.headers={};let s=await this.signature(e,r);return this.request.params=i,this.request.headers=o,a[Dt.signQueriesKey]=Object.keys(a).sort().join(";"),a[Dt.signatureKey]=s,lg(a)}getDateTime(e){return this.iso8601(e).replace(/[:\-]|\.\d{3}/g,"")}async addHeaders(e,n){if(this.request.headers[Dt.dateHeader]=n,e.sessionToken&&(this.request.headers[Dt.tokenHeader]=e.sessionToken),this.request.body){let r=this.request.body;this.request.headers[Dt.contentSha256Header]=await nr(r)}}async signature(e,n){let r=await this.getSigningKey(e,n.substr(0,8),this.request.region,this.serviceName);return xl(await sa(await this.stringToSign(n),r))}async stringToSign(e){let n=[];n.push(Dt.algorithm),n.push(e),n.push(this.credentialString(e));let r=await this.canonicalString();return n.push(await this.hexEncodedHash(r)),n.join(` `)}async canonicalString(){let e=[],n=this.request.pathname||"/";e.push(this.request.method.toUpperCase()),e.push(n);let r=lg(this.request.params)||"";return e.push(r),e.push(`${this.canonicalHeaders()} `),e.push(this.signedHeaders()),e.push(await this.hexEncodedBodyHash()),e.join(` `)}canonicalHeaders(){let e=[];Object.keys(this.request.headers).forEach(r=>{e.push([r,this.request.headers[r]])}),e.sort((r,a)=>r[0].toLowerCase(){let a=r[0].toLowerCase();if(this.isSignableHeader(a)){let i=r[1];if(typeof i>"u"||i===null||typeof i.toString!="function")throw new $(`Header ${a} contains invalid value`);n.push(`${a}:${this.canonicalHeaderValues(i.toString())}`)}}),n.join(` `)}canonicalHeaderValues(e){return e.replace(/\s+/g," ").replace(/^\s+|\s+$/g,"")}signedHeaders(){let e=[];return Object.keys(this.request.headers).forEach(n=>{n=n.toLowerCase(),this.isSignableHeader(n)&&e.push(n)}),e.sort().join(";")}signedQueries(){return Object.keys(this.request.params).join(";")}credentialString(e){return this.createScope(e.substr(0,8),this.request.region,this.serviceName)}async hexEncodedHash(e){return await nr(e)}async hexEncodedBodyHash(){return this.request.headers[Dt.contentSha256Header]?this.request.headers[Dt.contentSha256Header]:this.request.body?await this.hexEncodedHash(lg(this.request.body)):await this.hexEncodedHash("")}isSignableHeader(e){return cA.indexOf(e)<0}iso8601(e){return e===void 0&&(e=new Date),e.toISOString().replace(/\.\d{3}Z$/,"Z")}async getSigningKey(e,n,r,a){let i=await sa(n,`${Dt.kDatePrefix}${e.secretKey}`),o=await sa(r,i),s=await sa(a,o);return sa(Dt.v4Identifier,s)}createScope(e,n,r){return[e.substr(0,8),n,r,Dt.v4Identifier].join("/")}};var j2=[["af","af"],["am","am"],["ar","ar"],["az","az"],["be","be"],["bg","bg"],["bn","bn"],["bs","bs"],["ca","ca"],["co","co"],["cs","cs"],["cy","cy"],["da","da"],["de","de"],["el","el"],["en","en"],["eo","eo"],["es","es"],["et","et"],["eu","eu"],["fa","fa"],["fi","fi"],["fj","fj"],["fr","fr"],["fy","fy"],["ga","ga"],["gd","gd"],["gl","gl"],["gu","gu"],["ha","ha"],["he","he"],["hi","hi"],["hr","hr"],["ht","ht"],["hu","hu"],["hy","hy"],["id","id"],["ig","ig"],["is","is"],["it","it"],["ja","ja"],["ka","ka"],["kk","kk"],["km","km"],["kn","kn"],["ko","ko"],["ku","ku"],["ky","ky"],["la","la"],["lb","lb"],["lo","lo"],["lt","lt"],["lv","lv"],["mg","mg"],["mi","mi"],["mk","mk"],["ml","ml"],["mn","mn"],["mr","mr"],["ms","ms"],["mt","mt"],["my","my"],["ne","ne"],["nl","nl"],["no","no"],["ny","ny"],["pa","pa"],["pl","pl"],["ps","ps"],["pt","pt"],["ro","ro"],["ru","ru"],["sd","sd"],["si","si"],["sk","sk"],["sl","sl"],["sm","sm"],["sn","sn"],["so","so"],["sq","sq"],["sr","sr"],["st","st"],["su","su"],["sv","sv"],["sw","sw"],["ta","ta"],["te","te"],["tg","tg"],["th","th"],["tn","tn"],["to","to"],["tr","tr"],["ty","ty"],["ug","ug"],["uk","uk"],["ur","ur"],["uz","uz"],["vi","vi"],["xh","xh"],["yi","yi"],["yo","yo"],["zh-CN","zh"],["zh-TW","zh-Hans"],["zu","zu"]],cg=new Map(j2),dA=new Map(j2.map(([t,e])=>[e,t])),dg=class extends De{static langMap=cg;accessKeyId="";secretAccessKey="";maxTextGroupLength=8;constructor(e,n,r){if(super(e,n,r),!e||!e.accessKeyId||!e.secretAccessKey)throw new $("accessKeyId and secretAccessKey are required");this.accessKeyId=e.accessKeyId?.trim(),this.secretAccessKey=e.secretAccessKey?.trim()}async remoteDetectLanguage(e){let r={region:"cn-north-1",method:"POST",params:{Action:"LangDetect",Version:"2020-06-01"},pathname:"/",headers:{"Content-Type":"application/json",host:"open.volcengineapi.com"},body:JSON.stringify({TextList:[e]})},a=new so(r,"translate");await a.addAuthorization({accessKeyId:this.accessKeyId,secretKey:this.secretAccessKey});let i=new URLSearchParams(r.params),o=await de({retry:2,url:"https://open.volcengineapi.com"+r.pathname+"?"+i.toString(),headers:a.request.headers,method:r.method,body:r.body});if(o.DetectedLanguageList&&o.DetectedLanguageList.length>0)return o.DetectedLanguageList[0].Language;if(o.ResponseMetadata&&o.ResponseMetadata.Error){let s=o.ResponseMetadata.Error;throw new $(s.Code,s.Message)}else if(o.ResponseMetaData&&o.ResponseMetaData.Error){let s=o.ResponseMetaData.Error;throw new $(s.Code,s.Message)}else throw new $("response: "+JSON.stringify(o))}async translateList(e){let{text:n,from:r,to:a}=e,i=cg.get(r),o={TargetLanguage:cg.get(a)||a,TextList:n};i?o.SourceLanguage=i:o.SourceLanguage=await this.remoteDetectLanguage(n.join(` -`).slice(0,1e3));let s={region:"cn-north-1",method:"POST",params:{Action:"TranslateText",Version:"2020-06-01"},pathname:"/",headers:{"Content-Type":"application/json",host:"open.volcengineapi.com"},body:JSON.stringify(o)},u=new so(s,"translate");await u.addAuthorization({accessKeyId:this.accessKeyId,secretKey:this.secretAccessKey});let l=new URLSearchParams(s.params),c=await de({retry:2,url:"https://open.volcengineapi.com"+s.pathname+"?"+l.toString(),headers:u.request.headers,method:s.method,body:s.body});if(c.TranslationList){let p=c.TranslationList.map(m=>m.Translation),g=r;return c.TranslationList.length>0&&c.TranslationList[0].DetectedSourceLanguage&&(g=dA.get(c.TranslationList[0].DetectedSourceLanguage)||r),{text:p,from:g,to:a}}else if(c.ResponseMetadata&&c.ResponseMetadata.Error){let p=c.ResponseMetadata.Error;throw new $(p.Code,p.Message)}else if(c.ResponseMetaData&&c.ResponseMetaData.Error){let p=c.ResponseMetaData.Error;throw new $(p.Code,p.Message)}else throw new $("response: "+JSON.stringify(c))}},H2=dg;d();var W2=[["auto","detect"],["af","af"],["am","am"],["ar","ar"],["az","az"],["be","be"],["bg","bg"],["bn","bn"],["bs","bs"],["ca","ca"],["co","co"],["cs","cs"],["cy","cy"],["da","da"],["de","de"],["el","el"],["en","en"],["eo","eo"],["es","es"],["et","et"],["eu","eu"],["fa","fa"],["fi","fi"],["fj","fj"],["fr","fr"],["fy","fy"],["ga","ga"],["gd","gd"],["gl","gl"],["gu","gu"],["ha","ha"],["he","he"],["hi","hi"],["hr","hr"],["ht","ht"],["hu","hu"],["hy","hy"],["id","id"],["ig","ig"],["is","is"],["it","it"],["ja","ja"],["ka","ka"],["kk","kk"],["km","km"],["kn","kn"],["ko","ko"],["ku","ku"],["ky","ky"],["la","la"],["lb","lb"],["lo","lo"],["lt","lt"],["lv","lv"],["mg","mg"],["mi","mi"],["mk","mk"],["ml","ml"],["mn","mn"],["mr","mr"],["ms","ms"],["mt","mt"],["my","my"],["ne","ne"],["nl","nl"],["no","no"],["ny","ny"],["pa","pa"],["pl","pl"],["ps","ps"],["pt","pt"],["ro","ro"],["ru","ru"],["sd","sd"],["si","si"],["sk","sk"],["sl","sl"],["sm","sm"],["sn","sn"],["so","so"],["sq","sq"],["sr","sr"],["st","st"],["su","su"],["sv","sv"],["sw","sw"],["ta","ta"],["te","te"],["tg","tg"],["th","th"],["tn","tn"],["to","to"],["tr","tr"],["ty","ty"],["ug","ug"],["uk","uk"],["ur","ur"],["uz","uz"],["vi","vi"],["xh","xh"],["yi","yi"],["yo","yo"],["zh-CN","zh"],["zh-TW","zh-Hans"],["zu","zu"]],pg=new Map(W2),pA=new Map(W2.map(([t,e])=>[e,t])),Fs=class extends De{static langMap=pg;maxTextGroupLength=50;isSupportList=!1;async translate(e){let{text:n,from:r,to:a}=e,i=pg.get(r)||"detect",o=pg.get(a)||a,u=await de({url:"https://translate.volcengine.com/crx/translate/v1/",method:"POST",headers:{"Content-Type":"application/json"},body:JSON.stringify({source_language:i,target_language:o,text:n}),retry:this.retry});if(u.base_resp&&u.base_resp.status_code===0){let l=u.translation,c=r;return u.detected_language&&(c=pA.get(u.detected_language)||r),{text:l,from:c,to:a}}else{let l=u.base_resp;throw new $(l.status_code.toString(),l.status_message)}}};d();var gA=[["auto","auto"],["en","EN"],["ja","JA"],["pl","PL"],["zh-CN","ZH"],["zh-TW","ZH"],["ja","JA"],["ko","KO"],["es","ES"],["de","DE"],["fr","FR"],["pt","PT"],["ru","RU"],["it","IT"],["id","ID"],["nl","NL"],["pl","PL"],["bg","BG"],["cs","CS"],["da","DA"],["el","EL"],["et","ET"],["fi","FI"],["hu","HU"],["lt","LT"],["lv","LV"],["ro","RO"],["sk","SK"],["sl","SL"],["sv","SV"],["tr","TR"],["uk","UK"]],gg=new Map(gA),Ms=class extends De{static langMap=gg;url="";isSupportList=!1;maxTextGroupLength=1;apiKeys=[];constructor(e,n,r){if(super(e,n,r),!e||!e.url)throw new $("deeplx custom url are required, please check your settings.");this.url=e.url,this.apiKeys=this.url.split(",").map(a=>a.trim())}getRandomKey(){let e=Math.floor(Math.random()*this.apiKeys.length);return this.apiKeys[e]}async translate(e){let{text:n,from:r,to:a}=e,i=this.getRandomKey(),s=await de({retry:this.retry,url:i,headers:{"content-type":"application/json"},method:"POST",body:JSON.stringify({source_lang:gg.get(r)||r,target_lang:gg.get(a)||a,text:n}),timeout:this.requestTimeout});if(s.code===200)return{text:s.data,from:r,to:a};throw new $(s.message||s.message||"API Error")}};d();d();var mg="https://{s}bing.com",Y2=mg+"/translator",mA=mg+"/ttranslatev3",fA=mg+"/tspellcheckv3",sc="bingGlobalConfig",Q2=[["auto","auto-detect"],["ar","ar"],["ga","ga"],["et","et"],["bg","bg"],["is","is"],["pl","pl"],["bs","bs-Latn"],["fa","fa"],["da","da"],["de","de"],["ru","ru"],["fr","fr"],["zh-TW","zh-Hant"],["fil","fil"],["fj","fj"],["fi","fi"],["gu","gu"],["kk","kk"],["ht","ht"],["ko","ko"],["nl","nl"],["ca","ca"],["zh-CN","zh-Hans"],["cs","cs"],["kn","kn"],["otq","otq"],["tlh","tlh"],["hr","hr"],["lv","lv"],["lt","lt"],["ro","ro"],["mg","mg"],["mt","mt"],["mr","mr"],["ml","ml"],["ms","ms"],["mi","mi"],["bn","bn-BD"],["hmn","mww"],["af","af"],["pa","pa"],["pt","pt"],["ps","ps"],["ja","ja"],["sv","sv"],["sm","sm"],["sr-Latn","sr-Latn"],["sr-Cyrl","sr-Cyrl"],["no","nb"],["sk","sk"],["sl","sl"],["sw","sw"],["ty","ty"],["te","te"],["ta","ta"],["th","th"],["to","to"],["tr","tr"],["cy","cy"],["ur","ur"],["uk","uk"],["es","es"],["he","iw"],["el","el"],["hu","hu"],["it","it"],["hi","hi"],["id","id"],["en","en"],["yua","yua"],["yue","yua"],["vi","vi"],["ku","ku"],["km","kmr"]],K2=new Map(Q2),G2=new Map(Q2.map(([t,e])=>[e,t])),V2=1e3,ar,uo;function fg(t,e){return t.replace("{s}",e?e+".":"")}async function hA(){if(!ar){let n=await oe.storage.local.get(sc);return n&&(ar=n[sc]),!0}let{tokenTs:t,tokenExpiryInterval:e}=ar;return Date.now()-t>e}async function $2(){let t,e,n,r,a,i,o,s,u,l;try{let c=fg(Y2,t),p=await de({retry:2,url:c,responseType:"raw"}),{body:g,headers:m,url:f}=p;t=f.match(/^https?:\/\/(\w+)\.bing\.com/)[1],l=m["set-cookie"],e=g.match(/IG:"([^"]+)"/)[1],n=g.match(/data-iid="([^"]+)"/)[1],[a,r,i,o,s,u]=JSON.parse(g.match(/params_AbusePreventionHelper\s?=\s?([^\]]+\])/)[1])}catch(c){throw c}return ar={subdomain:t,IG:e,IID:n,key:a,token:r,tokenTs:a,tokenExpiryInterval:i,isVertical:o,frontDoorBotClassification:s,isSignedInOrCorporateUser:u,cookie:l,count:0},await oe.storage.local.set({[sc]:ar}),ar}function bA(t){let{IG:e,IID:n,subdomain:r,isVertical:a}=ar;return fg(t?fA:mA,r)+"?isVertical=1"+(e&&e.length?"&IG="+e:"")+(n&&n.length?"&IID="+n+"."+ar.count++:"")}function TA(t,e,n,r){let{token:a,key:i}=ar,o={fromLang:n,text:e,token:a,key:i};return!t&&r&&(o.to=r),o}async function Z2(t,e,n){if(!t||!(t=t.trim()))return;if(t.length>V2)throw new Error(`The supported maximum length of text is ${V2}. Please shorten the text.`);uo||(uo=$2()),await uo,await hA()&&(uo=$2(),await uo),e=e||"auto",n=n||"zh-CN",e=K2.get(e)||e,n=K2.get(n)||n;let a=bA(!1),i=TA(!1,t,e,n==="auto-detect"?"zh-Hans":n),o={referer:fg(Y2,ar.subdomain),"content-type":"application/x-www-form-urlencoded"},s=new URLSearchParams(i),u=a,l=s.toString(),c=await de({retry:2,url:u,headers:o,method:"POST",body:l});if(c.ShowCaptcha||c.StatusCode===401||c.statusCode){if(ar=null,uo=null,await oe.storage.local.remove(sc),c.ShowCaptcha)throw new Error(` +`).slice(0,1e3));let s={region:"cn-north-1",method:"POST",params:{Action:"TranslateText",Version:"2020-06-01"},pathname:"/",headers:{"Content-Type":"application/json",host:"open.volcengineapi.com"},body:JSON.stringify(o)},u=new so(s,"translate");await u.addAuthorization({accessKeyId:this.accessKeyId,secretKey:this.secretAccessKey});let l=new URLSearchParams(s.params),c=await de({retry:2,url:"https://open.volcengineapi.com"+s.pathname+"?"+l.toString(),headers:u.request.headers,method:s.method,body:s.body});if(c.TranslationList){let p=c.TranslationList.map(g=>g.Translation),m=r;return c.TranslationList.length>0&&c.TranslationList[0].DetectedSourceLanguage&&(m=dA.get(c.TranslationList[0].DetectedSourceLanguage)||r),{text:p,from:m,to:a}}else if(c.ResponseMetadata&&c.ResponseMetadata.Error){let p=c.ResponseMetadata.Error;throw new $(p.Code,p.Message)}else if(c.ResponseMetaData&&c.ResponseMetaData.Error){let p=c.ResponseMetaData.Error;throw new $(p.Code,p.Message)}else throw new $("response: "+JSON.stringify(c))}},H2=dg;d();var W2=[["auto","detect"],["af","af"],["am","am"],["ar","ar"],["az","az"],["be","be"],["bg","bg"],["bn","bn"],["bs","bs"],["ca","ca"],["co","co"],["cs","cs"],["cy","cy"],["da","da"],["de","de"],["el","el"],["en","en"],["eo","eo"],["es","es"],["et","et"],["eu","eu"],["fa","fa"],["fi","fi"],["fj","fj"],["fr","fr"],["fy","fy"],["ga","ga"],["gd","gd"],["gl","gl"],["gu","gu"],["ha","ha"],["he","he"],["hi","hi"],["hr","hr"],["ht","ht"],["hu","hu"],["hy","hy"],["id","id"],["ig","ig"],["is","is"],["it","it"],["ja","ja"],["ka","ka"],["kk","kk"],["km","km"],["kn","kn"],["ko","ko"],["ku","ku"],["ky","ky"],["la","la"],["lb","lb"],["lo","lo"],["lt","lt"],["lv","lv"],["mg","mg"],["mi","mi"],["mk","mk"],["ml","ml"],["mn","mn"],["mr","mr"],["ms","ms"],["mt","mt"],["my","my"],["ne","ne"],["nl","nl"],["no","no"],["ny","ny"],["pa","pa"],["pl","pl"],["ps","ps"],["pt","pt"],["ro","ro"],["ru","ru"],["sd","sd"],["si","si"],["sk","sk"],["sl","sl"],["sm","sm"],["sn","sn"],["so","so"],["sq","sq"],["sr","sr"],["st","st"],["su","su"],["sv","sv"],["sw","sw"],["ta","ta"],["te","te"],["tg","tg"],["th","th"],["tn","tn"],["to","to"],["tr","tr"],["ty","ty"],["ug","ug"],["uk","uk"],["ur","ur"],["uz","uz"],["vi","vi"],["xh","xh"],["yi","yi"],["yo","yo"],["zh-CN","zh"],["zh-TW","zh-Hans"],["zu","zu"]],pg=new Map(W2),pA=new Map(W2.map(([t,e])=>[e,t])),Fs=class extends De{static langMap=pg;maxTextGroupLength=50;isSupportList=!1;async translate(e){let{text:n,from:r,to:a}=e,i=pg.get(r)||"detect",o=pg.get(a)||a,u=await de({url:"https://translate.volcengine.com/crx/translate/v1/",method:"POST",headers:{"Content-Type":"application/json"},body:JSON.stringify({source_language:i,target_language:o,text:n}),retry:this.retry});if(u.base_resp&&u.base_resp.status_code===0){let l=u.translation,c=r;return u.detected_language&&(c=pA.get(u.detected_language)||r),{text:l,from:c,to:a}}else{let l=u.base_resp;throw new $(l.status_code.toString(),l.status_message)}}};d();var gA=[["auto","auto"],["en","EN"],["ja","JA"],["pl","PL"],["zh-CN","ZH"],["zh-TW","ZH"],["ja","JA"],["ko","KO"],["es","ES"],["de","DE"],["fr","FR"],["pt","PT"],["ru","RU"],["it","IT"],["id","ID"],["nl","NL"],["pl","PL"],["bg","BG"],["cs","CS"],["da","DA"],["el","EL"],["et","ET"],["fi","FI"],["hu","HU"],["lt","LT"],["lv","LV"],["ro","RO"],["sk","SK"],["sl","SL"],["sv","SV"],["tr","TR"],["uk","UK"]],gg=new Map(gA),Ms=class extends De{static langMap=gg;url="";isSupportList=!1;maxTextGroupLength=1;apiKeys=[];constructor(e,n,r){if(super(e,n,r),!e||!e.url)throw new $("deeplx custom url are required, please check your settings.");this.url=e.url,this.apiKeys=this.url.split(",").map(a=>a.trim())}getRandomKey(){let e=Math.floor(Math.random()*this.apiKeys.length);return this.apiKeys[e]}async translate(e){let{text:n,from:r,to:a}=e,i=this.getRandomKey(),s=await de({retry:this.retry,url:i,headers:{"content-type":"application/json"},method:"POST",body:JSON.stringify({source_lang:gg.get(r)||r,target_lang:gg.get(a)||a,text:n}),timeout:this.requestTimeout});if(s.code===200)return{text:s.data,from:r,to:a};throw new $(s.message||s.message||"API Error")}};d();d();var mg="https://{s}bing.com",Y2=mg+"/translator",mA=mg+"/ttranslatev3",fA=mg+"/tspellcheckv3",sc="bingGlobalConfig",Q2=[["auto","auto-detect"],["ar","ar"],["ga","ga"],["et","et"],["bg","bg"],["is","is"],["pl","pl"],["bs","bs-Latn"],["fa","fa"],["da","da"],["de","de"],["ru","ru"],["fr","fr"],["zh-TW","zh-Hant"],["fil","fil"],["fj","fj"],["fi","fi"],["gu","gu"],["kk","kk"],["ht","ht"],["ko","ko"],["nl","nl"],["ca","ca"],["zh-CN","zh-Hans"],["cs","cs"],["kn","kn"],["otq","otq"],["tlh","tlh"],["hr","hr"],["lv","lv"],["lt","lt"],["ro","ro"],["mg","mg"],["mt","mt"],["mr","mr"],["ml","ml"],["ms","ms"],["mi","mi"],["bn","bn-BD"],["hmn","mww"],["af","af"],["pa","pa"],["pt","pt"],["ps","ps"],["ja","ja"],["sv","sv"],["sm","sm"],["sr-Latn","sr-Latn"],["sr-Cyrl","sr-Cyrl"],["no","nb"],["sk","sk"],["sl","sl"],["sw","sw"],["ty","ty"],["te","te"],["ta","ta"],["th","th"],["to","to"],["tr","tr"],["cy","cy"],["ur","ur"],["uk","uk"],["es","es"],["he","iw"],["el","el"],["hu","hu"],["it","it"],["hi","hi"],["id","id"],["en","en"],["yua","yua"],["yue","yua"],["vi","vi"],["ku","ku"],["km","kmr"]],K2=new Map(Q2),G2=new Map(Q2.map(([t,e])=>[e,t])),V2=1e3,ar,uo;function fg(t,e){return t.replace("{s}",e?e+".":"")}async function hA(){if(!ar){let n=await oe.storage.local.get(sc);return n&&(ar=n[sc]),!0}let{tokenTs:t,tokenExpiryInterval:e}=ar;return Date.now()-t>e}async function $2(){let t,e,n,r,a,i,o,s,u,l;try{let c=fg(Y2,t),p=await de({retry:2,url:c,responseType:"raw"}),{body:m,headers:g,url:f}=p;t=f.match(/^https?:\/\/(\w+)\.bing\.com/)[1],l=g["set-cookie"],e=m.match(/IG:"([^"]+)"/)[1],n=m.match(/data-iid="([^"]+)"/)[1],[a,r,i,o,s,u]=JSON.parse(m.match(/params_AbusePreventionHelper\s?=\s?([^\]]+\])/)[1])}catch(c){throw c}return ar={subdomain:t,IG:e,IID:n,key:a,token:r,tokenTs:a,tokenExpiryInterval:i,isVertical:o,frontDoorBotClassification:s,isSignedInOrCorporateUser:u,cookie:l,count:0},await oe.storage.local.set({[sc]:ar}),ar}function bA(t){let{IG:e,IID:n,subdomain:r,isVertical:a}=ar;return fg(t?fA:mA,r)+"?isVertical=1"+(e&&e.length?"&IG="+e:"")+(n&&n.length?"&IID="+n+"."+ar.count++:"")}function TA(t,e,n,r){let{token:a,key:i}=ar,o={fromLang:n,text:e,token:a,key:i};return!t&&r&&(o.to=r),o}async function Z2(t,e,n){if(!t||!(t=t.trim()))return;if(t.length>V2)throw new Error(`The supported maximum length of text is ${V2}. Please shorten the text.`);uo||(uo=$2()),await uo,await hA()&&(uo=$2(),await uo),e=e||"auto",n=n||"zh-CN",e=K2.get(e)||e,n=K2.get(n)||n;let a=bA(!1),i=TA(!1,t,e,n==="auto-detect"?"zh-Hans":n),o={referer:fg(Y2,ar.subdomain),"content-type":"application/x-www-form-urlencoded"},s=new URLSearchParams(i),u=a,l=s.toString(),c=await de({retry:2,url:u,headers:o,method:"POST",body:l});if(c.ShowCaptcha||c.StatusCode===401||c.statusCode){if(ar=null,uo=null,await oe.storage.local.remove(sc),c.ShowCaptcha)throw new Error(` Sorry that bing translator seems to be asking for the captcha, Please take care not to request too frequently. The response code is ${c.StatusCode}. `);if(c.StatusCode===401)throw new Error(` Max count of translation exceeded. Please try it again later. The response code is 401. - `);if(c.statusCode)throw new Error(`Something went wrong! The response is ${JSON.stringify(c)}.`)}let p=c[0].translations[0],g=c[0].detectedLanguage;return{text:p.text,from:G2.get(g.language),to:G2.get(p.to)}}d();d();d();d();d();function ha(t){return t!=null}function eT(t,e,n){return`${t.type}#${e}#${n}`}function tT(t,e,n,r,a){return{body:a,id:r,type:eT(t,e,n)}}function yA(t,e,n,r){return{id:n,response:r,type:eT(t,"ask",e)}}function nT(t,e,n,r){if(ha(r)){let a=r.type;if(ha(a)&&ha(r.body)){let[i,o,s]=a.split("#");return i===t.type&&o===e&&s===n}else return!1}else return!1}function vA(t,e,n){if(ha(n)){let r=n.type;if(ha(r)&&ha(n.response)){let[a,i,o]=r.split("#");return a===t.type&&i==="ask"&&o===e}else return!1}else return!1}function SA(t){t.forEach(([e,n])=>e.removeEventListener("message",n)),t.length=0}function xA(t,e,n,r){return new Promise(a=>{let i=o=>{let s=o.data;vA(e,n,s)&&s.id===r&&(t.removeEventListener("message",i),a(s.response))};t.addEventListener("message",i)})}function EA(t,e,n,r){let a=i=>{let o=i.data;nT(e,"tell",n,o)&&r(o.body)};return t.addEventListener("message",a),[t,a]}function J2(t,e,n,r,a,i){let o=async s=>{let u=s.data;if(nT(n,"ask",r,u)){let l=await i(u.body);e=s.source,e.postMessage(yA(n,r,u.id,l),s.origin)}};return t.addEventListener("message",o),[t,o]}function CA(t,e,n,r,a){let i=Math.random().toString();return t.postMessage(tT(e,"tell",n,i,r),a)}async function X2(t,e,n,r,a,i,o){let s=Math.random().toString(),u=new Promise(async(l,c)=>{let p=setTimeout(()=>c(new Error(`Failed to get response within ${o}ms`)),o),g=await xA(t,n,r,s);clearTimeout(p),l(g)});return e.postMessage(tT(n,"ask",r,s,a),i),u}var ba=class t{constructor(e,n,r=window,a="*"){this.protocol=e;this.targetWindow=n;this.thisWindow=r;this.targetOrigin=a;J2(r,n,this.getSystemProtocol("ping"),"ping",a,()=>Promise.resolve({}))}static async connect(e,n=10,r=500){for(let a=0;a<=n;a++)try{return await e.ping({timeout:r}),e}catch{continue}throw new Error(`Could not connect on protocol ${e.protocol.type} after ${n*r}ms`)}static parent(e,n,r="*",a=window){let i=n.contentWindow;if(ha(i))return new t(e,i,a,r);throw new Error("iframe.contentWindow was null")}static iframe(e,n="*",{thisWindow:r=window,targetWindow:a=window.parent}={}){return new t(e,a,r,n)}static rootIframe(e,n="*",{thisWindow:r=window}={}){return new t(e,null,r,n)}getSystemProtocol(e){return{type:`system|${e}`}}listeners=[];async ping({timeout:e=1e4}){await X2(this.thisWindow,this.targetWindow,this.getSystemProtocol("ping"),"ping",{data:{},payload:{}},this.targetOrigin,e)}handleTell(e,n){this.listeners.push(EA(this.thisWindow,this.protocol,e,n))}tell(e,n){CA(this.targetWindow,this.protocol,e,n,this.targetOrigin)}handleAsk(e,n){this.listeners.push(J2(this.thisWindow,this.targetWindow,this.protocol,e,this.targetOrigin,n))}ask(e,n,r=1e4){if(this.targetWindow)return X2(this.thisWindow,this.targetWindow,this.protocol,e,n,this.targetOrigin,r);throw new Error("target window is requried")}destroy(){SA(this.listeners)}};var rT;async function aT(){if(Xe()){let e=globalThis;for(;e.top!=e.self;)e=e.top;let n=ba.iframe(Au,"*",{targetWindow:e});rT=n,await ba.connect(n).catch(r=>{z.error("connect with parent frame error",r)})}}function iT(){return rT}var uc=new Map;async function hg(t){let e=t.url;if(t.method&&(e+=t.method),t.body&&(e+=kn(t.body)),uc.has(e))return uc.get(e);let n=de(t);uc.set(e,n);try{return await n}catch(r){throw r}finally{setTimeout(()=>{uc.delete(e)},3e3)}}async function oT(t){return hg(t)}async function lc(t){if(Xe()){let n=iT();if(n)try{return await n.ask("throttleRequest",t)}catch(r){throw z.error("can not comunicate with root frame, use strict limiter",r),r}else return hg(t)}else return hg(t)}d();function sT(t){let e=t.split(".");if(e.length<=1)throw new Error("invlaid token");let n=e[1];if(!n)throw new Error("invalid base64 url token");let r=n.replace(/-/g,"+").replace(/_/g,"/"),a=decodeURIComponent(globalThis.atob(r).split("").map(function(s){return"%"+("00"+s.charCodeAt(0).toString(16)).slice(-2)}).join("")),i=JSON.parse(a),o=new Date(i.exp*1e3);return{accessToken:t,accessTokenExpiresAt:o.toISOString()}}d();async function cc(t){await zd(t)}async function dc(t,e){let n=await Id(t);if(n?.accessToken&&n?.accessTokenExpiresAt){let r=Date.now(),i=new Date(n.accessTokenExpiresAt).getTime();if(i-r>30*1e3)return n;if(i-r>3e3)return uT(t,e)}return uT(t,e)}async function uT(t,e){let n=await e(),r=n.accessTokenExpiresAt,i=new Date(r).getTime()-Date.now();return await Rd(t,n,i-1e3),n}var wA=[["auto",""],["ar","ar"],["ga","ga"],["et","et"],["bg","bg"],["is","is"],["pl","pl"],["bs","bs-Latn"],["fa","fa"],["da","da"],["de","de"],["ru","ru"],["fr","fr"],["zh-TW","zh-Hant"],["fil","fil"],["fj","fj"],["fi","fi"],["gu","gu"],["kk","kk"],["he","he"],["ht","ht"],["ko","ko"],["nl","nl"],["ca","ca"],["zh-CN","zh-Hans"],["wyw","lzh"],["cs","cs"],["kn","kn"],["otq","otq"],["tlh","tlh"],["hr","hr"],["lv","lv"],["lt","lt"],["ro","ro"],["mg","mg"],["mt","mt"],["mr","mr"],["ml","ml"],["ms","ms"],["mi","mi"],["bn","bn-BD"],["hmn","mww"],["af","af"],["pa","pa"],["pt","pt"],["ps","ps"],["ja","ja"],["sv","sv"],["sm","sm"],["sr-Latn","sr-Latn"],["sr-Cyrl","sr-Cyrl"],["no","nb"],["sk","sk"],["sl","sl"],["sw","sw"],["ty","ty"],["te","te"],["ta","ta"],["th","th"],["to","to"],["tr","tr"],["cy","cy"],["ur","ur"],["uk","uk"],["es","es"],["el","el"],["hu","hu"],["it","it"],["hi","hi"],["id","id"],["en","en"],["yua","yua"],["bo","bo"],["vi","vi"]],bg=new Map(wA),Bs=class extends De{static langMap=bg;isSupportList=!0;maxTextLength=1800;constructor(e,n,r){super(e,n,r)}static async clearState(){await cc(Ed)}async translate(e){let{text:n,from:r,to:a}=e;return n?await Z2(n,r,a):{...e}}async init(){await this.getAccessToken()}async getAccessToken(){return await dc(Ed,async()=>{let e=await lc({responseType:"text",url:"https://edge.microsoft.com/translate/auth",headers:{accept:"*/*","accept-language":"zh-TW,zh;q=0.9,ja;q=0.8,zh-CN;q=0.7,en-US;q=0.6,en;q=0.5","cache-control":"no-cache",pragma:"no-cache","sec-ch-ua":'"Microsoft Edge";v="113", "Chromium";v="113", "Not-A.Brand";v="24"',"sec-ch-ua-mobile":"?0","sec-ch-ua-platform":'"Windows"',"sec-fetch-dest":"empty","sec-fetch-mode":"cors","sec-fetch-site":"cross-site","sec-mesh-client-arch":"x86_64","sec-mesh-client-edge-channel":"beta","sec-mesh-client-edge-version":"113.0.1774.23","sec-mesh-client-os":"Windows","sec-mesh-client-os-version":"10.0.19044","sec-mesh-client-webview":"0",Referer:"https://appsumo.com/","Referrer-Policy":"strict-origin-when-cross-origin"},body:null,method:"GET",timeout:5e3,retry:this.retry});return sT(e)})}async translateList(e){let{from:n,to:r,text:a}=e,i=bg.get(n)||"auto",o=bg.get(r)||r;i==="auto"&&(i="");let s=await this.getAccessToken(),u=[];for(let g of a)u.push({Text:g});let l=JSON.stringify(u),c=`https://api-edge.cognitive.microsofttranslator.com/translate?from=${i}&to=${o}&api-version=3.0&includeSentenceLength=true`,p=await de({url:c,headers:{accept:"*/*","accept-language":"zh-TW,zh;q=0.9,ja;q=0.8,zh-CN;q=0.7,en-US;q=0.6,en;q=0.5",authorization:"Bearer "+s.accessToken,"cache-control":"no-cache","content-type":"application/json",pragma:"no-cache","sec-ch-ua":'"Microsoft Edge";v="113", "Chromium";v="113", "Not-A.Brand";v="24"',"sec-ch-ua-mobile":"?0","sec-ch-ua-platform":'"Windows"',"sec-fetch-dest":"empty","sec-fetch-mode":"cors","sec-fetch-site":"cross-site","Referrer-Policy":"strict-origin-when-cross-origin","User-Agent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36 Edg/120.0.0.0"},body:l,method:"POST",timeout:this.requestTimeout});if(p&&p.length>0&&p[0].translations&&p[0].translations.length>0)return{text:p.map(g=>g.translations[0]?.text||""),from:n,to:r};throw new $("Microsoft translate error "+JSON.stringify(p))}};d();var lT=[["auto","auto"],["zh-CN","zh"],["en","en"],["yue","yue"],["wyw","wyw"],["ja","jp"],["ko","kor"],["fr","fra"],["es","spa"],["th","th"],["ar","ara"],["ru","ru"],["pt","pt"],["de","de"],["it","it"],["el","el"],["nl","nl"],["pl","pl"],["bg","bul"],["et","est"],["da","dan"],["fi","fin"],["cs","cs"],["ro","rom"],["sl","slo"],["sv","swe"],["hu","hu"],["zh-TW","cht"],["vi","vie"]],Tg=new Map(lT),DA=new Map(lT.map(([t,e])=>[e,t])),yg=class extends De{static langMap=Tg;endpoint="https://api.fanyi.baidu.com/api/trans/vip/translate";fieldEndpoint="https://fanyi-api.baidu.com/api/trans/vip/fieldtranslate";appid="";key="";isSupportList=!1;maxTextGroupLength=3;action=!1;domain="";constructor(e,n,r){if(super(e,n,r),!e||!e.appid||!e.key)throw new $("appid and key are required");this.appid=e.appid?.trim(),this.key=e.key?.trim(),e.action&&(this.action=!0),e.endpoint&&(this.endpoint=e.endpoint),e.fieldEndpoint&&(this.fieldEndpoint=e.fieldEndpoint),e.domain&&(this.domain=e.domain,this.endpoint=this.fieldEndpoint)}getDefaultRateLimit(){return{limit:1,interval:1550}}async translate(e){let n=Date.now().toString(),{endpoint:r}=this,{appid:a,key:i}=this,{text:o,from:s,to:u}=e,l=kn(a+o+n+i);this.domain&&(l=kn(a+o+n+this.domain+i));let c=new URLSearchParams({from:Tg.get(s)||"auto",to:Tg.get(u)||u,q:o,salt:n,appid:a,sign:l});this.action&&c.set("action","1"),this.domain&&c.set("domain",this.domain);let p=new URL(r);p.search=c.toString();let g=await de({url:p.toString(),retry:this.retry,timeout:this.requestTimeout});if(g.error_code)throw new $("API_SERVER_ERROR",g.error_msg);let{trans_result:m,from:f}=g,T=m.map(({dst:h})=>h);return{from:DA.get(f)||f,to:u,text:T.join(` -`)}}},cT=yg;d();d();var Xa=class extends De{langMap;requestBaseConfig;apiServiceConfig;constructor(e,n,r){super(e,n,r),this.apiServiceConfig=this.serviceConfig,this.isSupportList=this.apiServiceConfig.isSupportList,this.langMap=new Map(this.apiServiceConfig.langs),this.requestBaseConfig=this.handleBaseApiServiceConfig(this.apiServiceConfig)}async translate(e){if(!Object.keys(this.apiServiceConfig).length)throw"serivce id not found config";let{text:n,from:r,to:a}=e;if(!this.langMap.has(a))throw new $(`Unsupported language: ${a}`);a=this.langMap.get(a);let i=await this.checkLang(r,n);if(!i)return{text:n,from:r,to:a};r=i;let o=this.handleRequest(n,r,a),s=await Al(o);return{text:this.handleResponseText(s),from:r,to:a}}async translateList(e){if(!Object.keys(this.apiServiceConfig).length)throw new $("serivce id not found config");let{text:n,from:r,to:a}=e;if(!this.langMap.has(a))throw new $(`Unsupported language: ${a}`);a=this.langMap.get(a);let i=await this.checkLang(r,n.join(" "));if(!i)return{text:n,from:r,to:a};r=i;let o=this.handleRequest(n,r,a),s=await Al(o);return{text:this.handleResponseText(s),from:r,to:a}}handleBaseApiServiceConfig(e){let n=e.request.url,r=e.request.headers||{};return r["content-type"]||(r["content-type"]="application/json"),{url:n,retry:e.request.retry||this.retry,method:e.request.method||"POST",headers:r,body:JSON.stringify(e.request.body),timeout:this.requestTimeout}}async checkLang(e,n){if(e=="auto"){if(this.langMap.has("auto"))return"auto";e=await this.detectLanguageRemotely(n.slice(0,this.apiServiceConfig.checkLangLenth||10))}return this.langMap.has(e)?this.langMap.get(e):null}handleRequest(e,n,r){let a={...this.requestBaseConfig},i=a?.body||"",o=this.apiServiceConfig.keywords||{};a.body=u(i);let s=a.headers||{};return Object.keys(s).forEach(l=>{s[l]=u(s[l])}),a.headers=s,a.url=u(a.url||""),a;function u(l){return l.replaceAll('"{text}"',()=>Array.isArray(e)?JSON.stringify(e):`"${e}"`).replaceAll("{from}",n).replaceAll("{to}",r).replaceAll(/{([a-z:_]+)}/gi,(p,g)=>{let[m,f]=g.split(":"),T=o[m];return f==="random"?AA(T.split(",")):T})}}handleResponseText(e){let n=this.apiServiceConfig.response,r=e,a=n.text.split(".");for(let i of a){if(Array.isArray(r))return r=r.map(o=>o[i]),r;r=r[i]}return r}detectLanguageRemotely(e){return Wr.detectLanguageRemotelyByTransmart(e)}};function AA(t){let e=Math.floor(Math.random()*t.length);return t[e]}var dT=[["zh-CN","zh"],["en","en"],["ja","ja"],["ko","ko"],["fr","fr"],["es","es"],["ru","ru"]],vg=class extends Xa{static langMap=new Map(dT);constructor(e,n,r){if(!e?.token)throw new $("token are required");super({...e,isSupportList:!0,langs:dT,keywords:{token:e.token?.trim()},request:{headers:{"content-type":"application/json","x-authorization":"token {token:random}"},url:"https://api.interpreter.caiyunai.com/v1/translator",retry:2,body:{source:"{text}",trans_type:"{from}2{to}"}},response:{text:"target"}},n,r)}},pT=vg;d();var kA=[["auto","auto"],["zh-CN","zh"],["en","en"],["ja","ja"]],pc=new Map(kA),Sg=class extends De{static langMap=pc;token="ssdj273ksdiwi923bsd9";constructor(e,n,r){super(e,n,r)}getDefaultRateLimit(){return{limit:5,interval:1050}}async translateList(e){let{text:n,from:r,to:a}=e;if(!pc.get(a))throw new $(`Unsupported language: ${a}`);if(r==="auto")throw new $("Unsupported language: auto");let o=n;return{text:(await de({retry:this.retry,url:"https://api.interpreter.caiyunai.com/v1/translator",headers:{"content-type":"application/json","x-authorization":"token "+this.token},method:"POST",body:JSON.stringify({source:o,trans_type:`${pc.get(r)||"auto"}2${pc.get(a)}`}),timeout:this.requestTimeout})).target,from:r,to:a}}},gT=Sg;d();var mT=[["auto","auto"],["en","en"],["ru","ru"],["pt","pt"],["es","es"],["zh-CN","zh-CHS"],["ja","ja"],["ko","ko"],["fr","fr"],["ar","ar"],["id","id"],["vi","vi"],["it","it"]],xg=new Map(mT),PA=new Map(mT.map(([t,e])=>[e,t]));function LA(t){let e=t.length;return e<=20?t:t.substring(0,10)+e+t.substring(e-10,e)}var Eg=class extends De{static langMap=xg;isSupportList=!1;appId="";appSecret="";throttleLimit=5;domain="general";vocabId="";constructor(e,n,r){if(super(e,n,r),!e||!e.appId||!e.appSecret)throw new $("appId and appSecret are required");this.appId=e.appId?.trim(),this.appSecret=e.appSecret?.trim(),e.domain&&(this.domain=e.domain),e&&e.vocabId&&(this.vocabId=e.vocabId)}getDefaultRateLimit(){return{limit:5,interval:1050}}async translate(e){let{text:n,from:r,to:a}=e,i=_A(32),o=Math.round(new Date().getTime()/1e3),s=this.appId+LA(n)+i+o+this.appSecret,u=await nr(s),l={q:n,appKey:this.appId,salt:i.toString(),from:xg.get(r)||"auto",to:xg.get(a)||a,sign:u,signType:"v3",curtime:o.toString()};this.domain&&this.domain!=="general"&&(l.domain=this.domain),this.vocabId&&(l.vocabId=this.vocabId);let c=new URLSearchParams(l),g=await de({url:"https://openapi.youdao.com/api",method:"POST",body:c.toString(),headers:{"Content-Type":"application/x-www-form-urlencoded"},retry:this.retry,timeout:this.requestTimeout});if(!g.translation)throw new $(JSON.stringify(g));let m=g.l,[f,T]=m.split("2");return{text:g.translation.join(` + `);if(c.statusCode)throw new Error(`Something went wrong! The response is ${JSON.stringify(c)}.`)}let p=c[0].translations[0],m=c[0].detectedLanguage;return{text:p.text,from:G2.get(m.language),to:G2.get(p.to)}}d();d();d();d();d();function ha(t){return t!=null}function eT(t,e,n){return`${t.type}#${e}#${n}`}function tT(t,e,n,r,a){return{body:a,id:r,type:eT(t,e,n)}}function yA(t,e,n,r){return{id:n,response:r,type:eT(t,"ask",e)}}function nT(t,e,n,r){if(ha(r)){let a=r.type;if(ha(a)&&ha(r.body)){let[i,o,s]=a.split("#");return i===t.type&&o===e&&s===n}else return!1}else return!1}function vA(t,e,n){if(ha(n)){let r=n.type;if(ha(r)&&ha(n.response)){let[a,i,o]=r.split("#");return a===t.type&&i==="ask"&&o===e}else return!1}else return!1}function SA(t){t.forEach(([e,n])=>e.removeEventListener("message",n)),t.length=0}function xA(t,e,n,r){return new Promise(a=>{let i=o=>{let s=o.data;vA(e,n,s)&&s.id===r&&(t.removeEventListener("message",i),a(s.response))};t.addEventListener("message",i)})}function EA(t,e,n,r){let a=i=>{let o=i.data;nT(e,"tell",n,o)&&r(o.body)};return t.addEventListener("message",a),[t,a]}function J2(t,e,n,r,a,i){let o=async s=>{let u=s.data;if(nT(n,"ask",r,u)){let l=await i(u.body);e=s.source,e.postMessage(yA(n,r,u.id,l),s.origin)}};return t.addEventListener("message",o),[t,o]}function CA(t,e,n,r,a){let i=Math.random().toString();return t.postMessage(tT(e,"tell",n,i,r),a)}async function X2(t,e,n,r,a,i,o){let s=Math.random().toString(),u=new Promise(async(l,c)=>{let p=setTimeout(()=>c(new Error(`Failed to get response within ${o}ms`)),o),m=await xA(t,n,r,s);clearTimeout(p),l(m)});return e.postMessage(tT(n,"ask",r,s,a),i),u}var ba=class t{constructor(e,n,r=window,a="*"){this.protocol=e;this.targetWindow=n;this.thisWindow=r;this.targetOrigin=a;J2(r,n,this.getSystemProtocol("ping"),"ping",a,()=>Promise.resolve({}))}static async connect(e,n=10,r=500){for(let a=0;a<=n;a++)try{return await e.ping({timeout:r}),e}catch{continue}throw new Error(`Could not connect on protocol ${e.protocol.type} after ${n*r}ms`)}static parent(e,n,r="*",a=window){let i=n.contentWindow;if(ha(i))return new t(e,i,a,r);throw new Error("iframe.contentWindow was null")}static iframe(e,n="*",{thisWindow:r=window,targetWindow:a=window.parent}={}){return new t(e,a,r,n)}static rootIframe(e,n="*",{thisWindow:r=window}={}){return new t(e,null,r,n)}getSystemProtocol(e){return{type:`system|${e}`}}listeners=[];async ping({timeout:e=1e4}){await X2(this.thisWindow,this.targetWindow,this.getSystemProtocol("ping"),"ping",{data:{},payload:{}},this.targetOrigin,e)}handleTell(e,n){this.listeners.push(EA(this.thisWindow,this.protocol,e,n))}tell(e,n){CA(this.targetWindow,this.protocol,e,n,this.targetOrigin)}handleAsk(e,n){this.listeners.push(J2(this.thisWindow,this.targetWindow,this.protocol,e,this.targetOrigin,n))}ask(e,n,r=1e4){if(this.targetWindow)return X2(this.thisWindow,this.targetWindow,this.protocol,e,n,this.targetOrigin,r);throw new Error("target window is requried")}destroy(){SA(this.listeners)}};var rT;async function aT(){if(Xe()){let e=globalThis;for(;e.top!=e.self;)e=e.top;let n=ba.iframe(Au,"*",{targetWindow:e});rT=n,await ba.connect(n).catch(r=>{z.error("connect with parent frame error",r)})}}function iT(){return rT}var uc=new Map;async function hg(t){let e=t.url;if(t.method&&(e+=t.method),t.body&&(e+=kn(t.body)),uc.has(e))return uc.get(e);let n=de(t);uc.set(e,n);try{return await n}catch(r){throw r}finally{setTimeout(()=>{uc.delete(e)},3e3)}}async function oT(t){return hg(t)}async function lc(t){if(Xe()){let n=iT();if(n)try{return await n.ask("throttleRequest",t)}catch(r){throw z.error("can not comunicate with root frame, use strict limiter",r),r}else return hg(t)}else return hg(t)}d();function sT(t){let e=t.split(".");if(e.length<=1)throw new Error("invlaid token");let n=e[1];if(!n)throw new Error("invalid base64 url token");let r=n.replace(/-/g,"+").replace(/_/g,"/"),a=decodeURIComponent(globalThis.atob(r).split("").map(function(s){return"%"+("00"+s.charCodeAt(0).toString(16)).slice(-2)}).join("")),i=JSON.parse(a),o=new Date(i.exp*1e3);return{accessToken:t,accessTokenExpiresAt:o.toISOString()}}d();async function cc(t){await zd(t)}async function dc(t,e){let n=await Id(t);if(n?.accessToken&&n?.accessTokenExpiresAt){let r=Date.now(),i=new Date(n.accessTokenExpiresAt).getTime();if(i-r>30*1e3)return n;if(i-r>3e3)return uT(t,e)}return uT(t,e)}async function uT(t,e){let n=await e(),r=n.accessTokenExpiresAt,i=new Date(r).getTime()-Date.now();return await Rd(t,n,i-1e3),n}var wA=[["auto",""],["ar","ar"],["ga","ga"],["et","et"],["bg","bg"],["is","is"],["pl","pl"],["bs","bs-Latn"],["fa","fa"],["da","da"],["de","de"],["ru","ru"],["fr","fr"],["zh-TW","zh-Hant"],["fil","fil"],["fj","fj"],["fi","fi"],["gu","gu"],["kk","kk"],["he","he"],["ht","ht"],["ko","ko"],["nl","nl"],["ca","ca"],["zh-CN","zh-Hans"],["wyw","lzh"],["cs","cs"],["kn","kn"],["otq","otq"],["tlh","tlh"],["hr","hr"],["lv","lv"],["lt","lt"],["ro","ro"],["mg","mg"],["mt","mt"],["mr","mr"],["ml","ml"],["ms","ms"],["mi","mi"],["bn","bn-BD"],["hmn","mww"],["af","af"],["pa","pa"],["pt","pt"],["ps","ps"],["ja","ja"],["sv","sv"],["sm","sm"],["sr-Latn","sr-Latn"],["sr-Cyrl","sr-Cyrl"],["no","nb"],["sk","sk"],["sl","sl"],["sw","sw"],["ty","ty"],["te","te"],["ta","ta"],["th","th"],["to","to"],["tr","tr"],["cy","cy"],["ur","ur"],["uk","uk"],["es","es"],["el","el"],["hu","hu"],["it","it"],["hi","hi"],["id","id"],["en","en"],["yua","yua"],["bo","bo"],["vi","vi"]],bg=new Map(wA),Bs=class extends De{static langMap=bg;isSupportList=!0;maxTextLength=1800;constructor(e,n,r){super(e,n,r)}static async clearState(){await cc(Ed)}async translate(e){let{text:n,from:r,to:a}=e;return n?await Z2(n,r,a):{...e}}async init(){await this.getAccessToken()}async getAccessToken(){return await dc(Ed,async()=>{let e=await lc({responseType:"text",url:"https://edge.microsoft.com/translate/auth",headers:{accept:"*/*","accept-language":"zh-TW,zh;q=0.9,ja;q=0.8,zh-CN;q=0.7,en-US;q=0.6,en;q=0.5","cache-control":"no-cache",pragma:"no-cache","sec-ch-ua":'"Microsoft Edge";v="113", "Chromium";v="113", "Not-A.Brand";v="24"',"sec-ch-ua-mobile":"?0","sec-ch-ua-platform":'"Windows"',"sec-fetch-dest":"empty","sec-fetch-mode":"cors","sec-fetch-site":"cross-site","sec-mesh-client-arch":"x86_64","sec-mesh-client-edge-channel":"beta","sec-mesh-client-edge-version":"113.0.1774.23","sec-mesh-client-os":"Windows","sec-mesh-client-os-version":"10.0.19044","sec-mesh-client-webview":"0",Referer:"https://appsumo.com/","Referrer-Policy":"strict-origin-when-cross-origin"},body:null,method:"GET",timeout:5e3,retry:this.retry});return sT(e)})}async translateList(e){let{from:n,to:r,text:a}=e,i=bg.get(n)||"auto",o=bg.get(r)||r;i==="auto"&&(i="");let s=await this.getAccessToken(),u=[];for(let m of a)u.push({Text:m});let l=JSON.stringify(u),c=`https://api-edge.cognitive.microsofttranslator.com/translate?from=${i}&to=${o}&api-version=3.0&includeSentenceLength=true`,p=await de({url:c,headers:{accept:"*/*","accept-language":"zh-TW,zh;q=0.9,ja;q=0.8,zh-CN;q=0.7,en-US;q=0.6,en;q=0.5",authorization:"Bearer "+s.accessToken,"cache-control":"no-cache","content-type":"application/json",pragma:"no-cache","sec-ch-ua":'"Microsoft Edge";v="113", "Chromium";v="113", "Not-A.Brand";v="24"',"sec-ch-ua-mobile":"?0","sec-ch-ua-platform":'"Windows"',"sec-fetch-dest":"empty","sec-fetch-mode":"cors","sec-fetch-site":"cross-site","Referrer-Policy":"strict-origin-when-cross-origin","User-Agent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36 Edg/120.0.0.0"},body:l,method:"POST",timeout:this.requestTimeout});if(p&&p.length>0&&p[0].translations&&p[0].translations.length>0)return{text:p.map(m=>m.translations[0]?.text||""),from:n,to:r};throw new $("Microsoft translate error "+JSON.stringify(p))}};d();var lT=[["auto","auto"],["zh-CN","zh"],["en","en"],["yue","yue"],["wyw","wyw"],["ja","jp"],["ko","kor"],["fr","fra"],["es","spa"],["th","th"],["ar","ara"],["ru","ru"],["pt","pt"],["de","de"],["it","it"],["el","el"],["nl","nl"],["pl","pl"],["bg","bul"],["et","est"],["da","dan"],["fi","fin"],["cs","cs"],["ro","rom"],["sl","slo"],["sv","swe"],["hu","hu"],["zh-TW","cht"],["vi","vie"]],Tg=new Map(lT),DA=new Map(lT.map(([t,e])=>[e,t])),yg=class extends De{static langMap=Tg;endpoint="https://api.fanyi.baidu.com/api/trans/vip/translate";fieldEndpoint="https://fanyi-api.baidu.com/api/trans/vip/fieldtranslate";appid="";key="";isSupportList=!1;maxTextGroupLength=3;action=!1;domain="";constructor(e,n,r){if(super(e,n,r),!e||!e.appid||!e.key)throw new $("appid and key are required");this.appid=e.appid?.trim(),this.key=e.key?.trim(),e.action&&(this.action=!0),e.endpoint&&(this.endpoint=e.endpoint),e.fieldEndpoint&&(this.fieldEndpoint=e.fieldEndpoint),e.domain&&(this.domain=e.domain,this.endpoint=this.fieldEndpoint)}getDefaultRateLimit(){return{limit:1,interval:1550}}async translate(e){let n=Date.now().toString(),{endpoint:r}=this,{appid:a,key:i}=this,{text:o,from:s,to:u}=e,l=kn(a+o+n+i);this.domain&&(l=kn(a+o+n+this.domain+i));let c=new URLSearchParams({from:Tg.get(s)||"auto",to:Tg.get(u)||u,q:o,salt:n,appid:a,sign:l});this.action&&c.set("action","1"),this.domain&&c.set("domain",this.domain);let p=new URL(r);p.search=c.toString();let m=await de({url:p.toString(),retry:this.retry,timeout:this.requestTimeout});if(m.error_code)throw new $("API_SERVER_ERROR",m.error_msg);let{trans_result:g,from:f}=m,T=g.map(({dst:h})=>h);return{from:DA.get(f)||f,to:u,text:T.join(` +`)}}},cT=yg;d();d();var Xa=class extends De{langMap;requestBaseConfig;apiServiceConfig;constructor(e,n,r){super(e,n,r),this.apiServiceConfig=this.serviceConfig,this.isSupportList=this.apiServiceConfig.isSupportList,this.langMap=new Map(this.apiServiceConfig.langs),this.requestBaseConfig=this.handleBaseApiServiceConfig(this.apiServiceConfig)}async translate(e){if(!Object.keys(this.apiServiceConfig).length)throw"serivce id not found config";let{text:n,from:r,to:a}=e;if(!this.langMap.has(a))throw new $(`Unsupported language: ${a}`);a=this.langMap.get(a);let i=await this.checkLang(r,n);if(!i)return{text:n,from:r,to:a};r=i;let o=this.handleRequest(n,r,a),s=await Al(o);return{text:this.handleResponseText(s),from:r,to:a}}async translateList(e){if(!Object.keys(this.apiServiceConfig).length)throw new $("serivce id not found config");let{text:n,from:r,to:a}=e;if(!this.langMap.has(a))throw new $(`Unsupported language: ${a}`);a=this.langMap.get(a);let i=await this.checkLang(r,n.join(" "));if(!i)return{text:n,from:r,to:a};r=i;let o=this.handleRequest(n,r,a),s=await Al(o);return{text:this.handleResponseText(s),from:r,to:a}}handleBaseApiServiceConfig(e){let n=e.request.url,r=e.request.headers||{};return r["content-type"]||(r["content-type"]="application/json"),{url:n,retry:e.request.retry||this.retry,method:e.request.method||"POST",headers:r,body:JSON.stringify(e.request.body),timeout:this.requestTimeout}}async checkLang(e,n){if(e=="auto"){if(this.langMap.has("auto"))return"auto";e=await this.detectLanguageRemotely(n.slice(0,this.apiServiceConfig.checkLangLenth||10))}return this.langMap.has(e)?this.langMap.get(e):null}handleRequest(e,n,r){let a={...this.requestBaseConfig},i=a?.body||"",o=this.apiServiceConfig.keywords||{};a.body=u(i);let s=a.headers||{};return Object.keys(s).forEach(l=>{s[l]=u(s[l])}),a.headers=s,a.url=u(a.url||""),a;function u(l){return l.replaceAll('"{text}"',()=>Array.isArray(e)?JSON.stringify(e):`"${e}"`).replaceAll("{from}",n).replaceAll("{to}",r).replaceAll(/{([a-z:_]+)}/gi,(p,m)=>{let[g,f]=m.split(":"),T=o[g];return f==="random"?AA(T.split(",")):T})}}handleResponseText(e){let n=this.apiServiceConfig.response,r=e,a=n.text.split(".");for(let i of a){if(Array.isArray(r))return r=r.map(o=>o[i]),r;r=r[i]}return r}detectLanguageRemotely(e){return Wr.detectLanguageRemotelyByTransmart(e)}};function AA(t){let e=Math.floor(Math.random()*t.length);return t[e]}var dT=[["zh-CN","zh"],["en","en"],["ja","ja"],["ko","ko"],["fr","fr"],["es","es"],["ru","ru"]],vg=class extends Xa{static langMap=new Map(dT);constructor(e,n,r){if(!e?.token)throw new $("token are required");super({...e,isSupportList:!0,langs:dT,keywords:{token:e.token?.trim()},request:{headers:{"content-type":"application/json","x-authorization":"token {token:random}"},url:"https://api.interpreter.caiyunai.com/v1/translator",retry:2,body:{source:"{text}",trans_type:"{from}2{to}"}},response:{text:"target"}},n,r)}},pT=vg;d();var kA=[["auto","auto"],["zh-CN","zh"],["en","en"],["ja","ja"]],pc=new Map(kA),Sg=class extends De{static langMap=pc;token="ssdj273ksdiwi923bsd9";constructor(e,n,r){super(e,n,r)}getDefaultRateLimit(){return{limit:5,interval:1050}}async translateList(e){let{text:n,from:r,to:a}=e;if(!pc.get(a))throw new $(`Unsupported language: ${a}`);if(r==="auto")throw new $("Unsupported language: auto");let o=n;return{text:(await de({retry:this.retry,url:"https://api.interpreter.caiyunai.com/v1/translator",headers:{"content-type":"application/json","x-authorization":"token "+this.token},method:"POST",body:JSON.stringify({source:o,trans_type:`${pc.get(r)||"auto"}2${pc.get(a)}`}),timeout:this.requestTimeout})).target,from:r,to:a}}},gT=Sg;d();var mT=[["auto","auto"],["en","en"],["ru","ru"],["pt","pt"],["es","es"],["zh-CN","zh-CHS"],["ja","ja"],["ko","ko"],["fr","fr"],["ar","ar"],["id","id"],["vi","vi"],["it","it"]],xg=new Map(mT),PA=new Map(mT.map(([t,e])=>[e,t]));function LA(t){let e=t.length;return e<=20?t:t.substring(0,10)+e+t.substring(e-10,e)}var Eg=class extends De{static langMap=xg;isSupportList=!1;appId="";appSecret="";throttleLimit=5;domain="general";vocabId="";constructor(e,n,r){if(super(e,n,r),!e||!e.appId||!e.appSecret)throw new $("appId and appSecret are required");this.appId=e.appId?.trim(),this.appSecret=e.appSecret?.trim(),e.domain&&(this.domain=e.domain),e&&e.vocabId&&(this.vocabId=e.vocabId)}getDefaultRateLimit(){return{limit:5,interval:1050}}async translate(e){let{text:n,from:r,to:a}=e,i=_A(32),o=Math.round(new Date().getTime()/1e3),s=this.appId+LA(n)+i+o+this.appSecret,u=await nr(s),l={q:n,appKey:this.appId,salt:i.toString(),from:xg.get(r)||"auto",to:xg.get(a)||a,sign:u,signType:"v3",curtime:o.toString()};this.domain&&this.domain!=="general"&&(l.domain=this.domain),this.vocabId&&(l.vocabId=this.vocabId);let c=new URLSearchParams(l),m=await de({url:"https://openapi.youdao.com/api",method:"POST",body:c.toString(),headers:{"Content-Type":"application/x-www-form-urlencoded"},retry:this.retry,timeout:this.requestTimeout});if(!m.translation)throw new $(JSON.stringify(m));let g=m.l,[f,T]=g.split("2");return{text:m.translation.join(` `),from:PA.get(f),to:a}}};function _A(t){let e="",n="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789",r=n.length,a=0;for(;a[e,t]));var wg=class extends De{static langMap=Cg;isSupportList=!1;appId="";appSecret="";maxTextLength=800;constructor(e,n,r){super(e,n,r)}getDefaultRateLimit(){return{limit:5,interval:1050}}async translate(e){let{text:n,from:r,to:a}=e,i={q:n,from:Cg.get(r)||"auto",to:Cg.get(a)||a},o=new URLSearchParams(i),s=await de({url:"https://aidemo.youdao.com/trans",method:"POST",body:o.toString(),headers:{"content-type":"application/x-www-form-urlencoded; charset=UTF-8","user-agent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/110.0.0.0 Safari/537.36"},retry:this.retry,timeout:this.requestTimeout});if(s&&s.translation)return{text:s.translation.join(` -`),from:r,to:a};throw new $("Youdao translation failed: "+JSON.stringify(s))}},bT=wg;d();var Is=class extends Xa{constructor(e,n,r){super({...e,isSupportList:!0,langs:(e.langs||"zh-CN,en").split(",").map(a=>[a,a]),limitPerSecond:e.limitPerSecond||5,maxTextLengthPerRequest:e.maxTextLengthPerRequest||1200,maxTextGroupLengthPerRequest:e.maxTextGroupLengthPerRequest||1,placeholderDelimiters:e.placeholderDelimiters||Ro,request:{url:e.url,retry:2,body:{text_list:"{text}",source_lang:"{from}",target_lang:"{to}"}},response:{text:"translations.text"}},n,r)}};d();var TT="immersive-translate-gemini-fake-user-key",FA=[["auto","auto"],["zh-CN","Simplified Chinese"],["zh-TW","Traditional Chinese"],["en","English"],["ar","Arabic"],["bn","Bengali"],["bg","Bulgarian"],["hr","Croatian"],["cs","Czech"],["da","Danish"],["nl","Dutch"],["et","Estonian"],["fi","Finnish"],["fr","French"],["de","German"],["el","Greek"],["he","iw"],["hi","Hindi"],["hu","Hungarian"],["id","Indonesian"],["it","Italian"],["ja","Japanese"],["ko","Korean"],["lv","Latvian"],["lt","Lithuanian"],["no","Norway"],["pl","Polish"],["pt","Portuguese"],["ro","Romanian"],["ru","Russian"],["sr","Serbian"],["sk","Slovak"],["sl","Slovene"],["es","Spanish"],["sw","Swahili"],["sv","Swedish"],["th","Thai"],["tr","Turkish"],["uk","Ukrainian"],["vi","Vietnamese"]],yT=new Map(FA),Dg=class extends oo{static langMap=yT;provider="custom";randomPrefix="My user id is {{id}}. ";fakeId="";constructor(e,n,r){super(e,n,r),e||(e={}),e.provider&&(this.provider=e.provider),e.randomPrefix&&(this.randomPrefix=e.randomPrefix),this.apiUrl="https://generativelanguage.googleapis.com/v1beta/models/{model}:generateContent?key={key}",e?.apiUrl&&(this.apiUrl=e.apiUrl),this.maxTextGroupLength=this.maxTextGroupLength||10,this.model=this.model||"gemini-1.0-pro-latest",this.bodyConfigs=e?.bodyConfigs||{}}getLangMap(){return yT}getDefaultRateLimit(){return{limit:1,interval:1050}}async handleOptions(e,n){this.fakeId="",this.randomPrefix&&(this.fakeId=await Bd(TT,""),this.fakeId||(this.fakeId=MA(10),await Od(TT,this.fakeId)));let r=this.getRandomKey(),a={url:this.apiUrl.replace("{model}",this.model),method:"POST",headers:{"content-type":"application/json"},timeout:this.requestTimeout,retry:this.retry};r&&(a.url=a.url.replace("{key}",r));let i=this.systemPrompt+e;this.randomPrefix&&(i=this.randomPrefix.replace("{{id}}",this.fakeId)+i);let o={contents:[{role:"user",parts:[{text:i}]}],...this.bodyConfigs};return a.body=JSON.stringify(o,null,2),a}parseResponse(e){return e?.candidates?.[0]?.content?.parts?.[0]?.text}filterContent(e,n,r,a){let i=super.filterContent(e,n,r);return i.includes(this.fakeId)&&a.length<=1?e:i}};function MA(t){let e="",n="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789",r=n.length,a=0;for(;a{let n=(await lc({url:"https://translate.yandex.net/website-widget/v1/widget.js?widgetId=ytWidget&pageLang=es&widgetTheme=light&autoMode=false",method:"GET",responseType:"text"})).match(/sid\:\s\'[0-9a-f\.]+/),r="",a=Date.now()+1*60*1e3;return n&&n[0]&&n[0].length>7&&(r=n[0].substring(6),a=Date.now()+30*60*1e3),{accessToken:r,accessTokenExpiresAt:new Date(a).toISOString()}})}async translateList(e){let{text:n,from:r,to:a}=e;if(!n)return{...e};let i=await this.getAccessToken(),o=new URLSearchParams;o.append("srv","tr-url-widget"),o.append("id",`${i.accessToken}-0-0`),o.append("format","html"),o.append("lang",`${r==="auto"?"":kg.get(r)+"-"}${kg.get(a)}`),n.forEach(l=>{o.append("text",l)});let s=await de({url:`https://translate.yandex.net/api/v1/tr.json/translate?${o.toString()}`});if(s?.code!==200)return{...e};let u=s.text?.map(l=>l);return{from:r,to:a,text:u||n}}getDefaultRateLimit(){return{limit:5,interval:1050}}};var RA={mock:ao,mock2:ao,custom:Is,google:Ja,transmart:ks,deepl:F2,volc:H2,volcAlpha:Fs,bing:Bs,tencent:Ds,tenAlpha:As,baidu:cT,caiyun:pT,cai:gT,openl:ic,youdao:fT,you:bT,d:ro,dpro:ro,deeplx:Ms,niu:M2,azure:B2,openai:z2,gemini:vT,claude:xT,papago:I2,aliyun:_s,yandex:Rs},Ta={};Object.keys(cr).forEach(t=>{Ta[t]={...cr[t],class:RA[t]}});function gc(t,e){let n=wn;if(Ta[t]&&Ta[t].class&&Ta[t].class.langMap&&Ta[t].class.langMap.size>0){let r=Ta[t].class.langMap,a=n.filter(i=>r.get(i));return a.includes(e)||a.unshift("placeholder"),a}else return wn}async function ya(t,e,n){if(!t.text)return t;let r=null,a=await Qe({sentences:[t]},e,(i,o,s)=>{i&&(r=i)},n);if(r)throw r;if(a.sentences.length>0)return{...t,...a.sentences[0]};throw new $("translateFailed","translate failed")}async function ET(t,e){for(let n of t)try{return await ya({id:1e6,text:"Hello world",from:"en",to:"zh-CN",url:"https://google.com",fromByClient:"auto"},{...e,translationService:n},{retry:1,requestTimeout:e.config.verifyRequestTimeout||5*1e3}),n}catch{continue}return null}async function Pg(t){let{config:e,translationService:n}=t,r=e.translationGeneralConfig,a=e.translationServices,i=n,o=a[i]||{},s=Zt(t.user);await new Ta[i].class(o,r,{translationService:i,userToken:t.user?.token,isPro:s,sourceProgram:t.sourceProgram,glossaries:t.rule.glossaries,excludeRegexps:t.rule.excludeRegexps}).init()}function OA(t){if(!t?.length)return"auto";let e=t[0].from;return t[0].fromByClient&&t[0].fromByClient!=="auto"&&(e=t[0].fromByClient),e}async function Qe(t,e,n,r){if(!t.sentences.length)return{...t};let{config:a,translationService:i,state:o}=e,s=a.translationGeneralConfig,u=a.translationServices,l=i,c=e.targetLanguage;t&&t.sentences&&t.sentences[0]&&t.sentences[0].to&&(c=t.sentences[0].to);let p=u[l]||{};p=E1(p,{sourceLanguage:OA(t.sentences),targetLanguage:c,model:p.model||"",url:e.url,isPro:e.isPro?"true":"false",sourceProgram:e.sourceProgram||""}),r&&(p={...p,...r});let g=a.beta,m=o.cache===!1&&g,f=a.debug===!0&&g;t.sentences&&t.sentences.length>0&&(t.sentences=t.sentences.map(y=>(m&&(y.refresh=!0),f&&(y.debug=!0),y))),l==="openai"&&(t.sentences=t.sentences.map(y=>({...y,from:"auto"})));let T=[],b={sentences:Array(t.sentences.length)},h=t.sentences.length,C=-1,D=Zt(e.user),M;try{M=new Ta[l].class(p,s,{translationService:l,userToken:e.user?.token,isPro:D,sourceProgram:e.sourceProgram,glossaries:e.rule.glossaries,excludeRegexps:e.rule.excludeRegexps,minTextCount:e.rule.paragraphMinTextCount}),await M.init()}catch(y){if(n){T.push(...t.sentences);let _={translationService:l,isPro:!!e.isPro,isLogin:!!e.user?.token};for(let k of T){let v=y instanceof $?new $(y.name,y.message).initNetWork(y.status).initData(y.data||_):y;n(v,null,k)}}return{sentences:[]}}if(o.cache)for(let y of t.sentences){C++;let _=l;l==="openl"&&(_=l+"-"+p.codename||ic.DEFAULT_CODENAME);let k=M.getCacheKeyPrefix();k&&(_=k+"-"+_);let v=null;try{v=await Lu(J1({originalText:y.text,from:y.from,to:y.to,service:_}),200)}catch(I){z.warn("query cache DB error, but it's ok",I)}if(v){let I={...y,text:v.translatedText};b.sentences[C]=I,n&&n(null,I,y)}else T.push(y)}else T.push(...t.sentences);let B=T.length;if(h-B>0&&z.debug(`use ${h-B} sentences from cache`),!T.length)return b;let S=await M.multipleTranslate({sentences:T},p,(y,_,k)=>{if(n&&n(y,_,k),!y&&_&&!l.startsWith("mock")&&o.cache){let v=l;l==="openl"&&(v=l+"-"+p.codename||ic.DEFAULT_CODENAME);let I=M.getCacheKeyPrefix();I&&(v=I+"-"+v),o.cache&&Lu(X1({translatedText:_.text,from:k.from,to:k.to,detectedFrom:_.from,key:kn(k.text),service:v}),3e3).catch(F=>{z.warn("set cache DB error",F)})}});for(let y of S?.sentences||[]){let _=b.sentences.findIndex(k=>!k);if(_===-1)throw new $("translateFailed","can not match the result");b.sentences[_]=y}return b}function CT({currentLang:t,ctx:e,onSetPageLanguage:n,setSettings:r}){let{t:a}=xe();if(!e)return null;let i=gc(e.config.translationService,e.config.targetLanguage),o=wn;i.length<=30&&(o=i.indexOf("auto")>=0?i:["auto",...i]);let s=i.filter(u=>u!=="auto");return w("div",{class:"flex mt-4 items-center",children:[w(zA,{supportedLanguages:o,interfaceLanguage:e.config.interfaceLanguage,currentLang:t,value:e.sourceLanguage,onSelected:n}),w("img",{src:h2,style:{maxWidth:"unset"},class:"mx-2"}),w(NA,{supportedLanguages:s,interfaceLanguage:e.config.interfaceLanguage,value:e.config.targetLanguage,label:a("popupTarget"),onSelected:u=>{r(l=>({...l,targetLanguage:u}))}})]})}function zA(t){let{t:e}=xe(),{value:n,currentLang:r}=t,a=e("popupSourceLanguage");return n==="auto"&&r&&r!=="auto"&&(a=e("languages.auto")),w("div",{class:"language-select-container",children:[w("label",{children:a}),w("select",{autoComplete:"off",class:"language-select",onChange:i=>{let o=i.target.value;o&&t.onSelected(o)},children:t.supportedLanguages.map((i,o)=>{let s=fa(i,t.interfaceLanguage),u="";return i==="auto"&&n==="auto"&&(r&&r==="auto"?u=e("languages.auto"):u=fa(r,t.interfaceLanguage)+` (${e("languages.auto")})`),w("option",{value:i,selected:i===t.value,children:u||s},"selectlink"+o)})})]})}function NA(t){return w("div",{class:"language-select-container",children:[w("label",{children:t.label}),w("select",{autoComplete:"off",class:"language-select",onChange:e=>{let n=e.target.value;n&&t.onSelected(n)},children:t.supportedLanguages.map((e,n)=>{let r=fa(e,t.interfaceLanguage);return w("option",{value:e,selected:e===t.value,children:r},"selectlink"+n)})})]})}d();d();function va(t){let{items:e,maxWidth:n,className:r,style:a}=t,{lang:i}=xe();return n=n||(i==="en"?144:160),w("select",{autoComplete:"off",class:r||"min-select",style:{maxWidth:`${n}px`,...a},value:e.find(o=>o.selected)?.value,onChange:o=>{let s=o.target.value,u=e.find(l=>l.value===s);u&&u.onSelected(u)},children:e.map((o,s)=>w("option",{value:o.value,selected:o.selected,children:o.label},"selectlink"+s))})}function wT(t){let{t:e}=xe(),{translationServiceItems:n,translationServiceOptions:r}=HA(t);return n.length?w(Ot,{children:[w(DT,{class:"mt-3",label:e("popupService"),items:r}),w(UA,{ctx:t.ctx,onRestorePage:t.onRestorePage,setSettings:t.setSettings})]}):null}function DT(t){return w("div",{class:`min-select-container ${t.class||""}`,children:[w("label",{class:"inline-block text-label mb-0 text-gray-6",style:{minWidth:60},children:[t.label,"\uFF1A"]}),w(va,{className:"translate-service transform-padding-left",maxWidth:300,items:t.items})]})}function UA({ctx:t,setSettings:e,onRestorePage:n}){let{t:r}=xe(),a=jA(t),i=qA(t),o=Ve((u,l)=>{e(c=>{let p=c.translationServices||{},g=p[a.id]||{};return setTimeout(()=>{n()},1),{...c,translationServices:{...p,[a.id]:{...g,[u]:l}}}})},[]),s=Ne(()=>a?.props.filter(u=>u.type==="select").map(u=>{let l=u.name;u.label&&(l=u.label),u.labelKey&&(l=r(u.labelKey));let c=u.options.map(p=>({label:`${p.label?r(p.label):p.value}`,value:p.value,selected:p.value==i[u.name],onSelected:()=>{o(u.name,p.value)}}));return{label:l,items:c}}),[i]);return!i||!a?.props?.length||!s||!s?.length?null:w(Ot,{children:s.map(({label:u,items:l},c)=>w(DT,{class:"mt-2",label:u,items:l},"field-"+c))})}function qA(t){return Ne(()=>{let{translationServices:n,translationService:r}=t.config;return n&&n[r]?n[r]||{}:{}},[t])}function jA(t){return Ne(()=>{let{translationService:n}=t.config;if(cr[n])return Cl("translationService",n,t)},[cr,Cl,t])}function HA({isProUser:t,ctx:e,setSettings:n,pageStatus:r,onTranslatePage:a,onRestorePage:i,openOptionsPage:o}){let{t:s}=xe(),u=Ne(()=>e?ps(e,"translationService"):[],[ps,e]),l=Ve(p=>{let g=u.find(m=>m.id===p.value);if(g.ok){if(n(m=>({...m,translationService:g.id,translationServiceChangedbyUserAt:new Date().toISOString()})),r!="Translated")return;g.props.length===0?e.rule.isTranslateWhenServiceChanged&&setTimeout(()=>{a()},1):setTimeout(()=>{i()},1)}else n(m=>({...m,translationService:g.id,translationServiceChangedbyUserAt:new Date().toISOString()})),setTimeout(()=>{o()},100)},[o,i,a,n]),c=Ne(()=>{let p=ot();return u.filter(m=>e.config.showUnconfiguredTranslationServiceInPopup===!1?m.ok:!0).map(m=>({label:`${s("translationServices."+m.id)}${m.ok?"":" "+(" "+(!t&&!p&&m.providers&&m.providers.length>0?s("goLoginOrAction"):s("needAction")))}`,value:m.id,selected:m.selected,onSelected:l}))},[u,e,l,s]);return{translationServiceItems:u,translationServiceOptions:c}}d();d();function AT(t){let e=t.indexOf("#");return e===-1?t:t.slice(0,e)}function kT(t){let{t:e}=xe(),{currentUrlObj:n,isAlwaysTranslateDomain:r,isNeverTranslateDomain:a,handleTranslationUrlPatternSelected:i}=WA(t),[o,s]=re(()=>a?"excludeMatches":"matches"),u=Ne(()=>r||a||!1,[r,a]),l=Ve(c=>{s(c),u&&i(c,n.hostname)},[s,i,u]);return w("div",{class:"flex justify-between mt-5",children:[w(va,{style:{width:"unset",flex:"unset"},maxWidth:230,className:"transform-padding-left min-select",items:[{label:e("alwaysTranslateThisSite"),value:"matches",selected:o==="matches",onSelected:()=>{l("matches")}},{label:e("neverTranslateThisSite"),value:"excludeMatches",selected:o==="excludeMatches",onSelected:()=>{l("excludeMatches")}}].filter(Boolean)}),w("input",{type:"checkbox",role:"switch",checked:u,class:"shrink-0",onChange:c=>{let p=c.target.checked;i(p?o:"default",n.hostname)}})]})}function WA({currentUrl:t,ctx:e,currentLang:n,onSetLocalConfig:r,pageStatus:a,onRestorePage:i,onTranslatePage:o,setSettings:s,onClose:u}){let l=null,c=null,p=null,g=null,m=null,{translationUrlPattern:f}=e.config;if(l=Ne(()=>new URL(t||""),[t]),e.config&&t&&Zl(t)){c=AT(t);let{matches:h,excludeMatches:C}=f;p=!!h.find(D=>wt(t,D)),g=!!C.find(D=>wt(t,D))}if(n&&n!=="auto"){let{translationLanguagePattern:h}=e.config,{matches:C}=h;C.includes(n)?m=!0:m=!1}let T=Ve(()=>{let h=l.hostname,C=e.localConfig.tempTranslationUrlMatches||[],D=C.filter(B=>B.match!==h),M=!1;D.length!==C.length&&(M=!0),M&&r({...e.localConfig,tempTranslationUrlMatches:[...D]})},[r]),b=Ve((h,C)=>{if(h==="default"){s(B=>{let S={...B.translationUrlPattern};return{...B,isChangedAlwaysTranslatedUrls:!0,translationUrlPattern:{...B.translationUrlPattern,matches:Lg(t,S.matches),excludeMatches:Lg(t,S.excludeMatches)}}}),T();return}let D=h,M=D==="matches"?"excludeMatches":"matches";l&&s(B=>{let S={...B.translationUrlPattern};return S[M]=Lg(t,S[M]),S[D]=hl(C,S[D]),{...B,isChangedAlwaysTranslatedUrls:!0,translationUrlPattern:{...B.translationUrlPattern,...S}}}),D==="matches"&&a==="Original"?setTimeout(()=>{o(),u()},100):D==="excludeMatches"&&a==="Translated"&&setTimeout(()=>{i(),u()},100)},[o,u,a,T]);return{currentUrlObj:l,currentUrlWithoutHash:c,isAlwaysTranslateDomain:p,isNeverTranslateDomain:g,isAlwaysTranslateLang:m,handleTranslationUrlPatternSelected:b}}function Lg(t,e){return e?(Array.isArray(e)||(e=[e]),t?e.filter(n=>!wt(t,n)):e):[]}d();d();d();d();var PT="G-MKMD9LWFTR";async function lt(t,e,n){try{let r=ls(),a=Me(),i=a.INSTALL_FROM==="firefox_store";r?.name?.startsWith("ImtFx")&&(i=!1);let o=ye(),s=Xe(),u=a.PROD==="1",l=`report_${t}`,c=t.endsWith("_daily");if(c){if(s)return;let k=await Nr(l,0),v=mc(new Date(k)),I=Date.now(),F=mc(new Date(I));if(v===F)return;await j3(l,I)}else if(!n.config.telemetry)return;let p="sitc4WmvShWYwfU0dANM3Q",g=await At("fakeUserId","");g||(g=await Nr("fakeUserId",""),g&&await Je("fakeUserId",g));let m=Sn(),f=new Date,T=await At("installedAt","");T||(T=await Nr("installedAt",""),T&&await Je("installedAt",T)),g?T||(T=new Date(0).toISOString(),await Je("installedAt",T)):(g=KA(32),await Je("fakeUserId",g)),T||(T=f.toISOString(),await Je("installedAt",T));let b=new Date(T),h=mc(b),C=mc(f),D=h===C,M=f.getTime()-b.getTime()<7*24*60*60*1e3,B=`https://www.google-analytics.com/mp/collect?measurement_id=${PT}&api_secret=${p}`;u||(B=`https://www.google-analytics.com/debug/mp/collect?measurement_id=${PT}&api_secret=${p}`);let S=Ei.parse(window.navigator.userAgent),y=e.map(k=>{let v=k.params||{};if(S.os&&(v.os_name=S.os.name||"unknown",v.os_version=S.os.version||"unknown",v.os_version_name=S.os.versionName||"unknown"),S.browser&&(v.browser_name=S.browser.name||"unknown",v.browser_version=S.browser.version||"unknown",r&&(v.browser_name=r.name,v.browser_version=r.version)),S.platform&&(v.platform_type=S.platform.type||"unknown"),S.engine&&(v.engine_name=S.engine.name||"unknown",v.engine_version=S.engine.version||"unknown"),n.translationService&&(v.translation_service||(v.translation_service=n.translationService),n.config.translationServices&&n.config.translationServices[n.translationService]&&(n.config.translationServices[n.translationService].provider&&(v.translation_service_provider=n.config.translationServices[n.translationService].provider),n.translationService==="openai"&&n.config.translationServices[n.translationService].provider==="custom"&&(n.config.translationServices[n.translationService].apiUrl?n.config.translationServices[n.translationService].apiUrl.startsWith("https://api.openai.com/")?v.openai_is_official="1":v.openai_is_official="0":v.openai_is_official="1"))),n.targetLanguage&&(v.target_language=n.targetLanguage),n.config.interfaceLanguage&&(v.interface_language=n.config.interfaceLanguage),n.config.enableDefaultAlwaysTranslatedUrls?v.enable_default_always_translated_urls=n.config.enableDefaultAlwaysTranslatedUrls?"1":"0":v.enable_default_always_translated_urls="0",m&&(v.version=m),n.config.enableInputTranslation?v.enable_input_translation=n.config.enableInputTranslation?"1":"0":v.enable_input_translation="0",n.config.translationTheme&&(v.translation_theme=n.config.translationTheme),n.config.alpha&&(v.alpha=n.config.alpha.toString()),n.config.translationLanguagePattern&&n.config.translationLanguagePattern.matches?.length>0?v.always_translate_languages=n.config.translationLanguagePattern.matches.join(","):v.always_translate_languages="none",a.INSTALL_FROM&&(v.install_from=a.INSTALL_FROM),n.config.beta&&(v.beta=n.config.alpha.toString()),n.config.translationArea&&(v.translation_area=n.config.translationArea),h&&(v.install_day=GA(b)),n.user){let F=p4(n.user);F&&Object.keys(F).forEach(L=>{v[L]=F[L]})}else v.user_type="anonymous";n.config.translationMode&&(v.translation_mode=n.config.translationMode),v.userscript=o.toString(),D?v.is_new_user_today="1":v.is_new_user_today="0",M?v.is_new_user_this_week="1":v.is_new_user_this_week="0",n.config.tempTranslateDomainMinutes?v.temp_translate_domain_minutes=n.config.tempTranslateDomainMinutes.toString():v.temp_translate_domain_minutes="0";let I="html";if(n.rule.pageType&&(I=n.rule.pageType),v.page_type=I,s?v.main_frame=0:v.main_frame=1,!c){let F=n.url;try{let L=new URL(F);v.site_host=L.hostname}catch{v.site_host="unknown"}n.sourceLanguage&&(v.source_language=n.sourceLanguage)}return{...k,params:v}});if(i)return;let _=await de({responseType:"text",url:B,method:"POST",body:JSON.stringify({client_id:g,user_id:g,events:y})})}catch{}}function KA(t){let e="",n="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789",r=n.length,a=0;for(;a=window.innerHeight*r.maxBodyScreenLength)return z.debug("content dom elements too long"),{bodyIsRoot:!1,bodyNode:e,articleNode:n};try{let i=window.document.cloneNode(!0),s=new ju(i,{keepClasses:!0}).parse();if(!s)throw new Error("article is null");e=VA(s.content,s.textContent),e&&(n=FT(r,e))}catch(i){z.debug(i)}return{bodyIsRoot:a(),bodyNode:e,articleNode:n};function a(){return t.state.translationArea==="body"?!1:!!r.bodyIsRoot}}function _T(t,e){if(!t.rule.bodyRule.articleSelector||e.nodeType!==Node.ELEMENT_NODE)return;let n=e.querySelector(t.rule.bodyRule.articleSelector);n&&(t.articleNode!=n&&z.debug("update article node",n),t.articleNode=n)}function _g(t,e){return e&&t?.contains(e)||!1}function VA(t,e){let a=new DOMParser().parseFromString(t,"text/html").querySelectorAll("#readability-page-1 > div");if(a.length<=0)return null;let i=$A(a[0]),o=document.querySelector(i);return!o||(a.length>1&&(o=o.parentElement),o==document.documentElement)?null:(o?.textContent?.length||0)>=e.length&&e.length>=500?o:null}function $A(t){let e=t.tagName.toLowerCase();t.id&&(e+="#"+t.id),t.className&&(e+="."+t.className.trim().split(/\s+/).join("."));let n=Array.from(t.attributes).filter(r=>!["id","class","style"].includes(r.name)).map(r=>`[${r.name}="${r.value}"]`).join("");return e+n}function FT(t,e){if(e.nodeType!=Node.ELEMENT_NODE)return null;let n=null,r=Array.from(e.childNodes);if(r.filter(i=>t.articleChildTags.includes(i.nodeName)).length>=t.articleChildTagsNum)return e;for(let i=0;i{let E=q(A);return E==NodeFilter.FILTER_ACCEPT?dt.mark(A,L,T):E==NodeFilter.FILTER_REJECT,E}),N=v;if(q(N)===NodeFilter.FILTER_REJECT)return;for(dt.mark(N,L,T);N;){if(s=_g(i,N),c&&c.length>0){let{currentNode:A,isMatchedSelection:E}=M(U,N,c);if(A)N=A;else break;if(!E)continue}if(N.nodeType===Node.ELEMENT_NODE||N.nodeType===Node.DOCUMENT_FRAGMENT_NODE){let A=N;if(A.nodeName==="IFRAME"){I&&I(A),B(),Fg(b,!0),N=U.nextNode();continue}A.nodeType===Node.ELEMENT_NODE&&(l&&Bg(A,l),m&&Rg(A,m));let E=la(A,{blockSelectors:n.blockSelectors,extraInlineSelectors:n.extraInlineSelectors,extraBlockSelectors:n.extraBlockSelectors,atomicBlockSelectors:n.atomicBlockSelectors},A.immersiveTranslateComputedStyle||null);if(E&&n.paragraphFirstLetterFontSize>0&&A.childNodes.length==1&&A.childNodes[0].nodeType===Node.TEXT_NODE&&A.innerText?.length==1&&A?.immersiveTranslateComputedStyle?.fontSize>=n.paragraphFirstLetterFontSize+"px"&&(E=!1),Gt(A,u)&&!E){S(A);let H=null;for(;!(H=U.nextSibling())&&U.parentNode(););N=H;continue}let P=Qa(A);if(!MT(b,A)||E){B(A);let H=E?A:A.parentElement;H&&H.childNodes.length>0&&y(b,H,H.immersiveTranslateComputedStyle||null)}P&&A.shadowRoot?.mode==="open"&&(E?I?.(A.shadowRoot):D({...k,container:A.shadowRoot})),A.nodeType===Node.ELEMENT_NODE&&A.nodeName==="PRE"&&p&&e5(A)}else if(N.nodeType===Node.TEXT_NODE)S(N);else throw new Error("should not be here");N=U.nextNode(),b.commonAncestorContainer&&N&&N.parentNode===b.commonAncestorContainer&&(b._currentStacks=[]),b.commonAncestorContainer&&N&&N.nodeType===Node.ELEMENT_NODE&&b._currentStacks.push(N)}function q(A){if(A.nodeType===Node.DOCUMENT_FRAGMENT_NODE)return NodeFilter.FILTER_ACCEPT;if(jr(A)){if(m){let H=Object.keys(m);if(H.length>0&&Gt(A,H))for(let W of H){let V=m[W];if(A.matches(W)){let se=m[W],X=Object.keys(se);for(let Z of X){let ue=se[Z];A.getAttribute(Z)!==ue&&(ue===null?A.removeAttribute(Z):A.setAttribute(Z,ue))}break}}}if(!k.force&&dt.isMarked(A,L)||t1(A,L)||hc(A,{excludeSelectors:n.excludeSelectors,selectors:n.selectors,stayOriginalSelectors:u})||A.nodeName==="IFRAME"&&!Hi(A))return NodeFilter.FILTER_REJECT;if(A.nodeType===Node.ELEMENT_NODE){let H=window.getComputedStyle(A);if(A.immersiveTranslateComputedStyle=H,Ig(H))return F&&F(A),NodeFilter.FILTER_REJECT;let j=la(A,{blockSelectors:n.blockSelectors,extraInlineSelectors:n.extraInlineSelectors,extraBlockSelectors:n.extraBlockSelectors,atomicBlockSelectors:n.atomicBlockSelectors},H||null);if(Gt(A,u)&&j)return NodeFilter.FILTER_REJECT}let E=A.getBoundingClientRect(),{width:P,height:O}=E;return A.nodeName==="IMG"&&(P>48&&O>48?A.immersiveTranslateComputedStyle={display:"block"}:P>0&&O>0&&f!==!1&&(A.setAttribute("width",P),A.setAttribute("height",O))),!A.childNodes||A.childNodes&&A.childNodes.length===0?NodeFilter.FILTER_ACCEPT:!b.isPreWhitespace&&(P>0&&P<4||O>0&&O<4)&&(A.textContent?.trim().length||0)<2?NodeFilter.FILTER_REJECT:NodeFilter.FILTER_ACCEPT}else if(A.nodeType===Node.TEXT_NODE){let E=A.textContent?.trim();if(!E)return b.isPreWhitespace?NodeFilter.FILTER_ACCEPT:NodeFilter.FILTER_REJECT;let P=A.parentNode;if(P.getBoundingClientRect){let{width:O,height:H}=P.getBoundingClientRect();if(O>0&&O<4||H>0&&H<4)return NodeFilter.FILTER_REJECT}return g>0&&E.length>=g&&Mg(A,g),NodeFilter.FILTER_ACCEPT}return NodeFilter.FILTER_REJECT}}D(t),b&&b.commonAncestorContainer&&b.flatNodes.length>0&&B();function M(k,v,I){let F=v.immersiveTranslateComputedStyle||null;if(C){if(!C.contains(v))if(h=!1,v&&v.nodeType===Node.ELEMENT_NODE)if(fc(v,I))h=!0,C=v,B(),y(b,C,F);else return h=!1,v=k.nextNode(),{currentNode:v,isMatchedSelection:h};else return h=!1,v=k.nextNode(),{currentNode:v,isMatchedSelection:h}}else if(v&&v.nodeType===Node.ELEMENT_NODE)if(fc(v,I))h=!0,C=v,B(),y(b,C,F);else return h=!1,v=k.nextNode(),{currentNode:v,isMatchedSelection:h};else return h=!1,v=k.nextNode(),{currentNode:v,isMatchedSelection:h};return{currentNode:v,isMatchedSelection:!0}}function B(k){if(k&&k.nodeName==="BR"){b.commonAncestorContainer=k.parentNode;let I=[...b.flatNodes],F=b.flatNodes.filter(L=>k.parentNode?.contains(L));F.length>0&&I.length!=F.length&&(b.flatNodes=F,b.flatNodes.original=I)}let v=XA(b,a,n);v&&(v.xpath=r1(r,s,v.commonAncestorContainer,i),e&&e(v)),Fg(b)}function S(k){if(!MT(b,k)){B(),Fg(b);let v=k.parentNode;v&&y(b,v,v.computedStyle)}b.flatNodes.push(k)}function y(k,v,I){k.commonAncestorContainer=v;let F=_(I);k.isPreWhitespace=F}function _(k){return k&&k.whiteSpace&&k.whiteSpace.startsWith("pre")||k&&k.whiteSpace==="break-spaces"||!1}}function MT(t,e){let n=!1;(e.nodeType===Node.ELEMENT_NODE||e.nodeType===Node.DOCUMENT_FRAGMENT_NODE)&&(n=Qa(e));let r=JA(t),a=!0;return!n&&!r&&(t.commonAncestorContainer&&t.commonAncestorContainer.contains(e)?a=!0:t.commonAncestorContainer&&(a=!1,t._currentStacks=[])),a}function QA(t){let{isTransformPreTagNewLine:e}=t;return t.excludeSelectors=t.excludeSelectors.filter(n=>{let r=n!=="iframe";return e?r&&n!=="pre":r}),t}function ZA(t,e,n){if(e){for(let r of e.childNodes)if(r.contains(n))return r}return t._currentStacks.length>0?(t.commonAncestorContainer||(t.commonAncestorContainer=t._currentStacks[0]),t._currentStacks[0]):null}function Bg(t,e){if(e){let n=Object.keys(e);if(n.length>0&&Gt(t,n))for(let a of n){let i=e[a];if(t.matches(a)){let o=t.style.cssText||"";o&&(o=o.trim()),o&&!o.endsWith(";")&&(o+=";"),t.style.cssText=o+i;break}}}}function JA(t){return t&&t._currentStacks?t._currentStacks.some(e=>Qa(e)):!1}function XA(t,e,n){let{flatNodes:r,commonAncestorContainer:a}=t;if(a&&r.length>0){if(!r.map(m=>m.textContent?.trim()||"").join(""))return null;if(r.length===1)return{ctxId:e,stepState:1,commonAncestorContainer:r[0].parentNode,rootNodes:[r[0]],flatNodes:r,isPreWhitespace:t.isPreWhitespace,variables:{},xpath:""};let o=t5(r,a,n);o||(o=a);let s=[];for(let m of r){let f=ZA(t,o,m);f&&(s.includes(f)||s.push(f))}if(s.length<1)return null;let u=s[0],l=s[s.length-1],c=[],p=u,g=0;for(;p&&(c.push(p),p!==l);){if(g++,g>YA){z.warn("loop too many times for convert root nodes, break");break}p=p.nextSibling}return{ctxId:e,rootNodes:c,stepState:1,flatNodes:r,commonAncestorContainer:o,variables:{},isPreWhitespace:t.isPreWhitespace,xpath:""}}else return null}function Fg(t,e=!1){t.rootNodes=[],t.flatNodes=[],t._currentStacks=[],e&&(t.commonAncestorContainer=null)}function Ig(t){return t.display==="none"}var dt={_marked_key:Rh,isMarked(t,e){return xp(t,this._marked_key,e)},clearMark(t){if(!(!t||t.nodeType!==Node.ELEMENT_NODE)&&!(t instanceof HTMLIFrameElement||Qa(t)))return Ml(t,this._marked_key)},clearToParentMark(t,e){let n=t;for(;n&&e&&n!=e;)dt.clearMark(n),n=n.parentElement},mark(t,e,n){if(!(!t||t.nodeType!==Node.ELEMENT_NODE)&&!(t instanceof HTMLIFrameElement||Qa(t)))return ut(t,this._marked_key,e,!1,n)},markWalk(t,e,n){if(!t||t.nodeType!==Node.ELEMENT_NODE||this.isSkipMarkEle(t))return;let r=Ki(t,"markWalk")||"";return ut(t,"markWalk",r+","+e,!1,n)},isSkipMarkEle(t){return t?!!(t instanceof HTMLIFrameElement||Qa(t)):!1}};function e5(t){let n=t.innerHTML.replace(/\n\n/g,"
");t.innerHTML=n}function t5(t,e,n){if(!t.length)return null;let r=t.map(a=>{let i=new Set;for(;(a=a.parentNode)&&(i.add(a),a!==e););return i});for(let a of r[0])if(a.nodeType===Node.ELEMENT_NODE||a.nodeType===Node.DOCUMENT_FRAGMENT_NODE){if(xn(a,n.atomicBlockSelectors))continue;if(r.every(i=>i.has(a)))return a}return null}function Mg(t,e){let n=t.textContent||"";if(n.trim().length<=e)return;let i=[". ","? ","! ","\u3002","\uFF1F","\uFF01",`.${String.fromCharCode(160)}`].reduce((o,s)=>{let u=n.lastIndexOf(s,e);return u>o?u:o},-1);if(i>1){let o=n[i-1]||"",s=n[i-2]||"",u=n[i+1]||"";o==="."||u==="."||u===")"||s==="."&&o==="S"||s.toUpperCase()==="M"&&(o.toUpperCase()==="R"||o.toUpperCase()==="S")?i=-1:isNaN(Number(o))||(i=-1)}if(i===-1)n.length>e+20&&Mg(t,e+20);else{let o=n.slice(i+1);if(!o.trim())return;i++,o.startsWith(" ")&&i++,t.immersive=!0;let s=t.splitText(i);s.immersive=!0;let u=document.createElement("br");u.immersive=!0,s.parentNode?.insertBefore(u,s),i+10)for(let r of n){let a=e[r],i=Object.keys(a),o=p1(t,[r]);for(let s of o)for(let u of i){let l=a[u];s.getAttribute(u)!==l&&(l===null?s.removeAttribute(u):s.setAttribute(u,l))}}}function IT(t,e,n,r,a,i,o){let s=Object.keys(e);if(s.length>0)for(let u of s){let l=e[u],c=Object.keys(l),p=t.querySelector(u);if(p)for(let g of c){let m=l[g];if(g==="translate"&&m==="no"){let T=p.innerText||p.textContent||"";if(!T.trim()||n5(p,a,i,o)||!m1(T,n,r))continue}p.getAttribute(g)!==m&&(m===null?p.removeAttribute(g):p.setAttribute(g,m))}}}function Rg(t,e){if(e){let n=Object.keys(e);if(n.length>0&&Gt(t,n))for(let a of n){let i=e[a];if(t.matches(a)){let o=e[a],s=Object.keys(o);for(let u of s){let l=o[u];t.getAttribute(u)!==l&&(l===null?t.removeAttribute(u):t.setAttribute(u,l))}break}}}}function hc(t,e){return Gt(t,e.excludeSelectors||[])?Gt(t,e.selectors||[])?!1:!Gt(t,e.stayOriginalSelectors||[]):!1}function fc(t,e){if(e.length===0)return!1;let n=e.filter(r=>!r.endsWith("*")).map(r=>r+" *");return Gt(t,e.concat(n))}function n5(t,e,n,r){let a=document.createTreeWalker(t,NodeFilter.SHOW_TEXT|NodeFilter.SHOW_ELEMENT,i=>i.nodeType===Node.ELEMENT_NODE&&hc(i,{excludeSelectors:r.excludeSelectors,selectors:r.selectors,stayOriginalSelectors:r.stayOriginalSelectors})?NodeFilter.FILTER_REJECT:NodeFilter.FILTER_ACCEPT);for(;a.nextNode();){let i=a.currentNode;if(i.nodeType===Node.TEXT_NODE&&parent){let o=i.textContent||"";if(o.includes("Copyright"))continue;if(Ll(o,e,n))return!0}}return!1}d();function RT(t){let e=document.querySelector("title"),n;return e&&(n=new MutationObserver(function(r){r.length>0&&(r[0].target.text.includes(Cu)||Og(t).catch(i=>{z.error("translateTitle error:",i.name,i.message,i.details||"")}))}),n.observe(e,{subtree:!0,characterData:!0,childList:!0})),n}var bc="";async function Og(t){let e=document.title;if(!e||e.includes(Cu))return;bc!==e&&(bc=e);let n=await Ie({text:e,pageLangs:[yt(),"en"]});if(!Ui(t,n))try{let r=await ya({id:0,url:t.url,text:e,from:n,to:t.targetLanguage,fromByClient:n,force:!0},t);r&&r.text&&(document.title=r.text+Cu+bc)}catch(r){throw r}}function OT(t){t.rule.isTranslateTitle&&(document.title=bc)}function lo(t){return(t.config.rtlLanguages||["ar","arc","az","dv","he","ckb","fa","ur"]).includes(t.targetLanguage)}function an(t){let e=t.rule.selectors,n=t.rule.excludeTags,r=t.rule.additionalExcludeTags,a=t.rule.excludeSelectors,i=t.rule.additionalExcludeSelectors;return t.state.translationArea==="body"&&(e=[],a=[]),{paragraphFirstLetterFontSize:t.rule.paragraphFirstLetterFontSize,globalStyles:t.rule.globalStyles,globalAttributes:t.rule.globalAttributes,selectors:e,atomicBlockSelectors:t.rule.atomicBlockSelectors,skipEditableCheck:t.rule.skipEditableCheck,lineBreakMaxTextCount:t.rule.lineBreakMaxTextCount,isTransformPreTagNewLine:t.rule.isTransformPreTagNewLine,excludeSelectors:n.concat(r).map(s=>s.toLowerCase()).filter(s=>s!=="code"&&s!=="img").concat(a).concat(i),blockSelectors:t.rule.allBlockTags.map(s=>s.toLowerCase()).concat(t.rule.extraBlockSelectors),extraBlockSelectors:t.rule.extraBlockSelectors,extraInlineSelectors:t.rule.extraInlineSelectors.concat(t.rule.additionalInlineSelectors),stayOriginalSelectors:t.rule.stayOriginalTags.concat(t.rule.stayOriginalTags).map(s=>s.toLowerCase()).concat(t.rule.stayOriginalSelectors).concat(t.rule.additionalStayOriginalSelectors)}}var r5={sanitize:t=>t};function qg(t,e){if(t.interruptEffectDOM)return;let n=an(t.ctx);t.walkContainer({id:t.id,container:e,articleNode:t.ctx.articleNode,filterRule:n,bodyRule:t.ctx.rule.bodyRule,onParagraph:ti.bind(null,t),onFrame:r=>{Ng(t,r,!0)},onIgnoreElement:r=>{dt.mark(r,t.id,n.skipEditableCheck),t.ignoreResizeObserver?.observe(r)}}),bi&&ut(e,"consumeContainer",t.id)}function Ng(t,e,n){try{if(t.injectCssToDocument(e,t.ctx),e instanceof HTMLIFrameElement){if(!Hi(e))return;z.debug("onFrame fragment",e);let r=e.contentWindow?.document.body;r&&(ei(r,t,n),t.dynamicContainerObserver?.observe(r,{childList:!0,subtree:!0,characterData:!0}))}else z.debug("onFrame shadowRoot",e.host),ei(e,t,n),t.dynamicContainerObserver?.observe(e,{childList:!0,subtree:!0,characterData:!0})}catch{}}function ei(t,e,n=!0){let{globalStyles:r,globalAttributes:a}=an(e.ctx),i=0;if(u(e,t,n))return;if(jr(t)&&s(t)){o(t);return}try{let l=document.createTreeWalker(t,NodeFilter.SHOW_ELEMENT,c=>(jr(c)&&(r&&Bg(c,r),a&&Rg(c,a)),u(e,c,n)?NodeFilter.FILTER_REJECT:NodeFilter.FILTER_ACCEPT));for(dt.mark(l.currentNode,e.id,e.ctx.rule.skipEditableCheck);l.nextNode();){dt.mark(l.currentNode,e.id,e.ctx.rule.skipEditableCheck);let c=l.currentNode;if(s(c))for(o(c);;){if(l.nextSibling()){let p=l.currentNode;if(dt.mark(l.currentNode,e.id,e.ctx.rule.skipEditableCheck),s(p)){o(p);continue}else break}if(!l.parentNode())return}}}catch{}if(i==0&&t instanceof HTMLElement){o(t);return}return e.observeContainers;function o(l){dt.clearMark(l),i++,e.immediateTranslateCapacity>=0?qg(e,l):(bi&&ut(l,"observeContainer",e.id),e.containerVisibleObserver?.unobserve(l),e.containerVisibleObserver?.observe(l))}function s(l){let c=l.nodeName.toLowerCase();if(l.shadowRoot)return Ng(e,l.shadowRoot,n),!1;if(c==="iframe")return Ng(e,l,n),!1;if(["script","#document-fragment","img"].includes(c))return!1;let p=e.containerRule;if(p.selectors&&p.selectors?.length>0)return fc(l,p.selectors);if(p.pageHeight){let g=l.scrollHeight;if(g>0&&g0)return!0}return!1}function u(l,c,p){if(_T(l.ctx,c),c.nodeName.toLowerCase()=="script")return c.childNodes.length==0||c.childNodes.length==1&&c.childNodes[0].nodeType==Node.TEXT_NODE;if(c.nodeType===Node.DOCUMENT_FRAGMENT_NODE)return!1;if(c.nodeType!==Node.ELEMENT_NODE||p&&dt.isMarked(c,l.id))return!0;if(l.ctx.rule.isTransformPreTagNewLine&&c.nodeName==="PRE")return!1;let m=an(l.ctx);return!!hc(c,{excludeSelectors:m.excludeSelectors,selectors:m.selectors,stayOriginalSelectors:m.stayOriginalSelectors})}}function Os(t,e){if(!t.targetNodes)return;let n=t.state||"original",r=t.commonAncestorContainer;if(!dt.isSkipMarkEle(r)&&!dt.isMarked(r,t.ctxId))return;let a=r.contains(t.rootNodes[0]),i=r.contains(t.targetNodes[0]);if(a&&i)n="dual";else if(a)n="original";else if(i)n="translation";else return;if(e!=n){t.state=e;try{if(n=="dual"&&e=="translation"&&(Tc(t.rootNodes),NT(t.commonAncestorContainer)),n=="original"&&e=="translation"){let o=zg(t.rootNodes);if(Tc(t.rootNodes),zT(o))return;co(o,r,t.targetNodes||[]),NT(t.commonAncestorContainer)}if(n=="translation"&&e=="dual"){let o=t.targetNodes[0];co(o,r,t.rootNodes||[]),UT(t.commonAncestorContainer)}if(n=="original"&&e=="dual"){let o=zg(t.rootNodes);if(zT(o))return;co(o,r,t.targetNodes||[]),UT(t.commonAncestorContainer)}if(n=="translation"&&e=="original"){let o=zg(t.targetNodes);Tc(t.targetNodes),co(o,r,t.rootNodes||[])}n=="dual"&&e=="original"&&Tc(t.targetNodes),Wg(t)}catch(o){z.error(o)}}}function zT(t){return!t||!jr(t)?!1:t.classList.contains(bt)}function NT(t){if(!jr(t))return;t.querySelectorAll("font[class*=immersive-translate-target-translation]").forEach(r=>{ut(r,"immersiveTranslateClassBak",r.className),r.className="notranslate immersive-translate-target-dual immersive-translate-target-inner"});let n=t.querySelector(".immersive-translate-target-wrapper");n&&n.classList.add("immersive-translate-state-dual")}function UT(t){if(!jr(t))return;t.querySelectorAll("font[class*=immersive-translate-target-dual]").forEach(r=>{let a=Ki(r,"immersiveTranslateClassBak");Ml(r,"immersiveTranslateClassBak"),r.className=a});let n=t.querySelector(".immersive-translate-target-wrapper");n&&n.classList.remove("immersive-translate-state-dual")}function zg(t){return t?t[t.length-1].nextSibling:null}function Tc(t){(t||[]).forEach(e=>e.parentNode?.removeChild(e))}function co(t,e,n){let r=t;e&&(r?n.forEach(a=>{r.parentNode?.insertBefore(a,r)}):n.forEach(a=>{e.appendChild(a)}))}var a5=qo(yc,300);async function ti(t,e,n=!1,r="web"){if(t.interruptEffectDOM)return;let a=e.commonAncestorContainer;if(a instanceof ShadowRoot||i5(e.rootNodes)||e.stepState>=2)return;e.stepState=2,bi&&ut(a,"onParseParagraph",t.id);let{ctx:i}=t,{rule:o}=i,s=Za(i),u=ac(e.flatNodes,{isPreWhitespace:e.isPreWhitespace||!1,delimiters:s,stayOriginalSelectors:d5(i)});if(!u)return;e.variables=u?.variables||{},e.text=u?.text;let l=i?.config?.translationLanguagePattern?.excludeMatches||[],c=await Hg(i,e,{excludeLanguages:n?[]:l,targetLanguage:i.targetLanguage,noTranslateRegexp:i.rule.noTranslateRegexp,delimiters:Tr(i.config.translationServices[i.translationService]),minTextCount:n||i.state.translationArea==="body"?3:o.paragraphMinTextCount,minWordCount:o.paragraphMinWordCount,isDetectParagraphLanguage:o.detectParagraphLanguage||i.state.isDetectParagraphLanguage,ignoreZhCNandZhTW:i.rule.ignoreZhCNandZhTW});if(c){if(z.debug("on paragraph",c.text,c),a.paragraphs=a.paragraphs||[],a.paragraphs.includes(c))return;a.paragraphs.push(c),t.immediateTranslateCapacity>0||n?(n&&(e.force=!0),o5(t,e.text),jg(t,e,r)):(bi&&ut(a,"observeParagraph",t.id),t.observeParagraphs.push(c),t.paragraphVisibleObserver?.unobserve(a),t.paragraphVisibleObserver?.observe(a))}return c}function i5(t){if(!t)return!1;let e=t[t.length-1].nextSibling;return e?jr(e)&&e.classList.contains(bt):!1}function o5(t,e){t.ctx.state.translationStartMode!=="immediate"&&(t.immediateTranslateCapacity-=e?.length||0)}function jg(t,e,n="web"){if(t.interruptEffectDOM||e.stepState>=3)return;e.stepState=3;let r=t.autoIncreaseParagraphId++;if(e.id=r.toString(),t.paragraphEntities[r]=e,t.paragraphQueue.push(r.toString()),bi&&ut(e.commonAncestorContainer,"consumeParagraph",t.id),ut(e.commonAncestorContainer,Oh,"1",!0),n=="hover"){yc.call(t,t.ctx);return}a5.call(t,t.ctx)}async function yc(t){if(this.interruptEffectDOM)return;let e=this.paragraphQueue;this.paragraphQueue=[];let n=[];for(let r=0;r0)try{await Qe(r,e,(a,i,o)=>{let s=o.id,u=s5(t,s.toString());u&&u5.call(null,a,i,o,u,e,n)})}catch(a){z.error("translateCurrentQueue error",a);return}}function s5(t,e){return t.find(n=>n.id===e)}function u5(t,e,n,r,a,i){let o=!1,s=r;if(qi(s.commonAncestorContainer,n.id)?.remove(),Wg(r),s&&(t||!e)){t||(z.error("translate error",n,t,e),t=new Error("no response from server"));let{rule:u}=a,l=n.id,c=document.createElement(u.targetWrapperTag);ut(c,qh,l.toString()),c.classList.add("notranslate",bt,bt+"-error"),c.setAttribute("translate","no"),c.setAttribute("lang",a.targetLanguage);let p=r.rootNodes[r.rootNodes.length-1].nextSibling;if(co(p,r.commonAncestorContainer,[c]),s&&(s.error=t),c){let g=l5(a,t).replaceAll(` -`,"").replaceAll('"',"""),m=t.message.replaceAll(` -`,"").replaceAll('"',"""),f=hr(zt,"retryAllParagraphs",a.config.interfaceLanguage,"zh-CN"),T=hr(zt,"errorTooltipTitle",a.config.interfaceLanguage,"zh-CN")+": "+m,b=hr(zt,"error.retry",a.config.interfaceLanguage,"zh-CN"),h=hr(zt,"error.reason",a.config.interfaceLanguage,"zh-CN"),C=`<${u.targetWrapperTag} class="${Q}-error notranslate"> +`),from:r,to:a};throw new $("Youdao translation failed: "+JSON.stringify(s))}},bT=wg;d();var Is=class extends Xa{constructor(e,n,r){super({...e,isSupportList:!0,langs:(e.langs||"zh-CN,en").split(",").map(a=>[a,a]),limitPerSecond:e.limitPerSecond||5,maxTextLengthPerRequest:e.maxTextLengthPerRequest||1200,maxTextGroupLengthPerRequest:e.maxTextGroupLengthPerRequest||1,placeholderDelimiters:e.placeholderDelimiters||Ro,request:{url:e.url,retry:2,body:{text_list:"{text}",source_lang:"{from}",target_lang:"{to}"}},response:{text:"translations.text"}},n,r)}};d();var TT="immersive-translate-gemini-fake-user-key",FA=[["auto","auto"],["zh-CN","Simplified Chinese"],["zh-TW","Traditional Chinese"],["en","English"],["ar","Arabic"],["bn","Bengali"],["bg","Bulgarian"],["hr","Croatian"],["cs","Czech"],["da","Danish"],["nl","Dutch"],["et","Estonian"],["fi","Finnish"],["fr","French"],["de","German"],["el","Greek"],["he","iw"],["hi","Hindi"],["hu","Hungarian"],["id","Indonesian"],["it","Italian"],["ja","Japanese"],["ko","Korean"],["lv","Latvian"],["lt","Lithuanian"],["no","Norway"],["pl","Polish"],["pt","Portuguese"],["ro","Romanian"],["ru","Russian"],["sr","Serbian"],["sk","Slovak"],["sl","Slovene"],["es","Spanish"],["sw","Swahili"],["sv","Swedish"],["th","Thai"],["tr","Turkish"],["uk","Ukrainian"],["vi","Vietnamese"]],yT=new Map(FA),Dg=class extends oo{static langMap=yT;provider="custom";randomPrefix="My user id is {{id}}. ";fakeId="";constructor(e,n,r){super(e,n,r),e||(e={}),e.provider&&(this.provider=e.provider),e.randomPrefix&&(this.randomPrefix=e.randomPrefix),this.apiUrl="https://generativelanguage.googleapis.com/v1beta/models/{model}:generateContent?key={key}",e?.apiUrl&&(this.apiUrl=e.apiUrl),this.maxTextGroupLength=this.maxTextGroupLength||10,this.model=this.model||"gemini-1.0-pro-latest",this.bodyConfigs=e?.bodyConfigs||{}}getLangMap(){return yT}getDefaultRateLimit(){return{limit:1,interval:1050}}async handleOptions(e,n){this.fakeId="",this.randomPrefix&&(this.fakeId=await Bd(TT,""),this.fakeId||(this.fakeId=MA(10),await Od(TT,this.fakeId)));let r=this.getRandomKey(),a={url:this.apiUrl.replace("{model}",this.model),method:"POST",headers:{"content-type":"application/json"},timeout:this.requestTimeout,retry:this.retry};r&&(a.url=a.url.replace("{key}",r));let i=this.systemPrompt+e;this.randomPrefix&&(i=this.randomPrefix.replace("{{id}}",this.fakeId)+i);let o={contents:[{role:"user",parts:[{text:i}]}],...this.bodyConfigs};return a.body=JSON.stringify(o,null,2),a}parseResponse(e){return e?.candidates?.[0]?.content?.parts?.[0]?.text}filterContent(e,n,r,a){let i=super.filterContent(e,n,r);return i.includes(this.fakeId)&&a.length<=1?e:i}};function MA(t){let e="",n="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789",r=n.length,a=0;for(;a{let n=(await lc({url:"https://translate.yandex.net/website-widget/v1/widget.js?widgetId=ytWidget&pageLang=es&widgetTheme=light&autoMode=false",method:"GET",responseType:"text"})).match(/sid\:\s\'[0-9a-f\.]+/),r="",a=Date.now()+1*60*1e3;return n&&n[0]&&n[0].length>7&&(r=n[0].substring(6),a=Date.now()+30*60*1e3),{accessToken:r,accessTokenExpiresAt:new Date(a).toISOString()}})}async translateList(e){let{text:n,from:r,to:a}=e;if(!n)return{...e};let i=await this.getAccessToken(),o=new URLSearchParams;o.append("srv","tr-url-widget"),o.append("id",`${i.accessToken}-0-0`),o.append("format","html"),o.append("lang",`${r==="auto"?"":kg.get(r)+"-"}${kg.get(a)}`),n.forEach(l=>{o.append("text",l)});let s=await de({url:`https://translate.yandex.net/api/v1/tr.json/translate?${o.toString()}`});if(s?.code!==200)return{...e};let u=s.text?.map(l=>l);return{from:r,to:a,text:u||n}}getDefaultRateLimit(){return{limit:5,interval:1050}}};var RA={mock:ao,mock2:ao,custom:Is,google:Ja,transmart:ks,deepl:F2,volc:H2,volcAlpha:Fs,bing:Bs,tencent:Ds,tenAlpha:As,baidu:cT,caiyun:pT,cai:gT,openl:ic,youdao:fT,you:bT,d:ro,dpro:ro,deeplx:Ms,niu:M2,azure:B2,openai:z2,gemini:vT,claude:xT,papago:I2,aliyun:_s,yandex:Rs},Ta={};Object.keys(cr).forEach(t=>{Ta[t]={...cr[t],class:RA[t]}});function gc(t,e){let n=wn;if(Ta[t]&&Ta[t].class&&Ta[t].class.langMap&&Ta[t].class.langMap.size>0){let r=Ta[t].class.langMap,a=n.filter(i=>r.get(i));return a.includes(e)||a.unshift("placeholder"),a}else return wn}async function ya(t,e,n){if(!t.text)return t;let r=null,a=await Qe({sentences:[t]},e,(i,o,s)=>{i&&(r=i)},n);if(r)throw r;if(a.sentences.length>0)return{...t,...a.sentences[0]};throw new $("translateFailed","translate failed")}async function ET(t,e){for(let n of t)try{return await ya({id:1e6,text:"Hello world",from:"en",to:"zh-CN",url:"https://google.com",fromByClient:"auto"},{...e,translationService:n},{retry:1,requestTimeout:e.config.verifyRequestTimeout||5*1e3}),n}catch{continue}return null}async function Pg(t){let{config:e,translationService:n}=t,r=e.translationGeneralConfig,a=e.translationServices,i=n,o=a[i]||{},s=Zt(t.user);await new Ta[i].class(o,r,{translationService:i,userToken:t.user?.token,isPro:s,sourceProgram:t.sourceProgram,glossaries:t.rule.glossaries,excludeRegexps:t.rule.excludeRegexps}).init()}function OA(t){if(!t?.length)return"auto";let e=t[0].from;return t[0].fromByClient&&t[0].fromByClient!=="auto"&&(e=t[0].fromByClient),e}async function Qe(t,e,n,r){if(!t.sentences.length)return{...t};let{config:a,translationService:i,state:o}=e,s=a.translationGeneralConfig,u=a.translationServices,l=i,c=e.targetLanguage;t&&t.sentences&&t.sentences[0]&&t.sentences[0].to&&(c=t.sentences[0].to);let p=u[l]||{},m=a.rawUserConfig?.translationServices?.[l]||{};p=E1(m,p,{sourceLanguage:OA(t.sentences),targetLanguage:c,model:p.model||"",url:e.url,isPro:e.isPro?"true":"false",sourceProgram:e.sourceProgram||""}),r&&(p={...p,...r});let g=a.beta,f=o.cache===!1&&g,T=a.debug===!0&&g;t.sentences&&t.sentences.length>0&&(t.sentences=t.sentences.map(L=>(f&&(L.refresh=!0),T&&(L.debug=!0),L))),l==="openai"&&(t.sentences=t.sentences.map(L=>({...L,from:"auto"})));let b=[],h={sentences:Array(t.sentences.length)},C=t.sentences.length,D=-1,M=Zt(e.user),B;try{B=new Ta[l].class(p,s,{translationService:l,userToken:e.user?.token,isPro:M,sourceProgram:e.sourceProgram,glossaries:e.rule.glossaries,excludeRegexps:e.rule.excludeRegexps,minTextCount:e.rule.paragraphMinTextCount}),await B.init()}catch(L){if(n){b.push(...t.sentences);let A={translationService:l,isPro:!!e.isPro,isLogin:!!e.user?.token};for(let y of b){let I=L instanceof $?new $(L.name,L.message).initNetWork(L.status).initData(L.data||A):L;n(I,null,y)}}return{sentences:[]}}if(o.cache)for(let L of t.sentences){D++;let A=l;l==="openl"&&(A=l+"-"+p.codename||ic.DEFAULT_CODENAME);let y=B.getCacheKeyPrefix();y&&(A=y+"-"+A);let I=null;try{I=await Lu(J1({originalText:L.text,from:L.from,to:L.to,service:A}),200)}catch(F){z.warn("query cache DB error, but it's ok",F)}if(I){let F={...L,text:I.translatedText};h.sentences[D]=F,n&&n(null,F,L)}else b.push(L)}else b.push(...t.sentences);let S=b.length;if(C-S>0&&z.debug(`use ${C-S} sentences from cache`),!b.length)return h;let v=await B.multipleTranslate({sentences:b},p,(L,A,y)=>{if(n&&n(L,A,y),!L&&A&&!l.startsWith("mock")&&o.cache){let I=l;l==="openl"&&(I=l+"-"+p.codename||ic.DEFAULT_CODENAME);let F=B.getCacheKeyPrefix();F&&(I=F+"-"+I),o.cache&&Lu(X1({translatedText:A.text,from:y.from,to:y.to,detectedFrom:A.from,key:kn(y.text),service:I}),3e3).catch(_=>{z.warn("set cache DB error",_)})}});for(let L of v?.sentences||[]){let A=h.sentences.findIndex(y=>!y);if(A===-1)throw new $("translateFailed","can not match the result");h.sentences[A]=L}return h}function CT({currentLang:t,ctx:e,onSetPageLanguage:n,setSettings:r}){let{t:a}=xe();if(!e)return null;let i=gc(e.config.translationService,e.config.targetLanguage),o=wn;i.length<=30&&(o=i.indexOf("auto")>=0?i:["auto",...i]);let s=i.filter(u=>u!=="auto");return w("div",{class:"flex mt-4 items-center",children:[w(zA,{supportedLanguages:o,interfaceLanguage:e.config.interfaceLanguage,currentLang:t,value:e.sourceLanguage,onSelected:n}),w("img",{src:h2,style:{maxWidth:"unset"},class:"mx-2"}),w(NA,{supportedLanguages:s,interfaceLanguage:e.config.interfaceLanguage,value:e.config.targetLanguage,label:a("popupTarget"),onSelected:u=>{r(l=>({...l,targetLanguage:u}))}})]})}function zA(t){let{t:e}=xe(),{value:n,currentLang:r}=t,a=e("popupSourceLanguage");return n==="auto"&&r&&r!=="auto"&&(a=e("languages.auto")),w("div",{class:"language-select-container",children:[w("label",{children:a}),w("select",{autoComplete:"off",class:"language-select",onChange:i=>{let o=i.target.value;o&&t.onSelected(o)},children:t.supportedLanguages.map((i,o)=>{let s=fa(i,t.interfaceLanguage),u="";return i==="auto"&&n==="auto"&&(r&&r==="auto"?u=e("languages.auto"):u=fa(r,t.interfaceLanguage)+` (${e("languages.auto")})`),w("option",{value:i,selected:i===t.value,children:u||s},"selectlink"+o)})})]})}function NA(t){return w("div",{class:"language-select-container",children:[w("label",{children:t.label}),w("select",{autoComplete:"off",class:"language-select",onChange:e=>{let n=e.target.value;n&&t.onSelected(n)},children:t.supportedLanguages.map((e,n)=>{let r=fa(e,t.interfaceLanguage);return w("option",{value:e,selected:e===t.value,children:r},"selectlink"+n)})})]})}d();d();function va(t){let{items:e,maxWidth:n,className:r,style:a}=t,{lang:i}=xe();return n=n||(i==="en"?144:160),w("select",{autoComplete:"off",class:r||"min-select",style:{maxWidth:`${n}px`,...a},value:e.find(o=>o.selected)?.value,onChange:o=>{let s=o.target.value,u=e.find(l=>l.value===s);u&&u.onSelected(u)},children:e.map((o,s)=>w("option",{value:o.value,selected:o.selected,children:o.label},"selectlink"+s))})}function wT(t){let{t:e}=xe(),{translationServiceItems:n,translationServiceOptions:r}=HA(t);return n.length?w(Ot,{children:[w(DT,{class:"mt-3",label:e("popupService"),items:r}),w(UA,{ctx:t.ctx,onRestorePage:t.onRestorePage,setSettings:t.setSettings})]}):null}function DT(t){return w("div",{class:`min-select-container ${t.class||""}`,children:[w("label",{class:"inline-block text-label mb-0 text-gray-6",style:{minWidth:60},children:[t.label,"\uFF1A"]}),w(va,{className:"translate-service transform-padding-left",maxWidth:300,items:t.items})]})}function UA({ctx:t,setSettings:e,onRestorePage:n}){let{t:r}=xe(),a=jA(t),i=qA(t),o=Ve((u,l)=>{e(c=>{let p=c.translationServices||{},m=p[a.id]||{};return setTimeout(()=>{n()},1),{...c,translationServices:{...p,[a.id]:{...m,[u]:l}}}})},[]),s=Ne(()=>a?.props.filter(u=>u.type==="select").map(u=>{let l=u.name;u.label&&(l=u.label),u.labelKey&&(l=r(u.labelKey));let c=u.options.map(p=>({label:`${p.label?r(p.label):p.value}`,value:p.value,selected:p.value==i[u.name],onSelected:()=>{o(u.name,p.value)}}));return{label:l,items:c}}),[i]);return!i||!a?.props?.length||!s||!s?.length?null:w(Ot,{children:s.map(({label:u,items:l},c)=>w(DT,{class:"mt-2",label:u,items:l},"field-"+c))})}function qA(t){return Ne(()=>{let{translationServices:n,translationService:r}=t.config;return n&&n[r]?n[r]||{}:{}},[t])}function jA(t){return Ne(()=>{let{translationService:n}=t.config;if(cr[n])return Cl("translationService",n,t)},[cr,Cl,t])}function HA({isProUser:t,ctx:e,setSettings:n,pageStatus:r,onTranslatePage:a,onRestorePage:i,openOptionsPage:o}){let{t:s}=xe(),u=Ne(()=>e?ps(e,"translationService"):[],[ps,e]),l=Ve(p=>{let m=u.find(g=>g.id===p.value);if(m.ok){if(n(g=>({...g,translationService:m.id,translationServiceChangedbyUserAt:new Date().toISOString()})),r!="Translated")return;m.props.length===0?e.rule.isTranslateWhenServiceChanged&&setTimeout(()=>{a()},1):setTimeout(()=>{i()},1)}else n(g=>({...g,translationService:m.id,translationServiceChangedbyUserAt:new Date().toISOString()})),setTimeout(()=>{o()},100)},[o,i,a,n]),c=Ne(()=>{let p=ot();return u.filter(g=>e.config.showUnconfiguredTranslationServiceInPopup===!1?g.ok:!0).map(g=>({label:`${s("translationServices."+g.id)}${g.ok?"":" "+(" "+(!t&&!p&&g.providers&&g.providers.length>0?s("goLoginOrAction"):s("needAction")))}`,value:g.id,selected:g.selected,onSelected:l}))},[u,e,l,s]);return{translationServiceItems:u,translationServiceOptions:c}}d();d();function AT(t){let e=t.indexOf("#");return e===-1?t:t.slice(0,e)}function kT(t){let{t:e}=xe(),{currentUrlObj:n,isAlwaysTranslateDomain:r,isNeverTranslateDomain:a,handleTranslationUrlPatternSelected:i}=WA(t),[o,s]=re(()=>a?"excludeMatches":"matches"),u=Ne(()=>r||a||!1,[r,a]),l=Ve(c=>{s(c),u&&i(c,n.hostname)},[s,i,u]);return w("div",{class:"flex justify-between mt-5",children:[w(va,{style:{width:"unset",flex:"unset"},maxWidth:230,className:"transform-padding-left min-select",items:[{label:e("alwaysTranslateThisSite"),value:"matches",selected:o==="matches",onSelected:()=>{l("matches")}},{label:e("neverTranslateThisSite"),value:"excludeMatches",selected:o==="excludeMatches",onSelected:()=>{l("excludeMatches")}}].filter(Boolean)}),w("input",{type:"checkbox",role:"switch",checked:u,class:"shrink-0",onChange:c=>{let p=c.target.checked;i(p?o:"default",n.hostname)}})]})}function WA({currentUrl:t,ctx:e,currentLang:n,onSetLocalConfig:r,pageStatus:a,onRestorePage:i,onTranslatePage:o,setSettings:s,onClose:u}){let l=null,c=null,p=null,m=null,g=null,{translationUrlPattern:f}=e.config;if(l=Ne(()=>new URL(t||""),[t]),e.config&&t&&Zl(t)){c=AT(t);let{matches:h,excludeMatches:C}=f;p=!!h.find(D=>wt(t,D)),m=!!C.find(D=>wt(t,D))}if(n&&n!=="auto"){let{translationLanguagePattern:h}=e.config,{matches:C}=h;C.includes(n)?g=!0:g=!1}let T=Ve(()=>{let h=l.hostname,C=e.localConfig.tempTranslationUrlMatches||[],D=C.filter(B=>B.match!==h),M=!1;D.length!==C.length&&(M=!0),M&&r({...e.localConfig,tempTranslationUrlMatches:[...D]})},[r]),b=Ve((h,C)=>{if(h==="default"){s(B=>{let S={...B.translationUrlPattern};return{...B,isChangedAlwaysTranslatedUrls:!0,translationUrlPattern:{...B.translationUrlPattern,matches:Lg(t,S.matches),excludeMatches:Lg(t,S.excludeMatches)}}}),T();return}let D=h,M=D==="matches"?"excludeMatches":"matches";l&&s(B=>{let S={...B.translationUrlPattern};return S[M]=Lg(t,S[M]),S[D]=hl(C,S[D]),{...B,isChangedAlwaysTranslatedUrls:!0,translationUrlPattern:{...B.translationUrlPattern,...S}}}),D==="matches"&&a==="Original"?setTimeout(()=>{o(),u()},100):D==="excludeMatches"&&a==="Translated"&&setTimeout(()=>{i(),u()},100)},[o,u,a,T]);return{currentUrlObj:l,currentUrlWithoutHash:c,isAlwaysTranslateDomain:p,isNeverTranslateDomain:m,isAlwaysTranslateLang:g,handleTranslationUrlPatternSelected:b}}function Lg(t,e){return e?(Array.isArray(e)||(e=[e]),t?e.filter(n=>!wt(t,n)):e):[]}d();d();d();d();var PT="G-MKMD9LWFTR";async function lt(t,e,n){try{let r=ls(),a=Me(),i=a.INSTALL_FROM==="firefox_store";r?.name?.startsWith("ImtFx")&&(i=!1);let o=ye(),s=Xe(),u=a.PROD==="1",l=`report_${t}`,c=t.endsWith("_daily");if(c){if(s)return;let A=await Nr(l,0),y=mc(new Date(A)),I=Date.now(),F=mc(new Date(I));if(y===F)return;await j3(l,I)}else if(!n.config.telemetry)return;let p="sitc4WmvShWYwfU0dANM3Q",m=await At("fakeUserId","");m||(m=await Nr("fakeUserId",""),m&&await Je("fakeUserId",m));let g=Sn(),f=new Date,T=await At("installedAt","");T||(T=await Nr("installedAt",""),T&&await Je("installedAt",T)),m?T||(T=new Date(0).toISOString(),await Je("installedAt",T)):(m=KA(32),await Je("fakeUserId",m)),T||(T=f.toISOString(),await Je("installedAt",T));let b=new Date(T),h=mc(b),C=mc(f),D=h===C,M=f.getTime()-b.getTime()<7*24*60*60*1e3,B=`https://www.google-analytics.com/mp/collect?measurement_id=${PT}&api_secret=${p}`;u||(B=`https://www.google-analytics.com/debug/mp/collect?measurement_id=${PT}&api_secret=${p}`);let S=Ei.parse(window.navigator.userAgent),v=e.map(A=>{let y=A.params||{};if(S.os&&(y.os_name=S.os.name||"unknown",y.os_version=S.os.version||"unknown",y.os_version_name=S.os.versionName||"unknown"),S.browser&&(y.browser_name=S.browser.name||"unknown",y.browser_version=S.browser.version||"unknown",r&&(y.browser_name=r.name,y.browser_version=r.version)),S.platform&&(y.platform_type=S.platform.type||"unknown"),S.engine&&(y.engine_name=S.engine.name||"unknown",y.engine_version=S.engine.version||"unknown"),n.translationService&&(y.translation_service||(y.translation_service=n.translationService),n.config.translationServices&&n.config.translationServices[n.translationService]&&(n.config.translationServices[n.translationService].provider&&(y.translation_service_provider=n.config.translationServices[n.translationService].provider),n.translationService==="openai"&&n.config.translationServices[n.translationService].provider==="custom"&&(n.config.translationServices[n.translationService].apiUrl?n.config.translationServices[n.translationService].apiUrl.startsWith("https://api.openai.com/")?y.openai_is_official="1":y.openai_is_official="0":y.openai_is_official="1"))),n.targetLanguage&&(y.target_language=n.targetLanguage),n.config.interfaceLanguage&&(y.interface_language=n.config.interfaceLanguage),n.config.enableDefaultAlwaysTranslatedUrls?y.enable_default_always_translated_urls=n.config.enableDefaultAlwaysTranslatedUrls?"1":"0":y.enable_default_always_translated_urls="0",g&&(y.version=g),n.config.enableInputTranslation?y.enable_input_translation=n.config.enableInputTranslation?"1":"0":y.enable_input_translation="0",n.config.translationTheme&&(y.translation_theme=n.config.translationTheme),n.config.alpha&&(y.alpha=n.config.alpha.toString()),n.config.translationLanguagePattern&&n.config.translationLanguagePattern.matches?.length>0?y.always_translate_languages=n.config.translationLanguagePattern.matches.join(","):y.always_translate_languages="none",a.INSTALL_FROM&&(y.install_from=a.INSTALL_FROM),n.config.beta&&(y.beta=n.config.alpha.toString()),n.config.translationArea&&(y.translation_area=n.config.translationArea),h&&(y.install_day=GA(b)),n.user){let F=p4(n.user);F&&Object.keys(F).forEach(_=>{y[_]=F[_]})}else y.user_type="anonymous";n.config.translationMode&&(y.translation_mode=n.config.translationMode),y.userscript=o.toString(),D?y.is_new_user_today="1":y.is_new_user_today="0",M?y.is_new_user_this_week="1":y.is_new_user_this_week="0",n.config.tempTranslateDomainMinutes?y.temp_translate_domain_minutes=n.config.tempTranslateDomainMinutes.toString():y.temp_translate_domain_minutes="0";let I="html";if(n.rule.pageType&&(I=n.rule.pageType),y.page_type=I,s?y.main_frame=0:y.main_frame=1,!c){let F=n.url;try{let _=new URL(F);y.site_host=_.hostname}catch{y.site_host="unknown"}n.sourceLanguage&&(y.source_language=n.sourceLanguage)}return{...A,params:y}});if(i)return;let L=await de({responseType:"text",url:B,method:"POST",body:JSON.stringify({client_id:m,user_id:m,events:v})})}catch{}}function KA(t){let e="",n="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789",r=n.length,a=0;for(;a=window.innerHeight*r.maxBodyScreenLength)return z.debug("content dom elements too long"),{bodyIsRoot:!1,bodyNode:e,articleNode:n};try{let i=window.document.cloneNode(!0),s=new ju(i,{keepClasses:!0}).parse();if(!s)throw new Error("article is null");e=VA(s.content,s.textContent),e&&(n=FT(r,e))}catch(i){z.debug(i)}return{bodyIsRoot:a(),bodyNode:e,articleNode:n};function a(){return t.state.translationArea==="body"?!1:!!r.bodyIsRoot}}function _T(t,e){if(!t.rule.bodyRule.articleSelector||e.nodeType!==Node.ELEMENT_NODE)return;let n=e.querySelector(t.rule.bodyRule.articleSelector);n&&(t.articleNode!=n&&z.debug("update article node",n),t.articleNode=n)}function _g(t,e){return e&&t?.contains(e)||!1}function VA(t,e){let a=new DOMParser().parseFromString(t,"text/html").querySelectorAll("#readability-page-1 > div");if(a.length<=0)return null;let i=$A(a[0]),o=document.querySelector(i);return!o||(a.length>1&&(o=o.parentElement),o==document.documentElement)?null:(o?.textContent?.length||0)>=e.length&&e.length>=500?o:null}function $A(t){let e=t.tagName.toLowerCase();t.id&&(e+="#"+t.id),t.className&&(e+="."+t.className.trim().split(/\s+/).join("."));let n=Array.from(t.attributes).filter(r=>!["id","class","style"].includes(r.name)).map(r=>`[${r.name}="${r.value}"]`).join("");return e+n}function FT(t,e){if(e.nodeType!=Node.ELEMENT_NODE)return null;let n=null,r=Array.from(e.childNodes);if(r.filter(i=>t.articleChildTags.includes(i.nodeName)).length>=t.articleChildTagsNum)return e;for(let i=0;i{let E=q(k);return E==NodeFilter.FILTER_ACCEPT?dt.mark(k,_,T):E==NodeFilter.FILTER_REJECT,E}),N=y;if(q(N)===NodeFilter.FILTER_REJECT)return;for(dt.mark(N,_,T);N;){if(s=_g(i,N),c&&c.length>0){let{currentNode:k,isMatchedSelection:E}=M(U,N,c);if(k)N=k;else break;if(!E)continue}if(N.nodeType===Node.ELEMENT_NODE||N.nodeType===Node.DOCUMENT_FRAGMENT_NODE){let k=N;if(k.nodeName==="IFRAME"){I&&I(k),B(),Fg(b,!0),N=U.nextNode();continue}k.nodeType===Node.ELEMENT_NODE&&(l&&Bg(k,l),g&&Rg(k,g));let E=la(k,{blockSelectors:n.blockSelectors,extraInlineSelectors:n.extraInlineSelectors,extraBlockSelectors:n.extraBlockSelectors,atomicBlockSelectors:n.atomicBlockSelectors},k.immersiveTranslateComputedStyle||null);if(E&&n.paragraphFirstLetterFontSize>0&&k.childNodes.length==1&&k.childNodes[0].nodeType===Node.TEXT_NODE&&k.innerText?.length==1&&k?.immersiveTranslateComputedStyle?.fontSize>=n.paragraphFirstLetterFontSize+"px"&&(E=!1),Gt(k,u)&&!E){S(k);let H=null;for(;!(H=U.nextSibling())&&U.parentNode(););N=H;continue}let P=Qa(k);if(!MT(b,k)||E){B(k);let H=E?k:k.parentElement;H&&H.childNodes.length>0&&v(b,H,H.immersiveTranslateComputedStyle||null)}P&&k.shadowRoot?.mode==="open"&&(E?I?.(k.shadowRoot):D({...A,container:k.shadowRoot})),k.nodeType===Node.ELEMENT_NODE&&k.nodeName==="PRE"&&p&&e5(k)}else if(N.nodeType===Node.TEXT_NODE)S(N);else throw new Error("should not be here");N=U.nextNode(),b.commonAncestorContainer&&N&&N.parentNode===b.commonAncestorContainer&&(b._currentStacks=[]),b.commonAncestorContainer&&N&&N.nodeType===Node.ELEMENT_NODE&&b._currentStacks.push(N)}function q(k){if(k.nodeType===Node.DOCUMENT_FRAGMENT_NODE)return NodeFilter.FILTER_ACCEPT;if(jr(k)){if(g){let H=Object.keys(g);if(H.length>0&&Gt(k,H))for(let W of H){let V=g[W];if(k.matches(W)){let se=g[W],X=Object.keys(se);for(let Z of X){let ue=se[Z];k.getAttribute(Z)!==ue&&(ue===null?k.removeAttribute(Z):k.setAttribute(Z,ue))}break}}}if(!A.force&&dt.isMarked(k,_)||t1(k,_)||hc(k,{excludeSelectors:n.excludeSelectors,selectors:n.selectors,stayOriginalSelectors:u})||k.nodeName==="IFRAME"&&!Hi(k))return NodeFilter.FILTER_REJECT;if(k.nodeType===Node.ELEMENT_NODE){let H=window.getComputedStyle(k);if(k.immersiveTranslateComputedStyle=H,Ig(H))return F&&F(k),NodeFilter.FILTER_REJECT;let j=la(k,{blockSelectors:n.blockSelectors,extraInlineSelectors:n.extraInlineSelectors,extraBlockSelectors:n.extraBlockSelectors,atomicBlockSelectors:n.atomicBlockSelectors},H||null);if(Gt(k,u)&&j)return NodeFilter.FILTER_REJECT}let E=k.getBoundingClientRect(),{width:P,height:O}=E;return k.nodeName==="IMG"&&(P>48&&O>48?k.immersiveTranslateComputedStyle={display:"block"}:P>0&&O>0&&f!==!1&&(k.setAttribute("width",P),k.setAttribute("height",O))),!k.childNodes||k.childNodes&&k.childNodes.length===0?NodeFilter.FILTER_ACCEPT:!b.isPreWhitespace&&(P>0&&P<4||O>0&&O<4)&&(k.textContent?.trim().length||0)<2?NodeFilter.FILTER_REJECT:NodeFilter.FILTER_ACCEPT}else if(k.nodeType===Node.TEXT_NODE){let E=k.textContent?.trim();if(!E)return b.isPreWhitespace?NodeFilter.FILTER_ACCEPT:NodeFilter.FILTER_REJECT;let P=k.parentNode;if(P.getBoundingClientRect){let{width:O,height:H}=P.getBoundingClientRect();if(O>0&&O<4||H>0&&H<4)return NodeFilter.FILTER_REJECT}return m>0&&E.length>=m&&Mg(k,m),NodeFilter.FILTER_ACCEPT}return NodeFilter.FILTER_REJECT}}D(t),b&&b.commonAncestorContainer&&b.flatNodes.length>0&&B();function M(A,y,I){let F=y.immersiveTranslateComputedStyle||null;if(C){if(!C.contains(y))if(h=!1,y&&y.nodeType===Node.ELEMENT_NODE)if(fc(y,I))h=!0,C=y,B(),v(b,C,F);else return h=!1,y=A.nextNode(),{currentNode:y,isMatchedSelection:h};else return h=!1,y=A.nextNode(),{currentNode:y,isMatchedSelection:h}}else if(y&&y.nodeType===Node.ELEMENT_NODE)if(fc(y,I))h=!0,C=y,B(),v(b,C,F);else return h=!1,y=A.nextNode(),{currentNode:y,isMatchedSelection:h};else return h=!1,y=A.nextNode(),{currentNode:y,isMatchedSelection:h};return{currentNode:y,isMatchedSelection:!0}}function B(A){if(A&&A.nodeName==="BR"){b.commonAncestorContainer=A.parentNode;let I=[...b.flatNodes],F=b.flatNodes.filter(_=>A.parentNode?.contains(_));F.length>0&&I.length!=F.length&&(b.flatNodes=F,b.flatNodes.original=I)}let y=XA(b,a,n);y&&(y.xpath=r1(r,s,y.commonAncestorContainer,i),e&&e(y)),Fg(b)}function S(A){if(!MT(b,A)){B(),Fg(b);let y=A.parentNode;y&&v(b,y,y.computedStyle)}b.flatNodes.push(A)}function v(A,y,I){A.commonAncestorContainer=y;let F=L(I);A.isPreWhitespace=F}function L(A){return A&&A.whiteSpace&&A.whiteSpace.startsWith("pre")||A&&A.whiteSpace==="break-spaces"||!1}}function MT(t,e){let n=!1;(e.nodeType===Node.ELEMENT_NODE||e.nodeType===Node.DOCUMENT_FRAGMENT_NODE)&&(n=Qa(e));let r=JA(t),a=!0;return!n&&!r&&(t.commonAncestorContainer&&t.commonAncestorContainer.contains(e)?a=!0:t.commonAncestorContainer&&(a=!1,t._currentStacks=[])),a}function QA(t){let{isTransformPreTagNewLine:e}=t;return t.excludeSelectors=t.excludeSelectors.filter(n=>{let r=n!=="iframe";return e?r&&n!=="pre":r}),t}function ZA(t,e,n){if(e){for(let r of e.childNodes)if(r.contains(n))return r}return t._currentStacks.length>0?(t.commonAncestorContainer||(t.commonAncestorContainer=t._currentStacks[0]),t._currentStacks[0]):null}function Bg(t,e){if(e){let n=Object.keys(e);if(n.length>0&&Gt(t,n))for(let a of n){let i=e[a];if(t.matches(a)){let o=t.style.cssText||"";o&&(o=o.trim()),o&&!o.endsWith(";")&&(o+=";"),t.style.cssText=o+i;break}}}}function JA(t){return t&&t._currentStacks?t._currentStacks.some(e=>Qa(e)):!1}function XA(t,e,n){let{flatNodes:r,commonAncestorContainer:a}=t;if(a&&r.length>0){if(!r.map(g=>g.textContent?.trim()||"").join(""))return null;if(r.length===1)return{ctxId:e,stepState:1,commonAncestorContainer:r[0].parentNode,rootNodes:[r[0]],flatNodes:r,isPreWhitespace:t.isPreWhitespace,variables:{},xpath:""};let o=t5(r,a,n);o||(o=a);let s=[];for(let g of r){let f=ZA(t,o,g);f&&(s.includes(f)||s.push(f))}if(s.length<1)return null;let u=s[0],l=s[s.length-1],c=[],p=u,m=0;for(;p&&(c.push(p),p!==l);){if(m++,m>YA){z.warn("loop too many times for convert root nodes, break");break}p=p.nextSibling}return{ctxId:e,rootNodes:c,stepState:1,flatNodes:r,commonAncestorContainer:o,variables:{},isPreWhitespace:t.isPreWhitespace,xpath:""}}else return null}function Fg(t,e=!1){t.rootNodes=[],t.flatNodes=[],t._currentStacks=[],e&&(t.commonAncestorContainer=null)}function Ig(t){return t.display==="none"}var dt={_marked_key:Rh,isMarked(t,e){return xp(t,this._marked_key,e)},clearMark(t){if(!(!t||t.nodeType!==Node.ELEMENT_NODE)&&!(t instanceof HTMLIFrameElement||Qa(t)))return Ml(t,this._marked_key)},clearToParentMark(t,e){let n=t;for(;n&&e&&n!=e;)dt.clearMark(n),n=n.parentElement},mark(t,e,n){if(!(!t||t.nodeType!==Node.ELEMENT_NODE)&&!(t instanceof HTMLIFrameElement||Qa(t)))return ut(t,this._marked_key,e,!1,n)},markWalk(t,e,n){if(!t||t.nodeType!==Node.ELEMENT_NODE||this.isSkipMarkEle(t))return;let r=Ki(t,"markWalk")||"";return ut(t,"markWalk",r+","+e,!1,n)},isSkipMarkEle(t){return t?!!(t instanceof HTMLIFrameElement||Qa(t)):!1}};function e5(t){let n=t.innerHTML.replace(/\n\n/g,"
");t.innerHTML=n}function t5(t,e,n){if(!t.length)return null;let r=t.map(a=>{let i=new Set;for(;(a=a.parentNode)&&(i.add(a),a!==e););return i});for(let a of r[0])if(a.nodeType===Node.ELEMENT_NODE||a.nodeType===Node.DOCUMENT_FRAGMENT_NODE){if(xn(a,n.atomicBlockSelectors))continue;if(r.every(i=>i.has(a)))return a}return null}function Mg(t,e){let n=t.textContent||"";if(n.trim().length<=e)return;let i=[". ","? ","! ","\u3002","\uFF1F","\uFF01",`.${String.fromCharCode(160)}`].reduce((o,s)=>{let u=n.lastIndexOf(s,e);return u>o?u:o},-1);if(i>1){let o=n[i-1]||"",s=n[i-2]||"",u=n[i+1]||"";o==="."||u==="."||u===")"||s==="."&&o==="S"||s.toUpperCase()==="M"&&(o.toUpperCase()==="R"||o.toUpperCase()==="S")?i=-1:isNaN(Number(o))||(i=-1)}if(i===-1)n.length>e+20&&Mg(t,e+20);else{let o=n.slice(i+1);if(!o.trim())return;i++,o.startsWith(" ")&&i++,t.immersive=!0;let s=t.splitText(i);s.immersive=!0;let u=document.createElement("br");u.immersive=!0,s.parentNode?.insertBefore(u,s),i+10)for(let r of n){let a=e[r],i=Object.keys(a),o=p1(t,[r]);for(let s of o)for(let u of i){let l=a[u];s.getAttribute(u)!==l&&(l===null?s.removeAttribute(u):s.setAttribute(u,l))}}}function IT(t,e,n,r,a,i,o){let s=Object.keys(e);if(s.length>0)for(let u of s){let l=e[u],c=Object.keys(l),p=t.querySelector(u);if(p)for(let m of c){let g=l[m];if(m==="translate"&&g==="no"){let T=p.innerText||p.textContent||"";if(!T.trim()||n5(p,a,i,o)||!m1(T,n,r))continue}p.getAttribute(m)!==g&&(g===null?p.removeAttribute(m):p.setAttribute(m,g))}}}function Rg(t,e){if(e){let n=Object.keys(e);if(n.length>0&&Gt(t,n))for(let a of n){let i=e[a];if(t.matches(a)){let o=e[a],s=Object.keys(o);for(let u of s){let l=o[u];t.getAttribute(u)!==l&&(l===null?t.removeAttribute(u):t.setAttribute(u,l))}break}}}}function hc(t,e){return Gt(t,e.excludeSelectors||[])?Gt(t,e.selectors||[])?!1:!Gt(t,e.stayOriginalSelectors||[]):!1}function fc(t,e){if(e.length===0)return!1;let n=e.filter(r=>!r.endsWith("*")).map(r=>r+" *");return Gt(t,e.concat(n))}function n5(t,e,n,r){let a=document.createTreeWalker(t,NodeFilter.SHOW_TEXT|NodeFilter.SHOW_ELEMENT,i=>i.nodeType===Node.ELEMENT_NODE&&hc(i,{excludeSelectors:r.excludeSelectors,selectors:r.selectors,stayOriginalSelectors:r.stayOriginalSelectors})?NodeFilter.FILTER_REJECT:NodeFilter.FILTER_ACCEPT);for(;a.nextNode();){let i=a.currentNode;if(i.nodeType===Node.TEXT_NODE&&parent){let o=i.textContent||"";if(o.includes("Copyright"))continue;if(Ll(o,e,n))return!0}}return!1}d();function RT(t){let e=document.querySelector("title"),n;return e&&(n=new MutationObserver(function(r){r.length>0&&(r[0].target.text.includes(Cu)||Og(t).catch(i=>{z.error("translateTitle error:",i.name,i.message,i.details||"")}))}),n.observe(e,{subtree:!0,characterData:!0,childList:!0})),n}var bc="";async function Og(t){let e=document.title;if(!e||e.includes(Cu))return;bc!==e&&(bc=e);let n=await Ie({text:e,pageLangs:[yt(),"en"]});if(!Ui(t,n))try{let r=await ya({id:0,url:t.url,text:e,from:n,to:t.targetLanguage,fromByClient:n,force:!0},t);r&&r.text&&(document.title=r.text+Cu+bc)}catch(r){throw r}}function OT(t){t.rule.isTranslateTitle&&(document.title=bc)}function lo(t){return(t.config.rtlLanguages||["ar","arc","az","dv","he","ckb","fa","ur"]).includes(t.targetLanguage)}function an(t){let e=t.rule.selectors,n=t.rule.excludeTags,r=t.rule.additionalExcludeTags,a=t.rule.excludeSelectors,i=t.rule.additionalExcludeSelectors;return t.state.translationArea==="body"&&(e=[],a=[]),{paragraphFirstLetterFontSize:t.rule.paragraphFirstLetterFontSize,globalStyles:t.rule.globalStyles,globalAttributes:t.rule.globalAttributes,selectors:e,atomicBlockSelectors:t.rule.atomicBlockSelectors,skipEditableCheck:t.rule.skipEditableCheck,lineBreakMaxTextCount:t.rule.lineBreakMaxTextCount,isTransformPreTagNewLine:t.rule.isTransformPreTagNewLine,excludeSelectors:n.concat(r).map(s=>s.toLowerCase()).filter(s=>s!=="code"&&s!=="img").concat(a).concat(i),blockSelectors:t.rule.allBlockTags.map(s=>s.toLowerCase()).concat(t.rule.extraBlockSelectors),extraBlockSelectors:t.rule.extraBlockSelectors,extraInlineSelectors:t.rule.extraInlineSelectors.concat(t.rule.additionalInlineSelectors),stayOriginalSelectors:t.rule.stayOriginalTags.concat(t.rule.stayOriginalTags).map(s=>s.toLowerCase()).concat(t.rule.stayOriginalSelectors).concat(t.rule.additionalStayOriginalSelectors)}}var r5={sanitize:t=>t};function qg(t,e){if(t.interruptEffectDOM)return;let n=an(t.ctx);t.walkContainer({id:t.id,container:e,articleNode:t.ctx.articleNode,filterRule:n,bodyRule:t.ctx.rule.bodyRule,onParagraph:ti.bind(null,t),onFrame:r=>{Ng(t,r,!0)},onIgnoreElement:r=>{dt.mark(r,t.id,n.skipEditableCheck),t.ignoreResizeObserver?.observe(r)}}),bi&&ut(e,"consumeContainer",t.id)}function Ng(t,e,n){try{if(t.injectCssToDocument(e,t.ctx),e instanceof HTMLIFrameElement){if(!Hi(e))return;z.debug("onFrame fragment",e);let r=e.contentWindow?.document.body;r&&(ei(r,t,n),t.dynamicContainerObserver?.observe(r,{childList:!0,subtree:!0,characterData:!0}))}else z.debug("onFrame shadowRoot",e.host),ei(e,t,n),t.dynamicContainerObserver?.observe(e,{childList:!0,subtree:!0,characterData:!0})}catch{}}function ei(t,e,n=!0){let{globalStyles:r,globalAttributes:a}=an(e.ctx),i=0;if(u(e,t,n))return;if(jr(t)&&s(t)){o(t);return}try{let l=document.createTreeWalker(t,NodeFilter.SHOW_ELEMENT,c=>(jr(c)&&(r&&Bg(c,r),a&&Rg(c,a)),u(e,c,n)?NodeFilter.FILTER_REJECT:NodeFilter.FILTER_ACCEPT));for(dt.mark(l.currentNode,e.id,e.ctx.rule.skipEditableCheck);l.nextNode();){dt.mark(l.currentNode,e.id,e.ctx.rule.skipEditableCheck);let c=l.currentNode;if(s(c))for(o(c);;){if(l.nextSibling()){let p=l.currentNode;if(dt.mark(l.currentNode,e.id,e.ctx.rule.skipEditableCheck),s(p)){o(p);continue}else break}if(!l.parentNode())return}}}catch{}if(i==0&&t instanceof HTMLElement){o(t);return}return e.observeContainers;function o(l){dt.clearMark(l),i++,e.immediateTranslateCapacity>=0?qg(e,l):(bi&&ut(l,"observeContainer",e.id),e.containerVisibleObserver?.unobserve(l),e.containerVisibleObserver?.observe(l))}function s(l){let c=l.nodeName.toLowerCase();if(l.shadowRoot)return Ng(e,l.shadowRoot,n),!1;if(c==="iframe")return Ng(e,l,n),!1;if(["script","#document-fragment","img"].includes(c))return!1;let p=e.containerRule;if(p.selectors&&p.selectors?.length>0)return fc(l,p.selectors);if(p.pageHeight){let m=l.scrollHeight;if(m>0&&m0)return!0}return!1}function u(l,c,p){if(_T(l.ctx,c),c.nodeName.toLowerCase()=="script")return c.childNodes.length==0||c.childNodes.length==1&&c.childNodes[0].nodeType==Node.TEXT_NODE;if(c.nodeType===Node.DOCUMENT_FRAGMENT_NODE)return!1;if(c.nodeType!==Node.ELEMENT_NODE||p&&dt.isMarked(c,l.id))return!0;if(l.ctx.rule.isTransformPreTagNewLine&&c.nodeName==="PRE")return!1;let g=an(l.ctx);return!!hc(c,{excludeSelectors:g.excludeSelectors,selectors:g.selectors,stayOriginalSelectors:g.stayOriginalSelectors})}}function Os(t,e){if(!t.targetNodes)return;let n=t.state||"original",r=t.commonAncestorContainer;if(!dt.isSkipMarkEle(r)&&!dt.isMarked(r,t.ctxId))return;let a=r.contains(t.rootNodes[0]),i=r.contains(t.targetNodes[0]);if(a&&i)n="dual";else if(a)n="original";else if(i)n="translation";else return;if(e!=n){t.state=e;try{if(n=="dual"&&e=="translation"&&(Tc(t.rootNodes),NT(t.commonAncestorContainer)),n=="original"&&e=="translation"){let o=zg(t.rootNodes);if(Tc(t.rootNodes),zT(o))return;co(o,r,t.targetNodes||[]),NT(t.commonAncestorContainer)}if(n=="translation"&&e=="dual"){let o=t.targetNodes[0];co(o,r,t.rootNodes||[]),UT(t.commonAncestorContainer)}if(n=="original"&&e=="dual"){let o=zg(t.rootNodes);if(zT(o))return;co(o,r,t.targetNodes||[]),UT(t.commonAncestorContainer)}if(n=="translation"&&e=="original"){let o=zg(t.targetNodes);Tc(t.targetNodes),co(o,r,t.rootNodes||[])}n=="dual"&&e=="original"&&Tc(t.targetNodes),Wg(t)}catch(o){z.error(o)}}}function zT(t){return!t||!jr(t)?!1:t.classList.contains(bt)}function NT(t){if(!jr(t))return;t.querySelectorAll("font[class*=immersive-translate-target-translation]").forEach(r=>{ut(r,"immersiveTranslateClassBak",r.className),r.className="notranslate immersive-translate-target-dual immersive-translate-target-inner"});let n=t.querySelector(".immersive-translate-target-wrapper");n&&n.classList.add("immersive-translate-state-dual")}function UT(t){if(!jr(t))return;t.querySelectorAll("font[class*=immersive-translate-target-dual]").forEach(r=>{let a=Ki(r,"immersiveTranslateClassBak");Ml(r,"immersiveTranslateClassBak"),r.className=a});let n=t.querySelector(".immersive-translate-target-wrapper");n&&n.classList.remove("immersive-translate-state-dual")}function zg(t){return t?t[t.length-1].nextSibling:null}function Tc(t){(t||[]).forEach(e=>e.parentNode?.removeChild(e))}function co(t,e,n){let r=t;e&&(r?n.forEach(a=>{r.parentNode?.insertBefore(a,r)}):n.forEach(a=>{e.appendChild(a)}))}var a5=qo(yc,300);async function ti(t,e,n=!1,r="web"){if(t.interruptEffectDOM)return;let a=e.commonAncestorContainer;if(a instanceof ShadowRoot||i5(e.rootNodes)||e.stepState>=2)return;e.stepState=2,bi&&ut(a,"onParseParagraph",t.id);let{ctx:i}=t,{rule:o}=i,s=Za(i),u=ac(e.flatNodes,{isPreWhitespace:e.isPreWhitespace||!1,delimiters:s,stayOriginalSelectors:d5(i)});if(!u)return;e.variables=u?.variables||{},e.text=u?.text;let l=i?.config?.translationLanguagePattern?.excludeMatches||[],c=await Hg(i,e,{excludeLanguages:n?[]:l,targetLanguage:i.targetLanguage,noTranslateRegexp:i.rule.noTranslateRegexp,delimiters:Tr(i.config.translationServices[i.translationService]),minTextCount:n||i.state.translationArea==="body"?3:o.paragraphMinTextCount,minWordCount:o.paragraphMinWordCount,isDetectParagraphLanguage:o.detectParagraphLanguage||i.state.isDetectParagraphLanguage,ignoreZhCNandZhTW:i.rule.ignoreZhCNandZhTW});if(c){if(z.debug("on paragraph",c.text,c),a.paragraphs=a.paragraphs||[],a.paragraphs.includes(c))return;a.paragraphs.push(c),t.immediateTranslateCapacity>0||n?(n&&(e.force=!0),o5(t,e.text),jg(t,e,r)):(bi&&ut(a,"observeParagraph",t.id),t.observeParagraphs.push(c),t.paragraphVisibleObserver?.unobserve(a),t.paragraphVisibleObserver?.observe(a))}return c}function i5(t){if(!t)return!1;let e=t[t.length-1].nextSibling;return e?jr(e)&&e.classList.contains(bt):!1}function o5(t,e){t.ctx.state.translationStartMode!=="immediate"&&(t.immediateTranslateCapacity-=e?.length||0)}function jg(t,e,n="web"){if(t.interruptEffectDOM||e.stepState>=3)return;e.stepState=3;let r=t.autoIncreaseParagraphId++;if(e.id=r.toString(),t.paragraphEntities[r]=e,t.paragraphQueue.push(r.toString()),bi&&ut(e.commonAncestorContainer,"consumeParagraph",t.id),ut(e.commonAncestorContainer,Oh,"1",!0),n=="hover"){yc.call(t,t.ctx);return}a5.call(t,t.ctx)}async function yc(t){if(this.interruptEffectDOM)return;let e=this.paragraphQueue;this.paragraphQueue=[];let n=[];for(let r=0;r0)try{await Qe(r,e,(a,i,o)=>{let s=o.id,u=s5(t,s.toString());u&&u5.call(null,a,i,o,u,e,n)})}catch(a){z.error("translateCurrentQueue error",a);return}}function s5(t,e){return t.find(n=>n.id===e)}function u5(t,e,n,r,a,i){let o=!1,s=r;if(qi(s.commonAncestorContainer,n.id)?.remove(),Wg(r),s&&(t||!e)){t||(z.error("translate error",n,t,e),t=new Error("no response from server"));let{rule:u}=a,l=n.id,c=document.createElement(u.targetWrapperTag);ut(c,qh,l.toString()),c.classList.add("notranslate",bt,bt+"-error"),c.setAttribute("translate","no"),c.setAttribute("lang",a.targetLanguage);let p=r.rootNodes[r.rootNodes.length-1].nextSibling;if(co(p,r.commonAncestorContainer,[c]),s&&(s.error=t),c){let m=l5(a,t).replaceAll(` +`,"").replaceAll('"',"""),g=t.message.replaceAll(` +`,"").replaceAll('"',"""),f=hr(zt,"retryAllParagraphs",a.config.interfaceLanguage,"zh-CN"),T=hr(zt,"errorTooltipTitle",a.config.interfaceLanguage,"zh-CN")+": "+g,b=hr(zt,"error.retry",a.config.interfaceLanguage,"zh-CN"),h=hr(zt,"error.reason",a.config.interfaceLanguage,"zh-CN"),C=`
<${u.targetWrapperTag} class="${Q}-error notranslate"> <${u.targetWrapperTag} class="${Q}-error-wrapper"> @@ -5382,15 +5382,15 @@ Translate the content to {{to}} Language: ${b}    - + ${h} - `;c.innerHTML=at.sanitize(C)}}else if(r){if(s.error=void 0,r.targetText=e?.text||"",!(r.text?.trim().toLocaleLowerCase()==r.targetText?.trim().toLocaleLowerCase())){let l=S2(r,a),c=document.createElement(a.rule.targetWrapperTag);c.classList.add("notranslate",bt),lo(a)&&c.setAttribute("dir","rtl"),c.setAttribute("lang",a.targetLanguage),c.setAttribute(ur,"1");let p=r5.sanitize(l);c.innerHTML=p,r.targetNodes=[c],Os(r,i)}o=!0}else z.error("paragraph not found",n.id);document.dispatchEvent(new CustomEvent(_t,{detail:JSON.stringify({type:"paragraphTranslated",payload:{ok:o}})}))}async function Hg(t,e,n){let{text:r}=e,a=await Ie({text:r||"",minLength:15,pageLangs:[yt(),"en"],translateService:t.translationService}),{targetLanguage:i}=n;if(!Ss({text:r||"",delimiters:n.delimiters,minWordCount:n.minWordCount,minTextCount:n.minTextCount,noTranslateRegexp:n.noTranslateRegexp}))return null;let s=n.excludeLanguages||[],u=Il();n.isDetectParagraphLanguage&&(u="auto");let l=yt(),c=a;c==="auto"&&!n.isDetectParagraphLanguage&&(c=l,!Du.includes(t.translationService)&&(ye()||ot())&&(c="auto")),e.languageByLocal=c,e.languageByClient=u;let p=u!=="auto"?u:c;return ua(p,i,{ignoreZhCNandZhTW:n.ignoreZhCNandZhTW})||s.length>0&&s.some(f=>ua(p,f,{ignoreZhCNandZhTW:n.ignoreZhCNandZhTW}))?null:e}function zs(){Ug=0}var Ug=0;function l5(t,e){Ug+=1;let n=e.message;if(e instanceof $){let r=e.uiConfig(t);if(n=JSON.stringify(r),Ug!=t.rule.toastErrorMinTimes)return n;document.dispatchEvent(new CustomEvent(Ra,{detail:r}))}return n}function Wg(t){let e=t.commonAncestorContainer;if(!e.paragraphs?.length)return;e.recordLength=e.innerHTML.length,c5(e,`[${zh}]`).forEach(r=>{r.recordLength&&(r.recordLength=r.innerHTML.length)})}function c5(t,e){let n=t,r=[];for(;n.parentElement;){let a=n.parentElement.closest(e);if(a)r.push(a),n=a;else break}return r}function d5(t){return t.config?.translationServices?.[t.translationService]?.disableStaySelectors?[]:t.rule.stayOriginalTags.concat(t.rule.stayOriginalTags).map(r=>r.toLowerCase()).concat(t.rule.stayOriginalSelectors).concat(t.rule.additionalStayOriginalSelectors)}d();d();d();function qT(t,e,n,r,a){let i=e,o=$h[i]||[],s="";t&&o&&o.length>0&&o.forEach(c=>{let{name:p}=c;if(t&&n&&n[p]){let g=n[p];if(["borderRadius"].includes(p)&&(g+="px"),s+=`--immersive-translate-theme-${i}-${p}: ${g}; -`,e==="marker"&&p==="backgroundColor"&&typeof g=="string"){let{r:m,g:f,b:T}=h1(g);s+=`--immersive-translate-theme-${i}-${p}-rgb: ${m}, ${f}, ${T}; + `;c.innerHTML=at.sanitize(C)}}else if(r){if(s.error=void 0,r.targetText=e?.text||"",!(r.text?.trim().toLocaleLowerCase()==r.targetText?.trim().toLocaleLowerCase())){let l=S2(r,a),c=document.createElement(a.rule.targetWrapperTag);c.classList.add("notranslate",bt),lo(a)&&c.setAttribute("dir","rtl"),c.setAttribute("lang",a.targetLanguage),c.setAttribute(ur,"1");let p=r5.sanitize(l);c.innerHTML=p,r.targetNodes=[c],Os(r,i)}o=!0}else z.error("paragraph not found",n.id);document.dispatchEvent(new CustomEvent(_t,{detail:JSON.stringify({type:"paragraphTranslated",payload:{ok:o}})}))}async function Hg(t,e,n){let{text:r}=e,a=await Ie({text:r||"",minLength:15,pageLangs:[yt(),"en"],translateService:t.translationService}),{targetLanguage:i}=n;if(!Ss({text:r||"",delimiters:n.delimiters,minWordCount:n.minWordCount,minTextCount:n.minTextCount,noTranslateRegexp:n.noTranslateRegexp}))return null;let s=n.excludeLanguages||[],u=Il();n.isDetectParagraphLanguage&&(u="auto");let l=yt(),c=a;c==="auto"&&!n.isDetectParagraphLanguage&&(c=l,!Du.includes(t.translationService)&&(ye()||ot())&&(c="auto")),e.languageByLocal=c,e.languageByClient=u;let p=u!=="auto"?u:c;return ua(p,i,{ignoreZhCNandZhTW:n.ignoreZhCNandZhTW})||s.length>0&&s.some(f=>ua(p,f,{ignoreZhCNandZhTW:n.ignoreZhCNandZhTW}))?null:e}function zs(){Ug=0}var Ug=0;function l5(t,e){Ug+=1;let n=e.message;if(e instanceof $){let r=e.uiConfig(t);if(n=JSON.stringify(r),Ug!=t.rule.toastErrorMinTimes)return n;document.dispatchEvent(new CustomEvent(Ra,{detail:r}))}return n}function Wg(t){let e=t.commonAncestorContainer;if(!e.paragraphs?.length)return;e.recordLength=e.innerHTML.length,c5(e,`[${zh}]`).forEach(r=>{r.recordLength&&(r.recordLength=r.innerHTML.length)})}function c5(t,e){let n=t,r=[];for(;n.parentElement;){let a=n.parentElement.closest(e);if(a)r.push(a),n=a;else break}return r}function d5(t){return t.config?.translationServices?.[t.translationService]?.disableStaySelectors?[]:t.rule.stayOriginalTags.concat(t.rule.stayOriginalTags).map(r=>r.toLowerCase()).concat(t.rule.stayOriginalSelectors).concat(t.rule.additionalStayOriginalSelectors)}d();d();d();function qT(t,e,n,r,a){let i=e,o=$h[i]||[],s="";t&&o&&o.length>0&&o.forEach(c=>{let{name:p}=c;if(t&&n&&n[p]){let m=n[p];if(["borderRadius"].includes(p)&&(m+="px"),s+=`--immersive-translate-theme-${i}-${p}: ${m}; +`,e==="marker"&&p==="backgroundColor"&&typeof m=="string"){let{r:g,g:f,b:T}=h1(m);s+=`--immersive-translate-theme-${i}-${p}-rgb: ${g}, ${f}, ${T}; `}}}),r||(r="inherit"),t&&(s+=` .immersive-translate-target-inner { font-family: ${r}; } `);let u="";if(n&&n.textColor){let c=n.textColor;u+=` @@ -5486,11 +5486,11 @@ ${s}} max-width: fit-content; } } -`,$g="immersive-translate-toastify-shadow-root",Yg=class{defaults={oldestFirst:!0,text:"Toastify is awesome!",node:void 0,duration:3e3,selector:void 0,callback:function(){},destination:void 0,newWindow:!1,close:!1,gravity:"toastify-top",positionLeft:!1,position:"",backgroundColor:"",avatar:"",className:"",stopOnFocus:!0,onClick:function(){},offset:{x:0,y:0},escapeMarkup:!0,ariaLive:"polite",style:{background:""}};constructor(e){this.version="1.12.0",this.options={},this.toastElement=null,this._rootElement=document.body,this._init(e)}showToast(){if(this.toastElement=this._buildToast(),typeof this.options.selector=="string")this._rootElement=document.getElementById(this.options.selector);else if(this.options.selector instanceof HTMLElement||this.options.selector instanceof ShadowRoot)this._rootElement=this.options.selector;else if(document.getElementById($g)){let e=document.getElementById($g);this._rootElement=e.shadowRoot}else{let e=document.createElement("div");e.setAttribute("translate","no"),e.className="no-translate immersive-translate-toastify-shadow-root",e.id=$g,e.style.all="initial",e.style.zIndex="2147483647",document.body.appendChild(e);let n=e.attachShadow({mode:"open"}),r=document.createElement("style");r.textContent=g5,n.appendChild(r),this._rootElement=n}if(!this._rootElement)throw"Root element is not defined";return this._rootElement.insertBefore(this.toastElement,this._rootElement.firstChild),this._reposition(),this.options.duration>0&&(this.toastElement.timeOutValue=window.setTimeout(()=>{this._removeElement(this.toastElement)},this.options.duration)),this}hideToast(){this.toastElement.timeOutValue&&clearTimeout(this.toastElement.timeOutValue),this._removeElement(this.toastElement)}_init(e){this.options=Object.assign(this.defaults,e),this.options.backgroundColor,this.toastElement=null,this.options.gravity=e.gravity==="bottom"?"toastify-bottom":"toastify-top",this.options.stopOnFocus=e.stopOnFocus===void 0?!0:e.stopOnFocus,e.backgroundColor&&(this.options.style.background=e.backgroundColor)}_buildToast(){if(!this.options)throw"Toastify is not initialized";let e=document.createElement("div");e.className=`toastify on ${this.options.className}`,e.className+=` toastify-${this.options.position}`,e.className+=` ${this.options.gravity}`;for(let n in this.options.style)e.style[n]=this.options.style[n];if(this.options.ariaLive&&e.setAttribute("aria-live",this.options.ariaLive),this.options.node&&this.options.node.nodeType===Node.ELEMENT_NODE)e.appendChild(this.options.node);else if(this.options.escapeMarkup?e.innerText=this.options.text:e.innerHTML=this.options.text,this.options.avatar!==""){let n=document.createElement("img");n.src=this.options.avatar,n.className="toastify-avatar",this.options.position=="left"?e.appendChild(n):e.insertAdjacentElement("afterbegin",n)}if(this.options.close===!0){let n=document.createElement("button");n.type="button",n.setAttribute("aria-label","Close"),n.className="toast-close",n.innerHTML="✖",n.addEventListener("click",a=>{a.stopPropagation(),this._removeElement(this.toastElement),window.clearTimeout(this.toastElement.timeOutValue)});let r=window.innerWidth>0?window.innerWidth:screen.width;this.options.position=="left"&&r>360?e.insertAdjacentElement("afterbegin",n):e.appendChild(n)}if(this.options.stopOnFocus&&this.options.duration>0&&(e.addEventListener("mouseover",n=>{window.clearTimeout(e.timeOutValue)}),e.addEventListener("mouseleave",()=>{e.timeOutValue=window.setTimeout(()=>{this._removeElement(e)},this.options.duration)})),typeof this.options.destination<"u"&&e.addEventListener("click",n=>{n.stopPropagation(),this.options.newWindow===!0?window.open(this.options.destination,"_blank"):window.location=this.options.destination}),typeof this.options.onClick=="function"&&typeof this.options.destination>"u"&&e.addEventListener("click",n=>{n.stopPropagation(),this.options.onClick()}),typeof this.options.offset=="object"){let n=this._getAxisOffsetAValue("x",this.options),r=this._getAxisOffsetAValue("y",this.options),a=this.options.position=="left"?n:`-${n}`,i=this.options.gravity=="toastify-top"?r:`-${r}`;e.style.transform=`translate(${a},${i})`}return e}_removeElement(e){e.className=e.className.replace(" on",""),window.setTimeout(()=>{this.options.node&&this.options.node.parentNode&&this.options.node.parentNode.removeChild(this.options.node),e.parentNode&&e.parentNode.removeChild(e),this.options.callback.call(e),this._reposition()},400)}_reposition(){let e={top:15,bottom:15},n={top:15,bottom:15},r={top:15,bottom:15},a=this._rootElement.querySelectorAll(".toastify"),i;for(let o=0;o0?window.innerWidth:screen.width)<=360?(a[o].style[i]=`${r[i]}px`,r[i]+=s+u):a[o].classList.contains("toastify-left")===!0?(a[o].style[i]=`${e[i]}px`,e[i]+=s+u):(a[o].style[i]=`${n[i]}px`,n[i]+=s+u)}}_getAxisOffsetAValue(e,n){return n.offset[e]?isNaN(n.offset[e])?n.offset[e]:`${n.offset[e]}px`:"0px"}};function Sc(t){t=t||{},new Yg({gravity:"bottom",duration:1500,style:{background:"#222",color:"#f2f2f2"},...t}).showToast()}d();function GT(t,e){let n=e.matches||[],r=e.excludeMatches||[];if(r&&!Array.isArray(r)&&(r=[r]),n&&!Array.isArray(n)&&(n=[n]),r.length>0){if(r.includes(t)||r.includes(""))return!1;for(let a of r)if(a.includes("*")&&new RegExp(a).test(t))return!1}if(n.length===0)return!1;if(n.length>0){if(n.includes(t)||n.includes(""))return!0;for(let a of n)if(a.includes("*")&&new RegExp(a).test(t))return!0}return!1}d();d();d();function Pn(t){ma(t,{tab:{id:1,url:"https://www.fake.com",active:!0}}).catch(r=>{z.error("send content message request failed",t,r)}),document.querySelectorAll("iframe").forEach(r=>{r.contentWindow&&r.contentWindow.postMessage({author:yu,payload:t},"*")});let n=new CustomEvent(wr,{detail:t});globalThis.document.dispatchEvent(n)}function Qg(t){let e=t.shortcuts||{},r=Object.keys(e).reduce((i,o)=>(i[e[o]]=o,i),{}),a=Object.keys(r);for(let i of a){let o=i.replace(/MacCtrl/ig,"Ctrl");o&&yn(o,s=>{s.preventDefault();let u=r[i];Pn({method:u,data:{trigger:"shortcut"}})})}}d();d();d();d();var VT=`${Q}-float-ball`;function Sa(t){return t.type=="logo"?w("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",width:"24",height:"24",class:`${VT}-logo-img`,children:[w("path",{fill:"none",d:"M0 0h24v24H0z"}),w("path",{d:"M5 15v2a2 2 0 0 0 1.85 1.995L7 19h3v2H7a4 4 0 0 1-4-4v-2h2zm13-5l4.4 11h-2.155l-1.201-3h-4.09l-1.199 3h-2.154L16 10h2zm-1 2.885L15.753 16h2.492L17 12.885zM8 2v2h4v7H8v3H6v-3H2V4h4V2h2zm9 1a4 4 0 0 1 4 4v2h-2V7a2 2 0 0 0-2-2h-3V3h3zM6 6H4v3h2V6zm4 0H8v3h2V6z",fill:"rgba(255,255,255,1)"})]}):t.type=="close"?w("svg",{width:"14",height:"14",viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:[w("g",{"clip-path":"url(#clip0_2589_9951)",children:w("path",{d:"M7 14C5.14348 14 3.36301 13.2625 2.05025 11.9497C0.737498 10.637 0 8.85652 0 7C0 5.14348 0.737498 3.36301 2.05025 2.05025C3.36301 0.737498 5.14348 0 7 0C8.85652 0 10.637 0.737498 11.9497 2.05025C13.2625 3.36301 14 5.14348 14 7C14 8.85652 13.2625 10.637 11.9497 11.9497C10.637 13.2625 8.85652 14 7 14ZM4.183 5.064L6.118 7L4.183 8.936C4.12409 8.99361 4.07719 9.06234 4.04502 9.1382C4.01285 9.21406 3.99605 9.29554 3.99559 9.37794C3.99513 9.46034 4.01101 9.54201 4.04234 9.61823C4.07366 9.69444 4.11978 9.76369 4.17805 9.82195C4.23631 9.88022 4.30556 9.92634 4.38177 9.95766C4.45799 9.98898 4.53966 10.0049 4.62206 10.0044C4.70446 10.004 4.78594 9.98715 4.8618 9.95498C4.93766 9.92281 5.00639 9.87591 5.064 9.817L7 7.882L8.936 9.817C9.05327 9.93168 9.21104 9.99548 9.37506 9.99457C9.53908 9.99365 9.69612 9.92809 9.8121 9.8121C9.92809 9.69612 9.99365 9.53908 9.99457 9.37506C9.99548 9.21104 9.93168 9.05327 9.817 8.936L7.882 7L9.817 5.064C9.87591 5.00639 9.92281 4.93766 9.95498 4.8618C9.98715 4.78594 10.004 4.70446 10.0044 4.62206C10.0049 4.53966 9.98898 4.45799 9.95766 4.38177C9.92634 4.30556 9.88022 4.23631 9.82195 4.17805C9.76369 4.11978 9.69444 4.07366 9.61823 4.04234C9.54201 4.01101 9.46034 3.99513 9.37794 3.99559C9.29554 3.99605 9.21406 4.01285 9.1382 4.04502C9.06234 4.07719 8.99361 4.12409 8.936 4.183L7 6.118L5.064 4.183C4.94673 4.06832 4.78896 4.00452 4.62494 4.00543C4.46092 4.00635 4.30388 4.07191 4.1879 4.1879C4.07191 4.30388 4.00635 4.46092 4.00543 4.62494C4.00452 4.78896 4.06832 4.94673 4.183 5.064Z",fill:"#B1B1B1","fill-opacity":"0.32"})}),w("defs",{children:w("clipPath",{id:"clip0_2589_9951",children:w("rect",{width:"14",height:"14",fill:"white"})})})]}):t.type=="setting"?w("svg",{width:"16",height:"16",viewBox:"0 0 16 16",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:w("path",{d:"M6.55741 0L9.06847 0.00329403C9.84824 0.00470579 10.4802 0.636235 10.4812 1.41647L10.4821 1.82588C10.9687 2.0278 11.4297 2.28671 11.8553 2.59718L12.1913 2.40329C12.516 2.21676 12.9013 2.1665 13.2629 2.26352C13.6246 2.36055 13.933 2.59695 14.1207 2.92094L15.3795 5.09365C15.5601 5.40546 15.6149 5.7744 15.5328 6.12523C15.4507 6.47606 15.2378 6.78235 14.9376 6.98165L14.8609 7.02871L14.5235 7.22353C14.5819 7.76273 14.5736 8.30708 14.4986 8.84424L14.7372 8.98259C15.0496 9.16307 15.2812 9.45606 15.3848 9.80165C15.4884 10.1472 15.456 10.5193 15.2944 10.8419L15.2553 10.9153L14.076 12.9576C13.8955 13.27 13.6025 13.5017 13.2569 13.6053C12.9113 13.7088 12.5392 13.6765 12.2167 13.5148L12.1433 13.4753L11.8172 13.2871C11.4074 13.5817 10.9651 13.8283 10.4991 14.0221L10.4995 14.5831C10.5 14.9434 10.3629 15.2904 10.1163 15.5532C9.86972 15.816 9.53215 15.9748 9.17247 15.9972L9.08306 16L6.57153 15.9967C6.19697 15.9961 5.83793 15.847 5.57312 15.5821C5.30831 15.3172 5.15932 14.9581 5.15883 14.5835L5.15788 13.9073C4.76852 13.7244 4.39771 13.5044 4.05059 13.2504L3.44918 13.5967C3.12448 13.7834 2.73902 13.8337 2.37726 13.7367C2.01551 13.6397 1.70698 13.4032 1.5193 13.0791L0.260473 10.9064C0.0799611 10.5945 0.0252226 10.2255 0.107423 9.87467C0.189623 9.52384 0.402569 9.21757 0.702826 9.01835L0.779062 8.97129L1.3913 8.61835C1.34424 8.17129 1.34188 7.71765 1.38706 7.26494L0.707532 6.87247C0.395061 6.69207 0.163305 6.39911 0.0596515 6.05351C-0.0440025 5.70791 -0.0117246 5.33577 0.149885 5.01318L0.189415 4.93976L1.36871 2.89741C1.54919 2.58502 1.84218 2.35337 2.18777 2.2498C2.53336 2.14624 2.90547 2.17859 3.228 2.34023L3.30141 2.37976L3.89436 2.72188C4.28027 2.42082 4.69854 2.1637 5.14141 1.95529L5.14047 1.41694C5.14001 1.05657 5.27707 0.709596 5.52367 0.446813C5.77028 0.184029 6.10786 0.0252343 6.46753 0.00282354L6.55741 0ZM6.55553 1.41506L6.55694 2.85271L5.74377 3.23576C5.39553 3.39906 5.06706 3.60094 4.764 3.83718L4.01247 4.424L2.62941 3.62494L2.59365 3.60518L1.41483 5.64753L2.88636 6.49694L2.79506 7.40612C2.75968 7.7598 2.76078 8.11619 2.79836 8.46965L2.8953 9.38541L1.48494 10.1976L2.7433 12.3704L4.14377 11.5647L4.88636 12.1087C5.15997 12.309 5.45231 12.4823 5.7593 12.6264L6.57106 13.008L6.57388 14.5816L9.08447 14.5849L9.08306 13.0791L9.95553 12.7158C10.3216 12.5635 10.6689 12.3698 10.9908 12.1384L11.7329 11.6047L12.8506 12.2499L14.0289 10.2075L12.9654 9.592L13.0972 8.64847C13.1561 8.22659 13.1628 7.79904 13.1169 7.37553L13.0181 6.45882L14.1555 5.80235L12.8967 3.62965L11.7645 4.28235L11.0214 3.74024C10.686 3.4956 10.3229 3.29152 9.93953 3.13224L9.06894 2.77082L9.06659 1.41835L6.55553 1.41506ZM9.37153 5.47624C10.0214 5.85201 10.4955 6.47036 10.6898 7.19547C10.8841 7.92058 10.7827 8.69316 10.4078 9.34353C10.2223 9.66543 9.97517 9.9476 9.68053 10.1739C9.38589 10.4002 9.04953 10.5662 8.69068 10.6623C8.33183 10.7585 7.95754 10.7829 7.58923 10.7343C7.22092 10.6856 6.86582 10.5648 6.54424 10.3788C5.89445 10.003 5.4204 9.38458 5.2262 8.65948C5.032 7.93438 5.13352 7.16184 5.50847 6.51153C5.69395 6.18963 5.94107 5.90746 6.23571 5.68117C6.53034 5.45488 6.86671 5.28891 7.22556 5.19275C7.58441 5.09659 7.9587 5.07213 8.32701 5.12077C8.69532 5.16942 9.05042 5.29021 9.372 5.47624H9.37153ZM6.73388 7.21835C6.54638 7.54388 6.49567 7.9305 6.5929 8.29336C6.69012 8.65623 6.92733 8.96571 7.25247 9.15388C7.41305 9.24679 7.59037 9.30712 7.77429 9.33143C7.9582 9.35574 8.14511 9.34355 8.32431 9.29556C8.50351 9.24757 8.67149 9.16472 8.81864 9.05174C8.96579 8.93877 9.08923 8.7979 9.18188 8.63718C9.55883 7.98353 9.356 7.15435 8.73435 6.74494L8.66377 6.70118L8.59035 6.66165C8.26834 6.49988 7.89663 6.46742 7.55145 6.57093C7.20626 6.67444 6.91375 6.90608 6.73388 7.21835Z",fill:"#6C6F73"})}):t.type==="file"?w("svg",{width:"18",height:"18",viewBox:"0 0 18 18",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:w("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M11.6861 1L15.2353 4.54635V7.11765V14.6471V15.5882C15.2353 15.9627 15.0866 16.3217 14.8218 16.5865C14.557 16.8513 14.198 17 13.8235 17H4.41176C4.03734 17 3.67825 16.8513 3.4135 16.5865C3.14874 16.3217 3 15.9627 3 15.5882V14.6471V7.11765V2.41176C3 2.03734 3.14874 1.67825 3.4135 1.4135C3.67825 1.14874 4.03734 1 4.41176 1H11.6861ZM11.8692 3.17882V4.74212H13.4334L11.8692 3.17882ZM4.41171 15.5882V14.647V2.41176H10.4574L10.4578 6.15341H13.8235V14.647V15.5882H4.41171ZM12.7739 7.51746H5.46094V8.6155H12.7739V7.51746ZM5.46094 9.98805H12.7739V11.0861H5.46094V9.98805ZM9.5127 12.36H5.46094V13.458H9.5127V12.36Z",fill:"#6C6F73"})}):t.type==="translated"?w("svg",{width:"11",height:"11",viewBox:"0 0 11 11",fill:"none",xmlns:"http://www.w3.org/2000/svg",class:`${VT}-translated-img`,children:[w("circle",{cx:"5.5",cy:"5.5",r:"5.5",fill:"#68CD52"}),w("path",{d:"M1.40857 5.87858L2.24148 5.18962L4.15344 6.64214C4.15344 6.64214 6.33547 4.15566 9.00658 2.48145L9.32541 2.87514C9.32541 2.87514 6.28665 5.55844 4.71735 9.07881L1.40857 5.87858Z",fill:"white"})]}):t.type==="modal-close"?w("svg",{width:"20",height:"20",viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:w("path",{d:"M4.41083 4.41066C4.5671 4.25443 4.77902 4.16667 4.99999 4.16667C5.22096 4.16667 5.43289 4.25443 5.58916 4.41066L9.99999 8.82149L14.4108 4.41066C14.4877 4.33107 14.5797 4.26758 14.6813 4.22391C14.783 4.18023 14.8923 4.15724 15.003 4.15628C15.1136 4.15532 15.2234 4.1764 15.3258 4.21831C15.4282 4.26021 15.5212 4.32208 15.5995 4.40033C15.6777 4.47857 15.7396 4.57162 15.7815 4.67403C15.8234 4.77644 15.8445 4.88618 15.8435 4.99682C15.8426 5.10747 15.8196 5.21682 15.7759 5.31849C15.7322 5.42016 15.6688 5.51212 15.5892 5.58899L11.1783 9.99982L15.5892 14.4107C15.741 14.5678 15.825 14.7783 15.8231 14.9968C15.8212 15.2153 15.7335 15.4243 15.579 15.5788C15.4245 15.7333 15.2155 15.821 14.997 15.8229C14.7785 15.8248 14.568 15.7408 14.4108 15.589L9.99999 11.1782L5.58916 15.589C5.43199 15.7408 5.22149 15.8248 5.00299 15.8229C4.7845 15.821 4.57549 15.7333 4.42098 15.5788C4.26647 15.4243 4.17883 15.2153 4.17693 14.9968C4.17503 14.7783 4.25903 14.5678 4.41083 14.4107L8.82166 9.99982L4.41083 5.58899C4.2546 5.43272 4.16684 5.22079 4.16684 4.99982C4.16684 4.77885 4.2546 4.56693 4.41083 4.41066Z",fill:"#C4C4C4"})}):null}d();d();d();async function $T(t){try{let e=new Date;z.debug("cron task start, next will run at",new Date(e.getTime()+t).toLocaleString()),await oe.storage.local.set({[Wh]:e.toISOString()}),await m5(),ye()||await i2()}catch(e){z.error("run cron task failed",e)}}async function m5(){try{let t=await qn(),e=await de({url:Io}),n=t.buildinConfigUpdatedAt,r=new Date(n),a=e.buildinConfigUpdatedAt,i=new Date(a),o=e.minVersion,s=oe.runtime.getManifest().version;to(s,o)?i>r?(await oe.storage.local.set({buildinConfig:e}),z.info(`sync remote rules success, latest: ${new Date(a).toLocaleString()}`),ma({method:"updateGlobalCtx",data:{}},{tab:{id:1,url:"https://www.fake.com",active:!0}}).catch(u=>{z.error("send content message request failed from cron task",u)})):z.debug(`no need to sync rules, latest: ${r}`):z.info(`local version is too old, please update to ${o} or later`)}catch(t){z.error("sync rules error: ",t)}}d();d();d();d();d();d();var Zg;function sm(t){return[...t.v,(t.i?"!":"")+t.n].join(":")}function ry(t,e=","){return t.map(sm).join(e)}var ay=typeof CSS<"u"&&CSS.escape||(t=>t.replace(/[!"'`*+.,;:\\/<=>?@#$%&^|~()[\]{}]/g,"\\$&").replace(/^\d/,"\\3$& "));function Ec(t){for(var e=9,n=t.length;n--;)e=Math.imul(e^t.charCodeAt(n),1597334677);return"#"+((e^e>>>9)>>>0).toString(36)}function Cc(t,e="@media "){return e+Ln(t).map(n=>(typeof n=="string"&&(n={min:n}),n.raw||Object.keys(n).map(r=>`(${r}-width:${n[r]})`).join(" and "))).join(",")}function Ln(t=[]){return Array.isArray(t)?t:t==null?[]:[t]}function f5(){}var Vt={d:0,b:134217728,c:268435456,a:671088640,u:805306368,o:939524096};function iy(t){return t.match(/[-=:;]/g)?.length||0}function rm(t){return Math.min(/(?:^|width[^\d]+)(\d+(?:.\d+)?)(p)?/.test(t)?Math.max(0,29.63*(+RegExp.$1/(RegExp.$2?15:1))**.137-43):0,15)<<22|Math.min(iy(t),15)<<18}var h5=["rst-c","st-ch","h-chi","y-lin","nk","sited","ecked","pty","ad-on","cus-w","ver","cus","cus-v","tive","sable","tiona","quire"];function um({n:t,i:e,v:n=[]},r,a,i){t&&(t=sm({n:t,i:e,v:n})),i=[...Ln(i)];for(let s of n){let u=r.theme("screens",s);for(let l of Ln(u&&Cc(u)||r.v(s))){var o;i.push(l),a|=u?67108864|rm(l):s=="dark"?1073741824:l[0]=="@"?rm(l):(o=l,1<<~(/:([a-z-]+)/.test(o)&&~h5.indexOf(RegExp.$1.slice(2,7))||-18))}}return{n:t,p:a,r:i,i:e}}var lm=new Map;function YT(t){if(t.d){let e=[],n=Jg(t.r.reduce((r,a)=>a[0]=="@"?(e.push(a),r):a?Jg(r,i=>Jg(a,o=>{let s=/(:merge\(.+?\))(:[a-z-]+|\\[.+])/.exec(o);if(s){let u=i.indexOf(s[1]);return~u?i.slice(0,u)+s[0]+i.slice(u+s[1].length):Xg(i,o)}return Xg(o,i)})):r,"&"),r=>Xg(r,t.n?"."+ay(t.n):""));return n&&e.push(n.replace(/:merge\((.+?)\)/g,"$1")),e.reduceRight((r,a)=>a+"{"+r+"}",t.d)}}function Jg(t,e){return t.replace(/ *((?:\(.+?\)|\[.+?\]|[^,])+) *(,|$)/g,(n,r,a)=>e(r)+a)}function Xg(t,e){return t.replace(/&/g,e)}var QT=new Intl.Collator("en",{numeric:!0});function b5(t,e){for(var n=0,r=t.length;n>1;0>=oy(t[a],e)?n=a+1:r=a}return r}function oy(t,e){let n=t.p&Vt.o;return n==(e.p&Vt.o)&&(n==Vt.b||n==Vt.o)?0:t.p-e.p||t.o-e.o||QT.compare(ZT(t.n),ZT(e.n))||QT.compare(JT(t.n),JT(e.n))}function ZT(t){return(t||"").split(/:/).pop().split("/").pop()||"\0"}function JT(t){return(t||"").replace(/\W/g,e=>String.fromCharCode(127+e.charCodeAt(0)))+"\0"}function em(t,e){return Math.round(parseInt(t,16)*e)}function xa(t,e={}){if(typeof t=="function")return t(e);let{opacityValue:n="1",opacityVariable:r}=e,a=r?`var(${r})`:n;if(t.includes(""))return t.replace("",a);if(t[0]=="#"&&(t.length==4||t.length==7)){let i=(t.length-1)/3,o=[17,1,.062272][i-1];return`rgba(${[em(t.substr(1,i),o),em(t.substr(1+i,i),o),em(t.substr(1+2*i,i),o),a]})`}return a=="1"?t:a=="0"?"#0000":t.replace(/^(rgb|hsl)(\([^)]+)\)$/,`$1a$2,${a})`)}function sy(t,e,n,r,a=[]){return function i(o,{n:s,p:u,r:l=[],i:c},p){let g=[],m="",f=0,T=0;for(let C in o||{}){var b,h;let D=o[C];if(C[0]=="@"){if(!D)continue;if(C[1]=="a"){g.push(...ly(s,u,dm(""+D),p,u,l,c,!0));continue}if(C[1]=="l"){for(let M of Ln(D))g.push(...i(M,{n:s,p:(b=Vt[C[7]],u&~Vt.o|b),r:C[7]=="d"?[]:l,i:c},p));continue}if(C[1]=="i"){g.push(...Ln(D).map(M=>({p:-1,o:0,r:[],d:C+" "+M})));continue}if(C[1]=="k"){g.push({p:Vt.d,o:0,r:[C],d:i(D,{p:Vt.d},p).map(YT).join("")});continue}if(C[1]=="f"){g.push(...Ln(D).map(M=>({p:Vt.d,o:0,r:[C],d:i(M,{p:Vt.d},p).map(YT).join("")})));continue}}if(typeof D!="object"||Array.isArray(D))C=="label"&&D?s=D+Ec(JSON.stringify([u,c,o])):(D||D===0)&&(C=C.replace(/[A-Z]/g,M=>"-"+M.toLowerCase()),T+=1,f=Math.max(f,(h=C)[0]=="-"?0:iy(h)+(/^(?:(border-(?!w|c|sty)|[tlbr].{2,4}m?$|c.{7,8}$)|([fl].{5}l|g.{8}$|pl))/.test(h)?+!!RegExp.$1||-!!RegExp.$2:0)+1),m+=(m?";":"")+Ln(D).map(M=>p.s(C,uy(""+M,p.theme)+(c?" !important":""))).join(";"));else if(C[0]=="@"||C.includes("&")){let M=u;C[0]=="@"&&(C=C.replace(/\bscreen\(([^)]+)\)/g,(B,S)=>{let y=p.theme("screens",S);return y?(M|=67108864,Cc(y,"")):B}),M|=rm(C)),g.push(...i(D,{n:s,p:M,r:[...l,C],i:c},p))}else g.push(...i(D,{p:u,r:[...l,C]},p))}return g.unshift({n:s,p:u,o:Math.max(0,15-T)+1.5*Math.min(f||15,15),r:l,d:m}),g.sort(oy)}(t,um(e,n,r,a),n)}function uy(t,e){return t.replace(/theme\((["'`])?(.+?)\1(?:\s*,\s*(["'`])?(.+?)\3)?\)/g,(n,r,a,i,o="")=>{let s=e(a,o);return typeof s=="function"&&/color|fill|stroke/i.test(a)?xa(s):""+Ln(s).filter(u=>Object(u)!==u)})}function cm(t,e){let n,r=[];for(let a of t)a.d&&a.n?n?.p==a.p&&""+n.r==""+a.r?(n.c=[n.c,a.c].filter(Boolean).join(" "),n.d=n.d+";"+a.d):r.push(n={...a,n:a.n&&e}):r.push({...a,n:a.n&&e});return r}function am(t,e,n=Vt.u,r,a){let i=[];for(let o of t)for(let s of function(u,l,c,p,g){u={...u,i:u.i||g};let m=function(f,T){let b=lm.get(f.n);return b?b(f,T):T.r(f.n,f.v[0]=="dark")}(u,l);return m?typeof m=="string"?({r:p,p:c}=um(u,l,c,p),cm(am(dm(m),l,c,p,u.i),u.n)):Array.isArray(m)?m.map(f=>{var T,b;return{o:0,...f,r:[...Ln(p),...Ln(f.r)],p:(T=c,b=f.p??c,T&~Vt.o|b)}}):sy(m,u,l,c,p):[{c:sm(u),p:0,o:0,r:[]}]}(o,e,n,r,a))i.splice(b5(i,s),0,s);return i}function ly(t,e,n,r,a,i,o,s){return cm((s?n.flatMap(u=>am([u],r,a,i,o)):am(n,r,a,i,o)).map(u=>u.p&Vt.o&&(u.n||e==Vt.b)?{...u,p:u.p&~Vt.o|e,o:0}:u),t)}function T5(t,e,n,r){var a;return a=(i,o)=>{let{n:s,p:u,r:l,i:c}=um(i,o,e);return n&&ly(s,e,n,o,u,l,c,r)},lm.set(t,a),t}function tm(t,e,n){if(t[t.length-1]!="("){let r=[],a=!1,i=!1,o="";for(let s of t)if(!(s=="("||/[~@]$/.test(s))){if(s[0]=="!"&&(s=s.slice(1),a=!a),s.endsWith(":")){r[s=="dark:"?"unshift":"push"](s.slice(0,-1));continue}s[0]=="-"&&(s=s.slice(1),i=!i),s.endsWith("-")&&(s=s.slice(0,-1)),s&&s!="&"&&(o+=(o&&"-")+s)}o&&(i&&(o="-"+o),e[0].push({n:o,v:r.filter(y5),i:a}))}}function y5(t,e,n){return n.indexOf(t)==e}var XT=new Map;function dm(t){let e=XT.get(t);if(!e){let n=[],r=[[]],a=0,i=0,o=null,s=0,u=(l,c=0)=>{a!=s&&(n.push(t.slice(a,s+c)),l&&tm(n,r)),a=s+1};for(;s1?p.slice(0,-1)+Ec(JSON.stringify([p,g])):p+"("+ry(g)+")",Vt.a,g,/@$/.test(p))],r)}c=n.lastIndexOf("(",c-1)}n.length=c+1}else/[~@]/.test(l)&&t[s+1]=="("&&r.unshift([])}u(!0),XT.set(t,e=r[0])}return e}function cy(t,e,n){return e.reduce((r,a,i)=>r+n(a)+t[i+1],t[0])}function dy(t,e){return Array.isArray(t)&&Array.isArray(t.raw)?cy(t,e,n=>nm(n).trim()):e.filter(Boolean).reduce((n,r)=>n+nm(r),t?nm(t):"")}function nm(t){let e,n="";if(t&&typeof t=="object")if(Array.isArray(t))(e=dy(t[0],t.slice(1)))&&(n+=" "+e);else for(let r in t)t[r]&&(n+=" "+r);else t!=null&&typeof t!="boolean"&&(n+=" "+t);return n}var AX=py("@"),kX=py("~");function py(t){return new Proxy(function(n,...r){return e("",n,r)},{get(n,r){return r in n?n[r]:function(a,...i){return e(r,a,i)}}});function e(n,r,a){return ry(dm(n+t+"("+dy(r,a)+")"))}}function im(t,e){return Array.isArray(t)?ey(cy(t,e,n=>n!=null&&typeof n!="boolean"?n:"")):typeof t=="string"?ey(t):[t]}var v5=/ *(?:(?:([\u0080-\uFFFF\w-%@]+) *:? *([^{;]+?);|([^;}{]*?) *{)|(}))/g;function ey(t){let e;t=t.replace(/\/\*[^]*?\*\/|\s\s+|\n/gm," ");let n=[{}],r=[n[0]],a=[];for(;e=v5.exec(t);)e[4]&&(n.shift(),a.shift()),e[3]?(a.unshift(e[3]),n.unshift({}),r.push(a.reduce((i,o)=>({[o]:i}),n[0]))):e[4]||(n[0][e[1]]&&(n.unshift({}),r.push(a.reduce((i,o)=>({[o]:i}),n[0]))),n[0][e[1]]=e[2]);return r}function gy(t,...e){var n;let r=im(t,e),a=(r.find(i=>i.label)?.label||"css")+Ec(JSON.stringify(r));return n=(i,o)=>cm(r.flatMap(s=>sy(s,i,o,Vt.o)),a),lm.set(a,n),a}var PX=new Proxy(function(t,e){return ty("animation",t,e)},{get(t,e){return e in t?t[e]:function(n,r){return ty(e,n,r)}}});function ty(t,e,n){return{toString(){return gy({label:t,"@layer components":{...typeof e=="object"?e:{animation:e},animationName:""+n}})}}}function ee(t,e,n){return[t,S5(e,n)]}function S5(t,e){return typeof t=="function"?t:typeof t=="string"&&/^[\w-]+$/.test(t)?(n,r)=>({[t]:e?e(n,r):om(n,1)}):n=>t||{[n[1]]:om(n,2)}}function om(t,e,n=t.slice(e).find(Boolean)||t.$$||t.input){return t.input[0]=="-"?`calc(${n} * -1)`:n}function ne(t,e,n,r){return[t,x5(e,n,r)]}function x5(t,e,n){let r=typeof e=="string"?(a,i)=>({[e]:n?n(a,i):a._}):e||(({1:a,_:i},o,s)=>({[a||s]:i}));return(a,i)=>{let o=my(t||a[1]),s=i.theme(o,a.$$)??go(a.$$,o,i);if(s!=null)return a._=om(a,0,s),r(a,i,o)}}function Bt(t,e={},n){return[t,E5(e,n)]}function E5(t={},e){return(n,r)=>{let{section:a=my(n[0]).replace("-","")+"Color"}=t,[i,o]=C5(n.$$);if(!i)return;let s=r.theme(a,i)||go(i,a,r);if(!s||typeof s=="object")return;let{opacityVariable:u=`--tw-${n[0].replace(/-$/,"")}-opacity`,opacitySection:l=a.replace("Color","Opacity"),property:c=a,selector:p}=t,g=r.theme(l,o||"DEFAULT")||o&&go(o,l,r),m=e||(({_:T})=>{let b=Us(c,T);return p?{[p]:b}:b});n._={value:xa(s,{opacityVariable:u||void 0,opacityValue:g||void 0}),color:T=>xa(s,T),opacityVariable:u||void 0,opacityValue:g||void 0};let f=m(n,r);if(!n.dark){let T=r.d(a,i,s);T&&T!==s&&(n._={value:xa(T,{opacityVariable:u||void 0,opacityValue:g||"1"}),color:b=>xa(T,b),opacityVariable:u||void 0,opacityValue:g||void 0},f={"&":f,[r.v("dark")]:m(n,r)})}return f}}function C5(t){return(t.match(/^(\[[^\]]+]|[^/]+?)(?:\/(.+))?$/)||[]).slice(1)}function Us(t,e){let n={};return typeof e=="string"?n[t]=e:(e.opacityVariable&&e.value.includes(e.opacityVariable)&&(n[e.opacityVariable]=e.opacityValue||"1"),n[t]=e.value),n}function go(t,e,n){if(t[0]=="["&&t.slice(-1)=="]"){if(t=xc(uy(t.slice(1,-1),n.theme)),!e)return t;if(!(/color|fill|stroke/i.test(e)&&!(/^color:/.test(t)||/^(#|((hsl|rgb)a?|hwb|lab|lch|color)\(|[a-z]+$)/.test(t))||/image/i.test(e)&&!(/^image:/.test(t)||/^[a-z-]+\(/.test(t))||/weight/i.test(e)&&!(/^(number|any):/.test(t)||/^\d+$/.test(t))||/position/i.test(e)&&/^(length|size):/.test(t)))return t.replace(/^[a-z-]+:/,"")}}function my(t){return t.replace(/-./g,e=>e[1].toUpperCase())}function xc(t){return t.includes("url(")?t.replace(/(.*?)(url\(.*?\))(.*?)/g,(e,n="",r,a="")=>xc(n)+r+xc(a)):t.replace(/(^|[^\\])_+/g,(e,n)=>n+" ".repeat(e.length-n.length)).replace(/\\_/g,"_").replace(/(calc|min|max|clamp)\(.+\)/g,e=>e.replace(/(-?\d*\.?\d(?!\b-.+[,)](?![^+\-/*])\D)(?:%|[a-z]+)?|\))([+\-/*])/g,"$1 $2 "))}var LX=Symbol();var fy=new Proxy(f5,{apply(t,e,n){return Zg(n[0])},get(t,e){let n=Zg[e];return typeof n=="function"?function(){return n.apply(Zg,arguments)}:n}});var _X=function t(e){return new Proxy(function(n,...r){return ny(e,"",n,r)},{get(n,r){return r==="bind"?t:r in n?n[r]:function(a,...i){return ny(e,r,a,i)}}})}();function ny(t,e,n,r){return{toString(){let a=im(n,r),i=ay(e+Ec(JSON.stringify([e,a])));return(typeof t=="function"?t:fy)(gy({[`@keyframes ${i}`]:im(n,r)})),i}}}d();d();d();d();d();var hy={screens:{sm:"640px",md:"768px",lg:"1024px",xl:"1280px","2xl":"1536px"},columns:{auto:"auto","3xs":"16rem","2xs":"18rem",xs:"20rem",sm:"24rem",md:"28rem",lg:"32rem",xl:"36rem","2xl":"42rem","3xl":"48rem","4xl":"56rem","5xl":"64rem","6xl":"72rem","7xl":"80rem"},spacing:{px:"1px",0:"0px",..._n(4,"rem",4,.5,.5),..._n(12,"rem",4,5),14:"3.5rem",..._n(64,"rem",4,16,4),72:"18rem",80:"20rem",96:"24rem"},durations:{75:"75ms",100:"100ms",150:"150ms",200:"200ms",300:"300ms",500:"500ms",700:"700ms",1e3:"1000ms"},animation:{none:"none",spin:"spin 1s linear infinite",ping:"ping 1s cubic-bezier(0,0,0.2,1) infinite",pulse:"pulse 2s cubic-bezier(0.4,0,0.6,1) infinite",bounce:"bounce 1s infinite"},aspectRatio:{auto:"auto",square:"1/1",video:"16/9"},backdropBlur:We("blur"),backdropBrightness:We("brightness"),backdropContrast:We("contrast"),backdropGrayscale:We("grayscale"),backdropHueRotate:We("hueRotate"),backdropInvert:We("invert"),backdropOpacity:We("opacity"),backdropSaturate:We("saturate"),backdropSepia:We("sepia"),backgroundColor:We("colors"),backgroundImage:{none:"none"},backgroundOpacity:We("opacity"),backgroundSize:{auto:"auto",cover:"cover",contain:"contain"},blur:{none:"none",0:"0",sm:"4px",DEFAULT:"8px",md:"12px",lg:"16px",xl:"24px","2xl":"40px","3xl":"64px"},brightness:{..._n(200,"",100,0,50),..._n(110,"",100,90,5),75:"0.75",125:"1.25"},borderColor:({theme:t})=>({DEFAULT:t("colors.gray.200","currentColor"),...t("colors")}),borderOpacity:We("opacity"),borderRadius:{none:"0px",sm:"0.125rem",DEFAULT:"0.25rem",md:"0.375rem",lg:"0.5rem",xl:"0.75rem","2xl":"1rem","3xl":"1.5rem","1/2":"50%",full:"9999px"},borderSpacing:We("spacing"),borderWidth:{DEFAULT:"1px",...jn(8,"px")},boxShadow:{sm:"0 1px 2px 0 rgba(0,0,0,0.05)",DEFAULT:"0 1px 3px 0 rgba(0,0,0,0.1), 0 1px 2px -1px rgba(0,0,0,0.1)",md:"0 4px 6px -1px rgba(0,0,0,0.1), 0 2px 4px -2px rgba(0,0,0,0.1)",lg:"0 10px 15px -3px rgba(0,0,0,0.1), 0 4px 6px -4px rgba(0,0,0,0.1)",xl:"0 20px 25px -5px rgba(0,0,0,0.1), 0 8px 10px -6px rgba(0,0,0,0.1)","2xl":"0 25px 50px -12px rgba(0,0,0,0.25)",inner:"inset 0 2px 4px 0 rgba(0,0,0,0.05)",none:"0 0 #0000"},boxShadowColor:We("colors"),caretColor:We("colors"),accentColor:({theme:t})=>({auto:"auto",...t("colors")}),contrast:{..._n(200,"",100,0,50),75:"0.75",125:"1.25"},content:{none:"none"},divideColor:We("borderColor"),divideOpacity:We("borderOpacity"),divideWidth:We("borderWidth"),dropShadow:{sm:"0 1px 1px rgba(0,0,0,0.05)",DEFAULT:["0 1px 2px rgba(0,0,0,0.1)","0 1px 1px rgba(0,0,0,0.06)"],md:["0 4px 3px rgba(0,0,0,0.07)","0 2px 2px rgba(0,0,0,0.06)"],lg:["0 10px 8px rgba(0,0,0,0.04)","0 4px 3px rgba(0,0,0,0.1)"],xl:["0 20px 13px rgba(0,0,0,0.03)","0 8px 5px rgba(0,0,0,0.08)"],"2xl":"0 25px 25px rgba(0,0,0,0.15)",none:"0 0 #0000"},fill:({theme:t})=>({...t("colors"),none:"none"}),grayscale:{DEFAULT:"100%",0:"0"},hueRotate:{0:"0deg",15:"15deg",30:"30deg",60:"60deg",90:"90deg",180:"180deg"},invert:{DEFAULT:"100%",0:"0"},flex:{1:"1 1 0%",auto:"1 1 auto",initial:"0 1 auto",none:"none"},flexBasis:({theme:t})=>({...t("spacing"),...qs(2,6),...qs(12,12),auto:"auto",full:"100%"}),flexGrow:{DEFAULT:1,0:0},flexShrink:{DEFAULT:1,0:0},fontFamily:{sans:'ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji"'.split(","),serif:'ui-serif,Georgia,Cambria,"Times New Roman",Times,serif'.split(","),mono:'ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace'.split(",")},fontSize:{xs:["0.75rem","1rem"],sm:["0.875rem","1.25rem"],base:["1rem","1.5rem"],lg:["1.125rem","1.75rem"],xl:["1.25rem","1.75rem"],"2xl":["1.5rem","2rem"],"3xl":["1.875rem","2.25rem"],"4xl":["2.25rem","2.5rem"],"5xl":["3rem","1"],"6xl":["3.75rem","1"],"7xl":["4.5rem","1"],"8xl":["6rem","1"],"9xl":["8rem","1"]},fontWeight:{thin:"100",extralight:"200",light:"300",normal:"400",medium:"500",semibold:"600",bold:"700",extrabold:"800",black:"900"},gap:We("spacing"),gradientColorStops:We("colors"),gridAutoColumns:{auto:"auto",min:"min-content",max:"max-content",fr:"minmax(0,1fr)"},gridAutoRows:{auto:"auto",min:"min-content",max:"max-content",fr:"minmax(0,1fr)"},gridColumn:{auto:"auto","span-full":"1 / -1"},gridRow:{auto:"auto","span-full":"1 / -1"},gridTemplateColumns:{none:"none"},gridTemplateRows:{none:"none"},height:({theme:t})=>({...t("spacing"),...qs(2,6),min:"min-content",max:"max-content",fit:"fit-content",auto:"auto",full:"100%",screen:"100vh"}),inset:({theme:t})=>({...t("spacing"),...qs(2,4),auto:"auto",full:"100%"}),keyframes:{spin:{from:{transform:"rotate(0deg)"},to:{transform:"rotate(360deg)"}},ping:{"0%":{transform:"scale(1)",opacity:"1"},"75%,100%":{transform:"scale(2)",opacity:"0"}},pulse:{"0%,100%":{opacity:"1"},"50%":{opacity:".5"}},bounce:{"0%, 100%":{transform:"translateY(-25%)",animationTimingFunction:"cubic-bezier(0.8,0,1,1)"},"50%":{transform:"none",animationTimingFunction:"cubic-bezier(0,0,0.2,1)"}}},letterSpacing:{tighter:"-0.05em",tight:"-0.025em",normal:"0em",wide:"0.025em",wider:"0.05em",widest:"0.1em"},lineHeight:{..._n(10,"rem",4,3),none:"1",tight:"1.25",snug:"1.375",normal:"1.5",relaxed:"1.625",loose:"2"},margin:({theme:t})=>({auto:"auto",...t("spacing")}),maxHeight:({theme:t})=>({full:"100%",min:"min-content",max:"max-content",fit:"fit-content",screen:"100vh",...t("spacing")}),maxWidth:({theme:t,breakpoints:e})=>({...e(t("screens")),none:"none",0:"0rem",xs:"20rem",sm:"24rem",md:"28rem",lg:"32rem",xl:"36rem","2xl":"42rem","3xl":"48rem","4xl":"56rem","5xl":"64rem","6xl":"72rem","7xl":"80rem",full:"100%",min:"min-content",max:"max-content",fit:"fit-content",prose:"65ch"}),minHeight:{0:"0px",full:"100%",min:"min-content",max:"max-content",fit:"fit-content",screen:"100vh"},minWidth:{0:"0px",full:"100%",min:"min-content",max:"max-content",fit:"fit-content"},opacity:{..._n(100,"",100,0,10),5:"0.05",25:"0.25",75:"0.75",95:"0.95"},order:{first:"-9999",last:"9999",none:"0"},padding:We("spacing"),placeholderColor:We("colors"),placeholderOpacity:We("opacity"),outlineColor:We("colors"),outlineOffset:jn(8,"px"),outlineWidth:jn(8,"px"),ringColor:({theme:t})=>({...t("colors"),DEFAULT:"#3b82f6"}),ringOffsetColor:We("colors"),ringOffsetWidth:jn(8,"px"),ringOpacity:({theme:t})=>({...t("opacity"),DEFAULT:"0.5"}),ringWidth:{DEFAULT:"3px",...jn(8,"px")},rotate:{...jn(2,"deg"),...jn(12,"deg",3),...jn(180,"deg",45)},saturate:_n(200,"",100,0,50),scale:{..._n(150,"",100,0,50),..._n(110,"",100,90,5),75:"0.75",125:"1.25"},scrollMargin:We("spacing"),scrollPadding:We("spacing"),sepia:{0:"0",DEFAULT:"100%"},skew:{...jn(2,"deg"),...jn(12,"deg",3)},space:We("spacing"),stroke:({theme:t})=>({...t("colors"),none:"none"}),strokeWidth:_n(2),textColor:We("colors"),textDecorationColor:We("colors"),textDecorationThickness:{"from-font":"from-font",auto:"auto",...jn(8,"px")},textUnderlineOffset:{auto:"auto",...jn(8,"px")},textIndent:We("spacing"),textOpacity:We("opacity"),transitionDuration:({theme:t})=>({...t("durations"),DEFAULT:"150ms"}),transitionDelay:We("durations"),transitionProperty:{none:"none",all:"all",DEFAULT:"color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter",colors:"color,background-color,border-color,text-decoration-color,fill,stroke",opacity:"opacity",shadow:"box-shadow",transform:"transform"},transitionTimingFunction:{DEFAULT:"cubic-bezier(0.4,0,0.2,1)",linear:"linear",in:"cubic-bezier(0.4,0,1,1)",out:"cubic-bezier(0,0,0.2,1)","in-out":"cubic-bezier(0.4,0,0.2,1)"},translate:({theme:t})=>({...t("spacing"),...qs(2,4),full:"100%"}),width:({theme:t})=>({min:"min-content",max:"max-content",fit:"fit-content",screen:"100vw",...t("flexBasis")}),willChange:{scroll:"scroll-position"},zIndex:{..._n(50,"",1,0,10),auto:"auto"}};function qs(t,e){let n={};do for(var r=1;re(t)}var YX={"*,::before,::after":{boxSizing:"border-box",borderWidth:"0",borderStyle:"solid",borderColor:"theme(borderColor.DEFAULT, currentColor)"},"::before,::after":{"--tw-content":"''"},html:{lineHeight:1.5,WebkitTextSizeAdjust:"100%",MozTabSize:"4",tabSize:4,fontFamily:`theme(fontFamily.sans, ${hy.fontFamily.sans})`,fontFeatureSettings:"theme(fontFamily.sans[1].fontFeatureSettings, normal)"},body:{margin:"0",lineHeight:"inherit"},hr:{height:"0",color:"inherit",borderTopWidth:"1px"},"abbr:where([title])":{textDecoration:"underline dotted"},"h1,h2,h3,h4,h5,h6":{fontSize:"inherit",fontWeight:"inherit"},a:{color:"inherit",textDecoration:"inherit"},"b,strong":{fontWeight:"bolder"},"code,kbd,samp,pre":{fontFamily:`theme(fontFamily.mono, ${hy.fontFamily.mono})`,fontFeatureSettings:"theme(fontFamily.mono[1].fontFeatureSettings, normal)",fontSize:"1em"},small:{fontSize:"80%"},"sub,sup":{fontSize:"75%",lineHeight:0,position:"relative",verticalAlign:"baseline"},sub:{bottom:"-0.25em"},sup:{top:"-0.5em"},table:{textIndent:"0",borderColor:"inherit",borderCollapse:"collapse"},"button,input,optgroup,select,textarea":{fontFamily:"inherit",fontSize:"100%",lineHeight:"inherit",color:"inherit",margin:"0",padding:"0"},"button,select":{textTransform:"none"},"button,[type='button'],[type='reset'],[type='submit']":{WebkitAppearance:"button",backgroundColor:"transparent",backgroundImage:"none"},":-moz-focusring":{outline:"auto"},":-moz-ui-invalid":{boxShadow:"none"},progress:{verticalAlign:"baseline"},"::-webkit-inner-spin-button,::-webkit-outer-spin-button":{height:"auto"},"[type='search']":{WebkitAppearance:"textfield",outlineOffset:"-2px"},"::-webkit-search-decoration":{WebkitAppearance:"none"},"::-webkit-file-upload-button":{WebkitAppearance:"button",font:"inherit"},summary:{display:"list-item"},"blockquote,dl,dd,h1,h2,h3,h4,h5,h6,hr,figure,p,pre":{margin:"0"},fieldset:{margin:"0",padding:"0"},legend:{padding:"0"},"ol,ul,menu":{listStyle:"none",margin:"0",padding:"0"},textarea:{resize:"vertical"},"input::placeholder,textarea::placeholder":{opacity:1,color:"theme(colors.gray.400, #9ca3af)"},'button,[role="button"]':{cursor:"pointer"},":disabled":{cursor:"default"},"img,svg,video,canvas,audio,iframe,embed,object":{display:"block",verticalAlign:"middle"},"img,video":{maxWidth:"100%",height:"auto"},"[hidden]":{display:"none"}},ZX=[ee("\\[([-\\w]+):(.+)]",({1:t,2:e},n)=>({"@layer overrides":{"&":{[t]:go(`[${e}]`,"",n)}}})),ee("(group|peer)([~/][^-[]+)?",({input:t},{h:e})=>[{c:e(t)}]),ne("aspect-","aspectRatio"),ee("container",(t,{theme:e})=>{let{screens:n=e("screens"),center:r,padding:a}=e("container"),i={width:"100%",marginRight:r&&"auto",marginLeft:r&&"auto",...o("xs")};for(let s in n){let u=n[s];typeof u=="string"&&(i[Cc(u)]={"&":{maxWidth:u,...o(s)}})}return i;function o(s){let u=a&&(typeof a=="string"?a:a[s]||a.DEFAULT);if(u)return{paddingRight:u,paddingLeft:u}}}),ne("content-","content",({_:t})=>({"--tw-content":t,content:"var(--tw-content)"})),ee("(?:box-)?decoration-(slice|clone)","boxDecorationBreak"),ee("box-(border|content)","boxSizing",({1:t})=>t+"-box"),ee("hidden",{display:"none"}),ee("table-(auto|fixed)","tableLayout"),ee(["(block|flex|table|grid|inline|contents|flow-root|list-item)","(inline-(block|flex|table|grid))","(table-(caption|cell|column|row|(column|row|footer|header)-group))"],"display"),"(float)-(left|right|none)","(clear)-(left|right|none|both)","(overflow(?:-[xy])?)-(auto|hidden|clip|visible|scroll)","(isolation)-(auto)",ee("isolate","isolation"),ee("object-(contain|cover|fill|none|scale-down)","objectFit"),ne("object-","objectPosition"),ee("object-(top|bottom|center|(left|right)(-(top|bottom))?)","objectPosition",wc),ee("overscroll(-[xy])?-(auto|contain|none)",({1:t="",2:e})=>({["overscroll-behavior"+t]:e})),ee("(static|fixed|absolute|relative|sticky)","position"),ne("-?inset(-[xy])?(?:$|-)","inset",({1:t,_:e})=>({top:t!="-x"&&e,right:t!="-y"&&e,bottom:t!="-x"&&e,left:t!="-y"&&e})),ne("-?(top|bottom|left|right)(?:$|-)","inset"),ee("(visible|collapse)","visibility"),ee("invisible",{visibility:"hidden"}),ne("-?z-","zIndex"),ee("flex-((row|col)(-reverse)?)","flexDirection",by),ee("flex-(wrap|wrap-reverse|nowrap)","flexWrap"),ne("(flex-(?:grow|shrink))(?:$|-)"),ne("(flex)-"),ne("grow(?:$|-)","flexGrow"),ne("shrink(?:$|-)","flexShrink"),ne("basis-","flexBasis"),ne("-?(order)-"),"-?(order)-(\\d+)",ne("grid-cols-","gridTemplateColumns"),ee("grid-cols-(\\d+)","gridTemplateColumns",Sy),ne("col-","gridColumn"),ee("col-(span)-(\\d+)","gridColumn",vy),ne("col-start-","gridColumnStart"),ee("col-start-(auto|\\d+)","gridColumnStart"),ne("col-end-","gridColumnEnd"),ee("col-end-(auto|\\d+)","gridColumnEnd"),ne("grid-rows-","gridTemplateRows"),ee("grid-rows-(\\d+)","gridTemplateRows",Sy),ne("row-","gridRow"),ee("row-(span)-(\\d+)","gridRow",vy),ne("row-start-","gridRowStart"),ee("row-start-(auto|\\d+)","gridRowStart"),ne("row-end-","gridRowEnd"),ee("row-end-(auto|\\d+)","gridRowEnd"),ee("grid-flow-((row|col)(-dense)?)","gridAutoFlow",t=>wc(by(t))),ee("grid-flow-(dense)","gridAutoFlow"),ne("auto-cols-","gridAutoColumns"),ne("auto-rows-","gridAutoRows"),ne("gap-x(?:$|-)","gap","columnGap"),ne("gap-y(?:$|-)","gap","rowGap"),ne("gap(?:$|-)","gap"),"(justify-(?:items|self))-",ee("justify-","justifyContent",Ty),ee("(content|items|self)-",t=>({["align-"+t[1]]:Ty(t)})),ee("(place-(content|items|self))-",({1:t,$$:e})=>({[t]:("wun".includes(e[3])?"space-":"")+e})),ne("p([xytrbl])?(?:$|-)","padding",mo("padding")),ne("-?m([xytrbl])?(?:$|-)","margin",mo("margin")),ne("-?space-(x|y)(?:$|-)","space",({1:t,_:e})=>({"&>:not([hidden])~:not([hidden])":{[`--tw-space-${t}-reverse`]:"0",["margin-"+{y:"top",x:"left"}[t]]:`calc(${e} * calc(1 - var(--tw-space-${t}-reverse)))`,["margin-"+{y:"bottom",x:"right"}[t]]:`calc(${e} * var(--tw-space-${t}-reverse))`}})),ee("space-(x|y)-reverse",({1:t})=>({"&>:not([hidden])~:not([hidden])":{[`--tw-space-${t}-reverse`]:"1"}})),ne("w-","width"),ne("min-w-","minWidth"),ne("max-w-","maxWidth"),ne("h-","height"),ne("min-h-","minHeight"),ne("max-h-","maxHeight"),ne("font-","fontWeight"),ne("font-","fontFamily",({_:t})=>typeof(t=Ln(t))[1]=="string"?{fontFamily:ir(t)}:{fontFamily:ir(t[0]),...t[1]}),ee("antialiased",{WebkitFontSmoothing:"antialiased",MozOsxFontSmoothing:"grayscale"}),ee("subpixel-antialiased",{WebkitFontSmoothing:"auto",MozOsxFontSmoothing:"auto"}),ee("italic","fontStyle"),ee("not-italic",{fontStyle:"normal"}),ee("(ordinal|slashed-zero|(normal|lining|oldstyle|proportional|tabular)-nums|(diagonal|stacked)-fractions)",({1:t,2:e="",3:n})=>e=="normal"?{fontVariantNumeric:"normal"}:{["--tw-"+(n?"numeric-fraction":"pt".includes(e[0])?"numeric-spacing":e?"numeric-figure":t)]:t,fontVariantNumeric:"var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction)",...Ea({"--tw-ordinal":"var(--tw-empty,/*!*/ /*!*/)","--tw-slashed-zero":"var(--tw-empty,/*!*/ /*!*/)","--tw-numeric-figure":"var(--tw-empty,/*!*/ /*!*/)","--tw-numeric-spacing":"var(--tw-empty,/*!*/ /*!*/)","--tw-numeric-fraction":"var(--tw-empty,/*!*/ /*!*/)"})}),ne("tracking-","letterSpacing"),ne("leading-","lineHeight"),ee("list-(inside|outside)","listStylePosition"),ne("list-","listStyleType"),ee("list-","listStyleType"),ne("placeholder-opacity-","placeholderOpacity",({_:t})=>({"&::placeholder":{"--tw-placeholder-opacity":t}})),Bt("placeholder-",{property:"color",selector:"&::placeholder"}),ee("text-(left|center|right|justify|start|end)","textAlign"),ee("text-(ellipsis|clip)","textOverflow"),ne("text-opacity-","textOpacity","--tw-text-opacity"),Bt("text-",{property:"color"}),ne("text-","fontSize",({_:t})=>typeof t=="string"?{fontSize:t}:{fontSize:t[0],...typeof t[1]=="string"?{lineHeight:t[1]}:t[1]}),ne("indent-","textIndent"),ee("(overline|underline|line-through)","textDecorationLine"),ee("no-underline",{textDecorationLine:"none"}),ne("underline-offset-","textUnderlineOffset"),Bt("decoration-",{section:"textDecorationColor",opacityVariable:!1,opacitySection:"opacity"}),ne("decoration-","textDecorationThickness"),ee("decoration-","textDecorationStyle"),ee("(uppercase|lowercase|capitalize)","textTransform"),ee("normal-case",{textTransform:"none"}),ee("truncate",{overflow:"hidden",whiteSpace:"nowrap",textOverflow:"ellipsis"}),ee("align-","verticalAlign"),ee("whitespace-","whiteSpace"),ee("break-normal",{wordBreak:"normal",overflowWrap:"normal"}),ee("break-words",{overflowWrap:"break-word"}),ee("break-all",{wordBreak:"break-all"}),ee("break-keep",{wordBreak:"keep-all"}),Bt("caret-",{opacityVariable:!1,opacitySection:"opacity"}),Bt("accent-",{opacityVariable:!1,opacitySection:"opacity"}),ee("bg-gradient-to-([trbl]|[tb][rl])","backgroundImage",({1:t})=>`linear-gradient(to ${ni(t," ")},var(--tw-gradient-stops))`),Bt("from-",{section:"gradientColorStops",opacityVariable:!1,opacitySection:"opacity"},({_:t})=>({"--tw-gradient-from":t.value,"--tw-gradient-to":t.color({opacityValue:"0"}),"--tw-gradient-stops":"var(--tw-gradient-from),var(--tw-gradient-to)"})),Bt("via-",{section:"gradientColorStops",opacityVariable:!1,opacitySection:"opacity"},({_:t})=>({"--tw-gradient-to":t.color({opacityValue:"0"}),"--tw-gradient-stops":`var(--tw-gradient-from),${t.value},var(--tw-gradient-to)`})),Bt("to-",{section:"gradientColorStops",property:"--tw-gradient-to",opacityVariable:!1,opacitySection:"opacity"}),ee("bg-(fixed|local|scroll)","backgroundAttachment"),ee("bg-origin-(border|padding|content)","backgroundOrigin",({1:t})=>t+"-box"),ee(["bg-(no-repeat|repeat(-[xy])?)","bg-repeat-(round|space)"],"backgroundRepeat"),ee("bg-blend-","backgroundBlendMode"),ee("bg-clip-(border|padding|content|text)","backgroundClip",({1:t})=>t+(t=="text"?"":"-box")),ne("bg-opacity-","backgroundOpacity","--tw-bg-opacity"),Bt("bg-",{section:"backgroundColor"}),ne("bg-","backgroundImage"),ne("bg-","backgroundPosition"),ee("bg-(top|bottom|center|(left|right)(-(top|bottom))?)","backgroundPosition",wc),ne("bg-","backgroundSize"),ne("rounded(?:$|-)","borderRadius"),ne("rounded-([trbl]|[tb][rl])(?:$|-)","borderRadius",({1:t,_:e})=>{let n={t:["tl","tr"],r:["tr","br"],b:["bl","br"],l:["bl","tl"]}[t]||[t,t];return{[`border-${ni(n[0])}-radius`]:e,[`border-${ni(n[1])}-radius`]:e}}),ee("border-(collapse|separate)","borderCollapse"),ne("border-opacity(?:$|-)","borderOpacity","--tw-border-opacity"),ee("border-(solid|dashed|dotted|double|none)","borderStyle"),ne("border-spacing(-[xy])?(?:$|-)","borderSpacing",({1:t,_:e})=>({...Ea({"--tw-border-spacing-x":"0","--tw-border-spacing-y":"0"}),["--tw-border-spacing"+(t||"-x")]:e,["--tw-border-spacing"+(t||"-y")]:e,"border-spacing":"var(--tw-border-spacing-x) var(--tw-border-spacing-y)"})),Bt("border-([xytrbl])-",{section:"borderColor"},mo("border","Color")),Bt("border-"),ne("border-([xytrbl])(?:$|-)","borderWidth",mo("border","Width")),ne("border(?:$|-)","borderWidth"),ne("divide-opacity(?:$|-)","divideOpacity",({_:t})=>({"&>:not([hidden])~:not([hidden])":{"--tw-divide-opacity":t}})),ee("divide-(solid|dashed|dotted|double|none)",({1:t})=>({"&>:not([hidden])~:not([hidden])":{borderStyle:t}})),ee("divide-([xy]-reverse)",({1:t})=>({"&>:not([hidden])~:not([hidden])":{["--tw-divide-"+t]:"1"}})),ne("divide-([xy])(?:$|-)","divideWidth",({1:t,_:e})=>{let n={x:"lr",y:"tb"}[t];return{"&>:not([hidden])~:not([hidden])":{[`--tw-divide-${t}-reverse`]:"0",[`border-${ni(n[0])}Width`]:`calc(${e} * calc(1 - var(--tw-divide-${t}-reverse)))`,[`border-${ni(n[1])}Width`]:`calc(${e} * var(--tw-divide-${t}-reverse))`}}}),Bt("divide-",{property:"borderColor",selector:"&>:not([hidden])~:not([hidden])"}),ne("ring-opacity(?:$|-)","ringOpacity","--tw-ring-opacity"),Bt("ring-offset-",{property:"--tw-ring-offset-color",opacityVariable:!1}),ne("ring-offset(?:$|-)","ringOffsetWidth","--tw-ring-offset-width"),ee("ring-inset",{"--tw-ring-inset":"inset"}),Bt("ring-",{property:"--tw-ring-color"}),ne("ring(?:$|-)","ringWidth",({_:t},{theme:e})=>({...Ea({"--tw-ring-offset-shadow":"0 0 #0000","--tw-ring-shadow":"0 0 #0000","--tw-shadow":"0 0 #0000","--tw-shadow-colored":"0 0 #0000","&":{"--tw-ring-inset":"var(--tw-empty,/*!*/ /*!*/)","--tw-ring-offset-width":e("ringOffsetWidth","","0px"),"--tw-ring-offset-color":xa(e("ringOffsetColor","","#fff")),"--tw-ring-color":xa(e("ringColor","","#93c5fd"),{opacityVariable:"--tw-ring-opacity"}),"--tw-ring-opacity":e("ringOpacity","","0.5")}}),"--tw-ring-offset-shadow":"var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color)","--tw-ring-shadow":`var(--tw-ring-inset) 0 0 0 calc(${t} + var(--tw-ring-offset-width)) var(--tw-ring-color)`,boxShadow:"var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)"})),Bt("shadow-",{section:"boxShadowColor",opacityVariable:!1,opacitySection:"opacity"},({_:t})=>({"--tw-shadow-color":t.value,"--tw-shadow":"var(--tw-shadow-colored)"})),ne("shadow(?:$|-)","boxShadow",({_:t})=>({...Ea({"--tw-ring-offset-shadow":"0 0 #0000","--tw-ring-shadow":"0 0 #0000","--tw-shadow":"0 0 #0000","--tw-shadow-colored":"0 0 #0000"}),"--tw-shadow":ir(t),"--tw-shadow-colored":ir(t).replace(/([^,]\s+)(?:#[a-f\d]+|(?:(?:hsl|rgb)a?|hwb|lab|lch|color|var)\(.+?\)|[a-z]+)(,|$)/g,"$1var(--tw-shadow-color)$2"),boxShadow:"var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)"})),ne("(opacity)-"),ee("mix-blend-","mixBlendMode"),...yy(),...yy("backdrop-"),ne("transition(?:$|-)","transitionProperty",(t,{theme:e})=>({transitionProperty:ir(t),transitionTimingFunction:t._=="none"?void 0:ir(e("transitionTimingFunction","")),transitionDuration:t._=="none"?void 0:ir(e("transitionDuration",""))})),ne("duration(?:$|-)","transitionDuration","transitionDuration",ir),ne("ease(?:$|-)","transitionTimingFunction","transitionTimingFunction",ir),ne("delay(?:$|-)","transitionDelay","transitionDelay",ir),ne("animate(?:$|-)","animation",(t,{theme:e,h:n,e:r})=>{let a=ir(t),i=a.split(" "),o=e("keyframes",i[0]);return o?{["@keyframes "+(i[0]=r(n(i[0])))]:o,animation:i.join(" ")}:{animation:a}}),"(transform)-(none)",ee("transform",gm),ee("transform-(cpu|gpu)",({1:t})=>({"--tw-transform":xy(t=="gpu")})),ne("scale(-[xy])?-","scale",({1:t,_:e})=>({["--tw-scale"+(t||"-x")]:e,["--tw-scale"+(t||"-y")]:e,...gm()})),ne("-?(rotate)-","rotate",pm),ne("-?(translate-[xy])-","translate",pm),ne("-?(skew-[xy])-","skew",pm),ee("origin-(center|((top|bottom)(-(left|right))?)|left|right)","transformOrigin",wc),"(appearance)-",ne("(columns)-"),"(columns)-(\\d+)","(break-(?:before|after|inside))-",ne("(cursor)-"),"(cursor)-",ee("snap-(none)","scroll-snap-type"),ee("snap-(x|y|both)",({1:t})=>({...Ea({"--tw-scroll-snap-strictness":"proximity"}),"scroll-snap-type":t+" var(--tw-scroll-snap-strictness)"})),ee("snap-(mandatory|proximity)","--tw-scroll-snap-strictness"),ee("snap-(?:(start|end|center)|align-(none))","scroll-snap-align"),ee("snap-(normal|always)","scroll-snap-stop"),ee("scroll-(auto|smooth)","scroll-behavior"),ne("scroll-p([xytrbl])?(?:$|-)","padding",mo("scroll-padding")),ne("-?scroll-m([xytrbl])?(?:$|-)","scroll-margin",mo("scroll-margin")),ee("touch-(auto|none|manipulation)","touch-action"),ee("touch-(pinch-zoom|pan-(?:(x|left|right)|(y|up|down)))",({1:t,2:e,3:n})=>({...Ea({"--tw-pan-x":"var(--tw-empty,/*!*/ /*!*/)","--tw-pan-y":"var(--tw-empty,/*!*/ /*!*/)","--tw-pinch-zoom":"var(--tw-empty,/*!*/ /*!*/)","--tw-touch-action":"var(--tw-pan-x) var(--tw-pan-y) var(--tw-pinch-zoom)"}),[`--tw-${e?"pan-x":n?"pan-y":t}`]:t,"touch-action":"var(--tw-touch-action)"})),ee("outline-none",{outline:"2px solid transparent","outline-offset":"2px"}),ee("outline",{outlineStyle:"solid"}),ee("outline-(dashed|dotted|double)","outlineStyle"),ne("-?(outline-offset)-"),Bt("outline-",{opacityVariable:!1,opacitySection:"opacity"}),ne("outline-","outlineWidth"),"(pointer-events)-",ne("(will-change)-"),"(will-change)-",["resize(?:-(none|x|y))?","resize",({1:t})=>({x:"horizontal",y:"vertical"})[t]||t||"both"],ee("select-(none|text|all|auto)","userSelect"),Bt("fill-",{section:"fill",opacityVariable:!1,opacitySection:"opacity"}),Bt("stroke-",{section:"stroke",opacityVariable:!1,opacitySection:"opacity"}),ne("stroke-","strokeWidth"),ee("sr-only",{position:"absolute",width:"1px",height:"1px",padding:"0",margin:"-1px",overflow:"hidden",whiteSpace:"nowrap",clip:"rect(0,0,0,0)",borderWidth:"0"}),ee("not-sr-only",{position:"static",width:"auto",height:"auto",padding:"0",margin:"0",overflow:"visible",whiteSpace:"normal",clip:"auto"})];function wc(t){return(typeof t=="string"?t:t[1]).replace(/-/g," ").trim()}function by(t){return(typeof t=="string"?t:t[1]).replace("col","column")}function ni(t,e="-"){let n=[];for(let r of t)n.push({t:"top",r:"right",b:"bottom",l:"left"}[r]);return n.join(e)}function ir(t){return t&&""+(t._||t)}function Ty({$$:t}){return({r:"flex-","":"flex-",w:"space-",u:"space-",n:"space-"}[t[3]||""]||"")+t}function mo(t,e=""){return({1:n,_:r})=>{let a={x:"lr",y:"tb"}[n]||n+n;return a?{...Us(t+"-"+ni(a[0])+e,r),...Us(t+"-"+ni(a[1])+e,r)}:Us(t+e,r)}}function yy(t=""){let e=["blur","brightness","contrast","grayscale","hue-rotate","invert",t&&"opacity","saturate","sepia",!t&&"drop-shadow"].filter(Boolean),n={};for(let r of e)n[`--tw-${t}${r}`]="var(--tw-empty,/*!*/ /*!*/)";return n={...Ea(n),[`${t}filter`]:e.map(r=>`var(--tw-${t}${r})`).join(" ")},[`(${t}filter)-(none)`,ee(`${t}filter`,n),...e.map(r=>ne(`${r[0]=="h"?"-?":""}(${t}${r})(?:$|-)`,r,({1:a,_:i})=>({[`--tw-${a}`]:Ln(i).map(o=>`${r}(${o})`).join(" "),...n})))]}function pm({1:t,_:e}){return{["--tw-"+t]:e,...gm()}}function gm(){return{...Ea({"--tw-translate-x":"0","--tw-translate-y":"0","--tw-rotate":"0","--tw-skew-x":"0","--tw-skew-y":"0","--tw-scale-x":"1","--tw-scale-y":"1","--tw-transform":xy()}),transform:"var(--tw-transform)"}}function xy(t){return[t?"translate3d(var(--tw-translate-x),var(--tw-translate-y),0)":"translateX(var(--tw-translate-x)) translateY(var(--tw-translate-y))","rotate(var(--tw-rotate))","skewX(var(--tw-skew-x))","skewY(var(--tw-skew-y))","scaleX(var(--tw-scale-x))","scaleY(var(--tw-scale-y))"].join(" ")}function vy({1:t,2:e}){return`${t} ${e} / ${t} ${e}`}function Sy({1:t}){return`repeat(${t},minmax(0,1fr))`}function Ea(t){return{"@layer defaults":{"*,::before,::after":t,"::backdrop":t}}}d();d();var Dc=globalThis||(typeof window<"u"?window:self),A5=Object.create,fm=Object.defineProperty,k5=Object.getOwnPropertyDescriptor,P5=Object.getOwnPropertyNames,L5=Object.getPrototypeOf,_5=Object.prototype.hasOwnProperty,F5=(t,e)=>()=>(e||t((e={exports:{}}).exports,e),e.exports),M5=(t,e)=>{for(var n in e)fm(t,n,{get:e[n],enumerable:!0})},mm=(t,e,n,r)=>{if(e&&typeof e=="object"||typeof e=="function")for(let a of P5(e))!_5.call(t,a)&&a!==n&&fm(t,a,{get:()=>e[a],enumerable:!(r=k5(e,a))||r.enumerable});return t},B5=(t,e,n)=>(mm(t,e,"default"),n&&mm(n,e,"default")),Cy=(t,e,n)=>(n=t!=null?A5(L5(t)):{},mm(e||!t||!t.__esModule?fm(n,"default",{value:t,enumerable:!0}):n,t)),wy=F5((t,e)=>{(function(n,r){typeof define=="function"&&define.amd?define([],r):typeof t<"u"?r():(r(),n.FileSaver={})})(t,function(){"use strict";function n(l,c){return typeof c>"u"?c={autoBom:!1}:typeof c!="object"&&(c={autoBom:!c}),c.autoBom&&/^\s*(?:text\/\S*|application\/xml|\S*\/\S*\+xml)\s*;.*charset\s*=\s*utf-8/i.test(l.type)?new Blob(["\uFEFF",l],{type:l.type}):l}function r(l,c,p){var g=new XMLHttpRequest;g.open("GET",l),g.responseType="blob",g.onload=function(){u(g.response,c,p)},g.onerror=function(){},g.send()}function a(l){var c=new XMLHttpRequest;c.open("HEAD",l,!1);try{c.send()}catch{}return 200<=c.status&&299>=c.status}function i(l){try{l.dispatchEvent(new MouseEvent("click"))}catch{var c=document.createEvent("MouseEvents");c.initMouseEvent("click",!0,!0,window,0,0,0,80,20,!1,!1,!1,!1,0,null),l.dispatchEvent(c)}}var o=typeof window=="object"&&window.window===window?window:typeof self=="object"&&self.self===self?self:typeof Dc=="object"&&Dc.global===Dc?Dc:void 0,s=o.navigator&&/Macintosh/.test(navigator.userAgent)&&/AppleWebKit/.test(navigator.userAgent)&&!/Safari/.test(navigator.userAgent),u=o.saveAs||(typeof window!="object"||window!==o?function(){}:"download"in HTMLAnchorElement.prototype&&!s?function(l,c,p){var g=o.URL||o.webkitURL,m=document.createElement("a");c=c||l.name||"download",m.download=c,m.rel="noopener",typeof l=="string"?(m.href=l,m.origin===location.origin?i(m):a(m.href)?r(l,c,p):i(m,m.target="_blank")):(m.href=g.createObjectURL(l),setTimeout(function(){g.revokeObjectURL(m.href)},4e4),setTimeout(function(){i(m)},0))}:"msSaveOrOpenBlob"in navigator?function(l,c,p){if(c=c||l.name||"download",typeof l!="string")navigator.msSaveOrOpenBlob(n(l,p),c);else if(a(l))r(l,c,p);else{var g=document.createElement("a");g.href=l,g.target="_blank",setTimeout(function(){i(g)})}}:function(l,c,p,g){if(g=g||open("","_blank"),g&&(g.document.title=g.document.body.innerText="downloading..."),typeof l=="string")return r(l,c,p);var m=l.type==="application/octet-stream",f=/constructor/i.test(o.HTMLElement)||o.safari,T=/CriOS\/[\d]+/.test(navigator.userAgent);if((T||m&&f||s)&&typeof FileReader<"u"){var b=new FileReader;b.onloadend=function(){var D=b.result;D=T?D:D.replace(/^data:[^;]*;/,"data:attachment/file;"),g?g.location.href=D:location=D,g=null},b.readAsDataURL(l)}else{var h=o.URL||o.webkitURL,C=h.createObjectURL(l);g?g.location=C:location.href=C,g=null,setTimeout(function(){h.revokeObjectURL(C)},4e4)}});o.saveAs=u.saveAs=u,typeof e<"u"&&(e.exports=u)})}),Dy={};M5(Dy,{default:()=>Ac});var I5=Cy(wy());B5(Dy,Cy(wy()));var{default:Ey,...R5}=I5,Ac=Ey!==void 0?Ey:R5;d();d();d();d();d();d();var Oee=Me().REDIRECT_URL;d();var fte=hi([]);function Py(t){let[e,n]=re(null);return Ce(()=>{Xt().then(r=>{n(r),z.debug("current config",r)})},[]),Ce(()=>{Xt().then(r=>{n(r)})},[t]),e}function Ly(t){let[e,n]=re(null);return Ce(()=>{t&&Un({url:"http://localhost",config:t,state:{cache:!1}}).then(r=>n(r))},[t]),e}function _y(){let[t,e]=re(null);return Ce(()=>{Jt().then(r=>{e(r)})},[]),[t,r=>{e(r),Wt(r)}]}d();var js=class extends Ba{constructor(e){super(e),this.state={hasError:!1}}error;info;static getDerivedStateFromError(e){return{hasError:!0}}componentDidCatch(e,n){this.error=e,this.info=n}render(){return this.state.hasError?(z.error("ErrorBoundary",this.error,this.info),w(W5,{error:this.error,info:this.info})):this.props.children}};function W5({error:t,info:e}){let{t:n}=xe(),r=location.protocol.includes("extension")&&location.href.includes("options.html");return w("div",{class:"error-boundary",children:[t?.message," ",JSON.stringify(e?.componentStack),w("div",{style:{marginTop:10},children:[n("error.configError"),w("a",{style:{marginLeft:6},href:r?location.href.replace(/#.+/,"#import_export"):"https://dash.immersivetranslate.com/#import_export",target:r?"":"_blank",children:n("error.goReset")})]})]})}async function K5(t,e,n){try{if(e===null)return"noupdate";let r=await Jt();if(e.updatedAt){let s=new Date().getTime(),u=new Date(e.updatedAt).getTime();if(s-u<1e3)return await hm(t,e),await Wt(r),"upload"}let a=await My(t);r.accountLastSyncedAt=Date.now(),z.debug("settings",e),z.debug("local settings.updatedAt",e.updatedAt),z.debug("remote settings.updatedAt",a.updatedAt),z.debug("last synced at",r.accountLastSyncedAt);let i=!1;if(e.updatedAt&&(!a||!a.updatedAt)&&(i=!0),!i&&e.updatedAt>a.updatedAt&&(i=!0),z.debug("isUpload",i),i)return await hm(t,e),await Wt(r),"upload";let o=!1;return a.updatedAt&&(!e||!e.updatedAt)&&(o=!0),!o&&e.updatedAt{!n||!n.token||r&&r.proAutoSync===!1||G5(n)&&K5(n.token,t,e).then(i=>{z.debug("syncUserSetting result",i)})},[t,n])}function G5(t){return Zt(t)?!0:new Date(t.createTime){Mt.get(Ft,null).then(n=>{e(n)})},[e]),t}function My(t){return(location.href?.indexOf("popup.html")>0?Ur:de)({responseType:"json",url:zo+"/v1/user/settings",method:"get",headers:{token:t}}).then(n=>n.data)}function hm(t,e){return(location.href?.indexOf("popup.html")>0?Ur:de)({responseType:"json",url:zo+"/v1/user/settings",method:"post",headers:{token:t,"content-type":"application/json"},body:JSON.stringify(e)}).then(r=>r.data)}function kc(t){let{onClose:e}=t,[n,r]=re("Original"),[a,i,o,s]=rr(()=>{setTimeout(()=>{D("updateGlobalContext",!1)()},250)});fo(a,i);let[u,l]=re(null),[c,p]=re(globalThis.location.href),[g,m]=re("auto"),[f,T]=re(null),b=I=>{r(I.detail)};if(Ce(()=>(document.addEventListener(Oa,b,!1),qn().then(I=>{l(I);let F=yt();m(F);let L=$e();r(L),$T(I.interval)}),document.addEventListener("urlChange",C),()=>{document.removeEventListener("pageTranslatedStatus",b),document.removeEventListener("urlChange",C)}),[]),Ce(()=>{qn().then(I=>{l(I)})},[a]),Ce(()=>{c&&u&&bm().then(I=>{T(I)})},[c,u]),!u||!f)return null;return w(Hs,{type:"float_ball_popup",className:t.className,onSwitchTranslationMode:I=>{D("switchTranslationMode",!0,{mode:I})()},request:de,onClose:M,onToggleEnabled:B,onTranslateTheWholePage:D("translateTheWholePage",!0),openOptionsPage:_,onToggleTranslate:D("toggleTranslatePage",!0),onTranslateTheMainPage:D("translateTheMainPage",!0),onTranslateToThePageEndImmediately:D("translateToThePageEndImmediately",!0),onTranslatePage:D("translatePage",!0),onRestorePage:D("restorePage",!1),onTranslatePdf:()=>{y(ga(f.rule)||c)},openAboutPage:k,openSharePage:D("shareToDraft",!0),onSetPageLanguage:h,setSettings:i,config:u,pageStatus:n,ctx:f,currentUrl:c,currentLang:g,onSetLocalConfig:Gl,onSetBuildinConfig:Q1,onAutoEnableSubtitleChanged:D("autoEnableSubtitleChanged",!0),onOpenUrl:S});function h(I){m(I);let F=pu(c,I,u.sourceLanguageUrlPattern);i(L=>({...L,sourceLanguageUrlPattern:F})),Nn(I)}function C(){p(globalThis.location.href)}function D(I,F,L={}){let U={trigger:"page_popup",...L};return()=>{Pn({method:I,data:U}),F&&e()}}function M(){e()}function B(){i(I=>({...I,enabled:!I.enabled})),setTimeout(()=>{M()},50)}function S(I,F){let L=I;F&&(L=`${I}?utm_source=extension&utm_medium=extension&utm_campaign=${F}`),Ql(L,!0),setTimeout(()=>{M()},50)}function y(I){I&&(Zi(!1,I),setTimeout(()=>{M()},50))}function _(I=""){Yi(!0,I),setTimeout(()=>{e()},50)}function k(){Yl(),setTimeout(()=>{e()},50)}function v(){a2(),setTimeout(()=>{e()},50)}}d();function Oy(){let[t,e]=re("Original");return Ce(()=>{let n=$e();e(n);let r=a=>{e(a.detail)};return document.addEventListener(Oa,r),()=>{document.removeEventListener(Oa,r)}},[]),{pageStatus:t}}var By=6,$5={position:"right",top:335};function zy({handleBallClick:t,isShow:e,localConfig:n,handleMobileBallLongPress:r,popupVisible:a}){let i=je(null),o=je(null),[s,u]=re(!1),l=je(null),c=je(!1),p=je(n.floatBallConfig||$5),g=je(0),m=je(0),f=je(0),T=je(!1),b=je(0),h=je(0),C=je(0),D=je(0),M=je(!1),B=Ve(S=>{a||(clearTimeout(l.current),S?u(S):l.current=setTimeout(()=>{u(S),T.current=!1},tt().any?3e3:0))},[u,l,T,a]);return Ce(()=>{a||u(!1)},[a]),Ce(()=>{if(i.current&&p.current){let S=Tm(p.current.top);p.current.top=S,i.current.style.top=`${S}px`,i.current.style.display="flex"}},[e,i]),Ce(()=>{if(!o.current||!i.current)return;let S=L=>{L.preventDefault&&L.preventDefault(),g.current=L.clientX,m.current=L.clientY,b.current=Date.now(),f.current=i.current.offsetTop,c.current=!0,clearTimeout(l.current),B(!0),C.current=L.clientX,D.current=L.clientY,M.current=!1,tt().any&&(clearTimeout(h.current),h.current=setTimeout(()=>{Iy({startX:g.current,startY:m.current,endX:C.current,endY:D.current})||(M.current=!0,r())},500)),document.addEventListener("mousemove",y),document.addEventListener("touchmove",v),document.addEventListener("mouseup",_),document.addEventListener("touchend",I),document.addEventListener("touchcancel",I)},y=L=>{if(L.preventDefault&&L.preventDefault(),!c.current||!i.current||(C.current=L.clientX,D.current=L.clientY,M.current))return;let U=L.clientY-m.current+f.current,N=Tm(U);i.current.style.top=`${N}px`},_=L=>{if(L.preventDefault&&L.preventDefault(),F(),c.current=!1,clearTimeout(l.current),T.current||B(!1),M.current)return;Iy({startX:g.current,startY:m.current,endX:L.clientX,endY:L.clientY})||(clearTimeout(h.current),t());let N=Tm(L.clientY-30);p.current.top=N;let q=Cs();Gl({...q,floatBallConfig:p.current})},k=L=>{L.preventDefault&&L.preventDefault(),S(L.changedTouches[0])},v=L=>{L.preventDefault&&L.preventDefault(),y(L.changedTouches[0])},I=L=>{L.preventDefault&&L.preventDefault(),_(L.changedTouches[0])},F=()=>{document.removeEventListener("mousemove",y),document.removeEventListener("touchmove",v),document.removeEventListener("mouseup",_),document.removeEventListener("touchend",I),document.removeEventListener("touchcancel",I)};return o.current.addEventListener("mousedown",S),o.current.addEventListener("touchstart",k),()=>{o.current&&(o.current.removeEventListener("mousedown",S),o.current.removeEventListener("touchstart",k))}},[e,o,i,l,c,n,B,t]),Ce(()=>{if(tt().any)return;let S=_=>{_.target===i.current&&!T.current||(T.current=!0,B(!0),clearTimeout(l.current))},y=_=>{if(c.current){T.current=!1;return}_.target===i.current&&!T.current||B(!1)};return i.current?.addEventListener("mouseover",S),i.current?.addEventListener("mouseout",y),()=>{i.current?.removeEventListener("mouseover",S),i.current?.removeEventListener("mouseout",y)}},[i,c,B,e,T]),{ballRef:o,floatBallConfigRef:p,containerRef:i,active:s,setActive:B}}function Iy({startX:t,startY:e,endX:n,endY:r}){let a=Math.abs(n-t),i=Math.abs(r-e);return a>By||i>By}function Ny(t,e){let n=t?.fixedPosition||"right",r=t?.clickType==="translate",a=Ne(()=>e?"":n=="left"?"translateX(-100%)":"translateX(100%)",[n,e]),i=Ne(()=>e&&r?"":n=="left"?"translateX(-20px)":"translateX(20px)",[n,e,r]),o=Ne(()=>e&&r?"":n=="left"?"translateX(-60px)":"translateX(60px)",[n,e,r]);return{closeTransform:a,logoContainerTransform:i,settingTransform:o}}function Uy(){let[t,e]=re(!1);return Ce(()=>{let n=()=>{document.querySelector("video")&&e(!!document.fullscreenElement)};return document.addEventListener("fullscreenchange",n),()=>{document.removeEventListener("fullscreenchange",n)}},[]),{isFullScreen:t}}var Ry="hasShownFloatingBallGuide",Y5="2024-01-06";function qy(t){let[e,n]=re(!1);Ce(()=>{!t.config.enableShowFloatingBallGuide||yt()==t.targetLanguage||(async()=>{let a=await At(Ry,""),i=await At("installedAt","");i&&new Date(i){n(!1)},[]);return{isShowGuide:e,handleCloseGuide:r}}function jy(t,e){let n=je(0),[r,a]=re(!0),[i,o]=re(!1),s=rr(),[u,l]=s,{t:c}=xe(),p=Ve(()=>{t?.config.floatBallTooltipRule&&(tt().any?o(n.current>=(t.config.floatBallTooltipRule.h5MainBtnTooltipMaxShowCount||2)):a(n.current>=(t.config.floatBallTooltipRule.mainBtnTooltipImmediateShowCount||5)))},[a,n,t,o]);Ce(()=>{t&&(n.current=t.config.pcFloatBallMainBtnTooltipShownCount||0,tt().any&&(n.current=t.config.h5FloatBallMainBtnTooltipShownCount||0),p())},[t]);let g=Ve(()=>{t&&(n.current=n.current+1,p(),l(T=>{let b={...T};return tt().any?b.h5FloatBallMainBtnTooltipShownCount=n.current:b.pcFloatBallMainBtnTooltipShownCount=n.current,b}))},[l,p,n,t]),m=Ne(()=>tt().any||!r?0:t?.config.floatBallTooltipRule?.mainBtnTooltipDelayTime||2e3,[r,t]),f=Ne(()=>tt().any?c("floatBall.longPress"):e!=="Original"?c("floatBall.showOriginal"):t?.targetLanguage?c("floatBall.translateToLanguage",{language:fa(t.targetLanguage,t.targetLanguage,!0)}):c("floatBall.translate"),[e,t]);return{disableTooltipDelay:i,tooltipDelay:m,tooltipText:f,handleShowTooltip:g}}function Tm(t){return Math.max(Math.min(t,globalThis.innerHeight-200),10)}d();var ri=`${Q}-float-ball`;function Hy(t){let e=n=>{n&&n.target&&n.target.id==="immersive-translate-popup-overlay"&&t.onClose()};return t.visible?w("div",{onClick:e,id:"immersive-translate-popup-overlay",class:"immersive-translate-popup-overlay",children:w("div",{class:"immersive-translate-popup-wrapper",style:t.getModalStyle(),children:w(Q5,{onConfirm:t.onCloseConfirm,onClose:t.onClose})})}):null}function Q5(t){let{t:e}=xe(),[n,r]=re("UntilNext"),a=$l()+"#floating",i=e("closeQuickTranslation.settingOpen",{1:a}),o=[{title:e("closeQuickTranslation.untilNext"),type:"UntilNext"},{title:e("closeQuickTranslation.currentWebsite"),type:"CurrentWebsite",description:i},{title:e("closeQuickTranslation.alwaysClose"),type:"AlwaysClose",description:i}];return w("div",{class:`${ri}-close-content`,children:[w("div",{class:"flex justify-between",children:[w("div",{class:`${ri}-close-title`,children:e("closeQuickTranslation")}),w("div",{class:"clickable",onClick:t.onClose,children:w(Sa,{type:"modal-close"})})]}),w("div",{class:`${ri}-close-radio-content mt-3`,children:o.map(s=>w(Z5,{onClick:()=>{r(s.type)},title:s.title,description:s.description,selected:s.type===n,onLinkClick:u=>{Qi(u)}},s.type))}),w("div",{class:"flex mt-3 flex-end",children:[w("div",{class:`${ri}-default-btn`,onClick:t.onClose,children:e("closeQuickTranslation.cancel")}),w("div",{class:`${ri}-primary-btn ml-2`,onClick:()=>{t.onConfirm&&t.onConfirm(n)},children:e("closeQuickTranslation.confirm")})]})]})}function Z5(t){let{selected:e,title:n,description:r,onLinkClick:a}=t,i=J5(r||"");return w("div",{class:"flex items-center clickable",style:"padding: 8px 0",onClick:t.onClick,children:[w("div",{class:e?`${ri}-radio-sel`:`${ri}-radio-nor`,children:w("div",{})}),w("div",{class:"ml-2 text-sm",children:[w("span",{children:n}),r?w("small",{class:"muted text-sm",children:i.map(o=>o.type==="text"?o.value:w("a",{onClick:()=>o.href&&a&&a(o.href),children:o.value}))}):null]})]})}function J5(t){let e=[],n=/((.*?)<\/a>)|([^<]+)/g,r=Array.from(t.matchAll(n));for(let a of r){let i=a[2],o=a[3],s=a[4];i&&o?e.push({type:"link",href:i,value:o}):s&&e.push({type:"text",value:s})}return e}d();var X5=({text:t,children:e,position:n="top",containerStyle:r,containerClass:a,multiple:i=!1,width:o,delay:s=0,disable:u,enableMobile:l,tipStyle:c,onHidden:p,onShow:g})=>{let[m,f]=re(!1),T=je(null),b=je(null),h=()=>{u||!l&&tt().any||(T.current&&clearTimeout(T.current),T.current=setTimeout(()=>{f(!0),g?.()},s))},C=()=>{tt().any&&(b.current&&clearTimeout(b.current),b.current=setTimeout(()=>{D()},2e3))},D=()=>{T.current&&(clearTimeout(T.current),p?.()),f(!1)},M=Ne(()=>{let B={position:"absolute",padding:"6px 20px",backgroundColor:"#000000",color:"#ffffff",borderRadius:"8px",whiteSpace:"nowrap",fontSize:"14px",zIndex:1e3};switch(i&&(B.maxWidth="200px",o&&(B.width=o+"px"),B.whiteSpace="normal"),n){case"top":return{...B,bottom:"100%",left:"50%",transform:"translateX(-50%)",marginBottom:"10px",...c};case"bottom":return{...B,top:"100%",left:"50%",transform:"translateX(-50%)",marginTop:"10px",...c};case"left":return{...B,right:"100%",top:"50%",transform:"translateY(-50%)",marginRight:"10px",...c};case"right":return{...B,left:"100%",top:"50%",transform:"translateY(-50%)",marginLeft:"10px",...c};default:return{}}},[n,i,o,c]);return w("div",{class:a,style:{position:"relative",pointerEvents:"all",display:"inline-block",...r},children:[w("div",{onMouseEnter:h,onMouseLeave:D,onTouchStart:()=>{l&&h()},onTouchEnd:()=>{l&&C()},children:e}),m&&w("div",{style:M,role:"tooltip",children:t})]})},Ca=X5;d();d();function Wy(t){return we.ASSETS_BASE_URL+t}var ai=`${Q}-float-ball`;function Ky(t){let{t:e}=xe(),n=a=>{a&&a.target&&a.target.id==="immersive-translate-popup-overlay"&&t.onClose()},r=Ne(()=>{let a={position:"fixed",top:t.top+60};return t.fixedPosition=="left"&&(a.left=48),t.fixedPosition=="right"&&(a.right=48),a},[t.top,t.fixedPosition]);return t.visible?w("div",{onClick:n,id:"immersive-translate-popup-overlay",class:"immersive-translate-popup-overlay",children:w("div",{class:`${ai}-guide-container`,style:r,children:[w("img",{class:`${ai}-guide-bg ${t.fixedPosition}`,src:ek}),w("div",{class:`${ai}-guide-content ${t.fixedPosition}`,children:[w("img",{class:`${ai}-guide-img`,src:Wy("images/float_ball_intro.png")}),w("div",{class:`${ai}-guide-message`,children:[e("floatBall.guideClickToTranslate"),tt().any?` -${e("floatBall.longPress")}`:""]}),w("div",{class:`${ai}-primary-btn ${ai}-guide-button`,onClick:t.onClose,children:e("floatBall.iKnow")})]})]})}):null}var ek="data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzEyIiBoZWlnaHQ9IjM3MiIgdmlld0JveD0iMCAwIDMxMiAzNzIiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSBtZWV0Ij4KPGcgZmlsdGVyPSJ1cmwoI2ZpbHRlcjBfZF8zNjQ4XzEyODAyKSI+CjxwYXRoIGQ9Ik0yMCAzNkMyMCAyNC45NTQzIDI4Ljk1NDMgMTYgNDAgMTZIMjU4LjkxNEMyNjkuOTU5IDE2IDI3OC45MTQgMjQuOTU0MyAyNzguOTE0IDM2VjE3My4wNzVMMjg5LjEyOCAxNzguNzQyQzI5MS43NzggMTgwLjIxMyAyOTEuODk0IDE4My45ODIgMjg5LjMzOSAxODUuNjEyTDI3OC45MTQgMTkyLjI2M1YzMjhDMjc4LjkxNCAzMzkuMDQ2IDI2OS45NTkgMzQ4IDI1OC45MTQgMzQ4SDQwQzI4Ljk1NDMgMzQ4IDIwIDMzOS4wNDYgMjAgMzI4VjM2WiIgZmlsbD0idXJsKCNwYWludDBfbGluZWFyXzM2NDhfMTI4MDIpIi8+CjwvZz4KPGRlZnM+CjxmaWx0ZXIgaWQ9ImZpbHRlcjBfZF8zNjQ4XzEyODAyIiB4PSIwIiB5PSIwIiB3aWR0aD0iMzExLjE4OCIgaGVpZ2h0PSIzNzIiIGZpbHRlclVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgY29sb3ItaW50ZXJwb2xhdGlvbi1maWx0ZXJzPSJzUkdCIj4KPGZlRmxvb2QgZmxvb2Qtb3BhY2l0eT0iMCIgcmVzdWx0PSJCYWNrZ3JvdW5kSW1hZ2VGaXgiLz4KPGZlQ29sb3JNYXRyaXggaW49IlNvdXJjZUFscGhhIiB0eXBlPSJtYXRyaXgiIHZhbHVlcz0iMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMTI3IDAiIHJlc3VsdD0iaGFyZEFscGhhIi8+CjxmZU9mZnNldCBkeT0iNCIvPgo8ZmVHYXVzc2lhbkJsdXIgc3RkRGV2aWF0aW9uPSIxMCIvPgo8ZmVDb21wb3NpdGUgaW4yPSJoYXJkQWxwaGEiIG9wZXJhdG9yPSJvdXQiLz4KPGZlQ29sb3JNYXRyaXggdHlwZT0ibWF0cml4IiB2YWx1ZXM9IjAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAuMSAwIi8+CjxmZUJsZW5kIG1vZGU9Im5vcm1hbCIgaW4yPSJCYWNrZ3JvdW5kSW1hZ2VGaXgiIHJlc3VsdD0iZWZmZWN0MV9kcm9wU2hhZG93XzM2NDhfMTI4MDIiLz4KPGZlQmxlbmQgbW9kZT0ibm9ybWFsIiBpbj0iU291cmNlR3JhcGhpYyIgaW4yPSJlZmZlY3QxX2Ryb3BTaGFkb3dfMzY0OF8xMjgwMiIgcmVzdWx0PSJzaGFwZSIvPgo8L2ZpbHRlcj4KPGxpbmVhckdyYWRpZW50IGlkPSJwYWludDBfbGluZWFyXzM2NDhfMTI4MDIiIHgxPSIxNTcuNSIgeTE9IjE2IiB4Mj0iMTU3LjUiIHkyPSIzNDgiIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIj4KPHN0b3Agc3RvcC1jb2xvcj0iI0ZGOTJCQyIvPgo8c3RvcCBvZmZzZXQ9IjEiIHN0b3AtY29sb3I9IndoaXRlIi8+CjwvbGluZWFyR3JhZGllbnQ+CjwvZGVmcz4KPC9zdmc+Cg==";d();function tk({isVisible:t,onClose:e,children:n}){return w(Ot,{children:[t&&w("div",{className:`immersive-translate-sheet-backdrop ${t?"visible":""}`,onClick:e}),w("div",{className:`immersive-translate-sheet ${t?"visible":""}`,children:w("div",{className:"immersive-translate-sheet-content",children:n})})]})}var Gy=tk;var Ws=`${Q}-float-ball`;function ym(t){let{t:e}=xe(),n=rr(),[r,a,i,o]=n;fo(r,a);let s=Py(r),u=Ly(s),{isFullScreen:l}=Uy(),[c,p]=re(!1),[g,m]=re(!0),{pageStatus:f}=Oy(),T=Tp(u,r),b=Ve(()=>{if(T?.clickType==="popup")return p(!0);if(T?.clickType==="translate"){let P=Ae();if(Hr(u?.rule)){let O=ga(u.rule);Zi(!0,O||P);return}Pn({method:"toggleTranslatePage",data:{trigger:"float_ball"}})}},[T,Pn,p]),h=Ve(()=>{p(!0)},[p]),C=g&&!!s,{containerRef:D,active:M,ballRef:B,floatBallConfigRef:S,setActive:y}=zy({handleBallClick:b,handleMobileBallLongPress:h,isShow:C,localConfig:t.localConfig,popupVisible:c}),_=T?.fixedPosition||"right",k=_==="right"?"left":"right",{isShowGuide:v,handleCloseGuide:I}=qy(t.ctx),{closeTransform:F,logoContainerTransform:L,settingTransform:U}=Ny(T,M||v),{tooltipDelay:N,disableTooltipDelay:q,tooltipText:A,handleShowTooltip:E}=jy(u,f);return C?w("div",{class:`${Ws}-container ${_} notranslate`,style:{zIndex:l?-1:2147483647,pointerEvents:M||v||c?"all":"none"},ref:D,children:[w(nk,{ctx:u,setVisible:m,closeTransform:F,setActive:y,getModalStyle:()=>Vy(S.current.top,300,_)}),w(Ca,{enableMobile:!0,text:A,position:k,delay:N,onShow:E,disable:q,children:w("div",{class:`${Ws}-btn ${_} btn-animate `,ref:B,style:{transform:L,opacity:M||v?1:.5},children:w("div",{children:[w(Sa,{type:"logo"}),f!=="Original"?w(Sa,{type:"translated"}):null]})})}),w("div",{style:{marginTop:"12px",transform:U},class:`${Ws}-more-buttons btn-animate`,children:[w(Ca,{text:e("translateFileTooltip"),multiple:!0,width:200,position:k,containerClass:"btn-animate",children:w("div",{class:`${Ws}-more-button`,onClick:()=>{Ql(c4,!0)},children:w(Sa,{type:"file"})})}),w(Ca,{text:e("floatBall.setting"),position:k,containerClass:"btn-animate",children:w("div",{class:`${Ws}-more-button`,onClick:()=>{y(!0),p(!0)},children:w(Sa,{type:"setting"})})})]}),w(rk,{onClose:()=>{y(!1),p(!1)},visible:c,getModalStyle:()=>Vy(S.current.top,500,_)}),w(Ky,{visible:v,top:S.current.top,fixedPosition:_,onClose:()=>{I(),y(!1)}})]}):null}function nk(t){let{t:e}=xe(),[n,r]=re(!1),a=rr(),[i,o,s,u]=a,l=Tp(t.ctx,i),c=Ve(g=>{t.ctx&&o(m=>a1({...m},g))},[t.ctx,o]),p=Ve(g=>{l&&(t.setVisible(!1),g==="AlwaysClose"?c({...l,enable:!1}):g==="CurrentWebsite"&&c({...l,blockUrls:[...l.blockUrls,globalThis.location.hostname]}))},[c,l,t.setVisible]);return w(Ot,{children:[w("div",{title:e("floatBall.close"),class:"btn-animate",style:{transform:t.closeTransform,padding:4},onClick:()=>{t.setActive(!0),r(!0)},children:w(Sa,{type:"close"})}),w(Hy,{visible:n,onClose:()=>{t.setActive(!1),r(!1)},getModalStyle:t.getModalStyle,onCloseConfirm:p})]})}function rk(t){let e=r=>{r&&r.target&&r.target.id==="immersive-translate-popup-overlay"&&t.onClose()};return window.innerWidth<=385?w(Gy,{isVisible:t.visible,onClose:t.onClose,children:w(kc,{onClose:t.onClose,className:"popup-container-sheet"})}):t.visible?w("div",{onClick:e,id:"immersive-translate-popup-overlay",class:"immersive-translate-popup-overlay",children:w("div",{class:"immersive-translate-popup-wrapper",style:t.getModalStyle(),children:w(kc,{onClose:t.onClose})})}):null}function ak(){return{width:Math.max(document.documentElement.clientWidth,window.innerWidth||0),height:Math.max(document.documentElement.clientHeight,window.innerHeight||0)}}var Vy=(t,e,n)=>{let a=ak().height,i={position:"fixed"},o=0;return Vf()&&(t=ik.top),i.top=t-o,i.top+e>=a?(i.bottom=30,delete i.top):i.top<=10&&(i.top=10),n==="left"?i.left=65:i.right=65,i},ik={position:"right",right:0,top:335};function ok(t,e){for(let n of e){if(ye()&&!Wn()&&typeof GM!==void 0&&GM.addElement){GM.addElement(t,"style",{textContent:n});continue}t.appendChild(document.createElement("style")).textContent=n}}async function $y(){let t=Me(),e=await qn(),n=await qr(),r={url:globalThis.location.href,config:e},a=await Un(r),i=await yp(a,n),o=wt(a.url,i?.blockUrls),s=await Jt();if(!i?.enable||o)return;let u=document.createElement("div");u.id="immersive-translate-popup",u.setAttribute("style","all: initial"),document.documentElement.appendChild(u);let l=u.attachShadow({mode:"open"}),c=[t.IMMERSIVE_TRANSLATE_PICO_CSS,t.IMMERSIVE_TRANSLATE_COMMON_CSS,t.IMMERSIVE_TRANSLATE_POPUP_CSS,t.IMMERSIVE_TRANSLATE_PAGE_POPUP_CSS].join(` -`);return ok(l,[c]),sk(l,e,s,a)}function sk(t,e,n,r){let a=document.createElement("div");a.id="mount",a.style.display="block",t.appendChild(a),$r(w(eo,{lang:e.interfaceLanguage,fallbackLang:"en",translations:rc,children:w(ym,{localConfig:n,ctx:r})}),a)}var Yy=!1;async function Qy(){Yy||(Yy=!0,$y().catch(t=>{z.error("init popup error",t)}))}var Zy=!1,tv=[()=>{yn.unbind()}],Jy=[...tv],uk=Vn(async()=>{await Yi()},50),lk=Vn(async()=>{await Yl()},50),ck=Vn(async()=>{await n2()},50),dk=Vn(async()=>{await t2()},50),nv=Vn(t=>{Pn({method:t,data:{trigger:"userscript_menu"}})},50);function pk(t,e){let n=t.document;if(Zy)return;Zy=!0,ye()||Y1(),n.addEventListener("securitypolicyviolation",Ek),document.addEventListener(me+"DocumentMessageUser",sv),document.addEventListener(me+"DocumentMessageUpdateUser",uv),document.addEventListener(me+"ChangeSuccessService",lv.bind(null,e)),document.addEventListener(me+"ChangeService",cv.bind(null,e)),document.addEventListener(Ra,vk.bind(null,e)),n.addEventListener(me+"EbookLoaded",xk),n.addEventListener(Lh,Sk.bind(null,e)),n.addEventListener(_h,Ck.bind(null,e)),n.addEventListener(vu,a=>{Xe()||Em(a,e)}),n.addEventListener(Fh,pv),n.addEventListener("click",a=>{fk(a,e)}),Xe()&&t.addEventListener("message",mk,!1),ye()&&(Xe()||n.addEventListener(wr,gk)),Xe()||ba.rootIframe(Au).handleAsk("throttleRequest",oT)}function rv(t,e){wk(),pk(e,t),ye()&&(Xe()||(Qg(t.config),Dk(t.config))),Tu()&&gv(t),ot()&&Qg(t.config)}function gk(t){Qy()}function mk(t){let e=t;e&&e.data&&e.data.payload&&e.data.author===yu&&ma(e.data.payload,{tab:{id:1,url:"https://www.fake-iframe.com",active:!0}})}function fk(t,e){let n=t.target;if(!n||!n.getAttribute){wa(n);return}let r=n.getAttribute("data-immersive-translate-event");r&<(r,[{name:r}],{...e,sourceLanguage:"none"});let a=n.getAttribute(`data-${Q}-action`);if(a){if(t.preventDefault(),a==="retry"){typeof t.stopPropagation=="function"&&t.stopPropagation(),vm({method:"retryFailedParagraphs"}),wa(n,!0);return}else if(a=="toast-error"){let i=n.getAttribute(`data-${Q}-tooltip-text`)||"",o="",s="retry";try{let u=JSON.parse(i);o=u.title,i=u.errMsg,s=u.action}catch{}av(iv.bind(null,e,o,i,s));return}}}async function hk(){let t=await mn(),e=t.enableDefaultAlwaysTranslatedUrls===void 0?!0:t.enableDefaultAlwaysTranslatedUrls;if(t.enableDefaultAlwaysTranslatedUrls=!e,!t.enableDefaultAlwaysTranslatedUrls){let n=t&&t.isChangedAlwaysTranslatedUrls,r=[];t.translationUrlPattern&&t.translationUrlPattern.matches&&(r=t.translationUrlPattern.matches||[]),!n&&r.length>0&&(t.translationUrlPattern={matches:[],excludeMatches:[]})}await gn(t)}async function bk(){let t=await mn(),e=t.enableInputTranslation;t.enableInputTranslation=!e,await gn(t)}var Xy=0;function av(t){let e=Date.now();if(e-Xy<2e3||(Xy=e,Tk()))return;let n=`${Q}-modal-root`,r=`${Q}-modal`,a=document.getElementById(n),i=`${Q}-modal-title`,o=`${Q}-modal-body`,s=`${Q}-modal-footer`,u;if(a){u=a.shadowRoot.querySelector(`.${r}`);let l=u.querySelector(`.${i}`),c=u.querySelector(`.${s}`),p=u.querySelector(`.${o}`);t(u,l,p,c)}else{a=document.createElement("div"),a.setAttribute("translate","no"),a.className="no-translate immersive-translate-error-modal-shadow-root",a.id=n,a.style.all="initial",a.style.zIndex="2147483647",document.body.appendChild(a);let l=a.attachShadow({mode:"open"}),c=document.createElement("style"),p=Me();c.textContent=p.IMMERSIVE_TRANSLATE_INPUT_INJECTED_CSS,l.appendChild(c),u=document.createElement("div"),u.className=r+" notranslate",u.id=r;let g=document.createElement("div");g.className=Q+"-modal-content notranslate",u.appendChild(g);let m=document.createElement("span");m.textContent="\xD7",m.className=Q+"-close",g.appendChild(m);let f=document.createElement("div");f.className=i+" notranslate",g.appendChild(f);let T=document.createElement("div");T.className=o+" notranslate",g.appendChild(T);let b=document.createElement("div");b.className=s,g.appendChild(b),l.appendChild(u),m.onclick=function(){u.style.display="none"},l.addEventListener("click",h=>{h.target==u&&(u.style.display="none")}),t(u,f,T,b)}setTimeout(()=>{yk()},100)}function iv(t,e,n,r="retry",a,i,o,s){let u=kt.bind(null,t),l=e||u("errorModalTitle"),c=u("unknownError");i.innerText=l,o.innerHTML=at.sanitize(n||c,{ADD_ATTR:["target"]}),s.innerText="";let p="",g=document.createElement("button");if(r=="retry"){p=u("retryAllButton"),g.setAttribute(`data-${Q}-action`,"retry");let m=document.createElementNS("http://www.w3.org/2000/svg","svg");m.setAttribute("viewBox","0 0 16 16"),m.setAttribute("width","20"),m.setAttribute("height","20"),m.innerHTML='',g.appendChild(m),g.onclick=()=>{a.style.display="none",vm({method:"retryFailedParagraphs"}),wa(g,!0)}}else if(r=="login")p=u("goLogin"),g.onclick=()=>{wa(g,!0),window.open(n4)};else if(r=="upgrade")p=u("upgradeToPro"),g.onclick=()=>{wa(g,!0),window.open(Pu)};else if(r=="setting")p=u("goSettings"),g.onclick=()=>{wa(g,!0),window.open(we.OPTIONS_URL)};else if(r=="changeService")p=u("detectServiceLoading"),g.onclick=()=>{wa(g,!0),window.open(we.OPTIONS_URL)},xm(t,t.config.translationService,!1).then(m=>{m?(p=u("toggleToService",{service:u("translationServices."+m)}),g.innerHTML=at.sanitize(p),g.onclick=()=>{dv(m),wa(g,!0)}):(p=u("goSettings"),g.innerHTML=at.sanitize(p))});else if(r=="none")return;g.className="immersive-translate-btn",g.innerHTML+=at.sanitize(p),s.appendChild(g)}function Tk(){let t=document.querySelector("#immersive-translate-modal-root");return t&&t.shadowRoot?t.shadowRoot.querySelector(`#${Q}-modal`)?.style.display=="block":!1}function yk(){let t=document.querySelector("#immersive-translate-modal-root");if(t&&(t.style.display="block",t.shadowRoot)){let e=t.shadowRoot.querySelector(`#${Q}-modal`);e&&(e.style.display="block")}}function wa(t,e=!1){let n=document.querySelector("#immersive-translate-modal-root");if(!n||n.style.display=="none")return;let r=n.shadowRoot.querySelector(`#${Q}-modal`);r&&r!==t&&(!e&&r.contains(t)||(r.style.display="none"))}function vk(t,e){let n=e;if(n&&n.detail)try{let r=n.detail;if(!r||!r.type)return;let{title:a,errMsg:i,action:o}=r;av(iv.bind(null,t,a,i,o))}catch(r){z.warn("parse message error",r)}}async function Sk(t,e){let n=e;if(z.debug("receive third party message",n),n&&n.detail){let r=null;try{let a=JSON.parse(n.detail);if(a&&a.type){if(a.type==="retryFailedParagraphs")vm({method:"retryFailedParagraphs"});else if(a.type==="updateCommands")r2(a.data);else if(a.type==="toggleEnableDefaultAlwaysTranslatedUrls")hk();else if(a.type==="toggleEnableInputTranslation")bk();else if(a.type==="translatePage")Ak(a.data);else if(a.type==="getAsyncTranslationServiceList")r=ps(t,"translationService");else if(a.type==="getAsyncTargetLanguageList")r=gc(a.data?.translationService,a.data?.targetLanguage);else if(a.type==="getAsyncTranslationMeta"){let i=t.state.translationService||t.config.translationService;r={targetLanguage:t.state.targetLanguage||t.targetLanguage,translationService:i,translationMode:t.state.translationMode}}else if(a.type=="getAsyncTranslateContent"){let i={...t,translationService:a.data.service};try{r=await kk(a.data,i)}catch(o){ev(a.type,o.uiConfig(i),a.id)}}else a.type==="getAsyncLanguageByText"?r=await Vl(a.data):a.type==="sharePage"?Em({detail:a.data},t):a.type==="switchTranslationMode"?Sm(a.data):nv(a.type);r&&a.id&&ev(a.type,r,a.id)}}catch(a){z.warn("parse message error",a)}}}function xk(t){setTimeout(()=>{ov()},10)}function Ek(t){we.HAS_CSP_ERROR="1"}function Ck(t,e){let n=e.detail;(n.name=="open_pdf_page"||n.name==="open_html_page")&<(n.name,[{name:n.name}],{...t})}function wk(){Jy.forEach(t=>{t()}),Jy=tv}function Dk(t){if(ye()&&typeof GM<"u"&&GM&&GM.registerMenuCommand){let e=gl.commands,a=[...Object.keys(e).filter(i=>i==="toggleTranslatePage").map(i=>{let o=e[i].description,s=o;return o.startsWith("__MSG_")&&o.endsWith("__")&&(s=no(`browser.${o.slice(6,-2)}`,t.interfaceLanguage)),{id:i,title:s}}),{id:Ad,title:no("browser.openEbookViewer",t.interfaceLanguage),key:"e"},{id:kd,title:no("browser.openEbookBuilder",t.interfaceLanguage),key:"m"},{id:wd,title:no("browser.openOptionsPage",t.interfaceLanguage),key:"o"},{id:Dd,title:no("browser.openAboutPage",t.interfaceLanguage),key:"a"}];for(let i of a)GM.registerMenuCommand(i.title,()=>{i.id===wd?uk():i.id===Dd?lk():i.id===kd?ck():i.id===Ad?dk():nv(i.id)},i.key)}}function vm(t){ma(t,{tab:{id:1,url:"https://www.fake.com",active:!0}}).catch(n=>{z.error("send content message request failed",t,n)});let e=new CustomEvent(wr,{detail:t});globalThis.document.dispatchEvent(e)}async function Ak(t){let e={};t?.translationMode&&(e.translationMode=t.translationMode),t?.translationService&&(e.translationService=t.translationService),t?.targetLanguage&&(e.targetLanguage=t.targetLanguage),t?.translationStartMode&&(e.translationStartMode=t.translationStartMode);let n=await Ke(Ae(),e);fn(n)}function ev(t,e,n){globalThis.document.dispatchEvent(new CustomEvent(_t,{detail:JSON.stringify({id:n,type:t,payload:e})}))}async function kk({textList:t,from:e,to:n,service:r},a){if(a.rule.id!=="immersive")return;let i=t.map(s=>({text:s||"",id:0,from:e,to:n,url:a.url,fromByClient:e,force:!0})),o=null;try{let s=await Qe({sentences:i},{...a,translationService:r},u=>o=u);if(o)throw o;return s}catch(s){throw s}}d();var ii={};async function Cm(){let e=[...document.querySelectorAll(".source-text")].map(r=>r.textContent).join(""),n=await Ie({text:e,minLength:200,pageLangs:[ft(),"en"]});return Nn(n),n}async function mv(t){pn("Translating");let e=yt(),n=Il(),r=[...document.querySelectorAll(".source-text")];if(Ui(t,e))return;let a=r.filter(i=>i.innerText?.trim()).map((i,o)=>{let s=i.parentElement?.parentElement?.querySelector(".target-text");return ut(i,"id",o+""),s&&(qi(s,o)?.remove(),s.appendChild(vs(t,o))),{text:i.innerText||"",id:o,from:e,to:t.targetLanguage,url:"https://google.com",fromByClient:n,force:!0}});document.dispatchEvent(new CustomEvent(_t,{detail:JSON.stringify({type:"totalParagraphsCount",payload:{totalParagraphsCount:a.length}})}));try{await Qe({sentences:a},{...t,sourceProgram:"subtitle"},(i,o,s)=>{let u=s.id,l=qi(document.body,u);if(!l)return;let c=l.parentElement;c&&(l.remove(),i?(c.innerHTML=at.sanitize(`${i.message}`),ii[u]={ok:!1,sentence:s}):o&&(c.innerHTML=at.sanitize(o.text),ii[u]={ok:!0,sentence:s}),document.dispatchEvent(new CustomEvent(_t,{detail:JSON.stringify({type:"paragraphTranslated",payload:{ok:!i}})})))})}catch(i){throw i}finally{pn("Translated")}}async function fv(t){pn("Translating"),document.dispatchEvent(new CustomEvent(_t,{detail:JSON.stringify({type:"retryFailedParagraphsStart",payload:{}})}));let e=Object.keys(ii),n=[],r=[];for(let a of e){let i=ii[a];if(!i.ok){let s=document.querySelector(`#error-id-${a}`);if(s){let u=s.parentElement;s.remove(),u&&(delete ii[a],u.appendChild(vs(t,a)),r.push(i.sentence))}}}try{await Qe({sentences:r},t,(a,i,o)=>{let s=o.id,u=qi(document.body,s);if(!u)return;let l=u.parentElement;l&&(u.remove(),a?(l.innerHTML=at.sanitize(`${a.message}`),ii[s]={ok:!1,sentence:o}):i&&(l.innerHTML=at.sanitize(i.text),ii[s]={ok:!0,sentence:o}),document.dispatchEvent(new CustomEvent(_t,{detail:JSON.stringify({type:"paragraphTranslated",payload:{ok:!a}})})))})}catch(a){throw a}finally{pn("Translated")}}function wm(){pn("Original"),document.querySelectorAll(".target-text").forEach(t=>{t.innerHTML=""})}d();var Dm={};async function hv(){let t=[...document.querySelectorAll("iframe")],e="";for(let r of t){let a=r.contentDocument;if(!a)continue;let i=a.body;if(i&&(e=e+i.innerText||"",e.length>1e3))break}let n=await Ie({text:e,pageLangs:["en"]});return Nn(n),n}async function bv(t){pn("Translating"),document.dispatchEvent(new CustomEvent(_t,{detail:JSON.stringify({type:"retryFailedParagraphsStart",payload:{}})}));let e=Object.keys(Dm),n=[];for(let r of e){let a=Dm[r];if(a.error){let o=a.commonAncestorContainer.querySelector(`[${xu}='${r}']`);o&&o.remove(),n.push(a)}}try{zs(),await vc(n,t,t.state.translationMode||t.config.translationMode)}catch{}finally{pn("Translated")}}function Tv(){let t=[...document.querySelectorAll("iframe")];for(let e of t){let n=e.contentDocument;if(!n)continue;let r=n.querySelectorAll("."+bt);for(let a of r)a.remove()}pn("Original")}async function yv(t){pn("Translating");let e=gs(),n=[...document.querySelectorAll("iframe")],r=[],a=[];for(let s of n){let u=s.contentDocument;if(!u)continue;po(u,t);let l=u.body;if(!l)continue;let c=an(t);c.isModifyImage=!1,Kr({id:e,container:l,filterRule:c,onParagraph:p=>{r.push(p)}})}let i=Tr(t.config.translationServices[t.translationService]),o=1;for(let s of r){let u=ac(s.flatNodes,{isPreWhitespace:s.isPreWhitespace||!1,delimiters:i,stayOriginalSelectors:t.rule.stayOriginalTags.concat(t.rule.stayOriginalTags).map(c=>c.toLowerCase()).concat(t.rule.stayOriginalSelectors).concat(t.rule.additionalStayOriginalSelectors)});if(!u)continue;s.variables=u?.variables||{},s.text=u?.text,s.id=(o++).toString();let l=await Hg(t,s,{excludeLanguages:t?.config?.translationLanguagePattern?.excludeMatches||[],isDetectParagraphLanguage:t.state.isDetectParagraphLanguage,targetLanguage:t.targetLanguage,delimiters:i,noTranslateRegexp:t.rule.noTranslateRegexp,minTextCount:2,minWordCount:1,ignoreZhCNandZhTW:t.rule.ignoreZhCNandZhTW});l&&(a.push(l),Dm[l.id]=l)}r=[],document.dispatchEvent(new CustomEvent(_t,{detail:JSON.stringify({type:"totalParagraphsCount",payload:{totalParagraphsCount:a.length}})}));try{await vc(a,t,t.state.translationMode||t.config.translationMode)}catch{}finally{pn("Translated")}}d();var or=!1,Pc,vv=!1,Lc=null;function xv(t){let{config:e}=t;if(t.isInputTranslationExcludeUrl){z.debug("exclude url for input");return}if(Lc===!1){z.debug("disable for this time");return}let n={...e.inputLanguageCodeAlias};wn.forEach(c=>n[c]=[c,...n[c]||[]]);let r=e.inputStartingTriggerKeyAlias[e.inputStartingTriggerKey]||[];r.includes(e.inputStartingTriggerKey)||r.unshift(e.inputStartingTriggerKey),n[e.inputTargetLanguage]=[...r,...n[e.inputTargetLanguage]];let a=e.inputTrailingTriggerKeyTimeout;tt().any&&(a=e.inputTrailingMobileTriggerKeyTimeout);let i={triggerTimes:e.inputTrailingTriggerKeyRepeatTimes,triggerKey:e.inputTrailingTriggerKey,triggerTimeout:a,codePrefix:e.inputStartingTriggerKey,codeAlias:n,flatAlias:Object.values(n).flat(),codePrefixAlias:e.inputStartingTriggerKeyAlias},o=0,s=Date.now();Pc&&self.removeEventListener("keydown",Pc),Pc=u,self.addEventListener("keydown",Pc);function u(c){if(or||Lc===!1)return;let p=c,g=p.target||p.srcElement,m=g?.tagName;(g?.isContentEditable||m=="INPUT"||m=="SELECT"||m=="TEXTAREA")&&(jk(c,i.triggerKey,i.codePrefixAlias)?l(c):o=0)}async function l(c){Date.now()-s=i.triggerTimes&&_k()&&(o=0,Lk(c,t,i))}Hk(t)}function Ev({codePrefix:t,flatAlias:e,codePrefixAlias:n}){let r=[],a=n[t]||[];a.includes(t)||a.unshift(t);for(let i of a){let o=e.map(s=>{let u=i+s;return a.includes(s)||(u+=" "),u});r.push(...o)}return new RegExp(r.join("|"))}function _c(t,e){for(let[n,r]of Object.entries(e))if(r.includes(t))return n;return""}var ho;function Cv(t){let e=t.parentElement;if(!e)return;ho=document.createElement("div"),ho.className=Q+"-input",ho.innerHTML=`
`,e.appendChild(ho);let n=e,r=!1;do{let a=getComputedStyle(n).position;if(["fixed","absolute","relative"].includes(a)){r=!0;break}n=n.parentElement}while(n);if(n=e,!r)do{if(getComputedStyle(n).position==="static"){n.style.position="relative";break}n=n?.parentElement||null}while(n)}function wv(){ho&&ho.remove()}async function Pk(t){if(!or)try{let f=function(){c=t.config.inputTargetLanguage;let b=l.split(" ")[0];b&&b[0]&&(b=b[0].toLowerCase()+b.slice(1)),b.trim()&&i.flatAlias.includes(b)?(c=_c(b,i.codeAlias),u=l.slice(b.length+1)):u=l},T=function(){c="";let b=Ev(i),h=l.split(b);if(h.length<2)return;if(u=h[h.length-1],s=h[0],h.length>2){let D=l.lastIndexOf(u),M=l.slice(0,D).lastIndexOf(h[h.length-2]);s=l.slice(0,M+h[h.length-2].length)}if(s.endsWith(i.codePrefix))return;if(s.endsWith(":")&&i.codePrefix=="/"){s="",u="";return}let C=l.slice(s.length+1,l.indexOf(u)).trim();if(c=_c(C,i.codeAlias),!c){z.warn("not found alias",C);return}},{config:e}=t,n={...e.inputLanguageCodeAlias};wn.forEach(b=>n[b]=[b,...n[b]||[]]);let r=e.inputStartingTriggerKeyAlias[e.inputStartingTriggerKey]||[];r.includes(e.inputStartingTriggerKey)||r.unshift(e.inputStartingTriggerKey),n[e.inputTargetLanguage]=[...r,...n[e.inputTargetLanguage]];let a=e.inputTrailingTriggerKeyTimeout;tt().any&&(a=e.inputTrailingMobileTriggerKeyTimeout);let i={triggerTimes:e.inputTrailingTriggerKeyRepeatTimes,triggerKey:e.inputTrailingTriggerKey,triggerTimeout:a,codePrefix:e.inputStartingTriggerKey,codeAlias:n,flatAlias:Object.values(n).flat(),codePrefixAlias:e.inputStartingTriggerKeyAlias},o=document.activeElement;if(!o||o.tagName==="BODY")return;or=!0;let s="",u="",l=Da(o)||"",c=t.config.inputTargetLanguage;t.config.inputStartingTriggerKey==="none"?f():(T(),!c&&t.config.enableInputTranslationWithoutTriggerKey&&f());let p=Dv(u,i),g=await Ie({text:p,pageLangs:["en"]});z.debug("translateContent",p,g);let m={text:p||"",id:0,from:g,to:c,url:"https://google.com",fromByClient:g,force:!0};if(!m.text||m.text.length>5e3)return;Cv(o),Je(Su,Date.now());try{let b=await ya(m,{...t,translationService:t.inputTranslationService});kv(t),Av(t,o,s+b.text)}catch(b){if(b instanceof $){let h=b.uiConfig(t);h.action=="retry"&&(h.action="none"),document.dispatchEvent(new CustomEvent(Ra,{detail:h}))}}finally{or=!1}}catch(e){throw or=!1,e}finally{or=!1,wv()}}async function Lk(t,e,n){if(!or)try{let p=function(){s=e.config.inputTargetLanguage;let m=o.split(" ")[0];m&&m[0]&&(m=m[0].toLowerCase()+m.slice(1)),m.trim()&&n.flatAlias.includes(m)?(s=_c(m,n.codeAlias),i=o.slice(m.length+1)):i=o},g=function(){s="";let m=Ev(n),f=o.split(m);if(f.length<2)return;if(i=f[f.length-1],a=f[0],f.length>2){let b=o.lastIndexOf(i),h=o.slice(0,b).lastIndexOf(f[f.length-2]);a=o.slice(0,h+f[f.length-2].length)}if(a.endsWith(n.codePrefix))return;if(a.endsWith(":")&&n.codePrefix=="/"){a="",i="";return}let T=o.slice(a.length+1,o.indexOf(i)).trim();if(s=_c(T,n.codeAlias),!s){z.warn("not found alias",T);return}},r=document.activeElement;or=!0;let a="",i="",o=Da(r)||"",s=e.config.inputTargetLanguage;n.codePrefix==="none"?p():(g(),!s&&e.config.enableInputTranslationWithoutTriggerKey&&p());let u=Dv(i,n),l=await Ie({text:u,pageLangs:["en"]});z.debug("translateContent",u,l);let c={text:u||"",id:0,from:l,to:s,url:"https://google.com",fromByClient:l,force:!0};if(!c.text)return;if(e.config.isShowInputTranslationConsent&&!vv){vv=!0;let m=await Wk(e);if(t.target&&t.target.focus(),m==="open_settings"){Yi(!0,"#input");return}else if(m==="open_learn_more"){Qi("https://immersivetranslate.com/docs/input/");return}else if(m==="disable_once"||m==="disable_forever"){if(Lc=!1,m==="disable_forever"){let f=await mn();f.enableInputTranslation=!1,f.isShowInputTranslationConsent=!1,await gn(f)}else if(m==="disable_once"){let f=await mn();f.isShowInputTranslationConsent=!1,await gn(f)}return}else if(m==="close_disable_once"||m==="close_disable_forever"){if(Lc=!1,m==="close_disable_forever"){let f=await mn();f.enableInputTranslation=!1,f.isShowInputTranslationConsent=!1,await gn(f)}return}else if(m==="enable"){let f=await mn();f.enableInputTranslation=!0,f.isShowInputTranslationConsent=!1,await gn(f)}else if(m==="close_enable"){let f=await mn();f.enableInputTranslation=!0,await gn(f)}}Cv(r),Je(Su,Date.now());try{let m=await ya(c,{...e,translationService:e.inputTranslationService});kv(e),Av(e,r,a+m.text)}catch(m){if(m instanceof $){let f=m.uiConfig(e);f.action=="retry"&&(f.action="none"),document.dispatchEvent(new CustomEvent(Ra,{detail:f}))}}finally{or=!1}}catch(r){throw or=!1,r}finally{or=!1,wv()}}function _k(){let t=document.activeElement;if(!t)return!1;if(Fc(t)){let e=t.selectionStart||0,n=t.value.length,a=t.value.split(` +`,$g="immersive-translate-toastify-shadow-root",Yg=class{defaults={oldestFirst:!0,text:"Toastify is awesome!",node:void 0,duration:3e3,selector:void 0,callback:function(){},destination:void 0,newWindow:!1,close:!1,gravity:"toastify-top",positionLeft:!1,position:"",backgroundColor:"",avatar:"",className:"",stopOnFocus:!0,onClick:function(){},offset:{x:0,y:0},escapeMarkup:!0,ariaLive:"polite",style:{background:""}};constructor(e){this.version="1.12.0",this.options={},this.toastElement=null,this._rootElement=document.body,this._init(e)}showToast(){if(this.toastElement=this._buildToast(),typeof this.options.selector=="string")this._rootElement=document.getElementById(this.options.selector);else if(this.options.selector instanceof HTMLElement||this.options.selector instanceof ShadowRoot)this._rootElement=this.options.selector;else if(document.getElementById($g)){let e=document.getElementById($g);this._rootElement=e.shadowRoot}else{let e=document.createElement("div");e.setAttribute("translate","no"),e.className="no-translate immersive-translate-toastify-shadow-root",e.id=$g,e.style.all="initial",e.style.zIndex="2147483647",document.body.appendChild(e);let n=e.attachShadow({mode:"open"}),r=document.createElement("style");r.textContent=g5,n.appendChild(r),this._rootElement=n}if(!this._rootElement)throw"Root element is not defined";return this._rootElement.insertBefore(this.toastElement,this._rootElement.firstChild),this._reposition(),this.options.duration>0&&(this.toastElement.timeOutValue=window.setTimeout(()=>{this._removeElement(this.toastElement)},this.options.duration)),this}hideToast(){this.toastElement.timeOutValue&&clearTimeout(this.toastElement.timeOutValue),this._removeElement(this.toastElement)}_init(e){this.options=Object.assign(this.defaults,e),this.options.backgroundColor,this.toastElement=null,this.options.gravity=e.gravity==="bottom"?"toastify-bottom":"toastify-top",this.options.stopOnFocus=e.stopOnFocus===void 0?!0:e.stopOnFocus,e.backgroundColor&&(this.options.style.background=e.backgroundColor)}_buildToast(){if(!this.options)throw"Toastify is not initialized";let e=document.createElement("div");e.className=`toastify on ${this.options.className}`,e.className+=` toastify-${this.options.position}`,e.className+=` ${this.options.gravity}`;for(let n in this.options.style)e.style[n]=this.options.style[n];if(this.options.ariaLive&&e.setAttribute("aria-live",this.options.ariaLive),this.options.node&&this.options.node.nodeType===Node.ELEMENT_NODE)e.appendChild(this.options.node);else if(this.options.escapeMarkup?e.innerText=this.options.text:e.innerHTML=this.options.text,this.options.avatar!==""){let n=document.createElement("img");n.src=this.options.avatar,n.className="toastify-avatar",this.options.position=="left"?e.appendChild(n):e.insertAdjacentElement("afterbegin",n)}if(this.options.close===!0){let n=document.createElement("button");n.type="button",n.setAttribute("aria-label","Close"),n.className="toast-close",n.innerHTML="✖",n.addEventListener("click",a=>{a.stopPropagation(),this._removeElement(this.toastElement),window.clearTimeout(this.toastElement.timeOutValue)});let r=window.innerWidth>0?window.innerWidth:screen.width;this.options.position=="left"&&r>360?e.insertAdjacentElement("afterbegin",n):e.appendChild(n)}if(this.options.stopOnFocus&&this.options.duration>0&&(e.addEventListener("mouseover",n=>{window.clearTimeout(e.timeOutValue)}),e.addEventListener("mouseleave",()=>{e.timeOutValue=window.setTimeout(()=>{this._removeElement(e)},this.options.duration)})),typeof this.options.destination<"u"&&e.addEventListener("click",n=>{n.stopPropagation(),this.options.newWindow===!0?window.open(this.options.destination,"_blank"):window.location=this.options.destination}),typeof this.options.onClick=="function"&&typeof this.options.destination>"u"&&e.addEventListener("click",n=>{n.stopPropagation(),this.options.onClick()}),typeof this.options.offset=="object"){let n=this._getAxisOffsetAValue("x",this.options),r=this._getAxisOffsetAValue("y",this.options),a=this.options.position=="left"?n:`-${n}`,i=this.options.gravity=="toastify-top"?r:`-${r}`;e.style.transform=`translate(${a},${i})`}return e}_removeElement(e){e.className=e.className.replace(" on",""),window.setTimeout(()=>{this.options.node&&this.options.node.parentNode&&this.options.node.parentNode.removeChild(this.options.node),e.parentNode&&e.parentNode.removeChild(e),this.options.callback.call(e),this._reposition()},400)}_reposition(){let e={top:15,bottom:15},n={top:15,bottom:15},r={top:15,bottom:15},a=this._rootElement.querySelectorAll(".toastify"),i;for(let o=0;o0?window.innerWidth:screen.width)<=360?(a[o].style[i]=`${r[i]}px`,r[i]+=s+u):a[o].classList.contains("toastify-left")===!0?(a[o].style[i]=`${e[i]}px`,e[i]+=s+u):(a[o].style[i]=`${n[i]}px`,n[i]+=s+u)}}_getAxisOffsetAValue(e,n){return n.offset[e]?isNaN(n.offset[e])?n.offset[e]:`${n.offset[e]}px`:"0px"}};function Sc(t){t=t||{},new Yg({gravity:"bottom",duration:1500,style:{background:"#222",color:"#f2f2f2"},...t}).showToast()}d();function GT(t,e){let n=e.matches||[],r=e.excludeMatches||[];if(r&&!Array.isArray(r)&&(r=[r]),n&&!Array.isArray(n)&&(n=[n]),r.length>0){if(r.includes(t)||r.includes(""))return!1;for(let a of r)if(a.includes("*")&&new RegExp(a).test(t))return!1}if(n.length===0)return!1;if(n.length>0){if(n.includes(t)||n.includes(""))return!0;for(let a of n)if(a.includes("*")&&new RegExp(a).test(t))return!0}return!1}d();d();d();function Pn(t){ma(t,{tab:{id:1,url:"https://www.fake.com",active:!0}}).catch(r=>{z.error("send content message request failed",t,r)}),document.querySelectorAll("iframe").forEach(r=>{r.contentWindow&&r.contentWindow.postMessage({author:yu,payload:t},"*")});let n=new CustomEvent(wr,{detail:t});globalThis.document.dispatchEvent(n)}function Qg(t){let e=t.shortcuts||{},r=Object.keys(e).reduce((i,o)=>(i[e[o]]=o,i),{}),a=Object.keys(r);for(let i of a){let o=i.replace(/MacCtrl/ig,"Ctrl");o&&yn(o,s=>{s.preventDefault();let u=r[i];Pn({method:u,data:{trigger:"shortcut"}})})}}d();d();d();d();var VT=`${Q}-float-ball`;function Sa(t){return t.type=="logo"?w("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",width:"24",height:"24",class:`${VT}-logo-img`,children:[w("path",{fill:"none",d:"M0 0h24v24H0z"}),w("path",{d:"M5 15v2a2 2 0 0 0 1.85 1.995L7 19h3v2H7a4 4 0 0 1-4-4v-2h2zm13-5l4.4 11h-2.155l-1.201-3h-4.09l-1.199 3h-2.154L16 10h2zm-1 2.885L15.753 16h2.492L17 12.885zM8 2v2h4v7H8v3H6v-3H2V4h4V2h2zm9 1a4 4 0 0 1 4 4v2h-2V7a2 2 0 0 0-2-2h-3V3h3zM6 6H4v3h2V6zm4 0H8v3h2V6z",fill:"rgba(255,255,255,1)"})]}):t.type=="close"?w("svg",{width:"14",height:"14",viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:[w("g",{"clip-path":"url(#clip0_2589_9951)",children:w("path",{d:"M7 14C5.14348 14 3.36301 13.2625 2.05025 11.9497C0.737498 10.637 0 8.85652 0 7C0 5.14348 0.737498 3.36301 2.05025 2.05025C3.36301 0.737498 5.14348 0 7 0C8.85652 0 10.637 0.737498 11.9497 2.05025C13.2625 3.36301 14 5.14348 14 7C14 8.85652 13.2625 10.637 11.9497 11.9497C10.637 13.2625 8.85652 14 7 14ZM4.183 5.064L6.118 7L4.183 8.936C4.12409 8.99361 4.07719 9.06234 4.04502 9.1382C4.01285 9.21406 3.99605 9.29554 3.99559 9.37794C3.99513 9.46034 4.01101 9.54201 4.04234 9.61823C4.07366 9.69444 4.11978 9.76369 4.17805 9.82195C4.23631 9.88022 4.30556 9.92634 4.38177 9.95766C4.45799 9.98898 4.53966 10.0049 4.62206 10.0044C4.70446 10.004 4.78594 9.98715 4.8618 9.95498C4.93766 9.92281 5.00639 9.87591 5.064 9.817L7 7.882L8.936 9.817C9.05327 9.93168 9.21104 9.99548 9.37506 9.99457C9.53908 9.99365 9.69612 9.92809 9.8121 9.8121C9.92809 9.69612 9.99365 9.53908 9.99457 9.37506C9.99548 9.21104 9.93168 9.05327 9.817 8.936L7.882 7L9.817 5.064C9.87591 5.00639 9.92281 4.93766 9.95498 4.8618C9.98715 4.78594 10.004 4.70446 10.0044 4.62206C10.0049 4.53966 9.98898 4.45799 9.95766 4.38177C9.92634 4.30556 9.88022 4.23631 9.82195 4.17805C9.76369 4.11978 9.69444 4.07366 9.61823 4.04234C9.54201 4.01101 9.46034 3.99513 9.37794 3.99559C9.29554 3.99605 9.21406 4.01285 9.1382 4.04502C9.06234 4.07719 8.99361 4.12409 8.936 4.183L7 6.118L5.064 4.183C4.94673 4.06832 4.78896 4.00452 4.62494 4.00543C4.46092 4.00635 4.30388 4.07191 4.1879 4.1879C4.07191 4.30388 4.00635 4.46092 4.00543 4.62494C4.00452 4.78896 4.06832 4.94673 4.183 5.064Z",fill:"#B1B1B1","fill-opacity":"0.32"})}),w("defs",{children:w("clipPath",{id:"clip0_2589_9951",children:w("rect",{width:"14",height:"14",fill:"white"})})})]}):t.type=="setting"?w("svg",{width:"16",height:"16",viewBox:"0 0 16 16",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:w("path",{d:"M6.55741 0L9.06847 0.00329403C9.84824 0.00470579 10.4802 0.636235 10.4812 1.41647L10.4821 1.82588C10.9687 2.0278 11.4297 2.28671 11.8553 2.59718L12.1913 2.40329C12.516 2.21676 12.9013 2.1665 13.2629 2.26352C13.6246 2.36055 13.933 2.59695 14.1207 2.92094L15.3795 5.09365C15.5601 5.40546 15.6149 5.7744 15.5328 6.12523C15.4507 6.47606 15.2378 6.78235 14.9376 6.98165L14.8609 7.02871L14.5235 7.22353C14.5819 7.76273 14.5736 8.30708 14.4986 8.84424L14.7372 8.98259C15.0496 9.16307 15.2812 9.45606 15.3848 9.80165C15.4884 10.1472 15.456 10.5193 15.2944 10.8419L15.2553 10.9153L14.076 12.9576C13.8955 13.27 13.6025 13.5017 13.2569 13.6053C12.9113 13.7088 12.5392 13.6765 12.2167 13.5148L12.1433 13.4753L11.8172 13.2871C11.4074 13.5817 10.9651 13.8283 10.4991 14.0221L10.4995 14.5831C10.5 14.9434 10.3629 15.2904 10.1163 15.5532C9.86972 15.816 9.53215 15.9748 9.17247 15.9972L9.08306 16L6.57153 15.9967C6.19697 15.9961 5.83793 15.847 5.57312 15.5821C5.30831 15.3172 5.15932 14.9581 5.15883 14.5835L5.15788 13.9073C4.76852 13.7244 4.39771 13.5044 4.05059 13.2504L3.44918 13.5967C3.12448 13.7834 2.73902 13.8337 2.37726 13.7367C2.01551 13.6397 1.70698 13.4032 1.5193 13.0791L0.260473 10.9064C0.0799611 10.5945 0.0252226 10.2255 0.107423 9.87467C0.189623 9.52384 0.402569 9.21757 0.702826 9.01835L0.779062 8.97129L1.3913 8.61835C1.34424 8.17129 1.34188 7.71765 1.38706 7.26494L0.707532 6.87247C0.395061 6.69207 0.163305 6.39911 0.0596515 6.05351C-0.0440025 5.70791 -0.0117246 5.33577 0.149885 5.01318L0.189415 4.93976L1.36871 2.89741C1.54919 2.58502 1.84218 2.35337 2.18777 2.2498C2.53336 2.14624 2.90547 2.17859 3.228 2.34023L3.30141 2.37976L3.89436 2.72188C4.28027 2.42082 4.69854 2.1637 5.14141 1.95529L5.14047 1.41694C5.14001 1.05657 5.27707 0.709596 5.52367 0.446813C5.77028 0.184029 6.10786 0.0252343 6.46753 0.00282354L6.55741 0ZM6.55553 1.41506L6.55694 2.85271L5.74377 3.23576C5.39553 3.39906 5.06706 3.60094 4.764 3.83718L4.01247 4.424L2.62941 3.62494L2.59365 3.60518L1.41483 5.64753L2.88636 6.49694L2.79506 7.40612C2.75968 7.7598 2.76078 8.11619 2.79836 8.46965L2.8953 9.38541L1.48494 10.1976L2.7433 12.3704L4.14377 11.5647L4.88636 12.1087C5.15997 12.309 5.45231 12.4823 5.7593 12.6264L6.57106 13.008L6.57388 14.5816L9.08447 14.5849L9.08306 13.0791L9.95553 12.7158C10.3216 12.5635 10.6689 12.3698 10.9908 12.1384L11.7329 11.6047L12.8506 12.2499L14.0289 10.2075L12.9654 9.592L13.0972 8.64847C13.1561 8.22659 13.1628 7.79904 13.1169 7.37553L13.0181 6.45882L14.1555 5.80235L12.8967 3.62965L11.7645 4.28235L11.0214 3.74024C10.686 3.4956 10.3229 3.29152 9.93953 3.13224L9.06894 2.77082L9.06659 1.41835L6.55553 1.41506ZM9.37153 5.47624C10.0214 5.85201 10.4955 6.47036 10.6898 7.19547C10.8841 7.92058 10.7827 8.69316 10.4078 9.34353C10.2223 9.66543 9.97517 9.9476 9.68053 10.1739C9.38589 10.4002 9.04953 10.5662 8.69068 10.6623C8.33183 10.7585 7.95754 10.7829 7.58923 10.7343C7.22092 10.6856 6.86582 10.5648 6.54424 10.3788C5.89445 10.003 5.4204 9.38458 5.2262 8.65948C5.032 7.93438 5.13352 7.16184 5.50847 6.51153C5.69395 6.18963 5.94107 5.90746 6.23571 5.68117C6.53034 5.45488 6.86671 5.28891 7.22556 5.19275C7.58441 5.09659 7.9587 5.07213 8.32701 5.12077C8.69532 5.16942 9.05042 5.29021 9.372 5.47624H9.37153ZM6.73388 7.21835C6.54638 7.54388 6.49567 7.9305 6.5929 8.29336C6.69012 8.65623 6.92733 8.96571 7.25247 9.15388C7.41305 9.24679 7.59037 9.30712 7.77429 9.33143C7.9582 9.35574 8.14511 9.34355 8.32431 9.29556C8.50351 9.24757 8.67149 9.16472 8.81864 9.05174C8.96579 8.93877 9.08923 8.7979 9.18188 8.63718C9.55883 7.98353 9.356 7.15435 8.73435 6.74494L8.66377 6.70118L8.59035 6.66165C8.26834 6.49988 7.89663 6.46742 7.55145 6.57093C7.20626 6.67444 6.91375 6.90608 6.73388 7.21835Z",fill:"#6C6F73"})}):t.type==="file"?w("svg",{width:"18",height:"18",viewBox:"0 0 18 18",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:w("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M11.6861 1L15.2353 4.54635V7.11765V14.6471V15.5882C15.2353 15.9627 15.0866 16.3217 14.8218 16.5865C14.557 16.8513 14.198 17 13.8235 17H4.41176C4.03734 17 3.67825 16.8513 3.4135 16.5865C3.14874 16.3217 3 15.9627 3 15.5882V14.6471V7.11765V2.41176C3 2.03734 3.14874 1.67825 3.4135 1.4135C3.67825 1.14874 4.03734 1 4.41176 1H11.6861ZM11.8692 3.17882V4.74212H13.4334L11.8692 3.17882ZM4.41171 15.5882V14.647V2.41176H10.4574L10.4578 6.15341H13.8235V14.647V15.5882H4.41171ZM12.7739 7.51746H5.46094V8.6155H12.7739V7.51746ZM5.46094 9.98805H12.7739V11.0861H5.46094V9.98805ZM9.5127 12.36H5.46094V13.458H9.5127V12.36Z",fill:"#6C6F73"})}):t.type==="translated"?w("svg",{width:"11",height:"11",viewBox:"0 0 11 11",fill:"none",xmlns:"http://www.w3.org/2000/svg",class:`${VT}-translated-img`,children:[w("circle",{cx:"5.5",cy:"5.5",r:"5.5",fill:"#68CD52"}),w("path",{d:"M1.40857 5.87858L2.24148 5.18962L4.15344 6.64214C4.15344 6.64214 6.33547 4.15566 9.00658 2.48145L9.32541 2.87514C9.32541 2.87514 6.28665 5.55844 4.71735 9.07881L1.40857 5.87858Z",fill:"white"})]}):t.type==="modal-close"?w("svg",{width:"20",height:"20",viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:w("path",{d:"M4.41083 4.41066C4.5671 4.25443 4.77902 4.16667 4.99999 4.16667C5.22096 4.16667 5.43289 4.25443 5.58916 4.41066L9.99999 8.82149L14.4108 4.41066C14.4877 4.33107 14.5797 4.26758 14.6813 4.22391C14.783 4.18023 14.8923 4.15724 15.003 4.15628C15.1136 4.15532 15.2234 4.1764 15.3258 4.21831C15.4282 4.26021 15.5212 4.32208 15.5995 4.40033C15.6777 4.47857 15.7396 4.57162 15.7815 4.67403C15.8234 4.77644 15.8445 4.88618 15.8435 4.99682C15.8426 5.10747 15.8196 5.21682 15.7759 5.31849C15.7322 5.42016 15.6688 5.51212 15.5892 5.58899L11.1783 9.99982L15.5892 14.4107C15.741 14.5678 15.825 14.7783 15.8231 14.9968C15.8212 15.2153 15.7335 15.4243 15.579 15.5788C15.4245 15.7333 15.2155 15.821 14.997 15.8229C14.7785 15.8248 14.568 15.7408 14.4108 15.589L9.99999 11.1782L5.58916 15.589C5.43199 15.7408 5.22149 15.8248 5.00299 15.8229C4.7845 15.821 4.57549 15.7333 4.42098 15.5788C4.26647 15.4243 4.17883 15.2153 4.17693 14.9968C4.17503 14.7783 4.25903 14.5678 4.41083 14.4107L8.82166 9.99982L4.41083 5.58899C4.2546 5.43272 4.16684 5.22079 4.16684 4.99982C4.16684 4.77885 4.2546 4.56693 4.41083 4.41066Z",fill:"#C4C4C4"})}):null}d();d();d();async function $T(t){try{let e=new Date;z.debug("cron task start, next will run at",new Date(e.getTime()+t).toLocaleString()),await oe.storage.local.set({[Wh]:e.toISOString()}),await m5(),ye()||await i2()}catch(e){z.error("run cron task failed",e)}}async function m5(){try{let t=await qn(),e=await de({url:Io}),n=t.buildinConfigUpdatedAt,r=new Date(n),a=e.buildinConfigUpdatedAt,i=new Date(a),o=e.minVersion,s=oe.runtime.getManifest().version;to(s,o)?i>r?(await oe.storage.local.set({buildinConfig:e}),z.info(`sync remote rules success, latest: ${new Date(a).toLocaleString()}`),ma({method:"updateGlobalCtx",data:{}},{tab:{id:1,url:"https://www.fake.com",active:!0}}).catch(u=>{z.error("send content message request failed from cron task",u)})):z.debug(`no need to sync rules, latest: ${r}`):z.info(`local version is too old, please update to ${o} or later`)}catch(t){z.error("sync rules error: ",t)}}d();d();d();d();d();d();var Zg;function sm(t){return[...t.v,(t.i?"!":"")+t.n].join(":")}function ry(t,e=","){return t.map(sm).join(e)}var ay=typeof CSS<"u"&&CSS.escape||(t=>t.replace(/[!"'`*+.,;:\\/<=>?@#$%&^|~()[\]{}]/g,"\\$&").replace(/^\d/,"\\3$& "));function Ec(t){for(var e=9,n=t.length;n--;)e=Math.imul(e^t.charCodeAt(n),1597334677);return"#"+((e^e>>>9)>>>0).toString(36)}function Cc(t,e="@media "){return e+Ln(t).map(n=>(typeof n=="string"&&(n={min:n}),n.raw||Object.keys(n).map(r=>`(${r}-width:${n[r]})`).join(" and "))).join(",")}function Ln(t=[]){return Array.isArray(t)?t:t==null?[]:[t]}function f5(){}var Vt={d:0,b:134217728,c:268435456,a:671088640,u:805306368,o:939524096};function iy(t){return t.match(/[-=:;]/g)?.length||0}function rm(t){return Math.min(/(?:^|width[^\d]+)(\d+(?:.\d+)?)(p)?/.test(t)?Math.max(0,29.63*(+RegExp.$1/(RegExp.$2?15:1))**.137-43):0,15)<<22|Math.min(iy(t),15)<<18}var h5=["rst-c","st-ch","h-chi","y-lin","nk","sited","ecked","pty","ad-on","cus-w","ver","cus","cus-v","tive","sable","tiona","quire"];function um({n:t,i:e,v:n=[]},r,a,i){t&&(t=sm({n:t,i:e,v:n})),i=[...Ln(i)];for(let s of n){let u=r.theme("screens",s);for(let l of Ln(u&&Cc(u)||r.v(s))){var o;i.push(l),a|=u?67108864|rm(l):s=="dark"?1073741824:l[0]=="@"?rm(l):(o=l,1<<~(/:([a-z-]+)/.test(o)&&~h5.indexOf(RegExp.$1.slice(2,7))||-18))}}return{n:t,p:a,r:i,i:e}}var lm=new Map;function YT(t){if(t.d){let e=[],n=Jg(t.r.reduce((r,a)=>a[0]=="@"?(e.push(a),r):a?Jg(r,i=>Jg(a,o=>{let s=/(:merge\(.+?\))(:[a-z-]+|\\[.+])/.exec(o);if(s){let u=i.indexOf(s[1]);return~u?i.slice(0,u)+s[0]+i.slice(u+s[1].length):Xg(i,o)}return Xg(o,i)})):r,"&"),r=>Xg(r,t.n?"."+ay(t.n):""));return n&&e.push(n.replace(/:merge\((.+?)\)/g,"$1")),e.reduceRight((r,a)=>a+"{"+r+"}",t.d)}}function Jg(t,e){return t.replace(/ *((?:\(.+?\)|\[.+?\]|[^,])+) *(,|$)/g,(n,r,a)=>e(r)+a)}function Xg(t,e){return t.replace(/&/g,e)}var QT=new Intl.Collator("en",{numeric:!0});function b5(t,e){for(var n=0,r=t.length;n>1;0>=oy(t[a],e)?n=a+1:r=a}return r}function oy(t,e){let n=t.p&Vt.o;return n==(e.p&Vt.o)&&(n==Vt.b||n==Vt.o)?0:t.p-e.p||t.o-e.o||QT.compare(ZT(t.n),ZT(e.n))||QT.compare(JT(t.n),JT(e.n))}function ZT(t){return(t||"").split(/:/).pop().split("/").pop()||"\0"}function JT(t){return(t||"").replace(/\W/g,e=>String.fromCharCode(127+e.charCodeAt(0)))+"\0"}function em(t,e){return Math.round(parseInt(t,16)*e)}function xa(t,e={}){if(typeof t=="function")return t(e);let{opacityValue:n="1",opacityVariable:r}=e,a=r?`var(${r})`:n;if(t.includes(""))return t.replace("",a);if(t[0]=="#"&&(t.length==4||t.length==7)){let i=(t.length-1)/3,o=[17,1,.062272][i-1];return`rgba(${[em(t.substr(1,i),o),em(t.substr(1+i,i),o),em(t.substr(1+2*i,i),o),a]})`}return a=="1"?t:a=="0"?"#0000":t.replace(/^(rgb|hsl)(\([^)]+)\)$/,`$1a$2,${a})`)}function sy(t,e,n,r,a=[]){return function i(o,{n:s,p:u,r:l=[],i:c},p){let m=[],g="",f=0,T=0;for(let C in o||{}){var b,h;let D=o[C];if(C[0]=="@"){if(!D)continue;if(C[1]=="a"){m.push(...ly(s,u,dm(""+D),p,u,l,c,!0));continue}if(C[1]=="l"){for(let M of Ln(D))m.push(...i(M,{n:s,p:(b=Vt[C[7]],u&~Vt.o|b),r:C[7]=="d"?[]:l,i:c},p));continue}if(C[1]=="i"){m.push(...Ln(D).map(M=>({p:-1,o:0,r:[],d:C+" "+M})));continue}if(C[1]=="k"){m.push({p:Vt.d,o:0,r:[C],d:i(D,{p:Vt.d},p).map(YT).join("")});continue}if(C[1]=="f"){m.push(...Ln(D).map(M=>({p:Vt.d,o:0,r:[C],d:i(M,{p:Vt.d},p).map(YT).join("")})));continue}}if(typeof D!="object"||Array.isArray(D))C=="label"&&D?s=D+Ec(JSON.stringify([u,c,o])):(D||D===0)&&(C=C.replace(/[A-Z]/g,M=>"-"+M.toLowerCase()),T+=1,f=Math.max(f,(h=C)[0]=="-"?0:iy(h)+(/^(?:(border-(?!w|c|sty)|[tlbr].{2,4}m?$|c.{7,8}$)|([fl].{5}l|g.{8}$|pl))/.test(h)?+!!RegExp.$1||-!!RegExp.$2:0)+1),g+=(g?";":"")+Ln(D).map(M=>p.s(C,uy(""+M,p.theme)+(c?" !important":""))).join(";"));else if(C[0]=="@"||C.includes("&")){let M=u;C[0]=="@"&&(C=C.replace(/\bscreen\(([^)]+)\)/g,(B,S)=>{let v=p.theme("screens",S);return v?(M|=67108864,Cc(v,"")):B}),M|=rm(C)),m.push(...i(D,{n:s,p:M,r:[...l,C],i:c},p))}else m.push(...i(D,{p:u,r:[...l,C]},p))}return m.unshift({n:s,p:u,o:Math.max(0,15-T)+1.5*Math.min(f||15,15),r:l,d:g}),m.sort(oy)}(t,um(e,n,r,a),n)}function uy(t,e){return t.replace(/theme\((["'`])?(.+?)\1(?:\s*,\s*(["'`])?(.+?)\3)?\)/g,(n,r,a,i,o="")=>{let s=e(a,o);return typeof s=="function"&&/color|fill|stroke/i.test(a)?xa(s):""+Ln(s).filter(u=>Object(u)!==u)})}function cm(t,e){let n,r=[];for(let a of t)a.d&&a.n?n?.p==a.p&&""+n.r==""+a.r?(n.c=[n.c,a.c].filter(Boolean).join(" "),n.d=n.d+";"+a.d):r.push(n={...a,n:a.n&&e}):r.push({...a,n:a.n&&e});return r}function am(t,e,n=Vt.u,r,a){let i=[];for(let o of t)for(let s of function(u,l,c,p,m){u={...u,i:u.i||m};let g=function(f,T){let b=lm.get(f.n);return b?b(f,T):T.r(f.n,f.v[0]=="dark")}(u,l);return g?typeof g=="string"?({r:p,p:c}=um(u,l,c,p),cm(am(dm(g),l,c,p,u.i),u.n)):Array.isArray(g)?g.map(f=>{var T,b;return{o:0,...f,r:[...Ln(p),...Ln(f.r)],p:(T=c,b=f.p??c,T&~Vt.o|b)}}):sy(g,u,l,c,p):[{c:sm(u),p:0,o:0,r:[]}]}(o,e,n,r,a))i.splice(b5(i,s),0,s);return i}function ly(t,e,n,r,a,i,o,s){return cm((s?n.flatMap(u=>am([u],r,a,i,o)):am(n,r,a,i,o)).map(u=>u.p&Vt.o&&(u.n||e==Vt.b)?{...u,p:u.p&~Vt.o|e,o:0}:u),t)}function T5(t,e,n,r){var a;return a=(i,o)=>{let{n:s,p:u,r:l,i:c}=um(i,o,e);return n&&ly(s,e,n,o,u,l,c,r)},lm.set(t,a),t}function tm(t,e,n){if(t[t.length-1]!="("){let r=[],a=!1,i=!1,o="";for(let s of t)if(!(s=="("||/[~@]$/.test(s))){if(s[0]=="!"&&(s=s.slice(1),a=!a),s.endsWith(":")){r[s=="dark:"?"unshift":"push"](s.slice(0,-1));continue}s[0]=="-"&&(s=s.slice(1),i=!i),s.endsWith("-")&&(s=s.slice(0,-1)),s&&s!="&"&&(o+=(o&&"-")+s)}o&&(i&&(o="-"+o),e[0].push({n:o,v:r.filter(y5),i:a}))}}function y5(t,e,n){return n.indexOf(t)==e}var XT=new Map;function dm(t){let e=XT.get(t);if(!e){let n=[],r=[[]],a=0,i=0,o=null,s=0,u=(l,c=0)=>{a!=s&&(n.push(t.slice(a,s+c)),l&&tm(n,r)),a=s+1};for(;s1?p.slice(0,-1)+Ec(JSON.stringify([p,m])):p+"("+ry(m)+")",Vt.a,m,/@$/.test(p))],r)}c=n.lastIndexOf("(",c-1)}n.length=c+1}else/[~@]/.test(l)&&t[s+1]=="("&&r.unshift([])}u(!0),XT.set(t,e=r[0])}return e}function cy(t,e,n){return e.reduce((r,a,i)=>r+n(a)+t[i+1],t[0])}function dy(t,e){return Array.isArray(t)&&Array.isArray(t.raw)?cy(t,e,n=>nm(n).trim()):e.filter(Boolean).reduce((n,r)=>n+nm(r),t?nm(t):"")}function nm(t){let e,n="";if(t&&typeof t=="object")if(Array.isArray(t))(e=dy(t[0],t.slice(1)))&&(n+=" "+e);else for(let r in t)t[r]&&(n+=" "+r);else t!=null&&typeof t!="boolean"&&(n+=" "+t);return n}var AX=py("@"),kX=py("~");function py(t){return new Proxy(function(n,...r){return e("",n,r)},{get(n,r){return r in n?n[r]:function(a,...i){return e(r,a,i)}}});function e(n,r,a){return ry(dm(n+t+"("+dy(r,a)+")"))}}function im(t,e){return Array.isArray(t)?ey(cy(t,e,n=>n!=null&&typeof n!="boolean"?n:"")):typeof t=="string"?ey(t):[t]}var v5=/ *(?:(?:([\u0080-\uFFFF\w-%@]+) *:? *([^{;]+?);|([^;}{]*?) *{)|(}))/g;function ey(t){let e;t=t.replace(/\/\*[^]*?\*\/|\s\s+|\n/gm," ");let n=[{}],r=[n[0]],a=[];for(;e=v5.exec(t);)e[4]&&(n.shift(),a.shift()),e[3]?(a.unshift(e[3]),n.unshift({}),r.push(a.reduce((i,o)=>({[o]:i}),n[0]))):e[4]||(n[0][e[1]]&&(n.unshift({}),r.push(a.reduce((i,o)=>({[o]:i}),n[0]))),n[0][e[1]]=e[2]);return r}function gy(t,...e){var n;let r=im(t,e),a=(r.find(i=>i.label)?.label||"css")+Ec(JSON.stringify(r));return n=(i,o)=>cm(r.flatMap(s=>sy(s,i,o,Vt.o)),a),lm.set(a,n),a}var PX=new Proxy(function(t,e){return ty("animation",t,e)},{get(t,e){return e in t?t[e]:function(n,r){return ty(e,n,r)}}});function ty(t,e,n){return{toString(){return gy({label:t,"@layer components":{...typeof e=="object"?e:{animation:e},animationName:""+n}})}}}function ee(t,e,n){return[t,S5(e,n)]}function S5(t,e){return typeof t=="function"?t:typeof t=="string"&&/^[\w-]+$/.test(t)?(n,r)=>({[t]:e?e(n,r):om(n,1)}):n=>t||{[n[1]]:om(n,2)}}function om(t,e,n=t.slice(e).find(Boolean)||t.$$||t.input){return t.input[0]=="-"?`calc(${n} * -1)`:n}function ne(t,e,n,r){return[t,x5(e,n,r)]}function x5(t,e,n){let r=typeof e=="string"?(a,i)=>({[e]:n?n(a,i):a._}):e||(({1:a,_:i},o,s)=>({[a||s]:i}));return(a,i)=>{let o=my(t||a[1]),s=i.theme(o,a.$$)??go(a.$$,o,i);if(s!=null)return a._=om(a,0,s),r(a,i,o)}}function Bt(t,e={},n){return[t,E5(e,n)]}function E5(t={},e){return(n,r)=>{let{section:a=my(n[0]).replace("-","")+"Color"}=t,[i,o]=C5(n.$$);if(!i)return;let s=r.theme(a,i)||go(i,a,r);if(!s||typeof s=="object")return;let{opacityVariable:u=`--tw-${n[0].replace(/-$/,"")}-opacity`,opacitySection:l=a.replace("Color","Opacity"),property:c=a,selector:p}=t,m=r.theme(l,o||"DEFAULT")||o&&go(o,l,r),g=e||(({_:T})=>{let b=Us(c,T);return p?{[p]:b}:b});n._={value:xa(s,{opacityVariable:u||void 0,opacityValue:m||void 0}),color:T=>xa(s,T),opacityVariable:u||void 0,opacityValue:m||void 0};let f=g(n,r);if(!n.dark){let T=r.d(a,i,s);T&&T!==s&&(n._={value:xa(T,{opacityVariable:u||void 0,opacityValue:m||"1"}),color:b=>xa(T,b),opacityVariable:u||void 0,opacityValue:m||void 0},f={"&":f,[r.v("dark")]:g(n,r)})}return f}}function C5(t){return(t.match(/^(\[[^\]]+]|[^/]+?)(?:\/(.+))?$/)||[]).slice(1)}function Us(t,e){let n={};return typeof e=="string"?n[t]=e:(e.opacityVariable&&e.value.includes(e.opacityVariable)&&(n[e.opacityVariable]=e.opacityValue||"1"),n[t]=e.value),n}function go(t,e,n){if(t[0]=="["&&t.slice(-1)=="]"){if(t=xc(uy(t.slice(1,-1),n.theme)),!e)return t;if(!(/color|fill|stroke/i.test(e)&&!(/^color:/.test(t)||/^(#|((hsl|rgb)a?|hwb|lab|lch|color)\(|[a-z]+$)/.test(t))||/image/i.test(e)&&!(/^image:/.test(t)||/^[a-z-]+\(/.test(t))||/weight/i.test(e)&&!(/^(number|any):/.test(t)||/^\d+$/.test(t))||/position/i.test(e)&&/^(length|size):/.test(t)))return t.replace(/^[a-z-]+:/,"")}}function my(t){return t.replace(/-./g,e=>e[1].toUpperCase())}function xc(t){return t.includes("url(")?t.replace(/(.*?)(url\(.*?\))(.*?)/g,(e,n="",r,a="")=>xc(n)+r+xc(a)):t.replace(/(^|[^\\])_+/g,(e,n)=>n+" ".repeat(e.length-n.length)).replace(/\\_/g,"_").replace(/(calc|min|max|clamp)\(.+\)/g,e=>e.replace(/(-?\d*\.?\d(?!\b-.+[,)](?![^+\-/*])\D)(?:%|[a-z]+)?|\))([+\-/*])/g,"$1 $2 "))}var LX=Symbol();var fy=new Proxy(f5,{apply(t,e,n){return Zg(n[0])},get(t,e){let n=Zg[e];return typeof n=="function"?function(){return n.apply(Zg,arguments)}:n}});var _X=function t(e){return new Proxy(function(n,...r){return ny(e,"",n,r)},{get(n,r){return r==="bind"?t:r in n?n[r]:function(a,...i){return ny(e,r,a,i)}}})}();function ny(t,e,n,r){return{toString(){let a=im(n,r),i=ay(e+Ec(JSON.stringify([e,a])));return(typeof t=="function"?t:fy)(gy({[`@keyframes ${i}`]:im(n,r)})),i}}}d();d();d();d();d();var hy={screens:{sm:"640px",md:"768px",lg:"1024px",xl:"1280px","2xl":"1536px"},columns:{auto:"auto","3xs":"16rem","2xs":"18rem",xs:"20rem",sm:"24rem",md:"28rem",lg:"32rem",xl:"36rem","2xl":"42rem","3xl":"48rem","4xl":"56rem","5xl":"64rem","6xl":"72rem","7xl":"80rem"},spacing:{px:"1px",0:"0px",..._n(4,"rem",4,.5,.5),..._n(12,"rem",4,5),14:"3.5rem",..._n(64,"rem",4,16,4),72:"18rem",80:"20rem",96:"24rem"},durations:{75:"75ms",100:"100ms",150:"150ms",200:"200ms",300:"300ms",500:"500ms",700:"700ms",1e3:"1000ms"},animation:{none:"none",spin:"spin 1s linear infinite",ping:"ping 1s cubic-bezier(0,0,0.2,1) infinite",pulse:"pulse 2s cubic-bezier(0.4,0,0.6,1) infinite",bounce:"bounce 1s infinite"},aspectRatio:{auto:"auto",square:"1/1",video:"16/9"},backdropBlur:We("blur"),backdropBrightness:We("brightness"),backdropContrast:We("contrast"),backdropGrayscale:We("grayscale"),backdropHueRotate:We("hueRotate"),backdropInvert:We("invert"),backdropOpacity:We("opacity"),backdropSaturate:We("saturate"),backdropSepia:We("sepia"),backgroundColor:We("colors"),backgroundImage:{none:"none"},backgroundOpacity:We("opacity"),backgroundSize:{auto:"auto",cover:"cover",contain:"contain"},blur:{none:"none",0:"0",sm:"4px",DEFAULT:"8px",md:"12px",lg:"16px",xl:"24px","2xl":"40px","3xl":"64px"},brightness:{..._n(200,"",100,0,50),..._n(110,"",100,90,5),75:"0.75",125:"1.25"},borderColor:({theme:t})=>({DEFAULT:t("colors.gray.200","currentColor"),...t("colors")}),borderOpacity:We("opacity"),borderRadius:{none:"0px",sm:"0.125rem",DEFAULT:"0.25rem",md:"0.375rem",lg:"0.5rem",xl:"0.75rem","2xl":"1rem","3xl":"1.5rem","1/2":"50%",full:"9999px"},borderSpacing:We("spacing"),borderWidth:{DEFAULT:"1px",...jn(8,"px")},boxShadow:{sm:"0 1px 2px 0 rgba(0,0,0,0.05)",DEFAULT:"0 1px 3px 0 rgba(0,0,0,0.1), 0 1px 2px -1px rgba(0,0,0,0.1)",md:"0 4px 6px -1px rgba(0,0,0,0.1), 0 2px 4px -2px rgba(0,0,0,0.1)",lg:"0 10px 15px -3px rgba(0,0,0,0.1), 0 4px 6px -4px rgba(0,0,0,0.1)",xl:"0 20px 25px -5px rgba(0,0,0,0.1), 0 8px 10px -6px rgba(0,0,0,0.1)","2xl":"0 25px 50px -12px rgba(0,0,0,0.25)",inner:"inset 0 2px 4px 0 rgba(0,0,0,0.05)",none:"0 0 #0000"},boxShadowColor:We("colors"),caretColor:We("colors"),accentColor:({theme:t})=>({auto:"auto",...t("colors")}),contrast:{..._n(200,"",100,0,50),75:"0.75",125:"1.25"},content:{none:"none"},divideColor:We("borderColor"),divideOpacity:We("borderOpacity"),divideWidth:We("borderWidth"),dropShadow:{sm:"0 1px 1px rgba(0,0,0,0.05)",DEFAULT:["0 1px 2px rgba(0,0,0,0.1)","0 1px 1px rgba(0,0,0,0.06)"],md:["0 4px 3px rgba(0,0,0,0.07)","0 2px 2px rgba(0,0,0,0.06)"],lg:["0 10px 8px rgba(0,0,0,0.04)","0 4px 3px rgba(0,0,0,0.1)"],xl:["0 20px 13px rgba(0,0,0,0.03)","0 8px 5px rgba(0,0,0,0.08)"],"2xl":"0 25px 25px rgba(0,0,0,0.15)",none:"0 0 #0000"},fill:({theme:t})=>({...t("colors"),none:"none"}),grayscale:{DEFAULT:"100%",0:"0"},hueRotate:{0:"0deg",15:"15deg",30:"30deg",60:"60deg",90:"90deg",180:"180deg"},invert:{DEFAULT:"100%",0:"0"},flex:{1:"1 1 0%",auto:"1 1 auto",initial:"0 1 auto",none:"none"},flexBasis:({theme:t})=>({...t("spacing"),...qs(2,6),...qs(12,12),auto:"auto",full:"100%"}),flexGrow:{DEFAULT:1,0:0},flexShrink:{DEFAULT:1,0:0},fontFamily:{sans:'ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji"'.split(","),serif:'ui-serif,Georgia,Cambria,"Times New Roman",Times,serif'.split(","),mono:'ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace'.split(",")},fontSize:{xs:["0.75rem","1rem"],sm:["0.875rem","1.25rem"],base:["1rem","1.5rem"],lg:["1.125rem","1.75rem"],xl:["1.25rem","1.75rem"],"2xl":["1.5rem","2rem"],"3xl":["1.875rem","2.25rem"],"4xl":["2.25rem","2.5rem"],"5xl":["3rem","1"],"6xl":["3.75rem","1"],"7xl":["4.5rem","1"],"8xl":["6rem","1"],"9xl":["8rem","1"]},fontWeight:{thin:"100",extralight:"200",light:"300",normal:"400",medium:"500",semibold:"600",bold:"700",extrabold:"800",black:"900"},gap:We("spacing"),gradientColorStops:We("colors"),gridAutoColumns:{auto:"auto",min:"min-content",max:"max-content",fr:"minmax(0,1fr)"},gridAutoRows:{auto:"auto",min:"min-content",max:"max-content",fr:"minmax(0,1fr)"},gridColumn:{auto:"auto","span-full":"1 / -1"},gridRow:{auto:"auto","span-full":"1 / -1"},gridTemplateColumns:{none:"none"},gridTemplateRows:{none:"none"},height:({theme:t})=>({...t("spacing"),...qs(2,6),min:"min-content",max:"max-content",fit:"fit-content",auto:"auto",full:"100%",screen:"100vh"}),inset:({theme:t})=>({...t("spacing"),...qs(2,4),auto:"auto",full:"100%"}),keyframes:{spin:{from:{transform:"rotate(0deg)"},to:{transform:"rotate(360deg)"}},ping:{"0%":{transform:"scale(1)",opacity:"1"},"75%,100%":{transform:"scale(2)",opacity:"0"}},pulse:{"0%,100%":{opacity:"1"},"50%":{opacity:".5"}},bounce:{"0%, 100%":{transform:"translateY(-25%)",animationTimingFunction:"cubic-bezier(0.8,0,1,1)"},"50%":{transform:"none",animationTimingFunction:"cubic-bezier(0,0,0.2,1)"}}},letterSpacing:{tighter:"-0.05em",tight:"-0.025em",normal:"0em",wide:"0.025em",wider:"0.05em",widest:"0.1em"},lineHeight:{..._n(10,"rem",4,3),none:"1",tight:"1.25",snug:"1.375",normal:"1.5",relaxed:"1.625",loose:"2"},margin:({theme:t})=>({auto:"auto",...t("spacing")}),maxHeight:({theme:t})=>({full:"100%",min:"min-content",max:"max-content",fit:"fit-content",screen:"100vh",...t("spacing")}),maxWidth:({theme:t,breakpoints:e})=>({...e(t("screens")),none:"none",0:"0rem",xs:"20rem",sm:"24rem",md:"28rem",lg:"32rem",xl:"36rem","2xl":"42rem","3xl":"48rem","4xl":"56rem","5xl":"64rem","6xl":"72rem","7xl":"80rem",full:"100%",min:"min-content",max:"max-content",fit:"fit-content",prose:"65ch"}),minHeight:{0:"0px",full:"100%",min:"min-content",max:"max-content",fit:"fit-content",screen:"100vh"},minWidth:{0:"0px",full:"100%",min:"min-content",max:"max-content",fit:"fit-content"},opacity:{..._n(100,"",100,0,10),5:"0.05",25:"0.25",75:"0.75",95:"0.95"},order:{first:"-9999",last:"9999",none:"0"},padding:We("spacing"),placeholderColor:We("colors"),placeholderOpacity:We("opacity"),outlineColor:We("colors"),outlineOffset:jn(8,"px"),outlineWidth:jn(8,"px"),ringColor:({theme:t})=>({...t("colors"),DEFAULT:"#3b82f6"}),ringOffsetColor:We("colors"),ringOffsetWidth:jn(8,"px"),ringOpacity:({theme:t})=>({...t("opacity"),DEFAULT:"0.5"}),ringWidth:{DEFAULT:"3px",...jn(8,"px")},rotate:{...jn(2,"deg"),...jn(12,"deg",3),...jn(180,"deg",45)},saturate:_n(200,"",100,0,50),scale:{..._n(150,"",100,0,50),..._n(110,"",100,90,5),75:"0.75",125:"1.25"},scrollMargin:We("spacing"),scrollPadding:We("spacing"),sepia:{0:"0",DEFAULT:"100%"},skew:{...jn(2,"deg"),...jn(12,"deg",3)},space:We("spacing"),stroke:({theme:t})=>({...t("colors"),none:"none"}),strokeWidth:_n(2),textColor:We("colors"),textDecorationColor:We("colors"),textDecorationThickness:{"from-font":"from-font",auto:"auto",...jn(8,"px")},textUnderlineOffset:{auto:"auto",...jn(8,"px")},textIndent:We("spacing"),textOpacity:We("opacity"),transitionDuration:({theme:t})=>({...t("durations"),DEFAULT:"150ms"}),transitionDelay:We("durations"),transitionProperty:{none:"none",all:"all",DEFAULT:"color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter",colors:"color,background-color,border-color,text-decoration-color,fill,stroke",opacity:"opacity",shadow:"box-shadow",transform:"transform"},transitionTimingFunction:{DEFAULT:"cubic-bezier(0.4,0,0.2,1)",linear:"linear",in:"cubic-bezier(0.4,0,1,1)",out:"cubic-bezier(0,0,0.2,1)","in-out":"cubic-bezier(0.4,0,0.2,1)"},translate:({theme:t})=>({...t("spacing"),...qs(2,4),full:"100%"}),width:({theme:t})=>({min:"min-content",max:"max-content",fit:"fit-content",screen:"100vw",...t("flexBasis")}),willChange:{scroll:"scroll-position"},zIndex:{..._n(50,"",1,0,10),auto:"auto"}};function qs(t,e){let n={};do for(var r=1;re(t)}var YX={"*,::before,::after":{boxSizing:"border-box",borderWidth:"0",borderStyle:"solid",borderColor:"theme(borderColor.DEFAULT, currentColor)"},"::before,::after":{"--tw-content":"''"},html:{lineHeight:1.5,WebkitTextSizeAdjust:"100%",MozTabSize:"4",tabSize:4,fontFamily:`theme(fontFamily.sans, ${hy.fontFamily.sans})`,fontFeatureSettings:"theme(fontFamily.sans[1].fontFeatureSettings, normal)"},body:{margin:"0",lineHeight:"inherit"},hr:{height:"0",color:"inherit",borderTopWidth:"1px"},"abbr:where([title])":{textDecoration:"underline dotted"},"h1,h2,h3,h4,h5,h6":{fontSize:"inherit",fontWeight:"inherit"},a:{color:"inherit",textDecoration:"inherit"},"b,strong":{fontWeight:"bolder"},"code,kbd,samp,pre":{fontFamily:`theme(fontFamily.mono, ${hy.fontFamily.mono})`,fontFeatureSettings:"theme(fontFamily.mono[1].fontFeatureSettings, normal)",fontSize:"1em"},small:{fontSize:"80%"},"sub,sup":{fontSize:"75%",lineHeight:0,position:"relative",verticalAlign:"baseline"},sub:{bottom:"-0.25em"},sup:{top:"-0.5em"},table:{textIndent:"0",borderColor:"inherit",borderCollapse:"collapse"},"button,input,optgroup,select,textarea":{fontFamily:"inherit",fontSize:"100%",lineHeight:"inherit",color:"inherit",margin:"0",padding:"0"},"button,select":{textTransform:"none"},"button,[type='button'],[type='reset'],[type='submit']":{WebkitAppearance:"button",backgroundColor:"transparent",backgroundImage:"none"},":-moz-focusring":{outline:"auto"},":-moz-ui-invalid":{boxShadow:"none"},progress:{verticalAlign:"baseline"},"::-webkit-inner-spin-button,::-webkit-outer-spin-button":{height:"auto"},"[type='search']":{WebkitAppearance:"textfield",outlineOffset:"-2px"},"::-webkit-search-decoration":{WebkitAppearance:"none"},"::-webkit-file-upload-button":{WebkitAppearance:"button",font:"inherit"},summary:{display:"list-item"},"blockquote,dl,dd,h1,h2,h3,h4,h5,h6,hr,figure,p,pre":{margin:"0"},fieldset:{margin:"0",padding:"0"},legend:{padding:"0"},"ol,ul,menu":{listStyle:"none",margin:"0",padding:"0"},textarea:{resize:"vertical"},"input::placeholder,textarea::placeholder":{opacity:1,color:"theme(colors.gray.400, #9ca3af)"},'button,[role="button"]':{cursor:"pointer"},":disabled":{cursor:"default"},"img,svg,video,canvas,audio,iframe,embed,object":{display:"block",verticalAlign:"middle"},"img,video":{maxWidth:"100%",height:"auto"},"[hidden]":{display:"none"}},ZX=[ee("\\[([-\\w]+):(.+)]",({1:t,2:e},n)=>({"@layer overrides":{"&":{[t]:go(`[${e}]`,"",n)}}})),ee("(group|peer)([~/][^-[]+)?",({input:t},{h:e})=>[{c:e(t)}]),ne("aspect-","aspectRatio"),ee("container",(t,{theme:e})=>{let{screens:n=e("screens"),center:r,padding:a}=e("container"),i={width:"100%",marginRight:r&&"auto",marginLeft:r&&"auto",...o("xs")};for(let s in n){let u=n[s];typeof u=="string"&&(i[Cc(u)]={"&":{maxWidth:u,...o(s)}})}return i;function o(s){let u=a&&(typeof a=="string"?a:a[s]||a.DEFAULT);if(u)return{paddingRight:u,paddingLeft:u}}}),ne("content-","content",({_:t})=>({"--tw-content":t,content:"var(--tw-content)"})),ee("(?:box-)?decoration-(slice|clone)","boxDecorationBreak"),ee("box-(border|content)","boxSizing",({1:t})=>t+"-box"),ee("hidden",{display:"none"}),ee("table-(auto|fixed)","tableLayout"),ee(["(block|flex|table|grid|inline|contents|flow-root|list-item)","(inline-(block|flex|table|grid))","(table-(caption|cell|column|row|(column|row|footer|header)-group))"],"display"),"(float)-(left|right|none)","(clear)-(left|right|none|both)","(overflow(?:-[xy])?)-(auto|hidden|clip|visible|scroll)","(isolation)-(auto)",ee("isolate","isolation"),ee("object-(contain|cover|fill|none|scale-down)","objectFit"),ne("object-","objectPosition"),ee("object-(top|bottom|center|(left|right)(-(top|bottom))?)","objectPosition",wc),ee("overscroll(-[xy])?-(auto|contain|none)",({1:t="",2:e})=>({["overscroll-behavior"+t]:e})),ee("(static|fixed|absolute|relative|sticky)","position"),ne("-?inset(-[xy])?(?:$|-)","inset",({1:t,_:e})=>({top:t!="-x"&&e,right:t!="-y"&&e,bottom:t!="-x"&&e,left:t!="-y"&&e})),ne("-?(top|bottom|left|right)(?:$|-)","inset"),ee("(visible|collapse)","visibility"),ee("invisible",{visibility:"hidden"}),ne("-?z-","zIndex"),ee("flex-((row|col)(-reverse)?)","flexDirection",by),ee("flex-(wrap|wrap-reverse|nowrap)","flexWrap"),ne("(flex-(?:grow|shrink))(?:$|-)"),ne("(flex)-"),ne("grow(?:$|-)","flexGrow"),ne("shrink(?:$|-)","flexShrink"),ne("basis-","flexBasis"),ne("-?(order)-"),"-?(order)-(\\d+)",ne("grid-cols-","gridTemplateColumns"),ee("grid-cols-(\\d+)","gridTemplateColumns",Sy),ne("col-","gridColumn"),ee("col-(span)-(\\d+)","gridColumn",vy),ne("col-start-","gridColumnStart"),ee("col-start-(auto|\\d+)","gridColumnStart"),ne("col-end-","gridColumnEnd"),ee("col-end-(auto|\\d+)","gridColumnEnd"),ne("grid-rows-","gridTemplateRows"),ee("grid-rows-(\\d+)","gridTemplateRows",Sy),ne("row-","gridRow"),ee("row-(span)-(\\d+)","gridRow",vy),ne("row-start-","gridRowStart"),ee("row-start-(auto|\\d+)","gridRowStart"),ne("row-end-","gridRowEnd"),ee("row-end-(auto|\\d+)","gridRowEnd"),ee("grid-flow-((row|col)(-dense)?)","gridAutoFlow",t=>wc(by(t))),ee("grid-flow-(dense)","gridAutoFlow"),ne("auto-cols-","gridAutoColumns"),ne("auto-rows-","gridAutoRows"),ne("gap-x(?:$|-)","gap","columnGap"),ne("gap-y(?:$|-)","gap","rowGap"),ne("gap(?:$|-)","gap"),"(justify-(?:items|self))-",ee("justify-","justifyContent",Ty),ee("(content|items|self)-",t=>({["align-"+t[1]]:Ty(t)})),ee("(place-(content|items|self))-",({1:t,$$:e})=>({[t]:("wun".includes(e[3])?"space-":"")+e})),ne("p([xytrbl])?(?:$|-)","padding",mo("padding")),ne("-?m([xytrbl])?(?:$|-)","margin",mo("margin")),ne("-?space-(x|y)(?:$|-)","space",({1:t,_:e})=>({"&>:not([hidden])~:not([hidden])":{[`--tw-space-${t}-reverse`]:"0",["margin-"+{y:"top",x:"left"}[t]]:`calc(${e} * calc(1 - var(--tw-space-${t}-reverse)))`,["margin-"+{y:"bottom",x:"right"}[t]]:`calc(${e} * var(--tw-space-${t}-reverse))`}})),ee("space-(x|y)-reverse",({1:t})=>({"&>:not([hidden])~:not([hidden])":{[`--tw-space-${t}-reverse`]:"1"}})),ne("w-","width"),ne("min-w-","minWidth"),ne("max-w-","maxWidth"),ne("h-","height"),ne("min-h-","minHeight"),ne("max-h-","maxHeight"),ne("font-","fontWeight"),ne("font-","fontFamily",({_:t})=>typeof(t=Ln(t))[1]=="string"?{fontFamily:ir(t)}:{fontFamily:ir(t[0]),...t[1]}),ee("antialiased",{WebkitFontSmoothing:"antialiased",MozOsxFontSmoothing:"grayscale"}),ee("subpixel-antialiased",{WebkitFontSmoothing:"auto",MozOsxFontSmoothing:"auto"}),ee("italic","fontStyle"),ee("not-italic",{fontStyle:"normal"}),ee("(ordinal|slashed-zero|(normal|lining|oldstyle|proportional|tabular)-nums|(diagonal|stacked)-fractions)",({1:t,2:e="",3:n})=>e=="normal"?{fontVariantNumeric:"normal"}:{["--tw-"+(n?"numeric-fraction":"pt".includes(e[0])?"numeric-spacing":e?"numeric-figure":t)]:t,fontVariantNumeric:"var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction)",...Ea({"--tw-ordinal":"var(--tw-empty,/*!*/ /*!*/)","--tw-slashed-zero":"var(--tw-empty,/*!*/ /*!*/)","--tw-numeric-figure":"var(--tw-empty,/*!*/ /*!*/)","--tw-numeric-spacing":"var(--tw-empty,/*!*/ /*!*/)","--tw-numeric-fraction":"var(--tw-empty,/*!*/ /*!*/)"})}),ne("tracking-","letterSpacing"),ne("leading-","lineHeight"),ee("list-(inside|outside)","listStylePosition"),ne("list-","listStyleType"),ee("list-","listStyleType"),ne("placeholder-opacity-","placeholderOpacity",({_:t})=>({"&::placeholder":{"--tw-placeholder-opacity":t}})),Bt("placeholder-",{property:"color",selector:"&::placeholder"}),ee("text-(left|center|right|justify|start|end)","textAlign"),ee("text-(ellipsis|clip)","textOverflow"),ne("text-opacity-","textOpacity","--tw-text-opacity"),Bt("text-",{property:"color"}),ne("text-","fontSize",({_:t})=>typeof t=="string"?{fontSize:t}:{fontSize:t[0],...typeof t[1]=="string"?{lineHeight:t[1]}:t[1]}),ne("indent-","textIndent"),ee("(overline|underline|line-through)","textDecorationLine"),ee("no-underline",{textDecorationLine:"none"}),ne("underline-offset-","textUnderlineOffset"),Bt("decoration-",{section:"textDecorationColor",opacityVariable:!1,opacitySection:"opacity"}),ne("decoration-","textDecorationThickness"),ee("decoration-","textDecorationStyle"),ee("(uppercase|lowercase|capitalize)","textTransform"),ee("normal-case",{textTransform:"none"}),ee("truncate",{overflow:"hidden",whiteSpace:"nowrap",textOverflow:"ellipsis"}),ee("align-","verticalAlign"),ee("whitespace-","whiteSpace"),ee("break-normal",{wordBreak:"normal",overflowWrap:"normal"}),ee("break-words",{overflowWrap:"break-word"}),ee("break-all",{wordBreak:"break-all"}),ee("break-keep",{wordBreak:"keep-all"}),Bt("caret-",{opacityVariable:!1,opacitySection:"opacity"}),Bt("accent-",{opacityVariable:!1,opacitySection:"opacity"}),ee("bg-gradient-to-([trbl]|[tb][rl])","backgroundImage",({1:t})=>`linear-gradient(to ${ni(t," ")},var(--tw-gradient-stops))`),Bt("from-",{section:"gradientColorStops",opacityVariable:!1,opacitySection:"opacity"},({_:t})=>({"--tw-gradient-from":t.value,"--tw-gradient-to":t.color({opacityValue:"0"}),"--tw-gradient-stops":"var(--tw-gradient-from),var(--tw-gradient-to)"})),Bt("via-",{section:"gradientColorStops",opacityVariable:!1,opacitySection:"opacity"},({_:t})=>({"--tw-gradient-to":t.color({opacityValue:"0"}),"--tw-gradient-stops":`var(--tw-gradient-from),${t.value},var(--tw-gradient-to)`})),Bt("to-",{section:"gradientColorStops",property:"--tw-gradient-to",opacityVariable:!1,opacitySection:"opacity"}),ee("bg-(fixed|local|scroll)","backgroundAttachment"),ee("bg-origin-(border|padding|content)","backgroundOrigin",({1:t})=>t+"-box"),ee(["bg-(no-repeat|repeat(-[xy])?)","bg-repeat-(round|space)"],"backgroundRepeat"),ee("bg-blend-","backgroundBlendMode"),ee("bg-clip-(border|padding|content|text)","backgroundClip",({1:t})=>t+(t=="text"?"":"-box")),ne("bg-opacity-","backgroundOpacity","--tw-bg-opacity"),Bt("bg-",{section:"backgroundColor"}),ne("bg-","backgroundImage"),ne("bg-","backgroundPosition"),ee("bg-(top|bottom|center|(left|right)(-(top|bottom))?)","backgroundPosition",wc),ne("bg-","backgroundSize"),ne("rounded(?:$|-)","borderRadius"),ne("rounded-([trbl]|[tb][rl])(?:$|-)","borderRadius",({1:t,_:e})=>{let n={t:["tl","tr"],r:["tr","br"],b:["bl","br"],l:["bl","tl"]}[t]||[t,t];return{[`border-${ni(n[0])}-radius`]:e,[`border-${ni(n[1])}-radius`]:e}}),ee("border-(collapse|separate)","borderCollapse"),ne("border-opacity(?:$|-)","borderOpacity","--tw-border-opacity"),ee("border-(solid|dashed|dotted|double|none)","borderStyle"),ne("border-spacing(-[xy])?(?:$|-)","borderSpacing",({1:t,_:e})=>({...Ea({"--tw-border-spacing-x":"0","--tw-border-spacing-y":"0"}),["--tw-border-spacing"+(t||"-x")]:e,["--tw-border-spacing"+(t||"-y")]:e,"border-spacing":"var(--tw-border-spacing-x) var(--tw-border-spacing-y)"})),Bt("border-([xytrbl])-",{section:"borderColor"},mo("border","Color")),Bt("border-"),ne("border-([xytrbl])(?:$|-)","borderWidth",mo("border","Width")),ne("border(?:$|-)","borderWidth"),ne("divide-opacity(?:$|-)","divideOpacity",({_:t})=>({"&>:not([hidden])~:not([hidden])":{"--tw-divide-opacity":t}})),ee("divide-(solid|dashed|dotted|double|none)",({1:t})=>({"&>:not([hidden])~:not([hidden])":{borderStyle:t}})),ee("divide-([xy]-reverse)",({1:t})=>({"&>:not([hidden])~:not([hidden])":{["--tw-divide-"+t]:"1"}})),ne("divide-([xy])(?:$|-)","divideWidth",({1:t,_:e})=>{let n={x:"lr",y:"tb"}[t];return{"&>:not([hidden])~:not([hidden])":{[`--tw-divide-${t}-reverse`]:"0",[`border-${ni(n[0])}Width`]:`calc(${e} * calc(1 - var(--tw-divide-${t}-reverse)))`,[`border-${ni(n[1])}Width`]:`calc(${e} * var(--tw-divide-${t}-reverse))`}}}),Bt("divide-",{property:"borderColor",selector:"&>:not([hidden])~:not([hidden])"}),ne("ring-opacity(?:$|-)","ringOpacity","--tw-ring-opacity"),Bt("ring-offset-",{property:"--tw-ring-offset-color",opacityVariable:!1}),ne("ring-offset(?:$|-)","ringOffsetWidth","--tw-ring-offset-width"),ee("ring-inset",{"--tw-ring-inset":"inset"}),Bt("ring-",{property:"--tw-ring-color"}),ne("ring(?:$|-)","ringWidth",({_:t},{theme:e})=>({...Ea({"--tw-ring-offset-shadow":"0 0 #0000","--tw-ring-shadow":"0 0 #0000","--tw-shadow":"0 0 #0000","--tw-shadow-colored":"0 0 #0000","&":{"--tw-ring-inset":"var(--tw-empty,/*!*/ /*!*/)","--tw-ring-offset-width":e("ringOffsetWidth","","0px"),"--tw-ring-offset-color":xa(e("ringOffsetColor","","#fff")),"--tw-ring-color":xa(e("ringColor","","#93c5fd"),{opacityVariable:"--tw-ring-opacity"}),"--tw-ring-opacity":e("ringOpacity","","0.5")}}),"--tw-ring-offset-shadow":"var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color)","--tw-ring-shadow":`var(--tw-ring-inset) 0 0 0 calc(${t} + var(--tw-ring-offset-width)) var(--tw-ring-color)`,boxShadow:"var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)"})),Bt("shadow-",{section:"boxShadowColor",opacityVariable:!1,opacitySection:"opacity"},({_:t})=>({"--tw-shadow-color":t.value,"--tw-shadow":"var(--tw-shadow-colored)"})),ne("shadow(?:$|-)","boxShadow",({_:t})=>({...Ea({"--tw-ring-offset-shadow":"0 0 #0000","--tw-ring-shadow":"0 0 #0000","--tw-shadow":"0 0 #0000","--tw-shadow-colored":"0 0 #0000"}),"--tw-shadow":ir(t),"--tw-shadow-colored":ir(t).replace(/([^,]\s+)(?:#[a-f\d]+|(?:(?:hsl|rgb)a?|hwb|lab|lch|color|var)\(.+?\)|[a-z]+)(,|$)/g,"$1var(--tw-shadow-color)$2"),boxShadow:"var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)"})),ne("(opacity)-"),ee("mix-blend-","mixBlendMode"),...yy(),...yy("backdrop-"),ne("transition(?:$|-)","transitionProperty",(t,{theme:e})=>({transitionProperty:ir(t),transitionTimingFunction:t._=="none"?void 0:ir(e("transitionTimingFunction","")),transitionDuration:t._=="none"?void 0:ir(e("transitionDuration",""))})),ne("duration(?:$|-)","transitionDuration","transitionDuration",ir),ne("ease(?:$|-)","transitionTimingFunction","transitionTimingFunction",ir),ne("delay(?:$|-)","transitionDelay","transitionDelay",ir),ne("animate(?:$|-)","animation",(t,{theme:e,h:n,e:r})=>{let a=ir(t),i=a.split(" "),o=e("keyframes",i[0]);return o?{["@keyframes "+(i[0]=r(n(i[0])))]:o,animation:i.join(" ")}:{animation:a}}),"(transform)-(none)",ee("transform",gm),ee("transform-(cpu|gpu)",({1:t})=>({"--tw-transform":xy(t=="gpu")})),ne("scale(-[xy])?-","scale",({1:t,_:e})=>({["--tw-scale"+(t||"-x")]:e,["--tw-scale"+(t||"-y")]:e,...gm()})),ne("-?(rotate)-","rotate",pm),ne("-?(translate-[xy])-","translate",pm),ne("-?(skew-[xy])-","skew",pm),ee("origin-(center|((top|bottom)(-(left|right))?)|left|right)","transformOrigin",wc),"(appearance)-",ne("(columns)-"),"(columns)-(\\d+)","(break-(?:before|after|inside))-",ne("(cursor)-"),"(cursor)-",ee("snap-(none)","scroll-snap-type"),ee("snap-(x|y|both)",({1:t})=>({...Ea({"--tw-scroll-snap-strictness":"proximity"}),"scroll-snap-type":t+" var(--tw-scroll-snap-strictness)"})),ee("snap-(mandatory|proximity)","--tw-scroll-snap-strictness"),ee("snap-(?:(start|end|center)|align-(none))","scroll-snap-align"),ee("snap-(normal|always)","scroll-snap-stop"),ee("scroll-(auto|smooth)","scroll-behavior"),ne("scroll-p([xytrbl])?(?:$|-)","padding",mo("scroll-padding")),ne("-?scroll-m([xytrbl])?(?:$|-)","scroll-margin",mo("scroll-margin")),ee("touch-(auto|none|manipulation)","touch-action"),ee("touch-(pinch-zoom|pan-(?:(x|left|right)|(y|up|down)))",({1:t,2:e,3:n})=>({...Ea({"--tw-pan-x":"var(--tw-empty,/*!*/ /*!*/)","--tw-pan-y":"var(--tw-empty,/*!*/ /*!*/)","--tw-pinch-zoom":"var(--tw-empty,/*!*/ /*!*/)","--tw-touch-action":"var(--tw-pan-x) var(--tw-pan-y) var(--tw-pinch-zoom)"}),[`--tw-${e?"pan-x":n?"pan-y":t}`]:t,"touch-action":"var(--tw-touch-action)"})),ee("outline-none",{outline:"2px solid transparent","outline-offset":"2px"}),ee("outline",{outlineStyle:"solid"}),ee("outline-(dashed|dotted|double)","outlineStyle"),ne("-?(outline-offset)-"),Bt("outline-",{opacityVariable:!1,opacitySection:"opacity"}),ne("outline-","outlineWidth"),"(pointer-events)-",ne("(will-change)-"),"(will-change)-",["resize(?:-(none|x|y))?","resize",({1:t})=>({x:"horizontal",y:"vertical"})[t]||t||"both"],ee("select-(none|text|all|auto)","userSelect"),Bt("fill-",{section:"fill",opacityVariable:!1,opacitySection:"opacity"}),Bt("stroke-",{section:"stroke",opacityVariable:!1,opacitySection:"opacity"}),ne("stroke-","strokeWidth"),ee("sr-only",{position:"absolute",width:"1px",height:"1px",padding:"0",margin:"-1px",overflow:"hidden",whiteSpace:"nowrap",clip:"rect(0,0,0,0)",borderWidth:"0"}),ee("not-sr-only",{position:"static",width:"auto",height:"auto",padding:"0",margin:"0",overflow:"visible",whiteSpace:"normal",clip:"auto"})];function wc(t){return(typeof t=="string"?t:t[1]).replace(/-/g," ").trim()}function by(t){return(typeof t=="string"?t:t[1]).replace("col","column")}function ni(t,e="-"){let n=[];for(let r of t)n.push({t:"top",r:"right",b:"bottom",l:"left"}[r]);return n.join(e)}function ir(t){return t&&""+(t._||t)}function Ty({$$:t}){return({r:"flex-","":"flex-",w:"space-",u:"space-",n:"space-"}[t[3]||""]||"")+t}function mo(t,e=""){return({1:n,_:r})=>{let a={x:"lr",y:"tb"}[n]||n+n;return a?{...Us(t+"-"+ni(a[0])+e,r),...Us(t+"-"+ni(a[1])+e,r)}:Us(t+e,r)}}function yy(t=""){let e=["blur","brightness","contrast","grayscale","hue-rotate","invert",t&&"opacity","saturate","sepia",!t&&"drop-shadow"].filter(Boolean),n={};for(let r of e)n[`--tw-${t}${r}`]="var(--tw-empty,/*!*/ /*!*/)";return n={...Ea(n),[`${t}filter`]:e.map(r=>`var(--tw-${t}${r})`).join(" ")},[`(${t}filter)-(none)`,ee(`${t}filter`,n),...e.map(r=>ne(`${r[0]=="h"?"-?":""}(${t}${r})(?:$|-)`,r,({1:a,_:i})=>({[`--tw-${a}`]:Ln(i).map(o=>`${r}(${o})`).join(" "),...n})))]}function pm({1:t,_:e}){return{["--tw-"+t]:e,...gm()}}function gm(){return{...Ea({"--tw-translate-x":"0","--tw-translate-y":"0","--tw-rotate":"0","--tw-skew-x":"0","--tw-skew-y":"0","--tw-scale-x":"1","--tw-scale-y":"1","--tw-transform":xy()}),transform:"var(--tw-transform)"}}function xy(t){return[t?"translate3d(var(--tw-translate-x),var(--tw-translate-y),0)":"translateX(var(--tw-translate-x)) translateY(var(--tw-translate-y))","rotate(var(--tw-rotate))","skewX(var(--tw-skew-x))","skewY(var(--tw-skew-y))","scaleX(var(--tw-scale-x))","scaleY(var(--tw-scale-y))"].join(" ")}function vy({1:t,2:e}){return`${t} ${e} / ${t} ${e}`}function Sy({1:t}){return`repeat(${t},minmax(0,1fr))`}function Ea(t){return{"@layer defaults":{"*,::before,::after":t,"::backdrop":t}}}d();d();var Dc=globalThis||(typeof window<"u"?window:self),A5=Object.create,fm=Object.defineProperty,k5=Object.getOwnPropertyDescriptor,P5=Object.getOwnPropertyNames,L5=Object.getPrototypeOf,_5=Object.prototype.hasOwnProperty,F5=(t,e)=>()=>(e||t((e={exports:{}}).exports,e),e.exports),M5=(t,e)=>{for(var n in e)fm(t,n,{get:e[n],enumerable:!0})},mm=(t,e,n,r)=>{if(e&&typeof e=="object"||typeof e=="function")for(let a of P5(e))!_5.call(t,a)&&a!==n&&fm(t,a,{get:()=>e[a],enumerable:!(r=k5(e,a))||r.enumerable});return t},B5=(t,e,n)=>(mm(t,e,"default"),n&&mm(n,e,"default")),Cy=(t,e,n)=>(n=t!=null?A5(L5(t)):{},mm(e||!t||!t.__esModule?fm(n,"default",{value:t,enumerable:!0}):n,t)),wy=F5((t,e)=>{(function(n,r){typeof define=="function"&&define.amd?define([],r):typeof t<"u"?r():(r(),n.FileSaver={})})(t,function(){"use strict";function n(l,c){return typeof c>"u"?c={autoBom:!1}:typeof c!="object"&&(c={autoBom:!c}),c.autoBom&&/^\s*(?:text\/\S*|application\/xml|\S*\/\S*\+xml)\s*;.*charset\s*=\s*utf-8/i.test(l.type)?new Blob(["\uFEFF",l],{type:l.type}):l}function r(l,c,p){var m=new XMLHttpRequest;m.open("GET",l),m.responseType="blob",m.onload=function(){u(m.response,c,p)},m.onerror=function(){},m.send()}function a(l){var c=new XMLHttpRequest;c.open("HEAD",l,!1);try{c.send()}catch{}return 200<=c.status&&299>=c.status}function i(l){try{l.dispatchEvent(new MouseEvent("click"))}catch{var c=document.createEvent("MouseEvents");c.initMouseEvent("click",!0,!0,window,0,0,0,80,20,!1,!1,!1,!1,0,null),l.dispatchEvent(c)}}var o=typeof window=="object"&&window.window===window?window:typeof self=="object"&&self.self===self?self:typeof Dc=="object"&&Dc.global===Dc?Dc:void 0,s=o.navigator&&/Macintosh/.test(navigator.userAgent)&&/AppleWebKit/.test(navigator.userAgent)&&!/Safari/.test(navigator.userAgent),u=o.saveAs||(typeof window!="object"||window!==o?function(){}:"download"in HTMLAnchorElement.prototype&&!s?function(l,c,p){var m=o.URL||o.webkitURL,g=document.createElement("a");c=c||l.name||"download",g.download=c,g.rel="noopener",typeof l=="string"?(g.href=l,g.origin===location.origin?i(g):a(g.href)?r(l,c,p):i(g,g.target="_blank")):(g.href=m.createObjectURL(l),setTimeout(function(){m.revokeObjectURL(g.href)},4e4),setTimeout(function(){i(g)},0))}:"msSaveOrOpenBlob"in navigator?function(l,c,p){if(c=c||l.name||"download",typeof l!="string")navigator.msSaveOrOpenBlob(n(l,p),c);else if(a(l))r(l,c,p);else{var m=document.createElement("a");m.href=l,m.target="_blank",setTimeout(function(){i(m)})}}:function(l,c,p,m){if(m=m||open("","_blank"),m&&(m.document.title=m.document.body.innerText="downloading..."),typeof l=="string")return r(l,c,p);var g=l.type==="application/octet-stream",f=/constructor/i.test(o.HTMLElement)||o.safari,T=/CriOS\/[\d]+/.test(navigator.userAgent);if((T||g&&f||s)&&typeof FileReader<"u"){var b=new FileReader;b.onloadend=function(){var D=b.result;D=T?D:D.replace(/^data:[^;]*;/,"data:attachment/file;"),m?m.location.href=D:location=D,m=null},b.readAsDataURL(l)}else{var h=o.URL||o.webkitURL,C=h.createObjectURL(l);m?m.location=C:location.href=C,m=null,setTimeout(function(){h.revokeObjectURL(C)},4e4)}});o.saveAs=u.saveAs=u,typeof e<"u"&&(e.exports=u)})}),Dy={};M5(Dy,{default:()=>Ac});var I5=Cy(wy());B5(Dy,Cy(wy()));var{default:Ey,...R5}=I5,Ac=Ey!==void 0?Ey:R5;d();d();d();d();d();d();var Oee=Me().REDIRECT_URL;d();var fte=hi([]);function Py(t){let[e,n]=re(null);return Ce(()=>{Xt().then(r=>{n(r),z.debug("current config",r)})},[]),Ce(()=>{Xt().then(r=>{n(r)})},[t]),e}function Ly(t){let[e,n]=re(null);return Ce(()=>{t&&Un({url:"http://localhost",config:t,state:{cache:!1}}).then(r=>n(r))},[t]),e}function _y(){let[t,e]=re(null);return Ce(()=>{Jt().then(r=>{e(r)})},[]),[t,r=>{e(r),Wt(r)}]}d();var js=class extends Ba{constructor(e){super(e),this.state={hasError:!1}}error;info;static getDerivedStateFromError(e){return{hasError:!0}}componentDidCatch(e,n){this.error=e,this.info=n}render(){return this.state.hasError?(z.error("ErrorBoundary",this.error,this.info),w(W5,{error:this.error,info:this.info})):this.props.children}};function W5({error:t,info:e}){let{t:n}=xe(),r=location.protocol.includes("extension")&&location.href.includes("options.html");return w("div",{class:"error-boundary",children:[t?.message," ",JSON.stringify(e?.componentStack),w("div",{style:{marginTop:10},children:[n("error.configError"),w("a",{style:{marginLeft:6},href:r?location.href.replace(/#.+/,"#import_export"):"https://dash.immersivetranslate.com/#import_export",target:r?"":"_blank",children:n("error.goReset")})]})]})}async function K5(t,e,n){try{if(e===null)return"noupdate";let r=await Jt();if(e.updatedAt){let s=new Date().getTime(),u=new Date(e.updatedAt).getTime();if(s-u<1e3)return await hm(t,e),await Wt(r),"upload"}let a=await My(t);r.accountLastSyncedAt=Date.now(),z.debug("settings",e),z.debug("local settings.updatedAt",e.updatedAt),z.debug("remote settings.updatedAt",a.updatedAt),z.debug("last synced at",r.accountLastSyncedAt);let i=!1;if(e.updatedAt&&(!a||!a.updatedAt)&&(i=!0),!i&&e.updatedAt>a.updatedAt&&(i=!0),z.debug("isUpload",i),i)return await hm(t,e),await Wt(r),"upload";let o=!1;return a.updatedAt&&(!e||!e.updatedAt)&&(o=!0),!o&&e.updatedAt{!n||!n.token||r&&r.proAutoSync===!1||G5(n)&&K5(n.token,t,e).then(i=>{z.debug("syncUserSetting result",i)})},[t,n])}function G5(t){return Zt(t)?!0:new Date(t.createTime){Mt.get(Ft,null).then(n=>{e(n)})},[e]),t}function My(t){return(location.href?.indexOf("popup.html")>0?Ur:de)({responseType:"json",url:zo+"/v1/user/settings",method:"get",headers:{token:t}}).then(n=>n.data)}function hm(t,e){return(location.href?.indexOf("popup.html")>0?Ur:de)({responseType:"json",url:zo+"/v1/user/settings",method:"post",headers:{token:t,"content-type":"application/json"},body:JSON.stringify(e)}).then(r=>r.data)}function kc(t){let{onClose:e}=t,[n,r]=re("Original"),[a,i,o,s]=rr(()=>{setTimeout(()=>{D("updateGlobalContext",!1)()},250)});fo(a,i);let[u,l]=re(null),[c,p]=re(globalThis.location.href),[m,g]=re("auto"),[f,T]=re(null),b=I=>{r(I.detail)};if(Ce(()=>(document.addEventListener(Oa,b,!1),qn().then(I=>{l(I);let F=yt();g(F);let _=$e();r(_),$T(I.interval)}),document.addEventListener("urlChange",C),()=>{document.removeEventListener("pageTranslatedStatus",b),document.removeEventListener("urlChange",C)}),[]),Ce(()=>{qn().then(I=>{l(I)})},[a]),Ce(()=>{c&&u&&bm().then(I=>{T(I)})},[c,u]),!u||!f)return null;return w(Hs,{type:"float_ball_popup",className:t.className,onSwitchTranslationMode:I=>{D("switchTranslationMode",!0,{mode:I})()},request:de,onClose:M,onToggleEnabled:B,onTranslateTheWholePage:D("translateTheWholePage",!0),openOptionsPage:L,onToggleTranslate:D("toggleTranslatePage",!0),onTranslateTheMainPage:D("translateTheMainPage",!0),onTranslateToThePageEndImmediately:D("translateToThePageEndImmediately",!0),onTranslatePage:D("translatePage",!0),onRestorePage:D("restorePage",!1),onTranslatePdf:()=>{v(ga(f.rule)||c)},openAboutPage:A,openSharePage:D("shareToDraft",!0),onSetPageLanguage:h,setSettings:i,config:u,pageStatus:n,ctx:f,currentUrl:c,currentLang:m,onSetLocalConfig:Gl,onSetBuildinConfig:Q1,onAutoEnableSubtitleChanged:D("autoEnableSubtitleChanged",!0),onOpenUrl:S});function h(I){g(I);let F=pu(c,I,u.sourceLanguageUrlPattern);i(_=>({..._,sourceLanguageUrlPattern:F})),Nn(I)}function C(){p(globalThis.location.href)}function D(I,F,_={}){let U={trigger:"page_popup",..._};return()=>{Pn({method:I,data:U}),F&&e()}}function M(){e()}function B(){i(I=>({...I,enabled:!I.enabled})),setTimeout(()=>{M()},50)}function S(I,F){let _=I;F&&(_=`${I}?utm_source=extension&utm_medium=extension&utm_campaign=${F}`),Ql(_,!0),setTimeout(()=>{M()},50)}function v(I){I&&(Zi(!1,I),setTimeout(()=>{M()},50))}function L(I=""){Yi(!0,I),setTimeout(()=>{e()},50)}function A(){Yl(),setTimeout(()=>{e()},50)}function y(){a2(),setTimeout(()=>{e()},50)}}d();function Oy(){let[t,e]=re("Original");return Ce(()=>{let n=$e();e(n);let r=a=>{e(a.detail)};return document.addEventListener(Oa,r),()=>{document.removeEventListener(Oa,r)}},[]),{pageStatus:t}}var By=6,$5={position:"right",top:335};function zy({handleBallClick:t,isShow:e,localConfig:n,handleMobileBallLongPress:r,popupVisible:a}){let i=je(null),o=je(null),[s,u]=re(!1),l=je(null),c=je(!1),p=je(n.floatBallConfig||$5),m=je(0),g=je(0),f=je(0),T=je(!1),b=je(0),h=je(0),C=je(0),D=je(0),M=je(!1),B=Ve(S=>{a||(clearTimeout(l.current),S?u(S):l.current=setTimeout(()=>{u(S),T.current=!1},tt().any?3e3:0))},[u,l,T,a]);return Ce(()=>{a||u(!1)},[a]),Ce(()=>{if(i.current&&p.current){let S=Tm(p.current.top);p.current.top=S,i.current.style.top=`${S}px`,i.current.style.display="flex"}},[e,i]),Ce(()=>{if(!o.current||!i.current)return;let S=_=>{_.preventDefault&&_.preventDefault(),m.current=_.clientX,g.current=_.clientY,b.current=Date.now(),f.current=i.current.offsetTop,c.current=!0,clearTimeout(l.current),B(!0),C.current=_.clientX,D.current=_.clientY,M.current=!1,tt().any&&(clearTimeout(h.current),h.current=setTimeout(()=>{Iy({startX:m.current,startY:g.current,endX:C.current,endY:D.current})||(M.current=!0,r())},500)),document.addEventListener("mousemove",v),document.addEventListener("touchmove",y),document.addEventListener("mouseup",L),document.addEventListener("touchend",I),document.addEventListener("touchcancel",I)},v=_=>{if(_.preventDefault&&_.preventDefault(),!c.current||!i.current||(C.current=_.clientX,D.current=_.clientY,M.current))return;let U=_.clientY-g.current+f.current,N=Tm(U);i.current.style.top=`${N}px`},L=_=>{if(_.preventDefault&&_.preventDefault(),F(),c.current=!1,clearTimeout(l.current),T.current||B(!1),M.current)return;Iy({startX:m.current,startY:g.current,endX:_.clientX,endY:_.clientY})||(clearTimeout(h.current),t());let N=Tm(_.clientY-30);p.current.top=N;let q=Cs();Gl({...q,floatBallConfig:p.current})},A=_=>{_.preventDefault&&_.preventDefault(),S(_.changedTouches[0])},y=_=>{_.preventDefault&&_.preventDefault(),v(_.changedTouches[0])},I=_=>{_.preventDefault&&_.preventDefault(),L(_.changedTouches[0])},F=()=>{document.removeEventListener("mousemove",v),document.removeEventListener("touchmove",y),document.removeEventListener("mouseup",L),document.removeEventListener("touchend",I),document.removeEventListener("touchcancel",I)};return o.current.addEventListener("mousedown",S),o.current.addEventListener("touchstart",A),()=>{o.current&&(o.current.removeEventListener("mousedown",S),o.current.removeEventListener("touchstart",A))}},[e,o,i,l,c,n,B,t]),Ce(()=>{if(tt().any)return;let S=L=>{L.target===i.current&&!T.current||(T.current=!0,B(!0),clearTimeout(l.current))},v=L=>{if(c.current){T.current=!1;return}L.target===i.current&&!T.current||B(!1)};return i.current?.addEventListener("mouseover",S),i.current?.addEventListener("mouseout",v),()=>{i.current?.removeEventListener("mouseover",S),i.current?.removeEventListener("mouseout",v)}},[i,c,B,e,T]),{ballRef:o,floatBallConfigRef:p,containerRef:i,active:s,setActive:B}}function Iy({startX:t,startY:e,endX:n,endY:r}){let a=Math.abs(n-t),i=Math.abs(r-e);return a>By||i>By}function Ny(t,e){let n=t?.fixedPosition||"right",r=t?.clickType==="translate",a=Ne(()=>e?"":n=="left"?"translateX(-100%)":"translateX(100%)",[n,e]),i=Ne(()=>e&&r?"":n=="left"?"translateX(-20px)":"translateX(20px)",[n,e,r]),o=Ne(()=>e&&r?"":n=="left"?"translateX(-60px)":"translateX(60px)",[n,e,r]);return{closeTransform:a,logoContainerTransform:i,settingTransform:o}}function Uy(){let[t,e]=re(!1);return Ce(()=>{let n=()=>{document.querySelector("video")&&e(!!document.fullscreenElement)};return document.addEventListener("fullscreenchange",n),()=>{document.removeEventListener("fullscreenchange",n)}},[]),{isFullScreen:t}}var Ry="hasShownFloatingBallGuide",Y5="2024-01-06";function qy(t){let[e,n]=re(!1);Ce(()=>{!t.config.enableShowFloatingBallGuide||yt()==t.targetLanguage||(async()=>{let a=await At(Ry,""),i=await At("installedAt","");i&&new Date(i){n(!1)},[]);return{isShowGuide:e,handleCloseGuide:r}}function jy(t,e){let n=je(0),[r,a]=re(!0),[i,o]=re(!1),s=rr(),[u,l]=s,{t:c}=xe(),p=Ve(()=>{t?.config.floatBallTooltipRule&&(tt().any?o(n.current>=(t.config.floatBallTooltipRule.h5MainBtnTooltipMaxShowCount||2)):a(n.current>=(t.config.floatBallTooltipRule.mainBtnTooltipImmediateShowCount||5)))},[a,n,t,o]);Ce(()=>{t&&(n.current=t.config.pcFloatBallMainBtnTooltipShownCount||0,tt().any&&(n.current=t.config.h5FloatBallMainBtnTooltipShownCount||0),p())},[t]);let m=Ve(()=>{t&&(n.current=n.current+1,p(),l(T=>{let b={...T};return tt().any?b.h5FloatBallMainBtnTooltipShownCount=n.current:b.pcFloatBallMainBtnTooltipShownCount=n.current,b}))},[l,p,n,t]),g=Ne(()=>tt().any||!r?0:t?.config.floatBallTooltipRule?.mainBtnTooltipDelayTime||2e3,[r,t]),f=Ne(()=>tt().any?c("floatBall.longPress"):e!=="Original"?c("floatBall.showOriginal"):t?.targetLanguage?c("floatBall.translateToLanguage",{language:fa(t.targetLanguage,t.targetLanguage,!0)}):c("floatBall.translate"),[e,t]);return{disableTooltipDelay:i,tooltipDelay:g,tooltipText:f,handleShowTooltip:m}}function Tm(t){return Math.max(Math.min(t,globalThis.innerHeight-200),10)}d();var ri=`${Q}-float-ball`;function Hy(t){let e=n=>{n&&n.target&&n.target.id==="immersive-translate-popup-overlay"&&t.onClose()};return t.visible?w("div",{onClick:e,id:"immersive-translate-popup-overlay",class:"immersive-translate-popup-overlay",children:w("div",{class:"immersive-translate-popup-wrapper",style:t.getModalStyle(),children:w(Q5,{onConfirm:t.onCloseConfirm,onClose:t.onClose})})}):null}function Q5(t){let{t:e}=xe(),[n,r]=re("UntilNext"),a=$l()+"#floating",i=e("closeQuickTranslation.settingOpen",{1:a}),o=[{title:e("closeQuickTranslation.untilNext"),type:"UntilNext"},{title:e("closeQuickTranslation.currentWebsite"),type:"CurrentWebsite",description:i},{title:e("closeQuickTranslation.alwaysClose"),type:"AlwaysClose",description:i}];return w("div",{class:`${ri}-close-content`,children:[w("div",{class:"flex justify-between",children:[w("div",{class:`${ri}-close-title`,children:e("closeQuickTranslation")}),w("div",{class:"clickable",onClick:t.onClose,children:w(Sa,{type:"modal-close"})})]}),w("div",{class:`${ri}-close-radio-content mt-3`,children:o.map(s=>w(Z5,{onClick:()=>{r(s.type)},title:s.title,description:s.description,selected:s.type===n,onLinkClick:u=>{Qi(u)}},s.type))}),w("div",{class:"flex mt-3 flex-end",children:[w("div",{class:`${ri}-default-btn`,onClick:t.onClose,children:e("closeQuickTranslation.cancel")}),w("div",{class:`${ri}-primary-btn ml-2`,onClick:()=>{t.onConfirm&&t.onConfirm(n)},children:e("closeQuickTranslation.confirm")})]})]})}function Z5(t){let{selected:e,title:n,description:r,onLinkClick:a}=t,i=J5(r||"");return w("div",{class:"flex items-center clickable",style:"padding: 8px 0",onClick:t.onClick,children:[w("div",{class:e?`${ri}-radio-sel`:`${ri}-radio-nor`,children:w("div",{})}),w("div",{class:"ml-2 text-sm",children:[w("span",{children:n}),r?w("small",{class:"muted text-sm",children:i.map(o=>o.type==="text"?o.value:w("a",{onClick:()=>o.href&&a&&a(o.href),children:o.value}))}):null]})]})}function J5(t){let e=[],n=/((.*?)<\/a>)|([^<]+)/g,r=Array.from(t.matchAll(n));for(let a of r){let i=a[2],o=a[3],s=a[4];i&&o?e.push({type:"link",href:i,value:o}):s&&e.push({type:"text",value:s})}return e}d();var X5=({text:t,children:e,position:n="top",containerStyle:r,containerClass:a,multiple:i=!1,width:o,delay:s=0,disable:u,enableMobile:l,tipStyle:c,onHidden:p,onShow:m})=>{let[g,f]=re(!1),T=je(null),b=je(null),h=()=>{u||!l&&tt().any||(T.current&&clearTimeout(T.current),T.current=setTimeout(()=>{f(!0),m?.()},s))},C=()=>{tt().any&&(b.current&&clearTimeout(b.current),b.current=setTimeout(()=>{D()},2e3))},D=()=>{T.current&&(clearTimeout(T.current),p?.()),f(!1)},M=Ne(()=>{let B={position:"absolute",padding:"6px 20px",backgroundColor:"#000000",color:"#ffffff",borderRadius:"8px",whiteSpace:"nowrap",fontSize:"14px",zIndex:1e3};switch(i&&(B.maxWidth="200px",o&&(B.width=o+"px"),B.whiteSpace="normal"),n){case"top":return{...B,bottom:"100%",left:"50%",transform:"translateX(-50%)",marginBottom:"10px",...c};case"bottom":return{...B,top:"100%",left:"50%",transform:"translateX(-50%)",marginTop:"10px",...c};case"left":return{...B,right:"100%",top:"50%",transform:"translateY(-50%)",marginRight:"10px",...c};case"right":return{...B,left:"100%",top:"50%",transform:"translateY(-50%)",marginLeft:"10px",...c};default:return{}}},[n,i,o,c]);return w("div",{class:a,style:{position:"relative",pointerEvents:"all",display:"inline-block",...r},children:[w("div",{onMouseEnter:h,onMouseLeave:D,onTouchStart:()=>{l&&h()},onTouchEnd:()=>{l&&C()},children:e}),g&&w("div",{style:M,role:"tooltip",children:t})]})},Ca=X5;d();d();function Wy(t){return we.ASSETS_BASE_URL+t}var ai=`${Q}-float-ball`;function Ky(t){let{t:e}=xe(),n=a=>{a&&a.target&&a.target.id==="immersive-translate-popup-overlay"&&t.onClose()},r=Ne(()=>{let a={position:"fixed",top:t.top+60};return t.fixedPosition=="left"&&(a.left=48),t.fixedPosition=="right"&&(a.right=48),a},[t.top,t.fixedPosition]);return t.visible?w("div",{onClick:n,id:"immersive-translate-popup-overlay",class:"immersive-translate-popup-overlay",children:w("div",{class:`${ai}-guide-container`,style:r,children:[w("img",{class:`${ai}-guide-bg ${t.fixedPosition}`,src:ek}),w("div",{class:`${ai}-guide-content ${t.fixedPosition}`,children:[w("img",{class:`${ai}-guide-img`,src:Wy("images/float_ball_intro.png")}),w("div",{class:`${ai}-guide-message`,children:[e("floatBall.guideClickToTranslate"),tt().any?` +${e("floatBall.longPress")}`:""]}),w("div",{class:`${ai}-primary-btn ${ai}-guide-button`,onClick:t.onClose,children:e("floatBall.iKnow")})]})]})}):null}var ek="data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzEyIiBoZWlnaHQ9IjM3MiIgdmlld0JveD0iMCAwIDMxMiAzNzIiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSBtZWV0Ij4KPGcgZmlsdGVyPSJ1cmwoI2ZpbHRlcjBfZF8zNjQ4XzEyODAyKSI+CjxwYXRoIGQ9Ik0yMCAzNkMyMCAyNC45NTQzIDI4Ljk1NDMgMTYgNDAgMTZIMjU4LjkxNEMyNjkuOTU5IDE2IDI3OC45MTQgMjQuOTU0MyAyNzguOTE0IDM2VjE3My4wNzVMMjg5LjEyOCAxNzguNzQyQzI5MS43NzggMTgwLjIxMyAyOTEuODk0IDE4My45ODIgMjg5LjMzOSAxODUuNjEyTDI3OC45MTQgMTkyLjI2M1YzMjhDMjc4LjkxNCAzMzkuMDQ2IDI2OS45NTkgMzQ4IDI1OC45MTQgMzQ4SDQwQzI4Ljk1NDMgMzQ4IDIwIDMzOS4wNDYgMjAgMzI4VjM2WiIgZmlsbD0idXJsKCNwYWludDBfbGluZWFyXzM2NDhfMTI4MDIpIi8+CjwvZz4KPGRlZnM+CjxmaWx0ZXIgaWQ9ImZpbHRlcjBfZF8zNjQ4XzEyODAyIiB4PSIwIiB5PSIwIiB3aWR0aD0iMzExLjE4OCIgaGVpZ2h0PSIzNzIiIGZpbHRlclVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgY29sb3ItaW50ZXJwb2xhdGlvbi1maWx0ZXJzPSJzUkdCIj4KPGZlRmxvb2QgZmxvb2Qtb3BhY2l0eT0iMCIgcmVzdWx0PSJCYWNrZ3JvdW5kSW1hZ2VGaXgiLz4KPGZlQ29sb3JNYXRyaXggaW49IlNvdXJjZUFscGhhIiB0eXBlPSJtYXRyaXgiIHZhbHVlcz0iMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMTI3IDAiIHJlc3VsdD0iaGFyZEFscGhhIi8+CjxmZU9mZnNldCBkeT0iNCIvPgo8ZmVHYXVzc2lhbkJsdXIgc3RkRGV2aWF0aW9uPSIxMCIvPgo8ZmVDb21wb3NpdGUgaW4yPSJoYXJkQWxwaGEiIG9wZXJhdG9yPSJvdXQiLz4KPGZlQ29sb3JNYXRyaXggdHlwZT0ibWF0cml4IiB2YWx1ZXM9IjAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAuMSAwIi8+CjxmZUJsZW5kIG1vZGU9Im5vcm1hbCIgaW4yPSJCYWNrZ3JvdW5kSW1hZ2VGaXgiIHJlc3VsdD0iZWZmZWN0MV9kcm9wU2hhZG93XzM2NDhfMTI4MDIiLz4KPGZlQmxlbmQgbW9kZT0ibm9ybWFsIiBpbj0iU291cmNlR3JhcGhpYyIgaW4yPSJlZmZlY3QxX2Ryb3BTaGFkb3dfMzY0OF8xMjgwMiIgcmVzdWx0PSJzaGFwZSIvPgo8L2ZpbHRlcj4KPGxpbmVhckdyYWRpZW50IGlkPSJwYWludDBfbGluZWFyXzM2NDhfMTI4MDIiIHgxPSIxNTcuNSIgeTE9IjE2IiB4Mj0iMTU3LjUiIHkyPSIzNDgiIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIj4KPHN0b3Agc3RvcC1jb2xvcj0iI0ZGOTJCQyIvPgo8c3RvcCBvZmZzZXQ9IjEiIHN0b3AtY29sb3I9IndoaXRlIi8+CjwvbGluZWFyR3JhZGllbnQ+CjwvZGVmcz4KPC9zdmc+Cg==";d();function tk({isVisible:t,onClose:e,children:n}){return w(Ot,{children:[t&&w("div",{className:`immersive-translate-sheet-backdrop ${t?"visible":""}`,onClick:e}),w("div",{className:`immersive-translate-sheet ${t?"visible":""}`,children:w("div",{className:"immersive-translate-sheet-content",children:n})})]})}var Gy=tk;var Ws=`${Q}-float-ball`;function ym(t){let{t:e}=xe(),n=rr(),[r,a,i,o]=n;fo(r,a);let s=Py(r),u=Ly(s),{isFullScreen:l}=Uy(),[c,p]=re(!1),[m,g]=re(!0),{pageStatus:f}=Oy(),T=Tp(u,r),b=Ve(()=>{if(T?.clickType==="popup")return p(!0);if(T?.clickType==="translate"){let P=Ae();if(Hr(u?.rule)){let O=ga(u.rule);Zi(!0,O||P);return}Pn({method:"toggleTranslatePage",data:{trigger:"float_ball"}})}},[T,Pn,p]),h=Ve(()=>{p(!0)},[p]),C=m&&!!s,{containerRef:D,active:M,ballRef:B,floatBallConfigRef:S,setActive:v}=zy({handleBallClick:b,handleMobileBallLongPress:h,isShow:C,localConfig:t.localConfig,popupVisible:c}),L=T?.fixedPosition||"right",A=L==="right"?"left":"right",{isShowGuide:y,handleCloseGuide:I}=qy(t.ctx),{closeTransform:F,logoContainerTransform:_,settingTransform:U}=Ny(T,M||y),{tooltipDelay:N,disableTooltipDelay:q,tooltipText:k,handleShowTooltip:E}=jy(u,f);return C?w("div",{class:`${Ws}-container ${L} notranslate`,style:{zIndex:l?-1:2147483647,pointerEvents:M||y||c?"all":"none"},ref:D,children:[w(nk,{ctx:u,setVisible:g,closeTransform:F,setActive:v,getModalStyle:()=>Vy(S.current.top,300,L)}),w(Ca,{enableMobile:!0,text:k,position:A,delay:N,onShow:E,disable:q,children:w("div",{class:`${Ws}-btn ${L} btn-animate `,ref:B,style:{transform:_,opacity:M||y?1:.5},children:w("div",{children:[w(Sa,{type:"logo"}),f!=="Original"?w(Sa,{type:"translated"}):null]})})}),w("div",{style:{marginTop:"12px",transform:U},class:`${Ws}-more-buttons btn-animate`,children:[w(Ca,{text:e("translateFileTooltip"),multiple:!0,width:200,position:A,containerClass:"btn-animate",children:w("div",{class:`${Ws}-more-button`,onClick:()=>{Ql(c4,!0)},children:w(Sa,{type:"file"})})}),w(Ca,{text:e("floatBall.setting"),position:A,containerClass:"btn-animate",children:w("div",{class:`${Ws}-more-button`,onClick:()=>{v(!0),p(!0)},children:w(Sa,{type:"setting"})})})]}),w(rk,{onClose:()=>{v(!1),p(!1)},visible:c,getModalStyle:()=>Vy(S.current.top,500,L)}),w(Ky,{visible:y,top:S.current.top,fixedPosition:L,onClose:()=>{I(),v(!1)}})]}):null}function nk(t){let{t:e}=xe(),[n,r]=re(!1),a=rr(),[i,o,s,u]=a,l=Tp(t.ctx,i),c=Ve(m=>{t.ctx&&o(g=>a1({...g},m))},[t.ctx,o]),p=Ve(m=>{l&&(t.setVisible(!1),m==="AlwaysClose"?c({...l,enable:!1}):m==="CurrentWebsite"&&c({...l,blockUrls:[...l.blockUrls,globalThis.location.hostname]}))},[c,l,t.setVisible]);return w(Ot,{children:[w("div",{title:e("floatBall.close"),class:"btn-animate",style:{transform:t.closeTransform,padding:4},onClick:()=>{t.setActive(!0),r(!0)},children:w(Sa,{type:"close"})}),w(Hy,{visible:n,onClose:()=>{t.setActive(!1),r(!1)},getModalStyle:t.getModalStyle,onCloseConfirm:p})]})}function rk(t){let e=r=>{r&&r.target&&r.target.id==="immersive-translate-popup-overlay"&&t.onClose()};return window.innerWidth<=385?w(Gy,{isVisible:t.visible,onClose:t.onClose,children:w(kc,{onClose:t.onClose,className:"popup-container-sheet"})}):t.visible?w("div",{onClick:e,id:"immersive-translate-popup-overlay",class:"immersive-translate-popup-overlay",children:w("div",{class:"immersive-translate-popup-wrapper",style:t.getModalStyle(),children:w(kc,{onClose:t.onClose})})}):null}function ak(){return{width:Math.max(document.documentElement.clientWidth,window.innerWidth||0),height:Math.max(document.documentElement.clientHeight,window.innerHeight||0)}}var Vy=(t,e,n)=>{let a=ak().height,i={position:"fixed"},o=0;return Vf()&&(t=ik.top),i.top=t-o,i.top+e>=a?(i.bottom=30,delete i.top):i.top<=10&&(i.top=10),n==="left"?i.left=65:i.right=65,i},ik={position:"right",right:0,top:335};function ok(t,e){for(let n of e){if(ye()&&!Wn()&&typeof GM!==void 0&&GM.addElement){GM.addElement(t,"style",{textContent:n});continue}t.appendChild(document.createElement("style")).textContent=n}}async function $y(){let t=Me(),e=await qn(),n=await qr(),r={url:globalThis.location.href,config:e},a=await Un(r),i=await yp(a,n),o=wt(a.url,i?.blockUrls),s=await Jt();if(!i?.enable||o)return;let u=document.createElement("div");u.id="immersive-translate-popup",u.setAttribute("style","all: initial"),document.documentElement.appendChild(u);let l=u.attachShadow({mode:"open"}),c=[t.IMMERSIVE_TRANSLATE_PICO_CSS,t.IMMERSIVE_TRANSLATE_COMMON_CSS,t.IMMERSIVE_TRANSLATE_POPUP_CSS,t.IMMERSIVE_TRANSLATE_PAGE_POPUP_CSS].join(` +`);return ok(l,[c]),sk(l,e,s,a)}function sk(t,e,n,r){let a=document.createElement("div");a.id="mount",a.style.display="block",t.appendChild(a),$r(w(eo,{lang:e.interfaceLanguage,fallbackLang:"en",translations:rc,children:w(ym,{localConfig:n,ctx:r})}),a)}var Yy=!1;async function Qy(){Yy||(Yy=!0,$y().catch(t=>{z.error("init popup error",t)}))}var Zy=!1,tv=[()=>{yn.unbind()}],Jy=[...tv],uk=Vn(async()=>{await Yi()},50),lk=Vn(async()=>{await Yl()},50),ck=Vn(async()=>{await n2()},50),dk=Vn(async()=>{await t2()},50),nv=Vn(t=>{Pn({method:t,data:{trigger:"userscript_menu"}})},50);function pk(t,e){let n=t.document;if(Zy)return;Zy=!0,ye()||Y1(),n.addEventListener("securitypolicyviolation",Ek),document.addEventListener(me+"DocumentMessageUser",sv),document.addEventListener(me+"DocumentMessageUpdateUser",uv),document.addEventListener(me+"ChangeSuccessService",lv.bind(null,e)),document.addEventListener(me+"ChangeService",cv.bind(null,e)),document.addEventListener(Ra,vk.bind(null,e)),n.addEventListener(me+"EbookLoaded",xk),n.addEventListener(Lh,Sk.bind(null,e)),n.addEventListener(_h,Ck.bind(null,e)),n.addEventListener(vu,a=>{Xe()||Em(a,e)}),n.addEventListener(Fh,pv),n.addEventListener("click",a=>{fk(a,e)}),Xe()&&t.addEventListener("message",mk,!1),ye()&&(Xe()||n.addEventListener(wr,gk)),Xe()||ba.rootIframe(Au).handleAsk("throttleRequest",oT)}function rv(t,e){wk(),pk(e,t),ye()&&(Xe()||(Qg(t.config),Dk(t.config))),Tu()&&gv(t),ot()&&Qg(t.config)}function gk(t){Qy()}function mk(t){let e=t;e&&e.data&&e.data.payload&&e.data.author===yu&&ma(e.data.payload,{tab:{id:1,url:"https://www.fake-iframe.com",active:!0}})}function fk(t,e){let n=t.target;if(!n||!n.getAttribute){wa(n);return}let r=n.getAttribute("data-immersive-translate-event");r&<(r,[{name:r}],{...e,sourceLanguage:"none"});let a=n.getAttribute(`data-${Q}-action`);if(a){if(t.preventDefault(),a==="retry"){typeof t.stopPropagation=="function"&&t.stopPropagation(),vm({method:"retryFailedParagraphs"}),wa(n,!0);return}else if(a=="toast-error"){let i=n.getAttribute(`data-${Q}-tooltip-text`)||"",o="",s="retry";try{let u=JSON.parse(i);o=u.title,i=u.errMsg,s=u.action}catch{}av(iv.bind(null,e,o,i,s));return}}}async function hk(){let t=await mn(),e=t.enableDefaultAlwaysTranslatedUrls===void 0?!0:t.enableDefaultAlwaysTranslatedUrls;if(t.enableDefaultAlwaysTranslatedUrls=!e,!t.enableDefaultAlwaysTranslatedUrls){let n=t&&t.isChangedAlwaysTranslatedUrls,r=[];t.translationUrlPattern&&t.translationUrlPattern.matches&&(r=t.translationUrlPattern.matches||[]),!n&&r.length>0&&(t.translationUrlPattern={matches:[],excludeMatches:[]})}await gn(t)}async function bk(){let t=await mn(),e=t.enableInputTranslation;t.enableInputTranslation=!e,await gn(t)}var Xy=0;function av(t){let e=Date.now();if(e-Xy<2e3||(Xy=e,Tk()))return;let n=`${Q}-modal-root`,r=`${Q}-modal`,a=document.getElementById(n),i=`${Q}-modal-title`,o=`${Q}-modal-body`,s=`${Q}-modal-footer`,u;if(a){u=a.shadowRoot.querySelector(`.${r}`);let l=u.querySelector(`.${i}`),c=u.querySelector(`.${s}`),p=u.querySelector(`.${o}`);t(u,l,p,c)}else{a=document.createElement("div"),a.setAttribute("translate","no"),a.className="no-translate immersive-translate-error-modal-shadow-root",a.id=n,a.style.all="initial",a.style.zIndex="2147483647",document.body.appendChild(a);let l=a.attachShadow({mode:"open"}),c=document.createElement("style"),p=Me();c.textContent=p.IMMERSIVE_TRANSLATE_INPUT_INJECTED_CSS,l.appendChild(c),u=document.createElement("div"),u.className=r+" notranslate",u.id=r;let m=document.createElement("div");m.className=Q+"-modal-content notranslate",u.appendChild(m);let g=document.createElement("span");g.textContent="\xD7",g.className=Q+"-close",m.appendChild(g);let f=document.createElement("div");f.className=i+" notranslate",m.appendChild(f);let T=document.createElement("div");T.className=o+" notranslate",m.appendChild(T);let b=document.createElement("div");b.className=s,m.appendChild(b),l.appendChild(u),g.onclick=function(){u.style.display="none"},l.addEventListener("click",h=>{h.target==u&&(u.style.display="none")}),t(u,f,T,b)}setTimeout(()=>{yk()},100)}function iv(t,e,n,r="retry",a,i,o,s){let u=kt.bind(null,t),l=e||u("errorModalTitle"),c=u("unknownError");i.innerText=l,o.innerHTML=at.sanitize(n||c,{ADD_ATTR:["target"]}),s.innerText="";let p="",m=document.createElement("button");if(r=="retry"){p=u("retryAllButton"),m.setAttribute(`data-${Q}-action`,"retry");let g=document.createElementNS("http://www.w3.org/2000/svg","svg");g.setAttribute("viewBox","0 0 16 16"),g.setAttribute("width","20"),g.setAttribute("height","20"),g.innerHTML='',m.appendChild(g),m.onclick=()=>{a.style.display="none",vm({method:"retryFailedParagraphs"}),wa(m,!0)}}else if(r=="login")p=u("goLogin"),m.onclick=()=>{wa(m,!0),window.open(n4)};else if(r=="upgrade")p=u("upgradeToPro"),m.onclick=()=>{wa(m,!0),window.open(Pu)};else if(r=="setting")p=u("goSettings"),m.onclick=()=>{wa(m,!0),window.open(we.OPTIONS_URL)};else if(r=="changeService")p=u("detectServiceLoading"),m.onclick=()=>{wa(m,!0),window.open(we.OPTIONS_URL)},xm(t,t.config.translationService,!1).then(g=>{g?(p=u("toggleToService",{service:u("translationServices."+g)}),m.innerHTML=at.sanitize(p),m.onclick=()=>{dv(g),wa(m,!0)}):(p=u("goSettings"),m.innerHTML=at.sanitize(p))});else if(r=="none")return;m.className="immersive-translate-btn",m.innerHTML+=at.sanitize(p),s.appendChild(m)}function Tk(){let t=document.querySelector("#immersive-translate-modal-root");return t&&t.shadowRoot?t.shadowRoot.querySelector(`#${Q}-modal`)?.style.display=="block":!1}function yk(){let t=document.querySelector("#immersive-translate-modal-root");if(t&&(t.style.display="block",t.shadowRoot)){let e=t.shadowRoot.querySelector(`#${Q}-modal`);e&&(e.style.display="block")}}function wa(t,e=!1){let n=document.querySelector("#immersive-translate-modal-root");if(!n||n.style.display=="none")return;let r=n.shadowRoot.querySelector(`#${Q}-modal`);r&&r!==t&&(!e&&r.contains(t)||(r.style.display="none"))}function vk(t,e){let n=e;if(n&&n.detail)try{let r=n.detail;if(!r||!r.type)return;let{title:a,errMsg:i,action:o}=r;av(iv.bind(null,t,a,i,o))}catch(r){z.warn("parse message error",r)}}async function Sk(t,e){let n=e;if(z.debug("receive third party message",n),n&&n.detail){let r=null;try{let a=JSON.parse(n.detail);if(a&&a.type){if(a.type==="retryFailedParagraphs")vm({method:"retryFailedParagraphs"});else if(a.type==="updateCommands")r2(a.data);else if(a.type==="toggleEnableDefaultAlwaysTranslatedUrls")hk();else if(a.type==="toggleEnableInputTranslation")bk();else if(a.type==="translatePage")Ak(a.data);else if(a.type==="getAsyncTranslationServiceList")r=ps(t,"translationService");else if(a.type==="getAsyncTargetLanguageList")r=gc(a.data?.translationService,a.data?.targetLanguage);else if(a.type==="getAsyncTranslationMeta"){let i=t.state.translationService||t.config.translationService;r={targetLanguage:t.state.targetLanguage||t.targetLanguage,translationService:i,translationMode:t.state.translationMode}}else if(a.type=="getAsyncTranslateContent"){let i={...t,translationService:a.data.service};try{r=await kk(a.data,i)}catch(o){ev(a.type,o.uiConfig(i),a.id)}}else a.type==="getAsyncLanguageByText"?r=await Vl(a.data):a.type==="sharePage"?Em({detail:a.data},t):a.type==="switchTranslationMode"?Sm(a.data):nv(a.type);r&&a.id&&ev(a.type,r,a.id)}}catch(a){z.warn("parse message error",a)}}}function xk(t){setTimeout(()=>{ov()},10)}function Ek(t){we.HAS_CSP_ERROR="1"}function Ck(t,e){let n=e.detail;(n.name=="open_pdf_page"||n.name==="open_html_page")&<(n.name,[{name:n.name}],{...t})}function wk(){Jy.forEach(t=>{t()}),Jy=tv}function Dk(t){if(ye()&&typeof GM<"u"&&GM&&GM.registerMenuCommand){let e=gl.commands,a=[...Object.keys(e).filter(i=>i==="toggleTranslatePage").map(i=>{let o=e[i].description,s=o;return o.startsWith("__MSG_")&&o.endsWith("__")&&(s=no(`browser.${o.slice(6,-2)}`,t.interfaceLanguage)),{id:i,title:s}}),{id:Ad,title:no("browser.openEbookViewer",t.interfaceLanguage),key:"e"},{id:kd,title:no("browser.openEbookBuilder",t.interfaceLanguage),key:"m"},{id:wd,title:no("browser.openOptionsPage",t.interfaceLanguage),key:"o"},{id:Dd,title:no("browser.openAboutPage",t.interfaceLanguage),key:"a"}];for(let i of a)GM.registerMenuCommand(i.title,()=>{i.id===wd?uk():i.id===Dd?lk():i.id===kd?ck():i.id===Ad?dk():nv(i.id)},i.key)}}function vm(t){ma(t,{tab:{id:1,url:"https://www.fake.com",active:!0}}).catch(n=>{z.error("send content message request failed",t,n)});let e=new CustomEvent(wr,{detail:t});globalThis.document.dispatchEvent(e)}async function Ak(t){let e={};t?.translationMode&&(e.translationMode=t.translationMode),t?.translationService&&(e.translationService=t.translationService),t?.targetLanguage&&(e.targetLanguage=t.targetLanguage),t?.translationStartMode&&(e.translationStartMode=t.translationStartMode);let n=await Ke(Ae(),e);fn(n)}function ev(t,e,n){globalThis.document.dispatchEvent(new CustomEvent(_t,{detail:JSON.stringify({id:n,type:t,payload:e})}))}async function kk({textList:t,from:e,to:n,service:r},a){if(a.rule.id!=="immersive")return;let i=t.map(s=>({text:s||"",id:0,from:e,to:n,url:a.url,fromByClient:e,force:!0})),o=null;try{let s=await Qe({sentences:i},{...a,translationService:r},u=>o=u);if(o)throw o;return s}catch(s){throw s}}d();var ii={};async function Cm(){let e=[...document.querySelectorAll(".source-text")].map(r=>r.textContent).join(""),n=await Ie({text:e,minLength:200,pageLangs:[ft(),"en"]});return Nn(n),n}async function mv(t){pn("Translating");let e=yt(),n=Il(),r=[...document.querySelectorAll(".source-text")];if(Ui(t,e))return;let a=r.filter(i=>i.innerText?.trim()).map((i,o)=>{let s=i.parentElement?.parentElement?.querySelector(".target-text");return ut(i,"id",o+""),s&&(qi(s,o)?.remove(),s.appendChild(vs(t,o))),{text:i.innerText||"",id:o,from:e,to:t.targetLanguage,url:"https://google.com",fromByClient:n,force:!0}});document.dispatchEvent(new CustomEvent(_t,{detail:JSON.stringify({type:"totalParagraphsCount",payload:{totalParagraphsCount:a.length}})}));try{await Qe({sentences:a},{...t,sourceProgram:"subtitle"},(i,o,s)=>{let u=s.id,l=qi(document.body,u);if(!l)return;let c=l.parentElement;c&&(l.remove(),i?(c.innerHTML=at.sanitize(`${i.message}`),ii[u]={ok:!1,sentence:s}):o&&(c.innerHTML=at.sanitize(o.text),ii[u]={ok:!0,sentence:s}),document.dispatchEvent(new CustomEvent(_t,{detail:JSON.stringify({type:"paragraphTranslated",payload:{ok:!i}})})))})}catch(i){throw i}finally{pn("Translated")}}async function fv(t){pn("Translating"),document.dispatchEvent(new CustomEvent(_t,{detail:JSON.stringify({type:"retryFailedParagraphsStart",payload:{}})}));let e=Object.keys(ii),n=[],r=[];for(let a of e){let i=ii[a];if(!i.ok){let s=document.querySelector(`#error-id-${a}`);if(s){let u=s.parentElement;s.remove(),u&&(delete ii[a],u.appendChild(vs(t,a)),r.push(i.sentence))}}}try{await Qe({sentences:r},t,(a,i,o)=>{let s=o.id,u=qi(document.body,s);if(!u)return;let l=u.parentElement;l&&(u.remove(),a?(l.innerHTML=at.sanitize(`${a.message}`),ii[s]={ok:!1,sentence:o}):i&&(l.innerHTML=at.sanitize(i.text),ii[s]={ok:!0,sentence:o}),document.dispatchEvent(new CustomEvent(_t,{detail:JSON.stringify({type:"paragraphTranslated",payload:{ok:!a}})})))})}catch(a){throw a}finally{pn("Translated")}}function wm(){pn("Original"),document.querySelectorAll(".target-text").forEach(t=>{t.innerHTML=""})}d();var Dm={};async function hv(){let t=[...document.querySelectorAll("iframe")],e="";for(let r of t){let a=r.contentDocument;if(!a)continue;let i=a.body;if(i&&(e=e+i.innerText||"",e.length>1e3))break}let n=await Ie({text:e,pageLangs:["en"]});return Nn(n),n}async function bv(t){pn("Translating"),document.dispatchEvent(new CustomEvent(_t,{detail:JSON.stringify({type:"retryFailedParagraphsStart",payload:{}})}));let e=Object.keys(Dm),n=[];for(let r of e){let a=Dm[r];if(a.error){let o=a.commonAncestorContainer.querySelector(`[${xu}='${r}']`);o&&o.remove(),n.push(a)}}try{zs(),await vc(n,t,t.state.translationMode||t.config.translationMode)}catch{}finally{pn("Translated")}}function Tv(){let t=[...document.querySelectorAll("iframe")];for(let e of t){let n=e.contentDocument;if(!n)continue;let r=n.querySelectorAll("."+bt);for(let a of r)a.remove()}pn("Original")}async function yv(t){pn("Translating");let e=gs(),n=[...document.querySelectorAll("iframe")],r=[],a=[];for(let s of n){let u=s.contentDocument;if(!u)continue;po(u,t);let l=u.body;if(!l)continue;let c=an(t);c.isModifyImage=!1,Kr({id:e,container:l,filterRule:c,onParagraph:p=>{r.push(p)}})}let i=Tr(t.config.translationServices[t.translationService]),o=1;for(let s of r){let u=ac(s.flatNodes,{isPreWhitespace:s.isPreWhitespace||!1,delimiters:i,stayOriginalSelectors:t.rule.stayOriginalTags.concat(t.rule.stayOriginalTags).map(c=>c.toLowerCase()).concat(t.rule.stayOriginalSelectors).concat(t.rule.additionalStayOriginalSelectors)});if(!u)continue;s.variables=u?.variables||{},s.text=u?.text,s.id=(o++).toString();let l=await Hg(t,s,{excludeLanguages:t?.config?.translationLanguagePattern?.excludeMatches||[],isDetectParagraphLanguage:t.state.isDetectParagraphLanguage,targetLanguage:t.targetLanguage,delimiters:i,noTranslateRegexp:t.rule.noTranslateRegexp,minTextCount:2,minWordCount:1,ignoreZhCNandZhTW:t.rule.ignoreZhCNandZhTW});l&&(a.push(l),Dm[l.id]=l)}r=[],document.dispatchEvent(new CustomEvent(_t,{detail:JSON.stringify({type:"totalParagraphsCount",payload:{totalParagraphsCount:a.length}})}));try{await vc(a,t,t.state.translationMode||t.config.translationMode)}catch{}finally{pn("Translated")}}d();var or=!1,Pc,vv=!1,Lc=null;function xv(t){let{config:e}=t;if(t.isInputTranslationExcludeUrl){z.debug("exclude url for input");return}if(Lc===!1){z.debug("disable for this time");return}let n={...e.inputLanguageCodeAlias};wn.forEach(c=>n[c]=[c,...n[c]||[]]);let r=e.inputStartingTriggerKeyAlias[e.inputStartingTriggerKey]||[];r.includes(e.inputStartingTriggerKey)||r.unshift(e.inputStartingTriggerKey),n[e.inputTargetLanguage]=[...r,...n[e.inputTargetLanguage]];let a=e.inputTrailingTriggerKeyTimeout;tt().any&&(a=e.inputTrailingMobileTriggerKeyTimeout);let i={triggerTimes:e.inputTrailingTriggerKeyRepeatTimes,triggerKey:e.inputTrailingTriggerKey,triggerTimeout:a,codePrefix:e.inputStartingTriggerKey,codeAlias:n,flatAlias:Object.values(n).flat(),codePrefixAlias:e.inputStartingTriggerKeyAlias},o=0,s=Date.now();Pc&&self.removeEventListener("keydown",Pc),Pc=u,self.addEventListener("keydown",Pc);function u(c){if(or||Lc===!1)return;let p=c,m=p.target||p.srcElement,g=m?.tagName;(m?.isContentEditable||g=="INPUT"||g=="SELECT"||g=="TEXTAREA")&&(jk(c,i.triggerKey,i.codePrefixAlias)?l(c):o=0)}async function l(c){Date.now()-s=i.triggerTimes&&_k()&&(o=0,Lk(c,t,i))}Hk(t)}function Ev({codePrefix:t,flatAlias:e,codePrefixAlias:n}){let r=[],a=n[t]||[];a.includes(t)||a.unshift(t);for(let i of a){let o=e.map(s=>{let u=i+s;return a.includes(s)||(u+=" "),u});r.push(...o)}return new RegExp(r.join("|"))}function _c(t,e){for(let[n,r]of Object.entries(e))if(r.includes(t))return n;return""}var ho;function Cv(t){let e=t.parentElement;if(!e)return;ho=document.createElement("div"),ho.className=Q+"-input",ho.innerHTML=`
`,e.appendChild(ho);let n=e,r=!1;do{let a=getComputedStyle(n).position;if(["fixed","absolute","relative"].includes(a)){r=!0;break}n=n.parentElement}while(n);if(n=e,!r)do{if(getComputedStyle(n).position==="static"){n.style.position="relative";break}n=n?.parentElement||null}while(n)}function wv(){ho&&ho.remove()}async function Pk(t){if(!or)try{let f=function(){c=t.config.inputTargetLanguage;let b=l.split(" ")[0];b&&b[0]&&(b=b[0].toLowerCase()+b.slice(1)),b.trim()&&i.flatAlias.includes(b)?(c=_c(b,i.codeAlias),u=l.slice(b.length+1)):u=l},T=function(){c="";let b=Ev(i),h=l.split(b);if(h.length<2)return;if(u=h[h.length-1],s=h[0],h.length>2){let D=l.lastIndexOf(u),M=l.slice(0,D).lastIndexOf(h[h.length-2]);s=l.slice(0,M+h[h.length-2].length)}if(s.endsWith(i.codePrefix))return;if(s.endsWith(":")&&i.codePrefix=="/"){s="",u="";return}let C=l.slice(s.length+1,l.indexOf(u)).trim();if(c=_c(C,i.codeAlias),!c){z.warn("not found alias",C);return}},{config:e}=t,n={...e.inputLanguageCodeAlias};wn.forEach(b=>n[b]=[b,...n[b]||[]]);let r=e.inputStartingTriggerKeyAlias[e.inputStartingTriggerKey]||[];r.includes(e.inputStartingTriggerKey)||r.unshift(e.inputStartingTriggerKey),n[e.inputTargetLanguage]=[...r,...n[e.inputTargetLanguage]];let a=e.inputTrailingTriggerKeyTimeout;tt().any&&(a=e.inputTrailingMobileTriggerKeyTimeout);let i={triggerTimes:e.inputTrailingTriggerKeyRepeatTimes,triggerKey:e.inputTrailingTriggerKey,triggerTimeout:a,codePrefix:e.inputStartingTriggerKey,codeAlias:n,flatAlias:Object.values(n).flat(),codePrefixAlias:e.inputStartingTriggerKeyAlias},o=document.activeElement;if(!o||o.tagName==="BODY")return;or=!0;let s="",u="",l=Da(o)||"",c=t.config.inputTargetLanguage;t.config.inputStartingTriggerKey==="none"?f():(T(),!c&&t.config.enableInputTranslationWithoutTriggerKey&&f());let p=Dv(u,i),m=await Ie({text:p,pageLangs:["en"]});z.debug("translateContent",p,m);let g={text:p||"",id:0,from:m,to:c,url:"https://google.com",fromByClient:m,force:!0};if(!g.text||g.text.length>5e3)return;Cv(o),Je(Su,Date.now());try{let b=await ya(g,{...t,translationService:t.inputTranslationService});kv(t),Av(t,o,s+b.text)}catch(b){if(b instanceof $){let h=b.uiConfig(t);h.action=="retry"&&(h.action="none"),document.dispatchEvent(new CustomEvent(Ra,{detail:h}))}}finally{or=!1}}catch(e){throw or=!1,e}finally{or=!1,wv()}}async function Lk(t,e,n){if(!or)try{let p=function(){s=e.config.inputTargetLanguage;let g=o.split(" ")[0];g&&g[0]&&(g=g[0].toLowerCase()+g.slice(1)),g.trim()&&n.flatAlias.includes(g)?(s=_c(g,n.codeAlias),i=o.slice(g.length+1)):i=o},m=function(){s="";let g=Ev(n),f=o.split(g);if(f.length<2)return;if(i=f[f.length-1],a=f[0],f.length>2){let b=o.lastIndexOf(i),h=o.slice(0,b).lastIndexOf(f[f.length-2]);a=o.slice(0,h+f[f.length-2].length)}if(a.endsWith(n.codePrefix))return;if(a.endsWith(":")&&n.codePrefix=="/"){a="",i="";return}let T=o.slice(a.length+1,o.indexOf(i)).trim();if(s=_c(T,n.codeAlias),!s){z.warn("not found alias",T);return}},r=document.activeElement;or=!0;let a="",i="",o=Da(r)||"",s=e.config.inputTargetLanguage;n.codePrefix==="none"?p():(m(),!s&&e.config.enableInputTranslationWithoutTriggerKey&&p());let u=Dv(i,n),l=await Ie({text:u,pageLangs:["en"]});z.debug("translateContent",u,l);let c={text:u||"",id:0,from:l,to:s,url:"https://google.com",fromByClient:l,force:!0};if(!c.text)return;if(e.config.isShowInputTranslationConsent&&!vv){vv=!0;let g=await Wk(e);if(t.target&&t.target.focus(),g==="open_settings"){Yi(!0,"#input");return}else if(g==="open_learn_more"){Qi("https://immersivetranslate.com/docs/input/");return}else if(g==="disable_once"||g==="disable_forever"){if(Lc=!1,g==="disable_forever"){let f=await mn();f.enableInputTranslation=!1,f.isShowInputTranslationConsent=!1,await gn(f)}else if(g==="disable_once"){let f=await mn();f.isShowInputTranslationConsent=!1,await gn(f)}return}else if(g==="close_disable_once"||g==="close_disable_forever"){if(Lc=!1,g==="close_disable_forever"){let f=await mn();f.enableInputTranslation=!1,f.isShowInputTranslationConsent=!1,await gn(f)}return}else if(g==="enable"){let f=await mn();f.enableInputTranslation=!0,f.isShowInputTranslationConsent=!1,await gn(f)}else if(g==="close_enable"){let f=await mn();f.enableInputTranslation=!0,await gn(f)}}Cv(r),Je(Su,Date.now());try{let g=await ya(c,{...e,translationService:e.inputTranslationService});kv(e),Av(e,r,a+g.text)}catch(g){if(g instanceof $){let f=g.uiConfig(e);f.action=="retry"&&(f.action="none"),document.dispatchEvent(new CustomEvent(Ra,{detail:f}))}}finally{or=!1}}catch(r){throw or=!1,r}finally{or=!1,wv()}}function _k(){let t=document.activeElement;if(!t)return!1;if(Fc(t)){let e=t.selectionStart||0,n=t.value.length,a=t.value.split(` `).reverse()[0].trim(),i=n<=e;return z.debug("cursorPosition",e,"textLength",n),z.debug("input isTail",i,"tailHasText",a),i&&!!a}else{let e=window.getSelection();if(!e)return z.debug("No active selection found."),!1;if(e.rangeCount>0){let n=e.getRangeAt(0),r=n.startContainer;if(r.nodeType===Node.TEXT_NODE){let a=Fk(r,t);z.debug("Current text node:",r.textContent),z.debug("Cursor position within text node:",n.startOffset);let i=r.textContent?.length===n.startOffset&&a,o=t.innerText?.split(` -`).reverse(),s=ot()?o[0]||o[1]:o[0];return z.debug("editdiv isTail",i,"tailHasText",s),i&&!!s}else z.debug("Cursor is not within a text node.")}}return!1}function Fk(t,e){let n;function r(a){if(a.nodeType===Node.TEXT_NODE)n=a;else for(let i of a.childNodes)r(i)}return r(e),n==t}function Dv(t,e){let{triggerTimes:n,triggerKey:r}=e,a=0,i=" ";r.length==1?(a=n,i=r):r.toLowerCase()=="space"&&(a=n);let o=t.length;for(let s=t.length-1;s>=t.length-a;s--){if([10,8629].includes(t[s].charCodeAt(0))){o--;continue}if(![...e.codePrefixAlias[r]||[],i].includes(t[s]))break;o--}return t.length-o<3&&[".","\u3002"].includes(t[o-1])&&o--,t.slice(0,o)}function Mk(t,e){let n=e.innerHTML,r=Da(e);return{html:n.replace(r,t),text:t}}function Sv(t,e,n=!1){let r=Da(e);return n?r.trim().endsWith(t.text.trim()):r?.trim()?.indexOf(t?.text?.trim())>=0}function Da(t){return t.value||t.innerText||t.textContent}async function Aa(t){await new Promise((e,n)=>{setTimeout(()=>{e("")},t)})}async function Bk(t,e,n){await Aa(10);let r=new DataTransfer;t.forEach(a=>{a==="plain"&&r.setData("text/plain",e.text)}),n.dispatchEvent(new ClipboardEvent("paste",{clipboardData:r,bubbles:!0,cancelable:!0})),r.clearData(),await Aa(10)}async function Ik(t,e){let n=document.createEvent("TextEvent");n.initTextEvent&&(n.initTextEvent("textInput",!0,!0,window,t.text),e.dispatchEvent(n),await Aa(10))}async function Rk(t,e){e.value&&e.select(),document.execCommand("insertText",!1,t.text.replace(/\n/g,"\r")),await Aa(20),(e.value||e.value==="")&&(e.value=t.text)}async function Ok(t,e){Fc(e)&&(e.value=t.text,e.dispatchEvent(new Event("input",{bubbles:!0})),await Aa(20))}var zk=[Bk.bind(null,["plain"])];function Nk(t){let e;Fc(t)?e=new InputEvent("beforeinput",{bubbles:!0,cancelable:!0,inputType:"deleteContent"}):e=new KeyboardEvent("keydown",{bubbles:!0,cancelable:!0,keyCode:8,which:8,location:0,key:"Backspace"}),t.dispatchEvent(e)}function Fc(t){return t.tagName==="INPUT"||t.tagName==="TEXTAREA"}function Uk(t){if(Fc(t))return;t.focus();let e=window.getSelection();if(!e)return;let n=document.createRange();n.selectNodeContents(t),e.removeAllRanges(),e.addRange(n)}async function Av(t,e,n){await Uk(e),await Aa(50);let r=t.rule.inputConfig,a=Mk(n,e);try{r?.clearContentEnable&&Nk(e),await Aa(50),r?.execCommandDeleteEnable&&!Wn()&&Da(e)?.trim()!=""&&(document.execCommand("delete"),await Aa(50)),z.debug("clearContent",Da(e))}catch(i){z.error(i)}for(let i of[...zk,Rk,Ok,Ik]){await i(a,e);let o=qk();if(!o)return;if(z.debug("setContent",i.name,Sv(a,o),Da(o),a),Sv(a,o))break}}function qk(){return document.activeElement}function kv(t){lt("translate_input",[{name:"translate_input",params:{input_trailing_trigger_key:t.config.inputTrailingTriggerKey,input_starting_trigger_key:t.config.inputStartingTriggerKey,input_target_language:t.config.inputTargetLanguage}}],t)}function jk(t,e,n){let r="";t&&t.code&&(r=t.code.toLowerCase());let a="";t&&t.key&&(a=t.key.toLowerCase());let i=t.keyCode,o=n[e]||[];return i===229&&e!=="space"?!1:!!(o.includes(r)||o.includes(a)||r===e||a===e)}async function Hk(t){if(t.config.interfaceLanguage!=="zh-CN"||t.config.targetLanguage!=="zh-CN")return;let e="inputTutorialsShowedAt";if(await At(e,"")||Number(await At(Su,0))>0)return;let a=t.rule.inputConfig,i=a.tutorialsSelectors,o=a.tutorialsText;if((i?.length||0)>0&&o)for(let s=0;s{Kk()},100),new Promise(p=>{let g=p;if(o){let k=o.shadowRoot;if(!k)return;s=k.querySelector(`.${n}`);let v=s.querySelector(`.${r}`),I=s.querySelector(`.${i}`),F=s.querySelector(`.${a}`)}else{let k=document.createElement("div");k.setAttribute("translate","no"),k.className="no-translate immersive-translate-error-modal-input-shadow-root",k.id=e,k.style.all="initial",k.style.zIndex="2147483647",document.body.appendChild(k);let v=k.attachShadow({mode:"open"}),I=document.createElement("style"),F=Me();I.textContent=F.IMMERSIVE_TRANSLATE_INPUT_INJECTED_CSS,v.appendChild(I),s=document.createElement("div"),s.className=n+" notranslate",s.id=n;let L=document.createElement("div");L.className=Q+"-modal-content notranslate "+Q+"-modal-content-in-input",s.appendChild(L);let U=document.createElement("span");U.textContent="\xD7",U.className=Q+"-close",L.appendChild(U),u=document.createElement("div"),u.className=r+" notranslate",L.appendChild(u),c=document.createElement("div"),c.className=a+" notranslate",L.appendChild(c),l=document.createElement("div"),l.className=i,L.appendChild(l),v.appendChild(s),U.onclick=function(){B(),p("close")},v.addEventListener("click",N=>{N.target==s&&(s.style.display="none",p("close"))})}document.addEventListener("keydown",_);let m=kt.bind(null,t);u.innerHTML=`
${nc} ${m("modalEnableInputTranslationTitle")}
`,c.innerHTML="";let f=document.createElement("p");f.innerHTML=m("modalEnableInputTranslationDesc",{1:"https://immersivetranslate.com/docs/input/"}),f.style.cssText="margin-bottom:12px",c.appendChild(f);let T=document.createElement("div");T.style.cssText="margin-bottom: 12px;",T.innerHTML=at.sanitize(m("disableInputTranslationTips",{option:`${m("option")}`,learnMore:`${m("learnMore")}`})),c.appendChild(T);let b=[{id:"enable-search-enhancement",value:"enable",text:m("continueEnalbeInputTranslation")},{id:"disable-once",value:"once",text:m("disableOnce")},{id:"disable-global",value:"global",text:m("disableGlobal")}];for(let k=0;kl===e)||t.ignoreBuildPlatforms?.find(l=>l===n))return;let i=globalThis.navigator.userAgent;if(t.ignoreUserAgents?.find(l=>i.match(new RegExp(l))))return;let{initOptions:s}=t,u={dsn:Gk,environment:Me().PROD==="1"?"production":"develop",...t.initOptions};s?.ignoreErrors&&(u.ignoreErrors=Am(s.ignoreErrors)),s?.denyUrls&&(u.denyUrls=Am(s.denyUrls)),s?.allowUrls&&(u.allowUrls=Am(s.allowUrls)),u.release=`${n}@${e}`,$a.init(u),Bc()}catch{}}async function Bc(){try{let t=await Mt.get(Ft,null);if(!Ks||!t)return;$a.setUser({id:t.id,username:t.userName,nickname:t.nickName,email:t.email})}catch{}}function Lv(t,e){try{if(!Ks)return;$a.setContext(t,e)}catch{}}function _v(t){try{if(!Ks)return;$a.setTags(t)}catch{}}function Am(t){return t.map(e=>new RegExp(e))}var fe=null,Ic={},To,Fv=!1;async function ov(){$i.clearStrictTicks();let t=await Ke(Ae(),{}),e=await Cs();if(z.debug("init page ctx",t),Rv(t),t.rule.pageType=="subtitleBuilder"){Cm();return}if(t.rule.pageType=="ebookBuilder"){hv();return}if(To||(To=t.state.translationTheme),t.rule.urlChangeDelay&&await Dr(t.rule.urlChangeDelay),t.rule.waitForSelectors&&t.rule.waitForSelectors.length>0&&await r8(t.rule.waitForSelectors,t.rule.waitForSelectorsTimeout),t.rule.isInjectOptionsUrl){let s=$l(),u=document.createElement("meta");u.name="immersive-translate-options-url",u.content=s;try{document.head&&document.head.appendChild&&document.head.appendChild(u)}catch(l){z.warn("inject options url failed",l)}}if(t.rule.globalMeta&&Object.keys(t.rule.globalMeta).forEach(u=>{let l=document.createElement("meta");l.name=u,l.content=t.rule.globalMeta[u],document.head.appendChild(l)}),t.rule.initialGlobalAttributes&&BT(document.body,t.rule.initialGlobalAttributes),t.rule.pageType=="pdfReader"){fn(t);return}if(t.config.arxivRule&&t.config.arxivRule.matches&&wt(t.url,t.config.arxivRule.matches)){let u=document.querySelector(t.config.arxivRule.injectContainerSelector);if(u){let l=document.querySelector(t.config.arxivRule.officialHtmlSelector),c="";if(l&&l.getAttribute&&l.getAttribute("href")){let b=l.getAttribute("href");try{let h=new URL(b);h.searchParams.set("_immersive_translate_auto_translate","1"),c=h.toString()}catch{}}let m=new URL(t.url).pathname.split("/").pop(),f=!1,T=!0;if(m)try{let h=m.split(".")[0],C=h.slice(0,2),D=h.slice(2,4),M=new Date(`20${C}-${D}-27`),B=new Date(t.config.arxivRule.validBefore);M${kt(t,"viewWithImmersiveTranslate")}`,u.appendChild(b)}else{let b="";if(c&&(b=c),b){let h=document.createElement("li");h.innerHTML=`${kt(t,"viewWithImmersiveTranslate")}`,u.appendChild(h)}}}}if(t.rule.isOnBoardingPage){document.dispatchEvent(new CustomEvent(_t,{detail:JSON.stringify({type:"currentConfig",payload:{enableDefaultAlwaysTranslatedUrls:!!t.config.enableDefaultAlwaysTranslatedUrls}})}));let s=document.querySelector("#immersiveTranslateEnableDefaultAlwaysTranslatedUrlsValue");s&&(s.value="helloworld",s.value=String(!!t.config.enableDefaultAlwaysTranslatedUrls),s.dispatchEvent(new Event("change")))}Fv||(Fv=!0,Xe()&&t.rule.useIframePostMessage&&await aT());let n=t.sourceLanguage;n==="auto"?n=await Mv():Nn(n);let r=o1(t,n);if(r&&(t=await Ke(Ae(),{translationMode:r})),t.rule.isInjectMeta)try{let s=await n1(n),u=document.createElement("meta");u.name="immersive-translate-meta",u.content=Hd(JSON.stringify(s)),document.head&&document.head.appendChild&&document.head.appendChild(u)}catch(s){z.warn("inject meta failed",s)}let a=new URL(t.url),o=a.searchParams.get("_immersive_translate_auto_translate")==="1"||a.searchParams.get("_immersive_translate_auto_translate")==="true"||t.state.isAutoTranslate||t.isTranslateUrl||t.rule.pageType=="pdfReader";if(!o&&!t.isTranslateExcludeUrl&&(z.debug(`detect page language: ${t.url} ${n}`),ua(n,t.targetLanguage,{ignoreZhCNandZhTW:t.rule.ignoreZhCNandZhTW})||n==="auto"||GT(n,t.config.translationLanguagePattern)&&(o=!0,z.debug(`match language pattern ${n}, auto translate`))),t.rule.pageType=="ebookBuilder"&&(o=!1),t.rule.pageType!=="pdfReader"&&_o(e)&&yo(t,window),o)fe.state.isAutoTranslate=!0,fn(fe);else if(z.debug("do not auto translate",t),t.rule.initTranslationServiceAsSoonAsPossible&&t.translationService==="deepl"){if(ua(n,t.targetLanguage,{ignoreZhCNandZhTW:t.rule.ignoreZhCNandZhTW})||n==="auto")return;t.config&&t.config.translationServices&&t.config.translationServices.deepl&&t.config.translationServices.deepl.authKey&&typeof t.config.translationServices.deepl.authKey=="string"&&t.config.translationServices.deepl.authKey.startsWith("immersive_")&&(Ic[t.translationService]||(Ic[t.translationService]=!0,Xe()||Pg(t).catch(s=>{z.warn("init translation engine error",s)})))}}async function Pm(t){if($e()==="Original"){let e={};To&&(e.translationTheme=To),fe&&(e={...fe.state,...e});let n=await Ke(Ae(),e);if(t?.trigger=="right_menu"&&Hr(n?.rule)){let r=ga(n.rule);Zi(!0,r||Ae());return}await fn(fe,t)}else($e()==="Translated"||$e()==="Error")&&oi()}async function Vk(){if(fe=await Ke(Ae(),{}),fe.rule.pageType=="ebookBuilder")return bv(fe);if(fe.rule.pageType=="subtitleBuilder")return fv(fe);zv()}async function Lm(t){if($e()==="Original"){fe=await Ke(Ae(),{}),To||(To=fe.state.translationTheme);let e="mask";fe.state.translationTheme==="opacity"&&(e="opacity"),fe=await Ke(Ae(),{translationTheme:e}),await fn(fe,t)}else if($e()==="Translated"){let e="mask";fe?.state?.translationTheme==="opacity"&&(e="opacity");let n=e1().filter(i=>i.contentDocument?.body).map(i=>i.contentDocument.body),r=[fe.mainFrame,...n],a=fe?.state.translationTheme;for(let i of r){let o=Ki(i,yi,!0);a==="mask"||a==="opacity"?o!=="none"?ut(i,yi,"none",!0):ut(i,yi,e,!0):o!=="mask"&&o!=="opacity"?ut(i,yi,e,!0):ut(i,yi,"none",!0)}}}async function Mv(){let t=await Ke(Ae(),{});return t.rule.pageType=="subtitleBuilder"?Cm():Ov(t)}function $k(t){$e()==="Original"?Pv(t):si()}function Yk(t){$e()==="Original"?mv(t):wm()}function Qk(t){$e()==="Original"?bo(t):si()}async function oi(){Ji(""),document.dispatchEvent(new CustomEvent(_t,{detail:JSON.stringify({type:"restorePage",payload:{}})}));let t=await Ke(Ae(),{});if(t.rule.pageType=="subtitleBuilder"){wm();return}else t.rule.pageType=="ebookBuilder"&&Tv();si()}async function fn(t,e){t.config?.sentryConfig?.contentInitTime=="translate_page"&&Mc(t.config?.sentryConfig);let n=$e(),r={pageStatus:n,translateService:t.state.translationService||t.translationService,translationMode:t.state.translationMode};Lv("translatePage",r),_v(r),n!=="Original"&&await oi(),document.dispatchEvent(new CustomEvent(_t,{detail:JSON.stringify({type:"translateStart",payload:{}})})),document.dispatchEvent(new CustomEvent(_t,{detail:JSON.stringify({type:"targetLanguage",payload:{targetLanguage:t.targetLanguage}})})),Ic[t.translationService]||(Ic[t.translationService]=!0,Xe()||Pg(t).catch(i=>{z.warn("init translation engine error",i)}));let a={};if(e&&e.trigger&&(a.trigger=e.trigger),lt("translage_page_daily",[{name:"translage_page_daily",params:a}],t),lt("translate_page",[{name:"translate_page",params:a}],{...t,sourceLanguage:yt()}),t.rule.pageType=="subtitleBuilder"){Yk(t),Ji("yes");return}if(t.rule.pageType=="ebookBuilder"){yv(t),Ji("yes");return}if(t.rule.pageType==="pdfReader"){$k(t),Ji("yes");return}Qk(t),Ji("yes")}async function Zk(t,e){let n=fe?.translationService;if($e()==="Original"||n!=t){fe=await Ke(Ae(),{translationService:t});let r=kt(fe,"temprarilyChangeTranslationTo_"+t);Sc({text:r}),await fn(fe,e)}else{oi();let r=await qn(),a={url:Ae(),config:r,state:{}},i=await Un(a);fe=await Ke(Ae(),{translationService:i.translationService})}}async function Jk(t){$e()==="Original"?await km(t):($e()==="Translated"||$e()==="Error")&&(fe=await Ke(Ae(),{}),fe.state.translationArea!=="main"?await km(t):oi())}async function km(t){fe=await Ke(Ae(),{translationArea:"main"}),await fn(fe,t)}async function Bv(t){fe=await Ke(Ae(),{translationArea:"body"}),await fn(fe,t)}async function _m(t){let e=await Ke(Ae(),{}),n=e.state.translationMode=="dual"?"translation":"dual";if(e=await Ke(Ae(),{translationMode:n}),$e()==="Original"){fn(e,t);return}window.immersiveTranslateSwitchTranslateState&&window.immersiveTranslateSwitchTranslateState(n)}async function Sm(t){if(fe=await Ke(Ae(),{translationMode:t}),lt("switch_translation_mode",[{name:"switch_translation_mode",params:{mode:t}}],{...fe,sourceLanguage:"unknown"}),$e()==="Original"){fn(fe);return}window.immersiveTranslateSwitchTranslateState&&window.immersiveTranslateSwitchTranslateState(t)}async function Xk(t){if($e()==="Original")await Bv(t);else if($e()==="Translated"||$e()==="Error"){let e={};fe&&fe.state&&(e=fe.state),fe=await Ke(Ae(),e),fe.state.translationArea!=="body"?(fe.state.translationArea="body",fe=await Ke(Ae(),fe.state),await fn(fe,t)):oi()}}async function Iv(t){fe=await Ke(Ae(),{translationStartMode:"immediate"}),await fn(fe,t)}async function e8(t){$e()==="Original"?await Iv(t):($e()==="Translated"||$e()==="Error")&&oi()}function t8(){return fe}async function Ke(t,e){let n=Object.keys(e);if(fe){let r={url:t,config:fe.config,state:{...fe.state,...e}};fe=await Un(r)}else{let r=await qn(),a=e;n.length===0&&(a=void 0),fe=await Un({url:t,config:r,state:a})}return fe.state&&fe.state.translationService&&(fe.translationService=fe.state.translationService),fe.state&&fe.state.targetLanguage&&(fe.targetLanguage=fe.state.targetLanguage),fe}async function n8(){let t=await mn()||{},e=t.generalRule||{},n=e["subtitleRule.add"]||{},r=!n.preTranslation;await gn({...t,generalRule:{...e,"subtitleRule.add":{...n,preTranslation:r}}}),r?Sc({text:kt(fe,"videoSubtitlePreTranslationOn")}):Sc({text:kt(fe,"videoSubtitlePreTranslationOff")}),setTimeout(()=>{window.location.reload()},1e3)}async function bm(){let t=await qn(),e=await Cs(),n;fe&&fe.state&&(n=fe.state);let r={url:Ae(),config:t,state:n},a=await Un(r);a.state&&a.state.translationService&&(a.translationService=a.state.translationService),fe=a,Fm(fe);let i=Gs(),o=[];return i?o=i.allInlineWindows||[window]:o=[window],o.forEach(s=>{rv(a,s),_o(e)&&yo(a,s),xv(a)}),a}function r8(t,e=3e3){return new Promise((n,r)=>{let a=e?setTimeout(()=>{n(new Error("timeout"))},e):void 0,i=setInterval(()=>{t.every(s=>document.querySelector(s)!==null)&&(clearInterval(i),a&&clearTimeout(a),n(null))},50)})}async function sv(t){let e=t.detail,n=mn();await Fy(e.token,n,gn),Mt.set(Ft,e);let r=await Mt.get(Md,!1);Mt.set(Md,!1),document.dispatchEvent(new CustomEvent("immersiveTranslateDocumentMessageUserResult",{detail:r?"close":"success"})),Bc()}function uv(t){z.debug("update user info",t);let e=t.detail;Mt.set(Ft,e),Bc()}async function lv(t){let e=await mn();if(e.translationService)return;let n=t.config.translationService,r=await xm(t,n);if(t.translationService!==r){if(!r){hs([{name:"no_avaliable_translation_service"}]);return}e.translationService=r,gn(e),t.translationService=r,hs([{name:"change_default_translation_service",params:{translation_service:r}}])}}async function cv(t,e){let n=e.detail;if(t.rule.id!="immersive")return;let r=n.translateService;if(!r)return;let a=n.provider,i=await mn();i.translationService=r,a&&i?.translationServices?.[r]?.provider&&(i.translationServices[r].provider=a),i.translationServiceChangedbyUserAt=new Date().toISOString(),gn(i)}async function xm(t,e,n=!0){let r=t.rule.detectionServiceOrder||["google","bing","transmart","yandex"];return r.sort((a,i)=>a===e?n?-1:1:i===e?n?1:-1:0),await ET(r,t)}async function dv(t){let e=await mn();e.translationService=t,await gn(e);let n=await Ke(Ae(),{});n.translationService=t,await fn(n)}G1({detectCurrentPageLanguage:Mv,ensureSwitchTranslationMode:_m,restorePage:oi,retryFailedParagraphs:Vk,switchTranslationMode:Sm,toggleTranslatePage:Pm,toggleTranslateTheMainPage:Jk,toggleTranslateTheWholePage:Xk,toggleTranslationMask:Lm,toggleVideoSubtitlePreTranslation:n8,translatePage:fn,translatePageWithTranslationService:Zk,translateTheMainPage:km,translateTheWholePage:Bv,translateToThePageEndImmediately:Iv,toggleTranslateToThePageEndImmediately:e8,updateGlobalContext:bm,getPureGlobalContext:t8});d();d();function Rc({parent:t,ctx:e,Component:n,props:r={},style:a="",id:i,initialCSS:o=!0}){let s=i||Q+n.name;t.querySelector(`#${s}`)&&document.querySelector(`#${s}`)?.remove();let u=document.createElement("div");u.id=s,o&&u.setAttribute("style","all: initial");let l=u.attachShadow({mode:"open"});a&&An(l,a),t.appendChild(u),$r(w(eo,{lang:e.config.interfaceLanguage,fallbackLang:"zh-CN",translations:zt,children:w(n,{...r})}),l)}d();d();d();function vo(t){return ka(t).subtitles}function ka(t){let e=[],n=t.split(/\r?\n/),r={},a=-1;return n.forEach((i,o)=>{let s=i.match(/(?(\d{2}:)*\d{2}([.,]\d{3})?) --> (?(\d{2}:)*\d{2}([.,]\d{3})?)(?${n}`,r+=`${n}`,r+=`${n}`;for(let a=0;a${n}`,r+=`

${Gm.htmlEncode(i.text||"")}${e.closeTags?"

":""}${n}`,e.closeTags&&(r+=`${n}`),r+=`${n}`,r+=`

 ${e.closeTags?"

":""}${n}`,e.closeTags&&(r+=`
${n}`);continue}e.verbose}}return r+=`${n}`,r+=`${n}`,r},q8=t=>/]*>[\s\S]*]*>/.test(t),g9=Kt({name:p9,build:U8,detect:q8,helper:Gm,parse:N8});d();var j8="srt",Ys={toMilliseconds:t=>{let e=/^\s*(\d{1,2}):(\d{1,2}):(\d{1,2})(?:[.,](\d{1,3}))?\s*$/.exec(t);if(!e)throw new Error(`Invalid time format: ${t}`);let n=parseInt(e[1]),r=parseInt(e[2]),a=parseInt(e[3]),i=e[4]?parseInt(e[4]):0;return n*3600*1e3+r*60*1e3+a*1e3+i},toTimeString:t=>{let e=Math.floor(t/1e3/3600),n=Math.floor(t/1e3/60%60),r=Math.floor(t/1e3%60),a=Math.floor(t%1e3);return`${(e<10?"0":"")+e}:${n<10?"0":""}${n}:${r<10?"0":""}${r},${a<100?"0":""}${a<10?"0":""}${a}`}},H8=(t,e)=>{let n=[],r=e.eol||`\r `,a=t.split(/\r?\n\s*\n/g);for(let i=0;i\s*(\d{1,2}:\d{1,2}:\d{1,2}(?:[.,]\d{1,3})?)\r?\n([\s\S]*)$/.exec(a[i]);if(s){let u={};u.type="caption",u.index=parseInt(s[1]),u.start=Ys.toMilliseconds(s[2]),u.end=Ys.toMilliseconds(s[3]),u.duration=u.end-u.start;let l=s[4].split(/\r?\n/);u.content=l.join(r),u.text=u.content.replace(/<[^>]+>/g,"").replace(/\{[^}]+\}/g,"").replace(/>>[^:]*:\s*/g,""),n.push(u);continue}e.verbose}return n},W8=(t,e)=>{let n="",r=e.eol||`\r `;for(let a=0;a ${Ys.toTimeString(i.end)}${r}`,n+=i.text+r,n+=r;continue}e.verbose}return n},K8=t=>/\d+\r?\n\d{1,2}:\d{1,2}:\d{1,2}(?:[.,]\d{1,3})?\s*-->\s*\d{1,2}:\d{1,2}:\d{1,2}(?:[.,]\d{1,3})?/.test(t),m9=Kt({name:j8,build:W8,detect:K8,helper:Ys,parse:H8});d();var G8="sub",Vm=25,V8=(t,e)=>{e.fps||=Vm;let n=e.fps>0?e.fps:Vm,r=[],a=e.eol||`\r @@ -5686,9 +5686,9 @@ ${s}`)}),Pa(e)}async getHumanSubtitleUrls(e,n){if(!n)return null;let r=n.find(s= `),pageLangs:[ft(),"en"]});if(et(be(o),this.ctx.targetLanguage))return null;qe(this.ctx,be(o));let s=i.map(c=>c.text),u=await this._translateSubtitle(s,o);return i.forEach((c,p)=>{c.text=u[p]}),Zs.build(a,{format:this.config.subsrtFormat||"vtt"})}catch(r){return z.error(r),null}finally{this.hideSubtitleLoading()}}async fetchSubtitle(e,n){let r=await fetch(e,n);if(!r.ok)throw new Error("request subtitle error");return(await r.text()||"").replace(/\r\n/g,` `)}};d();var nd=class extends He{autoShowObserver=null;videoSrc=null;loadSubtitleWithFetch(e,n){return this.loadSubtitle(e,n)}async loadSubtitle(e,n){try{this.showSubtitleLoading(!0);let r=await this.fetchSubtitle(e,n);if(!r)return null;let{doc:a,subtitles:i}=this.parseFromXml(r),o=await Ie({text:i.map(u=>u.textContent).join(` `),pageLangs:[ft(),"en"]});return et(be(o),this.ctx.targetLanguage)?null:(qe(this.ctx,be(o)),(await this._translateSubtitle(i.map(u=>u.textContent||""),be(o))).forEach((u,l)=>{i[l].textContent=u}),new XMLSerializer().serializeToString(a))}catch(r){return z.error(r),null}finally{this.hideSubtitleLoading()}}async fetchSubtitle(e,n){let r=await fetch(e,n);if(!r.ok)throw new Error("request subtitle error");return(await r.text()||"").replace(/\r\n/g,` -`)}parseFromXml(e){if(!this.config.xmlTextSelector)throw new Error("xml text selector is required");let n=new DOMParser().parseFromString(e,"text/xml"),r=[...n.querySelectorAll(this.config.xmlTextSelector)];return{doc:n,subtitles:r}}};d();var rd=class extends He{hasSubtitle=!1;async mutationVideoChange(){let e=n7(location.href,document,this.config.avSerial);if(!e)return;let n=this.config.avSerial?.serialAttachIframe;if(n){let a=document.querySelector(n);if(!a)return;let i=new URL(a.getAttribute("src")||"");i.searchParams.set("code",e),a.setAttribute("src",i.toString());return}let r=await this.fetchSubtitle(e);r&&(qe(this.ctx,"ja","av"),this.hasSubtitle=!0,Gr(this.ctx,this.config.attachRule?.appendSelector||"",{videoSelector:this.config.videoSelector||"video",subtitleItems:r,ctx:this.ctx,lang:"ja"}))}isShowQuickButton(){return Promise.resolve(this.hasSubtitle)}async fetchSubtitle(e){try{let n=await de({url:`https://subhub.weixin.so/missav/${e}`,responseType:"text"});if(!n)throw new Error("request subtitle error");return Zs.parse(n,{format:"vtt"}).map(a=>({...a,start:a.start/1e3,end:a.end/1e3}))}catch(n){z.error("fetchSubtitle",n);return}}};function n7(t,e,n){if(!n)return;let r;if(n.type==="url"&&(r=t),n.type=="selector"&&n.selector&&(r=e?.querySelector(n.selector)?.textContent),!!r){if(n.regexStr){let a=r.match(new RegExp(n.regexStr));if(a)return a[1]||a[0]}return r.toLowerCase()}}var r7={youtube:qc,netflix:jc,webvtt:Eo,khanacademy:Hc,bilibili:Wc,udemy:Kc,hulu:Jc,text_track:La,text_track_dynamic:wo,general:Gc,live:Co,ebutt:Yc,disneyplus:Qc,"fmp4.xml":Zc,multi_attach_vtt:Xc,twitter:ed,subsrt:td,xml:nd,av:rd},ad;function Rv(t){try{let e=t.rule.subtitleRule;if(e.disabled||!e.type)return;let n=r7[e.type];if(!n)return;ad=new n(t)}catch(e){z.error(e)}}async function Ym(){ad?.onPageStatusChange()}async function a7(t,e){if(ad?.autoEnableSubtitleChanged(),e&&e.trigger==="popup"&&Xe())return;let n={auto_enable_subtitles:t.rule.subtitleRule.autoEnableSubtitle?"1":"0",video_platform:t.rule.id||""};e&&e.trigger&&(n.trigger=e.trigger),lt("auto_enable_subtitles_changed",[{name:"auto_enable_subtitles_changed",params:n}],t)}async function i7(){ad?.onTranslationModeChanged()}$1({autoEnableSubtitleChanged:a7,reloadSubtitleWithTranslationModeChanged:i7});var pe=null;function Gs(){return pe||null}function bo(t){o7(t),g7(t),c7(t),p7(t),po(document,t),pn("Translated"),d7(pe),l7(pe),HT(si),s7(pe),Ym(),S7()}function o7(t){if(t.state.translationArea==="main"&&t.rule.initialSelectorGlobalAttributes){let e=an(t);IT(document.body,t.rule.initialSelectorGlobalAttributes,t.rule.asideMaxTextCount,t.rule.asideMaxWordCount,t.rule.asideMaxTextCountPerParagraph,t.rule.asideMaxWordCountPerParagraph,e)}lo(t)&&ut(document.documentElement,me+"_rtl",t.targetLanguage)}function s7(t){WT(t)}function u7(){KT()}function l7(t){t.ctx.isMutationTranslationExcludeUrl||t.dynamicContainerObserver?.observe(document.body,{subtree:!0,childList:!0,characterData:!0});let{bodyNode:e,articleNode:n,bodyIsRoot:r}=LT(t.ctx);if(z.debug("bodyIsRoot",r,"bodyNode",e,"articleNode",n),t.ctx.bodyNode=e,t.ctx.articleNode=n,e&&ei(e,t),r)return;let a=[];t.ctx.rule.mainFrameSelector&&(a=[...document.querySelectorAll(t.ctx.rule.mainFrameSelector||"")]),a.length<=0&&(a=[document.body]),a.forEach(i=>{ei(i,t)})}async function c7(t){if(!t.state.isAutoTranslate&&t.config.tempTranslateDomainMinutes>0){let e=await Jt(),n=Date.now(),a=new URL(t.url).hostname,i=e.tempTranslationUrlMatches||[],o=i.findIndex(u=>u.match===a&&u.expiredAt>n),s=!1;o>-1||(i.push({match:a,expiredAt:n+t.config.tempTranslateDomainMinutes*60*1e3}),s=!0),s&&await Wt({...e,tempTranslationUrlMatches:[...i]})}}function d7(t){t.ctx.rule.isTranslateTitle&&(Og(t.ctx),t.titleDynamicObserver=RT(t.ctx))}function p7(t){if(t.rule.normalizeBody&&document.querySelector(t.rule.normalizeBody)){let n=document.body.innerHTML;document.body.innerHTML="",document.body.innerHTML=n}}function Fm(t){if(!pe)return;let e=an(t);pe.rule={excludeSelectors:e.excludeSelectors||[],selectors:e.selectors||[]},pe.containerRule={pageHeight:screen.availHeight,selectors:e.selectors},pe.translationService=t.translationService,pe.urlChangeDelay=t.rule.urlChangeDelay,pe.immediateTranslateCapacity=t.state.immediateTranslationTextCount,pe.translateState=t.state.translationMode||t.config.translationMode||"dual"}function g7(t){let e=gs();pe&&(e=pe.id),pe=pe||{},pe.ctx=t,pe.id=e,pe.paragraphQueue=pe.paragraphQueue||[],Fm(t),pe.currentUrl=window.location.href,pe.paragraphEntities=pe.paragraphEntities||{},pe.autoIncreaseParagraphId=pe.autoIncreaseParagraphId||1,pe.interruptEffectDOM=!1,pe.observeContainers=pe.observeContainers||[],pe.observeParagraphs=pe.observeParagraphs||[],pe.dynamicContainerObserver=pe.dynamicContainerObserver||y7(pe),pe.ignoreResizeObserver=pe.ignoreResizeObserver||v7(pe),pe.containerVisibleObserver=pe.containerVisibleObserver||h7(pe),pe.paragraphVisibleObserver=pe.paragraphVisibleObserver||b7(pe),pe.injectCssToDocument=id,pe.walkContainer=Kr,pe.allInlineWindows=[window],window.onerror=f7(pe,t),window.immersiveTranslateSwitchTranslateState=Zm.bind(pe)}function x9(t,e){e.getRootNode()instanceof ShadowRoot?id(e.getRootNode(),t):id(e.ownerDocument,t),m7(t)}function m7(t){pe||(pe={},pe.ctx=t,pe.id=gs(),Qm(pe,t))}function Qm(t,e){t.paragraphQueue=[],t.injectCssToDocument=id;let n=an(e);return t.rule={excludeSelectors:n.excludeSelectors,selectors:n.selectors||[]},t.translationService=e.mouseHoverTranslationService,t.currentUrl=window.location.href,t.paragraphEntities={},t.autoIncreaseParagraphId=1,t.interruptEffectDOM=!1,t.urlChangeDelay=e.rule.urlChangeDelay,t.translateState=e.state.translationMode||e.config.translationMode||"dual",t.observeContainers=[],t.observeParagraphs=[],t.allInlineWindows=[window],window.switchTranslateState=Zm.bind(t),t}function si(t=!0){pe&&(pn("Original"),Ym(),u7(),zs(),pe.interruptEffectDOM=!0,pe.ignoreResizeObserver?.disconnect(),pe.dynamicContainerObserver?.disconnect(),pe.containerVisibleObserver?.disconnect(),pe.paragraphVisibleObserver?.disconnect(),pe.titleDynamicObserver?.disconnect(),OT(pe.ctx),J3(),X3(),t&&Zm.call(pe,"original"),Object.values(pe.paragraphEntities).forEach(e=>{e.commonAncestorContainer.paragraphs=null}),pe=null)}function f7(t,e){t.interruptEffectDOM=!1;let n;return function(r){let a=r.message,i=!1;return a?.indexOf("Minified React error")>=0&&(i=!0),i&&(clearTimeout(n),si(),n=setTimeout(()=>{bo(e)},t.urlChangeDelay||2e3)),!0}}function h7(t){return new IntersectionObserver((e,n)=>{t.interruptEffectDOM||e.forEach(r=>{r.intersectionRatio>0&&(qg(t,r.target),n.unobserve(r.target))})})}function b7(t){return new IntersectionObserver((e,n)=>{t.interruptEffectDOM||e.forEach(r=>{if(r.intersectionRatio>0){let a=r.target;(a.paragraphs||[]).forEach(o=>{jg(t,o)}),n.unobserve(a)}})})}var y9;function T7(t){if(t.urlChangeDelay<=0)return!1;let n=(window.location.href||"").split("#")[0];return t.currentUrl.split("#")[0]!=n?(clearTimeout(y9),t.translateState=="original"?!1:(si(t.urlChangeDelay>20),y9=setTimeout(()=>{let a=t.ctx;bo(a)},t.urlChangeDelay),!0)):!1}function y7(t){let e=t.ctx.rule,n=an(t.ctx);return new MutationObserver(r=>{if(!(e.mutationConfig.enableUrlChange&&T7(t))&&!t.interruptEffectDOM){for(let a of r)if(a.target.nodeType!=Node.COMMENT_NODE)try{if(e.mutationObserverLimitTargetSelectors.length>0&&!xn(a.target,e.mutationObserverLimitTargetSelectors)||e.mutationExcludeSelectors.length>0&&xn(a.target,e.mutationExcludeSelectors))continue;let i=a.target;if(a.type=="characterData"){let u=i.parentElement,l=1;for(;u&&!u.recordLength&&l<=5;){if(u.classList?.contains(wu)){u=null;break}u=u?.parentElement,l++}u?.recordLength&&u.recordLength!==u.innerHTML.length&&v9(t,n,u);continue}if(e.mutationConfig.checkSelfUpdate&&Vg(a))continue;if(i.recordLength){i.recordLength!==i.innerHTML.length&&v9(t,n,i);continue}if((a.addedNodes||[]).length<=0||a.target.nodeType!==Node.ELEMENT_NODE||!dt.isSkipMarkEle(a.target)&&!dt.isMarked(a.target,t.id)&&a.target.nodeName!=="BODY"&&!a.target.timer)continue;if(!la(i,{blockSelectors:n.blockSelectors,extraInlineSelectors:n.extraInlineSelectors,extraBlockSelectors:n.extraBlockSelectors,atomicBlockSelectors:n.atomicBlockSelectors},window.getComputedStyle(i))){let u=ji(n,i.parentElement);u&&(dt.clearToParentMark(i,u),S9(t,u));continue}[...a.addedNodes].filter(u=>u.nodeType==Node.COMMENT_NODE||u.immersive||Gt(u,[...t.ctx.rule.mutationExcludeSelectors,"."+bt])?!1:i.contains(u)).length&&S9(t,a.target)}catch(i){z.error(i)}}})}function v9(t,e,n){let r=t.ctx.rule;for(let o of r.mutationExcludeContainsSelectors)if(n.querySelector(o))return;if(Gt(n,r.mutationExcludeContainsSelectors))return;let a=r.mutationConfig.consumeTimeout||100,i=n;clearTimeout(i.timer),i.timer=setTimeout(()=>{Gg(n),Kr({id:t.id,container:n,filterRule:e,force:!0,onParagraph:o=>{ti(t,o,!0)},onFrame:()=>{},onIgnoreElement:()=>{}}),i.timer=null},a)}function S9(t,e,n=!0){let a=t.ctx.rule.mutationConfig.buildTimeout||100,i=e;dt.clearMark(i),clearTimeout(i.timer),i.timer=setTimeout(()=>{ei(e,t,n),i.timer=null},a)}function Gg(t){t.paragraphs=[],dt.clearMark(t),t.querySelectorAll("."+bt).forEach(e=>{e.remove()}),t.querySelectorAll("[data-immersive_translate_walked]").forEach(e=>{e.paragraphs=void 0,dt.clearMark(e)}),t.recordLength?t.recordLength=t.innerHTML.length:t.recordLength=void 0}function Vg(t){return[...t.addedNodes,...t.removedNodes].filter(n=>!(n.immersive||Gt(n,["."+bt]))).length==0}function v7(t){return new ResizeObserver((e,n)=>{if(!t.interruptEffectDOM)for(let r of e){if(r.target.nodeType!==Node.ELEMENT_NODE)return;let a=r.target,i=globalThis.getComputedStyle(a);Ig(i)||(n.unobserve(r.target),dt.clearMark(a),ei(a,t))}})}function Zm(t){this.translateState=t,Object.values(this.paragraphEntities).forEach(e=>{Os(e,t)}),t=="original"&&document.querySelectorAll(`.${bt}`).forEach(e=>e.remove())}function id(t,e){if(t instanceof HTMLIFrameElement){po(t.contentDocument,e);return}po(t,e)}async function Ov(t){let e=Xe(),n="auto";if(ye()){let r="";t.rule.pageType=="ebookReader"||t.rule.pageType=="ebookBuilder"?(r=Ep(t.mainFrame),n=await Ie({text:r,pageLangs:["en"]})):(r=Wi(t.mainFrame).slice(0,1e3),n=await Ie({text:r,pageLangs:[ft(),"en"]}))}else if(e)n=await Ie({text:Wi(t.mainFrame).slice(0,1e3),pageLangs:[ft(),"en"]});else if(t.rule.pageType=="ebookReader"||t.rule.pageType=="ebookBuilder"){let r="";r=Ep(t.mainFrame),n=await Ie({text:r,pageLangs:["en"]})}else n=await Z1();return n==="auto"&&(n=await jT()),S1(n),n}async function zv(){if(!pe)return;zs(),document.dispatchEvent(new CustomEvent(_t,{detail:JSON.stringify({type:"retryFailedParagraphsStart",payload:{}})}));let t=pe.paragraphEntities,e=Object.keys(t);for(let n of e){let r=t[n];if(r.error){pe.paragraphQueue.push(n);let i=r.commonAncestorContainer.querySelector(`[${xu}='${n}']`);i&&i.remove()}}yc.call(pe,pe.ctx)}async function Em(t,e){let n={};t&&t.detail?.trigger&&(n.trigger=t.detail.trigger),lt("share_to_draft",[{name:"share_to_draft",params:n}],{...e,sourceLanguage:yt()});let r=pe?.ctx||e,a=await Jt(),i=document.head.cloneNode(!0),s=document.body.cloneNode(!0),u=r.rule.shareConfig;[...u?.removeSelectors||[]].forEach(m=>{[...i?.querySelectorAll(m),...s?.querySelectorAll(m)].forEach(f=>{f.nodeName.toLowerCase()=="script"&&f.type=="application/ld+json"||f.remove()})});let c=u.injectCss?i1():"",p="";globalThis.document.documentElement.getAttributeNames().forEach(m=>{p+=`${m}="${globalThis.document.documentElement.getAttribute(m)}" `});let g="";globalThis.document.body.getAttributeNames().forEach(m=>{g+=`${m}="${globalThis.document.body.getAttribute(m)}" `});try{a.draft={url:globalThis.location.href,title:document.title,source_lang:r.sourceLanguage,target_lang:r.targetLanguage,content:` +`)}parseFromXml(e){if(!this.config.xmlTextSelector)throw new Error("xml text selector is required");let n=new DOMParser().parseFromString(e,"text/xml"),r=[...n.querySelectorAll(this.config.xmlTextSelector)];return{doc:n,subtitles:r}}};d();var rd=class extends He{hasSubtitle=!1;async mutationVideoChange(){let e=n7(location.href,document,this.config.avSerial);if(!e)return;let n=this.config.avSerial?.serialAttachIframe;if(n){let a=document.querySelector(n);if(!a)return;let i=new URL(a.getAttribute("src")||"");i.searchParams.set("code",e),a.setAttribute("src",i.toString());return}let r=await this.fetchSubtitle(e);r&&(qe(this.ctx,"ja","av"),this.hasSubtitle=!0,Gr(this.ctx,this.config.attachRule?.appendSelector||"",{videoSelector:this.config.videoSelector||"video",subtitleItems:r,ctx:this.ctx,lang:"ja"}))}isShowQuickButton(){return Promise.resolve(this.hasSubtitle)}async fetchSubtitle(e){try{let n=await de({url:`https://subhub.weixin.so/missav/${e}`,responseType:"text"});if(!n)throw new Error("request subtitle error");return Zs.parse(n,{format:"vtt"}).map(a=>({...a,start:a.start/1e3,end:a.end/1e3}))}catch(n){z.error("fetchSubtitle",n);return}}};function n7(t,e,n){if(!n)return;let r;if(n.type==="url"&&(r=t),n.type=="selector"&&n.selector&&(r=e?.querySelector(n.selector)?.textContent),!!r){if(n.regexStr){let a=r.match(new RegExp(n.regexStr));if(a)return a[1]||a[0]}return r.toLowerCase()}}var r7={youtube:qc,netflix:jc,webvtt:Eo,khanacademy:Hc,bilibili:Wc,udemy:Kc,hulu:Jc,text_track:La,text_track_dynamic:wo,general:Gc,live:Co,ebutt:Yc,disneyplus:Qc,"fmp4.xml":Zc,multi_attach_vtt:Xc,twitter:ed,subsrt:td,xml:nd,av:rd},ad;function Rv(t){try{let e=t.rule.subtitleRule;if(e.disabled||!e.type)return;let n=r7[e.type];if(!n)return;ad=new n(t)}catch(e){z.error(e)}}async function Ym(){ad?.onPageStatusChange()}async function a7(t,e){if(ad?.autoEnableSubtitleChanged(),e&&e.trigger==="popup"&&Xe())return;let n={auto_enable_subtitles:t.rule.subtitleRule.autoEnableSubtitle?"1":"0",video_platform:t.rule.id||""};e&&e.trigger&&(n.trigger=e.trigger),lt("auto_enable_subtitles_changed",[{name:"auto_enable_subtitles_changed",params:n}],t)}async function i7(){ad?.onTranslationModeChanged()}$1({autoEnableSubtitleChanged:a7,reloadSubtitleWithTranslationModeChanged:i7});var pe=null;function Gs(){return pe||null}function bo(t){o7(t),g7(t),c7(t),p7(t),po(document,t),pn("Translated"),d7(pe),l7(pe),HT(si),s7(pe),Ym(),S7()}function o7(t){if(t.state.translationArea==="main"&&t.rule.initialSelectorGlobalAttributes){let e=an(t);IT(document.body,t.rule.initialSelectorGlobalAttributes,t.rule.asideMaxTextCount,t.rule.asideMaxWordCount,t.rule.asideMaxTextCountPerParagraph,t.rule.asideMaxWordCountPerParagraph,e)}lo(t)&&ut(document.documentElement,me+"_rtl",t.targetLanguage)}function s7(t){WT(t)}function u7(){KT()}function l7(t){t.ctx.isMutationTranslationExcludeUrl||t.dynamicContainerObserver?.observe(document.body,{subtree:!0,childList:!0,characterData:!0});let{bodyNode:e,articleNode:n,bodyIsRoot:r}=LT(t.ctx);if(z.debug("bodyIsRoot",r,"bodyNode",e,"articleNode",n),t.ctx.bodyNode=e,t.ctx.articleNode=n,e&&ei(e,t),r)return;let a=[];t.ctx.rule.mainFrameSelector&&(a=[...document.querySelectorAll(t.ctx.rule.mainFrameSelector||"")]),a.length<=0&&(a=[document.body]),a.forEach(i=>{ei(i,t)})}async function c7(t){if(!t.state.isAutoTranslate&&t.config.tempTranslateDomainMinutes>0){let e=await Jt(),n=Date.now(),a=new URL(t.url).hostname,i=e.tempTranslationUrlMatches||[],o=i.findIndex(u=>u.match===a&&u.expiredAt>n),s=!1;o>-1||(i.push({match:a,expiredAt:n+t.config.tempTranslateDomainMinutes*60*1e3}),s=!0),s&&await Wt({...e,tempTranslationUrlMatches:[...i]})}}function d7(t){t.ctx.rule.isTranslateTitle&&(Og(t.ctx),t.titleDynamicObserver=RT(t.ctx))}function p7(t){if(t.rule.normalizeBody&&document.querySelector(t.rule.normalizeBody)){let n=document.body.innerHTML;document.body.innerHTML="",document.body.innerHTML=n}}function Fm(t){if(!pe)return;let e=an(t);pe.rule={excludeSelectors:e.excludeSelectors||[],selectors:e.selectors||[]},pe.containerRule={pageHeight:screen.availHeight,selectors:e.selectors},pe.translationService=t.translationService,pe.urlChangeDelay=t.rule.urlChangeDelay,pe.immediateTranslateCapacity=t.state.immediateTranslationTextCount,pe.translateState=t.state.translationMode||t.config.translationMode||"dual"}function g7(t){let e=gs();pe&&(e=pe.id),pe=pe||{},pe.ctx=t,pe.id=e,pe.paragraphQueue=pe.paragraphQueue||[],Fm(t),pe.currentUrl=window.location.href,pe.paragraphEntities=pe.paragraphEntities||{},pe.autoIncreaseParagraphId=pe.autoIncreaseParagraphId||1,pe.interruptEffectDOM=!1,pe.observeContainers=pe.observeContainers||[],pe.observeParagraphs=pe.observeParagraphs||[],pe.dynamicContainerObserver=pe.dynamicContainerObserver||y7(pe),pe.ignoreResizeObserver=pe.ignoreResizeObserver||v7(pe),pe.containerVisibleObserver=pe.containerVisibleObserver||h7(pe),pe.paragraphVisibleObserver=pe.paragraphVisibleObserver||b7(pe),pe.injectCssToDocument=id,pe.walkContainer=Kr,pe.allInlineWindows=[window],window.onerror=f7(pe,t),window.immersiveTranslateSwitchTranslateState=Zm.bind(pe)}function x9(t,e){e.getRootNode()instanceof ShadowRoot?id(e.getRootNode(),t):id(e.ownerDocument,t),m7(t)}function m7(t){pe||(pe={},pe.ctx=t,pe.id=gs(),Qm(pe,t))}function Qm(t,e){t.paragraphQueue=[],t.injectCssToDocument=id;let n=an(e);return t.rule={excludeSelectors:n.excludeSelectors,selectors:n.selectors||[]},t.translationService=e.mouseHoverTranslationService,t.currentUrl=window.location.href,t.paragraphEntities={},t.autoIncreaseParagraphId=1,t.interruptEffectDOM=!1,t.urlChangeDelay=e.rule.urlChangeDelay,t.translateState=e.state.translationMode||e.config.translationMode||"dual",t.observeContainers=[],t.observeParagraphs=[],t.allInlineWindows=[window],window.switchTranslateState=Zm.bind(t),t}function si(t=!0){pe&&(pn("Original"),Ym(),u7(),zs(),pe.interruptEffectDOM=!0,pe.ignoreResizeObserver?.disconnect(),pe.dynamicContainerObserver?.disconnect(),pe.containerVisibleObserver?.disconnect(),pe.paragraphVisibleObserver?.disconnect(),pe.titleDynamicObserver?.disconnect(),OT(pe.ctx),J3(),X3(),t&&Zm.call(pe,"original"),Object.values(pe.paragraphEntities).forEach(e=>{e.commonAncestorContainer.paragraphs=null}),pe=null)}function f7(t,e){t.interruptEffectDOM=!1;let n;return function(r){let a=r.message,i=!1;return a?.indexOf("Minified React error")>=0&&(i=!0),i&&(clearTimeout(n),si(),n=setTimeout(()=>{bo(e)},t.urlChangeDelay||2e3)),!0}}function h7(t){return new IntersectionObserver((e,n)=>{t.interruptEffectDOM||e.forEach(r=>{r.intersectionRatio>0&&(qg(t,r.target),n.unobserve(r.target))})})}function b7(t){return new IntersectionObserver((e,n)=>{t.interruptEffectDOM||e.forEach(r=>{if(r.intersectionRatio>0){let a=r.target;(a.paragraphs||[]).forEach(o=>{jg(t,o)}),n.unobserve(a)}})})}var y9;function T7(t){if(t.urlChangeDelay<=0)return!1;let n=(window.location.href||"").split("#")[0];return t.currentUrl.split("#")[0]!=n?(clearTimeout(y9),t.translateState=="original"?!1:(si(t.urlChangeDelay>20),y9=setTimeout(()=>{let a=t.ctx;bo(a)},t.urlChangeDelay),!0)):!1}function y7(t){let e=t.ctx.rule,n=an(t.ctx);return new MutationObserver(r=>{if(!(e.mutationConfig.enableUrlChange&&T7(t))&&!t.interruptEffectDOM){for(let a of r)if(a.target.nodeType!=Node.COMMENT_NODE)try{if(e.mutationObserverLimitTargetSelectors.length>0&&!xn(a.target,e.mutationObserverLimitTargetSelectors)||e.mutationExcludeSelectors.length>0&&xn(a.target,e.mutationExcludeSelectors))continue;let i=a.target;if(a.type=="characterData"){let u=i.parentElement,l=1;for(;u&&!u.recordLength&&l<=5;){if(u.classList?.contains(wu)){u=null;break}u=u?.parentElement,l++}u?.recordLength&&u.recordLength!==u.innerHTML.length&&v9(t,n,u);continue}if(e.mutationConfig.checkSelfUpdate&&Vg(a))continue;if(i.recordLength){i.recordLength!==i.innerHTML.length&&v9(t,n,i);continue}if((a.addedNodes||[]).length<=0||a.target.nodeType!==Node.ELEMENT_NODE||!dt.isSkipMarkEle(a.target)&&!dt.isMarked(a.target,t.id)&&a.target.nodeName!=="BODY"&&!a.target.timer)continue;if(!la(i,{blockSelectors:n.blockSelectors,extraInlineSelectors:n.extraInlineSelectors,extraBlockSelectors:n.extraBlockSelectors,atomicBlockSelectors:n.atomicBlockSelectors},window.getComputedStyle(i))){let u=ji(n,i.parentElement);u&&(dt.clearToParentMark(i,u),S9(t,u));continue}[...a.addedNodes].filter(u=>u.nodeType==Node.COMMENT_NODE||u.immersive||Gt(u,[...t.ctx.rule.mutationExcludeSelectors,"."+bt])?!1:i.contains(u)).length&&S9(t,a.target)}catch(i){z.error(i)}}})}function v9(t,e,n){let r=t.ctx.rule;for(let o of r.mutationExcludeContainsSelectors)if(n.querySelector(o))return;if(Gt(n,r.mutationExcludeContainsSelectors))return;let a=r.mutationConfig.consumeTimeout||100,i=n;clearTimeout(i.timer),i.timer=setTimeout(()=>{Gg(n),Kr({id:t.id,container:n,filterRule:e,force:!0,onParagraph:o=>{ti(t,o,!0)},onFrame:()=>{},onIgnoreElement:()=>{}}),i.timer=null},a)}function S9(t,e,n=!0){let a=t.ctx.rule.mutationConfig.buildTimeout||100,i=e;dt.clearMark(i),clearTimeout(i.timer),i.timer=setTimeout(()=>{ei(e,t,n),i.timer=null},a)}function Gg(t){t.paragraphs=[],dt.clearMark(t),t.querySelectorAll("."+bt).forEach(e=>{e.remove()}),t.querySelectorAll("[data-immersive_translate_walked]").forEach(e=>{e.paragraphs=void 0,dt.clearMark(e)}),t.recordLength?t.recordLength=t.innerHTML.length:t.recordLength=void 0}function Vg(t){return[...t.addedNodes,...t.removedNodes].filter(n=>!(n.immersive||Gt(n,["."+bt]))).length==0}function v7(t){return new ResizeObserver((e,n)=>{if(!t.interruptEffectDOM)for(let r of e){if(r.target.nodeType!==Node.ELEMENT_NODE)return;let a=r.target,i=globalThis.getComputedStyle(a);Ig(i)||(n.unobserve(r.target),dt.clearMark(a),ei(a,t))}})}function Zm(t){this.translateState=t,Object.values(this.paragraphEntities).forEach(e=>{Os(e,t)}),t=="original"&&document.querySelectorAll(`.${bt}`).forEach(e=>e.remove())}function id(t,e){if(t instanceof HTMLIFrameElement){po(t.contentDocument,e);return}po(t,e)}async function Ov(t){let e=Xe(),n="auto";if(ye()){let r="";t.rule.pageType=="ebookReader"||t.rule.pageType=="ebookBuilder"?(r=Ep(t.mainFrame),n=await Ie({text:r,pageLangs:["en"]})):(r=Wi(t.mainFrame).slice(0,1e3),n=await Ie({text:r,pageLangs:[ft(),"en"]}))}else if(e)n=await Ie({text:Wi(t.mainFrame).slice(0,1e3),pageLangs:[ft(),"en"]});else if(t.rule.pageType=="ebookReader"||t.rule.pageType=="ebookBuilder"){let r="";r=Ep(t.mainFrame),n=await Ie({text:r,pageLangs:["en"]})}else n=await Z1();return n==="auto"&&(n=await jT()),S1(n),n}async function zv(){if(!pe)return;zs(),document.dispatchEvent(new CustomEvent(_t,{detail:JSON.stringify({type:"retryFailedParagraphsStart",payload:{}})}));let t=pe.paragraphEntities,e=Object.keys(t);for(let n of e){let r=t[n];if(r.error){pe.paragraphQueue.push(n);let i=r.commonAncestorContainer.querySelector(`[${xu}='${n}']`);i&&i.remove()}}yc.call(pe,pe.ctx)}async function Em(t,e){let n={};t&&t.detail?.trigger&&(n.trigger=t.detail.trigger),lt("share_to_draft",[{name:"share_to_draft",params:n}],{...e,sourceLanguage:yt()});let r=pe?.ctx||e,a=await Jt(),i=document.head.cloneNode(!0),s=document.body.cloneNode(!0),u=r.rule.shareConfig;[...u?.removeSelectors||[]].forEach(g=>{[...i?.querySelectorAll(g),...s?.querySelectorAll(g)].forEach(f=>{f.nodeName.toLowerCase()=="script"&&f.type=="application/ld+json"||f.remove()})});let c=u.injectCss?i1():"",p="";globalThis.document.documentElement.getAttributeNames().forEach(g=>{p+=`${g}="${globalThis.document.documentElement.getAttribute(g)}" `});let m="";globalThis.document.body.getAttributeNames().forEach(g=>{m+=`${g}="${globalThis.document.body.getAttribute(g)}" `});try{a.draft={url:globalThis.location.href,title:document.title,source_lang:r.sourceLanguage,target_lang:r.targetLanguage,content:` ${i.innerHTML} - ${s.innerHTML}`.replaceAll('data-immersive-translate-translation-element-mark="1"',"dim_m='1'").replace(/data-immersive-translate-walked=\".+?\"/g,"dim_w='1'").replace(/data-on-parse-paragraph=\".+?\"/g,"").replace(/data-consume-paragraph=\".+?\"/g,"").replace(/data-consume-container=\".+?\"/g,"").replace(/immersive-translate-target-([a-z\-]+)/g,(b,h)=>"imt_"+h.replaceAll("translation","t"))},await Wt(a);let f=Me().SHARE_DRAFT_URL,T=r.rule;if(T.shareConfig?.sharePath){let b=new URL(f);b.pathname=T.shareConfig.sharePath,f=b.toString()}Qi(f)}catch(m){z.error(m)}}async function pv(){let t=await Jt();t.draft&&globalThis.document.dispatchEvent(new CustomEvent(Mh,{detail:JSON.stringify(t.draft)}))}async function S7(){try{if(await Pl("reportActive"))return;z.debug("\u672A\u6FC0\u6D3B\u8FC7");let e=await bp();await de({url:zo+"/v1/user/campaign-info-translated/"+e,method:"POST",headers:{"content-type":"application/json"}}),Ts("reportActive","1")}catch(t){z.error(t)}}var x7=new AbortController,{signal:E7}=x7,od=0,sd=0,Do=!1,ci,E9=0,_a=[];function yo(t,e){C7();let n=t,r=n.config,a=r.generalRule.mouseHoverHoldKey==="Off",i=r.mouseModifierKeyPressTimeout||400;n.state.isTranslateDirectlyOnHover===!0&&(a=!1);let o=n.state.isTranslateDirectlyOnHover===!0||r.generalRule.mouseHoverHoldKey==="Auto";function s(){o=!o,o?(z.debug("mouse hover translate on"),n.state.isTranslateDirectlyOnHover=!0,yo(n,e)):(z.debug("mouse hover translate off"),n.state.isTranslateDirectlyOnHover=!1,yo(n,e))}document.addEventListener(Fo,s),_a.push(()=>{document.removeEventListener(Fo,s)});let u=Vn(g=>{if(!(Math.abs(g.clientX-od)+Math.abs(g.clientY-sd)<=3)&&(od=g.clientX,sd=g.clientY,o||Do&&!ci)){let m=A9(n.rule,e);if(m){if(tf(m))return;ef(n,!1,m)}}},o?700:300),l=g=>{let m=g.target;tf(m)||ef(n,!0)},c=g=>{let m=r?.generalRule?.mouseHoverHoldKey?.toLowerCase()||"alt",f=yn.getPressedKeyCodes();if(f.length>1&&yn[m]&&(E9=Date.now(),Do=!1),f.length===1&&yn[m]){let T=Date.now();Do=!0,ci&&clearTimeout(ci),ci=setTimeout(()=>{let b=E9-T;b>0&&b<=i?Do=!1:l(g),ci=void 0},i)}};if(_a.push(()=>{ci&&clearTimeout(ci)}),a)return;Jm("mousemove",u,e),_a.push(()=>{e.removeEventListener("mousemove",u)});function p(){o?u.cancel():Do=!1}if(Jm("blur",p,e),_a.push(()=>{e.removeEventListener("blur",p)}),!o){let g=r?.generalRule?.mouseHoverHoldKey?.toLowerCase()||"alt",m=e4;Jm("keyup",C9,e),_a.push(()=>{e.removeEventListener("keyup",C9)}),m.includes(g)?yn("*","mouseHover",c):yn(r.generalRule.mouseHoverHoldKey,"mouseHover",l),yn.setScope("mouseHover"),_a.push(()=>{yn.deleteScope("mouseHover")})}}function C7(){_a.forEach(t=>t()),_a=[],yn.setScope("all")}function C9(t){Do=!1}function Jm(t,e,n=window){return n.addEventListener(t,e,{signal:E7})}function ef(t,e,n,r=window){if(n=n||A9(t.rule,r),!n){z.debug("can not find selection part!");return}if(D7(n,e))return;if(tf(n)){z.debug("exclude dom");return}x9(t,n);let i=Gs();i&&(i.setupMouseHoverListener=yo);let o=an(t);o.excludeSelectors=[],o.selectors=[];let s=!1,u=Qm({...i},t);Kr({id:i.id,container:n,filterRule:o,force:!0,onParagraph:l=>{ti(u,l,!0,"hover").then(c=>{if(c&&!s){s=!0;let p=Date.now();Je(Ih,p),lt("mouse_hover_translate",[{name:"mouse_hover_translate"}],{...t,sourceLanguage:"mouseHover"})}})},onFrame:()=>{},onIgnoreElement:()=>{}})}function A9(t,e){return w7(od,sd,t,e)}function w7(t,e,n,r){let a=b1(t,e,n,r);if(a==null)return;let i=()=>{let u=r.document.elementFromPoint(t,e);if(!u)return;let l=T1(u,t,e);return l===u?u.nodeName==="BUTTON"?u:void 0:D9(l,n)},o=()=>{try{a.setStartBefore(a.startContainer),a.setEndAfter(a.startContainer)}catch(l){z.debug("get mouse over word fail",l)}let u=a.getBoundingClientRect();if(!(u.left>t||u.righte||u.bottom{k7(r)}),!0}function A7(t){let e=[t];if(t.nodeName=="FONT"&&t.classList.contains("immersive-translate-target-wrapper"))e=[t.parentElement];else{let r=[...t.querySelectorAll(".immersive-translate-target-wrapper")].map(a=>a.parentElement).filter(a=>!!a);r.length&&(e=r)}return e.filter(n=>n?.paragraphs&&n?.paragraphs.length>0)}function k7(t){let e=Gs();e&&(!t.paragraphs||!t.paragraphs.length||(t.paragraphs.forEach(n=>{Os(n,n.state==="original"?e.translateState:"original")}),t.paragraphs=[]))}function Xm(t){return!!(t.host&&t.mode)}function w9(t,e){let n=t.parentNode;if(n.nodeName==="BODY"||Xm(n))return t;for(;n&&n.nodeName!=="BODY"&&!Xm(n)&&Sp(n,e);){let r=n.parentNode;if(r&&Xm(r))break;n=r}return n}function D9(t,e){return t.nodeType===Node.TEXT_NODE||Sp(t,e)?w9(t,e):t}function k9(t,e){od=e.clientX,sd=e.clientY,ef(t,!0)}var Js=[];function nf(t,e){let n=0,r=0,a,i=s=>{let u=new Date().getTime();r++,u-n<300?o(s):r=1,n=u},o=s=>{clearTimeout(a),r===parseInt(t+"")&&(a=setTimeout(()=>{r=0,e(s)},400))};document.addEventListener("click",i),Js.push(()=>{document.removeEventListener("click",i)})}function P9(t,e){let n=0,r=0,a=0,i=s=>{let u=s.changedTouches[0];n=new Date().getTime(),r=u.clientX,a=u.clientY},o=s=>{let u=s.changedTouches[0];n-new Date().getTime()>1e3||Math.abs(a-u.clientY)>50||(t==="left"&&u.clientX-r>50&&e(s.changedTouches[0]),t==="right"&&u.clientX-r<-50&&e(s.changedTouches[0]))};document.addEventListener("touchstart",i),document.addEventListener("touchend",o),Js.push(()=>{document.removeEventListener("touchstart",i),document.removeEventListener("touchend",o)})}function ud(t,e){let n,r=a=>{clearTimeout(n),a.touches.length===parseInt(t+"")&&(n=setTimeout(()=>{e(a.changedTouches[0])},200))};document.addEventListener("touchstart",r),Js.push(()=>{document.removeEventListener("touchstart",r)})}var rf={touchShortcutsOff:()=>{},"multipleClick.2":nf,"multipleClick.3":nf,"multipleClick.4":nf,"slide.left":P9,"slide.right":P9,"fingers.2":ud,"fingers.3":ud,"fingers.4":ud,"fingers.5":ud};async function gv(t){try{B7();let e=await qr(),n=Jh.find(r=>r.name==="touch");if(!n)return;n.shortcuts.forEach(r=>{if(typeof r=="string")return;let a=P7(t,e,r.command),i=rf[a];if(a==="touchShortcutsOff"||!i)return;let o=a.split(".");if(o.length!==2)return;let s=o[1];s&&i(s,u=>{M7(r.command,t,u)})})}catch(e){z.error(e)}}function P7(t,e,n){if(!e.generalRule)return t.config.generalRule[n];if(e.generalRule[n])return e.generalRule[n];let r={touchShortcutsToggleTranslatePage:"fingerCountToToggleTranslagePageWhenTouching",touchShortcutsToggleTranslationMask:"fingerCountToToggleTranslationMaskWhenTouching",touchShortcutsToggleTranslatePageOnlyTranslation:"fingerCountToToggleTranslagePageOnlyTranslationWhenTouching"};return r[n]&&e.generalRule[r[n]]?`fingers.${e.generalRule[r[n]]}`:t.config.generalRule[n]||""}var L7=()=>{Pm();let t=new CustomEvent(wr,{detail:{method:"toggleTranslatePage"}});globalThis.document.dispatchEvent(t)},_7=()=>{_m();let t=new CustomEvent(wr,{detail:{method:"toggleOnlyTranslation"}});globalThis.document.dispatchEvent(t)},F7=()=>{Lm();let t=new CustomEvent(wr,{detail:{method:"toggleTranslationMask"}});globalThis.document.dispatchEvent(t)},L9=0,M7=(t,e,n)=>{new Date().getTime()-L9<200||(L9=new Date().getTime(),t==="touchShortcutsToggleTranslatePage"?L7():t==="touchShortcutsToggleTranslationMask"?F7():t==="touchShortcutsToggleTranslatePageOnlyTranslation"?_7():t==="touchShortcutsToggleTranslateTouchElement"&&k9(e,n))};function B7(){Js.forEach(t=>{t()}),Js=[]}function _9(t){let{t:e}=xe(),{ctx:n,setSettings:r}=t,a=I7(t);return _o(n.localConfig)?a.length?w("div",{class:"flex mt-3 items-center justify-between",children:[w("div",{class:"flex items-center",children:[w("label",{class:"mb-0 mr-2 shrink-0",children:[e("mouse-translate"),":"]}),w(va,{style:{width:"100%",maxWidth:"100%"},className:"transform-padding-left min-select",items:a})]}),w("input",{type:"checkbox",role:"switch",class:"shrink-0",checked:n.config.generalRule.mouseHoverHoldKey!=="Off",onChange:i=>{let o=i.target.checked;r(s=>{let u=s.generalRule?.mouseHoverPreferenceKey||n.config.generalRule.mouseHoverPreferenceKey||Oo[0];return{...s,generalRule:{...s.generalRule,mouseHoverHoldKey:o?u:"Off"}}})}})]}):null:w(R7,{...t})}function I7({ctx:t,openOptionsPage:e,setSettings:n}){let{t:r}=xe(),a=Ne(()=>{let s=t.config.generalRule,u=s.mouseHoverPreferenceKey;return s.mouseHoverHoldKey!=="Off"&&u!==s.mouseHoverHoldKey&&(u=s.mouseHoverHoldKey),u},[t]),i=Ne(()=>Oo.filter(s=>!(s==="Off"||Oo.includes(a)&&s==="OtherCustom")),[t,a]);return Ne(()=>i.map(s=>{let u=r("mouseHoldKey",{key:tc(s)}),l=Oo.includes(a),c=s===a;return s==="Auto"?u=r("mouseHoldKeyAuto"):s==="Off"?u=r("mouseHoldKeyOff"):s==="OtherCustom"?u=l?r("mouseHoldKeyOther"):r("mouseHoldKeyCustomKey",{key:a}):s==="Other"&&(u=r("mouseHoldKeyOther")),l||s==="OtherCustom"&&(c=!0),{label:u,value:s,selected:c,onSelected:p=>{p.value==="Other"?e("#shortcuts"):n(g=>{let m={...g.generalRule,mouseHoverPreferenceKey:p.value};return t.config.generalRule.mouseHoverHoldKey!=="Off"&&(m.mouseHoverHoldKey=p.value),{...g,generalRule:m}})}}}),[i,a])}function R7(t){let{ctx:e,setSettings:n}=t,{t:r}=xe(),a=e.config.generalRule,i=Object.keys(rf).filter(l=>l!="touchShortcutsOff"),o=a.touchShortcutsToggleTranslateTouchElement,s=a.touchShortcutsToggleTranslateTouchElementPreferenceKey,u=s||"touchShortcutsOff";return o!=="touchShortcutsOff"&&o!==s&&(u=o),w("div",{class:"flex mt-3 items-center justify-between",children:[w("div",{class:"flex items-center",children:[w("label",{class:"mb-0 mr-2 shrink-0",children:[r("touch.mouse-translate"),":"]}),w(va,{style:{width:"100%",maxWidth:"100%"},className:"transform-padding-left min-select",items:i.map((l,c)=>({value:l,label:r(l),selected:l==u,onSelected(p){n(g=>{let m={...g.generalRule,touchShortcutsToggleTranslateTouchElementPreferenceKey:p.value};return e.config.generalRule.touchShortcutsToggleTranslateTouchElement!=="touchShortcutsOff"&&(m.touchShortcutsToggleTranslateTouchElement=p.value),{...g,generalRule:m}})}}))})]}),w("input",{type:"checkbox",role:"switch",class:"shrink-0",checked:e.config.generalRule.touchShortcutsToggleTranslateTouchElement!=="touchShortcutsOff",onChange:l=>{let c=l.target.checked;n(p=>{let g=p.generalRule?.touchShortcutsToggleTranslateTouchElementPreferenceKey||e.config.generalRule.touchShortcutsToggleTranslateTouchElementPreferenceKey||"slide.left";return{...p,generalRule:{...p.generalRule,touchShortcutsToggleTranslateTouchElement:c?g:"touchShortcutsOff"}}})}})]})}d();function F9(t){let{isAlwaysTranslateLang:e}=O7({ctx:t.ctx,currentLang:t.currentLang}),{t:n}=xe();if(t.currentLang!=="auto")return w("div",{class:"flex justify-between mt-3 items-center",children:[w("label",{class:"mb-0 text-overflow-ellipsis flex-1",children:n("alwaysTranslateSomeLanguage",{language:fa(t.currentLang,t.ctx.config.interfaceLanguage,!1,!0)})}),w("input",{id:"alwaysTranslateThisLanugage",name:"alwaysTranslateThisLanugage",type:"checkbox",role:"switch",class:"shrink-0",checked:!!e,onChange:a=>{let i=a.target.checked;r(i?"matches":void 0)}})]});return w("span",{});function r(a){if(!a){t.setSettings(s=>{let u={...s.translationLanguagePattern};return{...s,translationLanguagePattern:{...s.translationLanguagePattern,matches:bl(t.currentLang,u.matches),excludeMatches:bl(t.currentLang,u.excludeMatches)}}});return}let i=a,o=i==="matches"?"excludeMatches":"matches";t.currentLang&&t.setSettings(s=>{let u={...s.translationLanguagePattern};return u[i]=hl(t.currentLang,u[i]),u[o]=bl(t.currentLang,u[o]),{...s,translationLanguagePattern:{...s.translationLanguagePattern,...u}}}),i==="matches"&&t.pageStatus==="Original"&&setTimeout(()=>{t.onTranslatePage(),t.onClose()},100)}}function O7({ctx:t,currentLang:e}){let n=null;if(e&&e!=="auto"){let{translationLanguagePattern:r}=t.config,{matches:a}=r;a.includes(e)?n=!0:n=!1}return{isAlwaysTranslateLang:n}}d();d();var M9=w("svg",{width:"24",height:"24",viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg",fill:"#222222",children:[w("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M19.4284 6.59193L15.1187 2.28564H6.28557C5.83092 2.28564 5.39488 2.46626 5.07339 2.78775C4.7519 3.10924 4.57129 3.54527 4.57129 3.99993V9.71422V18.8571V19.9999C4.57129 20.4546 4.7519 20.8906 5.07339 21.2121C5.39488 21.5336 5.83092 21.7142 6.28557 21.7142H17.7141C18.1688 21.7142 18.6048 21.5336 18.9263 21.2121C19.2478 20.8906 19.4284 20.4546 19.4284 19.9999V18.8571V9.71422V6.59193ZM15.341 6.82964V4.93136L17.2404 6.82964H15.341ZM6.28551 18.8571V19.9999H17.7141V18.8571V8.54335H13.6272L13.6267 3.99992H6.28551V18.8571Z"}),w("rect",{x:"7.55957",y:"10.2002",width:"8.88",height:"1.8",fill:"#EA4C89"}),w("rect",{x:"7.55957",y:"13.2002",width:"8.88",height:"1.68",fill:"#EA4C89"}),w("rect",{x:"7.55957",y:"16.0801",width:"4.92",height:"1.8",fill:"#EA4C89"})]}),B9=w("svg",{xmlns:"http://www.w3.org/2000/svg",width:"22",height:"22",viewBox:"0 0 24 24",fill:"#222222",children:[w("path",{d:"M19.4289 2.85693C19.654 2.85693 19.8769 2.90127 20.0849 2.98743C20.2929 3.07358 20.4818 3.19985 20.641 3.35904C20.8002 3.51822 20.9265 3.7072 21.0126 3.91519C21.0988 4.12318 21.1431 4.3461 21.1431 4.57122V19.4284C21.1431 19.6535 21.0988 19.8764 21.0126 20.0844C20.9265 20.2924 20.8002 20.4814 20.641 20.6405C20.4818 20.7997 20.2929 20.926 20.0849 21.0122C19.8769 21.0983 19.654 21.1426 19.4289 21.1426H4.57171C4.11705 21.1426 3.68102 20.962 3.35952 20.6405C3.03803 20.3191 2.85742 19.883 2.85742 19.4284V4.57122C2.85742 4.11656 3.03803 3.68053 3.35952 3.35904C3.68102 3.03755 4.11705 2.85693 4.57171 2.85693H19.4289ZM19.4289 9.14265H4.57171V19.4284H19.4289V9.14265ZM8.00028 4.57122H4.57171V7.42836H8.00028V4.57122ZM14.286 4.57122H9.71457V7.42836H14.286V4.57122ZM19.4289 4.57122H16.0003V7.42836H19.4289V4.57122Z"}),w("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M10.2854 10.543C10.4843 10.5431 10.6797 10.5951 10.8523 10.6938L15.4066 13.2955C15.5815 13.3955 15.7269 13.5399 15.828 13.7142C15.9292 13.8884 15.9824 14.0863 15.9824 14.2878C15.9824 14.4893 15.9292 14.6872 15.828 14.8615C15.7269 15.0357 15.5815 15.1802 15.4066 15.2801L10.8523 17.8824C10.6785 17.9817 10.4816 18.0336 10.2814 18.0329C10.0812 18.0322 9.88476 17.9789 9.71164 17.8784C9.53851 17.7779 9.39483 17.6337 9.29496 17.4602C9.19509 17.2867 9.14254 17.09 9.14258 16.8898V11.6858C9.14258 11.3827 9.26299 11.092 9.47731 10.8777C9.69164 10.6634 9.98233 10.543 10.2854 10.543ZM10.8569 12.6704V15.9047L13.6872 14.2875L10.8569 12.6704Z",fill:"#EA4C89"})]}),I9=w("svg",{xmlns:"http://www.w3.org/2000/svg",width:"22",height:"22",viewBox:"0 0 24 24",fill:"#222222",children:[w("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M19.4979 2.78775C19.1764 2.46626 18.7404 2.28564 18.2857 2.28564H5.71429C5.25963 2.28564 4.82359 2.46626 4.5021 2.78775C4.18061 3.10924 4 3.54527 4 3.99993V19.9999C4 20.2251 4.04434 20.448 4.13049 20.656C4.21664 20.8639 4.34292 21.0529 4.5021 21.2121C4.66129 21.3713 4.85027 21.4976 5.05826 21.5837C5.26624 21.6699 5.48916 21.7142 5.71429 21.7142H18.2857C18.5108 21.7142 18.7338 21.6699 18.9417 21.5837C19.1497 21.4976 19.3387 21.3713 19.4979 21.2121C19.6571 21.0529 19.7834 20.8639 19.8695 20.656C19.9557 20.448 20 20.2251 20 19.9999V3.99993C20 3.54527 19.8194 3.10924 19.4979 2.78775ZM5.71429 18.8571H18.2857V19.9999H5.71429V18.8571ZM5.71428 3.95993V17.1028H18.2857V3.95993H5.71428Z"}),w("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M13.5033 3.95996V10.8171L10.6462 9.55653L7.78906 10.8171V3.95996H9.50334V8.18682L10.6462 7.68282L11.7891 8.18682V3.95996H13.5033Z",fill:"#EA4C89"})]}),R9=w("svg",{xmlns:"http://www.w3.org/2000/svg",width:"18",height:"18",viewBox:"0 0 20 20",fill:"#B3B3B3",children:w("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M11.0402 2.56219C10.8673 2.38914 10.6329 2.29178 10.3883 2.2915H9.61327C9.36886 2.29316 9.13508 2.39169 8.96323 2.5655C8.79138 2.7393 8.6955 2.97417 8.6966 3.21859V4.08317L7.88827 4.38838C7.27152 4.62052 6.69744 4.95314 6.18931 5.37275L5.51952 5.92484L4.76848 5.4915L4.7539 5.48317C4.61453 5.40172 4.45595 5.35893 4.29452 5.35921C4.13241 5.35919 3.97315 5.40182 3.83273 5.48282C3.69231 5.56382 3.57567 5.68033 3.49452 5.82067L3.12577 6.45817C3.00657 6.66857 2.9746 6.91731 3.03672 7.15101C3.09885 7.38471 3.25012 7.58474 3.45806 7.70817L3.47056 7.72171L4.21952 8.15505L4.07785 9.00817C3.96954 9.6575 3.96954 10.3203 4.07785 10.9696L4.2164 11.8207L3.46848 12.2519L3.44556 12.2655C3.23393 12.3881 3.07956 12.5896 3.0163 12.8259C2.95303 13.0622 2.98603 13.3139 3.10806 13.5259L3.50077 14.2061C3.58233 14.3463 3.6992 14.4627 3.83975 14.5436C3.9803 14.6246 4.13961 14.6673 4.30181 14.6675C4.46324 14.6678 4.62182 14.625 4.76119 14.5436L4.7841 14.53L5.53306 14.0978L6.20181 14.6457C6.70534 15.0591 7.27331 15.3871 7.88306 15.6165L8.6914 15.9217V16.7853C8.6914 17.0298 8.78849 17.2644 8.96134 17.4375C9.1342 17.6105 9.36868 17.7079 9.61327 17.7082H10.3883C10.5096 17.7086 10.6299 17.685 10.7422 17.6389C10.8544 17.5928 10.9565 17.525 11.0425 17.4393C11.1285 17.3537 11.1968 17.2519 11.2435 17.1399C11.2901 17.0278 11.3142 16.9077 11.3143 16.7863V15.9217L12.1226 15.6165C12.7394 15.3844 13.3135 15.0517 13.8216 14.6321L14.4914 14.08L15.2424 14.5134L15.257 14.5228C15.469 14.6447 15.7206 14.6775 15.9567 14.614C16.1929 14.5505 16.3941 14.3959 16.5164 14.1842L16.8851 13.5467C17.0068 13.3348 17.0397 13.0834 16.9764 12.8473C16.9132 12.6113 16.759 12.41 16.5476 12.2873L16.532 12.278L15.782 11.8457L15.9237 10.9915C16.032 10.3422 16.032 9.67938 15.9237 9.03005L15.7851 8.179L16.5331 7.74775L16.556 7.73421C16.7676 7.61158 16.922 7.41003 16.9852 7.17376C17.0485 6.93749 17.0155 6.68577 16.8935 6.4738L16.5008 5.79359C16.4192 5.65338 16.3023 5.53699 16.1618 5.45603C16.0212 5.37506 15.8619 5.33234 15.6997 5.33213C15.5383 5.33185 15.3797 5.37464 15.2404 5.45609L15.2174 5.46963L14.4685 5.90192L13.7997 5.354C13.2962 4.94059 12.7282 4.61262 12.1185 4.38317L11.3101 4.07796V3.21442C11.3101 2.96983 11.2131 2.73524 11.0402 2.56219ZM9.61327 1.0415H10.3883C10.6736 1.04164 10.9562 1.09798 11.2197 1.20731C11.4833 1.31663 11.7228 1.4768 11.9245 1.67867C12.1261 1.88054 12.2861 2.12016 12.3951 2.38384C12.5042 2.64753 12.5603 2.93011 12.5601 3.21546C13.2969 3.49312 13.9834 3.88931 14.5924 4.38838L14.6154 4.37484C14.8625 4.2313 15.1356 4.13798 15.4189 4.10025C15.7023 4.06251 15.9903 4.0811 16.2664 4.15495C16.5425 4.2288 16.8013 4.35644 17.028 4.53057C17.2547 4.7047 17.4447 4.92187 17.5872 5.16963L17.9799 5.84984C18.1226 6.09693 18.2153 6.36972 18.2525 6.65262C18.2897 6.93552 18.2709 7.22299 18.197 7.49859C18.123 7.7742 17.9956 8.03254 17.8218 8.25885C17.648 8.48516 17.4313 8.67501 17.1841 8.81755L17.1612 8.83109C17.2248 9.21777 17.2569 9.60899 17.257 10.0009C17.2552 10.4017 17.2203 10.8016 17.1529 11.1967L17.1685 11.205C17.6673 11.4933 18.0313 11.9678 18.1803 12.5243C18.3294 13.0809 18.2513 13.6738 17.9633 14.1728L17.5956 14.8103C17.3075 15.3093 16.833 15.6734 16.2765 15.8227C15.72 15.9719 15.1269 15.894 14.6279 15.6061L14.6133 15.5978C13.999 16.1043 13.3053 16.5059 12.5601 16.7863C12.5599 17.3622 12.331 17.9145 11.9237 18.3217C11.5165 18.729 10.9642 18.9579 10.3883 18.9582H9.61327C9.32792 18.958 9.04539 18.9017 8.78181 18.7924C8.51823 18.683 8.27877 18.5229 8.07709 18.321C7.87541 18.1191 7.71547 17.8795 7.6064 17.6158C7.49733 17.3521 7.44126 17.0696 7.4414 16.7842C6.70459 16.5066 6.01812 16.1104 5.40911 15.6113L5.38619 15.6248C5.13939 15.7686 4.86664 15.8623 4.58357 15.9005C4.30049 15.9387 4.01267 15.9206 3.73659 15.8474C3.4605 15.7741 3.20159 15.6471 2.97469 15.4736C2.74779 15.3001 2.55736 15.0835 2.41431 14.8363L2.0216 14.1561C1.8789 13.909 1.78628 13.6362 1.74904 13.3533C1.7118 13.0704 1.73068 12.7829 1.80459 12.5073C1.87849 12.2317 2.00599 11.9734 2.17977 11.7471C2.35356 11.5208 2.57025 11.3309 2.81744 11.1884L2.84035 11.1748C2.7767 10.7882 2.74465 10.3969 2.74452 10.005C2.74637 9.60425 2.78121 9.20429 2.84869 8.80921L2.83306 8.80088C2.33422 8.51264 1.97027 8.0381 1.82123 7.48158C1.67218 6.92506 1.75025 6.33214 2.03827 5.83317L2.40598 5.19046C2.69404 4.69144 3.16851 4.32727 3.72504 4.17803C4.28157 4.02879 4.87459 4.1067 5.37369 4.39463L5.38827 4.40296C6.00243 3.89603 6.69615 3.49408 7.4414 3.21338C7.44167 2.63745 7.67058 2.08518 8.07783 1.67794C8.48507 1.27069 9.03734 1.04178 9.61327 1.0415ZM11.1583 8.26761C10.8156 8.03869 10.4129 7.9165 10.0008 7.9165C9.44828 7.9165 8.91838 8.136 8.52768 8.5267C8.13698 8.9174 7.91748 9.4473 7.91748 9.99984C7.91748 10.4119 8.03967 10.8147 8.26859 11.1573C8.49751 11.4999 8.82288 11.7669 9.20356 11.9246C9.58424 12.0823 10.0031 12.1235 10.4073 12.0431C10.8114 11.9628 11.1826 11.7643 11.474 11.473C11.7653 11.1816 11.9637 10.8104 12.0441 10.4063C12.1245 10.0021 12.0832 9.58326 11.9256 9.20258C11.7679 8.8219 11.5009 8.49653 11.1583 8.26761ZM8.14891 7.22827C8.69708 6.862 9.34154 6.6665 10.0008 6.6665C10.8849 6.6665 11.7327 7.01769 12.3578 7.64281C12.983 8.26794 13.3341 9.11578 13.3341 9.99984C13.3341 10.6591 13.1387 11.3036 12.7724 11.8517C12.4061 12.3999 11.8855 12.8271 11.2764 13.0794C10.6673 13.3317 9.99712 13.3977 9.35051 13.2691C8.70391 13.1405 8.10997 12.823 7.64379 12.3569C7.17762 11.8907 6.86015 11.2967 6.73153 10.6501C6.60291 10.0035 6.66892 9.33331 6.92122 8.72423C7.17351 8.11514 7.60075 7.59454 8.14891 7.22827Z"})}),O9=w("svg",{xmlns:"http://www.w3.org/2000/svg",width:"22",height:"22",viewBox:"0 0 24 24",fill:"#222222",children:[w("path",{d:"M22.9331 7.46673V21.3334C22.9331 22.2667 22.1331 23.0667 21.1997 23.0667H10.1331V22.0001V20.9334H20.9331V7.60006H15.3331L11.0664 18.0001C10.7997 18.6667 10.1331 19.0667 9.46641 19.0667H2.79974C1.86641 19.0667 1.06641 18.2667 1.06641 17.3334V3.46673C1.06641 2.5334 1.86641 1.7334 2.79974 1.7334L12.9331 1.7334V2.80007V3.86673H2.93307V17.3334H9.33307L13.5997 6.9334C13.8664 6.26673 14.5331 5.86673 15.1997 5.86673H21.3331C22.2664 5.60006 22.9331 6.40007 22.9331 7.46673Z"}),w("path",{d:"M5.904 11.4063L5.472 13H4L6.056 6H7.96L10 13H8.496L8.072 11.4063H5.904ZM7.688 9.95389L7.048 7.54323H6.952L6.296 9.95389H7.688Z",fill:"#EA4C89"}),w("path",{d:"M19.4337 18.9805C18.403 18.6732 17.5907 18.3117 16.9968 17.8961C16.6999 18.1039 16.3542 18.2965 15.9597 18.474C15.5652 18.6558 15.1071 18.8312 14.5854 19L14 17.8831C14.9035 17.6494 15.6076 17.3918 16.1124 17.1104C15.8579 16.816 15.6394 16.4848 15.4571 16.1169C15.2789 15.7489 15.1262 15.3312 14.9989 14.8636H14.1718V13.8182H16.456C16.4178 13.5844 16.3669 13.3312 16.3033 13.0584L17.5504 13L17.6522 13.8182H19.8091V14.8636H18.9374C18.8059 15.3485 18.6532 15.7749 18.4793 16.1429C18.3054 16.5108 18.0976 16.8377 17.8558 17.1234C18.4327 17.4524 19.1474 17.6926 20 17.8442L19.4337 18.9805ZM16.1633 14.8636C16.3118 15.487 16.5854 16.013 16.9841 16.4416C17.1707 16.2424 17.3256 16.0152 17.4486 15.7597C17.5758 15.5 17.684 15.2013 17.7731 14.8636H16.1633Z",fill:"#EA4C89"})]}),z9=w("svg",{xmlns:"http://www.w3.org/2000/svg",width:"22",height:"22",viewBox:"0 0 24 24",fill:"#222222",children:[w("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M13 2H3C1.89543 2 1 2.89543 1 4V20C1 21.1046 1.89543 22 3 22H7V20H3V4H13V2ZM21 2H17V4H21V20H11V22H21C22.1046 22 23 21.1046 23 20V4C23 2.89543 22.1046 2 21 2Z"}),w("path",{d:"M10.5387 14.1787L9.96267 16H8L10.7413 8H13.28L16 16H13.9947L13.4293 14.1787H10.5387ZM12.9173 12.5187L12.064 9.76369H11.936L11.0613 12.5187H12.9173Z",fill:"#EA4C89"})]}),N9=w("svg",{xmlns:"http://www.w3.org/2000/svg",width:"28",height:"28",viewBox:"0 0 28 28",fill:"#666666",children:w("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M19 8H9C8.44772 8 8 8.44772 8 9V11H20V9C20 8.44772 19.5523 8 19 8ZM21 11V9C21 7.89543 20.1046 7 19 7H9C7.89543 7 7 7.89543 7 9V11V12V19C7 20.1046 7.89543 21 9 21H13V20H9C8.44772 20 8 19.5523 8 19V12H20V14H21V12V11ZM9 9H11V10H9V9ZM17 9H15V10H17V9ZM12 9H14V10H12V9ZM21 17H18V14H17V17H14V18H17V21H18V18H21V17Z"})});function q9({onOpenUrl:t,openOptionsPage:e,type:n}){let{t:r}=xe(),a=Me(),i=Math.round((Ni.supportedVideoSubtitleSites||[]).length/10),o=Ne(()=>[{title:r("widget.translateFile"),icon:M9,tooltipText:r("translateFileTooltip"),tooltipStyle:{left:-10,transform:"unset",fontSize:13,whiteSpace:"pre"},tooltipMultiple:!0,onClick:()=>{t(a.TRANSLATE_FILE_URL,n)}},{title:r("widget.videoSubtitle"),icon:B9,tooltipText:r("widget.videoSubtitleTooltip",{count:i*10}),tooltipStyle:{fontSize:13},onClick:()=>{e("#subtitle")}},{title:r("widget.instruction"),icon:I9,tooltipText:r("widget.instructionTooltip"),tooltipStyle:{left:"unset",right:-10,transform:"unset",fontSize:13},onClick:()=>{t(u4)}}],[a,t,e,r]);return w("div",{class:"widgets-container mt-5",children:o.map(s=>s.tooltipText?w(Ca,{text:s.tooltipText,containerStyle:{flex:1},tipStyle:s.tooltipStyle,multiple:s.tooltipMultiple,children:w(U9,{...s})}):w(U9,{...s}))})}function U9(t){return w("div",{class:"widget-item",onClick:t.onClick,children:[t.icon,w("span",{class:"ml-1 text-gray-6",children:t.title})]})}function Hs(t){let{setSettings:e,config:n,openSharePage:r,ctx:a,errorMsg:i,onAutoEnableSubtitleChanged:o}=t,[s,u]=re(""),[l,c]=re(i),[p,g]=re(null),[m,f]=re(null);Ce(()=>{Mt.get(Ft,null).then(C=>{C?(g(C),f(Zt(C))):f(!1)}).catch(C=>{f(!1)})},[]);let T=!0,b=ot();n&&b&&(T=n.generalRule.showSponsorOnSafari);let h=ml(n);return w("div",{class:`popup-container ${t.className||""}`,style:t.style,children:[w("div",{class:"popup-content text-sm",children:[h?w("div",{style:{marginTop:-12}}):w("div",{class:"flex items-center justify-between ml-1",style:{height:28},children:[w(b2,{isLogin:!!p,isProUser:!!m,config:n}),w(H7,{openSharePage:r})]}),w(CT,{ctx:t.ctx,setSettings:t.setSettings,onSetPageLanguage:t.onSetPageLanguage,currentLang:t.currentLang}),w(wT,{isProUser:!!m,ctx:t.ctx,setSettings:t.setSettings,pageStatus:t.pageStatus,onTranslatePage:t.onTranslatePage,onRestorePage:t.onRestorePage,openOptionsPage:t.openOptionsPage}),w("div",{class:"flex flex-row mt-3 items-center",children:[w(N7,{ctx:a,onSwitchTranslationMode:t.onSwitchTranslationMode}),w(q7,{ctx:t.ctx,pageStatus:t.pageStatus,currentUrl:t.currentUrl,onTranslatePdf:t.onTranslatePdf,onToggleTranslate:t.onToggleTranslate,disabledButton:t.disabledButton,noPermissionPDF:t.noPermissionPDF})]}),w("div",{class:`text-sm text-gray-9 mt-4 ml-1 ${s?"":"display-none"}`,children:s}),w("div",{class:`text-sm text-gray-9 mt-4 ml-1 ${l?"":"display-none"}`,children:l}),w(Up,{isShowError:!1,request:t.request,setStorageBuildinConfig:t.onSetBuildinConfig}),w("div",{class:"text-sm px-1 text-gray-2",children:[w(kT,{ctx:t.ctx,setSettings:t.setSettings,pageStatus:t.pageStatus,onTranslatePage:t.onTranslatePage,onRestorePage:t.onRestorePage,currentUrl:t.currentUrl,currentLang:t.currentLang,onClose:t.onClose,onSetLocalConfig:t.onSetLocalConfig}),w(_9,{ctx:t.ctx,openOptionsPage:t.openOptionsPage,setSettings:t.setSettings}),w(F9,{ctx:a,currentLang:t.currentLang,pageStatus:t.pageStatus,onTranslatePage:t.onTranslatePage,onClose:t.onClose,setSettings:t.setSettings}),w(z7,{onAutoEnableSubtitleChanged:o,ctx:a,setSettings:e})]}),w(q9,{type:t.type,onOpenUrl:t.onOpenUrl,openOptionsPage:t.openOptionsPage})]}),w(U7,{...t,isProUser:!!m,isShowPricing:T,setMessage:u})]})}function z7(t){let{t:e}=xe(),{ctx:n,setSettings:r,onAutoEnableSubtitleChanged:a}=t;return Ne(()=>!n.rule.subtitleRule.disabled&&Fd.includes(n.rule.subtitleRule.type||""),[n,Fd])?w("div",{class:"flex justify-between mt-3 items-center",children:[w("label",{class:"mb-0",children:e("autoEnableSubtitle")}),w("input",{type:"checkbox",role:"switch",id:"autoEnableSubtitle",name:"autoEnableSubtitle",checked:!!n.rule.subtitleRule.autoEnableSubtitle,onChange:o=>{let s=o.target.checked;r(u=>({...u,generalRule:{...u.generalRule,"subtitleRule.add":{...u.generalRule?.["subtitleRule.add"],autoEnableSubtitle:s}}})),a()}})]}):null}function N7(t){let{t:e}=xe(),n=t.ctx.state.translationMode,r=()=>{let i=n==="dual"?"translation":"dual";t.onSwitchTranslationMode(i)},a=e(n==="dual"?"changeToOnlyTempTranslationMode":"changeToDualTempTranslationMode");return w(Ca,{text:a,multiple:!0,tipStyle:{left:-20,transform:"unset",fontSize:13,whiteSpace:"pre"},children:w("div",{class:"translate-mode mr-2 ",onClick:r,children:n==="dual"?O9:z9})})}function U7(t){let{t:e,lang:n}=xe(),{isProUser:r,isShowPricing:a}=t,{config:i}=t.ctx,o=60;n.startsWith("zh")||(o=70);let s=Me(),u=`${t.type}_more`;return w("footer",{children:w("div",{class:"px-3 py-2-5 text-sm flex items-center justify-between popup-footer",children:[w("div",{class:"setting flex flex-row items-center justify-center secondary clickable",onClick:l,children:[R9,w("span",{class:"ml-1 text-gray-6",children:e("options")})]}),w(j7,{ctx:t.ctx,onToggleEnabled:t.onToggleEnabled,setSettings:t.setSettings,setMessage:t.setMessage}),w(Np,{label:e("more"),showArrow:!0,maxWidth:o,className:"text-gray-6 transform-padding-left more",onSelected:m=>{m.value==="openPremium"?(globalThis.open(vi),t.onClose()):m.value==="changeToOnlyTranslationMode"?c("translation"):m.value==="changeToDualTranslationMode"?c("dual"):m.value==="translateTheWholePage"?t.onTranslateTheWholePage():m.value==="translateToThePageEndImmediately"?t.onTranslateToThePageEndImmediately():m.value==="translateTheMainPage"?t.onTranslateTheMainPage():m.value==="translateLocalPdfFile"?t.onOpenUrl(s.PDF_VIEWER_URL,u):m.value==="pdfProFile"?t.onOpenUrl(s.PDF_PRO_URL,u):m.value==="translateText"?t.onOpenUrl(s.TEXT_TRANSLATE_URL,u):m.value==="translateLocalHtmlFile"?t.onOpenUrl(s.HTML_VIEWER_URL,u):m.value==="translateLocalSubtitleFile"?t.onOpenUrl(s.SUBTITLE_BUILDER_URL,u):m.value==="donate"?(globalThis.open(i.donateUrl),t.onClose()):m.value==="feedback"?(globalThis.open(i.feedbackUrl),t.onClose()):m.value==="options"?(t.openOptionsPage(),t.onClose()):m.value==="changeToTranslateTheWholePage"?p():m.value==="changeToTranslateTheMainPage"?g():m.value==="about"?t.openAboutPage():m.value==="toggleEnabled"?t.onToggleEnabled():m.value==="openEbookViewer"?t.onOpenUrl(s.EBOOK_VIEWER_URL,u):m.value==="openEbookBuilder"?t.onOpenUrl(s.EBOOK_BUILDER_URL,u):m.value==="goPro"&&t.onOpenUrl(vi,u)},menus:[i.translationMode==="dual"&&{label:"\u{1F524} "+e("changeToOnlyTranslationMode"),value:"changeToOnlyTranslationMode"},i.translationMode==="translation"&&{label:"\u{1F521} "+e("changeToDualTranslationMode"),value:"changeToDualTranslationMode"},i.translationArea==="main"&&{label:"\u{1F480} "+e("changeToTranslateTheWholePage"),value:"changeToTranslateTheWholePage"},i.translationArea==="body"&&{label:"\u{1F4D6} "+e("changeToTranslateTheMainPage"),value:"changeToTranslateTheMainPage"},{label:"\u26A1 "+e("translateToThePageEndImmediately"),value:"translateToThePageEndImmediately"},{label:"\u{1F4D8} "+e("browser.openEbookViewer"),value:"openEbookViewer"},{label:"\u{1F4DA} "+e("browser.openEbookBuilder"),value:"openEbookBuilder"},{label:"\u{1F4C1} "+e("browser.translateLocalPdfFile"),value:"translateLocalPdfFile"},{label:"\u2747\uFE0F "+e("browser.PdfProFile"),value:"pdfProFile"},{label:"\u{1F310} "+e("browser.translateLocalHtmlFile"),value:"translateLocalHtmlFile"},{label:"\u{1F4FA} "+e("browser.translateLocalSubtitleFile"),value:"translateLocalSubtitleFile"},{label:"\u{1F4DD} "+e("browser.textTranslate"),value:"translateText"},r===!1&&a&&{label:"\u{1F451} "+e("upgradeToPro"),value:"goPro"},{label:"\u2764\uFE0F "+e(a?"aboutLabel":"aboutLabelWithoutSponsor"),value:"about"}].filter(Boolean)})]})});function l(m){m.preventDefault(),t.openOptionsPage()}function c(m){t.setSettings(f=>({...f,translationMode:m})),t.onSwitchTranslationMode(m)}function p(){t.setSettings(m=>({...m,translationArea:"body"})),t.onTranslateTheWholePage()}function g(){t.setSettings(m=>({...m,translationArea:"main"})),t.onTranslateTheMainPage()}}function q7({currentUrl:t,pageStatus:e,onTranslatePdf:n,ctx:r,onToggleTranslate:a,disabledButton:i,noPermissionPDF:o}){let{t:s,lang:u}=xe(),l=r.config,c=Ne(()=>new URL(t||""),[t]),p=c?.pathname.toLowerCase().endsWith(".pdf");Hr(r?.rule)&&!p&&(p=!0);let g=s("translate");e==="Translated"||e==="Error"?g=s("show-original"):e==="Original"?p?Wn()&&c.protocol==="file:"||o?g=s("translate-firefox-local-pdf"):ye()?g=s("noSupportTranslate-pdf"):g=s("translate-pdf"):g=s("translate"):g=s(e);let m=s("translateToThePageEndImmediately");return(e==="Original"||e==="Translated")&&(l.shortcuts.toggleTranslatePage&&(Tu()?r.rule.touchShortcutsToggleTranslatePage&&r.rule.touchShortcutsToggleTranslatePage!=="touchShortcutsOff"&&(g+=` (${s(r.rule.touchShortcutsToggleTranslatePage)})`):g+=` (${tc(l.shortcuts.toggleTranslatePage)})`),l.shortcuts.toggleTranslateToThePageEndImmediately&&(m+=` (${l.shortcuts.toggleTranslateToThePageEndImmediately})`)),w("button",{class:"mb-0 main-button",onClick:()=>{p?n&&n():a()},"aria-busy":e==="Translating",disabled:i||e==="Translating",children:g})}function j7({ctx:t,onToggleEnabled:e,setSettings:n,setMessage:r}){let{t:a,lang:i}=xe(),o=Sn();return w("div",{class:"flex",children:w("span",{class:"immersive-translate-no-select text-sm text-gray-c2",onClick:c2(7)(s),children:["V",o,t.config.enabled?null:w("a",{href:"#",onClick:e,children:[" ","(",a("hasBeenDisabled"),")"]})]})});function s(u){n(l=>(l.alpha?r("Success disable alpha!"):r("Success enable alpha!"),{...l,alpha:!l.alpha}))}}function H7(t){let{t:e}=xe();return w("div",{class:"share-button-container",onClick:t.openSharePage,children:[w("span",{class:"text-gray-9",children:e("buildSnapshots")}),N9]})}function of(){let[t,e]=re("Original"),n=je(""),{t:r}=xe(),[a,i,o,s]=rr(()=>{setTimeout(()=>{yr("updateGlobalContext",!1)()},250)});fo(a,i);let[u,l]=re(null),[c,p]=re(null),[g,m]=re(null),[f,T]=re("auto"),[b,h]=re(null),C=je(!1),D=je(),[M,B]=re({}),[{errorMsg:S,disableButton:y,noPermissionPDF:_},k]=re({errorMsg:"",disableButton:!1,noPermissionPDF:!1});if(Ce(()=>{tt().any&&B({width:"100%"}),Mc()},[]),Ce(()=>{Xt().then(A=>l(A))},[a]),Ce(()=>{if(!(!c||!u)){if(C.current&&D.current){D.current.getAsyncContextString().then(A=>{if(A){let E=JSON.parse(A);h(E)}});return}Un({url:c,config:u}).then(A=>{C.current||h(A)})}},[c,u,C,D]),Ce(()=>(v(),()=>{globalThis.document.removeEventListener(Bo,L)}),[]),!u||!b)return null;return w(js,{children:w(Hs,{type:"popup",style:M,onClose:H9,onToggleTranslate:yr("toggleTranslatePage"),onToggleEnabled:N,openOptionsPage:Q7,openAboutPage:Y7,openSharePage:V7,onTranslatePdf:()=>{U(n.current||c||"")},onTranslateTheMainPage:yr("translateTheMainPage"),onTranslateTheWholePage:yr("translateTheWholePage"),onTranslateToThePageEndImmediately:yr("translateToThePageEndImmediately"),onSwitchTranslationMode:A=>{yr("switchTranslationMode",!0,{mode:A})()},onTranslatePage:yr("translatePage"),onRestorePage:yr("restorePage",!1),onSetPageLanguage:q,setSettings:i,config:u,pageStatus:t,ctx:b,currentUrl:c,currentLang:f,onSetLocalConfig:Wt,onSetBuildinConfig:kl,request:Ur,errorMsg:S,disabledButton:y,noPermissionPDF:_,onAutoEnableSubtitleChanged:yr("autoEnableSubtitleChanged"),onOpenUrl:$7})});async function v(){let A=ws(),E=await oe.tabs.query({currentWindow:!0,active:!0}),P=E[0].id;m(P);let O=j9(P,A);D.current=O;let H=E[0].url;if(I(P),globalThis.document.addEventListener(Bo,L),!H){p("about:newtab");return}p(H),Zl(H)?(F(O,P,H),W9(P,async()=>{let j=await O.getContextString(),W=await O.getPageStatus(),V=await Xt(),se=await O.getCurrentPageLanguage();if(e(W),l(V),T(se),j){let X=JSON.parse(j);if(X){if(h(X),C.current=!0,Hr(X.rule)){let Z=await O.getPdfWebUrl();n.current=Z}}else z.error("contextStr is empty",j)}se==="auto"&&setTimeout(async()=>{let X=await O.getCurrentPageLanguage();T(X)},500)})):Mp(H||"")?K7(H||"")&&W7(H||"").then(j=>{j||k({disableButton:!1,noPermissionPDF:!0,errorMsg:r("noLocalFilePermissionForPDF")})}):k({disableButton:!0,errorMsg:r("noPermissionForThisPage"),noPermissionPDF:!1})}function I(A){oe.tabs.onUpdated.addListener((E,P,O)=>{A===E&&O.url&&p(O.url)})}function F(A,E,P){A.ping().then(O=>{k({disableButton:!1,errorMsg:"",noPermissionPDF:!1}),af[E]=!0,K9(E)}).catch(O=>{s2(P)||k({disableButton:!0,errorMsg:r("reloadCurrentPage"),noPermissionPDF:!1}),z.debug("ping failed, but it is ok. cause maybe content is not injected",O)})}function L(A){let{tabId:E,payload:P}=A.detail,{method:O,data:H}=P;z.debug("popup received message",O,H||" "),O==="setPageStatus"?E&&e(H):O==="ready"&&E&&(k({disableButton:!1,errorMsg:"",noPermissionPDF:!1}),af[E]=!0,K9(E))}function U(A){A&&(oe.tabs.create({url:d4(A)}),globalThis.close())}function N(){i(A=>({...A,enabled:!A.enabled})),setTimeout(()=>{H9()},50)}function q(A){let E=ws();if(T(A),g&&c){let P=pu(c,A,u.sourceLanguageUrlPattern);i(O=>({...O,sourceLanguageUrlPattern:P})),W9(g,()=>{j9(g,E).setCurrentPageLanguageByClient(A)})}}}function yr(t,e=!0,n={}){return async()=>{let r=ws(),i=(await oe.tabs.query({currentWindow:!0,active:!0}))[0].id,o={trigger:"popup",...n};r.sendMessage(`content_script:main:${i}`,{method:t,data:o}),e&&setTimeout(()=>{globalThis.close()},10)}}async function W7(t){try{let e=new URL(t),n=await fetch(e.href);return!0}catch{return!1}}function K7(t){try{return new URL(t).protocol==="file:"}catch{return!1}}var G7={setCurrentPageLanguageByClient:t=>Promise.resolve(),ping:t=>Promise.resolve(),getPageStatus:t=>Promise.resolve(),getCurrentPageLanguage:t=>Promise.resolve(),getContextString:t=>Promise.resolve(),getAsyncContextString:t=>Promise.resolve(),getPdfWebUrl:()=>Promise.resolve("")};function j9(t,e){function n(a,i){let o=`content_script:main_sync:${t}`;return a.includes("Async")&&(o=`content_script:main:${t}`),e.sendMessage(o,{method:a,data:i})}let r={...G7};return Object.keys(r).forEach(a=>{r[a]=n.bind(null,a)}),r}var V7=()=>{yr("shareToDraft")()};function $7(t,e){let n=t;e&&(n=`${t}?utm_source=extension&utm_medium=extension&utm_campaign=${e}`),oe.tabs.create({url:n}),setTimeout(()=>{globalThis.close()},50)}function Y7(){oe.tabs.create({url:oe.runtime.getURL("options.html#about")}),setTimeout(()=>{globalThis.close()},50)}function H9(){globalThis.close()}function Q7(t=""){let e=oe.runtime.getURL("options.html");oe.tabs.create({url:e+t}),setTimeout(()=>{globalThis.close()},50)}var di={},af={};function W9(t,e){if(af[t])try{e()}catch(n){z.error("run callback failed",n)}else di[t]||(di[t]=[]),di[t].push(e)}function K9(t){if(di[t]&&di[t].length){let e=[...di[t]];di[t]=[],e.forEach(n=>n())}}var G9=document.getElementById("mount");l2();G9&&(async()=>{let t=await Xt();t.debug&&z.setLevel("debug"),$r(w(eo,{lang:t.interfaceLanguage,translations:rc,fallbackLang:"en",children:w(of,{})}),G9)})();})(); + ${s.innerHTML}`.replaceAll('data-immersive-translate-translation-element-mark="1"',"dim_m='1'").replace(/data-immersive-translate-walked=\".+?\"/g,"dim_w='1'").replace(/data-on-parse-paragraph=\".+?\"/g,"").replace(/data-consume-paragraph=\".+?\"/g,"").replace(/data-consume-container=\".+?\"/g,"").replace(/immersive-translate-target-([a-z\-]+)/g,(b,h)=>"imt_"+h.replaceAll("translation","t"))},await Wt(a);let f=Me().SHARE_DRAFT_URL,T=r.rule;if(T.shareConfig?.sharePath){let b=new URL(f);b.pathname=T.shareConfig.sharePath,f=b.toString()}Qi(f)}catch(g){z.error(g)}}async function pv(){let t=await Jt();t.draft&&globalThis.document.dispatchEvent(new CustomEvent(Mh,{detail:JSON.stringify(t.draft)}))}async function S7(){try{if(await Pl("reportActive"))return;z.debug("\u672A\u6FC0\u6D3B\u8FC7");let e=await bp();await de({url:zo+"/v1/user/campaign-info-translated/"+e,method:"POST",headers:{"content-type":"application/json"}}),Ts("reportActive","1")}catch(t){z.error(t)}}var x7=new AbortController,{signal:E7}=x7,od=0,sd=0,Do=!1,ci,E9=0,_a=[];function yo(t,e){C7();let n=t,r=n.config,a=r.generalRule.mouseHoverHoldKey==="Off",i=r.mouseModifierKeyPressTimeout||400;n.state.isTranslateDirectlyOnHover===!0&&(a=!1);let o=n.state.isTranslateDirectlyOnHover===!0||r.generalRule.mouseHoverHoldKey==="Auto";function s(){o=!o,o?(z.debug("mouse hover translate on"),n.state.isTranslateDirectlyOnHover=!0,yo(n,e)):(z.debug("mouse hover translate off"),n.state.isTranslateDirectlyOnHover=!1,yo(n,e))}document.addEventListener(Fo,s),_a.push(()=>{document.removeEventListener(Fo,s)});let u=Vn(m=>{if(!(Math.abs(m.clientX-od)+Math.abs(m.clientY-sd)<=3)&&(od=m.clientX,sd=m.clientY,o||Do&&!ci)){let g=A9(n.rule,e);if(g){if(tf(g))return;ef(n,!1,g)}}},o?700:300),l=m=>{let g=m.target;tf(g)||ef(n,!0)},c=m=>{let g=r?.generalRule?.mouseHoverHoldKey?.toLowerCase()||"alt",f=yn.getPressedKeyCodes();if(f.length>1&&yn[g]&&(E9=Date.now(),Do=!1),f.length===1&&yn[g]){let T=Date.now();Do=!0,ci&&clearTimeout(ci),ci=setTimeout(()=>{let b=E9-T;b>0&&b<=i?Do=!1:l(m),ci=void 0},i)}};if(_a.push(()=>{ci&&clearTimeout(ci)}),a)return;Jm("mousemove",u,e),_a.push(()=>{e.removeEventListener("mousemove",u)});function p(){o?u.cancel():Do=!1}if(Jm("blur",p,e),_a.push(()=>{e.removeEventListener("blur",p)}),!o){let m=r?.generalRule?.mouseHoverHoldKey?.toLowerCase()||"alt",g=e4;Jm("keyup",C9,e),_a.push(()=>{e.removeEventListener("keyup",C9)}),g.includes(m)?yn("*","mouseHover",c):yn(r.generalRule.mouseHoverHoldKey,"mouseHover",l),yn.setScope("mouseHover"),_a.push(()=>{yn.deleteScope("mouseHover")})}}function C7(){_a.forEach(t=>t()),_a=[],yn.setScope("all")}function C9(t){Do=!1}function Jm(t,e,n=window){return n.addEventListener(t,e,{signal:E7})}function ef(t,e,n,r=window){if(n=n||A9(t.rule,r),!n){z.debug("can not find selection part!");return}if(D7(n,e))return;if(tf(n)){z.debug("exclude dom");return}x9(t,n);let i=Gs();i&&(i.setupMouseHoverListener=yo);let o=an(t);o.excludeSelectors=[],o.selectors=[];let s=!1,u=Qm({...i},t);Kr({id:i.id,container:n,filterRule:o,force:!0,onParagraph:l=>{ti(u,l,!0,"hover").then(c=>{if(c&&!s){s=!0;let p=Date.now();Je(Ih,p),lt("mouse_hover_translate",[{name:"mouse_hover_translate"}],{...t,sourceLanguage:"mouseHover"})}})},onFrame:()=>{},onIgnoreElement:()=>{}})}function A9(t,e){return w7(od,sd,t,e)}function w7(t,e,n,r){let a=b1(t,e,n,r);if(a==null)return;let i=()=>{let u=r.document.elementFromPoint(t,e);if(!u)return;let l=T1(u,t,e);return l===u?u.nodeName==="BUTTON"?u:void 0:D9(l,n)},o=()=>{try{a.setStartBefore(a.startContainer),a.setEndAfter(a.startContainer)}catch(l){z.debug("get mouse over word fail",l)}let u=a.getBoundingClientRect();if(!(u.left>t||u.righte||u.bottom{k7(r)}),!0}function A7(t){let e=[t];if(t.nodeName=="FONT"&&t.classList.contains("immersive-translate-target-wrapper"))e=[t.parentElement];else{let r=[...t.querySelectorAll(".immersive-translate-target-wrapper")].map(a=>a.parentElement).filter(a=>!!a);r.length&&(e=r)}return e.filter(n=>n?.paragraphs&&n?.paragraphs.length>0)}function k7(t){let e=Gs();e&&(!t.paragraphs||!t.paragraphs.length||(t.paragraphs.forEach(n=>{Os(n,n.state==="original"?e.translateState:"original")}),t.paragraphs=[]))}function Xm(t){return!!(t.host&&t.mode)}function w9(t,e){let n=t.parentNode;if(n.nodeName==="BODY"||Xm(n))return t;for(;n&&n.nodeName!=="BODY"&&!Xm(n)&&Sp(n,e);){let r=n.parentNode;if(r&&Xm(r))break;n=r}return n}function D9(t,e){return t.nodeType===Node.TEXT_NODE||Sp(t,e)?w9(t,e):t}function k9(t,e){od=e.clientX,sd=e.clientY,ef(t,!0)}var Js=[];function nf(t,e){let n=0,r=0,a,i=s=>{let u=new Date().getTime();r++,u-n<300?o(s):r=1,n=u},o=s=>{clearTimeout(a),r===parseInt(t+"")&&(a=setTimeout(()=>{r=0,e(s)},400))};document.addEventListener("click",i),Js.push(()=>{document.removeEventListener("click",i)})}function P9(t,e){let n=0,r=0,a=0,i=s=>{let u=s.changedTouches[0];n=new Date().getTime(),r=u.clientX,a=u.clientY},o=s=>{let u=s.changedTouches[0];n-new Date().getTime()>1e3||Math.abs(a-u.clientY)>50||(t==="left"&&u.clientX-r>50&&e(s.changedTouches[0]),t==="right"&&u.clientX-r<-50&&e(s.changedTouches[0]))};document.addEventListener("touchstart",i),document.addEventListener("touchend",o),Js.push(()=>{document.removeEventListener("touchstart",i),document.removeEventListener("touchend",o)})}function ud(t,e){let n,r=a=>{clearTimeout(n),a.touches.length===parseInt(t+"")&&(n=setTimeout(()=>{e(a.changedTouches[0])},200))};document.addEventListener("touchstart",r),Js.push(()=>{document.removeEventListener("touchstart",r)})}var rf={touchShortcutsOff:()=>{},"multipleClick.2":nf,"multipleClick.3":nf,"multipleClick.4":nf,"slide.left":P9,"slide.right":P9,"fingers.2":ud,"fingers.3":ud,"fingers.4":ud,"fingers.5":ud};async function gv(t){try{B7();let e=await qr(),n=Jh.find(r=>r.name==="touch");if(!n)return;n.shortcuts.forEach(r=>{if(typeof r=="string")return;let a=P7(t,e,r.command),i=rf[a];if(a==="touchShortcutsOff"||!i)return;let o=a.split(".");if(o.length!==2)return;let s=o[1];s&&i(s,u=>{M7(r.command,t,u)})})}catch(e){z.error(e)}}function P7(t,e,n){if(!e.generalRule)return t.config.generalRule[n];if(e.generalRule[n])return e.generalRule[n];let r={touchShortcutsToggleTranslatePage:"fingerCountToToggleTranslagePageWhenTouching",touchShortcutsToggleTranslationMask:"fingerCountToToggleTranslationMaskWhenTouching",touchShortcutsToggleTranslatePageOnlyTranslation:"fingerCountToToggleTranslagePageOnlyTranslationWhenTouching"};return r[n]&&e.generalRule[r[n]]?`fingers.${e.generalRule[r[n]]}`:t.config.generalRule[n]||""}var L7=()=>{Pm();let t=new CustomEvent(wr,{detail:{method:"toggleTranslatePage"}});globalThis.document.dispatchEvent(t)},_7=()=>{_m();let t=new CustomEvent(wr,{detail:{method:"toggleOnlyTranslation"}});globalThis.document.dispatchEvent(t)},F7=()=>{Lm();let t=new CustomEvent(wr,{detail:{method:"toggleTranslationMask"}});globalThis.document.dispatchEvent(t)},L9=0,M7=(t,e,n)=>{new Date().getTime()-L9<200||(L9=new Date().getTime(),t==="touchShortcutsToggleTranslatePage"?L7():t==="touchShortcutsToggleTranslationMask"?F7():t==="touchShortcutsToggleTranslatePageOnlyTranslation"?_7():t==="touchShortcutsToggleTranslateTouchElement"&&k9(e,n))};function B7(){Js.forEach(t=>{t()}),Js=[]}function _9(t){let{t:e}=xe(),{ctx:n,setSettings:r}=t,a=I7(t);return _o(n.localConfig)?a.length?w("div",{class:"flex mt-3 items-center justify-between",children:[w("div",{class:"flex items-center",children:[w("label",{class:"mb-0 mr-2 shrink-0",children:[e("mouse-translate"),":"]}),w(va,{style:{width:"100%",maxWidth:"100%"},className:"transform-padding-left min-select",items:a})]}),w("input",{type:"checkbox",role:"switch",class:"shrink-0",checked:n.config.generalRule.mouseHoverHoldKey!=="Off",onChange:i=>{let o=i.target.checked;r(s=>{let u=s.generalRule?.mouseHoverPreferenceKey||n.config.generalRule.mouseHoverPreferenceKey||Oo[0];return{...s,generalRule:{...s.generalRule,mouseHoverHoldKey:o?u:"Off"}}})}})]}):null:w(R7,{...t})}function I7({ctx:t,openOptionsPage:e,setSettings:n}){let{t:r}=xe(),a=Ne(()=>{let s=t.config.generalRule,u=s.mouseHoverPreferenceKey;return s.mouseHoverHoldKey!=="Off"&&u!==s.mouseHoverHoldKey&&(u=s.mouseHoverHoldKey),u},[t]),i=Ne(()=>Oo.filter(s=>!(s==="Off"||Oo.includes(a)&&s==="OtherCustom")),[t,a]);return Ne(()=>i.map(s=>{let u=r("mouseHoldKey",{key:tc(s)}),l=Oo.includes(a),c=s===a;return s==="Auto"?u=r("mouseHoldKeyAuto"):s==="Off"?u=r("mouseHoldKeyOff"):s==="OtherCustom"?u=l?r("mouseHoldKeyOther"):r("mouseHoldKeyCustomKey",{key:a}):s==="Other"&&(u=r("mouseHoldKeyOther")),l||s==="OtherCustom"&&(c=!0),{label:u,value:s,selected:c,onSelected:p=>{p.value==="Other"?e("#shortcuts"):n(m=>{let g={...m.generalRule,mouseHoverPreferenceKey:p.value};return t.config.generalRule.mouseHoverHoldKey!=="Off"&&(g.mouseHoverHoldKey=p.value),{...m,generalRule:g}})}}}),[i,a])}function R7(t){let{ctx:e,setSettings:n}=t,{t:r}=xe(),a=e.config.generalRule,i=Object.keys(rf).filter(l=>l!="touchShortcutsOff"),o=a.touchShortcutsToggleTranslateTouchElement,s=a.touchShortcutsToggleTranslateTouchElementPreferenceKey,u=s||"touchShortcutsOff";return o!=="touchShortcutsOff"&&o!==s&&(u=o),w("div",{class:"flex mt-3 items-center justify-between",children:[w("div",{class:"flex items-center",children:[w("label",{class:"mb-0 mr-2 shrink-0",children:[r("touch.mouse-translate"),":"]}),w(va,{style:{width:"100%",maxWidth:"100%"},className:"transform-padding-left min-select",items:i.map((l,c)=>({value:l,label:r(l),selected:l==u,onSelected(p){n(m=>{let g={...m.generalRule,touchShortcutsToggleTranslateTouchElementPreferenceKey:p.value};return e.config.generalRule.touchShortcutsToggleTranslateTouchElement!=="touchShortcutsOff"&&(g.touchShortcutsToggleTranslateTouchElement=p.value),{...m,generalRule:g}})}}))})]}),w("input",{type:"checkbox",role:"switch",class:"shrink-0",checked:e.config.generalRule.touchShortcutsToggleTranslateTouchElement!=="touchShortcutsOff",onChange:l=>{let c=l.target.checked;n(p=>{let m=p.generalRule?.touchShortcutsToggleTranslateTouchElementPreferenceKey||e.config.generalRule.touchShortcutsToggleTranslateTouchElementPreferenceKey||"slide.left";return{...p,generalRule:{...p.generalRule,touchShortcutsToggleTranslateTouchElement:c?m:"touchShortcutsOff"}}})}})]})}d();function F9(t){let{isAlwaysTranslateLang:e}=O7({ctx:t.ctx,currentLang:t.currentLang}),{t:n}=xe();if(t.currentLang!=="auto")return w("div",{class:"flex justify-between mt-3 items-center",children:[w("label",{class:"mb-0 text-overflow-ellipsis flex-1",children:n("alwaysTranslateSomeLanguage",{language:fa(t.currentLang,t.ctx.config.interfaceLanguage,!1,!0)})}),w("input",{id:"alwaysTranslateThisLanugage",name:"alwaysTranslateThisLanugage",type:"checkbox",role:"switch",class:"shrink-0",checked:!!e,onChange:a=>{let i=a.target.checked;r(i?"matches":void 0)}})]});return w("span",{});function r(a){if(!a){t.setSettings(s=>{let u={...s.translationLanguagePattern};return{...s,translationLanguagePattern:{...s.translationLanguagePattern,matches:bl(t.currentLang,u.matches),excludeMatches:bl(t.currentLang,u.excludeMatches)}}});return}let i=a,o=i==="matches"?"excludeMatches":"matches";t.currentLang&&t.setSettings(s=>{let u={...s.translationLanguagePattern};return u[i]=hl(t.currentLang,u[i]),u[o]=bl(t.currentLang,u[o]),{...s,translationLanguagePattern:{...s.translationLanguagePattern,...u}}}),i==="matches"&&t.pageStatus==="Original"&&setTimeout(()=>{t.onTranslatePage(),t.onClose()},100)}}function O7({ctx:t,currentLang:e}){let n=null;if(e&&e!=="auto"){let{translationLanguagePattern:r}=t.config,{matches:a}=r;a.includes(e)?n=!0:n=!1}return{isAlwaysTranslateLang:n}}d();d();var M9=w("svg",{width:"24",height:"24",viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg",fill:"#222222",children:[w("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M19.4284 6.59193L15.1187 2.28564H6.28557C5.83092 2.28564 5.39488 2.46626 5.07339 2.78775C4.7519 3.10924 4.57129 3.54527 4.57129 3.99993V9.71422V18.8571V19.9999C4.57129 20.4546 4.7519 20.8906 5.07339 21.2121C5.39488 21.5336 5.83092 21.7142 6.28557 21.7142H17.7141C18.1688 21.7142 18.6048 21.5336 18.9263 21.2121C19.2478 20.8906 19.4284 20.4546 19.4284 19.9999V18.8571V9.71422V6.59193ZM15.341 6.82964V4.93136L17.2404 6.82964H15.341ZM6.28551 18.8571V19.9999H17.7141V18.8571V8.54335H13.6272L13.6267 3.99992H6.28551V18.8571Z"}),w("rect",{x:"7.55957",y:"10.2002",width:"8.88",height:"1.8",fill:"#EA4C89"}),w("rect",{x:"7.55957",y:"13.2002",width:"8.88",height:"1.68",fill:"#EA4C89"}),w("rect",{x:"7.55957",y:"16.0801",width:"4.92",height:"1.8",fill:"#EA4C89"})]}),B9=w("svg",{xmlns:"http://www.w3.org/2000/svg",width:"22",height:"22",viewBox:"0 0 24 24",fill:"#222222",children:[w("path",{d:"M19.4289 2.85693C19.654 2.85693 19.8769 2.90127 20.0849 2.98743C20.2929 3.07358 20.4818 3.19985 20.641 3.35904C20.8002 3.51822 20.9265 3.7072 21.0126 3.91519C21.0988 4.12318 21.1431 4.3461 21.1431 4.57122V19.4284C21.1431 19.6535 21.0988 19.8764 21.0126 20.0844C20.9265 20.2924 20.8002 20.4814 20.641 20.6405C20.4818 20.7997 20.2929 20.926 20.0849 21.0122C19.8769 21.0983 19.654 21.1426 19.4289 21.1426H4.57171C4.11705 21.1426 3.68102 20.962 3.35952 20.6405C3.03803 20.3191 2.85742 19.883 2.85742 19.4284V4.57122C2.85742 4.11656 3.03803 3.68053 3.35952 3.35904C3.68102 3.03755 4.11705 2.85693 4.57171 2.85693H19.4289ZM19.4289 9.14265H4.57171V19.4284H19.4289V9.14265ZM8.00028 4.57122H4.57171V7.42836H8.00028V4.57122ZM14.286 4.57122H9.71457V7.42836H14.286V4.57122ZM19.4289 4.57122H16.0003V7.42836H19.4289V4.57122Z"}),w("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M10.2854 10.543C10.4843 10.5431 10.6797 10.5951 10.8523 10.6938L15.4066 13.2955C15.5815 13.3955 15.7269 13.5399 15.828 13.7142C15.9292 13.8884 15.9824 14.0863 15.9824 14.2878C15.9824 14.4893 15.9292 14.6872 15.828 14.8615C15.7269 15.0357 15.5815 15.1802 15.4066 15.2801L10.8523 17.8824C10.6785 17.9817 10.4816 18.0336 10.2814 18.0329C10.0812 18.0322 9.88476 17.9789 9.71164 17.8784C9.53851 17.7779 9.39483 17.6337 9.29496 17.4602C9.19509 17.2867 9.14254 17.09 9.14258 16.8898V11.6858C9.14258 11.3827 9.26299 11.092 9.47731 10.8777C9.69164 10.6634 9.98233 10.543 10.2854 10.543ZM10.8569 12.6704V15.9047L13.6872 14.2875L10.8569 12.6704Z",fill:"#EA4C89"})]}),I9=w("svg",{xmlns:"http://www.w3.org/2000/svg",width:"22",height:"22",viewBox:"0 0 24 24",fill:"#222222",children:[w("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M19.4979 2.78775C19.1764 2.46626 18.7404 2.28564 18.2857 2.28564H5.71429C5.25963 2.28564 4.82359 2.46626 4.5021 2.78775C4.18061 3.10924 4 3.54527 4 3.99993V19.9999C4 20.2251 4.04434 20.448 4.13049 20.656C4.21664 20.8639 4.34292 21.0529 4.5021 21.2121C4.66129 21.3713 4.85027 21.4976 5.05826 21.5837C5.26624 21.6699 5.48916 21.7142 5.71429 21.7142H18.2857C18.5108 21.7142 18.7338 21.6699 18.9417 21.5837C19.1497 21.4976 19.3387 21.3713 19.4979 21.2121C19.6571 21.0529 19.7834 20.8639 19.8695 20.656C19.9557 20.448 20 20.2251 20 19.9999V3.99993C20 3.54527 19.8194 3.10924 19.4979 2.78775ZM5.71429 18.8571H18.2857V19.9999H5.71429V18.8571ZM5.71428 3.95993V17.1028H18.2857V3.95993H5.71428Z"}),w("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M13.5033 3.95996V10.8171L10.6462 9.55653L7.78906 10.8171V3.95996H9.50334V8.18682L10.6462 7.68282L11.7891 8.18682V3.95996H13.5033Z",fill:"#EA4C89"})]}),R9=w("svg",{xmlns:"http://www.w3.org/2000/svg",width:"18",height:"18",viewBox:"0 0 20 20",fill:"#B3B3B3",children:w("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M11.0402 2.56219C10.8673 2.38914 10.6329 2.29178 10.3883 2.2915H9.61327C9.36886 2.29316 9.13508 2.39169 8.96323 2.5655C8.79138 2.7393 8.6955 2.97417 8.6966 3.21859V4.08317L7.88827 4.38838C7.27152 4.62052 6.69744 4.95314 6.18931 5.37275L5.51952 5.92484L4.76848 5.4915L4.7539 5.48317C4.61453 5.40172 4.45595 5.35893 4.29452 5.35921C4.13241 5.35919 3.97315 5.40182 3.83273 5.48282C3.69231 5.56382 3.57567 5.68033 3.49452 5.82067L3.12577 6.45817C3.00657 6.66857 2.9746 6.91731 3.03672 7.15101C3.09885 7.38471 3.25012 7.58474 3.45806 7.70817L3.47056 7.72171L4.21952 8.15505L4.07785 9.00817C3.96954 9.6575 3.96954 10.3203 4.07785 10.9696L4.2164 11.8207L3.46848 12.2519L3.44556 12.2655C3.23393 12.3881 3.07956 12.5896 3.0163 12.8259C2.95303 13.0622 2.98603 13.3139 3.10806 13.5259L3.50077 14.2061C3.58233 14.3463 3.6992 14.4627 3.83975 14.5436C3.9803 14.6246 4.13961 14.6673 4.30181 14.6675C4.46324 14.6678 4.62182 14.625 4.76119 14.5436L4.7841 14.53L5.53306 14.0978L6.20181 14.6457C6.70534 15.0591 7.27331 15.3871 7.88306 15.6165L8.6914 15.9217V16.7853C8.6914 17.0298 8.78849 17.2644 8.96134 17.4375C9.1342 17.6105 9.36868 17.7079 9.61327 17.7082H10.3883C10.5096 17.7086 10.6299 17.685 10.7422 17.6389C10.8544 17.5928 10.9565 17.525 11.0425 17.4393C11.1285 17.3537 11.1968 17.2519 11.2435 17.1399C11.2901 17.0278 11.3142 16.9077 11.3143 16.7863V15.9217L12.1226 15.6165C12.7394 15.3844 13.3135 15.0517 13.8216 14.6321L14.4914 14.08L15.2424 14.5134L15.257 14.5228C15.469 14.6447 15.7206 14.6775 15.9567 14.614C16.1929 14.5505 16.3941 14.3959 16.5164 14.1842L16.8851 13.5467C17.0068 13.3348 17.0397 13.0834 16.9764 12.8473C16.9132 12.6113 16.759 12.41 16.5476 12.2873L16.532 12.278L15.782 11.8457L15.9237 10.9915C16.032 10.3422 16.032 9.67938 15.9237 9.03005L15.7851 8.179L16.5331 7.74775L16.556 7.73421C16.7676 7.61158 16.922 7.41003 16.9852 7.17376C17.0485 6.93749 17.0155 6.68577 16.8935 6.4738L16.5008 5.79359C16.4192 5.65338 16.3023 5.53699 16.1618 5.45603C16.0212 5.37506 15.8619 5.33234 15.6997 5.33213C15.5383 5.33185 15.3797 5.37464 15.2404 5.45609L15.2174 5.46963L14.4685 5.90192L13.7997 5.354C13.2962 4.94059 12.7282 4.61262 12.1185 4.38317L11.3101 4.07796V3.21442C11.3101 2.96983 11.2131 2.73524 11.0402 2.56219ZM9.61327 1.0415H10.3883C10.6736 1.04164 10.9562 1.09798 11.2197 1.20731C11.4833 1.31663 11.7228 1.4768 11.9245 1.67867C12.1261 1.88054 12.2861 2.12016 12.3951 2.38384C12.5042 2.64753 12.5603 2.93011 12.5601 3.21546C13.2969 3.49312 13.9834 3.88931 14.5924 4.38838L14.6154 4.37484C14.8625 4.2313 15.1356 4.13798 15.4189 4.10025C15.7023 4.06251 15.9903 4.0811 16.2664 4.15495C16.5425 4.2288 16.8013 4.35644 17.028 4.53057C17.2547 4.7047 17.4447 4.92187 17.5872 5.16963L17.9799 5.84984C18.1226 6.09693 18.2153 6.36972 18.2525 6.65262C18.2897 6.93552 18.2709 7.22299 18.197 7.49859C18.123 7.7742 17.9956 8.03254 17.8218 8.25885C17.648 8.48516 17.4313 8.67501 17.1841 8.81755L17.1612 8.83109C17.2248 9.21777 17.2569 9.60899 17.257 10.0009C17.2552 10.4017 17.2203 10.8016 17.1529 11.1967L17.1685 11.205C17.6673 11.4933 18.0313 11.9678 18.1803 12.5243C18.3294 13.0809 18.2513 13.6738 17.9633 14.1728L17.5956 14.8103C17.3075 15.3093 16.833 15.6734 16.2765 15.8227C15.72 15.9719 15.1269 15.894 14.6279 15.6061L14.6133 15.5978C13.999 16.1043 13.3053 16.5059 12.5601 16.7863C12.5599 17.3622 12.331 17.9145 11.9237 18.3217C11.5165 18.729 10.9642 18.9579 10.3883 18.9582H9.61327C9.32792 18.958 9.04539 18.9017 8.78181 18.7924C8.51823 18.683 8.27877 18.5229 8.07709 18.321C7.87541 18.1191 7.71547 17.8795 7.6064 17.6158C7.49733 17.3521 7.44126 17.0696 7.4414 16.7842C6.70459 16.5066 6.01812 16.1104 5.40911 15.6113L5.38619 15.6248C5.13939 15.7686 4.86664 15.8623 4.58357 15.9005C4.30049 15.9387 4.01267 15.9206 3.73659 15.8474C3.4605 15.7741 3.20159 15.6471 2.97469 15.4736C2.74779 15.3001 2.55736 15.0835 2.41431 14.8363L2.0216 14.1561C1.8789 13.909 1.78628 13.6362 1.74904 13.3533C1.7118 13.0704 1.73068 12.7829 1.80459 12.5073C1.87849 12.2317 2.00599 11.9734 2.17977 11.7471C2.35356 11.5208 2.57025 11.3309 2.81744 11.1884L2.84035 11.1748C2.7767 10.7882 2.74465 10.3969 2.74452 10.005C2.74637 9.60425 2.78121 9.20429 2.84869 8.80921L2.83306 8.80088C2.33422 8.51264 1.97027 8.0381 1.82123 7.48158C1.67218 6.92506 1.75025 6.33214 2.03827 5.83317L2.40598 5.19046C2.69404 4.69144 3.16851 4.32727 3.72504 4.17803C4.28157 4.02879 4.87459 4.1067 5.37369 4.39463L5.38827 4.40296C6.00243 3.89603 6.69615 3.49408 7.4414 3.21338C7.44167 2.63745 7.67058 2.08518 8.07783 1.67794C8.48507 1.27069 9.03734 1.04178 9.61327 1.0415ZM11.1583 8.26761C10.8156 8.03869 10.4129 7.9165 10.0008 7.9165C9.44828 7.9165 8.91838 8.136 8.52768 8.5267C8.13698 8.9174 7.91748 9.4473 7.91748 9.99984C7.91748 10.4119 8.03967 10.8147 8.26859 11.1573C8.49751 11.4999 8.82288 11.7669 9.20356 11.9246C9.58424 12.0823 10.0031 12.1235 10.4073 12.0431C10.8114 11.9628 11.1826 11.7643 11.474 11.473C11.7653 11.1816 11.9637 10.8104 12.0441 10.4063C12.1245 10.0021 12.0832 9.58326 11.9256 9.20258C11.7679 8.8219 11.5009 8.49653 11.1583 8.26761ZM8.14891 7.22827C8.69708 6.862 9.34154 6.6665 10.0008 6.6665C10.8849 6.6665 11.7327 7.01769 12.3578 7.64281C12.983 8.26794 13.3341 9.11578 13.3341 9.99984C13.3341 10.6591 13.1387 11.3036 12.7724 11.8517C12.4061 12.3999 11.8855 12.8271 11.2764 13.0794C10.6673 13.3317 9.99712 13.3977 9.35051 13.2691C8.70391 13.1405 8.10997 12.823 7.64379 12.3569C7.17762 11.8907 6.86015 11.2967 6.73153 10.6501C6.60291 10.0035 6.66892 9.33331 6.92122 8.72423C7.17351 8.11514 7.60075 7.59454 8.14891 7.22827Z"})}),O9=w("svg",{xmlns:"http://www.w3.org/2000/svg",width:"22",height:"22",viewBox:"0 0 24 24",fill:"#222222",children:[w("path",{d:"M22.9331 7.46673V21.3334C22.9331 22.2667 22.1331 23.0667 21.1997 23.0667H10.1331V22.0001V20.9334H20.9331V7.60006H15.3331L11.0664 18.0001C10.7997 18.6667 10.1331 19.0667 9.46641 19.0667H2.79974C1.86641 19.0667 1.06641 18.2667 1.06641 17.3334V3.46673C1.06641 2.5334 1.86641 1.7334 2.79974 1.7334L12.9331 1.7334V2.80007V3.86673H2.93307V17.3334H9.33307L13.5997 6.9334C13.8664 6.26673 14.5331 5.86673 15.1997 5.86673H21.3331C22.2664 5.60006 22.9331 6.40007 22.9331 7.46673Z"}),w("path",{d:"M5.904 11.4063L5.472 13H4L6.056 6H7.96L10 13H8.496L8.072 11.4063H5.904ZM7.688 9.95389L7.048 7.54323H6.952L6.296 9.95389H7.688Z",fill:"#EA4C89"}),w("path",{d:"M19.4337 18.9805C18.403 18.6732 17.5907 18.3117 16.9968 17.8961C16.6999 18.1039 16.3542 18.2965 15.9597 18.474C15.5652 18.6558 15.1071 18.8312 14.5854 19L14 17.8831C14.9035 17.6494 15.6076 17.3918 16.1124 17.1104C15.8579 16.816 15.6394 16.4848 15.4571 16.1169C15.2789 15.7489 15.1262 15.3312 14.9989 14.8636H14.1718V13.8182H16.456C16.4178 13.5844 16.3669 13.3312 16.3033 13.0584L17.5504 13L17.6522 13.8182H19.8091V14.8636H18.9374C18.8059 15.3485 18.6532 15.7749 18.4793 16.1429C18.3054 16.5108 18.0976 16.8377 17.8558 17.1234C18.4327 17.4524 19.1474 17.6926 20 17.8442L19.4337 18.9805ZM16.1633 14.8636C16.3118 15.487 16.5854 16.013 16.9841 16.4416C17.1707 16.2424 17.3256 16.0152 17.4486 15.7597C17.5758 15.5 17.684 15.2013 17.7731 14.8636H16.1633Z",fill:"#EA4C89"})]}),z9=w("svg",{xmlns:"http://www.w3.org/2000/svg",width:"22",height:"22",viewBox:"0 0 24 24",fill:"#222222",children:[w("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M13 2H3C1.89543 2 1 2.89543 1 4V20C1 21.1046 1.89543 22 3 22H7V20H3V4H13V2ZM21 2H17V4H21V20H11V22H21C22.1046 22 23 21.1046 23 20V4C23 2.89543 22.1046 2 21 2Z"}),w("path",{d:"M10.5387 14.1787L9.96267 16H8L10.7413 8H13.28L16 16H13.9947L13.4293 14.1787H10.5387ZM12.9173 12.5187L12.064 9.76369H11.936L11.0613 12.5187H12.9173Z",fill:"#EA4C89"})]}),N9=w("svg",{xmlns:"http://www.w3.org/2000/svg",width:"28",height:"28",viewBox:"0 0 28 28",fill:"#666666",children:w("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M19 8H9C8.44772 8 8 8.44772 8 9V11H20V9C20 8.44772 19.5523 8 19 8ZM21 11V9C21 7.89543 20.1046 7 19 7H9C7.89543 7 7 7.89543 7 9V11V12V19C7 20.1046 7.89543 21 9 21H13V20H9C8.44772 20 8 19.5523 8 19V12H20V14H21V12V11ZM9 9H11V10H9V9ZM17 9H15V10H17V9ZM12 9H14V10H12V9ZM21 17H18V14H17V17H14V18H17V21H18V18H21V17Z"})});function q9({onOpenUrl:t,openOptionsPage:e,type:n}){let{t:r}=xe(),a=Me(),i=Math.round((Ni.supportedVideoSubtitleSites||[]).length/10),o=Ne(()=>[{title:r("widget.translateFile"),icon:M9,tooltipText:r("translateFileTooltip"),tooltipStyle:{left:-10,transform:"unset",fontSize:13,whiteSpace:"pre"},tooltipMultiple:!0,onClick:()=>{t(a.TRANSLATE_FILE_URL,n)}},{title:r("widget.videoSubtitle"),icon:B9,tooltipText:r("widget.videoSubtitleTooltip",{count:i*10}),tooltipStyle:{fontSize:13},onClick:()=>{e("#subtitle")}},{title:r("widget.instruction"),icon:I9,tooltipText:r("widget.instructionTooltip"),tooltipStyle:{left:"unset",right:-10,transform:"unset",fontSize:13},onClick:()=>{t(u4)}}],[a,t,e,r]);return w("div",{class:"widgets-container mt-5",children:o.map(s=>s.tooltipText?w(Ca,{text:s.tooltipText,containerStyle:{flex:1},tipStyle:s.tooltipStyle,multiple:s.tooltipMultiple,children:w(U9,{...s})}):w(U9,{...s}))})}function U9(t){return w("div",{class:"widget-item",onClick:t.onClick,children:[t.icon,w("span",{class:"ml-1 text-gray-6",children:t.title})]})}function Hs(t){let{setSettings:e,config:n,openSharePage:r,ctx:a,errorMsg:i,onAutoEnableSubtitleChanged:o}=t,[s,u]=re(""),[l,c]=re(i),[p,m]=re(null),[g,f]=re(null);Ce(()=>{Mt.get(Ft,null).then(C=>{C?(m(C),f(Zt(C))):f(!1)}).catch(C=>{f(!1)})},[]);let T=!0,b=ot();n&&b&&(T=n.generalRule.showSponsorOnSafari);let h=ml(n);return w("div",{class:`popup-container ${t.className||""}`,style:t.style,children:[w("div",{class:"popup-content text-sm",children:[h?w("div",{style:{marginTop:-12}}):w("div",{class:"flex items-center justify-between ml-1",style:{height:28},children:[w(b2,{isLogin:!!p,isProUser:!!g,config:n}),w(H7,{openSharePage:r})]}),w(CT,{ctx:t.ctx,setSettings:t.setSettings,onSetPageLanguage:t.onSetPageLanguage,currentLang:t.currentLang}),w(wT,{isProUser:!!g,ctx:t.ctx,setSettings:t.setSettings,pageStatus:t.pageStatus,onTranslatePage:t.onTranslatePage,onRestorePage:t.onRestorePage,openOptionsPage:t.openOptionsPage}),w("div",{class:"flex flex-row mt-3 items-center",children:[w(N7,{ctx:a,onSwitchTranslationMode:t.onSwitchTranslationMode}),w(q7,{ctx:t.ctx,pageStatus:t.pageStatus,currentUrl:t.currentUrl,onTranslatePdf:t.onTranslatePdf,onToggleTranslate:t.onToggleTranslate,disabledButton:t.disabledButton,noPermissionPDF:t.noPermissionPDF})]}),w("div",{class:`text-sm text-gray-9 mt-4 ml-1 ${s?"":"display-none"}`,children:s}),w("div",{class:`text-sm text-gray-9 mt-4 ml-1 ${l?"":"display-none"}`,children:l}),w(Up,{isShowError:!1,request:t.request,setStorageBuildinConfig:t.onSetBuildinConfig}),w("div",{class:"text-sm px-1 text-gray-2",children:[w(kT,{ctx:t.ctx,setSettings:t.setSettings,pageStatus:t.pageStatus,onTranslatePage:t.onTranslatePage,onRestorePage:t.onRestorePage,currentUrl:t.currentUrl,currentLang:t.currentLang,onClose:t.onClose,onSetLocalConfig:t.onSetLocalConfig}),w(_9,{ctx:t.ctx,openOptionsPage:t.openOptionsPage,setSettings:t.setSettings}),w(F9,{ctx:a,currentLang:t.currentLang,pageStatus:t.pageStatus,onTranslatePage:t.onTranslatePage,onClose:t.onClose,setSettings:t.setSettings}),w(z7,{onAutoEnableSubtitleChanged:o,ctx:a,setSettings:e})]}),w(q9,{type:t.type,onOpenUrl:t.onOpenUrl,openOptionsPage:t.openOptionsPage})]}),w(U7,{...t,isProUser:!!g,isShowPricing:T,setMessage:u})]})}function z7(t){let{t:e}=xe(),{ctx:n,setSettings:r,onAutoEnableSubtitleChanged:a}=t;return Ne(()=>!n.rule.subtitleRule.disabled&&Fd.includes(n.rule.subtitleRule.type||""),[n,Fd])?w("div",{class:"flex justify-between mt-3 items-center",children:[w("label",{class:"mb-0",children:e("autoEnableSubtitle")}),w("input",{type:"checkbox",role:"switch",id:"autoEnableSubtitle",name:"autoEnableSubtitle",checked:!!n.rule.subtitleRule.autoEnableSubtitle,onChange:o=>{let s=o.target.checked;r(u=>({...u,generalRule:{...u.generalRule,"subtitleRule.add":{...u.generalRule?.["subtitleRule.add"],autoEnableSubtitle:s}}})),a()}})]}):null}function N7(t){let{t:e}=xe(),n=t.ctx.state.translationMode,r=()=>{let i=n==="dual"?"translation":"dual";t.onSwitchTranslationMode(i)},a=e(n==="dual"?"changeToOnlyTempTranslationMode":"changeToDualTempTranslationMode");return w(Ca,{text:a,multiple:!0,tipStyle:{left:-20,transform:"unset",fontSize:13,whiteSpace:"pre"},children:w("div",{class:"translate-mode mr-2 ",onClick:r,children:n==="dual"?O9:z9})})}function U7(t){let{t:e,lang:n}=xe(),{isProUser:r,isShowPricing:a}=t,{config:i}=t.ctx,o=60;n.startsWith("zh")||(o=70);let s=Me(),u=`${t.type}_more`;return w("footer",{children:w("div",{class:"px-3 py-2-5 text-sm flex items-center justify-between popup-footer",children:[w("div",{class:"setting flex flex-row items-center justify-center secondary clickable",onClick:l,children:[R9,w("span",{class:"ml-1 text-gray-6",children:e("options")})]}),w(j7,{ctx:t.ctx,onToggleEnabled:t.onToggleEnabled,setSettings:t.setSettings,setMessage:t.setMessage}),w(Np,{label:e("more"),showArrow:!0,maxWidth:o,className:"text-gray-6 transform-padding-left more",onSelected:g=>{g.value==="openPremium"?(globalThis.open(vi),t.onClose()):g.value==="changeToOnlyTranslationMode"?c("translation"):g.value==="changeToDualTranslationMode"?c("dual"):g.value==="translateTheWholePage"?t.onTranslateTheWholePage():g.value==="translateToThePageEndImmediately"?t.onTranslateToThePageEndImmediately():g.value==="translateTheMainPage"?t.onTranslateTheMainPage():g.value==="translateLocalPdfFile"?t.onOpenUrl(s.PDF_VIEWER_URL,u):g.value==="pdfProFile"?t.onOpenUrl(s.PDF_PRO_URL,u):g.value==="translateText"?t.onOpenUrl(s.TEXT_TRANSLATE_URL,u):g.value==="translateLocalHtmlFile"?t.onOpenUrl(s.HTML_VIEWER_URL,u):g.value==="translateLocalSubtitleFile"?t.onOpenUrl(s.SUBTITLE_BUILDER_URL,u):g.value==="donate"?(globalThis.open(i.donateUrl),t.onClose()):g.value==="feedback"?(globalThis.open(i.feedbackUrl),t.onClose()):g.value==="options"?(t.openOptionsPage(),t.onClose()):g.value==="changeToTranslateTheWholePage"?p():g.value==="changeToTranslateTheMainPage"?m():g.value==="about"?t.openAboutPage():g.value==="toggleEnabled"?t.onToggleEnabled():g.value==="openEbookViewer"?t.onOpenUrl(s.EBOOK_VIEWER_URL,u):g.value==="openEbookBuilder"?t.onOpenUrl(s.EBOOK_BUILDER_URL,u):g.value==="goPro"&&t.onOpenUrl(vi,u)},menus:[i.translationMode==="dual"&&{label:"\u{1F524} "+e("changeToOnlyTranslationMode"),value:"changeToOnlyTranslationMode"},i.translationMode==="translation"&&{label:"\u{1F521} "+e("changeToDualTranslationMode"),value:"changeToDualTranslationMode"},i.translationArea==="main"&&{label:"\u{1F480} "+e("changeToTranslateTheWholePage"),value:"changeToTranslateTheWholePage"},i.translationArea==="body"&&{label:"\u{1F4D6} "+e("changeToTranslateTheMainPage"),value:"changeToTranslateTheMainPage"},{label:"\u26A1 "+e("translateToThePageEndImmediately"),value:"translateToThePageEndImmediately"},{label:"\u{1F4D8} "+e("browser.openEbookViewer"),value:"openEbookViewer"},{label:"\u{1F4DA} "+e("browser.openEbookBuilder"),value:"openEbookBuilder"},{label:"\u{1F4C1} "+e("browser.translateLocalPdfFile"),value:"translateLocalPdfFile"},{label:"\u2747\uFE0F "+e("browser.PdfProFile"),value:"pdfProFile"},{label:"\u{1F310} "+e("browser.translateLocalHtmlFile"),value:"translateLocalHtmlFile"},{label:"\u{1F4FA} "+e("browser.translateLocalSubtitleFile"),value:"translateLocalSubtitleFile"},{label:"\u{1F4DD} "+e("browser.textTranslate"),value:"translateText"},r===!1&&a&&{label:"\u{1F451} "+e("upgradeToPro"),value:"goPro"},{label:"\u2764\uFE0F "+e(a?"aboutLabel":"aboutLabelWithoutSponsor"),value:"about"}].filter(Boolean)})]})});function l(g){g.preventDefault(),t.openOptionsPage()}function c(g){t.setSettings(f=>({...f,translationMode:g})),t.onSwitchTranslationMode(g)}function p(){t.setSettings(g=>({...g,translationArea:"body"})),t.onTranslateTheWholePage()}function m(){t.setSettings(g=>({...g,translationArea:"main"})),t.onTranslateTheMainPage()}}function q7({currentUrl:t,pageStatus:e,onTranslatePdf:n,ctx:r,onToggleTranslate:a,disabledButton:i,noPermissionPDF:o}){let{t:s,lang:u}=xe(),l=r.config,c=Ne(()=>new URL(t||""),[t]),p=c?.pathname.toLowerCase().endsWith(".pdf");Hr(r?.rule)&&!p&&(p=!0);let m=s("translate");e==="Translated"||e==="Error"?m=s("show-original"):e==="Original"?p?Wn()&&c.protocol==="file:"||o?m=s("translate-firefox-local-pdf"):ye()?m=s("noSupportTranslate-pdf"):m=s("translate-pdf"):m=s("translate"):m=s(e);let g=s("translateToThePageEndImmediately");return(e==="Original"||e==="Translated")&&(l.shortcuts.toggleTranslatePage&&(Tu()?r.rule.touchShortcutsToggleTranslatePage&&r.rule.touchShortcutsToggleTranslatePage!=="touchShortcutsOff"&&(m+=` (${s(r.rule.touchShortcutsToggleTranslatePage)})`):m+=` (${tc(l.shortcuts.toggleTranslatePage)})`),l.shortcuts.toggleTranslateToThePageEndImmediately&&(g+=` (${l.shortcuts.toggleTranslateToThePageEndImmediately})`)),w("button",{class:"mb-0 main-button",onClick:()=>{p?n&&n():a()},"aria-busy":e==="Translating",disabled:i||e==="Translating",children:m})}function j7({ctx:t,onToggleEnabled:e,setSettings:n,setMessage:r}){let{t:a,lang:i}=xe(),o=Sn();return w("div",{class:"flex",children:w("span",{class:"immersive-translate-no-select text-sm text-gray-c2",onClick:c2(7)(s),children:["V",o,t.config.enabled?null:w("a",{href:"#",onClick:e,children:[" ","(",a("hasBeenDisabled"),")"]})]})});function s(u){n(l=>(l.alpha?r("Success disable alpha!"):r("Success enable alpha!"),{...l,alpha:!l.alpha}))}}function H7(t){let{t:e}=xe();return w("div",{class:"share-button-container",onClick:t.openSharePage,children:[w("span",{class:"text-gray-9",children:e("buildSnapshots")}),N9]})}function of(){let[t,e]=re("Original"),n=je(""),{t:r}=xe(),[a,i,o,s]=rr(()=>{setTimeout(()=>{yr("updateGlobalContext",!1)()},250)});fo(a,i);let[u,l]=re(null),[c,p]=re(null),[m,g]=re(null),[f,T]=re("auto"),[b,h]=re(null),C=je(!1),D=je(),[M,B]=re({}),[{errorMsg:S,disableButton:v,noPermissionPDF:L},A]=re({errorMsg:"",disableButton:!1,noPermissionPDF:!1});if(Ce(()=>{tt().any&&B({width:"100%"}),Mc()},[]),Ce(()=>{Xt().then(k=>l(k))},[a]),Ce(()=>{if(!(!c||!u)){if(C.current&&D.current){D.current.getAsyncContextString().then(k=>{if(k){let E=JSON.parse(k);h(E)}});return}Un({url:c,config:u}).then(k=>{C.current||h(k)})}},[c,u,C,D]),Ce(()=>(y(),()=>{globalThis.document.removeEventListener(Bo,_)}),[]),!u||!b)return null;return w(js,{children:w(Hs,{type:"popup",style:M,onClose:H9,onToggleTranslate:yr("toggleTranslatePage"),onToggleEnabled:N,openOptionsPage:Q7,openAboutPage:Y7,openSharePage:V7,onTranslatePdf:()=>{U(n.current||c||"")},onTranslateTheMainPage:yr("translateTheMainPage"),onTranslateTheWholePage:yr("translateTheWholePage"),onTranslateToThePageEndImmediately:yr("translateToThePageEndImmediately"),onSwitchTranslationMode:k=>{yr("switchTranslationMode",!0,{mode:k})()},onTranslatePage:yr("translatePage"),onRestorePage:yr("restorePage",!1),onSetPageLanguage:q,setSettings:i,config:u,pageStatus:t,ctx:b,currentUrl:c,currentLang:f,onSetLocalConfig:Wt,onSetBuildinConfig:kl,request:Ur,errorMsg:S,disabledButton:v,noPermissionPDF:L,onAutoEnableSubtitleChanged:yr("autoEnableSubtitleChanged"),onOpenUrl:$7})});async function y(){let k=ws(),E=await oe.tabs.query({currentWindow:!0,active:!0}),P=E[0].id;g(P);let O=j9(P,k);D.current=O;let H=E[0].url;if(I(P),globalThis.document.addEventListener(Bo,_),!H){p("about:newtab");return}p(H),Zl(H)?(F(O,P,H),W9(P,async()=>{let j=await O.getContextString(),W=await O.getPageStatus(),V=await Xt(),se=await O.getCurrentPageLanguage();if(e(W),l(V),T(se),j){let X=JSON.parse(j);if(X){if(h(X),C.current=!0,Hr(X.rule)){let Z=await O.getPdfWebUrl();n.current=Z}}else z.error("contextStr is empty",j)}se==="auto"&&setTimeout(async()=>{let X=await O.getCurrentPageLanguage();T(X)},500)})):Mp(H||"")?K7(H||"")&&W7(H||"").then(j=>{j||A({disableButton:!1,noPermissionPDF:!0,errorMsg:r("noLocalFilePermissionForPDF")})}):A({disableButton:!0,errorMsg:r("noPermissionForThisPage"),noPermissionPDF:!1})}function I(k){oe.tabs.onUpdated.addListener((E,P,O)=>{k===E&&O.url&&p(O.url)})}function F(k,E,P){k.ping().then(O=>{A({disableButton:!1,errorMsg:"",noPermissionPDF:!1}),af[E]=!0,K9(E)}).catch(O=>{s2(P)||A({disableButton:!0,errorMsg:r("reloadCurrentPage"),noPermissionPDF:!1}),z.debug("ping failed, but it is ok. cause maybe content is not injected",O)})}function _(k){let{tabId:E,payload:P}=k.detail,{method:O,data:H}=P;z.debug("popup received message",O,H||" "),O==="setPageStatus"?E&&e(H):O==="ready"&&E&&(A({disableButton:!1,errorMsg:"",noPermissionPDF:!1}),af[E]=!0,K9(E))}function U(k){k&&(oe.tabs.create({url:d4(k)}),globalThis.close())}function N(){i(k=>({...k,enabled:!k.enabled})),setTimeout(()=>{H9()},50)}function q(k){let E=ws();if(T(k),m&&c){let P=pu(c,k,u.sourceLanguageUrlPattern);i(O=>({...O,sourceLanguageUrlPattern:P})),W9(m,()=>{j9(m,E).setCurrentPageLanguageByClient(k)})}}}function yr(t,e=!0,n={}){return async()=>{let r=ws(),i=(await oe.tabs.query({currentWindow:!0,active:!0}))[0].id,o={trigger:"popup",...n};r.sendMessage(`content_script:main:${i}`,{method:t,data:o}),e&&setTimeout(()=>{globalThis.close()},10)}}async function W7(t){try{let e=new URL(t),n=await fetch(e.href);return!0}catch{return!1}}function K7(t){try{return new URL(t).protocol==="file:"}catch{return!1}}var G7={setCurrentPageLanguageByClient:t=>Promise.resolve(),ping:t=>Promise.resolve(),getPageStatus:t=>Promise.resolve(),getCurrentPageLanguage:t=>Promise.resolve(),getContextString:t=>Promise.resolve(),getAsyncContextString:t=>Promise.resolve(),getPdfWebUrl:()=>Promise.resolve("")};function j9(t,e){function n(a,i){let o=`content_script:main_sync:${t}`;return a.includes("Async")&&(o=`content_script:main:${t}`),e.sendMessage(o,{method:a,data:i})}let r={...G7};return Object.keys(r).forEach(a=>{r[a]=n.bind(null,a)}),r}var V7=()=>{yr("shareToDraft")()};function $7(t,e){let n=t;e&&(n=`${t}?utm_source=extension&utm_medium=extension&utm_campaign=${e}`),oe.tabs.create({url:n}),setTimeout(()=>{globalThis.close()},50)}function Y7(){oe.tabs.create({url:oe.runtime.getURL("options.html#about")}),setTimeout(()=>{globalThis.close()},50)}function H9(){globalThis.close()}function Q7(t=""){let e=oe.runtime.getURL("options.html");oe.tabs.create({url:e+t}),setTimeout(()=>{globalThis.close()},50)}var di={},af={};function W9(t,e){if(af[t])try{e()}catch(n){z.error("run callback failed",n)}else di[t]||(di[t]=[]),di[t].push(e)}function K9(t){if(di[t]&&di[t].length){let e=[...di[t]];di[t]=[],e.forEach(n=>n())}}var G9=document.getElementById("mount");l2();G9&&(async()=>{let t=await Xt();t.debug&&z.setLevel("debug"),$r(w(eo,{lang:t.interfaceLanguage,translations:rc,fallbackLang:"en",children:w(of,{})}),G9)})();})(); /*! Bundled license information: bowser/src/bowser.js: diff --git a/dist/userscript/immersive-translate.user.js b/dist/userscript/immersive-translate.user.js index 03c8398..fcd1981 100644 --- a/dist/userscript/immersive-translate.user.js +++ b/dist/userscript/immersive-translate.user.js @@ -1,7 +1,7 @@ // ==UserScript== // @name Immersive Translate - Translate Website & PDF // @description Free Translate Website, Translate PDF & Epub eBook, Translate Video Subtitles in Bilingual -// @version 1.4.5 +// @version 1.4.6 // @namespace https://immersive-translate.owenyoung.com/ // @author Owen Young // @homepageURL https://immersivetranslate.com/ @@ -102,7 +102,7 @@ // @name:es Immersion Translation: Traducción bilingüe de páginas web y documentos PDF // @description:es Bilingual web page translation, also supports PDF translation, bilingual Epub eBook translation, free to use. // ==/UserScript== -(()=>{var B6=Object.create;var M0=Object.defineProperty;var R6=Object.getOwnPropertyDescriptor;var I6=Object.getOwnPropertyNames;var O6=Object.getPrototypeOf,N6=Object.prototype.hasOwnProperty;var j6=(e,t)=>()=>(e&&(t=e(e=0)),t);var U6=(e,t)=>()=>(t||e((t={exports:{}}).exports,t),t.exports),B0=(e,t)=>{for(var n in t)M0(e,n,{get:t[n],enumerable:!0})},H6=(e,t,n,r)=>{if(t&&typeof t=="object"||typeof t=="function")for(let a of I6(t))!N6.call(e,a)&&a!==n&&M0(e,a,{get:()=>t[a],enumerable:!(r=R6(t,a))||r.enumerable});return e};var z6=(e,t,n)=>(n=e!=null?B6(O6(e)):{},H6(t||!e||!e.__esModule?M0(n,"default",{value:e,enumerable:!0}):n,e));var T,d=j6(()=>{T={BUILD_TIME:"2024-04-03T14:28:35.000Z",VERSION:"1.4.5",PROD:"1",REDIRECT_URL:"https://dash.immersivetranslate.com/auth-done/",PROD_API:"1",BETA:"0",IMMERSIVE_TRANSLATE_INJECTED_CSS:`:root { +(()=>{var B6=Object.create;var M0=Object.defineProperty;var R6=Object.getOwnPropertyDescriptor;var I6=Object.getOwnPropertyNames;var O6=Object.getPrototypeOf,N6=Object.prototype.hasOwnProperty;var j6=(e,t)=>()=>(e&&(t=e(e=0)),t);var U6=(e,t)=>()=>(t||e((t={exports:{}}).exports,t),t.exports),B0=(e,t)=>{for(var n in t)M0(e,n,{get:t[n],enumerable:!0})},H6=(e,t,n,r)=>{if(t&&typeof t=="object"||typeof t=="function")for(let a of I6(t))!N6.call(e,a)&&a!==n&&M0(e,a,{get:()=>t[a],enumerable:!(r=R6(t,a))||r.enumerable});return e};var z6=(e,t,n)=>(n=e!=null?B6(O6(e)):{},H6(t||!e||!e.__esModule?M0(n,"default",{value:e,enumerable:!0}):n,e));var x,d=j6(()=>{x={BUILD_TIME:"2024-04-04T07:37:00.000Z",VERSION:"1.4.6",PROD:"1",REDIRECT_URL:"https://dash.immersivetranslate.com/auth-done/",PROD_API:"1",BETA:"0",IMMERSIVE_TRANSLATE_INJECTED_CSS:`:root { --immersive-translate-theme-underline-borderColor: #72ece9; --immersive-translate-theme-nativeUnderline-borderColor: #72ece9; --immersive-translate-theme-nativeDashed-borderColor: #72ece9; @@ -5040,32 +5040,32 @@ select.text-gray-6 {
-`,IMMERSIVE_TRANSLATE_VIDEO_SUBTITLE_INJECT:'(()=>{var u="imt-subtitle-inject",f=class{from;to;constructor(t,n){this.from=t,this.to=n}sendMessages(t){globalThis.postMessage({type:u,to:this.to,from:this.from,action:t.action,data:t.data,id:t.id||new Date().getTime(),isAsync:!1})}getRandomId(){return(new Date().getTime()+Math.random())*Math.random()}sendAsyncMessages({action:t,data:n}){return new Promise(e=>{let r=this.getRandomId();globalThis.postMessage({type:u,to:this.to,from:this.from,action:t,data:n,id:r,isAsync:!0});let a=({data:o})=>{u===o.type&&o.id===r&&o.to===this.from&&(e(o.data),globalThis.removeEventListener("message",a))};globalThis.addEventListener("message",a)})}handleMessageOnce(t){return new Promise(n=>{let e=({data:r})=>{u===r.type&&r.action===t&&r.to===this.from&&(n(r.data),globalThis.removeEventListener("message",e))};globalThis.addEventListener("message",e)})}handleMessage(t,n){let e=({data:r})=>{u===r.type&&r.action===t&&r.to===this.from&&n(r)};return globalThis.addEventListener("message",e),()=>{globalThis.removeEventListener("message",e)}}handleMessages(t){let n=({data:e})=>{u===e.type&&e.to===this.from&&t(e)};return globalThis.addEventListener("message",n),()=>{globalThis.removeEventListener("message",n)}}},R=new f("content-script","inject"),l=new f("inject","content-script"),S={get(s,t,n){return t in s?(...e)=>{let r=s[t];return typeof r=="function"?r.apply(s,e):Reflect.get(s,t,n)}:e=>s.sendAsyncMessages({action:t,data:e})}},x=new Proxy(l,S),L=new Proxy(R,S);function T(s){if(!s)return null;try{let t=s;return s.startsWith("//")?t=globalThis.location.protocol+s:s.startsWith("/")?t=`${globalThis.location.protocol}//${globalThis.location.host}${s}`:s.startsWith("http")||(t=`${globalThis.location.protocol}//${s}`),new URL(t).toString()}catch(t){return console.error(t),s}}var i=class{content=x;config;constructor(t){this.config=t,l.handleMessages(async({action:n,id:e,data:r})=>{let a=this[n];if(!a)return;let o=a.apply(this,[r]);o instanceof Promise&&(o=await o),l.sendMessages({id:e,data:o})})}triggerSubtitle(t){}async translateSubtitle(t){let n=await this.content.requestSubtitle({url:T(t._url)});if(n){if(this.config.responseType=="document"){let r=new DOMParser().parseFromString(n,"text/xml");Object.defineProperty(t,"responseXML",{value:r,writable:!1}),Object.defineProperty(t,"response",{value:r,writable:!1});return}let e=n;(t.responseType=="arraybuffer"||this.config.responseType=="arraybuffer")&&typeof n=="string"&&(e=new TextEncoder().encode(n).buffer),Object.defineProperty(t,"responseText",{value:e,writable:!1}),Object.defineProperty(t,"response",{value:e,writable:!1})}}async translateSubtitleWithFetch(t,n){let e={...n},r;return typeof t=="string"?r={url:t,method:"GET",headers:{}}:r=await v(t),e?.body&&(e.body=M(e.body)),this.content.requestSubtitle({fetchInfo:JSON.stringify({input:r,options:e})})}async getVideoMeta(t){}isSubtitleRequest(t){return!this.config||!this.config.subtitleUrlRegExp||!t?!1:new RegExp(this.config.subtitleUrlRegExp).test(t||"")}};function v(s){if(s instanceof URL)return{url:s.href,method:"GET",headers:{}};let t=s.clone(),n={url:s.url,method:s.method,headers:Object.fromEntries(s.headers.entries())};if(t.body){let e=M(t.body);if(t.body!==e)return t.text().then(r=>(n.body=r,n));n.body=e}return Promise.resolve(n)}function M(s){if(!s)return s;if(s instanceof FormData||s instanceof URLSearchParams){let t={};for(let[n,e]of s.entries())t[n]=e;return t._formatBodyType="FormData",t}return s}var d=class extends i{timer=null;triggerSubtitle({force:t}){setTimeout(()=>{if(this.config?.subtitleButtonSelector){let n=document.querySelector(this.config.subtitleButtonSelector);if(n){let e=n.getAttribute("aria-pressed")==="true";e&&t?(n.click(),setTimeout(()=>{n.click()},100)):e||n.click();return}}if(this.config?.videoPlayerSelector){let n=document.querySelector(this.config.videoPlayerSelector);n?.toggleSubtitles(),setTimeout(()=>{n?.toggleSubtitles()},100)}},1e3)}async getVideoMeta(){if(!this.config.videoPlayerSelector)return null;try{return await this.sleep(100),document.querySelector(this.config.videoPlayerSelector)?.getPlayerResponse()}catch{return null}}sleep(t){return new Promise(n=>{setTimeout(()=>{n(null)},t)})}};var m=class extends i{timer=null;videoMeta={};lastVideoMeta=null;constructor(t){super(t),this.hookJSON()}hookJSON(){let t=JSON.parse;JSON.parse=n=>{let e=t(n);try{e&&e.result&&e.result.timedtexttracks&&e.result.movieId&&(this.videoMeta[e.result.movieId]=e.result,this.lastVideoMeta=e.result)}catch(r){console.log(r)}return e}}getVideoMeta(t){return this.lastVideoMeta}};var p=class extends i{timer=null;videoMeta={};constructor(t){super(t),this.hookJSON()}hookJSON(){let t=JSON.parse;JSON.parse=n=>{let e=t(n);try{e?.asset?.captions?.length?this.videoMeta[e.id]=e?.asset:e?.previews&&e?.course&&e?.previews?.forEach(r=>{this.videoMeta[r.id]=r})}catch(r){console.error(r)}return e}}getVideoMeta(t){return this.videoMeta[t]}};var g=class extends i{timer=null;videoMeta={};constructor(t){super(t),this.hookJSON()}hookJSON(){let t=JSON.parse;JSON.parse=n=>{let e=t(n);try{if(e?.stream?.sources?.length&&e?.stream?.sources[0]?.complete?.url){let r=window.location.pathname.split("/");r.length>2&&r[r.length-2]==="video"&&(this.videoMeta[r[r.length-1]]=e.stream.sources[0].complete.url)}}catch(r){console.error(r)}return e}}getVideoMeta(t){return this.videoMeta[t]}};var h=class extends i{constructor(t){super(t)}async translateSubtitleWithFetch(t,n){this.main(t,n)}async main(t,n){let e=globalThis.__originalFetch;if(!e)return;let r=t;t instanceof Request&&(r=t.clone());let a=await e(r,n);if(!a.ok)return;let o=await a.json();o.transcripts_urls&&this.requestSubtitle(o.transcripts_urls)}async requestSubtitle(t){await c(),await this.content.requestSubtitle(t)}};async function w(){let s=await l.sendAsyncMessages({action:"getConfig"});if(!s)return;let n={youtube:d,netflix:m,webvtt:i,khanacademy:i,bilibili:i,udemy:p,general:i,ebutt:i,hulu:h,disneyplus:g,"fmp4.xml":i,multi_attach_vtt:i,twitter:i,subsrt:i,xml:i,text_track_dynamic:i,av:i}[s.type||""];if(!n)return;let e=new n(s);I(e,s)}c();w();function I(s,t){if(t.hookType.includes("xhr")){let n=XMLHttpRequest.prototype.open,e=XMLHttpRequest.prototype.send,r=function(){return this._url=arguments[1],n.apply(this,arguments)},a=async function(){return s.isSubtitleRequest(this._url)?(await c(),await s.translateSubtitle(this),e.apply(this,arguments)):e.apply(this,arguments)};Object.defineProperty(XMLHttpRequest.prototype,"open",{value:r,writable:!0}),Object.defineProperty(XMLHttpRequest.prototype,"send",{value:a,writable:!0})}if(t.hookType.includes("fetch")){let n=globalThis.fetch;globalThis.__originalFetch=n,globalThis.fetch=async function(e,r){let a=typeof e=="string"?e:e.url||e.href;if(!s.isSubtitleRequest(a))return n(e,r);await c();let y=await s.translateSubtitleWithFetch(e,r);return y?new Response(y):n(e,r)}}}var b=!1;async function c(){return b||(await l.handleMessageOnce("contentReady"),b=!0),b}})();\n',OPTIONS_URL:"https://dash.immersivetranslate.com/",SHARE_DRAFT_URL:"https://immersivetranslate.com/preview",ASSETS_BASE_URL:"https://app.immersivetranslate.com/global-assets/",EBOOK_VIEWER_URL:"https://app.immersivetranslate.com/ebook/",EBOOK_BUILDER_URL:"https://app.immersivetranslate.com/ebook/make/",SUBTITLE_BUILDER_URL:"https://app.immersivetranslate.com/subtitle/",HTML_VIEWER_URL:"https://app.immersivetranslate.com/html/",PDF_VIEWER_URL:"https://app.immersivetranslate.com/pdf/",PDF_PRO_URL:"https://app.immersivetranslate.com/pdf-pro/",TEXT_TRANSLATE_URL:"https://app.immersivetranslate.com/text/",TRANSLATE_FILE_URL:"https://app.immersivetranslate.com/",MOCK:"0",DEBUG:"0",IMMERSIVE_TRANSLATE_USERSCRIPT:"1",INSTALL_FROM:"official_userscript"}});var h1=U6((wl,gs)=>{d();(function(){var e;function t(f){var y,b,h="",C=-1,w;if(f&&f.length)for(w=f.length;(C+=1)>>6&31,128|y&63):y<=65535?h+=String.fromCharCode(224|y>>>12&15,128|y>>>6&63,128|y&63):y<=2097151&&(h+=String.fromCharCode(240|y>>>18&7,128|y>>>12&63,128|y>>>6&63,128|y&63));return h}function n(f){var y,b,h,C,w,k=[],R;if(y=b=h=C=w=0,f&&f.length)for(R=f.length,f+="";y191&&h<224?(C=f.charCodeAt(y+1),k[b]=String.fromCharCode((h&31)<<6|C&63),y+=2):(C=f.charCodeAt(y+1),w=f.charCodeAt(y+2),k[b]=String.fromCharCode((h&15)<<12|(C&63)<<6|w&63),y+=3);return k.join("")}function r(f,y){var b=(f&65535)+(y&65535),h=(f>>16)+(y>>16)+(b>>16);return h<<16|b&65535}function a(f,y){return f<>>32-y}function o(f,y){for(var b=y?"0123456789ABCDEF":"0123456789abcdef",h="",C,w=0,k=f.length;w>>4&15)+b.charAt(C&15);return h}function i(f){var y,b=f.length,h="";for(y=0;y>>8&255);return h}function s(f){var y,b=f.length,h="";for(y=0;y>>8&255,f.charCodeAt(y)&255);return h}function u(f){var y,b=f.length*32,h="";for(y=0;y>5]>>>24-y%32&255);return h}function l(f){var y,b=f.length*32,h="";for(y=0;y>5]>>>y%32&255);return h}function c(f){var y,b=f.length*8,h=Array(f.length>>2),C=h.length;for(y=0;y>5]|=(f.charCodeAt(y/8)&255)<>2),C=h.length;for(y=0;y>5]|=(f.charCodeAt(y/8)&255)<<24-y%32;return h}function g(f,y){var b=y.length,h=Array(),C,w,k,R,v,x,B,_;for(x=Array(Math.ceil(f.length/2)),R=x.length,C=0;C0;){for(v=Array(),k=0,C=0;C0||w>0)&&(v[v.length]=w);h[h.length]=k,x=v}for(B="",C=h.length-1;C>=0;C--)B+=y.charAt(h[C]);for(_=Math.ceil(f.length*8/(Math.log(y.length)/Math.log(2))),C=B.length;C<_;C+=1)B=y[0]+B;return B}function p(f,y){var b="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/",h="",C=f.length,w,k,R;for(y=y||"=",w=0;wf.length*8?h+=y:h+=b.charAt(R>>>6*(3-k)&63);return h}e={VERSION:"1.0.6",Base64:function(){var f="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/",y="=",b=!1,h=!0;this.encode=function(C){var w,k,R,v="";for(y=y||"=",C=h?t(C):C,len=C.length,w=0;wlen*8?v+=y:v+=f.charAt(R>>>6*(3-k)&63);return v},this.decode=function(C){var w,k,R,v,x,B,_,E,O,F,M="",N=[];if(!C)return C;w=F=0,C=C.replace(new RegExp("\\"+y,"gi"),"");do x=f.indexOf(C.charAt(w++)),B=f.indexOf(C.charAt(w++)),_=f.indexOf(C.charAt(w++)),E=f.indexOf(C.charAt(w++)),O=x<<18|B<<12|_<<6|E,k=O>>16&255,R=O>>8&255,v=O&255,F+=1,_===64?N[F]=String.fromCharCode(k):E===64?N[F]=String.fromCharCode(k,R):N[F]=String.fromCharCode(k,R,v);while(w>>8^b;return(y^-1)>>>0},MD5:function(f){var y=f&&typeof f.uppercase=="boolean"?f.uppercase:!1,b=f&&typeof f.pad=="string"?f.pad:"=",h=f&&typeof f.utf8=="boolean"?f.utf8:!0;this.hex=function(E){return o(C(E,h),y)},this.b64=function(E){return p(C(E),b)},this.any=function(E,O){return g(C(E,h),O)},this.raw=function(E){return C(E,h)},this.hex_hmac=function(E,O){return o(w(E,O),y)},this.b64_hmac=function(E,O){return p(w(E,O),b)},this.any_hmac=function(E,O,F){return g(w(E,O),F)},this.vm_test=function(){return hex("abc").toLowerCase()==="900150983cd24fb0d6963f7d28e17f72"},this.setUpperCase=function(E){return typeof E=="boolean"&&(y=E),this},this.setPad=function(E){return b=E||b,this},this.setUTF8=function(E){return typeof E=="boolean"&&(h=E),this};function C(E){return E=h?t(E):E,l(k(c(E),E.length*8))}function w(E,O){var F,M,N,U,H;for(E=h?t(E):E,O=h?t(O):O,F=c(E),F.length>16&&(F=k(F,E.length*8)),M=Array(16),N=Array(16),H=0;H<16;H+=1)M[H]=F[H]^909522486,N[H]=F[H]^1549556828;return U=k(M.concat(c(O)),512+O.length*8),l(k(N.concat(U),512+128))}function k(E,O){var F,M,N,U,H,L=1732584193,S=-271733879,A=-1732584194,j=271733878;for(E[O>>5]|=128<>>9<<4)+14]=O,F=0;F16&&(_=k(_,x.length*8)),E=Array(16),O=Array(16),F=0;F<16;F+=1)E[F]=_[F]^909522486,O[F]=_[F]^1549556828;return M=k(E.concat(m(B)),512+B.length*8),u(k(O.concat(M),512+160))}function k(x,B){var _,E,O,F,M,N,U,H,L=Array(80),S=1732584193,A=-271733879,j=-1732584194,q=271733878,z=-1009589776;for(x[B>>5]|=128<<24-B%32,x[(B+64>>9<<4)+15]=B,_=0;_16&&(z=L(z,S.length*8));q<16;q+=1)W[q]=z[q]^909522486,V[q]=z[q]^1549556828;return j=L(W.concat(m(A)),512+A.length*8),u(L(V.concat(j),512+256))}function R(S,A){return S>>>A|S<<32-A}function v(S,A){return S>>>A}function x(S,A,j){return S&A^~S&j}function B(S,A,j){return S&A^S&j^A&j}function _(S){return R(S,2)^R(S,13)^R(S,22)}function E(S){return R(S,6)^R(S,11)^R(S,25)}function O(S){return R(S,7)^R(S,18)^v(S,3)}function F(S){return R(S,17)^R(S,19)^v(S,10)}function M(S){return R(S,28)^R(S,34)^R(S,39)}function N(S){return R(S,14)^R(S,18)^R(S,41)}function U(S){return R(S,1)^R(S,8)^v(S,7)}function H(S){return R(S,19)^R(S,61)^v(S,6)}C=[1116352408,1899447441,-1245643825,-373957723,961987163,1508970993,-1841331548,-1424204075,-670586216,310598401,607225278,1426881987,1925078388,-2132889090,-1680079193,-1046744716,-459576895,-272742522,264347078,604807628,770255983,1249150122,1555081692,1996064986,-1740746414,-1473132947,-1341970488,-1084653625,-958395405,-710438585,113926993,338241895,666307205,773529912,1294757372,1396182291,1695183700,1986661051,-2117940946,-1838011259,-1564481375,-1474664885,-1035236496,-949202525,-778901479,-694614492,-200395387,275423344,430227734,506948616,659060556,883997877,958139571,1322822218,1537002063,1747873779,1955562222,2024104815,-2067236844,-1933114872,-1866530822,-1538233109,-1090935817,-965641998];function L(S,A){var j=[1779033703,-1150833019,1013904242,-1521486534,1359893119,-1694144372,528734635,1541459225],q=new Array(64),z,W,V,ue,ae,X,ie,pe,ee,Y,ye,ne;for(S[A>>5]|=128<<24-A%32,S[(A+64>>9<<4)+15]=A,ee=0;ee32&&(S=R(S,N.length*8));L<32;L+=1)A[L]=S[L]^909522486,j[L]=S[L]^1549556828;return H=R(A.concat(m(U)),1024+U.length*8),u(R(j.concat(H),1024+512))}function R(N,U){var H,L,S,A=new Array(80),j=new Array(16),q=[new v(1779033703,-205731576),new v(-1150833019,-2067093701),new v(1013904242,-23791573),new v(-1521486534,1595750129),new v(1359893119,-1377402159),new v(-1694144372,725511199),new v(528734635,-79577749),new v(1541459225,327033209)],z=new v(0,0),W=new v(0,0),V=new v(0,0),ue=new v(0,0),ae=new v(0,0),X=new v(0,0),ie=new v(0,0),pe=new v(0,0),ee=new v(0,0),Y=new v(0,0),ye=new v(0,0),ne=new v(0,0),re=new v(0,0),Te=new v(0,0),Re=new v(0,0),_e=new v(0,0),de=new v(0,0);for(C===void 0&&(C=[new v(1116352408,-685199838),new v(1899447441,602891725),new v(-1245643825,-330482897),new v(-373957723,-2121671748),new v(961987163,-213338824),new v(1508970993,-1241133031),new v(-1841331548,-1357295717),new v(-1424204075,-630357736),new v(-670586216,-1560083902),new v(310598401,1164996542),new v(607225278,1323610764),new v(1426881987,-704662302),new v(1925078388,-226784913),new v(-2132889090,991336113),new v(-1680079193,633803317),new v(-1046744716,-815192428),new v(-459576895,-1628353838),new v(-272742522,944711139),new v(264347078,-1953704523),new v(604807628,2007800933),new v(770255983,1495990901),new v(1249150122,1856431235),new v(1555081692,-1119749164),new v(1996064986,-2096016459),new v(-1740746414,-295247957),new v(-1473132947,766784016),new v(-1341970488,-1728372417),new v(-1084653625,-1091629340),new v(-958395405,1034457026),new v(-710438585,-1828018395),new v(113926993,-536640913),new v(338241895,168717936),new v(666307205,1188179964),new v(773529912,1546045734),new v(1294757372,1522805485),new v(1396182291,-1651133473),new v(1695183700,-1951439906),new v(1986661051,1014477480),new v(-2117940946,1206759142),new v(-1838011259,344077627),new v(-1564481375,1290863460),new v(-1474664885,-1136513023),new v(-1035236496,-789014639),new v(-949202525,106217008),new v(-778901479,-688958952),new v(-694614492,1432725776),new v(-200395387,1467031594),new v(275423344,851169720),new v(430227734,-1194143544),new v(506948616,1363258195),new v(659060556,-544281703),new v(883997877,-509917016),new v(958139571,-976659869),new v(1322822218,-482243893),new v(1537002063,2003034995),new v(1747873779,-692930397),new v(1955562222,1575990012),new v(2024104815,1125592928),new v(-2067236844,-1578062990),new v(-1933114872,442776044),new v(-1866530822,593698344),new v(-1538233109,-561857047),new v(-1090935817,-1295615723),new v(-965641998,-479046869),new v(-903397682,-366583396),new v(-779700025,566280711),new v(-354779690,-840897762),new v(-176337025,-294727304),new v(116418474,1914138554),new v(174292421,-1563912026),new v(289380356,-1090974290),new v(460393269,320620315),new v(685471733,587496836),new v(852142971,1086792851),new v(1017036298,365543100),new v(1126000580,-1676669620),new v(1288033470,-885112138),new v(1501505948,-60457430),new v(1607167915,987167468),new v(1816402316,1246189591)]),L=0;L<80;L+=1)A[L]=new v(0,0);for(N[U>>5]|=128<<24-(U&31),N[(U+128>>10<<5)+31]=U,S=N.length,L=0;L>>H|U.h<<32-H,N.h=U.h>>>H|U.l<<32-H}function _(N,U,H){N.l=U.h>>>H|U.l<<32-H,N.h=U.l>>>H|U.h<<32-H}function E(N,U,H){N.l=U.l>>>H|U.h<<32-H,N.h=U.h>>>H}function O(N,U,H){var L=(U.l&65535)+(H.l&65535),S=(U.l>>>16)+(H.l>>>16)+(L>>>16),A=(U.h&65535)+(H.h&65535)+(S>>>16),j=(U.h>>>16)+(H.h>>>16)+(A>>>16);N.l=L&65535|S<<16,N.h=A&65535|j<<16}function F(N,U,H,L,S){var A=(U.l&65535)+(H.l&65535)+(L.l&65535)+(S.l&65535),j=(U.l>>>16)+(H.l>>>16)+(L.l>>>16)+(S.l>>>16)+(A>>>16),q=(U.h&65535)+(H.h&65535)+(L.h&65535)+(S.h&65535)+(j>>>16),z=(U.h>>>16)+(H.h>>>16)+(L.h>>>16)+(S.h>>>16)+(q>>>16);N.l=A&65535|j<<16,N.h=q&65535|z<<16}function M(N,U,H,L,S,A){var j=(U.l&65535)+(H.l&65535)+(L.l&65535)+(S.l&65535)+(A.l&65535),q=(U.l>>>16)+(H.l>>>16)+(L.l>>>16)+(S.l>>>16)+(A.l>>>16)+(j>>>16),z=(U.h&65535)+(H.h&65535)+(L.h&65535)+(S.h&65535)+(A.h&65535)+(q>>>16),W=(U.h>>>16)+(H.h>>>16)+(L.h>>>16)+(S.h>>>16)+(A.h>>>16)+(z>>>16);N.l=j&65535|q<<16,N.h=z&65535|W<<16}},RMD160:function(f){var y=f&&typeof f.uppercase=="boolean"?f.uppercase:!1,b=f&&typeof f.pad=="string"?f.pa:"=",h=f&&typeof f.utf8=="boolean"?f.utf8:!0,C=[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,7,4,13,1,10,6,15,3,12,0,9,5,2,14,11,8,3,10,14,4,9,15,8,1,2,7,0,6,13,11,5,12,1,9,11,10,0,8,12,4,13,3,7,15,14,5,6,2,4,0,5,9,7,12,2,10,14,1,3,8,11,6,15,13],w=[5,14,7,0,9,2,11,4,13,6,15,8,1,10,3,12,6,11,3,7,0,13,5,10,14,15,8,12,4,9,1,2,15,5,1,3,7,14,6,9,11,8,12,2,10,0,4,13,8,6,4,1,3,11,15,0,5,12,2,13,9,7,10,14,12,15,10,4,1,5,8,7,6,2,13,14,0,3,9,11],k=[11,14,15,12,5,8,7,9,11,13,14,15,6,7,9,8,7,6,8,13,11,9,7,15,7,12,15,9,11,7,13,12,11,13,6,7,14,9,13,15,14,8,13,6,5,12,7,5,11,12,14,15,14,15,9,8,9,14,5,6,8,6,5,12,9,15,5,11,6,8,13,12,5,12,13,14,11,8,5,6],R=[8,9,9,11,13,15,15,5,7,7,8,11,14,14,12,6,9,13,15,7,12,8,9,11,7,7,12,7,6,15,13,11,9,7,15,11,8,6,6,14,12,13,5,14,13,13,7,5,15,5,8,11,14,14,6,14,6,9,12,9,12,5,15,8,8,5,12,9,12,5,14,6,8,13,6,5,15,13,11,11];this.hex=function(M){return o(v(M,h))},this.b64=function(M){return p(v(M,h),b)},this.any=function(M,N){return g(v(M,h),N)},this.raw=function(M){return v(M,h)},this.hex_hmac=function(M,N){return o(x(M,N))},this.b64_hmac=function(M,N){return p(x(M,N),b)},this.any_hmac=function(M,N,U){return g(x(M,N),U)},this.vm_test=function(){return hex("abc").toLowerCase()==="900150983cd24fb0d6963f7d28e17f72"},this.setUpperCase=function(M){return typeof M=="boolean"&&(y=M),this},this.setPad=function(M){return typeof M<"u"&&(b=M),this},this.setUTF8=function(M){return typeof M=="boolean"&&(h=M),this};function v(M){return M=h?t(M):M,B(_(c(M),M.length*8))}function x(M,N){M=h?t(M):M,N=h?t(N):N;var U,H,L=c(M),S=Array(16),A=Array(16);for(L.length>16&&(L=_(L,M.length*8)),U=0;U<16;U+=1)S[U]=L[U]^909522486,A[U]=L[U]^1549556828;return H=_(S.concat(c(N)),512+N.length*8),B(_(A.concat(H),512+160))}function B(M){var N,U="",H=M.length*32;for(N=0;N>5]>>>N%32&255);return U}function _(M,N){var U,H,L,S,A=1732584193,j=4023233417,q=2562383102,z=271733878,W=3285377520,V,ue,ae,X,ie,pe,ee,Y,ye,ne;for(M[N>>5]|=128<>>9<<4)+14]=N,S=M.length,L=0;Ln&&(n=o,r=a)}return[r,n]}function aE(e,t){let n=e.match(t);return(n?n.length:0)/e.length||0}function oE(e,t,n,r){t=sE(t,n,r);let a=[],o;if(t)for(o in t)js.call(t,o)&&a.push([o,iE(e,t[o])]);return a.length===0?I0():a.sort(uE)}function iE(e,t){let n=0,r=-1;for(;++rt.traditionalCharacters?(t.detectedCharacters="simplified",t.detectionRate=t.simplifiedCharacters/t.traditionalCharacters|1):t.simplifiedCharactersi+s.length,0));let o=e.length-r;for(let i of yE){let s=i[1],u=i[0],l=e.match(s),c=l?l.length:0;c>n&&(n=c,t=u)}return n*2.5/o>.5?t==="zh-CN"?Ig(e)?"zh-TW":"zh-CN":t:"auto"}d();d();d();d();d();function eo(){let e,t="pending",n=new Promise((r,a)=>{e={async resolve(o){await o,t="fulfilled",r(o)},reject(o){t="rejected",a(o)}}});return Object.defineProperty(n,"state",{get:()=>t}),Object.assign(n,e)}d();var O0=class extends Error{constructor(){super("Deadline"),this.name="DeadlineError"}};function zs(e,t){let n=eo(),r=setTimeout(()=>n.reject(new O0),t);return Promise.race([e,n]).finally(()=>clearTimeout(r))}d();d();function pr(e,t={}){let{signal:n,persistent:r}=t;return n?.aborted?Promise.reject(new DOMException("Delay was aborted.","AbortError")):new Promise((a,o)=>{let i=()=>{clearTimeout(u),o(new DOMException("Delay was aborted.","AbortError"))},u=setTimeout(()=>{n?.removeEventListener("abort",i),a()},e);if(n?.addEventListener("abort",i,{once:!0}),r===!1)try{Deno.unrefTimer(u)}catch(l){if(!(l instanceof ReferenceError))throw l}})}d();var Ng=class{#e=0;#t=[];#n=[];#r=eo();add(t){++this.#e,this.#a(t[Symbol.asyncIterator]())}async#a(t){try{let{value:n,done:r}=await t.next();r?--this.#e:this.#t.push({iterator:t,value:n})}catch(n){this.#n.push(n)}this.#r.resolve()}async*iterate(){for(;this.#e>0;){await this.#r;for(let t=0;t$E,bgBlue:()=>YE,bgBrightBlack:()=>ZE,bgBrightBlue:()=>rx,bgBrightCyan:()=>ox,bgBrightGreen:()=>tx,bgBrightMagenta:()=>ax,bgBrightRed:()=>ex,bgBrightWhite:()=>ix,bgBrightYellow:()=>nx,bgCyan:()=>XE,bgGreen:()=>VE,bgMagenta:()=>JE,bgRed:()=>GE,bgRgb24:()=>cx,bgRgb8:()=>ux,bgWhite:()=>QE,bgYellow:()=>KE,black:()=>_E,blue:()=>ME,bold:()=>vE,brightBlack:()=>Hg,brightBlue:()=>HE,brightCyan:()=>qE,brightGreen:()=>jE,brightMagenta:()=>zE,brightRed:()=>NE,brightWhite:()=>WE,brightYellow:()=>UE,cyan:()=>RE,dim:()=>CE,getColorEnabled:()=>xE,gray:()=>OE,green:()=>FE,hidden:()=>AE,inverse:()=>DE,italic:()=>SE,magenta:()=>BE,red:()=>LE,reset:()=>TE,rgb24:()=>lx,rgb8:()=>sx,setColorEnabled:()=>EE,strikethrough:()=>kE,stripColor:()=>mx,underline:()=>wE,white:()=>IE,yellow:()=>PE});d();var{Deno:jg}=globalThis,Ug=typeof jg?.noColor=="boolean"?jg.noColor:!0,N0=!Ug;function EE(e){Ug||(N0=e)}function xE(){return N0}function Ae(e,t){return{open:`\x1B[${e.join(";")}m`,close:`\x1B[${t}m`,regexp:new RegExp(`\\x1b\\[${t}m`,"g")}}function ke(e,t){return N0?`${t.open}${e.replace(t.regexp,t.open)}${t.close}`:e}function TE(e){return ke(e,Ae([0],0))}function vE(e){return ke(e,Ae([1],22))}function CE(e){return ke(e,Ae([2],22))}function SE(e){return ke(e,Ae([3],23))}function wE(e){return ke(e,Ae([4],24))}function DE(e){return ke(e,Ae([7],27))}function AE(e){return ke(e,Ae([8],28))}function kE(e){return ke(e,Ae([9],29))}function _E(e){return ke(e,Ae([30],39))}function LE(e){return ke(e,Ae([31],39))}function FE(e){return ke(e,Ae([32],39))}function PE(e){return ke(e,Ae([33],39))}function ME(e){return ke(e,Ae([34],39))}function BE(e){return ke(e,Ae([35],39))}function RE(e){return ke(e,Ae([36],39))}function IE(e){return ke(e,Ae([37],39))}function OE(e){return Hg(e)}function Hg(e){return ke(e,Ae([90],39))}function NE(e){return ke(e,Ae([91],39))}function jE(e){return ke(e,Ae([92],39))}function UE(e){return ke(e,Ae([93],39))}function HE(e){return ke(e,Ae([94],39))}function zE(e){return ke(e,Ae([95],39))}function qE(e){return ke(e,Ae([96],39))}function WE(e){return ke(e,Ae([97],39))}function $E(e){return ke(e,Ae([40],49))}function GE(e){return ke(e,Ae([41],49))}function VE(e){return ke(e,Ae([42],49))}function KE(e){return ke(e,Ae([43],49))}function YE(e){return ke(e,Ae([44],49))}function JE(e){return ke(e,Ae([45],49))}function XE(e){return ke(e,Ae([46],49))}function QE(e){return ke(e,Ae([47],49))}function ZE(e){return ke(e,Ae([100],49))}function ex(e){return ke(e,Ae([101],49))}function tx(e){return ke(e,Ae([102],49))}function nx(e){return ke(e,Ae([103],49))}function rx(e){return ke(e,Ae([104],49))}function ax(e){return ke(e,Ae([105],49))}function ox(e){return ke(e,Ae([106],49))}function ix(e){return ke(e,Ae([107],49))}function Pr(e,t=255,n=0){return Math.trunc(Math.max(Math.min(e,t),n))}function sx(e,t){return ke(e,Ae([38,5,Pr(t)],39))}function ux(e,t){return ke(e,Ae([48,5,Pr(t)],49))}function lx(e,t){return typeof t=="number"?ke(e,Ae([38,2,t>>16&255,t>>8&255,t&255],39)):ke(e,Ae([38,2,Pr(t.r),Pr(t.g),Pr(t.b)],39))}function cx(e,t){return typeof t=="number"?ke(e,Ae([48,2,t>>16&255,t>>8&255,t&255],49)):ke(e,Ae([48,2,Pr(t.r),Pr(t.g),Pr(t.b)],49))}var dx=new RegExp(["[\\u001B\\u009B][[\\]()#;?]*(?:(?:(?:(?:;[-a-zA-Z\\d\\/#&.:=?%@~_]+)*|[a-zA-Z\\d]+(?:;[-a-zA-Z\\d\\/#&.:=?%@~_]*)*)?\\u0007)","(?:(?:\\d{1,4}(?:;\\d{0,4})*)?[\\dA-PR-TZcf-nq-uy=><~]))"].join("|"),"g");function mx(e){return e.replace(dx,"")}d();d();var j0=class extends Error{constructor(t,n){super(`Exceeded max retry count (${n})`),this.name="RetryError",this.cause=t}},px={multiplier:2,maxTimeout:6e4,maxAttempts:5,minTimeout:1e3};async function U0(e,t){let n={...px,...t};if(n.maxTimeout>=0&&n.minTimeout>n.maxTimeout)throw new RangeError("minTimeout is greater than maxTimeout");let r=n.minTimeout,a;for(let o=0;osetTimeout(s,r)),r*=n.multiplier,r=Math.max(r,n.minTimeout),n.maxTimeout>=0&&(r=Math.min(r,n.maxTimeout)),a=i}throw new j0(a,n.maxAttempts)}d();var gr=["A","B","C","D","E","F","G","H","I","J","K","L","M","N","O","P","Q","R","S","T","U","V","W","X","Y","Z","a","b","c","d","e","f","g","h","i","j","k","l","m","n","o","p","q","r","s","t","u","v","w","x","y","z","0","1","2","3","4","5","6","7","8","9","+","/"];function fi(e){let t=typeof e=="string"?new TextEncoder().encode(e):e instanceof Uint8Array?e:new Uint8Array(e),n="",r,a=t.length;for(r=2;r>2],n+=gr[(t[r-2]&3)<<4|t[r-1]>>4],n+=gr[(t[r-1]&15)<<2|t[r]>>6],n+=gr[t[r]&63];return r===a+1&&(n+=gr[t[r-2]>>2],n+=gr[(t[r-2]&3)<<4],n+="=="),r===a&&(n+=gr[t[r-2]>>2],n+=gr[(t[r-2]&3)<<4|t[r-1]>>4],n+=gr[(t[r-1]&15)<<2],n+="="),n}d();d();var gx=/[\u1680\u2000-\u200A\u202F\u205F\u3000]/,fx=/[\xAA\xB5\xBA\xC0-\xD6\xD8-\xF6\xF8-\u02C1\u02C6-\u02D1\u02E0-\u02E4\u02EC\u02EE\u0370-\u0374\u0376\u0377\u037A-\u037D\u037F\u0386\u0388-\u038A\u038C\u038E-\u03A1\u03A3-\u03F5\u03F7-\u0481\u048A-\u052F\u0531-\u0556\u0559\u0561-\u0587\u05D0-\u05EA\u05F0-\u05F2\u0620-\u064A\u066E\u066F\u0671-\u06D3\u06D5\u06E5\u06E6\u06EE\u06EF\u06FA-\u06FC\u06FF\u0710\u0712-\u072F\u074D-\u07A5\u07B1\u07CA-\u07EA\u07F4\u07F5\u07FA\u0800-\u0815\u081A\u0824\u0828\u0840-\u0858\u0860-\u086A\u08A0-\u08B4\u08B6-\u08BD\u0904-\u0939\u093D\u0950\u0958-\u0961\u0971-\u0980\u0985-\u098C\u098F\u0990\u0993-\u09A8\u09AA-\u09B0\u09B2\u09B6-\u09B9\u09BD\u09CE\u09DC\u09DD\u09DF-\u09E1\u09F0\u09F1\u09FC\u0A05-\u0A0A\u0A0F\u0A10\u0A13-\u0A28\u0A2A-\u0A30\u0A32\u0A33\u0A35\u0A36\u0A38\u0A39\u0A59-\u0A5C\u0A5E\u0A72-\u0A74\u0A85-\u0A8D\u0A8F-\u0A91\u0A93-\u0AA8\u0AAA-\u0AB0\u0AB2\u0AB3\u0AB5-\u0AB9\u0ABD\u0AD0\u0AE0\u0AE1\u0AF9\u0B05-\u0B0C\u0B0F\u0B10\u0B13-\u0B28\u0B2A-\u0B30\u0B32\u0B33\u0B35-\u0B39\u0B3D\u0B5C\u0B5D\u0B5F-\u0B61\u0B71\u0B83\u0B85-\u0B8A\u0B8E-\u0B90\u0B92-\u0B95\u0B99\u0B9A\u0B9C\u0B9E\u0B9F\u0BA3\u0BA4\u0BA8-\u0BAA\u0BAE-\u0BB9\u0BD0\u0C05-\u0C0C\u0C0E-\u0C10\u0C12-\u0C28\u0C2A-\u0C39\u0C3D\u0C58-\u0C5A\u0C60\u0C61\u0C80\u0C85-\u0C8C\u0C8E-\u0C90\u0C92-\u0CA8\u0CAA-\u0CB3\u0CB5-\u0CB9\u0CBD\u0CDE\u0CE0\u0CE1\u0CF1\u0CF2\u0D05-\u0D0C\u0D0E-\u0D10\u0D12-\u0D3A\u0D3D\u0D4E\u0D54-\u0D56\u0D5F-\u0D61\u0D7A-\u0D7F\u0D85-\u0D96\u0D9A-\u0DB1\u0DB3-\u0DBB\u0DBD\u0DC0-\u0DC6\u0E01-\u0E30\u0E32\u0E33\u0E40-\u0E46\u0E81\u0E82\u0E84\u0E87\u0E88\u0E8A\u0E8D\u0E94-\u0E97\u0E99-\u0E9F\u0EA1-\u0EA3\u0EA5\u0EA7\u0EAA\u0EAB\u0EAD-\u0EB0\u0EB2\u0EB3\u0EBD\u0EC0-\u0EC4\u0EC6\u0EDC-\u0EDF\u0F00\u0F40-\u0F47\u0F49-\u0F6C\u0F88-\u0F8C\u1000-\u102A\u103F\u1050-\u1055\u105A-\u105D\u1061\u1065\u1066\u106E-\u1070\u1075-\u1081\u108E\u10A0-\u10C5\u10C7\u10CD\u10D0-\u10FA\u10FC-\u1248\u124A-\u124D\u1250-\u1256\u1258\u125A-\u125D\u1260-\u1288\u128A-\u128D\u1290-\u12B0\u12B2-\u12B5\u12B8-\u12BE\u12C0\u12C2-\u12C5\u12C8-\u12D6\u12D8-\u1310\u1312-\u1315\u1318-\u135A\u1380-\u138F\u13A0-\u13F5\u13F8-\u13FD\u1401-\u166C\u166F-\u167F\u1681-\u169A\u16A0-\u16EA\u16EE-\u16F8\u1700-\u170C\u170E-\u1711\u1720-\u1731\u1740-\u1751\u1760-\u176C\u176E-\u1770\u1780-\u17B3\u17D7\u17DC\u1820-\u1877\u1880-\u1884\u1887-\u18A8\u18AA\u18B0-\u18F5\u1900-\u191E\u1950-\u196D\u1970-\u1974\u1980-\u19AB\u19B0-\u19C9\u1A00-\u1A16\u1A20-\u1A54\u1AA7\u1B05-\u1B33\u1B45-\u1B4B\u1B83-\u1BA0\u1BAE\u1BAF\u1BBA-\u1BE5\u1C00-\u1C23\u1C4D-\u1C4F\u1C5A-\u1C7D\u1C80-\u1C88\u1CE9-\u1CEC\u1CEE-\u1CF1\u1CF5\u1CF6\u1D00-\u1DBF\u1E00-\u1F15\u1F18-\u1F1D\u1F20-\u1F45\u1F48-\u1F4D\u1F50-\u1F57\u1F59\u1F5B\u1F5D\u1F5F-\u1F7D\u1F80-\u1FB4\u1FB6-\u1FBC\u1FBE\u1FC2-\u1FC4\u1FC6-\u1FCC\u1FD0-\u1FD3\u1FD6-\u1FDB\u1FE0-\u1FEC\u1FF2-\u1FF4\u1FF6-\u1FFC\u2071\u207F\u2090-\u209C\u2102\u2107\u210A-\u2113\u2115\u2119-\u211D\u2124\u2126\u2128\u212A-\u212D\u212F-\u2139\u213C-\u213F\u2145-\u2149\u214E\u2160-\u2188\u2C00-\u2C2E\u2C30-\u2C5E\u2C60-\u2CE4\u2CEB-\u2CEE\u2CF2\u2CF3\u2D00-\u2D25\u2D27\u2D2D\u2D30-\u2D67\u2D6F\u2D80-\u2D96\u2DA0-\u2DA6\u2DA8-\u2DAE\u2DB0-\u2DB6\u2DB8-\u2DBE\u2DC0-\u2DC6\u2DC8-\u2DCE\u2DD0-\u2DD6\u2DD8-\u2DDE\u2E2F\u3005-\u3007\u3021-\u3029\u3031-\u3035\u3038-\u303C\u3041-\u3096\u309D-\u309F\u30A1-\u30FA\u30FC-\u30FF\u3105-\u312E\u3131-\u318E\u31A0-\u31BA\u31F0-\u31FF\u3400-\u4DB5\u4E00-\u9FEA\uA000-\uA48C\uA4D0-\uA4FD\uA500-\uA60C\uA610-\uA61F\uA62A\uA62B\uA640-\uA66E\uA67F-\uA69D\uA6A0-\uA6EF\uA717-\uA71F\uA722-\uA788\uA78B-\uA7AE\uA7B0-\uA7B7\uA7F7-\uA801\uA803-\uA805\uA807-\uA80A\uA80C-\uA822\uA840-\uA873\uA882-\uA8B3\uA8F2-\uA8F7\uA8FB\uA8FD\uA90A-\uA925\uA930-\uA946\uA960-\uA97C\uA984-\uA9B2\uA9CF\uA9E0-\uA9E4\uA9E6-\uA9EF\uA9FA-\uA9FE\uAA00-\uAA28\uAA40-\uAA42\uAA44-\uAA4B\uAA60-\uAA76\uAA7A\uAA7E-\uAAAF\uAAB1\uAAB5\uAAB6\uAAB9-\uAABD\uAAC0\uAAC2\uAADB-\uAADD\uAAE0-\uAAEA\uAAF2-\uAAF4\uAB01-\uAB06\uAB09-\uAB0E\uAB11-\uAB16\uAB20-\uAB26\uAB28-\uAB2E\uAB30-\uAB5A\uAB5C-\uAB65\uAB70-\uABE2\uAC00-\uD7A3\uD7B0-\uD7C6\uD7CB-\uD7FB\uF900-\uFA6D\uFA70-\uFAD9\uFB00-\uFB06\uFB13-\uFB17\uFB1D\uFB1F-\uFB28\uFB2A-\uFB36\uFB38-\uFB3C\uFB3E\uFB40\uFB41\uFB43\uFB44\uFB46-\uFBB1\uFBD3-\uFD3D\uFD50-\uFD8F\uFD92-\uFDC7\uFDF0-\uFDFB\uFE70-\uFE74\uFE76-\uFEFC\uFF21-\uFF3A\uFF41-\uFF5A\uFF66-\uFFBE\uFFC2-\uFFC7\uFFCA-\uFFCF\uFFD2-\uFFD7\uFFDA-\uFFDC]|\uD800[\uDC00-\uDC0B\uDC0D-\uDC26\uDC28-\uDC3A\uDC3C\uDC3D\uDC3F-\uDC4D\uDC50-\uDC5D\uDC80-\uDCFA\uDD40-\uDD74\uDE80-\uDE9C\uDEA0-\uDED0\uDF00-\uDF1F\uDF2D-\uDF4A\uDF50-\uDF75\uDF80-\uDF9D\uDFA0-\uDFC3\uDFC8-\uDFCF\uDFD1-\uDFD5]|\uD801[\uDC00-\uDC9D\uDCB0-\uDCD3\uDCD8-\uDCFB\uDD00-\uDD27\uDD30-\uDD63\uDE00-\uDF36\uDF40-\uDF55\uDF60-\uDF67]|\uD802[\uDC00-\uDC05\uDC08\uDC0A-\uDC35\uDC37\uDC38\uDC3C\uDC3F-\uDC55\uDC60-\uDC76\uDC80-\uDC9E\uDCE0-\uDCF2\uDCF4\uDCF5\uDD00-\uDD15\uDD20-\uDD39\uDD80-\uDDB7\uDDBE\uDDBF\uDE00\uDE10-\uDE13\uDE15-\uDE17\uDE19-\uDE33\uDE60-\uDE7C\uDE80-\uDE9C\uDEC0-\uDEC7\uDEC9-\uDEE4\uDF00-\uDF35\uDF40-\uDF55\uDF60-\uDF72\uDF80-\uDF91]|\uD803[\uDC00-\uDC48\uDC80-\uDCB2\uDCC0-\uDCF2]|\uD804[\uDC03-\uDC37\uDC83-\uDCAF\uDCD0-\uDCE8\uDD03-\uDD26\uDD50-\uDD72\uDD76\uDD83-\uDDB2\uDDC1-\uDDC4\uDDDA\uDDDC\uDE00-\uDE11\uDE13-\uDE2B\uDE80-\uDE86\uDE88\uDE8A-\uDE8D\uDE8F-\uDE9D\uDE9F-\uDEA8\uDEB0-\uDEDE\uDF05-\uDF0C\uDF0F\uDF10\uDF13-\uDF28\uDF2A-\uDF30\uDF32\uDF33\uDF35-\uDF39\uDF3D\uDF50\uDF5D-\uDF61]|\uD805[\uDC00-\uDC34\uDC47-\uDC4A\uDC80-\uDCAF\uDCC4\uDCC5\uDCC7\uDD80-\uDDAE\uDDD8-\uDDDB\uDE00-\uDE2F\uDE44\uDE80-\uDEAA\uDF00-\uDF19]|\uD806[\uDCA0-\uDCDF\uDCFF\uDE00\uDE0B-\uDE32\uDE3A\uDE50\uDE5C-\uDE83\uDE86-\uDE89\uDEC0-\uDEF8]|\uD807[\uDC00-\uDC08\uDC0A-\uDC2E\uDC40\uDC72-\uDC8F\uDD00-\uDD06\uDD08\uDD09\uDD0B-\uDD30\uDD46]|\uD808[\uDC00-\uDF99]|\uD809[\uDC00-\uDC6E\uDC80-\uDD43]|[\uD80C\uD81C-\uD820\uD840-\uD868\uD86A-\uD86C\uD86F-\uD872\uD874-\uD879][\uDC00-\uDFFF]|\uD80D[\uDC00-\uDC2E]|\uD811[\uDC00-\uDE46]|\uD81A[\uDC00-\uDE38\uDE40-\uDE5E\uDED0-\uDEED\uDF00-\uDF2F\uDF40-\uDF43\uDF63-\uDF77\uDF7D-\uDF8F]|\uD81B[\uDF00-\uDF44\uDF50\uDF93-\uDF9F\uDFE0\uDFE1]|\uD821[\uDC00-\uDFEC]|\uD822[\uDC00-\uDEF2]|\uD82C[\uDC00-\uDD1E\uDD70-\uDEFB]|\uD82F[\uDC00-\uDC6A\uDC70-\uDC7C\uDC80-\uDC88\uDC90-\uDC99]|\uD835[\uDC00-\uDC54\uDC56-\uDC9C\uDC9E\uDC9F\uDCA2\uDCA5\uDCA6\uDCA9-\uDCAC\uDCAE-\uDCB9\uDCBB\uDCBD-\uDCC3\uDCC5-\uDD05\uDD07-\uDD0A\uDD0D-\uDD14\uDD16-\uDD1C\uDD1E-\uDD39\uDD3B-\uDD3E\uDD40-\uDD44\uDD46\uDD4A-\uDD50\uDD52-\uDEA5\uDEA8-\uDEC0\uDEC2-\uDEDA\uDEDC-\uDEFA\uDEFC-\uDF14\uDF16-\uDF34\uDF36-\uDF4E\uDF50-\uDF6E\uDF70-\uDF88\uDF8A-\uDFA8\uDFAA-\uDFC2\uDFC4-\uDFCB]|\uD83A[\uDC00-\uDCC4\uDD00-\uDD43]|\uD83B[\uDE00-\uDE03\uDE05-\uDE1F\uDE21\uDE22\uDE24\uDE27\uDE29-\uDE32\uDE34-\uDE37\uDE39\uDE3B\uDE42\uDE47\uDE49\uDE4B\uDE4D-\uDE4F\uDE51\uDE52\uDE54\uDE57\uDE59\uDE5B\uDE5D\uDE5F\uDE61\uDE62\uDE64\uDE67-\uDE6A\uDE6C-\uDE72\uDE74-\uDE77\uDE79-\uDE7C\uDE7E\uDE80-\uDE89\uDE8B-\uDE9B\uDEA1-\uDEA3\uDEA5-\uDEA9\uDEAB-\uDEBB]|\uD869[\uDC00-\uDED6\uDF00-\uDFFF]|\uD86D[\uDC00-\uDF34\uDF40-\uDFFF]|\uD86E[\uDC00-\uDC1D\uDC20-\uDFFF]|\uD873[\uDC00-\uDEA1\uDEB0-\uDFFF]|\uD87A[\uDC00-\uDFE0]|\uD87E[\uDC00-\uDE1D]/,hx=/[\xAA\xB5\xBA\xC0-\xD6\xD8-\xF6\xF8-\u02C1\u02C6-\u02D1\u02E0-\u02E4\u02EC\u02EE\u0300-\u0374\u0376\u0377\u037A-\u037D\u037F\u0386\u0388-\u038A\u038C\u038E-\u03A1\u03A3-\u03F5\u03F7-\u0481\u0483-\u0487\u048A-\u052F\u0531-\u0556\u0559\u0561-\u0587\u0591-\u05BD\u05BF\u05C1\u05C2\u05C4\u05C5\u05C7\u05D0-\u05EA\u05F0-\u05F2\u0610-\u061A\u0620-\u0669\u066E-\u06D3\u06D5-\u06DC\u06DF-\u06E8\u06EA-\u06FC\u06FF\u0710-\u074A\u074D-\u07B1\u07C0-\u07F5\u07FA\u0800-\u082D\u0840-\u085B\u0860-\u086A\u08A0-\u08B4\u08B6-\u08BD\u08D4-\u08E1\u08E3-\u0963\u0966-\u096F\u0971-\u0983\u0985-\u098C\u098F\u0990\u0993-\u09A8\u09AA-\u09B0\u09B2\u09B6-\u09B9\u09BC-\u09C4\u09C7\u09C8\u09CB-\u09CE\u09D7\u09DC\u09DD\u09DF-\u09E3\u09E6-\u09F1\u09FC\u0A01-\u0A03\u0A05-\u0A0A\u0A0F\u0A10\u0A13-\u0A28\u0A2A-\u0A30\u0A32\u0A33\u0A35\u0A36\u0A38\u0A39\u0A3C\u0A3E-\u0A42\u0A47\u0A48\u0A4B-\u0A4D\u0A51\u0A59-\u0A5C\u0A5E\u0A66-\u0A75\u0A81-\u0A83\u0A85-\u0A8D\u0A8F-\u0A91\u0A93-\u0AA8\u0AAA-\u0AB0\u0AB2\u0AB3\u0AB5-\u0AB9\u0ABC-\u0AC5\u0AC7-\u0AC9\u0ACB-\u0ACD\u0AD0\u0AE0-\u0AE3\u0AE6-\u0AEF\u0AF9-\u0AFF\u0B01-\u0B03\u0B05-\u0B0C\u0B0F\u0B10\u0B13-\u0B28\u0B2A-\u0B30\u0B32\u0B33\u0B35-\u0B39\u0B3C-\u0B44\u0B47\u0B48\u0B4B-\u0B4D\u0B56\u0B57\u0B5C\u0B5D\u0B5F-\u0B63\u0B66-\u0B6F\u0B71\u0B82\u0B83\u0B85-\u0B8A\u0B8E-\u0B90\u0B92-\u0B95\u0B99\u0B9A\u0B9C\u0B9E\u0B9F\u0BA3\u0BA4\u0BA8-\u0BAA\u0BAE-\u0BB9\u0BBE-\u0BC2\u0BC6-\u0BC8\u0BCA-\u0BCD\u0BD0\u0BD7\u0BE6-\u0BEF\u0C00-\u0C03\u0C05-\u0C0C\u0C0E-\u0C10\u0C12-\u0C28\u0C2A-\u0C39\u0C3D-\u0C44\u0C46-\u0C48\u0C4A-\u0C4D\u0C55\u0C56\u0C58-\u0C5A\u0C60-\u0C63\u0C66-\u0C6F\u0C80-\u0C83\u0C85-\u0C8C\u0C8E-\u0C90\u0C92-\u0CA8\u0CAA-\u0CB3\u0CB5-\u0CB9\u0CBC-\u0CC4\u0CC6-\u0CC8\u0CCA-\u0CCD\u0CD5\u0CD6\u0CDE\u0CE0-\u0CE3\u0CE6-\u0CEF\u0CF1\u0CF2\u0D00-\u0D03\u0D05-\u0D0C\u0D0E-\u0D10\u0D12-\u0D44\u0D46-\u0D48\u0D4A-\u0D4E\u0D54-\u0D57\u0D5F-\u0D63\u0D66-\u0D6F\u0D7A-\u0D7F\u0D82\u0D83\u0D85-\u0D96\u0D9A-\u0DB1\u0DB3-\u0DBB\u0DBD\u0DC0-\u0DC6\u0DCA\u0DCF-\u0DD4\u0DD6\u0DD8-\u0DDF\u0DE6-\u0DEF\u0DF2\u0DF3\u0E01-\u0E3A\u0E40-\u0E4E\u0E50-\u0E59\u0E81\u0E82\u0E84\u0E87\u0E88\u0E8A\u0E8D\u0E94-\u0E97\u0E99-\u0E9F\u0EA1-\u0EA3\u0EA5\u0EA7\u0EAA\u0EAB\u0EAD-\u0EB9\u0EBB-\u0EBD\u0EC0-\u0EC4\u0EC6\u0EC8-\u0ECD\u0ED0-\u0ED9\u0EDC-\u0EDF\u0F00\u0F18\u0F19\u0F20-\u0F29\u0F35\u0F37\u0F39\u0F3E-\u0F47\u0F49-\u0F6C\u0F71-\u0F84\u0F86-\u0F97\u0F99-\u0FBC\u0FC6\u1000-\u1049\u1050-\u109D\u10A0-\u10C5\u10C7\u10CD\u10D0-\u10FA\u10FC-\u1248\u124A-\u124D\u1250-\u1256\u1258\u125A-\u125D\u1260-\u1288\u128A-\u128D\u1290-\u12B0\u12B2-\u12B5\u12B8-\u12BE\u12C0\u12C2-\u12C5\u12C8-\u12D6\u12D8-\u1310\u1312-\u1315\u1318-\u135A\u135D-\u135F\u1380-\u138F\u13A0-\u13F5\u13F8-\u13FD\u1401-\u166C\u166F-\u167F\u1681-\u169A\u16A0-\u16EA\u16EE-\u16F8\u1700-\u170C\u170E-\u1714\u1720-\u1734\u1740-\u1753\u1760-\u176C\u176E-\u1770\u1772\u1773\u1780-\u17D3\u17D7\u17DC\u17DD\u17E0-\u17E9\u180B-\u180D\u1810-\u1819\u1820-\u1877\u1880-\u18AA\u18B0-\u18F5\u1900-\u191E\u1920-\u192B\u1930-\u193B\u1946-\u196D\u1970-\u1974\u1980-\u19AB\u19B0-\u19C9\u19D0-\u19D9\u1A00-\u1A1B\u1A20-\u1A5E\u1A60-\u1A7C\u1A7F-\u1A89\u1A90-\u1A99\u1AA7\u1AB0-\u1ABD\u1B00-\u1B4B\u1B50-\u1B59\u1B6B-\u1B73\u1B80-\u1BF3\u1C00-\u1C37\u1C40-\u1C49\u1C4D-\u1C7D\u1C80-\u1C88\u1CD0-\u1CD2\u1CD4-\u1CF9\u1D00-\u1DF9\u1DFB-\u1F15\u1F18-\u1F1D\u1F20-\u1F45\u1F48-\u1F4D\u1F50-\u1F57\u1F59\u1F5B\u1F5D\u1F5F-\u1F7D\u1F80-\u1FB4\u1FB6-\u1FBC\u1FBE\u1FC2-\u1FC4\u1FC6-\u1FCC\u1FD0-\u1FD3\u1FD6-\u1FDB\u1FE0-\u1FEC\u1FF2-\u1FF4\u1FF6-\u1FFC\u203F\u2040\u2054\u2071\u207F\u2090-\u209C\u20D0-\u20DC\u20E1\u20E5-\u20F0\u2102\u2107\u210A-\u2113\u2115\u2119-\u211D\u2124\u2126\u2128\u212A-\u212D\u212F-\u2139\u213C-\u213F\u2145-\u2149\u214E\u2160-\u2188\u2C00-\u2C2E\u2C30-\u2C5E\u2C60-\u2CE4\u2CEB-\u2CF3\u2D00-\u2D25\u2D27\u2D2D\u2D30-\u2D67\u2D6F\u2D7F-\u2D96\u2DA0-\u2DA6\u2DA8-\u2DAE\u2DB0-\u2DB6\u2DB8-\u2DBE\u2DC0-\u2DC6\u2DC8-\u2DCE\u2DD0-\u2DD6\u2DD8-\u2DDE\u2DE0-\u2DFF\u2E2F\u3005-\u3007\u3021-\u302F\u3031-\u3035\u3038-\u303C\u3041-\u3096\u3099\u309A\u309D-\u309F\u30A1-\u30FA\u30FC-\u30FF\u3105-\u312E\u3131-\u318E\u31A0-\u31BA\u31F0-\u31FF\u3400-\u4DB5\u4E00-\u9FEA\uA000-\uA48C\uA4D0-\uA4FD\uA500-\uA60C\uA610-\uA62B\uA640-\uA66F\uA674-\uA67D\uA67F-\uA6F1\uA717-\uA71F\uA722-\uA788\uA78B-\uA7AE\uA7B0-\uA7B7\uA7F7-\uA827\uA840-\uA873\uA880-\uA8C5\uA8D0-\uA8D9\uA8E0-\uA8F7\uA8FB\uA8FD\uA900-\uA92D\uA930-\uA953\uA960-\uA97C\uA980-\uA9C0\uA9CF-\uA9D9\uA9E0-\uA9FE\uAA00-\uAA36\uAA40-\uAA4D\uAA50-\uAA59\uAA60-\uAA76\uAA7A-\uAAC2\uAADB-\uAADD\uAAE0-\uAAEF\uAAF2-\uAAF6\uAB01-\uAB06\uAB09-\uAB0E\uAB11-\uAB16\uAB20-\uAB26\uAB28-\uAB2E\uAB30-\uAB5A\uAB5C-\uAB65\uAB70-\uABEA\uABEC\uABED\uABF0-\uABF9\uAC00-\uD7A3\uD7B0-\uD7C6\uD7CB-\uD7FB\uF900-\uFA6D\uFA70-\uFAD9\uFB00-\uFB06\uFB13-\uFB17\uFB1D-\uFB28\uFB2A-\uFB36\uFB38-\uFB3C\uFB3E\uFB40\uFB41\uFB43\uFB44\uFB46-\uFBB1\uFBD3-\uFD3D\uFD50-\uFD8F\uFD92-\uFDC7\uFDF0-\uFDFB\uFE00-\uFE0F\uFE20-\uFE2F\uFE33\uFE34\uFE4D-\uFE4F\uFE70-\uFE74\uFE76-\uFEFC\uFF10-\uFF19\uFF21-\uFF3A\uFF3F\uFF41-\uFF5A\uFF66-\uFFBE\uFFC2-\uFFC7\uFFCA-\uFFCF\uFFD2-\uFFD7\uFFDA-\uFFDC]|\uD800[\uDC00-\uDC0B\uDC0D-\uDC26\uDC28-\uDC3A\uDC3C\uDC3D\uDC3F-\uDC4D\uDC50-\uDC5D\uDC80-\uDCFA\uDD40-\uDD74\uDDFD\uDE80-\uDE9C\uDEA0-\uDED0\uDEE0\uDF00-\uDF1F\uDF2D-\uDF4A\uDF50-\uDF7A\uDF80-\uDF9D\uDFA0-\uDFC3\uDFC8-\uDFCF\uDFD1-\uDFD5]|\uD801[\uDC00-\uDC9D\uDCA0-\uDCA9\uDCB0-\uDCD3\uDCD8-\uDCFB\uDD00-\uDD27\uDD30-\uDD63\uDE00-\uDF36\uDF40-\uDF55\uDF60-\uDF67]|\uD802[\uDC00-\uDC05\uDC08\uDC0A-\uDC35\uDC37\uDC38\uDC3C\uDC3F-\uDC55\uDC60-\uDC76\uDC80-\uDC9E\uDCE0-\uDCF2\uDCF4\uDCF5\uDD00-\uDD15\uDD20-\uDD39\uDD80-\uDDB7\uDDBE\uDDBF\uDE00-\uDE03\uDE05\uDE06\uDE0C-\uDE13\uDE15-\uDE17\uDE19-\uDE33\uDE38-\uDE3A\uDE3F\uDE60-\uDE7C\uDE80-\uDE9C\uDEC0-\uDEC7\uDEC9-\uDEE6\uDF00-\uDF35\uDF40-\uDF55\uDF60-\uDF72\uDF80-\uDF91]|\uD803[\uDC00-\uDC48\uDC80-\uDCB2\uDCC0-\uDCF2]|\uD804[\uDC00-\uDC46\uDC66-\uDC6F\uDC7F-\uDCBA\uDCD0-\uDCE8\uDCF0-\uDCF9\uDD00-\uDD34\uDD36-\uDD3F\uDD50-\uDD73\uDD76\uDD80-\uDDC4\uDDCA-\uDDCC\uDDD0-\uDDDA\uDDDC\uDE00-\uDE11\uDE13-\uDE37\uDE3E\uDE80-\uDE86\uDE88\uDE8A-\uDE8D\uDE8F-\uDE9D\uDE9F-\uDEA8\uDEB0-\uDEEA\uDEF0-\uDEF9\uDF00-\uDF03\uDF05-\uDF0C\uDF0F\uDF10\uDF13-\uDF28\uDF2A-\uDF30\uDF32\uDF33\uDF35-\uDF39\uDF3C-\uDF44\uDF47\uDF48\uDF4B-\uDF4D\uDF50\uDF57\uDF5D-\uDF63\uDF66-\uDF6C\uDF70-\uDF74]|\uD805[\uDC00-\uDC4A\uDC50-\uDC59\uDC80-\uDCC5\uDCC7\uDCD0-\uDCD9\uDD80-\uDDB5\uDDB8-\uDDC0\uDDD8-\uDDDD\uDE00-\uDE40\uDE44\uDE50-\uDE59\uDE80-\uDEB7\uDEC0-\uDEC9\uDF00-\uDF19\uDF1D-\uDF2B\uDF30-\uDF39]|\uD806[\uDCA0-\uDCE9\uDCFF\uDE00-\uDE3E\uDE47\uDE50-\uDE83\uDE86-\uDE99\uDEC0-\uDEF8]|\uD807[\uDC00-\uDC08\uDC0A-\uDC36\uDC38-\uDC40\uDC50-\uDC59\uDC72-\uDC8F\uDC92-\uDCA7\uDCA9-\uDCB6\uDD00-\uDD06\uDD08\uDD09\uDD0B-\uDD36\uDD3A\uDD3C\uDD3D\uDD3F-\uDD47\uDD50-\uDD59]|\uD808[\uDC00-\uDF99]|\uD809[\uDC00-\uDC6E\uDC80-\uDD43]|[\uD80C\uD81C-\uD820\uD840-\uD868\uD86A-\uD86C\uD86F-\uD872\uD874-\uD879][\uDC00-\uDFFF]|\uD80D[\uDC00-\uDC2E]|\uD811[\uDC00-\uDE46]|\uD81A[\uDC00-\uDE38\uDE40-\uDE5E\uDE60-\uDE69\uDED0-\uDEED\uDEF0-\uDEF4\uDF00-\uDF36\uDF40-\uDF43\uDF50-\uDF59\uDF63-\uDF77\uDF7D-\uDF8F]|\uD81B[\uDF00-\uDF44\uDF50-\uDF7E\uDF8F-\uDF9F\uDFE0\uDFE1]|\uD821[\uDC00-\uDFEC]|\uD822[\uDC00-\uDEF2]|\uD82C[\uDC00-\uDD1E\uDD70-\uDEFB]|\uD82F[\uDC00-\uDC6A\uDC70-\uDC7C\uDC80-\uDC88\uDC90-\uDC99\uDC9D\uDC9E]|\uD834[\uDD65-\uDD69\uDD6D-\uDD72\uDD7B-\uDD82\uDD85-\uDD8B\uDDAA-\uDDAD\uDE42-\uDE44]|\uD835[\uDC00-\uDC54\uDC56-\uDC9C\uDC9E\uDC9F\uDCA2\uDCA5\uDCA6\uDCA9-\uDCAC\uDCAE-\uDCB9\uDCBB\uDCBD-\uDCC3\uDCC5-\uDD05\uDD07-\uDD0A\uDD0D-\uDD14\uDD16-\uDD1C\uDD1E-\uDD39\uDD3B-\uDD3E\uDD40-\uDD44\uDD46\uDD4A-\uDD50\uDD52-\uDEA5\uDEA8-\uDEC0\uDEC2-\uDEDA\uDEDC-\uDEFA\uDEFC-\uDF14\uDF16-\uDF34\uDF36-\uDF4E\uDF50-\uDF6E\uDF70-\uDF88\uDF8A-\uDFA8\uDFAA-\uDFC2\uDFC4-\uDFCB\uDFCE-\uDFFF]|\uD836[\uDE00-\uDE36\uDE3B-\uDE6C\uDE75\uDE84\uDE9B-\uDE9F\uDEA1-\uDEAF]|\uD838[\uDC00-\uDC06\uDC08-\uDC18\uDC1B-\uDC21\uDC23\uDC24\uDC26-\uDC2A]|\uD83A[\uDC00-\uDCC4\uDCD0-\uDCD6\uDD00-\uDD4A\uDD50-\uDD59]|\uD83B[\uDE00-\uDE03\uDE05-\uDE1F\uDE21\uDE22\uDE24\uDE27\uDE29-\uDE32\uDE34-\uDE37\uDE39\uDE3B\uDE42\uDE47\uDE49\uDE4B\uDE4D-\uDE4F\uDE51\uDE52\uDE54\uDE57\uDE59\uDE5B\uDE5D\uDE5F\uDE61\uDE62\uDE64\uDE67-\uDE6A\uDE6C-\uDE72\uDE74-\uDE77\uDE79-\uDE7C\uDE7E\uDE80-\uDE89\uDE8B-\uDE9B\uDEA1-\uDEA3\uDEA5-\uDEA9\uDEAB-\uDEBB]|\uD869[\uDC00-\uDED6\uDF00-\uDFFF]|\uD86D[\uDC00-\uDF34\uDF40-\uDFFF]|\uD86E[\uDC00-\uDC1D\uDC20-\uDFFF]|\uD873[\uDC00-\uDEA1\uDEB0-\uDFFF]|\uD87A[\uDC00-\uDFE0]|\uD87E[\uDC00-\uDE1D]|\uDB40[\uDD00-\uDDEF]/,H0={Space_Separator:gx,ID_Start:fx,ID_Continue:hx},vt={isSpaceSeparator(e){return typeof e=="string"&&H0.Space_Separator.test(e)},isIdStartChar(e){return typeof e=="string"&&(e>="a"&&e<="z"||e>="A"&&e<="Z"||e==="$"||e==="_"||H0.ID_Start.test(e))},isIdContinueChar(e){return typeof e=="string"&&(e>="a"&&e<="z"||e>="A"&&e<="Z"||e>="0"&&e<="9"||e==="$"||e==="_"||e==="\u200C"||e==="\u200D"||H0.ID_Continue.test(e))},isDigit(e){return typeof e=="string"&&/[0-9]/.test(e)},isHexDigit(e){return typeof e=="string"&&/[0-9A-Fa-f]/.test(e)}},q0,cn,hr,Ws,Mr,Un,Bt,G0,bi,bx=function(e,t){q0=String(e),cn="start",hr=[],Ws=0,Mr=1,Un=0,Bt=void 0,G0=void 0,bi=void 0;do Bt=yx(),Tx[cn]();while(Bt.type!=="eof");return typeof t=="function"?W0({"":bi},"",t):bi};function W0(e,t,n){let r=e[t];if(r!=null&&typeof r=="object")if(Array.isArray(r))for(let a=0;a{var u="imt-subtitle-inject",f=class{from;to;constructor(t,n){this.from=t,this.to=n}sendMessages(t){globalThis.postMessage({type:u,to:this.to,from:this.from,action:t.action,data:t.data,id:t.id||new Date().getTime(),isAsync:!1})}getRandomId(){return(new Date().getTime()+Math.random())*Math.random()}sendAsyncMessages({action:t,data:n}){return new Promise(e=>{let r=this.getRandomId();globalThis.postMessage({type:u,to:this.to,from:this.from,action:t,data:n,id:r,isAsync:!0});let a=({data:o})=>{u===o.type&&o.id===r&&o.to===this.from&&(e(o.data),globalThis.removeEventListener("message",a))};globalThis.addEventListener("message",a)})}handleMessageOnce(t){return new Promise(n=>{let e=({data:r})=>{u===r.type&&r.action===t&&r.to===this.from&&(n(r.data),globalThis.removeEventListener("message",e))};globalThis.addEventListener("message",e)})}handleMessage(t,n){let e=({data:r})=>{u===r.type&&r.action===t&&r.to===this.from&&n(r)};return globalThis.addEventListener("message",e),()=>{globalThis.removeEventListener("message",e)}}handleMessages(t){let n=({data:e})=>{u===e.type&&e.to===this.from&&t(e)};return globalThis.addEventListener("message",n),()=>{globalThis.removeEventListener("message",n)}}},R=new f("content-script","inject"),l=new f("inject","content-script"),S={get(s,t,n){return t in s?(...e)=>{let r=s[t];return typeof r=="function"?r.apply(s,e):Reflect.get(s,t,n)}:e=>s.sendAsyncMessages({action:t,data:e})}},x=new Proxy(l,S),L=new Proxy(R,S);function T(s){if(!s)return null;try{let t=s;return s.startsWith("//")?t=globalThis.location.protocol+s:s.startsWith("/")?t=`${globalThis.location.protocol}//${globalThis.location.host}${s}`:s.startsWith("http")||(t=`${globalThis.location.protocol}//${s}`),new URL(t).toString()}catch(t){return console.error(t),s}}var i=class{content=x;config;constructor(t){this.config=t,l.handleMessages(async({action:n,id:e,data:r})=>{let a=this[n];if(!a)return;let o=a.apply(this,[r]);o instanceof Promise&&(o=await o),l.sendMessages({id:e,data:o})})}triggerSubtitle(t){}async translateSubtitle(t){let n=await this.content.requestSubtitle({url:T(t._url)});if(n){if(this.config.responseType=="document"){let r=new DOMParser().parseFromString(n,"text/xml");Object.defineProperty(t,"responseXML",{value:r,writable:!1}),Object.defineProperty(t,"response",{value:r,writable:!1});return}let e=n;(t.responseType=="arraybuffer"||this.config.responseType=="arraybuffer")&&typeof n=="string"&&(e=new TextEncoder().encode(n).buffer),Object.defineProperty(t,"responseText",{value:e,writable:!1}),Object.defineProperty(t,"response",{value:e,writable:!1})}}async translateSubtitleWithFetch(t,n){let e={...n},r;return typeof t=="string"?r={url:t,method:"GET",headers:{}}:r=await v(t),e?.body&&(e.body=M(e.body)),this.content.requestSubtitle({fetchInfo:JSON.stringify({input:r,options:e})})}async getVideoMeta(t){}isSubtitleRequest(t){return!this.config||!this.config.subtitleUrlRegExp||!t?!1:new RegExp(this.config.subtitleUrlRegExp).test(t||"")}};function v(s){if(s instanceof URL)return{url:s.href,method:"GET",headers:{}};let t=s.clone(),n={url:s.url,method:s.method,headers:Object.fromEntries(s.headers.entries())};if(t.body){let e=M(t.body);if(t.body!==e)return t.text().then(r=>(n.body=r,n));n.body=e}return Promise.resolve(n)}function M(s){if(!s)return s;if(s instanceof FormData||s instanceof URLSearchParams){let t={};for(let[n,e]of s.entries())t[n]=e;return t._formatBodyType="FormData",t}return s}var d=class extends i{timer=null;triggerSubtitle({force:t}){setTimeout(()=>{if(this.config?.subtitleButtonSelector){let n=document.querySelector(this.config.subtitleButtonSelector);if(n){let e=n.getAttribute("aria-pressed")==="true";e&&t?(n.click(),setTimeout(()=>{n.click()},100)):e||n.click();return}}if(this.config?.videoPlayerSelector){let n=document.querySelector(this.config.videoPlayerSelector);n?.toggleSubtitles(),setTimeout(()=>{n?.toggleSubtitles()},100)}},1e3)}async getVideoMeta(){if(!this.config.videoPlayerSelector)return null;try{return await this.sleep(100),document.querySelector(this.config.videoPlayerSelector)?.getPlayerResponse()}catch{return null}}sleep(t){return new Promise(n=>{setTimeout(()=>{n(null)},t)})}};var m=class extends i{timer=null;videoMeta={};lastVideoMeta=null;constructor(t){super(t),this.hookJSON()}hookJSON(){let t=JSON.parse;JSON.parse=n=>{let e=t(n);try{e&&e.result&&e.result.timedtexttracks&&e.result.movieId&&(this.videoMeta[e.result.movieId]=e.result,this.lastVideoMeta=e.result)}catch(r){console.log(r)}return e}}getVideoMeta(t){return this.lastVideoMeta}};var p=class extends i{timer=null;videoMeta={};constructor(t){super(t),this.hookJSON()}hookJSON(){let t=JSON.parse;JSON.parse=n=>{let e=t(n);try{e?.asset?.captions?.length?this.videoMeta[e.id]=e?.asset:e?.previews&&e?.course&&e?.previews?.forEach(r=>{this.videoMeta[r.id]=r})}catch(r){console.error(r)}return e}}getVideoMeta(t){return this.videoMeta[t]}};var g=class extends i{timer=null;videoMeta={};constructor(t){super(t),this.hookJSON()}hookJSON(){let t=JSON.parse;JSON.parse=n=>{let e=t(n);try{if(e?.stream?.sources?.length&&e?.stream?.sources[0]?.complete?.url){let r=window.location.pathname.split("/");r.length>2&&r[r.length-2]==="video"&&(this.videoMeta[r[r.length-1]]=e.stream.sources[0].complete.url)}}catch(r){console.error(r)}return e}}getVideoMeta(t){return this.videoMeta[t]}};var h=class extends i{constructor(t){super(t)}async translateSubtitleWithFetch(t,n){this.main(t,n)}async main(t,n){let e=globalThis.__originalFetch;if(!e)return;let r=t;t instanceof Request&&(r=t.clone());let a=await e(r,n);if(!a.ok)return;let o=await a.json();o.transcripts_urls&&this.requestSubtitle(o.transcripts_urls)}async requestSubtitle(t){await c(),await this.content.requestSubtitle(t)}};async function w(){let s=await l.sendAsyncMessages({action:"getConfig"});if(!s)return;let n={youtube:d,netflix:m,webvtt:i,khanacademy:i,bilibili:i,udemy:p,general:i,ebutt:i,hulu:h,disneyplus:g,"fmp4.xml":i,multi_attach_vtt:i,twitter:i,subsrt:i,xml:i,text_track_dynamic:i,av:i}[s.type||""];if(!n)return;let e=new n(s);I(e,s)}c();w();function I(s,t){if(t.hookType.includes("xhr")){let n=XMLHttpRequest.prototype.open,e=XMLHttpRequest.prototype.send,r=function(){return this._url=arguments[1],n.apply(this,arguments)},a=async function(){return s.isSubtitleRequest(this._url)?(await c(),await s.translateSubtitle(this),e.apply(this,arguments)):e.apply(this,arguments)};Object.defineProperty(XMLHttpRequest.prototype,"open",{value:r,writable:!0}),Object.defineProperty(XMLHttpRequest.prototype,"send",{value:a,writable:!0})}if(t.hookType.includes("fetch")){let n=globalThis.fetch;globalThis.__originalFetch=n,globalThis.fetch=async function(e,r){let a=typeof e=="string"?e:e.url||e.href;if(!s.isSubtitleRequest(a))return n(e,r);await c();let y=await s.translateSubtitleWithFetch(e,r);return y?new Response(y):n(e,r)}}}var b=!1;async function c(){return b||(await l.handleMessageOnce("contentReady"),b=!0),b}})();\n',OPTIONS_URL:"https://dash.immersivetranslate.com/",SHARE_DRAFT_URL:"https://immersivetranslate.com/preview",ASSETS_BASE_URL:"https://app.immersivetranslate.com/global-assets/",EBOOK_VIEWER_URL:"https://app.immersivetranslate.com/ebook/",EBOOK_BUILDER_URL:"https://app.immersivetranslate.com/ebook/make/",SUBTITLE_BUILDER_URL:"https://app.immersivetranslate.com/subtitle/",HTML_VIEWER_URL:"https://app.immersivetranslate.com/html/",PDF_VIEWER_URL:"https://app.immersivetranslate.com/pdf/",PDF_PRO_URL:"https://app.immersivetranslate.com/pdf-pro/",TEXT_TRANSLATE_URL:"https://app.immersivetranslate.com/text/",TRANSLATE_FILE_URL:"https://app.immersivetranslate.com/",MOCK:"0",DEBUG:"0",IMMERSIVE_TRANSLATE_USERSCRIPT:"1",INSTALL_FROM:"official_userscript"}});var h1=U6((wl,gs)=>{d();(function(){var e;function t(f){var y,b,h="",C=-1,w;if(f&&f.length)for(w=f.length;(C+=1)>>6&31,128|y&63):y<=65535?h+=String.fromCharCode(224|y>>>12&15,128|y>>>6&63,128|y&63):y<=2097151&&(h+=String.fromCharCode(240|y>>>18&7,128|y>>>12&63,128|y>>>6&63,128|y&63));return h}function n(f){var y,b,h,C,w,P=[],R;if(y=b=h=C=w=0,f&&f.length)for(R=f.length,f+="";y191&&h<224?(C=f.charCodeAt(y+1),P[b]=String.fromCharCode((h&31)<<6|C&63),y+=2):(C=f.charCodeAt(y+1),w=f.charCodeAt(y+2),P[b]=String.fromCharCode((h&15)<<12|(C&63)<<6|w&63),y+=3);return P.join("")}function r(f,y){var b=(f&65535)+(y&65535),h=(f>>16)+(y>>16)+(b>>16);return h<<16|b&65535}function a(f,y){return f<>>32-y}function o(f,y){for(var b=y?"0123456789ABCDEF":"0123456789abcdef",h="",C,w=0,P=f.length;w>>4&15)+b.charAt(C&15);return h}function i(f){var y,b=f.length,h="";for(y=0;y>>8&255);return h}function s(f){var y,b=f.length,h="";for(y=0;y>>8&255,f.charCodeAt(y)&255);return h}function u(f){var y,b=f.length*32,h="";for(y=0;y>5]>>>24-y%32&255);return h}function l(f){var y,b=f.length*32,h="";for(y=0;y>5]>>>y%32&255);return h}function c(f){var y,b=f.length*8,h=Array(f.length>>2),C=h.length;for(y=0;y>5]|=(f.charCodeAt(y/8)&255)<>2),C=h.length;for(y=0;y>5]|=(f.charCodeAt(y/8)&255)<<24-y%32;return h}function g(f,y){var b=y.length,h=Array(),C,w,P,R,v,T,F,k;for(T=Array(Math.ceil(f.length/2)),R=T.length,C=0;C0;){for(v=Array(),P=0,C=0;C0||w>0)&&(v[v.length]=w);h[h.length]=P,T=v}for(F="",C=h.length-1;C>=0;C--)F+=y.charAt(h[C]);for(k=Math.ceil(f.length*8/(Math.log(y.length)/Math.log(2))),C=F.length;Cf.length*8?h+=y:h+=b.charAt(R>>>6*(3-P)&63);return h}e={VERSION:"1.0.6",Base64:function(){var f="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/",y="=",b=!1,h=!0;this.encode=function(C){var w,P,R,v="";for(y=y||"=",C=h?t(C):C,len=C.length,w=0;wlen*8?v+=y:v+=f.charAt(R>>>6*(3-P)&63);return v},this.decode=function(C){var w,P,R,v,T,F,k,E,O,_,B="",N=[];if(!C)return C;w=_=0,C=C.replace(new RegExp("\\"+y,"gi"),"");do T=f.indexOf(C.charAt(w++)),F=f.indexOf(C.charAt(w++)),k=f.indexOf(C.charAt(w++)),E=f.indexOf(C.charAt(w++)),O=T<<18|F<<12|k<<6|E,P=O>>16&255,R=O>>8&255,v=O&255,_+=1,k===64?N[_]=String.fromCharCode(P):E===64?N[_]=String.fromCharCode(P,R):N[_]=String.fromCharCode(P,R,v);while(w>>8^b;return(y^-1)>>>0},MD5:function(f){var y=f&&typeof f.uppercase=="boolean"?f.uppercase:!1,b=f&&typeof f.pad=="string"?f.pad:"=",h=f&&typeof f.utf8=="boolean"?f.utf8:!0;this.hex=function(E){return o(C(E,h),y)},this.b64=function(E){return p(C(E),b)},this.any=function(E,O){return g(C(E,h),O)},this.raw=function(E){return C(E,h)},this.hex_hmac=function(E,O){return o(w(E,O),y)},this.b64_hmac=function(E,O){return p(w(E,O),b)},this.any_hmac=function(E,O,_){return g(w(E,O),_)},this.vm_test=function(){return hex("abc").toLowerCase()==="900150983cd24fb0d6963f7d28e17f72"},this.setUpperCase=function(E){return typeof E=="boolean"&&(y=E),this},this.setPad=function(E){return b=E||b,this},this.setUTF8=function(E){return typeof E=="boolean"&&(h=E),this};function C(E){return E=h?t(E):E,l(P(c(E),E.length*8))}function w(E,O){var _,B,N,U,H;for(E=h?t(E):E,O=h?t(O):O,_=c(E),_.length>16&&(_=P(_,E.length*8)),B=Array(16),N=Array(16),H=0;H<16;H+=1)B[H]=_[H]^909522486,N[H]=_[H]^1549556828;return U=P(B.concat(c(O)),512+O.length*8),l(P(N.concat(U),512+128))}function P(E,O){var _,B,N,U,H,L=1732584193,S=-271733879,A=-1732584194,j=271733878;for(E[O>>5]|=128<>>9<<4)+14]=O,_=0;_16&&(k=P(k,T.length*8)),E=Array(16),O=Array(16),_=0;_<16;_+=1)E[_]=k[_]^909522486,O[_]=k[_]^1549556828;return B=P(E.concat(m(F)),512+F.length*8),u(P(O.concat(B),512+160))}function P(T,F){var k,E,O,_,B,N,U,H,L=Array(80),S=1732584193,A=-271733879,j=-1732584194,q=271733878,z=-1009589776;for(T[F>>5]|=128<<24-F%32,T[(F+64>>9<<4)+15]=F,k=0;k16&&(z=L(z,S.length*8));q<16;q+=1)W[q]=z[q]^909522486,V[q]=z[q]^1549556828;return j=L(W.concat(m(A)),512+A.length*8),u(L(V.concat(j),512+256))}function R(S,A){return S>>>A|S<<32-A}function v(S,A){return S>>>A}function T(S,A,j){return S&A^~S&j}function F(S,A,j){return S&A^S&j^A&j}function k(S){return R(S,2)^R(S,13)^R(S,22)}function E(S){return R(S,6)^R(S,11)^R(S,25)}function O(S){return R(S,7)^R(S,18)^v(S,3)}function _(S){return R(S,17)^R(S,19)^v(S,10)}function B(S){return R(S,28)^R(S,34)^R(S,39)}function N(S){return R(S,14)^R(S,18)^R(S,41)}function U(S){return R(S,1)^R(S,8)^v(S,7)}function H(S){return R(S,19)^R(S,61)^v(S,6)}C=[1116352408,1899447441,-1245643825,-373957723,961987163,1508970993,-1841331548,-1424204075,-670586216,310598401,607225278,1426881987,1925078388,-2132889090,-1680079193,-1046744716,-459576895,-272742522,264347078,604807628,770255983,1249150122,1555081692,1996064986,-1740746414,-1473132947,-1341970488,-1084653625,-958395405,-710438585,113926993,338241895,666307205,773529912,1294757372,1396182291,1695183700,1986661051,-2117940946,-1838011259,-1564481375,-1474664885,-1035236496,-949202525,-778901479,-694614492,-200395387,275423344,430227734,506948616,659060556,883997877,958139571,1322822218,1537002063,1747873779,1955562222,2024104815,-2067236844,-1933114872,-1866530822,-1538233109,-1090935817,-965641998];function L(S,A){var j=[1779033703,-1150833019,1013904242,-1521486534,1359893119,-1694144372,528734635,1541459225],q=new Array(64),z,W,V,ue,ae,X,ie,pe,ee,Y,ye,ne;for(S[A>>5]|=128<<24-A%32,S[(A+64>>9<<4)+15]=A,ee=0;ee32&&(S=R(S,N.length*8));L<32;L+=1)A[L]=S[L]^909522486,j[L]=S[L]^1549556828;return H=R(A.concat(m(U)),1024+U.length*8),u(R(j.concat(H),1024+512))}function R(N,U){var H,L,S,A=new Array(80),j=new Array(16),q=[new v(1779033703,-205731576),new v(-1150833019,-2067093701),new v(1013904242,-23791573),new v(-1521486534,1595750129),new v(1359893119,-1377402159),new v(-1694144372,725511199),new v(528734635,-79577749),new v(1541459225,327033209)],z=new v(0,0),W=new v(0,0),V=new v(0,0),ue=new v(0,0),ae=new v(0,0),X=new v(0,0),ie=new v(0,0),pe=new v(0,0),ee=new v(0,0),Y=new v(0,0),ye=new v(0,0),ne=new v(0,0),re=new v(0,0),Te=new v(0,0),Re=new v(0,0),_e=new v(0,0),de=new v(0,0);for(C===void 0&&(C=[new v(1116352408,-685199838),new v(1899447441,602891725),new v(-1245643825,-330482897),new v(-373957723,-2121671748),new v(961987163,-213338824),new v(1508970993,-1241133031),new v(-1841331548,-1357295717),new v(-1424204075,-630357736),new v(-670586216,-1560083902),new v(310598401,1164996542),new v(607225278,1323610764),new v(1426881987,-704662302),new v(1925078388,-226784913),new v(-2132889090,991336113),new v(-1680079193,633803317),new v(-1046744716,-815192428),new v(-459576895,-1628353838),new v(-272742522,944711139),new v(264347078,-1953704523),new v(604807628,2007800933),new v(770255983,1495990901),new v(1249150122,1856431235),new v(1555081692,-1119749164),new v(1996064986,-2096016459),new v(-1740746414,-295247957),new v(-1473132947,766784016),new v(-1341970488,-1728372417),new v(-1084653625,-1091629340),new v(-958395405,1034457026),new v(-710438585,-1828018395),new v(113926993,-536640913),new v(338241895,168717936),new v(666307205,1188179964),new v(773529912,1546045734),new v(1294757372,1522805485),new v(1396182291,-1651133473),new v(1695183700,-1951439906),new v(1986661051,1014477480),new v(-2117940946,1206759142),new v(-1838011259,344077627),new v(-1564481375,1290863460),new v(-1474664885,-1136513023),new v(-1035236496,-789014639),new v(-949202525,106217008),new v(-778901479,-688958952),new v(-694614492,1432725776),new v(-200395387,1467031594),new v(275423344,851169720),new v(430227734,-1194143544),new v(506948616,1363258195),new v(659060556,-544281703),new v(883997877,-509917016),new v(958139571,-976659869),new v(1322822218,-482243893),new v(1537002063,2003034995),new v(1747873779,-692930397),new v(1955562222,1575990012),new v(2024104815,1125592928),new v(-2067236844,-1578062990),new v(-1933114872,442776044),new v(-1866530822,593698344),new v(-1538233109,-561857047),new v(-1090935817,-1295615723),new v(-965641998,-479046869),new v(-903397682,-366583396),new v(-779700025,566280711),new v(-354779690,-840897762),new v(-176337025,-294727304),new v(116418474,1914138554),new v(174292421,-1563912026),new v(289380356,-1090974290),new v(460393269,320620315),new v(685471733,587496836),new v(852142971,1086792851),new v(1017036298,365543100),new v(1126000580,-1676669620),new v(1288033470,-885112138),new v(1501505948,-60457430),new v(1607167915,987167468),new v(1816402316,1246189591)]),L=0;L<80;L+=1)A[L]=new v(0,0);for(N[U>>5]|=128<<24-(U&31),N[(U+128>>10<<5)+31]=U,S=N.length,L=0;L>>H|U.h<<32-H,N.h=U.h>>>H|U.l<<32-H}function k(N,U,H){N.l=U.h>>>H|U.l<<32-H,N.h=U.l>>>H|U.h<<32-H}function E(N,U,H){N.l=U.l>>>H|U.h<<32-H,N.h=U.h>>>H}function O(N,U,H){var L=(U.l&65535)+(H.l&65535),S=(U.l>>>16)+(H.l>>>16)+(L>>>16),A=(U.h&65535)+(H.h&65535)+(S>>>16),j=(U.h>>>16)+(H.h>>>16)+(A>>>16);N.l=L&65535|S<<16,N.h=A&65535|j<<16}function _(N,U,H,L,S){var A=(U.l&65535)+(H.l&65535)+(L.l&65535)+(S.l&65535),j=(U.l>>>16)+(H.l>>>16)+(L.l>>>16)+(S.l>>>16)+(A>>>16),q=(U.h&65535)+(H.h&65535)+(L.h&65535)+(S.h&65535)+(j>>>16),z=(U.h>>>16)+(H.h>>>16)+(L.h>>>16)+(S.h>>>16)+(q>>>16);N.l=A&65535|j<<16,N.h=q&65535|z<<16}function B(N,U,H,L,S,A){var j=(U.l&65535)+(H.l&65535)+(L.l&65535)+(S.l&65535)+(A.l&65535),q=(U.l>>>16)+(H.l>>>16)+(L.l>>>16)+(S.l>>>16)+(A.l>>>16)+(j>>>16),z=(U.h&65535)+(H.h&65535)+(L.h&65535)+(S.h&65535)+(A.h&65535)+(q>>>16),W=(U.h>>>16)+(H.h>>>16)+(L.h>>>16)+(S.h>>>16)+(A.h>>>16)+(z>>>16);N.l=j&65535|q<<16,N.h=z&65535|W<<16}},RMD160:function(f){var y=f&&typeof f.uppercase=="boolean"?f.uppercase:!1,b=f&&typeof f.pad=="string"?f.pa:"=",h=f&&typeof f.utf8=="boolean"?f.utf8:!0,C=[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,7,4,13,1,10,6,15,3,12,0,9,5,2,14,11,8,3,10,14,4,9,15,8,1,2,7,0,6,13,11,5,12,1,9,11,10,0,8,12,4,13,3,7,15,14,5,6,2,4,0,5,9,7,12,2,10,14,1,3,8,11,6,15,13],w=[5,14,7,0,9,2,11,4,13,6,15,8,1,10,3,12,6,11,3,7,0,13,5,10,14,15,8,12,4,9,1,2,15,5,1,3,7,14,6,9,11,8,12,2,10,0,4,13,8,6,4,1,3,11,15,0,5,12,2,13,9,7,10,14,12,15,10,4,1,5,8,7,6,2,13,14,0,3,9,11],P=[11,14,15,12,5,8,7,9,11,13,14,15,6,7,9,8,7,6,8,13,11,9,7,15,7,12,15,9,11,7,13,12,11,13,6,7,14,9,13,15,14,8,13,6,5,12,7,5,11,12,14,15,14,15,9,8,9,14,5,6,8,6,5,12,9,15,5,11,6,8,13,12,5,12,13,14,11,8,5,6],R=[8,9,9,11,13,15,15,5,7,7,8,11,14,14,12,6,9,13,15,7,12,8,9,11,7,7,12,7,6,15,13,11,9,7,15,11,8,6,6,14,12,13,5,14,13,13,7,5,15,5,8,11,14,14,6,14,6,9,12,9,12,5,15,8,8,5,12,9,12,5,14,6,8,13,6,5,15,13,11,11];this.hex=function(B){return o(v(B,h))},this.b64=function(B){return p(v(B,h),b)},this.any=function(B,N){return g(v(B,h),N)},this.raw=function(B){return v(B,h)},this.hex_hmac=function(B,N){return o(T(B,N))},this.b64_hmac=function(B,N){return p(T(B,N),b)},this.any_hmac=function(B,N,U){return g(T(B,N),U)},this.vm_test=function(){return hex("abc").toLowerCase()==="900150983cd24fb0d6963f7d28e17f72"},this.setUpperCase=function(B){return typeof B=="boolean"&&(y=B),this},this.setPad=function(B){return typeof B<"u"&&(b=B),this},this.setUTF8=function(B){return typeof B=="boolean"&&(h=B),this};function v(B){return B=h?t(B):B,F(k(c(B),B.length*8))}function T(B,N){B=h?t(B):B,N=h?t(N):N;var U,H,L=c(B),S=Array(16),A=Array(16);for(L.length>16&&(L=k(L,B.length*8)),U=0;U<16;U+=1)S[U]=L[U]^909522486,A[U]=L[U]^1549556828;return H=k(S.concat(c(N)),512+N.length*8),F(k(A.concat(H),512+160))}function F(B){var N,U="",H=B.length*32;for(N=0;N>5]>>>N%32&255);return U}function k(B,N){var U,H,L,S,A=1732584193,j=4023233417,q=2562383102,z=271733878,W=3285377520,V,ue,ae,X,ie,pe,ee,Y,ye,ne;for(B[N>>5]|=128<>>9<<4)+14]=N,S=B.length,L=0;Ln&&(n=o,r=a)}return[r,n]}function aE(e,t){let n=e.match(t);return(n?n.length:0)/e.length||0}function oE(e,t,n,r){t=sE(t,n,r);let a=[],o;if(t)for(o in t)js.call(t,o)&&a.push([o,iE(e,t[o])]);return a.length===0?I0():a.sort(uE)}function iE(e,t){let n=0,r=-1;for(;++rt.traditionalCharacters?(t.detectedCharacters="simplified",t.detectionRate=t.simplifiedCharacters/t.traditionalCharacters|1):t.simplifiedCharactersi+s.length,0));let o=e.length-r;for(let i of yE){let s=i[1],u=i[0],l=e.match(s),c=l?l.length:0;c>n&&(n=c,t=u)}return n*2.5/o>.5?t==="zh-CN"?Ig(e)?"zh-TW":"zh-CN":t:"auto"}d();d();d();d();d();function eo(){let e,t="pending",n=new Promise((r,a)=>{e={async resolve(o){await o,t="fulfilled",r(o)},reject(o){t="rejected",a(o)}}});return Object.defineProperty(n,"state",{get:()=>t}),Object.assign(n,e)}d();var O0=class extends Error{constructor(){super("Deadline"),this.name="DeadlineError"}};function zs(e,t){let n=eo(),r=setTimeout(()=>n.reject(new O0),t);return Promise.race([e,n]).finally(()=>clearTimeout(r))}d();d();function pr(e,t={}){let{signal:n,persistent:r}=t;return n?.aborted?Promise.reject(new DOMException("Delay was aborted.","AbortError")):new Promise((a,o)=>{let i=()=>{clearTimeout(u),o(new DOMException("Delay was aborted.","AbortError"))},u=setTimeout(()=>{n?.removeEventListener("abort",i),a()},e);if(n?.addEventListener("abort",i,{once:!0}),r===!1)try{Deno.unrefTimer(u)}catch(l){if(!(l instanceof ReferenceError))throw l}})}d();var Ng=class{#e=0;#t=[];#n=[];#r=eo();add(t){++this.#e,this.#a(t[Symbol.asyncIterator]())}async#a(t){try{let{value:n,done:r}=await t.next();r?--this.#e:this.#t.push({iterator:t,value:n})}catch(n){this.#n.push(n)}this.#r.resolve()}async*iterate(){for(;this.#e>0;){await this.#r;for(let t=0;t$E,bgBlue:()=>YE,bgBrightBlack:()=>ZE,bgBrightBlue:()=>rx,bgBrightCyan:()=>ox,bgBrightGreen:()=>tx,bgBrightMagenta:()=>ax,bgBrightRed:()=>ex,bgBrightWhite:()=>ix,bgBrightYellow:()=>nx,bgCyan:()=>XE,bgGreen:()=>VE,bgMagenta:()=>JE,bgRed:()=>GE,bgRgb24:()=>cx,bgRgb8:()=>ux,bgWhite:()=>QE,bgYellow:()=>KE,black:()=>_E,blue:()=>ME,bold:()=>vE,brightBlack:()=>Hg,brightBlue:()=>HE,brightCyan:()=>qE,brightGreen:()=>jE,brightMagenta:()=>zE,brightRed:()=>NE,brightWhite:()=>WE,brightYellow:()=>UE,cyan:()=>RE,dim:()=>CE,getColorEnabled:()=>xE,gray:()=>OE,green:()=>PE,hidden:()=>AE,inverse:()=>DE,italic:()=>SE,magenta:()=>BE,red:()=>LE,reset:()=>TE,rgb24:()=>lx,rgb8:()=>sx,setColorEnabled:()=>EE,strikethrough:()=>kE,stripColor:()=>mx,underline:()=>wE,white:()=>IE,yellow:()=>FE});d();var{Deno:jg}=globalThis,Ug=typeof jg?.noColor=="boolean"?jg.noColor:!0,N0=!Ug;function EE(e){Ug||(N0=e)}function xE(){return N0}function Ae(e,t){return{open:`\x1B[${e.join(";")}m`,close:`\x1B[${t}m`,regexp:new RegExp(`\\x1b\\[${t}m`,"g")}}function ke(e,t){return N0?`${t.open}${e.replace(t.regexp,t.open)}${t.close}`:e}function TE(e){return ke(e,Ae([0],0))}function vE(e){return ke(e,Ae([1],22))}function CE(e){return ke(e,Ae([2],22))}function SE(e){return ke(e,Ae([3],23))}function wE(e){return ke(e,Ae([4],24))}function DE(e){return ke(e,Ae([7],27))}function AE(e){return ke(e,Ae([8],28))}function kE(e){return ke(e,Ae([9],29))}function _E(e){return ke(e,Ae([30],39))}function LE(e){return ke(e,Ae([31],39))}function PE(e){return ke(e,Ae([32],39))}function FE(e){return ke(e,Ae([33],39))}function ME(e){return ke(e,Ae([34],39))}function BE(e){return ke(e,Ae([35],39))}function RE(e){return ke(e,Ae([36],39))}function IE(e){return ke(e,Ae([37],39))}function OE(e){return Hg(e)}function Hg(e){return ke(e,Ae([90],39))}function NE(e){return ke(e,Ae([91],39))}function jE(e){return ke(e,Ae([92],39))}function UE(e){return ke(e,Ae([93],39))}function HE(e){return ke(e,Ae([94],39))}function zE(e){return ke(e,Ae([95],39))}function qE(e){return ke(e,Ae([96],39))}function WE(e){return ke(e,Ae([97],39))}function $E(e){return ke(e,Ae([40],49))}function GE(e){return ke(e,Ae([41],49))}function VE(e){return ke(e,Ae([42],49))}function KE(e){return ke(e,Ae([43],49))}function YE(e){return ke(e,Ae([44],49))}function JE(e){return ke(e,Ae([45],49))}function XE(e){return ke(e,Ae([46],49))}function QE(e){return ke(e,Ae([47],49))}function ZE(e){return ke(e,Ae([100],49))}function ex(e){return ke(e,Ae([101],49))}function tx(e){return ke(e,Ae([102],49))}function nx(e){return ke(e,Ae([103],49))}function rx(e){return ke(e,Ae([104],49))}function ax(e){return ke(e,Ae([105],49))}function ox(e){return ke(e,Ae([106],49))}function ix(e){return ke(e,Ae([107],49))}function Fr(e,t=255,n=0){return Math.trunc(Math.max(Math.min(e,t),n))}function sx(e,t){return ke(e,Ae([38,5,Fr(t)],39))}function ux(e,t){return ke(e,Ae([48,5,Fr(t)],49))}function lx(e,t){return typeof t=="number"?ke(e,Ae([38,2,t>>16&255,t>>8&255,t&255],39)):ke(e,Ae([38,2,Fr(t.r),Fr(t.g),Fr(t.b)],39))}function cx(e,t){return typeof t=="number"?ke(e,Ae([48,2,t>>16&255,t>>8&255,t&255],49)):ke(e,Ae([48,2,Fr(t.r),Fr(t.g),Fr(t.b)],49))}var dx=new RegExp(["[\\u001B\\u009B][[\\]()#;?]*(?:(?:(?:(?:;[-a-zA-Z\\d\\/#&.:=?%@~_]+)*|[a-zA-Z\\d]+(?:;[-a-zA-Z\\d\\/#&.:=?%@~_]*)*)?\\u0007)","(?:(?:\\d{1,4}(?:;\\d{0,4})*)?[\\dA-PR-TZcf-nq-uy=><~]))"].join("|"),"g");function mx(e){return e.replace(dx,"")}d();d();var j0=class extends Error{constructor(t,n){super(`Exceeded max retry count (${n})`),this.name="RetryError",this.cause=t}},px={multiplier:2,maxTimeout:6e4,maxAttempts:5,minTimeout:1e3};async function U0(e,t){let n={...px,...t};if(n.maxTimeout>=0&&n.minTimeout>n.maxTimeout)throw new RangeError("minTimeout is greater than maxTimeout");let r=n.minTimeout,a;for(let o=0;osetTimeout(s,r)),r*=n.multiplier,r=Math.max(r,n.minTimeout),n.maxTimeout>=0&&(r=Math.min(r,n.maxTimeout)),a=i}throw new j0(a,n.maxAttempts)}d();var gr=["A","B","C","D","E","F","G","H","I","J","K","L","M","N","O","P","Q","R","S","T","U","V","W","X","Y","Z","a","b","c","d","e","f","g","h","i","j","k","l","m","n","o","p","q","r","s","t","u","v","w","x","y","z","0","1","2","3","4","5","6","7","8","9","+","/"];function fi(e){let t=typeof e=="string"?new TextEncoder().encode(e):e instanceof Uint8Array?e:new Uint8Array(e),n="",r,a=t.length;for(r=2;r>2],n+=gr[(t[r-2]&3)<<4|t[r-1]>>4],n+=gr[(t[r-1]&15)<<2|t[r]>>6],n+=gr[t[r]&63];return r===a+1&&(n+=gr[t[r-2]>>2],n+=gr[(t[r-2]&3)<<4],n+="=="),r===a&&(n+=gr[t[r-2]>>2],n+=gr[(t[r-2]&3)<<4|t[r-1]>>4],n+=gr[(t[r-1]&15)<<2],n+="="),n}d();d();var gx=/[\u1680\u2000-\u200A\u202F\u205F\u3000]/,fx=/[\xAA\xB5\xBA\xC0-\xD6\xD8-\xF6\xF8-\u02C1\u02C6-\u02D1\u02E0-\u02E4\u02EC\u02EE\u0370-\u0374\u0376\u0377\u037A-\u037D\u037F\u0386\u0388-\u038A\u038C\u038E-\u03A1\u03A3-\u03F5\u03F7-\u0481\u048A-\u052F\u0531-\u0556\u0559\u0561-\u0587\u05D0-\u05EA\u05F0-\u05F2\u0620-\u064A\u066E\u066F\u0671-\u06D3\u06D5\u06E5\u06E6\u06EE\u06EF\u06FA-\u06FC\u06FF\u0710\u0712-\u072F\u074D-\u07A5\u07B1\u07CA-\u07EA\u07F4\u07F5\u07FA\u0800-\u0815\u081A\u0824\u0828\u0840-\u0858\u0860-\u086A\u08A0-\u08B4\u08B6-\u08BD\u0904-\u0939\u093D\u0950\u0958-\u0961\u0971-\u0980\u0985-\u098C\u098F\u0990\u0993-\u09A8\u09AA-\u09B0\u09B2\u09B6-\u09B9\u09BD\u09CE\u09DC\u09DD\u09DF-\u09E1\u09F0\u09F1\u09FC\u0A05-\u0A0A\u0A0F\u0A10\u0A13-\u0A28\u0A2A-\u0A30\u0A32\u0A33\u0A35\u0A36\u0A38\u0A39\u0A59-\u0A5C\u0A5E\u0A72-\u0A74\u0A85-\u0A8D\u0A8F-\u0A91\u0A93-\u0AA8\u0AAA-\u0AB0\u0AB2\u0AB3\u0AB5-\u0AB9\u0ABD\u0AD0\u0AE0\u0AE1\u0AF9\u0B05-\u0B0C\u0B0F\u0B10\u0B13-\u0B28\u0B2A-\u0B30\u0B32\u0B33\u0B35-\u0B39\u0B3D\u0B5C\u0B5D\u0B5F-\u0B61\u0B71\u0B83\u0B85-\u0B8A\u0B8E-\u0B90\u0B92-\u0B95\u0B99\u0B9A\u0B9C\u0B9E\u0B9F\u0BA3\u0BA4\u0BA8-\u0BAA\u0BAE-\u0BB9\u0BD0\u0C05-\u0C0C\u0C0E-\u0C10\u0C12-\u0C28\u0C2A-\u0C39\u0C3D\u0C58-\u0C5A\u0C60\u0C61\u0C80\u0C85-\u0C8C\u0C8E-\u0C90\u0C92-\u0CA8\u0CAA-\u0CB3\u0CB5-\u0CB9\u0CBD\u0CDE\u0CE0\u0CE1\u0CF1\u0CF2\u0D05-\u0D0C\u0D0E-\u0D10\u0D12-\u0D3A\u0D3D\u0D4E\u0D54-\u0D56\u0D5F-\u0D61\u0D7A-\u0D7F\u0D85-\u0D96\u0D9A-\u0DB1\u0DB3-\u0DBB\u0DBD\u0DC0-\u0DC6\u0E01-\u0E30\u0E32\u0E33\u0E40-\u0E46\u0E81\u0E82\u0E84\u0E87\u0E88\u0E8A\u0E8D\u0E94-\u0E97\u0E99-\u0E9F\u0EA1-\u0EA3\u0EA5\u0EA7\u0EAA\u0EAB\u0EAD-\u0EB0\u0EB2\u0EB3\u0EBD\u0EC0-\u0EC4\u0EC6\u0EDC-\u0EDF\u0F00\u0F40-\u0F47\u0F49-\u0F6C\u0F88-\u0F8C\u1000-\u102A\u103F\u1050-\u1055\u105A-\u105D\u1061\u1065\u1066\u106E-\u1070\u1075-\u1081\u108E\u10A0-\u10C5\u10C7\u10CD\u10D0-\u10FA\u10FC-\u1248\u124A-\u124D\u1250-\u1256\u1258\u125A-\u125D\u1260-\u1288\u128A-\u128D\u1290-\u12B0\u12B2-\u12B5\u12B8-\u12BE\u12C0\u12C2-\u12C5\u12C8-\u12D6\u12D8-\u1310\u1312-\u1315\u1318-\u135A\u1380-\u138F\u13A0-\u13F5\u13F8-\u13FD\u1401-\u166C\u166F-\u167F\u1681-\u169A\u16A0-\u16EA\u16EE-\u16F8\u1700-\u170C\u170E-\u1711\u1720-\u1731\u1740-\u1751\u1760-\u176C\u176E-\u1770\u1780-\u17B3\u17D7\u17DC\u1820-\u1877\u1880-\u1884\u1887-\u18A8\u18AA\u18B0-\u18F5\u1900-\u191E\u1950-\u196D\u1970-\u1974\u1980-\u19AB\u19B0-\u19C9\u1A00-\u1A16\u1A20-\u1A54\u1AA7\u1B05-\u1B33\u1B45-\u1B4B\u1B83-\u1BA0\u1BAE\u1BAF\u1BBA-\u1BE5\u1C00-\u1C23\u1C4D-\u1C4F\u1C5A-\u1C7D\u1C80-\u1C88\u1CE9-\u1CEC\u1CEE-\u1CF1\u1CF5\u1CF6\u1D00-\u1DBF\u1E00-\u1F15\u1F18-\u1F1D\u1F20-\u1F45\u1F48-\u1F4D\u1F50-\u1F57\u1F59\u1F5B\u1F5D\u1F5F-\u1F7D\u1F80-\u1FB4\u1FB6-\u1FBC\u1FBE\u1FC2-\u1FC4\u1FC6-\u1FCC\u1FD0-\u1FD3\u1FD6-\u1FDB\u1FE0-\u1FEC\u1FF2-\u1FF4\u1FF6-\u1FFC\u2071\u207F\u2090-\u209C\u2102\u2107\u210A-\u2113\u2115\u2119-\u211D\u2124\u2126\u2128\u212A-\u212D\u212F-\u2139\u213C-\u213F\u2145-\u2149\u214E\u2160-\u2188\u2C00-\u2C2E\u2C30-\u2C5E\u2C60-\u2CE4\u2CEB-\u2CEE\u2CF2\u2CF3\u2D00-\u2D25\u2D27\u2D2D\u2D30-\u2D67\u2D6F\u2D80-\u2D96\u2DA0-\u2DA6\u2DA8-\u2DAE\u2DB0-\u2DB6\u2DB8-\u2DBE\u2DC0-\u2DC6\u2DC8-\u2DCE\u2DD0-\u2DD6\u2DD8-\u2DDE\u2E2F\u3005-\u3007\u3021-\u3029\u3031-\u3035\u3038-\u303C\u3041-\u3096\u309D-\u309F\u30A1-\u30FA\u30FC-\u30FF\u3105-\u312E\u3131-\u318E\u31A0-\u31BA\u31F0-\u31FF\u3400-\u4DB5\u4E00-\u9FEA\uA000-\uA48C\uA4D0-\uA4FD\uA500-\uA60C\uA610-\uA61F\uA62A\uA62B\uA640-\uA66E\uA67F-\uA69D\uA6A0-\uA6EF\uA717-\uA71F\uA722-\uA788\uA78B-\uA7AE\uA7B0-\uA7B7\uA7F7-\uA801\uA803-\uA805\uA807-\uA80A\uA80C-\uA822\uA840-\uA873\uA882-\uA8B3\uA8F2-\uA8F7\uA8FB\uA8FD\uA90A-\uA925\uA930-\uA946\uA960-\uA97C\uA984-\uA9B2\uA9CF\uA9E0-\uA9E4\uA9E6-\uA9EF\uA9FA-\uA9FE\uAA00-\uAA28\uAA40-\uAA42\uAA44-\uAA4B\uAA60-\uAA76\uAA7A\uAA7E-\uAAAF\uAAB1\uAAB5\uAAB6\uAAB9-\uAABD\uAAC0\uAAC2\uAADB-\uAADD\uAAE0-\uAAEA\uAAF2-\uAAF4\uAB01-\uAB06\uAB09-\uAB0E\uAB11-\uAB16\uAB20-\uAB26\uAB28-\uAB2E\uAB30-\uAB5A\uAB5C-\uAB65\uAB70-\uABE2\uAC00-\uD7A3\uD7B0-\uD7C6\uD7CB-\uD7FB\uF900-\uFA6D\uFA70-\uFAD9\uFB00-\uFB06\uFB13-\uFB17\uFB1D\uFB1F-\uFB28\uFB2A-\uFB36\uFB38-\uFB3C\uFB3E\uFB40\uFB41\uFB43\uFB44\uFB46-\uFBB1\uFBD3-\uFD3D\uFD50-\uFD8F\uFD92-\uFDC7\uFDF0-\uFDFB\uFE70-\uFE74\uFE76-\uFEFC\uFF21-\uFF3A\uFF41-\uFF5A\uFF66-\uFFBE\uFFC2-\uFFC7\uFFCA-\uFFCF\uFFD2-\uFFD7\uFFDA-\uFFDC]|\uD800[\uDC00-\uDC0B\uDC0D-\uDC26\uDC28-\uDC3A\uDC3C\uDC3D\uDC3F-\uDC4D\uDC50-\uDC5D\uDC80-\uDCFA\uDD40-\uDD74\uDE80-\uDE9C\uDEA0-\uDED0\uDF00-\uDF1F\uDF2D-\uDF4A\uDF50-\uDF75\uDF80-\uDF9D\uDFA0-\uDFC3\uDFC8-\uDFCF\uDFD1-\uDFD5]|\uD801[\uDC00-\uDC9D\uDCB0-\uDCD3\uDCD8-\uDCFB\uDD00-\uDD27\uDD30-\uDD63\uDE00-\uDF36\uDF40-\uDF55\uDF60-\uDF67]|\uD802[\uDC00-\uDC05\uDC08\uDC0A-\uDC35\uDC37\uDC38\uDC3C\uDC3F-\uDC55\uDC60-\uDC76\uDC80-\uDC9E\uDCE0-\uDCF2\uDCF4\uDCF5\uDD00-\uDD15\uDD20-\uDD39\uDD80-\uDDB7\uDDBE\uDDBF\uDE00\uDE10-\uDE13\uDE15-\uDE17\uDE19-\uDE33\uDE60-\uDE7C\uDE80-\uDE9C\uDEC0-\uDEC7\uDEC9-\uDEE4\uDF00-\uDF35\uDF40-\uDF55\uDF60-\uDF72\uDF80-\uDF91]|\uD803[\uDC00-\uDC48\uDC80-\uDCB2\uDCC0-\uDCF2]|\uD804[\uDC03-\uDC37\uDC83-\uDCAF\uDCD0-\uDCE8\uDD03-\uDD26\uDD50-\uDD72\uDD76\uDD83-\uDDB2\uDDC1-\uDDC4\uDDDA\uDDDC\uDE00-\uDE11\uDE13-\uDE2B\uDE80-\uDE86\uDE88\uDE8A-\uDE8D\uDE8F-\uDE9D\uDE9F-\uDEA8\uDEB0-\uDEDE\uDF05-\uDF0C\uDF0F\uDF10\uDF13-\uDF28\uDF2A-\uDF30\uDF32\uDF33\uDF35-\uDF39\uDF3D\uDF50\uDF5D-\uDF61]|\uD805[\uDC00-\uDC34\uDC47-\uDC4A\uDC80-\uDCAF\uDCC4\uDCC5\uDCC7\uDD80-\uDDAE\uDDD8-\uDDDB\uDE00-\uDE2F\uDE44\uDE80-\uDEAA\uDF00-\uDF19]|\uD806[\uDCA0-\uDCDF\uDCFF\uDE00\uDE0B-\uDE32\uDE3A\uDE50\uDE5C-\uDE83\uDE86-\uDE89\uDEC0-\uDEF8]|\uD807[\uDC00-\uDC08\uDC0A-\uDC2E\uDC40\uDC72-\uDC8F\uDD00-\uDD06\uDD08\uDD09\uDD0B-\uDD30\uDD46]|\uD808[\uDC00-\uDF99]|\uD809[\uDC00-\uDC6E\uDC80-\uDD43]|[\uD80C\uD81C-\uD820\uD840-\uD868\uD86A-\uD86C\uD86F-\uD872\uD874-\uD879][\uDC00-\uDFFF]|\uD80D[\uDC00-\uDC2E]|\uD811[\uDC00-\uDE46]|\uD81A[\uDC00-\uDE38\uDE40-\uDE5E\uDED0-\uDEED\uDF00-\uDF2F\uDF40-\uDF43\uDF63-\uDF77\uDF7D-\uDF8F]|\uD81B[\uDF00-\uDF44\uDF50\uDF93-\uDF9F\uDFE0\uDFE1]|\uD821[\uDC00-\uDFEC]|\uD822[\uDC00-\uDEF2]|\uD82C[\uDC00-\uDD1E\uDD70-\uDEFB]|\uD82F[\uDC00-\uDC6A\uDC70-\uDC7C\uDC80-\uDC88\uDC90-\uDC99]|\uD835[\uDC00-\uDC54\uDC56-\uDC9C\uDC9E\uDC9F\uDCA2\uDCA5\uDCA6\uDCA9-\uDCAC\uDCAE-\uDCB9\uDCBB\uDCBD-\uDCC3\uDCC5-\uDD05\uDD07-\uDD0A\uDD0D-\uDD14\uDD16-\uDD1C\uDD1E-\uDD39\uDD3B-\uDD3E\uDD40-\uDD44\uDD46\uDD4A-\uDD50\uDD52-\uDEA5\uDEA8-\uDEC0\uDEC2-\uDEDA\uDEDC-\uDEFA\uDEFC-\uDF14\uDF16-\uDF34\uDF36-\uDF4E\uDF50-\uDF6E\uDF70-\uDF88\uDF8A-\uDFA8\uDFAA-\uDFC2\uDFC4-\uDFCB]|\uD83A[\uDC00-\uDCC4\uDD00-\uDD43]|\uD83B[\uDE00-\uDE03\uDE05-\uDE1F\uDE21\uDE22\uDE24\uDE27\uDE29-\uDE32\uDE34-\uDE37\uDE39\uDE3B\uDE42\uDE47\uDE49\uDE4B\uDE4D-\uDE4F\uDE51\uDE52\uDE54\uDE57\uDE59\uDE5B\uDE5D\uDE5F\uDE61\uDE62\uDE64\uDE67-\uDE6A\uDE6C-\uDE72\uDE74-\uDE77\uDE79-\uDE7C\uDE7E\uDE80-\uDE89\uDE8B-\uDE9B\uDEA1-\uDEA3\uDEA5-\uDEA9\uDEAB-\uDEBB]|\uD869[\uDC00-\uDED6\uDF00-\uDFFF]|\uD86D[\uDC00-\uDF34\uDF40-\uDFFF]|\uD86E[\uDC00-\uDC1D\uDC20-\uDFFF]|\uD873[\uDC00-\uDEA1\uDEB0-\uDFFF]|\uD87A[\uDC00-\uDFE0]|\uD87E[\uDC00-\uDE1D]/,hx=/[\xAA\xB5\xBA\xC0-\xD6\xD8-\xF6\xF8-\u02C1\u02C6-\u02D1\u02E0-\u02E4\u02EC\u02EE\u0300-\u0374\u0376\u0377\u037A-\u037D\u037F\u0386\u0388-\u038A\u038C\u038E-\u03A1\u03A3-\u03F5\u03F7-\u0481\u0483-\u0487\u048A-\u052F\u0531-\u0556\u0559\u0561-\u0587\u0591-\u05BD\u05BF\u05C1\u05C2\u05C4\u05C5\u05C7\u05D0-\u05EA\u05F0-\u05F2\u0610-\u061A\u0620-\u0669\u066E-\u06D3\u06D5-\u06DC\u06DF-\u06E8\u06EA-\u06FC\u06FF\u0710-\u074A\u074D-\u07B1\u07C0-\u07F5\u07FA\u0800-\u082D\u0840-\u085B\u0860-\u086A\u08A0-\u08B4\u08B6-\u08BD\u08D4-\u08E1\u08E3-\u0963\u0966-\u096F\u0971-\u0983\u0985-\u098C\u098F\u0990\u0993-\u09A8\u09AA-\u09B0\u09B2\u09B6-\u09B9\u09BC-\u09C4\u09C7\u09C8\u09CB-\u09CE\u09D7\u09DC\u09DD\u09DF-\u09E3\u09E6-\u09F1\u09FC\u0A01-\u0A03\u0A05-\u0A0A\u0A0F\u0A10\u0A13-\u0A28\u0A2A-\u0A30\u0A32\u0A33\u0A35\u0A36\u0A38\u0A39\u0A3C\u0A3E-\u0A42\u0A47\u0A48\u0A4B-\u0A4D\u0A51\u0A59-\u0A5C\u0A5E\u0A66-\u0A75\u0A81-\u0A83\u0A85-\u0A8D\u0A8F-\u0A91\u0A93-\u0AA8\u0AAA-\u0AB0\u0AB2\u0AB3\u0AB5-\u0AB9\u0ABC-\u0AC5\u0AC7-\u0AC9\u0ACB-\u0ACD\u0AD0\u0AE0-\u0AE3\u0AE6-\u0AEF\u0AF9-\u0AFF\u0B01-\u0B03\u0B05-\u0B0C\u0B0F\u0B10\u0B13-\u0B28\u0B2A-\u0B30\u0B32\u0B33\u0B35-\u0B39\u0B3C-\u0B44\u0B47\u0B48\u0B4B-\u0B4D\u0B56\u0B57\u0B5C\u0B5D\u0B5F-\u0B63\u0B66-\u0B6F\u0B71\u0B82\u0B83\u0B85-\u0B8A\u0B8E-\u0B90\u0B92-\u0B95\u0B99\u0B9A\u0B9C\u0B9E\u0B9F\u0BA3\u0BA4\u0BA8-\u0BAA\u0BAE-\u0BB9\u0BBE-\u0BC2\u0BC6-\u0BC8\u0BCA-\u0BCD\u0BD0\u0BD7\u0BE6-\u0BEF\u0C00-\u0C03\u0C05-\u0C0C\u0C0E-\u0C10\u0C12-\u0C28\u0C2A-\u0C39\u0C3D-\u0C44\u0C46-\u0C48\u0C4A-\u0C4D\u0C55\u0C56\u0C58-\u0C5A\u0C60-\u0C63\u0C66-\u0C6F\u0C80-\u0C83\u0C85-\u0C8C\u0C8E-\u0C90\u0C92-\u0CA8\u0CAA-\u0CB3\u0CB5-\u0CB9\u0CBC-\u0CC4\u0CC6-\u0CC8\u0CCA-\u0CCD\u0CD5\u0CD6\u0CDE\u0CE0-\u0CE3\u0CE6-\u0CEF\u0CF1\u0CF2\u0D00-\u0D03\u0D05-\u0D0C\u0D0E-\u0D10\u0D12-\u0D44\u0D46-\u0D48\u0D4A-\u0D4E\u0D54-\u0D57\u0D5F-\u0D63\u0D66-\u0D6F\u0D7A-\u0D7F\u0D82\u0D83\u0D85-\u0D96\u0D9A-\u0DB1\u0DB3-\u0DBB\u0DBD\u0DC0-\u0DC6\u0DCA\u0DCF-\u0DD4\u0DD6\u0DD8-\u0DDF\u0DE6-\u0DEF\u0DF2\u0DF3\u0E01-\u0E3A\u0E40-\u0E4E\u0E50-\u0E59\u0E81\u0E82\u0E84\u0E87\u0E88\u0E8A\u0E8D\u0E94-\u0E97\u0E99-\u0E9F\u0EA1-\u0EA3\u0EA5\u0EA7\u0EAA\u0EAB\u0EAD-\u0EB9\u0EBB-\u0EBD\u0EC0-\u0EC4\u0EC6\u0EC8-\u0ECD\u0ED0-\u0ED9\u0EDC-\u0EDF\u0F00\u0F18\u0F19\u0F20-\u0F29\u0F35\u0F37\u0F39\u0F3E-\u0F47\u0F49-\u0F6C\u0F71-\u0F84\u0F86-\u0F97\u0F99-\u0FBC\u0FC6\u1000-\u1049\u1050-\u109D\u10A0-\u10C5\u10C7\u10CD\u10D0-\u10FA\u10FC-\u1248\u124A-\u124D\u1250-\u1256\u1258\u125A-\u125D\u1260-\u1288\u128A-\u128D\u1290-\u12B0\u12B2-\u12B5\u12B8-\u12BE\u12C0\u12C2-\u12C5\u12C8-\u12D6\u12D8-\u1310\u1312-\u1315\u1318-\u135A\u135D-\u135F\u1380-\u138F\u13A0-\u13F5\u13F8-\u13FD\u1401-\u166C\u166F-\u167F\u1681-\u169A\u16A0-\u16EA\u16EE-\u16F8\u1700-\u170C\u170E-\u1714\u1720-\u1734\u1740-\u1753\u1760-\u176C\u176E-\u1770\u1772\u1773\u1780-\u17D3\u17D7\u17DC\u17DD\u17E0-\u17E9\u180B-\u180D\u1810-\u1819\u1820-\u1877\u1880-\u18AA\u18B0-\u18F5\u1900-\u191E\u1920-\u192B\u1930-\u193B\u1946-\u196D\u1970-\u1974\u1980-\u19AB\u19B0-\u19C9\u19D0-\u19D9\u1A00-\u1A1B\u1A20-\u1A5E\u1A60-\u1A7C\u1A7F-\u1A89\u1A90-\u1A99\u1AA7\u1AB0-\u1ABD\u1B00-\u1B4B\u1B50-\u1B59\u1B6B-\u1B73\u1B80-\u1BF3\u1C00-\u1C37\u1C40-\u1C49\u1C4D-\u1C7D\u1C80-\u1C88\u1CD0-\u1CD2\u1CD4-\u1CF9\u1D00-\u1DF9\u1DFB-\u1F15\u1F18-\u1F1D\u1F20-\u1F45\u1F48-\u1F4D\u1F50-\u1F57\u1F59\u1F5B\u1F5D\u1F5F-\u1F7D\u1F80-\u1FB4\u1FB6-\u1FBC\u1FBE\u1FC2-\u1FC4\u1FC6-\u1FCC\u1FD0-\u1FD3\u1FD6-\u1FDB\u1FE0-\u1FEC\u1FF2-\u1FF4\u1FF6-\u1FFC\u203F\u2040\u2054\u2071\u207F\u2090-\u209C\u20D0-\u20DC\u20E1\u20E5-\u20F0\u2102\u2107\u210A-\u2113\u2115\u2119-\u211D\u2124\u2126\u2128\u212A-\u212D\u212F-\u2139\u213C-\u213F\u2145-\u2149\u214E\u2160-\u2188\u2C00-\u2C2E\u2C30-\u2C5E\u2C60-\u2CE4\u2CEB-\u2CF3\u2D00-\u2D25\u2D27\u2D2D\u2D30-\u2D67\u2D6F\u2D7F-\u2D96\u2DA0-\u2DA6\u2DA8-\u2DAE\u2DB0-\u2DB6\u2DB8-\u2DBE\u2DC0-\u2DC6\u2DC8-\u2DCE\u2DD0-\u2DD6\u2DD8-\u2DDE\u2DE0-\u2DFF\u2E2F\u3005-\u3007\u3021-\u302F\u3031-\u3035\u3038-\u303C\u3041-\u3096\u3099\u309A\u309D-\u309F\u30A1-\u30FA\u30FC-\u30FF\u3105-\u312E\u3131-\u318E\u31A0-\u31BA\u31F0-\u31FF\u3400-\u4DB5\u4E00-\u9FEA\uA000-\uA48C\uA4D0-\uA4FD\uA500-\uA60C\uA610-\uA62B\uA640-\uA66F\uA674-\uA67D\uA67F-\uA6F1\uA717-\uA71F\uA722-\uA788\uA78B-\uA7AE\uA7B0-\uA7B7\uA7F7-\uA827\uA840-\uA873\uA880-\uA8C5\uA8D0-\uA8D9\uA8E0-\uA8F7\uA8FB\uA8FD\uA900-\uA92D\uA930-\uA953\uA960-\uA97C\uA980-\uA9C0\uA9CF-\uA9D9\uA9E0-\uA9FE\uAA00-\uAA36\uAA40-\uAA4D\uAA50-\uAA59\uAA60-\uAA76\uAA7A-\uAAC2\uAADB-\uAADD\uAAE0-\uAAEF\uAAF2-\uAAF6\uAB01-\uAB06\uAB09-\uAB0E\uAB11-\uAB16\uAB20-\uAB26\uAB28-\uAB2E\uAB30-\uAB5A\uAB5C-\uAB65\uAB70-\uABEA\uABEC\uABED\uABF0-\uABF9\uAC00-\uD7A3\uD7B0-\uD7C6\uD7CB-\uD7FB\uF900-\uFA6D\uFA70-\uFAD9\uFB00-\uFB06\uFB13-\uFB17\uFB1D-\uFB28\uFB2A-\uFB36\uFB38-\uFB3C\uFB3E\uFB40\uFB41\uFB43\uFB44\uFB46-\uFBB1\uFBD3-\uFD3D\uFD50-\uFD8F\uFD92-\uFDC7\uFDF0-\uFDFB\uFE00-\uFE0F\uFE20-\uFE2F\uFE33\uFE34\uFE4D-\uFE4F\uFE70-\uFE74\uFE76-\uFEFC\uFF10-\uFF19\uFF21-\uFF3A\uFF3F\uFF41-\uFF5A\uFF66-\uFFBE\uFFC2-\uFFC7\uFFCA-\uFFCF\uFFD2-\uFFD7\uFFDA-\uFFDC]|\uD800[\uDC00-\uDC0B\uDC0D-\uDC26\uDC28-\uDC3A\uDC3C\uDC3D\uDC3F-\uDC4D\uDC50-\uDC5D\uDC80-\uDCFA\uDD40-\uDD74\uDDFD\uDE80-\uDE9C\uDEA0-\uDED0\uDEE0\uDF00-\uDF1F\uDF2D-\uDF4A\uDF50-\uDF7A\uDF80-\uDF9D\uDFA0-\uDFC3\uDFC8-\uDFCF\uDFD1-\uDFD5]|\uD801[\uDC00-\uDC9D\uDCA0-\uDCA9\uDCB0-\uDCD3\uDCD8-\uDCFB\uDD00-\uDD27\uDD30-\uDD63\uDE00-\uDF36\uDF40-\uDF55\uDF60-\uDF67]|\uD802[\uDC00-\uDC05\uDC08\uDC0A-\uDC35\uDC37\uDC38\uDC3C\uDC3F-\uDC55\uDC60-\uDC76\uDC80-\uDC9E\uDCE0-\uDCF2\uDCF4\uDCF5\uDD00-\uDD15\uDD20-\uDD39\uDD80-\uDDB7\uDDBE\uDDBF\uDE00-\uDE03\uDE05\uDE06\uDE0C-\uDE13\uDE15-\uDE17\uDE19-\uDE33\uDE38-\uDE3A\uDE3F\uDE60-\uDE7C\uDE80-\uDE9C\uDEC0-\uDEC7\uDEC9-\uDEE6\uDF00-\uDF35\uDF40-\uDF55\uDF60-\uDF72\uDF80-\uDF91]|\uD803[\uDC00-\uDC48\uDC80-\uDCB2\uDCC0-\uDCF2]|\uD804[\uDC00-\uDC46\uDC66-\uDC6F\uDC7F-\uDCBA\uDCD0-\uDCE8\uDCF0-\uDCF9\uDD00-\uDD34\uDD36-\uDD3F\uDD50-\uDD73\uDD76\uDD80-\uDDC4\uDDCA-\uDDCC\uDDD0-\uDDDA\uDDDC\uDE00-\uDE11\uDE13-\uDE37\uDE3E\uDE80-\uDE86\uDE88\uDE8A-\uDE8D\uDE8F-\uDE9D\uDE9F-\uDEA8\uDEB0-\uDEEA\uDEF0-\uDEF9\uDF00-\uDF03\uDF05-\uDF0C\uDF0F\uDF10\uDF13-\uDF28\uDF2A-\uDF30\uDF32\uDF33\uDF35-\uDF39\uDF3C-\uDF44\uDF47\uDF48\uDF4B-\uDF4D\uDF50\uDF57\uDF5D-\uDF63\uDF66-\uDF6C\uDF70-\uDF74]|\uD805[\uDC00-\uDC4A\uDC50-\uDC59\uDC80-\uDCC5\uDCC7\uDCD0-\uDCD9\uDD80-\uDDB5\uDDB8-\uDDC0\uDDD8-\uDDDD\uDE00-\uDE40\uDE44\uDE50-\uDE59\uDE80-\uDEB7\uDEC0-\uDEC9\uDF00-\uDF19\uDF1D-\uDF2B\uDF30-\uDF39]|\uD806[\uDCA0-\uDCE9\uDCFF\uDE00-\uDE3E\uDE47\uDE50-\uDE83\uDE86-\uDE99\uDEC0-\uDEF8]|\uD807[\uDC00-\uDC08\uDC0A-\uDC36\uDC38-\uDC40\uDC50-\uDC59\uDC72-\uDC8F\uDC92-\uDCA7\uDCA9-\uDCB6\uDD00-\uDD06\uDD08\uDD09\uDD0B-\uDD36\uDD3A\uDD3C\uDD3D\uDD3F-\uDD47\uDD50-\uDD59]|\uD808[\uDC00-\uDF99]|\uD809[\uDC00-\uDC6E\uDC80-\uDD43]|[\uD80C\uD81C-\uD820\uD840-\uD868\uD86A-\uD86C\uD86F-\uD872\uD874-\uD879][\uDC00-\uDFFF]|\uD80D[\uDC00-\uDC2E]|\uD811[\uDC00-\uDE46]|\uD81A[\uDC00-\uDE38\uDE40-\uDE5E\uDE60-\uDE69\uDED0-\uDEED\uDEF0-\uDEF4\uDF00-\uDF36\uDF40-\uDF43\uDF50-\uDF59\uDF63-\uDF77\uDF7D-\uDF8F]|\uD81B[\uDF00-\uDF44\uDF50-\uDF7E\uDF8F-\uDF9F\uDFE0\uDFE1]|\uD821[\uDC00-\uDFEC]|\uD822[\uDC00-\uDEF2]|\uD82C[\uDC00-\uDD1E\uDD70-\uDEFB]|\uD82F[\uDC00-\uDC6A\uDC70-\uDC7C\uDC80-\uDC88\uDC90-\uDC99\uDC9D\uDC9E]|\uD834[\uDD65-\uDD69\uDD6D-\uDD72\uDD7B-\uDD82\uDD85-\uDD8B\uDDAA-\uDDAD\uDE42-\uDE44]|\uD835[\uDC00-\uDC54\uDC56-\uDC9C\uDC9E\uDC9F\uDCA2\uDCA5\uDCA6\uDCA9-\uDCAC\uDCAE-\uDCB9\uDCBB\uDCBD-\uDCC3\uDCC5-\uDD05\uDD07-\uDD0A\uDD0D-\uDD14\uDD16-\uDD1C\uDD1E-\uDD39\uDD3B-\uDD3E\uDD40-\uDD44\uDD46\uDD4A-\uDD50\uDD52-\uDEA5\uDEA8-\uDEC0\uDEC2-\uDEDA\uDEDC-\uDEFA\uDEFC-\uDF14\uDF16-\uDF34\uDF36-\uDF4E\uDF50-\uDF6E\uDF70-\uDF88\uDF8A-\uDFA8\uDFAA-\uDFC2\uDFC4-\uDFCB\uDFCE-\uDFFF]|\uD836[\uDE00-\uDE36\uDE3B-\uDE6C\uDE75\uDE84\uDE9B-\uDE9F\uDEA1-\uDEAF]|\uD838[\uDC00-\uDC06\uDC08-\uDC18\uDC1B-\uDC21\uDC23\uDC24\uDC26-\uDC2A]|\uD83A[\uDC00-\uDCC4\uDCD0-\uDCD6\uDD00-\uDD4A\uDD50-\uDD59]|\uD83B[\uDE00-\uDE03\uDE05-\uDE1F\uDE21\uDE22\uDE24\uDE27\uDE29-\uDE32\uDE34-\uDE37\uDE39\uDE3B\uDE42\uDE47\uDE49\uDE4B\uDE4D-\uDE4F\uDE51\uDE52\uDE54\uDE57\uDE59\uDE5B\uDE5D\uDE5F\uDE61\uDE62\uDE64\uDE67-\uDE6A\uDE6C-\uDE72\uDE74-\uDE77\uDE79-\uDE7C\uDE7E\uDE80-\uDE89\uDE8B-\uDE9B\uDEA1-\uDEA3\uDEA5-\uDEA9\uDEAB-\uDEBB]|\uD869[\uDC00-\uDED6\uDF00-\uDFFF]|\uD86D[\uDC00-\uDF34\uDF40-\uDFFF]|\uD86E[\uDC00-\uDC1D\uDC20-\uDFFF]|\uD873[\uDC00-\uDEA1\uDEB0-\uDFFF]|\uD87A[\uDC00-\uDFE0]|\uD87E[\uDC00-\uDE1D]|\uDB40[\uDD00-\uDDEF]/,H0={Space_Separator:gx,ID_Start:fx,ID_Continue:hx},vt={isSpaceSeparator(e){return typeof e=="string"&&H0.Space_Separator.test(e)},isIdStartChar(e){return typeof e=="string"&&(e>="a"&&e<="z"||e>="A"&&e<="Z"||e==="$"||e==="_"||H0.ID_Start.test(e))},isIdContinueChar(e){return typeof e=="string"&&(e>="a"&&e<="z"||e>="A"&&e<="Z"||e>="0"&&e<="9"||e==="$"||e==="_"||e==="\u200C"||e==="\u200D"||H0.ID_Continue.test(e))},isDigit(e){return typeof e=="string"&&/[0-9]/.test(e)},isHexDigit(e){return typeof e=="string"&&/[0-9A-Fa-f]/.test(e)}},q0,cn,hr,Ws,Mr,Un,Bt,G0,bi,bx=function(e,t){q0=String(e),cn="start",hr=[],Ws=0,Mr=1,Un=0,Bt=void 0,G0=void 0,bi=void 0;do Bt=yx(),Tx[cn]();while(Bt.type!=="eof");return typeof t=="function"?W0({"":bi},"",t):bi};function W0(e,t,n){let r=e[t];if(r!=null&&typeof r=="object")if(Array.isArray(r))for(let a=0;a0;){let n=br();if(!vt.isHexDigit(n))throw lt($());e+=$()}return String.fromCodePoint(parseInt(e,16))}var Tx={start(){if(Bt.type==="eof")throw xa();z0()},beforePropertyName(){switch(Bt.type){case"identifier":case"string":G0=Bt.value,cn="afterPropertyName";return;case"punctuator":qs();return;case"eof":throw xa()}},afterPropertyName(){if(Bt.type==="eof")throw xa();cn="beforePropertyValue"},beforePropertyValue(){if(Bt.type==="eof")throw xa();z0()},beforeArrayValue(){if(Bt.type==="eof")throw xa();if(Bt.type==="punctuator"&&Bt.value==="]"){qs();return}z0()},afterPropertyValue(){if(Bt.type==="eof")throw xa();switch(Bt.value){case",":cn="beforePropertyName";return;case"}":qs()}},afterArrayValue(){if(Bt.type==="eof")throw xa();switch(Bt.value){case",":cn="beforeArrayValue";return;case"]":qs()}},end(){}};function z0(){let e;switch(Bt.type){case"punctuator":switch(Bt.value){case"{":e={};break;case"[":e=[];break}break;case"null":case"boolean":case"numeric":case"string":e=Bt.value;break}if(bi===void 0)bi=e;else{let t=hr[hr.length-1];Array.isArray(t)?t.push(e):Object.defineProperty(t,G0,{value:e,writable:!0,enumerable:!0,configurable:!0})}if(e!==null&&typeof e=="object")hr.push(e),Array.isArray(e)?cn="beforeArrayValue":cn="beforePropertyName";else{let t=hr[hr.length-1];t==null?cn="end":Array.isArray(t)?cn="afterArrayValue":cn="afterPropertyValue"}}function qs(){hr.pop();let e=hr[hr.length-1];e==null?cn="end":Array.isArray(e)?cn="afterArrayValue":cn="afterPropertyValue"}function lt(e){return V0(e===void 0?`JSON5: invalid end of input at ${Mr}:${Un}`:`JSON5: invalid character '${vx(e)}' at ${Mr}:${Un}`)}function xa(){return V0(`JSON5: invalid end of input at ${Mr}:${Un}`)}function zg(){return Un-=5,V0(`JSON5: invalid identifier character at ${Mr}:${Un}`)}function vx(e){let t={"'":"\\'",'"':'\\"',"\\":"\\\\","\b":"\\b","\f":"\\f","\n":"\\n","\r":"\\r"," ":"\\t","\v":"\\v","\0":"\\0","\u2028":"\\u2028","\u2029":"\\u2029"};if(t[e])return t[e];if(e<" "){let n=e.charCodeAt(0).toString(16);return"\\x"+("00"+n).substring(n.length)}return e}function V0(e){let t=new SyntaxError(e);return t.lineNumber=Mr,t.columnNumber=Un,t}var Cx=function(e,t,n){let r=[],a="",o,i,s="",u;if(t!=null&&typeof t=="object"&&!Array.isArray(t)&&(n=t.space,u=t.quote,t=t.replacer),typeof t=="function")i=t;else if(Array.isArray(t)){o=[];for(let f of t){let y;typeof f=="string"?y=f:(typeof f=="number"||f instanceof String||f instanceof Number)&&(y=String(f)),y!==void 0&&o.indexOf(y)<0&&o.push(y)}}return n instanceof Number?n=Number(n):n instanceof String&&(n=String(n)),typeof n=="number"?n>0&&(n=Math.min(10,Math.floor(n)),s=" ".substr(0,n)):typeof n=="string"&&(s=n.substr(0,10)),l("",{"":e});function l(f,y){let b=y[f];switch(b!=null&&(typeof b.toJSON5=="function"?b=b.toJSON5(f):typeof b.toJSON=="function"&&(b=b.toJSON(f))),i&&(b=i.call(y,f,b)),b instanceof Number?b=Number(b):b instanceof String?b=String(b):b instanceof Boolean&&(b=b.valueOf()),b){case null:return"null";case!0:return"true";case!1:return"false"}if(typeof b=="string")return c(b,!1);if(typeof b=="number")return String(b);if(typeof b=="object")return Array.isArray(b)?p(b):m(b)}function c(f){let y={"'":.1,'"':.2},b={"'":"\\'",'"':'\\"',"\\":"\\\\","\b":"\\b","\f":"\\f","\n":"\\n","\r":"\\r"," ":"\\t","\v":"\\v","\0":"\\0","\u2028":"\\u2028","\u2029":"\\u2029"},h="";for(let w=0;wy[w]=0)throw TypeError("Converting circular structure to JSON5");r.push(f);let y=a;a=a+s;let b=o||Object.keys(f),h=[];for(let w of b){let k=l(w,f);if(k!==void 0){let R=g(w)+":";s!==""&&(R+=" "),R+=k,h.push(R)}}let C;if(h.length===0)C="{}";else{let w;if(s==="")w=h.join(","),C="{"+w+"}";else{let k=`, -`+a;w=h.join(k),C=`{ +`&&$(),"";case"1":case"2":case"3":case"4":case"5":case"6":case"7":case"8":case"9":throw lt($());case void 0:throw lt($())}return $()}function xx(){let e="",t=br();if(!vt.isHexDigit(t)||(e+=$(),t=br(),!vt.isHexDigit(t)))throw lt($());return e+=$(),String.fromCodePoint(parseInt(e,16))}function $0(){let e="",t=4;for(;t-- >0;){let n=br();if(!vt.isHexDigit(n))throw lt($());e+=$()}return String.fromCodePoint(parseInt(e,16))}var Tx={start(){if(Bt.type==="eof")throw xa();z0()},beforePropertyName(){switch(Bt.type){case"identifier":case"string":G0=Bt.value,cn="afterPropertyName";return;case"punctuator":qs();return;case"eof":throw xa()}},afterPropertyName(){if(Bt.type==="eof")throw xa();cn="beforePropertyValue"},beforePropertyValue(){if(Bt.type==="eof")throw xa();z0()},beforeArrayValue(){if(Bt.type==="eof")throw xa();if(Bt.type==="punctuator"&&Bt.value==="]"){qs();return}z0()},afterPropertyValue(){if(Bt.type==="eof")throw xa();switch(Bt.value){case",":cn="beforePropertyName";return;case"}":qs()}},afterArrayValue(){if(Bt.type==="eof")throw xa();switch(Bt.value){case",":cn="beforeArrayValue";return;case"]":qs()}},end(){}};function z0(){let e;switch(Bt.type){case"punctuator":switch(Bt.value){case"{":e={};break;case"[":e=[];break}break;case"null":case"boolean":case"numeric":case"string":e=Bt.value;break}if(bi===void 0)bi=e;else{let t=hr[hr.length-1];Array.isArray(t)?t.push(e):Object.defineProperty(t,G0,{value:e,writable:!0,enumerable:!0,configurable:!0})}if(e!==null&&typeof e=="object")hr.push(e),Array.isArray(e)?cn="beforeArrayValue":cn="beforePropertyName";else{let t=hr[hr.length-1];t==null?cn="end":Array.isArray(t)?cn="afterArrayValue":cn="afterPropertyValue"}}function qs(){hr.pop();let e=hr[hr.length-1];e==null?cn="end":Array.isArray(e)?cn="afterArrayValue":cn="afterPropertyValue"}function lt(e){return V0(e===void 0?`JSON5: invalid end of input at ${Mr}:${Un}`:`JSON5: invalid character '${vx(e)}' at ${Mr}:${Un}`)}function xa(){return V0(`JSON5: invalid end of input at ${Mr}:${Un}`)}function zg(){return Un-=5,V0(`JSON5: invalid identifier character at ${Mr}:${Un}`)}function vx(e){let t={"'":"\\'",'"':'\\"',"\\":"\\\\","\b":"\\b","\f":"\\f","\n":"\\n","\r":"\\r"," ":"\\t","\v":"\\v","\0":"\\0","\u2028":"\\u2028","\u2029":"\\u2029"};if(t[e])return t[e];if(e<" "){let n=e.charCodeAt(0).toString(16);return"\\x"+("00"+n).substring(n.length)}return e}function V0(e){let t=new SyntaxError(e);return t.lineNumber=Mr,t.columnNumber=Un,t}var Cx=function(e,t,n){let r=[],a="",o,i,s="",u;if(t!=null&&typeof t=="object"&&!Array.isArray(t)&&(n=t.space,u=t.quote,t=t.replacer),typeof t=="function")i=t;else if(Array.isArray(t)){o=[];for(let f of t){let y;typeof f=="string"?y=f:(typeof f=="number"||f instanceof String||f instanceof Number)&&(y=String(f)),y!==void 0&&o.indexOf(y)<0&&o.push(y)}}return n instanceof Number?n=Number(n):n instanceof String&&(n=String(n)),typeof n=="number"?n>0&&(n=Math.min(10,Math.floor(n)),s=" ".substr(0,n)):typeof n=="string"&&(s=n.substr(0,10)),l("",{"":e});function l(f,y){let b=y[f];switch(b!=null&&(typeof b.toJSON5=="function"?b=b.toJSON5(f):typeof b.toJSON=="function"&&(b=b.toJSON(f))),i&&(b=i.call(y,f,b)),b instanceof Number?b=Number(b):b instanceof String?b=String(b):b instanceof Boolean&&(b=b.valueOf()),b){case null:return"null";case!0:return"true";case!1:return"false"}if(typeof b=="string")return c(b,!1);if(typeof b=="number")return String(b);if(typeof b=="object")return Array.isArray(b)?p(b):m(b)}function c(f){let y={"'":.1,'"':.2},b={"'":"\\'",'"':'\\"',"\\":"\\\\","\b":"\\b","\f":"\\f","\n":"\\n","\r":"\\r"," ":"\\t","\v":"\\v","\0":"\\0","\u2028":"\\u2028","\u2029":"\\u2029"},h="";for(let w=0;wy[w]=0)throw TypeError("Converting circular structure to JSON5");r.push(f);let y=a;a=a+s;let b=o||Object.keys(f),h=[];for(let w of b){let P=l(w,f);if(P!==void 0){let R=g(w)+":";s!==""&&(R+=" "),R+=P,h.push(R)}}let C;if(h.length===0)C="{}";else{let w;if(s==="")w=h.join(","),C="{"+w+"}";else{let P=`, +`+a;w=h.join(P),C=`{ `+a+w+`, `+y+"}"}}return r.pop(),a=y,C}function g(f){if(f.length===0)return c(f,!0);let y=String.fromCodePoint(f.codePointAt(0));if(!vt.isIdStartChar(y))return c(f,!0);for(let b=y.length;b=0)throw TypeError("Converting circular structure to JSON5");r.push(f);let y=a;a=a+s;let b=[];for(let C=0;C()=>(t||e((t={exports:{}}).exports,t),t.exports),Mx=(e,t)=>{for(var n in t)Y0(e,n,{get:t[n],enumerable:!0})},K0=(e,t,n,r)=>{if(t&&typeof t=="object"||typeof t=="function")for(let a of _x(t))!Fx.call(e,a)&&a!==n&&Y0(e,a,{get:()=>t[a],enumerable:!(r=kx(t,a))||r.enumerable});return e},Bx=(e,t,n)=>(K0(e,t,"default"),n&&K0(n,t,"default")),$g=(e,t,n)=>(n=e!=null?Ax(Lx(e)):{},K0(t||!e||!e.__esModule?Y0(n,"default",{value:e,enumerable:!0}):n,e)),Gg=Px((e,t)=>{var n="Expected a function",r=NaN,a="[object Symbol]",o=/^\s+|\s+$/g,i=/^[-+]0x[0-9a-f]+$/i,s=/^0b[01]+$/i,u=/^0o[0-7]+$/i,l=parseInt,c=typeof Gs=="object"&&Gs&&Gs.Object===Object&&Gs,m=typeof self=="object"&&self&&self.Object===Object&&self,g=c||m||Function("return this")(),p=Object.prototype,f=p.toString,y=Math.max,b=Math.min,h=function(){return g.Date.now()};function C(B,_,E){var O,F,M,N,U,H,L=0,S=!1,A=!1,j=!0;if(typeof B!="function")throw new TypeError(n);_=x(_)||0,k(E)&&(S=!!E.leading,A="maxWait"in E,M=A?y(x(E.maxWait)||0,_):M,j="trailing"in E?!!E.trailing:j);function q(ee){var Y=O,ye=F;return O=F=void 0,L=ee,N=B.apply(ye,Y),N}function z(ee){return L=ee,U=setTimeout(ue,_),S?q(ee):N}function W(ee){var Y=ee-H,ye=ee-L,ne=_-Y;return A?b(ne,M-ye):ne}function V(ee){var Y=ee-H,ye=ee-L;return H===void 0||Y>=_||Y<0||A&&ye>=M}function ue(){var ee=h();if(V(ee))return ae(ee);U=setTimeout(ue,W(ee))}function ae(ee){return U=void 0,j&&O?q(ee):(O=F=void 0,N)}function X(){U!==void 0&&clearTimeout(U),L=0,O=H=F=U=void 0}function ie(){return U===void 0?N:ae(h())}function pe(){var ee=h(),Y=V(ee);if(O=arguments,F=this,H=ee,Y){if(U===void 0)return z(H);if(A)return U=setTimeout(ue,_),q(H)}return U===void 0&&(U=setTimeout(ue,_)),N}return pe.cancel=X,pe.flush=ie,pe}function w(B,_,E){var O=!0,F=!0;if(typeof B!="function")throw new TypeError(n);return k(E)&&(O="leading"in E?!!E.leading:O,F="trailing"in E?!!E.trailing:F),C(B,_,{leading:O,maxWait:_,trailing:F})}function k(B){var _=typeof B;return!!B&&(_=="object"||_=="function")}function R(B){return!!B&&typeof B=="object"}function v(B){return typeof B=="symbol"||R(B)&&f.call(B)==a}function x(B){if(typeof B=="number")return B;if(v(B))return r;if(k(B)){var _=typeof B.valueOf=="function"?B.valueOf():B;B=k(_)?_+"":_}if(typeof B!="string")return B===0?B:+B;B=B.replace(o,"");var E=s.test(B);return E||u.test(B)?l(B.slice(2),E?2:8):i.test(B)?r:+B}t.exports=w}),Vg={};Mx(Vg,{default:()=>Hn});var Rx=$g(Gg());Bx(Vg,$g(Gg()));var{default:Wg,...Ix}=Rx,Hn=Wg!==void 0?Wg:Ix;d();d();var Vs=globalThis||(typeof window<"u"?window:self),Ox=Object.create,X0=Object.defineProperty,Nx=Object.getOwnPropertyDescriptor,jx=Object.getOwnPropertyNames,Ux=Object.getPrototypeOf,Hx=Object.prototype.hasOwnProperty,zx=(e,t)=>()=>(t||e((t={exports:{}}).exports,t),t.exports),qx=(e,t)=>{for(var n in t)X0(e,n,{get:t[n],enumerable:!0})},J0=(e,t,n,r)=>{if(t&&typeof t=="object"||typeof t=="function")for(let a of jx(t))!Hx.call(e,a)&&a!==n&&X0(e,a,{get:()=>t[a],enumerable:!(r=Nx(t,a))||r.enumerable});return e},Wx=(e,t,n)=>(J0(e,t,"default"),n&&J0(n,t,"default")),Yg=(e,t,n)=>(n=e!=null?Ox(Ux(e)):{},J0(t||!e||!e.__esModule?X0(n,"default",{value:e,enumerable:!0}):n,e)),Jg=zx((e,t)=>{var n="Expected a function",r=NaN,a="[object Symbol]",o=/^\s+|\s+$/g,i=/^[-+]0x[0-9a-f]+$/i,s=/^0b[01]+$/i,u=/^0o[0-7]+$/i,l=parseInt,c=typeof Vs=="object"&&Vs&&Vs.Object===Object&&Vs,m=typeof self=="object"&&self&&self.Object===Object&&self,g=c||m||Function("return this")(),p=Object.prototype,f=p.toString,y=Math.max,b=Math.min,h=function(){return g.Date.now()};function C(x,B,_){var E,O,F,M,N,U,H=0,L=!1,S=!1,A=!0;if(typeof x!="function")throw new TypeError(n);B=v(B)||0,w(_)&&(L=!!_.leading,S="maxWait"in _,F=S?y(v(_.maxWait)||0,B):F,A="trailing"in _?!!_.trailing:A);function j(pe){var ee=E,Y=O;return E=O=void 0,H=pe,M=x.apply(Y,ee),M}function q(pe){return H=pe,N=setTimeout(V,B),L?j(pe):M}function z(pe){var ee=pe-U,Y=pe-H,ye=B-ee;return S?b(ye,F-Y):ye}function W(pe){var ee=pe-U,Y=pe-H;return U===void 0||ee>=B||ee<0||S&&Y>=F}function V(){var pe=h();if(W(pe))return ue(pe);N=setTimeout(V,z(pe))}function ue(pe){return N=void 0,A&&E?j(pe):(E=O=void 0,M)}function ae(){N!==void 0&&clearTimeout(N),H=0,E=U=O=N=void 0}function X(){return N===void 0?M:ue(h())}function ie(){var pe=h(),ee=W(pe);if(E=arguments,O=this,U=pe,ee){if(N===void 0)return q(U);if(S)return N=setTimeout(V,B),j(U)}return N===void 0&&(N=setTimeout(V,B)),M}return ie.cancel=ae,ie.flush=X,ie}function w(x){var B=typeof x;return!!x&&(B=="object"||B=="function")}function k(x){return!!x&&typeof x=="object"}function R(x){return typeof x=="symbol"||k(x)&&f.call(x)==a}function v(x){if(typeof x=="number")return x;if(R(x))return r;if(w(x)){var B=typeof x.valueOf=="function"?x.valueOf():x;x=w(B)?B+"":B}if(typeof x!="string")return x===0?x:+x;x=x.replace(o,"");var _=s.test(x);return _||u.test(x)?l(x.slice(2),_?2:8):i.test(x)?r:+x}t.exports=C}),Xg={};qx(Xg,{default:()=>yi});var $x=Yg(Jg());Wx(Xg,Yg(Jg()));var{default:Kg,...Gx}=$x,yi=Kg!==void 0?Kg:Gx;d();d();var Vx=Object.create,Z0=Object.defineProperty,Kx=Object.getOwnPropertyDescriptor,Yx=Object.getOwnPropertyNames,Jx=Object.getPrototypeOf,Xx=Object.prototype.hasOwnProperty,Qx=(e,t)=>()=>(t||e((t={exports:{}}).exports,t),t.exports),Zx=(e,t)=>{for(var n in t)Z0(e,n,{get:t[n],enumerable:!0})},Q0=(e,t,n,r)=>{if(t&&typeof t=="object"||typeof t=="function")for(let a of Yx(t))!Xx.call(e,a)&&a!==n&&Z0(e,a,{get:()=>t[a],enumerable:!(r=Kx(t,a))||r.enumerable});return e},eT=(e,t,n)=>(Q0(e,t,"default"),n&&Q0(n,t,"default")),Zg=(e,t,n)=>(n=e!=null?Vx(Jx(e)):{},Q0(t||!e||!e.__esModule?Z0(n,"default",{value:e,enumerable:!0}):n,e)),e4=Qx((e,t)=>{(function(n,r){typeof e=="object"&&typeof t=="object"?t.exports=r():typeof define=="function"&&define.amd?define([],r):typeof e=="object"?e.notie=r():n.notie=r()})(e,function(){return function(n){function r(o){if(a[o])return a[o].exports;var i=a[o]={i:o,l:!1,exports:{}};return n[o].call(i.exports,i,i.exports,r),i.l=!0,i.exports}var a={};return r.m=n,r.c=a,r.i=function(o){return o},r.d=function(o,i,s){r.o(o,i)||Object.defineProperty(o,i,{configurable:!1,enumerable:!0,get:s})},r.n=function(o){var i=o&&o.__esModule?function(){return o.default}:function(){return o};return r.d(i,"a",i),i},r.o=function(o,i){return Object.prototype.hasOwnProperty.call(o,i)},r.p="",r(r.s=1)}([function(n,r){n.exports=function(a){return a.webpackPolyfill||(a.deprecate=function(){},a.paths=[],a.children||(a.children=[]),Object.defineProperty(a,"loaded",{enumerable:!0,get:function(){return a.l}}),Object.defineProperty(a,"id",{enumerable:!0,get:function(){return a.i}}),a.webpackPolyfill=1),a}},function(n,r,a){"use strict";(function(o){var i,s,u,l=typeof Symbol=="function"&&typeof Symbol.iterator=="symbol"?function(c){return typeof c}:function(c){return c&&typeof Symbol=="function"&&c.constructor===Symbol&&c!==Symbol.prototype?"symbol":typeof c};(function(c,m){l(r)==="object"&&l(o)==="object"?o.exports=m():(s=[],i=m,u=typeof i=="function"?i.apply(r,s):i,u!==void 0&&(o.exports=u))})(void 0,function(){return function(c){function m(p){if(g[p])return g[p].exports;var f=g[p]={i:p,l:!1,exports:{}};return c[p].call(f.exports,f,f.exports,m),f.l=!0,f.exports}var g={};return m.m=c,m.c=g,m.i=function(p){return p},m.d=function(p,f,y){m.o(p,f)||Object.defineProperty(p,f,{configurable:!1,enumerable:!0,get:y})},m.n=function(p){var f=p&&p.__esModule?function(){return p.default}:function(){return p};return m.d(f,"a",f),f},m.o=function(p,f){return Object.prototype.hasOwnProperty.call(p,f)},m.p="",m(m.s=0)}([function(c,m,g){function p(z,W){var V={};for(var ue in z)W.indexOf(ue)>=0||Object.prototype.hasOwnProperty.call(z,ue)&&(V[ue]=z[ue]);return V}Object.defineProperty(m,"__esModule",{value:!0});var f=typeof Symbol=="function"&&l(Symbol.iterator)==="symbol"?function(z){return typeof z>"u"?"undefined":l(z)}:function(z){return z&&typeof Symbol=="function"&&z.constructor===Symbol&&z!==Symbol.prototype?"symbol":typeof z>"u"?"undefined":l(z)},y=Object.assign||function(z){for(var W=1;W'+ue+"
",ye.onclick=function(){return F(ne,Y)},ye.listener=function(re){(_(re)||E(re))&&U()},O(ye,Y),X&&X<1&&(X=1),!pe&&X&&k(X).then(function(){return F(ne,Y)})},L=m.force=function(z,W){var V=z.type,ue=V===void 0?5:V,ae=z.text,X=z.buttonText,ie=X===void 0?"OK":X,pe=z.callback,ee=z.position,Y=ee===void 0?h.positions.force||Y.top:ee;R(),U();var ye=document.createElement("div"),ne=v();ye.id=ne;var re=document.createElement("div");re.classList.add(h.classes.textbox),re.classList.add(h.classes.backgroundInfo),re.innerHTML='
'+ae+"
";var Te=document.createElement("div");Te.classList.add(h.classes.button),Te.classList.add(x[ue]),Te.innerHTML=ie,Te.onclick=function(){F(ne,Y),N(),pe?pe():W&&W()},ye.appendChild(re),ye.appendChild(Te),ye.listener=function(Re){_(Re)&&Te.click()},O(ye,Y),M()},S=m.confirm=function(z,W,V){var ue=z.text,ae=z.submitText,X=ae===void 0?"Yes":ae,ie=z.cancelText,pe=ie===void 0?"Cancel":ie,ee=z.submitCallback,Y=z.cancelCallback,ye=z.position,ne=ye===void 0?h.positions.confirm||ne.top:ye;R(),U();var re=document.createElement("div"),Te=v();re.id=Te;var Re=document.createElement("div");Re.classList.add(h.classes.textbox),Re.classList.add(h.classes.backgroundInfo),Re.innerHTML='
'+ue+"
";var _e=document.createElement("div");_e.classList.add(h.classes.button),_e.classList.add(h.classes.elementHalf),_e.classList.add(h.classes.backgroundSuccess),_e.innerHTML=X,_e.onclick=function(){F(Te,ne),N(),ee?ee():W&&W()};var de=document.createElement("div");de.classList.add(h.classes.button),de.classList.add(h.classes.elementHalf),de.classList.add(h.classes.backgroundError),de.innerHTML=pe,de.onclick=function(){F(Te,ne),N(),Y?Y():V&&V()},re.appendChild(Re),re.appendChild(_e),re.appendChild(de),re.listener=function(mt){_(mt)?_e.click():E(mt)&&de.click()},O(re,ne),M(re,ne)},A=function(z,W,V){var ue=z.text,ae=z.submitText,X=ae===void 0?"Submit":ae,ie=z.cancelText,pe=ie===void 0?"Cancel":ie,ee=z.submitCallback,Y=z.cancelCallback,ye=z.position,ne=ye===void 0?h.positions.input||ne.top:ye,re=p(z,["text","submitText","cancelText","submitCallback","cancelCallback","position"]);R(),U();var Te=document.createElement("div"),Re=v();Te.id=Re;var _e=document.createElement("div");_e.classList.add(h.classes.textbox),_e.classList.add(h.classes.backgroundInfo),_e.innerHTML='
'+ue+"
";var de=document.createElement("input");de.classList.add(h.classes.inputField),de.setAttribute("autocapitalize",re.autocapitalize||"none"),de.setAttribute("autocomplete",re.autocomplete||"off"),de.setAttribute("autocorrect",re.autocorrect||"off"),de.setAttribute("autofocus",re.autofocus||"true"),de.setAttribute("inputmode",re.inputmode||"verbatim"),de.setAttribute("max",re.max||""),de.setAttribute("maxlength",re.maxlength||""),de.setAttribute("min",re.min||""),de.setAttribute("minlength",re.minlength||""),de.setAttribute("placeholder",re.placeholder||""),de.setAttribute("spellcheck",re.spellcheck||"default"),de.setAttribute("step",re.step||"any"),de.setAttribute("type",re.type||"text"),de.value=re.value||"",re.allowed&&(de.oninput=function(){var bt=void 0;if(Array.isArray(re.allowed)){for(var Tt="",sn=re.allowed,Mn=0;Mn'+V+"",Y.appendChild(ne),ie.forEach(function(Te,Re){var _e=Te.type,de=_e===void 0?1:_e,mt=Te.text,kt=Te.handler,bt=document.createElement("div");bt.classList.add(x[de]),bt.classList.add(h.classes.button),bt.classList.add(h.classes.selectChoice);var Tt=ie[Re+1];Tt&&!Tt.type&&(Tt.type=1),Tt&&Tt.type===de&&bt.classList.add(h.classes.selectChoiceRepeated),bt.innerHTML=mt,bt.onclick=function(){F(ye,ee),N(),kt()},Y.appendChild(bt)});var re=document.createElement("div");re.classList.add(h.classes.backgroundNeutral),re.classList.add(h.classes.button),re.innerHTML=ae,re.onclick=function(){F(ye,ee),N(),X?X():W&&W()},Y.appendChild(re),Y.listener=function(Te){E(Te)&&re.click()},O(Y,ee),M(Y,ee)},q=m.date=function(z,W,V){var ue=z.value,ae=ue===void 0?new Date:ue,X=z.submitText,ie=X===void 0?"OK":X,pe=z.cancelText,ee=pe===void 0?"Cancel":pe,Y=z.submitCallback,ye=z.cancelCallback,ne=z.position,re=ne===void 0?h.positions.date||re.top:ne;R(),U();var Te="▾",Re=document.createElement("div"),_e=document.createElement("div"),de=document.createElement("div"),mt=function(pt){Re.innerHTML=h.dateMonths[pt.getMonth()],_e.innerHTML=pt.getDate(),de.innerHTML=pt.getFullYear()},kt=function(pt){var Xe=new Date(ae.getFullYear(),ae.getMonth()+1,0).getDate(),wn=pt.target.textContent.replace(/^0+/,"").replace(/[^\d]/g,"").slice(0,2);Number(wn)>Xe&&(wn=Xe.toString()),pt.target.textContent=wn,Number(wn)<1&&(wn="1"),ae.setDate(Number(wn))},bt=function(pt){var Xe=pt.target.textContent.replace(/^0+/,"").replace(/[^\d]/g,"").slice(0,4);pt.target.textContent=Xe,ae.setFullYear(Number(Xe))},Tt=function(pt){mt(ae)},sn=function(pt){var Xe=new Date(ae.getFullYear(),ae.getMonth()+pt+1,0).getDate();ae.getDate()>Xe&&ae.setDate(Xe),ae.setMonth(ae.getMonth()+pt),mt(ae)},Mn=function(pt){ae.setDate(ae.getDate()+pt),mt(ae)},pi=function(pt){var Xe=ae.getFullYear()+pt;Xe<0?ae.setFullYear(0):ae.setFullYear(ae.getFullYear()+pt),mt(ae)},er=document.createElement("div"),ba=v();er.id=ba;var Xa=document.createElement("div");Xa.classList.add(h.classes.backgroundInfo);var Vt=document.createElement("div");Vt.classList.add(h.classes.dateSelectorInner);var jn=document.createElement("div");jn.classList.add(h.classes.button),jn.classList.add(h.classes.elementThird),jn.classList.add(h.classes.dateSelectorUp),jn.innerHTML=Te;var Kt=document.createElement("div");Kt.classList.add(h.classes.button),Kt.classList.add(h.classes.elementThird),Kt.classList.add(h.classes.dateSelectorUp),Kt.innerHTML=Te;var Sn=document.createElement("div");Sn.classList.add(h.classes.button),Sn.classList.add(h.classes.elementThird),Sn.classList.add(h.classes.dateSelectorUp),Sn.innerHTML=Te,Re.classList.add(h.classes.element),Re.classList.add(h.classes.elementThird),Re.innerHTML=h.dateMonths[ae.getMonth()],_e.classList.add(h.classes.element),_e.classList.add(h.classes.elementThird),_e.setAttribute("contentEditable",!0),_e.addEventListener("input",kt),_e.addEventListener("blur",Tt),_e.innerHTML=ae.getDate(),de.classList.add(h.classes.element),de.classList.add(h.classes.elementThird),de.setAttribute("contentEditable",!0),de.addEventListener("input",bt),de.addEventListener("blur",Tt),de.innerHTML=ae.getFullYear();var lr=document.createElement("div");lr.classList.add(h.classes.button),lr.classList.add(h.classes.elementThird),lr.innerHTML=Te;var cr=document.createElement("div");cr.classList.add(h.classes.button),cr.classList.add(h.classes.elementThird),cr.innerHTML=Te;var ya=document.createElement("div");ya.classList.add(h.classes.button),ya.classList.add(h.classes.elementThird),ya.innerHTML=Te,jn.onclick=function(){return sn(1)},Kt.onclick=function(){return Mn(1)},Sn.onclick=function(){return pi(1)},lr.onclick=function(){return sn(-1)},cr.onclick=function(){return Mn(-1)},ya.onclick=function(){return pi(-1)};var un=document.createElement("div");un.classList.add(h.classes.button),un.classList.add(h.classes.elementHalf),un.classList.add(h.classes.backgroundSuccess),un.innerHTML=ie,un.onclick=function(){F(ba,re),N(),Y?Y(ae):W&&W(ae)};var dr=document.createElement("div");dr.classList.add(h.classes.button),dr.classList.add(h.classes.elementHalf),dr.classList.add(h.classes.backgroundError),dr.innerHTML=ee,dr.onclick=function(){F(ba,re),N(),ye?ye(ae):V&&V(ae)},Vt.appendChild(jn),Vt.appendChild(Kt),Vt.appendChild(Sn),Vt.appendChild(Re),Vt.appendChild(_e),Vt.appendChild(de),Vt.appendChild(lr),Vt.appendChild(cr),Vt.appendChild(ya),Xa.appendChild(Vt),er.appendChild(Xa),er.appendChild(un),er.appendChild(dr),er.listener=function(pt){_(pt)?un.click():E(pt)&&dr.click()},O(er,re),M(er,re)};m.default={alert:H,force:L,confirm:S,input:A,select:j,date:q,setOptions:C,hideAlerts:U}}])})}).call(r,a(0)(n))}])})}),t4={};Zx(t4,{default:()=>Ks});var tT=Zg(e4());eT(t4,Zg(e4()));var{default:Qg,...nT}=tT,Ks=Qg!==void 0?Qg:nT;d();d();var Ys=typeof navigator<"u"?navigator.userAgent.toLowerCase().indexOf("firefox")>0:!1;function Ei(e,t,n,r){e.addEventListener?e.addEventListener(t,n,r):e.attachEvent&&e.attachEvent(`on${t}`,()=>{n(window.event)})}function ec(e,t){let n=t.slice(0,t.length-1);for(let r=0;r=0;)t[n-1]+=",",t.splice(n,1),n=t.lastIndexOf("");return t}function n4(e,t){let n=e.length>=t.length?e:t,r=e.length>=t.length?t:e,a=!0;for(let o=0;oto[e.toLowerCase()]||zn[e.toLowerCase()]||e.toUpperCase().charCodeAt(0),rT=e=>Object.keys(to).find(t=>to[t]===e),aT=e=>Object.keys(zn).find(t=>zn[t]===e);function u4(e){i4=e||"all"}function xi(){return i4||"all"}function oT(){return tt.slice(0)}function iT(){return tt.map(e=>rT(e)||aT(e)||String.fromCharCode(e))}function sT(){let e=[];return Object.keys(gt).forEach(t=>{gt[t].forEach(({key:n,scope:r,mods:a,shortcut:o})=>{e.push({scope:r,shortcut:o,mods:a,keys:n.split("+").map(i=>Ti(i))})})}),e}function uT(e){let t=e.target||e.srcElement,{tagName:n}=t,r=!0;return(t.isContentEditable||(n==="INPUT"||n==="TEXTAREA"||n==="SELECT")&&!t.readOnly)&&(r=!1),r}function lT(e){return typeof e=="string"&&(e=Ti(e)),tt.indexOf(e)!==-1}function cT(e,t){let n,r;e||(e=xi());for(let a in gt)if(Object.prototype.hasOwnProperty.call(gt,a))for(n=gt[a],r=0;r=0&&tt.splice(n,1),e.key&&e.key.toLowerCase()==="meta"&&tt.splice(0,tt.length),(t===93||t===224)&&(t=91),t in Rt){Rt[t]=!1;for(let r in zn)zn[r]===t&&(yr[r]=!1)}}function l4(e,...t){if(typeof e>"u")Object.keys(gt).forEach(n=>delete gt[n]);else if(Array.isArray(e))e.forEach(n=>{n.key&&nc(n)});else if(typeof e=="object")e.key&&nc(e);else if(typeof e=="string"){let[n,r]=t;typeof n=="function"&&(r=n,n=""),nc({key:e,scope:n,method:r,splitKey:"+"})}}var nc=({key:e,scope:t,method:n,splitKey:r="+"})=>{tc(e).forEach(o=>{let i=o.split(r),s=i.length,u=i[s-1],l=u==="*"?"*":Ti(u);if(!gt[l])return;t||(t=xi());let c=s>1?ec(zn,i):[];gt[l]=gt[l].filter(m=>!((n?m.method===n:!0)&&m.scope===t&&n4(m.mods,c)))})};function a4(e,t,n,r){if(t.element!==r)return;let a;if(t.scope===n||t.scope==="all"){a=t.mods.length>0;for(let o in Rt)Object.prototype.hasOwnProperty.call(Rt,o)&&(!Rt[o]&&t.mods.indexOf(+o)>-1||Rt[o]&&t.mods.indexOf(+o)===-1)&&(a=!1);(t.mods.length===0&&!Rt[16]&&!Rt[18]&&!Rt[17]&&!Rt[91]||a||t.shortcut==="*")&&(t.keys=[],t.keys=t.keys.concat(tt),t.method(e,t)===!1&&(e.preventDefault?e.preventDefault():e.returnValue=!1,e.stopPropagation&&e.stopPropagation(),e.cancelBubble&&(e.cancelBubble=!0)))}}function o4(e,t){let n=gt["*"],r=e.keyCode||e.which||e.charCode;if(!yr.filter.call(this,e))return;if((r===93||r===224)&&(r=91),tt.indexOf(r)===-1&&r!==229&&tt.push(r),["ctrlKey","altKey","shiftKey","metaKey"].forEach(o=>{let i=Js[o];e[o]&&tt.indexOf(i)===-1?tt.push(i):!e[o]&&tt.indexOf(i)>-1?tt.splice(tt.indexOf(i),1):o==="metaKey"&&e[o]&&tt.length===3&&(e.ctrlKey||e.shiftKey||e.altKey||(tt=tt.slice(tt.indexOf(i))))}),r in Rt){Rt[r]=!0;for(let o in zn)zn[o]===r&&(yr[o]=!0);if(!n)return}for(let o in Rt)Object.prototype.hasOwnProperty.call(Rt,o)&&(Rt[o]=e[Js[o]]);e.getModifierState&&!(e.altKey&&!e.ctrlKey)&&e.getModifierState("AltGraph")&&(tt.indexOf(17)===-1&&tt.push(17),tt.indexOf(18)===-1&&tt.push(18),Rt[17]=!0,Rt[18]=!0);let a=xi();if(n)for(let o=0;o-1}function yr(e,t,n){tt=[];let r=tc(e),a=[],o="all",i=document,s=0,u=!1,l=!0,c="+",m=!1,g=!1;for(n===void 0&&typeof t=="function"&&(n=t),Object.prototype.toString.call(t)==="[object Object]"&&(t.scope&&(o=t.scope),t.element&&(i=t.element),t.keyup&&(u=t.keyup),t.keydown!==void 0&&(l=t.keydown),t.capture!==void 0&&(m=t.capture),typeof t.splitKey=="string"&&(c=t.splitKey),t.single===!0&&(g=!0)),typeof t=="string"&&(o=t),g&&l4(e,o);s1&&(a=ec(zn,e)),e=e[e.length-1],e=e==="*"?"*":Ti(e),e in gt||(gt[e]=[]),gt[e].push({keyup:u,keydown:l,scope:o,mods:a,shortcut:r[s],method:n,key:r[s],splitKey:c,element:i});typeof i<"u"&&!mT(i)&&window&&(s4.push(i),Ei(i,"keydown",p=>{o4(p,i)},m),r4||(r4=!0,Ei(window,"focus",()=>{tt=[]},m),Ei(window,"click",()=>{tt=[]},!1)),Ei(i,"keyup",p=>{o4(p,i),dT(p)},m))}function pT(e,t="all"){Object.keys(gt).forEach(n=>{gt[n].filter(a=>a.scope===t&&a.shortcut===e).forEach(a=>{a&&a.method&&a.method()})})}var rc={getPressedKeyString:iT,setScope:u4,getScope:xi,deleteScope:cT,getPressedKeyCodes:oT,getAllKeyCodes:sT,isPressed:lT,filter:uT,trigger:pT,unbind:l4,keyMap:to,modifier:zn,modifierMap:Js};for(let e in rc)Object.prototype.hasOwnProperty.call(rc,e)&&(yr[e]=rc[e]);if(typeof window<"u"){let e=window.hotkeys;yr.noConflict=t=>(t&&window.hotkeys===yr&&(window.hotkeys=e),yr),window.hotkeys=yr}var xn=yr;d();d();var gT={"Amazon Silk":"amazon_silk","Android Browser":"android",Bada:"bada",BlackBerry:"blackberry",Chrome:"chrome",Chromium:"chromium",Electron:"electron",Epiphany:"epiphany",Firefox:"firefox",Focus:"focus",Generic:"generic","Google Search":"google_search",Googlebot:"googlebot","Internet Explorer":"ie","K-Meleon":"k_meleon",Maxthon:"maxthon","Microsoft Edge":"edge","MZ Browser":"mz","NAVER Whale Browser":"naver",Opera:"opera","Opera Coast":"opera_coast",PhantomJS:"phantomjs",Puffin:"puffin",QupZilla:"qupzilla",QQ:"qq",QQLite:"qqlite",Safari:"safari",Sailfish:"sailfish","Samsung Internet for Android":"samsung_internet",SeaMonkey:"seamonkey",Sleipnir:"sleipnir",Swing:"swing",Tizen:"tizen","UC Browser":"uc",Vivaldi:"vivaldi","WebOS Browser":"webos",WeChat:"wechat","Yandex Browser":"yandex",Roku:"roku"},d4={amazon_silk:"Amazon Silk",android:"Android Browser",bada:"Bada",blackberry:"BlackBerry",chrome:"Chrome",chromium:"Chromium",electron:"Electron",epiphany:"Epiphany",firefox:"Firefox",focus:"Focus",generic:"Generic",googlebot:"Googlebot",google_search:"Google Search",ie:"Internet Explorer",k_meleon:"K-Meleon",maxthon:"Maxthon",edge:"Microsoft Edge",mz:"MZ Browser",naver:"NAVER Whale Browser",opera:"Opera",opera_coast:"Opera Coast",phantomjs:"PhantomJS",puffin:"Puffin",qupzilla:"QupZilla",qq:"QQ Browser",qqlite:"QQ Browser Lite",safari:"Safari",sailfish:"Sailfish",samsung_internet:"Samsung Internet for Android",seamonkey:"SeaMonkey",sleipnir:"Sleipnir",swing:"Swing",tizen:"Tizen",uc:"UC Browser",vivaldi:"Vivaldi",webos:"WebOS Browser",wechat:"WeChat",yandex:"Yandex Browser"},Ct={tablet:"tablet",mobile:"mobile",desktop:"desktop",tv:"tv"},dn={WindowsPhone:"Windows Phone",Windows:"Windows",MacOS:"macOS",iOS:"iOS",Android:"Android",WebOS:"WebOS",BlackBerry:"BlackBerry",Bada:"Bada",Tizen:"Tizen",Linux:"Linux",ChromeOS:"Chrome OS",PlayStation4:"PlayStation 4",Roku:"Roku"},Br={EdgeHTML:"EdgeHTML",Blink:"Blink",Trident:"Trident",Presto:"Presto",Gecko:"Gecko",WebKit:"WebKit"},G=class{static getFirstMatch(e,t){let n=t.match(e);return n&&n.length>0&&n[1]||""}static getSecondMatch(e,t){let n=t.match(e);return n&&n.length>1&&n[2]||""}static matchAndReturnConst(e,t,n){if(e.test(t))return n}static getWindowsVersionName(e){switch(e){case"NT":return"NT";case"XP":return"XP";case"NT 5.0":return"2000";case"NT 5.1":return"XP";case"NT 5.2":return"2003";case"NT 6.0":return"Vista";case"NT 6.1":return"7";case"NT 6.2":return"8";case"NT 6.3":return"8.1";case"NT 10.0":return"10";default:return}}static getMacOSVersionName(e){let t=e.split(".").splice(0,2).map(n=>parseInt(n,10)||0);if(t.push(0),t[0]===10)switch(t[1]){case 5:return"Leopard";case 6:return"Snow Leopard";case 7:return"Lion";case 8:return"Mountain Lion";case 9:return"Mavericks";case 10:return"Yosemite";case 11:return"El Capitan";case 12:return"Sierra";case 13:return"High Sierra";case 14:return"Mojave";case 15:return"Catalina";default:return}}static getAndroidVersionName(e){let t=e.split(".").splice(0,2).map(n=>parseInt(n,10)||0);if(t.push(0),!(t[0]===1&&t[1]<5)){if(t[0]===1&&t[1]<6)return"Cupcake";if(t[0]===1&&t[1]>=6)return"Donut";if(t[0]===2&&t[1]<2)return"Eclair";if(t[0]===2&&t[1]===2)return"Froyo";if(t[0]===2&&t[1]>2)return"Gingerbread";if(t[0]===3)return"Honeycomb";if(t[0]===4&&t[1]<1)return"Ice Cream Sandwich";if(t[0]===4&&t[1]<4)return"Jelly Bean";if(t[0]===4&&t[1]>=4)return"KitKat";if(t[0]===5)return"Lollipop";if(t[0]===6)return"Marshmallow";if(t[0]===7)return"Nougat";if(t[0]===8)return"Oreo";if(t[0]===9)return"Pie"}}static getVersionPrecision(e){return e.split(".").length}static compareVersions(e,t,n=!1){let r=G.getVersionPrecision(e),a=G.getVersionPrecision(t),o=Math.max(r,a),i=0,s=G.map([e,t],u=>{let l=o-G.getVersionPrecision(u),c=u+new Array(l+1).join(".0");return G.map(c.split("."),m=>new Array(20-m.length).join("0")+m).reverse()});for(n&&(i=o-Math.min(r,a)),o-=1;o>=i;){if(s[0][o]>s[1][o])return 1;if(s[0][o]===s[1][o]){if(o===i)return 0;o-=1}else if(s[0][o]{n[i]=o[i]})}return e}static getBrowserAlias(e){return gT[e]}static getBrowserTypeByAlias(e){return d4[e]||""}},nt=/version\/(\d+(\.?_?\d+)+)/i,fT=[{test:[/googlebot/i],describe(e){let t={name:"Googlebot"},n=G.getFirstMatch(/googlebot\/(\d+(\.\d+))/i,e)||G.getFirstMatch(nt,e);return n&&(t.version=n),t}},{test:[/opera/i],describe(e){let t={name:"Opera"},n=G.getFirstMatch(nt,e)||G.getFirstMatch(/(?:opera)[\s/](\d+(\.?_?\d+)+)/i,e);return n&&(t.version=n),t}},{test:[/opr\/|opios/i],describe(e){let t={name:"Opera"},n=G.getFirstMatch(/(?:opr|opios)[\s/](\S+)/i,e)||G.getFirstMatch(nt,e);return n&&(t.version=n),t}},{test:[/SamsungBrowser/i],describe(e){let t={name:"Samsung Internet for Android"},n=G.getFirstMatch(nt,e)||G.getFirstMatch(/(?:SamsungBrowser)[\s/](\d+(\.?_?\d+)+)/i,e);return n&&(t.version=n),t}},{test:[/Whale/i],describe(e){let t={name:"NAVER Whale Browser"},n=G.getFirstMatch(nt,e)||G.getFirstMatch(/(?:whale)[\s/](\d+(?:\.\d+)+)/i,e);return n&&(t.version=n),t}},{test:[/MZBrowser/i],describe(e){let t={name:"MZ Browser"},n=G.getFirstMatch(/(?:MZBrowser)[\s/](\d+(?:\.\d+)+)/i,e)||G.getFirstMatch(nt,e);return n&&(t.version=n),t}},{test:[/focus/i],describe(e){let t={name:"Focus"},n=G.getFirstMatch(/(?:focus)[\s/](\d+(?:\.\d+)+)/i,e)||G.getFirstMatch(nt,e);return n&&(t.version=n),t}},{test:[/swing/i],describe(e){let t={name:"Swing"},n=G.getFirstMatch(/(?:swing)[\s/](\d+(?:\.\d+)+)/i,e)||G.getFirstMatch(nt,e);return n&&(t.version=n),t}},{test:[/coast/i],describe(e){let t={name:"Opera Coast"},n=G.getFirstMatch(nt,e)||G.getFirstMatch(/(?:coast)[\s/](\d+(\.?_?\d+)+)/i,e);return n&&(t.version=n),t}},{test:[/opt\/\d+(?:.?_?\d+)+/i],describe(e){let t={name:"Opera Touch"},n=G.getFirstMatch(/(?:opt)[\s/](\d+(\.?_?\d+)+)/i,e)||G.getFirstMatch(nt,e);return n&&(t.version=n),t}},{test:[/yabrowser/i],describe(e){let t={name:"Yandex Browser"},n=G.getFirstMatch(/(?:yabrowser)[\s/](\d+(\.?_?\d+)+)/i,e)||G.getFirstMatch(nt,e);return n&&(t.version=n),t}},{test:[/ucbrowser/i],describe(e){let t={name:"UC Browser"},n=G.getFirstMatch(nt,e)||G.getFirstMatch(/(?:ucbrowser)[\s/](\d+(\.?_?\d+)+)/i,e);return n&&(t.version=n),t}},{test:[/Maxthon|mxios/i],describe(e){let t={name:"Maxthon"},n=G.getFirstMatch(nt,e)||G.getFirstMatch(/(?:Maxthon|mxios)[\s/](\d+(\.?_?\d+)+)/i,e);return n&&(t.version=n),t}},{test:[/epiphany/i],describe(e){let t={name:"Epiphany"},n=G.getFirstMatch(nt,e)||G.getFirstMatch(/(?:epiphany)[\s/](\d+(\.?_?\d+)+)/i,e);return n&&(t.version=n),t}},{test:[/puffin/i],describe(e){let t={name:"Puffin"},n=G.getFirstMatch(nt,e)||G.getFirstMatch(/(?:puffin)[\s/](\d+(\.?_?\d+)+)/i,e);return n&&(t.version=n),t}},{test:[/sleipnir/i],describe(e){let t={name:"Sleipnir"},n=G.getFirstMatch(nt,e)||G.getFirstMatch(/(?:sleipnir)[\s/](\d+(\.?_?\d+)+)/i,e);return n&&(t.version=n),t}},{test:[/k-meleon/i],describe(e){let t={name:"K-Meleon"},n=G.getFirstMatch(nt,e)||G.getFirstMatch(/(?:k-meleon)[\s/](\d+(\.?_?\d+)+)/i,e);return n&&(t.version=n),t}},{test:[/micromessenger/i],describe(e){let t={name:"WeChat"},n=G.getFirstMatch(/(?:micromessenger)[\s/](\d+(\.?_?\d+)+)/i,e)||G.getFirstMatch(nt,e);return n&&(t.version=n),t}},{test:[/qqbrowser/i],describe(e){let t={name:/qqbrowserlite/i.test(e)?"QQ Browser Lite":"QQ Browser"},n=G.getFirstMatch(/(?:qqbrowserlite|qqbrowser)[/](\d+(\.?_?\d+)+)/i,e)||G.getFirstMatch(nt,e);return n&&(t.version=n),t}},{test:[/msie|trident/i],describe(e){let t={name:"Internet Explorer"},n=G.getFirstMatch(/(?:msie |rv:)(\d+(\.?_?\d+)+)/i,e);return n&&(t.version=n),t}},{test:[/\sedg\//i],describe(e){let t={name:"Microsoft Edge"},n=G.getFirstMatch(/\sedg\/(\d+(\.?_?\d+)+)/i,e);return n&&(t.version=n),t}},{test:[/edg([ea]|ios)/i],describe(e){let t={name:"Microsoft Edge"},n=G.getSecondMatch(/edg([ea]|ios)\/(\d+(\.?_?\d+)+)/i,e);return n&&(t.version=n),t}},{test:[/vivaldi/i],describe(e){let t={name:"Vivaldi"},n=G.getFirstMatch(/vivaldi\/(\d+(\.?_?\d+)+)/i,e);return n&&(t.version=n),t}},{test:[/seamonkey/i],describe(e){let t={name:"SeaMonkey"},n=G.getFirstMatch(/seamonkey\/(\d+(\.?_?\d+)+)/i,e);return n&&(t.version=n),t}},{test:[/sailfish/i],describe(e){let t={name:"Sailfish"},n=G.getFirstMatch(/sailfish\s?browser\/(\d+(\.\d+)?)/i,e);return n&&(t.version=n),t}},{test:[/silk/i],describe(e){let t={name:"Amazon Silk"},n=G.getFirstMatch(/silk\/(\d+(\.?_?\d+)+)/i,e);return n&&(t.version=n),t}},{test:[/phantom/i],describe(e){let t={name:"PhantomJS"},n=G.getFirstMatch(/phantomjs\/(\d+(\.?_?\d+)+)/i,e);return n&&(t.version=n),t}},{test:[/slimerjs/i],describe(e){let t={name:"SlimerJS"},n=G.getFirstMatch(/slimerjs\/(\d+(\.?_?\d+)+)/i,e);return n&&(t.version=n),t}},{test:[/blackberry|\bbb\d+/i,/rim\stablet/i],describe(e){let t={name:"BlackBerry"},n=G.getFirstMatch(nt,e)||G.getFirstMatch(/blackberry[\d]+\/(\d+(\.?_?\d+)+)/i,e);return n&&(t.version=n),t}},{test:[/(web|hpw)[o0]s/i],describe(e){let t={name:"WebOS Browser"},n=G.getFirstMatch(nt,e)||G.getFirstMatch(/w(?:eb)?[o0]sbrowser\/(\d+(\.?_?\d+)+)/i,e);return n&&(t.version=n),t}},{test:[/bada/i],describe(e){let t={name:"Bada"},n=G.getFirstMatch(/dolfin\/(\d+(\.?_?\d+)+)/i,e);return n&&(t.version=n),t}},{test:[/tizen/i],describe(e){let t={name:"Tizen"},n=G.getFirstMatch(/(?:tizen\s?)?browser\/(\d+(\.?_?\d+)+)/i,e)||G.getFirstMatch(nt,e);return n&&(t.version=n),t}},{test:[/qupzilla/i],describe(e){let t={name:"QupZilla"},n=G.getFirstMatch(/(?:qupzilla)[\s/](\d+(\.?_?\d+)+)/i,e)||G.getFirstMatch(nt,e);return n&&(t.version=n),t}},{test:[/firefox|iceweasel|fxios/i],describe(e){let t={name:"Firefox"},n=G.getFirstMatch(/(?:firefox|iceweasel|fxios)[\s/](\d+(\.?_?\d+)+)/i,e);return n&&(t.version=n),t}},{test:[/electron/i],describe(e){let t={name:"Electron"},n=G.getFirstMatch(/(?:electron)\/(\d+(\.?_?\d+)+)/i,e);return n&&(t.version=n),t}},{test:[/MiuiBrowser/i],describe(e){let t={name:"Miui"},n=G.getFirstMatch(/(?:MiuiBrowser)[\s/](\d+(\.?_?\d+)+)/i,e);return n&&(t.version=n),t}},{test:[/chromium/i],describe(e){let t={name:"Chromium"},n=G.getFirstMatch(/(?:chromium)[\s/](\d+(\.?_?\d+)+)/i,e)||G.getFirstMatch(nt,e);return n&&(t.version=n),t}},{test:[/chrome|crios|crmo/i],describe(e){let t={name:"Chrome"},n=G.getFirstMatch(/(?:chrome|crios|crmo)\/(\d+(\.?_?\d+)+)/i,e);return n&&(t.version=n),t}},{test:[/GSA/i],describe(e){let t={name:"Google Search"},n=G.getFirstMatch(/(?:GSA)\/(\d+(\.?_?\d+)+)/i,e);return n&&(t.version=n),t}},{test(e){let t=!e.test(/like android/i),n=e.test(/android/i);return t&&n},describe(e){let t={name:"Android Browser"},n=G.getFirstMatch(nt,e);return n&&(t.version=n),t}},{test:[/playstation 4/i],describe(e){let t={name:"PlayStation 4"},n=G.getFirstMatch(nt,e);return n&&(t.version=n),t}},{test:[/safari|applewebkit/i],describe(e){let t={name:"Safari"},n=G.getFirstMatch(nt,e);return n&&(t.version=n),t}},{test:[/.*/i],describe(e){let t=/^(.*)\/(.*) /,n=/^(.*)\/(.*)[ \t]\((.*)/,r=e.search("\\(")!==-1?n:t;return{name:G.getFirstMatch(r,e),version:G.getSecondMatch(r,e)}}}],hT=fT,bT=[{test:[/Roku\/DVP/],describe(e){let t=G.getFirstMatch(/Roku\/DVP-(\d+\.\d+)/i,e);return{name:dn.Roku,version:t}}},{test:[/windows phone/i],describe(e){let t=G.getFirstMatch(/windows phone (?:os)?\s?(\d+(\.\d+)*)/i,e);return{name:dn.WindowsPhone,version:t}}},{test:[/windows /i],describe(e){let t=G.getFirstMatch(/Windows ((NT|XP)( \d\d?.\d)?)/i,e),n=G.getWindowsVersionName(t);return{name:dn.Windows,version:t,versionName:n}}},{test:[/Macintosh(.*?) FxiOS(.*?)\//],describe(e){let t={name:dn.iOS},n=G.getSecondMatch(/(Version\/)(\d[\d.]+)/,e);return n&&(t.version=n),t}},{test:[/macintosh/i],describe(e){let t=G.getFirstMatch(/mac os x (\d+(\.?_?\d+)+)/i,e).replace(/[_\s]/g,"."),n=G.getMacOSVersionName(t),r={name:dn.MacOS,version:t};return n&&(r.versionName=n),r}},{test:[/(ipod|iphone|ipad)/i],describe(e){let t=G.getFirstMatch(/os (\d+([_\s]\d+)*) like mac os x/i,e).replace(/[_\s]/g,".");return{name:dn.iOS,version:t}}},{test(e){let t=!e.test(/like android/i),n=e.test(/android/i);return t&&n},describe(e){let t=G.getFirstMatch(/android[\s/-](\d+(\.\d+)*)/i,e),n=G.getAndroidVersionName(t),r={name:dn.Android,version:t};return n&&(r.versionName=n),r}},{test:[/(web|hpw)[o0]s/i],describe(e){let t=G.getFirstMatch(/(?:web|hpw)[o0]s\/(\d+(\.\d+)*)/i,e),n={name:dn.WebOS};return t&&t.length&&(n.version=t),n}},{test:[/blackberry|\bbb\d+/i,/rim\stablet/i],describe(e){let t=G.getFirstMatch(/rim\stablet\sos\s(\d+(\.\d+)*)/i,e)||G.getFirstMatch(/blackberry\d+\/(\d+([_\s]\d+)*)/i,e)||G.getFirstMatch(/\bbb(\d+)/i,e);return{name:dn.BlackBerry,version:t}}},{test:[/bada/i],describe(e){let t=G.getFirstMatch(/bada\/(\d+(\.\d+)*)/i,e);return{name:dn.Bada,version:t}}},{test:[/tizen/i],describe(e){let t=G.getFirstMatch(/tizen[/\s](\d+(\.\d+)*)/i,e);return{name:dn.Tizen,version:t}}},{test:[/linux/i],describe(){return{name:dn.Linux}}},{test:[/CrOS/],describe(){return{name:dn.ChromeOS}}},{test:[/PlayStation 4/],describe(e){let t=G.getFirstMatch(/PlayStation 4[/\s](\d+(\.\d+)*)/i,e);return{name:dn.PlayStation4,version:t}}}],yT=[{test:[/googlebot/i],describe(){return{type:"bot",vendor:"Google"}}},{test:[/huawei/i],describe(e){let t=G.getFirstMatch(/(can-l01)/i,e)&&"Nova",n={type:Ct.mobile,vendor:"Huawei"};return t&&(n.model=t),n}},{test:[/nexus\s*(?:7|8|9|10).*/i],describe(){return{type:Ct.tablet,vendor:"Nexus"}}},{test:[/ipad/i],describe(){return{type:Ct.tablet,vendor:"Apple",model:"iPad"}}},{test:[/Macintosh(.*?) FxiOS(.*?)\//],describe(){return{type:Ct.tablet,vendor:"Apple",model:"iPad"}}},{test:[/kftt build/i],describe(){return{type:Ct.tablet,vendor:"Amazon",model:"Kindle Fire HD 7"}}},{test:[/silk/i],describe(){return{type:Ct.tablet,vendor:"Amazon"}}},{test:[/tablet(?! pc)/i],describe(){return{type:Ct.tablet}}},{test(e){let t=e.test(/ipod|iphone/i),n=e.test(/like (ipod|iphone)/i);return t&&!n},describe(e){let t=G.getFirstMatch(/(ipod|iphone)/i,e);return{type:Ct.mobile,vendor:"Apple",model:t}}},{test:[/nexus\s*[0-6].*/i,/galaxy nexus/i],describe(){return{type:Ct.mobile,vendor:"Nexus"}}},{test:[/[^-]mobi/i],describe(){return{type:Ct.mobile}}},{test(e){return e.getBrowserName(!0)==="blackberry"},describe(){return{type:Ct.mobile,vendor:"BlackBerry"}}},{test(e){return e.getBrowserName(!0)==="bada"},describe(){return{type:Ct.mobile}}},{test(e){return e.getBrowserName()==="windows phone"},describe(){return{type:Ct.mobile,vendor:"Microsoft"}}},{test(e){let t=Number(String(e.getOSVersion()).split(".")[0]);return e.getOSName(!0)==="android"&&t>=3},describe(){return{type:Ct.tablet}}},{test(e){return e.getOSName(!0)==="android"},describe(){return{type:Ct.mobile}}},{test(e){return e.getOSName(!0)==="macos"},describe(){return{type:Ct.desktop,vendor:"Apple"}}},{test(e){return e.getOSName(!0)==="windows"},describe(){return{type:Ct.desktop}}},{test(e){return e.getOSName(!0)==="linux"},describe(){return{type:Ct.desktop}}},{test(e){return e.getOSName(!0)==="playstation 4"},describe(){return{type:Ct.tv}}},{test(e){return e.getOSName(!0)==="roku"},describe(){return{type:Ct.tv}}}],ET=[{test(e){return e.getBrowserName(!0)==="microsoft edge"},describe(e){if(/\sedg\//i.test(e))return{name:Br.Blink};let t=G.getFirstMatch(/edge\/(\d+(\.?_?\d+)+)/i,e);return{name:Br.EdgeHTML,version:t}}},{test:[/trident/i],describe(e){let t={name:Br.Trident},n=G.getFirstMatch(/trident\/(\d+(\.?_?\d+)+)/i,e);return n&&(t.version=n),t}},{test(e){return e.test(/presto/i)},describe(e){let t={name:Br.Presto},n=G.getFirstMatch(/presto\/(\d+(\.?_?\d+)+)/i,e);return n&&(t.version=n),t}},{test(e){let t=e.test(/gecko/i),n=e.test(/like gecko/i);return t&&!n},describe(e){let t={name:Br.Gecko},n=G.getFirstMatch(/gecko\/(\d+(\.?_?\d+)+)/i,e);return n&&(t.version=n),t}},{test:[/(apple)?webkit\/537\.36/i],describe(){return{name:Br.Blink}}},{test:[/(apple)?webkit/i],describe(e){let t={name:Br.WebKit},n=G.getFirstMatch(/webkit\/(\d+(\.?_?\d+)+)/i,e);return n&&(t.version=n),t}}],xT=class{constructor(e,t=!1){if(e==null||e==="")throw new Error("UserAgent parameter can't be empty");this._ua=e,this.parsedResult={},t!==!0&&this.parse()}getUA(){return this._ua}test(e){return e.test(this._ua)}parseBrowser(){this.parsedResult.browser={};let e=G.find(hT,t=>{if(typeof t.test=="function")return t.test(this);if(t.test instanceof Array)return t.test.some(n=>this.test(n));throw new Error("Browser's test function is not valid")});return e&&(this.parsedResult.browser=e.describe(this.getUA())),this.parsedResult.browser}getBrowser(){return this.parsedResult.browser?this.parsedResult.browser:this.parseBrowser()}getBrowserName(e){return e?String(this.getBrowser().name).toLowerCase()||"":this.getBrowser().name||""}getBrowserVersion(){return this.getBrowser().version}getOS(){return this.parsedResult.os?this.parsedResult.os:this.parseOS()}parseOS(){this.parsedResult.os={};let e=G.find(bT,t=>{if(typeof t.test=="function")return t.test(this);if(t.test instanceof Array)return t.test.some(n=>this.test(n));throw new Error("Browser's test function is not valid")});return e&&(this.parsedResult.os=e.describe(this.getUA())),this.parsedResult.os}getOSName(e){let{name:t}=this.getOS();return e?String(t).toLowerCase()||"":t||""}getOSVersion(){return this.getOS().version}getPlatform(){return this.parsedResult.platform?this.parsedResult.platform:this.parsePlatform()}getPlatformType(e=!1){let{type:t}=this.getPlatform();return e?String(t).toLowerCase()||"":t||""}parsePlatform(){this.parsedResult.platform={};let e=G.find(yT,t=>{if(typeof t.test=="function")return t.test(this);if(t.test instanceof Array)return t.test.some(n=>this.test(n));throw new Error("Browser's test function is not valid")});return e&&(this.parsedResult.platform=e.describe(this.getUA())),this.parsedResult.platform}getEngine(){return this.parsedResult.engine?this.parsedResult.engine:this.parseEngine()}getEngineName(e){return e?String(this.getEngine().name).toLowerCase()||"":this.getEngine().name||""}parseEngine(){this.parsedResult.engine={};let e=G.find(ET,t=>{if(typeof t.test=="function")return t.test(this);if(t.test instanceof Array)return t.test.some(n=>this.test(n));throw new Error("Browser's test function is not valid")});return e&&(this.parsedResult.engine=e.describe(this.getUA())),this.parsedResult.engine}parse(){return this.parseBrowser(),this.parseOS(),this.parsePlatform(),this.parseEngine(),this}getResult(){return G.assign({},this.parsedResult)}satisfies(e){let t={},n=0,r={},a=0;if(Object.keys(e).forEach(o=>{let i=e[o];typeof i=="string"?(r[o]=i,a+=1):typeof i=="object"&&(t[o]=i,n+=1)}),n>0){let o=Object.keys(t),i=G.find(o,u=>this.isOS(u));if(i){let u=this.satisfies(t[i]);if(u!==void 0)return u}let s=G.find(o,u=>this.isPlatform(u));if(s){let u=this.satisfies(t[s]);if(u!==void 0)return u}}if(a>0){let o=Object.keys(r),i=G.find(o,s=>this.isBrowser(s,!0));if(i!==void 0)return this.compareVersion(r[i])}}isBrowser(e,t=!1){let n=this.getBrowserName().toLowerCase(),r=e.toLowerCase(),a=G.getBrowserTypeByAlias(r);return t&&a&&(r=a.toLowerCase()),r===n}compareVersion(e){let t=[0],n=e,r=!1,a=this.getBrowserVersion();if(typeof a=="string")return e[0]===">"||e[0]==="<"?(n=e.substr(1),e[1]==="="?(r=!0,n=e.substr(2)):t=[],e[0]===">"?t.push(1):t.push(-1)):e[0]==="="?n=e.substr(1):e[0]==="~"&&(r=!0,n=e.substr(1)),t.indexOf(G.compareVersions(a,n,r))>-1}isOS(e){return this.getOSName(!0)===String(e).toLowerCase()}isPlatform(e){return this.getPlatformType(!0)===String(e).toLowerCase()}isEngine(e){return this.getEngineName(!0)===String(e).toLowerCase()}is(e,t=!1){return this.isBrowser(e,t)||this.isOS(e)||this.isPlatform(e)}some(e=[]){return e.some(t=>this.is(t))}},c4=xT,TT=class{static getParser(e,t=!1){if(typeof e!="string")throw new Error("UserAgent should be a string");return new c4(e,t)}static parse(e){return new c4(e).getResult()}static get BROWSER_MAP(){return d4}static get ENGINE_MAP(){return Br}static get OS_MAP(){return dn}static get PLATFORMS_MAP(){return Ct}},no=TT;d();d();var{entries:E4,setPrototypeOf:m4,isFrozen:vT,getPrototypeOf:CT,getOwnPropertyDescriptor:ST}=Object,{freeze:mn,seal:Wn,create:wT}=Object,{apply:lc,construct:cc}=typeof Reflect<"u"&&Reflect;lc||(lc=function(e,t,n){return e.apply(t,n)});mn||(mn=function(e){return e});Wn||(Wn=function(e){return e});cc||(cc=function(e,t){return new e(...t)});var DT=Rn(Array.prototype.forEach),p4=Rn(Array.prototype.pop),vi=Rn(Array.prototype.push),Zs=Rn(String.prototype.toLowerCase),ac=Rn(String.prototype.toString),AT=Rn(String.prototype.match),qn=Rn(String.prototype.replace),kT=Rn(String.prototype.indexOf),_T=Rn(String.prototype.trim),Dn=Rn(RegExp.prototype.test),Ci=LT(TypeError);function Rn(e){return function(t){for(var n=arguments.length,r=new Array(n>1?n-1:0),a=1;a/gm),RT=Wn(/\${[\w\W]*}/gm),IT=Wn(/^data-[\-\w.\u00B7-\uFFFF]/),OT=Wn(/^aria-[\-\w]+$/),x4=Wn(/^(?:(?:(?:f|ht)tps?|mailto|tel|callto|sms|cid|xmpp):|[^a-z]|[a-z+.\-]+(?:[^a-z+.\-:]|$))/i),NT=Wn(/^(?:\w+script|data):/i),jT=Wn(/[\u0000-\u0020\u00A0\u1680\u180E\u2000-\u2029\u205F\u3000]/g),T4=Wn(/^html$/i),y4=Object.freeze({__proto__:null,MUSTACHE_EXPR:MT,ERB_EXPR:BT,TMPLIT_EXPR:RT,DATA_ATTR:IT,ARIA_ATTR:OT,IS_ALLOWED_URI:x4,IS_SCRIPT_OR_DATA:NT,ATTR_WHITESPACE:jT,DOCTYPE_NAME:T4}),UT=()=>typeof window>"u"?null:window,HT=function(e,t){if(typeof e!="object"||typeof e.createPolicy!="function")return null;let n=null,r="data-tt-policy-suffix";t&&t.hasAttribute(r)&&(n=t.getAttribute(r));let a="dompurify"+(n?"#"+n:"");try{return e.createPolicy(a,{createHTML(o){return o},createScriptURL(o){return o}})}catch{return null}};function v4(){let e=arguments.length>0&&arguments[0]!==void 0?arguments[0]:UT(),t=I=>v4(I);if(t.version="3.0.3",t.removed=[],!e||!e.document||e.document.nodeType!==9)return t.isSupported=!1,t;let n=e.document,r=n.currentScript,{document:a}=e,{DocumentFragment:o,HTMLTemplateElement:i,Node:s,Element:u,NodeFilter:l,NamedNodeMap:c=e.NamedNodeMap||e.MozNamedAttrMap,HTMLFormElement:m,DOMParser:g,trustedTypes:p}=e,f=u.prototype,y=Xs(f,"cloneNode"),b=Xs(f,"nextSibling"),h=Xs(f,"childNodes"),C=Xs(f,"parentNode");if(typeof i=="function"){let I=a.createElement("template");I.content&&I.content.ownerDocument&&(a=I.content.ownerDocument)}let w,k="",{implementation:R,createNodeIterator:v,createDocumentFragment:x,getElementsByTagName:B}=a,{importNode:_}=n,E={};t.isSupported=typeof E4=="function"&&typeof C=="function"&&R&&R.createHTMLDocument!==void 0;let{MUSTACHE_EXPR:O,ERB_EXPR:F,TMPLIT_EXPR:M,DATA_ATTR:N,ARIA_ATTR:U,IS_SCRIPT_OR_DATA:H,ATTR_WHITESPACE:L}=y4,{IS_ALLOWED_URI:S}=y4,A=null,j=Be({},[...g4,...oc,...ic,...sc,...f4]),q=null,z=Be({},[...h4,...uc,...b4,...Qs]),W=Object.seal(Object.create(null,{tagNameCheck:{writable:!0,configurable:!1,enumerable:!0,value:null},attributeNameCheck:{writable:!0,configurable:!1,enumerable:!0,value:null},allowCustomizedBuiltInElements:{writable:!0,configurable:!1,enumerable:!0,value:!1}})),V=null,ue=null,ae=!0,X=!0,ie=!1,pe=!0,ee=!1,Y=!1,ye=!1,ne=!1,re=!1,Te=!1,Re=!1,_e=!0,de=!1,mt="user-content-",kt=!0,bt=!1,Tt={},sn=null,Mn=Be({},["annotation-xml","audio","colgroup","desc","foreignobject","head","iframe","math","mi","mn","mo","ms","mtext","noembed","noframes","noscript","plaintext","script","style","svg","template","thead","title","video","xmp"]),pi=null,er=Be({},["audio","video","img","source","image","track"]),ba=null,Xa=Be({},["alt","class","for","id","label","name","pattern","placeholder","role","summary","title","value","style","xmlns"]),Vt="http://www.w3.org/1998/Math/MathML",jn="http://www.w3.org/2000/svg",Kt="http://www.w3.org/1999/xhtml",Sn=Kt,lr=!1,cr=null,ya=Be({},[Vt,jn,Kt],ac),un,dr=["application/xhtml+xml","text/html"],pt="text/html",Xe,wn=null,_6=a.createElement("form"),fg=function(I){return I instanceof RegExp||I instanceof Function},L0=function(I){if(!(wn&&wn===I)){if((!I||typeof I!="object")&&(I={}),I=ro(I),un=dr.indexOf(I.PARSER_MEDIA_TYPE)===-1?un=pt:un=I.PARSER_MEDIA_TYPE,Xe=un==="application/xhtml+xml"?ac:Zs,A="ALLOWED_TAGS"in I?Be({},I.ALLOWED_TAGS,Xe):j,q="ALLOWED_ATTR"in I?Be({},I.ALLOWED_ATTR,Xe):z,cr="ALLOWED_NAMESPACES"in I?Be({},I.ALLOWED_NAMESPACES,ac):ya,ba="ADD_URI_SAFE_ATTR"in I?Be(ro(Xa),I.ADD_URI_SAFE_ATTR,Xe):Xa,pi="ADD_DATA_URI_TAGS"in I?Be(ro(er),I.ADD_DATA_URI_TAGS,Xe):er,sn="FORBID_CONTENTS"in I?Be({},I.FORBID_CONTENTS,Xe):Mn,V="FORBID_TAGS"in I?Be({},I.FORBID_TAGS,Xe):{},ue="FORBID_ATTR"in I?Be({},I.FORBID_ATTR,Xe):{},Tt="USE_PROFILES"in I?I.USE_PROFILES:!1,ae=I.ALLOW_ARIA_ATTR!==!1,X=I.ALLOW_DATA_ATTR!==!1,ie=I.ALLOW_UNKNOWN_PROTOCOLS||!1,pe=I.ALLOW_SELF_CLOSE_IN_ATTR!==!1,ee=I.SAFE_FOR_TEMPLATES||!1,Y=I.WHOLE_DOCUMENT||!1,re=I.RETURN_DOM||!1,Te=I.RETURN_DOM_FRAGMENT||!1,Re=I.RETURN_TRUSTED_TYPE||!1,ne=I.FORCE_BODY||!1,_e=I.SANITIZE_DOM!==!1,de=I.SANITIZE_NAMED_PROPS||!1,kt=I.KEEP_CONTENT!==!1,bt=I.IN_PLACE||!1,S=I.ALLOWED_URI_REGEXP||x4,Sn=I.NAMESPACE||Kt,W=I.CUSTOM_ELEMENT_HANDLING||{},I.CUSTOM_ELEMENT_HANDLING&&fg(I.CUSTOM_ELEMENT_HANDLING.tagNameCheck)&&(W.tagNameCheck=I.CUSTOM_ELEMENT_HANDLING.tagNameCheck),I.CUSTOM_ELEMENT_HANDLING&&fg(I.CUSTOM_ELEMENT_HANDLING.attributeNameCheck)&&(W.attributeNameCheck=I.CUSTOM_ELEMENT_HANDLING.attributeNameCheck),I.CUSTOM_ELEMENT_HANDLING&&typeof I.CUSTOM_ELEMENT_HANDLING.allowCustomizedBuiltInElements=="boolean"&&(W.allowCustomizedBuiltInElements=I.CUSTOM_ELEMENT_HANDLING.allowCustomizedBuiltInElements),ee&&(X=!1),Te&&(re=!0),Tt&&(A=Be({},[...f4]),q=[],Tt.html===!0&&(Be(A,g4),Be(q,h4)),Tt.svg===!0&&(Be(A,oc),Be(q,uc),Be(q,Qs)),Tt.svgFilters===!0&&(Be(A,ic),Be(q,uc),Be(q,Qs)),Tt.mathMl===!0&&(Be(A,sc),Be(q,b4),Be(q,Qs))),I.ADD_TAGS&&(A===j&&(A=ro(A)),Be(A,I.ADD_TAGS,Xe)),I.ADD_ATTR&&(q===z&&(q=ro(q)),Be(q,I.ADD_ATTR,Xe)),I.ADD_URI_SAFE_ATTR&&Be(ba,I.ADD_URI_SAFE_ATTR,Xe),I.FORBID_CONTENTS&&(sn===Mn&&(sn=ro(sn)),Be(sn,I.FORBID_CONTENTS,Xe)),kt&&(A["#text"]=!0),Y&&Be(A,["html","head","body"]),A.table&&(Be(A,["tbody"]),delete V.tbody),I.TRUSTED_TYPES_POLICY){if(typeof I.TRUSTED_TYPES_POLICY.createHTML!="function")throw Ci('TRUSTED_TYPES_POLICY configuration option must provide a "createHTML" hook.');if(typeof I.TRUSTED_TYPES_POLICY.createScriptURL!="function")throw Ci('TRUSTED_TYPES_POLICY configuration option must provide a "createScriptURL" hook.');w=I.TRUSTED_TYPES_POLICY,k=w.createHTML("")}else w===void 0&&(w=HT(p,r)),w!==null&&typeof k=="string"&&(k=w.createHTML(""));mn&&mn(I),wn=I}},hg=Be({},["mi","mo","mn","ms","mtext"]),bg=Be({},["foreignobject","desc","title","annotation-xml"]),L6=Be({},["title","style","font","a","script"]),Os=Be({},oc);Be(Os,ic),Be(Os,FT);let F0=Be({},sc);Be(F0,PT);let F6=function(I){let le=C(I);(!le||!le.tagName)&&(le={namespaceURI:Sn,tagName:"template"});let Q=Zs(I.tagName),qe=Zs(le.tagName);return cr[I.namespaceURI]?I.namespaceURI===jn?le.namespaceURI===Kt?Q==="svg":le.namespaceURI===Vt?Q==="svg"&&(qe==="annotation-xml"||hg[qe]):!!Os[Q]:I.namespaceURI===Vt?le.namespaceURI===Kt?Q==="math":le.namespaceURI===jn?Q==="math"&&bg[qe]:!!F0[Q]:I.namespaceURI===Kt?le.namespaceURI===jn&&!bg[qe]||le.namespaceURI===Vt&&!hg[qe]?!1:!F0[Q]&&(L6[Q]||!Os[Q]):!!(un==="application/xhtml+xml"&&cr[I.namespaceURI]):!1},Qa=function(I){vi(t.removed,{element:I});try{I.parentNode.removeChild(I)}catch{I.remove()}},P0=function(I,le){try{vi(t.removed,{attribute:le.getAttributeNode(I),from:le})}catch{vi(t.removed,{attribute:null,from:le})}if(le.removeAttribute(I),I==="is"&&!q[I])if(re||Te)try{Qa(le)}catch{}else try{le.setAttribute(I,"")}catch{}},yg=function(I){let le,Q;if(ne)I=""+I;else{let ln=AT(I,/^[\r\n\t ]+/);Q=ln&&ln[0]}un==="application/xhtml+xml"&&Sn===Kt&&(I=''+I+"");let qe=w?w.createHTML(I):I;if(Sn===Kt)try{le=new g().parseFromString(qe,un)}catch{}if(!le||!le.documentElement){le=R.createDocument(Sn,"template",null);try{le.documentElement.innerHTML=lr?k:qe}catch{}}let _t=le.body||le.documentElement;return I&&Q&&_t.insertBefore(a.createTextNode(Q),_t.childNodes[0]||null),Sn===Kt?B.call(le,Y?"html":"body")[0]:Y?le.documentElement:_t},Eg=function(I){return v.call(I.ownerDocument||I,I,l.SHOW_ELEMENT|l.SHOW_COMMENT|l.SHOW_TEXT,null,!1)},P6=function(I){return I instanceof m&&(typeof I.nodeName!="string"||typeof I.textContent!="string"||typeof I.removeChild!="function"||!(I.attributes instanceof c)||typeof I.removeAttribute!="function"||typeof I.setAttribute!="function"||typeof I.namespaceURI!="string"||typeof I.insertBefore!="function"||typeof I.hasChildNodes!="function")},Ns=function(I){return typeof s=="object"?I instanceof s:I&&typeof I=="object"&&typeof I.nodeType=="number"&&typeof I.nodeName=="string"},mr=function(I,le,Q){E[I]&&DT(E[I],qe=>{qe.call(t,le,Q,wn)})},xg=function(I){let le;if(mr("beforeSanitizeElements",I,null),P6(I))return Qa(I),!0;let Q=Xe(I.nodeName);if(mr("uponSanitizeElement",I,{tagName:Q,allowedTags:A}),I.hasChildNodes()&&!Ns(I.firstElementChild)&&(!Ns(I.content)||!Ns(I.content.firstElementChild))&&Dn(/<[/\w]/g,I.innerHTML)&&Dn(/<[/\w]/g,I.textContent))return Qa(I),!0;if(!A[Q]||V[Q]){if(!V[Q]&&vg(Q)&&(W.tagNameCheck instanceof RegExp&&Dn(W.tagNameCheck,Q)||W.tagNameCheck instanceof Function&&W.tagNameCheck(Q)))return!1;if(kt&&!sn[Q]){let qe=C(I)||I.parentNode,_t=h(I)||I.childNodes;if(_t&&qe){let ln=_t.length;for(let En=ln-1;En>=0;--En)qe.insertBefore(y(_t[En],!0),b(I))}}return Qa(I),!0}return I instanceof u&&!F6(I)||(Q==="noscript"||Q==="noembed")&&Dn(/<\/no(script|embed)/i,I.innerHTML)?(Qa(I),!0):(ee&&I.nodeType===3&&(le=I.textContent,le=qn(le,O," "),le=qn(le,F," "),le=qn(le,M," "),I.textContent!==le&&(vi(t.removed,{element:I.cloneNode()}),I.textContent=le)),mr("afterSanitizeElements",I,null),!1)},Tg=function(I,le,Q){if(_e&&(le==="id"||le==="name")&&(Q in a||Q in _6))return!1;if(!(X&&!ue[le]&&Dn(N,le))&&!(ae&&Dn(U,le))){if(!q[le]||ue[le]){if(!(vg(I)&&(W.tagNameCheck instanceof RegExp&&Dn(W.tagNameCheck,I)||W.tagNameCheck instanceof Function&&W.tagNameCheck(I))&&(W.attributeNameCheck instanceof RegExp&&Dn(W.attributeNameCheck,le)||W.attributeNameCheck instanceof Function&&W.attributeNameCheck(le))||le==="is"&&W.allowCustomizedBuiltInElements&&(W.tagNameCheck instanceof RegExp&&Dn(W.tagNameCheck,Q)||W.tagNameCheck instanceof Function&&W.tagNameCheck(Q))))return!1}else if(!ba[le]&&!Dn(S,qn(Q,L,""))&&!((le==="src"||le==="xlink:href"||le==="href")&&I!=="script"&&kT(Q,"data:")===0&&pi[I])&&!(ie&&!Dn(H,qn(Q,L,"")))&&Q)return!1}return!0},vg=function(I){return I.indexOf("-")>0},Cg=function(I){let le,Q,qe,_t;mr("beforeSanitizeAttributes",I,null);let{attributes:ln}=I;if(!ln)return;let En={attrName:"",attrValue:"",keepAttr:!0,allowedAttributes:q};for(_t=ln.length;_t--;){le=ln[_t];let{name:Mt,namespaceURI:Za}=le;if(Q=Mt==="value"?le.value:_T(le.value),qe=Xe(Mt),En.attrName=qe,En.attrValue=Q,En.keepAttr=!0,En.forceKeepAttr=void 0,mr("uponSanitizeAttribute",I,En),Q=En.attrValue,En.forceKeepAttr||(P0(Mt,I),!En.keepAttr))continue;if(!pe&&Dn(/\/>/i,Q)){P0(Mt,I);continue}ee&&(Q=qn(Q,O," "),Q=qn(Q,F," "),Q=qn(Q,M," "));let Sg=Xe(I.nodeName);if(Tg(Sg,qe,Q)){if(de&&(qe==="id"||qe==="name")&&(P0(Mt,I),Q=mt+Q),w&&typeof p=="object"&&typeof p.getAttributeType=="function"&&!Za)switch(p.getAttributeType(Sg,qe)){case"TrustedHTML":{Q=w.createHTML(Q);break}case"TrustedScriptURL":{Q=w.createScriptURL(Q);break}}try{Za?I.setAttributeNS(Za,Mt,Q):I.setAttribute(Mt,Q),p4(t.removed)}catch{}}}mr("afterSanitizeAttributes",I,null)},M6=function I(le){let Q,qe=Eg(le);for(mr("beforeSanitizeShadowDOM",le,null);Q=qe.nextNode();)mr("uponSanitizeShadowNode",Q,null),!xg(Q)&&(Q.content instanceof o&&I(Q.content),Cg(Q));mr("afterSanitizeShadowDOM",le,null)};return t.sanitize=function(I){let le=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{},Q,qe,_t,ln;if(lr=!I,lr&&(I=""),typeof I!="string"&&!Ns(I))if(typeof I.toString=="function"){if(I=I.toString(),typeof I!="string")throw Ci("dirty is not a string, aborting")}else throw Ci("toString is not a function");if(!t.isSupported)return I;if(ye||L0(le),t.removed=[],typeof I=="string"&&(bt=!1),bt){if(I.nodeName){let Za=Xe(I.nodeName);if(!A[Za]||V[Za])throw Ci("root node is forbidden and cannot be sanitized in-place")}}else if(I instanceof s)Q=yg(""),qe=Q.ownerDocument.importNode(I,!0),qe.nodeType===1&&qe.nodeName==="BODY"||qe.nodeName==="HTML"?Q=qe:Q.appendChild(qe);else{if(!re&&!ee&&!Y&&I.indexOf("<")===-1)return w&&Re?w.createHTML(I):I;if(Q=yg(I),!Q)return re?null:Re?k:""}Q&&ne&&Qa(Q.firstChild);let En=Eg(bt?I:Q);for(;_t=En.nextNode();)xg(_t)||(_t.content instanceof o&&M6(_t.content),Cg(_t));if(bt)return I;if(re){if(Te)for(ln=x.call(Q.ownerDocument);Q.firstChild;)ln.appendChild(Q.firstChild);else ln=Q;return(q.shadowroot||q.shadowrootmod)&&(ln=_.call(n,ln,!0)),ln}let Mt=Y?Q.outerHTML:Q.innerHTML;return Y&&A["!doctype"]&&Q.ownerDocument&&Q.ownerDocument.doctype&&Q.ownerDocument.doctype.name&&Dn(T4,Q.ownerDocument.doctype.name)&&(Mt=" -`+Mt),ee&&(Mt=qn(Mt,O," "),Mt=qn(Mt,F," "),Mt=qn(Mt,M," ")),w&&Re?w.createHTML(Mt):Mt},t.setConfig=function(I){L0(I),ye=!0},t.clearConfig=function(){wn=null,ye=!1},t.isValidAttribute=function(I,le,Q){wn||L0({});let qe=Xe(I),_t=Xe(le);return Tg(qe,_t,Q)},t.addHook=function(I,le){typeof le=="function"&&(E[I]=E[I]||[],vi(E[I],le))},t.removeHook=function(I){if(E[I])return p4(E[I])},t.removeHooks=function(I){E[I]&&(E[I]=[])},t.removeAllHooks=function(){E={}},t}var Ge=v4();d();d();var zT=Object.create,mc=Object.defineProperty,qT=Object.getOwnPropertyDescriptor,WT=Object.getOwnPropertyNames,$T=Object.getPrototypeOf,GT=Object.prototype.hasOwnProperty,pc=(e,t)=>()=>(t||e((t={exports:{}}).exports,t),t.exports),VT=(e,t)=>{for(var n in t)mc(e,n,{get:t[n],enumerable:!0})},dc=(e,t,n,r)=>{if(t&&typeof t=="object"||typeof t=="function")for(let a of WT(t))!GT.call(e,a)&&a!==n&&mc(e,a,{get:()=>t[a],enumerable:!(r=qT(t,a))||r.enumerable});return e},KT=(e,t,n)=>(dc(e,t,"default"),n&&dc(n,t,"default")),S4=(e,t,n)=>(n=e!=null?zT($T(e)):{},dc(t||!e||!e.__esModule?mc(n,"default",{value:e,enumerable:!0}):n,e)),YT=pc((e,t)=>{function n(r,a){if(a&&a.documentElement)r=a,a=arguments[2];else if(!r||!r.documentElement)throw new Error("First argument to Readability constructor should be a document object.");if(a=a||{},this._doc=r,this._docJSDOMParser=this._doc.firstChild.__JSDOMParser__,this._articleTitle=null,this._articleByline=null,this._articleDir=null,this._articleSiteName=null,this._attempts=[],this._debug=!!a.debug,this._maxElemsToParse=a.maxElemsToParse||this.DEFAULT_MAX_ELEMS_TO_PARSE,this._nbTopCandidates=a.nbTopCandidates||this.DEFAULT_N_TOP_CANDIDATES,this._charThreshold=a.charThreshold||this.DEFAULT_CHAR_THRESHOLD,this._classesToPreserve=this.CLASSES_TO_PRESERVE.concat(a.classesToPreserve||[]),this._keepClasses=!!a.keepClasses,this._serializer=a.serializer||function(o){return o.innerHTML},this._disableJSONLD=!!a.disableJSONLD,this._allowedVideoRegex=a.allowedVideoRegex||this.REGEXPS.videos,this._flags=this.FLAG_STRIP_UNLIKELYS|this.FLAG_WEIGHT_CLASSES|this.FLAG_CLEAN_CONDITIONALLY,this._debug){let o=function(i){if(i.nodeType==i.TEXT_NODE)return`${i.nodeName} ("${i.textContent}")`;let s=Array.from(i.attributes||[],function(u){return`${u.name}="${u.value}"`}).join(" ");return`<${i.localName} ${s}>`};this.log=function(){if(typeof console<"u")Array.from(arguments,u=>u&&u.nodeType==this.ELEMENT_NODE?o(u):u).unshift("Reader: (Readability)");else if(typeof dump<"u"){var i=Array.prototype.map.call(arguments,function(s){return s&&s.nodeName?o(s):s}).join(" ");dump("Reader: (Readability) "+i+` -`)}}}else this.log=function(){}}n.prototype={FLAG_STRIP_UNLIKELYS:1,FLAG_WEIGHT_CLASSES:2,FLAG_CLEAN_CONDITIONALLY:4,ELEMENT_NODE:1,TEXT_NODE:3,DEFAULT_MAX_ELEMS_TO_PARSE:0,DEFAULT_N_TOP_CANDIDATES:5,DEFAULT_TAGS_TO_SCORE:"section,h2,h3,h4,h5,h6,p,td,pre".toUpperCase().split(","),DEFAULT_CHAR_THRESHOLD:500,REGEXPS:{unlikelyCandidates:/-ad-|ai2html|banner|breadcrumbs|combx|comment|community|cover-wrap|disqus|extra|footer|gdpr|header|legends|menu|related|remark|replies|rss|shoutbox|sidebar|skyscraper|social|sponsor|supplemental|ad-break|agegate|pagination|pager|popup|yom-remote/i,okMaybeItsACandidate:/and|article|body|column|content|main|shadow/i,positive:/article|body|content|entry|hentry|h-entry|main|page|pagination|post|text|blog|story/i,negative:/-ad-|hidden|^hid$| hid$| hid |^hid |banner|combx|comment|com-|contact|foot|footer|footnote|gdpr|masthead|media|meta|outbrain|promo|related|scroll|share|shoutbox|sidebar|skyscraper|sponsor|shopping|tags|tool|widget/i,extraneous:/print|archive|comment|discuss|e[\-]?mail|share|reply|all|login|sign|single|utility/i,byline:/byline|author|dateline|writtenby|p-author/i,replaceFonts:/<(\/?)font[^>]*>/gi,normalize:/\s{2,}/g,videos:/\/\/(www\.)?((dailymotion|youtube|youtube-nocookie|player\.vimeo|v\.qq)\.com|(archive|upload\.wikimedia)\.org|player\.twitch\.tv)/i,shareElements:/(\b|_)(share|sharedaddy)(\b|_)/i,nextLink:/(next|weiter|continue|>([^\|]|$)|»([^\|]|$))/i,prevLink:/(prev|earl|old|new|<|«)/i,tokenize:/\W+/g,whitespace:/^\s*$/,hasContent:/\S$/,hashUrl:/^#.+/,srcsetUrl:/(\S+)(\s+[\d.]+[xw])?(\s*(?:,|$))/g,b64DataUrl:/^data:\s*([^\s;,]+)\s*;\s*base64\s*,/i,jsonLdArticleTypes:/^Article|AdvertiserContentArticle|NewsArticle|AnalysisNewsArticle|AskPublicNewsArticle|BackgroundNewsArticle|OpinionNewsArticle|ReportageNewsArticle|ReviewNewsArticle|Report|SatiricalArticle|ScholarlyArticle|MedicalScholarlyArticle|SocialMediaPosting|BlogPosting|LiveBlogPosting|DiscussionForumPosting|TechArticle|APIReference$/},UNLIKELY_ROLES:["menu","menubar","complementary","navigation","alert","alertdialog","dialog"],DIV_TO_P_ELEMS:new Set(["BLOCKQUOTE","DL","DIV","IMG","OL","P","PRE","TABLE","UL"]),ALTER_TO_DIV_EXCEPTIONS:["DIV","ARTICLE","SECTION","P"],PRESENTATIONAL_ATTRIBUTES:["align","background","bgcolor","border","cellpadding","cellspacing","frame","hspace","rules","style","valign","vspace"],DEPRECATED_SIZE_ATTRIBUTE_ELEMS:["TABLE","TH","TD","HR","PRE"],PHRASING_ELEMS:["ABBR","AUDIO","B","BDO","BR","BUTTON","CITE","CODE","DATA","DATALIST","DFN","EM","EMBED","I","IMG","INPUT","KBD","LABEL","MARK","MATH","METER","NOSCRIPT","OBJECT","OUTPUT","PROGRESS","Q","RUBY","SAMP","SCRIPT","SELECT","SMALL","SPAN","STRONG","SUB","SUP","TEXTAREA","TIME","VAR","WBR"],CLASSES_TO_PRESERVE:["page"],HTML_ESCAPE_MAP:{lt:"<",gt:">",amp:"&",quot:'"',apos:"'"},_postProcessContent:function(r){this._fixRelativeUris(r),this._simplifyNestedElements(r),this._keepClasses||this._cleanClasses(r)},_removeNodes:function(r,a){if(this._docJSDOMParser&&r._isLiveNodeList)throw new Error("Do not pass live node lists to _removeNodes");for(var o=r.length-1;o>=0;o--){var i=r[o],s=i.parentNode;s&&(!a||a.call(this,i,o,r))&&s.removeChild(i)}},_replaceNodeTags:function(r,a){if(this._docJSDOMParser&&r._isLiveNodeList)throw new Error("Do not pass live node lists to _replaceNodeTags");for(let o of r)this._setNodeTag(o,a)},_forEachNode:function(r,a){Array.prototype.forEach.call(r,a,this)},_findNode:function(r,a){return Array.prototype.find.call(r,a,this)},_someNode:function(r,a){return Array.prototype.some.call(r,a,this)},_everyNode:function(r,a){return Array.prototype.every.call(r,a,this)},_concatNodeLists:function(){var r=Array.prototype.slice,a=r.call(arguments),o=a.map(function(i){return r.call(i)});return Array.prototype.concat.apply([],o)},_getAllNodesWithTag:function(r,a){return r.querySelectorAll?r.querySelectorAll(a.join(",")):[].concat.apply([],a.map(function(o){var i=r.getElementsByTagName(o);return Array.isArray(i)?i:Array.from(i)}))},_cleanClasses:function(r){var a=this._classesToPreserve,o=(r.getAttribute("class")||"").split(/\s+/).filter(function(i){return a.indexOf(i)!=-1}).join(" ");for(o?r.setAttribute("class",o):r.removeAttribute("class"),r=r.firstElementChild;r;r=r.nextElementSibling)this._cleanClasses(r)},_fixRelativeUris:function(r){var a=this._doc.baseURI,o=this._doc.documentURI;function i(l){if(a==o&&l.charAt(0)=="#")return l;try{return new URL(l,a).href}catch{}return l}var s=this._getAllNodesWithTag(r,["a"]);this._forEachNode(s,function(l){var c=l.getAttribute("href");if(c)if(c.indexOf("javascript:")===0)if(l.childNodes.length===1&&l.childNodes[0].nodeType===this.TEXT_NODE){var m=this._doc.createTextNode(l.textContent);l.parentNode.replaceChild(m,l)}else{for(var g=this._doc.createElement("span");l.firstChild;)g.appendChild(l.firstChild);l.parentNode.replaceChild(g,l)}else l.setAttribute("href",i(c))});var u=this._getAllNodesWithTag(r,["img","picture","figure","video","audio","source"]);this._forEachNode(u,function(l){var c=l.getAttribute("src"),m=l.getAttribute("poster"),g=l.getAttribute("srcset");if(c&&l.setAttribute("src",i(c)),m&&l.setAttribute("poster",i(m)),g){var p=g.replace(this.REGEXPS.srcsetUrl,function(f,y,b,h){return i(y)+(b||"")+h});l.setAttribute("srcset",p)}})},_simplifyNestedElements:function(r){for(var a=r;a;){if(a.parentNode&&["DIV","SECTION"].includes(a.tagName)&&!(a.id&&a.id.startsWith("readability"))){if(this._isElementWithoutContent(a)){a=this._removeAndGetNext(a);continue}else if(this._hasSingleTagInsideElement(a,"DIV")||this._hasSingleTagInsideElement(a,"SECTION")){for(var o=a.children[0],i=0;i»] /.test(a))i=/ [\\\/>»] /.test(a),a=o.replace(/(.*)[\|\-\\\/>»] .*/gi,"$1"),s(a)<3&&(a=o.replace(/[^\|\-\\\/>»]*[\|\-\\\/>»](.*)/gi,"$1"));else if(a.indexOf(": ")!==-1){var u=this._concatNodeLists(r.getElementsByTagName("h1"),r.getElementsByTagName("h2")),l=a.trim(),c=this._someNode(u,function(p){return p.textContent.trim()===l});c||(a=o.substring(o.lastIndexOf(":")+1),s(a)<3?a=o.substring(o.indexOf(":")+1):s(o.substr(0,o.indexOf(":")))>5&&(a=o))}else if(a.length>150||a.length<15){var m=r.getElementsByTagName("h1");m.length===1&&(a=this._getInnerText(m[0]))}a=a.trim().replace(this.REGEXPS.normalize," ");var g=s(a);return g<=4&&(!i||g!=s(o.replace(/[\|\-\\\/>»]+/g,""))-1)&&(a=o),a},_prepDocument:function(){var r=this._doc;this._removeNodes(this._getAllNodesWithTag(r,["style"])),r.body&&this._replaceBrs(r.body),this._replaceNodeTags(this._getAllNodesWithTag(r,["font"]),"SPAN")},_nextNode:function(r){for(var a=r;a&&a.nodeType!=this.ELEMENT_NODE&&this.REGEXPS.whitespace.test(a.textContent);)a=a.nextSibling;return a},_replaceBrs:function(r){this._forEachNode(this._getAllNodesWithTag(r,["br"]),function(a){for(var o=a.nextSibling,i=!1;(o=this._nextNode(o))&&o.tagName=="BR";){i=!0;var s=o.nextSibling;o.parentNode.removeChild(o),o=s}if(i){var u=this._doc.createElement("p");for(a.parentNode.replaceChild(u,a),o=u.nextSibling;o;){if(o.tagName=="BR"){var l=this._nextNode(o.nextSibling);if(l&&l.tagName=="BR")break}if(!this._isPhrasingContent(o))break;var c=o.nextSibling;u.appendChild(o),o=c}for(;u.lastChild&&this._isWhitespace(u.lastChild);)u.removeChild(u.lastChild);u.parentNode.tagName==="P"&&this._setNodeTag(u.parentNode,"DIV")}})},_setNodeTag:function(r,a){if(this.log("_setNodeTag",r,a),this._docJSDOMParser)return r.localName=a.toLowerCase(),r.tagName=a.toUpperCase(),r;for(var o=r.ownerDocument.createElement(a);r.firstChild;)o.appendChild(r.firstChild);r.parentNode.replaceChild(o,r),r.readability&&(o.readability=r.readability);for(var i=0;i!o.includes(l)),u=s.join(" ").length/i.join(" ").length;return 1-u},_checkByline:function(r,a){if(this._articleByline)return!1;if(r.getAttribute!==void 0)var o=r.getAttribute("rel"),i=r.getAttribute("itemprop");return(o==="author"||i&&i.indexOf("author")!==-1||this.REGEXPS.byline.test(a))&&this._isValidByline(r.textContent)?(this._articleByline=r.textContent.trim(),!0):!1},_getNodeAncestors:function(r,a){a=a||0;for(var o=0,i=[];r.parentNode&&(i.push(r.parentNode),!(a&&++o===a));)r=r.parentNode;return i},_grabArticle:function(r){this.log("**** grabArticle ****");var a=this._doc,o=r!==null;if(r=r||this._doc.body,!r)return this.log("No body found in document. Abort."),null;for(var i=r.innerHTML;;){this.log("Starting grabArticle loop");var s=this._flagIsActive(this.FLAG_STRIP_UNLIKELYS),u=[],l=this._doc.documentElement;let ne=!0;for(;l;){l.tagName==="HTML"&&(this._articleLang=l.getAttribute("lang"));var c=l.className+" "+l.id;if(!this._isProbablyVisible(l)){this.log("Removing hidden node - "+c),l=this._removeAndGetNext(l);continue}if(l.getAttribute("aria-modal")=="true"&&l.getAttribute("role")=="dialog"){l=this._removeAndGetNext(l);continue}if(this._checkByline(l,c)){l=this._removeAndGetNext(l);continue}if(ne&&this._headerDuplicatesTitle(l)){this.log("Removing header: ",l.textContent.trim(),this._articleTitle.trim()),ne=!1,l=this._removeAndGetNext(l);continue}if(s){if(this.REGEXPS.unlikelyCandidates.test(c)&&!this.REGEXPS.okMaybeItsACandidate.test(c)&&!this._hasAncestorTag(l,"table")&&!this._hasAncestorTag(l,"code")&&l.tagName!=="BODY"&&l.tagName!=="A"){this.log("Removing unlikely candidate - "+c),l=this._removeAndGetNext(l);continue}if(this.UNLIKELY_ROLES.includes(l.getAttribute("role"))){this.log("Removing content with role "+l.getAttribute("role")+" - "+c),l=this._removeAndGetNext(l);continue}}if((l.tagName==="DIV"||l.tagName==="SECTION"||l.tagName==="HEADER"||l.tagName==="H1"||l.tagName==="H2"||l.tagName==="H3"||l.tagName==="H4"||l.tagName==="H5"||l.tagName==="H6")&&this._isElementWithoutContent(l)){l=this._removeAndGetNext(l);continue}if(this.DEFAULT_TAGS_TO_SCORE.indexOf(l.tagName)!==-1&&u.push(l),l.tagName==="DIV"){for(var m=null,g=l.firstChild;g;){var p=g.nextSibling;if(this._isPhrasingContent(g))m!==null?m.appendChild(g):this._isWhitespace(g)||(m=a.createElement("p"),l.replaceChild(m,g),m.appendChild(g));else if(m!==null){for(;m.lastChild&&this._isWhitespace(m.lastChild);)m.removeChild(m.lastChild);m=null}g=p}if(this._hasSingleTagInsideElement(l,"P")&&this._getLinkDensity(l)<.25){var f=l.children[0];l.parentNode.replaceChild(f,l),l=f,u.push(l)}else this._hasChildBlockElement(l)||(l=this._setNodeTag(l,"P"),u.push(l))}l=this._getNextNode(l)}var y=[];this._forEachNode(u,function(re){if(!(!re.parentNode||typeof re.parentNode.tagName>"u")){var Te=this._getInnerText(re);if(!(Te.length<25)){var Re=this._getNodeAncestors(re,5);if(Re.length!==0){var _e=0;_e+=1,_e+=Te.split(",").length,_e+=Math.min(Math.floor(Te.length/100),3),this._forEachNode(Re,function(de,mt){if(!(!de.tagName||!de.parentNode||typeof de.parentNode.tagName>"u")){if(typeof de.readability>"u"&&(this._initializeNode(de),y.push(de)),mt===0)var kt=1;else mt===1?kt=2:kt=mt*3;de.readability.contentScore+=_e/kt}})}}}});for(var b=[],h=0,C=y.length;hv.readability.contentScore){b.splice(R,0,w),b.length>this._nbTopCandidates&&b.pop();break}}}var x=b[0]||null,B=!1,_;if(x===null||x.tagName==="BODY"){for(x=a.createElement("DIV"),B=!0;r.firstChild;)this.log("Moving child out:",r.firstChild),x.appendChild(r.firstChild);r.appendChild(x),this._initializeNode(x)}else if(x){for(var E=[],O=1;O=.75&&E.push(this._getNodeAncestors(b[O]));var F=3;if(E.length>=F)for(_=x.parentNode;_.tagName!=="BODY";){for(var M=0,N=0;N=F){x=_;break}_=_.parentNode}x.readability||this._initializeNode(x),_=x.parentNode;for(var U=x.readability.contentScore,H=U/3;_.tagName!=="BODY";){if(!_.readability){_=_.parentNode;continue}var L=_.readability.contentScore;if(LU){x=_;break}U=_.readability.contentScore,_=_.parentNode}for(_=x.parentNode;_.tagName!="BODY"&&_.children.length==1;)x=_,_=x.parentNode;x.readability||this._initializeNode(x)}var S=a.createElement("DIV");o&&(S.id="readability-content");var A=Math.max(10,x.readability.contentScore*.2);_=x.parentNode;for(var j=_.children,q=0,z=j.length;q=A)V=!0;else if(W.nodeName==="P"){var ae=this._getLinkDensity(W),X=this._getInnerText(W),ie=X.length;(ie>80&&ae<.25||ie<80&&ie>0&&ae===0&&X.search(/\.( |$)/)!==-1)&&(V=!0)}}V&&(this.log("Appending node:",W),this.ALTER_TO_DIV_EXCEPTIONS.indexOf(W.nodeName)===-1&&(this.log("Altering sibling:",W,"to div."),W=this._setNodeTag(W,"DIV")),S.appendChild(W),j=_.children,q-=1,z-=1)}if(this._debug&&this.log("Article content pre-prep: "+S.innerHTML),this._prepArticle(S),this._debug&&this.log("Article content post-prep: "+S.innerHTML),B)x.id="readability-page-1",x.className="page";else{var pe=a.createElement("DIV");for(pe.id="readability-page-1",pe.className="page";S.firstChild;)pe.appendChild(S.firstChild);S.appendChild(pe)}this._debug&&this.log("Article content after paging: "+S.innerHTML);var ee=!0,Y=this._getInnerText(S,!0).length;if(Y0&&r.length<100):!1},_unescapeHtmlEntities:function(r){if(!r)return r;var a=this.HTML_ESCAPE_MAP;return r.replace(/&(quot|amp|apos|lt|gt);/g,function(o,i){return a[i]}).replace(/&#(?:x([0-9a-z]{1,4})|([0-9]{1,4}));/gi,function(o,i,s){var u=parseInt(i||s,i?16:10);return String.fromCharCode(u)})},_getJSONLD:function(r){var a=this._getAllNodesWithTag(r,["script"]),o;return this._forEachNode(a,function(i){if(!o&&i.getAttribute("type")==="application/ld+json")try{var s=i.textContent.replace(/^\s*\s*$/g,""),u=JSON.parse(s);if(!u["@context"]||!u["@context"].match(/^https?\:\/\/schema\.org$/)||(!u["@type"]&&Array.isArray(u["@graph"])&&(u=u["@graph"].find(function(g){return(g["@type"]||"").match(this.REGEXPS.jsonLdArticleTypes)})),!u||!u["@type"]||!u["@type"].match(this.REGEXPS.jsonLdArticleTypes)))return;if(o={},typeof u.name=="string"&&typeof u.headline=="string"&&u.name!==u.headline){var l=this._getArticleTitle(),c=this._textSimilarity(u.name,l)>.75,m=this._textSimilarity(u.headline,l)>.75;m&&!c?o.title=u.headline:o.title=u.name}else typeof u.name=="string"?o.title=u.name.trim():typeof u.headline=="string"&&(o.title=u.headline.trim());u.author&&(typeof u.author.name=="string"?o.byline=u.author.name.trim():Array.isArray(u.author)&&u.author[0]&&typeof u.author[0].name=="string"&&(o.byline=u.author.filter(function(g){return g&&typeof g.name=="string"}).map(function(g){return g.name.trim()}).join(", "))),typeof u.description=="string"&&(o.excerpt=u.description.trim()),u.publisher&&typeof u.publisher.name=="string"&&(o.siteName=u.publisher.name.trim());return}catch(g){this.log(g.message)}}),o||{}},_getArticleMetadata:function(r){var a={},o={},i=this._doc.getElementsByTagName("meta"),s=/\s*(dc|dcterm|og|twitter)\s*:\s*(author|creator|description|title|site_name)\s*/gi,u=/^\s*(?:(dc|dcterm|og|twitter|weibo:(article|webpage))\s*[\.:]\s*)?(author|creator|description|title|site_name)\s*$/i;return this._forEachNode(i,function(l){var c=l.getAttribute("name"),m=l.getAttribute("property"),g=l.getAttribute("content");if(g){var p=null,f=null;m&&(p=m.match(s),p&&(f=p[0].toLowerCase().replace(/\s/g,""),o[f]=g.trim())),!p&&c&&u.test(c)&&(f=c,g&&(f=f.toLowerCase().replace(/\s/g,"").replace(/\./g,":"),o[f]=g.trim()))}}),a.title=r.title||o["dc:title"]||o["dcterm:title"]||o["og:title"]||o["weibo:article:title"]||o["weibo:webpage:title"]||o.title||o["twitter:title"],a.title||(a.title=this._getArticleTitle()),a.byline=r.byline||o["dc:creator"]||o["dcterm:creator"]||o.author,a.excerpt=r.excerpt||o["dc:description"]||o["dcterm:description"]||o["og:description"]||o["weibo:article:description"]||o["weibo:webpage:description"]||o.description||o["twitter:description"],a.siteName=r.siteName||o["og:site_name"],a.title=this._unescapeHtmlEntities(a.title),a.byline=this._unescapeHtmlEntities(a.byline),a.excerpt=this._unescapeHtmlEntities(a.excerpt),a.siteName=this._unescapeHtmlEntities(a.siteName),a},_isSingleImage:function(r){return r.tagName==="IMG"?!0:r.children.length!==1||r.textContent.trim()!==""?!1:this._isSingleImage(r.children[0])},_unwrapNoscriptImages:function(r){var a=Array.from(r.getElementsByTagName("img"));this._forEachNode(a,function(i){for(var s=0;s"u"?!0:a;var o=r.textContent.trim();return a?o.replace(this.REGEXPS.normalize," "):o},_getCharCount:function(r,a){return a=a||",",this._getInnerText(r).split(a).length-1},_cleanStyles:function(r){if(!(!r||r.tagName.toLowerCase()==="svg")){for(var a=0;a0&&s>o)return!1;if(r.parentNode.tagName===a&&(!i||i(r.parentNode)))return!0;r=r.parentNode,s++}return!1},_getRowAndColumnCount:function(r){for(var a=0,o=0,i=r.getElementsByTagName("tr"),s=0;s0){i._readabilityDataTable=!0;continue}var m=["col","colgroup","tfoot","thead","th"],g=function(f){return!!i.getElementsByTagName(f)[0]};if(m.some(g)){this.log("Data table because found data-y descendant"),i._readabilityDataTable=!0;continue}if(i.getElementsByTagName("table")[0]){i._readabilityDataTable=!1;continue}var p=this._getRowAndColumnCount(i);if(p.rows>=10||p.columns>4){i._readabilityDataTable=!0;continue}i._readabilityDataTable=p.rows*p.columns>10}},_fixLazyImages:function(r){this._forEachNode(this._getAllNodesWithTag(r,["img","picture","figure"]),function(a){if(a.src&&this.REGEXPS.b64DataUrl.test(a.src)){var o=this.REGEXPS.b64DataUrl.exec(a.src);if(o[1]==="image/svg+xml")return;for(var i=!1,s=0;si+=this._getInnerText(u,!0).length),i/o},_cleanConditionally:function(r,a){this._flagIsActive(this.FLAG_CLEAN_CONDITIONALLY)&&this._removeNodes(this._getAllNodesWithTag(r,[a]),function(o){var i=function(_){return _._readabilityDataTable},s=a==="ul"||a==="ol";if(!s){var u=0,l=this._getAllNodesWithTag(o,["ul","ol"]);this._forEachNode(l,_=>u+=this._getInnerText(_).length),s=u/this._getInnerText(o).length>.9}if(a==="table"&&i(o)||this._hasAncestorTag(o,"table",-1,i)||this._hasAncestorTag(o,"code"))return!1;var c=this._getClassWeight(o);this.log("Cleaning Conditionally",o);var m=0;if(c+m<0)return!0;if(this._getCharCount(o,",")<10){for(var g=o.getElementsByTagName("p").length,p=o.getElementsByTagName("img").length,f=o.getElementsByTagName("li").length-100,y=o.getElementsByTagName("input").length,b=this._getTextDensity(o,["h1","h2","h3","h4","h5","h6"]),h=0,C=this._getAllNodesWithTag(o,["object","embed","iframe"]),w=0;w1&&g/p<.5&&!this._hasAncestorTag(o,"figure")||!s&&f>g||y>Math.floor(g/3)||!s&&b<.9&&v<25&&(p===0||p>2)&&!this._hasAncestorTag(o,"figure")||!s&&c<25&&R>.2||c>=25&&R>.5||h===1&&v<75||h>1;if(s&&x){for(var B=0;B1)return x;let _=o.getElementsByTagName("li").length;if(p==_)return!1}return x}return!1})},_cleanMatchedNodes:function(r,a){for(var o=this._getNextNode(r,!0),i=this._getNextNode(r);i&&i!=o;)a.call(this,i,i.className+" "+i.id)?i=this._removeAndGetNext(i):i=this._getNextNode(i)},_cleanHeaders:function(r){let a=this._getAllNodesWithTag(r,["h1","h2"]);this._removeNodes(a,function(o){let i=this._getClassWeight(o)<0;return i&&this.log("Removing header with low class weight:",o),i})},_headerDuplicatesTitle:function(r){if(r.tagName!="H1"&&r.tagName!="H2")return!1;var a=this._getInnerText(r,!1);return this.log("Evaluating similarity of header:",a,this._articleTitle),this._textSimilarity(this._articleTitle,a)>.75},_flagIsActive:function(r){return(this._flags&r)>0},_removeFlag:function(r){this._flags=this._flags&~r},_isProbablyVisible:function(r){return(!r.style||r.style.display!="none")&&!r.hasAttribute("hidden")&&(!r.hasAttribute("aria-hidden")||r.getAttribute("aria-hidden")!="true"||r.className&&r.className.indexOf&&r.className.indexOf("fallback-image")!==-1)},parse:function(){if(this._maxElemsToParse>0){var r=this._doc.getElementsByTagName("*").length;if(r>this._maxElemsToParse)throw new Error("Aborting parsing document; "+r+" elements found")}this._unwrapNoscriptImages(this._doc);var a=this._disableJSONLD?{}:this._getJSONLD(this._doc);this._removeScripts(this._doc),this._prepDocument();var o=this._getArticleMetadata(a);this._articleTitle=o.title;var i=this._grabArticle();if(!i)return null;if(this.log("Grabbed: "+i.innerHTML),this._postProcessContent(i),!o.excerpt){var s=i.getElementsByTagName("p");s.length>0&&(o.excerpt=s[0].textContent.trim())}var u=i.textContent;return{title:this._articleTitle,byline:o.byline||this._articleByline,dir:this._articleDir,lang:this._articleLang,content:this._serializer(i),textContent:u,length:u.length,excerpt:o.excerpt,siteName:o.siteName||this._articleSiteName}}},typeof t=="object"&&(t.exports=n)}),JT=pc((e,t)=>{var n={unlikelyCandidates:/-ad-|ai2html|banner|breadcrumbs|combx|comment|community|cover-wrap|disqus|extra|footer|gdpr|header|legends|menu|related|remark|replies|rss|shoutbox|sidebar|skyscraper|social|sponsor|supplemental|ad-break|agegate|pagination|pager|popup|yom-remote/i,okMaybeItsACandidate:/and|article|body|column|content|main|shadow/i};function r(o){return(!o.style||o.style.display!="none")&&!o.hasAttribute("hidden")&&(!o.hasAttribute("aria-hidden")||o.getAttribute("aria-hidden")!="true"||o.className&&o.className.indexOf&&o.className.indexOf("fallback-image")!==-1)}function a(o,i={}){typeof i=="function"&&(i={visibilityChecker:i});var s={minScore:20,minContentLength:140,visibilityChecker:r};i=Object.assign(s,i);var u=o.querySelectorAll("p, pre, article"),l=o.querySelectorAll("div > br");if(l.length){var c=new Set(u);[].forEach.call(l,function(g){c.add(g.parentNode)}),u=Array.from(c)}var m=0;return[].some.call(u,function(g){if(!i.visibilityChecker(g))return!1;var p=g.className+" "+g.id;if(n.unlikelyCandidates.test(p)&&!n.okMaybeItsACandidate.test(p)||g.matches("li p"))return!1;var f=g.textContent.trim().length;return fi.minScore)})}typeof t=="object"&&(t.exports=a)}),w4=pc((e,t)=>{var n=YT(),r=JT();t.exports={Readability:n,isProbablyReaderable:r}}),D4={};VT(D4,{Readability:()=>eu,default:()=>_4,isProbablyReaderable:()=>k4});var A4=S4(w4());KT(D4,S4(w4()));var{Readability:eu,isProbablyReaderable:k4}=A4,{default:C4,...XT}=A4,_4=C4!==void 0?C4:XT;d();d();d();d();d();d();d();d();d();var L4=Object.prototype.toString;function tu(e){switch(L4.call(e)){case"[object Error]":case"[object Exception]":case"[object DOMException]":return!0;default:return tr(e,Error)}}function Si(e,t){return L4.call(e)===`[object ${t}]`}function nu(e){return Si(e,"ErrorEvent")}function F4(e){return Si(e,"DOMException")}function Er(e){return Si(e,"String")}function ru(e){return e===null||typeof e!="object"&&typeof e!="function"}function xr(e){return Si(e,"Object")}function wi(e){return typeof Event<"u"&&tr(e,Event)}function P4(e){return!1}function M4(e){return Si(e,"RegExp")}function Di(e){return!!(e&&e.then&&typeof e.then=="function")}function B4(e){return xr(e)&&"nativeEvent"in e&&"preventDefault"in e&&"stopPropagation"in e}function R4(e){return typeof e=="number"&&e!==e}function tr(e,t){try{return e instanceof t}catch{return!1}}function Ai(e,t){try{let n=e,r=5,a=80,o=[],i=0,s=0,u=" > ",l=u.length,c;for(;n&&i++1&&s+o.length*l+c.length>=a));)o.push(c),s+=c.length,n=n.parentNode;return o.reverse().join(u)}catch{return""}}function QT(e,t){let n=e,r=[],a,o,i,s,u;if(!n||!n.tagName)return"";r.push(n.tagName.toLowerCase());let l=t&&t.length?t.filter(m=>n.getAttribute(m)).map(m=>[m,n.getAttribute(m)]):null;if(l&&l.length)l.forEach(m=>{r.push(`[${m[0]}="${m[1]}"]`)});else if(n.id&&r.push(`#${n.id}`),a=n.className,a&&Er(a))for(o=a.split(/\s+/),u=0;u{let o=n[a]&&n[a].__sentry_original__;a in console&&o&&(r[a]=n[a],n[a]=o)});try{return e()}finally{Object.keys(r).forEach(a=>{n[a]=r[a]})}}function O4(){let e=!1,t={enable:()=>{e=!0},disable:()=>{e=!1}};return!1?ki.forEach(n=>{t[n]=(...r)=>{e&&fc(()=>{})}}):ki.forEach(n=>{t[n]=()=>{}}),t}var Qe;!1?Qe=ao("logger",O4):Qe=O4();d();d();function au(e,t=0){return typeof e!="string"||t===0||e.length<=t?e:`${e.substr(0,t)}...`}function hc(e,t){if(!Array.isArray(e))return"";let n=[];for(let r=0;r"}}function j4(e){if(typeof e=="object"&&e!==null){let t={};for(let n in e)Object.prototype.hasOwnProperty.call(e,n)&&(t[n]=e[n]);return t}else return{}}function U4(e,t=40){let n=Object.keys(Ec(e));if(n.sort(),!n.length)return"[object has no keys]";if(n[0].length>=t)return au(n[0],t);for(let r=n.length;r>0;r--){let a=n.slice(0,r).join(", ");if(!(a.length>t))return r===n.length?a:au(a,t)}return""}function _i(e){return bc(e,new Map)}function bc(e,t){if(xr(e)){let n=t.get(e);if(n!==void 0)return n;let r={};t.set(e,r);for(let a of Object.keys(e))typeof e[a]<"u"&&(r[a]=bc(e[a],t));return r}if(Array.isArray(e)){let n=t.get(e);if(n!==void 0)return n;let r=[];return t.set(e,r),e.forEach(a=>{r.push(bc(a,t))}),r}return e}d();var ev=50;function H4(...e){let t=e.sort((n,r)=>n[0]-r[0]).map(n=>n[1]);return(n,r=0)=>{let a=[];for(let o of n.split(` +`+y+"]"}return r.pop(),a=y,h}},Sx={parse:bx,stringify:Cx},wx=Sx,$s=wx;d();d();var Pk=Number.isNaN||function(e){return typeof e=="number"&&e!==e};d();d();var Gs=globalThis||(typeof window<"u"?window:self),Ax=Object.create,Y0=Object.defineProperty,kx=Object.getOwnPropertyDescriptor,_x=Object.getOwnPropertyNames,Lx=Object.getPrototypeOf,Px=Object.prototype.hasOwnProperty,Fx=(e,t)=>()=>(t||e((t={exports:{}}).exports,t),t.exports),Mx=(e,t)=>{for(var n in t)Y0(e,n,{get:t[n],enumerable:!0})},K0=(e,t,n,r)=>{if(t&&typeof t=="object"||typeof t=="function")for(let a of _x(t))!Px.call(e,a)&&a!==n&&Y0(e,a,{get:()=>t[a],enumerable:!(r=kx(t,a))||r.enumerable});return e},Bx=(e,t,n)=>(K0(e,t,"default"),n&&K0(n,t,"default")),$g=(e,t,n)=>(n=e!=null?Ax(Lx(e)):{},K0(t||!e||!e.__esModule?Y0(n,"default",{value:e,enumerable:!0}):n,e)),Gg=Fx((e,t)=>{var n="Expected a function",r=NaN,a="[object Symbol]",o=/^\s+|\s+$/g,i=/^[-+]0x[0-9a-f]+$/i,s=/^0b[01]+$/i,u=/^0o[0-7]+$/i,l=parseInt,c=typeof Gs=="object"&&Gs&&Gs.Object===Object&&Gs,m=typeof self=="object"&&self&&self.Object===Object&&self,g=c||m||Function("return this")(),p=Object.prototype,f=p.toString,y=Math.max,b=Math.min,h=function(){return g.Date.now()};function C(F,k,E){var O,_,B,N,U,H,L=0,S=!1,A=!1,j=!0;if(typeof F!="function")throw new TypeError(n);k=T(k)||0,P(E)&&(S=!!E.leading,A="maxWait"in E,B=A?y(T(E.maxWait)||0,k):B,j="trailing"in E?!!E.trailing:j);function q(ee){var Y=O,ye=_;return O=_=void 0,L=ee,N=F.apply(ye,Y),N}function z(ee){return L=ee,U=setTimeout(ue,k),S?q(ee):N}function W(ee){var Y=ee-H,ye=ee-L,ne=k-Y;return A?b(ne,B-ye):ne}function V(ee){var Y=ee-H,ye=ee-L;return H===void 0||Y>=k||Y<0||A&&ye>=B}function ue(){var ee=h();if(V(ee))return ae(ee);U=setTimeout(ue,W(ee))}function ae(ee){return U=void 0,j&&O?q(ee):(O=_=void 0,N)}function X(){U!==void 0&&clearTimeout(U),L=0,O=H=_=U=void 0}function ie(){return U===void 0?N:ae(h())}function pe(){var ee=h(),Y=V(ee);if(O=arguments,_=this,H=ee,Y){if(U===void 0)return z(H);if(A)return U=setTimeout(ue,k),q(H)}return U===void 0&&(U=setTimeout(ue,k)),N}return pe.cancel=X,pe.flush=ie,pe}function w(F,k,E){var O=!0,_=!0;if(typeof F!="function")throw new TypeError(n);return P(E)&&(O="leading"in E?!!E.leading:O,_="trailing"in E?!!E.trailing:_),C(F,k,{leading:O,maxWait:k,trailing:_})}function P(F){var k=typeof F;return!!F&&(k=="object"||k=="function")}function R(F){return!!F&&typeof F=="object"}function v(F){return typeof F=="symbol"||R(F)&&f.call(F)==a}function T(F){if(typeof F=="number")return F;if(v(F))return r;if(P(F)){var k=typeof F.valueOf=="function"?F.valueOf():F;F=P(k)?k+"":k}if(typeof F!="string")return F===0?F:+F;F=F.replace(o,"");var E=s.test(F);return E||u.test(F)?l(F.slice(2),E?2:8):i.test(F)?r:+F}t.exports=w}),Vg={};Mx(Vg,{default:()=>Hn});var Rx=$g(Gg());Bx(Vg,$g(Gg()));var{default:Wg,...Ix}=Rx,Hn=Wg!==void 0?Wg:Ix;d();d();var Vs=globalThis||(typeof window<"u"?window:self),Ox=Object.create,X0=Object.defineProperty,Nx=Object.getOwnPropertyDescriptor,jx=Object.getOwnPropertyNames,Ux=Object.getPrototypeOf,Hx=Object.prototype.hasOwnProperty,zx=(e,t)=>()=>(t||e((t={exports:{}}).exports,t),t.exports),qx=(e,t)=>{for(var n in t)X0(e,n,{get:t[n],enumerable:!0})},J0=(e,t,n,r)=>{if(t&&typeof t=="object"||typeof t=="function")for(let a of jx(t))!Hx.call(e,a)&&a!==n&&X0(e,a,{get:()=>t[a],enumerable:!(r=Nx(t,a))||r.enumerable});return e},Wx=(e,t,n)=>(J0(e,t,"default"),n&&J0(n,t,"default")),Yg=(e,t,n)=>(n=e!=null?Ox(Ux(e)):{},J0(t||!e||!e.__esModule?X0(n,"default",{value:e,enumerable:!0}):n,e)),Jg=zx((e,t)=>{var n="Expected a function",r=NaN,a="[object Symbol]",o=/^\s+|\s+$/g,i=/^[-+]0x[0-9a-f]+$/i,s=/^0b[01]+$/i,u=/^0o[0-7]+$/i,l=parseInt,c=typeof Vs=="object"&&Vs&&Vs.Object===Object&&Vs,m=typeof self=="object"&&self&&self.Object===Object&&self,g=c||m||Function("return this")(),p=Object.prototype,f=p.toString,y=Math.max,b=Math.min,h=function(){return g.Date.now()};function C(T,F,k){var E,O,_,B,N,U,H=0,L=!1,S=!1,A=!0;if(typeof T!="function")throw new TypeError(n);F=v(F)||0,w(k)&&(L=!!k.leading,S="maxWait"in k,_=S?y(v(k.maxWait)||0,F):_,A="trailing"in k?!!k.trailing:A);function j(pe){var ee=E,Y=O;return E=O=void 0,H=pe,B=T.apply(Y,ee),B}function q(pe){return H=pe,N=setTimeout(V,F),L?j(pe):B}function z(pe){var ee=pe-U,Y=pe-H,ye=F-ee;return S?b(ye,_-Y):ye}function W(pe){var ee=pe-U,Y=pe-H;return U===void 0||ee>=F||ee<0||S&&Y>=_}function V(){var pe=h();if(W(pe))return ue(pe);N=setTimeout(V,z(pe))}function ue(pe){return N=void 0,A&&E?j(pe):(E=O=void 0,B)}function ae(){N!==void 0&&clearTimeout(N),H=0,E=U=O=N=void 0}function X(){return N===void 0?B:ue(h())}function ie(){var pe=h(),ee=W(pe);if(E=arguments,O=this,U=pe,ee){if(N===void 0)return q(U);if(S)return N=setTimeout(V,F),j(U)}return N===void 0&&(N=setTimeout(V,F)),B}return ie.cancel=ae,ie.flush=X,ie}function w(T){var F=typeof T;return!!T&&(F=="object"||F=="function")}function P(T){return!!T&&typeof T=="object"}function R(T){return typeof T=="symbol"||P(T)&&f.call(T)==a}function v(T){if(typeof T=="number")return T;if(R(T))return r;if(w(T)){var F=typeof T.valueOf=="function"?T.valueOf():T;T=w(F)?F+"":F}if(typeof T!="string")return T===0?T:+T;T=T.replace(o,"");var k=s.test(T);return k||u.test(T)?l(T.slice(2),k?2:8):i.test(T)?r:+T}t.exports=C}),Xg={};qx(Xg,{default:()=>yi});var $x=Yg(Jg());Wx(Xg,Yg(Jg()));var{default:Kg,...Gx}=$x,yi=Kg!==void 0?Kg:Gx;d();d();var Vx=Object.create,Z0=Object.defineProperty,Kx=Object.getOwnPropertyDescriptor,Yx=Object.getOwnPropertyNames,Jx=Object.getPrototypeOf,Xx=Object.prototype.hasOwnProperty,Qx=(e,t)=>()=>(t||e((t={exports:{}}).exports,t),t.exports),Zx=(e,t)=>{for(var n in t)Z0(e,n,{get:t[n],enumerable:!0})},Q0=(e,t,n,r)=>{if(t&&typeof t=="object"||typeof t=="function")for(let a of Yx(t))!Xx.call(e,a)&&a!==n&&Z0(e,a,{get:()=>t[a],enumerable:!(r=Kx(t,a))||r.enumerable});return e},eT=(e,t,n)=>(Q0(e,t,"default"),n&&Q0(n,t,"default")),Zg=(e,t,n)=>(n=e!=null?Vx(Jx(e)):{},Q0(t||!e||!e.__esModule?Z0(n,"default",{value:e,enumerable:!0}):n,e)),e4=Qx((e,t)=>{(function(n,r){typeof e=="object"&&typeof t=="object"?t.exports=r():typeof define=="function"&&define.amd?define([],r):typeof e=="object"?e.notie=r():n.notie=r()})(e,function(){return function(n){function r(o){if(a[o])return a[o].exports;var i=a[o]={i:o,l:!1,exports:{}};return n[o].call(i.exports,i,i.exports,r),i.l=!0,i.exports}var a={};return r.m=n,r.c=a,r.i=function(o){return o},r.d=function(o,i,s){r.o(o,i)||Object.defineProperty(o,i,{configurable:!1,enumerable:!0,get:s})},r.n=function(o){var i=o&&o.__esModule?function(){return o.default}:function(){return o};return r.d(i,"a",i),i},r.o=function(o,i){return Object.prototype.hasOwnProperty.call(o,i)},r.p="",r(r.s=1)}([function(n,r){n.exports=function(a){return a.webpackPolyfill||(a.deprecate=function(){},a.paths=[],a.children||(a.children=[]),Object.defineProperty(a,"loaded",{enumerable:!0,get:function(){return a.l}}),Object.defineProperty(a,"id",{enumerable:!0,get:function(){return a.i}}),a.webpackPolyfill=1),a}},function(n,r,a){"use strict";(function(o){var i,s,u,l=typeof Symbol=="function"&&typeof Symbol.iterator=="symbol"?function(c){return typeof c}:function(c){return c&&typeof Symbol=="function"&&c.constructor===Symbol&&c!==Symbol.prototype?"symbol":typeof c};(function(c,m){l(r)==="object"&&l(o)==="object"?o.exports=m():(s=[],i=m,u=typeof i=="function"?i.apply(r,s):i,u!==void 0&&(o.exports=u))})(void 0,function(){return function(c){function m(p){if(g[p])return g[p].exports;var f=g[p]={i:p,l:!1,exports:{}};return c[p].call(f.exports,f,f.exports,m),f.l=!0,f.exports}var g={};return m.m=c,m.c=g,m.i=function(p){return p},m.d=function(p,f,y){m.o(p,f)||Object.defineProperty(p,f,{configurable:!1,enumerable:!0,get:y})},m.n=function(p){var f=p&&p.__esModule?function(){return p.default}:function(){return p};return m.d(f,"a",f),f},m.o=function(p,f){return Object.prototype.hasOwnProperty.call(p,f)},m.p="",m(m.s=0)}([function(c,m,g){function p(z,W){var V={};for(var ue in z)W.indexOf(ue)>=0||Object.prototype.hasOwnProperty.call(z,ue)&&(V[ue]=z[ue]);return V}Object.defineProperty(m,"__esModule",{value:!0});var f=typeof Symbol=="function"&&l(Symbol.iterator)==="symbol"?function(z){return typeof z>"u"?"undefined":l(z)}:function(z){return z&&typeof Symbol=="function"&&z.constructor===Symbol&&z!==Symbol.prototype?"symbol":typeof z>"u"?"undefined":l(z)},y=Object.assign||function(z){for(var W=1;W'+ue+"",ye.onclick=function(){return _(ne,Y)},ye.listener=function(re){(k(re)||E(re))&&U()},O(ye,Y),X&&X<1&&(X=1),!pe&&X&&P(X).then(function(){return _(ne,Y)})},L=m.force=function(z,W){var V=z.type,ue=V===void 0?5:V,ae=z.text,X=z.buttonText,ie=X===void 0?"OK":X,pe=z.callback,ee=z.position,Y=ee===void 0?h.positions.force||Y.top:ee;R(),U();var ye=document.createElement("div"),ne=v();ye.id=ne;var re=document.createElement("div");re.classList.add(h.classes.textbox),re.classList.add(h.classes.backgroundInfo),re.innerHTML='
'+ae+"
";var Te=document.createElement("div");Te.classList.add(h.classes.button),Te.classList.add(T[ue]),Te.innerHTML=ie,Te.onclick=function(){_(ne,Y),N(),pe?pe():W&&W()},ye.appendChild(re),ye.appendChild(Te),ye.listener=function(Re){k(Re)&&Te.click()},O(ye,Y),B()},S=m.confirm=function(z,W,V){var ue=z.text,ae=z.submitText,X=ae===void 0?"Yes":ae,ie=z.cancelText,pe=ie===void 0?"Cancel":ie,ee=z.submitCallback,Y=z.cancelCallback,ye=z.position,ne=ye===void 0?h.positions.confirm||ne.top:ye;R(),U();var re=document.createElement("div"),Te=v();re.id=Te;var Re=document.createElement("div");Re.classList.add(h.classes.textbox),Re.classList.add(h.classes.backgroundInfo),Re.innerHTML='
'+ue+"
";var _e=document.createElement("div");_e.classList.add(h.classes.button),_e.classList.add(h.classes.elementHalf),_e.classList.add(h.classes.backgroundSuccess),_e.innerHTML=X,_e.onclick=function(){_(Te,ne),N(),ee?ee():W&&W()};var de=document.createElement("div");de.classList.add(h.classes.button),de.classList.add(h.classes.elementHalf),de.classList.add(h.classes.backgroundError),de.innerHTML=pe,de.onclick=function(){_(Te,ne),N(),Y?Y():V&&V()},re.appendChild(Re),re.appendChild(_e),re.appendChild(de),re.listener=function(mt){k(mt)?_e.click():E(mt)&&de.click()},O(re,ne),B(re,ne)},A=function(z,W,V){var ue=z.text,ae=z.submitText,X=ae===void 0?"Submit":ae,ie=z.cancelText,pe=ie===void 0?"Cancel":ie,ee=z.submitCallback,Y=z.cancelCallback,ye=z.position,ne=ye===void 0?h.positions.input||ne.top:ye,re=p(z,["text","submitText","cancelText","submitCallback","cancelCallback","position"]);R(),U();var Te=document.createElement("div"),Re=v();Te.id=Re;var _e=document.createElement("div");_e.classList.add(h.classes.textbox),_e.classList.add(h.classes.backgroundInfo),_e.innerHTML='
'+ue+"
";var de=document.createElement("input");de.classList.add(h.classes.inputField),de.setAttribute("autocapitalize",re.autocapitalize||"none"),de.setAttribute("autocomplete",re.autocomplete||"off"),de.setAttribute("autocorrect",re.autocorrect||"off"),de.setAttribute("autofocus",re.autofocus||"true"),de.setAttribute("inputmode",re.inputmode||"verbatim"),de.setAttribute("max",re.max||""),de.setAttribute("maxlength",re.maxlength||""),de.setAttribute("min",re.min||""),de.setAttribute("minlength",re.minlength||""),de.setAttribute("placeholder",re.placeholder||""),de.setAttribute("spellcheck",re.spellcheck||"default"),de.setAttribute("step",re.step||"any"),de.setAttribute("type",re.type||"text"),de.value=re.value||"",re.allowed&&(de.oninput=function(){var bt=void 0;if(Array.isArray(re.allowed)){for(var Tt="",sn=re.allowed,Mn=0;Mn'+V+"",Y.appendChild(ne),ie.forEach(function(Te,Re){var _e=Te.type,de=_e===void 0?1:_e,mt=Te.text,kt=Te.handler,bt=document.createElement("div");bt.classList.add(T[de]),bt.classList.add(h.classes.button),bt.classList.add(h.classes.selectChoice);var Tt=ie[Re+1];Tt&&!Tt.type&&(Tt.type=1),Tt&&Tt.type===de&&bt.classList.add(h.classes.selectChoiceRepeated),bt.innerHTML=mt,bt.onclick=function(){_(ye,ee),N(),kt()},Y.appendChild(bt)});var re=document.createElement("div");re.classList.add(h.classes.backgroundNeutral),re.classList.add(h.classes.button),re.innerHTML=ae,re.onclick=function(){_(ye,ee),N(),X?X():W&&W()},Y.appendChild(re),Y.listener=function(Te){E(Te)&&re.click()},O(Y,ee),B(Y,ee)},q=m.date=function(z,W,V){var ue=z.value,ae=ue===void 0?new Date:ue,X=z.submitText,ie=X===void 0?"OK":X,pe=z.cancelText,ee=pe===void 0?"Cancel":pe,Y=z.submitCallback,ye=z.cancelCallback,ne=z.position,re=ne===void 0?h.positions.date||re.top:ne;R(),U();var Te="▾",Re=document.createElement("div"),_e=document.createElement("div"),de=document.createElement("div"),mt=function(pt){Re.innerHTML=h.dateMonths[pt.getMonth()],_e.innerHTML=pt.getDate(),de.innerHTML=pt.getFullYear()},kt=function(pt){var Xe=new Date(ae.getFullYear(),ae.getMonth()+1,0).getDate(),wn=pt.target.textContent.replace(/^0+/,"").replace(/[^\d]/g,"").slice(0,2);Number(wn)>Xe&&(wn=Xe.toString()),pt.target.textContent=wn,Number(wn)<1&&(wn="1"),ae.setDate(Number(wn))},bt=function(pt){var Xe=pt.target.textContent.replace(/^0+/,"").replace(/[^\d]/g,"").slice(0,4);pt.target.textContent=Xe,ae.setFullYear(Number(Xe))},Tt=function(pt){mt(ae)},sn=function(pt){var Xe=new Date(ae.getFullYear(),ae.getMonth()+pt+1,0).getDate();ae.getDate()>Xe&&ae.setDate(Xe),ae.setMonth(ae.getMonth()+pt),mt(ae)},Mn=function(pt){ae.setDate(ae.getDate()+pt),mt(ae)},pi=function(pt){var Xe=ae.getFullYear()+pt;Xe<0?ae.setFullYear(0):ae.setFullYear(ae.getFullYear()+pt),mt(ae)},er=document.createElement("div"),ba=v();er.id=ba;var Xa=document.createElement("div");Xa.classList.add(h.classes.backgroundInfo);var Vt=document.createElement("div");Vt.classList.add(h.classes.dateSelectorInner);var jn=document.createElement("div");jn.classList.add(h.classes.button),jn.classList.add(h.classes.elementThird),jn.classList.add(h.classes.dateSelectorUp),jn.innerHTML=Te;var Kt=document.createElement("div");Kt.classList.add(h.classes.button),Kt.classList.add(h.classes.elementThird),Kt.classList.add(h.classes.dateSelectorUp),Kt.innerHTML=Te;var Sn=document.createElement("div");Sn.classList.add(h.classes.button),Sn.classList.add(h.classes.elementThird),Sn.classList.add(h.classes.dateSelectorUp),Sn.innerHTML=Te,Re.classList.add(h.classes.element),Re.classList.add(h.classes.elementThird),Re.innerHTML=h.dateMonths[ae.getMonth()],_e.classList.add(h.classes.element),_e.classList.add(h.classes.elementThird),_e.setAttribute("contentEditable",!0),_e.addEventListener("input",kt),_e.addEventListener("blur",Tt),_e.innerHTML=ae.getDate(),de.classList.add(h.classes.element),de.classList.add(h.classes.elementThird),de.setAttribute("contentEditable",!0),de.addEventListener("input",bt),de.addEventListener("blur",Tt),de.innerHTML=ae.getFullYear();var lr=document.createElement("div");lr.classList.add(h.classes.button),lr.classList.add(h.classes.elementThird),lr.innerHTML=Te;var cr=document.createElement("div");cr.classList.add(h.classes.button),cr.classList.add(h.classes.elementThird),cr.innerHTML=Te;var ya=document.createElement("div");ya.classList.add(h.classes.button),ya.classList.add(h.classes.elementThird),ya.innerHTML=Te,jn.onclick=function(){return sn(1)},Kt.onclick=function(){return Mn(1)},Sn.onclick=function(){return pi(1)},lr.onclick=function(){return sn(-1)},cr.onclick=function(){return Mn(-1)},ya.onclick=function(){return pi(-1)};var un=document.createElement("div");un.classList.add(h.classes.button),un.classList.add(h.classes.elementHalf),un.classList.add(h.classes.backgroundSuccess),un.innerHTML=ie,un.onclick=function(){_(ba,re),N(),Y?Y(ae):W&&W(ae)};var dr=document.createElement("div");dr.classList.add(h.classes.button),dr.classList.add(h.classes.elementHalf),dr.classList.add(h.classes.backgroundError),dr.innerHTML=ee,dr.onclick=function(){_(ba,re),N(),ye?ye(ae):V&&V(ae)},Vt.appendChild(jn),Vt.appendChild(Kt),Vt.appendChild(Sn),Vt.appendChild(Re),Vt.appendChild(_e),Vt.appendChild(de),Vt.appendChild(lr),Vt.appendChild(cr),Vt.appendChild(ya),Xa.appendChild(Vt),er.appendChild(Xa),er.appendChild(un),er.appendChild(dr),er.listener=function(pt){k(pt)?un.click():E(pt)&&dr.click()},O(er,re),B(er,re)};m.default={alert:H,force:L,confirm:S,input:A,select:j,date:q,setOptions:C,hideAlerts:U}}])})}).call(r,a(0)(n))}])})}),t4={};Zx(t4,{default:()=>Ks});var tT=Zg(e4());eT(t4,Zg(e4()));var{default:Qg,...nT}=tT,Ks=Qg!==void 0?Qg:nT;d();d();var Ys=typeof navigator<"u"?navigator.userAgent.toLowerCase().indexOf("firefox")>0:!1;function Ei(e,t,n,r){e.addEventListener?e.addEventListener(t,n,r):e.attachEvent&&e.attachEvent(`on${t}`,()=>{n(window.event)})}function ec(e,t){let n=t.slice(0,t.length-1);for(let r=0;r=0;)t[n-1]+=",",t.splice(n,1),n=t.lastIndexOf("");return t}function n4(e,t){let n=e.length>=t.length?e:t,r=e.length>=t.length?t:e,a=!0;for(let o=0;oto[e.toLowerCase()]||zn[e.toLowerCase()]||e.toUpperCase().charCodeAt(0),rT=e=>Object.keys(to).find(t=>to[t]===e),aT=e=>Object.keys(zn).find(t=>zn[t]===e);function u4(e){i4=e||"all"}function xi(){return i4||"all"}function oT(){return tt.slice(0)}function iT(){return tt.map(e=>rT(e)||aT(e)||String.fromCharCode(e))}function sT(){let e=[];return Object.keys(gt).forEach(t=>{gt[t].forEach(({key:n,scope:r,mods:a,shortcut:o})=>{e.push({scope:r,shortcut:o,mods:a,keys:n.split("+").map(i=>Ti(i))})})}),e}function uT(e){let t=e.target||e.srcElement,{tagName:n}=t,r=!0;return(t.isContentEditable||(n==="INPUT"||n==="TEXTAREA"||n==="SELECT")&&!t.readOnly)&&(r=!1),r}function lT(e){return typeof e=="string"&&(e=Ti(e)),tt.indexOf(e)!==-1}function cT(e,t){let n,r;e||(e=xi());for(let a in gt)if(Object.prototype.hasOwnProperty.call(gt,a))for(n=gt[a],r=0;r=0&&tt.splice(n,1),e.key&&e.key.toLowerCase()==="meta"&&tt.splice(0,tt.length),(t===93||t===224)&&(t=91),t in Rt){Rt[t]=!1;for(let r in zn)zn[r]===t&&(yr[r]=!1)}}function l4(e,...t){if(typeof e>"u")Object.keys(gt).forEach(n=>delete gt[n]);else if(Array.isArray(e))e.forEach(n=>{n.key&&nc(n)});else if(typeof e=="object")e.key&&nc(e);else if(typeof e=="string"){let[n,r]=t;typeof n=="function"&&(r=n,n=""),nc({key:e,scope:n,method:r,splitKey:"+"})}}var nc=({key:e,scope:t,method:n,splitKey:r="+"})=>{tc(e).forEach(o=>{let i=o.split(r),s=i.length,u=i[s-1],l=u==="*"?"*":Ti(u);if(!gt[l])return;t||(t=xi());let c=s>1?ec(zn,i):[];gt[l]=gt[l].filter(m=>!((n?m.method===n:!0)&&m.scope===t&&n4(m.mods,c)))})};function a4(e,t,n,r){if(t.element!==r)return;let a;if(t.scope===n||t.scope==="all"){a=t.mods.length>0;for(let o in Rt)Object.prototype.hasOwnProperty.call(Rt,o)&&(!Rt[o]&&t.mods.indexOf(+o)>-1||Rt[o]&&t.mods.indexOf(+o)===-1)&&(a=!1);(t.mods.length===0&&!Rt[16]&&!Rt[18]&&!Rt[17]&&!Rt[91]||a||t.shortcut==="*")&&(t.keys=[],t.keys=t.keys.concat(tt),t.method(e,t)===!1&&(e.preventDefault?e.preventDefault():e.returnValue=!1,e.stopPropagation&&e.stopPropagation(),e.cancelBubble&&(e.cancelBubble=!0)))}}function o4(e,t){let n=gt["*"],r=e.keyCode||e.which||e.charCode;if(!yr.filter.call(this,e))return;if((r===93||r===224)&&(r=91),tt.indexOf(r)===-1&&r!==229&&tt.push(r),["ctrlKey","altKey","shiftKey","metaKey"].forEach(o=>{let i=Js[o];e[o]&&tt.indexOf(i)===-1?tt.push(i):!e[o]&&tt.indexOf(i)>-1?tt.splice(tt.indexOf(i),1):o==="metaKey"&&e[o]&&tt.length===3&&(e.ctrlKey||e.shiftKey||e.altKey||(tt=tt.slice(tt.indexOf(i))))}),r in Rt){Rt[r]=!0;for(let o in zn)zn[o]===r&&(yr[o]=!0);if(!n)return}for(let o in Rt)Object.prototype.hasOwnProperty.call(Rt,o)&&(Rt[o]=e[Js[o]]);e.getModifierState&&!(e.altKey&&!e.ctrlKey)&&e.getModifierState("AltGraph")&&(tt.indexOf(17)===-1&&tt.push(17),tt.indexOf(18)===-1&&tt.push(18),Rt[17]=!0,Rt[18]=!0);let a=xi();if(n)for(let o=0;o-1}function yr(e,t,n){tt=[];let r=tc(e),a=[],o="all",i=document,s=0,u=!1,l=!0,c="+",m=!1,g=!1;for(n===void 0&&typeof t=="function"&&(n=t),Object.prototype.toString.call(t)==="[object Object]"&&(t.scope&&(o=t.scope),t.element&&(i=t.element),t.keyup&&(u=t.keyup),t.keydown!==void 0&&(l=t.keydown),t.capture!==void 0&&(m=t.capture),typeof t.splitKey=="string"&&(c=t.splitKey),t.single===!0&&(g=!0)),typeof t=="string"&&(o=t),g&&l4(e,o);s1&&(a=ec(zn,e)),e=e[e.length-1],e=e==="*"?"*":Ti(e),e in gt||(gt[e]=[]),gt[e].push({keyup:u,keydown:l,scope:o,mods:a,shortcut:r[s],method:n,key:r[s],splitKey:c,element:i});typeof i<"u"&&!mT(i)&&window&&(s4.push(i),Ei(i,"keydown",p=>{o4(p,i)},m),r4||(r4=!0,Ei(window,"focus",()=>{tt=[]},m),Ei(window,"click",()=>{tt=[]},!1)),Ei(i,"keyup",p=>{o4(p,i),dT(p)},m))}function pT(e,t="all"){Object.keys(gt).forEach(n=>{gt[n].filter(a=>a.scope===t&&a.shortcut===e).forEach(a=>{a&&a.method&&a.method()})})}var rc={getPressedKeyString:iT,setScope:u4,getScope:xi,deleteScope:cT,getPressedKeyCodes:oT,getAllKeyCodes:sT,isPressed:lT,filter:uT,trigger:pT,unbind:l4,keyMap:to,modifier:zn,modifierMap:Js};for(let e in rc)Object.prototype.hasOwnProperty.call(rc,e)&&(yr[e]=rc[e]);if(typeof window<"u"){let e=window.hotkeys;yr.noConflict=t=>(t&&window.hotkeys===yr&&(window.hotkeys=e),yr),window.hotkeys=yr}var xn=yr;d();d();var gT={"Amazon Silk":"amazon_silk","Android Browser":"android",Bada:"bada",BlackBerry:"blackberry",Chrome:"chrome",Chromium:"chromium",Electron:"electron",Epiphany:"epiphany",Firefox:"firefox",Focus:"focus",Generic:"generic","Google Search":"google_search",Googlebot:"googlebot","Internet Explorer":"ie","K-Meleon":"k_meleon",Maxthon:"maxthon","Microsoft Edge":"edge","MZ Browser":"mz","NAVER Whale Browser":"naver",Opera:"opera","Opera Coast":"opera_coast",PhantomJS:"phantomjs",Puffin:"puffin",QupZilla:"qupzilla",QQ:"qq",QQLite:"qqlite",Safari:"safari",Sailfish:"sailfish","Samsung Internet for Android":"samsung_internet",SeaMonkey:"seamonkey",Sleipnir:"sleipnir",Swing:"swing",Tizen:"tizen","UC Browser":"uc",Vivaldi:"vivaldi","WebOS Browser":"webos",WeChat:"wechat","Yandex Browser":"yandex",Roku:"roku"},d4={amazon_silk:"Amazon Silk",android:"Android Browser",bada:"Bada",blackberry:"BlackBerry",chrome:"Chrome",chromium:"Chromium",electron:"Electron",epiphany:"Epiphany",firefox:"Firefox",focus:"Focus",generic:"Generic",googlebot:"Googlebot",google_search:"Google Search",ie:"Internet Explorer",k_meleon:"K-Meleon",maxthon:"Maxthon",edge:"Microsoft Edge",mz:"MZ Browser",naver:"NAVER Whale Browser",opera:"Opera",opera_coast:"Opera Coast",phantomjs:"PhantomJS",puffin:"Puffin",qupzilla:"QupZilla",qq:"QQ Browser",qqlite:"QQ Browser Lite",safari:"Safari",sailfish:"Sailfish",samsung_internet:"Samsung Internet for Android",seamonkey:"SeaMonkey",sleipnir:"Sleipnir",swing:"Swing",tizen:"Tizen",uc:"UC Browser",vivaldi:"Vivaldi",webos:"WebOS Browser",wechat:"WeChat",yandex:"Yandex Browser"},Ct={tablet:"tablet",mobile:"mobile",desktop:"desktop",tv:"tv"},dn={WindowsPhone:"Windows Phone",Windows:"Windows",MacOS:"macOS",iOS:"iOS",Android:"Android",WebOS:"WebOS",BlackBerry:"BlackBerry",Bada:"Bada",Tizen:"Tizen",Linux:"Linux",ChromeOS:"Chrome OS",PlayStation4:"PlayStation 4",Roku:"Roku"},Br={EdgeHTML:"EdgeHTML",Blink:"Blink",Trident:"Trident",Presto:"Presto",Gecko:"Gecko",WebKit:"WebKit"},G=class{static getFirstMatch(e,t){let n=t.match(e);return n&&n.length>0&&n[1]||""}static getSecondMatch(e,t){let n=t.match(e);return n&&n.length>1&&n[2]||""}static matchAndReturnConst(e,t,n){if(e.test(t))return n}static getWindowsVersionName(e){switch(e){case"NT":return"NT";case"XP":return"XP";case"NT 5.0":return"2000";case"NT 5.1":return"XP";case"NT 5.2":return"2003";case"NT 6.0":return"Vista";case"NT 6.1":return"7";case"NT 6.2":return"8";case"NT 6.3":return"8.1";case"NT 10.0":return"10";default:return}}static getMacOSVersionName(e){let t=e.split(".").splice(0,2).map(n=>parseInt(n,10)||0);if(t.push(0),t[0]===10)switch(t[1]){case 5:return"Leopard";case 6:return"Snow Leopard";case 7:return"Lion";case 8:return"Mountain Lion";case 9:return"Mavericks";case 10:return"Yosemite";case 11:return"El Capitan";case 12:return"Sierra";case 13:return"High Sierra";case 14:return"Mojave";case 15:return"Catalina";default:return}}static getAndroidVersionName(e){let t=e.split(".").splice(0,2).map(n=>parseInt(n,10)||0);if(t.push(0),!(t[0]===1&&t[1]<5)){if(t[0]===1&&t[1]<6)return"Cupcake";if(t[0]===1&&t[1]>=6)return"Donut";if(t[0]===2&&t[1]<2)return"Eclair";if(t[0]===2&&t[1]===2)return"Froyo";if(t[0]===2&&t[1]>2)return"Gingerbread";if(t[0]===3)return"Honeycomb";if(t[0]===4&&t[1]<1)return"Ice Cream Sandwich";if(t[0]===4&&t[1]<4)return"Jelly Bean";if(t[0]===4&&t[1]>=4)return"KitKat";if(t[0]===5)return"Lollipop";if(t[0]===6)return"Marshmallow";if(t[0]===7)return"Nougat";if(t[0]===8)return"Oreo";if(t[0]===9)return"Pie"}}static getVersionPrecision(e){return e.split(".").length}static compareVersions(e,t,n=!1){let r=G.getVersionPrecision(e),a=G.getVersionPrecision(t),o=Math.max(r,a),i=0,s=G.map([e,t],u=>{let l=o-G.getVersionPrecision(u),c=u+new Array(l+1).join(".0");return G.map(c.split("."),m=>new Array(20-m.length).join("0")+m).reverse()});for(n&&(i=o-Math.min(r,a)),o-=1;o>=i;){if(s[0][o]>s[1][o])return 1;if(s[0][o]===s[1][o]){if(o===i)return 0;o-=1}else if(s[0][o]{n[i]=o[i]})}return e}static getBrowserAlias(e){return gT[e]}static getBrowserTypeByAlias(e){return d4[e]||""}},nt=/version\/(\d+(\.?_?\d+)+)/i,fT=[{test:[/googlebot/i],describe(e){let t={name:"Googlebot"},n=G.getFirstMatch(/googlebot\/(\d+(\.\d+))/i,e)||G.getFirstMatch(nt,e);return n&&(t.version=n),t}},{test:[/opera/i],describe(e){let t={name:"Opera"},n=G.getFirstMatch(nt,e)||G.getFirstMatch(/(?:opera)[\s/](\d+(\.?_?\d+)+)/i,e);return n&&(t.version=n),t}},{test:[/opr\/|opios/i],describe(e){let t={name:"Opera"},n=G.getFirstMatch(/(?:opr|opios)[\s/](\S+)/i,e)||G.getFirstMatch(nt,e);return n&&(t.version=n),t}},{test:[/SamsungBrowser/i],describe(e){let t={name:"Samsung Internet for Android"},n=G.getFirstMatch(nt,e)||G.getFirstMatch(/(?:SamsungBrowser)[\s/](\d+(\.?_?\d+)+)/i,e);return n&&(t.version=n),t}},{test:[/Whale/i],describe(e){let t={name:"NAVER Whale Browser"},n=G.getFirstMatch(nt,e)||G.getFirstMatch(/(?:whale)[\s/](\d+(?:\.\d+)+)/i,e);return n&&(t.version=n),t}},{test:[/MZBrowser/i],describe(e){let t={name:"MZ Browser"},n=G.getFirstMatch(/(?:MZBrowser)[\s/](\d+(?:\.\d+)+)/i,e)||G.getFirstMatch(nt,e);return n&&(t.version=n),t}},{test:[/focus/i],describe(e){let t={name:"Focus"},n=G.getFirstMatch(/(?:focus)[\s/](\d+(?:\.\d+)+)/i,e)||G.getFirstMatch(nt,e);return n&&(t.version=n),t}},{test:[/swing/i],describe(e){let t={name:"Swing"},n=G.getFirstMatch(/(?:swing)[\s/](\d+(?:\.\d+)+)/i,e)||G.getFirstMatch(nt,e);return n&&(t.version=n),t}},{test:[/coast/i],describe(e){let t={name:"Opera Coast"},n=G.getFirstMatch(nt,e)||G.getFirstMatch(/(?:coast)[\s/](\d+(\.?_?\d+)+)/i,e);return n&&(t.version=n),t}},{test:[/opt\/\d+(?:.?_?\d+)+/i],describe(e){let t={name:"Opera Touch"},n=G.getFirstMatch(/(?:opt)[\s/](\d+(\.?_?\d+)+)/i,e)||G.getFirstMatch(nt,e);return n&&(t.version=n),t}},{test:[/yabrowser/i],describe(e){let t={name:"Yandex Browser"},n=G.getFirstMatch(/(?:yabrowser)[\s/](\d+(\.?_?\d+)+)/i,e)||G.getFirstMatch(nt,e);return n&&(t.version=n),t}},{test:[/ucbrowser/i],describe(e){let t={name:"UC Browser"},n=G.getFirstMatch(nt,e)||G.getFirstMatch(/(?:ucbrowser)[\s/](\d+(\.?_?\d+)+)/i,e);return n&&(t.version=n),t}},{test:[/Maxthon|mxios/i],describe(e){let t={name:"Maxthon"},n=G.getFirstMatch(nt,e)||G.getFirstMatch(/(?:Maxthon|mxios)[\s/](\d+(\.?_?\d+)+)/i,e);return n&&(t.version=n),t}},{test:[/epiphany/i],describe(e){let t={name:"Epiphany"},n=G.getFirstMatch(nt,e)||G.getFirstMatch(/(?:epiphany)[\s/](\d+(\.?_?\d+)+)/i,e);return n&&(t.version=n),t}},{test:[/puffin/i],describe(e){let t={name:"Puffin"},n=G.getFirstMatch(nt,e)||G.getFirstMatch(/(?:puffin)[\s/](\d+(\.?_?\d+)+)/i,e);return n&&(t.version=n),t}},{test:[/sleipnir/i],describe(e){let t={name:"Sleipnir"},n=G.getFirstMatch(nt,e)||G.getFirstMatch(/(?:sleipnir)[\s/](\d+(\.?_?\d+)+)/i,e);return n&&(t.version=n),t}},{test:[/k-meleon/i],describe(e){let t={name:"K-Meleon"},n=G.getFirstMatch(nt,e)||G.getFirstMatch(/(?:k-meleon)[\s/](\d+(\.?_?\d+)+)/i,e);return n&&(t.version=n),t}},{test:[/micromessenger/i],describe(e){let t={name:"WeChat"},n=G.getFirstMatch(/(?:micromessenger)[\s/](\d+(\.?_?\d+)+)/i,e)||G.getFirstMatch(nt,e);return n&&(t.version=n),t}},{test:[/qqbrowser/i],describe(e){let t={name:/qqbrowserlite/i.test(e)?"QQ Browser Lite":"QQ Browser"},n=G.getFirstMatch(/(?:qqbrowserlite|qqbrowser)[/](\d+(\.?_?\d+)+)/i,e)||G.getFirstMatch(nt,e);return n&&(t.version=n),t}},{test:[/msie|trident/i],describe(e){let t={name:"Internet Explorer"},n=G.getFirstMatch(/(?:msie |rv:)(\d+(\.?_?\d+)+)/i,e);return n&&(t.version=n),t}},{test:[/\sedg\//i],describe(e){let t={name:"Microsoft Edge"},n=G.getFirstMatch(/\sedg\/(\d+(\.?_?\d+)+)/i,e);return n&&(t.version=n),t}},{test:[/edg([ea]|ios)/i],describe(e){let t={name:"Microsoft Edge"},n=G.getSecondMatch(/edg([ea]|ios)\/(\d+(\.?_?\d+)+)/i,e);return n&&(t.version=n),t}},{test:[/vivaldi/i],describe(e){let t={name:"Vivaldi"},n=G.getFirstMatch(/vivaldi\/(\d+(\.?_?\d+)+)/i,e);return n&&(t.version=n),t}},{test:[/seamonkey/i],describe(e){let t={name:"SeaMonkey"},n=G.getFirstMatch(/seamonkey\/(\d+(\.?_?\d+)+)/i,e);return n&&(t.version=n),t}},{test:[/sailfish/i],describe(e){let t={name:"Sailfish"},n=G.getFirstMatch(/sailfish\s?browser\/(\d+(\.\d+)?)/i,e);return n&&(t.version=n),t}},{test:[/silk/i],describe(e){let t={name:"Amazon Silk"},n=G.getFirstMatch(/silk\/(\d+(\.?_?\d+)+)/i,e);return n&&(t.version=n),t}},{test:[/phantom/i],describe(e){let t={name:"PhantomJS"},n=G.getFirstMatch(/phantomjs\/(\d+(\.?_?\d+)+)/i,e);return n&&(t.version=n),t}},{test:[/slimerjs/i],describe(e){let t={name:"SlimerJS"},n=G.getFirstMatch(/slimerjs\/(\d+(\.?_?\d+)+)/i,e);return n&&(t.version=n),t}},{test:[/blackberry|\bbb\d+/i,/rim\stablet/i],describe(e){let t={name:"BlackBerry"},n=G.getFirstMatch(nt,e)||G.getFirstMatch(/blackberry[\d]+\/(\d+(\.?_?\d+)+)/i,e);return n&&(t.version=n),t}},{test:[/(web|hpw)[o0]s/i],describe(e){let t={name:"WebOS Browser"},n=G.getFirstMatch(nt,e)||G.getFirstMatch(/w(?:eb)?[o0]sbrowser\/(\d+(\.?_?\d+)+)/i,e);return n&&(t.version=n),t}},{test:[/bada/i],describe(e){let t={name:"Bada"},n=G.getFirstMatch(/dolfin\/(\d+(\.?_?\d+)+)/i,e);return n&&(t.version=n),t}},{test:[/tizen/i],describe(e){let t={name:"Tizen"},n=G.getFirstMatch(/(?:tizen\s?)?browser\/(\d+(\.?_?\d+)+)/i,e)||G.getFirstMatch(nt,e);return n&&(t.version=n),t}},{test:[/qupzilla/i],describe(e){let t={name:"QupZilla"},n=G.getFirstMatch(/(?:qupzilla)[\s/](\d+(\.?_?\d+)+)/i,e)||G.getFirstMatch(nt,e);return n&&(t.version=n),t}},{test:[/firefox|iceweasel|fxios/i],describe(e){let t={name:"Firefox"},n=G.getFirstMatch(/(?:firefox|iceweasel|fxios)[\s/](\d+(\.?_?\d+)+)/i,e);return n&&(t.version=n),t}},{test:[/electron/i],describe(e){let t={name:"Electron"},n=G.getFirstMatch(/(?:electron)\/(\d+(\.?_?\d+)+)/i,e);return n&&(t.version=n),t}},{test:[/MiuiBrowser/i],describe(e){let t={name:"Miui"},n=G.getFirstMatch(/(?:MiuiBrowser)[\s/](\d+(\.?_?\d+)+)/i,e);return n&&(t.version=n),t}},{test:[/chromium/i],describe(e){let t={name:"Chromium"},n=G.getFirstMatch(/(?:chromium)[\s/](\d+(\.?_?\d+)+)/i,e)||G.getFirstMatch(nt,e);return n&&(t.version=n),t}},{test:[/chrome|crios|crmo/i],describe(e){let t={name:"Chrome"},n=G.getFirstMatch(/(?:chrome|crios|crmo)\/(\d+(\.?_?\d+)+)/i,e);return n&&(t.version=n),t}},{test:[/GSA/i],describe(e){let t={name:"Google Search"},n=G.getFirstMatch(/(?:GSA)\/(\d+(\.?_?\d+)+)/i,e);return n&&(t.version=n),t}},{test(e){let t=!e.test(/like android/i),n=e.test(/android/i);return t&&n},describe(e){let t={name:"Android Browser"},n=G.getFirstMatch(nt,e);return n&&(t.version=n),t}},{test:[/playstation 4/i],describe(e){let t={name:"PlayStation 4"},n=G.getFirstMatch(nt,e);return n&&(t.version=n),t}},{test:[/safari|applewebkit/i],describe(e){let t={name:"Safari"},n=G.getFirstMatch(nt,e);return n&&(t.version=n),t}},{test:[/.*/i],describe(e){let t=/^(.*)\/(.*) /,n=/^(.*)\/(.*)[ \t]\((.*)/,r=e.search("\\(")!==-1?n:t;return{name:G.getFirstMatch(r,e),version:G.getSecondMatch(r,e)}}}],hT=fT,bT=[{test:[/Roku\/DVP/],describe(e){let t=G.getFirstMatch(/Roku\/DVP-(\d+\.\d+)/i,e);return{name:dn.Roku,version:t}}},{test:[/windows phone/i],describe(e){let t=G.getFirstMatch(/windows phone (?:os)?\s?(\d+(\.\d+)*)/i,e);return{name:dn.WindowsPhone,version:t}}},{test:[/windows /i],describe(e){let t=G.getFirstMatch(/Windows ((NT|XP)( \d\d?.\d)?)/i,e),n=G.getWindowsVersionName(t);return{name:dn.Windows,version:t,versionName:n}}},{test:[/Macintosh(.*?) FxiOS(.*?)\//],describe(e){let t={name:dn.iOS},n=G.getSecondMatch(/(Version\/)(\d[\d.]+)/,e);return n&&(t.version=n),t}},{test:[/macintosh/i],describe(e){let t=G.getFirstMatch(/mac os x (\d+(\.?_?\d+)+)/i,e).replace(/[_\s]/g,"."),n=G.getMacOSVersionName(t),r={name:dn.MacOS,version:t};return n&&(r.versionName=n),r}},{test:[/(ipod|iphone|ipad)/i],describe(e){let t=G.getFirstMatch(/os (\d+([_\s]\d+)*) like mac os x/i,e).replace(/[_\s]/g,".");return{name:dn.iOS,version:t}}},{test(e){let t=!e.test(/like android/i),n=e.test(/android/i);return t&&n},describe(e){let t=G.getFirstMatch(/android[\s/-](\d+(\.\d+)*)/i,e),n=G.getAndroidVersionName(t),r={name:dn.Android,version:t};return n&&(r.versionName=n),r}},{test:[/(web|hpw)[o0]s/i],describe(e){let t=G.getFirstMatch(/(?:web|hpw)[o0]s\/(\d+(\.\d+)*)/i,e),n={name:dn.WebOS};return t&&t.length&&(n.version=t),n}},{test:[/blackberry|\bbb\d+/i,/rim\stablet/i],describe(e){let t=G.getFirstMatch(/rim\stablet\sos\s(\d+(\.\d+)*)/i,e)||G.getFirstMatch(/blackberry\d+\/(\d+([_\s]\d+)*)/i,e)||G.getFirstMatch(/\bbb(\d+)/i,e);return{name:dn.BlackBerry,version:t}}},{test:[/bada/i],describe(e){let t=G.getFirstMatch(/bada\/(\d+(\.\d+)*)/i,e);return{name:dn.Bada,version:t}}},{test:[/tizen/i],describe(e){let t=G.getFirstMatch(/tizen[/\s](\d+(\.\d+)*)/i,e);return{name:dn.Tizen,version:t}}},{test:[/linux/i],describe(){return{name:dn.Linux}}},{test:[/CrOS/],describe(){return{name:dn.ChromeOS}}},{test:[/PlayStation 4/],describe(e){let t=G.getFirstMatch(/PlayStation 4[/\s](\d+(\.\d+)*)/i,e);return{name:dn.PlayStation4,version:t}}}],yT=[{test:[/googlebot/i],describe(){return{type:"bot",vendor:"Google"}}},{test:[/huawei/i],describe(e){let t=G.getFirstMatch(/(can-l01)/i,e)&&"Nova",n={type:Ct.mobile,vendor:"Huawei"};return t&&(n.model=t),n}},{test:[/nexus\s*(?:7|8|9|10).*/i],describe(){return{type:Ct.tablet,vendor:"Nexus"}}},{test:[/ipad/i],describe(){return{type:Ct.tablet,vendor:"Apple",model:"iPad"}}},{test:[/Macintosh(.*?) FxiOS(.*?)\//],describe(){return{type:Ct.tablet,vendor:"Apple",model:"iPad"}}},{test:[/kftt build/i],describe(){return{type:Ct.tablet,vendor:"Amazon",model:"Kindle Fire HD 7"}}},{test:[/silk/i],describe(){return{type:Ct.tablet,vendor:"Amazon"}}},{test:[/tablet(?! pc)/i],describe(){return{type:Ct.tablet}}},{test(e){let t=e.test(/ipod|iphone/i),n=e.test(/like (ipod|iphone)/i);return t&&!n},describe(e){let t=G.getFirstMatch(/(ipod|iphone)/i,e);return{type:Ct.mobile,vendor:"Apple",model:t}}},{test:[/nexus\s*[0-6].*/i,/galaxy nexus/i],describe(){return{type:Ct.mobile,vendor:"Nexus"}}},{test:[/[^-]mobi/i],describe(){return{type:Ct.mobile}}},{test(e){return e.getBrowserName(!0)==="blackberry"},describe(){return{type:Ct.mobile,vendor:"BlackBerry"}}},{test(e){return e.getBrowserName(!0)==="bada"},describe(){return{type:Ct.mobile}}},{test(e){return e.getBrowserName()==="windows phone"},describe(){return{type:Ct.mobile,vendor:"Microsoft"}}},{test(e){let t=Number(String(e.getOSVersion()).split(".")[0]);return e.getOSName(!0)==="android"&&t>=3},describe(){return{type:Ct.tablet}}},{test(e){return e.getOSName(!0)==="android"},describe(){return{type:Ct.mobile}}},{test(e){return e.getOSName(!0)==="macos"},describe(){return{type:Ct.desktop,vendor:"Apple"}}},{test(e){return e.getOSName(!0)==="windows"},describe(){return{type:Ct.desktop}}},{test(e){return e.getOSName(!0)==="linux"},describe(){return{type:Ct.desktop}}},{test(e){return e.getOSName(!0)==="playstation 4"},describe(){return{type:Ct.tv}}},{test(e){return e.getOSName(!0)==="roku"},describe(){return{type:Ct.tv}}}],ET=[{test(e){return e.getBrowserName(!0)==="microsoft edge"},describe(e){if(/\sedg\//i.test(e))return{name:Br.Blink};let t=G.getFirstMatch(/edge\/(\d+(\.?_?\d+)+)/i,e);return{name:Br.EdgeHTML,version:t}}},{test:[/trident/i],describe(e){let t={name:Br.Trident},n=G.getFirstMatch(/trident\/(\d+(\.?_?\d+)+)/i,e);return n&&(t.version=n),t}},{test(e){return e.test(/presto/i)},describe(e){let t={name:Br.Presto},n=G.getFirstMatch(/presto\/(\d+(\.?_?\d+)+)/i,e);return n&&(t.version=n),t}},{test(e){let t=e.test(/gecko/i),n=e.test(/like gecko/i);return t&&!n},describe(e){let t={name:Br.Gecko},n=G.getFirstMatch(/gecko\/(\d+(\.?_?\d+)+)/i,e);return n&&(t.version=n),t}},{test:[/(apple)?webkit\/537\.36/i],describe(){return{name:Br.Blink}}},{test:[/(apple)?webkit/i],describe(e){let t={name:Br.WebKit},n=G.getFirstMatch(/webkit\/(\d+(\.?_?\d+)+)/i,e);return n&&(t.version=n),t}}],xT=class{constructor(e,t=!1){if(e==null||e==="")throw new Error("UserAgent parameter can't be empty");this._ua=e,this.parsedResult={},t!==!0&&this.parse()}getUA(){return this._ua}test(e){return e.test(this._ua)}parseBrowser(){this.parsedResult.browser={};let e=G.find(hT,t=>{if(typeof t.test=="function")return t.test(this);if(t.test instanceof Array)return t.test.some(n=>this.test(n));throw new Error("Browser's test function is not valid")});return e&&(this.parsedResult.browser=e.describe(this.getUA())),this.parsedResult.browser}getBrowser(){return this.parsedResult.browser?this.parsedResult.browser:this.parseBrowser()}getBrowserName(e){return e?String(this.getBrowser().name).toLowerCase()||"":this.getBrowser().name||""}getBrowserVersion(){return this.getBrowser().version}getOS(){return this.parsedResult.os?this.parsedResult.os:this.parseOS()}parseOS(){this.parsedResult.os={};let e=G.find(bT,t=>{if(typeof t.test=="function")return t.test(this);if(t.test instanceof Array)return t.test.some(n=>this.test(n));throw new Error("Browser's test function is not valid")});return e&&(this.parsedResult.os=e.describe(this.getUA())),this.parsedResult.os}getOSName(e){let{name:t}=this.getOS();return e?String(t).toLowerCase()||"":t||""}getOSVersion(){return this.getOS().version}getPlatform(){return this.parsedResult.platform?this.parsedResult.platform:this.parsePlatform()}getPlatformType(e=!1){let{type:t}=this.getPlatform();return e?String(t).toLowerCase()||"":t||""}parsePlatform(){this.parsedResult.platform={};let e=G.find(yT,t=>{if(typeof t.test=="function")return t.test(this);if(t.test instanceof Array)return t.test.some(n=>this.test(n));throw new Error("Browser's test function is not valid")});return e&&(this.parsedResult.platform=e.describe(this.getUA())),this.parsedResult.platform}getEngine(){return this.parsedResult.engine?this.parsedResult.engine:this.parseEngine()}getEngineName(e){return e?String(this.getEngine().name).toLowerCase()||"":this.getEngine().name||""}parseEngine(){this.parsedResult.engine={};let e=G.find(ET,t=>{if(typeof t.test=="function")return t.test(this);if(t.test instanceof Array)return t.test.some(n=>this.test(n));throw new Error("Browser's test function is not valid")});return e&&(this.parsedResult.engine=e.describe(this.getUA())),this.parsedResult.engine}parse(){return this.parseBrowser(),this.parseOS(),this.parsePlatform(),this.parseEngine(),this}getResult(){return G.assign({},this.parsedResult)}satisfies(e){let t={},n=0,r={},a=0;if(Object.keys(e).forEach(o=>{let i=e[o];typeof i=="string"?(r[o]=i,a+=1):typeof i=="object"&&(t[o]=i,n+=1)}),n>0){let o=Object.keys(t),i=G.find(o,u=>this.isOS(u));if(i){let u=this.satisfies(t[i]);if(u!==void 0)return u}let s=G.find(o,u=>this.isPlatform(u));if(s){let u=this.satisfies(t[s]);if(u!==void 0)return u}}if(a>0){let o=Object.keys(r),i=G.find(o,s=>this.isBrowser(s,!0));if(i!==void 0)return this.compareVersion(r[i])}}isBrowser(e,t=!1){let n=this.getBrowserName().toLowerCase(),r=e.toLowerCase(),a=G.getBrowserTypeByAlias(r);return t&&a&&(r=a.toLowerCase()),r===n}compareVersion(e){let t=[0],n=e,r=!1,a=this.getBrowserVersion();if(typeof a=="string")return e[0]===">"||e[0]==="<"?(n=e.substr(1),e[1]==="="?(r=!0,n=e.substr(2)):t=[],e[0]===">"?t.push(1):t.push(-1)):e[0]==="="?n=e.substr(1):e[0]==="~"&&(r=!0,n=e.substr(1)),t.indexOf(G.compareVersions(a,n,r))>-1}isOS(e){return this.getOSName(!0)===String(e).toLowerCase()}isPlatform(e){return this.getPlatformType(!0)===String(e).toLowerCase()}isEngine(e){return this.getEngineName(!0)===String(e).toLowerCase()}is(e,t=!1){return this.isBrowser(e,t)||this.isOS(e)||this.isPlatform(e)}some(e=[]){return e.some(t=>this.is(t))}},c4=xT,TT=class{static getParser(e,t=!1){if(typeof e!="string")throw new Error("UserAgent should be a string");return new c4(e,t)}static parse(e){return new c4(e).getResult()}static get BROWSER_MAP(){return d4}static get ENGINE_MAP(){return Br}static get OS_MAP(){return dn}static get PLATFORMS_MAP(){return Ct}},no=TT;d();d();var{entries:E4,setPrototypeOf:m4,isFrozen:vT,getPrototypeOf:CT,getOwnPropertyDescriptor:ST}=Object,{freeze:mn,seal:Wn,create:wT}=Object,{apply:lc,construct:cc}=typeof Reflect<"u"&&Reflect;lc||(lc=function(e,t,n){return e.apply(t,n)});mn||(mn=function(e){return e});Wn||(Wn=function(e){return e});cc||(cc=function(e,t){return new e(...t)});var DT=Rn(Array.prototype.forEach),p4=Rn(Array.prototype.pop),vi=Rn(Array.prototype.push),Zs=Rn(String.prototype.toLowerCase),ac=Rn(String.prototype.toString),AT=Rn(String.prototype.match),qn=Rn(String.prototype.replace),kT=Rn(String.prototype.indexOf),_T=Rn(String.prototype.trim),Dn=Rn(RegExp.prototype.test),Ci=LT(TypeError);function Rn(e){return function(t){for(var n=arguments.length,r=new Array(n>1?n-1:0),a=1;a/gm),RT=Wn(/\${[\w\W]*}/gm),IT=Wn(/^data-[\-\w.\u00B7-\uFFFF]/),OT=Wn(/^aria-[\-\w]+$/),x4=Wn(/^(?:(?:(?:f|ht)tps?|mailto|tel|callto|sms|cid|xmpp):|[^a-z]|[a-z+.\-]+(?:[^a-z+.\-:]|$))/i),NT=Wn(/^(?:\w+script|data):/i),jT=Wn(/[\u0000-\u0020\u00A0\u1680\u180E\u2000-\u2029\u205F\u3000]/g),T4=Wn(/^html$/i),y4=Object.freeze({__proto__:null,MUSTACHE_EXPR:MT,ERB_EXPR:BT,TMPLIT_EXPR:RT,DATA_ATTR:IT,ARIA_ATTR:OT,IS_ALLOWED_URI:x4,IS_SCRIPT_OR_DATA:NT,ATTR_WHITESPACE:jT,DOCTYPE_NAME:T4}),UT=()=>typeof window>"u"?null:window,HT=function(e,t){if(typeof e!="object"||typeof e.createPolicy!="function")return null;let n=null,r="data-tt-policy-suffix";t&&t.hasAttribute(r)&&(n=t.getAttribute(r));let a="dompurify"+(n?"#"+n:"");try{return e.createPolicy(a,{createHTML(o){return o},createScriptURL(o){return o}})}catch{return null}};function v4(){let e=arguments.length>0&&arguments[0]!==void 0?arguments[0]:UT(),t=I=>v4(I);if(t.version="3.0.3",t.removed=[],!e||!e.document||e.document.nodeType!==9)return t.isSupported=!1,t;let n=e.document,r=n.currentScript,{document:a}=e,{DocumentFragment:o,HTMLTemplateElement:i,Node:s,Element:u,NodeFilter:l,NamedNodeMap:c=e.NamedNodeMap||e.MozNamedAttrMap,HTMLFormElement:m,DOMParser:g,trustedTypes:p}=e,f=u.prototype,y=Xs(f,"cloneNode"),b=Xs(f,"nextSibling"),h=Xs(f,"childNodes"),C=Xs(f,"parentNode");if(typeof i=="function"){let I=a.createElement("template");I.content&&I.content.ownerDocument&&(a=I.content.ownerDocument)}let w,P="",{implementation:R,createNodeIterator:v,createDocumentFragment:T,getElementsByTagName:F}=a,{importNode:k}=n,E={};t.isSupported=typeof E4=="function"&&typeof C=="function"&&R&&R.createHTMLDocument!==void 0;let{MUSTACHE_EXPR:O,ERB_EXPR:_,TMPLIT_EXPR:B,DATA_ATTR:N,ARIA_ATTR:U,IS_SCRIPT_OR_DATA:H,ATTR_WHITESPACE:L}=y4,{IS_ALLOWED_URI:S}=y4,A=null,j=Be({},[...g4,...oc,...ic,...sc,...f4]),q=null,z=Be({},[...h4,...uc,...b4,...Qs]),W=Object.seal(Object.create(null,{tagNameCheck:{writable:!0,configurable:!1,enumerable:!0,value:null},attributeNameCheck:{writable:!0,configurable:!1,enumerable:!0,value:null},allowCustomizedBuiltInElements:{writable:!0,configurable:!1,enumerable:!0,value:!1}})),V=null,ue=null,ae=!0,X=!0,ie=!1,pe=!0,ee=!1,Y=!1,ye=!1,ne=!1,re=!1,Te=!1,Re=!1,_e=!0,de=!1,mt="user-content-",kt=!0,bt=!1,Tt={},sn=null,Mn=Be({},["annotation-xml","audio","colgroup","desc","foreignobject","head","iframe","math","mi","mn","mo","ms","mtext","noembed","noframes","noscript","plaintext","script","style","svg","template","thead","title","video","xmp"]),pi=null,er=Be({},["audio","video","img","source","image","track"]),ba=null,Xa=Be({},["alt","class","for","id","label","name","pattern","placeholder","role","summary","title","value","style","xmlns"]),Vt="http://www.w3.org/1998/Math/MathML",jn="http://www.w3.org/2000/svg",Kt="http://www.w3.org/1999/xhtml",Sn=Kt,lr=!1,cr=null,ya=Be({},[Vt,jn,Kt],ac),un,dr=["application/xhtml+xml","text/html"],pt="text/html",Xe,wn=null,_6=a.createElement("form"),fg=function(I){return I instanceof RegExp||I instanceof Function},L0=function(I){if(!(wn&&wn===I)){if((!I||typeof I!="object")&&(I={}),I=ro(I),un=dr.indexOf(I.PARSER_MEDIA_TYPE)===-1?un=pt:un=I.PARSER_MEDIA_TYPE,Xe=un==="application/xhtml+xml"?ac:Zs,A="ALLOWED_TAGS"in I?Be({},I.ALLOWED_TAGS,Xe):j,q="ALLOWED_ATTR"in I?Be({},I.ALLOWED_ATTR,Xe):z,cr="ALLOWED_NAMESPACES"in I?Be({},I.ALLOWED_NAMESPACES,ac):ya,ba="ADD_URI_SAFE_ATTR"in I?Be(ro(Xa),I.ADD_URI_SAFE_ATTR,Xe):Xa,pi="ADD_DATA_URI_TAGS"in I?Be(ro(er),I.ADD_DATA_URI_TAGS,Xe):er,sn="FORBID_CONTENTS"in I?Be({},I.FORBID_CONTENTS,Xe):Mn,V="FORBID_TAGS"in I?Be({},I.FORBID_TAGS,Xe):{},ue="FORBID_ATTR"in I?Be({},I.FORBID_ATTR,Xe):{},Tt="USE_PROFILES"in I?I.USE_PROFILES:!1,ae=I.ALLOW_ARIA_ATTR!==!1,X=I.ALLOW_DATA_ATTR!==!1,ie=I.ALLOW_UNKNOWN_PROTOCOLS||!1,pe=I.ALLOW_SELF_CLOSE_IN_ATTR!==!1,ee=I.SAFE_FOR_TEMPLATES||!1,Y=I.WHOLE_DOCUMENT||!1,re=I.RETURN_DOM||!1,Te=I.RETURN_DOM_FRAGMENT||!1,Re=I.RETURN_TRUSTED_TYPE||!1,ne=I.FORCE_BODY||!1,_e=I.SANITIZE_DOM!==!1,de=I.SANITIZE_NAMED_PROPS||!1,kt=I.KEEP_CONTENT!==!1,bt=I.IN_PLACE||!1,S=I.ALLOWED_URI_REGEXP||x4,Sn=I.NAMESPACE||Kt,W=I.CUSTOM_ELEMENT_HANDLING||{},I.CUSTOM_ELEMENT_HANDLING&&fg(I.CUSTOM_ELEMENT_HANDLING.tagNameCheck)&&(W.tagNameCheck=I.CUSTOM_ELEMENT_HANDLING.tagNameCheck),I.CUSTOM_ELEMENT_HANDLING&&fg(I.CUSTOM_ELEMENT_HANDLING.attributeNameCheck)&&(W.attributeNameCheck=I.CUSTOM_ELEMENT_HANDLING.attributeNameCheck),I.CUSTOM_ELEMENT_HANDLING&&typeof I.CUSTOM_ELEMENT_HANDLING.allowCustomizedBuiltInElements=="boolean"&&(W.allowCustomizedBuiltInElements=I.CUSTOM_ELEMENT_HANDLING.allowCustomizedBuiltInElements),ee&&(X=!1),Te&&(re=!0),Tt&&(A=Be({},[...f4]),q=[],Tt.html===!0&&(Be(A,g4),Be(q,h4)),Tt.svg===!0&&(Be(A,oc),Be(q,uc),Be(q,Qs)),Tt.svgFilters===!0&&(Be(A,ic),Be(q,uc),Be(q,Qs)),Tt.mathMl===!0&&(Be(A,sc),Be(q,b4),Be(q,Qs))),I.ADD_TAGS&&(A===j&&(A=ro(A)),Be(A,I.ADD_TAGS,Xe)),I.ADD_ATTR&&(q===z&&(q=ro(q)),Be(q,I.ADD_ATTR,Xe)),I.ADD_URI_SAFE_ATTR&&Be(ba,I.ADD_URI_SAFE_ATTR,Xe),I.FORBID_CONTENTS&&(sn===Mn&&(sn=ro(sn)),Be(sn,I.FORBID_CONTENTS,Xe)),kt&&(A["#text"]=!0),Y&&Be(A,["html","head","body"]),A.table&&(Be(A,["tbody"]),delete V.tbody),I.TRUSTED_TYPES_POLICY){if(typeof I.TRUSTED_TYPES_POLICY.createHTML!="function")throw Ci('TRUSTED_TYPES_POLICY configuration option must provide a "createHTML" hook.');if(typeof I.TRUSTED_TYPES_POLICY.createScriptURL!="function")throw Ci('TRUSTED_TYPES_POLICY configuration option must provide a "createScriptURL" hook.');w=I.TRUSTED_TYPES_POLICY,P=w.createHTML("")}else w===void 0&&(w=HT(p,r)),w!==null&&typeof P=="string"&&(P=w.createHTML(""));mn&&mn(I),wn=I}},hg=Be({},["mi","mo","mn","ms","mtext"]),bg=Be({},["foreignobject","desc","title","annotation-xml"]),L6=Be({},["title","style","font","a","script"]),Os=Be({},oc);Be(Os,ic),Be(Os,PT);let P0=Be({},sc);Be(P0,FT);let P6=function(I){let le=C(I);(!le||!le.tagName)&&(le={namespaceURI:Sn,tagName:"template"});let Q=Zs(I.tagName),qe=Zs(le.tagName);return cr[I.namespaceURI]?I.namespaceURI===jn?le.namespaceURI===Kt?Q==="svg":le.namespaceURI===Vt?Q==="svg"&&(qe==="annotation-xml"||hg[qe]):!!Os[Q]:I.namespaceURI===Vt?le.namespaceURI===Kt?Q==="math":le.namespaceURI===jn?Q==="math"&&bg[qe]:!!P0[Q]:I.namespaceURI===Kt?le.namespaceURI===jn&&!bg[qe]||le.namespaceURI===Vt&&!hg[qe]?!1:!P0[Q]&&(L6[Q]||!Os[Q]):!!(un==="application/xhtml+xml"&&cr[I.namespaceURI]):!1},Qa=function(I){vi(t.removed,{element:I});try{I.parentNode.removeChild(I)}catch{I.remove()}},F0=function(I,le){try{vi(t.removed,{attribute:le.getAttributeNode(I),from:le})}catch{vi(t.removed,{attribute:null,from:le})}if(le.removeAttribute(I),I==="is"&&!q[I])if(re||Te)try{Qa(le)}catch{}else try{le.setAttribute(I,"")}catch{}},yg=function(I){let le,Q;if(ne)I=""+I;else{let ln=AT(I,/^[\r\n\t ]+/);Q=ln&&ln[0]}un==="application/xhtml+xml"&&Sn===Kt&&(I=''+I+"");let qe=w?w.createHTML(I):I;if(Sn===Kt)try{le=new g().parseFromString(qe,un)}catch{}if(!le||!le.documentElement){le=R.createDocument(Sn,"template",null);try{le.documentElement.innerHTML=lr?P:qe}catch{}}let _t=le.body||le.documentElement;return I&&Q&&_t.insertBefore(a.createTextNode(Q),_t.childNodes[0]||null),Sn===Kt?F.call(le,Y?"html":"body")[0]:Y?le.documentElement:_t},Eg=function(I){return v.call(I.ownerDocument||I,I,l.SHOW_ELEMENT|l.SHOW_COMMENT|l.SHOW_TEXT,null,!1)},F6=function(I){return I instanceof m&&(typeof I.nodeName!="string"||typeof I.textContent!="string"||typeof I.removeChild!="function"||!(I.attributes instanceof c)||typeof I.removeAttribute!="function"||typeof I.setAttribute!="function"||typeof I.namespaceURI!="string"||typeof I.insertBefore!="function"||typeof I.hasChildNodes!="function")},Ns=function(I){return typeof s=="object"?I instanceof s:I&&typeof I=="object"&&typeof I.nodeType=="number"&&typeof I.nodeName=="string"},mr=function(I,le,Q){E[I]&&DT(E[I],qe=>{qe.call(t,le,Q,wn)})},xg=function(I){let le;if(mr("beforeSanitizeElements",I,null),F6(I))return Qa(I),!0;let Q=Xe(I.nodeName);if(mr("uponSanitizeElement",I,{tagName:Q,allowedTags:A}),I.hasChildNodes()&&!Ns(I.firstElementChild)&&(!Ns(I.content)||!Ns(I.content.firstElementChild))&&Dn(/<[/\w]/g,I.innerHTML)&&Dn(/<[/\w]/g,I.textContent))return Qa(I),!0;if(!A[Q]||V[Q]){if(!V[Q]&&vg(Q)&&(W.tagNameCheck instanceof RegExp&&Dn(W.tagNameCheck,Q)||W.tagNameCheck instanceof Function&&W.tagNameCheck(Q)))return!1;if(kt&&!sn[Q]){let qe=C(I)||I.parentNode,_t=h(I)||I.childNodes;if(_t&&qe){let ln=_t.length;for(let En=ln-1;En>=0;--En)qe.insertBefore(y(_t[En],!0),b(I))}}return Qa(I),!0}return I instanceof u&&!P6(I)||(Q==="noscript"||Q==="noembed")&&Dn(/<\/no(script|embed)/i,I.innerHTML)?(Qa(I),!0):(ee&&I.nodeType===3&&(le=I.textContent,le=qn(le,O," "),le=qn(le,_," "),le=qn(le,B," "),I.textContent!==le&&(vi(t.removed,{element:I.cloneNode()}),I.textContent=le)),mr("afterSanitizeElements",I,null),!1)},Tg=function(I,le,Q){if(_e&&(le==="id"||le==="name")&&(Q in a||Q in _6))return!1;if(!(X&&!ue[le]&&Dn(N,le))&&!(ae&&Dn(U,le))){if(!q[le]||ue[le]){if(!(vg(I)&&(W.tagNameCheck instanceof RegExp&&Dn(W.tagNameCheck,I)||W.tagNameCheck instanceof Function&&W.tagNameCheck(I))&&(W.attributeNameCheck instanceof RegExp&&Dn(W.attributeNameCheck,le)||W.attributeNameCheck instanceof Function&&W.attributeNameCheck(le))||le==="is"&&W.allowCustomizedBuiltInElements&&(W.tagNameCheck instanceof RegExp&&Dn(W.tagNameCheck,Q)||W.tagNameCheck instanceof Function&&W.tagNameCheck(Q))))return!1}else if(!ba[le]&&!Dn(S,qn(Q,L,""))&&!((le==="src"||le==="xlink:href"||le==="href")&&I!=="script"&&kT(Q,"data:")===0&&pi[I])&&!(ie&&!Dn(H,qn(Q,L,"")))&&Q)return!1}return!0},vg=function(I){return I.indexOf("-")>0},Cg=function(I){let le,Q,qe,_t;mr("beforeSanitizeAttributes",I,null);let{attributes:ln}=I;if(!ln)return;let En={attrName:"",attrValue:"",keepAttr:!0,allowedAttributes:q};for(_t=ln.length;_t--;){le=ln[_t];let{name:Mt,namespaceURI:Za}=le;if(Q=Mt==="value"?le.value:_T(le.value),qe=Xe(Mt),En.attrName=qe,En.attrValue=Q,En.keepAttr=!0,En.forceKeepAttr=void 0,mr("uponSanitizeAttribute",I,En),Q=En.attrValue,En.forceKeepAttr||(F0(Mt,I),!En.keepAttr))continue;if(!pe&&Dn(/\/>/i,Q)){F0(Mt,I);continue}ee&&(Q=qn(Q,O," "),Q=qn(Q,_," "),Q=qn(Q,B," "));let Sg=Xe(I.nodeName);if(Tg(Sg,qe,Q)){if(de&&(qe==="id"||qe==="name")&&(F0(Mt,I),Q=mt+Q),w&&typeof p=="object"&&typeof p.getAttributeType=="function"&&!Za)switch(p.getAttributeType(Sg,qe)){case"TrustedHTML":{Q=w.createHTML(Q);break}case"TrustedScriptURL":{Q=w.createScriptURL(Q);break}}try{Za?I.setAttributeNS(Za,Mt,Q):I.setAttribute(Mt,Q),p4(t.removed)}catch{}}}mr("afterSanitizeAttributes",I,null)},M6=function I(le){let Q,qe=Eg(le);for(mr("beforeSanitizeShadowDOM",le,null);Q=qe.nextNode();)mr("uponSanitizeShadowNode",Q,null),!xg(Q)&&(Q.content instanceof o&&I(Q.content),Cg(Q));mr("afterSanitizeShadowDOM",le,null)};return t.sanitize=function(I){let le=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{},Q,qe,_t,ln;if(lr=!I,lr&&(I=""),typeof I!="string"&&!Ns(I))if(typeof I.toString=="function"){if(I=I.toString(),typeof I!="string")throw Ci("dirty is not a string, aborting")}else throw Ci("toString is not a function");if(!t.isSupported)return I;if(ye||L0(le),t.removed=[],typeof I=="string"&&(bt=!1),bt){if(I.nodeName){let Za=Xe(I.nodeName);if(!A[Za]||V[Za])throw Ci("root node is forbidden and cannot be sanitized in-place")}}else if(I instanceof s)Q=yg(""),qe=Q.ownerDocument.importNode(I,!0),qe.nodeType===1&&qe.nodeName==="BODY"||qe.nodeName==="HTML"?Q=qe:Q.appendChild(qe);else{if(!re&&!ee&&!Y&&I.indexOf("<")===-1)return w&&Re?w.createHTML(I):I;if(Q=yg(I),!Q)return re?null:Re?P:""}Q&&ne&&Qa(Q.firstChild);let En=Eg(bt?I:Q);for(;_t=En.nextNode();)xg(_t)||(_t.content instanceof o&&M6(_t.content),Cg(_t));if(bt)return I;if(re){if(Te)for(ln=T.call(Q.ownerDocument);Q.firstChild;)ln.appendChild(Q.firstChild);else ln=Q;return(q.shadowroot||q.shadowrootmod)&&(ln=k.call(n,ln,!0)),ln}let Mt=Y?Q.outerHTML:Q.innerHTML;return Y&&A["!doctype"]&&Q.ownerDocument&&Q.ownerDocument.doctype&&Q.ownerDocument.doctype.name&&Dn(T4,Q.ownerDocument.doctype.name)&&(Mt=" +`+Mt),ee&&(Mt=qn(Mt,O," "),Mt=qn(Mt,_," "),Mt=qn(Mt,B," ")),w&&Re?w.createHTML(Mt):Mt},t.setConfig=function(I){L0(I),ye=!0},t.clearConfig=function(){wn=null,ye=!1},t.isValidAttribute=function(I,le,Q){wn||L0({});let qe=Xe(I),_t=Xe(le);return Tg(qe,_t,Q)},t.addHook=function(I,le){typeof le=="function"&&(E[I]=E[I]||[],vi(E[I],le))},t.removeHook=function(I){if(E[I])return p4(E[I])},t.removeHooks=function(I){E[I]&&(E[I]=[])},t.removeAllHooks=function(){E={}},t}var Ge=v4();d();d();var zT=Object.create,mc=Object.defineProperty,qT=Object.getOwnPropertyDescriptor,WT=Object.getOwnPropertyNames,$T=Object.getPrototypeOf,GT=Object.prototype.hasOwnProperty,pc=(e,t)=>()=>(t||e((t={exports:{}}).exports,t),t.exports),VT=(e,t)=>{for(var n in t)mc(e,n,{get:t[n],enumerable:!0})},dc=(e,t,n,r)=>{if(t&&typeof t=="object"||typeof t=="function")for(let a of WT(t))!GT.call(e,a)&&a!==n&&mc(e,a,{get:()=>t[a],enumerable:!(r=qT(t,a))||r.enumerable});return e},KT=(e,t,n)=>(dc(e,t,"default"),n&&dc(n,t,"default")),S4=(e,t,n)=>(n=e!=null?zT($T(e)):{},dc(t||!e||!e.__esModule?mc(n,"default",{value:e,enumerable:!0}):n,e)),YT=pc((e,t)=>{function n(r,a){if(a&&a.documentElement)r=a,a=arguments[2];else if(!r||!r.documentElement)throw new Error("First argument to Readability constructor should be a document object.");if(a=a||{},this._doc=r,this._docJSDOMParser=this._doc.firstChild.__JSDOMParser__,this._articleTitle=null,this._articleByline=null,this._articleDir=null,this._articleSiteName=null,this._attempts=[],this._debug=!!a.debug,this._maxElemsToParse=a.maxElemsToParse||this.DEFAULT_MAX_ELEMS_TO_PARSE,this._nbTopCandidates=a.nbTopCandidates||this.DEFAULT_N_TOP_CANDIDATES,this._charThreshold=a.charThreshold||this.DEFAULT_CHAR_THRESHOLD,this._classesToPreserve=this.CLASSES_TO_PRESERVE.concat(a.classesToPreserve||[]),this._keepClasses=!!a.keepClasses,this._serializer=a.serializer||function(o){return o.innerHTML},this._disableJSONLD=!!a.disableJSONLD,this._allowedVideoRegex=a.allowedVideoRegex||this.REGEXPS.videos,this._flags=this.FLAG_STRIP_UNLIKELYS|this.FLAG_WEIGHT_CLASSES|this.FLAG_CLEAN_CONDITIONALLY,this._debug){let o=function(i){if(i.nodeType==i.TEXT_NODE)return`${i.nodeName} ("${i.textContent}")`;let s=Array.from(i.attributes||[],function(u){return`${u.name}="${u.value}"`}).join(" ");return`<${i.localName} ${s}>`};this.log=function(){if(typeof console<"u")Array.from(arguments,u=>u&&u.nodeType==this.ELEMENT_NODE?o(u):u).unshift("Reader: (Readability)");else if(typeof dump<"u"){var i=Array.prototype.map.call(arguments,function(s){return s&&s.nodeName?o(s):s}).join(" ");dump("Reader: (Readability) "+i+` +`)}}}else this.log=function(){}}n.prototype={FLAG_STRIP_UNLIKELYS:1,FLAG_WEIGHT_CLASSES:2,FLAG_CLEAN_CONDITIONALLY:4,ELEMENT_NODE:1,TEXT_NODE:3,DEFAULT_MAX_ELEMS_TO_PARSE:0,DEFAULT_N_TOP_CANDIDATES:5,DEFAULT_TAGS_TO_SCORE:"section,h2,h3,h4,h5,h6,p,td,pre".toUpperCase().split(","),DEFAULT_CHAR_THRESHOLD:500,REGEXPS:{unlikelyCandidates:/-ad-|ai2html|banner|breadcrumbs|combx|comment|community|cover-wrap|disqus|extra|footer|gdpr|header|legends|menu|related|remark|replies|rss|shoutbox|sidebar|skyscraper|social|sponsor|supplemental|ad-break|agegate|pagination|pager|popup|yom-remote/i,okMaybeItsACandidate:/and|article|body|column|content|main|shadow/i,positive:/article|body|content|entry|hentry|h-entry|main|page|pagination|post|text|blog|story/i,negative:/-ad-|hidden|^hid$| hid$| hid |^hid |banner|combx|comment|com-|contact|foot|footer|footnote|gdpr|masthead|media|meta|outbrain|promo|related|scroll|share|shoutbox|sidebar|skyscraper|sponsor|shopping|tags|tool|widget/i,extraneous:/print|archive|comment|discuss|e[\-]?mail|share|reply|all|login|sign|single|utility/i,byline:/byline|author|dateline|writtenby|p-author/i,replaceFonts:/<(\/?)font[^>]*>/gi,normalize:/\s{2,}/g,videos:/\/\/(www\.)?((dailymotion|youtube|youtube-nocookie|player\.vimeo|v\.qq)\.com|(archive|upload\.wikimedia)\.org|player\.twitch\.tv)/i,shareElements:/(\b|_)(share|sharedaddy)(\b|_)/i,nextLink:/(next|weiter|continue|>([^\|]|$)|»([^\|]|$))/i,prevLink:/(prev|earl|old|new|<|«)/i,tokenize:/\W+/g,whitespace:/^\s*$/,hasContent:/\S$/,hashUrl:/^#.+/,srcsetUrl:/(\S+)(\s+[\d.]+[xw])?(\s*(?:,|$))/g,b64DataUrl:/^data:\s*([^\s;,]+)\s*;\s*base64\s*,/i,jsonLdArticleTypes:/^Article|AdvertiserContentArticle|NewsArticle|AnalysisNewsArticle|AskPublicNewsArticle|BackgroundNewsArticle|OpinionNewsArticle|ReportageNewsArticle|ReviewNewsArticle|Report|SatiricalArticle|ScholarlyArticle|MedicalScholarlyArticle|SocialMediaPosting|BlogPosting|LiveBlogPosting|DiscussionForumPosting|TechArticle|APIReference$/},UNLIKELY_ROLES:["menu","menubar","complementary","navigation","alert","alertdialog","dialog"],DIV_TO_P_ELEMS:new Set(["BLOCKQUOTE","DL","DIV","IMG","OL","P","PRE","TABLE","UL"]),ALTER_TO_DIV_EXCEPTIONS:["DIV","ARTICLE","SECTION","P"],PRESENTATIONAL_ATTRIBUTES:["align","background","bgcolor","border","cellpadding","cellspacing","frame","hspace","rules","style","valign","vspace"],DEPRECATED_SIZE_ATTRIBUTE_ELEMS:["TABLE","TH","TD","HR","PRE"],PHRASING_ELEMS:["ABBR","AUDIO","B","BDO","BR","BUTTON","CITE","CODE","DATA","DATALIST","DFN","EM","EMBED","I","IMG","INPUT","KBD","LABEL","MARK","MATH","METER","NOSCRIPT","OBJECT","OUTPUT","PROGRESS","Q","RUBY","SAMP","SCRIPT","SELECT","SMALL","SPAN","STRONG","SUB","SUP","TEXTAREA","TIME","VAR","WBR"],CLASSES_TO_PRESERVE:["page"],HTML_ESCAPE_MAP:{lt:"<",gt:">",amp:"&",quot:'"',apos:"'"},_postProcessContent:function(r){this._fixRelativeUris(r),this._simplifyNestedElements(r),this._keepClasses||this._cleanClasses(r)},_removeNodes:function(r,a){if(this._docJSDOMParser&&r._isLiveNodeList)throw new Error("Do not pass live node lists to _removeNodes");for(var o=r.length-1;o>=0;o--){var i=r[o],s=i.parentNode;s&&(!a||a.call(this,i,o,r))&&s.removeChild(i)}},_replaceNodeTags:function(r,a){if(this._docJSDOMParser&&r._isLiveNodeList)throw new Error("Do not pass live node lists to _replaceNodeTags");for(let o of r)this._setNodeTag(o,a)},_forEachNode:function(r,a){Array.prototype.forEach.call(r,a,this)},_findNode:function(r,a){return Array.prototype.find.call(r,a,this)},_someNode:function(r,a){return Array.prototype.some.call(r,a,this)},_everyNode:function(r,a){return Array.prototype.every.call(r,a,this)},_concatNodeLists:function(){var r=Array.prototype.slice,a=r.call(arguments),o=a.map(function(i){return r.call(i)});return Array.prototype.concat.apply([],o)},_getAllNodesWithTag:function(r,a){return r.querySelectorAll?r.querySelectorAll(a.join(",")):[].concat.apply([],a.map(function(o){var i=r.getElementsByTagName(o);return Array.isArray(i)?i:Array.from(i)}))},_cleanClasses:function(r){var a=this._classesToPreserve,o=(r.getAttribute("class")||"").split(/\s+/).filter(function(i){return a.indexOf(i)!=-1}).join(" ");for(o?r.setAttribute("class",o):r.removeAttribute("class"),r=r.firstElementChild;r;r=r.nextElementSibling)this._cleanClasses(r)},_fixRelativeUris:function(r){var a=this._doc.baseURI,o=this._doc.documentURI;function i(l){if(a==o&&l.charAt(0)=="#")return l;try{return new URL(l,a).href}catch{}return l}var s=this._getAllNodesWithTag(r,["a"]);this._forEachNode(s,function(l){var c=l.getAttribute("href");if(c)if(c.indexOf("javascript:")===0)if(l.childNodes.length===1&&l.childNodes[0].nodeType===this.TEXT_NODE){var m=this._doc.createTextNode(l.textContent);l.parentNode.replaceChild(m,l)}else{for(var g=this._doc.createElement("span");l.firstChild;)g.appendChild(l.firstChild);l.parentNode.replaceChild(g,l)}else l.setAttribute("href",i(c))});var u=this._getAllNodesWithTag(r,["img","picture","figure","video","audio","source"]);this._forEachNode(u,function(l){var c=l.getAttribute("src"),m=l.getAttribute("poster"),g=l.getAttribute("srcset");if(c&&l.setAttribute("src",i(c)),m&&l.setAttribute("poster",i(m)),g){var p=g.replace(this.REGEXPS.srcsetUrl,function(f,y,b,h){return i(y)+(b||"")+h});l.setAttribute("srcset",p)}})},_simplifyNestedElements:function(r){for(var a=r;a;){if(a.parentNode&&["DIV","SECTION"].includes(a.tagName)&&!(a.id&&a.id.startsWith("readability"))){if(this._isElementWithoutContent(a)){a=this._removeAndGetNext(a);continue}else if(this._hasSingleTagInsideElement(a,"DIV")||this._hasSingleTagInsideElement(a,"SECTION")){for(var o=a.children[0],i=0;i»] /.test(a))i=/ [\\\/>»] /.test(a),a=o.replace(/(.*)[\|\-\\\/>»] .*/gi,"$1"),s(a)<3&&(a=o.replace(/[^\|\-\\\/>»]*[\|\-\\\/>»](.*)/gi,"$1"));else if(a.indexOf(": ")!==-1){var u=this._concatNodeLists(r.getElementsByTagName("h1"),r.getElementsByTagName("h2")),l=a.trim(),c=this._someNode(u,function(p){return p.textContent.trim()===l});c||(a=o.substring(o.lastIndexOf(":")+1),s(a)<3?a=o.substring(o.indexOf(":")+1):s(o.substr(0,o.indexOf(":")))>5&&(a=o))}else if(a.length>150||a.length<15){var m=r.getElementsByTagName("h1");m.length===1&&(a=this._getInnerText(m[0]))}a=a.trim().replace(this.REGEXPS.normalize," ");var g=s(a);return g<=4&&(!i||g!=s(o.replace(/[\|\-\\\/>»]+/g,""))-1)&&(a=o),a},_prepDocument:function(){var r=this._doc;this._removeNodes(this._getAllNodesWithTag(r,["style"])),r.body&&this._replaceBrs(r.body),this._replaceNodeTags(this._getAllNodesWithTag(r,["font"]),"SPAN")},_nextNode:function(r){for(var a=r;a&&a.nodeType!=this.ELEMENT_NODE&&this.REGEXPS.whitespace.test(a.textContent);)a=a.nextSibling;return a},_replaceBrs:function(r){this._forEachNode(this._getAllNodesWithTag(r,["br"]),function(a){for(var o=a.nextSibling,i=!1;(o=this._nextNode(o))&&o.tagName=="BR";){i=!0;var s=o.nextSibling;o.parentNode.removeChild(o),o=s}if(i){var u=this._doc.createElement("p");for(a.parentNode.replaceChild(u,a),o=u.nextSibling;o;){if(o.tagName=="BR"){var l=this._nextNode(o.nextSibling);if(l&&l.tagName=="BR")break}if(!this._isPhrasingContent(o))break;var c=o.nextSibling;u.appendChild(o),o=c}for(;u.lastChild&&this._isWhitespace(u.lastChild);)u.removeChild(u.lastChild);u.parentNode.tagName==="P"&&this._setNodeTag(u.parentNode,"DIV")}})},_setNodeTag:function(r,a){if(this.log("_setNodeTag",r,a),this._docJSDOMParser)return r.localName=a.toLowerCase(),r.tagName=a.toUpperCase(),r;for(var o=r.ownerDocument.createElement(a);r.firstChild;)o.appendChild(r.firstChild);r.parentNode.replaceChild(o,r),r.readability&&(o.readability=r.readability);for(var i=0;i!o.includes(l)),u=s.join(" ").length/i.join(" ").length;return 1-u},_checkByline:function(r,a){if(this._articleByline)return!1;if(r.getAttribute!==void 0)var o=r.getAttribute("rel"),i=r.getAttribute("itemprop");return(o==="author"||i&&i.indexOf("author")!==-1||this.REGEXPS.byline.test(a))&&this._isValidByline(r.textContent)?(this._articleByline=r.textContent.trim(),!0):!1},_getNodeAncestors:function(r,a){a=a||0;for(var o=0,i=[];r.parentNode&&(i.push(r.parentNode),!(a&&++o===a));)r=r.parentNode;return i},_grabArticle:function(r){this.log("**** grabArticle ****");var a=this._doc,o=r!==null;if(r=r||this._doc.body,!r)return this.log("No body found in document. Abort."),null;for(var i=r.innerHTML;;){this.log("Starting grabArticle loop");var s=this._flagIsActive(this.FLAG_STRIP_UNLIKELYS),u=[],l=this._doc.documentElement;let ne=!0;for(;l;){l.tagName==="HTML"&&(this._articleLang=l.getAttribute("lang"));var c=l.className+" "+l.id;if(!this._isProbablyVisible(l)){this.log("Removing hidden node - "+c),l=this._removeAndGetNext(l);continue}if(l.getAttribute("aria-modal")=="true"&&l.getAttribute("role")=="dialog"){l=this._removeAndGetNext(l);continue}if(this._checkByline(l,c)){l=this._removeAndGetNext(l);continue}if(ne&&this._headerDuplicatesTitle(l)){this.log("Removing header: ",l.textContent.trim(),this._articleTitle.trim()),ne=!1,l=this._removeAndGetNext(l);continue}if(s){if(this.REGEXPS.unlikelyCandidates.test(c)&&!this.REGEXPS.okMaybeItsACandidate.test(c)&&!this._hasAncestorTag(l,"table")&&!this._hasAncestorTag(l,"code")&&l.tagName!=="BODY"&&l.tagName!=="A"){this.log("Removing unlikely candidate - "+c),l=this._removeAndGetNext(l);continue}if(this.UNLIKELY_ROLES.includes(l.getAttribute("role"))){this.log("Removing content with role "+l.getAttribute("role")+" - "+c),l=this._removeAndGetNext(l);continue}}if((l.tagName==="DIV"||l.tagName==="SECTION"||l.tagName==="HEADER"||l.tagName==="H1"||l.tagName==="H2"||l.tagName==="H3"||l.tagName==="H4"||l.tagName==="H5"||l.tagName==="H6")&&this._isElementWithoutContent(l)){l=this._removeAndGetNext(l);continue}if(this.DEFAULT_TAGS_TO_SCORE.indexOf(l.tagName)!==-1&&u.push(l),l.tagName==="DIV"){for(var m=null,g=l.firstChild;g;){var p=g.nextSibling;if(this._isPhrasingContent(g))m!==null?m.appendChild(g):this._isWhitespace(g)||(m=a.createElement("p"),l.replaceChild(m,g),m.appendChild(g));else if(m!==null){for(;m.lastChild&&this._isWhitespace(m.lastChild);)m.removeChild(m.lastChild);m=null}g=p}if(this._hasSingleTagInsideElement(l,"P")&&this._getLinkDensity(l)<.25){var f=l.children[0];l.parentNode.replaceChild(f,l),l=f,u.push(l)}else this._hasChildBlockElement(l)||(l=this._setNodeTag(l,"P"),u.push(l))}l=this._getNextNode(l)}var y=[];this._forEachNode(u,function(re){if(!(!re.parentNode||typeof re.parentNode.tagName>"u")){var Te=this._getInnerText(re);if(!(Te.length<25)){var Re=this._getNodeAncestors(re,5);if(Re.length!==0){var _e=0;_e+=1,_e+=Te.split(",").length,_e+=Math.min(Math.floor(Te.length/100),3),this._forEachNode(Re,function(de,mt){if(!(!de.tagName||!de.parentNode||typeof de.parentNode.tagName>"u")){if(typeof de.readability>"u"&&(this._initializeNode(de),y.push(de)),mt===0)var kt=1;else mt===1?kt=2:kt=mt*3;de.readability.contentScore+=_e/kt}})}}}});for(var b=[],h=0,C=y.length;hv.readability.contentScore){b.splice(R,0,w),b.length>this._nbTopCandidates&&b.pop();break}}}var T=b[0]||null,F=!1,k;if(T===null||T.tagName==="BODY"){for(T=a.createElement("DIV"),F=!0;r.firstChild;)this.log("Moving child out:",r.firstChild),T.appendChild(r.firstChild);r.appendChild(T),this._initializeNode(T)}else if(T){for(var E=[],O=1;O=.75&&E.push(this._getNodeAncestors(b[O]));var _=3;if(E.length>=_)for(k=T.parentNode;k.tagName!=="BODY";){for(var B=0,N=0;N=_){T=k;break}k=k.parentNode}T.readability||this._initializeNode(T),k=T.parentNode;for(var U=T.readability.contentScore,H=U/3;k.tagName!=="BODY";){if(!k.readability){k=k.parentNode;continue}var L=k.readability.contentScore;if(LU){T=k;break}U=k.readability.contentScore,k=k.parentNode}for(k=T.parentNode;k.tagName!="BODY"&&k.children.length==1;)T=k,k=T.parentNode;T.readability||this._initializeNode(T)}var S=a.createElement("DIV");o&&(S.id="readability-content");var A=Math.max(10,T.readability.contentScore*.2);k=T.parentNode;for(var j=k.children,q=0,z=j.length;q=A)V=!0;else if(W.nodeName==="P"){var ae=this._getLinkDensity(W),X=this._getInnerText(W),ie=X.length;(ie>80&&ae<.25||ie<80&&ie>0&&ae===0&&X.search(/\.( |$)/)!==-1)&&(V=!0)}}V&&(this.log("Appending node:",W),this.ALTER_TO_DIV_EXCEPTIONS.indexOf(W.nodeName)===-1&&(this.log("Altering sibling:",W,"to div."),W=this._setNodeTag(W,"DIV")),S.appendChild(W),j=k.children,q-=1,z-=1)}if(this._debug&&this.log("Article content pre-prep: "+S.innerHTML),this._prepArticle(S),this._debug&&this.log("Article content post-prep: "+S.innerHTML),F)T.id="readability-page-1",T.className="page";else{var pe=a.createElement("DIV");for(pe.id="readability-page-1",pe.className="page";S.firstChild;)pe.appendChild(S.firstChild);S.appendChild(pe)}this._debug&&this.log("Article content after paging: "+S.innerHTML);var ee=!0,Y=this._getInnerText(S,!0).length;if(Y0&&r.length<100):!1},_unescapeHtmlEntities:function(r){if(!r)return r;var a=this.HTML_ESCAPE_MAP;return r.replace(/&(quot|amp|apos|lt|gt);/g,function(o,i){return a[i]}).replace(/&#(?:x([0-9a-z]{1,4})|([0-9]{1,4}));/gi,function(o,i,s){var u=parseInt(i||s,i?16:10);return String.fromCharCode(u)})},_getJSONLD:function(r){var a=this._getAllNodesWithTag(r,["script"]),o;return this._forEachNode(a,function(i){if(!o&&i.getAttribute("type")==="application/ld+json")try{var s=i.textContent.replace(/^\s*\s*$/g,""),u=JSON.parse(s);if(!u["@context"]||!u["@context"].match(/^https?\:\/\/schema\.org$/)||(!u["@type"]&&Array.isArray(u["@graph"])&&(u=u["@graph"].find(function(g){return(g["@type"]||"").match(this.REGEXPS.jsonLdArticleTypes)})),!u||!u["@type"]||!u["@type"].match(this.REGEXPS.jsonLdArticleTypes)))return;if(o={},typeof u.name=="string"&&typeof u.headline=="string"&&u.name!==u.headline){var l=this._getArticleTitle(),c=this._textSimilarity(u.name,l)>.75,m=this._textSimilarity(u.headline,l)>.75;m&&!c?o.title=u.headline:o.title=u.name}else typeof u.name=="string"?o.title=u.name.trim():typeof u.headline=="string"&&(o.title=u.headline.trim());u.author&&(typeof u.author.name=="string"?o.byline=u.author.name.trim():Array.isArray(u.author)&&u.author[0]&&typeof u.author[0].name=="string"&&(o.byline=u.author.filter(function(g){return g&&typeof g.name=="string"}).map(function(g){return g.name.trim()}).join(", "))),typeof u.description=="string"&&(o.excerpt=u.description.trim()),u.publisher&&typeof u.publisher.name=="string"&&(o.siteName=u.publisher.name.trim());return}catch(g){this.log(g.message)}}),o||{}},_getArticleMetadata:function(r){var a={},o={},i=this._doc.getElementsByTagName("meta"),s=/\s*(dc|dcterm|og|twitter)\s*:\s*(author|creator|description|title|site_name)\s*/gi,u=/^\s*(?:(dc|dcterm|og|twitter|weibo:(article|webpage))\s*[\.:]\s*)?(author|creator|description|title|site_name)\s*$/i;return this._forEachNode(i,function(l){var c=l.getAttribute("name"),m=l.getAttribute("property"),g=l.getAttribute("content");if(g){var p=null,f=null;m&&(p=m.match(s),p&&(f=p[0].toLowerCase().replace(/\s/g,""),o[f]=g.trim())),!p&&c&&u.test(c)&&(f=c,g&&(f=f.toLowerCase().replace(/\s/g,"").replace(/\./g,":"),o[f]=g.trim()))}}),a.title=r.title||o["dc:title"]||o["dcterm:title"]||o["og:title"]||o["weibo:article:title"]||o["weibo:webpage:title"]||o.title||o["twitter:title"],a.title||(a.title=this._getArticleTitle()),a.byline=r.byline||o["dc:creator"]||o["dcterm:creator"]||o.author,a.excerpt=r.excerpt||o["dc:description"]||o["dcterm:description"]||o["og:description"]||o["weibo:article:description"]||o["weibo:webpage:description"]||o.description||o["twitter:description"],a.siteName=r.siteName||o["og:site_name"],a.title=this._unescapeHtmlEntities(a.title),a.byline=this._unescapeHtmlEntities(a.byline),a.excerpt=this._unescapeHtmlEntities(a.excerpt),a.siteName=this._unescapeHtmlEntities(a.siteName),a},_isSingleImage:function(r){return r.tagName==="IMG"?!0:r.children.length!==1||r.textContent.trim()!==""?!1:this._isSingleImage(r.children[0])},_unwrapNoscriptImages:function(r){var a=Array.from(r.getElementsByTagName("img"));this._forEachNode(a,function(i){for(var s=0;s"u"?!0:a;var o=r.textContent.trim();return a?o.replace(this.REGEXPS.normalize," "):o},_getCharCount:function(r,a){return a=a||",",this._getInnerText(r).split(a).length-1},_cleanStyles:function(r){if(!(!r||r.tagName.toLowerCase()==="svg")){for(var a=0;a0&&s>o)return!1;if(r.parentNode.tagName===a&&(!i||i(r.parentNode)))return!0;r=r.parentNode,s++}return!1},_getRowAndColumnCount:function(r){for(var a=0,o=0,i=r.getElementsByTagName("tr"),s=0;s0){i._readabilityDataTable=!0;continue}var m=["col","colgroup","tfoot","thead","th"],g=function(f){return!!i.getElementsByTagName(f)[0]};if(m.some(g)){this.log("Data table because found data-y descendant"),i._readabilityDataTable=!0;continue}if(i.getElementsByTagName("table")[0]){i._readabilityDataTable=!1;continue}var p=this._getRowAndColumnCount(i);if(p.rows>=10||p.columns>4){i._readabilityDataTable=!0;continue}i._readabilityDataTable=p.rows*p.columns>10}},_fixLazyImages:function(r){this._forEachNode(this._getAllNodesWithTag(r,["img","picture","figure"]),function(a){if(a.src&&this.REGEXPS.b64DataUrl.test(a.src)){var o=this.REGEXPS.b64DataUrl.exec(a.src);if(o[1]==="image/svg+xml")return;for(var i=!1,s=0;si+=this._getInnerText(u,!0).length),i/o},_cleanConditionally:function(r,a){this._flagIsActive(this.FLAG_CLEAN_CONDITIONALLY)&&this._removeNodes(this._getAllNodesWithTag(r,[a]),function(o){var i=function(k){return k._readabilityDataTable},s=a==="ul"||a==="ol";if(!s){var u=0,l=this._getAllNodesWithTag(o,["ul","ol"]);this._forEachNode(l,k=>u+=this._getInnerText(k).length),s=u/this._getInnerText(o).length>.9}if(a==="table"&&i(o)||this._hasAncestorTag(o,"table",-1,i)||this._hasAncestorTag(o,"code"))return!1;var c=this._getClassWeight(o);this.log("Cleaning Conditionally",o);var m=0;if(c+m<0)return!0;if(this._getCharCount(o,",")<10){for(var g=o.getElementsByTagName("p").length,p=o.getElementsByTagName("img").length,f=o.getElementsByTagName("li").length-100,y=o.getElementsByTagName("input").length,b=this._getTextDensity(o,["h1","h2","h3","h4","h5","h6"]),h=0,C=this._getAllNodesWithTag(o,["object","embed","iframe"]),w=0;w1&&g/p<.5&&!this._hasAncestorTag(o,"figure")||!s&&f>g||y>Math.floor(g/3)||!s&&b<.9&&v<25&&(p===0||p>2)&&!this._hasAncestorTag(o,"figure")||!s&&c<25&&R>.2||c>=25&&R>.5||h===1&&v<75||h>1;if(s&&T){for(var F=0;F1)return T;let k=o.getElementsByTagName("li").length;if(p==k)return!1}return T}return!1})},_cleanMatchedNodes:function(r,a){for(var o=this._getNextNode(r,!0),i=this._getNextNode(r);i&&i!=o;)a.call(this,i,i.className+" "+i.id)?i=this._removeAndGetNext(i):i=this._getNextNode(i)},_cleanHeaders:function(r){let a=this._getAllNodesWithTag(r,["h1","h2"]);this._removeNodes(a,function(o){let i=this._getClassWeight(o)<0;return i&&this.log("Removing header with low class weight:",o),i})},_headerDuplicatesTitle:function(r){if(r.tagName!="H1"&&r.tagName!="H2")return!1;var a=this._getInnerText(r,!1);return this.log("Evaluating similarity of header:",a,this._articleTitle),this._textSimilarity(this._articleTitle,a)>.75},_flagIsActive:function(r){return(this._flags&r)>0},_removeFlag:function(r){this._flags=this._flags&~r},_isProbablyVisible:function(r){return(!r.style||r.style.display!="none")&&!r.hasAttribute("hidden")&&(!r.hasAttribute("aria-hidden")||r.getAttribute("aria-hidden")!="true"||r.className&&r.className.indexOf&&r.className.indexOf("fallback-image")!==-1)},parse:function(){if(this._maxElemsToParse>0){var r=this._doc.getElementsByTagName("*").length;if(r>this._maxElemsToParse)throw new Error("Aborting parsing document; "+r+" elements found")}this._unwrapNoscriptImages(this._doc);var a=this._disableJSONLD?{}:this._getJSONLD(this._doc);this._removeScripts(this._doc),this._prepDocument();var o=this._getArticleMetadata(a);this._articleTitle=o.title;var i=this._grabArticle();if(!i)return null;if(this.log("Grabbed: "+i.innerHTML),this._postProcessContent(i),!o.excerpt){var s=i.getElementsByTagName("p");s.length>0&&(o.excerpt=s[0].textContent.trim())}var u=i.textContent;return{title:this._articleTitle,byline:o.byline||this._articleByline,dir:this._articleDir,lang:this._articleLang,content:this._serializer(i),textContent:u,length:u.length,excerpt:o.excerpt,siteName:o.siteName||this._articleSiteName}}},typeof t=="object"&&(t.exports=n)}),JT=pc((e,t)=>{var n={unlikelyCandidates:/-ad-|ai2html|banner|breadcrumbs|combx|comment|community|cover-wrap|disqus|extra|footer|gdpr|header|legends|menu|related|remark|replies|rss|shoutbox|sidebar|skyscraper|social|sponsor|supplemental|ad-break|agegate|pagination|pager|popup|yom-remote/i,okMaybeItsACandidate:/and|article|body|column|content|main|shadow/i};function r(o){return(!o.style||o.style.display!="none")&&!o.hasAttribute("hidden")&&(!o.hasAttribute("aria-hidden")||o.getAttribute("aria-hidden")!="true"||o.className&&o.className.indexOf&&o.className.indexOf("fallback-image")!==-1)}function a(o,i={}){typeof i=="function"&&(i={visibilityChecker:i});var s={minScore:20,minContentLength:140,visibilityChecker:r};i=Object.assign(s,i);var u=o.querySelectorAll("p, pre, article"),l=o.querySelectorAll("div > br");if(l.length){var c=new Set(u);[].forEach.call(l,function(g){c.add(g.parentNode)}),u=Array.from(c)}var m=0;return[].some.call(u,function(g){if(!i.visibilityChecker(g))return!1;var p=g.className+" "+g.id;if(n.unlikelyCandidates.test(p)&&!n.okMaybeItsACandidate.test(p)||g.matches("li p"))return!1;var f=g.textContent.trim().length;return fi.minScore)})}typeof t=="object"&&(t.exports=a)}),w4=pc((e,t)=>{var n=YT(),r=JT();t.exports={Readability:n,isProbablyReaderable:r}}),D4={};VT(D4,{Readability:()=>eu,default:()=>_4,isProbablyReaderable:()=>k4});var A4=S4(w4());KT(D4,S4(w4()));var{Readability:eu,isProbablyReaderable:k4}=A4,{default:C4,...XT}=A4,_4=C4!==void 0?C4:XT;d();d();d();d();d();d();d();d();d();var L4=Object.prototype.toString;function tu(e){switch(L4.call(e)){case"[object Error]":case"[object Exception]":case"[object DOMException]":return!0;default:return tr(e,Error)}}function Si(e,t){return L4.call(e)===`[object ${t}]`}function nu(e){return Si(e,"ErrorEvent")}function P4(e){return Si(e,"DOMException")}function Er(e){return Si(e,"String")}function ru(e){return e===null||typeof e!="object"&&typeof e!="function"}function xr(e){return Si(e,"Object")}function wi(e){return typeof Event<"u"&&tr(e,Event)}function F4(e){return!1}function M4(e){return Si(e,"RegExp")}function Di(e){return!!(e&&e.then&&typeof e.then=="function")}function B4(e){return xr(e)&&"nativeEvent"in e&&"preventDefault"in e&&"stopPropagation"in e}function R4(e){return typeof e=="number"&&e!==e}function tr(e,t){try{return e instanceof t}catch{return!1}}function Ai(e,t){try{let n=e,r=5,a=80,o=[],i=0,s=0,u=" > ",l=u.length,c;for(;n&&i++1&&s+o.length*l+c.length>=a));)o.push(c),s+=c.length,n=n.parentNode;return o.reverse().join(u)}catch{return""}}function QT(e,t){let n=e,r=[],a,o,i,s,u;if(!n||!n.tagName)return"";r.push(n.tagName.toLowerCase());let l=t&&t.length?t.filter(m=>n.getAttribute(m)).map(m=>[m,n.getAttribute(m)]):null;if(l&&l.length)l.forEach(m=>{r.push(`[${m[0]}="${m[1]}"]`)});else if(n.id&&r.push(`#${n.id}`),a=n.className,a&&Er(a))for(o=a.split(/\s+/),u=0;u{let o=n[a]&&n[a].__sentry_original__;a in console&&o&&(r[a]=n[a],n[a]=o)});try{return e()}finally{Object.keys(r).forEach(a=>{n[a]=r[a]})}}function O4(){let e=!1,t={enable:()=>{e=!0},disable:()=>{e=!1}};return!1?ki.forEach(n=>{t[n]=(...r)=>{e&&fc(()=>{})}}):ki.forEach(n=>{t[n]=()=>{}}),t}var Qe;!1?Qe=ao("logger",O4):Qe=O4();d();d();function au(e,t=0){return typeof e!="string"||t===0||e.length<=t?e:`${e.substr(0,t)}...`}function hc(e,t){if(!Array.isArray(e))return"";let n=[];for(let r=0;r"}}function j4(e){if(typeof e=="object"&&e!==null){let t={};for(let n in e)Object.prototype.hasOwnProperty.call(e,n)&&(t[n]=e[n]);return t}else return{}}function U4(e,t=40){let n=Object.keys(Ec(e));if(n.sort(),!n.length)return"[object has no keys]";if(n[0].length>=t)return au(n[0],t);for(let r=n.length;r>0;r--){let a=n.slice(0,r).join(", ");if(!(a.length>t))return r===n.length?a:au(a,t)}return""}function _i(e){return bc(e,new Map)}function bc(e,t){if(xr(e)){let n=t.get(e);if(n!==void 0)return n;let r={};t.set(e,r);for(let a of Object.keys(e))typeof e[a]<"u"&&(r[a]=bc(e[a],t));return r}if(Array.isArray(e)){let n=t.get(e);if(n!==void 0)return n;let r=[];return t.set(e,r),e.forEach(a=>{r.push(bc(a,t))}),r}return e}d();var ev=50;function H4(...e){let t=e.sort((n,r)=>n[0]-r[0]).map(n=>n[1]);return(n,r=0)=>{let a=[];for(let o of n.split(` `).slice(r))for(let i of t){let s=i(o);if(s){a.push(s);break}}return tv(a)}}function tv(e){if(!e.length)return[];let t=e,n=t[0].function||"",r=t[t.length-1].function||"";return(n.indexOf("captureMessage")!==-1||n.indexOf("captureException")!==-1)&&(t=t.slice(1)),r.indexOf("sentryWrapped")!==-1&&(t=t.slice(0,-1)),t.slice(0,ev).map(a=>({...a,filename:a.filename||t[0].filename,function:a.function||"?"})).reverse()}var xc="";function Gn(e){try{return!e||typeof e!="function"?xc:e.name||xc}catch{return xc}}d();function z4(){return!0}var Tr=ft(),Li={},q4={};function nv(e){if(!q4[e])switch(q4[e]=!0,e){case"console":rv();break;case"fetch":av();break;case"error":sv();break;case"unhandledrejection":uv();break;default:!1&&Qe.warn("unknown instrumentation type:",e);return}}function nr(e,t){Li[e]=Li[e]||[],Li[e].push(t),nv(e)}function io(e,t){if(!(!e||!Li[e]))for(let n of Li[e]||[])try{n(t)}catch(r){!1&&Qe.error(`Error while triggering instrumentation handler. Type: ${e} Name: ${Gn(n)} -Error:`,r)}}function rv(){"console"in Tr&&ki.forEach(function(e){e in console&&$n(console,e,function(t){return function(...n){io("console",{args:n,level:e}),t&&t.apply(console,n)}})})}function av(){z4()&&$n(Tr,"fetch",function(e){return function(...t){let n={args:t,fetchData:{method:ov(t),url:iv(t)},startTimestamp:Date.now()};return io("fetch",{...n}),e.apply(Tr,t).then(r=>(io("fetch",{...n,endTimestamp:Date.now(),response:r}),r),r=>{throw io("fetch",{...n,endTimestamp:Date.now(),error:r}),r})}})}function ov(e=[]){return"Request"in Tr&&tr(e[0],Request)&&e[0].method?String(e[0].method).toUpperCase():e[1]&&e[1].method?String(e[1].method).toUpperCase():"GET"}function iv(e=[]){return typeof e[0]=="string"?e[0]:"Request"in Tr&&tr(e[0],Request)?e[0].url:String(e[0])}var Tc=null;function sv(){Tc=Tr.onerror,Tr.onerror=function(e,t,n,r,a){return io("error",{column:r,error:a,line:n,msg:e,url:t}),Tc?Tc.apply(this,arguments):!1}}var vc=null;function uv(){vc=Tr.onunhandledrejection,Tr.onunhandledrejection=function(e){return io("unhandledrejection",e),vc?vc.apply(this,arguments):!0}}d();function W4(){let e=typeof WeakSet=="function",t=e?new WeakSet:[];function n(a){if(e)return t.has(a)?!0:(t.add(a),!1);for(let o=0;ocrypto.getRandomValues(new Uint8Array(1))[0]:()=>Math.random()*16;return([1e7]+1e3+4e3+8e3+1e11).replace(/[018]/g,t=>(t^(e()&15)>>t/4).toString(16))}function su(e){if(!e)return{};let t=e.match(/^(([^:/?#]+):)?(\/\/([^/?#]*))?([^?#]*)(\?([^#]*))?(#(.*))?$/);if(!t)return{};let n=t[6]||"",r=t[8]||"";return{host:t[4],path:t[5],protocol:t[2],relative:t[5]+n+r}}function $4(e){return e.exception&&e.exception.values?e.exception.values[0]:void 0}function Ir(e){let{message:t,event_id:n}=e;if(t)return t;let r=$4(e);return r?r.type&&r.value?`${r.type}: ${r.value}`:r.type||r.value||n||"":n||""}function Fi(e,t,n){let r=e.exception=e.exception||{},a=r.values=r.values||[],o=a[0]=a[0]||{};o.value||(o.value=t||""),o.type||(o.type=n||"Error")}function Ta(e,t){let n=$4(e);if(!n)return;let r={type:"generic",handled:!0},a=n.mechanism;if(n.mechanism={...r,...a,...t},t&&"data"in t){let o={...a&&a.data,...t.data};n.mechanism.data=o}}d();function G4(){return!1}d();function Sc(e,t=1/0,n=1/0){try{return Cc("",e,t,n)}catch(r){return{ERROR:`**non-serializable** (${r})`}}}function wc(e,t=3,n=100*1024){let r=Sc(e,t);return dv(r)>n?wc(e,t-1,n):r}function Cc(e,t,n=1/0,r=1/0,a=W4()){let[o,i]=a;if(t===null||["number","boolean","string"].includes(typeof t)&&!R4(t))return t;let s=lv(e,t);if(!s.startsWith("[object "))return s;if(t.__sentry_skip_normalization__)return t;if(n===0)return s.replace("object ","");if(o(t))return"[Circular ~]";let u=t;if(u&&typeof u.toJSON=="function")try{let g=u.toJSON();return Cc("",g,n-1,r,a)}catch{}let l=Array.isArray(t)?[]:{},c=0,m=Ec(t);for(let g in m){if(!Object.prototype.hasOwnProperty.call(m,g))continue;if(c>=r){l[g]="[MaxProperties ~]";break}let p=m[g];l[g]=Cc(g,p,n-1,r,a),c+=1}return i(t),l}function lv(e,t){try{return e==="domain"&&t&&typeof t=="object"&&t._events?"[Domain]":e==="domainEmitter"?"[DomainEmitter]":typeof window<"u"&&t===window?"[Window]":B4(t)?"[SyntheticEvent]":typeof t=="number"&&t!==t?"[NaN]":t===void 0?"[undefined]":typeof t=="function"?`[Function: ${Gn(t)}]`:typeof t=="symbol"?`[${String(t)}]`:typeof t=="bigint"?`[BigInt: ${String(t)}]`:`[object ${Object.getPrototypeOf(t).constructor.name}]`}catch(n){return`**non-serializable** (${n})`}}function cv(e){return~-encodeURI(e).split(/%..|./).length}function dv(e){return cv(JSON.stringify(e))}d();d();d();var so=class e{_state=0;_handlers=[];_value;constructor(t){try{t(this._resolve,this._reject)}catch(n){this._reject(n)}}then(t,n){return new e((r,a)=>{this._handlers.push([!1,o=>{if(!t)r(o);else try{r(t(o))}catch(i){a(i)}},o=>{if(!n)a(o);else try{r(n(o))}catch(i){a(i)}}]),this._executeHandlers()})}catch(t){return this.then(n=>n,t)}finally(t){return new e((n,r)=>{let a,o;return this.then(i=>{o=!1,a=i,t&&t()},i=>{o=!0,a=i,t&&t()}).then(()=>{if(o){r(a);return}n(a)})})}_resolve=t=>{this._setResult(1,t)};_reject=t=>{this._setResult(2,t)};_setResult=(t,n)=>{if(this._state===0){if(Di(n)){n.then(this._resolve,this._reject);return}this._state=t,this._value=n,this._executeHandlers()}};_executeHandlers=()=>{if(this._state===0)return;let t=this._handlers.slice();this._handlers=[],t.forEach(n=>{n[0]||(this._state===1&&n[1](this._value),this._state===2&&n[2](this._value),n[0]=!0)})}};d();d();var pv=["fatal","error","warning","log","info","debug"];function V4(e){return e==="warn"?"warning":pv.includes(e)?e:"log"}d();var Ac={nowSeconds:()=>Date.now()/1e3};function gv(){if(!performance||!performance.now)return;let e=Date.now()-performance.now();return{now:()=>performance.now(),timeOrigin:e}}var Dc=gv(),K4=Dc===void 0?Ac:{nowSeconds:()=>(Dc.timeOrigin+Dc.now())/1e3},uo=Ac.nowSeconds.bind(Ac),kc=K4.nowSeconds.bind(K4);var lu,QL=(()=>{if(!performance||!performance.now){lu="none";return}let e=3600*1e3,t=performance.now(),n=Date.now(),r=performance.timeOrigin?Math.abs(performance.timeOrigin+t-n):e,a=rfv(n)};return e&&Or(n,e),n}function Or(e,t={}){if(t.user&&(!e.ipAddress&&t.user.ip_address&&(e.ipAddress=t.user.ip_address),!e.did&&!t.did&&(e.did=t.user.id||t.user.email||t.user.username)),e.timestamp=t.timestamp||kc(),t.ignoreDuration&&(e.ignoreDuration=t.ignoreDuration),t.sid&&(e.sid=t.sid.length===32?t.sid:Rr()),t.init!==void 0&&(e.init=t.init),!e.did&&t.did&&(e.did=`${t.did}`),typeof t.started=="number"&&(e.started=t.started),e.ignoreDuration)e.duration=void 0;else if(typeof t.duration=="number")e.duration=t.duration;else{let n=e.timestamp-e.started;e.duration=n>=0?n:0}t.release&&(e.release=t.release),t.environment&&(e.environment=t.environment),!e.ipAddress&&t.ipAddress&&(e.ipAddress=t.ipAddress),!e.userAgent&&t.userAgent&&(e.userAgent=t.userAgent),typeof t.errors=="number"&&(e.errors=t.errors),t.status&&(e.status=t.status)}function Lc(e,t){let n={};t?n={status:t}:e.status==="ok"&&(n={status:"exited"}),Or(e,n)}function fv(e){return _i({sid:`${e.sid}`,init:e.init,started:new Date(e.started*1e3).toISOString(),timestamp:new Date(e.timestamp*1e3).toISOString(),status:e.status,errors:e.errors,did:typeof e.did=="number"||typeof e.did=="string"?`${e.did}`:void 0,duration:e.duration,attrs:{release:e.release,environment:e.environment,ip_address:e.ipAddress,user_agent:e.userAgent}})}var J4=100,rr=class e{_notifyingListeners;_scopeListeners;_eventProcessors;_breadcrumbs;_user;_tags;_extra;_contexts;_attachments;_sdkProcessingMetadata;_fingerprint;_level;_transactionName;_span;_session;_requestSession;constructor(){this._notifyingListeners=!1,this._scopeListeners=[],this._eventProcessors=[],this._breadcrumbs=[],this._attachments=[],this._user={},this._tags={},this._extra={},this._contexts={},this._sdkProcessingMetadata={}}static clone(t){let n=new e;return t&&(n._breadcrumbs=[...t._breadcrumbs],n._tags={...t._tags},n._extra={...t._extra},n._contexts={...t._contexts},n._user=t._user,n._level=t._level,n._span=t._span,n._session=t._session,n._transactionName=t._transactionName,n._fingerprint=t._fingerprint,n._eventProcessors=[...t._eventProcessors],n._requestSession=t._requestSession,n._attachments=[...t._attachments]),n}addScopeListener(t){this._scopeListeners.push(t)}addEventProcessor(t){return this._eventProcessors.push(t),this}setUser(t){return this._user=t||{},this._session&&Or(this._session,{user:t}),this._notifyScopeListeners(),this}getUser(){return this._user}getRequestSession(){return this._requestSession}setRequestSession(t){return this._requestSession=t,this}setTags(t){return this._tags={...this._tags,...t},this._notifyScopeListeners(),this}setTag(t,n){return this._tags={...this._tags,[t]:n},this._notifyScopeListeners(),this}setExtras(t){return this._extra={...this._extra,...t},this._notifyScopeListeners(),this}setExtra(t,n){return this._extra={...this._extra,[t]:n},this._notifyScopeListeners(),this}setFingerprint(t){return this._fingerprint=t,this._notifyScopeListeners(),this}setLevel(t){return this._level=t,this._notifyScopeListeners(),this}setTransactionName(t){return this._transactionName=t,this._notifyScopeListeners(),this}setContext(t,n){return n===null?delete this._contexts[t]:this._contexts={...this._contexts,[t]:n},this._notifyScopeListeners(),this}setSpan(t){return this._span=t,this._notifyScopeListeners(),this}getSpan(){return this._span}getTransaction(){let t=this.getSpan();return t&&t.transaction}setSession(t){return t?this._session=t:delete this._session,this._notifyScopeListeners(),this}getSession(){return this._session}update(t){if(!t)return this;if(typeof t=="function"){let n=t(this);return n instanceof e?n:this}return t instanceof e?(this._tags={...this._tags,...t._tags},this._extra={...this._extra,...t._extra},this._contexts={...this._contexts,...t._contexts},t._user&&Object.keys(t._user).length&&(this._user=t._user),t._level&&(this._level=t._level),t._fingerprint&&(this._fingerprint=t._fingerprint),t._requestSession&&(this._requestSession=t._requestSession)):xr(t)&&(t=t,this._tags={...this._tags,...t.tags},this._extra={...this._extra,...t.extra},this._contexts={...this._contexts,...t.contexts},t.user&&(this._user=t.user),t.level&&(this._level=t.level),t.fingerprint&&(this._fingerprint=t.fingerprint),t.requestSession&&(this._requestSession=t.requestSession)),this}clear(){return this._breadcrumbs=[],this._tags={},this._extra={},this._user={},this._contexts={},this._level=void 0,this._transactionName=void 0,this._fingerprint=void 0,this._requestSession=void 0,this._span=void 0,this._session=void 0,this._notifyScopeListeners(),this._attachments=[],this}addBreadcrumb(t,n){let r=typeof n=="number"?Math.min(n,J4):J4;if(r<=0)return this;let a={timestamp:uo(),...t};return this._breadcrumbs=[...this._breadcrumbs,a].slice(-r),this._notifyScopeListeners(),this}clearBreadcrumbs(){return this._breadcrumbs=[],this._notifyScopeListeners(),this}addAttachment(t){return this._attachments.push(t),this}getAttachments(){return this._attachments}clearAttachments(){return this._attachments=[],this}applyToEvent(t,n={}){if(this._extra&&Object.keys(this._extra).length&&(t.extra={...this._extra,...t.extra}),this._tags&&Object.keys(this._tags).length&&(t.tags={...this._tags,...t.tags}),this._user&&Object.keys(this._user).length&&(t.user={...this._user,...t.user}),this._contexts&&Object.keys(this._contexts).length&&(t.contexts={...this._contexts,...t.contexts}),this._level&&(t.level=this._level),this._transactionName&&(t.transaction=this._transactionName),this._span){t.contexts={trace:this._span.getTraceContext(),...t.contexts};let r=this._span.transaction&&this._span.transaction.name;r&&(t.tags={transaction:r,...t.tags})}return this._applyFingerprint(t),t.breadcrumbs=[...t.breadcrumbs||[],...this._breadcrumbs],t.breadcrumbs=t.breadcrumbs.length>0?t.breadcrumbs:void 0,t.sdkProcessingMetadata={...t.sdkProcessingMetadata,...this._sdkProcessingMetadata},this._notifyEventProcessors([...X4(),...this._eventProcessors],t,n)}setSDKProcessingMetadata(t){return this._sdkProcessingMetadata={...this._sdkProcessingMetadata,...t},this}_notifyEventProcessors(t,n,r,a=0){return new so((o,i)=>{let s=t[a];if(n===null||typeof s!="function")o(n);else{let u=s({...n},r);!1&&s.id&&u===null&&Qe.log(`Event processor "${s.id}" dropped event`),Di(u)?u.then(l=>this._notifyEventProcessors(t,l,r,a+1).then(o)).then(null,i):this._notifyEventProcessors(t,u,r,a+1).then(o).then(null,i)}})}_notifyScopeListeners(){this._notifyingListeners||(this._notifyingListeners=!0,this._scopeListeners.forEach(t=>{t(this)}),this._notifyingListeners=!1)}_applyFingerprint(t){t.fingerprint=t.fingerprint?Array.isArray(t.fingerprint)?t.fingerprint:[t.fingerprint]:[],this._fingerprint&&(t.fingerprint=t.fingerprint.concat(this._fingerprint)),t.fingerprint&&!t.fingerprint.length&&delete t.fingerprint}};function X4(){return ao("globalEventProcessors",()=>[])}function Nr(e){X4().push(e)}d();d();var Fc=4,hv=100,jr=class{constructor(t,n=new rr,r=Fc){this._version=r;this.getStackTop().scope=n,t&&this.bindClient(t)}_stack=[{}];_lastEventId;isOlderThan(t){return this._version{o.captureException(t,{originalException:t,syntheticException:a,...n,event_id:r},i)}),r}captureMessage(t,n,r){let a=this._lastEventId=r&&r.event_id?r.event_id:Rr(),o=new Error(t);return this._withClient((i,s)=>{i.captureMessage(t,n,{originalException:t,syntheticException:o,...r,event_id:a},s)}),a}captureEvent(t,n){let r=n&&n.event_id?n.event_id:Rr();return t.type!=="transaction"&&(this._lastEventId=r),this._withClient((a,o)=>{a.captureEvent(t,{...n,event_id:r},o)}),r}lastEventId(){return this._lastEventId}addBreadcrumb(t,n){let{scope:r,client:a}=this.getStackTop();if(!r||!a)return;let{beforeBreadcrumb:o=null,maxBreadcrumbs:i=hv}=a.getOptions&&a.getOptions()||{};if(i<=0)return;let u={timestamp:uo(),...t},l=o?fc(()=>o(u,n)):u;l!==null&&r.addBreadcrumb(l,i)}setUser(t){let n=this.getScope();n&&n.setUser(t)}setTags(t){let n=this.getScope();n&&n.setTags(t)}setExtras(t){let n=this.getScope();n&&n.setExtras(t)}setTag(t,n){let r=this.getScope();r&&r.setTag(t,n)}setExtra(t,n){let r=this.getScope();r&&r.setExtra(t,n)}setContext(t,n){let r=this.getScope();r&&r.setContext(t,n)}configureScope(t){let{scope:n,client:r}=this.getStackTop();n&&r&&t(n)}run(t){let n=Pi(this);try{t(this)}finally{Pi(n)}}getIntegration(t){let n=this.getClient();if(!n)return null;try{return n.getIntegration(t)}catch{return!1&&Qe.warn(`Cannot retrieve integration ${t.id} from the current Hub`),null}}startTransaction(t,n){return this._callExtensionMethod("startTransaction",t,n)}traceHeaders(){return this._callExtensionMethod("traceHeaders")}captureSession(t=!1){if(t)return this.endSession();this._sendSessionUpdate()}endSession(){let t=this.getStackTop(),n=t&&t.scope,r=n&&n.getSession();r&&Lc(r),this._sendSessionUpdate(),n&&n.setSession()}startSession(t){let{scope:n,client:r}=this.getStackTop(),{release:a,environment:o}=r&&r.getOptions()||{},i=ft(),{userAgent:s}=i.navigator||{},u=_c({release:a,environment:o,...n&&{user:n.getUser()},...s&&{userAgent:s},...t});if(n){let l=n.getSession&&n.getSession();l&&l.status==="ok"&&Or(l,{status:"exited"}),this.endSession(),n.setSession(u)}return u}shouldSendDefaultPii(){let t=this.getClient(),n=t&&t.getOptions();return!!(n&&n.sendDefaultPii)}_sendSessionUpdate(){let{scope:t,client:n}=this.getStackTop();if(!t)return;let r=t.getSession();r&&n&&n.captureSession&&n.captureSession(r)}_withClient(t){let{scope:n,client:r}=this.getStackTop();r&&t(r,n)}_callExtensionMethod(t,...n){let a=Mi().__SENTRY__;if(a&&a.extensions&&typeof a.extensions[t]=="function")return a.extensions[t].apply(this,n);!1&&Qe.warn(`Extension method ${t} couldn't be found, doing nothing.`)}};function Mi(){let e=ft();return e.__SENTRY__=e.__SENTRY__||{extensions:{},hub:void 0},e}function Pi(e){let t=Mi(),n=Vn(t);return cu(t,e),n}function it(){let e=Mi();return(!Q4(e)||Vn(e).isOlderThan(Fc))&&cu(e,new jr),G4()?bv(e):Vn(e)}function bv(e){try{let t=Mi().__SENTRY__,n=t&&t.extensions&&t.extensions.domain&&t.extensions.domain.active;if(!n)return Vn(e);if(!Q4(n)||Vn(n).isOlderThan(Fc)){let r=Vn(e).getStackTop();cu(n,new jr(r.client,rr.clone(r.scope)))}return Vn(n)}catch{return Vn(e)}}function Q4(e){return!!(e&&e.__SENTRY__&&e.__SENTRY__.hub)}function Vn(e){return ao("hub",()=>new jr,e)}function cu(e,t){if(!e)return!1;let n=e.__SENTRY__=e.__SENTRY__||{};return n.hub=t,!0}d();function Bi(e,t){return it().captureException(e,{captureContext:t})}function Ri(e){it().withScope(e)}d();d();d();d();d();d();d();var va={};B0(va,{FunctionToString:()=>lo,InboundFilters:()=>co});d();d();var pf,lo=class e{static id="FunctionToString";name=e.id;setupOnce(){pf=Function.prototype.toString,Function.prototype.toString=function(...t){let n=oo(this)||this;return pf.apply(n,t)}}};d();var xv=[/^Script error\.?$/,/^Javascript error: Script error\.? on line 0$/],co=class e{constructor(t={}){this._options=t}static id="InboundFilters";name=e.id;setupOnce(t,n){let r=a=>{let o=n();if(o){let i=o.getIntegration(e);if(i){let s=o.getClient(),u=s?s.getOptions():{},l=Tv(i._options,u);return vv(a,l)?null:a}}return a};r.id=this.name,t(r)}};function Tv(e={},t={}){return{allowUrls:[...e.allowUrls||[],...t.allowUrls||[]],denyUrls:[...e.denyUrls||[],...t.denyUrls||[]],ignoreErrors:[...e.ignoreErrors||[],...t.ignoreErrors||[],...xv],ignoreInternal:e.ignoreInternal!==void 0?e.ignoreInternal:!0}}function vv(e,t){return t.ignoreInternal&&Av(e)?(!1&&Qe.warn(`Event dropped due to being internal Sentry Error. +Error:`,r)}}function rv(){"console"in Tr&&ki.forEach(function(e){e in console&&$n(console,e,function(t){return function(...n){io("console",{args:n,level:e}),t&&t.apply(console,n)}})})}function av(){z4()&&$n(Tr,"fetch",function(e){return function(...t){let n={args:t,fetchData:{method:ov(t),url:iv(t)},startTimestamp:Date.now()};return io("fetch",{...n}),e.apply(Tr,t).then(r=>(io("fetch",{...n,endTimestamp:Date.now(),response:r}),r),r=>{throw io("fetch",{...n,endTimestamp:Date.now(),error:r}),r})}})}function ov(e=[]){return"Request"in Tr&&tr(e[0],Request)&&e[0].method?String(e[0].method).toUpperCase():e[1]&&e[1].method?String(e[1].method).toUpperCase():"GET"}function iv(e=[]){return typeof e[0]=="string"?e[0]:"Request"in Tr&&tr(e[0],Request)?e[0].url:String(e[0])}var Tc=null;function sv(){Tc=Tr.onerror,Tr.onerror=function(e,t,n,r,a){return io("error",{column:r,error:a,line:n,msg:e,url:t}),Tc?Tc.apply(this,arguments):!1}}var vc=null;function uv(){vc=Tr.onunhandledrejection,Tr.onunhandledrejection=function(e){return io("unhandledrejection",e),vc?vc.apply(this,arguments):!0}}d();function W4(){let e=typeof WeakSet=="function",t=e?new WeakSet:[];function n(a){if(e)return t.has(a)?!0:(t.add(a),!1);for(let o=0;ocrypto.getRandomValues(new Uint8Array(1))[0]:()=>Math.random()*16;return([1e7]+1e3+4e3+8e3+1e11).replace(/[018]/g,t=>(t^(e()&15)>>t/4).toString(16))}function su(e){if(!e)return{};let t=e.match(/^(([^:/?#]+):)?(\/\/([^/?#]*))?([^?#]*)(\?([^#]*))?(#(.*))?$/);if(!t)return{};let n=t[6]||"",r=t[8]||"";return{host:t[4],path:t[5],protocol:t[2],relative:t[5]+n+r}}function $4(e){return e.exception&&e.exception.values?e.exception.values[0]:void 0}function Ir(e){let{message:t,event_id:n}=e;if(t)return t;let r=$4(e);return r?r.type&&r.value?`${r.type}: ${r.value}`:r.type||r.value||n||"":n||""}function Pi(e,t,n){let r=e.exception=e.exception||{},a=r.values=r.values||[],o=a[0]=a[0]||{};o.value||(o.value=t||""),o.type||(o.type=n||"Error")}function Ta(e,t){let n=$4(e);if(!n)return;let r={type:"generic",handled:!0},a=n.mechanism;if(n.mechanism={...r,...a,...t},t&&"data"in t){let o={...a&&a.data,...t.data};n.mechanism.data=o}}d();function G4(){return!1}d();function Sc(e,t=1/0,n=1/0){try{return Cc("",e,t,n)}catch(r){return{ERROR:`**non-serializable** (${r})`}}}function wc(e,t=3,n=100*1024){let r=Sc(e,t);return dv(r)>n?wc(e,t-1,n):r}function Cc(e,t,n=1/0,r=1/0,a=W4()){let[o,i]=a;if(t===null||["number","boolean","string"].includes(typeof t)&&!R4(t))return t;let s=lv(e,t);if(!s.startsWith("[object "))return s;if(t.__sentry_skip_normalization__)return t;if(n===0)return s.replace("object ","");if(o(t))return"[Circular ~]";let u=t;if(u&&typeof u.toJSON=="function")try{let g=u.toJSON();return Cc("",g,n-1,r,a)}catch{}let l=Array.isArray(t)?[]:{},c=0,m=Ec(t);for(let g in m){if(!Object.prototype.hasOwnProperty.call(m,g))continue;if(c>=r){l[g]="[MaxProperties ~]";break}let p=m[g];l[g]=Cc(g,p,n-1,r,a),c+=1}return i(t),l}function lv(e,t){try{return e==="domain"&&t&&typeof t=="object"&&t._events?"[Domain]":e==="domainEmitter"?"[DomainEmitter]":typeof window<"u"&&t===window?"[Window]":B4(t)?"[SyntheticEvent]":typeof t=="number"&&t!==t?"[NaN]":t===void 0?"[undefined]":typeof t=="function"?`[Function: ${Gn(t)}]`:typeof t=="symbol"?`[${String(t)}]`:typeof t=="bigint"?`[BigInt: ${String(t)}]`:`[object ${Object.getPrototypeOf(t).constructor.name}]`}catch(n){return`**non-serializable** (${n})`}}function cv(e){return~-encodeURI(e).split(/%..|./).length}function dv(e){return cv(JSON.stringify(e))}d();d();d();var so=class e{_state=0;_handlers=[];_value;constructor(t){try{t(this._resolve,this._reject)}catch(n){this._reject(n)}}then(t,n){return new e((r,a)=>{this._handlers.push([!1,o=>{if(!t)r(o);else try{r(t(o))}catch(i){a(i)}},o=>{if(!n)a(o);else try{r(n(o))}catch(i){a(i)}}]),this._executeHandlers()})}catch(t){return this.then(n=>n,t)}finally(t){return new e((n,r)=>{let a,o;return this.then(i=>{o=!1,a=i,t&&t()},i=>{o=!0,a=i,t&&t()}).then(()=>{if(o){r(a);return}n(a)})})}_resolve=t=>{this._setResult(1,t)};_reject=t=>{this._setResult(2,t)};_setResult=(t,n)=>{if(this._state===0){if(Di(n)){n.then(this._resolve,this._reject);return}this._state=t,this._value=n,this._executeHandlers()}};_executeHandlers=()=>{if(this._state===0)return;let t=this._handlers.slice();this._handlers=[],t.forEach(n=>{n[0]||(this._state===1&&n[1](this._value),this._state===2&&n[2](this._value),n[0]=!0)})}};d();d();var pv=["fatal","error","warning","log","info","debug"];function V4(e){return e==="warn"?"warning":pv.includes(e)?e:"log"}d();var Ac={nowSeconds:()=>Date.now()/1e3};function gv(){if(!performance||!performance.now)return;let e=Date.now()-performance.now();return{now:()=>performance.now(),timeOrigin:e}}var Dc=gv(),K4=Dc===void 0?Ac:{nowSeconds:()=>(Dc.timeOrigin+Dc.now())/1e3},uo=Ac.nowSeconds.bind(Ac),kc=K4.nowSeconds.bind(K4);var lu,QL=(()=>{if(!performance||!performance.now){lu="none";return}let e=3600*1e3,t=performance.now(),n=Date.now(),r=performance.timeOrigin?Math.abs(performance.timeOrigin+t-n):e,a=rfv(n)};return e&&Or(n,e),n}function Or(e,t={}){if(t.user&&(!e.ipAddress&&t.user.ip_address&&(e.ipAddress=t.user.ip_address),!e.did&&!t.did&&(e.did=t.user.id||t.user.email||t.user.username)),e.timestamp=t.timestamp||kc(),t.ignoreDuration&&(e.ignoreDuration=t.ignoreDuration),t.sid&&(e.sid=t.sid.length===32?t.sid:Rr()),t.init!==void 0&&(e.init=t.init),!e.did&&t.did&&(e.did=`${t.did}`),typeof t.started=="number"&&(e.started=t.started),e.ignoreDuration)e.duration=void 0;else if(typeof t.duration=="number")e.duration=t.duration;else{let n=e.timestamp-e.started;e.duration=n>=0?n:0}t.release&&(e.release=t.release),t.environment&&(e.environment=t.environment),!e.ipAddress&&t.ipAddress&&(e.ipAddress=t.ipAddress),!e.userAgent&&t.userAgent&&(e.userAgent=t.userAgent),typeof t.errors=="number"&&(e.errors=t.errors),t.status&&(e.status=t.status)}function Lc(e,t){let n={};t?n={status:t}:e.status==="ok"&&(n={status:"exited"}),Or(e,n)}function fv(e){return _i({sid:`${e.sid}`,init:e.init,started:new Date(e.started*1e3).toISOString(),timestamp:new Date(e.timestamp*1e3).toISOString(),status:e.status,errors:e.errors,did:typeof e.did=="number"||typeof e.did=="string"?`${e.did}`:void 0,duration:e.duration,attrs:{release:e.release,environment:e.environment,ip_address:e.ipAddress,user_agent:e.userAgent}})}var J4=100,rr=class e{_notifyingListeners;_scopeListeners;_eventProcessors;_breadcrumbs;_user;_tags;_extra;_contexts;_attachments;_sdkProcessingMetadata;_fingerprint;_level;_transactionName;_span;_session;_requestSession;constructor(){this._notifyingListeners=!1,this._scopeListeners=[],this._eventProcessors=[],this._breadcrumbs=[],this._attachments=[],this._user={},this._tags={},this._extra={},this._contexts={},this._sdkProcessingMetadata={}}static clone(t){let n=new e;return t&&(n._breadcrumbs=[...t._breadcrumbs],n._tags={...t._tags},n._extra={...t._extra},n._contexts={...t._contexts},n._user=t._user,n._level=t._level,n._span=t._span,n._session=t._session,n._transactionName=t._transactionName,n._fingerprint=t._fingerprint,n._eventProcessors=[...t._eventProcessors],n._requestSession=t._requestSession,n._attachments=[...t._attachments]),n}addScopeListener(t){this._scopeListeners.push(t)}addEventProcessor(t){return this._eventProcessors.push(t),this}setUser(t){return this._user=t||{},this._session&&Or(this._session,{user:t}),this._notifyScopeListeners(),this}getUser(){return this._user}getRequestSession(){return this._requestSession}setRequestSession(t){return this._requestSession=t,this}setTags(t){return this._tags={...this._tags,...t},this._notifyScopeListeners(),this}setTag(t,n){return this._tags={...this._tags,[t]:n},this._notifyScopeListeners(),this}setExtras(t){return this._extra={...this._extra,...t},this._notifyScopeListeners(),this}setExtra(t,n){return this._extra={...this._extra,[t]:n},this._notifyScopeListeners(),this}setFingerprint(t){return this._fingerprint=t,this._notifyScopeListeners(),this}setLevel(t){return this._level=t,this._notifyScopeListeners(),this}setTransactionName(t){return this._transactionName=t,this._notifyScopeListeners(),this}setContext(t,n){return n===null?delete this._contexts[t]:this._contexts={...this._contexts,[t]:n},this._notifyScopeListeners(),this}setSpan(t){return this._span=t,this._notifyScopeListeners(),this}getSpan(){return this._span}getTransaction(){let t=this.getSpan();return t&&t.transaction}setSession(t){return t?this._session=t:delete this._session,this._notifyScopeListeners(),this}getSession(){return this._session}update(t){if(!t)return this;if(typeof t=="function"){let n=t(this);return n instanceof e?n:this}return t instanceof e?(this._tags={...this._tags,...t._tags},this._extra={...this._extra,...t._extra},this._contexts={...this._contexts,...t._contexts},t._user&&Object.keys(t._user).length&&(this._user=t._user),t._level&&(this._level=t._level),t._fingerprint&&(this._fingerprint=t._fingerprint),t._requestSession&&(this._requestSession=t._requestSession)):xr(t)&&(t=t,this._tags={...this._tags,...t.tags},this._extra={...this._extra,...t.extra},this._contexts={...this._contexts,...t.contexts},t.user&&(this._user=t.user),t.level&&(this._level=t.level),t.fingerprint&&(this._fingerprint=t.fingerprint),t.requestSession&&(this._requestSession=t.requestSession)),this}clear(){return this._breadcrumbs=[],this._tags={},this._extra={},this._user={},this._contexts={},this._level=void 0,this._transactionName=void 0,this._fingerprint=void 0,this._requestSession=void 0,this._span=void 0,this._session=void 0,this._notifyScopeListeners(),this._attachments=[],this}addBreadcrumb(t,n){let r=typeof n=="number"?Math.min(n,J4):J4;if(r<=0)return this;let a={timestamp:uo(),...t};return this._breadcrumbs=[...this._breadcrumbs,a].slice(-r),this._notifyScopeListeners(),this}clearBreadcrumbs(){return this._breadcrumbs=[],this._notifyScopeListeners(),this}addAttachment(t){return this._attachments.push(t),this}getAttachments(){return this._attachments}clearAttachments(){return this._attachments=[],this}applyToEvent(t,n={}){if(this._extra&&Object.keys(this._extra).length&&(t.extra={...this._extra,...t.extra}),this._tags&&Object.keys(this._tags).length&&(t.tags={...this._tags,...t.tags}),this._user&&Object.keys(this._user).length&&(t.user={...this._user,...t.user}),this._contexts&&Object.keys(this._contexts).length&&(t.contexts={...this._contexts,...t.contexts}),this._level&&(t.level=this._level),this._transactionName&&(t.transaction=this._transactionName),this._span){t.contexts={trace:this._span.getTraceContext(),...t.contexts};let r=this._span.transaction&&this._span.transaction.name;r&&(t.tags={transaction:r,...t.tags})}return this._applyFingerprint(t),t.breadcrumbs=[...t.breadcrumbs||[],...this._breadcrumbs],t.breadcrumbs=t.breadcrumbs.length>0?t.breadcrumbs:void 0,t.sdkProcessingMetadata={...t.sdkProcessingMetadata,...this._sdkProcessingMetadata},this._notifyEventProcessors([...X4(),...this._eventProcessors],t,n)}setSDKProcessingMetadata(t){return this._sdkProcessingMetadata={...this._sdkProcessingMetadata,...t},this}_notifyEventProcessors(t,n,r,a=0){return new so((o,i)=>{let s=t[a];if(n===null||typeof s!="function")o(n);else{let u=s({...n},r);!1&&s.id&&u===null&&Qe.log(`Event processor "${s.id}" dropped event`),Di(u)?u.then(l=>this._notifyEventProcessors(t,l,r,a+1).then(o)).then(null,i):this._notifyEventProcessors(t,u,r,a+1).then(o).then(null,i)}})}_notifyScopeListeners(){this._notifyingListeners||(this._notifyingListeners=!0,this._scopeListeners.forEach(t=>{t(this)}),this._notifyingListeners=!1)}_applyFingerprint(t){t.fingerprint=t.fingerprint?Array.isArray(t.fingerprint)?t.fingerprint:[t.fingerprint]:[],this._fingerprint&&(t.fingerprint=t.fingerprint.concat(this._fingerprint)),t.fingerprint&&!t.fingerprint.length&&delete t.fingerprint}};function X4(){return ao("globalEventProcessors",()=>[])}function Nr(e){X4().push(e)}d();d();var Pc=4,hv=100,jr=class{constructor(t,n=new rr,r=Pc){this._version=r;this.getStackTop().scope=n,t&&this.bindClient(t)}_stack=[{}];_lastEventId;isOlderThan(t){return this._version{o.captureException(t,{originalException:t,syntheticException:a,...n,event_id:r},i)}),r}captureMessage(t,n,r){let a=this._lastEventId=r&&r.event_id?r.event_id:Rr(),o=new Error(t);return this._withClient((i,s)=>{i.captureMessage(t,n,{originalException:t,syntheticException:o,...r,event_id:a},s)}),a}captureEvent(t,n){let r=n&&n.event_id?n.event_id:Rr();return t.type!=="transaction"&&(this._lastEventId=r),this._withClient((a,o)=>{a.captureEvent(t,{...n,event_id:r},o)}),r}lastEventId(){return this._lastEventId}addBreadcrumb(t,n){let{scope:r,client:a}=this.getStackTop();if(!r||!a)return;let{beforeBreadcrumb:o=null,maxBreadcrumbs:i=hv}=a.getOptions&&a.getOptions()||{};if(i<=0)return;let u={timestamp:uo(),...t},l=o?fc(()=>o(u,n)):u;l!==null&&r.addBreadcrumb(l,i)}setUser(t){let n=this.getScope();n&&n.setUser(t)}setTags(t){let n=this.getScope();n&&n.setTags(t)}setExtras(t){let n=this.getScope();n&&n.setExtras(t)}setTag(t,n){let r=this.getScope();r&&r.setTag(t,n)}setExtra(t,n){let r=this.getScope();r&&r.setExtra(t,n)}setContext(t,n){let r=this.getScope();r&&r.setContext(t,n)}configureScope(t){let{scope:n,client:r}=this.getStackTop();n&&r&&t(n)}run(t){let n=Fi(this);try{t(this)}finally{Fi(n)}}getIntegration(t){let n=this.getClient();if(!n)return null;try{return n.getIntegration(t)}catch{return!1&&Qe.warn(`Cannot retrieve integration ${t.id} from the current Hub`),null}}startTransaction(t,n){return this._callExtensionMethod("startTransaction",t,n)}traceHeaders(){return this._callExtensionMethod("traceHeaders")}captureSession(t=!1){if(t)return this.endSession();this._sendSessionUpdate()}endSession(){let t=this.getStackTop(),n=t&&t.scope,r=n&&n.getSession();r&&Lc(r),this._sendSessionUpdate(),n&&n.setSession()}startSession(t){let{scope:n,client:r}=this.getStackTop(),{release:a,environment:o}=r&&r.getOptions()||{},i=ft(),{userAgent:s}=i.navigator||{},u=_c({release:a,environment:o,...n&&{user:n.getUser()},...s&&{userAgent:s},...t});if(n){let l=n.getSession&&n.getSession();l&&l.status==="ok"&&Or(l,{status:"exited"}),this.endSession(),n.setSession(u)}return u}shouldSendDefaultPii(){let t=this.getClient(),n=t&&t.getOptions();return!!(n&&n.sendDefaultPii)}_sendSessionUpdate(){let{scope:t,client:n}=this.getStackTop();if(!t)return;let r=t.getSession();r&&n&&n.captureSession&&n.captureSession(r)}_withClient(t){let{scope:n,client:r}=this.getStackTop();r&&t(r,n)}_callExtensionMethod(t,...n){let a=Mi().__SENTRY__;if(a&&a.extensions&&typeof a.extensions[t]=="function")return a.extensions[t].apply(this,n);!1&&Qe.warn(`Extension method ${t} couldn't be found, doing nothing.`)}};function Mi(){let e=ft();return e.__SENTRY__=e.__SENTRY__||{extensions:{},hub:void 0},e}function Fi(e){let t=Mi(),n=Vn(t);return cu(t,e),n}function it(){let e=Mi();return(!Q4(e)||Vn(e).isOlderThan(Pc))&&cu(e,new jr),G4()?bv(e):Vn(e)}function bv(e){try{let t=Mi().__SENTRY__,n=t&&t.extensions&&t.extensions.domain&&t.extensions.domain.active;if(!n)return Vn(e);if(!Q4(n)||Vn(n).isOlderThan(Pc)){let r=Vn(e).getStackTop();cu(n,new jr(r.client,rr.clone(r.scope)))}return Vn(n)}catch{return Vn(e)}}function Q4(e){return!!(e&&e.__SENTRY__&&e.__SENTRY__.hub)}function Vn(e){return ao("hub",()=>new jr,e)}function cu(e,t){if(!e)return!1;let n=e.__SENTRY__=e.__SENTRY__||{};return n.hub=t,!0}d();function Bi(e,t){return it().captureException(e,{captureContext:t})}function Ri(e){it().withScope(e)}d();d();d();d();d();d();d();var va={};B0(va,{FunctionToString:()=>lo,InboundFilters:()=>co});d();d();var pf,lo=class e{static id="FunctionToString";name=e.id;setupOnce(){pf=Function.prototype.toString,Function.prototype.toString=function(...t){let n=oo(this)||this;return pf.apply(n,t)}}};d();var xv=[/^Script error\.?$/,/^Javascript error: Script error\.? on line 0$/],co=class e{constructor(t={}){this._options=t}static id="InboundFilters";name=e.id;setupOnce(t,n){let r=a=>{let o=n();if(o){let i=o.getIntegration(e);if(i){let s=o.getClient(),u=s?s.getOptions():{},l=Tv(i._options,u);return vv(a,l)?null:a}}return a};r.id=this.name,t(r)}};function Tv(e={},t={}){return{allowUrls:[...e.allowUrls||[],...t.allowUrls||[]],denyUrls:[...e.denyUrls||[],...t.denyUrls||[]],ignoreErrors:[...e.ignoreErrors||[],...t.ignoreErrors||[],...xv],ignoreInternal:e.ignoreInternal!==void 0?e.ignoreInternal:!0}}function vv(e,t){return t.ignoreInternal&&Av(e)?(!1&&Qe.warn(`Event dropped due to being internal Sentry Error. Event: ${Ir(e)}`),!0):Cv(e,t.ignoreErrors)?(!1&&Qe.warn(`Event dropped due to being matched by \`ignoreErrors\` option. Event: ${Ir(e)}`),!0):Sv(e,t.denyUrls)?(!1&&Qe.warn(`Event dropped due to being matched by \`denyUrls\` option. Event: ${Ir(e)}. Url: ${du(e)}`),!0):wv(e,t.allowUrls)?!1:(!1&&Qe.warn(`Event dropped due to not being matched by \`allowUrls\` option. Event: ${Ir(e)}. -Url: ${du(e)}`),!0)}function Cv(e,t){return!t||!t.length?!1:Dv(e).some(n=>t.some(r=>ou(n,r)))}function Sv(e,t){if(!t||!t.length)return!1;let n=du(e);return n?t.some(r=>ou(n,r)):!1}function wv(e,t){if(!t||!t.length)return!0;let n=du(e);return n?t.some(r=>ou(n,r)):!0}function Dv(e){if(e.message)return[e.message];if(e.exception)try{let{type:t="",value:n=""}=e.exception.values&&e.exception.values[0]||{};return[`${n}`,`${t}: ${n}`]}catch{return!1&&Qe.error(`Cannot extract message for event ${Ir(e)}`),[]}return[]}function Av(e){try{return e.exception.values[0].type==="SentryError"}catch{}return!1}function kv(e=[]){for(let t=e.length-1;t>=0;t--){let n=e[t];if(n&&n.filename!==""&&n.filename!=="[native code]")return n.filename||null}return null}function du(e){try{let t;try{t=e.exception.values[0].stacktrace.frames}catch{}return t?kv(t):null}catch{return!1&&Qe.error(`Cannot extract url for event ${Ir(e)}`),null}}d();d();function Mc(e,t){let n=Bc(e,t),r={type:t&&t.name,value:Iv(t)};return n.length&&(r.stacktrace={frames:n}),r.type===void 0&&r.value===""&&(r.value="Unrecoverable error caught"),r}function Mv(e,t,n,r){let a={exception:{values:[{type:wi(t)?t.constructor.name:r?"UnhandledRejection":"Error",value:`Non-Error ${r?"promise rejection":"exception"} captured with keys: ${U4(t)}`}]},extra:{__serialized__:wc(t)}};if(n){let o=Bc(e,n);o.length&&(a.exception.values[0].stacktrace={frames:o})}return a}function Pc(e,t){return{exception:{values:[Mc(e,t)]}}}function Bc(e,t){let n=t.stacktrace||t.stack||"",r=Rv(t);try{return e(n,r)}catch{}return[]}var Bv=/Minified React error #\d+;/i;function Rv(e){if(e){if(typeof e.framesToPop=="number")return e.framesToPop;if(Bv.test(e.message))return 1}return 0}function Iv(e){let t=e&&e.message;return t?t.error&&typeof t.error.message=="string"?t.error.message:t:"No error message"}function Rc(e,t,n,r,a){let o;if(nu(t)&&t.error)return Pc(e,t.error);if(F4(t)){let i=t;if("stack"in t)o=Pc(e,t);else{let s=i.name||"DOMException",u=i.message?`${s}: ${i.message}`:s;o=hf(e,u,n,r),Fi(o,u)}return"code"in i&&(o.tags={...o.tags,"DOMException.code":`${i.code}`}),o}return tu(t)?Pc(e,t):xr(t)||wi(t)?(o=Mv(e,t,n,a),Ta(o,{synthetic:!0}),o):(o=hf(e,t,n,r),Fi(o,`${t}`,void 0),Ta(o,{synthetic:!0}),o)}function hf(e,t,n,r){let a={message:t};if(r&&n){let o=Bc(e,n);o.length&&(a.exception={values:[{value:t,stacktrace:{frames:o}}]})}return a}d();var bf="Breadcrumbs",Ca=class e{static id=bf;name=e.id;options;constructor(t){this.options={console:!0,dom:!0,fetch:!0,history:!0,sentry:!0,xhr:!0,...t}}setupOnce(){this.options.console&&nr("console",Nv),this.options.dom&&nr("dom",Ov(this.options.dom)),this.options.xhr&&nr("xhr",jv),this.options.fetch&&nr("fetch",Uv),this.options.history&&nr("history",Hv)}};function Ov(e){function t(n){let r,a=typeof e=="object"?e.serializeAttribute:void 0;typeof a=="string"&&(a=[a]);try{r=n.event.target?Ai(n.event.target,a):Ai(n.event,a)}catch{r=""}r.length!==0&&it().addBreadcrumb({category:`ui.${n.name}`,message:r},{event:n.event,name:n.name,global:n.global})}return t}function Nv(e){let t={category:"console",data:{arguments:e.args,logger:"console"},level:V4(e.level),message:hc(e.args," ")};if(e.level==="assert")if(e.args[0]===!1)t.message=`Assertion failed: ${hc(e.args.slice(1)," ")||"console.assert"}`,t.data.arguments=e.args.slice(1);else return;it().addBreadcrumb(t,{input:e.args,level:e.level})}function jv(e){if(e.endTimestamp){if(e.xhr.__sentry_own_request__)return;let{method:t,url:n,status_code:r,body:a}=e.xhr.__sentry_xhr__||{};it().addBreadcrumb({category:"xhr",data:{method:t,url:n,status_code:r},type:"http"},{xhr:e.xhr,input:a});return}}function Uv(e){e.endTimestamp&&(e.fetchData.url.match(/sentry_key/)&&e.fetchData.method==="POST"||(e.error?it().addBreadcrumb({category:"fetch",data:e.fetchData,level:"error",type:"http"},{data:e.error,input:e.args}):it().addBreadcrumb({category:"fetch",data:{...e.fetchData,status_code:e.response.status},type:"http"},{input:e.args,response:e.response})))}function Hv(e){let t=ft(),n=e.from,r=e.to,a=su(t.location.href),o=su(n),i=su(r);o.path||(o=a),a.protocol===i.protocol&&a.host===i.host&&(r=i.relative),a.protocol===o.protocol&&a.host===o.host&&(n=o.relative),it().addBreadcrumb({category:"navigation",data:{from:n,to:r}})}d();var JM=ft();var cB=ft();d();d();d();var mu="?";var zv=30,qv=40,Wv=50;function Ic(e,t,n,r){let a={filename:e,function:t,in_app:!0};return n!==void 0&&(a.lineno=n),r!==void 0&&(a.colno=r),a}var $v=/^\s*at (?:(.*?) ?\((?:address at )?)?((?:file|https?|blob|chrome-extension|address|native|eval|webpack||[-a-z]+:|.*bundle|\/).*?)(?::(\d+))?(?::(\d+))?\)?\s*$/i,Gv=/\((\S*)(?::(\d+))(?::(\d+))\)/,Vv=e=>{let t=$v.exec(e);if(t){if(t[2]&&t[2].indexOf("eval")===0){let o=Gv.exec(t[2]);o&&(t[2]=o[1],t[3]=o[2],t[4]=o[3])}let[r,a]=Sf(t[1]||mu,t[2]);return Ic(a,r,t[3]?+t[3]:void 0,t[4]?+t[4]:void 0)}},Ef=[zv,Vv],Kv=/^\s*(.*?)(?:\((.*?)\))?(?:^|@)?((?:file|https?|blob|chrome|webpack|resource|moz-extension|capacitor).*?:\/.*?|\[native code\]|[^@]*(?:bundle|\d+\.js)|\/[\w\-. /=]+)(?::(\d+))?(?::(\d+))?\s*$/i,Yv=/(\S+) line (\d+)(?: > eval line \d+)* > eval/i,Jv=e=>{let t=Kv.exec(e);if(t){if(t[3]&&t[3].indexOf(" > eval")>-1){let o=Yv.exec(t[3]);o&&(t[1]=t[1]||"eval",t[3]=o[1],t[4]=o[2],t[5]="")}let r=t[3],a=t[1]||mu;return[a,r]=Sf(a,r),Ic(r,a,t[4]?+t[4]:void 0,t[5]?+t[5]:void 0)}},xf=[Wv,Jv],Xv=/^\s*at (?:((?:\[object object\])?.+) )?\(?((?:file|ms-appx|https?|webpack|blob):.*?):(\d+)(?::(\d+))?\)?\s*$/i,Qv=e=>{let t=Xv.exec(e);return t?Ic(t[2],t[1]||mu,+t[3],t[4]?+t[4]:void 0):void 0},Tf=[qv,Qv];var vf=[Ef,xf,Tf],Cf=H4(...vf),Sf=(e,t)=>{let n=e.indexOf("safari-extension")!==-1,r=e.indexOf("safari-web-extension")!==-1;return n||r?[e.indexOf("@")!==-1?e.split("@")[0]:mu,n?`safari-extension:${t}`:`safari-web-extension:${t}`]:[e,t]};d();d();var Oc=0;function Nc(){return Oc>0}function Zv(){Oc+=1,setTimeout(()=>{Oc-=1})}function Ur(e,t={},n){if(typeof e!="function")return e;try{let a=e.__sentry_wrapped__;if(a)return a;if(oo(e))return e}catch{return e}let r=function(){let a=Array.prototype.slice.call(arguments);try{n&&typeof n=="function"&&n.apply(this,arguments);let o=a.map(i=>Ur(i,t));return e.apply(this,o)}catch(o){throw Zv(),Ri(i=>{i.addEventProcessor(s=>(t.mechanism&&(Fi(s,void 0,void 0),Ta(s,t.mechanism)),s.extra={...s.extra,arguments:a},s)),Bi(o)}),o}};try{for(let a in e)Object.prototype.hasOwnProperty.call(e,a)&&(r[a]=e[a])}catch{}yc(r,e),iu(e,"__sentry_wrapped__",r);try{Object.getOwnPropertyDescriptor(r,"name").configurable&&Object.defineProperty(r,"name",{get(){return e.name}})}catch{}return r}var jc={};B0(jc,{Breadcrumbs:()=>Ca,Dedupe:()=>Aa,GlobalHandlers:()=>vr,HttpContext:()=>Da,LinkedErrors:()=>wa,TryCatch:()=>Sa});d();d();var vr=class e{static id="GlobalHandlers";name=e.id;_options;_installFunc={onerror:eC,onunhandledrejection:tC};constructor(t){this._options={onerror:!0,onunhandledrejection:!0,...t}}setupOnce(){let t=this._options;for(let n in t){let r=this._installFunc[n];r&&t[n]&&(aC(n),r(),this._installFunc[n]=void 0)}}};function eC(){nr("error",e=>{let[t,n,r]=Af();if(!t.getIntegration(vr))return;let{msg:a,url:o,line:i,column:s,error:u}=e;if(Nc()||u&&u.__sentry_own_request__)return;let l=u===void 0&&Er(a)?rC(a,o,i,s):wf(Rc(n,u||a,void 0,r,!1),o,i,s);l.level="error",Df(t,u,l,"onerror")})}function tC(){nr("unhandledrejection",e=>{let[t,n,r]=Af();if(!t.getIntegration(vr))return;let a=e;try{"reason"in e?a=e.reason:"detail"in e&&"reason"in e.detail&&(a=e.detail.reason)}catch{}if(Nc()||a&&a.__sentry_own_request__)return!0;let o=ru(a)?nC(a):Rc(n,a,void 0,r,!0);o.level="error",Df(t,a,o,"onunhandledrejection")})}function nC(e){return{exception:{values:[{type:"UnhandledRejection",value:`Non-Error promise rejection captured with value: ${String(e)}`}]}}}function rC(e,t,n,r){let a=/^(?:[Uu]ncaught (?:exception: )?)?(?:((?:Eval|Internal|Range|Reference|Syntax|Type|URI|)Error): )?(.*)$/i,o=nu(e)?e.message:e,i="Error",s=o.match(a);return s&&(i=s[1],o=s[2]),wf({exception:{values:[{type:i,value:o}]}},t,n,r)}function wf(e,t,n,r){let a=e.exception=e.exception||{},o=a.values=a.values||[],i=o[0]=o[0]||{},s=i.stacktrace=i.stacktrace||{},u=s.frames=s.frames||[],l=isNaN(parseInt(r,10))?void 0:r,c=isNaN(parseInt(n,10))?void 0:n,m=Er(t)&&t.length>0?t:I4();return u.length===0&&u.push({colno:l,filename:m,function:"?",in_app:!0,lineno:c}),e}function aC(e){!1&&Qe.log(`Global Handler attached: ${e}`)}function Df(e,t,n,r){Ta(n,{handled:!1,type:r}),e.captureEvent(n,{originalException:t})}function Af(){let e=it(),t=e.getClient(),n=t&&t.getOptions()||{stackParser:()=>[],attachStacktrace:!1};return[e,n.stackParser,n.attachStacktrace]}d();var oC=["EventTarget","Window","Node","ApplicationCache","AudioTrackList","ChannelMergerNode","CryptoOperation","EventSource","FileReader","HTMLUnknownElement","IDBDatabase","IDBRequest","IDBTransaction","KeyOperation","MediaController","MessagePort","ModalWindow","Notification","SVGElementInstance","Screen","TextTrack","TextTrackCue","TextTrackList","WebSocket","WebSocketWorker","Worker","XMLHttpRequest","XMLHttpRequestEventTarget","XMLHttpRequestUpload"],Sa=class e{static id="TryCatch";name=e.id;_options;constructor(t){this._options={XMLHttpRequest:!0,eventTarget:!0,requestAnimationFrame:!0,setInterval:!0,setTimeout:!0,...t}}setupOnce(){let t=ft();this._options.setTimeout&&$n(t,"setTimeout",kf),this._options.setInterval&&$n(t,"setInterval",kf),this._options.requestAnimationFrame&&$n(t,"requestAnimationFrame",iC),this._options.XMLHttpRequest&&"XMLHttpRequest"in t&&$n(XMLHttpRequest.prototype,"send",sC);let n=this._options.eventTarget;n&&(Array.isArray(n)?n:oC).forEach(uC)}};function kf(e){return function(...t){let n=t[0];return t[0]=Ur(n,{mechanism:{data:{function:Gn(e)},handled:!0,type:"instrument"}}),e.apply(this,t)}}function iC(e){return function(t){return e.apply(this,[Ur(t,{mechanism:{data:{function:"requestAnimationFrame",handler:Gn(e)},handled:!0,type:"instrument"}})])}}function sC(e){return function(...t){let n=this;return["onload","onerror","onprogress","onreadystatechange"].forEach(a=>{a in n&&typeof n[a]=="function"&&$n(n,a,function(o){let i={mechanism:{data:{function:a,handler:Gn(o)},handled:!0,type:"instrument"}},s=oo(o);return s&&(i.mechanism.data.handler=Gn(s)),Ur(o,i)})}),e.apply(this,t)}}function uC(e){let t=ft(),n=t[e]&&t[e].prototype;!n||!n.hasOwnProperty||!n.hasOwnProperty("addEventListener")||($n(n,"addEventListener",function(r){return function(a,o,i){try{typeof o.handleEvent=="function"&&(o.handleEvent=Ur(o.handleEvent,{mechanism:{data:{function:"handleEvent",handler:Gn(o),target:e},handled:!0,type:"instrument"}}))}catch{}let s=Ur(o,{mechanism:{data:{function:"addEventListener",handler:Gn(o),target:e},handled:!0,type:"instrument"}}),u=[a,s,i];return r.apply(this,u)}}),$n(n,"removeEventListener",function(r){return function(a,o,i){let s=o;try{let u=s&&s.__sentry_wrapped__;u&&r.call(this,a,u,i)}catch{}return r.call(this,a,s,i)}}))}d();var lC="cause",cC=5,wa=class e{static id="LinkedErrors";name=e.id;_key;_limit;constructor(t={}){this._key=t.key||lC,this._limit=t.limit||cC}setupOnce(){let t=it().getClient();t&&Nr((n,r)=>{let a=it().getIntegration(e);return a?dC(t.getOptions().stackParser,a._key,a._limit,n,r):n})}};function dC(e,t,n,r,a){if(!r.exception||!r.exception.values||!a||!tr(a.originalException,Error))return r;let o=_f(e,n,a.originalException,t);return r.exception.values=[...o,...r.exception.values],r}function _f(e,t,n,r,a=[]){if(!tr(n[r],Error)||a.length+1>=t)return a;let o=Mc(e,n[r]);return _f(e,t,n[r],r,[o,...a])}d();var Lf=ft(),Da=class e{static id="HttpContext";name=e.id;setupOnce(){Nr(t=>{if(it().getIntegration(e)){if(!navigator&&!location&&!Lf.document)return t;let n=t.request&&t.request.url||location&&location.href,{referrer:r}=Lf.document||{},{userAgent:a}=navigator||{},o={...t.request&&t.request.headers,...r&&{Referer:r},...a&&{"User-Agent":a}},i={...n&&{url:n},headers:o};return{...t,request:i}}return t})}};d();var Aa=class e{static id="Dedupe";name=e.id;_previousEvent;setupOnce(t,n){let r=a=>{let o=n().getIntegration(e);if(o){try{if(mC(a,o._previousEvent))return!1&&Qe.warn("Event dropped due to being a duplicate of previously captured event."),null}catch{return o._previousEvent=a}return o._previousEvent=a}return a};r.id=this.name,t(r)}};function mC(e,t){return t?!!(pC(e,t)||gC(e,t)):!1}function pC(e,t){let n=e.message,r=t.message;return!(!n&&!r||n&&!r||!n&&r||n!==r||!Bf(e,t)||!Mf(e,t))}function gC(e,t){let n=Ff(t),r=Ff(e);return!(!n||!r||n.type!==r.type||n.value!==r.value||!Bf(e,t)||!Mf(e,t))}function Mf(e,t){let n=Pf(e),r=Pf(t);if(!n&&!r)return!0;if(n&&!r||!n&&r||(n=n,r=r,r.length!==n.length))return!1;for(let a=0;a"u"&&typeof Deno<"u"?Deno.env.toObject():T}var Se=Ce();function Ee(){return Se.IMMERSIVE_TRANSLATE_USERSCRIPT==="1"}function Yt(){return Se.PROD==="1"}function In(){return Se.PROD_API==="1"}function If(){return Se.HAS_CSP_ERROR=="1"}function rt(){if(Se.IMMERSIVE_TRANSLATE_SAFARI==="1")return!0;if(typeof globalThis.immersiveTranslateBrowserAPI<"u"&&globalThis.immersiveTranslateBrowserAPI.runtime&&globalThis.immersiveTranslateBrowserAPI.runtime.getManifest){let t=globalThis.immersiveTranslateBrowserAPI.runtime.getManifest();return!!(t&&t._isSafari)}else return!1}function pu(){return typeof Deno<"u"}var lI=Ce().PROD==="1",mo=Ce().PROD!=="1";function gu(){return typeof globalThis.__IS_IMMERSIVE_TRANSLATE_WEB_OPTIONS_PAGE__<"u"}d();var Of={nologin:"\u672A\u767B\u5F55",loginForSafari:"\u767B\u5F55\u6216\u6CE8\u518C",login:"\u767B\u5F55\u540E\u53EF\u5F00\u901A\u4F1A\u5458",goLogin:"\u53BB\u767B\u5F55",manageAccount:"\u7BA1\u7406\u8D26\u6237",openPremium:"\u5F00\u901A\u4F1A\u5458",logout:"\u9000\u51FA",curentPlan:"\u5F53\u524D\u5957\u9910",endAt:"\u5230\u671F",endAuto:"\u81EA\u52A8\u7EED\u671F",lineBreakMaxTextCount:"\u6362\u884C\u540E\uFF0C\u6BCF\u53E5\u8BDD\u5141\u8BB8\u7684\u6700\u5927\u5B57\u7B26\u6570\u91CF","translate-pdf":"\u70B9\u51FB\u7FFB\u8BD1 PDF","noSupportTranslate-pdf":"\u811A\u672C\u4E0D\u652F\u6301\u8BF7\u4F7F\u7528\u63D2\u4EF6","translate-firefox-local-pdf":"\u70B9\u51FB\u53BB\u5BFC\u5165PDF",enableLineBreak:"\u5F00\u542F\u957F\u6BB5\u843D\u81EA\u52A8\u6362\u884C",sponsorLabel:"$1 \u8D77\u8D5E\u52A9\u5F00\u53D1\u8005",help:"\u5E2E\u52A9",enableLineBreakDescription:"\u5F00\u542F\u540E\uFF0C\u5C06\u4F1A\u5728\u957F\u6BB5\u843D\u4E2D\u6BCF\u53E5\u8BDD\u7ED3\u675F\u63D2\u5165\u6362\u884C\u7B26\uFF0C\u4EE5\u4FBF\u4E8E\u9605\u8BFB","browser.shortBrandName":"\u6C89\u6D78\u5F0F\u7FFB\u8BD1","browser.brandName":"\u6C89\u6D78\u5F0F\u7FFB\u8BD1 - \u7F51\u9875\u7FFB\u8BD1\u63D2\u4EF6 | PDF\u7FFB\u8BD1 | \u514D\u8D39","browser.brandDescription":"\u3010\u6C89\u6D78\u5F0F\u7FFB\u8BD1\u3011\u4E00\u6B3E\u514D\u8D39\u7684\uFF08\u539F\u6587/\u8BD1\u6587\uFF09\u53CC\u8BED\u5BF9\u7167\u7F51\u9875\u7FFB\u8BD1\u63D2\u4EF6\uFF0C\u540C\u65F6\u652F\u6301PDF\u7FFB\u8BD1\uFF08\u4FDD\u7559\u539F\u6587\u6863\u6392\u7248\uFF09\uFF0C\u89C6\u9891\u53CC\u8BED\u5B57\u5E55\u7FFB\u8BD1\uFF08Youtube, Netflix\u7B49\uFF09\uFF0CEPUB\u7535\u5B50\u4E66\u7FFB\u8BD1\u7B49\uFF1B\u652F\u6301\u8C03\u7528\u4EBA\u5DE5\u667A\u80FDAI\u7FFB\u8BD1\u5927\u6A21\u578B\uFF08OpenAI (ChatGPT)\u3001DeepL\u3001Gemini(Bard) \u7B49 \uFF09\u5BF9\u4EE5\u4E0A\u5185\u5BB9\u8FDB\u884C\u66F4\u51C6\u786E\u7684\u7FFB\u8BD1\uFF1B","browser.brandDescriptionForSafari":"\u3010\u6C89\u6D78\u5F0F\u7FFB\u8BD1\u3011\u4E00\u6B3E\u514D\u8D39\u7684\uFF08\u539F\u6587/\u8BD1\u6587\uFF09\u53CC\u8BED\u5BF9\u7167\u7F51\u9875\u7FFB\u8BD1\u63D2\u4EF6\uFF0C\u540C\u65F6\u652F\u6301PDF\u7FFB\u8BD1\u548CEPUB\u7535\u5B50\u4E66\u7FFB\u8BD1\u4E14\u4FDD\u7559\u539F\u6587\u6863\u6392\u7248\uFF0CYoutube/Netflix\u7B49\u5728\u7EBF\u89C6\u9891\u53CC\u8BED\u5B57\u5E55\u7FFB\u8BD1\uFF0C\u652F\u6301Deepl/Google\u7B49\u4E3B\u6D41\u7FFB\u8BD1\u670D\u52A1;","browser.toggleTranslatePage":"\u7FFB\u8BD1\u7F51\u9875/\u663E\u793A\u539F\u6587","browser.toggleTranslateTheWholePage":"\u7FFB\u8BD1\u9875\u9762\u5168\u90E8\u533A\u57DF/\u663E\u793A\u539F\u6587","browser.toggleTranslateToThePageEndImmediately":"\u7ACB\u5373\u7FFB\u8BD1\u5230\u9875\u9762\u5E95\u90E8/\u663E\u793A\u539F\u6587","browser.toggleTranslateTheMainPage":"\u7FFB\u8BD1\u9875\u9762\u4E3B\u8981\u533A\u57DF/\u663E\u793A\u539F\u6587","browser.shareToDraft":"\u751F\u6210\u7F51\u9875\u5FEB\u7167","browser.openOptionsPage":"\u6253\u5F00\u8BBE\u7F6E\u9875","browser.translateLocalPdfFile":"\u7FFB\u8BD1\u672C\u5730 PDF \u6587\u4EF6","browser.openEbookViewer":"\u9605\u8BFB\u672C\u5730\u7535\u5B50\u4E66","browser.openEbookBuilder":"\u5236\u4F5C\u53CC\u8BED EPUB \u7535\u5B50\u4E66","browser.translateLocalHtmlFile":"\u7FFB\u8BD1 HTML/txt \u6587\u4EF6","browser.donateContext":"\u4E86\u89E3\u8D5E\u52A9\u798F\u5229","browser.translateLocalSubtitleFile":"\u7FFB\u8BD1\u672C\u5730\u5B57\u5E55\u6587\u4EF6",confirmResetConfig:"\u4F60\u786E\u5B9A\u8981\u91CD\u7F6E\u8BBE\u7F6E\u5417\uFF1F",translationLineBreakSettingTitle:"\u8BD1\u6587\u6362\u884C\u8BBE\u7F6E",smartLineBreak:"\u667A\u80FD\u6362\u884C",alwaysLineBreak:"\u603B\u662F\u6362\u884C",isShowContextMenu:"\u5C06\u7FFB\u8BD1\u7F51\u9875\u52A0\u5165\u53F3\u952E\u83DC\u5355\u9879",toggleBeta:"\u5F00\u542F Beta \u6D4B\u8BD5\u7279\u6027",betaDescription:"\u542F\u7528\u4ECD\u5728\u5B9E\u9A8C\u6027\u7684\u529F\u80FD\uFF0C\u4EE5\u53CA\u6D4B\u8BD5\u4E2D\u7684\u7FFB\u8BD1\u670D\u52A1\u3002\u52A0\u5165 <1>Telegram \u7FA4\u7EC4\u4E86\u89E3\u66F4\u591A\u3002",translationLineBreakSettingDescription:"\u603B\u662F\u6362\u884C\u9002\u7528\u4E8E\u8F83\u5C11\u5185\u5BB9\u7684\u7248\u9762\uFF0C\u66F4\u6574\u9F50\u3002\uFF08\u5728\u5185\u5BB9\u8F83\u591A\u7684\u957F\u6BB5\u843D(\u8D85\u8FC7{count}\u4E2A\u5B57\u7B26) \u4F7F\u7528\u667A\u80FD\u6362\u884C\uFF0C\u66F4\u7701\u7A7A\u95F4\uFF09",tempTranslateDomainTitle:"\u4E34\u65F6\u5F00\u542F\u7F51\u7AD9\u7FFB\u8BD1\u7684\u65F6\u957F",tempTranslateDomainDescription:"\u5F53\u624B\u52A8\u7FFB\u8BD1\u67D0\u4E2A\u7F51\u9875\u7684\u65F6\u5019\uFF0C\u4E34\u65F6\u5F00\u542F\u8BE5\u7F51\u7AD9\u4E3A\u81EA\u52A8\u7FFB\u8BD1\uFF0C\u53EF\u8BBE\u7F6E\u4E34\u65F6\u65F6\u957F",xMinutes:"{count} \u5206\u949F",disabled:"\u7981\u7528",changelog:"\u66F4\u65B0\u65E5\u5FD7",toggleTranslatePageWhenThreeFingersOnTheScreen:"\u591A\u6307\u540C\u65F6\u89E6\u6478\u5C4F\u5E55\u5219\u7FFB\u8BD1\u7F51\u9875/\u663E\u793A\u539F\u6587",toggleTranslationMaskWhenThreeFingersOnTheScreen:"\u591A\u6307\u540C\u65F6\u89E6\u6478\u5219\u663E\u793A/\u9690\u85CF\u8BD1\u6587\u6A21\u7CCA\u6548\u679C",addUrlDescription:"\u53EF\u4EE5\u4E3A\u57DF\u540D\uFF0C\u540C\u65F6\u652F\u6301\u901A\u914D\u7B26\uFF0C\u5982\uFF1A*.google.com, google.com/mail/*, https://www.google.com/*",general:"\u57FA\u672C\u8BBE\u7F6E",clickToExpandConfig:"\u5C55\u5F00\u5F53\u524D\u914D\u7F6E",import:"\u4ECE\u6587\u4EF6\u5BFC\u5165",export:"\u5BFC\u51FA\u5230\u6587\u4EF6",toggleDebug:"\u5728\u63A7\u5236\u53F0\u6253\u5370\u8C03\u8BD5\u65E5\u5FD7",mouseHoldKey:"+ {key} \u7FFB\u8BD1/\u8FD8\u539F\u8BE5\u6BB5",mouseHoldKeyAuto:"\u76F4\u63A5\u7FFB\u8BD1\u8BE5\u6BB5",mouseHoldKeyOff:"\u4E0D\u505A\u4EFB\u4F55\u4E8B\u60C5",mouseHoldKeyOther:"\u81EA\u5B9A\u4E49\u5FEB\u6377\u952E(\u6253\u5F00\u8BBE\u7F6E)",mouseHoldKeyCustomKey:"{key} \u7FFB\u8BD1/\u8FD8\u539F\u8BE5\u6BB5","mouse-translate":"\u9F20\u6807\u60AC\u505C",document:"\u4F7F\u7528\u6559\u7A0B",resetSuccess:"\u91CD\u7F6E\u6240\u6709\u8BBE\u7F6E\u6210\u529F",resetThisSuccess:"\u91CD\u7F6E\u6210\u529F",saved:"\u4FDD\u5B58\u6210\u529F",successImportConfig:"\u6210\u529F\u5BFC\u5165\u914D\u7F6E",goAdvancedSettings:"\u53BB\u8FDB\u9636\u8BBE\u7F6E\u9875",goAdvancedInterfaceSettings:"\u53BB\u9AD8\u7EA7\u81EA\u5B9A\u4E49\u8BBE\u7F6E\u9875\u9762",advanced:"\u8FDB\u9636\u8BBE\u7F6E",advancedDescription:"\u4E00\u822C\u65E0\u9700\u8BBE\u7F6E\uFF0C\u4FDD\u6301\u9ED8\u8BA4\u5373\u53EF\u3002\u4EC5\u5BF9\u4E8E\u66F4\u4E13\u4E1A\u7684\u7528\u6237\uFF0C\u63D0\u4F9B\u66F4\u4E2A\u6027\u5316\u7684\u8BBE\u7F6E\u9879\u3002",developer:"\u5F00\u53D1\u8005\u8BBE\u7F6E",donateCafe:"\u4EF7\u683C","translate to the bottom of the page":"\u8FDB\u5165\u7F51\u9875\u540E\uFF0C\u662F\u5426\u7ACB\u5373\u7FFB\u8BD1\u5230\u9875\u9762\u5E95\u90E8\uFF1F",feedback:"\u95EE\u9898\u53CD\u9988",toggleTranslatePage:"\u7FFB\u8BD1\u7F51\u9875/\u663E\u793A\u539F\u6587",translateToThePageEndImmediatelyDescription:"\u5F00\u542F\u540E\uFF0C\u8FDB\u5165\u7F51\u9875\u5C06\u7ACB\u5373\u7FFB\u8BD1\u4ECE\u9876\u90E8\u5230\u5E95\u90E8\u7684\u5185\u5BB9\u3002\u5173\u95ED\u5219\u8FB9\u770B\u8FB9\u8BD1\u3002\uFF08\u4E0D\u63A8\u8350\u5F00\u542F\uFF09","translate all areas of the page":"\u662F\u5426\u7FFB\u8BD1\u7F51\u9875\u6240\u6709\u533A\u57DF",translationAreaDescription:"\u5F00\u542F\u540E\uFF0C\u6574\u4E2A\u7F51\u9875\u7684\u6240\u6709\u533A\u57DF\u90FD\u4F1A\u88AB\u7FFB\u8BD1\u3002\u5173\u95ED\u5219\u4F7F\u7528\u9ED8\u8BA4\u7684\u667A\u80FD\u8BC6\u522B\uFF0C\u4EC5\u7FFB\u8BD1\u4E3B\u8981\u533A\u57DF\u3002\uFF08\u4E0D\u63A8\u8350\u5F00\u542F\uFF09","the number of characters to be translated first":"\u76F4\u63A5\u7FFB\u8BD1\u9875\u9762\u524D\u591A\u5C11\u4E2A\u5B57\u7B26\uFF0C\u800C\u65E0\u9700\u7B49\u5F85\u6EDA\u52A8\u5230\u53EF\u89C6\u533A\u57DF","interface language":"\u754C\u9762\u8BED\u8A00","display both the original text and the translation":"\u540C\u65F6\u663E\u793A\u539F\u6587\u548C\u8BD1\u6587","keyboard shortcuts":"\u952E\u76D8\u5FEB\u6377\u952E",modify:"\u4FEE\u6539\u5FEB\u6377\u952E",reset:"\u91CD\u7F6E",close:"\u5173\u95ED",homepage:"\u4E3B\u9875",more:"\u66F4\u591A",moreOptions:"\u5C55\u5F00\u66F4\u591A\u81EA\u5B9A\u4E49\u9009\u9879",translateTheWholePage:"\u7FFB\u8BD1\u9875\u9762\u5168\u90E8\u533A\u57DF\uFF08\u533A\u522B\u4E8E\u667A\u80FD\u8BC6\u522B\u4E3B\u8981\u533A\u57DF\uFF09",changeToTranslateTheWholePage:"\u5207\u6362\u4E3A\u7FFB\u8BD1\u6240\u6709\u533A\u57DF",changeToTranslateTheMainPage:"\u5207\u6362\u4E3A\u7FFB\u8BD1\u4E3B\u8981\u533A\u57DF",translateToThePageEndImmediately:"\u7ACB\u5373\u7FFB\u8BD1\u5230\u9875\u9762\u5E95\u90E8",translateTheMainPage:"\u667A\u80FD\u7FFB\u8BD1\u4E3B\u8981\u533A\u57DF","The local rules are up to date":"\u672C\u5730\u9002\u914D\u89C4\u5219\u5DF2\u662F\u6700\u65B0:","Successfully synchronized with the latest official rules:":"\u6210\u529F\u540C\u6B65\u6700\u65B0\u5B98\u65B9\u9002\u914D\u89C4\u5219:","Checking for updates":"\u6B63\u5728\u68C0\u67E5\u66F4\u65B0","Rules are being synchronized":"\u6B63\u5728\u540C\u6B65\u9002\u914D\u89C4\u5219",localVersionIsTooOld:"\u672C\u5730\u6269\u5C55\u7248\u672C\u8FC7\u65E7\uFF0C\u8BF7\u5347\u7EA7\u6269\u5C55\u5230 {minVersion} \u6216\u66F4\u65B0\u7684\u7248\u672C\u518D\u5C1D\u8BD5\u540C\u6B65",badUserscriptBrowser:"\u5F53\u524D\u6D4F\u89C8\u5668\u6CA1\u6709\u6B63\u786E\u5B9E\u73B0\u6CB9\u7334\u6269\u5C55\u7684\u63A5\u53E3\uFF08\u6BD4\u5982\u83B7\u53D6\u6CB9\u7334\u811A\u672C\u81EA\u8EAB\u7684\u7248\u672C\u53F7\u4FE1\u606F\uFF09\uFF0C\u8BF7\u4F7F\u7528\u5176\u4ED6<1>\u652F\u6301\u6CB9\u7334\u6269\u5C55\u7684\u6D4F\u89C8\u5668\u5982 Firefox",foundNewVersion:"\u53D1\u73B0\u65B0\u7248\u672C",theLocalExtensionIsUpToUpdate:"\u5F53\u524D\u6269\u5C55\u5DF2\u662F\u6700\u65B0\u7248\u672C\u3002",failToSyncRules:"\u540C\u6B65\u6700\u65B0\u9002\u914D\u89C4\u5219\u5931\u8D25",retry:"\u70B9\u6B64\u91CD\u8BD5",failedReason:"\u5931\u8D25\u539F\u56E0",currentRuleVersion:"\u5F53\u524D\u89C4\u5219\u7248\u672C",calculating:"\u8BA1\u7B97\u4E2D",unknownError:'\u60A8\u5F53\u524D\u6240\u4F7F\u7528\u7684\u7FFB\u8BD1\u670D\u52A1\u56E0\u7F51\u7EDC\u8FDE\u63A5\u6216\u670D\u52A1\u63D0\u4F9B\u5546\u7684\u95EE\u9898\u6682\u65F6\u65E0\u6CD5\u8BBF\u95EE\u3002\u5EFA\u8BAE\u60A8\u5C1D\u8BD5\u5237\u65B0\u9875\u9762\u6216\u901A\u8FC7\u8BBE\u7F6E\u66F4\u6362\u5176\u4ED6\u7FFB\u8BD1\u670D\u52A1\u3002\u82E5\u60A8\u662FPro\u4F1A\u5458\uFF0C\u53EF\u4EE5\u9009\u62E9\u4F7F\u7528\u66F4\u4E3A\u7A33\u5B9A\u7684DeepL\u6216OpenAI\u7FFB\u8BD1\u670D\u52A1\u3002\u540C\u65F6\uFF0C\u60A8\u53EF\u80FD\u9700\u8981\u68C0\u67E5\u7F51\u7EDC\u6216\u4EE3\u7406\u8BBE\u7F6E\u540E\u91CD\u65B0\u5C1D\u8BD5\u3002',canNotFetchRemoteRule:"\u65E0\u6CD5\u83B7\u53D6\u8FDC\u7A0B\u89C4\u5219",enableAlphaSuccess:"\u5DF2\u5F00\u542FAlpha\u529F\u80FD",disableAlphaSuccess:"\u5DF2\u5173\u95EDAlpha\u529F\u80FD",cacheSize:"\u7F13\u5B58\u5927\u5C0F\uFF1A",cleaning:"\u6E05\u7406\u4E2D",cleanCache:"\u6E05\u9664\u7F13\u5B58",options:"\u8BBE\u7F6E",about:"\u5173\u4E8E",service:"\u7FFB\u8BD1\u670D\u52A1",needAction:"(\u53BB\u8BBE\u7F6E)",goSettings:"\u53BB\u8BBE\u7F6E",needActionForOptions:"(\u9700\u8BBE\u7F6E)",translationEngine:"\u5F15\u64CE\u9009\u9879",sourceLanguage:"\u539F\u6587\u8BED\u8A00",target:"\u76EE\u6807\u8BED\u8A00",popupSourceLanguage:"\u539F\u6587\u8BED\u8A00",popupTarget:"\u76EE\u6807\u8BED\u8A00",popupService:"\u7FFB\u8BD1\u670D\u52A1",forThisSite:"\u5F53\u524D\u7F51\u7AD9",autoEnableSubtitle:"\u81EA\u52A8\u5F00\u542F\u53CC\u8BED\u5B57\u5E55",alwaysTranslate:"\u603B\u662F\u7FFB\u8BD1",neverTranslate:"\u6C38\u4E0D\u7FFB\u8BD1",neverTranslateSomeLanguage:"\u6C38\u4E0D\u7FFB\u8BD1 {language}",alwaysTranslateSomeSite:"\u603B\u662F\u7FFB\u8BD1 {hostname}",neverTranslateSomeSite:"\u6C38\u4E0D\u7FFB\u8BD1 {hostname}",alwaysTranslateSomeSiteOrWildSite:"\u603B\u662F\u7FFB\u8BD1\u8BE5\u7F51\u7AD9",alwaysTranslateSomePage:"\u603B\u662F\u7FFB\u8BD1\u8BE5\u7F51\u9875",add:"\u6DFB\u52A0",default:"\u9ED8\u8BA4",forThisLanguage:"\u9488\u5BF9\u8BE5\u8BED\u8A00\uFF1A","add url":"\u8F93\u5165URL",edit:"\u7F16\u8F91",pickAll:"\u5168\u9009","translate other languages into specific language":"\u5C06\u5176\u4ED6\u8BED\u8A00\u7FFB\u8BD1\u4E3A\u4F60\u8BBE\u7F6E\u7684\u8BED\u8A00","select translation service":"\u9009\u62E9\u4E00\u9879\u7FFB\u8BD1\u670D\u52A1",language:"\u8BED\u8A00","show-original":"\u663E\u793A\u539F\u6587",translate:"\u7FFB\u8BD1",Translated:"\u5DF2\u7FFB\u8BD1",Translating:"\u7FFB\u8BD1\u4E2D",Error:"\u9519\u8BEF",allowCacheTranslations:"\u5F00\u542F\u672C\u5730\u7FFB\u8BD1\u7F13\u5B58\uFF08\u51CF\u5C11\u91CD\u590D\u6BB5\u843D\u7684\u7FFB\u8BD1\u8BF7\u6C42\uFF09","translation display":"\u8BD1\u6587\u663E\u793A\u6837\u5F0F","select diplay style":"\u533A\u5206\u8BD1\u6587\u7684\u6837\u5F0F\uFF0C\u5177\u4F53\u53EF\u53C2\u8003\u4E0B\u5217\u793A\u4F8B",interface:"\u754C\u9762\u8BBE\u7F6E",import_export:"\u5BFC\u5165/\u5BFC\u51FA",import_export_title:"\u5BFC\u5165/\u5BFC\u51FA\u914D\u7F6E",syncToGoogleDrive:"\u7ACB\u5373\u4E0E Google Drive \u540C\u6B65","floatBallOptions.enable":"\u542F\u7528\u60AC\u6D6E\u7403","floatBallOptions.blockUrls":"\u7981\u7528\u7F51\u7AD9","floatBallOptions.add":"\u6DFB\u52A0","floatBallOptions.blockUrlDesc":"\u5F53\u9047\u4E0B\u5217\u7F51\u7AD9\u65F6\u4E0D\u663E\u793A\u60AC\u6D6E\u7403","floatBallOptions.clickType":"\u70B9\u51FB\u884C\u4E3A","floatBallOptions.clickTypeDesc":"\u60AC\u6D6E\u7403\u56FE\u6807\u70B9\u51FB\u65F6\u7684\u884C\u4E3A","floatBallOptions.clickPopup":"\u663E\u793A\u7FFB\u8BD1\u9762\u677F","floatBallOptions.clickTranslate":"\u7FFB\u8BD1/\u663E\u793A\u539F\u6587","floatBallOptions.fixedPosition":"\u56FA\u5B9A\u4F4D\u7F6E","floatBallOptions.fixedPositionDesc":"\u60AC\u6D6E\u7403\u5728\u7A97\u53E3\u5DE6\u4FA7\u8FD8\u662F\u53F3\u4FA7","floatBallOptions.fixedPositionLeft":"\u5DE6\u4FA7","floatBallOptions.fixedPositionRight":"\u53F3\u4FA7",previewAllThemes:"\u9884\u89C8\u5168\u90E8\u6837\u5F0F","translationTheme.none":"\u65E0","translationTheme.grey":"\u9ED1\u7070\u8272","translationTheme.dashed":"\u865A\u7EBF\u4E0B\u5212\u7EBF","translationTheme.dotted":"\u70B9\u72B6\u4E0B\u5212\u7EBF","translationTheme.dashedBorder":"\u865A\u7EBF\u8FB9\u6846","translationTheme.solidBorder":"\u5B9E\u7EBF\u8FB9\u6846","translationTheme.underline":"\u76F4\u7EBF\u4E0B\u5212\u7EBF","translationTheme.mask":"\u6A21\u7CCA\u6548\u679C\uFF08\u5B66\u4E60\u6A21\u5F0F\uFF09","translationTheme.opacity":"\u900F\u660E\u6548\u679C","translationTheme.paper":"\u767D\u7EB8\u9634\u5F71\u6548\u679C","translationTheme.dividingLine":"\u5206\u5272\u7EBF","translationTheme.highlight":"\u9AD8\u4EAE","translationTheme.marker":"\u9A6C\u514B\u7B14","translationTheme.marker2":"\u9A6C\u514B\u7B142","translationTheme.blockquote":"\u5F15\u7528\u6837\u5F0F","translationTheme.weakening":"\u5F31\u5316","translationTheme.italic":"\u659C\u4F53","translationTheme.bold":"\u52A0\u7C97","translationTheme.thinDashed":"\u7EC6\u865A\u7EBF\u4E0B\u5212\u7EBF","translationTheme.nativeDashed":"\u7CFB\u7EDF\u81EA\u5E26\u865A\u7EBF\u4E0B\u5212\u7EBF","translationTheme.nativeDotted":"\u7CFB\u7EDF\u81EA\u5E26\u70B9\u72B6\u4E0B\u5212\u7EBF","translationTheme.nativeUnderline":"\u7CFB\u7EDF\u81EA\u5E26\u76F4\u7EBF\u4E0B\u5212\u7EBF","translationTheme.wavy":"\u6CE2\u6D6A\u7EBF","translationServices.custom":"\u81EA\u5B9A\u4E49API","translationServices.tencent":"\u817E\u8BAF\u7FFB\u8BD1\u541B","translationServices.tenAlpha":"\u817E\u8BAF\u7FFB\u8BD1\u541B(Alpha)","translationServices.google":"\u8C37\u6B4C\u7FFB\u8BD1","translationServices.bai":"\u767E\u5EA6(Alpha)","translationServices.baidu":"\u767E\u5EA6\u7FFB\u8BD1","translationServices.aliyun":"\u963F\u91CC\u4E91\u7FFB\u8BD1","translationServices.volc":"\u706B\u5C71\u7FFB\u8BD1","translationServices.deeplx":"DeepLX(Beta)","translationServices.bing":"\u5FAE\u8F6F\u7FFB\u8BD1","translationServices.deepl":"DeepL","translationServices.wechat":"\u5FAE\u4FE1\u7FFB\u8BD1","translationServices.azure":"Azure \u7FFB\u8BD1","translationServices.ibm":"IBM Watson","translationServices.aws":"\u4E9A\u9A6C\u900A\u7FFB\u8BD1","translationServices.mock":"\u6A21\u62DF\u7FFB\u8BD1","translationServices.mock2":"\u6A21\u62DF\u7FFB\u8BD12","translationServices.caiyun":"\u5F69\u4E91\u5C0F\u8BD1","translationServices.cai":"\u5F69\u4E91\u5C0F\u8BD1 (Alpha)","translationServices.volcAlpha":"\u706B\u5C71 (Alpha)","translationServices.openl":"OpenL","translationServices.youdao":"\u6709\u9053\u7FFB\u8BD1","translationServices.you":"\u6709\u9053\u7FFB\u8BD1 (Alpha)","translationServices.transmart":"\u817E\u8BAF\u4EA4\u4E92\u7FFB\u8BD1","translationServices.niu":"\u5C0F\u725B\u7FFB\u8BD1","translationServices.papago":"Papago \u7FFB\u8BD1","translationServices.d":"D (Alpha)","translationServices.dpro":"D Pro (Canary)","translationServices.openai":"OpenAI","translationServices.yandex":"Yandex","translationServices.gemini":"Gemini","translationServices.claude":"Claude","translationServices.chatgpt":"ChatGPT Web(3.5 mobile)","translate title":"\u7FFB\u8BD1\u9875\u9762\u6807\u9898","always languages":"\u603B\u662F\u7FFB\u8BD1\u7684\u8BED\u8A00",neverTranslateLanguagesLabel:"\u6C38\u4E0D\u7FFB\u8BD1\u7684\u8BED\u8A00",neverTranslateTheFollowingLanguagesDescription:"\u5F53\u9875\u9762\u4E2D\u67D0\u4E00\u6BB5\u843D\u7684\u8BED\u8A00\u4E3A\u4E0B\u5217\u8BED\u8A00\u65F6\uFF0C\u5C06\u8DF3\u8FC7\u7FFB\u8BD1",enableUserscriptPagePopup:"\u5728\u9875\u9762\u4E0A\u663E\u793A\u60AC\u6D6E\u7403",enableUserscriptPagePopupDescription:"\u5173\u95ED\u60AC\u6D6E\u7403\u540E\uFF0C\u53EF\u4EE5\u7528\u5FEB\u6377\u952E/{touch}\u5524\u8D77\u3002\u4E3A\u9632\u6B62\u4E0D\u614E\u5173\u95ED\u8BE5\u9009\u9879\u540E\u627E\u4E0D\u5230\u60AC\u6D6E\u7403\uFF0C\u5F3A\u70C8\u5EFA\u8BAE\u6536\u85CF\u672C\u8BBE\u7F6E\u9875","always translate the following languages":"\u5F53\u9875\u9762\u8BED\u8A00\u4E3A\u4E0B\u5217\u8BED\u8A00\u65F6\uFF0C\u4F1A\u81EA\u52A8\u7FFB\u8BD1\u4E3A\u76EE\u6807\u8BED\u8A00","always sites":"\u603B\u662F\u7FFB\u8BD1\u7684\u7F51\u5740","always translate the following sites":"\u5F53\u7F51\u7AD9\u4E3A\u4E0B\u5217\u57DF\u540D\u65F6\uFF0C\u4F1A\u81EA\u52A8\u7FFB\u8BD1\u4E3A\u76EE\u6807\u8BED\u8A00","never sites":"\u6C38\u4E0D\u7FFB\u8BD1\u7684\u7F51\u5740","never translate the following sites":"\u5F53\u7F51\u7AD9\u4E3A\u4E0B\u5217\u57DF\u540D\u65F6\uFF0C\u5C06\u4E0D\u4F1A\u8FDB\u884C\u7FFB\u8BD1","please refer to":"\u9700\u8981\u586B\u5199\u5BC6\u94A5\u540E\u624D\u53EF\u7528\uFF0C\u8BE6\u60C5\u53C2\u8003",KeyAndConfigurationTutorial:"\u300A\u5BC6\u94A5\u7533\u8BF7\u548C\u914D\u7F6E\u6559\u7A0B\u300B",useAboveStyleForTheseSites:"\u5F53\u7F51\u7AD9\u4E3A\u4E0B\u5217\u57DF\u540D\u65F6\uFF0C\u603B\u662F\u4F7F\u7528 \u2308{theme}\u230B \u8BD1\u6587\u6837\u5F0F",currentUrl:"\u5F53\u524D\u7F51\u5740",confirm:"\u4FDD\u5B58",cancel:"\u53D6\u6D88",delete:"\u5220\u9664",syncToCloud:"\u540C\u6B65\u5230 Google Drive",syncToCloudDescription:"\u4E0A\u4F20\u5230\u4E91\u7AEF\uFF0C\u53EF\u4EE5\u5728\u4E0D\u540C\u7684\u6D4F\u89C8\u5668/\u6CB9\u7334\u811A\u672C\u4E4B\u95F4\u540C\u6B65\u914D\u7F6E\uFF0C\u4EE5\u6700\u540E\u4FEE\u6539\u65F6\u95F4\u4E3A\u51C6\u3002",syncToAccount:"\u540C\u6B65\u5230\u6C89\u6D78\u5F0F\u7FFB\u8BD1\u4E91\u7AEF",syncToAccountButton:"\u7ACB\u5373\u4E0E\u4E91\u7AEF\u540C\u6B65",syncToAccountDescription:"\u5728\u4E0D\u540C\u7684\u8BBE\u5907\u4E4B\u95F4\u81EA\u52A8\u540C\u6B65\u914D\u7F6E\uFF0C\u4EE5\u6700\u540E\u4FEE\u6539\u65F6\u95F4\u4E3A\u51C6\u3002",successSyncConfigInAccount:"\u6210\u529F\u4E0E\u4E91\u7AEF\u4FDD\u6301\u540C\u6B65",successSyncConfigToAccount:"\u6210\u529F\u540C\u6B65\u5230\u4E91\u7AEF",syncConfigNoUpdate:"\u5DF2\u7ECF\u662F\u6700\u65B0\u7684\u4E86",authFail:"\u6388\u6743\u5931\u8D25",syncTitle:"\u624B\u52A8\u5907\u4EFD\u7BA1\u7406",import_hint:"\u5BFC\u5165",upload:"\u4E0A\u4F20",revokeAuth:"\u64A4\u9500\u6388\u6743",uploadFail:"\u4E0A\u4F20\u5931\u8D25",download:"\u4E0B\u8F7D",importSuccess:"\u5BFC\u5165\u6210\u529F",importFail:"\u5BFC\u5165\u5931\u8D25",deleteFail:"\u5220\u9664\u5931\u8D25",backupToCloud:"\u624B\u52A8\u7BA1\u7406\u5907\u4EFD\u6587\u4EF6",create_new_backup:"\u65B0\u589E\u5907\u4EFD\u8282\u70B9",maxBackupFiles:"\u6700\u591A\u53EF\u4EE5\u5907\u4EFD{count}\u4E2A\u4E0D\u540C\u7684\u8282\u70B9, \u8BF7\u5220\u9664\u4E0D\u9700\u8981\u7684\u8282\u70B9",backupToCloudDescription:"\u624B\u52A8\u4E0A\u4F20\u6216\u6062\u590D\u5907\u4EFD\u6587\u4EF6\uFF0C\u6700\u591A\u5141\u8BB83\u4E2A\u4E0D\u540C\u7684\u5907\u4EFD",successSyncConfig:"\u6210\u529F\u4E0E\u4E91\u7AEF\u4FDD\u6301\u540C\u6B65",syncFail:"\u540C\u6B65\u5931\u8D25",updatedAt:"\u66F4\u65B0\u4E8E {date}",lastSyncedAt:"\u4E0A\u6B21\u68C0\u67E5\u4E8E {date}",downloadFail:"\u4E0B\u8F7D\u5931\u8D25",clickToDownload:"\u70B9\u51FB\u4E0B\u8F7D",aboutLabel:"\u5173\u4E8E - \u53CD\u9988","browser.openAboutPage":"\u5173\u4E8E/\u53CD\u9988",aboutLabelWithoutSponsor:"\u5173\u4E8E - \u53CD\u9988",aboutIntro:"\u5E0C\u671B\u6211\u4EEC\u90FD\u80FD\u66F4\u52A0\u5BB9\u6613\u4E14\u6109\u60A6\u5730\u83B7\u53D6\u4E92\u8054\u7F51\u4E0A\u5DE8\u5927\u7684\u5916\u8BED\u4FE1\u606F \u2764\uFE0F \u4F60\u53EF\u9009\u62E9\u5F00\u901A <6>Pro\u4F1A\u5458 \u6765\u4F7F\u7528\u5F00\u7BB1\u5373\u7528\u7684 DeepL \u548C OpenAI \u7FFB\u8BD1\u3002

\u4F60\u53EF\u4EE5\u5173\u6CE8\u6211\u4EEC\u7684<3>\u63A8\u7279\uFF0C<4>Telegram \u9891\u9053\uFF0C\u5FAE\u4FE1\u516C\u4F17\u53F7\uFF0C\u5FAE\u4FE1\u4EA4\u6D41\u7FA4\uFF0C\u6216\u8005\u4E0B\u65B9\u7684<5>\u90AE\u4EF6\u8BA2\u9605\u8FFD\u8E2A\u66F4\u65B0\u3002
<7>Pro \u4F1A\u5458 \u53EF\u4EE5\u901A\u8FC7\u5FEB\u901F\u5BA2\u670D\u90AE\u7BB1 <8>support@immersivetranslate.com \u548C\u6211\u4EEC\u53D6\u5F97\u8054\u7CFB\u3002",aboutIntroWithoutSponsor:"\u5E0C\u671B\u6211\u4EEC\u90FD\u80FD\u66F4\u52A0\u5BB9\u6613\u4E14\u6109\u60A6\u5730\u83B7\u53D6\u4E92\u8054\u7F51\u4E0A\u5DE8\u5927\u7684\u5916\u8BED\u4FE1\u606F \u2764\uFE0F

\u4F60\u53EF\u4EE5\u5173\u6CE8\u6211\u4EEC\u7684<3>\u63A8\u7279\uFF0C<4>Telegram \u9891\u9053\uFF0C\u5FAE\u4FE1\u516C\u4F17\u53F7\uFF0C\u5FAE\u4FE1\u4EA4\u6D41\u7FA4\uFF0C\u6216\u8005\u4E0B\u65B9\u7684<5>\u90AE\u4EF6\u8BA2\u9605\u8FFD\u8E2A\u66F4\u65B0\u3002",projectHomepage:"\u9879\u76EE\u4E3B\u9875",joinTelegramGroup:"\u52A0\u5165\u7528\u6237\u4EA4\u6D41\u7FA4\u53C2\u4E0E\u529F\u80FD\u8BA8\u8BBA",wechatPublicAccount:"\u5FAE\u4FE1\u516C\u4F17\u53F7",wechatCommunities:"\u5FAE\u4FE1\u4EA4\u6D41\u7FA4",qqCommunities:"QQ \u4EA4\u6D41\u9891\u9053",joinTelegramChannel:"\u5173\u6CE8 Telegram \u9891\u9053\u83B7\u53D6\u6700\u65B0\u66F4\u65B0",feedbackAndJoin:"\u95EE\u9898\u53CD\u9988/\u52A0\u7FA4",autoSync:"\u81EA\u52A8\u5B9A\u65F6\u540C\u6B65",loadingThemeTitle:"Loading \u6837\u5F0F",loadingThemeDescription:"\u8BBE\u7F6E\u7B49\u5F85\u8BD1\u6587\u52A0\u8F7D\u65F6\u7684\u6837\u5F0F","loadingTheme.spinner":"\u8F6C\u5708\u52A8\u753B","loadingTheme.text":"\u9759\u6001\u6587\u5B57 ... ","loadingTheme.none":"\u4E0D\u663E\u793A",developerDescription:"\u53EF\u4EE5\u70B9\u51FB<1>\u8FD9\u91CC\u67E5\u770B\u9AD8\u7EA7\u81EA\u5B9A\u4E49\u76F8\u5173\u7684\u6587\u6863","edit border color":"\u4FEE\u6539\u8FB9\u6846\u989C\u8272",successSyncButNoChange:"\u5F53\u524D\u914D\u7F6E\u4E0E\u4E91\u7AEF\u4E00\u81F4",customTheme:"\u81EA\u5B9A\u4E49\u989C\u8272\u548C\u5927\u5C0F","customThemeLabel.borderColor":"\u8FB9\u6846\u989C\u8272","customThemeLabel.borderRadius":"\u8FB9\u6846\u5706\u89D2","customThemeLabel.textColor":"\u6587\u5B57\u989C\u8272","customThemeLabel.backgroundColor":"\u80CC\u666F\u989C\u8272","customThemeLabel.zoom":"\u5B57\u4F53\u7F29\u653E\u6BD4\u4F8B (%)","customThemeLabel.opacity":"\u6587\u5B57\u4E0D\u900F\u660E\u5EA6 (%)",resetToDefaultColor:"\u6062\u590D\u4E3A\u9ED8\u8BA4\u989C\u8272",resetToDefaultSettings:"\u6062\u590D\u4E3A\u9ED8\u8BA4\u8BBE\u7F6E",isTranslateTitle:"\u5F00\u542F\u7FFB\u8BD1\u7F51\u9875\u6807\u9898",isTranslateTitleDescription:"\u5F00\u542F\u540E\uFF0C\u7F51\u9875\u6807\u9898\u4F1A\u88AB\u7FFB\u8BD1",enableSearchEnhancement:"\u542F\u7528\u53CC\u8BED\u4FE1\u606F\u589E\u5F3A",enableSearchEnhancementDescription:"\u5F00\u542F\u540E\uFF0C\u5728\u652F\u6301\u7684\u7F51\u7AD9\uFF08\u8C37\u6B4C\u65B0\u95FB\uFF0C\u8C37\u6B4C\u641C\u7D22\uFF08\u90E8\u5206\u5173\u952E\u8BCD\uFF09\uFF0C\u96EA\u7403\uFF0C\u4E1C\u65B9\u8D22\u5BCC\uFF0C\u5BCC\u9014\uFF0C\u8001\u864E\u793E\u533A\uFF09\u53F3\u8FB9\u680F\u81EA\u52A8\u663E\u793A\u5BF9\u5E94\u82F1\u6587\u5173\u952E\u8BCD\u7684\u201C\u8C37\u6B4C\u65B0\u95FB\u201D\u641C\u7D22\u7ED3\u679C\u3002",verifyService:"\u70B9\u6B64\u6D4B\u8BD5\u670D\u52A1",verified:"\u9A8C\u8BC1\u6210\u529F","field.langs":"\u652F\u6301\u7684\u8BED\u8A00\u4EE3\u7801","field.model":"\u6A21\u578B","field.translationEngine":"\u7FFB\u8BD1\u5F15\u64CE","field.limitPerMinute":"\u6BCF\u5206\u949F\u6700\u5927\u8BF7\u6C42\u6570","field.limitPerSecond":"\u6BCF\u79D2\u6700\u5927\u8BF7\u6C42\u6570","field.maxTextLengthPerRequest":"\u6BCF\u6B21\u8BF7\u6C42\u6700\u5927\u6587\u672C\u957F\u5EA6","field.maxTextGroupLengthPerRequest":"\u6BCF\u6B21\u8BF7\u6C42\u6700\u5927\u6BB5\u843D\u6570","field.apiUrl":"\u81EA\u5B9A\u4E49 API \u63A5\u53E3\u5730\u5740","field.placeholderDelimiters":"\u4FDD\u7559\u7684\u5360\u4F4D\u7B26","description.custom":"\u81EA\u5B9A\u4E49\u63A5\u53E3\u63A5\u5165 \u9700\u8981\u53C2\u8003\u6587\u6863","description.limitPerMinute":"\u8BF7\u6C42\u6570\u8D85\u8FC7\u8BE5\u9650\u5236\u65F6\u4F1A\u8FDB\u5165\u6392\u961F\u72B6\u6001\uFF0C\u76F4\u5230\u4E0B\u4E00\u5206\u949F\u5F00\u59CB\u3002\u7531\u4E8EOpenAI\u76EE\u524D\u670D\u52A1\u7684\u5404\u79CD\u9650\u5236\uFF0C\u8BF7\u70B9\u51FB<1>\u8FD9\u91CC\u67E5\u770B\u6700\u65B0\u5EFA\u8BAE\u7684\u6570\u503C","description.limitPerSecond":"\u8BF7\u6C42\u6570\u8D85\u8FC7\u8BE5\u9650\u5236\u65F6\u4F1A\u8FDB\u5165\u6392\u961F\u72B6\u6001\uFF0C\u76F4\u5230\u4E0B\u4E00\u79D2\u949F\u5F00\u59CB\u3002\u7531\u4E8EOpenAI\u76EE\u524D\u670D\u52A1\u7684\u5404\u79CD\u9650\u5236\uFF0C\u8BF7\u70B9\u51FB<1>\u8FD9\u91CC\u67E5\u770B\u6700\u65B0\u5EFA\u8BAE\u7684\u6570\u503C","description.generalLimitPerSecond":"\u8BF7\u6C42\u6570\u8D85\u8FC7\u8BE5\u9650\u5236\u65F6\u4F1A\u8FDB\u5165\u6392\u961F\u72B6\u6001\uFF0C\u76F4\u5230\u4E0B\u4E00\u79D2\u949F\u5F00\u59CB\u3002","description.maxTextLengthPerRequest":"\u6BCF\u6B21\u8BF7\u6C42\u6700\u5927\u5B57\u7B26\u6570\uFF0C\u592A\u5927\u4F1A\u5BFC\u81F4\u63A5\u53E3\u7684\u54CD\u5E94\u53D8\u6162\uFF0C\u56E0\u6B64\u53EF\u4EE5\u5C1D\u8BD5\u8C03\u6574\u8BE5\u9009\u9879\u6765\u4F18\u5316\u901F\u5EA6","description.systemPrompt":"\u4EE5\u7CFB\u7EDF\u8EAB\u4EFD\u53D1\u9001\u7ED9 {service} \u7684\u5BF9\u8BDD\uFF0C\u5176\u4E2D {{text}} \u8868\u793A\u6BB5\u843D\u7684\u6587\u672C\u5185\u5BB9\uFF0C{{from}} \u8868\u793A\u6BB5\u843D\u7684\u8BED\u8A00\uFF0C{{to}} \u8868\u793A\u76EE\u6807\u8BED\u8A00","field.domain":"\u9886\u57DF","description.domain":"\u9ED8\u8BA4\u4E3A\uFF1Ageneral\u3002\u4EC5\u5728\u6709\u9053API\u63A7\u5236\u53F0\u5F00\u901A\u9886\u57DF\u5316\u7FFB\u8BD1\u7684\u60C5\u51B5\u4E0B\u53EF\u8BBE\u7F6E\uFF0C\u652F\u6301\u9886\u57DF\u89C1<1>\u8FD9\u91CC","field.scene":"\u573A\u666F","description.scene":"\u9ED8\u8BA4\u4E3A\uFF1Ageneral\u3002\u4EC5\u5728\u963F\u91CC\u4E91API\u63A7\u5236\u53F0\u5F00\u901A\u673A\u5668\u7FFB\u8BD1\u4E13\u4E1A\u7248\u7684\u60C5\u51B5\u4E0B\u53EF\u8BBE\u7F6E\uFF0C\u652F\u6301\u573A\u666F\u89C1<1>\u8FD9\u91CC","field.vocabId":"\u7528\u6237\u8BCD\u5178 ID","description.vocabId":"\u6307\u5B9A\u7684\u8BCD\u5178 out_id\uFF0C\u76EE\u524D\u652F\u6301\u82F1\u8BD1\u4E2D","description.model":"OpenAI \u7684\u6A21\u578B\uFF0C\u53EF\u4EE5\u4E3A gpt-3.5-turbo, gpt-4 \u7B49","description.maxTextGroupLengthPerRequest":"\u6BCF\u6B21\u53D1\u9001\u7ED9\u7FFB\u8BD1\u670D\u52A1\u7684\u6BB5\u843D\u6570\u91CF\uFF0C\u5982\u679C\u6BB5\u843D\u6570\u91CF\u8FC7\u591A\uFF0C\u53EF\u80FD\u4F1A\u5BFC\u81F4\u63A5\u53E3\u7684\u54CD\u5E94\u53D8\u6162","description.apiUrl":"\u8BF7\u6DFB\u52A0\u5177\u4F53\u5E26\u6709\u8DEF\u5F84\u7684\u7F51\u5740\uFF0C<1>\u66F4\u591A\u8BF4\u660E",enabledExtension:"\u542F\u7528\u6269\u5C55",clickToDisableExtension:"\u70B9\u51FB\u7981\u7528\u6269\u5C55",clickToEnableExtension:"\u70B9\u51FB\u542F\u7528\u6269\u5C55",hasBeenDisabled:"\u5DF2\u7981\u7528","show password":"\u663E\u793A\u5BC6\u7801",customContent:"\u8F93\u5165\u81EA\u5B9A\u4E49\u6A21\u578B\u540D\u79F0",inputOptions:"\u8F93\u5165\u6846\u589E\u5F3A",mouseHoverOptions:"\u9F20\u6807\u60AC\u505C",modifyMouseHoverKey:"\u4FEE\u6539\u9F20\u6807\u60AC\u505C\u5FEB\u6377\u952E",enableInputTranslation:"\u662F\u5426\u542F\u7528\u8F93\u5165\u6846\u589E\u5F3A",enableInputTranslationDescription:"\u542F\u7528\u540E\uFF0C\u5728\u8F93\u5165\u6846\u76F4\u63A5\u8F93\u5165 {startingKey}{startingKey} \u4F60\u597D\uFF0C\u7136\u540E\u5FEB\u901F\u8FDE\u51FB{inputTrailingTriggerKeyRepeatTimes}\u6B21{trailingKey}\uFF0C\u5373\u53EF\u7FFB\u8BD1\u4E3A {inputTargetLanguage}",enableInputTranslationDescriptionForNoneKey:"\u542F\u7528\u540E\uFF0C\u5728\u8F93\u5165\u6846\u76F4\u63A5\u8F93\u5165\uFF1A\u4F60\u597D\u4E16\u754C\uFF0C\u7136\u540E\u5FEB\u901F\u8FDE\u51FB{inputTrailingTriggerKeyRepeatTimes}\u6B21{trailingKey}\uFF0C\u5373\u53EF\u7FFB\u8BD1\u4E3A\u9ED8\u8BA4\u76EE\u6807\u8BED\u8A00",inputTargetLanguage:"\u8BBE\u7F6E\u8F93\u5165\u6846\u7684\u9ED8\u8BA4\u76EE\u6807\u8BED\u8A00",inputTargetLanguageDescription:"\u8F93\u5165\u6846\u7FFB\u8BD1\u7684\u9ED8\u8BA4\u76EE\u6807\u8BED\u8A00\uFF0C\u4E5F\u5C31\u662F {startingKey}{startingKey} \u4F5C\u4E3A\u89E6\u53D1\u8BCD\u7684\u9ED8\u8BA4\u8BED\u8A00",inputTargetLanguageDescriptionForNoneKey:"\u8F93\u5165\u6846\u7FFB\u8BD1\u7684\u9ED8\u8BA4\u76EE\u6807\u8BED\u8A00",inputStartingTriggerKeyTitle:"\u8BBE\u7F6E\u8F93\u5165\u6846\u90E8\u5206\u7FFB\u8BD1\u7684\u5206\u5272\u5B57\u7B26",inputStartingTriggerKeyDescription:"\u5F53\u4F60\u4E0D\u9700\u8981\u7FFB\u8BD1\u6574\u4E2A\u8F93\u5165\u6846\u7684\u65F6\u5019\uFF0C\u5206\u5272\u7B26\u5141\u8BB8\u4F60\u53EA\u7FFB\u8BD1 {startingKey}{startingKey} \u5230\u8F93\u5165\u6846\u672B\u5C3E\u7684\u90E8\u5206\uFF0C\u4E5F\u53EF\u4EE5\u6307\u5B9A\u8BED\u8A00\u4EE3\u7801\uFF0C\u6BD4\u5982\uFF1A{startingKey}ja \u8868\u793A\u53EA\u7FFB\u8BD1 {startingKey}ja \u5230\u8F93\u5165\u6846\u672B\u5C3E\u7684\u90E8\u5206",inputStartingTriggerKeyDescriptionForNoneKey:"\u5F53\u524D\u8BBE\u7F6E\u4E3A\u65E0\u9700\u524D\u7F00\uFF0C\u6682\u65E0\u6CD5\u4F7F\u7528\u8F93\u5165\u6846\u7684\u90E8\u5206\u6587\u672C\u7FFB\u8BD1\u529F\u80FD",inputTrailingTriggerKeyTitle:"\u9009\u62E9\u4E00\u4E2A\u8F93\u5165\u7ED3\u675F\u7684\u89E6\u53D1\u5B57\u7B26",inputTrailingTriggerKeyDescription:"\u5FEB\u901F\u8FDE\u51FB 3 \u6B21{trailingKey} \u5C06\u4F1A\u5F00\u59CB\u7FFB\u8BD1",inputTrailingTriggerKeyTimeout:"\u8F93\u5165\u7ED3\u675F\u8FDE\u51FB\u89E6\u53D1\u7684\u95F4\u9694\u65F6\u95F4",inputTrailingTriggerKeyTimeoutDescription:"\u8BBE\u7F6E\u8F93\u5165\u7ED3\u675F\u8FDE\u51FB\u89E6\u53D1\u7684\u95F4\u9694\u65F6\u95F4\uFF08\u6BEB\u79D2\uFF09",spaceKey:"<\u7A7A\u683C\u952E>",noneKey:"\u65E0\u9700\u524D\u7F00\uFF0C\u76F4\u63A5\u7FFB\u8BD1\u6574\u4E2A\u6587\u672C\u6846",inputTranslationBlockUrlsTitle:"\u5207\u52FF\u5728\u4EE5\u4E0B\u7F51\u5740\u4E2D\u542F\u7528\u8F93\u5165\u6846\u589E\u5F3A",inputTranslationBlockUrlsDescription:"\u5728\u4EE5\u4E0B\u7F51\u5740\u4E2D\uFF0C\u8F93\u5165\u6846\u589E\u5F3A\u5C06\u4E0D\u4F1A\u751F\u6548",inputHelperInfo:"\u8BF4\u660E\uFF1A\u6211\u4EEC\u7279\u522B\u9488\u5BF9\u5728\u4E2D\u6587\u8F93\u5165\u6CD5\u4E0B\u90E8\u5206\u89E6\u53D1\u5B57\u7B26\u4F1A\u53D8\u6210\u4E2D\u6587\u6807\u70B9\u7B26\u53F7\u8FD9\u4EF6\u4E8B\u505A\u4E86\u4F18\u5316\uFF0C\u6BD4\u5982\u641C\u72D7\u8F93\u5165\u6CD5\u4E0B / \u4F1A\u53D8\u6210\u987F\u53F7 \u3001\uFF0C\u6C89\u6D78\u5F0F\u7FFB\u8BD1\u652F\u6301\u6240\u6709\u89E6\u53D1\u7B26\u5BF9\u5E94\u7684\u4E2D\u6587\u7B26\u53F7\uFF0C\u4E5F\u5C31\u662F\u8BF4 // \u3001\u3001 \u90FD\u4F1A\u88AB\u8BC6\u522B\u4E3A\u89E6\u53D1\u5B57\u7B26\u3002

\u540C\u65F6\u6211\u4EEC\u4E5F\u652F\u6301\u8BED\u8A00\u4EE3\u7801\u7684\u4E2D\u6587\u522B\u540D\u4F5C\u4E3A\u547D\u4EE4\uFF0C\u6BD4\u5982 /\u65E5\u6587 \u4F60\u597D\u4E16\u754C \u4F1A\u88AB\u7FFB\u8BD1\u4E3A\u65E5\u6587\uFF0C<1>\u70B9\u6B64\u67E5\u770B\u6240\u6709\u652F\u6301\u7684\u8BED\u8A00\u4EE3\u7801\u3002",reloadCurrentPage:"\u8BF7\u5148\u5237\u65B0\u5F53\u524D\u9875\u9762\uFF0C\u518D\u5F00\u59CB\u7FFB\u8BD1",noLocalFilePermissionForPDF:"\u6682\u65E0\u6743\u9650\u8BFB\u53D6\u672C\u5730\u6587\u4EF6\uFF0C\u8BF7\u70B9\u51FB\u4E0A\u65B9\u6309\u94AE\uFF0C\u7136\u540E\u5BFC\u5165\u672C\u5730\u6587\u4EF6",noPermissionForThisPage:"\u26A0\uFE0F \u6682\u65E0\u6743\u9650\u7FFB\u8BD1\u5F53\u524D\u9875\u9762","error.retry":"\u91CD\u8BD5","error.reason":"\u9519\u8BEF\u539F\u56E0",retryAllParagraphs:"\u91CD\u8BD5\u5168\u90E8\u9519\u8BEF\u6BB5\u843D",retryAllButton:"\u91CD\u8BD5\u5168\u90E8\u9519\u8BEF\u6BB5\u843D",errorTooltipTitle:"\u70B9\u51FB\u67E5\u770B\u9519\u8BEF\u539F\u56E0",errorModalTitle:"\u7FFB\u8BD1\u670D\u52A1\u6216\u7F51\u7EDC\u4F3C\u4E4E\u51FA\u4E86\u70B9\u95EE\u9898...",disableConfirm:"\u53CC\u8BED\u4FE1\u606F\u589E\u5F3A\u8BBE\u7F6E",disableOnce:"\u672C\u6B21\u7981\u7528",disableGlobal:"\u6C38\u4E45\u7981\u7528",disableTint:"* \u4F60\u53EF\u4EE5\u5728 {option} \u4E2D\u91CD\u65B0\u542F\u7528\u3002",searchEnhancementNotes:"\u6211\u4EEC\u53D1\u73B0\uFF0C\u4E2D\u6587\u5173\u952E\u8BCD\u548C\u82F1\u6587\u5173\u952E\u8BCD\u7684\u65B0\u95FB\u7ED3\u679C\u6709\u975E\u5E38\u5927\u7684\u4E0D\u540C\uFF0C\u5728\u542F\u7528\u6C89\u6D78\u5F0F\u7FFB\u8BD1\u53CC\u8BED\u4FE1\u606F\u589E\u5F3A\u529F\u80FD\u540E\uFF0C\u6211\u4EEC\u4F1A\u5728\u652F\u6301\u7684\u7F51\u7AD9\uFF08\u8C37\u6B4C\u65B0\u95FB\uFF0C\u8C37\u6B4C\u641C\u7D22\uFF08\u90E8\u5206\u5173\u952E\u8BCD\uFF09\uFF0C\u96EA\u7403\uFF0C\u4E1C\u65B9\u8D22\u5BCC\u7F51\uFF0C\u5BCC\u9014\uFF0C\u8001\u864E\uFF09\u81EA\u52A8\u7528\u82F1\u6587\u4E3A\u4F60\u641C\u7D22\u540C\u6837\u7684\u5173\u952E\u8BCD\u5E76\u5C55\u793A\u5728\u53F3\u4FA7\u3002\u5982\u679C\u4F60\u4E0D\u9700\u8981\u8BE5\u529F\u80FD\u7684\u8BDD\uFF0C\u53EF\u4EE5\u9009\u62E9\u7981\u7528\u5B83\u3002",option:"\u8BBE\u7F6E",saveSettings:"\u4FDD\u5B58\u8BBE\u7F6E",closeModal:"\u5173\u95ED\u7A97\u53E3",enableInputTranslationWithoutTriggerKeyTitle:"\u542F\u7528\u5FEB\u901F\u8FDE\u51FB 3 \u6B21{trailingKey}\uFF0C\u76F4\u63A5\u7FFB\u8BD1\u6574\u4E2A\u8F93\u5165\u6846\u4E3A{inputTargetLanguage}",enableInputTranslationWithoutTriggerKeyDescription:"\u5982\u9700\u6307\u5B9A\u76EE\u6807\u8BED\u8A00\uFF0C\u8BF7\u5728\u524D\u9762\u52A0\u4E0A\u8BED\u8A00\u4EE3\u7801\uFF0C\u5982\uFF1Aja \u4F60\u597D\u4E16\u754C",deepLProName:"\u6C89\u6D78\u5F0F\u7FFB\u8BD1 Pro \u4F1A\u5458 (\u63A8\u8350)",deepLProDescription:"\u5F53\u524D\u5957\u9910\u53EF\u4EE5\u76F4\u63A5\u4F7F\u7528",deeplProDescriptionForNormal:"\u65E0\u9700\u4EFB\u4F55\u8BBE\u7F6E\uFF0C\u4F1A\u5458\u767B\u5F55\u540E\u5373\u53EF\u4F7F\u7528\uFF0C<1>\u70B9\u6B64\u5347\u7EA7\u4E3A\u4F1A\u5458",deepLCustomDescription:"\u9700\u8981\u56FD\u5916\u4FE1\u7528\u5361\uFF0C\u5728 <1>DeepL \u5B98\u65B9\u5F00\u901A\uFF0C\u70B9\u51FB\u67E5\u770B<2>\u6587\u6863",deepLCustomName:"\u81EA\u5B9A\u4E49 Auth Key",chooseProviderLabel:"\u9009\u62E9\u4E00\u4E2A\u670D\u52A1\u63D0\u4F9B\u5546",openaiProName:"\u6C89\u6D78\u5F0F\u7FFB\u8BD1 Pro \u4F1A\u5458 (\u63A8\u8350)",openaiProDescription:"\u5F53\u524D\u5957\u9910\u53EF\u4EE5\u76F4\u63A5\u4F7F\u7528",openaiProDescriptionForNormal:"\u65E0\u9700\u4EFB\u4F55\u8BBE\u7F6E\uFF0C\u4F1A\u5458\u767B\u5F55\u540E\u5373\u53EF\u4F7F\u7528\uFF0C<1>\u70B9\u6B64\u5347\u7EA7\u4E3A\u4F1A\u5458",openaiCustomDescription:"\u53EF\u5728 OpenAI, Azure OpenAI, \u6216\u5176\u4ED6\u7B2C\u4E09\u65B9\u670D\u52A1\u83B7\u53D6\uFF0C<1>\u70B9\u6B64\u67E5\u770B\u6587\u6863",openaiCustomName:"\u81EA\u5B9A\u4E49 API Key",needLoginAction:"(\u5F00\u901A\u4F1A\u5458\u6216\u81EA\u5B9A\u4E49)",goLoginOrAction:"(\u5F00\u901A\u4F1A\u5458\u6216\u53BB\u8BBE\u7F6E)",yearly:"\u8FDE\u7EED\u5305\u5E74",quarterly:"\u8FDE\u7EED\u5305\u5B63",monthly:"\u8FDE\u7EED\u5305\u6708",yearlyForOnce:"\u4E00\u6B21\u6027\u5E74\u5EA6\u5957\u9910",monthlyForOnce:"\u4E00\u6B21\u6027\u6708\u5EA6\u5957\u9910",daily:"\u8FDE\u7EED\u5305\u65E5",year:"\u8FDE\u7EED\u5305\u5E74",quarter:"\u8FDE\u7EED\u5305\u5B63",month:"\u8FDE\u7EED\u5305\u6708",day:"\u8FDE\u7EED\u5305\u65E5",onetime_7day:"7 \u5929\u4F53\u9A8C\u5305",currentPlanDescriptionForFree:"\u5F53\u524D\u5957\u9910\uFF1A\u514D\u8D39",currentPlanDescriptionForContinuous:"\u5F53\u524D\u5957\u9910\uFF1A{plan}\uFF0C\u5C06\u4E8E {endAt} \u81EA\u52A8\u7EED\u8D39",currentPlanDescriptionForAutoRenewCaceling:"\u5F53\u524D\u5957\u9910\uFF1A{plan}\uFF0C\u5C06\u4E8E {endAt} \u5230\u671F\uFF0C\u5230\u671F\u540E\u5C06\u4E0D\u4F1A\u81EA\u52A8\u7EED\u671F",currentYearlyPlanDescriptionForAutoRenewCacelingWithRealPaiedUser:"\u5F53\u524D\u5957\u9910\uFF1A{plan}\uFF0C\u5C06\u4E8E {endAt} \u5230\u671F\uFF0C\u5230\u671F\u540E\u5C06\u4E0D\u4F1A\u81EA\u52A8\u7EED\u671F\u3002
<1>\u70B9\u6B64\u7BA1\u7406\u7EED\u8D39\u65B9\u6848",currentYearlyPlanDescriptionForAutoRenewCacelingWithAdmin:"\u5F53\u524D\u5957\u9910\uFF1A{plan}\uFF0C\u5C06\u4E8E {endAt} \u5230\u671F\uFF0C\u5230\u671F\u540E\u5C06\u4E0D\u4F1A\u81EA\u52A8\u7EED\u671F\u3002
<1>\u70B9\u6B64\u542F\u7528\u8FDE\u7EED\u5305\u5E74",currentPlanDescriptionForOneTime:"\u5F53\u524D\u5957\u9910\uFF1A{plan}\uFF0C\u5C06\u4E8E {endAt} \u5230\u671F\uFF0C<1>\u70B9\u6B64\u5347\u7EA7\u4E3A\u5E74\u8D39\u6216<2>\u6708\u8D39\u4F1A\u5458",upgradePlan:"\u70B9\u6B64\u5347\u7EA7\u4E3A Pro \u4F1A\u5458",upgradeToPro:"\u5347\u7EA7\u4E3A Pro \u4F1A\u5458","popup.openPro":"\u5347\u7EA7\u4E3A Pro \u4F1A\u5458\u540E\u53EF\u4EE5\u7545\u4EAB DeepL \u548C OpenAI \u7FFB\u8BD1\uFF0C\u70B9\u6B64\u5347\u7EA7","popup.openProForPro":"\u60A8\u662F Pro \u4F1A\u5458\uFF0C\u53EF\u76F4\u63A5\u4F7F\u7528 DeepL \u548C OpenAI \u7FFB\u8BD1",currentAccount:"\u5F53\u524D\u8D26\u6237",enableAutoSyncUserSettings:"\u542F\u7528\u591A\u8BBE\u5907\u81EA\u52A8\u4E91\u540C\u6B65",modalEnableInputTranslationTitle:"\u6C89\u6D78\u5F0F\u7FFB\u8BD1\u8F93\u5165\u6846\u7FFB\u8BD1\u63D0\u793A",modalEnableInputTranslationDesc:"\u60A8\u521A\u521A\u901A\u8FC7\u5FEB\u901F\u8FDE\u51FB 3 \u6B21\u7A7A\u683C\u952E\u89E6\u53D1\u4E86\u6C89\u6D78\u5F0F\u7FFB\u8BD1\u7684\u8F93\u5165\u6846\u7FFB\u8BD1\uFF0C\u8F93\u5165\u6846\u7684\u5185\u5BB9\u5C06\u88AB\u7FFB\u8BD1\u4E3A\u9ED8\u8BA4\u7684\u76EE\u6807\u8BED\u8A00\u3002\u901A\u8FC7 Ctrl+Z \u53EF\u4EE5\u64A4\u9500\u7FFB\u8BD1\u3002

\u5982\u679C\u8FD9\u662F\u4E00\u4E2A\u5931\u8BEF\uFF0C\u4E0D\u7528\u62C5\u5FC3\uFF0C\u60A8\u53EF\u4EE5\u9009\u62E9\u672C\u6B21\u7981\u7528\uFF0C\u6216\u8005\u6C38\u4E45\u7981\u7528\u8F93\u5165\u6846\u7FFB\u8BD1\u3002",saveAndNotShowAgain:"\u4FDD\u5B58\u4E14\u4E0D\u518D\u63D0\u793A",disableInputTranslationTips:"* \u4F60\u4E5F\u53EF\u4EE5\u5728 {option} \u4E2D\u8BBE\u7F6E\u5176\u4ED6\u5FEB\u6377\u952E\u6765\u89E6\u53D1\uFF0C{learnMore}\u3002",learnMore:"\u70B9\u6B64\u4E86\u89E3\u66F4\u591A",continueEnalbeInputTranslation:"\u7EE7\u7EED\u542F\u7528\u8F93\u5165\u6846\u7FFB\u8BD1",autoRenewTrialSuffix:'\uFF08\u8BD5\u7528\u4E2D\uFF0C\u7ACB\u523B\u5347\u7EA7\u4E3A\u6B63\u5F0F\u4F1A\u5458\uFF09',upgradeFromTrialTitle:"\u5347\u7EA7\u4E3A\u6B63\u5F0F\u4F1A\u5458",subtitle:"\u89C6\u9891\u5B57\u5E55",youtubeService:"\u6C89\u6D78\u5F0F\u7FFB\u8BD1\u89C6\u9891\u5B57\u5E55\u7FFB\u8BD1\u670D\u52A1","subtitle.disabledSubtitle":"\u6C38\u4E45\u7981\u7528\u89C6\u9891\u5B57\u5E55\u529F\u80FD","subtitle.disabledSubtitleDescription":"\u5982\u679C\u6C89\u6D78\u5F0F\u7FFB\u8BD1\u7684\u89C6\u9891\u5B57\u5E55\u548C\u5176\u4ED6\u6269\u5C55\u6709\u51B2\u7A81\uFF0C\u4F60\u53EF\u4EE5\u9009\u62E9\u6C38\u4E45\u7981\u7528\u6C89\u6D78\u5F0F\u7FFB\u8BD1\u7684\u89C6\u9891\u5B57\u5E55\u529F\u80FD\u6216\u8005\u5378\u8F7D\u5176\u4ED6\u51B2\u7A81\u7684\u6269\u5C55","subtitle.autoEnableSubtitleDescription":"\u542F\u7528\u540E\uFF0C\u5F53\u89C6\u9891\u64AD\u653E\u7684\u65F6\u5019\uFF0C\u4F1A\u81EA\u52A8\u663E\u793A\u53CC\u8BED\u5B57\u5E55\uFF0C\u5426\u5219\u9700\u8981\u70B9\u51FB\u7FFB\u8BD1\u6309\u94AE\u624D\u4F1A\u663E\u793A\u3002","subtitle.preTranslation":"\u4F7F\u7528\u6C89\u6D78\u5F0F\u7FFB\u8BD1\u6765\u7FFB\u8BD1\u5B57\u5E55","subtitle.preTranslationDescription":"\u542F\u7528\u540E\u4F1A\u4F18\u5148\u7528\u4E0B\u9762\u6307\u5B9A\u7684\u7FFB\u8BD1\u670D\u52A1\u63D0\u524D\u7FFB\u8BD1\u6574\u4E2A\u5B57\u5E55\uFF0C1 \u5C0F\u65F6\u7684\u89C6\u9891\u5927\u6982\u6D88\u8017 5\u4E07 Tokens \u6216 \u5B57\u7B26\uFF0C\u8BF7\u914C\u60C5\u4F7F\u7528\uFF1B\u5173\u95ED\u540E\u5219\u4F18\u5148\u4F7F\u7528\u539F\u89C6\u9891\u81EA\u5E26\u7684\u673A\u7FFB\u5B57\u5E55\uFF1B\u8BF7\u6CE8\u610F\uFF0C\u5F53\u539F\u89C6\u9891\u6CA1\u6709\u5BF9\u5E94\u7684\u8BD1\u6587\u5B57\u5E55\u65F6\uFF0C\u5219\u65E0\u8BBA\u662F\u5426\u542F\u7528\u8FD9\u4E2A\u9009\u9879\uFF0C\u90FD\u4F1A\u4F7F\u7528\u4E0B\u9762\u6307\u5B9A\u7684\u7FFB\u8BD1\u670D\u52A1\u6765\u7FFB\u8BD1\u5B57\u5E55\u3002","subtitle.humanSubtitlesPreferred":"\u4F18\u5148\u4F7F\u7528\u4EBA\u5DE5\u5B57\u5E55","subtitle.humanSubtitlesPreferredDescription":"\u5F53\u89C6\u9891\u6709\u76EE\u6807\u8BED\u8A00\u4EBA\u5DE5\u5B57\u5E55\u65F6\uFF0C\u4F18\u5148\u4F7F\u7528\u4EBA\u5DE5\u5B57\u5E55\uFF08\u63A8\u8350\uFF09","subtitle.bilingual":"\u53CC\u8BED\u5B57\u5E55","subtitle.autoDisableSubtitle":"\u4E0D\u81EA\u52A8\u542F\u7528\u53CC\u8BED\u5B57\u5E55","subtitle.hideQuickButton":"\u4E0D\u518D\u663E\u793A\u8BE5\u5FEB\u6377\u65B9\u5F0F","subtitle.showQuickButton":"\u5728\u64AD\u653E\u5668\u663E\u793A\u53CC\u8BED\u5B57\u5E55\u5FEB\u6377\u65B9\u5F0F",videoSubtitleTranslationDescription:"\u4E3A\u89C6\u9891\u5B57\u5E55\u5355\u72EC\u6307\u5B9A\u4E00\u4E2A\u7FFB\u8BD1\u670D\u52A1",subtitleTranslating:"\u6B63\u5728\u4F7F\u7528 {service} \u670D\u52A1\u7FFB\u8BD1\u5B57\u5E55\u4E2D\uFF0C\u8BF7\u7A0D\u7B49...\uFF08\u6C89\u6D78\u5F0F\u7FFB\u8BD1\uFF09",subtitleLoading:"\u6B63\u5728\u52A0\u8F7D\u5B57\u5E55...",bilingual:"\u53CC\u8BED","field.action":"\u662F\u5426\u542F\u7528\u767E\u5EA6\u672F\u8BED","description.action":"\u542F\u7528\u540E\u4F1A\u5728\u8BF7\u6C42\u4E2D\u52A0\u5165 action=1 \u7684\u53C2\u6570\uFF0C\u4EE5\u4FBF\u544A\u77E5\u767E\u5EA6\u542F\u7528\u672F\u8BED\uFF0C<1>\u66F4\u591A\u8BF4\u660E\u8BF7\u53C2\u8003\u5B98\u65B9\u6587\u6863",closeQuickTranslation:"\u5173\u95ED\u60AC\u6D6E\u7403","closeQuickTranslation.untilNext":"\u672C\u6B21\u5173\u95ED\u76F4\u5230\u4E0B\u6B21\u8BBF\u95EE","closeQuickTranslation.currentWebsite":"\u5F53\u524D\u7F51\u7AD9\u7981\u7528","closeQuickTranslation.alwaysClose":"\u6C38\u4E45\u7981\u7528","closeQuickTranslation.settingOpen":"\uFF08\u53EF\u5728<1>\u8BBE\u7F6E\u9875\u5F00\u542F\uFF09","closeQuickTranslation.cancel":"\u53D6\u6D88","closeQuickTranslation.confirm":"\u786E\u5B9A","floatBall.translate":"\u70B9\u51FB\u7FFB\u8BD1\u8BE5\u9875\u9762","floatBall.showOriginal":"\u70B9\u51FB\u5207\u6362\u56DE\u539F\u6587","floatBall.close":"\u5173\u95ED\u60AC\u6D6E\u7403","floatBallOptions.enableDescPc":"\u542F\u7528\u9875\u9762\u60AC\u6D6E\u7403\u540E\uFF0C\u4F1A\u5728\u9875\u9762\u53F3\u4FA7\u663E\u793A\u4E00\u4E2A\u5FEB\u6377\u7FFB\u8BD1\u6309\u94AE\uFF0C\u70B9\u51FB\u5373\u53EF\u7FFB\u8BD1","floatBallOptions.enableDesc":"\u5173\u95ED\u60AC\u6D6E\u7403\u540E\uFF0C\u53EF\u4EE5\u7528{touch}\u5524\u8D77\u3002\u4E3A\u9632\u6B62\u4E0D\u614E\u5173\u95ED\u8BE5\u9009\u9879\u540E\u627E\u4E0D\u5230\u60AC\u6D6E\u7403\uFF0C\u5F3A\u70C8\u5EFA\u8BAE\u6536\u85CF\u672C\u8BBE\u7F6E\u9875","description.azureApiUrl":"\u586B\u5199\u81EA\u5B9A\u4E49\u7684API\u63A5\u53E3\u5730\u5740","floatBall.guideClickToTranslate":`\u70B9\u51FB\u6C89\u6D78\u5F0F\u7FFB\u8BD1\u60AC\u6D6E\u7403 +Url: ${du(e)}`),!0)}function Cv(e,t){return!t||!t.length?!1:Dv(e).some(n=>t.some(r=>ou(n,r)))}function Sv(e,t){if(!t||!t.length)return!1;let n=du(e);return n?t.some(r=>ou(n,r)):!1}function wv(e,t){if(!t||!t.length)return!0;let n=du(e);return n?t.some(r=>ou(n,r)):!0}function Dv(e){if(e.message)return[e.message];if(e.exception)try{let{type:t="",value:n=""}=e.exception.values&&e.exception.values[0]||{};return[`${n}`,`${t}: ${n}`]}catch{return!1&&Qe.error(`Cannot extract message for event ${Ir(e)}`),[]}return[]}function Av(e){try{return e.exception.values[0].type==="SentryError"}catch{}return!1}function kv(e=[]){for(let t=e.length-1;t>=0;t--){let n=e[t];if(n&&n.filename!==""&&n.filename!=="[native code]")return n.filename||null}return null}function du(e){try{let t;try{t=e.exception.values[0].stacktrace.frames}catch{}return t?kv(t):null}catch{return!1&&Qe.error(`Cannot extract url for event ${Ir(e)}`),null}}d();d();function Mc(e,t){let n=Bc(e,t),r={type:t&&t.name,value:Iv(t)};return n.length&&(r.stacktrace={frames:n}),r.type===void 0&&r.value===""&&(r.value="Unrecoverable error caught"),r}function Mv(e,t,n,r){let a={exception:{values:[{type:wi(t)?t.constructor.name:r?"UnhandledRejection":"Error",value:`Non-Error ${r?"promise rejection":"exception"} captured with keys: ${U4(t)}`}]},extra:{__serialized__:wc(t)}};if(n){let o=Bc(e,n);o.length&&(a.exception.values[0].stacktrace={frames:o})}return a}function Fc(e,t){return{exception:{values:[Mc(e,t)]}}}function Bc(e,t){let n=t.stacktrace||t.stack||"",r=Rv(t);try{return e(n,r)}catch{}return[]}var Bv=/Minified React error #\d+;/i;function Rv(e){if(e){if(typeof e.framesToPop=="number")return e.framesToPop;if(Bv.test(e.message))return 1}return 0}function Iv(e){let t=e&&e.message;return t?t.error&&typeof t.error.message=="string"?t.error.message:t:"No error message"}function Rc(e,t,n,r,a){let o;if(nu(t)&&t.error)return Fc(e,t.error);if(P4(t)){let i=t;if("stack"in t)o=Fc(e,t);else{let s=i.name||"DOMException",u=i.message?`${s}: ${i.message}`:s;o=hf(e,u,n,r),Pi(o,u)}return"code"in i&&(o.tags={...o.tags,"DOMException.code":`${i.code}`}),o}return tu(t)?Fc(e,t):xr(t)||wi(t)?(o=Mv(e,t,n,a),Ta(o,{synthetic:!0}),o):(o=hf(e,t,n,r),Pi(o,`${t}`,void 0),Ta(o,{synthetic:!0}),o)}function hf(e,t,n,r){let a={message:t};if(r&&n){let o=Bc(e,n);o.length&&(a.exception={values:[{value:t,stacktrace:{frames:o}}]})}return a}d();var bf="Breadcrumbs",Ca=class e{static id=bf;name=e.id;options;constructor(t){this.options={console:!0,dom:!0,fetch:!0,history:!0,sentry:!0,xhr:!0,...t}}setupOnce(){this.options.console&&nr("console",Nv),this.options.dom&&nr("dom",Ov(this.options.dom)),this.options.xhr&&nr("xhr",jv),this.options.fetch&&nr("fetch",Uv),this.options.history&&nr("history",Hv)}};function Ov(e){function t(n){let r,a=typeof e=="object"?e.serializeAttribute:void 0;typeof a=="string"&&(a=[a]);try{r=n.event.target?Ai(n.event.target,a):Ai(n.event,a)}catch{r=""}r.length!==0&&it().addBreadcrumb({category:`ui.${n.name}`,message:r},{event:n.event,name:n.name,global:n.global})}return t}function Nv(e){let t={category:"console",data:{arguments:e.args,logger:"console"},level:V4(e.level),message:hc(e.args," ")};if(e.level==="assert")if(e.args[0]===!1)t.message=`Assertion failed: ${hc(e.args.slice(1)," ")||"console.assert"}`,t.data.arguments=e.args.slice(1);else return;it().addBreadcrumb(t,{input:e.args,level:e.level})}function jv(e){if(e.endTimestamp){if(e.xhr.__sentry_own_request__)return;let{method:t,url:n,status_code:r,body:a}=e.xhr.__sentry_xhr__||{};it().addBreadcrumb({category:"xhr",data:{method:t,url:n,status_code:r},type:"http"},{xhr:e.xhr,input:a});return}}function Uv(e){e.endTimestamp&&(e.fetchData.url.match(/sentry_key/)&&e.fetchData.method==="POST"||(e.error?it().addBreadcrumb({category:"fetch",data:e.fetchData,level:"error",type:"http"},{data:e.error,input:e.args}):it().addBreadcrumb({category:"fetch",data:{...e.fetchData,status_code:e.response.status},type:"http"},{input:e.args,response:e.response})))}function Hv(e){let t=ft(),n=e.from,r=e.to,a=su(t.location.href),o=su(n),i=su(r);o.path||(o=a),a.protocol===i.protocol&&a.host===i.host&&(r=i.relative),a.protocol===o.protocol&&a.host===o.host&&(n=o.relative),it().addBreadcrumb({category:"navigation",data:{from:n,to:r}})}d();var JM=ft();var cB=ft();d();d();d();var mu="?";var zv=30,qv=40,Wv=50;function Ic(e,t,n,r){let a={filename:e,function:t,in_app:!0};return n!==void 0&&(a.lineno=n),r!==void 0&&(a.colno=r),a}var $v=/^\s*at (?:(.*?) ?\((?:address at )?)?((?:file|https?|blob|chrome-extension|address|native|eval|webpack||[-a-z]+:|.*bundle|\/).*?)(?::(\d+))?(?::(\d+))?\)?\s*$/i,Gv=/\((\S*)(?::(\d+))(?::(\d+))\)/,Vv=e=>{let t=$v.exec(e);if(t){if(t[2]&&t[2].indexOf("eval")===0){let o=Gv.exec(t[2]);o&&(t[2]=o[1],t[3]=o[2],t[4]=o[3])}let[r,a]=Sf(t[1]||mu,t[2]);return Ic(a,r,t[3]?+t[3]:void 0,t[4]?+t[4]:void 0)}},Ef=[zv,Vv],Kv=/^\s*(.*?)(?:\((.*?)\))?(?:^|@)?((?:file|https?|blob|chrome|webpack|resource|moz-extension|capacitor).*?:\/.*?|\[native code\]|[^@]*(?:bundle|\d+\.js)|\/[\w\-. /=]+)(?::(\d+))?(?::(\d+))?\s*$/i,Yv=/(\S+) line (\d+)(?: > eval line \d+)* > eval/i,Jv=e=>{let t=Kv.exec(e);if(t){if(t[3]&&t[3].indexOf(" > eval")>-1){let o=Yv.exec(t[3]);o&&(t[1]=t[1]||"eval",t[3]=o[1],t[4]=o[2],t[5]="")}let r=t[3],a=t[1]||mu;return[a,r]=Sf(a,r),Ic(r,a,t[4]?+t[4]:void 0,t[5]?+t[5]:void 0)}},xf=[Wv,Jv],Xv=/^\s*at (?:((?:\[object object\])?.+) )?\(?((?:file|ms-appx|https?|webpack|blob):.*?):(\d+)(?::(\d+))?\)?\s*$/i,Qv=e=>{let t=Xv.exec(e);return t?Ic(t[2],t[1]||mu,+t[3],t[4]?+t[4]:void 0):void 0},Tf=[qv,Qv];var vf=[Ef,xf,Tf],Cf=H4(...vf),Sf=(e,t)=>{let n=e.indexOf("safari-extension")!==-1,r=e.indexOf("safari-web-extension")!==-1;return n||r?[e.indexOf("@")!==-1?e.split("@")[0]:mu,n?`safari-extension:${t}`:`safari-web-extension:${t}`]:[e,t]};d();d();var Oc=0;function Nc(){return Oc>0}function Zv(){Oc+=1,setTimeout(()=>{Oc-=1})}function Ur(e,t={},n){if(typeof e!="function")return e;try{let a=e.__sentry_wrapped__;if(a)return a;if(oo(e))return e}catch{return e}let r=function(){let a=Array.prototype.slice.call(arguments);try{n&&typeof n=="function"&&n.apply(this,arguments);let o=a.map(i=>Ur(i,t));return e.apply(this,o)}catch(o){throw Zv(),Ri(i=>{i.addEventProcessor(s=>(t.mechanism&&(Pi(s,void 0,void 0),Ta(s,t.mechanism)),s.extra={...s.extra,arguments:a},s)),Bi(o)}),o}};try{for(let a in e)Object.prototype.hasOwnProperty.call(e,a)&&(r[a]=e[a])}catch{}yc(r,e),iu(e,"__sentry_wrapped__",r);try{Object.getOwnPropertyDescriptor(r,"name").configurable&&Object.defineProperty(r,"name",{get(){return e.name}})}catch{}return r}var jc={};B0(jc,{Breadcrumbs:()=>Ca,Dedupe:()=>Aa,GlobalHandlers:()=>vr,HttpContext:()=>Da,LinkedErrors:()=>wa,TryCatch:()=>Sa});d();d();var vr=class e{static id="GlobalHandlers";name=e.id;_options;_installFunc={onerror:eC,onunhandledrejection:tC};constructor(t){this._options={onerror:!0,onunhandledrejection:!0,...t}}setupOnce(){let t=this._options;for(let n in t){let r=this._installFunc[n];r&&t[n]&&(aC(n),r(),this._installFunc[n]=void 0)}}};function eC(){nr("error",e=>{let[t,n,r]=Af();if(!t.getIntegration(vr))return;let{msg:a,url:o,line:i,column:s,error:u}=e;if(Nc()||u&&u.__sentry_own_request__)return;let l=u===void 0&&Er(a)?rC(a,o,i,s):wf(Rc(n,u||a,void 0,r,!1),o,i,s);l.level="error",Df(t,u,l,"onerror")})}function tC(){nr("unhandledrejection",e=>{let[t,n,r]=Af();if(!t.getIntegration(vr))return;let a=e;try{"reason"in e?a=e.reason:"detail"in e&&"reason"in e.detail&&(a=e.detail.reason)}catch{}if(Nc()||a&&a.__sentry_own_request__)return!0;let o=ru(a)?nC(a):Rc(n,a,void 0,r,!0);o.level="error",Df(t,a,o,"onunhandledrejection")})}function nC(e){return{exception:{values:[{type:"UnhandledRejection",value:`Non-Error promise rejection captured with value: ${String(e)}`}]}}}function rC(e,t,n,r){let a=/^(?:[Uu]ncaught (?:exception: )?)?(?:((?:Eval|Internal|Range|Reference|Syntax|Type|URI|)Error): )?(.*)$/i,o=nu(e)?e.message:e,i="Error",s=o.match(a);return s&&(i=s[1],o=s[2]),wf({exception:{values:[{type:i,value:o}]}},t,n,r)}function wf(e,t,n,r){let a=e.exception=e.exception||{},o=a.values=a.values||[],i=o[0]=o[0]||{},s=i.stacktrace=i.stacktrace||{},u=s.frames=s.frames||[],l=isNaN(parseInt(r,10))?void 0:r,c=isNaN(parseInt(n,10))?void 0:n,m=Er(t)&&t.length>0?t:I4();return u.length===0&&u.push({colno:l,filename:m,function:"?",in_app:!0,lineno:c}),e}function aC(e){!1&&Qe.log(`Global Handler attached: ${e}`)}function Df(e,t,n,r){Ta(n,{handled:!1,type:r}),e.captureEvent(n,{originalException:t})}function Af(){let e=it(),t=e.getClient(),n=t&&t.getOptions()||{stackParser:()=>[],attachStacktrace:!1};return[e,n.stackParser,n.attachStacktrace]}d();var oC=["EventTarget","Window","Node","ApplicationCache","AudioTrackList","ChannelMergerNode","CryptoOperation","EventSource","FileReader","HTMLUnknownElement","IDBDatabase","IDBRequest","IDBTransaction","KeyOperation","MediaController","MessagePort","ModalWindow","Notification","SVGElementInstance","Screen","TextTrack","TextTrackCue","TextTrackList","WebSocket","WebSocketWorker","Worker","XMLHttpRequest","XMLHttpRequestEventTarget","XMLHttpRequestUpload"],Sa=class e{static id="TryCatch";name=e.id;_options;constructor(t){this._options={XMLHttpRequest:!0,eventTarget:!0,requestAnimationFrame:!0,setInterval:!0,setTimeout:!0,...t}}setupOnce(){let t=ft();this._options.setTimeout&&$n(t,"setTimeout",kf),this._options.setInterval&&$n(t,"setInterval",kf),this._options.requestAnimationFrame&&$n(t,"requestAnimationFrame",iC),this._options.XMLHttpRequest&&"XMLHttpRequest"in t&&$n(XMLHttpRequest.prototype,"send",sC);let n=this._options.eventTarget;n&&(Array.isArray(n)?n:oC).forEach(uC)}};function kf(e){return function(...t){let n=t[0];return t[0]=Ur(n,{mechanism:{data:{function:Gn(e)},handled:!0,type:"instrument"}}),e.apply(this,t)}}function iC(e){return function(t){return e.apply(this,[Ur(t,{mechanism:{data:{function:"requestAnimationFrame",handler:Gn(e)},handled:!0,type:"instrument"}})])}}function sC(e){return function(...t){let n=this;return["onload","onerror","onprogress","onreadystatechange"].forEach(a=>{a in n&&typeof n[a]=="function"&&$n(n,a,function(o){let i={mechanism:{data:{function:a,handler:Gn(o)},handled:!0,type:"instrument"}},s=oo(o);return s&&(i.mechanism.data.handler=Gn(s)),Ur(o,i)})}),e.apply(this,t)}}function uC(e){let t=ft(),n=t[e]&&t[e].prototype;!n||!n.hasOwnProperty||!n.hasOwnProperty("addEventListener")||($n(n,"addEventListener",function(r){return function(a,o,i){try{typeof o.handleEvent=="function"&&(o.handleEvent=Ur(o.handleEvent,{mechanism:{data:{function:"handleEvent",handler:Gn(o),target:e},handled:!0,type:"instrument"}}))}catch{}let s=Ur(o,{mechanism:{data:{function:"addEventListener",handler:Gn(o),target:e},handled:!0,type:"instrument"}}),u=[a,s,i];return r.apply(this,u)}}),$n(n,"removeEventListener",function(r){return function(a,o,i){let s=o;try{let u=s&&s.__sentry_wrapped__;u&&r.call(this,a,u,i)}catch{}return r.call(this,a,s,i)}}))}d();var lC="cause",cC=5,wa=class e{static id="LinkedErrors";name=e.id;_key;_limit;constructor(t={}){this._key=t.key||lC,this._limit=t.limit||cC}setupOnce(){let t=it().getClient();t&&Nr((n,r)=>{let a=it().getIntegration(e);return a?dC(t.getOptions().stackParser,a._key,a._limit,n,r):n})}};function dC(e,t,n,r,a){if(!r.exception||!r.exception.values||!a||!tr(a.originalException,Error))return r;let o=_f(e,n,a.originalException,t);return r.exception.values=[...o,...r.exception.values],r}function _f(e,t,n,r,a=[]){if(!tr(n[r],Error)||a.length+1>=t)return a;let o=Mc(e,n[r]);return _f(e,t,n[r],r,[o,...a])}d();var Lf=ft(),Da=class e{static id="HttpContext";name=e.id;setupOnce(){Nr(t=>{if(it().getIntegration(e)){if(!navigator&&!location&&!Lf.document)return t;let n=t.request&&t.request.url||location&&location.href,{referrer:r}=Lf.document||{},{userAgent:a}=navigator||{},o={...t.request&&t.request.headers,...r&&{Referer:r},...a&&{"User-Agent":a}},i={...n&&{url:n},headers:o};return{...t,request:i}}return t})}};d();var Aa=class e{static id="Dedupe";name=e.id;_previousEvent;setupOnce(t,n){let r=a=>{let o=n().getIntegration(e);if(o){try{if(mC(a,o._previousEvent))return!1&&Qe.warn("Event dropped due to being a duplicate of previously captured event."),null}catch{return o._previousEvent=a}return o._previousEvent=a}return a};r.id=this.name,t(r)}};function mC(e,t){return t?!!(pC(e,t)||gC(e,t)):!1}function pC(e,t){let n=e.message,r=t.message;return!(!n&&!r||n&&!r||!n&&r||n!==r||!Bf(e,t)||!Mf(e,t))}function gC(e,t){let n=Pf(t),r=Pf(e);return!(!n||!r||n.type!==r.type||n.value!==r.value||!Bf(e,t)||!Mf(e,t))}function Mf(e,t){let n=Ff(e),r=Ff(t);if(!n&&!r)return!0;if(n&&!r||!n&&r||(n=n,r=r,r.length!==n.length))return!1;for(let a=0;a"u"&&typeof Deno<"u"?Deno.env.toObject():x}var Se=Ce();function Ee(){return Se.IMMERSIVE_TRANSLATE_USERSCRIPT==="1"}function Yt(){return Se.PROD==="1"}function In(){return Se.PROD_API==="1"}function If(){return Se.HAS_CSP_ERROR=="1"}function rt(){if(Se.IMMERSIVE_TRANSLATE_SAFARI==="1")return!0;if(typeof globalThis.immersiveTranslateBrowserAPI<"u"&&globalThis.immersiveTranslateBrowserAPI.runtime&&globalThis.immersiveTranslateBrowserAPI.runtime.getManifest){let t=globalThis.immersiveTranslateBrowserAPI.runtime.getManifest();return!!(t&&t._isSafari)}else return!1}function pu(){return typeof Deno<"u"}var lI=Ce().PROD==="1",mo=Ce().PROD!=="1";function gu(){return typeof globalThis.__IS_IMMERSIVE_TRANSLATE_WEB_OPTIONS_PAGE__<"u"}d();var Of={nologin:"\u672A\u767B\u5F55",loginForSafari:"\u767B\u5F55\u6216\u6CE8\u518C",login:"\u767B\u5F55\u540E\u53EF\u5F00\u901A\u4F1A\u5458",goLogin:"\u53BB\u767B\u5F55",manageAccount:"\u7BA1\u7406\u8D26\u6237",openPremium:"\u5F00\u901A\u4F1A\u5458",logout:"\u9000\u51FA",curentPlan:"\u5F53\u524D\u5957\u9910",endAt:"\u5230\u671F",endAuto:"\u81EA\u52A8\u7EED\u671F",lineBreakMaxTextCount:"\u6362\u884C\u540E\uFF0C\u6BCF\u53E5\u8BDD\u5141\u8BB8\u7684\u6700\u5927\u5B57\u7B26\u6570\u91CF","translate-pdf":"\u70B9\u51FB\u7FFB\u8BD1 PDF","noSupportTranslate-pdf":"\u811A\u672C\u4E0D\u652F\u6301\u8BF7\u4F7F\u7528\u63D2\u4EF6","translate-firefox-local-pdf":"\u70B9\u51FB\u53BB\u5BFC\u5165PDF",enableLineBreak:"\u5F00\u542F\u957F\u6BB5\u843D\u81EA\u52A8\u6362\u884C",sponsorLabel:"$1 \u8D77\u8D5E\u52A9\u5F00\u53D1\u8005",help:"\u5E2E\u52A9",enableLineBreakDescription:"\u5F00\u542F\u540E\uFF0C\u5C06\u4F1A\u5728\u957F\u6BB5\u843D\u4E2D\u6BCF\u53E5\u8BDD\u7ED3\u675F\u63D2\u5165\u6362\u884C\u7B26\uFF0C\u4EE5\u4FBF\u4E8E\u9605\u8BFB","browser.shortBrandName":"\u6C89\u6D78\u5F0F\u7FFB\u8BD1","browser.brandName":"\u6C89\u6D78\u5F0F\u7FFB\u8BD1 - \u7F51\u9875\u7FFB\u8BD1\u63D2\u4EF6 | PDF\u7FFB\u8BD1 | \u514D\u8D39","browser.brandDescription":"\u3010\u6C89\u6D78\u5F0F\u7FFB\u8BD1\u3011\u4E00\u6B3E\u514D\u8D39\u7684\uFF08\u539F\u6587/\u8BD1\u6587\uFF09\u53CC\u8BED\u5BF9\u7167\u7F51\u9875\u7FFB\u8BD1\u63D2\u4EF6\uFF0C\u540C\u65F6\u652F\u6301PDF\u7FFB\u8BD1\uFF08\u4FDD\u7559\u539F\u6587\u6863\u6392\u7248\uFF09\uFF0C\u89C6\u9891\u53CC\u8BED\u5B57\u5E55\u7FFB\u8BD1\uFF08Youtube, Netflix\u7B49\uFF09\uFF0CEPUB\u7535\u5B50\u4E66\u7FFB\u8BD1\u7B49\uFF1B\u652F\u6301\u8C03\u7528\u4EBA\u5DE5\u667A\u80FDAI\u7FFB\u8BD1\u5927\u6A21\u578B\uFF08OpenAI (ChatGPT)\u3001DeepL\u3001Gemini(Bard) \u7B49 \uFF09\u5BF9\u4EE5\u4E0A\u5185\u5BB9\u8FDB\u884C\u66F4\u51C6\u786E\u7684\u7FFB\u8BD1\uFF1B","browser.brandDescriptionForSafari":"\u3010\u6C89\u6D78\u5F0F\u7FFB\u8BD1\u3011\u4E00\u6B3E\u514D\u8D39\u7684\uFF08\u539F\u6587/\u8BD1\u6587\uFF09\u53CC\u8BED\u5BF9\u7167\u7F51\u9875\u7FFB\u8BD1\u63D2\u4EF6\uFF0C\u540C\u65F6\u652F\u6301PDF\u7FFB\u8BD1\u548CEPUB\u7535\u5B50\u4E66\u7FFB\u8BD1\u4E14\u4FDD\u7559\u539F\u6587\u6863\u6392\u7248\uFF0CYoutube/Netflix\u7B49\u5728\u7EBF\u89C6\u9891\u53CC\u8BED\u5B57\u5E55\u7FFB\u8BD1\uFF0C\u652F\u6301Deepl/Google\u7B49\u4E3B\u6D41\u7FFB\u8BD1\u670D\u52A1;","browser.toggleTranslatePage":"\u7FFB\u8BD1\u7F51\u9875/\u663E\u793A\u539F\u6587","browser.toggleTranslateTheWholePage":"\u7FFB\u8BD1\u9875\u9762\u5168\u90E8\u533A\u57DF/\u663E\u793A\u539F\u6587","browser.toggleTranslateToThePageEndImmediately":"\u7ACB\u5373\u7FFB\u8BD1\u5230\u9875\u9762\u5E95\u90E8/\u663E\u793A\u539F\u6587","browser.toggleTranslateTheMainPage":"\u7FFB\u8BD1\u9875\u9762\u4E3B\u8981\u533A\u57DF/\u663E\u793A\u539F\u6587","browser.shareToDraft":"\u751F\u6210\u7F51\u9875\u5FEB\u7167","browser.openOptionsPage":"\u6253\u5F00\u8BBE\u7F6E\u9875","browser.translateLocalPdfFile":"\u7FFB\u8BD1\u672C\u5730 PDF \u6587\u4EF6","browser.openEbookViewer":"\u9605\u8BFB\u672C\u5730\u7535\u5B50\u4E66","browser.openEbookBuilder":"\u5236\u4F5C\u53CC\u8BED EPUB \u7535\u5B50\u4E66","browser.translateLocalHtmlFile":"\u7FFB\u8BD1 HTML/txt \u6587\u4EF6","browser.donateContext":"\u4E86\u89E3\u8D5E\u52A9\u798F\u5229","browser.translateLocalSubtitleFile":"\u7FFB\u8BD1\u672C\u5730\u5B57\u5E55\u6587\u4EF6",confirmResetConfig:"\u4F60\u786E\u5B9A\u8981\u91CD\u7F6E\u8BBE\u7F6E\u5417\uFF1F",translationLineBreakSettingTitle:"\u8BD1\u6587\u6362\u884C\u8BBE\u7F6E",smartLineBreak:"\u667A\u80FD\u6362\u884C",alwaysLineBreak:"\u603B\u662F\u6362\u884C",isShowContextMenu:"\u5C06\u7FFB\u8BD1\u7F51\u9875\u52A0\u5165\u53F3\u952E\u83DC\u5355\u9879",toggleBeta:"\u5F00\u542F Beta \u6D4B\u8BD5\u7279\u6027",betaDescription:"\u542F\u7528\u4ECD\u5728\u5B9E\u9A8C\u6027\u7684\u529F\u80FD\uFF0C\u4EE5\u53CA\u6D4B\u8BD5\u4E2D\u7684\u7FFB\u8BD1\u670D\u52A1\u3002\u52A0\u5165 <1>Telegram \u7FA4\u7EC4\u4E86\u89E3\u66F4\u591A\u3002",translationLineBreakSettingDescription:"\u603B\u662F\u6362\u884C\u9002\u7528\u4E8E\u8F83\u5C11\u5185\u5BB9\u7684\u7248\u9762\uFF0C\u66F4\u6574\u9F50\u3002\uFF08\u5728\u5185\u5BB9\u8F83\u591A\u7684\u957F\u6BB5\u843D(\u8D85\u8FC7{count}\u4E2A\u5B57\u7B26) \u4F7F\u7528\u667A\u80FD\u6362\u884C\uFF0C\u66F4\u7701\u7A7A\u95F4\uFF09",tempTranslateDomainTitle:"\u4E34\u65F6\u5F00\u542F\u7F51\u7AD9\u7FFB\u8BD1\u7684\u65F6\u957F",tempTranslateDomainDescription:"\u5F53\u624B\u52A8\u7FFB\u8BD1\u67D0\u4E2A\u7F51\u9875\u7684\u65F6\u5019\uFF0C\u4E34\u65F6\u5F00\u542F\u8BE5\u7F51\u7AD9\u4E3A\u81EA\u52A8\u7FFB\u8BD1\uFF0C\u53EF\u8BBE\u7F6E\u4E34\u65F6\u65F6\u957F",xMinutes:"{count} \u5206\u949F",disabled:"\u7981\u7528",changelog:"\u66F4\u65B0\u65E5\u5FD7",toggleTranslatePageWhenThreeFingersOnTheScreen:"\u591A\u6307\u540C\u65F6\u89E6\u6478\u5C4F\u5E55\u5219\u7FFB\u8BD1\u7F51\u9875/\u663E\u793A\u539F\u6587",toggleTranslationMaskWhenThreeFingersOnTheScreen:"\u591A\u6307\u540C\u65F6\u89E6\u6478\u5219\u663E\u793A/\u9690\u85CF\u8BD1\u6587\u6A21\u7CCA\u6548\u679C",addUrlDescription:"\u53EF\u4EE5\u4E3A\u57DF\u540D\uFF0C\u540C\u65F6\u652F\u6301\u901A\u914D\u7B26\uFF0C\u5982\uFF1A*.google.com, google.com/mail/*, https://www.google.com/*",general:"\u57FA\u672C\u8BBE\u7F6E",clickToExpandConfig:"\u5C55\u5F00\u5F53\u524D\u914D\u7F6E",import:"\u4ECE\u6587\u4EF6\u5BFC\u5165",export:"\u5BFC\u51FA\u5230\u6587\u4EF6",toggleDebug:"\u5728\u63A7\u5236\u53F0\u6253\u5370\u8C03\u8BD5\u65E5\u5FD7",mouseHoldKey:"+ {key} \u7FFB\u8BD1/\u8FD8\u539F\u8BE5\u6BB5",mouseHoldKeyAuto:"\u76F4\u63A5\u7FFB\u8BD1\u8BE5\u6BB5",mouseHoldKeyOff:"\u4E0D\u505A\u4EFB\u4F55\u4E8B\u60C5",mouseHoldKeyOther:"\u81EA\u5B9A\u4E49\u5FEB\u6377\u952E(\u6253\u5F00\u8BBE\u7F6E)",mouseHoldKeyCustomKey:"{key} \u7FFB\u8BD1/\u8FD8\u539F\u8BE5\u6BB5","mouse-translate":"\u9F20\u6807\u60AC\u505C",document:"\u4F7F\u7528\u6559\u7A0B",resetSuccess:"\u91CD\u7F6E\u6240\u6709\u8BBE\u7F6E\u6210\u529F",resetThisSuccess:"\u91CD\u7F6E\u6210\u529F",saved:"\u4FDD\u5B58\u6210\u529F",successImportConfig:"\u6210\u529F\u5BFC\u5165\u914D\u7F6E",goAdvancedSettings:"\u53BB\u8FDB\u9636\u8BBE\u7F6E\u9875",goAdvancedInterfaceSettings:"\u53BB\u9AD8\u7EA7\u81EA\u5B9A\u4E49\u8BBE\u7F6E\u9875\u9762",advanced:"\u8FDB\u9636\u8BBE\u7F6E",advancedDescription:"\u4E00\u822C\u65E0\u9700\u8BBE\u7F6E\uFF0C\u4FDD\u6301\u9ED8\u8BA4\u5373\u53EF\u3002\u4EC5\u5BF9\u4E8E\u66F4\u4E13\u4E1A\u7684\u7528\u6237\uFF0C\u63D0\u4F9B\u66F4\u4E2A\u6027\u5316\u7684\u8BBE\u7F6E\u9879\u3002",developer:"\u5F00\u53D1\u8005\u8BBE\u7F6E",donateCafe:"\u4EF7\u683C","translate to the bottom of the page":"\u8FDB\u5165\u7F51\u9875\u540E\uFF0C\u662F\u5426\u7ACB\u5373\u7FFB\u8BD1\u5230\u9875\u9762\u5E95\u90E8\uFF1F",feedback:"\u95EE\u9898\u53CD\u9988",toggleTranslatePage:"\u7FFB\u8BD1\u7F51\u9875/\u663E\u793A\u539F\u6587",translateToThePageEndImmediatelyDescription:"\u5F00\u542F\u540E\uFF0C\u8FDB\u5165\u7F51\u9875\u5C06\u7ACB\u5373\u7FFB\u8BD1\u4ECE\u9876\u90E8\u5230\u5E95\u90E8\u7684\u5185\u5BB9\u3002\u5173\u95ED\u5219\u8FB9\u770B\u8FB9\u8BD1\u3002\uFF08\u4E0D\u63A8\u8350\u5F00\u542F\uFF09","translate all areas of the page":"\u662F\u5426\u7FFB\u8BD1\u7F51\u9875\u6240\u6709\u533A\u57DF",translationAreaDescription:"\u5F00\u542F\u540E\uFF0C\u6574\u4E2A\u7F51\u9875\u7684\u6240\u6709\u533A\u57DF\u90FD\u4F1A\u88AB\u7FFB\u8BD1\u3002\u5173\u95ED\u5219\u4F7F\u7528\u9ED8\u8BA4\u7684\u667A\u80FD\u8BC6\u522B\uFF0C\u4EC5\u7FFB\u8BD1\u4E3B\u8981\u533A\u57DF\u3002\uFF08\u4E0D\u63A8\u8350\u5F00\u542F\uFF09","the number of characters to be translated first":"\u76F4\u63A5\u7FFB\u8BD1\u9875\u9762\u524D\u591A\u5C11\u4E2A\u5B57\u7B26\uFF0C\u800C\u65E0\u9700\u7B49\u5F85\u6EDA\u52A8\u5230\u53EF\u89C6\u533A\u57DF","interface language":"\u754C\u9762\u8BED\u8A00","display both the original text and the translation":"\u540C\u65F6\u663E\u793A\u539F\u6587\u548C\u8BD1\u6587","keyboard shortcuts":"\u952E\u76D8\u5FEB\u6377\u952E",modify:"\u4FEE\u6539\u5FEB\u6377\u952E",reset:"\u91CD\u7F6E",close:"\u5173\u95ED",homepage:"\u4E3B\u9875",more:"\u66F4\u591A",moreOptions:"\u5C55\u5F00\u66F4\u591A\u81EA\u5B9A\u4E49\u9009\u9879",translateTheWholePage:"\u7FFB\u8BD1\u9875\u9762\u5168\u90E8\u533A\u57DF\uFF08\u533A\u522B\u4E8E\u667A\u80FD\u8BC6\u522B\u4E3B\u8981\u533A\u57DF\uFF09",changeToTranslateTheWholePage:"\u5207\u6362\u4E3A\u7FFB\u8BD1\u6240\u6709\u533A\u57DF",changeToTranslateTheMainPage:"\u5207\u6362\u4E3A\u7FFB\u8BD1\u4E3B\u8981\u533A\u57DF",translateToThePageEndImmediately:"\u7ACB\u5373\u7FFB\u8BD1\u5230\u9875\u9762\u5E95\u90E8",translateTheMainPage:"\u667A\u80FD\u7FFB\u8BD1\u4E3B\u8981\u533A\u57DF","The local rules are up to date":"\u672C\u5730\u9002\u914D\u89C4\u5219\u5DF2\u662F\u6700\u65B0:","Successfully synchronized with the latest official rules:":"\u6210\u529F\u540C\u6B65\u6700\u65B0\u5B98\u65B9\u9002\u914D\u89C4\u5219:","Checking for updates":"\u6B63\u5728\u68C0\u67E5\u66F4\u65B0","Rules are being synchronized":"\u6B63\u5728\u540C\u6B65\u9002\u914D\u89C4\u5219",localVersionIsTooOld:"\u672C\u5730\u6269\u5C55\u7248\u672C\u8FC7\u65E7\uFF0C\u8BF7\u5347\u7EA7\u6269\u5C55\u5230 {minVersion} \u6216\u66F4\u65B0\u7684\u7248\u672C\u518D\u5C1D\u8BD5\u540C\u6B65",badUserscriptBrowser:"\u5F53\u524D\u6D4F\u89C8\u5668\u6CA1\u6709\u6B63\u786E\u5B9E\u73B0\u6CB9\u7334\u6269\u5C55\u7684\u63A5\u53E3\uFF08\u6BD4\u5982\u83B7\u53D6\u6CB9\u7334\u811A\u672C\u81EA\u8EAB\u7684\u7248\u672C\u53F7\u4FE1\u606F\uFF09\uFF0C\u8BF7\u4F7F\u7528\u5176\u4ED6<1>\u652F\u6301\u6CB9\u7334\u6269\u5C55\u7684\u6D4F\u89C8\u5668\u5982 Firefox",foundNewVersion:"\u53D1\u73B0\u65B0\u7248\u672C",theLocalExtensionIsUpToUpdate:"\u5F53\u524D\u6269\u5C55\u5DF2\u662F\u6700\u65B0\u7248\u672C\u3002",failToSyncRules:"\u540C\u6B65\u6700\u65B0\u9002\u914D\u89C4\u5219\u5931\u8D25",retry:"\u70B9\u6B64\u91CD\u8BD5",failedReason:"\u5931\u8D25\u539F\u56E0",currentRuleVersion:"\u5F53\u524D\u89C4\u5219\u7248\u672C",calculating:"\u8BA1\u7B97\u4E2D",unknownError:'\u60A8\u5F53\u524D\u6240\u4F7F\u7528\u7684\u7FFB\u8BD1\u670D\u52A1\u56E0\u7F51\u7EDC\u8FDE\u63A5\u6216\u670D\u52A1\u63D0\u4F9B\u5546\u7684\u95EE\u9898\u6682\u65F6\u65E0\u6CD5\u8BBF\u95EE\u3002\u5EFA\u8BAE\u60A8\u5C1D\u8BD5\u5237\u65B0\u9875\u9762\u6216\u901A\u8FC7\u8BBE\u7F6E\u66F4\u6362\u5176\u4ED6\u7FFB\u8BD1\u670D\u52A1\u3002\u82E5\u60A8\u662FPro\u4F1A\u5458\uFF0C\u53EF\u4EE5\u9009\u62E9\u4F7F\u7528\u66F4\u4E3A\u7A33\u5B9A\u7684DeepL\u6216OpenAI\u7FFB\u8BD1\u670D\u52A1\u3002\u540C\u65F6\uFF0C\u60A8\u53EF\u80FD\u9700\u8981\u68C0\u67E5\u7F51\u7EDC\u6216\u4EE3\u7406\u8BBE\u7F6E\u540E\u91CD\u65B0\u5C1D\u8BD5\u3002',canNotFetchRemoteRule:"\u65E0\u6CD5\u83B7\u53D6\u8FDC\u7A0B\u89C4\u5219",enableAlphaSuccess:"\u5DF2\u5F00\u542FAlpha\u529F\u80FD",disableAlphaSuccess:"\u5DF2\u5173\u95EDAlpha\u529F\u80FD",cacheSize:"\u7F13\u5B58\u5927\u5C0F\uFF1A",cleaning:"\u6E05\u7406\u4E2D",cleanCache:"\u6E05\u9664\u7F13\u5B58",options:"\u8BBE\u7F6E",about:"\u5173\u4E8E",service:"\u7FFB\u8BD1\u670D\u52A1",needAction:"(\u53BB\u8BBE\u7F6E)",goSettings:"\u53BB\u8BBE\u7F6E",needActionForOptions:"(\u9700\u8BBE\u7F6E)",translationEngine:"\u5F15\u64CE\u9009\u9879",sourceLanguage:"\u539F\u6587\u8BED\u8A00",target:"\u76EE\u6807\u8BED\u8A00",popupSourceLanguage:"\u539F\u6587\u8BED\u8A00",popupTarget:"\u76EE\u6807\u8BED\u8A00",popupService:"\u7FFB\u8BD1\u670D\u52A1",forThisSite:"\u5F53\u524D\u7F51\u7AD9",autoEnableSubtitle:"\u81EA\u52A8\u5F00\u542F\u53CC\u8BED\u5B57\u5E55",alwaysTranslate:"\u603B\u662F\u7FFB\u8BD1",neverTranslate:"\u6C38\u4E0D\u7FFB\u8BD1",neverTranslateSomeLanguage:"\u6C38\u4E0D\u7FFB\u8BD1 {language}",alwaysTranslateSomeSite:"\u603B\u662F\u7FFB\u8BD1 {hostname}",neverTranslateSomeSite:"\u6C38\u4E0D\u7FFB\u8BD1 {hostname}",alwaysTranslateSomeSiteOrWildSite:"\u603B\u662F\u7FFB\u8BD1\u8BE5\u7F51\u7AD9",alwaysTranslateSomePage:"\u603B\u662F\u7FFB\u8BD1\u8BE5\u7F51\u9875",add:"\u6DFB\u52A0",default:"\u9ED8\u8BA4",forThisLanguage:"\u9488\u5BF9\u8BE5\u8BED\u8A00\uFF1A","add url":"\u8F93\u5165URL",edit:"\u7F16\u8F91",pickAll:"\u5168\u9009","translate other languages into specific language":"\u5C06\u5176\u4ED6\u8BED\u8A00\u7FFB\u8BD1\u4E3A\u4F60\u8BBE\u7F6E\u7684\u8BED\u8A00","select translation service":"\u9009\u62E9\u4E00\u9879\u7FFB\u8BD1\u670D\u52A1",language:"\u8BED\u8A00","show-original":"\u663E\u793A\u539F\u6587",translate:"\u7FFB\u8BD1",Translated:"\u5DF2\u7FFB\u8BD1",Translating:"\u7FFB\u8BD1\u4E2D",Error:"\u9519\u8BEF",allowCacheTranslations:"\u5F00\u542F\u672C\u5730\u7FFB\u8BD1\u7F13\u5B58\uFF08\u51CF\u5C11\u91CD\u590D\u6BB5\u843D\u7684\u7FFB\u8BD1\u8BF7\u6C42\uFF09","translation display":"\u8BD1\u6587\u663E\u793A\u6837\u5F0F","select diplay style":"\u533A\u5206\u8BD1\u6587\u7684\u6837\u5F0F\uFF0C\u5177\u4F53\u53EF\u53C2\u8003\u4E0B\u5217\u793A\u4F8B",interface:"\u754C\u9762\u8BBE\u7F6E",import_export:"\u5BFC\u5165/\u5BFC\u51FA",import_export_title:"\u5BFC\u5165/\u5BFC\u51FA\u914D\u7F6E",syncToGoogleDrive:"\u7ACB\u5373\u4E0E Google Drive \u540C\u6B65","floatBallOptions.enable":"\u542F\u7528\u60AC\u6D6E\u7403","floatBallOptions.blockUrls":"\u7981\u7528\u7F51\u7AD9","floatBallOptions.add":"\u6DFB\u52A0","floatBallOptions.blockUrlDesc":"\u5F53\u9047\u4E0B\u5217\u7F51\u7AD9\u65F6\u4E0D\u663E\u793A\u60AC\u6D6E\u7403","floatBallOptions.clickType":"\u70B9\u51FB\u884C\u4E3A","floatBallOptions.clickTypeDesc":"\u60AC\u6D6E\u7403\u56FE\u6807\u70B9\u51FB\u65F6\u7684\u884C\u4E3A","floatBallOptions.clickPopup":"\u663E\u793A\u7FFB\u8BD1\u9762\u677F","floatBallOptions.clickTranslate":"\u7FFB\u8BD1/\u663E\u793A\u539F\u6587","floatBallOptions.fixedPosition":"\u56FA\u5B9A\u4F4D\u7F6E","floatBallOptions.fixedPositionDesc":"\u60AC\u6D6E\u7403\u5728\u7A97\u53E3\u5DE6\u4FA7\u8FD8\u662F\u53F3\u4FA7","floatBallOptions.fixedPositionLeft":"\u5DE6\u4FA7","floatBallOptions.fixedPositionRight":"\u53F3\u4FA7",previewAllThemes:"\u9884\u89C8\u5168\u90E8\u6837\u5F0F","translationTheme.none":"\u65E0","translationTheme.grey":"\u9ED1\u7070\u8272","translationTheme.dashed":"\u865A\u7EBF\u4E0B\u5212\u7EBF","translationTheme.dotted":"\u70B9\u72B6\u4E0B\u5212\u7EBF","translationTheme.dashedBorder":"\u865A\u7EBF\u8FB9\u6846","translationTheme.solidBorder":"\u5B9E\u7EBF\u8FB9\u6846","translationTheme.underline":"\u76F4\u7EBF\u4E0B\u5212\u7EBF","translationTheme.mask":"\u6A21\u7CCA\u6548\u679C\uFF08\u5B66\u4E60\u6A21\u5F0F\uFF09","translationTheme.opacity":"\u900F\u660E\u6548\u679C","translationTheme.paper":"\u767D\u7EB8\u9634\u5F71\u6548\u679C","translationTheme.dividingLine":"\u5206\u5272\u7EBF","translationTheme.highlight":"\u9AD8\u4EAE","translationTheme.marker":"\u9A6C\u514B\u7B14","translationTheme.marker2":"\u9A6C\u514B\u7B142","translationTheme.blockquote":"\u5F15\u7528\u6837\u5F0F","translationTheme.weakening":"\u5F31\u5316","translationTheme.italic":"\u659C\u4F53","translationTheme.bold":"\u52A0\u7C97","translationTheme.thinDashed":"\u7EC6\u865A\u7EBF\u4E0B\u5212\u7EBF","translationTheme.nativeDashed":"\u7CFB\u7EDF\u81EA\u5E26\u865A\u7EBF\u4E0B\u5212\u7EBF","translationTheme.nativeDotted":"\u7CFB\u7EDF\u81EA\u5E26\u70B9\u72B6\u4E0B\u5212\u7EBF","translationTheme.nativeUnderline":"\u7CFB\u7EDF\u81EA\u5E26\u76F4\u7EBF\u4E0B\u5212\u7EBF","translationTheme.wavy":"\u6CE2\u6D6A\u7EBF","translationServices.custom":"\u81EA\u5B9A\u4E49API","translationServices.tencent":"\u817E\u8BAF\u7FFB\u8BD1\u541B","translationServices.tenAlpha":"\u817E\u8BAF\u7FFB\u8BD1\u541B(Alpha)","translationServices.google":"\u8C37\u6B4C\u7FFB\u8BD1","translationServices.bai":"\u767E\u5EA6(Alpha)","translationServices.baidu":"\u767E\u5EA6\u7FFB\u8BD1","translationServices.aliyun":"\u963F\u91CC\u4E91\u7FFB\u8BD1","translationServices.volc":"\u706B\u5C71\u7FFB\u8BD1","translationServices.deeplx":"DeepLX(Beta)","translationServices.bing":"\u5FAE\u8F6F\u7FFB\u8BD1","translationServices.deepl":"DeepL","translationServices.wechat":"\u5FAE\u4FE1\u7FFB\u8BD1","translationServices.azure":"Azure \u7FFB\u8BD1","translationServices.ibm":"IBM Watson","translationServices.aws":"\u4E9A\u9A6C\u900A\u7FFB\u8BD1","translationServices.mock":"\u6A21\u62DF\u7FFB\u8BD1","translationServices.mock2":"\u6A21\u62DF\u7FFB\u8BD12","translationServices.caiyun":"\u5F69\u4E91\u5C0F\u8BD1","translationServices.cai":"\u5F69\u4E91\u5C0F\u8BD1 (Alpha)","translationServices.volcAlpha":"\u706B\u5C71 (Alpha)","translationServices.openl":"OpenL","translationServices.youdao":"\u6709\u9053\u7FFB\u8BD1","translationServices.you":"\u6709\u9053\u7FFB\u8BD1 (Alpha)","translationServices.transmart":"\u817E\u8BAF\u4EA4\u4E92\u7FFB\u8BD1","translationServices.niu":"\u5C0F\u725B\u7FFB\u8BD1","translationServices.papago":"Papago \u7FFB\u8BD1","translationServices.d":"D (Alpha)","translationServices.dpro":"D Pro (Canary)","translationServices.openai":"OpenAI","translationServices.yandex":"Yandex","translationServices.gemini":"Gemini","translationServices.claude":"Claude","translationServices.chatgpt":"ChatGPT Web(3.5 mobile)","translate title":"\u7FFB\u8BD1\u9875\u9762\u6807\u9898","always languages":"\u603B\u662F\u7FFB\u8BD1\u7684\u8BED\u8A00",neverTranslateLanguagesLabel:"\u6C38\u4E0D\u7FFB\u8BD1\u7684\u8BED\u8A00",neverTranslateTheFollowingLanguagesDescription:"\u5F53\u9875\u9762\u4E2D\u67D0\u4E00\u6BB5\u843D\u7684\u8BED\u8A00\u4E3A\u4E0B\u5217\u8BED\u8A00\u65F6\uFF0C\u5C06\u8DF3\u8FC7\u7FFB\u8BD1",enableUserscriptPagePopup:"\u5728\u9875\u9762\u4E0A\u663E\u793A\u60AC\u6D6E\u7403",enableUserscriptPagePopupDescription:"\u5173\u95ED\u60AC\u6D6E\u7403\u540E\uFF0C\u53EF\u4EE5\u7528\u5FEB\u6377\u952E/{touch}\u5524\u8D77\u3002\u4E3A\u9632\u6B62\u4E0D\u614E\u5173\u95ED\u8BE5\u9009\u9879\u540E\u627E\u4E0D\u5230\u60AC\u6D6E\u7403\uFF0C\u5F3A\u70C8\u5EFA\u8BAE\u6536\u85CF\u672C\u8BBE\u7F6E\u9875","always translate the following languages":"\u5F53\u9875\u9762\u8BED\u8A00\u4E3A\u4E0B\u5217\u8BED\u8A00\u65F6\uFF0C\u4F1A\u81EA\u52A8\u7FFB\u8BD1\u4E3A\u76EE\u6807\u8BED\u8A00","always sites":"\u603B\u662F\u7FFB\u8BD1\u7684\u7F51\u5740","always translate the following sites":"\u5F53\u7F51\u7AD9\u4E3A\u4E0B\u5217\u57DF\u540D\u65F6\uFF0C\u4F1A\u81EA\u52A8\u7FFB\u8BD1\u4E3A\u76EE\u6807\u8BED\u8A00","never sites":"\u6C38\u4E0D\u7FFB\u8BD1\u7684\u7F51\u5740","never translate the following sites":"\u5F53\u7F51\u7AD9\u4E3A\u4E0B\u5217\u57DF\u540D\u65F6\uFF0C\u5C06\u4E0D\u4F1A\u8FDB\u884C\u7FFB\u8BD1","please refer to":"\u9700\u8981\u586B\u5199\u5BC6\u94A5\u540E\u624D\u53EF\u7528\uFF0C\u8BE6\u60C5\u53C2\u8003",KeyAndConfigurationTutorial:"\u300A\u5BC6\u94A5\u7533\u8BF7\u548C\u914D\u7F6E\u6559\u7A0B\u300B",useAboveStyleForTheseSites:"\u5F53\u7F51\u7AD9\u4E3A\u4E0B\u5217\u57DF\u540D\u65F6\uFF0C\u603B\u662F\u4F7F\u7528 \u2308{theme}\u230B \u8BD1\u6587\u6837\u5F0F",currentUrl:"\u5F53\u524D\u7F51\u5740",confirm:"\u4FDD\u5B58",cancel:"\u53D6\u6D88",delete:"\u5220\u9664",syncToCloud:"\u540C\u6B65\u5230 Google Drive",syncToCloudDescription:"\u4E0A\u4F20\u5230\u4E91\u7AEF\uFF0C\u53EF\u4EE5\u5728\u4E0D\u540C\u7684\u6D4F\u89C8\u5668/\u6CB9\u7334\u811A\u672C\u4E4B\u95F4\u540C\u6B65\u914D\u7F6E\uFF0C\u4EE5\u6700\u540E\u4FEE\u6539\u65F6\u95F4\u4E3A\u51C6\u3002",syncToAccount:"\u540C\u6B65\u5230\u6C89\u6D78\u5F0F\u7FFB\u8BD1\u4E91\u7AEF",syncToAccountButton:"\u7ACB\u5373\u4E0E\u4E91\u7AEF\u540C\u6B65",syncToAccountDescription:"\u5728\u4E0D\u540C\u7684\u8BBE\u5907\u4E4B\u95F4\u81EA\u52A8\u540C\u6B65\u914D\u7F6E\uFF0C\u4EE5\u6700\u540E\u4FEE\u6539\u65F6\u95F4\u4E3A\u51C6\u3002",successSyncConfigInAccount:"\u6210\u529F\u4E0E\u4E91\u7AEF\u4FDD\u6301\u540C\u6B65",successSyncConfigToAccount:"\u6210\u529F\u540C\u6B65\u5230\u4E91\u7AEF",syncConfigNoUpdate:"\u5DF2\u7ECF\u662F\u6700\u65B0\u7684\u4E86",authFail:"\u6388\u6743\u5931\u8D25",syncTitle:"\u624B\u52A8\u5907\u4EFD\u7BA1\u7406",import_hint:"\u5BFC\u5165",upload:"\u4E0A\u4F20",revokeAuth:"\u64A4\u9500\u6388\u6743",uploadFail:"\u4E0A\u4F20\u5931\u8D25",download:"\u4E0B\u8F7D",importSuccess:"\u5BFC\u5165\u6210\u529F",importFail:"\u5BFC\u5165\u5931\u8D25",deleteFail:"\u5220\u9664\u5931\u8D25",backupToCloud:"\u624B\u52A8\u7BA1\u7406\u5907\u4EFD\u6587\u4EF6",create_new_backup:"\u65B0\u589E\u5907\u4EFD\u8282\u70B9",maxBackupFiles:"\u6700\u591A\u53EF\u4EE5\u5907\u4EFD{count}\u4E2A\u4E0D\u540C\u7684\u8282\u70B9, \u8BF7\u5220\u9664\u4E0D\u9700\u8981\u7684\u8282\u70B9",backupToCloudDescription:"\u624B\u52A8\u4E0A\u4F20\u6216\u6062\u590D\u5907\u4EFD\u6587\u4EF6\uFF0C\u6700\u591A\u5141\u8BB83\u4E2A\u4E0D\u540C\u7684\u5907\u4EFD",successSyncConfig:"\u6210\u529F\u4E0E\u4E91\u7AEF\u4FDD\u6301\u540C\u6B65",syncFail:"\u540C\u6B65\u5931\u8D25",updatedAt:"\u66F4\u65B0\u4E8E {date}",lastSyncedAt:"\u4E0A\u6B21\u68C0\u67E5\u4E8E {date}",downloadFail:"\u4E0B\u8F7D\u5931\u8D25",clickToDownload:"\u70B9\u51FB\u4E0B\u8F7D",aboutLabel:"\u5173\u4E8E - \u53CD\u9988","browser.openAboutPage":"\u5173\u4E8E/\u53CD\u9988",aboutLabelWithoutSponsor:"\u5173\u4E8E - \u53CD\u9988",aboutIntro:"\u5E0C\u671B\u6211\u4EEC\u90FD\u80FD\u66F4\u52A0\u5BB9\u6613\u4E14\u6109\u60A6\u5730\u83B7\u53D6\u4E92\u8054\u7F51\u4E0A\u5DE8\u5927\u7684\u5916\u8BED\u4FE1\u606F \u2764\uFE0F \u4F60\u53EF\u9009\u62E9\u5F00\u901A <6>Pro\u4F1A\u5458 \u6765\u4F7F\u7528\u5F00\u7BB1\u5373\u7528\u7684 DeepL \u548C OpenAI \u7FFB\u8BD1\u3002

\u4F60\u53EF\u4EE5\u5173\u6CE8\u6211\u4EEC\u7684<3>\u63A8\u7279\uFF0C<4>Telegram \u9891\u9053\uFF0C\u5FAE\u4FE1\u516C\u4F17\u53F7\uFF0C\u5FAE\u4FE1\u4EA4\u6D41\u7FA4\uFF0C\u6216\u8005\u4E0B\u65B9\u7684<5>\u90AE\u4EF6\u8BA2\u9605\u8FFD\u8E2A\u66F4\u65B0\u3002
<7>Pro \u4F1A\u5458 \u53EF\u4EE5\u901A\u8FC7\u5FEB\u901F\u5BA2\u670D\u90AE\u7BB1 <8>support@immersivetranslate.com \u548C\u6211\u4EEC\u53D6\u5F97\u8054\u7CFB\u3002",aboutIntroWithoutSponsor:"\u5E0C\u671B\u6211\u4EEC\u90FD\u80FD\u66F4\u52A0\u5BB9\u6613\u4E14\u6109\u60A6\u5730\u83B7\u53D6\u4E92\u8054\u7F51\u4E0A\u5DE8\u5927\u7684\u5916\u8BED\u4FE1\u606F \u2764\uFE0F

\u4F60\u53EF\u4EE5\u5173\u6CE8\u6211\u4EEC\u7684<3>\u63A8\u7279\uFF0C<4>Telegram \u9891\u9053\uFF0C\u5FAE\u4FE1\u516C\u4F17\u53F7\uFF0C\u5FAE\u4FE1\u4EA4\u6D41\u7FA4\uFF0C\u6216\u8005\u4E0B\u65B9\u7684<5>\u90AE\u4EF6\u8BA2\u9605\u8FFD\u8E2A\u66F4\u65B0\u3002",projectHomepage:"\u9879\u76EE\u4E3B\u9875",joinTelegramGroup:"\u52A0\u5165\u7528\u6237\u4EA4\u6D41\u7FA4\u53C2\u4E0E\u529F\u80FD\u8BA8\u8BBA",wechatPublicAccount:"\u5FAE\u4FE1\u516C\u4F17\u53F7",wechatCommunities:"\u5FAE\u4FE1\u4EA4\u6D41\u7FA4",qqCommunities:"QQ \u4EA4\u6D41\u9891\u9053",joinTelegramChannel:"\u5173\u6CE8 Telegram \u9891\u9053\u83B7\u53D6\u6700\u65B0\u66F4\u65B0",feedbackAndJoin:"\u95EE\u9898\u53CD\u9988/\u52A0\u7FA4",autoSync:"\u81EA\u52A8\u5B9A\u65F6\u540C\u6B65",loadingThemeTitle:"Loading \u6837\u5F0F",loadingThemeDescription:"\u8BBE\u7F6E\u7B49\u5F85\u8BD1\u6587\u52A0\u8F7D\u65F6\u7684\u6837\u5F0F","loadingTheme.spinner":"\u8F6C\u5708\u52A8\u753B","loadingTheme.text":"\u9759\u6001\u6587\u5B57 ... ","loadingTheme.none":"\u4E0D\u663E\u793A",developerDescription:"\u53EF\u4EE5\u70B9\u51FB<1>\u8FD9\u91CC\u67E5\u770B\u9AD8\u7EA7\u81EA\u5B9A\u4E49\u76F8\u5173\u7684\u6587\u6863","edit border color":"\u4FEE\u6539\u8FB9\u6846\u989C\u8272",successSyncButNoChange:"\u5F53\u524D\u914D\u7F6E\u4E0E\u4E91\u7AEF\u4E00\u81F4",customTheme:"\u81EA\u5B9A\u4E49\u989C\u8272\u548C\u5927\u5C0F","customThemeLabel.borderColor":"\u8FB9\u6846\u989C\u8272","customThemeLabel.borderRadius":"\u8FB9\u6846\u5706\u89D2","customThemeLabel.textColor":"\u6587\u5B57\u989C\u8272","customThemeLabel.backgroundColor":"\u80CC\u666F\u989C\u8272","customThemeLabel.zoom":"\u5B57\u4F53\u7F29\u653E\u6BD4\u4F8B (%)","customThemeLabel.opacity":"\u6587\u5B57\u4E0D\u900F\u660E\u5EA6 (%)",resetToDefaultColor:"\u6062\u590D\u4E3A\u9ED8\u8BA4\u989C\u8272",resetToDefaultSettings:"\u6062\u590D\u4E3A\u9ED8\u8BA4\u8BBE\u7F6E",isTranslateTitle:"\u5F00\u542F\u7FFB\u8BD1\u7F51\u9875\u6807\u9898",isTranslateTitleDescription:"\u5F00\u542F\u540E\uFF0C\u7F51\u9875\u6807\u9898\u4F1A\u88AB\u7FFB\u8BD1",enableSearchEnhancement:"\u542F\u7528\u53CC\u8BED\u4FE1\u606F\u589E\u5F3A",enableSearchEnhancementDescription:"\u5F00\u542F\u540E\uFF0C\u5728\u652F\u6301\u7684\u7F51\u7AD9\uFF08\u8C37\u6B4C\u65B0\u95FB\uFF0C\u8C37\u6B4C\u641C\u7D22\uFF08\u90E8\u5206\u5173\u952E\u8BCD\uFF09\uFF0C\u96EA\u7403\uFF0C\u4E1C\u65B9\u8D22\u5BCC\uFF0C\u5BCC\u9014\uFF0C\u8001\u864E\u793E\u533A\uFF09\u53F3\u8FB9\u680F\u81EA\u52A8\u663E\u793A\u5BF9\u5E94\u82F1\u6587\u5173\u952E\u8BCD\u7684\u201C\u8C37\u6B4C\u65B0\u95FB\u201D\u641C\u7D22\u7ED3\u679C\u3002",verifyService:"\u70B9\u6B64\u6D4B\u8BD5\u670D\u52A1",verified:"\u9A8C\u8BC1\u6210\u529F","field.langs":"\u652F\u6301\u7684\u8BED\u8A00\u4EE3\u7801","field.model":"\u6A21\u578B","field.translationEngine":"\u7FFB\u8BD1\u5F15\u64CE","field.limitPerMinute":"\u6BCF\u5206\u949F\u6700\u5927\u8BF7\u6C42\u6570","field.limitPerSecond":"\u6BCF\u79D2\u6700\u5927\u8BF7\u6C42\u6570","field.maxTextLengthPerRequest":"\u6BCF\u6B21\u8BF7\u6C42\u6700\u5927\u6587\u672C\u957F\u5EA6","field.maxTextGroupLengthPerRequest":"\u6BCF\u6B21\u8BF7\u6C42\u6700\u5927\u6BB5\u843D\u6570","field.apiUrl":"\u81EA\u5B9A\u4E49 API \u63A5\u53E3\u5730\u5740","field.placeholderDelimiters":"\u4FDD\u7559\u7684\u5360\u4F4D\u7B26","description.custom":"\u81EA\u5B9A\u4E49\u63A5\u53E3\u63A5\u5165 \u9700\u8981\u53C2\u8003\u6587\u6863","description.limitPerMinute":"\u8BF7\u6C42\u6570\u8D85\u8FC7\u8BE5\u9650\u5236\u65F6\u4F1A\u8FDB\u5165\u6392\u961F\u72B6\u6001\uFF0C\u76F4\u5230\u4E0B\u4E00\u5206\u949F\u5F00\u59CB\u3002\u7531\u4E8EOpenAI\u76EE\u524D\u670D\u52A1\u7684\u5404\u79CD\u9650\u5236\uFF0C\u8BF7\u70B9\u51FB<1>\u8FD9\u91CC\u67E5\u770B\u6700\u65B0\u5EFA\u8BAE\u7684\u6570\u503C","description.limitPerSecond":"\u8BF7\u6C42\u6570\u8D85\u8FC7\u8BE5\u9650\u5236\u65F6\u4F1A\u8FDB\u5165\u6392\u961F\u72B6\u6001\uFF0C\u76F4\u5230\u4E0B\u4E00\u79D2\u949F\u5F00\u59CB\u3002\u7531\u4E8EOpenAI\u76EE\u524D\u670D\u52A1\u7684\u5404\u79CD\u9650\u5236\uFF0C\u8BF7\u70B9\u51FB<1>\u8FD9\u91CC\u67E5\u770B\u6700\u65B0\u5EFA\u8BAE\u7684\u6570\u503C","description.generalLimitPerSecond":"\u8BF7\u6C42\u6570\u8D85\u8FC7\u8BE5\u9650\u5236\u65F6\u4F1A\u8FDB\u5165\u6392\u961F\u72B6\u6001\uFF0C\u76F4\u5230\u4E0B\u4E00\u79D2\u949F\u5F00\u59CB\u3002","description.maxTextLengthPerRequest":"\u6BCF\u6B21\u8BF7\u6C42\u6700\u5927\u5B57\u7B26\u6570\uFF0C\u592A\u5927\u4F1A\u5BFC\u81F4\u63A5\u53E3\u7684\u54CD\u5E94\u53D8\u6162\uFF0C\u56E0\u6B64\u53EF\u4EE5\u5C1D\u8BD5\u8C03\u6574\u8BE5\u9009\u9879\u6765\u4F18\u5316\u901F\u5EA6","description.systemPrompt":"\u4EE5\u7CFB\u7EDF\u8EAB\u4EFD\u53D1\u9001\u7ED9 {service} \u7684\u5BF9\u8BDD\uFF0C\u5176\u4E2D {{text}} \u8868\u793A\u6BB5\u843D\u7684\u6587\u672C\u5185\u5BB9\uFF0C{{from}} \u8868\u793A\u6BB5\u843D\u7684\u8BED\u8A00\uFF0C{{to}} \u8868\u793A\u76EE\u6807\u8BED\u8A00","field.domain":"\u9886\u57DF","description.domain":"\u9ED8\u8BA4\u4E3A\uFF1Ageneral\u3002\u4EC5\u5728\u6709\u9053API\u63A7\u5236\u53F0\u5F00\u901A\u9886\u57DF\u5316\u7FFB\u8BD1\u7684\u60C5\u51B5\u4E0B\u53EF\u8BBE\u7F6E\uFF0C\u652F\u6301\u9886\u57DF\u89C1<1>\u8FD9\u91CC","field.scene":"\u573A\u666F","description.scene":"\u9ED8\u8BA4\u4E3A\uFF1Ageneral\u3002\u4EC5\u5728\u963F\u91CC\u4E91API\u63A7\u5236\u53F0\u5F00\u901A\u673A\u5668\u7FFB\u8BD1\u4E13\u4E1A\u7248\u7684\u60C5\u51B5\u4E0B\u53EF\u8BBE\u7F6E\uFF0C\u652F\u6301\u573A\u666F\u89C1<1>\u8FD9\u91CC","field.vocabId":"\u7528\u6237\u8BCD\u5178 ID","description.vocabId":"\u6307\u5B9A\u7684\u8BCD\u5178 out_id\uFF0C\u76EE\u524D\u652F\u6301\u82F1\u8BD1\u4E2D","description.model":"OpenAI \u7684\u6A21\u578B\uFF0C\u53EF\u4EE5\u4E3A gpt-3.5-turbo, gpt-4 \u7B49","description.maxTextGroupLengthPerRequest":"\u6BCF\u6B21\u53D1\u9001\u7ED9\u7FFB\u8BD1\u670D\u52A1\u7684\u6BB5\u843D\u6570\u91CF\uFF0C\u5982\u679C\u6BB5\u843D\u6570\u91CF\u8FC7\u591A\uFF0C\u53EF\u80FD\u4F1A\u5BFC\u81F4\u63A5\u53E3\u7684\u54CD\u5E94\u53D8\u6162","description.apiUrl":"\u8BF7\u6DFB\u52A0\u5177\u4F53\u5E26\u6709\u8DEF\u5F84\u7684\u7F51\u5740\uFF0C<1>\u66F4\u591A\u8BF4\u660E",enabledExtension:"\u542F\u7528\u6269\u5C55",clickToDisableExtension:"\u70B9\u51FB\u7981\u7528\u6269\u5C55",clickToEnableExtension:"\u70B9\u51FB\u542F\u7528\u6269\u5C55",hasBeenDisabled:"\u5DF2\u7981\u7528","show password":"\u663E\u793A\u5BC6\u7801",customContent:"\u8F93\u5165\u81EA\u5B9A\u4E49\u6A21\u578B\u540D\u79F0",inputOptions:"\u8F93\u5165\u6846\u589E\u5F3A",mouseHoverOptions:"\u9F20\u6807\u60AC\u505C",modifyMouseHoverKey:"\u4FEE\u6539\u9F20\u6807\u60AC\u505C\u5FEB\u6377\u952E",enableInputTranslation:"\u662F\u5426\u542F\u7528\u8F93\u5165\u6846\u589E\u5F3A",enableInputTranslationDescription:"\u542F\u7528\u540E\uFF0C\u5728\u8F93\u5165\u6846\u76F4\u63A5\u8F93\u5165 {startingKey}{startingKey} \u4F60\u597D\uFF0C\u7136\u540E\u5FEB\u901F\u8FDE\u51FB{inputTrailingTriggerKeyRepeatTimes}\u6B21{trailingKey}\uFF0C\u5373\u53EF\u7FFB\u8BD1\u4E3A {inputTargetLanguage}",enableInputTranslationDescriptionForNoneKey:"\u542F\u7528\u540E\uFF0C\u5728\u8F93\u5165\u6846\u76F4\u63A5\u8F93\u5165\uFF1A\u4F60\u597D\u4E16\u754C\uFF0C\u7136\u540E\u5FEB\u901F\u8FDE\u51FB{inputTrailingTriggerKeyRepeatTimes}\u6B21{trailingKey}\uFF0C\u5373\u53EF\u7FFB\u8BD1\u4E3A\u9ED8\u8BA4\u76EE\u6807\u8BED\u8A00",inputTargetLanguage:"\u8BBE\u7F6E\u8F93\u5165\u6846\u7684\u9ED8\u8BA4\u76EE\u6807\u8BED\u8A00",inputTargetLanguageDescription:"\u8F93\u5165\u6846\u7FFB\u8BD1\u7684\u9ED8\u8BA4\u76EE\u6807\u8BED\u8A00\uFF0C\u4E5F\u5C31\u662F {startingKey}{startingKey} \u4F5C\u4E3A\u89E6\u53D1\u8BCD\u7684\u9ED8\u8BA4\u8BED\u8A00",inputTargetLanguageDescriptionForNoneKey:"\u8F93\u5165\u6846\u7FFB\u8BD1\u7684\u9ED8\u8BA4\u76EE\u6807\u8BED\u8A00",inputStartingTriggerKeyTitle:"\u8BBE\u7F6E\u8F93\u5165\u6846\u90E8\u5206\u7FFB\u8BD1\u7684\u5206\u5272\u5B57\u7B26",inputStartingTriggerKeyDescription:"\u5F53\u4F60\u4E0D\u9700\u8981\u7FFB\u8BD1\u6574\u4E2A\u8F93\u5165\u6846\u7684\u65F6\u5019\uFF0C\u5206\u5272\u7B26\u5141\u8BB8\u4F60\u53EA\u7FFB\u8BD1 {startingKey}{startingKey} \u5230\u8F93\u5165\u6846\u672B\u5C3E\u7684\u90E8\u5206\uFF0C\u4E5F\u53EF\u4EE5\u6307\u5B9A\u8BED\u8A00\u4EE3\u7801\uFF0C\u6BD4\u5982\uFF1A{startingKey}ja \u8868\u793A\u53EA\u7FFB\u8BD1 {startingKey}ja \u5230\u8F93\u5165\u6846\u672B\u5C3E\u7684\u90E8\u5206",inputStartingTriggerKeyDescriptionForNoneKey:"\u5F53\u524D\u8BBE\u7F6E\u4E3A\u65E0\u9700\u524D\u7F00\uFF0C\u6682\u65E0\u6CD5\u4F7F\u7528\u8F93\u5165\u6846\u7684\u90E8\u5206\u6587\u672C\u7FFB\u8BD1\u529F\u80FD",inputTrailingTriggerKeyTitle:"\u9009\u62E9\u4E00\u4E2A\u8F93\u5165\u7ED3\u675F\u7684\u89E6\u53D1\u5B57\u7B26",inputTrailingTriggerKeyDescription:"\u5FEB\u901F\u8FDE\u51FB 3 \u6B21{trailingKey} \u5C06\u4F1A\u5F00\u59CB\u7FFB\u8BD1",inputTrailingTriggerKeyTimeout:"\u8F93\u5165\u7ED3\u675F\u8FDE\u51FB\u89E6\u53D1\u7684\u95F4\u9694\u65F6\u95F4",inputTrailingTriggerKeyTimeoutDescription:"\u8BBE\u7F6E\u8F93\u5165\u7ED3\u675F\u8FDE\u51FB\u89E6\u53D1\u7684\u95F4\u9694\u65F6\u95F4\uFF08\u6BEB\u79D2\uFF09",spaceKey:"<\u7A7A\u683C\u952E>",noneKey:"\u65E0\u9700\u524D\u7F00\uFF0C\u76F4\u63A5\u7FFB\u8BD1\u6574\u4E2A\u6587\u672C\u6846",inputTranslationBlockUrlsTitle:"\u5207\u52FF\u5728\u4EE5\u4E0B\u7F51\u5740\u4E2D\u542F\u7528\u8F93\u5165\u6846\u589E\u5F3A",inputTranslationBlockUrlsDescription:"\u5728\u4EE5\u4E0B\u7F51\u5740\u4E2D\uFF0C\u8F93\u5165\u6846\u589E\u5F3A\u5C06\u4E0D\u4F1A\u751F\u6548",inputHelperInfo:"\u8BF4\u660E\uFF1A\u6211\u4EEC\u7279\u522B\u9488\u5BF9\u5728\u4E2D\u6587\u8F93\u5165\u6CD5\u4E0B\u90E8\u5206\u89E6\u53D1\u5B57\u7B26\u4F1A\u53D8\u6210\u4E2D\u6587\u6807\u70B9\u7B26\u53F7\u8FD9\u4EF6\u4E8B\u505A\u4E86\u4F18\u5316\uFF0C\u6BD4\u5982\u641C\u72D7\u8F93\u5165\u6CD5\u4E0B / \u4F1A\u53D8\u6210\u987F\u53F7 \u3001\uFF0C\u6C89\u6D78\u5F0F\u7FFB\u8BD1\u652F\u6301\u6240\u6709\u89E6\u53D1\u7B26\u5BF9\u5E94\u7684\u4E2D\u6587\u7B26\u53F7\uFF0C\u4E5F\u5C31\u662F\u8BF4 // \u3001\u3001 \u90FD\u4F1A\u88AB\u8BC6\u522B\u4E3A\u89E6\u53D1\u5B57\u7B26\u3002

\u540C\u65F6\u6211\u4EEC\u4E5F\u652F\u6301\u8BED\u8A00\u4EE3\u7801\u7684\u4E2D\u6587\u522B\u540D\u4F5C\u4E3A\u547D\u4EE4\uFF0C\u6BD4\u5982 /\u65E5\u6587 \u4F60\u597D\u4E16\u754C \u4F1A\u88AB\u7FFB\u8BD1\u4E3A\u65E5\u6587\uFF0C<1>\u70B9\u6B64\u67E5\u770B\u6240\u6709\u652F\u6301\u7684\u8BED\u8A00\u4EE3\u7801\u3002",reloadCurrentPage:"\u8BF7\u5148\u5237\u65B0\u5F53\u524D\u9875\u9762\uFF0C\u518D\u5F00\u59CB\u7FFB\u8BD1",noLocalFilePermissionForPDF:"\u6682\u65E0\u6743\u9650\u8BFB\u53D6\u672C\u5730\u6587\u4EF6\uFF0C\u8BF7\u70B9\u51FB\u4E0A\u65B9\u6309\u94AE\uFF0C\u7136\u540E\u5BFC\u5165\u672C\u5730\u6587\u4EF6",noPermissionForThisPage:"\u26A0\uFE0F \u6682\u65E0\u6743\u9650\u7FFB\u8BD1\u5F53\u524D\u9875\u9762","error.retry":"\u91CD\u8BD5","error.reason":"\u9519\u8BEF\u539F\u56E0",retryAllParagraphs:"\u91CD\u8BD5\u5168\u90E8\u9519\u8BEF\u6BB5\u843D",retryAllButton:"\u91CD\u8BD5\u5168\u90E8\u9519\u8BEF\u6BB5\u843D",errorTooltipTitle:"\u70B9\u51FB\u67E5\u770B\u9519\u8BEF\u539F\u56E0",errorModalTitle:"\u7FFB\u8BD1\u670D\u52A1\u6216\u7F51\u7EDC\u4F3C\u4E4E\u51FA\u4E86\u70B9\u95EE\u9898...",disableConfirm:"\u53CC\u8BED\u4FE1\u606F\u589E\u5F3A\u8BBE\u7F6E",disableOnce:"\u672C\u6B21\u7981\u7528",disableGlobal:"\u6C38\u4E45\u7981\u7528",disableTint:"* \u4F60\u53EF\u4EE5\u5728 {option} \u4E2D\u91CD\u65B0\u542F\u7528\u3002",searchEnhancementNotes:"\u6211\u4EEC\u53D1\u73B0\uFF0C\u4E2D\u6587\u5173\u952E\u8BCD\u548C\u82F1\u6587\u5173\u952E\u8BCD\u7684\u65B0\u95FB\u7ED3\u679C\u6709\u975E\u5E38\u5927\u7684\u4E0D\u540C\uFF0C\u5728\u542F\u7528\u6C89\u6D78\u5F0F\u7FFB\u8BD1\u53CC\u8BED\u4FE1\u606F\u589E\u5F3A\u529F\u80FD\u540E\uFF0C\u6211\u4EEC\u4F1A\u5728\u652F\u6301\u7684\u7F51\u7AD9\uFF08\u8C37\u6B4C\u65B0\u95FB\uFF0C\u8C37\u6B4C\u641C\u7D22\uFF08\u90E8\u5206\u5173\u952E\u8BCD\uFF09\uFF0C\u96EA\u7403\uFF0C\u4E1C\u65B9\u8D22\u5BCC\u7F51\uFF0C\u5BCC\u9014\uFF0C\u8001\u864E\uFF09\u81EA\u52A8\u7528\u82F1\u6587\u4E3A\u4F60\u641C\u7D22\u540C\u6837\u7684\u5173\u952E\u8BCD\u5E76\u5C55\u793A\u5728\u53F3\u4FA7\u3002\u5982\u679C\u4F60\u4E0D\u9700\u8981\u8BE5\u529F\u80FD\u7684\u8BDD\uFF0C\u53EF\u4EE5\u9009\u62E9\u7981\u7528\u5B83\u3002",option:"\u8BBE\u7F6E",saveSettings:"\u4FDD\u5B58\u8BBE\u7F6E",closeModal:"\u5173\u95ED\u7A97\u53E3",enableInputTranslationWithoutTriggerKeyTitle:"\u542F\u7528\u5FEB\u901F\u8FDE\u51FB 3 \u6B21{trailingKey}\uFF0C\u76F4\u63A5\u7FFB\u8BD1\u6574\u4E2A\u8F93\u5165\u6846\u4E3A{inputTargetLanguage}",enableInputTranslationWithoutTriggerKeyDescription:"\u5982\u9700\u6307\u5B9A\u76EE\u6807\u8BED\u8A00\uFF0C\u8BF7\u5728\u524D\u9762\u52A0\u4E0A\u8BED\u8A00\u4EE3\u7801\uFF0C\u5982\uFF1Aja \u4F60\u597D\u4E16\u754C",deepLProName:"\u6C89\u6D78\u5F0F\u7FFB\u8BD1 Pro \u4F1A\u5458 (\u63A8\u8350)",deepLProDescription:"\u5F53\u524D\u5957\u9910\u53EF\u4EE5\u76F4\u63A5\u4F7F\u7528",deeplProDescriptionForNormal:"\u65E0\u9700\u4EFB\u4F55\u8BBE\u7F6E\uFF0C\u4F1A\u5458\u767B\u5F55\u540E\u5373\u53EF\u4F7F\u7528\uFF0C<1>\u70B9\u6B64\u5347\u7EA7\u4E3A\u4F1A\u5458",deepLCustomDescription:"\u9700\u8981\u56FD\u5916\u4FE1\u7528\u5361\uFF0C\u5728 <1>DeepL \u5B98\u65B9\u5F00\u901A\uFF0C\u70B9\u51FB\u67E5\u770B<2>\u6587\u6863",deepLCustomName:"\u81EA\u5B9A\u4E49 Auth Key",chooseProviderLabel:"\u9009\u62E9\u4E00\u4E2A\u670D\u52A1\u63D0\u4F9B\u5546",openaiProName:"\u6C89\u6D78\u5F0F\u7FFB\u8BD1 Pro \u4F1A\u5458 (\u63A8\u8350)",openaiProDescription:"\u5F53\u524D\u5957\u9910\u53EF\u4EE5\u76F4\u63A5\u4F7F\u7528",openaiProDescriptionForNormal:"\u65E0\u9700\u4EFB\u4F55\u8BBE\u7F6E\uFF0C\u4F1A\u5458\u767B\u5F55\u540E\u5373\u53EF\u4F7F\u7528\uFF0C<1>\u70B9\u6B64\u5347\u7EA7\u4E3A\u4F1A\u5458",openaiCustomDescription:"\u53EF\u5728 OpenAI, Azure OpenAI, \u6216\u5176\u4ED6\u7B2C\u4E09\u65B9\u670D\u52A1\u83B7\u53D6\uFF0C<1>\u70B9\u6B64\u67E5\u770B\u6587\u6863",openaiCustomName:"\u81EA\u5B9A\u4E49 API Key",needLoginAction:"(\u5F00\u901A\u4F1A\u5458\u6216\u81EA\u5B9A\u4E49)",goLoginOrAction:"(\u5F00\u901A\u4F1A\u5458\u6216\u53BB\u8BBE\u7F6E)",yearly:"\u8FDE\u7EED\u5305\u5E74",quarterly:"\u8FDE\u7EED\u5305\u5B63",monthly:"\u8FDE\u7EED\u5305\u6708",yearlyForOnce:"\u4E00\u6B21\u6027\u5E74\u5EA6\u5957\u9910",monthlyForOnce:"\u4E00\u6B21\u6027\u6708\u5EA6\u5957\u9910",daily:"\u8FDE\u7EED\u5305\u65E5",year:"\u8FDE\u7EED\u5305\u5E74",quarter:"\u8FDE\u7EED\u5305\u5B63",month:"\u8FDE\u7EED\u5305\u6708",day:"\u8FDE\u7EED\u5305\u65E5",onetime_7day:"7 \u5929\u4F53\u9A8C\u5305",currentPlanDescriptionForFree:"\u5F53\u524D\u5957\u9910\uFF1A\u514D\u8D39",currentPlanDescriptionForContinuous:"\u5F53\u524D\u5957\u9910\uFF1A{plan}\uFF0C\u5C06\u4E8E {endAt} \u81EA\u52A8\u7EED\u8D39",currentPlanDescriptionForAutoRenewCaceling:"\u5F53\u524D\u5957\u9910\uFF1A{plan}\uFF0C\u5C06\u4E8E {endAt} \u5230\u671F\uFF0C\u5230\u671F\u540E\u5C06\u4E0D\u4F1A\u81EA\u52A8\u7EED\u671F",currentYearlyPlanDescriptionForAutoRenewCacelingWithRealPaiedUser:"\u5F53\u524D\u5957\u9910\uFF1A{plan}\uFF0C\u5C06\u4E8E {endAt} \u5230\u671F\uFF0C\u5230\u671F\u540E\u5C06\u4E0D\u4F1A\u81EA\u52A8\u7EED\u671F\u3002
<1>\u70B9\u6B64\u7BA1\u7406\u7EED\u8D39\u65B9\u6848",currentYearlyPlanDescriptionForAutoRenewCacelingWithAdmin:"\u5F53\u524D\u5957\u9910\uFF1A{plan}\uFF0C\u5C06\u4E8E {endAt} \u5230\u671F\uFF0C\u5230\u671F\u540E\u5C06\u4E0D\u4F1A\u81EA\u52A8\u7EED\u671F\u3002
<1>\u70B9\u6B64\u542F\u7528\u8FDE\u7EED\u5305\u5E74",currentPlanDescriptionForOneTime:"\u5F53\u524D\u5957\u9910\uFF1A{plan}\uFF0C\u5C06\u4E8E {endAt} \u5230\u671F\uFF0C<1>\u70B9\u6B64\u5347\u7EA7\u4E3A\u5E74\u8D39\u6216<2>\u6708\u8D39\u4F1A\u5458",upgradePlan:"\u70B9\u6B64\u5347\u7EA7\u4E3A Pro \u4F1A\u5458",upgradeToPro:"\u5347\u7EA7\u4E3A Pro \u4F1A\u5458","popup.openPro":"\u5347\u7EA7\u4E3A Pro \u4F1A\u5458\u540E\u53EF\u4EE5\u7545\u4EAB DeepL \u548C OpenAI \u7FFB\u8BD1\uFF0C\u70B9\u6B64\u5347\u7EA7","popup.openProForPro":"\u60A8\u662F Pro \u4F1A\u5458\uFF0C\u53EF\u76F4\u63A5\u4F7F\u7528 DeepL \u548C OpenAI \u7FFB\u8BD1",currentAccount:"\u5F53\u524D\u8D26\u6237",enableAutoSyncUserSettings:"\u542F\u7528\u591A\u8BBE\u5907\u81EA\u52A8\u4E91\u540C\u6B65",modalEnableInputTranslationTitle:"\u6C89\u6D78\u5F0F\u7FFB\u8BD1\u8F93\u5165\u6846\u7FFB\u8BD1\u63D0\u793A",modalEnableInputTranslationDesc:"\u60A8\u521A\u521A\u901A\u8FC7\u5FEB\u901F\u8FDE\u51FB 3 \u6B21\u7A7A\u683C\u952E\u89E6\u53D1\u4E86\u6C89\u6D78\u5F0F\u7FFB\u8BD1\u7684\u8F93\u5165\u6846\u7FFB\u8BD1\uFF0C\u8F93\u5165\u6846\u7684\u5185\u5BB9\u5C06\u88AB\u7FFB\u8BD1\u4E3A\u9ED8\u8BA4\u7684\u76EE\u6807\u8BED\u8A00\u3002\u901A\u8FC7 Ctrl+Z \u53EF\u4EE5\u64A4\u9500\u7FFB\u8BD1\u3002

\u5982\u679C\u8FD9\u662F\u4E00\u4E2A\u5931\u8BEF\uFF0C\u4E0D\u7528\u62C5\u5FC3\uFF0C\u60A8\u53EF\u4EE5\u9009\u62E9\u672C\u6B21\u7981\u7528\uFF0C\u6216\u8005\u6C38\u4E45\u7981\u7528\u8F93\u5165\u6846\u7FFB\u8BD1\u3002",saveAndNotShowAgain:"\u4FDD\u5B58\u4E14\u4E0D\u518D\u63D0\u793A",disableInputTranslationTips:"* \u4F60\u4E5F\u53EF\u4EE5\u5728 {option} \u4E2D\u8BBE\u7F6E\u5176\u4ED6\u5FEB\u6377\u952E\u6765\u89E6\u53D1\uFF0C{learnMore}\u3002",learnMore:"\u70B9\u6B64\u4E86\u89E3\u66F4\u591A",continueEnalbeInputTranslation:"\u7EE7\u7EED\u542F\u7528\u8F93\u5165\u6846\u7FFB\u8BD1",autoRenewTrialSuffix:'\uFF08\u8BD5\u7528\u4E2D\uFF0C\u7ACB\u523B\u5347\u7EA7\u4E3A\u6B63\u5F0F\u4F1A\u5458\uFF09',upgradeFromTrialTitle:"\u5347\u7EA7\u4E3A\u6B63\u5F0F\u4F1A\u5458",subtitle:"\u89C6\u9891\u5B57\u5E55",youtubeService:"\u6C89\u6D78\u5F0F\u7FFB\u8BD1\u89C6\u9891\u5B57\u5E55\u7FFB\u8BD1\u670D\u52A1","subtitle.disabledSubtitle":"\u6C38\u4E45\u7981\u7528\u89C6\u9891\u5B57\u5E55\u529F\u80FD","subtitle.disabledSubtitleDescription":"\u5982\u679C\u6C89\u6D78\u5F0F\u7FFB\u8BD1\u7684\u89C6\u9891\u5B57\u5E55\u548C\u5176\u4ED6\u6269\u5C55\u6709\u51B2\u7A81\uFF0C\u4F60\u53EF\u4EE5\u9009\u62E9\u6C38\u4E45\u7981\u7528\u6C89\u6D78\u5F0F\u7FFB\u8BD1\u7684\u89C6\u9891\u5B57\u5E55\u529F\u80FD\u6216\u8005\u5378\u8F7D\u5176\u4ED6\u51B2\u7A81\u7684\u6269\u5C55","subtitle.autoEnableSubtitleDescription":"\u542F\u7528\u540E\uFF0C\u5F53\u89C6\u9891\u64AD\u653E\u7684\u65F6\u5019\uFF0C\u4F1A\u81EA\u52A8\u663E\u793A\u53CC\u8BED\u5B57\u5E55\uFF0C\u5426\u5219\u9700\u8981\u70B9\u51FB\u7FFB\u8BD1\u6309\u94AE\u624D\u4F1A\u663E\u793A\u3002","subtitle.preTranslation":"\u4F7F\u7528\u6C89\u6D78\u5F0F\u7FFB\u8BD1\u6765\u7FFB\u8BD1\u5B57\u5E55","subtitle.preTranslationDescription":"\u542F\u7528\u540E\u4F1A\u4F18\u5148\u7528\u4E0B\u9762\u6307\u5B9A\u7684\u7FFB\u8BD1\u670D\u52A1\u63D0\u524D\u7FFB\u8BD1\u6574\u4E2A\u5B57\u5E55\uFF0C1 \u5C0F\u65F6\u7684\u89C6\u9891\u5927\u6982\u6D88\u8017 5\u4E07 Tokens \u6216 \u5B57\u7B26\uFF0C\u8BF7\u914C\u60C5\u4F7F\u7528\uFF1B\u5173\u95ED\u540E\u5219\u4F18\u5148\u4F7F\u7528\u539F\u89C6\u9891\u81EA\u5E26\u7684\u673A\u7FFB\u5B57\u5E55\uFF1B\u8BF7\u6CE8\u610F\uFF0C\u5F53\u539F\u89C6\u9891\u6CA1\u6709\u5BF9\u5E94\u7684\u8BD1\u6587\u5B57\u5E55\u65F6\uFF0C\u5219\u65E0\u8BBA\u662F\u5426\u542F\u7528\u8FD9\u4E2A\u9009\u9879\uFF0C\u90FD\u4F1A\u4F7F\u7528\u4E0B\u9762\u6307\u5B9A\u7684\u7FFB\u8BD1\u670D\u52A1\u6765\u7FFB\u8BD1\u5B57\u5E55\u3002","subtitle.humanSubtitlesPreferred":"\u4F18\u5148\u4F7F\u7528\u4EBA\u5DE5\u5B57\u5E55","subtitle.humanSubtitlesPreferredDescription":"\u5F53\u89C6\u9891\u6709\u76EE\u6807\u8BED\u8A00\u4EBA\u5DE5\u5B57\u5E55\u65F6\uFF0C\u4F18\u5148\u4F7F\u7528\u4EBA\u5DE5\u5B57\u5E55\uFF08\u63A8\u8350\uFF09","subtitle.bilingual":"\u53CC\u8BED\u5B57\u5E55","subtitle.autoDisableSubtitle":"\u4E0D\u81EA\u52A8\u542F\u7528\u53CC\u8BED\u5B57\u5E55","subtitle.hideQuickButton":"\u4E0D\u518D\u663E\u793A\u8BE5\u5FEB\u6377\u65B9\u5F0F","subtitle.showQuickButton":"\u5728\u64AD\u653E\u5668\u663E\u793A\u53CC\u8BED\u5B57\u5E55\u5FEB\u6377\u65B9\u5F0F",videoSubtitleTranslationDescription:"\u4E3A\u89C6\u9891\u5B57\u5E55\u5355\u72EC\u6307\u5B9A\u4E00\u4E2A\u7FFB\u8BD1\u670D\u52A1",subtitleTranslating:"\u6B63\u5728\u4F7F\u7528 {service} \u670D\u52A1\u7FFB\u8BD1\u5B57\u5E55\u4E2D\uFF0C\u8BF7\u7A0D\u7B49...\uFF08\u6C89\u6D78\u5F0F\u7FFB\u8BD1\uFF09",subtitleLoading:"\u6B63\u5728\u52A0\u8F7D\u5B57\u5E55...",bilingual:"\u53CC\u8BED","field.action":"\u662F\u5426\u542F\u7528\u767E\u5EA6\u672F\u8BED","description.action":"\u542F\u7528\u540E\u4F1A\u5728\u8BF7\u6C42\u4E2D\u52A0\u5165 action=1 \u7684\u53C2\u6570\uFF0C\u4EE5\u4FBF\u544A\u77E5\u767E\u5EA6\u542F\u7528\u672F\u8BED\uFF0C<1>\u66F4\u591A\u8BF4\u660E\u8BF7\u53C2\u8003\u5B98\u65B9\u6587\u6863",closeQuickTranslation:"\u5173\u95ED\u60AC\u6D6E\u7403","closeQuickTranslation.untilNext":"\u672C\u6B21\u5173\u95ED\u76F4\u5230\u4E0B\u6B21\u8BBF\u95EE","closeQuickTranslation.currentWebsite":"\u5F53\u524D\u7F51\u7AD9\u7981\u7528","closeQuickTranslation.alwaysClose":"\u6C38\u4E45\u7981\u7528","closeQuickTranslation.settingOpen":"\uFF08\u53EF\u5728<1>\u8BBE\u7F6E\u9875\u5F00\u542F\uFF09","closeQuickTranslation.cancel":"\u53D6\u6D88","closeQuickTranslation.confirm":"\u786E\u5B9A","floatBall.translate":"\u70B9\u51FB\u7FFB\u8BD1\u8BE5\u9875\u9762","floatBall.showOriginal":"\u70B9\u51FB\u5207\u6362\u56DE\u539F\u6587","floatBall.close":"\u5173\u95ED\u60AC\u6D6E\u7403","floatBallOptions.enableDescPc":"\u542F\u7528\u9875\u9762\u60AC\u6D6E\u7403\u540E\uFF0C\u4F1A\u5728\u9875\u9762\u53F3\u4FA7\u663E\u793A\u4E00\u4E2A\u5FEB\u6377\u7FFB\u8BD1\u6309\u94AE\uFF0C\u70B9\u51FB\u5373\u53EF\u7FFB\u8BD1","floatBallOptions.enableDesc":"\u5173\u95ED\u60AC\u6D6E\u7403\u540E\uFF0C\u53EF\u4EE5\u7528{touch}\u5524\u8D77\u3002\u4E3A\u9632\u6B62\u4E0D\u614E\u5173\u95ED\u8BE5\u9009\u9879\u540E\u627E\u4E0D\u5230\u60AC\u6D6E\u7403\uFF0C\u5F3A\u70C8\u5EFA\u8BAE\u6536\u85CF\u672C\u8BBE\u7F6E\u9875","description.azureApiUrl":"\u586B\u5199\u81EA\u5B9A\u4E49\u7684API\u63A5\u53E3\u5730\u5740","floatBall.guideClickToTranslate":`\u70B9\u51FB\u6C89\u6D78\u5F0F\u7FFB\u8BD1\u60AC\u6D6E\u7403 \u5373\u53EF\u5FEB\u901F\u7FFB\u8BD1`,"floatBall.iKnow":"\u6211\u77E5\u9053\u4E86",confirmSupportMouse:"\u5F3A\u5236\u542F\u7528\u9F20\u6807\u652F\u6301",confirmSupportMouseDescription:"\u68C0\u6D4B\u5230\u5F53\u524D\u6D4F\u89C8\u5668\u4E0D\u652F\u6301\u9F20\u6807\u529F\u80FD\uFF0C\u662F\u5426\u5F3A\u5236\u542F\u7528\u9F20\u6807\u652F\u6301\uFF1F",sampleTargetText:"\u957F\u591C\u5C06\u81F3\uFF0C\u6211\u4ECE\u4ECA\u5F00\u59CB\u5B88\u671B\uFF0C\u81F3\u6B7B\u65B9\u4F11\u3002\u6211\u5C06\u4E0D\u5A36\u59BB\u3001\u4E0D\u5C01\u5730\u3001\u4E0D\u751F\u5B50\u3002\u6211\u5C06\u4E0D\u6234\u5B9D\u51A0\uFF0C\u4E0D\u4E89\u8363\u5BA0\u3002\u6211\u5C06\u5C3D\u5FE0\u804C\u5B88\uFF0C\u751F\u6B7B\u4E8E\u65AF\u3002",sampleSourceText:"Night gathers, and now my watch begins. It shall not end until my death. I shall take no wife, hold no lands, father no children. I shall wear no crowns and win no glory. I shall live and die at my post.","subtitle.supportedSites":"\u5DF2\u652F\u6301\u5728\u8FD9\u4E9B\u7F51\u7AD9\u4F7F\u7528\u53CC\u8BED\u5B57\u5E55\uFF08\u6CE8\u610F\uFF1A\u7531\u4E8E\u6280\u672F\u9650\u5236\uFF0C\u90E8\u5206\u7F51\u7AD9\u5728\u9996\u6B21\u5F00\u542F\u5B57\u5E55\u540E\u9700\u8981\u91CD\u65B0\u5237\u65B0\u9875\u9762\uFF0C\u6216\u8005\u9700\u7B49\u5F85\u7FFB\u8BD1\u5B8C\u6210\u4EE5\u663E\u793A\u53CC\u8BED\u5B57\u5E55\uFF09\uFF1A",viewWithImmersiveTranslate:"\u53CC\u8BED\u7248\u672C(\u6C89\u6D78\u5F0F\u7FFB\u8BD1)",errorReason:"\u9519\u8BEF\u539F\u56E0\uFF1A{message}","proQuotaExceededError.onetime7day":'\uFF0C\u60A8\u53EF\u4EE5\u9009\u62E9\u4EE5\u4E0B\u65B9\u5F0F\u89E3\u51B3\uFF1A

1. \u5207\u6362\u5230 {anotherService} \u6216\u5176\u4ED6\u7FFB\u8BD1\u670D\u52A1
2. \u5347\u7EA7\u4E3A\u6708\u5EA6/\u5E74\u5EA6\u4F1A\u5458',"proQuotaExceededError.trial":'\uFF0C\u60A8\u53EF\u4EE5\u9009\u62E9\u4EE5\u4E0B\u65B9\u5F0F\u89E3\u51B3\uFF1A

1. \u5207\u6362\u5230 {anotherService} \u6216\u5176\u4ED6\u7FFB\u8BD1\u670D\u52A1
2. \u7ACB\u523B\u5347\u7EA7\u4E3A\u6B63\u5F0F\u4F1A\u5458',"proQuotaExceededError.nonTrial":'\uFF0C\u60A8\u53EF\u4EE5\u9009\u62E9\u4EE5\u4E0B\u65B9\u5F0F\u89E3\u51B3\uFF1A

1. \u5207\u6362\u5230 {anotherService} \u6216\u5176\u4ED6\u7FFB\u8BD1\u670D\u52A1
2. \u8D2D\u4E70 {translationService} \u989D\u5916\u6D41\u91CF\u5305',"proQuotaExceededError.resetTime":"
3. \u989D\u5EA6\u91CD\u7F6E\u65F6\u95F4\uFF1A{resetTime}",paragraphMinTextCountField:"\u7FFB\u8BD1\u6BB5\u843D\u6240\u9700\u7684\u6700\u5C11\u5B57\u7B26\u6570",paragraphMinTextCountDesc:"\u6CE8\u610F\uFF0C\u8FD9\u91CC\u6307\u7684\u5B57\u7B26\u957F\u5EA6\uFF0C\u6BD4\u5982: hello \u662F 5 \u4E2A\u5B57\u7B26, \u8BBE\u7F6E\u4E3A\u66F4\u5927\u7684\u503C\u53EF\u4EE5\u51CF\u5C11\u4E0D\u5FC5\u8981\u7684\u5C0F\u6BB5\u843D\u7FFB\u8BD1",networkError:"\u7FFB\u8BD1\u670D\u52A1\u6216\u7F51\u7EDC\u51FA\u73B0\u95EE\u9898",notLogin:"\u672A\u767B\u5F55","browser.toggleMouseHoverTranslateDirectly":"\u5728\u9875\u9762\u4E0A\u4E34\u65F6\u542F\u7528\u6216\u5173\u95ED\u9F20\u6807\u60AC\u505C\u76F4\u63A5\u7FFB\u8BD1","browser.translateWithOpenAI":"\u4E34\u65F6\u4F7F\u7528 OpenAI \u7FFB\u8BD1\u5F53\u524D\u9875\u9762","browser.translateWithDeepL":"\u4E34\u65F6\u4F7F\u7528 DeepL \u7FFB\u8BD1\u5F53\u524D\u9875\u9762","browser.translateWithGoogle":"\u4E34\u65F6\u4F7F\u7528 Google \u7FFB\u8BD1\u5F53\u524D\u9875\u9762","browser.translateWithBing":"\u4E34\u65F6\u4F7F\u7528\u5FAE\u8F6F\u7FFB\u8BD1\u5F53\u524D\u9875\u9762","browser.translateWithGemini":"\u4E34\u65F6\u4F7F\u7528 Gemini \u7FFB\u8BD1\u5F53\u524D\u9875\u9762","browser.translateWithTransmart":"\u4E34\u65F6\u4F7F\u7528\u817E\u8BAF\u7FFB\u8BD1\u5F53\u524D\u9875\u9762","browser.translateInputBox":"\u7FFB\u8BD1\u5F53\u524D\u8F93\u5165\u6846\u5185\u5BB9",shortcutSettings:"\u5FEB\u6377\u952E",shortcutSettingsTitle:"\u5FEB\u6377\u952E\u8BBE\u7F6E",confirmResetToDefaultSettings:"\u786E\u8BA4\u8981\u6062\u590D\u8BE5\u7FFB\u8BD1\u670D\u52A1\u4E3A\u9ED8\u8BA4\u8BBE\u7F6E\u5417\uFF1F\uFF08\u4EC5\u91CD\u7F6E\u5F53\u524D\u7FFB\u8BD1\u670D\u52A1\u7684\u8BBE\u7F6E\uFF09","intro.hoverTitle":"\u9F20\u6807\u60AC\u505C\u7FFB\u8BD1\u5F53\u524D\u6BB5\u843D","intro.hoverDescription":"\u9F20\u6807\u60AC\u505C\u7FFB\u8BD1\u662F\u6C89\u6D78\u5F0F\u7FFB\u8BD1\u91CC\u975E\u5E38\u91CD\u8981\u7684\u529F\u80FD\uFF0C\u53EA\u9700\u5C06\u9F20\u6807\u653E\u5728\u6BB5\u843D\u4E0A\uFF0C\u540C\u65F6\u6309\u4E0B\u8BBE\u5B9A\u7684\u5FEB\u6377\u952E\uFF0C\u5373\u53EF\u81EA\u52A8\u7FFB\u8BD1\u5F53\u524D\u6BB5\u843D\uFF08\u6CE8\u610F\uFF1A\u9ED8\u8BA4\u6CA1\u6709\u542F\u7528\u54E6\uFF0C\u8BF7\u5728\u4E0B\u65B9\u8BBE\u7F6E\uFF09\uFF0C\u8BE5\u4EA4\u4E92\u7528\u4E8E\u66F4\u597D\u7684\u66FF\u4EE3\u5212\u8BCD\u7FFB\u8BD1\uFF0C\u53E6\u5916\uFF0C\u6B64\u529F\u80FD\u8FD8\u5E7F\u6CDB\u5E94\u7528\u4E8E\u90A3\u4E9B\u65E0\u6CD5\u88AB\u8BC6\u522B\u7684\u7FFB\u8BD1\u533A\u57DF\uFF0C\u4F60\u53EF\u4EE5\u5229\u7528\u8BE5\u529F\u80FD\uFF0C\u5F3A\u5236\u7FFB\u8BD1\u4EFB\u4F55\u6BB5\u843D\u3002","intro.floatBallTitle":"\u5FEB\u6377\u7FFB\u8BD1\u60AC\u6D6E\u7403","intro.floatBallDescription":"\u542F\u7528\u540E\uFF0C\u4F1A\u5728\u9875\u9762\u53F3\u4FA7\u663E\u793A\u4E00\u4E2A\u5FEB\u6377\u7FFB\u8BD1\u6309\u94AE\uFF0C\u70B9\u51FB\u5373\u53EF\u7FFB\u8BD1\uFF0C\u518D\u6B21\u70B9\u51FB\u5373\u53EF\u5207\u6362\u56DE\u539F\u6587\u3002\u5728\u79FB\u52A8\u7AEF\uFF0C\u957F\u6309\u60AC\u6D6E\u7403\uFF0C\u53EF\u4EE5\u6253\u5F00\u5FEB\u6377\u8BBE\u7F6E\u9762\u677F\u3002","intro.subtitleTitle":"\u5728\u7EBF\u89C6\u9891\u53CC\u8BED\u5B57\u5E55\u663E\u793A","intro.subtitleDescription":"\u5F00\u542F\u6B64\u529F\u80FD\u540E\uFF0C\u89C6\u9891\u64AD\u653E\u65F6\u5C06\u81EA\u52A8\u5C55\u793A\u53CC\u8BED\u5B57\u5E55\u3002\u5982\u679C\u672A\u542F\u7528\uFF0C\u60A8\u9700\u5728\u9875\u9762\u4E0A\u624B\u52A8\u70B9\u51FB\u7FFB\u8BD1\u6309\u94AE\u4EE5\u663E\u793A\u5B57\u5E55\u3002\u8BF7\u6CE8\u610F\uFF0C\u7531\u4E8E\u6280\u672F\u9650\u5236\uFF0C\u67D0\u4E9B\u7F51\u7AD9\u5728\u9996\u6B21\u6FC0\u6D3B\u5B57\u5E55\u65F6\u53EF\u80FD\u9700\u8981\u5237\u65B0\u9875\u9762\u6216\u7B49\u5F85\u7FFB\u8BD1\u5B8C\u6210\u540E\uFF0C\u624D\u80FD\u663E\u793A\u53CC\u8BED\u5B57\u5E55\u3002\uFF08\u6B64\u5916\uFF0C\u4F60\u8FD8\u53EF\u4EE5\u5728\u6253\u5F00\u89C6\u9891\u7F51\u7AD9\u540E\uFF0C\u53F3\u4E0A\u89D2\u6253\u5F00\u6C89\u6D78\u5F0F\u7FFB\u8BD1\u7684\u5FEB\u6377\u9762\u677F\u542F\u7528/\u5173\u95ED\uFF09

\u5F53\u524D\u5DF2\u652F\u6301\u5728\u8FD9\u4E9B\u7F51\u7AD9\u4F7F\u7528\u53CC\u8BED\u5B57\u5E55\uFF1A","desc.toggleMouseHoverTranslateDirectly":"\u6309\u4E0B\u8FD9\u4E2A\u5FEB\u6377\u952E\u540E\uFF0C\u5728\u9875\u9762\u4E0A\uFF0C\u53EA\u8981\u9F20\u6807\u6307\u5411\u4EFB\u4F55\u4E00\u6BB5\u6587\u5B57\uFF0C\u5C31\u4F1A\u81EA\u52A8\u7FFB\u8BD1\u8FD9\u6BB5\u6587\u5B57\u3002\u518D\u6309\u4E00\u6B21\u5FEB\u6377\u952E\uFF0C\u5C31\u53EF\u4EE5\u5173\u95ED\u8FD9\u4E2A\u81EA\u52A8\u7FFB\u8BD1\u529F\u80FD\u3002","shortcutGroup.main":"\u5E38\u7528\u529F\u80FD\u5FEB\u6377\u952E","shortcutGroup.others":"\u66F4\u591A\u81EA\u5B9A\u4E49\u529F\u80FD\u5FEB\u6377\u952E","shortcutGroup.shortcutsForTranslationServices":"\u7FFB\u8BD1\u670D\u52A1\u76F8\u5173\u5FEB\u6377\u952E",browserShortcutsSucks:"\u7531\u4E8E\u6D4F\u89C8\u5668\u5BF9\u8F93\u5165\u6846\u7684\u5FEB\u6377\u952E\u8BC6\u522B\u4E0D\u51C6\u786E\uFF0C\u6240\u4EE5\u8BF7\u624B\u52A8\u8F93\u5165\u5FEB\u6377\u952E\u7684\u540D\u5B57\uFF0C\u8F93\u5165\u540E\uFF0C\u70B9\u51FB\u7A7A\u767D\u5904\u5373\u53EF\u81EA\u52A8\u4FDD\u5B58\u3002\uFF08macOS \u91CC\u9762 Alt \u548C Option \u662F\u540C\u6837\u7684\u952E\uFF0C\u5EFA\u8BAE\u7EDF\u4E00\u8F93\u5165 Alt\uFF09\u3002\u6BD4\u5982\uFF1A","shortcutGroup.touch":"\u89E6\u5C4F\u4E13\u7528\u624B\u52BF","shortcutGroup.mouse":"\u9F20\u6807\u60AC\u505C\u5FEB\u6377\u952E\u914D\u7F6E","neverTranslateText.title":"\u4EE5\u4E0B\u5355\u8BCD\u4FDD\u6301\u539F\u6587\uFF0C\u4E0D\u8981\u7FFB\u8BD1","neverTranslateText.description":"\u7531\u4E8E\u67D0\u4E9B\u7FFB\u8BD1\u5F15\u64CE\u5BF9\u4E13\u6709\u540D\u8BCD\u8BC6\u522B\u4E0D\u7406\u60F3\uFF0C\u4F60\u53EF\u4EE5\u5728\u6B64\u5904\u6DFB\u52A0\u5355\u8BCD\uFF0C\u786E\u4FDD\u5B83\u4EEC\u5728\u7FFB\u8BD1\u8FC7\u7A0B\u4E2D\u4E0D\u88AB\u8F6C\u6362\u3002\u8BF7\u6CE8\u610F\uFF0C\u6B64\u529F\u80FD\u533A\u5206\u5927\u5C0F\u5199\uFF0C\u5E76\u4EC5\u652F\u6301\u4EE5\u7A7A\u683C\u5206\u9694\u7684\u5355\u8BCD\u8BED\u8A00\uFF08\u5982\u82F1\u8BED\u3001\u6CD5\u8BED\uFF09\uFF0C\u4E0D\u9002\u7528\u4E8E\u65E5\u8BED\u3001\u97E9\u8BED\u7B49\u8BED\u8A00","tagsInput.add":"+ \u6DFB\u52A0","desc.mouseHoverHoldKey":"\u5F53\u9F20\u6807\u60AC\u505C\u5728\u67D0\u4E2A\u6BB5\u843D\u4E0A\u65F6\uFF0C\u540C\u65F6\u6309\u4E0B\u53F3\u4FA7\u7684\u5FEB\u6377\u952E\uFF0C\u5373\u53EF\u76F4\u63A5\u7FFB\u8BD1\u8BE5\u6BB5\u843D",mouseHoverCustomKeyTitle:"\u81EA\u5B9A\u4E49\u9F20\u6807\u60AC\u505C\u5FEB\u6377\u952E",mouseHoverCustomKeyDescription:"\u4F60\u53EF\u4EE5\u81EA\u5B9A\u4E49\u4E00\u4E2A\u9F20\u6807\u60AC\u505C\u7684\u7EC4\u5408\u5FEB\u6377\u952E\uFF0C\u6BD4\u5982\uFF1A Alt+Z, Ctrl+E, Cmd+Alt+E \u6216\u8005\u76F4\u63A5 Cmd\uFF0C \u8BF7\u624B\u52A8\u8F93\u5165",mouseHoverShortcutPlaceholder:"\u8BF7\u624B\u52A8\u8F93\u5165",browserShortcutsNoteForFirefox:"Firefox \u6D4F\u89C8\u5668\u4FEE\u6539\u5FEB\u6377\u952E\u9700\u8981\u6253\u5F00\u6269\u5C55\u7BA1\u7406\u9875\u9762 `about:addons`\uFF0C\u7136\u540E\u70B9\u51FB\u300C\u8BBE\u7F6E\u300D-> \u300C\u7BA1\u7406\u5FEB\u6377\u952E\u300D",browserShortcutsNoteForChrome:"\u8BF7\u6CE8\u610F\uFF1A\u8981\u5728\u57FA\u4E8EChrome\u5185\u6838\u7684\u6D4F\u89C8\u5668\u4E2D\u4FEE\u6539\u5FEB\u6377\u952E\uFF0C\u8BF7\u8BBF\u95EE[\u6269\u5C55\u7BA1\u7406\u9875\u9762] -> [\u7BA1\u7406\u5FEB\u6377\u952E] ","desc.toggleTranslateTheMainPage":"\u4EC5\u7FFB\u8BD1\u9875\u9762\u4E3B\u8981\u533A\u57DF\uFF0C\u5F53\u4F60\u5728\u8FDB\u9636\u8BBE\u7F6E\u91CC\u542F\u7528\u4E86\u7FFB\u8BD1\u9875\u9762\u5168\u90E8\u533A\u57DF\u540E\uFF0C\u4F60\u53EF\u4EE5\u4F7F\u7528\u8FD9\u4E2A\u5FEB\u6377\u952E\u6765\u4E13\u95E8\u7FFB\u8BD1\u9875\u9762\u7684\u4E3B\u8981\u533A\u57DF","desc.toggleTranslateTheWholePage":"\u7FFB\u8BD1\u9875\u9762\u5168\u90E8\u533A\u57DF\uFF0C\u9ED8\u8BA4\u60C5\u51B5\u4E0B\uFF0C\u6211\u4EEC\u4F1A\u7FFB\u8BD1\u9875\u9762\u7684\u4E3B\u8981\u533A\u57DF\uFF0C\u4F60\u53EF\u4EE5\u4F7F\u7528\u8FD9\u4E2A\u5FEB\u6377\u952E\u6765\u4E13\u95E8\u7FFB\u8BD1\u9875\u9762\u7684\u5168\u90E8\u533A\u57DF","browser.toggleTranslationMask":"\u5207\u6362\u5F53\u524D\u9875\u9762\u8BD1\u6587\u4E3A\u6A21\u7CCA\u6548\u679C\uFF08\u5B66\u4E60\u6A21\u5F0F\uFF09","desc.interfaceLanguage":"\u754C\u9762\u8BED\u8A00\u8BBE\u7F6E\u5F71\u54CD\u63A7\u5236\u9762\u677F\u7684\u663E\u793A\u8BED\u8A00\uFF0C\u548C\u7FFB\u8BD1\u7684\u76EE\u6807\u8BED\u8A00\u65E0\u5173",mouseHoverHoldKey:"\u60AC\u505C\u7FFB\u8BD1\u89E6\u53D1\u952E",clickToSeeQuickDemo:"30 \u79D2\u5FEB\u901F\u6559\u5B66\u89C6\u9891",shortcutDisableTooltip:"\u8BF7\u5728\u6D4F\u89C8\u5668\u63D0\u4F9B\u7684\u6269\u5C55\u5FEB\u6377\u952E\u7BA1\u7406\u9875\u9762\u8FDB\u884C\u8BBE\u7F6E\uFF0C\u66F4\u591A\u6307\u5F15\u8BF7\u67E5\u770B\u672C\u9875\u9762\u6700\u4E0A\u65B9\u7684\u8BF4\u660E",floatBallOptions:"\u60AC\u6D6E\u7403","subtitle.autoEnableSubtitle":"\u81EA\u52A8\u5F00\u542F\u53CC\u8BED\u5B57\u5E55","floatBall.longPress":"\u957F\u6309\u53EF\u5FEB\u901F\u6253\u5F00\u8BBE\u7F6E\u9762\u677F\u54E6",notLoginPro:"\u60A8\u8FD8\u672A\u767B\u5F55\u60A8\u7684\u4F1A\u5458\u8D26\u6237",upgradeToProErrorTitle:"\u8BF7\u5347\u7EA7\u4E3A Pro \u4F1A\u5458\u518D\u4F7F\u7528\u8BE5\u7FFB\u8BD1\u670D\u52A1",loggedIn:"\u5DF2\u767B\u5F55",translationOnlyMode:"\u4EC5\u8BD1\u6587\u6A21\u5F0F",translationOnlyModeDescription:"\u4EC5\u8BD1\u6587\u6A21\u5F0F\u6307\u7684\u662F\u53EA\u663E\u793A\u8BD1\u6587\uFF0C\u800C\u4E0D\u662F\u9ED8\u8BA4\u7684\u53CC\u8BED\u6A21\u5F0F\u3002\u6CE8\u610F\uFF1A\u7531\u4E8E\u6280\u672F\u7684\u9650\u5236\u95EE\u9898\uFF0C\u5728\u4EC5\u8BD1\u6587\u6A21\u5F0F\u4E0B\uFF0C\u539F\u6587\u7684\u8D85\u94FE\u63A5\u5C06\u4F1A\u5931\u6548","description.baiduField":"\u652F\u6301\u7684\u9886\u57DF\u89C1<1>\u8FD9\u91CC\uFF0C\u4E3A\u7A7A\u5219\u8868\u793A\u4E0D\u6307\u5B9A\u9886\u57DF",temprarilyChangeTranslationTo_openai:"\u6B63\u5728\u4F7F\u7528 OpenAI \u7FFB\u8BD1\u5F53\u524D\u9875\u9762",temprarilyChangeTranslationTo_google:"\u6B63\u5728\u4F7F\u7528 Google \u7FFB\u8BD1\u5F53\u524D\u9875\u9762",temprarilyChangeTranslationTo_bing:"\u6B63\u5728\u4F7F\u7528\u5FAE\u8F6F\u7FFB\u8BD1\u5F53\u524D\u9875\u9762",temprarilyChangeTranslationTo_gemini:"\u6B63\u5728\u4F7F\u7528 Gemini \u7FFB\u8BD1\u5F53\u524D\u9875\u9762",temprarilyChangeTranslationTo_transmart:"\u6B63\u5728\u4F7F\u7528\u817E\u8BAF\u7FFB\u8BD1\u5F53\u524D\u9875\u9762",temprarilyChangeTranslationTo_deepl:"\u6B63\u5728\u4F7F\u7528 DeepL \u7FFB\u8BD1\u5F53\u524D\u9875\u9762","widget.translateFile":"PDF/ePub","widget.videoSubtitle":"\u89C6\u9891\u5B57\u5E55","widget.instruction":"\u4F7F\u7528\u8BF4\u660E",buildSnapshots:"\u751F\u6210\u7F51\u9875\u5FEB\u7167","widget.videoSubtitleTooltip":"\u652F\u6301 Youtube \u7B49 {count}+ \u89C6\u9891\u7F51\u7AD9","widget.instructionTooltip":"\u67E5\u770B\u4F7F\u7528\u8BF4\u660E",alwaysTranslateSomeLanguage:"\u603B\u662F\u7FFB\u8BD1{language}\u9875\u9762",alwaysTranslateThisSite:"\u603B\u662F\u7FFB\u8BD1\u8BE5\u7F51\u7AD9",neverTranslateThisSite:"\u6C38\u4E0D\u7FFB\u8BD1\u8BE5\u7F51\u7AD9",touchShortcutsToggleTranslatePage:"\u8BBE\u7F6E\u89E6\u5C4F\u624B\u52BF\u6765\u7FFB\u8BD1\u7F51\u9875/\u663E\u793A\u539F\u6587","desc.touchShortcutsToggleTranslatePage":"\u8BBE\u7F6E\u540E\uFF0C\u5728\u79FB\u52A8\u8BBE\u5907\u65F6\uFF0C\u53EF\u4EE5\u540C\u65F6\u7528 X \u4E2A\u624B\u6307\u89E6\u6478\u5C4F\u5E55\u3001\u5DE6\u53F3\u6ED1\u52A8\u6216\u8FDE\u7EED\u70B9\u51FB\uFF0C\u89E6\u53D1\u7FFB\u8BD1\u7F51\u9875/\u663E\u793A\u539F\u6587",touchShortcutsToggleTranslationMask:"\u8BBE\u7F6E\u89E6\u5C4F\u624B\u52BF\u663E\u793A\u7FFB\u8BD1\u906E\u7F69/\u663E\u793A\u539F\u6587","desc.touchShortcutsToggleTranslationMask":"\u7FFB\u8BD1\u906E\u7F69\u662F\u6307\u8BD1\u6587\u6837\u5F0F\u91CC\u7684\u6A21\u7CCA\u6548\u679C\uFF08\u5B66\u4E60\u6A21\u5F0F\uFF09\uFF0C\u5F00\u542F\u540E\u4E34\u65F6\u5BF9\u8BD1\u6587\u4F7F\u7528\u6A21\u7CCA\u6548\u679C\uFF0C\u65B9\u4FBF\u5B66\u4E60",touchShortcutsToggleTranslateTouchElement:"\u8BBE\u7F6E\u89E6\u5C4F\u624B\u52BF\u7FFB\u8BD1\u6307\u5B9A\u6BB5\u843D","desc.touchShortcutsToggleTranslateTouchElement":"\u81EA\u5B9A\u4E49\u4E00\u4E2A\u624B\u52BF\uFF0C\u5373\u53EF\u7FFB\u8BD1\u60A8\u6240\u5728\u7684\u4EFB\u4F55\u6BB5\u843D",touchShortcutsOff:"\u5173\u95ED","fingers.2":"\u53CC\u6307\u89E6\u6478","fingers.3":"\u4E09\u6307\u89E6\u6478","fingers.4":"\u56DB\u6307\u89E6\u6478","fingers.5":"\u4E94\u6307\u89E6\u6478","multipleClick.2":"\u53CC\u51FB","multipleClick.3":"\u4E09\u8FDE\u51FB","multipleClick.4":"\u56DB\u8FDE\u51FB","slide.left":"\u5411\u53F3\u6ED1\u52A8","slide.right":"\u5411\u5DE6\u6ED1\u52A8",contact:"\u8054\u7CFB\u6211\u4EEC","contact.description":"\u5982\u679C\u60A8\u6709\u4EFB\u4F55\u95EE\u9898\u6216\u5EFA\u8BAE\uFF0C\u6B22\u8FCE\u586B\u5199\u4E0B\u65B9\u8868\u5355\u8054\u7CFB\u6211\u4EEC\uFF0C\u6216\u8005\u53D1\u9001\u90AE\u4EF6\u81F3 {email}\uFF0C\u6211\u4EEC\u4F1A\u5C3D\u5FEB\u56DE\u590D\u60A8\u3002","font.none":"\u65E0","font.Microsoft YaHei":"\u5FAE\u8F6F\u96C5\u9ED1","font.SimSun":"\u5B8B\u4F53","font.NSimSun":"\u65B0\u5B8B\u4F53","font.Microsoft JhengHei":"\u5FAE\u8F6F\u6B63\u9ED1\u4F53","font.KaiTi":"\u6977\u4F53","font.FangSong":"\u4EFF\u5B8B","font.PingFang SC":"\u82F9\u65B9","font.STHeiti":"\u534E\u6587\u9ED1\u4F53","font.STKaiti":"\u534E\u6587\u6977\u4F53","font.STSong":"\u534E\u6587\u5B8B\u4F53","font.STFangsong":"\u534E\u6587\u4EFF\u5B8B","font.STZhongsong":"\u534E\u6587\u4E2D\u5B8B","font.STHupo":"\u534E\u6587\u7425\u73C0","font.STXinwei":"\u534E\u6587\u65B0\u9B4F","font.STLiti":"\u534E\u6587\u96B6\u4E66","font.STXingkai":"\u534E\u6587\u884C\u6977","font.Hiragino Sans GB":"\u51AC\u9752\u9ED1\u4F53","font.Lantinghei SC":"\u5170\u4EAD\u9ED1","font.Hanzipen SC":"\u6C49\u4EEA\u7FE9\u7FE9\u4F53","font.Hannotate SC":"\u6C49\u4EEA\u6CE8\u9ED1","font.Songti SC":"\u5B8B\u4F53","font.Wawati SC":"\u5A03\u5A03\u4F53","font.Weibei SC":"\u9B4F\u7891","font.Xingkai SC":"\u884C\u6977","font.Yapi SC":"\u96C5\u75DE","font.Yuanti SC":"\u5706\u4F53","browser.toggleVideoSubtitlePreTranslation":"\u5207\u6362\u53CC\u8BED\u5B57\u5E55\u4F18\u5148\u4F7F\u7528\u6C89\u6D78\u5F0F\u7FFB\u8BD1\u8BBE\u7F6E","desc.toggleVideoSubtitlePreTranslation":"\u6309\u4E0B\u540E\uFF0C\u89C6\u9891\u53CC\u8BED\u5B57\u5E55\u4F1A\u4F18\u5148\u4F7F\u7528\u6C89\u6D78\u5F0F\u7FFB\u8BD1\u7684\u8BBE\u7F6E\uFF0C\u518D\u6B21\u6309\u4E0B\u4F1A\u4F18\u5148\u4F7F\u7528\u539F\u89C6\u9891\u81EA\u5E26\u7684\u673A\u7FFB\u5B57\u5E55\uFF0C\u6CE8\u610F\uFF1A\u8BE5\u5FEB\u6377\u65B9\u5F0F\u4FEE\u6539\u7684\u662F\u5168\u5C40\u8BBE\u7F6E",videoSubtitlePreTranslationOn:"\u89C6\u9891\u5B57\u5E55\u5C06\u4F18\u5148\u4F7F\u7528\u6C89\u6D78\u5F0F\u7FFB\u8BD1",videoSubtitlePreTranslationOff:"\u89C6\u9891\u5B57\u5E55\u5C06\u4F18\u5148\u4F7F\u7528\u539F\u89C6\u9891\u81EA\u5E26\u7684\u673A\u7FFB\u5B57\u5E55",translationFont:"\u8BBE\u7F6E\u5B57\u4F53","translationFont.custom":"\u8F93\u5165\u81EA\u5B9A\u4E49\u5B57\u4F53","translationFont.customPlaceholder":"\u5B57\u4F53","translationFont.notSupportErrorMessage":"\u8BF7\u68C0\u67E5\u60A8\u8F93\u5165\u7684\u5B57\u4F53\u540D\u79F0\u662F\u5426\u6B63\u786E\uFF0C\u6216\u786E\u8BA4\u8BE5\u5B57\u4F53\u5DF2\u5728\u60A8\u7684\u8BBE\u5907\u4E0A\u5B89\u88C5\u3002","touch.mouse-translate":"\u7FFB\u8BD1\u6307\u5B9A\u6BB5\u843D","translationServices.inherit":"\u8DDF\u968F\u4E3B\u7FFB\u8BD1\u670D\u52A1","error.serveConfigError":"\u670D\u52A1\u914D\u7F6E\u9519\u8BEF","error.reloadPageOfSetting":"\u914D\u7F6E\u540E\uFF0C\u8BF7\u5237\u65B0\u9875\u9762\u518D\u6B21\u7FFB\u8BD1\u3002","error.googleLimitIp":"\u670D\u52A1\u8FD4\u56DE\u9519\u8BEF\uFF0C\u8C37\u6B4C\u670D\u52A1\u5DF2\u5BF9\u8BE5IP\u5730\u5740\u8FDB\u884C\u9650\u6D41\uFF0C\u5EFA\u8BAE\u60A8\u66F4\u6362\u7F51\u7EDC\u8282\u70B9\u3002","error.openAIFreeLimit":"\u670D\u52A1\u8FD4\u56DE\u9519\u8BEF\uFF0C\u5F53\u524D\u7684\u7FFB\u8BD1\u8BF7\u6C42\u9891\u7387\u5DF2\u8FBE\u5230\u6BCF\u5206\u949F\u6700\u591A 3 \u6B21\u7684\u4E0A\u9650\uFF0C\u8BF7\u7A0D\u540E\u518D\u8BD5\u3002\uFF08\u8FD9\u662F OpenAI \u5B98\u65B9\u5BF9\u514D\u8D39 API Key \u7684\u9650\u5236\uFF0C\u82E5\u8981\u89E3\u9664\u6B64\u9650\u5236\uFF0C\u8BF7\u5728 OpenAI \u540E\u53F0\u7ED1\u5B9A\u4FE1\u7528\u5361\u3002\uFF09","error.openAIExceededQuota":"\u670D\u52A1\u8FD4\u56DE\u9519\u8BEF\uFF1A\u4F60\u5F53\u524D\u7684 OpenAI \u8D26\u6237\u4F59\u989D\u4E0D\u8DB3\uFF0C\u8BF7\u5728 OpenAI \u5B98\u65B9\u540E\u53F0\u8FDB\u884C\u5145\u503C\u6216\u8005\u7ED1\u5B9A\u4FE1\u7528\u5361\u3002","error.429":"\u670D\u52A1\u8FD4\u56DE\u9519\u8BEF\uFF0C\u8BF4\u660E\u8BF7\u6C42\u8FC7\u4E8E\u9891\u7E41\u6216\u8D85\u51FA\u989D\u5EA6\u9650\u5236\uFF0C\u8BF7\u7A0D\u540E\u518D\u8BD5\u3002","error.403":"\u670D\u52A1\u8FD4\u56DE\u9519\u8BEF\uFF0C \u6682\u65F6\u6CA1\u6709\u6743\u9650\u8BBF\u95EE\u8BE5\u670D\u52A1\u3002 ","error.400":"\u670D\u52A1\u8FD4\u56DE\u9519\u8BEF\uFF0C \u8BF7\u6C42\u53C2\u6570\u9519\u8BEF\uFF0C\u8BF7\u68C0\u67E5\u76F8\u5E94\u914D\u7F6E\u3002","error.502":"\u670D\u52A1\u8FD4\u56DE\u9519\u8BEF\uFF0C \u670D\u52A1\u8D85\u65F6\uFF0C\u8BF7\u7A0D\u540E\u518D\u8BD5\u3002 ","error.proTokenInvalid":"\u82E5\u60A8\u662FPro\u7528\u6237\uFF0C\u8BF7\u767B\u9646\u540E\u518D\u4F7F\u7528Pro\u7FFB\u8BD1\u670D\u52A1 ","error.proUpgrade":"\u5347\u7EA7\u540E\uFF0C\u8BF7\u5237\u65B0\u9875\u9762\u518D\u6B21\u7FFB\u8BD1\u3002","error.configError":"\u914D\u7F6E\u6570\u636E\u5F02\u5E38","error.goReset":"\u53BB\u91CD\u7F6E",batchEdit:"\u6279\u91CF\u64CD\u4F5C","translationModeLang.translation.title":"\u4EC5\u8BD1\u6587\u6A21\u5F0F\u7684\u8BED\u8A00","translationModeLang.translation.description":"\u5F53\u9875\u9762\u8BED\u8A00\u4E3A\u4E0B\u5217\u8BED\u8A00\u65F6\uFF0C\u4F1A\u81EA\u52A8\u4F7F\u7528\u4EC5\u8BD1\u6587\u6A21\u5F0F","translationModeUrl.translation.title":"\u4EC5\u8BD1\u6587\u6A21\u5F0F\u7684\u7F51\u5740","translationModeUrl.translation.description":"\u5F53\u7F51\u7AD9\u4E3A\u4E0B\u5217\u57DF\u540D\u65F6\uFF0C\u4F1A\u81EA\u52A8\u4F7F\u7528\u4EC5\u8BD1\u6587\u6A21\u5F0F","browser.toggleOnlyTransation":"\u5207\u6362\u53CC\u8BED/\u4EC5\u8BD1\u6587\u6A21\u5F0F","desc.toggleOnlyTransation":"\u4EC5\u8BD1\u6587\u6A21\u5F0F\u6307\u7684\u662F\u53EA\u663E\u793A\u8BD1\u6587\uFF0C\u5982\u679C\u7F51\u9875\u8FD8\u6CA1\u6709\u7FFB\u8BD1\u7684\u8BDD\uFF0C\u5C06\u4F1A\u5207\u6362\u6A21\u5F0F\u5E76\u7FFB\u8BD1",touchShortcutsToggleTranslatePageOnlyTranslation:"\u8BBE\u7F6E\u89E6\u5C4F\u624B\u52BF\u5207\u6362\u53CC\u8BED/\u4EC5\u8BD1\u6587\u6A21\u5F0F","desc.touchShortcutsToggleTranslatePageOnlyTranslation":"\u4EC5\u8BD1\u6587\u6307\u7684\u662F\u53EA\u663E\u793A\u8BD1\u6587\uFF0C\u5982\u679C\u7F51\u9875\u8FD8\u6CA1\u6709\u7FFB\u8BD1\u7684\u8BDD\uFF0C\u5C06\u4F1A\u5207\u6362\u6A21\u5F0F\u5E76\u7FFB\u8BD1",download_started:"\u4E0B\u8F7D\u5DF2\u7ECF\u5F00\u59CB\uFF0C\u5982\u679C\u6CA1\u6709\u81EA\u52A8\u4E0B\u8F7D\uFF0C\u8BF7\u624B\u52A8\u70B9\u51FB",here:"\u8FD9\u91CC",detectServiceLoading:"\u6B63\u5728\u68C0\u6D4B\u53EF\u7528\u7684\u7FFB\u8BD1\u670D\u52A1...",toggleToService:"\u5207\u6362\u5230{service}\u5E76\u91CD\u8BD5","error.gemini.429":"\u5F53\u524D Gemini \u670D\u52A1\u5F53\u524D\u627F\u8F7D\u80FD\u529B\u5DF2\u8FBE\u4E0A\u9650\uFF0C\u8BF7\u60A8\u7A0D\u540E\u518D\u8BD5\uFF0C\u6216\u8005\u5207\u6362\u5230\u5176\u4ED6\u7FFB\u8BD1\u670D\u52A1\u3002",enableSentryReport:"\u5F53\u6269\u5C55\u53D1\u751F\u9519\u8BEF\u65F6\uFF0C\u4F7F\u7528 Sentry \u63D0\u4EA4\u53CD\u9988","error.subscriptionExpired":"\u60A8\u7684\u4F1A\u5458\u53EF\u80FD\u5DF2\u8FC7\u671F\uFF0C\u8BF7\u68C0\u67E5\u60A8\u7684\u4F1A\u5458\u72B6\u6001","error.subscriptionExpiredTitle":"\u4F1A\u5458\u5DF2\u8FC7\u671F","languages.auto":"\u81EA\u52A8\u68C0\u6D4B","error.serveUnavailable":"\u60A8\u5F53\u524D\u6240\u4F7F\u7528\u7684 [{serverName}] \u670D\u52A1\u56E0\u7F51\u7EDC\u8FDE\u63A5\u6216\u670D\u52A1\u63D0\u4F9B\u5546\u7684\u95EE\u9898\u6682\u65F6\u65E0\u6CD5\u8BBF\u95EE\u3002\u5EFA\u8BAE\u60A8\u5C1D\u8BD5\u5237\u65B0\u9875\u9762\u6216\u901A\u8FC7<1>\u8BBE\u7F6E\u66F4\u6362\u5176\u4ED6\u7FFB\u8BD1\u670D\u52A1\u3002\u82E5\u60A8\u662F<2>Pro\u4F1A\u5458\uFF0C\u53EF\u4EE5\u9009\u62E9\u4F7F\u7528\u66F4\u4E3A\u7A33\u5B9A\u7684 DeepL \u6216 OpenAI \u7FFB\u8BD1\u670D\u52A1\uFF08<3>\u70B9\u6B64\u514D\u8D39\u4F53\u9A8C\uFF09\u3002 \u53E6\u5916\uFF0C\u60A8\u4E5F\u53EF\u80FD\u9700\u8981\u68C0\u67E5\u60A8\u7684\u7F51\u7EDC\u6216\u4EE3\u7406\u8BBE\u7F6E\u3002","floatBall.setting":"\u8BBE\u7F6E","floatBall.translateToLanguage":"\u70B9\u51FB\u7FFB\u8BD1\u4E3A{language}",changeToOnlyTranslationMode:"\u5207\u6362\u9ED8\u8BA4\u8BD1\u6587\u6A21\u5F0F\u4E3A\u4EC5\u663E\u793A\u8BD1\u6587",changeToDualTranslationMode:"\u5207\u6362\u9ED8\u8BA4\u8BD1\u6587\u6A21\u5F0F\u4E3A\u53CC\u8BED\u5BF9\u7167",changeToOnlyTempTranslationMode:`\u5F53\u524D\u4E3A\u53CC\u8BED\u5BF9\u7167 \u70B9\u51FB\u5207\u6362\u4E3A\u4EC5\u8BD1\u6587`,changeToDualTempTranslationMode:`\u5F53\u524D\u4E3A\u4EC5\u8BD1\u6587 \u70B9\u51FB\u5207\u6362\u4E3A\u53CC\u8BED\u5BF9\u7167`,"subtitle.transitionMode":"\u89C6\u9891\u5B57\u5E55\u53CC\u8BED/\u4EC5\u8BD1\u6587\u8BBE\u7F6E","subtitle.transitionModeDescription":"\u8BBE\u7F6E\u89C6\u9891\u5B57\u5E55\u4E3A\u53CC\u8BED\u5BF9\u7167\u6216\u4EC5\u8BD1\u6587\u6A21\u5F0F","transitionMode.inherit":"\u548C\u7CFB\u7EDF\u7684\u9ED8\u8BA4\u8BD1\u6587\u663E\u793A\u6A21\u5F0F\u4FDD\u6301\u4E00\u81F4","transitionMode.translation":"\u4EC5\u8BD1\u6587","transitionMode.dual":"\u53CC\u8BED\u5BF9\u7167","options.navbar.translateFile":"\u7FFB\u8BD1\u6587\u6863","options.navbar.installApp":"\u5B89\u88C5\u624B\u673A APP","subtitle.showQuickButtonDescription":"\u5728\u89C6\u9891\u64AD\u653E\u5668\u53F3\u4E0B\u89D2\u63D0\u4F9B\u542F\u7528\u53CC\u8BED\u5B57\u5E55\u7684\u5FEB\u6377\u65B9\u5F0F",translateFileTooltip:`\u7FFB\u8BD1 PDF\u3001ePub\u3001srt\u3001 @@ -5081,7 +5081,7 @@ ass\u3001HTML\u3001TXT\u6587\u4EF6`,"subtitle.quickButton.setting":"\u8BBE\u7F6E {env.imt_sub_trans_field}: \u8BD1\u6587 - id: 2 {env.imt_sub_source_field}: Source - {env.imt_sub_trans_field}: \u8BD1\u6587`,"browser.PdfProFile":"AI \u9A71\u52A8\u7684 PDF Pro \u7FFB\u8BD1","browser.textTranslate":"\u6587\u672C\u7FFB\u8BD1"};var Nf={nologin:"\u672A\u767B\u9304",loginForSafari:"\u767B\u5165\u6216\u8A3B\u518A",login:"\u767B\u9304",goLogin:"\u53BB\u767B\u9304",manageAccount:"\u7BA1\u7406\u8CEC\u6236",openPremium:"\u958B\u901A\u6703\u54E1",logout:"\u9000\u51FA",curentPlan:"\u7576\u524D\u5957\u9910",endAt:"\u5230\u671F",endAuto:"\u81EA\u52D5\u7E8C\u671F",lineBreakMaxTextCount:"\u63DB\u884C\u5F8C\uFF0C\u6BCF\u53E5\u8A71\u5141\u8A31\u7684\u6700\u5927\u5B57\u5143\u6578\u91CF","translate-pdf":"\u9EDE\u9078\u7FFB\u8B6F PDF","noSupportTranslate-pdf":"\u8173\u672C\u4E0D\u652F\u63F4\uFF0C\u8ACB\u4F7F\u7528\u64F4\u5145\u5957\u4EF6","translate-firefox-local-pdf":"\u9EDE\u64CA\u53BB\u5C0E\u5165PDF",enableLineBreak:"\u958B\u555F\u9577\u6BB5\u843D\u81EA\u52D5\u63DB\u884C",sponsorLabel:"$1 \u8D77\u8D0A\u52A9\u958B\u767C\u8005 (\u6708\u4ED8\u6216\u50C5\u8D0A\u52A9\u4E00\u6B21\u5747\u53EF)",help:"\u8AAA\u660E",enableLineBreakDescription:"\u555F\u7528\u5F8C\uFF0C\u5C07\u6703\u5728\u9577\u6BB5\u843D\u4E2D\u6BCF\u53E5\u8A71\u7D50\u675F\u63D2\u5165\u63DB\u884C\u5B57\u5143\uFF0C\u4EE5\u4FBF\u65BC\u95B1\u8B80","browser.shortBrandName":"\u6C89\u6D78\u5F0F\u7FFB\u8B6F","browser.brandName":"\u6C88\u6D78\u5F0F\u7FFB\u8B6F - \u7DB2\u9801\u7FFB\u8B6F\u64F4\u5145 | PDF\u7FFB\u8B6F | \u514D\u8CBB","browser.brandDescription":"\u3010\u6C88\u6D78\u5F0F\u7FFB\u8B6F\u3011\u4E00\u6B3E\u514D\u8CBB\u7684\uFF08\u539F\u6587/\u8B6F\u6587\uFF09\u96D9\u8A9E\u5C0D\u7167\u7DB2\u9801\u7FFB\u8B6F\u64F4\u5145\uFF0C\u540C\u6642\u652F\u6301PDF\u7FFB\u8B6F\uFF08\u4FDD\u7559\u539F\u6587\u6A94\u6392\u7248\uFF09\uFF0C\u8996\u983B\u96D9\u8A9E\u5B57\u5E55\u7FFB\u8B6F\uFF08Youtube, Netflix\u7B49\uFF09\uFF0CEPUB\u96FB\u5B50\u66F8\u7FFB\u8B6F\u7B49\uFF1B\u652F\u6301\u8ABF\u7528\u4EBA\u5DE5\u667A\u80FDAI\u7FFB\u8B6F\u5927\u6A21\u578B\uFF08OpenAI (ChatGPT)\u3001DeepL\u3001Gemini(Bard) \u7B49 \uFF09\u5C0D\u4EE5\u4E0A\u5167\u5BB9\u9032\u884C\u66F4\u6E96\u78BA\u7684\u7FFB\u8B6F\uFF1B","browser.toggleTranslatePage":"\u7FFB\u8B6F\u7DB2\u9801/\u986F\u793A\u539F\u6587","browser.toggleTranslateTheWholePage":"\u7FFB\u8B6F\u9801\u9762\u5168\u90E8\u5340\u57DF/\u986F\u793A\u539F\u6587","browser.toggleTranslateToThePageEndImmediately":"\u7ACB\u5373\u7FFB\u8B6F\u5230\u9801\u9762\u5E95\u90E8/\u986F\u793A\u539F\u6587","browser.toggleTranslateTheMainPage":"\u7FFB\u8B6F\u9801\u9762\u4E3B\u8981\u5340\u57DF/\u986F\u793A\u539F\u6587","browser.shareToDraft":"\u751F\u6210\u7DB2\u9801\u5FEB\u7167","browser.openOptionsPage":"\u958B\u555F\u8A2D\u5B9A\u9801\u9762","browser.translateLocalPdfFile":"\u7FFB\u8B6F\u672C\u6A5F PDF \u6A94\u6848","browser.openEbookViewer":"\u95B1\u8B80\u672C\u6A5F\u96FB\u5B50\u66F8","browser.openEbookBuilder":"\u88FD\u4F5C\u96D9\u8A9E EPUB \u96FB\u5B50\u66F8","browser.translateLocalHtmlFile":"\u7FFB\u8B6F HTML/txt \u6A94\u6848","browser.donateContext":"\u4E86\u89E3\u8D0A\u52A9\u798F\u5229","browser.translateLocalSubtitleFile":"\u7FFB\u8B6F\u5B57\u5E55\u6A94\u6848",confirmResetConfig:"\u4F60\u78BA\u5B9A\u8981\u91CD\u8A2D\u8A2D\u5B9A\u55CE\uFF1F",translationLineBreakSettingTitle:"\u8B6F\u6587\u63DB\u884C\u8A2D\u5B9A",smartLineBreak:"\u667A\u6167\u63DB\u884C",alwaysLineBreak:"\u7E3D\u662F\u63DB\u884C",isShowContextMenu:"\u5C07\u7DB2\u9801\u7FFB\u8B6F\u529F\u80FD\u52A0\u5165\u53F3\u9375\u9078\u55AE",toggleBeta:"\u958B\u555F Beta \u6E2C\u8A66\u529F\u80FD",betaDescription:"\u555F\u7528\u4ECD\u5728\u5BE6\u9A57\u7684\u529F\u80FD\u4EE5\u53CA\u6E2C\u8A66\u4E2D\u7684\u7FFB\u8B6F\u670D\u52D9\u3002\u52A0\u5165 <1>Telegram \u7FA4\u7D44\u4E86\u89E3\u66F4\u591A\u3002",translationLineBreakSettingDescription:"\u7E3D\u662F\u63DB\u884C\u9069\u7528\u65BC\u8F03\u5C11\u5167\u5BB9\u7684\u7248\u9762\uFF0C\u66F4\u6574\u9F4A\u3002(\u5728\u5167\u5BB9\u8F03\u591A\u7684\u9577\u6BB5\u843D(\u8D85\u904E {count} \u500B\u5B57\u5143) \u4F7F\u7528\u667A\u6167\u63DB\u884C\u6703\u66F4\u7701\u7A7A\u9593)",tempTranslateDomainTitle:"\u81E8\u6642\u958B\u555F\u7DB2\u7AD9\u7FFB\u8B6F\u7684\u6642\u9577",tempTranslateDomainDescription:"\u7576\u624B\u52D5\u7FFB\u8B6F\u67D0\u500B\u7DB2\u9801\u7684\u6642\u5019\uFF0C\u81E8\u6642\u958B\u555F\u8A72\u7DB2\u7AD9\u70BA\u81EA\u52D5\u7FFB\u8B6F",xMinutes:"{count} \u5206\u9418",disabled:"\u505C\u7528",changelog:"\u66F4\u65B0\u8A18\u9304",toggleTranslatePageWhenThreeFingersOnTheScreen:"\u591A\u6307\u540C\u6642\u89F8\u6478\u87A2\u5E55\u5247\u7FFB\u8B6F\u7DB2\u9801/\u986F\u793A\u539F\u6587",toggleTranslationMaskWhenThreeFingersOnTheScreen:"\u591A\u6307\u540C\u6642\u89F8\u6478\u5247\u986F\u793A/\u96B1\u85CF\u8B6F\u6587\u6A21\u7CCA\u6548\u679C",addUrlDescription:"\u53EF\u4EE5\u70BA\u7DB2\u57DF\u540D\u7A31\uFF0C\u540C\u6642\u652F\u63F4\u842C\u7528\u5B57\u5143\uFF0C\u5982\uFF1A*.google.com, google.com/mail/*, https://www.google.com/*",general:"\u57FA\u672C\u8A2D\u5B9A",clickToExpandConfig:"\u5C55\u958B\u76EE\u524D\u8A2D\u5B9A",import:"\u5F9E\u6A94\u6848\u532F\u5165",export:"\u532F\u51FA\u70BA\u6A94\u6848",toggleDebug:"\u5728\u4E3B\u63A7\u53F0\u986F\u793A\u5075\u932F\u8A18\u9304","fingers.0":"\u95DC\u9589",mouseHoldKey:"+ {key} \u7FFB\u8B6F/\u9084\u539F\u8A72\u6BB5",mouseHoldKeyAuto:"\u76F4\u63A5\u7FFB\u8B6F\u8A72\u6BB5",mouseHoldKeyOff:"\u4E0D\u505A\u4EFB\u4F55\u4E8B\u60C5",mouseHoldKeyOther:"\u81EA\u5B9A\u7FA9\u5FEB\u6377\u9375(\u6253\u958B\u8A2D\u7F6E)",mouseHoldKeyCustomKey:"{key} \u7FFB\u8B6F/\u9084\u539F\u8A72\u6BB5","mouse-translate":"\u9F20\u6A19\u6ED1\u904E",document:"\u8AAA\u660E\u6587\u4EF6",resetSuccess:"\u91CD\u8A2D\u6240\u6709\u8A2D\u5B9A\u6210\u529F",resetThisSuccess:"\u91CD\u8A2D\u6210\u529F",saved:"\u5132\u5B58\u6210\u529F",successImportConfig:"\u6210\u529F\u532F\u5165\u8A2D\u5B9A",goAdvancedSettings:"\u524D\u5F80\u9032\u968E\u8A2D\u5B9A\u9801\u9762",goAdvancedInterfaceSettings:"\u524D\u5F80\u81EA\u8A02\u8A2D\u5B9A\u9801\u9762",advanced:"\u9032\u968E\u8A2D\u5B9A",advancedDescription:"\u6B63\u5E38\u60C5\u6CC1\u7121\u9700\u8A2D\u5B9A\uFF0C\u4FDD\u6301\u9810\u8A2D\u5373\u53EF\u3002\u50C5\u91DD\u5C0D\u66F4\u5C08\u696D\u7684\u4F7F\u7528\u8005\uFF0C\u63D0\u4F9B\u66F4\u500B\u4EBA\u5316\u7684\u8A2D\u5B9A\u9805\u76EE\u3002",developer:"\u958B\u767C\u8005\u8A2D\u5B9A",donateCafe:"\u50F9\u683C","translate to the bottom of the page":"\u9032\u5165\u7DB2\u9801\u5F8C\uFF0C\u662F\u5426\u7ACB\u5373\u7FFB\u8B6F\u5230\u9801\u9762\u5E95\u90E8\uFF1F",feedback:"\u554F\u984C\u56DE\u5831",toggleTranslatePage:"\u7FFB\u8B6F\u7DB2\u9801/\u986F\u793A\u539F\u6587",translateToThePageEndImmediatelyDescription:"\u555F\u7528\u5F8C\uFF0C\u9032\u5165\u7DB2\u9801\u5C07\u7ACB\u5373\u7FFB\u8B6F\u5F9E\u9802\u90E8\u5230\u5E95\u90E8\u7684\u5167\u5BB9\u3002\u95DC\u9589\u5247\u908A\u770B\u908A\u8B6F\u3002\uFF08\u4E0D\u63A8\u85A6\u958B\u555F\uFF09","translate all areas of the page":"\u662F\u5426\u7FFB\u8B6F\u7DB2\u9801\u6240\u6709\u5340\u57DF",translationAreaDescription:"\u555F\u7528\u5F8C\uFF0C\u7DB2\u9801\u7684\u6240\u6709\u5340\u57DF\u90FD\u6703\u88AB\u7FFB\u8B6F\u3002\u95DC\u9589\u5247\u4F7F\u7528\u9810\u8A2D\u7684\u667A\u6167\u8FA8\u8B58\uFF0C\u50C5\u7FFB\u8B6F\u4E3B\u8981\u5340\u57DF\u3002(\u4E0D\u63A8\u85A6\u958B\u555F)","the number of characters to be translated first":"\u76F4\u63A5\u7FFB\u8B6F\u9801\u9762\u524D\u591A\u5C11\u500B\u5B57\u5143\uFF0C\u800C\u7121\u9700\u7B49\u5F85\u6372\u52D5\u81F3\u53EF\u898B\u5340\u57DF","interface language":"\u4ECB\u9762\u8A9E\u8A00","display both the original text and the translation":"\u540C\u6642\u986F\u793A\u539F\u6587\u548C\u8B6F\u6587","keyboard shortcuts":"\u9375\u76E4\u5FEB\u901F\u9375",modify:"\u8B8A\u66F4\u5FEB\u901F\u9375",reset:"\u91CD\u8A2D",close:"\u95DC\u9589",homepage:"\u9996\u9801",more:"\u66F4\u591A",moreOptions:"\u5C55\u958B\u66F4\u591A\u81EA\u8A02\u9078\u9805",translateTheWholePage:"\u7FFB\u8B6F\u9801\u9762\u5168\u90E8\u5340\u57DF\uFF08\u5340\u5206\u65BC\u53EA\u7FFB\u8B6F\u4E3B\u8981\u5340\u57DF\uFF09",changeToTranslateTheWholePage:"\u5207\u63DB\u70BA\u7FFB\u8B6F\u6240\u6709\u5340\u57DF",changeToTranslateTheMainPage:"\u5207\u63DB\u70BA\u7FFB\u8B6F\u4E3B\u8981\u5340\u57DF",translateToThePageEndImmediately:"\u7ACB\u5373\u7FFB\u8B6F\u5230\u5E95\u90E8\uFF08\u5340\u5206\u65BC\u770B\u54EA\u8B6F\u54EA\uFF09",translateTheMainPage:"\u667A\u6167\u7FFB\u8B6F\u4E3B\u8981\u5340\u57DF","The local rules are up to date":"\u672C\u6A5F\u898F\u5247\u5DF2\u70BA\u6700\u65B0\uFF1A","Successfully synchronized with the latest official rules:":"\u6210\u529F\u540C\u6B65\u6700\u65B0\u5B98\u65B9\u898F\u5247\uFF1A","Checking for updates":"\u6B63\u5728\u6AA2\u67E5\u66F4\u65B0","Rules are being synchronized":"\u6B63\u5728\u540C\u6B65\u5B98\u65B9\u898F\u5247",localVersionIsTooOld:"\u672C\u6A5F\u5957\u4EF6\u7248\u672C\u904E\u820A\uFF0C\u8ACB\u5347\u7D1A\u5957\u4EF6\u81F3 {minVersion} \u6216\u66F4\u65B0\u7684\u7248\u672C\u518D\u5617\u8A66\u540C\u6B65",badUserscriptBrowser:"\u76EE\u524D\u700F\u89BD\u5668\u7121\u6CD5\u6B63\u78BA\u5BE6\u73FE\u6CB9\u7334\u5957\u4EF6\u7684\u4ECB\u9762\uFF0C\u8ACB\u4F7F\u7528\u5176\u4ED6<1>\u652F\u63F4\u6CB9\u7334\u5957\u4EF6\u7684\u700F\u89BD\u5668\u5982(Firefox Nightly \u7248\u672C)",foundNewVersion:"\u6709\u65B0\u7248\u672C\u53EF\u7528",theLocalExtensionIsUpToUpdate:"\u76EE\u524D\u5957\u4EF6\u5DF2\u662F\u6700\u65B0\u7248\u672C",failToSyncRules:"\u540C\u6B65\u6700\u65B0\u5B98\u65B9\u898F\u5247\u5931\u6557",retry:"\u9EDE\u6B64\u91CD\u8A66",failedReason:"\u5931\u6557\u539F\u56E0",currentRuleVersion:"\u76EE\u524D\u898F\u5247\u7248\u672C",calculating:"\u6B63\u5728\u8A08\u7B97",unknownError:"\u672A\u77E5\u7684\u932F\u8AA4",canNotFetchRemoteRule:"\u7121\u6CD5\u53D6\u5F97\u9060\u7AEF\u898F\u5247",enableAlphaSuccess:"\u5DF2\u555F\u7528 Alpha \u529F\u80FD",disableAlphaSuccess:"\u5DF2\u505C\u7528 Alpha \u529F\u80FD",cacheSize:"\u5FEB\u53D6\u5927\u5C0F\uFF1A",cleaning:"\u6B63\u5728\u6E05\u7406",cleanCache:"\u6E05\u9664\u5FEB\u53D6",options:"\u9078\u9805",about:"\u95DC\u65BC",service:"\u7FFB\u8B6F\u670D\u52D9",needAction:"(\u524D\u5F80\u8A2D\u5B9A)",goSettings:"\u524D\u5F80\u8A2D\u5B9A",needActionForOptions:"(\u9700\u8A2D\u5B9A)",translationEngine:"\u5F15\u64CE\u9078\u9805",sourceLanguage:"\u539F\u6587\u8A9E\u8A00",target:"\u76EE\u6A19\u8A9E\u8A00",popupSourceLanguage:"\u539F\u6587\u8A9E\u8A00",popupTarget:"\u76EE\u6A19\u8A9E\u8A00",popupService:"\u7FFB\u8B6F\u670D\u52D9",forThisSite:"\u7576\u524D\u7DB2\u7AD9",autoEnableSubtitle:"\u81EA\u52D5\u958B\u555F\u96D9\u8A9E\u5B57\u5E55",alwaysTranslate:"\u7E3D\u662F\u7FFB\u8B6F",neverTranslate:"\u6C38\u4E0D\u7FFB\u8B6F",neverTranslateSomeLanguage:"\u6C38\u4E0D\u7FFB\u8B6F {language}",alwaysTranslateSomeSite:"\u7E3D\u662F\u7FFB\u8B6F {hostname}",neverTranslateSomeSite:"\u6C38\u4E0D\u7FFB\u8B6F {hostname}",alwaysTranslateSomeSiteOrWildSite:"\u7E3D\u662F\u7FFB\u8B6F\u7DB2\u7AD9",alwaysTranslateSomePage:"\u7E3D\u662F\u7FFB\u8B6F\u8A72\u7DB2\u9801",add:"\u65B0\u589E",default:"\u9810\u8A2D",forThisLanguage:"\u91DD\u5C0D\u8A72\u8A9E\u8A00\uFF1A","add url":"\u8F38\u5165 URL",edit:"\u7DE8\u8F2F",pickAll:"\u5168\u9078","translate other languages into specific language":"\u5C07\u5176\u5B83\u8A9E\u8A00\u7FFB\u8B6F\u70BA\u4F60\u8A2D\u5B9A\u7684\u8A9E\u8A00","select translation service":"\u9078\u64C7\u4F60\u60F3\u7528\u7684\u7FFB\u8B6F\u670D\u52D9",language:"\u8A9E\u8A00","show-original":"\u986F\u793A\u539F\u6587",translate:"\u7FFB\u8B6F",Translated:"\u5DF2\u7FFB\u8B6F",Translating:"\u6B63\u5728\u7FFB\u8B6F",Error:"\u932F\u8AA4",allowCacheTranslations:"\u555F\u7528\u672C\u6A5F\u7FFB\u8B6F\u5FEB\u53D6\uFF08\u6E1B\u5C11\u91CD\u8907\u6BB5\u843D\u7684\u7FFB\u8B6F\u8981\u6C42\uFF09","translation display":"\u8B6F\u6587\u986F\u793A\u6A23\u5F0F","select diplay style":"\u5340\u5206\u8B6F\u6587\u7684\u6A23\u5F0F\uFF0C\u5177\u9AD4\u53EF\u53C3\u8003\u4E0B\u5217\u7BC4\u4F8B",interface:"\u4ECB\u9762\u8A2D\u5B9A",import_export:"\u532F\u5165/\u532F\u51FA",import_export_title:"\u532F\u5165/\u532F\u51FA\u8A2D\u5B9A",syncToGoogleDrive:"\u7ACB\u5373\u8207 Google Drive \u540C\u6B65","floatBallOptions.enable":"\u555F\u7528\u61F8\u6D6E\u7403","floatBallOptions.blockUrls":"\u7981\u7528\u7DB2\u7AD9","floatBallOptions.add":"\u6DFB\u52A0","floatBallOptions.blockUrlDesc":"\u7576\u9047\u5230\u4EE5\u4E0B\u7DB2\u7AD9\u6642\u4E0D\u986F\u793A\u61F8\u6D6E\u7403","floatBallOptions.clickType":"\u9EDE\u64CA\u884C\u70BA","floatBallOptions.clickTypeDesc":"\u61F8\u6D6E\u7403\u5716\u6A19\u9EDE\u64CA\u6642\u7684\u884C\u70BA","floatBallOptions.clickPopup":"\u986F\u793A\u7FFB\u8B6F\u9762\u677F","floatBallOptions.clickTranslate":"\u7FFB\u8B6F/\u986F\u793A\u539F\u6587","floatBallOptions.fixedPosition":"\u56FA\u5B9A\u4F4D\u7F6E","floatBallOptions.fixedPositionDesc":"\u61F8\u6D6E\u7403\u5728\u7A97\u53E3\u5DE6\u5074\u9084\u662F\u53F3\u5074","floatBallOptions.fixedPositionLeft":"\u5DE6\u5074","floatBallOptions.fixedPositionRight":"\u53F3\u5074",previewAllThemes:"\u9810\u89BD\u5168\u90E8\u6A23\u5F0F","translationTheme.none":"\u7121","translationTheme.grey":"\u9ED1\u7070\u8272","translationTheme.dashed":"\u7834\u6298\u865F\u5E95\u7DDA","translationTheme.dotted":"\u9EDE\u72C0\u5E95\u7DDA","translationTheme.dashedBorder":"\u865B\u7DDA\u6846\u7DDA","translationTheme.solidBorder":"\u5BE6\u7DDA\u6846\u7DDA","translationTheme.underline":"\u76F4\u7DDA\u5E95\u7DDA","translationTheme.mask":"\u6A21\u7CCA\u6548\u679C\uFF08\u5B78\u7FD2\u6A21\u5F0F\uFF09","translationTheme.opacity":"\u900F\u660E\u6548\u679C","translationTheme.paper":"\u767D\u7D19\u9670\u5F71\u6548\u679C","translationTheme.dividingLine":"\u5206\u9694\u7DDA","translationTheme.highlight":"\u9192\u76EE\u63D0\u793A","translationTheme.marker":"\u99AC\u514B\u7B46","translationTheme.marker2":"\u99AC\u514B\u7B462","translationTheme.blockquote":"\u5F15\u7528\u6A23\u5F0F","translationTheme.weakening":"\u5F31\u5316","translationTheme.italic":"\u659C\u9AD4","translationTheme.bold":"\u7C97\u9AD4","translationTheme.thinDashed":"\u7D30\u7834\u6298\u865F\u5E95\u7DDA","translationTheme.nativeDashed":"\u7CFB\u7D71\u5167\u5EFA\u7834\u6298\u865F\u5E95\u7DDA","translationTheme.nativeDotted":"\u7CFB\u7D71\u5167\u5EFA\u9EDE\u72C0\u5E95\u7DDA","translationTheme.nativeUnderline":"\u7CFB\u7D71\u5167\u5EFA\u76F4\u7DDA\u5E95\u7DDA","translationTheme.wavy":"\u6CE2\u5F62\u66F2\u7DDA","translationServices.custom":"\u81EA\u5B9A\u7FA9API","translationServices.tencent":"\u9A30\u8A0A\u7FFB\u8B6F\u541B","translationServices.tenAlpha":"\u9A30\u8A0A\u7FFB\u8B6F\u541B(Alpha)","translationServices.google":"Google \u7FFB\u8B6F","translationServices.bai":"\u767E\u5EA6(Alpha)","translationServices.baidu":"\u767E\u5EA6\u7FFB\u8B6F","translationServices.aliyun":"\u963F\u91CC\u96F2\u7FFB\u8B6F","translationServices.volc":"\u706B\u5C71\u7FFB\u8B6F","translationServices.deeplx":"DeepLX(Beta)","translationServices.bing":"\u5FAE\u8F6F\u7FFB\u8B6F","translationServices.deepl":"DeepL","translationServices.wechat":"\u5FAE\u4FE1\u7FFB\u8B6F","translationServices.azure":"Azure \u7FFB\u8B6F","translationServices.ibm":"IBM Watson","translationServices.aws":"\u4E9E\u99AC\u905C\u7FFB\u8B6F","translationServices.mock":"\u6A21\u64EC\u7FFB\u8B6F","translationServices.mock2":"\u6A21\u64EC\u7FFB\u8B6F2","translationServices.caiyun":"\u5F69\u96F2\u5C0F\u8B6F","translationServices.cai":"\u5F69\u96F2\u5C0F\u8B6F (Alpha)","translationServices.volcAlpha":"\u706B\u5C71\u7FFB\u8B6F(Alpha)","translationServices.openl":"OpenL","translationServices.youdao":"\u6709\u9053\u7FFB\u8B6F","translationServices.you":"\u6709\u9053\u7FFB\u8B6F (Alpha)","translationServices.transmart":"\u9A30\u8A0A\u4EA4\u4E92\u7FFB\u8B6F","translationServices.niu":"\u5C0F\u725B\u7FFB\u8B6F","translationServices.papago":"Papago \u7FFB\u8B6F","translationServices.d":"Deepl(Alpha)","translationServices.dpro":"D Pro (Canary)","translationServices.openai":"OpenAI","translationServices.yandex":"Yandex","translationServices.chatgpt":"ChatGPT Web(3.5 mobile)","translate title":"\u7FFB\u8B6F\u9801\u9762\u6A19\u984C","always languages":"\u7E3D\u662F\u7FFB\u8B6F\u7684\u8A9E\u8A00",neverTranslateLanguagesLabel:"\u6C38\u4E0D\u7FFB\u8B6F\u7684\u8A9E\u8A00",neverTranslateTheFollowingLanguagesDescription:"\u7576\u9801\u9762\u4E2D\u67D0\u4E00\u6BB5\u843D\u7684\u8A9E\u8A00\u70BA\u4E0B\u5217\u8A9E\u8A00\u6642\uFF0C\u5C07\u8DF3\u904E\u7FFB\u8B6F",enableUserscriptPagePopup:"\u5728\u9801\u9762\u4E0A\u986F\u793A\u61F8\u6D6E\u7403",enableUserscriptPagePopupDescription:"\u95DC\u9589\u61F8\u6D6E\u7403\u5F8C\uFF0C\u53EF\u4EE5\u7528\u5FEB\u901F\u9375/{touch}\u518D\u6B21\u986F\u793A\u3002\u70BA\u9632\u6B62\u4E0D\u614E\u95DC\u9589\u8A72\u9078\u9805\u5F8C\u627E\u4E0D\u5230\u61F8\u6D6E\u7403\uFF0C\u5EFA\u8B70\u5C07\u672C\u8A2D\u5B9A\u9801\u9762\u52A0\u5165\u81F3\u6211\u7684\u6700\u611B","always translate the following languages":"\u7576\u9801\u9762\u8A9E\u8A00\u70BA\u4E0B\u5217\u8A9E\u8A00\u6642\uFF0C\u6703\u81EA\u52D5\u7FFB\u8B6F\u70BA\u76EE\u6A19\u8A9E\u8A00","always sites":"\u7E3D\u662F\u7FFB\u8B6F\u7684\u7DB2\u5740","always translate the following sites":"\u7576\u7DB2\u7AD9\u70BA\u4E0B\u5217\u7DB2\u57DF\u540D\u7A31\u6642\uFF0C\u6703\u81EA\u52D5\u7FFB\u8B6F\u70BA\u76EE\u6A19\u8A9E\u8A00","never sites":"\u6C38\u4E0D\u7FFB\u8B6F\u7684\u7DB2\u5740","never translate the following sites":"\u7576\u7DB2\u7AD9\u70BA\u4E0B\u5217\u7DB2\u57DF\u540D\u7A31\u6642\uFF0C\u5C07\u4E0D\u6703\u9032\u884C\u7FFB\u8B6F","please refer to":"\u9700\u8981\u586B\u5BEB\u91D1\u9470\u5F8C\u624D\u53EF\u4F7F\u7528\uFF0C\u8A73\u7D30\u8CC7\u8A0A\u8ACB\u53C3\u8003",KeyAndConfigurationTutorial:"\u300A\u91D1\u9470\u7533\u8ACB\u548C\u8A2D\u5B9A\u6559\u5B78\u300B",useAboveStyleForTheseSites:"\u7576\u7DB2\u7AD9\u70BA\u4E0B\u5217\u7DB2\u57DF\u540D\u7A31\u6642\uFF0C\u7E3D\u662F\u4F7F\u7528 \u2308{theme}\u230B \u8B6F\u6587\u6A23\u5F0F",currentUrl:"\u76EE\u524D\u7DB2\u5740",confirm:"\u5132\u5B58",cancel:"\u53D6\u6D88",delete:"\u522A\u9664","languages.auto":"\u81EA\u52D5\u5075\u6E2C",syncToCloud:"\u540C\u6B65\u81F3\u96F2\u7AEF",syncToCloudDescription:"\u4E0A\u50B3\u81F3\u96F2\u7AEF\u5F8C\uFF0C\u53EF\u4EE5\u5728\u4E0D\u540C\u7684\u700F\u89BD\u5668/\u6CB9\u7334\u8173\u672C\u4E4B\u9593\u540C\u6B65\u8A2D\u5B9A\uFF0C\u4EE5\u6700\u5F8C\u8B8A\u66F4\u6642\u9593\u70BA\u6E96\u3002",syncToAccount:"\u540C\u6B65\u5230\u8CEC\u6236",syncToAccountButton:"\u7ACB\u5373\u8207\u96F2\u7AEF\u540C\u6B65",syncToAccountDescription:"\u4E0A\u50B3\u5230\u5DF2\u767B\u9304\u8CEC\u6236\uFF0C\u53EF\u4EE5\u5728\u4E0D\u540C\u7684\u8A2D\u5099\u4E4B\u9593\u540C\u6B65\u914D\u7F6E\uFF0C\u4EE5\u6700\u5F8C\u4FEE\u6539\u6642\u9593\u70BA\u6E96\u3002",successSyncConfigInAccount:"\u6210\u529F\u8207\u8CEC\u6236\u4FDD\u6301\u540C\u6B65",successSyncConfigToAccount:"\u6210\u529F\u540C\u6B65\u5230\u8CEC\u6236",syncConfigNoUpdate:"\u5DF2\u7D93\u662F\u6700\u65B0\u7684\u4E86",authFail:"\u6388\u6B0A\u5931\u6557",syncTitle:"\u624B\u52D5\u5099\u4EFD\u7BA1\u7406",import_hint:"\u532F\u5165",upload:"\u4E0A\u50B3",revokeAuth:"\u64A4\u92B7\u6388\u6B0A",uploadFail:"\u4E0A\u50B3\u5931\u6557",download:"\u4E0B\u8F09",importSuccess:"\u532F\u5165\u6210\u529F",importFail:"\u532F\u5165\u5931\u6557",deleteFail:"\u522A\u9664\u5931\u6557",backupToCloud:"\u624B\u52D5\u7BA1\u7406\u5099\u4EFD\u6A94\u6848",create_new_backup:"\u65B0\u589E\u5099\u4EFD\u7BC0\u9EDE",maxBackupFiles:"\u6700\u591A\u53EF\u4EE5\u5099\u4EFD{count}\u500B\u4E0D\u540C\u7684\u7BC0\u9EDE\uFF0C\u8ACB\u522A\u9664\u4E0D\u9700\u8981\u7684\u7BC0\u9EDE",backupToCloudDescription:"\u624B\u52D5\u4E0A\u50B3\u6216\u9084\u539F\u5099\u4EFD\u6A94\u6848\uFF0C\u6700\u591A\u5141\u8A31 3 \u500B\u4E0D\u540C\u7684\u5099\u4EFD",successSyncConfig:"\u6210\u529F\u8207\u96F2\u7AEF\u4FDD\u6301\u540C\u6B65",syncFail:"\u540C\u6B65\u5931\u6557",updatedAt:"\u66F4\u65B0\u65BC {date}",lastSyncedAt:"\u4E0A\u6B21\u6AA2\u67E5\u65BC {date}",downloadFail:"\u4E0B\u8F09\u5931\u6557",clickToDownload:"\u9EDE\u9078\u4E0B\u8F09",aboutLabel:"\u95DC\u65BC - \u554F\u984C\u56DE\u5831","browser.openAboutPage":"\u95DC\u65BC/\u554F\u984C\u56DE\u5831",aboutLabelWithoutSponsor:"\u95DC\u65BC - \u554F\u984C\u56DE\u5831",aboutIntro:"\u5E0C\u671B\u6211\u5011\u90FD\u80FD\u66F4\u52A0\u5BB9\u6613\u4E14\u6109\u6085\u5730\u7372\u53D6\u7DB2\u969B\u7DB2\u8DEF\u4E0A\u66F4\u591A\u7684\u5916\u8A9E\u8CC7\u8A0A \u2764\uFE0F \u4F60\u53EF\u4EE5\u9078\u64C7\u958B\u901A <6>Pro\u6703\u54E1 \u4F86\u4F7F\u7528\u958B\u7BB1\u5373\u7528\u7684 DeepL \u548C OpenAI \u7FFB\u8B6F\u3002

\u4F60\u53EF\u4EE5\u95DC\u6CE8\u6211\u4EEC\u7684<3>Twitter\uFF0C<4>Telegram \u983B\u9053\u4EE5\u53CA\u4E0B\u65B9\u7684<5>\u90F5\u4EF6\u8A02\u95B1\u8FFD\u8E64\u66F4\u65B0\u3002
<7>Pro \u6703\u54E1 \u53EF\u4EE5\u901A\u904E\u5FEB\u901F\u5BA2\u670D\u90F5\u7BB1 <8>support@immersivetranslate.com \u548C\u6211\u5011\u53D6\u5F97\u806F\u7E6B\u3002",aboutIntroWithoutSponsor:"\u5E0C\u671B\u6211\u5011\u90FD\u80FD\u66F4\u52A0\u5BB9\u6613\u4E14\u6109\u6085\u5730\u7372\u53D6\u7DB2\u969B\u7DB2\u8DEF\u4E0A\u66F4\u591A\u7684\u5916\u8A9E\u8CC7\u8A0A \u2764\uFE0F ",projectHomepage:"\u5C08\u6848\u9996\u9801",joinTelegramGroup:"\u52A0\u5165\u7528\u6237\u4EA4\u6D41\u7FA4\u7D44\u53C3\u8207\u529F\u80FD\u8A0E\u8AD6",wechatPublicAccount:"\u5FAE\u4FE1\u516C\u773E\u865F",wechatCommunities:"\u5FAE\u4FE1\u4EA4\u6D41\u7FA4",qqCommunities:"QQ \u4EA4\u6D41\u983B\u9053",joinTelegramChannel:"\u95DC\u6CE8 Telegram \u983B\u9053\u77AD\u89E3\u66F4\u65B0\u8CC7\u8A0A",feedbackAndJoin:"\u554F\u984C\u56DE\u5831/\u52A0\u5165\u7FA4\u7D44",autoSync:"\u81EA\u52D5\u5B9A\u6642\u540C\u6B65",loadingThemeTitle:"Loading \u6A23\u5F0F",loadingThemeDescription:"\u8A2D\u5B9A\u7B49\u5F85\u8B6F\u6587\u8F09\u5165\u6642\u7684\u6A23\u5F0F","loadingTheme.spinner":"\u8F49\u5708\u52D5\u756B","loadingTheme.text":"\u975C\u614B\u6587\u5B57 ... ","loadingTheme.none":"\u4E0D\u986F\u793A",developerDescription:"\u53EF\u4EE5\u9EDE\u9078<1>\u6B64\u8655\u6AA2\u8996\u9032\u968E\u81EA\u8A02\u529F\u80FD\u76F8\u95DC\u7684\u8AAA\u660E\u6587\u4EF6","edit border color":"\u8B8A\u66F4\u908A\u6846\u8272\u5F69",successSyncButNoChange:"\u76EE\u524D\u8A2D\u5B9A\u8207\u96F2\u7AEF\u4E00\u81F4",customTheme:"\u81EA\u8A02\u8272\u5F69\u548C\u5927\u5C0F","customThemeLabel.borderColor":"\u908A\u6846\u8272\u5F69","customThemeLabel.borderRadius":"\u908A\u6846\u5713\u89D2","customThemeLabel.textColor":"\u6587\u5B57\u8272\u5F69","customThemeLabel.backgroundColor":"\u80CC\u666F\u8272\u5F69","customThemeLabel.zoom":"\u5B57\u578B\u7E2E\u653E\u6BD4\u4F8B (%)","customThemeLabel.opacity":"\u6587\u5B57\u4E0D\u900F\u660E\u5EA6(%)",resetToDefaultColor:"\u9084\u539F\u70BA\u9810\u8A2D\u8272\u5F69",resetToDefaultSettings:"\u9084\u539F\u70BA\u9810\u8A2D\u8A2D\u5B9A",isTranslateTitle:"\u555F\u7528\u7DB2\u9801\u6A19\u984C\u7FFB\u8B6F",isTranslateTitleDescription:"\u555F\u7528\u5F8C\uFF0C\u7DB2\u9801\u7684\u6A19\u984C\u6703\u88AB\u7FFB\u8B6F",enableSearchEnhancement:"\u958B\u555F\u641C\u7D22\u589E\u5F37",enableSearchEnhancementDescription:"\u4E2D\u6587\u641C\u7D22\u8C37\u6B4C\u6703\u5728\u53F3\u908A\u51FA\u73FE\u82F1\u6587\u7248\u8C37\u6B4C\u65B0\u805E",verifyService:"\u9EDE\u6B64\u6E2C\u8A66\u670D\u52D9",verified:"\u9A57\u8B49\u6210\u529F","field.langs":"\u652F\u63F4\u7684\u8A9E\u8A00\u4EE3\u78BC","field.model":"\u6A21\u578B","field.translationEngine":"\u7FFB\u8B6F\u5F15\u64CE","field.limitPerMinute":"\u6BCF\u5206\u9418\u6700\u5927\u8981\u6C42\u6578","field.limitPerSecond":"\u6BCF\u79D2\u6700\u5927\u8981\u6C42\u6578","field.maxTextLengthPerRequest":"\u6BCF\u6B21\u8981\u6C42\u7684\u6700\u5927\u6587\u5B57\u9577\u5EA6","field.maxTextGroupLengthPerRequest":"\u6BCF\u6B21\u8981\u6C42\u6700\u5927\u6BB5\u843D\u6578","field.apiUrl":"\u81EA\u8A02 API \u4F4D\u5740","field.placeholderDelimiters":"\u4FDD\u7559\u7684\u4F54\u4F4D\u7B26","description.custom":"\u81EA\u5B9A\u7FA9\u63A5\u53E3\u63A5\u5165 \u9700\u8981\u53C3\u8003\u6587\u6A94","description.limitPerMinute":"\u8981\u6C42\u6578\u8D85\u904E\u8A72\u9650\u5236\u6642\u6703\u88AB\u66AB\u6642\u505C\u7528\uFF0C\u76F4\u81F3\u4E0B\u4E00\u5206\u9418\u958B\u59CB\u3002\u7531\u4E8EOpenAI\u76EE\u524D\u670D\u52A1\u7684\u5404\u79CD\u9650\u5236\uFF0C\u8BF7\u70B9\u51FB<1>\u8FD9\u91CC\u67E5\u770B\u6700\u65B0\u5EFA\u8BAE\u7684\u6570\u503C","description.limitPerSecond":"\u8981\u6C42\u6578\u8D85\u904E\u8A72\u9650\u5236\u6642\u6703\u88AB\u66AB\u6642\u505C\u7528\uFF0C\u76F4\u81F3\u4E0B\u4E00\u79D2\u9418\u958B\u59CB\u3002\u7531\u4E8EOpenAI\u76EE\u524D\u670D\u52A1\u7684\u5404\u79CD\u9650\u5236\uFF0C\u8BF7\u70B9\u51FB<1>\u8FD9\u91CC\u67E5\u770B\u6700\u65B0\u5EFA\u8BAE\u7684\u6570\u503C","description.generalLimitPerSecond":"\u8ACB\u6C42\u6578\u8D85\u904E\u8A72\u9650\u5236\u6642\u6703\u9032\u5165\u6392\u968A\u72C0\u614B\uFF0C\u76F4\u5230\u4E0B\u4E00\u79D2\u9418\u958B\u59CB\u3002","description.prompt":"\u4EE5\u7528\u6236\u8EAB\u4EFD\u767C\u9001\u7D66 {service} \u7684\u5C0D\u8A71\uFF0C\u5176\u4E2D {{text}} \u8868\u793A\u6BB5\u843D\u7684\u6587\u672C\u5167\u5BB9\uFF0C{{from}} \u8868\u793A\u6BB5\u843D\u7684\u8A9E\u8A00\uFF0C{{to}} \u8868\u793A\u76EE\u6A19\u8A9E\u8A00","description.maxTextLengthPerRequest":"\u9810\u8A2D\u6703\u5408\u4F75\u591A\u500B\u6BB5\u843D\uFF0C\u4EE5\u6E1B\u5C11\u8ACB\u8981\u6C42\u6578\uFF0C\u4F46\u662F\u5982\u679C\u6BB5\u843D\u7E3D\u9577\u5EA6\u904E\u9577\uFF0C\u4E5F\u53EF\u80FD\u6703\u5C0E\u81F4 API \u7684\u56DE\u61C9\u6642\u9593\u589E\u52A0\uFF0C\u56E0\u6B64\u53EF\u4EE5\u5617\u8A66\u8ABF\u6574\u8A72\u9078\u9805\u4F86\u63D0\u5347\u901F\u5EA6","description.systemPrompt":"\u4EE5\u7CFB\u7D71\u50B3\u9001\u767C\u9001\u7D66 OpenAI \u7684\u5C0D\u8A71\uFF0C\u5176\u4E2D {{text}} \u8868\u793A\u6BB5\u843D\u7684\u6587\u5B57\u5167\u5BB9\uFF0C{{from}} \u8868\u793A\u6BB5\u843D\u7684\u8A9E\u8A00\uFF0C{{to}} \u8868\u793A\u76EE\u6A19\u8A9E\u8A00","field.domain":"\u9818\u57DF","description.domain":"\u9ED8\u8A8D\u70BA\uFF1Ageneral\u3002\u50C5\u5728\u6709\u9053API\u63A7\u5236\u53F0\u958B\u901A\u9818\u57DF\u5316\u7FFB\u8B6F\u7684\u60C5\u6CC1\u4E0B\u53EF\u8A2D\u7F6E\uFF0C\u652F\u6301\u9818\u57DF\u898B<1>\u9019\u88E1","field.scene":"\u5834\u666F","description.scene":"\u9ED8\u8A8D\u70BA\uFF1Ageneral\u3002\u50C5\u5728\u963F\u91CC\u96F2API\u63A7\u5236\u53F0\u958B\u901A\u6A5F\u5668\u7FFB\u8B6F\u5C08\u696D\u7248\u7684\u60C5\u6CC1\u4E0B\u53EF\u8A2D\u7F6E\uFF0C\u652F\u6301\u5834\u666F\u898B<1>\u9019\u88E1","field.vocabId":"\u4F7F\u7528\u8005\u8A5E\u5178ID","description.vocabId":"\u6307\u5B9A\u7684\u5B57\u5178out_id\uFF0C\u76EE\u524D\u652F\u63F4\u82F1\u8B6F\u4E2D","description.model":"OpenAI \u7684\u6A21\u578B\uFF0C\u53EF\u4EE5\u70BA gpt-3.5-turbo, gpt-4 \u7B49","description.maxTextGroupLengthPerRequest":"\u6BCF\u6B21\u50B3\u9001\u7D66\u7FFB\u8B6F\u670D\u52D9\u7684\u6BB5\u843D\u6578\u91CF\uFF0C\u5982\u679C\u6BB5\u843D\u6578\u91CF\u904E\u591A\uFF0C\u53EF\u80FD\u6703\u5C0E\u81F4\u56DE\u61C9\u901F\u5EA6\u8B8A\u6162","description.apiUrl":"\u8ACB\u52A0\u5165\u5177\u9AD4\u5305\u542B\u8DEF\u5F91\u7684\u7DB2\u5740",enabledExtension:"\u555F\u7528\u5957\u4EF6",clickToDisableExtension:"\u9EDE\u9078\u505C\u7528\u5957\u4EF6",clickToEnableExtension:"\u9EDE\u9078\u555F\u7528\u5957\u4EF6",hasBeenDisabled:"\u5DF2\u505C\u7528","show password":"\u986F\u793A\u5BC6\u78BC",customContent:"\u8F38\u5165\u81EA\u5B9A\u7FA9\u6A21\u578B",inputOptions:"\u8F38\u5165\u6846\u589E\u5F37",mouseHoverOptions:"\u9F20\u6A19\u6ED1\u904E",modifyMouseHoverKey:"\u4FEE\u6539\u6ED1\u9F20\u61F8\u505C\u5FEB\u6377\u9375",enableInputTranslation:"\u662F\u5426\u555F\u7528\u8F38\u5165\u6846\u589E\u5F37",enableInputTranslationDescription:"\u555F\u7528\u5F8C\uFF0C\u8F38\u5165\u6846\u76F4\u63A5\u8F38\u5165 {startingKey}{startingKey} \u4F60\u597D\uFF0C\u7136\u5F8C\u5FEB\u901F\u9023\u64CA{inputTrailingTriggerKeyRepeatTimes}\u6B21{trailingKey}\uFF0C\u5373\u53EF\u7FFB\u8B6F\u70BA {inputTargetLanguage}",enableInputTranslationDescriptionForNoneKey:"\u555F\u7528\u5F8C\uFF0C\u8F38\u5165\u6846\u76F4\u63A5\u8F38\u5165\uFF1A\u4F60\u597D\u4E16\u754C\uFF0C\u7136\u5F8C\u5FEB\u901F\u9023\u64CA{inputTrailingTriggerKeyRepeatTimes}\u6B21{trailingKey}\uFF0C\u5373\u53EF\u7FFB\u8B6F\u70BA\u9810\u8A2D\u76EE\u6A19\u8A9E\u8A00",inputTargetLanguage:"\u8A2D\u5B9A\u8F38\u5165\u6846\u7684\u9810\u8A2D\u76EE\u6A19\u8A9E\u8A00",inputTargetLanguageDescription:"\u8F38\u5165\u6846\u7FFB\u8B6F\u7684\u9810\u8A2D\u76EE\u6A19\u8A9E\u8A00\uFF0C\u4E5F\u5C31\u662F {startingKey}{startingKey} \u4F5C\u70BA\u89F8\u767C\u8A5E\u7684\u9810\u8A2D\u8A9E\u8A00",inputTargetLanguageDescriptionForNoneKey:"\u8F38\u5165\u6846\u7FFB\u8B6F\u7684\u9810\u8A2D\u76EE\u6A19\u8A9E\u8A00",inputStartingTriggerKeyTitle:"\u8A2D\u5B9A\u8F38\u5165\u6846\u90E8\u5206\u7FFB\u8B6F\u7684\u5206\u5272\u5B57\u7B26",inputStartingTriggerKeyDescription:"\u7576\u4F60\u4E0D\u9700\u8981\u7FFB\u8B6F\u6574\u500B\u8F38\u5165\u6846\u7684\u6642\u5019\uFF0C\u5206\u5272\u7B26\u5141\u8A31\u4F60\u53EA\u7FFB\u8B6F {startingKey}{startingKey} \u5230\u8F38\u5165\u6846\u672B\u5C3E\u7684\u90E8\u5206\uFF0C\u4E5F\u53EF\u4EE5\u6307\u5B9A\u8A9E\u8A00\u4EE3\u78BC\uFF0C\u4F8B\u5982\uFF1A{startingKey}ja \u8868\u793A\u53EA\u7FFB\u8B6F {startingKey}ja \u5230\u8F38\u5165\u6846\u672B\u5C3E\u7684\u90E8\u5206",inputStartingTriggerKeyDescriptionForNoneKey:"\u76EE\u524D\u8A2D\u5B9A\u70BA\u7121\u9700\u524D\u7DB4\uFF0C\u66AB\u7121\u6CD5\u4F7F\u7528\u8F38\u5165\u6846\u7684\u90E8\u5206\u6587\u5B57\u7FFB\u8B6F\u529F\u80FD",inputTrailingTriggerKeyTitle:"\u9078\u64C7\u4E00\u500B\u8F38\u5165\u7D50\u675F\u7684\u89F8\u767C\u5B57\u7B26",inputTrailingTriggerKeyDescription:"\u5FEB\u901F\u9023\u64CA3 \u6B21{trailingKey} \u5C07\u6703\u958B\u59CB\u7FFB\u8B6F",inputTrailingTriggerKeyTimeout:"\u8F38\u5165\u7D50\u675F\u9023\u64CA\u89F8\u767C\u7684\u9593\u9694\u6642\u9593",inputTrailingTriggerKeyTimeoutDescription:"\u8A2D\u7F6E\u8F38\u5165\u7D50\u675F\u9023\u64CA\u89F8\u767C\u7684\u9593\u9694\u6642\u9593\uFF08\u6BEB\u79D2\uFF09",spaceKey:"<\u7A7A\u683C\u9375>",noneKey:"\u7121\u9700\u524D\u7DB4\uFF0C\u76F4\u63A5\u7FFB\u8B6F\u6574\u500B\u6587\u5B57\u6846",inputTranslationBlockUrlsTitle:"\u5207\u52FF\u5728\u4EE5\u4E0B\u7DB2\u5740\u4E2D\u555F\u7528\u8F38\u5165\u6846\u589E\u5F37",inputTranslationBlockUrlsDescription:"\u5728\u4EE5\u4E0B\u7DB2\u5740\u4E2D\uFF0C\u8F38\u5165\u6846\u589E\u5F37\u5C07\u4E0D\u6703\u751F\u6548",inputHelperInfo:"\u8AAA\u660E\uFF1A\u6211\u5011\u7279\u5225\u91DD\u5C0D\u5728\u4E2D\u6587\u8F38\u5165\u6CD5\u4E0B\u90E8\u5206\u89F8\u767C\u5B57\u7B26\u6703\u8B8A\u6210\u4E2D\u6587\u6A19\u9EDE\u7B26\u865F\u9019\u4EF6\u4E8B\u505A\u4E86\u512A\u5316\uFF0C\u6BD4\u5982\u641C\u72D7\u8F38\u5165\u6CD5\u4E0B / \u6703\u8B8A\u6210\u9813\u865F \u3001\uFF0C\u6C89\u6D78\u5F0F\u7FFB\u8B6F\u652F\u6301\u6240\u6709\u89F8\u767C\u7B26\u5C0D\u61C9\u7684\u4E2D\u6587\u7B26\u865F\uFF0C\u4E5F\u5C31\u662F\u8AAA // \u3001\u3001 \u90FD\u6703\u88AB\u8B58\u5225\u70BA\u89F8\u767C\u5B57\u7B26\u3002

\u540C\u6642\u6211\u5011\u4E5F\u652F\u6301\u8A9E\u8A00\u4EE3\u78BC\u7684\u4E2D\u6587\u5225\u540D\u4F5C\u70BA\u547D\u4EE4\uFF0C\u6BD4\u5982 /\u65E5\u6587 \u4F60\u597D\u4E16\u754C \u6703\u88AB\u7FFB\u8B6F\u70BA\u65E5\u6587\uFF0C<1>\u9EDE\u6B64\u67E5\u770B\u6240\u6709\u652F\u63F4\u7684\u8A9E\u8A00\u4EE3\u78BC\u3002",reloadCurrentPage:"\u8ACB\u5148\u5237\u65B0\u76EE\u524D\u9801\u9762\uFF0C\u518D\u958B\u59CB\u7FFB\u8B6F",noLocalFilePermissionForPDF:"\u66AB\u7121\u6B0A\u9650\u8B80\u53D6\u672C\u6A5F\u6587\u4EF6\uFF0C\u8ACB\u9EDE\u9078\u4E0A\u65B9\u6309\u9215\uFF0C\u7136\u5F8C\u532F\u5165\u672C\u6A5F\u6587\u4EF6",noPermissionForThisPage:"\u26A0\uFE0F \u66AB\u7121\u6B0A\u9650\u7FFB\u8B6F\u76EE\u524D\u9801\u9762","error.retry":"\u91CD\u8A66","error.reason":"\u932F\u8AA4\u539F\u56E0",retryAllParagraphs:"\u91CD\u8A66\u5168\u90E8\u932F\u8AA4\u6BB5\u843D",retryAllButton:"\u91CD\u8A66\u5168\u90E8\u932F\u8AA4\u6BB5\u843D",errorTooltipTitle:"\u9EDE\u64CA\u770B\u932F\u8AA4\u539F\u56E0",errorModalTitle:"\u7FFB\u8B6F\u670D\u52D9\u6216\u7DB2\u8DEF\u4F3C\u4E4E\u51FA\u4E86\u9EDE\u554F\u984C...",disableConfirm:"\u7981\u7528\u78BA\u8A8D",disableOnce:"\u7981\u7528\u4E00\u6B21",disableGlobal:"\u5168\u5C40\u7981\u7528",disableTint:"* \u60A8\u53EF\u4EE5\u5728 {option} \u4E2D\u91CD\u65B0\u555F\u7528\u3002",searchEnhancementNotes:"\u6211\u5011\u767C\u73FE\uFF0C\u4E2D\u6587\u95DC\u9375\u8A5E\u548C\u82F1\u6587\u95DC\u9375\u8A5E\u7684\u65B0\u805E\u7D50\u679C\u6709\u975E\u5E38\u5927\u7684\u4E0D\u540C\uFF0C\u5728\u555F\u7528\u6C89\u6D78\u5F0F\u7FFB\u8B6F\u96D9\u8A9E\u4FE1\u606F\u589E\u5F37\u529F\u80FD\u5F8C\uFF0C\u6211\u5011\u6703\u5728\u652F\u6301\u7684\u7DB2\u7AD9\uFF08\u8C37\u6B4C\u65B0\u805E\uFF0C\u8C37\u6B4C\u641C\u7D22\uFF08\u90E8\u5206\u95DC\u9375\u8A5E\uFF09\uFF0C\u96EA\u7403\uFF0C\u6771\u65B9\u8CA1\u5BCC\u7DB2\uFF0C\u5BCC\u9014\uFF0C\u8001\u864E\uFF09\u81EA\u52D5\u7528\u82F1\u6587\u70BA\u4F60\u641C\u7D22\u540C\u6A23\u7684\u95DC\u9375\u8A5E\u4E26\u5C55\u793A\u5728\u53F3\u5074\u3002\u5982\u679C\u4F60\u4E0D\u9700\u8981\u8A72\u529F\u80FD\u7684\u8A71\uFF0C\u53EF\u4EE5\u9078\u64C7\u7981\u7528\u5B83\u3002",option:"\u9078\u9805",saveSettings:"\u5132\u5B58\u8A2D\u5B9A",closeModal:"\u95DC\u9589\u8996\u7A97",enableInputTranslationWithoutTriggerKeyTitle:"\u555F\u7528\u5FEB\u901F\u9023\u64CA3 \u6B21{trailingKey}\uFF0C\u76F4\u63A5\u7FFB\u8B6F\u6574\u500B\u8F38\u5165\u6846\u70BA{inputTargetLanguage}",enableInputTranslationWithoutTriggerKeyDescription:"\u5982\u9700\u6307\u5B9A\u76EE\u6A19\u8A9E\u8A00\uFF0C\u8ACB\u5728\u524D\u9762\u52A0\u4E0A\u8A9E\u8A00\u7A0B\u5F0F\u78BC\uFF0C\u5982\uFF1Aja \u4F60\u597D\u4E16\u754C",deepLProName:"\u6C89\u6D78\u5F0F\u7FFB\u8B6FPro \u6703\u54E1(\u63A8\u85A6)",deepLProDescription:"\u76EE\u524D\u5957\u9910\u53EF\u4EE5\u76F4\u63A5\u4F7F\u7528",deeplProDescriptionForNormal:"\u7121\u9700\u4EFB\u4F55\u8A2D\u7F6E\uFF0C\u6703\u54E1\u767B\u5165\u5F8C\u5373\u53EF\u4F7F\u7528\uFF0C<1>\u9EDE\u6B64\u5347\u7D1A\u70BA\u6703\u54E1",deepLCustomDescription:"\u9700\u8981\u570B\u5916\u4FE1\u7528\u5361\uFF0C\u5728<1>DeepL\u5B98\u65B9\u958B\u901A\uFF0C\u9EDE\u9078\u67E5\u770B<2>\u6587\u6A94",deepLCustomName:"\u81EA\u8A02Auth Key",chooseProviderLabel:"\u9078\u64C7\u4E00\u500B\u670D\u52D9\u63D0\u4F9B\u8005",openaiProName:"\u6C89\u6D78\u5F0F\u7FFB\u8B6FPro \u6703\u54E1(\u63A8\u85A6)",openaiProDescription:"\u76EE\u524D\u5957\u9910\u53EF\u4EE5\u76F4\u63A5\u4F7F\u7528",openaiProDescriptionForNormal:"\u7121\u9700\u4EFB\u4F55\u8A2D\u7F6E\uFF0C\u6703\u54E1\u767B\u5165\u5F8C\u5373\u53EF\u4F7F\u7528\uFF0C<1>\u9EDE\u6B64\u5347\u7D1A\u70BA\u6703\u54E1",openaiCustomDescription:"\u53EF\u5728OpenAI, Azure OpenAI, \u6216\u5176\u4ED6\u7B2C\u4E09\u65B9\u670D\u52D9\u7372\u53D6\uFF0C<1>\u9EDE\u6B64\u67E5\u770B\u6587\u6A94",openaiCustomName:"\u81EA\u8A02API Key",needLoginAction:"(\u958B\u901A\u6703\u54E1\u6216\u81EA\u8A02)",goLoginOrAction:"(\u958B\u901A\u6703\u54E1\u6216\u53BB\u8A2D\u5B9A)",yearly:"\u5E74\u5EA6\u7E8C\u8A02",quarterly:"\u5B63\u5EA6\u7E8C\u8A02",monthly:"\u6BCF\u6708\u7E8C\u8A02",yearlyForOnce:"\u4E00\u6B21\u6027\u5E74\u5EA6\u5957\u9910",monthlyForOnce:"\u4E00\u6B21\u6027\u6708\u5EA6\u5957\u9910",daily:"\u6BCF\u65E5\u7E8C\u8A02",year:"\u5E74\u5EA6\u7E8C\u8A02",quarter:"\u5B63\u5EA6\u7E8C\u8A02",month:"\u6BCF\u6708\u7E8C\u8A02",day:"\u6BCF\u65E5\u7E8C\u8A02",onetime_7day:"7 \u5929\u9AD4\u9A57\u5305",currentPlanDescriptionForFree:"\u76EE\u524D\u5957\u9910\uFF1A\u514D\u8CBB",currentPlanDescriptionForContinuous:"\u76EE\u524D\u5957\u9910\uFF1A{plan}\uFF0C\u5C07\u65BC {endAt} \u81EA\u52D5\u7E8C\u8CBB",currentPlanDescriptionForAutoRenewCaceling:"\u76EE\u524D\u5957\u9910\uFF1A{plan}\uFF0C\u5C07\u65BC {endAt} \u5230\u671F\uFF0C\u5230\u671F\u5F8C\u5C07\u4E0D\u6703\u81EA\u52D5\u7E8C\u7D04",currentYearlyPlanDescriptionForAutoRenewCacelingWithRealPaiedUser:"\u76EE\u524D\u5957\u9910\uFF1A{plan}\uFF0C\u5C07\u65BC {endAt} \u5230\u671F\uFF0C\u5230\u671F\u5F8C\u5C07\u4E0D\u6703\u81EA\u52D5\u7E8C\u7D04\u3002
<1>\u9EDE\u6B64\u7BA1\u7406\u7E8C\u8CBB\u65B9\u6848",currentYearlyPlanDescriptionForAutoRenewCacelingWithAdmin:"\u76EE\u524D\u5957\u9910\uFF1A{plan}\uFF0C\u5C07\u65BC {endAt} \u5230\u671F\uFF0C\u5230\u671F\u5F8C\u5C07\u4E0D\u6703\u81EA\u52D5\u7E8C\u7D04\u3002
<1>\u9EDE\u6B64\u555F\u7528\u9023\u7E8C\u5305\u5E74",currentPlanDescriptionForOneTime:"\u76EE\u524D\u5957\u9910\uFF1A{plan}\uFF0C\u5C07\u65BC {endAt} \u5230\u671F\uFF0C<1>\u9EDE\u6B64\u5347\u7D1A\u70BA\u5E74\u8CBB\u6216<2>\u6708\u8CBB\u6703\u54E1",upgradePlan:"\u9EDE\u6B64\u5347\u7D1A\u70BAPro \u6703\u54E1",upgradeToPro:"\u5347\u7D1A\u70BA Pro \u6703\u54E1","popup.openPro":"\u5347\u7D1A\u70BA Pro \u6703\u54E1\u5F8C\u53EF\u4EE5\u66A2\u4EAB DeepL \u548C OpenAI \u7FFB\u8B6F\uFF0C\u9EDE\u6B64\u5347\u7D1A","popup.openProForPro":"\u60A8\u662F Pro \u6703\u54E1\uFF0C\u53EF\u76F4\u63A5\u4F7F\u7528 DeepL \u548C OpenAI \u7FFB\u8B6F",currentAccount:"\u7576\u524D\u8CEC\u6236",enableAutoSyncUserSettings:"\u555F\u7528\u591A\u8A2D\u5099\u81EA\u52D5\u96F2\u7AEF\u540C\u6B65",modalEnableInputTranslationTitle:"\u6C89\u6D78\u5F0F\u7FFB\u8B6F\u8F38\u5165\u6846\u7FFB\u8B6F\u63D0\u793A",modalEnableInputTranslationDesc:"\u60A8\u525B\u525B\u900F\u904E\u5FEB\u901F\u9023\u64CA3 \u6B21\u7A7A\u767D\u9375\u89F8\u767C\u4E86\u6C89\u6D78\u5F0F\u7FFB\u8B6F\u7684\u8F38\u5165\u6846\u7FFB\u8B6F\uFF0C\u8F38\u5165\u6846\u7684\u5167\u5BB9\u5C07\u7FFB\u8B6F\u70BA\u9810\u8A2D\u7684\u76EE\u6A19\u8A9E\u8A00\u3002\u900F\u904ECtrl+Z \u53EF\u4EE5\u64A4\u92B7\u7FFB\u8B6F\u3002

\u5982\u679C\u9019\u662F\u4E00\u500B\u5931\u8AA4\uFF0C\u4E0D\u7528\u64D4\u5FC3\uFF0C\u60A8\u53EF\u4EE5\u9078\u64C7\u672C\u6B21\u505C\u7528\uFF0C\u6216\u6C38\u4E45\u505C\u7528\u8F38\u5165\u6846\u7FFB\u8B6F\u3002",saveAndNotShowAgain:"\u5132\u5B58\u4E14\u4E0D\u518D\u63D0\u793A",disableInputTranslationTips:"* \u4F60\u4E5F\u53EF\u4EE5\u5728 {option} \u4E2D\u8A2D\u5B9A\u5176\u4ED6\u5FEB\u6377\u9375\u4F86\u89F8\u767C\uFF0C{learnMore}\u3002",learnMore:"\u9EDE\u6B64\u4E86\u89E3\u66F4\u591A",continueEnalbeInputTranslation:"\u7E7C\u7E8C\u555F\u7528\u8F38\u5165\u6846\u7FFB\u8B6F",autoRenewTrialSuffix:'\uFF08\u8A66\u7528\u4E2D\uFF0C\u7ACB\u523B\u5347\u7D1A\u70BA\u6B63\u5F0F\u6703\u54E1\uFF09',upgradeFromTrialTitle:"\u5347\u7D1A\u70BA\u6B63\u5F0F\u6703\u54E1",subtitle:"\u5F71\u7247\u5B57\u5E55",youtubeService:"\u6C89\u6D78\u5F0F\u7FFB\u8B6F\u5F71\u7247\u5B57\u5E55\u670D\u52D9","subtitle.disabledSubtitle":"\u6C38\u4E45\u7981\u7528\u8996\u983B\u5B57\u5E55\u529F\u80FD","subtitle.disabledSubtitleDescription":"\u5982\u679C\u6C89\u6D78\u5F0F\u7FFB\u8B6F\u7684\u8996\u983B\u5B57\u5E55\u548C\u5176\u4ED6\u64F4\u5C55\u6709\u885D\u7A81\uFF0C\u4F60\u53EF\u4EE5\u9078\u64C7\u6C38\u4E45\u7981\u7528\u6C89\u6D78\u5F0F\u7FFB\u8B6F\u7684\u8996\u983B\u5B57\u5E55\u529F\u80FD\u6216\u8005\u5378\u8F09\u5176\u4ED6\u885D\u7A81\u7684\u64F4\u5C55","subtitle.autoEnableSubtitleDescription":"\u555F\u7528\u5F8C\uFF0C\u7576\u5F71\u7247\u64AD\u653E\u7684\u6642\u5019\uFF0C\u6703\u81EA\u52D5\u986F\u793A\u96D9\u8A9E\u5B57\u5E55\uFF0C\u5426\u5247\u9700\u8981\u9EDE\u64CA\u7FFB\u8B6F\u6309\u9215\u624D\u6703\u986F\u793A\u3002","subtitle.preTranslation":"\u512A\u5148\u4F7F\u7528\u6C89\u6D78\u5F0F\u7FFB\u8B6F\u5B57\u5E55","subtitle.preTranslationDescription":"\u555F\u7528\u5F8C\u6703\u512A\u5148\u7528\u4E0B\u9762\u7684\u7FFB\u8B6F\u670D\u52D9\u63D0\u524D\u7FFB\u8B6F\u6574\u500B\u5B57\u5E55\uFF0C1 \u5C0F\u6642\u7684\u8996\u8A0A\u5927\u6982\u6D88\u8017 5\u842C Tokens \u6216 \u5B57\u7B26\uFF0C\u8ACB\u914C\u60C5\u4F7F\u7528\uFF1B\u95DC\u9589\u5F8C\u5247\u512A\u5148\u4F7F\u7528\u539F\u5F71\u7247\u81EA\u5E36\u7684\u6A5F\u7FFB\u5B57\u5E55","subtitle.humanSubtitlesPreferred":"\u512A\u5148\u4F7F\u7528\u4EBA\u5DE5\u5B57\u5E55","subtitle.humanSubtitlesPreferredDescription":"\u7576\u5F71\u7247\u6709\u76EE\u6A19\u8A9E\u8A00\u4EBA\u5DE5\u5B57\u5E55\u6642\uFF0C\u512A\u5148\u4F7F\u7528\u4EBA\u5DE5\u5B57\u5E55\uFF08\u63A8\u85A6\uFF09","subtitle.bilingual":"\u96D9\u8A9E\u5B57\u5E55","subtitle.autoDisableSubtitle":"\u4E0D\u81EA\u52D5\u555F\u7528\u96D9\u8A9E\u5B57\u5E55","subtitle.hideQuickButton":"\u4E0D\u518D\u986F\u793A\u8A72\u5FEB\u6377\u65B9\u5F0F","subtitle.showQuickButton":"\u986F\u793A\u96D9\u8A9E\u5B57\u5E55\u5FEB\u6377\u65B9\u5F0F","subtitle.showQuickButtonDescription":"\u5728\u8996\u983B\u64AD\u653E\u5668\u53F3\u4E0B\u89D2\u63D0\u4F9B\u555F\u7528\u96D9\u8A9E\u5B57\u5E55\u7684\u5FEB\u6377\u65B9\u5F0F",videoSubtitleTranslationDescription:"\u70BA\u5F71\u7247\u5B57\u5E55\u55AE\u7368\u6307\u5B9A\u4E00\u500B\u7FFB\u8B6F\u670D\u52D9",subtitleTranslating:"\u6B63\u5728\u4F7F\u7528 {service} \u670D\u52D9\u7FFB\u8B6F\u5B57\u5E55\u4E2D\uFF0C\u8ACB\u7A0D\u7B49...\uFF08\u6C89\u6D78\u5F0F\u7FFB\u8B6F\uFF09",subtitleLoading:"\u6B63\u5728\u8F09\u5165\u5B57\u5E55...",bilingual:"\u96D9\u8A9E","field.action":"\u662F\u5426\u555F\u7528\u767E\u5EA6\u8853\u8A9E","description.action":"\u555F\u7528\u5F8C\u6703\u5728\u8ACB\u6C42\u4E2D\u52A0\u5165 action=1 \u7684\u53C3\u6578\uFF0C\u4EE5\u4FBF\u544A\u77E5\u767E\u5EA6\u555F\u7528\u8853\u8A9E\uFF0C<1>\u66F4\u591A\u8AAA\u660E\u8ACB\u53C3\u8003\u5B98\u65B9\u6587\u6A94",closeQuickTranslation:"\u95DC\u9589\u61F8\u6D6E\u7403","closeQuickTranslation.untilNext":"\u672C\u6B21\u95DC\u9589\u76F4\u5230\u4E0B\u6B21\u8A2A\u554F","closeQuickTranslation.currentWebsite":"\u7576\u524D\u7DB2\u7AD9\u7981\u7528","closeQuickTranslation.alwaysClose":"\u6C38\u4E45\u7981\u7528","closeQuickTranslation.settingOpen":"\uFF08\u53EF\u5728<1>\u8A2D\u5B9A\u9801\u958B\u555F\uFF09","closeQuickTranslation.cancel":"\u53D6\u6D88","closeQuickTranslation.confirm":"\u78BA\u5B9A","floatBall.popup":"\u6253\u958B\u5FEB\u6377\u8A2D\u5B9A\u9762\u677F","floatBall.translate":"\u9EDE\u64CA\u7FFB\u8B6F\u8A72\u9801\u9762","floatBall.showOriginal":"\u9EDE\u64CA\u5207\u63DB\u5230\u539F\u6587","floatBall.close":"\u95DC\u9589\u61F8\u6D6E\u7403","floatBallOptions.enableDescPc":"\u555F\u7528\u9801\u9762\u61F8\u6D6E\u7403\u5F8C\uFF0C\u6703\u5728\u9801\u9762\u53F3\u5074\u986F\u793A\u4E00\u500B\u5FEB\u6377\u7FFB\u8B6F\u6309\u9215\uFF0C\u9EDE\u64CA\u5373\u53EF\u7FFB\u8B6F","floatBallOptions.enableDesc":"\u95DC\u9589\u61F8\u6D6E\u7403\u5F8C\uFF0C\u53EF\u4EE5\u7528{touch}\u559A\u8D77\u3002\u70BA\u9632\u6B62\u4E0D\u614E\u95DC\u9589\u8A72\u9078\u9805\u5F8C\u627E\u4E0D\u5230\u61F8\u6D6E\u7403\uFF0C\u5F37\u70C8\u5EFA\u8B70\u6536\u85CF\u672C\u8A2D\u5B9A\u9801","description.azureApiUrl":"\u586B\u5165\u81EA\u8A02\u7684API\u4F4D\u5740",shareBtnTitle:"\u9EDE\u64CA\u751F\u6210\u7DB2\u9801\u5FEB\u7167","floatBall.share":"\u751F\u6210\u7DB2\u9801\u5FEB\u7167","floatBall.guideClickToTranslate":`\u9EDE\u64CA\u6C89\u6D78\u5F0F\u7FFB\u8B6F\u61F8\u6D6E\u7403 + {env.imt_sub_trans_field}: \u8BD1\u6587`,"browser.PdfProFile":"AI \u9A71\u52A8\u7684 PDF Pro \u7FFB\u8BD1","browser.textTranslate":"\u6587\u672C\u7FFB\u8BD1"};var Nf={nologin:"\u672A\u767B\u9304",loginForSafari:"\u767B\u5165\u6216\u8A3B\u518A",login:"\u767B\u9304",goLogin:"\u53BB\u767B\u9304",manageAccount:"\u7BA1\u7406\u8CEC\u6236",openPremium:"\u958B\u901A\u6703\u54E1",logout:"\u9000\u51FA",curentPlan:"\u7576\u524D\u5957\u9910",endAt:"\u5230\u671F",endAuto:"\u81EA\u52D5\u7E8C\u671F",lineBreakMaxTextCount:"\u63DB\u884C\u5F8C\uFF0C\u6BCF\u53E5\u8A71\u5141\u8A31\u7684\u6700\u5927\u5B57\u5143\u6578\u91CF","translate-pdf":"\u9EDE\u9078\u7FFB\u8B6F PDF","noSupportTranslate-pdf":"\u8173\u672C\u4E0D\u652F\u63F4\uFF0C\u8ACB\u4F7F\u7528\u64F4\u5145\u5957\u4EF6","translate-firefox-local-pdf":"\u9EDE\u64CA\u53BB\u5C0E\u5165PDF",enableLineBreak:"\u958B\u555F\u9577\u6BB5\u843D\u81EA\u52D5\u63DB\u884C",sponsorLabel:"$1 \u8D77\u8D0A\u52A9\u958B\u767C\u8005 (\u6708\u4ED8\u6216\u50C5\u8D0A\u52A9\u4E00\u6B21\u5747\u53EF)",help:"\u8AAA\u660E",enableLineBreakDescription:"\u555F\u7528\u5F8C\uFF0C\u5C07\u6703\u5728\u9577\u6BB5\u843D\u4E2D\u6BCF\u53E5\u8A71\u7D50\u675F\u63D2\u5165\u63DB\u884C\u5B57\u5143\uFF0C\u4EE5\u4FBF\u65BC\u95B1\u8B80","browser.shortBrandName":"\u6C89\u6D78\u5F0F\u7FFB\u8B6F","browser.brandName":"\u6C88\u6D78\u5F0F\u7FFB\u8B6F - \u7DB2\u9801\u7FFB\u8B6F\u64F4\u5145 | PDF\u7FFB\u8B6F | \u514D\u8CBB","browser.brandDescription":"\u3010\u6C88\u6D78\u5F0F\u7FFB\u8B6F\u3011\u4E00\u6B3E\u514D\u8CBB\u7684\uFF08\u539F\u6587/\u8B6F\u6587\uFF09\u96D9\u8A9E\u5C0D\u7167\u7DB2\u9801\u7FFB\u8B6F\u64F4\u5145\uFF0C\u540C\u6642\u652F\u6301PDF\u7FFB\u8B6F\uFF08\u4FDD\u7559\u539F\u6587\u6A94\u6392\u7248\uFF09\uFF0C\u8996\u983B\u96D9\u8A9E\u5B57\u5E55\u7FFB\u8B6F\uFF08Youtube, Netflix\u7B49\uFF09\uFF0CEPUB\u96FB\u5B50\u66F8\u7FFB\u8B6F\u7B49\uFF1B\u652F\u6301\u8ABF\u7528\u4EBA\u5DE5\u667A\u80FDAI\u7FFB\u8B6F\u5927\u6A21\u578B\uFF08OpenAI (ChatGPT)\u3001DeepL\u3001Gemini(Bard) \u7B49 \uFF09\u5C0D\u4EE5\u4E0A\u5167\u5BB9\u9032\u884C\u66F4\u6E96\u78BA\u7684\u7FFB\u8B6F\uFF1B","browser.toggleTranslatePage":"\u7FFB\u8B6F\u7DB2\u9801/\u986F\u793A\u539F\u6587","browser.toggleTranslateTheWholePage":"\u7FFB\u8B6F\u9801\u9762\u5168\u90E8\u5340\u57DF/\u986F\u793A\u539F\u6587","browser.toggleTranslateToThePageEndImmediately":"\u7ACB\u5373\u7FFB\u8B6F\u5230\u9801\u9762\u5E95\u90E8/\u986F\u793A\u539F\u6587","browser.toggleTranslateTheMainPage":"\u7FFB\u8B6F\u9801\u9762\u4E3B\u8981\u5340\u57DF/\u986F\u793A\u539F\u6587","browser.shareToDraft":"\u751F\u6210\u7DB2\u9801\u5FEB\u7167","browser.openOptionsPage":"\u958B\u555F\u8A2D\u5B9A\u9801\u9762","browser.translateLocalPdfFile":"\u7FFB\u8B6F\u672C\u6A5F PDF \u6A94\u6848","browser.openEbookViewer":"\u95B1\u8B80\u672C\u6A5F\u96FB\u5B50\u66F8","browser.openEbookBuilder":"\u88FD\u4F5C\u96D9\u8A9E EPUB \u96FB\u5B50\u66F8","browser.translateLocalHtmlFile":"\u7FFB\u8B6F HTML/txt \u6A94\u6848","browser.donateContext":"\u4E86\u89E3\u8D0A\u52A9\u798F\u5229","browser.translateLocalSubtitleFile":"\u7FFB\u8B6F\u5B57\u5E55\u6A94\u6848",confirmResetConfig:"\u4F60\u78BA\u5B9A\u8981\u91CD\u8A2D\u8A2D\u5B9A\u55CE\uFF1F",translationLineBreakSettingTitle:"\u8B6F\u6587\u63DB\u884C\u8A2D\u5B9A",smartLineBreak:"\u667A\u6167\u63DB\u884C",alwaysLineBreak:"\u7E3D\u662F\u63DB\u884C",isShowContextMenu:"\u5C07\u7DB2\u9801\u7FFB\u8B6F\u529F\u80FD\u52A0\u5165\u53F3\u9375\u9078\u55AE",toggleBeta:"\u958B\u555F Beta \u6E2C\u8A66\u529F\u80FD",betaDescription:"\u555F\u7528\u4ECD\u5728\u5BE6\u9A57\u7684\u529F\u80FD\u4EE5\u53CA\u6E2C\u8A66\u4E2D\u7684\u7FFB\u8B6F\u670D\u52D9\u3002\u52A0\u5165 <1>Telegram \u7FA4\u7D44\u4E86\u89E3\u66F4\u591A\u3002",translationLineBreakSettingDescription:"\u7E3D\u662F\u63DB\u884C\u9069\u7528\u65BC\u8F03\u5C11\u5167\u5BB9\u7684\u7248\u9762\uFF0C\u66F4\u6574\u9F4A\u3002(\u5728\u5167\u5BB9\u8F03\u591A\u7684\u9577\u6BB5\u843D(\u8D85\u904E {count} \u500B\u5B57\u5143) \u4F7F\u7528\u667A\u6167\u63DB\u884C\u6703\u66F4\u7701\u7A7A\u9593)",tempTranslateDomainTitle:"\u81E8\u6642\u958B\u555F\u7DB2\u7AD9\u7FFB\u8B6F\u7684\u6642\u9577",tempTranslateDomainDescription:"\u7576\u624B\u52D5\u7FFB\u8B6F\u67D0\u500B\u7DB2\u9801\u7684\u6642\u5019\uFF0C\u81E8\u6642\u958B\u555F\u8A72\u7DB2\u7AD9\u70BA\u81EA\u52D5\u7FFB\u8B6F",xMinutes:"{count} \u5206\u9418",disabled:"\u505C\u7528",changelog:"\u66F4\u65B0\u8A18\u9304",toggleTranslatePageWhenThreeFingersOnTheScreen:"\u591A\u6307\u540C\u6642\u89F8\u6478\u87A2\u5E55\u5247\u7FFB\u8B6F\u7DB2\u9801/\u986F\u793A\u539F\u6587",toggleTranslationMaskWhenThreeFingersOnTheScreen:"\u591A\u6307\u540C\u6642\u89F8\u6478\u5247\u986F\u793A/\u96B1\u85CF\u8B6F\u6587\u6A21\u7CCA\u6548\u679C",addUrlDescription:"\u53EF\u4EE5\u70BA\u7DB2\u57DF\u540D\u7A31\uFF0C\u540C\u6642\u652F\u63F4\u842C\u7528\u5B57\u5143\uFF0C\u5982\uFF1A*.google.com, google.com/mail/*, https://www.google.com/*",general:"\u57FA\u672C\u8A2D\u5B9A",clickToExpandConfig:"\u5C55\u958B\u76EE\u524D\u8A2D\u5B9A",import:"\u5F9E\u6A94\u6848\u532F\u5165",export:"\u532F\u51FA\u70BA\u6A94\u6848",toggleDebug:"\u5728\u4E3B\u63A7\u53F0\u986F\u793A\u5075\u932F\u8A18\u9304","fingers.0":"\u95DC\u9589",mouseHoldKey:"+ {key} \u7FFB\u8B6F/\u9084\u539F\u8A72\u6BB5",mouseHoldKeyAuto:"\u76F4\u63A5\u7FFB\u8B6F\u8A72\u6BB5",mouseHoldKeyOff:"\u4E0D\u505A\u4EFB\u4F55\u4E8B\u60C5",mouseHoldKeyOther:"\u81EA\u5B9A\u7FA9\u5FEB\u6377\u9375(\u6253\u958B\u8A2D\u7F6E)",mouseHoldKeyCustomKey:"{key} \u7FFB\u8B6F/\u9084\u539F\u8A72\u6BB5","mouse-translate":"\u9F20\u6A19\u6ED1\u904E",document:"\u8AAA\u660E\u6587\u4EF6",resetSuccess:"\u91CD\u8A2D\u6240\u6709\u8A2D\u5B9A\u6210\u529F",resetThisSuccess:"\u91CD\u8A2D\u6210\u529F",saved:"\u5132\u5B58\u6210\u529F",successImportConfig:"\u6210\u529F\u532F\u5165\u8A2D\u5B9A",goAdvancedSettings:"\u524D\u5F80\u9032\u968E\u8A2D\u5B9A\u9801\u9762",goAdvancedInterfaceSettings:"\u524D\u5F80\u81EA\u8A02\u8A2D\u5B9A\u9801\u9762",advanced:"\u9032\u968E\u8A2D\u5B9A",advancedDescription:"\u6B63\u5E38\u60C5\u6CC1\u7121\u9700\u8A2D\u5B9A\uFF0C\u4FDD\u6301\u9810\u8A2D\u5373\u53EF\u3002\u50C5\u91DD\u5C0D\u66F4\u5C08\u696D\u7684\u4F7F\u7528\u8005\uFF0C\u63D0\u4F9B\u66F4\u500B\u4EBA\u5316\u7684\u8A2D\u5B9A\u9805\u76EE\u3002",developer:"\u958B\u767C\u8005\u8A2D\u5B9A",donateCafe:"\u50F9\u683C","translate to the bottom of the page":"\u9032\u5165\u7DB2\u9801\u5F8C\uFF0C\u662F\u5426\u7ACB\u5373\u7FFB\u8B6F\u5230\u9801\u9762\u5E95\u90E8\uFF1F",feedback:"\u554F\u984C\u56DE\u5831",toggleTranslatePage:"\u7FFB\u8B6F\u7DB2\u9801/\u986F\u793A\u539F\u6587",translateToThePageEndImmediatelyDescription:"\u555F\u7528\u5F8C\uFF0C\u9032\u5165\u7DB2\u9801\u5C07\u7ACB\u5373\u7FFB\u8B6F\u5F9E\u9802\u90E8\u5230\u5E95\u90E8\u7684\u5167\u5BB9\u3002\u95DC\u9589\u5247\u908A\u770B\u908A\u8B6F\u3002\uFF08\u4E0D\u63A8\u85A6\u958B\u555F\uFF09","translate all areas of the page":"\u662F\u5426\u7FFB\u8B6F\u7DB2\u9801\u6240\u6709\u5340\u57DF",translationAreaDescription:"\u555F\u7528\u5F8C\uFF0C\u7DB2\u9801\u7684\u6240\u6709\u5340\u57DF\u90FD\u6703\u88AB\u7FFB\u8B6F\u3002\u95DC\u9589\u5247\u4F7F\u7528\u9810\u8A2D\u7684\u667A\u6167\u8FA8\u8B58\uFF0C\u50C5\u7FFB\u8B6F\u4E3B\u8981\u5340\u57DF\u3002(\u4E0D\u63A8\u85A6\u958B\u555F)","the number of characters to be translated first":"\u76F4\u63A5\u7FFB\u8B6F\u9801\u9762\u524D\u591A\u5C11\u500B\u5B57\u5143\uFF0C\u800C\u7121\u9700\u7B49\u5F85\u6372\u52D5\u81F3\u53EF\u898B\u5340\u57DF","interface language":"\u4ECB\u9762\u8A9E\u8A00","display both the original text and the translation":"\u540C\u6642\u986F\u793A\u539F\u6587\u548C\u8B6F\u6587","keyboard shortcuts":"\u9375\u76E4\u5FEB\u901F\u9375",modify:"\u8B8A\u66F4\u5FEB\u901F\u9375",reset:"\u91CD\u8A2D",close:"\u95DC\u9589",homepage:"\u9996\u9801",more:"\u66F4\u591A",moreOptions:"\u5C55\u958B\u66F4\u591A\u81EA\u8A02\u9078\u9805",translateTheWholePage:"\u7FFB\u8B6F\u9801\u9762\u5168\u90E8\u5340\u57DF\uFF08\u5340\u5206\u65BC\u53EA\u7FFB\u8B6F\u4E3B\u8981\u5340\u57DF\uFF09",changeToTranslateTheWholePage:"\u5207\u63DB\u70BA\u7FFB\u8B6F\u6240\u6709\u5340\u57DF",changeToTranslateTheMainPage:"\u5207\u63DB\u70BA\u7FFB\u8B6F\u4E3B\u8981\u5340\u57DF",translateToThePageEndImmediately:"\u7ACB\u5373\u7FFB\u8B6F\u5230\u5E95\u90E8\uFF08\u5340\u5206\u65BC\u770B\u54EA\u8B6F\u54EA\uFF09",translateTheMainPage:"\u667A\u6167\u7FFB\u8B6F\u4E3B\u8981\u5340\u57DF","The local rules are up to date":"\u672C\u6A5F\u898F\u5247\u5DF2\u70BA\u6700\u65B0\uFF1A","Successfully synchronized with the latest official rules:":"\u6210\u529F\u540C\u6B65\u6700\u65B0\u5B98\u65B9\u898F\u5247\uFF1A","Checking for updates":"\u6B63\u5728\u6AA2\u67E5\u66F4\u65B0","Rules are being synchronized":"\u6B63\u5728\u540C\u6B65\u5B98\u65B9\u898F\u5247",localVersionIsTooOld:"\u672C\u6A5F\u5957\u4EF6\u7248\u672C\u904E\u820A\uFF0C\u8ACB\u5347\u7D1A\u5957\u4EF6\u81F3 {minVersion} \u6216\u66F4\u65B0\u7684\u7248\u672C\u518D\u5617\u8A66\u540C\u6B65",badUserscriptBrowser:"\u76EE\u524D\u700F\u89BD\u5668\u7121\u6CD5\u6B63\u78BA\u5BE6\u73FE\u6CB9\u7334\u5957\u4EF6\u7684\u4ECB\u9762\uFF0C\u8ACB\u4F7F\u7528\u5176\u4ED6<1>\u652F\u63F4\u6CB9\u7334\u5957\u4EF6\u7684\u700F\u89BD\u5668\u5982(Firefox Nightly \u7248\u672C)",foundNewVersion:"\u6709\u65B0\u7248\u672C\u53EF\u7528",theLocalExtensionIsUpToUpdate:"\u76EE\u524D\u5957\u4EF6\u5DF2\u662F\u6700\u65B0\u7248\u672C",failToSyncRules:"\u540C\u6B65\u6700\u65B0\u5B98\u65B9\u898F\u5247\u5931\u6557",retry:"\u9EDE\u6B64\u91CD\u8A66",failedReason:"\u5931\u6557\u539F\u56E0",currentRuleVersion:"\u76EE\u524D\u898F\u5247\u7248\u672C",calculating:"\u6B63\u5728\u8A08\u7B97",unknownError:"\u672A\u77E5\u7684\u932F\u8AA4",canNotFetchRemoteRule:"\u7121\u6CD5\u53D6\u5F97\u9060\u7AEF\u898F\u5247",enableAlphaSuccess:"\u5DF2\u555F\u7528 Alpha \u529F\u80FD",disableAlphaSuccess:"\u5DF2\u505C\u7528 Alpha \u529F\u80FD",cacheSize:"\u5FEB\u53D6\u5927\u5C0F\uFF1A",cleaning:"\u6B63\u5728\u6E05\u7406",cleanCache:"\u6E05\u9664\u5FEB\u53D6",options:"\u9078\u9805",about:"\u95DC\u65BC",service:"\u7FFB\u8B6F\u670D\u52D9",needAction:"(\u524D\u5F80\u8A2D\u5B9A)",goSettings:"\u524D\u5F80\u8A2D\u5B9A",needActionForOptions:"(\u9700\u8A2D\u5B9A)",translationEngine:"\u5F15\u64CE\u9078\u9805",sourceLanguage:"\u539F\u6587\u8A9E\u8A00",target:"\u76EE\u6A19\u8A9E\u8A00",popupSourceLanguage:"\u539F\u6587\u8A9E\u8A00",popupTarget:"\u76EE\u6A19\u8A9E\u8A00",popupService:"\u7FFB\u8B6F\u670D\u52D9",forThisSite:"\u7576\u524D\u7DB2\u7AD9",autoEnableSubtitle:"\u81EA\u52D5\u958B\u555F\u96D9\u8A9E\u5B57\u5E55",alwaysTranslate:"\u7E3D\u662F\u7FFB\u8B6F",neverTranslate:"\u6C38\u4E0D\u7FFB\u8B6F",neverTranslateSomeLanguage:"\u6C38\u4E0D\u7FFB\u8B6F {language}",alwaysTranslateSomeSite:"\u7E3D\u662F\u7FFB\u8B6F {hostname}",neverTranslateSomeSite:"\u6C38\u4E0D\u7FFB\u8B6F {hostname}",alwaysTranslateSomeSiteOrWildSite:"\u7E3D\u662F\u7FFB\u8B6F\u7DB2\u7AD9",alwaysTranslateSomePage:"\u7E3D\u662F\u7FFB\u8B6F\u8A72\u7DB2\u9801",add:"\u65B0\u589E",default:"\u9810\u8A2D",forThisLanguage:"\u91DD\u5C0D\u8A72\u8A9E\u8A00\uFF1A","add url":"\u8F38\u5165 URL",edit:"\u7DE8\u8F2F",pickAll:"\u5168\u9078","translate other languages into specific language":"\u5C07\u5176\u5B83\u8A9E\u8A00\u7FFB\u8B6F\u70BA\u4F60\u8A2D\u5B9A\u7684\u8A9E\u8A00","select translation service":"\u9078\u64C7\u4F60\u60F3\u7528\u7684\u7FFB\u8B6F\u670D\u52D9",language:"\u8A9E\u8A00","show-original":"\u986F\u793A\u539F\u6587",translate:"\u7FFB\u8B6F",Translated:"\u5DF2\u7FFB\u8B6F",Translating:"\u6B63\u5728\u7FFB\u8B6F",Error:"\u932F\u8AA4",allowCacheTranslations:"\u555F\u7528\u672C\u6A5F\u7FFB\u8B6F\u5FEB\u53D6\uFF08\u6E1B\u5C11\u91CD\u8907\u6BB5\u843D\u7684\u7FFB\u8B6F\u8981\u6C42\uFF09","translation display":"\u8B6F\u6587\u986F\u793A\u6A23\u5F0F","select diplay style":"\u5340\u5206\u8B6F\u6587\u7684\u6A23\u5F0F\uFF0C\u5177\u9AD4\u53EF\u53C3\u8003\u4E0B\u5217\u7BC4\u4F8B",interface:"\u4ECB\u9762\u8A2D\u5B9A",import_export:"\u532F\u5165/\u532F\u51FA",import_export_title:"\u532F\u5165/\u532F\u51FA\u8A2D\u5B9A",syncToGoogleDrive:"\u7ACB\u5373\u8207 Google Drive \u540C\u6B65","floatBallOptions.enable":"\u555F\u7528\u61F8\u6D6E\u7403","floatBallOptions.blockUrls":"\u7981\u7528\u7DB2\u7AD9","floatBallOptions.add":"\u6DFB\u52A0","floatBallOptions.blockUrlDesc":"\u7576\u9047\u5230\u4EE5\u4E0B\u7DB2\u7AD9\u6642\u4E0D\u986F\u793A\u61F8\u6D6E\u7403","floatBallOptions.clickType":"\u9EDE\u64CA\u884C\u70BA","floatBallOptions.clickTypeDesc":"\u61F8\u6D6E\u7403\u5716\u6A19\u9EDE\u64CA\u6642\u7684\u884C\u70BA","floatBallOptions.clickPopup":"\u986F\u793A\u7FFB\u8B6F\u9762\u677F","floatBallOptions.clickTranslate":"\u7FFB\u8B6F/\u986F\u793A\u539F\u6587","floatBallOptions.fixedPosition":"\u56FA\u5B9A\u4F4D\u7F6E","floatBallOptions.fixedPositionDesc":"\u61F8\u6D6E\u7403\u5728\u7A97\u53E3\u5DE6\u5074\u9084\u662F\u53F3\u5074","floatBallOptions.fixedPositionLeft":"\u5DE6\u5074","floatBallOptions.fixedPositionRight":"\u53F3\u5074",previewAllThemes:"\u9810\u89BD\u5168\u90E8\u6A23\u5F0F","translationTheme.none":"\u7121","translationTheme.grey":"\u9ED1\u7070\u8272","translationTheme.dashed":"\u7834\u6298\u865F\u5E95\u7DDA","translationTheme.dotted":"\u9EDE\u72C0\u5E95\u7DDA","translationTheme.dashedBorder":"\u865B\u7DDA\u6846\u7DDA","translationTheme.solidBorder":"\u5BE6\u7DDA\u6846\u7DDA","translationTheme.underline":"\u76F4\u7DDA\u5E95\u7DDA","translationTheme.mask":"\u6A21\u7CCA\u6548\u679C\uFF08\u5B78\u7FD2\u6A21\u5F0F\uFF09","translationTheme.opacity":"\u900F\u660E\u6548\u679C","translationTheme.paper":"\u767D\u7D19\u9670\u5F71\u6548\u679C","translationTheme.dividingLine":"\u5206\u9694\u7DDA","translationTheme.highlight":"\u9192\u76EE\u63D0\u793A","translationTheme.marker":"\u99AC\u514B\u7B46","translationTheme.marker2":"\u99AC\u514B\u7B462","translationTheme.blockquote":"\u5F15\u7528\u6A23\u5F0F","translationTheme.weakening":"\u5F31\u5316","translationTheme.italic":"\u659C\u9AD4","translationTheme.bold":"\u7C97\u9AD4","translationTheme.thinDashed":"\u7D30\u7834\u6298\u865F\u5E95\u7DDA","translationTheme.nativeDashed":"\u7CFB\u7D71\u5167\u5EFA\u7834\u6298\u865F\u5E95\u7DDA","translationTheme.nativeDotted":"\u7CFB\u7D71\u5167\u5EFA\u9EDE\u72C0\u5E95\u7DDA","translationTheme.nativeUnderline":"\u7CFB\u7D71\u5167\u5EFA\u76F4\u7DDA\u5E95\u7DDA","translationTheme.wavy":"\u6CE2\u5F62\u66F2\u7DDA","translationServices.custom":"\u81EA\u5B9A\u7FA9API","translationServices.tencent":"\u9A30\u8A0A\u7FFB\u8B6F\u541B","translationServices.tenAlpha":"\u9A30\u8A0A\u7FFB\u8B6F\u541B(Alpha)","translationServices.google":"Google \u7FFB\u8B6F","translationServices.bai":"\u767E\u5EA6(Alpha)","translationServices.baidu":"\u767E\u5EA6\u7FFB\u8B6F","translationServices.aliyun":"\u963F\u91CC\u96F2\u7FFB\u8B6F","translationServices.volc":"\u706B\u5C71\u7FFB\u8B6F","translationServices.deeplx":"DeepLX(Beta)","translationServices.bing":"\u5FAE\u8F6F\u7FFB\u8B6F","translationServices.deepl":"DeepL","translationServices.wechat":"\u5FAE\u4FE1\u7FFB\u8B6F","translationServices.azure":"Azure \u7FFB\u8B6F","translationServices.ibm":"IBM Watson","translationServices.aws":"\u4E9E\u99AC\u905C\u7FFB\u8B6F","translationServices.mock":"\u6A21\u64EC\u7FFB\u8B6F","translationServices.mock2":"\u6A21\u64EC\u7FFB\u8B6F2","translationServices.caiyun":"\u5F69\u96F2\u5C0F\u8B6F","translationServices.cai":"\u5F69\u96F2\u5C0F\u8B6F (Alpha)","translationServices.volcAlpha":"\u706B\u5C71\u7FFB\u8B6F(Alpha)","translationServices.openl":"OpenL","translationServices.youdao":"\u6709\u9053\u7FFB\u8B6F","translationServices.you":"\u6709\u9053\u7FFB\u8B6F (Alpha)","translationServices.transmart":"\u9A30\u8A0A\u4EA4\u4E92\u7FFB\u8B6F","translationServices.niu":"\u5C0F\u725B\u7FFB\u8B6F","translationServices.papago":"Papago \u7FFB\u8B6F","translationServices.d":"Deepl(Alpha)","translationServices.dpro":"D Pro (Canary)","translationServices.openai":"OpenAI","translationServices.yandex":"Yandex","translationServices.chatgpt":"ChatGPT Web(3.5 mobile)","translate title":"\u7FFB\u8B6F\u9801\u9762\u6A19\u984C","always languages":"\u7E3D\u662F\u7FFB\u8B6F\u7684\u8A9E\u8A00",neverTranslateLanguagesLabel:"\u6C38\u4E0D\u7FFB\u8B6F\u7684\u8A9E\u8A00",neverTranslateTheFollowingLanguagesDescription:"\u7576\u9801\u9762\u4E2D\u67D0\u4E00\u6BB5\u843D\u7684\u8A9E\u8A00\u70BA\u4E0B\u5217\u8A9E\u8A00\u6642\uFF0C\u5C07\u8DF3\u904E\u7FFB\u8B6F",enableUserscriptPagePopup:"\u5728\u9801\u9762\u4E0A\u986F\u793A\u61F8\u6D6E\u7403",enableUserscriptPagePopupDescription:"\u95DC\u9589\u61F8\u6D6E\u7403\u5F8C\uFF0C\u53EF\u4EE5\u7528\u5FEB\u901F\u9375/{touch}\u518D\u6B21\u986F\u793A\u3002\u70BA\u9632\u6B62\u4E0D\u614E\u95DC\u9589\u8A72\u9078\u9805\u5F8C\u627E\u4E0D\u5230\u61F8\u6D6E\u7403\uFF0C\u5EFA\u8B70\u5C07\u672C\u8A2D\u5B9A\u9801\u9762\u52A0\u5165\u81F3\u6211\u7684\u6700\u611B","always translate the following languages":"\u7576\u9801\u9762\u8A9E\u8A00\u70BA\u4E0B\u5217\u8A9E\u8A00\u6642\uFF0C\u6703\u81EA\u52D5\u7FFB\u8B6F\u70BA\u76EE\u6A19\u8A9E\u8A00","always sites":"\u7E3D\u662F\u7FFB\u8B6F\u7684\u7DB2\u5740","always translate the following sites":"\u7576\u7DB2\u7AD9\u70BA\u4E0B\u5217\u7DB2\u57DF\u540D\u7A31\u6642\uFF0C\u6703\u81EA\u52D5\u7FFB\u8B6F\u70BA\u76EE\u6A19\u8A9E\u8A00","never sites":"\u6C38\u4E0D\u7FFB\u8B6F\u7684\u7DB2\u5740","never translate the following sites":"\u7576\u7DB2\u7AD9\u70BA\u4E0B\u5217\u7DB2\u57DF\u540D\u7A31\u6642\uFF0C\u5C07\u4E0D\u6703\u9032\u884C\u7FFB\u8B6F","please refer to":"\u9700\u8981\u586B\u5BEB\u91D1\u9470\u5F8C\u624D\u53EF\u4F7F\u7528\uFF0C\u8A73\u7D30\u8CC7\u8A0A\u8ACB\u53C3\u8003",KeyAndConfigurationTutorial:"\u300A\u91D1\u9470\u7533\u8ACB\u548C\u8A2D\u5B9A\u6559\u5B78\u300B",useAboveStyleForTheseSites:"\u7576\u7DB2\u7AD9\u70BA\u4E0B\u5217\u7DB2\u57DF\u540D\u7A31\u6642\uFF0C\u7E3D\u662F\u4F7F\u7528 \u2308{theme}\u230B \u8B6F\u6587\u6A23\u5F0F",currentUrl:"\u76EE\u524D\u7DB2\u5740",confirm:"\u5132\u5B58",cancel:"\u53D6\u6D88",delete:"\u522A\u9664","languages.auto":"\u81EA\u52D5\u5075\u6E2C",syncToCloud:"\u540C\u6B65\u81F3\u96F2\u7AEF",syncToCloudDescription:"\u4E0A\u50B3\u81F3\u96F2\u7AEF\u5F8C\uFF0C\u53EF\u4EE5\u5728\u4E0D\u540C\u7684\u700F\u89BD\u5668/\u6CB9\u7334\u8173\u672C\u4E4B\u9593\u540C\u6B65\u8A2D\u5B9A\uFF0C\u4EE5\u6700\u5F8C\u8B8A\u66F4\u6642\u9593\u70BA\u6E96\u3002",syncToAccount:"\u540C\u6B65\u5230\u8CEC\u6236",syncToAccountButton:"\u7ACB\u5373\u8207\u96F2\u7AEF\u540C\u6B65",syncToAccountDescription:"\u4E0A\u50B3\u5230\u5DF2\u767B\u9304\u8CEC\u6236\uFF0C\u53EF\u4EE5\u5728\u4E0D\u540C\u7684\u8A2D\u5099\u4E4B\u9593\u540C\u6B65\u914D\u7F6E\uFF0C\u4EE5\u6700\u5F8C\u4FEE\u6539\u6642\u9593\u70BA\u6E96\u3002",successSyncConfigInAccount:"\u6210\u529F\u8207\u8CEC\u6236\u4FDD\u6301\u540C\u6B65",successSyncConfigToAccount:"\u6210\u529F\u540C\u6B65\u5230\u8CEC\u6236",syncConfigNoUpdate:"\u5DF2\u7D93\u662F\u6700\u65B0\u7684\u4E86",authFail:"\u6388\u6B0A\u5931\u6557",syncTitle:"\u624B\u52D5\u5099\u4EFD\u7BA1\u7406",import_hint:"\u532F\u5165",upload:"\u4E0A\u50B3",revokeAuth:"\u64A4\u92B7\u6388\u6B0A",uploadFail:"\u4E0A\u50B3\u5931\u6557",download:"\u4E0B\u8F09",importSuccess:"\u532F\u5165\u6210\u529F",importFail:"\u532F\u5165\u5931\u6557",deleteFail:"\u522A\u9664\u5931\u6557",backupToCloud:"\u624B\u52D5\u7BA1\u7406\u5099\u4EFD\u6A94\u6848",create_new_backup:"\u65B0\u589E\u5099\u4EFD\u7BC0\u9EDE",maxBackupFiles:"\u6700\u591A\u53EF\u4EE5\u5099\u4EFD{count}\u500B\u4E0D\u540C\u7684\u7BC0\u9EDE\uFF0C\u8ACB\u522A\u9664\u4E0D\u9700\u8981\u7684\u7BC0\u9EDE",backupToCloudDescription:"\u624B\u52D5\u4E0A\u50B3\u6216\u9084\u539F\u5099\u4EFD\u6A94\u6848\uFF0C\u6700\u591A\u5141\u8A31 3 \u500B\u4E0D\u540C\u7684\u5099\u4EFD",successSyncConfig:"\u6210\u529F\u8207\u96F2\u7AEF\u4FDD\u6301\u540C\u6B65",syncFail:"\u540C\u6B65\u5931\u6557",updatedAt:"\u66F4\u65B0\u65BC {date}",lastSyncedAt:"\u4E0A\u6B21\u6AA2\u67E5\u65BC {date}",downloadFail:"\u4E0B\u8F09\u5931\u6557",clickToDownload:"\u9EDE\u9078\u4E0B\u8F09",aboutLabel:"\u95DC\u65BC - \u554F\u984C\u56DE\u5831","browser.openAboutPage":"\u95DC\u65BC/\u554F\u984C\u56DE\u5831",aboutLabelWithoutSponsor:"\u95DC\u65BC - \u554F\u984C\u56DE\u5831",aboutIntro:"\u5E0C\u671B\u6211\u5011\u90FD\u80FD\u66F4\u52A0\u5BB9\u6613\u4E14\u6109\u6085\u5730\u7372\u53D6\u7DB2\u969B\u7DB2\u8DEF\u4E0A\u66F4\u591A\u7684\u5916\u8A9E\u8CC7\u8A0A \u2764\uFE0F \u4F60\u53EF\u4EE5\u9078\u64C7\u958B\u901A <6>Pro\u6703\u54E1 \u4F86\u4F7F\u7528\u958B\u7BB1\u5373\u7528\u7684 DeepL \u548C OpenAI \u7FFB\u8B6F\u3002

\u4F60\u53EF\u4EE5\u95DC\u6CE8\u6211\u4EEC\u7684<3>Twitter\uFF0C<4>Telegram \u983B\u9053\u4EE5\u53CA\u4E0B\u65B9\u7684<5>\u90F5\u4EF6\u8A02\u95B1\u8FFD\u8E64\u66F4\u65B0\u3002
<7>Pro \u6703\u54E1 \u53EF\u4EE5\u901A\u904E\u5FEB\u901F\u5BA2\u670D\u90F5\u7BB1 <8>support@immersivetranslate.com \u548C\u6211\u5011\u53D6\u5F97\u806F\u7E6B\u3002",aboutIntroWithoutSponsor:"\u5E0C\u671B\u6211\u5011\u90FD\u80FD\u66F4\u52A0\u5BB9\u6613\u4E14\u6109\u6085\u5730\u7372\u53D6\u7DB2\u969B\u7DB2\u8DEF\u4E0A\u66F4\u591A\u7684\u5916\u8A9E\u8CC7\u8A0A \u2764\uFE0F ",projectHomepage:"\u5C08\u6848\u9996\u9801",joinTelegramGroup:"\u52A0\u5165\u7528\u6237\u4EA4\u6D41\u7FA4\u7D44\u53C3\u8207\u529F\u80FD\u8A0E\u8AD6",wechatPublicAccount:"\u5FAE\u4FE1\u516C\u773E\u865F",wechatCommunities:"\u5FAE\u4FE1\u4EA4\u6D41\u7FA4",qqCommunities:"QQ \u4EA4\u6D41\u983B\u9053",joinTelegramChannel:"\u95DC\u6CE8 Telegram \u983B\u9053\u77AD\u89E3\u66F4\u65B0\u8CC7\u8A0A",feedbackAndJoin:"\u554F\u984C\u56DE\u5831/\u52A0\u5165\u7FA4\u7D44",autoSync:"\u81EA\u52D5\u5B9A\u6642\u540C\u6B65",loadingThemeTitle:"Loading \u6A23\u5F0F",loadingThemeDescription:"\u8A2D\u5B9A\u7B49\u5F85\u8B6F\u6587\u8F09\u5165\u6642\u7684\u6A23\u5F0F","loadingTheme.spinner":"\u8F49\u5708\u52D5\u756B","loadingTheme.text":"\u975C\u614B\u6587\u5B57 ... ","loadingTheme.none":"\u4E0D\u986F\u793A",developerDescription:"\u53EF\u4EE5\u9EDE\u9078<1>\u6B64\u8655\u6AA2\u8996\u9032\u968E\u81EA\u8A02\u529F\u80FD\u76F8\u95DC\u7684\u8AAA\u660E\u6587\u4EF6","edit border color":"\u8B8A\u66F4\u908A\u6846\u8272\u5F69",successSyncButNoChange:"\u76EE\u524D\u8A2D\u5B9A\u8207\u96F2\u7AEF\u4E00\u81F4",customTheme:"\u81EA\u8A02\u8272\u5F69\u548C\u5927\u5C0F","customThemeLabel.borderColor":"\u908A\u6846\u8272\u5F69","customThemeLabel.borderRadius":"\u908A\u6846\u5713\u89D2","customThemeLabel.textColor":"\u6587\u5B57\u8272\u5F69","customThemeLabel.backgroundColor":"\u80CC\u666F\u8272\u5F69","customThemeLabel.zoom":"\u5B57\u578B\u7E2E\u653E\u6BD4\u4F8B (%)","customThemeLabel.opacity":"\u6587\u5B57\u4E0D\u900F\u660E\u5EA6(%)",resetToDefaultColor:"\u9084\u539F\u70BA\u9810\u8A2D\u8272\u5F69",resetToDefaultSettings:"\u9084\u539F\u70BA\u9810\u8A2D\u8A2D\u5B9A",isTranslateTitle:"\u555F\u7528\u7DB2\u9801\u6A19\u984C\u7FFB\u8B6F",isTranslateTitleDescription:"\u555F\u7528\u5F8C\uFF0C\u7DB2\u9801\u7684\u6A19\u984C\u6703\u88AB\u7FFB\u8B6F",enableSearchEnhancement:"\u958B\u555F\u641C\u7D22\u589E\u5F37",enableSearchEnhancementDescription:"\u4E2D\u6587\u641C\u7D22\u8C37\u6B4C\u6703\u5728\u53F3\u908A\u51FA\u73FE\u82F1\u6587\u7248\u8C37\u6B4C\u65B0\u805E",verifyService:"\u9EDE\u6B64\u6E2C\u8A66\u670D\u52D9",verified:"\u9A57\u8B49\u6210\u529F","field.langs":"\u652F\u63F4\u7684\u8A9E\u8A00\u4EE3\u78BC","field.model":"\u6A21\u578B","field.translationEngine":"\u7FFB\u8B6F\u5F15\u64CE","field.limitPerMinute":"\u6BCF\u5206\u9418\u6700\u5927\u8981\u6C42\u6578","field.limitPerSecond":"\u6BCF\u79D2\u6700\u5927\u8981\u6C42\u6578","field.maxTextLengthPerRequest":"\u6BCF\u6B21\u8981\u6C42\u7684\u6700\u5927\u6587\u5B57\u9577\u5EA6","field.maxTextGroupLengthPerRequest":"\u6BCF\u6B21\u8981\u6C42\u6700\u5927\u6BB5\u843D\u6578","field.apiUrl":"\u81EA\u8A02 API \u4F4D\u5740","field.placeholderDelimiters":"\u4FDD\u7559\u7684\u4F54\u4F4D\u7B26","description.custom":"\u81EA\u5B9A\u7FA9\u63A5\u53E3\u63A5\u5165 \u9700\u8981\u53C3\u8003\u6587\u6A94","description.limitPerMinute":"\u8981\u6C42\u6578\u8D85\u904E\u8A72\u9650\u5236\u6642\u6703\u88AB\u66AB\u6642\u505C\u7528\uFF0C\u76F4\u81F3\u4E0B\u4E00\u5206\u9418\u958B\u59CB\u3002\u7531\u4E8EOpenAI\u76EE\u524D\u670D\u52A1\u7684\u5404\u79CD\u9650\u5236\uFF0C\u8BF7\u70B9\u51FB<1>\u8FD9\u91CC\u67E5\u770B\u6700\u65B0\u5EFA\u8BAE\u7684\u6570\u503C","description.limitPerSecond":"\u8981\u6C42\u6578\u8D85\u904E\u8A72\u9650\u5236\u6642\u6703\u88AB\u66AB\u6642\u505C\u7528\uFF0C\u76F4\u81F3\u4E0B\u4E00\u79D2\u9418\u958B\u59CB\u3002\u7531\u4E8EOpenAI\u76EE\u524D\u670D\u52A1\u7684\u5404\u79CD\u9650\u5236\uFF0C\u8BF7\u70B9\u51FB<1>\u8FD9\u91CC\u67E5\u770B\u6700\u65B0\u5EFA\u8BAE\u7684\u6570\u503C","description.generalLimitPerSecond":"\u8ACB\u6C42\u6578\u8D85\u904E\u8A72\u9650\u5236\u6642\u6703\u9032\u5165\u6392\u968A\u72C0\u614B\uFF0C\u76F4\u5230\u4E0B\u4E00\u79D2\u9418\u958B\u59CB\u3002","description.prompt":"\u4EE5\u7528\u6236\u8EAB\u4EFD\u767C\u9001\u7D66 {service} \u7684\u5C0D\u8A71\uFF0C\u5176\u4E2D {{text}} \u8868\u793A\u6BB5\u843D\u7684\u6587\u672C\u5167\u5BB9\uFF0C{{from}} \u8868\u793A\u6BB5\u843D\u7684\u8A9E\u8A00\uFF0C{{to}} \u8868\u793A\u76EE\u6A19\u8A9E\u8A00","description.maxTextLengthPerRequest":"\u9810\u8A2D\u6703\u5408\u4F75\u591A\u500B\u6BB5\u843D\uFF0C\u4EE5\u6E1B\u5C11\u8ACB\u8981\u6C42\u6578\uFF0C\u4F46\u662F\u5982\u679C\u6BB5\u843D\u7E3D\u9577\u5EA6\u904E\u9577\uFF0C\u4E5F\u53EF\u80FD\u6703\u5C0E\u81F4 API \u7684\u56DE\u61C9\u6642\u9593\u589E\u52A0\uFF0C\u56E0\u6B64\u53EF\u4EE5\u5617\u8A66\u8ABF\u6574\u8A72\u9078\u9805\u4F86\u63D0\u5347\u901F\u5EA6","description.systemPrompt":"\u4EE5\u7CFB\u7D71\u8EAB\u4EFD\u767C\u9001\u7D66 {service} \u7684\u5C0D\u8A71\uFF0C\u5176\u4E2D {{text}} \u8868\u793A\u6BB5\u843D\u7684\u6587\u672C\u5167\u5BB9\uFF0C{{from}} \u8868\u793A\u6BB5\u843D\u7684\u8A9E\u8A00\uFF0C{{to}} \u8868\u793A\u76EE\u6A19\u8A9E\u8A00","field.domain":"\u9818\u57DF","description.domain":"\u9ED8\u8A8D\u70BA\uFF1Ageneral\u3002\u50C5\u5728\u6709\u9053API\u63A7\u5236\u53F0\u958B\u901A\u9818\u57DF\u5316\u7FFB\u8B6F\u7684\u60C5\u6CC1\u4E0B\u53EF\u8A2D\u7F6E\uFF0C\u652F\u6301\u9818\u57DF\u898B<1>\u9019\u88E1","field.scene":"\u5834\u666F","description.scene":"\u9ED8\u8A8D\u70BA\uFF1Ageneral\u3002\u50C5\u5728\u963F\u91CC\u96F2API\u63A7\u5236\u53F0\u958B\u901A\u6A5F\u5668\u7FFB\u8B6F\u5C08\u696D\u7248\u7684\u60C5\u6CC1\u4E0B\u53EF\u8A2D\u7F6E\uFF0C\u652F\u6301\u5834\u666F\u898B<1>\u9019\u88E1","field.vocabId":"\u4F7F\u7528\u8005\u8A5E\u5178ID","description.vocabId":"\u6307\u5B9A\u7684\u5B57\u5178out_id\uFF0C\u76EE\u524D\u652F\u63F4\u82F1\u8B6F\u4E2D","description.model":"OpenAI \u7684\u6A21\u578B\uFF0C\u53EF\u4EE5\u70BA gpt-3.5-turbo, gpt-4 \u7B49","description.maxTextGroupLengthPerRequest":"\u6BCF\u6B21\u50B3\u9001\u7D66\u7FFB\u8B6F\u670D\u52D9\u7684\u6BB5\u843D\u6578\u91CF\uFF0C\u5982\u679C\u6BB5\u843D\u6578\u91CF\u904E\u591A\uFF0C\u53EF\u80FD\u6703\u5C0E\u81F4\u56DE\u61C9\u901F\u5EA6\u8B8A\u6162","description.apiUrl":"\u8ACB\u52A0\u5165\u5177\u9AD4\u5305\u542B\u8DEF\u5F91\u7684\u7DB2\u5740",enabledExtension:"\u555F\u7528\u5957\u4EF6",clickToDisableExtension:"\u9EDE\u9078\u505C\u7528\u5957\u4EF6",clickToEnableExtension:"\u9EDE\u9078\u555F\u7528\u5957\u4EF6",hasBeenDisabled:"\u5DF2\u505C\u7528","show password":"\u986F\u793A\u5BC6\u78BC",customContent:"\u8F38\u5165\u81EA\u5B9A\u7FA9\u6A21\u578B",inputOptions:"\u8F38\u5165\u6846\u589E\u5F37",mouseHoverOptions:"\u9F20\u6A19\u6ED1\u904E",modifyMouseHoverKey:"\u4FEE\u6539\u6ED1\u9F20\u61F8\u505C\u5FEB\u6377\u9375",enableInputTranslation:"\u662F\u5426\u555F\u7528\u8F38\u5165\u6846\u589E\u5F37",enableInputTranslationDescription:"\u555F\u7528\u5F8C\uFF0C\u8F38\u5165\u6846\u76F4\u63A5\u8F38\u5165 {startingKey}{startingKey} \u4F60\u597D\uFF0C\u7136\u5F8C\u5FEB\u901F\u9023\u64CA{inputTrailingTriggerKeyRepeatTimes}\u6B21{trailingKey}\uFF0C\u5373\u53EF\u7FFB\u8B6F\u70BA {inputTargetLanguage}",enableInputTranslationDescriptionForNoneKey:"\u555F\u7528\u5F8C\uFF0C\u8F38\u5165\u6846\u76F4\u63A5\u8F38\u5165\uFF1A\u4F60\u597D\u4E16\u754C\uFF0C\u7136\u5F8C\u5FEB\u901F\u9023\u64CA{inputTrailingTriggerKeyRepeatTimes}\u6B21{trailingKey}\uFF0C\u5373\u53EF\u7FFB\u8B6F\u70BA\u9810\u8A2D\u76EE\u6A19\u8A9E\u8A00",inputTargetLanguage:"\u8A2D\u5B9A\u8F38\u5165\u6846\u7684\u9810\u8A2D\u76EE\u6A19\u8A9E\u8A00",inputTargetLanguageDescription:"\u8F38\u5165\u6846\u7FFB\u8B6F\u7684\u9810\u8A2D\u76EE\u6A19\u8A9E\u8A00\uFF0C\u4E5F\u5C31\u662F {startingKey}{startingKey} \u4F5C\u70BA\u89F8\u767C\u8A5E\u7684\u9810\u8A2D\u8A9E\u8A00",inputTargetLanguageDescriptionForNoneKey:"\u8F38\u5165\u6846\u7FFB\u8B6F\u7684\u9810\u8A2D\u76EE\u6A19\u8A9E\u8A00",inputStartingTriggerKeyTitle:"\u8A2D\u5B9A\u8F38\u5165\u6846\u90E8\u5206\u7FFB\u8B6F\u7684\u5206\u5272\u5B57\u7B26",inputStartingTriggerKeyDescription:"\u7576\u4F60\u4E0D\u9700\u8981\u7FFB\u8B6F\u6574\u500B\u8F38\u5165\u6846\u7684\u6642\u5019\uFF0C\u5206\u5272\u7B26\u5141\u8A31\u4F60\u53EA\u7FFB\u8B6F {startingKey}{startingKey} \u5230\u8F38\u5165\u6846\u672B\u5C3E\u7684\u90E8\u5206\uFF0C\u4E5F\u53EF\u4EE5\u6307\u5B9A\u8A9E\u8A00\u4EE3\u78BC\uFF0C\u4F8B\u5982\uFF1A{startingKey}ja \u8868\u793A\u53EA\u7FFB\u8B6F {startingKey}ja \u5230\u8F38\u5165\u6846\u672B\u5C3E\u7684\u90E8\u5206",inputStartingTriggerKeyDescriptionForNoneKey:"\u76EE\u524D\u8A2D\u5B9A\u70BA\u7121\u9700\u524D\u7DB4\uFF0C\u66AB\u7121\u6CD5\u4F7F\u7528\u8F38\u5165\u6846\u7684\u90E8\u5206\u6587\u5B57\u7FFB\u8B6F\u529F\u80FD",inputTrailingTriggerKeyTitle:"\u9078\u64C7\u4E00\u500B\u8F38\u5165\u7D50\u675F\u7684\u89F8\u767C\u5B57\u7B26",inputTrailingTriggerKeyDescription:"\u5FEB\u901F\u9023\u64CA3 \u6B21{trailingKey} \u5C07\u6703\u958B\u59CB\u7FFB\u8B6F",inputTrailingTriggerKeyTimeout:"\u8F38\u5165\u7D50\u675F\u9023\u64CA\u89F8\u767C\u7684\u9593\u9694\u6642\u9593",inputTrailingTriggerKeyTimeoutDescription:"\u8A2D\u7F6E\u8F38\u5165\u7D50\u675F\u9023\u64CA\u89F8\u767C\u7684\u9593\u9694\u6642\u9593\uFF08\u6BEB\u79D2\uFF09",spaceKey:"<\u7A7A\u683C\u9375>",noneKey:"\u7121\u9700\u524D\u7DB4\uFF0C\u76F4\u63A5\u7FFB\u8B6F\u6574\u500B\u6587\u5B57\u6846",inputTranslationBlockUrlsTitle:"\u5207\u52FF\u5728\u4EE5\u4E0B\u7DB2\u5740\u4E2D\u555F\u7528\u8F38\u5165\u6846\u589E\u5F37",inputTranslationBlockUrlsDescription:"\u5728\u4EE5\u4E0B\u7DB2\u5740\u4E2D\uFF0C\u8F38\u5165\u6846\u589E\u5F37\u5C07\u4E0D\u6703\u751F\u6548",inputHelperInfo:"\u8AAA\u660E\uFF1A\u6211\u5011\u7279\u5225\u91DD\u5C0D\u5728\u4E2D\u6587\u8F38\u5165\u6CD5\u4E0B\u90E8\u5206\u89F8\u767C\u5B57\u7B26\u6703\u8B8A\u6210\u4E2D\u6587\u6A19\u9EDE\u7B26\u865F\u9019\u4EF6\u4E8B\u505A\u4E86\u512A\u5316\uFF0C\u6BD4\u5982\u641C\u72D7\u8F38\u5165\u6CD5\u4E0B / \u6703\u8B8A\u6210\u9813\u865F \u3001\uFF0C\u6C89\u6D78\u5F0F\u7FFB\u8B6F\u652F\u6301\u6240\u6709\u89F8\u767C\u7B26\u5C0D\u61C9\u7684\u4E2D\u6587\u7B26\u865F\uFF0C\u4E5F\u5C31\u662F\u8AAA // \u3001\u3001 \u90FD\u6703\u88AB\u8B58\u5225\u70BA\u89F8\u767C\u5B57\u7B26\u3002

\u540C\u6642\u6211\u5011\u4E5F\u652F\u6301\u8A9E\u8A00\u4EE3\u78BC\u7684\u4E2D\u6587\u5225\u540D\u4F5C\u70BA\u547D\u4EE4\uFF0C\u6BD4\u5982 /\u65E5\u6587 \u4F60\u597D\u4E16\u754C \u6703\u88AB\u7FFB\u8B6F\u70BA\u65E5\u6587\uFF0C<1>\u9EDE\u6B64\u67E5\u770B\u6240\u6709\u652F\u63F4\u7684\u8A9E\u8A00\u4EE3\u78BC\u3002",reloadCurrentPage:"\u8ACB\u5148\u5237\u65B0\u76EE\u524D\u9801\u9762\uFF0C\u518D\u958B\u59CB\u7FFB\u8B6F",noLocalFilePermissionForPDF:"\u66AB\u7121\u6B0A\u9650\u8B80\u53D6\u672C\u6A5F\u6587\u4EF6\uFF0C\u8ACB\u9EDE\u9078\u4E0A\u65B9\u6309\u9215\uFF0C\u7136\u5F8C\u532F\u5165\u672C\u6A5F\u6587\u4EF6",noPermissionForThisPage:"\u26A0\uFE0F \u66AB\u7121\u6B0A\u9650\u7FFB\u8B6F\u76EE\u524D\u9801\u9762","error.retry":"\u91CD\u8A66","error.reason":"\u932F\u8AA4\u539F\u56E0",retryAllParagraphs:"\u91CD\u8A66\u5168\u90E8\u932F\u8AA4\u6BB5\u843D",retryAllButton:"\u91CD\u8A66\u5168\u90E8\u932F\u8AA4\u6BB5\u843D",errorTooltipTitle:"\u9EDE\u64CA\u770B\u932F\u8AA4\u539F\u56E0",errorModalTitle:"\u7FFB\u8B6F\u670D\u52D9\u6216\u7DB2\u8DEF\u4F3C\u4E4E\u51FA\u4E86\u9EDE\u554F\u984C...",disableConfirm:"\u7981\u7528\u78BA\u8A8D",disableOnce:"\u7981\u7528\u4E00\u6B21",disableGlobal:"\u5168\u5C40\u7981\u7528",disableTint:"* \u60A8\u53EF\u4EE5\u5728 {option} \u4E2D\u91CD\u65B0\u555F\u7528\u3002",searchEnhancementNotes:"\u6211\u5011\u767C\u73FE\uFF0C\u4E2D\u6587\u95DC\u9375\u8A5E\u548C\u82F1\u6587\u95DC\u9375\u8A5E\u7684\u65B0\u805E\u7D50\u679C\u6709\u975E\u5E38\u5927\u7684\u4E0D\u540C\uFF0C\u5728\u555F\u7528\u6C89\u6D78\u5F0F\u7FFB\u8B6F\u96D9\u8A9E\u4FE1\u606F\u589E\u5F37\u529F\u80FD\u5F8C\uFF0C\u6211\u5011\u6703\u5728\u652F\u6301\u7684\u7DB2\u7AD9\uFF08\u8C37\u6B4C\u65B0\u805E\uFF0C\u8C37\u6B4C\u641C\u7D22\uFF08\u90E8\u5206\u95DC\u9375\u8A5E\uFF09\uFF0C\u96EA\u7403\uFF0C\u6771\u65B9\u8CA1\u5BCC\u7DB2\uFF0C\u5BCC\u9014\uFF0C\u8001\u864E\uFF09\u81EA\u52D5\u7528\u82F1\u6587\u70BA\u4F60\u641C\u7D22\u540C\u6A23\u7684\u95DC\u9375\u8A5E\u4E26\u5C55\u793A\u5728\u53F3\u5074\u3002\u5982\u679C\u4F60\u4E0D\u9700\u8981\u8A72\u529F\u80FD\u7684\u8A71\uFF0C\u53EF\u4EE5\u9078\u64C7\u7981\u7528\u5B83\u3002",option:"\u9078\u9805",saveSettings:"\u5132\u5B58\u8A2D\u5B9A",closeModal:"\u95DC\u9589\u8996\u7A97",enableInputTranslationWithoutTriggerKeyTitle:"\u555F\u7528\u5FEB\u901F\u9023\u64CA3 \u6B21{trailingKey}\uFF0C\u76F4\u63A5\u7FFB\u8B6F\u6574\u500B\u8F38\u5165\u6846\u70BA{inputTargetLanguage}",enableInputTranslationWithoutTriggerKeyDescription:"\u5982\u9700\u6307\u5B9A\u76EE\u6A19\u8A9E\u8A00\uFF0C\u8ACB\u5728\u524D\u9762\u52A0\u4E0A\u8A9E\u8A00\u7A0B\u5F0F\u78BC\uFF0C\u5982\uFF1Aja \u4F60\u597D\u4E16\u754C",deepLProName:"\u6C89\u6D78\u5F0F\u7FFB\u8B6FPro \u6703\u54E1(\u63A8\u85A6)",deepLProDescription:"\u76EE\u524D\u5957\u9910\u53EF\u4EE5\u76F4\u63A5\u4F7F\u7528",deeplProDescriptionForNormal:"\u7121\u9700\u4EFB\u4F55\u8A2D\u7F6E\uFF0C\u6703\u54E1\u767B\u5165\u5F8C\u5373\u53EF\u4F7F\u7528\uFF0C<1>\u9EDE\u6B64\u5347\u7D1A\u70BA\u6703\u54E1",deepLCustomDescription:"\u9700\u8981\u570B\u5916\u4FE1\u7528\u5361\uFF0C\u5728<1>DeepL\u5B98\u65B9\u958B\u901A\uFF0C\u9EDE\u9078\u67E5\u770B<2>\u6587\u6A94",deepLCustomName:"\u81EA\u8A02Auth Key",chooseProviderLabel:"\u9078\u64C7\u4E00\u500B\u670D\u52D9\u63D0\u4F9B\u8005",openaiProName:"\u6C89\u6D78\u5F0F\u7FFB\u8B6FPro \u6703\u54E1(\u63A8\u85A6)",openaiProDescription:"\u76EE\u524D\u5957\u9910\u53EF\u4EE5\u76F4\u63A5\u4F7F\u7528",openaiProDescriptionForNormal:"\u7121\u9700\u4EFB\u4F55\u8A2D\u7F6E\uFF0C\u6703\u54E1\u767B\u5165\u5F8C\u5373\u53EF\u4F7F\u7528\uFF0C<1>\u9EDE\u6B64\u5347\u7D1A\u70BA\u6703\u54E1",openaiCustomDescription:"\u53EF\u5728OpenAI, Azure OpenAI, \u6216\u5176\u4ED6\u7B2C\u4E09\u65B9\u670D\u52D9\u7372\u53D6\uFF0C<1>\u9EDE\u6B64\u67E5\u770B\u6587\u6A94",openaiCustomName:"\u81EA\u8A02API Key",needLoginAction:"(\u958B\u901A\u6703\u54E1\u6216\u81EA\u8A02)",goLoginOrAction:"(\u958B\u901A\u6703\u54E1\u6216\u53BB\u8A2D\u5B9A)",yearly:"\u5E74\u5EA6\u7E8C\u8A02",quarterly:"\u5B63\u5EA6\u7E8C\u8A02",monthly:"\u6BCF\u6708\u7E8C\u8A02",yearlyForOnce:"\u4E00\u6B21\u6027\u5E74\u5EA6\u5957\u9910",monthlyForOnce:"\u4E00\u6B21\u6027\u6708\u5EA6\u5957\u9910",daily:"\u6BCF\u65E5\u7E8C\u8A02",year:"\u5E74\u5EA6\u7E8C\u8A02",quarter:"\u5B63\u5EA6\u7E8C\u8A02",month:"\u6BCF\u6708\u7E8C\u8A02",day:"\u6BCF\u65E5\u7E8C\u8A02",onetime_7day:"7 \u5929\u9AD4\u9A57\u5305",currentPlanDescriptionForFree:"\u76EE\u524D\u5957\u9910\uFF1A\u514D\u8CBB",currentPlanDescriptionForContinuous:"\u76EE\u524D\u5957\u9910\uFF1A{plan}\uFF0C\u5C07\u65BC {endAt} \u81EA\u52D5\u7E8C\u8CBB",currentPlanDescriptionForAutoRenewCaceling:"\u76EE\u524D\u5957\u9910\uFF1A{plan}\uFF0C\u5C07\u65BC {endAt} \u5230\u671F\uFF0C\u5230\u671F\u5F8C\u5C07\u4E0D\u6703\u81EA\u52D5\u7E8C\u7D04",currentYearlyPlanDescriptionForAutoRenewCacelingWithRealPaiedUser:"\u76EE\u524D\u5957\u9910\uFF1A{plan}\uFF0C\u5C07\u65BC {endAt} \u5230\u671F\uFF0C\u5230\u671F\u5F8C\u5C07\u4E0D\u6703\u81EA\u52D5\u7E8C\u7D04\u3002
<1>\u9EDE\u6B64\u7BA1\u7406\u7E8C\u8CBB\u65B9\u6848",currentYearlyPlanDescriptionForAutoRenewCacelingWithAdmin:"\u76EE\u524D\u5957\u9910\uFF1A{plan}\uFF0C\u5C07\u65BC {endAt} \u5230\u671F\uFF0C\u5230\u671F\u5F8C\u5C07\u4E0D\u6703\u81EA\u52D5\u7E8C\u7D04\u3002
<1>\u9EDE\u6B64\u555F\u7528\u9023\u7E8C\u5305\u5E74",currentPlanDescriptionForOneTime:"\u76EE\u524D\u5957\u9910\uFF1A{plan}\uFF0C\u5C07\u65BC {endAt} \u5230\u671F\uFF0C<1>\u9EDE\u6B64\u5347\u7D1A\u70BA\u5E74\u8CBB\u6216<2>\u6708\u8CBB\u6703\u54E1",upgradePlan:"\u9EDE\u6B64\u5347\u7D1A\u70BAPro \u6703\u54E1",upgradeToPro:"\u5347\u7D1A\u70BA Pro \u6703\u54E1","popup.openPro":"\u5347\u7D1A\u70BA Pro \u6703\u54E1\u5F8C\u53EF\u4EE5\u66A2\u4EAB DeepL \u548C OpenAI \u7FFB\u8B6F\uFF0C\u9EDE\u6B64\u5347\u7D1A","popup.openProForPro":"\u60A8\u662F Pro \u6703\u54E1\uFF0C\u53EF\u76F4\u63A5\u4F7F\u7528 DeepL \u548C OpenAI \u7FFB\u8B6F",currentAccount:"\u7576\u524D\u8CEC\u6236",enableAutoSyncUserSettings:"\u555F\u7528\u591A\u8A2D\u5099\u81EA\u52D5\u96F2\u7AEF\u540C\u6B65",modalEnableInputTranslationTitle:"\u6C89\u6D78\u5F0F\u7FFB\u8B6F\u8F38\u5165\u6846\u7FFB\u8B6F\u63D0\u793A",modalEnableInputTranslationDesc:"\u60A8\u525B\u525B\u900F\u904E\u5FEB\u901F\u9023\u64CA3 \u6B21\u7A7A\u767D\u9375\u89F8\u767C\u4E86\u6C89\u6D78\u5F0F\u7FFB\u8B6F\u7684\u8F38\u5165\u6846\u7FFB\u8B6F\uFF0C\u8F38\u5165\u6846\u7684\u5167\u5BB9\u5C07\u7FFB\u8B6F\u70BA\u9810\u8A2D\u7684\u76EE\u6A19\u8A9E\u8A00\u3002\u900F\u904ECtrl+Z \u53EF\u4EE5\u64A4\u92B7\u7FFB\u8B6F\u3002

\u5982\u679C\u9019\u662F\u4E00\u500B\u5931\u8AA4\uFF0C\u4E0D\u7528\u64D4\u5FC3\uFF0C\u60A8\u53EF\u4EE5\u9078\u64C7\u672C\u6B21\u505C\u7528\uFF0C\u6216\u6C38\u4E45\u505C\u7528\u8F38\u5165\u6846\u7FFB\u8B6F\u3002",saveAndNotShowAgain:"\u5132\u5B58\u4E14\u4E0D\u518D\u63D0\u793A",disableInputTranslationTips:"* \u4F60\u4E5F\u53EF\u4EE5\u5728 {option} \u4E2D\u8A2D\u5B9A\u5176\u4ED6\u5FEB\u6377\u9375\u4F86\u89F8\u767C\uFF0C{learnMore}\u3002",learnMore:"\u9EDE\u6B64\u4E86\u89E3\u66F4\u591A",continueEnalbeInputTranslation:"\u7E7C\u7E8C\u555F\u7528\u8F38\u5165\u6846\u7FFB\u8B6F",autoRenewTrialSuffix:'\uFF08\u8A66\u7528\u4E2D\uFF0C\u7ACB\u523B\u5347\u7D1A\u70BA\u6B63\u5F0F\u6703\u54E1\uFF09',upgradeFromTrialTitle:"\u5347\u7D1A\u70BA\u6B63\u5F0F\u6703\u54E1",subtitle:"\u5F71\u7247\u5B57\u5E55",youtubeService:"\u6C89\u6D78\u5F0F\u7FFB\u8B6F\u5F71\u7247\u5B57\u5E55\u670D\u52D9","subtitle.disabledSubtitle":"\u6C38\u4E45\u7981\u7528\u8996\u983B\u5B57\u5E55\u529F\u80FD","subtitle.disabledSubtitleDescription":"\u5982\u679C\u6C89\u6D78\u5F0F\u7FFB\u8B6F\u7684\u8996\u983B\u5B57\u5E55\u548C\u5176\u4ED6\u64F4\u5C55\u6709\u885D\u7A81\uFF0C\u4F60\u53EF\u4EE5\u9078\u64C7\u6C38\u4E45\u7981\u7528\u6C89\u6D78\u5F0F\u7FFB\u8B6F\u7684\u8996\u983B\u5B57\u5E55\u529F\u80FD\u6216\u8005\u5378\u8F09\u5176\u4ED6\u885D\u7A81\u7684\u64F4\u5C55","subtitle.autoEnableSubtitleDescription":"\u555F\u7528\u5F8C\uFF0C\u7576\u5F71\u7247\u64AD\u653E\u7684\u6642\u5019\uFF0C\u6703\u81EA\u52D5\u986F\u793A\u96D9\u8A9E\u5B57\u5E55\uFF0C\u5426\u5247\u9700\u8981\u9EDE\u64CA\u7FFB\u8B6F\u6309\u9215\u624D\u6703\u986F\u793A\u3002","subtitle.preTranslation":"\u512A\u5148\u4F7F\u7528\u6C89\u6D78\u5F0F\u7FFB\u8B6F\u5B57\u5E55","subtitle.preTranslationDescription":"\u555F\u7528\u5F8C\u6703\u512A\u5148\u7528\u4E0B\u9762\u7684\u7FFB\u8B6F\u670D\u52D9\u63D0\u524D\u7FFB\u8B6F\u6574\u500B\u5B57\u5E55\uFF0C1 \u5C0F\u6642\u7684\u8996\u8A0A\u5927\u6982\u6D88\u8017 5\u842C Tokens \u6216 \u5B57\u7B26\uFF0C\u8ACB\u914C\u60C5\u4F7F\u7528\uFF1B\u95DC\u9589\u5F8C\u5247\u512A\u5148\u4F7F\u7528\u539F\u5F71\u7247\u81EA\u5E36\u7684\u6A5F\u7FFB\u5B57\u5E55","subtitle.humanSubtitlesPreferred":"\u512A\u5148\u4F7F\u7528\u4EBA\u5DE5\u5B57\u5E55","subtitle.humanSubtitlesPreferredDescription":"\u7576\u5F71\u7247\u6709\u76EE\u6A19\u8A9E\u8A00\u4EBA\u5DE5\u5B57\u5E55\u6642\uFF0C\u512A\u5148\u4F7F\u7528\u4EBA\u5DE5\u5B57\u5E55\uFF08\u63A8\u85A6\uFF09","subtitle.bilingual":"\u96D9\u8A9E\u5B57\u5E55","subtitle.autoDisableSubtitle":"\u4E0D\u81EA\u52D5\u555F\u7528\u96D9\u8A9E\u5B57\u5E55","subtitle.hideQuickButton":"\u4E0D\u518D\u986F\u793A\u8A72\u5FEB\u6377\u65B9\u5F0F","subtitle.showQuickButton":"\u986F\u793A\u96D9\u8A9E\u5B57\u5E55\u5FEB\u6377\u65B9\u5F0F","subtitle.showQuickButtonDescription":"\u5728\u8996\u983B\u64AD\u653E\u5668\u53F3\u4E0B\u89D2\u63D0\u4F9B\u555F\u7528\u96D9\u8A9E\u5B57\u5E55\u7684\u5FEB\u6377\u65B9\u5F0F",videoSubtitleTranslationDescription:"\u70BA\u5F71\u7247\u5B57\u5E55\u55AE\u7368\u6307\u5B9A\u4E00\u500B\u7FFB\u8B6F\u670D\u52D9",subtitleTranslating:"\u6B63\u5728\u4F7F\u7528 {service} \u670D\u52D9\u7FFB\u8B6F\u5B57\u5E55\u4E2D\uFF0C\u8ACB\u7A0D\u7B49...\uFF08\u6C89\u6D78\u5F0F\u7FFB\u8B6F\uFF09",subtitleLoading:"\u6B63\u5728\u8F09\u5165\u5B57\u5E55...",bilingual:"\u96D9\u8A9E","field.action":"\u662F\u5426\u555F\u7528\u767E\u5EA6\u8853\u8A9E","description.action":"\u555F\u7528\u5F8C\u6703\u5728\u8ACB\u6C42\u4E2D\u52A0\u5165 action=1 \u7684\u53C3\u6578\uFF0C\u4EE5\u4FBF\u544A\u77E5\u767E\u5EA6\u555F\u7528\u8853\u8A9E\uFF0C<1>\u66F4\u591A\u8AAA\u660E\u8ACB\u53C3\u8003\u5B98\u65B9\u6587\u6A94",closeQuickTranslation:"\u95DC\u9589\u61F8\u6D6E\u7403","closeQuickTranslation.untilNext":"\u672C\u6B21\u95DC\u9589\u76F4\u5230\u4E0B\u6B21\u8A2A\u554F","closeQuickTranslation.currentWebsite":"\u7576\u524D\u7DB2\u7AD9\u7981\u7528","closeQuickTranslation.alwaysClose":"\u6C38\u4E45\u7981\u7528","closeQuickTranslation.settingOpen":"\uFF08\u53EF\u5728<1>\u8A2D\u5B9A\u9801\u958B\u555F\uFF09","closeQuickTranslation.cancel":"\u53D6\u6D88","closeQuickTranslation.confirm":"\u78BA\u5B9A","floatBall.popup":"\u6253\u958B\u5FEB\u6377\u8A2D\u5B9A\u9762\u677F","floatBall.translate":"\u9EDE\u64CA\u7FFB\u8B6F\u8A72\u9801\u9762","floatBall.showOriginal":"\u9EDE\u64CA\u5207\u63DB\u5230\u539F\u6587","floatBall.close":"\u95DC\u9589\u61F8\u6D6E\u7403","floatBallOptions.enableDescPc":"\u555F\u7528\u9801\u9762\u61F8\u6D6E\u7403\u5F8C\uFF0C\u6703\u5728\u9801\u9762\u53F3\u5074\u986F\u793A\u4E00\u500B\u5FEB\u6377\u7FFB\u8B6F\u6309\u9215\uFF0C\u9EDE\u64CA\u5373\u53EF\u7FFB\u8B6F","floatBallOptions.enableDesc":"\u95DC\u9589\u61F8\u6D6E\u7403\u5F8C\uFF0C\u53EF\u4EE5\u7528{touch}\u559A\u8D77\u3002\u70BA\u9632\u6B62\u4E0D\u614E\u95DC\u9589\u8A72\u9078\u9805\u5F8C\u627E\u4E0D\u5230\u61F8\u6D6E\u7403\uFF0C\u5F37\u70C8\u5EFA\u8B70\u6536\u85CF\u672C\u8A2D\u5B9A\u9801","description.azureApiUrl":"\u586B\u5165\u81EA\u8A02\u7684API\u4F4D\u5740",shareBtnTitle:"\u9EDE\u64CA\u751F\u6210\u7DB2\u9801\u5FEB\u7167","floatBall.share":"\u751F\u6210\u7DB2\u9801\u5FEB\u7167","floatBall.guideClickToTranslate":`\u9EDE\u64CA\u6C89\u6D78\u5F0F\u7FFB\u8B6F\u61F8\u6D6E\u7403 \u5373\u53EF\u5FEB\u901F\u7FFB\u8B6F`,"floatBall.iKnow":"\u6211\u77E5\u9053\u4E86",confirmSupportMouse:"\u5F37\u5236\u555F\u7528\u6ED1\u9F20\u652F\u63F4",confirmSupportMouseDescription:"\u6AA2\u6E2C\u5230\u7576\u524D\u700F\u89BD\u5668\u4E0D\u652F\u63F4\u6ED1\u9F20\u529F\u80FD\uFF0C\u662F\u5426\u5F37\u5236\u555F\u7528\u6ED1\u9F20\u652F\u63F4\uFF1F",sampleTargetText:"\u9577\u591C\u5C07\u81F3\uFF0C\u6211\u5F9E\u4ECA\u958B\u59CB\u5B88\u671B\uFF0C\u81F3\u6B7B\u65B9\u4F11\u3002 \u6211\u5C07\u4E0D\u5A36\u59BB\u3001\u4E0D\u5C01\u5730\u3001\u4E0D\u751F\u5B50\u3002 \u6211\u5C07\u4E0D\u6234\u5BF6\u51A0\uFF0C\u4E0D\u722D\u69AE\u5BF5\u3002 \u6211\u5C07\u76E1\u5FE0\u8077\u5B88\uFF0C\u751F\u6B7B\u65BC\u65AF\u3002",sampleSourceText:"Night gathers, and now my watch begins. It shall not end until my death. I shall take no wife, hold no lands, father no children. I shall wear no crowns and win no glory. I shall live and die at my post.","subtitle.supportedSites":"\u5DF2\u652F\u63F4\u5728\u9019\u4E9B\u7DB2\u7AD9\u4F7F\u7528\u96D9\u8A9E\u5B57\u5E55\uFF08\u6CE8\u610F\uFF1A\u7531\u65BC\u6280\u8853\u9650\u5236\uFF0C\u90E8\u5206\u7DB2\u7AD9\u5728\u9996\u6B21\u958B\u555F\u5B57\u5E55\u5F8C\u9700\u8981\u91CD\u65B0\u5237\u65B0\u9801\u9762\uFF0C\u6216\u8005\u9700\u7B49\u5F85\u7FFB\u8B6F\u5B8C\u6210\u4EE5\u986F\u793A\u96D9\u8A9E\u5B57\u5E55\uFF09\uFF1A",viewWithImmersiveTranslate:"\u53CC\u8BED\u7248\u672C(\u6C89\u6D78\u5F0F\u7FFB\u8BD1)",errorReason:"\u932F\u8AA4\u539F\u56E0\uFF1A{message}","proQuotaExceededError.onetime7day":'\uFF0C\u60A8\u53EF\u4EE5\u9078\u64C7\u4EE5\u4E0B\u65B9\u5F0F\u89E3\u6C7A\uFF1A

1. \u5207\u63DB\u5230 {anotherService} \u6216\u5176\u4ED6\u7FFB\u8B6F\u670D\u52D9
2. \u5347\u7D1A\u70BA\u6708\u5EA6/\u5E74\u5EA6\u6703\u54E1',"proQuotaExceededError.trial":'\uFF0C\u60A8\u53EF\u4EE5\u9078\u64C7\u4EE5\u4E0B\u65B9\u5F0F\u89E3\u6C7A\uFF1A

1. \u5207\u63DB\u5230 {anotherService} \u6216\u5176\u4ED6\u7FFB\u8B6F\u670D\u52D9
2. \u7ACB\u5373\u5347\u7D1A\u70BA\u6B63\u5F0F\u6703\u54E1',"proQuotaExceededError.nonTrial":'\uFF0C\u60A8\u53EF\u4EE5\u9078\u64C7\u4EE5\u4E0B\u65B9\u5F0F\u89E3\u6C7A\uFF1A

1. \u5207\u63DB\u5230 {anotherService} \u6216\u5176\u4ED6\u7FFB\u8B6F\u670D\u52D9
2. \u8CFC\u8CB7 {translationService} \u984D\u5916\u6D41\u91CF\u5305',"proQuotaExceededError.resetTime":"
3. \u984D\u5EA6\u91CD\u7F6E\u6642\u9593\uFF1A{resetTime}",paragraphMinTextCountField:"\u7FFB\u8B6F\u6BB5\u843D\u6240\u9700\u7684\u6700\u5C11\u5B57\u7B26\u6578",paragraphMinTextCountDesc:"\u6CE8\u610F\uFF0C\u9019\u88E1\u6307\u7684\u5B57\u7B26\u9577\u5EA6\uFF0C\u6BD4\u5982\uFF1Ahello \u662F 5 \u500B\u5B57\u7B26\uFF0C\u8A2D\u5B9A\u70BA\u66F4\u5927\u7684\u503C\u53EF\u4EE5\u6E1B\u5C11\u4E0D\u5FC5\u8981\u7684\u5C0F\u6BB5\u843D\u7FFB\u8B6F",networkError:"\u7FFB\u8B6F\u670D\u52D9\u6216\u7DB2\u8DEF\u51FA\u73FE\u554F\u984C",notLogin:"\u672A\u767B\u9304","browser.toggleMouseHoverTranslateDirectly":"\u5728\u9801\u9762\u4E0A\u81E8\u6642\u555F\u7528\u6216\u95DC\u9589\u6ED1\u9F20\u61F8\u505C\u76F4\u63A5\u7FFB\u8B6F","browser.translateWithOpenAI":"\u81E8\u6642\u4F7F\u7528 OpenAI \u7FFB\u8B6F\u7576\u524D\u9801\u9762","browser.translateWithDeepL":"\u81E8\u6642\u4F7F\u7528 DeepL \u7FFB\u8B6F\u7576\u524D\u9801\u9762","browser.translateWithGoogle":"\u81E8\u6642\u4F7F\u7528 Google \u7FFB\u8B6F\u7576\u524D\u9801\u9762","browser.translateWithBing":"\u81E8\u6642\u4F7F\u7528\u5FAE\u8EDF\u7FFB\u8B6F\u7576\u524D\u9801\u9762","browser.translateWithGemini":"\u81E8\u6642\u4F7F\u7528 Gemini \u7FFB\u8B6F\u7576\u524D\u9801\u9762","browser.translateWithTransmart":"\u81E8\u6642\u4F7F\u7528\u9A30\u8A0A\u7FFB\u8B6F\u7576\u524D\u9801\u9762","browser.translateInputBox":"\u7FFB\u8B6F\u7576\u524D\u8F38\u5165\u6846\u5167\u5BB9",shortcutSettings:"\u5FEB\u6377\u9375",shortcutSettingsTitle:"\u5FEB\u6377\u9375\u8A2D\u7F6E",confirmResetToDefaultSettings:"\u78BA\u8A8D\u8981\u6062\u5FA9\u8A72\u7FFB\u8B6F\u670D\u52D9\u70BA\u9ED8\u8A8D\u8A2D\u7F6E\u55CE\uFF1F\uFF08\u50C5\u91CD\u7F6E\u7576\u524D\u7FFB\u8B6F\u670D\u52D9\u7684\u8A2D\u7F6E\uFF09","intro.hoverTitle":"\u6ED1\u9F20\u61F8\u505C\u7FFB\u8B6F\u7576\u524D\u6BB5\u843D","intro.hoverDescription":"\u6ED1\u9F20\u61F8\u505C\u7FFB\u8B6F\u662F\u6C89\u6D78\u5F0F\u7FFB\u8B6F\u88E1\u975E\u5E38\u91CD\u8981\u7684\u529F\u80FD\uFF0C\u53EA\u9700\u5C07\u6ED1\u9F20\u653E\u5728\u6BB5\u843D\u4E0A\uFF0C\u540C\u6642\u6309\u4E0B\u8A2D\u5B9A\u7684\u5FEB\u6377\u9375\uFF0C\u5373\u53EF\u81EA\u52D5\u7FFB\u8B6F\u7576\u524D\u6BB5\u843D\uFF08\u6CE8\u610F\uFF1A\u9810\u8A2D\u6C92\u6709\u555F\u7528\u54E6\uFF0C\u8ACB \u5728\u4E0B\u65B9\u8A2D\u5B9A\uFF09\uFF0C\u8A72\u4E92\u52D5\u7528\u65BC\u66F4\u597D\u7684\u66FF\u4EE3\u5283\u8A5E\u7FFB\u8B6F\uFF0C\u53E6\u5916\uFF0C\u6B64\u529F\u80FD\u4E5F\u5EE3\u6CDB\u61C9\u7528\u65BC\u90A3\u4E9B\u7121\u6CD5\u88AB\u8B58\u5225\u7684\u7FFB\u8B6F\u5340\u57DF\uFF0C\u4F60\u53EF\u4EE5\u5229\u7528\u8A72\u529F\u80FD\uFF0C\u5F37\u5236\u7FFB\u8B6F\u4EFB\u4F55\u6BB5\u843D\u3002","intro.floatBallTitle":"\u5FEB\u6377\u7FFB\u8B6F\u61F8\u6D6E\u7403","intro.floatBallDescription":"\u555F\u7528\u5F8C\uFF0C\u6703\u5728\u9801\u9762\u53F3\u5074\u986F\u793A\u4E00\u500B\u5FEB\u6377\u7FFB\u8B6F\u6309\u9215\uFF0C\u9EDE\u64CA\u5373\u53EF\u7FFB\u8B6F\uFF0C\u518D\u6B21\u9EDE\u64CA\u5373\u53EF\u5207\u63DB\u56DE\u539F\u6587\u3002\u5728\u79FB\u52D5\u7AEF\uFF0C\u9577\u6309\u61F8\u6D6E\u7403\uFF0C\u53EF\u4EE5\u6253\u958B\u5FEB\u6377\u8A2D\u7F6E\u9762\u677F\u3002","intro.subtitleTitle":"\u5728\u7DDA\u8996\u983B\u96D9\u8A9E\u5B57\u5E55\u986F\u793A","intro.subtitleDescription":"\u958B\u555F\u6B64\u529F\u80FD\u5F8C\uFF0C\u5F71\u7247\u64AD\u653E\u6642\u5C07\u81EA\u52D5\u5C55\u793A\u96D9\u8A9E\u5B57\u5E55\u3002 \u5982\u679C\u672A\u555F\u7528\uFF0C\u60A8\u9700\u5728\u9801\u9762\u4E0A\u624B\u52D5\u9EDE\u9078\u7FFB\u8B6F\u6309\u9215\u4EE5\u986F\u793A\u5B57\u5E55\u3002 \u8ACB\u6CE8\u610F\uFF0C\u7531\u65BC\u6280\u8853\u9650\u5236\uFF0C\u67D0\u4E9B\u7DB2\u7AD9\u5728\u9996\u6B21\u555F\u52D5\u5B57\u5E55\u6642\u53EF\u80FD\u9700\u8981\u91CD\u65B0\u6574\u7406\u9801\u9762\u6216\u7B49\u5F85\u7FFB\u8B6F\u5B8C\u6210\u5F8C\uFF0C\u624D\u80FD\u986F\u793A\u96D9\u8A9E\u5B57\u5E55\u3002 \uFF08\u6B64\u5916\uFF0C\u4F60\u9084\u53EF\u4EE5\u5728\u958B\u555F\u5F71\u7247\u7DB2\u7AD9\u5F8C\uFF0C\u53F3\u4E0A\u89D2\u958B\u555F\u6C89\u6D78\u5F0F\u7FFB\u8B6F\u7684\u5FEB\u6377\u9762\u677F\u555F\u7528/\u95DC\u9589\uFF09

\u76EE\u524D\u5DF2\u652F\u63F4\u5728\u9019\u4E9B\u7DB2\u7AD9\u4F7F\u7528\u96D9\u8A9E\u5B57\u5E55\uFF1A","desc.toggleMouseHoverTranslateDirectly":"\u6309\u4E0B\u9019\u500B\u5FEB\u6377\u9375\u5F8C\uFF0C\u5728\u9801\u9762\u4E0A\uFF0C\u53EA\u8981\u6ED1\u9F20\u6307\u5411\u4EFB\u4F55\u4E00\u6BB5\u6587\u5B57\uFF0C\u5C31\u6703\u81EA\u52D5\u7FFB\u8B6F\u9019\u6BB5\u6587\u5B57\u3002\u518D\u6309\u4E00\u6B21\u5FEB\u6377\u9375\uFF0C\u5C31\u53EF\u4EE5\u95DC\u9589\u9019\u500B\u81EA\u52D5\u7FFB\u8B6F\u529F\u80FD\u3002","shortcutGroup.main":"\u5E38\u7528\u529F\u80FD\u5FEB\u6377\u9375","shortcutGroup.others":"\u66F4\u591A\u81EA\u5B9A\u7FA9\u529F\u80FD\u5FEB\u6377\u9375","shortcutGroup.shortcutsForTranslationServices":"\u7FFB\u8B6F\u670D\u52D9\u76F8\u95DC\u5FEB\u6377\u9375",browserShortcutsSucks:"\u7531\u65BC\u700F\u89BD\u5668\u5C0D\u8F38\u5165\u6846\u7684\u5FEB\u6377\u9375\u8B58\u5225\u4E0D\u6E96\u78BA\uFF0C\u6240\u4EE5\u8ACB\u624B\u52D5\u8F38\u5165\u5FEB\u6377\u9375\u7684\u540D\u5B57\uFF0C\u8F38\u5165\u5F8C\uFF0C\u9EDE\u64CA\u7A7A\u767D\u8655\u5373\u53EF\u81EA\u52D5\u4FDD\u5B58\u3002\uFF08macOS \u88E1\u9762 Alt \u548C Option \u662F\u540C\u6A23\u7684\u9375\uFF0C\u5EFA\u8B70\u7D71\u4E00\u8F38\u5165 Alt\uFF09\u3002\u6BD4\u5982\uFF1A","shortcutGroup.touch":"\u89F8\u5C4F\u5C08\u7528\u624B\u52E2","shortcutGroup.mouse":"\u6ED1\u9F20\u61F8\u505C\u5FEB\u6377\u9375\u914D\u7F6E",fingerCountToToggleTranslagePageWhenTouching:"\u591A\u6307\u540C\u6642\u89F8\u6478\u5C4F\u5E55\u5247\u7FFB\u8B6F\u7DB2\u9801/\u986F\u793A\u539F\u6587","desc.fingerCountToToggleTranslagePageWhenTouching":"\u8A2D\u7F6E\u5F8C\uFF0C\u5728\u79FB\u52D5\u8A2D\u5099\u6642\uFF0C\u53EF\u4EE5\u540C\u6642\u7528 X \u500B\u624B\u6307\u89F8\u6478\u5C4F\u5E55\uFF0C\u5373\u53EF\u7FFB\u8B6F\u7DB2\u9801/\u986F\u793A\u539F\u6587",fingerCountToToggleTranslationMaskWhenTouching:"\u591A\u6307\u540C\u6642\u89F8\u6478\u5C4F\u5E55\u5247\u986F\u793A\u7FFB\u8B6F\u906E\u7F69/\u986F\u793A\u539F\u6587","desc.fingerCountToToggleTranslationMaskWhenTouching":"\u7FFB\u8B6F\u906E\u7F69\u662F\u6307\u8B6F\u6587\u6A23\u5F0F\u88E1\u7684\u6A21\u7CCA\u6548\u679C\uFF08\u5B78\u7FD2\u6A21\u5F0F\uFF09\uFF0C\u958B\u555F\u5F8C\u81E8\u6642\u5C0D\u8B6F\u6587\u4F7F\u7528\u6A21\u7CCA\u6548\u679C\uFF0C\u65B9\u4FBF\u5B78\u7FD2",fingerCountToToggleTranslagePageOnlyTranslationWhenTouching:"\u591A\u6307\u540C\u6642\u89F8\u5C4F\uFF0C\u4F7F\u7528\u50C5\u8B6F\u6587\u6A21\u5F0F\u9032\u884C\u7FFB\u8B6F/\u986F\u793A\u539F\u6587","desc.fingerCountToToggleTranslagePageOnlyTranslationWhenTouching":"\u50C5\u8B6F\u6587\u6307\u7684\u662F\u53EA\u986F\u793A\u8B6F\u6587\uFF0C\u800C\u4E0D\u662F\u9ED8\u8A8D\u7684\u96D9\u8A9E\u6A21\u5F0F","neverTranslateText.title":"\u4EE5\u4E0B\u55AE\u8A5E\u4FDD\u6301\u539F\u6587\uFF0C\u4E0D\u8981\u7FFB\u8B6F","neverTranslateText.description":"\u7531\u65BC\u67D0\u4E9B\u7FFB\u8B6F\u5F15\u64CE\u5C0D\u5C08\u6709\u540D\u8A5E\u8B58\u5225\u4E0D\u7406\u60F3\uFF0C\u4F60\u53EF\u4EE5\u5728\u6B64\u8655\u6DFB\u52A0\u55AE\u8A5E\uFF0C\u78BA\u4FDD\u5B83\u5011\u5728\u7FFB\u8B6F\u904E\u7A0B\u4E2D\u4E0D\u88AB\u8F49\u63DB\u3002\u8ACB\u6CE8\u610F\uFF0C\u6B64\u529F\u80FD\u5340\u5206\u5927\u5C0F\u5BEB\uFF0C\u4E26\u50C5\u652F\u6301\u4EE5\u7A7A\u683C\u5206\u9694\u7684\u55AE\u8A5E\u8A9E\u8A00\uFF08\u5982\u82F1\u8A9E\u3001\u6CD5\u8A9E\uFF09\uFF0C\u4E0D\u9069\u7528\u65BC\u65E5\u8A9E\u3001\u97D3\u8A9E\u7B49\u8A9E\u8A00","tagsInput.add":"+ \u6DFB\u52A0","desc.mouseHoverHoldKey":"\u7576\u6ED1\u9F20\u61F8\u505C\u5728\u67D0\u500B\u6BB5\u843D\u4E0A\u6642\uFF0C\u540C\u6642\u6309\u4E0B\u53F3\u5074\u7684\u5FEB\u6377\u9375\uFF0C\u5373\u53EF\u76F4\u63A5\u7FFB\u8B6F\u8A72\u6BB5\u843D",mouseHoverCustomKeyTitle:"\u81EA\u5B9A\u7FA9\u6ED1\u9F20\u61F8\u505C\u5FEB\u6377\u9375",mouseHoverCustomKeyDescription:"\u4F60\u53EF\u4EE5\u81EA\u5B9A\u7FA9\u4E00\u500B\u6ED1\u9F20\u61F8\u505C\u7684\u7D44\u5408\u5FEB\u6377\u9375\uFF0C\u6BD4\u5982\uFF1A Alt+Z, Ctrl+E, Cmd+Alt+E \u6216\u8005\u76F4\u63A5 Cmd\uFF0C \u8ACB\u624B\u52D5\u8F38\u5165",mouseHoverShortcutPlaceholder:"\u8ACB\u624B\u52D5\u8F38\u5165",browserShortcutsNoteForFirefox:"Firefox \u700F\u89BD\u5668\u4FEE\u6539\u5FEB\u6377\u9375\u9700\u8981\u6253\u958B\u64F4\u5C55\u7BA1\u7406\u9801\u9762 `about:addons`\uFF0C\u7136\u5F8C\u9EDE\u64CA\u300C\u8A2D\u7F6E\u300D-> \u300C\u7BA1\u7406\u5FEB\u6377\u9375\u300D",browserShortcutsNoteForChrome:"\u8ACB\u6CE8\u610F\uFF1A\u8981\u5728\u57FA\u65BCChrome\u5167\u6838\u7684\u700F\u89BD\u5668\u4E2D\u4FEE\u6539\u5FEB\u6377\u9375\uFF0C\u8ACB\u8A2A\u554F[\u64F4\u5C55\u7BA1\u7406\u9801\u9762] -> [\u7BA1\u7406\u5FEB\u6377\u9375]","desc.toggleTranslateTheMainPage":"\u50C5\u7FFB\u8B6F\u9801\u9762\u4E3B\u8981\u5340\u57DF\uFF0C\u7576\u4F60\u5728\u9032\u968E\u8A2D\u7F6E\u88E1\u555F\u7528\u4E86\u7FFB\u8B6F\u9801\u9762\u5168\u90E8\u5340\u57DF\u5F8C\uFF0C\u4F60\u53EF\u4EE5\u4F7F\u7528\u9019\u500B\u5FEB\u6377\u9375\u4F86\u5C08\u9580\u7FFB\u8B6F\u9801\u9762\u7684\u4E3B\u8981\u5340\u57DF","desc.toggleTranslateTheWholePage":"\u7FFB\u8B6F\u9801\u9762\u5168\u90E8\u5340\u57DF\uFF0C\u9810\u8A2D\u60C5\u6CC1\u4E0B\uFF0C\u6211\u5011\u6703\u7FFB\u8B6F\u9801\u9762\u7684\u4E3B\u8981\u5340\u57DF\uFF0C\u4F60\u53EF\u4EE5\u4F7F\u7528\u9019\u500B\u5FEB\u6377\u9375\u4F86\u5C08\u9580\u7FFB\u8B6F\u9801\u9762\u7684\u5168\u90E8\u5340\u57DF","browser.toggleOnlyTransation":"\u5207\u63DB\u96D9\u8A9E/\u50C5\u8B6F\u6587\u6A21\u5F0F","desc.toggleOnlyTransation":"\u50C5\u8B6F\u6587\u6A21\u5F0F\u6307\u7684\u662F\u53EA\u986F\u793A\u8B6F\u6587\uFF0C\u5982\u679C\u7DB2\u9801\u9084\u6C92\u6709\u7FFB\u8B6F\u7684\u8A71\uFF0C\u5C07\u6703\u5207\u63DB\u6A21\u5F0F\u4E26\u7FFB\u8B6F\u3002","browser.toggleTranslationMask":"\u5207\u63DB\u7576\u524D\u9801\u9762\u8B6F\u6587\u70BA\u6A21\u7CCA\u6548\u679C\uFF08\u5B78\u7FD2\u6A21\u5F0F\uFF09","desc.interfaceLanguage":"\u4ECB\u9762\u8A9E\u8A00\u8A2D\u7F6E\u5F71\u97FF\u63A7\u5236\u9762\u677F\u7684\u986F\u793A\u8A9E\u8A00\uFF0C\u548C\u7FFB\u8B6F\u7684\u76EE\u6A19\u8A9E\u8A00\u7121\u95DC",mouseHoverHoldKey:"\u61F8\u505C\u7FFB\u8B6F\u89F8\u767C\u9375",clickToSeeQuickDemo:"30 \u79D2\u5FEB\u901F\u6559\u5B78\u8996\u983B",shortcutDisableTooltip:"\u8ACB\u5728\u700F\u89BD\u5668\u63D0\u4F9B\u7684\u64F4\u5C55\u5FEB\u6377\u9375\u7BA1\u7406\u9801\u9762\u9032\u884C\u8A2D\u7F6E\uFF0C\u66F4\u591A\u6307\u5F15\u8ACB\u67E5\u770B\u672C\u9801\u9762\u6700\u4E0A\u65B9\u7684\u8AAA\u660E",floatBallOptions:"\u61F8\u6D6E\u7403","subtitle.autoEnableSubtitle":"\u81EA\u52D5\u958B\u555F\u96D9\u8A9E\u5B57\u5E55","floatBall.longPress":"\u9577\u6309\u53EF\u5FEB\u901F\u6253\u958B\u8A2D\u7F6E\u9762\u677F\u54E6",notLoginPro:"\u60A8\u9084\u672A\u767B\u9304\u60A8\u7684\u6703\u54E1\u8CEC\u6236",upgradeToProErrorTitle:"\u8ACB\u5347\u7D1A\u70BA Pro \u6703\u54E1\u518D\u4F7F\u7528\u8A72\u7FFB\u8B6F\u670D\u52D9",translationOnlyMode:"\u50C5\u8B6F\u6587\u6A21\u5F0F",translationOnlyModeDescription:"\u50C5\u8B6F\u6587\u6A21\u5F0F\u6307\u7684\u662F\u53EA\u986F\u793A\u8B6F\u6587\uFF0C\u800C\u4E0D\u662F\u9ED8\u8A8D\u7684\u96D9\u8A9E\u6A21\u5F0F\u3002\u6CE8\u610F\uFF1A\u7531\u65BC\u6280\u8853\u7684\u9650\u5236\u554F\u984C\uFF0C\u5728\u50C5\u8B6F\u6587\u6A21\u5F0F\u4E0B\uFF0C\u539F\u6587\u7684\u8D85\u9023\u7D50\u5C07\u6703\u5931\u6548","description.baiduField":"\u652F\u6301\u7684\u9818\u57DF\u898B<1>\u9019\u88E1\uFF0C\u70BA\u7A7A\u5247\u8868\u793A\u4E0D\u6307\u5B9A\u9818\u57DF",temprarilyChangeTranslationTo_openai:"\u6B63\u5728\u4F7F\u7528 OpenAI \u7FFB\u8B6F\u7576\u524D\u9801\u9762",temprarilyChangeTranslationTo_google:"\u6B63\u5728\u4F7F\u7528 Google \u7FFB\u8B6F\u7576\u524D\u9801\u9762",temprarilyChangeTranslationTo_bing:"\u6B63\u5728\u4F7F\u7528\u5FAE\u8EDF\u7FFB\u8B6F\u7576\u524D\u9801\u9762",temprarilyChangeTranslationTo_gemini:"\u6B63\u5728\u4F7F\u7528 Gemini \u7FFB\u8B6F\u7576\u524D\u9801\u9762",temprarilyChangeTranslationTo_transmart:"\u6B63\u5728\u4F7F\u7528\u9A30\u8A0A\u7FFB\u8B6F\u7576\u524D\u9801\u9762",temprarilyChangeTranslationTo_deepl:"\u6B63\u5728\u4F7F\u7528 DeepL \u7FFB\u8B6F\u7576\u524D\u9801\u9762","widget.videoSubtitle":"\u5F71\u7247\u5B57\u5E55","widget.instruction":"\u4F7F\u7528\u8AAA\u660E","widget.translateFile":"PDF/ePub",buildSnapshots:"\u751F\u6210\u7DB2\u9801\u5FEB\u7167","widget.translateFileTooltip":"\u7FFB\u8B6F PDF\u3001EPUB\u3001SRT\u3001ASS\u3001HTML \u548C TXT \u6587\u4EF6","widget.videoSubtitleTooltip":"\u652F\u63F4 Youtube \u7B49 {count}+ \u5F71\u7247\u7DB2\u7AD9","widget.instructionTooltip":"\u67E5\u770B\u4F7F\u7528\u8AAA\u660E",alwaysTranslateSomeLanguage:"\u7E3D\u662F\u7FFB\u8B6F{language}\u9801\u9762",alwaysTranslateThisSite:"\u7E3D\u662F\u7FFB\u8B6F\u8A72\u7DB2\u7AD9",neverTranslateThisSite:"\u6C38\u4E0D\u7FFB\u8B6F\u8A72\u7DB2\u7AD9",loggedIn:"\u5DF2\u767B\u5165",touchShortcutsToggleTranslatePage:"\u8A2D\u7F6E\u89F8\u5C4F\u624B\u52E2\u4F86\u7FFB\u8B6F\u7DB2\u9801/\u986F\u793A\u539F\u6587","desc.touchShortcutsToggleTranslatePage":"\u8A2D\u7F6E\u5F8C\uFF0C\u5728\u79FB\u52D5\u8A2D\u5099\u6642\uFF0C\u53EF\u4EE5\u540C\u6642\u7528 X \u500B\u624B\u6307\u89F8\u6478\u5C4F\u5E55\u3001\u5DE6\u53F3\u6ED1\u52D5\u6216\u9023\u7E8C\u9EDE\u64CA\uFF0C\u89F8\u767C\u7FFB\u8B6F\u7DB2\u9801/\u986F\u793A\u539F\u6587",touchShortcutsToggleTranslationMask:"\u8A2D\u7F6E\u89F8\u5C4F\u624B\u52E2\u986F\u793A\u7FFB\u8B6F\u906E\u7F69/\u986F\u793A\u539F\u6587","desc.touchShortcutsToggleTranslationMask":"\u7FFB\u8B6F\u906E\u7F69\u662F\u6307\u8B6F\u6587\u6A23\u5F0F\u88E1\u7684\u6A21\u7CCA\u6548\u679C\uFF08\u5B78\u7FD2\u6A21\u5F0F\uFF09\uFF0C\u958B\u555F\u5F8C\u81E8\u6642\u5C0D\u8B6F\u6587\u4F7F\u7528\u6A21\u7CCA\u6548\u679C\uFF0C\u65B9\u4FBF\u5B78\u7FD2",touchShortcutsToggleTranslatePageOnlyTranslation:"\u8A2D\u7F6E\u89F8\u5C4F\u624B\u52E2\u5207\u63DB\u96D9\u8A9E/\u50C5\u8B6F\u6587\u6A21\u5F0F","desc.touchShortcutsToggleTranslatePageOnlyTranslation":"\u53EA\u986F\u793A\u8B6F\u6587\u662F\u6307\u50C5\u986F\u793A\u8B6F\u6587\uFF0C\u5982\u679C\u7DB2\u9801\u9084\u6C92\u6709\u7FFB\u8B6F\u7684\u8A71\uFF0C\u5C07\u6703\u5207\u63DB\u6A21\u5F0F\u4E26\u7FFB\u8B6F\u3002",touchShortcutsToggleTranslateTouchElement:"\u8A2D\u7F6E\u89F8\u5C4F\u624B\u52E2\u7FFB\u8B6F\u6307\u5B9A\u6BB5\u843D","desc.touchShortcutsToggleTranslateTouchElement":"\u81EA\u5B9A\u7FA9\u4E00\u500B\u624B\u52E2\uFF0C\u5373\u53EF\u7FFB\u8B6F\u60A8\u6240\u5728\u7684\u4EFB\u4F55\u6BB5\u843D",touchShortcutsOff:"\u95DC\u9589","fingers.2":"\u96D9\u6307\u89F8\u6478","fingers.3":"\u4E09\u6307\u89F8\u6478","fingers.4":"\u56DB\u6307\u89F8\u6478","fingers.5":"\u4E94\u6307\u89F8\u6478","multipleClick.2":"\u96D9\u64CA","multipleClick.3":"\u4E09\u9023\u64CA","multipleClick.4":"\u56DB\u9023\u64CA","slide.left":"\u5411\u53F3\u6ED1\u52D5","slide.right":"\u5411\u5DE6\u6ED1\u52D5",contact:"\u806F\u7D61\u6211\u5011","contact.description":"\u5982\u679C\u60A8\u6709\u4EFB\u4F55\u554F\u984C\u6216\u5EFA\u8B70\uFF0C\u6B61\u8FCE\u586B\u5BEB\u4E0B\u65B9\u8868\u55AE\u806F\u7D61\u6211\u5011\uFF0C\u6216\u8005\u767C\u9001\u90F5\u4EF6\u81F3 {email}\uFF0C\u6211\u5011\u6703\u76E1\u5FEB\u56DE\u8986\u60A8\u3002","font.none":"\u7121","font.Microsoft YaHei":"\u5FAE\u8EDF\u96C5\u9ED1","font.SimSun":"\u5B8B\u9AD4","font.NSimSun":"\u65B0\u5B8B\u9AD4","font.Microsoft JhengHei":"\u5FAE\u8EDF\u6B63\u9ED1\u9AD4","font.KaiTi":"\u6977\u9AD4","font.FangSong":"\u4EFF\u5B8B","font.PingFang SC":"\u860B\u65B9","font.STHeiti":"\u83EF\u6587\u9ED1\u9AD4","font.STKaiti":"\u83EF\u6587\u6977\u9AD4","font.STSong":"\u83EF\u6587\u5B8B\u9AD4","font.STFangsong":"\u83EF\u6587\u4EFF\u5B8B","font.STZhongsong":"\u83EF\u6587\u4E2D\u5B8B","font.STHupo":"\u83EF\u6587\u7425\u73C0","font.STXinwei":"\u83EF\u6587\u65B0\u9B4F","font.STLiti":"\u83EF\u6587\u96B8\u66F8","font.STXingkai":"\u83EF\u6587\u884C\u6977","font.Hiragino Sans GB":"\u51AC\u9752\u9ED1\u9AD4","font.Lantinghei SC":"\u862D\u4EAD\u9ED1","font.Hanzipen SC":"\u6F22\u5100\u7FE9\u7FE9\u9AD4","font.Hannotate SC":"\u6F22\u5100\u6CE8\u9ED1","font.Songti SC":"\u5B8B\u9AD4","font.Wawati SC":"\u5A03\u5A03\u9AD4","font.Weibei SC":"\u9B4F\u7891","font.Xingkai SC":"\u884C\u6977","font.Yapi SC":"\u96C5\u75DE","font.Yuanti SC":"\u5713\u9AD4","browser.toggleVideoSubtitlePreTranslation":"\u5207\u63DB\u96D9\u8A9E\u5B57\u5E55\u512A\u5148\u4F7F\u7528\u6C89\u6D78\u5F0F\u7FFB\u8B6F\u8A2D\u7F6E","desc.toggleVideoSubtitlePreTranslation":"\u6309\u4E0B\u5F8C\uFF0C\u8996\u983B\u96D9\u8A9E\u5B57\u5E55\u6703\u512A\u5148\u4F7F\u7528\u6C89\u6D78\u5F0F\u7FFB\u8B6F\u7684\u8A2D\u7F6E\uFF0C\u518D\u6B21\u6309\u4E0B\u6703\u512A\u5148\u4F7F\u7528\u539F\u8996\u983B\u81EA\u5E36\u7684\u6A5F\u7FFB\u5B57\u5E55\uFF0C\u6CE8\u610F\uFF1A\u8A72\u5FEB\u6377\u65B9\u5F0F\u4FEE\u6539\u7684\u662F\u5168\u5C40\u8A2D\u7F6E",videoSubtitlePreTranslationOn:"\u8996\u983B\u5B57\u5E55\u5C07\u512A\u5148\u4F7F\u7528\u6C89\u6D78\u5F0F\u7FFB\u8B6F",videoSubtitlePreTranslationOff:"\u8996\u983B\u5B57\u5E55\u5C07\u512A\u5148\u4F7F\u7528\u539F\u8996\u983B\u81EA\u5E36\u7684\u6A5F\u7FFB\u5B57\u5E55",translationFont:"\u8A2D\u7F6E\u5B57\u9AD4","translationFont.custom":"\u8F38\u5165\u81EA\u5B9A\u7FA9\u5B57\u9AD4","translationFont.customPlaceholder":"\u5B57\u9AD4","translationFont.notSupportErrorMessage":"\u8ACB\u6AA2\u67E5\u60A8\u8F38\u5165\u7684\u5B57\u9AD4\u540D\u7A31\u662F\u5426\u6B63\u78BA\uFF0C\u6216\u78BA\u8A8D\u8A72\u5B57\u9AD4\u5DF2\u5728\u60A8\u7684\u8A2D\u5099\u4E0A\u5B89\u88DD\u3002","touch.mouse-translate":"\u7FFB\u8B6F\u6307\u5B9A\u6BB5\u843D","error.serveConfigError":"\u670D\u52D9\u914D\u7F6E\u932F\u8AA4","error.reloadPageOfSetting":"\u914D\u7F6E\u5F8C\uFF0C\u8ACB\u5237\u65B0\u9801\u9762\u518D\u6B21\u7FFB\u8B6F\u3002","error.googleLimitIp":"\u670D\u52D9\u8FD4\u56DE\u932F\u8AA4\uFF0C\u8C37\u6B4C\u670D\u52D9\u5DF2\u5C0D\u8A72IP\u5730\u5740\u9032\u884C\u9650\u6D41\uFF0C\u5EFA\u8B70\u60A8\u66F4\u63DB\u7DB2\u7D61\u7BC0\u9EDE\u3002","error.openAIFreeLimit":"\u670D\u52D9\u8FD4\u56DE\u932F\u8AA4\uFF0C\u7576\u524D\u7684\u7FFB\u8B6F\u8ACB\u6C42\u983B\u7387\u5DF2\u9054\u5230\u6BCF\u5206\u9418\u6700\u591A 3 \u6B21\u7684\u4E0A\u9650\uFF0C\u8ACB\u7A0D\u5F8C\u518D\u8A66\u3002\uFF08\u9019\u662F OpenAI \u5B98\u65B9\u5C0D\u514D\u8CBB API Key \u7684\u9650\u5236\uFF0C\u82E5\u8981\u89E3\u9664\u6B64\u9650\u5236\uFF0C\u8ACB\u5728 OpenAI \u5F8C\u53F0\u7D81\u5B9A\u4FE1\u7528\u5361\u3002\uFF09","error.openAIExceededQuota":"\u670D\u52D9\u8FD4\u56DE\u932F\u8AA4\uFF1A\u4F60\u7576\u524D\u7684 OpenAI \u8CEC\u6236\u9918\u984D\u4E0D\u8DB3\uFF0C\u8ACB\u5728 OpenAI \u5B98\u65B9\u5F8C\u53F0\u9032\u884C\u5145\u503C\u6216\u8005\u7D81\u5B9A\u4FE1\u7528\u5361\u3002","error.429":"\u670D\u52D9\u8FD4\u56DE\u932F\u8AA4\uFF0C\u8AAA\u660E\u8ACB\u6C42\u904E\u65BC\u983B\u7E41\u6216\u8D85\u51FA\u984D\u5EA6\u9650\u5236\uFF0C\u8ACB\u7A0D\u5F8C\u518D\u8A66\u3002","error.403":"\u670D\u52D9\u8FD4\u56DE\u932F\u8AA4\uFF0C \u66AB\u6642\u6C92\u6709\u6B0A\u9650\u8A2A\u554F\u8A72\u670D\u52D9\u3002","error.400":"\u670D\u52D9\u8FD4\u56DE\u932F\u8AA4\uFF0C \u8ACB\u6C42\u53C3\u6578\u932F\u8AA4\uFF0C\u8ACB\u6AA2\u67E5\u76F8\u61C9\u914D\u7F6E\u3002","error.502":"\u670D\u52D9\u8FD4\u56DE\u932F\u8AA4\uFF0C \u670D\u52D9\u8D85\u6642\uFF0C\u8ACB\u7A0D\u5F8C\u518D\u8A66\u3002","error.proTokenInvalid":"\u82E5\u60A8\u662FPro\u7528\u6236\uFF0C\u8ACB\u767B\u9678\u5F8C\u518D\u4F7F\u7528Pro\u7FFB\u8B6F\u670D\u52D9","error.proUpgrade":"\u5347\u7D1A\u5F8C\uFF0C\u8ACB\u5237\u65B0\u9801\u9762\u518D\u6B21\u7FFB\u8B6F\u3002","error.configError":"\u914D\u7F6E\u6578\u64DA\u7570\u5E38","error.goReset":"\u524D\u5F80\u91CD\u7F6E",batchEdit:"\u6279\u6B21\u64CD\u4F5C","translationServices.inherit":"\u8DDF\u96A8\u4E3B\u7FFB\u8B6F\u670D\u52D9","translationModeLang.translation.title":"\u50C5\u8B6F\u6587\u6A21\u5F0F\u7684\u8A9E\u8A00","translationModeLang.translation.description":"\u7576\u9801\u9762\u8A9E\u8A00\u70BA\u4E0B\u5217\u8A9E\u8A00\u6642\uFF0C\u6703\u81EA\u52D5\u4F7F\u7528\u50C5\u8B6F\u6587\u6A21\u5F0F","translationModeUrl.translation.title":"\u50C5\u8B6F\u6587\u6A21\u5F0F\u7684\u7DB2\u5740","translationModeUrl.translation.description":"\u7576\u7DB2\u7AD9\u70BA\u4E0B\u5217\u57DF\u540D\u6642\uFF0C\u6703\u81EA\u52D5\u4F7F\u7528\u50C5\u8B6F\u6587\u6A21\u5F0F",download_started:"\u4E0B\u8F09\u5DF2\u7D93\u958B\u59CB\uFF0C\u5982\u679C\u6C92\u6709\u81EA\u52D5\u4E0B\u8F09\uFF0C\u8ACB\u624B\u52D5\u9EDE\u64CA",here:"\u9019\u88E1","error.serveUnavailable":"\u60A8\u76EE\u524D\u6240\u4F7F\u7528\u7684 [{serverName}] \u670D\u52D9\u56E0\u7DB2\u8DEF\u9023\u7DDA\u6216\u670D\u52D9\u63D0\u4F9B\u5546\u7684\u554F\u984C\u66AB\u6642\u7121\u6CD5\u8A2A\u554F\u3002\u5EFA\u8B70\u60A8\u5617\u8A66\u5237\u65B0\u9801\u9762\u6216\u900F\u904E<1>\u8A2D\u5B9A\u66F4\u63DB\u5176\u4ED6\u7FFB\u8B6F\u670D\u52D9\u3002\u82E5\u60A8\u662F<2>Pro\u6703\u54E1\uFF0C\u53EF\u4EE5\u9078\u64C7\u4F7F\u7528\u66F4\u70BA\u7A69\u5B9A\u7684 DeepL \u6216 OpenAI \u7FFB\u8B6F\u670D\u52D9\uFF08<3>\u9EDE\u6B64\u514D\u8CBB\u9AD4\u9A57\uFF09\u3002 \u53E6\u5916\uFF0C\u60A8\u4E5F\u53EF\u80FD\u9700\u8981\u6AA2\u67E5\u60A8\u7684\u7DB2\u8DEF\u6216\u4EE3\u7406\u8A2D\u5B9A\u3002",detectServiceLoading:"\u6B63\u5728\u6AA2\u6E2C\u53EF\u7528\u7684\u7FFB\u8B6F\u670D\u52D9...",toggleToService:"\u5207\u63DB\u5230{service}\u4E26\u91CD\u8A66","error.gemini.429":"\u7576\u524D Gemini \u670D\u52D9\u7576\u524D\u627F\u8F09\u80FD\u529B\u5DF2\u9054\u4E0A\u9650\uFF0C\u8ACB\u60A8\u7A0D\u5F8C\u518D\u8A66\uFF0C\u6216\u8005\u5207\u63DB\u5230\u5176\u4ED6\u7FFB\u8B6F\u670D\u52D9",enableSentryReport:"\u7576\u64F4\u5C55\u767C\u751F\u932F\u8AA4\u6642\uFF0C\u4F7F\u7528 Sentry \u63D0\u4EA4\u53CD\u994B","translationServices.gemini":"\u96D9\u5B50\u5EA7","error.subscriptionExpiredTitle":"\u6703\u54E1\u5DF2\u904E\u671F","error.subscriptionExpired":"\u60A8\u7684\u6703\u54E1\u53EF\u80FD\u5DF2\u904E\u671F\uFF0C\u8ACB\u6AA2\u67E5\u60A8\u7684\u6703\u54E1\u72C0\u614B",geminiWarning:"\u6CE8\u610F\uFF1AGoogle \u63D0\u4F9B\u7684 Gemini \u7684\u514D\u8CBB\u670D\u52D9\u9650\u5236\u56B4\u683C\uFF0C\u53EF\u80FD\u6703\u88AB Google \u5224\u5B9A\u70BA\u7528\u6236\u5728\u4F7F\u7528\u591A\u500B Key \u4F86\u898F\u907F\u4ED6\u5011\u7684\u514D\u8CBB\u914D\u984D\u9650\u5236\uFF0C\u4E0D\u5EFA\u8B70\u4F7F\u7528\uFF0C\u5EFA\u8B70\u7B49\u5F85 Google \u672A\u4F86\u958B\u653E Gemini \u4ED8\u8CBB\u63A5\u53E3\u5F8C\u518D\u4F7F\u7528\u3002","floatBall.setting":"\u8A2D\u7F6E","floatBall.translateToLanguage":"\u9EDE\u64CA\u7FFB\u8B6F\u70BA{language}","floatBall.file":`\u7FFB\u8B6FPDF\u3001EPUB\u3001SRT\u3001 ASS\u3001HTML\u3001TXT\u6587\u4EF6`,changeToDualTranslationMode:"\u5207\u63DB\u9810\u8A2D\u8B6F\u6587\u6A21\u5F0F\u70BA\u96D9\u8A9E\u5C0D\u7167",changeToOnlyTempTranslationMode:`\u7576\u524D\u70BA\u96D9\u8A9E\u5C0D\u7167 \u9EDE\u64CA\u5207\u63DB\u70BA\u50C5\u8B6F\u6587`,changeToOnlyTranslationMode:"\u5207\u63DB\u9810\u8A2D\u7FFB\u8B6F\u6A21\u5F0F\u70BA\u50C5\u986F\u793A\u8B6F\u6587",changeToDualTempTranslationMode:`\u7576\u524D\u70BA\u50C5\u8B6F\u6587 @@ -5098,7 +5098,7 @@ ass\u3001HTML\u3001TXT\u6A94\u6848`,"description.multiplePrompt":`\u7576\u6BB5\u {env.imt_sub_trans_field}: \u8B6F\u6587 - id: 2 {env.imt_sub_source_field}: Source - {env.imt_sub_trans_field}: \u8B6F\u6587`,"subtitle.quickButton.translationPosition":"\u8B6F\u6587\u4F4D\u7F6E","subtitle.quickButton.cyan":"\u9752\u8272","subtitle.quickButton.translationPositionTop":"\u539F\u6587\u4E0A\u65B9","subtitle.quickButton.translationPositionBottom":"\u539F\u6587\u4E0B\u65B9","subtitle.quickButton.yellow":"\u9EC3\u8272","subtitle.quickButton.black":"\u9ED1\u8272","subtitle.quickButton.white":"\u767D\u8272","subtitle.quickButton.setting":"\u8A2D\u7F6E","subtitle.quickButton.blue":"\u85CD\u8272","subtitle.quickButton.backgroundColor":"\u80CC\u666F\u984F\u8272","subtitle.quickButton.sourceFontSize":"\u539F\u59CB\u5B57\u9AD4\u5927\u5C0F","subtitle.quickButton.translationFontSize":"\u7FFB\u8B6F\u6587\u5B57\u9AD4\u5927\u5C0F","translationServices.claude":"\u514B\u52DE\u5FB7","subtitle.quickButton.sourceTextColor":"\u539F\u59CB\u5B57\u9AD4\u984F\u8272","subtitle.quickButton.red":"\u7D05\u8272","subtitle.quickButton.translationTextColor":"\u7FFB\u8B6F\u6587\u5B57\u9AD4\u984F\u8272","subtitle.quickButton.magenta":"\u6D0B\u7D05\u8272","subtitle.quickButton.green":"\u7DA0\u8272","subtitle.quickButton.backgroundOpacity":"\u80CC\u666F\u4E0D\u900F\u660E\u5EA6",attachSubtitleTranslating:"\u6B63\u5728\u4F7F\u7528 {service} \u7FFB\u8B6F\u4E2D...","error.claude.403":"\u66AB\u7121\u6B0A\u9650\u8A2A\u554F\u670D\u52D9\uFF0C\u53EF\u80FD\u8207 Claude \u7684\u5730\u5340\u9650\u5236\u6709\u95DC\uFF0C\u60A8\u53EF\u4EE5\u5617\u8A66\u5207\u63DB\u60A8\u7684 IP \u5730\u5740\uFF0C\u6216\u8005\u4F7F\u7528\u5176\u4ED6\u7FFB\u8B6F\u670D\u52D9\u3002","browser.brandDescriptionForSafari":"\u3010\u6C89\u6D78\u5F0F\u7FFB\u8B6F\u3011\u4E00\u6B3E\u514D\u8CBB\u7684\uFF08\u539F\u6587/\u8B6F\u6587\uFF09\u96D9\u8A9E\u5C0D\u7167\u7DB2\u9801\u7FFB\u8B6F\u63D2\u4EF6\uFF0C\u540C\u6642\u652F\u6301PDF\u7FFB\u8B6F\u548CEPUB\u96FB\u5B50\u66F8\u7FFB\u8B6F\u4E14\u4FDD\u7559\u539F\u6587\u6A94\u6392\u7248\uFF0CYoutube/Netflix\u7B49\u5728\u7DDA\u8996\u983B\u96D9\u8A9E\u5B57\u5E55\u7FFB\u8B6F\uFF0C\u652F\u6301Deepl/Google\u7B49\u4E3B\u6D41\u7FFB\u8B6F\u670D\u52D9;","browser.PdfProFile":"AI \u9A45\u52D5\u7684 PDF Pro \u7FFB\u8B6F","browser.textTranslate":"\u6587\u672C\u7FFB\u8B6F\uFF08\u5C0D\u6BD4\u591A\u500B\u7FFB\u8B6F\u670D\u52D9\uFF09"};var jf={nologin:"Not logged in",loginForSafari:"Sign In or Sign Up",login:"Log In",goLogin:"Sign In",manageAccount:"Manage Account",openPremium:"Upgrade to Pro",logout:"Logout",curentPlan:"Current Plan",endAt:"Expires",endAuto:"Auto Renew",lineBreakMaxTextCount:"Maximum characters per sentence after line break","translate-pdf":"Translate PDF","noSupportTranslate-pdf":"This script is not supported. Please use a plugin.","translate-firefox-local-pdf":"Go to upload PDF",enableLineBreak:"Enable automatic line wrapping for long paragraphs",sponsorLabel:"Sponsor developers from $1 (monthly or one-time)",help:"Help",enableLineBreakDescription:"After activating, insert line breaks at the end of each sentence in lengthy paragraphs for improved readability.","browser.shortBrandName":"Immersive Translate","browser.brandName":"Immersive Translate - Translate Website & PDF","browser.brandDescription":"Free Translate Website, Translate PDF & Epub eBook, Translate Video Subtitles in Bilingual","browser.toggleTranslatePage":"Translate webpage/Display original text","browser.toggleTranslateTheWholePage":"Translate entire page/Display original text","browser.toggleTranslateToThePageEndImmediately":"Translate instantly to the bottom of the page/Display original text","browser.toggleTranslateTheMainPage":"Translate main page /Display original text","browser.shareToDraft":"Share Bilingual Page","browser.openOptionsPage":"Open Settings Page","browser.translateLocalPdfFile":"Translate local PDF File","browser.openEbookViewer":"Read local e-books","browser.openEbookBuilder":"Create Bilingual EPUB E-books","browser.translateLocalHtmlFile":"Translate HTML/txt File","browser.donateContext":"Explore Sponsorship Benefits","browser.translateLocalSubtitleFile":"Translate Local Subtitle File",confirmResetConfig:"Are you sure you want to reset settings?",translationLineBreakSettingTitle:"Line break setting",smartLineBreak:"Smart Wrap",alwaysLineBreak:"Always Wrap",isShowContextMenu:"Add Translation to Right-Click Menu",toggleBeta:"Enable Beta Testing Features",betaDescription:"Enable experimental features and test translation services. Join the <1>Telegram group for more information.",translationLineBreakSettingDescription:"Always Wrap is suitable for layouts with less content, providing a neater appearance. (For longer paragraphs with over {count} characters, use Smart Wrap for a more space-efficient display.)",tempTranslateDomainTitle:"Temporarily Activate Website Translation Time",tempTranslateDomainDescription:"When manually translating a webpage, temporarily enable automatic translation for the site. You can set a temporary duration.",xMinutes:"{count} minutes",disabled:"Disable",changelog:"Change Log",toggleTranslatePageWhenThreeFingersOnTheScreen:"Touch screen with multiple fingers to translate webpage/display original text",toggleTranslationMaskWhenThreeFingersOnTheScreen:"Touch screen with multiple fingers to show/hide the blurry effect of the translated text",addUrlDescription:"You can specify domain names, and also use wildcard characters, such as: *.google.com, google.com/mail/*, https://www.google.com/*",general:"General",clickToExpandConfig:"Expand current configuration",import:"Import from file",export:"Export to file",toggleDebug:"Print debug logs to console","fingers.0":"Close",mouseHoldKey:"+ {key} translate/restore this paragraph",mouseHoldKeyAuto:"immediately translate this paragraph",mouseHoldKeyOff:"Do nothing",mouseHoldKeyOther:"Custom shortcut key (open settings)",mouseHoldKeyCustomKey:"{key} translate/restore this paragraph","mouse-translate":"Hover",document:"Document",resetSuccess:"Reset all settings successful",resetThisSuccess:"Reset successful",saved:"Saved successfully",successImportConfig:"Configuration imported successfully",goAdvancedSettings:"Go to Advanced Settings Page",goAdvancedInterfaceSettings:"Go to Advanced Custom Settings Page",advanced:"Advanced Settings",advancedDescription:"Generally, there's no need to adjust; keep the default settings. These options are provided for more advanced users seeking a more personalized experience.",developer:"Developer settings",donateCafe:"Pricing","translate to the bottom of the page":"After opening a webpage, do you want to translate to the bottom of the page immediately?",feedback:"Feedback",toggleTranslatePage:"Translate webpage/Show original text",translateToThePageEndImmediatelyDescription:"Once enabled, upon entering a webpage, it will immediately translate the content from the top to the bottom. If disabled, it will translate as you read. (Not recommended to enable)","translate all areas of the page":"Should all areas of the webpage be translated?",translationAreaDescription:"Once enabled, all areas of the entire webpage will be translated. If disabled, the default smart recognition will be used to translate only the main areas. (Not recommended to enable)","the number of characters to be translated first":"Translate the first few characters of the page directly, without waiting to scroll to the visible area.","interface language":"Interface language","display both the original text and the translation":"Display both the original text and the translation","keyboard shortcuts":"Keyboard shortcuts",modify:"Edit",reset:"Reset",close:"Close",homepage:"Home Page",more:"More",moreOptions:"Expand for more custom settings",translateTheWholePage:"Translate entire page",changeToTranslateTheWholePage:"Translate the Whole Page",changeToTranslateTheMainPage:"Translate the Main Content",changeToOnlyTranslationMode:"Show Translation only",changeToDualTranslationMode:"Show Bilingual Translation",translateToThePageEndImmediately:"Immediately translate to the bottom ",translateTheMainPage:"smart translate the main areas","The local rules are up to date":"Local rules are up to date:","Successfully synchronized with the latest official rules:":"Successfully synced latest official rules:","Checking for updates":"Checking for update","Rules are being synchronized":"Syncing official rules",localVersionIsTooOld:"The local extension version is too old, please upgrade the extension to {minVersion} or a newer version and try to sync again.",badUserscriptBrowser:"The current browser does not correctly support the interface of the Tampermonkey extension (such as obtaining version information of Tampermonkey scripts). Please use another <1>browser that supports Tampermonkey extensions, such as Firefox.",foundNewVersion:"New version available",theLocalExtensionIsUpToUpdate:"The current extension version is up to date.",failToSyncRules:"Failed to sync latest adaptive rules",retry:"Retry",failedReason:"Failure reason",currentRuleVersion:"Current Rule Version",calculating:"Calculating",unknownError:"Unknown Error",canNotFetchRemoteRule:"Unable to fetch remote rule",enableAlphaSuccess:"Alpha feature enabled successfully",disableAlphaSuccess:"Alpha feature has been disabled",cacheSize:"Cache size:",cleaning:"Cleaning",cleanCache:"Clear cache",options:"Options",about:"About",service:"Translation Service",needAction:"(go to settings)",goSettings:"go to settings",needActionForOptions:"(requires setting)",translationEngine:"Engine Options",sourceLanguage:"Original language",target:"Target Language",popupSourceLanguage:"Source",popupTarget:"Target",popupService:"Service",forThisSite:"Site",autoEnableSubtitle:"Auto-enable bilingual captions",alwaysTranslate:"Always translate",neverTranslate:"Never translate",neverTranslateSomeLanguage:"Never translate {language}",alwaysTranslateSomeSite:"Always translate {hostname}",neverTranslateSomeSite:"Never translate {hostname}",alwaysTranslateSomeSiteOrWildSite:"Always translate this site",alwaysTranslateSomePage:"Always translate this page",add:"Add",default:"Default",forThisLanguage:"For This Language:","add url":"Add URL",edit:"Edit",pickAll:"Select All","translate other languages into specific language":"Translate other languages into the language you set","select translation service":"Select a translation service",language:"Language","show-original":"Show Original",translate:"Translate",Translated:"Translated",Translating:"Translating",Error:"Error",allowCacheTranslations:"Enable local translation caching (reduce translation requests for repeated paragraphs)","translation display":"Translation display style","select diplay style":"See below for examples of different translation styles",interface:"Interface Settings",import_export:"Import/Export",import_export_title:"Import/Export Configuration",syncToGoogleDrive:"Sync Now with Google Drive",floatBallOptions:"Floating Button","floatBallOptions.enable":"Enable Floating Ball","floatBallOptions.blockUrls":"Blocked Websites","floatBallOptions.add":"Add","floatBallOptions.blockUrlDesc":"Don\u2019t show the floating ball on these websites","floatBallOptions.clickType":"Click Behavior","floatBallOptions.clickTypeDesc":"What happens when you click the floating ball icon","floatBallOptions.clickPopup":"Display Translation Panel","floatBallOptions.clickTranslate":"Translate/Show Original Text","floatBallOptions.fixedPosition":"Fixed Position","floatBallOptions.fixedPositionDesc":"Whether the float ball is on the left or right of the window","floatBallOptions.fixedPositionLeft":"Left","floatBallOptions.fixedPositionRight":"Right",previewAllThemes:"Preview all themes","translationTheme.none":"None","translationTheme.grey":"Black Gray","translationTheme.dashed":"Dotted lines","translationTheme.dotted":"Dotted lines","translationTheme.dashedBorder":"Dotted Border","translationTheme.solidBorder":"Solid Border","translationTheme.underline":"Straight line","translationTheme.mask":"Blur effect (learning mode)","translationTheme.opacity":"Transparency effect","translationTheme.paper":"White paper shadow effect","translationTheme.dividingLine":"Dividing line","translationTheme.highlight":"Highlight","translationTheme.marker":"Marker","translationTheme.marker2":"Maker2","translationTheme.blockquote":"quote style","translationTheme.weakening":"Weaken","translationTheme.italic":"Italic","translationTheme.bold":"Bold","translationTheme.thinDashed":"Thin dotted lines","translationTheme.nativeDashed":"System built-in dotted lines","translationTheme.nativeDotted":"System built-in dotted lines","translationTheme.nativeUnderline":"System built-in straight lines","translationTheme.wavy":"wavy lines","translationServices.custom":"Custom API","translationServices.tencent":"Tencent Translator","translationServices.tenAlpha":"Tencent Translator (Alpha)","translationServices.google":"Google Translate","translationServices.bai":"Baidu (Alpha)","translationServices.baidu":"Baidu translation","translationServices.aliyun":"Aliyun Translator","translationServices.volc":"Volcano Translation","translationServices.deeplx":"DeepLX (Alpha)","translationServices.bing":"Microsoft Translator","translationServices.deepl":"DeepL","translationServices.wechat":"Wechat translation","translationServices.azure":"Azure Translator","translationServices.ibm":"IBM Watson","translationServices.aws":"Amazon Translate","translationServices.mock":"Mock translation","translationServices.mock2":"Mock Translation2","translationServices.caiyun":"Caiyun Translation","translationServices.cai":"Caiyun Translation (Alpha)","translationServices.volcAlpha":"Volcano Translation (Alpha)","translationServices.openl":"OpenL","translationServices.youdao":"Youdao Translation","translationServices.you":"Youdao Translation (Alpha)","translationServices.transmart":"Tencent Smart Translation","translationServices.niu":"Niu Translation","translationServices.papago":"Papago Translation","translationServices.d":"DeeplX (Alpha)","translationServices.dpro":"D Pro (Canary)","translationServices.openai":"OpenAI","translationServices.yandex":"Yandex","translationServices.gemini":"Gemini","translationServices.chatgpt":"ChatGPT Web(3.5 mobile)","translate title":"Translate page title","always languages":"Always translate the following languages",neverTranslateLanguagesLabel:"Never Translated Languages",neverTranslateTheFollowingLanguagesDescription:"When a paragraph on a page is in one of the following languages, the translation will be skipped",enableUserscriptPagePopup:"Always show Popup windows on the page",enableUserscriptPagePopupDescription:"After closing the floating ball, you can use the shortcut key /{touch} to summon it. To prevent accidentally losing the floating ball after turning off this option, it is strongly recommended to bookmark this settings page.","always translate the following languages":"The following languages will always be translated","always sites":"Always translate the following sites","always translate the following sites":"The following sites will always be translated","never sites":"Never translate the following sites","never translate the following sites":"The following sites will never be translated","please refer to":"It can only be used after filling in the key. For details, please refer to",KeyAndConfigurationTutorial:"Key Application and Configuration Tutorial",useAboveStyleForTheseSites:"Sites that always use the {theme} translation style",currentUrl:"Current URL",confirm:"Save",cancel:"Cancel",delete:"Delete",syncToCloud:"Sync to cloud",syncToCloudDescription:"Upload the configuration to the cloud server, and you can synchronize the configuration between different browsers or Tampermonkey scripts, based on the last modification time.",syncToAccount:"Sync to account",syncToAccountButton:"Sync to account now",syncToAccountDescription:"Uploaded to the logged-in account, the configuration can be synchronized between different devices, and the last modification time shall prevail.",successSyncConfigInAccount:"Successfully synced with account",successSyncConfigToAccount:"Successfully synchronized to account",syncConfigNoUpdate:"Already up to date",authFail:"Authorization Failed",syncTitle:"Manual Backup Management",import_hint:"Import",upload:"Upload",revokeAuth:"Revoke Authorization",uploadFail:"Upload Failed",download:"Download",importSuccess:"Upload Success",importFail:"Import Failed",deleteFail:"Delete Failed",backupToCloud:"Manage backup files manually",create_new_backup:"Add backup node",maxBackupFiles:"Up to{count}different nodes can be backed up. Please delete unneeded nodes",backupToCloudDescription:"Upload or restore backup files manually, up to 3 different backups",successSyncConfig:"Successfully synced with cloud",syncFail:"Synchronization failed",updatedAt:"Updated at {date}",lastSyncedAt:"Last checked at {date}",downloadFail:"Download failed",clickToDownload:"Click to download",aboutLabel:"About - Feedback ","browser.openAboutPage":"About / Feedback/Sponsor",aboutLabelWithoutSponsor:"About - Feedback",aboutIntro:"We hope that all users will easily and pleasantly access to the enormous amount of foreign language information available on the Internet \u2764\uFE0F. You can choose to subscribe to <6>Pro membership to use the out-of-the-box DeepL and OpenAI translation.

Follow us on<3>Twitter, <4>Telegram Channel, WeChat public account, WeChat community group, or subscribe to updates via <5>email below.
<7>Pro members can contact us through the quick customer service email <8>support@immersivetranslate.com.",aboutIntroWithoutSponsor:"The extension is completely free. We hope that everyone can easily and joyfully access the vast foreign language information on the Internet \u2764\uFE0F.

Follow us on <3>Twitter, <4>Telegram channel, WeChat public account, WeChat community group, or subscribe to updates via <5>email below.",projectHomepage:"Project Homepage",joinTelegramGroup:"Join our communities for feature discussion",wechatPublicAccount:"Wechat Official Account",wechatCommunities:"Wechat Group",qqCommunities:"QQ Channel",joinTelegramChannel:"Subscribe to our Telegram channel to get the latest updates",feedbackAndJoin:"Feedback",autoSync:"Auto-Time Sync",loadingThemeTitle:"Loading Style",loadingThemeDescription:"Set the style of waiting for the translation to load","loadingTheme.spinner":"Spinning icon","loadingTheme.text":"Static Text... ","loadingTheme.none":"Disabled",developerDescription:"You can click <1>here to see the documentation related to advanced customization","edit border color":"Edit border color",successSyncButNoChange:"The current configuration is consistent with that in the cloud server",customTheme:"Customize colors and sizes","customThemeLabel.borderColor":"Border color","customThemeLabel.borderRadius":"Border Round Corner","customThemeLabel.textColor":"Text color","customThemeLabel.backgroundColor":"Background color","customThemeLabel.zoom":"Font scale (%)","customThemeLabel.opacity":"Text opacity (%)",resetToDefaultColor:"Reset to default colors",resetToDefaultSettings:"Reset to default settings",isTranslateTitle:"Enable translate page title",isTranslateTitleDescription:"When enabled, the webpage title will be translated",enableSearchEnhancement:"Enable Search Enhancement",enableSearchEnhancementDescription:"After activation, the right sidebar will automatically display 'Google News' search results for the corresponding English keywords on supported websites (Google News, Google Search (for certain keywords), Xueqiu, East Money, Futu, Tiger Community).",verifyService:"Verify service",verified:"Successful","field.langs":"Supported Language Code","field.model":"Model","field.translationEngine":"Translation engine","field.limitPerMinute":"Max requests per minute","field.limitPerSecond":"Max requests per second","field.maxTextLengthPerRequest":"Maximum text length per request","field.maxTextGroupLengthPerRequest":"Maximum number of paragraphs per request","field.apiUrl":"Custom API interface address","field.placeholderDelimiters":"Reserved placeholders","description.custom":"Custom interface access requires reference documents","description.limitPerMinute":"When the number of requests exceeds this limit, it will be temporarily suspended until the beginning of the next minute. Due to various limitations of OpenAI's current services, please click <1>here to view the latest suggested values","description.limitPerSecond":"When the number of requests exceeds this limit, it will be temporarily suspended until the beginning of the next second. Due to various limitations of OpenAI's current services, please click <1>here to view the latest suggested values","description.generalLimitPerSecond":"When the number of requests exceeds the limit, it will enter a queue state until the beginning of the next second.","description.prompt":"The dialogue sent to {service} as a user, where {{text}} represents the text content of the paragraph, {{from}} represents the language of the paragraph, and {{to}} represents the target language.","description.maxTextLengthPerRequest":"By default multiple paragraphs will be merged to reduce the number of requests, but if the total length of the paragraphs is too long, it may also cause the interface to respond slowly, so you can try to adjust this option to optimize speed","description.systemPrompt":"Send the conversation to OpenAI as a system, where {{text}} represents the text content of the paragraph, {{from}} represents the original language of the paragraph, and {{to}} represents the target language.","field.domain":"Domain","description.domain":"The default is: general. It can only be set when domain translation is activated in the Youdao API console, and the supported domains can be seen <1>Here ","field.scene":"Scenarios","description.scene":"The default is: general. It can be set only if the Alibaba Cloud API console has the Machine Translation Professional Edition enabled. Supported scenes can be found <1>here.","field.vocabId":"User dictionary ID","description.vocabId":"Specified dictionary out_id, currently supported in English translation","description.model":"OpenAI's models, such as gpt-3.5-turbo, gpt-4, etc","description.maxTextGroupLengthPerRequest":"The number of paragraphs sent to translation service each time. Sending too many paragraphs to OpenAI at once can slow down the interface.","description.apiUrl":"Please add a specific URL with a path, <1>more instructions",enabledExtension:"Enable extensions",clickToDisableExtension:"Click to disable extension",clickToEnableExtension:"Click to enable the extension",hasBeenDisabled:"Disabled","show password":"Show password",customContent:"Enter the name of the custom model",inputOptions:"Enhanced input box",mouseHoverOptions:"Mouse Hover",modifyMouseHoverKey:"Modify mouse hover shortcuts",enableInputTranslation:"enhanced input box?",enableInputTranslationDescription:"When enabled, enter {startingKey}{startingKey} direct in the input box and hit{inputTrailingTriggerKeyRepeatTimes}times{trailingKey}, translated into {inputTargetLanguage}",enableInputTranslationDescriptionForNoneKey:'When enabled, simply enter "Hello World" in the input box, then quickly press {inputTrailingTriggerKeyRepeatTimes} times on {trailingKey}, and it will be translated into the default target language.',inputTargetLanguage:"Set the default target language for the input box",inputTargetLanguageDescription:"The default target language for the translation input box, which is {startingKey}{startingKey} as the default language for triggering words.",inputTargetLanguageDescriptionForNoneKey:"Default target language for translation input box",inputStartingTriggerKeyTitle:"Set the delimiter character for partial translation of the input box",inputStartingTriggerKeyDescription:"When you don\u2019t need to translate the entire input box, the delimiter allows you to only translate the part from {startingKey}{startingKey} to the end of the input box. You can also specify a language code, for example: {startingKey}ja means to only translate the part from {startingKey}ja to the end of the input box",inputStartingTriggerKeyDescriptionForNoneKey:"The current setting does not require a prefix, so the partial text translation function of the input box cannot be used temporarily",inputTrailingTriggerKeyTitle:"Select a trigger character to indicate the end of input.",inputTrailingTriggerKeyDescription:"Quickly hitting {trailingKey} 3 times will start the translation",inputTrailingTriggerKeyTimeout:"Enter the interval time to end the trailing trigger",inputTrailingTriggerKeyTimeoutDescription:"Set the interval time for the end of input combo trigger (milliseconds)",spaceKey:"",noneKey:"No prefix needed, translate the entire text box directly",inputTranslationBlockUrlsTitle:"Do not enable input box enhancement on the following URLs",inputTranslationBlockUrlsDescription:"The input box enhancement will not work in the following URL",inputHelperInfo:`Note: We have optimized the system to address an issue where certain characters in Chinese input methods were being converted into Chinese punctuation marks. For instance, when using Sogou Input Method, "/" would be changed to "\u3001". We now recognizes all corresponding Chinese symbols as triggering characters, including "//" and "\u3001\u3001". + {env.imt_sub_trans_field}: \u8B6F\u6587`,"subtitle.quickButton.translationPosition":"\u8B6F\u6587\u4F4D\u7F6E","subtitle.quickButton.cyan":"\u9752\u8272","subtitle.quickButton.translationPositionTop":"\u539F\u6587\u4E0A\u65B9","subtitle.quickButton.translationPositionBottom":"\u539F\u6587\u4E0B\u65B9","subtitle.quickButton.yellow":"\u9EC3\u8272","subtitle.quickButton.black":"\u9ED1\u8272","subtitle.quickButton.white":"\u767D\u8272","subtitle.quickButton.setting":"\u8A2D\u7F6E","subtitle.quickButton.blue":"\u85CD\u8272","subtitle.quickButton.backgroundColor":"\u80CC\u666F\u984F\u8272","subtitle.quickButton.sourceFontSize":"\u539F\u59CB\u5B57\u9AD4\u5927\u5C0F","subtitle.quickButton.translationFontSize":"\u7FFB\u8B6F\u6587\u5B57\u9AD4\u5927\u5C0F","translationServices.claude":"\u514B\u52DE\u5FB7","subtitle.quickButton.sourceTextColor":"\u539F\u59CB\u5B57\u9AD4\u984F\u8272","subtitle.quickButton.red":"\u7D05\u8272","subtitle.quickButton.translationTextColor":"\u7FFB\u8B6F\u6587\u5B57\u9AD4\u984F\u8272","subtitle.quickButton.magenta":"\u6D0B\u7D05\u8272","subtitle.quickButton.green":"\u7DA0\u8272","subtitle.quickButton.backgroundOpacity":"\u80CC\u666F\u4E0D\u900F\u660E\u5EA6",attachSubtitleTranslating:"\u6B63\u5728\u4F7F\u7528 {service} \u7FFB\u8B6F\u4E2D...","error.claude.403":"\u66AB\u7121\u6B0A\u9650\u8A2A\u554F\u670D\u52D9\uFF0C\u53EF\u80FD\u8207 Claude \u7684\u5730\u5340\u9650\u5236\u6709\u95DC\uFF0C\u60A8\u53EF\u4EE5\u5617\u8A66\u5207\u63DB\u60A8\u7684 IP \u5730\u5740\uFF0C\u6216\u8005\u4F7F\u7528\u5176\u4ED6\u7FFB\u8B6F\u670D\u52D9\u3002","browser.brandDescriptionForSafari":"\u3010\u6C89\u6D78\u5F0F\u7FFB\u8B6F\u3011\u4E00\u6B3E\u514D\u8CBB\u7684\uFF08\u539F\u6587/\u8B6F\u6587\uFF09\u96D9\u8A9E\u5C0D\u7167\u7DB2\u9801\u7FFB\u8B6F\u63D2\u4EF6\uFF0C\u540C\u6642\u652F\u6301PDF\u7FFB\u8B6F\u548CEPUB\u96FB\u5B50\u66F8\u7FFB\u8B6F\u4E14\u4FDD\u7559\u539F\u6587\u6A94\u6392\u7248\uFF0CYoutube/Netflix\u7B49\u5728\u7DDA\u8996\u983B\u96D9\u8A9E\u5B57\u5E55\u7FFB\u8B6F\uFF0C\u652F\u6301Deepl/Google\u7B49\u4E3B\u6D41\u7FFB\u8B6F\u670D\u52D9;","browser.PdfProFile":"AI \u9A45\u52D5\u7684 PDF Pro \u7FFB\u8B6F","browser.textTranslate":"\u6587\u672C\u7FFB\u8B6F\uFF08\u5C0D\u6BD4\u591A\u500B\u7FFB\u8B6F\u670D\u52D9\uFF09"};var jf={nologin:"Not logged in",loginForSafari:"Sign In or Sign Up",login:"Log In",goLogin:"Sign In",manageAccount:"Manage Account",openPremium:"Upgrade to Pro",logout:"Logout",curentPlan:"Current Plan",endAt:"Expires",endAuto:"Auto Renew",lineBreakMaxTextCount:"Maximum characters per sentence after line break","translate-pdf":"Translate PDF","noSupportTranslate-pdf":"This script is not supported. Please use a plugin.","translate-firefox-local-pdf":"Go to upload PDF",enableLineBreak:"Enable automatic line wrapping for long paragraphs",sponsorLabel:"Sponsor developers from $1 (monthly or one-time)",help:"Help",enableLineBreakDescription:"After activating, insert line breaks at the end of each sentence in lengthy paragraphs for improved readability.","browser.shortBrandName":"Immersive Translate","browser.brandName":"Immersive Translate - Translate Website & PDF","browser.brandDescription":"Free Translate Website, Translate PDF & Epub eBook, Translate Video Subtitles in Bilingual","browser.toggleTranslatePage":"Translate webpage/Display original text","browser.toggleTranslateTheWholePage":"Translate entire page/Display original text","browser.toggleTranslateToThePageEndImmediately":"Translate instantly to the bottom of the page/Display original text","browser.toggleTranslateTheMainPage":"Translate main page /Display original text","browser.shareToDraft":"Share Bilingual Page","browser.openOptionsPage":"Open Settings Page","browser.translateLocalPdfFile":"Translate local PDF File","browser.openEbookViewer":"Read local e-books","browser.openEbookBuilder":"Create Bilingual EPUB E-books","browser.translateLocalHtmlFile":"Translate HTML/txt File","browser.donateContext":"Explore Sponsorship Benefits","browser.translateLocalSubtitleFile":"Translate Local Subtitle File",confirmResetConfig:"Are you sure you want to reset settings?",translationLineBreakSettingTitle:"Line break setting",smartLineBreak:"Smart Wrap",alwaysLineBreak:"Always Wrap",isShowContextMenu:"Add Translation to Right-Click Menu",toggleBeta:"Enable Beta Testing Features",betaDescription:"Enable experimental features and test translation services. Join the <1>Telegram group for more information.",translationLineBreakSettingDescription:"Always Wrap is suitable for layouts with less content, providing a neater appearance. (For longer paragraphs with over {count} characters, use Smart Wrap for a more space-efficient display.)",tempTranslateDomainTitle:"Temporarily Activate Website Translation Time",tempTranslateDomainDescription:"When manually translating a webpage, temporarily enable automatic translation for the site. You can set a temporary duration.",xMinutes:"{count} minutes",disabled:"Disable",changelog:"Change Log",toggleTranslatePageWhenThreeFingersOnTheScreen:"Touch screen with multiple fingers to translate webpage/display original text",toggleTranslationMaskWhenThreeFingersOnTheScreen:"Touch screen with multiple fingers to show/hide the blurry effect of the translated text",addUrlDescription:"You can specify domain names, and also use wildcard characters, such as: *.google.com, google.com/mail/*, https://www.google.com/*",general:"General",clickToExpandConfig:"Expand current configuration",import:"Import from file",export:"Export to file",toggleDebug:"Print debug logs to console","fingers.0":"Close",mouseHoldKey:"+ {key} translate/restore this paragraph",mouseHoldKeyAuto:"immediately translate this paragraph",mouseHoldKeyOff:"Do nothing",mouseHoldKeyOther:"Custom shortcut key (open settings)",mouseHoldKeyCustomKey:"{key} translate/restore this paragraph","mouse-translate":"Hover",document:"Document",resetSuccess:"Reset all settings successful",resetThisSuccess:"Reset successful",saved:"Saved successfully",successImportConfig:"Configuration imported successfully",goAdvancedSettings:"Go to Advanced Settings Page",goAdvancedInterfaceSettings:"Go to Advanced Custom Settings Page",advanced:"Advanced Settings",advancedDescription:"Generally, there's no need to adjust; keep the default settings. These options are provided for more advanced users seeking a more personalized experience.",developer:"Developer settings",donateCafe:"Pricing","translate to the bottom of the page":"After opening a webpage, do you want to translate to the bottom of the page immediately?",feedback:"Feedback",toggleTranslatePage:"Translate webpage/Show original text",translateToThePageEndImmediatelyDescription:"Once enabled, upon entering a webpage, it will immediately translate the content from the top to the bottom. If disabled, it will translate as you read. (Not recommended to enable)","translate all areas of the page":"Should all areas of the webpage be translated?",translationAreaDescription:"Once enabled, all areas of the entire webpage will be translated. If disabled, the default smart recognition will be used to translate only the main areas. (Not recommended to enable)","the number of characters to be translated first":"Translate the first few characters of the page directly, without waiting to scroll to the visible area.","interface language":"Interface language","display both the original text and the translation":"Display both the original text and the translation","keyboard shortcuts":"Keyboard shortcuts",modify:"Edit",reset:"Reset",close:"Close",homepage:"Home Page",more:"More",moreOptions:"Expand for more custom settings",translateTheWholePage:"Translate entire page",changeToTranslateTheWholePage:"Translate the Whole Page",changeToTranslateTheMainPage:"Translate the Main Content",changeToOnlyTranslationMode:"Show Translation only",changeToDualTranslationMode:"Show Bilingual Translation",translateToThePageEndImmediately:"Immediately translate to the bottom ",translateTheMainPage:"smart translate the main areas","The local rules are up to date":"Local rules are up to date:","Successfully synchronized with the latest official rules:":"Successfully synced latest official rules:","Checking for updates":"Checking for update","Rules are being synchronized":"Syncing official rules",localVersionIsTooOld:"The local extension version is too old, please upgrade the extension to {minVersion} or a newer version and try to sync again.",badUserscriptBrowser:"The current browser does not correctly support the interface of the Tampermonkey extension (such as obtaining version information of Tampermonkey scripts). Please use another <1>browser that supports Tampermonkey extensions, such as Firefox.",foundNewVersion:"New version available",theLocalExtensionIsUpToUpdate:"The current extension version is up to date.",failToSyncRules:"Failed to sync latest adaptive rules",retry:"Retry",failedReason:"Failure reason",currentRuleVersion:"Current Rule Version",calculating:"Calculating",unknownError:"Unknown Error",canNotFetchRemoteRule:"Unable to fetch remote rule",enableAlphaSuccess:"Alpha feature enabled successfully",disableAlphaSuccess:"Alpha feature has been disabled",cacheSize:"Cache size:",cleaning:"Cleaning",cleanCache:"Clear cache",options:"Options",about:"About",service:"Translation Service",needAction:"(go to settings)",goSettings:"go to settings",needActionForOptions:"(requires setting)",translationEngine:"Engine Options",sourceLanguage:"Original language",target:"Target Language",popupSourceLanguage:"Source",popupTarget:"Target",popupService:"Service",forThisSite:"Site",autoEnableSubtitle:"Auto-enable bilingual captions",alwaysTranslate:"Always translate",neverTranslate:"Never translate",neverTranslateSomeLanguage:"Never translate {language}",alwaysTranslateSomeSite:"Always translate {hostname}",neverTranslateSomeSite:"Never translate {hostname}",alwaysTranslateSomeSiteOrWildSite:"Always translate this site",alwaysTranslateSomePage:"Always translate this page",add:"Add",default:"Default",forThisLanguage:"For This Language:","add url":"Add URL",edit:"Edit",pickAll:"Select All","translate other languages into specific language":"Translate other languages into the language you set","select translation service":"Select a translation service",language:"Language","show-original":"Show Original",translate:"Translate",Translated:"Translated",Translating:"Translating",Error:"Error",allowCacheTranslations:"Enable local translation caching (reduce translation requests for repeated paragraphs)","translation display":"Translation display style","select diplay style":"See below for examples of different translation styles",interface:"Interface Settings",import_export:"Import/Export",import_export_title:"Import/Export Configuration",syncToGoogleDrive:"Sync Now with Google Drive",floatBallOptions:"Floating Button","floatBallOptions.enable":"Enable Floating Ball","floatBallOptions.blockUrls":"Blocked Websites","floatBallOptions.add":"Add","floatBallOptions.blockUrlDesc":"Don\u2019t show the floating ball on these websites","floatBallOptions.clickType":"Click Behavior","floatBallOptions.clickTypeDesc":"What happens when you click the floating ball icon","floatBallOptions.clickPopup":"Display Translation Panel","floatBallOptions.clickTranslate":"Translate/Show Original Text","floatBallOptions.fixedPosition":"Fixed Position","floatBallOptions.fixedPositionDesc":"Whether the float ball is on the left or right of the window","floatBallOptions.fixedPositionLeft":"Left","floatBallOptions.fixedPositionRight":"Right",previewAllThemes:"Preview all themes","translationTheme.none":"None","translationTheme.grey":"Black Gray","translationTheme.dashed":"Dotted lines","translationTheme.dotted":"Dotted lines","translationTheme.dashedBorder":"Dotted Border","translationTheme.solidBorder":"Solid Border","translationTheme.underline":"Straight line","translationTheme.mask":"Blur effect (learning mode)","translationTheme.opacity":"Transparency effect","translationTheme.paper":"White paper shadow effect","translationTheme.dividingLine":"Dividing line","translationTheme.highlight":"Highlight","translationTheme.marker":"Marker","translationTheme.marker2":"Maker2","translationTheme.blockquote":"quote style","translationTheme.weakening":"Weaken","translationTheme.italic":"Italic","translationTheme.bold":"Bold","translationTheme.thinDashed":"Thin dotted lines","translationTheme.nativeDashed":"System built-in dotted lines","translationTheme.nativeDotted":"System built-in dotted lines","translationTheme.nativeUnderline":"System built-in straight lines","translationTheme.wavy":"wavy lines","translationServices.custom":"Custom API","translationServices.tencent":"Tencent Translator","translationServices.tenAlpha":"Tencent Translator (Alpha)","translationServices.google":"Google Translate","translationServices.bai":"Baidu (Alpha)","translationServices.baidu":"Baidu translation","translationServices.aliyun":"Aliyun Translator","translationServices.volc":"Volcano Translation","translationServices.deeplx":"DeepLX (Alpha)","translationServices.bing":"Microsoft Translator","translationServices.deepl":"DeepL","translationServices.wechat":"Wechat translation","translationServices.azure":"Azure Translator","translationServices.ibm":"IBM Watson","translationServices.aws":"Amazon Translate","translationServices.mock":"Mock translation","translationServices.mock2":"Mock Translation2","translationServices.caiyun":"Caiyun Translation","translationServices.cai":"Caiyun Translation (Alpha)","translationServices.volcAlpha":"Volcano Translation (Alpha)","translationServices.openl":"OpenL","translationServices.youdao":"Youdao Translation","translationServices.you":"Youdao Translation (Alpha)","translationServices.transmart":"Tencent Smart Translation","translationServices.niu":"Niu Translation","translationServices.papago":"Papago Translation","translationServices.d":"DeeplX (Alpha)","translationServices.dpro":"D Pro (Canary)","translationServices.openai":"OpenAI","translationServices.yandex":"Yandex","translationServices.gemini":"Gemini","translationServices.chatgpt":"ChatGPT Web(3.5 mobile)","translate title":"Translate page title","always languages":"Always translate the following languages",neverTranslateLanguagesLabel:"Never Translated Languages",neverTranslateTheFollowingLanguagesDescription:"When a paragraph on a page is in one of the following languages, the translation will be skipped",enableUserscriptPagePopup:"Always show Popup windows on the page",enableUserscriptPagePopupDescription:"After closing the floating ball, you can use the shortcut key /{touch} to summon it. To prevent accidentally losing the floating ball after turning off this option, it is strongly recommended to bookmark this settings page.","always translate the following languages":"The following languages will always be translated","always sites":"Always translate the following sites","always translate the following sites":"The following sites will always be translated","never sites":"Never translate the following sites","never translate the following sites":"The following sites will never be translated","please refer to":"It can only be used after filling in the key. For details, please refer to",KeyAndConfigurationTutorial:"Key Application and Configuration Tutorial",useAboveStyleForTheseSites:"Sites that always use the {theme} translation style",currentUrl:"Current URL",confirm:"Save",cancel:"Cancel",delete:"Delete",syncToCloud:"Sync to cloud",syncToCloudDescription:"Upload the configuration to the cloud server, and you can synchronize the configuration between different browsers or Tampermonkey scripts, based on the last modification time.",syncToAccount:"Sync to account",syncToAccountButton:"Sync to account now",syncToAccountDescription:"Uploaded to the logged-in account, the configuration can be synchronized between different devices, and the last modification time shall prevail.",successSyncConfigInAccount:"Successfully synced with account",successSyncConfigToAccount:"Successfully synchronized to account",syncConfigNoUpdate:"Already up to date",authFail:"Authorization Failed",syncTitle:"Manual Backup Management",import_hint:"Import",upload:"Upload",revokeAuth:"Revoke Authorization",uploadFail:"Upload Failed",download:"Download",importSuccess:"Upload Success",importFail:"Import Failed",deleteFail:"Delete Failed",backupToCloud:"Manage backup files manually",create_new_backup:"Add backup node",maxBackupFiles:"Up to{count}different nodes can be backed up. Please delete unneeded nodes",backupToCloudDescription:"Upload or restore backup files manually, up to 3 different backups",successSyncConfig:"Successfully synced with cloud",syncFail:"Synchronization failed",updatedAt:"Updated at {date}",lastSyncedAt:"Last checked at {date}",downloadFail:"Download failed",clickToDownload:"Click to download",aboutLabel:"About - Feedback ","browser.openAboutPage":"About / Feedback/Sponsor",aboutLabelWithoutSponsor:"About - Feedback",aboutIntro:"We hope that all users will easily and pleasantly access to the enormous amount of foreign language information available on the Internet \u2764\uFE0F. You can choose to subscribe to <6>Pro membership to use the out-of-the-box DeepL and OpenAI translation.

Follow us on<3>Twitter, <4>Telegram Channel, WeChat public account, WeChat community group, or subscribe to updates via <5>email below.
<7>Pro members can contact us through the quick customer service email <8>support@immersivetranslate.com.",aboutIntroWithoutSponsor:"The extension is completely free. We hope that everyone can easily and joyfully access the vast foreign language information on the Internet \u2764\uFE0F.

Follow us on <3>Twitter, <4>Telegram channel, WeChat public account, WeChat community group, or subscribe to updates via <5>email below.",projectHomepage:"Project Homepage",joinTelegramGroup:"Join our communities for feature discussion",wechatPublicAccount:"Wechat Official Account",wechatCommunities:"Wechat Group",qqCommunities:"QQ Channel",joinTelegramChannel:"Subscribe to our Telegram channel to get the latest updates",feedbackAndJoin:"Feedback",autoSync:"Auto-Time Sync",loadingThemeTitle:"Loading Style",loadingThemeDescription:"Set the style of waiting for the translation to load","loadingTheme.spinner":"Spinning icon","loadingTheme.text":"Static Text... ","loadingTheme.none":"Disabled",developerDescription:"You can click <1>here to see the documentation related to advanced customization","edit border color":"Edit border color",successSyncButNoChange:"The current configuration is consistent with that in the cloud server",customTheme:"Customize colors and sizes","customThemeLabel.borderColor":"Border color","customThemeLabel.borderRadius":"Border Round Corner","customThemeLabel.textColor":"Text color","customThemeLabel.backgroundColor":"Background color","customThemeLabel.zoom":"Font scale (%)","customThemeLabel.opacity":"Text opacity (%)",resetToDefaultColor:"Reset to default colors",resetToDefaultSettings:"Reset to default settings",isTranslateTitle:"Enable translate page title",isTranslateTitleDescription:"When enabled, the webpage title will be translated",enableSearchEnhancement:"Enable Search Enhancement",enableSearchEnhancementDescription:"After activation, the right sidebar will automatically display 'Google News' search results for the corresponding English keywords on supported websites (Google News, Google Search (for certain keywords), Xueqiu, East Money, Futu, Tiger Community).",verifyService:"Verify service",verified:"Successful","field.langs":"Supported Language Code","field.model":"Model","field.translationEngine":"Translation engine","field.limitPerMinute":"Max requests per minute","field.limitPerSecond":"Max requests per second","field.maxTextLengthPerRequest":"Maximum text length per request","field.maxTextGroupLengthPerRequest":"Maximum number of paragraphs per request","field.apiUrl":"Custom API interface address","field.placeholderDelimiters":"Reserved placeholders","description.custom":"Custom interface access requires reference documents","description.limitPerMinute":"When the number of requests exceeds this limit, it will be temporarily suspended until the beginning of the next minute. Due to various limitations of OpenAI's current services, please click <1>here to view the latest suggested values","description.limitPerSecond":"When the number of requests exceeds this limit, it will be temporarily suspended until the beginning of the next second. Due to various limitations of OpenAI's current services, please click <1>here to view the latest suggested values","description.generalLimitPerSecond":"When the number of requests exceeds the limit, it will enter a queue state until the beginning of the next second.","description.prompt":"The dialogue sent to {service} as a user, where {{text}} represents the text content of the paragraph, {{from}} represents the language of the paragraph, and {{to}} represents the target language.","description.maxTextLengthPerRequest":"By default multiple paragraphs will be merged to reduce the number of requests, but if the total length of the paragraphs is too long, it may also cause the interface to respond slowly, so you can try to adjust this option to optimize speed","description.systemPrompt":"The dialogue sent to {service} as a system, where {{text}} represents the text content of the paragraph, {{from}} represents the language of the paragraph, and {{to}} represents the target language.","field.domain":"Domain","description.domain":"The default is: general. It can only be set when domain translation is activated in the Youdao API console, and the supported domains can be seen <1>Here ","field.scene":"Scenarios","description.scene":"The default is: general. It can be set only if the Alibaba Cloud API console has the Machine Translation Professional Edition enabled. Supported scenes can be found <1>here.","field.vocabId":"User dictionary ID","description.vocabId":"Specified dictionary out_id, currently supported in English translation","description.model":"OpenAI's models, such as gpt-3.5-turbo, gpt-4, etc","description.maxTextGroupLengthPerRequest":"The number of paragraphs sent to translation service each time. Sending too many paragraphs to OpenAI at once can slow down the interface.","description.apiUrl":"Please add a specific URL with a path, <1>more instructions",enabledExtension:"Enable extensions",clickToDisableExtension:"Click to disable extension",clickToEnableExtension:"Click to enable the extension",hasBeenDisabled:"Disabled","show password":"Show password",customContent:"Enter the name of the custom model",inputOptions:"Enhanced input box",mouseHoverOptions:"Mouse Hover",modifyMouseHoverKey:"Modify mouse hover shortcuts",enableInputTranslation:"enhanced input box?",enableInputTranslationDescription:"When enabled, enter {startingKey}{startingKey} direct in the input box and hit{inputTrailingTriggerKeyRepeatTimes}times{trailingKey}, translated into {inputTargetLanguage}",enableInputTranslationDescriptionForNoneKey:'When enabled, simply enter "Hello World" in the input box, then quickly press {inputTrailingTriggerKeyRepeatTimes} times on {trailingKey}, and it will be translated into the default target language.',inputTargetLanguage:"Set the default target language for the input box",inputTargetLanguageDescription:"The default target language for the translation input box, which is {startingKey}{startingKey} as the default language for triggering words.",inputTargetLanguageDescriptionForNoneKey:"Default target language for translation input box",inputStartingTriggerKeyTitle:"Set the delimiter character for partial translation of the input box",inputStartingTriggerKeyDescription:"When you don\u2019t need to translate the entire input box, the delimiter allows you to only translate the part from {startingKey}{startingKey} to the end of the input box. You can also specify a language code, for example: {startingKey}ja means to only translate the part from {startingKey}ja to the end of the input box",inputStartingTriggerKeyDescriptionForNoneKey:"The current setting does not require a prefix, so the partial text translation function of the input box cannot be used temporarily",inputTrailingTriggerKeyTitle:"Select a trigger character to indicate the end of input.",inputTrailingTriggerKeyDescription:"Quickly hitting {trailingKey} 3 times will start the translation",inputTrailingTriggerKeyTimeout:"Enter the interval time to end the trailing trigger",inputTrailingTriggerKeyTimeoutDescription:"Set the interval time for the end of input combo trigger (milliseconds)",spaceKey:"",noneKey:"No prefix needed, translate the entire text box directly",inputTranslationBlockUrlsTitle:"Do not enable input box enhancement on the following URLs",inputTranslationBlockUrlsDescription:"The input box enhancement will not work in the following URL",inputHelperInfo:`Note: We have optimized the system to address an issue where certain characters in Chinese input methods were being converted into Chinese punctuation marks. For instance, when using Sogou Input Method, "/" would be changed to "\u3001". We now recognizes all corresponding Chinese symbols as triggering characters, including "//" and "\u3001\u3001". Additionally, we support using Chinese aliases of language codes as commands. For example, entering "/Japanense Hello World" will translate the text into Japanese. You can click here to see a list of all supported language codes.`,reloadCurrentPage:"Please refresh the current page before starting translation",noLocalFilePermissionForPDF:"No permission to read local files temporarily, please click the button above and then import local files",noPermissionForThisPage:"\u26A0\uFE0F No permission to translate the current page","error.retry":"Retry","error.reason":"Reason",retryAllParagraphs:"Retry all error paragraphs",retryAllButton:"Retry All",errorTooltipTitle:"Click to get the error details",errorModalTitle:"Oops, something went wrong",disableConfirm:"Bilingual information enhancement settings",disableOnce:"Disable Once",disableGlobal:"Disable Forever",disableTint:"* You can re-enable it in {option}.",searchEnhancementNotes:"We found that the news results of Chinese keywords and English keywords are very different. After enabling the immersive translate bilingual information enhancement function, we will automatically search for the same keywords in English on supported websites (Google News, Google Search (for certain keywords), Xueqiu, East Money, Futu, Tiger) and display them on the right side. If you don\u2019t need this feature, you can choose to disable it",option:"Settings",saveSettings:"Save",closeModal:"Close",enableInputTranslationWithoutTriggerKeyTitle:"\u201CEnable quick hit 3 times {trailingKey}, directly translate the entire input box into {inputTargetLanguage}",enableInputTranslationWithoutTriggerKeyDescription:"To specify the target language, please add a language code at the beginning, such as: ja Hello world",deepLProName:"Premium Membership (Recommended)",deepLProDescription:"You can directly use this service",deeplProDescriptionForNormal:"No setup required, available for premium members after login, <1>Upgrade",deepLCustomDescription:"Requires an international credit card, activate at <1>DeepL official site, click to see <2>documentation",deepLCustomName:"Custom Auth Key",chooseProviderLabel:"Choose a service provider",openaiProName:"Premium Membership (Recommended)",openaiProDescription:"The current plan can be used directly",openaiProDescriptionForNormal:"No setup required, available for premium members after login, <1>Upgrade",openaiCustomDescription:"Can be obtained from OpenAI, Azure OpenAI, or other third-party services, <1>Click here to view documentation",openaiCustomName:"Custom API Key",needLoginAction:"(Premium or custom)",goLoginOrAction:"(Premium or go to setting)",yearly:"Annual Renewal",quarterly:"Quarterly Renewal",monthly:"Monthly Renewal",yearlyForOnce:"One-time Annual",monthlyForOnce:"One-time Monthly",daily:"Daily Renewal",year:"Annual Renewal",quarter:"Quarterly Renewal",month:"Monthly Renewal",day:"Daily Renewal",onetime_7day:"7-day Trial Pack",currentPlanDescriptionForFree:"Current plan: Free",currentPlanDescriptionForContinuous:"Current plan: {plan}, will auto-renew on {endAt}",currentPlanDescriptionForAutoRenewCaceling:"Current plan: {plan}, will expire on {endAt}. After expiration, it will not be automatically renewed",currentYearlyPlanDescriptionForAutoRenewCacelingWithRealPaiedUser:"Current plan: {plan}, will expire on {endAt}, will not be auto-renewed after expiration
<1>Manage the renewal plan",currentYearlyPlanDescriptionForAutoRenewCacelingWithAdmin:"The current plan: {plan}, will expire on {endAt}. After expiration, it will not be automatically renewed.
<1>Click here to enable continuous annual renewal",currentPlanDescriptionForOneTime:"Current plan: {plan}, expiring on {endAt}. <1>Upgrade to annual or <2>monthly or pro membership",upgradePlan:"Click here to upgrade to Pro membership",upgradeToPro:"Upgrade to Pro","popup.openPro":"Enjoy unrestricted access to DeepL and OpenAI translations after upgrading to Pro Membership. Click here to upgrade","popup.openProForPro":"You are a Pro member, you can directly use DeepL and OpenAI translations",currentAccount:"Account",enableAutoSyncUserSettings:"Enable auto-sync user settings",modalEnableInputTranslationTitle:"Writing Settings",modalEnableInputTranslationDesc:"You just triggered the translation of the immersive translate input box by quickly tapping the space bar 3 times. The content of the input box will be translated into the default target language. You can undo the translation with Ctrl+Z.

If this was a mistake, don't worry, you can choose to disable it this time, or permanently disable input box translation.",saveAndNotShowAgain:"Save and don't show prompt again",disableInputTranslationTips:"* You can also set other shortcuts in {option}, {learnMore}.",learnMore:"Click here to learn more",continueEnalbeInputTranslation:"Continue to enable input translation",autoRenewTrialSuffix:'(In trial, Upgrade to paid Pro now)',upgradeFromTrialTitle:"Upgrade to Pro membership",subtitle:"Video Subtitles",youtubeService:"Video Subtitle Translation Service","subtitle.disabledSubtitle":"Disable Video Subtitle Feature Permanently ","subtitle.disabledSubtitleDescription":"If the video subtitles of immersive translate conflict with other extensions, you can choose to permanently disable the video subtitle function of immersive translation or uninstall other conflicting extensions","subtitle.autoEnableSubtitleDescription":"Once enabled, bilingual subtitles will automatically appear when the video is playing, otherwise, you need to click the translation button to display them.","subtitle.preTranslation":"Use immersive translate to translate subtitles","subtitle.preTranslationDescription":"After enabling, the specified translation service below will be used to translate the entire subtitle in advance. A 1-hour video will consume approximately 50,000 Tokens or characters. Please use it judiciously. If disabled, the machine-translated subtitles that come with the original video will be used preferentially","subtitle.humanSubtitlesPreferred":"Use manual subtitles first","subtitle.humanSubtitlesPreferredDescription":"When the video has manual subtitles in the target language, prioritize using manual subtitles (recommended)","subtitle.bilingual":"Bilingual","subtitle.autoDisableSubtitle":"Disable Auto Bilingual","subtitle.hideQuickButton":"Hide This Shortcut","subtitle.showQuickButton":"Display bilingual subtitles shortcut","subtitle.showQuickButtonDescription":"Provide a shortcut to enable bilingual subtitles in the lower right corner of the video player.",videoSubtitleTranslationDescription:"Specify a separate translation service for video subtitles.",subtitleTranslating:"Immersive Translate is using {service} to translate subtitles...",subtitleLoading:"Loading subtitles...",bilingual:"Bilingual","field.action":"Enable Baidu terminology?","description.action":"After enabling, an action=1 parameter will be added to the request to inform Baidu to enable terminology. <1>For more explanation, please refer to the [official documentation]",closeQuickTranslation:"Close Floating Button","closeQuickTranslation.untilNext":"Close this time until the next visit","closeQuickTranslation.currentWebsite":"Disable the current website","closeQuickTranslation.alwaysClose":"Permanently disable","closeQuickTranslation.settingOpen":"(Can be activated in <1>Settings Page)","closeQuickTranslation.cancel":"Cancel","closeQuickTranslation.confirm":"confirm","floatBall.popup":"Open quick settings panel","floatBall.translate":"Click to translate this page","floatBall.showOriginal":"Click to switch back to the original text","floatBall.close":"Close Floating Button","floatBallOptions.enableDescPc":"When you enable the floating button, a translation button appears on the right. Click it to translate","floatBallOptions.enableDesc":"After you turn off the floating button, you can bring it back with {touch}. To avoid losing the floating button by accidentally turning it off, it is highly recommended you bookmark this settings page.","description.azureApiUrl":"Enter the custom API interface address","floatBall.guideClickToTranslate":`Click the floating ball to translate quickly`,"floatBall.iKnow":"Got it",confirmSupportMouse:"Force Enable Mouse Support",confirmSupportMouseDescription:"The current browser does not support mouse functions, do you want to forcibly enable mouse support?",sampleTargetText:"Night is coming, I will start watching from now on until death. I will not marry, not seal the land, not have children. I will not wear a crown, not fight for glory. I will be loyal to my duty, life and death.",sampleSourceText:"\u957F\u591C\u5C06\u81F3\uFF0C\u6211\u4ECE\u4ECA\u5F00\u59CB\u5B88\u671B\uFF0C\u81F3\u6B7B\u65B9\u4F11\u3002\u6211\u5C06\u4E0D\u5A36\u59BB\u3001\u4E0D\u5C01\u5730\u3001\u4E0D\u751F\u5B50\u3002\u6211\u5C06\u4E0D\u6234\u5B9D\u51A0\uFF0C\u4E0D\u4E89\u8363\u5BA0\u3002\u6211\u5C06\u5C3D\u5FE0\u804C\u5B88\uFF0C\u751F\u6B7B\u4E8E\u65AF\u3002","subtitle.supportedSites":"Bilingual subtitles are now supported on these websites (Note: Due to technical limitations, some websites need to be refreshed after the subtitles are turned on for the first time, or wait for the translation to complete to display bilingual subtitles)",viewWithImmersiveTranslate:"Bilingual version (Immersive Translate)",errorReason:"Error reason: {message}","proQuotaExceededError.onetime7day":'You can resolve this issue by choosing one of the following options:

1. Switch to {anotherService} or another translation service
2. Upgrade to Monthly/Annual membership',"proQuotaExceededError.trial":'You can resolve this issue by choosing one of the following options:

1. Switch to {anotherService} or another translation service
2. Upgrade to paid Pro now',"proQuotaExceededError.nonTrial":'You can resolve this issue by choosing one of the following options:

1. Switch to {anotherService} or another translation service
2. Purchase Data Package for {translationService}',"proQuotaExceededError.resetTime":"
3. Quota reset time: {resetTime}",paragraphMinTextCountField:"Minimum character count for paragraph translation",paragraphMinTextCountDesc:"Note, this refers to the character length, for example: 'hello' is 5 characters, setting a higher value can reduce unnecessary translations of small paragraphs",networkError:"Translation service or network problem",notLogin:"Not Logged In","browser.toggleMouseHoverTranslateDirectly":"Temporarily enable or disable direct translation by mouse hover on the page","browser.translateWithOpenAI":"Temporarily translate the current page with OpenAI","browser.translateWithDeepL":"Temporarily translate the current page with DeepL","browser.translateWithGoogle":"Temporarily translate the current page with Google","browser.translateWithBing":"Temporarily translate the current page with Microsoft Translator","browser.translateWithGemini":"Temporarily translate the current page with Gemini","browser.translateWithTransmart":"Temporarily translate the current page with Tencent Translator","browser.translateInputBox":"Translate the content of the current input box",shortcutSettings:"Shortcuts",shortcutSettingsTitle:"Shortcut Settings",confirmResetToDefaultSettings:"Confirm to reset this translation service to default settings? (Only resets settings for the current translation service)","intro.hoverTitle":"Mouse Hover Translation of the Current Paragraph","intro.hoverDescription":"Mouse hover translation is an important and easy-to-use feature in immersive translation. Simply hover the mouse over a paragraph and press the set shortcut to automatically translate it (not enabled by default, please set below). This interaction is a better alternative to word-selection translation, as it's more intuitive and convenient. Additionally, this function is widely used in areas we can't recognize, allowing you to force-translate any paragraph.","intro.floatBallTitle":"Quick Translation Floating Button","intro.floatBallDescription":"Once enabled, a quick translation button appears on the right side of the page. Click to translate, and click again to switch back to the original text. On mobile, long-press the floating button to open the quick settings panel.","intro.subtitleTitle":"Bilingual Subtitles for Online Videos","intro.subtitleDescription":"When enabled, bilingual subtitles will automatically appear when a video starts playing. Otherwise, manually click the translate button on the page to display them. (Due to technical limitations, some sites may require a page refresh or wait for the translation to complete to display bilingual subtitles.)

Currently supported on these sites:","desc.toggleMouseHoverTranslateDirectly":"Press this shortcut to automatically translate any text under the mouse pointer on the page. Press again to turn off this auto-translation feature.","shortcutGroup.main":"Common Function Shortcuts","shortcutGroup.others":"More Custom Function Shortcuts","shortcutGroup.shortcutsForTranslationServices":"Shortcuts for Translation Services",browserShortcutsSucks:"Due to browsers' inaccurate recognition of shortcuts in input boxes, please manually enter the name of the shortcut. After entering, click on a blank space to auto-save. (In macOS, Alt and Option are the same key, so it's recommended to enter Alt). For example:","shortcutGroup.touch":"Touch Screen Specific Gestures","shortcutGroup.mouse":"Mouse Hover Shortcut Configuration",fingerCountToToggleTranslagePageWhenTouching:"Multiple fingers touching the screen to translate the page/show original text","desc.fingerCountToToggleTranslagePageWhenTouching":"Once set, you can touch the screen with X number of fingers on a mobile device to translate the page/show original text",fingerCountToToggleTranslationMaskWhenTouching:"Multiple fingers touching the screen to display translation mask/show original text","desc.fingerCountToToggleTranslationMaskWhenTouching":"Translation mask refers to the blur effect on the translated text (learning mode). When enabled, it temporarily applies a blur effect to the translation, facilitating learning",fingerCountToToggleTranslagePageOnlyTranslationWhenTouching:"Touch the screen with multiple fingers to translate in translation-only mode/show original text","desc.fingerCountToToggleTranslagePageOnlyTranslationWhenTouching":"Translation-only mode refers to displaying only the translated text, as opposed to the default bilingual mode","neverTranslateText.title":"Keep the following words untranslated","neverTranslateText.description":"Due to some translation engines' poor recognition of proper nouns, you can add words here to ensure they remain untranslated during the process. Please note, this feature is case-sensitive and only supports space-separated word languages (like English, French), not suitable for languages like Japanese, Korean, etc.","tagsInput.add":"+ Add","desc.mouseHoverHoldKey":"While hovering the mouse over a paragraph, press the shortcut key on the right to directly translate it",mouseHoverCustomKeyTitle:"Customize Mouse Hover Shortcut Key",mouseHoverCustomKeyDescription:"You can customize a combination shortcut key for mouse hover, like: Alt+Z, Ctrl+E, Cmd+Alt+E or just Cmd. Please enter manually",mouseHoverShortcutPlaceholder:"Please enter manually",browserShortcutsNoteForFirefox:"For Firefox, modify shortcuts by opening the extensions management page `about:addons`, then click 'Settings' -> 'Manage Shortcuts'",browserShortcutsNoteForChrome:"Note: To modify shortcuts in Chrome-based browsers, visit [Extensions Management Page] -> [Manage Shortcuts]","desc.toggleTranslateTheMainPage":"Translate only the main area of the page. If you have enabled translating all areas in advanced settings, use this shortcut to specifically translate the main area","desc.toggleTranslateTheWholePage":"Translate the entire page area. By default, we translate the main area of the page, use this shortcut to specifically translate the entire area","browser.toggleOnlyTransation":"Switch to bilingual/translation-only mode","desc.toggleOnlyTransation":'"Only translation mode" refers to only displaying the translation. If the webpage has not been translated yet, it will switch modes and translate.',"browser.toggleTranslationMask":"Toggle blur effect on translated text (learning mode) for the current page","desc.interfaceLanguage":"The interface language setting affects the language of the control panel display and is unrelated to the target language of the translation",mouseHoverHoldKey:"Mouse Hover Translation Trigger Key",clickToSeeQuickDemo:"30-second Quick Tutorial Video",shortcutDisableTooltip:"Please set in the browser's extension shortcut key management page, for more guidance, see the instructions at the top of this page","subtitle.autoEnableSubtitle":"Enable Bilingual","floatBall.longPress":"Long press to quickly open the settings panel",notLoginPro:"You have not logged in to your member account",upgradeToProErrorTitle:"Please upgrade to Pro member before using this translation service",translationOnlyMode:"Translation Only Mode",translationOnlyModeDescription:"Translation only mode refers to displaying only the translation, instead of the default bilingual mode. Note: Due to technical limitations, hyperlinks in the original text will be ineffective in translation only mode","description.baiduField":"See supported fields <1>here; if empty, it means no specific field is designated",temprarilyChangeTranslationTo_openai:"Currently using OpenAI to translate this page",temprarilyChangeTranslationTo_google:"Currently using Google to translate this page",temprarilyChangeTranslationTo_bing:"Currently using Microsoft Translate to translate this page",temprarilyChangeTranslationTo_gemini:"Currently using Gemini to translate this page",temprarilyChangeTranslationTo_transmart:"Currently using Tencent Translate to translate this page",temprarilyChangeTranslationTo_deepl:"Currently using DeepL to translate this page","widget.videoSubtitle":"Subtitle","widget.instruction":"Usage",buildSnapshots:"Snapshot","widget.translateFileTooltip":"Translate PDF, EPUB, SRT, ASS, HTML, and TXT documents","widget.videoSubtitleTooltip":"Youtube and {count}+ video websites","widget.instructionTooltip":"View instructions for use",alwaysTranslateSomeLanguage:"Always translate {language} pages",alwaysTranslateThisSite:"Always translate this site",neverTranslateThisSite:"Never translate this site",loggedIn:"Logged in","widget.translateFile":"PDF/ePub",touchShortcutsToggleTranslatePage:"Set touch gestures to translate web pages/show original text","desc.touchShortcutsToggleTranslatePage":"Once set, on mobile devices, you can touch the screen with X fingers, swipe left and right or tap continuously to trigger translation of web pages/show original text",touchShortcutsToggleTranslationMask:"Set touch gestures to display translation mask/show original text","desc.touchShortcutsToggleTranslationMask":"Translation mask refers to the blur effect in the translation style (learning mode). When activated, it temporarily applies a blur effect to the translated text, facilitating learning",touchShortcutsToggleTranslatePageOnlyTranslation:"Set touch screen gesture to switch between bilingual/translation-only mode.","desc.touchShortcutsToggleTranslatePageOnlyTranslation":'"Only translation" means that only the translated text will be displayed. If the webpage has not been translated yet, the mode will be switched and it will be translated.',touchShortcutsToggleTranslateTouchElement:"Set touch gestures to translate a specified paragraph","desc.touchShortcutsToggleTranslateTouchElement":"Customize a gesture to translate any paragraph you're on",touchShortcutsOff:"Off","fingers.2":"Two-finger touch","fingers.3":"Three-finger touch","fingers.4":"Four-finger touch","fingers.5":"Five-finger touch","font.none":"Unset","multipleClick.2":"Double click","multipleClick.3":"Triple click","multipleClick.4":"Quadruple click","slide.left":"Slide right","slide.right":"Slide left","browser.toggleVideoSubtitlePreTranslation":"Switch Video Subtitles with Immersive Translation Feature",contact:"Contact","contact.description":"If you have any questions or suggestions, please contact us via filling out the form below or sending an email to {email}","desc.toggleVideoSubtitlePreTranslation":"After pressing, video bilingual subtitles will prioritize immersive translation settings. Pressing again will prioritize the auto-translated subtitles originally provided with the video. Note: This shortcut modifies the global settings",videoSubtitlePreTranslationOn:"Video subtitles will prioritize immersive translation",videoSubtitlePreTranslationOff:"Video subtitles will prioritize the auto-translated subtitles originally provided with the video",translationFont:"Set Font","translationFont.custom":"Enter Custom Font","translationFont.customPlaceholder":"Font","translationFont.notSupportErrorMessage":"Please check if the font name you entered is correct, or confirm that the font is installed on your device.","touch.mouse-translate":"Translate Paragraph","error.serveConfigError":"Service configuration error","error.reloadPageOfSetting":"After configuring, please refresh the page to translate again.","error.googleLimitIp":"Service returned an error, Google services have limited the flow for this IP address, it is recommended to change the network node.","error.openAIFreeLimit":"Service returned an error, the current translation request frequency has reached the maximum of 3 times per minute, please try again later. (This is the limit imposed by OpenAI official on free API Keys, to remove this limit, please bind a credit card in the OpenAI backend.)","error.openAIExceededQuota":"Service returned an error: your current OpenAI account balance is insufficient, please recharge or bind a credit card in the OpenAI official backend.","error.429":"Service returned an error, indicating too frequent requests or exceeding the quota limit, please try again later.","error.403":"Service returned an error, temporarily no permission to access the service.","error.400":"Service returned an error, request parameter error, please check the corresponding configuration.","error.502":"Service returned an error, service timeout, please try again later.","error.proTokenInvalid":"If you are a Pro user, please log in before using the Pro translation service","error.proUpgrade":"After upgrading, please refresh the page to translate again.","error.configError":"Configuration data anomaly","error.goReset":"Go to Reset",batchEdit:"Batch Edit","translationServices.inherit":"Inherit","translationModeLang.translation.title":"Language for Translation-Only Mode","translationModeLang.translation.description":"Translation-only mode will be automatically used when the page language is one of the following","translationModeUrl.translation.title":"URLs for Translation-Only Mode","translationModeUrl.translation.description":"Translation-only mode will be automatically used for websites with the following domains",download_started:"The download has begun, if it does not start automatically, please click manually.",here:"Here","error.serveUnavailable":"The [{serverName}] service you are currently using is temporarily unavailable due to network connection or service provider issues. It is suggested that you try refreshing the page or switch to another translation service through <1>Settings. If you are a <2>Pro member, you can choose to use the more stable DeepL or OpenAI translation services (<3>click here for a free trial). Additionally, you may need to check your network or proxy settings.",detectServiceLoading:"Detecting available translation services...",toggleToService:"Change to {service}","error.gemini.429":"The current Gemini service has reached its capacity limit. Please try again later, or switch to another translation service.",enableSentryReport:"When an extension encounters an error, submit feedback using Sentry","error.subscriptionExpired":"Your membership may have expired, please check your membership status.","error.subscriptionExpiredTitle":"Membership has expired.","languages.auto":"Auto Detect",geminiWarning:"Note: The free service provided by Google for Gemini is strictly limited and may be judged by Google as users using multiple Keys to evade their free quota restrictions. It is not recommended to use it. It is suggested to wait for Google to open the paid interface of Gemini in the future before using it.","floatBall.setting":"Settings","floatBall.translateToLanguage":"Click to translate into {language}","floatBall.file":"Translate PDF, EPUB, SRT, ASS, HTML, TXT files.",changeToOnlyTempTranslationMode:"Show Translation only",changeToDualTempTranslationMode:"Show Bilingual Translation","transitionMode.translation":"Only the translation","options.navbar.installApp":"Install mobile APP","options.navbar.translateFile":"Translate Document","subtitle.transitionMode":"Bilingual Video Subtitles/Translation Only Settings","transitionMode.dual":"Bilingual Comparison","transitionMode.inherit":"Maintain consistency with the system's default translation display mode.","subtitle.transitionModeDescription":"Set the video subtitles to bilingual comparison or translation-only mode.",translateFileTooltip:`Translate PDF, ePub, srt, @@ -5114,14 +5114,14 @@ ass, HTML, TXT files.`,"description.multiplePrompt":`When the number of paragrap {env.imt_sub_trans_field}: Translation - id: 2 {env.imt_sub_source_field}: Source - {env.imt_sub_trans_field}: Translation`,"subtitle.quickButton.black":"Black","subtitle.quickButton.cyan":"Blue","translationServices.claude":"Claude","subtitle.quickButton.backgroundColor":"Background color","subtitle.quickButton.green":"Green","subtitle.quickButton.blue":"Blue","subtitle.quickButton.white":"White","subtitle.quickButton.setting":"Settings","subtitle.quickButton.translationPosition":"Translation location","subtitle.quickButton.backgroundOpacity":"Background Opacity","subtitle.quickButton.sourceFontSize":"Original font size","subtitle.quickButton.sourceTextColor":"Original font color","subtitle.quickButton.yellow":"Yellow","subtitle.quickButton.translationFontSize":"Translation font size","subtitle.quickButton.translationPositionBottom":"Below the original text","subtitle.quickButton.red":"Red","subtitle.quickButton.translationPositionTop":"Above the original text","subtitle.quickButton.translationTextColor":"Translation font color","subtitle.quickButton.magenta":"Magenta",attachSubtitleTranslating:"Translating using {service}...","error.claude.403":"Access to the service is temporarily unavailable, possibly due to regional restrictions related to Claude. You can try changing your IP address, or use other translation services.","browser.brandDescriptionForSafari":"Free Translate Website, Translate PDF & Epub eBook, Translate Video Subtitles in Bilingual","browser.PdfProFile":"AI-Driven PDF Pro Translation","browser.textTranslate":"Text Translation"};var Uf=[{code:"zh-CN",messages:Of},{code:"zh-TW",messages:Nf},{code:"en",messages:jf}];var Hc="immersiveTranslateBingGlobalState",zc="immersiveTranslateYandexGlobalState",It={};for(let e of Uf)It[e.code]=e.messages;var ka="Immersive Translate",J="immersive-translate";var ge="immersiveTranslate";var zf=ge+"GoogleAccessToken",qf=ge+"AuthFlow";var vC=ge+"AuthState",fu=ge+"IframeMessage",vI=ge+"WaitForRateLimit",hu=ge+"DocumentMessageAsk",Lt=ge+"DocumentMessageTellThirdParty",_a=ge+"showError",Wf=ge+"DocumentMessageThirdPartyTell",$f=ge+"DocumentMessageEventUpload",bu=ge+"DocumentMessageHandler",yu=`${ge}Share`,Ii=`${ge}ToggleMouseHoverTranslateDirectly`,Gf=`${ge}ReqDraft`,Vf=`${ge}ResDraft`,CC=`${ge}Container`,Kf=`${ge}SpecifiedContainer`,Hr="buildinConfig",Oi="localConfig",qc="openOptionsPage",Wc="openAboutPage";var $c="openEbookViewer",Gc="openEbookBuilder";var La=`${ge}PageTranslatedStatus`,CI=`${ge}PageUrlChanged`,Cr=`${ge}ReceiveCommand`,Yf=ge+"LastUseMouseHoverTime",Eu=ge+"LastUseInputTime",Kn=ge+"LastUseManualTranslatePageTime",SI=`${ge}PopupReceiveMessage`,SC="immersivetranslate.com",wC="config.immersivetranslate.com",wI=`https://${SC}/`,Ni=`https://${wC}/default_config.json`,DI=`${ge}Mark`,Tn=`${ge}Root`,Jf=`${ge}Walked`,AI=`data-${J}-walked`,Xf=`${ge}Paragraph`,Qf=`data-${J}-paragraph`,ar=`data-${J}-translation-element-mark`,Zf=`${ge}TranslationElementMark`,kI=`${ge}TranslatedMark`,eh=`${ge}LoadingId`,Vc=`data-${J}-loading-id`,th=`${ge}ErrorId`,xu=`data-${J}-error-id`,DC=`${ge}AtomicBlockMark`,nh=`${ge}ExcludeMark`,_I=`data-${J}-exclude-mark`,AC=`${ge}StayOriginalMark`,LI=`${ge}PreWhitespaceMark`,Tu=`${ge}InlineMark`,rh=`${ge}BlockMark`,FI=`${ge}Left`,PI=`${ge}Right`,MI=`${ge}Width`,BI=`${ge}Height`,RI=`${ge}Top`,II=`${ge}FontSize`,ji="lastRunTime",OI=`${ge}GlobalStyleMark`,Ui=["@","#"],vu=" --- ",ah=` + {env.imt_sub_trans_field}: Translation`,"subtitle.quickButton.black":"Black","subtitle.quickButton.cyan":"Blue","translationServices.claude":"Claude","subtitle.quickButton.backgroundColor":"Background color","subtitle.quickButton.green":"Green","subtitle.quickButton.blue":"Blue","subtitle.quickButton.white":"White","subtitle.quickButton.setting":"Settings","subtitle.quickButton.translationPosition":"Translation location","subtitle.quickButton.backgroundOpacity":"Background Opacity","subtitle.quickButton.sourceFontSize":"Original font size","subtitle.quickButton.sourceTextColor":"Original font color","subtitle.quickButton.yellow":"Yellow","subtitle.quickButton.translationFontSize":"Translation font size","subtitle.quickButton.translationPositionBottom":"Below the original text","subtitle.quickButton.red":"Red","subtitle.quickButton.translationPositionTop":"Above the original text","subtitle.quickButton.translationTextColor":"Translation font color","subtitle.quickButton.magenta":"Magenta",attachSubtitleTranslating:"Translating using {service}...","error.claude.403":"Access to the service is temporarily unavailable, possibly due to regional restrictions related to Claude. You can try changing your IP address, or use other translation services.","browser.brandDescriptionForSafari":"Free Translate Website, Translate PDF & Epub eBook, Translate Video Subtitles in Bilingual","browser.PdfProFile":"AI-Driven PDF Pro Translation","browser.textTranslate":"Text Translation"};var Uf=[{code:"zh-CN",messages:Of},{code:"zh-TW",messages:Nf},{code:"en",messages:jf}];var Hc="immersiveTranslateBingGlobalState",zc="immersiveTranslateYandexGlobalState",It={};for(let e of Uf)It[e.code]=e.messages;var ka="Immersive Translate",J="immersive-translate";var ge="immersiveTranslate";var zf=ge+"GoogleAccessToken",qf=ge+"AuthFlow";var vC=ge+"AuthState",fu=ge+"IframeMessage",vI=ge+"WaitForRateLimit",hu=ge+"DocumentMessageAsk",Lt=ge+"DocumentMessageTellThirdParty",_a=ge+"showError",Wf=ge+"DocumentMessageThirdPartyTell",$f=ge+"DocumentMessageEventUpload",bu=ge+"DocumentMessageHandler",yu=`${ge}Share`,Ii=`${ge}ToggleMouseHoverTranslateDirectly`,Gf=`${ge}ReqDraft`,Vf=`${ge}ResDraft`,CC=`${ge}Container`,Kf=`${ge}SpecifiedContainer`,Hr="buildinConfig",Oi="localConfig",qc="openOptionsPage",Wc="openAboutPage";var $c="openEbookViewer",Gc="openEbookBuilder";var La=`${ge}PageTranslatedStatus`,CI=`${ge}PageUrlChanged`,Cr=`${ge}ReceiveCommand`,Yf=ge+"LastUseMouseHoverTime",Eu=ge+"LastUseInputTime",Kn=ge+"LastUseManualTranslatePageTime",SI=`${ge}PopupReceiveMessage`,SC="immersivetranslate.com",wC="config.immersivetranslate.com",wI=`https://${SC}/`,Ni=`https://${wC}/default_config.json`,DI=`${ge}Mark`,Tn=`${ge}Root`,Jf=`${ge}Walked`,AI=`data-${J}-walked`,Xf=`${ge}Paragraph`,Qf=`data-${J}-paragraph`,ar=`data-${J}-translation-element-mark`,Zf=`${ge}TranslationElementMark`,kI=`${ge}TranslatedMark`,eh=`${ge}LoadingId`,Vc=`data-${J}-loading-id`,th=`${ge}ErrorId`,xu=`data-${J}-error-id`,DC=`${ge}AtomicBlockMark`,nh=`${ge}ExcludeMark`,_I=`data-${J}-exclude-mark`,AC=`${ge}StayOriginalMark`,LI=`${ge}PreWhitespaceMark`,Tu=`${ge}InlineMark`,rh=`${ge}BlockMark`,PI=`${ge}Left`,FI=`${ge}Right`,MI=`${ge}Width`,BI=`${ge}Height`,RI=`${ge}Top`,II=`${ge}FontSize`,ji="lastRunTime",OI=`${ge}GlobalStyleMark`,Ui=["@","#"],vu=" --- ",ah=` `,yt=`${J}-target-wrapper`,NI=`${J}-pdf-target-container`,Cu=`${J}-target-inner`,jI=`${J}-source-wrapper`,Kc=`${J}-target-translation-block-wrapper`,UI=`${J}-root-translation-theme`,po=`${ge}RootTranslationTheme`,oh=`${J}-target-translation-vertical-block-wrapper`,HI=`${J}-target-translation-pdf-block-wrapper`,ih=`${J}-target-translation-pre-whitespace`,Yc=`${J}-target-translation-inline-wrapper`;var sh={underline:[{name:"borderColor",required:!1,type:"color"}],nativeUnderline:[{name:"borderColor",required:!1,type:"color"}],nativeDashed:[{name:"borderColor",required:!1,type:"color"}],nativeDotted:[{name:"borderColor",required:!1,type:"color"}],dotted:[{name:"borderColor",required:!1,type:"color"}],dividingLine:[{name:"borderColor",required:!1,type:"color"}],highlight:[{name:"backgroundColor",required:!1,type:"color"}],marker:[{name:"backgroundColor",required:!1,type:"color"}],dashed:[{name:"borderColor",required:!1,type:"color"}],blockquote:[{name:"borderColor",required:!1,type:"color"}],thinDashed:[{name:"borderColor",required:!1,type:"color"}],dashedBorder:[{name:"borderRadius",required:!1,type:"number",default:"0"},{name:"borderColor",required:!1,type:"color"}],solidBorder:[{name:"borderRadius",required:!1,type:"number",default:"0"},{name:"borderColor",required:!1,type:"color"}],marker2:[{name:"backgroundColor",required:!1,type:"color"}],wavy:[{name:"borderColor",required:!1,type:"color"}],opacity:[{name:"opacity",required:!1,type:"number",default:10}]},An=["auto","zh-CN","zh-TW","en","ja","ko","es","de","fr","pt","pt-br","ru","ar","it","ms","id","vi","af","th","ur","yue","zh-CN-NE","bo","wyw","am","az","be","bg","bn","bs","ca","ceb","co","cs","cy","da","el","eo","et","eu","fa","fi","fil","fj","fy","ga","gd","gl","gu","ha","haw","he","hi","hmn","hr","ht","hu","hy","ig","is","jw","ka","kk","km","kn","ku","ky","la","lb","lo","lt","lv","mg","mi","mk","ml","mn","mr","mt","mww","my","ne","nl","no","ny","otq","pa","pl","ps","ro","sa","sd","si","sk","sl","sm","sn","so","sq","sr","sr-Cyrl","sr-Latn","st","su","sv","sw","ta","te","tg","tlh","tlh-Qaak","to","tr","ty","ug","uk","uz","xh","yi","yo","yua","zu"],uh={af:"Afrikaans",am:"Amharic",ar:"Arabic",auto:"Auto Detect",az:"Azerbaijani",be:"Belarusian",bg:"Bulgarian",tn:"Zana",bn:"Bengali",bs:"Bosnian",bo:"Tibetan",ca:"Catalan",ceb:"Cebuano",co:"Corsican",cs:"Czech",cy:"Welsh",da:"Danish",de:"German",el:"Greek",en:"English",eo:"Esperanto",es:"Spanish",et:"Estonian",eu:"Basque",sa:"Sanskrit",fa:"Persian",fi:"Finnish",fil:"Filipino",fj:"Fijian",fr:"French",fy:"Frisian",ga:"Irish",gd:"Scottish Gaelic",gl:"Galician",gu:"Gujarati",ha:"Hausa",haw:"Hawaiian",he:"Hebrew",hi:"Hindi",hmn:"Hmong",hr:"Croatian",ht:"Haitian Creole",hu:"Hungarian",hy:"Armenian",id:"Indonesian",ig:"Igbo",is:"Icelandic",it:"Italian",ja:"Japanese",jw:"Javanese",ka:"Georgian",kk:"Kazakh",km:"Khmer",kn:"Kannada",ko:"Korean",ku:"Kurdish",ky:"Kyrgyz",la:"Latin",lb:"Luxembourgish",lo:"Lao",lt:"Lithuanian",lv:"Latvian",mg:"Malagasy",mi:"Maori",mk:"Macedonian",ml:"Malayalam",mn:"Mongolian",mr:"Marathi",ms:"Malay",mt:"Maltese",mww:"Hmong Daw",my:"Burmese",ne:"Nepali",nl:"Dutch",no:"Norwegian",ny:"Chichewa",otq:"Quer\xE9taro Otomi",pa:"Punjabi",pl:"Polish",ps:"Pashto",pt:"Portuguese","pt-br":"Portuguese (Brazil)",ro:"Romanian",ru:"Russian",sd:"Sindhi",si:"Sinhala",sk:"Slovak",sl:"Slovenian",sm:"Samoan",sn:"Shona",so:"Somali",sq:"Albanian",sr:"Serbian","sr-Cyrl":"Serbian (Cyrillic)","sr-Latn":"Serbian (Latin)",st:"Sesotho",su:"Sundanese",sv:"Swedish",sw:"Swahili",ta:"Tamil",te:"Telugu",tg:"Tajik",th:"Thai",tlh:"Klingon","tlh-Qaak":"Klingon (piqaD)",to:"Tongan",tr:"Turkish",ty:"Tahitian",ug:"Uyghur",uk:"Ukrainian",ur:"Urdu",uz:"Uzbek",vi:"Vietnamese",wyw:"Classical Chinese",xh:"Xhosa",placeholder:"Please Select",yi:"Yiddish",yo:"Yoruba",yua:"Yucatec Maya",yue:"Cantonese (Traditional)","zh-CN":"Simplified Chinese","zh-TW":"Traditional Chinese","zh-CN-NE":"Northeastern Chinese",zu:"Zulu","":"All Languages"},lh={placeholder:"\u8BF7\u9009\u62E9",af:"\u5357\u975E\u8377\u5170\u8BED",am:"\u963F\u59C6\u54C8\u62C9\u8BED",ar:"\u963F\u62C9\u4F2F\u8BED",auto:"\u81EA\u52A8\u68C0\u6D4B",az:"\u963F\u585E\u62DC\u7586\u8BED",be:"\u767D\u4FC4\u7F57\u65AF\u8BED",bg:"\u4FDD\u52A0\u5229\u4E9A\u8BED",tn:"\u8D5E\u7EB3\u8BED",bn:"\u5B5F\u52A0\u62C9\u8BED",bs:"\u6CE2\u65AF\u5C3C\u4E9A\u8BED",bo:"\u85CF\u8BED",ca:"\u52A0\u6CF0\u7F57\u5C3C\u4E9A\u8BED",ceb:"\u5BBF\u52A1\u8BED",co:"\u79D1\u897F\u5609\u8BED",cs:"\u6377\u514B\u8BED",cy:"\u5A01\u5C14\u58EB\u8BED",da:"\u4E39\u9EA6\u8BED",de:"\u5FB7\u8BED",el:"\u5E0C\u814A\u8BED",en:"\u82F1\u8BED",eo:"\u4E16\u754C\u8BED",es:"\u897F\u73ED\u7259\u8BED",et:"\u7231\u6C99\u5C3C\u4E9A\u8BED",eu:"\u5DF4\u65AF\u514B\u8BED",sa:"\u68B5\u8BED",fa:"\u6CE2\u65AF\u8BED",fi:"\u82AC\u5170\u8BED",fil:"\u83F2\u5F8B\u5BBE\u8BED",fj:"\u6590\u6D4E\u8BED",fr:"\u6CD5\u8BED",fy:"\u5F17\u91CC\u65AF\u5170\u8BED",ga:"\u7231\u5C14\u5170\u8BED",gd:"\u82CF\u683C\u5170\u76D6\u5C14\u8BED",gl:"\u52A0\u5229\u897F\u4E9A\u8BED",gu:"\u53E4\u5409\u62C9\u7279\u8BED",ha:"\u8C6A\u8428\u8BED",haw:"\u590F\u5A01\u5937\u8BED",he:"\u5E0C\u4F2F\u6765\u8BED",hi:"\u5370\u5730\u8BED",hmn:"\u82D7\u8BED",hr:"\u514B\u7F57\u5730\u4E9A\u8BED",ht:"\u6D77\u5730\u514B\u91CC\u5965\u5C14\u8BED",hu:"\u5308\u7259\u5229\u8BED",hy:"\u4E9A\u7F8E\u5C3C\u4E9A\u8BED",id:"\u5370\u5EA6\u5C3C\u897F\u4E9A\u8BED",ig:"\u4F0A\u535A\u8BED",is:"\u51B0\u5C9B\u8BED",it:"\u610F\u5927\u5229\u8BED",ja:"\u65E5\u672C\u8BED",jw:"\u722A\u54C7\u8BED",ka:"\u683C\u9C81\u5409\u4E9A\u8BED",kk:"\u54C8\u8428\u514B\u8BED",km:"\u9AD8\u68C9\u8BED",kn:"\u5361\u7EB3\u8FBE\u8BED",ko:"\u97E9\u8BED",ku:"\u5E93\u5C14\u5FB7\u8BED",ky:"\u5409\u5C14\u5409\u65AF\u8BED",la:"\u62C9\u4E01\u8BED",lb:"\u5362\u68EE\u5821\u8BED",lo:"\u8001\u631D\u8BED",lt:"\u7ACB\u9676\u5B9B\u8BED",lv:"\u62C9\u8131\u7EF4\u4E9A\u8BED",mg:"\u9A6C\u62C9\u52A0\u65AF\u8BED",mi:"\u6BDB\u5229\u8BED",mk:"\u9A6C\u5176\u987F\u8BED",ml:"\u9A6C\u62C9\u96C5\u62C9\u59C6\u8BED",mn:"\u8499\u53E4\u8BED",mr:"\u9A6C\u62C9\u5730\u8BED",ms:"\u9A6C\u6765\u8BED",mt:"\u9A6C\u8033\u4ED6\u8BED",mww:"\u767D\u82D7\u8BED",my:"\u7F05\u7538\u8BED",ne:"\u5C3C\u6CCA\u5C14\u8BED",nl:"\u8377\u5170\u8BED",no:"\u632A\u5A01\u8BED",ny:"\u9F50\u5207\u74E6\u8BED\uFF08\u5C3C\u626C\u8D3E\u8BED\uFF09",otq:"\u514B\u96F7\u5854\u7F57\u5965\u6258\u7C73\u8BED",pa:"\u65C1\u906E\u666E\u8BED",pl:"\u6CE2\u5170\u8BED",ps:"\u666E\u4EC0\u56FE\u8BED",pt:"\u8461\u8404\u7259\u8BED","pt-br":"\u8461\u8404\u7259\u8BED\uFF08\u5DF4\u897F\uFF09",ro:"\u7F57\u9A6C\u5C3C\u4E9A\u8BED",ru:"\u4FC4\u8BED",sd:"\u4FE1\u5FB7\u8BED",si:"\u50E7\u4F3D\u7F57\u8BED",sk:"\u65AF\u6D1B\u4F10\u514B\u8BED",sl:"\u65AF\u6D1B\u6587\u5C3C\u4E9A\u8BED",sm:"\u8428\u6469\u4E9A\u8BED",sn:"\u4FEE\u7EB3\u8BED",so:"\u7D22\u9A6C\u91CC\u8BED",sq:"\u963F\u5C14\u5DF4\u5C3C\u4E9A\u8BED",sr:"\u585E\u5C14\u7EF4\u4E9A\u8BED","sr-Cyrl":"\u585E\u5C14\u7EF4\u4E9A\u8BED\uFF08\u897F\u91CC\u5C14\u6587\uFF09","sr-Latn":"\u585E\u5C14\u7EF4\u4E9A\u8BED\uFF08\u62C9\u4E01\u6587\uFF09",st:"\u585E\u7D22\u6258\u8BED",su:"\u5DFD\u4ED6\u8BED",sv:"\u745E\u5178\u8BED",sw:"\u65AF\u74E6\u5E0C\u91CC\u8BED",ta:"\u6CF0\u7C73\u5C14\u8BED",te:"\u6CF0\u5362\u56FA\u8BED",tg:"\u5854\u5409\u514B\u8BED",th:"\u6CF0\u8BED",tlh:"\u514B\u6797\u8D21\u8BED","tlh-Qaak":"\u514B\u6797\u8D21\u8BED\uFF08piqaD\uFF09",to:"\u6C64\u52A0\u8BED",tr:"\u571F\u8033\u5176\u8BED",ty:"\u5854\u5E0C\u63D0\u8BED",ug:"\u7EF4\u543E\u5C14\u8BED",uk:"\u4E4C\u514B\u5170\u8BED",ur:"\u4E4C\u5C14\u90FD\u8BED",uz:"\u4E4C\u5179\u522B\u514B\u8BED",vi:"\u8D8A\u5357\u8BED",wyw:"\u6587\u8A00\u6587",xh:"\u73ED\u56FE\u8BED",yi:"\u610F\u7B2C\u7EEA\u8BED",yo:"\u7EA6\u9C81\u5DF4\u8BED",yua:"\u5C24\u5361\u5766\u739B\u96C5\u8BED",yue:"\u7CA4\u8BED","zh-CN":"\u7B80\u4F53\u4E2D\u6587","zh-TW":"\u7E41\u4F53\u4E2D\u6587","zh-CN-NE":"\u4E1C\u5317\u8BDD",zu:"\u7956\u9C81\u8BED","":"\u6240\u6709\u8BED\u8A00"},ch={placeholder:"\u8ACB\u9078\u64C7",af:"\u963F\u975E\u5229\u5361\u8A9E",am:"\u963F\u59C6\u54C8\u62C9\u8A9E",ar:"\u963F\u62C9\u4F2F\u8A9E",auto:"\u81EA\u52D5\u6AA2\u6E2C",az:"\u963F\u585E\u62DC\u7586\u8A9E",be:"\u767D\u4FC4\u7F85\u65AF\u8A9E",bg:"\u4FDD\u52A0\u5229\u4E9E\u8A9E",tn:"\u8D0A\u7D0D\u8A9E",bn:"\u5B5F\u52A0\u62C9\u8A9E",bs:"\u6CE2\u65AF\u5C3C\u4E9E\u8A9E",bo:"\u85CF\u8A9E",ca:"\u52A0\u6CF0\u862D\u8A9E",ceb:"\u5BBF\u9727\u8A9E",co:"\u79D1\u897F\u5609\u8A9E",cs:"\u6377\u514B\u8A9E",cy:"\u5A01\u723E\u65AF\u8A9E",da:"\u4E39\u9EA5\u8A9E",de:"\u5FB7\u8A9E",el:"\u5E0C\u81D8\u8A9E",en:"\u82F1\u8A9E",eo:"\u4E16\u754C\u8A9E",es:"\u897F\u73ED\u7259\u8A9E",et:"\u611B\u6C99\u5C3C\u4E9E\u8A9E",eu:"\u5DF4\u65AF\u514B\u8A9E",sa:"\u68B5\u8A9E",fa:"\u6CE2\u65AF\u8A9E",fi:"\u82AC\u862D\u8A9E",fil:"\u83F2\u5F8B\u8CD3\u8A9E",fj:"\u6590\u6FDF\u8A9E",fr:"\u6CD5\u8A9E",fy:"\u5F17\u91CC\u897F\u8A9E",ga:"\u611B\u723E\u862D\u8A9E",gd:"\u8607\u683C\u862D\u84CB\u723E\u8A9E",gl:"\u52A0\u5229\u897F\u4E9E\u8A9E",gu:"\u53E4\u5409\u62C9\u7279\u8A9E",ha:"\u8C6A\u6492\u8A9E",haw:"\u590F\u5A01\u5937\u8A9E",he:"\u5E0C\u4F2F\u4F86\u8A9E",hi:"\u5370\u5730\u8A9E",hmn:"\u82D7\u8A9E",hr:"\u514B\u7F85\u5730\u4E9E\u8A9E",ht:"\u6D77\u5730\u514B\u91CC\u5967\u723E\u8A9E",hu:"\u5308\u7259\u5229\u8A9E",hy:"\u4E9E\u7F8E\u5C3C\u4E9E\u8A9E",id:"\u5370\u5C3C\u8A9E",ig:"\u4F0A\u535A\u8A9E",is:"\u51B0\u5CF6\u8A9E",it:"\u610F\u5927\u5229\u8A9E",ja:"\u65E5\u8A9E",jw:"\u722A\u54C7\u8A9E",ka:"\u55AC\u6CBB\u4E9E\u8A9E",kk:"\u54C8\u85A9\u514B\u8A9E",km:"\u9AD8\u68C9\u8A9E",kn:"\u574E\u7D0D\u9054\u8A9E",ko:"\u97D3\u8A9E",ku:"\u5EAB\u723E\u5FB7\u8A9E",ky:"\u5409\u723E\u5409\u65AF\u8A9E",la:"\u62C9\u4E01\u8A9E",lb:"\u76E7\u68EE\u5821\u8A9E",lo:"\u8001\u64BE\u8A9E",lt:"\u7ACB\u9676\u5B9B\u8A9E",lv:"\u62C9\u812B\u7DAD\u4E9E\u8A9E",mg:"\u99AC\u62C9\u52A0\u65AF\u8A9E",mi:"\u6BDB\u5229\u8A9E",mk:"\u99AC\u5176\u9813\u8A9E",ml:"\u99AC\u62C9\u96C5\u62C9\u59C6\u8A9E",mn:"\u8499\u53E4\u8A9E",mr:"\u99AC\u62C9\u5730\u8A9E",ms:"\u99AC\u4F86\u8A9E",mt:"\u99AC\u723E\u4ED6\u8A9E",mww:"\u767D\u82D7\u8A9E",my:"\u7DEC\u7538\u8A9E",ne:"\u5C3C\u6CCA\u723E\u8A9E",nl:"\u8377\u862D\u8A9E",no:"\u632A\u5A01\u8A9E",ny:"\u9F4A\u5207\u74E6\u8A9E",otq:"\u594E\u96F7\u5854\u7F85\u5967\u6258\u7C73\u8A9E",pa:"\u65C1\u906E\u666E\u8A9E",pl:"\u6CE2\u862D\u8A9E",ps:"\u666E\u4EC0\u5716\u8A9E",pt:"\u8461\u8404\u7259\u8A9E","pt-br":"\u8461\u8404\u7259\u8A9E\uFF08\u5DF4\u897F\uFF09",ro:"\u7F85\u99AC\u5C3C\u4E9E\u8A9E",ru:"\u4FC4\u8A9E",sd:"\u4FE1\u5FB7\u8A9E",si:"\u50E7\u4F3D\u7F85\u8A9E",sk:"\u65AF\u6D1B\u4F10\u514B\u8A9E",sl:"\u65AF\u6D1B\u7DAD\u5C3C\u4E9E\u8A9E",sm:"\u85A9\u6469\u4E9E\u8A9E",sn:"\u7D39\u7D0D\u8A9E",so:"\u7D22\u99AC\u91CC\u8A9E",sq:"\u963F\u723E\u5DF4\u5C3C\u4E9E\u8A9E",sr:"\u585E\u723E\u7DAD\u4E9E\u8A9E","sr-Cyrl":"\u585E\u723E\u7DAD\u4E9E\u8A9E (\u897F\u91CC\u723E\u6587)","sr-Latn":"\u585E\u723E\u7DAD\u4E9E\u8A9E (\u62C9\u4E01\u6587)",st:"\u585E\u7D22\u6258\u8A9E",su:"\u5DFD\u4ED6\u8A9E",sv:"\u745E\u5178\u8A9E",sw:"\u65AF\u74E6\u5E0C\u91CC\u8A9E",ta:"\u6CF0\u7C73\u723E\u8A9E",te:"\u6CF0\u76E7\u56FA\u8A9E",tg:"\u5854\u5409\u514B\u8A9E",th:"\u6CF0\u8A9E",tlh:"\u514B\u6797\u8CA2\u8A9E","tlh-Qaak":"\u514B\u6797\u8CA2\u8A9E (piqaD)",to:"\u6771\u52A0\u8A9E",tr:"\u571F\u8033\u5176\u8A9E",ty:"\u5854\u5E0C\u63D0\u8A9E",ug:"\u7DAD\u543E\u723E\u8A9E",uk:"\u70CF\u514B\u862D\u8A9E",ur:"\u70CF\u723E\u90FD\u8A9E",uz:"\u70CF\u8332\u5225\u514B\u8A9E",vi:"\u8D8A\u5357\u8A9E",wyw:"\u6587\u8A00\u6587",xh:"\u79D1\u85A9\u8A9E",yi:"\u610F\u7B2C\u7DD2\u8A9E",yo:"\u7D04\u9B6F\u5DF4\u8A9E",yua:"\u5C24\u52A0\u6566\u99AC\u96C5\u8A9E",yue:"\u5EE3\u6771\u8A71 (\u50B3\u7D71)","zh-CN":"\u7C21\u9AD4\u4E2D\u6587","zh-TW":"\u7E41\u9AD4\u4E2D\u6587","zh-CN-NE":"\u6771\u5317\u8A71",zu:"\u7956\u9B6F\u8A9E","":"\u6240\u6709\u8A9E\u8A00"};var dh=[{name:"touch",shortcuts:[{command:"touchShortcutsToggleTranslatePage",type:"finger"},{command:"touchShortcutsToggleTranslationMask",type:"finger"},{command:"touchShortcutsToggleTranslatePageOnlyTranslation",type:"finger"},{command:"touchShortcutsToggleTranslateTouchElement",type:"finger"}]},{name:"main",shortcuts:["toggleTranslatePage","shareToDraft","translateInputBox"]},{name:"mouse",shortcuts:[{command:"mouseHoverHoldKey",type:"mouseHoverHoldKey"},"toggleMouseHoverTranslateDirectly"]},{name:"others",shortcuts:["toggleTranslationMask","toggleTranslateToThePageEndImmediately","toggleTranslateTheMainPage","toggleOnlyTransation","toggleTranslateTheWholePage","toggleVideoSubtitlePreTranslation"]},{name:"shortcutsForTranslationServices",shortcuts:["translateWithDeepL","translateWithGoogle","translateWithOpenAI","translateWithBing","translateWithTransmart","translateWithGemini"]}],mh=["https://immersive-translate.owenyoung.com/options/","https://immersive-translate.owenyoung.com/auth-done/","https://dash.immersivetranslate.com/","https://dash.immersivetranslate.com/auth-done/","http://localhost:8000/dist/userscript/options/","http://localhost:8000/auth-done/","http://192.168.50.9:8000/dist/userscript/options/","http://192.168.31.51:8000/dist/userscript/options/","http://192.168.1.72:8000/dist/userscript/options/","https://www.deepl.com/translator","translate.google.com","http://localhost:8000/options/","http://192.168.50.9:8000/options/","http://192.168.31.51:8000/options/","http://192.168.1.72:8000/options/"],or="zh-CN";var Hf=[{type:"select",name:"codename",labelKey:"field.translationEngine",default:"youdao",required:!1,options:[{label:"translationServices.google",value:"google"},{label:"translationServices.deepl",value:"deepl"},{label:"translationServices.youdao",value:"youdao"},{label:"translationServices.tencent",value:"tencent"},{label:"translationServices.aliyun",value:"aliyun"},{label:"translationServices.baidu",value:"baidu"},{label:"translationServices.caiyun",value:"caiyun"},{label:"translationServices.wechat",value:"wechat"},{label:"translationServices.ibm",value:"ibm"},{label:"translationServices.azure",value:"azure"},{label:"translationServices.aws",value:"aws"}]}],Su=["caiyun","cai"],ir={bing:{name:"\u5FAE\u8F6F\u7FFB\u8BD1",homepage:"https://www.bing.com/translator"},google:{name:"Google",homepage:"https://translate.google.com/"},deepl:{name:"DeepL",homepage:"https://www.deepl.com/translator",docUrl:"https://immersivetranslate.com/docs/services/deepL/",providers:[{name:"pro",nameKey:"deepLProName",descriptionKey:"deepLProDescription",descriptionKeyForNormal:"deeplProDescriptionForNormal",descriptionLink1:"https://immersivetranslate.com/pricing"},{name:"custom",nameKey:"deepLCustomName",descriptionKey:"deepLCustomDescription",descriptionLink1:"https://www.deepl.com/translator",descriptionLink2:"https://immersivetranslate.com/docs/services/deepL/"}],allProps:[{name:"authKey",providers:["custom"],label:"Auth Key",required:!0,type:"password"}]},openai:{name:"Open AI",homepage:"https://openai.com/api/",docUrl:"https://immersivetranslate.com/docs/services/openai/",providers:[{name:"pro",nameKey:"openaiProName",descriptionKey:"openaiProDescription",descriptionKeyForNormal:"openaiProDescriptionForNormal",descriptionLink1:"https://immersivetranslate.com/pricing"},{name:"custom",nameKey:"openaiCustomName",descriptionKey:"openaiCustomDescription",descriptionLink1:"https://immersivetranslate.com/docs/services/openai/"}],allProps:[{name:"APIKEY",providers:["custom"],required:!0,type:"password"},{name:"model",labelKey:"field.model",descriptionKey:"description.model",required:!1,type:"model-select",default:"gpt-3.5-turbo-1106",providers:["custom"],options:[{providers:["custom","pro"],label:"gpt-3.5-turbo",value:"gpt-3.5-turbo"},{providers:["custom"],label:"gpt-3.5-turbo-0125",value:"gpt-3.5-turbo-0125"},{providers:["custom","pro"],label:"gpt-3.5-turbo-1106",value:"gpt-3.5-turbo-1106"},{providers:["custom","pro"],label:"gpt-3.5-turbo-0613",value:"gpt-3.5-turbo-0613"},{providers:["custom"],label:"gpt-4-1106-preview",value:"gpt-4-1106-preview"},{providers:["custom"],label:"gpt-4-0125-preview",value:"gpt-4-0125-preview"},{providers:["custom"],label:"gpt-4",value:"gpt-4"}]},{name:"limit",required:!1,labelKey:"field.limitPerSecond",descriptionKey:"description.limitPerSecond",descriptionLink1:"https://immersivetranslate.com/docs/services/openai/",type:"number",default:10,providers:["custom"]},{name:"maxTextLengthPerRequest",required:!1,labelKey:"field.maxTextLengthPerRequest",descriptionKey:"description.maxTextLengthPerRequest",type:"number",default:1200,optional:!0},{name:"maxTextGroupLengthPerRequest",required:!1,labelKey:"field.maxTextGroupLengthPerRequest",descriptionKey:"description.maxTextGroupLengthPerRequest",type:"number",default:1,optional:!0},{name:"apiUrl",labelKey:"field.apiUrl",required:!1,type:"text",default:"https://api.openai.com/v1/chat/completions",descriptionKey:"description.apiUrl",descriptionLink1:"https://immersivetranslate.com/docs/services/openai/",optional:!0,providers:["custom"]},{name:"systemPrompt",label:"System Prompt",required:!1,descriptionKey:"description.systemPrompt",type:"textarea",optional:!0,default:"You are a translation engine, you can only translate text and cannot interpret it, and do not explain."},{name:"prompt",label:"Prompt",required:!1,descriptionKey:"description.prompt",type:"textarea",default:`Translate the text to {{to}}, please do not explain any sentences, just translate or leave them as they are.: -{{text}}`,optional:!0},{name:"multiplePrompt",label:"Multiple Prompt",required:!1,descriptionKey:"description.multiplePrompt",type:"textarea",default:"",optional:!0},{name:"subtitlePrompt",label:"Subtitle Prompt",required:!1,descriptionKey:"description.subtitlePrompt",type:"textarea",default:"",optional:!0}]},yandex:{name:"Yandex",homepage:"https://translate.yandex.com/"},gemini:{name:"Gemini",homepage:"https://makersuite.google.com/",docUrl:"https://immersivetranslate.com/docs/services/gemini/",beta:!0,allProps:[{name:"APIKEY",providers:["custom"],required:!0,type:"password"},{name:"model",labelKey:"field.model",descriptionKey:"description.model",optional:!0,required:!1,type:"model-select",options:[{label:"gemini-1.0-pro-latest",value:"gemini-1.0-pro-latest"}]},{name:"limit",required:!1,optional:!0,labelKey:"field.limitPerSecond",descriptionKey:"description.generalLimitPerSecond",descriptionLink1:"https://immersivetranslate.com/docs/services/openai/",type:"number",default:1},{name:"maxTextLengthPerRequest",required:!1,labelKey:"field.maxTextLengthPerRequest",descriptionKey:"description.maxTextLengthPerRequest",type:"number",default:1200,optional:!0},{name:"maxTextGroupLengthPerRequest",required:!1,labelKey:"field.maxTextGroupLengthPerRequest",descriptionKey:"description.maxTextGroupLengthPerRequest",type:"number",default:3,optional:!0},{name:"apiUrl",labelKey:"field.apiUrl",required:!1,type:"text",default:"https://generativelanguage.googleapis.com/v1beta/models/{model}:generateContent?key={key}",descriptionKey:"description.apiUrl",descriptionLink1:"https://immersivetranslate.com/docs/services/gemini/",optional:!0},{name:"prompt",label:"Prompt",required:!1,descriptionKey:"description.prompt",type:"textarea",default:"",optional:!0},{name:"multiplePrompt",label:"Multiple Prompt",required:!1,descriptionKey:"description.multiplePrompt",type:"textarea",default:"",optional:!0},{name:"subtitlePrompt",label:"Subtitle Prompt",required:!1,descriptionKey:"description.subtitlePrompt",type:"textarea",default:"",optional:!0}]},claude:{name:"Claude",homepage:"https://www.anthropic.com/",docUrl:"https://immersivetranslate.com/docs/services/claude/",allProps:[{name:"APIKEY",providers:["custom"],required:!0,type:"password"},{name:"model",labelKey:"field.model",descriptionKey:"description.model",optional:!0,required:!1,type:"model-select",default:"claude-3-haiku-20240307",options:[{label:"claude-3-haiku-20240307",value:"claude-3-haiku-20240307"},{label:"claude-3-sonnet-20240229",value:"claude-3-sonnet-20240229"},{label:"claude-3-opus-20240229",value:"claude-3-opus-20240229"},{label:"claude-2.1",value:"claude-2.1"}]},{name:"limit",required:!1,optional:!0,labelKey:"field.limitPerSecond",descriptionKey:"description.generalLimitPerSecond",descriptionLink1:"https://immersivetranslate.com/docs/services/openai/",type:"number",default:1},{name:"maxTextLengthPerRequest",required:!1,labelKey:"field.maxTextLengthPerRequest",descriptionKey:"description.maxTextLengthPerRequest",type:"number",default:1200,optional:!0},{name:"maxTextGroupLengthPerRequest",required:!1,labelKey:"field.maxTextGroupLengthPerRequest",descriptionKey:"description.maxTextGroupLengthPerRequest",type:"number",default:10,optional:!0},{name:"apiUrl",labelKey:"field.apiUrl",required:!1,type:"text",default:"https://api.anthropic.com/v1/messages",descriptionKey:"description.apiUrl",descriptionLink1:"https://immersivetranslate.com/docs/services/claude/",optional:!0},{name:"prompt",label:"Prompt",required:!1,descriptionKey:"description.prompt",type:"textarea",default:"",optional:!0},{name:"multiplePrompt",label:"Multiple Prompt",required:!1,descriptionKey:"description.multiplePrompt",type:"textarea",default:"",optional:!0},{name:"subtitlePrompt",label:"Subtitle Prompt",required:!1,descriptionKey:"description.subtitlePrompt",type:"textarea",default:"",optional:!0}]},transmart:{name:"Transmart",homepage:"https://transmart.qq.com/"},youdao:{name:"Youdao",homepage:"https://youdao.com/",docUrl:"https://immersivetranslate.com/docs/services/youdao/",allProps:[{name:"appId",required:!0,type:"text"},{name:"appSecret",required:!0,type:"password"},{name:"limit",required:!1,labelKey:"field.limitPerSecond",descriptionKey:"description.generalLimitPerSecond",type:"number",default:5,optional:!0},{name:"maxTextLengthPerRequest",required:!1,labelKey:"field.maxTextLengthPerRequest",descriptionKey:"description.maxTextLengthPerRequest",type:"number",default:1200,optional:!0},{name:"maxTextGroupLengthPerRequest",required:!1,labelKey:"field.maxTextGroupLengthPerRequest",descriptionKey:"description.maxTextGroupLengthPerRequest",type:"number",default:200,optional:!0},{name:"domain",required:!1,labelKey:"field.domain",descriptionKey:"description.domain",descriptionLink1:"https://fanyi.youdao.com/openapi/",type:"text",default:"general",optional:!0},{name:"vocabId",required:!1,labelKey:"field.vocabId",descriptionKey:"description.vocabId",type:"text",default:"",optional:!0}]},tencent:{name:"Tencent",homepage:"https://fanyi.qq.com/",docUrl:"https://immersivetranslate.com/docs/services/tencent/",allProps:[{name:"secretId",required:!0,type:"text"},{name:"secretKey",required:!0,type:"password"}]},aliyun:{name:"Aliyun",homepage:"https://translate.alibaba.com/",docUrl:"https://immersivetranslate.com/docs/services/aliyun/",allProps:[{name:"AccessKeyID",required:!0,type:"text"},{name:"AccessKeySecret",required:!0,type:"password"},{name:"scene",labelKey:"field.scene",descriptionKey:"description.scene",descriptionLink1:"https://help.aliyun.com/document_detail/158267.html",required:!1,optional:!0,type:"text",default:"general"}]},azure:{name:"azure",homepage:"https://learn.microsoft.com/en-us/azure/cognitive-services/translator/text-translation-overview",docUrl:"https://immersivetranslate.com/docs/services/azure/",allProps:[{name:"region",required:!1,default:"eastasia",type:"text"},{name:"APIKEY",required:!0,type:"password"},{name:"apiUrl",labelKey:"field.apiUrl",required:!1,type:"text",default:"https://api.cognitive.microsofttranslator.com/",descriptionKey:"description.azureApiUrl",optional:!0}]},papago:{name:"Papago",homepage:"https://translate.google.com/",canary:!0},baidu:{name:"Baidu",homepage:"https://fanyi.baidu.com/",docUrl:"https://immersivetranslate.com/docs/services/baidu/",allProps:[{name:"appid",required:!0,type:"text"},{name:"key",required:!0,type:"password"},{name:"limit",required:!1,labelKey:"field.limitPerSecond",descriptionKey:"description.generalLimitPerSecond",type:"number",default:1,optional:!0},{name:"maxTextLengthPerRequest",required:!1,labelKey:"field.maxTextLengthPerRequest",descriptionKey:"description.maxTextLengthPerRequest",type:"number",default:1800,optional:!0},{name:"maxTextGroupLengthPerRequest",required:!1,labelKey:"field.maxTextGroupLengthPerRequest",descriptionKey:"description.maxTextGroupLengthPerRequest",type:"number",default:8,optional:!0},{name:"action",required:!1,labelKey:"field.action",descriptionKey:"description.action",descriptionLink1:"https://fanyi-api.baidu.com/doc/21",type:"boolean",default:!1,optional:!0},{name:"domain",required:!1,labelKey:"field.domain",descriptionKey:"description.baiduField",descriptionLink1:"https://fanyi-api.baidu.com/doc/22",type:"text",default:"",optional:!0}]},volc:{name:"Volc",homepage:"https://www.volcengine.com/",docUrl:"https://immersivetranslate.com/docs/services/volcano/",allProps:[{name:"accessKeyId",required:!0,type:"text"},{name:"secretAccessKey",required:!0,type:"password"},{name:"limit",required:!1,labelKey:"field.limitPerSecond",descriptionKey:"description.generalLimitPerSecond",type:"number",default:5,optional:!0},{name:"maxTextLengthPerRequest",required:!1,labelKey:"field.maxTextLengthPerRequest",descriptionKey:"description.maxTextLengthPerRequest",type:"number",default:1800,optional:!0},{name:"maxTextGroupLengthPerRequest",required:!1,labelKey:"field.maxTextGroupLengthPerRequest",descriptionKey:"description.maxTextGroupLengthPerRequest",type:"number",default:8,optional:!0}]},caiyun:{name:"Caiyun",homepage:"https://fanyi.caiyunapp.com/",docUrl:"https://immersivetranslate.com/docs/services/caiyun/",allProps:[{name:"token",required:!0,type:"password"}]},cai:{name:"Cai",homepage:"https://fanyi.caiyunapp.com/",alpha:!0},custom:{name:"Custom",beta:!0,homepage:"https://immersivetranslate.com/docs/services/custom/",titleKey:"description.custom",allProps:[{name:"url",label:"API URL",required:!0,type:"text"},{name:"langs",required:!1,labelKey:"field.langs",type:"textarea",default:"zh-CN,en",optional:!0},{name:"placeholderDelimiters",required:!1,labelKey:"field.placeholderDelimiters",type:"text",default:Ui,optional:!0},{name:"limit",required:!1,labelKey:"field.limitPerSecond",descriptionKey:"description.generalLimitPerSecond",type:"number",default:5,optional:!0},{name:"maxTextLengthPerRequest",required:!1,labelKey:"field.maxTextLengthPerRequest",descriptionKey:"description.maxTextLengthPerRequest",type:"number",default:1200,optional:!0},{name:"maxTextGroupLengthPerRequest",required:!1,labelKey:"field.maxTextGroupLengthPerRequest",descriptionKey:"description.maxTextGroupLengthPerRequest",type:"number",default:1,optional:!0}]},mock:{name:"Mock",homepage:"https://www.google.com"},mock2:{name:"Mock2",homepage:"https://www.google.com"},tenAlpha:{name:"TenAlpha",homepage:"https://fanyi.qq.com/",alpha:!0},you:{name:"You",alpha:!0,homepage:"https://youdao.com/"},openl:{name:"Openl",homepage:"https://openl.club/",docUrl:"https://immersivetranslate.com/docs/services/openL/",allProps:[...Hf,{type:"password",name:"apikey",required:!0}],props:Hf},volcAlpha:{name:"Volc Alpha",alpha:!0,homepage:"https://www.volcengine.com/"},d:{name:"D () ",canary:!0,homepage:"https://www.deepl.com/translator"},dpro:{name:"DPro (Canary) ",canary:!0,homepage:"https://www.deepl.com/translator"},deeplx:{name:"DeepLX (Beta)",beta:!0,homepage:"https://www.deepl.com/translator",allProps:[{name:"url",label:"API URL",required:!0,type:"text"},{name:"limit",required:!1,labelKey:"field.limitPerSecond",descriptionKey:"description.generalLimitPerSecond",type:"number",default:5,optional:!0},{name:"maxTextLengthPerRequest",required:!1,labelKey:"field.maxTextLengthPerRequest",descriptionKey:"description.maxTextLengthPerRequest",type:"number",default:1200,optional:!0},{name:"maxTextGroupLengthPerRequest",required:!1,labelKey:"field.maxTextGroupLengthPerRequest",descriptionKey:"description.maxTextGroupLengthPerRequest",type:"number",default:1,optional:!0}]},niu:{name:"niutrans",homepage:"https://niutrans.com/",docUrl:"https://immersivetranslate.com/docs/services/niu",allProps:[{name:"APIKEY",required:!0,type:"password"}]}},wu={type:ge+"ChildFrameToRootFrameIdentifier"},Jc=["youtube","netflix","webvtt","khanacademy","bilibili","udemy","hulu","text_track","text_track_dynamic","general","live","ebutt","disneyplus","fmp4.xml","multi_attach_vtt","twitter","subsrt","xml","av"],Hi=["Ctrl","Shift","Alt","Auto","Off","OtherCustom","Other"],ph=["ctrl","alt","shift","cmd","command","option","control"];var zI=Yt()?"https://dash.immersivetranslate.com/#general":"http://localhost:8000/dist/userscript/options/#general",Xc="user_from_plugin",qt="user_info",zi=Yt()||In()?"https://api2.immersivetranslate.com":"https://test-api2.immersivetranslate.com",gh=Yt()||In()?"https://immersivetranslate.com/accounts/login?from=plugin":"https://test.immersivetranslate.com/accounts/login?from=plugin",fh=gh+"&utm_source=extension&utm_medium=extension&utm_campaign=error_modal",hh=gh+"&utm_source=extension&utm_medium=extension&utm_campaign=popup_more",Du=Yt()||In()?"https://immersivetranslate.com/profile":"https://test.immersivetranslate.com/profile",go=Yt()||In()?"https://immersivetranslate.com/pricing":"https://test.immersivetranslate.com/pricing",kC=Yt()||In()?"https://immersivetranslate.com/download/":"https://test.immersivetranslate.com/download/",_C=Yt()||In()?"https://immersivetranslate.com/topup?type=open_ai&":"https://test.immersivetranslate.com/topup?type=open_ai&",LC=Yt()||In()?"https://immersivetranslate.com/topup?type=deepl&":"https://test.immersivetranslate.com/topup?type=deepl&",qI=go+"?utm_source=extension&utm_medium=extension&utm_campaign=popup_more",WI=kC+"?utm_source=extension&utm_medium=extension&utm_campaign=options_nav",bh=go+"?utm_source=extension&utm_medium=extension&utm_campaign=popup_footer",Au=go+"?utm_source=extension&utm_medium=extension&utm_campaign=error_modal",yh=_C+"utm_source=extension&utm_medium=extension&utm_campaign=error_modal",Eh=LC+"utm_source=extension&utm_medium=extension&utm_campaign=error_modal",xh=Du+"?utm_source=extension&utm_medium=extension&utm_campaign=error_modal&upgradeFromTrial=true",Th="https://immersivetranslate.com/docs/usage/";var vh=Ce().TRANSLATE_FILE_URL,$I=vh+"?utm_source=extension&utm_medium=extension&utm_campaign=options_nav",Ch=vh+"?utm_source=extension&utm_medium=extension&utm_campaign=float_ball";var fo=console,Qc=class{#e=performance.now();reset(){this.#e=performance.now()}stop(t){let n=performance.now(),r=Math.round(n-this.#e),a=Bn.green;r>1e4?a=Bn.red:r>1e3&&(a=Bn.yellow),fo.debug(Bn.dim(ka+" TIMING:"),t,"in",a(r+"ms")),this.#e=n}},qi=class{#e=1;get level(){return this.#e}setLevel(t){switch(t){case"debug":this.#e=0;break;case"info":this.#e=1;break;case"warn":this.#e=2;break;case"error":this.#e=3;break;case"fatal":this.#e=4;break}}debug(...t){this.#e<=0&&fo.log(Bn.dim(ka+" DEBUG:"),...t)}v(...t){this.#e<=0}info(...t){this.#e<=1&&fo.log(Bn.green(ka+" INFO:"),...t)}l(...t){this.#e<=1}warn(...t){this.#e<=2&&fo.warn(Bn.yellow(ka+" WARN:"),...t)}error(...t){this.#e<=3&&fo.error(Bn.red(ka+" ERROR:"),...t)}fatal(...t){this.#e<=4&&fo.error(Bn.red(ka+" FATAL:"),...t)}timing(){return this.level===0?new Qc:{reset:()=>{},stop:()=>{}}}},P=new qi;var Sh=[["afr","af"],["amh","am"],["arb","ar"],["azj","az"],["bel","be"],["bul","bg"],["ben","bn"],["bos","bs"],["cat","ca"],["ceb","ceb"],["ces","cs"],["dan","da"],["deu","de"],["ell","el"],["eng","en"],["epo","eo"],["spa","es"],["est","et"],["fas","fa"],["fin","fi"],["fra","fr"],["gax","ga"],["glg","gl"],["guj","gu"],["hau","ha"],["heb","he"],["hin","hi"],["hrv","hr"],["hun","hu"],["hye","hy"],["ind","id"],["ibo","ig"],["ita","it"],["jpn","ja"],["jav","jw"],["kat","ka"],["kaz","kk"],["khm","km"],["kan","kn"],["kor","ko"],["ckb","ku"],["lao","lo"],["lit","lt"],["lav","lv"],["min","mi"],["mkd","mk"],["mal","ml"],["mar","mr"],["mya","my"],["nep","ne"],["nld","nl"],["nob","no"],["nya","ny"],["pan","pa"],["pol","pl"],["pbu","ps"],["por","pt"],["ron","ro"],["rus","ru"],["sin","si"],["slk","sk"],["slv","sl"],["sna","sn"],["som","so"],["als","sq"],["srp","sr"],["sun","su"],["swe","sv"],["swh","sw"],["tam","ta"],["tel","te"],["tgk","tg"],["tha","th"],["toi","to"],["tur","tr"],["ukr","uk"],["urd","ur"],["uzn","uz"],["vie","vi"],["xho","xh"],["ydd","yi"],["yor","yo"],["cmn","zh-CN"],["zul","zu"]],Zc=new Map(Sh),FC=new Map(Sh.map(([e,t])=>[t,e]));function Wi(e,t,n=["en"]){if(!e)return"auto";try{let r=n.map(s=>FC.get(s));!t&&t!==0&&(t=25);let a=Hs(e);if(a!=="auto")return a;let o={minLength:t,whitelist:[...Zc.keys()]},i=Fg(e,o);if(i&&i.length>0){if(i.length>1&&i[0][1]-i[1][1]<=.3)for(let c=0;c.5&&c/i.length<=.25){if(m=="eng"&&g<.95)break;return Zc.get(m)}}let[s,u]=i[0],l=Zc.get(s);if(l&&u>.9)return l}}catch(r){P.error(r)}return"auto"}if(typeof GM>"u"&&typeof GM_info<"u"&&typeof GM_getValue<"u"){let e=null;typeof GM_xmlhttpRequest<"u"?e=GM_xmlhttpRequest:typeof GM_xmlHttpRequest<"u"&&(e=GM_xmlHttpRequest);let t=null;typeof GM_registerMenuCommand<"u"&&(t=GM_registerMenuCommand),globalThis.GM={info:GM_info,getValue:GM_getValue,setValue:GM_setValue,deleteValue:GM_deleteValue,listValues:GM_listValues,xmlHttpRequest:e,registerMenuCommand:t,addStyle:typeof GM_addStyle<"u"?GM_addStyle:null,openInTab:typeof GM_openInTab<"u"?GM_openInTab:null,addElement:typeof GM_addElement<"u"?GM_addElement:null}}typeof GM<"u"&&GM&&GM.info===void 0&&typeof GM_info<"u"&&(GM.info=GM_info);var wh={get:async e=>{if(e===null){let r=await GM.listValues();Array.isArray(r)||r&&zC(r)&&(r=Object.keys(r));let a={};for(let o of r)a[o]=await GM.getValue(o);return a}let t=[];typeof e=="string"?t=[e]:Array.isArray(e)?t=e:t=Object.keys(e);let n={};for(let r of t)n[r]=await GM.getValue(r);return n},set:async e=>{for(let t in e)await GM.setValue(t,e[t])},remove:async e=>{if(typeof e=="string")await GM.deleteValue(e);else if(Array.isArray(e))for(let t of e)await GM.deleteValue(t)}};function PC(){if(typeof GM<"u"&&GM&&GM.info&&GM.info.script){let e=GM.info.script||{};return e._isUserscript=!0,e}else return{_isUserscript:!0,version:T.VERSION}}function zr(e,t=!0){GM&&GM.openInTab?GM.openInTab(e,!1):globalThis.open(e,t?"_blank":"_self")}function MC(e=!0,t=""){let n=Ce();GM&&GM.info&&GM.info.scriptHandler&&GM.info.scriptHandler==="Stay"?e=!1:e=!0;let r=n.OPTIONS_URL;if(r)zr(r+t,e);else throw new Error("options url not found")}function BC(e=!1){let n=Ce().OPTIONS_URL;if(n)zr(n+"#about",e);else throw new Error("options url not found")}function RC(e=!1){let n=Ce().PDF_VIEWER_URL;if(n)zr(n,e);else throw new Error("pdf url not found")}function IC(e=!1){let n=Ce().HTML_VIEWER_URL;if(n)zr(n,e);else throw new Error("html url not found")}function OC(e=!1){let n=Ce().EBOOK_VIEWER_URL;if(n)zr(n,e);else throw new Error("ebook url not found")}function NC(e=!1){let n=Ce().EBOOK_BUILDER_URL;if(n)zr(n,e);else throw new Error("ebook url not found")}function jC(e=!1){let n=Ce().SUBTITLE_BUILDER_URL;if(n)zr(n,e);else throw new Error("subtitle url not found")}function UC(){return globalThis.navigator.languages||[globalThis.navigator.language||globalThis.navigator.userLanguage]}var HC={storage:{local:wh,sync:wh},runtime:{getManifest:PC,lastError:null,openOptionsPage:MC},extra:{detectLanguage:Wi,openAboutPage:BC,openHtmlViewerPage:IC,openEbookViewerPage:OC,openEbookBuilderPage:NC,openSubtitleBuilderPage:jC,openPdfViewerPage:RC,openInTab:zr},i18n:{getAcceptLanguages:UC,detectLanguage:Wi}};function zC(e){return e!==null&&typeof e=="object"}globalThis.immersiveTranslateBrowserAPI=HC;d();(function(){"use strict";var e=window.Bluebird||window.Promise;if(self.GM_fetch)return;let t;if(typeof GM<"u"&&GM.xmlHttpRequest)t=GM.xmlHttpRequest;else if(typeof GM<"u"&&GM_xmlhttpRequest)t=GM_xmlhttpRequest;else if(typeof GM_xmlhttpRequest<"u")t=GM_xmlhttpRequest;else if(typeof GM<"u"&&GM.xmlHttpRequest)t=GM.xmlHttpRequest;else return;function n(p){if(typeof p!="string"&&(p=p.toString()),/[^a-z0-9\-#$%&'*+.\^_`|~]/i.test(p))throw new TypeError("Invalid character in header field name");return p.toLowerCase()}function r(p){return typeof p!="string"&&(p=p.toString()),p}function a(p){if(p.bodyUsed)return e.reject(new TypeError("Already read"));p.bodyUsed=!0}function o(p){return new e(function(f,y){p.onload=function(){f(p.result)},p.onerror=function(){y(p.error)}})}function i(p){var f=new FileReader;return f.readAsArrayBuffer(p),o(f)}function s(p){var f=new FileReader;return f.readAsText(p),o(f)}var u={blob:"FileReader"in self&&"Blob"in self&&function(){try{return new Blob,!0}catch{return!1}}(),formData:"FormData"in self},l=["DELETE","GET","HEAD","OPTIONS","POST","PUT"];function c(p){var f=p.toUpperCase();return l.indexOf(f)>-1?f:p}function m(p){var f=new FormData;return p.trim().split("&").forEach(function(y){if(y){var b=y.split("="),h=b.shift().replace(/\+/g," "),C=b.join("=").replace(/\+/g," ");f.append(decodeURIComponent(h),decodeURIComponent(C))}}),f}function g(p){var f=new Headers;if(typeof p=="string"){var y=p.trim().split(` -`);y.forEach(function(h){var C=h.trim().split(":"),w=C.shift().trim(),k=C.join(":").trim();f.append(w,k)})}else if(typeof p=="object")for(var b in p)Array.isArray(p[b])&&p[b].forEach(function(h){f.append(b,h)});return f}self.Headers=Headers,self.Request=Request,self.Response=Response,self.GM_fetch=function(p,f){var y,b;return f||(typeof p=="string"?f={}:p=f.url),Request&&Request.prototype&&Request.prototype.isPrototypeOf&&Request.prototype.isPrototypeOf(f)?y=f:(f.body&&(b=f.body),y=new Request(p,f)),new e(function(h,C){var w={};f&&f.extra&&(w=f.extra);var k;function R(v,x){if(v)return v;if(x.get("X-Request-URL"))return x.get("X-Request-URL")}w.method=y.method||"GET",w.timeout=6e4,y.timeout&&(w.timeout=y.timeout),w.url=y.url,w.synchronous=!1,w.onload=function(v){var x=v.status;if(x<100||x>599){C(new TypeError("Network request failed"));return}var B=v.responseHeaders;k=g(B);var _=R(v.finalUrl||v.responseURL,k);k.set("X-Final-URL",_);var E={status:x,statusText:v.statusText,headers:k,url:_},O=v.responseText;let F=new Response(O,E);h(F)},w.onerror=function(v){C(new TypeError("Network request failed"))},w.ontimeout=function(v){C(new TypeError("Network request timeout"))},w.onabort=function(v){C(new TypeError("Network request abort"))},w.headers={},y.headers.forEach(function(v,x){w.headers[x]=v}),b&&(w.data=b),t(w)})},self.GM_fetch.polyfill=!0})();d();d();d();var ed=/iPhone/i,Dh=/iPod/i,Ah=/iPad/i,kh=/\biOS-universal(?:.+)Mac\b/i,td=/\bAndroid(?:.+)Mobile\b/i,_h=/Android/i,ho=/(?:SD4930UR|\bSilk(?:.+)Mobile\b)/i,ku=/Silk/i,Sr=/Windows Phone/i,Lh=/\bWindows(?:.+)ARM\b/i,Fh=/BlackBerry/i,Ph=/BB10/i,Mh=/Opera Mini/i,Bh=/\b(CriOS|Chrome)(?:.+)Mobile/i,Rh=/Mobile(?:.+)Firefox\b/i,Ih=e=>typeof e<"u"&&e.platform==="MacIntel"&&typeof e.maxTouchPoints=="number"&&e.maxTouchPoints>1&&typeof globalThis.MSStream>"u";function qC(e){return t=>t.test(e)}function st(e){let t={userAgent:"",platform:"",maxTouchPoints:0};!e&&typeof navigator<"u"?t={userAgent:navigator.userAgent,platform:navigator.platform,maxTouchPoints:navigator.maxTouchPoints||0}:typeof e=="string"?t.userAgent=e:e&&e.userAgent&&(t={userAgent:e.userAgent,platform:e.platform,maxTouchPoints:e.maxTouchPoints||0});let n=t.userAgent,r=n.split("[FBAN");typeof r[1]<"u"&&(n=r[0]),r=n.split("Twitter"),typeof r[1]<"u"&&(n=r[0]);let a=qC(n),o={apple:{phone:a(ed)&&!a(Sr),ipod:a(Dh),tablet:!a(ed)&&(a(Ah)||Ih(t))&&!a(Sr),universal:a(kh),device:(a(ed)||a(Dh)||a(Ah)||a(kh)||Ih(t))&&!a(Sr)},amazon:{phone:a(ho),tablet:!a(ho)&&a(ku),device:a(ho)||a(ku)},android:{phone:!a(Sr)&&a(ho)||!a(Sr)&&a(td),tablet:!a(Sr)&&!a(ho)&&!a(td)&&(a(ku)||a(_h)),device:!a(Sr)&&(a(ho)||a(ku)||a(td)||a(_h))||a(/\bokhttp\b/i)},windows:{phone:a(Sr),tablet:a(Lh),device:a(Sr)||a(Lh)},other:{blackberry:a(Fh),blackberry10:a(Ph),opera:a(Mh),firefox:a(Rh),chrome:a(Bh),device:a(Fh)||a(Ph)||a(Mh)||a(Rh)||a(Bh)},any:!1,phone:!1,tablet:!1};return o.any=o.apple.device||o.android.device||o.windows.device||o.other.device,o.phone=o.apple.phone||o.android.phone||o.windows.phone,o.tablet=o.apple.tablet||o.android.tablet||o.windows.tablet,o}var nd="DENO",rd="CHROME",_u="FIREFOX";function WC(e){let t=rd;try{let n=navigator?.userAgent||"";/firefox/i.test(n)||typeof InstallTrigger<"u"?t=_u:/deno/i.test(n)&&(t=nd)}catch{}return e===rd&&t===rd||e===_u&&t===_u||e===nd&&t===nd}function Oh(){return typeof Deno<"u"}function bo(){return WC(_u)}function Lu(){return!!navigator.maxTouchPoints||"ontouchstart"in document.documentElement}function $i(e){return!!(e?.confirmSupportMouse||globalThis.matchMedia("(pointer:fine)").matches)}d();var Nh={addListener:()=>{},removeListener:()=>{},hasListener:()=>{}},jh={permissions:{contains:()=>{},request:()=>{}},runtime:{onMessage:Nh,openOptionsPage:()=>{},lastError:{message:""}},storage:{sync:{get:()=>{},set:()=>{}}},tabs:{onUpdated:Nh,query:()=>{},sendMessage:()=>{}}};var oe;Oh()?oe=jh:oe=globalThis.immersiveTranslateBrowserAPI;d();d();function he(e){if(typeof e!="string")return"auto";let t=e.toLowerCase();if(t==="und")return"auto";if(t==="zh"||t.startsWith("zh-hans"))return"zh-CN";if(t.startsWith("zh-hant")||t.startsWith("zh-hk")||t.startsWith("zh-tw"))return"zh-TW";if(t.startsWith("zh-"))return"zh-CN";if(t==="iw")return"he";if(t==="jv")return"jw";let n=An.map(a=>a.toLowerCase()),r=n.indexOf(t);if(r===-1)if(t.indexOf("-")>=0){t=t.split("-")[0];let a=n.indexOf(t);return a===-1?"auto":An[a]}else return"auto";else return An[r]}function ht(){return he(document?.documentElement?.lang||"en")}d();function Jt(e){return!!(e&&e.subscription&&e.subscription.subscriptionStatus==="active")}function Uh(e){if(e){let t=new Date(e.createTime),n=$C(t),r="free",a="unknown";return e.subscription&&e.subscription.subscriptionStatus==="active"&&(r=e.subscription.subscriptionType),e.subscription&&e.subscription.subscriptionId&&(e.subscription.subscriptionId.startsWith("sub_")?a="stripe":a="admin"),{user_type:r,user_register_day:n,subscription_from:a}}else return null}function $C(e){try{let n=e.toLocaleString("en-US",{timeZone:"Asia/Shanghai"}).split(" ")[0];n.endsWith(",")&&(n=n.slice(0,-1));let[r,a,o]=n.split("/");return n=`${o}-${r}-${a}`,n}catch{return"unknown"}}d();var Hh=ge+"SyncStoreKey_";function Dt(e,t){let n=Hh+e;return oe.storage.sync.get(n).then(r=>r[n]===void 0?t:r[n])}function Ze(e,t){let n=Hh+e;return oe.storage.sync.set({[n]:t})}d();var zh=ge+"StoreKey_";function wr(e,t){let n=zh+e;return oe.storage.local.get(n).then(r=>r[n]===void 0?t:r[n])}function qh(e,t){let n=zh+e;return oe.storage.local.set({[n]:t})}d();var Fa=ge+"CacheKey_";function ad(e,t){let n=Fa+e;return oe.storage.local.get(n).then(r=>r[n]===void 0?t:r[n])}function GC(){let e=oe.storage.local.refresh;e&&e()}function od(e,t){let n=Fa+e;return oe.storage.local.get(n).then(r=>{if(r[n]===void 0)return t;let{value:a,expired:o}=r[n];return o&&or.startsWith(Fa)).filter(r=>r!==Fa+qt);if(n.length>0)return oe.storage.local.remove(n)}}var Wt={get:ad,set:sd,getExpired:od,setExpired:id,remove:ud,clear:Wh,refresh:GC};d();d();d();d();function $h(e,t){return[e,!e||e.endsWith("/")?"":"/",t,".json"].join("")}function ld(e,t){let n=e;return t&&Object.keys(t).forEach(r=>{let a=t[r];if(a===void 0)return;let o=VC(r);if(typeof a=="object"||o){let i=a;o&&typeof i=="string"&&(i={tag:"a",href:i,target:"_blank",class:"immersive-translate-link"});let s=`<${r}>`,u=n.indexOf(s);if(u!==-1){let l=i.tag||"a",c=n.indexOf(``);if(c!==-1){let m=n.substring(u+s.length,c),g=Object.keys(i).filter(p=>p!=="tag").map(p=>`${p}="${i[p]}"`).join(" ");n=n.replace(`${s}${m}`,`<${l} ${g}>${m}`)}}}else if(a){let i=new RegExp("{"+r+"}","gm");n=n.replace(i,a.toString())}}),n}function Gi(e,t,n){let r=e[t];if(!r)return n;if(!n)return"";let a=n.split("."),o="";do{o+=a.shift();let i=r[o];i!==void 0&&(typeof i=="object"||!a.length)?(r=i,o=""):a.length?o+=".":r=n}while(a.length);return r}function sr(e,t,n,r,a){if(!e.hasOwnProperty(n))return t;let o=Gi(e,n,t);return o===t&&n!==r&&(o=Gi(e,r,t)),ld(o,a)}function VC(e){if(typeof e=="number")return!0;if(e){let t=parseInt(e);return!isNaN(t)}else return!1}function At(e,t,n){return sr(It,t,e.config.interfaceLanguage,"en",n)}d();function Gh(e,t){let n=new Date(e),r=n.getFullYear().toString(),a=(n.getMonth()+1).toString().padStart(2,"0"),o=n.getDate().toString().padStart(2,"0"),i=n.getHours().toString().padStart(2,"0"),s=n.getMinutes().toString().padStart(2,"0"),u=n.getSeconds().toString().padStart(2,"0");return t.replace("YYYY",r).replace("MM",a).replace("DD",o).replace("HH",i).replace("mm",s).replace("ss",u)}function Vh(e){return new Date(e).getTime()}var K=class extends Error{status;constructor(t,n){if(t&&n){super(n),this.name=t;return}super(t)}initNetWork(t){return t&&(this.status=t),this}initStack(t){return t&&(this.stack=t),this}initData(t){return this.data=t,this}data;uiConfig(t){if(!this.message)return{};let n=null;if(n=this.handleProQuota(t)||this.handleUnavailableError(t)||this.handleProUser(t)||this.handleServiceMissingConfig(t)||this.handleNetwork(t)||this.handleFetchError(t),!n){let r=At.bind(null,t),a=this.getErrorMsg();n={type:"error",title:r("networkError"),errMsg:r("error.serveUnavailable",{serverName:r("translationServices."+t.translationService),1:"https://dash.immersivetranslate.com/#general",2:"https://immersivetranslate.com/pricing/?utm_source=extension&utm_medium=webpage&utm_campaign=service_error",3:"https://immersivetranslate.com/pricing/?utm_source=extension&utm_medium=webpage&utm_campaign=service_error"})+"

"+r("errorReason",{message:a}),action:"changeService"}}return n}getErrorMsg(){return this.status?this.status<0?this.message:`${this.status}: ${this.message}`:this.message}handleUnavailableError(t){let n=At.bind(null,t),r=this.message.startsWith("bingAuth"),a=this.data?.translationService==="transmart"&&this.message.startsWith("Server is busy now");if(r||a)return this.message=this.message.replace("bingAuth:",""),{type:"network",title:n("networkError"),errMsg:n("error.serveUnavailable",{serverName:n("translationServices."+t.translationService),1:"https://dash.immersivetranslate.com/#general",2:"https://immersivetranslate.com/pricing/?utm_source=extension&utm_medium=webpage&utm_campaign=service_error",3:"https://immersivetranslate.com/pricing/?utm_source=extension&utm_medium=webpage&utm_campaign=service_error"})+"

"+n("errorReason",{message:this.message}),action:"changeService"}}handleServiceMissingConfig(t){let n=At.bind(null,t);if(this.message.endsWith(" are required")||this.message.includes("You didn't provide an API key"))return{type:"configError",title:n("error.serveConfigError"),errMsg:this.getErrorMsg()+"

"+n("error.reloadPageOfSetting"),action:"setting"}}handleNetwork(t){let n=At.bind(null,t),r="retry",a="network",o=n("networkError");if(!this.status||this.status<0)return;let i=this.getErrorMsg();return this.status===429?this.data?.translationService=="google"?i=`${n("error.googleLimitIp")}

${i}`:this.data?.translationService=="openai"&&(this.message.indexOf("Limit: 3 / min")>=0||this.message.includes("rate_limit_exceeded")&&this.message.includes("Limit 3"))?i=`${n("error.openAIFreeLimit")}

+{{text}}`,optional:!0},{name:"multiplePrompt",label:"Multiple Prompt",required:!1,descriptionKey:"description.multiplePrompt",type:"textarea",default:"",optional:!0},{name:"subtitlePrompt",label:"Subtitle Prompt",required:!1,descriptionKey:"description.subtitlePrompt",type:"textarea",default:"",optional:!0}]},yandex:{name:"Yandex",homepage:"https://translate.yandex.com/"},gemini:{name:"Gemini",homepage:"https://makersuite.google.com/",docUrl:"https://immersivetranslate.com/docs/services/gemini/",beta:!0,allProps:[{name:"APIKEY",providers:["custom"],required:!0,type:"password"},{name:"model",labelKey:"field.model",descriptionKey:"description.model",optional:!0,required:!1,type:"model-select",options:[{label:"gemini-1.0-pro-latest",value:"gemini-1.0-pro-latest"}]},{name:"limit",required:!1,optional:!0,labelKey:"field.limitPerSecond",descriptionKey:"description.generalLimitPerSecond",descriptionLink1:"https://immersivetranslate.com/docs/services/openai/",type:"number",default:1},{name:"maxTextLengthPerRequest",required:!1,labelKey:"field.maxTextLengthPerRequest",descriptionKey:"description.maxTextLengthPerRequest",type:"number",default:1200,optional:!0},{name:"maxTextGroupLengthPerRequest",required:!1,labelKey:"field.maxTextGroupLengthPerRequest",descriptionKey:"description.maxTextGroupLengthPerRequest",type:"number",default:3,optional:!0},{name:"apiUrl",labelKey:"field.apiUrl",required:!1,type:"text",default:"https://generativelanguage.googleapis.com/v1beta/models/{model}:generateContent?key={key}",descriptionKey:"description.apiUrl",descriptionLink1:"https://immersivetranslate.com/docs/services/gemini/",optional:!0},{name:"prompt",label:"Prompt",required:!1,descriptionKey:"description.prompt",type:"textarea",default:"",optional:!0},{name:"multiplePrompt",label:"Multiple Prompt",required:!1,descriptionKey:"description.multiplePrompt",type:"textarea",default:"",optional:!0},{name:"subtitlePrompt",label:"Subtitle Prompt",required:!1,descriptionKey:"description.subtitlePrompt",type:"textarea",default:"",optional:!0}]},claude:{name:"Claude",homepage:"https://www.anthropic.com/",docUrl:"https://immersivetranslate.com/docs/services/claude/",allProps:[{name:"APIKEY",providers:["custom"],required:!0,type:"password"},{name:"model",labelKey:"field.model",descriptionKey:"description.model",optional:!0,required:!1,type:"model-select",default:"claude-3-haiku-20240307",options:[{label:"claude-3-haiku-20240307",value:"claude-3-haiku-20240307"},{label:"claude-3-sonnet-20240229",value:"claude-3-sonnet-20240229"},{label:"claude-3-opus-20240229",value:"claude-3-opus-20240229"},{label:"claude-2.1",value:"claude-2.1"}]},{name:"limit",required:!1,optional:!0,labelKey:"field.limitPerSecond",descriptionKey:"description.generalLimitPerSecond",descriptionLink1:"https://immersivetranslate.com/docs/services/openai/",type:"number",default:1},{name:"maxTextLengthPerRequest",required:!1,labelKey:"field.maxTextLengthPerRequest",descriptionKey:"description.maxTextLengthPerRequest",type:"number",default:1200,optional:!0},{name:"maxTextGroupLengthPerRequest",required:!1,labelKey:"field.maxTextGroupLengthPerRequest",descriptionKey:"description.maxTextGroupLengthPerRequest",type:"number",default:10,optional:!0},{name:"apiUrl",labelKey:"field.apiUrl",required:!1,type:"text",default:"https://api.anthropic.com/v1/messages",descriptionKey:"description.apiUrl",descriptionLink1:"https://immersivetranslate.com/docs/services/claude/",optional:!0},{name:"systemPrompt",label:"System Prompt",required:!1,descriptionKey:"description.systemPrompt",type:"textarea",optional:!0,default:"You are a translation engine, you can only translate text and cannot interpret it, and do not explain."},{name:"prompt",label:"Prompt",required:!1,descriptionKey:"description.prompt",type:"textarea",default:"",optional:!0},{name:"multiplePrompt",label:"Multiple Prompt",required:!1,descriptionKey:"description.multiplePrompt",type:"textarea",default:"",optional:!0},{name:"subtitlePrompt",label:"Subtitle Prompt",required:!1,descriptionKey:"description.subtitlePrompt",type:"textarea",default:"",optional:!0}]},transmart:{name:"Transmart",homepage:"https://transmart.qq.com/"},youdao:{name:"Youdao",homepage:"https://youdao.com/",docUrl:"https://immersivetranslate.com/docs/services/youdao/",allProps:[{name:"appId",required:!0,type:"text"},{name:"appSecret",required:!0,type:"password"},{name:"limit",required:!1,labelKey:"field.limitPerSecond",descriptionKey:"description.generalLimitPerSecond",type:"number",default:5,optional:!0},{name:"maxTextLengthPerRequest",required:!1,labelKey:"field.maxTextLengthPerRequest",descriptionKey:"description.maxTextLengthPerRequest",type:"number",default:1200,optional:!0},{name:"maxTextGroupLengthPerRequest",required:!1,labelKey:"field.maxTextGroupLengthPerRequest",descriptionKey:"description.maxTextGroupLengthPerRequest",type:"number",default:200,optional:!0},{name:"domain",required:!1,labelKey:"field.domain",descriptionKey:"description.domain",descriptionLink1:"https://fanyi.youdao.com/openapi/",type:"text",default:"general",optional:!0},{name:"vocabId",required:!1,labelKey:"field.vocabId",descriptionKey:"description.vocabId",type:"text",default:"",optional:!0}]},tencent:{name:"Tencent",homepage:"https://fanyi.qq.com/",docUrl:"https://immersivetranslate.com/docs/services/tencent/",allProps:[{name:"secretId",required:!0,type:"text"},{name:"secretKey",required:!0,type:"password"}]},aliyun:{name:"Aliyun",homepage:"https://translate.alibaba.com/",docUrl:"https://immersivetranslate.com/docs/services/aliyun/",allProps:[{name:"AccessKeyID",required:!0,type:"text"},{name:"AccessKeySecret",required:!0,type:"password"},{name:"scene",labelKey:"field.scene",descriptionKey:"description.scene",descriptionLink1:"https://help.aliyun.com/document_detail/158267.html",required:!1,optional:!0,type:"text",default:"general"}]},azure:{name:"azure",homepage:"https://learn.microsoft.com/en-us/azure/cognitive-services/translator/text-translation-overview",docUrl:"https://immersivetranslate.com/docs/services/azure/",allProps:[{name:"region",required:!1,default:"eastasia",type:"text"},{name:"APIKEY",required:!0,type:"password"},{name:"apiUrl",labelKey:"field.apiUrl",required:!1,type:"text",default:"https://api.cognitive.microsofttranslator.com/",descriptionKey:"description.azureApiUrl",optional:!0}]},papago:{name:"Papago",homepage:"https://translate.google.com/",canary:!0},baidu:{name:"Baidu",homepage:"https://fanyi.baidu.com/",docUrl:"https://immersivetranslate.com/docs/services/baidu/",allProps:[{name:"appid",required:!0,type:"text"},{name:"key",required:!0,type:"password"},{name:"limit",required:!1,labelKey:"field.limitPerSecond",descriptionKey:"description.generalLimitPerSecond",type:"number",default:1,optional:!0},{name:"maxTextLengthPerRequest",required:!1,labelKey:"field.maxTextLengthPerRequest",descriptionKey:"description.maxTextLengthPerRequest",type:"number",default:1800,optional:!0},{name:"maxTextGroupLengthPerRequest",required:!1,labelKey:"field.maxTextGroupLengthPerRequest",descriptionKey:"description.maxTextGroupLengthPerRequest",type:"number",default:8,optional:!0},{name:"action",required:!1,labelKey:"field.action",descriptionKey:"description.action",descriptionLink1:"https://fanyi-api.baidu.com/doc/21",type:"boolean",default:!1,optional:!0},{name:"domain",required:!1,labelKey:"field.domain",descriptionKey:"description.baiduField",descriptionLink1:"https://fanyi-api.baidu.com/doc/22",type:"text",default:"",optional:!0}]},volc:{name:"Volc",homepage:"https://www.volcengine.com/",docUrl:"https://immersivetranslate.com/docs/services/volcano/",allProps:[{name:"accessKeyId",required:!0,type:"text"},{name:"secretAccessKey",required:!0,type:"password"},{name:"limit",required:!1,labelKey:"field.limitPerSecond",descriptionKey:"description.generalLimitPerSecond",type:"number",default:5,optional:!0},{name:"maxTextLengthPerRequest",required:!1,labelKey:"field.maxTextLengthPerRequest",descriptionKey:"description.maxTextLengthPerRequest",type:"number",default:1800,optional:!0},{name:"maxTextGroupLengthPerRequest",required:!1,labelKey:"field.maxTextGroupLengthPerRequest",descriptionKey:"description.maxTextGroupLengthPerRequest",type:"number",default:8,optional:!0}]},caiyun:{name:"Caiyun",homepage:"https://fanyi.caiyunapp.com/",docUrl:"https://immersivetranslate.com/docs/services/caiyun/",allProps:[{name:"token",required:!0,type:"password"}]},cai:{name:"Cai",homepage:"https://fanyi.caiyunapp.com/",alpha:!0},custom:{name:"Custom",beta:!0,homepage:"https://immersivetranslate.com/docs/services/custom/",titleKey:"description.custom",allProps:[{name:"url",label:"API URL",required:!0,type:"text"},{name:"langs",required:!1,labelKey:"field.langs",type:"textarea",default:"zh-CN,en",optional:!0},{name:"placeholderDelimiters",required:!1,labelKey:"field.placeholderDelimiters",type:"text",default:Ui,optional:!0},{name:"limit",required:!1,labelKey:"field.limitPerSecond",descriptionKey:"description.generalLimitPerSecond",type:"number",default:5,optional:!0},{name:"maxTextLengthPerRequest",required:!1,labelKey:"field.maxTextLengthPerRequest",descriptionKey:"description.maxTextLengthPerRequest",type:"number",default:1200,optional:!0},{name:"maxTextGroupLengthPerRequest",required:!1,labelKey:"field.maxTextGroupLengthPerRequest",descriptionKey:"description.maxTextGroupLengthPerRequest",type:"number",default:1,optional:!0}]},mock:{name:"Mock",homepage:"https://www.google.com"},mock2:{name:"Mock2",homepage:"https://www.google.com"},tenAlpha:{name:"TenAlpha",homepage:"https://fanyi.qq.com/",alpha:!0},you:{name:"You",alpha:!0,homepage:"https://youdao.com/"},openl:{name:"Openl",homepage:"https://openl.club/",docUrl:"https://immersivetranslate.com/docs/services/openL/",allProps:[...Hf,{type:"password",name:"apikey",required:!0}],props:Hf},volcAlpha:{name:"Volc Alpha",alpha:!0,homepage:"https://www.volcengine.com/"},d:{name:"D () ",canary:!0,homepage:"https://www.deepl.com/translator"},dpro:{name:"DPro (Canary) ",canary:!0,homepage:"https://www.deepl.com/translator"},deeplx:{name:"DeepLX (Beta)",beta:!0,homepage:"https://www.deepl.com/translator",allProps:[{name:"url",label:"API URL",required:!0,type:"text"},{name:"limit",required:!1,labelKey:"field.limitPerSecond",descriptionKey:"description.generalLimitPerSecond",type:"number",default:5,optional:!0},{name:"maxTextLengthPerRequest",required:!1,labelKey:"field.maxTextLengthPerRequest",descriptionKey:"description.maxTextLengthPerRequest",type:"number",default:1200,optional:!0},{name:"maxTextGroupLengthPerRequest",required:!1,labelKey:"field.maxTextGroupLengthPerRequest",descriptionKey:"description.maxTextGroupLengthPerRequest",type:"number",default:1,optional:!0}]},niu:{name:"niutrans",homepage:"https://niutrans.com/",docUrl:"https://immersivetranslate.com/docs/services/niu",allProps:[{name:"APIKEY",required:!0,type:"password"}]}},wu={type:ge+"ChildFrameToRootFrameIdentifier"},Jc=["youtube","netflix","webvtt","khanacademy","bilibili","udemy","hulu","text_track","text_track_dynamic","general","live","ebutt","disneyplus","fmp4.xml","multi_attach_vtt","twitter","subsrt","xml","av"],Hi=["Ctrl","Shift","Alt","Auto","Off","OtherCustom","Other"],ph=["ctrl","alt","shift","cmd","command","option","control"];var zI=Yt()?"https://dash.immersivetranslate.com/#general":"http://localhost:8000/dist/userscript/options/#general",Xc="user_from_plugin",qt="user_info",zi=Yt()||In()?"https://api2.immersivetranslate.com":"https://test-api2.immersivetranslate.com",gh=Yt()||In()?"https://immersivetranslate.com/accounts/login?from=plugin":"https://test.immersivetranslate.com/accounts/login?from=plugin",fh=gh+"&utm_source=extension&utm_medium=extension&utm_campaign=error_modal",hh=gh+"&utm_source=extension&utm_medium=extension&utm_campaign=popup_more",Du=Yt()||In()?"https://immersivetranslate.com/profile":"https://test.immersivetranslate.com/profile",go=Yt()||In()?"https://immersivetranslate.com/pricing":"https://test.immersivetranslate.com/pricing",kC=Yt()||In()?"https://immersivetranslate.com/download/":"https://test.immersivetranslate.com/download/",_C=Yt()||In()?"https://immersivetranslate.com/topup?type=open_ai&":"https://test.immersivetranslate.com/topup?type=open_ai&",LC=Yt()||In()?"https://immersivetranslate.com/topup?type=deepl&":"https://test.immersivetranslate.com/topup?type=deepl&",qI=go+"?utm_source=extension&utm_medium=extension&utm_campaign=popup_more",WI=kC+"?utm_source=extension&utm_medium=extension&utm_campaign=options_nav",bh=go+"?utm_source=extension&utm_medium=extension&utm_campaign=popup_footer",Au=go+"?utm_source=extension&utm_medium=extension&utm_campaign=error_modal",yh=_C+"utm_source=extension&utm_medium=extension&utm_campaign=error_modal",Eh=LC+"utm_source=extension&utm_medium=extension&utm_campaign=error_modal",xh=Du+"?utm_source=extension&utm_medium=extension&utm_campaign=error_modal&upgradeFromTrial=true",Th="https://immersivetranslate.com/docs/usage/";var vh=Ce().TRANSLATE_FILE_URL,$I=vh+"?utm_source=extension&utm_medium=extension&utm_campaign=options_nav",Ch=vh+"?utm_source=extension&utm_medium=extension&utm_campaign=float_ball";var fo=console,Qc=class{#e=performance.now();reset(){this.#e=performance.now()}stop(t){let n=performance.now(),r=Math.round(n-this.#e),a=Bn.green;r>1e4?a=Bn.red:r>1e3&&(a=Bn.yellow),fo.debug(Bn.dim(ka+" TIMING:"),t,"in",a(r+"ms")),this.#e=n}},qi=class{#e=1;get level(){return this.#e}setLevel(t){switch(t){case"debug":this.#e=0;break;case"info":this.#e=1;break;case"warn":this.#e=2;break;case"error":this.#e=3;break;case"fatal":this.#e=4;break}}debug(...t){this.#e<=0&&fo.log(Bn.dim(ka+" DEBUG:"),...t)}v(...t){this.#e<=0}info(...t){this.#e<=1&&fo.log(Bn.green(ka+" INFO:"),...t)}l(...t){this.#e<=1}warn(...t){this.#e<=2&&fo.warn(Bn.yellow(ka+" WARN:"),...t)}error(...t){this.#e<=3&&fo.error(Bn.red(ka+" ERROR:"),...t)}fatal(...t){this.#e<=4&&fo.error(Bn.red(ka+" FATAL:"),...t)}timing(){return this.level===0?new Qc:{reset:()=>{},stop:()=>{}}}},M=new qi;var Sh=[["afr","af"],["amh","am"],["arb","ar"],["azj","az"],["bel","be"],["bul","bg"],["ben","bn"],["bos","bs"],["cat","ca"],["ceb","ceb"],["ces","cs"],["dan","da"],["deu","de"],["ell","el"],["eng","en"],["epo","eo"],["spa","es"],["est","et"],["fas","fa"],["fin","fi"],["fra","fr"],["gax","ga"],["glg","gl"],["guj","gu"],["hau","ha"],["heb","he"],["hin","hi"],["hrv","hr"],["hun","hu"],["hye","hy"],["ind","id"],["ibo","ig"],["ita","it"],["jpn","ja"],["jav","jw"],["kat","ka"],["kaz","kk"],["khm","km"],["kan","kn"],["kor","ko"],["ckb","ku"],["lao","lo"],["lit","lt"],["lav","lv"],["min","mi"],["mkd","mk"],["mal","ml"],["mar","mr"],["mya","my"],["nep","ne"],["nld","nl"],["nob","no"],["nya","ny"],["pan","pa"],["pol","pl"],["pbu","ps"],["por","pt"],["ron","ro"],["rus","ru"],["sin","si"],["slk","sk"],["slv","sl"],["sna","sn"],["som","so"],["als","sq"],["srp","sr"],["sun","su"],["swe","sv"],["swh","sw"],["tam","ta"],["tel","te"],["tgk","tg"],["tha","th"],["toi","to"],["tur","tr"],["ukr","uk"],["urd","ur"],["uzn","uz"],["vie","vi"],["xho","xh"],["ydd","yi"],["yor","yo"],["cmn","zh-CN"],["zul","zu"]],Zc=new Map(Sh),PC=new Map(Sh.map(([e,t])=>[t,e]));function Wi(e,t,n=["en"]){if(!e)return"auto";try{let r=n.map(s=>PC.get(s));!t&&t!==0&&(t=25);let a=Hs(e);if(a!=="auto")return a;let o={minLength:t,whitelist:[...Zc.keys()]},i=Pg(e,o);if(i&&i.length>0){if(i.length>1&&i[0][1]-i[1][1]<=.3)for(let c=0;c.5&&c/i.length<=.25){if(m=="eng"&&g<.95)break;return Zc.get(m)}}let[s,u]=i[0],l=Zc.get(s);if(l&&u>.9)return l}}catch(r){M.error(r)}return"auto"}if(typeof GM>"u"&&typeof GM_info<"u"&&typeof GM_getValue<"u"){let e=null;typeof GM_xmlhttpRequest<"u"?e=GM_xmlhttpRequest:typeof GM_xmlHttpRequest<"u"&&(e=GM_xmlHttpRequest);let t=null;typeof GM_registerMenuCommand<"u"&&(t=GM_registerMenuCommand),globalThis.GM={info:GM_info,getValue:GM_getValue,setValue:GM_setValue,deleteValue:GM_deleteValue,listValues:GM_listValues,xmlHttpRequest:e,registerMenuCommand:t,addStyle:typeof GM_addStyle<"u"?GM_addStyle:null,openInTab:typeof GM_openInTab<"u"?GM_openInTab:null,addElement:typeof GM_addElement<"u"?GM_addElement:null}}typeof GM<"u"&&GM&&GM.info===void 0&&typeof GM_info<"u"&&(GM.info=GM_info);var wh={get:async e=>{if(e===null){let r=await GM.listValues();Array.isArray(r)||r&&zC(r)&&(r=Object.keys(r));let a={};for(let o of r)a[o]=await GM.getValue(o);return a}let t=[];typeof e=="string"?t=[e]:Array.isArray(e)?t=e:t=Object.keys(e);let n={};for(let r of t)n[r]=await GM.getValue(r);return n},set:async e=>{for(let t in e)await GM.setValue(t,e[t])},remove:async e=>{if(typeof e=="string")await GM.deleteValue(e);else if(Array.isArray(e))for(let t of e)await GM.deleteValue(t)}};function FC(){if(typeof GM<"u"&&GM&&GM.info&&GM.info.script){let e=GM.info.script||{};return e._isUserscript=!0,e}else return{_isUserscript:!0,version:x.VERSION}}function zr(e,t=!0){GM&&GM.openInTab?GM.openInTab(e,!1):globalThis.open(e,t?"_blank":"_self")}function MC(e=!0,t=""){let n=Ce();GM&&GM.info&&GM.info.scriptHandler&&GM.info.scriptHandler==="Stay"?e=!1:e=!0;let r=n.OPTIONS_URL;if(r)zr(r+t,e);else throw new Error("options url not found")}function BC(e=!1){let n=Ce().OPTIONS_URL;if(n)zr(n+"#about",e);else throw new Error("options url not found")}function RC(e=!1){let n=Ce().PDF_VIEWER_URL;if(n)zr(n,e);else throw new Error("pdf url not found")}function IC(e=!1){let n=Ce().HTML_VIEWER_URL;if(n)zr(n,e);else throw new Error("html url not found")}function OC(e=!1){let n=Ce().EBOOK_VIEWER_URL;if(n)zr(n,e);else throw new Error("ebook url not found")}function NC(e=!1){let n=Ce().EBOOK_BUILDER_URL;if(n)zr(n,e);else throw new Error("ebook url not found")}function jC(e=!1){let n=Ce().SUBTITLE_BUILDER_URL;if(n)zr(n,e);else throw new Error("subtitle url not found")}function UC(){return globalThis.navigator.languages||[globalThis.navigator.language||globalThis.navigator.userLanguage]}var HC={storage:{local:wh,sync:wh},runtime:{getManifest:FC,lastError:null,openOptionsPage:MC},extra:{detectLanguage:Wi,openAboutPage:BC,openHtmlViewerPage:IC,openEbookViewerPage:OC,openEbookBuilderPage:NC,openSubtitleBuilderPage:jC,openPdfViewerPage:RC,openInTab:zr},i18n:{getAcceptLanguages:UC,detectLanguage:Wi}};function zC(e){return e!==null&&typeof e=="object"}globalThis.immersiveTranslateBrowserAPI=HC;d();(function(){"use strict";var e=window.Bluebird||window.Promise;if(self.GM_fetch)return;let t;if(typeof GM<"u"&&GM.xmlHttpRequest)t=GM.xmlHttpRequest;else if(typeof GM<"u"&&GM_xmlhttpRequest)t=GM_xmlhttpRequest;else if(typeof GM_xmlhttpRequest<"u")t=GM_xmlhttpRequest;else if(typeof GM<"u"&&GM.xmlHttpRequest)t=GM.xmlHttpRequest;else return;function n(p){if(typeof p!="string"&&(p=p.toString()),/[^a-z0-9\-#$%&'*+.\^_`|~]/i.test(p))throw new TypeError("Invalid character in header field name");return p.toLowerCase()}function r(p){return typeof p!="string"&&(p=p.toString()),p}function a(p){if(p.bodyUsed)return e.reject(new TypeError("Already read"));p.bodyUsed=!0}function o(p){return new e(function(f,y){p.onload=function(){f(p.result)},p.onerror=function(){y(p.error)}})}function i(p){var f=new FileReader;return f.readAsArrayBuffer(p),o(f)}function s(p){var f=new FileReader;return f.readAsText(p),o(f)}var u={blob:"FileReader"in self&&"Blob"in self&&function(){try{return new Blob,!0}catch{return!1}}(),formData:"FormData"in self},l=["DELETE","GET","HEAD","OPTIONS","POST","PUT"];function c(p){var f=p.toUpperCase();return l.indexOf(f)>-1?f:p}function m(p){var f=new FormData;return p.trim().split("&").forEach(function(y){if(y){var b=y.split("="),h=b.shift().replace(/\+/g," "),C=b.join("=").replace(/\+/g," ");f.append(decodeURIComponent(h),decodeURIComponent(C))}}),f}function g(p){var f=new Headers;if(typeof p=="string"){var y=p.trim().split(` +`);y.forEach(function(h){var C=h.trim().split(":"),w=C.shift().trim(),P=C.join(":").trim();f.append(w,P)})}else if(typeof p=="object")for(var b in p)Array.isArray(p[b])&&p[b].forEach(function(h){f.append(b,h)});return f}self.Headers=Headers,self.Request=Request,self.Response=Response,self.GM_fetch=function(p,f){var y,b;return f||(typeof p=="string"?f={}:p=f.url),Request&&Request.prototype&&Request.prototype.isPrototypeOf&&Request.prototype.isPrototypeOf(f)?y=f:(f.body&&(b=f.body),y=new Request(p,f)),new e(function(h,C){var w={};f&&f.extra&&(w=f.extra);var P;function R(v,T){if(v)return v;if(T.get("X-Request-URL"))return T.get("X-Request-URL")}w.method=y.method||"GET",w.timeout=6e4,y.timeout&&(w.timeout=y.timeout),w.url=y.url,w.synchronous=!1,w.onload=function(v){var T=v.status;if(T<100||T>599){C(new TypeError("Network request failed"));return}var F=v.responseHeaders;P=g(F);var k=R(v.finalUrl||v.responseURL,P);P.set("X-Final-URL",k);var E={status:T,statusText:v.statusText,headers:P,url:k},O=v.responseText;let _=new Response(O,E);h(_)},w.onerror=function(v){C(new TypeError("Network request failed"))},w.ontimeout=function(v){C(new TypeError("Network request timeout"))},w.onabort=function(v){C(new TypeError("Network request abort"))},w.headers={},y.headers.forEach(function(v,T){w.headers[T]=v}),b&&(w.data=b),t(w)})},self.GM_fetch.polyfill=!0})();d();d();d();var ed=/iPhone/i,Dh=/iPod/i,Ah=/iPad/i,kh=/\biOS-universal(?:.+)Mac\b/i,td=/\bAndroid(?:.+)Mobile\b/i,_h=/Android/i,ho=/(?:SD4930UR|\bSilk(?:.+)Mobile\b)/i,ku=/Silk/i,Sr=/Windows Phone/i,Lh=/\bWindows(?:.+)ARM\b/i,Ph=/BlackBerry/i,Fh=/BB10/i,Mh=/Opera Mini/i,Bh=/\b(CriOS|Chrome)(?:.+)Mobile/i,Rh=/Mobile(?:.+)Firefox\b/i,Ih=e=>typeof e<"u"&&e.platform==="MacIntel"&&typeof e.maxTouchPoints=="number"&&e.maxTouchPoints>1&&typeof globalThis.MSStream>"u";function qC(e){return t=>t.test(e)}function st(e){let t={userAgent:"",platform:"",maxTouchPoints:0};!e&&typeof navigator<"u"?t={userAgent:navigator.userAgent,platform:navigator.platform,maxTouchPoints:navigator.maxTouchPoints||0}:typeof e=="string"?t.userAgent=e:e&&e.userAgent&&(t={userAgent:e.userAgent,platform:e.platform,maxTouchPoints:e.maxTouchPoints||0});let n=t.userAgent,r=n.split("[FBAN");typeof r[1]<"u"&&(n=r[0]),r=n.split("Twitter"),typeof r[1]<"u"&&(n=r[0]);let a=qC(n),o={apple:{phone:a(ed)&&!a(Sr),ipod:a(Dh),tablet:!a(ed)&&(a(Ah)||Ih(t))&&!a(Sr),universal:a(kh),device:(a(ed)||a(Dh)||a(Ah)||a(kh)||Ih(t))&&!a(Sr)},amazon:{phone:a(ho),tablet:!a(ho)&&a(ku),device:a(ho)||a(ku)},android:{phone:!a(Sr)&&a(ho)||!a(Sr)&&a(td),tablet:!a(Sr)&&!a(ho)&&!a(td)&&(a(ku)||a(_h)),device:!a(Sr)&&(a(ho)||a(ku)||a(td)||a(_h))||a(/\bokhttp\b/i)},windows:{phone:a(Sr),tablet:a(Lh),device:a(Sr)||a(Lh)},other:{blackberry:a(Ph),blackberry10:a(Fh),opera:a(Mh),firefox:a(Rh),chrome:a(Bh),device:a(Ph)||a(Fh)||a(Mh)||a(Rh)||a(Bh)},any:!1,phone:!1,tablet:!1};return o.any=o.apple.device||o.android.device||o.windows.device||o.other.device,o.phone=o.apple.phone||o.android.phone||o.windows.phone,o.tablet=o.apple.tablet||o.android.tablet||o.windows.tablet,o}var nd="DENO",rd="CHROME",_u="FIREFOX";function WC(e){let t=rd;try{let n=navigator?.userAgent||"";/firefox/i.test(n)||typeof InstallTrigger<"u"?t=_u:/deno/i.test(n)&&(t=nd)}catch{}return e===rd&&t===rd||e===_u&&t===_u||e===nd&&t===nd}function Oh(){return typeof Deno<"u"}function bo(){return WC(_u)}function Lu(){return!!navigator.maxTouchPoints||"ontouchstart"in document.documentElement}function $i(e){return!!(e?.confirmSupportMouse||globalThis.matchMedia("(pointer:fine)").matches)}d();var Nh={addListener:()=>{},removeListener:()=>{},hasListener:()=>{}},jh={permissions:{contains:()=>{},request:()=>{}},runtime:{onMessage:Nh,openOptionsPage:()=>{},lastError:{message:""}},storage:{sync:{get:()=>{},set:()=>{}}},tabs:{onUpdated:Nh,query:()=>{},sendMessage:()=>{}}};var oe;Oh()?oe=jh:oe=globalThis.immersiveTranslateBrowserAPI;d();d();function he(e){if(typeof e!="string")return"auto";let t=e.toLowerCase();if(t==="und")return"auto";if(t==="zh"||t.startsWith("zh-hans"))return"zh-CN";if(t.startsWith("zh-hant")||t.startsWith("zh-hk")||t.startsWith("zh-tw"))return"zh-TW";if(t.startsWith("zh-"))return"zh-CN";if(t==="iw")return"he";if(t==="jv")return"jw";let n=An.map(a=>a.toLowerCase()),r=n.indexOf(t);if(r===-1)if(t.indexOf("-")>=0){t=t.split("-")[0];let a=n.indexOf(t);return a===-1?"auto":An[a]}else return"auto";else return An[r]}function ht(){return he(document?.documentElement?.lang||"en")}d();function Jt(e){return!!(e&&e.subscription&&e.subscription.subscriptionStatus==="active")}function Uh(e){if(e){let t=new Date(e.createTime),n=$C(t),r="free",a="unknown";return e.subscription&&e.subscription.subscriptionStatus==="active"&&(r=e.subscription.subscriptionType),e.subscription&&e.subscription.subscriptionId&&(e.subscription.subscriptionId.startsWith("sub_")?a="stripe":a="admin"),{user_type:r,user_register_day:n,subscription_from:a}}else return null}function $C(e){try{let n=e.toLocaleString("en-US",{timeZone:"Asia/Shanghai"}).split(" ")[0];n.endsWith(",")&&(n=n.slice(0,-1));let[r,a,o]=n.split("/");return n=`${o}-${r}-${a}`,n}catch{return"unknown"}}d();var Hh=ge+"SyncStoreKey_";function Dt(e,t){let n=Hh+e;return oe.storage.sync.get(n).then(r=>r[n]===void 0?t:r[n])}function Ze(e,t){let n=Hh+e;return oe.storage.sync.set({[n]:t})}d();var zh=ge+"StoreKey_";function wr(e,t){let n=zh+e;return oe.storage.local.get(n).then(r=>r[n]===void 0?t:r[n])}function qh(e,t){let n=zh+e;return oe.storage.local.set({[n]:t})}d();var Pa=ge+"CacheKey_";function ad(e,t){let n=Pa+e;return oe.storage.local.get(n).then(r=>r[n]===void 0?t:r[n])}function GC(){let e=oe.storage.local.refresh;e&&e()}function od(e,t){let n=Pa+e;return oe.storage.local.get(n).then(r=>{if(r[n]===void 0)return t;let{value:a,expired:o}=r[n];return o&&or.startsWith(Pa)).filter(r=>r!==Pa+qt);if(n.length>0)return oe.storage.local.remove(n)}}var Wt={get:ad,set:sd,getExpired:od,setExpired:id,remove:ud,clear:Wh,refresh:GC};d();d();d();d();function $h(e,t){return[e,!e||e.endsWith("/")?"":"/",t,".json"].join("")}function ld(e,t){let n=e;return t&&Object.keys(t).forEach(r=>{let a=t[r];if(a===void 0)return;let o=VC(r);if(typeof a=="object"||o){let i=a;o&&typeof i=="string"&&(i={tag:"a",href:i,target:"_blank",class:"immersive-translate-link"});let s=`<${r}>`,u=n.indexOf(s);if(u!==-1){let l=i.tag||"a",c=n.indexOf(``);if(c!==-1){let m=n.substring(u+s.length,c),g=Object.keys(i).filter(p=>p!=="tag").map(p=>`${p}="${i[p]}"`).join(" ");n=n.replace(`${s}${m}`,`<${l} ${g}>${m}`)}}}else if(a){let i=new RegExp("{"+r+"}","gm");n=n.replace(i,a.toString())}}),n}function Gi(e,t,n){let r=e[t];if(!r)return n;if(!n)return"";let a=n.split("."),o="";do{o+=a.shift();let i=r[o];i!==void 0&&(typeof i=="object"||!a.length)?(r=i,o=""):a.length?o+=".":r=n}while(a.length);return r}function sr(e,t,n,r,a){if(!e.hasOwnProperty(n))return t;let o=Gi(e,n,t);return o===t&&n!==r&&(o=Gi(e,r,t)),ld(o,a)}function VC(e){if(typeof e=="number")return!0;if(e){let t=parseInt(e);return!isNaN(t)}else return!1}function At(e,t,n){return sr(It,t,e.config.interfaceLanguage,"en",n)}d();function Gh(e,t){let n=new Date(e),r=n.getFullYear().toString(),a=(n.getMonth()+1).toString().padStart(2,"0"),o=n.getDate().toString().padStart(2,"0"),i=n.getHours().toString().padStart(2,"0"),s=n.getMinutes().toString().padStart(2,"0"),u=n.getSeconds().toString().padStart(2,"0");return t.replace("YYYY",r).replace("MM",a).replace("DD",o).replace("HH",i).replace("mm",s).replace("ss",u)}function Vh(e){return new Date(e).getTime()}var K=class extends Error{status;constructor(t,n){if(t&&n){super(n),this.name=t;return}super(t)}initNetWork(t){return t&&(this.status=t),this}initStack(t){return t&&(this.stack=t),this}initData(t){return this.data=t,this}data;uiConfig(t){if(!this.message)return{};let n=null;if(n=this.handleProQuota(t)||this.handleUnavailableError(t)||this.handleProUser(t)||this.handleServiceMissingConfig(t)||this.handleNetwork(t)||this.handleFetchError(t),!n){let r=At.bind(null,t),a=this.getErrorMsg();n={type:"error",title:r("networkError"),errMsg:r("error.serveUnavailable",{serverName:r("translationServices."+t.translationService),1:"https://dash.immersivetranslate.com/#general",2:"https://immersivetranslate.com/pricing/?utm_source=extension&utm_medium=webpage&utm_campaign=service_error",3:"https://immersivetranslate.com/pricing/?utm_source=extension&utm_medium=webpage&utm_campaign=service_error"})+"

"+r("errorReason",{message:a}),action:"changeService"}}return n}getErrorMsg(){return this.status?this.status<0?this.message:`${this.status}: ${this.message}`:this.message}handleUnavailableError(t){let n=At.bind(null,t),r=this.message.startsWith("bingAuth"),a=this.data?.translationService==="transmart"&&this.message.startsWith("Server is busy now");if(r||a)return this.message=this.message.replace("bingAuth:",""),{type:"network",title:n("networkError"),errMsg:n("error.serveUnavailable",{serverName:n("translationServices."+t.translationService),1:"https://dash.immersivetranslate.com/#general",2:"https://immersivetranslate.com/pricing/?utm_source=extension&utm_medium=webpage&utm_campaign=service_error",3:"https://immersivetranslate.com/pricing/?utm_source=extension&utm_medium=webpage&utm_campaign=service_error"})+"

"+n("errorReason",{message:this.message}),action:"changeService"}}handleServiceMissingConfig(t){let n=At.bind(null,t);if(this.message.endsWith(" are required")||this.message.includes("You didn't provide an API key"))return{type:"configError",title:n("error.serveConfigError"),errMsg:this.getErrorMsg()+"

"+n("error.reloadPageOfSetting"),action:"setting"}}handleNetwork(t){let n=At.bind(null,t),r="retry",a="network",o=n("networkError");if(!this.status||this.status<0)return;let i=this.getErrorMsg();return this.status===429?this.data?.translationService=="google"?i=`${n("error.googleLimitIp")}

${i}`:this.data?.translationService=="openai"&&(this.message.indexOf("Limit: 3 / min")>=0||this.message.includes("rate_limit_exceeded")&&this.message.includes("Limit 3"))?i=`${n("error.openAIFreeLimit")}

${i}`:this.data?.translationService=="openai"&&this.message.includes("You exceeded your current quota")?i=`${n("error.openAIExceededQuota")}

- ${i}`:this.data?.translationService=="gemini"&&this.message.includes("RESOURCE_EXHAUSTED")?i=`${n("error.gemini.429")}

${i}`:i=`${n("error.429")}

${i}`:this.status===403?this.data?.translationService=="claude"?i=`${n("error.claude.403")}

${i}`:i=`${n("error.403")}

${i}`:this.status===400?i=`${n("error.400")}

${i}`:this.status===502?i=`${n("error.502")}

${i}`:this.status===404&&i.includes("User subscription not found")&&(i=`${n("error.subscriptionExpired")}

${i}`,r="setting",a="configError",o=n("error.subscriptionExpiredTitle")),{type:a,title:o,errMsg:i,action:r}}handleFetchError(t){let n=At.bind(null,t);if(this.status!==-999)return;let r=this.getErrorMsg();return{type:"network",title:"",errMsg:n("error.serveUnavailable",{serverName:n("translationServices."+t.translationService),1:"https://dash.immersivetranslate.com/#general",2:"https://immersivetranslate.com/pricing/?utm_source=extension&utm_medium=webpage&utm_campaign=service_error",3:"https://immersivetranslate.com/pricing/?utm_source=extension&utm_medium=webpage&utm_campaign=service_error"})+"

"+n("errorReason",{message:r}),action:"changeService"}}handleProUser(t){let n=At.bind(null,t);if(!(this.data?.translationService!=="openai"&&this.data?.translationService!=="deepl")){if(this.message.indexOf("token invalid")>=0||this.message.indexOf("Login required")>=0)return{type:"notLogin",title:n("notLoginPro"),errMsg:n("error.proTokenInvalid"),action:"login"};if(this.message.indexOf("activate Pro")>=0)return t.user?{type:"upgrade",title:n("upgradeToProErrorTitle"),errMsg:n("error.proUpgrade"),action:"upgrade"}:{type:"notLogin",title:n("notLoginPro"),errMsg:n("error.proTokenInvalid"),action:"login"}}}handleProQuota(t){if(!this.message.startsWith("ProQuota:")||!t.user?.subscription)return;let n=At.bind(null,t);this.message=this.message.replace("ProQuota:","");let r=this.message;try{r=JSON.parse(this.message).error}catch{}let a=t.user.subscription,{subscriptionType:o,isTrial:i,openAITokenUsedCountResetTime:s,subscriptionTo:u}=a;return{type:"ProQuotaExceeded",title:"",errMsg:c.call(this),action:"retry"};function c(){let m=this.data?.translationService=="deepl"?"OpenAI":"Deepl",g=this.data?.translationService=="deepl"?"Deepl":"OpenAI",p=n("errorReason",{message:r});if(o=="onetime_7day")p+=n("proQuotaExceededError.onetime7day",{anotherService:m,brandId:J,href:Au});else{let f="";g=="OpenAI"?f=yh:f=Eh,i?p+=n("proQuotaExceededError.trial",{anotherService:m,brandId:J,href:xh}):p+=n("proQuotaExceededError.nonTrial",{anotherService:m,brandId:J,href:f,translationService:g}),!i&&(a.cancelAtPeriodEnd==="false"||Vh(u)>s)&&(p+=n("proQuotaExceededError.resetTime",{resetTime:Gh(s,"YYYY-MM-DD HH:mm:ss")}))}return p}}};async function Pa(e){let t;if(e&&e.retry&&e.retry>0)try{t=await U0(Kh.bind(null,e),{multiplier:2,maxAttempts:e.retry})}catch(n){throw n&&n.name==="RetryError"&&n.cause?n.cause:n}else t=await Kh(e);return t}async function Kh(e){e.body;let{url:t,responseType:n,...r}=e;n||(n="json"),r={mode:"cors",...r};let a=!0;e.fetchPolyfill&&(a=!1);let o=e.fetchPolyfill||fetch,i=3e4;if(e.timeout&&(i=e.timeout),a){let u=new AbortController,l=u.signal;setTimeout(()=>{u.abort()},i),r.signal=l}let s;try{s=await o(t,r)}catch(u){P.debug("fetch error",t,u);let l=u.message||"Unknown Error";throw new K("fetchError",l).initNetWork(-999).initStack(u.stack)}if(s.ok&&s.status>=200&&s.status<400){if(n==="json")return await s.json();if(n==="text")return await s.text();if(n==="raw"){let u=await s.text(),l=Object.fromEntries([...s.headers.entries()]),c=s.url;return c||(s.headers.get("X-Final-URL")?c=s.headers.get("X-Final-URL"):c=t),{body:u,headers:l,status:s.status,statusText:s.statusText,url:c}}else if(n==="stream"){let u="",l;if(s.body&&s.body instanceof ReadableStream)for await(let c of KC(s.body)){let m=new TextDecoder().decode(c);u+=m;let g;for(;(g=u.indexOf(` -`))>=0;){let p=u.slice(0,g).trim();if(u=u.slice(g+1),p.startsWith("event:")||p==="")continue;let f="";if(p.startsWith("data:")&&(f=p.slice(5).trim()),f==="[DONE]")break;let y;try{y=JSON.parse(f??"")}catch(b){P.debug("json error",b);continue}l=y}}return l}}else{let u;try{u=await s.text()}catch(p){P.error("parse response failed",p)}u&&P.error("fail response",u);let l="";u&&(l=u.slice(0,500));let c=l,g=new URL(t).hostname.endsWith(".immersivetranslate.com");throw t.endsWith("edge.microsoft.com/translate/auth")&&(c="bingAuth:"+l),g&&l.includes("quota exceeded")&&(c="ProQuota:"+l),new K("fetchError",c).initNetWork(s.status)}}async function*KC(e){let t=e.getReader();try{for(;;){let{done:n,value:r}=await t.read();if(n)return;yield r}}finally{t.releaseLock()}}d();var YC=new Map;function Fu(e){let t=JC(64),n=new CustomEvent(hu,{detail:JSON.stringify({...e,type:"ask",id:t})});return document.dispatchEvent(n),new Promise((r,a)=>{YC.set(t,(o,i)=>{o?a(o):r(i)})})}function JC(e){let t="",n="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789",r=n.length,a=0;for(;a","file:///*","*://*/*"],js:["content_script.js"],run_at:"document_end",all_frames:!0},{matches:["","file:///*","*://*/*"],js:["content_start.js"],run_at:"document_start",all_frames:!0}],commands:{toggleTranslatePage:{suggested_key:{default:"Alt+A"},description:"__MSG_toggleTranslatePage__"},toggleTranslateTheWholePage:{suggested_key:{default:"Alt+W"},description:"__MSG_toggleTranslateTheWholePage__"},toggleOnlyTransation:{description:"__MSG_toggleOnlyTransation__"},toggleTranslateToThePageEndImmediately:{description:"__MSG_toggleTranslateToThePageEndImmediately__"},toggleTranslateTheMainPage:{description:"__MSG_toggleTranslateTheMainPage__"},toggleTranslationMask:{description:"__MSG_toggleTranslationMask__"},shareToDraft:{description:"__MSG_shareToDraft__"},toggleMouseHoverTranslateDirectly:{description:"__MSG_toggleMouseHoverTranslateDirectly__"},translateWithOpenAI:{description:"__MSG_translateWithOpenAI__"},translateWithDeepL:{description:"__MSG_translateWithDeepL__"},translateWithGoogle:{description:"__MSG_translateWithGoogle__"},translateWithTransmart:{description:"__MSG_translateWithTransmart__"},translateWithGemini:{description:"__MSG_translateWithGemini__"},translateWithBing:{description:"__MSG_translateWithBing__"},translateInputBox:{description:"__MSG_translateInputBox__"},toggleVideoSubtitlePreTranslation:{description:"__MSG_toggleVideoSubtitlePreTranslation__"}},options_page:"options.html",options_ui:{page:"options.html",open_in_tab:!0,browser_style:!1},permissions:["storage","activeTab","contextMenus","webRequest","webRequestBlocking","declarativeNetRequestWithHostAccess","declarativeNetRequestFeedback","declarativeNetRequest"],host_permissions:[""],declarative_net_request:{rule_resources:[{id:"ruleset_1",enabled:!0,path:"rules/request_modifier_rule.json"}]},action:{default_popup:"popup.html",default_icon:{"32":"icons/32.png","48":"icons/48.png","64":"icons/64.png","128":"icons/128.png","256":"icons/256.png"}},browser_action:{default_icon:"icons/32.png",default_popup:"popup.html",theme_icons:[{dark:"icons/32.png",light:"icons/dark-32.png",size:32},{dark:"icons/48.png",light:"icons/dark-48.png",size:48},{dark:"icons/64.png",light:"icons/dark-64.png",size:64},{dark:"icons/128.png",light:"icons/dark-128.png",size:128},{dark:"icons/256.png",light:"icons/dark-256.png",size:256}]},icons:{"32":"icons/32.png","48":"icons/48.png","64":"icons/64.png","128":"icons/128.png","256":"icons/256.png"},browser_specific_settings:{gecko:{id:"{5efceaa7-f3a2-4e59-a54b-85319448e305}",strict_min_version:"63.0"},gecko_android:{strict_min_version:"113.0"}},key:"MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA7JPn78UfqI3xIIOPPLPS74UTzLfJL1gQM8hlk/deKWvFP/WqUBnPJPdhQeF45sFpI1OjO70nFqdATT4/RwYAiZK7G/E6m27MDVnhHjszfzReOuoAEn9J3RnE2xEx5pFhRFcelhnwTTLrrn90aaPcaMtNsgXtZA1Ggz/SnX9I4ZygqpJYjx3Ql2t6SyNK222oRQiKMT93Rrjgyc8RFA7FKXsWglG0TvseRjbmG5Jk5gDx+2/YTcWGqCDotQnWnkPj/dBO23UAX7IpyJK3FGYdkvWFih6OVClHIIWY8mfCjjwSGbXNQNesaa9F2hrzBZ5MRTj4m7yj76mGxuPHPIE8mwIDAQAB"};var QC="";function Xt(){return QC||Pu.version}function cd(){return oe.runtime.getManifest().version}d();function Ue(){try{let e=[Ce().EBOOK_BUILDER_URL,Ce().EBOOK_VIEWER_URL,Ce().SUBTITLE_BUILDER_URL,Ce().HTML_VIEWER_URL,Ce().PDF_VIEWER_URL].filter(a=>!!a),t=["app.immersivetranslate.com"];Yt()||t.push("localhost:38001");let n=globalThis.location.pathname;return e.find(a=>{let o=new URL(a);return n.startsWith(o.pathname)&&t.includes(o.host)})?!1:globalThis.self!==globalThis.top}catch{return!0}}d();var Vi=new Map,qr=class{fromType;logger;constructor(t,n=!1){this.logger=new qi,n&&this.logger.setLevel("debug"),this.fromType=t,Vi.has(t)||(Vi.set(t,new Map),oe.runtime.onMessage.addListener((r,a,o)=>{let i=r.from,s=r.to,u,l,c;a.tab&&a.tab.id&&(u=a.tab.id,i=`${i}:${u}`,l=a.tab.url,c=a.tab.active),this.logger.debug(`${r.to} received message [${r.payload.method}] from ${r.from}`,r.payload.data?r.payload.data:" ");let m=md(s),{type:g,name:p}=m;if(g!==t)return!1;let f=md(i),b=Vi.get(g).get(p);if(!b)return this.logger.debug(`no message handler for ${g}:${s}, but it's ok`),!1;let{messageHandler:h,sync:C}=b,w={type:t,name:f.name,id:u,url:l,active:c};if(C){try{let k=h(r.payload,w);o({ok:!0,data:k})}catch(k){o({ok:!1,errorName:k.name,errorMessage:k.message,errorDetails:k.details,errorStatus:k.status})}return!1}else return h(r.payload,w).then(k=>{o({ok:!0,data:k})}).catch(k=>{o({ok:!1,errorName:k.name,errorMessage:k.message,errorDetails:k.message,errorStatus:k.status})}),!0}))}getConnection(t,n,r){let a=!1;r&&r.sync&&(a=!0);let o=this.fromType,i=Vi.get(o);if(i.has(t))return i.get(t).connectionInstance;{let s=new dd(`${o}:${t}`,this.logger);return Vi.get(o).set(t,{messageHandler:n,sync:a,connectionInstance:s}),s}}},dd=class{from;logger;constructor(t,n){this.from=t,this.logger=n}async sendMessage(t,n){let r=md(t),{type:a,id:o}=r;if(a!=="content_script"){let i={to:t,from:this.from,payload:n};this.logger.debug(`${i.from} send message [${i.payload.method}] to ${i.to}`,i.payload.data?i.payload.data:" ");try{let s=await oe.runtime.sendMessage(i);return Yh(i,s,this.logger)}catch(s){if(a==="popup"){let u=`popup ${t} is not active, so the message does not send, ignore this error, ${JSON.stringify(n)}`;return this.logger.debug(u,n,t,s),Promise.resolve({message:u})}else throw s}}else{let i={from:this.from,to:t,payload:n};this.logger.debug(`${i.from} send message [${i.payload.method}] to ${i.to}`,i.payload.data?i.payload.data:" ");let s=await oe.tabs.sendMessage(o,i);return Yh(i,s,this.logger)}}};function Yh(e,t,n){if(t){if(t.ok)return n.debug(`${e.from} received response from ${e.to}:`,t.data?t.data:" "),t.data;throw new K(t.errorName||"UnknownError",t.errorMessage||"Unknown error").initNetWork(t.errorStatus)}else throw new K("noResponse","Unknown error")}function md(e){let t=e.split(":");if(t.length<2)throw new Error("not a valid to string");let n={type:t[0],name:t[1]};if(t[0]==="content_script"){let r=parseInt(t[2]);if(!isNaN(r))n.id=r;else throw new Error("tab id not a valid number")}return n}d();var ZC="";function yo(){return ZC||globalThis.navigator.userAgent}function pd(){return yo().includes("ImtFxiOS")}function Jh(){let t=yo().match(/ImtFxiOS\/(\d+\.\d+\.\d+)/);return t?t[1]:null}function eS(){return yo().includes("ImtFxAndroid")}function Xh(){let e=yo();return/ImtFxAndroid\/(\d+\.\d+\.\d+)\/google/.test(e)}function Qh(){let t=yo().match(/ImtFxAndroid\/(\d+\.\d+\.\d+)/);return t?t[1]:null}function Ki(){let e=yo();if(pd()||eS()){let t=e.match(/Imt[\w/.]+/);if(t){let n=t[0].split("/"),r=n[0];return n[2]&&(r+="_"+n[2]),{name:r,version:n[1]}}}return null}var Mu;function gd(){return Mu||(Mu=new qr("content_script",!1).getConnection("pure_main",()=>{}),Mu)}var Zh="G-MKMD9LWFTR";async function Yi(e){try{let t=Ce(),n=t.INSTALL_FROM==="firefox_store";if(Ki()?.name?.startsWith("ImtFx")&&(n=!1),n)return;let a=Ee(),o=Ue(),i=t.PROD==="1",s="sitc4WmvShWYwfU0dANM3Q",u=await Dt("fakeUserId","");u||(u=await wr("fakeUserId",""),u&&await Ze("fakeUserId",u));let l=Xt(),c=new Date,m=await Dt("installedAt","");m||(m=await wr("installedAt",""),m&&await Ze("installedAt",m)),u?m||(m=new Date(0).toISOString(),await Ze("installedAt",m)):(u=tS(32),await Ze("fakeUserId",u)),m||(m=c.toISOString(),await Ze("installedAt",m));let g=new Date(m),p=e3(g),f=e3(c),y=p===f,b=c.getTime()-g.getTime()<7*24*60*60*1e3,h=`https://www.google-analytics.com/mp/collect?measurement_id=${Zh}&api_secret=${s}`;i||(h=`https://www.google-analytics.com/debug/mp/collect?measurement_id=${Zh}&api_secret=${s}`);let C="";typeof navigator<"u"&&(C=window.navigator.userAgent);let w=no.parse(C),k=e.map(v=>{let x=v.params||{};if(w.os&&(x.os_name=w.os.name||"unknown",x.os_version=w.os.version||"unknown",x.os_version_name=w.os.versionName||"unknown"),w.browser){x.browser_name=w.browser.name||"unknown",x.browser_version=w.browser.version||"unknown";let B=Ki();B&&(x.browser_name=B.name,x.browser_version=B.version)}return w.platform&&(x.platform_type=w.platform.type||"unknown"),w.engine&&(x.engine_name=w.engine.name||"unknown",x.engine_version=w.engine.version||"unknown"),l&&(x.version=l),t.INSTALL_FROM&&(x.install_from=t.INSTALL_FROM),p&&(x.install_day=nS(g)),x.userscript=a.toString(),y?x.is_new_user_today="1":x.is_new_user_today="0",b?x.is_new_user_this_week="1":x.is_new_user_this_week="0",o?x.main_frame=0:x.main_frame=1,{...v,params:x}}),R=await Bu({responseType:"text",url:h,method:"POST",body:JSON.stringify({client_id:u,user_id:u,events:k})})}catch{}}function tS(e){let t="",n="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789",r=n.length,a=0;for(;a",""],limit:5},custom:{placeholderDelimiters:["{","}"]},bing:{maxTextLengthPerRequest:1800,requestTimeout:1e4,retry:1,placeholderDelimiters:["","","b"]},yandex:{maxTextLengthPerRequest:1e3,requestTimeout:1e4,retry:1,placeholderDelimiters:["","","b"]},deeplx:{limit:3,placeholderDelimiters:["@","#"]},d:{immediateTranslationTextCount:0,placeholderDelimiters:["@","#"]},papago:{placeholderDelimiters:["{","}"]},dpro:{apiUrl:"https://api.deepl.com/jsonrpc"},ai:{env:{imt_source_field:"text",imt_trans_field:"text",imt_sub_source_field:"source",imt_sub_trans_field:"translation",imt_yaml_item:`- id: {{id}} + ${i}`:this.data?.translationService=="gemini"&&this.message.includes("RESOURCE_EXHAUSTED")?i=`${n("error.gemini.429")}

${i}`:i=`${n("error.429")}

${i}`:this.status===403?this.data?.translationService=="claude"?i=`${n("error.claude.403")}

${i}`:i=`${n("error.403")}

${i}`:this.status===400?i=`${n("error.400")}

${i}`:this.status===502?i=`${n("error.502")}

${i}`:this.status===404&&i.includes("User subscription not found")&&(i=`${n("error.subscriptionExpired")}

${i}`,r="setting",a="configError",o=n("error.subscriptionExpiredTitle")),{type:a,title:o,errMsg:i,action:r}}handleFetchError(t){let n=At.bind(null,t);if(this.status!==-999)return;let r=this.getErrorMsg();return{type:"network",title:"",errMsg:n("error.serveUnavailable",{serverName:n("translationServices."+t.translationService),1:"https://dash.immersivetranslate.com/#general",2:"https://immersivetranslate.com/pricing/?utm_source=extension&utm_medium=webpage&utm_campaign=service_error",3:"https://immersivetranslate.com/pricing/?utm_source=extension&utm_medium=webpage&utm_campaign=service_error"})+"

"+n("errorReason",{message:r}),action:"changeService"}}handleProUser(t){let n=At.bind(null,t);if(!(this.data?.translationService!=="openai"&&this.data?.translationService!=="deepl")){if(this.message.indexOf("token invalid")>=0||this.message.indexOf("Login required")>=0)return{type:"notLogin",title:n("notLoginPro"),errMsg:n("error.proTokenInvalid"),action:"login"};if(this.message.indexOf("activate Pro")>=0)return t.user?{type:"upgrade",title:n("upgradeToProErrorTitle"),errMsg:n("error.proUpgrade"),action:"upgrade"}:{type:"notLogin",title:n("notLoginPro"),errMsg:n("error.proTokenInvalid"),action:"login"}}}handleProQuota(t){if(!this.message.startsWith("ProQuota:")||!t.user?.subscription)return;let n=At.bind(null,t);this.message=this.message.replace("ProQuota:","");let r=this.message;try{r=JSON.parse(this.message).error}catch{}let a=t.user.subscription,{subscriptionType:o,isTrial:i,openAITokenUsedCountResetTime:s,subscriptionTo:u}=a;return{type:"ProQuotaExceeded",title:"",errMsg:c.call(this),action:"retry"};function c(){let m=this.data?.translationService=="deepl"?"OpenAI":"Deepl",g=this.data?.translationService=="deepl"?"Deepl":"OpenAI",p=n("errorReason",{message:r});if(o=="onetime_7day")p+=n("proQuotaExceededError.onetime7day",{anotherService:m,brandId:J,href:Au});else{let f="";g=="OpenAI"?f=yh:f=Eh,i?p+=n("proQuotaExceededError.trial",{anotherService:m,brandId:J,href:xh}):p+=n("proQuotaExceededError.nonTrial",{anotherService:m,brandId:J,href:f,translationService:g}),!i&&(a.cancelAtPeriodEnd==="false"||Vh(u)>s)&&(p+=n("proQuotaExceededError.resetTime",{resetTime:Gh(s,"YYYY-MM-DD HH:mm:ss")}))}return p}}};async function Fa(e){let t;if(e&&e.retry&&e.retry>0)try{t=await U0(Kh.bind(null,e),{multiplier:2,maxAttempts:e.retry})}catch(n){throw n&&n.name==="RetryError"&&n.cause?n.cause:n}else t=await Kh(e);return t}async function Kh(e){e.body;let{url:t,responseType:n,...r}=e;n||(n="json"),r={mode:"cors",...r};let a=!0;e.fetchPolyfill&&(a=!1);let o=e.fetchPolyfill||fetch,i=3e4;if(e.timeout&&(i=e.timeout),a){let u=new AbortController,l=u.signal;setTimeout(()=>{u.abort()},i),r.signal=l}let s;try{s=await o(t,r)}catch(u){M.debug("fetch error",t,u);let l=u.message||"Unknown Error";throw new K("fetchError",l).initNetWork(-999).initStack(u.stack)}if(s.ok&&s.status>=200&&s.status<400){if(n==="json")return await s.json();if(n==="text")return await s.text();if(n==="raw"){let u=await s.text(),l=Object.fromEntries([...s.headers.entries()]),c=s.url;return c||(s.headers.get("X-Final-URL")?c=s.headers.get("X-Final-URL"):c=t),{body:u,headers:l,status:s.status,statusText:s.statusText,url:c}}else if(n==="stream"){let u="",l;if(s.body&&s.body instanceof ReadableStream)for await(let c of KC(s.body)){let m=new TextDecoder().decode(c);u+=m;let g;for(;(g=u.indexOf(` +`))>=0;){let p=u.slice(0,g).trim();if(u=u.slice(g+1),p.startsWith("event:")||p==="")continue;let f="";if(p.startsWith("data:")&&(f=p.slice(5).trim()),f==="[DONE]")break;let y;try{y=JSON.parse(f??"")}catch(b){M.debug("json error",b);continue}l=y}}return l}}else{let u;try{u=await s.text()}catch(p){M.error("parse response failed",p)}u&&M.error("fail response",u);let l="";u&&(l=u.slice(0,500));let c=l,g=new URL(t).hostname.endsWith(".immersivetranslate.com");throw t.endsWith("edge.microsoft.com/translate/auth")&&(c="bingAuth:"+l),g&&l.includes("quota exceeded")&&(c="ProQuota:"+l),new K("fetchError",c).initNetWork(s.status)}}async function*KC(e){let t=e.getReader();try{for(;;){let{done:n,value:r}=await t.read();if(n)return;yield r}}finally{t.releaseLock()}}d();var YC=new Map;function Pu(e){let t=JC(64),n=new CustomEvent(hu,{detail:JSON.stringify({...e,type:"ask",id:t})});return document.dispatchEvent(n),new Promise((r,a)=>{YC.set(t,(o,i)=>{o?a(o):r(i)})})}function JC(e){let t="",n="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789",r=n.length,a=0;for(;a","file:///*","*://*/*"],js:["content_script.js"],run_at:"document_end",all_frames:!0},{matches:["","file:///*","*://*/*"],js:["content_start.js"],run_at:"document_start",all_frames:!0}],commands:{toggleTranslatePage:{suggested_key:{default:"Alt+A"},description:"__MSG_toggleTranslatePage__"},toggleTranslateTheWholePage:{suggested_key:{default:"Alt+W"},description:"__MSG_toggleTranslateTheWholePage__"},toggleOnlyTransation:{description:"__MSG_toggleOnlyTransation__"},toggleTranslateToThePageEndImmediately:{description:"__MSG_toggleTranslateToThePageEndImmediately__"},toggleTranslateTheMainPage:{description:"__MSG_toggleTranslateTheMainPage__"},toggleTranslationMask:{description:"__MSG_toggleTranslationMask__"},shareToDraft:{description:"__MSG_shareToDraft__"},toggleMouseHoverTranslateDirectly:{description:"__MSG_toggleMouseHoverTranslateDirectly__"},translateWithOpenAI:{description:"__MSG_translateWithOpenAI__"},translateWithDeepL:{description:"__MSG_translateWithDeepL__"},translateWithGoogle:{description:"__MSG_translateWithGoogle__"},translateWithTransmart:{description:"__MSG_translateWithTransmart__"},translateWithGemini:{description:"__MSG_translateWithGemini__"},translateWithBing:{description:"__MSG_translateWithBing__"},translateInputBox:{description:"__MSG_translateInputBox__"},toggleVideoSubtitlePreTranslation:{description:"__MSG_toggleVideoSubtitlePreTranslation__"}},options_page:"options.html",options_ui:{page:"options.html",open_in_tab:!0,browser_style:!1},permissions:["storage","activeTab","contextMenus","webRequest","webRequestBlocking","declarativeNetRequestWithHostAccess","declarativeNetRequestFeedback","declarativeNetRequest"],host_permissions:[""],declarative_net_request:{rule_resources:[{id:"ruleset_1",enabled:!0,path:"rules/request_modifier_rule.json"}]},action:{default_popup:"popup.html",default_icon:{"32":"icons/32.png","48":"icons/48.png","64":"icons/64.png","128":"icons/128.png","256":"icons/256.png"}},browser_action:{default_icon:"icons/32.png",default_popup:"popup.html",theme_icons:[{dark:"icons/32.png",light:"icons/dark-32.png",size:32},{dark:"icons/48.png",light:"icons/dark-48.png",size:48},{dark:"icons/64.png",light:"icons/dark-64.png",size:64},{dark:"icons/128.png",light:"icons/dark-128.png",size:128},{dark:"icons/256.png",light:"icons/dark-256.png",size:256}]},icons:{"32":"icons/32.png","48":"icons/48.png","64":"icons/64.png","128":"icons/128.png","256":"icons/256.png"},browser_specific_settings:{gecko:{id:"{5efceaa7-f3a2-4e59-a54b-85319448e305}",strict_min_version:"63.0"},gecko_android:{strict_min_version:"113.0"}},key:"MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA7JPn78UfqI3xIIOPPLPS74UTzLfJL1gQM8hlk/deKWvFP/WqUBnPJPdhQeF45sFpI1OjO70nFqdATT4/RwYAiZK7G/E6m27MDVnhHjszfzReOuoAEn9J3RnE2xEx5pFhRFcelhnwTTLrrn90aaPcaMtNsgXtZA1Ggz/SnX9I4ZygqpJYjx3Ql2t6SyNK222oRQiKMT93Rrjgyc8RFA7FKXsWglG0TvseRjbmG5Jk5gDx+2/YTcWGqCDotQnWnkPj/dBO23UAX7IpyJK3FGYdkvWFih6OVClHIIWY8mfCjjwSGbXNQNesaa9F2hrzBZ5MRTj4m7yj76mGxuPHPIE8mwIDAQAB"};var QC="";function Xt(){return QC||Fu.version}function cd(){return oe.runtime.getManifest().version}d();function Ue(){try{let e=[Ce().EBOOK_BUILDER_URL,Ce().EBOOK_VIEWER_URL,Ce().SUBTITLE_BUILDER_URL,Ce().HTML_VIEWER_URL,Ce().PDF_VIEWER_URL].filter(a=>!!a),t=["app.immersivetranslate.com"];Yt()||t.push("localhost:38001");let n=globalThis.location.pathname;return e.find(a=>{let o=new URL(a);return n.startsWith(o.pathname)&&t.includes(o.host)})?!1:globalThis.self!==globalThis.top}catch{return!0}}d();var Vi=new Map,qr=class{fromType;logger;constructor(t,n=!1){this.logger=new qi,n&&this.logger.setLevel("debug"),this.fromType=t,Vi.has(t)||(Vi.set(t,new Map),oe.runtime.onMessage.addListener((r,a,o)=>{let i=r.from,s=r.to,u,l,c;a.tab&&a.tab.id&&(u=a.tab.id,i=`${i}:${u}`,l=a.tab.url,c=a.tab.active),this.logger.debug(`${r.to} received message [${r.payload.method}] from ${r.from}`,r.payload.data?r.payload.data:" ");let m=md(s),{type:g,name:p}=m;if(g!==t)return!1;let f=md(i),b=Vi.get(g).get(p);if(!b)return this.logger.debug(`no message handler for ${g}:${s}, but it's ok`),!1;let{messageHandler:h,sync:C}=b,w={type:t,name:f.name,id:u,url:l,active:c};if(C){try{let P=h(r.payload,w);o({ok:!0,data:P})}catch(P){o({ok:!1,errorName:P.name,errorMessage:P.message,errorDetails:P.details,errorStatus:P.status})}return!1}else return h(r.payload,w).then(P=>{o({ok:!0,data:P})}).catch(P=>{o({ok:!1,errorName:P.name,errorMessage:P.message,errorDetails:P.message,errorStatus:P.status})}),!0}))}getConnection(t,n,r){let a=!1;r&&r.sync&&(a=!0);let o=this.fromType,i=Vi.get(o);if(i.has(t))return i.get(t).connectionInstance;{let s=new dd(`${o}:${t}`,this.logger);return Vi.get(o).set(t,{messageHandler:n,sync:a,connectionInstance:s}),s}}},dd=class{from;logger;constructor(t,n){this.from=t,this.logger=n}async sendMessage(t,n){let r=md(t),{type:a,id:o}=r;if(a!=="content_script"){let i={to:t,from:this.from,payload:n};this.logger.debug(`${i.from} send message [${i.payload.method}] to ${i.to}`,i.payload.data?i.payload.data:" ");try{let s=await oe.runtime.sendMessage(i);return Yh(i,s,this.logger)}catch(s){if(a==="popup"){let u=`popup ${t} is not active, so the message does not send, ignore this error, ${JSON.stringify(n)}`;return this.logger.debug(u,n,t,s),Promise.resolve({message:u})}else throw s}}else{let i={from:this.from,to:t,payload:n};this.logger.debug(`${i.from} send message [${i.payload.method}] to ${i.to}`,i.payload.data?i.payload.data:" ");let s=await oe.tabs.sendMessage(o,i);return Yh(i,s,this.logger)}}};function Yh(e,t,n){if(t){if(t.ok)return n.debug(`${e.from} received response from ${e.to}:`,t.data?t.data:" "),t.data;throw new K(t.errorName||"UnknownError",t.errorMessage||"Unknown error").initNetWork(t.errorStatus)}else throw new K("noResponse","Unknown error")}function md(e){let t=e.split(":");if(t.length<2)throw new Error("not a valid to string");let n={type:t[0],name:t[1]};if(t[0]==="content_script"){let r=parseInt(t[2]);if(!isNaN(r))n.id=r;else throw new Error("tab id not a valid number")}return n}d();var ZC="";function yo(){return ZC||globalThis.navigator.userAgent}function pd(){return yo().includes("ImtFxiOS")}function Jh(){let t=yo().match(/ImtFxiOS\/(\d+\.\d+\.\d+)/);return t?t[1]:null}function eS(){return yo().includes("ImtFxAndroid")}function Xh(){let e=yo();return/ImtFxAndroid\/(\d+\.\d+\.\d+)\/google/.test(e)}function Qh(){let t=yo().match(/ImtFxAndroid\/(\d+\.\d+\.\d+)/);return t?t[1]:null}function Ki(){let e=yo();if(pd()||eS()){let t=e.match(/Imt[\w/.]+/);if(t){let n=t[0].split("/"),r=n[0];return n[2]&&(r+="_"+n[2]),{name:r,version:n[1]}}}return null}var Mu;function gd(){return Mu||(Mu=new qr("content_script",!1).getConnection("pure_main",()=>{}),Mu)}var Zh="G-MKMD9LWFTR";async function Yi(e){try{let t=Ce(),n=t.INSTALL_FROM==="firefox_store";if(Ki()?.name?.startsWith("ImtFx")&&(n=!1),n)return;let a=Ee(),o=Ue(),i=t.PROD==="1",s="sitc4WmvShWYwfU0dANM3Q",u=await Dt("fakeUserId","");u||(u=await wr("fakeUserId",""),u&&await Ze("fakeUserId",u));let l=Xt(),c=new Date,m=await Dt("installedAt","");m||(m=await wr("installedAt",""),m&&await Ze("installedAt",m)),u?m||(m=new Date(0).toISOString(),await Ze("installedAt",m)):(u=tS(32),await Ze("fakeUserId",u)),m||(m=c.toISOString(),await Ze("installedAt",m));let g=new Date(m),p=e3(g),f=e3(c),y=p===f,b=c.getTime()-g.getTime()<7*24*60*60*1e3,h=`https://www.google-analytics.com/mp/collect?measurement_id=${Zh}&api_secret=${s}`;i||(h=`https://www.google-analytics.com/debug/mp/collect?measurement_id=${Zh}&api_secret=${s}`);let C="";typeof navigator<"u"&&(C=window.navigator.userAgent);let w=no.parse(C),P=e.map(v=>{let T=v.params||{};if(w.os&&(T.os_name=w.os.name||"unknown",T.os_version=w.os.version||"unknown",T.os_version_name=w.os.versionName||"unknown"),w.browser){T.browser_name=w.browser.name||"unknown",T.browser_version=w.browser.version||"unknown";let F=Ki();F&&(T.browser_name=F.name,T.browser_version=F.version)}return w.platform&&(T.platform_type=w.platform.type||"unknown"),w.engine&&(T.engine_name=w.engine.name||"unknown",T.engine_version=w.engine.version||"unknown"),l&&(T.version=l),t.INSTALL_FROM&&(T.install_from=t.INSTALL_FROM),p&&(T.install_day=nS(g)),T.userscript=a.toString(),y?T.is_new_user_today="1":T.is_new_user_today="0",b?T.is_new_user_this_week="1":T.is_new_user_this_week="0",o?T.main_frame=0:T.main_frame=1,{...v,params:T}}),R=await Bu({responseType:"text",url:h,method:"POST",body:JSON.stringify({client_id:u,user_id:u,events:P})})}catch{}}function tS(e){let t="",n="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789",r=n.length,a=0;for(;a",""],limit:5},custom:{placeholderDelimiters:["{","}"]},bing:{maxTextLengthPerRequest:1800,requestTimeout:1e4,retry:1,placeholderDelimiters:["","","b"]},yandex:{maxTextLengthPerRequest:1e3,requestTimeout:1e4,retry:1,placeholderDelimiters:["","","b"]},deeplx:{limit:3,placeholderDelimiters:["@","#"]},d:{immediateTranslationTextCount:0,placeholderDelimiters:["@","#"]},papago:{placeholderDelimiters:["{","}"]},dpro:{apiUrl:"https://api.deepl.com/jsonrpc"},ai:{env:{imt_source_field:"text",imt_trans_field:"text",imt_sub_source_field:"source",imt_sub_trans_field:"translation",imt_yaml_item:`- id: {{id}} {{imt_source_field}}: {{text}}`,imt_subtitle_yaml_item:`- id: {{id}} {{imt_sub_source_field}}: {{text}}`,normal_result_yaml_example:`Example request: - id: 1 @@ -5273,14 +5273,14 @@ Translate the content to {{to}} Language: ? ?-\\|\\d+\\|- ? -?`]},azure:{placeholderDelimiters:["@","#"]},you:{placeholderDelimiters:["@","#"]},openl:{placeholderDelimiters:["@","#"]},niu:{placeholderDelimiters:["@","#"]}},shortcuts:{toggleTranslatePage:"Alt+A",toggleTranslateTheWholePage:"Alt+W",toggleOnlyTransation:"",toggleTranslateToThePageEndImmediately:"",toggleTranslationMask:"",shareToDraft:"",toggleMouseHoverTranslateDirectly:""},tempTranslateDomainMinutes:0,translationParagraphLanguagePattern:{matches:["onboarding.immersivetranslate.com","www.reddit.com","old.reddit.com","twitter.com","www.tumblr.com","*.twitter.com","medium.com","*.medium.com","github.com","gist.github.com","www.facebook.com","www.youtube.com","m.youtube.com","read.readwise.io","www.inoreader.com","mail.google.com","google.com","discord.com","*.instagram.com","instagram.com","web.telegram.org","web.whatsapp.com","*.slack.com","*.indeed.com","outlook.live.com","https://bsky.app","store.steampowered.com","test-app.immersivetranslate.com","app.immersivetranslate.com"],excludeMatches:[],selectorMatches:["meta[property='al:ios:url'][content^='medium://']"],selectorExcludeMatches:[]},sourceLanguageUrlPattern:{},selectTranslationFont:"",translationFonts:["Microsoft YaHei","SimSun","NSimSun","SimHei","Microsoft JhengHei","KaiTi","FangSong","PingFang SC","STHeiti","STKaiti","STSong","STFangsong","STZhongsong","STHupo","STXinwei","STLiti","STXingkai","Hiragino Sans GB","Lantinghei SC","Hanzipen SC","Hannotate SC","Songti SC","Wawati SC","Weibei SC","Xingkai SC","Yapi SC","Yuanti SC","Arial Unicode MS","MingLiU-ExtB","Malgun Gothic","Arial","Calibri","Cambria","Candara","Consolas","Constantia","Corbel","Courier New","Georgia","Lucida Console","MingLiU","PMingLiU","MingLiU_HKSCS","Meiryo","MS Gothic","MS PGothic","MS UI Gothic","MS Mincho","MS PMincho","Segoe UI","Segoe UI Symbol","Tahoma","Times New Roman","Trebuchet MS","Verdana","Gulim","Dotum","Batang","Gungsuh","San Francisco","Helvetica Neue","Hiragino Mincho ProN","Hiragino Kaku Gothic ProN","Yu Gothic","Yu Mincho","Geeza Pro","Al Nile","Tehran","Devanagari MT","Kohinoor Devanagari","Apple SD Gothic Neo","Nanum Gothic"],generalRule:{_comment:"",isTranslateWhenServiceChanged:!0,glossaries:[{k:"LLM",v:""},{k:"LLMs",v:""}],excludeRegexps:["(<\\\\/?[a-zA-Z0-9]+(?:[^>]*?)>)","(||||||||||
|
)"],detectionServiceOrder:["google","bing","transmart"],detectParagraphLanguage:!1,paragraphFirstLetterFontSize:35,toastErrorMinTimes:20,enableSubtitle:!1,"subtitle.autoEnableSubtitle":!1,disableNewTextTranslate:!1,skipEditableCheck:!1,mutationObserverLimitTargetSelectors:[],condition:{},normalizeBody:"",inputExecCommandDeleteEnable:!1,inputConfig:{clearContentEnable:!0,execCommandDeleteEnable:!1},mutationExcludeSelectors:["span.highlighter--highlighted","span.highlighter-ext","mark","msreadoutspan","rw-highlight","web-highlight","font.immersive-translate-target-wrapper *","pre",".uacc-clickable"],mutationExcludeContainsSelectors:["msreadoutspan","[class*='rgh-seen-']","[isInvalidTag]","mh","body","relin-hc"],atomicBlockSelectors:["relin-hc"],shareConfig:{injectCss:!0,removeSelectors:["noscript","script"]},mutationConfig:{consumeTimeout:100,buildTimeout:100,checkSelfUpdate:!0},useIframePostMessage:!1,searchEnhancementConfig:[],injectedCss:[],isOnBoardingPage:!1,isEbook:!1,isEbookBuilder:!1,ignoreZhCNandZhTW:!1,showSponsorOnSafari:!1,noTranslateRegexp:["^\\d+.+ago$","^\\d+\\s+MIN\\s+READ$"],waitForSelectors:[],isInjectOptionsUrl:!1,isInjectVersion:!1,isInjectMeta:!1,waitForSelectorsTimeout:3e3,pairs:{},aiRule:{},subtitleRule:{isInject:!0,autoEnableSubtitle:!1,preTranslation:!1,humanPreferred:!0,disabled:!1,hookType:"xhr",showQuickButton:!0,backgroundColor:"#080808",backgroundOpacity:"75",sourceTextColor:"#FFFFFF",translationTextColor:"#FFFFFF",sourceFontSize:"100",translationMode:"dual",translationPosition:"bottom",translationFontSize:"100",translateGroupCount:5,velocityGroup:[1,3,20]},bodyRule:{enable:!0,maxBodyScreenLength:25,articleChildTags:["P"],articleChildTagsNum:4,bodyIsRoot:!1,humanPreferred:!0,preTranslation:!0,xpathRule:["name:P"]},isSubtitleBuilder:!1,minZIndex:0,initTranslationServiceAsSoonAsPossible:!0,targetWrapperTag:"font",additionalInjectedCss:[],isTranslateTitle:!0,enableSearchEnhancement:!1,searchEnhancementSelector:"#rhs",languageDetectMinTextCount:50,wrapperPrefix:"smart",wrapperSuffix:"smart",isPdf:!1,pdfUrlExtractRule:{},isTransformPreTagNewLine:!1,urlChangeDelay:50,mutationChangeDelay:10,mainFrameMinTextCount:50,mainFrameMinWordCount:5,visibleDelay:0,additionalStayOriginalSelectors:["span.katex","span.notranslate",".MathJax_Preview",".MathJax",".MathJax_SVG",'[aria-labelledby^="MathJax-SVG"]',".mwe-math-element","span[translate=no]","em[translate=no]","code[translate=no]","span.math.inline","span.math.display",".ltx_Math",".mathjax-block",".MathJax_CHTML","kbd","span.pretex-inline","span.math-inline",".reference-citations"],translationBlockStyle:"",isShowUserscriptPagePopup:!0,observeUrlChange:!1,paragraphMinTextCount:4,paragraphMinWordCount:2,shadowRootSelectors:[],blockMinTextCount:24,blockMinWordCount:4,asideMaxTextCount:1e3,asideMaxWordCount:200,asideMaxTextCountPerParagraph:67,asideMaxWordCountPerParagraph:12,lineBreakMaxTextCount:0,globalAttributes:{},inputTutorialsText:"",inputTutorialsSelectors:[],globalMeta:{},globalStyles:{},initialGlobalAttributes:{},initialSelectorGlobalAttributes:{header:{translate:"no"},"footer:last-of-type":{translate:"no"},"nav:last-of-type":{translate:"no"},nav:{translate:"no"}},selectors:[],preWhitespaceDetectedTags:["DIV","SPAN"],stayOriginalSelectors:[],additionalSelectors:["h1","section h2","section h3","section h4","main h2","main h3","main h4",".article-title",".article-subtitle",".article_title",".article_subtitle",".article__title",".articleTitle",".Article__content",".titleLink",".summary",".headline",".page-content","aside.note","aside.article-comments","aside.onebox"],atomicBlockTags:[],excludeSelectors:[],additionalExcludeSelectors:['[contenteditable="true"]',".uacc-clickable","#monica-content-root","#immersive-translate-popup",".social-share",".breadcrumbs",".post__footer",".btn",".share-nav",".o-share","[data-toolbar=share]","rp","rt",".prism-code",".rc-CodeBlock","[role=code]","#omni-extension",".omni-item","div[data-paste-markdown-skip]","table.highlight","div[class^=codeBlockContent]","div[class^=codeBlockLines]","div[class^=token-line]","#liuchan-window > .liuchan-container > *",".material-icons","i.fa","i[class^=fa-]",".notranslate","[translate=no]",".navmenu-container",".google-symbols","h1 br","h2 br","h3 br","h4 br","table thead"],translationClasses:[],excludeTags:["TITLE","LINK","SCRIPT","STYLE","TEXTAREA","SVG","svg","G","NOSCRIPT","BUTTON","BASE","HR","PRE","KBD","WBR","RT","RP","META","MATH","TTS-SENTENCE","AIO-CODE","RELIN-TARGET"],bodyTranslateTags:["FOOTER","ASIDE","BUTTON","NAV"],forceTranslateTags:[],metaTags:["META","SCRIPT","STYLE","NOSCRIPT"],additionalExcludeTags:[],stayOriginalTags:["CODE","TT","IMG","SUP","SUB","SAMP","math","semantics","mrow","mo","mfrac","msup","mi","mn","msqrt","d-math"],additionalStayOriginalTags:[],inlineTags:["A","ABBR","FONT","ACRONYM","B","INS","DEL","RUBY","RP","RB","BDO","MARK","BIG","RT","NOBR","CITE","DFN","EM","I","LABEL","Q","S","SMALL","SPAN","STRONG","SUB","SUP","U","KBD","TT","VAR","IMG","CODE","SCRIPT","STYLE","LINK","TIME","META","WBR","RELIN-HC","RELIN-HIGHLIGHT","RELIN-ORIGIN","RELIN-TARGET","XQDD_HIGHLIGHT_NEW_WORD","NOBR","RW-HIGHLIGHT","HYPOTHESIS-HIGHLIGHT"],additionalInlineTags:[],extraInlineSelectors:["p > a span","p > span a span"],additionalInlineSelectors:[".MathJax_Preview",".MathJax",".highlighter--highlighted",".rw-highlight","ruby *"],extraBlockSelectors:["turbo-frame","readme-toc","#hs_cos_wrapper_post_body","#hs_cos_wrapper_post_body","option","ul > li"],allBlockTags:["BODY","HGROUP","CONTENT","ADDRESS","ARTICLE","ASIDE","DETAILS","BLOCKQUOTE","SELECT","OPTION","CANVAS","DD","DL","DT","FIELDSET","FIGCAPTION","FIGURE","FOOTER","HEADER","FORM","HR","MAIN","SUMMARY","NAV","NOSCRIPT","PRE","SECTION","TABLE","TFOOT","UL","VIDEO","P","DIV","H1","H2","H3","H4","H5","H6","UL","LI","OL","BR","PICTURE","TBODY","TR","TD","TH","SOURCE","C-WIZ","BUTTON","TURBO-FRAME","README-TOC"],mutationObserverContainerSelectors:[],pdfNewParagraphLineHeight:2.4,pdfNewParagraphIndent:1.2,pdfNewParagraphIndentRightIndentPx:130,fingerCountToToggleTranslagePageWhenTouching:4,fingerCountToToggleTranslationMaskWhenTouching:0,fingerCountToToggleTranslagePageOnlyTranslationWhenTouching:0,touchShortcutsToggleTranslatePage:"fingers.4",touchShortcutsToggleTranslationMask:"touchShortcutsOff",touchShortcutsToggleTranslatePageOnlyTranslation:"touchShortcutsOff",touchShortcutsToggleTranslateTouchElement:"touchShortcutsOff",touchShortcutsToggleTranslateTouchElementPreferenceKey:"slide.left",mouseHoverHoldKey:"Off",mouseHoverPreferenceKey:"Ctrl"},rules:[{id:"isSubtitleBuilder",isSubtitleBuilder:!0,pageType:"subtitleBuilder",selectorMatches:["meta[name='immersive-translate-subtitle-builder'][content='true']"],pairs:{".source-text":".target-text"},paragraphMinTextCount:4,paragraphMinWordCount:2,isTranslateTitle:!1,wrapperPrefix:"",wrapperSuffix:"","bodyRule.add":{enable:!1}},{id:"isEbook",isEbook:!0,pageType:"ebookReader",isTranslateTitle:!1,urlChangeDelay:200,selectorMatches:["meta[name='immersive-translate-ebook-viewer'][content='true']"],injectedCss:[".immersive-translate-target-translation-block-wrapper {display:block;}"],excludeSelectors:["#drop-target","#drop-target h1","#side-bar","h1#side-bar-title"],extraInlineSelectors:["span.dropcaps"],"bodyRule.add":{enable:!1},paragraphMinTextCount:4,paragraphMinWordCount:2,blockMinTextCount:1,blockMinWordCount:1,containerMinTextCount:1,wrapperPrefix:"
",targetWrapperTag:"span"},{id:"pdf",isPdf:!0,isTranslateTitle:!1,pageType:"pdfReader",selectorMatches:["meta[name='immersive-translate-pdf-viewer'][content='true']"],matches:["https://app.immersivetranslate.com/pdf","https://app.immersivetranslate.com/pdf/","https://app.immersivetranslate.com/pdf/*","http://localhost:38001/pdf*"],"additionalExcludeSelectors.remove":['[contenteditable="true"]'],isTranslateWhenServiceChanged:!1,translationMode:"translation",skipEditableCheck:!0,selectors:["p"],"bodyRule.add":{enable:!1},injectedCss:[".immersive-translate-target-wrapper {display: contents!important;position:absolute;}",".immersive-translate-target-wrapper br {display: none;!important;}",".immersive-translate-target-wrapper span {position: relative;!important;}",".immersive-translate-error-wrapper {padding:0px !important;margin:0px !important;}","font {line-height: 0!important;}"],globalAttributes:{"[class='textLayer']":{translate:"no"}},mutationExcludeContainsSelectors:["font.immersive-translate-target-wrapper"],"shareConfig.add":{removeSelectors:["noscript","script",".toolbar","#sidebarContainer",'[class="page"]',".editorParamsToolbar",".image-mode",".im_db",".im_cb"]},wrapperPrefix:"",isInjectVersion:!0},{id:"sci-hub.pdfWebPage",matches:["sci-hub.*"],waitForSelectorsTimeout:1,pdfUrlExtractRule:{selector:"#pdf",attribute:"src"}},{id:"common.pdfWebPage",waitForSelectorsTimeout:1,selectorMatches:["embed[type='application/pdf']"]},{id:"isEbookBuilder",matches:["https://app.immersivetranslate.com/ebook/make/","http://localhost:38001/ebook/make/"],isEbookBuilder:!0,pageType:"ebookBuilder",toastErrorMinTimes:500,isTranslateWhenServiceChanged:!1,isTranslateTitle:!1,targetWrapperTag:"span",selectorMatches:["meta[name='immersive-translate-ebook-builder'][content='true']"],injectedCss:[".immersive-translate-target-translation-block-wrapper {display:block;}"],globalMeta:{},excludeSelectors:["h1.notranslate","#drop-target","#drop-target h1","#side-bar","h1#side-bar-title","#tool",".Code"],"bodyRule.add":{enable:!1},isInjectMeta:!0,paragraphMinTextCount:4,paragraphMinWordCount:2,blockMinTextCount:1,blockMinWordCount:1,containerMinTextCount:1,wrapperPrefix:"
"},{id:"immersiveTranslateIosOnBoarding",selectorMatches:["meta[name=immersiveTranslateIosOnBoarding]"],initialGlobalAttributes:{"input#immersiveTranslateDetectedSlot":{value:"true"}},isInjectOptionsUrl:!0,isInjectVersion:!0,isInjectMeta:!0},{id:"immersiveTranslateIosOnBoardingStep1",selectorMatches:["meta[name=immersiveTranslateIosOnBoardingStep1]"],isOnBoardingPage:!0,isInjectOptionsUrl:!0,isInjectVersion:!0,isInjectMeta:!0},{id:"immersivePreview",matches:["https://immersivetranslate.com/preview*","https://test.immersivetranslate.com/preview*","https://immersivetranslate.com/drafts*","https://test.immersivetranslate.com/drafts*"],isInjectVersion:!0,isInjectMeta:!0,waitForSelectorsTimeout:1},{id:"pro-pdf",matches:["https://*.immersivetranslate.com/pdf-pro*"],pageType:"pdfProReader","excludeSelectors.add":["table"],isInjectVersion:!0,isInjectMeta:!0,waitForSelectorsTimeout:1},{id:"immersive",matches:["https://immersivetranslate.com","https://test.immersivetranslate.com","https://onboarding.immersivetranslate.com","https://app.immersivetranslate.com","https://test-app.immersivetranslate.com","http://localhost:38001"],isInjectVersion:!0,isInjectMeta:!0,waitForSelectorsTimeout:1},{id:"simpread",selectorMatches:"div.simpread-read-root.simpread-read-root-show > sr-read",mainFrameSelector:"div.simpread-read-root.simpread-read-root-show > sr-read"},{id:"txt",matches:["*://*/*.txt","file://*/*.txt"],selectorMatches:["body > pre"],"mutationExcludeSelectors.add":["body"],isTransformPreTagNewLine:!0,"excludeTags.remove":["PRE"]},{id:"hangejp",matches:["arad.hange.jp","arad.nexon.co.jp","oapi.dingtalk.com","login.dingtalk.com"],useIframePostMessage:!1},{id:"preSites",matches:["mail.jabber.org","antirez.com","patchwork.kernel.org","lists.apache.org","manned.org","bugs.webkit.org","bugzilla.mozilla.org","lwn.net/Articles/*","docs.haproxy.org","man.freebsd.org","www.oreilly.com/openbook/opensources/book/*","gamefaqs.gamespot.com"],isTransformPreTagNewLine:!0},{id:"wikipedia",matches:"*.wikipedia.org",paragraphMinWordCount:2,paragraphMinTextCount:4,injectedCss:[".immersive-translate-target-translation-block-wrapper { display: block; }"],excludeSelectors:[".mw-editsection",".mw-cite-backlink","#p-lang-btn","#right-navigation","#p-associated-pages",".vector-header"],stayOriginalSelectors:[".chemf",".mwe-math-element","[role=math]",".nowrap"],extraInlineSelectors:[".chemf",".mwe-math-element","[role=math]",".nowrap"],"bodyRule.add":{bodySelector:"#content",articleSelector:"#bodyContent"}},{id:"twitter",matches:["twitter.com","mobile.twitter.com","tweetdeck.twitter.com","pro.twitter.com","https://platform.twitter.com/embed*"],additionalStayOriginalSelectors:['[data-testid="tweetText"] a',"[data-testid='UserDescription'] a","[data-testid='HoverCard'] a","[data-testid='UserCell'] a","[data-testid='birdwatch-pivot'] a"],blockMinTextCount:0,blockMinWordCount:0,excludeSelectors:["[aria-describedby][role=button]","header","[data-testid='radioGroupplayback_rate'] div","[data-testid='userFollowIndicator']","[class='css-901oao r-14j79pv r-37j5jr r-n6v787 r-16dba41 r-1cwl3u0 r-bcqeeo r-qvutc0']","[class='css-175oi2r r-1wbh5a2 r-dnmrzs']"],extraBlockSelectors:['[data-testid="tweetText"] div.r-6koalj'],extraInlineSelectors:['[data-testid="tweetText"] div.r-xoduu5','[data-testid="tweetText"] span','[data-testid="UserDescription"] div',"[data-testid='HoverCard'] div[dir=auto] div","[data-testid='HoverCard'] span[dir=auto] div"],globalStyles:{"[data-testid='card.layoutLarge.detail'] > div:nth-child(2)":"-webkit-line-clamp: unset;","[data-testid='card.layoutSmall.detail'] > div:nth-child(2)":"-webkit-line-clamp: unset;","[data-testid='tweetText']":"-webkit-line-clamp: unset;"},ignoreZhCNandZhTW:!0,isTranslateTitle:!1,useIframePostMessage:!1,observeUrlChange:!1,paragraphMinTextCount:2,paragraphMinWordCount:1,selectors:['[data-testid="tweetText"]',".tweet-text",".js-quoted-tweet-text","[data-testid='card.layoutSmall.detail'] > div:nth-child(2)","[data-testid='developerBuiltCardContainer'] > div:nth-child(2)","[data-testid='card.layoutLarge.detail'] > div:nth-child(2)","[data-testid='cellInnerDiv'] div[data-testid='UserCell'] > div> div:nth-child(2)","[data-testid='UserDescription']","[data-testid='HoverCard'] div[dir=auto]","[data-testid='HoverCard'] span[dir=auto]","[data-testid='HoverCard'] [role='dialog'] div[dir=ltr]","[data-testid='birdwatch-pivot'] div[dir=ltr]"],"subtitleRule.add":{type:"live",isInject:!1,injectedCss:["#layers[style='z-index: 1;'] [style='height: 100px;'] { height: 400px !important; }"],liveSubtitleRule:{containerSelector:".css-175oi2r.r-13awgt0.r-1pi2tsx.r-13qz1uu > [role='listbox']",reportSelector:".css-175oi2r.r-1awozwy.r-173mn98.r-1mf7evn.r-7e3msg",textSelectors:[".css-1rynq56.r-bcqeeo.r-qvutc0.r-37j5jr.r-a023e6.r-16dba41.r-dhbnww.r-1pb70le"],mutationChangeDelay:1e3}},"subtitleRule.add_v.[1.2.1]":{type:"twitter",videoPlayerSelector:"video",loadingStyle:"bottom: unset; top: 5%;",injectedCss:["#layers[style='z-index: 1;'] [style='height: 100px;'] { height: 400px !important; }","video::cue {white-space: pre-line;}"]}},{id:"threads",matches:"www.threads.net",selectors:["p",".x1npkx4u.x1exu5d8",".xw7yly9",".xgkxs2y",".x1xdureb.xqti54a.x13vxnyz",".xqti54a.x13vxnyz.x49hn82.xcrlgei.x889kno"],stayOriginalSelectors:[".x1rg5ohu",".xat24cr.xdj266r a"],"excludeSelectors.add":[".x6s0dn4.x78zum5",".xpvyfi4.x1npkx4u.x1ms6mhf"],globalStyles:{span:"max-height:unset;-webkit-line-clamp:unset;height:unset;white-space:unset;"}},{id:"stackoverflow",matches:["stackoverflow.com","*.stackexchange.com","superuser.com","askubuntu.com","serverfault.com"],extraBlockSelectors:["span.comment-copy"],globalStyles:{".s-post-summary--content-excerpt":"-webkit-line-clamp:unset;"},"excludeSelectors.add":[".votecell","header","#footer","#question-header + div","div.postcell div.mb0","div[id^=comments-link-]","#answers-header",".new-post-login",".form-submit","a[href='/questions/ask']","#left-sidebar","a.comment-user","span.comment-date","div.s-prose.js-post-body + div",".bottom-notice","div[data-campaign-name=stk]",".s-post-summary--stats",".s-post-summary--meta"],paragraphMinTextCount:4,paragraphMinWordCount:2},{id:"appleDeveloper",matches:"developer.apple.com/documentation/*",selectors:[".container","h3.title","div.content"]},{id:"hackerNews",matches:"news.ycombinator.com",selectors:[".titleline > a",".comment > .commtext",".toptext","a.hn-item-title",".hn-comment-text",".hn-story-title"],excludeSelectors:[".reply"]},{id:"quora",matches:["*.quora.com","quora.com"],excludeSelectors:[".dom_annotate_multifeed_bundle_AskQuestionPromptBundle",".dom_annotate_feed_switcher","[class='q-box qu-py--small qu-color--gray_light']","[class='q-box spacing_log_answer_header']","[class='q-box qu-flex--auto']","[class='q-text qu-dynamicFontSize--small qu-mt--small qu-color--gray_light qu-passColorToLinks']",".AnswerFooter___StyledFlex-sc-2xbo88-0","[class='q-box qu-mb--small']"],globalStyles:{".qu-truncateLines--3":"-webkit-line-clamp: unset;"}},{id:"oldReddit",matches:["old.reddit.com/*/.compact","old.reddit.com/.compact","www.reddit.com/*/.compact","www.reddit.com/.compact"],selectors:[".title > a",".usertext-body"],detectParagraphLanguage:!0},{id:"otherOldReddit",matches:"old.reddit.com",selectors:["p.title > a","[role=main] .md-container"],detectParagraphLanguage:!0},{id:"redditList",matches:["https://www.reddit.com/r/*/comments/*/*","https://www.reddit.com/","https://www.reddit.com/hot/","https://www.reddit.com/new/","https://www.reddit.com/top/"],excludeMatches:["https://www.reddit.com/r/*/wiki/*"],observeUrlChange:!0,selectors:["h1",".PostHeader__post-title-line","[data-click-id=body] h3","[data-click-id=background] h3","[data-testid=comment]","[data-adclicklocation='title'] h3","[data-adclicklocation=media]","[data-testid='post-title-text']",".PostContent",".post-content",".Comment__body","faceplate-batch .md","[slot=comment]",".RichTextJSON-root","[slot=title]","[slot=text-body]","p.title > a","[role=main] .md-container"],detectParagraphLanguage:!0,globalStyles:{"div.XPromoBottomBar":"display:none","[class*='line-clamp']":"-webkit-line-clamp: unset"},waitForSelectors:["[data-testid=post_author_link]"],"inputConfig.add":{clearContentEnable:!1}},{id:"reddit",matches:"www.reddit.com",selectors:["#search-results-tab-slot","h1",".PostHeader__post-title-line","[data-click-id=body] h3","[data-click-id=background] h3","[data-testid=comment]","[data-adclicklocation='title'] h3","[data-testid='post-title-text']","[slot=comment]","[data-adclicklocation=media]",".PostContent",".post-content",".Comment__body","faceplate-batch .md","[slot=text-body]","p.title > a","[role=main] .md-container","#-post-rtjson-content",".RichTextJSON-root","[slot='title']"],excludeSelectors:[".text-neutral-content-weak"],paragraphMinTextCount:5,paragraphMinWordCount:2,excludeMatches:["https://www.reddit.com/r/*/wiki/*","https://www.reddit.com/settings/*"],detectParagraphLanguage:!0,globalStyles:{"div.XPromoBottomBar":"display:none","[class*='line-clamp']":"-webkit-line-clamp: unset"}},{id:"reuters",matches:"www.reuters.com",excludeSelectors:["[promotext]","[data-testid=Leaderboard]","[data-testid=HomeTickerV2]","[data-testid=SiteFooter]","[class^=refinitiv-promo-bar__container]","[data-testid=ResponsiveAdSlot]","[data-testid=SiteHeader]","[data-testid=HomeTickerV2]"]},{id:"npmjs",matches:"https://www.npmjs.com/package/*",selectors:["#tabpanel-readme > div:first-child"]},{id:"github",matches:"github.com",useIframePostMessage:!1,excludeMatches:["https://github.com/*/*/settings","https://github.com/settings/*","https://github.com/sponsors/*","https://github.com/readme/*","https://github.com/readme/","https://github.com/features/*","https://github.com/customer-stories/*"],mutationExcludeSelectors:[".react-blob-sticky-header *"],selectors:["h1","[aria-label=Issues] .markdown-title","[aria-labelledby=discussions-list] .markdown-title","h3 .markdown-title",".markdown-body",".Layout-sidebar p","div > span.search-match","li.repo-list-item p","#responsive-meta-container p","article p","div.repo-description p","[itemprop=description]",".integrations-auth-wrapper",".new-feed-onboarding-notice","article section[aria-label='card content'] > div > div > div > div:nth-child(2)",".TimelineItem-body .Link--primary",'[role="navigation"] p'],atomicBlockSelectors:["[itemprop=description]"],excludeSelectors:[".css-truncate","[data-test-selector='commit-tease-commit-message']","[data-test-selector='create-branch.developmentForm']","div.Box-header.position-relative","div.blob-wrapper-embedded","div.Box.Box--condensed.my-2","div.jp-CodeCell",'[aria-label="Account"] .markdown-title',".js-repos-container .markdown-title","a.anchor","div.file-navigation + div.Box"],extraBlockSelectors:[],extraInlineSelectors:["g-emoji","a.anchor"],stayOriginalTags:["CODE","TT","G-EMOJI","IMG","SUP","SUB"],detectParagraphLanguage:!0,globalStyles:{".TimelineItem-body .Link--primary":"-webkit-line-clamp: unset;"}},{id:"github-blog",matches:["github.blog"],injectedCss:["font {word-break: break-all !important;}"]},{id:"githubNotebook",matches:"notebooks.githubusercontent.com",useIframePostMessage:!1,excludeSelectors:["div.jp-CodeCell"]},{id:"facebook",matches:"www.facebook.com",excludeMatches:["https://www.facebook.com/business/*","https://www.facebook.com/help*"],selectors:["div[dir=auto][style]","div[dir=auto][class]","span[lang]"],atomicBlockSelectors:["div[dir=auto][style]","div[dir=auto][class]","span[lang]"],insertPosition:"afterend",preWhitespaceDetectedTags:["DIV","SPAN"],extraBlockSelectors:["span.x1vvkbs"],excludeSelectors:["[role=button]"],translationClasses:["immersive-translate-text"],detectParagraphLanguage:!0},{id:"youtubeMobile",matches:"m.youtube.com",selectors:[".comment-text","#content-text",".media-item-headline",".slim-video-information-title",".yt-spec-button-view-model",".yt-core-attributed-string > span",".title"],shareConfig:{injectCss:!1,removeSelectors:["iron-iconset-svg","iframe","ytd-watch-next-secondary-results-renderer","noscript","script"]},"mutationConfig.add":{checkSelfUpdate:!1},"excludeTags.remove":["BUTTON"],additionalExcludeSelectors:[".ytp-caption-window-container","text"],"subtitleRule.add":{type:"youtube",subtitleUrlRegExp:"(/api/timedtext|videoplayback\\?expire.*text)",translateSelectors:[".caption-window",".caption-visual-line"],videoPlayerSelector:".html5-video-player.playing-mode,.html5-video-player.paused-mode",loadingContainerSelector:".ytp-caption-window-container",videoADSelector:".ytp-ad-player-overlay",injectedCss:["#player-shorts-container .ytp-caption-window-bottom {top: 40px; bottom: unset!important;}"],videoSelector:".html5-video-player.playing-mode video,.html5-video-player.paused-mode video",translationOnlyPattern:["m.youtube.com/watch*","m.youtube.com/embed*","m.youtube.com/shorts*"],attachRule:{appendSelector:".html5-video-player.playing-mode,.html5-video-player.paused-mode",injectedCSS:[".imt-caption-container {z-index:40;}"],injectedGlobalCSS:[".caption-window {display: none;} ","shorts-video #immersive-translate-caption-window { height: 150px;}"]}},wrapperPrefix:"",wrapperSuffix:"",observeUrlChange:!0,atomicBlockSelectors:[".comment-text"],globalStyles:{".comment-text":"max-height:unset;",".media-item-headline":"max-height:unset;-webkit-line-clamp:unset;"},injectedCss:[".immersive-translate-target-wrapper img { width: 16px; height: 16px }"],extraBlockSelectors:[".caption-visual-line"]},{id:"youtube",matches:"www.youtube.com",blockMinTextCount:0,blockMinWordCount:0,detectParagraphLanguage:!0,lineBreakMaxTextCount:0,shareConfig:{injectCss:!1,removeSelectors:["iron-iconset-svg","iframe","ytd-watch-next-secondary-results-renderer","noscript","script"]},"additionalExcludeSelectors.add":[".ytp-caption-window-container","text"],globalStyles:{"#video-title":"-webkit-line-clamp: unset;max-height: unset;","h1.ytd-watch-metadata":"-webkit-line-clamp: unset;max-height: unset;","yt-formatted-string#video-title":"-webkit-line-clamp: unset;max-height: unset;","ytd-expander.ytd-comment-renderer":"--ytd-expander-max-lines: 1000;"},injectedCss:[".immersive-translate-target-wrapper img { width: 16px; height: 16px }",".metadata-snippet-container {max-height: unset !important;}",".immersive-translate-target-wrapper {text-align: left;}",".immersive-translate-target-wrapper[dir=rtl] {text-align: right;}"],isTranslateTitle:!1,observeUrlChange:!0,selectors:["yt-formatted-string[slot=content].ytd-comment-renderer","yt-formatted-string.ytd-video-renderer","yt-formatted-string#content-text","h1","yt-formatted-string#video-title","yt-formatted-string.span","span#video-title","a#video-title","yt-formatted-string.ytd-transcript-segment-renderer","#description-inline-expander > yt-attributed-string > span","yt-attributed-string > span","ytd-notification-renderer .message","#message",".yt_to_text_transcript_text"],extraBlockSelectors:["yt-formatted-string.ytd-transcript-segment-renderer",".caption-visual-line"],"subtitleRule.add":{type:"youtube",subtitleUrlRegExp:"(/api/timedtext|videoplayback\\?expire.*text)",translateSelectors:[".caption-window",".caption-visual-line"],videoPlayerSelector:".html5-video-player.playing-mode,.html5-video-player.paused-mode",loadingContainerSelector:".ytp-caption-window-container",videoADSelector:".ytp-ad-player-overlay",translationOnlyPattern:["www.youtube.com/watch*","www.youtube.com/embed*","www.youtube.com/shorts*"],subtitleButtonSelector:".html5-video-player.playing-mode .ytp-subtitles-button,.html5-video-player.paused-mode .ytp-subtitles-button",languageSelector:".ytp-menuitem-label",injectedCss:["#shorts-player .ytp-caption-window-bottom {top: 2%; bottom: unset!important;} #immersive-translate-quick-button-container {font-size: 12px;z-index:1001;}"],quickButtonRule:{appendSelector:".ytp-chrome-controls",insertBeforeSelector:".ytp-right-controls"},videoSelector:".html5-video-player.playing-mode video,.html5-video-player.paused-mode video",attachRule:{appendSelector:".html5-video-player.playing-mode,.html5-video-player.paused-mode",injectedCSS:[".imt-caption-container {z-index:40;}",".imt-caption-window {margin-bottom: 2%}"],injectedGlobalCSS:[".caption-window {display: none;} ","#shorts-player #immersive-translate-caption-window { height: 20%;}",".html5-video-player:not(.ytp-autohide) #immersive-translate-caption-window {bottom: 60px;}"]}},urlChangeDelay:2e3,wrapperPrefix:"
",wrapperSuffix:""},{id:"tvYoutube",matches:"tv.youtube.com","subtitleRule.add":{type:"youtube",preTranslation:!0,humanPreferred:!1,subtitleUrlRegExp:"(/api/timedtext|videoplayback\\?expire.*text)",translateSelectors:[".caption-window",".caption-visual-line"],videoPlayerSelector:".html5-video-player.playing-mode,.html5-video-player.paused-mode",loadingContainerSelector:".ytp-caption-window-container",videoADSelector:".ytp-ad-player-overlay",translationOnlyPattern:["tv.youtube.com/watch*"],subtitleButtonSelector:".ytp-subtitles-button",languageSelector:".ytp-menuitem-label",injectedCss:["#shorts-player .ytp-caption-window-bottom {top: 2%; bottom: unset!important;} #immersive-translate-quick-button-container {font-size: 12px;z-index:1001;}"],quickButtonRule:{appendSelector:".ypcs-control-buttons-right",insertBeforeSelector:".ypcs-control-buttons-right .ypcs-volume-control-slot"},videoSelector:".html5-video-player.playing-mode video,.html5-video-player.paused-mode video",attachRule:{appendSelector:".html5-video-player.playing-mode,.html5-video-player.paused-mode",injectedCSS:[".imt-caption-container {z-index:40;}",".imt-caption-window {margin-bottom: 2%;}"],injectedGlobalCSS:[".caption-window {display: none;} ","#shorts-player #immersive-translate-caption-window { height: 20%;}",".html5-video-player:not(.ytp-autohide) #immersive-translate-caption-window {bottom: 60px;}"]}}},{id:"youtube-subtitle",matches:["www.youtube-nocookie.com","music.youtube.com"],extraBlockSelectors:[".caption-visual-line"],mainFrameMinTextCount:0,"excludeSelectors.add":[".captions-text",".ytp-caption-segment"],"subtitleRule.add":{type:"youtube",subtitleUrlRegExp:"/api/timedtext",translateSelectors:[".caption-window",".caption-visual-line"],videoPlayerSelector:".html5-video-player",loadingContainerSelector:".ytp-caption-window-container",videoADSelector:".ytp-ad-player-overlay",translationOnlyPattern:["www.youtube-nocookie.com/embed*","music.youtube.com/watch*"],subtitleButtonSelector:".ytp-subtitles-button",languageSelector:".ytp-menuitem-label",injectedCss:["#shorts-player .ytp-caption-window-bottom {top: 2%; bottom: unset!important;}"],quickButtonRule:{appendSelector:".ytp-chrome-controls",insertBeforeSelector:".ytp-right-controls"},videoSelector:".html5-video-player video",attachRule:{appendSelector:".html5-video-player",injectedCSS:[".imt-caption-container {z-index:40;}",".imt-caption-window {margin-bottom: 2%;}"],injectedGlobalCSS:[".caption-window {display: none;} ","#shorts-player #immersive-translate-caption-window { height: 20%;}",".html5-video-player:not(.ytp-autohide) #immersive-translate-caption-window {bottom: 60px;}"]}}},{id:"instagramMessage",matches:["https://www.instagram.com/direct/*"],wrapperPrefix:"
",selectors:["div[dir=auto].html-div"]},{id:"instagramPost",matches:["https://www.instagram.com/p/*","https://www.instagram.com/reels/*"],blockMinTextCount:1,paragraphMinTextCount:2,excludeSelectors:["hr+div span[dir=auto][style] > span"],selectors:["h1","ul li h3+div span[dir=auto]","hr+div span[dir=auto][style]","div > div[dir=auto]","div:not([class]) > div > div:nth-child(2)"],wrapperPrefix:"
"},{id:"otherInstagram",blockMinWordCount:1,matches:"https://www.instagram.com/*",paragraphMinTextCount:2,selectors:["h1","article span[dir=auto] > span[dir=auto]","._ab1y","ul li h3+div span[dir=auto]","hr+div span[dir=auto][style]","span[dir=auto] > div > span","div > h1[dir=auto]"],wrapperSuffix:""},{id:"1paragraph",matches:"1paragraph.app",selectors:["#book"]},{id:"poeditor",matches:"https://poeditor.com/projects/*",selectors:[".comment-body",".reference_language .source-string"]},{id:"substack",matches:["*.substack.com","newsletter.rootsofprogress.org"],selectorMatches:["link[href^='https://substackcdn.com/bundle/'][rel=preload]"],excludeSelectors:["[style^=top]",".publication-footer",".subscribe-footer",".main-menu",".navbar-title-link","[data-testid='navbar']",".navbar-title",".captioned-button-wrap",".subscription-widget-wrap",".tweet-header",".tweet-link-bottom",".expanded-link",".meta-subheader",".comment-meta",".comment-actions"],globalStyles:{".reader2-clamp-lines":"max-height: unset; -webkit-line-clamp: unset;","[class*='clamp-']":"max-height: unset; -webkit-line-clamp:unset;",".blurb-text":"max-height: unset;",".comment-body":"max-height: unset;"},extraBlockSelectors:[".reader2-post-title",".tweet-link-top",".tweet-link-bottom",".expanded-link"]},{id:"seekingalpha",matches:["seekingalpha.com/article/*","seekingalpha.com/news/*"],selectors:["[data-test-id=card-container]","[data-test-id=comments-section]"],excludeSelectors:["[data-test-id=post-page-meta]","header > div:first-child"]},{id:"hnAlgolia",matches:"hn.algolia.com",selectors:[".Story_title > a:first-child",".Story_comment > span"]},{id:"readwise",matches:"read.readwise.io",selectors:["div[class^='_titleRow_']","#document-text-content"],detectParagraphLanguage:!0},{id:"inoreader",matches:["www.inoreader.com","*.inoreader.com"],selectors:[".article_header_title",".article_title_link",".article_content",".article_magazine_title_link",".blog-post-page","#welcome_center",".gad_overview_articles_wrapper",".library_article_text h4",".header_name"],excludeMatches:["https://www.inoreader.com/features/"],observeUrlChange:!1,globalStyles:{".article_title_link,.library_article_text h4,.gadget_overview_article_title,.article_magazine_title_link,.reader_pane_view_style_2 .column_view_title":"-webkit-line-clamp: unset;max-height: unset;",".article_tile_content_wraper,div.article_tile":"overflow:auto",".article_header_title":"white-space:normal"}},{id:"aha",matches:"*.ideas.aha.io",excludeSelectors:[".comment-header",".vote-status",".idea-meta",".filters-title",".ideas-showing-count",".my-ideas-filters-wrapper",".statuses-filters-wrapper",".categories-filters-wrapper","[class^='attachment']","span[class^='attachment-name']"]},{id:"googleScholar",matches:["scholar.google.*/*","scholar.google.com.*/*","scholar.google.co.*/*"],wrapperPrefix:` -`,selectors:["h3 a[data-clk]","div.gs_rs","td a.gsc_a_at","td div.gs_gray:last-of-type","div.gsc_oci_value","#gs_opinion"],extraInlineSelectors:["br"],atomicBlockSelectors:["h3 a[data-clk]"]},{id:"googleMail",matches:"mail.google.com",detectParagraphLanguage:!0,selectors:["h2[data-thread-perm-id]","span[data-thread-id]","div[data-message-id] div[class='']",".messageBody","#views"],globalStyles:{"[role='listitem'] > div":"height:auto!important;white-space:unset!important;"}},{id:"googleNews",matches:"news.google.com",blockMinTextCount:26,blockMinWordCount:5,globalStyles:{".MCAGUe":"height: auto;",".To2ZZb.DbQnIe":"height: unset;",".cp7Yvc > h2":"display: block;",".oovtQ":"height: auto;",h4:"-webkit-line-clamp: unset;"},excludeSelectors:[".EyERq",".AOl7G.eejsDc","[aria-label='Home']","[aria-label='For you']","[aria-label='Following']","[aria-label='World']","[aria-label='Local']",".gb_Fc",".wBQf7b",".yPI8Rb",".jKHa4e",".u43Gd",".Zgjpyb","[role='button']","[jsname='rymPhb']",".cbz1ld",".VfPpkd-P5QLlc",".XvhY1d"]},{id:"outlook",matches:"outlook.live.com",excludeSelectors:[".jHAG3.XG5Jd",".OZZZK",".lDdSm"]},{id:"producthunt",matches:"www.producthunt.com",excludeMatches:"https://www.producthunt.com/stories/*",selectors:["h2","div[class^='styles_htmlText__']","[class^='styles_tagline']","a[href^='/discussions/'].fontWeight-600","button[class^='styles_textButton'] > div > span","h5 + p","div[data-test=product-item-name] + div",".noOfLines-1,.noOfLines-2,.noOfLines-3",".fontWeight-600","[class*='styles_dropdown']","[class*='styles_aboutText']"],globalStyles:{"h5 + p":"height:unset;",".noOfLines-1,.noOfLines-2,.noOfLines-3":"-webkit-line-clamp:unset;"},"excludeTags.remove":["PRE"]},{id:"codeforces",matches:"https://codeforces.com/*","stayOriginalTags.add":["[class^='MathJax']"]},{id:"discord",matches:"https://discord.com/channels/*",isTranslateTitle:!1,selectors:["li[id^=chat-messages] div[id^=message-content]","div[class^=headerText]","section[aria-label='Search Results'] div[id^=message-content]"],extraBlockSelectors:["[class^='embedFieldValue']","li[class^='card'] div[class^='message']","[data-list-item-id^='forum-channel-list'] div[class^='headerText']"],globalStyles:{"div[class^=headerText]":"max-height: unset;","div[class^=message]":"max-height: unset;","div[class^=text]":"max-height: unset;","h3[data-text-variant='heading-lg/semibold']":"-webkit-line-clamp: none;"},detectParagraphLanguage:!0,wrapperPrefix:"
",wrapperSuffix:"",paragraphMinTextCount:4,paragraphMinWordCount:2},{id:"telegram",matches:["web.telegram.org/z/*","web.telegram.org/a/*"],isTranslateTitle:!1,selectors:[".text-content",".message",".reply-markup-button-text",".bot-commands-list-element-description"],"extraBlockSelectors.add":[".message.spoilers-container em",".message.spoilers-container strong"],excludeSelectors:[".time",".peer-title",".document-wrapper",".message.spoilers-container custom-emoji-element"],detectParagraphLanguage:!0},{id:"telegramK",matches:["web.telegram.org/k/*","web.telegram.org/k/"],selectors:[".message",".reply-markup-button-text",".bot-commands-list-element-description"],"extraBlockSelectors.add":[".message.spoilers-container em",".message.spoilers-container strong"],excludeSelectors:[".time",".peer-title",".document-wrapper",".message.spoilers-container custom-emoji-element"],detectParagraphLanguage:!0},{id:"githubGist",matches:"gist.github.com",selectors:[".markdown-body",".readme"],detectParagraphLanguage:!0},{id:"lobste",matches:"lobste.rs",excludeMatches:["https://lobste.rs/about","https://lobste.rs/chat"],selectors:[".u-repost-of",".comment_text",".story_text"]},{id:"slack",matches:"*.slack.com",selectors:[".p-rich_text_block",".p-message_pane__foreword",".c-alert__message","[data-qa=message_attachment_text]"],additionalStayOriginalSelectors:["[data-qa=emoji]"],detectParagraphLanguage:!0},{id:"artstationArtwork",matches:"www.artstation.com/artwork/*",excludeSelectors:".project-description a",selectors:[".project-description","div.project-comment-text"],detectParagraphLanguage:!0},{id:"artstationLearning",matches:"www.artstation.com/learning/courses/*",additionalSelectors:["footer.learning-course-description.ng-star-inserted > span"],excludeSelectors:[".learning-card-meta",".vjs-text-track-display"],"mutationExcludeSelectors.add":[".vjs-text-track-display *"],"subtitleRule.add":{type:"webvtt",subtitleUrlRegExp:"/subtitles/.*\\.(vtt|webvtt)$",loadingContainerSelector:".vjs-text-track-display",quickButtonRule:{appendSelector:".vjs-control-bar",insertBeforeSelector:".vjs-playback-rate",injectCSS:".imt-quick-subtitle-button { font-size: 12px;} .logo,.logo svg { height: 18px !important; width: 18px !important;} .imt-quick-subtitle-pop-content {bottom: 38px !important;}"},videoSelector:"video",attachRule:{appendSelector:".video-js",injectedGlobalCSS:[".vjs-text-track-display {display: none;}",".captions-text: {margin-bottom: 10%;}"]}}},{id:"artstationBlog",matches:["https://www.artstation.com/blogs","https://www.artstation.com/blogs/*"],detectParagraphLanguage:!0,additionalSelectors:[".comment-item-body"],atomicBlockSelectors:[".author-headline",".author-location"],excludeSelectors:["blog-card-thumbnail","blog-card-header",".blog-card-author",".blog-card-meta",".blog-view-header",".blog-grid-title",".post-meta-header"]},{id:"figmaCommunity",matches:"www.figma.com/community/*",normalizeBody:"div.ql-editor[contenteditable='false']",excludeSelectors:["div[class*='metadataRight']","div[class*='commentMetaAndOptions']"],globalStyles:{"div[class*='mini_cardBottomRowSizing']":"height: 3em;"},additionalSelectors:["div[class*='mini_cardBottomRow_Metadata']"],stayOriginalSelectors:["[data-tooltip='tooltip-user-info']"]},{id:"googleIndex",matches:["https://www.google.com/","https://www.google.com.hk/"],excludeSelectors:["#gb","#SIvCob"],inputTutorialsText:"\u8BD5\u8BD5\u8F93\u5165\u4E2D\u6587\u540E\u5FEB\u901F\u8FDE\u51FB 3 \u6B21\u7A7A\u683C\u952E\u7FFB\u8BD1\uFF08\u4EC5\u63D0\u793A\u4E00\u6B21\uFF09",inputTutorialsSelectors:["textarea#APjFqb"],"inputConfig.add":{tutorialsText:"\u8BD5\u8BD5\u8F93\u5165\u4E2D\u6587\u540E\u5FEB\u901F\u8FDE\u51FB 3 \u6B21\u7A7A\u683C\u952E\u7FFB\u8BD1\uFF08\u4EC5\u63D0\u793A\u4E00\u6B21\uFF09",tutorialsSelectors:["textarea#APjFqb"]}},{id:"googleSearch",matches:"www.google.*/search*",blockMinTextCount:32,blockMinWordCount:3,wrapperSuffix:"",detectParagraphLanguage:!0,excludeSelectors:["a h3 + div","div#sfooter","a[role=presentation] > div > div:first-child",".b5ZQcf",".CEMjEf",".MgUUmf.NUnG9d","#result-stats","[role=navigation]","div.sCuL3","div.eFM0qc.BCF2pd","div.WZ8Tjf","div.adDDi","#headerSection","#rateChatDiv","[id=bres]",".title-D5Lgyj","[data-attrid='VisualDigestVideoResult']",".search-enhance-WDIEkP h4",".SPZz6b h2",".CtCigf",".VLkRKc",".EbH0bb",".Wr0c6d",".jleFbf","#searchform",".yg51vc",".CbAZb"],extraBlockSelectors:[".MUFPAc"],"additionalExcludeSelectors.add":["[jscontroller='UsftYd']"],globalStyles:{".V82bz":"-webkit-line-clamp: unset;max-height: unset;margin-bottom:30px",".pe7FNb":"-webkit-line-clamp: unset;",".promotion-3PDMAb":"display: none;",".uAKcGb":"-webkit-line-clamp: unset;max-height: unset;margin-bottom:30px","div[data-content-feature='1'] > div":"-webkit-line-clamp: unset;max-height: unset;","div[style='-webkit-line-clamp:2']":"-webkit-line-clamp: unset;max-height: unset;","div[style='-webkit-line-clamp:3']":"-webkit-line-clamp: unset;max-height: unset;","div[style='-webkit-line-clamp:4']":"-webkit-line-clamp: unset;max-height: unset;",".Pw4Ldf.RsCEN":"height:unset;",".related-question-pair":"overflow:auto;"},ignoreZhCNandZhTW:!0,isTranslateTitle:!1,searchEnhancementConfig:[{id:"google",urlMatch:"https://www\\.google\\..+/search",style:{source:"font-size:12px; margin-bottom: 6px;",enTitle:"margin-top:6px;font-size:14px;",searchTitle:"margin-top:6px;position:relative;padding-right:24px;",more:"color:#1a0dab;margin-top:8px;",enTitleClassName:"immersive-translate-search-enhancement-en-title"},keyword:{value:"[0]$1",matches:[{source:"url",matchRegex:"q=(.+?)&"}]},showCount:5}]},{id:"lowendtalk",matches:"lowendtalk.com",selectors:["[role=heading]","h1",".userContent"]},{id:"linkedinJobs",matches:"www.linkedin.com/jobs/*",selectors:["#job-details > span",".decorated-job-posting__details"]},{id:"linkedinFeed",matches:"https://linkedin.com/feed/*",selectors:["h1",".feed-shared-update-v2__description-wrapper"]},{id:"indiehackers",matches:"www.indiehackers.com",selectors:[".content","h1","h3.story__title",".feed-item__title-link",".article-body",".interview-body"]},{id:"libreddit",matches:"libreddit.de",selectors:["h2.post_title",".comment_body > .md"]},{id:"notionSite",matches:["notion.site","*.notion.site"],normalizeBody:"body",selectors:["div[data-block-id]"]},{id:"notion_so",matches:["www.notion.so"],injectedCss:["[aria-label='Templates'] font br {display:none;}"]},{id:"newyorker",matches:"www.newyorker.com",additionalSelectors:["h1","[data-testid=SummaryItemHed]"],excludeSelectors:["[data-testid=PersistentTop]","[data-testid=StackedNavigationHeader]"],urlChangeDelay:2e3},{id:"startme",matches:"start.me",selectors:[".rss-article__title",".rss-articles-list__article-link",".rss-showcase__title",".rss-showcase__text"]},{id:"scmp",matches:"www.scmp.com",additionalSelectors:[".info__subHeadline",".section-content h2"],globalStyles:{".topic__article-list":"height: unset;",".adverisers__adveriser":"height: unset;",".advertiser__content":"height: unset;",".content-title__link":"display:unset;overflow:unset;-webkit-line-clamp:unset;",".title__text":"max-height:unset; -webkit-line-clamp:unset;",".news-list-item__news-title":"max-height:unset; -webkit-line-clamp:unset;","a[class*='link'] > .link__headline":"max-height:unset; -webkit-line-clamp:unset;"},"bodyRule.add":{bodySelector:"[data-qa='ArticleList-Item']",articleSelector:"[data-qa='GenericArticle-Content']",xpathRule:["datatype:p"]}},{id:"lesswrong",matches:"www.lesswrong.com",extraBlockSelectors:["span.commentOnSelection"]},{id:"mastodon",matches:["mastodon.social","mastodon.online","kolektiva.social","indieweb.social","mastodon.world","infosec.exchange"],isTranslateTitle:!1,selectorMatches:["div#mastodon"],selectors:["div.status__content__text",".about__section__body",".content",".form-container",".account__header__extra"],globalAttributes:{"[class='notranslate app-holder']":{class:"app-holder"}},detectLanguage:!0},{id:"cnbc",matches:"www.cnbc.com",urlChangeDelay:1e3,globalStyles:{"div.Card-titleContainer > div":"-webkit-line-clamp: unset;max-height: unset;"},"excludeSelectors.add":["#GlobalNavigation","#GlobalFooter",".LiveBlogHeader-timestampAndShareBarContainer",".LiveBlogHeader-liveUpdatesPill"]},{id:"dailyDev",matches:"app.daily.dev",selectors:["h1",".typo-body","article h3","[class^=markdown_markdown]"],globalStyles:{".line-clamp-3":"-webkit-line-clamp: unset"}},{id:"pornhub",matches:["*.pornhub.com","pornhub.com"],excludeMatches:["*.pornhub.com/insights/*","pornhub.com/insights/*"],extraBlockSelectors:[".trendingNow",".searchItem",".tagcloud > a"],detectParagraphLanguage:!0,wrapperPrefix:"
",wrapperSuffix:` +?`]},azure:{placeholderDelimiters:["@","#"]},you:{placeholderDelimiters:["@","#"]},openl:{placeholderDelimiters:["@","#"]},niu:{placeholderDelimiters:["@","#"]}},shortcuts:{toggleTranslatePage:"Alt+A",toggleTranslateTheWholePage:"Alt+W",toggleOnlyTransation:"",toggleTranslateToThePageEndImmediately:"",toggleTranslationMask:"",shareToDraft:"",toggleMouseHoverTranslateDirectly:""},tempTranslateDomainMinutes:0,translationParagraphLanguagePattern:{matches:["onboarding.immersivetranslate.com","www.reddit.com","old.reddit.com","twitter.com","www.tumblr.com","*.twitter.com","medium.com","*.medium.com","github.com","gist.github.com","www.facebook.com","www.youtube.com","m.youtube.com","read.readwise.io","www.inoreader.com","mail.google.com","google.com","discord.com","*.instagram.com","instagram.com","web.telegram.org","web.whatsapp.com","*.slack.com","*.indeed.com","outlook.live.com","https://bsky.app","store.steampowered.com","test-app.immersivetranslate.com","app.immersivetranslate.com"],excludeMatches:[],selectorMatches:["meta[property='al:ios:url'][content^='medium://']"],selectorExcludeMatches:[]},sourceLanguageUrlPattern:{},selectTranslationFont:"",translationFonts:["Microsoft YaHei","SimSun","NSimSun","SimHei","Microsoft JhengHei","KaiTi","FangSong","PingFang SC","STHeiti","STKaiti","STSong","STFangsong","STZhongsong","STHupo","STXinwei","STLiti","STXingkai","Hiragino Sans GB","Lantinghei SC","Hanzipen SC","Hannotate SC","Songti SC","Wawati SC","Weibei SC","Xingkai SC","Yapi SC","Yuanti SC","Arial Unicode MS","MingLiU-ExtB","Malgun Gothic","Arial","Calibri","Cambria","Candara","Consolas","Constantia","Corbel","Courier New","Georgia","Lucida Console","MingLiU","PMingLiU","MingLiU_HKSCS","Meiryo","MS Gothic","MS PGothic","MS UI Gothic","MS Mincho","MS PMincho","Segoe UI","Segoe UI Symbol","Tahoma","Times New Roman","Trebuchet MS","Verdana","Gulim","Dotum","Batang","Gungsuh","San Francisco","Helvetica Neue","Hiragino Mincho ProN","Hiragino Kaku Gothic ProN","Yu Gothic","Yu Mincho","Geeza Pro","Al Nile","Tehran","Devanagari MT","Kohinoor Devanagari","Apple SD Gothic Neo","Nanum Gothic"],generalRule:{_comment:"",isTranslateWhenServiceChanged:!0,glossaries:[{k:"LLM",v:""},{k:"LLMs",v:""}],excludeRegexps:["(<\\\\/?[a-zA-Z0-9]+(?:[^>]*?)>)","(||||||||||
|
)"],detectionServiceOrder:["google","bing","transmart"],detectParagraphLanguage:!1,paragraphFirstLetterFontSize:35,toastErrorMinTimes:20,enableSubtitle:!1,"subtitle.autoEnableSubtitle":!1,disableNewTextTranslate:!1,skipEditableCheck:!1,mutationObserverLimitTargetSelectors:[],condition:{},normalizeBody:"",inputExecCommandDeleteEnable:!1,inputConfig:{clearContentEnable:!0,execCommandDeleteEnable:!1},mutationExcludeSelectors:["span.highlighter--highlighted","span.highlighter-ext","mark","msreadoutspan","rw-highlight","web-highlight","font.immersive-translate-target-wrapper *","pre",".uacc-clickable"],mutationExcludeContainsSelectors:["msreadoutspan","[class*='rgh-seen-']","[isInvalidTag]","mh","body","relin-hc"],atomicBlockSelectors:["relin-hc"],shareConfig:{injectCss:!0,removeSelectors:["noscript","script"]},mutationConfig:{consumeTimeout:100,buildTimeout:100,checkSelfUpdate:!0},useIframePostMessage:!1,searchEnhancementConfig:[],injectedCss:[],isOnBoardingPage:!1,isEbook:!1,isEbookBuilder:!1,ignoreZhCNandZhTW:!1,showSponsorOnSafari:!1,noTranslateRegexp:["^\\d+.+ago$","^\\d+\\s+MIN\\s+READ$"],waitForSelectors:[],isInjectOptionsUrl:!1,isInjectVersion:!1,isInjectMeta:!1,waitForSelectorsTimeout:3e3,pairs:{},aiRule:{},subtitleRule:{isInject:!0,autoEnableSubtitle:!1,preTranslation:!1,humanPreferred:!0,disabled:!1,hookType:"xhr",showQuickButton:!0,backgroundColor:"#080808",backgroundOpacity:"75",sourceTextColor:"#FFFFFF",translationTextColor:"#FFFFFF",sourceFontSize:"100",translationMode:"dual",translationPosition:"bottom",translationFontSize:"100",translateGroupCount:5,velocityGroup:[1,3,20]},bodyRule:{enable:!0,maxBodyScreenLength:25,articleChildTags:["P"],articleChildTagsNum:4,bodyIsRoot:!1,humanPreferred:!0,preTranslation:!0,xpathRule:["name:P"]},isSubtitleBuilder:!1,minZIndex:0,initTranslationServiceAsSoonAsPossible:!0,targetWrapperTag:"font",additionalInjectedCss:[],isTranslateTitle:!0,enableSearchEnhancement:!1,searchEnhancementSelector:"#rhs",languageDetectMinTextCount:50,wrapperPrefix:"smart",wrapperSuffix:"smart",isPdf:!1,pdfUrlExtractRule:{},isTransformPreTagNewLine:!1,urlChangeDelay:50,mutationChangeDelay:10,mainFrameMinTextCount:50,mainFrameMinWordCount:5,visibleDelay:0,additionalStayOriginalSelectors:["span.katex","span.notranslate",".MathJax_Preview",".MathJax",".MathJax_SVG",'[aria-labelledby^="MathJax-SVG"]',".mwe-math-element","span[translate=no]","em[translate=no]","code[translate=no]","span.math.inline","span.math.display",".ltx_Math",".mathjax-block",".MathJax_CHTML","kbd","span.pretex-inline","span.math-inline",".reference-citations"],translationBlockStyle:"",isShowUserscriptPagePopup:!0,observeUrlChange:!1,paragraphMinTextCount:4,paragraphMinWordCount:2,shadowRootSelectors:[],blockMinTextCount:24,blockMinWordCount:4,asideMaxTextCount:1e3,asideMaxWordCount:200,asideMaxTextCountPerParagraph:67,asideMaxWordCountPerParagraph:12,lineBreakMaxTextCount:0,globalAttributes:{},inputTutorialsText:"",inputTutorialsSelectors:[],globalMeta:{},globalStyles:{},initialGlobalAttributes:{},initialSelectorGlobalAttributes:{header:{translate:"no"},"footer:last-of-type":{translate:"no"},"nav:last-of-type":{translate:"no"},nav:{translate:"no"}},selectors:[],preWhitespaceDetectedTags:["DIV","SPAN"],stayOriginalSelectors:[],additionalSelectors:["h1","section h2","section h3","section h4","main h2","main h3","main h4",".article-title",".article-subtitle",".article_title",".article_subtitle",".article__title",".articleTitle",".Article__content",".titleLink",".summary",".headline",".page-content","aside.note","aside.article-comments","aside.onebox"],atomicBlockTags:[],excludeSelectors:[],additionalExcludeSelectors:['[contenteditable="true"]',".uacc-clickable","#monica-content-root","#immersive-translate-popup",".social-share",".breadcrumbs",".post__footer",".btn",".share-nav",".o-share","[data-toolbar=share]","rp","rt",".prism-code",".rc-CodeBlock","[role=code]","#omni-extension",".omni-item","div[data-paste-markdown-skip]","table.highlight","div[class^=codeBlockContent]","div[class^=codeBlockLines]","div[class^=token-line]","#liuchan-window > .liuchan-container > *",".material-icons","i.fa","i[class^=fa-]",".notranslate","[translate=no]",".navmenu-container",".google-symbols","h1 br","h2 br","h3 br","h4 br","table thead"],translationClasses:[],excludeTags:["TITLE","LINK","SCRIPT","STYLE","TEXTAREA","SVG","svg","G","NOSCRIPT","BUTTON","BASE","HR","PRE","KBD","WBR","RT","RP","META","MATH","TTS-SENTENCE","AIO-CODE","RELIN-TARGET"],bodyTranslateTags:["FOOTER","ASIDE","BUTTON","NAV"],forceTranslateTags:[],metaTags:["META","SCRIPT","STYLE","NOSCRIPT"],additionalExcludeTags:[],stayOriginalTags:["CODE","TT","IMG","SUP","SUB","SAMP","math","semantics","mrow","mo","mfrac","msup","mi","mn","msqrt","d-math"],additionalStayOriginalTags:[],inlineTags:["A","ABBR","FONT","ACRONYM","B","INS","DEL","RUBY","RP","RB","BDO","MARK","BIG","RT","NOBR","CITE","DFN","EM","I","LABEL","Q","S","SMALL","SPAN","STRONG","SUB","SUP","U","KBD","TT","VAR","IMG","CODE","SCRIPT","STYLE","LINK","TIME","META","WBR","RELIN-HC","RELIN-HIGHLIGHT","RELIN-ORIGIN","RELIN-TARGET","XQDD_HIGHLIGHT_NEW_WORD","NOBR","RW-HIGHLIGHT","HYPOTHESIS-HIGHLIGHT"],additionalInlineTags:[],extraInlineSelectors:["p > a span","p > span a span"],additionalInlineSelectors:[".MathJax_Preview",".MathJax",".highlighter--highlighted",".rw-highlight","ruby *"],extraBlockSelectors:["turbo-frame","readme-toc","#hs_cos_wrapper_post_body","#hs_cos_wrapper_post_body","option","ul > li"],allBlockTags:["BODY","HGROUP","CONTENT","ADDRESS","ARTICLE","ASIDE","DETAILS","BLOCKQUOTE","SELECT","OPTION","CANVAS","DD","DL","DT","FIELDSET","FIGCAPTION","FIGURE","FOOTER","HEADER","FORM","HR","MAIN","SUMMARY","NAV","NOSCRIPT","PRE","SECTION","TABLE","TFOOT","UL","VIDEO","P","DIV","H1","H2","H3","H4","H5","H6","UL","LI","OL","BR","PICTURE","TBODY","TR","TD","TH","SOURCE","C-WIZ","BUTTON","TURBO-FRAME","README-TOC"],mutationObserverContainerSelectors:[],pdfNewParagraphLineHeight:2.4,pdfNewParagraphIndent:1.2,pdfNewParagraphIndentRightIndentPx:130,fingerCountToToggleTranslagePageWhenTouching:4,fingerCountToToggleTranslationMaskWhenTouching:0,fingerCountToToggleTranslagePageOnlyTranslationWhenTouching:0,touchShortcutsToggleTranslatePage:"fingers.4",touchShortcutsToggleTranslationMask:"touchShortcutsOff",touchShortcutsToggleTranslatePageOnlyTranslation:"touchShortcutsOff",touchShortcutsToggleTranslateTouchElement:"touchShortcutsOff",touchShortcutsToggleTranslateTouchElementPreferenceKey:"slide.left",mouseHoverHoldKey:"Off",mouseHoverPreferenceKey:"Ctrl"},rules:[{id:"isSubtitleBuilder",isSubtitleBuilder:!0,pageType:"subtitleBuilder",selectorMatches:["meta[name='immersive-translate-subtitle-builder'][content='true']"],pairs:{".source-text":".target-text"},paragraphMinTextCount:4,paragraphMinWordCount:2,isTranslateTitle:!1,wrapperPrefix:"",wrapperSuffix:"","bodyRule.add":{enable:!1}},{id:"isEbook",isEbook:!0,pageType:"ebookReader",isTranslateTitle:!1,urlChangeDelay:200,selectorMatches:["meta[name='immersive-translate-ebook-viewer'][content='true']"],injectedCss:[".immersive-translate-target-translation-block-wrapper {display:block;}"],excludeSelectors:["#drop-target","#drop-target h1","#side-bar","h1#side-bar-title"],extraInlineSelectors:["span.dropcaps"],"bodyRule.add":{enable:!1},paragraphMinTextCount:4,paragraphMinWordCount:2,blockMinTextCount:1,blockMinWordCount:1,containerMinTextCount:1,wrapperPrefix:"
",targetWrapperTag:"span"},{id:"pdf",isPdf:!0,isTranslateTitle:!1,pageType:"pdfReader",selectorMatches:["meta[name='immersive-translate-pdf-viewer'][content='true']"],matches:["https://app.immersivetranslate.com/pdf","https://app.immersivetranslate.com/pdf/","https://app.immersivetranslate.com/pdf/*","http://localhost:38001/pdf*"],"additionalExcludeSelectors.remove":['[contenteditable="true"]'],isTranslateWhenServiceChanged:!1,translationMode:"translation",skipEditableCheck:!0,selectors:["p"],"bodyRule.add":{enable:!1},injectedCss:[".immersive-translate-target-wrapper {display: contents!important;position:absolute;}",".immersive-translate-target-wrapper br {display: none;!important;}",".immersive-translate-target-wrapper span {position: relative;!important;}",".immersive-translate-error-wrapper {padding:0px !important;margin:0px !important;}","font {line-height: 0!important;}"],globalAttributes:{"[class='textLayer']":{translate:"no"}},mutationExcludeContainsSelectors:["font.immersive-translate-target-wrapper"],"shareConfig.add":{removeSelectors:["noscript","script",".toolbar","#sidebarContainer",'[class="page"]',".editorParamsToolbar",".image-mode",".im_db",".im_cb"]},wrapperPrefix:"",isInjectVersion:!0},{id:"sci-hub.pdfWebPage",matches:["sci-hub.*"],waitForSelectorsTimeout:1,pdfUrlExtractRule:{selector:"#pdf",attribute:"src"}},{id:"common.pdfWebPage",waitForSelectorsTimeout:1,selectorMatches:["embed[type='application/pdf']"]},{id:"isEbookBuilder",matches:["https://app.immersivetranslate.com/ebook/make/","http://localhost:38001/ebook/make/"],isEbookBuilder:!0,pageType:"ebookBuilder",toastErrorMinTimes:500,isTranslateWhenServiceChanged:!1,isTranslateTitle:!1,targetWrapperTag:"span",selectorMatches:["meta[name='immersive-translate-ebook-builder'][content='true']"],injectedCss:[".immersive-translate-target-translation-block-wrapper {display:block;}"],globalMeta:{},excludeSelectors:["h1.notranslate","#drop-target","#drop-target h1","#side-bar","h1#side-bar-title","#tool",".Code"],"bodyRule.add":{enable:!1},isInjectMeta:!0,paragraphMinTextCount:4,paragraphMinWordCount:2,blockMinTextCount:1,blockMinWordCount:1,containerMinTextCount:1,wrapperPrefix:"
"},{id:"immersiveTranslateIosOnBoarding",selectorMatches:["meta[name=immersiveTranslateIosOnBoarding]"],initialGlobalAttributes:{"input#immersiveTranslateDetectedSlot":{value:"true"}},isInjectOptionsUrl:!0,isInjectVersion:!0,isInjectMeta:!0},{id:"immersiveTranslateIosOnBoardingStep1",selectorMatches:["meta[name=immersiveTranslateIosOnBoardingStep1]"],isOnBoardingPage:!0,isInjectOptionsUrl:!0,isInjectVersion:!0,isInjectMeta:!0},{id:"immersivePreview",matches:["https://immersivetranslate.com/preview*","https://test.immersivetranslate.com/preview*","https://immersivetranslate.com/drafts*","https://test.immersivetranslate.com/drafts*"],isInjectVersion:!0,isInjectMeta:!0,waitForSelectorsTimeout:1},{id:"pro-pdf",matches:["https://*.immersivetranslate.com/pdf-pro*"],pageType:"pdfProReader","excludeSelectors.add":["table"],isInjectVersion:!0,isInjectMeta:!0,waitForSelectorsTimeout:1},{id:"immersive",matches:["https://immersivetranslate.com","https://test.immersivetranslate.com","https://onboarding.immersivetranslate.com","https://app.immersivetranslate.com","https://test-app.immersivetranslate.com","http://localhost:38001"],isInjectVersion:!0,isInjectMeta:!0,waitForSelectorsTimeout:1},{id:"simpread",selectorMatches:"div.simpread-read-root.simpread-read-root-show > sr-read",mainFrameSelector:"div.simpread-read-root.simpread-read-root-show > sr-read"},{id:"txt",matches:["*://*/*.txt","file://*/*.txt"],selectorMatches:["body > pre"],"mutationExcludeSelectors.add":["body"],isTransformPreTagNewLine:!0,"excludeTags.remove":["PRE"]},{id:"hangejp",matches:["arad.hange.jp","arad.nexon.co.jp","oapi.dingtalk.com","login.dingtalk.com"],useIframePostMessage:!1},{id:"preSites",matches:["mail.jabber.org","antirez.com","patchwork.kernel.org","lists.apache.org","manned.org","bugs.webkit.org","bugzilla.mozilla.org","lwn.net/Articles/*","docs.haproxy.org","man.freebsd.org","www.oreilly.com/openbook/opensources/book/*","gamefaqs.gamespot.com"],isTransformPreTagNewLine:!0},{id:"wikipedia",matches:"*.wikipedia.org",paragraphMinWordCount:2,paragraphMinTextCount:4,injectedCss:[".immersive-translate-target-translation-block-wrapper { display: block; }"],excludeSelectors:[".mw-editsection",".mw-cite-backlink","#p-lang-btn","#right-navigation","#p-associated-pages",".vector-header"],stayOriginalSelectors:[".chemf",".mwe-math-element","[role=math]",".nowrap"],extraInlineSelectors:[".chemf",".mwe-math-element","[role=math]",".nowrap"],"bodyRule.add":{bodySelector:"#content",articleSelector:"#bodyContent"}},{id:"twitter",matches:["twitter.com","mobile.twitter.com","tweetdeck.twitter.com","pro.twitter.com","https://platform.twitter.com/embed*"],additionalStayOriginalSelectors:['[data-testid="tweetText"] a',"[data-testid='UserDescription'] a","[data-testid='HoverCard'] a","[data-testid='UserCell'] a","[data-testid='birdwatch-pivot'] a"],blockMinTextCount:0,blockMinWordCount:0,excludeSelectors:["[aria-describedby][role=button]","header","[data-testid='radioGroupplayback_rate'] div","[data-testid='userFollowIndicator']","[class='css-901oao r-14j79pv r-37j5jr r-n6v787 r-16dba41 r-1cwl3u0 r-bcqeeo r-qvutc0']","[class='css-175oi2r r-1wbh5a2 r-dnmrzs']"],extraBlockSelectors:['[data-testid="tweetText"] div.r-6koalj'],extraInlineSelectors:['[data-testid="tweetText"] div.r-xoduu5','[data-testid="tweetText"] span','[data-testid="UserDescription"] div',"[data-testid='HoverCard'] div[dir=auto] div","[data-testid='HoverCard'] span[dir=auto] div"],globalStyles:{"[data-testid='card.layoutLarge.detail'] > div:nth-child(2)":"-webkit-line-clamp: unset;","[data-testid='card.layoutSmall.detail'] > div:nth-child(2)":"-webkit-line-clamp: unset;","[data-testid='tweetText']":"-webkit-line-clamp: unset;"},ignoreZhCNandZhTW:!0,isTranslateTitle:!1,useIframePostMessage:!1,observeUrlChange:!1,paragraphMinTextCount:2,paragraphMinWordCount:1,selectors:['[data-testid="tweetText"]',".tweet-text",".js-quoted-tweet-text","[data-testid='card.layoutSmall.detail'] > div:nth-child(2)","[data-testid='developerBuiltCardContainer'] > div:nth-child(2)","[data-testid='card.layoutLarge.detail'] > div:nth-child(2)","[data-testid='cellInnerDiv'] div[data-testid='UserCell'] > div> div:nth-child(2)","[data-testid='UserDescription']","[data-testid='HoverCard'] div[dir=auto]","[data-testid='HoverCard'] span[dir=auto]","[data-testid='HoverCard'] [role='dialog'] div[dir=ltr]","[data-testid='birdwatch-pivot'] div[dir=ltr]"],"subtitleRule.add":{type:"live",isInject:!1,injectedCss:["#layers[style='z-index: 1;'] [style='height: 100px;'] { height: 400px !important; }"],liveSubtitleRule:{containerSelector:".css-175oi2r.r-13awgt0.r-1pi2tsx.r-13qz1uu > [role='listbox']",reportSelector:".css-175oi2r.r-1awozwy.r-173mn98.r-1mf7evn.r-7e3msg",textSelectors:[".css-1rynq56.r-bcqeeo.r-qvutc0.r-37j5jr.r-a023e6.r-16dba41.r-dhbnww.r-1pb70le"],mutationChangeDelay:1e3}},"subtitleRule.add_v.[1.2.1]":{type:"twitter",videoPlayerSelector:"video",loadingStyle:"bottom: unset; top: 5%;",injectedCss:["#layers[style='z-index: 1;'] [style='height: 100px;'] { height: 400px !important; }","video::cue {white-space: pre-line;}"]}},{id:"threads",matches:"www.threads.net",selectors:["p",".x1npkx4u.x1exu5d8",".xw7yly9",".xgkxs2y",".x1xdureb.xqti54a.x13vxnyz",".xqti54a.x13vxnyz.x49hn82.xcrlgei.x889kno"],stayOriginalSelectors:[".x1rg5ohu",".xat24cr.xdj266r a"],"excludeSelectors.add":[".x6s0dn4.x78zum5",".xpvyfi4.x1npkx4u.x1ms6mhf"],globalStyles:{span:"max-height:unset;-webkit-line-clamp:unset;height:unset;white-space:unset;"}},{id:"stackoverflow",matches:["stackoverflow.com","*.stackexchange.com","superuser.com","askubuntu.com","serverfault.com"],extraBlockSelectors:["span.comment-copy"],globalStyles:{".s-post-summary--content-excerpt":"-webkit-line-clamp:unset;"},"excludeSelectors.add":[".votecell","header","#footer","#question-header + div","div.postcell div.mb0","div[id^=comments-link-]","#answers-header",".new-post-login",".form-submit","a[href='/questions/ask']","#left-sidebar","a.comment-user","span.comment-date","div.s-prose.js-post-body + div",".bottom-notice","div[data-campaign-name=stk]",".s-post-summary--stats",".s-post-summary--meta"],paragraphMinTextCount:4,paragraphMinWordCount:2},{id:"appleDeveloper",matches:"developer.apple.com/documentation/*",selectors:[".container","h3.title","div.content"]},{id:"hackerNews",matches:"news.ycombinator.com",selectors:[".titleline > a",".comment > .commtext",".toptext","a.hn-item-title",".hn-comment-text",".hn-story-title"],excludeSelectors:[".reply"]},{id:"quora",matches:["*.quora.com","quora.com"],excludeSelectors:[".dom_annotate_multifeed_bundle_AskQuestionPromptBundle",".dom_annotate_feed_switcher","[class='q-box qu-py--small qu-color--gray_light']","[class='q-box spacing_log_answer_header']","[class='q-box qu-flex--auto']","[class='q-text qu-dynamicFontSize--small qu-mt--small qu-color--gray_light qu-passColorToLinks']",".AnswerFooter___StyledFlex-sc-2xbo88-0","[class='q-box qu-mb--small']"],globalStyles:{".qu-truncateLines--3":"-webkit-line-clamp: unset;"}},{id:"oldReddit",matches:["old.reddit.com/*/.compact","old.reddit.com/.compact","www.reddit.com/*/.compact","www.reddit.com/.compact"],selectors:[".title > a",".usertext-body"],detectParagraphLanguage:!0},{id:"otherOldReddit",matches:"old.reddit.com",selectors:["p.title > a","[role=main] .md-container"],detectParagraphLanguage:!0},{id:"redditList",matches:["https://www.reddit.com/r/*/comments/*/*","https://www.reddit.com/","https://www.reddit.com/hot/","https://www.reddit.com/new/","https://www.reddit.com/top/"],excludeMatches:["https://www.reddit.com/r/*/wiki/*"],observeUrlChange:!0,selectors:["h1",".PostHeader__post-title-line","[data-click-id=body] h3","[data-click-id=background] h3","[data-testid=comment]","[data-adclicklocation='title'] h3","[data-adclicklocation=media]","[data-testid='post-title-text']",".PostContent",".post-content",".Comment__body","faceplate-batch .md","[slot=comment]",".RichTextJSON-root","[slot=title]","[slot=text-body]","p.title > a","[role=main] .md-container"],detectParagraphLanguage:!0,globalStyles:{"div.XPromoBottomBar":"display:none","[class*='line-clamp']":"-webkit-line-clamp: unset"},waitForSelectors:["[data-testid=post_author_link]"],"inputConfig.add":{clearContentEnable:!1}},{id:"reddit",matches:"www.reddit.com",selectors:["#search-results-tab-slot","h1",".PostHeader__post-title-line","[data-click-id=body] h3","[data-click-id=background] h3","[data-testid=comment]","[data-adclicklocation='title'] h3","[data-testid='post-title-text']","[slot=comment]","[data-adclicklocation=media]",".PostContent",".post-content",".Comment__body","faceplate-batch .md","[slot=text-body]","p.title > a","[role=main] .md-container","#-post-rtjson-content",".RichTextJSON-root","[slot='title']"],excludeSelectors:[".text-neutral-content-weak"],paragraphMinTextCount:5,paragraphMinWordCount:2,excludeMatches:["https://www.reddit.com/r/*/wiki/*","https://www.reddit.com/settings/*"],detectParagraphLanguage:!0,globalStyles:{"div.XPromoBottomBar":"display:none","[class*='line-clamp']":"-webkit-line-clamp: unset"}},{id:"reuters",matches:"www.reuters.com",excludeSelectors:["[promotext]","[data-testid=Leaderboard]","[data-testid=HomeTickerV2]","[data-testid=SiteFooter]","[class^=refinitiv-promo-bar__container]","[data-testid=ResponsiveAdSlot]","[data-testid=SiteHeader]","[data-testid=HomeTickerV2]"]},{id:"npmjs",matches:"https://www.npmjs.com/package/*",selectors:["#tabpanel-readme > div:first-child"]},{id:"github",matches:"github.com",useIframePostMessage:!1,excludeMatches:["https://github.com/*/*/settings","https://github.com/settings/*","https://github.com/sponsors/*","https://github.com/readme/*","https://github.com/readme/","https://github.com/features/*","https://github.com/customer-stories/*"],mutationExcludeSelectors:[".react-blob-sticky-header *"],selectors:["h1","[aria-label=Issues] .markdown-title","[aria-labelledby=discussions-list] .markdown-title","h3 .markdown-title",".markdown-body",".Layout-sidebar p","div > span.search-match","li.repo-list-item p","#responsive-meta-container p","article p","div.repo-description p","[itemprop=description]",".integrations-auth-wrapper",".new-feed-onboarding-notice","article section[aria-label='card content'] > div > div > div > div:nth-child(2)",".TimelineItem-body .Link--primary",'[role="navigation"] p','[data-testid="commit-row-item"] h4'],atomicBlockSelectors:["[itemprop=description]"],excludeSelectors:[".css-truncate","[data-test-selector='commit-tease-commit-message']","[data-test-selector='create-branch.developmentForm']","div.Box-header.position-relative","div.blob-wrapper-embedded","div.Box.Box--condensed.my-2","div.jp-CodeCell",'[aria-label="Account"] .markdown-title',".js-repos-container .markdown-title","a.anchor","div.file-navigation + div.Box"],extraBlockSelectors:[],extraInlineSelectors:["g-emoji","a.anchor"],stayOriginalTags:["CODE","TT","G-EMOJI","IMG","SUP","SUB"],"stayOriginalSelectors.add":[".issue-link"],detectParagraphLanguage:!0,globalStyles:{".TimelineItem-body .Link--primary":"-webkit-line-clamp: unset;"}},{id:"github-blog",matches:["github.blog"],injectedCss:["font {word-break: break-all !important;}"]},{id:"githubNotebook",matches:"notebooks.githubusercontent.com",useIframePostMessage:!1,excludeSelectors:["div.jp-CodeCell"]},{id:"facebook",matches:"www.facebook.com",excludeMatches:["https://www.facebook.com/business/*","https://www.facebook.com/help*"],selectors:["div[dir=auto][style]","div[dir=auto][class]","span[lang]"],atomicBlockSelectors:["div[dir=auto][style]","div[dir=auto][class]","span[lang]"],insertPosition:"afterend",preWhitespaceDetectedTags:["DIV","SPAN"],extraBlockSelectors:["span.x1vvkbs"],excludeSelectors:["[role=button]"],translationClasses:["immersive-translate-text"],detectParagraphLanguage:!0},{id:"youtubeMobile",matches:"m.youtube.com",selectors:[".comment-text","#content-text",".media-item-headline",".slim-video-information-title",".yt-spec-button-view-model",".yt-core-attributed-string > span",".title"],shareConfig:{injectCss:!1,removeSelectors:["iron-iconset-svg","iframe","ytd-watch-next-secondary-results-renderer","noscript","script"]},"mutationConfig.add":{checkSelfUpdate:!1},"excludeTags.remove":["BUTTON"],additionalExcludeSelectors:[".ytp-caption-window-container","text"],"subtitleRule.add":{type:"youtube",subtitleUrlRegExp:"(/api/timedtext|videoplayback\\?expire.*text)",translateSelectors:[".caption-window",".caption-visual-line"],videoPlayerSelector:".html5-video-player.playing-mode,.html5-video-player.paused-mode",loadingContainerSelector:".ytp-caption-window-container",videoADSelector:".ytp-ad-player-overlay",injectedCss:["#player-shorts-container .ytp-caption-window-bottom {top: 40px; bottom: unset!important;}"],videoSelector:".html5-video-player.playing-mode video,.html5-video-player.paused-mode video",translationOnlyPattern:["m.youtube.com/watch*","m.youtube.com/embed*","m.youtube.com/shorts*"],attachRule:{appendSelector:".html5-video-player.playing-mode,.html5-video-player.paused-mode",injectedCSS:[".imt-caption-container {z-index:40;}"],injectedGlobalCSS:[".caption-window {display: none;} ","shorts-video #immersive-translate-caption-window { height: 150px;}"]}},wrapperPrefix:"",wrapperSuffix:"",observeUrlChange:!0,atomicBlockSelectors:[".comment-text"],globalStyles:{".comment-text":"max-height:unset;",".media-item-headline":"max-height:unset;-webkit-line-clamp:unset;"},injectedCss:[".immersive-translate-target-wrapper img { width: 16px; height: 16px }"],extraBlockSelectors:[".caption-visual-line"]},{id:"youtube",matches:"www.youtube.com",blockMinTextCount:0,blockMinWordCount:0,detectParagraphLanguage:!0,lineBreakMaxTextCount:0,shareConfig:{injectCss:!1,removeSelectors:["iron-iconset-svg","iframe","ytd-watch-next-secondary-results-renderer","noscript","script"]},"additionalExcludeSelectors.add":[".ytp-caption-window-container","text"],globalStyles:{"#video-title":"-webkit-line-clamp: unset;max-height: unset;","h1.ytd-watch-metadata":"-webkit-line-clamp: unset;max-height: unset;","yt-formatted-string#video-title":"-webkit-line-clamp: unset;max-height: unset;","ytd-expander.ytd-comment-renderer":"--ytd-expander-max-lines: 1000;"},injectedCss:[".immersive-translate-target-wrapper img { width: 16px; height: 16px }",".metadata-snippet-container {max-height: unset !important;}",".immersive-translate-target-wrapper {text-align: left;}",".immersive-translate-target-wrapper[dir=rtl] {text-align: right;}"],isTranslateTitle:!1,observeUrlChange:!0,selectors:["yt-formatted-string[slot=content].ytd-comment-renderer","yt-formatted-string.ytd-video-renderer","yt-formatted-string#content-text","h1","yt-formatted-string#video-title","yt-formatted-string.span","span#video-title","a#video-title","yt-formatted-string.ytd-transcript-segment-renderer","#description-inline-expander > yt-attributed-string > span","yt-attributed-string > span","ytd-notification-renderer .message","#message",".yt_to_text_transcript_text"],extraBlockSelectors:["yt-formatted-string.ytd-transcript-segment-renderer",".caption-visual-line"],"subtitleRule.add":{type:"youtube",subtitleUrlRegExp:"(/api/timedtext|videoplayback\\?expire.*text)",translateSelectors:[".caption-window",".caption-visual-line"],videoPlayerSelector:".html5-video-player.playing-mode,.html5-video-player.paused-mode",loadingContainerSelector:".ytp-caption-window-container",videoADSelector:".ytp-ad-player-overlay",translationOnlyPattern:["www.youtube.com/watch*","www.youtube.com/embed*","www.youtube.com/shorts*"],subtitleButtonSelector:".html5-video-player.playing-mode .ytp-subtitles-button,.html5-video-player.paused-mode .ytp-subtitles-button",languageSelector:".ytp-menuitem-label",injectedCss:["#shorts-player .ytp-caption-window-bottom {top: 2%; bottom: unset!important;} #immersive-translate-quick-button-container {font-size: 12px;z-index:1001;}"],quickButtonRule:{appendSelector:".ytp-chrome-controls",insertBeforeSelector:".ytp-right-controls"},videoSelector:".html5-video-player.playing-mode video,.html5-video-player.paused-mode video",attachRule:{appendSelector:".html5-video-player.playing-mode,.html5-video-player.paused-mode",injectedCSS:[".imt-caption-container {z-index:40;}",".imt-caption-window {margin-bottom: 2%}"],injectedGlobalCSS:[".caption-window {display: none;} ","#shorts-player #immersive-translate-caption-window { height: 20%;}",".html5-video-player:not(.ytp-autohide) #immersive-translate-caption-window {bottom: 60px;}"]}},urlChangeDelay:2e3,wrapperPrefix:"
",wrapperSuffix:""},{id:"tvYoutube",matches:"tv.youtube.com","subtitleRule.add":{type:"youtube",preTranslation:!0,humanPreferred:!1,subtitleUrlRegExp:"(/api/timedtext|videoplayback\\?expire.*text)",translateSelectors:[".caption-window",".caption-visual-line"],videoPlayerSelector:".html5-video-player.playing-mode,.html5-video-player.paused-mode",loadingContainerSelector:".ytp-caption-window-container",videoADSelector:".ytp-ad-player-overlay",translationOnlyPattern:["tv.youtube.com/watch*"],subtitleButtonSelector:".ytp-subtitles-button",languageSelector:".ytp-menuitem-label",injectedCss:["#shorts-player .ytp-caption-window-bottom {top: 2%; bottom: unset!important;} #immersive-translate-quick-button-container {font-size: 12px;z-index:1001;}"],quickButtonRule:{appendSelector:".ypcs-control-buttons-right",insertBeforeSelector:".ypcs-control-buttons-right .ypcs-volume-control-slot"},videoSelector:".html5-video-player.playing-mode video,.html5-video-player.paused-mode video",attachRule:{appendSelector:".html5-video-player.playing-mode,.html5-video-player.paused-mode",injectedCSS:[".imt-caption-container {z-index:40;}",".imt-caption-window {margin-bottom: 2%;}"],injectedGlobalCSS:[".caption-window {display: none;} ","#shorts-player #immersive-translate-caption-window { height: 20%;}",".html5-video-player:not(.ytp-autohide) #immersive-translate-caption-window {bottom: 60px;}"]}}},{id:"youtube-subtitle",matches:["www.youtube-nocookie.com","music.youtube.com"],extraBlockSelectors:[".caption-visual-line"],mainFrameMinTextCount:0,"excludeSelectors.add":[".captions-text",".ytp-caption-segment"],"subtitleRule.add":{type:"youtube",subtitleUrlRegExp:"/api/timedtext",translateSelectors:[".caption-window",".caption-visual-line"],videoPlayerSelector:".html5-video-player",loadingContainerSelector:".ytp-caption-window-container",videoADSelector:".ytp-ad-player-overlay",translationOnlyPattern:["www.youtube-nocookie.com/embed*","music.youtube.com/watch*"],subtitleButtonSelector:".ytp-subtitles-button",languageSelector:".ytp-menuitem-label",injectedCss:["#shorts-player .ytp-caption-window-bottom {top: 2%; bottom: unset!important;}"],quickButtonRule:{appendSelector:".ytp-chrome-controls",insertBeforeSelector:".ytp-right-controls"},videoSelector:".html5-video-player video",attachRule:{appendSelector:".html5-video-player",injectedCSS:[".imt-caption-container {z-index:40;}",".imt-caption-window {margin-bottom: 2%;}"],injectedGlobalCSS:[".caption-window {display: none;} ","#shorts-player #immersive-translate-caption-window { height: 20%;}",".html5-video-player:not(.ytp-autohide) #immersive-translate-caption-window {bottom: 60px;}"]}}},{id:"instagramMessage",matches:["https://www.instagram.com/direct/*"],wrapperPrefix:"
",selectors:["div[dir=auto].html-div"]},{id:"instagramPost",matches:["https://www.instagram.com/p/*","https://www.instagram.com/reels/*"],blockMinTextCount:1,paragraphMinTextCount:2,excludeSelectors:["hr+div span[dir=auto][style] > span"],selectors:["h1","ul li h3+div span[dir=auto]","hr+div span[dir=auto][style]","div > div[dir=auto]","div:not([class]) > div > div:nth-child(2)"],wrapperPrefix:"
"},{id:"otherInstagram",blockMinWordCount:1,matches:"https://www.instagram.com/*",paragraphMinTextCount:2,selectors:["h1","article span[dir=auto] > span[dir=auto]","._ab1y","ul li h3+div span[dir=auto]","hr+div span[dir=auto][style]","span[dir=auto] > div > span","div > h1[dir=auto]"],wrapperSuffix:""},{id:"1paragraph",matches:"1paragraph.app",selectors:["#book"]},{id:"poeditor",matches:"https://poeditor.com/projects/*",selectors:[".comment-body",".reference_language .source-string"]},{id:"substack",matches:["*.substack.com","newsletter.rootsofprogress.org"],selectorMatches:["link[href^='https://substackcdn.com/bundle/'][rel=preload]"],excludeSelectors:["[style^=top]",".publication-footer",".subscribe-footer",".main-menu",".navbar-title-link","[data-testid='navbar']",".navbar-title",".captioned-button-wrap",".subscription-widget-wrap",".tweet-header",".tweet-link-bottom",".expanded-link",".meta-subheader",".comment-meta",".comment-actions"],globalStyles:{".reader2-clamp-lines":"max-height: unset; -webkit-line-clamp: unset;","[class*='clamp-']":"max-height: unset; -webkit-line-clamp:unset;",".blurb-text":"max-height: unset;",".comment-body":"max-height: unset;"},extraBlockSelectors:[".reader2-post-title",".tweet-link-top",".tweet-link-bottom",".expanded-link"]},{id:"seekingalpha",matches:["seekingalpha.com/article/*","seekingalpha.com/news/*"],selectors:["[data-test-id=card-container]","[data-test-id=comments-section]"],excludeSelectors:["[data-test-id=post-page-meta]","header > div:first-child"]},{id:"hnAlgolia",matches:"hn.algolia.com",selectors:[".Story_title > a:first-child",".Story_comment > span"]},{id:"readwise",matches:"read.readwise.io",selectors:["div[class^='_titleRow_']","#document-text-content"],detectParagraphLanguage:!0},{id:"inoreader",matches:["www.inoreader.com","*.inoreader.com"],selectors:[".article_header_title",".article_title_link",".article_content",".article_magazine_title_link",".blog-post-page","#welcome_center",".gad_overview_articles_wrapper",".library_article_text h4",".header_name"],excludeMatches:["https://www.inoreader.com/features/"],observeUrlChange:!1,globalStyles:{".article_title_link,.library_article_text h4,.gadget_overview_article_title,.article_magazine_title_link,.reader_pane_view_style_2 .column_view_title":"-webkit-line-clamp: unset;max-height: unset;",".article_tile_content_wraper,div.article_tile":"overflow:auto",".article_header_title":"white-space:normal"}},{id:"aha",matches:"*.ideas.aha.io",excludeSelectors:[".comment-header",".vote-status",".idea-meta",".filters-title",".ideas-showing-count",".my-ideas-filters-wrapper",".statuses-filters-wrapper",".categories-filters-wrapper","[class^='attachment']","span[class^='attachment-name']"]},{id:"googleScholar",matches:["scholar.google.*/*","scholar.google.com.*/*","scholar.google.co.*/*"],wrapperPrefix:` +`,selectors:["h3 a[data-clk]","div.gs_rs","td a.gsc_a_at","td div.gs_gray:last-of-type","div.gsc_oci_value","#gs_opinion"],extraInlineSelectors:["br"],atomicBlockSelectors:["h3 a[data-clk]"]},{id:"googleMail",matches:"mail.google.com",detectParagraphLanguage:!0,selectors:["h2[data-thread-perm-id]","span[data-thread-id]","div[data-message-id] div[class='']",".messageBody","#views"],globalStyles:{"[role='listitem'] > div":"height:auto!important;white-space:unset!important;"}},{id:"googleNews",matches:"news.google.com",blockMinTextCount:26,blockMinWordCount:5,globalStyles:{".MCAGUe":"height: auto;",".To2ZZb.DbQnIe":"height: unset;",".cp7Yvc > h2":"display: block;",".oovtQ":"height: auto;",h4:"-webkit-line-clamp: unset;"},excludeSelectors:[".EyERq",".AOl7G.eejsDc","[aria-label='Home']","[aria-label='For you']","[aria-label='Following']","[aria-label='World']","[aria-label='Local']",".gb_Fc",".wBQf7b",".yPI8Rb",".jKHa4e",".u43Gd",".Zgjpyb","[role='button']","[jsname='rymPhb']",".cbz1ld",".VfPpkd-P5QLlc",".XvhY1d"]},{id:"outlook",matches:"outlook.live.com",excludeSelectors:[".jHAG3.XG5Jd",".OZZZK",".lDdSm"]},{id:"producthunt",matches:"www.producthunt.com",excludeMatches:"https://www.producthunt.com/stories/*",selectors:["h2","div[class^='styles_htmlText__']","[class^='styles_tagline']","a[href^='/discussions/'].fontWeight-600","button[class^='styles_textButton'] > div > span","h5 + p","div[data-test=product-item-name] + div",".noOfLines-1,.noOfLines-2,.noOfLines-3",".fontWeight-600","[class*='styles_dropdown']","[class*='styles_aboutText']","[class*='styles_titleContainer']","[class*='styles_header'] h1"],globalStyles:{"h5 + p":"height:unset;",".noOfLines-1,.noOfLines-2,.noOfLines-3":"-webkit-line-clamp:unset;"},"excludeTags.remove":["PRE"]},{id:"codeforces",matches:"https://codeforces.com/*","stayOriginalTags.add":["[class^='MathJax']"]},{id:"discord",matches:"https://discord.com/channels/*",isTranslateTitle:!1,selectors:["li[id^=chat-messages] div[id^=message-content]","div[class^=headerText]","section[aria-label='Search Results'] div[id^=message-content]"],extraBlockSelectors:["[class^='embedFieldValue']","li[class^='card'] div[class^='message']","[data-list-item-id^='forum-channel-list'] div[class^='headerText']"],globalStyles:{"div[class^=headerText]":"max-height: unset;","div[class^=message]":"max-height: unset;","div[class^=text]":"max-height: unset;","h3[data-text-variant='heading-lg/semibold']":"-webkit-line-clamp: none;"},detectParagraphLanguage:!0,wrapperPrefix:"
",wrapperSuffix:"",paragraphMinTextCount:4,paragraphMinWordCount:2},{id:"telegram",matches:["web.telegram.org/z/*","web.telegram.org/a/*"],isTranslateTitle:!1,selectors:[".text-content",".message",".reply-markup-button-text",".bot-commands-list-element-description"],"extraBlockSelectors.add":[".message.spoilers-container em",".message.spoilers-container strong"],excludeSelectors:[".time",".peer-title",".document-wrapper",".message.spoilers-container custom-emoji-element"],detectParagraphLanguage:!0},{id:"telegramK",matches:["web.telegram.org/k/*","web.telegram.org/k/"],selectors:[".message",".reply-markup-button-text",".bot-commands-list-element-description"],"extraBlockSelectors.add":[".message.spoilers-container em",".message.spoilers-container strong"],excludeSelectors:[".time",".peer-title",".document-wrapper",".message.spoilers-container custom-emoji-element"],detectParagraphLanguage:!0},{id:"githubGist",matches:"gist.github.com",selectors:[".markdown-body",".readme"],detectParagraphLanguage:!0},{id:"lobste",matches:"lobste.rs",excludeMatches:["https://lobste.rs/about","https://lobste.rs/chat"],selectors:[".u-repost-of",".comment_text",".story_text"]},{id:"slack",matches:"*.slack.com",selectors:[".p-rich_text_block",".p-message_pane__foreword",".c-alert__message","[data-qa=message_attachment_text]"],additionalStayOriginalSelectors:["[data-qa=emoji]"],detectParagraphLanguage:!0},{id:"artstationArtwork",matches:"www.artstation.com/artwork/*",excludeSelectors:".project-description a",selectors:[".project-description","div.project-comment-text"],detectParagraphLanguage:!0},{id:"artstationLearning",matches:"www.artstation.com/learning/courses/*",additionalSelectors:["footer.learning-course-description.ng-star-inserted > span"],excludeSelectors:[".learning-card-meta",".vjs-text-track-display"],"mutationExcludeSelectors.add":[".vjs-text-track-display *"],"subtitleRule.add":{type:"webvtt",subtitleUrlRegExp:"/subtitles/.*\\.(vtt|webvtt)$",loadingContainerSelector:".vjs-text-track-display",quickButtonRule:{appendSelector:".vjs-control-bar",insertBeforeSelector:".vjs-playback-rate",injectCSS:".imt-quick-subtitle-button { font-size: 12px;} .logo,.logo svg { height: 18px !important; width: 18px !important;} .imt-quick-subtitle-pop-content {bottom: 38px !important;}"},videoSelector:"video",attachRule:{appendSelector:".video-js",injectedGlobalCSS:[".vjs-text-track-display {display: none;}",".captions-text: {margin-bottom: 10%;}"]}}},{id:"artstationBlog",matches:["https://www.artstation.com/blogs","https://www.artstation.com/blogs/*"],detectParagraphLanguage:!0,additionalSelectors:[".comment-item-body"],atomicBlockSelectors:[".author-headline",".author-location"],excludeSelectors:["blog-card-thumbnail","blog-card-header",".blog-card-author",".blog-card-meta",".blog-view-header",".blog-grid-title",".post-meta-header"]},{id:"figmaCommunity",matches:"www.figma.com/community/*",normalizeBody:"div.ql-editor[contenteditable='false']",excludeSelectors:["div[class*='metadataRight']","div[class*='commentMetaAndOptions']"],globalStyles:{"div[class*='mini_cardBottomRowSizing']":"height: 3em;"},additionalSelectors:["div[class*='mini_cardBottomRow_Metadata']"],stayOriginalSelectors:["[data-tooltip='tooltip-user-info']"]},{id:"googleIndex",matches:["https://www.google.com/","https://www.google.com.hk/"],excludeSelectors:["#gb","#SIvCob"],inputTutorialsText:"\u8BD5\u8BD5\u8F93\u5165\u4E2D\u6587\u540E\u5FEB\u901F\u8FDE\u51FB 3 \u6B21\u7A7A\u683C\u952E\u7FFB\u8BD1\uFF08\u4EC5\u63D0\u793A\u4E00\u6B21\uFF09",inputTutorialsSelectors:["textarea#APjFqb"],"inputConfig.add":{tutorialsText:"\u8BD5\u8BD5\u8F93\u5165\u4E2D\u6587\u540E\u5FEB\u901F\u8FDE\u51FB 3 \u6B21\u7A7A\u683C\u952E\u7FFB\u8BD1\uFF08\u4EC5\u63D0\u793A\u4E00\u6B21\uFF09",tutorialsSelectors:["textarea#APjFqb"]}},{id:"googleSearch",matches:"www.google.*/search*",blockMinTextCount:32,blockMinWordCount:3,wrapperSuffix:"",detectParagraphLanguage:!0,excludeSelectors:["a h3 + div","div#sfooter","a[role=presentation] > div > div:first-child",".b5ZQcf",".CEMjEf",".MgUUmf.NUnG9d","#result-stats","[role=navigation]","div.sCuL3","div.eFM0qc.BCF2pd","div.WZ8Tjf","div.adDDi","#headerSection","#rateChatDiv","[id=bres]",".title-D5Lgyj","[data-attrid='VisualDigestVideoResult']",".search-enhance-WDIEkP h4",".SPZz6b h2",".CtCigf",".VLkRKc",".EbH0bb",".Wr0c6d",".jleFbf","#searchform",".yg51vc",".CbAZb"],extraBlockSelectors:[".MUFPAc"],"additionalExcludeSelectors.add":["[jscontroller='UsftYd']"],globalStyles:{".V82bz":"-webkit-line-clamp: unset;max-height: unset;margin-bottom:30px",".pe7FNb":"-webkit-line-clamp: unset;",".promotion-3PDMAb":"display: none;",".uAKcGb":"-webkit-line-clamp: unset;max-height: unset;margin-bottom:30px","div[data-content-feature='1'] > div":"-webkit-line-clamp: unset;max-height: unset;","div[style='-webkit-line-clamp:2']":"-webkit-line-clamp: unset;max-height: unset;","div[style='-webkit-line-clamp:3']":"-webkit-line-clamp: unset;max-height: unset;","div[style='-webkit-line-clamp:4']":"-webkit-line-clamp: unset;max-height: unset;",".Pw4Ldf.RsCEN":"height:unset;",".related-question-pair":"overflow:auto;"},ignoreZhCNandZhTW:!0,isTranslateTitle:!1,searchEnhancementConfig:[{id:"google",urlMatch:"https://www\\.google\\..+/search",style:{source:"font-size:12px; margin-bottom: 6px;",enTitle:"margin-top:6px;font-size:14px;",searchTitle:"margin-top:6px;position:relative;padding-right:24px;",more:"color:#1a0dab;margin-top:8px;",enTitleClassName:"immersive-translate-search-enhancement-en-title"},keyword:{value:"[0]$1",matches:[{source:"url",matchRegex:"q=(.+?)&"}]},showCount:5}]},{id:"lowendtalk",matches:"lowendtalk.com",selectors:["[role=heading]","h1",".userContent"]},{id:"linkedinJobs",matches:"www.linkedin.com/jobs/*",selectors:["#job-details > span",".decorated-job-posting__details"]},{id:"linkedinFeed",matches:"https://linkedin.com/feed/*",selectors:["h1",".feed-shared-update-v2__description-wrapper"]},{id:"indiehackers",matches:"www.indiehackers.com",selectors:[".content","h1","h3.story__title",".feed-item__title-link",".article-body",".interview-body"]},{id:"libreddit",matches:"libreddit.de",selectors:["h2.post_title",".comment_body > .md"]},{id:"notionSite",matches:["notion.site","*.notion.site"],normalizeBody:"body",selectors:["div[data-block-id]"]},{id:"notion_so",matches:["www.notion.so"],injectedCss:["[aria-label='Templates'] font br {display:none;}"]},{id:"newyorker",matches:"www.newyorker.com",additionalSelectors:["h1","[data-testid=SummaryItemHed]"],excludeSelectors:["[data-testid=PersistentTop]","[data-testid=StackedNavigationHeader]"],urlChangeDelay:2e3},{id:"startme",matches:"start.me",selectors:[".rss-article__title",".rss-articles-list__article-link",".rss-showcase__title",".rss-showcase__text"]},{id:"scmp",matches:"www.scmp.com",additionalSelectors:[".info__subHeadline",".section-content h2"],globalStyles:{".topic__article-list":"height: unset;",".adverisers__adveriser":"height: unset;",".advertiser__content":"height: unset;",".content-title__link":"display:unset;overflow:unset;-webkit-line-clamp:unset;",".title__text":"max-height:unset; -webkit-line-clamp:unset;",".news-list-item__news-title":"max-height:unset; -webkit-line-clamp:unset;","a[class*='link'] > .link__headline":"max-height:unset; -webkit-line-clamp:unset;"},"bodyRule.add":{bodySelector:"[data-qa='ArticleList-Item']",articleSelector:"[data-qa='GenericArticle-Content']",xpathRule:["datatype:p"]}},{id:"lesswrong",matches:"www.lesswrong.com",extraBlockSelectors:["span.commentOnSelection"]},{id:"mastodon",matches:["mastodon.social","mastodon.online","kolektiva.social","indieweb.social","mastodon.world","infosec.exchange"],isTranslateTitle:!1,selectorMatches:["div#mastodon"],selectors:["div.status__content__text",".about__section__body",".content",".form-container",".account__header__extra"],globalAttributes:{"[class='notranslate app-holder']":{class:"app-holder"}},detectLanguage:!0},{id:"cnbc",matches:"www.cnbc.com",urlChangeDelay:1e3,globalStyles:{"div.Card-titleContainer > div":"-webkit-line-clamp: unset;max-height: unset;"},"excludeSelectors.add":["#GlobalNavigation","#GlobalFooter",".LiveBlogHeader-timestampAndShareBarContainer",".LiveBlogHeader-liveUpdatesPill"]},{id:"dailyDev",matches:"app.daily.dev",selectors:["h1",".typo-body","article h3","[class^=markdown_markdown]"],globalStyles:{".line-clamp-3":"-webkit-line-clamp: unset"}},{id:"pornhub",matches:["*.pornhub.com","pornhub.com"],excludeMatches:["*.pornhub.com/insights/*","pornhub.com/insights/*"],extraBlockSelectors:[".trendingNow",".searchItem",".tagcloud > a"],detectParagraphLanguage:!0,wrapperPrefix:"
",wrapperSuffix:` `,globalStyles:{"span.title":"height:unset; max-height:unset;",".detailedInfo":"max-height:unset;",".pcVideoListItem":"max-height:unset;",".wrap":"height:unset;",".entry-header":"height:unset;",".entry-title > a":"height:unset;-webkit-line-clamp:unset;"}},{id:"yourporn",matches:"https://www.youporn.com/*",extraBlockSelectors:[".button"],globalStyles:{".video-box":"max-height:unset;",".video-box-title":"white-space:unset;"}},{id:"modelhub",matches:"https://www.modelhub.com/*",globalStyles:{".videoTitle":"height:unset;",a:"height:unset;"}},{id:"xvideos",matches:"https://www.xvideos.com/*",globalStyles:{".title":"-webkit-line-clamp:unset;max-height:unset;",".mozaique":"display:flex; flex-wrap:wrap;"},excludeSelectors:[".video-hd-mark"]},{id:"missav",matches:"https://missav.com/*",globalStyles:{".truncate":"white-space:unset;",".overflow-y-hidden":"max-height:unset;overflow-y:unset;"},"subtitleRule.add":{type:"av",avSerial:{type:"url",regexStr:".+/([a-z0-9-]+)$"},videoSelector:".plyr__video-wrapper video",attachRule:{appendSelector:".plyr--video",injectedGlobalCSS:""},quickButtonRule:{appendSelector:".plyr__controls",insertBeforeSelector:'[data-plyr="captions"]'}}},{id:"javbus",matches:"https://www.javbus.com/*",globalStyles:{".photo-info":"height:unset;"},excludeSelectors:[".item-tag","date"]},{id:"spankbang",matches:"https://spankbang.com/*",globalStyles:{".video-item > a":"white-space:unset;"},excludeSelectors:[".stats",".thumb"],extraBlockSelectors:[".searches > a",".tag > a",".extra > a",".positions > li"]},{id:"javdb",matches:"https://javdb*.com/*",globalStyles:{".video-title":"white-space:unset;"},excludeSelectors:[".video-number",".score",".has-addons"]},{id:"jable",matches:"https://jable.tv/*",globalStyles:{".title":"white-space:unset;max-height:unset;",".img-box > a":"position:relative;"}},{id:"netflav.player",matches:["https://netflavns1.com","https://embedrise.com"],mainFrameMinTextCount:0,"subtitleRule.add":{type:"av",avSerial:{type:"url",regexStr:"code=([a-z0-9-]+)"},videoSelector:"#vplayer video",attachRule:{appendSelector:"#vplayer"},quickButtonRule:{appendSelector:"#vplayer .jw-button-container",insertBeforeSelector:"#vplayer .jw-button-container .jw-icon-cc"}}},{id:"netflav",matches:["https://netflav*.com/*"],globalStyles:{".grid_title":"max-height:unset;"},extraBlockSelectors:[".genre_filter_item","button"],"subtitleRule.add":{type:"av",avSerial:{type:"selector",selector:".videodetail_2_field_values",serialAttachIframe:"#iframe-block"}}},{id:"czechvideo",matches:"https://czechvideo.co/*",globalStyles:{".short-story":"height:unset;",".short-title":"height:unset;"},globalAttributes:{header:{translate:"unset;"}}},{id:"weibo",matches:["weibo.com","*.weibo.*"],selectors:["div[class^='detail_wbtext']",".weibo-text"],"stayOriginalSelectors.add":[".expand"]},{id:"medium",matches:["medium.com","*.medium.com"],selectorMatches:["meta[property='al:ios:url'][content^='medium://']"],urlChangeDelay:20,"additionalExcludeSelectors.remove":["i.fa","i[class^=fa-]",".navmenu-container",".google-symbols"],selectors:["h1","h2","h3","article section","[aria-hidden='false'] pre","article p",".postMetaInline","a .u-fontSize24"],excludeSelectors:["[aria-label='Post Preview Reading Time']",".al.b.bl.ag.bp",".al.b.bl.ag.ai",".hx.hy.hz.ia.ib.ab",".qb.ab",".ai.bn.n.mj",".speechify-ignore"],globalStyles:{"h2,h3":"-webkit-line-clamp: unset;max-height:unset;","article p":"-webkit-line-clamp: unset;max-height:unset;"},injectedCss:[".u-lineClamp4,.u-lineClamp3,.u-lineClamp2 {-webkit-line-clamp:unset!important;max-height:unset!important;}"]},{id:"nitter",selectorMatches:["meta[property='og:site_name'][content='Nitter']"],selectors:[".tweet-content",".quote-text"]},{id:"economist",matches:"www.economist.com",extraInlineSelectors:["span[data-caps='initial']"],excludeSelectors:["footer.ds-footer"],injectedCss:["a::before {position:relative!important;}"]},{id:"healthline",matches:"www.healthline.com",excludeSelectors:[".icon-hl-trusted-source-after"]},{id:"ebay",matches:"www.ebay.com",excludeSelectors:["headers","[itemprop=offers]",".dne-itemtile-original-price"],paragraphMinTextCount:4,paragraphMinWordCount:2,globalStyles:{"[itemprop=name]":"-webkit-line-clamp: unset;max-height: unset;",".merch-item-title":"-webkit-line-clamp: unset;max-height: unset;"}},{id:"skinstore",matches:"www.skinstore.com",excludeSelectors:[".responsiveFlyoutMenu_levelOneLink"],paragraphMinTextCount:4,paragraphMinWordCount:2},{id:"tripadvisor",matches:"www.tripadvisor.com",paragraphMinTextCount:4,paragraphMinWordCount:2},{id:"primevideo",matches:["www.primevideo.com","https://*.amazon.co.*/*video*","https://*.amazon.com/*video*"],"excludeSelectors.add":["#dv-web-player"],"mutationExcludeSelectors.add":["#dv-web-player *"],"subtitleRule.add":{type:"ebutt",hookType:"xhr",subtitleUrlRegExp:"\\.ttml2$",loadingContainerSelector:"#dv-web-player"}},{id:"amazon",matches:"www.amazon.com",paragraphMinTextCount:4,paragraphMinWordCount:2,extraBlockSelectors:[".a-size-small.a-link-normal.page-banner-link.a-nowrap"],globalStyles:{".a-carousel-viewport":"height:unset;","[class*='clamp']":"max-height: unset;-webkit-line-clamp: unset;","[data-rows]":"max-height: unset;-webkit-line-clamp: unset;","[data-a-expander-name='review_text_read_more']":" max-height: unset;"},excludeSelectors:["#navFooter","#navbar-main",".s-price-instructions-style","[class*='-star ']","[data-hook='acr-average-stars-rating-text']",".a-color-price"]},{id:"visualstudioMarketplace",matches:"marketplace.visualstudio.com",additionalExcludeSelectors:[".core-info-second-row",".core-info-third-row",".meta-data-list",".item-title",".breadcrumb",".itemDetails-right",".ux-user-name",".ux-updated-date",".ux-item-second-row-wrapper",".stats-and-offer",".header-container"],atomicBlockSelectors:[".core-info-cell > div.name"],globalStyles:{".item-details-control-root.ux-item-shortdesc":"height: unset; overflow: visible; max-height:unset;"}},{id:"bloomberg",matches:"www.bloomberg.com",urlChangeDelay:2e3,excludeSelectors:[".ticker-bar","nav","[aria-label=Banner]","aside","[data-component=ticker-bar]","footer.bb-global-footer",".vjs-text-track-display"],"bodyRule.add":{bodySelector:"main article",articleSelector:".body-content"},"subtitleRule.add":{type:"webvtt",subtitleUrlRegExp:"webvtt$",loadingContainerSelector:".vjs-text-track-display",quickButtonRule:{appendSelector:".vjs-control-bar",insertBeforeSelector:".vjs-playback-rate"}}},{id:"baiduXueshu",matches:"xueshu.baidu.com",globalStyles:{".abstract_wr":"height: unset; overflow: visible; max-height:unset;"}},{id:"sciencedirect",matches:"www.sciencedirect.com",urlChangeDelay:2e3,stayOriginalSelectors:["span.display","span.math"],extraBlockSelectors:["span.captions","span[id^=cap]"],globalAttributes:{"#abspara0010 br":{style:"display:none;"}}},{id:"thehighestofthemountains",matches:"www.thehighestofthemountains.com",extraBlockSelectors:"div"},{id:"telegraph1",matches:"te.legra.ph",normalizeBody:"div.ql-editor[contenteditable='false']",urlChangeDelay:500},{id:"telegraph2",matches:["telegra.ph"],normalizeBody:"div.ql-editor[contenteditable='false']",wrapperPrefix:` `},{id:"annasArchive",matches:["*.annas-archive.org","annas-archive.org"],selectors:[],globalStyles:{"div[id^='link-index-']":"height: unset; max-height: unset;","main div[class*='h-[125]']":"height:auto"},normalizeBody:"body",extraBlockSelectors:["a.custom-a"]},{id:"explainshell",matches:["explainshell.com"],selectors:["[class='help-box']"]},{id:"apnews",matches:["apnews.com"],urlChangeDelay:2e3},{id:"googlePlay",matches:"play.google.com",excludeSelectors:[".vlGucd",".ubGTjb"],globalStyles:{".Epkrse":"-webkit-line-clamp:unset;"}},{id:"tumblr",matches:["www.tumblr.com"],selectors:["article h1","article > header + div","[data-testid=notes-root] p","div.k31gt","p","article ul","article h2","article h3","article h4","article h5","article h6","article blockquote","article ol"],excludeSelectors:["div.fAAi8","div.wvu3V"],preWhitespaceDetectedTags:["DIV","SPAN","P"]},{id:"tinytask",matches:"https://www.tinytask.net",globalStyles:{"table > tbody > tr > td > center > table > tbody > tr > td > ul > li":"height: 100%"}},{id:"foxnews",matches:"www.foxnews.com",shadowRootSelectors:["[data-spot-im-module-default-area='conversation'] > div"],"excludeTags.add":["TEXT","IMG","SUB","SUP","CODE","TT","ASIDE"],excludeSelectors:[".site-footer",".components-MessageDetails-index__message-details-wrapper","div[class^=SlideDown__container]",".components-MessageActions-index__messageActionsWrapper","span[data-openweb-allow-amp]","div.spcv_typing-users"]},{id:"afreecatv",matches:"www.afreecatv.com",globalStyles:{"a.title":"max-height:unset;-webkit-line-clamp:unset;"}},{id:"opennet",matches:"opennet.ru","excludeTags.add":["LABEL","IMG","SUB","SUP","CODE","TT"],"excludeTags.remove":["LINK","G","MATH","TTS-SENTENCE","AIO-CODE"]},{id:"construct",matches:["www.construct.net"],excludeMatches:["preview.construct.net","editor.construct.net"],additionalSelectors:["aside","div.manualContent"],atomicBlockSelectors:[],stayOriginalSelectors:["a.usernameReference"],additionalInlineSelectors:["a.forumLink"],additionalExcludeSelectors:["div.topNav","div.usernameLink","ul.authorDetails","ul.tagViewer","ul.breadCrumbNav","ul.subForumForums","ul.postTools","li.comment ul.controls","div.forumTopNavWrap","div.downloadWrap","div.articleLeftMenu","div.usernameTextWrap","div.favouriteWrap","div.bannerWrapper","div.viewAddonRightMenu","div.extendedMenu.addonsSubMenu","#BottomLinks.bottomLinks","div#LeftSide.leftSide","div#BottomWrap.bottomWrap","div.courseListWrap div.overview","div.conversationControls","div.contentWrapper h1","div.conversationControls","td.location a#LocationLink","#TopLevelComments .topBar","#TopLevelComments .controls",".tagViewWrap",".changeCount",".otherStats",".FilterMenu",".mobileTopicStats",".forumControlsWrapper",".forumsBottomNavWrap",".breadCrumbNav",".favouriteWrap",".usernameLink",".followWrapper",".blogPostStats",".manualContent dl dt"],globalStyles:{"td.location a#LocationLink":"padding-top: 4px;","div.articleMain .tutCourseWrap":"align-items: flex-start;"}},{id:"getpocket",matches:"getpocket.com",selectors:["h2","div.excerpt p","article","h1"],globalStyles:{"h2.title":"max-height:unset;-webkit-line-clamp:unset;","div.excerpt p":"max-height:unset;-webkit-line-clamp:unset;"}},{id:"fandom",matches:"*.fandom.com",urlChangeDelay:800,normalizeBody:"#mw-content-text",globalStyles:{"#mw-content-text > div > div:nth-child(1)":"height:100%;"},additionalExcludeSelectors:["header.fandom-community-header","div.ph-registration-buttons"]},{id:"huggingface",matches:"huggingface.co",globalStyles:{".line-clamp-2":"-webkit-line-clamp:unset;max-height:unset;"}},{id:"statista",matches:"www.statista.com",globalStyles:{".itemContent__text":"height:unset;max-height:unset;",".itemContent__subline":"height:unset;max-height:unset;"}},{id:"epubReader",matches:"epub-reader.online",globalStyles:{"span.slide-contents-item-label":"overflow:visible;max-height:unset;white-space:normal;"},atomicBlockSelectors:["div.slide-contents-item"]},{id:"you",matches:"https://you.com/search",globalStyles:{h3:"max-height:unset;-webkit-line-clamp:unset;",".caKYaC":"max-height:unset;-webkit-line-clamp:unset;",".dDwDsu":"max-height:unset;-webkit-line-clamp:unset;"},excludeSelectors:["div.hpIWZO"]},{id:"auth0Openai",matches:"auth0.openai.com",excludeSelectors:["form","header > h1"]},{id:"chatOpenai",matches:"chat.openai.com",excludeSelectors:["div.absolute.bottom-0.left-0.w-full","h1","div#headlessui-portal-root","nav","ul[aria-multiselectable]",".markdown *","div[class='flex flex-col items-start']","div[class='flex items-center justify-center gap-1 border-b border-black/10 bg-gray-50 p-3 text-gray-500 dark:border-gray-900/50 dark:bg-gray-700 dark:text-gray-300']"],"excludeTags.remove":["BUTTON"],isTranslateTitle:!1,wrapperPrefix:"",globalStyles:{"[class*='line-clamp']":"max-height:unset;-webkit-line-clamp:unset;height:unset;white-space:unset;"},aiRule:{streamingSelector:".result-streaming.markdown",messageWrapperSelector:".markdown",streamingChange:!0,streamingDeepChild:!0,streamingDelayTime:1e3}},{id:"poe",matches:["https://poe.com/*"],excludeSelectors:[".Markdown_markdownContainer__Tz3HQ *",".MarkdownLink_linkifiedLink__KxC9G","menu","aside"],aiRule:{streamingSelector:".ChatStopMessageButton_stopButton__LWNj6",messageWrapperSelector:".Markdown_markdownContainer__Tz3HQ",streamingChange:!1,streamingDeepChild:!0,streamingDelayTime:1e3}},{id:"glasp",matches:"glasp.co",excludeSelectors:[".home_overview_list_content_wrapper"]},{id:"developerChrome",matches:"developer.chrome.com",excludeSelectors:["web-tabs","ul.code-sections--summary"]},{id:"android",matches:["developer.android.google.cn","developer.android.com"],observeUrlChange:!0,additionalSelectors:["aside","google-codelab-step"]},{id:"ft",matches:"www.ft.com",excludeSelectors:["header","[aria-labelledby=cookie-banner-aria-label]","footer","[aria-label='Primary navigation']"]},{id:"microsoft",matches:"https://apps.microsoft.com/store/detail/*",additionalSelectors:["pre"],globalStyles:{".line-clamp":"-webkit-line-clamp:unset;max-height:unset;"},isTransformPreTagNewLine:!0},{id:"gitlab",matches:"gitlab.com",excludeSelectors:[".tree-content-holder","nav",".home-panel-metadata","div[data-testid=project_topic_list]",".commit"]},{id:"tiktok",matches:"https://www.tiktok.com/*/video/*",selectors:["[data-e2e^=comment-level]","[data-e2e=browse-video-desc] > span"]},{id:"rfcEditor",matches:["www.rfc-editor.org","docs.haproxy.org"],isTransformPreTagNewLine:!0,"excludeTags.add":["IMG","SUB","SUP","CODE","TT","ASIDE","FOOTER"],"excludeTags.remove":["LINK","G","PRE","TTS-SENTENCE","AIO-CODE"]},{id:"steamcommunity",matches:"steamcommunity.com",globalStyles:{".forum_topic,.rightbox_list_option":"height:auto;",".forum_topic_name":"white-space:normal;line-height: 1.25rem; padding: 6px 20px 0 0;",".forum_topic_op":"clear: left; padding: 0 0 6px 2rem;"},excludeSelectors:[".forum_paging",".forum_topic_reply_count",".forum_topic_lastpost",".forum_topic_award_count",".discussion_search_pagingcontrols"]},{id:"steampoweredApp",matches:"store.steampowered.com/app/*",selectors:[".game_description_snippet",".game_area_description","#earlyAccessHeader","[id^='ReviewContent'] .content",".ModalOverlayContent"],excludeSelectors:["#global_actions","#store_controls","#foryou_tab","[class*=persona]","[class*=game_title_area]","a.btn_medium",".persona_name",".hours.ellipsis",".checkcol",".postedDate",".dev_row .summary",".already_in_library",".game_header_image_ctn .grid_content",".ds_flag.ds_wishlist_flag",".early_access_review.tooltip",".communitylink_achievement_images",".user_reviews_summary_row.summary",".review_award_ctn",".add_to_wishlist_area",".next_in_queue_content",".glance_tags.popular_tags",".game_purchase_action",".vote_button_ctn","#VoteUpDownBtnCtn","#footer","#ViewAllReviewssummary"],atomicBlockSelectors:[".game_area_sys_req_leftCol",".game_area_sys_req_rightCol"],extraInlineSelectors:[".pulldown"],additionalSelectors:[".game_page_autocollapse_ctn iframe"],globalStyles:{".game_description_snippet":"max-height:unset; overflow: scroll;",".game_purchase_area_friends_want":"height: auto; padding-bottom: 6px;",".div.early_access_banner":"height: 84px",".franchise_notice > *":"height: 84px"},detectParagraphLanguage:!0},{id:"steampowered",matches:"store.steampowered.com",detectParagraphLanguage:!0},{id:"nature",matches:"https://www.nature.com/articles/*",excludeSelectors:[".c-header",".c-recommendations-header",".c-recommendations-list-container",".c-article-references__links",".c-article-identifiers",".c-article-author-list",".c-article-metrics-bar__wrapper",".c-article__pill-button","#author-information-content","#article-info-section"]},{id:"webofscience",matches:"https://www.webofscience.com/*",globalStyles:{".abstract":"height:auto !important;",".show-more-lines":"height:unset !important;"},excludeSelectors:[".summary-left-panel",".authors","app-full-record-keywords mark"],mutationObserverContainerSelectors:["[data-ta='summary-record-title-link']","#FullRTa-fullRecordtitle-0"],extraBlockSelectors:["app-summary-authors + div","app-full-record-keywords span span"],observeUrlChange:!0,urlChangeDelay:600,mutationChangeDelay:600},{id:"appleinsider",matches:["appleinsider.com"],excludeSelectors:["#topic-nav"]},{id:"jetbrains",matches:"https://www.jetbrains.com/help/*",extraBlockSelectors:["[data-test=prompt]"]},{id:"crates",matches:["https://crates.io/search*"],selectors:["div[class^=_description-box] div[class^=_description]"]},{id:"theverge",matches:"www.theverge.com",shadowRootSelectors:["div#coral_thread > div"]},{id:"simp",matches:"https://beta.simp.red/trans*",mainFrameSelector:".simpread-read-root"},{id:"lookintobitcoin",matches:"https://www.lookintobitcoin.com/charts/*",excludeSelectors:["svg"]},{id:"openaiAccount",matches:"https://platform.openai.com/account/api-keys*",urlChangeDelay:1500},{id:"openaiDocs",matches:"https://platform.openai.com/docs*","excludeSelectors.add":[".pheader"]},{id:"pkgStd",matches:"https://pkg.go.dev/std",selectors:["td.UnitDirectories-desktopSynopsis"]},{id:"pkg",matches:"https://pkg.go.dev/*",selectors:["div.UnitDetails p"]},{id:"explainpaper",matches:["https://www.explainpaper.com/reader*"],isTranslateTitle:!1,selectors:[".leading-relaxed",".chat-messages p",".text-sm"]},{id:"colab",matches:"https://colab.research.google.com/*",excludeSelectors:["code","view-line"]},{id:"gatesnotes",matches:"www.gatesnotes.com",minZIndex:-1},{id:"kakao",matches:"page.kakao.com",shadowRootSelectors:["div[style^='visibility: visible'"]},{id:"coinmarketcap",matches:"coinmarketcap.com",extraBlockSelectors:["div[class='sc-3502f6cd-0 JxHqg']"]},{id:"wandb",matches:"wandb.ai",additionalSelectors:[".report-page-top"],additionalStayOriginalSelectors:["span[data-slate-inline=true]"],extraInlineSelectors:[]},{id:"paulgraham",matches:"paulgraham.com",additionalSelectors:["font[face=verdana]"],extraBlockSelectors:"font[face=verdana]"},{id:"zendesk",matches:"https://*.zendesk.com/agent/*",selectors:["[data-test-id*=subject]",".zd-comment",".title"]},{id:"migadu",matches:"webmail.migadu.com",selectors:[".bodyText"]},{id:"thehackernews",matches:"thehackernews.com",excludeSelectors:["span#blog-pager-older-link","span.h-datetime"],additionalSelectors:[".pop-title"]},{id:"brown",matches:"cs.brown.edu",excludeSelectors:[".SCodeFlow"]},{id:"tass",matches:"tass.ru",globalStyles:{"#__next":"font-size: 19px;line-height:28px;"}},{id:"chatGoogle",matches:"chat.google.com",selectors:["[jsname=bgckF]"]},{id:"fiverr",matches:"https://www.fiverr.com/inbox/*",selectors:[".message-body"]},{id:"fiverr-main",matches:"*.fiverr.com",globalStyles:{"h3 > a":"-webkit-line-clamp:unset;overflow:unset;",h3:"-webkit-line-clamp:unset;overflow:unset;",h5:"-webkit-line-clamp:unset;overflow:unset;",p:"-webkit-line-clamp:unset;overflow:unset;",".YLycza2.u9KHmsf":"height:unset;max-height:unset;",".lt2ar2q.EhHcMiw":"height:unset; max-height: unset;"},excludeSelectors:[".popular"]},{id:"jira",matches:["jira.*.com/browse/*","jira.*.com/projects/*"],selectors:["[id=descriptionmodule]","[id=summary-val]","div.action-body","td.stsummary"]},{id:"ahaIo",matches:["*.aha.io"],selectors:["[tabindex='0']","div.user-content","div.comments__body","span.name"]},{id:"thehill",matches:"thehill.com",injectedCss:[".most-popular-item { max-height: unset !important; }",".most-popular-item__link { -webkit-line-clamp: unset !important; }"],excludeSelectors:["div.featured-cards__byline","div.list-item__meta",".tags__item","div.extended-scroll__header",".submitted-by",".site-header--has-alert-banner",".homepage__container__opinion__item__byline",".homepage__container__header",".archive__item__meta"]},{id:"ubuntu",matches:"manpages.ubuntu.com",selectors:["pre"],atomicBlockTags:["pre"]},{id:"spiedigitallibrary",matches:"www.spiedigitallibrary.org","excludeTags.add":["IMG","SUB","SUP","CODE","TT","ASIDE","FOOTER"],"excludeTags.remove":["LINK"]},{id:"promptingguide",matches:"www.promptingguide.ai",selectors:["article","li"]},{id:"ground",matches:"ground.news",globalStyles:{".line-clamp-3":"-webkit-line-clamp: unset !important;"}},{id:"ietf",matches:"*.ietf.org/doc/html/*",additionalSelectors:["pre"],isTransformPreTagNewLine:!0,preWhitespaceDetectedTags:["DIV","SPAN","PRE"]},{id:"newsminimalist",matches:"https://www.newsminimalist.com/",extraBlockSelectors:[".inline-flex"],"excludeTags.remove":["BUTTON"]},{id:"yandexIndex",matches:"https://yandex.com/",selectors:[".tabs__item-text"]},{id:"yandexSearch",matches:"https://yandex.com/search/*",excludeSelectors:[".KeyValue-Row",".EntityFeedbackFooter",".Organic-Subtitle",".SerpFooter-Content",".serp-user",".Pager"],globalStyles:{".ExtendedText-Toggle":"white-space:normal;"}},{id:"yandex",matches:"https://yandex.com/video/*",selectors:[".serp-item__title",".serp-item__text",".Keypoints-ItemTitle",".bes-epmjnzm-idtktyj",".OrganicTitle-LinkText","h1.VideoTitle"],globalStyles:{".serp-item__title":"-webkit-line-clamp: unset;max-height:unset;",".serp-item__text":"-webkit-line-clamp: unset;max-height:unset;",".OrganicTitle-LinkText":"-webkit-line-clamp: unset;max-height:unset;","h1.VideoTitle":"-webkit-line-clamp: unset;max-height:unset;",".link .serp-item__keypoints":"bottom:2px;",".OrganicTitle":"max-height:unset;"}},{id:"perplexity",matches:"https://www.perplexity.ai",globalStyles:{".line-clamp-1":"-webkit-line-clamp: unset !important;",".line-clamp-2":"-webkit-line-clamp: unset !important;"},"mutationConfig.add":{buildTimeout:1e3,consumeTimeout:1e3},additionalStayOriginalSelectors:["a.citation"],selectors:[".prose",".my-md",".line-clamp-2",".line-clamp-1"]},{id:"allmyfaves",matches:"https://allmyfaves.com/",selectors:["p"],paragraphMinTextCount:2,paragraphMinWordCount:1},{id:"man7",matches:"man7.org",isTransformPreTagNewLine:!0,globalStyles:{pre:"white-space: inherit;"}},{id:"kadaza",matches:"https://www.kadaza.com/",selectors:[".header span.title",".custom-content-footer"],containerMinTextCount:2,containerMinWordCount:1,paragraphMinTextCount:2,paragraphMinWordCount:1},{id:"urlChangeDelay",matches:["https://babelnovel.com/books/*","https://www.webnovel.com/book/*","https://platform.openai.com/docs/*","docs.oracle.com","docs-cortex.paloaltonetworks.com","forum.m5stack.com/topic/*","community.m5stack.com/topic/*"],urlChangeDelay:0,_comment:"\u89E3\u51B3url\u53D8\u5316\u91CD\u590D\u7FFB\u8BD1\u95EE\u9898"},{id:"genuine",matches:"blog.genuine.com",excludeSelectors:["div.enlighter"]},{id:"chinadaily",matches:"www.chinadaily.com.cn",injectedCss:["a { height: unset !important; }","li { height: unset !important; }","div { height: unset !important; }",".immersive-translate-target-inner {color:black;}"],excludeSelectors:[".topNav",".topNav2_art > span",".topNav_art2 > .dropdown",".dibu-three",".topBar"]},{id:"braynzarsoft",matches:"www.braynzarsoft.net",selectors:["div#view-question-desc"]},{globalAttributes:{"#stimulus":{translate:"off",class:"stimulus"},"#stem":{translate:"off",class:"stem"}},id:"lawhub",matches:"https://lawhub.lsac.org/question/*"},{id:"yuque",matches:"https://www.yuque.com/*",excludeSelectors:[".lark-virtual-tree"]},{id:"bearblog",matches:"https://bearblog.dev/discover/*",excludeTags:["small"]},{id:"researchgate",matches:"www.researchgate.net",excludeSelectors:[".nova-legacy-v-publication-item__meta-data",".nova-legacy-v-publication-item__person-list",".js-authors-list"]},{id:"theatlantic",matches:["www.theatlantic.com","https://mashable.com/*"],"excludeSelectors.add":["footer:last-of-type","nav","header div.subtitle-2.w-full"],initialSelectorGlobalAttributes:{"footer:last-of-type":{translate:"no"},"nav:last-of-type":{translate:"no"},nav:{translate:"no"}}},{id:"youtrackJetbrains",matches:"youtrack.jetbrains.com/articles/*",selectors:["[role=presentation]","[data-test=article-content]"],excludeSelectors:[".toolbar__ee8"]},{id:"dw",matches:"www.dw.com",initialSelectorGlobalAttributes:{"footer:last-of-type":{translate:"no"},"nav:last-of-type":{translate:"no"},nav:{translate:"no"}},excludeSelectors:[".focus-menu-shown"]},{id:"sentry",matches:"docs.sentry.io",initialSelectorGlobalAttributes:{"footer:last-of-type":{translate:"no"},".navbar":{translate:"no"}},"extraInlineSelectors.add":[".term-wrapper","span.description"]},{id:"openai-blog",matches:"https://openai.com/blog/*","stayOriginalTags.remove":["CODE"]},{id:"urlComment",selectorMatches:["meta[name='generator'][content^='Discourse']"],urlChangeDelay:0,_comment:"\u89E3\u51B3url\u53D8\u5316\u4F46\u662F\u9875\u9762\u4E0D\u53D8\u7684\u95EE\u9898"},{id:"feedly",matches:"feedly.com",globalStyles:{".TitleOnlyLayout":"height:unset !important;",".EntrySummary--u4":"-webkit-line-clamp: unset;max-height:unset;",".EntrySummary--u5":"-webkit-line-clamp: unset;max-height:unset;"},excludeSelectors:[".Leftnav"]},{id:"bardGoogle",matches:"bard.google.com",excludeSelectors:["mat-sidenav","div.capabilities-disclaimer","#cdk-overlay-6","message-actions button",".mdc-button__label .ng-star-inserted",".mdc-list-item__primary-text"],isTranslateTitle:!1,"excludeTags.add":["mat-tooltip-component"],"excludeTags.remove":["BUTTON"]},{id:"whatsapp",matches:"web.whatsapp.com",selectors:[".copyable-text > span"],wrapperPrefix:` -`,wrapperSuffix:"
"},{id:"bing",matches:"https://*.bing.com/search*",extraInlineSelectors:["a","i"],globalStyles:{"[class*='lineclamp'],.b_title":"-webkit-line-clamp:unset;"}},{id:"yahoo",matches:"*.yahoo.*",excludeSelectors:["._ys_jiqava","#ybar-inner-wrap","#Col2-5-Rmp-Proxy"],extraBlockSelectors:[".SIPGg",".sc-kzMCTH.pSZXj"],globalStyles:{"#atomic .Mt\\(20px\\)":"margin-top: 100px;","[class*='LineClamp']":"-webkit-line-clamp:unset;max-height:unset;","a[class*='js-content-viewer']> div[class*='Td\\(n\\)']":"overflow: scroll;","[class*='_ys_24482e']":"-webkit-line-clamp:unset;","#Aside > :first-child":"overflow:scroll;"}},{id:"wsj",matches:"www.wsj.com",excludeSelectors:["header","footer","nav","[aria-label='Markets summary']"]},{id:"businessinsider",matches:"www.businessinsider.com",excludeSelectors:["header","nav","section.live-updates-module "]},{id:"goodreads",matches:"www.goodreads.com",excludeSelectors:[".badgeYear",".gr-mediaBox__desc",".bookVotedRow",".minirating","div[itemprop='aggregateRating']",".wtrButtonContainer",".RatingsHistogram__labelTitle",".FollowButton",".siteHeader__topLevelLink","#books > thead","td[class*='rating']","td[class*='shelves']","td[class*='date_read']","td[class*='date_added']","td[class*='actions']"]},{id:"feeder",matches:"https://feeder.co/*",globalStyles:{".item-summary":"-webkit-line-clamp:unset;"}},{id:"elektrotechnik",matches:"https://www.elektrotechnik.rwth-aachen.de/*",globalAttributes:{"[class='notranslate']":{class:""}}},{id:"nytimes",matches:"www.nytimes.com",excludeSelectors:["#app > div > div > header","#app > div > div > div > div > header","#in-story-masthead"],injectedCss:["a::after {position:relative!important;}"]},{id:"bugsKde",matches:"bugs.kde.org","excludeTags.remove":["svg","PRE"],additionalExcludeSelectors:[".bz_first_comment_head",".bz_comment_head",".related_actions"]},{id:"eastmoney",matches:"guba.eastmoney.com",searchEnhancementConfig:[{id:"eastmoney",urlMatch:"guba.eastmoney.com/news,us\\w+,\\w+.html",delayTime:0,selector:".moneyFlowContainer",selectorAction:"insertBefore",style:{container:"background:white;border:none;border-radius: 4px;box-shadow: 0 2px 4px hsla(216,5%,62%,.14);",source:"font-size:12px; margin-bottom: 0px;",keyword:"color:#294688",title:"font-size:14px;color:#294688;",enTitle:"margin-top:4px;font-size:12px;",searchTitle:"margin:4px 0 16px;position:relative;padding-right:24px;font-size: 16px;",time:"margin: 0px 0 16px;",more:"color:#294688;margin-top:8px;"},keyword:{value:"[0]$1 stock",matches:[{source:"url",matchRegex:"guba.eastmoney.com/news,us(\\w+?),\\S+.html"}]},showCount:8},{id:"eastmoney",urlMatch:"guba.eastmoney.com/list,us\\w+.*.html",delayTime:0,selector:".qualityContentContainer",selectorAction:"insertBefore",style:{container:"background:white;border:none;border-radius: 4px;box-shadow: 0 2px 4px hsla(216,5%,62%,.14);",source:"font-size:12px; margin-bottom: 0px;",keyword:"color:#294688",title:"font-size:14px;color:#294688;",enTitle:"margin-top:4px;font-size:12px;",searchTitle:"margin:4px 0 16px;position:relative;padding-right:24px;font-size: 16px;",time:"margin:0px 0 16px;",more:"color:#294688;margin-top:8px;"},keyword:{value:"[0]$1:[0]$2",matches:[{source:{type:"selector",attribute:"href"},matchRegex:"code=(\\w+)_(\\w+)",match:"a[href*='rank/stock?code=']"}]},showCount:8}]},{id:"xueqiu",matches:"xueqiu.com",searchEnhancementConfig:[{id:"xueqiu",urlMatch:"xueqiu.com/S/[a-zA-Z]+/?$",delayTime:0,selector:".container-side-sm.float-right.stock__side",selectorAction:"appendChild",style:{container:"background:white;border:none;border-radius: 4px;padding:0;",source:"font-size:12px; margin-bottom: 0px;",keyword:"color:#06c",title:"font-size:14px;color:#06c;",enTitle:"margin-top:4px;font-size:12px;",searchTitle:"margin:4px 0 16px;position:relative;padding-right:24px;font-size: 16px;font-weight: bold;",time:"margin:0px 0 16px;",more:"color:#06c;margin-top:8px;"},showCount:8,keyword:{value:"[0]$1",matches:[{source:{type:"selector",attribute:"text"},matchRegex:"\\((.+)\\)",match:".stock-name"}]}}]},{id:"laohu8",matches:"www.laohu8.com",searchEnhancementConfig:[{id:"laohu8",urlMatch:"www.laohu8.com/stock/[a-zA-Z]+/?$",delayTime:0,selector:".hot-stocks-root",selectorAction:"insertBefore",style:{container:"background:white;border:none;border-radius: 4px;box-shadow: 0 2px 4px hsla(216,5%,62%,.14);",source:"font-size:12px; margin-bottom: 0px;",title:"font-size:14px;color: #007bff;",enTitle:"margin-top:4px;color: #4d5156;font-size:12px;",searchTitle:"margin:4px 0 16px;position:relative;padding-right:24px;font-size: 16px;",time:"margin: 0px 0 16px;"},keyword:{value:"[0]$1 stock",matches:[{source:"url",matchRegex:"stock/([a-zA-Z]+)"}]},showCount:8}]},{id:"futunn",matches:"www.futunn.com",searchEnhancementConfig:[{id:"futunn",urlMatch:"www.futunn.com/stock/\\w+-US",delayTime:0,selector:".right",selectorAction:"appendChild",style:{container:"background:white;border:none;border-radius: 4px;box-shadow: 0 2px 4px hsla(216,5%,62%,.14);",source:"font-size:12px; margin-bottom: 4px;",title:"font-size:14px;color: #007bff;",enTitle:"margin-top:4px;color: #4d5156;font-size:12px;",searchTitle:"margin:4px 0 16px;position:relative;padding-right:24px;font-size: 16px;",time:"margin: 4px 0 20px;"},keyword:{value:"[0]$1 stock",matches:[{source:"url",matchRegex:"stock/([a-zA-Z]+)-US"}]},showCount:8}]},{id:"bmvrMarseille",matches:"www.bmvr.marseille.fr",globalStyles:{"a > div":"display:block;","[style*='358px;']":"width: 33.3333%; height: auto; padding: 0px; position: relative; margin: 0px;"},globalAttributes:{"#app":{class:""}}},{id:"piAi",matches:"pi.ai/talk",globalStyles:{"[class*='text-brand-green']":"flex-direction:column;"}},{id:"claudeAi",matches:"claude.ai",excludeSelectors:[".contents *"],"excludeTags.remove":["PRE"],injectedCss:"[data-testid='chat-menu-trigger'] br {display:none;}",aiRule:{messageWrapperSelector:".contents",messageContainerSelector:".ReactMarkdown",messageStreamEndSelector:".contents > button",streamingChange:!0,streamingDeepChild:!1,streamingDelayTime:1e3}},{id:"feishu",matches:["*.feishu.cn","*.larkoffice.com","*.larksuite.com"],"additionalExcludeSelectors.remove":[".notranslate","[translate=no]"],mutationObserverLimitTargetSelectors:[".maindocbody","div[class*='render']","div[class*='block']"],"excludeSelectors.add":[".catalogue__list"]},{id:"gitbook",selectorMatches:[".gitbook-root"],"additionalExcludeSelectors.remove":[".notranslate","[translate=no]"],"additionalExcludeSelectors.add":["[spellcheck='false']"]},{id:"mitre",matches:"cwe.mitre.org",globalStyles:{"span.list_entry":"height: unset;"}},{id:"kaggle",matches:"www.kaggle.com",excludeTags:["i","button"]},{id:"ieee",matches:"spectrum.ieee.org",extraBlockSelectors:["small"]},{id:"ieeexplore",matches:"ieeexplore.ieee.org",stayOriginalSelectors:["a[ref-type]",".inline-formula",".display-formula"]},{id:"cnn",matches:"*.cnn.com","excludeSelectors.add":[".ad-slot-header__wrapper","#pageFooter"],"bodyRule.add":{bodySelector:".layout__content-wrapper",articleSelector:".article__content-container"}},{id:"marginalrevolution",matches:"marginalrevolution.com",globalAttributes:{header:{translate:"unset;"}}},{id:"highfrequencyelectronics",matches:"www.highfrequencyelectronics.com",globalStyles:{"#main-content":"overflow:unset;"}},{id:"githubBlog",matches:"github.blog",globalStyles:{".font-mktg":"word-break:normal;"}},{id:"semanticscholar",matches:"www.semanticscholar.org",selectors:[".cl-paper-title",".cl-paper-abstract",".tldr-abstract-replacement",".text-truncator",".paper-detail-title"]},{id:"uni-trier",matches:"dblp.uni-trier.de",selectors:["h1","h2",".title",".external","dd p"],excludeSelectors:[".side-column"]},{id:"bilibili",matches:"www.bilibili.com","excludeSelectors.add":[".bpx-player-subtitle-panel-text"],"subtitleRule.add":{type:"bilibili",subtitleUrlRegExp:"aisubtitle.hdslb.com/bfs",loadingContainerSelector:".bpx-player-subtitle-panel"}},{id:"time",matches:"time.com",excludeSelectors:[".date-and-duration"],globalStyles:{".headline":"-webkit-line-clamp:unset;overflow:unset;height:unset;",h3:"-webkit-line-clamp:unset;overflow:unset;",p:"-webkit-line-clamp:unset;overflow:unset;"}},{id:"docs-swift",matches:"docs.swift.org",selectors:[".content","#menu"]},{id:"uzh",matches:"www.uzh.ch",injectedCss:[".TextImage--inner {overflow:auto !important;}"]},{id:"mail-yandex",matches:"mail.yandex.com",selectors:["article",".Text_color_primary",".mail-MessageSnippet-Item_subject"],globalStyles:{".mail-MessageSnippet":"height: unset; line-height:unset;",".immersive-translate-target-translation-block-wrapper":"margin:unset;"}},{id:"forums.zotero",matches:"forums.zotero.org",selectors:[".page-sidebar",".page-content"]},{id:"pubmed.ncbi.nlm.nih.gov",matches:"pubmed.ncbi.nlm.nih.gov",urlChangeDelay:0,excludeSelectors:[".docsum-journal-citation",".citation-part",".docsum-authors",".top-wrapper",".article-source",".citation-doi",".identifiers",".cite",".share",".arrow-link"],globalAttributes:{"#Scholarscope_HighlightContent":{class:""},"#Scholarscope_HighlightOrigin":{class:"Scholarscope_HighlightContents"}},mutationExcludeContainsSelectors:["#Scholarscope_HighlightContent highlight"],mutationExcludeSelectors:["#Scholarscope_HighlightContent","#Scholarscope_HighlightContent span"],injectedCss:["#Scholarscope_HighlightOrigin > p font,#Scholarscope_HighlightContent > p font {display: inline!important;}","#Scholarscope_HighlightOrigin > p font br,#Scholarscope_HighlightContent > p font br {display: none!important;}"]},{id:"chosun",matches:"www.chosun.com",injectedCss:"body {word-break: unset!important;}"},{id:"yna",matches:"*.yna*",injectedCss:["font > br {display:none}"],globalStyles:{"a,strong":"max-height:unset;-webkit-line-clamp:unset;height:unset;white-space:unset;","div,p,li,.item-box01,.news-con":"height:unset;max-height:unset;-webkit-line-clamp:unset;"},"additionalExcludeSelectors.remove":[".notranslate","[translate=no]"]},{id:"cnet",matches:"www.cnet.com",globalStyles:{"h3,div,span,p":"max-height:unset;-webkit-line-clamp:unset;height:unset;white-space:unset;"}},{id:"dolmods",matches:"dolmods.net",globalStyles:{"[class*='max-h']":"max-height:unset!important;"}},{id:"digitimes",matches:"www.digitimes.com",globalStyles:{"a,.title,.abstract,.display-5,.top":"max-height:unset;-webkit-line-clamp:unset;height:unset;white-space:unset;"},"excludeSelectors.add":[".main-nav-frame",".sub-header-wrapper",".footer",".date"],"additionalExcludeSelectors.remove":[".notranslate","[translate=no]"]},{id:"vdi-nachrichten",matches:"www.vdi-nachrichten.com","excludeSelectors.add":[".header-menu__item > a",".linkbar__item",".header__button-group"]},{id:"htdp",matches:"htdp.org",excludeTags:["blockquote"],stayOriginalSelectors:[".RktIn"]},{id:"newsletterss",matches:"newsletterss.com",initialGlobalAttributes:{iframe:{scrolling:"auto"}}},{id:"docusaurus",selectorMatches:["#__docusaurus"],"excludeSelectors.add":["aside",".DocSearch-Modal"]},{id:"mercari",matches:"*.mercari.com","excludeTags.remove":["PRE"]},{id:"qqMail",matches:"mail.qq.com",useIframePostMessage:!1},{id:"nikkei",matches:"www.nikkei.com",globalStyles:{"h3,div,span,p":"max-height:unset;-webkit-line-clamp:unset;height:unset;white-space:unset;"}},{id:"pubs.rsc.org",matches:"pubs.rsc.org",excludeSelectors:[".eqn"]},{id:"indeed",matches:"*.indeed.com",globalStyles:{"span,.css-19rjr9w.e1wnkr790":"max-height:unset;-webkit-line-clamp:unset;height:unset;white-space:unset;"},"excludeTags.remove":["BUTTON"]},{id:"brutalist",matches:"brutalist.report",selectors:["li > a:first-child","aside","nav > a","h1 > a","h3 > a","h2 >a"],"additionalExcludeSelectors.remove":[".notranslate","[translate=no]"]},{id:"maxroll",matches:["maxroll.gg"],extraInlineSelectors:[".d4t-sprite-icon",".d4t-icon"],injectedCss:["font {font-family: sans-serif !important;}"]},{id:"microsoftTeams",matches:["teams.live.com"],"stayOriginalSelectors.add":["span[title][style='min-width: 20px; height: 20px;']"]},{id:"gradioappdocs",matches:"www.gradio.app/docs/*",selectors:["div.obj"],excludeSelectors:["div#examples"]},{id:"arca",matches:"arca.live","excludeTags.remove":["PRE"]},{id:"chatpdf",matches:["www.chatpdf.com"],"additionalExcludeSelectors.remove":[".notranslate"],excludeSelectors:[".chat-message-row.ai *",".pdf-viewer"],aiRule:{streamingSelector:"",messageWrapperSelector:".chat-message-row.ai",streamingChange:!1,streamingDeepChild:!0,streamingDelayTime:1e3}},{id:"inciteful",matches:["inciteful.xyz"],"excludeTags.remove":["BUTTON"]},{id:"app.element.io",matches:["app.element.io"],"additionalExcludeSelectors.remove":[".notranslate"],"excludeSelectors.add":[".mx_DisambiguatedProfile",".mx_ReplyChain_wrapper",".mx_ThreadSummary_replies_amount"]},{id:"fastapi.tiangolo.com",matches:"fastapi.tiangolo.com",selectors:["article"]},{id:"termynal",selectorMatches:["link[href*='termynal.css']"],"stayOriginalSelectors.add":[".termy"]},{id:"cpb-nl",matches:["www.cpb.nl"],"bodyRule.add":{enable:!1}},{id:"hub.logseq",matches:["hub.logseq.com"],globalStyles:{"[class*=':h-[']":"height:unset;"}},{id:"chat.zalo",matches:["chat.zalo.me"],"additionalExcludeSelectors.remove":[".notranslate"],inputExecCommandDeleteEnable:!0,"inputConfig.add":{execCommandDeleteEnable:!0}},{id:"epam",matches:"*.epam.com",globalStyles:{"[class*='ContentAnchorLinkList']":"word-break:unset;"},"excludeSelectors.add":["#blog-page-sidebar-wrapper"],"excludeTags.remove":["BUTTON"]},{id:"discussions.apple",matches:"discussions.apple.com","excludeSelectors.add":[".page-number"]},{id:"www.sixthtone.com",matches:["www.sixthtone.com"],"excludeSelectors.add":["#footer","[class^=index_time]","[class^=index_anthorList]","[class^=index_node]","[class^=index_popupWrapper]"]},{id:"forum.unity",matches:["forum.unity.com"],"excludeSelectors.add":[".bbCodeCode"]},{id:"wattpad",matches:["www.wattpad.com"],"excludeTags.remove":["PRE"],globalAttributes:{header:{translate:"unset;"}},globalStyles:{".story-info .item-description":"overflow: scroll;"}},{id:"netflix",matches:["www.netflix.com"],"excludeSelectors.add":[".player-timedtext"],"mutationExcludeSelectors.add":[".player-timedtext *"],"subtitleRule.add":{type:"netflix",loadingContainerSelector:".watch-video",subtitleUrlRegExp:"^https://.+?.oca.nflxvideo.net/\\?([ovet]=[^=]+){4}$",loadingStyle:"bottom: 15%;",quickButtonRule:{appendSelector:'[data-uia="control-next"]',insertBeforeSelector:'[data-uia="control-next"]',injectCSS:".imt-quick-subtitle-button {height: 60%; margin-right: 50px; font-size: 20px; } .logo,.logo svg { height: 36px; width: 36px} .label { display: none; } .imt-quick-subtitle-pop-content {transform: translateX(50%); right: 0}"},videoSelector:"video",attachRule:{appendSelector:".watch-video",injectedCSS:[".imt-caption-window {margin-bottom: 0px; bottom: 10vw;}"],injectedGlobalCSS:[".player-timedtext {display: none !important; }"]}}},{id:"udemy",matches:["www.udemy.com"],"excludeSelectors.add":["[data-purpose='captions-cue-text']",".shaka-text-container"],"mutationExcludeSelectors.add":["[data-purpose='captions-cue-text'] *",".shaka-text-container *"],"subtitleRule.add":{type:"udemy",subtitleUrlRegExp:"^https://vtt.*\\.udemycdn\\.com/.*\\.vtt",videoPlayerSelector:"video.shaka-video",humanTrust:85,loadingContainerSelector:".shaka-video-container",loadingStyle:"bottom: 15%;",injectedCss:["[class^='well--text'] {white-space: pre;}"],quickButtonRule:{appendSelector:'[data-purpose="video-controls"]'}},"subtitleRule.add_v.[1.4.1]":{hookType:"fetch|xhr"}},{id:"iview",matches:"iview.abc.net.au",excludeSelectors:[".jwplayer"],"mutationExcludeSelectors.add":[".jwplayer *"],"subtitleRule.add":{type:"webvtt",subtitleUrlRegExp:"/cc/.*\\.(vtt|webvtt)$",loadingContainerSelector:".jwplayer",quickButtonRule:{appendSelector:".jw-reset.jw-button-container",insertBeforeSelector:".jw-settings-submenu-button",injectCSS:".imt-quick-subtitle-pop-content {z-index: 999999;}"}}},{id:"nmaart",matches:"www.nma.art",excludeSelectors:[".video-container"],"mutationExcludeSelectors.add":[".video-container *"],"subtitleRule.add":{type:"webvtt",subtitleUrlRegExp:"/texttrack/.*\\.(vtt|webvtt)",loadingContainerSelector:".video-container",quickButtonRule:{appendSelector:".vjs-control-bar",insertBeforeSelector:".vjs-playback-rate"}}},{id:"apple",matches:"developer.apple.com",excludeSelectors:[".developer-video-player"],"mutationExcludeSelectors.add":[".developer-video-player *"],"subtitleRule.add":{type:"webvtt",subtitleUrlRegExp:"\\.(vtt|webvtt)"}},{id:"khanacademy",matches:["www.khanacademy.org"],"subtitleRule.add":{type:"khanacademy",subtitleUrlRegExp:"GetSubtitles",hookType:"fetch"},"stayOriginalSelectors.add":[".mathjax-wrapper"]},{id:"nebula",matches:["nebula.tv"],"excludeSelectors.add":["[data-subtitles-container='true']"],"mutationExcludeSelectors.add":["[data-subtitles-container='true'] *"],"subtitleRule.add":{type:"webvtt",subtitleUrlRegExp:"\\.vtt$",loadingContainerSelector:".video-poster",quickButtonRule:{appendSelector:".icon-spacing.css-4yh7a0",insertBeforeSelector:"#subtitles-toggle-button",ccEnableSelector:"#subtitles-toggle-button"}}},{id:"frontendmasters",matches:["frontendmasters.com"],"excludeSelectors.add":[".vjs-text-track-display"],"mutationExcludeSelectors.add":[".vjs-text-track-display *"],"subtitleRule.add":{type:"webvtt",subtitleUrlRegExp:".vtt$",loadingContainerSelector:".vjs-text-track-display",injectedCss:["#immersive-translate-quick-button-container {order: 2} .imt-quick-subtitle-pop-content {z-index: 2147483647}"],quickButtonRule:{appendSelector:".vjs-control-bar"},videoSelector:".PromoPlayer video",attachRule:{appendSelector:".video-js",injectedGlobalCSS:".vjs-text-track-display {display: none;}"}}},{id:"udacity",matches:["*.udacity.com"],"excludeSelectors.add":[".vjs-text-track-display"],"mutationExcludeSelectors.add":[".vjs-text-track-display *"],"subtitleRule.add":{type:"webvtt",subtitleUrlRegExp:".vtt$",loadingContainerSelector:".vjs-text-track-display"}},{id:"skillshare",matches:["www.skillshare.com"],"excludeSelectors.add":[".vjs-text-track-display"],"mutationExcludeSelectors.add":[".vjs-text-track-display *"],"subtitleRule.add":{type:"webvtt",subtitleUrlRegExp:"\\.vtt\\?",loadingContainerSelector:".vjs-text-track-display",injectedCss:["#immersive-translate-quick-button-container {order: 13}"],quickButtonRule:{appendSelector:".vjs-control-bar",insertBeforeSelector:".vjs-volume-panel",injectCSS:" .label { display: none; } .imt-quick-subtitle-pop-content {transform: translateX(43%); right: 0; z-index: 2147483647 } "}}},{id:"domestika",matches:["www.domestika.org"],"excludeSelectors.add":[".vjs-text-track-display"],"mutationExcludeSelectors.add":[".vjs-text-track-display *"],"subtitleRule.add":{type:"webvtt",subtitleUrlRegExp:".*subtitles.*\\.vtt",quickButtonRule:{appendSelector:".controlBar-wrapper .right-wrapper",insertBeforeSelector:".vjs-volume-panel"}}},{id:"hbomax",matches:["play.max.com","play.hbomax.com"],"excludeSelectors.add":["[data-testid='playerContainer']","[data-testid='CueBoxContainer']"],"mutationExcludeSelectors.add":["[data-testid='playerContainer'] *","[data-testid='CueBoxContainer'] *"],"subtitleRule.add":{type:"webvtt",subtitleUrlRegExp:"\\.vtt$",loadingContainerSelector:"[data-testid='playerContainer']"}},{id:"mindvalley",matches:["home.mindvalley.com"],"excludeSelectors.add":[".vjs-text-track-display"],"mutationExcludeSelectors.add":[".vjs-text-track-display *"],"subtitleRule.add":{type:"webvtt",subtitleUrlRegExp:"\\.webvtt$",loadingContainerSelector:".vjs-text-track-display",injectedCss:["#immersive-translate-quick-button-container {order: 6}"],quickButtonRule:{appendSelector:'[data-testid="video-section"] .vjs-control-bar',insertBeforeSelector:'[data-testid="video-section"] .vjs-volume-panel',injectCSS:".imt-quick-subtitle-pop-content {z-index: 999999;}"}}},{id:"masterclass",matches:["www.masterclass.com","learn.microsoft.com"],"excludeSelectors.add":[".vjs-text-track-display"],"mutationExcludeSelectors.add":[".vjs-text-track-display *"],"subtitleRule.add":{type:"webvtt",subtitleUrlRegExp:"\\.vtt",loadingContainerSelector:".vjs-text-track-display",quickButtonRule:{appendSelector:".vjs-control-bar",insertBeforeSelector:".vjs-playback-rate"}}},{id:"viu",matches:["www.viu.com"],"excludeSelectors.add":[".bmpui-ui-viu-subtitle-overlay"],"mutationExcludeSelectors.add":[".bmpui-ui-viu-subtitle-overlay *"],"subtitleRule.add":{type:"webvtt",hookType:"xhr",subtitleUrlRegExp:"https?://[^/]+\\.cloudfront\\.net/[^/]+/[^/]+$",loadingContainerSelector:".bmpui-container-wrapper",loadingStyle:"bottom: 20%;",injectedCss:[".bmpui-controls-hidden #immersive-translate-quick-button-container {display: none;}"],quickButtonRule:{appendSelector:".bmpui-ui-container.bmpui-ui-viu-subtitle > .bmpui-container-wrapper",injectCSS:".imt-quick-subtitle-button {margin-bottom: 8px}"}}},{id:"linkin",matches:"*.linkedin.com","excludeSelectors.add":[".vjs-text-track-display"],"mutationExcludeSelectors.add":[".vjs-text-track-display *"],"subtitleRule.add":{type:"webvtt",subtitleUrlRegExp:".*ambry/\\?x-li-ambry-ep=.*",hookType:"xhr",loadingContainerSelector:".video-player-container",quickButtonRule:{appendSelector:".vjs-control-bar",insertBeforeSelector:".vjs-captions-toggle"}}},{id:"kanopy",matches:"*.kanopy.com","excludeSelectors.add":[".vjs-text-track-display"],"mutationExcludeSelectors.add":[".vjs-text-track-display *"],"subtitleRule.add":{type:"webvtt",subtitleUrlRegExp:".*captioncache/webvtt.*",hookType:"xhr",loadingContainerSelector:".video-player-container",injectedCss:["#immersive-translate-quick-button-container{height: 40px;display: flex;align-items: center;align-self: flex-end;}"],quickButtonRule:{appendSelector:".vjs-control-bar",insertBeforeSelector:".vjs-caption-control"}}},{id:"iflix",matches:["www.iflix.com","wetv.vip"],"excludeSelectors.add":[".text-track"],"mutationExcludeSelectors.add":[".player-wrapper *"],"subtitleRule.add":{type:"webvtt",subtitleUrlRegExp:"\\.vtt",hookType:"xhr",loadingContainerSelector:"#player-wrapper",loadingStyle:"bottom: 18%;",quickButtonRule:{appendSelector:'[data-role="wetv-ctrlbar-right"]',insertBeforeSelector:'[data-role="wetv-player-definition"]'}}},{id:"imdb",matches:"www.imdb.com","excludeSelectors.add":[".jw-text-track-container"],"mutationExcludeSelectors.add":[".jw-text-track-container *"],"subtitleRule.add":{type:"webvtt",subtitleUrlRegExp:"\\.srt$",loadingContainerSelector:"#imdbnext-vp-jw-single",quickButtonRule:{appendSelector:".jw-reset.jw-button-container",insertBeforeSelector:'[button="ttt-button"]'}}},{id:"itv",matches:["www.itv.com"],"subtitleRule.add":{type:"text_track",videoPlayerSelector:".genie-video",loadingContainerSelector:".genie-container",loadingStyle:"bottom: unset; top: 5%;",quickButtonRule:{appendSelector:".control-bar_right-child-container",insertBeforeSelector:".controls-toggle_button--fullscreen"}}},{id:"egghead",matches:["egghead.io"],"subtitleRule.add":{type:"text_track",videoPlayerSelector:".cueplayer-react-video",loadingContainerSelector:".cueplayer-react-video-holder",loadingStyle:"bottom: unset; top: 5%;",quickButtonRule:{appendSelector:".cueplayer-react-control-bar-right-part",insertBeforeSelector:".cueplayer-react-closed-caption"}}},{id:"coursera",matches:["www.coursera.org"],"subtitleRule.add":{type:"text_track",videoPlayerSelector:".vjs-tech",loadingContainerSelector:".rc-VideoControlsContainer",loadingStyle:"bottom: unset; top: 5%;",quickButtonRule:{appendSelector:'[role="presentation"] > .rc-ControlBar > .icon-container'}}},{id:"ocrtraining",matches:["ocrtraining.cit.nih.gov","videocast.nih.gov"],"excludeSelectors.add":["#videocastPlayer"],"mutationExcludeSelectors.add":["#videocastPlayer *"],"subtitleRule.add":{type:"webvtt",subtitleUrlRegExp:"\\.srt$",loadingContainerSelector:"#videocastPlayer"}},{id:"espn",matches:["*.espn.com"],mainFrameMinTextCount:0,"excludeSelectors.add":["#fittPageContainer"],"mutationExcludeSelectors.add":["#fittPageContainer *"],"subtitleRule.add":{type:"webvtt",subtitleUrlRegExp:"\\.vtt$",injectedCss:["#immersive-translate-quick-button-container{margin-top:16px;}",".vjs-text-track-display > div >div {font:unset!important;}"],quickButtonRule:{appendSelector:".vjs-control-bar",insertBeforeSelector:".vjs-captions-button"}}},{id:"fmoviesz",matches:["fmoviesz.to","vidplay.online","c8365730d4.nl"],"excludeSelectors.add":["#player"],"mutationExcludeSelectors.add":["#player *"],"subtitleRule.add":{type:"multi_attach_vtt",subtitleUrlRegExp:"subtitle/.*\\.vtt$",quickButtonRule:{appendSelector:".jw-button-container",insertBeforeSelector:".jw-icon-cc"},activeLangSelector:"#jw-player-settings-submenu-captions .jw-settings-submenu-items .jw-settings-item-active",videoSelector:"video",attachRule:{appendSelector:"#player",injectedGlobalCSS:[".jw-text-track-container {display: none;}","@media (min-width: 576px) { video::cue {opacity: 0} }"]}}},{id:"aniwatch",matches:["megacloud.tv","aniwatch.to"],"excludeSelectors.add":[".jw-wrapper"],"mutationExcludeSelectors.add":[".jw-wrapper *"],"subtitleRule.add":{type:"multi_attach_vtt",subtitleUrlRegExp:"^(?!.*sprite\\.vtt$).*\\.vtt$",quickButtonRule:{appendSelector:".jw-button-container",insertBeforeSelector:".jw-icon-cc"},activeLangSelector:"#jw-player-settings-submenu-captions .jw-settings-submenu-items .jw-settings-item-active",videoSelector:"video",attachRule:{appendSelector:".jw-wrapper",injectedGlobalCSS:[".jw-text-track-container {display: none;}","@media (min-width: 576px) { video::cue {opacity: 0} }"]}}},{id:"rottentomatoes",matches:["*.rottentomatoes.com"],"excludeSelectors.add":[".jw-wrapper"],"mutationExcludeSelectors.add":[".jw-wrapper *"],"subtitleRule.add":{type:"webvtt",subtitleUrlRegExp:"\\.vtt$",quickButtonRule:{appendSelector:".jw-button-container",insertBeforeSelector:".jw-icon-cc"}}},{id:"dailymotion",matches:["*.dailymotion.com"],"excludeSelectors.add":[".player"],"mutationExcludeSelectors.add":[".player *"],mainFrameMinTextCount:0,"subtitleRule.add":{type:"subsrt",subsrtFormat:"srt",loadingContainerSelector:".player",subtitleUrlRegExp:"/video/.*\\.srt",quickButtonRule:{appendSelector:".controls_bottom_right",insertBeforeSelector:".subtitles_toggle_button"}}},{id:"movie-web",matches:["movie-web.app/media*"],"excludeSelectors.add":["#root"],"mutationExcludeSelectors.add":["#root *"],"subtitleRule.add":{type:"subsrt",hookType:"fetch",subsrtFormat:"vtt",loadingContainerSelector:".relative.h-screen.overflow-hidden",subtitleUrlRegExp:".*\\.vtt",quickButtonRule:{appendSelector:".hidden.justify-between .flex.items-center.space-x-3"}}},{id:"deeplearning",matches:["learn.deeplearning.ai"],"excludeSelectors.add":['[data-layout="video"]'],"mutationExcludeSelectors.add":['[data-layout="video"] *'],"subtitleRule.add":{type:"subsrt",subsrtFormat:"vtt",loadingContainerSelector:'[data-layout="video"]',subtitleUrlRegExp:".*\\.vtt",quickButtonRule:{appendSelector:".vds-controls-group:last-child",insertBeforeSelector:".vds-caption-button"}}},{id:"paramountplus",matches:["*.paramountplus.com"],"excludeSelectors.add":[".aa-player-skin"],"mutationExcludeSelectors.add":[".aa-player-skin *"],"subtitleRule.add":{type:"text_track_dynamic",injectedCss:[".tt-container {white-space: pre-line;}",".timed-text-css-box-inner {display: none!important;}",".timed-text-css-box-inner:last-child {display: block!important;}"],videoPlayerSelector:"video",quickButtonRule:{appendSelector:".top-menu-container"}}},{id:"pluto",matches:["pluto.tv"],"excludeSelectors.add":[".video-player-layout"],"mutationExcludeSelectors.add":[".video-player-layout *"],"subtitleRule.add":{type:"text_track_dynamic",videoPlayerSelector:"video",quickButtonRule:{appendSelector:".endControls-0-2-85"}}},{id:"vimeo",matches:["vimeo.com"],"excludeSelectors.add":[".vp-captions"],"mutationExcludeSelectors.add":[".vp-captions *"],"subtitleRule.add":{type:"text_track",videoPlayerSelector:"video",loadingContainerSelector:".player_container",loadingStyle:"bottom: unset; top: 5%;",injectedCss:["#immersive-translateQuickButton {visibility: inherit!important;}"],quickButtonRule:{appendSelector:'[data-control-bar="true"] > div',insertBeforeSelector:'[data-volume-control-container="true"]',ccEnableSelector:'[data-cc-button="true"]',injectCSS:".imt-quick-subtitle-button {margin-right: 0px; font-size: 12px;} .logo,.logo svg { height: 18px !important; width: 18px !important;} .imt-quick-subtitle-pop-content {bottom: 28px !important;}"}}},{id:"ted",matches:["www.ted.com"],"excludeSelectors.add":["#video"],"mutationExcludeSelectors.add":["#video *"],"subtitleRule.add":{type:"webvtt",hookType:"fetch",subtitleUrlRegExp:"\\.vtt",videoPlayerSelector:"video",loadingContainerSelector:"media-controller",quickButtonRule:{appendSelector:".pointer-events-none #media-control-bar",insertBeforeSelector:".pointer-events-none .media-volume-wrapper"}}},{id:"player.vimeo",matches:["https://player.vimeo.com/video/*","laracasts.com"],selectorMatches:["iframe[src*='player.vimeo.com']"],extraBlockSelectors:["span.vp-captions-line","span[class^=CaptionsRenderer_]"],"excludeSelectors.add":[".vp-captions-line"],"mutationExcludeSelectors.add":[".vp-captions *",".vp-captions-line *"],"subtitleRule.add":{type:"text_track",videoPlayerSelector:"video",loadingContainerSelector:".vp-telecine",loadingStyle:"bottom: unset; top: 5%; font-size: 12px;",injectedCss:["#immersive-translateQuickButton {visibility: inherit!important;}"],quickButtonRule:{appendSelector:'[data-control-bar="true"] > div',insertBeforeSelector:'[data-volume-control-container="true"]',ccEnableSelector:'[data-cc-button="true"]',injectCSS:".imt-quick-subtitle-button {margin-right: 0px; font-size: 12px;} .logo,.logo svg { height: 18px !important; width: 18px !important;} .imt-quick-subtitle-pop-content {bottom: 28px !important;}"}}},{id:"tv.adobe",matches:"https://*.tv.adobe.com","excludeSelectors.add":[".mpc-player"],"mutationExcludeSelectors.add":[".mpc-player *"],"subtitleRule.add":{type:"text_track",videoPlayerSelector:"video",loadingContainerSelector:".mpc-player",quickButtonRule:{appendSelector:".mpc-controls__container"}}},{id:"threejs-journey",matches:"threejs-journey.com","excludeSelectors.add":[".video-area"],"mutationExcludeSelectors.add":[".video-area *"],"subtitleRule.add":{type:"text_track",videoPlayerSelector:"video",loadingContainerSelector:".video-area",injectedCss:[".js-tracks-text.tracks-text {white-space: pre;}"],quickButtonRule:{appendSelector:".js-controls .right",insertBeforeSelector:".js-subtitles",injectCSS:".imt-quick-subtitle-button { font-size: 12px;} .logo,.logo svg { height: 18px !important; width: 18px !important;} .imt-quick-subtitle-pop-content {bottom: 38px !important;}"}}},{id:"codewithchris",matches:["learn.codewithchris.com","*.rachelsenglishacademy.com","www.unrealsenseiacademy.com"],"excludeSelectors.add":[".w-captions",".w-captions-line > div > span"],"mutationExcludeSelectors.add":[".w-captions *"],"subtitleRule.add":{type:"general",subtitleUrlRegExp:"/embed/captions/",loadingContainerSelector:".w-ui-container",hookType:"fetch",generalSetting:{captionsPath:"captions",itemsPath:"hash.lines",textKey:"text"}}},{id:"panopto",matches:["southampton.cloud.panopto.eu"],"excludeSelectors.add":[".primaryPlayer"],"mutationExcludeSelectors.add":[".primaryPlayer *"],"subtitleRule.add":{type:"general",subtitleUrlRegExp:"DeliveryInfo.aspx",disableSubsCache:!0,loadingContainerSelector:"#primaryPlayer",hookType:"fetch",generalSetting:{textKey:"Caption"},quickButtonRule:{appendSelector:"#transportControls",insertBeforeSelector:"#captionsButton"}}},{id:"edx",matches:["*.edx.org"],"excludeSelectors.add":[".closed-captions",".subtitles-menu"],mainFrameMinTextCount:0,"subtitleRule.add":{type:"general",subtitleUrlRegExp:"/transcript/translation/",loadingContainerSelector:".tc-wrapper",generalSetting:{itemsPath:"text"},injectedCss:[".subtitles-menu span,.closed-captions {white-space: pre-line;}","#immersive-translate-quick-button-container {display: inline-block; vertical-align: middle;}"],quickButtonRule:{appendSelector:".secondary-controls",insertBeforeSelector:".speeds.menu-container"}}},{id:"ardmediathek",matches:["www.ardmediathek.*"],"excludeSelectors.add":[".ardplayer-viewport-addon-overlays"],"mutationExcludeSelectors.add":[".ardplayer-viewport-addon-overlays *"],"subtitleRule.add":{type:"ebutt",hookType:"fetch",subtitleUrlRegExp:"subtitle/ebutt",loadingContainerSelector:".ardplayer-viewport-addon-overlays",quickButtonRule:{appendSelector:".ardplayer-footer .ardplayer-addons-container",insertBeforeSelector:".ardplayer-footer .ardplayer-button-sharing",injectCSS:".imt-quick-subtitle-button {font-size: 20px; } .logo,.logo svg { height: 36px !important; width: 36px !important;} .imt-quick-subtitle-pop-content {z-index: 2147483647;} "}}},{id:"bbc-iplayer",matches:["https://www.bbc.*/iplayer*"],"excludeSelectors.add":[".player"],"mutationExcludeSelectors.add":[".player *"],"subtitleRule.add":{type:"ebutt",hookType:"fetch",subtitleUrlRegExp:"iplayer/subtitles/.*.xml",loadingContainerSelector:".player__container"}},{id:"bbc",matches:["*.bbc.*"],"excludeSelectors.add":["section.module--languages",".drop-capped",".smp-toucan-player","smp-subtitles","#subtitle_subtitle2"],"mutationExcludeSelectors.add":["[data-testid='media-player-container-landscape'] *"],"subtitleRule.add":{type:"ebutt",hookType:"fetch",subtitleUrlRegExp:"iplayer/subtitles/.*.xml",loadingContainerSelector:".smp-toucan-player"}},{id:"zdf.de",matches:["www.zdf.de"],"excludeSelectors.add":[".zdfplayer-cue-region"],"subtitleRule.add":{type:"ebutt",subtitleUrlRegExp:"mtt/.*.xml",loadingContainerSelector:".zdfplayer-video-container",responseType:"document",injectedCss:["#immersive-translate-quick-button-container {display:inline-block;vertical-align:middle;margin-right:-16px;}"],quickButtonRule:{appendSelector:".right-controls-1FfJUp.svelte-inzdbf",insertBeforeSelector:".right-controls-1FfJUp.svelte-inzdbf button"}}},{id:"piped.video",matches:"piped.video","subtitleRule.add":{type:"ebutt",hookType:"fetch",subtitleUrlRegExp:"api/timedtext",loadingContainerSelector:".shaka-video-container",responseType:"document",quickButtonRule:{appendSelector:".shaka-controls-button-panel",insertBeforeSelector:".shaka-mute-button"}}},{id:"disneyplus",matches:["www.disneyplus.com"],"excludeSelectors.add":[".dss-hls-subtitle-overlay"],"mutationExcludeSelectors.add":[".dss-hls-subtitle-overlay *"],"subtitleRule.add":{type:"disneyplus",subtitleUrlRegExp:"\\.vtt$"}},{id:"mubi",matches:["https://mubi.com","https://mubi.de"],"subtitleRule.add":{type:"fmp4.xml",subtitleUrlRegExp:"textstream",hookType:"fetch",quickButtonRule:{appendSelector:".css-1k6yql2.e1b63bld4",insertBeforeSelector:".css-1ce7rqp.e7f2hfl0"}}},{id:"hulu",matches:"https://*.hulu.com","subtitleRule.add":{type:"hulu",hookType:"fetch",injectedCss:[".ClosedCaption {display:none!important;}"],videoSelector:"#content-video-player",subtitleUrlRegExp:"play.hulu.com/.*/playlist",loadingContainerSelector:"#web-player-app",quickButtonRule:{appendSelector:".PlayerSettingsGroup",insertBeforeSelector:".PlayerSettingsGroup .PlayerControlsButton"}}},{id:"youku.tv",matches:"www.youku.tv","excludeSelectors.add":["#subtitle"],"mutationExcludeSelectors.add":["#subtitle *"],"subtitleRule.add":{type:"subsrt",hookType:"fetch",injectedCss:["#immersive-translate-quick-button-container {display: inline-block; vertical-align: middle;}"],subtitleUrlRegExp:"\\.ass$",subsrtFormat:"ass",loadingContainerSelector:"#youku-dashboard",loadingStyle:"bottom: 10%;",quickButtonRule:{appendSelector:".kui-dashboard-dashboard-panel .kui-dashboard-rear-ctn",insertBeforeSelector:".kui-rate-control-0"}}},{id:"starz",matches:"www.starz.com","excludeSelectors.add":["starz-player"],"mutationExcludeSelectors.add":["starz-player *"],"subtitleRule.add":{type:"subsrt",subsrtFormat:"vtt",subtitleUrlRegExp:"\\.vtt$",loadingContainerSelector:"starz-player",loadingStyle:"bottom: 10%;",injectedCss:["#immersive-translate-quick-button-container {display: inline-block;}"],quickButtonRule:{appendSelector:"starz-player .button-group",insertBeforeSelector:"starz-player .button-group .video-player-icon-md"}}},{id:"www.iq.com",matches:"www.iq.com","excludeSelectors.add":[".iqp-subtitle"],"mutationExcludeSelectors.add":[".iqp-subtitle *"],"subtitleRule.add":{type:"xml",subtitleUrlRegExp:"\\.xml\\?",loadingContainerSelector:".intl-video-area",xmlTextSelector:"sub",loadingStyle:"bottom: 10%;",injectedCss:["#immersive-translate-quick-button-container {float: right; height: 100%;}"],quickButtonRule:{appendSelector:".iqp-contrls-right"}}},{id:"archiveToday",matches:["archive.today","archive.ph","archive.is","archive.md"],"excludeSelectors.add":["#HEADER"]},{id:"arxiv-vanity.com",matches:["www.arxiv-vanity.com"],"excludeSelectors.add":[".arxiv-vanity-wrapper"]},{id:"fibery",matches:["the.fibery.io"],"additionalExcludeSelectors.remove":["[translate=no]"],"additionalStayOriginalSelectors.add":[".entity-node-view-container"]},{id:"makersuite.google",matches:"makersuite.google.com","excludeSelectors.add":[".material-symbols-outlined"]},{id:"etymonline",matches:"www.etymonline.com",globalAttributes:{".crossreference.notranslate":{class:"crossreference"},".foreign.notranslate":{class:"foreign"}}},{id:"https://browse.arxiv.org/",matches:["https://browse.arxiv.org","https://arxiv.org/html/*"],"excludeSelectors.add":[".desktop_header","[class*='ltx_lst_language_']","div.package-alerts"]},{id:"jstor",matches:"www.jstor.org","excludeSelectors.add":[".audio-duration","[data-qa='card-item-count']"],globalStyles:{".card__heading":"-webkit-line-clamp:unset;","search-results-vue-pharos-image-card,search-ui-pharos-image-card":"display:flex;","search-results-vue-pharos-link":"display:inline;"}},{id:"tandfonline",matches:"*.tandfonline.com","extraInlineSelectors.add":["span.off-screen"]},{id:"boringreport",matches:["www.boringreport.org"],"excludeTags.remove":["BUTTON"]},{id:"bsky.app",matches:"https://bsky.app",selectors:["[data-testid=postText]"],isTranslateTitle:!1},{id:"peacocktv",matches:["*.peacocktv.com"],injectedCss:[".video-player__subtitles__line > font,.video-player__subtitles__line:only-child{display:block;}"]},{id:"noTranslate",matches:["*.tiktok.com","altis.world","*.newthingsunderthesun.com","*.gumroad.com","edstem.org","actions.tldrnewsletter.com","community.linkingyourthinking.com","doc.qt.io","winaero.com"],"additionalExcludeSelectors.remove":[".notranslate","[translate=no]"]},{id:"jmir",matches:["*.jmir.org"],"additionalInlineSelectors.add":[".tooltiptext"]},{id:"smzdm",matches:["www.smzdm.com"],"excludeSelectors.add":[".z-highlight",".feed-block-info",".z-feed-foot",".feed-block-descripe","#J_column_tab_box",".crumbs"],globalStyles:{".feed-block-title":"height:unset"}},{id:"xiaohongshu.com",matches:["www.xiaohongshu.com"],"excludeSelectors.add":[".author-wrapper",".info",".side-bar"],globalStyles:{"a.title":"-webkit-line-clamp:3"}},{id:"learnopengl",matches:["learnopengl.com"],globalStyles:{function:"position:relative;z-index:1000;"}},{id:"notateslaapp",matches:["www.notateslaapp.com"],"extraBlockSelectors.add":[".nav > *"]},{id:"eightfold",matches:["*.eightfold.ai"],injectedCss:[".flexbox{width:100%}"]},{id:"deno",matches:["deno.com"],injectedCss:[":root {font-feature-settings:unset}"]},{id:"soundcloud",matches:"soundcloud.com",injectedCss:[".compactTrackListItem {height: unset !important;}"],"excludeSelectors.add":[".searchTitle__textContent",".searchOptions__container",".compactTrackListItem__additional",".soundTitle__tagContainer",".searchResultGroupHeading",".sc-ministats-group",".compactTrackList__moreLink",".sound__soundActions"]},{id:"section.blog.naver.com",matches:"section.blog.naver.com",globalStyles:{".text,.title_post,.text_post,p,strong,div":"-webkit-line-clamp:unset;max-height:unset;height:unset;"},"extraBlockSelectors.add":[".item",".heading a",".info_find a"],"excludeSelectors.add":[".comments",".time"]},{id:"gradio-app",selectorMatches:"gradio-app","excludeTags.remove":["BUTTON"],"excludeSelectors.add":['[data-testid="block-label"]'],"mutationConfig.add":{buildTimeout:1e3,consumeTimeout:1e3}}]};d();d();function Ru(e){if(e.beta)return!1;if(rt()&&e.spVersion)return Ji(cd(),e.spVersion);if(Xh()&&e.gspVersion){let t=Qh();if(t)return Ji(t,e.gspVersion)}if(pd()&&e.ispVersion){let t=Jh();if(t)return Ji(t,e.ispVersion)}return!1}function Ji(e,t){let n=e.split(".").reverse(),r=t.split(".").reverse(),a=0,o=0,i=1;for(let s=0;s<3;s++)a+=i*Number(r[s]||"0"),o+=i*Number(n[s]||"0"),i*=100;return o>=a}function fd(e){e.message?.indexOf("token invalid")>=0&&Wt.remove(qt)}d();function Iu(e){return Array.isArray(e)?e:e?[e]:[]}function Ou(e,t){return t?(Array.isArray(t)||(t=[t]),Array.from(new Set([...t,e]))):[e]}function Nu(e,t){return t?(Array.isArray(e)||(e=[e]),Array.isArray(t)||(t=[t]),t.filter(n=>!e.includes(n))):[]}function ju(e,t){let n={...e};return a3(n,t),oS(n,t),n}function r3(e,t,n){let r={...t};return Ma({rule:r,valueIsArray:a=>Array.isArray(e[a]),getMergedValue:a=>e[a],onMergedResult:(a,o)=>r[a]=o}),Ma({rule:n,valueIsArray:a=>Array.isArray(e[a]),getMergedValue:a=>r[a],onMergedResult:(a,o)=>r[a]=o}),r}function oS(e,t){if(!t.condition)return;let n=t.condition.enableSubtitle?.true||{},r=t.condition.enableSubtitle?.false||{},a=e.enableSubtitle?n:r;a3(e,a)}function Ma({rule:e,getMergedValue:t,valueIsArray:n,onMergedResult:r}){Object.keys(e).sort().forEach(a=>{let[o,i,s]=iS(a);if(!o||e[a]===void 0)return;let u=e[a];n(o)&&(u=Iu(e[a]));let l=t(o);if(l==null){r(o,u);return}let c;if(i=="add_v"){if(!t3(s))return;c=hd(l,u)}else if(i=="remove_v"){if(!t3(s))return;c=n3(l,u)}else i==="add"?c=hd(l,u):i=="remove"&&(c=n3(l,u));if(c){r(o,c);return}Array.isArray(e[o])&&o.startsWith("additional")?c=hd(l,u):c=u,r(o,c)})}function a3(e,t){return Ma({rule:t,valueIsArray:n=>Array.isArray(e[n]),getMergedValue:n=>e[n],onMergedResult:(n,r)=>{e[n]=r}}),e}function hd(e,t){let n;if(Array.isArray(e)){let r=Iu(t);n=[...e,...r],n=Array.from(new Set(n))}else typeof e=="object"&&typeof t=="object"?n={...e,...t}:n=t;return n}function iS(e){let t=e.lastIndexOf("["),n="",r=e;return t>0&&(n=e.slice(t+1,e.length-1),r=e.slice(0,t-1)),[...r.split("."),n]}function t3(e){let t=Xt();return e&&Ji(t,e)}function n3(e,t){if(Array.isArray(e)){let n=Iu(t);return e=e.filter(r=>!n.includes(r)),Array.from(new Set(e))}else if(typeof e=="object"&&typeof t=="object")Object.keys(t).forEach(n=>{delete e[n]});else return t;return e}function o3(){if(Se.PROD==="1")return{};let e={};if(Se.IMMERSIVE_TRANSLATE_SECRET_TENCENT_SECRET_ID&&Se.IMMERSIVE_TRANSLATE_SECRET_TENCENT_SECRET_KEY){let n={secretId:Se.IMMERSIVE_TRANSLATE_SECRET_TENCENT_SECRET_ID,secretKey:Se.IMMERSIVE_TRANSLATE_SECRET_TENCENT_SECRET_KEY};e.translationServices={},e.translationServices.tencent=n}if(Se.IMMERSIVE_TRANSLATE_SECRET_BAIDU_APPID&&Se.IMMERSIVE_TRANSLATE_SECRET_BAIDU_KEY){let n={appid:Se.IMMERSIVE_TRANSLATE_SECRET_BAIDU_APPID,key:Se.IMMERSIVE_TRANSLATE_SECRET_BAIDU_KEY};e.translationServices||(e.translationServices={}),e.translationServices.baidu=n}if(Se.IMMERSIVE_TRANSLATE_SECRET_CAIYUN_TOKEN){let n={token:Se.IMMERSIVE_TRANSLATE_SECRET_CAIYUN_TOKEN};e.translationServices||(e.translationServices={}),e.translationServices.caiyun=n}if(Se.IMMERSIVE_TRANSLATE_SECRET_OPENL_APIKEY){let n={apikey:Se.IMMERSIVE_TRANSLATE_SECRET_OPENL_APIKEY};e.translationServices||(e.translationServices={}),e.translationServices.openl=n}if(Se.IMMERSIVE_TRANSLATE_SECRET_YOUDAO_APP_ID&&Se.IMMERSIVE_TRANSLATE_SECRET_YOUDAO_APP_SECRET){let n={appId:Se.IMMERSIVE_TRANSLATE_SECRET_YOUDAO_APP_ID,appSecret:Se.IMMERSIVE_TRANSLATE_SECRET_YOUDAO_APP_SECRET};e.translationServices||(e.translationServices={}),e.translationServices.youdao=n}if(Se.IMMERSIVE_TRANSLATE_SECRET_VOLC_ACCESS_KEY_ID&&Se.IMMERSIVE_TRANSLATE_SECRET_VOLC_SECRET_ACCESS_KEY){let n={accessKeyId:Se.IMMERSIVE_TRANSLATE_SECRET_VOLC_ACCESS_KEY_ID,secretAccessKey:Se.IMMERSIVE_TRANSLATE_SECRET_VOLC_SECRET_ACCESS_KEY};e.translationServices||(e.translationServices={}),e.translationServices.volc=n}if(Se.IMMERSIVE_TRANSLATE_SECRET_DEEPL_AUTH_KEY){let n={authKey:Se.IMMERSIVE_TRANSLATE_SECRET_DEEPL_AUTH_KEY};e.translationServices||(e.translationServices={}),e.translationServices.deepl=n}if(Se.DEEPL_PROXY_ENDPOINT&&(e.translationServices||(e.translationServices={}),e.translationServices.deepl||(e.translationServices.deepl={}),e.translationServices.deepl.immersiveTranslateApiUrl=Se.DEEPL_PROXY_ENDPOINT),Se.IMMERSIVE_TRANSLATE_DEEPL_ENDPOINT&&(e.translationServices||(e.translationServices={}),e.translationServices.deepl||(e.translationServices.deepl={}),e.translationServices.deepl.immersiveTranslateDeeplTokenUrl=Se.IMMERSIVE_TRANSLATE_DEEPL_ENDPOINT),Se.IMMERSIVE_TRANSLATE_SECRET_OPENAI_API_KEY){let n={APIKEY:Se.IMMERSIVE_TRANSLATE_SECRET_OPENAI_API_KEY};e.translationServices||(e.translationServices={}),e.translationServices.openai=n}Se.IMMERSIVE_TRANSLATE_SERVICE&&(e.translationService=Se.IMMERSIVE_TRANSLATE_SERVICE);let t={};return Se.DEBUG==="1"&&(t.debug=!0,t.cache=!1),Se.MOCK==="1"&&(t.translationService="mock"),t}async function Qt(){let e=await oe.storage.local.get(Oi);if(e[Oi]){let t=e[Oi],n=t.tempTranslationUrlMatches||[],r=n.filter(i=>i.expiredAt>Date.now()),a=!1;r.length!==n.length&&(n=r,a=!0);let o={...t,tempTranslationUrlMatches:[...n]};return a&&await Zt(o),o}else return{}}async function Zt(e){await oe.storage.local.set({[Oi]:e})}async function i3(e){await oe.storage.local.set({[Hr]:e})}async function s3(){let e=await oe.storage.local.get(Hr),n={...await bd(),...Eo,buildinConfigUpdatedAt:Se.BUILD_TIME};if(e[Hr]){let r=e[Hr];if(r&&r.buildinConfigUpdatedAt){let a=new Date(r.buildinConfigUpdatedAt),o=new Date(n.buildinConfigUpdatedAt);a>o&&(n=r)}}return n}async function pn(){let e=await oe.storage.local.get(Hr),t={...Eo,buildinConfigUpdatedAt:Se.BUILD_TIME};if(e[Hr]){let S=e[Hr];if(S&&S.buildinConfigUpdatedAt){let A=new Date(S.buildinConfigUpdatedAt),j=new Date(t.buildinConfigUpdatedAt);A>j&&(t=S)}}let n=await lS(t);t.targetLanguage=n;let r=await Wt.get(qt,null),a={};if(!Ee()&&oe.commands&&oe.commands.getAll){let S=await oe.commands.getAll();for(let A of S)A.name&&A.shortcut&&(a[A.name]=A.shortcut)}let o=await bd(),i=o3(),s=await Dr(),u=globalThis.IMMERSIVE_TRANSLATE_CONFIG||{},l=await Qt(),c=new Date,m=Object.assign({},u,i,s);if(!m.interfaceLanguage){let S=await sS();m.interfaceLanguage=S}let g=m.interfaceLanguage==="en",p=m.targetLanguage==="en",f=t&&t.translationLanguagePattern&&t.translationLanguagePattern.matches&&t.translationLanguagePattern.matches.length===0,y=["bing","google","transmart","mock"].includes(m.translationService)||!m.translationService;!g&&!p&&!f&&y?t.translationLanguagePattern||(t.translationLanguagePattern={matches:["en"],excludeMatches:[]}):t.translationLanguagePattern={matches:[],excludeMatches:[]};let b=t&&t.enableDefaultAlwaysTranslatedUrls;m.enableDefaultAlwaysTranslatedUrls===!1&&(b=!1);let h=m&&m.isChangedAlwaysTranslatedUrls,C=[];m.translationUrlPattern&&m.translationUrlPattern.matches&&(C=m.translationUrlPattern.matches||[]);let w=!1;h===void 0&&(C.length>0?h=!0:h=!1,m.isChangedAlwaysTranslatedUrls=h,s.isChangedAlwaysTranslatedUrls=h,w=!0);let k=(m?.translationLanguagePattern?.matches?.length||0)>0,R=await Dt("installedAt",""),v=Number(await wr("translage_page_daily",0)),x=Number(await Dt(Kn,0)),B;x>0&&(Date.now()-x0&&(Date.now()-v0){let S=l.tempTranslationUrlMatches.filter(A=>new Date(A.expiredAt)>c);if(S.length>0){let A=m.translationUrlPattern?m.translationUrlPattern?.matches||[]:[],j=Array.isArray(A)?A:[A],q=Array.from(new Set(j.concat(S.map(z=>z.match))));m.translationUrlPattern={...m.translationUrlPattern,matches:q}}}let F=Object.assign(o,t);Ma({rule:t,valueIsArray:S=>Array.isArray(o[S]),getMergedValue:S=>o[S],onMergedResult:(S,A)=>{S!="generalRule"&&(F[S]=A)}});let M=Jt(r),N={};m.translationServices&&m.translationServices.deepl&&(N=m.translationServices.deepl);let U={};m.translationServices&&m.translationServices.openai&&(U=m.translationServices.openai),!M&&N.authKey&&!N.provider?(F.translationServices.deepl||(F.translationServices.deepl={}),F.translationServices.deepl.provider="custom"):N&&N.provider||(F.translationServices.deepl||(F.translationServices.deepl={}),F.translationServices.deepl.provider="pro"),!M&&U.APIKEY&&!U.provider?(F.translationServices.openai||(F.translationServices.openai={}),F.translationServices.openai.provider="custom"):U&&U.provider||(F.translationServices.openai||(F.translationServices.openai={}),F.translationServices.openai.provider="pro");let H=Object.keys(F),L=["translationUrlPattern","translationLanguagePattern","immediateTranslationPattern","translationBodyAreaPattern","translationParagraphLanguagePattern","translationThemePatterns","translationGeneralConfig","shortcuts","inputTranslationUrlPattern","inputLanguageCodeAlias"];for(let S of H){let A=S;if(A==="generalRule")typeof m[A]=="object"&&(F[A]=ju(o[A],m[A]));else if(A==="translationServices")cS(m,F);else if(typeof m[A]!="string"&&typeof m[A]!="boolean"&&typeof m[A]!="number"&&L.includes(A))m[A]&&(F[A]=Object.assign(F[A],m[A])),A==="shortcuts"&&(Ee()||rt()?F[A]={...F[A],...a}:F[A]={...a});else if(A==="rules"){if(Array.isArray(m[A])){let j=F.rules||[],q={};for(let W of j)W.id&&(q[W.id]=W);let z=m[A].map(W=>W.id&&q[W.id]?r3(t.generalRule,q[W.id],W):W);F[A]=[...z,...F[A]]}if(Se.PROD==="0"&&Se.DEV_RULES){let j=JSON.parse(Se.DEV_RULES);F[A]=[...j,...F[A]]}}else m[A]!==void 0&&(F[A]=m[A])}return F.donateUrl=t.donateUrl,F.minVersion=t.minVersion,F.feedbackUrl=t.feedbackUrl,F.rawUserConfig=s,F}async function Dr(){return(await oe.storage.sync.get("userConfig")||{}).userConfig||{}}async function Xi(e){await oe.storage.sync.set({userConfig:e})}async function Qi(e,t){await oe.storage.local.set({[e]:t})}async function Uu(e){return(await oe.storage.local.get(e))[e]||""}var sS=async()=>{let e=["zh-CN"];try{e=await oe.i18n.getAcceptLanguages()}catch(r){P.warn("get browser language error:",r)}let n=e.map(r=>he(r)).find(r=>It[r]);return n||"en"},bd=async()=>{let e={...Eo,buildinConfigUpdatedAt:Se.BUILD_TIME};return{...e,targetLanguage:or,interfaceLanguage:"en",translationMode:"dual",debug:!1,alpha:!1,translationUrlPattern:{matches:[],excludeMatches:[]},translationLanguagePattern:{matches:[],excludeMatches:[]},translationThemePatterns:{},translationParagraphLanguagePattern:{matches:[],excludeMatches:[],selectorMatches:[],excludeSelectorMatches:[]},translationBodyAreaPattern:{matches:[],excludeMatches:[],selectorMatches:[],excludeSelectorMatches:[]},translationTheme:"none",translationService:"bing",inputTranslationService:"inherit",mouseHoverTranslationService:"inherit",subtitleTranslateService:"inherit",translationArea:"main",translationStartMode:"dynamic",translationServices:{},monkeyH5FloatBall:{...e.monkeyH5FloatBall},pcFloatBall:{...e.pcFloatBall},generalRule:{...e.generalRule},translationGeneralConfig:{engine:"bing",_systemExcludeWordRegex:"\\b({word})\\b"},rules:[]}};function uS(e,t){return e=e||[],t=t||[],e.length!==t.length?!0:t.filter(r=>!e.includes(r)).length>0}async function lS(e){try{let t=e?.autoSelectTargetLanguageAfterInstalledAt;if(!t)return or;let n=await Dt("installedAt","");if(n&&new Date(n){let l=a[u],c=a[l.extends];!c||l.extends==u||(a[u]={...c,...a[u]})}),Ma({rule:{...a},valueIsArray:u=>Array.isArray(a[u]),getMergedValue:u=>a[u],onMergedResult:(u,l)=>{a[u]={...a[u],...l}}}),Ma({rule:{...r},valueIsArray:u=>Array.isArray(a[u]),getMergedValue:u=>a[u],onMergedResult:(u,l)=>{a[u]={...a[u],...l}}}),new Date(e.updatedAt)<=new Date("2024.4.2")&&Object.keys(r).forEach(u=>{["openai","gemini"].includes(u)&&r[u].prompt!=null&&(r[u].maxTextGroupLengthPerRequest==null&&(a[u].maxTextGroupLengthPerRequest=1),r[u].multiplePrompt==null&&(a[u].multiplePrompt=r[u].prompt))});let i=["imt_source_field","imt_trans_field","imt_sub_source_field","imt_sub_trans_field"],s=(u,l)=>{!u||!u[l]||!u?.env||(u[l]=u[l].replace(/{{(.+?)}}/g,(c,m)=>i.includes(m)?c:u?.env[m]||c))};Object.values(a).forEach(u=>{s(u,"prompt"),s(u,"multiplePrompt"),s(u,"subtitlePrompt")})}d();d();d();function u3(e){return e.replace(//g,">")}d();function l3(e,t,n){let r=dS(e,t),a=[],o={from:e[0].from,fromByClient:e[0].fromByClient,to:e[0].to,tempSentences:[],url:e[0].url};for(let i of r)(o.tempSentences.reduce((u,l)=>u+l.text.length,0)+i.text.length>t||o.tempSentences.length>=n)&&(a.push(o),o={fromByClient:o.fromByClient,from:i.from,to:i.to,tempSentences:[],url:i.url}),(o.from!==i.from||o.to!==i.to)&&(o.tempSentences.length>0?(a.push(o),o={fromByClient:o.fromByClient,from:i.from,to:i.to,tempSentences:[],url:i.url}):(o.from=i.from,o.to=i.to)),o.tempSentences.push(i);return o.tempSentences.length>0&&a.push(o),a}function dS(e,t){let n=[],r=[];for(let a=0;a0?y"},{id:"bing",matches:"https://*.bing.com/search*",extraInlineSelectors:["a","i"],globalStyles:{"[class*='lineclamp'],.b_title":"-webkit-line-clamp:unset;"}},{id:"yahoo",matches:"*.yahoo.*",excludeSelectors:["._ys_jiqava","#ybar-inner-wrap","#Col2-5-Rmp-Proxy"],extraBlockSelectors:[".SIPGg",".sc-kzMCTH.pSZXj"],globalStyles:{"#atomic .Mt\\(20px\\)":"margin-top: 100px;","[class*='LineClamp']":"-webkit-line-clamp:unset;max-height:unset;","a[class*='js-content-viewer']> div[class*='Td\\(n\\)']":"overflow: scroll;","[class*='_ys_24482e']":"-webkit-line-clamp:unset;","#Aside > :first-child":"overflow:scroll;"}},{id:"wsj",matches:"www.wsj.com",excludeSelectors:["header","footer","nav","[aria-label='Markets summary']"]},{id:"businessinsider",matches:"www.businessinsider.com",excludeSelectors:["header","nav","section.live-updates-module "]},{id:"goodreads",matches:"www.goodreads.com",excludeSelectors:[".badgeYear",".gr-mediaBox__desc",".bookVotedRow",".minirating","div[itemprop='aggregateRating']",".wtrButtonContainer",".RatingsHistogram__labelTitle",".FollowButton",".siteHeader__topLevelLink","#books > thead","td[class*='rating']","td[class*='shelves']","td[class*='date_read']","td[class*='date_added']","td[class*='actions']"]},{id:"feeder",matches:"https://feeder.co/*",globalStyles:{".item-summary":"-webkit-line-clamp:unset;"}},{id:"elektrotechnik",matches:"https://www.elektrotechnik.rwth-aachen.de/*",globalAttributes:{"[class='notranslate']":{class:""}}},{id:"nytimes",matches:"www.nytimes.com",excludeSelectors:["#app > div > div > header","#app > div > div > div > div > header","#in-story-masthead"],injectedCss:["a::after {position:relative!important;}"]},{id:"bugsKde",matches:"bugs.kde.org","excludeTags.remove":["svg","PRE"],additionalExcludeSelectors:[".bz_first_comment_head",".bz_comment_head",".related_actions"]},{id:"eastmoney",matches:"guba.eastmoney.com",searchEnhancementConfig:[{id:"eastmoney",urlMatch:"guba.eastmoney.com/news,us\\w+,\\w+.html",delayTime:0,selector:".moneyFlowContainer",selectorAction:"insertBefore",style:{container:"background:white;border:none;border-radius: 4px;box-shadow: 0 2px 4px hsla(216,5%,62%,.14);",source:"font-size:12px; margin-bottom: 0px;",keyword:"color:#294688",title:"font-size:14px;color:#294688;",enTitle:"margin-top:4px;font-size:12px;",searchTitle:"margin:4px 0 16px;position:relative;padding-right:24px;font-size: 16px;",time:"margin: 0px 0 16px;",more:"color:#294688;margin-top:8px;"},keyword:{value:"[0]$1 stock",matches:[{source:"url",matchRegex:"guba.eastmoney.com/news,us(\\w+?),\\S+.html"}]},showCount:8},{id:"eastmoney",urlMatch:"guba.eastmoney.com/list,us\\w+.*.html",delayTime:0,selector:".qualityContentContainer",selectorAction:"insertBefore",style:{container:"background:white;border:none;border-radius: 4px;box-shadow: 0 2px 4px hsla(216,5%,62%,.14);",source:"font-size:12px; margin-bottom: 0px;",keyword:"color:#294688",title:"font-size:14px;color:#294688;",enTitle:"margin-top:4px;font-size:12px;",searchTitle:"margin:4px 0 16px;position:relative;padding-right:24px;font-size: 16px;",time:"margin:0px 0 16px;",more:"color:#294688;margin-top:8px;"},keyword:{value:"[0]$1:[0]$2",matches:[{source:{type:"selector",attribute:"href"},matchRegex:"code=(\\w+)_(\\w+)",match:"a[href*='rank/stock?code=']"}]},showCount:8}]},{id:"xueqiu",matches:"xueqiu.com",searchEnhancementConfig:[{id:"xueqiu",urlMatch:"xueqiu.com/S/[a-zA-Z]+/?$",delayTime:0,selector:".container-side-sm.float-right.stock__side",selectorAction:"appendChild",style:{container:"background:white;border:none;border-radius: 4px;padding:0;",source:"font-size:12px; margin-bottom: 0px;",keyword:"color:#06c",title:"font-size:14px;color:#06c;",enTitle:"margin-top:4px;font-size:12px;",searchTitle:"margin:4px 0 16px;position:relative;padding-right:24px;font-size: 16px;font-weight: bold;",time:"margin:0px 0 16px;",more:"color:#06c;margin-top:8px;"},showCount:8,keyword:{value:"[0]$1",matches:[{source:{type:"selector",attribute:"text"},matchRegex:"\\((.+)\\)",match:".stock-name"}]}}]},{id:"laohu8",matches:"www.laohu8.com",searchEnhancementConfig:[{id:"laohu8",urlMatch:"www.laohu8.com/stock/[a-zA-Z]+/?$",delayTime:0,selector:".hot-stocks-root",selectorAction:"insertBefore",style:{container:"background:white;border:none;border-radius: 4px;box-shadow: 0 2px 4px hsla(216,5%,62%,.14);",source:"font-size:12px; margin-bottom: 0px;",title:"font-size:14px;color: #007bff;",enTitle:"margin-top:4px;color: #4d5156;font-size:12px;",searchTitle:"margin:4px 0 16px;position:relative;padding-right:24px;font-size: 16px;",time:"margin: 0px 0 16px;"},keyword:{value:"[0]$1 stock",matches:[{source:"url",matchRegex:"stock/([a-zA-Z]+)"}]},showCount:8}]},{id:"futunn",matches:"www.futunn.com",searchEnhancementConfig:[{id:"futunn",urlMatch:"www.futunn.com/stock/\\w+-US",delayTime:0,selector:".right",selectorAction:"appendChild",style:{container:"background:white;border:none;border-radius: 4px;box-shadow: 0 2px 4px hsla(216,5%,62%,.14);",source:"font-size:12px; margin-bottom: 4px;",title:"font-size:14px;color: #007bff;",enTitle:"margin-top:4px;color: #4d5156;font-size:12px;",searchTitle:"margin:4px 0 16px;position:relative;padding-right:24px;font-size: 16px;",time:"margin: 4px 0 20px;"},keyword:{value:"[0]$1 stock",matches:[{source:"url",matchRegex:"stock/([a-zA-Z]+)-US"}]},showCount:8}]},{id:"bmvrMarseille",matches:"www.bmvr.marseille.fr",globalStyles:{"a > div":"display:block;","[style*='358px;']":"width: 33.3333%; height: auto; padding: 0px; position: relative; margin: 0px;"},globalAttributes:{"#app":{class:""}}},{id:"piAi",matches:"pi.ai/talk",globalStyles:{"[class*='text-brand-green']":"flex-direction:column;"}},{id:"claudeAi",matches:"claude.ai",excludeSelectors:[".contents *"],"excludeTags.remove":["PRE"],injectedCss:"[data-testid='chat-menu-trigger'] br {display:none;}",aiRule:{messageWrapperSelector:".contents",messageContainerSelector:".ReactMarkdown",messageStreamEndSelector:".contents > button",streamingChange:!0,streamingDeepChild:!1,streamingDelayTime:1e3}},{id:"feishu",matches:["*.feishu.cn","*.larkoffice.com","*.larksuite.com"],"additionalExcludeSelectors.remove":[".notranslate","[translate=no]"],mutationObserverLimitTargetSelectors:[".maindocbody","div[class*='render']","div[class*='block']"],"excludeSelectors.add":[".catalogue__list"]},{id:"gitbook",selectorMatches:[".gitbook-root"],"additionalExcludeSelectors.remove":[".notranslate","[translate=no]"],"additionalExcludeSelectors.add":["[spellcheck='false']"]},{id:"mitre",matches:"cwe.mitre.org",globalStyles:{"span.list_entry":"height: unset;"}},{id:"kaggle",matches:"www.kaggle.com",excludeTags:["i","button"]},{id:"ieee",matches:"spectrum.ieee.org",extraBlockSelectors:["small"]},{id:"ieeexplore",matches:"ieeexplore.ieee.org",stayOriginalSelectors:["a[ref-type]",".inline-formula",".display-formula"]},{id:"cnn",matches:"*.cnn.com","excludeSelectors.add":[".ad-slot-header__wrapper","#pageFooter"],"bodyRule.add":{bodySelector:".layout__content-wrapper",articleSelector:".article__content-container"}},{id:"marginalrevolution",matches:"marginalrevolution.com",globalAttributes:{header:{translate:"unset;"}}},{id:"highfrequencyelectronics",matches:"www.highfrequencyelectronics.com",globalStyles:{"#main-content":"overflow:unset;"}},{id:"githubBlog",matches:"github.blog",globalStyles:{".font-mktg":"word-break:normal;"}},{id:"semanticscholar",matches:"www.semanticscholar.org",selectors:[".cl-paper-title",".cl-paper-abstract",".tldr-abstract-replacement",".text-truncator",".paper-detail-title"]},{id:"uni-trier",matches:"dblp.uni-trier.de",selectors:["h1","h2",".title",".external","dd p"],excludeSelectors:[".side-column"]},{id:"bilibili",matches:"www.bilibili.com","excludeSelectors.add":[".bpx-player-subtitle-panel-text"],"subtitleRule.add":{type:"bilibili",subtitleUrlRegExp:"aisubtitle.hdslb.com/bfs",loadingContainerSelector:".bpx-player-subtitle-panel"}},{id:"time",matches:"time.com",excludeSelectors:[".date-and-duration"],globalStyles:{".headline":"-webkit-line-clamp:unset;overflow:unset;height:unset;",h3:"-webkit-line-clamp:unset;overflow:unset;",p:"-webkit-line-clamp:unset;overflow:unset;"}},{id:"docs-swift",matches:"docs.swift.org",selectors:[".content","#menu"]},{id:"uzh",matches:"www.uzh.ch",injectedCss:[".TextImage--inner {overflow:auto !important;}"]},{id:"mail-yandex",matches:"mail.yandex.com",selectors:["article",".Text_color_primary",".mail-MessageSnippet-Item_subject"],globalStyles:{".mail-MessageSnippet":"height: unset; line-height:unset;",".immersive-translate-target-translation-block-wrapper":"margin:unset;"}},{id:"forums.zotero",matches:"forums.zotero.org",selectors:[".page-sidebar",".page-content"]},{id:"pubmed.ncbi.nlm.nih.gov",matches:"pubmed.ncbi.nlm.nih.gov",urlChangeDelay:0,excludeSelectors:[".docsum-journal-citation",".citation-part",".docsum-authors",".top-wrapper",".article-source",".citation-doi",".identifiers",".cite",".share",".arrow-link"],globalAttributes:{"#Scholarscope_HighlightContent":{class:""},"#Scholarscope_HighlightOrigin":{class:"Scholarscope_HighlightContents"}},mutationExcludeContainsSelectors:["#Scholarscope_HighlightContent highlight"],mutationExcludeSelectors:["#Scholarscope_HighlightContent","#Scholarscope_HighlightContent span"],injectedCss:["#Scholarscope_HighlightOrigin > p font,#Scholarscope_HighlightContent > p font {display: inline!important;}","#Scholarscope_HighlightOrigin > p font br,#Scholarscope_HighlightContent > p font br {display: none!important;}"]},{id:"chosun",matches:"www.chosun.com",injectedCss:"body {word-break: unset!important;}"},{id:"yna",matches:"*.yna*",injectedCss:["font > br {display:none}"],globalStyles:{"a,strong":"max-height:unset;-webkit-line-clamp:unset;height:unset;white-space:unset;","div,p,li,.item-box01,.news-con":"height:unset;max-height:unset;-webkit-line-clamp:unset;"},"additionalExcludeSelectors.remove":[".notranslate","[translate=no]"]},{id:"cnet",matches:"www.cnet.com",globalStyles:{"h3,div,span,p":"max-height:unset;-webkit-line-clamp:unset;height:unset;white-space:unset;"}},{id:"dolmods",matches:"dolmods.net",globalStyles:{"[class*='max-h']":"max-height:unset!important;"}},{id:"digitimes",matches:"www.digitimes.com",globalStyles:{"a,.title,.abstract,.display-5,.top":"max-height:unset;-webkit-line-clamp:unset;height:unset;white-space:unset;"},"excludeSelectors.add":[".main-nav-frame",".sub-header-wrapper",".footer",".date"],"additionalExcludeSelectors.remove":[".notranslate","[translate=no]"]},{id:"vdi-nachrichten",matches:"www.vdi-nachrichten.com","excludeSelectors.add":[".header-menu__item > a",".linkbar__item",".header__button-group"]},{id:"htdp",matches:"htdp.org",excludeTags:["blockquote"],stayOriginalSelectors:[".RktIn"]},{id:"newsletterss",matches:"newsletterss.com",initialGlobalAttributes:{iframe:{scrolling:"auto"}}},{id:"docusaurus",selectorMatches:["#__docusaurus"],"excludeSelectors.add":["aside",".DocSearch-Modal"]},{id:"mercari",matches:"*.mercari.com","excludeTags.remove":["PRE"]},{id:"qqMail",matches:"mail.qq.com",useIframePostMessage:!1},{id:"nikkei",matches:"www.nikkei.com",globalStyles:{"h3,div,span,p":"max-height:unset;-webkit-line-clamp:unset;height:unset;white-space:unset;"}},{id:"pubs.rsc.org",matches:"pubs.rsc.org",excludeSelectors:[".eqn"]},{id:"indeed",matches:"*.indeed.com",globalStyles:{"span,.css-19rjr9w.e1wnkr790":"max-height:unset;-webkit-line-clamp:unset;height:unset;white-space:unset;"},"excludeTags.remove":["BUTTON"]},{id:"brutalist",matches:"brutalist.report",selectors:["li > a:first-child","aside","nav > a","h1 > a","h3 > a","h2 >a"],"additionalExcludeSelectors.remove":[".notranslate","[translate=no]"]},{id:"maxroll",matches:["maxroll.gg"],extraInlineSelectors:[".d4t-sprite-icon",".d4t-icon"],injectedCss:["font {font-family: sans-serif !important;}"]},{id:"microsoftTeams",matches:["teams.live.com"],"stayOriginalSelectors.add":["span[title][style='min-width: 20px; height: 20px;']"]},{id:"gradioappdocs",matches:"www.gradio.app/docs/*",selectors:["div.obj"],excludeSelectors:["div#examples"]},{id:"arca",matches:"arca.live","excludeTags.remove":["PRE"]},{id:"chatpdf",matches:["www.chatpdf.com"],"additionalExcludeSelectors.remove":[".notranslate"],excludeSelectors:[".chat-message-row.ai *",".pdf-viewer"],aiRule:{streamingSelector:"",messageWrapperSelector:".chat-message-row.ai",streamingChange:!1,streamingDeepChild:!0,streamingDelayTime:1e3}},{id:"inciteful",matches:["inciteful.xyz"],"excludeTags.remove":["BUTTON"]},{id:"app.element.io",matches:["app.element.io"],"additionalExcludeSelectors.remove":[".notranslate"],"excludeSelectors.add":[".mx_DisambiguatedProfile",".mx_ReplyChain_wrapper",".mx_ThreadSummary_replies_amount"]},{id:"fastapi.tiangolo.com",matches:"fastapi.tiangolo.com",selectors:["article"]},{id:"termynal",selectorMatches:["link[href*='termynal.css']"],"stayOriginalSelectors.add":[".termy"]},{id:"cpb-nl",matches:["www.cpb.nl"],"bodyRule.add":{enable:!1}},{id:"hub.logseq",matches:["hub.logseq.com"],globalStyles:{"[class*=':h-[']":"height:unset;"}},{id:"chat.zalo",matches:["chat.zalo.me"],"additionalExcludeSelectors.remove":[".notranslate"],inputExecCommandDeleteEnable:!0,"inputConfig.add":{execCommandDeleteEnable:!0}},{id:"epam",matches:"*.epam.com",globalStyles:{"[class*='ContentAnchorLinkList']":"word-break:unset;"},"excludeSelectors.add":["#blog-page-sidebar-wrapper"],"excludeTags.remove":["BUTTON"]},{id:"discussions.apple",matches:"discussions.apple.com","excludeSelectors.add":[".page-number"]},{id:"www.sixthtone.com",matches:["www.sixthtone.com"],"excludeSelectors.add":["#footer","[class^=index_time]","[class^=index_anthorList]","[class^=index_node]","[class^=index_popupWrapper]"]},{id:"forum.unity",matches:["forum.unity.com"],"excludeSelectors.add":[".bbCodeCode"]},{id:"wattpad",matches:["www.wattpad.com"],"excludeTags.remove":["PRE"],globalAttributes:{header:{translate:"unset;"}},globalStyles:{".story-info .item-description":"overflow: scroll;"}},{id:"netflix",matches:["www.netflix.com"],"excludeSelectors.add":[".player-timedtext"],"mutationExcludeSelectors.add":[".player-timedtext *"],"subtitleRule.add":{type:"netflix",loadingContainerSelector:".watch-video",subtitleUrlRegExp:"^https://.+?.oca.nflxvideo.net/\\?([ovet]=[^=]+){4}$",loadingStyle:"bottom: 15%;",quickButtonRule:{appendSelector:'[data-uia="control-next"]',insertBeforeSelector:'[data-uia="control-next"]',injectCSS:".imt-quick-subtitle-button {height: 60%; margin-right: 50px; font-size: 20px; } .logo,.logo svg { height: 36px; width: 36px} .label { display: none; } .imt-quick-subtitle-pop-content {transform: translateX(50%); right: 0}"},videoSelector:"video",attachRule:{appendSelector:".watch-video",injectedCSS:[".imt-caption-window {margin-bottom: 0px; bottom: 10vw;}"],injectedGlobalCSS:[".player-timedtext {display: none !important; }"]}}},{id:"udemy",matches:["www.udemy.com"],"excludeSelectors.add":["[data-purpose='captions-cue-text']",".shaka-text-container"],"mutationExcludeSelectors.add":["[data-purpose='captions-cue-text'] *",".shaka-text-container *"],"subtitleRule.add":{type:"udemy",subtitleUrlRegExp:"^https://vtt.*\\.udemycdn\\.com/.*\\.vtt",videoPlayerSelector:"video.shaka-video",humanTrust:85,loadingContainerSelector:".shaka-video-container",loadingStyle:"bottom: 15%;",injectedCss:["[class^='well--text'] {white-space: pre;}"],quickButtonRule:{appendSelector:'[data-purpose="video-controls"]'}},"subtitleRule.add_v.[1.4.1]":{hookType:"fetch|xhr"}},{id:"iview",matches:"iview.abc.net.au",excludeSelectors:[".jwplayer"],"mutationExcludeSelectors.add":[".jwplayer *"],"subtitleRule.add":{type:"webvtt",subtitleUrlRegExp:"/cc/.*\\.(vtt|webvtt)$",loadingContainerSelector:".jwplayer",quickButtonRule:{appendSelector:".jw-reset.jw-button-container",insertBeforeSelector:".jw-settings-submenu-button",injectCSS:".imt-quick-subtitle-pop-content {z-index: 999999;}"}}},{id:"nmaart",matches:"www.nma.art",excludeSelectors:[".video-container"],"mutationExcludeSelectors.add":[".video-container *"],"subtitleRule.add":{type:"webvtt",subtitleUrlRegExp:"/texttrack/.*\\.(vtt|webvtt)",loadingContainerSelector:".video-container",quickButtonRule:{appendSelector:".vjs-control-bar",insertBeforeSelector:".vjs-playback-rate"}}},{id:"apple",matches:"developer.apple.com",excludeSelectors:[".developer-video-player"],"mutationExcludeSelectors.add":[".developer-video-player *"],"subtitleRule.add":{type:"webvtt",subtitleUrlRegExp:"\\.(vtt|webvtt)"}},{id:"khanacademy",matches:["www.khanacademy.org"],"subtitleRule.add":{type:"khanacademy",subtitleUrlRegExp:"GetSubtitles",hookType:"fetch"},"stayOriginalSelectors.add":[".mathjax-wrapper"]},{id:"nebula",matches:["nebula.tv"],"excludeSelectors.add":["[data-subtitles-container='true']"],"mutationExcludeSelectors.add":["[data-subtitles-container='true'] *"],"subtitleRule.add":{type:"webvtt",subtitleUrlRegExp:"\\.vtt$",loadingContainerSelector:".video-poster",quickButtonRule:{appendSelector:".icon-spacing.css-4yh7a0",insertBeforeSelector:"#subtitles-toggle-button",ccEnableSelector:"#subtitles-toggle-button"}}},{id:"frontendmasters",matches:["frontendmasters.com"],"excludeSelectors.add":[".vjs-text-track-display"],"mutationExcludeSelectors.add":[".vjs-text-track-display *"],"subtitleRule.add":{type:"webvtt",subtitleUrlRegExp:".vtt$",loadingContainerSelector:".vjs-text-track-display",injectedCss:["#immersive-translate-quick-button-container {order: 2} .imt-quick-subtitle-pop-content {z-index: 2147483647}"],quickButtonRule:{appendSelector:".vjs-control-bar"},videoSelector:".PromoPlayer video",attachRule:{appendSelector:".video-js",injectedGlobalCSS:".vjs-text-track-display {display: none;}"}}},{id:"udacity",matches:["*.udacity.com"],"excludeSelectors.add":[".vjs-text-track-display"],"mutationExcludeSelectors.add":[".vjs-text-track-display *"],"subtitleRule.add":{type:"webvtt",subtitleUrlRegExp:".vtt$",loadingContainerSelector:".vjs-text-track-display"}},{id:"skillshare",matches:["www.skillshare.com"],"excludeSelectors.add":[".vjs-text-track-display"],"mutationExcludeSelectors.add":[".vjs-text-track-display *"],"subtitleRule.add":{type:"webvtt",subtitleUrlRegExp:"\\.vtt\\?",loadingContainerSelector:".vjs-text-track-display",injectedCss:["#immersive-translate-quick-button-container {order: 13}"],quickButtonRule:{appendSelector:".vjs-control-bar",insertBeforeSelector:".vjs-volume-panel",injectCSS:" .label { display: none; } .imt-quick-subtitle-pop-content {transform: translateX(43%); right: 0; z-index: 2147483647 } "}}},{id:"domestika",matches:["www.domestika.org"],"excludeSelectors.add":[".vjs-text-track-display"],"mutationExcludeSelectors.add":[".vjs-text-track-display *"],"subtitleRule.add":{type:"webvtt",subtitleUrlRegExp:".*subtitles.*\\.vtt",quickButtonRule:{appendSelector:".controlBar-wrapper .right-wrapper",insertBeforeSelector:".vjs-volume-panel"}}},{id:"hbomax",matches:["play.max.com","play.hbomax.com"],"excludeSelectors.add":["[data-testid='playerContainer']","[data-testid='CueBoxContainer']"],"mutationExcludeSelectors.add":["[data-testid='playerContainer'] *","[data-testid='CueBoxContainer'] *"],"subtitleRule.add":{type:"webvtt",subtitleUrlRegExp:"\\.vtt$",loadingContainerSelector:"[data-testid='playerContainer']"}},{id:"mindvalley",matches:["home.mindvalley.com"],"excludeSelectors.add":[".vjs-text-track-display"],"mutationExcludeSelectors.add":[".vjs-text-track-display *"],"subtitleRule.add":{type:"webvtt",subtitleUrlRegExp:"\\.webvtt$",loadingContainerSelector:".vjs-text-track-display",injectedCss:["#immersive-translate-quick-button-container {order: 6}"],quickButtonRule:{appendSelector:'[data-testid="video-section"] .vjs-control-bar',insertBeforeSelector:'[data-testid="video-section"] .vjs-volume-panel',injectCSS:".imt-quick-subtitle-pop-content {z-index: 999999;}"}}},{id:"masterclass",matches:["www.masterclass.com","learn.microsoft.com"],"excludeSelectors.add":[".vjs-text-track-display"],"mutationExcludeSelectors.add":[".vjs-text-track-display *"],"subtitleRule.add":{type:"webvtt",subtitleUrlRegExp:"\\.vtt",loadingContainerSelector:".vjs-text-track-display",quickButtonRule:{appendSelector:".vjs-control-bar",insertBeforeSelector:".vjs-playback-rate"}}},{id:"viu",matches:["www.viu.com"],"excludeSelectors.add":[".bmpui-ui-viu-subtitle-overlay"],"mutationExcludeSelectors.add":[".bmpui-ui-viu-subtitle-overlay *"],"subtitleRule.add":{type:"webvtt",hookType:"xhr",subtitleUrlRegExp:"https?://[^/]+\\.cloudfront\\.net/[^/]+/[^/]+$",loadingContainerSelector:".bmpui-container-wrapper",loadingStyle:"bottom: 20%;",injectedCss:[".bmpui-controls-hidden #immersive-translate-quick-button-container {display: none;}"],quickButtonRule:{appendSelector:".bmpui-ui-container.bmpui-ui-viu-subtitle > .bmpui-container-wrapper",injectCSS:".imt-quick-subtitle-button {margin-bottom: 8px}"}}},{id:"linkin",matches:"*.linkedin.com","excludeSelectors.add":[".vjs-text-track-display"],"mutationExcludeSelectors.add":[".vjs-text-track-display *"],"subtitleRule.add":{type:"webvtt",subtitleUrlRegExp:".*ambry/\\?x-li-ambry-ep=.*",hookType:"xhr",loadingContainerSelector:".video-player-container",quickButtonRule:{appendSelector:".vjs-control-bar",insertBeforeSelector:".vjs-captions-toggle"}}},{id:"kanopy",matches:"*.kanopy.com","excludeSelectors.add":[".vjs-text-track-display"],"mutationExcludeSelectors.add":[".vjs-text-track-display *"],"subtitleRule.add":{type:"webvtt",subtitleUrlRegExp:".*captioncache/webvtt.*",hookType:"xhr",loadingContainerSelector:".video-player-container",injectedCss:["#immersive-translate-quick-button-container{height: 40px;display: flex;align-items: center;align-self: flex-end;}"],quickButtonRule:{appendSelector:".vjs-control-bar",insertBeforeSelector:".vjs-caption-control"}}},{id:"iflix",matches:["www.iflix.com","wetv.vip"],"excludeSelectors.add":[".text-track"],"mutationExcludeSelectors.add":[".player-wrapper *"],"subtitleRule.add":{type:"webvtt",subtitleUrlRegExp:"\\.vtt",hookType:"xhr",loadingContainerSelector:"#player-wrapper",loadingStyle:"bottom: 18%;",quickButtonRule:{appendSelector:'[data-role="wetv-ctrlbar-right"]',insertBeforeSelector:'[data-role="wetv-player-definition"]'}}},{id:"imdb",matches:"www.imdb.com","excludeSelectors.add":[".jw-text-track-container"],"mutationExcludeSelectors.add":[".jw-text-track-container *"],"subtitleRule.add":{type:"webvtt",subtitleUrlRegExp:"\\.srt$",loadingContainerSelector:"#imdbnext-vp-jw-single",quickButtonRule:{appendSelector:".jw-reset.jw-button-container",insertBeforeSelector:'[button="ttt-button"]'}}},{id:"itv",matches:["www.itv.com"],"subtitleRule.add":{type:"text_track",videoPlayerSelector:".genie-video",loadingContainerSelector:".genie-container",loadingStyle:"bottom: unset; top: 5%;",quickButtonRule:{appendSelector:".control-bar_right-child-container",insertBeforeSelector:".controls-toggle_button--fullscreen"}}},{id:"egghead",matches:["egghead.io"],"subtitleRule.add":{type:"text_track",videoPlayerSelector:".cueplayer-react-video",loadingContainerSelector:".cueplayer-react-video-holder",loadingStyle:"bottom: unset; top: 5%;",quickButtonRule:{appendSelector:".cueplayer-react-control-bar-right-part",insertBeforeSelector:".cueplayer-react-closed-caption"}}},{id:"coursera",matches:["www.coursera.org"],"subtitleRule.add":{type:"text_track",videoPlayerSelector:".vjs-tech",loadingContainerSelector:".rc-VideoControlsContainer",loadingStyle:"bottom: unset; top: 5%;",quickButtonRule:{appendSelector:'[role="presentation"] > .rc-ControlBar > .icon-container'}}},{id:"ocrtraining",matches:["ocrtraining.cit.nih.gov","videocast.nih.gov"],"excludeSelectors.add":["#videocastPlayer"],"mutationExcludeSelectors.add":["#videocastPlayer *"],"subtitleRule.add":{type:"webvtt",subtitleUrlRegExp:"\\.srt$",loadingContainerSelector:"#videocastPlayer"}},{id:"espn",matches:["*.espn.com"],mainFrameMinTextCount:0,"excludeSelectors.add":["#fittPageContainer"],"mutationExcludeSelectors.add":["#fittPageContainer *"],"subtitleRule.add":{type:"webvtt",subtitleUrlRegExp:"\\.vtt$",injectedCss:["#immersive-translate-quick-button-container{margin-top:16px;}",".vjs-text-track-display > div >div {font:unset!important;}"],quickButtonRule:{appendSelector:".vjs-control-bar",insertBeforeSelector:".vjs-captions-button"}}},{id:"fmoviesz",matches:["fmoviesz.to","vidplay.online","c8365730d4.nl"],"excludeSelectors.add":["#player"],"mutationExcludeSelectors.add":["#player *"],"subtitleRule.add":{type:"multi_attach_vtt",subtitleUrlRegExp:"subtitle/.*\\.vtt$",quickButtonRule:{appendSelector:".jw-button-container",insertBeforeSelector:".jw-icon-cc"},activeLangSelector:"#jw-player-settings-submenu-captions .jw-settings-submenu-items .jw-settings-item-active",videoSelector:"video",attachRule:{appendSelector:"#player",injectedGlobalCSS:[".jw-text-track-container {display: none;}","@media (min-width: 576px) { video::cue {opacity: 0} }"]}}},{id:"aniwatch",matches:["megacloud.tv","aniwatch.to"],"excludeSelectors.add":[".jw-wrapper"],"mutationExcludeSelectors.add":[".jw-wrapper *"],"subtitleRule.add":{type:"multi_attach_vtt",subtitleUrlRegExp:"^(?!.*sprite\\.vtt$).*\\.vtt$",quickButtonRule:{appendSelector:".jw-button-container",insertBeforeSelector:".jw-icon-cc"},activeLangSelector:"#jw-player-settings-submenu-captions .jw-settings-submenu-items .jw-settings-item-active",videoSelector:"video",attachRule:{appendSelector:".jw-wrapper",injectedGlobalCSS:[".jw-text-track-container {display: none;}","@media (min-width: 576px) { video::cue {opacity: 0} }"]}}},{id:"rottentomatoes",matches:["*.rottentomatoes.com"],"excludeSelectors.add":[".jw-wrapper"],"mutationExcludeSelectors.add":[".jw-wrapper *"],"subtitleRule.add":{type:"webvtt",subtitleUrlRegExp:"\\.vtt$",quickButtonRule:{appendSelector:".jw-button-container",insertBeforeSelector:".jw-icon-cc"}}},{id:"dailymotion",matches:["*.dailymotion.com"],"excludeSelectors.add":[".player"],"mutationExcludeSelectors.add":[".player *"],mainFrameMinTextCount:0,"subtitleRule.add":{type:"subsrt",subsrtFormat:"srt",loadingContainerSelector:".player",subtitleUrlRegExp:"/video/.*\\.srt",quickButtonRule:{appendSelector:".controls_bottom_right",insertBeforeSelector:".subtitles_toggle_button"}}},{id:"movie-web",matches:["movie-web.app/media*"],"excludeSelectors.add":["#root"],"mutationExcludeSelectors.add":["#root *"],"subtitleRule.add":{type:"subsrt",hookType:"fetch",subsrtFormat:"vtt",loadingContainerSelector:".relative.h-screen.overflow-hidden",subtitleUrlRegExp:".*\\.vtt",quickButtonRule:{appendSelector:".hidden.justify-between .flex.items-center.space-x-3"}}},{id:"deeplearning",matches:["learn.deeplearning.ai"],"excludeSelectors.add":['[data-layout="video"]'],"mutationExcludeSelectors.add":['[data-layout="video"] *'],"subtitleRule.add":{type:"subsrt",subsrtFormat:"vtt",loadingContainerSelector:'[data-layout="video"]',subtitleUrlRegExp:".*\\.vtt",quickButtonRule:{appendSelector:".vds-controls-group:last-child",insertBeforeSelector:".vds-caption-button"}}},{id:"paramountplus",matches:["*.paramountplus.com"],"excludeSelectors.add":[".aa-player-skin"],"mutationExcludeSelectors.add":[".aa-player-skin *"],"subtitleRule.add":{type:"text_track_dynamic",injectedCss:[".tt-container {white-space: pre-line;}",".timed-text-css-box-inner {display: none!important;}",".timed-text-css-box-inner:last-child {display: block!important;}"],videoPlayerSelector:"video",quickButtonRule:{appendSelector:".top-menu-container"}}},{id:"pluto",matches:["pluto.tv"],"excludeSelectors.add":[".video-player-layout"],"mutationExcludeSelectors.add":[".video-player-layout *"],"subtitleRule.add":{type:"text_track_dynamic",videoPlayerSelector:"video",quickButtonRule:{appendSelector:".endControls-0-2-85"}}},{id:"vimeo",matches:["vimeo.com"],"excludeSelectors.add":[".vp-captions"],"mutationExcludeSelectors.add":[".vp-captions *"],"subtitleRule.add":{type:"text_track",videoPlayerSelector:"video",loadingContainerSelector:".player_container",loadingStyle:"bottom: unset; top: 5%;",injectedCss:["#immersive-translateQuickButton {visibility: inherit!important;}"],quickButtonRule:{appendSelector:'[data-control-bar="true"] > div',insertBeforeSelector:'[data-volume-control-container="true"]',ccEnableSelector:'[data-cc-button="true"]',injectCSS:".imt-quick-subtitle-button {margin-right: 0px; font-size: 12px;} .logo,.logo svg { height: 18px !important; width: 18px !important;} .imt-quick-subtitle-pop-content {bottom: 28px !important;}"}}},{id:"ted",matches:["www.ted.com"],"excludeSelectors.add":["#video"],"mutationExcludeSelectors.add":["#video *"],"subtitleRule.add":{type:"webvtt",hookType:"fetch",subtitleUrlRegExp:"\\.vtt",videoPlayerSelector:"video",loadingContainerSelector:"media-controller",quickButtonRule:{appendSelector:".pointer-events-none #media-control-bar",insertBeforeSelector:".pointer-events-none .media-volume-wrapper"}}},{id:"player.vimeo",matches:["https://player.vimeo.com/video/*","laracasts.com"],selectorMatches:["iframe[src*='player.vimeo.com']"],extraBlockSelectors:["span.vp-captions-line","span[class^=CaptionsRenderer_]"],"excludeSelectors.add":[".vp-captions-line"],"mutationExcludeSelectors.add":[".vp-captions *",".vp-captions-line *"],"subtitleRule.add":{type:"text_track",videoPlayerSelector:"video",loadingContainerSelector:".vp-telecine",loadingStyle:"bottom: unset; top: 5%; font-size: 12px;",injectedCss:["#immersive-translateQuickButton {visibility: inherit!important;}"],quickButtonRule:{appendSelector:'[data-control-bar="true"] > div',insertBeforeSelector:'[data-volume-control-container="true"]',ccEnableSelector:'[data-cc-button="true"]',injectCSS:".imt-quick-subtitle-button {margin-right: 0px; font-size: 12px;} .logo,.logo svg { height: 18px !important; width: 18px !important;} .imt-quick-subtitle-pop-content {bottom: 28px !important;}"}}},{id:"tv.adobe",matches:"https://*.tv.adobe.com","excludeSelectors.add":[".mpc-player"],"mutationExcludeSelectors.add":[".mpc-player *"],"subtitleRule.add":{type:"text_track",videoPlayerSelector:"video",loadingContainerSelector:".mpc-player",quickButtonRule:{appendSelector:".mpc-controls__container"}}},{id:"threejs-journey",matches:"threejs-journey.com","excludeSelectors.add":[".video-area"],"mutationExcludeSelectors.add":[".video-area *"],"subtitleRule.add":{type:"text_track",videoPlayerSelector:"video",loadingContainerSelector:".video-area",injectedCss:[".js-tracks-text.tracks-text {white-space: pre;}"],quickButtonRule:{appendSelector:".js-controls .right",insertBeforeSelector:".js-subtitles",injectCSS:".imt-quick-subtitle-button { font-size: 12px;} .logo,.logo svg { height: 18px !important; width: 18px !important;} .imt-quick-subtitle-pop-content {bottom: 38px !important;}"}}},{id:"codewithchris",matches:["learn.codewithchris.com","*.rachelsenglishacademy.com","www.unrealsenseiacademy.com"],"excludeSelectors.add":[".w-captions",".w-captions-line > div > span"],"mutationExcludeSelectors.add":[".w-captions *"],"subtitleRule.add":{type:"general",subtitleUrlRegExp:"/embed/captions/",loadingContainerSelector:".w-ui-container",hookType:"fetch",generalSetting:{captionsPath:"captions",itemsPath:"hash.lines",textKey:"text"}}},{id:"panopto",matches:["southampton.cloud.panopto.eu"],"excludeSelectors.add":[".primaryPlayer"],"mutationExcludeSelectors.add":[".primaryPlayer *"],"subtitleRule.add":{type:"general",subtitleUrlRegExp:"DeliveryInfo.aspx",disableSubsCache:!0,loadingContainerSelector:"#primaryPlayer",hookType:"fetch",generalSetting:{textKey:"Caption"},quickButtonRule:{appendSelector:"#transportControls",insertBeforeSelector:"#captionsButton"}}},{id:"edx",matches:["*.edx.org"],"excludeSelectors.add":[".closed-captions",".subtitles-menu"],mainFrameMinTextCount:0,"subtitleRule.add":{type:"general",subtitleUrlRegExp:"/transcript/translation/",loadingContainerSelector:".tc-wrapper",generalSetting:{itemsPath:"text"},injectedCss:[".subtitles-menu span,.closed-captions {white-space: pre-line;}","#immersive-translate-quick-button-container {display: inline-block; vertical-align: middle;}"],quickButtonRule:{appendSelector:".secondary-controls",insertBeforeSelector:".speeds.menu-container"}}},{id:"ardmediathek",matches:["www.ardmediathek.*"],"excludeSelectors.add":[".ardplayer-viewport-addon-overlays"],"mutationExcludeSelectors.add":[".ardplayer-viewport-addon-overlays *"],"subtitleRule.add":{type:"ebutt",hookType:"fetch",subtitleUrlRegExp:"subtitle/ebutt",loadingContainerSelector:".ardplayer-viewport-addon-overlays",quickButtonRule:{appendSelector:".ardplayer-footer .ardplayer-addons-container",insertBeforeSelector:".ardplayer-footer .ardplayer-button-sharing",injectCSS:".imt-quick-subtitle-button {font-size: 20px; } .logo,.logo svg { height: 36px !important; width: 36px !important;} .imt-quick-subtitle-pop-content {z-index: 2147483647;} "}}},{id:"bbc-iplayer",matches:["https://www.bbc.*/iplayer*"],"excludeSelectors.add":[".player"],"mutationExcludeSelectors.add":[".player *"],"subtitleRule.add":{type:"ebutt",hookType:"fetch",subtitleUrlRegExp:"iplayer/subtitles/.*.xml",loadingContainerSelector:".player__container"}},{id:"bbc",matches:["*.bbc.*"],"excludeSelectors.add":["section.module--languages",".drop-capped",".smp-toucan-player","smp-subtitles","#subtitle_subtitle2"],"mutationExcludeSelectors.add":["[data-testid='media-player-container-landscape'] *"],"subtitleRule.add":{type:"ebutt",hookType:"fetch",subtitleUrlRegExp:"iplayer/subtitles/.*.xml",loadingContainerSelector:".smp-toucan-player"}},{id:"zdf.de",matches:["www.zdf.de"],"excludeSelectors.add":[".zdfplayer-cue-region"],"subtitleRule.add":{type:"ebutt",subtitleUrlRegExp:"mtt/.*.xml",loadingContainerSelector:".zdfplayer-video-container",responseType:"document",injectedCss:["#immersive-translate-quick-button-container {display:inline-block;vertical-align:middle;margin-right:-16px;}"],quickButtonRule:{appendSelector:".right-controls-1FfJUp.svelte-inzdbf",insertBeforeSelector:".right-controls-1FfJUp.svelte-inzdbf button"}}},{id:"piped.video",matches:"piped.video","subtitleRule.add":{type:"ebutt",hookType:"fetch",subtitleUrlRegExp:"api/timedtext",loadingContainerSelector:".shaka-video-container",responseType:"document",quickButtonRule:{appendSelector:".shaka-controls-button-panel",insertBeforeSelector:".shaka-mute-button"}}},{id:"disneyplus",matches:["www.disneyplus.com"],"excludeSelectors.add":[".dss-hls-subtitle-overlay"],"mutationExcludeSelectors.add":[".dss-hls-subtitle-overlay *"],"subtitleRule.add":{type:"disneyplus",subtitleUrlRegExp:"\\.vtt$"}},{id:"mubi",matches:["https://mubi.com","https://mubi.de"],"subtitleRule.add":{type:"fmp4.xml",subtitleUrlRegExp:"textstream",hookType:"fetch",quickButtonRule:{appendSelector:".css-1k6yql2.e1b63bld4",insertBeforeSelector:".css-1ce7rqp.e7f2hfl0"}}},{id:"hulu",matches:"https://*.hulu.com","subtitleRule.add":{type:"hulu",hookType:"fetch",injectedCss:[".ClosedCaption {display:none!important;}"],videoSelector:"#content-video-player",subtitleUrlRegExp:"play.hulu.com/.*/playlist",loadingContainerSelector:"#web-player-app",quickButtonRule:{appendSelector:".PlayerSettingsGroup",insertBeforeSelector:".PlayerSettingsGroup .PlayerControlsButton"}}},{id:"youku.tv",matches:"www.youku.tv","excludeSelectors.add":["#subtitle"],"mutationExcludeSelectors.add":["#subtitle *"],"subtitleRule.add":{type:"subsrt",hookType:"fetch",injectedCss:["#immersive-translate-quick-button-container {display: inline-block; vertical-align: middle;}"],subtitleUrlRegExp:"\\.ass$",subsrtFormat:"ass",loadingContainerSelector:"#youku-dashboard",loadingStyle:"bottom: 10%;",quickButtonRule:{appendSelector:".kui-dashboard-dashboard-panel .kui-dashboard-rear-ctn",insertBeforeSelector:".kui-rate-control-0"}}},{id:"starz",matches:"www.starz.com","excludeSelectors.add":["starz-player"],"mutationExcludeSelectors.add":["starz-player *"],"subtitleRule.add":{type:"subsrt",subsrtFormat:"vtt",subtitleUrlRegExp:"\\.vtt$",loadingContainerSelector:"starz-player",loadingStyle:"bottom: 10%;",injectedCss:["#immersive-translate-quick-button-container {display: inline-block;}"],quickButtonRule:{appendSelector:"starz-player .button-group",insertBeforeSelector:"starz-player .button-group .video-player-icon-md"}}},{id:"www.iq.com",matches:"www.iq.com","excludeSelectors.add":[".iqp-subtitle"],"mutationExcludeSelectors.add":[".iqp-subtitle *"],"subtitleRule.add":{type:"xml",subtitleUrlRegExp:"\\.xml\\?",loadingContainerSelector:".intl-video-area",xmlTextSelector:"sub",loadingStyle:"bottom: 10%;",injectedCss:["#immersive-translate-quick-button-container {float: right; height: 100%;}"],quickButtonRule:{appendSelector:".iqp-contrls-right"}}},{id:"archiveToday",matches:["archive.today","archive.ph","archive.is","archive.md"],"excludeSelectors.add":["#HEADER"]},{id:"arxiv-vanity.com",matches:["www.arxiv-vanity.com"],"excludeSelectors.add":[".arxiv-vanity-wrapper"]},{id:"fibery",matches:["the.fibery.io"],"additionalExcludeSelectors.remove":["[translate=no]"],"additionalStayOriginalSelectors.add":[".entity-node-view-container"]},{id:"makersuite.google",matches:"makersuite.google.com","excludeSelectors.add":[".material-symbols-outlined"]},{id:"etymonline",matches:"www.etymonline.com",globalAttributes:{".crossreference.notranslate":{class:"crossreference"},".foreign.notranslate":{class:"foreign"}}},{id:"https://browse.arxiv.org/",matches:["https://browse.arxiv.org","https://arxiv.org/html/*"],"excludeSelectors.add":[".desktop_header","[class*='ltx_lst_language_']","div.package-alerts"]},{id:"jstor",matches:"www.jstor.org","excludeSelectors.add":[".audio-duration","[data-qa='card-item-count']"],globalStyles:{".card__heading":"-webkit-line-clamp:unset;","search-results-vue-pharos-image-card,search-ui-pharos-image-card":"display:flex;","search-results-vue-pharos-link":"display:inline;"}},{id:"tandfonline",matches:"*.tandfonline.com","extraInlineSelectors.add":["span.off-screen"]},{id:"boringreport",matches:["www.boringreport.org"],"excludeTags.remove":["BUTTON"]},{id:"bsky.app",matches:"https://bsky.app",selectors:["[data-testid=postText]"],isTranslateTitle:!1},{id:"peacocktv",matches:["*.peacocktv.com"],injectedCss:[".video-player__subtitles__line > font,.video-player__subtitles__line:only-child{display:block;}"]},{id:"noTranslate",matches:["*.tiktok.com","altis.world","*.newthingsunderthesun.com","*.gumroad.com","edstem.org","actions.tldrnewsletter.com","community.linkingyourthinking.com","doc.qt.io","winaero.com"],"additionalExcludeSelectors.remove":[".notranslate","[translate=no]"]},{id:"jmir",matches:["*.jmir.org"],"additionalInlineSelectors.add":[".tooltiptext"]},{id:"smzdm",matches:["www.smzdm.com"],"excludeSelectors.add":[".z-highlight",".feed-block-info",".z-feed-foot",".feed-block-descripe","#J_column_tab_box",".crumbs"],globalStyles:{".feed-block-title":"height:unset"}},{id:"xiaohongshu.com",matches:["www.xiaohongshu.com"],"excludeSelectors.add":[".author-wrapper",".info",".side-bar"],globalStyles:{"a.title":"-webkit-line-clamp:3"}},{id:"learnopengl",matches:["learnopengl.com"],globalStyles:{function:"position:relative;z-index:1000;"}},{id:"notateslaapp",matches:["www.notateslaapp.com"],"extraBlockSelectors.add":[".nav > *"]},{id:"eightfold",matches:["*.eightfold.ai"],injectedCss:[".flexbox{width:100%}"]},{id:"deno",matches:["deno.com"],injectedCss:[":root {font-feature-settings:unset}"]},{id:"soundcloud",matches:"soundcloud.com",injectedCss:[".compactTrackListItem {height: unset !important;}"],"excludeSelectors.add":[".searchTitle__textContent",".searchOptions__container",".compactTrackListItem__additional",".soundTitle__tagContainer",".searchResultGroupHeading",".sc-ministats-group",".compactTrackList__moreLink",".sound__soundActions"]},{id:"section.blog.naver.com",matches:"section.blog.naver.com",globalStyles:{".text,.title_post,.text_post,p,strong,div":"-webkit-line-clamp:unset;max-height:unset;height:unset;"},"extraBlockSelectors.add":[".item",".heading a",".info_find a"],"excludeSelectors.add":[".comments",".time"]},{id:"gradio-app",selectorMatches:"gradio-app","excludeTags.remove":["BUTTON"],"excludeSelectors.add":['[data-testid="block-label"]'],"mutationConfig.add":{buildTimeout:1e3,consumeTimeout:1e3}}]};d();d();function Ru(e){if(e.beta)return!1;if(rt()&&e.spVersion)return Ji(cd(),e.spVersion);if(Xh()&&e.gspVersion){let t=Qh();if(t)return Ji(t,e.gspVersion)}if(pd()&&e.ispVersion){let t=Jh();if(t)return Ji(t,e.ispVersion)}return!1}function Ji(e,t){let n=e.split(".").reverse(),r=t.split(".").reverse(),a=0,o=0,i=1;for(let s=0;s<3;s++)a+=i*Number(r[s]||"0"),o+=i*Number(n[s]||"0"),i*=100;return o>=a}function fd(e){e.message?.indexOf("token invalid")>=0&&Wt.remove(qt)}d();function Iu(e){return Array.isArray(e)?e:e?[e]:[]}function Ou(e,t){return t?(Array.isArray(t)||(t=[t]),Array.from(new Set([...t,e]))):[e]}function Nu(e,t){return t?(Array.isArray(e)||(e=[e]),Array.isArray(t)||(t=[t]),t.filter(n=>!e.includes(n))):[]}function ju(e,t){let n={...e};return a3(n,t),oS(n,t),n}function r3(e,t,n){let r={...t};return Ma({rule:r,valueIsArray:a=>Array.isArray(e[a]),getMergedValue:a=>e[a],onMergedResult:(a,o)=>r[a]=o}),Ma({rule:n,valueIsArray:a=>Array.isArray(e[a]),getMergedValue:a=>r[a],onMergedResult:(a,o)=>r[a]=o}),r}function oS(e,t){if(!t.condition)return;let n=t.condition.enableSubtitle?.true||{},r=t.condition.enableSubtitle?.false||{},a=e.enableSubtitle?n:r;a3(e,a)}function Ma({rule:e,getMergedValue:t,valueIsArray:n,onMergedResult:r}){Object.keys(e).sort().forEach(a=>{let[o,i,s]=iS(a);if(!o||e[a]===void 0)return;let u=e[a];n(o)&&(u=Iu(e[a]));let l=t(o);if(l==null){r(o,u);return}let c;if(i=="add_v"){if(!t3(s))return;c=hd(l,u)}else if(i=="remove_v"){if(!t3(s))return;c=n3(l,u)}else i==="add"?c=hd(l,u):i=="remove"&&(c=n3(l,u));if(c){r(o,c);return}Array.isArray(e[o])&&o.startsWith("additional")?c=hd(l,u):c=u,r(o,c)})}function a3(e,t){return Ma({rule:t,valueIsArray:n=>Array.isArray(e[n]),getMergedValue:n=>e[n],onMergedResult:(n,r)=>{e[n]=r}}),e}function hd(e,t){let n;if(Array.isArray(e)){let r=Iu(t);n=[...e,...r],n=Array.from(new Set(n))}else typeof e=="object"&&typeof t=="object"?n={...e,...t}:n=t;return n}function iS(e){let t=e.lastIndexOf("["),n="",r=e;return t>0&&(n=e.slice(t+1,e.length-1),r=e.slice(0,t-1)),[...r.split("."),n]}function t3(e){let t=Xt();return e&&Ji(t,e)}function n3(e,t){if(Array.isArray(e)){let n=Iu(t);return e=e.filter(r=>!n.includes(r)),Array.from(new Set(e))}else if(typeof e=="object"&&typeof t=="object")Object.keys(t).forEach(n=>{delete e[n]});else return t;return e}function o3(){if(Se.PROD==="1")return{};let e={};if(Se.IMMERSIVE_TRANSLATE_SECRET_TENCENT_SECRET_ID&&Se.IMMERSIVE_TRANSLATE_SECRET_TENCENT_SECRET_KEY){let n={secretId:Se.IMMERSIVE_TRANSLATE_SECRET_TENCENT_SECRET_ID,secretKey:Se.IMMERSIVE_TRANSLATE_SECRET_TENCENT_SECRET_KEY};e.translationServices={},e.translationServices.tencent=n}if(Se.IMMERSIVE_TRANSLATE_SECRET_BAIDU_APPID&&Se.IMMERSIVE_TRANSLATE_SECRET_BAIDU_KEY){let n={appid:Se.IMMERSIVE_TRANSLATE_SECRET_BAIDU_APPID,key:Se.IMMERSIVE_TRANSLATE_SECRET_BAIDU_KEY};e.translationServices||(e.translationServices={}),e.translationServices.baidu=n}if(Se.IMMERSIVE_TRANSLATE_SECRET_CAIYUN_TOKEN){let n={token:Se.IMMERSIVE_TRANSLATE_SECRET_CAIYUN_TOKEN};e.translationServices||(e.translationServices={}),e.translationServices.caiyun=n}if(Se.IMMERSIVE_TRANSLATE_SECRET_OPENL_APIKEY){let n={apikey:Se.IMMERSIVE_TRANSLATE_SECRET_OPENL_APIKEY};e.translationServices||(e.translationServices={}),e.translationServices.openl=n}if(Se.IMMERSIVE_TRANSLATE_SECRET_YOUDAO_APP_ID&&Se.IMMERSIVE_TRANSLATE_SECRET_YOUDAO_APP_SECRET){let n={appId:Se.IMMERSIVE_TRANSLATE_SECRET_YOUDAO_APP_ID,appSecret:Se.IMMERSIVE_TRANSLATE_SECRET_YOUDAO_APP_SECRET};e.translationServices||(e.translationServices={}),e.translationServices.youdao=n}if(Se.IMMERSIVE_TRANSLATE_SECRET_VOLC_ACCESS_KEY_ID&&Se.IMMERSIVE_TRANSLATE_SECRET_VOLC_SECRET_ACCESS_KEY){let n={accessKeyId:Se.IMMERSIVE_TRANSLATE_SECRET_VOLC_ACCESS_KEY_ID,secretAccessKey:Se.IMMERSIVE_TRANSLATE_SECRET_VOLC_SECRET_ACCESS_KEY};e.translationServices||(e.translationServices={}),e.translationServices.volc=n}if(Se.IMMERSIVE_TRANSLATE_SECRET_DEEPL_AUTH_KEY){let n={authKey:Se.IMMERSIVE_TRANSLATE_SECRET_DEEPL_AUTH_KEY};e.translationServices||(e.translationServices={}),e.translationServices.deepl=n}if(Se.DEEPL_PROXY_ENDPOINT&&(e.translationServices||(e.translationServices={}),e.translationServices.deepl||(e.translationServices.deepl={}),e.translationServices.deepl.immersiveTranslateApiUrl=Se.DEEPL_PROXY_ENDPOINT),Se.IMMERSIVE_TRANSLATE_DEEPL_ENDPOINT&&(e.translationServices||(e.translationServices={}),e.translationServices.deepl||(e.translationServices.deepl={}),e.translationServices.deepl.immersiveTranslateDeeplTokenUrl=Se.IMMERSIVE_TRANSLATE_DEEPL_ENDPOINT),Se.IMMERSIVE_TRANSLATE_SECRET_OPENAI_API_KEY){let n={APIKEY:Se.IMMERSIVE_TRANSLATE_SECRET_OPENAI_API_KEY};e.translationServices||(e.translationServices={}),e.translationServices.openai=n}Se.IMMERSIVE_TRANSLATE_SERVICE&&(e.translationService=Se.IMMERSIVE_TRANSLATE_SERVICE);let t={};return Se.DEBUG==="1"&&(t.debug=!0,t.cache=!1),Se.MOCK==="1"&&(t.translationService="mock"),t}async function Qt(){let e=await oe.storage.local.get(Oi);if(e[Oi]){let t=e[Oi],n=t.tempTranslationUrlMatches||[],r=n.filter(i=>i.expiredAt>Date.now()),a=!1;r.length!==n.length&&(n=r,a=!0);let o={...t,tempTranslationUrlMatches:[...n]};return a&&await Zt(o),o}else return{}}async function Zt(e){await oe.storage.local.set({[Oi]:e})}async function i3(e){await oe.storage.local.set({[Hr]:e})}async function s3(){let e=await oe.storage.local.get(Hr),n={...await bd(),...Eo,buildinConfigUpdatedAt:Se.BUILD_TIME};if(e[Hr]){let r=e[Hr];if(r&&r.buildinConfigUpdatedAt){let a=new Date(r.buildinConfigUpdatedAt),o=new Date(n.buildinConfigUpdatedAt);a>o&&(n=r)}}return n}async function pn(){let e=await oe.storage.local.get(Hr),t={...Eo,buildinConfigUpdatedAt:Se.BUILD_TIME};if(e[Hr]){let S=e[Hr];if(S&&S.buildinConfigUpdatedAt){let A=new Date(S.buildinConfigUpdatedAt),j=new Date(t.buildinConfigUpdatedAt);A>j&&(t=S)}}let n=await lS(t);t.targetLanguage=n;let r=await Wt.get(qt,null),a={};if(!Ee()&&oe.commands&&oe.commands.getAll){let S=await oe.commands.getAll();for(let A of S)A.name&&A.shortcut&&(a[A.name]=A.shortcut)}let o=await bd(),i=o3(),s=await Dr(),u=globalThis.IMMERSIVE_TRANSLATE_CONFIG||{},l=await Qt(),c=new Date,m=Object.assign({},u,i,s);if(!m.interfaceLanguage){let S=await sS();m.interfaceLanguage=S}let g=m.interfaceLanguage==="en",p=m.targetLanguage==="en",f=t&&t.translationLanguagePattern&&t.translationLanguagePattern.matches&&t.translationLanguagePattern.matches.length===0,y=["bing","google","transmart","mock"].includes(m.translationService)||!m.translationService;!g&&!p&&!f&&y?t.translationLanguagePattern||(t.translationLanguagePattern={matches:["en"],excludeMatches:[]}):t.translationLanguagePattern={matches:[],excludeMatches:[]};let b=t&&t.enableDefaultAlwaysTranslatedUrls;m.enableDefaultAlwaysTranslatedUrls===!1&&(b=!1);let h=m&&m.isChangedAlwaysTranslatedUrls,C=[];m.translationUrlPattern&&m.translationUrlPattern.matches&&(C=m.translationUrlPattern.matches||[]);let w=!1;h===void 0&&(C.length>0?h=!0:h=!1,m.isChangedAlwaysTranslatedUrls=h,s.isChangedAlwaysTranslatedUrls=h,w=!0);let P=(m?.translationLanguagePattern?.matches?.length||0)>0,R=await Dt("installedAt",""),v=Number(await wr("translage_page_daily",0)),T=Number(await Dt(Kn,0)),F;T>0&&(Date.now()-T0&&(Date.now()-v0){let S=l.tempTranslationUrlMatches.filter(A=>new Date(A.expiredAt)>c);if(S.length>0){let A=m.translationUrlPattern?m.translationUrlPattern?.matches||[]:[],j=Array.isArray(A)?A:[A],q=Array.from(new Set(j.concat(S.map(z=>z.match))));m.translationUrlPattern={...m.translationUrlPattern,matches:q}}}let _=Object.assign(o,t);Ma({rule:t,valueIsArray:S=>Array.isArray(o[S]),getMergedValue:S=>o[S],onMergedResult:(S,A)=>{S!="generalRule"&&(_[S]=A)}});let B=Jt(r),N={};m.translationServices&&m.translationServices.deepl&&(N=m.translationServices.deepl);let U={};m.translationServices&&m.translationServices.openai&&(U=m.translationServices.openai),!B&&N.authKey&&!N.provider?(_.translationServices.deepl||(_.translationServices.deepl={}),_.translationServices.deepl.provider="custom"):N&&N.provider||(_.translationServices.deepl||(_.translationServices.deepl={}),_.translationServices.deepl.provider="pro"),!B&&U.APIKEY&&!U.provider?(_.translationServices.openai||(_.translationServices.openai={}),_.translationServices.openai.provider="custom"):U&&U.provider||(_.translationServices.openai||(_.translationServices.openai={}),_.translationServices.openai.provider="pro");let H=Object.keys(_),L=["translationUrlPattern","translationLanguagePattern","immediateTranslationPattern","translationBodyAreaPattern","translationParagraphLanguagePattern","translationThemePatterns","translationGeneralConfig","shortcuts","inputTranslationUrlPattern","inputLanguageCodeAlias"];for(let S of H){let A=S;if(A==="generalRule")typeof m[A]=="object"&&(_[A]=ju(o[A],m[A]));else if(A==="translationServices")cS(m,_);else if(typeof m[A]!="string"&&typeof m[A]!="boolean"&&typeof m[A]!="number"&&L.includes(A))m[A]&&(_[A]=Object.assign(_[A],m[A])),A==="shortcuts"&&(Ee()||rt()?_[A]={..._[A],...a}:_[A]={...a});else if(A==="rules"){if(Array.isArray(m[A])){let j=_.rules||[],q={};for(let W of j)W.id&&(q[W.id]=W);let z=m[A].map(W=>W.id&&q[W.id]?r3(t.generalRule,q[W.id],W):W);_[A]=[...z,..._[A]]}if(Se.PROD==="0"&&Se.DEV_RULES){let j=JSON.parse(Se.DEV_RULES);_[A]=[...j,..._[A]]}}else m[A]!==void 0&&(_[A]=m[A])}return _.donateUrl=t.donateUrl,_.minVersion=t.minVersion,_.feedbackUrl=t.feedbackUrl,_.rawUserConfig=s,_}async function Dr(){return(await oe.storage.sync.get("userConfig")||{}).userConfig||{}}async function Xi(e){await oe.storage.sync.set({userConfig:e})}async function Qi(e,t){await oe.storage.local.set({[e]:t})}async function Uu(e){return(await oe.storage.local.get(e))[e]||""}var sS=async()=>{let e=["zh-CN"];try{e=await oe.i18n.getAcceptLanguages()}catch(r){M.warn("get browser language error:",r)}let n=e.map(r=>he(r)).find(r=>It[r]);return n||"en"},bd=async()=>{let e={...Eo,buildinConfigUpdatedAt:Se.BUILD_TIME};return{...e,targetLanguage:or,interfaceLanguage:"en",translationMode:"dual",debug:!1,alpha:!1,translationUrlPattern:{matches:[],excludeMatches:[]},translationLanguagePattern:{matches:[],excludeMatches:[]},translationThemePatterns:{},translationParagraphLanguagePattern:{matches:[],excludeMatches:[],selectorMatches:[],excludeSelectorMatches:[]},translationBodyAreaPattern:{matches:[],excludeMatches:[],selectorMatches:[],excludeSelectorMatches:[]},translationTheme:"none",translationService:"bing",inputTranslationService:"inherit",mouseHoverTranslationService:"inherit",subtitleTranslateService:"inherit",translationArea:"main",translationStartMode:"dynamic",translationServices:{},monkeyH5FloatBall:{...e.monkeyH5FloatBall},pcFloatBall:{...e.pcFloatBall},generalRule:{...e.generalRule},translationGeneralConfig:{engine:"bing",_systemExcludeWordRegex:"\\b({word})\\b"},rules:[]}};function uS(e,t){return e=e||[],t=t||[],e.length!==t.length?!0:t.filter(r=>!e.includes(r)).length>0}async function lS(e){try{let t=e?.autoSelectTargetLanguageAfterInstalledAt;if(!t)return or;let n=await Dt("installedAt","");if(n&&new Date(n){let l=a[u],c=a[l.extends];!c||l.extends==u||(a[u]={...c,...a[u]})}),Ma({rule:{...a},valueIsArray:u=>Array.isArray(a[u]),getMergedValue:u=>a[u],onMergedResult:(u,l)=>{a[u]={...a[u],...l}}}),Ma({rule:{...r},valueIsArray:u=>Array.isArray(a[u]),getMergedValue:u=>a[u],onMergedResult:(u,l)=>{let c=a[u].env||{},m=l.env||{};c={...c,...m},a[u]={...a[u],...l,env:c}}}),new Date(e.updatedAt)<=new Date("2024.4.2")&&Object.keys(r).forEach(u=>{["openai","gemini"].includes(u)&&r[u].prompt!=null&&(r[u].maxTextGroupLengthPerRequest==null&&(a[u].maxTextGroupLengthPerRequest=1),r[u].multiplePrompt==null&&(a[u].multiplePrompt=r[u].prompt))});let i=["imt_source_field","imt_trans_field","imt_sub_source_field","imt_sub_trans_field"],s=(u,l)=>{!u||!u[l]||!u?.env||(u[l]=u[l].replace(/{{(.+?)}}/g,(c,m)=>i.includes(m)?c:u?.env[m]||c))};Object.values(a).forEach(u=>{s(u,"prompt"),s(u,"multiplePrompt"),s(u,"subtitlePrompt")})}d();d();d();function u3(e){return e.replace(//g,">")}d();function l3(e,t,n){let r=dS(e,t),a=[],o={from:e[0].from,fromByClient:e[0].fromByClient,to:e[0].to,tempSentences:[],url:e[0].url};for(let i of r)(o.tempSentences.reduce((u,l)=>u+l.text.length,0)+i.text.length>t||o.tempSentences.length>=n)&&(a.push(o),o={fromByClient:o.fromByClient,from:i.from,to:i.to,tempSentences:[],url:i.url}),(o.from!==i.from||o.to!==i.to)&&(o.tempSentences.length>0?(a.push(o),o={fromByClient:o.fromByClient,from:i.from,to:i.to,tempSentences:[],url:i.url}):(o.from=i.from,o.to=i.to)),o.tempSentences.push(i);return o.tempSentences.length>0&&a.push(o),a}function dS(e,t){let n=[],r=[];for(let a=0;a0?yt){let C=[];yd(b,t,C);for(let w=0;w0&&y{let s=e.lastIndexOf(i,t);return s>o?s:o},-1);if(a===-1){let o=e.slice(0,t);if(o&&!o.trim())return;n.push({text:o,prefix:"",suffix:""}),e.length>t&&yd(e.slice(t),t,n)}else{let o=e.slice(0,a+1);if(o&&o.trim()==="")return;o.startsWith(" ")?n.push({text:o.slice(1),prefix:" ",suffix:""}):n.push({text:o,prefix:"",suffix:""}),a+10){m.forEach(y=>{c.length>0&&y.providers&&y.providers.length>0&&!y.providers.includes(l)||(y.optional?p.push(y):g.push(y))});let f=p.concat(g).filter(y=>y.required);if(f.length>0){for(let y of f)if(!o[y.name]){u=!1;break}}}return{...a,id:t,selected:n[e]===t,ok:u,currentProvider:l,config:o,providers:a.providers||[],props:a.props||[],allProps:m,optionalProps:p,explicitProps:g}}var Zi=(e,t)=>{let{config:n}=e,r=n.alpha,a=n.beta,o=n.canary,i=n.debug,s=e.user,u=Jt(s),l=Object.keys(ir);return t!=="translationService"&&l.unshift("inherit"),l.filter(c=>{if(c==="inherit")return!0;let m=ir[c];if(c.startsWith("mock"))return i?!0:c===e.config[t];if(c===e.config[t])return!0;if(c==="openai"&&rt())return e.config.showOpenaiOnSafari||u?!0:!!(a||r||o||u);let g=!!m.canary,p=!!m.alpha,f=!!m.beta;return c===e[t]||g&&o||p&&(r||o)||f&&(a||r||o)?!0:!p&&!f&&!g}).map(c=>Hu(t,c,e))};function es(){return([1e7]+-1e3+-4e3+-8e3+-1e11).replace(/[018]/g,e=>(e^crypto.getRandomValues(new Uint8Array(1))[0]&15>>e/4).toString(16))}function c3(e){return e.replace(/([a-zA-Z0-9]+)([\u4e00-\u9fa5]+)/g,"$1 $2").replace(/([\u4e00-\u9fa5]+)([a-zA-Z0-9]+)/g,"$1 $2")}d();d();d();var Gu,Le,f3,mS,ts,d3,h3,qu={},b3=[],pS=/acit|ex(?:s|g|n|p|$)|rph|grid|ows|mnc|ntw|ine[ch]|zoo|^ord|itera/i;function $r(e,t){for(var n in t)e[n]=t[n];return e}function y3(e){var t=e.parentNode;t&&t.removeChild(e)}function xd(e,t,n){var r,a,o,i={};for(o in t)o=="key"?r=t[o]:o=="ref"?a=t[o]:i[o]=t[o];if(arguments.length>2&&(i.children=arguments.length>3?Gu.call(arguments,2):n),typeof e=="function"&&e.defaultProps!=null)for(o in e.defaultProps)i[o]===void 0&&(i[o]=e.defaultProps[o]);return zu(e,i,r,a,null)}function zu(e,t,n,r,a){var o={type:e,props:t,key:n,ref:r,__k:null,__:null,__b:0,__e:null,__d:void 0,__c:null,__h:null,constructor:void 0,__v:a??++f3};return a==null&&Le.vnode!=null&&Le.vnode(o),o}function Nt(e){return e.children}function xo(e,t){this.props=e,this.context=t}function To(e,t){if(t==null)return e.__?To(e.__,e.__.__k.indexOf(e)+1):null;for(var n;t0?zu(p.type,p.props,p.key,p.ref?p.ref:null,p.__v):p)!=null){if(p.__=n,p.__b=n.__b+1,(g=h[c])===null||g&&p.key==g.key&&p.type===g.type)h[c]=void 0;else for(m=0;m=n.__.length&&n.__.push({__V:Vu}),n.__[e]}function se(e){return ns=1,bS(R3,e)}function bS(e,t,n){var r=Yu(rs++,2);if(r.t=e,!r.__c&&(r.__=[n?n(t):R3(void 0,t),function(o){var i=r.__N?r.__N[0]:r.__[0],s=r.t(i,o);i!==s&&(r.__N=[s,r.__[1]],r.__c.setState({}))}],r.__c=St,!St.u)){St.u=!0;var a=St.shouldComponentUpdate;St.shouldComponentUpdate=function(o,i,s){if(!r.__c.__H)return!0;var u=r.__c.__H.__.filter(function(c){return c.__c});if(u.every(function(c){return!c.__N}))return!a||a.call(this,o,i,s);var l=!1;return u.forEach(function(c){if(c.__N){var m=c.__[0];c.__=c.__N,c.__N=void 0,m!==c.__[0]&&(l=!0)}}),!!l&&(!a||a.call(this,o,i,s))}}return r.__N||r.__}function De(e,t){var n=Yu(rs++,3);!Le.__s&&B3(n.__H,t)&&(n.__=e,n.i=t,St.__H.__h.push(n))}function We(e){return ns=5,Oe(function(){return{current:e}},[])}function Oe(e,t){var n=Yu(rs++,7);return B3(n.__H,t)?(n.__V=e(),n.i=t,n.__h=e,n.__V):n.__}function $e(e,t){return ns=8,Oe(function(){return e},t)}function Ju(e){var t=St.context[e.__c],n=Yu(rs++,9);return n.c=e,t?(n.__==null&&(n.__=!0,t.sub(St)),t.props.value):e.__}function yS(){for(var e;e=M3.shift();)if(e.__P&&e.__H)try{e.__H.__h.forEach(Ku),e.__H.__h.forEach(Cd),e.__H.__h=[]}catch(t){e.__H.__h=[],Le.__e(t,e.__v)}}Le.__b=function(e){typeof e.type!="function"||e.o||e.type===Nt?e.o||(e.o=e.__&&e.__.o?e.__.o:""):e.o=(e.__&&e.__.o?e.__.o:"")+(e.__&&e.__.__k?e.__.__k.indexOf(e):0),St=null,A3&&A3(e)},Le.__r=function(e){k3&&k3(e),rs=0;var t=(St=e.__c).__H;t&&(vd===St?(t.__h=[],St.__h=[],t.__.forEach(function(n){n.__N&&(n.__=n.__N),n.__V=Vu,n.__N=n.i=void 0})):(t.__h.forEach(Ku),t.__h.forEach(Cd),t.__h=[])),vd=St},Le.diffed=function(e){_3&&_3(e);var t=e.__c;t&&t.__H&&(t.__H.__h.length&&(M3.push(t)!==1&&D3===Le.requestAnimationFrame||((D3=Le.requestAnimationFrame)||ES)(yS)),t.__H.__.forEach(function(n){n.i&&(n.__H=n.i),n.__V!==Vu&&(n.__=n.__V),n.i=void 0,n.__V=Vu})),vd=St=null},Le.__c=function(e,t){t.some(function(n){try{n.__h.forEach(Ku),n.__h=n.__h.filter(function(r){return!r.__||Cd(r)})}catch(r){t.some(function(a){a.__h&&(a.__h=[])}),t=[],Le.__e(r,n.__v)}}),L3&&L3(e,t)},Le.unmount=function(e){F3&&F3(e);var t,n=e.__c;n&&n.__H&&(n.__H.__.forEach(function(r){try{Ku(r)}catch(a){t=a}}),n.__H=void 0,t&&Le.__e(t,n.__v))};var P3=typeof requestAnimationFrame=="function";function ES(e){var t,n=function(){clearTimeout(r),P3&&cancelAnimationFrame(t),setTimeout(e)},r=setTimeout(n,100);P3&&(t=requestAnimationFrame(n))}function Ku(e){var t=St,n=e.__c;typeof n=="function"&&(e.__c=void 0,n()),St=t}function Cd(e){var t=St;e.__c=e.__(),St=t}function B3(e,t){return!e||e.length!==t.length||t.some(function(n,r){return n!==e[r]})}function R3(e,t){return typeof t=="function"?t(e):t}d();var I3=["*://*/*","*","*://*"],N3="immersive-translate-wildcard-placeholder.com";function Sd(e,t){try{let n=[];if(!t||(t&&!Array.isArray(t)?n=[t]:n=t,n.length===0))return null;if(n.some(s=>I3.includes(s)))return e;let r=new URL(e);r.hash="",r.search="";let a=r.href,o=r.hostname,i=r.port;if(n&&n.length>0){let s=n.find(u=>{if(!u)return!1;if(u===o)return!0;if(I3.includes(u))return!0;if(!u.includes("*")&&u.includes("://")){try{let l=new URL(u);if(l.pathname==="/"&&!u.endsWith("/")){let c=l.hostname===o,m=l.port===i;return l.port?c&&m:c}else return TS(a,u)}catch{}return!1}else{let l,c=u;if(u.includes("://")){let b=u.split("://");l=b[0],l==="*"&&b.length>1&&(l="*",u="https://"+b[1])}else l="*",u="https://"+u;let m=u.replace(/\*/g,N3),g;try{g=new URL(m)}catch{return P.debug("invalid match pattern",m,"raw match value:",c),!1}let p=g.host,f=g.pathname;f==="/"&&(c.replace("://","").includes("/")||(f="/*"));let y=xS(l+":",O3(p),O3(f));if(y){let b=new URL(a);return y.test(b.href)}else return!1}});if(s)return s}return null}catch{return null}}function O3(e){return e.replaceAll(N3,"*")}function xS(e,t,n){let r="^";return e==="*:"?r+="(http:|https:|file:)":r+=e,r+="//",t&&(e==="file:"||(t==="*"?r+="[^/]+?":(t.match(/^\*\./)&&(r+="[^/]*?",t=t.substring(1)),r+=t.replace(/\./g,"\\.").replace(/\*/g,"[^/]*")))),n?n==="*"||n==="/*"?r+="(/.*)?":n.includes("*")?(r+=n.replace(/\*/g,".*?"),r+="/?"):r+=n.replace(/[-[\]{}()*+?.,\\^$|#\s]/g,"\\$&"):r+="/?",r+="$",new RegExp(r)}function ct(e,t){return Sd(e,t)!==null}function TS(e,t){let n=new URL(e),r=new URL(t);return n.hostname===r.hostname&&n.pathname===r.pathname&&n.protocol===r.protocol&&n.port===r.port}var vS=["block","grid","flex","table","table-row","table-cell","list-item","-webkit-box","box","contents"];function vn(e,t){if(t.length===0)return!1;let n=t.join(",");return e.matches&&e.matches(n)||!1}function Gr(e,t,n){let{blockSelectors:r,extraBlockSelectors:a,extraInlineSelectors:o,atomicBlockSelectors:i}=t;if(vn(e,o))return!1;if(vn(e,a)||["br","input"].includes(e.nodeName.toLowerCase()))return!0;let l=null;if(e.parentNode&&e.parentNode.immersiveTranslateComputedStyle&&(l=e.parentNode.immersiveTranslateComputedStyle),l&&l.display&&l.display==="inline-flex")return!1;let c=m();return c&&(c=!vn(e,i)),c;function m(){return n&&n.display?!!vS.includes(n.display):vn(e,r)}}var $t=vn;function Ba(e){return!!e.shadowRoot}function Vr(e){if(!e||typeof e!="string"&&(e=e.textContent,!e))return"";let t="";return e!==e.trimStart()&&(t+=" "),t+=e.trim(),t===" "||e!==e.trimEnd()&&(t+=" "),t}function as(e){if(!e)return["",""];if(typeof e!="string"&&(e=e.textContent,!e))return["",""];let t=[];return e!==e.trimStart()?t.push(" "):t.push(""),!e.trim()&&t.length===1?[" ",""]:(e!==e.trimEnd()?t.push(" "):t.push(""),t)}function ur(e,t=!1){let n=Ui;return t&&e?.translatedPlaceholderDelimiters?n=e.translatedPlaceholderDelimiters:e?.placeholderDelimiters&&(n=e.placeholderDelimiters),n}function Ra(e,t=!1){let n=e.config?.translationServices?.[e.translationService];return ur(n,t)}function So(e,t){return Wr(t,e.targetLanguage,{ignoreZhCNandZhTW:e.rule.ignoreZhCNandZhTW})}function wd(e){let{rule:t}=e,n=CS(e);return` <${t.targetWrapperTag} class="${n} notranslate">`}function CS(e){let t=e.config.loadingTheme;return`${J}-loading-${t}`}function os(e,t){let n=e.rule,r=document.createElement(n.targetWrapperTag);r.classList.add("notranslate",yt),r.setAttribute("translate","no"),r.setAttribute("lang",e.targetLanguage),ut(r,eh,t.toString());let a=wd(e);return r.append(Ge.sanitize(a,{RETURN_DOM_FRAGMENT:!0})),r}function wo(e,t){return e.querySelector(`[${Vc}='${t}']`)}function j3(){document.querySelectorAll(`[${Vc}]`).forEach(t=>{t.remove()})}function U3(){document.querySelectorAll(`.${yt}-error`).forEach(t=>{t.remove()})}function H3(){let e=document.querySelectorAll("iframe"),t=[];return e.forEach(n=>{ko(n)&&t.push(n)}),t}function Dd(e){let t={},{glossaries:r,_systemExcludeWordRegex:a,text:o,delimiters:i,excludeRegexps:s,targetLanguage:u}=e,l=o,c=1001;try{if(r&&r.length>0){let m={},g=r.filter(f=>f.tl&&f.tl!==u?!1:f.k?(m[f.k]=f.v||"",!0):!1).sort((f,y)=>f.tl&&!y.tl?1:!f.tl&&y.tl?-1:0),p=new RegExp(a.replace("{word}",g.map(f=>f.k).join("|")),"g");l=l.replace(p,(f,y)=>{let b=c++;return t[`${b}`]=m[y]||y,i.length>2?f.replace(y,`<${i[2]}${b}>`):f.replace(y,`${i[0]}${b}${i[1]}`)})}s&&s.length>0&&s.forEach(m=>{let g=new RegExp(m,"gi");l=l.replace(g,(p,f)=>{let y=c++;return t[`${y}`]=u3(f),i.length>2?p.replace(f,`<${i[2]}${y}>`):p.replace(f,`${i[0]}${y}${i[1]}`)})})}catch(m){P.debug(`format source text error: ${m.message}`)}return{text:l,variables:t}}function is(e){let{noTranslateRegexp:t,minTextCount:n,minWordCount:r,delimiters:a,text:o}=e,i=new RegExp(`${a[0]}(\\d+)${a[1]}`,"gi");if(a.length>2){let u=a[2];i=new RegExp(`<${u}(\\d+)>(.*?)`,"gi")}let s=o.trim();return s=s.replace(i,""),s=s.trim(),s===""||s.length===1&&s.charCodeAt(0)===8203||/^[0-9.,\/#!$%\^&\*;:{}=\-_`~()\s]+$/.test(o)||s.includes("")||s.includes("< styles>")||X3(s)||V3(s)||J3(s)||K3(s)||Y3(s)||wS(s)||i.test(s)||t&&t.length>0&&new RegExp(t.join("|"),"gi").test(s)?!1:Ao(o,n,r)}function Ar(e){return e.nodeType===Node.ELEMENT_NODE}function z3(e,t){return e.paragraphs?e.paragraphs[0]?.ctxId!==t?(e.paragraphs=[],!1):!0:!1}async function Ad(){return await Dt("fakeUserId","")}async function SS(){return await Dt("installedAt","")}async function Xu(e){let n=Ce().INSTALL_FROM,r=Xt(),a=await SS(),o=await Ad(),i=await pn(),s=!1,u=await Wt.get(qt,null),l=!1;return u&&Jt(u)&&(s=!0,u.subscription&&u.subscription.isTrial&&(l=!0)),{installFrom:n,version:r,installedAt:a,interfaceLang:e,optionInterfaceLang:i.interfaceLanguage,deviceId:o,isProUser:s,isTrial:l}}function q3(e,t,n,r){if(!t||!r||!e)return"";let a=e.xpathRule,o=0,i=n;for(;i&&i!==r;)o++,i=i.parentNode;let s=o+"";for(let u=0;u{!e||!t||(async()=>{let a=await _d(e,t);r(a)})()},[e,t,r]),n}async function _d(e,t){if(!e||!t)return;let n=!1,r,a=!0;!rt()&&Ee()||st().any?(a=!1,r=t.monkeyH5FloatBall,!r&&e.rule.isShowUserscriptPagePopup==!1&&(r=e.config.monkeyH5FloatBall,r.enable=!1),r||(r=e.config.monkeyH5FloatBall),n=!t.monkeyH5FloatBall):(r=e.config.pcFloatBall,n=!t.pcFloatBall);try{if(r?.afterInstalledAt&&n){let o=await Dt("installedAt","");new Date(o).getTime()s==n),a=e.config.translationModeLanguagePattern.translationMatches.find(s=>s==n),o=e.config.translationModeUrlPattern.dualMatches.find(s=>ct(e.url,s));return e.config.translationModeUrlPattern.translationMatches.find(s=>ct(e.url,s))?"translation":o?"dual":a?"translation":r?"dual":null}var Qu=!1,DS=Ee();function Q3(e,t){let n=[];for(let r of t){let a=e.querySelectorAll(r);for(let o of a)n.push(o)}return n}function AS(e,t){let n=function(o){return o.nodeType===Node.ELEMENT_NODE||o.nodeType===Node.TEXT_NODE?o.nodeType===Node.ELEMENT_NODE&&Z3(o,t,!0)?NodeFilter.FILTER_REJECT:NodeFilter.FILTER_ACCEPT:NodeFilter.FILTER_REJECT},r=document.createTreeWalker(e,NodeFilter.SHOW_ELEMENT,n),a=!0;for(;r.nextNode();){let o=r.currentNode;if(o.nodeType===Node.ELEMENT_NODE){if(Kr(o,Tu)){if(a===!0)return!0;continue}if(ss(o.nodeName,t.inlineTags))return!0;if(!Ld(o,t))return!1}}return!0}function Fd(e,t){let n=t.inlineTags;if(e.nodeType===Node.ELEMENT_NODE)if(ss(e.nodeName,n)||Ld(e,t)){if(Kr(e,rh)||ss(e.nodeName,["BR"]))return!1;if(Kr(e,Tu))return!0;if(Ld(e,t)){let r=globalThis.getComputedStyle(e);if(r.display==="block"||r.display==="flex")return!1}return AS(e,t)}else return Kr(e,Tu);return!1}function Z3(e,t,n){if(!(e.nodeType===Node.ELEMENT_NODE||e.nodeType===Node.TEXT_NODE)||e.nodeType===Node.ELEMENT_NODE&&Kr(e,nh,!0))return!0;if(e.nodeType===Node.ELEMENT_NODE&&Kr(e,Kf))return!1;let{stayOriginalTags:r,excludeTags:a}=t,o=[];return n&&a&&a.length>0?o=a||[]:o=a.filter(i=>!r.includes(i)),!!(e.nodeType===Node.ELEMENT_NODE&&(e.getAttribute("translate")==="no"||e.classList.contains("notranslate"))||ss(e.nodeName,o))}function Ao(e,t,n){let r=e.trim();return r.length>=t||r.split(" ").filter(i=>i.trim()!=="").length>=n||!t2(r)&&r.length>=n}function e2(e,t,n){let r=e.trim();if(r.length<=t)return!0;if(t2(r)){if(r.split(" ").length<=n)return!0}else if(r.length<=n)return!0;return!1}function t2(e){for(let t=0;t127)return!1;return!0}function V3(e){if(e&&e.includes("://")&&!e.includes(" ")&&e.length<512)try{return new URL(e),!0}catch{return!1}else return!1}function K3(e){return e?/^[a-zA-Z0-9._-]+@[a-zA-Z0-9.-]+\.[a-zA-Z]{2,4}$/.test(e):!1}function Y3(e){return e?/^[_\d:\-+\.。,,% ]+$/.test(e):!1}function J3(e){if(e&&e.startsWith("#")){if(e.split("#").length>2)return!1;if(e.indexOf(" ")===-1)return!0}return!1}function X3(e){return!!(e&&e.startsWith("@")&&e.indexOf(" ")===-1)}function Kr(e,t,n=!1){return Pd(e,t,"1",n)}function Pd(e,t,n,r=!1){return Qu&&!r?e[Tn]?!!(e[Tn]&&e[Tn][t]===n):!1:e.dataset[t]===n}function _o(e){return(e.innerText||e.textContent||"").trim()}function Md(e){let t=e.querySelectorAll("iframe"),n="";for(let r=0;r2e3))break}return n}function Zu(e){return e?typeof e=="string"?document.querySelector(e)!==null:e.some(t=>document.querySelector(t)):!1}function ut(e,t,n,r=!1,a=!1){e.isContentEditable&&!a||(Qu&&!r?(e[Tn]||(e[Tn]={}),e[Tn][t]||(e[Tn][t]=n)):e.dataset[t]!==n&&(e.dataset[t]=n))}function el(e,t,n=!1){if(Qu&&!n){if(!e[Tn]||!e[Tn][t])return;delete e[Tn][t]}else delete e.dataset[t]}function Lo(e,t,n=!1){return Qu&&!n?!e[Tn]||!e[Tn][t]?void 0:e[Tn][t]:e.dataset[t]}function Ld(e,t){let n=t.allBlockTags.concat(t.inlineTags).concat(t.excludeTags);return!ss(e.nodeName,n)}function xe(){if(!globalThis||!globalThis.location)return"https://example.com";if(!Ue())return globalThis.location.href;try{let t=globalThis.location.href,n=new URL(t);if(n.protocol==="about:"||n.protocol==="blob:"){if(globalThis.location.ancestorOrigins&&globalThis.location.ancestorOrigins.length>0)return globalThis.location.ancestorOrigins[0];let r="";try{r=globalThis.parent.location.href}catch{}return r||(globalThis.location!=globalThis.parent.location?document.referrer:document.location.href)}else return t}catch{}return globalThis.location.href}function Cn(e,t,n){if(e instanceof ShadowRoot){try{e.appendChild(document.createElement("style")).textContent=t}catch(r){P.warn("injectCSS failed, rootDocument"+r?.message,e)}return}if(e&&e.head&&e.head.appendChild){let r=e.createElement("style");if(n){let a=e.querySelector(`style[data-id="${n}"]`);a&&a.remove(),r.dataset.id=n}r.textContent=t,e.head.appendChild(r)}else if(e){let r=document.createElement("head"),a=document.createElement("style");a.textContent=t,r.appendChild(a),e.appendChild(r)}else P.warn("injectCSS failed, rootDocument does not have head node",e)}function ko(e){let t=e.getAttribute("src");if(t){if(t==="about:blank")return!0;if(DS){if(t.startsWith("blob:"))return!0}else if(t.startsWith("blob:"))return!!document.querySelector("meta[name='immersive-translate-ebook-viewer']")||!t.startsWith("blob:http");return!1}try{if(e.contentDocument&&e.contentDocument.body)return!0}catch{}return!1}function ss(e,t){if(!e||!t)return!1;Array.isArray(t)||(t=[t]),e=e.toUpperCase();for(let n of t)if(e===n)return!0;return!1}function n2(e){let t=e.replace("#",""),n=parseInt(t.substring(0,2),16),r=parseInt(t.substring(2,4),16),a=parseInt(t.substring(4,6),16);return{r:n,g:r,b:a}}function r2(e,t,n,r){if(r.document.caretPositionFromPoint){let a=r.document.caretPositionFromPoint(e,t);if(a){let o=r.document.createRange(),i=a.offsetNode;if(!i||i.nodeType!==Node.TEXT_NODE||Z3(i,n,!0))return null;try{o.setStart(i,a.offset),o.setEnd(i,a.offset)}catch(s){return P.warn("getRangeFromPoint error",s),null}return o}return null}else return r.document.caretRangeFromPoint?r.document.caretRangeFromPoint(e,t):null}function a2(e,t,n){let r=0,a=(o,i,s,u)=>{if(++r>100||u===o)return o;let l=o.shadowRoot;if(!l||typeof l.elementFromPoint!="function")return o;let c=l.elementFromPoint(i,s);return c?a(c,i,s,o):o};return a(e,t,n)}d();d();d();var Fo="input is invalid type",Bd=typeof window=="object",Yr=Bd?window:{};Yr.JS_SHA256_NO_WINDOW&&(Bd=!1);var kS=!Bd&&typeof self=="object",_S=!Yr.JS_SHA256_NO_NODE_JS&&typeof process=="object"&&process.versions&&process.versions.node;_S?Yr=global:kS&&(Yr=self);var hU=!Yr.JS_SHA256_NO_COMMON_JS&&typeof module=="object"&&module.exports,bU=typeof define=="function"&&define.amd,us=!Yr.JS_SHA256_NO_ARRAY_BUFFER&&typeof ArrayBuffer<"u",be="0123456789abcdef".split(""),LS=[-2147483648,8388608,32768,128],Yn=[24,16,8,0],tl=[1116352408,1899447441,3049323471,3921009573,961987163,1508970993,2453635748,2870763221,3624381080,310598401,607225278,1426881987,1925078388,2162078206,2614888103,3248222580,3835390401,4022224774,264347078,604807628,770255983,1249150122,1555081692,1996064986,2554220882,2821834349,2952996808,3210313671,3336571891,3584528711,113926993,338241895,666307205,773529912,1294757372,1396182291,1695183700,1986661051,2177026350,2456956037,2730485921,2820302411,3259730800,3345764771,3516065817,3600352804,4094571909,275423344,430227734,506948616,659060556,883997877,958139571,1322822218,1537002063,1747873779,1955562222,2024104815,2227730452,2361852424,2428436474,2756734187,3204031479,3329325298],nl=["hex","array","digest","arrayBuffer"],jt=[];(Yr.JS_SHA256_NO_NODE_JS||!Array.isArray)&&(Array.isArray=function(e){return Object.prototype.toString.call(e)==="[object Array]"});us&&(Yr.JS_SHA256_NO_ARRAY_BUFFER_IS_VIEW||!ArrayBuffer.isView)&&(ArrayBuffer.isView=function(e){return typeof e=="object"&&e.buffer&&e.buffer.constructor===ArrayBuffer});var o2=function(e,t){return function(n){return new Ut(t,!0).update(n)[e]()}},s2=function(e){var t=o2("hex",e);t.create=function(){return new Ut(e)},t.update=function(a){return t.create().update(a)};for(var n=0;n>2]|=e[a]<>2]|=r<>2]|=(192|r>>6)<>2]|=(128|r&63)<=57344?(s[o>>2]|=(224|r>>12)<>2]|=(128|r>>6&63)<>2]|=(128|r&63)<>2]|=(240|r>>18)<>2]|=(128|r>>12&63)<>2]|=(128|r>>6&63)<>2]|=(128|r&63)<=64?(this.block=s[16],this.start=o-64,this.hash(),this.hashed=!0):this.start=o}return this.bytes>4294967295&&(this.hBytes+=this.bytes/4294967296<<0,this.bytes=this.bytes%4294967296),this}};Ut.prototype.finalize=function(){if(!this.finalized){this.finalized=!0;var e=this.blocks,t=this.lastByteIndex;e[16]=this.block,e[t>>2]|=LS[t&3],this.block=e[16],t>=56&&(this.hashed||this.hash(),e[0]=this.block,e[16]=e[1]=e[2]=e[3]=e[4]=e[5]=e[6]=e[7]=e[8]=e[9]=e[10]=e[11]=e[12]=e[13]=e[14]=e[15]=0),e[14]=this.hBytes<<3|this.bytes>>>29,e[15]=this.bytes<<3,this.hash()}};Ut.prototype.hash=function(){var e=this.h0,t=this.h1,n=this.h2,r=this.h3,a=this.h4,o=this.h5,i=this.h6,s=this.h7,u=this.blocks,l,c,m,g,p,f,y,b,h,C,w;for(l=16;l<64;++l)p=u[l-15],c=(p>>>7|p<<25)^(p>>>18|p<<14)^p>>>3,p=u[l-2],m=(p>>>17|p<<15)^(p>>>19|p<<13)^p>>>10,u[l]=u[l-16]+c+u[l-7]+m<<0;for(w=t&n,l=0;l<64;l+=4)this.first?(this.is224?(b=300032,p=u[0]-1413257819,s=p-150054599<<0,r=p+24177077<<0):(b=704751109,p=u[0]-210244248,s=p-1521486534<<0,r=p+143694565<<0),this.first=!1):(c=(e>>>2|e<<30)^(e>>>13|e<<19)^(e>>>22|e<<10),m=(a>>>6|a<<26)^(a>>>11|a<<21)^(a>>>25|a<<7),b=e&t,g=b^e&n^w,y=a&o^~a&i,p=s+m+y+tl[l]+u[l],f=c+g,s=r+p<<0,r=p+f<<0),c=(r>>>2|r<<30)^(r>>>13|r<<19)^(r>>>22|r<<10),m=(s>>>6|s<<26)^(s>>>11|s<<21)^(s>>>25|s<<7),h=r&e,g=h^r&t^b,y=s&a^~s&o,p=i+m+y+tl[l+1]+u[l+1],f=c+g,i=n+p<<0,n=p+f<<0,c=(n>>>2|n<<30)^(n>>>13|n<<19)^(n>>>22|n<<10),m=(i>>>6|i<<26)^(i>>>11|i<<21)^(i>>>25|i<<7),C=n&r,g=C^n&e^h,y=i&s^~i&a,p=o+m+y+tl[l+2]+u[l+2],f=c+g,o=t+p<<0,t=p+f<<0,c=(t>>>2|t<<30)^(t>>>13|t<<19)^(t>>>22|t<<10),m=(o>>>6|o<<26)^(o>>>11|o<<21)^(o>>>25|o<<7),w=t&n,g=w^t&r^C,y=o&i^~o&s,p=a+m+y+tl[l+3]+u[l+3],f=c+g,a=e+p<<0,e=p+f<<0;this.h0=this.h0+e<<0,this.h1=this.h1+t<<0,this.h2=this.h2+n<<0,this.h3=this.h3+r<<0,this.h4=this.h4+a<<0,this.h5=this.h5+o<<0,this.h6=this.h6+i<<0,this.h7=this.h7+s<<0};Ut.prototype.hex=function(){this.finalize();var e=this.h0,t=this.h1,n=this.h2,r=this.h3,a=this.h4,o=this.h5,i=this.h6,s=this.h7,u=be[e>>28&15]+be[e>>24&15]+be[e>>20&15]+be[e>>16&15]+be[e>>12&15]+be[e>>8&15]+be[e>>4&15]+be[e&15]+be[t>>28&15]+be[t>>24&15]+be[t>>20&15]+be[t>>16&15]+be[t>>12&15]+be[t>>8&15]+be[t>>4&15]+be[t&15]+be[n>>28&15]+be[n>>24&15]+be[n>>20&15]+be[n>>16&15]+be[n>>12&15]+be[n>>8&15]+be[n>>4&15]+be[n&15]+be[r>>28&15]+be[r>>24&15]+be[r>>20&15]+be[r>>16&15]+be[r>>12&15]+be[r>>8&15]+be[r>>4&15]+be[r&15]+be[a>>28&15]+be[a>>24&15]+be[a>>20&15]+be[a>>16&15]+be[a>>12&15]+be[a>>8&15]+be[a>>4&15]+be[a&15]+be[o>>28&15]+be[o>>24&15]+be[o>>20&15]+be[o>>16&15]+be[o>>12&15]+be[o>>8&15]+be[o>>4&15]+be[o&15]+be[i>>28&15]+be[i>>24&15]+be[i>>20&15]+be[i>>16&15]+be[i>>12&15]+be[i>>8&15]+be[i>>4&15]+be[i&15];return this.is224||(u+=be[s>>28&15]+be[s>>24&15]+be[s>>20&15]+be[s>>16&15]+be[s>>12&15]+be[s>>8&15]+be[s>>4&15]+be[s&15]),u};Ut.prototype.toString=Ut.prototype.hex;Ut.prototype.digest=function(){this.finalize();var e=this.h0,t=this.h1,n=this.h2,r=this.h3,a=this.h4,o=this.h5,i=this.h6,s=this.h7,u=[e>>24&255,e>>16&255,e>>8&255,e&255,t>>24&255,t>>16&255,t>>8&255,t&255,n>>24&255,n>>16&255,n>>8&255,n&255,r>>24&255,r>>16&255,r>>8&255,r&255,a>>24&255,a>>16&255,a>>8&255,a&255,o>>24&255,o>>16&255,o>>8&255,o&255,i>>24&255,i>>16&255,i>>8&255,i&255];return this.is224||u.push(s>>24&255,s>>16&255,s>>8&255,s&255),u};Ut.prototype.array=Ut.prototype.digest;Ut.prototype.arrayBuffer=function(){this.finalize();var e=new ArrayBuffer(this.is224?28:32),t=new DataView(e);return t.setUint32(0,this.h0),t.setUint32(4,this.h1),t.setUint32(8,this.h2),t.setUint32(12,this.h3),t.setUint32(16,this.h4),t.setUint32(20,this.h5),t.setUint32(24,this.h6),this.is224||t.setUint32(28,this.h7),e};function rl(e,t,n){var r,a=typeof e;if(a==="string"){var o=[],i=e.length,s=0,u;for(r=0;r>6,o[s++]=128|u&63):u<55296||u>=57344?(o[s++]=224|u>>12,o[s++]=128|u>>6&63,o[s++]=128|u&63):(u=65536+((u&1023)<<10|e.charCodeAt(++r)&1023),o[s++]=240|u>>18,o[s++]=128|u>>12&63,o[s++]=128|u>>6&63,o[s++]=128|u&63);e=o}else if(a==="object"){if(e===null)throw new Error(Fo);if(us&&e.constructor===ArrayBuffer)e=new Uint8Array(e);else if(!Array.isArray(e)&&(!us||!ArrayBuffer.isView(e)))throw new Error(Fo)}else throw new Error(Fo);e.length>64&&(e=new Ut(t,!0).update(e).array());var l=[],c=[];for(r=0;r<64;++r){var m=e[r]||0;l[r]=92^m,c[r]=54^m}Ut.call(this,t,n),this.update(c),this.oKeyPad=l,this.inner=!0,this.sharedMemory=n}rl.prototype=new Ut;rl.prototype.finalize=function(){if(Ut.prototype.finalize.call(this),this.inner){this.inner=!1;var e=this.array();Ut.call(this,this.is224,this.sharedMemory),this.update(this.oKeyPad),this.update(e),Ut.prototype.finalize.call(this)}};var Po=s2();Po.sha256=Po;Po.sha224=s2(!0);Po.sha256.hmac=u2();Po.sha224.hmac=u2(!0);var l2=Po;var c2=l2.sha256;function Jn(e){return Promise.resolve(c2(e))}function al(e){return Array.from(new Uint8Array(e)).map(r=>r.toString(16).padStart(2,"0")).join("")}function Jr(e,t){let n=c2.hmac.create(t);return n.update(e),Promise.resolve(n.array())}async function d2(e,t){let n=await Jr(e,t);return al(n)}async function ol(e,t){let n=FS(t),r=await Jr(e,n);return al(r)}function FS(e){let t=[];return e.replace(/../g,function(n){return t.push(parseInt(n,16)),""}),new Uint8Array(t).buffer}d();var p2="auto",il="auto",m2="auto";function g2(e){p2=e}function On(e){il=e}function Et(){return il!=="auto"?il:m2!=="auto"?m2:p2}function sl(){return il}function h2(e,t){let n=Object.assign({},e),r=new Map;(n.langOverrides||[]).forEach(o=>{r.set(o.id,o)});for(let o of r.keys()){let[i,s]=o.split("2");if(["auto",t.sourceLanguage].includes(i)&&["auto",t.targetLanguage].includes(s)){let u=r.get(o);if(!u)continue;if(u.extends){let l=r.get(u.extends);l&&(n=Object.assign({},n,l))}n=Object.assign({},n,u)}}return n}async function Ht(e){let{url:t,config:n,state:r}=e,a=new URL(t),o="auto",{translationParagraphLanguagePattern:i,translationService:s,translationServices:u,translationTheme:l,translationThemePatterns:c,translationUrlPattern:m,targetLanguage:g,sourceLanguageUrlPattern:p,immediateTranslationPattern:f}=n,y=g||"zh-CN",b=Mo(t,i),h=Mo(t,f),C=s,w=Object.keys(u);for(let ne of w){let re=u[ne];if(Mo(t,re)){C=ne;break}}let k=l,R=Object.keys(c);for(let ne of R){let re=c[ne];if(re&&Mo(t,re)){k=ne;break}}let v=Mo(t,m),x=f2(t,m);x||(x=ct(t,mh)),x||(x=ct(t,n.blockUrls));let B=f2(t,n.inputTranslationUrlPattern);B||(B=ct(t,n.inputTranslationBlockUrls));let _=ct(t,n.mutationBlockUrls),E=Object.keys(p),O={};for(let ne of E){let re=p[ne];if(re&&re.matches)for(let Te of re.matches)O[Te]=ne}let F=Object.keys(O),M=Sd(t,F);M&&(o=O[M]??"auto",O[M]&&O[M]!=="auto"&&On(O[M]));let N=a.hostname,U=await Jn(N),H=a.pathname+a.search+a.hash,L=await Jn(H),S=`https://${U}.com/${L}`,A=await Qt(),j=await s3(),q=n.translationStartMode;q==="dynamic"&&h&&(q="immediate");let z=C;n.inputTranslationService&&n.inputTranslationService!=="inherit"&&(z=n.inputTranslationService);let W=C;n.mouseHoverTranslationService&&n.mouseHoverTranslationService!=="inherit"&&(W=n.mouseHoverTranslationService);let V=C;n.subtitleTranslateService&&n.subtitleTranslateService!=="inherit"&&(V=n.subtitleTranslateService);let ue=await Wt.get(qt,null),ae=!1;ue&&(ae=Jt(ue));let X={targetLanguage:y,config:n,translationService:C,inputTranslationService:z,mouseHoverTranslationService:W,subtitleTranslateService:V,isTranslateUrl:v,sourceLanguage:o,mainFrame:document.body,isTranslateExcludeUrl:x,isMutationTranslationExcludeUrl:_,isInputTranslationExcludeUrl:B,rule:n.generalRule,url:t,encryptedUrl:S,state:r?Object.assign({translationMode:n.translationMode,translationArea:n.translationArea,translationStartMode:q,immediateTranslationTextCount:n.immediateTranslationTextCount,isAutoTranslate:!1,translationDebounce:300,isNeedClean:!1,isDetectParagraphLanguage:b,cache:n.cache,translationTheme:k,isTranslateDirectlyOnHover:!1},r):{translationMode:n.translationMode,translationArea:n.translationArea,translationStartMode:q,immediateTranslationTextCount:n.immediateTranslationTextCount,isAutoTranslate:!1,translationDebounce:300,isNeedClean:!1,isDetectParagraphLanguage:b,cache:n.cache,translationTheme:k,isTranslateDirectlyOnHover:!1},localConfig:A};ue&&(X.user=ue,ae?X.isPro=!0:X.isPro=!1),X.state.translationArea==="body"&&(X.config.generalRule.excludeTags=X.config.generalRule.excludeTags.filter(ne=>!X.config.generalRule.bodyTranslateTags.includes(ne)),X.config.generalRule.additionalExcludeSelectors=X.config.generalRule.additionalExcludeSelectors.filter(ne=>ne!==".btn"));let ie=n.translationServices[X.translationService]||{};ie.immediateTranslationTextCount!==void 0&&PS(ie.immediateTranslationTextCount)&&ie.immediateTranslationTextCount>=0&&(X.state.immediateTranslationTextCount=ie.immediateTranslationTextCount),X.translationService==="deepl"&&(ie&&ie.authKey&&ie.authKey.startsWith("immersive_")||ie&&ie.provider==="pro"&&X.user?.token)&&ie.immediateTranslationTextCountForImmersiveDeepl!==void 0&&ie.immediateTranslationTextCountForImmersiveDeepl>=0&&(X.state.immediateTranslationTextCount=ie.immediateTranslationTextCountForImmersiveDeepl),ie&&ie.translationDebounce&&typeof ie.translationDebounce=="number"&&(X.state.translationDebounce=ie.translationDebounce);let pe=j.immediateTranslationTextCount;n.immediateTranslationTextCount!==pe&&(X.state.immediateTranslationTextCount=n.immediateTranslationTextCount);let ee=n.rules,Y;globalThis.PDFViewerApplication?Y=ee.find(ne=>ne.pageType=="pdfReader"):globalThis.immersiveTranslateEbookViewer?Y=ee.find(ne=>ne.pageType=="ebookReader"):globalThis.immersiveTranslateEbookBuilder?Y=ee.find(ne=>ne.pageType=="ebookBuilder"):Y=ee.find(ne=>Mo(t,ne)),X.state.translationArea==="body"&&(X.rule.paragraphMinTextCount=1,X.rule.paragraphMinWordCount=1),Y&&Y.pageType==="ebookBuilder"&&(X.state.translationStartMode="immediate");let ye=n.generalRule;if(Y&&(X.rule=ju(ye,Y)),X.rule.selectors.length>0&&(X.rule.paragraphMinTextCount=2,X.rule.paragraphMinWordCount=1),X.state.translationArea==="body"&&X.rule.excludeTags&&(X.rule.excludeTags=X.rule.excludeTags.filter(ne=>!X.rule.bodyTranslateTags.includes(ne)&&!X.rule.forceTranslateTags.includes(ne))),X.rule.mainFrameSelector){let ne=document.querySelector(X.rule.mainFrameSelector);ne&&(X.mainFrame=ne)}return X}function Mo(e,t){if(!t)return!1;let{matches:n,excludeMatches:r,selectorMatches:a,excludeSelectorMatches:o}=t;return r&&r.length>0&&ct(e,r)?!1:n&&n.length>0&&ct(e,n)?!0:o&&o.length>0&&Zu(o)?!1:!!(a&&a.length>0&&Zu(a))}function f2(e,t){if(!t)return!1;let{excludeMatches:n,excludeSelectorMatches:r}=t;return!!(n&&n.length>0&&ct(e,n)||r&&r.length>0&&Zu(r))}function PS(e){return typeof e=="number"}d();var Bo="imt-subtitle-inject",ul=class{from;to;constructor(t,n){this.from=t,this.to=n}sendMessages(t){globalThis.postMessage({type:Bo,to:this.to,from:this.from,action:t.action,data:t.data,id:t.id||new Date().getTime(),isAsync:!1})}getRandomId(){return(new Date().getTime()+Math.random())*Math.random()}sendAsyncMessages({action:t,data:n}){return new Promise(r=>{let a=this.getRandomId();globalThis.postMessage({type:Bo,to:this.to,from:this.from,action:t,data:n,id:a,isAsync:!0});let o=({data:i})=>{Bo===i.type&&i.id===a&&i.to===this.from&&(r(i.data),globalThis.removeEventListener("message",o))};globalThis.addEventListener("message",o)})}handleMessageOnce(t){return new Promise(n=>{let r=({data:a})=>{Bo===a.type&&a.action===t&&a.to===this.from&&(n(a.data),globalThis.removeEventListener("message",r))};globalThis.addEventListener("message",r)})}handleMessage(t,n){let r=({data:a})=>{Bo===a.type&&a.action===t&&a.to===this.from&&n(a)};return globalThis.addEventListener("message",r),()=>{globalThis.removeEventListener("message",r)}}handleMessages(t){let n=({data:r})=>{Bo===r.type&&r.to===this.from&&t(r)};return globalThis.addEventListener("message",n),()=>{globalThis.removeEventListener("message",n)}}},Ia=new ul("content-script","inject"),MS=new ul("inject","content-script"),b2={get(e,t,n){return t in e?(...r)=>{let a=e[t];return typeof a=="function"?a.apply(e,r):Reflect.get(e,t,n)}:r=>e.sendAsyncMessages({action:t,data:r})}},IU=new Proxy(MS,b2),y2=new Proxy(Ia,b2);async function BS(){try{let e=await OS(xe(),{});if(e.isTranslateExcludeUrl||!e.rule.subtitleRule.type||e.rule.subtitleRule.disabled||!e.rule.subtitleRule.isInject)return;IS(e),RS(e)}catch{}}function RS(e){if(Ee()){let n=Ce().IMMERSIVE_TRANSLATE_VIDEO_SUBTITLE_INJECT,r=document.createElement("script");r.id="imt-subtitles-inject",r.textContent=n,document.head.appendChild(r)}else oe.storage.sync.get("open").then(()=>{let t=oe.runtime.getURL("video-subtitle/inject.js");if(document.querySelector(`script[src='${t}']`))return;let r=document.createElement("script");r.src=t,r.id="imt-subtitles-inject",document.head.appendChild(r)})}function IS(e){Ia.handleMessages(({id:t,action:n})=>{if(n==="getConfig"){let r=e.rule.subtitleRule;Ia.sendMessages({id:t,data:r})}})}BS();var Ro=null;async function OS(e,t){let n=Object.keys(t);if(Ro){let r={url:e,config:Ro.config,state:{...Ro.state,...t}};Ro=await Ht(r)}else{let r=await NS(),a=t;n.length===0&&(a=void 0),Ro=await Ht({url:e,config:r,state:a})}return Ro}function NS(){return Ee()?pn():jS({method:"getConfig"})}async function jS(e){return await gd().sendMessage("background:main",e)}d();d();d();d();var US=` +`;continue}else if(b.length>t){let C=[];yd(b,t,C);for(let w=0;w0&&y{let s=e.lastIndexOf(i,t);return s>o?s:o},-1);if(a===-1){let o=e.slice(0,t);if(o&&!o.trim())return;n.push({text:o,prefix:"",suffix:""}),e.length>t&&yd(e.slice(t),t,n)}else{let o=e.slice(0,a+1);if(o&&o.trim()==="")return;o.startsWith(" ")?n.push({text:o.slice(1),prefix:" ",suffix:""}):n.push({text:o,prefix:"",suffix:""}),a+10){m.forEach(y=>{c.length>0&&y.providers&&y.providers.length>0&&!y.providers.includes(l)||(y.optional?p.push(y):g.push(y))});let f=p.concat(g).filter(y=>y.required);if(f.length>0){for(let y of f)if(!o[y.name]){u=!1;break}}}return{...a,id:t,selected:n[e]===t,ok:u,currentProvider:l,config:o,providers:a.providers||[],props:a.props||[],allProps:m,optionalProps:p,explicitProps:g}}var Zi=(e,t)=>{let{config:n}=e,r=n.alpha,a=n.beta,o=n.canary,i=n.debug,s=e.user,u=Jt(s),l=Object.keys(ir);return t!=="translationService"&&l.unshift("inherit"),l.filter(c=>{if(c==="inherit")return!0;let m=ir[c];if(c.startsWith("mock"))return i?!0:c===e.config[t];if(c===e.config[t])return!0;if(c==="openai"&&rt())return e.config.showOpenaiOnSafari||u?!0:!!(a||r||o||u);let g=!!m.canary,p=!!m.alpha,f=!!m.beta;return c===e[t]||g&&o||p&&(r||o)||f&&(a||r||o)?!0:!p&&!f&&!g}).map(c=>Hu(t,c,e))};function es(){return([1e7]+-1e3+-4e3+-8e3+-1e11).replace(/[018]/g,e=>(e^crypto.getRandomValues(new Uint8Array(1))[0]&15>>e/4).toString(16))}function c3(e){return e.replace(/([a-zA-Z0-9]+)([\u4e00-\u9fa5]+)/g,"$1 $2").replace(/([\u4e00-\u9fa5]+)([a-zA-Z0-9]+)/g,"$1 $2")}d();d();d();var Gu,Le,f3,mS,ts,d3,h3,qu={},b3=[],pS=/acit|ex(?:s|g|n|p|$)|rph|grid|ows|mnc|ntw|ine[ch]|zoo|^ord|itera/i;function $r(e,t){for(var n in t)e[n]=t[n];return e}function y3(e){var t=e.parentNode;t&&t.removeChild(e)}function xd(e,t,n){var r,a,o,i={};for(o in t)o=="key"?r=t[o]:o=="ref"?a=t[o]:i[o]=t[o];if(arguments.length>2&&(i.children=arguments.length>3?Gu.call(arguments,2):n),typeof e=="function"&&e.defaultProps!=null)for(o in e.defaultProps)i[o]===void 0&&(i[o]=e.defaultProps[o]);return zu(e,i,r,a,null)}function zu(e,t,n,r,a){var o={type:e,props:t,key:n,ref:r,__k:null,__:null,__b:0,__e:null,__d:void 0,__c:null,__h:null,constructor:void 0,__v:a??++f3};return a==null&&Le.vnode!=null&&Le.vnode(o),o}function Nt(e){return e.children}function xo(e,t){this.props=e,this.context=t}function To(e,t){if(t==null)return e.__?To(e.__,e.__.__k.indexOf(e)+1):null;for(var n;t0?zu(p.type,p.props,p.key,p.ref?p.ref:null,p.__v):p)!=null){if(p.__=n,p.__b=n.__b+1,(g=h[c])===null||g&&p.key==g.key&&p.type===g.type)h[c]=void 0;else for(m=0;m=n.__.length&&n.__.push({__V:Vu}),n.__[e]}function se(e){return ns=1,bS(R3,e)}function bS(e,t,n){var r=Yu(rs++,2);if(r.t=e,!r.__c&&(r.__=[n?n(t):R3(void 0,t),function(o){var i=r.__N?r.__N[0]:r.__[0],s=r.t(i,o);i!==s&&(r.__N=[s,r.__[1]],r.__c.setState({}))}],r.__c=St,!St.u)){St.u=!0;var a=St.shouldComponentUpdate;St.shouldComponentUpdate=function(o,i,s){if(!r.__c.__H)return!0;var u=r.__c.__H.__.filter(function(c){return c.__c});if(u.every(function(c){return!c.__N}))return!a||a.call(this,o,i,s);var l=!1;return u.forEach(function(c){if(c.__N){var m=c.__[0];c.__=c.__N,c.__N=void 0,m!==c.__[0]&&(l=!0)}}),!!l&&(!a||a.call(this,o,i,s))}}return r.__N||r.__}function De(e,t){var n=Yu(rs++,3);!Le.__s&&B3(n.__H,t)&&(n.__=e,n.i=t,St.__H.__h.push(n))}function We(e){return ns=5,Oe(function(){return{current:e}},[])}function Oe(e,t){var n=Yu(rs++,7);return B3(n.__H,t)?(n.__V=e(),n.i=t,n.__h=e,n.__V):n.__}function $e(e,t){return ns=8,Oe(function(){return e},t)}function Ju(e){var t=St.context[e.__c],n=Yu(rs++,9);return n.c=e,t?(n.__==null&&(n.__=!0,t.sub(St)),t.props.value):e.__}function yS(){for(var e;e=M3.shift();)if(e.__P&&e.__H)try{e.__H.__h.forEach(Ku),e.__H.__h.forEach(Cd),e.__H.__h=[]}catch(t){e.__H.__h=[],Le.__e(t,e.__v)}}Le.__b=function(e){typeof e.type!="function"||e.o||e.type===Nt?e.o||(e.o=e.__&&e.__.o?e.__.o:""):e.o=(e.__&&e.__.o?e.__.o:"")+(e.__&&e.__.__k?e.__.__k.indexOf(e):0),St=null,A3&&A3(e)},Le.__r=function(e){k3&&k3(e),rs=0;var t=(St=e.__c).__H;t&&(vd===St?(t.__h=[],St.__h=[],t.__.forEach(function(n){n.__N&&(n.__=n.__N),n.__V=Vu,n.__N=n.i=void 0})):(t.__h.forEach(Ku),t.__h.forEach(Cd),t.__h=[])),vd=St},Le.diffed=function(e){_3&&_3(e);var t=e.__c;t&&t.__H&&(t.__H.__h.length&&(M3.push(t)!==1&&D3===Le.requestAnimationFrame||((D3=Le.requestAnimationFrame)||ES)(yS)),t.__H.__.forEach(function(n){n.i&&(n.__H=n.i),n.__V!==Vu&&(n.__=n.__V),n.i=void 0,n.__V=Vu})),vd=St=null},Le.__c=function(e,t){t.some(function(n){try{n.__h.forEach(Ku),n.__h=n.__h.filter(function(r){return!r.__||Cd(r)})}catch(r){t.some(function(a){a.__h&&(a.__h=[])}),t=[],Le.__e(r,n.__v)}}),L3&&L3(e,t)},Le.unmount=function(e){P3&&P3(e);var t,n=e.__c;n&&n.__H&&(n.__H.__.forEach(function(r){try{Ku(r)}catch(a){t=a}}),n.__H=void 0,t&&Le.__e(t,n.__v))};var F3=typeof requestAnimationFrame=="function";function ES(e){var t,n=function(){clearTimeout(r),F3&&cancelAnimationFrame(t),setTimeout(e)},r=setTimeout(n,100);F3&&(t=requestAnimationFrame(n))}function Ku(e){var t=St,n=e.__c;typeof n=="function"&&(e.__c=void 0,n()),St=t}function Cd(e){var t=St;e.__c=e.__(),St=t}function B3(e,t){return!e||e.length!==t.length||t.some(function(n,r){return n!==e[r]})}function R3(e,t){return typeof t=="function"?t(e):t}d();var I3=["*://*/*","*","*://*"],N3="immersive-translate-wildcard-placeholder.com";function Sd(e,t){try{let n=[];if(!t||(t&&!Array.isArray(t)?n=[t]:n=t,n.length===0))return null;if(n.some(s=>I3.includes(s)))return e;let r=new URL(e);r.hash="",r.search="";let a=r.href,o=r.hostname,i=r.port;if(n&&n.length>0){let s=n.find(u=>{if(!u)return!1;if(u===o)return!0;if(I3.includes(u))return!0;if(!u.includes("*")&&u.includes("://")){try{let l=new URL(u);if(l.pathname==="/"&&!u.endsWith("/")){let c=l.hostname===o,m=l.port===i;return l.port?c&&m:c}else return TS(a,u)}catch{}return!1}else{let l,c=u;if(u.includes("://")){let b=u.split("://");l=b[0],l==="*"&&b.length>1&&(l="*",u="https://"+b[1])}else l="*",u="https://"+u;let m=u.replace(/\*/g,N3),g;try{g=new URL(m)}catch{return M.debug("invalid match pattern",m,"raw match value:",c),!1}let p=g.host,f=g.pathname;f==="/"&&(c.replace("://","").includes("/")||(f="/*"));let y=xS(l+":",O3(p),O3(f));if(y){let b=new URL(a);return y.test(b.href)}else return!1}});if(s)return s}return null}catch{return null}}function O3(e){return e.replaceAll(N3,"*")}function xS(e,t,n){let r="^";return e==="*:"?r+="(http:|https:|file:)":r+=e,r+="//",t&&(e==="file:"||(t==="*"?r+="[^/]+?":(t.match(/^\*\./)&&(r+="[^/]*?",t=t.substring(1)),r+=t.replace(/\./g,"\\.").replace(/\*/g,"[^/]*")))),n?n==="*"||n==="/*"?r+="(/.*)?":n.includes("*")?(r+=n.replace(/\*/g,".*?"),r+="/?"):r+=n.replace(/[-[\]{}()*+?.,\\^$|#\s]/g,"\\$&"):r+="/?",r+="$",new RegExp(r)}function ct(e,t){return Sd(e,t)!==null}function TS(e,t){let n=new URL(e),r=new URL(t);return n.hostname===r.hostname&&n.pathname===r.pathname&&n.protocol===r.protocol&&n.port===r.port}var vS=["block","grid","flex","table","table-row","table-cell","list-item","-webkit-box","box","contents"];function vn(e,t){if(t.length===0)return!1;let n=t.join(",");return e.matches&&e.matches(n)||!1}function Gr(e,t,n){let{blockSelectors:r,extraBlockSelectors:a,extraInlineSelectors:o,atomicBlockSelectors:i}=t;if(vn(e,o))return!1;if(vn(e,a)||["br","input"].includes(e.nodeName.toLowerCase()))return!0;let l=null;if(e.parentNode&&e.parentNode.immersiveTranslateComputedStyle&&(l=e.parentNode.immersiveTranslateComputedStyle),l&&l.display&&l.display==="inline-flex")return!1;let c=m();return c&&(c=!vn(e,i)),c;function m(){return n&&n.display?!!vS.includes(n.display):vn(e,r)}}var $t=vn;function Ba(e){return!!e.shadowRoot}function Vr(e){if(!e||typeof e!="string"&&(e=e.textContent,!e))return"";let t="";return e!==e.trimStart()&&(t+=" "),t+=e.trim(),t===" "||e!==e.trimEnd()&&(t+=" "),t}function as(e){if(!e)return["",""];if(typeof e!="string"&&(e=e.textContent,!e))return["",""];let t=[];return e!==e.trimStart()?t.push(" "):t.push(""),!e.trim()&&t.length===1?[" ",""]:(e!==e.trimEnd()?t.push(" "):t.push(""),t)}function ur(e,t=!1){let n=Ui;return t&&e?.translatedPlaceholderDelimiters?n=e.translatedPlaceholderDelimiters:e?.placeholderDelimiters&&(n=e.placeholderDelimiters),n}function Ra(e,t=!1){let n=e.config?.translationServices?.[e.translationService];return ur(n,t)}function So(e,t){return Wr(t,e.targetLanguage,{ignoreZhCNandZhTW:e.rule.ignoreZhCNandZhTW})}function wd(e){let{rule:t}=e,n=CS(e);return` <${t.targetWrapperTag} class="${n} notranslate">`}function CS(e){let t=e.config.loadingTheme;return`${J}-loading-${t}`}function os(e,t){let n=e.rule,r=document.createElement(n.targetWrapperTag);r.classList.add("notranslate",yt),r.setAttribute("translate","no"),r.setAttribute("lang",e.targetLanguage),ut(r,eh,t.toString());let a=wd(e);return r.append(Ge.sanitize(a,{RETURN_DOM_FRAGMENT:!0})),r}function wo(e,t){return e.querySelector(`[${Vc}='${t}']`)}function j3(){document.querySelectorAll(`[${Vc}]`).forEach(t=>{t.remove()})}function U3(){document.querySelectorAll(`.${yt}-error`).forEach(t=>{t.remove()})}function H3(){let e=document.querySelectorAll("iframe"),t=[];return e.forEach(n=>{ko(n)&&t.push(n)}),t}function Dd(e){let t={},{glossaries:r,_systemExcludeWordRegex:a,text:o,delimiters:i,excludeRegexps:s,targetLanguage:u}=e,l=o,c=1001;try{if(r&&r.length>0){let m={},g=r.filter(f=>f.tl&&f.tl!==u?!1:f.k?(m[f.k]=f.v||"",!0):!1).sort((f,y)=>f.tl&&!y.tl?1:!f.tl&&y.tl?-1:0),p=new RegExp(a.replace("{word}",g.map(f=>f.k).join("|")),"g");l=l.replace(p,(f,y)=>{let b=c++;return t[`${b}`]=m[y]||y,i.length>2?f.replace(y,`<${i[2]}${b}>`):f.replace(y,`${i[0]}${b}${i[1]}`)})}s&&s.length>0&&s.forEach(m=>{let g=new RegExp(m,"gi");l=l.replace(g,(p,f)=>{let y=c++;return t[`${y}`]=u3(f),i.length>2?p.replace(f,`<${i[2]}${y}>`):p.replace(f,`${i[0]}${y}${i[1]}`)})})}catch(m){M.debug(`format source text error: ${m.message}`)}return{text:l,variables:t}}function is(e){let{noTranslateRegexp:t,minTextCount:n,minWordCount:r,delimiters:a,text:o}=e,i=new RegExp(`${a[0]}(\\d+)${a[1]}`,"gi");if(a.length>2){let u=a[2];i=new RegExp(`<${u}(\\d+)>(.*?)`,"gi")}let s=o.trim();return s=s.replace(i,""),s=s.trim(),s===""||s.length===1&&s.charCodeAt(0)===8203||/^[0-9.,\/#!$%\^&\*;:{}=\-_`~()\s]+$/.test(o)||s.includes("")||s.includes("< styles>")||X3(s)||V3(s)||J3(s)||K3(s)||Y3(s)||wS(s)||i.test(s)||t&&t.length>0&&new RegExp(t.join("|"),"gi").test(s)?!1:Ao(o,n,r)}function Ar(e){return e.nodeType===Node.ELEMENT_NODE}function z3(e,t){return e.paragraphs?e.paragraphs[0]?.ctxId!==t?(e.paragraphs=[],!1):!0:!1}async function Ad(){return await Dt("fakeUserId","")}async function SS(){return await Dt("installedAt","")}async function Xu(e){let n=Ce().INSTALL_FROM,r=Xt(),a=await SS(),o=await Ad(),i=await pn(),s=!1,u=await Wt.get(qt,null),l=!1;return u&&Jt(u)&&(s=!0,u.subscription&&u.subscription.isTrial&&(l=!0)),{installFrom:n,version:r,installedAt:a,interfaceLang:e,optionInterfaceLang:i.interfaceLanguage,deviceId:o,isProUser:s,isTrial:l}}function q3(e,t,n,r){if(!t||!r||!e)return"";let a=e.xpathRule,o=0,i=n;for(;i&&i!==r;)o++,i=i.parentNode;let s=o+"";for(let u=0;u{!e||!t||(async()=>{let a=await _d(e,t);r(a)})()},[e,t,r]),n}async function _d(e,t){if(!e||!t)return;let n=!1,r,a=!0;!rt()&&Ee()||st().any?(a=!1,r=t.monkeyH5FloatBall,!r&&e.rule.isShowUserscriptPagePopup==!1&&(r=e.config.monkeyH5FloatBall,r.enable=!1),r||(r=e.config.monkeyH5FloatBall),n=!t.monkeyH5FloatBall):(r=e.config.pcFloatBall,n=!t.pcFloatBall);try{if(r?.afterInstalledAt&&n){let o=await Dt("installedAt","");new Date(o).getTime()s==n),a=e.config.translationModeLanguagePattern.translationMatches.find(s=>s==n),o=e.config.translationModeUrlPattern.dualMatches.find(s=>ct(e.url,s));return e.config.translationModeUrlPattern.translationMatches.find(s=>ct(e.url,s))?"translation":o?"dual":a?"translation":r?"dual":null}var Qu=!1,DS=Ee();function Q3(e,t){let n=[];for(let r of t){let a=e.querySelectorAll(r);for(let o of a)n.push(o)}return n}function AS(e,t){let n=function(o){return o.nodeType===Node.ELEMENT_NODE||o.nodeType===Node.TEXT_NODE?o.nodeType===Node.ELEMENT_NODE&&Z3(o,t,!0)?NodeFilter.FILTER_REJECT:NodeFilter.FILTER_ACCEPT:NodeFilter.FILTER_REJECT},r=document.createTreeWalker(e,NodeFilter.SHOW_ELEMENT,n),a=!0;for(;r.nextNode();){let o=r.currentNode;if(o.nodeType===Node.ELEMENT_NODE){if(Kr(o,Tu)){if(a===!0)return!0;continue}if(ss(o.nodeName,t.inlineTags))return!0;if(!Ld(o,t))return!1}}return!0}function Pd(e,t){let n=t.inlineTags;if(e.nodeType===Node.ELEMENT_NODE)if(ss(e.nodeName,n)||Ld(e,t)){if(Kr(e,rh)||ss(e.nodeName,["BR"]))return!1;if(Kr(e,Tu))return!0;if(Ld(e,t)){let r=globalThis.getComputedStyle(e);if(r.display==="block"||r.display==="flex")return!1}return AS(e,t)}else return Kr(e,Tu);return!1}function Z3(e,t,n){if(!(e.nodeType===Node.ELEMENT_NODE||e.nodeType===Node.TEXT_NODE)||e.nodeType===Node.ELEMENT_NODE&&Kr(e,nh,!0))return!0;if(e.nodeType===Node.ELEMENT_NODE&&Kr(e,Kf))return!1;let{stayOriginalTags:r,excludeTags:a}=t,o=[];return n&&a&&a.length>0?o=a||[]:o=a.filter(i=>!r.includes(i)),!!(e.nodeType===Node.ELEMENT_NODE&&(e.getAttribute("translate")==="no"||e.classList.contains("notranslate"))||ss(e.nodeName,o))}function Ao(e,t,n){let r=e.trim();return r.length>=t||r.split(" ").filter(i=>i.trim()!=="").length>=n||!t2(r)&&r.length>=n}function e2(e,t,n){let r=e.trim();if(r.length<=t)return!0;if(t2(r)){if(r.split(" ").length<=n)return!0}else if(r.length<=n)return!0;return!1}function t2(e){for(let t=0;t127)return!1;return!0}function V3(e){if(e&&e.includes("://")&&!e.includes(" ")&&e.length<512)try{return new URL(e),!0}catch{return!1}else return!1}function K3(e){return e?/^[a-zA-Z0-9._-]+@[a-zA-Z0-9.-]+\.[a-zA-Z]{2,4}$/.test(e):!1}function Y3(e){return e?/^[_\d:\-+\.。,,% ]+$/.test(e):!1}function J3(e){if(e&&e.startsWith("#")){if(e.split("#").length>2)return!1;if(e.indexOf(" ")===-1)return!0}return!1}function X3(e){return!!(e&&e.startsWith("@")&&e.indexOf(" ")===-1)}function Kr(e,t,n=!1){return Fd(e,t,"1",n)}function Fd(e,t,n,r=!1){return Qu&&!r?e[Tn]?!!(e[Tn]&&e[Tn][t]===n):!1:e.dataset[t]===n}function _o(e){return(e.innerText||e.textContent||"").trim()}function Md(e){let t=e.querySelectorAll("iframe"),n="";for(let r=0;r2e3))break}return n}function Zu(e){return e?typeof e=="string"?document.querySelector(e)!==null:e.some(t=>document.querySelector(t)):!1}function ut(e,t,n,r=!1,a=!1){e.isContentEditable&&!a||(Qu&&!r?(e[Tn]||(e[Tn]={}),e[Tn][t]||(e[Tn][t]=n)):e.dataset[t]!==n&&(e.dataset[t]=n))}function el(e,t,n=!1){if(Qu&&!n){if(!e[Tn]||!e[Tn][t])return;delete e[Tn][t]}else delete e.dataset[t]}function Lo(e,t,n=!1){return Qu&&!n?!e[Tn]||!e[Tn][t]?void 0:e[Tn][t]:e.dataset[t]}function Ld(e,t){let n=t.allBlockTags.concat(t.inlineTags).concat(t.excludeTags);return!ss(e.nodeName,n)}function xe(){if(!globalThis||!globalThis.location)return"https://example.com";if(!Ue())return globalThis.location.href;try{let t=globalThis.location.href,n=new URL(t);if(n.protocol==="about:"||n.protocol==="blob:"){if(globalThis.location.ancestorOrigins&&globalThis.location.ancestorOrigins.length>0)return globalThis.location.ancestorOrigins[0];let r="";try{r=globalThis.parent.location.href}catch{}return r||(globalThis.location!=globalThis.parent.location?document.referrer:document.location.href)}else return t}catch{}return globalThis.location.href}function Cn(e,t,n){if(e instanceof ShadowRoot){try{e.appendChild(document.createElement("style")).textContent=t}catch(r){M.warn("injectCSS failed, rootDocument"+r?.message,e)}return}if(e&&e.head&&e.head.appendChild){let r=e.createElement("style");if(n){let a=e.querySelector(`style[data-id="${n}"]`);a&&a.remove(),r.dataset.id=n}r.textContent=t,e.head.appendChild(r)}else if(e){let r=document.createElement("head"),a=document.createElement("style");a.textContent=t,r.appendChild(a),e.appendChild(r)}else M.warn("injectCSS failed, rootDocument does not have head node",e)}function ko(e){let t=e.getAttribute("src");if(t){if(t==="about:blank")return!0;if(DS){if(t.startsWith("blob:"))return!0}else if(t.startsWith("blob:"))return!!document.querySelector("meta[name='immersive-translate-ebook-viewer']")||!t.startsWith("blob:http");return!1}try{if(e.contentDocument&&e.contentDocument.body)return!0}catch{}return!1}function ss(e,t){if(!e||!t)return!1;Array.isArray(t)||(t=[t]),e=e.toUpperCase();for(let n of t)if(e===n)return!0;return!1}function n2(e){let t=e.replace("#",""),n=parseInt(t.substring(0,2),16),r=parseInt(t.substring(2,4),16),a=parseInt(t.substring(4,6),16);return{r:n,g:r,b:a}}function r2(e,t,n,r){if(r.document.caretPositionFromPoint){let a=r.document.caretPositionFromPoint(e,t);if(a){let o=r.document.createRange(),i=a.offsetNode;if(!i||i.nodeType!==Node.TEXT_NODE||Z3(i,n,!0))return null;try{o.setStart(i,a.offset),o.setEnd(i,a.offset)}catch(s){return M.warn("getRangeFromPoint error",s),null}return o}return null}else return r.document.caretRangeFromPoint?r.document.caretRangeFromPoint(e,t):null}function a2(e,t,n){let r=0,a=(o,i,s,u)=>{if(++r>100||u===o)return o;let l=o.shadowRoot;if(!l||typeof l.elementFromPoint!="function")return o;let c=l.elementFromPoint(i,s);return c?a(c,i,s,o):o};return a(e,t,n)}d();d();d();var Po="input is invalid type",Bd=typeof window=="object",Yr=Bd?window:{};Yr.JS_SHA256_NO_WINDOW&&(Bd=!1);var kS=!Bd&&typeof self=="object",_S=!Yr.JS_SHA256_NO_NODE_JS&&typeof process=="object"&&process.versions&&process.versions.node;_S?Yr=global:kS&&(Yr=self);var hU=!Yr.JS_SHA256_NO_COMMON_JS&&typeof module=="object"&&module.exports,bU=typeof define=="function"&&define.amd,us=!Yr.JS_SHA256_NO_ARRAY_BUFFER&&typeof ArrayBuffer<"u",be="0123456789abcdef".split(""),LS=[-2147483648,8388608,32768,128],Yn=[24,16,8,0],tl=[1116352408,1899447441,3049323471,3921009573,961987163,1508970993,2453635748,2870763221,3624381080,310598401,607225278,1426881987,1925078388,2162078206,2614888103,3248222580,3835390401,4022224774,264347078,604807628,770255983,1249150122,1555081692,1996064986,2554220882,2821834349,2952996808,3210313671,3336571891,3584528711,113926993,338241895,666307205,773529912,1294757372,1396182291,1695183700,1986661051,2177026350,2456956037,2730485921,2820302411,3259730800,3345764771,3516065817,3600352804,4094571909,275423344,430227734,506948616,659060556,883997877,958139571,1322822218,1537002063,1747873779,1955562222,2024104815,2227730452,2361852424,2428436474,2756734187,3204031479,3329325298],nl=["hex","array","digest","arrayBuffer"],jt=[];(Yr.JS_SHA256_NO_NODE_JS||!Array.isArray)&&(Array.isArray=function(e){return Object.prototype.toString.call(e)==="[object Array]"});us&&(Yr.JS_SHA256_NO_ARRAY_BUFFER_IS_VIEW||!ArrayBuffer.isView)&&(ArrayBuffer.isView=function(e){return typeof e=="object"&&e.buffer&&e.buffer.constructor===ArrayBuffer});var o2=function(e,t){return function(n){return new Ut(t,!0).update(n)[e]()}},s2=function(e){var t=o2("hex",e);t.create=function(){return new Ut(e)},t.update=function(a){return t.create().update(a)};for(var n=0;n>2]|=e[a]<>2]|=r<>2]|=(192|r>>6)<>2]|=(128|r&63)<=57344?(s[o>>2]|=(224|r>>12)<>2]|=(128|r>>6&63)<>2]|=(128|r&63)<>2]|=(240|r>>18)<>2]|=(128|r>>12&63)<>2]|=(128|r>>6&63)<>2]|=(128|r&63)<=64?(this.block=s[16],this.start=o-64,this.hash(),this.hashed=!0):this.start=o}return this.bytes>4294967295&&(this.hBytes+=this.bytes/4294967296<<0,this.bytes=this.bytes%4294967296),this}};Ut.prototype.finalize=function(){if(!this.finalized){this.finalized=!0;var e=this.blocks,t=this.lastByteIndex;e[16]=this.block,e[t>>2]|=LS[t&3],this.block=e[16],t>=56&&(this.hashed||this.hash(),e[0]=this.block,e[16]=e[1]=e[2]=e[3]=e[4]=e[5]=e[6]=e[7]=e[8]=e[9]=e[10]=e[11]=e[12]=e[13]=e[14]=e[15]=0),e[14]=this.hBytes<<3|this.bytes>>>29,e[15]=this.bytes<<3,this.hash()}};Ut.prototype.hash=function(){var e=this.h0,t=this.h1,n=this.h2,r=this.h3,a=this.h4,o=this.h5,i=this.h6,s=this.h7,u=this.blocks,l,c,m,g,p,f,y,b,h,C,w;for(l=16;l<64;++l)p=u[l-15],c=(p>>>7|p<<25)^(p>>>18|p<<14)^p>>>3,p=u[l-2],m=(p>>>17|p<<15)^(p>>>19|p<<13)^p>>>10,u[l]=u[l-16]+c+u[l-7]+m<<0;for(w=t&n,l=0;l<64;l+=4)this.first?(this.is224?(b=300032,p=u[0]-1413257819,s=p-150054599<<0,r=p+24177077<<0):(b=704751109,p=u[0]-210244248,s=p-1521486534<<0,r=p+143694565<<0),this.first=!1):(c=(e>>>2|e<<30)^(e>>>13|e<<19)^(e>>>22|e<<10),m=(a>>>6|a<<26)^(a>>>11|a<<21)^(a>>>25|a<<7),b=e&t,g=b^e&n^w,y=a&o^~a&i,p=s+m+y+tl[l]+u[l],f=c+g,s=r+p<<0,r=p+f<<0),c=(r>>>2|r<<30)^(r>>>13|r<<19)^(r>>>22|r<<10),m=(s>>>6|s<<26)^(s>>>11|s<<21)^(s>>>25|s<<7),h=r&e,g=h^r&t^b,y=s&a^~s&o,p=i+m+y+tl[l+1]+u[l+1],f=c+g,i=n+p<<0,n=p+f<<0,c=(n>>>2|n<<30)^(n>>>13|n<<19)^(n>>>22|n<<10),m=(i>>>6|i<<26)^(i>>>11|i<<21)^(i>>>25|i<<7),C=n&r,g=C^n&e^h,y=i&s^~i&a,p=o+m+y+tl[l+2]+u[l+2],f=c+g,o=t+p<<0,t=p+f<<0,c=(t>>>2|t<<30)^(t>>>13|t<<19)^(t>>>22|t<<10),m=(o>>>6|o<<26)^(o>>>11|o<<21)^(o>>>25|o<<7),w=t&n,g=w^t&r^C,y=o&i^~o&s,p=a+m+y+tl[l+3]+u[l+3],f=c+g,a=e+p<<0,e=p+f<<0;this.h0=this.h0+e<<0,this.h1=this.h1+t<<0,this.h2=this.h2+n<<0,this.h3=this.h3+r<<0,this.h4=this.h4+a<<0,this.h5=this.h5+o<<0,this.h6=this.h6+i<<0,this.h7=this.h7+s<<0};Ut.prototype.hex=function(){this.finalize();var e=this.h0,t=this.h1,n=this.h2,r=this.h3,a=this.h4,o=this.h5,i=this.h6,s=this.h7,u=be[e>>28&15]+be[e>>24&15]+be[e>>20&15]+be[e>>16&15]+be[e>>12&15]+be[e>>8&15]+be[e>>4&15]+be[e&15]+be[t>>28&15]+be[t>>24&15]+be[t>>20&15]+be[t>>16&15]+be[t>>12&15]+be[t>>8&15]+be[t>>4&15]+be[t&15]+be[n>>28&15]+be[n>>24&15]+be[n>>20&15]+be[n>>16&15]+be[n>>12&15]+be[n>>8&15]+be[n>>4&15]+be[n&15]+be[r>>28&15]+be[r>>24&15]+be[r>>20&15]+be[r>>16&15]+be[r>>12&15]+be[r>>8&15]+be[r>>4&15]+be[r&15]+be[a>>28&15]+be[a>>24&15]+be[a>>20&15]+be[a>>16&15]+be[a>>12&15]+be[a>>8&15]+be[a>>4&15]+be[a&15]+be[o>>28&15]+be[o>>24&15]+be[o>>20&15]+be[o>>16&15]+be[o>>12&15]+be[o>>8&15]+be[o>>4&15]+be[o&15]+be[i>>28&15]+be[i>>24&15]+be[i>>20&15]+be[i>>16&15]+be[i>>12&15]+be[i>>8&15]+be[i>>4&15]+be[i&15];return this.is224||(u+=be[s>>28&15]+be[s>>24&15]+be[s>>20&15]+be[s>>16&15]+be[s>>12&15]+be[s>>8&15]+be[s>>4&15]+be[s&15]),u};Ut.prototype.toString=Ut.prototype.hex;Ut.prototype.digest=function(){this.finalize();var e=this.h0,t=this.h1,n=this.h2,r=this.h3,a=this.h4,o=this.h5,i=this.h6,s=this.h7,u=[e>>24&255,e>>16&255,e>>8&255,e&255,t>>24&255,t>>16&255,t>>8&255,t&255,n>>24&255,n>>16&255,n>>8&255,n&255,r>>24&255,r>>16&255,r>>8&255,r&255,a>>24&255,a>>16&255,a>>8&255,a&255,o>>24&255,o>>16&255,o>>8&255,o&255,i>>24&255,i>>16&255,i>>8&255,i&255];return this.is224||u.push(s>>24&255,s>>16&255,s>>8&255,s&255),u};Ut.prototype.array=Ut.prototype.digest;Ut.prototype.arrayBuffer=function(){this.finalize();var e=new ArrayBuffer(this.is224?28:32),t=new DataView(e);return t.setUint32(0,this.h0),t.setUint32(4,this.h1),t.setUint32(8,this.h2),t.setUint32(12,this.h3),t.setUint32(16,this.h4),t.setUint32(20,this.h5),t.setUint32(24,this.h6),this.is224||t.setUint32(28,this.h7),e};function rl(e,t,n){var r,a=typeof e;if(a==="string"){var o=[],i=e.length,s=0,u;for(r=0;r>6,o[s++]=128|u&63):u<55296||u>=57344?(o[s++]=224|u>>12,o[s++]=128|u>>6&63,o[s++]=128|u&63):(u=65536+((u&1023)<<10|e.charCodeAt(++r)&1023),o[s++]=240|u>>18,o[s++]=128|u>>12&63,o[s++]=128|u>>6&63,o[s++]=128|u&63);e=o}else if(a==="object"){if(e===null)throw new Error(Po);if(us&&e.constructor===ArrayBuffer)e=new Uint8Array(e);else if(!Array.isArray(e)&&(!us||!ArrayBuffer.isView(e)))throw new Error(Po)}else throw new Error(Po);e.length>64&&(e=new Ut(t,!0).update(e).array());var l=[],c=[];for(r=0;r<64;++r){var m=e[r]||0;l[r]=92^m,c[r]=54^m}Ut.call(this,t,n),this.update(c),this.oKeyPad=l,this.inner=!0,this.sharedMemory=n}rl.prototype=new Ut;rl.prototype.finalize=function(){if(Ut.prototype.finalize.call(this),this.inner){this.inner=!1;var e=this.array();Ut.call(this,this.is224,this.sharedMemory),this.update(this.oKeyPad),this.update(e),Ut.prototype.finalize.call(this)}};var Fo=s2();Fo.sha256=Fo;Fo.sha224=s2(!0);Fo.sha256.hmac=u2();Fo.sha224.hmac=u2(!0);var l2=Fo;var c2=l2.sha256;function Jn(e){return Promise.resolve(c2(e))}function al(e){return Array.from(new Uint8Array(e)).map(r=>r.toString(16).padStart(2,"0")).join("")}function Jr(e,t){let n=c2.hmac.create(t);return n.update(e),Promise.resolve(n.array())}async function d2(e,t){let n=await Jr(e,t);return al(n)}async function ol(e,t){let n=PS(t),r=await Jr(e,n);return al(r)}function PS(e){let t=[];return e.replace(/../g,function(n){return t.push(parseInt(n,16)),""}),new Uint8Array(t).buffer}d();var p2="auto",il="auto",m2="auto";function g2(e){p2=e}function On(e){il=e}function Et(){return il!=="auto"?il:m2!=="auto"?m2:p2}function sl(){return il}function h2(e,t,n){let r=Object.assign({},t),a=new Map;(r.langOverrides||[]).forEach(s=>{a.set(s.id,s)});for(let s of a.keys()){let[u,l]=s.split("2");if(["auto",n.sourceLanguage].includes(u)&&["auto",n.targetLanguage].includes(l)){let c=a.get(s);if(!c)continue;if(c.extends){let m=a.get(c.extends);m&&(r=Object.assign({},r,m))}r=Object.assign({},r,c)}}return["prompt","systemPrompt","multiplePrompt","subtitlePrompt"].forEach(s=>{e?.hasOwnProperty(s)&&(r[s]=e[s])}),r}async function Ht(e){let{url:t,config:n,state:r}=e,a=new URL(t),o="auto",{translationParagraphLanguagePattern:i,translationService:s,translationServices:u,translationTheme:l,translationThemePatterns:c,translationUrlPattern:m,targetLanguage:g,sourceLanguageUrlPattern:p,immediateTranslationPattern:f}=n,y=g||"zh-CN",b=Mo(t,i),h=Mo(t,f),C=s,w=Object.keys(u);for(let ne of w){let re=u[ne];if(Mo(t,re)){C=ne;break}}let P=l,R=Object.keys(c);for(let ne of R){let re=c[ne];if(re&&Mo(t,re)){P=ne;break}}let v=Mo(t,m),T=f2(t,m);T||(T=ct(t,mh)),T||(T=ct(t,n.blockUrls));let F=f2(t,n.inputTranslationUrlPattern);F||(F=ct(t,n.inputTranslationBlockUrls));let k=ct(t,n.mutationBlockUrls),E=Object.keys(p),O={};for(let ne of E){let re=p[ne];if(re&&re.matches)for(let Te of re.matches)O[Te]=ne}let _=Object.keys(O),B=Sd(t,_);B&&(o=O[B]??"auto",O[B]&&O[B]!=="auto"&&On(O[B]));let N=a.hostname,U=await Jn(N),H=a.pathname+a.search+a.hash,L=await Jn(H),S=`https://${U}.com/${L}`,A=await Qt(),j=await s3(),q=n.translationStartMode;q==="dynamic"&&h&&(q="immediate");let z=C;n.inputTranslationService&&n.inputTranslationService!=="inherit"&&(z=n.inputTranslationService);let W=C;n.mouseHoverTranslationService&&n.mouseHoverTranslationService!=="inherit"&&(W=n.mouseHoverTranslationService);let V=C;n.subtitleTranslateService&&n.subtitleTranslateService!=="inherit"&&(V=n.subtitleTranslateService);let ue=await Wt.get(qt,null),ae=!1;ue&&(ae=Jt(ue));let X={targetLanguage:y,config:n,translationService:C,inputTranslationService:z,mouseHoverTranslationService:W,subtitleTranslateService:V,isTranslateUrl:v,sourceLanguage:o,mainFrame:document.body,isTranslateExcludeUrl:T,isMutationTranslationExcludeUrl:k,isInputTranslationExcludeUrl:F,rule:n.generalRule,url:t,encryptedUrl:S,state:r?Object.assign({translationMode:n.translationMode,translationArea:n.translationArea,translationStartMode:q,immediateTranslationTextCount:n.immediateTranslationTextCount,isAutoTranslate:!1,translationDebounce:300,isNeedClean:!1,isDetectParagraphLanguage:b,cache:n.cache,translationTheme:P,isTranslateDirectlyOnHover:!1},r):{translationMode:n.translationMode,translationArea:n.translationArea,translationStartMode:q,immediateTranslationTextCount:n.immediateTranslationTextCount,isAutoTranslate:!1,translationDebounce:300,isNeedClean:!1,isDetectParagraphLanguage:b,cache:n.cache,translationTheme:P,isTranslateDirectlyOnHover:!1},localConfig:A};ue&&(X.user=ue,ae?X.isPro=!0:X.isPro=!1),X.state.translationArea==="body"&&(X.config.generalRule.excludeTags=X.config.generalRule.excludeTags.filter(ne=>!X.config.generalRule.bodyTranslateTags.includes(ne)),X.config.generalRule.additionalExcludeSelectors=X.config.generalRule.additionalExcludeSelectors.filter(ne=>ne!==".btn"));let ie=n.translationServices[X.translationService]||{};ie.immediateTranslationTextCount!==void 0&&FS(ie.immediateTranslationTextCount)&&ie.immediateTranslationTextCount>=0&&(X.state.immediateTranslationTextCount=ie.immediateTranslationTextCount),X.translationService==="deepl"&&(ie&&ie.authKey&&ie.authKey.startsWith("immersive_")||ie&&ie.provider==="pro"&&X.user?.token)&&ie.immediateTranslationTextCountForImmersiveDeepl!==void 0&&ie.immediateTranslationTextCountForImmersiveDeepl>=0&&(X.state.immediateTranslationTextCount=ie.immediateTranslationTextCountForImmersiveDeepl),ie&&ie.translationDebounce&&typeof ie.translationDebounce=="number"&&(X.state.translationDebounce=ie.translationDebounce);let pe=j.immediateTranslationTextCount;n.immediateTranslationTextCount!==pe&&(X.state.immediateTranslationTextCount=n.immediateTranslationTextCount);let ee=n.rules,Y;globalThis.PDFViewerApplication?Y=ee.find(ne=>ne.pageType=="pdfReader"):globalThis.immersiveTranslateEbookViewer?Y=ee.find(ne=>ne.pageType=="ebookReader"):globalThis.immersiveTranslateEbookBuilder?Y=ee.find(ne=>ne.pageType=="ebookBuilder"):Y=ee.find(ne=>Mo(t,ne)),X.state.translationArea==="body"&&(X.rule.paragraphMinTextCount=1,X.rule.paragraphMinWordCount=1),Y&&Y.pageType==="ebookBuilder"&&(X.state.translationStartMode="immediate");let ye=n.generalRule;if(Y&&(X.rule=ju(ye,Y)),X.rule.selectors.length>0&&(X.rule.paragraphMinTextCount=2,X.rule.paragraphMinWordCount=1),X.state.translationArea==="body"&&X.rule.excludeTags&&(X.rule.excludeTags=X.rule.excludeTags.filter(ne=>!X.rule.bodyTranslateTags.includes(ne)&&!X.rule.forceTranslateTags.includes(ne))),X.rule.mainFrameSelector){let ne=document.querySelector(X.rule.mainFrameSelector);ne&&(X.mainFrame=ne)}return X}function Mo(e,t){if(!t)return!1;let{matches:n,excludeMatches:r,selectorMatches:a,excludeSelectorMatches:o}=t;return r&&r.length>0&&ct(e,r)?!1:n&&n.length>0&&ct(e,n)?!0:o&&o.length>0&&Zu(o)?!1:!!(a&&a.length>0&&Zu(a))}function f2(e,t){if(!t)return!1;let{excludeMatches:n,excludeSelectorMatches:r}=t;return!!(n&&n.length>0&&ct(e,n)||r&&r.length>0&&Zu(r))}function FS(e){return typeof e=="number"}d();var Bo="imt-subtitle-inject",ul=class{from;to;constructor(t,n){this.from=t,this.to=n}sendMessages(t){globalThis.postMessage({type:Bo,to:this.to,from:this.from,action:t.action,data:t.data,id:t.id||new Date().getTime(),isAsync:!1})}getRandomId(){return(new Date().getTime()+Math.random())*Math.random()}sendAsyncMessages({action:t,data:n}){return new Promise(r=>{let a=this.getRandomId();globalThis.postMessage({type:Bo,to:this.to,from:this.from,action:t,data:n,id:a,isAsync:!0});let o=({data:i})=>{Bo===i.type&&i.id===a&&i.to===this.from&&(r(i.data),globalThis.removeEventListener("message",o))};globalThis.addEventListener("message",o)})}handleMessageOnce(t){return new Promise(n=>{let r=({data:a})=>{Bo===a.type&&a.action===t&&a.to===this.from&&(n(a.data),globalThis.removeEventListener("message",r))};globalThis.addEventListener("message",r)})}handleMessage(t,n){let r=({data:a})=>{Bo===a.type&&a.action===t&&a.to===this.from&&n(a)};return globalThis.addEventListener("message",r),()=>{globalThis.removeEventListener("message",r)}}handleMessages(t){let n=({data:r})=>{Bo===r.type&&r.to===this.from&&t(r)};return globalThis.addEventListener("message",n),()=>{globalThis.removeEventListener("message",n)}}},Ia=new ul("content-script","inject"),MS=new ul("inject","content-script"),b2={get(e,t,n){return t in e?(...r)=>{let a=e[t];return typeof a=="function"?a.apply(e,r):Reflect.get(e,t,n)}:r=>e.sendAsyncMessages({action:t,data:r})}},IU=new Proxy(MS,b2),y2=new Proxy(Ia,b2);async function BS(){try{let e=await OS(xe(),{});if(e.isTranslateExcludeUrl||!e.rule.subtitleRule.type||e.rule.subtitleRule.disabled||!e.rule.subtitleRule.isInject)return;IS(e),RS(e)}catch{}}function RS(e){if(Ee()){let n=Ce().IMMERSIVE_TRANSLATE_VIDEO_SUBTITLE_INJECT,r=document.createElement("script");r.id="imt-subtitles-inject",r.textContent=n,document.head.appendChild(r)}else oe.storage.sync.get("open").then(()=>{let t=oe.runtime.getURL("video-subtitle/inject.js");if(document.querySelector(`script[src='${t}']`))return;let r=document.createElement("script");r.src=t,r.id="imt-subtitles-inject",document.head.appendChild(r)})}function IS(e){Ia.handleMessages(({id:t,action:n})=>{if(n==="getConfig"){let r=e.rule.subtitleRule;Ia.sendMessages({id:t,data:r})}})}BS();var Ro=null;async function OS(e,t){let n=Object.keys(t);if(Ro){let r={url:e,config:Ro.config,state:{...Ro.state,...t}};Ro=await Ht(r)}else{let r=await NS(),a=t;n.length===0&&(a=void 0),Ro=await Ht({url:e,config:r,state:a})}return Ro}function NS(){return Ee()?pn():jS({method:"getConfig"})}async function jS(e){return await gd().sendMessage("background:main",e)}d();d();d();d();var US=` .toastify { padding: 12px 20px; color: #ffffff; @@ -5363,8 +5363,8 @@ Translate the content to {{to}} Language: max-width: fit-content; } } -`,Rd="immersive-translate-toastify-shadow-root",Id=class{defaults={oldestFirst:!0,text:"Toastify is awesome!",node:void 0,duration:3e3,selector:void 0,callback:function(){},destination:void 0,newWindow:!1,close:!1,gravity:"toastify-top",positionLeft:!1,position:"",backgroundColor:"",avatar:"",className:"",stopOnFocus:!0,onClick:function(){},offset:{x:0,y:0},escapeMarkup:!0,ariaLive:"polite",style:{background:""}};constructor(t){this.version="1.12.0",this.options={},this.toastElement=null,this._rootElement=document.body,this._init(t)}showToast(){if(this.toastElement=this._buildToast(),typeof this.options.selector=="string")this._rootElement=document.getElementById(this.options.selector);else if(this.options.selector instanceof HTMLElement||this.options.selector instanceof ShadowRoot)this._rootElement=this.options.selector;else if(document.getElementById(Rd)){let t=document.getElementById(Rd);this._rootElement=t.shadowRoot}else{let t=document.createElement("div");t.setAttribute("translate","no"),t.className="no-translate immersive-translate-toastify-shadow-root",t.id=Rd,t.style.all="initial",t.style.zIndex="2147483647",document.body.appendChild(t);let n=t.attachShadow({mode:"open"}),r=document.createElement("style");r.textContent=US,n.appendChild(r),this._rootElement=n}if(!this._rootElement)throw"Root element is not defined";return this._rootElement.insertBefore(this.toastElement,this._rootElement.firstChild),this._reposition(),this.options.duration>0&&(this.toastElement.timeOutValue=window.setTimeout(()=>{this._removeElement(this.toastElement)},this.options.duration)),this}hideToast(){this.toastElement.timeOutValue&&clearTimeout(this.toastElement.timeOutValue),this._removeElement(this.toastElement)}_init(t){this.options=Object.assign(this.defaults,t),this.options.backgroundColor,this.toastElement=null,this.options.gravity=t.gravity==="bottom"?"toastify-bottom":"toastify-top",this.options.stopOnFocus=t.stopOnFocus===void 0?!0:t.stopOnFocus,t.backgroundColor&&(this.options.style.background=t.backgroundColor)}_buildToast(){if(!this.options)throw"Toastify is not initialized";let t=document.createElement("div");t.className=`toastify on ${this.options.className}`,t.className+=` toastify-${this.options.position}`,t.className+=` ${this.options.gravity}`;for(let n in this.options.style)t.style[n]=this.options.style[n];if(this.options.ariaLive&&t.setAttribute("aria-live",this.options.ariaLive),this.options.node&&this.options.node.nodeType===Node.ELEMENT_NODE)t.appendChild(this.options.node);else if(this.options.escapeMarkup?t.innerText=this.options.text:t.innerHTML=this.options.text,this.options.avatar!==""){let n=document.createElement("img");n.src=this.options.avatar,n.className="toastify-avatar",this.options.position=="left"?t.appendChild(n):t.insertAdjacentElement("afterbegin",n)}if(this.options.close===!0){let n=document.createElement("button");n.type="button",n.setAttribute("aria-label","Close"),n.className="toast-close",n.innerHTML="✖",n.addEventListener("click",a=>{a.stopPropagation(),this._removeElement(this.toastElement),window.clearTimeout(this.toastElement.timeOutValue)});let r=window.innerWidth>0?window.innerWidth:screen.width;this.options.position=="left"&&r>360?t.insertAdjacentElement("afterbegin",n):t.appendChild(n)}if(this.options.stopOnFocus&&this.options.duration>0&&(t.addEventListener("mouseover",n=>{window.clearTimeout(t.timeOutValue)}),t.addEventListener("mouseleave",()=>{t.timeOutValue=window.setTimeout(()=>{this._removeElement(t)},this.options.duration)})),typeof this.options.destination<"u"&&t.addEventListener("click",n=>{n.stopPropagation(),this.options.newWindow===!0?window.open(this.options.destination,"_blank"):window.location=this.options.destination}),typeof this.options.onClick=="function"&&typeof this.options.destination>"u"&&t.addEventListener("click",n=>{n.stopPropagation(),this.options.onClick()}),typeof this.options.offset=="object"){let n=this._getAxisOffsetAValue("x",this.options),r=this._getAxisOffsetAValue("y",this.options),a=this.options.position=="left"?n:`-${n}`,o=this.options.gravity=="toastify-top"?r:`-${r}`;t.style.transform=`translate(${a},${o})`}return t}_removeElement(t){t.className=t.className.replace(" on",""),window.setTimeout(()=>{this.options.node&&this.options.node.parentNode&&this.options.node.parentNode.removeChild(this.options.node),t.parentNode&&t.parentNode.removeChild(t),this.options.callback.call(t),this._reposition()},400)}_reposition(){let t={top:15,bottom:15},n={top:15,bottom:15},r={top:15,bottom:15},a=this._rootElement.querySelectorAll(".toastify"),o;for(let i=0;i0?window.innerWidth:screen.width)<=360?(a[i].style[o]=`${r[o]}px`,r[o]+=s+u):a[i].classList.contains("toastify-left")===!0?(a[i].style[o]=`${t[o]}px`,t[o]+=s+u):(a[i].style[o]=`${n[o]}px`,n[o]+=s+u)}}_getAxisOffsetAValue(t,n){return n.offset[t]?isNaN(n.offset[t])?n.offset[t]:`${n.offset[t]}px`:"0px"}};function ll(e){e=e||{},new Id({gravity:"bottom",duration:1500,style:{background:"#222",color:"#f2f2f2"},...e}).showToast()}d();d();d();d();function Xr(e,t){var n=(e&65535)+(t&65535),r=(e>>16)+(t>>16)+(n>>16);return r<<16|n&65535}function HS(e,t){return e<>>32-t}function dl(e,t,n,r,a,o){return Xr(HS(Xr(Xr(t,e),Xr(r,o)),a),n)}function en(e,t,n,r,a,o,i){return dl(t&n|~t&r,e,t,a,o,i)}function tn(e,t,n,r,a,o,i){return dl(t&r|n&~r,e,t,a,o,i)}function nn(e,t,n,r,a,o,i){return dl(t^n^r,e,t,a,o,i)}function rn(e,t,n,r,a,o,i){return dl(n^(t|~r),e,t,a,o,i)}function cl(e,t){e[t>>5]|=128<>>9<<4)+14]=t;var n,r,a,o,i,s=1732584193,u=-271733879,l=-1732584194,c=271733878;for(n=0;n>5]>>>t%32&255);return n}function Od(e){var t,n=[];for(n[(e.length>>2)-1]=void 0,t=0;t>5]|=(e.charCodeAt(t/8)&255)<16&&(r=cl(r,e.length*8)),n=0;n<16;n+=1)a[n]=r[n]^909522486,o[n]=r[n]^1549556828;return i=cl(a.concat(Od(t)),512+t.length*8),E2(cl(o.concat(i),512+128))}function x2(e){var t="0123456789abcdef",n="",r,a;for(a=0;a>>4&15)+t.charAt(r&15);return n}function Nd(e){return unescape(encodeURIComponent(e))}function T2(e){return zS(Nd(e))}function WS(e){return x2(T2(e))}function v2(e,t){return qS(Nd(e),Nd(t))}function $S(e,t){return x2(v2(e,t))}function kn(e,t,n){return t?n?v2(t,e):$S(t,e):n?T2(e):WS(e)}var Io=[];async function ml(e,t){return await new Promise((n,r)=>{let a=e,o=1,i=indexedDB.open(a,o);i.onsuccess=s=>{n(i.result)},i.onerror=s=>{r()},i.onupgradeneeded=s=>{let u=i.result,l=t||"cache";u.createObjectStore(l,{keyPath:"key"})}})}async function C2(e){let t=`${J}-${e.service}@${e.from}->${e.to}`;return await KS(t,e)}async function S2(e){let t=kn(e.originalText),n=`${J}-${e.service}@${e.from}->${e.to}`;return await VS(n,t)}async function VS(e,t){let n=await ml(e);return await new Promise((r,a)=>{if(!n)return a();let o="cache",s=n.transaction([o],"readonly").objectStore(o).get(t);s.onsuccess=u=>{n.close();let l=s.result;r(l)},s.onerror=u=>{n.close(),a()}})}async function KS(e,t){let n=await ml(e);return(await JS()).includes(e)||await YS(e),await new Promise(a=>{if(!n)return a(!1);let o="cache",s=n.transaction([o],"readwrite").objectStore(o).put(t);s.onsuccess=u=>{n.close(),a(!0)},s.onerror=u=>{n.close(),a(!1)}})}async function YS(e){let t="cache_list",n=await ml(J+"-cacheList",t),a=n.transaction([t],"readwrite").objectStore(t).put({key:e});a.onsuccess=o=>{n.close(),Io.push(e)},a.onerror=o=>{n.close()}}async function JS(){if(Io&&Io.length>0)return Io;let e=await ml(J+"-cacheList","cache_list");return Io=await new Promise(t=>{let n="cache_list",a=e.transaction([n],"readonly").objectStore(n).getAllKeys();a.onsuccess=o=>{e.close(),t(a.result)},a.onerror=o=>{e.close(),t([])}}),Io}d();d();var jd="Original";function Ke(){return jd}function gn(e){jd=e,w2(jd)}d();function Oa(e){return e?.id?.endsWith("pdfWebPage")||!1}function Qr(e){try{if(!e||!Oa(e))return"";let t="";if(e.pdfUrlExtractRule.attribute&&e.pdfUrlExtractRule.selector){let r=e.pdfUrlExtractRule,{selector:a,attribute:o}=r;if(a&&o){let i=document.querySelector(a);if(!i)return"";t=i.getAttribute(o)||""}}else t=document.querySelector("embed[type='application/pdf']")?.getAttribute("src")||"";if(t.startsWith("about"))return"";if(!t.startsWith("/"))return t;let n=new URL(location.href);return t.startsWith("//")?n.protocol+t:n.protocol+"//"+n.host+t}catch{return""}}var Ye={},Zr=async function(e,t){let{method:n,data:r}=e,a=await Ye.updateGlobalContext(),o=Date.now();if(P.debug(`content script received message: ${n}`,r||" "),n==="translateTheWholePage")await Ye.translateTheWholePage(r),Ze(Kn,o);else if(n==="translateTheMainPage")await Ye.translateTheMainPage(r),Ze(Kn,o);else if(n==="translateToThePageEndImmediately")await Ye.translateToThePageEndImmediately(r),Ze(Kn,o);else if(n==="toggleTranslatePage")await Ye.toggleTranslatePage(r),Ze(Kn,o);else if(n==="toggleTranslateTheWholePage")await Ye.toggleTranslateTheWholePage(r),Ze(Kn,o);else if(n==="toggleTranslateTheMainPage")await Ye.toggleTranslateTheMainPage(r),Ze(Kn,o);else if(n==="toggleOnlyTransation")await Ye.ensureSwitchTranslationMode(r),Ze(Kn,o);else if(n==="translatePage")await Ye.translatePage(a,r),Ze(Kn,o);else if(n==="toggleTranslationMask")await Ye.toggleTranslationMask(r);else if(n==="restorePage")Ye.restorePage();else if(n==="retryFailedParagraphs")Ye.retryFailedParagraphs();else if(n==="switchTranslationMode"){if(a.rule.isPdf)return;r&&r.mode&&(await Ye.switchTranslationMode(r.mode),await Ye.reloadSubtitleWithTranslationModeChanged())}else if(n==="autoEnableSubtitleChanged")Ye.autoEnableSubtitleChanged(a,r);else if(n=="shareToDraft")globalThis.document.dispatchEvent(new CustomEvent(yu,{detail:r}));else if(n=="toggleTranslateToThePageEndImmediately")await Ye.toggleTranslateToThePageEndImmediately(r);else if(n==="toggleMouseHoverTranslateDirectly")globalThis.document.dispatchEvent(new CustomEvent(Ii,{detail:r}));else if(n==="translateWithOpenAI")await Ye.translatePageWithTranslationService("openai",r);else if(n==="translateWithGoogle")await Ye.translatePageWithTranslationService("google",r);else if(n==="translateWithDeepL")await Ye.translatePageWithTranslationService("deepl",r);else if(n==="translateWithBing")await Ye.translatePageWithTranslationService("bing",r);else if(n==="translateWithTransmart")await Ye.translatePageWithTranslationService("transmart",r);else if(n==="translateWithGemini")await Ye.translatePageWithTranslationService("gemini",r);else if(n==="translateInputBox")await Ye.translateInputBoxWithShortcut(a);else if(n!=="updateGlobalCtx"){if(n==="toggleVideoSubtitlePreTranslation")Ue()||await Ye.toggleVideoSubtitlePreTranslation();else if(n==="getAsyncContextString"&&!Ue())return JSON.stringify(a)}};function D2(e){Object.assign(Ye,e)}function A2(e){Object.assign(Ye,e)}function k2(e){Object.assign(Ye,e)}var XS=function(e,t){let{method:n,data:r}=e;if(P.debug(`content script received sync message: ${n}`,r||" "),n==="ping")return"pong";if(n==="getPageStatus")return Ke();if(n==="getCurrentPageLanguage"){let a=Et();return Ye.detectCurrentPageLanguage().catch(o=>{P.warn("detectCurrentPageLanguage failed",o)}),a}else{if(n==="setCurrentPageLanguageByClient")return On(r),Et();if(n==="getContextString"){let a=Ye.getPureGlobalContext(),{articleNode:o,bodyNode:i,...s}=a;return JSON.stringify(s)}else if(n=="getPdfWebUrl"){let a=Ye.getPureGlobalContext();return Qr(a?.rule)}}},pl,gl;function _2(){let e=fl();Ue()||QS(),e.sendMessage("popup:main_sync",{method:"ready"}).catch(n=>{})}function fl(){return pl||(pl=new qr("content_script",!1).getConnection("main",Zr),pl)}function QS(){return gl||(gl=new qr("content_script",!1).getConnection("main_sync",XS,{sync:!0}),gl)}d();var Ud=[["auto","auto"],["zh-CN","zh"],["zh-TW","zh-TW"],["de","de"],["en","en"],["es","es"],["fr","fr"],["id","id"],["it","it"],["ja","ja"],["ko","ko"],["ms","ms"],["pt","pt"],["ru","ru"],["th","th"],["tr","tr"],["vi","vi"]],hl="https://transmart.qq.com/api/imt",kr=class e{static langMapReverse=new Map(Ud.map(([t,n])=>[n,t]));static getClientKey(){return btoa("transmart_crx_"+navigator.userAgent).slice(0,100)}static async detectLanguageRemotelyByTransmart(t){let n={header:{fn:"text_analysis",client_key:e.getClientKey()},text:t.slice(0,280)},r=await ce({url:hl,method:"POST",body:JSON.stringify(n)});if(r.header.ret_code!=="succ")throw new Error(r.message||r.header.ret_code);let a=r.language,o=e.langMapReverse.get(a);return o||a}};d();function ZS(e,t){return Math.floor(Math.random()*(t-e+1))+e}var e5=30,Hd="RATE_LIMITER_TICKS",Oo=class e{static strictTicks={};static clearStrictTicks(){Qi(Hd,"{}")}static async getStrictTicks(t,n){if(n)return this.strictTicks[t]||[];try{let r=await Uu(Hd);r&&(this.strictTicks=JSON.parse(r)||{})}catch(r){P.debug("Error setting rate limiter ticks",r),this.strictTicks[t]=[]}finally{return this.strictTicks[t]||[]}}static wait(t,n){return new Promise((r,a)=>{e.getDelay(t,n).then(o=>{setTimeout(()=>{r(o)},o)})})}static async setStrictTicks(t,n,r){try{if(this.strictTicks[t]=n,r)return;await Qi(Hd,JSON.stringify(this.strictTicks))}catch(a){P.debug("Error setting rate limiter ticks",a)}}static async getDelay(t,n,r=!1){if(!r){let l=ZS(4,e5);await pr(l)}let a=await this.getStrictTicks(t,r)||[],{limit:o,interval:i}=n,s=Date.now();if(a.length=u?(a.push(s),await this.setStrictTicks(t,a,r),0):(a.push(u),await this.setStrictTicks(t,a,r),u-s)}};async function xt(e){return await fl().sendMessage("background:main",e)}function ce(e){return gu()?Fu({method:"request",data:e}):Ee()||pu()?(e.fetchPolyfill=globalThis.GM_fetch,Pa(e)):xt({method:"fetch",data:e})}function an(){return Ee()?pn():xt({method:"getConfig"})}function fn(e){return Ee()?Xi(e):xt({method:"setUserConfig",data:e})}function hn(){return Ee()?Dr():xt({method:"getUserConfig"})}function ls(){return Ee()?Qt():xt({method:"getLocalConfig"})}function bl(e){return Ee()?Zt(e):xt({method:"setLocalConfig",data:e})}function L2(e){return Ee()?i3(e):xt({method:"setBuildinConfig",data:e})}async function Pe(e){if(e.text){let n=Hs(e.text);if(n!=="auto")return Promise.resolve(n)}else return"auto";if(Ee()||rt()){if(e.translateService&&!Su.includes(e.translateService))return Promise.resolve("auto");let r=Wi(e.text,e.minLength,e.pageLangs);return Promise.resolve(r)}let t=await xt({method:"detectLanguage",data:e});return Promise.resolve(t)}function F2(){return xt({method:"detectTabLanguage"})}async function yl(e){let t=await Pe({text:e,pageLangs:["en"]});try{if(Ee()||rt()){let n=e.substring(0,200);t=await kr.detectLanguageRemotelyByTransmart(n)}}catch{}return t}function w2(e){let t=new CustomEvent(La,{detail:e});if(document.dispatchEvent(t),Ee())return;fl().sendMessage("popup:main_sync",{method:"setPageStatus",data:e}).catch(r=>{})}function P2(e){return Ee()?S2(e):xt({method:"queryParagraphCache",data:e})}async function M2(e){if(Ee()){await C2(e);return}return xt({method:"setParagraphCache",data:e})}async function B2(){if(Ee())return Promise.resolve();await xt({method:"mockRequest"})}function No(e=!1,t=""){return Ee()?(oe.runtime.openOptionsPage(e,t),Promise.resolve()):xt({method:"openOptionsPage",data:{newTab:e,pageRoute:t}})}function jo(e=""){return Ee()||rt()?Ce().OPTIONS_URL:oe.runtime.getURL("options.html")}function R2(e=""){return oe&&oe.runtime&&oe.runtime.getURL?oe.runtime.getURL("options.html"):""}function El(e=!1){return Ee()?(oe.extra.openAboutPage(e),Promise.resolve()):xt({method:"openAboutPage"})}function Uo(e){return Ee()?(oe.extra.openInTab(e),Promise.resolve()):xt({method:"openInTab",data:e})}function I2(e=!1){return Ee()?(oe.extra.openEbookViewerPage(e),Promise.resolve()):xt({method:"openEbookViewerPage"})}function O2(e=!1){return Ee()?(oe.extra.openEbookBuilderPage(e),Promise.resolve()):xt({method:"openEbookBuilderPage"})}function xl(e){rt()}function Ho(e=!1,t){return Ee()?(oe.extra.openPdfViewerPage(e),Promise.resolve()):xt({method:"openPdfViewerPage",data:{url:t}})}function N2(e=!1){return Ee()?(oe.extra.openSubtitleBuilderPage(e),Promise.resolve()):xt({method:"openSubtitleBuilderPage"})}function zo(e){return Ee()?Promise.resolve():xt({method:"setBadge",data:{text:e}})}function j2(){return Ee()?(P.warn("autoSyncLatestConfig is not support in monkey"),Promise.resolve()):xt({method:"autoSyncLatestConfig"})}function Tl(e,t=!1){return Ee()?oe.extra.openInTab(e,t):globalThis.open(e,t?"_blank":"_self"),Promise.resolve()}function U2(e,t){return Ee()?Oo.getDelay(e,t):xt({method:"getDelay",data:{key:e,options:t}})}var H2="G-MKMD9LWFTR";async function at(e,t,n){try{let r=Ki(),a=Ce(),o=a.INSTALL_FROM==="firefox_store";r?.name?.startsWith("ImtFx")&&(o=!1);let i=Ee(),s=Ue(),u=a.PROD==="1",l=`report_${e}`,c=e.endsWith("_daily");if(c){if(s)return;let _=await wr(l,0),E=vl(new Date(_)),O=Date.now(),F=vl(new Date(O));if(E===F)return;await qh(l,O)}else if(!n.config.telemetry)return;let m="sitc4WmvShWYwfU0dANM3Q",g=await Dt("fakeUserId","");g||(g=await wr("fakeUserId",""),g&&await Ze("fakeUserId",g));let p=Xt(),f=new Date,y=await Dt("installedAt","");y||(y=await wr("installedAt",""),y&&await Ze("installedAt",y)),g?y||(y=new Date(0).toISOString(),await Ze("installedAt",y)):(g=t5(32),await Ze("fakeUserId",g)),y||(y=f.toISOString(),await Ze("installedAt",y));let b=new Date(y),h=vl(b),C=vl(f),w=h===C,k=f.getTime()-b.getTime()<7*24*60*60*1e3,R=`https://www.google-analytics.com/mp/collect?measurement_id=${H2}&api_secret=${m}`;u||(R=`https://www.google-analytics.com/debug/mp/collect?measurement_id=${H2}&api_secret=${m}`);let v=no.parse(window.navigator.userAgent),x=t.map(_=>{let E=_.params||{};if(v.os&&(E.os_name=v.os.name||"unknown",E.os_version=v.os.version||"unknown",E.os_version_name=v.os.versionName||"unknown"),v.browser&&(E.browser_name=v.browser.name||"unknown",E.browser_version=v.browser.version||"unknown",r&&(E.browser_name=r.name,E.browser_version=r.version)),v.platform&&(E.platform_type=v.platform.type||"unknown"),v.engine&&(E.engine_name=v.engine.name||"unknown",E.engine_version=v.engine.version||"unknown"),n.translationService&&(E.translation_service||(E.translation_service=n.translationService),n.config.translationServices&&n.config.translationServices[n.translationService]&&(n.config.translationServices[n.translationService].provider&&(E.translation_service_provider=n.config.translationServices[n.translationService].provider),n.translationService==="openai"&&n.config.translationServices[n.translationService].provider==="custom"&&(n.config.translationServices[n.translationService].apiUrl?n.config.translationServices[n.translationService].apiUrl.startsWith("https://api.openai.com/")?E.openai_is_official="1":E.openai_is_official="0":E.openai_is_official="1"))),n.targetLanguage&&(E.target_language=n.targetLanguage),n.config.interfaceLanguage&&(E.interface_language=n.config.interfaceLanguage),n.config.enableDefaultAlwaysTranslatedUrls?E.enable_default_always_translated_urls=n.config.enableDefaultAlwaysTranslatedUrls?"1":"0":E.enable_default_always_translated_urls="0",p&&(E.version=p),n.config.enableInputTranslation?E.enable_input_translation=n.config.enableInputTranslation?"1":"0":E.enable_input_translation="0",n.config.translationTheme&&(E.translation_theme=n.config.translationTheme),n.config.alpha&&(E.alpha=n.config.alpha.toString()),n.config.translationLanguagePattern&&n.config.translationLanguagePattern.matches?.length>0?E.always_translate_languages=n.config.translationLanguagePattern.matches.join(","):E.always_translate_languages="none",a.INSTALL_FROM&&(E.install_from=a.INSTALL_FROM),n.config.beta&&(E.beta=n.config.alpha.toString()),n.config.translationArea&&(E.translation_area=n.config.translationArea),h&&(E.install_day=n5(b)),n.user){let F=Uh(n.user);F&&Object.keys(F).forEach(M=>{E[M]=F[M]})}else E.user_type="anonymous";n.config.translationMode&&(E.translation_mode=n.config.translationMode),E.userscript=i.toString(),w?E.is_new_user_today="1":E.is_new_user_today="0",k?E.is_new_user_this_week="1":E.is_new_user_this_week="0",n.config.tempTranslateDomainMinutes?E.temp_translate_domain_minutes=n.config.tempTranslateDomainMinutes.toString():E.temp_translate_domain_minutes="0";let O="html";if(n.rule.pageType&&(O=n.rule.pageType),E.page_type=O,s?E.main_frame=0:E.main_frame=1,!c){let F=n.url;try{let M=new URL(F);E.site_host=M.hostname}catch{E.site_host="unknown"}n.sourceLanguage&&(E.source_language=n.sourceLanguage)}return{..._,params:E}});if(o)return;let B=await ce({responseType:"text",url:R,method:"POST",body:JSON.stringify({client_id:g,user_id:g,events:x})})}catch{}}function t5(e){let t="",n="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789",r=n.length,a=0;for(;at.removeEventListener("message",n)),e.length=0}function i5(e,t,n,r){return new Promise(a=>{let o=i=>{let s=i.data;a5(t,n,s)&&s.id===r&&(e.removeEventListener("message",o),a(s.response))};e.addEventListener("message",o)})}function s5(e,t,n,r){let a=o=>{let i=o.data;G2(t,"tell",n,i)&&r(i.body)};return e.addEventListener("message",a),[e,a]}function z2(e,t,n,r,a,o){let i=async s=>{let u=s.data;if(G2(n,"ask",r,u)){let l=await o(u.body);t=s.source,t.postMessage(r5(n,r,u.id,l),s.origin)}};return e.addEventListener("message",i),[e,i]}function u5(e,t,n,r,a){let o=Math.random().toString();return e.postMessage($2(t,"tell",n,o,r),a)}async function q2(e,t,n,r,a,o,i){let s=Math.random().toString(),u=new Promise(async(l,c)=>{let m=setTimeout(()=>c(new Error(`Failed to get response within ${i}ms`)),i),g=await i5(e,n,r,s);clearTimeout(m),l(g)});return t.postMessage($2(n,"ask",r,s,a),o),u}var ta=class e{constructor(t,n,r=window,a="*"){this.protocol=t;this.targetWindow=n;this.thisWindow=r;this.targetOrigin=a;z2(r,n,this.getSystemProtocol("ping"),"ping",a,()=>Promise.resolve({}))}static async connect(t,n=10,r=500){for(let a=0;a<=n;a++)try{return await t.ping({timeout:r}),t}catch{continue}throw new Error(`Could not connect on protocol ${t.protocol.type} after ${n*r}ms`)}static parent(t,n,r="*",a=window){let o=n.contentWindow;if(ea(o))return new e(t,o,a,r);throw new Error("iframe.contentWindow was null")}static iframe(t,n="*",{thisWindow:r=window,targetWindow:a=window.parent}={}){return new e(t,a,r,n)}static rootIframe(t,n="*",{thisWindow:r=window}={}){return new e(t,null,r,n)}getSystemProtocol(t){return{type:`system|${t}`}}listeners=[];async ping({timeout:t=1e4}){await q2(this.thisWindow,this.targetWindow,this.getSystemProtocol("ping"),"ping",{data:{},payload:{}},this.targetOrigin,t)}handleTell(t,n){this.listeners.push(s5(this.thisWindow,this.protocol,t,n))}tell(t,n){u5(this.targetWindow,this.protocol,t,n,this.targetOrigin)}handleAsk(t,n){this.listeners.push(z2(this.thisWindow,this.targetWindow,this.protocol,t,this.targetOrigin,n))}ask(t,n,r=1e4){if(this.targetWindow)return q2(this.thisWindow,this.targetWindow,this.protocol,t,n,this.targetOrigin,r);throw new Error("target window is requried")}destroy(){o5(this.listeners)}};var V2;async function K2(){if(Ue()){let t=globalThis;for(;t.top!=t.self;)t=t.top;let n=ta.iframe(wu,"*",{targetWindow:t});V2=n,await ta.connect(n).catch(r=>{P.error("connect with parent frame error",r)})}}function Y2(){return V2}d();function J2(e,t){let n=t.matches||[],r=t.excludeMatches||[];if(r&&!Array.isArray(r)&&(r=[r]),n&&!Array.isArray(n)&&(n=[n]),r.length>0){if(r.includes(e)||r.includes(""))return!1;for(let a of r)if(a.includes("*")&&new RegExp(a).test(e))return!1}if(n.length===0)return!1;if(n.length>0){if(n.includes(e)||n.includes(""))return!0;for(let a of n)if(a.includes("*")&&new RegExp(a).test(e))return!0}return!1}d();d();d();d();d();function zd(e,t,n=[],r){let a=["notranslate"];return r&&a.push(ih),e&&(a.push(`${J}-target-translation-theme-${e}`),t?a.push(`${Yc}-theme-${e}`):a.push(`${Kc}-theme-${e}`)),n.length>0&&a.push(...n),t?a.push(Yc):a.push(Kc),a}function qd(e){let t=["notranslate",Cu];return e&&t.push(`${J}-target-translation-theme-${e}-inner`),t}function X2(e,t,n){let{rule:r,state:a}=n,{translationTheme:o}=a,{variables:i,isVertical:s}=e;i=i||[];let{text:u}=t,{wrapperPrefix:l,wrapperSuffix:c}=r,m=Ra(n,!0),g="afterend",p=m[0],f=m[1],y=`${p}(\\d+)${f}`,b=new RegExp(y,"g"),h=Ge.sanitize(u);i.length>0&&(h=h.replace(b,R=>{let v=h.indexOf(R),x=h[v-1]===" ",B=h[v+R.length]===" ",E=R.replace(new RegExp(m[0],"g"),"").replace(new RegExp(m[1],"g"),""),O=Number(E);if(isNaN(O))return R;let F=i[O];if(F&&F.type==="element"){let M=F.value.outerHTML;return x||(M=" "+M),B||(M=M+" "),M}else P.error("variable type not supported",F,R);return R}));let C=zd(o,e.inline,r.translationClasses||[],e.preWhitespace);s&&C.push(oh);let w=qd(o),k="";return r.translationBlockStyle&&(k=`style="${r.translationBlockStyle}"`),h=`<${n.rule.targetWrapperTag} ${k} class="${C.join(" ")}" ${ar}="1"><${r.targetWrapperTag} class="${w.join(" ")}" ${ar}="1">${h}`,e.inline||(l==="smart"?h=`
${h}`:h=`${l}${h}`),e.inline&&(l!=="smart"?h=`${l}${h}`:h=`<${r.targetWrapperTag} class="notranslate" ${ar}="1"> ${h}`),c==="smart"?h=`${h}`:h=`${h}${c}`,{html:h,position:g}}function Cl(e,t){let n=e.original||e,r=null,{stayOriginalSelectors:a,delimiters:o,isPreWhitespace:i}=t,s=[],u={};for(let l=0;l2&&(h=`<${o[2]}${b}>`),u[b]=c,s.push({text:h,type:"variable"})}else s.push({text:c.textContent||"",type:"text"});else{let y=c.textContent||"";g&&(y=Vr(Wd(c))),s.push({text:y,type:"text"})}else if(c.nodeType===Node.ELEMENT_NODE)if(c&&$t(c,a)){let b=Object.keys(u).length,h=`${o[0]}${b}${o[1]}`;o.length>2&&(h=`<${o[2]}${b}>`),u[b]=c;let C=$d(s).endsWith(" ")?" ":"",w=Vr(c.innerText||c.textContent),k=Vr(c.nextSibling).startsWith(" ")?" ":"",R=as(C+w+k),v=R[0]+h+R[1];if(C===" ")v=v.trimStart();else if(!v.startsWith(" ")){let x=as(c.previousSibling)[1];x===""&&(x=" "),v=x+v}s.push({text:v,type:"variable"})}else{let y=$d(s).endsWith(" ")?" ":"",b=Vr(c.innerText||c.textContent);g&&(b=Vr(Wd(c)));let h=Vr(c.nextSibling).startsWith(" ")?" ":"",C=as(y+b+h),w=C[0]+(c.innerText?.trim()||c.textContent?.trim()||"")+C[1];if(y===" ")w=w.trimStart();else{let k=as(c.previousSibling)[1];k===""&&(c.nodeName==="A"||c.nodeName==="CODE")&&(k=" "),w=k+w}s.push({text:w,type:"text"})}else{let y=$d(s).endsWith(" ")?" ":"",b="";c.textContent&&(b=Vr(Wd(c))),y===" "&&(b=b.trimStart()),s.push({text:b,type:"text"})}}if(s&&s.length>0){let l="";for(let c=0;c0&&(g=s[c-1].text),c/g,">"))}e.targetText=Ge.sanitize(e.targetText);let a=!1,o=e.text,i=o.split(" ").length,s=o.split(` -`).length;i<=n.blockMinWordCount&&o.length<=n.blockMinTextCount&&s<2&&(a=!0);let u={id:Number(e.id),elements:[],isVertical:!1,rootFrame:e.commonAncestorContainer,text:e.text,variables:r,inline:a,preWhitespace:e.isPreWhitespace||!1,languageByLocal:"auto",languageByClient:"auto"},l=Ra(t);if(l.length>2){let c=l[2];return l5({delimiterTag:c,targetText:e.targetText,inline:a,preWhitespace:e.isPreWhitespace||!1,wrapperPrefix:t.rule.wrapperPrefix,wrapperSuffix:t.rule.wrapperSuffix,targetWrapperTag:t.rule.targetWrapperTag,translationTheme:t.state.translationTheme,translationBlockStyle:t.rule.translationBlockStyle,translationClasses:t.rule.translationClasses,variables:r}).html}else{let c=X2(u,{id:Number(e.id),url:"https://google.com",text:e.targetText,from:"auto",to:"auto",fromByClient:"auto"},t);return c.html}}function Wd(e){return(e?.innerText||e.textContent||"").replace(/\s+/g," ")||""}function l5(e){let{delimiterTag:t,inline:n,translationClasses:r,targetWrapperTag:a,wrapperPrefix:o,variables:i,preWhitespace:s,wrapperSuffix:u,translationTheme:l,translationBlockStyle:c}=e;i=i||[];let m=e.targetText;m=Ge.sanitize(m);let g=m,p=new RegExp(`<${t}(\\d+)>(.*?)`,"g"),f=new RegExp(`<${t}(\\d+)>`);i.length>0&&(g=g.replace(p,C=>{let w=g.indexOf(C),k=g[w-1]===" ",R=g[w+C.length]===" ",v=C.match(f);if(!v)return C;let x=v[1],B=Number(x);if(isNaN(B))return C;let _=i[Number(B)];if(_&&_.type==="element"){let E=_.value.outerHTML;return k||(E=" "+E),R||(E=E+" "),E}else if(_&&_.type==="text"){let E=_.value;return k||(E=" "+E),R||(E=E+" "),E}else P.error("variable type not supported",_,C);return C}));let y=zd(l,n,r||[],s),b=qd(l),h="";return c&&(h=`style="${c}"`),g=`<${a} ${h} class="${y.join(" ")}" ${ar}="1"><${a} class="${b.join(" ")}" ${ar}="1">${g}`,n||(o==="smart"?g=`
${g}`:g=`${o}${g}`),n&&(o!=="smart"?g=`${o}${g}`:g=`<${a} class="notranslate" ${ar}="1"> ${g}`),u==="smart"?g=`${g}`:g=`${g}${u}`,{html:g,position:"afterend"}}function $d(e){let t=e[e.length-1];return t?t.text:""}function Gd(e){let{text:t,delimiters:n,variables:r}=e,a=t;if(n.length>2){let o=n[2],i=new RegExp(`<${o}(\\d+)>(.*?)`,"g"),s=new RegExp(`<${o}(\\d+)>`),u=t;return Object.keys(r).length>0&&(u=u.replace(i,c=>{let m=c.match(s);if(!m)return c;let g=m[1],p=Number(g);if(isNaN(p))return c;let f=r[g];return f||c})),u}else{let o=`${n[0]}(\\d+)${n[1]}`,i=new RegExp(o,"g");a=a.replace(i,s=>{let l=s.replace(new RegExp(n[0],"g"),"").replace(new RegExp(n[1],"g"),""),c=Number(l);return isNaN(c)?s:r[c]?r[c]:s})}return a}var we=class{static langMap=new Map;serviceConfig;generalConfig;maxTextLength=1800;isSupportList=!0;maxTextGroupLength=50;requestTimeout=30*1e3;retry=2;translationOptions;minTextCount=2;constructor(t,n,r){this.serviceConfig=t,this.generalConfig=n,this.translationOptions=r,t?.retry&&(this.retry=t.retry),t?.requestTimeout&&(this.requestTimeout=Number(t.requestTimeout)),r&&r.minTextCount&&(this.minTextCount=r.minTextCount)}async init(){}getMaxTextGroupLength(){return this.maxTextGroupLength}getRateLimiter(){let t=this.getDefaultRateLimit()||{limit:7,interval:1250},n=this.serviceConfig;return n?.limit&&(t.limit=Number(n.limit)),n?.interval&&(t.interval=Number(n.interval)),t}formatRateLimit(t){return t.limit<1&&(t.interval=Math.round(1e3/t.limit),t.limit=1),t}getDefaultRateLimit(){return{limit:7,interval:1250}}getCacheKeyPrefix(){return""}translate(t){throw new Error("Not implemented")}translateList(t){throw new Error("Not implemented")}async multipleTranslate(t,n,r){if(t.sentences.length===0)return{sentences:[]};let{sentences:a}=t,o=!1,i=!1,s=[],u=null,l=new Set;for(let b of a)b.from&&b.from!=="auto"&&l.add(b.from),b.refresh&&(o=!0),b.debug&&(i=!0);let c=this.maxTextLength;this.serviceConfig&&this.serviceConfig.maxTextLengthPerRequest&&(c=this.serviceConfig.maxTextLengthPerRequest);let m=this.maxTextGroupLength;this.serviceConfig&&this.serviceConfig.maxTextGroupLengthPerRequest&&(m=this.serviceConfig.maxTextGroupLengthPerRequest),this.translationOptions&&this.translationOptions.sourceProgram&&["videoSubtitle","subtitle"].includes(this.translationOptions.sourceProgram)&&this.serviceConfig&&this.serviceConfig.maxTextGroupLengthPerRequestForSubtitle&&(m=this.serviceConfig.maxTextGroupLengthPerRequestForSubtitle);try{s=l3(a,c,m)}catch(b){if(r)for(let h=0;hb));let g=[],p=[],f=(b,h,C)=>{let w="";if(h.translatedTexts&&h.translatedTexts[0]&&(w=h.translatedTexts[0]),p[b]||(p[b]=h,p[b].translatedTexts=Array(h.sentenceTotalParts).fill(null)),p[b].hasError)return;if(C){let v=C instanceof K?new K(C.name,C.message).initNetWork(C.status).initData(C.data):C;p[b].hasError=!0,h.callback&&h.callback(v,null,h.sentence);return}p[b].translatedTexts[h.partIndex]=w;let k=p[b],R=0;for(let v=0;v{let R=h.from;if(h.fromByClient&&h.fromByClient!=="auto"&&(R=h.fromByClient),this.isSupportList)return{...await this.formatAndTranslateList({text:h.tempSentences.map(x=>x.text),forces:h.tempSentences.map(x=>x.force),xpaths:h.tempSentences.map(x=>x.xpath||""),from:R,to:h.to,url:C,options:n,refresh:o,debug:i}),sourceTempSentences:h.tempSentences};{let v=ah;this.serviceConfig&&this.serviceConfig.translationTextSeparator&&(v=this.serviceConfig.translationTextSeparator);let x=null;this.serviceConfig&&this.serviceConfig.newlinePlaceholderDelimiters&&(x=this.serviceConfig.newlinePlaceholderDelimiters);let B=[],_=ur(this.serviceConfig);if(h.tempSentences.forEach((H,L)=>{let S=Dd({text:H.text,_systemExcludeWordRegex:this.generalConfig._systemExcludeWordRegex,delimiters:_,glossaries:this.translationOptions.glossaries,excludeRegexps:this.translationOptions.excludeRegexps,targetLanguage:h.to});H.force!==!0&&(S&&S.text&&S.text.trim().lengthL.text);return Promise.resolve({sourceTempSentences:h.tempSentences,text:H,from:R,to:h.to})}let E="";x&&x.length>=2?E=B.map((H,L)=>{let{item:S}=H;return L===B.length-1?S.text:S.text+x[0]+(L+1)+x[1]}).join(""):E=B.map(({item:H})=>H.text).join(v);let O=await this.translate({text:E,from:R,to:h.to,url:C,options:{...n,rawTextArrayLength:B.length,sourceProgram:this.translationOptions.sourceProgram||""},refresh:o,debug:i}),{text:F}=O,M=[];if(x&&x.length>=2){let H=`${x[0]}\\d+${x[1]}`;x&&x.length>=3&&(H=x[2]);let L=new RegExp(H,"g");M=F.split(L)}else M=F.split(v);let N=[];if(M.length>B.length){for(let H=0;HH.text);return _=ur(this.serviceConfig,!0),N.forEach((H,L)=>{let S=B[L],A=S.index,j=S.variables||{};Object.keys(j).length>0&&(H=Gd({text:H,delimiters:_,variables:j})),U[A]=H}),{sourceTempSentences:h.tempSentences,text:U,from:O.from,to:O.to}}};g.push(k().then(R=>{let{text:v,sourceTempSentences:x}=R;for(let B=0;B{if(R instanceof K&&R.initData({translationService:this.translationOptions.translationService,isLogin:!!this.translationOptions.userToken,isPro:this.translationOptions.isPro}),r){for(let v=0;v{let h=b.sentence.text;return b.translatedTexts&&b.translatedTexts.length>0&&(h=b.translatedTexts.join("")),{...b.sentence,text:h}})}}async formatAndTranslateList(t){let n={...t},{forces:r}=t,a=[],o=ur(this.serviceConfig);if(this.serviceConfig&&o.length>0)try{let{text:l,xpaths:c}=t;if(l.forEach((m,g)=>{let p=Dd({text:m,_systemExcludeWordRegex:this.generalConfig._systemExcludeWordRegex,delimiters:o,excludeRegexps:this.translationOptions.excludeRegexps,glossaries:this.translationOptions.glossaries,targetLanguage:t.to});r&&r[g]!==!0&&(p&&p.text&&p.text.trim().lengthm.text),n.xpaths=a.map(m=>m.xpath)}catch(l){P.debug("formatAndTranslateList error",t,l)}let i=await this.translateList(n),{text:s}=i,u=t.text.map(l=>l);return o=ur(this.serviceConfig,!0),s.forEach((l,c)=>{let m=a[c];if(m){let g=m.index,p=m.variables,f=Object.keys(p);u[g]=l,f.length>0&&(u[g]=Gd({text:l,delimiters:o,variables:p}))}}),{...i,text:u}}detectLanguageLocally(t){return Pe({text:t,minLength:18,pageLangs:[Et(),"en"]})}detectLanguageRemotely(t){return Promise.resolve("auto")}detectLanguage(t){return t.length>=50?this.detectLanguageLocally(t):this.detectLanguageRemotely(t)}};var Z2=[["auto","auto"],["zh-CN","zh"],["zh-TW","zh-TW"],["de","de"],["en","en"],["es","es"],["fr","fr"],["id","id"],["it","it"],["ja","jp"],["ko","kr"],["ms","ms"],["pt","pt"],["ru","ru"],["th","th"],["tr","tr"],["vi","vi"]],cs=class e extends we{static langMap=new Map(Z2);maxTextGroupLength=50;static langMapReverse=new Map(Z2.map(([t,n])=>[n,t]));static getUTCDate(t){let n=t.getUTCFullYear(),r=`${t.getUTCMonth()+1}`.padStart(2,"0"),a=`${t.getUTCDate()}`.padStart(2,"0");return`${n}-${r}-${a}`}secretId="";secretKey="";isSupportList=!0;constructor(t,n,r){if(super(t,n,r),!t||!t.secretId||!t.secretKey)throw new K("secretId and secretKey are required");this.secretId=t.secretId?.trim(),this.secretKey=t.secretKey?.trim()}getDefaultRateLimit(){return{limit:3,interval:1350}}async translate(t){let{text:n,from:r,to:a}=t,o=JSON.stringify({ProjectId:0,Source:e.langMap.get(r)||"auto",SourceText:n,Target:e.langMap.get(a)||a}),i=await this.signedRequest({secretId:this.secretId,secretKey:this.secretKey,action:"TextTranslate",payload:o,service:"tmt",version:"2018-03-21"});return{text:i.Response.TargetText,from:e.langMapReverse.get(i.Response.Source)||r,to:e.langMapReverse.get(i.Response.Target)||a}}async translateList(t){let{text:n,from:r,to:a}=t,o=JSON.stringify({ProjectId:0,Source:e.langMap.get(r)||"auto",SourceTextList:n,Target:e.langMap.get(a)||a}),i=await this.signedRequest({secretId:this.secretId,secretKey:this.secretKey,action:"TextTranslateBatch",payload:o,service:"tmt",version:"2018-03-21"});return{text:i.Response.TargetTextList,from:e.langMapReverse.get(i.Response.Source)||r,to:e.langMapReverse.get(i.Response.Target)||a}}async signedRequest({secretId:t,secretKey:n,action:r,payload:a,service:o,version:i}){let s=`${o}.tencentcloudapi.com`,u=new Date,l=`${new Date().valueOf()}`.slice(0,10),c=["POST","/","","content-type:application/json; charset=utf-8",`host:${s}`,"","content-type;host",await Jn(a)].join(` +`,Rd="immersive-translate-toastify-shadow-root",Id=class{defaults={oldestFirst:!0,text:"Toastify is awesome!",node:void 0,duration:3e3,selector:void 0,callback:function(){},destination:void 0,newWindow:!1,close:!1,gravity:"toastify-top",positionLeft:!1,position:"",backgroundColor:"",avatar:"",className:"",stopOnFocus:!0,onClick:function(){},offset:{x:0,y:0},escapeMarkup:!0,ariaLive:"polite",style:{background:""}};constructor(t){this.version="1.12.0",this.options={},this.toastElement=null,this._rootElement=document.body,this._init(t)}showToast(){if(this.toastElement=this._buildToast(),typeof this.options.selector=="string")this._rootElement=document.getElementById(this.options.selector);else if(this.options.selector instanceof HTMLElement||this.options.selector instanceof ShadowRoot)this._rootElement=this.options.selector;else if(document.getElementById(Rd)){let t=document.getElementById(Rd);this._rootElement=t.shadowRoot}else{let t=document.createElement("div");t.setAttribute("translate","no"),t.className="no-translate immersive-translate-toastify-shadow-root",t.id=Rd,t.style.all="initial",t.style.zIndex="2147483647",document.body.appendChild(t);let n=t.attachShadow({mode:"open"}),r=document.createElement("style");r.textContent=US,n.appendChild(r),this._rootElement=n}if(!this._rootElement)throw"Root element is not defined";return this._rootElement.insertBefore(this.toastElement,this._rootElement.firstChild),this._reposition(),this.options.duration>0&&(this.toastElement.timeOutValue=window.setTimeout(()=>{this._removeElement(this.toastElement)},this.options.duration)),this}hideToast(){this.toastElement.timeOutValue&&clearTimeout(this.toastElement.timeOutValue),this._removeElement(this.toastElement)}_init(t){this.options=Object.assign(this.defaults,t),this.options.backgroundColor,this.toastElement=null,this.options.gravity=t.gravity==="bottom"?"toastify-bottom":"toastify-top",this.options.stopOnFocus=t.stopOnFocus===void 0?!0:t.stopOnFocus,t.backgroundColor&&(this.options.style.background=t.backgroundColor)}_buildToast(){if(!this.options)throw"Toastify is not initialized";let t=document.createElement("div");t.className=`toastify on ${this.options.className}`,t.className+=` toastify-${this.options.position}`,t.className+=` ${this.options.gravity}`;for(let n in this.options.style)t.style[n]=this.options.style[n];if(this.options.ariaLive&&t.setAttribute("aria-live",this.options.ariaLive),this.options.node&&this.options.node.nodeType===Node.ELEMENT_NODE)t.appendChild(this.options.node);else if(this.options.escapeMarkup?t.innerText=this.options.text:t.innerHTML=this.options.text,this.options.avatar!==""){let n=document.createElement("img");n.src=this.options.avatar,n.className="toastify-avatar",this.options.position=="left"?t.appendChild(n):t.insertAdjacentElement("afterbegin",n)}if(this.options.close===!0){let n=document.createElement("button");n.type="button",n.setAttribute("aria-label","Close"),n.className="toast-close",n.innerHTML="✖",n.addEventListener("click",a=>{a.stopPropagation(),this._removeElement(this.toastElement),window.clearTimeout(this.toastElement.timeOutValue)});let r=window.innerWidth>0?window.innerWidth:screen.width;this.options.position=="left"&&r>360?t.insertAdjacentElement("afterbegin",n):t.appendChild(n)}if(this.options.stopOnFocus&&this.options.duration>0&&(t.addEventListener("mouseover",n=>{window.clearTimeout(t.timeOutValue)}),t.addEventListener("mouseleave",()=>{t.timeOutValue=window.setTimeout(()=>{this._removeElement(t)},this.options.duration)})),typeof this.options.destination<"u"&&t.addEventListener("click",n=>{n.stopPropagation(),this.options.newWindow===!0?window.open(this.options.destination,"_blank"):window.location=this.options.destination}),typeof this.options.onClick=="function"&&typeof this.options.destination>"u"&&t.addEventListener("click",n=>{n.stopPropagation(),this.options.onClick()}),typeof this.options.offset=="object"){let n=this._getAxisOffsetAValue("x",this.options),r=this._getAxisOffsetAValue("y",this.options),a=this.options.position=="left"?n:`-${n}`,o=this.options.gravity=="toastify-top"?r:`-${r}`;t.style.transform=`translate(${a},${o})`}return t}_removeElement(t){t.className=t.className.replace(" on",""),window.setTimeout(()=>{this.options.node&&this.options.node.parentNode&&this.options.node.parentNode.removeChild(this.options.node),t.parentNode&&t.parentNode.removeChild(t),this.options.callback.call(t),this._reposition()},400)}_reposition(){let t={top:15,bottom:15},n={top:15,bottom:15},r={top:15,bottom:15},a=this._rootElement.querySelectorAll(".toastify"),o;for(let i=0;i0?window.innerWidth:screen.width)<=360?(a[i].style[o]=`${r[o]}px`,r[o]+=s+u):a[i].classList.contains("toastify-left")===!0?(a[i].style[o]=`${t[o]}px`,t[o]+=s+u):(a[i].style[o]=`${n[o]}px`,n[o]+=s+u)}}_getAxisOffsetAValue(t,n){return n.offset[t]?isNaN(n.offset[t])?n.offset[t]:`${n.offset[t]}px`:"0px"}};function ll(e){e=e||{},new Id({gravity:"bottom",duration:1500,style:{background:"#222",color:"#f2f2f2"},...e}).showToast()}d();d();d();d();function Xr(e,t){var n=(e&65535)+(t&65535),r=(e>>16)+(t>>16)+(n>>16);return r<<16|n&65535}function HS(e,t){return e<>>32-t}function dl(e,t,n,r,a,o){return Xr(HS(Xr(Xr(t,e),Xr(r,o)),a),n)}function en(e,t,n,r,a,o,i){return dl(t&n|~t&r,e,t,a,o,i)}function tn(e,t,n,r,a,o,i){return dl(t&r|n&~r,e,t,a,o,i)}function nn(e,t,n,r,a,o,i){return dl(t^n^r,e,t,a,o,i)}function rn(e,t,n,r,a,o,i){return dl(n^(t|~r),e,t,a,o,i)}function cl(e,t){e[t>>5]|=128<>>9<<4)+14]=t;var n,r,a,o,i,s=1732584193,u=-271733879,l=-1732584194,c=271733878;for(n=0;n>5]>>>t%32&255);return n}function Od(e){var t,n=[];for(n[(e.length>>2)-1]=void 0,t=0;t>5]|=(e.charCodeAt(t/8)&255)<16&&(r=cl(r,e.length*8)),n=0;n<16;n+=1)a[n]=r[n]^909522486,o[n]=r[n]^1549556828;return i=cl(a.concat(Od(t)),512+t.length*8),E2(cl(o.concat(i),512+128))}function x2(e){var t="0123456789abcdef",n="",r,a;for(a=0;a>>4&15)+t.charAt(r&15);return n}function Nd(e){return unescape(encodeURIComponent(e))}function T2(e){return zS(Nd(e))}function WS(e){return x2(T2(e))}function v2(e,t){return qS(Nd(e),Nd(t))}function $S(e,t){return x2(v2(e,t))}function kn(e,t,n){return t?n?v2(t,e):$S(t,e):n?T2(e):WS(e)}var Io=[];async function ml(e,t){return await new Promise((n,r)=>{let a=e,o=1,i=indexedDB.open(a,o);i.onsuccess=s=>{n(i.result)},i.onerror=s=>{r()},i.onupgradeneeded=s=>{let u=i.result,l=t||"cache";u.createObjectStore(l,{keyPath:"key"})}})}async function C2(e){let t=`${J}-${e.service}@${e.from}->${e.to}`;return await KS(t,e)}async function S2(e){let t=kn(e.originalText),n=`${J}-${e.service}@${e.from}->${e.to}`;return await VS(n,t)}async function VS(e,t){let n=await ml(e);return await new Promise((r,a)=>{if(!n)return a();let o="cache",s=n.transaction([o],"readonly").objectStore(o).get(t);s.onsuccess=u=>{n.close();let l=s.result;r(l)},s.onerror=u=>{n.close(),a()}})}async function KS(e,t){let n=await ml(e);return(await JS()).includes(e)||await YS(e),await new Promise(a=>{if(!n)return a(!1);let o="cache",s=n.transaction([o],"readwrite").objectStore(o).put(t);s.onsuccess=u=>{n.close(),a(!0)},s.onerror=u=>{n.close(),a(!1)}})}async function YS(e){let t="cache_list",n=await ml(J+"-cacheList",t),a=n.transaction([t],"readwrite").objectStore(t).put({key:e});a.onsuccess=o=>{n.close(),Io.push(e)},a.onerror=o=>{n.close()}}async function JS(){if(Io&&Io.length>0)return Io;let e=await ml(J+"-cacheList","cache_list");return Io=await new Promise(t=>{let n="cache_list",a=e.transaction([n],"readonly").objectStore(n).getAllKeys();a.onsuccess=o=>{e.close(),t(a.result)},a.onerror=o=>{e.close(),t([])}}),Io}d();d();var jd="Original";function Ke(){return jd}function gn(e){jd=e,w2(jd)}d();function Oa(e){return e?.id?.endsWith("pdfWebPage")||!1}function Qr(e){try{if(!e||!Oa(e))return"";let t="";if(e.pdfUrlExtractRule.attribute&&e.pdfUrlExtractRule.selector){let r=e.pdfUrlExtractRule,{selector:a,attribute:o}=r;if(a&&o){let i=document.querySelector(a);if(!i)return"";t=i.getAttribute(o)||""}}else t=document.querySelector("embed[type='application/pdf']")?.getAttribute("src")||"";if(t.startsWith("about"))return"";if(!t.startsWith("/"))return t;let n=new URL(location.href);return t.startsWith("//")?n.protocol+t:n.protocol+"//"+n.host+t}catch{return""}}var Ye={},Zr=async function(e,t){let{method:n,data:r}=e,a=await Ye.updateGlobalContext(),o=Date.now();if(M.debug(`content script received message: ${n}`,r||" "),n==="translateTheWholePage")await Ye.translateTheWholePage(r),Ze(Kn,o);else if(n==="translateTheMainPage")await Ye.translateTheMainPage(r),Ze(Kn,o);else if(n==="translateToThePageEndImmediately")await Ye.translateToThePageEndImmediately(r),Ze(Kn,o);else if(n==="toggleTranslatePage")await Ye.toggleTranslatePage(r),Ze(Kn,o);else if(n==="toggleTranslateTheWholePage")await Ye.toggleTranslateTheWholePage(r),Ze(Kn,o);else if(n==="toggleTranslateTheMainPage")await Ye.toggleTranslateTheMainPage(r),Ze(Kn,o);else if(n==="toggleOnlyTransation")await Ye.ensureSwitchTranslationMode(r),Ze(Kn,o);else if(n==="translatePage")await Ye.translatePage(a,r),Ze(Kn,o);else if(n==="toggleTranslationMask")await Ye.toggleTranslationMask(r);else if(n==="restorePage")Ye.restorePage();else if(n==="retryFailedParagraphs")Ye.retryFailedParagraphs();else if(n==="switchTranslationMode"){if(a.rule.isPdf)return;r&&r.mode&&(await Ye.switchTranslationMode(r.mode),await Ye.reloadSubtitleWithTranslationModeChanged())}else if(n==="autoEnableSubtitleChanged")Ye.autoEnableSubtitleChanged(a,r);else if(n=="shareToDraft")globalThis.document.dispatchEvent(new CustomEvent(yu,{detail:r}));else if(n=="toggleTranslateToThePageEndImmediately")await Ye.toggleTranslateToThePageEndImmediately(r);else if(n==="toggleMouseHoverTranslateDirectly")globalThis.document.dispatchEvent(new CustomEvent(Ii,{detail:r}));else if(n==="translateWithOpenAI")await Ye.translatePageWithTranslationService("openai",r);else if(n==="translateWithGoogle")await Ye.translatePageWithTranslationService("google",r);else if(n==="translateWithDeepL")await Ye.translatePageWithTranslationService("deepl",r);else if(n==="translateWithBing")await Ye.translatePageWithTranslationService("bing",r);else if(n==="translateWithTransmart")await Ye.translatePageWithTranslationService("transmart",r);else if(n==="translateWithGemini")await Ye.translatePageWithTranslationService("gemini",r);else if(n==="translateInputBox")await Ye.translateInputBoxWithShortcut(a);else if(n!=="updateGlobalCtx"){if(n==="toggleVideoSubtitlePreTranslation")Ue()||await Ye.toggleVideoSubtitlePreTranslation();else if(n==="getAsyncContextString"&&!Ue())return JSON.stringify(a)}};function D2(e){Object.assign(Ye,e)}function A2(e){Object.assign(Ye,e)}function k2(e){Object.assign(Ye,e)}var XS=function(e,t){let{method:n,data:r}=e;if(M.debug(`content script received sync message: ${n}`,r||" "),n==="ping")return"pong";if(n==="getPageStatus")return Ke();if(n==="getCurrentPageLanguage"){let a=Et();return Ye.detectCurrentPageLanguage().catch(o=>{M.warn("detectCurrentPageLanguage failed",o)}),a}else{if(n==="setCurrentPageLanguageByClient")return On(r),Et();if(n==="getContextString"){let a=Ye.getPureGlobalContext(),{articleNode:o,bodyNode:i,...s}=a;return JSON.stringify(s)}else if(n=="getPdfWebUrl"){let a=Ye.getPureGlobalContext();return Qr(a?.rule)}}},pl,gl;function _2(){let e=fl();Ue()||QS(),e.sendMessage("popup:main_sync",{method:"ready"}).catch(n=>{})}function fl(){return pl||(pl=new qr("content_script",!1).getConnection("main",Zr),pl)}function QS(){return gl||(gl=new qr("content_script",!1).getConnection("main_sync",XS,{sync:!0}),gl)}d();var Ud=[["auto","auto"],["zh-CN","zh"],["zh-TW","zh-TW"],["de","de"],["en","en"],["es","es"],["fr","fr"],["id","id"],["it","it"],["ja","ja"],["ko","ko"],["ms","ms"],["pt","pt"],["ru","ru"],["th","th"],["tr","tr"],["vi","vi"]],hl="https://transmart.qq.com/api/imt",kr=class e{static langMapReverse=new Map(Ud.map(([t,n])=>[n,t]));static getClientKey(){return btoa("transmart_crx_"+navigator.userAgent).slice(0,100)}static async detectLanguageRemotelyByTransmart(t){let n={header:{fn:"text_analysis",client_key:e.getClientKey()},text:t.slice(0,280)},r=await ce({url:hl,method:"POST",body:JSON.stringify(n)});if(r.header.ret_code!=="succ")throw new Error(r.message||r.header.ret_code);let a=r.language,o=e.langMapReverse.get(a);return o||a}};d();function ZS(e,t){return Math.floor(Math.random()*(t-e+1))+e}var e5=30,Hd="RATE_LIMITER_TICKS",Oo=class e{static strictTicks={};static clearStrictTicks(){Qi(Hd,"{}")}static async getStrictTicks(t,n){if(n)return this.strictTicks[t]||[];try{let r=await Uu(Hd);r&&(this.strictTicks=JSON.parse(r)||{})}catch(r){M.debug("Error setting rate limiter ticks",r),this.strictTicks[t]=[]}finally{return this.strictTicks[t]||[]}}static wait(t,n){return new Promise((r,a)=>{e.getDelay(t,n).then(o=>{setTimeout(()=>{r(o)},o)})})}static async setStrictTicks(t,n,r){try{if(this.strictTicks[t]=n,r)return;await Qi(Hd,JSON.stringify(this.strictTicks))}catch(a){M.debug("Error setting rate limiter ticks",a)}}static async getDelay(t,n,r=!1){if(!r){let l=ZS(4,e5);await pr(l)}let a=await this.getStrictTicks(t,r)||[],{limit:o,interval:i}=n,s=Date.now();if(a.length=u?(a.push(s),await this.setStrictTicks(t,a,r),0):(a.push(u),await this.setStrictTicks(t,a,r),u-s)}};async function xt(e){return await fl().sendMessage("background:main",e)}function ce(e){return gu()?Pu({method:"request",data:e}):Ee()||pu()?(e.fetchPolyfill=globalThis.GM_fetch,Fa(e)):xt({method:"fetch",data:e})}function an(){return Ee()?pn():xt({method:"getConfig"})}function fn(e){return Ee()?Xi(e):xt({method:"setUserConfig",data:e})}function hn(){return Ee()?Dr():xt({method:"getUserConfig"})}function ls(){return Ee()?Qt():xt({method:"getLocalConfig"})}function bl(e){return Ee()?Zt(e):xt({method:"setLocalConfig",data:e})}function L2(e){return Ee()?i3(e):xt({method:"setBuildinConfig",data:e})}async function Fe(e){if(e.text){let n=Hs(e.text);if(n!=="auto")return Promise.resolve(n)}else return"auto";if(Ee()||rt()){if(e.translateService&&!Su.includes(e.translateService))return Promise.resolve("auto");let r=Wi(e.text,e.minLength,e.pageLangs);return Promise.resolve(r)}let t=await xt({method:"detectLanguage",data:e});return Promise.resolve(t)}function P2(){return xt({method:"detectTabLanguage"})}async function yl(e){let t=await Fe({text:e,pageLangs:["en"]});try{if(Ee()||rt()){let n=e.substring(0,200);t=await kr.detectLanguageRemotelyByTransmart(n)}}catch{}return t}function w2(e){let t=new CustomEvent(La,{detail:e});if(document.dispatchEvent(t),Ee())return;fl().sendMessage("popup:main_sync",{method:"setPageStatus",data:e}).catch(r=>{})}function F2(e){return Ee()?S2(e):xt({method:"queryParagraphCache",data:e})}async function M2(e){if(Ee()){await C2(e);return}return xt({method:"setParagraphCache",data:e})}async function B2(){if(Ee())return Promise.resolve();await xt({method:"mockRequest"})}function No(e=!1,t=""){return Ee()?(oe.runtime.openOptionsPage(e,t),Promise.resolve()):xt({method:"openOptionsPage",data:{newTab:e,pageRoute:t}})}function jo(e=""){return Ee()||rt()?Ce().OPTIONS_URL:oe.runtime.getURL("options.html")}function R2(e=""){return oe&&oe.runtime&&oe.runtime.getURL?oe.runtime.getURL("options.html"):""}function El(e=!1){return Ee()?(oe.extra.openAboutPage(e),Promise.resolve()):xt({method:"openAboutPage"})}function Uo(e){return Ee()?(oe.extra.openInTab(e),Promise.resolve()):xt({method:"openInTab",data:e})}function I2(e=!1){return Ee()?(oe.extra.openEbookViewerPage(e),Promise.resolve()):xt({method:"openEbookViewerPage"})}function O2(e=!1){return Ee()?(oe.extra.openEbookBuilderPage(e),Promise.resolve()):xt({method:"openEbookBuilderPage"})}function xl(e){rt()}function Ho(e=!1,t){return Ee()?(oe.extra.openPdfViewerPage(e),Promise.resolve()):xt({method:"openPdfViewerPage",data:{url:t}})}function N2(e=!1){return Ee()?(oe.extra.openSubtitleBuilderPage(e),Promise.resolve()):xt({method:"openSubtitleBuilderPage"})}function zo(e){return Ee()?Promise.resolve():xt({method:"setBadge",data:{text:e}})}function j2(){return Ee()?(M.warn("autoSyncLatestConfig is not support in monkey"),Promise.resolve()):xt({method:"autoSyncLatestConfig"})}function Tl(e,t=!1){return Ee()?oe.extra.openInTab(e,t):globalThis.open(e,t?"_blank":"_self"),Promise.resolve()}function U2(e,t){return Ee()?Oo.getDelay(e,t):xt({method:"getDelay",data:{key:e,options:t}})}var H2="G-MKMD9LWFTR";async function at(e,t,n){try{let r=Ki(),a=Ce(),o=a.INSTALL_FROM==="firefox_store";r?.name?.startsWith("ImtFx")&&(o=!1);let i=Ee(),s=Ue(),u=a.PROD==="1",l=`report_${e}`,c=e.endsWith("_daily");if(c){if(s)return;let k=await wr(l,0),E=vl(new Date(k)),O=Date.now(),_=vl(new Date(O));if(E===_)return;await qh(l,O)}else if(!n.config.telemetry)return;let m="sitc4WmvShWYwfU0dANM3Q",g=await Dt("fakeUserId","");g||(g=await wr("fakeUserId",""),g&&await Ze("fakeUserId",g));let p=Xt(),f=new Date,y=await Dt("installedAt","");y||(y=await wr("installedAt",""),y&&await Ze("installedAt",y)),g?y||(y=new Date(0).toISOString(),await Ze("installedAt",y)):(g=t5(32),await Ze("fakeUserId",g)),y||(y=f.toISOString(),await Ze("installedAt",y));let b=new Date(y),h=vl(b),C=vl(f),w=h===C,P=f.getTime()-b.getTime()<7*24*60*60*1e3,R=`https://www.google-analytics.com/mp/collect?measurement_id=${H2}&api_secret=${m}`;u||(R=`https://www.google-analytics.com/debug/mp/collect?measurement_id=${H2}&api_secret=${m}`);let v=no.parse(window.navigator.userAgent),T=t.map(k=>{let E=k.params||{};if(v.os&&(E.os_name=v.os.name||"unknown",E.os_version=v.os.version||"unknown",E.os_version_name=v.os.versionName||"unknown"),v.browser&&(E.browser_name=v.browser.name||"unknown",E.browser_version=v.browser.version||"unknown",r&&(E.browser_name=r.name,E.browser_version=r.version)),v.platform&&(E.platform_type=v.platform.type||"unknown"),v.engine&&(E.engine_name=v.engine.name||"unknown",E.engine_version=v.engine.version||"unknown"),n.translationService&&(E.translation_service||(E.translation_service=n.translationService),n.config.translationServices&&n.config.translationServices[n.translationService]&&(n.config.translationServices[n.translationService].provider&&(E.translation_service_provider=n.config.translationServices[n.translationService].provider),n.translationService==="openai"&&n.config.translationServices[n.translationService].provider==="custom"&&(n.config.translationServices[n.translationService].apiUrl?n.config.translationServices[n.translationService].apiUrl.startsWith("https://api.openai.com/")?E.openai_is_official="1":E.openai_is_official="0":E.openai_is_official="1"))),n.targetLanguage&&(E.target_language=n.targetLanguage),n.config.interfaceLanguage&&(E.interface_language=n.config.interfaceLanguage),n.config.enableDefaultAlwaysTranslatedUrls?E.enable_default_always_translated_urls=n.config.enableDefaultAlwaysTranslatedUrls?"1":"0":E.enable_default_always_translated_urls="0",p&&(E.version=p),n.config.enableInputTranslation?E.enable_input_translation=n.config.enableInputTranslation?"1":"0":E.enable_input_translation="0",n.config.translationTheme&&(E.translation_theme=n.config.translationTheme),n.config.alpha&&(E.alpha=n.config.alpha.toString()),n.config.translationLanguagePattern&&n.config.translationLanguagePattern.matches?.length>0?E.always_translate_languages=n.config.translationLanguagePattern.matches.join(","):E.always_translate_languages="none",a.INSTALL_FROM&&(E.install_from=a.INSTALL_FROM),n.config.beta&&(E.beta=n.config.alpha.toString()),n.config.translationArea&&(E.translation_area=n.config.translationArea),h&&(E.install_day=n5(b)),n.user){let _=Uh(n.user);_&&Object.keys(_).forEach(B=>{E[B]=_[B]})}else E.user_type="anonymous";n.config.translationMode&&(E.translation_mode=n.config.translationMode),E.userscript=i.toString(),w?E.is_new_user_today="1":E.is_new_user_today="0",P?E.is_new_user_this_week="1":E.is_new_user_this_week="0",n.config.tempTranslateDomainMinutes?E.temp_translate_domain_minutes=n.config.tempTranslateDomainMinutes.toString():E.temp_translate_domain_minutes="0";let O="html";if(n.rule.pageType&&(O=n.rule.pageType),E.page_type=O,s?E.main_frame=0:E.main_frame=1,!c){let _=n.url;try{let B=new URL(_);E.site_host=B.hostname}catch{E.site_host="unknown"}n.sourceLanguage&&(E.source_language=n.sourceLanguage)}return{...k,params:E}});if(o)return;let F=await ce({responseType:"text",url:R,method:"POST",body:JSON.stringify({client_id:g,user_id:g,events:T})})}catch{}}function t5(e){let t="",n="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789",r=n.length,a=0;for(;at.removeEventListener("message",n)),e.length=0}function i5(e,t,n,r){return new Promise(a=>{let o=i=>{let s=i.data;a5(t,n,s)&&s.id===r&&(e.removeEventListener("message",o),a(s.response))};e.addEventListener("message",o)})}function s5(e,t,n,r){let a=o=>{let i=o.data;G2(t,"tell",n,i)&&r(i.body)};return e.addEventListener("message",a),[e,a]}function z2(e,t,n,r,a,o){let i=async s=>{let u=s.data;if(G2(n,"ask",r,u)){let l=await o(u.body);t=s.source,t.postMessage(r5(n,r,u.id,l),s.origin)}};return e.addEventListener("message",i),[e,i]}function u5(e,t,n,r,a){let o=Math.random().toString();return e.postMessage($2(t,"tell",n,o,r),a)}async function q2(e,t,n,r,a,o,i){let s=Math.random().toString(),u=new Promise(async(l,c)=>{let m=setTimeout(()=>c(new Error(`Failed to get response within ${i}ms`)),i),g=await i5(e,n,r,s);clearTimeout(m),l(g)});return t.postMessage($2(n,"ask",r,s,a),o),u}var ta=class e{constructor(t,n,r=window,a="*"){this.protocol=t;this.targetWindow=n;this.thisWindow=r;this.targetOrigin=a;z2(r,n,this.getSystemProtocol("ping"),"ping",a,()=>Promise.resolve({}))}static async connect(t,n=10,r=500){for(let a=0;a<=n;a++)try{return await t.ping({timeout:r}),t}catch{continue}throw new Error(`Could not connect on protocol ${t.protocol.type} after ${n*r}ms`)}static parent(t,n,r="*",a=window){let o=n.contentWindow;if(ea(o))return new e(t,o,a,r);throw new Error("iframe.contentWindow was null")}static iframe(t,n="*",{thisWindow:r=window,targetWindow:a=window.parent}={}){return new e(t,a,r,n)}static rootIframe(t,n="*",{thisWindow:r=window}={}){return new e(t,null,r,n)}getSystemProtocol(t){return{type:`system|${t}`}}listeners=[];async ping({timeout:t=1e4}){await q2(this.thisWindow,this.targetWindow,this.getSystemProtocol("ping"),"ping",{data:{},payload:{}},this.targetOrigin,t)}handleTell(t,n){this.listeners.push(s5(this.thisWindow,this.protocol,t,n))}tell(t,n){u5(this.targetWindow,this.protocol,t,n,this.targetOrigin)}handleAsk(t,n){this.listeners.push(z2(this.thisWindow,this.targetWindow,this.protocol,t,this.targetOrigin,n))}ask(t,n,r=1e4){if(this.targetWindow)return q2(this.thisWindow,this.targetWindow,this.protocol,t,n,this.targetOrigin,r);throw new Error("target window is requried")}destroy(){o5(this.listeners)}};var V2;async function K2(){if(Ue()){let t=globalThis;for(;t.top!=t.self;)t=t.top;let n=ta.iframe(wu,"*",{targetWindow:t});V2=n,await ta.connect(n).catch(r=>{M.error("connect with parent frame error",r)})}}function Y2(){return V2}d();function J2(e,t){let n=t.matches||[],r=t.excludeMatches||[];if(r&&!Array.isArray(r)&&(r=[r]),n&&!Array.isArray(n)&&(n=[n]),r.length>0){if(r.includes(e)||r.includes(""))return!1;for(let a of r)if(a.includes("*")&&new RegExp(a).test(e))return!1}if(n.length===0)return!1;if(n.length>0){if(n.includes(e)||n.includes(""))return!0;for(let a of n)if(a.includes("*")&&new RegExp(a).test(e))return!0}return!1}d();d();d();d();d();function zd(e,t,n=[],r){let a=["notranslate"];return r&&a.push(ih),e&&(a.push(`${J}-target-translation-theme-${e}`),t?a.push(`${Yc}-theme-${e}`):a.push(`${Kc}-theme-${e}`)),n.length>0&&a.push(...n),t?a.push(Yc):a.push(Kc),a}function qd(e){let t=["notranslate",Cu];return e&&t.push(`${J}-target-translation-theme-${e}-inner`),t}function X2(e,t,n){let{rule:r,state:a}=n,{translationTheme:o}=a,{variables:i,isVertical:s}=e;i=i||[];let{text:u}=t,{wrapperPrefix:l,wrapperSuffix:c}=r,m=Ra(n,!0),g="afterend",p=m[0],f=m[1],y=`${p}(\\d+)${f}`,b=new RegExp(y,"g"),h=Ge.sanitize(u);i.length>0&&(h=h.replace(b,R=>{let v=h.indexOf(R),T=h[v-1]===" ",F=h[v+R.length]===" ",E=R.replace(new RegExp(m[0],"g"),"").replace(new RegExp(m[1],"g"),""),O=Number(E);if(isNaN(O))return R;let _=i[O];if(_&&_.type==="element"){let B=_.value.outerHTML;return T||(B=" "+B),F||(B=B+" "),B}else M.error("variable type not supported",_,R);return R}));let C=zd(o,e.inline,r.translationClasses||[],e.preWhitespace);s&&C.push(oh);let w=qd(o),P="";return r.translationBlockStyle&&(P=`style="${r.translationBlockStyle}"`),h=`<${n.rule.targetWrapperTag} ${P} class="${C.join(" ")}" ${ar}="1"><${r.targetWrapperTag} class="${w.join(" ")}" ${ar}="1">${h}`,e.inline||(l==="smart"?h=`
${h}`:h=`${l}${h}`),e.inline&&(l!=="smart"?h=`${l}${h}`:h=`<${r.targetWrapperTag} class="notranslate" ${ar}="1"> ${h}`),c==="smart"?h=`${h}`:h=`${h}${c}`,{html:h,position:g}}function Cl(e,t){let n=e.original||e,r=null,{stayOriginalSelectors:a,delimiters:o,isPreWhitespace:i}=t,s=[],u={};for(let l=0;l2&&(h=`<${o[2]}${b}>`),u[b]=c,s.push({text:h,type:"variable"})}else s.push({text:c.textContent||"",type:"text"});else{let y=c.textContent||"";g&&(y=Vr(Wd(c))),s.push({text:y,type:"text"})}else if(c.nodeType===Node.ELEMENT_NODE)if(c&&$t(c,a)){let b=Object.keys(u).length,h=`${o[0]}${b}${o[1]}`;o.length>2&&(h=`<${o[2]}${b}>`),u[b]=c;let C=$d(s).endsWith(" ")?" ":"",w=Vr(c.innerText||c.textContent),P=Vr(c.nextSibling).startsWith(" ")?" ":"",R=as(C+w+P),v=R[0]+h+R[1];if(C===" ")v=v.trimStart();else if(!v.startsWith(" ")){let T=as(c.previousSibling)[1];T===""&&(T=" "),v=T+v}s.push({text:v,type:"variable"})}else{let y=$d(s).endsWith(" ")?" ":"",b=Vr(c.innerText||c.textContent);g&&(b=Vr(Wd(c)));let h=Vr(c.nextSibling).startsWith(" ")?" ":"",C=as(y+b+h),w=C[0]+(c.innerText?.trim()||c.textContent?.trim()||"")+C[1];if(y===" ")w=w.trimStart();else{let P=as(c.previousSibling)[1];P===""&&(c.nodeName==="A"||c.nodeName==="CODE")&&(P=" "),w=P+w}s.push({text:w,type:"text"})}else{let y=$d(s).endsWith(" ")?" ":"",b="";c.textContent&&(b=Vr(Wd(c))),y===" "&&(b=b.trimStart()),s.push({text:b,type:"text"})}}if(s&&s.length>0){let l="";for(let c=0;c0&&(g=s[c-1].text),c/g,">"))}e.targetText=Ge.sanitize(e.targetText);let a=!1,o=e.text,i=o.split(" ").length,s=o.split(` +`).length;i<=n.blockMinWordCount&&o.length<=n.blockMinTextCount&&s<2&&(a=!0);let u={id:Number(e.id),elements:[],isVertical:!1,rootFrame:e.commonAncestorContainer,text:e.text,variables:r,inline:a,preWhitespace:e.isPreWhitespace||!1,languageByLocal:"auto",languageByClient:"auto"},l=Ra(t);if(l.length>2){let c=l[2];return l5({delimiterTag:c,targetText:e.targetText,inline:a,preWhitespace:e.isPreWhitespace||!1,wrapperPrefix:t.rule.wrapperPrefix,wrapperSuffix:t.rule.wrapperSuffix,targetWrapperTag:t.rule.targetWrapperTag,translationTheme:t.state.translationTheme,translationBlockStyle:t.rule.translationBlockStyle,translationClasses:t.rule.translationClasses,variables:r}).html}else{let c=X2(u,{id:Number(e.id),url:"https://google.com",text:e.targetText,from:"auto",to:"auto",fromByClient:"auto"},t);return c.html}}function Wd(e){return(e?.innerText||e.textContent||"").replace(/\s+/g," ")||""}function l5(e){let{delimiterTag:t,inline:n,translationClasses:r,targetWrapperTag:a,wrapperPrefix:o,variables:i,preWhitespace:s,wrapperSuffix:u,translationTheme:l,translationBlockStyle:c}=e;i=i||[];let m=e.targetText;m=Ge.sanitize(m);let g=m,p=new RegExp(`<${t}(\\d+)>(.*?)`,"g"),f=new RegExp(`<${t}(\\d+)>`);i.length>0&&(g=g.replace(p,C=>{let w=g.indexOf(C),P=g[w-1]===" ",R=g[w+C.length]===" ",v=C.match(f);if(!v)return C;let T=v[1],F=Number(T);if(isNaN(F))return C;let k=i[Number(F)];if(k&&k.type==="element"){let E=k.value.outerHTML;return P||(E=" "+E),R||(E=E+" "),E}else if(k&&k.type==="text"){let E=k.value;return P||(E=" "+E),R||(E=E+" "),E}else M.error("variable type not supported",k,C);return C}));let y=zd(l,n,r||[],s),b=qd(l),h="";return c&&(h=`style="${c}"`),g=`<${a} ${h} class="${y.join(" ")}" ${ar}="1"><${a} class="${b.join(" ")}" ${ar}="1">${g}`,n||(o==="smart"?g=`
${g}`:g=`${o}${g}`),n&&(o!=="smart"?g=`${o}${g}`:g=`<${a} class="notranslate" ${ar}="1"> ${g}`),u==="smart"?g=`${g}`:g=`${g}${u}`,{html:g,position:"afterend"}}function $d(e){let t=e[e.length-1];return t?t.text:""}function Gd(e){let{text:t,delimiters:n,variables:r}=e,a=t;if(n.length>2){let o=n[2],i=new RegExp(`<${o}(\\d+)>(.*?)`,"g"),s=new RegExp(`<${o}(\\d+)>`),u=t;return Object.keys(r).length>0&&(u=u.replace(i,c=>{let m=c.match(s);if(!m)return c;let g=m[1],p=Number(g);if(isNaN(p))return c;let f=r[g];return f||c})),u}else{let o=`${n[0]}(\\d+)${n[1]}`,i=new RegExp(o,"g");a=a.replace(i,s=>{let l=s.replace(new RegExp(n[0],"g"),"").replace(new RegExp(n[1],"g"),""),c=Number(l);return isNaN(c)?s:r[c]?r[c]:s})}return a}var we=class{static langMap=new Map;serviceConfig;generalConfig;maxTextLength=1800;isSupportList=!0;maxTextGroupLength=50;requestTimeout=30*1e3;retry=2;translationOptions;minTextCount=2;constructor(t,n,r){this.serviceConfig=t,this.generalConfig=n,this.translationOptions=r,t?.retry&&(this.retry=t.retry),t?.requestTimeout&&(this.requestTimeout=Number(t.requestTimeout)),r&&r.minTextCount&&(this.minTextCount=r.minTextCount)}async init(){}getMaxTextGroupLength(){return this.maxTextGroupLength}getRateLimiter(){let t=this.getDefaultRateLimit()||{limit:7,interval:1250},n=this.serviceConfig;return n?.limit&&(t.limit=Number(n.limit)),n?.interval&&(t.interval=Number(n.interval)),t}formatRateLimit(t){return t.limit<1&&(t.interval=Math.round(1e3/t.limit),t.limit=1),t}getDefaultRateLimit(){return{limit:7,interval:1250}}getCacheKeyPrefix(){return""}translate(t){throw new Error("Not implemented")}translateList(t){throw new Error("Not implemented")}async multipleTranslate(t,n,r){if(t.sentences.length===0)return{sentences:[]};let{sentences:a}=t,o=!1,i=!1,s=[],u=null,l=new Set;for(let b of a)b.from&&b.from!=="auto"&&l.add(b.from),b.refresh&&(o=!0),b.debug&&(i=!0);let c=this.maxTextLength;this.serviceConfig&&this.serviceConfig.maxTextLengthPerRequest&&(c=this.serviceConfig.maxTextLengthPerRequest);let m=this.maxTextGroupLength;this.serviceConfig&&this.serviceConfig.maxTextGroupLengthPerRequest&&(m=this.serviceConfig.maxTextGroupLengthPerRequest),this.translationOptions&&this.translationOptions.sourceProgram&&["videoSubtitle","subtitle"].includes(this.translationOptions.sourceProgram)&&this.serviceConfig&&this.serviceConfig.maxTextGroupLengthPerRequestForSubtitle&&(m=this.serviceConfig.maxTextGroupLengthPerRequestForSubtitle);try{s=l3(a,c,m)}catch(b){if(r)for(let h=0;hb));let g=[],p=[],f=(b,h,C)=>{let w="";if(h.translatedTexts&&h.translatedTexts[0]&&(w=h.translatedTexts[0]),p[b]||(p[b]=h,p[b].translatedTexts=Array(h.sentenceTotalParts).fill(null)),p[b].hasError)return;if(C){let v=C instanceof K?new K(C.name,C.message).initNetWork(C.status).initData(C.data):C;p[b].hasError=!0,h.callback&&h.callback(v,null,h.sentence);return}p[b].translatedTexts[h.partIndex]=w;let P=p[b],R=0;for(let v=0;v{let R=h.from;if(h.fromByClient&&h.fromByClient!=="auto"&&(R=h.fromByClient),this.isSupportList)return{...await this.formatAndTranslateList({text:h.tempSentences.map(T=>T.text),forces:h.tempSentences.map(T=>T.force),xpaths:h.tempSentences.map(T=>T.xpath||""),from:R,to:h.to,url:C,options:n,refresh:o,debug:i}),sourceTempSentences:h.tempSentences};{let v=ah;this.serviceConfig&&this.serviceConfig.translationTextSeparator&&(v=this.serviceConfig.translationTextSeparator);let T=null;this.serviceConfig&&this.serviceConfig.newlinePlaceholderDelimiters&&(T=this.serviceConfig.newlinePlaceholderDelimiters);let F=[],k=ur(this.serviceConfig);if(h.tempSentences.forEach((H,L)=>{let S=Dd({text:H.text,_systemExcludeWordRegex:this.generalConfig._systemExcludeWordRegex,delimiters:k,glossaries:this.translationOptions.glossaries,excludeRegexps:this.translationOptions.excludeRegexps,targetLanguage:h.to});H.force!==!0&&(S&&S.text&&S.text.trim().lengthL.text);return Promise.resolve({sourceTempSentences:h.tempSentences,text:H,from:R,to:h.to})}let E="";T&&T.length>=2?E=F.map((H,L)=>{let{item:S}=H;return L===F.length-1?S.text:S.text+T[0]+(L+1)+T[1]}).join(""):E=F.map(({item:H})=>H.text).join(v);let O=await this.translate({text:E,from:R,to:h.to,url:C,options:{...n,rawTextArrayLength:F.length,sourceProgram:this.translationOptions.sourceProgram||""},refresh:o,debug:i}),{text:_}=O,B=[];if(T&&T.length>=2){let H=`${T[0]}\\d+${T[1]}`;T&&T.length>=3&&(H=T[2]);let L=new RegExp(H,"g");B=_.split(L)}else B=_.split(v);let N=[];if(B.length>F.length){for(let H=0;HH.text);return k=ur(this.serviceConfig,!0),N.forEach((H,L)=>{let S=F[L],A=S.index,j=S.variables||{};Object.keys(j).length>0&&(H=Gd({text:H,delimiters:k,variables:j})),U[A]=H}),{sourceTempSentences:h.tempSentences,text:U,from:O.from,to:O.to}}};g.push(P().then(R=>{let{text:v,sourceTempSentences:T}=R;for(let F=0;F{if(R instanceof K&&R.initData({translationService:this.translationOptions.translationService,isLogin:!!this.translationOptions.userToken,isPro:this.translationOptions.isPro}),r){for(let v=0;v{let h=b.sentence.text;return b.translatedTexts&&b.translatedTexts.length>0&&(h=b.translatedTexts.join("")),{...b.sentence,text:h}})}}async formatAndTranslateList(t){let n={...t},{forces:r}=t,a=[],o=ur(this.serviceConfig);if(this.serviceConfig&&o.length>0)try{let{text:l,xpaths:c}=t;if(l.forEach((m,g)=>{let p=Dd({text:m,_systemExcludeWordRegex:this.generalConfig._systemExcludeWordRegex,delimiters:o,excludeRegexps:this.translationOptions.excludeRegexps,glossaries:this.translationOptions.glossaries,targetLanguage:t.to});r&&r[g]!==!0&&(p&&p.text&&p.text.trim().lengthm.text),n.xpaths=a.map(m=>m.xpath)}catch(l){M.debug("formatAndTranslateList error",t,l)}let i=await this.translateList(n),{text:s}=i,u=t.text.map(l=>l);return o=ur(this.serviceConfig,!0),s.forEach((l,c)=>{let m=a[c];if(m){let g=m.index,p=m.variables,f=Object.keys(p);u[g]=l,f.length>0&&(u[g]=Gd({text:l,delimiters:o,variables:p}))}}),{...i,text:u}}detectLanguageLocally(t){return Fe({text:t,minLength:18,pageLangs:[Et(),"en"]})}detectLanguageRemotely(t){return Promise.resolve("auto")}detectLanguage(t){return t.length>=50?this.detectLanguageLocally(t):this.detectLanguageRemotely(t)}};var Z2=[["auto","auto"],["zh-CN","zh"],["zh-TW","zh-TW"],["de","de"],["en","en"],["es","es"],["fr","fr"],["id","id"],["it","it"],["ja","jp"],["ko","kr"],["ms","ms"],["pt","pt"],["ru","ru"],["th","th"],["tr","tr"],["vi","vi"]],cs=class e extends we{static langMap=new Map(Z2);maxTextGroupLength=50;static langMapReverse=new Map(Z2.map(([t,n])=>[n,t]));static getUTCDate(t){let n=t.getUTCFullYear(),r=`${t.getUTCMonth()+1}`.padStart(2,"0"),a=`${t.getUTCDate()}`.padStart(2,"0");return`${n}-${r}-${a}`}secretId="";secretKey="";isSupportList=!0;constructor(t,n,r){if(super(t,n,r),!t||!t.secretId||!t.secretKey)throw new K("secretId and secretKey are required");this.secretId=t.secretId?.trim(),this.secretKey=t.secretKey?.trim()}getDefaultRateLimit(){return{limit:3,interval:1350}}async translate(t){let{text:n,from:r,to:a}=t,o=JSON.stringify({ProjectId:0,Source:e.langMap.get(r)||"auto",SourceText:n,Target:e.langMap.get(a)||a}),i=await this.signedRequest({secretId:this.secretId,secretKey:this.secretKey,action:"TextTranslate",payload:o,service:"tmt",version:"2018-03-21"});return{text:i.Response.TargetText,from:e.langMapReverse.get(i.Response.Source)||r,to:e.langMapReverse.get(i.Response.Target)||a}}async translateList(t){let{text:n,from:r,to:a}=t,o=JSON.stringify({ProjectId:0,Source:e.langMap.get(r)||"auto",SourceTextList:n,Target:e.langMap.get(a)||a}),i=await this.signedRequest({secretId:this.secretId,secretKey:this.secretKey,action:"TextTranslateBatch",payload:o,service:"tmt",version:"2018-03-21"});return{text:i.Response.TargetTextList,from:e.langMapReverse.get(i.Response.Source)||r,to:e.langMapReverse.get(i.Response.Target)||a}}async signedRequest({secretId:t,secretKey:n,action:r,payload:a,service:o,version:i}){let s=`${o}.tencentcloudapi.com`,u=new Date,l=`${new Date().valueOf()}`.slice(0,10),c=["POST","/","","content-type:application/json; charset=utf-8",`host:${s}`,"","content-type;host",await Jn(a)].join(` `),m=e.getUTCDate(u),g=["TC3-HMAC-SHA256",l,`${m}/${o}/tc3_request`,await Jn(c)].join(` `),p=await d2(m,`TC3${n}`),f=await ol(o,p),y=await ol("tc3_request",f),b=await ol(g,y),h=await ce({retry:this.retry,url:`https://${o}.tencentcloudapi.com`,method:"POST",headers:{"Content-Type":"application/json; charset=utf-8",Host:s,"X-TC-Action":r,"X-TC-Timestamp":l,"X-TC-Region":"ap-beijing","X-TC-Version":i,Authorization:`TC3-HMAC-SHA256 Credential=${t}/${m}/${o}/tc3_request, SignedHeaders=content-type;host, Signature=${b}`},body:a,timeout:this.requestTimeout});if(h instanceof Error)throw h;if(h.Response&&h.Response.Error&&h.Response.Error.Message)throw new K(h.Response.Error.Message);return h}};d();var e1=[["auto","auto"],["zh-CN","zh"],["zh-TW","zh-TW"],["de","de"],["en","en"],["es","es"],["fr","fr"],["id","id"],["it","it"],["ja","jp"],["ko","kr"],["ms","ms"],["pt","pt"],["ru","ru"],["th","th"],["tr","tr"],["vi","vi"]],c5={"content-type":"application/json",Host:"wxapp.translator.qq.com","User-Agent":"Mozilla/5.0 (iPhone; CPU iPhone OS 16_3_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/15E148 MicroMessenger/8.0.32(0x18002035) NetType/WIFI Language/zh_TW",Referer:"https://servicewechat.com/wxb1070eabc6f9107e/117/page-frame.html"},ds=class e extends we{static langMap=new Map(e1);static langMapReverse=new Map(e1.map(([t,n])=>[n,t]));isSupportList=!1;constructor(t,n,r){super(t,n,r)}async translate(t){let{text:n,from:r,to:a}=t,o=new URLSearchParams({source:r,target:a,sourceText:n,platform:"WeChat_APP",candidateLangs:"en|zh",guid:"oqdgX0SIwhvM0TmqzTHghWBvfk22"}).toString(),i=await ce({url:`https://wxapp.translator.qq.com/api/translate?${o}`,retry:this.retry,method:"GET",headers:c5,timeout:this.requestTimeout});return{text:i.targetText,from:e.langMapReverse.get(i.source)||r,to:e.langMapReverse.get(i.target)||a}}};d();var t1=[["auto","auto"],["zh-CN","zh-CN"],["zh-TW","zh-TW"],["en","en"],["af","af"],["am","am"],["ar","ar"],["az","az"],["be","be"],["bg","bg"],["bn","bn"],["bs","bs"],["ca","ca"],["ceb","ceb"],["co","co"],["cs","cs"],["cy","cy"],["da","da"],["de","de"],["el","el"],["eo","eo"],["es","es"],["et","et"],["eu","eu"],["fa","fa"],["fi","fi"],["fr","fr"],["fy","fy"],["ga","ga"],["gd","gd"],["gl","gl"],["gu","gu"],["ha","ha"],["haw","haw"],["he","he"],["hi","hi"],["hmn","hmn"],["hr","hr"],["ht","ht"],["hu","hu"],["hy","hy"],["id","id"],["ig","ig"],["is","is"],["it","it"],["ja","ja"],["jw","jw"],["ka","ka"],["kk","kk"],["km","km"],["kn","kn"],["ko","ko"],["ku","ku"],["ky","ky"],["la","la"],["lb","lb"],["lo","lo"],["lt","lt"],["lv","lv"],["mg","mg"],["mi","mi"],["mk","mk"],["ml","ml"],["mn","mn"],["mr","mr"],["ms","ms"],["mt","mt"],["my","my"],["ne","ne"],["nl","nl"],["no","no"],["ny","ny"],["pa","pa"],["pl","pl"],["ps","ps"],["pt","pt"],["ro","ro"],["ru","ru"],["sd","sd"],["sa","sa"],["si","si"],["sk","sk"],["sl","sl"],["sm","sm"],["sn","sn"],["so","so"],["sq","sq"],["sr","sr"],["st","st"],["su","su"],["sv","sv"],["sw","sw"],["ta","ta"],["te","te"],["tg","tg"],["th","th"],["fil","tl"],["tr","tr"],["ug","ug"],["uk","uk"],["ur","ur"],["uz","uz"],["vi","vi"],["xh","xh"],["yi","yi"],["yo","yo"],["zu","zu"]],Na=class e extends we{static langMap=new Map(t1);static langMapReverse=new Map(t1.map(([t,n])=>[n,t]));isSupportList=!1;apiUrl="https://translate.googleapis.com/translate_a/single";constructor(t,n,r){super(t,n,r),t?.apiUrl&&(this.apiUrl=Ot(this.apiUrl,t.apiUrl))}getDefaultRateLimit(){return{limit:10,interval:1050}}async translate(t){let{text:n,from:r,to:a}=t;if(!n)return{...t};let o=e.langMap.get(r)||"auto",i=e.langMap.get(a)||a,s=await this.fetchWithoutToken(n,o,i);if(!s)throw new K("google translate NETWORK_ERROR");if(!s.data[0]||s.data[0].length<=0)throw new K("google translate API_SERVER_ERROR");return{text:s.data[0].map(l=>l[0]).filter(Boolean).join(""),from:e.langMapReverse.get(s.data[2])||"auto",to:a}}async translateXml(t){let{text:n,from:r,to:a}=t;if(!n)return{...t};let o=e.langMap.get(r)||"auto",i=e.langMap.get(a)||a,s=await this.fetchXmlWithoutToken(n,o,i);if(!s)throw new K("google translate NETWORK_ERROR");if(!s.data[0]||s.data[0].length<=0)throw new K("google translate API_SERVER_ERROR");return{text:s.data[0].map(l=>l[0]).filter(Boolean).join(""),from:e.langMapReverse.get(s.data[2])||"auto",to:a}}async fetchXmlWithoutToken(t,n,r){let o="https://translate.googleapis.com/translate_a/t?"+new URLSearchParams({client:"gtx",dt:"t",sl:n,tl:r,q:t}).toString();return{data:await ce({retry:this.retry,url:o,timeout:this.requestTimeout})}}async fetchWithoutToken(t,n,r){let a=new URLSearchParams({client:"gtx",dt:"t",sl:n,tl:r,q:t}),o=this.apiUrl+"?"+a.toString();return{data:await ce({retry:this.retry,url:o,timeout:this.requestTimeout})}}};d();d();d();function d5(e,t){return t?e+(t-e%t):e}function m5(e,t){return e.split(t).length-1}function Vd(e){let t=Date.now(),n=1;for(let r of e)n+=m5(r,"i");return d5(t,n)}function p5(e,t){return Math.floor(Math.random()*(t-e+1))+e}function Kd(){return p5(1e6,1e8)}d();d();d();var Yd="https://www2.deepl.com/jsonrpc",Jd="auto",n1=[{code:"BG",language:"Bulgarian"},{code:"ZH",language:"Chinese"},{code:"CS",language:"Czech"},{code:"DA",language:"Danish"},{code:"NL",language:"Dutch"},{code:"EN",language:"English"},{code:"ET",language:"Estonian"},{code:"FI",language:"Finnish"},{code:"FR",language:"French"},{code:"DE",language:"German"},{code:"EL",language:"Greek"},{code:"HU",language:"Hungarian"},{code:"IT",language:"Italian"},{code:"JA",language:"Japanese"},{code:"LV",language:"Latvian"},{code:"LT",language:"Lithuanian"},{code:"PL",language:"Polish"},{code:"PT",language:"Portuguese"},{code:"RO",language:"Romanian"},{code:"RU",language:"Russian"},{code:"SK",language:"Slovak"},{code:"SL",language:"Slovenian"},{code:"ES",language:"Spanish"},{code:"SV",language:"Swedish"}];d();function g5(e=n1){return e.reduce((t,n)=>(t[n.code.toLowerCase()]=n.code,t[n.language.toLowerCase()]=n.code,t),{})}function Xd(e){return g5()[e.toLowerCase()]}var f5={Accept:"*/*","Accept-Language":"en-US;q=0.8,en;q=0.7","Content-Type":"application/json",Origin:"https://www.deepl.com",Referer:"https://www.deepl.com/translator","Sec-Fetch-Dest":"empty","Sec-Fetch-Mode":"cors","Sec-Fetch-Site":"same-site"};function h5(e){return JSON.stringify(e).replace('"method":"',()=>{let t=e;return(t.id+3)%13===0||(t.id+5)%29===0?'"method" : "':'"method": "'})}function b5(e,t){return{id:1,jsonrpc:"2.0",method:"LMT_handle_texts",params:{timestamp:0,texts:[{text:"",requestAlternatives:3}],splitting:"newlines",lang:{source_lang_user_selected:e,target_lang:t}}}}async function y5(e,t,n,r,a,o,i){let s=Kd(),u=b5(r,n),l=[];t.forEach(g=>{l.push({text:g,requestAlternatives:3})}),u.id=s,u.params.texts=l,u.params.timestamp=Vd(t);let c=await ce({retry:2,method:"POST",url:e,body:h5(u),headers:f5}),m={from:c.result.lang,to:n,text:[]};return c.result.texts.forEach(g=>{m.text.push(g.text)}),m}async function r1(e,t,n,r=Jd,a,o,i){return t?t&&t.length===1&&t[0]===""?{text:[""],from:r,to:n}:y5(e,t,Xd(n),Xd(r)??"auto",a,o,i):{text:[],from:r,to:n}}var a1=[["auto","auto"],["en","EN"],["ja","JA"],["pl","PL"],["zh-CN","ZH"],["zh-TW","ZH"],["ja","JA"],["ko","KO"],["es","ES"],["de","DE"],["fr","FR"],["pt","PT"],["ru","RU"],["it","IT"],["id","ID"],["nl","NL"],["pl","PL"],["bg","BG"],["cs","CS"],["da","DA"],["el","EL"],["et","ET"],["fi","FI"],["hu","HU"],["lt","LT"],["lv","LV"],["ro","RO"],["sk","SK"],["sl","SL"],["sv","SV"],["tr","TR"],["uk","UK"]],qo=class e extends we{static langMap=new Map(a1);static langMapReverse=new Map(a1.map(([t,n])=>[n,t]));maxTextGroupLength=3;maxTextLength=800;isSupportList=!0;API_URL=Yd;constructor(t,n,r){super(t,n,r),t&&t.apiUrl&&(this.API_URL=Ot(Yd,t.apiUrl))}getDefaultRateLimit(){return{limit:1,interval:1050}}async translateList(t){let{text:n,to:r,from:a}=t,o=await r1(this.API_URL,n,e.langMap.get(r)||r,e.langMap.get(a)||"auto");return{text:o.text,from:e.langMapReverse.get(o.from),to:e.langMapReverse.get(o.to)}}};d();var ms=class e extends we{static langMap=new Map(Ud);clientKey;maxTextGroupLength=25;maxTextLength=1e3;isSupportList=!1;constructor(t,n,r){super(t,n,r),this.clientKey=kr.getClientKey()}async translate(t){let{text:n,to:r}=t,a=await this.detectLanguage(n),o=e.langMap.get(a)||a,i=e.langMap.get(r)||r;if(a===r)return{text:n,from:a,to:r};let s=Ce(),u=t.url;s.INSTALL_FROM==="firefox_store"&&(u=o1());let c=JSON.stringify({header:{fn:"auto_translation_block",client_key:this.clientKey},source:{text_block:n,lang:o,orig_url:u},target:{lang:i}}),m=await ce({url:hl,body:c,method:"POST",retry:this.retry,timeout:this.requestTimeout});if(m.header.ret_code!=="succ")throw new K(m.message||m.header.ret_code);return{text:m.auto_translation,from:a||"auto",to:r}}getDefaultRateLimit(){return{limit:30,interval:1050}}async translateList(t){let{from:n,text:r,to:a}=t,o=Ce(),i=t.url;if(o.INSTALL_FROM==="firefox_store"&&(i=o1()),r.length===1){let p=await this.translate({from:n,text:r[0],to:a,url:i,options:t.options});return{text:[p.text],from:p.from,to:p.to}}let u=await this.detectLanguage(r.join(` `));if(u===a)return{text:r,from:u,to:a};let l=e.langMap.get(u)||u,c=e.langMap.get(a)||a,m=JSON.stringify({header:{fn:"auto_translation",client_key:this.clientKey},source:{text_list:r,lang:l,orig_url:i},target:{lang:c},type:"plain"}),g=await ce({url:hl,body:m,method:"POST"});if(g.header.ret_code!=="succ")throw new K(g.message||g.header.ret_code);return{text:g.auto_translation,from:u||"auto",to:a}}detectLanguageLocally(t){return this.detectLanguageRemotely(t)}detectLanguageRemotely(t){return kr.detectLanguageRemotelyByTransmart(t)}};function o1(){let e=new Date;return e.setMinutes(e.getMinutes()-e.getMinutes()%5),e.setSeconds(0),e.setMilliseconds(0),`https://google.com/search?q=google&_t=${e.getTime()/1e3}`}d();d();function Qd(){return Math.random()>=.1}var Wo=class extends we{isSupportList=!1;maxTextLength=1200;maxTextGroupLength=1;async translate(t){let{text:n}=t;if(!Qd())throw new K("404","\u6A21\u62DF\u9519\u8BEF");let r=n.match(/^\s*/)[0].length;return{text:n.slice(0,r)+"\u6A21\u62DF\uFF1A"+n.slice(r,-6),from:t.from,to:t.to}}async translateList(t){let{text:n,from:r,to:a}=t;if(await B2(),!Qd())throw new K("404","\u6A21\u62DF\u9519\u8BEF");return n.length===0?{from:r,to:a,text:[""]}:{from:r,to:a,text:n.map(o=>{let i=o.match(/^\s*/)[0].length;return o.slice(0,i)+"\u6A21\u62DF\uFF1A"+o.slice(i,-6)})}}};d();var s1=[["auto","auto"],["zh-CN","zh"],["zh-TW","zh"],["en","en"],["ja","ja"],["de","de"],["fr","fr"],["it","it"],["es","es"],["nl","nl"],["pl","pl"],["pt","pt"],["ru","ru"]],Zd=new Map(s1),i1=new Map(s1.map(([e,t])=>[t,e])),em=class e extends we{static langMap=Zd;static DEFAULT_CODENAME="deepl";apikey="";codename=e.DEFAULT_CODENAME;isSupportList=!1;maxTextGroupLength=1;constructor(t,n,r){if(super(t,n,r),!t||!t.apikey)throw new K("apikey are required");this.apikey=t.apikey?.trim(),t.codename&&(this.codename=t.codename)}async translate(t){let{text:n,from:r,to:a}=t,o=await ce({retry:this.retry,url:`https://api.openl.club/services/${this.codename}/translate`,headers:{"content-type":"application/json"},method:"POST",body:JSON.stringify({apikey:this.apikey,text:n,source_lang:Zd.get(r)||"auto",target_lang:Zd.get(a)||a}),timeout:this.requestTimeout});if(o.status){let i=o;return i.result&&a=="zh-TW",{text:i.result,from:i1.get(i.source_lang),to:i1.get(i.target_lang)}}else throw new K(o.msg)}},Sl=em;d();var u1=[["auto",""],["en","EN"],["ja","JA"],["pl","PL"],["zh-CN","ZH"],["zh-TW","ZH"],["ar","AR"],["ja","JA"],["ko","KO"],["es","ES"],["de","DE"],["fr","FR"],["pt","PT"],["pt-br","PT-BR"],["ru","RU"],["it","IT"],["id","ID"],["nl","NL"],["pl","PL"],["bg","BG"],["cs","CS"],["da","DA"],["el","EL"],["et","ET"],["fi","FI"],["hu","HU"],["lt","LT"],["lv","LV"],["ro","RO"],["sk","SK"],["sl","SL"],["sv","SV"],["tr","TR"],["uk","UK"]],ps=new Map(u1),E5=new Map(u1.map(([e,t])=>[t,e])),tm=class extends we{static langMap=ps;authKey="";maxTextLength=1800;freeApiUrl="https://api-free.deepl.com/v2/translate";proApiUrl="https://api.deepl.com/v2/translate";immersiveTranslateApiUrl="https://deepl.immersivetranslate.com/v2/translate";immersiveTranslateDeeplTokenUrl="https://api.immersivetranslate.com";immersiveTranslateDeeplProApiUrl=Yt()||In()?"https://api2.immersivetranslate.com/deepl/translate":"https://test-api2.immersivetranslate.com/deepl/translate";provider="custom";splitor="";qualityNoSymabol="";qualityMinTextLength;apiKeys=[];static async clearState(){}getRandomKey(){let t=Math.floor(Math.random()*this.apiKeys.length);return this.apiKeys[t]}constructor(t,n,r){if(super(t,n,r),t=t||{},this.splitor=t.qualityDelimiterBetaV3||"",this.qualityNoSymabol=t.qualityNoSymoblBetaV3||"",this.qualityMinTextLength=t.qualityMinTextLengthV3||0,t.provider==="pro")if(this.provider="pro",r.userToken){if(!r.isPro)throw new K("Please activate Pro membership first, \u8BF7\u5148\u5F00\u901A Pro \u4F1A\u5458\u3002");this.authKey=r.userToken,this.apiKeys=this.authKey.split(",").map(a=>a.trim())}else throw new K("Login required, \u767B\u5F55\u540E\u624D\u53EF\u4EE5\u4F7F\u7528\u3002");else if(this.authKey=t.authKey?.trim(),this.apiKeys=this.authKey.split(",").map(a=>a.trim()),!this.authKey)throw new K("authKey are required");if(!this.authKey)throw new K("authKey are required");t&&t.freeApiUrl&&(this.freeApiUrl=Ot(this.freeApiUrl,t.freeApiUrl)),t&&t.proApiUrl&&(this.proApiUrl=Ot(this.proApiUrl,t.proApiUrl)),t&&t.immersiveTranslateApiUrl&&(this.immersiveTranslateApiUrl=Ot(this.immersiveTranslateApiUrl,t.immersiveTranslateApiUrl)),t&&t.immersiveTranslateDeeplTokenUrl&&(this.immersiveTranslateDeeplTokenUrl=Ot(this.immersiveTranslateDeeplTokenUrl,t.immersiveTranslateDeeplTokenUrl)),t&&t.immersiveTranslateDeeplProApiUrl&&(this.immersiveTranslateDeeplProApiUrl=Ot(this.immersiveTranslateDeeplProApiUrl,t.immersiveTranslateDeeplProApiUrl))}async init(){}getRateLimiter(){let t=super.getRateLimiter();if(this.provider==="pro"){if(this.serviceConfig?.immersiveTranslateProLimit){let n=Number(this.serviceConfig.immersiveTranslateProLimit);return isNaN(n)&&(n=15),{limit:n,interval:t?.interval||1050}}return{limit:15,interval:t?.interval||1050}}return super.getRateLimiter()}getDefaultRateLimit(){return{limit:3,interval:1250}}async translateList(t){let{from:n,to:r}=t,a=this.getRandomKey(),{text:o,merged:i}=this.optimizationText(t),s={source_lang:ps.get(n)||"",target_lang:ps.get(r)||r,tag_handling:"html"};this.serviceConfig?.tag_handling&&(this.serviceConfig.tag_handling==="none"?delete s.tag_handling:s.tag_handling=this.serviceConfig.tag_handling);let u=new URLSearchParams(s);o.forEach(b=>{u.append("text",b)});let l=u.toString(),c={text:o,source_lang:ps.get(n)||"auto",target_lang:ps.get(r)||r},m=this.freeApiUrl;a.endsWith(":im")?m=this.immersiveTranslateApiUrl:a.endsWith(":fx")||(m=this.proApiUrl);let g,p={};t.refresh&&(p={"X-Refresh":"True"}),t.debug&&(p={...p,"X-Debug":"True"}),this.provider==="pro"?g=await ce({retry:this.retry,url:this.immersiveTranslateDeeplProApiUrl,method:"POST",body:JSON.stringify(c),headers:{...p,token:a,"Content-Type":"application/json"},timeout:this.requestTimeout}):a.startsWith("immersive_")?g=await ce({retry:this.retry,url:this.immersiveTranslateDeeplProApiUrl,method:"POST",body:JSON.stringify(c),headers:{...p,token:a,"Content-Type":"application/json"},timeout:this.requestTimeout}):g=await ce({retry:2,url:m,method:"POST",body:l,headers:{Authorization:"DeepL-Auth-Key "+a,"Content-Type":"application/x-www-form-urlencoded; charset=UTF-8"},extra:{overrideMimeType:"application/json; charset=utf-8"}});let{translations:f}=this.restoreText(g,i,!!t.debug),y=f.map(b=>b.text);if(r==="zh-TW"){let b=this.serviceConfig||{};b&&b.googleApiUrl&&(b.apiUrl=b.googleApiUrl);let C=await new Na(this.serviceConfig,this.generalConfig,this.translationOptions).translate({from:"zh-CN",to:"zh-TW",text:f.map(w=>w.text).join(` @@ -5379,25 +5379,25 @@ Translate the content to {{to}} Language: %% -`;bodyConfigs={};model="";systemPrompt="";prompt="";subtitlePrompt="";multiplePrompt="";ignoreResReges=[];apiUrl="";constructor(t,n,r){if(super(t,n,r),t||(t={}),t.APIKEY){let a=t.APIKEY?.trim();this.apiKeys=a.split(",").map(o=>o.trim())}Array.isArray(t.ignoreResRegexs)&&(this.ignoreResReges=t.ignoreResRegexs),t.translationTextSeparator&&(this.translationTextSeparator=t.translationTextSeparator),t.model&&(this.model=t.model),t.systemPrompt&&(this.systemPrompt=t.systemPrompt),t.prompt&&(this.prompt=t.prompt),t.multiplePrompt&&(this.multiplePrompt=t.multiplePrompt),t.subtitlePrompt&&(this.subtitlePrompt=t.subtitlePrompt),t.bodyConfigs&&(this.bodyConfigs=t.bodyConfigs)}getLangMap(){return new Map}getRandomKey(){let t=Math.floor(Math.random()*this.apiKeys.length);return this.apiKeys[t]}async translate(t){let{text:n,from:r,to:a,options:o}=t;if(n.length===0)return{from:r,to:a,text:""};let i=this.getLangMap(),s=this.prompt||"",u=i.get(r)||r,l=i.get(a)||a,c=this.serviceConfig.env||{},m=o?.sourceProgram,g=["subtitle","videoSubtitle"].includes(m),p=[n];o?.rawTextArrayLength&&(p=n.split(this.translationTextSeparator)),p.length>1&&this.multiplePrompt&&(s=this.multiplePrompt),g&&this.subtitlePrompt&&p.length>1&&(s=this.subtitlePrompt);let f="",y="",b=s.includes("{{json}}"),h=s.includes("{{yaml}}");if(b){let R=[],v=c.imt_json_item||"";g&&(v=c.imt_subtitle_json_item||v);for(let x=0;xv==="from"?u:v==="to"?l+" Language":v==="text"?n:v=="json"?f:v=="yaml"?y:c[v]||R).replace(/{{(.+?)}}/g,(R,v)=>c[v]||R);let C=await this.handleOptions(s,t);P.debug("request options",C);let w=await ce(C),k=this.parseResponse(w);if(k=this.filterContent(n,k,s,p),P.debug("filterContent after",k),!b&&!h||!k)return{from:r,to:a,text:k||n};k=C5(n,k),k=c3(k);try{let R={};if(b){P.debug("extractValidJson before",k);let B=this.extractValidJson(k);P.debug("parse before",k),R=$s.parse(B)}else if(h){P.debug("parseYAML before",k);let B=this.extractValidYaml(k);R=p1(B)}let v=c.imt_trans_field;g&&(v=c.imt_sub_trans_field||v);let x=c.imt_source_field;return g&&(x=c.imt_sub_source_field||x),k=this.restoreText(p,R,v,this.translationTextSeparator,x),{from:r,to:a,text:k}}catch(R){return P.error("parse response failed",k,R),{from:r,to:a,text:k}}}extractValidJson(t){let n=t.indexOf("["),r=t.lastIndexOf("]");return n!==-1&&r!==-1?t.slice(n,r+1):""}extractValidYaml(t){let n=t.split(` +`;bodyConfigs={};model="";systemPrompt="";prompt="";subtitlePrompt="";multiplePrompt="";ignoreResReges=[];apiUrl="";constructor(t,n,r){if(super(t,n,r),t||(t={}),t.APIKEY){let a=t.APIKEY?.trim();this.apiKeys=a.split(",").map(o=>o.trim())}Array.isArray(t.ignoreResRegexs)&&(this.ignoreResReges=t.ignoreResRegexs),t.translationTextSeparator&&(this.translationTextSeparator=t.translationTextSeparator),t.model&&(this.model=t.model),t.systemPrompt&&(this.systemPrompt=t.systemPrompt),t.prompt&&(this.prompt=t.prompt),t.multiplePrompt&&(this.multiplePrompt=t.multiplePrompt),t.subtitlePrompt&&(this.subtitlePrompt=t.subtitlePrompt),t.bodyConfigs&&(this.bodyConfigs=t.bodyConfigs)}getLangMap(){return new Map}getRandomKey(){let t=Math.floor(Math.random()*this.apiKeys.length);return this.apiKeys[t]}async translate(t){let{text:n,from:r,to:a,options:o}=t;if(n.length===0)return{from:r,to:a,text:""};let i=this.getLangMap(),s=this.prompt||"",u=i.get(r)||r,l=i.get(a)||a,c=this.serviceConfig.env||{},m=o?.sourceProgram,g=["subtitle","videoSubtitle"].includes(m),p=[n];o?.rawTextArrayLength&&(p=n.split(this.translationTextSeparator)),p.length>1&&this.multiplePrompt&&(s=this.multiplePrompt),g&&this.subtitlePrompt&&p.length>1&&(s=this.subtitlePrompt);let f="",y="",b=s.includes("{{json}}"),h=s.includes("{{yaml}}");if(b){let R=[],v=c.imt_json_item||"";g&&(v=c.imt_subtitle_json_item||v);for(let T=0;Tv==="from"?u:v==="to"?l+" Language":v==="text"?n:v=="json"?f:v=="yaml"?y:c[v]||R).replace(/{{(.+?)}}/g,(R,v)=>c[v]||R);let C=await this.handleOptions(s,t);M.debug("request options",C);let w=await ce(C),P=this.parseResponse(w);if(P=this.filterContent(n,P,s,p),M.debug("filterContent after",P),!b&&!h||!P)return{from:r,to:a,text:P||n};P=C5(n,P),P=c3(P);try{let R={};if(b){M.debug("extractValidJson before",P);let F=this.extractValidJson(P);M.debug("parse before",P),R=$s.parse(F)}else if(h){M.debug("parseYAML before",P);let F=this.extractValidYaml(P);R=p1(F)}let v=c.imt_trans_field;g&&(v=c.imt_sub_trans_field||v);let T=c.imt_source_field;return g&&(T=c.imt_sub_source_field||T),P=this.restoreText(p,R,v,this.translationTextSeparator,T),{from:r,to:a,text:P}}catch(R){return M.error("parse response failed",P,R),{from:r,to:a,text:P}}}extractValidJson(t){let n=t.indexOf("["),r=t.lastIndexOf("]");return n!==-1&&r!==-1?t.slice(n,r+1):""}extractValidYaml(t){let n=t.split(` `),r=[];for(let a=0;anew RegExp(s).test(o))&&(o=t)}catch(i){P.debug("e",i)}return o}getCacheKeyPrefix(){let t=[this.model||"",this.apiUrl||"",this.systemPrompt||"",this.prompt||"",this.systemPrompt||"",this.multiplePrompt||"",this.subtitlePrompt||""];return kn(t.join("_"))}},Go=sm;function C5(e,t){return!e.includes(".")&&!e.includes("\u3002")&&(t.endsWith("\u3002")||t.endsWith("."))?t.slice(0,-1):t}var S5=[["auto","auto"],["zh-CN","Simplified Chinese"],["zh-TW","Traditional Chinese"],["zh-CN-NE","Northeastern Chinese"],["en","English"],["yue","Cantonese"],["bo","\u85CF\u8BED"],["wyw","Classical Chinese"],["ja","Japanese"],["ko","Korean"],["fr","French"],["de","German"],["es","Spanish"],["it","Italian"],["ru","Russian"],["pt","Portuguese"],["pt-br","Portuguese (Brazil)"],["nl","Dutch"],["pl","Polish"],["ar","Arabic"],["af","Afrikaans"],["am","Amharic"],["az","Azerbaijani"],["be","Belarusian"],["bg","Bulgarian"],["bn","Bengali"],["bs","Bosnian"],["ca","Catalan"],["ceb","Cebuano"],["co","Corsican"],["cs","Czech"],["cy","Welsh"],["da","Danish"],["el","Greek"],["eo","Esperanto"],["et","Estonian"],["eu","Basque"],["fa","Persian"],["fi","Finnish"],["fj","Fijian"],["fil","Filipino"],["fy","Western Frisian"],["ga","Irish"],["gd","Scottish Gaelic"],["gl","Galician"],["gu","Gujarati"],["ha","Hausa"],["haw","Hawaiian"],["he","Hebrew"],["hi","Hindi"],["hmn","Hmong"],["hr","Croatian"],["ht","Haitian Creole"],["hu","Hungarian"],["hy","Armenian"],["id","Indonesian"],["ig","Igbo"],["is","Icelandic"],["jw","Javanese"],["ka","Georgian"],["kk","Kazakh"],["km","Khmer"],["kn","Kannada"],["ku","Kurdish"],["ky","Kyrgyz"],["la","Lao"],["lb","Luxembourgish"],["lo","Lao"],["lt","Lithuanian"],["lv","Latvian"],["mg","Malagasy"],["mi","Maori"],["mk","Macedonian"],["ml","Malayalam"],["mn","Mongolian"],["mr","Marathi"],["ms","Malay"],["mt","Maltese"],["my","Burmese"],["pa","Punjabi"],["ps","Pashto"],["ro","Romanian"],["si","Sinhala"],["sk","Slovak"],["sl","Slovene"],["sa","Sanskrit"],["sm","Samoan"],["sn","Shona"],["so","Somali"],["sq","Albanian"],["sr","Serbian"],["sr-Cyrl","Serbian (Cyrillic)"],["sr-Latn","Serbian (Latin)"],["st","Southern Sotho"],["su","Sundanese"],["sv","Swedish"],["sw","Swahili"],["ta","Tamil"],["te","Telugu"],["tg","Tajik"],["th","Thai"],["tr","Turkish"],["ug","Uyghur"],["uk","Ukrainian"],["ur","Urdu"],["uz","Uzbek"],["vi","Vietnamese"],["xh","Xhosa"],["yi","Yiddish"],["yo","Yoruba"],["zu","Zulu"]],g1=new Map(S5),um=class extends Go{static langMap=g1;provider="custom";immersiveApiUrl="https://openai-api.immersivetranslate.com/v1/chat/completions";immersiveProApiUrl=Yt()||In()?"https://api2.immersivetranslate.com/openai/v1/chat/completions":"https://test-api2.immersivetranslate.com/openai/v1/chat/completions";temperature=0;constructor(t,n,r){if(super(t,n,r),t||(t={}),t.provider&&(this.provider=t.provider),t.temperature!==void 0&&(this.temperature=parseFloat(t.temperature)),this.provider==="pro"){if(!r.isPro)throw new K("Please activate Pro membership first, \u8BF7\u5148\u5F00\u901A Pro \u4F1A\u5458\u3002");let a=r.userToken||"";if(this.apiKeys=a.split(",").map(o=>o.trim()),!a)throw new K("Login required, \u767B\u5F55\u540E\u624D\u53EF\u4EE5\u4F7F\u7528\u3002");t.proModel&&(t.model=t.proModel),t.proLimit&&(t.limit=t.proLimit)}t&&t.immersiveApiUrl&&(this.immersiveApiUrl=Ot(this.immersiveApiUrl,t.immersiveApiUrl)),this.apiUrl="https://api.openai.com/v1/chat/completions",t.apiUrl&&(this.apiUrl=Ot(this.apiUrl,t.apiUrl)),t&&t.immersiveProApiUrl&&(this.immersiveProApiUrl=Ot(this.immersiveProApiUrl,t.immersiveProApiUrl)),this.model=this.model||"gpt-3.5-turbo-1106"}getLangMap(){return g1}getDefaultRateLimit(){return{limit:10,interval:1300}}parseResponse(t){return t?.choices?.[0]?.message?.content?.trim()}async handleOptions(t,n){let r={};n.refresh&&(r["X-Refresh"]="True"),n.debug&&(r["X-Debug"]="True");let a=[{role:"system",content:this.serviceConfig.systemPrompt||""},{role:"user",content:t}],o={url:this.apiUrl,method:"POST",headers:{"Content-Type":"application/json"},body:JSON.stringify({model:this.model,temperature:this.temperature,messages:a},null,2),timeout:this.requestTimeout,retry:this.retry},i=this.getRandomKey();return this.provider==="pro"?(o.url=this.immersiveProApiUrl,o.headers.token=i,o.headers={...o.headers,...r}):i&&(o.headers.Authorization="Bearer "+i,o.headers["api-key"]=i,i.startsWith("immersiveopenai_")&&(o.url=this.immersiveProApiUrl,o.headers.token=i,i.endsWith("x")||(o.headers["Immersive-Corpus-Campagin"]="yes"),delete o.headers.Authorization,delete o.headers["api-key"],o.headers={...o.headers,...r})),o}getCacheKeyPrefix(){let t=["openai",this.provider||"",this.model||"",this.systemPrompt||"",this.prompt||"",this.systemPrompt||"",this.multiplePrompt||"",this.subtitlePrompt||""];return kn(t.join("_"))}},f1=um;d();var y1=z6(h1());var b1=[["af","af"],["am","am"],["ar","ar"],["auto","auto"],["az","az"],["be","be"],["bg","bg"],["bn","bn"],["bs","bs"],["ca","ca"],["ceb","ceb"],["co","co"],["cs","cs"],["cy","cy"],["da","da"],["de","de"],["el","el"],["en","en"],["eo","eo"],["es","es"],["et","et"],["eu","eu"],["fa","fa"],["fi","fi"],["fil","fil"],["fj","fj"],["fr","fr"],["fy","fy"],["ga","ga"],["gd","gd"],["gl","gl"],["gu","gu"],["ha","ha"],["haw","haw"],["he","he"],["hi","hi"],["hmn","hmn"],["hr","hr"],["ht","ht"],["hu","hu"],["hy","hy"],["id","id"],["ig","ig"],["is","is"],["it","it"],["ja","ja"],["jw","jw"],["ka","ka"],["kk","kk"],["km","km"],["kn","kn"],["ko","ko"],["ku","ku"],["ky","ky"],["la","la"],["lb","lb"],["lo","lo"],["lt","lt"],["lv","lv"],["mg","mg"],["mi","mi"],["mk","mk"],["ml","ml"],["mn","mn"],["mr","mr"],["ms","ms"],["mt","mt"],["mww","mww"],["my","my"],["ne","ne"],["nl","nl"],["no","no"],["ny","ny"],["otq","otq"],["pa","pa"],["pl","pl"],["ps","ps"],["pt","pt"],["ro","ro"],["ru","ru"],["sd","sd"],["si","si"],["sk","sk"],["sl","sl"],["sm","sm"],["sn","sn"],["so","so"],["sq","sq"],["tn","tn"],["st","st"],["su","su"],["sv","sv"],["sw","sw"],["ta","ta"],["te","te"],["tg","tg"],["th","th"],["tlh","tlh"],["to","to"],["tr","tr"],["ty","ty"],["ug","ug"],["uk","uk"],["ur","ur"],["uz","uz"],["vi","vi"],["xh","xh"],["yi","yi"],["yo","yo"],["yua","yua"],["yue","yue"],["bo","bo"],["sa","sa"],["zh-CN","zh"],["zh-TW","zh-tw"],["zu","zu"]],fs=class e extends we{static langMap=new Map(b1);static langMapReverse=new Map(b1.map(([t,n])=>[n,t]));SHA1;AccessKeyID="";AccessKeySecret="";isSupportList=!0;scene="general";maxTextGroupLength=50;maxTextLength=1e3;constructor(t,n,r){if(super(t,n,r),!t||!t.AccessKeyID||!t.AccessKeySecret)throw new K("AccessKeyID and AccessKeySecret are required");this.AccessKeyID=t.AccessKeyID?.trim(),this.AccessKeySecret=t.AccessKeySecret?.trim(),this.SHA1=new y1.default.SHA1,t.scene&&(this.scene=t.scene)}async translate(t){let{text:n,from:r,to:a}=t,o={FormatType:"text",Scene:this.scene,SourceLanguage:e.langMap.get(r)||"auto",SourceText:n,TargetLanguage:e.langMap.get(a)||a},i=this.scene=="general"?"TranslateGeneral":"Translate",s=await this.signedRequest({secretId:this.AccessKeyID,secretKey:this.AccessKeySecret,action:i,payload:o,service:"mt",version:"2018-10-12"});return{text:s.Data.Translated,from:s.Data.DetectedLanguage&&e.langMapReverse.get(s.Data.DetectedLanguage)||r||"auto",to:e.langMapReverse.get(a)||a}}async translateList(t){let{text:n,from:r,to:a}=t,o=this.scene=="general"?"translate_standard":"translate_ecommerce",i={FormatType:"text",Scene:this.scene,SourceLanguage:e.langMap.get(r)||"auto",SourceText:JSON.stringify(n.reduce((l,c,m)=>(l[m]=c,l),{})),TargetLanguage:e.langMap.get(a)||a,ApiType:o},s=await this.signedRequest({secretId:this.AccessKeyID,secretKey:this.AccessKeySecret,action:"GetBatchTranslate",payload:i,service:"mt",version:"2018-10-12"}),u=s.TranslatedList.length&&s.TranslatedList[0].detectedLanguage;return{text:s.TranslatedList.sort((l,c)=>parseInt(l.index)-parseInt(c.index)).map(l=>l.translated),from:u&&e.langMapReverse.get(u)||r||"auto",to:e.langMapReverse.get(a)||a}}encode(t){return encodeURIComponent(t).replace(/!/g,"%21").replace(/'/g,"%27").replace(/\(/g,"%28").replace(/\)/g,"%29").replace(/\*/g,"%2A")}async signedRequest({secretId:t,secretKey:n,action:r,payload:a,service:o,version:i}){let s=new Date().toISOString(),u=Math.random().toString(36).slice(2),l={Action:r,Version:i,Format:"JSON",AccessKeyId:t,SignatureNonce:u,Timestamp:s,SignatureMethod:"HMAC-SHA1",SignatureVersion:"1.0"},m=(y=>{let h=Object.keys(y).sort().map(C=>`${this.encode(C)}=${this.encode(y[C])}`).join("&");return`POST&%2F&${this.encode(h)}`})(Object.assign({},l,a)),g=this.SHA1.b64_hmac(`${n}&`,m),p=new URLSearchParams(Object.assign({},l,{Signature:g})).toString(),f=await ce({retry:this.retry,url:`https://${o}.aliyuncs.com?${p}`,method:"POST",headers:{"content-type":"application/x-www-form-urlencoded"},body:new URLSearchParams(a).toString(),timeout:this.requestTimeout});if(f instanceof Error)throw f;if(f.Code!=="200")throw new K(f.Message);return f}};d();d();var w5=["authorization","content-type","content-length","user-agent","presigned-expires","expect"],wt={algorithm:"HMAC-SHA256",v4Identifier:"request",dateHeader:"X-Date",tokenHeader:"X-Security-Token",contentSha256Header:"X-Content-Sha256",notSignBody:"X-NotSignBody",kDatePrefix:"",credential:"X-Credential",algorithmKey:"X-Algorithm",signHeadersKey:"X-SignedHeaders",signQueriesKey:"X-SignedQueries",signatureKey:"X-Signature"},lm=e=>{try{return encodeURIComponent(e).replace(/[^A-Za-z0-9_.~\-%]+/g,escape).replace(/[*]/g,t=>`%${t.charCodeAt(0).toString(16).toUpperCase()}`)}catch{return""}},cm=e=>Object.keys(e).map(t=>{let n=e[t];if(typeof n>"u"||n===null)return;let r=lm(t);if(r)return Array.isArray(n)?`${r}=${n.map(lm).sort().join(`&${r}=`)}`:`${r}=${lm(n)}`}).filter(t=>t).join("&"),Vo=class{request;serviceName;bodySha256;constructor(t,n,r){this.request=t,this.request.headers=t.headers||{},this.serviceName=n,r=r||{},this.bodySha256=r.bodySha256,this.request.params=this.sortParams(this.request.params)}sortParams(t){let n={};return t&&Object.keys(t).filter(r=>{let a=t[r];return typeof a<"u"&&a!==null}).sort().map(r=>{n[r]=t[r]}),n}async addAuthorization(t,n){let r=this.getDateTime(n);await this.addHeaders(t,r),this.request.headers.Authorization=await this.authorization(t,r)}async authorization(t,n){let r=[],a=this.credentialString(n);return r.push(`${wt.algorithm} Credential=${t.accessKeyId}/${a}`),r.push(`SignedHeaders=${this.signedHeaders()}`),r.push(`Signature=${await this.signature(t,n)}`),r.join(", ")}async getSignUrl(t,n){let r=this.getDateTime(n),a={...this.request.params},o=this.request.params,i=this.request.headers;t.sessionToken&&(a[wt.tokenHeader]=t.sessionToken),a[wt.dateHeader]=r,a[wt.notSignBody]="",a[wt.credential]=`${t.accessKeyId}/${this.credentialString(r)}`,a[wt.algorithmKey]=wt.algorithm,a[wt.signHeadersKey]="",a[wt.signQueriesKey]=void 0,a[wt.signatureKey]=void 0,a=this.sortParams(a),this.request.params=a,this.request.headers={};let s=await this.signature(t,r);return this.request.params=o,this.request.headers=i,a[wt.signQueriesKey]=Object.keys(a).sort().join(";"),a[wt.signatureKey]=s,cm(a)}getDateTime(t){return this.iso8601(t).replace(/[:\-]|\.\d{3}/g,"")}async addHeaders(t,n){if(this.request.headers[wt.dateHeader]=n,t.sessionToken&&(this.request.headers[wt.tokenHeader]=t.sessionToken),this.request.body){let r=this.request.body;this.request.headers[wt.contentSha256Header]=await Jn(r)}}async signature(t,n){let r=await this.getSigningKey(t,n.substr(0,8),this.request.region,this.serviceName);return al(await Jr(await this.stringToSign(n),r))}async stringToSign(t){let n=[];n.push(wt.algorithm),n.push(t),n.push(this.credentialString(t));let r=await this.canonicalString();return n.push(await this.hexEncodedHash(r)),n.join(` +`)}restoreText(t,n,r,a,o){let i=[];for(let s=0;snew RegExp(s).test(o))&&(o=t)}catch(i){M.debug("e",i)}return o}getCacheKeyPrefix(){let t=[this.model||"",this.apiUrl||"",this.systemPrompt||"",this.prompt||"",this.systemPrompt||"",this.multiplePrompt||"",this.subtitlePrompt||""];return kn(t.join("_"))}},Go=sm;function C5(e,t){return!e.includes(".")&&!e.includes("\u3002")&&(t.endsWith("\u3002")||t.endsWith("."))?t.slice(0,-1):t}var S5=[["auto","auto"],["zh-CN","Simplified Chinese"],["zh-TW","Traditional Chinese"],["zh-CN-NE","Northeastern Chinese"],["en","English"],["yue","Cantonese"],["bo","\u85CF\u8BED"],["wyw","Classical Chinese"],["ja","Japanese"],["ko","Korean"],["fr","French"],["de","German"],["es","Spanish"],["it","Italian"],["ru","Russian"],["pt","Portuguese"],["pt-br","Portuguese (Brazil)"],["nl","Dutch"],["pl","Polish"],["ar","Arabic"],["af","Afrikaans"],["am","Amharic"],["az","Azerbaijani"],["be","Belarusian"],["bg","Bulgarian"],["bn","Bengali"],["bs","Bosnian"],["ca","Catalan"],["ceb","Cebuano"],["co","Corsican"],["cs","Czech"],["cy","Welsh"],["da","Danish"],["el","Greek"],["eo","Esperanto"],["et","Estonian"],["eu","Basque"],["fa","Persian"],["fi","Finnish"],["fj","Fijian"],["fil","Filipino"],["fy","Western Frisian"],["ga","Irish"],["gd","Scottish Gaelic"],["gl","Galician"],["gu","Gujarati"],["ha","Hausa"],["haw","Hawaiian"],["he","Hebrew"],["hi","Hindi"],["hmn","Hmong"],["hr","Croatian"],["ht","Haitian Creole"],["hu","Hungarian"],["hy","Armenian"],["id","Indonesian"],["ig","Igbo"],["is","Icelandic"],["jw","Javanese"],["ka","Georgian"],["kk","Kazakh"],["km","Khmer"],["kn","Kannada"],["ku","Kurdish"],["ky","Kyrgyz"],["la","Lao"],["lb","Luxembourgish"],["lo","Lao"],["lt","Lithuanian"],["lv","Latvian"],["mg","Malagasy"],["mi","Maori"],["mk","Macedonian"],["ml","Malayalam"],["mn","Mongolian"],["mr","Marathi"],["ms","Malay"],["mt","Maltese"],["my","Burmese"],["pa","Punjabi"],["ps","Pashto"],["ro","Romanian"],["si","Sinhala"],["sk","Slovak"],["sl","Slovene"],["sa","Sanskrit"],["sm","Samoan"],["sn","Shona"],["so","Somali"],["sq","Albanian"],["sr","Serbian"],["sr-Cyrl","Serbian (Cyrillic)"],["sr-Latn","Serbian (Latin)"],["st","Southern Sotho"],["su","Sundanese"],["sv","Swedish"],["sw","Swahili"],["ta","Tamil"],["te","Telugu"],["tg","Tajik"],["th","Thai"],["tr","Turkish"],["ug","Uyghur"],["uk","Ukrainian"],["ur","Urdu"],["uz","Uzbek"],["vi","Vietnamese"],["xh","Xhosa"],["yi","Yiddish"],["yo","Yoruba"],["zu","Zulu"]],g1=new Map(S5),um=class extends Go{static langMap=g1;provider="custom";immersiveApiUrl="https://openai-api.immersivetranslate.com/v1/chat/completions";immersiveProApiUrl=Yt()||In()?"https://api2.immersivetranslate.com/openai/v1/chat/completions":"https://test-api2.immersivetranslate.com/openai/v1/chat/completions";temperature=0;constructor(t,n,r){if(super(t,n,r),t||(t={}),t.provider&&(this.provider=t.provider),t.temperature!==void 0&&(this.temperature=parseFloat(t.temperature)),this.provider==="pro"){if(!r.isPro)throw new K("Please activate Pro membership first, \u8BF7\u5148\u5F00\u901A Pro \u4F1A\u5458\u3002");let a=r.userToken||"";if(this.apiKeys=a.split(",").map(o=>o.trim()),!a)throw new K("Login required, \u767B\u5F55\u540E\u624D\u53EF\u4EE5\u4F7F\u7528\u3002");t.proModel&&(t.model=t.proModel),t.proLimit&&(t.limit=t.proLimit)}t&&t.immersiveApiUrl&&(this.immersiveApiUrl=Ot(this.immersiveApiUrl,t.immersiveApiUrl)),this.apiUrl="https://api.openai.com/v1/chat/completions",t.apiUrl&&(this.apiUrl=Ot(this.apiUrl,t.apiUrl)),t&&t.immersiveProApiUrl&&(this.immersiveProApiUrl=Ot(this.immersiveProApiUrl,t.immersiveProApiUrl)),this.model=this.model||"gpt-3.5-turbo-1106"}getLangMap(){return g1}getDefaultRateLimit(){return{limit:10,interval:1300}}parseResponse(t){return t?.choices?.[0]?.message?.content?.trim()}async handleOptions(t,n){let r={};n.refresh&&(r["X-Refresh"]="True"),n.debug&&(r["X-Debug"]="True");let a=[{role:"system",content:this.serviceConfig.systemPrompt||""},{role:"user",content:t}],o={url:this.apiUrl,method:"POST",headers:{"Content-Type":"application/json"},body:JSON.stringify({model:this.model,temperature:this.temperature,messages:a},null,2),timeout:this.requestTimeout,retry:this.retry},i=this.getRandomKey();return this.provider==="pro"?(o.url=this.immersiveProApiUrl,o.headers.token=i,o.headers={...o.headers,...r}):i&&(o.headers.Authorization="Bearer "+i,o.headers["api-key"]=i,i.startsWith("immersiveopenai_")&&(o.url=this.immersiveProApiUrl,o.headers.token=i,i.endsWith("x")||(o.headers["Immersive-Corpus-Campagin"]="yes"),delete o.headers.Authorization,delete o.headers["api-key"],o.headers={...o.headers,...r})),o}getCacheKeyPrefix(){let t=["openai",this.provider||"",this.model||"",this.systemPrompt||"",this.prompt||"",this.systemPrompt||"",this.multiplePrompt||"",this.subtitlePrompt||""];return kn(t.join("_"))}},f1=um;d();var y1=z6(h1());var b1=[["af","af"],["am","am"],["ar","ar"],["auto","auto"],["az","az"],["be","be"],["bg","bg"],["bn","bn"],["bs","bs"],["ca","ca"],["ceb","ceb"],["co","co"],["cs","cs"],["cy","cy"],["da","da"],["de","de"],["el","el"],["en","en"],["eo","eo"],["es","es"],["et","et"],["eu","eu"],["fa","fa"],["fi","fi"],["fil","fil"],["fj","fj"],["fr","fr"],["fy","fy"],["ga","ga"],["gd","gd"],["gl","gl"],["gu","gu"],["ha","ha"],["haw","haw"],["he","he"],["hi","hi"],["hmn","hmn"],["hr","hr"],["ht","ht"],["hu","hu"],["hy","hy"],["id","id"],["ig","ig"],["is","is"],["it","it"],["ja","ja"],["jw","jw"],["ka","ka"],["kk","kk"],["km","km"],["kn","kn"],["ko","ko"],["ku","ku"],["ky","ky"],["la","la"],["lb","lb"],["lo","lo"],["lt","lt"],["lv","lv"],["mg","mg"],["mi","mi"],["mk","mk"],["ml","ml"],["mn","mn"],["mr","mr"],["ms","ms"],["mt","mt"],["mww","mww"],["my","my"],["ne","ne"],["nl","nl"],["no","no"],["ny","ny"],["otq","otq"],["pa","pa"],["pl","pl"],["ps","ps"],["pt","pt"],["ro","ro"],["ru","ru"],["sd","sd"],["si","si"],["sk","sk"],["sl","sl"],["sm","sm"],["sn","sn"],["so","so"],["sq","sq"],["tn","tn"],["st","st"],["su","su"],["sv","sv"],["sw","sw"],["ta","ta"],["te","te"],["tg","tg"],["th","th"],["tlh","tlh"],["to","to"],["tr","tr"],["ty","ty"],["ug","ug"],["uk","uk"],["ur","ur"],["uz","uz"],["vi","vi"],["xh","xh"],["yi","yi"],["yo","yo"],["yua","yua"],["yue","yue"],["bo","bo"],["sa","sa"],["zh-CN","zh"],["zh-TW","zh-tw"],["zu","zu"]],fs=class e extends we{static langMap=new Map(b1);static langMapReverse=new Map(b1.map(([t,n])=>[n,t]));SHA1;AccessKeyID="";AccessKeySecret="";isSupportList=!0;scene="general";maxTextGroupLength=50;maxTextLength=1e3;constructor(t,n,r){if(super(t,n,r),!t||!t.AccessKeyID||!t.AccessKeySecret)throw new K("AccessKeyID and AccessKeySecret are required");this.AccessKeyID=t.AccessKeyID?.trim(),this.AccessKeySecret=t.AccessKeySecret?.trim(),this.SHA1=new y1.default.SHA1,t.scene&&(this.scene=t.scene)}async translate(t){let{text:n,from:r,to:a}=t,o={FormatType:"text",Scene:this.scene,SourceLanguage:e.langMap.get(r)||"auto",SourceText:n,TargetLanguage:e.langMap.get(a)||a},i=this.scene=="general"?"TranslateGeneral":"Translate",s=await this.signedRequest({secretId:this.AccessKeyID,secretKey:this.AccessKeySecret,action:i,payload:o,service:"mt",version:"2018-10-12"});return{text:s.Data.Translated,from:s.Data.DetectedLanguage&&e.langMapReverse.get(s.Data.DetectedLanguage)||r||"auto",to:e.langMapReverse.get(a)||a}}async translateList(t){let{text:n,from:r,to:a}=t,o=this.scene=="general"?"translate_standard":"translate_ecommerce",i={FormatType:"text",Scene:this.scene,SourceLanguage:e.langMap.get(r)||"auto",SourceText:JSON.stringify(n.reduce((l,c,m)=>(l[m]=c,l),{})),TargetLanguage:e.langMap.get(a)||a,ApiType:o},s=await this.signedRequest({secretId:this.AccessKeyID,secretKey:this.AccessKeySecret,action:"GetBatchTranslate",payload:i,service:"mt",version:"2018-10-12"}),u=s.TranslatedList.length&&s.TranslatedList[0].detectedLanguage;return{text:s.TranslatedList.sort((l,c)=>parseInt(l.index)-parseInt(c.index)).map(l=>l.translated),from:u&&e.langMapReverse.get(u)||r||"auto",to:e.langMapReverse.get(a)||a}}encode(t){return encodeURIComponent(t).replace(/!/g,"%21").replace(/'/g,"%27").replace(/\(/g,"%28").replace(/\)/g,"%29").replace(/\*/g,"%2A")}async signedRequest({secretId:t,secretKey:n,action:r,payload:a,service:o,version:i}){let s=new Date().toISOString(),u=Math.random().toString(36).slice(2),l={Action:r,Version:i,Format:"JSON",AccessKeyId:t,SignatureNonce:u,Timestamp:s,SignatureMethod:"HMAC-SHA1",SignatureVersion:"1.0"},m=(y=>{let h=Object.keys(y).sort().map(C=>`${this.encode(C)}=${this.encode(y[C])}`).join("&");return`POST&%2F&${this.encode(h)}`})(Object.assign({},l,a)),g=this.SHA1.b64_hmac(`${n}&`,m),p=new URLSearchParams(Object.assign({},l,{Signature:g})).toString(),f=await ce({retry:this.retry,url:`https://${o}.aliyuncs.com?${p}`,method:"POST",headers:{"content-type":"application/x-www-form-urlencoded"},body:new URLSearchParams(a).toString(),timeout:this.requestTimeout});if(f instanceof Error)throw f;if(f.Code!=="200")throw new K(f.Message);return f}};d();d();var w5=["authorization","content-type","content-length","user-agent","presigned-expires","expect"],wt={algorithm:"HMAC-SHA256",v4Identifier:"request",dateHeader:"X-Date",tokenHeader:"X-Security-Token",contentSha256Header:"X-Content-Sha256",notSignBody:"X-NotSignBody",kDatePrefix:"",credential:"X-Credential",algorithmKey:"X-Algorithm",signHeadersKey:"X-SignedHeaders",signQueriesKey:"X-SignedQueries",signatureKey:"X-Signature"},lm=e=>{try{return encodeURIComponent(e).replace(/[^A-Za-z0-9_.~\-%]+/g,escape).replace(/[*]/g,t=>`%${t.charCodeAt(0).toString(16).toUpperCase()}`)}catch{return""}},cm=e=>Object.keys(e).map(t=>{let n=e[t];if(typeof n>"u"||n===null)return;let r=lm(t);if(r)return Array.isArray(n)?`${r}=${n.map(lm).sort().join(`&${r}=`)}`:`${r}=${lm(n)}`}).filter(t=>t).join("&"),Vo=class{request;serviceName;bodySha256;constructor(t,n,r){this.request=t,this.request.headers=t.headers||{},this.serviceName=n,r=r||{},this.bodySha256=r.bodySha256,this.request.params=this.sortParams(this.request.params)}sortParams(t){let n={};return t&&Object.keys(t).filter(r=>{let a=t[r];return typeof a<"u"&&a!==null}).sort().map(r=>{n[r]=t[r]}),n}async addAuthorization(t,n){let r=this.getDateTime(n);await this.addHeaders(t,r),this.request.headers.Authorization=await this.authorization(t,r)}async authorization(t,n){let r=[],a=this.credentialString(n);return r.push(`${wt.algorithm} Credential=${t.accessKeyId}/${a}`),r.push(`SignedHeaders=${this.signedHeaders()}`),r.push(`Signature=${await this.signature(t,n)}`),r.join(", ")}async getSignUrl(t,n){let r=this.getDateTime(n),a={...this.request.params},o=this.request.params,i=this.request.headers;t.sessionToken&&(a[wt.tokenHeader]=t.sessionToken),a[wt.dateHeader]=r,a[wt.notSignBody]="",a[wt.credential]=`${t.accessKeyId}/${this.credentialString(r)}`,a[wt.algorithmKey]=wt.algorithm,a[wt.signHeadersKey]="",a[wt.signQueriesKey]=void 0,a[wt.signatureKey]=void 0,a=this.sortParams(a),this.request.params=a,this.request.headers={};let s=await this.signature(t,r);return this.request.params=o,this.request.headers=i,a[wt.signQueriesKey]=Object.keys(a).sort().join(";"),a[wt.signatureKey]=s,cm(a)}getDateTime(t){return this.iso8601(t).replace(/[:\-]|\.\d{3}/g,"")}async addHeaders(t,n){if(this.request.headers[wt.dateHeader]=n,t.sessionToken&&(this.request.headers[wt.tokenHeader]=t.sessionToken),this.request.body){let r=this.request.body;this.request.headers[wt.contentSha256Header]=await Jn(r)}}async signature(t,n){let r=await this.getSigningKey(t,n.substr(0,8),this.request.region,this.serviceName);return al(await Jr(await this.stringToSign(n),r))}async stringToSign(t){let n=[];n.push(wt.algorithm),n.push(t),n.push(this.credentialString(t));let r=await this.canonicalString();return n.push(await this.hexEncodedHash(r)),n.join(` `)}async canonicalString(){let t=[],n=this.request.pathname||"/";t.push(this.request.method.toUpperCase()),t.push(n);let r=cm(this.request.params)||"";return t.push(r),t.push(`${this.canonicalHeaders()} `),t.push(this.signedHeaders()),t.push(await this.hexEncodedBodyHash()),t.join(` `)}canonicalHeaders(){let t=[];Object.keys(this.request.headers).forEach(r=>{t.push([r,this.request.headers[r]])}),t.sort((r,a)=>r[0].toLowerCase(){let a=r[0].toLowerCase();if(this.isSignableHeader(a)){let o=r[1];if(typeof o>"u"||o===null||typeof o.toString!="function")throw new K(`Header ${a} contains invalid value`);n.push(`${a}:${this.canonicalHeaderValues(o.toString())}`)}}),n.join(` `)}canonicalHeaderValues(t){return t.replace(/\s+/g," ").replace(/^\s+|\s+$/g,"")}signedHeaders(){let t=[];return Object.keys(this.request.headers).forEach(n=>{n=n.toLowerCase(),this.isSignableHeader(n)&&t.push(n)}),t.sort().join(";")}signedQueries(){return Object.keys(this.request.params).join(";")}credentialString(t){return this.createScope(t.substr(0,8),this.request.region,this.serviceName)}async hexEncodedHash(t){return await Jn(t)}async hexEncodedBodyHash(){return this.request.headers[wt.contentSha256Header]?this.request.headers[wt.contentSha256Header]:this.request.body?await this.hexEncodedHash(cm(this.request.body)):await this.hexEncodedHash("")}isSignableHeader(t){return w5.indexOf(t)<0}iso8601(t){return t===void 0&&(t=new Date),t.toISOString().replace(/\.\d{3}Z$/,"Z")}async getSigningKey(t,n,r,a){let o=await Jr(n,`${wt.kDatePrefix}${t.secretKey}`),i=await Jr(r,o),s=await Jr(a,i);return Jr(wt.v4Identifier,s)}createScope(t,n,r){return[t.substr(0,8),n,r,wt.v4Identifier].join("/")}};var E1=[["af","af"],["am","am"],["ar","ar"],["az","az"],["be","be"],["bg","bg"],["bn","bn"],["bs","bs"],["ca","ca"],["co","co"],["cs","cs"],["cy","cy"],["da","da"],["de","de"],["el","el"],["en","en"],["eo","eo"],["es","es"],["et","et"],["eu","eu"],["fa","fa"],["fi","fi"],["fj","fj"],["fr","fr"],["fy","fy"],["ga","ga"],["gd","gd"],["gl","gl"],["gu","gu"],["ha","ha"],["he","he"],["hi","hi"],["hr","hr"],["ht","ht"],["hu","hu"],["hy","hy"],["id","id"],["ig","ig"],["is","is"],["it","it"],["ja","ja"],["ka","ka"],["kk","kk"],["km","km"],["kn","kn"],["ko","ko"],["ku","ku"],["ky","ky"],["la","la"],["lb","lb"],["lo","lo"],["lt","lt"],["lv","lv"],["mg","mg"],["mi","mi"],["mk","mk"],["ml","ml"],["mn","mn"],["mr","mr"],["ms","ms"],["mt","mt"],["my","my"],["ne","ne"],["nl","nl"],["no","no"],["ny","ny"],["pa","pa"],["pl","pl"],["ps","ps"],["pt","pt"],["ro","ro"],["ru","ru"],["sd","sd"],["si","si"],["sk","sk"],["sl","sl"],["sm","sm"],["sn","sn"],["so","so"],["sq","sq"],["sr","sr"],["st","st"],["su","su"],["sv","sv"],["sw","sw"],["ta","ta"],["te","te"],["tg","tg"],["th","th"],["tn","tn"],["to","to"],["tr","tr"],["ty","ty"],["ug","ug"],["uk","uk"],["ur","ur"],["uz","uz"],["vi","vi"],["xh","xh"],["yi","yi"],["yo","yo"],["zh-CN","zh"],["zh-TW","zh-Hans"],["zu","zu"]],dm=new Map(E1),D5=new Map(E1.map(([e,t])=>[t,e])),mm=class extends we{static langMap=dm;accessKeyId="";secretAccessKey="";maxTextGroupLength=8;constructor(t,n,r){if(super(t,n,r),!t||!t.accessKeyId||!t.secretAccessKey)throw new K("accessKeyId and secretAccessKey are required");this.accessKeyId=t.accessKeyId?.trim(),this.secretAccessKey=t.secretAccessKey?.trim()}async remoteDetectLanguage(t){let r={region:"cn-north-1",method:"POST",params:{Action:"LangDetect",Version:"2020-06-01"},pathname:"/",headers:{"Content-Type":"application/json",host:"open.volcengineapi.com"},body:JSON.stringify({TextList:[t]})},a=new Vo(r,"translate");await a.addAuthorization({accessKeyId:this.accessKeyId,secretKey:this.secretAccessKey});let o=new URLSearchParams(r.params),i=await ce({retry:2,url:"https://open.volcengineapi.com"+r.pathname+"?"+o.toString(),headers:a.request.headers,method:r.method,body:r.body});if(i.DetectedLanguageList&&i.DetectedLanguageList.length>0)return i.DetectedLanguageList[0].Language;if(i.ResponseMetadata&&i.ResponseMetadata.Error){let s=i.ResponseMetadata.Error;throw new K(s.Code,s.Message)}else if(i.ResponseMetaData&&i.ResponseMetaData.Error){let s=i.ResponseMetaData.Error;throw new K(s.Code,s.Message)}else throw new K("response: "+JSON.stringify(i))}async translateList(t){let{text:n,from:r,to:a}=t,o=dm.get(r),i={TargetLanguage:dm.get(a)||a,TextList:n};o?i.SourceLanguage=o:i.SourceLanguage=await this.remoteDetectLanguage(n.join(` -`).slice(0,1e3));let s={region:"cn-north-1",method:"POST",params:{Action:"TranslateText",Version:"2020-06-01"},pathname:"/",headers:{"Content-Type":"application/json",host:"open.volcengineapi.com"},body:JSON.stringify(i)},u=new Vo(s,"translate");await u.addAuthorization({accessKeyId:this.accessKeyId,secretKey:this.secretAccessKey});let l=new URLSearchParams(s.params),c=await ce({retry:2,url:"https://open.volcengineapi.com"+s.pathname+"?"+l.toString(),headers:u.request.headers,method:s.method,body:s.body});if(c.TranslationList){let m=c.TranslationList.map(p=>p.Translation),g=r;return c.TranslationList.length>0&&c.TranslationList[0].DetectedSourceLanguage&&(g=D5.get(c.TranslationList[0].DetectedSourceLanguage)||r),{text:m,from:g,to:a}}else if(c.ResponseMetadata&&c.ResponseMetadata.Error){let m=c.ResponseMetadata.Error;throw new K(m.Code,m.Message)}else if(c.ResponseMetaData&&c.ResponseMetaData.Error){let m=c.ResponseMetaData.Error;throw new K(m.Code,m.Message)}else throw new K("response: "+JSON.stringify(c))}},x1=mm;d();var T1=[["auto","detect"],["af","af"],["am","am"],["ar","ar"],["az","az"],["be","be"],["bg","bg"],["bn","bn"],["bs","bs"],["ca","ca"],["co","co"],["cs","cs"],["cy","cy"],["da","da"],["de","de"],["el","el"],["en","en"],["eo","eo"],["es","es"],["et","et"],["eu","eu"],["fa","fa"],["fi","fi"],["fj","fj"],["fr","fr"],["fy","fy"],["ga","ga"],["gd","gd"],["gl","gl"],["gu","gu"],["ha","ha"],["he","he"],["hi","hi"],["hr","hr"],["ht","ht"],["hu","hu"],["hy","hy"],["id","id"],["ig","ig"],["is","is"],["it","it"],["ja","ja"],["ka","ka"],["kk","kk"],["km","km"],["kn","kn"],["ko","ko"],["ku","ku"],["ky","ky"],["la","la"],["lb","lb"],["lo","lo"],["lt","lt"],["lv","lv"],["mg","mg"],["mi","mi"],["mk","mk"],["ml","ml"],["mn","mn"],["mr","mr"],["ms","ms"],["mt","mt"],["my","my"],["ne","ne"],["nl","nl"],["no","no"],["ny","ny"],["pa","pa"],["pl","pl"],["ps","ps"],["pt","pt"],["ro","ro"],["ru","ru"],["sd","sd"],["si","si"],["sk","sk"],["sl","sl"],["sm","sm"],["sn","sn"],["so","so"],["sq","sq"],["sr","sr"],["st","st"],["su","su"],["sv","sv"],["sw","sw"],["ta","ta"],["te","te"],["tg","tg"],["th","th"],["tn","tn"],["to","to"],["tr","tr"],["ty","ty"],["ug","ug"],["uk","uk"],["ur","ur"],["uz","uz"],["vi","vi"],["xh","xh"],["yi","yi"],["yo","yo"],["zh-CN","zh"],["zh-TW","zh-Hans"],["zu","zu"]],pm=new Map(T1),A5=new Map(T1.map(([e,t])=>[t,e])),hs=class extends we{static langMap=pm;maxTextGroupLength=50;isSupportList=!1;async translate(t){let{text:n,from:r,to:a}=t,o=pm.get(r)||"detect",i=pm.get(a)||a,u=await ce({url:"https://translate.volcengine.com/crx/translate/v1/",method:"POST",headers:{"Content-Type":"application/json"},body:JSON.stringify({source_language:o,target_language:i,text:n}),retry:this.retry});if(u.base_resp&&u.base_resp.status_code===0){let l=u.translation,c=r;return u.detected_language&&(c=A5.get(u.detected_language)||r),{text:l,from:c,to:a}}else{let l=u.base_resp;throw new K(l.status_code.toString(),l.status_message)}}};d();var k5=[["auto","auto"],["en","EN"],["ja","JA"],["pl","PL"],["zh-CN","ZH"],["zh-TW","ZH"],["ja","JA"],["ko","KO"],["es","ES"],["de","DE"],["fr","FR"],["pt","PT"],["ru","RU"],["it","IT"],["id","ID"],["nl","NL"],["pl","PL"],["bg","BG"],["cs","CS"],["da","DA"],["el","EL"],["et","ET"],["fi","FI"],["hu","HU"],["lt","LT"],["lv","LV"],["ro","RO"],["sk","SK"],["sl","SL"],["sv","SV"],["tr","TR"],["uk","UK"]],gm=new Map(k5),bs=class extends we{static langMap=gm;url="";isSupportList=!1;maxTextGroupLength=1;apiKeys=[];constructor(t,n,r){if(super(t,n,r),!t||!t.url)throw new K("deeplx custom url are required, please check your settings.");this.url=t.url,this.apiKeys=this.url.split(",").map(a=>a.trim())}getRandomKey(){let t=Math.floor(Math.random()*this.apiKeys.length);return this.apiKeys[t]}async translate(t){let{text:n,from:r,to:a}=t,o=this.getRandomKey(),s=await ce({retry:this.retry,url:o,headers:{"content-type":"application/json"},method:"POST",body:JSON.stringify({source_lang:gm.get(r)||r,target_lang:gm.get(a)||a,text:n}),timeout:this.requestTimeout});if(s.code===200)return{text:s.data,from:r,to:a};throw new K(s.message||s.message||"API Error")}};d();d();var fm="https://{s}bing.com",D1=fm+"/translator",_5=fm+"/ttranslatev3",L5=fm+"/tspellcheckv3",Dl="bingGlobalConfig",A1=[["auto","auto-detect"],["ar","ar"],["ga","ga"],["et","et"],["bg","bg"],["is","is"],["pl","pl"],["bs","bs-Latn"],["fa","fa"],["da","da"],["de","de"],["ru","ru"],["fr","fr"],["zh-TW","zh-Hant"],["fil","fil"],["fj","fj"],["fi","fi"],["gu","gu"],["kk","kk"],["ht","ht"],["ko","ko"],["nl","nl"],["ca","ca"],["zh-CN","zh-Hans"],["cs","cs"],["kn","kn"],["otq","otq"],["tlh","tlh"],["hr","hr"],["lv","lv"],["lt","lt"],["ro","ro"],["mg","mg"],["mt","mt"],["mr","mr"],["ml","ml"],["ms","ms"],["mi","mi"],["bn","bn-BD"],["hmn","mww"],["af","af"],["pa","pa"],["pt","pt"],["ps","ps"],["ja","ja"],["sv","sv"],["sm","sm"],["sr-Latn","sr-Latn"],["sr-Cyrl","sr-Cyrl"],["no","nb"],["sk","sk"],["sl","sl"],["sw","sw"],["ty","ty"],["te","te"],["ta","ta"],["th","th"],["to","to"],["tr","tr"],["cy","cy"],["ur","ur"],["uk","uk"],["es","es"],["he","iw"],["el","el"],["hu","hu"],["it","it"],["hi","hi"],["id","id"],["en","en"],["yua","yua"],["yue","yua"],["vi","vi"],["ku","ku"],["km","kmr"]],v1=new Map(A1),C1=new Map(A1.map(([e,t])=>[t,e])),S1=1e3,Xn,Ko;function hm(e,t){return e.replace("{s}",t?t+".":"")}async function F5(){if(!Xn){let n=await oe.storage.local.get(Dl);return n&&(Xn=n[Dl]),!0}let{tokenTs:e,tokenExpiryInterval:t}=Xn;return Date.now()-e>t}async function w1(){let e,t,n,r,a,o,i,s,u,l;try{let c=hm(D1,e),m=await ce({retry:2,url:c,responseType:"raw"}),{body:g,headers:p,url:f}=m;e=f.match(/^https?:\/\/(\w+)\.bing\.com/)[1],l=p["set-cookie"],t=g.match(/IG:"([^"]+)"/)[1],n=g.match(/data-iid="([^"]+)"/)[1],[a,r,o,i,s,u]=JSON.parse(g.match(/params_AbusePreventionHelper\s?=\s?([^\]]+\])/)[1])}catch(c){throw c}return Xn={subdomain:e,IG:t,IID:n,key:a,token:r,tokenTs:a,tokenExpiryInterval:o,isVertical:i,frontDoorBotClassification:s,isSignedInOrCorporateUser:u,cookie:l,count:0},await oe.storage.local.set({[Dl]:Xn}),Xn}function P5(e){let{IG:t,IID:n,subdomain:r,isVertical:a}=Xn;return hm(e?L5:_5,r)+"?isVertical=1"+(t&&t.length?"&IG="+t:"")+(n&&n.length?"&IID="+n+"."+Xn.count++:"")}function M5(e,t,n,r){let{token:a,key:o}=Xn,i={fromLang:n,text:t,token:a,key:o};return!e&&r&&(i.to=r),i}async function k1(e,t,n){if(!e||!(e=e.trim()))return;if(e.length>S1)throw new Error(`The supported maximum length of text is ${S1}. Please shorten the text.`);Ko||(Ko=w1()),await Ko,await F5()&&(Ko=w1(),await Ko),t=t||"auto",n=n||"zh-CN",t=v1.get(t)||t,n=v1.get(n)||n;let a=P5(!1),o=M5(!1,e,t,n==="auto-detect"?"zh-Hans":n),i={referer:hm(D1,Xn.subdomain),"content-type":"application/x-www-form-urlencoded"},s=new URLSearchParams(o),u=a,l=s.toString(),c=await ce({retry:2,url:u,headers:i,method:"POST",body:l});if(c.ShowCaptcha||c.StatusCode===401||c.statusCode){if(Xn=null,Ko=null,await oe.storage.local.remove(Dl),c.ShowCaptcha)throw new Error(` +`).slice(0,1e3));let s={region:"cn-north-1",method:"POST",params:{Action:"TranslateText",Version:"2020-06-01"},pathname:"/",headers:{"Content-Type":"application/json",host:"open.volcengineapi.com"},body:JSON.stringify(i)},u=new Vo(s,"translate");await u.addAuthorization({accessKeyId:this.accessKeyId,secretKey:this.secretAccessKey});let l=new URLSearchParams(s.params),c=await ce({retry:2,url:"https://open.volcengineapi.com"+s.pathname+"?"+l.toString(),headers:u.request.headers,method:s.method,body:s.body});if(c.TranslationList){let m=c.TranslationList.map(p=>p.Translation),g=r;return c.TranslationList.length>0&&c.TranslationList[0].DetectedSourceLanguage&&(g=D5.get(c.TranslationList[0].DetectedSourceLanguage)||r),{text:m,from:g,to:a}}else if(c.ResponseMetadata&&c.ResponseMetadata.Error){let m=c.ResponseMetadata.Error;throw new K(m.Code,m.Message)}else if(c.ResponseMetaData&&c.ResponseMetaData.Error){let m=c.ResponseMetaData.Error;throw new K(m.Code,m.Message)}else throw new K("response: "+JSON.stringify(c))}},x1=mm;d();var T1=[["auto","detect"],["af","af"],["am","am"],["ar","ar"],["az","az"],["be","be"],["bg","bg"],["bn","bn"],["bs","bs"],["ca","ca"],["co","co"],["cs","cs"],["cy","cy"],["da","da"],["de","de"],["el","el"],["en","en"],["eo","eo"],["es","es"],["et","et"],["eu","eu"],["fa","fa"],["fi","fi"],["fj","fj"],["fr","fr"],["fy","fy"],["ga","ga"],["gd","gd"],["gl","gl"],["gu","gu"],["ha","ha"],["he","he"],["hi","hi"],["hr","hr"],["ht","ht"],["hu","hu"],["hy","hy"],["id","id"],["ig","ig"],["is","is"],["it","it"],["ja","ja"],["ka","ka"],["kk","kk"],["km","km"],["kn","kn"],["ko","ko"],["ku","ku"],["ky","ky"],["la","la"],["lb","lb"],["lo","lo"],["lt","lt"],["lv","lv"],["mg","mg"],["mi","mi"],["mk","mk"],["ml","ml"],["mn","mn"],["mr","mr"],["ms","ms"],["mt","mt"],["my","my"],["ne","ne"],["nl","nl"],["no","no"],["ny","ny"],["pa","pa"],["pl","pl"],["ps","ps"],["pt","pt"],["ro","ro"],["ru","ru"],["sd","sd"],["si","si"],["sk","sk"],["sl","sl"],["sm","sm"],["sn","sn"],["so","so"],["sq","sq"],["sr","sr"],["st","st"],["su","su"],["sv","sv"],["sw","sw"],["ta","ta"],["te","te"],["tg","tg"],["th","th"],["tn","tn"],["to","to"],["tr","tr"],["ty","ty"],["ug","ug"],["uk","uk"],["ur","ur"],["uz","uz"],["vi","vi"],["xh","xh"],["yi","yi"],["yo","yo"],["zh-CN","zh"],["zh-TW","zh-Hans"],["zu","zu"]],pm=new Map(T1),A5=new Map(T1.map(([e,t])=>[t,e])),hs=class extends we{static langMap=pm;maxTextGroupLength=50;isSupportList=!1;async translate(t){let{text:n,from:r,to:a}=t,o=pm.get(r)||"detect",i=pm.get(a)||a,u=await ce({url:"https://translate.volcengine.com/crx/translate/v1/",method:"POST",headers:{"Content-Type":"application/json"},body:JSON.stringify({source_language:o,target_language:i,text:n}),retry:this.retry});if(u.base_resp&&u.base_resp.status_code===0){let l=u.translation,c=r;return u.detected_language&&(c=A5.get(u.detected_language)||r),{text:l,from:c,to:a}}else{let l=u.base_resp;throw new K(l.status_code.toString(),l.status_message)}}};d();var k5=[["auto","auto"],["en","EN"],["ja","JA"],["pl","PL"],["zh-CN","ZH"],["zh-TW","ZH"],["ja","JA"],["ko","KO"],["es","ES"],["de","DE"],["fr","FR"],["pt","PT"],["ru","RU"],["it","IT"],["id","ID"],["nl","NL"],["pl","PL"],["bg","BG"],["cs","CS"],["da","DA"],["el","EL"],["et","ET"],["fi","FI"],["hu","HU"],["lt","LT"],["lv","LV"],["ro","RO"],["sk","SK"],["sl","SL"],["sv","SV"],["tr","TR"],["uk","UK"]],gm=new Map(k5),bs=class extends we{static langMap=gm;url="";isSupportList=!1;maxTextGroupLength=1;apiKeys=[];constructor(t,n,r){if(super(t,n,r),!t||!t.url)throw new K("deeplx custom url are required, please check your settings.");this.url=t.url,this.apiKeys=this.url.split(",").map(a=>a.trim())}getRandomKey(){let t=Math.floor(Math.random()*this.apiKeys.length);return this.apiKeys[t]}async translate(t){let{text:n,from:r,to:a}=t,o=this.getRandomKey(),s=await ce({retry:this.retry,url:o,headers:{"content-type":"application/json"},method:"POST",body:JSON.stringify({source_lang:gm.get(r)||r,target_lang:gm.get(a)||a,text:n}),timeout:this.requestTimeout});if(s.code===200)return{text:s.data,from:r,to:a};throw new K(s.message||s.message||"API Error")}};d();d();var fm="https://{s}bing.com",D1=fm+"/translator",_5=fm+"/ttranslatev3",L5=fm+"/tspellcheckv3",Dl="bingGlobalConfig",A1=[["auto","auto-detect"],["ar","ar"],["ga","ga"],["et","et"],["bg","bg"],["is","is"],["pl","pl"],["bs","bs-Latn"],["fa","fa"],["da","da"],["de","de"],["ru","ru"],["fr","fr"],["zh-TW","zh-Hant"],["fil","fil"],["fj","fj"],["fi","fi"],["gu","gu"],["kk","kk"],["ht","ht"],["ko","ko"],["nl","nl"],["ca","ca"],["zh-CN","zh-Hans"],["cs","cs"],["kn","kn"],["otq","otq"],["tlh","tlh"],["hr","hr"],["lv","lv"],["lt","lt"],["ro","ro"],["mg","mg"],["mt","mt"],["mr","mr"],["ml","ml"],["ms","ms"],["mi","mi"],["bn","bn-BD"],["hmn","mww"],["af","af"],["pa","pa"],["pt","pt"],["ps","ps"],["ja","ja"],["sv","sv"],["sm","sm"],["sr-Latn","sr-Latn"],["sr-Cyrl","sr-Cyrl"],["no","nb"],["sk","sk"],["sl","sl"],["sw","sw"],["ty","ty"],["te","te"],["ta","ta"],["th","th"],["to","to"],["tr","tr"],["cy","cy"],["ur","ur"],["uk","uk"],["es","es"],["he","iw"],["el","el"],["hu","hu"],["it","it"],["hi","hi"],["id","id"],["en","en"],["yua","yua"],["yue","yua"],["vi","vi"],["ku","ku"],["km","kmr"]],v1=new Map(A1),C1=new Map(A1.map(([e,t])=>[t,e])),S1=1e3,Xn,Ko;function hm(e,t){return e.replace("{s}",t?t+".":"")}async function P5(){if(!Xn){let n=await oe.storage.local.get(Dl);return n&&(Xn=n[Dl]),!0}let{tokenTs:e,tokenExpiryInterval:t}=Xn;return Date.now()-e>t}async function w1(){let e,t,n,r,a,o,i,s,u,l;try{let c=hm(D1,e),m=await ce({retry:2,url:c,responseType:"raw"}),{body:g,headers:p,url:f}=m;e=f.match(/^https?:\/\/(\w+)\.bing\.com/)[1],l=p["set-cookie"],t=g.match(/IG:"([^"]+)"/)[1],n=g.match(/data-iid="([^"]+)"/)[1],[a,r,o,i,s,u]=JSON.parse(g.match(/params_AbusePreventionHelper\s?=\s?([^\]]+\])/)[1])}catch(c){throw c}return Xn={subdomain:e,IG:t,IID:n,key:a,token:r,tokenTs:a,tokenExpiryInterval:o,isVertical:i,frontDoorBotClassification:s,isSignedInOrCorporateUser:u,cookie:l,count:0},await oe.storage.local.set({[Dl]:Xn}),Xn}function F5(e){let{IG:t,IID:n,subdomain:r,isVertical:a}=Xn;return hm(e?L5:_5,r)+"?isVertical=1"+(t&&t.length?"&IG="+t:"")+(n&&n.length?"&IID="+n+"."+Xn.count++:"")}function M5(e,t,n,r){let{token:a,key:o}=Xn,i={fromLang:n,text:t,token:a,key:o};return!e&&r&&(i.to=r),i}async function k1(e,t,n){if(!e||!(e=e.trim()))return;if(e.length>S1)throw new Error(`The supported maximum length of text is ${S1}. Please shorten the text.`);Ko||(Ko=w1()),await Ko,await P5()&&(Ko=w1(),await Ko),t=t||"auto",n=n||"zh-CN",t=v1.get(t)||t,n=v1.get(n)||n;let a=F5(!1),o=M5(!1,e,t,n==="auto-detect"?"zh-Hans":n),i={referer:hm(D1,Xn.subdomain),"content-type":"application/x-www-form-urlencoded"},s=new URLSearchParams(o),u=a,l=s.toString(),c=await ce({retry:2,url:u,headers:i,method:"POST",body:l});if(c.ShowCaptcha||c.StatusCode===401||c.statusCode){if(Xn=null,Ko=null,await oe.storage.local.remove(Dl),c.ShowCaptcha)throw new Error(` Sorry that bing translator seems to be asking for the captcha, Please take care not to request too frequently. The response code is ${c.StatusCode}. `);if(c.StatusCode===401)throw new Error(` Max count of translation exceeded. Please try it again later. The response code is 401. - `);if(c.statusCode)throw new Error(`Something went wrong! The response is ${JSON.stringify(c)}.`)}let m=c[0].translations[0],g=c[0].detectedLanguage;return{text:m.text,from:C1.get(g.language),to:C1.get(m.to)}}d();var Al=new Map;async function bm(e){let t=e.url;if(e.method&&(t+=e.method),e.body&&(t+=kn(e.body)),Al.has(t))return Al.get(t);let n=ce(e);Al.set(t,n);try{return await n}catch(r){throw r}finally{setTimeout(()=>{Al.delete(t)},3e3)}}async function _1(e){return bm(e)}async function kl(e){if(Ue()){let n=Y2();if(n)try{return await n.ask("throttleRequest",e)}catch(r){throw P.error("can not comunicate with root frame, use strict limiter",r),r}else return bm(e)}else return bm(e)}d();function L1(e){let t=e.split(".");if(t.length<=1)throw new Error("invlaid token");let n=t[1];if(!n)throw new Error("invalid base64 url token");let r=n.replace(/-/g,"+").replace(/_/g,"/"),a=decodeURIComponent(globalThis.atob(r).split("").map(function(s){return"%"+("00"+s.charCodeAt(0).toString(16)).slice(-2)}).join("")),o=JSON.parse(a),i=new Date(o.exp*1e3);return{accessToken:e,accessTokenExpiresAt:i.toISOString()}}d();async function _l(e){await ud(e)}async function Ll(e,t){let n=await od(e);if(n?.accessToken&&n?.accessTokenExpiresAt){let r=Date.now(),o=new Date(n.accessTokenExpiresAt).getTime();if(o-r>30*1e3)return n;if(o-r>3e3)return F1(e,t)}return F1(e,t)}async function F1(e,t){let n=await t(),r=n.accessTokenExpiresAt,o=new Date(r).getTime()-Date.now();return await id(e,n,o-1e3),n}var B5=[["auto",""],["ar","ar"],["ga","ga"],["et","et"],["bg","bg"],["is","is"],["pl","pl"],["bs","bs-Latn"],["fa","fa"],["da","da"],["de","de"],["ru","ru"],["fr","fr"],["zh-TW","zh-Hant"],["fil","fil"],["fj","fj"],["fi","fi"],["gu","gu"],["kk","kk"],["he","he"],["ht","ht"],["ko","ko"],["nl","nl"],["ca","ca"],["zh-CN","zh-Hans"],["wyw","lzh"],["cs","cs"],["kn","kn"],["otq","otq"],["tlh","tlh"],["hr","hr"],["lv","lv"],["lt","lt"],["ro","ro"],["mg","mg"],["mt","mt"],["mr","mr"],["ml","ml"],["ms","ms"],["mi","mi"],["bn","bn-BD"],["hmn","mww"],["af","af"],["pa","pa"],["pt","pt"],["ps","ps"],["ja","ja"],["sv","sv"],["sm","sm"],["sr-Latn","sr-Latn"],["sr-Cyrl","sr-Cyrl"],["no","nb"],["sk","sk"],["sl","sl"],["sw","sw"],["ty","ty"],["te","te"],["ta","ta"],["th","th"],["to","to"],["tr","tr"],["cy","cy"],["ur","ur"],["uk","uk"],["es","es"],["el","el"],["hu","hu"],["it","it"],["hi","hi"],["id","id"],["en","en"],["yua","yua"],["bo","bo"],["vi","vi"]],ym=new Map(B5),ys=class extends we{static langMap=ym;isSupportList=!0;maxTextLength=1800;constructor(t,n,r){super(t,n,r)}static async clearState(){await _l(Hc)}async translate(t){let{text:n,from:r,to:a}=t;return n?await k1(n,r,a):{...t}}async init(){await this.getAccessToken()}async getAccessToken(){return await Ll(Hc,async()=>{let t=await kl({responseType:"text",url:"https://edge.microsoft.com/translate/auth",headers:{accept:"*/*","accept-language":"zh-TW,zh;q=0.9,ja;q=0.8,zh-CN;q=0.7,en-US;q=0.6,en;q=0.5","cache-control":"no-cache",pragma:"no-cache","sec-ch-ua":'"Microsoft Edge";v="113", "Chromium";v="113", "Not-A.Brand";v="24"',"sec-ch-ua-mobile":"?0","sec-ch-ua-platform":'"Windows"',"sec-fetch-dest":"empty","sec-fetch-mode":"cors","sec-fetch-site":"cross-site","sec-mesh-client-arch":"x86_64","sec-mesh-client-edge-channel":"beta","sec-mesh-client-edge-version":"113.0.1774.23","sec-mesh-client-os":"Windows","sec-mesh-client-os-version":"10.0.19044","sec-mesh-client-webview":"0",Referer:"https://appsumo.com/","Referrer-Policy":"strict-origin-when-cross-origin"},body:null,method:"GET",timeout:5e3,retry:this.retry});return L1(t)})}async translateList(t){let{from:n,to:r,text:a}=t,o=ym.get(n)||"auto",i=ym.get(r)||r;o==="auto"&&(o="");let s=await this.getAccessToken(),u=[];for(let g of a)u.push({Text:g});let l=JSON.stringify(u),c=`https://api-edge.cognitive.microsofttranslator.com/translate?from=${o}&to=${i}&api-version=3.0&includeSentenceLength=true`,m=await ce({url:c,headers:{accept:"*/*","accept-language":"zh-TW,zh;q=0.9,ja;q=0.8,zh-CN;q=0.7,en-US;q=0.6,en;q=0.5",authorization:"Bearer "+s.accessToken,"cache-control":"no-cache","content-type":"application/json",pragma:"no-cache","sec-ch-ua":'"Microsoft Edge";v="113", "Chromium";v="113", "Not-A.Brand";v="24"',"sec-ch-ua-mobile":"?0","sec-ch-ua-platform":'"Windows"',"sec-fetch-dest":"empty","sec-fetch-mode":"cors","sec-fetch-site":"cross-site","Referrer-Policy":"strict-origin-when-cross-origin","User-Agent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36 Edg/120.0.0.0"},body:l,method:"POST",timeout:this.requestTimeout});if(m&&m.length>0&&m[0].translations&&m[0].translations.length>0)return{text:m.map(g=>g.translations[0]?.text||""),from:n,to:r};throw new K("Microsoft translate error "+JSON.stringify(m))}};d();var P1=[["auto","auto"],["zh-CN","zh"],["en","en"],["yue","yue"],["wyw","wyw"],["ja","jp"],["ko","kor"],["fr","fra"],["es","spa"],["th","th"],["ar","ara"],["ru","ru"],["pt","pt"],["de","de"],["it","it"],["el","el"],["nl","nl"],["pl","pl"],["bg","bul"],["et","est"],["da","dan"],["fi","fin"],["cs","cs"],["ro","rom"],["sl","slo"],["sv","swe"],["hu","hu"],["zh-TW","cht"],["vi","vie"]],Em=new Map(P1),R5=new Map(P1.map(([e,t])=>[t,e])),xm=class extends we{static langMap=Em;endpoint="https://api.fanyi.baidu.com/api/trans/vip/translate";fieldEndpoint="https://fanyi-api.baidu.com/api/trans/vip/fieldtranslate";appid="";key="";isSupportList=!1;maxTextGroupLength=3;action=!1;domain="";constructor(t,n,r){if(super(t,n,r),!t||!t.appid||!t.key)throw new K("appid and key are required");this.appid=t.appid?.trim(),this.key=t.key?.trim(),t.action&&(this.action=!0),t.endpoint&&(this.endpoint=t.endpoint),t.fieldEndpoint&&(this.fieldEndpoint=t.fieldEndpoint),t.domain&&(this.domain=t.domain,this.endpoint=this.fieldEndpoint)}getDefaultRateLimit(){return{limit:1,interval:1550}}async translate(t){let n=Date.now().toString(),{endpoint:r}=this,{appid:a,key:o}=this,{text:i,from:s,to:u}=t,l=kn(a+i+n+o);this.domain&&(l=kn(a+i+n+this.domain+o));let c=new URLSearchParams({from:Em.get(s)||"auto",to:Em.get(u)||u,q:i,salt:n,appid:a,sign:l});this.action&&c.set("action","1"),this.domain&&c.set("domain",this.domain);let m=new URL(r);m.search=c.toString();let g=await ce({url:m.toString(),retry:this.retry,timeout:this.requestTimeout});if(g.error_code)throw new K("API_SERVER_ERROR",g.error_msg);let{trans_result:p,from:f}=g,y=p.map(({dst:h})=>h);return{from:R5.get(f)||f,to:u,text:y.join(` -`)}}},M1=xm;d();d();var ja=class extends we{langMap;requestBaseConfig;apiServiceConfig;constructor(t,n,r){super(t,n,r),this.apiServiceConfig=this.serviceConfig,this.isSupportList=this.apiServiceConfig.isSupportList,this.langMap=new Map(this.apiServiceConfig.langs),this.requestBaseConfig=this.handleBaseApiServiceConfig(this.apiServiceConfig)}async translate(t){if(!Object.keys(this.apiServiceConfig).length)throw"serivce id not found config";let{text:n,from:r,to:a}=t;if(!this.langMap.has(a))throw new K(`Unsupported language: ${a}`);a=this.langMap.get(a);let o=await this.checkLang(r,n);if(!o)return{text:n,from:r,to:a};r=o;let i=this.handleRequest(n,r,a),s=await Bu(i);return{text:this.handleResponseText(s),from:r,to:a}}async translateList(t){if(!Object.keys(this.apiServiceConfig).length)throw new K("serivce id not found config");let{text:n,from:r,to:a}=t;if(!this.langMap.has(a))throw new K(`Unsupported language: ${a}`);a=this.langMap.get(a);let o=await this.checkLang(r,n.join(" "));if(!o)return{text:n,from:r,to:a};r=o;let i=this.handleRequest(n,r,a),s=await Bu(i);return{text:this.handleResponseText(s),from:r,to:a}}handleBaseApiServiceConfig(t){let n=t.request.url,r=t.request.headers||{};return r["content-type"]||(r["content-type"]="application/json"),{url:n,retry:t.request.retry||this.retry,method:t.request.method||"POST",headers:r,body:JSON.stringify(t.request.body),timeout:this.requestTimeout}}async checkLang(t,n){if(t=="auto"){if(this.langMap.has("auto"))return"auto";t=await this.detectLanguageRemotely(n.slice(0,this.apiServiceConfig.checkLangLenth||10))}return this.langMap.has(t)?this.langMap.get(t):null}handleRequest(t,n,r){let a={...this.requestBaseConfig},o=a?.body||"",i=this.apiServiceConfig.keywords||{};a.body=u(o);let s=a.headers||{};return Object.keys(s).forEach(l=>{s[l]=u(s[l])}),a.headers=s,a.url=u(a.url||""),a;function u(l){return l.replaceAll('"{text}"',()=>Array.isArray(t)?JSON.stringify(t):`"${t}"`).replaceAll("{from}",n).replaceAll("{to}",r).replaceAll(/{([a-z:_]+)}/gi,(m,g)=>{let[p,f]=g.split(":"),y=i[p];return f==="random"?I5(y.split(",")):y})}}handleResponseText(t){let n=this.apiServiceConfig.response,r=t,a=n.text.split(".");for(let o of a){if(Array.isArray(r))return r=r.map(i=>i[o]),r;r=r[o]}return r}detectLanguageRemotely(t){return kr.detectLanguageRemotelyByTransmart(t)}};function I5(e){let t=Math.floor(Math.random()*e.length);return e[t]}var B1=[["zh-CN","zh"],["en","en"],["ja","ja"],["ko","ko"],["fr","fr"],["es","es"],["ru","ru"]],Tm=class extends ja{static langMap=new Map(B1);constructor(t,n,r){if(!t?.token)throw new K("token are required");super({...t,isSupportList:!0,langs:B1,keywords:{token:t.token?.trim()},request:{headers:{"content-type":"application/json","x-authorization":"token {token:random}"},url:"https://api.interpreter.caiyunai.com/v1/translator",retry:2,body:{source:"{text}",trans_type:"{from}2{to}"}},response:{text:"target"}},n,r)}},R1=Tm;d();var O5=[["auto","auto"],["zh-CN","zh"],["en","en"],["ja","ja"]],Fl=new Map(O5),vm=class extends we{static langMap=Fl;token="ssdj273ksdiwi923bsd9";constructor(t,n,r){super(t,n,r)}getDefaultRateLimit(){return{limit:5,interval:1050}}async translateList(t){let{text:n,from:r,to:a}=t;if(!Fl.get(a))throw new K(`Unsupported language: ${a}`);if(r==="auto")throw new K("Unsupported language: auto");let i=n;return{text:(await ce({retry:this.retry,url:"https://api.interpreter.caiyunai.com/v1/translator",headers:{"content-type":"application/json","x-authorization":"token "+this.token},method:"POST",body:JSON.stringify({source:i,trans_type:`${Fl.get(r)||"auto"}2${Fl.get(a)}`}),timeout:this.requestTimeout})).target,from:r,to:a}}},I1=vm;d();var O1=[["auto","auto"],["en","en"],["ru","ru"],["pt","pt"],["es","es"],["zh-CN","zh-CHS"],["ja","ja"],["ko","ko"],["fr","fr"],["ar","ar"],["id","id"],["vi","vi"],["it","it"]],Cm=new Map(O1),N5=new Map(O1.map(([e,t])=>[t,e]));function j5(e){let t=e.length;return t<=20?e:e.substring(0,10)+t+e.substring(t-10,t)}var Sm=class extends we{static langMap=Cm;isSupportList=!1;appId="";appSecret="";throttleLimit=5;domain="general";vocabId="";constructor(t,n,r){if(super(t,n,r),!t||!t.appId||!t.appSecret)throw new K("appId and appSecret are required");this.appId=t.appId?.trim(),this.appSecret=t.appSecret?.trim(),t.domain&&(this.domain=t.domain),t&&t.vocabId&&(this.vocabId=t.vocabId)}getDefaultRateLimit(){return{limit:5,interval:1050}}async translate(t){let{text:n,from:r,to:a}=t,o=U5(32),i=Math.round(new Date().getTime()/1e3),s=this.appId+j5(n)+o+i+this.appSecret,u=await Jn(s),l={q:n,appKey:this.appId,salt:o.toString(),from:Cm.get(r)||"auto",to:Cm.get(a)||a,sign:u,signType:"v3",curtime:i.toString()};this.domain&&this.domain!=="general"&&(l.domain=this.domain),this.vocabId&&(l.vocabId=this.vocabId);let c=new URLSearchParams(l),g=await ce({url:"https://openapi.youdao.com/api",method:"POST",body:c.toString(),headers:{"Content-Type":"application/x-www-form-urlencoded"},retry:this.retry,timeout:this.requestTimeout});if(!g.translation)throw new K(JSON.stringify(g));let p=g.l,[f,y]=p.split("2");return{text:g.translation.join(` + `);if(c.statusCode)throw new Error(`Something went wrong! The response is ${JSON.stringify(c)}.`)}let m=c[0].translations[0],g=c[0].detectedLanguage;return{text:m.text,from:C1.get(g.language),to:C1.get(m.to)}}d();var Al=new Map;async function bm(e){let t=e.url;if(e.method&&(t+=e.method),e.body&&(t+=kn(e.body)),Al.has(t))return Al.get(t);let n=ce(e);Al.set(t,n);try{return await n}catch(r){throw r}finally{setTimeout(()=>{Al.delete(t)},3e3)}}async function _1(e){return bm(e)}async function kl(e){if(Ue()){let n=Y2();if(n)try{return await n.ask("throttleRequest",e)}catch(r){throw M.error("can not comunicate with root frame, use strict limiter",r),r}else return bm(e)}else return bm(e)}d();function L1(e){let t=e.split(".");if(t.length<=1)throw new Error("invlaid token");let n=t[1];if(!n)throw new Error("invalid base64 url token");let r=n.replace(/-/g,"+").replace(/_/g,"/"),a=decodeURIComponent(globalThis.atob(r).split("").map(function(s){return"%"+("00"+s.charCodeAt(0).toString(16)).slice(-2)}).join("")),o=JSON.parse(a),i=new Date(o.exp*1e3);return{accessToken:e,accessTokenExpiresAt:i.toISOString()}}d();async function _l(e){await ud(e)}async function Ll(e,t){let n=await od(e);if(n?.accessToken&&n?.accessTokenExpiresAt){let r=Date.now(),o=new Date(n.accessTokenExpiresAt).getTime();if(o-r>30*1e3)return n;if(o-r>3e3)return P1(e,t)}return P1(e,t)}async function P1(e,t){let n=await t(),r=n.accessTokenExpiresAt,o=new Date(r).getTime()-Date.now();return await id(e,n,o-1e3),n}var B5=[["auto",""],["ar","ar"],["ga","ga"],["et","et"],["bg","bg"],["is","is"],["pl","pl"],["bs","bs-Latn"],["fa","fa"],["da","da"],["de","de"],["ru","ru"],["fr","fr"],["zh-TW","zh-Hant"],["fil","fil"],["fj","fj"],["fi","fi"],["gu","gu"],["kk","kk"],["he","he"],["ht","ht"],["ko","ko"],["nl","nl"],["ca","ca"],["zh-CN","zh-Hans"],["wyw","lzh"],["cs","cs"],["kn","kn"],["otq","otq"],["tlh","tlh"],["hr","hr"],["lv","lv"],["lt","lt"],["ro","ro"],["mg","mg"],["mt","mt"],["mr","mr"],["ml","ml"],["ms","ms"],["mi","mi"],["bn","bn-BD"],["hmn","mww"],["af","af"],["pa","pa"],["pt","pt"],["ps","ps"],["ja","ja"],["sv","sv"],["sm","sm"],["sr-Latn","sr-Latn"],["sr-Cyrl","sr-Cyrl"],["no","nb"],["sk","sk"],["sl","sl"],["sw","sw"],["ty","ty"],["te","te"],["ta","ta"],["th","th"],["to","to"],["tr","tr"],["cy","cy"],["ur","ur"],["uk","uk"],["es","es"],["el","el"],["hu","hu"],["it","it"],["hi","hi"],["id","id"],["en","en"],["yua","yua"],["bo","bo"],["vi","vi"]],ym=new Map(B5),ys=class extends we{static langMap=ym;isSupportList=!0;maxTextLength=1800;constructor(t,n,r){super(t,n,r)}static async clearState(){await _l(Hc)}async translate(t){let{text:n,from:r,to:a}=t;return n?await k1(n,r,a):{...t}}async init(){await this.getAccessToken()}async getAccessToken(){return await Ll(Hc,async()=>{let t=await kl({responseType:"text",url:"https://edge.microsoft.com/translate/auth",headers:{accept:"*/*","accept-language":"zh-TW,zh;q=0.9,ja;q=0.8,zh-CN;q=0.7,en-US;q=0.6,en;q=0.5","cache-control":"no-cache",pragma:"no-cache","sec-ch-ua":'"Microsoft Edge";v="113", "Chromium";v="113", "Not-A.Brand";v="24"',"sec-ch-ua-mobile":"?0","sec-ch-ua-platform":'"Windows"',"sec-fetch-dest":"empty","sec-fetch-mode":"cors","sec-fetch-site":"cross-site","sec-mesh-client-arch":"x86_64","sec-mesh-client-edge-channel":"beta","sec-mesh-client-edge-version":"113.0.1774.23","sec-mesh-client-os":"Windows","sec-mesh-client-os-version":"10.0.19044","sec-mesh-client-webview":"0",Referer:"https://appsumo.com/","Referrer-Policy":"strict-origin-when-cross-origin"},body:null,method:"GET",timeout:5e3,retry:this.retry});return L1(t)})}async translateList(t){let{from:n,to:r,text:a}=t,o=ym.get(n)||"auto",i=ym.get(r)||r;o==="auto"&&(o="");let s=await this.getAccessToken(),u=[];for(let g of a)u.push({Text:g});let l=JSON.stringify(u),c=`https://api-edge.cognitive.microsofttranslator.com/translate?from=${o}&to=${i}&api-version=3.0&includeSentenceLength=true`,m=await ce({url:c,headers:{accept:"*/*","accept-language":"zh-TW,zh;q=0.9,ja;q=0.8,zh-CN;q=0.7,en-US;q=0.6,en;q=0.5",authorization:"Bearer "+s.accessToken,"cache-control":"no-cache","content-type":"application/json",pragma:"no-cache","sec-ch-ua":'"Microsoft Edge";v="113", "Chromium";v="113", "Not-A.Brand";v="24"',"sec-ch-ua-mobile":"?0","sec-ch-ua-platform":'"Windows"',"sec-fetch-dest":"empty","sec-fetch-mode":"cors","sec-fetch-site":"cross-site","Referrer-Policy":"strict-origin-when-cross-origin","User-Agent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36 Edg/120.0.0.0"},body:l,method:"POST",timeout:this.requestTimeout});if(m&&m.length>0&&m[0].translations&&m[0].translations.length>0)return{text:m.map(g=>g.translations[0]?.text||""),from:n,to:r};throw new K("Microsoft translate error "+JSON.stringify(m))}};d();var F1=[["auto","auto"],["zh-CN","zh"],["en","en"],["yue","yue"],["wyw","wyw"],["ja","jp"],["ko","kor"],["fr","fra"],["es","spa"],["th","th"],["ar","ara"],["ru","ru"],["pt","pt"],["de","de"],["it","it"],["el","el"],["nl","nl"],["pl","pl"],["bg","bul"],["et","est"],["da","dan"],["fi","fin"],["cs","cs"],["ro","rom"],["sl","slo"],["sv","swe"],["hu","hu"],["zh-TW","cht"],["vi","vie"]],Em=new Map(F1),R5=new Map(F1.map(([e,t])=>[t,e])),xm=class extends we{static langMap=Em;endpoint="https://api.fanyi.baidu.com/api/trans/vip/translate";fieldEndpoint="https://fanyi-api.baidu.com/api/trans/vip/fieldtranslate";appid="";key="";isSupportList=!1;maxTextGroupLength=3;action=!1;domain="";constructor(t,n,r){if(super(t,n,r),!t||!t.appid||!t.key)throw new K("appid and key are required");this.appid=t.appid?.trim(),this.key=t.key?.trim(),t.action&&(this.action=!0),t.endpoint&&(this.endpoint=t.endpoint),t.fieldEndpoint&&(this.fieldEndpoint=t.fieldEndpoint),t.domain&&(this.domain=t.domain,this.endpoint=this.fieldEndpoint)}getDefaultRateLimit(){return{limit:1,interval:1550}}async translate(t){let n=Date.now().toString(),{endpoint:r}=this,{appid:a,key:o}=this,{text:i,from:s,to:u}=t,l=kn(a+i+n+o);this.domain&&(l=kn(a+i+n+this.domain+o));let c=new URLSearchParams({from:Em.get(s)||"auto",to:Em.get(u)||u,q:i,salt:n,appid:a,sign:l});this.action&&c.set("action","1"),this.domain&&c.set("domain",this.domain);let m=new URL(r);m.search=c.toString();let g=await ce({url:m.toString(),retry:this.retry,timeout:this.requestTimeout});if(g.error_code)throw new K("API_SERVER_ERROR",g.error_msg);let{trans_result:p,from:f}=g,y=p.map(({dst:h})=>h);return{from:R5.get(f)||f,to:u,text:y.join(` +`)}}},M1=xm;d();d();var ja=class extends we{langMap;requestBaseConfig;apiServiceConfig;constructor(t,n,r){super(t,n,r),this.apiServiceConfig=this.serviceConfig,this.isSupportList=this.apiServiceConfig.isSupportList,this.langMap=new Map(this.apiServiceConfig.langs),this.requestBaseConfig=this.handleBaseApiServiceConfig(this.apiServiceConfig)}async translate(t){if(!Object.keys(this.apiServiceConfig).length)throw"serivce id not found config";let{text:n,from:r,to:a}=t;if(!this.langMap.has(a))throw new K(`Unsupported language: ${a}`);a=this.langMap.get(a);let o=await this.checkLang(r,n);if(!o)return{text:n,from:r,to:a};r=o;let i=this.handleRequest(n,r,a),s=await Bu(i);return{text:this.handleResponseText(s),from:r,to:a}}async translateList(t){if(!Object.keys(this.apiServiceConfig).length)throw new K("serivce id not found config");let{text:n,from:r,to:a}=t;if(!this.langMap.has(a))throw new K(`Unsupported language: ${a}`);a=this.langMap.get(a);let o=await this.checkLang(r,n.join(" "));if(!o)return{text:n,from:r,to:a};r=o;let i=this.handleRequest(n,r,a),s=await Bu(i);return{text:this.handleResponseText(s),from:r,to:a}}handleBaseApiServiceConfig(t){let n=t.request.url,r=t.request.headers||{};return r["content-type"]||(r["content-type"]="application/json"),{url:n,retry:t.request.retry||this.retry,method:t.request.method||"POST",headers:r,body:JSON.stringify(t.request.body),timeout:this.requestTimeout}}async checkLang(t,n){if(t=="auto"){if(this.langMap.has("auto"))return"auto";t=await this.detectLanguageRemotely(n.slice(0,this.apiServiceConfig.checkLangLenth||10))}return this.langMap.has(t)?this.langMap.get(t):null}handleRequest(t,n,r){let a={...this.requestBaseConfig},o=a?.body||"",i=this.apiServiceConfig.keywords||{};a.body=u(o);let s=a.headers||{};return Object.keys(s).forEach(l=>{s[l]=u(s[l])}),a.headers=s,a.url=u(a.url||""),a;function u(l){return l.replaceAll('"{text}"',()=>Array.isArray(t)?JSON.stringify(t):`"${t}"`).replaceAll("{from}",n).replaceAll("{to}",r).replaceAll(/{([a-z:_]+)}/gi,(m,g)=>{let[p,f]=g.split(":"),y=i[p];return f==="random"?I5(y.split(",")):y})}}handleResponseText(t){let n=this.apiServiceConfig.response,r=t,a=n.text.split(".");for(let o of a){if(Array.isArray(r))return r=r.map(i=>i[o]),r;r=r[o]}return r}detectLanguageRemotely(t){return kr.detectLanguageRemotelyByTransmart(t)}};function I5(e){let t=Math.floor(Math.random()*e.length);return e[t]}var B1=[["zh-CN","zh"],["en","en"],["ja","ja"],["ko","ko"],["fr","fr"],["es","es"],["ru","ru"]],Tm=class extends ja{static langMap=new Map(B1);constructor(t,n,r){if(!t?.token)throw new K("token are required");super({...t,isSupportList:!0,langs:B1,keywords:{token:t.token?.trim()},request:{headers:{"content-type":"application/json","x-authorization":"token {token:random}"},url:"https://api.interpreter.caiyunai.com/v1/translator",retry:2,body:{source:"{text}",trans_type:"{from}2{to}"}},response:{text:"target"}},n,r)}},R1=Tm;d();var O5=[["auto","auto"],["zh-CN","zh"],["en","en"],["ja","ja"]],Pl=new Map(O5),vm=class extends we{static langMap=Pl;token="ssdj273ksdiwi923bsd9";constructor(t,n,r){super(t,n,r)}getDefaultRateLimit(){return{limit:5,interval:1050}}async translateList(t){let{text:n,from:r,to:a}=t;if(!Pl.get(a))throw new K(`Unsupported language: ${a}`);if(r==="auto")throw new K("Unsupported language: auto");let i=n;return{text:(await ce({retry:this.retry,url:"https://api.interpreter.caiyunai.com/v1/translator",headers:{"content-type":"application/json","x-authorization":"token "+this.token},method:"POST",body:JSON.stringify({source:i,trans_type:`${Pl.get(r)||"auto"}2${Pl.get(a)}`}),timeout:this.requestTimeout})).target,from:r,to:a}}},I1=vm;d();var O1=[["auto","auto"],["en","en"],["ru","ru"],["pt","pt"],["es","es"],["zh-CN","zh-CHS"],["ja","ja"],["ko","ko"],["fr","fr"],["ar","ar"],["id","id"],["vi","vi"],["it","it"]],Cm=new Map(O1),N5=new Map(O1.map(([e,t])=>[t,e]));function j5(e){let t=e.length;return t<=20?e:e.substring(0,10)+t+e.substring(t-10,t)}var Sm=class extends we{static langMap=Cm;isSupportList=!1;appId="";appSecret="";throttleLimit=5;domain="general";vocabId="";constructor(t,n,r){if(super(t,n,r),!t||!t.appId||!t.appSecret)throw new K("appId and appSecret are required");this.appId=t.appId?.trim(),this.appSecret=t.appSecret?.trim(),t.domain&&(this.domain=t.domain),t&&t.vocabId&&(this.vocabId=t.vocabId)}getDefaultRateLimit(){return{limit:5,interval:1050}}async translate(t){let{text:n,from:r,to:a}=t,o=U5(32),i=Math.round(new Date().getTime()/1e3),s=this.appId+j5(n)+o+i+this.appSecret,u=await Jn(s),l={q:n,appKey:this.appId,salt:o.toString(),from:Cm.get(r)||"auto",to:Cm.get(a)||a,sign:u,signType:"v3",curtime:i.toString()};this.domain&&this.domain!=="general"&&(l.domain=this.domain),this.vocabId&&(l.vocabId=this.vocabId);let c=new URLSearchParams(l),g=await ce({url:"https://openapi.youdao.com/api",method:"POST",body:c.toString(),headers:{"Content-Type":"application/x-www-form-urlencoded"},retry:this.retry,timeout:this.requestTimeout});if(!g.translation)throw new K(JSON.stringify(g));let p=g.l,[f,y]=p.split("2");return{text:g.translation.join(` `),from:N5.get(f),to:a}}};function U5(e){let t="",n="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789",r=n.length,a=0;for(;a[t,e]));var Dm=class extends we{static langMap=wm;isSupportList=!1;appId="";appSecret="";maxTextLength=800;constructor(t,n,r){super(t,n,r)}getDefaultRateLimit(){return{limit:5,interval:1050}}async translate(t){let{text:n,from:r,to:a}=t,o={q:n,from:wm.get(r)||"auto",to:wm.get(a)||a},i=new URLSearchParams(o),s=await ce({url:"https://aidemo.youdao.com/trans",method:"POST",body:i.toString(),headers:{"content-type":"application/x-www-form-urlencoded; charset=UTF-8","user-agent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/110.0.0.0 Safari/537.36"},retry:this.retry,timeout:this.requestTimeout});if(s&&s.translation)return{text:s.translation.join(` -`),from:r,to:a};throw new K("Youdao translation failed: "+JSON.stringify(s))}},U1=Dm;d();var Es=class extends ja{constructor(t,n,r){super({...t,isSupportList:!0,langs:(t.langs||"zh-CN,en").split(",").map(a=>[a,a]),limitPerSecond:t.limitPerSecond||5,maxTextLengthPerRequest:t.maxTextLengthPerRequest||1200,maxTextGroupLengthPerRequest:t.maxTextGroupLengthPerRequest||1,placeholderDelimiters:t.placeholderDelimiters||Ui,request:{url:t.url,retry:2,body:{text_list:"{text}",source_lang:"{from}",target_lang:"{to}"}},response:{text:"translations.text"}},n,r)}};d();var H1="immersive-translate-gemini-fake-user-key",H5=[["auto","auto"],["zh-CN","Simplified Chinese"],["zh-TW","Traditional Chinese"],["en","English"],["ar","Arabic"],["bn","Bengali"],["bg","Bulgarian"],["hr","Croatian"],["cs","Czech"],["da","Danish"],["nl","Dutch"],["et","Estonian"],["fi","Finnish"],["fr","French"],["de","German"],["el","Greek"],["he","iw"],["hi","Hindi"],["hu","Hungarian"],["id","Indonesian"],["it","Italian"],["ja","Japanese"],["ko","Korean"],["lv","Latvian"],["lt","Lithuanian"],["no","Norway"],["pl","Polish"],["pt","Portuguese"],["ro","Romanian"],["ru","Russian"],["sr","Serbian"],["sk","Slovak"],["sl","Slovene"],["es","Spanish"],["sw","Swahili"],["sv","Swedish"],["th","Thai"],["tr","Turkish"],["uk","Ukrainian"],["vi","Vietnamese"]],z1=new Map(H5),Am=class extends Go{static langMap=z1;provider="custom";randomPrefix="My user id is {{id}}. ";fakeId="";constructor(t,n,r){super(t,n,r),t||(t={}),t.provider&&(this.provider=t.provider),t.randomPrefix&&(this.randomPrefix=t.randomPrefix),this.apiUrl="https://generativelanguage.googleapis.com/v1beta/models/{model}:generateContent?key={key}",t?.apiUrl&&(this.apiUrl=t.apiUrl),this.maxTextGroupLength=this.maxTextGroupLength||10,this.model=this.model||"gemini-1.0-pro-latest",this.bodyConfigs=t?.bodyConfigs||{}}getLangMap(){return z1}getDefaultRateLimit(){return{limit:1,interval:1050}}async handleOptions(t,n){this.fakeId="",this.randomPrefix&&(this.fakeId=await ad(H1,""),this.fakeId||(this.fakeId=z5(10),await sd(H1,this.fakeId)));let r=this.getRandomKey(),a={url:this.apiUrl.replace("{model}",this.model),method:"POST",headers:{"content-type":"application/json"},timeout:this.requestTimeout,retry:this.retry};r&&(a.url=a.url.replace("{key}",r));let o=this.systemPrompt+t;this.randomPrefix&&(o=this.randomPrefix.replace("{{id}}",this.fakeId)+o);let i={contents:[{role:"user",parts:[{text:o}]}],...this.bodyConfigs};return a.body=JSON.stringify(i,null,2),a}parseResponse(t){return t?.candidates?.[0]?.content?.parts?.[0]?.text}filterContent(t,n,r,a){let o=super.filterContent(t,n,r);return o.includes(this.fakeId)&&a.length<=1?t:o}};function z5(e){let t="",n="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789",r=n.length,a=0;for(;a{let n=(await kl({url:"https://translate.yandex.net/website-widget/v1/widget.js?widgetId=ytWidget&pageLang=es&widgetTheme=light&autoMode=false",method:"GET",responseType:"text"})).match(/sid\:\s\'[0-9a-f\.]+/),r="",a=Date.now()+1*60*1e3;return n&&n[0]&&n[0].length>7&&(r=n[0].substring(6),a=Date.now()+30*60*1e3),{accessToken:r,accessTokenExpiresAt:new Date(a).toISOString()}})}async translateList(t){let{text:n,from:r,to:a}=t;if(!n)return{...t};let o=await this.getAccessToken(),i=new URLSearchParams;i.append("srv","tr-url-widget"),i.append("id",`${o.accessToken}-0-0`),i.append("format","html"),i.append("lang",`${r==="auto"?"":_m.get(r)+"-"}${_m.get(a)}`),n.forEach(l=>{i.append("text",l)});let s=await ce({url:`https://translate.yandex.net/api/v1/tr.json/translate?${i.toString()}`});if(s?.code!==200)return{...t};let u=s.text?.map(l=>l);return{from:r,to:a,text:u||n}}getDefaultRateLimit(){return{limit:5,interval:1050}}};var $5={mock:Wo,mock2:Wo,custom:Es,google:Na,transmart:ms,deepl:l1,volc:x1,volcAlpha:hs,bing:ys,tencent:cs,tenAlpha:ds,baidu:M1,caiyun:R1,cai:I1,openl:Sl,youdao:N1,you:U1,d:qo,dpro:qo,deeplx:bs,niu:c1,azure:d1,openai:f1,gemini:q1,claude:$1,papago:m1,aliyun:fs,yandex:xs},na={};Object.keys(ir).forEach(e=>{na[e]={...ir[e],class:$5[e]}});function Pl(e,t){let n=An;if(na[e]&&na[e].class&&na[e].class.langMap&&na[e].class.langMap.size>0){let r=na[e].class.langMap,a=n.filter(o=>r.get(o));return a.includes(t)||a.unshift("placeholder"),a}else return An}async function ra(e,t,n){if(!e.text)return e;let r=null,a=await Je({sentences:[e]},t,(o,i,s)=>{o&&(r=o)},n);if(r)throw r;if(a.sentences.length>0)return{...e,...a.sentences[0]};throw new K("translateFailed","translate failed")}async function G1(e,t){for(let n of e)try{return await ra({id:1e6,text:"Hello world",from:"en",to:"zh-CN",url:"https://google.com",fromByClient:"auto"},{...t,translationService:n},{retry:1,requestTimeout:t.config.verifyRequestTimeout||5*1e3}),n}catch{continue}return null}async function Lm(e){let{config:t,translationService:n}=e,r=t.translationGeneralConfig,a=t.translationServices,o=n,i=a[o]||{},s=Jt(e.user);await new na[o].class(i,r,{translationService:o,userToken:e.user?.token,isPro:s,sourceProgram:e.sourceProgram,glossaries:e.rule.glossaries,excludeRegexps:e.rule.excludeRegexps}).init()}function G5(e){if(!e?.length)return"auto";let t=e[0].from;return e[0].fromByClient&&e[0].fromByClient!=="auto"&&(t=e[0].fromByClient),t}async function Je(e,t,n,r){if(!e.sentences.length)return{...e};let{config:a,translationService:o,state:i}=t,s=a.translationGeneralConfig,u=a.translationServices,l=o,c=t.targetLanguage;e&&e.sentences&&e.sentences[0]&&e.sentences[0].to&&(c=e.sentences[0].to);let m=u[l]||{};m=h2(m,{sourceLanguage:G5(e.sentences),targetLanguage:c,model:m.model||"",url:t.url,isPro:t.isPro?"true":"false",sourceProgram:t.sourceProgram||""}),r&&(m={...m,...r});let g=a.beta,p=i.cache===!1&&g,f=a.debug===!0&&g;e.sentences&&e.sentences.length>0&&(e.sentences=e.sentences.map(x=>(p&&(x.refresh=!0),f&&(x.debug=!0),x))),l==="openai"&&(e.sentences=e.sentences.map(x=>({...x,from:"auto"})));let y=[],b={sentences:Array(e.sentences.length)},h=e.sentences.length,C=-1,w=Jt(t.user),k;try{k=new na[l].class(m,s,{translationService:l,userToken:t.user?.token,isPro:w,sourceProgram:t.sourceProgram,glossaries:t.rule.glossaries,excludeRegexps:t.rule.excludeRegexps,minTextCount:t.rule.paragraphMinTextCount}),await k.init()}catch(x){if(n){y.push(...e.sentences);let B={translationService:l,isPro:!!t.isPro,isLogin:!!t.user?.token};for(let _ of y){let E=x instanceof K?new K(x.name,x.message).initNetWork(x.status).initData(x.data||B):x;n(E,null,_)}}return{sentences:[]}}if(i.cache)for(let x of e.sentences){C++;let B=l;l==="openl"&&(B=l+"-"+m.codename||Sl.DEFAULT_CODENAME);let _=k.getCacheKeyPrefix();_&&(B=_+"-"+B);let E=null;try{E=await zs(P2({originalText:x.text,from:x.from,to:x.to,service:B}),200)}catch(O){P.warn("query cache DB error, but it's ok",O)}if(E){let O={...x,text:E.translatedText};b.sentences[C]=O,n&&n(null,O,x)}else y.push(x)}else y.push(...e.sentences);let R=y.length;if(h-R>0&&P.debug(`use ${h-R} sentences from cache`),!y.length)return b;let v=await k.multipleTranslate({sentences:y},m,(x,B,_)=>{if(n&&n(x,B,_),!x&&B&&!l.startsWith("mock")&&i.cache){let E=l;l==="openl"&&(E=l+"-"+m.codename||Sl.DEFAULT_CODENAME);let O=k.getCacheKeyPrefix();O&&(E=O+"-"+E),i.cache&&zs(M2({translatedText:B.text,from:_.from,to:_.to,detectedFrom:B.from,key:kn(_.text),service:E}),3e3).catch(F=>{P.warn("set cache DB error",F)})}});for(let x of v?.sentences||[]){let B=b.sentences.findIndex(_=>!_);if(B===-1)throw new K("translateFailed","can not match the result");b.sentences[B]=x}return b}d();d();function V1(e){let t=null,n=null,r=e.rule.bodyRule;if(!r.enable)return{bodyIsRoot:!1,bodyNode:t,articleNode:n};if(r.bodySelector&&(t=document.querySelector(r.bodySelector)),r.articleSelector&&(n=document.querySelector(r.articleSelector)),t||n)return P.debug("body rule has confirm"),{bodyIsRoot:a(),bodyNode:t,articleNode:n};if(document.body.scrollHeight>=window.innerHeight*r.maxBodyScreenLength)return P.debug("content dom elements too long"),{bodyIsRoot:!1,bodyNode:t,articleNode:n};try{let o=window.document.cloneNode(!0),s=new eu(o,{keepClasses:!0}).parse();if(!s)throw new Error("article is null");t=V5(s.content,s.textContent),t&&(n=Y1(r,t))}catch(o){P.debug(o)}return{bodyIsRoot:a(),bodyNode:t,articleNode:n};function a(){return e.state.translationArea==="body"?!1:!!r.bodyIsRoot}}function K1(e,t){if(!e.rule.bodyRule.articleSelector||t.nodeType!==Node.ELEMENT_NODE)return;let n=t.querySelector(e.rule.bodyRule.articleSelector);n&&(e.articleNode!=n&&P.debug("update article node",n),e.articleNode=n)}function Fm(e,t){return t&&e?.contains(t)||!1}function V5(e,t){let a=new DOMParser().parseFromString(e,"text/html").querySelectorAll("#readability-page-1 > div");if(a.length<=0)return null;let o=K5(a[0]),i=document.querySelector(o);return!i||(a.length>1&&(i=i.parentElement),i==document.documentElement)?null:(i?.textContent?.length||0)>=t.length&&t.length>=500?i:null}function K5(e){let t=e.tagName.toLowerCase();e.id&&(t+="#"+e.id),e.className&&(t+="."+e.className.trim().split(/\s+/).join("."));let n=Array.from(e.attributes).filter(r=>!["id","class","style"].includes(r.name)).map(r=>`[${r.name}="${r.value}"]`).join("");return t+n}function Y1(e,t){if(t.nodeType!=Node.ELEMENT_NODE)return null;let n=null,r=Array.from(t.childNodes);if(r.filter(o=>e.articleChildTags.includes(o.nodeName)).length>=e.articleChildTagsNum)return t;for(let o=0;o{let S=H(L);return S==NodeFilter.FILTER_ACCEPT?dt.mark(L,M,y):S==NodeFilter.FILTER_REJECT,S}),U=E;if(H(U)===NodeFilter.FILTER_REJECT)return;for(dt.mark(U,M,y);U;){if(s=Fm(o,U),c&&c.length>0){let{currentNode:L,isMatchedSelection:S}=k(N,U,c);if(L)U=L;else break;if(!S)continue}if(U.nodeType===Node.ELEMENT_NODE||U.nodeType===Node.DOCUMENT_FRAGMENT_NODE){let L=U;if(L.nodeName==="IFRAME"){O&&O(L),R(),Pm(b,!0),U=N.nextNode();continue}L.nodeType===Node.ELEMENT_NODE&&(l&&Bm(L,l),p&&Im(L,p));let S=Gr(L,{blockSelectors:n.blockSelectors,extraInlineSelectors:n.extraInlineSelectors,extraBlockSelectors:n.extraBlockSelectors,atomicBlockSelectors:n.atomicBlockSelectors},L.immersiveTranslateComputedStyle||null);if(S&&n.paragraphFirstLetterFontSize>0&&L.childNodes.length==1&&L.childNodes[0].nodeType===Node.TEXT_NODE&&L.innerText?.length==1&&L?.immersiveTranslateComputedStyle?.fontSize>=n.paragraphFirstLetterFontSize+"px"&&(S=!1),$t(L,u)&&!S){v(L);let q=null;for(;!(q=N.nextSibling())&&N.parentNode(););U=q;continue}let A=Ba(L);if(!J1(b,L)||S){R(L);let q=S?L:L.parentElement;q&&q.childNodes.length>0&&x(b,q,q.immersiveTranslateComputedStyle||null)}A&&L.shadowRoot?.mode==="open"&&(S?O?.(L.shadowRoot):w({..._,container:L.shadowRoot})),L.nodeType===Node.ELEMENT_NODE&&L.nodeName==="PRE"&&m&&ew(L)}else if(U.nodeType===Node.TEXT_NODE)v(U);else throw new Error("should not be here");U=N.nextNode(),b.commonAncestorContainer&&U&&U.parentNode===b.commonAncestorContainer&&(b._currentStacks=[]),b.commonAncestorContainer&&U&&U.nodeType===Node.ELEMENT_NODE&&b._currentStacks.push(U)}function H(L){if(L.nodeType===Node.DOCUMENT_FRAGMENT_NODE)return NodeFilter.FILTER_ACCEPT;if(Ar(L)){if(p){let q=Object.keys(p);if(q.length>0&&$t(L,q))for(let W of q){let V=p[W];if(L.matches(W)){let ue=p[W],ae=Object.keys(ue);for(let X of ae){let ie=ue[X];L.getAttribute(X)!==ie&&(ie===null?L.removeAttribute(X):L.setAttribute(X,ie))}break}}}if(!_.force&&dt.isMarked(L,M)||z3(L,M)||Bl(L,{excludeSelectors:n.excludeSelectors,selectors:n.selectors,stayOriginalSelectors:u})||L.nodeName==="IFRAME"&&!ko(L))return NodeFilter.FILTER_REJECT;if(L.nodeType===Node.ELEMENT_NODE){let q=window.getComputedStyle(L);if(L.immersiveTranslateComputedStyle=q,Rm(q))return F&&F(L),NodeFilter.FILTER_REJECT;let z=Gr(L,{blockSelectors:n.blockSelectors,extraInlineSelectors:n.extraInlineSelectors,extraBlockSelectors:n.extraBlockSelectors,atomicBlockSelectors:n.atomicBlockSelectors},q||null);if($t(L,u)&&z)return NodeFilter.FILTER_REJECT}let S=L.getBoundingClientRect(),{width:A,height:j}=S;return L.nodeName==="IMG"&&(A>48&&j>48?L.immersiveTranslateComputedStyle={display:"block"}:A>0&&j>0&&f!==!1&&(L.setAttribute("width",A),L.setAttribute("height",j))),!L.childNodes||L.childNodes&&L.childNodes.length===0?NodeFilter.FILTER_ACCEPT:!b.isPreWhitespace&&(A>0&&A<4||j>0&&j<4)&&(L.textContent?.trim().length||0)<2?NodeFilter.FILTER_REJECT:NodeFilter.FILTER_ACCEPT}else if(L.nodeType===Node.TEXT_NODE){let S=L.textContent?.trim();if(!S)return b.isPreWhitespace?NodeFilter.FILTER_ACCEPT:NodeFilter.FILTER_REJECT;let A=L.parentNode;if(A.getBoundingClientRect){let{width:j,height:q}=A.getBoundingClientRect();if(j>0&&j<4||q>0&&q<4)return NodeFilter.FILTER_REJECT}return g>0&&S.length>=g&&Mm(L,g),NodeFilter.FILTER_ACCEPT}return NodeFilter.FILTER_REJECT}}w(e),b&&b.commonAncestorContainer&&b.flatNodes.length>0&&R();function k(_,E,O){let F=E.immersiveTranslateComputedStyle||null;if(C){if(!C.contains(E))if(h=!1,E&&E.nodeType===Node.ELEMENT_NODE)if(Ml(E,O))h=!0,C=E,R(),x(b,C,F);else return h=!1,E=_.nextNode(),{currentNode:E,isMatchedSelection:h};else return h=!1,E=_.nextNode(),{currentNode:E,isMatchedSelection:h}}else if(E&&E.nodeType===Node.ELEMENT_NODE)if(Ml(E,O))h=!0,C=E,R(),x(b,C,F);else return h=!1,E=_.nextNode(),{currentNode:E,isMatchedSelection:h};else return h=!1,E=_.nextNode(),{currentNode:E,isMatchedSelection:h};return{currentNode:E,isMatchedSelection:!0}}function R(_){if(_&&_.nodeName==="BR"){b.commonAncestorContainer=_.parentNode;let O=[...b.flatNodes],F=b.flatNodes.filter(M=>_.parentNode?.contains(M));F.length>0&&O.length!=F.length&&(b.flatNodes=F,b.flatNodes.original=O)}let E=Z5(b,a,n);E&&(E.xpath=q3(r,s,E.commonAncestorContainer,o),t&&t(E)),Pm(b)}function v(_){if(!J1(b,_)){R(),Pm(b);let E=_.parentNode;E&&x(b,E,E.computedStyle)}b.flatNodes.push(_)}function x(_,E,O){_.commonAncestorContainer=E;let F=B(O);_.isPreWhitespace=F}function B(_){return _&&_.whiteSpace&&_.whiteSpace.startsWith("pre")||_&&_.whiteSpace==="break-spaces"||!1}}function J1(e,t){let n=!1;(t.nodeType===Node.ELEMENT_NODE||t.nodeType===Node.DOCUMENT_FRAGMENT_NODE)&&(n=Ba(t));let r=Q5(e),a=!0;return!n&&!r&&(e.commonAncestorContainer&&e.commonAncestorContainer.contains(t)?a=!0:e.commonAncestorContainer&&(a=!1,e._currentStacks=[])),a}function J5(e){let{isTransformPreTagNewLine:t}=e;return e.excludeSelectors=e.excludeSelectors.filter(n=>{let r=n!=="iframe";return t?r&&n!=="pre":r}),e}function X5(e,t,n){if(t){for(let r of t.childNodes)if(r.contains(n))return r}return e._currentStacks.length>0?(e.commonAncestorContainer||(e.commonAncestorContainer=e._currentStacks[0]),e._currentStacks[0]):null}function Bm(e,t){if(t){let n=Object.keys(t);if(n.length>0&&$t(e,n))for(let a of n){let o=t[a];if(e.matches(a)){let i=e.style.cssText||"";i&&(i=i.trim()),i&&!i.endsWith(";")&&(i+=";"),e.style.cssText=i+o;break}}}}function Q5(e){return e&&e._currentStacks?e._currentStacks.some(t=>Ba(t)):!1}function Z5(e,t,n){let{flatNodes:r,commonAncestorContainer:a}=e;if(a&&r.length>0){if(!r.map(p=>p.textContent?.trim()||"").join(""))return null;if(r.length===1)return{ctxId:t,stepState:1,commonAncestorContainer:r[0].parentNode,rootNodes:[r[0]],flatNodes:r,isPreWhitespace:e.isPreWhitespace,variables:{},xpath:""};let i=tw(r,a,n);i||(i=a);let s=[];for(let p of r){let f=X5(e,i,p);f&&(s.includes(f)||s.push(f))}if(s.length<1)return null;let u=s[0],l=s[s.length-1],c=[],m=u,g=0;for(;m&&(c.push(m),m!==l);){if(g++,g>Y5){P.warn("loop too many times for convert root nodes, break");break}m=m.nextSibling}return{ctxId:t,rootNodes:c,stepState:1,flatNodes:r,commonAncestorContainer:i,variables:{},isPreWhitespace:e.isPreWhitespace,xpath:""}}else return null}function Pm(e,t=!1){e.rootNodes=[],e.flatNodes=[],e._currentStacks=[],t&&(e.commonAncestorContainer=null)}function Rm(e){return e.display==="none"}var dt={_marked_key:Jf,isMarked(e,t){return Pd(e,this._marked_key,t)},clearMark(e){if(!(!e||e.nodeType!==Node.ELEMENT_NODE)&&!(e instanceof HTMLIFrameElement||Ba(e)))return el(e,this._marked_key)},clearToParentMark(e,t){let n=e;for(;n&&t&&n!=t;)dt.clearMark(n),n=n.parentElement},mark(e,t,n){if(!(!e||e.nodeType!==Node.ELEMENT_NODE)&&!(e instanceof HTMLIFrameElement||Ba(e)))return ut(e,this._marked_key,t,!1,n)},markWalk(e,t,n){if(!e||e.nodeType!==Node.ELEMENT_NODE||this.isSkipMarkEle(e))return;let r=Lo(e,"markWalk")||"";return ut(e,"markWalk",r+","+t,!1,n)},isSkipMarkEle(e){return e?!!(e instanceof HTMLIFrameElement||Ba(e)):!1}};function ew(e){let n=e.innerHTML.replace(/\n\n/g,"
");e.innerHTML=n}function tw(e,t,n){if(!e.length)return null;let r=e.map(a=>{let o=new Set;for(;(a=a.parentNode)&&(o.add(a),a!==t););return o});for(let a of r[0])if(a.nodeType===Node.ELEMENT_NODE||a.nodeType===Node.DOCUMENT_FRAGMENT_NODE){if(vn(a,n.atomicBlockSelectors))continue;if(r.every(o=>o.has(a)))return a}return null}function Mm(e,t){let n=e.textContent||"";if(n.trim().length<=t)return;let o=[". ","? ","! ","\u3002","\uFF1F","\uFF01",`.${String.fromCharCode(160)}`].reduce((i,s)=>{let u=n.lastIndexOf(s,t);return u>i?u:i},-1);if(o>1){let i=n[o-1]||"",s=n[o-2]||"",u=n[o+1]||"";i==="."||u==="."||u===")"||s==="."&&i==="S"||s.toUpperCase()==="M"&&(i.toUpperCase()==="R"||i.toUpperCase()==="S")?o=-1:isNaN(Number(i))||(o=-1)}if(o===-1)n.length>t+20&&Mm(e,t+20);else{let i=n.slice(o+1);if(!i.trim())return;o++,i.startsWith(" ")&&o++,e.immersive=!0;let s=e.splitText(o);s.immersive=!0;let u=document.createElement("br");u.immersive=!0,s.parentNode?.insertBefore(u,s),o+10)for(let r of n){let a=t[r],o=Object.keys(a),i=Q3(e,[r]);for(let s of i)for(let u of o){let l=a[u];s.getAttribute(u)!==l&&(l===null?s.removeAttribute(u):s.setAttribute(u,l))}}}function Q1(e,t,n,r,a,o,i){let s=Object.keys(t);if(s.length>0)for(let u of s){let l=t[u],c=Object.keys(l),m=e.querySelector(u);if(m)for(let g of c){let p=l[g];if(g==="translate"&&p==="no"){let y=m.innerText||m.textContent||"";if(!y.trim()||nw(m,a,o,i)||!e2(y,n,r))continue}m.getAttribute(g)!==p&&(p===null?m.removeAttribute(g):m.setAttribute(g,p))}}}function Im(e,t){if(t){let n=Object.keys(t);if(n.length>0&&$t(e,n))for(let a of n){let o=t[a];if(e.matches(a)){let i=t[a],s=Object.keys(i);for(let u of s){let l=i[u];e.getAttribute(u)!==l&&(l===null?e.removeAttribute(u):e.setAttribute(u,l))}break}}}}function Bl(e,t){return $t(e,t.excludeSelectors||[])?$t(e,t.selectors||[])?!1:!$t(e,t.stayOriginalSelectors||[]):!1}function Ml(e,t){if(t.length===0)return!1;let n=t.filter(r=>!r.endsWith("*")).map(r=>r+" *");return $t(e,t.concat(n))}function nw(e,t,n,r){let a=document.createTreeWalker(e,NodeFilter.SHOW_TEXT|NodeFilter.SHOW_ELEMENT,o=>o.nodeType===Node.ELEMENT_NODE&&Bl(o,{excludeSelectors:r.excludeSelectors,selectors:r.selectors,stayOriginalSelectors:r.stayOriginalSelectors})?NodeFilter.FILTER_REJECT:NodeFilter.FILTER_ACCEPT);for(;a.nextNode();){let o=a.currentNode;if(o.nodeType===Node.TEXT_NODE&&parent){let i=o.textContent||"";if(i.includes("Copyright"))continue;if(Ao(i,t,n))return!0}}return!1}d();d();d();function Z1(e,t,n,r,a){let o=t,i=sh[o]||[],s="";e&&i&&i.length>0&&i.forEach(c=>{let{name:m}=c;if(e&&n&&n[m]){let g=n[m];if(["borderRadius"].includes(m)&&(g+="px"),s+=`--immersive-translate-theme-${o}-${m}: ${g}; +`),from:r,to:a};throw new K("Youdao translation failed: "+JSON.stringify(s))}},U1=Dm;d();var Es=class extends ja{constructor(t,n,r){super({...t,isSupportList:!0,langs:(t.langs||"zh-CN,en").split(",").map(a=>[a,a]),limitPerSecond:t.limitPerSecond||5,maxTextLengthPerRequest:t.maxTextLengthPerRequest||1200,maxTextGroupLengthPerRequest:t.maxTextGroupLengthPerRequest||1,placeholderDelimiters:t.placeholderDelimiters||Ui,request:{url:t.url,retry:2,body:{text_list:"{text}",source_lang:"{from}",target_lang:"{to}"}},response:{text:"translations.text"}},n,r)}};d();var H1="immersive-translate-gemini-fake-user-key",H5=[["auto","auto"],["zh-CN","Simplified Chinese"],["zh-TW","Traditional Chinese"],["en","English"],["ar","Arabic"],["bn","Bengali"],["bg","Bulgarian"],["hr","Croatian"],["cs","Czech"],["da","Danish"],["nl","Dutch"],["et","Estonian"],["fi","Finnish"],["fr","French"],["de","German"],["el","Greek"],["he","iw"],["hi","Hindi"],["hu","Hungarian"],["id","Indonesian"],["it","Italian"],["ja","Japanese"],["ko","Korean"],["lv","Latvian"],["lt","Lithuanian"],["no","Norway"],["pl","Polish"],["pt","Portuguese"],["ro","Romanian"],["ru","Russian"],["sr","Serbian"],["sk","Slovak"],["sl","Slovene"],["es","Spanish"],["sw","Swahili"],["sv","Swedish"],["th","Thai"],["tr","Turkish"],["uk","Ukrainian"],["vi","Vietnamese"]],z1=new Map(H5),Am=class extends Go{static langMap=z1;provider="custom";randomPrefix="My user id is {{id}}. ";fakeId="";constructor(t,n,r){super(t,n,r),t||(t={}),t.provider&&(this.provider=t.provider),t.randomPrefix&&(this.randomPrefix=t.randomPrefix),this.apiUrl="https://generativelanguage.googleapis.com/v1beta/models/{model}:generateContent?key={key}",t?.apiUrl&&(this.apiUrl=t.apiUrl),this.maxTextGroupLength=this.maxTextGroupLength||10,this.model=this.model||"gemini-1.0-pro-latest",this.bodyConfigs=t?.bodyConfigs||{}}getLangMap(){return z1}getDefaultRateLimit(){return{limit:1,interval:1050}}async handleOptions(t,n){this.fakeId="",this.randomPrefix&&(this.fakeId=await ad(H1,""),this.fakeId||(this.fakeId=z5(10),await sd(H1,this.fakeId)));let r=this.getRandomKey(),a={url:this.apiUrl.replace("{model}",this.model),method:"POST",headers:{"content-type":"application/json"},timeout:this.requestTimeout,retry:this.retry};r&&(a.url=a.url.replace("{key}",r));let o=this.systemPrompt+t;this.randomPrefix&&(o=this.randomPrefix.replace("{{id}}",this.fakeId)+o);let i={contents:[{role:"user",parts:[{text:o}]}],...this.bodyConfigs};return a.body=JSON.stringify(i,null,2),a}parseResponse(t){return t?.candidates?.[0]?.content?.parts?.[0]?.text}filterContent(t,n,r,a){let o=super.filterContent(t,n,r);return o.includes(this.fakeId)&&a.length<=1?t:o}};function z5(e){let t="",n="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789",r=n.length,a=0;for(;a{let n=(await kl({url:"https://translate.yandex.net/website-widget/v1/widget.js?widgetId=ytWidget&pageLang=es&widgetTheme=light&autoMode=false",method:"GET",responseType:"text"})).match(/sid\:\s\'[0-9a-f\.]+/),r="",a=Date.now()+1*60*1e3;return n&&n[0]&&n[0].length>7&&(r=n[0].substring(6),a=Date.now()+30*60*1e3),{accessToken:r,accessTokenExpiresAt:new Date(a).toISOString()}})}async translateList(t){let{text:n,from:r,to:a}=t;if(!n)return{...t};let o=await this.getAccessToken(),i=new URLSearchParams;i.append("srv","tr-url-widget"),i.append("id",`${o.accessToken}-0-0`),i.append("format","html"),i.append("lang",`${r==="auto"?"":_m.get(r)+"-"}${_m.get(a)}`),n.forEach(l=>{i.append("text",l)});let s=await ce({url:`https://translate.yandex.net/api/v1/tr.json/translate?${i.toString()}`});if(s?.code!==200)return{...t};let u=s.text?.map(l=>l);return{from:r,to:a,text:u||n}}getDefaultRateLimit(){return{limit:5,interval:1050}}};var $5={mock:Wo,mock2:Wo,custom:Es,google:Na,transmart:ms,deepl:l1,volc:x1,volcAlpha:hs,bing:ys,tencent:cs,tenAlpha:ds,baidu:M1,caiyun:R1,cai:I1,openl:Sl,youdao:N1,you:U1,d:qo,dpro:qo,deeplx:bs,niu:c1,azure:d1,openai:f1,gemini:q1,claude:$1,papago:m1,aliyun:fs,yandex:xs},na={};Object.keys(ir).forEach(e=>{na[e]={...ir[e],class:$5[e]}});function Fl(e,t){let n=An;if(na[e]&&na[e].class&&na[e].class.langMap&&na[e].class.langMap.size>0){let r=na[e].class.langMap,a=n.filter(o=>r.get(o));return a.includes(t)||a.unshift("placeholder"),a}else return An}async function ra(e,t,n){if(!e.text)return e;let r=null,a=await Je({sentences:[e]},t,(o,i,s)=>{o&&(r=o)},n);if(r)throw r;if(a.sentences.length>0)return{...e,...a.sentences[0]};throw new K("translateFailed","translate failed")}async function G1(e,t){for(let n of e)try{return await ra({id:1e6,text:"Hello world",from:"en",to:"zh-CN",url:"https://google.com",fromByClient:"auto"},{...t,translationService:n},{retry:1,requestTimeout:t.config.verifyRequestTimeout||5*1e3}),n}catch{continue}return null}async function Lm(e){let{config:t,translationService:n}=e,r=t.translationGeneralConfig,a=t.translationServices,o=n,i=a[o]||{},s=Jt(e.user);await new na[o].class(i,r,{translationService:o,userToken:e.user?.token,isPro:s,sourceProgram:e.sourceProgram,glossaries:e.rule.glossaries,excludeRegexps:e.rule.excludeRegexps}).init()}function G5(e){if(!e?.length)return"auto";let t=e[0].from;return e[0].fromByClient&&e[0].fromByClient!=="auto"&&(t=e[0].fromByClient),t}async function Je(e,t,n,r){if(!e.sentences.length)return{...e};let{config:a,translationService:o,state:i}=t,s=a.translationGeneralConfig,u=a.translationServices,l=o,c=t.targetLanguage;e&&e.sentences&&e.sentences[0]&&e.sentences[0].to&&(c=e.sentences[0].to);let m=u[l]||{},g=a.rawUserConfig?.translationServices?.[l]||{};m=h2(g,m,{sourceLanguage:G5(e.sentences),targetLanguage:c,model:m.model||"",url:t.url,isPro:t.isPro?"true":"false",sourceProgram:t.sourceProgram||""}),r&&(m={...m,...r});let p=a.beta,f=i.cache===!1&&p,y=a.debug===!0&&p;e.sentences&&e.sentences.length>0&&(e.sentences=e.sentences.map(F=>(f&&(F.refresh=!0),y&&(F.debug=!0),F))),l==="openai"&&(e.sentences=e.sentences.map(F=>({...F,from:"auto"})));let b=[],h={sentences:Array(e.sentences.length)},C=e.sentences.length,w=-1,P=Jt(t.user),R;try{R=new na[l].class(m,s,{translationService:l,userToken:t.user?.token,isPro:P,sourceProgram:t.sourceProgram,glossaries:t.rule.glossaries,excludeRegexps:t.rule.excludeRegexps,minTextCount:t.rule.paragraphMinTextCount}),await R.init()}catch(F){if(n){b.push(...e.sentences);let k={translationService:l,isPro:!!t.isPro,isLogin:!!t.user?.token};for(let E of b){let O=F instanceof K?new K(F.name,F.message).initNetWork(F.status).initData(F.data||k):F;n(O,null,E)}}return{sentences:[]}}if(i.cache)for(let F of e.sentences){w++;let k=l;l==="openl"&&(k=l+"-"+m.codename||Sl.DEFAULT_CODENAME);let E=R.getCacheKeyPrefix();E&&(k=E+"-"+k);let O=null;try{O=await zs(F2({originalText:F.text,from:F.from,to:F.to,service:k}),200)}catch(_){M.warn("query cache DB error, but it's ok",_)}if(O){let _={...F,text:O.translatedText};h.sentences[w]=_,n&&n(null,_,F)}else b.push(F)}else b.push(...e.sentences);let v=b.length;if(C-v>0&&M.debug(`use ${C-v} sentences from cache`),!b.length)return h;let T=await R.multipleTranslate({sentences:b},m,(F,k,E)=>{if(n&&n(F,k,E),!F&&k&&!l.startsWith("mock")&&i.cache){let O=l;l==="openl"&&(O=l+"-"+m.codename||Sl.DEFAULT_CODENAME);let _=R.getCacheKeyPrefix();_&&(O=_+"-"+O),i.cache&&zs(M2({translatedText:k.text,from:E.from,to:E.to,detectedFrom:k.from,key:kn(E.text),service:O}),3e3).catch(B=>{M.warn("set cache DB error",B)})}});for(let F of T?.sentences||[]){let k=h.sentences.findIndex(E=>!E);if(k===-1)throw new K("translateFailed","can not match the result");h.sentences[k]=F}return h}d();d();function V1(e){let t=null,n=null,r=e.rule.bodyRule;if(!r.enable)return{bodyIsRoot:!1,bodyNode:t,articleNode:n};if(r.bodySelector&&(t=document.querySelector(r.bodySelector)),r.articleSelector&&(n=document.querySelector(r.articleSelector)),t||n)return M.debug("body rule has confirm"),{bodyIsRoot:a(),bodyNode:t,articleNode:n};if(document.body.scrollHeight>=window.innerHeight*r.maxBodyScreenLength)return M.debug("content dom elements too long"),{bodyIsRoot:!1,bodyNode:t,articleNode:n};try{let o=window.document.cloneNode(!0),s=new eu(o,{keepClasses:!0}).parse();if(!s)throw new Error("article is null");t=V5(s.content,s.textContent),t&&(n=Y1(r,t))}catch(o){M.debug(o)}return{bodyIsRoot:a(),bodyNode:t,articleNode:n};function a(){return e.state.translationArea==="body"?!1:!!r.bodyIsRoot}}function K1(e,t){if(!e.rule.bodyRule.articleSelector||t.nodeType!==Node.ELEMENT_NODE)return;let n=t.querySelector(e.rule.bodyRule.articleSelector);n&&(e.articleNode!=n&&M.debug("update article node",n),e.articleNode=n)}function Pm(e,t){return t&&e?.contains(t)||!1}function V5(e,t){let a=new DOMParser().parseFromString(e,"text/html").querySelectorAll("#readability-page-1 > div");if(a.length<=0)return null;let o=K5(a[0]),i=document.querySelector(o);return!i||(a.length>1&&(i=i.parentElement),i==document.documentElement)?null:(i?.textContent?.length||0)>=t.length&&t.length>=500?i:null}function K5(e){let t=e.tagName.toLowerCase();e.id&&(t+="#"+e.id),e.className&&(t+="."+e.className.trim().split(/\s+/).join("."));let n=Array.from(e.attributes).filter(r=>!["id","class","style"].includes(r.name)).map(r=>`[${r.name}="${r.value}"]`).join("");return t+n}function Y1(e,t){if(t.nodeType!=Node.ELEMENT_NODE)return null;let n=null,r=Array.from(t.childNodes);if(r.filter(o=>e.articleChildTags.includes(o.nodeName)).length>=e.articleChildTagsNum)return t;for(let o=0;o{let S=H(L);return S==NodeFilter.FILTER_ACCEPT?dt.mark(L,B,y):S==NodeFilter.FILTER_REJECT,S}),U=E;if(H(U)===NodeFilter.FILTER_REJECT)return;for(dt.mark(U,B,y);U;){if(s=Pm(o,U),c&&c.length>0){let{currentNode:L,isMatchedSelection:S}=P(N,U,c);if(L)U=L;else break;if(!S)continue}if(U.nodeType===Node.ELEMENT_NODE||U.nodeType===Node.DOCUMENT_FRAGMENT_NODE){let L=U;if(L.nodeName==="IFRAME"){O&&O(L),R(),Fm(b,!0),U=N.nextNode();continue}L.nodeType===Node.ELEMENT_NODE&&(l&&Bm(L,l),p&&Im(L,p));let S=Gr(L,{blockSelectors:n.blockSelectors,extraInlineSelectors:n.extraInlineSelectors,extraBlockSelectors:n.extraBlockSelectors,atomicBlockSelectors:n.atomicBlockSelectors},L.immersiveTranslateComputedStyle||null);if(S&&n.paragraphFirstLetterFontSize>0&&L.childNodes.length==1&&L.childNodes[0].nodeType===Node.TEXT_NODE&&L.innerText?.length==1&&L?.immersiveTranslateComputedStyle?.fontSize>=n.paragraphFirstLetterFontSize+"px"&&(S=!1),$t(L,u)&&!S){v(L);let q=null;for(;!(q=N.nextSibling())&&N.parentNode(););U=q;continue}let A=Ba(L);if(!J1(b,L)||S){R(L);let q=S?L:L.parentElement;q&&q.childNodes.length>0&&T(b,q,q.immersiveTranslateComputedStyle||null)}A&&L.shadowRoot?.mode==="open"&&(S?O?.(L.shadowRoot):w({...k,container:L.shadowRoot})),L.nodeType===Node.ELEMENT_NODE&&L.nodeName==="PRE"&&m&&ew(L)}else if(U.nodeType===Node.TEXT_NODE)v(U);else throw new Error("should not be here");U=N.nextNode(),b.commonAncestorContainer&&U&&U.parentNode===b.commonAncestorContainer&&(b._currentStacks=[]),b.commonAncestorContainer&&U&&U.nodeType===Node.ELEMENT_NODE&&b._currentStacks.push(U)}function H(L){if(L.nodeType===Node.DOCUMENT_FRAGMENT_NODE)return NodeFilter.FILTER_ACCEPT;if(Ar(L)){if(p){let q=Object.keys(p);if(q.length>0&&$t(L,q))for(let W of q){let V=p[W];if(L.matches(W)){let ue=p[W],ae=Object.keys(ue);for(let X of ae){let ie=ue[X];L.getAttribute(X)!==ie&&(ie===null?L.removeAttribute(X):L.setAttribute(X,ie))}break}}}if(!k.force&&dt.isMarked(L,B)||z3(L,B)||Bl(L,{excludeSelectors:n.excludeSelectors,selectors:n.selectors,stayOriginalSelectors:u})||L.nodeName==="IFRAME"&&!ko(L))return NodeFilter.FILTER_REJECT;if(L.nodeType===Node.ELEMENT_NODE){let q=window.getComputedStyle(L);if(L.immersiveTranslateComputedStyle=q,Rm(q))return _&&_(L),NodeFilter.FILTER_REJECT;let z=Gr(L,{blockSelectors:n.blockSelectors,extraInlineSelectors:n.extraInlineSelectors,extraBlockSelectors:n.extraBlockSelectors,atomicBlockSelectors:n.atomicBlockSelectors},q||null);if($t(L,u)&&z)return NodeFilter.FILTER_REJECT}let S=L.getBoundingClientRect(),{width:A,height:j}=S;return L.nodeName==="IMG"&&(A>48&&j>48?L.immersiveTranslateComputedStyle={display:"block"}:A>0&&j>0&&f!==!1&&(L.setAttribute("width",A),L.setAttribute("height",j))),!L.childNodes||L.childNodes&&L.childNodes.length===0?NodeFilter.FILTER_ACCEPT:!b.isPreWhitespace&&(A>0&&A<4||j>0&&j<4)&&(L.textContent?.trim().length||0)<2?NodeFilter.FILTER_REJECT:NodeFilter.FILTER_ACCEPT}else if(L.nodeType===Node.TEXT_NODE){let S=L.textContent?.trim();if(!S)return b.isPreWhitespace?NodeFilter.FILTER_ACCEPT:NodeFilter.FILTER_REJECT;let A=L.parentNode;if(A.getBoundingClientRect){let{width:j,height:q}=A.getBoundingClientRect();if(j>0&&j<4||q>0&&q<4)return NodeFilter.FILTER_REJECT}return g>0&&S.length>=g&&Mm(L,g),NodeFilter.FILTER_ACCEPT}return NodeFilter.FILTER_REJECT}}w(e),b&&b.commonAncestorContainer&&b.flatNodes.length>0&&R();function P(k,E,O){let _=E.immersiveTranslateComputedStyle||null;if(C){if(!C.contains(E))if(h=!1,E&&E.nodeType===Node.ELEMENT_NODE)if(Ml(E,O))h=!0,C=E,R(),T(b,C,_);else return h=!1,E=k.nextNode(),{currentNode:E,isMatchedSelection:h};else return h=!1,E=k.nextNode(),{currentNode:E,isMatchedSelection:h}}else if(E&&E.nodeType===Node.ELEMENT_NODE)if(Ml(E,O))h=!0,C=E,R(),T(b,C,_);else return h=!1,E=k.nextNode(),{currentNode:E,isMatchedSelection:h};else return h=!1,E=k.nextNode(),{currentNode:E,isMatchedSelection:h};return{currentNode:E,isMatchedSelection:!0}}function R(k){if(k&&k.nodeName==="BR"){b.commonAncestorContainer=k.parentNode;let O=[...b.flatNodes],_=b.flatNodes.filter(B=>k.parentNode?.contains(B));_.length>0&&O.length!=_.length&&(b.flatNodes=_,b.flatNodes.original=O)}let E=Z5(b,a,n);E&&(E.xpath=q3(r,s,E.commonAncestorContainer,o),t&&t(E)),Fm(b)}function v(k){if(!J1(b,k)){R(),Fm(b);let E=k.parentNode;E&&T(b,E,E.computedStyle)}b.flatNodes.push(k)}function T(k,E,O){k.commonAncestorContainer=E;let _=F(O);k.isPreWhitespace=_}function F(k){return k&&k.whiteSpace&&k.whiteSpace.startsWith("pre")||k&&k.whiteSpace==="break-spaces"||!1}}function J1(e,t){let n=!1;(t.nodeType===Node.ELEMENT_NODE||t.nodeType===Node.DOCUMENT_FRAGMENT_NODE)&&(n=Ba(t));let r=Q5(e),a=!0;return!n&&!r&&(e.commonAncestorContainer&&e.commonAncestorContainer.contains(t)?a=!0:e.commonAncestorContainer&&(a=!1,e._currentStacks=[])),a}function J5(e){let{isTransformPreTagNewLine:t}=e;return e.excludeSelectors=e.excludeSelectors.filter(n=>{let r=n!=="iframe";return t?r&&n!=="pre":r}),e}function X5(e,t,n){if(t){for(let r of t.childNodes)if(r.contains(n))return r}return e._currentStacks.length>0?(e.commonAncestorContainer||(e.commonAncestorContainer=e._currentStacks[0]),e._currentStacks[0]):null}function Bm(e,t){if(t){let n=Object.keys(t);if(n.length>0&&$t(e,n))for(let a of n){let o=t[a];if(e.matches(a)){let i=e.style.cssText||"";i&&(i=i.trim()),i&&!i.endsWith(";")&&(i+=";"),e.style.cssText=i+o;break}}}}function Q5(e){return e&&e._currentStacks?e._currentStacks.some(t=>Ba(t)):!1}function Z5(e,t,n){let{flatNodes:r,commonAncestorContainer:a}=e;if(a&&r.length>0){if(!r.map(p=>p.textContent?.trim()||"").join(""))return null;if(r.length===1)return{ctxId:t,stepState:1,commonAncestorContainer:r[0].parentNode,rootNodes:[r[0]],flatNodes:r,isPreWhitespace:e.isPreWhitespace,variables:{},xpath:""};let i=tw(r,a,n);i||(i=a);let s=[];for(let p of r){let f=X5(e,i,p);f&&(s.includes(f)||s.push(f))}if(s.length<1)return null;let u=s[0],l=s[s.length-1],c=[],m=u,g=0;for(;m&&(c.push(m),m!==l);){if(g++,g>Y5){M.warn("loop too many times for convert root nodes, break");break}m=m.nextSibling}return{ctxId:t,rootNodes:c,stepState:1,flatNodes:r,commonAncestorContainer:i,variables:{},isPreWhitespace:e.isPreWhitespace,xpath:""}}else return null}function Fm(e,t=!1){e.rootNodes=[],e.flatNodes=[],e._currentStacks=[],t&&(e.commonAncestorContainer=null)}function Rm(e){return e.display==="none"}var dt={_marked_key:Jf,isMarked(e,t){return Fd(e,this._marked_key,t)},clearMark(e){if(!(!e||e.nodeType!==Node.ELEMENT_NODE)&&!(e instanceof HTMLIFrameElement||Ba(e)))return el(e,this._marked_key)},clearToParentMark(e,t){let n=e;for(;n&&t&&n!=t;)dt.clearMark(n),n=n.parentElement},mark(e,t,n){if(!(!e||e.nodeType!==Node.ELEMENT_NODE)&&!(e instanceof HTMLIFrameElement||Ba(e)))return ut(e,this._marked_key,t,!1,n)},markWalk(e,t,n){if(!e||e.nodeType!==Node.ELEMENT_NODE||this.isSkipMarkEle(e))return;let r=Lo(e,"markWalk")||"";return ut(e,"markWalk",r+","+t,!1,n)},isSkipMarkEle(e){return e?!!(e instanceof HTMLIFrameElement||Ba(e)):!1}};function ew(e){let n=e.innerHTML.replace(/\n\n/g,"
");e.innerHTML=n}function tw(e,t,n){if(!e.length)return null;let r=e.map(a=>{let o=new Set;for(;(a=a.parentNode)&&(o.add(a),a!==t););return o});for(let a of r[0])if(a.nodeType===Node.ELEMENT_NODE||a.nodeType===Node.DOCUMENT_FRAGMENT_NODE){if(vn(a,n.atomicBlockSelectors))continue;if(r.every(o=>o.has(a)))return a}return null}function Mm(e,t){let n=e.textContent||"";if(n.trim().length<=t)return;let o=[". ","? ","! ","\u3002","\uFF1F","\uFF01",`.${String.fromCharCode(160)}`].reduce((i,s)=>{let u=n.lastIndexOf(s,t);return u>i?u:i},-1);if(o>1){let i=n[o-1]||"",s=n[o-2]||"",u=n[o+1]||"";i==="."||u==="."||u===")"||s==="."&&i==="S"||s.toUpperCase()==="M"&&(i.toUpperCase()==="R"||i.toUpperCase()==="S")?o=-1:isNaN(Number(i))||(o=-1)}if(o===-1)n.length>t+20&&Mm(e,t+20);else{let i=n.slice(o+1);if(!i.trim())return;o++,i.startsWith(" ")&&o++,e.immersive=!0;let s=e.splitText(o);s.immersive=!0;let u=document.createElement("br");u.immersive=!0,s.parentNode?.insertBefore(u,s),o+10)for(let r of n){let a=t[r],o=Object.keys(a),i=Q3(e,[r]);for(let s of i)for(let u of o){let l=a[u];s.getAttribute(u)!==l&&(l===null?s.removeAttribute(u):s.setAttribute(u,l))}}}function Q1(e,t,n,r,a,o,i){let s=Object.keys(t);if(s.length>0)for(let u of s){let l=t[u],c=Object.keys(l),m=e.querySelector(u);if(m)for(let g of c){let p=l[g];if(g==="translate"&&p==="no"){let y=m.innerText||m.textContent||"";if(!y.trim()||nw(m,a,o,i)||!e2(y,n,r))continue}m.getAttribute(g)!==p&&(p===null?m.removeAttribute(g):m.setAttribute(g,p))}}}function Im(e,t){if(t){let n=Object.keys(t);if(n.length>0&&$t(e,n))for(let a of n){let o=t[a];if(e.matches(a)){let i=t[a],s=Object.keys(i);for(let u of s){let l=i[u];e.getAttribute(u)!==l&&(l===null?e.removeAttribute(u):e.setAttribute(u,l))}break}}}}function Bl(e,t){return $t(e,t.excludeSelectors||[])?$t(e,t.selectors||[])?!1:!$t(e,t.stayOriginalSelectors||[]):!1}function Ml(e,t){if(t.length===0)return!1;let n=t.filter(r=>!r.endsWith("*")).map(r=>r+" *");return $t(e,t.concat(n))}function nw(e,t,n,r){let a=document.createTreeWalker(e,NodeFilter.SHOW_TEXT|NodeFilter.SHOW_ELEMENT,o=>o.nodeType===Node.ELEMENT_NODE&&Bl(o,{excludeSelectors:r.excludeSelectors,selectors:r.selectors,stayOriginalSelectors:r.stayOriginalSelectors})?NodeFilter.FILTER_REJECT:NodeFilter.FILTER_ACCEPT);for(;a.nextNode();){let o=a.currentNode;if(o.nodeType===Node.TEXT_NODE&&parent){let i=o.textContent||"";if(i.includes("Copyright"))continue;if(Ao(i,t,n))return!0}}return!1}d();d();d();function Z1(e,t,n,r,a){let o=t,i=sh[o]||[],s="";e&&i&&i.length>0&&i.forEach(c=>{let{name:m}=c;if(e&&n&&n[m]){let g=n[m];if(["borderRadius"].includes(m)&&(g+="px"),s+=`--immersive-translate-theme-${o}-${m}: ${g}; `,t==="marker"&&m==="backgroundColor"&&typeof g=="string"){let{r:p,g:f,b:y}=n2(g);s+=`--immersive-translate-theme-${o}-${m}-rgb: ${p}, ${f}, ${y}; `}}}),r||(r="inherit"),e&&(s+=` .immersive-translate-target-inner { font-family: ${r}; } @@ -5411,7 +5411,7 @@ ${s}} `):t.rule.injectedCss&&(s+=t.rule.injectedCss),t.rule.additionalInjectedCss&&Array.isArray(t.rule.additionalInjectedCss)&&t.rule.additionalInjectedCss.length>0?s+=` `+t.rule.additionalInjectedCss.join(` `):t.rule.additionalInjectedCss&&(s+=` -`+t.rule.additionalInjectedCss)),s&&Cn(e,s,"immersive-translate-dynamic-injected-css")}d();async function eb(){let e="auto",t=[ht(),"en"];return document.body&&document.body.textContent&&document.body.textContent.trim()&&(e=await Pe({text:_o(document.body),pageLangs:t})),e}d();d();function tb(e){let t=document.querySelector("title"),n;return t&&(n=new MutationObserver(function(r){r.length>0&&(r[0].target.text.includes(vu)||Om(e).catch(o=>{P.error("translateTitle error:",o.name,o.message,o.details||"")}))}),n.observe(t,{subtree:!0,characterData:!0,childList:!0})),n}var Rl="";async function Om(e){let t=document.title;if(!t||t.includes(vu))return;Rl!==t&&(Rl=t);let n=await Pe({text:t,pageLangs:[Et(),"en"]});if(!So(e,n))try{let r=await ra({id:0,url:e.url,text:t,from:n,to:e.targetLanguage,fromByClient:n,force:!0},e);r&&r.text&&(document.title=r.text+vu+Rl)}catch(r){throw r}}function nb(e){e.rule.isTranslateTitle&&(document.title=Rl)}function Jo(e){return(e.config.rtlLanguages||["ar","arc","az","dv","he","ckb","fa","ur"]).includes(e.targetLanguage)}function on(e){let t=e.rule.selectors,n=e.rule.excludeTags,r=e.rule.additionalExcludeTags,a=e.rule.excludeSelectors,o=e.rule.additionalExcludeSelectors;return e.state.translationArea==="body"&&(t=[],a=[]),{paragraphFirstLetterFontSize:e.rule.paragraphFirstLetterFontSize,globalStyles:e.rule.globalStyles,globalAttributes:e.rule.globalAttributes,selectors:t,atomicBlockSelectors:e.rule.atomicBlockSelectors,skipEditableCheck:e.rule.skipEditableCheck,lineBreakMaxTextCount:e.rule.lineBreakMaxTextCount,isTransformPreTagNewLine:e.rule.isTransformPreTagNewLine,excludeSelectors:n.concat(r).map(s=>s.toLowerCase()).filter(s=>s!=="code"&&s!=="img").concat(a).concat(o),blockSelectors:e.rule.allBlockTags.map(s=>s.toLowerCase()).concat(e.rule.extraBlockSelectors),extraBlockSelectors:e.rule.extraBlockSelectors,extraInlineSelectors:e.rule.extraInlineSelectors.concat(e.rule.additionalInlineSelectors),stayOriginalSelectors:e.rule.stayOriginalTags.concat(e.rule.stayOriginalTags).map(s=>s.toLowerCase()).concat(e.rule.stayOriginalSelectors).concat(e.rule.additionalStayOriginalSelectors)}}var rw={sanitize:e=>e};function Hm(e,t){if(e.interruptEffectDOM)return;let n=on(e.ctx);e.walkContainer({id:e.id,container:t,articleNode:e.ctx.articleNode,filterRule:n,bodyRule:e.ctx.rule.bodyRule,onParagraph:Ha.bind(null,e),onFrame:r=>{jm(e,r,!0)},onIgnoreElement:r=>{dt.mark(r,e.id,n.skipEditableCheck),e.ignoreResizeObserver?.observe(r)}}),mo&&ut(t,"consumeContainer",e.id)}function jm(e,t,n){try{if(e.injectCssToDocument(t,e.ctx),t instanceof HTMLIFrameElement){if(!ko(t))return;P.debug("onFrame fragment",t);let r=t.contentWindow?.document.body;r&&(Ua(r,e,n),e.dynamicContainerObserver?.observe(r,{childList:!0,subtree:!0,characterData:!0}))}else P.debug("onFrame shadowRoot",t.host),Ua(t,e,n),e.dynamicContainerObserver?.observe(t,{childList:!0,subtree:!0,characterData:!0})}catch{}}function Ua(e,t,n=!0){let{globalStyles:r,globalAttributes:a}=on(t.ctx),o=0;if(u(t,e,n))return;if(Ar(e)&&s(e)){i(e);return}try{let l=document.createTreeWalker(e,NodeFilter.SHOW_ELEMENT,c=>(Ar(c)&&(r&&Bm(c,r),a&&Im(c,a)),u(t,c,n)?NodeFilter.FILTER_REJECT:NodeFilter.FILTER_ACCEPT));for(dt.mark(l.currentNode,t.id,t.ctx.rule.skipEditableCheck);l.nextNode();){dt.mark(l.currentNode,t.id,t.ctx.rule.skipEditableCheck);let c=l.currentNode;if(s(c))for(i(c);;){if(l.nextSibling()){let m=l.currentNode;if(dt.mark(l.currentNode,t.id,t.ctx.rule.skipEditableCheck),s(m)){i(m);continue}else break}if(!l.parentNode())return}}}catch{}if(o==0&&e instanceof HTMLElement){i(e);return}return t.observeContainers;function i(l){dt.clearMark(l),o++,t.immediateTranslateCapacity>=0?Hm(t,l):(mo&&ut(l,"observeContainer",t.id),t.containerVisibleObserver?.unobserve(l),t.containerVisibleObserver?.observe(l))}function s(l){let c=l.nodeName.toLowerCase();if(l.shadowRoot)return jm(t,l.shadowRoot,n),!1;if(c==="iframe")return jm(t,l,n),!1;if(["script","#document-fragment","img"].includes(c))return!1;let m=t.containerRule;if(m.selectors&&m.selectors?.length>0)return Ml(l,m.selectors);if(m.pageHeight){let g=l.scrollHeight;if(g>0&&g0)return!0}return!1}function u(l,c,m){if(K1(l.ctx,c),c.nodeName.toLowerCase()=="script")return c.childNodes.length==0||c.childNodes.length==1&&c.childNodes[0].nodeType==Node.TEXT_NODE;if(c.nodeType===Node.DOCUMENT_FRAGMENT_NODE)return!1;if(c.nodeType!==Node.ELEMENT_NODE||m&&dt.isMarked(c,l.id))return!0;if(l.ctx.rule.isTransformPreTagNewLine&&c.nodeName==="PRE")return!1;let p=on(l.ctx);return!!Bl(c,{excludeSelectors:p.excludeSelectors,selectors:p.selectors,stayOriginalSelectors:p.stayOriginalSelectors})}}function Ts(e,t){if(!e.targetNodes)return;let n=e.state||"original",r=e.commonAncestorContainer;if(!dt.isSkipMarkEle(r)&&!dt.isMarked(r,e.ctxId))return;let a=r.contains(e.rootNodes[0]),o=r.contains(e.targetNodes[0]);if(a&&o)n="dual";else if(a)n="original";else if(o)n="translation";else return;if(t!=n){e.state=t;try{if(n=="dual"&&t=="translation"&&(Il(e.rootNodes),ab(e.commonAncestorContainer)),n=="original"&&t=="translation"){let i=Nm(e.rootNodes);if(Il(e.rootNodes),rb(i))return;Xo(i,r,e.targetNodes||[]),ab(e.commonAncestorContainer)}if(n=="translation"&&t=="dual"){let i=e.targetNodes[0];Xo(i,r,e.rootNodes||[]),ob(e.commonAncestorContainer)}if(n=="original"&&t=="dual"){let i=Nm(e.rootNodes);if(rb(i))return;Xo(i,r,e.targetNodes||[]),ob(e.commonAncestorContainer)}if(n=="translation"&&t=="original"){let i=Nm(e.targetNodes);Il(e.targetNodes),Xo(i,r,e.rootNodes||[])}n=="dual"&&t=="original"&&Il(e.targetNodes),Wm(e)}catch(i){P.error(i)}}}function rb(e){return!e||!Ar(e)?!1:e.classList.contains(yt)}function ab(e){if(!Ar(e))return;e.querySelectorAll("font[class*=immersive-translate-target-translation]").forEach(r=>{ut(r,"immersiveTranslateClassBak",r.className),r.className="notranslate immersive-translate-target-dual immersive-translate-target-inner"});let n=e.querySelector(".immersive-translate-target-wrapper");n&&n.classList.add("immersive-translate-state-dual")}function ob(e){if(!Ar(e))return;e.querySelectorAll("font[class*=immersive-translate-target-dual]").forEach(r=>{let a=Lo(r,"immersiveTranslateClassBak");el(r,"immersiveTranslateClassBak"),r.className=a});let n=e.querySelector(".immersive-translate-target-wrapper");n&&n.classList.remove("immersive-translate-state-dual")}function Nm(e){return e?e[e.length-1].nextSibling:null}function Il(e){(e||[]).forEach(t=>t.parentNode?.removeChild(t))}function Xo(e,t,n){let r=e;t&&(r?n.forEach(a=>{r.parentNode?.insertBefore(a,r)}):n.forEach(a=>{t.appendChild(a)}))}var aw=yi(Ol,300);async function Ha(e,t,n=!1,r="web"){if(e.interruptEffectDOM)return;let a=t.commonAncestorContainer;if(a instanceof ShadowRoot||ow(t.rootNodes)||t.stepState>=2)return;t.stepState=2,mo&&ut(a,"onParseParagraph",e.id);let{ctx:o}=e,{rule:i}=o,s=Ra(o),u=Cl(t.flatNodes,{isPreWhitespace:t.isPreWhitespace||!1,delimiters:s,stayOriginalSelectors:dw(o)});if(!u)return;t.variables=u?.variables||{},t.text=u?.text;let l=o?.config?.translationLanguagePattern?.excludeMatches||[],c=await qm(o,t,{excludeLanguages:n?[]:l,targetLanguage:o.targetLanguage,noTranslateRegexp:o.rule.noTranslateRegexp,delimiters:ur(o.config.translationServices[o.translationService]),minTextCount:n||o.state.translationArea==="body"?3:i.paragraphMinTextCount,minWordCount:i.paragraphMinWordCount,isDetectParagraphLanguage:i.detectParagraphLanguage||o.state.isDetectParagraphLanguage,ignoreZhCNandZhTW:o.rule.ignoreZhCNandZhTW});if(c){if(P.debug("on paragraph",c.text,c),a.paragraphs=a.paragraphs||[],a.paragraphs.includes(c))return;a.paragraphs.push(c),e.immediateTranslateCapacity>0||n?(n&&(t.force=!0),iw(e,t.text),zm(e,t,r)):(mo&&ut(a,"observeParagraph",e.id),e.observeParagraphs.push(c),e.paragraphVisibleObserver?.unobserve(a),e.paragraphVisibleObserver?.observe(a))}return c}function ow(e){if(!e)return!1;let t=e[e.length-1].nextSibling;return t?Ar(t)&&t.classList.contains(yt):!1}function iw(e,t){e.ctx.state.translationStartMode!=="immediate"&&(e.immediateTranslateCapacity-=t?.length||0)}function zm(e,t,n="web"){if(e.interruptEffectDOM||t.stepState>=3)return;t.stepState=3;let r=e.autoIncreaseParagraphId++;if(t.id=r.toString(),e.paragraphEntities[r]=t,e.paragraphQueue.push(r.toString()),mo&&ut(t.commonAncestorContainer,"consumeParagraph",e.id),ut(t.commonAncestorContainer,Xf,"1",!0),n=="hover"){Ol.call(e,e.ctx);return}aw.call(e,e.ctx)}async function Ol(e){if(this.interruptEffectDOM)return;let t=this.paragraphQueue;this.paragraphQueue=[];let n=[];for(let r=0;r0)try{await Je(r,t,(a,o,i)=>{let s=i.id,u=sw(e,s.toString());u&&uw.call(null,a,o,i,u,t,n)})}catch(a){P.error("translateCurrentQueue error",a);return}}function sw(e,t){return e.find(n=>n.id===t)}function uw(e,t,n,r,a,o){let i=!1,s=r;if(wo(s.commonAncestorContainer,n.id)?.remove(),Wm(r),s&&(e||!t)){e||(P.error("translate error",n,e,t),e=new Error("no response from server"));let{rule:u}=a,l=n.id,c=document.createElement(u.targetWrapperTag);ut(c,th,l.toString()),c.classList.add("notranslate",yt,yt+"-error"),c.setAttribute("translate","no"),c.setAttribute("lang",a.targetLanguage);let m=r.rootNodes[r.rootNodes.length-1].nextSibling;if(Xo(m,r.commonAncestorContainer,[c]),s&&(s.error=e),c){let g=lw(a,e).replaceAll(` +`+t.rule.additionalInjectedCss)),s&&Cn(e,s,"immersive-translate-dynamic-injected-css")}d();async function eb(){let e="auto",t=[ht(),"en"];return document.body&&document.body.textContent&&document.body.textContent.trim()&&(e=await Fe({text:_o(document.body),pageLangs:t})),e}d();d();function tb(e){let t=document.querySelector("title"),n;return t&&(n=new MutationObserver(function(r){r.length>0&&(r[0].target.text.includes(vu)||Om(e).catch(o=>{M.error("translateTitle error:",o.name,o.message,o.details||"")}))}),n.observe(t,{subtree:!0,characterData:!0,childList:!0})),n}var Rl="";async function Om(e){let t=document.title;if(!t||t.includes(vu))return;Rl!==t&&(Rl=t);let n=await Fe({text:t,pageLangs:[Et(),"en"]});if(!So(e,n))try{let r=await ra({id:0,url:e.url,text:t,from:n,to:e.targetLanguage,fromByClient:n,force:!0},e);r&&r.text&&(document.title=r.text+vu+Rl)}catch(r){throw r}}function nb(e){e.rule.isTranslateTitle&&(document.title=Rl)}function Jo(e){return(e.config.rtlLanguages||["ar","arc","az","dv","he","ckb","fa","ur"]).includes(e.targetLanguage)}function on(e){let t=e.rule.selectors,n=e.rule.excludeTags,r=e.rule.additionalExcludeTags,a=e.rule.excludeSelectors,o=e.rule.additionalExcludeSelectors;return e.state.translationArea==="body"&&(t=[],a=[]),{paragraphFirstLetterFontSize:e.rule.paragraphFirstLetterFontSize,globalStyles:e.rule.globalStyles,globalAttributes:e.rule.globalAttributes,selectors:t,atomicBlockSelectors:e.rule.atomicBlockSelectors,skipEditableCheck:e.rule.skipEditableCheck,lineBreakMaxTextCount:e.rule.lineBreakMaxTextCount,isTransformPreTagNewLine:e.rule.isTransformPreTagNewLine,excludeSelectors:n.concat(r).map(s=>s.toLowerCase()).filter(s=>s!=="code"&&s!=="img").concat(a).concat(o),blockSelectors:e.rule.allBlockTags.map(s=>s.toLowerCase()).concat(e.rule.extraBlockSelectors),extraBlockSelectors:e.rule.extraBlockSelectors,extraInlineSelectors:e.rule.extraInlineSelectors.concat(e.rule.additionalInlineSelectors),stayOriginalSelectors:e.rule.stayOriginalTags.concat(e.rule.stayOriginalTags).map(s=>s.toLowerCase()).concat(e.rule.stayOriginalSelectors).concat(e.rule.additionalStayOriginalSelectors)}}var rw={sanitize:e=>e};function Hm(e,t){if(e.interruptEffectDOM)return;let n=on(e.ctx);e.walkContainer({id:e.id,container:t,articleNode:e.ctx.articleNode,filterRule:n,bodyRule:e.ctx.rule.bodyRule,onParagraph:Ha.bind(null,e),onFrame:r=>{jm(e,r,!0)},onIgnoreElement:r=>{dt.mark(r,e.id,n.skipEditableCheck),e.ignoreResizeObserver?.observe(r)}}),mo&&ut(t,"consumeContainer",e.id)}function jm(e,t,n){try{if(e.injectCssToDocument(t,e.ctx),t instanceof HTMLIFrameElement){if(!ko(t))return;M.debug("onFrame fragment",t);let r=t.contentWindow?.document.body;r&&(Ua(r,e,n),e.dynamicContainerObserver?.observe(r,{childList:!0,subtree:!0,characterData:!0}))}else M.debug("onFrame shadowRoot",t.host),Ua(t,e,n),e.dynamicContainerObserver?.observe(t,{childList:!0,subtree:!0,characterData:!0})}catch{}}function Ua(e,t,n=!0){let{globalStyles:r,globalAttributes:a}=on(t.ctx),o=0;if(u(t,e,n))return;if(Ar(e)&&s(e)){i(e);return}try{let l=document.createTreeWalker(e,NodeFilter.SHOW_ELEMENT,c=>(Ar(c)&&(r&&Bm(c,r),a&&Im(c,a)),u(t,c,n)?NodeFilter.FILTER_REJECT:NodeFilter.FILTER_ACCEPT));for(dt.mark(l.currentNode,t.id,t.ctx.rule.skipEditableCheck);l.nextNode();){dt.mark(l.currentNode,t.id,t.ctx.rule.skipEditableCheck);let c=l.currentNode;if(s(c))for(i(c);;){if(l.nextSibling()){let m=l.currentNode;if(dt.mark(l.currentNode,t.id,t.ctx.rule.skipEditableCheck),s(m)){i(m);continue}else break}if(!l.parentNode())return}}}catch{}if(o==0&&e instanceof HTMLElement){i(e);return}return t.observeContainers;function i(l){dt.clearMark(l),o++,t.immediateTranslateCapacity>=0?Hm(t,l):(mo&&ut(l,"observeContainer",t.id),t.containerVisibleObserver?.unobserve(l),t.containerVisibleObserver?.observe(l))}function s(l){let c=l.nodeName.toLowerCase();if(l.shadowRoot)return jm(t,l.shadowRoot,n),!1;if(c==="iframe")return jm(t,l,n),!1;if(["script","#document-fragment","img"].includes(c))return!1;let m=t.containerRule;if(m.selectors&&m.selectors?.length>0)return Ml(l,m.selectors);if(m.pageHeight){let g=l.scrollHeight;if(g>0&&g0)return!0}return!1}function u(l,c,m){if(K1(l.ctx,c),c.nodeName.toLowerCase()=="script")return c.childNodes.length==0||c.childNodes.length==1&&c.childNodes[0].nodeType==Node.TEXT_NODE;if(c.nodeType===Node.DOCUMENT_FRAGMENT_NODE)return!1;if(c.nodeType!==Node.ELEMENT_NODE||m&&dt.isMarked(c,l.id))return!0;if(l.ctx.rule.isTransformPreTagNewLine&&c.nodeName==="PRE")return!1;let p=on(l.ctx);return!!Bl(c,{excludeSelectors:p.excludeSelectors,selectors:p.selectors,stayOriginalSelectors:p.stayOriginalSelectors})}}function Ts(e,t){if(!e.targetNodes)return;let n=e.state||"original",r=e.commonAncestorContainer;if(!dt.isSkipMarkEle(r)&&!dt.isMarked(r,e.ctxId))return;let a=r.contains(e.rootNodes[0]),o=r.contains(e.targetNodes[0]);if(a&&o)n="dual";else if(a)n="original";else if(o)n="translation";else return;if(t!=n){e.state=t;try{if(n=="dual"&&t=="translation"&&(Il(e.rootNodes),ab(e.commonAncestorContainer)),n=="original"&&t=="translation"){let i=Nm(e.rootNodes);if(Il(e.rootNodes),rb(i))return;Xo(i,r,e.targetNodes||[]),ab(e.commonAncestorContainer)}if(n=="translation"&&t=="dual"){let i=e.targetNodes[0];Xo(i,r,e.rootNodes||[]),ob(e.commonAncestorContainer)}if(n=="original"&&t=="dual"){let i=Nm(e.rootNodes);if(rb(i))return;Xo(i,r,e.targetNodes||[]),ob(e.commonAncestorContainer)}if(n=="translation"&&t=="original"){let i=Nm(e.targetNodes);Il(e.targetNodes),Xo(i,r,e.rootNodes||[])}n=="dual"&&t=="original"&&Il(e.targetNodes),Wm(e)}catch(i){M.error(i)}}}function rb(e){return!e||!Ar(e)?!1:e.classList.contains(yt)}function ab(e){if(!Ar(e))return;e.querySelectorAll("font[class*=immersive-translate-target-translation]").forEach(r=>{ut(r,"immersiveTranslateClassBak",r.className),r.className="notranslate immersive-translate-target-dual immersive-translate-target-inner"});let n=e.querySelector(".immersive-translate-target-wrapper");n&&n.classList.add("immersive-translate-state-dual")}function ob(e){if(!Ar(e))return;e.querySelectorAll("font[class*=immersive-translate-target-dual]").forEach(r=>{let a=Lo(r,"immersiveTranslateClassBak");el(r,"immersiveTranslateClassBak"),r.className=a});let n=e.querySelector(".immersive-translate-target-wrapper");n&&n.classList.remove("immersive-translate-state-dual")}function Nm(e){return e?e[e.length-1].nextSibling:null}function Il(e){(e||[]).forEach(t=>t.parentNode?.removeChild(t))}function Xo(e,t,n){let r=e;t&&(r?n.forEach(a=>{r.parentNode?.insertBefore(a,r)}):n.forEach(a=>{t.appendChild(a)}))}var aw=yi(Ol,300);async function Ha(e,t,n=!1,r="web"){if(e.interruptEffectDOM)return;let a=t.commonAncestorContainer;if(a instanceof ShadowRoot||ow(t.rootNodes)||t.stepState>=2)return;t.stepState=2,mo&&ut(a,"onParseParagraph",e.id);let{ctx:o}=e,{rule:i}=o,s=Ra(o),u=Cl(t.flatNodes,{isPreWhitespace:t.isPreWhitespace||!1,delimiters:s,stayOriginalSelectors:dw(o)});if(!u)return;t.variables=u?.variables||{},t.text=u?.text;let l=o?.config?.translationLanguagePattern?.excludeMatches||[],c=await qm(o,t,{excludeLanguages:n?[]:l,targetLanguage:o.targetLanguage,noTranslateRegexp:o.rule.noTranslateRegexp,delimiters:ur(o.config.translationServices[o.translationService]),minTextCount:n||o.state.translationArea==="body"?3:i.paragraphMinTextCount,minWordCount:i.paragraphMinWordCount,isDetectParagraphLanguage:i.detectParagraphLanguage||o.state.isDetectParagraphLanguage,ignoreZhCNandZhTW:o.rule.ignoreZhCNandZhTW});if(c){if(M.debug("on paragraph",c.text,c),a.paragraphs=a.paragraphs||[],a.paragraphs.includes(c))return;a.paragraphs.push(c),e.immediateTranslateCapacity>0||n?(n&&(t.force=!0),iw(e,t.text),zm(e,t,r)):(mo&&ut(a,"observeParagraph",e.id),e.observeParagraphs.push(c),e.paragraphVisibleObserver?.unobserve(a),e.paragraphVisibleObserver?.observe(a))}return c}function ow(e){if(!e)return!1;let t=e[e.length-1].nextSibling;return t?Ar(t)&&t.classList.contains(yt):!1}function iw(e,t){e.ctx.state.translationStartMode!=="immediate"&&(e.immediateTranslateCapacity-=t?.length||0)}function zm(e,t,n="web"){if(e.interruptEffectDOM||t.stepState>=3)return;t.stepState=3;let r=e.autoIncreaseParagraphId++;if(t.id=r.toString(),e.paragraphEntities[r]=t,e.paragraphQueue.push(r.toString()),mo&&ut(t.commonAncestorContainer,"consumeParagraph",e.id),ut(t.commonAncestorContainer,Xf,"1",!0),n=="hover"){Ol.call(e,e.ctx);return}aw.call(e,e.ctx)}async function Ol(e){if(this.interruptEffectDOM)return;let t=this.paragraphQueue;this.paragraphQueue=[];let n=[];for(let r=0;r0)try{await Je(r,t,(a,o,i)=>{let s=i.id,u=sw(e,s.toString());u&&uw.call(null,a,o,i,u,t,n)})}catch(a){M.error("translateCurrentQueue error",a);return}}function sw(e,t){return e.find(n=>n.id===t)}function uw(e,t,n,r,a,o){let i=!1,s=r;if(wo(s.commonAncestorContainer,n.id)?.remove(),Wm(r),s&&(e||!t)){e||(M.error("translate error",n,e,t),e=new Error("no response from server"));let{rule:u}=a,l=n.id,c=document.createElement(u.targetWrapperTag);ut(c,th,l.toString()),c.classList.add("notranslate",yt,yt+"-error"),c.setAttribute("translate","no"),c.setAttribute("lang",a.targetLanguage);let m=r.rootNodes[r.rootNodes.length-1].nextSibling;if(Xo(m,r.commonAncestorContainer,[c]),s&&(s.error=e),c){let g=lw(a,e).replaceAll(` `,"").replaceAll('"',"""),p=e.message.replaceAll(` `,"").replaceAll('"',"""),f=sr(It,"retryAllParagraphs",a.config.interfaceLanguage,"zh-CN"),y=sr(It,"errorTooltipTitle",a.config.interfaceLanguage,"zh-CN")+": "+p,b=sr(It,"error.retry",a.config.interfaceLanguage,"zh-CN"),h=sr(It,"error.reason",a.config.interfaceLanguage,"zh-CN"),C=`<${u.targetWrapperTag} class="${J}-error notranslate"> <${u.targetWrapperTag} class="${J}-error-wrapper"> @@ -5428,17 +5428,17 @@ ${s}} ${h}
- `;c.innerHTML=Ge.sanitize(C)}}else if(r){if(s.error=void 0,r.targetText=t?.text||"",!(r.text?.trim().toLocaleLowerCase()==r.targetText?.trim().toLocaleLowerCase())){let l=Q2(r,a),c=document.createElement(a.rule.targetWrapperTag);c.classList.add("notranslate",yt),Jo(a)&&c.setAttribute("dir","rtl"),c.setAttribute("lang",a.targetLanguage),c.setAttribute(ar,"1");let m=rw.sanitize(l);c.innerHTML=m,r.targetNodes=[c],Ts(r,o)}i=!0}else P.error("paragraph not found",n.id);document.dispatchEvent(new CustomEvent(Lt,{detail:JSON.stringify({type:"paragraphTranslated",payload:{ok:i}})}))}async function qm(e,t,n){let{text:r}=t,a=await Pe({text:r||"",minLength:15,pageLangs:[Et(),"en"],translateService:e.translationService}),{targetLanguage:o}=n;if(!is({text:r||"",delimiters:n.delimiters,minWordCount:n.minWordCount,minTextCount:n.minTextCount,noTranslateRegexp:n.noTranslateRegexp}))return null;let s=n.excludeLanguages||[],u=sl();n.isDetectParagraphLanguage&&(u="auto");let l=Et(),c=a;c==="auto"&&!n.isDetectParagraphLanguage&&(c=l,!Su.includes(e.translationService)&&(Ee()||rt())&&(c="auto")),t.languageByLocal=c,t.languageByClient=u;let m=u!=="auto"?u:c;return Wr(m,o,{ignoreZhCNandZhTW:n.ignoreZhCNandZhTW})||s.length>0&&s.some(f=>Wr(m,f,{ignoreZhCNandZhTW:n.ignoreZhCNandZhTW}))?null:t}function vs(){Um=0}var Um=0;function lw(e,t){Um+=1;let n=t.message;if(t instanceof K){let r=t.uiConfig(e);if(n=JSON.stringify(r),Um!=e.rule.toastErrorMinTimes)return n;document.dispatchEvent(new CustomEvent(_a,{detail:r}))}return n}function Wm(e){let t=e.commonAncestorContainer;if(!t.paragraphs?.length)return;t.recordLength=t.innerHTML.length,cw(t,`[${Qf}]`).forEach(r=>{r.recordLength&&(r.recordLength=r.innerHTML.length)})}function cw(e,t){let n=e,r=[];for(;n.parentElement;){let a=n.parentElement.closest(t);if(a)r.push(a),n=a;else break}return r}function dw(e){return e.config?.translationServices?.[e.translationService]?.disableStaySelectors?[]:e.rule.stayOriginalTags.concat(e.rule.stayOriginalTags).map(r=>r.toLowerCase()).concat(e.rule.stayOriginalSelectors).concat(e.rule.additionalStayOriginalSelectors)}d();var mw=[];function ib(e){mw.push(e)}d();var $m;function sb(e){let t=e.ctx.rule.aiRule;if(P.debug("aiRule",t),!t||!t.messageWrapperSelector)return;let n=e.ctx.rule,r=on(e.ctx),a=r.excludeSelectors.indexOf(`${t.messageWrapperSelector} *`);r.excludeSelectors.splice(a,1),document.querySelectorAll(`${t.messageWrapperSelector} > *`).forEach(o=>{Cs(e,o,t,r)}),$m=new MutationObserver(o=>{o.forEach(function(i){for(let s of o)if(s.target.nodeType!=Node.COMMENT_NODE)try{if(n.mutationExcludeSelectors.length>0&&vn(s.target,n.mutationExcludeSelectors))continue;let u=s.target;if(s.type=="characterData"&&(u=s.target.parentElement),!u.closest(t.messageWrapperSelector)||Vm(s)&&s.type!="characterData")continue;if(u.recordLength){u.recordLength!==u.innerHTML.length&&Cs(e,u,t,r,!0);continue}if((s.addedNodes||[]).length<=0&&s.type!="characterData"||u.nodeType!==Node.ELEMENT_NODE)continue;if(!Gr(u,{blockSelectors:r.blockSelectors,extraInlineSelectors:r.extraInlineSelectors,extraBlockSelectors:r.extraBlockSelectors,atomicBlockSelectors:r.atomicBlockSelectors},window.getComputedStyle(u))){let c=Do(r,u.parentElement);c&&(dt.clearToParentMark(u,c),Cs(e,c,t,r));continue}Cs(e,u,t,r)}catch(u){P.error(u)}}),document.querySelectorAll(`${t.messageWrapperSelector}`).forEach(i=>{dt.isMarked(i,e.id)||Cs(e,i,t,r)})}),$m.observe(document.body,{childList:!0,subtree:!0,characterData:!0})}function Cs(e,t,n,r,a=!1){let o=t.closest(n.messageWrapperSelector);if(!o)return;let i=t;for(;i!=o;)clearTimeout(i.timer),i=i.parentElement;clearTimeout(o.timer);let s=t;s.timer=setTimeout(()=>{a&&Gm(t),_r({id:e.id,container:t,filterRule:r,force:!0,onParagraph:u=>{Ha(e,u,!0)},onFrame:()=>{},onIgnoreElement:()=>{}}),s.timer=null},n.streamingDelayTime||1e3)}function ub(){$m?.disconnect()}d();d();d();d();d();d();var Qo={},pw={root:"",lang:"en",fallbackLang:"en"};function Km(e,t){let n=Object.assign({},pw,e);Qo=t||Qo;let[r,a]=se(n.lang),[o,i]=se(Qo),[s,u]=se(!1),l=m=>{if(o.hasOwnProperty(m))return;u(!1);let g=$h(n.root||"",m);n.getUrl&&(g=n.getUrl(n.root||"",m),fetch(g).then(p=>p.json()).then(p=>{Qo[m]=p,i({...Qo}),u(!0)}).catch(p=>{i({...Qo}),u(!0)}))};return De(()=>{l(n.fallbackLang||"en"),l(r)},[r]),{lang:r,setLang:a,t:(m,g)=>{if(!o.hasOwnProperty(r))return m;let p=Gi(o,r,m);return p===m&&r!==n.fallbackLang&&(p=Gi(o,n.fallbackLang,m)),ld(p,g)},isReady:s}}d();d();var gw=0;function D(e,t,n,r,a){var o,i,s={};for(i in t)i=="ref"?o=t[i]:s[i]=t[i];var u={type:e,props:s,key:n,ref:o,__k:null,__:null,__b:0,__e:null,__d:void 0,__c:null,__h:null,constructor:void 0,__v:--gw,__source:a,__self:r};if(typeof e=="function"&&(o=e.defaultProps))for(i in o)s[i]===void 0&&(s[i]=o[i]);return Le.vnode&&Le.vnode(u),u}var Jm=Co(null),Ym={root:"assets",lang:"en",fallbackLang:"en"},jl=e=>{let{t,setLang:n,lang:r,isReady:a}=Km({root:e.root||Ym.root,lang:e.lang||Ym.lang,fallbackLang:e.fallbackLang||Ym.fallbackLang,getUrl:e.getUrl},e.translations);return D(Jm.Provider,{value:{t,setLang:n,lang:r,isReady:a},children:e.children})};function ve(){return Ju(Jm)}d();function Ul({parent:e,ctx:t,Component:n,props:r={},style:a="",id:o,initialCSS:i=!0}){let s=o||J+n.name;e.querySelector(`#${s}`)&&document.querySelector(`#${s}`)?.remove();let u=document.createElement("div");u.id=s,i&&u.setAttribute("style","all: initial");let l=u.attachShadow({mode:"open"});a&&Cn(l,a),e.appendChild(u),vo(D(jl,{lang:t.config.interfaceLanguage,fallbackLang:"zh-CN",translations:It,children:D(n,{...r})}),l)}d();d();d();function Zo(e){return aa(e).subtitles}function aa(e){let t=[],n=e.split(/\r?\n/),r={},a=-1;return n.forEach((o,i)=>{let s=o.match(/(?(\d{2}:)*\d{2}([.,]\d{3})?) --> (?(\d{2}:)*\d{2}([.,]\d{3})?)(? - ${s.innerHTML}`.replaceAll('data-immersive-translate-translation-element-mark="1"',"dim_m='1'").replace(/data-immersive-translate-walked=\".+?\"/g,"dim_w='1'").replace(/data-on-parse-paragraph=\".+?\"/g,"").replace(/data-consume-paragraph=\".+?\"/g,"").replace(/data-consume-container=\".+?\"/g,"").replace(/immersive-translate-target-([a-z\-]+)/g,(b,h)=>"imt_"+h.replaceAll("translation","t"))},await Zt(a);let f=Ce().SHARE_DRAFT_URL,y=r.rule;if(y.shareConfig?.sharePath){let b=new URL(f);b.pathname=y.shareConfig.sharePath,f=b.toString()}Uo(f)}catch(p){P.error(p)}}async function Zb(){let e=await Qt();e.draft&&globalThis.document.dispatchEvent(new CustomEvent(Vf,{detail:JSON.stringify(e.draft)}))}async function F8(){try{if(await Uu("reportActive"))return;P.debug("\u672A\u6FC0\u6D3B\u8FC7");let t=await Ad();await ce({url:zi+"/v1/user/campaign-info-translated/"+t,method:"POST",headers:{"content-type":"application/json"}}),Qi("reportActive","1")}catch(e){P.error(e)}}d();d();var ey={"zh-CN":{"languages.en":"\u82F1\u8BED","languages.ja":"\u65E5\u8BED","languages.ko":"\u97E9\u8BED","languages.es":"\u897F\u73ED\u7259\u8BED","languages.fr":"\u6CD5\u8BED","languages.de":"\u5FB7\u8BED","languages.it":"\u610F\u5927\u5229\u8BED","languages.pt":"\u8461\u8404\u7259\u8BED","languages.ru":"\u4FC4\u8BED","languages.wyw":"\u6587\u8A00\u6587","languages.":"\u5168\u90E8"},"zh-TW":{"languages.en":"\u82F1\u8A9E","languages.ja":"\u65E5\u8A9E","languages.ko":"\u97D3\u8A9E","languages.es":"\u897F\u73ED\u7259\u8A9E","languages.fr":"\u6CD5\u8A9E","languages.de":"\u5FB7\u8A9E","languages.it":"\u610F\u5927\u5229\u8A9E","languages.pt":"\u8461\u8404\u7259\u8A9E","languages.ru":"\u4FC4\u8A9E","languages.wyw":"\u6587\u8A00\u6587","languages.":"\u5168\u90E8"}},ty={...It,"zh-CN":{...ey["zh-CN"],...It["zh-CN"]},"zh-TW":{...ey["zh-TW"],...It["zh-TW"]}},ny=ty;function oi(e,t,n){return sr(ty,e,t,or,n)}var sa=(e,t,n,r)=>{let a=uh[e]||e,o=lh[e],i=ch[e],s={"zh-CN":o,"zh-TW":i,en:a};if(n)return s[e]?s[e]:a;if(s[t]){let u=s[t];return r||e==="auto"||e==="placeholder"?u:`${u} (${a})`}else return a};d();function yp(e){let t=e.shortcuts||{},r=Object.keys(t).reduce((o,i)=>(o[t[i]]=i,o),{}),a=Object.keys(r);for(let o of a){let i=o.replace(/MacCtrl/ig,"Ctrl");i&&xn(i,s=>{s.preventDefault();let u=r[o];_n({method:u,data:{trigger:"shortcut"}})})}}d();d();d();d();var ry=`${J}-float-ball`;function ua(e){return e.type=="logo"?D("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",width:"24",height:"24",class:`${ry}-logo-img`,children:[D("path",{fill:"none",d:"M0 0h24v24H0z"}),D("path",{d:"M5 15v2a2 2 0 0 0 1.85 1.995L7 19h3v2H7a4 4 0 0 1-4-4v-2h2zm13-5l4.4 11h-2.155l-1.201-3h-4.09l-1.199 3h-2.154L16 10h2zm-1 2.885L15.753 16h2.492L17 12.885zM8 2v2h4v7H8v3H6v-3H2V4h4V2h2zm9 1a4 4 0 0 1 4 4v2h-2V7a2 2 0 0 0-2-2h-3V3h3zM6 6H4v3h2V6zm4 0H8v3h2V6z",fill:"rgba(255,255,255,1)"})]}):e.type=="close"?D("svg",{width:"14",height:"14",viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:[D("g",{"clip-path":"url(#clip0_2589_9951)",children:D("path",{d:"M7 14C5.14348 14 3.36301 13.2625 2.05025 11.9497C0.737498 10.637 0 8.85652 0 7C0 5.14348 0.737498 3.36301 2.05025 2.05025C3.36301 0.737498 5.14348 0 7 0C8.85652 0 10.637 0.737498 11.9497 2.05025C13.2625 3.36301 14 5.14348 14 7C14 8.85652 13.2625 10.637 11.9497 11.9497C10.637 13.2625 8.85652 14 7 14ZM4.183 5.064L6.118 7L4.183 8.936C4.12409 8.99361 4.07719 9.06234 4.04502 9.1382C4.01285 9.21406 3.99605 9.29554 3.99559 9.37794C3.99513 9.46034 4.01101 9.54201 4.04234 9.61823C4.07366 9.69444 4.11978 9.76369 4.17805 9.82195C4.23631 9.88022 4.30556 9.92634 4.38177 9.95766C4.45799 9.98898 4.53966 10.0049 4.62206 10.0044C4.70446 10.004 4.78594 9.98715 4.8618 9.95498C4.93766 9.92281 5.00639 9.87591 5.064 9.817L7 7.882L8.936 9.817C9.05327 9.93168 9.21104 9.99548 9.37506 9.99457C9.53908 9.99365 9.69612 9.92809 9.8121 9.8121C9.92809 9.69612 9.99365 9.53908 9.99457 9.37506C9.99548 9.21104 9.93168 9.05327 9.817 8.936L7.882 7L9.817 5.064C9.87591 5.00639 9.92281 4.93766 9.95498 4.8618C9.98715 4.78594 10.004 4.70446 10.0044 4.62206C10.0049 4.53966 9.98898 4.45799 9.95766 4.38177C9.92634 4.30556 9.88022 4.23631 9.82195 4.17805C9.76369 4.11978 9.69444 4.07366 9.61823 4.04234C9.54201 4.01101 9.46034 3.99513 9.37794 3.99559C9.29554 3.99605 9.21406 4.01285 9.1382 4.04502C9.06234 4.07719 8.99361 4.12409 8.936 4.183L7 6.118L5.064 4.183C4.94673 4.06832 4.78896 4.00452 4.62494 4.00543C4.46092 4.00635 4.30388 4.07191 4.1879 4.1879C4.07191 4.30388 4.00635 4.46092 4.00543 4.62494C4.00452 4.78896 4.06832 4.94673 4.183 5.064Z",fill:"#B1B1B1","fill-opacity":"0.32"})}),D("defs",{children:D("clipPath",{id:"clip0_2589_9951",children:D("rect",{width:"14",height:"14",fill:"white"})})})]}):e.type=="setting"?D("svg",{width:"16",height:"16",viewBox:"0 0 16 16",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:D("path",{d:"M6.55741 0L9.06847 0.00329403C9.84824 0.00470579 10.4802 0.636235 10.4812 1.41647L10.4821 1.82588C10.9687 2.0278 11.4297 2.28671 11.8553 2.59718L12.1913 2.40329C12.516 2.21676 12.9013 2.1665 13.2629 2.26352C13.6246 2.36055 13.933 2.59695 14.1207 2.92094L15.3795 5.09365C15.5601 5.40546 15.6149 5.7744 15.5328 6.12523C15.4507 6.47606 15.2378 6.78235 14.9376 6.98165L14.8609 7.02871L14.5235 7.22353C14.5819 7.76273 14.5736 8.30708 14.4986 8.84424L14.7372 8.98259C15.0496 9.16307 15.2812 9.45606 15.3848 9.80165C15.4884 10.1472 15.456 10.5193 15.2944 10.8419L15.2553 10.9153L14.076 12.9576C13.8955 13.27 13.6025 13.5017 13.2569 13.6053C12.9113 13.7088 12.5392 13.6765 12.2167 13.5148L12.1433 13.4753L11.8172 13.2871C11.4074 13.5817 10.9651 13.8283 10.4991 14.0221L10.4995 14.5831C10.5 14.9434 10.3629 15.2904 10.1163 15.5532C9.86972 15.816 9.53215 15.9748 9.17247 15.9972L9.08306 16L6.57153 15.9967C6.19697 15.9961 5.83793 15.847 5.57312 15.5821C5.30831 15.3172 5.15932 14.9581 5.15883 14.5835L5.15788 13.9073C4.76852 13.7244 4.39771 13.5044 4.05059 13.2504L3.44918 13.5967C3.12448 13.7834 2.73902 13.8337 2.37726 13.7367C2.01551 13.6397 1.70698 13.4032 1.5193 13.0791L0.260473 10.9064C0.0799611 10.5945 0.0252226 10.2255 0.107423 9.87467C0.189623 9.52384 0.402569 9.21757 0.702826 9.01835L0.779062 8.97129L1.3913 8.61835C1.34424 8.17129 1.34188 7.71765 1.38706 7.26494L0.707532 6.87247C0.395061 6.69207 0.163305 6.39911 0.0596515 6.05351C-0.0440025 5.70791 -0.0117246 5.33577 0.149885 5.01318L0.189415 4.93976L1.36871 2.89741C1.54919 2.58502 1.84218 2.35337 2.18777 2.2498C2.53336 2.14624 2.90547 2.17859 3.228 2.34023L3.30141 2.37976L3.89436 2.72188C4.28027 2.42082 4.69854 2.1637 5.14141 1.95529L5.14047 1.41694C5.14001 1.05657 5.27707 0.709596 5.52367 0.446813C5.77028 0.184029 6.10786 0.0252343 6.46753 0.00282354L6.55741 0ZM6.55553 1.41506L6.55694 2.85271L5.74377 3.23576C5.39553 3.39906 5.06706 3.60094 4.764 3.83718L4.01247 4.424L2.62941 3.62494L2.59365 3.60518L1.41483 5.64753L2.88636 6.49694L2.79506 7.40612C2.75968 7.7598 2.76078 8.11619 2.79836 8.46965L2.8953 9.38541L1.48494 10.1976L2.7433 12.3704L4.14377 11.5647L4.88636 12.1087C5.15997 12.309 5.45231 12.4823 5.7593 12.6264L6.57106 13.008L6.57388 14.5816L9.08447 14.5849L9.08306 13.0791L9.95553 12.7158C10.3216 12.5635 10.6689 12.3698 10.9908 12.1384L11.7329 11.6047L12.8506 12.2499L14.0289 10.2075L12.9654 9.592L13.0972 8.64847C13.1561 8.22659 13.1628 7.79904 13.1169 7.37553L13.0181 6.45882L14.1555 5.80235L12.8967 3.62965L11.7645 4.28235L11.0214 3.74024C10.686 3.4956 10.3229 3.29152 9.93953 3.13224L9.06894 2.77082L9.06659 1.41835L6.55553 1.41506ZM9.37153 5.47624C10.0214 5.85201 10.4955 6.47036 10.6898 7.19547C10.8841 7.92058 10.7827 8.69316 10.4078 9.34353C10.2223 9.66543 9.97517 9.9476 9.68053 10.1739C9.38589 10.4002 9.04953 10.5662 8.69068 10.6623C8.33183 10.7585 7.95754 10.7829 7.58923 10.7343C7.22092 10.6856 6.86582 10.5648 6.54424 10.3788C5.89445 10.003 5.4204 9.38458 5.2262 8.65948C5.032 7.93438 5.13352 7.16184 5.50847 6.51153C5.69395 6.18963 5.94107 5.90746 6.23571 5.68117C6.53034 5.45488 6.86671 5.28891 7.22556 5.19275C7.58441 5.09659 7.9587 5.07213 8.32701 5.12077C8.69532 5.16942 9.05042 5.29021 9.372 5.47624H9.37153ZM6.73388 7.21835C6.54638 7.54388 6.49567 7.9305 6.5929 8.29336C6.69012 8.65623 6.92733 8.96571 7.25247 9.15388C7.41305 9.24679 7.59037 9.30712 7.77429 9.33143C7.9582 9.35574 8.14511 9.34355 8.32431 9.29556C8.50351 9.24757 8.67149 9.16472 8.81864 9.05174C8.96579 8.93877 9.08923 8.7979 9.18188 8.63718C9.55883 7.98353 9.356 7.15435 8.73435 6.74494L8.66377 6.70118L8.59035 6.66165C8.26834 6.49988 7.89663 6.46742 7.55145 6.57093C7.20626 6.67444 6.91375 6.90608 6.73388 7.21835Z",fill:"#6C6F73"})}):e.type==="file"?D("svg",{width:"18",height:"18",viewBox:"0 0 18 18",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:D("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M11.6861 1L15.2353 4.54635V7.11765V14.6471V15.5882C15.2353 15.9627 15.0866 16.3217 14.8218 16.5865C14.557 16.8513 14.198 17 13.8235 17H4.41176C4.03734 17 3.67825 16.8513 3.4135 16.5865C3.14874 16.3217 3 15.9627 3 15.5882V14.6471V7.11765V2.41176C3 2.03734 3.14874 1.67825 3.4135 1.4135C3.67825 1.14874 4.03734 1 4.41176 1H11.6861ZM11.8692 3.17882V4.74212H13.4334L11.8692 3.17882ZM4.41171 15.5882V14.647V2.41176H10.4574L10.4578 6.15341H13.8235V14.647V15.5882H4.41171ZM12.7739 7.51746H5.46094V8.6155H12.7739V7.51746ZM5.46094 9.98805H12.7739V11.0861H5.46094V9.98805ZM9.5127 12.36H5.46094V13.458H9.5127V12.36Z",fill:"#6C6F73"})}):e.type==="translated"?D("svg",{width:"11",height:"11",viewBox:"0 0 11 11",fill:"none",xmlns:"http://www.w3.org/2000/svg",class:`${ry}-translated-img`,children:[D("circle",{cx:"5.5",cy:"5.5",r:"5.5",fill:"#68CD52"}),D("path",{d:"M1.40857 5.87858L2.24148 5.18962L4.15344 6.64214C4.15344 6.64214 6.33547 4.15566 9.00658 2.48145L9.32541 2.87514C9.32541 2.87514 6.28665 5.55844 4.71735 9.07881L1.40857 5.87858Z",fill:"white"})]}):e.type==="modal-close"?D("svg",{width:"20",height:"20",viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:D("path",{d:"M4.41083 4.41066C4.5671 4.25443 4.77902 4.16667 4.99999 4.16667C5.22096 4.16667 5.43289 4.25443 5.58916 4.41066L9.99999 8.82149L14.4108 4.41066C14.4877 4.33107 14.5797 4.26758 14.6813 4.22391C14.783 4.18023 14.8923 4.15724 15.003 4.15628C15.1136 4.15532 15.2234 4.1764 15.3258 4.21831C15.4282 4.26021 15.5212 4.32208 15.5995 4.40033C15.6777 4.47857 15.7396 4.57162 15.7815 4.67403C15.8234 4.77644 15.8445 4.88618 15.8435 4.99682C15.8426 5.10747 15.8196 5.21682 15.7759 5.31849C15.7322 5.42016 15.6688 5.51212 15.5892 5.58899L11.1783 9.99982L15.5892 14.4107C15.741 14.5678 15.825 14.7783 15.8231 14.9968C15.8212 15.2153 15.7335 15.4243 15.579 15.5788C15.4245 15.7333 15.2155 15.821 14.997 15.8229C14.7785 15.8248 14.568 15.7408 14.4108 15.589L9.99999 11.1782L5.58916 15.589C5.43199 15.7408 5.22149 15.8248 5.00299 15.8229C4.7845 15.821 4.57549 15.7333 4.42098 15.5788C4.26647 15.4243 4.17883 15.2153 4.17693 14.9968C4.17503 14.7783 4.25903 14.5678 4.41083 14.4107L8.82166 9.99982L4.41083 5.58899C4.2546 5.43272 4.16684 5.22079 4.16684 4.99982C4.16684 4.77885 4.2546 4.56693 4.41083 4.41066Z",fill:"#C4C4C4"})}):null}d();d();function ay(e,t,n){let r=[];n||(n={}),t!=="auto"&&!n[t]&&(n[t]={matches:[],excludeMatches:[]}),r=t!=="auto"?n[t].matches:[];let a={},o=Object.keys(n);for(let l of o){let m=n[l].matches;for(let g of m)a[g]||(a[g]=[]),a[g].push(l)}let i=a[e];if(i&&i.length>0)for(let l of i)n[l].matches.indexOf(e)>-1&&(n[l]={...n[l],matches:n[l].matches.filter(m=>m!==e)});let s=new Set(r);if(t==="auto")return{...n};s.add(e);let u=Array.from(s);return{...n,[t]:{...n[t],matches:u}}}d();d();function oy(e,t=2e3){return n=>{let r,a=0;return o=>{++a==e&&(n(o),a=0),clearTimeout(r),r=setTimeout(()=>a=0,t)}}}d();var l0="DROP_DOWN_DEFAULT_VALUE";function Ep(e){let{showArrow:t,onSelected:n,className:r,menus:a,maxWidth:o,style:i}=e;r=r||"",t=t??!0,o=o||80;let s=We(null);return D("select",{ref:s,autoComplete:"off",class:`min-select ${t?"":"min-select-no-arrow"} ${r||""}`,value:l0,style:{maxWidth:`${o}px`,...i},onChange:u=>{u.preventDefault();let l=u.target.value;if(s.current&&l!==l0){s.current.value=l0,s.current?.dispatchEvent(new Event("change"));let c=a.find(m=>m.value===l);c&&n(c)}},children:[{value:l0,label:e.label}].concat(a).map((u,l)=>D("option",{value:u.value,children:u.label},"option-"+l))})}d();d();function ii(e,t){return e.localeCompare(t,void 0,{numeric:!0,sensitivity:"base"})>=0}var P8=({date:e})=>{let{t}=ve(),[n,r]=se(!1);return De(()=>{setTimeout(()=>{r(!0)},5e3)},[]),n?null:D("p",{class:"text-sm",children:[t("Successfully synchronized with the latest official rules:")," ",new Date(e).toLocaleString()]})},M8=({minVersion:e})=>{let{t}=ve();return D("p",{class:"text-sm",children:t("localVersionIsTooOld",{minVersion:e})})},B8=()=>{let{t:e}=ve();return D("p",{class:"text-sm",dangerouslySetInnerHTML:{__html:e("badUserscriptBrowser",{1:"https://immersivetranslate.com/docs/installation/"})}})},R8=({message:e,handleSyncing:t,date:n})=>{let{t:r}=ve();return D("p",{class:"text-sm",children:[r("failToSyncRules")," ",D("a",{onClick:t,children:r("retry")}),D("br",{}),r("failedReason"),"\uFF1A",e,D("br",{}),r("currentRuleVersion"),"\uFF1A",n]})};function xp(e){let{isShowError:t,request:n}=e,[r,a]=se(null),{t:o}=ve(),[i,s]=se(null),[u,l]=se(null),[c,m]=se(""),[g,p]=se(!1),[f,y]=se(!1),[b,h]=se(!1),[C,w]=se(null),[k,R]=se(null),v=Xt(),x=async()=>{m("");let B=i;if(i===null)try{let _=await n({url:Ni});_?(s(_),B=_,p(!0)):(m(o("unknownError")),l(null))}catch(_){l(null),m(_.message);return}B!==null?(e.setStorageBuildinConfig(B),l(!1),a(B.buildinConfigUpdatedAt)):(m(o("canNotFetchRemoteRule")),l(null))};return De(()=>{pn().then(B=>{let _=B.buildinConfigUpdatedAt;w(B);let E=new Date(_);if(a(_),v==="0.0.0"){h(!0);return}n({url:Ni}).then(O=>{let F=O,M=F.minVersion,N=v;s(F);let U=F.latestVersion;if(U&&(ii(N,U)?R(!0):R(!1)),ii(N,M)){let H=F.buildinConfigUpdatedAt;new Date(H)>E?(l(!0),x()):l(!1)}else y(!0),l(null)}).catch(O=>{l(null),m(O.message)})})},[]),De(()=>{pn().then(B=>{w(B)})},[r]),C?D("div",{class:"text-sm mt-2",style:{maxWidth:218},children:b?D(B8,{}):c?t===!1?null:D(R8,{handleSyncing:x,message:c,date:r||""}):f?t===!1?null:D(M8,{minVersion:i.minVersion}):u===null||u===!0?null:g?D(P8,{date:r}):null}):null}d();function I8(){return navigator.userAgent.indexOf("Mac")!==-1}var iy={Alt:"\u2325"};function c0(e=""){return I8()?Object.keys(iy).reduce((t,n)=>t.replace(n,iy[n]),e):e}d();function sy({config:e,isLogin:t,isProUser:n}){let{t:r}=ve();return Ru(e)?D("div",{}):D("div",{class:"flex items-center",children:[D("a",{class:"flex items-center text-decoration-none",target:"_blank",href:t?Du:hh,children:[D("img",{src:t?Db:wb}),D("span",{class:"text-xs ml-2 text-label",children:r(t?"loggedIn":"notLogin")})]}),D("a",{title:r(n?"popup.openProForPro":"popup.openPro"),target:"_blank",class:"ml-2",href:n?Du:bh,children:D("img",{src:n?Cb:Sb})})]})}d();function uy({currentLang:e,ctx:t,onSetPageLanguage:n,setSettings:r}){let{t:a}=ve();if(!t)return null;let o=Pl(t.config.translationService,t.config.targetLanguage),i=An;o.length<=30&&(i=o.indexOf("auto")>=0?o:["auto",...o]);let s=o.filter(u=>u!=="auto");return D("div",{class:"flex mt-4 items-center",children:[D(O8,{supportedLanguages:i,interfaceLanguage:t.config.interfaceLanguage,currentLang:e,value:t.sourceLanguage,onSelected:n}),D("img",{src:Ab,style:{maxWidth:"unset"},class:"mx-2"}),D(N8,{supportedLanguages:s,interfaceLanguage:t.config.interfaceLanguage,value:t.config.targetLanguage,label:a("popupTarget"),onSelected:u=>{r(l=>({...l,targetLanguage:u}))}})]})}function O8(e){let{t}=ve(),{value:n,currentLang:r}=e,a=t("popupSourceLanguage");return n==="auto"&&r&&r!=="auto"&&(a=t("languages.auto")),D("div",{class:"language-select-container",children:[D("label",{children:a}),D("select",{autoComplete:"off",class:"language-select",onChange:o=>{let i=o.target.value;i&&e.onSelected(i)},children:e.supportedLanguages.map((o,i)=>{let s=sa(o,e.interfaceLanguage),u="";return o==="auto"&&n==="auto"&&(r&&r==="auto"?u=t("languages.auto"):u=sa(r,e.interfaceLanguage)+` (${t("languages.auto")})`),D("option",{value:o,selected:o===e.value,children:u||s},"selectlink"+i)})})]})}function N8(e){return D("div",{class:"language-select-container",children:[D("label",{children:e.label}),D("select",{autoComplete:"off",class:"language-select",onChange:t=>{let n=t.target.value;n&&e.onSelected(n)},children:e.supportedLanguages.map((t,n)=>{let r=sa(t,e.interfaceLanguage);return D("option",{value:t,selected:t===e.value,children:r},"selectlink"+n)})})]})}d();d();function la(e){let{items:t,maxWidth:n,className:r,style:a}=e,{lang:o}=ve();return n=n||(o==="en"?144:160),D("select",{autoComplete:"off",class:r||"min-select",style:{maxWidth:`${n}px`,...a},value:t.find(i=>i.selected)?.value,onChange:i=>{let s=i.target.value,u=t.find(l=>l.value===s);u&&u.onSelected(u)},children:t.map((i,s)=>D("option",{value:i.value,selected:i.selected,children:i.label},"selectlink"+s))})}function ly(e){let{t}=ve(),{translationServiceItems:n,translationServiceOptions:r}=z8(e);return n.length?D(Nt,{children:[D(cy,{class:"mt-3",label:t("popupService"),items:r}),D(j8,{ctx:e.ctx,onRestorePage:e.onRestorePage,setSettings:e.setSettings})]}):null}function cy(e){return D("div",{class:`min-select-container ${e.class||""}`,children:[D("label",{class:"inline-block text-label mb-0 text-gray-6",style:{minWidth:60},children:[e.label,"\uFF1A"]}),D(la,{className:"translate-service transform-padding-left",maxWidth:300,items:e.items})]})}function j8({ctx:e,setSettings:t,onRestorePage:n}){let{t:r}=ve(),a=H8(e),o=U8(e),i=$e((u,l)=>{t(c=>{let m=c.translationServices||{},g=m[a.id]||{};return setTimeout(()=>{n()},1),{...c,translationServices:{...m,[a.id]:{...g,[u]:l}}}})},[]),s=Oe(()=>a?.props.filter(u=>u.type==="select").map(u=>{let l=u.name;u.label&&(l=u.label),u.labelKey&&(l=r(u.labelKey));let c=u.options.map(m=>({label:`${m.label?r(m.label):m.value}`,value:m.value,selected:m.value==o[u.name],onSelected:()=>{i(u.name,m.value)}}));return{label:l,items:c}}),[o]);return!o||!a?.props?.length||!s||!s?.length?null:D(Nt,{children:s.map(({label:u,items:l},c)=>D(cy,{class:"mt-2",label:u,items:l},"field-"+c))})}function U8(e){return Oe(()=>{let{translationServices:n,translationService:r}=e.config;return n&&n[r]?n[r]||{}:{}},[e])}function H8(e){return Oe(()=>{let{translationService:n}=e.config;if(ir[n])return Hu("translationService",n,e)},[ir,Hu,e])}function z8({isProUser:e,ctx:t,setSettings:n,pageStatus:r,onTranslatePage:a,onRestorePage:o,openOptionsPage:i}){let{t:s}=ve(),u=Oe(()=>t?Zi(t,"translationService"):[],[Zi,t]),l=$e(m=>{let g=u.find(p=>p.id===m.value);if(g.ok){if(n(p=>({...p,translationService:g.id,translationServiceChangedbyUserAt:new Date().toISOString()})),r!="Translated")return;g.props.length===0?t.rule.isTranslateWhenServiceChanged&&setTimeout(()=>{a()},1):setTimeout(()=>{o()},1)}else n(p=>({...p,translationService:g.id,translationServiceChangedbyUserAt:new Date().toISOString()})),setTimeout(()=>{i()},100)},[i,o,a,n]),c=Oe(()=>{let m=rt();return u.filter(p=>t.config.showUnconfiguredTranslationServiceInPopup===!1?p.ok:!0).map(p=>({label:`${s("translationServices."+p.id)}${p.ok?"":" "+(" "+(!e&&!m&&p.providers&&p.providers.length>0?s("goLoginOrAction"):s("needAction")))}`,value:p.id,selected:p.selected,onSelected:l}))},[u,t,l,s]);return{translationServiceItems:u,translationServiceOptions:c}}d();d();function dy(e){let t;try{t=new URL(e)}catch{return!1}let n=R2(),r="";try{r=new URL(n).hostname}catch{}return r&&t.hostname===r?!0:!(q8(e)||t.protocol!=="http:"&&t.protocol!=="https:"&&t.protocol!=="file:"&&t.protocol!=="data:")}function q8(e){try{return new URL(e)?.pathname.toLowerCase().endsWith(".pdf")}catch{return!1}}d();function my(e){let t=e.indexOf("#");return t===-1?e:e.slice(0,t)}function py(e){let{t}=ve(),{currentUrlObj:n,isAlwaysTranslateDomain:r,isNeverTranslateDomain:a,handleTranslationUrlPatternSelected:o}=W8(e),[i,s]=se(()=>a?"excludeMatches":"matches"),u=Oe(()=>r||a||!1,[r,a]),l=$e(c=>{s(c),u&&o(c,n.hostname)},[s,o,u]);return D("div",{class:"flex justify-between mt-5",children:[D(la,{style:{width:"unset",flex:"unset"},maxWidth:230,className:"transform-padding-left min-select",items:[{label:t("alwaysTranslateThisSite"),value:"matches",selected:i==="matches",onSelected:()=>{l("matches")}},{label:t("neverTranslateThisSite"),value:"excludeMatches",selected:i==="excludeMatches",onSelected:()=>{l("excludeMatches")}}].filter(Boolean)}),D("input",{type:"checkbox",role:"switch",checked:u,class:"shrink-0",onChange:c=>{let m=c.target.checked;o(m?i:"default",n.hostname)}})]})}function W8({currentUrl:e,ctx:t,currentLang:n,onSetLocalConfig:r,pageStatus:a,onRestorePage:o,onTranslatePage:i,setSettings:s,onClose:u}){let l=null,c=null,m=null,g=null,p=null,{translationUrlPattern:f}=t.config;if(l=Oe(()=>new URL(e||""),[e]),t.config&&e&&dy(e)){c=my(e);let{matches:h,excludeMatches:C}=f;m=!!h.find(w=>ct(e,w)),g=!!C.find(w=>ct(e,w))}if(n&&n!=="auto"){let{translationLanguagePattern:h}=t.config,{matches:C}=h;C.includes(n)?p=!0:p=!1}let y=$e(()=>{let h=l.hostname,C=t.localConfig.tempTranslationUrlMatches||[],w=C.filter(R=>R.match!==h),k=!1;w.length!==C.length&&(k=!0),k&&r({...t.localConfig,tempTranslationUrlMatches:[...w]})},[r]),b=$e((h,C)=>{if(h==="default"){s(R=>{let v={...R.translationUrlPattern};return{...R,isChangedAlwaysTranslatedUrls:!0,translationUrlPattern:{...R.translationUrlPattern,matches:Tp(e,v.matches),excludeMatches:Tp(e,v.excludeMatches)}}}),y();return}let w=h,k=w==="matches"?"excludeMatches":"matches";l&&s(R=>{let v={...R.translationUrlPattern};return v[k]=Tp(e,v[k]),v[w]=Ou(C,v[w]),{...R,isChangedAlwaysTranslatedUrls:!0,translationUrlPattern:{...R.translationUrlPattern,...v}}}),w==="matches"&&a==="Original"?setTimeout(()=>{i(),u()},100):w==="excludeMatches"&&a==="Translated"&&setTimeout(()=>{o(),u()},100)},[i,u,a,y]);return{currentUrlObj:l,currentUrlWithoutHash:c,isAlwaysTranslateDomain:m,isNeverTranslateDomain:g,isAlwaysTranslateLang:p,handleTranslationUrlPatternSelected:b}}function Tp(e,t){return t?(Array.isArray(t)||(t=[t]),e?t.filter(n=>!ct(e,n)):t):[]}d();d();d();var $8=new AbortController,{signal:G8}=$8,d0=0,m0=0,si=!1,$a,gy=0,ca=[];function ui(e,t){V8();let n=e,r=n.config,a=r.generalRule.mouseHoverHoldKey==="Off",o=r.mouseModifierKeyPressTimeout||400;n.state.isTranslateDirectlyOnHover===!0&&(a=!1);let i=n.state.isTranslateDirectlyOnHover===!0||r.generalRule.mouseHoverHoldKey==="Auto";function s(){i=!i,i?(P.debug("mouse hover translate on"),n.state.isTranslateDirectlyOnHover=!0,ui(n,t)):(P.debug("mouse hover translate off"),n.state.isTranslateDirectlyOnHover=!1,ui(n,t))}document.addEventListener(Ii,s),ca.push(()=>{document.removeEventListener(Ii,s)});let u=Hn(g=>{if(!(Math.abs(g.clientX-d0)+Math.abs(g.clientY-m0)<=3)&&(d0=g.clientX,m0=g.clientY,i||si&&!$a)){let p=yy(n.rule,t);if(p){if(wp(p))return;Sp(n,!1,p)}}},i?700:300),l=g=>{let p=g.target;wp(p)||Sp(n,!0)},c=g=>{let p=r?.generalRule?.mouseHoverHoldKey?.toLowerCase()||"alt",f=xn.getPressedKeyCodes();if(f.length>1&&xn[p]&&(gy=Date.now(),si=!1),f.length===1&&xn[p]){let y=Date.now();si=!0,$a&&clearTimeout($a),$a=setTimeout(()=>{let b=gy-y;b>0&&b<=o?si=!1:l(g),$a=void 0},o)}};if(ca.push(()=>{$a&&clearTimeout($a)}),a)return;vp("mousemove",u,t),ca.push(()=>{t.removeEventListener("mousemove",u)});function m(){i?u.cancel():si=!1}if(vp("blur",m,t),ca.push(()=>{t.removeEventListener("blur",m)}),!i){let g=r?.generalRule?.mouseHoverHoldKey?.toLowerCase()||"alt",p=ph;vp("keyup",fy,t),ca.push(()=>{t.removeEventListener("keyup",fy)}),p.includes(g)?xn("*","mouseHover",c):xn(r.generalRule.mouseHoverHoldKey,"mouseHover",l),xn.setScope("mouseHover"),ca.push(()=>{xn.deleteScope("mouseHover")})}}function V8(){ca.forEach(e=>e()),ca=[],xn.setScope("all")}function fy(e){si=!1}function vp(e,t,n=window){return n.addEventListener(e,t,{signal:G8})}function Sp(e,t,n,r=window){if(n=n||yy(e.rule,r),!n){P.debug("can not find selection part!");return}if(Y8(n,t))return;if(wp(n)){P.debug("exclude dom");return}Jb(e,n);let o=_s();o&&(o.setupMouseHoverListener=ui);let i=on(e);i.excludeSelectors=[],i.selectors=[];let s=!1,u=fp({...o},e);_r({id:o.id,container:n,filterRule:i,force:!0,onParagraph:l=>{Ha(u,l,!0,"hover").then(c=>{if(c&&!s){s=!0;let m=Date.now();Ze(Yf,m),at("mouse_hover_translate",[{name:"mouse_hover_translate"}],{...e,sourceLanguage:"mouseHover"})}})},onFrame:()=>{},onIgnoreElement:()=>{}})}function yy(e,t){return K8(d0,m0,e,t)}function K8(e,t,n,r){let a=r2(e,t,n,r);if(a==null)return;let o=()=>{let u=r.document.elementFromPoint(e,t);if(!u)return;let l=a2(u,e,t);return l===u?u.nodeName==="BUTTON"?u:void 0:by(l,n)},i=()=>{try{a.setStartBefore(a.startContainer),a.setEndAfter(a.startContainer)}catch(l){P.debug("get mouse over word fail",l)}let u=a.getBoundingClientRect();if(!(u.left>e||u.rightt||u.bottom{X8(r)}),!0}function J8(e){let t=[e];if(e.nodeName=="FONT"&&e.classList.contains("immersive-translate-target-wrapper"))t=[e.parentElement];else{let r=[...e.querySelectorAll(".immersive-translate-target-wrapper")].map(a=>a.parentElement).filter(a=>!!a);r.length&&(t=r)}return t.filter(n=>n?.paragraphs&&n?.paragraphs.length>0)}function X8(e){let t=_s();t&&(!e.paragraphs||!e.paragraphs.length||(e.paragraphs.forEach(n=>{Ts(n,n.state==="original"?t.translateState:"original")}),e.paragraphs=[]))}function Cp(e){return!!(e.host&&e.mode)}function hy(e,t){let n=e.parentNode;if(n.nodeName==="BODY"||Cp(n))return e;for(;n&&n.nodeName!=="BODY"&&!Cp(n)&&Fd(n,t);){let r=n.parentNode;if(r&&Cp(r))break;n=r}return n}function by(e,t){return e.nodeType===Node.TEXT_NODE||Fd(e,t)?hy(e,t):e}function Ey(e,t){d0=t.clientX,m0=t.clientY,Sp(e,!0)}var Ls=[];function Dp(e,t){let n=0,r=0,a,o=s=>{let u=new Date().getTime();r++,u-n<300?i(s):r=1,n=u},i=s=>{clearTimeout(a),r===parseInt(e+"")&&(a=setTimeout(()=>{r=0,t(s)},400))};document.addEventListener("click",o),Ls.push(()=>{document.removeEventListener("click",o)})}function xy(e,t){let n=0,r=0,a=0,o=s=>{let u=s.changedTouches[0];n=new Date().getTime(),r=u.clientX,a=u.clientY},i=s=>{let u=s.changedTouches[0];n-new Date().getTime()>1e3||Math.abs(a-u.clientY)>50||(e==="left"&&u.clientX-r>50&&t(s.changedTouches[0]),e==="right"&&u.clientX-r<-50&&t(s.changedTouches[0]))};document.addEventListener("touchstart",o),document.addEventListener("touchend",i),Ls.push(()=>{document.removeEventListener("touchstart",o),document.removeEventListener("touchend",i)})}function p0(e,t){let n,r=a=>{clearTimeout(n),a.touches.length===parseInt(e+"")&&(n=setTimeout(()=>{t(a.changedTouches[0])},200))};document.addEventListener("touchstart",r),Ls.push(()=>{document.removeEventListener("touchstart",r)})}var Ap={touchShortcutsOff:()=>{},"multipleClick.2":Dp,"multipleClick.3":Dp,"multipleClick.4":Dp,"slide.left":xy,"slide.right":xy,"fingers.2":p0,"fingers.3":p0,"fingers.4":p0,"fingers.5":p0};async function vy(e){try{rD();let t=await Dr(),n=dh.find(r=>r.name==="touch");if(!n)return;n.shortcuts.forEach(r=>{if(typeof r=="string")return;let a=Q8(e,t,r.command),o=Ap[a];if(a==="touchShortcutsOff"||!o)return;let i=a.split(".");if(i.length!==2)return;let s=i[1];s&&o(s,u=>{nD(r.command,e,u)})})}catch(t){P.error(t)}}function Q8(e,t,n){if(!t.generalRule)return e.config.generalRule[n];if(t.generalRule[n])return t.generalRule[n];let r={touchShortcutsToggleTranslatePage:"fingerCountToToggleTranslagePageWhenTouching",touchShortcutsToggleTranslationMask:"fingerCountToToggleTranslationMaskWhenTouching",touchShortcutsToggleTranslatePageOnlyTranslation:"fingerCountToToggleTranslagePageOnlyTranslationWhenTouching"};return r[n]&&t.generalRule[r[n]]?`fingers.${t.generalRule[r[n]]}`:e.config.generalRule[n]||""}var Z8=()=>{kp();let e=new CustomEvent(Cr,{detail:{method:"toggleTranslatePage"}});globalThis.document.dispatchEvent(e)},eD=()=>{Lp();let e=new CustomEvent(Cr,{detail:{method:"toggleOnlyTranslation"}});globalThis.document.dispatchEvent(e)},tD=()=>{_p();let e=new CustomEvent(Cr,{detail:{method:"toggleTranslationMask"}});globalThis.document.dispatchEvent(e)},Ty=0,nD=(e,t,n)=>{new Date().getTime()-Ty<200||(Ty=new Date().getTime(),e==="touchShortcutsToggleTranslatePage"?Z8():e==="touchShortcutsToggleTranslationMask"?tD():e==="touchShortcutsToggleTranslatePageOnlyTranslation"?eD():e==="touchShortcutsToggleTranslateTouchElement"&&Ey(t,n))};function rD(){Ls.forEach(e=>{e()}),Ls=[]}function Cy(e){let{t}=ve(),{ctx:n,setSettings:r}=e,a=aD(e);return $i(n.localConfig)?a.length?D("div",{class:"flex mt-3 items-center justify-between",children:[D("div",{class:"flex items-center",children:[D("label",{class:"mb-0 mr-2 shrink-0",children:[t("mouse-translate"),":"]}),D(la,{style:{width:"100%",maxWidth:"100%"},className:"transform-padding-left min-select",items:a})]}),D("input",{type:"checkbox",role:"switch",class:"shrink-0",checked:n.config.generalRule.mouseHoverHoldKey!=="Off",onChange:o=>{let i=o.target.checked;r(s=>{let u=s.generalRule?.mouseHoverPreferenceKey||n.config.generalRule.mouseHoverPreferenceKey||Hi[0];return{...s,generalRule:{...s.generalRule,mouseHoverHoldKey:i?u:"Off"}}})}})]}):null:D(oD,{...e})}function aD({ctx:e,openOptionsPage:t,setSettings:n}){let{t:r}=ve(),a=Oe(()=>{let s=e.config.generalRule,u=s.mouseHoverPreferenceKey;return s.mouseHoverHoldKey!=="Off"&&u!==s.mouseHoverHoldKey&&(u=s.mouseHoverHoldKey),u},[e]),o=Oe(()=>Hi.filter(s=>!(s==="Off"||Hi.includes(a)&&s==="OtherCustom")),[e,a]);return Oe(()=>o.map(s=>{let u=r("mouseHoldKey",{key:c0(s)}),l=Hi.includes(a),c=s===a;return s==="Auto"?u=r("mouseHoldKeyAuto"):s==="Off"?u=r("mouseHoldKeyOff"):s==="OtherCustom"?u=l?r("mouseHoldKeyOther"):r("mouseHoldKeyCustomKey",{key:a}):s==="Other"&&(u=r("mouseHoldKeyOther")),l||s==="OtherCustom"&&(c=!0),{label:u,value:s,selected:c,onSelected:m=>{m.value==="Other"?t("#shortcuts"):n(g=>{let p={...g.generalRule,mouseHoverPreferenceKey:m.value};return e.config.generalRule.mouseHoverHoldKey!=="Off"&&(p.mouseHoverHoldKey=m.value),{...g,generalRule:p}})}}}),[o,a])}function oD(e){let{ctx:t,setSettings:n}=e,{t:r}=ve(),a=t.config.generalRule,o=Object.keys(Ap).filter(l=>l!="touchShortcutsOff"),i=a.touchShortcutsToggleTranslateTouchElement,s=a.touchShortcutsToggleTranslateTouchElementPreferenceKey,u=s||"touchShortcutsOff";return i!=="touchShortcutsOff"&&i!==s&&(u=i),D("div",{class:"flex mt-3 items-center justify-between",children:[D("div",{class:"flex items-center",children:[D("label",{class:"mb-0 mr-2 shrink-0",children:[r("touch.mouse-translate"),":"]}),D(la,{style:{width:"100%",maxWidth:"100%"},className:"transform-padding-left min-select",items:o.map((l,c)=>({value:l,label:r(l),selected:l==u,onSelected(m){n(g=>{let p={...g.generalRule,touchShortcutsToggleTranslateTouchElementPreferenceKey:m.value};return t.config.generalRule.touchShortcutsToggleTranslateTouchElement!=="touchShortcutsOff"&&(p.touchShortcutsToggleTranslateTouchElement=m.value),{...g,generalRule:p}})}}))})]}),D("input",{type:"checkbox",role:"switch",class:"shrink-0",checked:t.config.generalRule.touchShortcutsToggleTranslateTouchElement!=="touchShortcutsOff",onChange:l=>{let c=l.target.checked;n(m=>{let g=m.generalRule?.touchShortcutsToggleTranslateTouchElementPreferenceKey||t.config.generalRule.touchShortcutsToggleTranslateTouchElementPreferenceKey||"slide.left";return{...m,generalRule:{...m.generalRule,touchShortcutsToggleTranslateTouchElement:c?g:"touchShortcutsOff"}}})}})]})}d();function Sy(e){let{isAlwaysTranslateLang:t}=iD({ctx:e.ctx,currentLang:e.currentLang}),{t:n}=ve();if(e.currentLang!=="auto")return D("div",{class:"flex justify-between mt-3 items-center",children:[D("label",{class:"mb-0 text-overflow-ellipsis flex-1",children:n("alwaysTranslateSomeLanguage",{language:sa(e.currentLang,e.ctx.config.interfaceLanguage,!1,!0)})}),D("input",{id:"alwaysTranslateThisLanugage",name:"alwaysTranslateThisLanugage",type:"checkbox",role:"switch",class:"shrink-0",checked:!!t,onChange:a=>{let o=a.target.checked;r(o?"matches":void 0)}})]});return D("span",{});function r(a){if(!a){e.setSettings(s=>{let u={...s.translationLanguagePattern};return{...s,translationLanguagePattern:{...s.translationLanguagePattern,matches:Nu(e.currentLang,u.matches),excludeMatches:Nu(e.currentLang,u.excludeMatches)}}});return}let o=a,i=o==="matches"?"excludeMatches":"matches";e.currentLang&&e.setSettings(s=>{let u={...s.translationLanguagePattern};return u[o]=Ou(e.currentLang,u[o]),u[i]=Nu(e.currentLang,u[i]),{...s,translationLanguagePattern:{...s.translationLanguagePattern,...u}}}),o==="matches"&&e.pageStatus==="Original"&&setTimeout(()=>{e.onTranslatePage(),e.onClose()},100)}}function iD({ctx:e,currentLang:t}){let n=null;if(t&&t!=="auto"){let{translationLanguagePattern:r}=e.config,{matches:a}=r;a.includes(t)?n=!0:n=!1}return{isAlwaysTranslateLang:n}}d();d();var sD=({text:e,children:t,position:n="top",containerStyle:r,containerClass:a,multiple:o=!1,width:i,delay:s=0,disable:u,enableMobile:l,tipStyle:c,onHidden:m,onShow:g})=>{let[p,f]=se(!1),y=We(null),b=We(null),h=()=>{u||!l&&st().any||(y.current&&clearTimeout(y.current),y.current=setTimeout(()=>{f(!0),g?.()},s))},C=()=>{st().any&&(b.current&&clearTimeout(b.current),b.current=setTimeout(()=>{w()},2e3))},w=()=>{y.current&&(clearTimeout(y.current),m?.()),f(!1)},k=Oe(()=>{let R={position:"absolute",padding:"6px 20px",backgroundColor:"#000000",color:"#ffffff",borderRadius:"8px",whiteSpace:"nowrap",fontSize:"14px",zIndex:1e3};switch(o&&(R.maxWidth="200px",i&&(R.width=i+"px"),R.whiteSpace="normal"),n){case"top":return{...R,bottom:"100%",left:"50%",transform:"translateX(-50%)",marginBottom:"10px",...c};case"bottom":return{...R,top:"100%",left:"50%",transform:"translateX(-50%)",marginTop:"10px",...c};case"left":return{...R,right:"100%",top:"50%",transform:"translateY(-50%)",marginRight:"10px",...c};case"right":return{...R,left:"100%",top:"50%",transform:"translateY(-50%)",marginLeft:"10px",...c};default:return{}}},[n,o,i,c]);return D("div",{class:a,style:{position:"relative",pointerEvents:"all",display:"inline-block",...r},children:[D("div",{onMouseEnter:h,onMouseLeave:w,onTouchStart:()=>{l&&h()},onTouchEnd:()=>{l&&C()},children:t}),p&&D("div",{style:k,role:"tooltip",children:e})]})},da=sD;d();var wy=D("svg",{width:"24",height:"24",viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg",fill:"#222222",children:[D("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M19.4284 6.59193L15.1187 2.28564H6.28557C5.83092 2.28564 5.39488 2.46626 5.07339 2.78775C4.7519 3.10924 4.57129 3.54527 4.57129 3.99993V9.71422V18.8571V19.9999C4.57129 20.4546 4.7519 20.8906 5.07339 21.2121C5.39488 21.5336 5.83092 21.7142 6.28557 21.7142H17.7141C18.1688 21.7142 18.6048 21.5336 18.9263 21.2121C19.2478 20.8906 19.4284 20.4546 19.4284 19.9999V18.8571V9.71422V6.59193ZM15.341 6.82964V4.93136L17.2404 6.82964H15.341ZM6.28551 18.8571V19.9999H17.7141V18.8571V8.54335H13.6272L13.6267 3.99992H6.28551V18.8571Z"}),D("rect",{x:"7.55957",y:"10.2002",width:"8.88",height:"1.8",fill:"#EA4C89"}),D("rect",{x:"7.55957",y:"13.2002",width:"8.88",height:"1.68",fill:"#EA4C89"}),D("rect",{x:"7.55957",y:"16.0801",width:"4.92",height:"1.8",fill:"#EA4C89"})]}),Dy=D("svg",{xmlns:"http://www.w3.org/2000/svg",width:"22",height:"22",viewBox:"0 0 24 24",fill:"#222222",children:[D("path",{d:"M19.4289 2.85693C19.654 2.85693 19.8769 2.90127 20.0849 2.98743C20.2929 3.07358 20.4818 3.19985 20.641 3.35904C20.8002 3.51822 20.9265 3.7072 21.0126 3.91519C21.0988 4.12318 21.1431 4.3461 21.1431 4.57122V19.4284C21.1431 19.6535 21.0988 19.8764 21.0126 20.0844C20.9265 20.2924 20.8002 20.4814 20.641 20.6405C20.4818 20.7997 20.2929 20.926 20.0849 21.0122C19.8769 21.0983 19.654 21.1426 19.4289 21.1426H4.57171C4.11705 21.1426 3.68102 20.962 3.35952 20.6405C3.03803 20.3191 2.85742 19.883 2.85742 19.4284V4.57122C2.85742 4.11656 3.03803 3.68053 3.35952 3.35904C3.68102 3.03755 4.11705 2.85693 4.57171 2.85693H19.4289ZM19.4289 9.14265H4.57171V19.4284H19.4289V9.14265ZM8.00028 4.57122H4.57171V7.42836H8.00028V4.57122ZM14.286 4.57122H9.71457V7.42836H14.286V4.57122ZM19.4289 4.57122H16.0003V7.42836H19.4289V4.57122Z"}),D("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M10.2854 10.543C10.4843 10.5431 10.6797 10.5951 10.8523 10.6938L15.4066 13.2955C15.5815 13.3955 15.7269 13.5399 15.828 13.7142C15.9292 13.8884 15.9824 14.0863 15.9824 14.2878C15.9824 14.4893 15.9292 14.6872 15.828 14.8615C15.7269 15.0357 15.5815 15.1802 15.4066 15.2801L10.8523 17.8824C10.6785 17.9817 10.4816 18.0336 10.2814 18.0329C10.0812 18.0322 9.88476 17.9789 9.71164 17.8784C9.53851 17.7779 9.39483 17.6337 9.29496 17.4602C9.19509 17.2867 9.14254 17.09 9.14258 16.8898V11.6858C9.14258 11.3827 9.26299 11.092 9.47731 10.8777C9.69164 10.6634 9.98233 10.543 10.2854 10.543ZM10.8569 12.6704V15.9047L13.6872 14.2875L10.8569 12.6704Z",fill:"#EA4C89"})]}),Ay=D("svg",{xmlns:"http://www.w3.org/2000/svg",width:"22",height:"22",viewBox:"0 0 24 24",fill:"#222222",children:[D("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M19.4979 2.78775C19.1764 2.46626 18.7404 2.28564 18.2857 2.28564H5.71429C5.25963 2.28564 4.82359 2.46626 4.5021 2.78775C4.18061 3.10924 4 3.54527 4 3.99993V19.9999C4 20.2251 4.04434 20.448 4.13049 20.656C4.21664 20.8639 4.34292 21.0529 4.5021 21.2121C4.66129 21.3713 4.85027 21.4976 5.05826 21.5837C5.26624 21.6699 5.48916 21.7142 5.71429 21.7142H18.2857C18.5108 21.7142 18.7338 21.6699 18.9417 21.5837C19.1497 21.4976 19.3387 21.3713 19.4979 21.2121C19.6571 21.0529 19.7834 20.8639 19.8695 20.656C19.9557 20.448 20 20.2251 20 19.9999V3.99993C20 3.54527 19.8194 3.10924 19.4979 2.78775ZM5.71429 18.8571H18.2857V19.9999H5.71429V18.8571ZM5.71428 3.95993V17.1028H18.2857V3.95993H5.71428Z"}),D("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M13.5033 3.95996V10.8171L10.6462 9.55653L7.78906 10.8171V3.95996H9.50334V8.18682L10.6462 7.68282L11.7891 8.18682V3.95996H13.5033Z",fill:"#EA4C89"})]}),ky=D("svg",{xmlns:"http://www.w3.org/2000/svg",width:"18",height:"18",viewBox:"0 0 20 20",fill:"#B3B3B3",children:D("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M11.0402 2.56219C10.8673 2.38914 10.6329 2.29178 10.3883 2.2915H9.61327C9.36886 2.29316 9.13508 2.39169 8.96323 2.5655C8.79138 2.7393 8.6955 2.97417 8.6966 3.21859V4.08317L7.88827 4.38838C7.27152 4.62052 6.69744 4.95314 6.18931 5.37275L5.51952 5.92484L4.76848 5.4915L4.7539 5.48317C4.61453 5.40172 4.45595 5.35893 4.29452 5.35921C4.13241 5.35919 3.97315 5.40182 3.83273 5.48282C3.69231 5.56382 3.57567 5.68033 3.49452 5.82067L3.12577 6.45817C3.00657 6.66857 2.9746 6.91731 3.03672 7.15101C3.09885 7.38471 3.25012 7.58474 3.45806 7.70817L3.47056 7.72171L4.21952 8.15505L4.07785 9.00817C3.96954 9.6575 3.96954 10.3203 4.07785 10.9696L4.2164 11.8207L3.46848 12.2519L3.44556 12.2655C3.23393 12.3881 3.07956 12.5896 3.0163 12.8259C2.95303 13.0622 2.98603 13.3139 3.10806 13.5259L3.50077 14.2061C3.58233 14.3463 3.6992 14.4627 3.83975 14.5436C3.9803 14.6246 4.13961 14.6673 4.30181 14.6675C4.46324 14.6678 4.62182 14.625 4.76119 14.5436L4.7841 14.53L5.53306 14.0978L6.20181 14.6457C6.70534 15.0591 7.27331 15.3871 7.88306 15.6165L8.6914 15.9217V16.7853C8.6914 17.0298 8.78849 17.2644 8.96134 17.4375C9.1342 17.6105 9.36868 17.7079 9.61327 17.7082H10.3883C10.5096 17.7086 10.6299 17.685 10.7422 17.6389C10.8544 17.5928 10.9565 17.525 11.0425 17.4393C11.1285 17.3537 11.1968 17.2519 11.2435 17.1399C11.2901 17.0278 11.3142 16.9077 11.3143 16.7863V15.9217L12.1226 15.6165C12.7394 15.3844 13.3135 15.0517 13.8216 14.6321L14.4914 14.08L15.2424 14.5134L15.257 14.5228C15.469 14.6447 15.7206 14.6775 15.9567 14.614C16.1929 14.5505 16.3941 14.3959 16.5164 14.1842L16.8851 13.5467C17.0068 13.3348 17.0397 13.0834 16.9764 12.8473C16.9132 12.6113 16.759 12.41 16.5476 12.2873L16.532 12.278L15.782 11.8457L15.9237 10.9915C16.032 10.3422 16.032 9.67938 15.9237 9.03005L15.7851 8.179L16.5331 7.74775L16.556 7.73421C16.7676 7.61158 16.922 7.41003 16.9852 7.17376C17.0485 6.93749 17.0155 6.68577 16.8935 6.4738L16.5008 5.79359C16.4192 5.65338 16.3023 5.53699 16.1618 5.45603C16.0212 5.37506 15.8619 5.33234 15.6997 5.33213C15.5383 5.33185 15.3797 5.37464 15.2404 5.45609L15.2174 5.46963L14.4685 5.90192L13.7997 5.354C13.2962 4.94059 12.7282 4.61262 12.1185 4.38317L11.3101 4.07796V3.21442C11.3101 2.96983 11.2131 2.73524 11.0402 2.56219ZM9.61327 1.0415H10.3883C10.6736 1.04164 10.9562 1.09798 11.2197 1.20731C11.4833 1.31663 11.7228 1.4768 11.9245 1.67867C12.1261 1.88054 12.2861 2.12016 12.3951 2.38384C12.5042 2.64753 12.5603 2.93011 12.5601 3.21546C13.2969 3.49312 13.9834 3.88931 14.5924 4.38838L14.6154 4.37484C14.8625 4.2313 15.1356 4.13798 15.4189 4.10025C15.7023 4.06251 15.9903 4.0811 16.2664 4.15495C16.5425 4.2288 16.8013 4.35644 17.028 4.53057C17.2547 4.7047 17.4447 4.92187 17.5872 5.16963L17.9799 5.84984C18.1226 6.09693 18.2153 6.36972 18.2525 6.65262C18.2897 6.93552 18.2709 7.22299 18.197 7.49859C18.123 7.7742 17.9956 8.03254 17.8218 8.25885C17.648 8.48516 17.4313 8.67501 17.1841 8.81755L17.1612 8.83109C17.2248 9.21777 17.2569 9.60899 17.257 10.0009C17.2552 10.4017 17.2203 10.8016 17.1529 11.1967L17.1685 11.205C17.6673 11.4933 18.0313 11.9678 18.1803 12.5243C18.3294 13.0809 18.2513 13.6738 17.9633 14.1728L17.5956 14.8103C17.3075 15.3093 16.833 15.6734 16.2765 15.8227C15.72 15.9719 15.1269 15.894 14.6279 15.6061L14.6133 15.5978C13.999 16.1043 13.3053 16.5059 12.5601 16.7863C12.5599 17.3622 12.331 17.9145 11.9237 18.3217C11.5165 18.729 10.9642 18.9579 10.3883 18.9582H9.61327C9.32792 18.958 9.04539 18.9017 8.78181 18.7924C8.51823 18.683 8.27877 18.5229 8.07709 18.321C7.87541 18.1191 7.71547 17.8795 7.6064 17.6158C7.49733 17.3521 7.44126 17.0696 7.4414 16.7842C6.70459 16.5066 6.01812 16.1104 5.40911 15.6113L5.38619 15.6248C5.13939 15.7686 4.86664 15.8623 4.58357 15.9005C4.30049 15.9387 4.01267 15.9206 3.73659 15.8474C3.4605 15.7741 3.20159 15.6471 2.97469 15.4736C2.74779 15.3001 2.55736 15.0835 2.41431 14.8363L2.0216 14.1561C1.8789 13.909 1.78628 13.6362 1.74904 13.3533C1.7118 13.0704 1.73068 12.7829 1.80459 12.5073C1.87849 12.2317 2.00599 11.9734 2.17977 11.7471C2.35356 11.5208 2.57025 11.3309 2.81744 11.1884L2.84035 11.1748C2.7767 10.7882 2.74465 10.3969 2.74452 10.005C2.74637 9.60425 2.78121 9.20429 2.84869 8.80921L2.83306 8.80088C2.33422 8.51264 1.97027 8.0381 1.82123 7.48158C1.67218 6.92506 1.75025 6.33214 2.03827 5.83317L2.40598 5.19046C2.69404 4.69144 3.16851 4.32727 3.72504 4.17803C4.28157 4.02879 4.87459 4.1067 5.37369 4.39463L5.38827 4.40296C6.00243 3.89603 6.69615 3.49408 7.4414 3.21338C7.44167 2.63745 7.67058 2.08518 8.07783 1.67794C8.48507 1.27069 9.03734 1.04178 9.61327 1.0415ZM11.1583 8.26761C10.8156 8.03869 10.4129 7.9165 10.0008 7.9165C9.44828 7.9165 8.91838 8.136 8.52768 8.5267C8.13698 8.9174 7.91748 9.4473 7.91748 9.99984C7.91748 10.4119 8.03967 10.8147 8.26859 11.1573C8.49751 11.4999 8.82288 11.7669 9.20356 11.9246C9.58424 12.0823 10.0031 12.1235 10.4073 12.0431C10.8114 11.9628 11.1826 11.7643 11.474 11.473C11.7653 11.1816 11.9637 10.8104 12.0441 10.4063C12.1245 10.0021 12.0832 9.58326 11.9256 9.20258C11.7679 8.8219 11.5009 8.49653 11.1583 8.26761ZM8.14891 7.22827C8.69708 6.862 9.34154 6.6665 10.0008 6.6665C10.8849 6.6665 11.7327 7.01769 12.3578 7.64281C12.983 8.26794 13.3341 9.11578 13.3341 9.99984C13.3341 10.6591 13.1387 11.3036 12.7724 11.8517C12.4061 12.3999 11.8855 12.8271 11.2764 13.0794C10.6673 13.3317 9.99712 13.3977 9.35051 13.2691C8.70391 13.1405 8.10997 12.823 7.64379 12.3569C7.17762 11.8907 6.86015 11.2967 6.73153 10.6501C6.60291 10.0035 6.66892 9.33331 6.92122 8.72423C7.17351 8.11514 7.60075 7.59454 8.14891 7.22827Z"})}),_y=D("svg",{xmlns:"http://www.w3.org/2000/svg",width:"22",height:"22",viewBox:"0 0 24 24",fill:"#222222",children:[D("path",{d:"M22.9331 7.46673V21.3334C22.9331 22.2667 22.1331 23.0667 21.1997 23.0667H10.1331V22.0001V20.9334H20.9331V7.60006H15.3331L11.0664 18.0001C10.7997 18.6667 10.1331 19.0667 9.46641 19.0667H2.79974C1.86641 19.0667 1.06641 18.2667 1.06641 17.3334V3.46673C1.06641 2.5334 1.86641 1.7334 2.79974 1.7334L12.9331 1.7334V2.80007V3.86673H2.93307V17.3334H9.33307L13.5997 6.9334C13.8664 6.26673 14.5331 5.86673 15.1997 5.86673H21.3331C22.2664 5.60006 22.9331 6.40007 22.9331 7.46673Z"}),D("path",{d:"M5.904 11.4063L5.472 13H4L6.056 6H7.96L10 13H8.496L8.072 11.4063H5.904ZM7.688 9.95389L7.048 7.54323H6.952L6.296 9.95389H7.688Z",fill:"#EA4C89"}),D("path",{d:"M19.4337 18.9805C18.403 18.6732 17.5907 18.3117 16.9968 17.8961C16.6999 18.1039 16.3542 18.2965 15.9597 18.474C15.5652 18.6558 15.1071 18.8312 14.5854 19L14 17.8831C14.9035 17.6494 15.6076 17.3918 16.1124 17.1104C15.8579 16.816 15.6394 16.4848 15.4571 16.1169C15.2789 15.7489 15.1262 15.3312 14.9989 14.8636H14.1718V13.8182H16.456C16.4178 13.5844 16.3669 13.3312 16.3033 13.0584L17.5504 13L17.6522 13.8182H19.8091V14.8636H18.9374C18.8059 15.3485 18.6532 15.7749 18.4793 16.1429C18.3054 16.5108 18.0976 16.8377 17.8558 17.1234C18.4327 17.4524 19.1474 17.6926 20 17.8442L19.4337 18.9805ZM16.1633 14.8636C16.3118 15.487 16.5854 16.013 16.9841 16.4416C17.1707 16.2424 17.3256 16.0152 17.4486 15.7597C17.5758 15.5 17.684 15.2013 17.7731 14.8636H16.1633Z",fill:"#EA4C89"})]}),Ly=D("svg",{xmlns:"http://www.w3.org/2000/svg",width:"22",height:"22",viewBox:"0 0 24 24",fill:"#222222",children:[D("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M13 2H3C1.89543 2 1 2.89543 1 4V20C1 21.1046 1.89543 22 3 22H7V20H3V4H13V2ZM21 2H17V4H21V20H11V22H21C22.1046 22 23 21.1046 23 20V4C23 2.89543 22.1046 2 21 2Z"}),D("path",{d:"M10.5387 14.1787L9.96267 16H8L10.7413 8H13.28L16 16H13.9947L13.4293 14.1787H10.5387ZM12.9173 12.5187L12.064 9.76369H11.936L11.0613 12.5187H12.9173Z",fill:"#EA4C89"})]}),Fy=D("svg",{xmlns:"http://www.w3.org/2000/svg",width:"28",height:"28",viewBox:"0 0 28 28",fill:"#666666",children:D("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M19 8H9C8.44772 8 8 8.44772 8 9V11H20V9C20 8.44772 19.5523 8 19 8ZM21 11V9C21 7.89543 20.1046 7 19 7H9C7.89543 7 7 7.89543 7 9V11V12V19C7 20.1046 7.89543 21 9 21H13V20H9C8.44772 20 8 19.5523 8 19V12H20V14H21V12V11ZM9 9H11V10H9V9ZM17 9H15V10H17V9ZM12 9H14V10H12V9ZM21 17H18V14H17V17H14V18H17V21H18V18H21V17Z"})});function My({onOpenUrl:e,openOptionsPage:t,type:n}){let{t:r}=ve(),a=Ce(),o=Math.round((Eo.supportedVideoSubtitleSites||[]).length/10),i=Oe(()=>[{title:r("widget.translateFile"),icon:wy,tooltipText:r("translateFileTooltip"),tooltipStyle:{left:-10,transform:"unset",fontSize:13,whiteSpace:"pre"},tooltipMultiple:!0,onClick:()=>{e(a.TRANSLATE_FILE_URL,n)}},{title:r("widget.videoSubtitle"),icon:Dy,tooltipText:r("widget.videoSubtitleTooltip",{count:o*10}),tooltipStyle:{fontSize:13},onClick:()=>{t("#subtitle")}},{title:r("widget.instruction"),icon:Ay,tooltipText:r("widget.instructionTooltip"),tooltipStyle:{left:"unset",right:-10,transform:"unset",fontSize:13},onClick:()=>{e(Th)}}],[a,e,t,r]);return D("div",{class:"widgets-container mt-5",children:i.map(s=>s.tooltipText?D(da,{text:s.tooltipText,containerStyle:{flex:1},tipStyle:s.tooltipStyle,multiple:s.tooltipMultiple,children:D(Py,{...s})}):D(Py,{...s}))})}function Py(e){return D("div",{class:"widget-item",onClick:e.onClick,children:[e.icon,D("span",{class:"ml-1 text-gray-6",children:e.title})]})}function Fp(e){let{setSettings:t,config:n,openSharePage:r,ctx:a,errorMsg:o,onAutoEnableSubtitleChanged:i}=e,[s,u]=se(""),[l,c]=se(o),[m,g]=se(null),[p,f]=se(null);De(()=>{Wt.get(qt,null).then(C=>{C?(g(C),f(Jt(C))):f(!1)}).catch(C=>{f(!1)})},[]);let y=!0,b=rt();n&&b&&(y=n.generalRule.showSponsorOnSafari);let h=Ru(n);return D("div",{class:`popup-container ${e.className||""}`,style:e.style,children:[D("div",{class:"popup-content text-sm",children:[h?D("div",{style:{marginTop:-12}}):D("div",{class:"flex items-center justify-between ml-1",style:{height:28},children:[D(sy,{isLogin:!!m,isProUser:!!p,config:n}),D(pD,{openSharePage:r})]}),D(uy,{ctx:e.ctx,setSettings:e.setSettings,onSetPageLanguage:e.onSetPageLanguage,currentLang:e.currentLang}),D(ly,{isProUser:!!p,ctx:e.ctx,setSettings:e.setSettings,pageStatus:e.pageStatus,onTranslatePage:e.onTranslatePage,onRestorePage:e.onRestorePage,openOptionsPage:e.openOptionsPage}),D("div",{class:"flex flex-row mt-3 items-center",children:[D(lD,{ctx:a,onSwitchTranslationMode:e.onSwitchTranslationMode}),D(dD,{ctx:e.ctx,pageStatus:e.pageStatus,currentUrl:e.currentUrl,onTranslatePdf:e.onTranslatePdf,onToggleTranslate:e.onToggleTranslate,disabledButton:e.disabledButton,noPermissionPDF:e.noPermissionPDF})]}),D("div",{class:`text-sm text-gray-9 mt-4 ml-1 ${s?"":"display-none"}`,children:s}),D("div",{class:`text-sm text-gray-9 mt-4 ml-1 ${l?"":"display-none"}`,children:l}),D(xp,{isShowError:!1,request:e.request,setStorageBuildinConfig:e.onSetBuildinConfig}),D("div",{class:"text-sm px-1 text-gray-2",children:[D(py,{ctx:e.ctx,setSettings:e.setSettings,pageStatus:e.pageStatus,onTranslatePage:e.onTranslatePage,onRestorePage:e.onRestorePage,currentUrl:e.currentUrl,currentLang:e.currentLang,onClose:e.onClose,onSetLocalConfig:e.onSetLocalConfig}),D(Cy,{ctx:e.ctx,openOptionsPage:e.openOptionsPage,setSettings:e.setSettings}),D(Sy,{ctx:a,currentLang:e.currentLang,pageStatus:e.pageStatus,onTranslatePage:e.onTranslatePage,onClose:e.onClose,setSettings:e.setSettings}),D(uD,{onAutoEnableSubtitleChanged:i,ctx:a,setSettings:t})]}),D(My,{type:e.type,onOpenUrl:e.onOpenUrl,openOptionsPage:e.openOptionsPage})]}),D(cD,{...e,isProUser:!!p,isShowPricing:y,setMessage:u})]})}function uD(e){let{t}=ve(),{ctx:n,setSettings:r,onAutoEnableSubtitleChanged:a}=e;return Oe(()=>!n.rule.subtitleRule.disabled&&Jc.includes(n.rule.subtitleRule.type||""),[n,Jc])?D("div",{class:"flex justify-between mt-3 items-center",children:[D("label",{class:"mb-0",children:t("autoEnableSubtitle")}),D("input",{type:"checkbox",role:"switch",id:"autoEnableSubtitle",name:"autoEnableSubtitle",checked:!!n.rule.subtitleRule.autoEnableSubtitle,onChange:i=>{let s=i.target.checked;r(u=>({...u,generalRule:{...u.generalRule,"subtitleRule.add":{...u.generalRule?.["subtitleRule.add"],autoEnableSubtitle:s}}})),a()}})]}):null}function lD(e){let{t}=ve(),n=e.ctx.state.translationMode,r=()=>{let o=n==="dual"?"translation":"dual";e.onSwitchTranslationMode(o)},a=t(n==="dual"?"changeToOnlyTempTranslationMode":"changeToDualTempTranslationMode");return D(da,{text:a,multiple:!0,tipStyle:{left:-20,transform:"unset",fontSize:13,whiteSpace:"pre"},children:D("div",{class:"translate-mode mr-2 ",onClick:r,children:n==="dual"?_y:Ly})})}function cD(e){let{t,lang:n}=ve(),{isProUser:r,isShowPricing:a}=e,{config:o}=e.ctx,i=60;n.startsWith("zh")||(i=70);let s=Ce(),u=`${e.type}_more`;return D("footer",{children:D("div",{class:"px-3 py-2-5 text-sm flex items-center justify-between popup-footer",children:[D("div",{class:"setting flex flex-row items-center justify-center secondary clickable",onClick:l,children:[ky,D("span",{class:"ml-1 text-gray-6",children:t("options")})]}),D(mD,{ctx:e.ctx,onToggleEnabled:e.onToggleEnabled,setSettings:e.setSettings,setMessage:e.setMessage}),D(Ep,{label:t("more"),showArrow:!0,maxWidth:i,className:"text-gray-6 transform-padding-left more",onSelected:p=>{p.value==="openPremium"?(globalThis.open(go),e.onClose()):p.value==="changeToOnlyTranslationMode"?c("translation"):p.value==="changeToDualTranslationMode"?c("dual"):p.value==="translateTheWholePage"?e.onTranslateTheWholePage():p.value==="translateToThePageEndImmediately"?e.onTranslateToThePageEndImmediately():p.value==="translateTheMainPage"?e.onTranslateTheMainPage():p.value==="translateLocalPdfFile"?e.onOpenUrl(s.PDF_VIEWER_URL,u):p.value==="pdfProFile"?e.onOpenUrl(s.PDF_PRO_URL,u):p.value==="translateText"?e.onOpenUrl(s.TEXT_TRANSLATE_URL,u):p.value==="translateLocalHtmlFile"?e.onOpenUrl(s.HTML_VIEWER_URL,u):p.value==="translateLocalSubtitleFile"?e.onOpenUrl(s.SUBTITLE_BUILDER_URL,u):p.value==="donate"?(globalThis.open(o.donateUrl),e.onClose()):p.value==="feedback"?(globalThis.open(o.feedbackUrl),e.onClose()):p.value==="options"?(e.openOptionsPage(),e.onClose()):p.value==="changeToTranslateTheWholePage"?m():p.value==="changeToTranslateTheMainPage"?g():p.value==="about"?e.openAboutPage():p.value==="toggleEnabled"?e.onToggleEnabled():p.value==="openEbookViewer"?e.onOpenUrl(s.EBOOK_VIEWER_URL,u):p.value==="openEbookBuilder"?e.onOpenUrl(s.EBOOK_BUILDER_URL,u):p.value==="goPro"&&e.onOpenUrl(go,u)},menus:[o.translationMode==="dual"&&{label:"\u{1F524} "+t("changeToOnlyTranslationMode"),value:"changeToOnlyTranslationMode"},o.translationMode==="translation"&&{label:"\u{1F521} "+t("changeToDualTranslationMode"),value:"changeToDualTranslationMode"},o.translationArea==="main"&&{label:"\u{1F480} "+t("changeToTranslateTheWholePage"),value:"changeToTranslateTheWholePage"},o.translationArea==="body"&&{label:"\u{1F4D6} "+t("changeToTranslateTheMainPage"),value:"changeToTranslateTheMainPage"},{label:"\u26A1 "+t("translateToThePageEndImmediately"),value:"translateToThePageEndImmediately"},{label:"\u{1F4D8} "+t("browser.openEbookViewer"),value:"openEbookViewer"},{label:"\u{1F4DA} "+t("browser.openEbookBuilder"),value:"openEbookBuilder"},{label:"\u{1F4C1} "+t("browser.translateLocalPdfFile"),value:"translateLocalPdfFile"},{label:"\u2747\uFE0F "+t("browser.PdfProFile"),value:"pdfProFile"},{label:"\u{1F310} "+t("browser.translateLocalHtmlFile"),value:"translateLocalHtmlFile"},{label:"\u{1F4FA} "+t("browser.translateLocalSubtitleFile"),value:"translateLocalSubtitleFile"},{label:"\u{1F4DD} "+t("browser.textTranslate"),value:"translateText"},r===!1&&a&&{label:"\u{1F451} "+t("upgradeToPro"),value:"goPro"},{label:"\u2764\uFE0F "+t(a?"aboutLabel":"aboutLabelWithoutSponsor"),value:"about"}].filter(Boolean)})]})});function l(p){p.preventDefault(),e.openOptionsPage()}function c(p){e.setSettings(f=>({...f,translationMode:p})),e.onSwitchTranslationMode(p)}function m(){e.setSettings(p=>({...p,translationArea:"body"})),e.onTranslateTheWholePage()}function g(){e.setSettings(p=>({...p,translationArea:"main"})),e.onTranslateTheMainPage()}}function dD({currentUrl:e,pageStatus:t,onTranslatePdf:n,ctx:r,onToggleTranslate:a,disabledButton:o,noPermissionPDF:i}){let{t:s,lang:u}=ve(),l=r.config,c=Oe(()=>new URL(e||""),[e]),m=c?.pathname.toLowerCase().endsWith(".pdf");Oa(r?.rule)&&!m&&(m=!0);let g=s("translate");t==="Translated"||t==="Error"?g=s("show-original"):t==="Original"?m?bo()&&c.protocol==="file:"||i?g=s("translate-firefox-local-pdf"):Ee()?g=s("noSupportTranslate-pdf"):g=s("translate-pdf"):g=s("translate"):g=s(t);let p=s("translateToThePageEndImmediately");return(t==="Original"||t==="Translated")&&(l.shortcuts.toggleTranslatePage&&(Lu()?r.rule.touchShortcutsToggleTranslatePage&&r.rule.touchShortcutsToggleTranslatePage!=="touchShortcutsOff"&&(g+=` (${s(r.rule.touchShortcutsToggleTranslatePage)})`):g+=` (${c0(l.shortcuts.toggleTranslatePage)})`),l.shortcuts.toggleTranslateToThePageEndImmediately&&(p+=` (${l.shortcuts.toggleTranslateToThePageEndImmediately})`)),D("button",{class:"mb-0 main-button",onClick:()=>{m?n&&n():a()},"aria-busy":t==="Translating",disabled:o||t==="Translating",children:g})}function mD({ctx:e,onToggleEnabled:t,setSettings:n,setMessage:r}){let{t:a,lang:o}=ve(),i=Xt();return D("div",{class:"flex",children:D("span",{class:"immersive-translate-no-select text-sm text-gray-c2",onClick:oy(7)(s),children:["V",i,e.config.enabled?null:D("a",{href:"#",onClick:t,children:[" ","(",a("hasBeenDisabled"),")"]})]})});function s(u){n(l=>(l.alpha?r("Success disable alpha!"):r("Success enable alpha!"),{...l,alpha:!l.alpha}))}}function pD(e){let{t}=ve();return D("div",{class:"share-button-container",onClick:e.openSharePage,children:[D("span",{class:"text-gray-9",children:t("buildSnapshots")}),Fy]})}d();d();d();d();var Pp={get:(e,t,n)=>{let r=t===void 0?e:{[e]:t};return oe.storage[n].get(r)},set:(e,t,n)=>oe.storage[n].set({[e]:t})};function g0(e,t,n){let[r]=se(()=>typeof t=="function"?t():t),[a]=se(n),[o,i]=se(r),[s,u]=se(!1),[l,c]=se("");De(()=>{Pp.get(e,r,a).then(g=>{g[e]&&i(g[e]),u(!0),c("")}).catch(g=>{u(!1),c(g)})},[e,r,a]);let m=$e(g=>{let p=typeof g=="function"?g(o):g;P.debug("new settings",p),Pp.set(e,p,a).then(()=>{i(p),u(!0),c("")}).catch(f=>{i(p),u(!1),c(f)})},[a,e,o]);return[o,m,s,l]}d();function Mp(e,t,n){let r=[];return function(){let[o,i,s,u]=g0(e,t,n),l=$e(c=>{for(let m of r)m(c)},[]);return De(()=>(r.push(i),()=>{r.splice(r.indexOf(i),1)}),[i]),[o,l,s,u]}}function By(e,t){return Mp(e,t,"sync")}var gD="userConfig",fD=null,hD=By(gD,fD);function Fr(e){let[t,n,r,a]=hD(),o=$e(i=>{let s=typeof i=="function"?i(t):i;s&&(s.updatedAt=new Date().toISOString()),n(s),e&&e(s)},[t]);return[t,o,r,a,n]}d();d();async function f0(e){try{let t=new Date;P.debug("cron task start, next will run at",new Date(t.getTime()+e).toLocaleString()),await oe.storage.local.set({[ji]:t.toISOString()}),await bD(),Ee()||await j2()}catch(t){P.error("run cron task failed",t)}}async function Ry(){let t=(await an()).interval;if(t){let n=await oe.storage.local.get(ji);if(n&&n[ji]){let r=n[ji];if(Date.now()-new Date(r).getTime()r?(await oe.storage.local.set({buildinConfig:t}),P.info(`sync remote rules success, latest: ${new Date(a).toLocaleString()}`),Zr({method:"updateGlobalCtx",data:{}},{tab:{id:1,url:"https://www.fake.com",active:!0}}).catch(u=>{P.error("send content message request failed from cron task",u)})):P.debug(`no need to sync rules, latest: ${r}`):P.info(`local version is too old, please update to ${i} or later`)}catch(e){P.error("sync rules error: ",e)}}d();d();d();d();d();d();var Bp;function Wp(e){return[...e.v,(e.i?"!":"")+e.n].join(":")}function Wy(e,t=","){return e.map(Wp).join(t)}var $y=typeof CSS<"u"&&CSS.escape||(e=>e.replace(/[!"'`*+.,;:\\/<=>?@#$%&^|~()[\]{}]/g,"\\$&").replace(/^\d/,"\\3$& "));function b0(e){for(var t=9,n=e.length;n--;)t=Math.imul(t^e.charCodeAt(n),1597334677);return"#"+((t^t>>>9)>>>0).toString(36)}function y0(e,t="@media "){return t+Fn(e).map(n=>(typeof n=="string"&&(n={min:n}),n.raw||Object.keys(n).map(r=>`(${r}-width:${n[r]})`).join(" and "))).join(",")}function Fn(e=[]){return Array.isArray(e)?e:e==null?[]:[e]}function yD(){}var Gt={d:0,b:134217728,c:268435456,a:671088640,u:805306368,o:939524096};function Gy(e){return e.match(/[-=:;]/g)?.length||0}function Up(e){return Math.min(/(?:^|width[^\d]+)(\d+(?:.\d+)?)(p)?/.test(e)?Math.max(0,29.63*(+RegExp.$1/(RegExp.$2?15:1))**.137-43):0,15)<<22|Math.min(Gy(e),15)<<18}var ED=["rst-c","st-ch","h-chi","y-lin","nk","sited","ecked","pty","ad-on","cus-w","ver","cus","cus-v","tive","sable","tiona","quire"];function $p({n:e,i:t,v:n=[]},r,a,o){e&&(e=Wp({n:e,i:t,v:n})),o=[...Fn(o)];for(let s of n){let u=r.theme("screens",s);for(let l of Fn(u&&y0(u)||r.v(s))){var i;o.push(l),a|=u?67108864|Up(l):s=="dark"?1073741824:l[0]=="@"?Up(l):(i=l,1<<~(/:([a-z-]+)/.test(i)&&~ED.indexOf(RegExp.$1.slice(2,7))||-18))}}return{n:e,p:a,r:o,i:t}}var Gp=new Map;function Iy(e){if(e.d){let t=[],n=Rp(e.r.reduce((r,a)=>a[0]=="@"?(t.push(a),r):a?Rp(r,o=>Rp(a,i=>{let s=/(:merge\(.+?\))(:[a-z-]+|\\[.+])/.exec(i);if(s){let u=o.indexOf(s[1]);return~u?o.slice(0,u)+s[0]+o.slice(u+s[1].length):Ip(o,i)}return Ip(i,o)})):r,"&"),r=>Ip(r,e.n?"."+$y(e.n):""));return n&&t.push(n.replace(/:merge\((.+?)\)/g,"$1")),t.reduceRight((r,a)=>a+"{"+r+"}",e.d)}}function Rp(e,t){return e.replace(/ *((?:\(.+?\)|\[.+?\]|[^,])+) *(,|$)/g,(n,r,a)=>t(r)+a)}function Ip(e,t){return e.replace(/&/g,t)}var Oy=new Intl.Collator("en",{numeric:!0});function xD(e,t){for(var n=0,r=e.length;n>1;0>=Vy(e[a],t)?n=a+1:r=a}return r}function Vy(e,t){let n=e.p&Gt.o;return n==(t.p&Gt.o)&&(n==Gt.b||n==Gt.o)?0:e.p-t.p||e.o-t.o||Oy.compare(Ny(e.n),Ny(t.n))||Oy.compare(jy(e.n),jy(t.n))}function Ny(e){return(e||"").split(/:/).pop().split("/").pop()||"\0"}function jy(e){return(e||"").replace(/\W/g,t=>String.fromCharCode(127+t.charCodeAt(0)))+"\0"}function Op(e,t){return Math.round(parseInt(e,16)*t)}function ma(e,t={}){if(typeof e=="function")return e(t);let{opacityValue:n="1",opacityVariable:r}=t,a=r?`var(${r})`:n;if(e.includes(""))return e.replace("",a);if(e[0]=="#"&&(e.length==4||e.length==7)){let o=(e.length-1)/3,i=[17,1,.062272][o-1];return`rgba(${[Op(e.substr(1,o),i),Op(e.substr(1+o,o),i),Op(e.substr(1+2*o,o),i),a]})`}return a=="1"?e:a=="0"?"#0000":e.replace(/^(rgb|hsl)(\([^)]+)\)$/,`$1a$2,${a})`)}function Ky(e,t,n,r,a=[]){return function o(i,{n:s,p:u,r:l=[],i:c},m){let g=[],p="",f=0,y=0;for(let C in i||{}){var b,h;let w=i[C];if(C[0]=="@"){if(!w)continue;if(C[1]=="a"){g.push(...Jy(s,u,Kp(""+w),m,u,l,c,!0));continue}if(C[1]=="l"){for(let k of Fn(w))g.push(...o(k,{n:s,p:(b=Gt[C[7]],u&~Gt.o|b),r:C[7]=="d"?[]:l,i:c},m));continue}if(C[1]=="i"){g.push(...Fn(w).map(k=>({p:-1,o:0,r:[],d:C+" "+k})));continue}if(C[1]=="k"){g.push({p:Gt.d,o:0,r:[C],d:o(w,{p:Gt.d},m).map(Iy).join("")});continue}if(C[1]=="f"){g.push(...Fn(w).map(k=>({p:Gt.d,o:0,r:[C],d:o(k,{p:Gt.d},m).map(Iy).join("")})));continue}}if(typeof w!="object"||Array.isArray(w))C=="label"&&w?s=w+b0(JSON.stringify([u,c,i])):(w||w===0)&&(C=C.replace(/[A-Z]/g,k=>"-"+k.toLowerCase()),y+=1,f=Math.max(f,(h=C)[0]=="-"?0:Gy(h)+(/^(?:(border-(?!w|c|sty)|[tlbr].{2,4}m?$|c.{7,8}$)|([fl].{5}l|g.{8}$|pl))/.test(h)?+!!RegExp.$1||-!!RegExp.$2:0)+1),p+=(p?";":"")+Fn(w).map(k=>m.s(C,Yy(""+k,m.theme)+(c?" !important":""))).join(";"));else if(C[0]=="@"||C.includes("&")){let k=u;C[0]=="@"&&(C=C.replace(/\bscreen\(([^)]+)\)/g,(R,v)=>{let x=m.theme("screens",v);return x?(k|=67108864,y0(x,"")):R}),k|=Up(C)),g.push(...o(w,{n:s,p:k,r:[...l,C],i:c},m))}else g.push(...o(w,{p:u,r:[...l,C]},m))}return g.unshift({n:s,p:u,o:Math.max(0,15-y)+1.5*Math.min(f||15,15),r:l,d:p}),g.sort(Vy)}(e,$p(t,n,r,a),n)}function Yy(e,t){return e.replace(/theme\((["'`])?(.+?)\1(?:\s*,\s*(["'`])?(.+?)\3)?\)/g,(n,r,a,o,i="")=>{let s=t(a,i);return typeof s=="function"&&/color|fill|stroke/i.test(a)?ma(s):""+Fn(s).filter(u=>Object(u)!==u)})}function Vp(e,t){let n,r=[];for(let a of e)a.d&&a.n?n?.p==a.p&&""+n.r==""+a.r?(n.c=[n.c,a.c].filter(Boolean).join(" "),n.d=n.d+";"+a.d):r.push(n={...a,n:a.n&&t}):r.push({...a,n:a.n&&t});return r}function Hp(e,t,n=Gt.u,r,a){let o=[];for(let i of e)for(let s of function(u,l,c,m,g){u={...u,i:u.i||g};let p=function(f,y){let b=Gp.get(f.n);return b?b(f,y):y.r(f.n,f.v[0]=="dark")}(u,l);return p?typeof p=="string"?({r:m,p:c}=$p(u,l,c,m),Vp(Hp(Kp(p),l,c,m,u.i),u.n)):Array.isArray(p)?p.map(f=>{var y,b;return{o:0,...f,r:[...Fn(m),...Fn(f.r)],p:(y=c,b=f.p??c,y&~Gt.o|b)}}):Ky(p,u,l,c,m):[{c:Wp(u),p:0,o:0,r:[]}]}(i,t,n,r,a))o.splice(xD(o,s),0,s);return o}function Jy(e,t,n,r,a,o,i,s){return Vp((s?n.flatMap(u=>Hp([u],r,a,o,i)):Hp(n,r,a,o,i)).map(u=>u.p&Gt.o&&(u.n||t==Gt.b)?{...u,p:u.p&~Gt.o|t,o:0}:u),e)}function TD(e,t,n,r){var a;return a=(o,i)=>{let{n:s,p:u,r:l,i:c}=$p(o,i,t);return n&&Jy(s,t,n,i,u,l,c,r)},Gp.set(e,a),e}function Np(e,t,n){if(e[e.length-1]!="("){let r=[],a=!1,o=!1,i="";for(let s of e)if(!(s=="("||/[~@]$/.test(s))){if(s[0]=="!"&&(s=s.slice(1),a=!a),s.endsWith(":")){r[s=="dark:"?"unshift":"push"](s.slice(0,-1));continue}s[0]=="-"&&(s=s.slice(1),o=!o),s.endsWith("-")&&(s=s.slice(0,-1)),s&&s!="&"&&(i+=(i&&"-")+s)}i&&(o&&(i="-"+i),t[0].push({n:i,v:r.filter(vD),i:a}))}}function vD(e,t,n){return n.indexOf(e)==t}var Uy=new Map;function Kp(e){let t=Uy.get(e);if(!t){let n=[],r=[[]],a=0,o=0,i=null,s=0,u=(l,c=0)=>{a!=s&&(n.push(e.slice(a,s+c)),l&&Np(n,r)),a=s+1};for(;s1?m.slice(0,-1)+b0(JSON.stringify([m,g])):m+"("+Wy(g)+")",Gt.a,g,/@$/.test(m))],r)}c=n.lastIndexOf("(",c-1)}n.length=c+1}else/[~@]/.test(l)&&e[s+1]=="("&&r.unshift([])}u(!0),Uy.set(e,t=r[0])}return t}function Xy(e,t,n){return t.reduce((r,a,o)=>r+n(a)+e[o+1],e[0])}function Qy(e,t){return Array.isArray(e)&&Array.isArray(e.raw)?Xy(e,t,n=>jp(n).trim()):t.filter(Boolean).reduce((n,r)=>n+jp(r),e?jp(e):"")}function jp(e){let t,n="";if(e&&typeof e=="object")if(Array.isArray(e))(t=Qy(e[0],e.slice(1)))&&(n+=" "+t);else for(let r in e)e[r]&&(n+=" "+r);else e!=null&&typeof e!="boolean"&&(n+=" "+e);return n}var Yoe=Zy("@"),Joe=Zy("~");function Zy(e){return new Proxy(function(n,...r){return t("",n,r)},{get(n,r){return r in n?n[r]:function(a,...o){return t(r,a,o)}}});function t(n,r,a){return Wy(Kp(n+e+"("+Qy(r,a)+")"))}}function zp(e,t){return Array.isArray(e)?Hy(Xy(e,t,n=>n!=null&&typeof n!="boolean"?n:"")):typeof e=="string"?Hy(e):[e]}var CD=/ *(?:(?:([\u0080-\uFFFF\w-%@]+) *:? *([^{;]+?);|([^;}{]*?) *{)|(}))/g;function Hy(e){let t;e=e.replace(/\/\*[^]*?\*\/|\s\s+|\n/gm," ");let n=[{}],r=[n[0]],a=[];for(;t=CD.exec(e);)t[4]&&(n.shift(),a.shift()),t[3]?(a.unshift(t[3]),n.unshift({}),r.push(a.reduce((o,i)=>({[i]:o}),n[0]))):t[4]||(n[0][t[1]]&&(n.unshift({}),r.push(a.reduce((o,i)=>({[i]:o}),n[0]))),n[0][t[1]]=t[2]);return r}function e9(e,...t){var n;let r=zp(e,t),a=(r.find(o=>o.label)?.label||"css")+b0(JSON.stringify(r));return n=(o,i)=>Vp(r.flatMap(s=>Ky(s,o,i,Gt.o)),a),Gp.set(a,n),a}var Xoe=new Proxy(function(e,t){return zy("animation",e,t)},{get(e,t){return t in e?e[t]:function(n,r){return zy(t,n,r)}}});function zy(e,t,n){return{toString(){return e9({label:e,"@layer components":{...typeof t=="object"?t:{animation:t},animationName:""+n}})}}}function Z(e,t,n){return[e,SD(t,n)]}function SD(e,t){return typeof e=="function"?e:typeof e=="string"&&/^[\w-]+$/.test(e)?(n,r)=>({[e]:t?t(n,r):qp(n,1)}):n=>e||{[n[1]]:qp(n,2)}}function qp(e,t,n=e.slice(t).find(Boolean)||e.$$||e.input){return e.input[0]=="-"?`calc(${n} * -1)`:n}function te(e,t,n,r){return[e,wD(t,n,r)]}function wD(e,t,n){let r=typeof t=="string"?(a,o)=>({[t]:n?n(a,o):a._}):t||(({1:a,_:o},i,s)=>({[a||s]:o}));return(a,o)=>{let i=t9(e||a[1]),s=o.theme(i,a.$$)??li(a.$$,i,o);if(s!=null)return a._=qp(a,0,s),r(a,o,i)}}function Pt(e,t={},n){return[e,DD(t,n)]}function DD(e={},t){return(n,r)=>{let{section:a=t9(n[0]).replace("-","")+"Color"}=e,[o,i]=AD(n.$$);if(!o)return;let s=r.theme(a,o)||li(o,a,r);if(!s||typeof s=="object")return;let{opacityVariable:u=`--tw-${n[0].replace(/-$/,"")}-opacity`,opacitySection:l=a.replace("Color","Opacity"),property:c=a,selector:m}=e,g=r.theme(l,i||"DEFAULT")||i&&li(i,l,r),p=t||(({_:y})=>{let b=Fs(c,y);return m?{[m]:b}:b});n._={value:ma(s,{opacityVariable:u||void 0,opacityValue:g||void 0}),color:y=>ma(s,y),opacityVariable:u||void 0,opacityValue:g||void 0};let f=p(n,r);if(!n.dark){let y=r.d(a,o,s);y&&y!==s&&(n._={value:ma(y,{opacityVariable:u||void 0,opacityValue:g||"1"}),color:b=>ma(y,b),opacityVariable:u||void 0,opacityValue:g||void 0},f={"&":f,[r.v("dark")]:p(n,r)})}return f}}function AD(e){return(e.match(/^(\[[^\]]+]|[^/]+?)(?:\/(.+))?$/)||[]).slice(1)}function Fs(e,t){let n={};return typeof t=="string"?n[e]=t:(t.opacityVariable&&t.value.includes(t.opacityVariable)&&(n[t.opacityVariable]=t.opacityValue||"1"),n[e]=t.value),n}function li(e,t,n){if(e[0]=="["&&e.slice(-1)=="]"){if(e=h0(Yy(e.slice(1,-1),n.theme)),!t)return e;if(!(/color|fill|stroke/i.test(t)&&!(/^color:/.test(e)||/^(#|((hsl|rgb)a?|hwb|lab|lch|color)\(|[a-z]+$)/.test(e))||/image/i.test(t)&&!(/^image:/.test(e)||/^[a-z-]+\(/.test(e))||/weight/i.test(t)&&!(/^(number|any):/.test(e)||/^\d+$/.test(e))||/position/i.test(t)&&/^(length|size):/.test(e)))return e.replace(/^[a-z-]+:/,"")}}function t9(e){return e.replace(/-./g,t=>t[1].toUpperCase())}function h0(e){return e.includes("url(")?e.replace(/(.*?)(url\(.*?\))(.*?)/g,(t,n="",r,a="")=>h0(n)+r+h0(a)):e.replace(/(^|[^\\])_+/g,(t,n)=>n+" ".repeat(t.length-n.length)).replace(/\\_/g,"_").replace(/(calc|min|max|clamp)\(.+\)/g,t=>t.replace(/(-?\d*\.?\d(?!\b-.+[,)](?![^+\-/*])\D)(?:%|[a-z]+)?|\))([+\-/*])/g,"$1 $2 "))}var Qoe=Symbol();var n9=new Proxy(yD,{apply(e,t,n){return Bp(n[0])},get(e,t){let n=Bp[t];return typeof n=="function"?function(){return n.apply(Bp,arguments)}:n}});var Zoe=function e(t){return new Proxy(function(n,...r){return qy(t,"",n,r)},{get(n,r){return r==="bind"?e:r in n?n[r]:function(a,...o){return qy(t,r,a,o)}}})}();function qy(e,t,n,r){return{toString(){let a=zp(n,r),o=$y(t+b0(JSON.stringify([t,a])));return(typeof e=="function"?e:n9)(e9({[`@keyframes ${o}`]:zp(n,r)})),o}}}d();d();d();d();d();var r9={screens:{sm:"640px",md:"768px",lg:"1024px",xl:"1280px","2xl":"1536px"},columns:{auto:"auto","3xs":"16rem","2xs":"18rem",xs:"20rem",sm:"24rem",md:"28rem",lg:"32rem",xl:"36rem","2xl":"42rem","3xl":"48rem","4xl":"56rem","5xl":"64rem","6xl":"72rem","7xl":"80rem"},spacing:{px:"1px",0:"0px",...Pn(4,"rem",4,.5,.5),...Pn(12,"rem",4,5),14:"3.5rem",...Pn(64,"rem",4,16,4),72:"18rem",80:"20rem",96:"24rem"},durations:{75:"75ms",100:"100ms",150:"150ms",200:"200ms",300:"300ms",500:"500ms",700:"700ms",1e3:"1000ms"},animation:{none:"none",spin:"spin 1s linear infinite",ping:"ping 1s cubic-bezier(0,0,0.2,1) infinite",pulse:"pulse 2s cubic-bezier(0.4,0,0.6,1) infinite",bounce:"bounce 1s infinite"},aspectRatio:{auto:"auto",square:"1/1",video:"16/9"},backdropBlur:ze("blur"),backdropBrightness:ze("brightness"),backdropContrast:ze("contrast"),backdropGrayscale:ze("grayscale"),backdropHueRotate:ze("hueRotate"),backdropInvert:ze("invert"),backdropOpacity:ze("opacity"),backdropSaturate:ze("saturate"),backdropSepia:ze("sepia"),backgroundColor:ze("colors"),backgroundImage:{none:"none"},backgroundOpacity:ze("opacity"),backgroundSize:{auto:"auto",cover:"cover",contain:"contain"},blur:{none:"none",0:"0",sm:"4px",DEFAULT:"8px",md:"12px",lg:"16px",xl:"24px","2xl":"40px","3xl":"64px"},brightness:{...Pn(200,"",100,0,50),...Pn(110,"",100,90,5),75:"0.75",125:"1.25"},borderColor:({theme:e})=>({DEFAULT:e("colors.gray.200","currentColor"),...e("colors")}),borderOpacity:ze("opacity"),borderRadius:{none:"0px",sm:"0.125rem",DEFAULT:"0.25rem",md:"0.375rem",lg:"0.5rem",xl:"0.75rem","2xl":"1rem","3xl":"1.5rem","1/2":"50%",full:"9999px"},borderSpacing:ze("spacing"),borderWidth:{DEFAULT:"1px",...Nn(8,"px")},boxShadow:{sm:"0 1px 2px 0 rgba(0,0,0,0.05)",DEFAULT:"0 1px 3px 0 rgba(0,0,0,0.1), 0 1px 2px -1px rgba(0,0,0,0.1)",md:"0 4px 6px -1px rgba(0,0,0,0.1), 0 2px 4px -2px rgba(0,0,0,0.1)",lg:"0 10px 15px -3px rgba(0,0,0,0.1), 0 4px 6px -4px rgba(0,0,0,0.1)",xl:"0 20px 25px -5px rgba(0,0,0,0.1), 0 8px 10px -6px rgba(0,0,0,0.1)","2xl":"0 25px 50px -12px rgba(0,0,0,0.25)",inner:"inset 0 2px 4px 0 rgba(0,0,0,0.05)",none:"0 0 #0000"},boxShadowColor:ze("colors"),caretColor:ze("colors"),accentColor:({theme:e})=>({auto:"auto",...e("colors")}),contrast:{...Pn(200,"",100,0,50),75:"0.75",125:"1.25"},content:{none:"none"},divideColor:ze("borderColor"),divideOpacity:ze("borderOpacity"),divideWidth:ze("borderWidth"),dropShadow:{sm:"0 1px 1px rgba(0,0,0,0.05)",DEFAULT:["0 1px 2px rgba(0,0,0,0.1)","0 1px 1px rgba(0,0,0,0.06)"],md:["0 4px 3px rgba(0,0,0,0.07)","0 2px 2px rgba(0,0,0,0.06)"],lg:["0 10px 8px rgba(0,0,0,0.04)","0 4px 3px rgba(0,0,0,0.1)"],xl:["0 20px 13px rgba(0,0,0,0.03)","0 8px 5px rgba(0,0,0,0.08)"],"2xl":"0 25px 25px rgba(0,0,0,0.15)",none:"0 0 #0000"},fill:({theme:e})=>({...e("colors"),none:"none"}),grayscale:{DEFAULT:"100%",0:"0"},hueRotate:{0:"0deg",15:"15deg",30:"30deg",60:"60deg",90:"90deg",180:"180deg"},invert:{DEFAULT:"100%",0:"0"},flex:{1:"1 1 0%",auto:"1 1 auto",initial:"0 1 auto",none:"none"},flexBasis:({theme:e})=>({...e("spacing"),...Ps(2,6),...Ps(12,12),auto:"auto",full:"100%"}),flexGrow:{DEFAULT:1,0:0},flexShrink:{DEFAULT:1,0:0},fontFamily:{sans:'ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji"'.split(","),serif:'ui-serif,Georgia,Cambria,"Times New Roman",Times,serif'.split(","),mono:'ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace'.split(",")},fontSize:{xs:["0.75rem","1rem"],sm:["0.875rem","1.25rem"],base:["1rem","1.5rem"],lg:["1.125rem","1.75rem"],xl:["1.25rem","1.75rem"],"2xl":["1.5rem","2rem"],"3xl":["1.875rem","2.25rem"],"4xl":["2.25rem","2.5rem"],"5xl":["3rem","1"],"6xl":["3.75rem","1"],"7xl":["4.5rem","1"],"8xl":["6rem","1"],"9xl":["8rem","1"]},fontWeight:{thin:"100",extralight:"200",light:"300",normal:"400",medium:"500",semibold:"600",bold:"700",extrabold:"800",black:"900"},gap:ze("spacing"),gradientColorStops:ze("colors"),gridAutoColumns:{auto:"auto",min:"min-content",max:"max-content",fr:"minmax(0,1fr)"},gridAutoRows:{auto:"auto",min:"min-content",max:"max-content",fr:"minmax(0,1fr)"},gridColumn:{auto:"auto","span-full":"1 / -1"},gridRow:{auto:"auto","span-full":"1 / -1"},gridTemplateColumns:{none:"none"},gridTemplateRows:{none:"none"},height:({theme:e})=>({...e("spacing"),...Ps(2,6),min:"min-content",max:"max-content",fit:"fit-content",auto:"auto",full:"100%",screen:"100vh"}),inset:({theme:e})=>({...e("spacing"),...Ps(2,4),auto:"auto",full:"100%"}),keyframes:{spin:{from:{transform:"rotate(0deg)"},to:{transform:"rotate(360deg)"}},ping:{"0%":{transform:"scale(1)",opacity:"1"},"75%,100%":{transform:"scale(2)",opacity:"0"}},pulse:{"0%,100%":{opacity:"1"},"50%":{opacity:".5"}},bounce:{"0%, 100%":{transform:"translateY(-25%)",animationTimingFunction:"cubic-bezier(0.8,0,1,1)"},"50%":{transform:"none",animationTimingFunction:"cubic-bezier(0,0,0.2,1)"}}},letterSpacing:{tighter:"-0.05em",tight:"-0.025em",normal:"0em",wide:"0.025em",wider:"0.05em",widest:"0.1em"},lineHeight:{...Pn(10,"rem",4,3),none:"1",tight:"1.25",snug:"1.375",normal:"1.5",relaxed:"1.625",loose:"2"},margin:({theme:e})=>({auto:"auto",...e("spacing")}),maxHeight:({theme:e})=>({full:"100%",min:"min-content",max:"max-content",fit:"fit-content",screen:"100vh",...e("spacing")}),maxWidth:({theme:e,breakpoints:t})=>({...t(e("screens")),none:"none",0:"0rem",xs:"20rem",sm:"24rem",md:"28rem",lg:"32rem",xl:"36rem","2xl":"42rem","3xl":"48rem","4xl":"56rem","5xl":"64rem","6xl":"72rem","7xl":"80rem",full:"100%",min:"min-content",max:"max-content",fit:"fit-content",prose:"65ch"}),minHeight:{0:"0px",full:"100%",min:"min-content",max:"max-content",fit:"fit-content",screen:"100vh"},minWidth:{0:"0px",full:"100%",min:"min-content",max:"max-content",fit:"fit-content"},opacity:{...Pn(100,"",100,0,10),5:"0.05",25:"0.25",75:"0.75",95:"0.95"},order:{first:"-9999",last:"9999",none:"0"},padding:ze("spacing"),placeholderColor:ze("colors"),placeholderOpacity:ze("opacity"),outlineColor:ze("colors"),outlineOffset:Nn(8,"px"),outlineWidth:Nn(8,"px"),ringColor:({theme:e})=>({...e("colors"),DEFAULT:"#3b82f6"}),ringOffsetColor:ze("colors"),ringOffsetWidth:Nn(8,"px"),ringOpacity:({theme:e})=>({...e("opacity"),DEFAULT:"0.5"}),ringWidth:{DEFAULT:"3px",...Nn(8,"px")},rotate:{...Nn(2,"deg"),...Nn(12,"deg",3),...Nn(180,"deg",45)},saturate:Pn(200,"",100,0,50),scale:{...Pn(150,"",100,0,50),...Pn(110,"",100,90,5),75:"0.75",125:"1.25"},scrollMargin:ze("spacing"),scrollPadding:ze("spacing"),sepia:{0:"0",DEFAULT:"100%"},skew:{...Nn(2,"deg"),...Nn(12,"deg",3)},space:ze("spacing"),stroke:({theme:e})=>({...e("colors"),none:"none"}),strokeWidth:Pn(2),textColor:ze("colors"),textDecorationColor:ze("colors"),textDecorationThickness:{"from-font":"from-font",auto:"auto",...Nn(8,"px")},textUnderlineOffset:{auto:"auto",...Nn(8,"px")},textIndent:ze("spacing"),textOpacity:ze("opacity"),transitionDuration:({theme:e})=>({...e("durations"),DEFAULT:"150ms"}),transitionDelay:ze("durations"),transitionProperty:{none:"none",all:"all",DEFAULT:"color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter",colors:"color,background-color,border-color,text-decoration-color,fill,stroke",opacity:"opacity",shadow:"box-shadow",transform:"transform"},transitionTimingFunction:{DEFAULT:"cubic-bezier(0.4,0,0.2,1)",linear:"linear",in:"cubic-bezier(0.4,0,1,1)",out:"cubic-bezier(0,0,0.2,1)","in-out":"cubic-bezier(0.4,0,0.2,1)"},translate:({theme:e})=>({...e("spacing"),...Ps(2,4),full:"100%"}),width:({theme:e})=>({min:"min-content",max:"max-content",fit:"fit-content",screen:"100vw",...e("flexBasis")}),willChange:{scroll:"scroll-position"},zIndex:{...Pn(50,"",1,0,10),auto:"auto"}};function Ps(e,t){let n={};do for(var r=1;rt(e)}var bie={"*,::before,::after":{boxSizing:"border-box",borderWidth:"0",borderStyle:"solid",borderColor:"theme(borderColor.DEFAULT, currentColor)"},"::before,::after":{"--tw-content":"''"},html:{lineHeight:1.5,WebkitTextSizeAdjust:"100%",MozTabSize:"4",tabSize:4,fontFamily:`theme(fontFamily.sans, ${r9.fontFamily.sans})`,fontFeatureSettings:"theme(fontFamily.sans[1].fontFeatureSettings, normal)"},body:{margin:"0",lineHeight:"inherit"},hr:{height:"0",color:"inherit",borderTopWidth:"1px"},"abbr:where([title])":{textDecoration:"underline dotted"},"h1,h2,h3,h4,h5,h6":{fontSize:"inherit",fontWeight:"inherit"},a:{color:"inherit",textDecoration:"inherit"},"b,strong":{fontWeight:"bolder"},"code,kbd,samp,pre":{fontFamily:`theme(fontFamily.mono, ${r9.fontFamily.mono})`,fontFeatureSettings:"theme(fontFamily.mono[1].fontFeatureSettings, normal)",fontSize:"1em"},small:{fontSize:"80%"},"sub,sup":{fontSize:"75%",lineHeight:0,position:"relative",verticalAlign:"baseline"},sub:{bottom:"-0.25em"},sup:{top:"-0.5em"},table:{textIndent:"0",borderColor:"inherit",borderCollapse:"collapse"},"button,input,optgroup,select,textarea":{fontFamily:"inherit",fontSize:"100%",lineHeight:"inherit",color:"inherit",margin:"0",padding:"0"},"button,select":{textTransform:"none"},"button,[type='button'],[type='reset'],[type='submit']":{WebkitAppearance:"button",backgroundColor:"transparent",backgroundImage:"none"},":-moz-focusring":{outline:"auto"},":-moz-ui-invalid":{boxShadow:"none"},progress:{verticalAlign:"baseline"},"::-webkit-inner-spin-button,::-webkit-outer-spin-button":{height:"auto"},"[type='search']":{WebkitAppearance:"textfield",outlineOffset:"-2px"},"::-webkit-search-decoration":{WebkitAppearance:"none"},"::-webkit-file-upload-button":{WebkitAppearance:"button",font:"inherit"},summary:{display:"list-item"},"blockquote,dl,dd,h1,h2,h3,h4,h5,h6,hr,figure,p,pre":{margin:"0"},fieldset:{margin:"0",padding:"0"},legend:{padding:"0"},"ol,ul,menu":{listStyle:"none",margin:"0",padding:"0"},textarea:{resize:"vertical"},"input::placeholder,textarea::placeholder":{opacity:1,color:"theme(colors.gray.400, #9ca3af)"},'button,[role="button"]':{cursor:"pointer"},":disabled":{cursor:"default"},"img,svg,video,canvas,audio,iframe,embed,object":{display:"block",verticalAlign:"middle"},"img,video":{maxWidth:"100%",height:"auto"},"[hidden]":{display:"none"}},Eie=[Z("\\[([-\\w]+):(.+)]",({1:e,2:t},n)=>({"@layer overrides":{"&":{[e]:li(`[${t}]`,"",n)}}})),Z("(group|peer)([~/][^-[]+)?",({input:e},{h:t})=>[{c:t(e)}]),te("aspect-","aspectRatio"),Z("container",(e,{theme:t})=>{let{screens:n=t("screens"),center:r,padding:a}=t("container"),o={width:"100%",marginRight:r&&"auto",marginLeft:r&&"auto",...i("xs")};for(let s in n){let u=n[s];typeof u=="string"&&(o[y0(u)]={"&":{maxWidth:u,...i(s)}})}return o;function i(s){let u=a&&(typeof a=="string"?a:a[s]||a.DEFAULT);if(u)return{paddingRight:u,paddingLeft:u}}}),te("content-","content",({_:e})=>({"--tw-content":e,content:"var(--tw-content)"})),Z("(?:box-)?decoration-(slice|clone)","boxDecorationBreak"),Z("box-(border|content)","boxSizing",({1:e})=>e+"-box"),Z("hidden",{display:"none"}),Z("table-(auto|fixed)","tableLayout"),Z(["(block|flex|table|grid|inline|contents|flow-root|list-item)","(inline-(block|flex|table|grid))","(table-(caption|cell|column|row|(column|row|footer|header)-group))"],"display"),"(float)-(left|right|none)","(clear)-(left|right|none|both)","(overflow(?:-[xy])?)-(auto|hidden|clip|visible|scroll)","(isolation)-(auto)",Z("isolate","isolation"),Z("object-(contain|cover|fill|none|scale-down)","objectFit"),te("object-","objectPosition"),Z("object-(top|bottom|center|(left|right)(-(top|bottom))?)","objectPosition",E0),Z("overscroll(-[xy])?-(auto|contain|none)",({1:e="",2:t})=>({["overscroll-behavior"+e]:t})),Z("(static|fixed|absolute|relative|sticky)","position"),te("-?inset(-[xy])?(?:$|-)","inset",({1:e,_:t})=>({top:e!="-x"&&t,right:e!="-y"&&t,bottom:e!="-x"&&t,left:e!="-y"&&t})),te("-?(top|bottom|left|right)(?:$|-)","inset"),Z("(visible|collapse)","visibility"),Z("invisible",{visibility:"hidden"}),te("-?z-","zIndex"),Z("flex-((row|col)(-reverse)?)","flexDirection",a9),Z("flex-(wrap|wrap-reverse|nowrap)","flexWrap"),te("(flex-(?:grow|shrink))(?:$|-)"),te("(flex)-"),te("grow(?:$|-)","flexGrow"),te("shrink(?:$|-)","flexShrink"),te("basis-","flexBasis"),te("-?(order)-"),"-?(order)-(\\d+)",te("grid-cols-","gridTemplateColumns"),Z("grid-cols-(\\d+)","gridTemplateColumns",u9),te("col-","gridColumn"),Z("col-(span)-(\\d+)","gridColumn",s9),te("col-start-","gridColumnStart"),Z("col-start-(auto|\\d+)","gridColumnStart"),te("col-end-","gridColumnEnd"),Z("col-end-(auto|\\d+)","gridColumnEnd"),te("grid-rows-","gridTemplateRows"),Z("grid-rows-(\\d+)","gridTemplateRows",u9),te("row-","gridRow"),Z("row-(span)-(\\d+)","gridRow",s9),te("row-start-","gridRowStart"),Z("row-start-(auto|\\d+)","gridRowStart"),te("row-end-","gridRowEnd"),Z("row-end-(auto|\\d+)","gridRowEnd"),Z("grid-flow-((row|col)(-dense)?)","gridAutoFlow",e=>E0(a9(e))),Z("grid-flow-(dense)","gridAutoFlow"),te("auto-cols-","gridAutoColumns"),te("auto-rows-","gridAutoRows"),te("gap-x(?:$|-)","gap","columnGap"),te("gap-y(?:$|-)","gap","rowGap"),te("gap(?:$|-)","gap"),"(justify-(?:items|self))-",Z("justify-","justifyContent",o9),Z("(content|items|self)-",e=>({["align-"+e[1]]:o9(e)})),Z("(place-(content|items|self))-",({1:e,$$:t})=>({[e]:("wun".includes(t[3])?"space-":"")+t})),te("p([xytrbl])?(?:$|-)","padding",ci("padding")),te("-?m([xytrbl])?(?:$|-)","margin",ci("margin")),te("-?space-(x|y)(?:$|-)","space",({1:e,_:t})=>({"&>:not([hidden])~:not([hidden])":{[`--tw-space-${e}-reverse`]:"0",["margin-"+{y:"top",x:"left"}[e]]:`calc(${t} * calc(1 - var(--tw-space-${e}-reverse)))`,["margin-"+{y:"bottom",x:"right"}[e]]:`calc(${t} * var(--tw-space-${e}-reverse))`}})),Z("space-(x|y)-reverse",({1:e})=>({"&>:not([hidden])~:not([hidden])":{[`--tw-space-${e}-reverse`]:"1"}})),te("w-","width"),te("min-w-","minWidth"),te("max-w-","maxWidth"),te("h-","height"),te("min-h-","minHeight"),te("max-h-","maxHeight"),te("font-","fontWeight"),te("font-","fontFamily",({_:e})=>typeof(e=Fn(e))[1]=="string"?{fontFamily:Qn(e)}:{fontFamily:Qn(e[0]),...e[1]}),Z("antialiased",{WebkitFontSmoothing:"antialiased",MozOsxFontSmoothing:"grayscale"}),Z("subpixel-antialiased",{WebkitFontSmoothing:"auto",MozOsxFontSmoothing:"auto"}),Z("italic","fontStyle"),Z("not-italic",{fontStyle:"normal"}),Z("(ordinal|slashed-zero|(normal|lining|oldstyle|proportional|tabular)-nums|(diagonal|stacked)-fractions)",({1:e,2:t="",3:n})=>t=="normal"?{fontVariantNumeric:"normal"}:{["--tw-"+(n?"numeric-fraction":"pt".includes(t[0])?"numeric-spacing":t?"numeric-figure":e)]:e,fontVariantNumeric:"var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction)",...pa({"--tw-ordinal":"var(--tw-empty,/*!*/ /*!*/)","--tw-slashed-zero":"var(--tw-empty,/*!*/ /*!*/)","--tw-numeric-figure":"var(--tw-empty,/*!*/ /*!*/)","--tw-numeric-spacing":"var(--tw-empty,/*!*/ /*!*/)","--tw-numeric-fraction":"var(--tw-empty,/*!*/ /*!*/)"})}),te("tracking-","letterSpacing"),te("leading-","lineHeight"),Z("list-(inside|outside)","listStylePosition"),te("list-","listStyleType"),Z("list-","listStyleType"),te("placeholder-opacity-","placeholderOpacity",({_:e})=>({"&::placeholder":{"--tw-placeholder-opacity":e}})),Pt("placeholder-",{property:"color",selector:"&::placeholder"}),Z("text-(left|center|right|justify|start|end)","textAlign"),Z("text-(ellipsis|clip)","textOverflow"),te("text-opacity-","textOpacity","--tw-text-opacity"),Pt("text-",{property:"color"}),te("text-","fontSize",({_:e})=>typeof e=="string"?{fontSize:e}:{fontSize:e[0],...typeof e[1]=="string"?{lineHeight:e[1]}:e[1]}),te("indent-","textIndent"),Z("(overline|underline|line-through)","textDecorationLine"),Z("no-underline",{textDecorationLine:"none"}),te("underline-offset-","textUnderlineOffset"),Pt("decoration-",{section:"textDecorationColor",opacityVariable:!1,opacitySection:"opacity"}),te("decoration-","textDecorationThickness"),Z("decoration-","textDecorationStyle"),Z("(uppercase|lowercase|capitalize)","textTransform"),Z("normal-case",{textTransform:"none"}),Z("truncate",{overflow:"hidden",whiteSpace:"nowrap",textOverflow:"ellipsis"}),Z("align-","verticalAlign"),Z("whitespace-","whiteSpace"),Z("break-normal",{wordBreak:"normal",overflowWrap:"normal"}),Z("break-words",{overflowWrap:"break-word"}),Z("break-all",{wordBreak:"break-all"}),Z("break-keep",{wordBreak:"keep-all"}),Pt("caret-",{opacityVariable:!1,opacitySection:"opacity"}),Pt("accent-",{opacityVariable:!1,opacitySection:"opacity"}),Z("bg-gradient-to-([trbl]|[tb][rl])","backgroundImage",({1:e})=>`linear-gradient(to ${Ga(e," ")},var(--tw-gradient-stops))`),Pt("from-",{section:"gradientColorStops",opacityVariable:!1,opacitySection:"opacity"},({_:e})=>({"--tw-gradient-from":e.value,"--tw-gradient-to":e.color({opacityValue:"0"}),"--tw-gradient-stops":"var(--tw-gradient-from),var(--tw-gradient-to)"})),Pt("via-",{section:"gradientColorStops",opacityVariable:!1,opacitySection:"opacity"},({_:e})=>({"--tw-gradient-to":e.color({opacityValue:"0"}),"--tw-gradient-stops":`var(--tw-gradient-from),${e.value},var(--tw-gradient-to)`})),Pt("to-",{section:"gradientColorStops",property:"--tw-gradient-to",opacityVariable:!1,opacitySection:"opacity"}),Z("bg-(fixed|local|scroll)","backgroundAttachment"),Z("bg-origin-(border|padding|content)","backgroundOrigin",({1:e})=>e+"-box"),Z(["bg-(no-repeat|repeat(-[xy])?)","bg-repeat-(round|space)"],"backgroundRepeat"),Z("bg-blend-","backgroundBlendMode"),Z("bg-clip-(border|padding|content|text)","backgroundClip",({1:e})=>e+(e=="text"?"":"-box")),te("bg-opacity-","backgroundOpacity","--tw-bg-opacity"),Pt("bg-",{section:"backgroundColor"}),te("bg-","backgroundImage"),te("bg-","backgroundPosition"),Z("bg-(top|bottom|center|(left|right)(-(top|bottom))?)","backgroundPosition",E0),te("bg-","backgroundSize"),te("rounded(?:$|-)","borderRadius"),te("rounded-([trbl]|[tb][rl])(?:$|-)","borderRadius",({1:e,_:t})=>{let n={t:["tl","tr"],r:["tr","br"],b:["bl","br"],l:["bl","tl"]}[e]||[e,e];return{[`border-${Ga(n[0])}-radius`]:t,[`border-${Ga(n[1])}-radius`]:t}}),Z("border-(collapse|separate)","borderCollapse"),te("border-opacity(?:$|-)","borderOpacity","--tw-border-opacity"),Z("border-(solid|dashed|dotted|double|none)","borderStyle"),te("border-spacing(-[xy])?(?:$|-)","borderSpacing",({1:e,_:t})=>({...pa({"--tw-border-spacing-x":"0","--tw-border-spacing-y":"0"}),["--tw-border-spacing"+(e||"-x")]:t,["--tw-border-spacing"+(e||"-y")]:t,"border-spacing":"var(--tw-border-spacing-x) var(--tw-border-spacing-y)"})),Pt("border-([xytrbl])-",{section:"borderColor"},ci("border","Color")),Pt("border-"),te("border-([xytrbl])(?:$|-)","borderWidth",ci("border","Width")),te("border(?:$|-)","borderWidth"),te("divide-opacity(?:$|-)","divideOpacity",({_:e})=>({"&>:not([hidden])~:not([hidden])":{"--tw-divide-opacity":e}})),Z("divide-(solid|dashed|dotted|double|none)",({1:e})=>({"&>:not([hidden])~:not([hidden])":{borderStyle:e}})),Z("divide-([xy]-reverse)",({1:e})=>({"&>:not([hidden])~:not([hidden])":{["--tw-divide-"+e]:"1"}})),te("divide-([xy])(?:$|-)","divideWidth",({1:e,_:t})=>{let n={x:"lr",y:"tb"}[e];return{"&>:not([hidden])~:not([hidden])":{[`--tw-divide-${e}-reverse`]:"0",[`border-${Ga(n[0])}Width`]:`calc(${t} * calc(1 - var(--tw-divide-${e}-reverse)))`,[`border-${Ga(n[1])}Width`]:`calc(${t} * var(--tw-divide-${e}-reverse))`}}}),Pt("divide-",{property:"borderColor",selector:"&>:not([hidden])~:not([hidden])"}),te("ring-opacity(?:$|-)","ringOpacity","--tw-ring-opacity"),Pt("ring-offset-",{property:"--tw-ring-offset-color",opacityVariable:!1}),te("ring-offset(?:$|-)","ringOffsetWidth","--tw-ring-offset-width"),Z("ring-inset",{"--tw-ring-inset":"inset"}),Pt("ring-",{property:"--tw-ring-color"}),te("ring(?:$|-)","ringWidth",({_:e},{theme:t})=>({...pa({"--tw-ring-offset-shadow":"0 0 #0000","--tw-ring-shadow":"0 0 #0000","--tw-shadow":"0 0 #0000","--tw-shadow-colored":"0 0 #0000","&":{"--tw-ring-inset":"var(--tw-empty,/*!*/ /*!*/)","--tw-ring-offset-width":t("ringOffsetWidth","","0px"),"--tw-ring-offset-color":ma(t("ringOffsetColor","","#fff")),"--tw-ring-color":ma(t("ringColor","","#93c5fd"),{opacityVariable:"--tw-ring-opacity"}),"--tw-ring-opacity":t("ringOpacity","","0.5")}}),"--tw-ring-offset-shadow":"var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color)","--tw-ring-shadow":`var(--tw-ring-inset) 0 0 0 calc(${e} + var(--tw-ring-offset-width)) var(--tw-ring-color)`,boxShadow:"var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)"})),Pt("shadow-",{section:"boxShadowColor",opacityVariable:!1,opacitySection:"opacity"},({_:e})=>({"--tw-shadow-color":e.value,"--tw-shadow":"var(--tw-shadow-colored)"})),te("shadow(?:$|-)","boxShadow",({_:e})=>({...pa({"--tw-ring-offset-shadow":"0 0 #0000","--tw-ring-shadow":"0 0 #0000","--tw-shadow":"0 0 #0000","--tw-shadow-colored":"0 0 #0000"}),"--tw-shadow":Qn(e),"--tw-shadow-colored":Qn(e).replace(/([^,]\s+)(?:#[a-f\d]+|(?:(?:hsl|rgb)a?|hwb|lab|lch|color|var)\(.+?\)|[a-z]+)(,|$)/g,"$1var(--tw-shadow-color)$2"),boxShadow:"var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)"})),te("(opacity)-"),Z("mix-blend-","mixBlendMode"),...i9(),...i9("backdrop-"),te("transition(?:$|-)","transitionProperty",(e,{theme:t})=>({transitionProperty:Qn(e),transitionTimingFunction:e._=="none"?void 0:Qn(t("transitionTimingFunction","")),transitionDuration:e._=="none"?void 0:Qn(t("transitionDuration",""))})),te("duration(?:$|-)","transitionDuration","transitionDuration",Qn),te("ease(?:$|-)","transitionTimingFunction","transitionTimingFunction",Qn),te("delay(?:$|-)","transitionDelay","transitionDelay",Qn),te("animate(?:$|-)","animation",(e,{theme:t,h:n,e:r})=>{let a=Qn(e),o=a.split(" "),i=t("keyframes",o[0]);return i?{["@keyframes "+(o[0]=r(n(o[0])))]:i,animation:o.join(" ")}:{animation:a}}),"(transform)-(none)",Z("transform",Jp),Z("transform-(cpu|gpu)",({1:e})=>({"--tw-transform":l9(e=="gpu")})),te("scale(-[xy])?-","scale",({1:e,_:t})=>({["--tw-scale"+(e||"-x")]:t,["--tw-scale"+(e||"-y")]:t,...Jp()})),te("-?(rotate)-","rotate",Yp),te("-?(translate-[xy])-","translate",Yp),te("-?(skew-[xy])-","skew",Yp),Z("origin-(center|((top|bottom)(-(left|right))?)|left|right)","transformOrigin",E0),"(appearance)-",te("(columns)-"),"(columns)-(\\d+)","(break-(?:before|after|inside))-",te("(cursor)-"),"(cursor)-",Z("snap-(none)","scroll-snap-type"),Z("snap-(x|y|both)",({1:e})=>({...pa({"--tw-scroll-snap-strictness":"proximity"}),"scroll-snap-type":e+" var(--tw-scroll-snap-strictness)"})),Z("snap-(mandatory|proximity)","--tw-scroll-snap-strictness"),Z("snap-(?:(start|end|center)|align-(none))","scroll-snap-align"),Z("snap-(normal|always)","scroll-snap-stop"),Z("scroll-(auto|smooth)","scroll-behavior"),te("scroll-p([xytrbl])?(?:$|-)","padding",ci("scroll-padding")),te("-?scroll-m([xytrbl])?(?:$|-)","scroll-margin",ci("scroll-margin")),Z("touch-(auto|none|manipulation)","touch-action"),Z("touch-(pinch-zoom|pan-(?:(x|left|right)|(y|up|down)))",({1:e,2:t,3:n})=>({...pa({"--tw-pan-x":"var(--tw-empty,/*!*/ /*!*/)","--tw-pan-y":"var(--tw-empty,/*!*/ /*!*/)","--tw-pinch-zoom":"var(--tw-empty,/*!*/ /*!*/)","--tw-touch-action":"var(--tw-pan-x) var(--tw-pan-y) var(--tw-pinch-zoom)"}),[`--tw-${t?"pan-x":n?"pan-y":e}`]:e,"touch-action":"var(--tw-touch-action)"})),Z("outline-none",{outline:"2px solid transparent","outline-offset":"2px"}),Z("outline",{outlineStyle:"solid"}),Z("outline-(dashed|dotted|double)","outlineStyle"),te("-?(outline-offset)-"),Pt("outline-",{opacityVariable:!1,opacitySection:"opacity"}),te("outline-","outlineWidth"),"(pointer-events)-",te("(will-change)-"),"(will-change)-",["resize(?:-(none|x|y))?","resize",({1:e})=>({x:"horizontal",y:"vertical"})[e]||e||"both"],Z("select-(none|text|all|auto)","userSelect"),Pt("fill-",{section:"fill",opacityVariable:!1,opacitySection:"opacity"}),Pt("stroke-",{section:"stroke",opacityVariable:!1,opacitySection:"opacity"}),te("stroke-","strokeWidth"),Z("sr-only",{position:"absolute",width:"1px",height:"1px",padding:"0",margin:"-1px",overflow:"hidden",whiteSpace:"nowrap",clip:"rect(0,0,0,0)",borderWidth:"0"}),Z("not-sr-only",{position:"static",width:"auto",height:"auto",padding:"0",margin:"0",overflow:"visible",whiteSpace:"normal",clip:"auto"})];function E0(e){return(typeof e=="string"?e:e[1]).replace(/-/g," ").trim()}function a9(e){return(typeof e=="string"?e:e[1]).replace("col","column")}function Ga(e,t="-"){let n=[];for(let r of e)n.push({t:"top",r:"right",b:"bottom",l:"left"}[r]);return n.join(t)}function Qn(e){return e&&""+(e._||e)}function o9({$$:e}){return({r:"flex-","":"flex-",w:"space-",u:"space-",n:"space-"}[e[3]||""]||"")+e}function ci(e,t=""){return({1:n,_:r})=>{let a={x:"lr",y:"tb"}[n]||n+n;return a?{...Fs(e+"-"+Ga(a[0])+t,r),...Fs(e+"-"+Ga(a[1])+t,r)}:Fs(e+t,r)}}function i9(e=""){let t=["blur","brightness","contrast","grayscale","hue-rotate","invert",e&&"opacity","saturate","sepia",!e&&"drop-shadow"].filter(Boolean),n={};for(let r of t)n[`--tw-${e}${r}`]="var(--tw-empty,/*!*/ /*!*/)";return n={...pa(n),[`${e}filter`]:t.map(r=>`var(--tw-${e}${r})`).join(" ")},[`(${e}filter)-(none)`,Z(`${e}filter`,n),...t.map(r=>te(`${r[0]=="h"?"-?":""}(${e}${r})(?:$|-)`,r,({1:a,_:o})=>({[`--tw-${a}`]:Fn(o).map(i=>`${r}(${i})`).join(" "),...n})))]}function Yp({1:e,_:t}){return{["--tw-"+e]:t,...Jp()}}function Jp(){return{...pa({"--tw-translate-x":"0","--tw-translate-y":"0","--tw-rotate":"0","--tw-skew-x":"0","--tw-skew-y":"0","--tw-scale-x":"1","--tw-scale-y":"1","--tw-transform":l9()}),transform:"var(--tw-transform)"}}function l9(e){return[e?"translate3d(var(--tw-translate-x),var(--tw-translate-y),0)":"translateX(var(--tw-translate-x)) translateY(var(--tw-translate-y))","rotate(var(--tw-rotate))","skewX(var(--tw-skew-x))","skewY(var(--tw-skew-y))","scaleX(var(--tw-scale-x))","scaleY(var(--tw-scale-y))"].join(" ")}function s9({1:e,2:t}){return`${e} ${t} / ${e} ${t}`}function u9({1:e}){return`repeat(${e},minmax(0,1fr))`}function pa(e){return{"@layer defaults":{"*,::before,::after":e,"::backdrop":e}}}d();d();var x0=globalThis||(typeof window<"u"?window:self),LD=Object.create,Qp=Object.defineProperty,FD=Object.getOwnPropertyDescriptor,PD=Object.getOwnPropertyNames,MD=Object.getPrototypeOf,BD=Object.prototype.hasOwnProperty,RD=(e,t)=>()=>(t||e((t={exports:{}}).exports,t),t.exports),ID=(e,t)=>{for(var n in t)Qp(e,n,{get:t[n],enumerable:!0})},Xp=(e,t,n,r)=>{if(t&&typeof t=="object"||typeof t=="function")for(let a of PD(t))!BD.call(e,a)&&a!==n&&Qp(e,a,{get:()=>t[a],enumerable:!(r=FD(t,a))||r.enumerable});return e},OD=(e,t,n)=>(Xp(e,t,"default"),n&&Xp(n,t,"default")),d9=(e,t,n)=>(n=e!=null?LD(MD(e)):{},Xp(t||!e||!e.__esModule?Qp(n,"default",{value:e,enumerable:!0}):n,e)),m9=RD((e,t)=>{(function(n,r){typeof define=="function"&&define.amd?define([],r):typeof e<"u"?r():(r(),n.FileSaver={})})(e,function(){"use strict";function n(l,c){return typeof c>"u"?c={autoBom:!1}:typeof c!="object"&&(c={autoBom:!c}),c.autoBom&&/^\s*(?:text\/\S*|application\/xml|\S*\/\S*\+xml)\s*;.*charset\s*=\s*utf-8/i.test(l.type)?new Blob(["\uFEFF",l],{type:l.type}):l}function r(l,c,m){var g=new XMLHttpRequest;g.open("GET",l),g.responseType="blob",g.onload=function(){u(g.response,c,m)},g.onerror=function(){},g.send()}function a(l){var c=new XMLHttpRequest;c.open("HEAD",l,!1);try{c.send()}catch{}return 200<=c.status&&299>=c.status}function o(l){try{l.dispatchEvent(new MouseEvent("click"))}catch{var c=document.createEvent("MouseEvents");c.initMouseEvent("click",!0,!0,window,0,0,0,80,20,!1,!1,!1,!1,0,null),l.dispatchEvent(c)}}var i=typeof window=="object"&&window.window===window?window:typeof self=="object"&&self.self===self?self:typeof x0=="object"&&x0.global===x0?x0:void 0,s=i.navigator&&/Macintosh/.test(navigator.userAgent)&&/AppleWebKit/.test(navigator.userAgent)&&!/Safari/.test(navigator.userAgent),u=i.saveAs||(typeof window!="object"||window!==i?function(){}:"download"in HTMLAnchorElement.prototype&&!s?function(l,c,m){var g=i.URL||i.webkitURL,p=document.createElement("a");c=c||l.name||"download",p.download=c,p.rel="noopener",typeof l=="string"?(p.href=l,p.origin===location.origin?o(p):a(p.href)?r(l,c,m):o(p,p.target="_blank")):(p.href=g.createObjectURL(l),setTimeout(function(){g.revokeObjectURL(p.href)},4e4),setTimeout(function(){o(p)},0))}:"msSaveOrOpenBlob"in navigator?function(l,c,m){if(c=c||l.name||"download",typeof l!="string")navigator.msSaveOrOpenBlob(n(l,m),c);else if(a(l))r(l,c,m);else{var g=document.createElement("a");g.href=l,g.target="_blank",setTimeout(function(){o(g)})}}:function(l,c,m,g){if(g=g||open("","_blank"),g&&(g.document.title=g.document.body.innerText="downloading..."),typeof l=="string")return r(l,c,m);var p=l.type==="application/octet-stream",f=/constructor/i.test(i.HTMLElement)||i.safari,y=/CriOS\/[\d]+/.test(navigator.userAgent);if((y||p&&f||s)&&typeof FileReader<"u"){var b=new FileReader;b.onloadend=function(){var w=b.result;w=y?w:w.replace(/^data:[^;]*;/,"data:attachment/file;"),g?g.location.href=w:location=w,g=null},b.readAsDataURL(l)}else{var h=i.URL||i.webkitURL,C=h.createObjectURL(l);g?g.location=C:location.href=C,g=null,setTimeout(function(){h.revokeObjectURL(C)},4e4)}});i.saveAs=u.saveAs=u,typeof t<"u"&&(t.exports=u)})}),p9={};ID(p9,{default:()=>T0});var ND=d9(m9());OD(p9,d9(m9()));var{default:c9,...jD}=ND,T0=c9!==void 0?c9:jD;d();d();d();d();d();d();var ose=Ce().REDIRECT_URL;d();var Ose=Co([]);function h9(e){let[t,n]=se(null);return De(()=>{pn().then(r=>{n(r),P.debug("current config",r)})},[]),De(()=>{pn().then(r=>{n(r)})},[e]),t}function b9(e){let[t,n]=se(null);return De(()=>{e&&Ht({url:"http://localhost",config:e,state:{cache:!1}}).then(r=>n(r))},[e]),t}function y9(){let[e,t]=se(null);return De(()=>{Qt().then(r=>{t(r)})},[]),[e,r=>{t(r),Zt(r)}]}d();async function VD(e,t,n){try{if(t===null)return"noupdate";let r=await Qt();if(t.updatedAt){let s=new Date().getTime(),u=new Date(t.updatedAt).getTime();if(s-u<1e3)return await Zp(e,t),await Zt(r),"upload"}let a=await x9(e);r.accountLastSyncedAt=Date.now(),P.debug("settings",t),P.debug("local settings.updatedAt",t.updatedAt),P.debug("remote settings.updatedAt",a.updatedAt),P.debug("last synced at",r.accountLastSyncedAt);let o=!1;if(t.updatedAt&&(!a||!a.updatedAt)&&(o=!0),!o&&t.updatedAt>a.updatedAt&&(o=!0),P.debug("isUpload",o),o)return await Zp(e,t),await Zt(r),"upload";let i=!1;return a.updatedAt&&(!t||!t.updatedAt)&&(i=!0),!i&&t.updatedAt{!n||!n.token||r&&r.proAutoSync===!1||KD(n)&&VD(n.token,e,t).then(o=>{P.debug("syncUserSetting result",o)})},[e,n])}function KD(e){return Jt(e)?!0:new Date(e.createTime){Wt.get(qt,null).then(n=>{t(n)})},[t]),e}function x9(e){return(location.href?.indexOf("popup.html")>0?Pa:ce)({responseType:"json",url:zi+"/v1/user/settings",method:"get",headers:{token:e}}).then(n=>n.data)}function Zp(e,t){return(location.href?.indexOf("popup.html")>0?Pa:ce)({responseType:"json",url:zi+"/v1/user/settings",method:"post",headers:{token:e,"content-type":"application/json"},body:JSON.stringify(t)}).then(r=>r.data)}function C0(e){let{onClose:t}=e,[n,r]=se("Original"),[a,o,i,s]=Fr(()=>{setTimeout(()=>{w("updateGlobalContext",!1)()},250)});v0(a,o);let[u,l]=se(null),[c,m]=se(globalThis.location.href),[g,p]=se("auto"),[f,y]=se(null),b=O=>{r(O.detail)};if(De(()=>(document.addEventListener(La,b,!1),an().then(O=>{l(O);let F=Et();p(F);let M=Ke();r(M),f0(O.interval)}),document.addEventListener("urlChange",C),()=>{document.removeEventListener("pageTranslatedStatus",b),document.removeEventListener("urlChange",C)}),[]),De(()=>{an().then(O=>{l(O)})},[a]),De(()=>{c&&u&&eg().then(O=>{y(O)})},[c,u]),!u||!f)return null;return D(Fp,{type:"float_ball_popup",className:e.className,onSwitchTranslationMode:O=>{w("switchTranslationMode",!0,{mode:O})()},request:ce,onClose:k,onToggleEnabled:R,onTranslateTheWholePage:w("translateTheWholePage",!0),openOptionsPage:B,onToggleTranslate:w("toggleTranslatePage",!0),onTranslateTheMainPage:w("translateTheMainPage",!0),onTranslateToThePageEndImmediately:w("translateToThePageEndImmediately",!0),onTranslatePage:w("translatePage",!0),onRestorePage:w("restorePage",!1),onTranslatePdf:()=>{x(Qr(f.rule)||c)},openAboutPage:_,openSharePage:w("shareToDraft",!0),onSetPageLanguage:h,setSettings:o,config:u,pageStatus:n,ctx:f,currentUrl:c,currentLang:g,onSetLocalConfig:bl,onSetBuildinConfig:L2,onAutoEnableSubtitleChanged:w("autoEnableSubtitleChanged",!0),onOpenUrl:v});function h(O){p(O);let F=ay(c,O,u.sourceLanguageUrlPattern);o(M=>({...M,sourceLanguageUrlPattern:F})),On(O)}function C(){m(globalThis.location.href)}function w(O,F,M={}){let N={trigger:"page_popup",...M};return()=>{_n({method:O,data:N}),F&&t()}}function k(){t()}function R(){o(O=>({...O,enabled:!O.enabled})),setTimeout(()=>{k()},50)}function v(O,F){let M=O;F&&(M=`${O}?utm_source=extension&utm_medium=extension&utm_campaign=${F}`),Tl(M,!0),setTimeout(()=>{k()},50)}function x(O){O&&(Ho(!1,O),setTimeout(()=>{k()},50))}function B(O=""){No(!0,O),setTimeout(()=>{t()},50)}function _(){El(),setTimeout(()=>{t()},50)}function E(){N2(),setTimeout(()=>{t()},50)}}d();function S9(){let[e,t]=se("Original");return De(()=>{let n=Ke();t(n);let r=a=>{t(a.detail)};return document.addEventListener(La,r),()=>{document.removeEventListener(La,r)}},[]),{pageStatus:e}}var T9=6,JD={position:"right",top:335};function w9({handleBallClick:e,isShow:t,localConfig:n,handleMobileBallLongPress:r,popupVisible:a}){let o=We(null),i=We(null),[s,u]=se(!1),l=We(null),c=We(!1),m=We(n.floatBallConfig||JD),g=We(0),p=We(0),f=We(0),y=We(!1),b=We(0),h=We(0),C=We(0),w=We(0),k=We(!1),R=$e(v=>{a||(clearTimeout(l.current),v?u(v):l.current=setTimeout(()=>{u(v),y.current=!1},st().any?3e3:0))},[u,l,y,a]);return De(()=>{a||u(!1)},[a]),De(()=>{if(o.current&&m.current){let v=tg(m.current.top);m.current.top=v,o.current.style.top=`${v}px`,o.current.style.display="flex"}},[t,o]),De(()=>{if(!i.current||!o.current)return;let v=M=>{M.preventDefault&&M.preventDefault(),g.current=M.clientX,p.current=M.clientY,b.current=Date.now(),f.current=o.current.offsetTop,c.current=!0,clearTimeout(l.current),R(!0),C.current=M.clientX,w.current=M.clientY,k.current=!1,st().any&&(clearTimeout(h.current),h.current=setTimeout(()=>{v9({startX:g.current,startY:p.current,endX:C.current,endY:w.current})||(k.current=!0,r())},500)),document.addEventListener("mousemove",x),document.addEventListener("touchmove",E),document.addEventListener("mouseup",B),document.addEventListener("touchend",O),document.addEventListener("touchcancel",O)},x=M=>{if(M.preventDefault&&M.preventDefault(),!c.current||!o.current||(C.current=M.clientX,w.current=M.clientY,k.current))return;let N=M.clientY-p.current+f.current,U=tg(N);o.current.style.top=`${U}px`},B=M=>{if(M.preventDefault&&M.preventDefault(),F(),c.current=!1,clearTimeout(l.current),y.current||R(!1),k.current)return;v9({startX:g.current,startY:p.current,endX:M.clientX,endY:M.clientY})||(clearTimeout(h.current),e());let U=tg(M.clientY-30);m.current.top=U;let H=ls();bl({...H,floatBallConfig:m.current})},_=M=>{M.preventDefault&&M.preventDefault(),v(M.changedTouches[0])},E=M=>{M.preventDefault&&M.preventDefault(),x(M.changedTouches[0])},O=M=>{M.preventDefault&&M.preventDefault(),B(M.changedTouches[0])},F=()=>{document.removeEventListener("mousemove",x),document.removeEventListener("touchmove",E),document.removeEventListener("mouseup",B),document.removeEventListener("touchend",O),document.removeEventListener("touchcancel",O)};return i.current.addEventListener("mousedown",v),i.current.addEventListener("touchstart",_),()=>{i.current&&(i.current.removeEventListener("mousedown",v),i.current.removeEventListener("touchstart",_))}},[t,i,o,l,c,n,R,e]),De(()=>{if(st().any)return;let v=B=>{B.target===o.current&&!y.current||(y.current=!0,R(!0),clearTimeout(l.current))},x=B=>{if(c.current){y.current=!1;return}B.target===o.current&&!y.current||R(!1)};return o.current?.addEventListener("mouseover",v),o.current?.addEventListener("mouseout",x),()=>{o.current?.removeEventListener("mouseover",v),o.current?.removeEventListener("mouseout",x)}},[o,c,R,t,y]),{ballRef:i,floatBallConfigRef:m,containerRef:o,active:s,setActive:R}}function v9({startX:e,startY:t,endX:n,endY:r}){let a=Math.abs(n-e),o=Math.abs(r-t);return a>T9||o>T9}function D9(e,t){let n=e?.fixedPosition||"right",r=e?.clickType==="translate",a=Oe(()=>t?"":n=="left"?"translateX(-100%)":"translateX(100%)",[n,t]),o=Oe(()=>t&&r?"":n=="left"?"translateX(-20px)":"translateX(20px)",[n,t,r]),i=Oe(()=>t&&r?"":n=="left"?"translateX(-60px)":"translateX(60px)",[n,t,r]);return{closeTransform:a,logoContainerTransform:o,settingTransform:i}}function A9(){let[e,t]=se(!1);return De(()=>{let n=()=>{document.querySelector("video")&&t(!!document.fullscreenElement)};return document.addEventListener("fullscreenchange",n),()=>{document.removeEventListener("fullscreenchange",n)}},[]),{isFullScreen:e}}var C9="hasShownFloatingBallGuide",XD="2024-01-06";function k9(e){let[t,n]=se(!1);De(()=>{!e.config.enableShowFloatingBallGuide||Et()==e.targetLanguage||(async()=>{let a=await Dt(C9,""),o=await Dt("installedAt","");o&&new Date(o){n(!1)},[]);return{isShowGuide:t,handleCloseGuide:r}}function _9(e,t){let n=We(0),[r,a]=se(!0),[o,i]=se(!1),s=Fr(),[u,l]=s,{t:c}=ve(),m=$e(()=>{e?.config.floatBallTooltipRule&&(st().any?i(n.current>=(e.config.floatBallTooltipRule.h5MainBtnTooltipMaxShowCount||2)):a(n.current>=(e.config.floatBallTooltipRule.mainBtnTooltipImmediateShowCount||5)))},[a,n,e,i]);De(()=>{e&&(n.current=e.config.pcFloatBallMainBtnTooltipShownCount||0,st().any&&(n.current=e.config.h5FloatBallMainBtnTooltipShownCount||0),m())},[e]);let g=$e(()=>{e&&(n.current=n.current+1,m(),l(y=>{let b={...y};return st().any?b.h5FloatBallMainBtnTooltipShownCount=n.current:b.pcFloatBallMainBtnTooltipShownCount=n.current,b}))},[l,m,n,e]),p=Oe(()=>st().any||!r?0:e?.config.floatBallTooltipRule?.mainBtnTooltipDelayTime||2e3,[r,e]),f=Oe(()=>st().any?c("floatBall.longPress"):t!=="Original"?c("floatBall.showOriginal"):e?.targetLanguage?c("floatBall.translateToLanguage",{language:sa(e.targetLanguage,e.targetLanguage,!0)}):c("floatBall.translate"),[t,e]);return{disableTooltipDelay:o,tooltipDelay:p,tooltipText:f,handleShowTooltip:g}}function tg(e){return Math.max(Math.min(e,globalThis.innerHeight-200),10)}d();var Va=`${J}-float-ball`;function L9(e){let t=n=>{n&&n.target&&n.target.id==="immersive-translate-popup-overlay"&&e.onClose()};return e.visible?D("div",{onClick:t,id:"immersive-translate-popup-overlay",class:"immersive-translate-popup-overlay",children:D("div",{class:"immersive-translate-popup-wrapper",style:e.getModalStyle(),children:D(QD,{onConfirm:e.onCloseConfirm,onClose:e.onClose})})}):null}function QD(e){let{t}=ve(),[n,r]=se("UntilNext"),a=jo()+"#floating",o=t("closeQuickTranslation.settingOpen",{1:a}),i=[{title:t("closeQuickTranslation.untilNext"),type:"UntilNext"},{title:t("closeQuickTranslation.currentWebsite"),type:"CurrentWebsite",description:o},{title:t("closeQuickTranslation.alwaysClose"),type:"AlwaysClose",description:o}];return D("div",{class:`${Va}-close-content`,children:[D("div",{class:"flex justify-between",children:[D("div",{class:`${Va}-close-title`,children:t("closeQuickTranslation")}),D("div",{class:"clickable",onClick:e.onClose,children:D(ua,{type:"modal-close"})})]}),D("div",{class:`${Va}-close-radio-content mt-3`,children:i.map(s=>D(ZD,{onClick:()=>{r(s.type)},title:s.title,description:s.description,selected:s.type===n,onLinkClick:u=>{Uo(u)}},s.type))}),D("div",{class:"flex mt-3 flex-end",children:[D("div",{class:`${Va}-default-btn`,onClick:e.onClose,children:t("closeQuickTranslation.cancel")}),D("div",{class:`${Va}-primary-btn ml-2`,onClick:()=>{e.onConfirm&&e.onConfirm(n)},children:t("closeQuickTranslation.confirm")})]})]})}function ZD(e){let{selected:t,title:n,description:r,onLinkClick:a}=e,o=e7(r||"");return D("div",{class:"flex items-center clickable",style:"padding: 8px 0",onClick:e.onClick,children:[D("div",{class:t?`${Va}-radio-sel`:`${Va}-radio-nor`,children:D("div",{})}),D("div",{class:"ml-2 text-sm",children:[D("span",{children:n}),r?D("small",{class:"muted text-sm",children:o.map(i=>i.type==="text"?i.value:D("a",{onClick:()=>i.href&&a&&a(i.href),children:i.value}))}):null]})]})}function e7(e){let t=[],n=/((.*?)<\/a>)|([^<]+)/g,r=Array.from(e.matchAll(n));for(let a of r){let o=a[2],i=a[3],s=a[4];o&&i?t.push({type:"link",href:o,value:i}):s&&t.push({type:"text",value:s})}return t}d();d();function F9(e){return Se.ASSETS_BASE_URL+e}var Ka=`${J}-float-ball`;function P9(e){let{t}=ve(),n=a=>{a&&a.target&&a.target.id==="immersive-translate-popup-overlay"&&e.onClose()},r=Oe(()=>{let a={position:"fixed",top:e.top+60};return e.fixedPosition=="left"&&(a.left=48),e.fixedPosition=="right"&&(a.right=48),a},[e.top,e.fixedPosition]);return e.visible?D("div",{onClick:n,id:"immersive-translate-popup-overlay",class:"immersive-translate-popup-overlay",children:D("div",{class:`${Ka}-guide-container`,style:r,children:[D("img",{class:`${Ka}-guide-bg ${e.fixedPosition}`,src:t7}),D("div",{class:`${Ka}-guide-content ${e.fixedPosition}`,children:[D("img",{class:`${Ka}-guide-img`,src:F9("images/float_ball_intro.png")}),D("div",{class:`${Ka}-guide-message`,children:[t("floatBall.guideClickToTranslate"),st().any?` -${t("floatBall.longPress")}`:""]}),D("div",{class:`${Ka}-primary-btn ${Ka}-guide-button`,onClick:e.onClose,children:t("floatBall.iKnow")})]})]})}):null}var t7="data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzEyIiBoZWlnaHQ9IjM3MiIgdmlld0JveD0iMCAwIDMxMiAzNzIiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSBtZWV0Ij4KPGcgZmlsdGVyPSJ1cmwoI2ZpbHRlcjBfZF8zNjQ4XzEyODAyKSI+CjxwYXRoIGQ9Ik0yMCAzNkMyMCAyNC45NTQzIDI4Ljk1NDMgMTYgNDAgMTZIMjU4LjkxNEMyNjkuOTU5IDE2IDI3OC45MTQgMjQuOTU0MyAyNzguOTE0IDM2VjE3My4wNzVMMjg5LjEyOCAxNzguNzQyQzI5MS43NzggMTgwLjIxMyAyOTEuODk0IDE4My45ODIgMjg5LjMzOSAxODUuNjEyTDI3OC45MTQgMTkyLjI2M1YzMjhDMjc4LjkxNCAzMzkuMDQ2IDI2OS45NTkgMzQ4IDI1OC45MTQgMzQ4SDQwQzI4Ljk1NDMgMzQ4IDIwIDMzOS4wNDYgMjAgMzI4VjM2WiIgZmlsbD0idXJsKCNwYWludDBfbGluZWFyXzM2NDhfMTI4MDIpIi8+CjwvZz4KPGRlZnM+CjxmaWx0ZXIgaWQ9ImZpbHRlcjBfZF8zNjQ4XzEyODAyIiB4PSIwIiB5PSIwIiB3aWR0aD0iMzExLjE4OCIgaGVpZ2h0PSIzNzIiIGZpbHRlclVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgY29sb3ItaW50ZXJwb2xhdGlvbi1maWx0ZXJzPSJzUkdCIj4KPGZlRmxvb2QgZmxvb2Qtb3BhY2l0eT0iMCIgcmVzdWx0PSJCYWNrZ3JvdW5kSW1hZ2VGaXgiLz4KPGZlQ29sb3JNYXRyaXggaW49IlNvdXJjZUFscGhhIiB0eXBlPSJtYXRyaXgiIHZhbHVlcz0iMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMTI3IDAiIHJlc3VsdD0iaGFyZEFscGhhIi8+CjxmZU9mZnNldCBkeT0iNCIvPgo8ZmVHYXVzc2lhbkJsdXIgc3RkRGV2aWF0aW9uPSIxMCIvPgo8ZmVDb21wb3NpdGUgaW4yPSJoYXJkQWxwaGEiIG9wZXJhdG9yPSJvdXQiLz4KPGZlQ29sb3JNYXRyaXggdHlwZT0ibWF0cml4IiB2YWx1ZXM9IjAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAuMSAwIi8+CjxmZUJsZW5kIG1vZGU9Im5vcm1hbCIgaW4yPSJCYWNrZ3JvdW5kSW1hZ2VGaXgiIHJlc3VsdD0iZWZmZWN0MV9kcm9wU2hhZG93XzM2NDhfMTI4MDIiLz4KPGZlQmxlbmQgbW9kZT0ibm9ybWFsIiBpbj0iU291cmNlR3JhcGhpYyIgaW4yPSJlZmZlY3QxX2Ryb3BTaGFkb3dfMzY0OF8xMjgwMiIgcmVzdWx0PSJzaGFwZSIvPgo8L2ZpbHRlcj4KPGxpbmVhckdyYWRpZW50IGlkPSJwYWludDBfbGluZWFyXzM2NDhfMTI4MDIiIHgxPSIxNTcuNSIgeTE9IjE2IiB4Mj0iMTU3LjUiIHkyPSIzNDgiIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIj4KPHN0b3Agc3RvcC1jb2xvcj0iI0ZGOTJCQyIvPgo8c3RvcCBvZmZzZXQ9IjEiIHN0b3AtY29sb3I9IndoaXRlIi8+CjwvbGluZWFyR3JhZGllbnQ+CjwvZGVmcz4KPC9zdmc+Cg==";d();function n7({isVisible:e,onClose:t,children:n}){return D(Nt,{children:[e&&D("div",{className:`immersive-translate-sheet-backdrop ${e?"visible":""}`,onClick:t}),D("div",{className:`immersive-translate-sheet ${e?"visible":""}`,children:D("div",{className:"immersive-translate-sheet-content",children:n})})]})}var M9=n7;var Ms=`${J}-float-ball`;function ng(e){let{t}=ve(),n=Fr(),[r,a,o,i]=n;v0(r,a);let s=h9(r),u=b9(s),{isFullScreen:l}=A9(),[c,m]=se(!1),[g,p]=se(!0),{pageStatus:f}=S9(),y=kd(u,r),b=$e(()=>{if(y?.clickType==="popup")return m(!0);if(y?.clickType==="translate"){let A=xe();if(Oa(u?.rule)){let j=Qr(u.rule);Ho(!0,j||A);return}_n({method:"toggleTranslatePage",data:{trigger:"float_ball"}})}},[y,_n,m]),h=$e(()=>{m(!0)},[m]),C=g&&!!s,{containerRef:w,active:k,ballRef:R,floatBallConfigRef:v,setActive:x}=w9({handleBallClick:b,handleMobileBallLongPress:h,isShow:C,localConfig:e.localConfig,popupVisible:c}),B=y?.fixedPosition||"right",_=B==="right"?"left":"right",{isShowGuide:E,handleCloseGuide:O}=k9(e.ctx),{closeTransform:F,logoContainerTransform:M,settingTransform:N}=D9(y,k||E),{tooltipDelay:U,disableTooltipDelay:H,tooltipText:L,handleShowTooltip:S}=_9(u,f);return C?D("div",{class:`${Ms}-container ${B} notranslate`,style:{zIndex:l?-1:2147483647,pointerEvents:k||E||c?"all":"none"},ref:w,children:[D(r7,{ctx:u,setVisible:p,closeTransform:F,setActive:x,getModalStyle:()=>B9(v.current.top,300,B)}),D(da,{enableMobile:!0,text:L,position:_,delay:U,onShow:S,disable:H,children:D("div",{class:`${Ms}-btn ${B} btn-animate `,ref:R,style:{transform:M,opacity:k||E?1:.5},children:D("div",{children:[D(ua,{type:"logo"}),f!=="Original"?D(ua,{type:"translated"}):null]})})}),D("div",{style:{marginTop:"12px",transform:N},class:`${Ms}-more-buttons btn-animate`,children:[D(da,{text:t("translateFileTooltip"),multiple:!0,width:200,position:_,containerClass:"btn-animate",children:D("div",{class:`${Ms}-more-button`,onClick:()=>{Tl(Ch,!0)},children:D(ua,{type:"file"})})}),D(da,{text:t("floatBall.setting"),position:_,containerClass:"btn-animate",children:D("div",{class:`${Ms}-more-button`,onClick:()=>{x(!0),m(!0)},children:D(ua,{type:"setting"})})})]}),D(a7,{onClose:()=>{x(!1),m(!1)},visible:c,getModalStyle:()=>B9(v.current.top,500,B)}),D(P9,{visible:E,top:v.current.top,fixedPosition:B,onClose:()=>{O(),x(!1)}})]}):null}function r7(e){let{t}=ve(),[n,r]=se(!1),a=Fr(),[o,i,s,u]=a,l=kd(e.ctx,o),c=$e(g=>{e.ctx&&i(p=>W3({...p},g))},[e.ctx,i]),m=$e(g=>{l&&(e.setVisible(!1),g==="AlwaysClose"?c({...l,enable:!1}):g==="CurrentWebsite"&&c({...l,blockUrls:[...l.blockUrls,globalThis.location.hostname]}))},[c,l,e.setVisible]);return D(Nt,{children:[D("div",{title:t("floatBall.close"),class:"btn-animate",style:{transform:e.closeTransform,padding:4},onClick:()=>{e.setActive(!0),r(!0)},children:D(ua,{type:"close"})}),D(L9,{visible:n,onClose:()=>{e.setActive(!1),r(!1)},getModalStyle:e.getModalStyle,onCloseConfirm:m})]})}function a7(e){let t=r=>{r&&r.target&&r.target.id==="immersive-translate-popup-overlay"&&e.onClose()};return window.innerWidth<=385?D(M9,{isVisible:e.visible,onClose:e.onClose,children:D(C0,{onClose:e.onClose,className:"popup-container-sheet"})}):e.visible?D("div",{onClick:t,id:"immersive-translate-popup-overlay",class:"immersive-translate-popup-overlay",children:D("div",{class:"immersive-translate-popup-wrapper",style:e.getModalStyle(),children:D(C0,{onClose:e.onClose})})}):null}function o7(){return{width:Math.max(document.documentElement.clientWidth,window.innerWidth||0),height:Math.max(document.documentElement.clientHeight,window.innerHeight||0)}}var B9=(e,t,n)=>{let a=o7().height,o={position:"fixed"},i=0;return If()&&(e=i7.top),o.top=e-i,o.top+t>=a?(o.bottom=30,delete o.top):o.top<=10&&(o.top=10),n==="left"?o.left=65:o.right=65,o},i7={position:"right",right:0,top:335};function s7(e,t){for(let n of t){if(Ee()&&!bo()&&typeof GM!==void 0&&GM.addElement){GM.addElement(e,"style",{textContent:n});continue}e.appendChild(document.createElement("style")).textContent=n}}async function rg(){let e=Ce(),t=await an(),n=await Dr(),r={url:globalThis.location.href,config:t},a=await Ht(r),o=await _d(a,n),i=ct(a.url,o?.blockUrls),s=await Qt();if(!o?.enable||i)return;let u=document.createElement("div");u.id="immersive-translate-popup",u.setAttribute("style","all: initial"),document.documentElement.appendChild(u);let l=u.attachShadow({mode:"open"}),c=[e.IMMERSIVE_TRANSLATE_PICO_CSS,e.IMMERSIVE_TRANSLATE_COMMON_CSS,e.IMMERSIVE_TRANSLATE_POPUP_CSS,e.IMMERSIVE_TRANSLATE_PAGE_POPUP_CSS].join(` -`);return s7(l,[c]),u7(l,t,s,a)}function u7(e,t,n,r){let a=document.createElement("div");a.id="mount",a.style.display="block",e.appendChild(a),vo(D(jl,{lang:t.interfaceLanguage,fallbackLang:"en",translations:ny,children:D(ng,{localConfig:n,ctx:r})}),a)}var ag=!1;async function R9(e){if(!e){let t=await an(),n={url:globalThis.location.href,config:t};e=await Ht(n)}e.config.debug&&P.setLevel("debug"),e.isTranslateExcludeUrl?P.debug("detect exclude url, do not inject anything."):(ag=!0,rg().catch(t=>{P.debug("init popup error",t)}))}async function I9(){ag||(ag=!0,rg().catch(e=>{P.error("init popup error",e)}))}var O9=!1,H9=[()=>{xn.unbind()}],N9=[...H9],l7=Hn(async()=>{await No()},50),c7=Hn(async()=>{await El()},50),d7=Hn(async()=>{await O2()},50),m7=Hn(async()=>{await I2()},50),z9=Hn(e=>{_n({method:e,data:{trigger:"userscript_menu"}})},50);function p7(e,t){let n=e.document;if(O9)return;O9=!0,Ee()||_2(),n.addEventListener("securitypolicyviolation",S7),document.addEventListener(ge+"DocumentMessageUser",$9),document.addEventListener(ge+"DocumentMessageUpdateUser",G9),document.addEventListener(ge+"ChangeSuccessService",V9.bind(null,t)),document.addEventListener(ge+"ChangeService",K9.bind(null,t)),document.addEventListener(_a,T7.bind(null,t)),n.addEventListener(ge+"EbookLoaded",C7),n.addEventListener(Wf,v7.bind(null,t)),n.addEventListener($f,w7.bind(null,t)),n.addEventListener(yu,a=>{Ue()||bp(a,t)}),n.addEventListener(Gf,Zb),n.addEventListener("click",a=>{h7(a,t)}),Ue()&&e.addEventListener("message",f7,!1),Ee()&&(Ue()||n.addEventListener(Cr,g7)),Ue()||ta.rootIframe(wu).handleAsk("throttleRequest",_1)}function Bs(e,t){D7(),p7(t,e),Ee()&&(Ue()||(yp(e.config),A7(e.config))),Lu()&&vy(e),rt()&&yp(e.config)}function g7(e){I9()}function f7(e){let t=e;t&&t.data&&t.data.payload&&t.data.author===fu&&Zr(t.data.payload,{tab:{id:1,url:"https://www.fake-iframe.com",active:!0}})}function h7(e,t){let n=e.target;if(!n||!n.getAttribute){ga(n);return}let r=n.getAttribute("data-immersive-translate-event");r&&at(r,[{name:r}],{...t,sourceLanguage:"none"});let a=n.getAttribute(`data-${J}-action`);if(a){if(e.preventDefault(),a==="retry"){typeof e.stopPropagation=="function"&&e.stopPropagation(),og({method:"retryFailedParagraphs"}),ga(n,!0);return}else if(a=="toast-error"){let o=n.getAttribute(`data-${J}-tooltip-text`)||"",i="",s="retry";try{let u=JSON.parse(o);i=u.title,o=u.errMsg,s=u.action}catch{}q9(W9.bind(null,t,i,o,s));return}}}async function b7(){let e=await hn(),t=e.enableDefaultAlwaysTranslatedUrls===void 0?!0:e.enableDefaultAlwaysTranslatedUrls;if(e.enableDefaultAlwaysTranslatedUrls=!t,!e.enableDefaultAlwaysTranslatedUrls){let n=e&&e.isChangedAlwaysTranslatedUrls,r=[];e.translationUrlPattern&&e.translationUrlPattern.matches&&(r=e.translationUrlPattern.matches||[]),!n&&r.length>0&&(e.translationUrlPattern={matches:[],excludeMatches:[]})}await fn(e)}async function y7(){let e=await hn(),t=e.enableInputTranslation;e.enableInputTranslation=!t,await fn(e)}var j9=0;function q9(e){let t=Date.now();if(t-j9<2e3||(j9=t,E7()))return;let n=`${J}-modal-root`,r=`${J}-modal`,a=document.getElementById(n),o=`${J}-modal-title`,i=`${J}-modal-body`,s=`${J}-modal-footer`,u;if(a){u=a.shadowRoot.querySelector(`.${r}`);let l=u.querySelector(`.${o}`),c=u.querySelector(`.${s}`),m=u.querySelector(`.${i}`);e(u,l,m,c)}else{a=document.createElement("div"),a.setAttribute("translate","no"),a.className="no-translate immersive-translate-error-modal-shadow-root",a.id=n,a.style.all="initial",a.style.zIndex="2147483647",document.body.appendChild(a);let l=a.attachShadow({mode:"open"}),c=document.createElement("style"),m=Ce();c.textContent=m.IMMERSIVE_TRANSLATE_INPUT_INJECTED_CSS,l.appendChild(c),u=document.createElement("div"),u.className=r+" notranslate",u.id=r;let g=document.createElement("div");g.className=J+"-modal-content notranslate",u.appendChild(g);let p=document.createElement("span");p.textContent="\xD7",p.className=J+"-close",g.appendChild(p);let f=document.createElement("div");f.className=o+" notranslate",g.appendChild(f);let y=document.createElement("div");y.className=i+" notranslate",g.appendChild(y);let b=document.createElement("div");b.className=s,g.appendChild(b),l.appendChild(u),p.onclick=function(){u.style.display="none"},l.addEventListener("click",h=>{h.target==u&&(u.style.display="none")}),e(u,f,y,b)}setTimeout(()=>{x7()},100)}function W9(e,t,n,r="retry",a,o,i,s){let u=At.bind(null,e),l=t||u("errorModalTitle"),c=u("unknownError");o.innerText=l,i.innerHTML=Ge.sanitize(n||c,{ADD_ATTR:["target"]}),s.innerText="";let m="",g=document.createElement("button");if(r=="retry"){m=u("retryAllButton"),g.setAttribute(`data-${J}-action`,"retry");let p=document.createElementNS("http://www.w3.org/2000/svg","svg");p.setAttribute("viewBox","0 0 16 16"),p.setAttribute("width","20"),p.setAttribute("height","20"),p.innerHTML='',g.appendChild(p),g.onclick=()=>{a.style.display="none",og({method:"retryFailedParagraphs"}),ga(g,!0)}}else if(r=="login")m=u("goLogin"),g.onclick=()=>{ga(g,!0),window.open(fh)};else if(r=="upgrade")m=u("upgradeToPro"),g.onclick=()=>{ga(g,!0),window.open(Au)};else if(r=="setting")m=u("goSettings"),g.onclick=()=>{ga(g,!0),window.open(Se.OPTIONS_URL)};else if(r=="changeService")m=u("detectServiceLoading"),g.onclick=()=>{ga(g,!0),window.open(Se.OPTIONS_URL)},sg(e,e.config.translationService,!1).then(p=>{p?(m=u("toggleToService",{service:u("translationServices."+p)}),g.innerHTML=Ge.sanitize(m),g.onclick=()=>{Y9(p),ga(g,!0)}):(m=u("goSettings"),g.innerHTML=Ge.sanitize(m))});else if(r=="none")return;g.className="immersive-translate-btn",g.innerHTML+=Ge.sanitize(m),s.appendChild(g)}function E7(){let e=document.querySelector("#immersive-translate-modal-root");return e&&e.shadowRoot?e.shadowRoot.querySelector(`#${J}-modal`)?.style.display=="block":!1}function x7(){let e=document.querySelector("#immersive-translate-modal-root");if(e&&(e.style.display="block",e.shadowRoot)){let t=e.shadowRoot.querySelector(`#${J}-modal`);t&&(t.style.display="block")}}function ga(e,t=!1){let n=document.querySelector("#immersive-translate-modal-root");if(!n||n.style.display=="none")return;let r=n.shadowRoot.querySelector(`#${J}-modal`);r&&r!==e&&(!t&&r.contains(e)||(r.style.display="none"))}function T7(e,t){let n=t;if(n&&n.detail)try{let r=n.detail;if(!r||!r.type)return;let{title:a,errMsg:o,action:i}=r;q9(W9.bind(null,e,a,o,i))}catch(r){P.warn("parse message error",r)}}async function v7(e,t){let n=t;if(P.debug("receive third party message",n),n&&n.detail){let r=null;try{let a=JSON.parse(n.detail);if(a&&a.type){if(a.type==="retryFailedParagraphs")og({method:"retryFailedParagraphs"});else if(a.type==="updateCommands")xl(a.data);else if(a.type==="toggleEnableDefaultAlwaysTranslatedUrls")b7();else if(a.type==="toggleEnableInputTranslation")y7();else if(a.type==="translatePage")k7(a.data);else if(a.type==="getAsyncTranslationServiceList")r=Zi(e,"translationService");else if(a.type==="getAsyncTargetLanguageList")r=Pl(a.data?.translationService,a.data?.targetLanguage);else if(a.type==="getAsyncTranslationMeta"){let o=e.state.translationService||e.config.translationService;r={targetLanguage:e.state.targetLanguage||e.targetLanguage,translationService:o,translationMode:e.state.translationMode}}else if(a.type=="getAsyncTranslateContent"){let o={...e,translationService:a.data.service};try{r=await _7(a.data,o)}catch(i){U9(a.type,i.uiConfig(o),a.id)}}else a.type==="getAsyncLanguageByText"?r=await yl(a.data):a.type==="sharePage"?bp({detail:a.data},e):a.type==="switchTranslationMode"?ig(a.data):z9(a.type);r&&a.id&&U9(a.type,r,a.id)}}catch(a){P.warn("parse message error",a)}}}function C7(e){setTimeout(()=>{S0()},10)}function S7(e){Se.HAS_CSP_ERROR="1"}function w7(e,t){let n=t.detail;(n.name=="open_pdf_page"||n.name==="open_html_page")&&at(n.name,[{name:n.name}],{...e})}function D7(){N9.forEach(e=>{e()}),N9=H9}function A7(e){if(Ee()&&typeof GM<"u"&&GM&&GM.registerMenuCommand){let t=Pu.commands,a=[...Object.keys(t).filter(o=>o==="toggleTranslatePage").map(o=>{let i=t[o].description,s=i;return i.startsWith("__MSG_")&&i.endsWith("__")&&(s=oi(`browser.${i.slice(6,-2)}`,e.interfaceLanguage)),{id:o,title:s}}),{id:$c,title:oi("browser.openEbookViewer",e.interfaceLanguage),key:"e"},{id:Gc,title:oi("browser.openEbookBuilder",e.interfaceLanguage),key:"m"},{id:qc,title:oi("browser.openOptionsPage",e.interfaceLanguage),key:"o"},{id:Wc,title:oi("browser.openAboutPage",e.interfaceLanguage),key:"a"}];for(let o of a)GM.registerMenuCommand(o.title,()=>{o.id===qc?l7():o.id===Wc?c7():o.id===Gc?d7():o.id===$c?m7():z9(o.id)},o.key)}}function og(e){Zr(e,{tab:{id:1,url:"https://www.fake.com",active:!0}}).catch(n=>{P.error("send content message request failed",e,n)});let t=new CustomEvent(Cr,{detail:e});globalThis.document.dispatchEvent(t)}async function k7(e){let t={};e?.translationMode&&(t.translationMode=e.translationMode),e?.translationService&&(t.translationService=e.translationService),e?.targetLanguage&&(t.targetLanguage=e.targetLanguage),e?.translationStartMode&&(t.translationStartMode=e.translationStartMode);let n=await He(xe(),t);yn(n)}function U9(e,t,n){globalThis.document.dispatchEvent(new CustomEvent(Lt,{detail:JSON.stringify({id:n,type:e,payload:t})}))}async function _7({textList:e,from:t,to:n,service:r},a){if(a.rule.id!=="immersive")return;let o=e.map(s=>({text:s||"",id:0,from:t,to:n,url:a.url,fromByClient:t,force:!0})),i=null;try{let s=await Je({sentences:o},{...a,translationService:r},u=>i=u);if(i)throw i;return s}catch(s){throw s}}d();var Ya={};async function ug(){let t=[...document.querySelectorAll(".source-text")].map(r=>r.textContent).join(""),n=await Pe({text:t,minLength:200,pageLangs:[ht(),"en"]});return On(n),n}async function J9(e){gn("Translating");let t=Et(),n=sl(),r=[...document.querySelectorAll(".source-text")];if(So(e,t))return;let a=r.filter(o=>o.innerText?.trim()).map((o,i)=>{let s=o.parentElement?.parentElement?.querySelector(".target-text");return ut(o,"id",i+""),s&&(wo(s,i)?.remove(),s.appendChild(os(e,i))),{text:o.innerText||"",id:i,from:t,to:e.targetLanguage,url:"https://google.com",fromByClient:n,force:!0}});document.dispatchEvent(new CustomEvent(Lt,{detail:JSON.stringify({type:"totalParagraphsCount",payload:{totalParagraphsCount:a.length}})}));try{await Je({sentences:a},{...e,sourceProgram:"subtitle"},(o,i,s)=>{let u=s.id,l=wo(document.body,u);if(!l)return;let c=l.parentElement;c&&(l.remove(),o?(c.innerHTML=Ge.sanitize(`${o.message}`),Ya[u]={ok:!1,sentence:s}):i&&(c.innerHTML=Ge.sanitize(i.text),Ya[u]={ok:!0,sentence:s}),document.dispatchEvent(new CustomEvent(Lt,{detail:JSON.stringify({type:"paragraphTranslated",payload:{ok:!o}})})))})}catch(o){throw o}finally{gn("Translated")}}async function X9(e){gn("Translating"),document.dispatchEvent(new CustomEvent(Lt,{detail:JSON.stringify({type:"retryFailedParagraphsStart",payload:{}})}));let t=Object.keys(Ya),n=[],r=[];for(let a of t){let o=Ya[a];if(!o.ok){let s=document.querySelector(`#error-id-${a}`);if(s){let u=s.parentElement;s.remove(),u&&(delete Ya[a],u.appendChild(os(e,a)),r.push(o.sentence))}}}try{await Je({sentences:r},e,(a,o,i)=>{let s=i.id,u=wo(document.body,s);if(!u)return;let l=u.parentElement;l&&(u.remove(),a?(l.innerHTML=Ge.sanitize(`${a.message}`),Ya[s]={ok:!1,sentence:i}):o&&(l.innerHTML=Ge.sanitize(o.text),Ya[s]={ok:!0,sentence:i}),document.dispatchEvent(new CustomEvent(Lt,{detail:JSON.stringify({type:"paragraphTranslated",payload:{ok:!a}})})))})}catch(a){throw a}finally{gn("Translated")}}function lg(){gn("Original"),document.querySelectorAll(".target-text").forEach(e=>{e.innerHTML=""})}d();var cg={};async function Q9(){let e=[...document.querySelectorAll("iframe")],t="";for(let r of e){let a=r.contentDocument;if(!a)continue;let o=a.body;if(o&&(t=t+o.innerText||"",t.length>1e3))break}let n=await Pe({text:t,pageLangs:["en"]});return On(n),n}async function Z9(e){gn("Translating"),document.dispatchEvent(new CustomEvent(Lt,{detail:JSON.stringify({type:"retryFailedParagraphsStart",payload:{}})}));let t=Object.keys(cg),n=[];for(let r of t){let a=cg[r];if(a.error){let i=a.commonAncestorContainer.querySelector(`[${xu}='${r}']`);i&&i.remove(),n.push(a)}}try{vs(),await Nl(n,e,e.state.translationMode||e.config.translationMode)}catch{}finally{gn("Translated")}}function e6(){let e=[...document.querySelectorAll("iframe")];for(let t of e){let n=t.contentDocument;if(!n)continue;let r=n.querySelectorAll("."+yt);for(let a of r)a.remove()}gn("Original")}async function t6(e){gn("Translating");let t=es(),n=[...document.querySelectorAll("iframe")],r=[],a=[];for(let s of n){let u=s.contentDocument;if(!u)continue;Yo(u,e);let l=u.body;if(!l)continue;let c=on(e);c.isModifyImage=!1,_r({id:t,container:l,filterRule:c,onParagraph:m=>{r.push(m)}})}let o=ur(e.config.translationServices[e.translationService]),i=1;for(let s of r){let u=Cl(s.flatNodes,{isPreWhitespace:s.isPreWhitespace||!1,delimiters:o,stayOriginalSelectors:e.rule.stayOriginalTags.concat(e.rule.stayOriginalTags).map(c=>c.toLowerCase()).concat(e.rule.stayOriginalSelectors).concat(e.rule.additionalStayOriginalSelectors)});if(!u)continue;s.variables=u?.variables||{},s.text=u?.text,s.id=(i++).toString();let l=await qm(e,s,{excludeLanguages:e?.config?.translationLanguagePattern?.excludeMatches||[],isDetectParagraphLanguage:e.state.isDetectParagraphLanguage,targetLanguage:e.targetLanguage,delimiters:o,noTranslateRegexp:e.rule.noTranslateRegexp,minTextCount:2,minWordCount:1,ignoreZhCNandZhTW:e.rule.ignoreZhCNandZhTW});l&&(a.push(l),cg[l.id]=l)}r=[],document.dispatchEvent(new CustomEvent(Lt,{detail:JSON.stringify({type:"totalParagraphsCount",payload:{totalParagraphsCount:a.length}})}));try{await Nl(a,e,e.state.translationMode||e.config.translationMode)}catch{}finally{gn("Translated")}}d();var Zn=!1,w0,n6=!1,D0=null;function dg(e){let{config:t}=e;if(e.isInputTranslationExcludeUrl){P.debug("exclude url for input");return}if(D0===!1){P.debug("disable for this time");return}let n={...t.inputLanguageCodeAlias};An.forEach(c=>n[c]=[c,...n[c]||[]]);let r=t.inputStartingTriggerKeyAlias[t.inputStartingTriggerKey]||[];r.includes(t.inputStartingTriggerKey)||r.unshift(t.inputStartingTriggerKey),n[t.inputTargetLanguage]=[...r,...n[t.inputTargetLanguage]];let a=t.inputTrailingTriggerKeyTimeout;st().any&&(a=t.inputTrailingMobileTriggerKeyTimeout);let o={triggerTimes:t.inputTrailingTriggerKeyRepeatTimes,triggerKey:t.inputTrailingTriggerKey,triggerTimeout:a,codePrefix:t.inputStartingTriggerKey,codeAlias:n,flatAlias:Object.values(n).flat(),codePrefixAlias:t.inputStartingTriggerKeyAlias},i=0,s=Date.now();w0&&self.removeEventListener("keydown",w0),w0=u,self.addEventListener("keydown",w0);function u(c){if(Zn||D0===!1)return;let m=c,g=m.target||m.srcElement,p=g?.tagName;(g?.isContentEditable||p=="INPUT"||p=="SELECT"||p=="TEXTAREA")&&(q7(c,o.triggerKey,o.codePrefixAlias)?l(c):i=0)}async function l(c){Date.now()-s=o.triggerTimes&&P7()&&(i=0,F7(c,e,o))}W7(e)}function a6({codePrefix:e,flatAlias:t,codePrefixAlias:n}){let r=[],a=n[e]||[];a.includes(e)||a.unshift(e);for(let o of a){let i=t.map(s=>{let u=o+s;return a.includes(s)||(u+=" "),u});r.push(...i)}return new RegExp(r.join("|"))}function A0(e,t){for(let[n,r]of Object.entries(t))if(r.includes(e))return n;return""}var di;function o6(e){let t=e.parentElement;if(!t)return;di=document.createElement("div"),di.className=J+"-input",di.innerHTML=`
`,t.appendChild(di);let n=t,r=!1;do{let a=getComputedStyle(n).position;if(["fixed","absolute","relative"].includes(a)){r=!0;break}n=n.parentElement}while(n);if(n=t,!r)do{if(getComputedStyle(n).position==="static"){n.style.position="relative";break}n=n?.parentElement||null}while(n)}function i6(){di&&di.remove()}async function L7(e){if(!Zn)try{let f=function(){c=e.config.inputTargetLanguage;let b=l.split(" ")[0];b&&b[0]&&(b=b[0].toLowerCase()+b.slice(1)),b.trim()&&o.flatAlias.includes(b)?(c=A0(b,o.codeAlias),u=l.slice(b.length+1)):u=l},y=function(){c="";let b=a6(o),h=l.split(b);if(h.length<2)return;if(u=h[h.length-1],s=h[0],h.length>2){let w=l.lastIndexOf(u),k=l.slice(0,w).lastIndexOf(h[h.length-2]);s=l.slice(0,k+h[h.length-2].length)}if(s.endsWith(o.codePrefix))return;if(s.endsWith(":")&&o.codePrefix=="/"){s="",u="";return}let C=l.slice(s.length+1,l.indexOf(u)).trim();if(c=A0(C,o.codeAlias),!c){P.warn("not found alias",C);return}},{config:t}=e,n={...t.inputLanguageCodeAlias};An.forEach(b=>n[b]=[b,...n[b]||[]]);let r=t.inputStartingTriggerKeyAlias[t.inputStartingTriggerKey]||[];r.includes(t.inputStartingTriggerKey)||r.unshift(t.inputStartingTriggerKey),n[t.inputTargetLanguage]=[...r,...n[t.inputTargetLanguage]];let a=t.inputTrailingTriggerKeyTimeout;st().any&&(a=t.inputTrailingMobileTriggerKeyTimeout);let o={triggerTimes:t.inputTrailingTriggerKeyRepeatTimes,triggerKey:t.inputTrailingTriggerKey,triggerTimeout:a,codePrefix:t.inputStartingTriggerKey,codeAlias:n,flatAlias:Object.values(n).flat(),codePrefixAlias:t.inputStartingTriggerKeyAlias},i=document.activeElement;if(!i||i.tagName==="BODY")return;Zn=!0;let s="",u="",l=fa(i)||"",c=e.config.inputTargetLanguage;e.config.inputStartingTriggerKey==="none"?f():(y(),!c&&e.config.enableInputTranslationWithoutTriggerKey&&f());let m=s6(u,o),g=await Pe({text:m,pageLangs:["en"]});P.debug("translateContent",m,g);let p={text:m||"",id:0,from:g,to:c,url:"https://google.com",fromByClient:g,force:!0};if(!p.text||p.text.length>5e3)return;o6(i),Ze(Eu,Date.now());try{let b=await ra(p,{...e,translationService:e.inputTranslationService});l6(e),u6(e,i,s+b.text)}catch(b){if(b instanceof K){let h=b.uiConfig(e);h.action=="retry"&&(h.action="none"),document.dispatchEvent(new CustomEvent(_a,{detail:h}))}}finally{Zn=!1}}catch(t){throw Zn=!1,t}finally{Zn=!1,i6()}}async function F7(e,t,n){if(!Zn)try{let m=function(){s=t.config.inputTargetLanguage;let p=i.split(" ")[0];p&&p[0]&&(p=p[0].toLowerCase()+p.slice(1)),p.trim()&&n.flatAlias.includes(p)?(s=A0(p,n.codeAlias),o=i.slice(p.length+1)):o=i},g=function(){s="";let p=a6(n),f=i.split(p);if(f.length<2)return;if(o=f[f.length-1],a=f[0],f.length>2){let b=i.lastIndexOf(o),h=i.slice(0,b).lastIndexOf(f[f.length-2]);a=i.slice(0,h+f[f.length-2].length)}if(a.endsWith(n.codePrefix))return;if(a.endsWith(":")&&n.codePrefix=="/"){a="",o="";return}let y=i.slice(a.length+1,i.indexOf(o)).trim();if(s=A0(y,n.codeAlias),!s){P.warn("not found alias",y);return}},r=document.activeElement;Zn=!0;let a="",o="",i=fa(r)||"",s=t.config.inputTargetLanguage;n.codePrefix==="none"?m():(g(),!s&&t.config.enableInputTranslationWithoutTriggerKey&&m());let u=s6(o,n),l=await Pe({text:u,pageLangs:["en"]});P.debug("translateContent",u,l);let c={text:u||"",id:0,from:l,to:s,url:"https://google.com",fromByClient:l,force:!0};if(!c.text)return;if(t.config.isShowInputTranslationConsent&&!n6){n6=!0;let p=await $7(t);if(e.target&&e.target.focus(),p==="open_settings"){No(!0,"#input");return}else if(p==="open_learn_more"){Uo("https://immersivetranslate.com/docs/input/");return}else if(p==="disable_once"||p==="disable_forever"){if(D0=!1,p==="disable_forever"){let f=await hn();f.enableInputTranslation=!1,f.isShowInputTranslationConsent=!1,await fn(f)}else if(p==="disable_once"){let f=await hn();f.isShowInputTranslationConsent=!1,await fn(f)}return}else if(p==="close_disable_once"||p==="close_disable_forever"){if(D0=!1,p==="close_disable_forever"){let f=await hn();f.enableInputTranslation=!1,f.isShowInputTranslationConsent=!1,await fn(f)}return}else if(p==="enable"){let f=await hn();f.enableInputTranslation=!0,f.isShowInputTranslationConsent=!1,await fn(f)}else if(p==="close_enable"){let f=await hn();f.enableInputTranslation=!0,await fn(f)}}o6(r),Ze(Eu,Date.now());try{let p=await ra(c,{...t,translationService:t.inputTranslationService});l6(t),u6(t,r,a+p.text)}catch(p){if(p instanceof K){let f=p.uiConfig(t);f.action=="retry"&&(f.action="none"),document.dispatchEvent(new CustomEvent(_a,{detail:f}))}}finally{Zn=!1}}catch(r){throw Zn=!1,r}finally{Zn=!1,i6()}}function P7(){let e=document.activeElement;if(!e)return!1;if(k0(e)){let t=e.selectionStart||0,n=e.value.length,a=e.value.split(` -`).reverse()[0].trim(),o=n<=t;return P.debug("cursorPosition",t,"textLength",n),P.debug("input isTail",o,"tailHasText",a),o&&!!a}else{let t=window.getSelection();if(!t)return P.debug("No active selection found."),!1;if(t.rangeCount>0){let n=t.getRangeAt(0),r=n.startContainer;if(r.nodeType===Node.TEXT_NODE){let a=M7(r,e);P.debug("Current text node:",r.textContent),P.debug("Cursor position within text node:",n.startOffset);let o=r.textContent?.length===n.startOffset&&a,i=e.innerText?.split(` -`).reverse(),s=rt()?i[0]||i[1]:i[0];return P.debug("editdiv isTail",o,"tailHasText",s),o&&!!s}else P.debug("Cursor is not within a text node.")}}return!1}function M7(e,t){let n;function r(a){if(a.nodeType===Node.TEXT_NODE)n=a;else for(let o of a.childNodes)r(o)}return r(t),n==e}function s6(e,t){let{triggerTimes:n,triggerKey:r}=t,a=0,o=" ";r.length==1?(a=n,o=r):r.toLowerCase()=="space"&&(a=n);let i=e.length;for(let s=e.length-1;s>=e.length-a;s--){if([10,8629].includes(e[s].charCodeAt(0))){i--;continue}if(![...t.codePrefixAlias[r]||[],o].includes(e[s]))break;i--}return e.length-i<3&&[".","\u3002"].includes(e[i-1])&&i--,e.slice(0,i)}function B7(e,t){let n=t.innerHTML,r=fa(t);return{html:n.replace(r,e),text:e}}function r6(e,t,n=!1){let r=fa(t);return n?r.trim().endsWith(e.text.trim()):r?.trim()?.indexOf(e?.text?.trim())>=0}function fa(e){return e.value||e.innerText||e.textContent}async function ha(e){await new Promise((t,n)=>{setTimeout(()=>{t("")},e)})}async function R7(e,t,n){await ha(10);let r=new DataTransfer;e.forEach(a=>{a==="plain"&&r.setData("text/plain",t.text)}),n.dispatchEvent(new ClipboardEvent("paste",{clipboardData:r,bubbles:!0,cancelable:!0})),r.clearData(),await ha(10)}async function I7(e,t){let n=document.createEvent("TextEvent");n.initTextEvent&&(n.initTextEvent("textInput",!0,!0,window,e.text),t.dispatchEvent(n),await ha(10))}async function O7(e,t){t.value&&t.select(),document.execCommand("insertText",!1,e.text.replace(/\n/g,"\r")),await ha(20),(t.value||t.value==="")&&(t.value=e.text)}async function N7(e,t){k0(t)&&(t.value=e.text,t.dispatchEvent(new Event("input",{bubbles:!0})),await ha(20))}var j7=[R7.bind(null,["plain"])];function U7(e){let t;k0(e)?t=new InputEvent("beforeinput",{bubbles:!0,cancelable:!0,inputType:"deleteContent"}):t=new KeyboardEvent("keydown",{bubbles:!0,cancelable:!0,keyCode:8,which:8,location:0,key:"Backspace"}),e.dispatchEvent(t)}function k0(e){return e.tagName==="INPUT"||e.tagName==="TEXTAREA"}function H7(e){if(k0(e))return;e.focus();let t=window.getSelection();if(!t)return;let n=document.createRange();n.selectNodeContents(e),t.removeAllRanges(),t.addRange(n)}async function u6(e,t,n){await H7(t),await ha(50);let r=e.rule.inputConfig,a=B7(n,t);try{r?.clearContentEnable&&U7(t),await ha(50),r?.execCommandDeleteEnable&&!bo()&&fa(t)?.trim()!=""&&(document.execCommand("delete"),await ha(50)),P.debug("clearContent",fa(t))}catch(o){P.error(o)}for(let o of[...j7,O7,N7,I7]){await o(a,t);let i=z7();if(!i)return;if(P.debug("setContent",o.name,r6(a,i),fa(i),a),r6(a,i))break}}function z7(){return document.activeElement}function l6(e){at("translate_input",[{name:"translate_input",params:{input_trailing_trigger_key:e.config.inputTrailingTriggerKey,input_starting_trigger_key:e.config.inputStartingTriggerKey,input_target_language:e.config.inputTargetLanguage}}],e)}function q7(e,t,n){let r="";e&&e.code&&(r=e.code.toLowerCase());let a="";e&&e.key&&(a=e.key.toLowerCase());let o=e.keyCode,i=n[t]||[];return o===229&&t!=="space"?!1:!!(i.includes(r)||i.includes(a)||r===t||a===t)}async function W7(e){if(e.config.interfaceLanguage!=="zh-CN"||e.config.targetLanguage!=="zh-CN")return;let t="inputTutorialsShowedAt";if(await Dt(t,"")||Number(await Dt(Eu,0))>0)return;let a=e.rule.inputConfig,o=a.tutorialsSelectors,i=a.tutorialsText;if((o?.length||0)>0&&i)for(let s=0;s{G7()},100),new Promise(m=>{let g=m;if(i){let _=i.shadowRoot;if(!_)return;s=_.querySelector(`.${n}`);let E=s.querySelector(`.${r}`),O=s.querySelector(`.${o}`),F=s.querySelector(`.${a}`)}else{let _=document.createElement("div");_.setAttribute("translate","no"),_.className="no-translate immersive-translate-error-modal-input-shadow-root",_.id=t,_.style.all="initial",_.style.zIndex="2147483647",document.body.appendChild(_);let E=_.attachShadow({mode:"open"}),O=document.createElement("style"),F=Ce();O.textContent=F.IMMERSIVE_TRANSLATE_INPUT_INJECTED_CSS,E.appendChild(O),s=document.createElement("div"),s.className=n+" notranslate",s.id=n;let M=document.createElement("div");M.className=J+"-modal-content notranslate "+J+"-modal-content-in-input",s.appendChild(M);let N=document.createElement("span");N.textContent="\xD7",N.className=J+"-close",M.appendChild(N),u=document.createElement("div"),u.className=r+" notranslate",M.appendChild(u),c=document.createElement("div"),c.className=a+" notranslate",M.appendChild(c),l=document.createElement("div"),l.className=o,M.appendChild(l),E.appendChild(s),N.onclick=function(){R(),m("close")},E.addEventListener("click",U=>{U.target==s&&(s.style.display="none",m("close"))})}document.addEventListener("keydown",B);let p=At.bind(null,e);u.innerHTML=`
${ql} ${p("modalEnableInputTranslationTitle")}
`,c.innerHTML="";let f=document.createElement("p");f.innerHTML=p("modalEnableInputTranslationDesc",{1:"https://immersivetranslate.com/docs/input/"}),f.style.cssText="margin-bottom:12px",c.appendChild(f);let y=document.createElement("div");y.style.cssText="margin-bottom: 12px;",y.innerHTML=Ge.sanitize(p("disableInputTranslationTips",{option:`${p("option")}`,learnMore:`${p("learnMore")}`})),c.appendChild(y);let b=[{id:"enable-search-enhancement",value:"enable",text:p("continueEnalbeInputTranslation")},{id:"disable-once",value:"once",text:p("disableOnce")},{id:"disable-global",value:"global",text:p("disableGlobal")}];for(let _=0;_0&&await aA(e.rule.waitForSelectors,e.rule.waitForSelectorsTimeout),e.rule.isInjectOptionsUrl){let s=jo(),u=document.createElement("meta");u.name="immersive-translate-options-url",u.content=s;try{document.head&&document.head.appendChild&&document.head.appendChild(u)}catch(l){P.warn("inject options url failed",l)}}if(e.rule.globalMeta&&Object.keys(e.rule.globalMeta).forEach(u=>{let l=document.createElement("meta");l.name=u,l.content=e.rule.globalMeta[u],document.head.appendChild(l)}),e.rule.initialGlobalAttributes&&X1(document.body,e.rule.initialGlobalAttributes),e.rule.pageType=="pdfReader"){yn(e);return}if(e.config.arxivRule&&e.config.arxivRule.matches&&ct(e.url,e.config.arxivRule.matches)){let u=document.querySelector(e.config.arxivRule.injectContainerSelector);if(u){let l=document.querySelector(e.config.arxivRule.officialHtmlSelector),c="";if(l&&l.getAttribute&&l.getAttribute("href")){let b=l.getAttribute("href");try{let h=new URL(b);h.searchParams.set("_immersive_translate_auto_translate","1"),c=h.toString()}catch{}}let p=new URL(e.url).pathname.split("/").pop(),f=!1,y=!0;if(p)try{let h=p.split(".")[0],C=h.slice(0,2),w=h.slice(2,4),k=new Date(`20${C}-${w}-27`),R=new Date(e.config.arxivRule.validBefore);k${At(e,"viewWithImmersiveTranslate")}`,u.appendChild(b)}else{let b="";if(c&&(b=c),b){let h=document.createElement("li");h.innerHTML=`${At(e,"viewWithImmersiveTranslate")}`,u.appendChild(h)}}}}if(e.rule.isOnBoardingPage){document.dispatchEvent(new CustomEvent(Lt,{detail:JSON.stringify({type:"currentConfig",payload:{enableDefaultAlwaysTranslatedUrls:!!e.config.enableDefaultAlwaysTranslatedUrls}})}));let s=document.querySelector("#immersiveTranslateEnableDefaultAlwaysTranslatedUrlsValue");s&&(s.value="helloworld",s.value=String(!!e.config.enableDefaultAlwaysTranslatedUrls),s.dispatchEvent(new Event("change")))}d6||(d6=!0,Ue()&&e.rule.useIframePostMessage&&await K2());let n=e.sourceLanguage;n==="auto"?n=await m6():On(n);let r=G3(e,n);if(r&&(e=await He(xe(),{translationMode:r})),e.rule.isInjectMeta)try{let s=await Xu(n),u=document.createElement("meta");u.name="immersive-translate-meta",u.content=fi(JSON.stringify(s)),document.head&&document.head.appendChild&&document.head.appendChild(u)}catch(s){P.warn("inject meta failed",s)}let a=new URL(e.url),i=a.searchParams.get("_immersive_translate_auto_translate")==="1"||a.searchParams.get("_immersive_translate_auto_translate")==="true"||e.state.isAutoTranslate||e.isTranslateUrl||e.rule.pageType=="pdfReader";if(!i&&!e.isTranslateExcludeUrl&&(P.debug(`detect page language: ${e.url} ${n}`),Wr(n,e.targetLanguage,{ignoreZhCNandZhTW:e.rule.ignoreZhCNandZhTW})||n==="auto"||J2(n,e.config.translationLanguagePattern)&&(i=!0,P.debug(`match language pattern ${n}, auto translate`))),e.rule.pageType=="ebookBuilder"&&(i=!1),e.rule.pageType!=="pdfReader"&&$i(t)&&ui(e,window),i)fe.state.isAutoTranslate=!0,yn(fe);else if(P.debug("do not auto translate",e),e.rule.initTranslationServiceAsSoonAsPossible&&e.translationService==="deepl"){if(Wr(n,e.targetLanguage,{ignoreZhCNandZhTW:e.rule.ignoreZhCNandZhTW})||n==="auto")return;e.config&&e.config.translationServices&&e.config.translationServices.deepl&&e.config.translationServices.deepl.authKey&&typeof e.config.translationServices.deepl.authKey=="string"&&e.config.translationServices.deepl.authKey.startsWith("immersive_")&&(_0[e.translationService]||(_0[e.translationService]=!0,Ue()||Lm(e).catch(s=>{P.warn("init translation engine error",s)})))}}async function kp(e){if(Ke()==="Original"){let t={};mi&&(t.translationTheme=mi),fe&&(t={...fe.state,...t});let n=await He(xe(),t);if(e?.trigger=="right_menu"&&Oa(n?.rule)){let r=Qr(n.rule);Ho(!0,r||xe());return}await yn(fe,e)}else(Ke()==="Translated"||Ke()==="Error")&&Ja()}async function K7(){if(fe=await He(xe(),{}),fe.rule.pageType=="ebookBuilder")return Z9(fe);if(fe.rule.pageType=="subtitleBuilder")return X9(fe);Qb()}async function _p(e){if(Ke()==="Original"){fe=await He(xe(),{}),mi||(mi=fe.state.translationTheme);let t="mask";fe.state.translationTheme==="opacity"&&(t="opacity"),fe=await He(xe(),{translationTheme:t}),await yn(fe,e)}else if(Ke()==="Translated"){let t="mask";fe?.state?.translationTheme==="opacity"&&(t="opacity");let n=H3().filter(o=>o.contentDocument?.body).map(o=>o.contentDocument.body),r=[fe.mainFrame,...n],a=fe?.state.translationTheme;for(let o of r){let i=Lo(o,po,!0);a==="mask"||a==="opacity"?i!=="none"?ut(o,po,"none",!0):ut(o,po,t,!0):i!=="mask"&&i!=="opacity"?ut(o,po,t,!0):ut(o,po,"none",!0)}}}async function m6(){let e=await He(xe(),{});return e.rule.pageType=="subtitleBuilder"?ug():Xb(e)}function Y7(e){Ke()==="Original"?c6(e):Wa()}function J7(e){Ke()==="Original"?J9(e):lg()}function X7(e){Ke()==="Original"?ai(e):Wa()}async function Ja(){zo(""),document.dispatchEvent(new CustomEvent(Lt,{detail:JSON.stringify({type:"restorePage",payload:{}})}));let e=await He(xe(),{});if(e.rule.pageType=="subtitleBuilder"){lg();return}else e.rule.pageType=="ebookBuilder"&&e6();Wa()}async function yn(e,t){e.config?.sentryConfig?.contentInitTime=="translate_page"&&(e.config?.sentryConfig,void 0);let n=Ke(),r={pageStatus:n,translateService:e.state.translationService||e.translationService,translationMode:e.state.translationMode};n!=="Original"&&await Ja(),document.dispatchEvent(new CustomEvent(Lt,{detail:JSON.stringify({type:"translateStart",payload:{}})})),document.dispatchEvent(new CustomEvent(Lt,{detail:JSON.stringify({type:"targetLanguage",payload:{targetLanguage:e.targetLanguage}})})),_0[e.translationService]||(_0[e.translationService]=!0,Ue()||Lm(e).catch(o=>{P.warn("init translation engine error",o)}));let a={};if(t&&t.trigger&&(a.trigger=t.trigger),at("translage_page_daily",[{name:"translage_page_daily",params:a}],e),at("translate_page",[{name:"translate_page",params:a}],{...e,sourceLanguage:Et()}),e.rule.pageType=="subtitleBuilder"){J7(e),zo("yes");return}if(e.rule.pageType=="ebookBuilder"){t6(e),zo("yes");return}if(e.rule.pageType==="pdfReader"){Y7(e),zo("yes");return}X7(e),zo("yes")}async function Q7(e,t){let n=fe?.translationService;if(Ke()==="Original"||n!=e){fe=await He(xe(),{translationService:e});let r=At(fe,"temprarilyChangeTranslationTo_"+e);ll({text:r}),await yn(fe,t)}else{Ja();let r=await an(),a={url:xe(),config:r,state:{}},o=await Ht(a);fe=await He(xe(),{translationService:o.translationService})}}async function Z7(e){Ke()==="Original"?await pg(e):(Ke()==="Translated"||Ke()==="Error")&&(fe=await He(xe(),{}),fe.state.translationArea!=="main"?await pg(e):Ja())}async function pg(e){fe=await He(xe(),{translationArea:"main"}),await yn(fe,e)}async function p6(e){fe=await He(xe(),{translationArea:"body"}),await yn(fe,e)}async function Lp(e){let t=await He(xe(),{}),n=t.state.translationMode=="dual"?"translation":"dual";if(t=await He(xe(),{translationMode:n}),Ke()==="Original"){yn(t,e);return}window.immersiveTranslateSwitchTranslateState&&window.immersiveTranslateSwitchTranslateState(n)}async function ig(e){if(fe=await He(xe(),{translationMode:e}),at("switch_translation_mode",[{name:"switch_translation_mode",params:{mode:e}}],{...fe,sourceLanguage:"unknown"}),Ke()==="Original"){yn(fe);return}window.immersiveTranslateSwitchTranslateState&&window.immersiveTranslateSwitchTranslateState(e)}async function eA(e){if(Ke()==="Original")await p6(e);else if(Ke()==="Translated"||Ke()==="Error"){let t={};fe&&fe.state&&(t=fe.state),fe=await He(xe(),t),fe.state.translationArea!=="body"?(fe.state.translationArea="body",fe=await He(xe(),fe.state),await yn(fe,e)):Ja()}}async function g6(e){fe=await He(xe(),{translationStartMode:"immediate"}),await yn(fe,e)}async function tA(e){Ke()==="Original"?await g6(e):(Ke()==="Translated"||Ke()==="Error")&&Ja()}async function f6(){let e=await He(xe(),{});if(!ct(e.url,e.config.inputStyleBlockUrls)){let n=Ce().IMMERSIVE_TRANSLATE_INPUT_INJECTED_CSS;Cn(document,n,"immersive-translate-input-injected-css")}e.rule.pageType&&e.rule.pageType!=="html"||e.config.enableInputTranslation&&dg(e)}function nA(){return fe}async function He(e,t){let n=Object.keys(t);if(fe){let r={url:e,config:fe.config,state:{...fe.state,...t}};fe=await Ht(r)}else{let r=await an(),a=t;n.length===0&&(a=void 0),fe=await Ht({url:e,config:r,state:a})}return fe.state&&fe.state.translationService&&(fe.translationService=fe.state.translationService),fe.state&&fe.state.targetLanguage&&(fe.targetLanguage=fe.state.targetLanguage),fe}async function rA(){let e=await hn()||{},t=e.generalRule||{},n=t["subtitleRule.add"]||{},r=!n.preTranslation;await fn({...e,generalRule:{...t,"subtitleRule.add":{...n,preTranslation:r}}}),r?ll({text:At(fe,"videoSubtitlePreTranslationOn")}):ll({text:At(fe,"videoSubtitlePreTranslationOff")}),setTimeout(()=>{window.location.reload()},1e3)}async function eg(){let e=await an(),t=await ls(),n;fe&&fe.state&&(n=fe.state);let r={url:xe(),config:e,state:n},a=await Ht(r);a.state&&a.state.translationService&&(a.translationService=a.state.translationService),fe=a,gp(fe);let o=_s(),i=[];return o?i=o.allInlineWindows||[window]:i=[window],i.forEach(s=>{Bs(a,s),$i(t)&&ui(a,s),dg(a)}),a}function aA(e,t=3e3){return new Promise((n,r)=>{let a=t?setTimeout(()=>{n(new Error("timeout"))},t):void 0,o=setInterval(()=>{e.every(s=>document.querySelector(s)!==null)&&(clearInterval(o),a&&clearTimeout(a),n(null))},50)})}async function $9(e){let t=e.detail,n=hn();await E9(t.token,n,fn),Wt.set(qt,t);let r=await Wt.get(Xc,!1);Wt.set(Xc,!1),document.dispatchEvent(new CustomEvent("immersiveTranslateDocumentMessageUserResult",{detail:r?"close":"success"})),mg()}function G9(e){P.debug("update user info",e);let t=e.detail;Wt.set(qt,t),mg()}async function V9(e){let t=await hn();if(t.translationService)return;let n=e.config.translationService,r=await sg(e,n);if(e.translationService!==r){if(!r){Yi([{name:"no_avaliable_translation_service"}]);return}t.translationService=r,fn(t),e.translationService=r,Yi([{name:"change_default_translation_service",params:{translation_service:r}}])}}async function K9(e,t){let n=t.detail;if(e.rule.id!="immersive")return;let r=n.translateService;if(!r)return;let a=n.provider,o=await hn();o.translationService=r,a&&o?.translationServices?.[r]?.provider&&(o.translationServices[r].provider=a),o.translationServiceChangedbyUserAt=new Date().toISOString(),fn(o)}async function sg(e,t,n=!0){let r=e.rule.detectionServiceOrder||["google","bing","transmart","yandex"];return r.sort((a,o)=>a===t?n?-1:1:o===t?n?1:-1:0),await G1(r,e)}async function Y9(e){let t=await hn();t.translationService=e,await fn(t);let n=await He(xe(),{});n.translationService=e,await yn(n)}D2({detectCurrentPageLanguage:m6,ensureSwitchTranslationMode:Lp,restorePage:Ja,retryFailedParagraphs:K7,switchTranslationMode:ig,toggleTranslatePage:kp,toggleTranslateTheMainPage:Z7,toggleTranslateTheWholePage:eA,toggleTranslationMask:_p,toggleVideoSubtitlePreTranslation:rA,translatePage:yn,translatePageWithTranslationService:Q7,translateTheMainPage:pg,translateTheWholePage:p6,translateToThePageEndImmediately:g6,toggleTranslateToThePageEndImmediately:tA,updateGlobalContext:eg,getPureGlobalContext:nA});async function h6(e){if(!e){let n=await an();e=await Ht({config:n,url:xe()})}if(e.config.debug?P.setLevel("debug"):P.setLevel("info"),!e.isTranslateExcludeUrl){if(e.rule.pageType=="ebookReader"||e.rule.pageType=="ebookBuilder"){if(e.rule.isInjectMeta){try{let n=await Xu("auto"),r=document.createElement("meta");r.name="immersive-translate-meta",r.content=fi(JSON.stringify(n)),document.head&&document.head.appendChild&&document.head.appendChild(r)}catch(n){P.warn("inject meta failed",n)}if(e.rule.isInjectOptionsUrl){let n=jo(),r=document.createElement("meta");r.name="immersive-translate-options-url",r.content=n;try{document.head&&document.head.appendChild&&document.head.appendChild(r)}catch(a){P.warn("inject options url failed",a)}}if(e.rule.isInjectVersion){let n=Xt(),r=document.createElement("meta");r.name="immersive-translate-version",r.content=n;try{document.head&&document.head.appendChild&&document.head.appendChild(r)}catch(a){P.warn("inject version failed",a)}}}}else await S0();Ue()||await R9().catch(n=>{P.error(`init popup page error: ${n}`)}),Ue()||Ry()}await f6()}d();var Rs={capture:!0,once:!0,passive:!0},E6=()=>document.readyState==="interactive"||document.readyState==="complete",oA=e=>document.readyState===e,Is=(e,t)=>oA(e)||E6()?(t(e),!0):!1,iA=()=>new Promise(e=>{Is("loading",e)||document.addEventListener("readystatechange",()=>{document.readyState==="loading"&&e("loading")},Rs)}),sA=()=>new Promise(e=>{Is("interactive",e)||document.addEventListener("readystatechange",()=>{document.readyState==="interactive"&&e("interactive")},Rs)}),uA=()=>new Promise(e=>{Is("complete",e)||document.addEventListener("readystatechange",()=>{document.readyState==="complete"&&e("complete")},Rs)}),b6=()=>new Promise(e=>{Is("domready",e)||document.addEventListener("DOMContentLoaded",()=>{e("domready")},Rs)}),y6=()=>new Promise(e=>{Is("load",e)||window.addEventListener("load",()=>{e("load")},Rs)}),x6={};Object.defineProperties(x6,{state:{get:function(){return document.readyState}},loading:{get:function(){return iA()}},interactive:{get:function(){return sA()}},complete:{get:function(){return uA()}},window:{get:function(){return y6()}},load:{get:function(){return y6()}},domready:{get:function(){return b6()}},dom:{get:function(){return b6()}},ready:{get:function(){return E6()}}});var T6=x6;d();d();var v6={NOT_FUNCTION:"Your executor is not a function. functions and promises are valid.",FAILED_TO_WAIT:"Failed to wait"};function lA(e){return()=>Promise.resolve().then(()=>e()).catch(t=>{throw t})}function cA(e){if(typeof e!="function")throw new Error(v6.NOT_FUNCTION)}var gg=class{_interval;_timeout;_stopOnFailure;_backoffFactor;_backoffMaxInterval;_Console;originalStacktraceError;_userMessage;_verbose;_isWaiting;_isResolved;_executeFn;start;promise;resolve;reject;_lastError;constructor({interval:t=100,timeout:n=1e3,stopOnFailure:r=!1,verbose:a=!1,backoffFactor:o=1,backoffMaxInterval:i,message:s=""}={}){this._interval=t,this._timeout=n,this._stopOnFailure=r,this._isWaiting=!1,this._isResolved=!1,this._verbose=a,this._userMessage=s,this.originalStacktraceError=new Error,this._Console=console,this._backoffFactor=o,this._backoffMaxInterval=i||n,this.start=+Date.now()}tryEvery(t){return this._interval=t,this}stopAfter(t){return this._timeout=t,this}execute(t){return this._applyPromiseHandlers(),cA(t),this._executeFn=lA(t),this.start=Date.now(),this._isWaiting=!0,this._log("starting to execute"),this._runFunction(),this.promise}getPromise(){return this.promise}isResolved(){return this._isResolved}isWaiting(){return this._isWaiting}stopOnFailure(t){return this._stopOnFailure=t,this}_applyPromiseHandlers(){this.promise=new Promise((t,n)=>{this.resolve=t,this.reject=n})}_timeFromStart(){return Date.now()-this.start}_shouldStopTrying(){return this._timeFromStart()>this._timeout}_executeAgain(){this._log("executing again");let t=this._interval,n=t*this._backoffFactor;this._interval=n>this._backoffMaxInterval?this._backoffMaxInterval:n,setTimeout(this._runFunction.bind(this),t)}_failedToWait(){let t=`${v6.FAILED_TO_WAIT} after ${this._timeFromStart()}ms`;if(this._userMessage&&(t=`${t}: ${this._userMessage}`),this._lastError){this._lastError.message=`${t} + ${s.innerHTML}`.replaceAll('data-immersive-translate-translation-element-mark="1"',"dim_m='1'").replace(/data-immersive-translate-walked=\".+?\"/g,"dim_w='1'").replace(/data-on-parse-paragraph=\".+?\"/g,"").replace(/data-consume-paragraph=\".+?\"/g,"").replace(/data-consume-container=\".+?\"/g,"").replace(/immersive-translate-target-([a-z\-]+)/g,(b,h)=>"imt_"+h.replaceAll("translation","t"))},await Zt(a);let f=Ce().SHARE_DRAFT_URL,y=r.rule;if(y.shareConfig?.sharePath){let b=new URL(f);b.pathname=y.shareConfig.sharePath,f=b.toString()}Uo(f)}catch(p){M.error(p)}}async function Zb(){let e=await Qt();e.draft&&globalThis.document.dispatchEvent(new CustomEvent(Vf,{detail:JSON.stringify(e.draft)}))}async function P8(){try{if(await Uu("reportActive"))return;M.debug("\u672A\u6FC0\u6D3B\u8FC7");let t=await Ad();await ce({url:zi+"/v1/user/campaign-info-translated/"+t,method:"POST",headers:{"content-type":"application/json"}}),Qi("reportActive","1")}catch(e){M.error(e)}}d();d();var ey={"zh-CN":{"languages.en":"\u82F1\u8BED","languages.ja":"\u65E5\u8BED","languages.ko":"\u97E9\u8BED","languages.es":"\u897F\u73ED\u7259\u8BED","languages.fr":"\u6CD5\u8BED","languages.de":"\u5FB7\u8BED","languages.it":"\u610F\u5927\u5229\u8BED","languages.pt":"\u8461\u8404\u7259\u8BED","languages.ru":"\u4FC4\u8BED","languages.wyw":"\u6587\u8A00\u6587","languages.":"\u5168\u90E8"},"zh-TW":{"languages.en":"\u82F1\u8A9E","languages.ja":"\u65E5\u8A9E","languages.ko":"\u97D3\u8A9E","languages.es":"\u897F\u73ED\u7259\u8A9E","languages.fr":"\u6CD5\u8A9E","languages.de":"\u5FB7\u8A9E","languages.it":"\u610F\u5927\u5229\u8A9E","languages.pt":"\u8461\u8404\u7259\u8A9E","languages.ru":"\u4FC4\u8A9E","languages.wyw":"\u6587\u8A00\u6587","languages.":"\u5168\u90E8"}},ty={...It,"zh-CN":{...ey["zh-CN"],...It["zh-CN"]},"zh-TW":{...ey["zh-TW"],...It["zh-TW"]}},ny=ty;function oi(e,t,n){return sr(ty,e,t,or,n)}var sa=(e,t,n,r)=>{let a=uh[e]||e,o=lh[e],i=ch[e],s={"zh-CN":o,"zh-TW":i,en:a};if(n)return s[e]?s[e]:a;if(s[t]){let u=s[t];return r||e==="auto"||e==="placeholder"?u:`${u} (${a})`}else return a};d();function yp(e){let t=e.shortcuts||{},r=Object.keys(t).reduce((o,i)=>(o[t[i]]=i,o),{}),a=Object.keys(r);for(let o of a){let i=o.replace(/MacCtrl/ig,"Ctrl");i&&xn(i,s=>{s.preventDefault();let u=r[o];_n({method:u,data:{trigger:"shortcut"}})})}}d();d();d();d();var ry=`${J}-float-ball`;function ua(e){return e.type=="logo"?D("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",width:"24",height:"24",class:`${ry}-logo-img`,children:[D("path",{fill:"none",d:"M0 0h24v24H0z"}),D("path",{d:"M5 15v2a2 2 0 0 0 1.85 1.995L7 19h3v2H7a4 4 0 0 1-4-4v-2h2zm13-5l4.4 11h-2.155l-1.201-3h-4.09l-1.199 3h-2.154L16 10h2zm-1 2.885L15.753 16h2.492L17 12.885zM8 2v2h4v7H8v3H6v-3H2V4h4V2h2zm9 1a4 4 0 0 1 4 4v2h-2V7a2 2 0 0 0-2-2h-3V3h3zM6 6H4v3h2V6zm4 0H8v3h2V6z",fill:"rgba(255,255,255,1)"})]}):e.type=="close"?D("svg",{width:"14",height:"14",viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:[D("g",{"clip-path":"url(#clip0_2589_9951)",children:D("path",{d:"M7 14C5.14348 14 3.36301 13.2625 2.05025 11.9497C0.737498 10.637 0 8.85652 0 7C0 5.14348 0.737498 3.36301 2.05025 2.05025C3.36301 0.737498 5.14348 0 7 0C8.85652 0 10.637 0.737498 11.9497 2.05025C13.2625 3.36301 14 5.14348 14 7C14 8.85652 13.2625 10.637 11.9497 11.9497C10.637 13.2625 8.85652 14 7 14ZM4.183 5.064L6.118 7L4.183 8.936C4.12409 8.99361 4.07719 9.06234 4.04502 9.1382C4.01285 9.21406 3.99605 9.29554 3.99559 9.37794C3.99513 9.46034 4.01101 9.54201 4.04234 9.61823C4.07366 9.69444 4.11978 9.76369 4.17805 9.82195C4.23631 9.88022 4.30556 9.92634 4.38177 9.95766C4.45799 9.98898 4.53966 10.0049 4.62206 10.0044C4.70446 10.004 4.78594 9.98715 4.8618 9.95498C4.93766 9.92281 5.00639 9.87591 5.064 9.817L7 7.882L8.936 9.817C9.05327 9.93168 9.21104 9.99548 9.37506 9.99457C9.53908 9.99365 9.69612 9.92809 9.8121 9.8121C9.92809 9.69612 9.99365 9.53908 9.99457 9.37506C9.99548 9.21104 9.93168 9.05327 9.817 8.936L7.882 7L9.817 5.064C9.87591 5.00639 9.92281 4.93766 9.95498 4.8618C9.98715 4.78594 10.004 4.70446 10.0044 4.62206C10.0049 4.53966 9.98898 4.45799 9.95766 4.38177C9.92634 4.30556 9.88022 4.23631 9.82195 4.17805C9.76369 4.11978 9.69444 4.07366 9.61823 4.04234C9.54201 4.01101 9.46034 3.99513 9.37794 3.99559C9.29554 3.99605 9.21406 4.01285 9.1382 4.04502C9.06234 4.07719 8.99361 4.12409 8.936 4.183L7 6.118L5.064 4.183C4.94673 4.06832 4.78896 4.00452 4.62494 4.00543C4.46092 4.00635 4.30388 4.07191 4.1879 4.1879C4.07191 4.30388 4.00635 4.46092 4.00543 4.62494C4.00452 4.78896 4.06832 4.94673 4.183 5.064Z",fill:"#B1B1B1","fill-opacity":"0.32"})}),D("defs",{children:D("clipPath",{id:"clip0_2589_9951",children:D("rect",{width:"14",height:"14",fill:"white"})})})]}):e.type=="setting"?D("svg",{width:"16",height:"16",viewBox:"0 0 16 16",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:D("path",{d:"M6.55741 0L9.06847 0.00329403C9.84824 0.00470579 10.4802 0.636235 10.4812 1.41647L10.4821 1.82588C10.9687 2.0278 11.4297 2.28671 11.8553 2.59718L12.1913 2.40329C12.516 2.21676 12.9013 2.1665 13.2629 2.26352C13.6246 2.36055 13.933 2.59695 14.1207 2.92094L15.3795 5.09365C15.5601 5.40546 15.6149 5.7744 15.5328 6.12523C15.4507 6.47606 15.2378 6.78235 14.9376 6.98165L14.8609 7.02871L14.5235 7.22353C14.5819 7.76273 14.5736 8.30708 14.4986 8.84424L14.7372 8.98259C15.0496 9.16307 15.2812 9.45606 15.3848 9.80165C15.4884 10.1472 15.456 10.5193 15.2944 10.8419L15.2553 10.9153L14.076 12.9576C13.8955 13.27 13.6025 13.5017 13.2569 13.6053C12.9113 13.7088 12.5392 13.6765 12.2167 13.5148L12.1433 13.4753L11.8172 13.2871C11.4074 13.5817 10.9651 13.8283 10.4991 14.0221L10.4995 14.5831C10.5 14.9434 10.3629 15.2904 10.1163 15.5532C9.86972 15.816 9.53215 15.9748 9.17247 15.9972L9.08306 16L6.57153 15.9967C6.19697 15.9961 5.83793 15.847 5.57312 15.5821C5.30831 15.3172 5.15932 14.9581 5.15883 14.5835L5.15788 13.9073C4.76852 13.7244 4.39771 13.5044 4.05059 13.2504L3.44918 13.5967C3.12448 13.7834 2.73902 13.8337 2.37726 13.7367C2.01551 13.6397 1.70698 13.4032 1.5193 13.0791L0.260473 10.9064C0.0799611 10.5945 0.0252226 10.2255 0.107423 9.87467C0.189623 9.52384 0.402569 9.21757 0.702826 9.01835L0.779062 8.97129L1.3913 8.61835C1.34424 8.17129 1.34188 7.71765 1.38706 7.26494L0.707532 6.87247C0.395061 6.69207 0.163305 6.39911 0.0596515 6.05351C-0.0440025 5.70791 -0.0117246 5.33577 0.149885 5.01318L0.189415 4.93976L1.36871 2.89741C1.54919 2.58502 1.84218 2.35337 2.18777 2.2498C2.53336 2.14624 2.90547 2.17859 3.228 2.34023L3.30141 2.37976L3.89436 2.72188C4.28027 2.42082 4.69854 2.1637 5.14141 1.95529L5.14047 1.41694C5.14001 1.05657 5.27707 0.709596 5.52367 0.446813C5.77028 0.184029 6.10786 0.0252343 6.46753 0.00282354L6.55741 0ZM6.55553 1.41506L6.55694 2.85271L5.74377 3.23576C5.39553 3.39906 5.06706 3.60094 4.764 3.83718L4.01247 4.424L2.62941 3.62494L2.59365 3.60518L1.41483 5.64753L2.88636 6.49694L2.79506 7.40612C2.75968 7.7598 2.76078 8.11619 2.79836 8.46965L2.8953 9.38541L1.48494 10.1976L2.7433 12.3704L4.14377 11.5647L4.88636 12.1087C5.15997 12.309 5.45231 12.4823 5.7593 12.6264L6.57106 13.008L6.57388 14.5816L9.08447 14.5849L9.08306 13.0791L9.95553 12.7158C10.3216 12.5635 10.6689 12.3698 10.9908 12.1384L11.7329 11.6047L12.8506 12.2499L14.0289 10.2075L12.9654 9.592L13.0972 8.64847C13.1561 8.22659 13.1628 7.79904 13.1169 7.37553L13.0181 6.45882L14.1555 5.80235L12.8967 3.62965L11.7645 4.28235L11.0214 3.74024C10.686 3.4956 10.3229 3.29152 9.93953 3.13224L9.06894 2.77082L9.06659 1.41835L6.55553 1.41506ZM9.37153 5.47624C10.0214 5.85201 10.4955 6.47036 10.6898 7.19547C10.8841 7.92058 10.7827 8.69316 10.4078 9.34353C10.2223 9.66543 9.97517 9.9476 9.68053 10.1739C9.38589 10.4002 9.04953 10.5662 8.69068 10.6623C8.33183 10.7585 7.95754 10.7829 7.58923 10.7343C7.22092 10.6856 6.86582 10.5648 6.54424 10.3788C5.89445 10.003 5.4204 9.38458 5.2262 8.65948C5.032 7.93438 5.13352 7.16184 5.50847 6.51153C5.69395 6.18963 5.94107 5.90746 6.23571 5.68117C6.53034 5.45488 6.86671 5.28891 7.22556 5.19275C7.58441 5.09659 7.9587 5.07213 8.32701 5.12077C8.69532 5.16942 9.05042 5.29021 9.372 5.47624H9.37153ZM6.73388 7.21835C6.54638 7.54388 6.49567 7.9305 6.5929 8.29336C6.69012 8.65623 6.92733 8.96571 7.25247 9.15388C7.41305 9.24679 7.59037 9.30712 7.77429 9.33143C7.9582 9.35574 8.14511 9.34355 8.32431 9.29556C8.50351 9.24757 8.67149 9.16472 8.81864 9.05174C8.96579 8.93877 9.08923 8.7979 9.18188 8.63718C9.55883 7.98353 9.356 7.15435 8.73435 6.74494L8.66377 6.70118L8.59035 6.66165C8.26834 6.49988 7.89663 6.46742 7.55145 6.57093C7.20626 6.67444 6.91375 6.90608 6.73388 7.21835Z",fill:"#6C6F73"})}):e.type==="file"?D("svg",{width:"18",height:"18",viewBox:"0 0 18 18",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:D("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M11.6861 1L15.2353 4.54635V7.11765V14.6471V15.5882C15.2353 15.9627 15.0866 16.3217 14.8218 16.5865C14.557 16.8513 14.198 17 13.8235 17H4.41176C4.03734 17 3.67825 16.8513 3.4135 16.5865C3.14874 16.3217 3 15.9627 3 15.5882V14.6471V7.11765V2.41176C3 2.03734 3.14874 1.67825 3.4135 1.4135C3.67825 1.14874 4.03734 1 4.41176 1H11.6861ZM11.8692 3.17882V4.74212H13.4334L11.8692 3.17882ZM4.41171 15.5882V14.647V2.41176H10.4574L10.4578 6.15341H13.8235V14.647V15.5882H4.41171ZM12.7739 7.51746H5.46094V8.6155H12.7739V7.51746ZM5.46094 9.98805H12.7739V11.0861H5.46094V9.98805ZM9.5127 12.36H5.46094V13.458H9.5127V12.36Z",fill:"#6C6F73"})}):e.type==="translated"?D("svg",{width:"11",height:"11",viewBox:"0 0 11 11",fill:"none",xmlns:"http://www.w3.org/2000/svg",class:`${ry}-translated-img`,children:[D("circle",{cx:"5.5",cy:"5.5",r:"5.5",fill:"#68CD52"}),D("path",{d:"M1.40857 5.87858L2.24148 5.18962L4.15344 6.64214C4.15344 6.64214 6.33547 4.15566 9.00658 2.48145L9.32541 2.87514C9.32541 2.87514 6.28665 5.55844 4.71735 9.07881L1.40857 5.87858Z",fill:"white"})]}):e.type==="modal-close"?D("svg",{width:"20",height:"20",viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:D("path",{d:"M4.41083 4.41066C4.5671 4.25443 4.77902 4.16667 4.99999 4.16667C5.22096 4.16667 5.43289 4.25443 5.58916 4.41066L9.99999 8.82149L14.4108 4.41066C14.4877 4.33107 14.5797 4.26758 14.6813 4.22391C14.783 4.18023 14.8923 4.15724 15.003 4.15628C15.1136 4.15532 15.2234 4.1764 15.3258 4.21831C15.4282 4.26021 15.5212 4.32208 15.5995 4.40033C15.6777 4.47857 15.7396 4.57162 15.7815 4.67403C15.8234 4.77644 15.8445 4.88618 15.8435 4.99682C15.8426 5.10747 15.8196 5.21682 15.7759 5.31849C15.7322 5.42016 15.6688 5.51212 15.5892 5.58899L11.1783 9.99982L15.5892 14.4107C15.741 14.5678 15.825 14.7783 15.8231 14.9968C15.8212 15.2153 15.7335 15.4243 15.579 15.5788C15.4245 15.7333 15.2155 15.821 14.997 15.8229C14.7785 15.8248 14.568 15.7408 14.4108 15.589L9.99999 11.1782L5.58916 15.589C5.43199 15.7408 5.22149 15.8248 5.00299 15.8229C4.7845 15.821 4.57549 15.7333 4.42098 15.5788C4.26647 15.4243 4.17883 15.2153 4.17693 14.9968C4.17503 14.7783 4.25903 14.5678 4.41083 14.4107L8.82166 9.99982L4.41083 5.58899C4.2546 5.43272 4.16684 5.22079 4.16684 4.99982C4.16684 4.77885 4.2546 4.56693 4.41083 4.41066Z",fill:"#C4C4C4"})}):null}d();d();function ay(e,t,n){let r=[];n||(n={}),t!=="auto"&&!n[t]&&(n[t]={matches:[],excludeMatches:[]}),r=t!=="auto"?n[t].matches:[];let a={},o=Object.keys(n);for(let l of o){let m=n[l].matches;for(let g of m)a[g]||(a[g]=[]),a[g].push(l)}let i=a[e];if(i&&i.length>0)for(let l of i)n[l].matches.indexOf(e)>-1&&(n[l]={...n[l],matches:n[l].matches.filter(m=>m!==e)});let s=new Set(r);if(t==="auto")return{...n};s.add(e);let u=Array.from(s);return{...n,[t]:{...n[t],matches:u}}}d();d();function oy(e,t=2e3){return n=>{let r,a=0;return o=>{++a==e&&(n(o),a=0),clearTimeout(r),r=setTimeout(()=>a=0,t)}}}d();var l0="DROP_DOWN_DEFAULT_VALUE";function Ep(e){let{showArrow:t,onSelected:n,className:r,menus:a,maxWidth:o,style:i}=e;r=r||"",t=t??!0,o=o||80;let s=We(null);return D("select",{ref:s,autoComplete:"off",class:`min-select ${t?"":"min-select-no-arrow"} ${r||""}`,value:l0,style:{maxWidth:`${o}px`,...i},onChange:u=>{u.preventDefault();let l=u.target.value;if(s.current&&l!==l0){s.current.value=l0,s.current?.dispatchEvent(new Event("change"));let c=a.find(m=>m.value===l);c&&n(c)}},children:[{value:l0,label:e.label}].concat(a).map((u,l)=>D("option",{value:u.value,children:u.label},"option-"+l))})}d();d();function ii(e,t){return e.localeCompare(t,void 0,{numeric:!0,sensitivity:"base"})>=0}var F8=({date:e})=>{let{t}=ve(),[n,r]=se(!1);return De(()=>{setTimeout(()=>{r(!0)},5e3)},[]),n?null:D("p",{class:"text-sm",children:[t("Successfully synchronized with the latest official rules:")," ",new Date(e).toLocaleString()]})},M8=({minVersion:e})=>{let{t}=ve();return D("p",{class:"text-sm",children:t("localVersionIsTooOld",{minVersion:e})})},B8=()=>{let{t:e}=ve();return D("p",{class:"text-sm",dangerouslySetInnerHTML:{__html:e("badUserscriptBrowser",{1:"https://immersivetranslate.com/docs/installation/"})}})},R8=({message:e,handleSyncing:t,date:n})=>{let{t:r}=ve();return D("p",{class:"text-sm",children:[r("failToSyncRules")," ",D("a",{onClick:t,children:r("retry")}),D("br",{}),r("failedReason"),"\uFF1A",e,D("br",{}),r("currentRuleVersion"),"\uFF1A",n]})};function xp(e){let{isShowError:t,request:n}=e,[r,a]=se(null),{t:o}=ve(),[i,s]=se(null),[u,l]=se(null),[c,m]=se(""),[g,p]=se(!1),[f,y]=se(!1),[b,h]=se(!1),[C,w]=se(null),[P,R]=se(null),v=Xt(),T=async()=>{m("");let F=i;if(i===null)try{let k=await n({url:Ni});k?(s(k),F=k,p(!0)):(m(o("unknownError")),l(null))}catch(k){l(null),m(k.message);return}F!==null?(e.setStorageBuildinConfig(F),l(!1),a(F.buildinConfigUpdatedAt)):(m(o("canNotFetchRemoteRule")),l(null))};return De(()=>{pn().then(F=>{let k=F.buildinConfigUpdatedAt;w(F);let E=new Date(k);if(a(k),v==="0.0.0"){h(!0);return}n({url:Ni}).then(O=>{let _=O,B=_.minVersion,N=v;s(_);let U=_.latestVersion;if(U&&(ii(N,U)?R(!0):R(!1)),ii(N,B)){let H=_.buildinConfigUpdatedAt;new Date(H)>E?(l(!0),T()):l(!1)}else y(!0),l(null)}).catch(O=>{l(null),m(O.message)})})},[]),De(()=>{pn().then(F=>{w(F)})},[r]),C?D("div",{class:"text-sm mt-2",style:{maxWidth:218},children:b?D(B8,{}):c?t===!1?null:D(R8,{handleSyncing:T,message:c,date:r||""}):f?t===!1?null:D(M8,{minVersion:i.minVersion}):u===null||u===!0?null:g?D(F8,{date:r}):null}):null}d();function I8(){return navigator.userAgent.indexOf("Mac")!==-1}var iy={Alt:"\u2325"};function c0(e=""){return I8()?Object.keys(iy).reduce((t,n)=>t.replace(n,iy[n]),e):e}d();function sy({config:e,isLogin:t,isProUser:n}){let{t:r}=ve();return Ru(e)?D("div",{}):D("div",{class:"flex items-center",children:[D("a",{class:"flex items-center text-decoration-none",target:"_blank",href:t?Du:hh,children:[D("img",{src:t?Db:wb}),D("span",{class:"text-xs ml-2 text-label",children:r(t?"loggedIn":"notLogin")})]}),D("a",{title:r(n?"popup.openProForPro":"popup.openPro"),target:"_blank",class:"ml-2",href:n?Du:bh,children:D("img",{src:n?Cb:Sb})})]})}d();function uy({currentLang:e,ctx:t,onSetPageLanguage:n,setSettings:r}){let{t:a}=ve();if(!t)return null;let o=Fl(t.config.translationService,t.config.targetLanguage),i=An;o.length<=30&&(i=o.indexOf("auto")>=0?o:["auto",...o]);let s=o.filter(u=>u!=="auto");return D("div",{class:"flex mt-4 items-center",children:[D(O8,{supportedLanguages:i,interfaceLanguage:t.config.interfaceLanguage,currentLang:e,value:t.sourceLanguage,onSelected:n}),D("img",{src:Ab,style:{maxWidth:"unset"},class:"mx-2"}),D(N8,{supportedLanguages:s,interfaceLanguage:t.config.interfaceLanguage,value:t.config.targetLanguage,label:a("popupTarget"),onSelected:u=>{r(l=>({...l,targetLanguage:u}))}})]})}function O8(e){let{t}=ve(),{value:n,currentLang:r}=e,a=t("popupSourceLanguage");return n==="auto"&&r&&r!=="auto"&&(a=t("languages.auto")),D("div",{class:"language-select-container",children:[D("label",{children:a}),D("select",{autoComplete:"off",class:"language-select",onChange:o=>{let i=o.target.value;i&&e.onSelected(i)},children:e.supportedLanguages.map((o,i)=>{let s=sa(o,e.interfaceLanguage),u="";return o==="auto"&&n==="auto"&&(r&&r==="auto"?u=t("languages.auto"):u=sa(r,e.interfaceLanguage)+` (${t("languages.auto")})`),D("option",{value:o,selected:o===e.value,children:u||s},"selectlink"+i)})})]})}function N8(e){return D("div",{class:"language-select-container",children:[D("label",{children:e.label}),D("select",{autoComplete:"off",class:"language-select",onChange:t=>{let n=t.target.value;n&&e.onSelected(n)},children:e.supportedLanguages.map((t,n)=>{let r=sa(t,e.interfaceLanguage);return D("option",{value:t,selected:t===e.value,children:r},"selectlink"+n)})})]})}d();d();function la(e){let{items:t,maxWidth:n,className:r,style:a}=e,{lang:o}=ve();return n=n||(o==="en"?144:160),D("select",{autoComplete:"off",class:r||"min-select",style:{maxWidth:`${n}px`,...a},value:t.find(i=>i.selected)?.value,onChange:i=>{let s=i.target.value,u=t.find(l=>l.value===s);u&&u.onSelected(u)},children:t.map((i,s)=>D("option",{value:i.value,selected:i.selected,children:i.label},"selectlink"+s))})}function ly(e){let{t}=ve(),{translationServiceItems:n,translationServiceOptions:r}=z8(e);return n.length?D(Nt,{children:[D(cy,{class:"mt-3",label:t("popupService"),items:r}),D(j8,{ctx:e.ctx,onRestorePage:e.onRestorePage,setSettings:e.setSettings})]}):null}function cy(e){return D("div",{class:`min-select-container ${e.class||""}`,children:[D("label",{class:"inline-block text-label mb-0 text-gray-6",style:{minWidth:60},children:[e.label,"\uFF1A"]}),D(la,{className:"translate-service transform-padding-left",maxWidth:300,items:e.items})]})}function j8({ctx:e,setSettings:t,onRestorePage:n}){let{t:r}=ve(),a=H8(e),o=U8(e),i=$e((u,l)=>{t(c=>{let m=c.translationServices||{},g=m[a.id]||{};return setTimeout(()=>{n()},1),{...c,translationServices:{...m,[a.id]:{...g,[u]:l}}}})},[]),s=Oe(()=>a?.props.filter(u=>u.type==="select").map(u=>{let l=u.name;u.label&&(l=u.label),u.labelKey&&(l=r(u.labelKey));let c=u.options.map(m=>({label:`${m.label?r(m.label):m.value}`,value:m.value,selected:m.value==o[u.name],onSelected:()=>{i(u.name,m.value)}}));return{label:l,items:c}}),[o]);return!o||!a?.props?.length||!s||!s?.length?null:D(Nt,{children:s.map(({label:u,items:l},c)=>D(cy,{class:"mt-2",label:u,items:l},"field-"+c))})}function U8(e){return Oe(()=>{let{translationServices:n,translationService:r}=e.config;return n&&n[r]?n[r]||{}:{}},[e])}function H8(e){return Oe(()=>{let{translationService:n}=e.config;if(ir[n])return Hu("translationService",n,e)},[ir,Hu,e])}function z8({isProUser:e,ctx:t,setSettings:n,pageStatus:r,onTranslatePage:a,onRestorePage:o,openOptionsPage:i}){let{t:s}=ve(),u=Oe(()=>t?Zi(t,"translationService"):[],[Zi,t]),l=$e(m=>{let g=u.find(p=>p.id===m.value);if(g.ok){if(n(p=>({...p,translationService:g.id,translationServiceChangedbyUserAt:new Date().toISOString()})),r!="Translated")return;g.props.length===0?t.rule.isTranslateWhenServiceChanged&&setTimeout(()=>{a()},1):setTimeout(()=>{o()},1)}else n(p=>({...p,translationService:g.id,translationServiceChangedbyUserAt:new Date().toISOString()})),setTimeout(()=>{i()},100)},[i,o,a,n]),c=Oe(()=>{let m=rt();return u.filter(p=>t.config.showUnconfiguredTranslationServiceInPopup===!1?p.ok:!0).map(p=>({label:`${s("translationServices."+p.id)}${p.ok?"":" "+(" "+(!e&&!m&&p.providers&&p.providers.length>0?s("goLoginOrAction"):s("needAction")))}`,value:p.id,selected:p.selected,onSelected:l}))},[u,t,l,s]);return{translationServiceItems:u,translationServiceOptions:c}}d();d();function dy(e){let t;try{t=new URL(e)}catch{return!1}let n=R2(),r="";try{r=new URL(n).hostname}catch{}return r&&t.hostname===r?!0:!(q8(e)||t.protocol!=="http:"&&t.protocol!=="https:"&&t.protocol!=="file:"&&t.protocol!=="data:")}function q8(e){try{return new URL(e)?.pathname.toLowerCase().endsWith(".pdf")}catch{return!1}}d();function my(e){let t=e.indexOf("#");return t===-1?e:e.slice(0,t)}function py(e){let{t}=ve(),{currentUrlObj:n,isAlwaysTranslateDomain:r,isNeverTranslateDomain:a,handleTranslationUrlPatternSelected:o}=W8(e),[i,s]=se(()=>a?"excludeMatches":"matches"),u=Oe(()=>r||a||!1,[r,a]),l=$e(c=>{s(c),u&&o(c,n.hostname)},[s,o,u]);return D("div",{class:"flex justify-between mt-5",children:[D(la,{style:{width:"unset",flex:"unset"},maxWidth:230,className:"transform-padding-left min-select",items:[{label:t("alwaysTranslateThisSite"),value:"matches",selected:i==="matches",onSelected:()=>{l("matches")}},{label:t("neverTranslateThisSite"),value:"excludeMatches",selected:i==="excludeMatches",onSelected:()=>{l("excludeMatches")}}].filter(Boolean)}),D("input",{type:"checkbox",role:"switch",checked:u,class:"shrink-0",onChange:c=>{let m=c.target.checked;o(m?i:"default",n.hostname)}})]})}function W8({currentUrl:e,ctx:t,currentLang:n,onSetLocalConfig:r,pageStatus:a,onRestorePage:o,onTranslatePage:i,setSettings:s,onClose:u}){let l=null,c=null,m=null,g=null,p=null,{translationUrlPattern:f}=t.config;if(l=Oe(()=>new URL(e||""),[e]),t.config&&e&&dy(e)){c=my(e);let{matches:h,excludeMatches:C}=f;m=!!h.find(w=>ct(e,w)),g=!!C.find(w=>ct(e,w))}if(n&&n!=="auto"){let{translationLanguagePattern:h}=t.config,{matches:C}=h;C.includes(n)?p=!0:p=!1}let y=$e(()=>{let h=l.hostname,C=t.localConfig.tempTranslationUrlMatches||[],w=C.filter(R=>R.match!==h),P=!1;w.length!==C.length&&(P=!0),P&&r({...t.localConfig,tempTranslationUrlMatches:[...w]})},[r]),b=$e((h,C)=>{if(h==="default"){s(R=>{let v={...R.translationUrlPattern};return{...R,isChangedAlwaysTranslatedUrls:!0,translationUrlPattern:{...R.translationUrlPattern,matches:Tp(e,v.matches),excludeMatches:Tp(e,v.excludeMatches)}}}),y();return}let w=h,P=w==="matches"?"excludeMatches":"matches";l&&s(R=>{let v={...R.translationUrlPattern};return v[P]=Tp(e,v[P]),v[w]=Ou(C,v[w]),{...R,isChangedAlwaysTranslatedUrls:!0,translationUrlPattern:{...R.translationUrlPattern,...v}}}),w==="matches"&&a==="Original"?setTimeout(()=>{i(),u()},100):w==="excludeMatches"&&a==="Translated"&&setTimeout(()=>{o(),u()},100)},[i,u,a,y]);return{currentUrlObj:l,currentUrlWithoutHash:c,isAlwaysTranslateDomain:m,isNeverTranslateDomain:g,isAlwaysTranslateLang:p,handleTranslationUrlPatternSelected:b}}function Tp(e,t){return t?(Array.isArray(t)||(t=[t]),e?t.filter(n=>!ct(e,n)):t):[]}d();d();d();var $8=new AbortController,{signal:G8}=$8,d0=0,m0=0,si=!1,$a,gy=0,ca=[];function ui(e,t){V8();let n=e,r=n.config,a=r.generalRule.mouseHoverHoldKey==="Off",o=r.mouseModifierKeyPressTimeout||400;n.state.isTranslateDirectlyOnHover===!0&&(a=!1);let i=n.state.isTranslateDirectlyOnHover===!0||r.generalRule.mouseHoverHoldKey==="Auto";function s(){i=!i,i?(M.debug("mouse hover translate on"),n.state.isTranslateDirectlyOnHover=!0,ui(n,t)):(M.debug("mouse hover translate off"),n.state.isTranslateDirectlyOnHover=!1,ui(n,t))}document.addEventListener(Ii,s),ca.push(()=>{document.removeEventListener(Ii,s)});let u=Hn(g=>{if(!(Math.abs(g.clientX-d0)+Math.abs(g.clientY-m0)<=3)&&(d0=g.clientX,m0=g.clientY,i||si&&!$a)){let p=yy(n.rule,t);if(p){if(wp(p))return;Sp(n,!1,p)}}},i?700:300),l=g=>{let p=g.target;wp(p)||Sp(n,!0)},c=g=>{let p=r?.generalRule?.mouseHoverHoldKey?.toLowerCase()||"alt",f=xn.getPressedKeyCodes();if(f.length>1&&xn[p]&&(gy=Date.now(),si=!1),f.length===1&&xn[p]){let y=Date.now();si=!0,$a&&clearTimeout($a),$a=setTimeout(()=>{let b=gy-y;b>0&&b<=o?si=!1:l(g),$a=void 0},o)}};if(ca.push(()=>{$a&&clearTimeout($a)}),a)return;vp("mousemove",u,t),ca.push(()=>{t.removeEventListener("mousemove",u)});function m(){i?u.cancel():si=!1}if(vp("blur",m,t),ca.push(()=>{t.removeEventListener("blur",m)}),!i){let g=r?.generalRule?.mouseHoverHoldKey?.toLowerCase()||"alt",p=ph;vp("keyup",fy,t),ca.push(()=>{t.removeEventListener("keyup",fy)}),p.includes(g)?xn("*","mouseHover",c):xn(r.generalRule.mouseHoverHoldKey,"mouseHover",l),xn.setScope("mouseHover"),ca.push(()=>{xn.deleteScope("mouseHover")})}}function V8(){ca.forEach(e=>e()),ca=[],xn.setScope("all")}function fy(e){si=!1}function vp(e,t,n=window){return n.addEventListener(e,t,{signal:G8})}function Sp(e,t,n,r=window){if(n=n||yy(e.rule,r),!n){M.debug("can not find selection part!");return}if(Y8(n,t))return;if(wp(n)){M.debug("exclude dom");return}Jb(e,n);let o=_s();o&&(o.setupMouseHoverListener=ui);let i=on(e);i.excludeSelectors=[],i.selectors=[];let s=!1,u=fp({...o},e);_r({id:o.id,container:n,filterRule:i,force:!0,onParagraph:l=>{Ha(u,l,!0,"hover").then(c=>{if(c&&!s){s=!0;let m=Date.now();Ze(Yf,m),at("mouse_hover_translate",[{name:"mouse_hover_translate"}],{...e,sourceLanguage:"mouseHover"})}})},onFrame:()=>{},onIgnoreElement:()=>{}})}function yy(e,t){return K8(d0,m0,e,t)}function K8(e,t,n,r){let a=r2(e,t,n,r);if(a==null)return;let o=()=>{let u=r.document.elementFromPoint(e,t);if(!u)return;let l=a2(u,e,t);return l===u?u.nodeName==="BUTTON"?u:void 0:by(l,n)},i=()=>{try{a.setStartBefore(a.startContainer),a.setEndAfter(a.startContainer)}catch(l){M.debug("get mouse over word fail",l)}let u=a.getBoundingClientRect();if(!(u.left>e||u.rightt||u.bottom{X8(r)}),!0}function J8(e){let t=[e];if(e.nodeName=="FONT"&&e.classList.contains("immersive-translate-target-wrapper"))t=[e.parentElement];else{let r=[...e.querySelectorAll(".immersive-translate-target-wrapper")].map(a=>a.parentElement).filter(a=>!!a);r.length&&(t=r)}return t.filter(n=>n?.paragraphs&&n?.paragraphs.length>0)}function X8(e){let t=_s();t&&(!e.paragraphs||!e.paragraphs.length||(e.paragraphs.forEach(n=>{Ts(n,n.state==="original"?t.translateState:"original")}),e.paragraphs=[]))}function Cp(e){return!!(e.host&&e.mode)}function hy(e,t){let n=e.parentNode;if(n.nodeName==="BODY"||Cp(n))return e;for(;n&&n.nodeName!=="BODY"&&!Cp(n)&&Pd(n,t);){let r=n.parentNode;if(r&&Cp(r))break;n=r}return n}function by(e,t){return e.nodeType===Node.TEXT_NODE||Pd(e,t)?hy(e,t):e}function Ey(e,t){d0=t.clientX,m0=t.clientY,Sp(e,!0)}var Ls=[];function Dp(e,t){let n=0,r=0,a,o=s=>{let u=new Date().getTime();r++,u-n<300?i(s):r=1,n=u},i=s=>{clearTimeout(a),r===parseInt(e+"")&&(a=setTimeout(()=>{r=0,t(s)},400))};document.addEventListener("click",o),Ls.push(()=>{document.removeEventListener("click",o)})}function xy(e,t){let n=0,r=0,a=0,o=s=>{let u=s.changedTouches[0];n=new Date().getTime(),r=u.clientX,a=u.clientY},i=s=>{let u=s.changedTouches[0];n-new Date().getTime()>1e3||Math.abs(a-u.clientY)>50||(e==="left"&&u.clientX-r>50&&t(s.changedTouches[0]),e==="right"&&u.clientX-r<-50&&t(s.changedTouches[0]))};document.addEventListener("touchstart",o),document.addEventListener("touchend",i),Ls.push(()=>{document.removeEventListener("touchstart",o),document.removeEventListener("touchend",i)})}function p0(e,t){let n,r=a=>{clearTimeout(n),a.touches.length===parseInt(e+"")&&(n=setTimeout(()=>{t(a.changedTouches[0])},200))};document.addEventListener("touchstart",r),Ls.push(()=>{document.removeEventListener("touchstart",r)})}var Ap={touchShortcutsOff:()=>{},"multipleClick.2":Dp,"multipleClick.3":Dp,"multipleClick.4":Dp,"slide.left":xy,"slide.right":xy,"fingers.2":p0,"fingers.3":p0,"fingers.4":p0,"fingers.5":p0};async function vy(e){try{rD();let t=await Dr(),n=dh.find(r=>r.name==="touch");if(!n)return;n.shortcuts.forEach(r=>{if(typeof r=="string")return;let a=Q8(e,t,r.command),o=Ap[a];if(a==="touchShortcutsOff"||!o)return;let i=a.split(".");if(i.length!==2)return;let s=i[1];s&&o(s,u=>{nD(r.command,e,u)})})}catch(t){M.error(t)}}function Q8(e,t,n){if(!t.generalRule)return e.config.generalRule[n];if(t.generalRule[n])return t.generalRule[n];let r={touchShortcutsToggleTranslatePage:"fingerCountToToggleTranslagePageWhenTouching",touchShortcutsToggleTranslationMask:"fingerCountToToggleTranslationMaskWhenTouching",touchShortcutsToggleTranslatePageOnlyTranslation:"fingerCountToToggleTranslagePageOnlyTranslationWhenTouching"};return r[n]&&t.generalRule[r[n]]?`fingers.${t.generalRule[r[n]]}`:e.config.generalRule[n]||""}var Z8=()=>{kp();let e=new CustomEvent(Cr,{detail:{method:"toggleTranslatePage"}});globalThis.document.dispatchEvent(e)},eD=()=>{Lp();let e=new CustomEvent(Cr,{detail:{method:"toggleOnlyTranslation"}});globalThis.document.dispatchEvent(e)},tD=()=>{_p();let e=new CustomEvent(Cr,{detail:{method:"toggleTranslationMask"}});globalThis.document.dispatchEvent(e)},Ty=0,nD=(e,t,n)=>{new Date().getTime()-Ty<200||(Ty=new Date().getTime(),e==="touchShortcutsToggleTranslatePage"?Z8():e==="touchShortcutsToggleTranslationMask"?tD():e==="touchShortcutsToggleTranslatePageOnlyTranslation"?eD():e==="touchShortcutsToggleTranslateTouchElement"&&Ey(t,n))};function rD(){Ls.forEach(e=>{e()}),Ls=[]}function Cy(e){let{t}=ve(),{ctx:n,setSettings:r}=e,a=aD(e);return $i(n.localConfig)?a.length?D("div",{class:"flex mt-3 items-center justify-between",children:[D("div",{class:"flex items-center",children:[D("label",{class:"mb-0 mr-2 shrink-0",children:[t("mouse-translate"),":"]}),D(la,{style:{width:"100%",maxWidth:"100%"},className:"transform-padding-left min-select",items:a})]}),D("input",{type:"checkbox",role:"switch",class:"shrink-0",checked:n.config.generalRule.mouseHoverHoldKey!=="Off",onChange:o=>{let i=o.target.checked;r(s=>{let u=s.generalRule?.mouseHoverPreferenceKey||n.config.generalRule.mouseHoverPreferenceKey||Hi[0];return{...s,generalRule:{...s.generalRule,mouseHoverHoldKey:i?u:"Off"}}})}})]}):null:D(oD,{...e})}function aD({ctx:e,openOptionsPage:t,setSettings:n}){let{t:r}=ve(),a=Oe(()=>{let s=e.config.generalRule,u=s.mouseHoverPreferenceKey;return s.mouseHoverHoldKey!=="Off"&&u!==s.mouseHoverHoldKey&&(u=s.mouseHoverHoldKey),u},[e]),o=Oe(()=>Hi.filter(s=>!(s==="Off"||Hi.includes(a)&&s==="OtherCustom")),[e,a]);return Oe(()=>o.map(s=>{let u=r("mouseHoldKey",{key:c0(s)}),l=Hi.includes(a),c=s===a;return s==="Auto"?u=r("mouseHoldKeyAuto"):s==="Off"?u=r("mouseHoldKeyOff"):s==="OtherCustom"?u=l?r("mouseHoldKeyOther"):r("mouseHoldKeyCustomKey",{key:a}):s==="Other"&&(u=r("mouseHoldKeyOther")),l||s==="OtherCustom"&&(c=!0),{label:u,value:s,selected:c,onSelected:m=>{m.value==="Other"?t("#shortcuts"):n(g=>{let p={...g.generalRule,mouseHoverPreferenceKey:m.value};return e.config.generalRule.mouseHoverHoldKey!=="Off"&&(p.mouseHoverHoldKey=m.value),{...g,generalRule:p}})}}}),[o,a])}function oD(e){let{ctx:t,setSettings:n}=e,{t:r}=ve(),a=t.config.generalRule,o=Object.keys(Ap).filter(l=>l!="touchShortcutsOff"),i=a.touchShortcutsToggleTranslateTouchElement,s=a.touchShortcutsToggleTranslateTouchElementPreferenceKey,u=s||"touchShortcutsOff";return i!=="touchShortcutsOff"&&i!==s&&(u=i),D("div",{class:"flex mt-3 items-center justify-between",children:[D("div",{class:"flex items-center",children:[D("label",{class:"mb-0 mr-2 shrink-0",children:[r("touch.mouse-translate"),":"]}),D(la,{style:{width:"100%",maxWidth:"100%"},className:"transform-padding-left min-select",items:o.map((l,c)=>({value:l,label:r(l),selected:l==u,onSelected(m){n(g=>{let p={...g.generalRule,touchShortcutsToggleTranslateTouchElementPreferenceKey:m.value};return t.config.generalRule.touchShortcutsToggleTranslateTouchElement!=="touchShortcutsOff"&&(p.touchShortcutsToggleTranslateTouchElement=m.value),{...g,generalRule:p}})}}))})]}),D("input",{type:"checkbox",role:"switch",class:"shrink-0",checked:t.config.generalRule.touchShortcutsToggleTranslateTouchElement!=="touchShortcutsOff",onChange:l=>{let c=l.target.checked;n(m=>{let g=m.generalRule?.touchShortcutsToggleTranslateTouchElementPreferenceKey||t.config.generalRule.touchShortcutsToggleTranslateTouchElementPreferenceKey||"slide.left";return{...m,generalRule:{...m.generalRule,touchShortcutsToggleTranslateTouchElement:c?g:"touchShortcutsOff"}}})}})]})}d();function Sy(e){let{isAlwaysTranslateLang:t}=iD({ctx:e.ctx,currentLang:e.currentLang}),{t:n}=ve();if(e.currentLang!=="auto")return D("div",{class:"flex justify-between mt-3 items-center",children:[D("label",{class:"mb-0 text-overflow-ellipsis flex-1",children:n("alwaysTranslateSomeLanguage",{language:sa(e.currentLang,e.ctx.config.interfaceLanguage,!1,!0)})}),D("input",{id:"alwaysTranslateThisLanugage",name:"alwaysTranslateThisLanugage",type:"checkbox",role:"switch",class:"shrink-0",checked:!!t,onChange:a=>{let o=a.target.checked;r(o?"matches":void 0)}})]});return D("span",{});function r(a){if(!a){e.setSettings(s=>{let u={...s.translationLanguagePattern};return{...s,translationLanguagePattern:{...s.translationLanguagePattern,matches:Nu(e.currentLang,u.matches),excludeMatches:Nu(e.currentLang,u.excludeMatches)}}});return}let o=a,i=o==="matches"?"excludeMatches":"matches";e.currentLang&&e.setSettings(s=>{let u={...s.translationLanguagePattern};return u[o]=Ou(e.currentLang,u[o]),u[i]=Nu(e.currentLang,u[i]),{...s,translationLanguagePattern:{...s.translationLanguagePattern,...u}}}),o==="matches"&&e.pageStatus==="Original"&&setTimeout(()=>{e.onTranslatePage(),e.onClose()},100)}}function iD({ctx:e,currentLang:t}){let n=null;if(t&&t!=="auto"){let{translationLanguagePattern:r}=e.config,{matches:a}=r;a.includes(t)?n=!0:n=!1}return{isAlwaysTranslateLang:n}}d();d();var sD=({text:e,children:t,position:n="top",containerStyle:r,containerClass:a,multiple:o=!1,width:i,delay:s=0,disable:u,enableMobile:l,tipStyle:c,onHidden:m,onShow:g})=>{let[p,f]=se(!1),y=We(null),b=We(null),h=()=>{u||!l&&st().any||(y.current&&clearTimeout(y.current),y.current=setTimeout(()=>{f(!0),g?.()},s))},C=()=>{st().any&&(b.current&&clearTimeout(b.current),b.current=setTimeout(()=>{w()},2e3))},w=()=>{y.current&&(clearTimeout(y.current),m?.()),f(!1)},P=Oe(()=>{let R={position:"absolute",padding:"6px 20px",backgroundColor:"#000000",color:"#ffffff",borderRadius:"8px",whiteSpace:"nowrap",fontSize:"14px",zIndex:1e3};switch(o&&(R.maxWidth="200px",i&&(R.width=i+"px"),R.whiteSpace="normal"),n){case"top":return{...R,bottom:"100%",left:"50%",transform:"translateX(-50%)",marginBottom:"10px",...c};case"bottom":return{...R,top:"100%",left:"50%",transform:"translateX(-50%)",marginTop:"10px",...c};case"left":return{...R,right:"100%",top:"50%",transform:"translateY(-50%)",marginRight:"10px",...c};case"right":return{...R,left:"100%",top:"50%",transform:"translateY(-50%)",marginLeft:"10px",...c};default:return{}}},[n,o,i,c]);return D("div",{class:a,style:{position:"relative",pointerEvents:"all",display:"inline-block",...r},children:[D("div",{onMouseEnter:h,onMouseLeave:w,onTouchStart:()=>{l&&h()},onTouchEnd:()=>{l&&C()},children:t}),p&&D("div",{style:P,role:"tooltip",children:e})]})},da=sD;d();var wy=D("svg",{width:"24",height:"24",viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg",fill:"#222222",children:[D("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M19.4284 6.59193L15.1187 2.28564H6.28557C5.83092 2.28564 5.39488 2.46626 5.07339 2.78775C4.7519 3.10924 4.57129 3.54527 4.57129 3.99993V9.71422V18.8571V19.9999C4.57129 20.4546 4.7519 20.8906 5.07339 21.2121C5.39488 21.5336 5.83092 21.7142 6.28557 21.7142H17.7141C18.1688 21.7142 18.6048 21.5336 18.9263 21.2121C19.2478 20.8906 19.4284 20.4546 19.4284 19.9999V18.8571V9.71422V6.59193ZM15.341 6.82964V4.93136L17.2404 6.82964H15.341ZM6.28551 18.8571V19.9999H17.7141V18.8571V8.54335H13.6272L13.6267 3.99992H6.28551V18.8571Z"}),D("rect",{x:"7.55957",y:"10.2002",width:"8.88",height:"1.8",fill:"#EA4C89"}),D("rect",{x:"7.55957",y:"13.2002",width:"8.88",height:"1.68",fill:"#EA4C89"}),D("rect",{x:"7.55957",y:"16.0801",width:"4.92",height:"1.8",fill:"#EA4C89"})]}),Dy=D("svg",{xmlns:"http://www.w3.org/2000/svg",width:"22",height:"22",viewBox:"0 0 24 24",fill:"#222222",children:[D("path",{d:"M19.4289 2.85693C19.654 2.85693 19.8769 2.90127 20.0849 2.98743C20.2929 3.07358 20.4818 3.19985 20.641 3.35904C20.8002 3.51822 20.9265 3.7072 21.0126 3.91519C21.0988 4.12318 21.1431 4.3461 21.1431 4.57122V19.4284C21.1431 19.6535 21.0988 19.8764 21.0126 20.0844C20.9265 20.2924 20.8002 20.4814 20.641 20.6405C20.4818 20.7997 20.2929 20.926 20.0849 21.0122C19.8769 21.0983 19.654 21.1426 19.4289 21.1426H4.57171C4.11705 21.1426 3.68102 20.962 3.35952 20.6405C3.03803 20.3191 2.85742 19.883 2.85742 19.4284V4.57122C2.85742 4.11656 3.03803 3.68053 3.35952 3.35904C3.68102 3.03755 4.11705 2.85693 4.57171 2.85693H19.4289ZM19.4289 9.14265H4.57171V19.4284H19.4289V9.14265ZM8.00028 4.57122H4.57171V7.42836H8.00028V4.57122ZM14.286 4.57122H9.71457V7.42836H14.286V4.57122ZM19.4289 4.57122H16.0003V7.42836H19.4289V4.57122Z"}),D("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M10.2854 10.543C10.4843 10.5431 10.6797 10.5951 10.8523 10.6938L15.4066 13.2955C15.5815 13.3955 15.7269 13.5399 15.828 13.7142C15.9292 13.8884 15.9824 14.0863 15.9824 14.2878C15.9824 14.4893 15.9292 14.6872 15.828 14.8615C15.7269 15.0357 15.5815 15.1802 15.4066 15.2801L10.8523 17.8824C10.6785 17.9817 10.4816 18.0336 10.2814 18.0329C10.0812 18.0322 9.88476 17.9789 9.71164 17.8784C9.53851 17.7779 9.39483 17.6337 9.29496 17.4602C9.19509 17.2867 9.14254 17.09 9.14258 16.8898V11.6858C9.14258 11.3827 9.26299 11.092 9.47731 10.8777C9.69164 10.6634 9.98233 10.543 10.2854 10.543ZM10.8569 12.6704V15.9047L13.6872 14.2875L10.8569 12.6704Z",fill:"#EA4C89"})]}),Ay=D("svg",{xmlns:"http://www.w3.org/2000/svg",width:"22",height:"22",viewBox:"0 0 24 24",fill:"#222222",children:[D("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M19.4979 2.78775C19.1764 2.46626 18.7404 2.28564 18.2857 2.28564H5.71429C5.25963 2.28564 4.82359 2.46626 4.5021 2.78775C4.18061 3.10924 4 3.54527 4 3.99993V19.9999C4 20.2251 4.04434 20.448 4.13049 20.656C4.21664 20.8639 4.34292 21.0529 4.5021 21.2121C4.66129 21.3713 4.85027 21.4976 5.05826 21.5837C5.26624 21.6699 5.48916 21.7142 5.71429 21.7142H18.2857C18.5108 21.7142 18.7338 21.6699 18.9417 21.5837C19.1497 21.4976 19.3387 21.3713 19.4979 21.2121C19.6571 21.0529 19.7834 20.8639 19.8695 20.656C19.9557 20.448 20 20.2251 20 19.9999V3.99993C20 3.54527 19.8194 3.10924 19.4979 2.78775ZM5.71429 18.8571H18.2857V19.9999H5.71429V18.8571ZM5.71428 3.95993V17.1028H18.2857V3.95993H5.71428Z"}),D("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M13.5033 3.95996V10.8171L10.6462 9.55653L7.78906 10.8171V3.95996H9.50334V8.18682L10.6462 7.68282L11.7891 8.18682V3.95996H13.5033Z",fill:"#EA4C89"})]}),ky=D("svg",{xmlns:"http://www.w3.org/2000/svg",width:"18",height:"18",viewBox:"0 0 20 20",fill:"#B3B3B3",children:D("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M11.0402 2.56219C10.8673 2.38914 10.6329 2.29178 10.3883 2.2915H9.61327C9.36886 2.29316 9.13508 2.39169 8.96323 2.5655C8.79138 2.7393 8.6955 2.97417 8.6966 3.21859V4.08317L7.88827 4.38838C7.27152 4.62052 6.69744 4.95314 6.18931 5.37275L5.51952 5.92484L4.76848 5.4915L4.7539 5.48317C4.61453 5.40172 4.45595 5.35893 4.29452 5.35921C4.13241 5.35919 3.97315 5.40182 3.83273 5.48282C3.69231 5.56382 3.57567 5.68033 3.49452 5.82067L3.12577 6.45817C3.00657 6.66857 2.9746 6.91731 3.03672 7.15101C3.09885 7.38471 3.25012 7.58474 3.45806 7.70817L3.47056 7.72171L4.21952 8.15505L4.07785 9.00817C3.96954 9.6575 3.96954 10.3203 4.07785 10.9696L4.2164 11.8207L3.46848 12.2519L3.44556 12.2655C3.23393 12.3881 3.07956 12.5896 3.0163 12.8259C2.95303 13.0622 2.98603 13.3139 3.10806 13.5259L3.50077 14.2061C3.58233 14.3463 3.6992 14.4627 3.83975 14.5436C3.9803 14.6246 4.13961 14.6673 4.30181 14.6675C4.46324 14.6678 4.62182 14.625 4.76119 14.5436L4.7841 14.53L5.53306 14.0978L6.20181 14.6457C6.70534 15.0591 7.27331 15.3871 7.88306 15.6165L8.6914 15.9217V16.7853C8.6914 17.0298 8.78849 17.2644 8.96134 17.4375C9.1342 17.6105 9.36868 17.7079 9.61327 17.7082H10.3883C10.5096 17.7086 10.6299 17.685 10.7422 17.6389C10.8544 17.5928 10.9565 17.525 11.0425 17.4393C11.1285 17.3537 11.1968 17.2519 11.2435 17.1399C11.2901 17.0278 11.3142 16.9077 11.3143 16.7863V15.9217L12.1226 15.6165C12.7394 15.3844 13.3135 15.0517 13.8216 14.6321L14.4914 14.08L15.2424 14.5134L15.257 14.5228C15.469 14.6447 15.7206 14.6775 15.9567 14.614C16.1929 14.5505 16.3941 14.3959 16.5164 14.1842L16.8851 13.5467C17.0068 13.3348 17.0397 13.0834 16.9764 12.8473C16.9132 12.6113 16.759 12.41 16.5476 12.2873L16.532 12.278L15.782 11.8457L15.9237 10.9915C16.032 10.3422 16.032 9.67938 15.9237 9.03005L15.7851 8.179L16.5331 7.74775L16.556 7.73421C16.7676 7.61158 16.922 7.41003 16.9852 7.17376C17.0485 6.93749 17.0155 6.68577 16.8935 6.4738L16.5008 5.79359C16.4192 5.65338 16.3023 5.53699 16.1618 5.45603C16.0212 5.37506 15.8619 5.33234 15.6997 5.33213C15.5383 5.33185 15.3797 5.37464 15.2404 5.45609L15.2174 5.46963L14.4685 5.90192L13.7997 5.354C13.2962 4.94059 12.7282 4.61262 12.1185 4.38317L11.3101 4.07796V3.21442C11.3101 2.96983 11.2131 2.73524 11.0402 2.56219ZM9.61327 1.0415H10.3883C10.6736 1.04164 10.9562 1.09798 11.2197 1.20731C11.4833 1.31663 11.7228 1.4768 11.9245 1.67867C12.1261 1.88054 12.2861 2.12016 12.3951 2.38384C12.5042 2.64753 12.5603 2.93011 12.5601 3.21546C13.2969 3.49312 13.9834 3.88931 14.5924 4.38838L14.6154 4.37484C14.8625 4.2313 15.1356 4.13798 15.4189 4.10025C15.7023 4.06251 15.9903 4.0811 16.2664 4.15495C16.5425 4.2288 16.8013 4.35644 17.028 4.53057C17.2547 4.7047 17.4447 4.92187 17.5872 5.16963L17.9799 5.84984C18.1226 6.09693 18.2153 6.36972 18.2525 6.65262C18.2897 6.93552 18.2709 7.22299 18.197 7.49859C18.123 7.7742 17.9956 8.03254 17.8218 8.25885C17.648 8.48516 17.4313 8.67501 17.1841 8.81755L17.1612 8.83109C17.2248 9.21777 17.2569 9.60899 17.257 10.0009C17.2552 10.4017 17.2203 10.8016 17.1529 11.1967L17.1685 11.205C17.6673 11.4933 18.0313 11.9678 18.1803 12.5243C18.3294 13.0809 18.2513 13.6738 17.9633 14.1728L17.5956 14.8103C17.3075 15.3093 16.833 15.6734 16.2765 15.8227C15.72 15.9719 15.1269 15.894 14.6279 15.6061L14.6133 15.5978C13.999 16.1043 13.3053 16.5059 12.5601 16.7863C12.5599 17.3622 12.331 17.9145 11.9237 18.3217C11.5165 18.729 10.9642 18.9579 10.3883 18.9582H9.61327C9.32792 18.958 9.04539 18.9017 8.78181 18.7924C8.51823 18.683 8.27877 18.5229 8.07709 18.321C7.87541 18.1191 7.71547 17.8795 7.6064 17.6158C7.49733 17.3521 7.44126 17.0696 7.4414 16.7842C6.70459 16.5066 6.01812 16.1104 5.40911 15.6113L5.38619 15.6248C5.13939 15.7686 4.86664 15.8623 4.58357 15.9005C4.30049 15.9387 4.01267 15.9206 3.73659 15.8474C3.4605 15.7741 3.20159 15.6471 2.97469 15.4736C2.74779 15.3001 2.55736 15.0835 2.41431 14.8363L2.0216 14.1561C1.8789 13.909 1.78628 13.6362 1.74904 13.3533C1.7118 13.0704 1.73068 12.7829 1.80459 12.5073C1.87849 12.2317 2.00599 11.9734 2.17977 11.7471C2.35356 11.5208 2.57025 11.3309 2.81744 11.1884L2.84035 11.1748C2.7767 10.7882 2.74465 10.3969 2.74452 10.005C2.74637 9.60425 2.78121 9.20429 2.84869 8.80921L2.83306 8.80088C2.33422 8.51264 1.97027 8.0381 1.82123 7.48158C1.67218 6.92506 1.75025 6.33214 2.03827 5.83317L2.40598 5.19046C2.69404 4.69144 3.16851 4.32727 3.72504 4.17803C4.28157 4.02879 4.87459 4.1067 5.37369 4.39463L5.38827 4.40296C6.00243 3.89603 6.69615 3.49408 7.4414 3.21338C7.44167 2.63745 7.67058 2.08518 8.07783 1.67794C8.48507 1.27069 9.03734 1.04178 9.61327 1.0415ZM11.1583 8.26761C10.8156 8.03869 10.4129 7.9165 10.0008 7.9165C9.44828 7.9165 8.91838 8.136 8.52768 8.5267C8.13698 8.9174 7.91748 9.4473 7.91748 9.99984C7.91748 10.4119 8.03967 10.8147 8.26859 11.1573C8.49751 11.4999 8.82288 11.7669 9.20356 11.9246C9.58424 12.0823 10.0031 12.1235 10.4073 12.0431C10.8114 11.9628 11.1826 11.7643 11.474 11.473C11.7653 11.1816 11.9637 10.8104 12.0441 10.4063C12.1245 10.0021 12.0832 9.58326 11.9256 9.20258C11.7679 8.8219 11.5009 8.49653 11.1583 8.26761ZM8.14891 7.22827C8.69708 6.862 9.34154 6.6665 10.0008 6.6665C10.8849 6.6665 11.7327 7.01769 12.3578 7.64281C12.983 8.26794 13.3341 9.11578 13.3341 9.99984C13.3341 10.6591 13.1387 11.3036 12.7724 11.8517C12.4061 12.3999 11.8855 12.8271 11.2764 13.0794C10.6673 13.3317 9.99712 13.3977 9.35051 13.2691C8.70391 13.1405 8.10997 12.823 7.64379 12.3569C7.17762 11.8907 6.86015 11.2967 6.73153 10.6501C6.60291 10.0035 6.66892 9.33331 6.92122 8.72423C7.17351 8.11514 7.60075 7.59454 8.14891 7.22827Z"})}),_y=D("svg",{xmlns:"http://www.w3.org/2000/svg",width:"22",height:"22",viewBox:"0 0 24 24",fill:"#222222",children:[D("path",{d:"M22.9331 7.46673V21.3334C22.9331 22.2667 22.1331 23.0667 21.1997 23.0667H10.1331V22.0001V20.9334H20.9331V7.60006H15.3331L11.0664 18.0001C10.7997 18.6667 10.1331 19.0667 9.46641 19.0667H2.79974C1.86641 19.0667 1.06641 18.2667 1.06641 17.3334V3.46673C1.06641 2.5334 1.86641 1.7334 2.79974 1.7334L12.9331 1.7334V2.80007V3.86673H2.93307V17.3334H9.33307L13.5997 6.9334C13.8664 6.26673 14.5331 5.86673 15.1997 5.86673H21.3331C22.2664 5.60006 22.9331 6.40007 22.9331 7.46673Z"}),D("path",{d:"M5.904 11.4063L5.472 13H4L6.056 6H7.96L10 13H8.496L8.072 11.4063H5.904ZM7.688 9.95389L7.048 7.54323H6.952L6.296 9.95389H7.688Z",fill:"#EA4C89"}),D("path",{d:"M19.4337 18.9805C18.403 18.6732 17.5907 18.3117 16.9968 17.8961C16.6999 18.1039 16.3542 18.2965 15.9597 18.474C15.5652 18.6558 15.1071 18.8312 14.5854 19L14 17.8831C14.9035 17.6494 15.6076 17.3918 16.1124 17.1104C15.8579 16.816 15.6394 16.4848 15.4571 16.1169C15.2789 15.7489 15.1262 15.3312 14.9989 14.8636H14.1718V13.8182H16.456C16.4178 13.5844 16.3669 13.3312 16.3033 13.0584L17.5504 13L17.6522 13.8182H19.8091V14.8636H18.9374C18.8059 15.3485 18.6532 15.7749 18.4793 16.1429C18.3054 16.5108 18.0976 16.8377 17.8558 17.1234C18.4327 17.4524 19.1474 17.6926 20 17.8442L19.4337 18.9805ZM16.1633 14.8636C16.3118 15.487 16.5854 16.013 16.9841 16.4416C17.1707 16.2424 17.3256 16.0152 17.4486 15.7597C17.5758 15.5 17.684 15.2013 17.7731 14.8636H16.1633Z",fill:"#EA4C89"})]}),Ly=D("svg",{xmlns:"http://www.w3.org/2000/svg",width:"22",height:"22",viewBox:"0 0 24 24",fill:"#222222",children:[D("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M13 2H3C1.89543 2 1 2.89543 1 4V20C1 21.1046 1.89543 22 3 22H7V20H3V4H13V2ZM21 2H17V4H21V20H11V22H21C22.1046 22 23 21.1046 23 20V4C23 2.89543 22.1046 2 21 2Z"}),D("path",{d:"M10.5387 14.1787L9.96267 16H8L10.7413 8H13.28L16 16H13.9947L13.4293 14.1787H10.5387ZM12.9173 12.5187L12.064 9.76369H11.936L11.0613 12.5187H12.9173Z",fill:"#EA4C89"})]}),Py=D("svg",{xmlns:"http://www.w3.org/2000/svg",width:"28",height:"28",viewBox:"0 0 28 28",fill:"#666666",children:D("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M19 8H9C8.44772 8 8 8.44772 8 9V11H20V9C20 8.44772 19.5523 8 19 8ZM21 11V9C21 7.89543 20.1046 7 19 7H9C7.89543 7 7 7.89543 7 9V11V12V19C7 20.1046 7.89543 21 9 21H13V20H9C8.44772 20 8 19.5523 8 19V12H20V14H21V12V11ZM9 9H11V10H9V9ZM17 9H15V10H17V9ZM12 9H14V10H12V9ZM21 17H18V14H17V17H14V18H17V21H18V18H21V17Z"})});function My({onOpenUrl:e,openOptionsPage:t,type:n}){let{t:r}=ve(),a=Ce(),o=Math.round((Eo.supportedVideoSubtitleSites||[]).length/10),i=Oe(()=>[{title:r("widget.translateFile"),icon:wy,tooltipText:r("translateFileTooltip"),tooltipStyle:{left:-10,transform:"unset",fontSize:13,whiteSpace:"pre"},tooltipMultiple:!0,onClick:()=>{e(a.TRANSLATE_FILE_URL,n)}},{title:r("widget.videoSubtitle"),icon:Dy,tooltipText:r("widget.videoSubtitleTooltip",{count:o*10}),tooltipStyle:{fontSize:13},onClick:()=>{t("#subtitle")}},{title:r("widget.instruction"),icon:Ay,tooltipText:r("widget.instructionTooltip"),tooltipStyle:{left:"unset",right:-10,transform:"unset",fontSize:13},onClick:()=>{e(Th)}}],[a,e,t,r]);return D("div",{class:"widgets-container mt-5",children:i.map(s=>s.tooltipText?D(da,{text:s.tooltipText,containerStyle:{flex:1},tipStyle:s.tooltipStyle,multiple:s.tooltipMultiple,children:D(Fy,{...s})}):D(Fy,{...s}))})}function Fy(e){return D("div",{class:"widget-item",onClick:e.onClick,children:[e.icon,D("span",{class:"ml-1 text-gray-6",children:e.title})]})}function Pp(e){let{setSettings:t,config:n,openSharePage:r,ctx:a,errorMsg:o,onAutoEnableSubtitleChanged:i}=e,[s,u]=se(""),[l,c]=se(o),[m,g]=se(null),[p,f]=se(null);De(()=>{Wt.get(qt,null).then(C=>{C?(g(C),f(Jt(C))):f(!1)}).catch(C=>{f(!1)})},[]);let y=!0,b=rt();n&&b&&(y=n.generalRule.showSponsorOnSafari);let h=Ru(n);return D("div",{class:`popup-container ${e.className||""}`,style:e.style,children:[D("div",{class:"popup-content text-sm",children:[h?D("div",{style:{marginTop:-12}}):D("div",{class:"flex items-center justify-between ml-1",style:{height:28},children:[D(sy,{isLogin:!!m,isProUser:!!p,config:n}),D(pD,{openSharePage:r})]}),D(uy,{ctx:e.ctx,setSettings:e.setSettings,onSetPageLanguage:e.onSetPageLanguage,currentLang:e.currentLang}),D(ly,{isProUser:!!p,ctx:e.ctx,setSettings:e.setSettings,pageStatus:e.pageStatus,onTranslatePage:e.onTranslatePage,onRestorePage:e.onRestorePage,openOptionsPage:e.openOptionsPage}),D("div",{class:"flex flex-row mt-3 items-center",children:[D(lD,{ctx:a,onSwitchTranslationMode:e.onSwitchTranslationMode}),D(dD,{ctx:e.ctx,pageStatus:e.pageStatus,currentUrl:e.currentUrl,onTranslatePdf:e.onTranslatePdf,onToggleTranslate:e.onToggleTranslate,disabledButton:e.disabledButton,noPermissionPDF:e.noPermissionPDF})]}),D("div",{class:`text-sm text-gray-9 mt-4 ml-1 ${s?"":"display-none"}`,children:s}),D("div",{class:`text-sm text-gray-9 mt-4 ml-1 ${l?"":"display-none"}`,children:l}),D(xp,{isShowError:!1,request:e.request,setStorageBuildinConfig:e.onSetBuildinConfig}),D("div",{class:"text-sm px-1 text-gray-2",children:[D(py,{ctx:e.ctx,setSettings:e.setSettings,pageStatus:e.pageStatus,onTranslatePage:e.onTranslatePage,onRestorePage:e.onRestorePage,currentUrl:e.currentUrl,currentLang:e.currentLang,onClose:e.onClose,onSetLocalConfig:e.onSetLocalConfig}),D(Cy,{ctx:e.ctx,openOptionsPage:e.openOptionsPage,setSettings:e.setSettings}),D(Sy,{ctx:a,currentLang:e.currentLang,pageStatus:e.pageStatus,onTranslatePage:e.onTranslatePage,onClose:e.onClose,setSettings:e.setSettings}),D(uD,{onAutoEnableSubtitleChanged:i,ctx:a,setSettings:t})]}),D(My,{type:e.type,onOpenUrl:e.onOpenUrl,openOptionsPage:e.openOptionsPage})]}),D(cD,{...e,isProUser:!!p,isShowPricing:y,setMessage:u})]})}function uD(e){let{t}=ve(),{ctx:n,setSettings:r,onAutoEnableSubtitleChanged:a}=e;return Oe(()=>!n.rule.subtitleRule.disabled&&Jc.includes(n.rule.subtitleRule.type||""),[n,Jc])?D("div",{class:"flex justify-between mt-3 items-center",children:[D("label",{class:"mb-0",children:t("autoEnableSubtitle")}),D("input",{type:"checkbox",role:"switch",id:"autoEnableSubtitle",name:"autoEnableSubtitle",checked:!!n.rule.subtitleRule.autoEnableSubtitle,onChange:i=>{let s=i.target.checked;r(u=>({...u,generalRule:{...u.generalRule,"subtitleRule.add":{...u.generalRule?.["subtitleRule.add"],autoEnableSubtitle:s}}})),a()}})]}):null}function lD(e){let{t}=ve(),n=e.ctx.state.translationMode,r=()=>{let o=n==="dual"?"translation":"dual";e.onSwitchTranslationMode(o)},a=t(n==="dual"?"changeToOnlyTempTranslationMode":"changeToDualTempTranslationMode");return D(da,{text:a,multiple:!0,tipStyle:{left:-20,transform:"unset",fontSize:13,whiteSpace:"pre"},children:D("div",{class:"translate-mode mr-2 ",onClick:r,children:n==="dual"?_y:Ly})})}function cD(e){let{t,lang:n}=ve(),{isProUser:r,isShowPricing:a}=e,{config:o}=e.ctx,i=60;n.startsWith("zh")||(i=70);let s=Ce(),u=`${e.type}_more`;return D("footer",{children:D("div",{class:"px-3 py-2-5 text-sm flex items-center justify-between popup-footer",children:[D("div",{class:"setting flex flex-row items-center justify-center secondary clickable",onClick:l,children:[ky,D("span",{class:"ml-1 text-gray-6",children:t("options")})]}),D(mD,{ctx:e.ctx,onToggleEnabled:e.onToggleEnabled,setSettings:e.setSettings,setMessage:e.setMessage}),D(Ep,{label:t("more"),showArrow:!0,maxWidth:i,className:"text-gray-6 transform-padding-left more",onSelected:p=>{p.value==="openPremium"?(globalThis.open(go),e.onClose()):p.value==="changeToOnlyTranslationMode"?c("translation"):p.value==="changeToDualTranslationMode"?c("dual"):p.value==="translateTheWholePage"?e.onTranslateTheWholePage():p.value==="translateToThePageEndImmediately"?e.onTranslateToThePageEndImmediately():p.value==="translateTheMainPage"?e.onTranslateTheMainPage():p.value==="translateLocalPdfFile"?e.onOpenUrl(s.PDF_VIEWER_URL,u):p.value==="pdfProFile"?e.onOpenUrl(s.PDF_PRO_URL,u):p.value==="translateText"?e.onOpenUrl(s.TEXT_TRANSLATE_URL,u):p.value==="translateLocalHtmlFile"?e.onOpenUrl(s.HTML_VIEWER_URL,u):p.value==="translateLocalSubtitleFile"?e.onOpenUrl(s.SUBTITLE_BUILDER_URL,u):p.value==="donate"?(globalThis.open(o.donateUrl),e.onClose()):p.value==="feedback"?(globalThis.open(o.feedbackUrl),e.onClose()):p.value==="options"?(e.openOptionsPage(),e.onClose()):p.value==="changeToTranslateTheWholePage"?m():p.value==="changeToTranslateTheMainPage"?g():p.value==="about"?e.openAboutPage():p.value==="toggleEnabled"?e.onToggleEnabled():p.value==="openEbookViewer"?e.onOpenUrl(s.EBOOK_VIEWER_URL,u):p.value==="openEbookBuilder"?e.onOpenUrl(s.EBOOK_BUILDER_URL,u):p.value==="goPro"&&e.onOpenUrl(go,u)},menus:[o.translationMode==="dual"&&{label:"\u{1F524} "+t("changeToOnlyTranslationMode"),value:"changeToOnlyTranslationMode"},o.translationMode==="translation"&&{label:"\u{1F521} "+t("changeToDualTranslationMode"),value:"changeToDualTranslationMode"},o.translationArea==="main"&&{label:"\u{1F480} "+t("changeToTranslateTheWholePage"),value:"changeToTranslateTheWholePage"},o.translationArea==="body"&&{label:"\u{1F4D6} "+t("changeToTranslateTheMainPage"),value:"changeToTranslateTheMainPage"},{label:"\u26A1 "+t("translateToThePageEndImmediately"),value:"translateToThePageEndImmediately"},{label:"\u{1F4D8} "+t("browser.openEbookViewer"),value:"openEbookViewer"},{label:"\u{1F4DA} "+t("browser.openEbookBuilder"),value:"openEbookBuilder"},{label:"\u{1F4C1} "+t("browser.translateLocalPdfFile"),value:"translateLocalPdfFile"},{label:"\u2747\uFE0F "+t("browser.PdfProFile"),value:"pdfProFile"},{label:"\u{1F310} "+t("browser.translateLocalHtmlFile"),value:"translateLocalHtmlFile"},{label:"\u{1F4FA} "+t("browser.translateLocalSubtitleFile"),value:"translateLocalSubtitleFile"},{label:"\u{1F4DD} "+t("browser.textTranslate"),value:"translateText"},r===!1&&a&&{label:"\u{1F451} "+t("upgradeToPro"),value:"goPro"},{label:"\u2764\uFE0F "+t(a?"aboutLabel":"aboutLabelWithoutSponsor"),value:"about"}].filter(Boolean)})]})});function l(p){p.preventDefault(),e.openOptionsPage()}function c(p){e.setSettings(f=>({...f,translationMode:p})),e.onSwitchTranslationMode(p)}function m(){e.setSettings(p=>({...p,translationArea:"body"})),e.onTranslateTheWholePage()}function g(){e.setSettings(p=>({...p,translationArea:"main"})),e.onTranslateTheMainPage()}}function dD({currentUrl:e,pageStatus:t,onTranslatePdf:n,ctx:r,onToggleTranslate:a,disabledButton:o,noPermissionPDF:i}){let{t:s,lang:u}=ve(),l=r.config,c=Oe(()=>new URL(e||""),[e]),m=c?.pathname.toLowerCase().endsWith(".pdf");Oa(r?.rule)&&!m&&(m=!0);let g=s("translate");t==="Translated"||t==="Error"?g=s("show-original"):t==="Original"?m?bo()&&c.protocol==="file:"||i?g=s("translate-firefox-local-pdf"):Ee()?g=s("noSupportTranslate-pdf"):g=s("translate-pdf"):g=s("translate"):g=s(t);let p=s("translateToThePageEndImmediately");return(t==="Original"||t==="Translated")&&(l.shortcuts.toggleTranslatePage&&(Lu()?r.rule.touchShortcutsToggleTranslatePage&&r.rule.touchShortcutsToggleTranslatePage!=="touchShortcutsOff"&&(g+=` (${s(r.rule.touchShortcutsToggleTranslatePage)})`):g+=` (${c0(l.shortcuts.toggleTranslatePage)})`),l.shortcuts.toggleTranslateToThePageEndImmediately&&(p+=` (${l.shortcuts.toggleTranslateToThePageEndImmediately})`)),D("button",{class:"mb-0 main-button",onClick:()=>{m?n&&n():a()},"aria-busy":t==="Translating",disabled:o||t==="Translating",children:g})}function mD({ctx:e,onToggleEnabled:t,setSettings:n,setMessage:r}){let{t:a,lang:o}=ve(),i=Xt();return D("div",{class:"flex",children:D("span",{class:"immersive-translate-no-select text-sm text-gray-c2",onClick:oy(7)(s),children:["V",i,e.config.enabled?null:D("a",{href:"#",onClick:t,children:[" ","(",a("hasBeenDisabled"),")"]})]})});function s(u){n(l=>(l.alpha?r("Success disable alpha!"):r("Success enable alpha!"),{...l,alpha:!l.alpha}))}}function pD(e){let{t}=ve();return D("div",{class:"share-button-container",onClick:e.openSharePage,children:[D("span",{class:"text-gray-9",children:t("buildSnapshots")}),Py]})}d();d();d();d();var Fp={get:(e,t,n)=>{let r=t===void 0?e:{[e]:t};return oe.storage[n].get(r)},set:(e,t,n)=>oe.storage[n].set({[e]:t})};function g0(e,t,n){let[r]=se(()=>typeof t=="function"?t():t),[a]=se(n),[o,i]=se(r),[s,u]=se(!1),[l,c]=se("");De(()=>{Fp.get(e,r,a).then(g=>{g[e]&&i(g[e]),u(!0),c("")}).catch(g=>{u(!1),c(g)})},[e,r,a]);let m=$e(g=>{let p=typeof g=="function"?g(o):g;M.debug("new settings",p),Fp.set(e,p,a).then(()=>{i(p),u(!0),c("")}).catch(f=>{i(p),u(!1),c(f)})},[a,e,o]);return[o,m,s,l]}d();function Mp(e,t,n){let r=[];return function(){let[o,i,s,u]=g0(e,t,n),l=$e(c=>{for(let m of r)m(c)},[]);return De(()=>(r.push(i),()=>{r.splice(r.indexOf(i),1)}),[i]),[o,l,s,u]}}function By(e,t){return Mp(e,t,"sync")}var gD="userConfig",fD=null,hD=By(gD,fD);function Pr(e){let[t,n,r,a]=hD(),o=$e(i=>{let s=typeof i=="function"?i(t):i;s&&(s.updatedAt=new Date().toISOString()),n(s),e&&e(s)},[t]);return[t,o,r,a,n]}d();d();async function f0(e){try{let t=new Date;M.debug("cron task start, next will run at",new Date(t.getTime()+e).toLocaleString()),await oe.storage.local.set({[ji]:t.toISOString()}),await bD(),Ee()||await j2()}catch(t){M.error("run cron task failed",t)}}async function Ry(){let t=(await an()).interval;if(t){let n=await oe.storage.local.get(ji);if(n&&n[ji]){let r=n[ji];if(Date.now()-new Date(r).getTime()r?(await oe.storage.local.set({buildinConfig:t}),M.info(`sync remote rules success, latest: ${new Date(a).toLocaleString()}`),Zr({method:"updateGlobalCtx",data:{}},{tab:{id:1,url:"https://www.fake.com",active:!0}}).catch(u=>{M.error("send content message request failed from cron task",u)})):M.debug(`no need to sync rules, latest: ${r}`):M.info(`local version is too old, please update to ${i} or later`)}catch(e){M.error("sync rules error: ",e)}}d();d();d();d();d();d();var Bp;function Wp(e){return[...e.v,(e.i?"!":"")+e.n].join(":")}function Wy(e,t=","){return e.map(Wp).join(t)}var $y=typeof CSS<"u"&&CSS.escape||(e=>e.replace(/[!"'`*+.,;:\\/<=>?@#$%&^|~()[\]{}]/g,"\\$&").replace(/^\d/,"\\3$& "));function b0(e){for(var t=9,n=e.length;n--;)t=Math.imul(t^e.charCodeAt(n),1597334677);return"#"+((t^t>>>9)>>>0).toString(36)}function y0(e,t="@media "){return t+Pn(e).map(n=>(typeof n=="string"&&(n={min:n}),n.raw||Object.keys(n).map(r=>`(${r}-width:${n[r]})`).join(" and "))).join(",")}function Pn(e=[]){return Array.isArray(e)?e:e==null?[]:[e]}function yD(){}var Gt={d:0,b:134217728,c:268435456,a:671088640,u:805306368,o:939524096};function Gy(e){return e.match(/[-=:;]/g)?.length||0}function Up(e){return Math.min(/(?:^|width[^\d]+)(\d+(?:.\d+)?)(p)?/.test(e)?Math.max(0,29.63*(+RegExp.$1/(RegExp.$2?15:1))**.137-43):0,15)<<22|Math.min(Gy(e),15)<<18}var ED=["rst-c","st-ch","h-chi","y-lin","nk","sited","ecked","pty","ad-on","cus-w","ver","cus","cus-v","tive","sable","tiona","quire"];function $p({n:e,i:t,v:n=[]},r,a,o){e&&(e=Wp({n:e,i:t,v:n})),o=[...Pn(o)];for(let s of n){let u=r.theme("screens",s);for(let l of Pn(u&&y0(u)||r.v(s))){var i;o.push(l),a|=u?67108864|Up(l):s=="dark"?1073741824:l[0]=="@"?Up(l):(i=l,1<<~(/:([a-z-]+)/.test(i)&&~ED.indexOf(RegExp.$1.slice(2,7))||-18))}}return{n:e,p:a,r:o,i:t}}var Gp=new Map;function Iy(e){if(e.d){let t=[],n=Rp(e.r.reduce((r,a)=>a[0]=="@"?(t.push(a),r):a?Rp(r,o=>Rp(a,i=>{let s=/(:merge\(.+?\))(:[a-z-]+|\\[.+])/.exec(i);if(s){let u=o.indexOf(s[1]);return~u?o.slice(0,u)+s[0]+o.slice(u+s[1].length):Ip(o,i)}return Ip(i,o)})):r,"&"),r=>Ip(r,e.n?"."+$y(e.n):""));return n&&t.push(n.replace(/:merge\((.+?)\)/g,"$1")),t.reduceRight((r,a)=>a+"{"+r+"}",e.d)}}function Rp(e,t){return e.replace(/ *((?:\(.+?\)|\[.+?\]|[^,])+) *(,|$)/g,(n,r,a)=>t(r)+a)}function Ip(e,t){return e.replace(/&/g,t)}var Oy=new Intl.Collator("en",{numeric:!0});function xD(e,t){for(var n=0,r=e.length;n>1;0>=Vy(e[a],t)?n=a+1:r=a}return r}function Vy(e,t){let n=e.p&Gt.o;return n==(t.p&Gt.o)&&(n==Gt.b||n==Gt.o)?0:e.p-t.p||e.o-t.o||Oy.compare(Ny(e.n),Ny(t.n))||Oy.compare(jy(e.n),jy(t.n))}function Ny(e){return(e||"").split(/:/).pop().split("/").pop()||"\0"}function jy(e){return(e||"").replace(/\W/g,t=>String.fromCharCode(127+t.charCodeAt(0)))+"\0"}function Op(e,t){return Math.round(parseInt(e,16)*t)}function ma(e,t={}){if(typeof e=="function")return e(t);let{opacityValue:n="1",opacityVariable:r}=t,a=r?`var(${r})`:n;if(e.includes(""))return e.replace("",a);if(e[0]=="#"&&(e.length==4||e.length==7)){let o=(e.length-1)/3,i=[17,1,.062272][o-1];return`rgba(${[Op(e.substr(1,o),i),Op(e.substr(1+o,o),i),Op(e.substr(1+2*o,o),i),a]})`}return a=="1"?e:a=="0"?"#0000":e.replace(/^(rgb|hsl)(\([^)]+)\)$/,`$1a$2,${a})`)}function Ky(e,t,n,r,a=[]){return function o(i,{n:s,p:u,r:l=[],i:c},m){let g=[],p="",f=0,y=0;for(let C in i||{}){var b,h;let w=i[C];if(C[0]=="@"){if(!w)continue;if(C[1]=="a"){g.push(...Jy(s,u,Kp(""+w),m,u,l,c,!0));continue}if(C[1]=="l"){for(let P of Pn(w))g.push(...o(P,{n:s,p:(b=Gt[C[7]],u&~Gt.o|b),r:C[7]=="d"?[]:l,i:c},m));continue}if(C[1]=="i"){g.push(...Pn(w).map(P=>({p:-1,o:0,r:[],d:C+" "+P})));continue}if(C[1]=="k"){g.push({p:Gt.d,o:0,r:[C],d:o(w,{p:Gt.d},m).map(Iy).join("")});continue}if(C[1]=="f"){g.push(...Pn(w).map(P=>({p:Gt.d,o:0,r:[C],d:o(P,{p:Gt.d},m).map(Iy).join("")})));continue}}if(typeof w!="object"||Array.isArray(w))C=="label"&&w?s=w+b0(JSON.stringify([u,c,i])):(w||w===0)&&(C=C.replace(/[A-Z]/g,P=>"-"+P.toLowerCase()),y+=1,f=Math.max(f,(h=C)[0]=="-"?0:Gy(h)+(/^(?:(border-(?!w|c|sty)|[tlbr].{2,4}m?$|c.{7,8}$)|([fl].{5}l|g.{8}$|pl))/.test(h)?+!!RegExp.$1||-!!RegExp.$2:0)+1),p+=(p?";":"")+Pn(w).map(P=>m.s(C,Yy(""+P,m.theme)+(c?" !important":""))).join(";"));else if(C[0]=="@"||C.includes("&")){let P=u;C[0]=="@"&&(C=C.replace(/\bscreen\(([^)]+)\)/g,(R,v)=>{let T=m.theme("screens",v);return T?(P|=67108864,y0(T,"")):R}),P|=Up(C)),g.push(...o(w,{n:s,p:P,r:[...l,C],i:c},m))}else g.push(...o(w,{p:u,r:[...l,C]},m))}return g.unshift({n:s,p:u,o:Math.max(0,15-y)+1.5*Math.min(f||15,15),r:l,d:p}),g.sort(Vy)}(e,$p(t,n,r,a),n)}function Yy(e,t){return e.replace(/theme\((["'`])?(.+?)\1(?:\s*,\s*(["'`])?(.+?)\3)?\)/g,(n,r,a,o,i="")=>{let s=t(a,i);return typeof s=="function"&&/color|fill|stroke/i.test(a)?ma(s):""+Pn(s).filter(u=>Object(u)!==u)})}function Vp(e,t){let n,r=[];for(let a of e)a.d&&a.n?n?.p==a.p&&""+n.r==""+a.r?(n.c=[n.c,a.c].filter(Boolean).join(" "),n.d=n.d+";"+a.d):r.push(n={...a,n:a.n&&t}):r.push({...a,n:a.n&&t});return r}function Hp(e,t,n=Gt.u,r,a){let o=[];for(let i of e)for(let s of function(u,l,c,m,g){u={...u,i:u.i||g};let p=function(f,y){let b=Gp.get(f.n);return b?b(f,y):y.r(f.n,f.v[0]=="dark")}(u,l);return p?typeof p=="string"?({r:m,p:c}=$p(u,l,c,m),Vp(Hp(Kp(p),l,c,m,u.i),u.n)):Array.isArray(p)?p.map(f=>{var y,b;return{o:0,...f,r:[...Pn(m),...Pn(f.r)],p:(y=c,b=f.p??c,y&~Gt.o|b)}}):Ky(p,u,l,c,m):[{c:Wp(u),p:0,o:0,r:[]}]}(i,t,n,r,a))o.splice(xD(o,s),0,s);return o}function Jy(e,t,n,r,a,o,i,s){return Vp((s?n.flatMap(u=>Hp([u],r,a,o,i)):Hp(n,r,a,o,i)).map(u=>u.p&Gt.o&&(u.n||t==Gt.b)?{...u,p:u.p&~Gt.o|t,o:0}:u),e)}function TD(e,t,n,r){var a;return a=(o,i)=>{let{n:s,p:u,r:l,i:c}=$p(o,i,t);return n&&Jy(s,t,n,i,u,l,c,r)},Gp.set(e,a),e}function Np(e,t,n){if(e[e.length-1]!="("){let r=[],a=!1,o=!1,i="";for(let s of e)if(!(s=="("||/[~@]$/.test(s))){if(s[0]=="!"&&(s=s.slice(1),a=!a),s.endsWith(":")){r[s=="dark:"?"unshift":"push"](s.slice(0,-1));continue}s[0]=="-"&&(s=s.slice(1),o=!o),s.endsWith("-")&&(s=s.slice(0,-1)),s&&s!="&"&&(i+=(i&&"-")+s)}i&&(o&&(i="-"+i),t[0].push({n:i,v:r.filter(vD),i:a}))}}function vD(e,t,n){return n.indexOf(e)==t}var Uy=new Map;function Kp(e){let t=Uy.get(e);if(!t){let n=[],r=[[]],a=0,o=0,i=null,s=0,u=(l,c=0)=>{a!=s&&(n.push(e.slice(a,s+c)),l&&Np(n,r)),a=s+1};for(;s1?m.slice(0,-1)+b0(JSON.stringify([m,g])):m+"("+Wy(g)+")",Gt.a,g,/@$/.test(m))],r)}c=n.lastIndexOf("(",c-1)}n.length=c+1}else/[~@]/.test(l)&&e[s+1]=="("&&r.unshift([])}u(!0),Uy.set(e,t=r[0])}return t}function Xy(e,t,n){return t.reduce((r,a,o)=>r+n(a)+e[o+1],e[0])}function Qy(e,t){return Array.isArray(e)&&Array.isArray(e.raw)?Xy(e,t,n=>jp(n).trim()):t.filter(Boolean).reduce((n,r)=>n+jp(r),e?jp(e):"")}function jp(e){let t,n="";if(e&&typeof e=="object")if(Array.isArray(e))(t=Qy(e[0],e.slice(1)))&&(n+=" "+t);else for(let r in e)e[r]&&(n+=" "+r);else e!=null&&typeof e!="boolean"&&(n+=" "+e);return n}var Yoe=Zy("@"),Joe=Zy("~");function Zy(e){return new Proxy(function(n,...r){return t("",n,r)},{get(n,r){return r in n?n[r]:function(a,...o){return t(r,a,o)}}});function t(n,r,a){return Wy(Kp(n+e+"("+Qy(r,a)+")"))}}function zp(e,t){return Array.isArray(e)?Hy(Xy(e,t,n=>n!=null&&typeof n!="boolean"?n:"")):typeof e=="string"?Hy(e):[e]}var CD=/ *(?:(?:([\u0080-\uFFFF\w-%@]+) *:? *([^{;]+?);|([^;}{]*?) *{)|(}))/g;function Hy(e){let t;e=e.replace(/\/\*[^]*?\*\/|\s\s+|\n/gm," ");let n=[{}],r=[n[0]],a=[];for(;t=CD.exec(e);)t[4]&&(n.shift(),a.shift()),t[3]?(a.unshift(t[3]),n.unshift({}),r.push(a.reduce((o,i)=>({[i]:o}),n[0]))):t[4]||(n[0][t[1]]&&(n.unshift({}),r.push(a.reduce((o,i)=>({[i]:o}),n[0]))),n[0][t[1]]=t[2]);return r}function e9(e,...t){var n;let r=zp(e,t),a=(r.find(o=>o.label)?.label||"css")+b0(JSON.stringify(r));return n=(o,i)=>Vp(r.flatMap(s=>Ky(s,o,i,Gt.o)),a),Gp.set(a,n),a}var Xoe=new Proxy(function(e,t){return zy("animation",e,t)},{get(e,t){return t in e?e[t]:function(n,r){return zy(t,n,r)}}});function zy(e,t,n){return{toString(){return e9({label:e,"@layer components":{...typeof t=="object"?t:{animation:t},animationName:""+n}})}}}function Z(e,t,n){return[e,SD(t,n)]}function SD(e,t){return typeof e=="function"?e:typeof e=="string"&&/^[\w-]+$/.test(e)?(n,r)=>({[e]:t?t(n,r):qp(n,1)}):n=>e||{[n[1]]:qp(n,2)}}function qp(e,t,n=e.slice(t).find(Boolean)||e.$$||e.input){return e.input[0]=="-"?`calc(${n} * -1)`:n}function te(e,t,n,r){return[e,wD(t,n,r)]}function wD(e,t,n){let r=typeof t=="string"?(a,o)=>({[t]:n?n(a,o):a._}):t||(({1:a,_:o},i,s)=>({[a||s]:o}));return(a,o)=>{let i=t9(e||a[1]),s=o.theme(i,a.$$)??li(a.$$,i,o);if(s!=null)return a._=qp(a,0,s),r(a,o,i)}}function Ft(e,t={},n){return[e,DD(t,n)]}function DD(e={},t){return(n,r)=>{let{section:a=t9(n[0]).replace("-","")+"Color"}=e,[o,i]=AD(n.$$);if(!o)return;let s=r.theme(a,o)||li(o,a,r);if(!s||typeof s=="object")return;let{opacityVariable:u=`--tw-${n[0].replace(/-$/,"")}-opacity`,opacitySection:l=a.replace("Color","Opacity"),property:c=a,selector:m}=e,g=r.theme(l,i||"DEFAULT")||i&&li(i,l,r),p=t||(({_:y})=>{let b=Ps(c,y);return m?{[m]:b}:b});n._={value:ma(s,{opacityVariable:u||void 0,opacityValue:g||void 0}),color:y=>ma(s,y),opacityVariable:u||void 0,opacityValue:g||void 0};let f=p(n,r);if(!n.dark){let y=r.d(a,o,s);y&&y!==s&&(n._={value:ma(y,{opacityVariable:u||void 0,opacityValue:g||"1"}),color:b=>ma(y,b),opacityVariable:u||void 0,opacityValue:g||void 0},f={"&":f,[r.v("dark")]:p(n,r)})}return f}}function AD(e){return(e.match(/^(\[[^\]]+]|[^/]+?)(?:\/(.+))?$/)||[]).slice(1)}function Ps(e,t){let n={};return typeof t=="string"?n[e]=t:(t.opacityVariable&&t.value.includes(t.opacityVariable)&&(n[t.opacityVariable]=t.opacityValue||"1"),n[e]=t.value),n}function li(e,t,n){if(e[0]=="["&&e.slice(-1)=="]"){if(e=h0(Yy(e.slice(1,-1),n.theme)),!t)return e;if(!(/color|fill|stroke/i.test(t)&&!(/^color:/.test(e)||/^(#|((hsl|rgb)a?|hwb|lab|lch|color)\(|[a-z]+$)/.test(e))||/image/i.test(t)&&!(/^image:/.test(e)||/^[a-z-]+\(/.test(e))||/weight/i.test(t)&&!(/^(number|any):/.test(e)||/^\d+$/.test(e))||/position/i.test(t)&&/^(length|size):/.test(e)))return e.replace(/^[a-z-]+:/,"")}}function t9(e){return e.replace(/-./g,t=>t[1].toUpperCase())}function h0(e){return e.includes("url(")?e.replace(/(.*?)(url\(.*?\))(.*?)/g,(t,n="",r,a="")=>h0(n)+r+h0(a)):e.replace(/(^|[^\\])_+/g,(t,n)=>n+" ".repeat(t.length-n.length)).replace(/\\_/g,"_").replace(/(calc|min|max|clamp)\(.+\)/g,t=>t.replace(/(-?\d*\.?\d(?!\b-.+[,)](?![^+\-/*])\D)(?:%|[a-z]+)?|\))([+\-/*])/g,"$1 $2 "))}var Qoe=Symbol();var n9=new Proxy(yD,{apply(e,t,n){return Bp(n[0])},get(e,t){let n=Bp[t];return typeof n=="function"?function(){return n.apply(Bp,arguments)}:n}});var Zoe=function e(t){return new Proxy(function(n,...r){return qy(t,"",n,r)},{get(n,r){return r==="bind"?e:r in n?n[r]:function(a,...o){return qy(t,r,a,o)}}})}();function qy(e,t,n,r){return{toString(){let a=zp(n,r),o=$y(t+b0(JSON.stringify([t,a])));return(typeof e=="function"?e:n9)(e9({[`@keyframes ${o}`]:zp(n,r)})),o}}}d();d();d();d();d();var r9={screens:{sm:"640px",md:"768px",lg:"1024px",xl:"1280px","2xl":"1536px"},columns:{auto:"auto","3xs":"16rem","2xs":"18rem",xs:"20rem",sm:"24rem",md:"28rem",lg:"32rem",xl:"36rem","2xl":"42rem","3xl":"48rem","4xl":"56rem","5xl":"64rem","6xl":"72rem","7xl":"80rem"},spacing:{px:"1px",0:"0px",...Fn(4,"rem",4,.5,.5),...Fn(12,"rem",4,5),14:"3.5rem",...Fn(64,"rem",4,16,4),72:"18rem",80:"20rem",96:"24rem"},durations:{75:"75ms",100:"100ms",150:"150ms",200:"200ms",300:"300ms",500:"500ms",700:"700ms",1e3:"1000ms"},animation:{none:"none",spin:"spin 1s linear infinite",ping:"ping 1s cubic-bezier(0,0,0.2,1) infinite",pulse:"pulse 2s cubic-bezier(0.4,0,0.6,1) infinite",bounce:"bounce 1s infinite"},aspectRatio:{auto:"auto",square:"1/1",video:"16/9"},backdropBlur:ze("blur"),backdropBrightness:ze("brightness"),backdropContrast:ze("contrast"),backdropGrayscale:ze("grayscale"),backdropHueRotate:ze("hueRotate"),backdropInvert:ze("invert"),backdropOpacity:ze("opacity"),backdropSaturate:ze("saturate"),backdropSepia:ze("sepia"),backgroundColor:ze("colors"),backgroundImage:{none:"none"},backgroundOpacity:ze("opacity"),backgroundSize:{auto:"auto",cover:"cover",contain:"contain"},blur:{none:"none",0:"0",sm:"4px",DEFAULT:"8px",md:"12px",lg:"16px",xl:"24px","2xl":"40px","3xl":"64px"},brightness:{...Fn(200,"",100,0,50),...Fn(110,"",100,90,5),75:"0.75",125:"1.25"},borderColor:({theme:e})=>({DEFAULT:e("colors.gray.200","currentColor"),...e("colors")}),borderOpacity:ze("opacity"),borderRadius:{none:"0px",sm:"0.125rem",DEFAULT:"0.25rem",md:"0.375rem",lg:"0.5rem",xl:"0.75rem","2xl":"1rem","3xl":"1.5rem","1/2":"50%",full:"9999px"},borderSpacing:ze("spacing"),borderWidth:{DEFAULT:"1px",...Nn(8,"px")},boxShadow:{sm:"0 1px 2px 0 rgba(0,0,0,0.05)",DEFAULT:"0 1px 3px 0 rgba(0,0,0,0.1), 0 1px 2px -1px rgba(0,0,0,0.1)",md:"0 4px 6px -1px rgba(0,0,0,0.1), 0 2px 4px -2px rgba(0,0,0,0.1)",lg:"0 10px 15px -3px rgba(0,0,0,0.1), 0 4px 6px -4px rgba(0,0,0,0.1)",xl:"0 20px 25px -5px rgba(0,0,0,0.1), 0 8px 10px -6px rgba(0,0,0,0.1)","2xl":"0 25px 50px -12px rgba(0,0,0,0.25)",inner:"inset 0 2px 4px 0 rgba(0,0,0,0.05)",none:"0 0 #0000"},boxShadowColor:ze("colors"),caretColor:ze("colors"),accentColor:({theme:e})=>({auto:"auto",...e("colors")}),contrast:{...Fn(200,"",100,0,50),75:"0.75",125:"1.25"},content:{none:"none"},divideColor:ze("borderColor"),divideOpacity:ze("borderOpacity"),divideWidth:ze("borderWidth"),dropShadow:{sm:"0 1px 1px rgba(0,0,0,0.05)",DEFAULT:["0 1px 2px rgba(0,0,0,0.1)","0 1px 1px rgba(0,0,0,0.06)"],md:["0 4px 3px rgba(0,0,0,0.07)","0 2px 2px rgba(0,0,0,0.06)"],lg:["0 10px 8px rgba(0,0,0,0.04)","0 4px 3px rgba(0,0,0,0.1)"],xl:["0 20px 13px rgba(0,0,0,0.03)","0 8px 5px rgba(0,0,0,0.08)"],"2xl":"0 25px 25px rgba(0,0,0,0.15)",none:"0 0 #0000"},fill:({theme:e})=>({...e("colors"),none:"none"}),grayscale:{DEFAULT:"100%",0:"0"},hueRotate:{0:"0deg",15:"15deg",30:"30deg",60:"60deg",90:"90deg",180:"180deg"},invert:{DEFAULT:"100%",0:"0"},flex:{1:"1 1 0%",auto:"1 1 auto",initial:"0 1 auto",none:"none"},flexBasis:({theme:e})=>({...e("spacing"),...Fs(2,6),...Fs(12,12),auto:"auto",full:"100%"}),flexGrow:{DEFAULT:1,0:0},flexShrink:{DEFAULT:1,0:0},fontFamily:{sans:'ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji"'.split(","),serif:'ui-serif,Georgia,Cambria,"Times New Roman",Times,serif'.split(","),mono:'ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace'.split(",")},fontSize:{xs:["0.75rem","1rem"],sm:["0.875rem","1.25rem"],base:["1rem","1.5rem"],lg:["1.125rem","1.75rem"],xl:["1.25rem","1.75rem"],"2xl":["1.5rem","2rem"],"3xl":["1.875rem","2.25rem"],"4xl":["2.25rem","2.5rem"],"5xl":["3rem","1"],"6xl":["3.75rem","1"],"7xl":["4.5rem","1"],"8xl":["6rem","1"],"9xl":["8rem","1"]},fontWeight:{thin:"100",extralight:"200",light:"300",normal:"400",medium:"500",semibold:"600",bold:"700",extrabold:"800",black:"900"},gap:ze("spacing"),gradientColorStops:ze("colors"),gridAutoColumns:{auto:"auto",min:"min-content",max:"max-content",fr:"minmax(0,1fr)"},gridAutoRows:{auto:"auto",min:"min-content",max:"max-content",fr:"minmax(0,1fr)"},gridColumn:{auto:"auto","span-full":"1 / -1"},gridRow:{auto:"auto","span-full":"1 / -1"},gridTemplateColumns:{none:"none"},gridTemplateRows:{none:"none"},height:({theme:e})=>({...e("spacing"),...Fs(2,6),min:"min-content",max:"max-content",fit:"fit-content",auto:"auto",full:"100%",screen:"100vh"}),inset:({theme:e})=>({...e("spacing"),...Fs(2,4),auto:"auto",full:"100%"}),keyframes:{spin:{from:{transform:"rotate(0deg)"},to:{transform:"rotate(360deg)"}},ping:{"0%":{transform:"scale(1)",opacity:"1"},"75%,100%":{transform:"scale(2)",opacity:"0"}},pulse:{"0%,100%":{opacity:"1"},"50%":{opacity:".5"}},bounce:{"0%, 100%":{transform:"translateY(-25%)",animationTimingFunction:"cubic-bezier(0.8,0,1,1)"},"50%":{transform:"none",animationTimingFunction:"cubic-bezier(0,0,0.2,1)"}}},letterSpacing:{tighter:"-0.05em",tight:"-0.025em",normal:"0em",wide:"0.025em",wider:"0.05em",widest:"0.1em"},lineHeight:{...Fn(10,"rem",4,3),none:"1",tight:"1.25",snug:"1.375",normal:"1.5",relaxed:"1.625",loose:"2"},margin:({theme:e})=>({auto:"auto",...e("spacing")}),maxHeight:({theme:e})=>({full:"100%",min:"min-content",max:"max-content",fit:"fit-content",screen:"100vh",...e("spacing")}),maxWidth:({theme:e,breakpoints:t})=>({...t(e("screens")),none:"none",0:"0rem",xs:"20rem",sm:"24rem",md:"28rem",lg:"32rem",xl:"36rem","2xl":"42rem","3xl":"48rem","4xl":"56rem","5xl":"64rem","6xl":"72rem","7xl":"80rem",full:"100%",min:"min-content",max:"max-content",fit:"fit-content",prose:"65ch"}),minHeight:{0:"0px",full:"100%",min:"min-content",max:"max-content",fit:"fit-content",screen:"100vh"},minWidth:{0:"0px",full:"100%",min:"min-content",max:"max-content",fit:"fit-content"},opacity:{...Fn(100,"",100,0,10),5:"0.05",25:"0.25",75:"0.75",95:"0.95"},order:{first:"-9999",last:"9999",none:"0"},padding:ze("spacing"),placeholderColor:ze("colors"),placeholderOpacity:ze("opacity"),outlineColor:ze("colors"),outlineOffset:Nn(8,"px"),outlineWidth:Nn(8,"px"),ringColor:({theme:e})=>({...e("colors"),DEFAULT:"#3b82f6"}),ringOffsetColor:ze("colors"),ringOffsetWidth:Nn(8,"px"),ringOpacity:({theme:e})=>({...e("opacity"),DEFAULT:"0.5"}),ringWidth:{DEFAULT:"3px",...Nn(8,"px")},rotate:{...Nn(2,"deg"),...Nn(12,"deg",3),...Nn(180,"deg",45)},saturate:Fn(200,"",100,0,50),scale:{...Fn(150,"",100,0,50),...Fn(110,"",100,90,5),75:"0.75",125:"1.25"},scrollMargin:ze("spacing"),scrollPadding:ze("spacing"),sepia:{0:"0",DEFAULT:"100%"},skew:{...Nn(2,"deg"),...Nn(12,"deg",3)},space:ze("spacing"),stroke:({theme:e})=>({...e("colors"),none:"none"}),strokeWidth:Fn(2),textColor:ze("colors"),textDecorationColor:ze("colors"),textDecorationThickness:{"from-font":"from-font",auto:"auto",...Nn(8,"px")},textUnderlineOffset:{auto:"auto",...Nn(8,"px")},textIndent:ze("spacing"),textOpacity:ze("opacity"),transitionDuration:({theme:e})=>({...e("durations"),DEFAULT:"150ms"}),transitionDelay:ze("durations"),transitionProperty:{none:"none",all:"all",DEFAULT:"color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter",colors:"color,background-color,border-color,text-decoration-color,fill,stroke",opacity:"opacity",shadow:"box-shadow",transform:"transform"},transitionTimingFunction:{DEFAULT:"cubic-bezier(0.4,0,0.2,1)",linear:"linear",in:"cubic-bezier(0.4,0,1,1)",out:"cubic-bezier(0,0,0.2,1)","in-out":"cubic-bezier(0.4,0,0.2,1)"},translate:({theme:e})=>({...e("spacing"),...Fs(2,4),full:"100%"}),width:({theme:e})=>({min:"min-content",max:"max-content",fit:"fit-content",screen:"100vw",...e("flexBasis")}),willChange:{scroll:"scroll-position"},zIndex:{...Fn(50,"",1,0,10),auto:"auto"}};function Fs(e,t){let n={};do for(var r=1;rt(e)}var bie={"*,::before,::after":{boxSizing:"border-box",borderWidth:"0",borderStyle:"solid",borderColor:"theme(borderColor.DEFAULT, currentColor)"},"::before,::after":{"--tw-content":"''"},html:{lineHeight:1.5,WebkitTextSizeAdjust:"100%",MozTabSize:"4",tabSize:4,fontFamily:`theme(fontFamily.sans, ${r9.fontFamily.sans})`,fontFeatureSettings:"theme(fontFamily.sans[1].fontFeatureSettings, normal)"},body:{margin:"0",lineHeight:"inherit"},hr:{height:"0",color:"inherit",borderTopWidth:"1px"},"abbr:where([title])":{textDecoration:"underline dotted"},"h1,h2,h3,h4,h5,h6":{fontSize:"inherit",fontWeight:"inherit"},a:{color:"inherit",textDecoration:"inherit"},"b,strong":{fontWeight:"bolder"},"code,kbd,samp,pre":{fontFamily:`theme(fontFamily.mono, ${r9.fontFamily.mono})`,fontFeatureSettings:"theme(fontFamily.mono[1].fontFeatureSettings, normal)",fontSize:"1em"},small:{fontSize:"80%"},"sub,sup":{fontSize:"75%",lineHeight:0,position:"relative",verticalAlign:"baseline"},sub:{bottom:"-0.25em"},sup:{top:"-0.5em"},table:{textIndent:"0",borderColor:"inherit",borderCollapse:"collapse"},"button,input,optgroup,select,textarea":{fontFamily:"inherit",fontSize:"100%",lineHeight:"inherit",color:"inherit",margin:"0",padding:"0"},"button,select":{textTransform:"none"},"button,[type='button'],[type='reset'],[type='submit']":{WebkitAppearance:"button",backgroundColor:"transparent",backgroundImage:"none"},":-moz-focusring":{outline:"auto"},":-moz-ui-invalid":{boxShadow:"none"},progress:{verticalAlign:"baseline"},"::-webkit-inner-spin-button,::-webkit-outer-spin-button":{height:"auto"},"[type='search']":{WebkitAppearance:"textfield",outlineOffset:"-2px"},"::-webkit-search-decoration":{WebkitAppearance:"none"},"::-webkit-file-upload-button":{WebkitAppearance:"button",font:"inherit"},summary:{display:"list-item"},"blockquote,dl,dd,h1,h2,h3,h4,h5,h6,hr,figure,p,pre":{margin:"0"},fieldset:{margin:"0",padding:"0"},legend:{padding:"0"},"ol,ul,menu":{listStyle:"none",margin:"0",padding:"0"},textarea:{resize:"vertical"},"input::placeholder,textarea::placeholder":{opacity:1,color:"theme(colors.gray.400, #9ca3af)"},'button,[role="button"]':{cursor:"pointer"},":disabled":{cursor:"default"},"img,svg,video,canvas,audio,iframe,embed,object":{display:"block",verticalAlign:"middle"},"img,video":{maxWidth:"100%",height:"auto"},"[hidden]":{display:"none"}},Eie=[Z("\\[([-\\w]+):(.+)]",({1:e,2:t},n)=>({"@layer overrides":{"&":{[e]:li(`[${t}]`,"",n)}}})),Z("(group|peer)([~/][^-[]+)?",({input:e},{h:t})=>[{c:t(e)}]),te("aspect-","aspectRatio"),Z("container",(e,{theme:t})=>{let{screens:n=t("screens"),center:r,padding:a}=t("container"),o={width:"100%",marginRight:r&&"auto",marginLeft:r&&"auto",...i("xs")};for(let s in n){let u=n[s];typeof u=="string"&&(o[y0(u)]={"&":{maxWidth:u,...i(s)}})}return o;function i(s){let u=a&&(typeof a=="string"?a:a[s]||a.DEFAULT);if(u)return{paddingRight:u,paddingLeft:u}}}),te("content-","content",({_:e})=>({"--tw-content":e,content:"var(--tw-content)"})),Z("(?:box-)?decoration-(slice|clone)","boxDecorationBreak"),Z("box-(border|content)","boxSizing",({1:e})=>e+"-box"),Z("hidden",{display:"none"}),Z("table-(auto|fixed)","tableLayout"),Z(["(block|flex|table|grid|inline|contents|flow-root|list-item)","(inline-(block|flex|table|grid))","(table-(caption|cell|column|row|(column|row|footer|header)-group))"],"display"),"(float)-(left|right|none)","(clear)-(left|right|none|both)","(overflow(?:-[xy])?)-(auto|hidden|clip|visible|scroll)","(isolation)-(auto)",Z("isolate","isolation"),Z("object-(contain|cover|fill|none|scale-down)","objectFit"),te("object-","objectPosition"),Z("object-(top|bottom|center|(left|right)(-(top|bottom))?)","objectPosition",E0),Z("overscroll(-[xy])?-(auto|contain|none)",({1:e="",2:t})=>({["overscroll-behavior"+e]:t})),Z("(static|fixed|absolute|relative|sticky)","position"),te("-?inset(-[xy])?(?:$|-)","inset",({1:e,_:t})=>({top:e!="-x"&&t,right:e!="-y"&&t,bottom:e!="-x"&&t,left:e!="-y"&&t})),te("-?(top|bottom|left|right)(?:$|-)","inset"),Z("(visible|collapse)","visibility"),Z("invisible",{visibility:"hidden"}),te("-?z-","zIndex"),Z("flex-((row|col)(-reverse)?)","flexDirection",a9),Z("flex-(wrap|wrap-reverse|nowrap)","flexWrap"),te("(flex-(?:grow|shrink))(?:$|-)"),te("(flex)-"),te("grow(?:$|-)","flexGrow"),te("shrink(?:$|-)","flexShrink"),te("basis-","flexBasis"),te("-?(order)-"),"-?(order)-(\\d+)",te("grid-cols-","gridTemplateColumns"),Z("grid-cols-(\\d+)","gridTemplateColumns",u9),te("col-","gridColumn"),Z("col-(span)-(\\d+)","gridColumn",s9),te("col-start-","gridColumnStart"),Z("col-start-(auto|\\d+)","gridColumnStart"),te("col-end-","gridColumnEnd"),Z("col-end-(auto|\\d+)","gridColumnEnd"),te("grid-rows-","gridTemplateRows"),Z("grid-rows-(\\d+)","gridTemplateRows",u9),te("row-","gridRow"),Z("row-(span)-(\\d+)","gridRow",s9),te("row-start-","gridRowStart"),Z("row-start-(auto|\\d+)","gridRowStart"),te("row-end-","gridRowEnd"),Z("row-end-(auto|\\d+)","gridRowEnd"),Z("grid-flow-((row|col)(-dense)?)","gridAutoFlow",e=>E0(a9(e))),Z("grid-flow-(dense)","gridAutoFlow"),te("auto-cols-","gridAutoColumns"),te("auto-rows-","gridAutoRows"),te("gap-x(?:$|-)","gap","columnGap"),te("gap-y(?:$|-)","gap","rowGap"),te("gap(?:$|-)","gap"),"(justify-(?:items|self))-",Z("justify-","justifyContent",o9),Z("(content|items|self)-",e=>({["align-"+e[1]]:o9(e)})),Z("(place-(content|items|self))-",({1:e,$$:t})=>({[e]:("wun".includes(t[3])?"space-":"")+t})),te("p([xytrbl])?(?:$|-)","padding",ci("padding")),te("-?m([xytrbl])?(?:$|-)","margin",ci("margin")),te("-?space-(x|y)(?:$|-)","space",({1:e,_:t})=>({"&>:not([hidden])~:not([hidden])":{[`--tw-space-${e}-reverse`]:"0",["margin-"+{y:"top",x:"left"}[e]]:`calc(${t} * calc(1 - var(--tw-space-${e}-reverse)))`,["margin-"+{y:"bottom",x:"right"}[e]]:`calc(${t} * var(--tw-space-${e}-reverse))`}})),Z("space-(x|y)-reverse",({1:e})=>({"&>:not([hidden])~:not([hidden])":{[`--tw-space-${e}-reverse`]:"1"}})),te("w-","width"),te("min-w-","minWidth"),te("max-w-","maxWidth"),te("h-","height"),te("min-h-","minHeight"),te("max-h-","maxHeight"),te("font-","fontWeight"),te("font-","fontFamily",({_:e})=>typeof(e=Pn(e))[1]=="string"?{fontFamily:Qn(e)}:{fontFamily:Qn(e[0]),...e[1]}),Z("antialiased",{WebkitFontSmoothing:"antialiased",MozOsxFontSmoothing:"grayscale"}),Z("subpixel-antialiased",{WebkitFontSmoothing:"auto",MozOsxFontSmoothing:"auto"}),Z("italic","fontStyle"),Z("not-italic",{fontStyle:"normal"}),Z("(ordinal|slashed-zero|(normal|lining|oldstyle|proportional|tabular)-nums|(diagonal|stacked)-fractions)",({1:e,2:t="",3:n})=>t=="normal"?{fontVariantNumeric:"normal"}:{["--tw-"+(n?"numeric-fraction":"pt".includes(t[0])?"numeric-spacing":t?"numeric-figure":e)]:e,fontVariantNumeric:"var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction)",...pa({"--tw-ordinal":"var(--tw-empty,/*!*/ /*!*/)","--tw-slashed-zero":"var(--tw-empty,/*!*/ /*!*/)","--tw-numeric-figure":"var(--tw-empty,/*!*/ /*!*/)","--tw-numeric-spacing":"var(--tw-empty,/*!*/ /*!*/)","--tw-numeric-fraction":"var(--tw-empty,/*!*/ /*!*/)"})}),te("tracking-","letterSpacing"),te("leading-","lineHeight"),Z("list-(inside|outside)","listStylePosition"),te("list-","listStyleType"),Z("list-","listStyleType"),te("placeholder-opacity-","placeholderOpacity",({_:e})=>({"&::placeholder":{"--tw-placeholder-opacity":e}})),Ft("placeholder-",{property:"color",selector:"&::placeholder"}),Z("text-(left|center|right|justify|start|end)","textAlign"),Z("text-(ellipsis|clip)","textOverflow"),te("text-opacity-","textOpacity","--tw-text-opacity"),Ft("text-",{property:"color"}),te("text-","fontSize",({_:e})=>typeof e=="string"?{fontSize:e}:{fontSize:e[0],...typeof e[1]=="string"?{lineHeight:e[1]}:e[1]}),te("indent-","textIndent"),Z("(overline|underline|line-through)","textDecorationLine"),Z("no-underline",{textDecorationLine:"none"}),te("underline-offset-","textUnderlineOffset"),Ft("decoration-",{section:"textDecorationColor",opacityVariable:!1,opacitySection:"opacity"}),te("decoration-","textDecorationThickness"),Z("decoration-","textDecorationStyle"),Z("(uppercase|lowercase|capitalize)","textTransform"),Z("normal-case",{textTransform:"none"}),Z("truncate",{overflow:"hidden",whiteSpace:"nowrap",textOverflow:"ellipsis"}),Z("align-","verticalAlign"),Z("whitespace-","whiteSpace"),Z("break-normal",{wordBreak:"normal",overflowWrap:"normal"}),Z("break-words",{overflowWrap:"break-word"}),Z("break-all",{wordBreak:"break-all"}),Z("break-keep",{wordBreak:"keep-all"}),Ft("caret-",{opacityVariable:!1,opacitySection:"opacity"}),Ft("accent-",{opacityVariable:!1,opacitySection:"opacity"}),Z("bg-gradient-to-([trbl]|[tb][rl])","backgroundImage",({1:e})=>`linear-gradient(to ${Ga(e," ")},var(--tw-gradient-stops))`),Ft("from-",{section:"gradientColorStops",opacityVariable:!1,opacitySection:"opacity"},({_:e})=>({"--tw-gradient-from":e.value,"--tw-gradient-to":e.color({opacityValue:"0"}),"--tw-gradient-stops":"var(--tw-gradient-from),var(--tw-gradient-to)"})),Ft("via-",{section:"gradientColorStops",opacityVariable:!1,opacitySection:"opacity"},({_:e})=>({"--tw-gradient-to":e.color({opacityValue:"0"}),"--tw-gradient-stops":`var(--tw-gradient-from),${e.value},var(--tw-gradient-to)`})),Ft("to-",{section:"gradientColorStops",property:"--tw-gradient-to",opacityVariable:!1,opacitySection:"opacity"}),Z("bg-(fixed|local|scroll)","backgroundAttachment"),Z("bg-origin-(border|padding|content)","backgroundOrigin",({1:e})=>e+"-box"),Z(["bg-(no-repeat|repeat(-[xy])?)","bg-repeat-(round|space)"],"backgroundRepeat"),Z("bg-blend-","backgroundBlendMode"),Z("bg-clip-(border|padding|content|text)","backgroundClip",({1:e})=>e+(e=="text"?"":"-box")),te("bg-opacity-","backgroundOpacity","--tw-bg-opacity"),Ft("bg-",{section:"backgroundColor"}),te("bg-","backgroundImage"),te("bg-","backgroundPosition"),Z("bg-(top|bottom|center|(left|right)(-(top|bottom))?)","backgroundPosition",E0),te("bg-","backgroundSize"),te("rounded(?:$|-)","borderRadius"),te("rounded-([trbl]|[tb][rl])(?:$|-)","borderRadius",({1:e,_:t})=>{let n={t:["tl","tr"],r:["tr","br"],b:["bl","br"],l:["bl","tl"]}[e]||[e,e];return{[`border-${Ga(n[0])}-radius`]:t,[`border-${Ga(n[1])}-radius`]:t}}),Z("border-(collapse|separate)","borderCollapse"),te("border-opacity(?:$|-)","borderOpacity","--tw-border-opacity"),Z("border-(solid|dashed|dotted|double|none)","borderStyle"),te("border-spacing(-[xy])?(?:$|-)","borderSpacing",({1:e,_:t})=>({...pa({"--tw-border-spacing-x":"0","--tw-border-spacing-y":"0"}),["--tw-border-spacing"+(e||"-x")]:t,["--tw-border-spacing"+(e||"-y")]:t,"border-spacing":"var(--tw-border-spacing-x) var(--tw-border-spacing-y)"})),Ft("border-([xytrbl])-",{section:"borderColor"},ci("border","Color")),Ft("border-"),te("border-([xytrbl])(?:$|-)","borderWidth",ci("border","Width")),te("border(?:$|-)","borderWidth"),te("divide-opacity(?:$|-)","divideOpacity",({_:e})=>({"&>:not([hidden])~:not([hidden])":{"--tw-divide-opacity":e}})),Z("divide-(solid|dashed|dotted|double|none)",({1:e})=>({"&>:not([hidden])~:not([hidden])":{borderStyle:e}})),Z("divide-([xy]-reverse)",({1:e})=>({"&>:not([hidden])~:not([hidden])":{["--tw-divide-"+e]:"1"}})),te("divide-([xy])(?:$|-)","divideWidth",({1:e,_:t})=>{let n={x:"lr",y:"tb"}[e];return{"&>:not([hidden])~:not([hidden])":{[`--tw-divide-${e}-reverse`]:"0",[`border-${Ga(n[0])}Width`]:`calc(${t} * calc(1 - var(--tw-divide-${e}-reverse)))`,[`border-${Ga(n[1])}Width`]:`calc(${t} * var(--tw-divide-${e}-reverse))`}}}),Ft("divide-",{property:"borderColor",selector:"&>:not([hidden])~:not([hidden])"}),te("ring-opacity(?:$|-)","ringOpacity","--tw-ring-opacity"),Ft("ring-offset-",{property:"--tw-ring-offset-color",opacityVariable:!1}),te("ring-offset(?:$|-)","ringOffsetWidth","--tw-ring-offset-width"),Z("ring-inset",{"--tw-ring-inset":"inset"}),Ft("ring-",{property:"--tw-ring-color"}),te("ring(?:$|-)","ringWidth",({_:e},{theme:t})=>({...pa({"--tw-ring-offset-shadow":"0 0 #0000","--tw-ring-shadow":"0 0 #0000","--tw-shadow":"0 0 #0000","--tw-shadow-colored":"0 0 #0000","&":{"--tw-ring-inset":"var(--tw-empty,/*!*/ /*!*/)","--tw-ring-offset-width":t("ringOffsetWidth","","0px"),"--tw-ring-offset-color":ma(t("ringOffsetColor","","#fff")),"--tw-ring-color":ma(t("ringColor","","#93c5fd"),{opacityVariable:"--tw-ring-opacity"}),"--tw-ring-opacity":t("ringOpacity","","0.5")}}),"--tw-ring-offset-shadow":"var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color)","--tw-ring-shadow":`var(--tw-ring-inset) 0 0 0 calc(${e} + var(--tw-ring-offset-width)) var(--tw-ring-color)`,boxShadow:"var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)"})),Ft("shadow-",{section:"boxShadowColor",opacityVariable:!1,opacitySection:"opacity"},({_:e})=>({"--tw-shadow-color":e.value,"--tw-shadow":"var(--tw-shadow-colored)"})),te("shadow(?:$|-)","boxShadow",({_:e})=>({...pa({"--tw-ring-offset-shadow":"0 0 #0000","--tw-ring-shadow":"0 0 #0000","--tw-shadow":"0 0 #0000","--tw-shadow-colored":"0 0 #0000"}),"--tw-shadow":Qn(e),"--tw-shadow-colored":Qn(e).replace(/([^,]\s+)(?:#[a-f\d]+|(?:(?:hsl|rgb)a?|hwb|lab|lch|color|var)\(.+?\)|[a-z]+)(,|$)/g,"$1var(--tw-shadow-color)$2"),boxShadow:"var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)"})),te("(opacity)-"),Z("mix-blend-","mixBlendMode"),...i9(),...i9("backdrop-"),te("transition(?:$|-)","transitionProperty",(e,{theme:t})=>({transitionProperty:Qn(e),transitionTimingFunction:e._=="none"?void 0:Qn(t("transitionTimingFunction","")),transitionDuration:e._=="none"?void 0:Qn(t("transitionDuration",""))})),te("duration(?:$|-)","transitionDuration","transitionDuration",Qn),te("ease(?:$|-)","transitionTimingFunction","transitionTimingFunction",Qn),te("delay(?:$|-)","transitionDelay","transitionDelay",Qn),te("animate(?:$|-)","animation",(e,{theme:t,h:n,e:r})=>{let a=Qn(e),o=a.split(" "),i=t("keyframes",o[0]);return i?{["@keyframes "+(o[0]=r(n(o[0])))]:i,animation:o.join(" ")}:{animation:a}}),"(transform)-(none)",Z("transform",Jp),Z("transform-(cpu|gpu)",({1:e})=>({"--tw-transform":l9(e=="gpu")})),te("scale(-[xy])?-","scale",({1:e,_:t})=>({["--tw-scale"+(e||"-x")]:t,["--tw-scale"+(e||"-y")]:t,...Jp()})),te("-?(rotate)-","rotate",Yp),te("-?(translate-[xy])-","translate",Yp),te("-?(skew-[xy])-","skew",Yp),Z("origin-(center|((top|bottom)(-(left|right))?)|left|right)","transformOrigin",E0),"(appearance)-",te("(columns)-"),"(columns)-(\\d+)","(break-(?:before|after|inside))-",te("(cursor)-"),"(cursor)-",Z("snap-(none)","scroll-snap-type"),Z("snap-(x|y|both)",({1:e})=>({...pa({"--tw-scroll-snap-strictness":"proximity"}),"scroll-snap-type":e+" var(--tw-scroll-snap-strictness)"})),Z("snap-(mandatory|proximity)","--tw-scroll-snap-strictness"),Z("snap-(?:(start|end|center)|align-(none))","scroll-snap-align"),Z("snap-(normal|always)","scroll-snap-stop"),Z("scroll-(auto|smooth)","scroll-behavior"),te("scroll-p([xytrbl])?(?:$|-)","padding",ci("scroll-padding")),te("-?scroll-m([xytrbl])?(?:$|-)","scroll-margin",ci("scroll-margin")),Z("touch-(auto|none|manipulation)","touch-action"),Z("touch-(pinch-zoom|pan-(?:(x|left|right)|(y|up|down)))",({1:e,2:t,3:n})=>({...pa({"--tw-pan-x":"var(--tw-empty,/*!*/ /*!*/)","--tw-pan-y":"var(--tw-empty,/*!*/ /*!*/)","--tw-pinch-zoom":"var(--tw-empty,/*!*/ /*!*/)","--tw-touch-action":"var(--tw-pan-x) var(--tw-pan-y) var(--tw-pinch-zoom)"}),[`--tw-${t?"pan-x":n?"pan-y":e}`]:e,"touch-action":"var(--tw-touch-action)"})),Z("outline-none",{outline:"2px solid transparent","outline-offset":"2px"}),Z("outline",{outlineStyle:"solid"}),Z("outline-(dashed|dotted|double)","outlineStyle"),te("-?(outline-offset)-"),Ft("outline-",{opacityVariable:!1,opacitySection:"opacity"}),te("outline-","outlineWidth"),"(pointer-events)-",te("(will-change)-"),"(will-change)-",["resize(?:-(none|x|y))?","resize",({1:e})=>({x:"horizontal",y:"vertical"})[e]||e||"both"],Z("select-(none|text|all|auto)","userSelect"),Ft("fill-",{section:"fill",opacityVariable:!1,opacitySection:"opacity"}),Ft("stroke-",{section:"stroke",opacityVariable:!1,opacitySection:"opacity"}),te("stroke-","strokeWidth"),Z("sr-only",{position:"absolute",width:"1px",height:"1px",padding:"0",margin:"-1px",overflow:"hidden",whiteSpace:"nowrap",clip:"rect(0,0,0,0)",borderWidth:"0"}),Z("not-sr-only",{position:"static",width:"auto",height:"auto",padding:"0",margin:"0",overflow:"visible",whiteSpace:"normal",clip:"auto"})];function E0(e){return(typeof e=="string"?e:e[1]).replace(/-/g," ").trim()}function a9(e){return(typeof e=="string"?e:e[1]).replace("col","column")}function Ga(e,t="-"){let n=[];for(let r of e)n.push({t:"top",r:"right",b:"bottom",l:"left"}[r]);return n.join(t)}function Qn(e){return e&&""+(e._||e)}function o9({$$:e}){return({r:"flex-","":"flex-",w:"space-",u:"space-",n:"space-"}[e[3]||""]||"")+e}function ci(e,t=""){return({1:n,_:r})=>{let a={x:"lr",y:"tb"}[n]||n+n;return a?{...Ps(e+"-"+Ga(a[0])+t,r),...Ps(e+"-"+Ga(a[1])+t,r)}:Ps(e+t,r)}}function i9(e=""){let t=["blur","brightness","contrast","grayscale","hue-rotate","invert",e&&"opacity","saturate","sepia",!e&&"drop-shadow"].filter(Boolean),n={};for(let r of t)n[`--tw-${e}${r}`]="var(--tw-empty,/*!*/ /*!*/)";return n={...pa(n),[`${e}filter`]:t.map(r=>`var(--tw-${e}${r})`).join(" ")},[`(${e}filter)-(none)`,Z(`${e}filter`,n),...t.map(r=>te(`${r[0]=="h"?"-?":""}(${e}${r})(?:$|-)`,r,({1:a,_:o})=>({[`--tw-${a}`]:Pn(o).map(i=>`${r}(${i})`).join(" "),...n})))]}function Yp({1:e,_:t}){return{["--tw-"+e]:t,...Jp()}}function Jp(){return{...pa({"--tw-translate-x":"0","--tw-translate-y":"0","--tw-rotate":"0","--tw-skew-x":"0","--tw-skew-y":"0","--tw-scale-x":"1","--tw-scale-y":"1","--tw-transform":l9()}),transform:"var(--tw-transform)"}}function l9(e){return[e?"translate3d(var(--tw-translate-x),var(--tw-translate-y),0)":"translateX(var(--tw-translate-x)) translateY(var(--tw-translate-y))","rotate(var(--tw-rotate))","skewX(var(--tw-skew-x))","skewY(var(--tw-skew-y))","scaleX(var(--tw-scale-x))","scaleY(var(--tw-scale-y))"].join(" ")}function s9({1:e,2:t}){return`${e} ${t} / ${e} ${t}`}function u9({1:e}){return`repeat(${e},minmax(0,1fr))`}function pa(e){return{"@layer defaults":{"*,::before,::after":e,"::backdrop":e}}}d();d();var x0=globalThis||(typeof window<"u"?window:self),LD=Object.create,Qp=Object.defineProperty,PD=Object.getOwnPropertyDescriptor,FD=Object.getOwnPropertyNames,MD=Object.getPrototypeOf,BD=Object.prototype.hasOwnProperty,RD=(e,t)=>()=>(t||e((t={exports:{}}).exports,t),t.exports),ID=(e,t)=>{for(var n in t)Qp(e,n,{get:t[n],enumerable:!0})},Xp=(e,t,n,r)=>{if(t&&typeof t=="object"||typeof t=="function")for(let a of FD(t))!BD.call(e,a)&&a!==n&&Qp(e,a,{get:()=>t[a],enumerable:!(r=PD(t,a))||r.enumerable});return e},OD=(e,t,n)=>(Xp(e,t,"default"),n&&Xp(n,t,"default")),d9=(e,t,n)=>(n=e!=null?LD(MD(e)):{},Xp(t||!e||!e.__esModule?Qp(n,"default",{value:e,enumerable:!0}):n,e)),m9=RD((e,t)=>{(function(n,r){typeof define=="function"&&define.amd?define([],r):typeof e<"u"?r():(r(),n.FileSaver={})})(e,function(){"use strict";function n(l,c){return typeof c>"u"?c={autoBom:!1}:typeof c!="object"&&(c={autoBom:!c}),c.autoBom&&/^\s*(?:text\/\S*|application\/xml|\S*\/\S*\+xml)\s*;.*charset\s*=\s*utf-8/i.test(l.type)?new Blob(["\uFEFF",l],{type:l.type}):l}function r(l,c,m){var g=new XMLHttpRequest;g.open("GET",l),g.responseType="blob",g.onload=function(){u(g.response,c,m)},g.onerror=function(){},g.send()}function a(l){var c=new XMLHttpRequest;c.open("HEAD",l,!1);try{c.send()}catch{}return 200<=c.status&&299>=c.status}function o(l){try{l.dispatchEvent(new MouseEvent("click"))}catch{var c=document.createEvent("MouseEvents");c.initMouseEvent("click",!0,!0,window,0,0,0,80,20,!1,!1,!1,!1,0,null),l.dispatchEvent(c)}}var i=typeof window=="object"&&window.window===window?window:typeof self=="object"&&self.self===self?self:typeof x0=="object"&&x0.global===x0?x0:void 0,s=i.navigator&&/Macintosh/.test(navigator.userAgent)&&/AppleWebKit/.test(navigator.userAgent)&&!/Safari/.test(navigator.userAgent),u=i.saveAs||(typeof window!="object"||window!==i?function(){}:"download"in HTMLAnchorElement.prototype&&!s?function(l,c,m){var g=i.URL||i.webkitURL,p=document.createElement("a");c=c||l.name||"download",p.download=c,p.rel="noopener",typeof l=="string"?(p.href=l,p.origin===location.origin?o(p):a(p.href)?r(l,c,m):o(p,p.target="_blank")):(p.href=g.createObjectURL(l),setTimeout(function(){g.revokeObjectURL(p.href)},4e4),setTimeout(function(){o(p)},0))}:"msSaveOrOpenBlob"in navigator?function(l,c,m){if(c=c||l.name||"download",typeof l!="string")navigator.msSaveOrOpenBlob(n(l,m),c);else if(a(l))r(l,c,m);else{var g=document.createElement("a");g.href=l,g.target="_blank",setTimeout(function(){o(g)})}}:function(l,c,m,g){if(g=g||open("","_blank"),g&&(g.document.title=g.document.body.innerText="downloading..."),typeof l=="string")return r(l,c,m);var p=l.type==="application/octet-stream",f=/constructor/i.test(i.HTMLElement)||i.safari,y=/CriOS\/[\d]+/.test(navigator.userAgent);if((y||p&&f||s)&&typeof FileReader<"u"){var b=new FileReader;b.onloadend=function(){var w=b.result;w=y?w:w.replace(/^data:[^;]*;/,"data:attachment/file;"),g?g.location.href=w:location=w,g=null},b.readAsDataURL(l)}else{var h=i.URL||i.webkitURL,C=h.createObjectURL(l);g?g.location=C:location.href=C,g=null,setTimeout(function(){h.revokeObjectURL(C)},4e4)}});i.saveAs=u.saveAs=u,typeof t<"u"&&(t.exports=u)})}),p9={};ID(p9,{default:()=>T0});var ND=d9(m9());OD(p9,d9(m9()));var{default:c9,...jD}=ND,T0=c9!==void 0?c9:jD;d();d();d();d();d();d();var ose=Ce().REDIRECT_URL;d();var Ose=Co([]);function h9(e){let[t,n]=se(null);return De(()=>{pn().then(r=>{n(r),M.debug("current config",r)})},[]),De(()=>{pn().then(r=>{n(r)})},[e]),t}function b9(e){let[t,n]=se(null);return De(()=>{e&&Ht({url:"http://localhost",config:e,state:{cache:!1}}).then(r=>n(r))},[e]),t}function y9(){let[e,t]=se(null);return De(()=>{Qt().then(r=>{t(r)})},[]),[e,r=>{t(r),Zt(r)}]}d();async function VD(e,t,n){try{if(t===null)return"noupdate";let r=await Qt();if(t.updatedAt){let s=new Date().getTime(),u=new Date(t.updatedAt).getTime();if(s-u<1e3)return await Zp(e,t),await Zt(r),"upload"}let a=await x9(e);r.accountLastSyncedAt=Date.now(),M.debug("settings",t),M.debug("local settings.updatedAt",t.updatedAt),M.debug("remote settings.updatedAt",a.updatedAt),M.debug("last synced at",r.accountLastSyncedAt);let o=!1;if(t.updatedAt&&(!a||!a.updatedAt)&&(o=!0),!o&&t.updatedAt>a.updatedAt&&(o=!0),M.debug("isUpload",o),o)return await Zp(e,t),await Zt(r),"upload";let i=!1;return a.updatedAt&&(!t||!t.updatedAt)&&(i=!0),!i&&t.updatedAt{!n||!n.token||r&&r.proAutoSync===!1||KD(n)&&VD(n.token,e,t).then(o=>{M.debug("syncUserSetting result",o)})},[e,n])}function KD(e){return Jt(e)?!0:new Date(e.createTime){Wt.get(qt,null).then(n=>{t(n)})},[t]),e}function x9(e){return(location.href?.indexOf("popup.html")>0?Fa:ce)({responseType:"json",url:zi+"/v1/user/settings",method:"get",headers:{token:e}}).then(n=>n.data)}function Zp(e,t){return(location.href?.indexOf("popup.html")>0?Fa:ce)({responseType:"json",url:zi+"/v1/user/settings",method:"post",headers:{token:e,"content-type":"application/json"},body:JSON.stringify(t)}).then(r=>r.data)}function C0(e){let{onClose:t}=e,[n,r]=se("Original"),[a,o,i,s]=Pr(()=>{setTimeout(()=>{w("updateGlobalContext",!1)()},250)});v0(a,o);let[u,l]=se(null),[c,m]=se(globalThis.location.href),[g,p]=se("auto"),[f,y]=se(null),b=O=>{r(O.detail)};if(De(()=>(document.addEventListener(La,b,!1),an().then(O=>{l(O);let _=Et();p(_);let B=Ke();r(B),f0(O.interval)}),document.addEventListener("urlChange",C),()=>{document.removeEventListener("pageTranslatedStatus",b),document.removeEventListener("urlChange",C)}),[]),De(()=>{an().then(O=>{l(O)})},[a]),De(()=>{c&&u&&eg().then(O=>{y(O)})},[c,u]),!u||!f)return null;return D(Pp,{type:"float_ball_popup",className:e.className,onSwitchTranslationMode:O=>{w("switchTranslationMode",!0,{mode:O})()},request:ce,onClose:P,onToggleEnabled:R,onTranslateTheWholePage:w("translateTheWholePage",!0),openOptionsPage:F,onToggleTranslate:w("toggleTranslatePage",!0),onTranslateTheMainPage:w("translateTheMainPage",!0),onTranslateToThePageEndImmediately:w("translateToThePageEndImmediately",!0),onTranslatePage:w("translatePage",!0),onRestorePage:w("restorePage",!1),onTranslatePdf:()=>{T(Qr(f.rule)||c)},openAboutPage:k,openSharePage:w("shareToDraft",!0),onSetPageLanguage:h,setSettings:o,config:u,pageStatus:n,ctx:f,currentUrl:c,currentLang:g,onSetLocalConfig:bl,onSetBuildinConfig:L2,onAutoEnableSubtitleChanged:w("autoEnableSubtitleChanged",!0),onOpenUrl:v});function h(O){p(O);let _=ay(c,O,u.sourceLanguageUrlPattern);o(B=>({...B,sourceLanguageUrlPattern:_})),On(O)}function C(){m(globalThis.location.href)}function w(O,_,B={}){let N={trigger:"page_popup",...B};return()=>{_n({method:O,data:N}),_&&t()}}function P(){t()}function R(){o(O=>({...O,enabled:!O.enabled})),setTimeout(()=>{P()},50)}function v(O,_){let B=O;_&&(B=`${O}?utm_source=extension&utm_medium=extension&utm_campaign=${_}`),Tl(B,!0),setTimeout(()=>{P()},50)}function T(O){O&&(Ho(!1,O),setTimeout(()=>{P()},50))}function F(O=""){No(!0,O),setTimeout(()=>{t()},50)}function k(){El(),setTimeout(()=>{t()},50)}function E(){N2(),setTimeout(()=>{t()},50)}}d();function S9(){let[e,t]=se("Original");return De(()=>{let n=Ke();t(n);let r=a=>{t(a.detail)};return document.addEventListener(La,r),()=>{document.removeEventListener(La,r)}},[]),{pageStatus:e}}var T9=6,JD={position:"right",top:335};function w9({handleBallClick:e,isShow:t,localConfig:n,handleMobileBallLongPress:r,popupVisible:a}){let o=We(null),i=We(null),[s,u]=se(!1),l=We(null),c=We(!1),m=We(n.floatBallConfig||JD),g=We(0),p=We(0),f=We(0),y=We(!1),b=We(0),h=We(0),C=We(0),w=We(0),P=We(!1),R=$e(v=>{a||(clearTimeout(l.current),v?u(v):l.current=setTimeout(()=>{u(v),y.current=!1},st().any?3e3:0))},[u,l,y,a]);return De(()=>{a||u(!1)},[a]),De(()=>{if(o.current&&m.current){let v=tg(m.current.top);m.current.top=v,o.current.style.top=`${v}px`,o.current.style.display="flex"}},[t,o]),De(()=>{if(!i.current||!o.current)return;let v=B=>{B.preventDefault&&B.preventDefault(),g.current=B.clientX,p.current=B.clientY,b.current=Date.now(),f.current=o.current.offsetTop,c.current=!0,clearTimeout(l.current),R(!0),C.current=B.clientX,w.current=B.clientY,P.current=!1,st().any&&(clearTimeout(h.current),h.current=setTimeout(()=>{v9({startX:g.current,startY:p.current,endX:C.current,endY:w.current})||(P.current=!0,r())},500)),document.addEventListener("mousemove",T),document.addEventListener("touchmove",E),document.addEventListener("mouseup",F),document.addEventListener("touchend",O),document.addEventListener("touchcancel",O)},T=B=>{if(B.preventDefault&&B.preventDefault(),!c.current||!o.current||(C.current=B.clientX,w.current=B.clientY,P.current))return;let N=B.clientY-p.current+f.current,U=tg(N);o.current.style.top=`${U}px`},F=B=>{if(B.preventDefault&&B.preventDefault(),_(),c.current=!1,clearTimeout(l.current),y.current||R(!1),P.current)return;v9({startX:g.current,startY:p.current,endX:B.clientX,endY:B.clientY})||(clearTimeout(h.current),e());let U=tg(B.clientY-30);m.current.top=U;let H=ls();bl({...H,floatBallConfig:m.current})},k=B=>{B.preventDefault&&B.preventDefault(),v(B.changedTouches[0])},E=B=>{B.preventDefault&&B.preventDefault(),T(B.changedTouches[0])},O=B=>{B.preventDefault&&B.preventDefault(),F(B.changedTouches[0])},_=()=>{document.removeEventListener("mousemove",T),document.removeEventListener("touchmove",E),document.removeEventListener("mouseup",F),document.removeEventListener("touchend",O),document.removeEventListener("touchcancel",O)};return i.current.addEventListener("mousedown",v),i.current.addEventListener("touchstart",k),()=>{i.current&&(i.current.removeEventListener("mousedown",v),i.current.removeEventListener("touchstart",k))}},[t,i,o,l,c,n,R,e]),De(()=>{if(st().any)return;let v=F=>{F.target===o.current&&!y.current||(y.current=!0,R(!0),clearTimeout(l.current))},T=F=>{if(c.current){y.current=!1;return}F.target===o.current&&!y.current||R(!1)};return o.current?.addEventListener("mouseover",v),o.current?.addEventListener("mouseout",T),()=>{o.current?.removeEventListener("mouseover",v),o.current?.removeEventListener("mouseout",T)}},[o,c,R,t,y]),{ballRef:i,floatBallConfigRef:m,containerRef:o,active:s,setActive:R}}function v9({startX:e,startY:t,endX:n,endY:r}){let a=Math.abs(n-e),o=Math.abs(r-t);return a>T9||o>T9}function D9(e,t){let n=e?.fixedPosition||"right",r=e?.clickType==="translate",a=Oe(()=>t?"":n=="left"?"translateX(-100%)":"translateX(100%)",[n,t]),o=Oe(()=>t&&r?"":n=="left"?"translateX(-20px)":"translateX(20px)",[n,t,r]),i=Oe(()=>t&&r?"":n=="left"?"translateX(-60px)":"translateX(60px)",[n,t,r]);return{closeTransform:a,logoContainerTransform:o,settingTransform:i}}function A9(){let[e,t]=se(!1);return De(()=>{let n=()=>{document.querySelector("video")&&t(!!document.fullscreenElement)};return document.addEventListener("fullscreenchange",n),()=>{document.removeEventListener("fullscreenchange",n)}},[]),{isFullScreen:e}}var C9="hasShownFloatingBallGuide",XD="2024-01-06";function k9(e){let[t,n]=se(!1);De(()=>{!e.config.enableShowFloatingBallGuide||Et()==e.targetLanguage||(async()=>{let a=await Dt(C9,""),o=await Dt("installedAt","");o&&new Date(o){n(!1)},[]);return{isShowGuide:t,handleCloseGuide:r}}function _9(e,t){let n=We(0),[r,a]=se(!0),[o,i]=se(!1),s=Pr(),[u,l]=s,{t:c}=ve(),m=$e(()=>{e?.config.floatBallTooltipRule&&(st().any?i(n.current>=(e.config.floatBallTooltipRule.h5MainBtnTooltipMaxShowCount||2)):a(n.current>=(e.config.floatBallTooltipRule.mainBtnTooltipImmediateShowCount||5)))},[a,n,e,i]);De(()=>{e&&(n.current=e.config.pcFloatBallMainBtnTooltipShownCount||0,st().any&&(n.current=e.config.h5FloatBallMainBtnTooltipShownCount||0),m())},[e]);let g=$e(()=>{e&&(n.current=n.current+1,m(),l(y=>{let b={...y};return st().any?b.h5FloatBallMainBtnTooltipShownCount=n.current:b.pcFloatBallMainBtnTooltipShownCount=n.current,b}))},[l,m,n,e]),p=Oe(()=>st().any||!r?0:e?.config.floatBallTooltipRule?.mainBtnTooltipDelayTime||2e3,[r,e]),f=Oe(()=>st().any?c("floatBall.longPress"):t!=="Original"?c("floatBall.showOriginal"):e?.targetLanguage?c("floatBall.translateToLanguage",{language:sa(e.targetLanguage,e.targetLanguage,!0)}):c("floatBall.translate"),[t,e]);return{disableTooltipDelay:o,tooltipDelay:p,tooltipText:f,handleShowTooltip:g}}function tg(e){return Math.max(Math.min(e,globalThis.innerHeight-200),10)}d();var Va=`${J}-float-ball`;function L9(e){let t=n=>{n&&n.target&&n.target.id==="immersive-translate-popup-overlay"&&e.onClose()};return e.visible?D("div",{onClick:t,id:"immersive-translate-popup-overlay",class:"immersive-translate-popup-overlay",children:D("div",{class:"immersive-translate-popup-wrapper",style:e.getModalStyle(),children:D(QD,{onConfirm:e.onCloseConfirm,onClose:e.onClose})})}):null}function QD(e){let{t}=ve(),[n,r]=se("UntilNext"),a=jo()+"#floating",o=t("closeQuickTranslation.settingOpen",{1:a}),i=[{title:t("closeQuickTranslation.untilNext"),type:"UntilNext"},{title:t("closeQuickTranslation.currentWebsite"),type:"CurrentWebsite",description:o},{title:t("closeQuickTranslation.alwaysClose"),type:"AlwaysClose",description:o}];return D("div",{class:`${Va}-close-content`,children:[D("div",{class:"flex justify-between",children:[D("div",{class:`${Va}-close-title`,children:t("closeQuickTranslation")}),D("div",{class:"clickable",onClick:e.onClose,children:D(ua,{type:"modal-close"})})]}),D("div",{class:`${Va}-close-radio-content mt-3`,children:i.map(s=>D(ZD,{onClick:()=>{r(s.type)},title:s.title,description:s.description,selected:s.type===n,onLinkClick:u=>{Uo(u)}},s.type))}),D("div",{class:"flex mt-3 flex-end",children:[D("div",{class:`${Va}-default-btn`,onClick:e.onClose,children:t("closeQuickTranslation.cancel")}),D("div",{class:`${Va}-primary-btn ml-2`,onClick:()=>{e.onConfirm&&e.onConfirm(n)},children:t("closeQuickTranslation.confirm")})]})]})}function ZD(e){let{selected:t,title:n,description:r,onLinkClick:a}=e,o=e7(r||"");return D("div",{class:"flex items-center clickable",style:"padding: 8px 0",onClick:e.onClick,children:[D("div",{class:t?`${Va}-radio-sel`:`${Va}-radio-nor`,children:D("div",{})}),D("div",{class:"ml-2 text-sm",children:[D("span",{children:n}),r?D("small",{class:"muted text-sm",children:o.map(i=>i.type==="text"?i.value:D("a",{onClick:()=>i.href&&a&&a(i.href),children:i.value}))}):null]})]})}function e7(e){let t=[],n=/((.*?)<\/a>)|([^<]+)/g,r=Array.from(e.matchAll(n));for(let a of r){let o=a[2],i=a[3],s=a[4];o&&i?t.push({type:"link",href:o,value:i}):s&&t.push({type:"text",value:s})}return t}d();d();function P9(e){return Se.ASSETS_BASE_URL+e}var Ka=`${J}-float-ball`;function F9(e){let{t}=ve(),n=a=>{a&&a.target&&a.target.id==="immersive-translate-popup-overlay"&&e.onClose()},r=Oe(()=>{let a={position:"fixed",top:e.top+60};return e.fixedPosition=="left"&&(a.left=48),e.fixedPosition=="right"&&(a.right=48),a},[e.top,e.fixedPosition]);return e.visible?D("div",{onClick:n,id:"immersive-translate-popup-overlay",class:"immersive-translate-popup-overlay",children:D("div",{class:`${Ka}-guide-container`,style:r,children:[D("img",{class:`${Ka}-guide-bg ${e.fixedPosition}`,src:t7}),D("div",{class:`${Ka}-guide-content ${e.fixedPosition}`,children:[D("img",{class:`${Ka}-guide-img`,src:P9("images/float_ball_intro.png")}),D("div",{class:`${Ka}-guide-message`,children:[t("floatBall.guideClickToTranslate"),st().any?` +${t("floatBall.longPress")}`:""]}),D("div",{class:`${Ka}-primary-btn ${Ka}-guide-button`,onClick:e.onClose,children:t("floatBall.iKnow")})]})]})}):null}var t7="data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzEyIiBoZWlnaHQ9IjM3MiIgdmlld0JveD0iMCAwIDMxMiAzNzIiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSBtZWV0Ij4KPGcgZmlsdGVyPSJ1cmwoI2ZpbHRlcjBfZF8zNjQ4XzEyODAyKSI+CjxwYXRoIGQ9Ik0yMCAzNkMyMCAyNC45NTQzIDI4Ljk1NDMgMTYgNDAgMTZIMjU4LjkxNEMyNjkuOTU5IDE2IDI3OC45MTQgMjQuOTU0MyAyNzguOTE0IDM2VjE3My4wNzVMMjg5LjEyOCAxNzguNzQyQzI5MS43NzggMTgwLjIxMyAyOTEuODk0IDE4My45ODIgMjg5LjMzOSAxODUuNjEyTDI3OC45MTQgMTkyLjI2M1YzMjhDMjc4LjkxNCAzMzkuMDQ2IDI2OS45NTkgMzQ4IDI1OC45MTQgMzQ4SDQwQzI4Ljk1NDMgMzQ4IDIwIDMzOS4wNDYgMjAgMzI4VjM2WiIgZmlsbD0idXJsKCNwYWludDBfbGluZWFyXzM2NDhfMTI4MDIpIi8+CjwvZz4KPGRlZnM+CjxmaWx0ZXIgaWQ9ImZpbHRlcjBfZF8zNjQ4XzEyODAyIiB4PSIwIiB5PSIwIiB3aWR0aD0iMzExLjE4OCIgaGVpZ2h0PSIzNzIiIGZpbHRlclVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgY29sb3ItaW50ZXJwb2xhdGlvbi1maWx0ZXJzPSJzUkdCIj4KPGZlRmxvb2QgZmxvb2Qtb3BhY2l0eT0iMCIgcmVzdWx0PSJCYWNrZ3JvdW5kSW1hZ2VGaXgiLz4KPGZlQ29sb3JNYXRyaXggaW49IlNvdXJjZUFscGhhIiB0eXBlPSJtYXRyaXgiIHZhbHVlcz0iMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMTI3IDAiIHJlc3VsdD0iaGFyZEFscGhhIi8+CjxmZU9mZnNldCBkeT0iNCIvPgo8ZmVHYXVzc2lhbkJsdXIgc3RkRGV2aWF0aW9uPSIxMCIvPgo8ZmVDb21wb3NpdGUgaW4yPSJoYXJkQWxwaGEiIG9wZXJhdG9yPSJvdXQiLz4KPGZlQ29sb3JNYXRyaXggdHlwZT0ibWF0cml4IiB2YWx1ZXM9IjAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAuMSAwIi8+CjxmZUJsZW5kIG1vZGU9Im5vcm1hbCIgaW4yPSJCYWNrZ3JvdW5kSW1hZ2VGaXgiIHJlc3VsdD0iZWZmZWN0MV9kcm9wU2hhZG93XzM2NDhfMTI4MDIiLz4KPGZlQmxlbmQgbW9kZT0ibm9ybWFsIiBpbj0iU291cmNlR3JhcGhpYyIgaW4yPSJlZmZlY3QxX2Ryb3BTaGFkb3dfMzY0OF8xMjgwMiIgcmVzdWx0PSJzaGFwZSIvPgo8L2ZpbHRlcj4KPGxpbmVhckdyYWRpZW50IGlkPSJwYWludDBfbGluZWFyXzM2NDhfMTI4MDIiIHgxPSIxNTcuNSIgeTE9IjE2IiB4Mj0iMTU3LjUiIHkyPSIzNDgiIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIj4KPHN0b3Agc3RvcC1jb2xvcj0iI0ZGOTJCQyIvPgo8c3RvcCBvZmZzZXQ9IjEiIHN0b3AtY29sb3I9IndoaXRlIi8+CjwvbGluZWFyR3JhZGllbnQ+CjwvZGVmcz4KPC9zdmc+Cg==";d();function n7({isVisible:e,onClose:t,children:n}){return D(Nt,{children:[e&&D("div",{className:`immersive-translate-sheet-backdrop ${e?"visible":""}`,onClick:t}),D("div",{className:`immersive-translate-sheet ${e?"visible":""}`,children:D("div",{className:"immersive-translate-sheet-content",children:n})})]})}var M9=n7;var Ms=`${J}-float-ball`;function ng(e){let{t}=ve(),n=Pr(),[r,a,o,i]=n;v0(r,a);let s=h9(r),u=b9(s),{isFullScreen:l}=A9(),[c,m]=se(!1),[g,p]=se(!0),{pageStatus:f}=S9(),y=kd(u,r),b=$e(()=>{if(y?.clickType==="popup")return m(!0);if(y?.clickType==="translate"){let A=xe();if(Oa(u?.rule)){let j=Qr(u.rule);Ho(!0,j||A);return}_n({method:"toggleTranslatePage",data:{trigger:"float_ball"}})}},[y,_n,m]),h=$e(()=>{m(!0)},[m]),C=g&&!!s,{containerRef:w,active:P,ballRef:R,floatBallConfigRef:v,setActive:T}=w9({handleBallClick:b,handleMobileBallLongPress:h,isShow:C,localConfig:e.localConfig,popupVisible:c}),F=y?.fixedPosition||"right",k=F==="right"?"left":"right",{isShowGuide:E,handleCloseGuide:O}=k9(e.ctx),{closeTransform:_,logoContainerTransform:B,settingTransform:N}=D9(y,P||E),{tooltipDelay:U,disableTooltipDelay:H,tooltipText:L,handleShowTooltip:S}=_9(u,f);return C?D("div",{class:`${Ms}-container ${F} notranslate`,style:{zIndex:l?-1:2147483647,pointerEvents:P||E||c?"all":"none"},ref:w,children:[D(r7,{ctx:u,setVisible:p,closeTransform:_,setActive:T,getModalStyle:()=>B9(v.current.top,300,F)}),D(da,{enableMobile:!0,text:L,position:k,delay:U,onShow:S,disable:H,children:D("div",{class:`${Ms}-btn ${F} btn-animate `,ref:R,style:{transform:B,opacity:P||E?1:.5},children:D("div",{children:[D(ua,{type:"logo"}),f!=="Original"?D(ua,{type:"translated"}):null]})})}),D("div",{style:{marginTop:"12px",transform:N},class:`${Ms}-more-buttons btn-animate`,children:[D(da,{text:t("translateFileTooltip"),multiple:!0,width:200,position:k,containerClass:"btn-animate",children:D("div",{class:`${Ms}-more-button`,onClick:()=>{Tl(Ch,!0)},children:D(ua,{type:"file"})})}),D(da,{text:t("floatBall.setting"),position:k,containerClass:"btn-animate",children:D("div",{class:`${Ms}-more-button`,onClick:()=>{T(!0),m(!0)},children:D(ua,{type:"setting"})})})]}),D(a7,{onClose:()=>{T(!1),m(!1)},visible:c,getModalStyle:()=>B9(v.current.top,500,F)}),D(F9,{visible:E,top:v.current.top,fixedPosition:F,onClose:()=>{O(),T(!1)}})]}):null}function r7(e){let{t}=ve(),[n,r]=se(!1),a=Pr(),[o,i,s,u]=a,l=kd(e.ctx,o),c=$e(g=>{e.ctx&&i(p=>W3({...p},g))},[e.ctx,i]),m=$e(g=>{l&&(e.setVisible(!1),g==="AlwaysClose"?c({...l,enable:!1}):g==="CurrentWebsite"&&c({...l,blockUrls:[...l.blockUrls,globalThis.location.hostname]}))},[c,l,e.setVisible]);return D(Nt,{children:[D("div",{title:t("floatBall.close"),class:"btn-animate",style:{transform:e.closeTransform,padding:4},onClick:()=>{e.setActive(!0),r(!0)},children:D(ua,{type:"close"})}),D(L9,{visible:n,onClose:()=>{e.setActive(!1),r(!1)},getModalStyle:e.getModalStyle,onCloseConfirm:m})]})}function a7(e){let t=r=>{r&&r.target&&r.target.id==="immersive-translate-popup-overlay"&&e.onClose()};return window.innerWidth<=385?D(M9,{isVisible:e.visible,onClose:e.onClose,children:D(C0,{onClose:e.onClose,className:"popup-container-sheet"})}):e.visible?D("div",{onClick:t,id:"immersive-translate-popup-overlay",class:"immersive-translate-popup-overlay",children:D("div",{class:"immersive-translate-popup-wrapper",style:e.getModalStyle(),children:D(C0,{onClose:e.onClose})})}):null}function o7(){return{width:Math.max(document.documentElement.clientWidth,window.innerWidth||0),height:Math.max(document.documentElement.clientHeight,window.innerHeight||0)}}var B9=(e,t,n)=>{let a=o7().height,o={position:"fixed"},i=0;return If()&&(e=i7.top),o.top=e-i,o.top+t>=a?(o.bottom=30,delete o.top):o.top<=10&&(o.top=10),n==="left"?o.left=65:o.right=65,o},i7={position:"right",right:0,top:335};function s7(e,t){for(let n of t){if(Ee()&&!bo()&&typeof GM!==void 0&&GM.addElement){GM.addElement(e,"style",{textContent:n});continue}e.appendChild(document.createElement("style")).textContent=n}}async function rg(){let e=Ce(),t=await an(),n=await Dr(),r={url:globalThis.location.href,config:t},a=await Ht(r),o=await _d(a,n),i=ct(a.url,o?.blockUrls),s=await Qt();if(!o?.enable||i)return;let u=document.createElement("div");u.id="immersive-translate-popup",u.setAttribute("style","all: initial"),document.documentElement.appendChild(u);let l=u.attachShadow({mode:"open"}),c=[e.IMMERSIVE_TRANSLATE_PICO_CSS,e.IMMERSIVE_TRANSLATE_COMMON_CSS,e.IMMERSIVE_TRANSLATE_POPUP_CSS,e.IMMERSIVE_TRANSLATE_PAGE_POPUP_CSS].join(` +`);return s7(l,[c]),u7(l,t,s,a)}function u7(e,t,n,r){let a=document.createElement("div");a.id="mount",a.style.display="block",e.appendChild(a),vo(D(jl,{lang:t.interfaceLanguage,fallbackLang:"en",translations:ny,children:D(ng,{localConfig:n,ctx:r})}),a)}var ag=!1;async function R9(e){if(!e){let t=await an(),n={url:globalThis.location.href,config:t};e=await Ht(n)}e.config.debug&&M.setLevel("debug"),e.isTranslateExcludeUrl?M.debug("detect exclude url, do not inject anything."):(ag=!0,rg().catch(t=>{M.debug("init popup error",t)}))}async function I9(){ag||(ag=!0,rg().catch(e=>{M.error("init popup error",e)}))}var O9=!1,H9=[()=>{xn.unbind()}],N9=[...H9],l7=Hn(async()=>{await No()},50),c7=Hn(async()=>{await El()},50),d7=Hn(async()=>{await O2()},50),m7=Hn(async()=>{await I2()},50),z9=Hn(e=>{_n({method:e,data:{trigger:"userscript_menu"}})},50);function p7(e,t){let n=e.document;if(O9)return;O9=!0,Ee()||_2(),n.addEventListener("securitypolicyviolation",S7),document.addEventListener(ge+"DocumentMessageUser",$9),document.addEventListener(ge+"DocumentMessageUpdateUser",G9),document.addEventListener(ge+"ChangeSuccessService",V9.bind(null,t)),document.addEventListener(ge+"ChangeService",K9.bind(null,t)),document.addEventListener(_a,T7.bind(null,t)),n.addEventListener(ge+"EbookLoaded",C7),n.addEventListener(Wf,v7.bind(null,t)),n.addEventListener($f,w7.bind(null,t)),n.addEventListener(yu,a=>{Ue()||bp(a,t)}),n.addEventListener(Gf,Zb),n.addEventListener("click",a=>{h7(a,t)}),Ue()&&e.addEventListener("message",f7,!1),Ee()&&(Ue()||n.addEventListener(Cr,g7)),Ue()||ta.rootIframe(wu).handleAsk("throttleRequest",_1)}function Bs(e,t){D7(),p7(t,e),Ee()&&(Ue()||(yp(e.config),A7(e.config))),Lu()&&vy(e),rt()&&yp(e.config)}function g7(e){I9()}function f7(e){let t=e;t&&t.data&&t.data.payload&&t.data.author===fu&&Zr(t.data.payload,{tab:{id:1,url:"https://www.fake-iframe.com",active:!0}})}function h7(e,t){let n=e.target;if(!n||!n.getAttribute){ga(n);return}let r=n.getAttribute("data-immersive-translate-event");r&&at(r,[{name:r}],{...t,sourceLanguage:"none"});let a=n.getAttribute(`data-${J}-action`);if(a){if(e.preventDefault(),a==="retry"){typeof e.stopPropagation=="function"&&e.stopPropagation(),og({method:"retryFailedParagraphs"}),ga(n,!0);return}else if(a=="toast-error"){let o=n.getAttribute(`data-${J}-tooltip-text`)||"",i="",s="retry";try{let u=JSON.parse(o);i=u.title,o=u.errMsg,s=u.action}catch{}q9(W9.bind(null,t,i,o,s));return}}}async function b7(){let e=await hn(),t=e.enableDefaultAlwaysTranslatedUrls===void 0?!0:e.enableDefaultAlwaysTranslatedUrls;if(e.enableDefaultAlwaysTranslatedUrls=!t,!e.enableDefaultAlwaysTranslatedUrls){let n=e&&e.isChangedAlwaysTranslatedUrls,r=[];e.translationUrlPattern&&e.translationUrlPattern.matches&&(r=e.translationUrlPattern.matches||[]),!n&&r.length>0&&(e.translationUrlPattern={matches:[],excludeMatches:[]})}await fn(e)}async function y7(){let e=await hn(),t=e.enableInputTranslation;e.enableInputTranslation=!t,await fn(e)}var j9=0;function q9(e){let t=Date.now();if(t-j9<2e3||(j9=t,E7()))return;let n=`${J}-modal-root`,r=`${J}-modal`,a=document.getElementById(n),o=`${J}-modal-title`,i=`${J}-modal-body`,s=`${J}-modal-footer`,u;if(a){u=a.shadowRoot.querySelector(`.${r}`);let l=u.querySelector(`.${o}`),c=u.querySelector(`.${s}`),m=u.querySelector(`.${i}`);e(u,l,m,c)}else{a=document.createElement("div"),a.setAttribute("translate","no"),a.className="no-translate immersive-translate-error-modal-shadow-root",a.id=n,a.style.all="initial",a.style.zIndex="2147483647",document.body.appendChild(a);let l=a.attachShadow({mode:"open"}),c=document.createElement("style"),m=Ce();c.textContent=m.IMMERSIVE_TRANSLATE_INPUT_INJECTED_CSS,l.appendChild(c),u=document.createElement("div"),u.className=r+" notranslate",u.id=r;let g=document.createElement("div");g.className=J+"-modal-content notranslate",u.appendChild(g);let p=document.createElement("span");p.textContent="\xD7",p.className=J+"-close",g.appendChild(p);let f=document.createElement("div");f.className=o+" notranslate",g.appendChild(f);let y=document.createElement("div");y.className=i+" notranslate",g.appendChild(y);let b=document.createElement("div");b.className=s,g.appendChild(b),l.appendChild(u),p.onclick=function(){u.style.display="none"},l.addEventListener("click",h=>{h.target==u&&(u.style.display="none")}),e(u,f,y,b)}setTimeout(()=>{x7()},100)}function W9(e,t,n,r="retry",a,o,i,s){let u=At.bind(null,e),l=t||u("errorModalTitle"),c=u("unknownError");o.innerText=l,i.innerHTML=Ge.sanitize(n||c,{ADD_ATTR:["target"]}),s.innerText="";let m="",g=document.createElement("button");if(r=="retry"){m=u("retryAllButton"),g.setAttribute(`data-${J}-action`,"retry");let p=document.createElementNS("http://www.w3.org/2000/svg","svg");p.setAttribute("viewBox","0 0 16 16"),p.setAttribute("width","20"),p.setAttribute("height","20"),p.innerHTML='',g.appendChild(p),g.onclick=()=>{a.style.display="none",og({method:"retryFailedParagraphs"}),ga(g,!0)}}else if(r=="login")m=u("goLogin"),g.onclick=()=>{ga(g,!0),window.open(fh)};else if(r=="upgrade")m=u("upgradeToPro"),g.onclick=()=>{ga(g,!0),window.open(Au)};else if(r=="setting")m=u("goSettings"),g.onclick=()=>{ga(g,!0),window.open(Se.OPTIONS_URL)};else if(r=="changeService")m=u("detectServiceLoading"),g.onclick=()=>{ga(g,!0),window.open(Se.OPTIONS_URL)},sg(e,e.config.translationService,!1).then(p=>{p?(m=u("toggleToService",{service:u("translationServices."+p)}),g.innerHTML=Ge.sanitize(m),g.onclick=()=>{Y9(p),ga(g,!0)}):(m=u("goSettings"),g.innerHTML=Ge.sanitize(m))});else if(r=="none")return;g.className="immersive-translate-btn",g.innerHTML+=Ge.sanitize(m),s.appendChild(g)}function E7(){let e=document.querySelector("#immersive-translate-modal-root");return e&&e.shadowRoot?e.shadowRoot.querySelector(`#${J}-modal`)?.style.display=="block":!1}function x7(){let e=document.querySelector("#immersive-translate-modal-root");if(e&&(e.style.display="block",e.shadowRoot)){let t=e.shadowRoot.querySelector(`#${J}-modal`);t&&(t.style.display="block")}}function ga(e,t=!1){let n=document.querySelector("#immersive-translate-modal-root");if(!n||n.style.display=="none")return;let r=n.shadowRoot.querySelector(`#${J}-modal`);r&&r!==e&&(!t&&r.contains(e)||(r.style.display="none"))}function T7(e,t){let n=t;if(n&&n.detail)try{let r=n.detail;if(!r||!r.type)return;let{title:a,errMsg:o,action:i}=r;q9(W9.bind(null,e,a,o,i))}catch(r){M.warn("parse message error",r)}}async function v7(e,t){let n=t;if(M.debug("receive third party message",n),n&&n.detail){let r=null;try{let a=JSON.parse(n.detail);if(a&&a.type){if(a.type==="retryFailedParagraphs")og({method:"retryFailedParagraphs"});else if(a.type==="updateCommands")xl(a.data);else if(a.type==="toggleEnableDefaultAlwaysTranslatedUrls")b7();else if(a.type==="toggleEnableInputTranslation")y7();else if(a.type==="translatePage")k7(a.data);else if(a.type==="getAsyncTranslationServiceList")r=Zi(e,"translationService");else if(a.type==="getAsyncTargetLanguageList")r=Fl(a.data?.translationService,a.data?.targetLanguage);else if(a.type==="getAsyncTranslationMeta"){let o=e.state.translationService||e.config.translationService;r={targetLanguage:e.state.targetLanguage||e.targetLanguage,translationService:o,translationMode:e.state.translationMode}}else if(a.type=="getAsyncTranslateContent"){let o={...e,translationService:a.data.service};try{r=await _7(a.data,o)}catch(i){U9(a.type,i.uiConfig(o),a.id)}}else a.type==="getAsyncLanguageByText"?r=await yl(a.data):a.type==="sharePage"?bp({detail:a.data},e):a.type==="switchTranslationMode"?ig(a.data):z9(a.type);r&&a.id&&U9(a.type,r,a.id)}}catch(a){M.warn("parse message error",a)}}}function C7(e){setTimeout(()=>{S0()},10)}function S7(e){Se.HAS_CSP_ERROR="1"}function w7(e,t){let n=t.detail;(n.name=="open_pdf_page"||n.name==="open_html_page")&&at(n.name,[{name:n.name}],{...e})}function D7(){N9.forEach(e=>{e()}),N9=H9}function A7(e){if(Ee()&&typeof GM<"u"&&GM&&GM.registerMenuCommand){let t=Fu.commands,a=[...Object.keys(t).filter(o=>o==="toggleTranslatePage").map(o=>{let i=t[o].description,s=i;return i.startsWith("__MSG_")&&i.endsWith("__")&&(s=oi(`browser.${i.slice(6,-2)}`,e.interfaceLanguage)),{id:o,title:s}}),{id:$c,title:oi("browser.openEbookViewer",e.interfaceLanguage),key:"e"},{id:Gc,title:oi("browser.openEbookBuilder",e.interfaceLanguage),key:"m"},{id:qc,title:oi("browser.openOptionsPage",e.interfaceLanguage),key:"o"},{id:Wc,title:oi("browser.openAboutPage",e.interfaceLanguage),key:"a"}];for(let o of a)GM.registerMenuCommand(o.title,()=>{o.id===qc?l7():o.id===Wc?c7():o.id===Gc?d7():o.id===$c?m7():z9(o.id)},o.key)}}function og(e){Zr(e,{tab:{id:1,url:"https://www.fake.com",active:!0}}).catch(n=>{M.error("send content message request failed",e,n)});let t=new CustomEvent(Cr,{detail:e});globalThis.document.dispatchEvent(t)}async function k7(e){let t={};e?.translationMode&&(t.translationMode=e.translationMode),e?.translationService&&(t.translationService=e.translationService),e?.targetLanguage&&(t.targetLanguage=e.targetLanguage),e?.translationStartMode&&(t.translationStartMode=e.translationStartMode);let n=await He(xe(),t);yn(n)}function U9(e,t,n){globalThis.document.dispatchEvent(new CustomEvent(Lt,{detail:JSON.stringify({id:n,type:e,payload:t})}))}async function _7({textList:e,from:t,to:n,service:r},a){if(a.rule.id!=="immersive")return;let o=e.map(s=>({text:s||"",id:0,from:t,to:n,url:a.url,fromByClient:t,force:!0})),i=null;try{let s=await Je({sentences:o},{...a,translationService:r},u=>i=u);if(i)throw i;return s}catch(s){throw s}}d();var Ya={};async function ug(){let t=[...document.querySelectorAll(".source-text")].map(r=>r.textContent).join(""),n=await Fe({text:t,minLength:200,pageLangs:[ht(),"en"]});return On(n),n}async function J9(e){gn("Translating");let t=Et(),n=sl(),r=[...document.querySelectorAll(".source-text")];if(So(e,t))return;let a=r.filter(o=>o.innerText?.trim()).map((o,i)=>{let s=o.parentElement?.parentElement?.querySelector(".target-text");return ut(o,"id",i+""),s&&(wo(s,i)?.remove(),s.appendChild(os(e,i))),{text:o.innerText||"",id:i,from:t,to:e.targetLanguage,url:"https://google.com",fromByClient:n,force:!0}});document.dispatchEvent(new CustomEvent(Lt,{detail:JSON.stringify({type:"totalParagraphsCount",payload:{totalParagraphsCount:a.length}})}));try{await Je({sentences:a},{...e,sourceProgram:"subtitle"},(o,i,s)=>{let u=s.id,l=wo(document.body,u);if(!l)return;let c=l.parentElement;c&&(l.remove(),o?(c.innerHTML=Ge.sanitize(`${o.message}`),Ya[u]={ok:!1,sentence:s}):i&&(c.innerHTML=Ge.sanitize(i.text),Ya[u]={ok:!0,sentence:s}),document.dispatchEvent(new CustomEvent(Lt,{detail:JSON.stringify({type:"paragraphTranslated",payload:{ok:!o}})})))})}catch(o){throw o}finally{gn("Translated")}}async function X9(e){gn("Translating"),document.dispatchEvent(new CustomEvent(Lt,{detail:JSON.stringify({type:"retryFailedParagraphsStart",payload:{}})}));let t=Object.keys(Ya),n=[],r=[];for(let a of t){let o=Ya[a];if(!o.ok){let s=document.querySelector(`#error-id-${a}`);if(s){let u=s.parentElement;s.remove(),u&&(delete Ya[a],u.appendChild(os(e,a)),r.push(o.sentence))}}}try{await Je({sentences:r},e,(a,o,i)=>{let s=i.id,u=wo(document.body,s);if(!u)return;let l=u.parentElement;l&&(u.remove(),a?(l.innerHTML=Ge.sanitize(`${a.message}`),Ya[s]={ok:!1,sentence:i}):o&&(l.innerHTML=Ge.sanitize(o.text),Ya[s]={ok:!0,sentence:i}),document.dispatchEvent(new CustomEvent(Lt,{detail:JSON.stringify({type:"paragraphTranslated",payload:{ok:!a}})})))})}catch(a){throw a}finally{gn("Translated")}}function lg(){gn("Original"),document.querySelectorAll(".target-text").forEach(e=>{e.innerHTML=""})}d();var cg={};async function Q9(){let e=[...document.querySelectorAll("iframe")],t="";for(let r of e){let a=r.contentDocument;if(!a)continue;let o=a.body;if(o&&(t=t+o.innerText||"",t.length>1e3))break}let n=await Fe({text:t,pageLangs:["en"]});return On(n),n}async function Z9(e){gn("Translating"),document.dispatchEvent(new CustomEvent(Lt,{detail:JSON.stringify({type:"retryFailedParagraphsStart",payload:{}})}));let t=Object.keys(cg),n=[];for(let r of t){let a=cg[r];if(a.error){let i=a.commonAncestorContainer.querySelector(`[${xu}='${r}']`);i&&i.remove(),n.push(a)}}try{vs(),await Nl(n,e,e.state.translationMode||e.config.translationMode)}catch{}finally{gn("Translated")}}function e6(){let e=[...document.querySelectorAll("iframe")];for(let t of e){let n=t.contentDocument;if(!n)continue;let r=n.querySelectorAll("."+yt);for(let a of r)a.remove()}gn("Original")}async function t6(e){gn("Translating");let t=es(),n=[...document.querySelectorAll("iframe")],r=[],a=[];for(let s of n){let u=s.contentDocument;if(!u)continue;Yo(u,e);let l=u.body;if(!l)continue;let c=on(e);c.isModifyImage=!1,_r({id:t,container:l,filterRule:c,onParagraph:m=>{r.push(m)}})}let o=ur(e.config.translationServices[e.translationService]),i=1;for(let s of r){let u=Cl(s.flatNodes,{isPreWhitespace:s.isPreWhitespace||!1,delimiters:o,stayOriginalSelectors:e.rule.stayOriginalTags.concat(e.rule.stayOriginalTags).map(c=>c.toLowerCase()).concat(e.rule.stayOriginalSelectors).concat(e.rule.additionalStayOriginalSelectors)});if(!u)continue;s.variables=u?.variables||{},s.text=u?.text,s.id=(i++).toString();let l=await qm(e,s,{excludeLanguages:e?.config?.translationLanguagePattern?.excludeMatches||[],isDetectParagraphLanguage:e.state.isDetectParagraphLanguage,targetLanguage:e.targetLanguage,delimiters:o,noTranslateRegexp:e.rule.noTranslateRegexp,minTextCount:2,minWordCount:1,ignoreZhCNandZhTW:e.rule.ignoreZhCNandZhTW});l&&(a.push(l),cg[l.id]=l)}r=[],document.dispatchEvent(new CustomEvent(Lt,{detail:JSON.stringify({type:"totalParagraphsCount",payload:{totalParagraphsCount:a.length}})}));try{await Nl(a,e,e.state.translationMode||e.config.translationMode)}catch{}finally{gn("Translated")}}d();var Zn=!1,w0,n6=!1,D0=null;function dg(e){let{config:t}=e;if(e.isInputTranslationExcludeUrl){M.debug("exclude url for input");return}if(D0===!1){M.debug("disable for this time");return}let n={...t.inputLanguageCodeAlias};An.forEach(c=>n[c]=[c,...n[c]||[]]);let r=t.inputStartingTriggerKeyAlias[t.inputStartingTriggerKey]||[];r.includes(t.inputStartingTriggerKey)||r.unshift(t.inputStartingTriggerKey),n[t.inputTargetLanguage]=[...r,...n[t.inputTargetLanguage]];let a=t.inputTrailingTriggerKeyTimeout;st().any&&(a=t.inputTrailingMobileTriggerKeyTimeout);let o={triggerTimes:t.inputTrailingTriggerKeyRepeatTimes,triggerKey:t.inputTrailingTriggerKey,triggerTimeout:a,codePrefix:t.inputStartingTriggerKey,codeAlias:n,flatAlias:Object.values(n).flat(),codePrefixAlias:t.inputStartingTriggerKeyAlias},i=0,s=Date.now();w0&&self.removeEventListener("keydown",w0),w0=u,self.addEventListener("keydown",w0);function u(c){if(Zn||D0===!1)return;let m=c,g=m.target||m.srcElement,p=g?.tagName;(g?.isContentEditable||p=="INPUT"||p=="SELECT"||p=="TEXTAREA")&&(q7(c,o.triggerKey,o.codePrefixAlias)?l(c):i=0)}async function l(c){Date.now()-s=o.triggerTimes&&F7()&&(i=0,P7(c,e,o))}W7(e)}function a6({codePrefix:e,flatAlias:t,codePrefixAlias:n}){let r=[],a=n[e]||[];a.includes(e)||a.unshift(e);for(let o of a){let i=t.map(s=>{let u=o+s;return a.includes(s)||(u+=" "),u});r.push(...i)}return new RegExp(r.join("|"))}function A0(e,t){for(let[n,r]of Object.entries(t))if(r.includes(e))return n;return""}var di;function o6(e){let t=e.parentElement;if(!t)return;di=document.createElement("div"),di.className=J+"-input",di.innerHTML=`
`,t.appendChild(di);let n=t,r=!1;do{let a=getComputedStyle(n).position;if(["fixed","absolute","relative"].includes(a)){r=!0;break}n=n.parentElement}while(n);if(n=t,!r)do{if(getComputedStyle(n).position==="static"){n.style.position="relative";break}n=n?.parentElement||null}while(n)}function i6(){di&&di.remove()}async function L7(e){if(!Zn)try{let f=function(){c=e.config.inputTargetLanguage;let b=l.split(" ")[0];b&&b[0]&&(b=b[0].toLowerCase()+b.slice(1)),b.trim()&&o.flatAlias.includes(b)?(c=A0(b,o.codeAlias),u=l.slice(b.length+1)):u=l},y=function(){c="";let b=a6(o),h=l.split(b);if(h.length<2)return;if(u=h[h.length-1],s=h[0],h.length>2){let w=l.lastIndexOf(u),P=l.slice(0,w).lastIndexOf(h[h.length-2]);s=l.slice(0,P+h[h.length-2].length)}if(s.endsWith(o.codePrefix))return;if(s.endsWith(":")&&o.codePrefix=="/"){s="",u="";return}let C=l.slice(s.length+1,l.indexOf(u)).trim();if(c=A0(C,o.codeAlias),!c){M.warn("not found alias",C);return}},{config:t}=e,n={...t.inputLanguageCodeAlias};An.forEach(b=>n[b]=[b,...n[b]||[]]);let r=t.inputStartingTriggerKeyAlias[t.inputStartingTriggerKey]||[];r.includes(t.inputStartingTriggerKey)||r.unshift(t.inputStartingTriggerKey),n[t.inputTargetLanguage]=[...r,...n[t.inputTargetLanguage]];let a=t.inputTrailingTriggerKeyTimeout;st().any&&(a=t.inputTrailingMobileTriggerKeyTimeout);let o={triggerTimes:t.inputTrailingTriggerKeyRepeatTimes,triggerKey:t.inputTrailingTriggerKey,triggerTimeout:a,codePrefix:t.inputStartingTriggerKey,codeAlias:n,flatAlias:Object.values(n).flat(),codePrefixAlias:t.inputStartingTriggerKeyAlias},i=document.activeElement;if(!i||i.tagName==="BODY")return;Zn=!0;let s="",u="",l=fa(i)||"",c=e.config.inputTargetLanguage;e.config.inputStartingTriggerKey==="none"?f():(y(),!c&&e.config.enableInputTranslationWithoutTriggerKey&&f());let m=s6(u,o),g=await Fe({text:m,pageLangs:["en"]});M.debug("translateContent",m,g);let p={text:m||"",id:0,from:g,to:c,url:"https://google.com",fromByClient:g,force:!0};if(!p.text||p.text.length>5e3)return;o6(i),Ze(Eu,Date.now());try{let b=await ra(p,{...e,translationService:e.inputTranslationService});l6(e),u6(e,i,s+b.text)}catch(b){if(b instanceof K){let h=b.uiConfig(e);h.action=="retry"&&(h.action="none"),document.dispatchEvent(new CustomEvent(_a,{detail:h}))}}finally{Zn=!1}}catch(t){throw Zn=!1,t}finally{Zn=!1,i6()}}async function P7(e,t,n){if(!Zn)try{let m=function(){s=t.config.inputTargetLanguage;let p=i.split(" ")[0];p&&p[0]&&(p=p[0].toLowerCase()+p.slice(1)),p.trim()&&n.flatAlias.includes(p)?(s=A0(p,n.codeAlias),o=i.slice(p.length+1)):o=i},g=function(){s="";let p=a6(n),f=i.split(p);if(f.length<2)return;if(o=f[f.length-1],a=f[0],f.length>2){let b=i.lastIndexOf(o),h=i.slice(0,b).lastIndexOf(f[f.length-2]);a=i.slice(0,h+f[f.length-2].length)}if(a.endsWith(n.codePrefix))return;if(a.endsWith(":")&&n.codePrefix=="/"){a="",o="";return}let y=i.slice(a.length+1,i.indexOf(o)).trim();if(s=A0(y,n.codeAlias),!s){M.warn("not found alias",y);return}},r=document.activeElement;Zn=!0;let a="",o="",i=fa(r)||"",s=t.config.inputTargetLanguage;n.codePrefix==="none"?m():(g(),!s&&t.config.enableInputTranslationWithoutTriggerKey&&m());let u=s6(o,n),l=await Fe({text:u,pageLangs:["en"]});M.debug("translateContent",u,l);let c={text:u||"",id:0,from:l,to:s,url:"https://google.com",fromByClient:l,force:!0};if(!c.text)return;if(t.config.isShowInputTranslationConsent&&!n6){n6=!0;let p=await $7(t);if(e.target&&e.target.focus(),p==="open_settings"){No(!0,"#input");return}else if(p==="open_learn_more"){Uo("https://immersivetranslate.com/docs/input/");return}else if(p==="disable_once"||p==="disable_forever"){if(D0=!1,p==="disable_forever"){let f=await hn();f.enableInputTranslation=!1,f.isShowInputTranslationConsent=!1,await fn(f)}else if(p==="disable_once"){let f=await hn();f.isShowInputTranslationConsent=!1,await fn(f)}return}else if(p==="close_disable_once"||p==="close_disable_forever"){if(D0=!1,p==="close_disable_forever"){let f=await hn();f.enableInputTranslation=!1,f.isShowInputTranslationConsent=!1,await fn(f)}return}else if(p==="enable"){let f=await hn();f.enableInputTranslation=!0,f.isShowInputTranslationConsent=!1,await fn(f)}else if(p==="close_enable"){let f=await hn();f.enableInputTranslation=!0,await fn(f)}}o6(r),Ze(Eu,Date.now());try{let p=await ra(c,{...t,translationService:t.inputTranslationService});l6(t),u6(t,r,a+p.text)}catch(p){if(p instanceof K){let f=p.uiConfig(t);f.action=="retry"&&(f.action="none"),document.dispatchEvent(new CustomEvent(_a,{detail:f}))}}finally{Zn=!1}}catch(r){throw Zn=!1,r}finally{Zn=!1,i6()}}function F7(){let e=document.activeElement;if(!e)return!1;if(k0(e)){let t=e.selectionStart||0,n=e.value.length,a=e.value.split(` +`).reverse()[0].trim(),o=n<=t;return M.debug("cursorPosition",t,"textLength",n),M.debug("input isTail",o,"tailHasText",a),o&&!!a}else{let t=window.getSelection();if(!t)return M.debug("No active selection found."),!1;if(t.rangeCount>0){let n=t.getRangeAt(0),r=n.startContainer;if(r.nodeType===Node.TEXT_NODE){let a=M7(r,e);M.debug("Current text node:",r.textContent),M.debug("Cursor position within text node:",n.startOffset);let o=r.textContent?.length===n.startOffset&&a,i=e.innerText?.split(` +`).reverse(),s=rt()?i[0]||i[1]:i[0];return M.debug("editdiv isTail",o,"tailHasText",s),o&&!!s}else M.debug("Cursor is not within a text node.")}}return!1}function M7(e,t){let n;function r(a){if(a.nodeType===Node.TEXT_NODE)n=a;else for(let o of a.childNodes)r(o)}return r(t),n==e}function s6(e,t){let{triggerTimes:n,triggerKey:r}=t,a=0,o=" ";r.length==1?(a=n,o=r):r.toLowerCase()=="space"&&(a=n);let i=e.length;for(let s=e.length-1;s>=e.length-a;s--){if([10,8629].includes(e[s].charCodeAt(0))){i--;continue}if(![...t.codePrefixAlias[r]||[],o].includes(e[s]))break;i--}return e.length-i<3&&[".","\u3002"].includes(e[i-1])&&i--,e.slice(0,i)}function B7(e,t){let n=t.innerHTML,r=fa(t);return{html:n.replace(r,e),text:e}}function r6(e,t,n=!1){let r=fa(t);return n?r.trim().endsWith(e.text.trim()):r?.trim()?.indexOf(e?.text?.trim())>=0}function fa(e){return e.value||e.innerText||e.textContent}async function ha(e){await new Promise((t,n)=>{setTimeout(()=>{t("")},e)})}async function R7(e,t,n){await ha(10);let r=new DataTransfer;e.forEach(a=>{a==="plain"&&r.setData("text/plain",t.text)}),n.dispatchEvent(new ClipboardEvent("paste",{clipboardData:r,bubbles:!0,cancelable:!0})),r.clearData(),await ha(10)}async function I7(e,t){let n=document.createEvent("TextEvent");n.initTextEvent&&(n.initTextEvent("textInput",!0,!0,window,e.text),t.dispatchEvent(n),await ha(10))}async function O7(e,t){t.value&&t.select(),document.execCommand("insertText",!1,e.text.replace(/\n/g,"\r")),await ha(20),(t.value||t.value==="")&&(t.value=e.text)}async function N7(e,t){k0(t)&&(t.value=e.text,t.dispatchEvent(new Event("input",{bubbles:!0})),await ha(20))}var j7=[R7.bind(null,["plain"])];function U7(e){let t;k0(e)?t=new InputEvent("beforeinput",{bubbles:!0,cancelable:!0,inputType:"deleteContent"}):t=new KeyboardEvent("keydown",{bubbles:!0,cancelable:!0,keyCode:8,which:8,location:0,key:"Backspace"}),e.dispatchEvent(t)}function k0(e){return e.tagName==="INPUT"||e.tagName==="TEXTAREA"}function H7(e){if(k0(e))return;e.focus();let t=window.getSelection();if(!t)return;let n=document.createRange();n.selectNodeContents(e),t.removeAllRanges(),t.addRange(n)}async function u6(e,t,n){await H7(t),await ha(50);let r=e.rule.inputConfig,a=B7(n,t);try{r?.clearContentEnable&&U7(t),await ha(50),r?.execCommandDeleteEnable&&!bo()&&fa(t)?.trim()!=""&&(document.execCommand("delete"),await ha(50)),M.debug("clearContent",fa(t))}catch(o){M.error(o)}for(let o of[...j7,O7,N7,I7]){await o(a,t);let i=z7();if(!i)return;if(M.debug("setContent",o.name,r6(a,i),fa(i),a),r6(a,i))break}}function z7(){return document.activeElement}function l6(e){at("translate_input",[{name:"translate_input",params:{input_trailing_trigger_key:e.config.inputTrailingTriggerKey,input_starting_trigger_key:e.config.inputStartingTriggerKey,input_target_language:e.config.inputTargetLanguage}}],e)}function q7(e,t,n){let r="";e&&e.code&&(r=e.code.toLowerCase());let a="";e&&e.key&&(a=e.key.toLowerCase());let o=e.keyCode,i=n[t]||[];return o===229&&t!=="space"?!1:!!(i.includes(r)||i.includes(a)||r===t||a===t)}async function W7(e){if(e.config.interfaceLanguage!=="zh-CN"||e.config.targetLanguage!=="zh-CN")return;let t="inputTutorialsShowedAt";if(await Dt(t,"")||Number(await Dt(Eu,0))>0)return;let a=e.rule.inputConfig,o=a.tutorialsSelectors,i=a.tutorialsText;if((o?.length||0)>0&&i)for(let s=0;s{G7()},100),new Promise(m=>{let g=m;if(i){let k=i.shadowRoot;if(!k)return;s=k.querySelector(`.${n}`);let E=s.querySelector(`.${r}`),O=s.querySelector(`.${o}`),_=s.querySelector(`.${a}`)}else{let k=document.createElement("div");k.setAttribute("translate","no"),k.className="no-translate immersive-translate-error-modal-input-shadow-root",k.id=t,k.style.all="initial",k.style.zIndex="2147483647",document.body.appendChild(k);let E=k.attachShadow({mode:"open"}),O=document.createElement("style"),_=Ce();O.textContent=_.IMMERSIVE_TRANSLATE_INPUT_INJECTED_CSS,E.appendChild(O),s=document.createElement("div"),s.className=n+" notranslate",s.id=n;let B=document.createElement("div");B.className=J+"-modal-content notranslate "+J+"-modal-content-in-input",s.appendChild(B);let N=document.createElement("span");N.textContent="\xD7",N.className=J+"-close",B.appendChild(N),u=document.createElement("div"),u.className=r+" notranslate",B.appendChild(u),c=document.createElement("div"),c.className=a+" notranslate",B.appendChild(c),l=document.createElement("div"),l.className=o,B.appendChild(l),E.appendChild(s),N.onclick=function(){R(),m("close")},E.addEventListener("click",U=>{U.target==s&&(s.style.display="none",m("close"))})}document.addEventListener("keydown",F);let p=At.bind(null,e);u.innerHTML=`
${ql} ${p("modalEnableInputTranslationTitle")}
`,c.innerHTML="";let f=document.createElement("p");f.innerHTML=p("modalEnableInputTranslationDesc",{1:"https://immersivetranslate.com/docs/input/"}),f.style.cssText="margin-bottom:12px",c.appendChild(f);let y=document.createElement("div");y.style.cssText="margin-bottom: 12px;",y.innerHTML=Ge.sanitize(p("disableInputTranslationTips",{option:`${p("option")}`,learnMore:`${p("learnMore")}`})),c.appendChild(y);let b=[{id:"enable-search-enhancement",value:"enable",text:p("continueEnalbeInputTranslation")},{id:"disable-once",value:"once",text:p("disableOnce")},{id:"disable-global",value:"global",text:p("disableGlobal")}];for(let k=0;k0&&await aA(e.rule.waitForSelectors,e.rule.waitForSelectorsTimeout),e.rule.isInjectOptionsUrl){let s=jo(),u=document.createElement("meta");u.name="immersive-translate-options-url",u.content=s;try{document.head&&document.head.appendChild&&document.head.appendChild(u)}catch(l){M.warn("inject options url failed",l)}}if(e.rule.globalMeta&&Object.keys(e.rule.globalMeta).forEach(u=>{let l=document.createElement("meta");l.name=u,l.content=e.rule.globalMeta[u],document.head.appendChild(l)}),e.rule.initialGlobalAttributes&&X1(document.body,e.rule.initialGlobalAttributes),e.rule.pageType=="pdfReader"){yn(e);return}if(e.config.arxivRule&&e.config.arxivRule.matches&&ct(e.url,e.config.arxivRule.matches)){let u=document.querySelector(e.config.arxivRule.injectContainerSelector);if(u){let l=document.querySelector(e.config.arxivRule.officialHtmlSelector),c="";if(l&&l.getAttribute&&l.getAttribute("href")){let b=l.getAttribute("href");try{let h=new URL(b);h.searchParams.set("_immersive_translate_auto_translate","1"),c=h.toString()}catch{}}let p=new URL(e.url).pathname.split("/").pop(),f=!1,y=!0;if(p)try{let h=p.split(".")[0],C=h.slice(0,2),w=h.slice(2,4),P=new Date(`20${C}-${w}-27`),R=new Date(e.config.arxivRule.validBefore);P${At(e,"viewWithImmersiveTranslate")}`,u.appendChild(b)}else{let b="";if(c&&(b=c),b){let h=document.createElement("li");h.innerHTML=`${At(e,"viewWithImmersiveTranslate")}`,u.appendChild(h)}}}}if(e.rule.isOnBoardingPage){document.dispatchEvent(new CustomEvent(Lt,{detail:JSON.stringify({type:"currentConfig",payload:{enableDefaultAlwaysTranslatedUrls:!!e.config.enableDefaultAlwaysTranslatedUrls}})}));let s=document.querySelector("#immersiveTranslateEnableDefaultAlwaysTranslatedUrlsValue");s&&(s.value="helloworld",s.value=String(!!e.config.enableDefaultAlwaysTranslatedUrls),s.dispatchEvent(new Event("change")))}d6||(d6=!0,Ue()&&e.rule.useIframePostMessage&&await K2());let n=e.sourceLanguage;n==="auto"?n=await m6():On(n);let r=G3(e,n);if(r&&(e=await He(xe(),{translationMode:r})),e.rule.isInjectMeta)try{let s=await Xu(n),u=document.createElement("meta");u.name="immersive-translate-meta",u.content=fi(JSON.stringify(s)),document.head&&document.head.appendChild&&document.head.appendChild(u)}catch(s){M.warn("inject meta failed",s)}let a=new URL(e.url),i=a.searchParams.get("_immersive_translate_auto_translate")==="1"||a.searchParams.get("_immersive_translate_auto_translate")==="true"||e.state.isAutoTranslate||e.isTranslateUrl||e.rule.pageType=="pdfReader";if(!i&&!e.isTranslateExcludeUrl&&(M.debug(`detect page language: ${e.url} ${n}`),Wr(n,e.targetLanguage,{ignoreZhCNandZhTW:e.rule.ignoreZhCNandZhTW})||n==="auto"||J2(n,e.config.translationLanguagePattern)&&(i=!0,M.debug(`match language pattern ${n}, auto translate`))),e.rule.pageType=="ebookBuilder"&&(i=!1),e.rule.pageType!=="pdfReader"&&$i(t)&&ui(e,window),i)fe.state.isAutoTranslate=!0,yn(fe);else if(M.debug("do not auto translate",e),e.rule.initTranslationServiceAsSoonAsPossible&&e.translationService==="deepl"){if(Wr(n,e.targetLanguage,{ignoreZhCNandZhTW:e.rule.ignoreZhCNandZhTW})||n==="auto")return;e.config&&e.config.translationServices&&e.config.translationServices.deepl&&e.config.translationServices.deepl.authKey&&typeof e.config.translationServices.deepl.authKey=="string"&&e.config.translationServices.deepl.authKey.startsWith("immersive_")&&(_0[e.translationService]||(_0[e.translationService]=!0,Ue()||Lm(e).catch(s=>{M.warn("init translation engine error",s)})))}}async function kp(e){if(Ke()==="Original"){let t={};mi&&(t.translationTheme=mi),fe&&(t={...fe.state,...t});let n=await He(xe(),t);if(e?.trigger=="right_menu"&&Oa(n?.rule)){let r=Qr(n.rule);Ho(!0,r||xe());return}await yn(fe,e)}else(Ke()==="Translated"||Ke()==="Error")&&Ja()}async function K7(){if(fe=await He(xe(),{}),fe.rule.pageType=="ebookBuilder")return Z9(fe);if(fe.rule.pageType=="subtitleBuilder")return X9(fe);Qb()}async function _p(e){if(Ke()==="Original"){fe=await He(xe(),{}),mi||(mi=fe.state.translationTheme);let t="mask";fe.state.translationTheme==="opacity"&&(t="opacity"),fe=await He(xe(),{translationTheme:t}),await yn(fe,e)}else if(Ke()==="Translated"){let t="mask";fe?.state?.translationTheme==="opacity"&&(t="opacity");let n=H3().filter(o=>o.contentDocument?.body).map(o=>o.contentDocument.body),r=[fe.mainFrame,...n],a=fe?.state.translationTheme;for(let o of r){let i=Lo(o,po,!0);a==="mask"||a==="opacity"?i!=="none"?ut(o,po,"none",!0):ut(o,po,t,!0):i!=="mask"&&i!=="opacity"?ut(o,po,t,!0):ut(o,po,"none",!0)}}}async function m6(){let e=await He(xe(),{});return e.rule.pageType=="subtitleBuilder"?ug():Xb(e)}function Y7(e){Ke()==="Original"?c6(e):Wa()}function J7(e){Ke()==="Original"?J9(e):lg()}function X7(e){Ke()==="Original"?ai(e):Wa()}async function Ja(){zo(""),document.dispatchEvent(new CustomEvent(Lt,{detail:JSON.stringify({type:"restorePage",payload:{}})}));let e=await He(xe(),{});if(e.rule.pageType=="subtitleBuilder"){lg();return}else e.rule.pageType=="ebookBuilder"&&e6();Wa()}async function yn(e,t){e.config?.sentryConfig?.contentInitTime=="translate_page"&&(e.config?.sentryConfig,void 0);let n=Ke(),r={pageStatus:n,translateService:e.state.translationService||e.translationService,translationMode:e.state.translationMode};n!=="Original"&&await Ja(),document.dispatchEvent(new CustomEvent(Lt,{detail:JSON.stringify({type:"translateStart",payload:{}})})),document.dispatchEvent(new CustomEvent(Lt,{detail:JSON.stringify({type:"targetLanguage",payload:{targetLanguage:e.targetLanguage}})})),_0[e.translationService]||(_0[e.translationService]=!0,Ue()||Lm(e).catch(o=>{M.warn("init translation engine error",o)}));let a={};if(t&&t.trigger&&(a.trigger=t.trigger),at("translage_page_daily",[{name:"translage_page_daily",params:a}],e),at("translate_page",[{name:"translate_page",params:a}],{...e,sourceLanguage:Et()}),e.rule.pageType=="subtitleBuilder"){J7(e),zo("yes");return}if(e.rule.pageType=="ebookBuilder"){t6(e),zo("yes");return}if(e.rule.pageType==="pdfReader"){Y7(e),zo("yes");return}X7(e),zo("yes")}async function Q7(e,t){let n=fe?.translationService;if(Ke()==="Original"||n!=e){fe=await He(xe(),{translationService:e});let r=At(fe,"temprarilyChangeTranslationTo_"+e);ll({text:r}),await yn(fe,t)}else{Ja();let r=await an(),a={url:xe(),config:r,state:{}},o=await Ht(a);fe=await He(xe(),{translationService:o.translationService})}}async function Z7(e){Ke()==="Original"?await pg(e):(Ke()==="Translated"||Ke()==="Error")&&(fe=await He(xe(),{}),fe.state.translationArea!=="main"?await pg(e):Ja())}async function pg(e){fe=await He(xe(),{translationArea:"main"}),await yn(fe,e)}async function p6(e){fe=await He(xe(),{translationArea:"body"}),await yn(fe,e)}async function Lp(e){let t=await He(xe(),{}),n=t.state.translationMode=="dual"?"translation":"dual";if(t=await He(xe(),{translationMode:n}),Ke()==="Original"){yn(t,e);return}window.immersiveTranslateSwitchTranslateState&&window.immersiveTranslateSwitchTranslateState(n)}async function ig(e){if(fe=await He(xe(),{translationMode:e}),at("switch_translation_mode",[{name:"switch_translation_mode",params:{mode:e}}],{...fe,sourceLanguage:"unknown"}),Ke()==="Original"){yn(fe);return}window.immersiveTranslateSwitchTranslateState&&window.immersiveTranslateSwitchTranslateState(e)}async function eA(e){if(Ke()==="Original")await p6(e);else if(Ke()==="Translated"||Ke()==="Error"){let t={};fe&&fe.state&&(t=fe.state),fe=await He(xe(),t),fe.state.translationArea!=="body"?(fe.state.translationArea="body",fe=await He(xe(),fe.state),await yn(fe,e)):Ja()}}async function g6(e){fe=await He(xe(),{translationStartMode:"immediate"}),await yn(fe,e)}async function tA(e){Ke()==="Original"?await g6(e):(Ke()==="Translated"||Ke()==="Error")&&Ja()}async function f6(){let e=await He(xe(),{});if(!ct(e.url,e.config.inputStyleBlockUrls)){let n=Ce().IMMERSIVE_TRANSLATE_INPUT_INJECTED_CSS;Cn(document,n,"immersive-translate-input-injected-css")}e.rule.pageType&&e.rule.pageType!=="html"||e.config.enableInputTranslation&&dg(e)}function nA(){return fe}async function He(e,t){let n=Object.keys(t);if(fe){let r={url:e,config:fe.config,state:{...fe.state,...t}};fe=await Ht(r)}else{let r=await an(),a=t;n.length===0&&(a=void 0),fe=await Ht({url:e,config:r,state:a})}return fe.state&&fe.state.translationService&&(fe.translationService=fe.state.translationService),fe.state&&fe.state.targetLanguage&&(fe.targetLanguage=fe.state.targetLanguage),fe}async function rA(){let e=await hn()||{},t=e.generalRule||{},n=t["subtitleRule.add"]||{},r=!n.preTranslation;await fn({...e,generalRule:{...t,"subtitleRule.add":{...n,preTranslation:r}}}),r?ll({text:At(fe,"videoSubtitlePreTranslationOn")}):ll({text:At(fe,"videoSubtitlePreTranslationOff")}),setTimeout(()=>{window.location.reload()},1e3)}async function eg(){let e=await an(),t=await ls(),n;fe&&fe.state&&(n=fe.state);let r={url:xe(),config:e,state:n},a=await Ht(r);a.state&&a.state.translationService&&(a.translationService=a.state.translationService),fe=a,gp(fe);let o=_s(),i=[];return o?i=o.allInlineWindows||[window]:i=[window],i.forEach(s=>{Bs(a,s),$i(t)&&ui(a,s),dg(a)}),a}function aA(e,t=3e3){return new Promise((n,r)=>{let a=t?setTimeout(()=>{n(new Error("timeout"))},t):void 0,o=setInterval(()=>{e.every(s=>document.querySelector(s)!==null)&&(clearInterval(o),a&&clearTimeout(a),n(null))},50)})}async function $9(e){let t=e.detail,n=hn();await E9(t.token,n,fn),Wt.set(qt,t);let r=await Wt.get(Xc,!1);Wt.set(Xc,!1),document.dispatchEvent(new CustomEvent("immersiveTranslateDocumentMessageUserResult",{detail:r?"close":"success"})),mg()}function G9(e){M.debug("update user info",e);let t=e.detail;Wt.set(qt,t),mg()}async function V9(e){let t=await hn();if(t.translationService)return;let n=e.config.translationService,r=await sg(e,n);if(e.translationService!==r){if(!r){Yi([{name:"no_avaliable_translation_service"}]);return}t.translationService=r,fn(t),e.translationService=r,Yi([{name:"change_default_translation_service",params:{translation_service:r}}])}}async function K9(e,t){let n=t.detail;if(e.rule.id!="immersive")return;let r=n.translateService;if(!r)return;let a=n.provider,o=await hn();o.translationService=r,a&&o?.translationServices?.[r]?.provider&&(o.translationServices[r].provider=a),o.translationServiceChangedbyUserAt=new Date().toISOString(),fn(o)}async function sg(e,t,n=!0){let r=e.rule.detectionServiceOrder||["google","bing","transmart","yandex"];return r.sort((a,o)=>a===t?n?-1:1:o===t?n?1:-1:0),await G1(r,e)}async function Y9(e){let t=await hn();t.translationService=e,await fn(t);let n=await He(xe(),{});n.translationService=e,await yn(n)}D2({detectCurrentPageLanguage:m6,ensureSwitchTranslationMode:Lp,restorePage:Ja,retryFailedParagraphs:K7,switchTranslationMode:ig,toggleTranslatePage:kp,toggleTranslateTheMainPage:Z7,toggleTranslateTheWholePage:eA,toggleTranslationMask:_p,toggleVideoSubtitlePreTranslation:rA,translatePage:yn,translatePageWithTranslationService:Q7,translateTheMainPage:pg,translateTheWholePage:p6,translateToThePageEndImmediately:g6,toggleTranslateToThePageEndImmediately:tA,updateGlobalContext:eg,getPureGlobalContext:nA});async function h6(e){if(!e){let n=await an();e=await Ht({config:n,url:xe()})}if(e.config.debug?M.setLevel("debug"):M.setLevel("info"),!e.isTranslateExcludeUrl){if(e.rule.pageType=="ebookReader"||e.rule.pageType=="ebookBuilder"){if(e.rule.isInjectMeta){try{let n=await Xu("auto"),r=document.createElement("meta");r.name="immersive-translate-meta",r.content=fi(JSON.stringify(n)),document.head&&document.head.appendChild&&document.head.appendChild(r)}catch(n){M.warn("inject meta failed",n)}if(e.rule.isInjectOptionsUrl){let n=jo(),r=document.createElement("meta");r.name="immersive-translate-options-url",r.content=n;try{document.head&&document.head.appendChild&&document.head.appendChild(r)}catch(a){M.warn("inject options url failed",a)}}if(e.rule.isInjectVersion){let n=Xt(),r=document.createElement("meta");r.name="immersive-translate-version",r.content=n;try{document.head&&document.head.appendChild&&document.head.appendChild(r)}catch(a){M.warn("inject version failed",a)}}}}else await S0();Ue()||await R9().catch(n=>{M.error(`init popup page error: ${n}`)}),Ue()||Ry()}await f6()}d();var Rs={capture:!0,once:!0,passive:!0},E6=()=>document.readyState==="interactive"||document.readyState==="complete",oA=e=>document.readyState===e,Is=(e,t)=>oA(e)||E6()?(t(e),!0):!1,iA=()=>new Promise(e=>{Is("loading",e)||document.addEventListener("readystatechange",()=>{document.readyState==="loading"&&e("loading")},Rs)}),sA=()=>new Promise(e=>{Is("interactive",e)||document.addEventListener("readystatechange",()=>{document.readyState==="interactive"&&e("interactive")},Rs)}),uA=()=>new Promise(e=>{Is("complete",e)||document.addEventListener("readystatechange",()=>{document.readyState==="complete"&&e("complete")},Rs)}),b6=()=>new Promise(e=>{Is("domready",e)||document.addEventListener("DOMContentLoaded",()=>{e("domready")},Rs)}),y6=()=>new Promise(e=>{Is("load",e)||window.addEventListener("load",()=>{e("load")},Rs)}),x6={};Object.defineProperties(x6,{state:{get:function(){return document.readyState}},loading:{get:function(){return iA()}},interactive:{get:function(){return sA()}},complete:{get:function(){return uA()}},window:{get:function(){return y6()}},load:{get:function(){return y6()}},domready:{get:function(){return b6()}},dom:{get:function(){return b6()}},ready:{get:function(){return E6()}}});var T6=x6;d();d();var v6={NOT_FUNCTION:"Your executor is not a function. functions and promises are valid.",FAILED_TO_WAIT:"Failed to wait"};function lA(e){return()=>Promise.resolve().then(()=>e()).catch(t=>{throw t})}function cA(e){if(typeof e!="function")throw new Error(v6.NOT_FUNCTION)}var gg=class{_interval;_timeout;_stopOnFailure;_backoffFactor;_backoffMaxInterval;_Console;originalStacktraceError;_userMessage;_verbose;_isWaiting;_isResolved;_executeFn;start;promise;resolve;reject;_lastError;constructor({interval:t=100,timeout:n=1e3,stopOnFailure:r=!1,verbose:a=!1,backoffFactor:o=1,backoffMaxInterval:i,message:s=""}={}){this._interval=t,this._timeout=n,this._stopOnFailure=r,this._isWaiting=!1,this._isResolved=!1,this._verbose=a,this._userMessage=s,this.originalStacktraceError=new Error,this._Console=console,this._backoffFactor=o,this._backoffMaxInterval=i||n,this.start=+Date.now()}tryEvery(t){return this._interval=t,this}stopAfter(t){return this._timeout=t,this}execute(t){return this._applyPromiseHandlers(),cA(t),this._executeFn=lA(t),this.start=Date.now(),this._isWaiting=!0,this._log("starting to execute"),this._runFunction(),this.promise}getPromise(){return this.promise}isResolved(){return this._isResolved}isWaiting(){return this._isWaiting}stopOnFailure(t){return this._stopOnFailure=t,this}_applyPromiseHandlers(){this.promise=new Promise((t,n)=>{this.resolve=t,this.reject=n})}_timeFromStart(){return Date.now()-this.start}_shouldStopTrying(){return this._timeFromStart()>this._timeout}_executeAgain(){this._log("executing again");let t=this._interval,n=t*this._backoffFactor;this._interval=n>this._backoffMaxInterval?this._backoffMaxInterval:n,setTimeout(this._runFunction.bind(this),t)}_failedToWait(){let t=`${v6.FAILED_TO_WAIT} after ${this._timeFromStart()}ms`;if(this._userMessage&&(t=`${t}: ${this._userMessage}`),this._lastError){this._lastError.message=`${t} ${this._lastError.message}`;let n=this.originalStacktraceError.stack;n&&(this._lastError.stack+=n.substring(n.indexOf(` -`)+1))}else this._lastError=this.originalStacktraceError,this._lastError.message=t;return this._log(this._lastError),this._lastError}_runFunction(){if(this._shouldStopTrying()){this._isWaiting=!1,this.reject?.(this._failedToWait());return}this._executeFn().then(t=>{if(t===!1){this._log(`then execute again with result: ${t}`),this._executeAgain();return}this.resolve?.(t),this._isWaiting=!1,this._isResolved=!0,this._log(`then done waiting with result: ${t}`)}).catch(t=>this._stopOnFailure?(this._log(`stopped on failure with err: ${t}`),this.reject?.(t)):(this._lastError=t,this._log(`catch with err: ${t}`),this._executeAgain()))}_log(t){this._verbose&&this._Console&&this._Console.log&&this._Console.log(t)}},C6=(e,t)=>new gg(t).execute(e);async function S6(e){try{let t=e.config.domReadyDetectTimeout;return await C6(()=>{let r=e.mainFrame.innerText||"";if(Ao(r,e.rule.mainFrameMinTextCount,e.rule.mainFrameMinWordCount))return!0;throw new Error("there is no main text")},{timeout:t!==void 0?t:3e3}),!0}catch(t){if(Ue())throw t;return P.debug("check dom element ready failed:",t,e),!0}}d();function w6(){let e=document.querySelector("meta[name=immersive-translate-options]");return!!(e&&e.getAttribute("content")==="true")}d();async function A6(){if(!document.getElementById("immersive-translate-status")){P.error("Could not find status element");return}await D6("local"),await D6("sync"),mA();let t=document.getElementById("immersive-translate-page-ready");t&&setTimeout(()=>{t.value="true",t.dispatchEvent(new Event("change"))},100)}async function dA(e,t){let n;try{n=JSON.parse(e.detail)}catch(a){P.error("parse detail failed",a);return}let r=n.id||"default";try{let a=n.data||{},o=await t(a),i={id:r,ok:!0,data:o};document.dispatchEvent(new CustomEvent(bu,{detail:JSON.stringify({...i,type:"answer"})}))}catch(a){let o={ok:!1,errorName:a.name,errorMessage:a.message,errorDetails:a.details||a.detail};document.dispatchEvent(new CustomEvent(bu,{detail:JSON.stringify({...o,id:r,type:"answer"})}))}}function mA(){document.addEventListener(hu,r=>{let a=r;if(P.debug("document message",a),a&&a.detail){let o;try{o=JSON.parse(a.detail)}catch(i){P.error("parse detail failed",i);return}o.type==="ask"?o.method==="request"&&dA(a,ce):o.type==="tell"&&o.method==="updateCommands"&&xl(o.data)}});let e=document.getElementById("immersive-translate-manifest");if(!e){P.error("Could not find manifest element");return}let t=oe.runtime.getManifest();rt()&&(t._isSafari=!0),e.value=JSON.stringify(t),e.dispatchEvent(new Event("change")),document.getElementById("immersive-translate-message").addEventListener("change",r=>{try{let a=JSON.parse(r.target.value);a&&a.method==="removeStorageKey"&&a.data&&a.data.area&&a.data.keys&&oe.storage[a.data.area].remove(a.data.keys)}catch(a){P.error("parse message error",a)}})}async function D6(e){let t=document.getElementById("immersive-translate-status"),n=document.getElementById(`immersive-translate-${e}-storage`);if(n){P.debug("init storage");let r=await oe.storage[e].get(null);n.value=JSON.stringify(r),n.dispatchEvent(new Event("change")),n.addEventListener("change",a=>{try{let o=JSON.parse(a.target.value);oe.storage[e].set(o)}catch(o){P.error("save to storage error",o)}}),n.addEventListener("refresh-"+e,async a=>{let o=await oe.storage[e].get(null);n.value=JSON.stringify(o),P.debug("refresh ",e,"storage")})}else{P.error(`Could not find storage ${e} element`),t.innerText="Could not find storage local input element";return}}var k6=["textarea","input","button","select","option","iframe","strong","form","body"];async function pA(){let e=await pn();e.sentryConfig?.contentInitTime=="init"&&(e.sentryConfig,void 0),e.excludeTranslationHtmlTags&&(k6=e.excludeTranslationHtmlTags),Ge.addHook("beforeSanitizeElements",function(r,a,o){let i=(r.nodeName||"").toLowerCase();if(k6.includes(i)){let u=`<${i}>${r.textContent||""}`,l=document.createTextNode(u);return r.replaceWith(l),r}return r}),Ge.addHook("uponSanitizeElement",function(r,a){let o=r.nodeName||"";/\d+$/.test(o)&&(a.allowedTags[a.tagName]=!0)});let t=xe(),n=await Ht({config:e,url:t});at("init_page_daily",[{name:"init_page_daily"}],n),T6.domready.then(()=>{if(n.isTranslateExcludeUrl&&w6())P.debug("detect web options page"),Bs(n,window),A6();else{if(!n.config.enabled)return;if(n.rule.isInjectVersion){let a=Xt(),o=document.createElement("meta");o.name="immersive-translate-version",o.content=a;try{document.head&&document.head.appendChild&&document.head.appendChild(o)}catch(i){P.warn("inject version failed",i)}}if(ct(n.url,n.config.blockUrls))return;Bs(n,window),S6(n).then(()=>{h6(n).catch(a=>{a&&P.debug("translate page error",a.name,a.message,a)})}).catch(a=>{P.debug("can not detect a valid body: ",a)})}}).catch(r=>{r&&P.debug("translate dom ready detect error",r)})}pA().catch(e=>{P.debug("init error",e)});})(); +`)+1))}else this._lastError=this.originalStacktraceError,this._lastError.message=t;return this._log(this._lastError),this._lastError}_runFunction(){if(this._shouldStopTrying()){this._isWaiting=!1,this.reject?.(this._failedToWait());return}this._executeFn().then(t=>{if(t===!1){this._log(`then execute again with result: ${t}`),this._executeAgain();return}this.resolve?.(t),this._isWaiting=!1,this._isResolved=!0,this._log(`then done waiting with result: ${t}`)}).catch(t=>this._stopOnFailure?(this._log(`stopped on failure with err: ${t}`),this.reject?.(t)):(this._lastError=t,this._log(`catch with err: ${t}`),this._executeAgain()))}_log(t){this._verbose&&this._Console&&this._Console.log&&this._Console.log(t)}},C6=(e,t)=>new gg(t).execute(e);async function S6(e){try{let t=e.config.domReadyDetectTimeout;return await C6(()=>{let r=e.mainFrame.innerText||"";if(Ao(r,e.rule.mainFrameMinTextCount,e.rule.mainFrameMinWordCount))return!0;throw new Error("there is no main text")},{timeout:t!==void 0?t:3e3}),!0}catch(t){if(Ue())throw t;return M.debug("check dom element ready failed:",t,e),!0}}d();function w6(){let e=document.querySelector("meta[name=immersive-translate-options]");return!!(e&&e.getAttribute("content")==="true")}d();async function A6(){if(!document.getElementById("immersive-translate-status")){M.error("Could not find status element");return}await D6("local"),await D6("sync"),mA();let t=document.getElementById("immersive-translate-page-ready");t&&setTimeout(()=>{t.value="true",t.dispatchEvent(new Event("change"))},100)}async function dA(e,t){let n;try{n=JSON.parse(e.detail)}catch(a){M.error("parse detail failed",a);return}let r=n.id||"default";try{let a=n.data||{},o=await t(a),i={id:r,ok:!0,data:o};document.dispatchEvent(new CustomEvent(bu,{detail:JSON.stringify({...i,type:"answer"})}))}catch(a){let o={ok:!1,errorName:a.name,errorMessage:a.message,errorDetails:a.details||a.detail};document.dispatchEvent(new CustomEvent(bu,{detail:JSON.stringify({...o,id:r,type:"answer"})}))}}function mA(){document.addEventListener(hu,r=>{let a=r;if(M.debug("document message",a),a&&a.detail){let o;try{o=JSON.parse(a.detail)}catch(i){M.error("parse detail failed",i);return}o.type==="ask"?o.method==="request"&&dA(a,ce):o.type==="tell"&&o.method==="updateCommands"&&xl(o.data)}});let e=document.getElementById("immersive-translate-manifest");if(!e){M.error("Could not find manifest element");return}let t=oe.runtime.getManifest();rt()&&(t._isSafari=!0),e.value=JSON.stringify(t),e.dispatchEvent(new Event("change")),document.getElementById("immersive-translate-message").addEventListener("change",r=>{try{let a=JSON.parse(r.target.value);a&&a.method==="removeStorageKey"&&a.data&&a.data.area&&a.data.keys&&oe.storage[a.data.area].remove(a.data.keys)}catch(a){M.error("parse message error",a)}})}async function D6(e){let t=document.getElementById("immersive-translate-status"),n=document.getElementById(`immersive-translate-${e}-storage`);if(n){M.debug("init storage");let r=await oe.storage[e].get(null);n.value=JSON.stringify(r),n.dispatchEvent(new Event("change")),n.addEventListener("change",a=>{try{let o=JSON.parse(a.target.value);oe.storage[e].set(o)}catch(o){M.error("save to storage error",o)}}),n.addEventListener("refresh-"+e,async a=>{let o=await oe.storage[e].get(null);n.value=JSON.stringify(o),M.debug("refresh ",e,"storage")})}else{M.error(`Could not find storage ${e} element`),t.innerText="Could not find storage local input element";return}}var k6=["textarea","input","button","select","option","iframe","strong","form","body"];async function pA(){let e=await pn();e.sentryConfig?.contentInitTime=="init"&&(e.sentryConfig,void 0),e.excludeTranslationHtmlTags&&(k6=e.excludeTranslationHtmlTags),Ge.addHook("beforeSanitizeElements",function(r,a,o){let i=(r.nodeName||"").toLowerCase();if(k6.includes(i)){let u=`<${i}>${r.textContent||""}`,l=document.createTextNode(u);return r.replaceWith(l),r}return r}),Ge.addHook("uponSanitizeElement",function(r,a){let o=r.nodeName||"";/\d+$/.test(o)&&(a.allowedTags[a.tagName]=!0)});let t=xe(),n=await Ht({config:e,url:t});at("init_page_daily",[{name:"init_page_daily"}],n),T6.domready.then(()=>{if(n.isTranslateExcludeUrl&&w6())M.debug("detect web options page"),Bs(n,window),A6();else{if(!n.config.enabled)return;if(n.rule.isInjectVersion){let a=Xt(),o=document.createElement("meta");o.name="immersive-translate-version",o.content=a;try{document.head&&document.head.appendChild&&document.head.appendChild(o)}catch(i){M.warn("inject version failed",i)}}if(ct(n.url,n.config.blockUrls))return;Bs(n,window),S6(n).then(()=>{h6(n).catch(a=>{a&&M.debug("translate page error",a.name,a.message,a)})}).catch(a=>{M.debug("can not detect a valid body: ",a)})}}).catch(r=>{r&&M.debug("translate dom ready detect error",r)})}pA().catch(e=>{M.debug("init error",e)});})(); /*! Bundled license information: bowser/src/bowser.js: diff --git a/docs/options/options.js b/docs/options/options.js index 93c9b8b..62a8c0e 100644 --- a/docs/options/options.js +++ b/docs/options/options.js @@ -1,4 +1,4 @@ -(()=>{var k5=Object.create;var Oc=Object.defineProperty;var A5=Object.getOwnPropertyDescriptor;var L5=Object.getOwnPropertyNames;var _5=Object.getPrototypeOf,M5=Object.prototype.hasOwnProperty;var P5=(e,t)=>()=>(e&&(t=e(e=0)),t);var F5=(e,t)=>()=>(t||e((t={exports:{}}).exports,t),t.exports),Nc=(e,t)=>{for(var n in t)Oc(e,n,{get:t[n],enumerable:!0})},B5=(e,t,n,r)=>{if(t&&typeof t=="object"||typeof t=="function")for(let a of L5(t))!M5.call(e,a)&&a!==n&&Oc(e,a,{get:()=>t[a],enumerable:!(r=A5(t,a))||r.enumerable});return e};var R5=(e,t,n)=>(n=e!=null?k5(_5(e)):{},B5(t||!e||!e.__esModule?Oc(n,"default",{value:e,enumerable:!0}):n,e));var E,m=P5(()=>{E={BUILD_TIME:"2024-04-03T14:28:35.000Z",VERSION:"1.4.5",PROD:"1",REDIRECT_URL:"https://dash.immersivetranslate.com/auth-done/",PROD_API:"1",BETA:"0",IMMERSIVE_TRANSLATE_INJECTED_CSS:`:root { +(()=>{var k5=Object.create;var Oc=Object.defineProperty;var A5=Object.getOwnPropertyDescriptor;var L5=Object.getOwnPropertyNames;var _5=Object.getPrototypeOf,M5=Object.prototype.hasOwnProperty;var P5=(e,t)=>()=>(e&&(t=e(e=0)),t);var F5=(e,t)=>()=>(t||e((t={exports:{}}).exports,t),t.exports),Nc=(e,t)=>{for(var n in t)Oc(e,n,{get:t[n],enumerable:!0})},B5=(e,t,n,r)=>{if(t&&typeof t=="object"||typeof t=="function")for(let a of L5(t))!M5.call(e,a)&&a!==n&&Oc(e,a,{get:()=>t[a],enumerable:!(r=A5(t,a))||r.enumerable});return e};var R5=(e,t,n)=>(n=e!=null?k5(_5(e)):{},B5(t||!e||!e.__esModule?Oc(n,"default",{value:e,enumerable:!0}):n,e));var x,m=P5(()=>{x={BUILD_TIME:"2024-04-04T07:37:00.000Z",VERSION:"1.4.6",PROD:"1",REDIRECT_URL:"https://dash.immersivetranslate.com/auth-done/",PROD_API:"1",BETA:"0",IMMERSIVE_TRANSLATE_INJECTED_CSS:`:root { --immersive-translate-theme-underline-borderColor: #72ece9; --immersive-translate-theme-nativeUnderline-borderColor: #72ece9; --immersive-translate-theme-nativeDashed-borderColor: #72ece9; @@ -4936,22 +4936,22 @@ select.text-gray-6 {
-`,IMMERSIVE_TRANSLATE_VIDEO_SUBTITLE_INJECT:'(()=>{var u="imt-subtitle-inject",f=class{from;to;constructor(t,n){this.from=t,this.to=n}sendMessages(t){globalThis.postMessage({type:u,to:this.to,from:this.from,action:t.action,data:t.data,id:t.id||new Date().getTime(),isAsync:!1})}getRandomId(){return(new Date().getTime()+Math.random())*Math.random()}sendAsyncMessages({action:t,data:n}){return new Promise(e=>{let r=this.getRandomId();globalThis.postMessage({type:u,to:this.to,from:this.from,action:t,data:n,id:r,isAsync:!0});let a=({data:o})=>{u===o.type&&o.id===r&&o.to===this.from&&(e(o.data),globalThis.removeEventListener("message",a))};globalThis.addEventListener("message",a)})}handleMessageOnce(t){return new Promise(n=>{let e=({data:r})=>{u===r.type&&r.action===t&&r.to===this.from&&(n(r.data),globalThis.removeEventListener("message",e))};globalThis.addEventListener("message",e)})}handleMessage(t,n){let e=({data:r})=>{u===r.type&&r.action===t&&r.to===this.from&&n(r)};return globalThis.addEventListener("message",e),()=>{globalThis.removeEventListener("message",e)}}handleMessages(t){let n=({data:e})=>{u===e.type&&e.to===this.from&&t(e)};return globalThis.addEventListener("message",n),()=>{globalThis.removeEventListener("message",n)}}},R=new f("content-script","inject"),l=new f("inject","content-script"),S={get(s,t,n){return t in s?(...e)=>{let r=s[t];return typeof r=="function"?r.apply(s,e):Reflect.get(s,t,n)}:e=>s.sendAsyncMessages({action:t,data:e})}},x=new Proxy(l,S),L=new Proxy(R,S);function T(s){if(!s)return null;try{let t=s;return s.startsWith("//")?t=globalThis.location.protocol+s:s.startsWith("/")?t=`${globalThis.location.protocol}//${globalThis.location.host}${s}`:s.startsWith("http")||(t=`${globalThis.location.protocol}//${s}`),new URL(t).toString()}catch(t){return console.error(t),s}}var i=class{content=x;config;constructor(t){this.config=t,l.handleMessages(async({action:n,id:e,data:r})=>{let a=this[n];if(!a)return;let o=a.apply(this,[r]);o instanceof Promise&&(o=await o),l.sendMessages({id:e,data:o})})}triggerSubtitle(t){}async translateSubtitle(t){let n=await this.content.requestSubtitle({url:T(t._url)});if(n){if(this.config.responseType=="document"){let r=new DOMParser().parseFromString(n,"text/xml");Object.defineProperty(t,"responseXML",{value:r,writable:!1}),Object.defineProperty(t,"response",{value:r,writable:!1});return}let e=n;(t.responseType=="arraybuffer"||this.config.responseType=="arraybuffer")&&typeof n=="string"&&(e=new TextEncoder().encode(n).buffer),Object.defineProperty(t,"responseText",{value:e,writable:!1}),Object.defineProperty(t,"response",{value:e,writable:!1})}}async translateSubtitleWithFetch(t,n){let e={...n},r;return typeof t=="string"?r={url:t,method:"GET",headers:{}}:r=await v(t),e?.body&&(e.body=M(e.body)),this.content.requestSubtitle({fetchInfo:JSON.stringify({input:r,options:e})})}async getVideoMeta(t){}isSubtitleRequest(t){return!this.config||!this.config.subtitleUrlRegExp||!t?!1:new RegExp(this.config.subtitleUrlRegExp).test(t||"")}};function v(s){if(s instanceof URL)return{url:s.href,method:"GET",headers:{}};let t=s.clone(),n={url:s.url,method:s.method,headers:Object.fromEntries(s.headers.entries())};if(t.body){let e=M(t.body);if(t.body!==e)return t.text().then(r=>(n.body=r,n));n.body=e}return Promise.resolve(n)}function M(s){if(!s)return s;if(s instanceof FormData||s instanceof URLSearchParams){let t={};for(let[n,e]of s.entries())t[n]=e;return t._formatBodyType="FormData",t}return s}var d=class extends i{timer=null;triggerSubtitle({force:t}){setTimeout(()=>{if(this.config?.subtitleButtonSelector){let n=document.querySelector(this.config.subtitleButtonSelector);if(n){let e=n.getAttribute("aria-pressed")==="true";e&&t?(n.click(),setTimeout(()=>{n.click()},100)):e||n.click();return}}if(this.config?.videoPlayerSelector){let n=document.querySelector(this.config.videoPlayerSelector);n?.toggleSubtitles(),setTimeout(()=>{n?.toggleSubtitles()},100)}},1e3)}async getVideoMeta(){if(!this.config.videoPlayerSelector)return null;try{return await this.sleep(100),document.querySelector(this.config.videoPlayerSelector)?.getPlayerResponse()}catch{return null}}sleep(t){return new Promise(n=>{setTimeout(()=>{n(null)},t)})}};var m=class extends i{timer=null;videoMeta={};lastVideoMeta=null;constructor(t){super(t),this.hookJSON()}hookJSON(){let t=JSON.parse;JSON.parse=n=>{let e=t(n);try{e&&e.result&&e.result.timedtexttracks&&e.result.movieId&&(this.videoMeta[e.result.movieId]=e.result,this.lastVideoMeta=e.result)}catch(r){console.log(r)}return e}}getVideoMeta(t){return this.lastVideoMeta}};var p=class extends i{timer=null;videoMeta={};constructor(t){super(t),this.hookJSON()}hookJSON(){let t=JSON.parse;JSON.parse=n=>{let e=t(n);try{e?.asset?.captions?.length?this.videoMeta[e.id]=e?.asset:e?.previews&&e?.course&&e?.previews?.forEach(r=>{this.videoMeta[r.id]=r})}catch(r){console.error(r)}return e}}getVideoMeta(t){return this.videoMeta[t]}};var g=class extends i{timer=null;videoMeta={};constructor(t){super(t),this.hookJSON()}hookJSON(){let t=JSON.parse;JSON.parse=n=>{let e=t(n);try{if(e?.stream?.sources?.length&&e?.stream?.sources[0]?.complete?.url){let r=window.location.pathname.split("/");r.length>2&&r[r.length-2]==="video"&&(this.videoMeta[r[r.length-1]]=e.stream.sources[0].complete.url)}}catch(r){console.error(r)}return e}}getVideoMeta(t){return this.videoMeta[t]}};var h=class extends i{constructor(t){super(t)}async translateSubtitleWithFetch(t,n){this.main(t,n)}async main(t,n){let e=globalThis.__originalFetch;if(!e)return;let r=t;t instanceof Request&&(r=t.clone());let a=await e(r,n);if(!a.ok)return;let o=await a.json();o.transcripts_urls&&this.requestSubtitle(o.transcripts_urls)}async requestSubtitle(t){await c(),await this.content.requestSubtitle(t)}};async function w(){let s=await l.sendAsyncMessages({action:"getConfig"});if(!s)return;let n={youtube:d,netflix:m,webvtt:i,khanacademy:i,bilibili:i,udemy:p,general:i,ebutt:i,hulu:h,disneyplus:g,"fmp4.xml":i,multi_attach_vtt:i,twitter:i,subsrt:i,xml:i,text_track_dynamic:i,av:i}[s.type||""];if(!n)return;let e=new n(s);I(e,s)}c();w();function I(s,t){if(t.hookType.includes("xhr")){let n=XMLHttpRequest.prototype.open,e=XMLHttpRequest.prototype.send,r=function(){return this._url=arguments[1],n.apply(this,arguments)},a=async function(){return s.isSubtitleRequest(this._url)?(await c(),await s.translateSubtitle(this),e.apply(this,arguments)):e.apply(this,arguments)};Object.defineProperty(XMLHttpRequest.prototype,"open",{value:r,writable:!0}),Object.defineProperty(XMLHttpRequest.prototype,"send",{value:a,writable:!0})}if(t.hookType.includes("fetch")){let n=globalThis.fetch;globalThis.__originalFetch=n,globalThis.fetch=async function(e,r){let a=typeof e=="string"?e:e.url||e.href;if(!s.isSubtitleRequest(a))return n(e,r);await c();let y=await s.translateSubtitleWithFetch(e,r);return y?new Response(y):n(e,r)}}}var b=!1;async function c(){return b||(await l.handleMessageOnce("contentReady"),b=!0),b}})();\n',OPTIONS_URL:"https://dash.immersivetranslate.com/",SHARE_DRAFT_URL:"https://immersivetranslate.com/preview",ASSETS_BASE_URL:"https://app.immersivetranslate.com/global-assets/",EBOOK_VIEWER_URL:"https://app.immersivetranslate.com/ebook/",EBOOK_BUILDER_URL:"https://app.immersivetranslate.com/ebook/make/",SUBTITLE_BUILDER_URL:"https://app.immersivetranslate.com/subtitle/",HTML_VIEWER_URL:"https://app.immersivetranslate.com/html/",PDF_VIEWER_URL:"https://app.immersivetranslate.com/pdf/",PDF_PRO_URL:"https://app.immersivetranslate.com/pdf-pro/",TEXT_TRANSLATE_URL:"https://app.immersivetranslate.com/text/",TRANSLATE_FILE_URL:"https://app.immersivetranslate.com/",MOCK:"0",DEBUG:"0",IMMERSIVE_TRANSLATE_USERSCRIPT:"1",INSTALL_FROM:"official_userscript"}});var P6=F5((B0,hu)=>{m();(function(){var e;function t(h){var y,C,b="",x=-1,S;if(h&&h.length)for(S=h.length;(x+=1)>>6&31,128|y&63):y<=65535?b+=String.fromCharCode(224|y>>>12&15,128|y>>>6&63,128|y&63):y<=2097151&&(b+=String.fromCharCode(240|y>>>18&7,128|y>>>12&63,128|y>>>6&63,128|y&63));return b}function n(h){var y,C,b,x,S,A=[],P;if(y=C=b=x=S=0,h&&h.length)for(P=h.length,h+="";y191&&b<224?(x=h.charCodeAt(y+1),A[C]=String.fromCharCode((b&31)<<6|x&63),y+=2):(x=h.charCodeAt(y+1),S=h.charCodeAt(y+2),A[C]=String.fromCharCode((b&15)<<12|(x&63)<<6|S&63),y+=3);return A.join("")}function r(h,y){var C=(h&65535)+(y&65535),b=(h>>16)+(y>>16)+(C>>16);return b<<16|C&65535}function a(h,y){return h<>>32-y}function o(h,y){for(var C=y?"0123456789ABCDEF":"0123456789abcdef",b="",x,S=0,A=h.length;S>>4&15)+C.charAt(x&15);return b}function i(h){var y,C=h.length,b="";for(y=0;y>>8&255);return b}function s(h){var y,C=h.length,b="";for(y=0;y>>8&255,h.charCodeAt(y)&255);return b}function u(h){var y,C=h.length*32,b="";for(y=0;y>5]>>>24-y%32&255);return b}function l(h){var y,C=h.length*32,b="";for(y=0;y>5]>>>y%32&255);return b}function c(h){var y,C=h.length*8,b=Array(h.length>>2),x=b.length;for(y=0;y>5]|=(h.charCodeAt(y/8)&255)<>2),x=b.length;for(y=0;y>5]|=(h.charCodeAt(y/8)&255)<<24-y%32;return b}function p(h,y){var C=y.length,b=Array(),x,S,A,P,w,v,L,D;for(v=Array(Math.ceil(h.length/2)),P=v.length,x=0;x0;){for(w=Array(),A=0,x=0;x0||S>0)&&(w[w.length]=S);b[b.length]=A,v=w}for(L="",x=b.length-1;x>=0;x--)L+=y.charAt(b[x]);for(D=Math.ceil(h.length*8/(Math.log(y.length)/Math.log(2))),x=L.length;xh.length*8?b+=y:b+=C.charAt(P>>>6*(3-A)&63);return b}e={VERSION:"1.0.6",Base64:function(){var h="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/",y="=",C=!1,b=!0;this.encode=function(x){var S,A,P,w="";for(y=y||"=",x=b?t(x):x,len=x.length,S=0;Slen*8?w+=y:w+=h.charAt(P>>>6*(3-A)&63);return w},this.decode=function(x){var S,A,P,w,v,L,D,T,j,R,M="",O=[];if(!x)return x;S=R=0,x=x.replace(new RegExp("\\"+y,"gi"),"");do v=h.indexOf(x.charAt(S++)),L=h.indexOf(x.charAt(S++)),D=h.indexOf(x.charAt(S++)),T=h.indexOf(x.charAt(S++)),j=v<<18|L<<12|D<<6|T,A=j>>16&255,P=j>>8&255,w=j&255,R+=1,D===64?O[R]=String.fromCharCode(A):T===64?O[R]=String.fromCharCode(A,P):O[R]=String.fromCharCode(A,P,w);while(S>>8^C;return(y^-1)>>>0},MD5:function(h){var y=h&&typeof h.uppercase=="boolean"?h.uppercase:!1,C=h&&typeof h.pad=="string"?h.pad:"=",b=h&&typeof h.utf8=="boolean"?h.utf8:!0;this.hex=function(T){return o(x(T,b),y)},this.b64=function(T){return f(x(T),C)},this.any=function(T,j){return p(x(T,b),j)},this.raw=function(T){return x(T,b)},this.hex_hmac=function(T,j){return o(S(T,j),y)},this.b64_hmac=function(T,j){return f(S(T,j),C)},this.any_hmac=function(T,j,R){return p(S(T,j),R)},this.vm_test=function(){return hex("abc").toLowerCase()==="900150983cd24fb0d6963f7d28e17f72"},this.setUpperCase=function(T){return typeof T=="boolean"&&(y=T),this},this.setPad=function(T){return C=T||C,this},this.setUTF8=function(T){return typeof T=="boolean"&&(b=T),this};function x(T){return T=b?t(T):T,l(A(c(T),T.length*8))}function S(T,j){var R,M,O,N,H;for(T=b?t(T):T,j=b?t(j):j,R=c(T),R.length>16&&(R=A(R,T.length*8)),M=Array(16),O=Array(16),H=0;H<16;H+=1)M[H]=R[H]^909522486,O[H]=R[H]^1549556828;return N=A(M.concat(c(j)),512+j.length*8),l(A(O.concat(N),512+128))}function A(T,j){var R,M,O,N,H,B=1732584193,k=-271733879,_=-1732584194,F=271733878;for(T[j>>5]|=128<>>9<<4)+14]=j,R=0;R16&&(D=A(D,v.length*8)),T=Array(16),j=Array(16),R=0;R<16;R+=1)T[R]=D[R]^909522486,j[R]=D[R]^1549556828;return M=A(T.concat(g(L)),512+L.length*8),u(A(j.concat(M),512+160))}function A(v,L){var D,T,j,R,M,O,N,H,B=Array(80),k=1732584193,_=-271733879,F=-1732584194,q=271733878,z=-1009589776;for(v[L>>5]|=128<<24-L%32,v[(L+64>>9<<4)+15]=L,D=0;D16&&(z=B(z,k.length*8));q<16;q+=1)V[q]=z[q]^909522486,K[q]=z[q]^1549556828;return F=B(V.concat(g(_)),512+_.length*8),u(B(K.concat(F),512+256))}function P(k,_){return k>>>_|k<<32-_}function w(k,_){return k>>>_}function v(k,_,F){return k&_^~k&F}function L(k,_,F){return k&_^k&F^_&F}function D(k){return P(k,2)^P(k,13)^P(k,22)}function T(k){return P(k,6)^P(k,11)^P(k,25)}function j(k){return P(k,7)^P(k,18)^w(k,3)}function R(k){return P(k,17)^P(k,19)^w(k,10)}function M(k){return P(k,28)^P(k,34)^P(k,39)}function O(k){return P(k,14)^P(k,18)^P(k,41)}function N(k){return P(k,1)^P(k,8)^w(k,7)}function H(k){return P(k,19)^P(k,61)^w(k,6)}x=[1116352408,1899447441,-1245643825,-373957723,961987163,1508970993,-1841331548,-1424204075,-670586216,310598401,607225278,1426881987,1925078388,-2132889090,-1680079193,-1046744716,-459576895,-272742522,264347078,604807628,770255983,1249150122,1555081692,1996064986,-1740746414,-1473132947,-1341970488,-1084653625,-958395405,-710438585,113926993,338241895,666307205,773529912,1294757372,1396182291,1695183700,1986661051,-2117940946,-1838011259,-1564481375,-1474664885,-1035236496,-949202525,-778901479,-694614492,-200395387,275423344,430227734,506948616,659060556,883997877,958139571,1322822218,1537002063,1747873779,1955562222,2024104815,-2067236844,-1933114872,-1866530822,-1538233109,-1090935817,-965641998];function B(k,_){var F=[1779033703,-1150833019,1013904242,-1521486534,1359893119,-1694144372,528734635,1541459225],q=new Array(64),z,V,K,oe,te,Z,ce,he,ae,X,ve,se;for(k[_>>5]|=128<<24-_%32,k[(_+64>>9<<4)+15]=_,ae=0;ae32&&(k=P(k,O.length*8));B<32;B+=1)_[B]=k[B]^909522486,F[B]=k[B]^1549556828;return H=P(_.concat(g(N)),1024+N.length*8),u(P(F.concat(H),1024+512))}function P(O,N){var H,B,k,_=new Array(80),F=new Array(16),q=[new w(1779033703,-205731576),new w(-1150833019,-2067093701),new w(1013904242,-23791573),new w(-1521486534,1595750129),new w(1359893119,-1377402159),new w(-1694144372,725511199),new w(528734635,-79577749),new w(1541459225,327033209)],z=new w(0,0),V=new w(0,0),K=new w(0,0),oe=new w(0,0),te=new w(0,0),Z=new w(0,0),ce=new w(0,0),he=new w(0,0),ae=new w(0,0),X=new w(0,0),ve=new w(0,0),se=new w(0,0),ue=new w(0,0),De=new w(0,0),He=new w(0,0),Fe=new w(0,0),pe=new w(0,0);for(x===void 0&&(x=[new w(1116352408,-685199838),new w(1899447441,602891725),new w(-1245643825,-330482897),new w(-373957723,-2121671748),new w(961987163,-213338824),new w(1508970993,-1241133031),new w(-1841331548,-1357295717),new w(-1424204075,-630357736),new w(-670586216,-1560083902),new w(310598401,1164996542),new w(607225278,1323610764),new w(1426881987,-704662302),new w(1925078388,-226784913),new w(-2132889090,991336113),new w(-1680079193,633803317),new w(-1046744716,-815192428),new w(-459576895,-1628353838),new w(-272742522,944711139),new w(264347078,-1953704523),new w(604807628,2007800933),new w(770255983,1495990901),new w(1249150122,1856431235),new w(1555081692,-1119749164),new w(1996064986,-2096016459),new w(-1740746414,-295247957),new w(-1473132947,766784016),new w(-1341970488,-1728372417),new w(-1084653625,-1091629340),new w(-958395405,1034457026),new w(-710438585,-1828018395),new w(113926993,-536640913),new w(338241895,168717936),new w(666307205,1188179964),new w(773529912,1546045734),new w(1294757372,1522805485),new w(1396182291,-1651133473),new w(1695183700,-1951439906),new w(1986661051,1014477480),new w(-2117940946,1206759142),new w(-1838011259,344077627),new w(-1564481375,1290863460),new w(-1474664885,-1136513023),new w(-1035236496,-789014639),new w(-949202525,106217008),new w(-778901479,-688958952),new w(-694614492,1432725776),new w(-200395387,1467031594),new w(275423344,851169720),new w(430227734,-1194143544),new w(506948616,1363258195),new w(659060556,-544281703),new w(883997877,-509917016),new w(958139571,-976659869),new w(1322822218,-482243893),new w(1537002063,2003034995),new w(1747873779,-692930397),new w(1955562222,1575990012),new w(2024104815,1125592928),new w(-2067236844,-1578062990),new w(-1933114872,442776044),new w(-1866530822,593698344),new w(-1538233109,-561857047),new w(-1090935817,-1295615723),new w(-965641998,-479046869),new w(-903397682,-366583396),new w(-779700025,566280711),new w(-354779690,-840897762),new w(-176337025,-294727304),new w(116418474,1914138554),new w(174292421,-1563912026),new w(289380356,-1090974290),new w(460393269,320620315),new w(685471733,587496836),new w(852142971,1086792851),new w(1017036298,365543100),new w(1126000580,-1676669620),new w(1288033470,-885112138),new w(1501505948,-60457430),new w(1607167915,987167468),new w(1816402316,1246189591)]),B=0;B<80;B+=1)_[B]=new w(0,0);for(O[N>>5]|=128<<24-(N&31),O[(N+128>>10<<5)+31]=N,k=O.length,B=0;B>>H|N.h<<32-H,O.h=N.h>>>H|N.l<<32-H}function D(O,N,H){O.l=N.h>>>H|N.l<<32-H,O.h=N.l>>>H|N.h<<32-H}function T(O,N,H){O.l=N.l>>>H|N.h<<32-H,O.h=N.h>>>H}function j(O,N,H){var B=(N.l&65535)+(H.l&65535),k=(N.l>>>16)+(H.l>>>16)+(B>>>16),_=(N.h&65535)+(H.h&65535)+(k>>>16),F=(N.h>>>16)+(H.h>>>16)+(_>>>16);O.l=B&65535|k<<16,O.h=_&65535|F<<16}function R(O,N,H,B,k){var _=(N.l&65535)+(H.l&65535)+(B.l&65535)+(k.l&65535),F=(N.l>>>16)+(H.l>>>16)+(B.l>>>16)+(k.l>>>16)+(_>>>16),q=(N.h&65535)+(H.h&65535)+(B.h&65535)+(k.h&65535)+(F>>>16),z=(N.h>>>16)+(H.h>>>16)+(B.h>>>16)+(k.h>>>16)+(q>>>16);O.l=_&65535|F<<16,O.h=q&65535|z<<16}function M(O,N,H,B,k,_){var F=(N.l&65535)+(H.l&65535)+(B.l&65535)+(k.l&65535)+(_.l&65535),q=(N.l>>>16)+(H.l>>>16)+(B.l>>>16)+(k.l>>>16)+(_.l>>>16)+(F>>>16),z=(N.h&65535)+(H.h&65535)+(B.h&65535)+(k.h&65535)+(_.h&65535)+(q>>>16),V=(N.h>>>16)+(H.h>>>16)+(B.h>>>16)+(k.h>>>16)+(_.h>>>16)+(z>>>16);O.l=F&65535|q<<16,O.h=z&65535|V<<16}},RMD160:function(h){var y=h&&typeof h.uppercase=="boolean"?h.uppercase:!1,C=h&&typeof h.pad=="string"?h.pa:"=",b=h&&typeof h.utf8=="boolean"?h.utf8:!0,x=[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,7,4,13,1,10,6,15,3,12,0,9,5,2,14,11,8,3,10,14,4,9,15,8,1,2,7,0,6,13,11,5,12,1,9,11,10,0,8,12,4,13,3,7,15,14,5,6,2,4,0,5,9,7,12,2,10,14,1,3,8,11,6,15,13],S=[5,14,7,0,9,2,11,4,13,6,15,8,1,10,3,12,6,11,3,7,0,13,5,10,14,15,8,12,4,9,1,2,15,5,1,3,7,14,6,9,11,8,12,2,10,0,4,13,8,6,4,1,3,11,15,0,5,12,2,13,9,7,10,14,12,15,10,4,1,5,8,7,6,2,13,14,0,3,9,11],A=[11,14,15,12,5,8,7,9,11,13,14,15,6,7,9,8,7,6,8,13,11,9,7,15,7,12,15,9,11,7,13,12,11,13,6,7,14,9,13,15,14,8,13,6,5,12,7,5,11,12,14,15,14,15,9,8,9,14,5,6,8,6,5,12,9,15,5,11,6,8,13,12,5,12,13,14,11,8,5,6],P=[8,9,9,11,13,15,15,5,7,7,8,11,14,14,12,6,9,13,15,7,12,8,9,11,7,7,12,7,6,15,13,11,9,7,15,11,8,6,6,14,12,13,5,14,13,13,7,5,15,5,8,11,14,14,6,14,6,9,12,9,12,5,15,8,8,5,12,9,12,5,14,6,8,13,6,5,15,13,11,11];this.hex=function(M){return o(w(M,b))},this.b64=function(M){return f(w(M,b),C)},this.any=function(M,O){return p(w(M,b),O)},this.raw=function(M){return w(M,b)},this.hex_hmac=function(M,O){return o(v(M,O))},this.b64_hmac=function(M,O){return f(v(M,O),C)},this.any_hmac=function(M,O,N){return p(v(M,O),N)},this.vm_test=function(){return hex("abc").toLowerCase()==="900150983cd24fb0d6963f7d28e17f72"},this.setUpperCase=function(M){return typeof M=="boolean"&&(y=M),this},this.setPad=function(M){return typeof M<"u"&&(C=M),this},this.setUTF8=function(M){return typeof M=="boolean"&&(b=M),this};function w(M){return M=b?t(M):M,L(D(c(M),M.length*8))}function v(M,O){M=b?t(M):M,O=b?t(O):O;var N,H,B=c(M),k=Array(16),_=Array(16);for(B.length>16&&(B=D(B,M.length*8)),N=0;N<16;N+=1)k[N]=B[N]^909522486,_[N]=B[N]^1549556828;return H=D(k.concat(c(O)),512+O.length*8),L(D(_.concat(H),512+160))}function L(M){var O,N="",H=M.length*32;for(O=0;O>5]>>>O%32&255);return N}function D(M,O){var N,H,B,k,_=1732584193,F=4023233417,q=2562383102,z=271733878,V=3285377520,K,oe,te,Z,ce,he,ae,X,ve,se;for(M[O>>5]|=128<>>9<<4)+14]=O,k=M.length,B=0;Bt(i),get:u=>{if(u===null)return Promise.resolve(e(i));let l=[],c=e(i);typeof u=="string"?l=[u]:Array.isArray(u)?l=u:l=Object.keys(u);let g={};for(let p of l)g[p]=c[p];return Promise.resolve(g)},set:u=>{let l=r(),c=e(i);for(let f in u)c[f]=u[f];let g=document.getElementById("immersive-translate-sync-storage"),p=document.getElementById("immersive-translate-local-storage");if(!g||!p)throw new Error("Storage element not found");if(i==="sync"||l._isUserscript){g.value=JSON.stringify(c);let f=new Event("change");g.dispatchEvent(f)}return(i==="local"||l._isUserscript)&&(p.value=JSON.stringify(c),p.dispatchEvent(new Event("change"))),Promise.resolve()},remove:u=>{let l=r(),c=document.getElementById("immersive-translate-message");if(!c)throw new Error("Message element not found");let g={method:"removeStorageKey",data:{area:i,keys:u}};return new Promise((p,f)=>{c.value=JSON.stringify(g);let h=new Event("change");c.dispatchEvent(h),l._isUserscript?setTimeout(()=>{c.value=JSON.stringify({...g,data:{...g.data,area:g.data.area==="sync"?"local":"sync"}}),c.dispatchEvent(new Event("change")),p(null)},10):p(null)})}}}function r(){let i=document.getElementById("immersive-translate-manifest");if(!i)throw new Error("Manifest element not found");let s=i.value,u={};if(s){try{u=JSON.parse(s)}catch(l){throw l}return u}else return{}}function a(){return globalThis.navigator.languages||[globalThis.navigator.language||globalThis.navigator.userLanguage]}let o={storage:{local:n("local"),sync:n("sync")},runtime:{getManifest:r,lastError:null,getURL:i=>i},contextMenus:{update:()=>{}},i18n:{getAcceptLanguages:a}};globalThis.immersiveTranslateBrowserAPI=o})();m();m();m();m();var Vu,Be,sf,O5,ss,nf,uf,qu={},lf=[],N5=/acit|ex(?:s|g|n|p|$)|rph|grid|ows|mnc|ntw|ine[ch]|zoo|^ord|itera/i;function ua(e,t){for(var n in t)e[n]=t[n];return e}function cf(e){var t=e.parentNode;t&&t.removeChild(e)}function us(e,t,n){var r,a,o,i={};for(o in t)o=="key"?r=t[o]:o=="ref"?a=t[o]:i[o]=t[o];if(arguments.length>2&&(i.children=arguments.length>3?Vu.call(arguments,2):n),typeof e=="function"&&e.defaultProps!=null)for(o in e.defaultProps)i[o]===void 0&&(i[o]=e.defaultProps[o]);return zu(e,i,r,a,null)}function zu(e,t,n,r,a){var o={type:e,props:t,key:n,ref:r,__k:null,__:null,__b:0,__e:null,__d:void 0,__c:null,__h:null,constructor:void 0,__v:a??++sf};return a==null&&Be.vnode!=null&&Be.vnode(o),o}function xe(e){return e.children}function no(e,t){this.props=e,this.context=t}function Go(e,t){if(t==null)return e.__?Go(e.__,e.__.__k.indexOf(e)+1):null;for(var n;t0?zu(f.type,f.props,f.key,f.ref?f.ref:null,f.__v):f)!=null){if(f.__=n,f.__b=n.__b+1,(p=b[c])===null||p&&f.key==p.key&&f.type===p.type)b[c]=void 0;else for(g=0;g=n.__.length&&n.__.push({__V:Ku}),n.__[e]}function $(e){return ls=1,z5(kf,e)}function z5(e,t,n){var r=Yu(cs++,2);if(r.t=e,!r.__c&&(r.__=[n?n(t):kf(void 0,t),function(o){var i=r.__N?r.__N[0]:r.__[0],s=r.t(i,o);i!==s&&(r.__N=[s,r.__[1]],r.__c.setState({}))}],r.__c=Bt,!Bt.u)){Bt.u=!0;var a=Bt.shouldComponentUpdate;Bt.shouldComponentUpdate=function(o,i,s){if(!r.__c.__H)return!0;var u=r.__c.__H.__.filter(function(c){return c.__c});if(u.every(function(c){return!c.__N}))return!a||a.call(this,o,i,s);var l=!1;return u.forEach(function(c){if(c.__N){var g=c.__[0];c.__=c.__N,c.__N=void 0,g!==c.__[0]&&(l=!0)}}),!!l&&(!a||a.call(this,o,i,s))}}return r.__N||r.__}function le(e,t){var n=Yu(cs++,3);!Be.__s&&Df(n.__H,t)&&(n.__=e,n.i=t,Bt.__H.__h.push(n))}function We(e){return ls=5,Re(function(){return{current:e}},[])}function Re(e,t){var n=Yu(cs++,7);return Df(n.__H,t)?(n.__V=e(),n.i=t,n.__h=e,n.__V):n.__}function Ne(e,t){return ls=8,Re(function(){return e},t)}function Le(e){var t=Bt.context[e.__c],n=Yu(cs++,9);return n.c=e,t?(n.__==null&&(n.__=!0,t.sub(Bt)),t.props.value):e.__}function q5(){for(var e;e=wf.shift();)if(e.__P&&e.__H)try{e.__H.__h.forEach(Gu),e.__H.__h.forEach(zc),e.__H.__h=[]}catch(t){e.__H.__h=[],Be.__e(t,e.__v)}}Be.__b=function(e){typeof e.type!="function"||e.o||e.type===xe?e.o||(e.o=e.__&&e.__.o?e.__.o:""):e.o=(e.__&&e.__.o?e.__.o:"")+(e.__&&e.__.__k?e.__.__k.indexOf(e):0),Bt=null,Cf&&Cf(e)},Be.__r=function(e){Tf&&Tf(e),cs=0;var t=(Bt=e.__c).__H;t&&(Hc===Bt?(t.__h=[],Bt.__h=[],t.__.forEach(function(n){n.__N&&(n.__=n.__N),n.__V=Ku,n.__N=n.i=void 0})):(t.__h.forEach(Gu),t.__h.forEach(zc),t.__h=[])),Hc=Bt},Be.diffed=function(e){vf&&vf(e);var t=e.__c;t&&t.__H&&(t.__H.__h.length&&(wf.push(t)!==1&&yf===Be.requestAnimationFrame||((yf=Be.requestAnimationFrame)||W5)(q5)),t.__H.__.forEach(function(n){n.i&&(n.__H=n.i),n.__V!==Ku&&(n.__=n.__V),n.i=void 0,n.__V=Ku})),Hc=Bt=null},Be.__c=function(e,t){t.some(function(n){try{n.__h.forEach(Gu),n.__h=n.__h.filter(function(r){return!r.__||zc(r)})}catch(r){t.some(function(a){a.__h&&(a.__h=[])}),t=[],Be.__e(r,n.__v)}}),xf&&xf(e,t)},Be.unmount=function(e){Ef&&Ef(e);var t,n=e.__c;n&&n.__H&&(n.__H.__.forEach(function(r){try{Gu(r)}catch(a){t=a}}),n.__H=void 0,t&&Be.__e(t,n.__v))};var Sf=typeof requestAnimationFrame=="function";function W5(e){var t,n=function(){clearTimeout(r),Sf&&cancelAnimationFrame(t),setTimeout(e)},r=setTimeout(n,100);Sf&&(t=requestAnimationFrame(n))}function Gu(e){var t=Bt,n=e.__c;typeof n=="function"&&(e.__c=void 0,n()),Bt=t}function zc(e){var t=Bt;e.__c=e.__(),Bt=t}function Df(e,t){return!e||e.length!==t.length||t.some(function(n,r){return n!==e[r]})}function kf(e,t){return typeof t=="function"?t(e):t}m();m();m();var ds;function ed(e){return[...e.v,(e.i?"!":"")+e.n].join(":")}function Of(e,t=","){return e.map(ed).join(t)}var td=typeof CSS<"u"&&CSS.escape||(e=>e.replace(/[!"'`*+.,;:\\/<=>?@#$%&^|~()[\]{}]/g,"\\$&").replace(/^\d/,"\\3$& "));function Jo(e){for(var t=9,n=e.length;n--;)t=Math.imul(t^e.charCodeAt(n),1597334677);return"#"+((t^t>>>9)>>>0).toString(36)}function Qu(e,t="@media "){return t+ct(e).map(n=>(typeof n=="string"&&(n={min:n}),n.raw||Object.keys(n).map(r=>`(${r}-width:${n[r]})`).join(" and "))).join(",")}function ct(e=[]){return Array.isArray(e)?e:e==null?[]:[e]}function Af(e){return e}function ms(){}var Nt={d:0,b:134217728,c:268435456,a:671088640,u:805306368,o:939524096};function Nf(e){return e.match(/[-=:;]/g)?.length||0}function Gc(e){return Math.min(/(?:^|width[^\d]+)(\d+(?:.\d+)?)(p)?/.test(e)?Math.max(0,29.63*(+RegExp.$1/(RegExp.$2?15:1))**.137-43):0,15)<<22|Math.min(Nf(e),15)<<18}var $5=["rst-c","st-ch","h-chi","y-lin","nk","sited","ecked","pty","ad-on","cus-w","ver","cus","cus-v","tive","sable","tiona","quire"];function nd({n:e,i:t,v:n=[]},r,a,o){e&&(e=ed({n:e,i:t,v:n})),o=[...ct(o)];for(let s of n){let u=r.theme("screens",s);for(let l of ct(u&&Qu(u)||r.v(s))){var i;o.push(l),a|=u?67108864|Gc(l):s=="dark"?1073741824:l[0]=="@"?Gc(l):(i=l,1<<~(/:([a-z-]+)/.test(i)&&~$5.indexOf(RegExp.$1.slice(2,7))||-18))}}return{n:e,p:a,r:o,i:t}}var rd=new Map;function Yc(e){if(e.d){let t=[],n=qc(e.r.reduce((r,a)=>a[0]=="@"?(t.push(a),r):a?qc(r,o=>qc(a,i=>{let s=/(:merge\(.+?\))(:[a-z-]+|\\[.+])/.exec(i);if(s){let u=o.indexOf(s[1]);return~u?o.slice(0,u)+s[0]+o.slice(u+s[1].length):Wc(o,i)}return Wc(i,o)})):r,"&"),r=>Wc(r,e.n?"."+td(e.n):""));return n&&t.push(n.replace(/:merge\((.+?)\)/g,"$1")),t.reduceRight((r,a)=>a+"{"+r+"}",e.d)}}function qc(e,t){return e.replace(/ *((?:\(.+?\)|\[.+?\]|[^,])+) *(,|$)/g,(n,r,a)=>t(r)+a)}function Wc(e,t){return e.replace(/&/g,t)}var Lf=new Intl.Collator("en",{numeric:!0});function Uf(e,t){for(var n=0,r=e.length;n>1;0>=jf(e[a],t)?n=a+1:r=a}return r}function jf(e,t){let n=e.p&Nt.o;return n==(t.p&Nt.o)&&(n==Nt.b||n==Nt.o)?0:e.p-t.p||e.o-t.o||Lf.compare(_f(e.n),_f(t.n))||Lf.compare(Mf(e.n),Mf(t.n))}function _f(e){return(e||"").split(/:/).pop().split("/").pop()||"\0"}function Mf(e){return(e||"").replace(/\W/g,t=>String.fromCharCode(127+t.charCodeAt(0)))+"\0"}function $c(e,t){return Math.round(parseInt(e,16)*t)}function Nr(e,t={}){if(typeof e=="function")return e(t);let{opacityValue:n="1",opacityVariable:r}=t,a=r?`var(${r})`:n;if(e.includes(""))return e.replace("",a);if(e[0]=="#"&&(e.length==4||e.length==7)){let o=(e.length-1)/3,i=[17,1,.062272][o-1];return`rgba(${[$c(e.substr(1,o),i),$c(e.substr(1+o,o),i),$c(e.substr(1+2*o,o),i),a]})`}return a=="1"?e:a=="0"?"#0000":e.replace(/^(rgb|hsl)(\([^)]+)\)$/,`$1a$2,${a})`)}function ad(e,t,n,r,a=[]){return function o(i,{n:s,p:u,r:l=[],i:c},g){let p=[],f="",h=0,y=0;for(let x in i||{}){var C,b;let S=i[x];if(x[0]=="@"){if(!S)continue;if(x[1]=="a"){p.push(...sd(s,u,gs(""+S),g,u,l,c,!0));continue}if(x[1]=="l"){for(let A of ct(S))p.push(...o(A,{n:s,p:(C=Nt[x[7]],u&~Nt.o|C),r:x[7]=="d"?[]:l,i:c},g));continue}if(x[1]=="i"){p.push(...ct(S).map(A=>({p:-1,o:0,r:[],d:x+" "+A})));continue}if(x[1]=="k"){p.push({p:Nt.d,o:0,r:[x],d:o(S,{p:Nt.d},g).map(Yc).join("")});continue}if(x[1]=="f"){p.push(...ct(S).map(A=>({p:Nt.d,o:0,r:[x],d:o(A,{p:Nt.d},g).map(Yc).join("")})));continue}}if(typeof S!="object"||Array.isArray(S))x=="label"&&S?s=S+Jo(JSON.stringify([u,c,i])):(S||S===0)&&(x=x.replace(/[A-Z]/g,A=>"-"+A.toLowerCase()),y+=1,h=Math.max(h,(b=x)[0]=="-"?0:Nf(b)+(/^(?:(border-(?!w|c|sty)|[tlbr].{2,4}m?$|c.{7,8}$)|([fl].{5}l|g.{8}$|pl))/.test(b)?+!!RegExp.$1||-!!RegExp.$2:0)+1),f+=(f?";":"")+ct(S).map(A=>g.s(x,od(""+A,g.theme)+(c?" !important":""))).join(";"));else if(x[0]=="@"||x.includes("&")){let A=u;x[0]=="@"&&(x=x.replace(/\bscreen\(([^)]+)\)/g,(P,w)=>{let v=g.theme("screens",w);return v?(A|=67108864,Qu(v,"")):P}),A|=Gc(x)),p.push(...o(S,{n:s,p:A,r:[...l,x],i:c},g))}else p.push(...o(S,{p:u,r:[...l,x]},g))}return p.unshift({n:s,p:u,o:Math.max(0,15-y)+1.5*Math.min(h||15,15),r:l,d:f}),p.sort(jf)}(e,nd(t,n,r,a),n)}function od(e,t){return e.replace(/theme\((["'`])?(.+?)\1(?:\s*,\s*(["'`])?(.+?)\3)?\)/g,(n,r,a,o,i="")=>{let s=t(a,i);return typeof s=="function"&&/color|fill|stroke/i.test(a)?Nr(s):""+ct(s).filter(u=>Object(u)!==u)})}function id(e,t){let n,r=[];for(let a of e)a.d&&a.n?n?.p==a.p&&""+n.r==""+a.r?(n.c=[n.c,a.c].filter(Boolean).join(" "),n.d=n.d+";"+a.d):r.push(n={...a,n:a.n&&t}):r.push({...a,n:a.n&&t});return r}function Ju(e,t,n=Nt.u,r,a){let o=[];for(let i of e)for(let s of function(u,l,c,g,p){u={...u,i:u.i||p};let f=function(h,y){let C=rd.get(h.n);return C?C(h,y):y.r(h.n,h.v[0]=="dark")}(u,l);return f?typeof f=="string"?({r:g,p:c}=nd(u,l,c,g),id(Ju(gs(f),l,c,g,u.i),u.n)):Array.isArray(f)?f.map(h=>{var y,C;return{o:0,...h,r:[...ct(g),...ct(h.r)],p:(y=c,C=h.p??c,y&~Nt.o|C)}}):ad(f,u,l,c,g):[{c:ed(u),p:0,o:0,r:[]}]}(i,t,n,r,a))o.splice(Uf(o,s),0,s);return o}function sd(e,t,n,r,a,o,i,s){return id((s?n.flatMap(u=>Ju([u],r,a,o,i)):Ju(n,r,a,o,i)).map(u=>u.p&Nt.o&&(u.n||t==Nt.b)?{...u,p:u.p&~Nt.o|t,o:0}:u),e)}function V5(e,t,n,r){var a;return a=(o,i)=>{let{n:s,p:u,r:l,i:c}=nd(o,i,t);return n&&sd(s,t,n,i,u,l,c,r)},rd.set(e,a),e}function Vc(e,t,n){if(e[e.length-1]!="("){let r=[],a=!1,o=!1,i="";for(let s of e)if(!(s=="("||/[~@]$/.test(s))){if(s[0]=="!"&&(s=s.slice(1),a=!a),s.endsWith(":")){r[s=="dark:"?"unshift":"push"](s.slice(0,-1));continue}s[0]=="-"&&(s=s.slice(1),o=!o),s.endsWith("-")&&(s=s.slice(0,-1)),s&&s!="&"&&(i+=(i&&"-")+s)}i&&(o&&(i="-"+i),t[0].push({n:i,v:r.filter(K5),i:a}))}}function K5(e,t,n){return n.indexOf(e)==t}var Pf=new Map;function gs(e){let t=Pf.get(e);if(!t){let n=[],r=[[]],a=0,o=0,i=null,s=0,u=(l,c=0)=>{a!=s&&(n.push(e.slice(a,s+c)),l&&Vc(n,r)),a=s+1};for(;s1?g.slice(0,-1)+Jo(JSON.stringify([g,p])):g+"("+Of(p)+")",Nt.a,p,/@$/.test(g))],r)}c=n.lastIndexOf("(",c-1)}n.length=c+1}else/[~@]/.test(l)&&e[s+1]=="("&&r.unshift([])}u(!0),Pf.set(e,t=r[0])}return t}function Hf(e,t,n){return t.reduce((r,a,o)=>r+n(a)+e[o+1],e[0])}function zf(e,t){return Array.isArray(e)&&Array.isArray(e.raw)?Hf(e,t,n=>Kc(n).trim()):t.filter(Boolean).reduce((n,r)=>n+Kc(r),e?Kc(e):"")}function Kc(e){let t,n="";if(e&&typeof e=="object")if(Array.isArray(e))(t=zf(e[0],e.slice(1)))&&(n+=" "+t);else for(let r in e)e[r]&&(n+=" "+r);else e!=null&&typeof e!="boolean"&&(n+=" "+e);return n}var Z_=qf("@"),X_=qf("~");function qf(e){return new Proxy(function(n,...r){return t("",n,r)},{get(n,r){return r in n?n[r]:function(a,...o){return t(r,a,o)}}});function t(n,r,a){return Of(gs(n+e+"("+zf(r,a)+")"))}}function Jc(e,t){return Array.isArray(e)?Ff(Hf(e,t,n=>n!=null&&typeof n!="boolean"?n:"")):typeof e=="string"?Ff(e):[e]}var G5=/ *(?:(?:([\u0080-\uFFFF\w-%@]+) *:? *([^{;]+?);|([^;}{]*?) *{)|(}))/g;function Ff(e){let t;e=e.replace(/\/\*[^]*?\*\/|\s\s+|\n/gm," ");let n=[{}],r=[n[0]],a=[];for(;t=G5.exec(e);)t[4]&&(n.shift(),a.shift()),t[3]?(a.unshift(t[3]),n.unshift({}),r.push(a.reduce((o,i)=>({[i]:o}),n[0]))):t[4]||(n[0][t[1]]&&(n.unshift({}),r.push(a.reduce((o,i)=>({[i]:o}),n[0]))),n[0][t[1]]=t[2]);return r}function Wf(e,...t){var n;let r=Jc(e,t),a=(r.find(o=>o.label)?.label||"css")+Jo(JSON.stringify(r));return n=(o,i)=>id(r.flatMap(s=>ad(s,o,i,Nt.o)),a),rd.set(a,n),a}var eM=new Proxy(function(e,t){return Bf("animation",e,t)},{get(e,t){return t in e?e[t]:function(n,r){return Bf(t,n,r)}}});function Bf(e,t,n){return{toString(){return Wf({label:e,"@layer components":{...typeof t=="object"?t:{animation:t},animationName:""+n}})}}}function re(e,t,n){return[e,Qc(t,n)]}function Qc(e,t){return typeof e=="function"?e:typeof e=="string"&&/^[\w-]+$/.test(e)?(n,r)=>({[e]:t?t(n,r):Zc(n,1)}):n=>e||{[n[1]]:Zc(n,2)}}function Zc(e,t,n=e.slice(t).find(Boolean)||e.$$||e.input){return e.input[0]=="-"?`calc(${n} * -1)`:n}function ie(e,t,n,r){return[e,Y5(t,n,r)]}function Y5(e,t,n){let r=typeof t=="string"?(a,o)=>({[t]:n?n(a,o):a._}):t||(({1:a,_:o},i,s)=>({[a||s]:o}));return(a,o)=>{let i=$f(e||a[1]),s=o.theme(i,a.$$)??vr(a.$$,i,o);if(s!=null)return a._=Zc(a,0,s),r(a,o,i)}}function Kt(e,t={},n){return[e,J5(t,n)]}function J5(e={},t){return(n,r)=>{let{section:a=$f(n[0]).replace("-","")+"Color"}=e,[o,i]=Q5(n.$$);if(!o)return;let s=r.theme(a,o)||vr(o,a,r);if(!s||typeof s=="object")return;let{opacityVariable:u=`--tw-${n[0].replace(/-$/,"")}-opacity`,opacitySection:l=a.replace("Color","Opacity"),property:c=a,selector:g}=e,p=r.theme(l,i||"DEFAULT")||i&&vr(i,l,r),f=t||(({_:y})=>{let C=ps(c,y);return g?{[g]:C}:C});n._={value:Nr(s,{opacityVariable:u||void 0,opacityValue:p||void 0}),color:y=>Nr(s,y),opacityVariable:u||void 0,opacityValue:p||void 0};let h=f(n,r);if(!n.dark){let y=r.d(a,o,s);y&&y!==s&&(n._={value:Nr(y,{opacityVariable:u||void 0,opacityValue:p||"1"}),color:C=>Nr(y,C),opacityVariable:u||void 0,opacityValue:p||void 0},h={"&":h,[r.v("dark")]:f(n,r)})}return h}}function Q5(e){return(e.match(/^(\[[^\]]+]|[^/]+?)(?:\/(.+))?$/)||[]).slice(1)}function ps(e,t){let n={};return typeof t=="string"?n[e]=t:(t.opacityVariable&&t.value.includes(t.opacityVariable)&&(n[t.opacityVariable]=t.opacityValue||"1"),n[e]=t.value),n}function vr(e,t,n){if(e[0]=="["&&e.slice(-1)=="]"){if(e=Qo(od(e.slice(1,-1),n.theme)),!t)return e;if(!(/color|fill|stroke/i.test(t)&&!(/^color:/.test(e)||/^(#|((hsl|rgb)a?|hwb|lab|lch|color)\(|[a-z]+$)/.test(e))||/image/i.test(t)&&!(/^image:/.test(e)||/^[a-z-]+\(/.test(e))||/weight/i.test(t)&&!(/^(number|any):/.test(e)||/^\d+$/.test(e))||/position/i.test(t)&&/^(length|size):/.test(e)))return e.replace(/^[a-z-]+:/,"")}}function $f(e){return e.replace(/-./g,t=>t[1].toUpperCase())}function Qo(e){return e.includes("url(")?e.replace(/(.*?)(url\(.*?\))(.*?)/g,(t,n="",r,a="")=>Qo(n)+r+Qo(a)):e.replace(/(^|[^\\])_+/g,(t,n)=>n+" ".repeat(t.length-n.length)).replace(/\\_/g,"_").replace(/(calc|min|max|clamp)\(.+\)/g,t=>t.replace(/(-?\d*\.?\d(?!\b-.+[,)](?![^+\-/*])\D)(?:%|[a-z]+)?|\))([+\-/*])/g,"$1 $2 "))}var tM=Symbol();function fs({presets:e=[],...t}){let n={darkMode:void 0,darkColor:void 0,preflight:t.preflight!==!1&&[],theme:{},variants:ct(t.variants),rules:ct(t.rules),ignorelist:ct(t.ignorelist),hash:void 0,stringify:(r,a)=>r+":"+a,finalize:[]};for(let r of ct([...e,{darkMode:t.darkMode,darkColor:t.darkColor,preflight:t.preflight!==!1&&ct(t.preflight),theme:t.theme,hash:t.hash,stringify:t.stringify,finalize:t.finalize}])){let{preflight:a,darkMode:o=n.darkMode,darkColor:i=n.darkColor,theme:s,variants:u,rules:l,ignorelist:c,hash:g=n.hash,stringify:p=n.stringify,finalize:f}=typeof r=="function"?r(n):r;n={preflight:n.preflight!==!1&&a!==!1&&[...n.preflight,...ct(a)],darkMode:o,darkColor:i,theme:{...n.theme,...s,extend:{...n.theme.extend,...s?.extend}},variants:[...n.variants,...ct(u)],rules:[...n.rules,...ct(l)],ignorelist:[...n.ignorelist,...ct(c)],hash:g,stringify:p,finalize:[...n.finalize,...ct(f)]}}return n}function Rf(e,t,n,r,a,o){for(let i of t){let s=n.get(i);s||n.set(i,s=r(i));let u=s(e,a,o);if(u)return u}}function Z5(e){var t;return Xc(e[0],typeof(t=e[1])=="function"?t:()=>t)}function X5(e){var t,n;return Array.isArray(e)?Xc(e[0],Qc(e[1],e[2])):Xc(e,Qc(t,n))}function Xc(e,t){return Vf(e,(n,r,a,o)=>{let i=r.exec(n);if(i)return i.$$=n.slice(i[0].length),i.dark=o,t(i,a)})}function Vf(e,t){let n=ct(e).map(eT);return(r,a,o)=>{for(let i of n){let s=t(r,i,a,o);if(s)return s}}}function eT(e){return typeof e=="string"?RegExp("^"+e+(e.includes("$")||e.slice(-1)=="-"?"":"$")):e}function tT(e,t){let n=fs(e),r=function({theme:u,darkMode:l,darkColor:c=ms,variants:g,rules:p,hash:f,stringify:h,ignorelist:y,finalize:C}){let b=new Map,x=new Map,S=new Map,A=new Map,P=Vf(y,(L,D)=>D.test(L));g.push(["dark",Array.isArray(l)||l=="class"?`${ct(l)[1]||".dark"} &`:typeof l=="string"&&l!="media"?l:"@media (prefers-color-scheme:dark)"]);let w=typeof f=="function"?L=>f(L,Jo):f?Jo:Af;w!==Af&&C.push(L=>({...L,n:L.n&&w(L.n),d:L.d?.replace(/--(tw(?:-[\w-]+)?)\b/g,(D,T)=>"--"+w(T).replace("#",""))}));let v={theme:function({extend:L={},...D}){let T={},j={get colors(){return R("colors")},theme:R,negative(){return{}},breakpoints(O){let N={};for(let H in O)typeof O[H]=="string"&&(N["screen-"+H]=O[H]);return N}};return R;function R(O,N,H,B){if(O){if({1:O,2:B}=/^(\S+?)(?:\s*\/\s*([^/]+))?$/.exec(O)||[,O],/[.[]/.test(O)){let q=[];O.replace(/\[([^\]]+)\]|([^.[]+)/g,(z,V,K=V)=>q.push(K)),O=q.shift(),H=N,N=q.join("-")}let _=T[O]||Object.assign(Object.assign(T[O]={},M(D,O)),M(L,O));if(N==null)return _;N||="DEFAULT";let F=_[N]??N.split("-").reduce((q,z)=>q?.[z],_)??H;return B?Nr(F,{opacityValue:od(B,R)}):F}let k={};for(let _ of[...Object.keys(D),...Object.keys(L)])k[_]=R(_);return k}function M(O,N){let H=O[N];return typeof H=="function"&&(H=H(j)),H&&/color|fill|stroke/i.test(N)?function B(k,_=[]){let F={};for(let q in k){let z=k[q],V=[..._,q];F[V.join("-")]=z,q=="DEFAULT"&&(V=_,F[_.join("-")]=z),typeof z=="object"&&Object.assign(F,B(z,V))}return F}(H):H}}(u),e:td,h:w,s(L,D){return h(L,D,v)},d(L,D,T){return c(L,D,v,T)},v(L){return b.has(L)||b.set(L,Rf(L,g,x,Z5,v)||"&:"+L),b.get(L)},r(L,D){let T=JSON.stringify([L,D]);return S.has(T)||S.set(T,!P(L,v)&&Rf(L,p,A,X5,v,D)),S.get(T)},f(L){return C.reduce((D,T)=>T(D,v),L)}};return v}(n),a=new Map,o=[],i=new Set;t.resume(u=>a.set(u,u),(u,l)=>{t.insert(u,o.length,l),o.push(l),i.add(u)});function s(u){let l=r.f(u),c=Yc(l);if(c&&!i.has(c)){i.add(c);let g=Uf(o,u);t.insert(c,g,u),o.splice(g,0,u)}return l.n}return Object.defineProperties(function(u){if(!a.size)for(let c of ct(n.preflight))typeof c=="function"&&(c=c(r)),c&&(typeof c=="string"?sd("",Nt.b,gs(c),r,Nt.b,[],!1,!0):ad(c,{},r,Nt.b)).forEach(s);u=""+u;let l=a.get(u);if(!l){let c=new Set;for(let g of Ju(gs(u),r))c.add(g.c).add(s(g));l=[...c].filter(Boolean).join(" "),a.set(u,l).set(l,l)}return l},Object.getOwnPropertyDescriptors({get target(){return t.target},theme:r.theme,config:n,snapshot(){let u=t.snapshot(),l=new Set(i),c=new Map(a),g=[...o];return()=>{u(),i=l,a=c,o=g}},clear(){t.clear(),i=new Set,a=new Map,o=[]},destroy(){this.clear(),t.destroy()}}))}function nT(e,t){return e!=t&&""+e.split(" ").sort()!=""+t.split(" ").sort()}function rT(e){let t=new MutationObserver(n);return{observe(a){t.observe(a,{attributeFilter:["class"],subtree:!0,childList:!0}),r(a),n([{target:a,type:""}])},disconnect(){t.disconnect()}};function n(a){for(let{type:o,target:i}of a)if(o[0]=="a")r(i);else for(let s of i.querySelectorAll("[class]"))r(s);t.takeRecords()}function r(a){let o,i=a.getAttribute?.("class");i&&nT(i,o=e(i))&&a.setAttribute("class",o)}}function aT(e=ud,t=typeof document<"u"&&document.documentElement){if(t){let n=rT(e);n.observe(t);let{destroy:r}=e;e.destroy=()=>{n.disconnect(),r.call(e)}}return e}function Kf(e){let t=document.querySelector(e||'style[data-twind=""]');return(!t||t.tagName!="STYLE")&&(t=document.createElement("style"),document.head.prepend(t)),t.dataset.twind="claimed",t}function oT(e){let t=e?.cssRules?e:(e&&typeof e!="string"?e:Kf(e)).sheet;return{target:t,snapshot(){let n=Array.from(t.cssRules,r=>r.cssText);return()=>{this.clear(),n.forEach(this.insert)}},clear(){for(let n=t.cssRules.length;n--;)t.deleteRule(n)},destroy(){t.ownerNode?.remove()},insert(n,r){try{t.insertRule(n,r)}catch{t.insertRule(":root{}",r)}},resume:ms}}function iT(e){let t=e&&typeof e!="string"?e:Kf(e);return{target:t,snapshot(){let n=Array.from(t.childNodes,r=>r.textContent);return()=>{this.clear(),n.forEach(this.insert)}},clear(){t.textContent=""},destroy(){t.remove()},insert(n,r){t.insertBefore(document.createTextNode(n),t.childNodes[r]||null)},resume:ms}}function sT(e){let t=[];return{target:t,snapshot(){let n=[...t];return()=>{t.splice(0,t.length,...n)}},clear(){t.length=0},destroy(){this.clear()},insert(n,r,a){t.splice(r,0,e?`/*!${a.p.toString(36)},${(2*a.o).toString(36)}${a.n?","+a.n:""}*/${n}`:n)},resume:ms}}function Gf(e,t){let n=typeof document>"u"?sT(!t):e?iT():oT();return t||(n.resume=lT),n}function uT(e){return(e.ownerNode||e).textContent||(e.cssRules?Array.from(e.cssRules,t=>t.cssText):ct(e)).join("")}function lT(e,t){let n=uT(this.target),r=/\/\*!([\da-z]+),([\da-z]+)(?:,(.+?))?\*\//g;if(r.test(n)){var a;let o;if(r.lastIndex=0,this.clear(),typeof document<"u")for(let i of document.querySelectorAll("[class]"))e(i.getAttribute("class"));for(;a=r.exec(n),o&&t(n.slice(o.index+o[0].length,a?.index),{p:parseInt(o[1],36),o:parseInt(o[2],36)/2,n:o[3]}),o=a;);}}var ud=new Proxy(ms,{apply(e,t,n){return ds(n[0])},get(e,t){let n=ds[t];return typeof n=="function"?function(){return n.apply(ds,arguments)}:n}});function Yf(e={},t=Gf,n){return ds?.destroy(),ds=aT(tT(e,typeof t=="function"?t():t),n)}function ld(e,t=!0){let n=fs(e);return Yf({...n,hash:n.hash??t},()=>Gf(!t))}var nM=function e(t){return new Proxy(function(n,...r){return If(t,"",n,r)},{get(n,r){return r==="bind"?e:r in n?n[r]:function(a,...o){return If(t,r,a,o)}}})}();function If(e,t,n,r){return{toString(){let a=Jc(n,r),o=td(t+Jo(JSON.stringify([t,a])));return(typeof e=="function"?e:ud)(Wf({[`@keyframes ${o}`]:Jc(n,r)})),o}}}m();m();m();var cT=new Map([["align-self","-ms-grid-row-align"],["color-adjust","-webkit-print-color-adjust"],["column-gap","grid-column-gap"],["forced-color-adjust","-ms-high-contrast-adjust"],["gap","grid-gap"],["grid-template-columns","-ms-grid-columns"],["grid-template-rows","-ms-grid-rows"],["justify-self","-ms-grid-column-align"],["margin-inline-end","-webkit-margin-end"],["margin-inline-start","-webkit-margin-start"],["mask-border","-webkit-mask-box-image"],["mask-border-outset","-webkit-mask-box-image-outset"],["mask-border-slice","-webkit-mask-box-image-slice"],["mask-border-source","-webkit-mask-box-image-source"],["mask-border-repeat","-webkit-mask-box-image-repeat"],["mask-border-width","-webkit-mask-box-image-width"],["overflow-wrap","word-wrap"],["padding-inline-end","-webkit-padding-end"],["padding-inline-start","-webkit-padding-start"],["print-color-adjust","color-adjust"],["row-gap","grid-row-gap"],["scroll-margin-bottom","scroll-snap-margin-bottom"],["scroll-margin-left","scroll-snap-margin-left"],["scroll-margin-right","scroll-snap-margin-right"],["scroll-margin-top","scroll-snap-margin-top"],["scroll-margin","scroll-snap-margin"],["text-combine-upright","-ms-text-combine-horizontal"]]);function Jf(e){return cT.get(e)}function Qf(e){var t=/^(?:(text-(?:decoration$|e|or|si)|back(?:ground-cl|d|f)|box-d|mask(?:$|-[ispro]|-cl)|pr|hyphena|flex-d)|(tab-|column(?!-s)|text-align-l)|(ap)|u|hy)/i.exec(e);return t?t[1]?1:t[2]?2:t[3]?3:5:0}function Zf(e,t){var n=/^(?:(pos)|(cli)|(background-i)|(flex(?:$|-b)|(?:max-|min-)?(?:block-s|inl|he|widt))|dis)/i.exec(e);return n?n[1]?/^sti/i.test(t)?1:0:n[2]?/^pat/i.test(t)?1:0:n[3]?/^image-/i.test(t)?1:0:n[4]?t[3]==="-"?2:0:/^(?:inline-)?grid$/i.test(t)?4:0:0}var dT=[["-webkit-",1],["-moz-",2],["-ms-",4]];function Zu(){return({stringify:e})=>({stringify(t,n,r){let a="",o=Jf(t);o&&(a+=e(o,n,r)+";");let i=Qf(t),s=Zf(t,n);for(let u of dT)i&u[1]&&(a+=e(u[0]+t,n,r)+";"),s&u[1]&&(a+=e(t,u[0]+n,r)+";");return a+e(t,n,r)}})}m();m();var dd={screens:{sm:"640px",md:"768px",lg:"1024px",xl:"1280px","2xl":"1536px"},columns:{auto:"auto","3xs":"16rem","2xs":"18rem",xs:"20rem",sm:"24rem",md:"28rem",lg:"32rem",xl:"36rem","2xl":"42rem","3xl":"48rem","4xl":"56rem","5xl":"64rem","6xl":"72rem","7xl":"80rem"},spacing:{px:"1px",0:"0px",...jn(4,"rem",4,.5,.5),...jn(12,"rem",4,5),14:"3.5rem",...jn(64,"rem",4,16,4),72:"18rem",80:"20rem",96:"24rem"},durations:{75:"75ms",100:"100ms",150:"150ms",200:"200ms",300:"300ms",500:"500ms",700:"700ms",1e3:"1000ms"},animation:{none:"none",spin:"spin 1s linear infinite",ping:"ping 1s cubic-bezier(0,0,0.2,1) infinite",pulse:"pulse 2s cubic-bezier(0.4,0,0.6,1) infinite",bounce:"bounce 1s infinite"},aspectRatio:{auto:"auto",square:"1/1",video:"16/9"},backdropBlur:Ge("blur"),backdropBrightness:Ge("brightness"),backdropContrast:Ge("contrast"),backdropGrayscale:Ge("grayscale"),backdropHueRotate:Ge("hueRotate"),backdropInvert:Ge("invert"),backdropOpacity:Ge("opacity"),backdropSaturate:Ge("saturate"),backdropSepia:Ge("sepia"),backgroundColor:Ge("colors"),backgroundImage:{none:"none"},backgroundOpacity:Ge("opacity"),backgroundSize:{auto:"auto",cover:"cover",contain:"contain"},blur:{none:"none",0:"0",sm:"4px",DEFAULT:"8px",md:"12px",lg:"16px",xl:"24px","2xl":"40px","3xl":"64px"},brightness:{...jn(200,"",100,0,50),...jn(110,"",100,90,5),75:"0.75",125:"1.25"},borderColor:({theme:e})=>({DEFAULT:e("colors.gray.200","currentColor"),...e("colors")}),borderOpacity:Ge("opacity"),borderRadius:{none:"0px",sm:"0.125rem",DEFAULT:"0.25rem",md:"0.375rem",lg:"0.5rem",xl:"0.75rem","2xl":"1rem","3xl":"1.5rem","1/2":"50%",full:"9999px"},borderSpacing:Ge("spacing"),borderWidth:{DEFAULT:"1px",...Kn(8,"px")},boxShadow:{sm:"0 1px 2px 0 rgba(0,0,0,0.05)",DEFAULT:"0 1px 3px 0 rgba(0,0,0,0.1), 0 1px 2px -1px rgba(0,0,0,0.1)",md:"0 4px 6px -1px rgba(0,0,0,0.1), 0 2px 4px -2px rgba(0,0,0,0.1)",lg:"0 10px 15px -3px rgba(0,0,0,0.1), 0 4px 6px -4px rgba(0,0,0,0.1)",xl:"0 20px 25px -5px rgba(0,0,0,0.1), 0 8px 10px -6px rgba(0,0,0,0.1)","2xl":"0 25px 50px -12px rgba(0,0,0,0.25)",inner:"inset 0 2px 4px 0 rgba(0,0,0,0.05)",none:"0 0 #0000"},boxShadowColor:Ge("colors"),caretColor:Ge("colors"),accentColor:({theme:e})=>({auto:"auto",...e("colors")}),contrast:{...jn(200,"",100,0,50),75:"0.75",125:"1.25"},content:{none:"none"},divideColor:Ge("borderColor"),divideOpacity:Ge("borderOpacity"),divideWidth:Ge("borderWidth"),dropShadow:{sm:"0 1px 1px rgba(0,0,0,0.05)",DEFAULT:["0 1px 2px rgba(0,0,0,0.1)","0 1px 1px rgba(0,0,0,0.06)"],md:["0 4px 3px rgba(0,0,0,0.07)","0 2px 2px rgba(0,0,0,0.06)"],lg:["0 10px 8px rgba(0,0,0,0.04)","0 4px 3px rgba(0,0,0,0.1)"],xl:["0 20px 13px rgba(0,0,0,0.03)","0 8px 5px rgba(0,0,0,0.08)"],"2xl":"0 25px 25px rgba(0,0,0,0.15)",none:"0 0 #0000"},fill:({theme:e})=>({...e("colors"),none:"none"}),grayscale:{DEFAULT:"100%",0:"0"},hueRotate:{0:"0deg",15:"15deg",30:"30deg",60:"60deg",90:"90deg",180:"180deg"},invert:{DEFAULT:"100%",0:"0"},flex:{1:"1 1 0%",auto:"1 1 auto",initial:"0 1 auto",none:"none"},flexBasis:({theme:e})=>({...e("spacing"),...hs(2,6),...hs(12,12),auto:"auto",full:"100%"}),flexGrow:{DEFAULT:1,0:0},flexShrink:{DEFAULT:1,0:0},fontFamily:{sans:'ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji"'.split(","),serif:'ui-serif,Georgia,Cambria,"Times New Roman",Times,serif'.split(","),mono:'ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace'.split(",")},fontSize:{xs:["0.75rem","1rem"],sm:["0.875rem","1.25rem"],base:["1rem","1.5rem"],lg:["1.125rem","1.75rem"],xl:["1.25rem","1.75rem"],"2xl":["1.5rem","2rem"],"3xl":["1.875rem","2.25rem"],"4xl":["2.25rem","2.5rem"],"5xl":["3rem","1"],"6xl":["3.75rem","1"],"7xl":["4.5rem","1"],"8xl":["6rem","1"],"9xl":["8rem","1"]},fontWeight:{thin:"100",extralight:"200",light:"300",normal:"400",medium:"500",semibold:"600",bold:"700",extrabold:"800",black:"900"},gap:Ge("spacing"),gradientColorStops:Ge("colors"),gridAutoColumns:{auto:"auto",min:"min-content",max:"max-content",fr:"minmax(0,1fr)"},gridAutoRows:{auto:"auto",min:"min-content",max:"max-content",fr:"minmax(0,1fr)"},gridColumn:{auto:"auto","span-full":"1 / -1"},gridRow:{auto:"auto","span-full":"1 / -1"},gridTemplateColumns:{none:"none"},gridTemplateRows:{none:"none"},height:({theme:e})=>({...e("spacing"),...hs(2,6),min:"min-content",max:"max-content",fit:"fit-content",auto:"auto",full:"100%",screen:"100vh"}),inset:({theme:e})=>({...e("spacing"),...hs(2,4),auto:"auto",full:"100%"}),keyframes:{spin:{from:{transform:"rotate(0deg)"},to:{transform:"rotate(360deg)"}},ping:{"0%":{transform:"scale(1)",opacity:"1"},"75%,100%":{transform:"scale(2)",opacity:"0"}},pulse:{"0%,100%":{opacity:"1"},"50%":{opacity:".5"}},bounce:{"0%, 100%":{transform:"translateY(-25%)",animationTimingFunction:"cubic-bezier(0.8,0,1,1)"},"50%":{transform:"none",animationTimingFunction:"cubic-bezier(0,0,0.2,1)"}}},letterSpacing:{tighter:"-0.05em",tight:"-0.025em",normal:"0em",wide:"0.025em",wider:"0.05em",widest:"0.1em"},lineHeight:{...jn(10,"rem",4,3),none:"1",tight:"1.25",snug:"1.375",normal:"1.5",relaxed:"1.625",loose:"2"},margin:({theme:e})=>({auto:"auto",...e("spacing")}),maxHeight:({theme:e})=>({full:"100%",min:"min-content",max:"max-content",fit:"fit-content",screen:"100vh",...e("spacing")}),maxWidth:({theme:e,breakpoints:t})=>({...t(e("screens")),none:"none",0:"0rem",xs:"20rem",sm:"24rem",md:"28rem",lg:"32rem",xl:"36rem","2xl":"42rem","3xl":"48rem","4xl":"56rem","5xl":"64rem","6xl":"72rem","7xl":"80rem",full:"100%",min:"min-content",max:"max-content",fit:"fit-content",prose:"65ch"}),minHeight:{0:"0px",full:"100%",min:"min-content",max:"max-content",fit:"fit-content",screen:"100vh"},minWidth:{0:"0px",full:"100%",min:"min-content",max:"max-content",fit:"fit-content"},opacity:{...jn(100,"",100,0,10),5:"0.05",25:"0.25",75:"0.75",95:"0.95"},order:{first:"-9999",last:"9999",none:"0"},padding:Ge("spacing"),placeholderColor:Ge("colors"),placeholderOpacity:Ge("opacity"),outlineColor:Ge("colors"),outlineOffset:Kn(8,"px"),outlineWidth:Kn(8,"px"),ringColor:({theme:e})=>({...e("colors"),DEFAULT:"#3b82f6"}),ringOffsetColor:Ge("colors"),ringOffsetWidth:Kn(8,"px"),ringOpacity:({theme:e})=>({...e("opacity"),DEFAULT:"0.5"}),ringWidth:{DEFAULT:"3px",...Kn(8,"px")},rotate:{...Kn(2,"deg"),...Kn(12,"deg",3),...Kn(180,"deg",45)},saturate:jn(200,"",100,0,50),scale:{...jn(150,"",100,0,50),...jn(110,"",100,90,5),75:"0.75",125:"1.25"},scrollMargin:Ge("spacing"),scrollPadding:Ge("spacing"),sepia:{0:"0",DEFAULT:"100%"},skew:{...Kn(2,"deg"),...Kn(12,"deg",3)},space:Ge("spacing"),stroke:({theme:e})=>({...e("colors"),none:"none"}),strokeWidth:jn(2),textColor:Ge("colors"),textDecorationColor:Ge("colors"),textDecorationThickness:{"from-font":"from-font",auto:"auto",...Kn(8,"px")},textUnderlineOffset:{auto:"auto",...Kn(8,"px")},textIndent:Ge("spacing"),textOpacity:Ge("opacity"),transitionDuration:({theme:e})=>({...e("durations"),DEFAULT:"150ms"}),transitionDelay:Ge("durations"),transitionProperty:{none:"none",all:"all",DEFAULT:"color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter",colors:"color,background-color,border-color,text-decoration-color,fill,stroke",opacity:"opacity",shadow:"box-shadow",transform:"transform"},transitionTimingFunction:{DEFAULT:"cubic-bezier(0.4,0,0.2,1)",linear:"linear",in:"cubic-bezier(0.4,0,1,1)",out:"cubic-bezier(0,0,0.2,1)","in-out":"cubic-bezier(0.4,0,0.2,1)"},translate:({theme:e})=>({...e("spacing"),...hs(2,4),full:"100%"}),width:({theme:e})=>({min:"min-content",max:"max-content",fit:"fit-content",screen:"100vw",...e("flexBasis")}),willChange:{scroll:"scroll-position"},zIndex:{...jn(50,"",1,0,10),auto:"auto"}};function hs(e,t){let n={};do for(var r=1;rt(e)}var gT={"*,::before,::after":{boxSizing:"border-box",borderWidth:"0",borderStyle:"solid",borderColor:"theme(borderColor.DEFAULT, currentColor)"},"::before,::after":{"--tw-content":"''"},html:{lineHeight:1.5,WebkitTextSizeAdjust:"100%",MozTabSize:"4",tabSize:4,fontFamily:`theme(fontFamily.sans, ${dd.fontFamily.sans})`,fontFeatureSettings:"theme(fontFamily.sans[1].fontFeatureSettings, normal)"},body:{margin:"0",lineHeight:"inherit"},hr:{height:"0",color:"inherit",borderTopWidth:"1px"},"abbr:where([title])":{textDecoration:"underline dotted"},"h1,h2,h3,h4,h5,h6":{fontSize:"inherit",fontWeight:"inherit"},a:{color:"inherit",textDecoration:"inherit"},"b,strong":{fontWeight:"bolder"},"code,kbd,samp,pre":{fontFamily:`theme(fontFamily.mono, ${dd.fontFamily.mono})`,fontFeatureSettings:"theme(fontFamily.mono[1].fontFeatureSettings, normal)",fontSize:"1em"},small:{fontSize:"80%"},"sub,sup":{fontSize:"75%",lineHeight:0,position:"relative",verticalAlign:"baseline"},sub:{bottom:"-0.25em"},sup:{top:"-0.5em"},table:{textIndent:"0",borderColor:"inherit",borderCollapse:"collapse"},"button,input,optgroup,select,textarea":{fontFamily:"inherit",fontSize:"100%",lineHeight:"inherit",color:"inherit",margin:"0",padding:"0"},"button,select":{textTransform:"none"},"button,[type='button'],[type='reset'],[type='submit']":{WebkitAppearance:"button",backgroundColor:"transparent",backgroundImage:"none"},":-moz-focusring":{outline:"auto"},":-moz-ui-invalid":{boxShadow:"none"},progress:{verticalAlign:"baseline"},"::-webkit-inner-spin-button,::-webkit-outer-spin-button":{height:"auto"},"[type='search']":{WebkitAppearance:"textfield",outlineOffset:"-2px"},"::-webkit-search-decoration":{WebkitAppearance:"none"},"::-webkit-file-upload-button":{WebkitAppearance:"button",font:"inherit"},summary:{display:"list-item"},"blockquote,dl,dd,h1,h2,h3,h4,h5,h6,hr,figure,p,pre":{margin:"0"},fieldset:{margin:"0",padding:"0"},legend:{padding:"0"},"ol,ul,menu":{listStyle:"none",margin:"0",padding:"0"},textarea:{resize:"vertical"},"input::placeholder,textarea::placeholder":{opacity:1,color:"theme(colors.gray.400, #9ca3af)"},'button,[role="button"]':{cursor:"pointer"},":disabled":{cursor:"default"},"img,svg,video,canvas,audio,iframe,embed,object":{display:"block",verticalAlign:"middle"},"img,video":{maxWidth:"100%",height:"auto"},"[hidden]":{display:"none"}},mT=[re("\\[([-\\w]+):(.+)]",({1:e,2:t},n)=>({"@layer overrides":{"&":{[e]:vr(`[${t}]`,"",n)}}})),re("(group|peer)([~/][^-[]+)?",({input:e},{h:t})=>[{c:t(e)}]),ie("aspect-","aspectRatio"),re("container",(e,{theme:t})=>{let{screens:n=t("screens"),center:r,padding:a}=t("container"),o={width:"100%",marginRight:r&&"auto",marginLeft:r&&"auto",...i("xs")};for(let s in n){let u=n[s];typeof u=="string"&&(o[Qu(u)]={"&":{maxWidth:u,...i(s)}})}return o;function i(s){let u=a&&(typeof a=="string"?a:a[s]||a.DEFAULT);if(u)return{paddingRight:u,paddingLeft:u}}}),ie("content-","content",({_:e})=>({"--tw-content":e,content:"var(--tw-content)"})),re("(?:box-)?decoration-(slice|clone)","boxDecorationBreak"),re("box-(border|content)","boxSizing",({1:e})=>e+"-box"),re("hidden",{display:"none"}),re("table-(auto|fixed)","tableLayout"),re(["(block|flex|table|grid|inline|contents|flow-root|list-item)","(inline-(block|flex|table|grid))","(table-(caption|cell|column|row|(column|row|footer|header)-group))"],"display"),"(float)-(left|right|none)","(clear)-(left|right|none|both)","(overflow(?:-[xy])?)-(auto|hidden|clip|visible|scroll)","(isolation)-(auto)",re("isolate","isolation"),re("object-(contain|cover|fill|none|scale-down)","objectFit"),ie("object-","objectPosition"),re("object-(top|bottom|center|(left|right)(-(top|bottom))?)","objectPosition",Xu),re("overscroll(-[xy])?-(auto|contain|none)",({1:e="",2:t})=>({["overscroll-behavior"+e]:t})),re("(static|fixed|absolute|relative|sticky)","position"),ie("-?inset(-[xy])?(?:$|-)","inset",({1:e,_:t})=>({top:e!="-x"&&t,right:e!="-y"&&t,bottom:e!="-x"&&t,left:e!="-y"&&t})),ie("-?(top|bottom|left|right)(?:$|-)","inset"),re("(visible|collapse)","visibility"),re("invisible",{visibility:"hidden"}),ie("-?z-","zIndex"),re("flex-((row|col)(-reverse)?)","flexDirection",Xf),re("flex-(wrap|wrap-reverse|nowrap)","flexWrap"),ie("(flex-(?:grow|shrink))(?:$|-)"),ie("(flex)-"),ie("grow(?:$|-)","flexGrow"),ie("shrink(?:$|-)","flexShrink"),ie("basis-","flexBasis"),ie("-?(order)-"),"-?(order)-(\\d+)",ie("grid-cols-","gridTemplateColumns"),re("grid-cols-(\\d+)","gridTemplateColumns",r3),ie("col-","gridColumn"),re("col-(span)-(\\d+)","gridColumn",n3),ie("col-start-","gridColumnStart"),re("col-start-(auto|\\d+)","gridColumnStart"),ie("col-end-","gridColumnEnd"),re("col-end-(auto|\\d+)","gridColumnEnd"),ie("grid-rows-","gridTemplateRows"),re("grid-rows-(\\d+)","gridTemplateRows",r3),ie("row-","gridRow"),re("row-(span)-(\\d+)","gridRow",n3),ie("row-start-","gridRowStart"),re("row-start-(auto|\\d+)","gridRowStart"),ie("row-end-","gridRowEnd"),re("row-end-(auto|\\d+)","gridRowEnd"),re("grid-flow-((row|col)(-dense)?)","gridAutoFlow",e=>Xu(Xf(e))),re("grid-flow-(dense)","gridAutoFlow"),ie("auto-cols-","gridAutoColumns"),ie("auto-rows-","gridAutoRows"),ie("gap-x(?:$|-)","gap","columnGap"),ie("gap-y(?:$|-)","gap","rowGap"),ie("gap(?:$|-)","gap"),"(justify-(?:items|self))-",re("justify-","justifyContent",e3),re("(content|items|self)-",e=>({["align-"+e[1]]:e3(e)})),re("(place-(content|items|self))-",({1:e,$$:t})=>({[e]:("wun".includes(t[3])?"space-":"")+t})),ie("p([xytrbl])?(?:$|-)","padding",Zo("padding")),ie("-?m([xytrbl])?(?:$|-)","margin",Zo("margin")),ie("-?space-(x|y)(?:$|-)","space",({1:e,_:t})=>({"&>:not([hidden])~:not([hidden])":{[`--tw-space-${e}-reverse`]:"0",["margin-"+{y:"top",x:"left"}[e]]:`calc(${t} * calc(1 - var(--tw-space-${e}-reverse)))`,["margin-"+{y:"bottom",x:"right"}[e]]:`calc(${t} * var(--tw-space-${e}-reverse))`}})),re("space-(x|y)-reverse",({1:e})=>({"&>:not([hidden])~:not([hidden])":{[`--tw-space-${e}-reverse`]:"1"}})),ie("w-","width"),ie("min-w-","minWidth"),ie("max-w-","maxWidth"),ie("h-","height"),ie("min-h-","minHeight"),ie("max-h-","maxHeight"),ie("font-","fontWeight"),ie("font-","fontFamily",({_:e})=>typeof(e=ct(e))[1]=="string"?{fontFamily:rr(e)}:{fontFamily:rr(e[0]),...e[1]}),re("antialiased",{WebkitFontSmoothing:"antialiased",MozOsxFontSmoothing:"grayscale"}),re("subpixel-antialiased",{WebkitFontSmoothing:"auto",MozOsxFontSmoothing:"auto"}),re("italic","fontStyle"),re("not-italic",{fontStyle:"normal"}),re("(ordinal|slashed-zero|(normal|lining|oldstyle|proportional|tabular)-nums|(diagonal|stacked)-fractions)",({1:e,2:t="",3:n})=>t=="normal"?{fontVariantNumeric:"normal"}:{["--tw-"+(n?"numeric-fraction":"pt".includes(t[0])?"numeric-spacing":t?"numeric-figure":e)]:e,fontVariantNumeric:"var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction)",...ca({"--tw-ordinal":"var(--tw-empty,/*!*/ /*!*/)","--tw-slashed-zero":"var(--tw-empty,/*!*/ /*!*/)","--tw-numeric-figure":"var(--tw-empty,/*!*/ /*!*/)","--tw-numeric-spacing":"var(--tw-empty,/*!*/ /*!*/)","--tw-numeric-fraction":"var(--tw-empty,/*!*/ /*!*/)"})}),ie("tracking-","letterSpacing"),ie("leading-","lineHeight"),re("list-(inside|outside)","listStylePosition"),ie("list-","listStyleType"),re("list-","listStyleType"),ie("placeholder-opacity-","placeholderOpacity",({_:e})=>({"&::placeholder":{"--tw-placeholder-opacity":e}})),Kt("placeholder-",{property:"color",selector:"&::placeholder"}),re("text-(left|center|right|justify|start|end)","textAlign"),re("text-(ellipsis|clip)","textOverflow"),ie("text-opacity-","textOpacity","--tw-text-opacity"),Kt("text-",{property:"color"}),ie("text-","fontSize",({_:e})=>typeof e=="string"?{fontSize:e}:{fontSize:e[0],...typeof e[1]=="string"?{lineHeight:e[1]}:e[1]}),ie("indent-","textIndent"),re("(overline|underline|line-through)","textDecorationLine"),re("no-underline",{textDecorationLine:"none"}),ie("underline-offset-","textUnderlineOffset"),Kt("decoration-",{section:"textDecorationColor",opacityVariable:!1,opacitySection:"opacity"}),ie("decoration-","textDecorationThickness"),re("decoration-","textDecorationStyle"),re("(uppercase|lowercase|capitalize)","textTransform"),re("normal-case",{textTransform:"none"}),re("truncate",{overflow:"hidden",whiteSpace:"nowrap",textOverflow:"ellipsis"}),re("align-","verticalAlign"),re("whitespace-","whiteSpace"),re("break-normal",{wordBreak:"normal",overflowWrap:"normal"}),re("break-words",{overflowWrap:"break-word"}),re("break-all",{wordBreak:"break-all"}),re("break-keep",{wordBreak:"keep-all"}),Kt("caret-",{opacityVariable:!1,opacitySection:"opacity"}),Kt("accent-",{opacityVariable:!1,opacitySection:"opacity"}),re("bg-gradient-to-([trbl]|[tb][rl])","backgroundImage",({1:e})=>`linear-gradient(to ${ro(e," ")},var(--tw-gradient-stops))`),Kt("from-",{section:"gradientColorStops",opacityVariable:!1,opacitySection:"opacity"},({_:e})=>({"--tw-gradient-from":e.value,"--tw-gradient-to":e.color({opacityValue:"0"}),"--tw-gradient-stops":"var(--tw-gradient-from),var(--tw-gradient-to)"})),Kt("via-",{section:"gradientColorStops",opacityVariable:!1,opacitySection:"opacity"},({_:e})=>({"--tw-gradient-to":e.color({opacityValue:"0"}),"--tw-gradient-stops":`var(--tw-gradient-from),${e.value},var(--tw-gradient-to)`})),Kt("to-",{section:"gradientColorStops",property:"--tw-gradient-to",opacityVariable:!1,opacitySection:"opacity"}),re("bg-(fixed|local|scroll)","backgroundAttachment"),re("bg-origin-(border|padding|content)","backgroundOrigin",({1:e})=>e+"-box"),re(["bg-(no-repeat|repeat(-[xy])?)","bg-repeat-(round|space)"],"backgroundRepeat"),re("bg-blend-","backgroundBlendMode"),re("bg-clip-(border|padding|content|text)","backgroundClip",({1:e})=>e+(e=="text"?"":"-box")),ie("bg-opacity-","backgroundOpacity","--tw-bg-opacity"),Kt("bg-",{section:"backgroundColor"}),ie("bg-","backgroundImage"),ie("bg-","backgroundPosition"),re("bg-(top|bottom|center|(left|right)(-(top|bottom))?)","backgroundPosition",Xu),ie("bg-","backgroundSize"),ie("rounded(?:$|-)","borderRadius"),ie("rounded-([trbl]|[tb][rl])(?:$|-)","borderRadius",({1:e,_:t})=>{let n={t:["tl","tr"],r:["tr","br"],b:["bl","br"],l:["bl","tl"]}[e]||[e,e];return{[`border-${ro(n[0])}-radius`]:t,[`border-${ro(n[1])}-radius`]:t}}),re("border-(collapse|separate)","borderCollapse"),ie("border-opacity(?:$|-)","borderOpacity","--tw-border-opacity"),re("border-(solid|dashed|dotted|double|none)","borderStyle"),ie("border-spacing(-[xy])?(?:$|-)","borderSpacing",({1:e,_:t})=>({...ca({"--tw-border-spacing-x":"0","--tw-border-spacing-y":"0"}),["--tw-border-spacing"+(e||"-x")]:t,["--tw-border-spacing"+(e||"-y")]:t,"border-spacing":"var(--tw-border-spacing-x) var(--tw-border-spacing-y)"})),Kt("border-([xytrbl])-",{section:"borderColor"},Zo("border","Color")),Kt("border-"),ie("border-([xytrbl])(?:$|-)","borderWidth",Zo("border","Width")),ie("border(?:$|-)","borderWidth"),ie("divide-opacity(?:$|-)","divideOpacity",({_:e})=>({"&>:not([hidden])~:not([hidden])":{"--tw-divide-opacity":e}})),re("divide-(solid|dashed|dotted|double|none)",({1:e})=>({"&>:not([hidden])~:not([hidden])":{borderStyle:e}})),re("divide-([xy]-reverse)",({1:e})=>({"&>:not([hidden])~:not([hidden])":{["--tw-divide-"+e]:"1"}})),ie("divide-([xy])(?:$|-)","divideWidth",({1:e,_:t})=>{let n={x:"lr",y:"tb"}[e];return{"&>:not([hidden])~:not([hidden])":{[`--tw-divide-${e}-reverse`]:"0",[`border-${ro(n[0])}Width`]:`calc(${t} * calc(1 - var(--tw-divide-${e}-reverse)))`,[`border-${ro(n[1])}Width`]:`calc(${t} * var(--tw-divide-${e}-reverse))`}}}),Kt("divide-",{property:"borderColor",selector:"&>:not([hidden])~:not([hidden])"}),ie("ring-opacity(?:$|-)","ringOpacity","--tw-ring-opacity"),Kt("ring-offset-",{property:"--tw-ring-offset-color",opacityVariable:!1}),ie("ring-offset(?:$|-)","ringOffsetWidth","--tw-ring-offset-width"),re("ring-inset",{"--tw-ring-inset":"inset"}),Kt("ring-",{property:"--tw-ring-color"}),ie("ring(?:$|-)","ringWidth",({_:e},{theme:t})=>({...ca({"--tw-ring-offset-shadow":"0 0 #0000","--tw-ring-shadow":"0 0 #0000","--tw-shadow":"0 0 #0000","--tw-shadow-colored":"0 0 #0000","&":{"--tw-ring-inset":"var(--tw-empty,/*!*/ /*!*/)","--tw-ring-offset-width":t("ringOffsetWidth","","0px"),"--tw-ring-offset-color":Nr(t("ringOffsetColor","","#fff")),"--tw-ring-color":Nr(t("ringColor","","#93c5fd"),{opacityVariable:"--tw-ring-opacity"}),"--tw-ring-opacity":t("ringOpacity","","0.5")}}),"--tw-ring-offset-shadow":"var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color)","--tw-ring-shadow":`var(--tw-ring-inset) 0 0 0 calc(${e} + var(--tw-ring-offset-width)) var(--tw-ring-color)`,boxShadow:"var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)"})),Kt("shadow-",{section:"boxShadowColor",opacityVariable:!1,opacitySection:"opacity"},({_:e})=>({"--tw-shadow-color":e.value,"--tw-shadow":"var(--tw-shadow-colored)"})),ie("shadow(?:$|-)","boxShadow",({_:e})=>({...ca({"--tw-ring-offset-shadow":"0 0 #0000","--tw-ring-shadow":"0 0 #0000","--tw-shadow":"0 0 #0000","--tw-shadow-colored":"0 0 #0000"}),"--tw-shadow":rr(e),"--tw-shadow-colored":rr(e).replace(/([^,]\s+)(?:#[a-f\d]+|(?:(?:hsl|rgb)a?|hwb|lab|lch|color|var)\(.+?\)|[a-z]+)(,|$)/g,"$1var(--tw-shadow-color)$2"),boxShadow:"var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)"})),ie("(opacity)-"),re("mix-blend-","mixBlendMode"),...t3(),...t3("backdrop-"),ie("transition(?:$|-)","transitionProperty",(e,{theme:t})=>({transitionProperty:rr(e),transitionTimingFunction:e._=="none"?void 0:rr(t("transitionTimingFunction","")),transitionDuration:e._=="none"?void 0:rr(t("transitionDuration",""))})),ie("duration(?:$|-)","transitionDuration","transitionDuration",rr),ie("ease(?:$|-)","transitionTimingFunction","transitionTimingFunction",rr),ie("delay(?:$|-)","transitionDelay","transitionDelay",rr),ie("animate(?:$|-)","animation",(e,{theme:t,h:n,e:r})=>{let a=rr(e),o=a.split(" "),i=t("keyframes",o[0]);return i?{["@keyframes "+(o[0]=r(n(o[0])))]:i,animation:o.join(" ")}:{animation:a}}),"(transform)-(none)",re("transform",gd),re("transform-(cpu|gpu)",({1:e})=>({"--tw-transform":a3(e=="gpu")})),ie("scale(-[xy])?-","scale",({1:e,_:t})=>({["--tw-scale"+(e||"-x")]:t,["--tw-scale"+(e||"-y")]:t,...gd()})),ie("-?(rotate)-","rotate",cd),ie("-?(translate-[xy])-","translate",cd),ie("-?(skew-[xy])-","skew",cd),re("origin-(center|((top|bottom)(-(left|right))?)|left|right)","transformOrigin",Xu),"(appearance)-",ie("(columns)-"),"(columns)-(\\d+)","(break-(?:before|after|inside))-",ie("(cursor)-"),"(cursor)-",re("snap-(none)","scroll-snap-type"),re("snap-(x|y|both)",({1:e})=>({...ca({"--tw-scroll-snap-strictness":"proximity"}),"scroll-snap-type":e+" var(--tw-scroll-snap-strictness)"})),re("snap-(mandatory|proximity)","--tw-scroll-snap-strictness"),re("snap-(?:(start|end|center)|align-(none))","scroll-snap-align"),re("snap-(normal|always)","scroll-snap-stop"),re("scroll-(auto|smooth)","scroll-behavior"),ie("scroll-p([xytrbl])?(?:$|-)","padding",Zo("scroll-padding")),ie("-?scroll-m([xytrbl])?(?:$|-)","scroll-margin",Zo("scroll-margin")),re("touch-(auto|none|manipulation)","touch-action"),re("touch-(pinch-zoom|pan-(?:(x|left|right)|(y|up|down)))",({1:e,2:t,3:n})=>({...ca({"--tw-pan-x":"var(--tw-empty,/*!*/ /*!*/)","--tw-pan-y":"var(--tw-empty,/*!*/ /*!*/)","--tw-pinch-zoom":"var(--tw-empty,/*!*/ /*!*/)","--tw-touch-action":"var(--tw-pan-x) var(--tw-pan-y) var(--tw-pinch-zoom)"}),[`--tw-${t?"pan-x":n?"pan-y":e}`]:e,"touch-action":"var(--tw-touch-action)"})),re("outline-none",{outline:"2px solid transparent","outline-offset":"2px"}),re("outline",{outlineStyle:"solid"}),re("outline-(dashed|dotted|double)","outlineStyle"),ie("-?(outline-offset)-"),Kt("outline-",{opacityVariable:!1,opacitySection:"opacity"}),ie("outline-","outlineWidth"),"(pointer-events)-",ie("(will-change)-"),"(will-change)-",["resize(?:-(none|x|y))?","resize",({1:e})=>({x:"horizontal",y:"vertical"})[e]||e||"both"],re("select-(none|text|all|auto)","userSelect"),Kt("fill-",{section:"fill",opacityVariable:!1,opacitySection:"opacity"}),Kt("stroke-",{section:"stroke",opacityVariable:!1,opacitySection:"opacity"}),ie("stroke-","strokeWidth"),re("sr-only",{position:"absolute",width:"1px",height:"1px",padding:"0",margin:"-1px",overflow:"hidden",whiteSpace:"nowrap",clip:"rect(0,0,0,0)",borderWidth:"0"}),re("not-sr-only",{position:"static",width:"auto",height:"auto",padding:"0",margin:"0",overflow:"visible",whiteSpace:"normal",clip:"auto"})];function Xu(e){return(typeof e=="string"?e:e[1]).replace(/-/g," ").trim()}function Xf(e){return(typeof e=="string"?e:e[1]).replace("col","column")}function ro(e,t="-"){let n=[];for(let r of e)n.push({t:"top",r:"right",b:"bottom",l:"left"}[r]);return n.join(t)}function rr(e){return e&&""+(e._||e)}function e3({$$:e}){return({r:"flex-","":"flex-",w:"space-",u:"space-",n:"space-"}[e[3]||""]||"")+e}function Zo(e,t=""){return({1:n,_:r})=>{let a={x:"lr",y:"tb"}[n]||n+n;return a?{...ps(e+"-"+ro(a[0])+t,r),...ps(e+"-"+ro(a[1])+t,r)}:ps(e+t,r)}}function t3(e=""){let t=["blur","brightness","contrast","grayscale","hue-rotate","invert",e&&"opacity","saturate","sepia",!e&&"drop-shadow"].filter(Boolean),n={};for(let r of t)n[`--tw-${e}${r}`]="var(--tw-empty,/*!*/ /*!*/)";return n={...ca(n),[`${e}filter`]:t.map(r=>`var(--tw-${e}${r})`).join(" ")},[`(${e}filter)-(none)`,re(`${e}filter`,n),...t.map(r=>ie(`${r[0]=="h"?"-?":""}(${e}${r})(?:$|-)`,r,({1:a,_:o})=>({[`--tw-${a}`]:ct(o).map(i=>`${r}(${i})`).join(" "),...n})))]}function cd({1:e,_:t}){return{["--tw-"+e]:t,...gd()}}function gd(){return{...ca({"--tw-translate-x":"0","--tw-translate-y":"0","--tw-rotate":"0","--tw-skew-x":"0","--tw-skew-y":"0","--tw-scale-x":"1","--tw-scale-y":"1","--tw-transform":a3()}),transform:"var(--tw-transform)"}}function a3(e){return[e?"translate3d(var(--tw-translate-x),var(--tw-translate-y),0)":"translateX(var(--tw-translate-x)) translateY(var(--tw-translate-y))","rotate(var(--tw-rotate))","skewX(var(--tw-skew-x))","skewY(var(--tw-skew-y))","scaleX(var(--tw-scale-x))","scaleY(var(--tw-scale-y))"].join(" ")}function n3({1:e,2:t}){return`${e} ${t} / ${e} ${t}`}function r3({1:e}){return`repeat(${e},minmax(0,1fr))`}function ca(e){return{"@layer defaults":{"*,::before,::after":e,"::backdrop":e}}}var pT=[["sticky","@supports ((position: -webkit-sticky) or (position:sticky))"],["motion-reduce","@media (prefers-reduced-motion:reduce)"],["motion-safe","@media (prefers-reduced-motion:no-preference)"],["print","@media print"],["(portrait|landscape)",({1:e})=>`@media (orientation:${e})`],["contrast-(more|less)",({1:e})=>`@media (prefers-contrast:${e})`],["(first-(letter|line)|placeholder|backdrop|before|after)",({1:e})=>`&::${e}`],["(marker|selection)",({1:e})=>`& *::${e},&::${e}`],["file","&::file-selector-button"],["(first|last|only)",({1:e})=>`&:${e}-child`],["even","&:nth-child(2n)"],["odd","&:nth-child(odd)"],["open","&[open]"],["(aria|data)-",({1:e,$$:t},n)=>t&&`&[${e}-${n.theme(e,t)||vr(t,"",n)||`${t}="true"`}]`],["((group|peer)(~[^-[]+)?)(-\\[(.+)]|[-[].+?)(\\/.+)?",({2:e,3:t="",4:n,5:r="",6:a=t},{e:o,h:i,v:s})=>{let u=Qo(r)||(n[0]=="["?n:s(n.slice(1)));return`${(u.includes("&")?u:"&"+u).replace(/&/g,`:merge(.${o(i(e+a))})`)}${e[0]=="p"?"~":" "}&`}],["(ltr|rtl)",({1:e})=>`[dir="${e}"] &`],["supports-",({$$:e},t)=>{if(e&&=t.theme("supports",e)||vr(e,"",t),e)return e.includes(":")||(e+=":var(--tw)"),/^\w*\s*\(/.test(e)||(e=`(${e})`),`@supports ${e.replace(/\b(and|or|not)\b/g," $1 ").trim()}`}],["max-",({$$:e},t)=>{if(e&&=t.theme("screens",e)||vr(e,"",t),typeof e=="string")return`@media not all and (min-width:${e})`}],["min-",({$$:e},t)=>(e&&=vr(e,"",t))&&`@media (min-width:${e})`],[/^\[(.+)]$/,({1:e})=>/[&@]/.test(e)&&Qo(e).replace(/[}]+$/,"").split("{")]];function fT({colors:e,disablePreflight:t}={}){return{preflight:t?void 0:gT,theme:{...dd,colors:{inherit:"inherit",current:"currentColor",transparent:"transparent",black:"#000",white:"#fff",...e}},variants:pT,rules:mT,finalize(n){return n.n&&n.d&&n.r.some(r=>/^&::(before|after)$/.test(r))&&!/(^|;)content:/.test(n.d)?{...n,d:"content:var(--tw-content);"+n.d}:n}}}var hT={50:"#f8fafc",100:"#f1f5f9",200:"#e2e8f0",300:"#cbd5e1",400:"#94a3b8",500:"#64748b",600:"#475569",700:"#334155",800:"#1e293b",900:"#0f172a"},bT={50:"#f9fafb",100:"#f3f4f6",200:"#e5e7eb",300:"#d1d5db",400:"#9ca3af",500:"#6b7280",600:"#4b5563",700:"#374151",800:"#1f2937",900:"#111827"},yT={50:"#fafafa",100:"#f4f4f5",200:"#e4e4e7",300:"#d4d4d8",400:"#a1a1aa",500:"#71717a",600:"#52525b",700:"#3f3f46",800:"#27272a",900:"#18181b"},CT={50:"#fafafa",100:"#f5f5f5",200:"#e5e5e5",300:"#d4d4d4",400:"#a3a3a3",500:"#737373",600:"#525252",700:"#404040",800:"#262626",900:"#171717"},TT={50:"#fafaf9",100:"#f5f5f4",200:"#e7e5e4",300:"#d6d3d1",400:"#a8a29e",500:"#78716c",600:"#57534e",700:"#44403c",800:"#292524",900:"#1c1917"},vT={50:"#fef2f2",100:"#fee2e2",200:"#fecaca",300:"#fca5a5",400:"#f87171",500:"#ef4444",600:"#dc2626",700:"#b91c1c",800:"#991b1b",900:"#7f1d1d"},xT={50:"#fff7ed",100:"#ffedd5",200:"#fed7aa",300:"#fdba74",400:"#fb923c",500:"#f97316",600:"#ea580c",700:"#c2410c",800:"#9a3412",900:"#7c2d12"},ET={50:"#fffbeb",100:"#fef3c7",200:"#fde68a",300:"#fcd34d",400:"#fbbf24",500:"#f59e0b",600:"#d97706",700:"#b45309",800:"#92400e",900:"#78350f"},ST={50:"#fefce8",100:"#fef9c3",200:"#fef08a",300:"#fde047",400:"#facc15",500:"#eab308",600:"#ca8a04",700:"#a16207",800:"#854d0e",900:"#713f12"},wT={50:"#f7fee7",100:"#ecfccb",200:"#d9f99d",300:"#bef264",400:"#a3e635",500:"#84cc16",600:"#65a30d",700:"#4d7c0f",800:"#3f6212",900:"#365314"},DT={50:"#f0fdf4",100:"#dcfce7",200:"#bbf7d0",300:"#86efac",400:"#4ade80",500:"#22c55e",600:"#16a34a",700:"#15803d",800:"#166534",900:"#14532d"},kT={50:"#ecfdf5",100:"#d1fae5",200:"#a7f3d0",300:"#6ee7b7",400:"#34d399",500:"#10b981",600:"#059669",700:"#047857",800:"#065f46",900:"#064e3b"},AT={50:"#f0fdfa",100:"#ccfbf1",200:"#99f6e4",300:"#5eead4",400:"#2dd4bf",500:"#14b8a6",600:"#0d9488",700:"#0f766e",800:"#115e59",900:"#134e4a"},LT={50:"#ecfeff",100:"#cffafe",200:"#a5f3fc",300:"#67e8f9",400:"#22d3ee",500:"#06b6d4",600:"#0891b2",700:"#0e7490",800:"#155e75",900:"#164e63"},_T={50:"#f0f9ff",100:"#e0f2fe",200:"#bae6fd",300:"#7dd3fc",400:"#38bdf8",500:"#0ea5e9",600:"#0284c7",700:"#0369a1",800:"#075985",900:"#0c4a6e"},MT={50:"#eff6ff",100:"#dbeafe",200:"#bfdbfe",300:"#93c5fd",400:"#60a5fa",500:"#3b82f6",600:"#2563eb",700:"#1d4ed8",800:"#1e40af",900:"#1e3a8a"},PT={50:"#eef2ff",100:"#e0e7ff",200:"#c7d2fe",300:"#a5b4fc",400:"#818cf8",500:"#6366f1",600:"#4f46e5",700:"#4338ca",800:"#3730a3",900:"#312e81"},FT={50:"#f5f3ff",100:"#ede9fe",200:"#ddd6fe",300:"#c4b5fd",400:"#a78bfa",500:"#8b5cf6",600:"#7c3aed",700:"#6d28d9",800:"#5b21b6",900:"#4c1d95"},BT={50:"#faf5ff",100:"#f3e8ff",200:"#e9d5ff",300:"#d8b4fe",400:"#c084fc",500:"#a855f7",600:"#9333ea",700:"#7e22ce",800:"#6b21a8",900:"#581c87"},RT={50:"#fdf4ff",100:"#fae8ff",200:"#f5d0fe",300:"#f0abfc",400:"#e879f9",500:"#d946ef",600:"#c026d3",700:"#a21caf",800:"#86198f",900:"#701a75"},IT={50:"#fdf2f8",100:"#fce7f3",200:"#fbcfe8",300:"#f9a8d4",400:"#f472b6",500:"#ec4899",600:"#db2777",700:"#be185d",800:"#9d174d",900:"#831843"},OT={50:"#fff1f2",100:"#ffe4e6",200:"#fecdd3",300:"#fda4af",400:"#fb7185",500:"#f43f5e",600:"#e11d48",700:"#be123c",800:"#9f1239",900:"#881337"},NT={__proto__:null,slate:hT,gray:bT,zinc:yT,neutral:CT,stone:TT,red:vT,orange:xT,amber:ET,yellow:ST,lime:wT,green:DT,emerald:kT,teal:AT,cyan:LT,sky:_T,blue:MT,indigo:PT,violet:FT,purple:BT,fuchsia:RT,pink:IT,rose:OT};function el({disablePreflight:e}={}){return fT({colors:NT,disablePreflight:e})}m();m();var tl=globalThis||(typeof window<"u"?window:self),UT=Object.create,pd=Object.defineProperty,jT=Object.getOwnPropertyDescriptor,HT=Object.getOwnPropertyNames,zT=Object.getPrototypeOf,qT=Object.prototype.hasOwnProperty,WT=(e,t)=>()=>(t||e((t={exports:{}}).exports,t),t.exports),$T=(e,t)=>{for(var n in t)pd(e,n,{get:t[n],enumerable:!0})},md=(e,t,n,r)=>{if(t&&typeof t=="object"||typeof t=="function")for(let a of HT(t))!qT.call(e,a)&&a!==n&&pd(e,a,{get:()=>t[a],enumerable:!(r=jT(t,a))||r.enumerable});return e},VT=(e,t,n)=>(md(e,t,"default"),n&&md(n,t,"default")),i3=(e,t,n)=>(n=e!=null?UT(zT(e)):{},md(t||!e||!e.__esModule?pd(n,"default",{value:e,enumerable:!0}):n,e)),s3=WT((e,t)=>{(function(n,r){typeof define=="function"&&define.amd?define([],r):typeof e<"u"?r():(r(),n.FileSaver={})})(e,function(){"use strict";function n(l,c){return typeof c>"u"?c={autoBom:!1}:typeof c!="object"&&(c={autoBom:!c}),c.autoBom&&/^\s*(?:text\/\S*|application\/xml|\S*\/\S*\+xml)\s*;.*charset\s*=\s*utf-8/i.test(l.type)?new Blob(["\uFEFF",l],{type:l.type}):l}function r(l,c,g){var p=new XMLHttpRequest;p.open("GET",l),p.responseType="blob",p.onload=function(){u(p.response,c,g)},p.onerror=function(){},p.send()}function a(l){var c=new XMLHttpRequest;c.open("HEAD",l,!1);try{c.send()}catch{}return 200<=c.status&&299>=c.status}function o(l){try{l.dispatchEvent(new MouseEvent("click"))}catch{var c=document.createEvent("MouseEvents");c.initMouseEvent("click",!0,!0,window,0,0,0,80,20,!1,!1,!1,!1,0,null),l.dispatchEvent(c)}}var i=typeof window=="object"&&window.window===window?window:typeof self=="object"&&self.self===self?self:typeof tl=="object"&&tl.global===tl?tl:void 0,s=i.navigator&&/Macintosh/.test(navigator.userAgent)&&/AppleWebKit/.test(navigator.userAgent)&&!/Safari/.test(navigator.userAgent),u=i.saveAs||(typeof window!="object"||window!==i?function(){}:"download"in HTMLAnchorElement.prototype&&!s?function(l,c,g){var p=i.URL||i.webkitURL,f=document.createElement("a");c=c||l.name||"download",f.download=c,f.rel="noopener",typeof l=="string"?(f.href=l,f.origin===location.origin?o(f):a(f.href)?r(l,c,g):o(f,f.target="_blank")):(f.href=p.createObjectURL(l),setTimeout(function(){p.revokeObjectURL(f.href)},4e4),setTimeout(function(){o(f)},0))}:"msSaveOrOpenBlob"in navigator?function(l,c,g){if(c=c||l.name||"download",typeof l!="string")navigator.msSaveOrOpenBlob(n(l,g),c);else if(a(l))r(l,c,g);else{var p=document.createElement("a");p.href=l,p.target="_blank",setTimeout(function(){o(p)})}}:function(l,c,g,p){if(p=p||open("","_blank"),p&&(p.document.title=p.document.body.innerText="downloading..."),typeof l=="string")return r(l,c,g);var f=l.type==="application/octet-stream",h=/constructor/i.test(i.HTMLElement)||i.safari,y=/CriOS\/[\d]+/.test(navigator.userAgent);if((y||f&&h||s)&&typeof FileReader<"u"){var C=new FileReader;C.onloadend=function(){var S=C.result;S=y?S:S.replace(/^data:[^;]*;/,"data:attachment/file;"),p?p.location.href=S:location=S,p=null},C.readAsDataURL(l)}else{var b=i.URL||i.webkitURL,x=b.createObjectURL(l);p?p.location=x:location.href=x,p=null,setTimeout(function(){b.revokeObjectURL(x)},4e4)}});i.saveAs=u.saveAs=u,typeof t<"u"&&(t.exports=u)})}),u3={};$T(u3,{default:()=>ao});var KT=i3(s3());VT(u3,i3(s3()));var{default:o3,...GT}=KT,ao=o3!==void 0?o3:GT;m();m();m();m();m();m();m();function Xo(){let e,t="pending",n=new Promise((r,a)=>{e={async resolve(o){await o,t="fulfilled",r(o)},reject(o){t="rejected",a(o)}}});return Object.defineProperty(n,"state",{get:()=>t}),Object.assign(n,e)}m();var fd=class extends Error{constructor(){super("Deadline"),this.name="DeadlineError"}};function nl(e,t){let n=Xo(),r=setTimeout(()=>n.reject(new fd),t);return Promise.race([e,n]).finally(()=>clearTimeout(r))}m();m();function xn(e,t={}){let{signal:n,persistent:r}=t;return n?.aborted?Promise.reject(new DOMException("Delay was aborted.","AbortError")):new Promise((a,o)=>{let i=()=>{clearTimeout(u),o(new DOMException("Delay was aborted.","AbortError"))},u=setTimeout(()=>{n?.removeEventListener("abort",i),a()},e);if(n?.addEventListener("abort",i,{once:!0}),r===!1)try{Deno.unrefTimer(u)}catch(l){if(!(l instanceof ReferenceError))throw l}})}m();var l3=class{#e=0;#t=[];#n=[];#r=Xo();add(t){++this.#e,this.#a(t[Symbol.asyncIterator]())}async#a(t){try{let{value:n,done:r}=await t.next();r?--this.#e:this.#t.push({iterator:t,value:n})}catch(n){this.#n.push(n)}this.#r.resolve()}async*iterate(){for(;this.#e>0;){await this.#r;for(let t=0;tv8,bgBlue:()=>w8,bgBrightBlack:()=>L8,bgBrightBlue:()=>F8,bgBrightCyan:()=>R8,bgBrightGreen:()=>M8,bgBrightMagenta:()=>B8,bgBrightRed:()=>_8,bgBrightWhite:()=>I8,bgBrightYellow:()=>P8,bgCyan:()=>k8,bgGreen:()=>E8,bgMagenta:()=>D8,bgRed:()=>x8,bgRgb24:()=>j8,bgRgb8:()=>N8,bgWhite:()=>A8,bgYellow:()=>S8,black:()=>o8,blue:()=>l8,bold:()=>ZT,brightBlack:()=>g3,brightBlue:()=>b8,brightCyan:()=>C8,brightGreen:()=>f8,brightMagenta:()=>y8,brightRed:()=>p8,brightWhite:()=>T8,brightYellow:()=>h8,cyan:()=>d8,dim:()=>XT,getColorEnabled:()=>JT,gray:()=>m8,green:()=>s8,hidden:()=>r8,inverse:()=>n8,italic:()=>e8,magenta:()=>c8,red:()=>i8,reset:()=>QT,rgb24:()=>U8,rgb8:()=>O8,setColorEnabled:()=>YT,strikethrough:()=>a8,stripColor:()=>z8,underline:()=>t8,white:()=>g8,yellow:()=>u8});m();var{Deno:c3}=globalThis,d3=typeof c3?.noColor=="boolean"?c3.noColor:!0,hd=!d3;function YT(e){d3||(hd=e)}function JT(){return hd}function _e(e,t){return{open:`\x1B[${e.join(";")}m`,close:`\x1B[${t}m`,regexp:new RegExp(`\\x1b\\[${t}m`,"g")}}function Me(e,t){return hd?`${t.open}${e.replace(t.regexp,t.open)}${t.close}`:e}function QT(e){return Me(e,_e([0],0))}function ZT(e){return Me(e,_e([1],22))}function XT(e){return Me(e,_e([2],22))}function e8(e){return Me(e,_e([3],23))}function t8(e){return Me(e,_e([4],24))}function n8(e){return Me(e,_e([7],27))}function r8(e){return Me(e,_e([8],28))}function a8(e){return Me(e,_e([9],29))}function o8(e){return Me(e,_e([30],39))}function i8(e){return Me(e,_e([31],39))}function s8(e){return Me(e,_e([32],39))}function u8(e){return Me(e,_e([33],39))}function l8(e){return Me(e,_e([34],39))}function c8(e){return Me(e,_e([35],39))}function d8(e){return Me(e,_e([36],39))}function g8(e){return Me(e,_e([37],39))}function m8(e){return g3(e)}function g3(e){return Me(e,_e([90],39))}function p8(e){return Me(e,_e([91],39))}function f8(e){return Me(e,_e([92],39))}function h8(e){return Me(e,_e([93],39))}function b8(e){return Me(e,_e([94],39))}function y8(e){return Me(e,_e([95],39))}function C8(e){return Me(e,_e([96],39))}function T8(e){return Me(e,_e([97],39))}function v8(e){return Me(e,_e([40],49))}function x8(e){return Me(e,_e([41],49))}function E8(e){return Me(e,_e([42],49))}function S8(e){return Me(e,_e([43],49))}function w8(e){return Me(e,_e([44],49))}function D8(e){return Me(e,_e([45],49))}function k8(e){return Me(e,_e([46],49))}function A8(e){return Me(e,_e([47],49))}function L8(e){return Me(e,_e([100],49))}function _8(e){return Me(e,_e([101],49))}function M8(e){return Me(e,_e([102],49))}function P8(e){return Me(e,_e([103],49))}function F8(e){return Me(e,_e([104],49))}function B8(e){return Me(e,_e([105],49))}function R8(e){return Me(e,_e([106],49))}function I8(e){return Me(e,_e([107],49))}function da(e,t=255,n=0){return Math.trunc(Math.max(Math.min(e,t),n))}function O8(e,t){return Me(e,_e([38,5,da(t)],39))}function N8(e,t){return Me(e,_e([48,5,da(t)],49))}function U8(e,t){return typeof t=="number"?Me(e,_e([38,2,t>>16&255,t>>8&255,t&255],39)):Me(e,_e([38,2,da(t.r),da(t.g),da(t.b)],39))}function j8(e,t){return typeof t=="number"?Me(e,_e([48,2,t>>16&255,t>>8&255,t&255],49)):Me(e,_e([48,2,da(t.r),da(t.g),da(t.b)],49))}var H8=new RegExp(["[\\u001B\\u009B][[\\]()#;?]*(?:(?:(?:(?:;[-a-zA-Z\\d\\/#&.:=?%@~_]+)*|[a-zA-Z\\d]+(?:;[-a-zA-Z\\d\\/#&.:=?%@~_]*)*)?\\u0007)","(?:(?:\\d{1,4}(?:;\\d{0,4})*)?[\\dA-PR-TZcf-nq-uy=><~]))"].join("|"),"g");function z8(e){return e.replace(H8,"")}m();m();var bd=class extends Error{constructor(t,n){super(`Exceeded max retry count (${n})`),this.name="RetryError",this.cause=t}},q8={multiplier:2,maxTimeout:6e4,maxAttempts:5,minTimeout:1e3};async function yd(e,t){let n={...q8,...t};if(n.maxTimeout>=0&&n.minTimeout>n.maxTimeout)throw new RangeError("minTimeout is greater than maxTimeout");let r=n.minTimeout,a;for(let o=0;osetTimeout(s,r)),r*=n.multiplier,r=Math.max(r,n.minTimeout),n.maxTimeout>=0&&(r=Math.min(r,n.maxTimeout)),a=i}throw new bd(a,n.maxAttempts)}m();var Ur=["A","B","C","D","E","F","G","H","I","J","K","L","M","N","O","P","Q","R","S","T","U","V","W","X","Y","Z","a","b","c","d","e","f","g","h","i","j","k","l","m","n","o","p","q","r","s","t","u","v","w","x","y","z","0","1","2","3","4","5","6","7","8","9","+","/"];function Cd(e){let t=typeof e=="string"?new TextEncoder().encode(e):e instanceof Uint8Array?e:new Uint8Array(e),n="",r,a=t.length;for(r=2;r>2],n+=Ur[(t[r-2]&3)<<4|t[r-1]>>4],n+=Ur[(t[r-1]&15)<<2|t[r]>>6],n+=Ur[t[r]&63];return r===a+1&&(n+=Ur[t[r-2]>>2],n+=Ur[(t[r-2]&3)<<4],n+="=="),r===a&&(n+=Ur[t[r-2]>>2],n+=Ur[(t[r-2]&3)<<4|t[r-1]>>4],n+=Ur[(t[r-1]&15)<<2],n+="="),n}m();m();var W8=/[\u1680\u2000-\u200A\u202F\u205F\u3000]/,$8=/[\xAA\xB5\xBA\xC0-\xD6\xD8-\xF6\xF8-\u02C1\u02C6-\u02D1\u02E0-\u02E4\u02EC\u02EE\u0370-\u0374\u0376\u0377\u037A-\u037D\u037F\u0386\u0388-\u038A\u038C\u038E-\u03A1\u03A3-\u03F5\u03F7-\u0481\u048A-\u052F\u0531-\u0556\u0559\u0561-\u0587\u05D0-\u05EA\u05F0-\u05F2\u0620-\u064A\u066E\u066F\u0671-\u06D3\u06D5\u06E5\u06E6\u06EE\u06EF\u06FA-\u06FC\u06FF\u0710\u0712-\u072F\u074D-\u07A5\u07B1\u07CA-\u07EA\u07F4\u07F5\u07FA\u0800-\u0815\u081A\u0824\u0828\u0840-\u0858\u0860-\u086A\u08A0-\u08B4\u08B6-\u08BD\u0904-\u0939\u093D\u0950\u0958-\u0961\u0971-\u0980\u0985-\u098C\u098F\u0990\u0993-\u09A8\u09AA-\u09B0\u09B2\u09B6-\u09B9\u09BD\u09CE\u09DC\u09DD\u09DF-\u09E1\u09F0\u09F1\u09FC\u0A05-\u0A0A\u0A0F\u0A10\u0A13-\u0A28\u0A2A-\u0A30\u0A32\u0A33\u0A35\u0A36\u0A38\u0A39\u0A59-\u0A5C\u0A5E\u0A72-\u0A74\u0A85-\u0A8D\u0A8F-\u0A91\u0A93-\u0AA8\u0AAA-\u0AB0\u0AB2\u0AB3\u0AB5-\u0AB9\u0ABD\u0AD0\u0AE0\u0AE1\u0AF9\u0B05-\u0B0C\u0B0F\u0B10\u0B13-\u0B28\u0B2A-\u0B30\u0B32\u0B33\u0B35-\u0B39\u0B3D\u0B5C\u0B5D\u0B5F-\u0B61\u0B71\u0B83\u0B85-\u0B8A\u0B8E-\u0B90\u0B92-\u0B95\u0B99\u0B9A\u0B9C\u0B9E\u0B9F\u0BA3\u0BA4\u0BA8-\u0BAA\u0BAE-\u0BB9\u0BD0\u0C05-\u0C0C\u0C0E-\u0C10\u0C12-\u0C28\u0C2A-\u0C39\u0C3D\u0C58-\u0C5A\u0C60\u0C61\u0C80\u0C85-\u0C8C\u0C8E-\u0C90\u0C92-\u0CA8\u0CAA-\u0CB3\u0CB5-\u0CB9\u0CBD\u0CDE\u0CE0\u0CE1\u0CF1\u0CF2\u0D05-\u0D0C\u0D0E-\u0D10\u0D12-\u0D3A\u0D3D\u0D4E\u0D54-\u0D56\u0D5F-\u0D61\u0D7A-\u0D7F\u0D85-\u0D96\u0D9A-\u0DB1\u0DB3-\u0DBB\u0DBD\u0DC0-\u0DC6\u0E01-\u0E30\u0E32\u0E33\u0E40-\u0E46\u0E81\u0E82\u0E84\u0E87\u0E88\u0E8A\u0E8D\u0E94-\u0E97\u0E99-\u0E9F\u0EA1-\u0EA3\u0EA5\u0EA7\u0EAA\u0EAB\u0EAD-\u0EB0\u0EB2\u0EB3\u0EBD\u0EC0-\u0EC4\u0EC6\u0EDC-\u0EDF\u0F00\u0F40-\u0F47\u0F49-\u0F6C\u0F88-\u0F8C\u1000-\u102A\u103F\u1050-\u1055\u105A-\u105D\u1061\u1065\u1066\u106E-\u1070\u1075-\u1081\u108E\u10A0-\u10C5\u10C7\u10CD\u10D0-\u10FA\u10FC-\u1248\u124A-\u124D\u1250-\u1256\u1258\u125A-\u125D\u1260-\u1288\u128A-\u128D\u1290-\u12B0\u12B2-\u12B5\u12B8-\u12BE\u12C0\u12C2-\u12C5\u12C8-\u12D6\u12D8-\u1310\u1312-\u1315\u1318-\u135A\u1380-\u138F\u13A0-\u13F5\u13F8-\u13FD\u1401-\u166C\u166F-\u167F\u1681-\u169A\u16A0-\u16EA\u16EE-\u16F8\u1700-\u170C\u170E-\u1711\u1720-\u1731\u1740-\u1751\u1760-\u176C\u176E-\u1770\u1780-\u17B3\u17D7\u17DC\u1820-\u1877\u1880-\u1884\u1887-\u18A8\u18AA\u18B0-\u18F5\u1900-\u191E\u1950-\u196D\u1970-\u1974\u1980-\u19AB\u19B0-\u19C9\u1A00-\u1A16\u1A20-\u1A54\u1AA7\u1B05-\u1B33\u1B45-\u1B4B\u1B83-\u1BA0\u1BAE\u1BAF\u1BBA-\u1BE5\u1C00-\u1C23\u1C4D-\u1C4F\u1C5A-\u1C7D\u1C80-\u1C88\u1CE9-\u1CEC\u1CEE-\u1CF1\u1CF5\u1CF6\u1D00-\u1DBF\u1E00-\u1F15\u1F18-\u1F1D\u1F20-\u1F45\u1F48-\u1F4D\u1F50-\u1F57\u1F59\u1F5B\u1F5D\u1F5F-\u1F7D\u1F80-\u1FB4\u1FB6-\u1FBC\u1FBE\u1FC2-\u1FC4\u1FC6-\u1FCC\u1FD0-\u1FD3\u1FD6-\u1FDB\u1FE0-\u1FEC\u1FF2-\u1FF4\u1FF6-\u1FFC\u2071\u207F\u2090-\u209C\u2102\u2107\u210A-\u2113\u2115\u2119-\u211D\u2124\u2126\u2128\u212A-\u212D\u212F-\u2139\u213C-\u213F\u2145-\u2149\u214E\u2160-\u2188\u2C00-\u2C2E\u2C30-\u2C5E\u2C60-\u2CE4\u2CEB-\u2CEE\u2CF2\u2CF3\u2D00-\u2D25\u2D27\u2D2D\u2D30-\u2D67\u2D6F\u2D80-\u2D96\u2DA0-\u2DA6\u2DA8-\u2DAE\u2DB0-\u2DB6\u2DB8-\u2DBE\u2DC0-\u2DC6\u2DC8-\u2DCE\u2DD0-\u2DD6\u2DD8-\u2DDE\u2E2F\u3005-\u3007\u3021-\u3029\u3031-\u3035\u3038-\u303C\u3041-\u3096\u309D-\u309F\u30A1-\u30FA\u30FC-\u30FF\u3105-\u312E\u3131-\u318E\u31A0-\u31BA\u31F0-\u31FF\u3400-\u4DB5\u4E00-\u9FEA\uA000-\uA48C\uA4D0-\uA4FD\uA500-\uA60C\uA610-\uA61F\uA62A\uA62B\uA640-\uA66E\uA67F-\uA69D\uA6A0-\uA6EF\uA717-\uA71F\uA722-\uA788\uA78B-\uA7AE\uA7B0-\uA7B7\uA7F7-\uA801\uA803-\uA805\uA807-\uA80A\uA80C-\uA822\uA840-\uA873\uA882-\uA8B3\uA8F2-\uA8F7\uA8FB\uA8FD\uA90A-\uA925\uA930-\uA946\uA960-\uA97C\uA984-\uA9B2\uA9CF\uA9E0-\uA9E4\uA9E6-\uA9EF\uA9FA-\uA9FE\uAA00-\uAA28\uAA40-\uAA42\uAA44-\uAA4B\uAA60-\uAA76\uAA7A\uAA7E-\uAAAF\uAAB1\uAAB5\uAAB6\uAAB9-\uAABD\uAAC0\uAAC2\uAADB-\uAADD\uAAE0-\uAAEA\uAAF2-\uAAF4\uAB01-\uAB06\uAB09-\uAB0E\uAB11-\uAB16\uAB20-\uAB26\uAB28-\uAB2E\uAB30-\uAB5A\uAB5C-\uAB65\uAB70-\uABE2\uAC00-\uD7A3\uD7B0-\uD7C6\uD7CB-\uD7FB\uF900-\uFA6D\uFA70-\uFAD9\uFB00-\uFB06\uFB13-\uFB17\uFB1D\uFB1F-\uFB28\uFB2A-\uFB36\uFB38-\uFB3C\uFB3E\uFB40\uFB41\uFB43\uFB44\uFB46-\uFBB1\uFBD3-\uFD3D\uFD50-\uFD8F\uFD92-\uFDC7\uFDF0-\uFDFB\uFE70-\uFE74\uFE76-\uFEFC\uFF21-\uFF3A\uFF41-\uFF5A\uFF66-\uFFBE\uFFC2-\uFFC7\uFFCA-\uFFCF\uFFD2-\uFFD7\uFFDA-\uFFDC]|\uD800[\uDC00-\uDC0B\uDC0D-\uDC26\uDC28-\uDC3A\uDC3C\uDC3D\uDC3F-\uDC4D\uDC50-\uDC5D\uDC80-\uDCFA\uDD40-\uDD74\uDE80-\uDE9C\uDEA0-\uDED0\uDF00-\uDF1F\uDF2D-\uDF4A\uDF50-\uDF75\uDF80-\uDF9D\uDFA0-\uDFC3\uDFC8-\uDFCF\uDFD1-\uDFD5]|\uD801[\uDC00-\uDC9D\uDCB0-\uDCD3\uDCD8-\uDCFB\uDD00-\uDD27\uDD30-\uDD63\uDE00-\uDF36\uDF40-\uDF55\uDF60-\uDF67]|\uD802[\uDC00-\uDC05\uDC08\uDC0A-\uDC35\uDC37\uDC38\uDC3C\uDC3F-\uDC55\uDC60-\uDC76\uDC80-\uDC9E\uDCE0-\uDCF2\uDCF4\uDCF5\uDD00-\uDD15\uDD20-\uDD39\uDD80-\uDDB7\uDDBE\uDDBF\uDE00\uDE10-\uDE13\uDE15-\uDE17\uDE19-\uDE33\uDE60-\uDE7C\uDE80-\uDE9C\uDEC0-\uDEC7\uDEC9-\uDEE4\uDF00-\uDF35\uDF40-\uDF55\uDF60-\uDF72\uDF80-\uDF91]|\uD803[\uDC00-\uDC48\uDC80-\uDCB2\uDCC0-\uDCF2]|\uD804[\uDC03-\uDC37\uDC83-\uDCAF\uDCD0-\uDCE8\uDD03-\uDD26\uDD50-\uDD72\uDD76\uDD83-\uDDB2\uDDC1-\uDDC4\uDDDA\uDDDC\uDE00-\uDE11\uDE13-\uDE2B\uDE80-\uDE86\uDE88\uDE8A-\uDE8D\uDE8F-\uDE9D\uDE9F-\uDEA8\uDEB0-\uDEDE\uDF05-\uDF0C\uDF0F\uDF10\uDF13-\uDF28\uDF2A-\uDF30\uDF32\uDF33\uDF35-\uDF39\uDF3D\uDF50\uDF5D-\uDF61]|\uD805[\uDC00-\uDC34\uDC47-\uDC4A\uDC80-\uDCAF\uDCC4\uDCC5\uDCC7\uDD80-\uDDAE\uDDD8-\uDDDB\uDE00-\uDE2F\uDE44\uDE80-\uDEAA\uDF00-\uDF19]|\uD806[\uDCA0-\uDCDF\uDCFF\uDE00\uDE0B-\uDE32\uDE3A\uDE50\uDE5C-\uDE83\uDE86-\uDE89\uDEC0-\uDEF8]|\uD807[\uDC00-\uDC08\uDC0A-\uDC2E\uDC40\uDC72-\uDC8F\uDD00-\uDD06\uDD08\uDD09\uDD0B-\uDD30\uDD46]|\uD808[\uDC00-\uDF99]|\uD809[\uDC00-\uDC6E\uDC80-\uDD43]|[\uD80C\uD81C-\uD820\uD840-\uD868\uD86A-\uD86C\uD86F-\uD872\uD874-\uD879][\uDC00-\uDFFF]|\uD80D[\uDC00-\uDC2E]|\uD811[\uDC00-\uDE46]|\uD81A[\uDC00-\uDE38\uDE40-\uDE5E\uDED0-\uDEED\uDF00-\uDF2F\uDF40-\uDF43\uDF63-\uDF77\uDF7D-\uDF8F]|\uD81B[\uDF00-\uDF44\uDF50\uDF93-\uDF9F\uDFE0\uDFE1]|\uD821[\uDC00-\uDFEC]|\uD822[\uDC00-\uDEF2]|\uD82C[\uDC00-\uDD1E\uDD70-\uDEFB]|\uD82F[\uDC00-\uDC6A\uDC70-\uDC7C\uDC80-\uDC88\uDC90-\uDC99]|\uD835[\uDC00-\uDC54\uDC56-\uDC9C\uDC9E\uDC9F\uDCA2\uDCA5\uDCA6\uDCA9-\uDCAC\uDCAE-\uDCB9\uDCBB\uDCBD-\uDCC3\uDCC5-\uDD05\uDD07-\uDD0A\uDD0D-\uDD14\uDD16-\uDD1C\uDD1E-\uDD39\uDD3B-\uDD3E\uDD40-\uDD44\uDD46\uDD4A-\uDD50\uDD52-\uDEA5\uDEA8-\uDEC0\uDEC2-\uDEDA\uDEDC-\uDEFA\uDEFC-\uDF14\uDF16-\uDF34\uDF36-\uDF4E\uDF50-\uDF6E\uDF70-\uDF88\uDF8A-\uDFA8\uDFAA-\uDFC2\uDFC4-\uDFCB]|\uD83A[\uDC00-\uDCC4\uDD00-\uDD43]|\uD83B[\uDE00-\uDE03\uDE05-\uDE1F\uDE21\uDE22\uDE24\uDE27\uDE29-\uDE32\uDE34-\uDE37\uDE39\uDE3B\uDE42\uDE47\uDE49\uDE4B\uDE4D-\uDE4F\uDE51\uDE52\uDE54\uDE57\uDE59\uDE5B\uDE5D\uDE5F\uDE61\uDE62\uDE64\uDE67-\uDE6A\uDE6C-\uDE72\uDE74-\uDE77\uDE79-\uDE7C\uDE7E\uDE80-\uDE89\uDE8B-\uDE9B\uDEA1-\uDEA3\uDEA5-\uDEA9\uDEAB-\uDEBB]|\uD869[\uDC00-\uDED6\uDF00-\uDFFF]|\uD86D[\uDC00-\uDF34\uDF40-\uDFFF]|\uD86E[\uDC00-\uDC1D\uDC20-\uDFFF]|\uD873[\uDC00-\uDEA1\uDEB0-\uDFFF]|\uD87A[\uDC00-\uDFE0]|\uD87E[\uDC00-\uDE1D]/,V8=/[\xAA\xB5\xBA\xC0-\xD6\xD8-\xF6\xF8-\u02C1\u02C6-\u02D1\u02E0-\u02E4\u02EC\u02EE\u0300-\u0374\u0376\u0377\u037A-\u037D\u037F\u0386\u0388-\u038A\u038C\u038E-\u03A1\u03A3-\u03F5\u03F7-\u0481\u0483-\u0487\u048A-\u052F\u0531-\u0556\u0559\u0561-\u0587\u0591-\u05BD\u05BF\u05C1\u05C2\u05C4\u05C5\u05C7\u05D0-\u05EA\u05F0-\u05F2\u0610-\u061A\u0620-\u0669\u066E-\u06D3\u06D5-\u06DC\u06DF-\u06E8\u06EA-\u06FC\u06FF\u0710-\u074A\u074D-\u07B1\u07C0-\u07F5\u07FA\u0800-\u082D\u0840-\u085B\u0860-\u086A\u08A0-\u08B4\u08B6-\u08BD\u08D4-\u08E1\u08E3-\u0963\u0966-\u096F\u0971-\u0983\u0985-\u098C\u098F\u0990\u0993-\u09A8\u09AA-\u09B0\u09B2\u09B6-\u09B9\u09BC-\u09C4\u09C7\u09C8\u09CB-\u09CE\u09D7\u09DC\u09DD\u09DF-\u09E3\u09E6-\u09F1\u09FC\u0A01-\u0A03\u0A05-\u0A0A\u0A0F\u0A10\u0A13-\u0A28\u0A2A-\u0A30\u0A32\u0A33\u0A35\u0A36\u0A38\u0A39\u0A3C\u0A3E-\u0A42\u0A47\u0A48\u0A4B-\u0A4D\u0A51\u0A59-\u0A5C\u0A5E\u0A66-\u0A75\u0A81-\u0A83\u0A85-\u0A8D\u0A8F-\u0A91\u0A93-\u0AA8\u0AAA-\u0AB0\u0AB2\u0AB3\u0AB5-\u0AB9\u0ABC-\u0AC5\u0AC7-\u0AC9\u0ACB-\u0ACD\u0AD0\u0AE0-\u0AE3\u0AE6-\u0AEF\u0AF9-\u0AFF\u0B01-\u0B03\u0B05-\u0B0C\u0B0F\u0B10\u0B13-\u0B28\u0B2A-\u0B30\u0B32\u0B33\u0B35-\u0B39\u0B3C-\u0B44\u0B47\u0B48\u0B4B-\u0B4D\u0B56\u0B57\u0B5C\u0B5D\u0B5F-\u0B63\u0B66-\u0B6F\u0B71\u0B82\u0B83\u0B85-\u0B8A\u0B8E-\u0B90\u0B92-\u0B95\u0B99\u0B9A\u0B9C\u0B9E\u0B9F\u0BA3\u0BA4\u0BA8-\u0BAA\u0BAE-\u0BB9\u0BBE-\u0BC2\u0BC6-\u0BC8\u0BCA-\u0BCD\u0BD0\u0BD7\u0BE6-\u0BEF\u0C00-\u0C03\u0C05-\u0C0C\u0C0E-\u0C10\u0C12-\u0C28\u0C2A-\u0C39\u0C3D-\u0C44\u0C46-\u0C48\u0C4A-\u0C4D\u0C55\u0C56\u0C58-\u0C5A\u0C60-\u0C63\u0C66-\u0C6F\u0C80-\u0C83\u0C85-\u0C8C\u0C8E-\u0C90\u0C92-\u0CA8\u0CAA-\u0CB3\u0CB5-\u0CB9\u0CBC-\u0CC4\u0CC6-\u0CC8\u0CCA-\u0CCD\u0CD5\u0CD6\u0CDE\u0CE0-\u0CE3\u0CE6-\u0CEF\u0CF1\u0CF2\u0D00-\u0D03\u0D05-\u0D0C\u0D0E-\u0D10\u0D12-\u0D44\u0D46-\u0D48\u0D4A-\u0D4E\u0D54-\u0D57\u0D5F-\u0D63\u0D66-\u0D6F\u0D7A-\u0D7F\u0D82\u0D83\u0D85-\u0D96\u0D9A-\u0DB1\u0DB3-\u0DBB\u0DBD\u0DC0-\u0DC6\u0DCA\u0DCF-\u0DD4\u0DD6\u0DD8-\u0DDF\u0DE6-\u0DEF\u0DF2\u0DF3\u0E01-\u0E3A\u0E40-\u0E4E\u0E50-\u0E59\u0E81\u0E82\u0E84\u0E87\u0E88\u0E8A\u0E8D\u0E94-\u0E97\u0E99-\u0E9F\u0EA1-\u0EA3\u0EA5\u0EA7\u0EAA\u0EAB\u0EAD-\u0EB9\u0EBB-\u0EBD\u0EC0-\u0EC4\u0EC6\u0EC8-\u0ECD\u0ED0-\u0ED9\u0EDC-\u0EDF\u0F00\u0F18\u0F19\u0F20-\u0F29\u0F35\u0F37\u0F39\u0F3E-\u0F47\u0F49-\u0F6C\u0F71-\u0F84\u0F86-\u0F97\u0F99-\u0FBC\u0FC6\u1000-\u1049\u1050-\u109D\u10A0-\u10C5\u10C7\u10CD\u10D0-\u10FA\u10FC-\u1248\u124A-\u124D\u1250-\u1256\u1258\u125A-\u125D\u1260-\u1288\u128A-\u128D\u1290-\u12B0\u12B2-\u12B5\u12B8-\u12BE\u12C0\u12C2-\u12C5\u12C8-\u12D6\u12D8-\u1310\u1312-\u1315\u1318-\u135A\u135D-\u135F\u1380-\u138F\u13A0-\u13F5\u13F8-\u13FD\u1401-\u166C\u166F-\u167F\u1681-\u169A\u16A0-\u16EA\u16EE-\u16F8\u1700-\u170C\u170E-\u1714\u1720-\u1734\u1740-\u1753\u1760-\u176C\u176E-\u1770\u1772\u1773\u1780-\u17D3\u17D7\u17DC\u17DD\u17E0-\u17E9\u180B-\u180D\u1810-\u1819\u1820-\u1877\u1880-\u18AA\u18B0-\u18F5\u1900-\u191E\u1920-\u192B\u1930-\u193B\u1946-\u196D\u1970-\u1974\u1980-\u19AB\u19B0-\u19C9\u19D0-\u19D9\u1A00-\u1A1B\u1A20-\u1A5E\u1A60-\u1A7C\u1A7F-\u1A89\u1A90-\u1A99\u1AA7\u1AB0-\u1ABD\u1B00-\u1B4B\u1B50-\u1B59\u1B6B-\u1B73\u1B80-\u1BF3\u1C00-\u1C37\u1C40-\u1C49\u1C4D-\u1C7D\u1C80-\u1C88\u1CD0-\u1CD2\u1CD4-\u1CF9\u1D00-\u1DF9\u1DFB-\u1F15\u1F18-\u1F1D\u1F20-\u1F45\u1F48-\u1F4D\u1F50-\u1F57\u1F59\u1F5B\u1F5D\u1F5F-\u1F7D\u1F80-\u1FB4\u1FB6-\u1FBC\u1FBE\u1FC2-\u1FC4\u1FC6-\u1FCC\u1FD0-\u1FD3\u1FD6-\u1FDB\u1FE0-\u1FEC\u1FF2-\u1FF4\u1FF6-\u1FFC\u203F\u2040\u2054\u2071\u207F\u2090-\u209C\u20D0-\u20DC\u20E1\u20E5-\u20F0\u2102\u2107\u210A-\u2113\u2115\u2119-\u211D\u2124\u2126\u2128\u212A-\u212D\u212F-\u2139\u213C-\u213F\u2145-\u2149\u214E\u2160-\u2188\u2C00-\u2C2E\u2C30-\u2C5E\u2C60-\u2CE4\u2CEB-\u2CF3\u2D00-\u2D25\u2D27\u2D2D\u2D30-\u2D67\u2D6F\u2D7F-\u2D96\u2DA0-\u2DA6\u2DA8-\u2DAE\u2DB0-\u2DB6\u2DB8-\u2DBE\u2DC0-\u2DC6\u2DC8-\u2DCE\u2DD0-\u2DD6\u2DD8-\u2DDE\u2DE0-\u2DFF\u2E2F\u3005-\u3007\u3021-\u302F\u3031-\u3035\u3038-\u303C\u3041-\u3096\u3099\u309A\u309D-\u309F\u30A1-\u30FA\u30FC-\u30FF\u3105-\u312E\u3131-\u318E\u31A0-\u31BA\u31F0-\u31FF\u3400-\u4DB5\u4E00-\u9FEA\uA000-\uA48C\uA4D0-\uA4FD\uA500-\uA60C\uA610-\uA62B\uA640-\uA66F\uA674-\uA67D\uA67F-\uA6F1\uA717-\uA71F\uA722-\uA788\uA78B-\uA7AE\uA7B0-\uA7B7\uA7F7-\uA827\uA840-\uA873\uA880-\uA8C5\uA8D0-\uA8D9\uA8E0-\uA8F7\uA8FB\uA8FD\uA900-\uA92D\uA930-\uA953\uA960-\uA97C\uA980-\uA9C0\uA9CF-\uA9D9\uA9E0-\uA9FE\uAA00-\uAA36\uAA40-\uAA4D\uAA50-\uAA59\uAA60-\uAA76\uAA7A-\uAAC2\uAADB-\uAADD\uAAE0-\uAAEF\uAAF2-\uAAF6\uAB01-\uAB06\uAB09-\uAB0E\uAB11-\uAB16\uAB20-\uAB26\uAB28-\uAB2E\uAB30-\uAB5A\uAB5C-\uAB65\uAB70-\uABEA\uABEC\uABED\uABF0-\uABF9\uAC00-\uD7A3\uD7B0-\uD7C6\uD7CB-\uD7FB\uF900-\uFA6D\uFA70-\uFAD9\uFB00-\uFB06\uFB13-\uFB17\uFB1D-\uFB28\uFB2A-\uFB36\uFB38-\uFB3C\uFB3E\uFB40\uFB41\uFB43\uFB44\uFB46-\uFBB1\uFBD3-\uFD3D\uFD50-\uFD8F\uFD92-\uFDC7\uFDF0-\uFDFB\uFE00-\uFE0F\uFE20-\uFE2F\uFE33\uFE34\uFE4D-\uFE4F\uFE70-\uFE74\uFE76-\uFEFC\uFF10-\uFF19\uFF21-\uFF3A\uFF3F\uFF41-\uFF5A\uFF66-\uFFBE\uFFC2-\uFFC7\uFFCA-\uFFCF\uFFD2-\uFFD7\uFFDA-\uFFDC]|\uD800[\uDC00-\uDC0B\uDC0D-\uDC26\uDC28-\uDC3A\uDC3C\uDC3D\uDC3F-\uDC4D\uDC50-\uDC5D\uDC80-\uDCFA\uDD40-\uDD74\uDDFD\uDE80-\uDE9C\uDEA0-\uDED0\uDEE0\uDF00-\uDF1F\uDF2D-\uDF4A\uDF50-\uDF7A\uDF80-\uDF9D\uDFA0-\uDFC3\uDFC8-\uDFCF\uDFD1-\uDFD5]|\uD801[\uDC00-\uDC9D\uDCA0-\uDCA9\uDCB0-\uDCD3\uDCD8-\uDCFB\uDD00-\uDD27\uDD30-\uDD63\uDE00-\uDF36\uDF40-\uDF55\uDF60-\uDF67]|\uD802[\uDC00-\uDC05\uDC08\uDC0A-\uDC35\uDC37\uDC38\uDC3C\uDC3F-\uDC55\uDC60-\uDC76\uDC80-\uDC9E\uDCE0-\uDCF2\uDCF4\uDCF5\uDD00-\uDD15\uDD20-\uDD39\uDD80-\uDDB7\uDDBE\uDDBF\uDE00-\uDE03\uDE05\uDE06\uDE0C-\uDE13\uDE15-\uDE17\uDE19-\uDE33\uDE38-\uDE3A\uDE3F\uDE60-\uDE7C\uDE80-\uDE9C\uDEC0-\uDEC7\uDEC9-\uDEE6\uDF00-\uDF35\uDF40-\uDF55\uDF60-\uDF72\uDF80-\uDF91]|\uD803[\uDC00-\uDC48\uDC80-\uDCB2\uDCC0-\uDCF2]|\uD804[\uDC00-\uDC46\uDC66-\uDC6F\uDC7F-\uDCBA\uDCD0-\uDCE8\uDCF0-\uDCF9\uDD00-\uDD34\uDD36-\uDD3F\uDD50-\uDD73\uDD76\uDD80-\uDDC4\uDDCA-\uDDCC\uDDD0-\uDDDA\uDDDC\uDE00-\uDE11\uDE13-\uDE37\uDE3E\uDE80-\uDE86\uDE88\uDE8A-\uDE8D\uDE8F-\uDE9D\uDE9F-\uDEA8\uDEB0-\uDEEA\uDEF0-\uDEF9\uDF00-\uDF03\uDF05-\uDF0C\uDF0F\uDF10\uDF13-\uDF28\uDF2A-\uDF30\uDF32\uDF33\uDF35-\uDF39\uDF3C-\uDF44\uDF47\uDF48\uDF4B-\uDF4D\uDF50\uDF57\uDF5D-\uDF63\uDF66-\uDF6C\uDF70-\uDF74]|\uD805[\uDC00-\uDC4A\uDC50-\uDC59\uDC80-\uDCC5\uDCC7\uDCD0-\uDCD9\uDD80-\uDDB5\uDDB8-\uDDC0\uDDD8-\uDDDD\uDE00-\uDE40\uDE44\uDE50-\uDE59\uDE80-\uDEB7\uDEC0-\uDEC9\uDF00-\uDF19\uDF1D-\uDF2B\uDF30-\uDF39]|\uD806[\uDCA0-\uDCE9\uDCFF\uDE00-\uDE3E\uDE47\uDE50-\uDE83\uDE86-\uDE99\uDEC0-\uDEF8]|\uD807[\uDC00-\uDC08\uDC0A-\uDC36\uDC38-\uDC40\uDC50-\uDC59\uDC72-\uDC8F\uDC92-\uDCA7\uDCA9-\uDCB6\uDD00-\uDD06\uDD08\uDD09\uDD0B-\uDD36\uDD3A\uDD3C\uDD3D\uDD3F-\uDD47\uDD50-\uDD59]|\uD808[\uDC00-\uDF99]|\uD809[\uDC00-\uDC6E\uDC80-\uDD43]|[\uD80C\uD81C-\uD820\uD840-\uD868\uD86A-\uD86C\uD86F-\uD872\uD874-\uD879][\uDC00-\uDFFF]|\uD80D[\uDC00-\uDC2E]|\uD811[\uDC00-\uDE46]|\uD81A[\uDC00-\uDE38\uDE40-\uDE5E\uDE60-\uDE69\uDED0-\uDEED\uDEF0-\uDEF4\uDF00-\uDF36\uDF40-\uDF43\uDF50-\uDF59\uDF63-\uDF77\uDF7D-\uDF8F]|\uD81B[\uDF00-\uDF44\uDF50-\uDF7E\uDF8F-\uDF9F\uDFE0\uDFE1]|\uD821[\uDC00-\uDFEC]|\uD822[\uDC00-\uDEF2]|\uD82C[\uDC00-\uDD1E\uDD70-\uDEFB]|\uD82F[\uDC00-\uDC6A\uDC70-\uDC7C\uDC80-\uDC88\uDC90-\uDC99\uDC9D\uDC9E]|\uD834[\uDD65-\uDD69\uDD6D-\uDD72\uDD7B-\uDD82\uDD85-\uDD8B\uDDAA-\uDDAD\uDE42-\uDE44]|\uD835[\uDC00-\uDC54\uDC56-\uDC9C\uDC9E\uDC9F\uDCA2\uDCA5\uDCA6\uDCA9-\uDCAC\uDCAE-\uDCB9\uDCBB\uDCBD-\uDCC3\uDCC5-\uDD05\uDD07-\uDD0A\uDD0D-\uDD14\uDD16-\uDD1C\uDD1E-\uDD39\uDD3B-\uDD3E\uDD40-\uDD44\uDD46\uDD4A-\uDD50\uDD52-\uDEA5\uDEA8-\uDEC0\uDEC2-\uDEDA\uDEDC-\uDEFA\uDEFC-\uDF14\uDF16-\uDF34\uDF36-\uDF4E\uDF50-\uDF6E\uDF70-\uDF88\uDF8A-\uDFA8\uDFAA-\uDFC2\uDFC4-\uDFCB\uDFCE-\uDFFF]|\uD836[\uDE00-\uDE36\uDE3B-\uDE6C\uDE75\uDE84\uDE9B-\uDE9F\uDEA1-\uDEAF]|\uD838[\uDC00-\uDC06\uDC08-\uDC18\uDC1B-\uDC21\uDC23\uDC24\uDC26-\uDC2A]|\uD83A[\uDC00-\uDCC4\uDCD0-\uDCD6\uDD00-\uDD4A\uDD50-\uDD59]|\uD83B[\uDE00-\uDE03\uDE05-\uDE1F\uDE21\uDE22\uDE24\uDE27\uDE29-\uDE32\uDE34-\uDE37\uDE39\uDE3B\uDE42\uDE47\uDE49\uDE4B\uDE4D-\uDE4F\uDE51\uDE52\uDE54\uDE57\uDE59\uDE5B\uDE5D\uDE5F\uDE61\uDE62\uDE64\uDE67-\uDE6A\uDE6C-\uDE72\uDE74-\uDE77\uDE79-\uDE7C\uDE7E\uDE80-\uDE89\uDE8B-\uDE9B\uDEA1-\uDEA3\uDEA5-\uDEA9\uDEAB-\uDEBB]|\uD869[\uDC00-\uDED6\uDF00-\uDFFF]|\uD86D[\uDC00-\uDF34\uDF40-\uDFFF]|\uD86E[\uDC00-\uDC1D\uDC20-\uDFFF]|\uD873[\uDC00-\uDEA1\uDEB0-\uDFFF]|\uD87A[\uDC00-\uDFE0]|\uD87E[\uDC00-\uDE1D]|\uDB40[\uDD00-\uDDEF]/,Td={Space_Separator:W8,ID_Start:$8,ID_Continue:V8},Rt={isSpaceSeparator(e){return typeof e=="string"&&Td.Space_Separator.test(e)},isIdStartChar(e){return typeof e=="string"&&(e>="a"&&e<="z"||e>="A"&&e<="Z"||e==="$"||e==="_"||Td.ID_Start.test(e))},isIdContinueChar(e){return typeof e=="string"&&(e>="a"&&e<="z"||e>="A"&&e<="Z"||e>="0"&&e<="9"||e==="$"||e==="_"||e==="\u200C"||e==="\u200D"||Td.ID_Continue.test(e))},isDigit(e){return typeof e=="string"&&/[0-9]/.test(e)},isHexDigit(e){return typeof e=="string"&&/[0-9A-Fa-f]/.test(e)}},xd,En,Hr,al,ga,ar,en,wd,ys,K8=function(e,t){xd=String(e),En="start",Hr=[],al=0,ga=1,ar=0,en=void 0,wd=void 0,ys=void 0;do en=G8(),Q8[En]();while(en.type!=="eof");return typeof t=="function"?Ed({"":ys},"",t):ys};function Ed(e,t,n){let r=e[t];if(r!=null&&typeof r=="object")if(Array.isArray(r))for(let a=0;a{var u="imt-subtitle-inject",f=class{from;to;constructor(t,n){this.from=t,this.to=n}sendMessages(t){globalThis.postMessage({type:u,to:this.to,from:this.from,action:t.action,data:t.data,id:t.id||new Date().getTime(),isAsync:!1})}getRandomId(){return(new Date().getTime()+Math.random())*Math.random()}sendAsyncMessages({action:t,data:n}){return new Promise(e=>{let r=this.getRandomId();globalThis.postMessage({type:u,to:this.to,from:this.from,action:t,data:n,id:r,isAsync:!0});let a=({data:o})=>{u===o.type&&o.id===r&&o.to===this.from&&(e(o.data),globalThis.removeEventListener("message",a))};globalThis.addEventListener("message",a)})}handleMessageOnce(t){return new Promise(n=>{let e=({data:r})=>{u===r.type&&r.action===t&&r.to===this.from&&(n(r.data),globalThis.removeEventListener("message",e))};globalThis.addEventListener("message",e)})}handleMessage(t,n){let e=({data:r})=>{u===r.type&&r.action===t&&r.to===this.from&&n(r)};return globalThis.addEventListener("message",e),()=>{globalThis.removeEventListener("message",e)}}handleMessages(t){let n=({data:e})=>{u===e.type&&e.to===this.from&&t(e)};return globalThis.addEventListener("message",n),()=>{globalThis.removeEventListener("message",n)}}},R=new f("content-script","inject"),l=new f("inject","content-script"),S={get(s,t,n){return t in s?(...e)=>{let r=s[t];return typeof r=="function"?r.apply(s,e):Reflect.get(s,t,n)}:e=>s.sendAsyncMessages({action:t,data:e})}},x=new Proxy(l,S),L=new Proxy(R,S);function T(s){if(!s)return null;try{let t=s;return s.startsWith("//")?t=globalThis.location.protocol+s:s.startsWith("/")?t=`${globalThis.location.protocol}//${globalThis.location.host}${s}`:s.startsWith("http")||(t=`${globalThis.location.protocol}//${s}`),new URL(t).toString()}catch(t){return console.error(t),s}}var i=class{content=x;config;constructor(t){this.config=t,l.handleMessages(async({action:n,id:e,data:r})=>{let a=this[n];if(!a)return;let o=a.apply(this,[r]);o instanceof Promise&&(o=await o),l.sendMessages({id:e,data:o})})}triggerSubtitle(t){}async translateSubtitle(t){let n=await this.content.requestSubtitle({url:T(t._url)});if(n){if(this.config.responseType=="document"){let r=new DOMParser().parseFromString(n,"text/xml");Object.defineProperty(t,"responseXML",{value:r,writable:!1}),Object.defineProperty(t,"response",{value:r,writable:!1});return}let e=n;(t.responseType=="arraybuffer"||this.config.responseType=="arraybuffer")&&typeof n=="string"&&(e=new TextEncoder().encode(n).buffer),Object.defineProperty(t,"responseText",{value:e,writable:!1}),Object.defineProperty(t,"response",{value:e,writable:!1})}}async translateSubtitleWithFetch(t,n){let e={...n},r;return typeof t=="string"?r={url:t,method:"GET",headers:{}}:r=await v(t),e?.body&&(e.body=M(e.body)),this.content.requestSubtitle({fetchInfo:JSON.stringify({input:r,options:e})})}async getVideoMeta(t){}isSubtitleRequest(t){return!this.config||!this.config.subtitleUrlRegExp||!t?!1:new RegExp(this.config.subtitleUrlRegExp).test(t||"")}};function v(s){if(s instanceof URL)return{url:s.href,method:"GET",headers:{}};let t=s.clone(),n={url:s.url,method:s.method,headers:Object.fromEntries(s.headers.entries())};if(t.body){let e=M(t.body);if(t.body!==e)return t.text().then(r=>(n.body=r,n));n.body=e}return Promise.resolve(n)}function M(s){if(!s)return s;if(s instanceof FormData||s instanceof URLSearchParams){let t={};for(let[n,e]of s.entries())t[n]=e;return t._formatBodyType="FormData",t}return s}var d=class extends i{timer=null;triggerSubtitle({force:t}){setTimeout(()=>{if(this.config?.subtitleButtonSelector){let n=document.querySelector(this.config.subtitleButtonSelector);if(n){let e=n.getAttribute("aria-pressed")==="true";e&&t?(n.click(),setTimeout(()=>{n.click()},100)):e||n.click();return}}if(this.config?.videoPlayerSelector){let n=document.querySelector(this.config.videoPlayerSelector);n?.toggleSubtitles(),setTimeout(()=>{n?.toggleSubtitles()},100)}},1e3)}async getVideoMeta(){if(!this.config.videoPlayerSelector)return null;try{return await this.sleep(100),document.querySelector(this.config.videoPlayerSelector)?.getPlayerResponse()}catch{return null}}sleep(t){return new Promise(n=>{setTimeout(()=>{n(null)},t)})}};var m=class extends i{timer=null;videoMeta={};lastVideoMeta=null;constructor(t){super(t),this.hookJSON()}hookJSON(){let t=JSON.parse;JSON.parse=n=>{let e=t(n);try{e&&e.result&&e.result.timedtexttracks&&e.result.movieId&&(this.videoMeta[e.result.movieId]=e.result,this.lastVideoMeta=e.result)}catch(r){console.log(r)}return e}}getVideoMeta(t){return this.lastVideoMeta}};var p=class extends i{timer=null;videoMeta={};constructor(t){super(t),this.hookJSON()}hookJSON(){let t=JSON.parse;JSON.parse=n=>{let e=t(n);try{e?.asset?.captions?.length?this.videoMeta[e.id]=e?.asset:e?.previews&&e?.course&&e?.previews?.forEach(r=>{this.videoMeta[r.id]=r})}catch(r){console.error(r)}return e}}getVideoMeta(t){return this.videoMeta[t]}};var g=class extends i{timer=null;videoMeta={};constructor(t){super(t),this.hookJSON()}hookJSON(){let t=JSON.parse;JSON.parse=n=>{let e=t(n);try{if(e?.stream?.sources?.length&&e?.stream?.sources[0]?.complete?.url){let r=window.location.pathname.split("/");r.length>2&&r[r.length-2]==="video"&&(this.videoMeta[r[r.length-1]]=e.stream.sources[0].complete.url)}}catch(r){console.error(r)}return e}}getVideoMeta(t){return this.videoMeta[t]}};var h=class extends i{constructor(t){super(t)}async translateSubtitleWithFetch(t,n){this.main(t,n)}async main(t,n){let e=globalThis.__originalFetch;if(!e)return;let r=t;t instanceof Request&&(r=t.clone());let a=await e(r,n);if(!a.ok)return;let o=await a.json();o.transcripts_urls&&this.requestSubtitle(o.transcripts_urls)}async requestSubtitle(t){await c(),await this.content.requestSubtitle(t)}};async function w(){let s=await l.sendAsyncMessages({action:"getConfig"});if(!s)return;let n={youtube:d,netflix:m,webvtt:i,khanacademy:i,bilibili:i,udemy:p,general:i,ebutt:i,hulu:h,disneyplus:g,"fmp4.xml":i,multi_attach_vtt:i,twitter:i,subsrt:i,xml:i,text_track_dynamic:i,av:i}[s.type||""];if(!n)return;let e=new n(s);I(e,s)}c();w();function I(s,t){if(t.hookType.includes("xhr")){let n=XMLHttpRequest.prototype.open,e=XMLHttpRequest.prototype.send,r=function(){return this._url=arguments[1],n.apply(this,arguments)},a=async function(){return s.isSubtitleRequest(this._url)?(await c(),await s.translateSubtitle(this),e.apply(this,arguments)):e.apply(this,arguments)};Object.defineProperty(XMLHttpRequest.prototype,"open",{value:r,writable:!0}),Object.defineProperty(XMLHttpRequest.prototype,"send",{value:a,writable:!0})}if(t.hookType.includes("fetch")){let n=globalThis.fetch;globalThis.__originalFetch=n,globalThis.fetch=async function(e,r){let a=typeof e=="string"?e:e.url||e.href;if(!s.isSubtitleRequest(a))return n(e,r);await c();let y=await s.translateSubtitleWithFetch(e,r);return y?new Response(y):n(e,r)}}}var b=!1;async function c(){return b||(await l.handleMessageOnce("contentReady"),b=!0),b}})();\n',OPTIONS_URL:"https://dash.immersivetranslate.com/",SHARE_DRAFT_URL:"https://immersivetranslate.com/preview",ASSETS_BASE_URL:"https://app.immersivetranslate.com/global-assets/",EBOOK_VIEWER_URL:"https://app.immersivetranslate.com/ebook/",EBOOK_BUILDER_URL:"https://app.immersivetranslate.com/ebook/make/",SUBTITLE_BUILDER_URL:"https://app.immersivetranslate.com/subtitle/",HTML_VIEWER_URL:"https://app.immersivetranslate.com/html/",PDF_VIEWER_URL:"https://app.immersivetranslate.com/pdf/",PDF_PRO_URL:"https://app.immersivetranslate.com/pdf-pro/",TEXT_TRANSLATE_URL:"https://app.immersivetranslate.com/text/",TRANSLATE_FILE_URL:"https://app.immersivetranslate.com/",MOCK:"0",DEBUG:"0",IMMERSIVE_TRANSLATE_USERSCRIPT:"1",INSTALL_FROM:"official_userscript"}});var P6=F5((B0,hu)=>{m();(function(){var e;function t(h){var y,C,b="",v=-1,S;if(h&&h.length)for(S=h.length;(v+=1)>>6&31,128|y&63):y<=65535?b+=String.fromCharCode(224|y>>>12&15,128|y>>>6&63,128|y&63):y<=2097151&&(b+=String.fromCharCode(240|y>>>18&7,128|y>>>12&63,128|y>>>6&63,128|y&63));return b}function n(h){var y,C,b,v,S,L=[],P;if(y=C=b=v=S=0,h&&h.length)for(P=h.length,h+="";y191&&b<224?(v=h.charCodeAt(y+1),L[C]=String.fromCharCode((b&31)<<6|v&63),y+=2):(v=h.charCodeAt(y+1),S=h.charCodeAt(y+2),L[C]=String.fromCharCode((b&15)<<12|(v&63)<<6|S&63),y+=3);return L.join("")}function r(h,y){var C=(h&65535)+(y&65535),b=(h>>16)+(y>>16)+(C>>16);return b<<16|C&65535}function a(h,y){return h<>>32-y}function o(h,y){for(var C=y?"0123456789ABCDEF":"0123456789abcdef",b="",v,S=0,L=h.length;S>>4&15)+C.charAt(v&15);return b}function i(h){var y,C=h.length,b="";for(y=0;y>>8&255);return b}function s(h){var y,C=h.length,b="";for(y=0;y>>8&255,h.charCodeAt(y)&255);return b}function u(h){var y,C=h.length*32,b="";for(y=0;y>5]>>>24-y%32&255);return b}function l(h){var y,C=h.length*32,b="";for(y=0;y>5]>>>y%32&255);return b}function c(h){var y,C=h.length*8,b=Array(h.length>>2),v=b.length;for(y=0;y>5]|=(h.charCodeAt(y/8)&255)<>2),v=b.length;for(y=0;y>5]|=(h.charCodeAt(y/8)&255)<<24-y%32;return b}function p(h,y){var C=y.length,b=Array(),v,S,L,P,w,E,A,D;for(E=Array(Math.ceil(h.length/2)),P=E.length,v=0;v0;){for(w=Array(),L=0,v=0;v0||S>0)&&(w[w.length]=S);b[b.length]=L,E=w}for(A="",v=b.length-1;v>=0;v--)A+=y.charAt(b[v]);for(D=Math.ceil(h.length*8/(Math.log(y.length)/Math.log(2))),v=A.length;vh.length*8?b+=y:b+=C.charAt(P>>>6*(3-L)&63);return b}e={VERSION:"1.0.6",Base64:function(){var h="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/",y="=",C=!1,b=!0;this.encode=function(v){var S,L,P,w="";for(y=y||"=",v=b?t(v):v,len=v.length,S=0;Slen*8?w+=y:w+=h.charAt(P>>>6*(3-L)&63);return w},this.decode=function(v){var S,L,P,w,E,A,D,T,N,B,M="",O=[];if(!v)return v;S=B=0,v=v.replace(new RegExp("\\"+y,"gi"),"");do E=h.indexOf(v.charAt(S++)),A=h.indexOf(v.charAt(S++)),D=h.indexOf(v.charAt(S++)),T=h.indexOf(v.charAt(S++)),N=E<<18|A<<12|D<<6|T,L=N>>16&255,P=N>>8&255,w=N&255,B+=1,D===64?O[B]=String.fromCharCode(L):T===64?O[B]=String.fromCharCode(L,P):O[B]=String.fromCharCode(L,P,w);while(S>>8^C;return(y^-1)>>>0},MD5:function(h){var y=h&&typeof h.uppercase=="boolean"?h.uppercase:!1,C=h&&typeof h.pad=="string"?h.pad:"=",b=h&&typeof h.utf8=="boolean"?h.utf8:!0;this.hex=function(T){return o(v(T,b),y)},this.b64=function(T){return f(v(T),C)},this.any=function(T,N){return p(v(T,b),N)},this.raw=function(T){return v(T,b)},this.hex_hmac=function(T,N){return o(S(T,N),y)},this.b64_hmac=function(T,N){return f(S(T,N),C)},this.any_hmac=function(T,N,B){return p(S(T,N),B)},this.vm_test=function(){return hex("abc").toLowerCase()==="900150983cd24fb0d6963f7d28e17f72"},this.setUpperCase=function(T){return typeof T=="boolean"&&(y=T),this},this.setPad=function(T){return C=T||C,this},this.setUTF8=function(T){return typeof T=="boolean"&&(b=T),this};function v(T){return T=b?t(T):T,l(L(c(T),T.length*8))}function S(T,N){var B,M,O,U,H;for(T=b?t(T):T,N=b?t(N):N,B=c(T),B.length>16&&(B=L(B,T.length*8)),M=Array(16),O=Array(16),H=0;H<16;H+=1)M[H]=B[H]^909522486,O[H]=B[H]^1549556828;return U=L(M.concat(c(N)),512+N.length*8),l(L(O.concat(U),512+128))}function L(T,N){var B,M,O,U,H,R=1732584193,k=-271733879,_=-1732584194,F=271733878;for(T[N>>5]|=128<>>9<<4)+14]=N,B=0;B16&&(D=L(D,E.length*8)),T=Array(16),N=Array(16),B=0;B<16;B+=1)T[B]=D[B]^909522486,N[B]=D[B]^1549556828;return M=L(T.concat(g(A)),512+A.length*8),u(L(N.concat(M),512+160))}function L(E,A){var D,T,N,B,M,O,U,H,R=Array(80),k=1732584193,_=-271733879,F=-1732584194,q=271733878,z=-1009589776;for(E[A>>5]|=128<<24-A%32,E[(A+64>>9<<4)+15]=A,D=0;D16&&(z=R(z,k.length*8));q<16;q+=1)V[q]=z[q]^909522486,K[q]=z[q]^1549556828;return F=R(V.concat(g(_)),512+_.length*8),u(R(K.concat(F),512+256))}function P(k,_){return k>>>_|k<<32-_}function w(k,_){return k>>>_}function E(k,_,F){return k&_^~k&F}function A(k,_,F){return k&_^k&F^_&F}function D(k){return P(k,2)^P(k,13)^P(k,22)}function T(k){return P(k,6)^P(k,11)^P(k,25)}function N(k){return P(k,7)^P(k,18)^w(k,3)}function B(k){return P(k,17)^P(k,19)^w(k,10)}function M(k){return P(k,28)^P(k,34)^P(k,39)}function O(k){return P(k,14)^P(k,18)^P(k,41)}function U(k){return P(k,1)^P(k,8)^w(k,7)}function H(k){return P(k,19)^P(k,61)^w(k,6)}v=[1116352408,1899447441,-1245643825,-373957723,961987163,1508970993,-1841331548,-1424204075,-670586216,310598401,607225278,1426881987,1925078388,-2132889090,-1680079193,-1046744716,-459576895,-272742522,264347078,604807628,770255983,1249150122,1555081692,1996064986,-1740746414,-1473132947,-1341970488,-1084653625,-958395405,-710438585,113926993,338241895,666307205,773529912,1294757372,1396182291,1695183700,1986661051,-2117940946,-1838011259,-1564481375,-1474664885,-1035236496,-949202525,-778901479,-694614492,-200395387,275423344,430227734,506948616,659060556,883997877,958139571,1322822218,1537002063,1747873779,1955562222,2024104815,-2067236844,-1933114872,-1866530822,-1538233109,-1090935817,-965641998];function R(k,_){var F=[1779033703,-1150833019,1013904242,-1521486534,1359893119,-1694144372,528734635,1541459225],q=new Array(64),z,V,K,oe,te,Z,ce,he,ae,X,ve,se;for(k[_>>5]|=128<<24-_%32,k[(_+64>>9<<4)+15]=_,ae=0;ae32&&(k=P(k,O.length*8));R<32;R+=1)_[R]=k[R]^909522486,F[R]=k[R]^1549556828;return H=P(_.concat(g(U)),1024+U.length*8),u(P(F.concat(H),1024+512))}function P(O,U){var H,R,k,_=new Array(80),F=new Array(16),q=[new w(1779033703,-205731576),new w(-1150833019,-2067093701),new w(1013904242,-23791573),new w(-1521486534,1595750129),new w(1359893119,-1377402159),new w(-1694144372,725511199),new w(528734635,-79577749),new w(1541459225,327033209)],z=new w(0,0),V=new w(0,0),K=new w(0,0),oe=new w(0,0),te=new w(0,0),Z=new w(0,0),ce=new w(0,0),he=new w(0,0),ae=new w(0,0),X=new w(0,0),ve=new w(0,0),se=new w(0,0),ue=new w(0,0),De=new w(0,0),He=new w(0,0),Fe=new w(0,0),pe=new w(0,0);for(v===void 0&&(v=[new w(1116352408,-685199838),new w(1899447441,602891725),new w(-1245643825,-330482897),new w(-373957723,-2121671748),new w(961987163,-213338824),new w(1508970993,-1241133031),new w(-1841331548,-1357295717),new w(-1424204075,-630357736),new w(-670586216,-1560083902),new w(310598401,1164996542),new w(607225278,1323610764),new w(1426881987,-704662302),new w(1925078388,-226784913),new w(-2132889090,991336113),new w(-1680079193,633803317),new w(-1046744716,-815192428),new w(-459576895,-1628353838),new w(-272742522,944711139),new w(264347078,-1953704523),new w(604807628,2007800933),new w(770255983,1495990901),new w(1249150122,1856431235),new w(1555081692,-1119749164),new w(1996064986,-2096016459),new w(-1740746414,-295247957),new w(-1473132947,766784016),new w(-1341970488,-1728372417),new w(-1084653625,-1091629340),new w(-958395405,1034457026),new w(-710438585,-1828018395),new w(113926993,-536640913),new w(338241895,168717936),new w(666307205,1188179964),new w(773529912,1546045734),new w(1294757372,1522805485),new w(1396182291,-1651133473),new w(1695183700,-1951439906),new w(1986661051,1014477480),new w(-2117940946,1206759142),new w(-1838011259,344077627),new w(-1564481375,1290863460),new w(-1474664885,-1136513023),new w(-1035236496,-789014639),new w(-949202525,106217008),new w(-778901479,-688958952),new w(-694614492,1432725776),new w(-200395387,1467031594),new w(275423344,851169720),new w(430227734,-1194143544),new w(506948616,1363258195),new w(659060556,-544281703),new w(883997877,-509917016),new w(958139571,-976659869),new w(1322822218,-482243893),new w(1537002063,2003034995),new w(1747873779,-692930397),new w(1955562222,1575990012),new w(2024104815,1125592928),new w(-2067236844,-1578062990),new w(-1933114872,442776044),new w(-1866530822,593698344),new w(-1538233109,-561857047),new w(-1090935817,-1295615723),new w(-965641998,-479046869),new w(-903397682,-366583396),new w(-779700025,566280711),new w(-354779690,-840897762),new w(-176337025,-294727304),new w(116418474,1914138554),new w(174292421,-1563912026),new w(289380356,-1090974290),new w(460393269,320620315),new w(685471733,587496836),new w(852142971,1086792851),new w(1017036298,365543100),new w(1126000580,-1676669620),new w(1288033470,-885112138),new w(1501505948,-60457430),new w(1607167915,987167468),new w(1816402316,1246189591)]),R=0;R<80;R+=1)_[R]=new w(0,0);for(O[U>>5]|=128<<24-(U&31),O[(U+128>>10<<5)+31]=U,k=O.length,R=0;R>>H|U.h<<32-H,O.h=U.h>>>H|U.l<<32-H}function D(O,U,H){O.l=U.h>>>H|U.l<<32-H,O.h=U.l>>>H|U.h<<32-H}function T(O,U,H){O.l=U.l>>>H|U.h<<32-H,O.h=U.h>>>H}function N(O,U,H){var R=(U.l&65535)+(H.l&65535),k=(U.l>>>16)+(H.l>>>16)+(R>>>16),_=(U.h&65535)+(H.h&65535)+(k>>>16),F=(U.h>>>16)+(H.h>>>16)+(_>>>16);O.l=R&65535|k<<16,O.h=_&65535|F<<16}function B(O,U,H,R,k){var _=(U.l&65535)+(H.l&65535)+(R.l&65535)+(k.l&65535),F=(U.l>>>16)+(H.l>>>16)+(R.l>>>16)+(k.l>>>16)+(_>>>16),q=(U.h&65535)+(H.h&65535)+(R.h&65535)+(k.h&65535)+(F>>>16),z=(U.h>>>16)+(H.h>>>16)+(R.h>>>16)+(k.h>>>16)+(q>>>16);O.l=_&65535|F<<16,O.h=q&65535|z<<16}function M(O,U,H,R,k,_){var F=(U.l&65535)+(H.l&65535)+(R.l&65535)+(k.l&65535)+(_.l&65535),q=(U.l>>>16)+(H.l>>>16)+(R.l>>>16)+(k.l>>>16)+(_.l>>>16)+(F>>>16),z=(U.h&65535)+(H.h&65535)+(R.h&65535)+(k.h&65535)+(_.h&65535)+(q>>>16),V=(U.h>>>16)+(H.h>>>16)+(R.h>>>16)+(k.h>>>16)+(_.h>>>16)+(z>>>16);O.l=F&65535|q<<16,O.h=z&65535|V<<16}},RMD160:function(h){var y=h&&typeof h.uppercase=="boolean"?h.uppercase:!1,C=h&&typeof h.pad=="string"?h.pa:"=",b=h&&typeof h.utf8=="boolean"?h.utf8:!0,v=[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,7,4,13,1,10,6,15,3,12,0,9,5,2,14,11,8,3,10,14,4,9,15,8,1,2,7,0,6,13,11,5,12,1,9,11,10,0,8,12,4,13,3,7,15,14,5,6,2,4,0,5,9,7,12,2,10,14,1,3,8,11,6,15,13],S=[5,14,7,0,9,2,11,4,13,6,15,8,1,10,3,12,6,11,3,7,0,13,5,10,14,15,8,12,4,9,1,2,15,5,1,3,7,14,6,9,11,8,12,2,10,0,4,13,8,6,4,1,3,11,15,0,5,12,2,13,9,7,10,14,12,15,10,4,1,5,8,7,6,2,13,14,0,3,9,11],L=[11,14,15,12,5,8,7,9,11,13,14,15,6,7,9,8,7,6,8,13,11,9,7,15,7,12,15,9,11,7,13,12,11,13,6,7,14,9,13,15,14,8,13,6,5,12,7,5,11,12,14,15,14,15,9,8,9,14,5,6,8,6,5,12,9,15,5,11,6,8,13,12,5,12,13,14,11,8,5,6],P=[8,9,9,11,13,15,15,5,7,7,8,11,14,14,12,6,9,13,15,7,12,8,9,11,7,7,12,7,6,15,13,11,9,7,15,11,8,6,6,14,12,13,5,14,13,13,7,5,15,5,8,11,14,14,6,14,6,9,12,9,12,5,15,8,8,5,12,9,12,5,14,6,8,13,6,5,15,13,11,11];this.hex=function(M){return o(w(M,b))},this.b64=function(M){return f(w(M,b),C)},this.any=function(M,O){return p(w(M,b),O)},this.raw=function(M){return w(M,b)},this.hex_hmac=function(M,O){return o(E(M,O))},this.b64_hmac=function(M,O){return f(E(M,O),C)},this.any_hmac=function(M,O,U){return p(E(M,O),U)},this.vm_test=function(){return hex("abc").toLowerCase()==="900150983cd24fb0d6963f7d28e17f72"},this.setUpperCase=function(M){return typeof M=="boolean"&&(y=M),this},this.setPad=function(M){return typeof M<"u"&&(C=M),this},this.setUTF8=function(M){return typeof M=="boolean"&&(b=M),this};function w(M){return M=b?t(M):M,A(D(c(M),M.length*8))}function E(M,O){M=b?t(M):M,O=b?t(O):O;var U,H,R=c(M),k=Array(16),_=Array(16);for(R.length>16&&(R=D(R,M.length*8)),U=0;U<16;U+=1)k[U]=R[U]^909522486,_[U]=R[U]^1549556828;return H=D(k.concat(c(O)),512+O.length*8),A(D(_.concat(H),512+160))}function A(M){var O,U="",H=M.length*32;for(O=0;O>5]>>>O%32&255);return U}function D(M,O){var U,H,R,k,_=1732584193,F=4023233417,q=2562383102,z=271733878,V=3285377520,K,oe,te,Z,ce,he,ae,X,ve,se;for(M[O>>5]|=128<>>9<<4)+14]=O,k=M.length,R=0;Rt(i),get:u=>{if(u===null)return Promise.resolve(e(i));let l=[],c=e(i);typeof u=="string"?l=[u]:Array.isArray(u)?l=u:l=Object.keys(u);let g={};for(let p of l)g[p]=c[p];return Promise.resolve(g)},set:u=>{let l=r(),c=e(i);for(let f in u)c[f]=u[f];let g=document.getElementById("immersive-translate-sync-storage"),p=document.getElementById("immersive-translate-local-storage");if(!g||!p)throw new Error("Storage element not found");if(i==="sync"||l._isUserscript){g.value=JSON.stringify(c);let f=new Event("change");g.dispatchEvent(f)}return(i==="local"||l._isUserscript)&&(p.value=JSON.stringify(c),p.dispatchEvent(new Event("change"))),Promise.resolve()},remove:u=>{let l=r(),c=document.getElementById("immersive-translate-message");if(!c)throw new Error("Message element not found");let g={method:"removeStorageKey",data:{area:i,keys:u}};return new Promise((p,f)=>{c.value=JSON.stringify(g);let h=new Event("change");c.dispatchEvent(h),l._isUserscript?setTimeout(()=>{c.value=JSON.stringify({...g,data:{...g.data,area:g.data.area==="sync"?"local":"sync"}}),c.dispatchEvent(new Event("change")),p(null)},10):p(null)})}}}function r(){let i=document.getElementById("immersive-translate-manifest");if(!i)throw new Error("Manifest element not found");let s=i.value,u={};if(s){try{u=JSON.parse(s)}catch(l){throw l}return u}else return{}}function a(){return globalThis.navigator.languages||[globalThis.navigator.language||globalThis.navigator.userLanguage]}let o={storage:{local:n("local"),sync:n("sync")},runtime:{getManifest:r,lastError:null,getURL:i=>i},contextMenus:{update:()=>{}},i18n:{getAcceptLanguages:a}};globalThis.immersiveTranslateBrowserAPI=o})();m();m();m();m();var Vu,Be,sf,O5,ss,nf,uf,qu={},lf=[],N5=/acit|ex(?:s|g|n|p|$)|rph|grid|ows|mnc|ntw|ine[ch]|zoo|^ord|itera/i;function ua(e,t){for(var n in t)e[n]=t[n];return e}function cf(e){var t=e.parentNode;t&&t.removeChild(e)}function us(e,t,n){var r,a,o,i={};for(o in t)o=="key"?r=t[o]:o=="ref"?a=t[o]:i[o]=t[o];if(arguments.length>2&&(i.children=arguments.length>3?Vu.call(arguments,2):n),typeof e=="function"&&e.defaultProps!=null)for(o in e.defaultProps)i[o]===void 0&&(i[o]=e.defaultProps[o]);return zu(e,i,r,a,null)}function zu(e,t,n,r,a){var o={type:e,props:t,key:n,ref:r,__k:null,__:null,__b:0,__e:null,__d:void 0,__c:null,__h:null,constructor:void 0,__v:a??++sf};return a==null&&Be.vnode!=null&&Be.vnode(o),o}function xe(e){return e.children}function no(e,t){this.props=e,this.context=t}function Go(e,t){if(t==null)return e.__?Go(e.__,e.__.__k.indexOf(e)+1):null;for(var n;t0?zu(f.type,f.props,f.key,f.ref?f.ref:null,f.__v):f)!=null){if(f.__=n,f.__b=n.__b+1,(p=b[c])===null||p&&f.key==p.key&&f.type===p.type)b[c]=void 0;else for(g=0;g=n.__.length&&n.__.push({__V:Ku}),n.__[e]}function $(e){return ls=1,z5(kf,e)}function z5(e,t,n){var r=Yu(cs++,2);if(r.t=e,!r.__c&&(r.__=[n?n(t):kf(void 0,t),function(o){var i=r.__N?r.__N[0]:r.__[0],s=r.t(i,o);i!==s&&(r.__N=[s,r.__[1]],r.__c.setState({}))}],r.__c=Bt,!Bt.u)){Bt.u=!0;var a=Bt.shouldComponentUpdate;Bt.shouldComponentUpdate=function(o,i,s){if(!r.__c.__H)return!0;var u=r.__c.__H.__.filter(function(c){return c.__c});if(u.every(function(c){return!c.__N}))return!a||a.call(this,o,i,s);var l=!1;return u.forEach(function(c){if(c.__N){var g=c.__[0];c.__=c.__N,c.__N=void 0,g!==c.__[0]&&(l=!0)}}),!!l&&(!a||a.call(this,o,i,s))}}return r.__N||r.__}function le(e,t){var n=Yu(cs++,3);!Be.__s&&Df(n.__H,t)&&(n.__=e,n.i=t,Bt.__H.__h.push(n))}function We(e){return ls=5,Re(function(){return{current:e}},[])}function Re(e,t){var n=Yu(cs++,7);return Df(n.__H,t)?(n.__V=e(),n.i=t,n.__h=e,n.__V):n.__}function Ne(e,t){return ls=8,Re(function(){return e},t)}function Le(e){var t=Bt.context[e.__c],n=Yu(cs++,9);return n.c=e,t?(n.__==null&&(n.__=!0,t.sub(Bt)),t.props.value):e.__}function q5(){for(var e;e=wf.shift();)if(e.__P&&e.__H)try{e.__H.__h.forEach(Gu),e.__H.__h.forEach(zc),e.__H.__h=[]}catch(t){e.__H.__h=[],Be.__e(t,e.__v)}}Be.__b=function(e){typeof e.type!="function"||e.o||e.type===xe?e.o||(e.o=e.__&&e.__.o?e.__.o:""):e.o=(e.__&&e.__.o?e.__.o:"")+(e.__&&e.__.__k?e.__.__k.indexOf(e):0),Bt=null,Cf&&Cf(e)},Be.__r=function(e){Tf&&Tf(e),cs=0;var t=(Bt=e.__c).__H;t&&(Hc===Bt?(t.__h=[],Bt.__h=[],t.__.forEach(function(n){n.__N&&(n.__=n.__N),n.__V=Ku,n.__N=n.i=void 0})):(t.__h.forEach(Gu),t.__h.forEach(zc),t.__h=[])),Hc=Bt},Be.diffed=function(e){vf&&vf(e);var t=e.__c;t&&t.__H&&(t.__H.__h.length&&(wf.push(t)!==1&&yf===Be.requestAnimationFrame||((yf=Be.requestAnimationFrame)||W5)(q5)),t.__H.__.forEach(function(n){n.i&&(n.__H=n.i),n.__V!==Ku&&(n.__=n.__V),n.i=void 0,n.__V=Ku})),Hc=Bt=null},Be.__c=function(e,t){t.some(function(n){try{n.__h.forEach(Gu),n.__h=n.__h.filter(function(r){return!r.__||zc(r)})}catch(r){t.some(function(a){a.__h&&(a.__h=[])}),t=[],Be.__e(r,n.__v)}}),xf&&xf(e,t)},Be.unmount=function(e){Ef&&Ef(e);var t,n=e.__c;n&&n.__H&&(n.__H.__.forEach(function(r){try{Gu(r)}catch(a){t=a}}),n.__H=void 0,t&&Be.__e(t,n.__v))};var Sf=typeof requestAnimationFrame=="function";function W5(e){var t,n=function(){clearTimeout(r),Sf&&cancelAnimationFrame(t),setTimeout(e)},r=setTimeout(n,100);Sf&&(t=requestAnimationFrame(n))}function Gu(e){var t=Bt,n=e.__c;typeof n=="function"&&(e.__c=void 0,n()),Bt=t}function zc(e){var t=Bt;e.__c=e.__(),Bt=t}function Df(e,t){return!e||e.length!==t.length||t.some(function(n,r){return n!==e[r]})}function kf(e,t){return typeof t=="function"?t(e):t}m();m();m();var ds;function ed(e){return[...e.v,(e.i?"!":"")+e.n].join(":")}function Of(e,t=","){return e.map(ed).join(t)}var td=typeof CSS<"u"&&CSS.escape||(e=>e.replace(/[!"'`*+.,;:\\/<=>?@#$%&^|~()[\]{}]/g,"\\$&").replace(/^\d/,"\\3$& "));function Jo(e){for(var t=9,n=e.length;n--;)t=Math.imul(t^e.charCodeAt(n),1597334677);return"#"+((t^t>>>9)>>>0).toString(36)}function Qu(e,t="@media "){return t+ct(e).map(n=>(typeof n=="string"&&(n={min:n}),n.raw||Object.keys(n).map(r=>`(${r}-width:${n[r]})`).join(" and "))).join(",")}function ct(e=[]){return Array.isArray(e)?e:e==null?[]:[e]}function Af(e){return e}function ms(){}var Nt={d:0,b:134217728,c:268435456,a:671088640,u:805306368,o:939524096};function Nf(e){return e.match(/[-=:;]/g)?.length||0}function Gc(e){return Math.min(/(?:^|width[^\d]+)(\d+(?:.\d+)?)(p)?/.test(e)?Math.max(0,29.63*(+RegExp.$1/(RegExp.$2?15:1))**.137-43):0,15)<<22|Math.min(Nf(e),15)<<18}var $5=["rst-c","st-ch","h-chi","y-lin","nk","sited","ecked","pty","ad-on","cus-w","ver","cus","cus-v","tive","sable","tiona","quire"];function nd({n:e,i:t,v:n=[]},r,a,o){e&&(e=ed({n:e,i:t,v:n})),o=[...ct(o)];for(let s of n){let u=r.theme("screens",s);for(let l of ct(u&&Qu(u)||r.v(s))){var i;o.push(l),a|=u?67108864|Gc(l):s=="dark"?1073741824:l[0]=="@"?Gc(l):(i=l,1<<~(/:([a-z-]+)/.test(i)&&~$5.indexOf(RegExp.$1.slice(2,7))||-18))}}return{n:e,p:a,r:o,i:t}}var rd=new Map;function Yc(e){if(e.d){let t=[],n=qc(e.r.reduce((r,a)=>a[0]=="@"?(t.push(a),r):a?qc(r,o=>qc(a,i=>{let s=/(:merge\(.+?\))(:[a-z-]+|\\[.+])/.exec(i);if(s){let u=o.indexOf(s[1]);return~u?o.slice(0,u)+s[0]+o.slice(u+s[1].length):Wc(o,i)}return Wc(i,o)})):r,"&"),r=>Wc(r,e.n?"."+td(e.n):""));return n&&t.push(n.replace(/:merge\((.+?)\)/g,"$1")),t.reduceRight((r,a)=>a+"{"+r+"}",e.d)}}function qc(e,t){return e.replace(/ *((?:\(.+?\)|\[.+?\]|[^,])+) *(,|$)/g,(n,r,a)=>t(r)+a)}function Wc(e,t){return e.replace(/&/g,t)}var Lf=new Intl.Collator("en",{numeric:!0});function Uf(e,t){for(var n=0,r=e.length;n>1;0>=jf(e[a],t)?n=a+1:r=a}return r}function jf(e,t){let n=e.p&Nt.o;return n==(t.p&Nt.o)&&(n==Nt.b||n==Nt.o)?0:e.p-t.p||e.o-t.o||Lf.compare(_f(e.n),_f(t.n))||Lf.compare(Mf(e.n),Mf(t.n))}function _f(e){return(e||"").split(/:/).pop().split("/").pop()||"\0"}function Mf(e){return(e||"").replace(/\W/g,t=>String.fromCharCode(127+t.charCodeAt(0)))+"\0"}function $c(e,t){return Math.round(parseInt(e,16)*t)}function Nr(e,t={}){if(typeof e=="function")return e(t);let{opacityValue:n="1",opacityVariable:r}=t,a=r?`var(${r})`:n;if(e.includes(""))return e.replace("",a);if(e[0]=="#"&&(e.length==4||e.length==7)){let o=(e.length-1)/3,i=[17,1,.062272][o-1];return`rgba(${[$c(e.substr(1,o),i),$c(e.substr(1+o,o),i),$c(e.substr(1+2*o,o),i),a]})`}return a=="1"?e:a=="0"?"#0000":e.replace(/^(rgb|hsl)(\([^)]+)\)$/,`$1a$2,${a})`)}function ad(e,t,n,r,a=[]){return function o(i,{n:s,p:u,r:l=[],i:c},g){let p=[],f="",h=0,y=0;for(let v in i||{}){var C,b;let S=i[v];if(v[0]=="@"){if(!S)continue;if(v[1]=="a"){p.push(...sd(s,u,gs(""+S),g,u,l,c,!0));continue}if(v[1]=="l"){for(let L of ct(S))p.push(...o(L,{n:s,p:(C=Nt[v[7]],u&~Nt.o|C),r:v[7]=="d"?[]:l,i:c},g));continue}if(v[1]=="i"){p.push(...ct(S).map(L=>({p:-1,o:0,r:[],d:v+" "+L})));continue}if(v[1]=="k"){p.push({p:Nt.d,o:0,r:[v],d:o(S,{p:Nt.d},g).map(Yc).join("")});continue}if(v[1]=="f"){p.push(...ct(S).map(L=>({p:Nt.d,o:0,r:[v],d:o(L,{p:Nt.d},g).map(Yc).join("")})));continue}}if(typeof S!="object"||Array.isArray(S))v=="label"&&S?s=S+Jo(JSON.stringify([u,c,i])):(S||S===0)&&(v=v.replace(/[A-Z]/g,L=>"-"+L.toLowerCase()),y+=1,h=Math.max(h,(b=v)[0]=="-"?0:Nf(b)+(/^(?:(border-(?!w|c|sty)|[tlbr].{2,4}m?$|c.{7,8}$)|([fl].{5}l|g.{8}$|pl))/.test(b)?+!!RegExp.$1||-!!RegExp.$2:0)+1),f+=(f?";":"")+ct(S).map(L=>g.s(v,od(""+L,g.theme)+(c?" !important":""))).join(";"));else if(v[0]=="@"||v.includes("&")){let L=u;v[0]=="@"&&(v=v.replace(/\bscreen\(([^)]+)\)/g,(P,w)=>{let E=g.theme("screens",w);return E?(L|=67108864,Qu(E,"")):P}),L|=Gc(v)),p.push(...o(S,{n:s,p:L,r:[...l,v],i:c},g))}else p.push(...o(S,{p:u,r:[...l,v]},g))}return p.unshift({n:s,p:u,o:Math.max(0,15-y)+1.5*Math.min(h||15,15),r:l,d:f}),p.sort(jf)}(e,nd(t,n,r,a),n)}function od(e,t){return e.replace(/theme\((["'`])?(.+?)\1(?:\s*,\s*(["'`])?(.+?)\3)?\)/g,(n,r,a,o,i="")=>{let s=t(a,i);return typeof s=="function"&&/color|fill|stroke/i.test(a)?Nr(s):""+ct(s).filter(u=>Object(u)!==u)})}function id(e,t){let n,r=[];for(let a of e)a.d&&a.n?n?.p==a.p&&""+n.r==""+a.r?(n.c=[n.c,a.c].filter(Boolean).join(" "),n.d=n.d+";"+a.d):r.push(n={...a,n:a.n&&t}):r.push({...a,n:a.n&&t});return r}function Ju(e,t,n=Nt.u,r,a){let o=[];for(let i of e)for(let s of function(u,l,c,g,p){u={...u,i:u.i||p};let f=function(h,y){let C=rd.get(h.n);return C?C(h,y):y.r(h.n,h.v[0]=="dark")}(u,l);return f?typeof f=="string"?({r:g,p:c}=nd(u,l,c,g),id(Ju(gs(f),l,c,g,u.i),u.n)):Array.isArray(f)?f.map(h=>{var y,C;return{o:0,...h,r:[...ct(g),...ct(h.r)],p:(y=c,C=h.p??c,y&~Nt.o|C)}}):ad(f,u,l,c,g):[{c:ed(u),p:0,o:0,r:[]}]}(i,t,n,r,a))o.splice(Uf(o,s),0,s);return o}function sd(e,t,n,r,a,o,i,s){return id((s?n.flatMap(u=>Ju([u],r,a,o,i)):Ju(n,r,a,o,i)).map(u=>u.p&Nt.o&&(u.n||t==Nt.b)?{...u,p:u.p&~Nt.o|t,o:0}:u),e)}function V5(e,t,n,r){var a;return a=(o,i)=>{let{n:s,p:u,r:l,i:c}=nd(o,i,t);return n&&sd(s,t,n,i,u,l,c,r)},rd.set(e,a),e}function Vc(e,t,n){if(e[e.length-1]!="("){let r=[],a=!1,o=!1,i="";for(let s of e)if(!(s=="("||/[~@]$/.test(s))){if(s[0]=="!"&&(s=s.slice(1),a=!a),s.endsWith(":")){r[s=="dark:"?"unshift":"push"](s.slice(0,-1));continue}s[0]=="-"&&(s=s.slice(1),o=!o),s.endsWith("-")&&(s=s.slice(0,-1)),s&&s!="&"&&(i+=(i&&"-")+s)}i&&(o&&(i="-"+i),t[0].push({n:i,v:r.filter(K5),i:a}))}}function K5(e,t,n){return n.indexOf(e)==t}var Pf=new Map;function gs(e){let t=Pf.get(e);if(!t){let n=[],r=[[]],a=0,o=0,i=null,s=0,u=(l,c=0)=>{a!=s&&(n.push(e.slice(a,s+c)),l&&Vc(n,r)),a=s+1};for(;s1?g.slice(0,-1)+Jo(JSON.stringify([g,p])):g+"("+Of(p)+")",Nt.a,p,/@$/.test(g))],r)}c=n.lastIndexOf("(",c-1)}n.length=c+1}else/[~@]/.test(l)&&e[s+1]=="("&&r.unshift([])}u(!0),Pf.set(e,t=r[0])}return t}function Hf(e,t,n){return t.reduce((r,a,o)=>r+n(a)+e[o+1],e[0])}function zf(e,t){return Array.isArray(e)&&Array.isArray(e.raw)?Hf(e,t,n=>Kc(n).trim()):t.filter(Boolean).reduce((n,r)=>n+Kc(r),e?Kc(e):"")}function Kc(e){let t,n="";if(e&&typeof e=="object")if(Array.isArray(e))(t=zf(e[0],e.slice(1)))&&(n+=" "+t);else for(let r in e)e[r]&&(n+=" "+r);else e!=null&&typeof e!="boolean"&&(n+=" "+e);return n}var Z_=qf("@"),X_=qf("~");function qf(e){return new Proxy(function(n,...r){return t("",n,r)},{get(n,r){return r in n?n[r]:function(a,...o){return t(r,a,o)}}});function t(n,r,a){return Of(gs(n+e+"("+zf(r,a)+")"))}}function Jc(e,t){return Array.isArray(e)?Ff(Hf(e,t,n=>n!=null&&typeof n!="boolean"?n:"")):typeof e=="string"?Ff(e):[e]}var G5=/ *(?:(?:([\u0080-\uFFFF\w-%@]+) *:? *([^{;]+?);|([^;}{]*?) *{)|(}))/g;function Ff(e){let t;e=e.replace(/\/\*[^]*?\*\/|\s\s+|\n/gm," ");let n=[{}],r=[n[0]],a=[];for(;t=G5.exec(e);)t[4]&&(n.shift(),a.shift()),t[3]?(a.unshift(t[3]),n.unshift({}),r.push(a.reduce((o,i)=>({[i]:o}),n[0]))):t[4]||(n[0][t[1]]&&(n.unshift({}),r.push(a.reduce((o,i)=>({[i]:o}),n[0]))),n[0][t[1]]=t[2]);return r}function Wf(e,...t){var n;let r=Jc(e,t),a=(r.find(o=>o.label)?.label||"css")+Jo(JSON.stringify(r));return n=(o,i)=>id(r.flatMap(s=>ad(s,o,i,Nt.o)),a),rd.set(a,n),a}var eM=new Proxy(function(e,t){return Bf("animation",e,t)},{get(e,t){return t in e?e[t]:function(n,r){return Bf(t,n,r)}}});function Bf(e,t,n){return{toString(){return Wf({label:e,"@layer components":{...typeof t=="object"?t:{animation:t},animationName:""+n}})}}}function re(e,t,n){return[e,Qc(t,n)]}function Qc(e,t){return typeof e=="function"?e:typeof e=="string"&&/^[\w-]+$/.test(e)?(n,r)=>({[e]:t?t(n,r):Zc(n,1)}):n=>e||{[n[1]]:Zc(n,2)}}function Zc(e,t,n=e.slice(t).find(Boolean)||e.$$||e.input){return e.input[0]=="-"?`calc(${n} * -1)`:n}function ie(e,t,n,r){return[e,Y5(t,n,r)]}function Y5(e,t,n){let r=typeof t=="string"?(a,o)=>({[t]:n?n(a,o):a._}):t||(({1:a,_:o},i,s)=>({[a||s]:o}));return(a,o)=>{let i=$f(e||a[1]),s=o.theme(i,a.$$)??vr(a.$$,i,o);if(s!=null)return a._=Zc(a,0,s),r(a,o,i)}}function Kt(e,t={},n){return[e,J5(t,n)]}function J5(e={},t){return(n,r)=>{let{section:a=$f(n[0]).replace("-","")+"Color"}=e,[o,i]=Q5(n.$$);if(!o)return;let s=r.theme(a,o)||vr(o,a,r);if(!s||typeof s=="object")return;let{opacityVariable:u=`--tw-${n[0].replace(/-$/,"")}-opacity`,opacitySection:l=a.replace("Color","Opacity"),property:c=a,selector:g}=e,p=r.theme(l,i||"DEFAULT")||i&&vr(i,l,r),f=t||(({_:y})=>{let C=ps(c,y);return g?{[g]:C}:C});n._={value:Nr(s,{opacityVariable:u||void 0,opacityValue:p||void 0}),color:y=>Nr(s,y),opacityVariable:u||void 0,opacityValue:p||void 0};let h=f(n,r);if(!n.dark){let y=r.d(a,o,s);y&&y!==s&&(n._={value:Nr(y,{opacityVariable:u||void 0,opacityValue:p||"1"}),color:C=>Nr(y,C),opacityVariable:u||void 0,opacityValue:p||void 0},h={"&":h,[r.v("dark")]:f(n,r)})}return h}}function Q5(e){return(e.match(/^(\[[^\]]+]|[^/]+?)(?:\/(.+))?$/)||[]).slice(1)}function ps(e,t){let n={};return typeof t=="string"?n[e]=t:(t.opacityVariable&&t.value.includes(t.opacityVariable)&&(n[t.opacityVariable]=t.opacityValue||"1"),n[e]=t.value),n}function vr(e,t,n){if(e[0]=="["&&e.slice(-1)=="]"){if(e=Qo(od(e.slice(1,-1),n.theme)),!t)return e;if(!(/color|fill|stroke/i.test(t)&&!(/^color:/.test(e)||/^(#|((hsl|rgb)a?|hwb|lab|lch|color)\(|[a-z]+$)/.test(e))||/image/i.test(t)&&!(/^image:/.test(e)||/^[a-z-]+\(/.test(e))||/weight/i.test(t)&&!(/^(number|any):/.test(e)||/^\d+$/.test(e))||/position/i.test(t)&&/^(length|size):/.test(e)))return e.replace(/^[a-z-]+:/,"")}}function $f(e){return e.replace(/-./g,t=>t[1].toUpperCase())}function Qo(e){return e.includes("url(")?e.replace(/(.*?)(url\(.*?\))(.*?)/g,(t,n="",r,a="")=>Qo(n)+r+Qo(a)):e.replace(/(^|[^\\])_+/g,(t,n)=>n+" ".repeat(t.length-n.length)).replace(/\\_/g,"_").replace(/(calc|min|max|clamp)\(.+\)/g,t=>t.replace(/(-?\d*\.?\d(?!\b-.+[,)](?![^+\-/*])\D)(?:%|[a-z]+)?|\))([+\-/*])/g,"$1 $2 "))}var tM=Symbol();function fs({presets:e=[],...t}){let n={darkMode:void 0,darkColor:void 0,preflight:t.preflight!==!1&&[],theme:{},variants:ct(t.variants),rules:ct(t.rules),ignorelist:ct(t.ignorelist),hash:void 0,stringify:(r,a)=>r+":"+a,finalize:[]};for(let r of ct([...e,{darkMode:t.darkMode,darkColor:t.darkColor,preflight:t.preflight!==!1&&ct(t.preflight),theme:t.theme,hash:t.hash,stringify:t.stringify,finalize:t.finalize}])){let{preflight:a,darkMode:o=n.darkMode,darkColor:i=n.darkColor,theme:s,variants:u,rules:l,ignorelist:c,hash:g=n.hash,stringify:p=n.stringify,finalize:f}=typeof r=="function"?r(n):r;n={preflight:n.preflight!==!1&&a!==!1&&[...n.preflight,...ct(a)],darkMode:o,darkColor:i,theme:{...n.theme,...s,extend:{...n.theme.extend,...s?.extend}},variants:[...n.variants,...ct(u)],rules:[...n.rules,...ct(l)],ignorelist:[...n.ignorelist,...ct(c)],hash:g,stringify:p,finalize:[...n.finalize,...ct(f)]}}return n}function Rf(e,t,n,r,a,o){for(let i of t){let s=n.get(i);s||n.set(i,s=r(i));let u=s(e,a,o);if(u)return u}}function Z5(e){var t;return Xc(e[0],typeof(t=e[1])=="function"?t:()=>t)}function X5(e){var t,n;return Array.isArray(e)?Xc(e[0],Qc(e[1],e[2])):Xc(e,Qc(t,n))}function Xc(e,t){return Vf(e,(n,r,a,o)=>{let i=r.exec(n);if(i)return i.$$=n.slice(i[0].length),i.dark=o,t(i,a)})}function Vf(e,t){let n=ct(e).map(eT);return(r,a,o)=>{for(let i of n){let s=t(r,i,a,o);if(s)return s}}}function eT(e){return typeof e=="string"?RegExp("^"+e+(e.includes("$")||e.slice(-1)=="-"?"":"$")):e}function tT(e,t){let n=fs(e),r=function({theme:u,darkMode:l,darkColor:c=ms,variants:g,rules:p,hash:f,stringify:h,ignorelist:y,finalize:C}){let b=new Map,v=new Map,S=new Map,L=new Map,P=Vf(y,(A,D)=>D.test(A));g.push(["dark",Array.isArray(l)||l=="class"?`${ct(l)[1]||".dark"} &`:typeof l=="string"&&l!="media"?l:"@media (prefers-color-scheme:dark)"]);let w=typeof f=="function"?A=>f(A,Jo):f?Jo:Af;w!==Af&&C.push(A=>({...A,n:A.n&&w(A.n),d:A.d?.replace(/--(tw(?:-[\w-]+)?)\b/g,(D,T)=>"--"+w(T).replace("#",""))}));let E={theme:function({extend:A={},...D}){let T={},N={get colors(){return B("colors")},theme:B,negative(){return{}},breakpoints(O){let U={};for(let H in O)typeof O[H]=="string"&&(U["screen-"+H]=O[H]);return U}};return B;function B(O,U,H,R){if(O){if({1:O,2:R}=/^(\S+?)(?:\s*\/\s*([^/]+))?$/.exec(O)||[,O],/[.[]/.test(O)){let q=[];O.replace(/\[([^\]]+)\]|([^.[]+)/g,(z,V,K=V)=>q.push(K)),O=q.shift(),H=U,U=q.join("-")}let _=T[O]||Object.assign(Object.assign(T[O]={},M(D,O)),M(A,O));if(U==null)return _;U||="DEFAULT";let F=_[U]??U.split("-").reduce((q,z)=>q?.[z],_)??H;return R?Nr(F,{opacityValue:od(R,B)}):F}let k={};for(let _ of[...Object.keys(D),...Object.keys(A)])k[_]=B(_);return k}function M(O,U){let H=O[U];return typeof H=="function"&&(H=H(N)),H&&/color|fill|stroke/i.test(U)?function R(k,_=[]){let F={};for(let q in k){let z=k[q],V=[..._,q];F[V.join("-")]=z,q=="DEFAULT"&&(V=_,F[_.join("-")]=z),typeof z=="object"&&Object.assign(F,R(z,V))}return F}(H):H}}(u),e:td,h:w,s(A,D){return h(A,D,E)},d(A,D,T){return c(A,D,E,T)},v(A){return b.has(A)||b.set(A,Rf(A,g,v,Z5,E)||"&:"+A),b.get(A)},r(A,D){let T=JSON.stringify([A,D]);return S.has(T)||S.set(T,!P(A,E)&&Rf(A,p,L,X5,E,D)),S.get(T)},f(A){return C.reduce((D,T)=>T(D,E),A)}};return E}(n),a=new Map,o=[],i=new Set;t.resume(u=>a.set(u,u),(u,l)=>{t.insert(u,o.length,l),o.push(l),i.add(u)});function s(u){let l=r.f(u),c=Yc(l);if(c&&!i.has(c)){i.add(c);let g=Uf(o,u);t.insert(c,g,u),o.splice(g,0,u)}return l.n}return Object.defineProperties(function(u){if(!a.size)for(let c of ct(n.preflight))typeof c=="function"&&(c=c(r)),c&&(typeof c=="string"?sd("",Nt.b,gs(c),r,Nt.b,[],!1,!0):ad(c,{},r,Nt.b)).forEach(s);u=""+u;let l=a.get(u);if(!l){let c=new Set;for(let g of Ju(gs(u),r))c.add(g.c).add(s(g));l=[...c].filter(Boolean).join(" "),a.set(u,l).set(l,l)}return l},Object.getOwnPropertyDescriptors({get target(){return t.target},theme:r.theme,config:n,snapshot(){let u=t.snapshot(),l=new Set(i),c=new Map(a),g=[...o];return()=>{u(),i=l,a=c,o=g}},clear(){t.clear(),i=new Set,a=new Map,o=[]},destroy(){this.clear(),t.destroy()}}))}function nT(e,t){return e!=t&&""+e.split(" ").sort()!=""+t.split(" ").sort()}function rT(e){let t=new MutationObserver(n);return{observe(a){t.observe(a,{attributeFilter:["class"],subtree:!0,childList:!0}),r(a),n([{target:a,type:""}])},disconnect(){t.disconnect()}};function n(a){for(let{type:o,target:i}of a)if(o[0]=="a")r(i);else for(let s of i.querySelectorAll("[class]"))r(s);t.takeRecords()}function r(a){let o,i=a.getAttribute?.("class");i&&nT(i,o=e(i))&&a.setAttribute("class",o)}}function aT(e=ud,t=typeof document<"u"&&document.documentElement){if(t){let n=rT(e);n.observe(t);let{destroy:r}=e;e.destroy=()=>{n.disconnect(),r.call(e)}}return e}function Kf(e){let t=document.querySelector(e||'style[data-twind=""]');return(!t||t.tagName!="STYLE")&&(t=document.createElement("style"),document.head.prepend(t)),t.dataset.twind="claimed",t}function oT(e){let t=e?.cssRules?e:(e&&typeof e!="string"?e:Kf(e)).sheet;return{target:t,snapshot(){let n=Array.from(t.cssRules,r=>r.cssText);return()=>{this.clear(),n.forEach(this.insert)}},clear(){for(let n=t.cssRules.length;n--;)t.deleteRule(n)},destroy(){t.ownerNode?.remove()},insert(n,r){try{t.insertRule(n,r)}catch{t.insertRule(":root{}",r)}},resume:ms}}function iT(e){let t=e&&typeof e!="string"?e:Kf(e);return{target:t,snapshot(){let n=Array.from(t.childNodes,r=>r.textContent);return()=>{this.clear(),n.forEach(this.insert)}},clear(){t.textContent=""},destroy(){t.remove()},insert(n,r){t.insertBefore(document.createTextNode(n),t.childNodes[r]||null)},resume:ms}}function sT(e){let t=[];return{target:t,snapshot(){let n=[...t];return()=>{t.splice(0,t.length,...n)}},clear(){t.length=0},destroy(){this.clear()},insert(n,r,a){t.splice(r,0,e?`/*!${a.p.toString(36)},${(2*a.o).toString(36)}${a.n?","+a.n:""}*/${n}`:n)},resume:ms}}function Gf(e,t){let n=typeof document>"u"?sT(!t):e?iT():oT();return t||(n.resume=lT),n}function uT(e){return(e.ownerNode||e).textContent||(e.cssRules?Array.from(e.cssRules,t=>t.cssText):ct(e)).join("")}function lT(e,t){let n=uT(this.target),r=/\/\*!([\da-z]+),([\da-z]+)(?:,(.+?))?\*\//g;if(r.test(n)){var a;let o;if(r.lastIndex=0,this.clear(),typeof document<"u")for(let i of document.querySelectorAll("[class]"))e(i.getAttribute("class"));for(;a=r.exec(n),o&&t(n.slice(o.index+o[0].length,a?.index),{p:parseInt(o[1],36),o:parseInt(o[2],36)/2,n:o[3]}),o=a;);}}var ud=new Proxy(ms,{apply(e,t,n){return ds(n[0])},get(e,t){let n=ds[t];return typeof n=="function"?function(){return n.apply(ds,arguments)}:n}});function Yf(e={},t=Gf,n){return ds?.destroy(),ds=aT(tT(e,typeof t=="function"?t():t),n)}function ld(e,t=!0){let n=fs(e);return Yf({...n,hash:n.hash??t},()=>Gf(!t))}var nM=function e(t){return new Proxy(function(n,...r){return If(t,"",n,r)},{get(n,r){return r==="bind"?e:r in n?n[r]:function(a,...o){return If(t,r,a,o)}}})}();function If(e,t,n,r){return{toString(){let a=Jc(n,r),o=td(t+Jo(JSON.stringify([t,a])));return(typeof e=="function"?e:ud)(Wf({[`@keyframes ${o}`]:Jc(n,r)})),o}}}m();m();m();var cT=new Map([["align-self","-ms-grid-row-align"],["color-adjust","-webkit-print-color-adjust"],["column-gap","grid-column-gap"],["forced-color-adjust","-ms-high-contrast-adjust"],["gap","grid-gap"],["grid-template-columns","-ms-grid-columns"],["grid-template-rows","-ms-grid-rows"],["justify-self","-ms-grid-column-align"],["margin-inline-end","-webkit-margin-end"],["margin-inline-start","-webkit-margin-start"],["mask-border","-webkit-mask-box-image"],["mask-border-outset","-webkit-mask-box-image-outset"],["mask-border-slice","-webkit-mask-box-image-slice"],["mask-border-source","-webkit-mask-box-image-source"],["mask-border-repeat","-webkit-mask-box-image-repeat"],["mask-border-width","-webkit-mask-box-image-width"],["overflow-wrap","word-wrap"],["padding-inline-end","-webkit-padding-end"],["padding-inline-start","-webkit-padding-start"],["print-color-adjust","color-adjust"],["row-gap","grid-row-gap"],["scroll-margin-bottom","scroll-snap-margin-bottom"],["scroll-margin-left","scroll-snap-margin-left"],["scroll-margin-right","scroll-snap-margin-right"],["scroll-margin-top","scroll-snap-margin-top"],["scroll-margin","scroll-snap-margin"],["text-combine-upright","-ms-text-combine-horizontal"]]);function Jf(e){return cT.get(e)}function Qf(e){var t=/^(?:(text-(?:decoration$|e|or|si)|back(?:ground-cl|d|f)|box-d|mask(?:$|-[ispro]|-cl)|pr|hyphena|flex-d)|(tab-|column(?!-s)|text-align-l)|(ap)|u|hy)/i.exec(e);return t?t[1]?1:t[2]?2:t[3]?3:5:0}function Zf(e,t){var n=/^(?:(pos)|(cli)|(background-i)|(flex(?:$|-b)|(?:max-|min-)?(?:block-s|inl|he|widt))|dis)/i.exec(e);return n?n[1]?/^sti/i.test(t)?1:0:n[2]?/^pat/i.test(t)?1:0:n[3]?/^image-/i.test(t)?1:0:n[4]?t[3]==="-"?2:0:/^(?:inline-)?grid$/i.test(t)?4:0:0}var dT=[["-webkit-",1],["-moz-",2],["-ms-",4]];function Zu(){return({stringify:e})=>({stringify(t,n,r){let a="",o=Jf(t);o&&(a+=e(o,n,r)+";");let i=Qf(t),s=Zf(t,n);for(let u of dT)i&u[1]&&(a+=e(u[0]+t,n,r)+";"),s&u[1]&&(a+=e(t,u[0]+n,r)+";");return a+e(t,n,r)}})}m();m();var dd={screens:{sm:"640px",md:"768px",lg:"1024px",xl:"1280px","2xl":"1536px"},columns:{auto:"auto","3xs":"16rem","2xs":"18rem",xs:"20rem",sm:"24rem",md:"28rem",lg:"32rem",xl:"36rem","2xl":"42rem","3xl":"48rem","4xl":"56rem","5xl":"64rem","6xl":"72rem","7xl":"80rem"},spacing:{px:"1px",0:"0px",...jn(4,"rem",4,.5,.5),...jn(12,"rem",4,5),14:"3.5rem",...jn(64,"rem",4,16,4),72:"18rem",80:"20rem",96:"24rem"},durations:{75:"75ms",100:"100ms",150:"150ms",200:"200ms",300:"300ms",500:"500ms",700:"700ms",1e3:"1000ms"},animation:{none:"none",spin:"spin 1s linear infinite",ping:"ping 1s cubic-bezier(0,0,0.2,1) infinite",pulse:"pulse 2s cubic-bezier(0.4,0,0.6,1) infinite",bounce:"bounce 1s infinite"},aspectRatio:{auto:"auto",square:"1/1",video:"16/9"},backdropBlur:Ge("blur"),backdropBrightness:Ge("brightness"),backdropContrast:Ge("contrast"),backdropGrayscale:Ge("grayscale"),backdropHueRotate:Ge("hueRotate"),backdropInvert:Ge("invert"),backdropOpacity:Ge("opacity"),backdropSaturate:Ge("saturate"),backdropSepia:Ge("sepia"),backgroundColor:Ge("colors"),backgroundImage:{none:"none"},backgroundOpacity:Ge("opacity"),backgroundSize:{auto:"auto",cover:"cover",contain:"contain"},blur:{none:"none",0:"0",sm:"4px",DEFAULT:"8px",md:"12px",lg:"16px",xl:"24px","2xl":"40px","3xl":"64px"},brightness:{...jn(200,"",100,0,50),...jn(110,"",100,90,5),75:"0.75",125:"1.25"},borderColor:({theme:e})=>({DEFAULT:e("colors.gray.200","currentColor"),...e("colors")}),borderOpacity:Ge("opacity"),borderRadius:{none:"0px",sm:"0.125rem",DEFAULT:"0.25rem",md:"0.375rem",lg:"0.5rem",xl:"0.75rem","2xl":"1rem","3xl":"1.5rem","1/2":"50%",full:"9999px"},borderSpacing:Ge("spacing"),borderWidth:{DEFAULT:"1px",...Kn(8,"px")},boxShadow:{sm:"0 1px 2px 0 rgba(0,0,0,0.05)",DEFAULT:"0 1px 3px 0 rgba(0,0,0,0.1), 0 1px 2px -1px rgba(0,0,0,0.1)",md:"0 4px 6px -1px rgba(0,0,0,0.1), 0 2px 4px -2px rgba(0,0,0,0.1)",lg:"0 10px 15px -3px rgba(0,0,0,0.1), 0 4px 6px -4px rgba(0,0,0,0.1)",xl:"0 20px 25px -5px rgba(0,0,0,0.1), 0 8px 10px -6px rgba(0,0,0,0.1)","2xl":"0 25px 50px -12px rgba(0,0,0,0.25)",inner:"inset 0 2px 4px 0 rgba(0,0,0,0.05)",none:"0 0 #0000"},boxShadowColor:Ge("colors"),caretColor:Ge("colors"),accentColor:({theme:e})=>({auto:"auto",...e("colors")}),contrast:{...jn(200,"",100,0,50),75:"0.75",125:"1.25"},content:{none:"none"},divideColor:Ge("borderColor"),divideOpacity:Ge("borderOpacity"),divideWidth:Ge("borderWidth"),dropShadow:{sm:"0 1px 1px rgba(0,0,0,0.05)",DEFAULT:["0 1px 2px rgba(0,0,0,0.1)","0 1px 1px rgba(0,0,0,0.06)"],md:["0 4px 3px rgba(0,0,0,0.07)","0 2px 2px rgba(0,0,0,0.06)"],lg:["0 10px 8px rgba(0,0,0,0.04)","0 4px 3px rgba(0,0,0,0.1)"],xl:["0 20px 13px rgba(0,0,0,0.03)","0 8px 5px rgba(0,0,0,0.08)"],"2xl":"0 25px 25px rgba(0,0,0,0.15)",none:"0 0 #0000"},fill:({theme:e})=>({...e("colors"),none:"none"}),grayscale:{DEFAULT:"100%",0:"0"},hueRotate:{0:"0deg",15:"15deg",30:"30deg",60:"60deg",90:"90deg",180:"180deg"},invert:{DEFAULT:"100%",0:"0"},flex:{1:"1 1 0%",auto:"1 1 auto",initial:"0 1 auto",none:"none"},flexBasis:({theme:e})=>({...e("spacing"),...hs(2,6),...hs(12,12),auto:"auto",full:"100%"}),flexGrow:{DEFAULT:1,0:0},flexShrink:{DEFAULT:1,0:0},fontFamily:{sans:'ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji"'.split(","),serif:'ui-serif,Georgia,Cambria,"Times New Roman",Times,serif'.split(","),mono:'ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace'.split(",")},fontSize:{xs:["0.75rem","1rem"],sm:["0.875rem","1.25rem"],base:["1rem","1.5rem"],lg:["1.125rem","1.75rem"],xl:["1.25rem","1.75rem"],"2xl":["1.5rem","2rem"],"3xl":["1.875rem","2.25rem"],"4xl":["2.25rem","2.5rem"],"5xl":["3rem","1"],"6xl":["3.75rem","1"],"7xl":["4.5rem","1"],"8xl":["6rem","1"],"9xl":["8rem","1"]},fontWeight:{thin:"100",extralight:"200",light:"300",normal:"400",medium:"500",semibold:"600",bold:"700",extrabold:"800",black:"900"},gap:Ge("spacing"),gradientColorStops:Ge("colors"),gridAutoColumns:{auto:"auto",min:"min-content",max:"max-content",fr:"minmax(0,1fr)"},gridAutoRows:{auto:"auto",min:"min-content",max:"max-content",fr:"minmax(0,1fr)"},gridColumn:{auto:"auto","span-full":"1 / -1"},gridRow:{auto:"auto","span-full":"1 / -1"},gridTemplateColumns:{none:"none"},gridTemplateRows:{none:"none"},height:({theme:e})=>({...e("spacing"),...hs(2,6),min:"min-content",max:"max-content",fit:"fit-content",auto:"auto",full:"100%",screen:"100vh"}),inset:({theme:e})=>({...e("spacing"),...hs(2,4),auto:"auto",full:"100%"}),keyframes:{spin:{from:{transform:"rotate(0deg)"},to:{transform:"rotate(360deg)"}},ping:{"0%":{transform:"scale(1)",opacity:"1"},"75%,100%":{transform:"scale(2)",opacity:"0"}},pulse:{"0%,100%":{opacity:"1"},"50%":{opacity:".5"}},bounce:{"0%, 100%":{transform:"translateY(-25%)",animationTimingFunction:"cubic-bezier(0.8,0,1,1)"},"50%":{transform:"none",animationTimingFunction:"cubic-bezier(0,0,0.2,1)"}}},letterSpacing:{tighter:"-0.05em",tight:"-0.025em",normal:"0em",wide:"0.025em",wider:"0.05em",widest:"0.1em"},lineHeight:{...jn(10,"rem",4,3),none:"1",tight:"1.25",snug:"1.375",normal:"1.5",relaxed:"1.625",loose:"2"},margin:({theme:e})=>({auto:"auto",...e("spacing")}),maxHeight:({theme:e})=>({full:"100%",min:"min-content",max:"max-content",fit:"fit-content",screen:"100vh",...e("spacing")}),maxWidth:({theme:e,breakpoints:t})=>({...t(e("screens")),none:"none",0:"0rem",xs:"20rem",sm:"24rem",md:"28rem",lg:"32rem",xl:"36rem","2xl":"42rem","3xl":"48rem","4xl":"56rem","5xl":"64rem","6xl":"72rem","7xl":"80rem",full:"100%",min:"min-content",max:"max-content",fit:"fit-content",prose:"65ch"}),minHeight:{0:"0px",full:"100%",min:"min-content",max:"max-content",fit:"fit-content",screen:"100vh"},minWidth:{0:"0px",full:"100%",min:"min-content",max:"max-content",fit:"fit-content"},opacity:{...jn(100,"",100,0,10),5:"0.05",25:"0.25",75:"0.75",95:"0.95"},order:{first:"-9999",last:"9999",none:"0"},padding:Ge("spacing"),placeholderColor:Ge("colors"),placeholderOpacity:Ge("opacity"),outlineColor:Ge("colors"),outlineOffset:Kn(8,"px"),outlineWidth:Kn(8,"px"),ringColor:({theme:e})=>({...e("colors"),DEFAULT:"#3b82f6"}),ringOffsetColor:Ge("colors"),ringOffsetWidth:Kn(8,"px"),ringOpacity:({theme:e})=>({...e("opacity"),DEFAULT:"0.5"}),ringWidth:{DEFAULT:"3px",...Kn(8,"px")},rotate:{...Kn(2,"deg"),...Kn(12,"deg",3),...Kn(180,"deg",45)},saturate:jn(200,"",100,0,50),scale:{...jn(150,"",100,0,50),...jn(110,"",100,90,5),75:"0.75",125:"1.25"},scrollMargin:Ge("spacing"),scrollPadding:Ge("spacing"),sepia:{0:"0",DEFAULT:"100%"},skew:{...Kn(2,"deg"),...Kn(12,"deg",3)},space:Ge("spacing"),stroke:({theme:e})=>({...e("colors"),none:"none"}),strokeWidth:jn(2),textColor:Ge("colors"),textDecorationColor:Ge("colors"),textDecorationThickness:{"from-font":"from-font",auto:"auto",...Kn(8,"px")},textUnderlineOffset:{auto:"auto",...Kn(8,"px")},textIndent:Ge("spacing"),textOpacity:Ge("opacity"),transitionDuration:({theme:e})=>({...e("durations"),DEFAULT:"150ms"}),transitionDelay:Ge("durations"),transitionProperty:{none:"none",all:"all",DEFAULT:"color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter",colors:"color,background-color,border-color,text-decoration-color,fill,stroke",opacity:"opacity",shadow:"box-shadow",transform:"transform"},transitionTimingFunction:{DEFAULT:"cubic-bezier(0.4,0,0.2,1)",linear:"linear",in:"cubic-bezier(0.4,0,1,1)",out:"cubic-bezier(0,0,0.2,1)","in-out":"cubic-bezier(0.4,0,0.2,1)"},translate:({theme:e})=>({...e("spacing"),...hs(2,4),full:"100%"}),width:({theme:e})=>({min:"min-content",max:"max-content",fit:"fit-content",screen:"100vw",...e("flexBasis")}),willChange:{scroll:"scroll-position"},zIndex:{...jn(50,"",1,0,10),auto:"auto"}};function hs(e,t){let n={};do for(var r=1;rt(e)}var gT={"*,::before,::after":{boxSizing:"border-box",borderWidth:"0",borderStyle:"solid",borderColor:"theme(borderColor.DEFAULT, currentColor)"},"::before,::after":{"--tw-content":"''"},html:{lineHeight:1.5,WebkitTextSizeAdjust:"100%",MozTabSize:"4",tabSize:4,fontFamily:`theme(fontFamily.sans, ${dd.fontFamily.sans})`,fontFeatureSettings:"theme(fontFamily.sans[1].fontFeatureSettings, normal)"},body:{margin:"0",lineHeight:"inherit"},hr:{height:"0",color:"inherit",borderTopWidth:"1px"},"abbr:where([title])":{textDecoration:"underline dotted"},"h1,h2,h3,h4,h5,h6":{fontSize:"inherit",fontWeight:"inherit"},a:{color:"inherit",textDecoration:"inherit"},"b,strong":{fontWeight:"bolder"},"code,kbd,samp,pre":{fontFamily:`theme(fontFamily.mono, ${dd.fontFamily.mono})`,fontFeatureSettings:"theme(fontFamily.mono[1].fontFeatureSettings, normal)",fontSize:"1em"},small:{fontSize:"80%"},"sub,sup":{fontSize:"75%",lineHeight:0,position:"relative",verticalAlign:"baseline"},sub:{bottom:"-0.25em"},sup:{top:"-0.5em"},table:{textIndent:"0",borderColor:"inherit",borderCollapse:"collapse"},"button,input,optgroup,select,textarea":{fontFamily:"inherit",fontSize:"100%",lineHeight:"inherit",color:"inherit",margin:"0",padding:"0"},"button,select":{textTransform:"none"},"button,[type='button'],[type='reset'],[type='submit']":{WebkitAppearance:"button",backgroundColor:"transparent",backgroundImage:"none"},":-moz-focusring":{outline:"auto"},":-moz-ui-invalid":{boxShadow:"none"},progress:{verticalAlign:"baseline"},"::-webkit-inner-spin-button,::-webkit-outer-spin-button":{height:"auto"},"[type='search']":{WebkitAppearance:"textfield",outlineOffset:"-2px"},"::-webkit-search-decoration":{WebkitAppearance:"none"},"::-webkit-file-upload-button":{WebkitAppearance:"button",font:"inherit"},summary:{display:"list-item"},"blockquote,dl,dd,h1,h2,h3,h4,h5,h6,hr,figure,p,pre":{margin:"0"},fieldset:{margin:"0",padding:"0"},legend:{padding:"0"},"ol,ul,menu":{listStyle:"none",margin:"0",padding:"0"},textarea:{resize:"vertical"},"input::placeholder,textarea::placeholder":{opacity:1,color:"theme(colors.gray.400, #9ca3af)"},'button,[role="button"]':{cursor:"pointer"},":disabled":{cursor:"default"},"img,svg,video,canvas,audio,iframe,embed,object":{display:"block",verticalAlign:"middle"},"img,video":{maxWidth:"100%",height:"auto"},"[hidden]":{display:"none"}},mT=[re("\\[([-\\w]+):(.+)]",({1:e,2:t},n)=>({"@layer overrides":{"&":{[e]:vr(`[${t}]`,"",n)}}})),re("(group|peer)([~/][^-[]+)?",({input:e},{h:t})=>[{c:t(e)}]),ie("aspect-","aspectRatio"),re("container",(e,{theme:t})=>{let{screens:n=t("screens"),center:r,padding:a}=t("container"),o={width:"100%",marginRight:r&&"auto",marginLeft:r&&"auto",...i("xs")};for(let s in n){let u=n[s];typeof u=="string"&&(o[Qu(u)]={"&":{maxWidth:u,...i(s)}})}return o;function i(s){let u=a&&(typeof a=="string"?a:a[s]||a.DEFAULT);if(u)return{paddingRight:u,paddingLeft:u}}}),ie("content-","content",({_:e})=>({"--tw-content":e,content:"var(--tw-content)"})),re("(?:box-)?decoration-(slice|clone)","boxDecorationBreak"),re("box-(border|content)","boxSizing",({1:e})=>e+"-box"),re("hidden",{display:"none"}),re("table-(auto|fixed)","tableLayout"),re(["(block|flex|table|grid|inline|contents|flow-root|list-item)","(inline-(block|flex|table|grid))","(table-(caption|cell|column|row|(column|row|footer|header)-group))"],"display"),"(float)-(left|right|none)","(clear)-(left|right|none|both)","(overflow(?:-[xy])?)-(auto|hidden|clip|visible|scroll)","(isolation)-(auto)",re("isolate","isolation"),re("object-(contain|cover|fill|none|scale-down)","objectFit"),ie("object-","objectPosition"),re("object-(top|bottom|center|(left|right)(-(top|bottom))?)","objectPosition",Xu),re("overscroll(-[xy])?-(auto|contain|none)",({1:e="",2:t})=>({["overscroll-behavior"+e]:t})),re("(static|fixed|absolute|relative|sticky)","position"),ie("-?inset(-[xy])?(?:$|-)","inset",({1:e,_:t})=>({top:e!="-x"&&t,right:e!="-y"&&t,bottom:e!="-x"&&t,left:e!="-y"&&t})),ie("-?(top|bottom|left|right)(?:$|-)","inset"),re("(visible|collapse)","visibility"),re("invisible",{visibility:"hidden"}),ie("-?z-","zIndex"),re("flex-((row|col)(-reverse)?)","flexDirection",Xf),re("flex-(wrap|wrap-reverse|nowrap)","flexWrap"),ie("(flex-(?:grow|shrink))(?:$|-)"),ie("(flex)-"),ie("grow(?:$|-)","flexGrow"),ie("shrink(?:$|-)","flexShrink"),ie("basis-","flexBasis"),ie("-?(order)-"),"-?(order)-(\\d+)",ie("grid-cols-","gridTemplateColumns"),re("grid-cols-(\\d+)","gridTemplateColumns",r3),ie("col-","gridColumn"),re("col-(span)-(\\d+)","gridColumn",n3),ie("col-start-","gridColumnStart"),re("col-start-(auto|\\d+)","gridColumnStart"),ie("col-end-","gridColumnEnd"),re("col-end-(auto|\\d+)","gridColumnEnd"),ie("grid-rows-","gridTemplateRows"),re("grid-rows-(\\d+)","gridTemplateRows",r3),ie("row-","gridRow"),re("row-(span)-(\\d+)","gridRow",n3),ie("row-start-","gridRowStart"),re("row-start-(auto|\\d+)","gridRowStart"),ie("row-end-","gridRowEnd"),re("row-end-(auto|\\d+)","gridRowEnd"),re("grid-flow-((row|col)(-dense)?)","gridAutoFlow",e=>Xu(Xf(e))),re("grid-flow-(dense)","gridAutoFlow"),ie("auto-cols-","gridAutoColumns"),ie("auto-rows-","gridAutoRows"),ie("gap-x(?:$|-)","gap","columnGap"),ie("gap-y(?:$|-)","gap","rowGap"),ie("gap(?:$|-)","gap"),"(justify-(?:items|self))-",re("justify-","justifyContent",e3),re("(content|items|self)-",e=>({["align-"+e[1]]:e3(e)})),re("(place-(content|items|self))-",({1:e,$$:t})=>({[e]:("wun".includes(t[3])?"space-":"")+t})),ie("p([xytrbl])?(?:$|-)","padding",Zo("padding")),ie("-?m([xytrbl])?(?:$|-)","margin",Zo("margin")),ie("-?space-(x|y)(?:$|-)","space",({1:e,_:t})=>({"&>:not([hidden])~:not([hidden])":{[`--tw-space-${e}-reverse`]:"0",["margin-"+{y:"top",x:"left"}[e]]:`calc(${t} * calc(1 - var(--tw-space-${e}-reverse)))`,["margin-"+{y:"bottom",x:"right"}[e]]:`calc(${t} * var(--tw-space-${e}-reverse))`}})),re("space-(x|y)-reverse",({1:e})=>({"&>:not([hidden])~:not([hidden])":{[`--tw-space-${e}-reverse`]:"1"}})),ie("w-","width"),ie("min-w-","minWidth"),ie("max-w-","maxWidth"),ie("h-","height"),ie("min-h-","minHeight"),ie("max-h-","maxHeight"),ie("font-","fontWeight"),ie("font-","fontFamily",({_:e})=>typeof(e=ct(e))[1]=="string"?{fontFamily:rr(e)}:{fontFamily:rr(e[0]),...e[1]}),re("antialiased",{WebkitFontSmoothing:"antialiased",MozOsxFontSmoothing:"grayscale"}),re("subpixel-antialiased",{WebkitFontSmoothing:"auto",MozOsxFontSmoothing:"auto"}),re("italic","fontStyle"),re("not-italic",{fontStyle:"normal"}),re("(ordinal|slashed-zero|(normal|lining|oldstyle|proportional|tabular)-nums|(diagonal|stacked)-fractions)",({1:e,2:t="",3:n})=>t=="normal"?{fontVariantNumeric:"normal"}:{["--tw-"+(n?"numeric-fraction":"pt".includes(t[0])?"numeric-spacing":t?"numeric-figure":e)]:e,fontVariantNumeric:"var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction)",...ca({"--tw-ordinal":"var(--tw-empty,/*!*/ /*!*/)","--tw-slashed-zero":"var(--tw-empty,/*!*/ /*!*/)","--tw-numeric-figure":"var(--tw-empty,/*!*/ /*!*/)","--tw-numeric-spacing":"var(--tw-empty,/*!*/ /*!*/)","--tw-numeric-fraction":"var(--tw-empty,/*!*/ /*!*/)"})}),ie("tracking-","letterSpacing"),ie("leading-","lineHeight"),re("list-(inside|outside)","listStylePosition"),ie("list-","listStyleType"),re("list-","listStyleType"),ie("placeholder-opacity-","placeholderOpacity",({_:e})=>({"&::placeholder":{"--tw-placeholder-opacity":e}})),Kt("placeholder-",{property:"color",selector:"&::placeholder"}),re("text-(left|center|right|justify|start|end)","textAlign"),re("text-(ellipsis|clip)","textOverflow"),ie("text-opacity-","textOpacity","--tw-text-opacity"),Kt("text-",{property:"color"}),ie("text-","fontSize",({_:e})=>typeof e=="string"?{fontSize:e}:{fontSize:e[0],...typeof e[1]=="string"?{lineHeight:e[1]}:e[1]}),ie("indent-","textIndent"),re("(overline|underline|line-through)","textDecorationLine"),re("no-underline",{textDecorationLine:"none"}),ie("underline-offset-","textUnderlineOffset"),Kt("decoration-",{section:"textDecorationColor",opacityVariable:!1,opacitySection:"opacity"}),ie("decoration-","textDecorationThickness"),re("decoration-","textDecorationStyle"),re("(uppercase|lowercase|capitalize)","textTransform"),re("normal-case",{textTransform:"none"}),re("truncate",{overflow:"hidden",whiteSpace:"nowrap",textOverflow:"ellipsis"}),re("align-","verticalAlign"),re("whitespace-","whiteSpace"),re("break-normal",{wordBreak:"normal",overflowWrap:"normal"}),re("break-words",{overflowWrap:"break-word"}),re("break-all",{wordBreak:"break-all"}),re("break-keep",{wordBreak:"keep-all"}),Kt("caret-",{opacityVariable:!1,opacitySection:"opacity"}),Kt("accent-",{opacityVariable:!1,opacitySection:"opacity"}),re("bg-gradient-to-([trbl]|[tb][rl])","backgroundImage",({1:e})=>`linear-gradient(to ${ro(e," ")},var(--tw-gradient-stops))`),Kt("from-",{section:"gradientColorStops",opacityVariable:!1,opacitySection:"opacity"},({_:e})=>({"--tw-gradient-from":e.value,"--tw-gradient-to":e.color({opacityValue:"0"}),"--tw-gradient-stops":"var(--tw-gradient-from),var(--tw-gradient-to)"})),Kt("via-",{section:"gradientColorStops",opacityVariable:!1,opacitySection:"opacity"},({_:e})=>({"--tw-gradient-to":e.color({opacityValue:"0"}),"--tw-gradient-stops":`var(--tw-gradient-from),${e.value},var(--tw-gradient-to)`})),Kt("to-",{section:"gradientColorStops",property:"--tw-gradient-to",opacityVariable:!1,opacitySection:"opacity"}),re("bg-(fixed|local|scroll)","backgroundAttachment"),re("bg-origin-(border|padding|content)","backgroundOrigin",({1:e})=>e+"-box"),re(["bg-(no-repeat|repeat(-[xy])?)","bg-repeat-(round|space)"],"backgroundRepeat"),re("bg-blend-","backgroundBlendMode"),re("bg-clip-(border|padding|content|text)","backgroundClip",({1:e})=>e+(e=="text"?"":"-box")),ie("bg-opacity-","backgroundOpacity","--tw-bg-opacity"),Kt("bg-",{section:"backgroundColor"}),ie("bg-","backgroundImage"),ie("bg-","backgroundPosition"),re("bg-(top|bottom|center|(left|right)(-(top|bottom))?)","backgroundPosition",Xu),ie("bg-","backgroundSize"),ie("rounded(?:$|-)","borderRadius"),ie("rounded-([trbl]|[tb][rl])(?:$|-)","borderRadius",({1:e,_:t})=>{let n={t:["tl","tr"],r:["tr","br"],b:["bl","br"],l:["bl","tl"]}[e]||[e,e];return{[`border-${ro(n[0])}-radius`]:t,[`border-${ro(n[1])}-radius`]:t}}),re("border-(collapse|separate)","borderCollapse"),ie("border-opacity(?:$|-)","borderOpacity","--tw-border-opacity"),re("border-(solid|dashed|dotted|double|none)","borderStyle"),ie("border-spacing(-[xy])?(?:$|-)","borderSpacing",({1:e,_:t})=>({...ca({"--tw-border-spacing-x":"0","--tw-border-spacing-y":"0"}),["--tw-border-spacing"+(e||"-x")]:t,["--tw-border-spacing"+(e||"-y")]:t,"border-spacing":"var(--tw-border-spacing-x) var(--tw-border-spacing-y)"})),Kt("border-([xytrbl])-",{section:"borderColor"},Zo("border","Color")),Kt("border-"),ie("border-([xytrbl])(?:$|-)","borderWidth",Zo("border","Width")),ie("border(?:$|-)","borderWidth"),ie("divide-opacity(?:$|-)","divideOpacity",({_:e})=>({"&>:not([hidden])~:not([hidden])":{"--tw-divide-opacity":e}})),re("divide-(solid|dashed|dotted|double|none)",({1:e})=>({"&>:not([hidden])~:not([hidden])":{borderStyle:e}})),re("divide-([xy]-reverse)",({1:e})=>({"&>:not([hidden])~:not([hidden])":{["--tw-divide-"+e]:"1"}})),ie("divide-([xy])(?:$|-)","divideWidth",({1:e,_:t})=>{let n={x:"lr",y:"tb"}[e];return{"&>:not([hidden])~:not([hidden])":{[`--tw-divide-${e}-reverse`]:"0",[`border-${ro(n[0])}Width`]:`calc(${t} * calc(1 - var(--tw-divide-${e}-reverse)))`,[`border-${ro(n[1])}Width`]:`calc(${t} * var(--tw-divide-${e}-reverse))`}}}),Kt("divide-",{property:"borderColor",selector:"&>:not([hidden])~:not([hidden])"}),ie("ring-opacity(?:$|-)","ringOpacity","--tw-ring-opacity"),Kt("ring-offset-",{property:"--tw-ring-offset-color",opacityVariable:!1}),ie("ring-offset(?:$|-)","ringOffsetWidth","--tw-ring-offset-width"),re("ring-inset",{"--tw-ring-inset":"inset"}),Kt("ring-",{property:"--tw-ring-color"}),ie("ring(?:$|-)","ringWidth",({_:e},{theme:t})=>({...ca({"--tw-ring-offset-shadow":"0 0 #0000","--tw-ring-shadow":"0 0 #0000","--tw-shadow":"0 0 #0000","--tw-shadow-colored":"0 0 #0000","&":{"--tw-ring-inset":"var(--tw-empty,/*!*/ /*!*/)","--tw-ring-offset-width":t("ringOffsetWidth","","0px"),"--tw-ring-offset-color":Nr(t("ringOffsetColor","","#fff")),"--tw-ring-color":Nr(t("ringColor","","#93c5fd"),{opacityVariable:"--tw-ring-opacity"}),"--tw-ring-opacity":t("ringOpacity","","0.5")}}),"--tw-ring-offset-shadow":"var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color)","--tw-ring-shadow":`var(--tw-ring-inset) 0 0 0 calc(${e} + var(--tw-ring-offset-width)) var(--tw-ring-color)`,boxShadow:"var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)"})),Kt("shadow-",{section:"boxShadowColor",opacityVariable:!1,opacitySection:"opacity"},({_:e})=>({"--tw-shadow-color":e.value,"--tw-shadow":"var(--tw-shadow-colored)"})),ie("shadow(?:$|-)","boxShadow",({_:e})=>({...ca({"--tw-ring-offset-shadow":"0 0 #0000","--tw-ring-shadow":"0 0 #0000","--tw-shadow":"0 0 #0000","--tw-shadow-colored":"0 0 #0000"}),"--tw-shadow":rr(e),"--tw-shadow-colored":rr(e).replace(/([^,]\s+)(?:#[a-f\d]+|(?:(?:hsl|rgb)a?|hwb|lab|lch|color|var)\(.+?\)|[a-z]+)(,|$)/g,"$1var(--tw-shadow-color)$2"),boxShadow:"var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)"})),ie("(opacity)-"),re("mix-blend-","mixBlendMode"),...t3(),...t3("backdrop-"),ie("transition(?:$|-)","transitionProperty",(e,{theme:t})=>({transitionProperty:rr(e),transitionTimingFunction:e._=="none"?void 0:rr(t("transitionTimingFunction","")),transitionDuration:e._=="none"?void 0:rr(t("transitionDuration",""))})),ie("duration(?:$|-)","transitionDuration","transitionDuration",rr),ie("ease(?:$|-)","transitionTimingFunction","transitionTimingFunction",rr),ie("delay(?:$|-)","transitionDelay","transitionDelay",rr),ie("animate(?:$|-)","animation",(e,{theme:t,h:n,e:r})=>{let a=rr(e),o=a.split(" "),i=t("keyframes",o[0]);return i?{["@keyframes "+(o[0]=r(n(o[0])))]:i,animation:o.join(" ")}:{animation:a}}),"(transform)-(none)",re("transform",gd),re("transform-(cpu|gpu)",({1:e})=>({"--tw-transform":a3(e=="gpu")})),ie("scale(-[xy])?-","scale",({1:e,_:t})=>({["--tw-scale"+(e||"-x")]:t,["--tw-scale"+(e||"-y")]:t,...gd()})),ie("-?(rotate)-","rotate",cd),ie("-?(translate-[xy])-","translate",cd),ie("-?(skew-[xy])-","skew",cd),re("origin-(center|((top|bottom)(-(left|right))?)|left|right)","transformOrigin",Xu),"(appearance)-",ie("(columns)-"),"(columns)-(\\d+)","(break-(?:before|after|inside))-",ie("(cursor)-"),"(cursor)-",re("snap-(none)","scroll-snap-type"),re("snap-(x|y|both)",({1:e})=>({...ca({"--tw-scroll-snap-strictness":"proximity"}),"scroll-snap-type":e+" var(--tw-scroll-snap-strictness)"})),re("snap-(mandatory|proximity)","--tw-scroll-snap-strictness"),re("snap-(?:(start|end|center)|align-(none))","scroll-snap-align"),re("snap-(normal|always)","scroll-snap-stop"),re("scroll-(auto|smooth)","scroll-behavior"),ie("scroll-p([xytrbl])?(?:$|-)","padding",Zo("scroll-padding")),ie("-?scroll-m([xytrbl])?(?:$|-)","scroll-margin",Zo("scroll-margin")),re("touch-(auto|none|manipulation)","touch-action"),re("touch-(pinch-zoom|pan-(?:(x|left|right)|(y|up|down)))",({1:e,2:t,3:n})=>({...ca({"--tw-pan-x":"var(--tw-empty,/*!*/ /*!*/)","--tw-pan-y":"var(--tw-empty,/*!*/ /*!*/)","--tw-pinch-zoom":"var(--tw-empty,/*!*/ /*!*/)","--tw-touch-action":"var(--tw-pan-x) var(--tw-pan-y) var(--tw-pinch-zoom)"}),[`--tw-${t?"pan-x":n?"pan-y":e}`]:e,"touch-action":"var(--tw-touch-action)"})),re("outline-none",{outline:"2px solid transparent","outline-offset":"2px"}),re("outline",{outlineStyle:"solid"}),re("outline-(dashed|dotted|double)","outlineStyle"),ie("-?(outline-offset)-"),Kt("outline-",{opacityVariable:!1,opacitySection:"opacity"}),ie("outline-","outlineWidth"),"(pointer-events)-",ie("(will-change)-"),"(will-change)-",["resize(?:-(none|x|y))?","resize",({1:e})=>({x:"horizontal",y:"vertical"})[e]||e||"both"],re("select-(none|text|all|auto)","userSelect"),Kt("fill-",{section:"fill",opacityVariable:!1,opacitySection:"opacity"}),Kt("stroke-",{section:"stroke",opacityVariable:!1,opacitySection:"opacity"}),ie("stroke-","strokeWidth"),re("sr-only",{position:"absolute",width:"1px",height:"1px",padding:"0",margin:"-1px",overflow:"hidden",whiteSpace:"nowrap",clip:"rect(0,0,0,0)",borderWidth:"0"}),re("not-sr-only",{position:"static",width:"auto",height:"auto",padding:"0",margin:"0",overflow:"visible",whiteSpace:"normal",clip:"auto"})];function Xu(e){return(typeof e=="string"?e:e[1]).replace(/-/g," ").trim()}function Xf(e){return(typeof e=="string"?e:e[1]).replace("col","column")}function ro(e,t="-"){let n=[];for(let r of e)n.push({t:"top",r:"right",b:"bottom",l:"left"}[r]);return n.join(t)}function rr(e){return e&&""+(e._||e)}function e3({$$:e}){return({r:"flex-","":"flex-",w:"space-",u:"space-",n:"space-"}[e[3]||""]||"")+e}function Zo(e,t=""){return({1:n,_:r})=>{let a={x:"lr",y:"tb"}[n]||n+n;return a?{...ps(e+"-"+ro(a[0])+t,r),...ps(e+"-"+ro(a[1])+t,r)}:ps(e+t,r)}}function t3(e=""){let t=["blur","brightness","contrast","grayscale","hue-rotate","invert",e&&"opacity","saturate","sepia",!e&&"drop-shadow"].filter(Boolean),n={};for(let r of t)n[`--tw-${e}${r}`]="var(--tw-empty,/*!*/ /*!*/)";return n={...ca(n),[`${e}filter`]:t.map(r=>`var(--tw-${e}${r})`).join(" ")},[`(${e}filter)-(none)`,re(`${e}filter`,n),...t.map(r=>ie(`${r[0]=="h"?"-?":""}(${e}${r})(?:$|-)`,r,({1:a,_:o})=>({[`--tw-${a}`]:ct(o).map(i=>`${r}(${i})`).join(" "),...n})))]}function cd({1:e,_:t}){return{["--tw-"+e]:t,...gd()}}function gd(){return{...ca({"--tw-translate-x":"0","--tw-translate-y":"0","--tw-rotate":"0","--tw-skew-x":"0","--tw-skew-y":"0","--tw-scale-x":"1","--tw-scale-y":"1","--tw-transform":a3()}),transform:"var(--tw-transform)"}}function a3(e){return[e?"translate3d(var(--tw-translate-x),var(--tw-translate-y),0)":"translateX(var(--tw-translate-x)) translateY(var(--tw-translate-y))","rotate(var(--tw-rotate))","skewX(var(--tw-skew-x))","skewY(var(--tw-skew-y))","scaleX(var(--tw-scale-x))","scaleY(var(--tw-scale-y))"].join(" ")}function n3({1:e,2:t}){return`${e} ${t} / ${e} ${t}`}function r3({1:e}){return`repeat(${e},minmax(0,1fr))`}function ca(e){return{"@layer defaults":{"*,::before,::after":e,"::backdrop":e}}}var pT=[["sticky","@supports ((position: -webkit-sticky) or (position:sticky))"],["motion-reduce","@media (prefers-reduced-motion:reduce)"],["motion-safe","@media (prefers-reduced-motion:no-preference)"],["print","@media print"],["(portrait|landscape)",({1:e})=>`@media (orientation:${e})`],["contrast-(more|less)",({1:e})=>`@media (prefers-contrast:${e})`],["(first-(letter|line)|placeholder|backdrop|before|after)",({1:e})=>`&::${e}`],["(marker|selection)",({1:e})=>`& *::${e},&::${e}`],["file","&::file-selector-button"],["(first|last|only)",({1:e})=>`&:${e}-child`],["even","&:nth-child(2n)"],["odd","&:nth-child(odd)"],["open","&[open]"],["(aria|data)-",({1:e,$$:t},n)=>t&&`&[${e}-${n.theme(e,t)||vr(t,"",n)||`${t}="true"`}]`],["((group|peer)(~[^-[]+)?)(-\\[(.+)]|[-[].+?)(\\/.+)?",({2:e,3:t="",4:n,5:r="",6:a=t},{e:o,h:i,v:s})=>{let u=Qo(r)||(n[0]=="["?n:s(n.slice(1)));return`${(u.includes("&")?u:"&"+u).replace(/&/g,`:merge(.${o(i(e+a))})`)}${e[0]=="p"?"~":" "}&`}],["(ltr|rtl)",({1:e})=>`[dir="${e}"] &`],["supports-",({$$:e},t)=>{if(e&&=t.theme("supports",e)||vr(e,"",t),e)return e.includes(":")||(e+=":var(--tw)"),/^\w*\s*\(/.test(e)||(e=`(${e})`),`@supports ${e.replace(/\b(and|or|not)\b/g," $1 ").trim()}`}],["max-",({$$:e},t)=>{if(e&&=t.theme("screens",e)||vr(e,"",t),typeof e=="string")return`@media not all and (min-width:${e})`}],["min-",({$$:e},t)=>(e&&=vr(e,"",t))&&`@media (min-width:${e})`],[/^\[(.+)]$/,({1:e})=>/[&@]/.test(e)&&Qo(e).replace(/[}]+$/,"").split("{")]];function fT({colors:e,disablePreflight:t}={}){return{preflight:t?void 0:gT,theme:{...dd,colors:{inherit:"inherit",current:"currentColor",transparent:"transparent",black:"#000",white:"#fff",...e}},variants:pT,rules:mT,finalize(n){return n.n&&n.d&&n.r.some(r=>/^&::(before|after)$/.test(r))&&!/(^|;)content:/.test(n.d)?{...n,d:"content:var(--tw-content);"+n.d}:n}}}var hT={50:"#f8fafc",100:"#f1f5f9",200:"#e2e8f0",300:"#cbd5e1",400:"#94a3b8",500:"#64748b",600:"#475569",700:"#334155",800:"#1e293b",900:"#0f172a"},bT={50:"#f9fafb",100:"#f3f4f6",200:"#e5e7eb",300:"#d1d5db",400:"#9ca3af",500:"#6b7280",600:"#4b5563",700:"#374151",800:"#1f2937",900:"#111827"},yT={50:"#fafafa",100:"#f4f4f5",200:"#e4e4e7",300:"#d4d4d8",400:"#a1a1aa",500:"#71717a",600:"#52525b",700:"#3f3f46",800:"#27272a",900:"#18181b"},CT={50:"#fafafa",100:"#f5f5f5",200:"#e5e5e5",300:"#d4d4d4",400:"#a3a3a3",500:"#737373",600:"#525252",700:"#404040",800:"#262626",900:"#171717"},TT={50:"#fafaf9",100:"#f5f5f4",200:"#e7e5e4",300:"#d6d3d1",400:"#a8a29e",500:"#78716c",600:"#57534e",700:"#44403c",800:"#292524",900:"#1c1917"},vT={50:"#fef2f2",100:"#fee2e2",200:"#fecaca",300:"#fca5a5",400:"#f87171",500:"#ef4444",600:"#dc2626",700:"#b91c1c",800:"#991b1b",900:"#7f1d1d"},xT={50:"#fff7ed",100:"#ffedd5",200:"#fed7aa",300:"#fdba74",400:"#fb923c",500:"#f97316",600:"#ea580c",700:"#c2410c",800:"#9a3412",900:"#7c2d12"},ET={50:"#fffbeb",100:"#fef3c7",200:"#fde68a",300:"#fcd34d",400:"#fbbf24",500:"#f59e0b",600:"#d97706",700:"#b45309",800:"#92400e",900:"#78350f"},ST={50:"#fefce8",100:"#fef9c3",200:"#fef08a",300:"#fde047",400:"#facc15",500:"#eab308",600:"#ca8a04",700:"#a16207",800:"#854d0e",900:"#713f12"},wT={50:"#f7fee7",100:"#ecfccb",200:"#d9f99d",300:"#bef264",400:"#a3e635",500:"#84cc16",600:"#65a30d",700:"#4d7c0f",800:"#3f6212",900:"#365314"},DT={50:"#f0fdf4",100:"#dcfce7",200:"#bbf7d0",300:"#86efac",400:"#4ade80",500:"#22c55e",600:"#16a34a",700:"#15803d",800:"#166534",900:"#14532d"},kT={50:"#ecfdf5",100:"#d1fae5",200:"#a7f3d0",300:"#6ee7b7",400:"#34d399",500:"#10b981",600:"#059669",700:"#047857",800:"#065f46",900:"#064e3b"},AT={50:"#f0fdfa",100:"#ccfbf1",200:"#99f6e4",300:"#5eead4",400:"#2dd4bf",500:"#14b8a6",600:"#0d9488",700:"#0f766e",800:"#115e59",900:"#134e4a"},LT={50:"#ecfeff",100:"#cffafe",200:"#a5f3fc",300:"#67e8f9",400:"#22d3ee",500:"#06b6d4",600:"#0891b2",700:"#0e7490",800:"#155e75",900:"#164e63"},_T={50:"#f0f9ff",100:"#e0f2fe",200:"#bae6fd",300:"#7dd3fc",400:"#38bdf8",500:"#0ea5e9",600:"#0284c7",700:"#0369a1",800:"#075985",900:"#0c4a6e"},MT={50:"#eff6ff",100:"#dbeafe",200:"#bfdbfe",300:"#93c5fd",400:"#60a5fa",500:"#3b82f6",600:"#2563eb",700:"#1d4ed8",800:"#1e40af",900:"#1e3a8a"},PT={50:"#eef2ff",100:"#e0e7ff",200:"#c7d2fe",300:"#a5b4fc",400:"#818cf8",500:"#6366f1",600:"#4f46e5",700:"#4338ca",800:"#3730a3",900:"#312e81"},FT={50:"#f5f3ff",100:"#ede9fe",200:"#ddd6fe",300:"#c4b5fd",400:"#a78bfa",500:"#8b5cf6",600:"#7c3aed",700:"#6d28d9",800:"#5b21b6",900:"#4c1d95"},BT={50:"#faf5ff",100:"#f3e8ff",200:"#e9d5ff",300:"#d8b4fe",400:"#c084fc",500:"#a855f7",600:"#9333ea",700:"#7e22ce",800:"#6b21a8",900:"#581c87"},RT={50:"#fdf4ff",100:"#fae8ff",200:"#f5d0fe",300:"#f0abfc",400:"#e879f9",500:"#d946ef",600:"#c026d3",700:"#a21caf",800:"#86198f",900:"#701a75"},IT={50:"#fdf2f8",100:"#fce7f3",200:"#fbcfe8",300:"#f9a8d4",400:"#f472b6",500:"#ec4899",600:"#db2777",700:"#be185d",800:"#9d174d",900:"#831843"},OT={50:"#fff1f2",100:"#ffe4e6",200:"#fecdd3",300:"#fda4af",400:"#fb7185",500:"#f43f5e",600:"#e11d48",700:"#be123c",800:"#9f1239",900:"#881337"},NT={__proto__:null,slate:hT,gray:bT,zinc:yT,neutral:CT,stone:TT,red:vT,orange:xT,amber:ET,yellow:ST,lime:wT,green:DT,emerald:kT,teal:AT,cyan:LT,sky:_T,blue:MT,indigo:PT,violet:FT,purple:BT,fuchsia:RT,pink:IT,rose:OT};function el({disablePreflight:e}={}){return fT({colors:NT,disablePreflight:e})}m();m();var tl=globalThis||(typeof window<"u"?window:self),UT=Object.create,pd=Object.defineProperty,jT=Object.getOwnPropertyDescriptor,HT=Object.getOwnPropertyNames,zT=Object.getPrototypeOf,qT=Object.prototype.hasOwnProperty,WT=(e,t)=>()=>(t||e((t={exports:{}}).exports,t),t.exports),$T=(e,t)=>{for(var n in t)pd(e,n,{get:t[n],enumerable:!0})},md=(e,t,n,r)=>{if(t&&typeof t=="object"||typeof t=="function")for(let a of HT(t))!qT.call(e,a)&&a!==n&&pd(e,a,{get:()=>t[a],enumerable:!(r=jT(t,a))||r.enumerable});return e},VT=(e,t,n)=>(md(e,t,"default"),n&&md(n,t,"default")),i3=(e,t,n)=>(n=e!=null?UT(zT(e)):{},md(t||!e||!e.__esModule?pd(n,"default",{value:e,enumerable:!0}):n,e)),s3=WT((e,t)=>{(function(n,r){typeof define=="function"&&define.amd?define([],r):typeof e<"u"?r():(r(),n.FileSaver={})})(e,function(){"use strict";function n(l,c){return typeof c>"u"?c={autoBom:!1}:typeof c!="object"&&(c={autoBom:!c}),c.autoBom&&/^\s*(?:text\/\S*|application\/xml|\S*\/\S*\+xml)\s*;.*charset\s*=\s*utf-8/i.test(l.type)?new Blob(["\uFEFF",l],{type:l.type}):l}function r(l,c,g){var p=new XMLHttpRequest;p.open("GET",l),p.responseType="blob",p.onload=function(){u(p.response,c,g)},p.onerror=function(){},p.send()}function a(l){var c=new XMLHttpRequest;c.open("HEAD",l,!1);try{c.send()}catch{}return 200<=c.status&&299>=c.status}function o(l){try{l.dispatchEvent(new MouseEvent("click"))}catch{var c=document.createEvent("MouseEvents");c.initMouseEvent("click",!0,!0,window,0,0,0,80,20,!1,!1,!1,!1,0,null),l.dispatchEvent(c)}}var i=typeof window=="object"&&window.window===window?window:typeof self=="object"&&self.self===self?self:typeof tl=="object"&&tl.global===tl?tl:void 0,s=i.navigator&&/Macintosh/.test(navigator.userAgent)&&/AppleWebKit/.test(navigator.userAgent)&&!/Safari/.test(navigator.userAgent),u=i.saveAs||(typeof window!="object"||window!==i?function(){}:"download"in HTMLAnchorElement.prototype&&!s?function(l,c,g){var p=i.URL||i.webkitURL,f=document.createElement("a");c=c||l.name||"download",f.download=c,f.rel="noopener",typeof l=="string"?(f.href=l,f.origin===location.origin?o(f):a(f.href)?r(l,c,g):o(f,f.target="_blank")):(f.href=p.createObjectURL(l),setTimeout(function(){p.revokeObjectURL(f.href)},4e4),setTimeout(function(){o(f)},0))}:"msSaveOrOpenBlob"in navigator?function(l,c,g){if(c=c||l.name||"download",typeof l!="string")navigator.msSaveOrOpenBlob(n(l,g),c);else if(a(l))r(l,c,g);else{var p=document.createElement("a");p.href=l,p.target="_blank",setTimeout(function(){o(p)})}}:function(l,c,g,p){if(p=p||open("","_blank"),p&&(p.document.title=p.document.body.innerText="downloading..."),typeof l=="string")return r(l,c,g);var f=l.type==="application/octet-stream",h=/constructor/i.test(i.HTMLElement)||i.safari,y=/CriOS\/[\d]+/.test(navigator.userAgent);if((y||f&&h||s)&&typeof FileReader<"u"){var C=new FileReader;C.onloadend=function(){var S=C.result;S=y?S:S.replace(/^data:[^;]*;/,"data:attachment/file;"),p?p.location.href=S:location=S,p=null},C.readAsDataURL(l)}else{var b=i.URL||i.webkitURL,v=b.createObjectURL(l);p?p.location=v:location.href=v,p=null,setTimeout(function(){b.revokeObjectURL(v)},4e4)}});i.saveAs=u.saveAs=u,typeof t<"u"&&(t.exports=u)})}),u3={};$T(u3,{default:()=>ao});var KT=i3(s3());VT(u3,i3(s3()));var{default:o3,...GT}=KT,ao=o3!==void 0?o3:GT;m();m();m();m();m();m();m();function Xo(){let e,t="pending",n=new Promise((r,a)=>{e={async resolve(o){await o,t="fulfilled",r(o)},reject(o){t="rejected",a(o)}}});return Object.defineProperty(n,"state",{get:()=>t}),Object.assign(n,e)}m();var fd=class extends Error{constructor(){super("Deadline"),this.name="DeadlineError"}};function nl(e,t){let n=Xo(),r=setTimeout(()=>n.reject(new fd),t);return Promise.race([e,n]).finally(()=>clearTimeout(r))}m();m();function xn(e,t={}){let{signal:n,persistent:r}=t;return n?.aborted?Promise.reject(new DOMException("Delay was aborted.","AbortError")):new Promise((a,o)=>{let i=()=>{clearTimeout(u),o(new DOMException("Delay was aborted.","AbortError"))},u=setTimeout(()=>{n?.removeEventListener("abort",i),a()},e);if(n?.addEventListener("abort",i,{once:!0}),r===!1)try{Deno.unrefTimer(u)}catch(l){if(!(l instanceof ReferenceError))throw l}})}m();var l3=class{#e=0;#t=[];#n=[];#r=Xo();add(t){++this.#e,this.#a(t[Symbol.asyncIterator]())}async#a(t){try{let{value:n,done:r}=await t.next();r?--this.#e:this.#t.push({iterator:t,value:n})}catch(n){this.#n.push(n)}this.#r.resolve()}async*iterate(){for(;this.#e>0;){await this.#r;for(let t=0;tv8,bgBlue:()=>w8,bgBrightBlack:()=>L8,bgBrightBlue:()=>F8,bgBrightCyan:()=>R8,bgBrightGreen:()=>M8,bgBrightMagenta:()=>B8,bgBrightRed:()=>_8,bgBrightWhite:()=>I8,bgBrightYellow:()=>P8,bgCyan:()=>k8,bgGreen:()=>E8,bgMagenta:()=>D8,bgRed:()=>x8,bgRgb24:()=>j8,bgRgb8:()=>N8,bgWhite:()=>A8,bgYellow:()=>S8,black:()=>o8,blue:()=>l8,bold:()=>ZT,brightBlack:()=>g3,brightBlue:()=>b8,brightCyan:()=>C8,brightGreen:()=>f8,brightMagenta:()=>y8,brightRed:()=>p8,brightWhite:()=>T8,brightYellow:()=>h8,cyan:()=>d8,dim:()=>XT,getColorEnabled:()=>JT,gray:()=>m8,green:()=>s8,hidden:()=>r8,inverse:()=>n8,italic:()=>e8,magenta:()=>c8,red:()=>i8,reset:()=>QT,rgb24:()=>U8,rgb8:()=>O8,setColorEnabled:()=>YT,strikethrough:()=>a8,stripColor:()=>z8,underline:()=>t8,white:()=>g8,yellow:()=>u8});m();var{Deno:c3}=globalThis,d3=typeof c3?.noColor=="boolean"?c3.noColor:!0,hd=!d3;function YT(e){d3||(hd=e)}function JT(){return hd}function _e(e,t){return{open:`\x1B[${e.join(";")}m`,close:`\x1B[${t}m`,regexp:new RegExp(`\\x1b\\[${t}m`,"g")}}function Me(e,t){return hd?`${t.open}${e.replace(t.regexp,t.open)}${t.close}`:e}function QT(e){return Me(e,_e([0],0))}function ZT(e){return Me(e,_e([1],22))}function XT(e){return Me(e,_e([2],22))}function e8(e){return Me(e,_e([3],23))}function t8(e){return Me(e,_e([4],24))}function n8(e){return Me(e,_e([7],27))}function r8(e){return Me(e,_e([8],28))}function a8(e){return Me(e,_e([9],29))}function o8(e){return Me(e,_e([30],39))}function i8(e){return Me(e,_e([31],39))}function s8(e){return Me(e,_e([32],39))}function u8(e){return Me(e,_e([33],39))}function l8(e){return Me(e,_e([34],39))}function c8(e){return Me(e,_e([35],39))}function d8(e){return Me(e,_e([36],39))}function g8(e){return Me(e,_e([37],39))}function m8(e){return g3(e)}function g3(e){return Me(e,_e([90],39))}function p8(e){return Me(e,_e([91],39))}function f8(e){return Me(e,_e([92],39))}function h8(e){return Me(e,_e([93],39))}function b8(e){return Me(e,_e([94],39))}function y8(e){return Me(e,_e([95],39))}function C8(e){return Me(e,_e([96],39))}function T8(e){return Me(e,_e([97],39))}function v8(e){return Me(e,_e([40],49))}function x8(e){return Me(e,_e([41],49))}function E8(e){return Me(e,_e([42],49))}function S8(e){return Me(e,_e([43],49))}function w8(e){return Me(e,_e([44],49))}function D8(e){return Me(e,_e([45],49))}function k8(e){return Me(e,_e([46],49))}function A8(e){return Me(e,_e([47],49))}function L8(e){return Me(e,_e([100],49))}function _8(e){return Me(e,_e([101],49))}function M8(e){return Me(e,_e([102],49))}function P8(e){return Me(e,_e([103],49))}function F8(e){return Me(e,_e([104],49))}function B8(e){return Me(e,_e([105],49))}function R8(e){return Me(e,_e([106],49))}function I8(e){return Me(e,_e([107],49))}function da(e,t=255,n=0){return Math.trunc(Math.max(Math.min(e,t),n))}function O8(e,t){return Me(e,_e([38,5,da(t)],39))}function N8(e,t){return Me(e,_e([48,5,da(t)],49))}function U8(e,t){return typeof t=="number"?Me(e,_e([38,2,t>>16&255,t>>8&255,t&255],39)):Me(e,_e([38,2,da(t.r),da(t.g),da(t.b)],39))}function j8(e,t){return typeof t=="number"?Me(e,_e([48,2,t>>16&255,t>>8&255,t&255],49)):Me(e,_e([48,2,da(t.r),da(t.g),da(t.b)],49))}var H8=new RegExp(["[\\u001B\\u009B][[\\]()#;?]*(?:(?:(?:(?:;[-a-zA-Z\\d\\/#&.:=?%@~_]+)*|[a-zA-Z\\d]+(?:;[-a-zA-Z\\d\\/#&.:=?%@~_]*)*)?\\u0007)","(?:(?:\\d{1,4}(?:;\\d{0,4})*)?[\\dA-PR-TZcf-nq-uy=><~]))"].join("|"),"g");function z8(e){return e.replace(H8,"")}m();m();var bd=class extends Error{constructor(t,n){super(`Exceeded max retry count (${n})`),this.name="RetryError",this.cause=t}},q8={multiplier:2,maxTimeout:6e4,maxAttempts:5,minTimeout:1e3};async function yd(e,t){let n={...q8,...t};if(n.maxTimeout>=0&&n.minTimeout>n.maxTimeout)throw new RangeError("minTimeout is greater than maxTimeout");let r=n.minTimeout,a;for(let o=0;osetTimeout(s,r)),r*=n.multiplier,r=Math.max(r,n.minTimeout),n.maxTimeout>=0&&(r=Math.min(r,n.maxTimeout)),a=i}throw new bd(a,n.maxAttempts)}m();var Ur=["A","B","C","D","E","F","G","H","I","J","K","L","M","N","O","P","Q","R","S","T","U","V","W","X","Y","Z","a","b","c","d","e","f","g","h","i","j","k","l","m","n","o","p","q","r","s","t","u","v","w","x","y","z","0","1","2","3","4","5","6","7","8","9","+","/"];function Cd(e){let t=typeof e=="string"?new TextEncoder().encode(e):e instanceof Uint8Array?e:new Uint8Array(e),n="",r,a=t.length;for(r=2;r>2],n+=Ur[(t[r-2]&3)<<4|t[r-1]>>4],n+=Ur[(t[r-1]&15)<<2|t[r]>>6],n+=Ur[t[r]&63];return r===a+1&&(n+=Ur[t[r-2]>>2],n+=Ur[(t[r-2]&3)<<4],n+="=="),r===a&&(n+=Ur[t[r-2]>>2],n+=Ur[(t[r-2]&3)<<4|t[r-1]>>4],n+=Ur[(t[r-1]&15)<<2],n+="="),n}m();m();var W8=/[\u1680\u2000-\u200A\u202F\u205F\u3000]/,$8=/[\xAA\xB5\xBA\xC0-\xD6\xD8-\xF6\xF8-\u02C1\u02C6-\u02D1\u02E0-\u02E4\u02EC\u02EE\u0370-\u0374\u0376\u0377\u037A-\u037D\u037F\u0386\u0388-\u038A\u038C\u038E-\u03A1\u03A3-\u03F5\u03F7-\u0481\u048A-\u052F\u0531-\u0556\u0559\u0561-\u0587\u05D0-\u05EA\u05F0-\u05F2\u0620-\u064A\u066E\u066F\u0671-\u06D3\u06D5\u06E5\u06E6\u06EE\u06EF\u06FA-\u06FC\u06FF\u0710\u0712-\u072F\u074D-\u07A5\u07B1\u07CA-\u07EA\u07F4\u07F5\u07FA\u0800-\u0815\u081A\u0824\u0828\u0840-\u0858\u0860-\u086A\u08A0-\u08B4\u08B6-\u08BD\u0904-\u0939\u093D\u0950\u0958-\u0961\u0971-\u0980\u0985-\u098C\u098F\u0990\u0993-\u09A8\u09AA-\u09B0\u09B2\u09B6-\u09B9\u09BD\u09CE\u09DC\u09DD\u09DF-\u09E1\u09F0\u09F1\u09FC\u0A05-\u0A0A\u0A0F\u0A10\u0A13-\u0A28\u0A2A-\u0A30\u0A32\u0A33\u0A35\u0A36\u0A38\u0A39\u0A59-\u0A5C\u0A5E\u0A72-\u0A74\u0A85-\u0A8D\u0A8F-\u0A91\u0A93-\u0AA8\u0AAA-\u0AB0\u0AB2\u0AB3\u0AB5-\u0AB9\u0ABD\u0AD0\u0AE0\u0AE1\u0AF9\u0B05-\u0B0C\u0B0F\u0B10\u0B13-\u0B28\u0B2A-\u0B30\u0B32\u0B33\u0B35-\u0B39\u0B3D\u0B5C\u0B5D\u0B5F-\u0B61\u0B71\u0B83\u0B85-\u0B8A\u0B8E-\u0B90\u0B92-\u0B95\u0B99\u0B9A\u0B9C\u0B9E\u0B9F\u0BA3\u0BA4\u0BA8-\u0BAA\u0BAE-\u0BB9\u0BD0\u0C05-\u0C0C\u0C0E-\u0C10\u0C12-\u0C28\u0C2A-\u0C39\u0C3D\u0C58-\u0C5A\u0C60\u0C61\u0C80\u0C85-\u0C8C\u0C8E-\u0C90\u0C92-\u0CA8\u0CAA-\u0CB3\u0CB5-\u0CB9\u0CBD\u0CDE\u0CE0\u0CE1\u0CF1\u0CF2\u0D05-\u0D0C\u0D0E-\u0D10\u0D12-\u0D3A\u0D3D\u0D4E\u0D54-\u0D56\u0D5F-\u0D61\u0D7A-\u0D7F\u0D85-\u0D96\u0D9A-\u0DB1\u0DB3-\u0DBB\u0DBD\u0DC0-\u0DC6\u0E01-\u0E30\u0E32\u0E33\u0E40-\u0E46\u0E81\u0E82\u0E84\u0E87\u0E88\u0E8A\u0E8D\u0E94-\u0E97\u0E99-\u0E9F\u0EA1-\u0EA3\u0EA5\u0EA7\u0EAA\u0EAB\u0EAD-\u0EB0\u0EB2\u0EB3\u0EBD\u0EC0-\u0EC4\u0EC6\u0EDC-\u0EDF\u0F00\u0F40-\u0F47\u0F49-\u0F6C\u0F88-\u0F8C\u1000-\u102A\u103F\u1050-\u1055\u105A-\u105D\u1061\u1065\u1066\u106E-\u1070\u1075-\u1081\u108E\u10A0-\u10C5\u10C7\u10CD\u10D0-\u10FA\u10FC-\u1248\u124A-\u124D\u1250-\u1256\u1258\u125A-\u125D\u1260-\u1288\u128A-\u128D\u1290-\u12B0\u12B2-\u12B5\u12B8-\u12BE\u12C0\u12C2-\u12C5\u12C8-\u12D6\u12D8-\u1310\u1312-\u1315\u1318-\u135A\u1380-\u138F\u13A0-\u13F5\u13F8-\u13FD\u1401-\u166C\u166F-\u167F\u1681-\u169A\u16A0-\u16EA\u16EE-\u16F8\u1700-\u170C\u170E-\u1711\u1720-\u1731\u1740-\u1751\u1760-\u176C\u176E-\u1770\u1780-\u17B3\u17D7\u17DC\u1820-\u1877\u1880-\u1884\u1887-\u18A8\u18AA\u18B0-\u18F5\u1900-\u191E\u1950-\u196D\u1970-\u1974\u1980-\u19AB\u19B0-\u19C9\u1A00-\u1A16\u1A20-\u1A54\u1AA7\u1B05-\u1B33\u1B45-\u1B4B\u1B83-\u1BA0\u1BAE\u1BAF\u1BBA-\u1BE5\u1C00-\u1C23\u1C4D-\u1C4F\u1C5A-\u1C7D\u1C80-\u1C88\u1CE9-\u1CEC\u1CEE-\u1CF1\u1CF5\u1CF6\u1D00-\u1DBF\u1E00-\u1F15\u1F18-\u1F1D\u1F20-\u1F45\u1F48-\u1F4D\u1F50-\u1F57\u1F59\u1F5B\u1F5D\u1F5F-\u1F7D\u1F80-\u1FB4\u1FB6-\u1FBC\u1FBE\u1FC2-\u1FC4\u1FC6-\u1FCC\u1FD0-\u1FD3\u1FD6-\u1FDB\u1FE0-\u1FEC\u1FF2-\u1FF4\u1FF6-\u1FFC\u2071\u207F\u2090-\u209C\u2102\u2107\u210A-\u2113\u2115\u2119-\u211D\u2124\u2126\u2128\u212A-\u212D\u212F-\u2139\u213C-\u213F\u2145-\u2149\u214E\u2160-\u2188\u2C00-\u2C2E\u2C30-\u2C5E\u2C60-\u2CE4\u2CEB-\u2CEE\u2CF2\u2CF3\u2D00-\u2D25\u2D27\u2D2D\u2D30-\u2D67\u2D6F\u2D80-\u2D96\u2DA0-\u2DA6\u2DA8-\u2DAE\u2DB0-\u2DB6\u2DB8-\u2DBE\u2DC0-\u2DC6\u2DC8-\u2DCE\u2DD0-\u2DD6\u2DD8-\u2DDE\u2E2F\u3005-\u3007\u3021-\u3029\u3031-\u3035\u3038-\u303C\u3041-\u3096\u309D-\u309F\u30A1-\u30FA\u30FC-\u30FF\u3105-\u312E\u3131-\u318E\u31A0-\u31BA\u31F0-\u31FF\u3400-\u4DB5\u4E00-\u9FEA\uA000-\uA48C\uA4D0-\uA4FD\uA500-\uA60C\uA610-\uA61F\uA62A\uA62B\uA640-\uA66E\uA67F-\uA69D\uA6A0-\uA6EF\uA717-\uA71F\uA722-\uA788\uA78B-\uA7AE\uA7B0-\uA7B7\uA7F7-\uA801\uA803-\uA805\uA807-\uA80A\uA80C-\uA822\uA840-\uA873\uA882-\uA8B3\uA8F2-\uA8F7\uA8FB\uA8FD\uA90A-\uA925\uA930-\uA946\uA960-\uA97C\uA984-\uA9B2\uA9CF\uA9E0-\uA9E4\uA9E6-\uA9EF\uA9FA-\uA9FE\uAA00-\uAA28\uAA40-\uAA42\uAA44-\uAA4B\uAA60-\uAA76\uAA7A\uAA7E-\uAAAF\uAAB1\uAAB5\uAAB6\uAAB9-\uAABD\uAAC0\uAAC2\uAADB-\uAADD\uAAE0-\uAAEA\uAAF2-\uAAF4\uAB01-\uAB06\uAB09-\uAB0E\uAB11-\uAB16\uAB20-\uAB26\uAB28-\uAB2E\uAB30-\uAB5A\uAB5C-\uAB65\uAB70-\uABE2\uAC00-\uD7A3\uD7B0-\uD7C6\uD7CB-\uD7FB\uF900-\uFA6D\uFA70-\uFAD9\uFB00-\uFB06\uFB13-\uFB17\uFB1D\uFB1F-\uFB28\uFB2A-\uFB36\uFB38-\uFB3C\uFB3E\uFB40\uFB41\uFB43\uFB44\uFB46-\uFBB1\uFBD3-\uFD3D\uFD50-\uFD8F\uFD92-\uFDC7\uFDF0-\uFDFB\uFE70-\uFE74\uFE76-\uFEFC\uFF21-\uFF3A\uFF41-\uFF5A\uFF66-\uFFBE\uFFC2-\uFFC7\uFFCA-\uFFCF\uFFD2-\uFFD7\uFFDA-\uFFDC]|\uD800[\uDC00-\uDC0B\uDC0D-\uDC26\uDC28-\uDC3A\uDC3C\uDC3D\uDC3F-\uDC4D\uDC50-\uDC5D\uDC80-\uDCFA\uDD40-\uDD74\uDE80-\uDE9C\uDEA0-\uDED0\uDF00-\uDF1F\uDF2D-\uDF4A\uDF50-\uDF75\uDF80-\uDF9D\uDFA0-\uDFC3\uDFC8-\uDFCF\uDFD1-\uDFD5]|\uD801[\uDC00-\uDC9D\uDCB0-\uDCD3\uDCD8-\uDCFB\uDD00-\uDD27\uDD30-\uDD63\uDE00-\uDF36\uDF40-\uDF55\uDF60-\uDF67]|\uD802[\uDC00-\uDC05\uDC08\uDC0A-\uDC35\uDC37\uDC38\uDC3C\uDC3F-\uDC55\uDC60-\uDC76\uDC80-\uDC9E\uDCE0-\uDCF2\uDCF4\uDCF5\uDD00-\uDD15\uDD20-\uDD39\uDD80-\uDDB7\uDDBE\uDDBF\uDE00\uDE10-\uDE13\uDE15-\uDE17\uDE19-\uDE33\uDE60-\uDE7C\uDE80-\uDE9C\uDEC0-\uDEC7\uDEC9-\uDEE4\uDF00-\uDF35\uDF40-\uDF55\uDF60-\uDF72\uDF80-\uDF91]|\uD803[\uDC00-\uDC48\uDC80-\uDCB2\uDCC0-\uDCF2]|\uD804[\uDC03-\uDC37\uDC83-\uDCAF\uDCD0-\uDCE8\uDD03-\uDD26\uDD50-\uDD72\uDD76\uDD83-\uDDB2\uDDC1-\uDDC4\uDDDA\uDDDC\uDE00-\uDE11\uDE13-\uDE2B\uDE80-\uDE86\uDE88\uDE8A-\uDE8D\uDE8F-\uDE9D\uDE9F-\uDEA8\uDEB0-\uDEDE\uDF05-\uDF0C\uDF0F\uDF10\uDF13-\uDF28\uDF2A-\uDF30\uDF32\uDF33\uDF35-\uDF39\uDF3D\uDF50\uDF5D-\uDF61]|\uD805[\uDC00-\uDC34\uDC47-\uDC4A\uDC80-\uDCAF\uDCC4\uDCC5\uDCC7\uDD80-\uDDAE\uDDD8-\uDDDB\uDE00-\uDE2F\uDE44\uDE80-\uDEAA\uDF00-\uDF19]|\uD806[\uDCA0-\uDCDF\uDCFF\uDE00\uDE0B-\uDE32\uDE3A\uDE50\uDE5C-\uDE83\uDE86-\uDE89\uDEC0-\uDEF8]|\uD807[\uDC00-\uDC08\uDC0A-\uDC2E\uDC40\uDC72-\uDC8F\uDD00-\uDD06\uDD08\uDD09\uDD0B-\uDD30\uDD46]|\uD808[\uDC00-\uDF99]|\uD809[\uDC00-\uDC6E\uDC80-\uDD43]|[\uD80C\uD81C-\uD820\uD840-\uD868\uD86A-\uD86C\uD86F-\uD872\uD874-\uD879][\uDC00-\uDFFF]|\uD80D[\uDC00-\uDC2E]|\uD811[\uDC00-\uDE46]|\uD81A[\uDC00-\uDE38\uDE40-\uDE5E\uDED0-\uDEED\uDF00-\uDF2F\uDF40-\uDF43\uDF63-\uDF77\uDF7D-\uDF8F]|\uD81B[\uDF00-\uDF44\uDF50\uDF93-\uDF9F\uDFE0\uDFE1]|\uD821[\uDC00-\uDFEC]|\uD822[\uDC00-\uDEF2]|\uD82C[\uDC00-\uDD1E\uDD70-\uDEFB]|\uD82F[\uDC00-\uDC6A\uDC70-\uDC7C\uDC80-\uDC88\uDC90-\uDC99]|\uD835[\uDC00-\uDC54\uDC56-\uDC9C\uDC9E\uDC9F\uDCA2\uDCA5\uDCA6\uDCA9-\uDCAC\uDCAE-\uDCB9\uDCBB\uDCBD-\uDCC3\uDCC5-\uDD05\uDD07-\uDD0A\uDD0D-\uDD14\uDD16-\uDD1C\uDD1E-\uDD39\uDD3B-\uDD3E\uDD40-\uDD44\uDD46\uDD4A-\uDD50\uDD52-\uDEA5\uDEA8-\uDEC0\uDEC2-\uDEDA\uDEDC-\uDEFA\uDEFC-\uDF14\uDF16-\uDF34\uDF36-\uDF4E\uDF50-\uDF6E\uDF70-\uDF88\uDF8A-\uDFA8\uDFAA-\uDFC2\uDFC4-\uDFCB]|\uD83A[\uDC00-\uDCC4\uDD00-\uDD43]|\uD83B[\uDE00-\uDE03\uDE05-\uDE1F\uDE21\uDE22\uDE24\uDE27\uDE29-\uDE32\uDE34-\uDE37\uDE39\uDE3B\uDE42\uDE47\uDE49\uDE4B\uDE4D-\uDE4F\uDE51\uDE52\uDE54\uDE57\uDE59\uDE5B\uDE5D\uDE5F\uDE61\uDE62\uDE64\uDE67-\uDE6A\uDE6C-\uDE72\uDE74-\uDE77\uDE79-\uDE7C\uDE7E\uDE80-\uDE89\uDE8B-\uDE9B\uDEA1-\uDEA3\uDEA5-\uDEA9\uDEAB-\uDEBB]|\uD869[\uDC00-\uDED6\uDF00-\uDFFF]|\uD86D[\uDC00-\uDF34\uDF40-\uDFFF]|\uD86E[\uDC00-\uDC1D\uDC20-\uDFFF]|\uD873[\uDC00-\uDEA1\uDEB0-\uDFFF]|\uD87A[\uDC00-\uDFE0]|\uD87E[\uDC00-\uDE1D]/,V8=/[\xAA\xB5\xBA\xC0-\xD6\xD8-\xF6\xF8-\u02C1\u02C6-\u02D1\u02E0-\u02E4\u02EC\u02EE\u0300-\u0374\u0376\u0377\u037A-\u037D\u037F\u0386\u0388-\u038A\u038C\u038E-\u03A1\u03A3-\u03F5\u03F7-\u0481\u0483-\u0487\u048A-\u052F\u0531-\u0556\u0559\u0561-\u0587\u0591-\u05BD\u05BF\u05C1\u05C2\u05C4\u05C5\u05C7\u05D0-\u05EA\u05F0-\u05F2\u0610-\u061A\u0620-\u0669\u066E-\u06D3\u06D5-\u06DC\u06DF-\u06E8\u06EA-\u06FC\u06FF\u0710-\u074A\u074D-\u07B1\u07C0-\u07F5\u07FA\u0800-\u082D\u0840-\u085B\u0860-\u086A\u08A0-\u08B4\u08B6-\u08BD\u08D4-\u08E1\u08E3-\u0963\u0966-\u096F\u0971-\u0983\u0985-\u098C\u098F\u0990\u0993-\u09A8\u09AA-\u09B0\u09B2\u09B6-\u09B9\u09BC-\u09C4\u09C7\u09C8\u09CB-\u09CE\u09D7\u09DC\u09DD\u09DF-\u09E3\u09E6-\u09F1\u09FC\u0A01-\u0A03\u0A05-\u0A0A\u0A0F\u0A10\u0A13-\u0A28\u0A2A-\u0A30\u0A32\u0A33\u0A35\u0A36\u0A38\u0A39\u0A3C\u0A3E-\u0A42\u0A47\u0A48\u0A4B-\u0A4D\u0A51\u0A59-\u0A5C\u0A5E\u0A66-\u0A75\u0A81-\u0A83\u0A85-\u0A8D\u0A8F-\u0A91\u0A93-\u0AA8\u0AAA-\u0AB0\u0AB2\u0AB3\u0AB5-\u0AB9\u0ABC-\u0AC5\u0AC7-\u0AC9\u0ACB-\u0ACD\u0AD0\u0AE0-\u0AE3\u0AE6-\u0AEF\u0AF9-\u0AFF\u0B01-\u0B03\u0B05-\u0B0C\u0B0F\u0B10\u0B13-\u0B28\u0B2A-\u0B30\u0B32\u0B33\u0B35-\u0B39\u0B3C-\u0B44\u0B47\u0B48\u0B4B-\u0B4D\u0B56\u0B57\u0B5C\u0B5D\u0B5F-\u0B63\u0B66-\u0B6F\u0B71\u0B82\u0B83\u0B85-\u0B8A\u0B8E-\u0B90\u0B92-\u0B95\u0B99\u0B9A\u0B9C\u0B9E\u0B9F\u0BA3\u0BA4\u0BA8-\u0BAA\u0BAE-\u0BB9\u0BBE-\u0BC2\u0BC6-\u0BC8\u0BCA-\u0BCD\u0BD0\u0BD7\u0BE6-\u0BEF\u0C00-\u0C03\u0C05-\u0C0C\u0C0E-\u0C10\u0C12-\u0C28\u0C2A-\u0C39\u0C3D-\u0C44\u0C46-\u0C48\u0C4A-\u0C4D\u0C55\u0C56\u0C58-\u0C5A\u0C60-\u0C63\u0C66-\u0C6F\u0C80-\u0C83\u0C85-\u0C8C\u0C8E-\u0C90\u0C92-\u0CA8\u0CAA-\u0CB3\u0CB5-\u0CB9\u0CBC-\u0CC4\u0CC6-\u0CC8\u0CCA-\u0CCD\u0CD5\u0CD6\u0CDE\u0CE0-\u0CE3\u0CE6-\u0CEF\u0CF1\u0CF2\u0D00-\u0D03\u0D05-\u0D0C\u0D0E-\u0D10\u0D12-\u0D44\u0D46-\u0D48\u0D4A-\u0D4E\u0D54-\u0D57\u0D5F-\u0D63\u0D66-\u0D6F\u0D7A-\u0D7F\u0D82\u0D83\u0D85-\u0D96\u0D9A-\u0DB1\u0DB3-\u0DBB\u0DBD\u0DC0-\u0DC6\u0DCA\u0DCF-\u0DD4\u0DD6\u0DD8-\u0DDF\u0DE6-\u0DEF\u0DF2\u0DF3\u0E01-\u0E3A\u0E40-\u0E4E\u0E50-\u0E59\u0E81\u0E82\u0E84\u0E87\u0E88\u0E8A\u0E8D\u0E94-\u0E97\u0E99-\u0E9F\u0EA1-\u0EA3\u0EA5\u0EA7\u0EAA\u0EAB\u0EAD-\u0EB9\u0EBB-\u0EBD\u0EC0-\u0EC4\u0EC6\u0EC8-\u0ECD\u0ED0-\u0ED9\u0EDC-\u0EDF\u0F00\u0F18\u0F19\u0F20-\u0F29\u0F35\u0F37\u0F39\u0F3E-\u0F47\u0F49-\u0F6C\u0F71-\u0F84\u0F86-\u0F97\u0F99-\u0FBC\u0FC6\u1000-\u1049\u1050-\u109D\u10A0-\u10C5\u10C7\u10CD\u10D0-\u10FA\u10FC-\u1248\u124A-\u124D\u1250-\u1256\u1258\u125A-\u125D\u1260-\u1288\u128A-\u128D\u1290-\u12B0\u12B2-\u12B5\u12B8-\u12BE\u12C0\u12C2-\u12C5\u12C8-\u12D6\u12D8-\u1310\u1312-\u1315\u1318-\u135A\u135D-\u135F\u1380-\u138F\u13A0-\u13F5\u13F8-\u13FD\u1401-\u166C\u166F-\u167F\u1681-\u169A\u16A0-\u16EA\u16EE-\u16F8\u1700-\u170C\u170E-\u1714\u1720-\u1734\u1740-\u1753\u1760-\u176C\u176E-\u1770\u1772\u1773\u1780-\u17D3\u17D7\u17DC\u17DD\u17E0-\u17E9\u180B-\u180D\u1810-\u1819\u1820-\u1877\u1880-\u18AA\u18B0-\u18F5\u1900-\u191E\u1920-\u192B\u1930-\u193B\u1946-\u196D\u1970-\u1974\u1980-\u19AB\u19B0-\u19C9\u19D0-\u19D9\u1A00-\u1A1B\u1A20-\u1A5E\u1A60-\u1A7C\u1A7F-\u1A89\u1A90-\u1A99\u1AA7\u1AB0-\u1ABD\u1B00-\u1B4B\u1B50-\u1B59\u1B6B-\u1B73\u1B80-\u1BF3\u1C00-\u1C37\u1C40-\u1C49\u1C4D-\u1C7D\u1C80-\u1C88\u1CD0-\u1CD2\u1CD4-\u1CF9\u1D00-\u1DF9\u1DFB-\u1F15\u1F18-\u1F1D\u1F20-\u1F45\u1F48-\u1F4D\u1F50-\u1F57\u1F59\u1F5B\u1F5D\u1F5F-\u1F7D\u1F80-\u1FB4\u1FB6-\u1FBC\u1FBE\u1FC2-\u1FC4\u1FC6-\u1FCC\u1FD0-\u1FD3\u1FD6-\u1FDB\u1FE0-\u1FEC\u1FF2-\u1FF4\u1FF6-\u1FFC\u203F\u2040\u2054\u2071\u207F\u2090-\u209C\u20D0-\u20DC\u20E1\u20E5-\u20F0\u2102\u2107\u210A-\u2113\u2115\u2119-\u211D\u2124\u2126\u2128\u212A-\u212D\u212F-\u2139\u213C-\u213F\u2145-\u2149\u214E\u2160-\u2188\u2C00-\u2C2E\u2C30-\u2C5E\u2C60-\u2CE4\u2CEB-\u2CF3\u2D00-\u2D25\u2D27\u2D2D\u2D30-\u2D67\u2D6F\u2D7F-\u2D96\u2DA0-\u2DA6\u2DA8-\u2DAE\u2DB0-\u2DB6\u2DB8-\u2DBE\u2DC0-\u2DC6\u2DC8-\u2DCE\u2DD0-\u2DD6\u2DD8-\u2DDE\u2DE0-\u2DFF\u2E2F\u3005-\u3007\u3021-\u302F\u3031-\u3035\u3038-\u303C\u3041-\u3096\u3099\u309A\u309D-\u309F\u30A1-\u30FA\u30FC-\u30FF\u3105-\u312E\u3131-\u318E\u31A0-\u31BA\u31F0-\u31FF\u3400-\u4DB5\u4E00-\u9FEA\uA000-\uA48C\uA4D0-\uA4FD\uA500-\uA60C\uA610-\uA62B\uA640-\uA66F\uA674-\uA67D\uA67F-\uA6F1\uA717-\uA71F\uA722-\uA788\uA78B-\uA7AE\uA7B0-\uA7B7\uA7F7-\uA827\uA840-\uA873\uA880-\uA8C5\uA8D0-\uA8D9\uA8E0-\uA8F7\uA8FB\uA8FD\uA900-\uA92D\uA930-\uA953\uA960-\uA97C\uA980-\uA9C0\uA9CF-\uA9D9\uA9E0-\uA9FE\uAA00-\uAA36\uAA40-\uAA4D\uAA50-\uAA59\uAA60-\uAA76\uAA7A-\uAAC2\uAADB-\uAADD\uAAE0-\uAAEF\uAAF2-\uAAF6\uAB01-\uAB06\uAB09-\uAB0E\uAB11-\uAB16\uAB20-\uAB26\uAB28-\uAB2E\uAB30-\uAB5A\uAB5C-\uAB65\uAB70-\uABEA\uABEC\uABED\uABF0-\uABF9\uAC00-\uD7A3\uD7B0-\uD7C6\uD7CB-\uD7FB\uF900-\uFA6D\uFA70-\uFAD9\uFB00-\uFB06\uFB13-\uFB17\uFB1D-\uFB28\uFB2A-\uFB36\uFB38-\uFB3C\uFB3E\uFB40\uFB41\uFB43\uFB44\uFB46-\uFBB1\uFBD3-\uFD3D\uFD50-\uFD8F\uFD92-\uFDC7\uFDF0-\uFDFB\uFE00-\uFE0F\uFE20-\uFE2F\uFE33\uFE34\uFE4D-\uFE4F\uFE70-\uFE74\uFE76-\uFEFC\uFF10-\uFF19\uFF21-\uFF3A\uFF3F\uFF41-\uFF5A\uFF66-\uFFBE\uFFC2-\uFFC7\uFFCA-\uFFCF\uFFD2-\uFFD7\uFFDA-\uFFDC]|\uD800[\uDC00-\uDC0B\uDC0D-\uDC26\uDC28-\uDC3A\uDC3C\uDC3D\uDC3F-\uDC4D\uDC50-\uDC5D\uDC80-\uDCFA\uDD40-\uDD74\uDDFD\uDE80-\uDE9C\uDEA0-\uDED0\uDEE0\uDF00-\uDF1F\uDF2D-\uDF4A\uDF50-\uDF7A\uDF80-\uDF9D\uDFA0-\uDFC3\uDFC8-\uDFCF\uDFD1-\uDFD5]|\uD801[\uDC00-\uDC9D\uDCA0-\uDCA9\uDCB0-\uDCD3\uDCD8-\uDCFB\uDD00-\uDD27\uDD30-\uDD63\uDE00-\uDF36\uDF40-\uDF55\uDF60-\uDF67]|\uD802[\uDC00-\uDC05\uDC08\uDC0A-\uDC35\uDC37\uDC38\uDC3C\uDC3F-\uDC55\uDC60-\uDC76\uDC80-\uDC9E\uDCE0-\uDCF2\uDCF4\uDCF5\uDD00-\uDD15\uDD20-\uDD39\uDD80-\uDDB7\uDDBE\uDDBF\uDE00-\uDE03\uDE05\uDE06\uDE0C-\uDE13\uDE15-\uDE17\uDE19-\uDE33\uDE38-\uDE3A\uDE3F\uDE60-\uDE7C\uDE80-\uDE9C\uDEC0-\uDEC7\uDEC9-\uDEE6\uDF00-\uDF35\uDF40-\uDF55\uDF60-\uDF72\uDF80-\uDF91]|\uD803[\uDC00-\uDC48\uDC80-\uDCB2\uDCC0-\uDCF2]|\uD804[\uDC00-\uDC46\uDC66-\uDC6F\uDC7F-\uDCBA\uDCD0-\uDCE8\uDCF0-\uDCF9\uDD00-\uDD34\uDD36-\uDD3F\uDD50-\uDD73\uDD76\uDD80-\uDDC4\uDDCA-\uDDCC\uDDD0-\uDDDA\uDDDC\uDE00-\uDE11\uDE13-\uDE37\uDE3E\uDE80-\uDE86\uDE88\uDE8A-\uDE8D\uDE8F-\uDE9D\uDE9F-\uDEA8\uDEB0-\uDEEA\uDEF0-\uDEF9\uDF00-\uDF03\uDF05-\uDF0C\uDF0F\uDF10\uDF13-\uDF28\uDF2A-\uDF30\uDF32\uDF33\uDF35-\uDF39\uDF3C-\uDF44\uDF47\uDF48\uDF4B-\uDF4D\uDF50\uDF57\uDF5D-\uDF63\uDF66-\uDF6C\uDF70-\uDF74]|\uD805[\uDC00-\uDC4A\uDC50-\uDC59\uDC80-\uDCC5\uDCC7\uDCD0-\uDCD9\uDD80-\uDDB5\uDDB8-\uDDC0\uDDD8-\uDDDD\uDE00-\uDE40\uDE44\uDE50-\uDE59\uDE80-\uDEB7\uDEC0-\uDEC9\uDF00-\uDF19\uDF1D-\uDF2B\uDF30-\uDF39]|\uD806[\uDCA0-\uDCE9\uDCFF\uDE00-\uDE3E\uDE47\uDE50-\uDE83\uDE86-\uDE99\uDEC0-\uDEF8]|\uD807[\uDC00-\uDC08\uDC0A-\uDC36\uDC38-\uDC40\uDC50-\uDC59\uDC72-\uDC8F\uDC92-\uDCA7\uDCA9-\uDCB6\uDD00-\uDD06\uDD08\uDD09\uDD0B-\uDD36\uDD3A\uDD3C\uDD3D\uDD3F-\uDD47\uDD50-\uDD59]|\uD808[\uDC00-\uDF99]|\uD809[\uDC00-\uDC6E\uDC80-\uDD43]|[\uD80C\uD81C-\uD820\uD840-\uD868\uD86A-\uD86C\uD86F-\uD872\uD874-\uD879][\uDC00-\uDFFF]|\uD80D[\uDC00-\uDC2E]|\uD811[\uDC00-\uDE46]|\uD81A[\uDC00-\uDE38\uDE40-\uDE5E\uDE60-\uDE69\uDED0-\uDEED\uDEF0-\uDEF4\uDF00-\uDF36\uDF40-\uDF43\uDF50-\uDF59\uDF63-\uDF77\uDF7D-\uDF8F]|\uD81B[\uDF00-\uDF44\uDF50-\uDF7E\uDF8F-\uDF9F\uDFE0\uDFE1]|\uD821[\uDC00-\uDFEC]|\uD822[\uDC00-\uDEF2]|\uD82C[\uDC00-\uDD1E\uDD70-\uDEFB]|\uD82F[\uDC00-\uDC6A\uDC70-\uDC7C\uDC80-\uDC88\uDC90-\uDC99\uDC9D\uDC9E]|\uD834[\uDD65-\uDD69\uDD6D-\uDD72\uDD7B-\uDD82\uDD85-\uDD8B\uDDAA-\uDDAD\uDE42-\uDE44]|\uD835[\uDC00-\uDC54\uDC56-\uDC9C\uDC9E\uDC9F\uDCA2\uDCA5\uDCA6\uDCA9-\uDCAC\uDCAE-\uDCB9\uDCBB\uDCBD-\uDCC3\uDCC5-\uDD05\uDD07-\uDD0A\uDD0D-\uDD14\uDD16-\uDD1C\uDD1E-\uDD39\uDD3B-\uDD3E\uDD40-\uDD44\uDD46\uDD4A-\uDD50\uDD52-\uDEA5\uDEA8-\uDEC0\uDEC2-\uDEDA\uDEDC-\uDEFA\uDEFC-\uDF14\uDF16-\uDF34\uDF36-\uDF4E\uDF50-\uDF6E\uDF70-\uDF88\uDF8A-\uDFA8\uDFAA-\uDFC2\uDFC4-\uDFCB\uDFCE-\uDFFF]|\uD836[\uDE00-\uDE36\uDE3B-\uDE6C\uDE75\uDE84\uDE9B-\uDE9F\uDEA1-\uDEAF]|\uD838[\uDC00-\uDC06\uDC08-\uDC18\uDC1B-\uDC21\uDC23\uDC24\uDC26-\uDC2A]|\uD83A[\uDC00-\uDCC4\uDCD0-\uDCD6\uDD00-\uDD4A\uDD50-\uDD59]|\uD83B[\uDE00-\uDE03\uDE05-\uDE1F\uDE21\uDE22\uDE24\uDE27\uDE29-\uDE32\uDE34-\uDE37\uDE39\uDE3B\uDE42\uDE47\uDE49\uDE4B\uDE4D-\uDE4F\uDE51\uDE52\uDE54\uDE57\uDE59\uDE5B\uDE5D\uDE5F\uDE61\uDE62\uDE64\uDE67-\uDE6A\uDE6C-\uDE72\uDE74-\uDE77\uDE79-\uDE7C\uDE7E\uDE80-\uDE89\uDE8B-\uDE9B\uDEA1-\uDEA3\uDEA5-\uDEA9\uDEAB-\uDEBB]|\uD869[\uDC00-\uDED6\uDF00-\uDFFF]|\uD86D[\uDC00-\uDF34\uDF40-\uDFFF]|\uD86E[\uDC00-\uDC1D\uDC20-\uDFFF]|\uD873[\uDC00-\uDEA1\uDEB0-\uDFFF]|\uD87A[\uDC00-\uDFE0]|\uD87E[\uDC00-\uDE1D]|\uDB40[\uDD00-\uDDEF]/,Td={Space_Separator:W8,ID_Start:$8,ID_Continue:V8},Rt={isSpaceSeparator(e){return typeof e=="string"&&Td.Space_Separator.test(e)},isIdStartChar(e){return typeof e=="string"&&(e>="a"&&e<="z"||e>="A"&&e<="Z"||e==="$"||e==="_"||Td.ID_Start.test(e))},isIdContinueChar(e){return typeof e=="string"&&(e>="a"&&e<="z"||e>="A"&&e<="Z"||e>="0"&&e<="9"||e==="$"||e==="_"||e==="\u200C"||e==="\u200D"||Td.ID_Continue.test(e))},isDigit(e){return typeof e=="string"&&/[0-9]/.test(e)},isHexDigit(e){return typeof e=="string"&&/[0-9A-Fa-f]/.test(e)}},xd,En,Hr,al,ga,ar,en,wd,ys,K8=function(e,t){xd=String(e),En="start",Hr=[],al=0,ga=1,ar=0,en=void 0,wd=void 0,ys=void 0;do en=G8(),Q8[En]();while(en.type!=="eof");return typeof t=="function"?Ed({"":ys},"",t):ys};function Ed(e,t,n){let r=e[t];if(r!=null&&typeof r=="object")if(Array.isArray(r))for(let a=0;a0;){let n=zr();if(!Rt.isHexDigit(n))throw Ct(G());e+=G()}return String.fromCodePoint(parseInt(e,16))}var Q8={start(){if(en.type==="eof")throw io();vd()},beforePropertyName(){switch(en.type){case"identifier":case"string":wd=en.value,En="afterPropertyName";return;case"punctuator":rl();return;case"eof":throw io()}},afterPropertyName(){if(en.type==="eof")throw io();En="beforePropertyValue"},beforePropertyValue(){if(en.type==="eof")throw io();vd()},beforeArrayValue(){if(en.type==="eof")throw io();if(en.type==="punctuator"&&en.value==="]"){rl();return}vd()},afterPropertyValue(){if(en.type==="eof")throw io();switch(en.value){case",":En="beforePropertyName";return;case"}":rl()}},afterArrayValue(){if(en.type==="eof")throw io();switch(en.value){case",":En="beforeArrayValue";return;case"]":rl()}},end(){}};function vd(){let e;switch(en.type){case"punctuator":switch(en.value){case"{":e={};break;case"[":e=[];break}break;case"null":case"boolean":case"numeric":case"string":e=en.value;break}if(ys===void 0)ys=e;else{let t=Hr[Hr.length-1];Array.isArray(t)?t.push(e):Object.defineProperty(t,wd,{value:e,writable:!0,enumerable:!0,configurable:!0})}if(e!==null&&typeof e=="object")Hr.push(e),Array.isArray(e)?En="beforeArrayValue":En="beforePropertyName";else{let t=Hr[Hr.length-1];t==null?En="end":Array.isArray(t)?En="afterArrayValue":En="afterPropertyValue"}}function rl(){Hr.pop();let e=Hr[Hr.length-1];e==null?En="end":Array.isArray(e)?En="afterArrayValue":En="afterPropertyValue"}function Ct(e){return Dd(e===void 0?`JSON5: invalid end of input at ${ga}:${ar}`:`JSON5: invalid character '${Z8(e)}' at ${ga}:${ar}`)}function io(){return Dd(`JSON5: invalid end of input at ${ga}:${ar}`)}function m3(){return ar-=5,Dd(`JSON5: invalid identifier character at ${ga}:${ar}`)}function Z8(e){let t={"'":"\\'",'"':'\\"',"\\":"\\\\","\b":"\\b","\f":"\\f","\n":"\\n","\r":"\\r"," ":"\\t","\v":"\\v","\0":"\\0","\u2028":"\\u2028","\u2029":"\\u2029"};if(t[e])return t[e];if(e<" "){let n=e.charCodeAt(0).toString(16);return"\\x"+("00"+n).substring(n.length)}return e}function Dd(e){let t=new SyntaxError(e);return t.lineNumber=ga,t.columnNumber=ar,t}var X8=function(e,t,n){let r=[],a="",o,i,s="",u;if(t!=null&&typeof t=="object"&&!Array.isArray(t)&&(n=t.space,u=t.quote,t=t.replacer),typeof t=="function")i=t;else if(Array.isArray(t)){o=[];for(let h of t){let y;typeof h=="string"?y=h:(typeof h=="number"||h instanceof String||h instanceof Number)&&(y=String(h)),y!==void 0&&o.indexOf(y)<0&&o.push(y)}}return n instanceof Number?n=Number(n):n instanceof String&&(n=String(n)),typeof n=="number"?n>0&&(n=Math.min(10,Math.floor(n)),s=" ".substr(0,n)):typeof n=="string"&&(s=n.substr(0,10)),l("",{"":e});function l(h,y){let C=y[h];switch(C!=null&&(typeof C.toJSON5=="function"?C=C.toJSON5(h):typeof C.toJSON=="function"&&(C=C.toJSON(h))),i&&(C=i.call(y,h,C)),C instanceof Number?C=Number(C):C instanceof String?C=String(C):C instanceof Boolean&&(C=C.valueOf()),C){case null:return"null";case!0:return"true";case!1:return"false"}if(typeof C=="string")return c(C,!1);if(typeof C=="number")return String(C);if(typeof C=="object")return Array.isArray(C)?f(C):g(C)}function c(h){let y={"'":.1,'"':.2},C={"'":"\\'",'"':'\\"',"\\":"\\\\","\b":"\\b","\f":"\\f","\n":"\\n","\r":"\\r"," ":"\\t","\v":"\\v","\0":"\\0","\u2028":"\\u2028","\u2029":"\\u2029"},b="";for(let S=0;Sy[S]=0)throw TypeError("Converting circular structure to JSON5");r.push(h);let y=a;a=a+s;let C=o||Object.keys(h),b=[];for(let S of C){let A=l(S,h);if(A!==void 0){let P=p(S)+":";s!==""&&(P+=" "),P+=A,b.push(P)}}let x;if(b.length===0)x="{}";else{let S;if(s==="")S=b.join(","),x="{"+S+"}";else{let A=`, -`+a;S=b.join(A),x=`{ +`&&G(),"";case"1":case"2":case"3":case"4":case"5":case"6":case"7":case"8":case"9":throw Ct(G());case void 0:throw Ct(G())}return G()}function J8(){let e="",t=zr();if(!Rt.isHexDigit(t)||(e+=G(),t=zr(),!Rt.isHexDigit(t)))throw Ct(G());return e+=G(),String.fromCodePoint(parseInt(e,16))}function Sd(){let e="",t=4;for(;t-- >0;){let n=zr();if(!Rt.isHexDigit(n))throw Ct(G());e+=G()}return String.fromCodePoint(parseInt(e,16))}var Q8={start(){if(en.type==="eof")throw io();vd()},beforePropertyName(){switch(en.type){case"identifier":case"string":wd=en.value,En="afterPropertyName";return;case"punctuator":rl();return;case"eof":throw io()}},afterPropertyName(){if(en.type==="eof")throw io();En="beforePropertyValue"},beforePropertyValue(){if(en.type==="eof")throw io();vd()},beforeArrayValue(){if(en.type==="eof")throw io();if(en.type==="punctuator"&&en.value==="]"){rl();return}vd()},afterPropertyValue(){if(en.type==="eof")throw io();switch(en.value){case",":En="beforePropertyName";return;case"}":rl()}},afterArrayValue(){if(en.type==="eof")throw io();switch(en.value){case",":En="beforeArrayValue";return;case"]":rl()}},end(){}};function vd(){let e;switch(en.type){case"punctuator":switch(en.value){case"{":e={};break;case"[":e=[];break}break;case"null":case"boolean":case"numeric":case"string":e=en.value;break}if(ys===void 0)ys=e;else{let t=Hr[Hr.length-1];Array.isArray(t)?t.push(e):Object.defineProperty(t,wd,{value:e,writable:!0,enumerable:!0,configurable:!0})}if(e!==null&&typeof e=="object")Hr.push(e),Array.isArray(e)?En="beforeArrayValue":En="beforePropertyName";else{let t=Hr[Hr.length-1];t==null?En="end":Array.isArray(t)?En="afterArrayValue":En="afterPropertyValue"}}function rl(){Hr.pop();let e=Hr[Hr.length-1];e==null?En="end":Array.isArray(e)?En="afterArrayValue":En="afterPropertyValue"}function Ct(e){return Dd(e===void 0?`JSON5: invalid end of input at ${ga}:${ar}`:`JSON5: invalid character '${Z8(e)}' at ${ga}:${ar}`)}function io(){return Dd(`JSON5: invalid end of input at ${ga}:${ar}`)}function m3(){return ar-=5,Dd(`JSON5: invalid identifier character at ${ga}:${ar}`)}function Z8(e){let t={"'":"\\'",'"':'\\"',"\\":"\\\\","\b":"\\b","\f":"\\f","\n":"\\n","\r":"\\r"," ":"\\t","\v":"\\v","\0":"\\0","\u2028":"\\u2028","\u2029":"\\u2029"};if(t[e])return t[e];if(e<" "){let n=e.charCodeAt(0).toString(16);return"\\x"+("00"+n).substring(n.length)}return e}function Dd(e){let t=new SyntaxError(e);return t.lineNumber=ga,t.columnNumber=ar,t}var X8=function(e,t,n){let r=[],a="",o,i,s="",u;if(t!=null&&typeof t=="object"&&!Array.isArray(t)&&(n=t.space,u=t.quote,t=t.replacer),typeof t=="function")i=t;else if(Array.isArray(t)){o=[];for(let h of t){let y;typeof h=="string"?y=h:(typeof h=="number"||h instanceof String||h instanceof Number)&&(y=String(h)),y!==void 0&&o.indexOf(y)<0&&o.push(y)}}return n instanceof Number?n=Number(n):n instanceof String&&(n=String(n)),typeof n=="number"?n>0&&(n=Math.min(10,Math.floor(n)),s=" ".substr(0,n)):typeof n=="string"&&(s=n.substr(0,10)),l("",{"":e});function l(h,y){let C=y[h];switch(C!=null&&(typeof C.toJSON5=="function"?C=C.toJSON5(h):typeof C.toJSON=="function"&&(C=C.toJSON(h))),i&&(C=i.call(y,h,C)),C instanceof Number?C=Number(C):C instanceof String?C=String(C):C instanceof Boolean&&(C=C.valueOf()),C){case null:return"null";case!0:return"true";case!1:return"false"}if(typeof C=="string")return c(C,!1);if(typeof C=="number")return String(C);if(typeof C=="object")return Array.isArray(C)?f(C):g(C)}function c(h){let y={"'":.1,'"':.2},C={"'":"\\'",'"':'\\"',"\\":"\\\\","\b":"\\b","\f":"\\f","\n":"\\n","\r":"\\r"," ":"\\t","\v":"\\v","\0":"\\0","\u2028":"\\u2028","\u2029":"\\u2029"},b="";for(let S=0;Sy[S]=0)throw TypeError("Converting circular structure to JSON5");r.push(h);let y=a;a=a+s;let C=o||Object.keys(h),b=[];for(let S of C){let L=l(S,h);if(L!==void 0){let P=p(S)+":";s!==""&&(P+=" "),P+=L,b.push(P)}}let v;if(b.length===0)v="{}";else{let S;if(s==="")S=b.join(","),v="{"+S+"}";else{let L=`, +`+a;S=b.join(L),v=`{ `+a+S+`, -`+y+"}"}}return r.pop(),a=y,x}function p(h){if(h.length===0)return c(h,!0);let y=String.fromCodePoint(h.codePointAt(0));if(!Rt.isIdStartChar(y))return c(h,!0);for(let C=y.length;C=0)throw TypeError("Converting circular structure to JSON5");r.push(h);let y=a;a=a+s;let C=[];for(let x=0;x=0)throw TypeError("Converting circular structure to JSON5");r.push(h);let y=a;a=a+s;let C=[];for(let v=0;v()=>(t||e((t={exports:{}}).exports,t),t.exports),lv=(e,t)=>{for(var n in t)Ad(e,n,{get:t[n],enumerable:!0})},kd=(e,t,n,r)=>{if(t&&typeof t=="object"||typeof t=="function")for(let a of ov(t))!sv.call(e,a)&&a!==n&&Ad(e,a,{get:()=>t[a],enumerable:!(r=av(t,a))||r.enumerable});return e},cv=(e,t,n)=>(kd(e,t,"default"),n&&kd(n,t,"default")),h3=(e,t,n)=>(n=e!=null?rv(iv(e)):{},kd(t||!e||!e.__esModule?Ad(n,"default",{value:e,enumerable:!0}):n,e)),b3=uv((e,t)=>{var n="Expected a function",r=NaN,a="[object Symbol]",o=/^\s+|\s+$/g,i=/^[-+]0x[0-9a-f]+$/i,s=/^0b[01]+$/i,u=/^0o[0-7]+$/i,l=parseInt,c=typeof il=="object"&&il&&il.Object===Object&&il,g=typeof self=="object"&&self&&self.Object===Object&&self,p=c||g||Function("return this")(),f=Object.prototype,h=f.toString,y=Math.max,C=Math.min,b=function(){return p.Date.now()};function x(L,D,T){var j,R,M,O,N,H,B=0,k=!1,_=!1,F=!0;if(typeof L!="function")throw new TypeError(n);D=v(D)||0,A(T)&&(k=!!T.leading,_="maxWait"in T,M=_?y(v(T.maxWait)||0,D):M,F="trailing"in T?!!T.trailing:F);function q(ae){var X=j,ve=R;return j=R=void 0,B=ae,O=L.apply(ve,X),O}function z(ae){return B=ae,N=setTimeout(oe,D),k?q(ae):O}function V(ae){var X=ae-H,ve=ae-B,se=D-X;return _?C(se,M-ve):se}function K(ae){var X=ae-H,ve=ae-B;return H===void 0||X>=D||X<0||_&&ve>=M}function oe(){var ae=b();if(K(ae))return te(ae);N=setTimeout(oe,V(ae))}function te(ae){return N=void 0,F&&j?q(ae):(j=R=void 0,O)}function Z(){N!==void 0&&clearTimeout(N),B=0,j=H=R=N=void 0}function ce(){return N===void 0?O:te(b())}function he(){var ae=b(),X=K(ae);if(j=arguments,R=this,H=ae,X){if(N===void 0)return z(H);if(_)return N=setTimeout(oe,D),q(H)}return N===void 0&&(N=setTimeout(oe,D)),O}return he.cancel=Z,he.flush=ce,he}function S(L,D,T){var j=!0,R=!0;if(typeof L!="function")throw new TypeError(n);return A(T)&&(j="leading"in T?!!T.leading:j,R="trailing"in T?!!T.trailing:R),x(L,D,{leading:j,maxWait:D,trailing:R})}function A(L){var D=typeof L;return!!L&&(D=="object"||D=="function")}function P(L){return!!L&&typeof L=="object"}function w(L){return typeof L=="symbol"||P(L)&&h.call(L)==a}function v(L){if(typeof L=="number")return L;if(w(L))return r;if(A(L)){var D=typeof L.valueOf=="function"?L.valueOf():L;L=A(D)?D+"":D}if(typeof L!="string")return L===0?L:+L;L=L.replace(o,"");var T=s.test(L);return T||u.test(L)?l(L.slice(2),T?2:8):i.test(L)?r:+L}t.exports=S}),y3={};lv(y3,{default:()=>or});var dv=h3(b3());cv(y3,h3(b3()));var{default:f3,...gv}=dv,or=f3!==void 0?f3:gv;m();m();var sl=globalThis||(typeof window<"u"?window:self),mv=Object.create,_d=Object.defineProperty,pv=Object.getOwnPropertyDescriptor,fv=Object.getOwnPropertyNames,hv=Object.getPrototypeOf,bv=Object.prototype.hasOwnProperty,yv=(e,t)=>()=>(t||e((t={exports:{}}).exports,t),t.exports),Cv=(e,t)=>{for(var n in t)_d(e,n,{get:t[n],enumerable:!0})},Ld=(e,t,n,r)=>{if(t&&typeof t=="object"||typeof t=="function")for(let a of fv(t))!bv.call(e,a)&&a!==n&&_d(e,a,{get:()=>t[a],enumerable:!(r=pv(t,a))||r.enumerable});return e},Tv=(e,t,n)=>(Ld(e,t,"default"),n&&Ld(n,t,"default")),T3=(e,t,n)=>(n=e!=null?mv(hv(e)):{},Ld(t||!e||!e.__esModule?_d(n,"default",{value:e,enumerable:!0}):n,e)),v3=yv((e,t)=>{var n="Expected a function",r=NaN,a="[object Symbol]",o=/^\s+|\s+$/g,i=/^[-+]0x[0-9a-f]+$/i,s=/^0b[01]+$/i,u=/^0o[0-7]+$/i,l=parseInt,c=typeof sl=="object"&&sl&&sl.Object===Object&&sl,g=typeof self=="object"&&self&&self.Object===Object&&self,p=c||g||Function("return this")(),f=Object.prototype,h=f.toString,y=Math.max,C=Math.min,b=function(){return p.Date.now()};function x(v,L,D){var T,j,R,M,O,N,H=0,B=!1,k=!1,_=!0;if(typeof v!="function")throw new TypeError(n);L=w(L)||0,S(D)&&(B=!!D.leading,k="maxWait"in D,R=k?y(w(D.maxWait)||0,L):R,_="trailing"in D?!!D.trailing:_);function F(he){var ae=T,X=j;return T=j=void 0,H=he,M=v.apply(X,ae),M}function q(he){return H=he,O=setTimeout(K,L),B?F(he):M}function z(he){var ae=he-N,X=he-H,ve=L-ae;return k?C(ve,R-X):ve}function V(he){var ae=he-N,X=he-H;return N===void 0||ae>=L||ae<0||k&&X>=R}function K(){var he=b();if(V(he))return oe(he);O=setTimeout(K,z(he))}function oe(he){return O=void 0,_&&T?F(he):(T=j=void 0,M)}function te(){O!==void 0&&clearTimeout(O),H=0,T=N=j=O=void 0}function Z(){return O===void 0?M:oe(b())}function ce(){var he=b(),ae=V(he);if(T=arguments,j=this,N=he,ae){if(O===void 0)return q(N);if(k)return O=setTimeout(K,L),F(N)}return O===void 0&&(O=setTimeout(K,L)),M}return ce.cancel=te,ce.flush=Z,ce}function S(v){var L=typeof v;return!!v&&(L=="object"||L=="function")}function A(v){return!!v&&typeof v=="object"}function P(v){return typeof v=="symbol"||A(v)&&h.call(v)==a}function w(v){if(typeof v=="number")return v;if(P(v))return r;if(S(v)){var L=typeof v.valueOf=="function"?v.valueOf():v;v=S(L)?L+"":L}if(typeof v!="string")return v===0?v:+v;v=v.replace(o,"");var D=s.test(v);return D||u.test(v)?l(v.slice(2),D?2:8):i.test(v)?r:+v}t.exports=x}),x3={};Cv(x3,{default:()=>Cs});var vv=T3(v3());Tv(x3,T3(v3()));var{default:C3,...xv}=vv,Cs=C3!==void 0?C3:xv;m();m();var Ev=Object.create,Pd=Object.defineProperty,Sv=Object.getOwnPropertyDescriptor,wv=Object.getOwnPropertyNames,Dv=Object.getPrototypeOf,kv=Object.prototype.hasOwnProperty,Av=(e,t)=>()=>(t||e((t={exports:{}}).exports,t),t.exports),Lv=(e,t)=>{for(var n in t)Pd(e,n,{get:t[n],enumerable:!0})},Md=(e,t,n,r)=>{if(t&&typeof t=="object"||typeof t=="function")for(let a of wv(t))!kv.call(e,a)&&a!==n&&Pd(e,a,{get:()=>t[a],enumerable:!(r=Sv(t,a))||r.enumerable});return e},_v=(e,t,n)=>(Md(e,t,"default"),n&&Md(n,t,"default")),S3=(e,t,n)=>(n=e!=null?Ev(Dv(e)):{},Md(t||!e||!e.__esModule?Pd(n,"default",{value:e,enumerable:!0}):n,e)),w3=Av((e,t)=>{(function(n,r){typeof e=="object"&&typeof t=="object"?t.exports=r():typeof define=="function"&&define.amd?define([],r):typeof e=="object"?e.notie=r():n.notie=r()})(e,function(){return function(n){function r(o){if(a[o])return a[o].exports;var i=a[o]={i:o,l:!1,exports:{}};return n[o].call(i.exports,i,i.exports,r),i.l=!0,i.exports}var a={};return r.m=n,r.c=a,r.i=function(o){return o},r.d=function(o,i,s){r.o(o,i)||Object.defineProperty(o,i,{configurable:!1,enumerable:!0,get:s})},r.n=function(o){var i=o&&o.__esModule?function(){return o.default}:function(){return o};return r.d(i,"a",i),i},r.o=function(o,i){return Object.prototype.hasOwnProperty.call(o,i)},r.p="",r(r.s=1)}([function(n,r){n.exports=function(a){return a.webpackPolyfill||(a.deprecate=function(){},a.paths=[],a.children||(a.children=[]),Object.defineProperty(a,"loaded",{enumerable:!0,get:function(){return a.l}}),Object.defineProperty(a,"id",{enumerable:!0,get:function(){return a.i}}),a.webpackPolyfill=1),a}},function(n,r,a){"use strict";(function(o){var i,s,u,l=typeof Symbol=="function"&&typeof Symbol.iterator=="symbol"?function(c){return typeof c}:function(c){return c&&typeof Symbol=="function"&&c.constructor===Symbol&&c!==Symbol.prototype?"symbol":typeof c};(function(c,g){l(r)==="object"&&l(o)==="object"?o.exports=g():(s=[],i=g,u=typeof i=="function"?i.apply(r,s):i,u!==void 0&&(o.exports=u))})(void 0,function(){return function(c){function g(f){if(p[f])return p[f].exports;var h=p[f]={i:f,l:!1,exports:{}};return c[f].call(h.exports,h,h.exports,g),h.l=!0,h.exports}var p={};return g.m=c,g.c=p,g.i=function(f){return f},g.d=function(f,h,y){g.o(f,h)||Object.defineProperty(f,h,{configurable:!1,enumerable:!0,get:y})},g.n=function(f){var h=f&&f.__esModule?function(){return f.default}:function(){return f};return g.d(h,"a",h),h},g.o=function(f,h){return Object.prototype.hasOwnProperty.call(f,h)},g.p="",g(g.s=0)}([function(c,g,p){function f(z,V){var K={};for(var oe in z)V.indexOf(oe)>=0||Object.prototype.hasOwnProperty.call(z,oe)&&(K[oe]=z[oe]);return K}Object.defineProperty(g,"__esModule",{value:!0});var h=typeof Symbol=="function"&&l(Symbol.iterator)==="symbol"?function(z){return typeof z>"u"?"undefined":l(z)}:function(z){return z&&typeof Symbol=="function"&&z.constructor===Symbol&&z!==Symbol.prototype?"symbol":typeof z>"u"?"undefined":l(z)},y=Object.assign||function(z){for(var V=1;V'+oe+"
",ve.onclick=function(){return R(se,X)},ve.listener=function(ue){(D(ue)||T(ue))&&N()},j(ve,X),Z&&Z<1&&(Z=1),!he&&Z&&A(Z).then(function(){return R(se,X)})},B=g.force=function(z,V){var K=z.type,oe=K===void 0?5:K,te=z.text,Z=z.buttonText,ce=Z===void 0?"OK":Z,he=z.callback,ae=z.position,X=ae===void 0?b.positions.force||X.top:ae;P(),N();var ve=document.createElement("div"),se=w();ve.id=se;var ue=document.createElement("div");ue.classList.add(b.classes.textbox),ue.classList.add(b.classes.backgroundInfo),ue.innerHTML='
'+te+"
";var De=document.createElement("div");De.classList.add(b.classes.button),De.classList.add(v[oe]),De.innerHTML=ce,De.onclick=function(){R(se,X),O(),he?he():V&&V()},ve.appendChild(ue),ve.appendChild(De),ve.listener=function(He){D(He)&&De.click()},j(ve,X),M()},k=g.confirm=function(z,V,K){var oe=z.text,te=z.submitText,Z=te===void 0?"Yes":te,ce=z.cancelText,he=ce===void 0?"Cancel":ce,ae=z.submitCallback,X=z.cancelCallback,ve=z.position,se=ve===void 0?b.positions.confirm||se.top:ve;P(),N();var ue=document.createElement("div"),De=w();ue.id=De;var He=document.createElement("div");He.classList.add(b.classes.textbox),He.classList.add(b.classes.backgroundInfo),He.innerHTML='
'+oe+"
";var Fe=document.createElement("div");Fe.classList.add(b.classes.button),Fe.classList.add(b.classes.elementHalf),Fe.classList.add(b.classes.backgroundSuccess),Fe.innerHTML=Z,Fe.onclick=function(){R(De,se),O(),ae?ae():V&&V()};var pe=document.createElement("div");pe.classList.add(b.classes.button),pe.classList.add(b.classes.elementHalf),pe.classList.add(b.classes.backgroundError),pe.innerHTML=he,pe.onclick=function(){R(De,se),O(),X?X():K&&K()},ue.appendChild(He),ue.appendChild(Fe),ue.appendChild(pe),ue.listener=function(Et){D(Et)?Fe.click():T(Et)&&pe.click()},j(ue,se),M(ue,se)},_=function(z,V,K){var oe=z.text,te=z.submitText,Z=te===void 0?"Submit":te,ce=z.cancelText,he=ce===void 0?"Cancel":ce,ae=z.submitCallback,X=z.cancelCallback,ve=z.position,se=ve===void 0?b.positions.input||se.top:ve,ue=f(z,["text","submitText","cancelText","submitCallback","cancelCallback","position"]);P(),N();var De=document.createElement("div"),He=w();De.id=He;var Fe=document.createElement("div");Fe.classList.add(b.classes.textbox),Fe.classList.add(b.classes.backgroundInfo),Fe.innerHTML='
'+oe+"
";var pe=document.createElement("input");pe.classList.add(b.classes.inputField),pe.setAttribute("autocapitalize",ue.autocapitalize||"none"),pe.setAttribute("autocomplete",ue.autocomplete||"off"),pe.setAttribute("autocorrect",ue.autocorrect||"off"),pe.setAttribute("autofocus",ue.autofocus||"true"),pe.setAttribute("inputmode",ue.inputmode||"verbatim"),pe.setAttribute("max",ue.max||""),pe.setAttribute("maxlength",ue.maxlength||""),pe.setAttribute("min",ue.min||""),pe.setAttribute("minlength",ue.minlength||""),pe.setAttribute("placeholder",ue.placeholder||""),pe.setAttribute("spellcheck",ue.spellcheck||"default"),pe.setAttribute("step",ue.step||"any"),pe.setAttribute("type",ue.type||"text"),pe.value=ue.value||"",ue.allowed&&(pe.oninput=function(){var At=void 0;if(Array.isArray(ue.allowed)){for(var Ft="",Cn=ue.allowed,Vn=0;Vn'+K+"",X.appendChild(se),ce.forEach(function(De,He){var Fe=De.type,pe=Fe===void 0?1:Fe,Et=De.text,$t=De.handler,At=document.createElement("div");At.classList.add(v[pe]),At.classList.add(b.classes.button),At.classList.add(b.classes.selectChoice);var Ft=ce[He+1];Ft&&!Ft.type&&(Ft.type=1),Ft&&Ft.type===pe&&At.classList.add(b.classes.selectChoiceRepeated),At.innerHTML=Et,At.onclick=function(){R(ve,ae),O(),$t()},X.appendChild(At)});var ue=document.createElement("div");ue.classList.add(b.classes.backgroundNeutral),ue.classList.add(b.classes.button),ue.innerHTML=te,ue.onclick=function(){R(ve,ae),O(),Z?Z():V&&V()},X.appendChild(ue),X.listener=function(De){T(De)&&ue.click()},j(X,ae),M(X,ae)},q=g.date=function(z,V,K){var oe=z.value,te=oe===void 0?new Date:oe,Z=z.submitText,ce=Z===void 0?"OK":Z,he=z.cancelText,ae=he===void 0?"Cancel":he,X=z.submitCallback,ve=z.cancelCallback,se=z.position,ue=se===void 0?b.positions.date||ue.top:se;P(),N();var De="▾",He=document.createElement("div"),Fe=document.createElement("div"),pe=document.createElement("div"),Et=function(St){He.innerHTML=b.dateMonths[St.getMonth()],Fe.innerHTML=St.getDate(),pe.innerHTML=St.getFullYear()},$t=function(St){var tt=new Date(te.getFullYear(),te.getMonth()+1,0).getDate(),Un=St.target.textContent.replace(/^0+/,"").replace(/[^\d]/g,"").slice(0,2);Number(Un)>tt&&(Un=tt.toString()),St.target.textContent=Un,Number(Un)<1&&(Un="1"),te.setDate(Number(Un))},At=function(St){var tt=St.target.textContent.replace(/^0+/,"").replace(/[^\d]/g,"").slice(0,4);St.target.textContent=tt,te.setFullYear(Number(tt))},Ft=function(St){Et(te)},Cn=function(St){var tt=new Date(te.getFullYear(),te.getMonth()+St+1,0).getDate();te.getDate()>tt&&te.setDate(tt),te.setMonth(te.getMonth()+St),Et(te)},Vn=function(St){te.setDate(te.getDate()+St),Et(te)},is=function(St){var tt=te.getFullYear()+St;tt<0?te.setFullYear(0):te.setFullYear(te.getFullYear()+St),Et(te)},Tr=document.createElement("div"),eo=w();Tr.id=eo;var $o=document.createElement("div");$o.classList.add(b.classes.backgroundInfo);var cn=document.createElement("div");cn.classList.add(b.classes.dateSelectorInner);var nr=document.createElement("div");nr.classList.add(b.classes.button),nr.classList.add(b.classes.elementThird),nr.classList.add(b.classes.dateSelectorUp),nr.innerHTML=De;var dn=document.createElement("div");dn.classList.add(b.classes.button),dn.classList.add(b.classes.elementThird),dn.classList.add(b.classes.dateSelectorUp),dn.innerHTML=De;var Nn=document.createElement("div");Nn.classList.add(b.classes.button),Nn.classList.add(b.classes.elementThird),Nn.classList.add(b.classes.dateSelectorUp),Nn.innerHTML=De,He.classList.add(b.classes.element),He.classList.add(b.classes.elementThird),He.innerHTML=b.dateMonths[te.getMonth()],Fe.classList.add(b.classes.element),Fe.classList.add(b.classes.elementThird),Fe.setAttribute("contentEditable",!0),Fe.addEventListener("input",$t),Fe.addEventListener("blur",Ft),Fe.innerHTML=te.getDate(),pe.classList.add(b.classes.element),pe.classList.add(b.classes.elementThird),pe.setAttribute("contentEditable",!0),pe.addEventListener("input",At),pe.addEventListener("blur",Ft),pe.innerHTML=te.getFullYear();var Br=document.createElement("div");Br.classList.add(b.classes.button),Br.classList.add(b.classes.elementThird),Br.innerHTML=De;var Rr=document.createElement("div");Rr.classList.add(b.classes.button),Rr.classList.add(b.classes.elementThird),Rr.innerHTML=De;var to=document.createElement("div");to.classList.add(b.classes.button),to.classList.add(b.classes.elementThird),to.innerHTML=De,nr.onclick=function(){return Cn(1)},dn.onclick=function(){return Vn(1)},Nn.onclick=function(){return is(1)},Br.onclick=function(){return Cn(-1)},Rr.onclick=function(){return Vn(-1)},to.onclick=function(){return is(-1)};var Tn=document.createElement("div");Tn.classList.add(b.classes.button),Tn.classList.add(b.classes.elementHalf),Tn.classList.add(b.classes.backgroundSuccess),Tn.innerHTML=ce,Tn.onclick=function(){R(eo,ue),O(),X?X(te):V&&V(te)};var Ir=document.createElement("div");Ir.classList.add(b.classes.button),Ir.classList.add(b.classes.elementHalf),Ir.classList.add(b.classes.backgroundError),Ir.innerHTML=ae,Ir.onclick=function(){R(eo,ue),O(),ve?ve(te):K&&K(te)},cn.appendChild(nr),cn.appendChild(dn),cn.appendChild(Nn),cn.appendChild(He),cn.appendChild(Fe),cn.appendChild(pe),cn.appendChild(Br),cn.appendChild(Rr),cn.appendChild(to),$o.appendChild(cn),Tr.appendChild($o),Tr.appendChild(Tn),Tr.appendChild(Ir),Tr.listener=function(St){D(St)?Tn.click():T(St)&&Ir.click()},j(Tr,ue),M(Tr,ue)};g.default={alert:H,force:B,confirm:k,input:_,select:F,date:q,setOptions:x,hideAlerts:N}}])})}).call(r,a(0)(n))}])})}),D3={};Lv(D3,{default:()=>ul});var Mv=S3(w3());_v(D3,S3(w3()));var{default:E3,...Pv}=Mv,ul=E3!==void 0?E3:Pv;m();m();var ll=typeof navigator<"u"?navigator.userAgent.toLowerCase().indexOf("firefox")>0:!1;function Ts(e,t,n,r){e.addEventListener?e.addEventListener(t,n,r):e.attachEvent&&e.attachEvent(`on${t}`,()=>{n(window.event)})}function Fd(e,t){let n=t.slice(0,t.length-1);for(let r=0;r=0;)t[n-1]+=",",t.splice(n,1),n=t.lastIndexOf("");return t}function k3(e,t){let n=e.length>=t.length?e:t,r=e.length>=t.length?t:e,a=!0;for(let o=0;oei[e.toLowerCase()]||ir[e.toLowerCase()]||e.toUpperCase().charCodeAt(0),Fv=e=>Object.keys(ei).find(t=>ei[t]===e),Bv=e=>Object.keys(ir).find(t=>ir[t]===e);function F3(e){M3=e||"all"}function vs(){return M3||"all"}function Rv(){return dt.slice(0)}function Iv(){return dt.map(e=>Fv(e)||Bv(e)||String.fromCharCode(e))}function Ov(){let e=[];return Object.keys(wt).forEach(t=>{wt[t].forEach(({key:n,scope:r,mods:a,shortcut:o})=>{e.push({scope:r,shortcut:o,mods:a,keys:n.split("+").map(i=>xs(i))})})}),e}function Nv(e){let t=e.target||e.srcElement,{tagName:n}=t,r=!0;return(t.isContentEditable||(n==="INPUT"||n==="TEXTAREA"||n==="SELECT")&&!t.readOnly)&&(r=!1),r}function Uv(e){return typeof e=="string"&&(e=xs(e)),dt.indexOf(e)!==-1}function jv(e,t){let n,r;e||(e=vs());for(let a in wt)if(Object.prototype.hasOwnProperty.call(wt,a))for(n=wt[a],r=0;r=0&&dt.splice(n,1),e.key&&e.key.toLowerCase()==="meta"&&dt.splice(0,dt.length),(t===93||t===224)&&(t=91),t in tn){tn[t]=!1;for(let r in ir)ir[r]===t&&(qr[r]=!1)}}function B3(e,...t){if(typeof e>"u")Object.keys(wt).forEach(n=>delete wt[n]);else if(Array.isArray(e))e.forEach(n=>{n.key&&Rd(n)});else if(typeof e=="object")e.key&&Rd(e);else if(typeof e=="string"){let[n,r]=t;typeof n=="function"&&(r=n,n=""),Rd({key:e,scope:n,method:r,splitKey:"+"})}}var Rd=({key:e,scope:t,method:n,splitKey:r="+"})=>{Bd(e).forEach(o=>{let i=o.split(r),s=i.length,u=i[s-1],l=u==="*"?"*":xs(u);if(!wt[l])return;t||(t=vs());let c=s>1?Fd(ir,i):[];wt[l]=wt[l].filter(g=>!((n?g.method===n:!0)&&g.scope===t&&k3(g.mods,c)))})};function L3(e,t,n,r){if(t.element!==r)return;let a;if(t.scope===n||t.scope==="all"){a=t.mods.length>0;for(let o in tn)Object.prototype.hasOwnProperty.call(tn,o)&&(!tn[o]&&t.mods.indexOf(+o)>-1||tn[o]&&t.mods.indexOf(+o)===-1)&&(a=!1);(t.mods.length===0&&!tn[16]&&!tn[18]&&!tn[17]&&!tn[91]||a||t.shortcut==="*")&&(t.keys=[],t.keys=t.keys.concat(dt),t.method(e,t)===!1&&(e.preventDefault?e.preventDefault():e.returnValue=!1,e.stopPropagation&&e.stopPropagation(),e.cancelBubble&&(e.cancelBubble=!0)))}}function _3(e,t){let n=wt["*"],r=e.keyCode||e.which||e.charCode;if(!qr.filter.call(this,e))return;if((r===93||r===224)&&(r=91),dt.indexOf(r)===-1&&r!==229&&dt.push(r),["ctrlKey","altKey","shiftKey","metaKey"].forEach(o=>{let i=cl[o];e[o]&&dt.indexOf(i)===-1?dt.push(i):!e[o]&&dt.indexOf(i)>-1?dt.splice(dt.indexOf(i),1):o==="metaKey"&&e[o]&&dt.length===3&&(e.ctrlKey||e.shiftKey||e.altKey||(dt=dt.slice(dt.indexOf(i))))}),r in tn){tn[r]=!0;for(let o in ir)ir[o]===r&&(qr[o]=!0);if(!n)return}for(let o in tn)Object.prototype.hasOwnProperty.call(tn,o)&&(tn[o]=e[cl[o]]);e.getModifierState&&!(e.altKey&&!e.ctrlKey)&&e.getModifierState("AltGraph")&&(dt.indexOf(17)===-1&&dt.push(17),dt.indexOf(18)===-1&&dt.push(18),tn[17]=!0,tn[18]=!0);let a=vs();if(n)for(let o=0;o-1}function qr(e,t,n){dt=[];let r=Bd(e),a=[],o="all",i=document,s=0,u=!1,l=!0,c="+",g=!1,p=!1;for(n===void 0&&typeof t=="function"&&(n=t),Object.prototype.toString.call(t)==="[object Object]"&&(t.scope&&(o=t.scope),t.element&&(i=t.element),t.keyup&&(u=t.keyup),t.keydown!==void 0&&(l=t.keydown),t.capture!==void 0&&(g=t.capture),typeof t.splitKey=="string"&&(c=t.splitKey),t.single===!0&&(p=!0)),typeof t=="string"&&(o=t),p&&B3(e,o);s1&&(a=Fd(ir,e)),e=e[e.length-1],e=e==="*"?"*":xs(e),e in wt||(wt[e]=[]),wt[e].push({keyup:u,keydown:l,scope:o,mods:a,shortcut:r[s],method:n,key:r[s],splitKey:c,element:i});typeof i<"u"&&!zv(i)&&window&&(P3.push(i),Ts(i,"keydown",f=>{_3(f,i)},g),A3||(A3=!0,Ts(window,"focus",()=>{dt=[]},g),Ts(window,"click",()=>{dt=[]},!1)),Ts(i,"keyup",f=>{_3(f,i),Hv(f)},g))}function qv(e,t="all"){Object.keys(wt).forEach(n=>{wt[n].filter(a=>a.scope===t&&a.shortcut===e).forEach(a=>{a&&a.method&&a.method()})})}var Id={getPressedKeyString:Iv,setScope:F3,getScope:vs,deleteScope:jv,getPressedKeyCodes:Rv,getAllKeyCodes:Ov,isPressed:Uv,filter:Nv,trigger:qv,unbind:B3,keyMap:ei,modifier:ir,modifierMap:cl};for(let e in Id)Object.prototype.hasOwnProperty.call(Id,e)&&(qr[e]=Id[e]);if(typeof window<"u"){let e=window.hotkeys;qr.noConflict=t=>(t&&window.hotkeys===qr&&(window.hotkeys=e),qr),window.hotkeys=qr}var Ut=qr;m();m();var Wv={"Amazon Silk":"amazon_silk","Android Browser":"android",Bada:"bada",BlackBerry:"blackberry",Chrome:"chrome",Chromium:"chromium",Electron:"electron",Epiphany:"epiphany",Firefox:"firefox",Focus:"focus",Generic:"generic","Google Search":"google_search",Googlebot:"googlebot","Internet Explorer":"ie","K-Meleon":"k_meleon",Maxthon:"maxthon","Microsoft Edge":"edge","MZ Browser":"mz","NAVER Whale Browser":"naver",Opera:"opera","Opera Coast":"opera_coast",PhantomJS:"phantomjs",Puffin:"puffin",QupZilla:"qupzilla",QQ:"qq",QQLite:"qqlite",Safari:"safari",Sailfish:"sailfish","Samsung Internet for Android":"samsung_internet",SeaMonkey:"seamonkey",Sleipnir:"sleipnir",Swing:"swing",Tizen:"tizen","UC Browser":"uc",Vivaldi:"vivaldi","WebOS Browser":"webos",WeChat:"wechat","Yandex Browser":"yandex",Roku:"roku"},I3={amazon_silk:"Amazon Silk",android:"Android Browser",bada:"Bada",blackberry:"BlackBerry",chrome:"Chrome",chromium:"Chromium",electron:"Electron",epiphany:"Epiphany",firefox:"Firefox",focus:"Focus",generic:"Generic",googlebot:"Googlebot",google_search:"Google Search",ie:"Internet Explorer",k_meleon:"K-Meleon",maxthon:"Maxthon",edge:"Microsoft Edge",mz:"MZ Browser",naver:"NAVER Whale Browser",opera:"Opera",opera_coast:"Opera Coast",phantomjs:"PhantomJS",puffin:"Puffin",qupzilla:"QupZilla",qq:"QQ Browser",qqlite:"QQ Browser Lite",safari:"Safari",sailfish:"Sailfish",samsung_internet:"Samsung Internet for Android",seamonkey:"SeaMonkey",sleipnir:"Sleipnir",swing:"Swing",tizen:"Tizen",uc:"UC Browser",vivaldi:"Vivaldi",webos:"WebOS Browser",wechat:"WeChat",yandex:"Yandex Browser"},It={tablet:"tablet",mobile:"mobile",desktop:"desktop",tv:"tv"},Sn={WindowsPhone:"Windows Phone",Windows:"Windows",MacOS:"macOS",iOS:"iOS",Android:"Android",WebOS:"WebOS",BlackBerry:"BlackBerry",Bada:"Bada",Tizen:"Tizen",Linux:"Linux",ChromeOS:"Chrome OS",PlayStation4:"PlayStation 4",Roku:"Roku"},ma={EdgeHTML:"EdgeHTML",Blink:"Blink",Trident:"Trident",Presto:"Presto",Gecko:"Gecko",WebKit:"WebKit"},Y=class{static getFirstMatch(e,t){let n=t.match(e);return n&&n.length>0&&n[1]||""}static getSecondMatch(e,t){let n=t.match(e);return n&&n.length>1&&n[2]||""}static matchAndReturnConst(e,t,n){if(e.test(t))return n}static getWindowsVersionName(e){switch(e){case"NT":return"NT";case"XP":return"XP";case"NT 5.0":return"2000";case"NT 5.1":return"XP";case"NT 5.2":return"2003";case"NT 6.0":return"Vista";case"NT 6.1":return"7";case"NT 6.2":return"8";case"NT 6.3":return"8.1";case"NT 10.0":return"10";default:return}}static getMacOSVersionName(e){let t=e.split(".").splice(0,2).map(n=>parseInt(n,10)||0);if(t.push(0),t[0]===10)switch(t[1]){case 5:return"Leopard";case 6:return"Snow Leopard";case 7:return"Lion";case 8:return"Mountain Lion";case 9:return"Mavericks";case 10:return"Yosemite";case 11:return"El Capitan";case 12:return"Sierra";case 13:return"High Sierra";case 14:return"Mojave";case 15:return"Catalina";default:return}}static getAndroidVersionName(e){let t=e.split(".").splice(0,2).map(n=>parseInt(n,10)||0);if(t.push(0),!(t[0]===1&&t[1]<5)){if(t[0]===1&&t[1]<6)return"Cupcake";if(t[0]===1&&t[1]>=6)return"Donut";if(t[0]===2&&t[1]<2)return"Eclair";if(t[0]===2&&t[1]===2)return"Froyo";if(t[0]===2&&t[1]>2)return"Gingerbread";if(t[0]===3)return"Honeycomb";if(t[0]===4&&t[1]<1)return"Ice Cream Sandwich";if(t[0]===4&&t[1]<4)return"Jelly Bean";if(t[0]===4&&t[1]>=4)return"KitKat";if(t[0]===5)return"Lollipop";if(t[0]===6)return"Marshmallow";if(t[0]===7)return"Nougat";if(t[0]===8)return"Oreo";if(t[0]===9)return"Pie"}}static getVersionPrecision(e){return e.split(".").length}static compareVersions(e,t,n=!1){let r=Y.getVersionPrecision(e),a=Y.getVersionPrecision(t),o=Math.max(r,a),i=0,s=Y.map([e,t],u=>{let l=o-Y.getVersionPrecision(u),c=u+new Array(l+1).join(".0");return Y.map(c.split("."),g=>new Array(20-g.length).join("0")+g).reverse()});for(n&&(i=o-Math.min(r,a)),o-=1;o>=i;){if(s[0][o]>s[1][o])return 1;if(s[0][o]===s[1][o]){if(o===i)return 0;o-=1}else if(s[0][o]{n[i]=o[i]})}return e}static getBrowserAlias(e){return Wv[e]}static getBrowserTypeByAlias(e){return I3[e]||""}},gt=/version\/(\d+(\.?_?\d+)+)/i,$v=[{test:[/googlebot/i],describe(e){let t={name:"Googlebot"},n=Y.getFirstMatch(/googlebot\/(\d+(\.\d+))/i,e)||Y.getFirstMatch(gt,e);return n&&(t.version=n),t}},{test:[/opera/i],describe(e){let t={name:"Opera"},n=Y.getFirstMatch(gt,e)||Y.getFirstMatch(/(?:opera)[\s/](\d+(\.?_?\d+)+)/i,e);return n&&(t.version=n),t}},{test:[/opr\/|opios/i],describe(e){let t={name:"Opera"},n=Y.getFirstMatch(/(?:opr|opios)[\s/](\S+)/i,e)||Y.getFirstMatch(gt,e);return n&&(t.version=n),t}},{test:[/SamsungBrowser/i],describe(e){let t={name:"Samsung Internet for Android"},n=Y.getFirstMatch(gt,e)||Y.getFirstMatch(/(?:SamsungBrowser)[\s/](\d+(\.?_?\d+)+)/i,e);return n&&(t.version=n),t}},{test:[/Whale/i],describe(e){let t={name:"NAVER Whale Browser"},n=Y.getFirstMatch(gt,e)||Y.getFirstMatch(/(?:whale)[\s/](\d+(?:\.\d+)+)/i,e);return n&&(t.version=n),t}},{test:[/MZBrowser/i],describe(e){let t={name:"MZ Browser"},n=Y.getFirstMatch(/(?:MZBrowser)[\s/](\d+(?:\.\d+)+)/i,e)||Y.getFirstMatch(gt,e);return n&&(t.version=n),t}},{test:[/focus/i],describe(e){let t={name:"Focus"},n=Y.getFirstMatch(/(?:focus)[\s/](\d+(?:\.\d+)+)/i,e)||Y.getFirstMatch(gt,e);return n&&(t.version=n),t}},{test:[/swing/i],describe(e){let t={name:"Swing"},n=Y.getFirstMatch(/(?:swing)[\s/](\d+(?:\.\d+)+)/i,e)||Y.getFirstMatch(gt,e);return n&&(t.version=n),t}},{test:[/coast/i],describe(e){let t={name:"Opera Coast"},n=Y.getFirstMatch(gt,e)||Y.getFirstMatch(/(?:coast)[\s/](\d+(\.?_?\d+)+)/i,e);return n&&(t.version=n),t}},{test:[/opt\/\d+(?:.?_?\d+)+/i],describe(e){let t={name:"Opera Touch"},n=Y.getFirstMatch(/(?:opt)[\s/](\d+(\.?_?\d+)+)/i,e)||Y.getFirstMatch(gt,e);return n&&(t.version=n),t}},{test:[/yabrowser/i],describe(e){let t={name:"Yandex Browser"},n=Y.getFirstMatch(/(?:yabrowser)[\s/](\d+(\.?_?\d+)+)/i,e)||Y.getFirstMatch(gt,e);return n&&(t.version=n),t}},{test:[/ucbrowser/i],describe(e){let t={name:"UC Browser"},n=Y.getFirstMatch(gt,e)||Y.getFirstMatch(/(?:ucbrowser)[\s/](\d+(\.?_?\d+)+)/i,e);return n&&(t.version=n),t}},{test:[/Maxthon|mxios/i],describe(e){let t={name:"Maxthon"},n=Y.getFirstMatch(gt,e)||Y.getFirstMatch(/(?:Maxthon|mxios)[\s/](\d+(\.?_?\d+)+)/i,e);return n&&(t.version=n),t}},{test:[/epiphany/i],describe(e){let t={name:"Epiphany"},n=Y.getFirstMatch(gt,e)||Y.getFirstMatch(/(?:epiphany)[\s/](\d+(\.?_?\d+)+)/i,e);return n&&(t.version=n),t}},{test:[/puffin/i],describe(e){let t={name:"Puffin"},n=Y.getFirstMatch(gt,e)||Y.getFirstMatch(/(?:puffin)[\s/](\d+(\.?_?\d+)+)/i,e);return n&&(t.version=n),t}},{test:[/sleipnir/i],describe(e){let t={name:"Sleipnir"},n=Y.getFirstMatch(gt,e)||Y.getFirstMatch(/(?:sleipnir)[\s/](\d+(\.?_?\d+)+)/i,e);return n&&(t.version=n),t}},{test:[/k-meleon/i],describe(e){let t={name:"K-Meleon"},n=Y.getFirstMatch(gt,e)||Y.getFirstMatch(/(?:k-meleon)[\s/](\d+(\.?_?\d+)+)/i,e);return n&&(t.version=n),t}},{test:[/micromessenger/i],describe(e){let t={name:"WeChat"},n=Y.getFirstMatch(/(?:micromessenger)[\s/](\d+(\.?_?\d+)+)/i,e)||Y.getFirstMatch(gt,e);return n&&(t.version=n),t}},{test:[/qqbrowser/i],describe(e){let t={name:/qqbrowserlite/i.test(e)?"QQ Browser Lite":"QQ Browser"},n=Y.getFirstMatch(/(?:qqbrowserlite|qqbrowser)[/](\d+(\.?_?\d+)+)/i,e)||Y.getFirstMatch(gt,e);return n&&(t.version=n),t}},{test:[/msie|trident/i],describe(e){let t={name:"Internet Explorer"},n=Y.getFirstMatch(/(?:msie |rv:)(\d+(\.?_?\d+)+)/i,e);return n&&(t.version=n),t}},{test:[/\sedg\//i],describe(e){let t={name:"Microsoft Edge"},n=Y.getFirstMatch(/\sedg\/(\d+(\.?_?\d+)+)/i,e);return n&&(t.version=n),t}},{test:[/edg([ea]|ios)/i],describe(e){let t={name:"Microsoft Edge"},n=Y.getSecondMatch(/edg([ea]|ios)\/(\d+(\.?_?\d+)+)/i,e);return n&&(t.version=n),t}},{test:[/vivaldi/i],describe(e){let t={name:"Vivaldi"},n=Y.getFirstMatch(/vivaldi\/(\d+(\.?_?\d+)+)/i,e);return n&&(t.version=n),t}},{test:[/seamonkey/i],describe(e){let t={name:"SeaMonkey"},n=Y.getFirstMatch(/seamonkey\/(\d+(\.?_?\d+)+)/i,e);return n&&(t.version=n),t}},{test:[/sailfish/i],describe(e){let t={name:"Sailfish"},n=Y.getFirstMatch(/sailfish\s?browser\/(\d+(\.\d+)?)/i,e);return n&&(t.version=n),t}},{test:[/silk/i],describe(e){let t={name:"Amazon Silk"},n=Y.getFirstMatch(/silk\/(\d+(\.?_?\d+)+)/i,e);return n&&(t.version=n),t}},{test:[/phantom/i],describe(e){let t={name:"PhantomJS"},n=Y.getFirstMatch(/phantomjs\/(\d+(\.?_?\d+)+)/i,e);return n&&(t.version=n),t}},{test:[/slimerjs/i],describe(e){let t={name:"SlimerJS"},n=Y.getFirstMatch(/slimerjs\/(\d+(\.?_?\d+)+)/i,e);return n&&(t.version=n),t}},{test:[/blackberry|\bbb\d+/i,/rim\stablet/i],describe(e){let t={name:"BlackBerry"},n=Y.getFirstMatch(gt,e)||Y.getFirstMatch(/blackberry[\d]+\/(\d+(\.?_?\d+)+)/i,e);return n&&(t.version=n),t}},{test:[/(web|hpw)[o0]s/i],describe(e){let t={name:"WebOS Browser"},n=Y.getFirstMatch(gt,e)||Y.getFirstMatch(/w(?:eb)?[o0]sbrowser\/(\d+(\.?_?\d+)+)/i,e);return n&&(t.version=n),t}},{test:[/bada/i],describe(e){let t={name:"Bada"},n=Y.getFirstMatch(/dolfin\/(\d+(\.?_?\d+)+)/i,e);return n&&(t.version=n),t}},{test:[/tizen/i],describe(e){let t={name:"Tizen"},n=Y.getFirstMatch(/(?:tizen\s?)?browser\/(\d+(\.?_?\d+)+)/i,e)||Y.getFirstMatch(gt,e);return n&&(t.version=n),t}},{test:[/qupzilla/i],describe(e){let t={name:"QupZilla"},n=Y.getFirstMatch(/(?:qupzilla)[\s/](\d+(\.?_?\d+)+)/i,e)||Y.getFirstMatch(gt,e);return n&&(t.version=n),t}},{test:[/firefox|iceweasel|fxios/i],describe(e){let t={name:"Firefox"},n=Y.getFirstMatch(/(?:firefox|iceweasel|fxios)[\s/](\d+(\.?_?\d+)+)/i,e);return n&&(t.version=n),t}},{test:[/electron/i],describe(e){let t={name:"Electron"},n=Y.getFirstMatch(/(?:electron)\/(\d+(\.?_?\d+)+)/i,e);return n&&(t.version=n),t}},{test:[/MiuiBrowser/i],describe(e){let t={name:"Miui"},n=Y.getFirstMatch(/(?:MiuiBrowser)[\s/](\d+(\.?_?\d+)+)/i,e);return n&&(t.version=n),t}},{test:[/chromium/i],describe(e){let t={name:"Chromium"},n=Y.getFirstMatch(/(?:chromium)[\s/](\d+(\.?_?\d+)+)/i,e)||Y.getFirstMatch(gt,e);return n&&(t.version=n),t}},{test:[/chrome|crios|crmo/i],describe(e){let t={name:"Chrome"},n=Y.getFirstMatch(/(?:chrome|crios|crmo)\/(\d+(\.?_?\d+)+)/i,e);return n&&(t.version=n),t}},{test:[/GSA/i],describe(e){let t={name:"Google Search"},n=Y.getFirstMatch(/(?:GSA)\/(\d+(\.?_?\d+)+)/i,e);return n&&(t.version=n),t}},{test(e){let t=!e.test(/like android/i),n=e.test(/android/i);return t&&n},describe(e){let t={name:"Android Browser"},n=Y.getFirstMatch(gt,e);return n&&(t.version=n),t}},{test:[/playstation 4/i],describe(e){let t={name:"PlayStation 4"},n=Y.getFirstMatch(gt,e);return n&&(t.version=n),t}},{test:[/safari|applewebkit/i],describe(e){let t={name:"Safari"},n=Y.getFirstMatch(gt,e);return n&&(t.version=n),t}},{test:[/.*/i],describe(e){let t=/^(.*)\/(.*) /,n=/^(.*)\/(.*)[ \t]\((.*)/,r=e.search("\\(")!==-1?n:t;return{name:Y.getFirstMatch(r,e),version:Y.getSecondMatch(r,e)}}}],Vv=$v,Kv=[{test:[/Roku\/DVP/],describe(e){let t=Y.getFirstMatch(/Roku\/DVP-(\d+\.\d+)/i,e);return{name:Sn.Roku,version:t}}},{test:[/windows phone/i],describe(e){let t=Y.getFirstMatch(/windows phone (?:os)?\s?(\d+(\.\d+)*)/i,e);return{name:Sn.WindowsPhone,version:t}}},{test:[/windows /i],describe(e){let t=Y.getFirstMatch(/Windows ((NT|XP)( \d\d?.\d)?)/i,e),n=Y.getWindowsVersionName(t);return{name:Sn.Windows,version:t,versionName:n}}},{test:[/Macintosh(.*?) FxiOS(.*?)\//],describe(e){let t={name:Sn.iOS},n=Y.getSecondMatch(/(Version\/)(\d[\d.]+)/,e);return n&&(t.version=n),t}},{test:[/macintosh/i],describe(e){let t=Y.getFirstMatch(/mac os x (\d+(\.?_?\d+)+)/i,e).replace(/[_\s]/g,"."),n=Y.getMacOSVersionName(t),r={name:Sn.MacOS,version:t};return n&&(r.versionName=n),r}},{test:[/(ipod|iphone|ipad)/i],describe(e){let t=Y.getFirstMatch(/os (\d+([_\s]\d+)*) like mac os x/i,e).replace(/[_\s]/g,".");return{name:Sn.iOS,version:t}}},{test(e){let t=!e.test(/like android/i),n=e.test(/android/i);return t&&n},describe(e){let t=Y.getFirstMatch(/android[\s/-](\d+(\.\d+)*)/i,e),n=Y.getAndroidVersionName(t),r={name:Sn.Android,version:t};return n&&(r.versionName=n),r}},{test:[/(web|hpw)[o0]s/i],describe(e){let t=Y.getFirstMatch(/(?:web|hpw)[o0]s\/(\d+(\.\d+)*)/i,e),n={name:Sn.WebOS};return t&&t.length&&(n.version=t),n}},{test:[/blackberry|\bbb\d+/i,/rim\stablet/i],describe(e){let t=Y.getFirstMatch(/rim\stablet\sos\s(\d+(\.\d+)*)/i,e)||Y.getFirstMatch(/blackberry\d+\/(\d+([_\s]\d+)*)/i,e)||Y.getFirstMatch(/\bbb(\d+)/i,e);return{name:Sn.BlackBerry,version:t}}},{test:[/bada/i],describe(e){let t=Y.getFirstMatch(/bada\/(\d+(\.\d+)*)/i,e);return{name:Sn.Bada,version:t}}},{test:[/tizen/i],describe(e){let t=Y.getFirstMatch(/tizen[/\s](\d+(\.\d+)*)/i,e);return{name:Sn.Tizen,version:t}}},{test:[/linux/i],describe(){return{name:Sn.Linux}}},{test:[/CrOS/],describe(){return{name:Sn.ChromeOS}}},{test:[/PlayStation 4/],describe(e){let t=Y.getFirstMatch(/PlayStation 4[/\s](\d+(\.\d+)*)/i,e);return{name:Sn.PlayStation4,version:t}}}],Gv=[{test:[/googlebot/i],describe(){return{type:"bot",vendor:"Google"}}},{test:[/huawei/i],describe(e){let t=Y.getFirstMatch(/(can-l01)/i,e)&&"Nova",n={type:It.mobile,vendor:"Huawei"};return t&&(n.model=t),n}},{test:[/nexus\s*(?:7|8|9|10).*/i],describe(){return{type:It.tablet,vendor:"Nexus"}}},{test:[/ipad/i],describe(){return{type:It.tablet,vendor:"Apple",model:"iPad"}}},{test:[/Macintosh(.*?) FxiOS(.*?)\//],describe(){return{type:It.tablet,vendor:"Apple",model:"iPad"}}},{test:[/kftt build/i],describe(){return{type:It.tablet,vendor:"Amazon",model:"Kindle Fire HD 7"}}},{test:[/silk/i],describe(){return{type:It.tablet,vendor:"Amazon"}}},{test:[/tablet(?! pc)/i],describe(){return{type:It.tablet}}},{test(e){let t=e.test(/ipod|iphone/i),n=e.test(/like (ipod|iphone)/i);return t&&!n},describe(e){let t=Y.getFirstMatch(/(ipod|iphone)/i,e);return{type:It.mobile,vendor:"Apple",model:t}}},{test:[/nexus\s*[0-6].*/i,/galaxy nexus/i],describe(){return{type:It.mobile,vendor:"Nexus"}}},{test:[/[^-]mobi/i],describe(){return{type:It.mobile}}},{test(e){return e.getBrowserName(!0)==="blackberry"},describe(){return{type:It.mobile,vendor:"BlackBerry"}}},{test(e){return e.getBrowserName(!0)==="bada"},describe(){return{type:It.mobile}}},{test(e){return e.getBrowserName()==="windows phone"},describe(){return{type:It.mobile,vendor:"Microsoft"}}},{test(e){let t=Number(String(e.getOSVersion()).split(".")[0]);return e.getOSName(!0)==="android"&&t>=3},describe(){return{type:It.tablet}}},{test(e){return e.getOSName(!0)==="android"},describe(){return{type:It.mobile}}},{test(e){return e.getOSName(!0)==="macos"},describe(){return{type:It.desktop,vendor:"Apple"}}},{test(e){return e.getOSName(!0)==="windows"},describe(){return{type:It.desktop}}},{test(e){return e.getOSName(!0)==="linux"},describe(){return{type:It.desktop}}},{test(e){return e.getOSName(!0)==="playstation 4"},describe(){return{type:It.tv}}},{test(e){return e.getOSName(!0)==="roku"},describe(){return{type:It.tv}}}],Yv=[{test(e){return e.getBrowserName(!0)==="microsoft edge"},describe(e){if(/\sedg\//i.test(e))return{name:ma.Blink};let t=Y.getFirstMatch(/edge\/(\d+(\.?_?\d+)+)/i,e);return{name:ma.EdgeHTML,version:t}}},{test:[/trident/i],describe(e){let t={name:ma.Trident},n=Y.getFirstMatch(/trident\/(\d+(\.?_?\d+)+)/i,e);return n&&(t.version=n),t}},{test(e){return e.test(/presto/i)},describe(e){let t={name:ma.Presto},n=Y.getFirstMatch(/presto\/(\d+(\.?_?\d+)+)/i,e);return n&&(t.version=n),t}},{test(e){let t=e.test(/gecko/i),n=e.test(/like gecko/i);return t&&!n},describe(e){let t={name:ma.Gecko},n=Y.getFirstMatch(/gecko\/(\d+(\.?_?\d+)+)/i,e);return n&&(t.version=n),t}},{test:[/(apple)?webkit\/537\.36/i],describe(){return{name:ma.Blink}}},{test:[/(apple)?webkit/i],describe(e){let t={name:ma.WebKit},n=Y.getFirstMatch(/webkit\/(\d+(\.?_?\d+)+)/i,e);return n&&(t.version=n),t}}],Jv=class{constructor(e,t=!1){if(e==null||e==="")throw new Error("UserAgent parameter can't be empty");this._ua=e,this.parsedResult={},t!==!0&&this.parse()}getUA(){return this._ua}test(e){return e.test(this._ua)}parseBrowser(){this.parsedResult.browser={};let e=Y.find(Vv,t=>{if(typeof t.test=="function")return t.test(this);if(t.test instanceof Array)return t.test.some(n=>this.test(n));throw new Error("Browser's test function is not valid")});return e&&(this.parsedResult.browser=e.describe(this.getUA())),this.parsedResult.browser}getBrowser(){return this.parsedResult.browser?this.parsedResult.browser:this.parseBrowser()}getBrowserName(e){return e?String(this.getBrowser().name).toLowerCase()||"":this.getBrowser().name||""}getBrowserVersion(){return this.getBrowser().version}getOS(){return this.parsedResult.os?this.parsedResult.os:this.parseOS()}parseOS(){this.parsedResult.os={};let e=Y.find(Kv,t=>{if(typeof t.test=="function")return t.test(this);if(t.test instanceof Array)return t.test.some(n=>this.test(n));throw new Error("Browser's test function is not valid")});return e&&(this.parsedResult.os=e.describe(this.getUA())),this.parsedResult.os}getOSName(e){let{name:t}=this.getOS();return e?String(t).toLowerCase()||"":t||""}getOSVersion(){return this.getOS().version}getPlatform(){return this.parsedResult.platform?this.parsedResult.platform:this.parsePlatform()}getPlatformType(e=!1){let{type:t}=this.getPlatform();return e?String(t).toLowerCase()||"":t||""}parsePlatform(){this.parsedResult.platform={};let e=Y.find(Gv,t=>{if(typeof t.test=="function")return t.test(this);if(t.test instanceof Array)return t.test.some(n=>this.test(n));throw new Error("Browser's test function is not valid")});return e&&(this.parsedResult.platform=e.describe(this.getUA())),this.parsedResult.platform}getEngine(){return this.parsedResult.engine?this.parsedResult.engine:this.parseEngine()}getEngineName(e){return e?String(this.getEngine().name).toLowerCase()||"":this.getEngine().name||""}parseEngine(){this.parsedResult.engine={};let e=Y.find(Yv,t=>{if(typeof t.test=="function")return t.test(this);if(t.test instanceof Array)return t.test.some(n=>this.test(n));throw new Error("Browser's test function is not valid")});return e&&(this.parsedResult.engine=e.describe(this.getUA())),this.parsedResult.engine}parse(){return this.parseBrowser(),this.parseOS(),this.parsePlatform(),this.parseEngine(),this}getResult(){return Y.assign({},this.parsedResult)}satisfies(e){let t={},n=0,r={},a=0;if(Object.keys(e).forEach(o=>{let i=e[o];typeof i=="string"?(r[o]=i,a+=1):typeof i=="object"&&(t[o]=i,n+=1)}),n>0){let o=Object.keys(t),i=Y.find(o,u=>this.isOS(u));if(i){let u=this.satisfies(t[i]);if(u!==void 0)return u}let s=Y.find(o,u=>this.isPlatform(u));if(s){let u=this.satisfies(t[s]);if(u!==void 0)return u}}if(a>0){let o=Object.keys(r),i=Y.find(o,s=>this.isBrowser(s,!0));if(i!==void 0)return this.compareVersion(r[i])}}isBrowser(e,t=!1){let n=this.getBrowserName().toLowerCase(),r=e.toLowerCase(),a=Y.getBrowserTypeByAlias(r);return t&&a&&(r=a.toLowerCase()),r===n}compareVersion(e){let t=[0],n=e,r=!1,a=this.getBrowserVersion();if(typeof a=="string")return e[0]===">"||e[0]==="<"?(n=e.substr(1),e[1]==="="?(r=!0,n=e.substr(2)):t=[],e[0]===">"?t.push(1):t.push(-1)):e[0]==="="?n=e.substr(1):e[0]==="~"&&(r=!0,n=e.substr(1)),t.indexOf(Y.compareVersions(a,n,r))>-1}isOS(e){return this.getOSName(!0)===String(e).toLowerCase()}isPlatform(e){return this.getPlatformType(!0)===String(e).toLowerCase()}isEngine(e){return this.getEngineName(!0)===String(e).toLowerCase()}is(e,t=!1){return this.isBrowser(e,t)||this.isOS(e)||this.isPlatform(e)}some(e=[]){return e.some(t=>this.is(t))}},R3=Jv,Qv=class{static getParser(e,t=!1){if(typeof e!="string")throw new Error("UserAgent should be a string");return new R3(e,t)}static parse(e){return new R3(e).getResult()}static get BROWSER_MAP(){return I3}static get ENGINE_MAP(){return ma}static get OS_MAP(){return Sn}static get PLATFORMS_MAP(){return It}},ti=Qv;m();m();var{entries:W3,setPrototypeOf:O3,isFrozen:Zv,getPrototypeOf:Xv,getOwnPropertyDescriptor:ex}=Object,{freeze:wn,seal:ur,create:tx}=Object,{apply:zd,construct:qd}=typeof Reflect<"u"&&Reflect;zd||(zd=function(e,t,n){return e.apply(t,n)});wn||(wn=function(e){return e});ur||(ur=function(e){return e});qd||(qd=function(e,t){return new e(...t)});var nx=Yn(Array.prototype.forEach),N3=Yn(Array.prototype.pop),Es=Yn(Array.prototype.push),ml=Yn(String.prototype.toLowerCase),Od=Yn(String.prototype.toString),rx=Yn(String.prototype.match),sr=Yn(String.prototype.replace),ax=Yn(String.prototype.indexOf),ox=Yn(String.prototype.trim),Hn=Yn(RegExp.prototype.test),Ss=ix(TypeError);function Yn(e){return function(t){for(var n=arguments.length,r=new Array(n>1?n-1:0),a=1;a/gm),dx=ur(/\${[\w\W]*}/gm),gx=ur(/^data-[\-\w.\u00B7-\uFFFF]/),mx=ur(/^aria-[\-\w]+$/),$3=ur(/^(?:(?:(?:f|ht)tps?|mailto|tel|callto|sms|cid|xmpp):|[^a-z]|[a-z+.\-]+(?:[^a-z+.\-:]|$))/i),px=ur(/^(?:\w+script|data):/i),fx=ur(/[\u0000-\u0020\u00A0\u1680\u180E\u2000-\u2029\u205F\u3000]/g),V3=ur(/^html$/i),q3=Object.freeze({__proto__:null,MUSTACHE_EXPR:lx,ERB_EXPR:cx,TMPLIT_EXPR:dx,DATA_ATTR:gx,ARIA_ATTR:mx,IS_ALLOWED_URI:$3,IS_SCRIPT_OR_DATA:px,ATTR_WHITESPACE:fx,DOCTYPE_NAME:V3}),hx=()=>typeof window>"u"?null:window,bx=function(e,t){if(typeof e!="object"||typeof e.createPolicy!="function")return null;let n=null,r="data-tt-policy-suffix";t&&t.hasAttribute(r)&&(n=t.getAttribute(r));let a="dompurify"+(n?"#"+n:"");try{return e.createPolicy(a,{createHTML(o){return o},createScriptURL(o){return o}})}catch{return null}};function K3(){let e=arguments.length>0&&arguments[0]!==void 0?arguments[0]:hx(),t=U=>K3(U);if(t.version="3.0.3",t.removed=[],!e||!e.document||e.document.nodeType!==9)return t.isSupported=!1,t;let n=e.document,r=n.currentScript,{document:a}=e,{DocumentFragment:o,HTMLTemplateElement:i,Node:s,Element:u,NodeFilter:l,NamedNodeMap:c=e.NamedNodeMap||e.MozNamedAttrMap,HTMLFormElement:g,DOMParser:p,trustedTypes:f}=e,h=u.prototype,y=dl(h,"cloneNode"),C=dl(h,"nextSibling"),b=dl(h,"childNodes"),x=dl(h,"parentNode");if(typeof i=="function"){let U=a.createElement("template");U.content&&U.content.ownerDocument&&(a=U.content.ownerDocument)}let S,A="",{implementation:P,createNodeIterator:w,createDocumentFragment:v,getElementsByTagName:L}=a,{importNode:D}=n,T={};t.isSupported=typeof W3=="function"&&typeof x=="function"&&P&&P.createHTMLDocument!==void 0;let{MUSTACHE_EXPR:j,ERB_EXPR:R,TMPLIT_EXPR:M,DATA_ATTR:O,ARIA_ATTR:N,IS_SCRIPT_OR_DATA:H,ATTR_WHITESPACE:B}=q3,{IS_ALLOWED_URI:k}=q3,_=null,F=je({},[...U3,...Nd,...Ud,...jd,...j3]),q=null,z=je({},[...H3,...Hd,...z3,...gl]),V=Object.seal(Object.create(null,{tagNameCheck:{writable:!0,configurable:!1,enumerable:!0,value:null},attributeNameCheck:{writable:!0,configurable:!1,enumerable:!0,value:null},allowCustomizedBuiltInElements:{writable:!0,configurable:!1,enumerable:!0,value:!1}})),K=null,oe=null,te=!0,Z=!0,ce=!1,he=!0,ae=!1,X=!1,ve=!1,se=!1,ue=!1,De=!1,He=!1,Fe=!0,pe=!1,Et="user-content-",$t=!0,At=!1,Ft={},Cn=null,Vn=je({},["annotation-xml","audio","colgroup","desc","foreignobject","head","iframe","math","mi","mn","mo","ms","mtext","noembed","noframes","noscript","plaintext","script","style","svg","template","thead","title","video","xmp"]),is=null,Tr=je({},["audio","video","img","source","image","track"]),eo=null,$o=je({},["alt","class","for","id","label","name","pattern","placeholder","role","summary","title","value","style","xmlns"]),cn="http://www.w3.org/1998/Math/MathML",nr="http://www.w3.org/2000/svg",dn="http://www.w3.org/1999/xhtml",Nn=dn,Br=!1,Rr=null,to=je({},[cn,nr,dn],Od),Tn,Ir=["application/xhtml+xml","text/html"],St="text/html",tt,Un=null,x5=a.createElement("form"),V4=function(U){return U instanceof RegExp||U instanceof Function},Bc=function(U){if(!(Un&&Un===U)){if((!U||typeof U!="object")&&(U={}),U=ni(U),Tn=Ir.indexOf(U.PARSER_MEDIA_TYPE)===-1?Tn=St:Tn=U.PARSER_MEDIA_TYPE,tt=Tn==="application/xhtml+xml"?Od:ml,_="ALLOWED_TAGS"in U?je({},U.ALLOWED_TAGS,tt):F,q="ALLOWED_ATTR"in U?je({},U.ALLOWED_ATTR,tt):z,Rr="ALLOWED_NAMESPACES"in U?je({},U.ALLOWED_NAMESPACES,Od):to,eo="ADD_URI_SAFE_ATTR"in U?je(ni($o),U.ADD_URI_SAFE_ATTR,tt):$o,is="ADD_DATA_URI_TAGS"in U?je(ni(Tr),U.ADD_DATA_URI_TAGS,tt):Tr,Cn="FORBID_CONTENTS"in U?je({},U.FORBID_CONTENTS,tt):Vn,K="FORBID_TAGS"in U?je({},U.FORBID_TAGS,tt):{},oe="FORBID_ATTR"in U?je({},U.FORBID_ATTR,tt):{},Ft="USE_PROFILES"in U?U.USE_PROFILES:!1,te=U.ALLOW_ARIA_ATTR!==!1,Z=U.ALLOW_DATA_ATTR!==!1,ce=U.ALLOW_UNKNOWN_PROTOCOLS||!1,he=U.ALLOW_SELF_CLOSE_IN_ATTR!==!1,ae=U.SAFE_FOR_TEMPLATES||!1,X=U.WHOLE_DOCUMENT||!1,ue=U.RETURN_DOM||!1,De=U.RETURN_DOM_FRAGMENT||!1,He=U.RETURN_TRUSTED_TYPE||!1,se=U.FORCE_BODY||!1,Fe=U.SANITIZE_DOM!==!1,pe=U.SANITIZE_NAMED_PROPS||!1,$t=U.KEEP_CONTENT!==!1,At=U.IN_PLACE||!1,k=U.ALLOWED_URI_REGEXP||$3,Nn=U.NAMESPACE||dn,V=U.CUSTOM_ELEMENT_HANDLING||{},U.CUSTOM_ELEMENT_HANDLING&&V4(U.CUSTOM_ELEMENT_HANDLING.tagNameCheck)&&(V.tagNameCheck=U.CUSTOM_ELEMENT_HANDLING.tagNameCheck),U.CUSTOM_ELEMENT_HANDLING&&V4(U.CUSTOM_ELEMENT_HANDLING.attributeNameCheck)&&(V.attributeNameCheck=U.CUSTOM_ELEMENT_HANDLING.attributeNameCheck),U.CUSTOM_ELEMENT_HANDLING&&typeof U.CUSTOM_ELEMENT_HANDLING.allowCustomizedBuiltInElements=="boolean"&&(V.allowCustomizedBuiltInElements=U.CUSTOM_ELEMENT_HANDLING.allowCustomizedBuiltInElements),ae&&(Z=!1),De&&(ue=!0),Ft&&(_=je({},[...j3]),q=[],Ft.html===!0&&(je(_,U3),je(q,H3)),Ft.svg===!0&&(je(_,Nd),je(q,Hd),je(q,gl)),Ft.svgFilters===!0&&(je(_,Ud),je(q,Hd),je(q,gl)),Ft.mathMl===!0&&(je(_,jd),je(q,z3),je(q,gl))),U.ADD_TAGS&&(_===F&&(_=ni(_)),je(_,U.ADD_TAGS,tt)),U.ADD_ATTR&&(q===z&&(q=ni(q)),je(q,U.ADD_ATTR,tt)),U.ADD_URI_SAFE_ATTR&&je(eo,U.ADD_URI_SAFE_ATTR,tt),U.FORBID_CONTENTS&&(Cn===Vn&&(Cn=ni(Cn)),je(Cn,U.FORBID_CONTENTS,tt)),$t&&(_["#text"]=!0),X&&je(_,["html","head","body"]),_.table&&(je(_,["tbody"]),delete K.tbody),U.TRUSTED_TYPES_POLICY){if(typeof U.TRUSTED_TYPES_POLICY.createHTML!="function")throw Ss('TRUSTED_TYPES_POLICY configuration option must provide a "createHTML" hook.');if(typeof U.TRUSTED_TYPES_POLICY.createScriptURL!="function")throw Ss('TRUSTED_TYPES_POLICY configuration option must provide a "createScriptURL" hook.');S=U.TRUSTED_TYPES_POLICY,A=S.createHTML("")}else S===void 0&&(S=bx(f,r)),S!==null&&typeof A=="string"&&(A=S.createHTML(""));wn&&wn(U),Un=U}},K4=je({},["mi","mo","mn","ms","mtext"]),G4=je({},["foreignobject","desc","title","annotation-xml"]),E5=je({},["title","style","font","a","script"]),ju=je({},Nd);je(ju,Ud),je(ju,sx);let Rc=je({},jd);je(Rc,ux);let S5=function(U){let ge=x(U);(!ge||!ge.tagName)&&(ge={namespaceURI:Nn,tagName:"template"});let ne=ml(U.tagName),Je=ml(ge.tagName);return Rr[U.namespaceURI]?U.namespaceURI===nr?ge.namespaceURI===dn?ne==="svg":ge.namespaceURI===cn?ne==="svg"&&(Je==="annotation-xml"||K4[Je]):!!ju[ne]:U.namespaceURI===cn?ge.namespaceURI===dn?ne==="math":ge.namespaceURI===nr?ne==="math"&&G4[Je]:!!Rc[ne]:U.namespaceURI===dn?ge.namespaceURI===nr&&!G4[Je]||ge.namespaceURI===cn&&!K4[Je]?!1:!Rc[ne]&&(E5[ne]||!ju[ne]):!!(Tn==="application/xhtml+xml"&&Rr[U.namespaceURI]):!1},Vo=function(U){Es(t.removed,{element:U});try{U.parentNode.removeChild(U)}catch{U.remove()}},Ic=function(U,ge){try{Es(t.removed,{attribute:ge.getAttributeNode(U),from:ge})}catch{Es(t.removed,{attribute:null,from:ge})}if(ge.removeAttribute(U),U==="is"&&!q[U])if(ue||De)try{Vo(ge)}catch{}else try{ge.setAttribute(U,"")}catch{}},Y4=function(U){let ge,ne;if(se)U=""+U;else{let vn=rx(U,/^[\r\n\t ]+/);ne=vn&&vn[0]}Tn==="application/xhtml+xml"&&Nn===dn&&(U=''+U+"");let Je=S?S.createHTML(U):U;if(Nn===dn)try{ge=new p().parseFromString(Je,Tn)}catch{}if(!ge||!ge.documentElement){ge=P.createDocument(Nn,"template",null);try{ge.documentElement.innerHTML=Br?A:Je}catch{}}let Vt=ge.body||ge.documentElement;return U&&ne&&Vt.insertBefore(a.createTextNode(ne),Vt.childNodes[0]||null),Nn===dn?L.call(ge,X?"html":"body")[0]:X?ge.documentElement:Vt},J4=function(U){return w.call(U.ownerDocument||U,U,l.SHOW_ELEMENT|l.SHOW_COMMENT|l.SHOW_TEXT,null,!1)},w5=function(U){return U instanceof g&&(typeof U.nodeName!="string"||typeof U.textContent!="string"||typeof U.removeChild!="function"||!(U.attributes instanceof c)||typeof U.removeAttribute!="function"||typeof U.setAttribute!="function"||typeof U.namespaceURI!="string"||typeof U.insertBefore!="function"||typeof U.hasChildNodes!="function")},Hu=function(U){return typeof s=="object"?U instanceof s:U&&typeof U=="object"&&typeof U.nodeType=="number"&&typeof U.nodeName=="string"},Or=function(U,ge,ne){T[U]&&nx(T[U],Je=>{Je.call(t,ge,ne,Un)})},Q4=function(U){let ge;if(Or("beforeSanitizeElements",U,null),w5(U))return Vo(U),!0;let ne=tt(U.nodeName);if(Or("uponSanitizeElement",U,{tagName:ne,allowedTags:_}),U.hasChildNodes()&&!Hu(U.firstElementChild)&&(!Hu(U.content)||!Hu(U.content.firstElementChild))&&Hn(/<[/\w]/g,U.innerHTML)&&Hn(/<[/\w]/g,U.textContent))return Vo(U),!0;if(!_[ne]||K[ne]){if(!K[ne]&&X4(ne)&&(V.tagNameCheck instanceof RegExp&&Hn(V.tagNameCheck,ne)||V.tagNameCheck instanceof Function&&V.tagNameCheck(ne)))return!1;if($t&&!Cn[ne]){let Je=x(U)||U.parentNode,Vt=b(U)||U.childNodes;if(Vt&&Je){let vn=Vt.length;for(let Pn=vn-1;Pn>=0;--Pn)Je.insertBefore(y(Vt[Pn],!0),C(U))}}return Vo(U),!0}return U instanceof u&&!S5(U)||(ne==="noscript"||ne==="noembed")&&Hn(/<\/no(script|embed)/i,U.innerHTML)?(Vo(U),!0):(ae&&U.nodeType===3&&(ge=U.textContent,ge=sr(ge,j," "),ge=sr(ge,R," "),ge=sr(ge,M," "),U.textContent!==ge&&(Es(t.removed,{element:U.cloneNode()}),U.textContent=ge)),Or("afterSanitizeElements",U,null),!1)},Z4=function(U,ge,ne){if(Fe&&(ge==="id"||ge==="name")&&(ne in a||ne in x5))return!1;if(!(Z&&!oe[ge]&&Hn(O,ge))&&!(te&&Hn(N,ge))){if(!q[ge]||oe[ge]){if(!(X4(U)&&(V.tagNameCheck instanceof RegExp&&Hn(V.tagNameCheck,U)||V.tagNameCheck instanceof Function&&V.tagNameCheck(U))&&(V.attributeNameCheck instanceof RegExp&&Hn(V.attributeNameCheck,ge)||V.attributeNameCheck instanceof Function&&V.attributeNameCheck(ge))||ge==="is"&&V.allowCustomizedBuiltInElements&&(V.tagNameCheck instanceof RegExp&&Hn(V.tagNameCheck,ne)||V.tagNameCheck instanceof Function&&V.tagNameCheck(ne))))return!1}else if(!eo[ge]&&!Hn(k,sr(ne,B,""))&&!((ge==="src"||ge==="xlink:href"||ge==="href")&&U!=="script"&&ax(ne,"data:")===0&&is[U])&&!(ce&&!Hn(H,sr(ne,B,"")))&&ne)return!1}return!0},X4=function(U){return U.indexOf("-")>0},ef=function(U){let ge,ne,Je,Vt;Or("beforeSanitizeAttributes",U,null);let{attributes:vn}=U;if(!vn)return;let Pn={attrName:"",attrValue:"",keepAttr:!0,allowedAttributes:q};for(Vt=vn.length;Vt--;){ge=vn[Vt];let{name:Xt,namespaceURI:Ko}=ge;if(ne=Xt==="value"?ge.value:ox(ge.value),Je=tt(Xt),Pn.attrName=Je,Pn.attrValue=ne,Pn.keepAttr=!0,Pn.forceKeepAttr=void 0,Or("uponSanitizeAttribute",U,Pn),ne=Pn.attrValue,Pn.forceKeepAttr||(Ic(Xt,U),!Pn.keepAttr))continue;if(!he&&Hn(/\/>/i,ne)){Ic(Xt,U);continue}ae&&(ne=sr(ne,j," "),ne=sr(ne,R," "),ne=sr(ne,M," "));let tf=tt(U.nodeName);if(Z4(tf,Je,ne)){if(pe&&(Je==="id"||Je==="name")&&(Ic(Xt,U),ne=Et+ne),S&&typeof f=="object"&&typeof f.getAttributeType=="function"&&!Ko)switch(f.getAttributeType(tf,Je)){case"TrustedHTML":{ne=S.createHTML(ne);break}case"TrustedScriptURL":{ne=S.createScriptURL(ne);break}}try{Ko?U.setAttributeNS(Ko,Xt,ne):U.setAttribute(Xt,ne),N3(t.removed)}catch{}}}Or("afterSanitizeAttributes",U,null)},D5=function U(ge){let ne,Je=J4(ge);for(Or("beforeSanitizeShadowDOM",ge,null);ne=Je.nextNode();)Or("uponSanitizeShadowNode",ne,null),!Q4(ne)&&(ne.content instanceof o&&U(ne.content),ef(ne));Or("afterSanitizeShadowDOM",ge,null)};return t.sanitize=function(U){let ge=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{},ne,Je,Vt,vn;if(Br=!U,Br&&(U=""),typeof U!="string"&&!Hu(U))if(typeof U.toString=="function"){if(U=U.toString(),typeof U!="string")throw Ss("dirty is not a string, aborting")}else throw Ss("toString is not a function");if(!t.isSupported)return U;if(ve||Bc(ge),t.removed=[],typeof U=="string"&&(At=!1),At){if(U.nodeName){let Ko=tt(U.nodeName);if(!_[Ko]||K[Ko])throw Ss("root node is forbidden and cannot be sanitized in-place")}}else if(U instanceof s)ne=Y4(""),Je=ne.ownerDocument.importNode(U,!0),Je.nodeType===1&&Je.nodeName==="BODY"||Je.nodeName==="HTML"?ne=Je:ne.appendChild(Je);else{if(!ue&&!ae&&!X&&U.indexOf("<")===-1)return S&&He?S.createHTML(U):U;if(ne=Y4(U),!ne)return ue?null:He?A:""}ne&&se&&Vo(ne.firstChild);let Pn=J4(At?U:ne);for(;Vt=Pn.nextNode();)Q4(Vt)||(Vt.content instanceof o&&D5(Vt.content),ef(Vt));if(At)return U;if(ue){if(De)for(vn=v.call(ne.ownerDocument);ne.firstChild;)vn.appendChild(ne.firstChild);else vn=ne;return(q.shadowroot||q.shadowrootmod)&&(vn=D.call(n,vn,!0)),vn}let Xt=X?ne.outerHTML:ne.innerHTML;return X&&_["!doctype"]&&ne.ownerDocument&&ne.ownerDocument.doctype&&ne.ownerDocument.doctype.name&&Hn(V3,ne.ownerDocument.doctype.name)&&(Xt=" -`+Xt),ae&&(Xt=sr(Xt,j," "),Xt=sr(Xt,R," "),Xt=sr(Xt,M," ")),S&&He?S.createHTML(Xt):Xt},t.setConfig=function(U){Bc(U),ve=!0},t.clearConfig=function(){Un=null,ve=!1},t.isValidAttribute=function(U,ge,ne){Un||Bc({});let Je=tt(U),Vt=tt(ge);return Z4(Je,Vt,ne)},t.addHook=function(U,ge){typeof ge=="function"&&(T[U]=T[U]||[],Es(T[U],ge))},t.removeHook=function(U){if(T[U])return N3(T[U])},t.removeHooks=function(U){T[U]&&(T[U]=[])},t.removeAllHooks=function(){T={}},t}var nt=K3();m();m();var yx=Object.create,$d=Object.defineProperty,Cx=Object.getOwnPropertyDescriptor,Tx=Object.getOwnPropertyNames,vx=Object.getPrototypeOf,xx=Object.prototype.hasOwnProperty,Vd=(e,t)=>()=>(t||e((t={exports:{}}).exports,t),t.exports),Ex=(e,t)=>{for(var n in t)$d(e,n,{get:t[n],enumerable:!0})},Wd=(e,t,n,r)=>{if(t&&typeof t=="object"||typeof t=="function")for(let a of Tx(t))!xx.call(e,a)&&a!==n&&$d(e,a,{get:()=>t[a],enumerable:!(r=Cx(t,a))||r.enumerable});return e},Sx=(e,t,n)=>(Wd(e,t,"default"),n&&Wd(n,t,"default")),Y3=(e,t,n)=>(n=e!=null?yx(vx(e)):{},Wd(t||!e||!e.__esModule?$d(n,"default",{value:e,enumerable:!0}):n,e)),wx=Vd((e,t)=>{function n(r,a){if(a&&a.documentElement)r=a,a=arguments[2];else if(!r||!r.documentElement)throw new Error("First argument to Readability constructor should be a document object.");if(a=a||{},this._doc=r,this._docJSDOMParser=this._doc.firstChild.__JSDOMParser__,this._articleTitle=null,this._articleByline=null,this._articleDir=null,this._articleSiteName=null,this._attempts=[],this._debug=!!a.debug,this._maxElemsToParse=a.maxElemsToParse||this.DEFAULT_MAX_ELEMS_TO_PARSE,this._nbTopCandidates=a.nbTopCandidates||this.DEFAULT_N_TOP_CANDIDATES,this._charThreshold=a.charThreshold||this.DEFAULT_CHAR_THRESHOLD,this._classesToPreserve=this.CLASSES_TO_PRESERVE.concat(a.classesToPreserve||[]),this._keepClasses=!!a.keepClasses,this._serializer=a.serializer||function(o){return o.innerHTML},this._disableJSONLD=!!a.disableJSONLD,this._allowedVideoRegex=a.allowedVideoRegex||this.REGEXPS.videos,this._flags=this.FLAG_STRIP_UNLIKELYS|this.FLAG_WEIGHT_CLASSES|this.FLAG_CLEAN_CONDITIONALLY,this._debug){let o=function(i){if(i.nodeType==i.TEXT_NODE)return`${i.nodeName} ("${i.textContent}")`;let s=Array.from(i.attributes||[],function(u){return`${u.name}="${u.value}"`}).join(" ");return`<${i.localName} ${s}>`};this.log=function(){if(typeof console<"u")Array.from(arguments,u=>u&&u.nodeType==this.ELEMENT_NODE?o(u):u).unshift("Reader: (Readability)");else if(typeof dump<"u"){var i=Array.prototype.map.call(arguments,function(s){return s&&s.nodeName?o(s):s}).join(" ");dump("Reader: (Readability) "+i+` -`)}}}else this.log=function(){}}n.prototype={FLAG_STRIP_UNLIKELYS:1,FLAG_WEIGHT_CLASSES:2,FLAG_CLEAN_CONDITIONALLY:4,ELEMENT_NODE:1,TEXT_NODE:3,DEFAULT_MAX_ELEMS_TO_PARSE:0,DEFAULT_N_TOP_CANDIDATES:5,DEFAULT_TAGS_TO_SCORE:"section,h2,h3,h4,h5,h6,p,td,pre".toUpperCase().split(","),DEFAULT_CHAR_THRESHOLD:500,REGEXPS:{unlikelyCandidates:/-ad-|ai2html|banner|breadcrumbs|combx|comment|community|cover-wrap|disqus|extra|footer|gdpr|header|legends|menu|related|remark|replies|rss|shoutbox|sidebar|skyscraper|social|sponsor|supplemental|ad-break|agegate|pagination|pager|popup|yom-remote/i,okMaybeItsACandidate:/and|article|body|column|content|main|shadow/i,positive:/article|body|content|entry|hentry|h-entry|main|page|pagination|post|text|blog|story/i,negative:/-ad-|hidden|^hid$| hid$| hid |^hid |banner|combx|comment|com-|contact|foot|footer|footnote|gdpr|masthead|media|meta|outbrain|promo|related|scroll|share|shoutbox|sidebar|skyscraper|sponsor|shopping|tags|tool|widget/i,extraneous:/print|archive|comment|discuss|e[\-]?mail|share|reply|all|login|sign|single|utility/i,byline:/byline|author|dateline|writtenby|p-author/i,replaceFonts:/<(\/?)font[^>]*>/gi,normalize:/\s{2,}/g,videos:/\/\/(www\.)?((dailymotion|youtube|youtube-nocookie|player\.vimeo|v\.qq)\.com|(archive|upload\.wikimedia)\.org|player\.twitch\.tv)/i,shareElements:/(\b|_)(share|sharedaddy)(\b|_)/i,nextLink:/(next|weiter|continue|>([^\|]|$)|»([^\|]|$))/i,prevLink:/(prev|earl|old|new|<|«)/i,tokenize:/\W+/g,whitespace:/^\s*$/,hasContent:/\S$/,hashUrl:/^#.+/,srcsetUrl:/(\S+)(\s+[\d.]+[xw])?(\s*(?:,|$))/g,b64DataUrl:/^data:\s*([^\s;,]+)\s*;\s*base64\s*,/i,jsonLdArticleTypes:/^Article|AdvertiserContentArticle|NewsArticle|AnalysisNewsArticle|AskPublicNewsArticle|BackgroundNewsArticle|OpinionNewsArticle|ReportageNewsArticle|ReviewNewsArticle|Report|SatiricalArticle|ScholarlyArticle|MedicalScholarlyArticle|SocialMediaPosting|BlogPosting|LiveBlogPosting|DiscussionForumPosting|TechArticle|APIReference$/},UNLIKELY_ROLES:["menu","menubar","complementary","navigation","alert","alertdialog","dialog"],DIV_TO_P_ELEMS:new Set(["BLOCKQUOTE","DL","DIV","IMG","OL","P","PRE","TABLE","UL"]),ALTER_TO_DIV_EXCEPTIONS:["DIV","ARTICLE","SECTION","P"],PRESENTATIONAL_ATTRIBUTES:["align","background","bgcolor","border","cellpadding","cellspacing","frame","hspace","rules","style","valign","vspace"],DEPRECATED_SIZE_ATTRIBUTE_ELEMS:["TABLE","TH","TD","HR","PRE"],PHRASING_ELEMS:["ABBR","AUDIO","B","BDO","BR","BUTTON","CITE","CODE","DATA","DATALIST","DFN","EM","EMBED","I","IMG","INPUT","KBD","LABEL","MARK","MATH","METER","NOSCRIPT","OBJECT","OUTPUT","PROGRESS","Q","RUBY","SAMP","SCRIPT","SELECT","SMALL","SPAN","STRONG","SUB","SUP","TEXTAREA","TIME","VAR","WBR"],CLASSES_TO_PRESERVE:["page"],HTML_ESCAPE_MAP:{lt:"<",gt:">",amp:"&",quot:'"',apos:"'"},_postProcessContent:function(r){this._fixRelativeUris(r),this._simplifyNestedElements(r),this._keepClasses||this._cleanClasses(r)},_removeNodes:function(r,a){if(this._docJSDOMParser&&r._isLiveNodeList)throw new Error("Do not pass live node lists to _removeNodes");for(var o=r.length-1;o>=0;o--){var i=r[o],s=i.parentNode;s&&(!a||a.call(this,i,o,r))&&s.removeChild(i)}},_replaceNodeTags:function(r,a){if(this._docJSDOMParser&&r._isLiveNodeList)throw new Error("Do not pass live node lists to _replaceNodeTags");for(let o of r)this._setNodeTag(o,a)},_forEachNode:function(r,a){Array.prototype.forEach.call(r,a,this)},_findNode:function(r,a){return Array.prototype.find.call(r,a,this)},_someNode:function(r,a){return Array.prototype.some.call(r,a,this)},_everyNode:function(r,a){return Array.prototype.every.call(r,a,this)},_concatNodeLists:function(){var r=Array.prototype.slice,a=r.call(arguments),o=a.map(function(i){return r.call(i)});return Array.prototype.concat.apply([],o)},_getAllNodesWithTag:function(r,a){return r.querySelectorAll?r.querySelectorAll(a.join(",")):[].concat.apply([],a.map(function(o){var i=r.getElementsByTagName(o);return Array.isArray(i)?i:Array.from(i)}))},_cleanClasses:function(r){var a=this._classesToPreserve,o=(r.getAttribute("class")||"").split(/\s+/).filter(function(i){return a.indexOf(i)!=-1}).join(" ");for(o?r.setAttribute("class",o):r.removeAttribute("class"),r=r.firstElementChild;r;r=r.nextElementSibling)this._cleanClasses(r)},_fixRelativeUris:function(r){var a=this._doc.baseURI,o=this._doc.documentURI;function i(l){if(a==o&&l.charAt(0)=="#")return l;try{return new URL(l,a).href}catch{}return l}var s=this._getAllNodesWithTag(r,["a"]);this._forEachNode(s,function(l){var c=l.getAttribute("href");if(c)if(c.indexOf("javascript:")===0)if(l.childNodes.length===1&&l.childNodes[0].nodeType===this.TEXT_NODE){var g=this._doc.createTextNode(l.textContent);l.parentNode.replaceChild(g,l)}else{for(var p=this._doc.createElement("span");l.firstChild;)p.appendChild(l.firstChild);l.parentNode.replaceChild(p,l)}else l.setAttribute("href",i(c))});var u=this._getAllNodesWithTag(r,["img","picture","figure","video","audio","source"]);this._forEachNode(u,function(l){var c=l.getAttribute("src"),g=l.getAttribute("poster"),p=l.getAttribute("srcset");if(c&&l.setAttribute("src",i(c)),g&&l.setAttribute("poster",i(g)),p){var f=p.replace(this.REGEXPS.srcsetUrl,function(h,y,C,b){return i(y)+(C||"")+b});l.setAttribute("srcset",f)}})},_simplifyNestedElements:function(r){for(var a=r;a;){if(a.parentNode&&["DIV","SECTION"].includes(a.tagName)&&!(a.id&&a.id.startsWith("readability"))){if(this._isElementWithoutContent(a)){a=this._removeAndGetNext(a);continue}else if(this._hasSingleTagInsideElement(a,"DIV")||this._hasSingleTagInsideElement(a,"SECTION")){for(var o=a.children[0],i=0;i»] /.test(a))i=/ [\\\/>»] /.test(a),a=o.replace(/(.*)[\|\-\\\/>»] .*/gi,"$1"),s(a)<3&&(a=o.replace(/[^\|\-\\\/>»]*[\|\-\\\/>»](.*)/gi,"$1"));else if(a.indexOf(": ")!==-1){var u=this._concatNodeLists(r.getElementsByTagName("h1"),r.getElementsByTagName("h2")),l=a.trim(),c=this._someNode(u,function(f){return f.textContent.trim()===l});c||(a=o.substring(o.lastIndexOf(":")+1),s(a)<3?a=o.substring(o.indexOf(":")+1):s(o.substr(0,o.indexOf(":")))>5&&(a=o))}else if(a.length>150||a.length<15){var g=r.getElementsByTagName("h1");g.length===1&&(a=this._getInnerText(g[0]))}a=a.trim().replace(this.REGEXPS.normalize," ");var p=s(a);return p<=4&&(!i||p!=s(o.replace(/[\|\-\\\/>»]+/g,""))-1)&&(a=o),a},_prepDocument:function(){var r=this._doc;this._removeNodes(this._getAllNodesWithTag(r,["style"])),r.body&&this._replaceBrs(r.body),this._replaceNodeTags(this._getAllNodesWithTag(r,["font"]),"SPAN")},_nextNode:function(r){for(var a=r;a&&a.nodeType!=this.ELEMENT_NODE&&this.REGEXPS.whitespace.test(a.textContent);)a=a.nextSibling;return a},_replaceBrs:function(r){this._forEachNode(this._getAllNodesWithTag(r,["br"]),function(a){for(var o=a.nextSibling,i=!1;(o=this._nextNode(o))&&o.tagName=="BR";){i=!0;var s=o.nextSibling;o.parentNode.removeChild(o),o=s}if(i){var u=this._doc.createElement("p");for(a.parentNode.replaceChild(u,a),o=u.nextSibling;o;){if(o.tagName=="BR"){var l=this._nextNode(o.nextSibling);if(l&&l.tagName=="BR")break}if(!this._isPhrasingContent(o))break;var c=o.nextSibling;u.appendChild(o),o=c}for(;u.lastChild&&this._isWhitespace(u.lastChild);)u.removeChild(u.lastChild);u.parentNode.tagName==="P"&&this._setNodeTag(u.parentNode,"DIV")}})},_setNodeTag:function(r,a){if(this.log("_setNodeTag",r,a),this._docJSDOMParser)return r.localName=a.toLowerCase(),r.tagName=a.toUpperCase(),r;for(var o=r.ownerDocument.createElement(a);r.firstChild;)o.appendChild(r.firstChild);r.parentNode.replaceChild(o,r),r.readability&&(o.readability=r.readability);for(var i=0;i!o.includes(l)),u=s.join(" ").length/i.join(" ").length;return 1-u},_checkByline:function(r,a){if(this._articleByline)return!1;if(r.getAttribute!==void 0)var o=r.getAttribute("rel"),i=r.getAttribute("itemprop");return(o==="author"||i&&i.indexOf("author")!==-1||this.REGEXPS.byline.test(a))&&this._isValidByline(r.textContent)?(this._articleByline=r.textContent.trim(),!0):!1},_getNodeAncestors:function(r,a){a=a||0;for(var o=0,i=[];r.parentNode&&(i.push(r.parentNode),!(a&&++o===a));)r=r.parentNode;return i},_grabArticle:function(r){this.log("**** grabArticle ****");var a=this._doc,o=r!==null;if(r=r||this._doc.body,!r)return this.log("No body found in document. Abort."),null;for(var i=r.innerHTML;;){this.log("Starting grabArticle loop");var s=this._flagIsActive(this.FLAG_STRIP_UNLIKELYS),u=[],l=this._doc.documentElement;let se=!0;for(;l;){l.tagName==="HTML"&&(this._articleLang=l.getAttribute("lang"));var c=l.className+" "+l.id;if(!this._isProbablyVisible(l)){this.log("Removing hidden node - "+c),l=this._removeAndGetNext(l);continue}if(l.getAttribute("aria-modal")=="true"&&l.getAttribute("role")=="dialog"){l=this._removeAndGetNext(l);continue}if(this._checkByline(l,c)){l=this._removeAndGetNext(l);continue}if(se&&this._headerDuplicatesTitle(l)){this.log("Removing header: ",l.textContent.trim(),this._articleTitle.trim()),se=!1,l=this._removeAndGetNext(l);continue}if(s){if(this.REGEXPS.unlikelyCandidates.test(c)&&!this.REGEXPS.okMaybeItsACandidate.test(c)&&!this._hasAncestorTag(l,"table")&&!this._hasAncestorTag(l,"code")&&l.tagName!=="BODY"&&l.tagName!=="A"){this.log("Removing unlikely candidate - "+c),l=this._removeAndGetNext(l);continue}if(this.UNLIKELY_ROLES.includes(l.getAttribute("role"))){this.log("Removing content with role "+l.getAttribute("role")+" - "+c),l=this._removeAndGetNext(l);continue}}if((l.tagName==="DIV"||l.tagName==="SECTION"||l.tagName==="HEADER"||l.tagName==="H1"||l.tagName==="H2"||l.tagName==="H3"||l.tagName==="H4"||l.tagName==="H5"||l.tagName==="H6")&&this._isElementWithoutContent(l)){l=this._removeAndGetNext(l);continue}if(this.DEFAULT_TAGS_TO_SCORE.indexOf(l.tagName)!==-1&&u.push(l),l.tagName==="DIV"){for(var g=null,p=l.firstChild;p;){var f=p.nextSibling;if(this._isPhrasingContent(p))g!==null?g.appendChild(p):this._isWhitespace(p)||(g=a.createElement("p"),l.replaceChild(g,p),g.appendChild(p));else if(g!==null){for(;g.lastChild&&this._isWhitespace(g.lastChild);)g.removeChild(g.lastChild);g=null}p=f}if(this._hasSingleTagInsideElement(l,"P")&&this._getLinkDensity(l)<.25){var h=l.children[0];l.parentNode.replaceChild(h,l),l=h,u.push(l)}else this._hasChildBlockElement(l)||(l=this._setNodeTag(l,"P"),u.push(l))}l=this._getNextNode(l)}var y=[];this._forEachNode(u,function(ue){if(!(!ue.parentNode||typeof ue.parentNode.tagName>"u")){var De=this._getInnerText(ue);if(!(De.length<25)){var He=this._getNodeAncestors(ue,5);if(He.length!==0){var Fe=0;Fe+=1,Fe+=De.split(",").length,Fe+=Math.min(Math.floor(De.length/100),3),this._forEachNode(He,function(pe,Et){if(!(!pe.tagName||!pe.parentNode||typeof pe.parentNode.tagName>"u")){if(typeof pe.readability>"u"&&(this._initializeNode(pe),y.push(pe)),Et===0)var $t=1;else Et===1?$t=2:$t=Et*3;pe.readability.contentScore+=Fe/$t}})}}}});for(var C=[],b=0,x=y.length;bw.readability.contentScore){C.splice(P,0,S),C.length>this._nbTopCandidates&&C.pop();break}}}var v=C[0]||null,L=!1,D;if(v===null||v.tagName==="BODY"){for(v=a.createElement("DIV"),L=!0;r.firstChild;)this.log("Moving child out:",r.firstChild),v.appendChild(r.firstChild);r.appendChild(v),this._initializeNode(v)}else if(v){for(var T=[],j=1;j=.75&&T.push(this._getNodeAncestors(C[j]));var R=3;if(T.length>=R)for(D=v.parentNode;D.tagName!=="BODY";){for(var M=0,O=0;O=R){v=D;break}D=D.parentNode}v.readability||this._initializeNode(v),D=v.parentNode;for(var N=v.readability.contentScore,H=N/3;D.tagName!=="BODY";){if(!D.readability){D=D.parentNode;continue}var B=D.readability.contentScore;if(BN){v=D;break}N=D.readability.contentScore,D=D.parentNode}for(D=v.parentNode;D.tagName!="BODY"&&D.children.length==1;)v=D,D=v.parentNode;v.readability||this._initializeNode(v)}var k=a.createElement("DIV");o&&(k.id="readability-content");var _=Math.max(10,v.readability.contentScore*.2);D=v.parentNode;for(var F=D.children,q=0,z=F.length;q=_)K=!0;else if(V.nodeName==="P"){var te=this._getLinkDensity(V),Z=this._getInnerText(V),ce=Z.length;(ce>80&&te<.25||ce<80&&ce>0&&te===0&&Z.search(/\.( |$)/)!==-1)&&(K=!0)}}K&&(this.log("Appending node:",V),this.ALTER_TO_DIV_EXCEPTIONS.indexOf(V.nodeName)===-1&&(this.log("Altering sibling:",V,"to div."),V=this._setNodeTag(V,"DIV")),k.appendChild(V),F=D.children,q-=1,z-=1)}if(this._debug&&this.log("Article content pre-prep: "+k.innerHTML),this._prepArticle(k),this._debug&&this.log("Article content post-prep: "+k.innerHTML),L)v.id="readability-page-1",v.className="page";else{var he=a.createElement("DIV");for(he.id="readability-page-1",he.className="page";k.firstChild;)he.appendChild(k.firstChild);k.appendChild(he)}this._debug&&this.log("Article content after paging: "+k.innerHTML);var ae=!0,X=this._getInnerText(k,!0).length;if(X0&&r.length<100):!1},_unescapeHtmlEntities:function(r){if(!r)return r;var a=this.HTML_ESCAPE_MAP;return r.replace(/&(quot|amp|apos|lt|gt);/g,function(o,i){return a[i]}).replace(/&#(?:x([0-9a-z]{1,4})|([0-9]{1,4}));/gi,function(o,i,s){var u=parseInt(i||s,i?16:10);return String.fromCharCode(u)})},_getJSONLD:function(r){var a=this._getAllNodesWithTag(r,["script"]),o;return this._forEachNode(a,function(i){if(!o&&i.getAttribute("type")==="application/ld+json")try{var s=i.textContent.replace(/^\s*\s*$/g,""),u=JSON.parse(s);if(!u["@context"]||!u["@context"].match(/^https?\:\/\/schema\.org$/)||(!u["@type"]&&Array.isArray(u["@graph"])&&(u=u["@graph"].find(function(p){return(p["@type"]||"").match(this.REGEXPS.jsonLdArticleTypes)})),!u||!u["@type"]||!u["@type"].match(this.REGEXPS.jsonLdArticleTypes)))return;if(o={},typeof u.name=="string"&&typeof u.headline=="string"&&u.name!==u.headline){var l=this._getArticleTitle(),c=this._textSimilarity(u.name,l)>.75,g=this._textSimilarity(u.headline,l)>.75;g&&!c?o.title=u.headline:o.title=u.name}else typeof u.name=="string"?o.title=u.name.trim():typeof u.headline=="string"&&(o.title=u.headline.trim());u.author&&(typeof u.author.name=="string"?o.byline=u.author.name.trim():Array.isArray(u.author)&&u.author[0]&&typeof u.author[0].name=="string"&&(o.byline=u.author.filter(function(p){return p&&typeof p.name=="string"}).map(function(p){return p.name.trim()}).join(", "))),typeof u.description=="string"&&(o.excerpt=u.description.trim()),u.publisher&&typeof u.publisher.name=="string"&&(o.siteName=u.publisher.name.trim());return}catch(p){this.log(p.message)}}),o||{}},_getArticleMetadata:function(r){var a={},o={},i=this._doc.getElementsByTagName("meta"),s=/\s*(dc|dcterm|og|twitter)\s*:\s*(author|creator|description|title|site_name)\s*/gi,u=/^\s*(?:(dc|dcterm|og|twitter|weibo:(article|webpage))\s*[\.:]\s*)?(author|creator|description|title|site_name)\s*$/i;return this._forEachNode(i,function(l){var c=l.getAttribute("name"),g=l.getAttribute("property"),p=l.getAttribute("content");if(p){var f=null,h=null;g&&(f=g.match(s),f&&(h=f[0].toLowerCase().replace(/\s/g,""),o[h]=p.trim())),!f&&c&&u.test(c)&&(h=c,p&&(h=h.toLowerCase().replace(/\s/g,"").replace(/\./g,":"),o[h]=p.trim()))}}),a.title=r.title||o["dc:title"]||o["dcterm:title"]||o["og:title"]||o["weibo:article:title"]||o["weibo:webpage:title"]||o.title||o["twitter:title"],a.title||(a.title=this._getArticleTitle()),a.byline=r.byline||o["dc:creator"]||o["dcterm:creator"]||o.author,a.excerpt=r.excerpt||o["dc:description"]||o["dcterm:description"]||o["og:description"]||o["weibo:article:description"]||o["weibo:webpage:description"]||o.description||o["twitter:description"],a.siteName=r.siteName||o["og:site_name"],a.title=this._unescapeHtmlEntities(a.title),a.byline=this._unescapeHtmlEntities(a.byline),a.excerpt=this._unescapeHtmlEntities(a.excerpt),a.siteName=this._unescapeHtmlEntities(a.siteName),a},_isSingleImage:function(r){return r.tagName==="IMG"?!0:r.children.length!==1||r.textContent.trim()!==""?!1:this._isSingleImage(r.children[0])},_unwrapNoscriptImages:function(r){var a=Array.from(r.getElementsByTagName("img"));this._forEachNode(a,function(i){for(var s=0;s"u"?!0:a;var o=r.textContent.trim();return a?o.replace(this.REGEXPS.normalize," "):o},_getCharCount:function(r,a){return a=a||",",this._getInnerText(r).split(a).length-1},_cleanStyles:function(r){if(!(!r||r.tagName.toLowerCase()==="svg")){for(var a=0;a0&&s>o)return!1;if(r.parentNode.tagName===a&&(!i||i(r.parentNode)))return!0;r=r.parentNode,s++}return!1},_getRowAndColumnCount:function(r){for(var a=0,o=0,i=r.getElementsByTagName("tr"),s=0;s0){i._readabilityDataTable=!0;continue}var g=["col","colgroup","tfoot","thead","th"],p=function(h){return!!i.getElementsByTagName(h)[0]};if(g.some(p)){this.log("Data table because found data-y descendant"),i._readabilityDataTable=!0;continue}if(i.getElementsByTagName("table")[0]){i._readabilityDataTable=!1;continue}var f=this._getRowAndColumnCount(i);if(f.rows>=10||f.columns>4){i._readabilityDataTable=!0;continue}i._readabilityDataTable=f.rows*f.columns>10}},_fixLazyImages:function(r){this._forEachNode(this._getAllNodesWithTag(r,["img","picture","figure"]),function(a){if(a.src&&this.REGEXPS.b64DataUrl.test(a.src)){var o=this.REGEXPS.b64DataUrl.exec(a.src);if(o[1]==="image/svg+xml")return;for(var i=!1,s=0;si+=this._getInnerText(u,!0).length),i/o},_cleanConditionally:function(r,a){this._flagIsActive(this.FLAG_CLEAN_CONDITIONALLY)&&this._removeNodes(this._getAllNodesWithTag(r,[a]),function(o){var i=function(D){return D._readabilityDataTable},s=a==="ul"||a==="ol";if(!s){var u=0,l=this._getAllNodesWithTag(o,["ul","ol"]);this._forEachNode(l,D=>u+=this._getInnerText(D).length),s=u/this._getInnerText(o).length>.9}if(a==="table"&&i(o)||this._hasAncestorTag(o,"table",-1,i)||this._hasAncestorTag(o,"code"))return!1;var c=this._getClassWeight(o);this.log("Cleaning Conditionally",o);var g=0;if(c+g<0)return!0;if(this._getCharCount(o,",")<10){for(var p=o.getElementsByTagName("p").length,f=o.getElementsByTagName("img").length,h=o.getElementsByTagName("li").length-100,y=o.getElementsByTagName("input").length,C=this._getTextDensity(o,["h1","h2","h3","h4","h5","h6"]),b=0,x=this._getAllNodesWithTag(o,["object","embed","iframe"]),S=0;S1&&p/f<.5&&!this._hasAncestorTag(o,"figure")||!s&&h>p||y>Math.floor(p/3)||!s&&C<.9&&w<25&&(f===0||f>2)&&!this._hasAncestorTag(o,"figure")||!s&&c<25&&P>.2||c>=25&&P>.5||b===1&&w<75||b>1;if(s&&v){for(var L=0;L1)return v;let D=o.getElementsByTagName("li").length;if(f==D)return!1}return v}return!1})},_cleanMatchedNodes:function(r,a){for(var o=this._getNextNode(r,!0),i=this._getNextNode(r);i&&i!=o;)a.call(this,i,i.className+" "+i.id)?i=this._removeAndGetNext(i):i=this._getNextNode(i)},_cleanHeaders:function(r){let a=this._getAllNodesWithTag(r,["h1","h2"]);this._removeNodes(a,function(o){let i=this._getClassWeight(o)<0;return i&&this.log("Removing header with low class weight:",o),i})},_headerDuplicatesTitle:function(r){if(r.tagName!="H1"&&r.tagName!="H2")return!1;var a=this._getInnerText(r,!1);return this.log("Evaluating similarity of header:",a,this._articleTitle),this._textSimilarity(this._articleTitle,a)>.75},_flagIsActive:function(r){return(this._flags&r)>0},_removeFlag:function(r){this._flags=this._flags&~r},_isProbablyVisible:function(r){return(!r.style||r.style.display!="none")&&!r.hasAttribute("hidden")&&(!r.hasAttribute("aria-hidden")||r.getAttribute("aria-hidden")!="true"||r.className&&r.className.indexOf&&r.className.indexOf("fallback-image")!==-1)},parse:function(){if(this._maxElemsToParse>0){var r=this._doc.getElementsByTagName("*").length;if(r>this._maxElemsToParse)throw new Error("Aborting parsing document; "+r+" elements found")}this._unwrapNoscriptImages(this._doc);var a=this._disableJSONLD?{}:this._getJSONLD(this._doc);this._removeScripts(this._doc),this._prepDocument();var o=this._getArticleMetadata(a);this._articleTitle=o.title;var i=this._grabArticle();if(!i)return null;if(this.log("Grabbed: "+i.innerHTML),this._postProcessContent(i),!o.excerpt){var s=i.getElementsByTagName("p");s.length>0&&(o.excerpt=s[0].textContent.trim())}var u=i.textContent;return{title:this._articleTitle,byline:o.byline||this._articleByline,dir:this._articleDir,lang:this._articleLang,content:this._serializer(i),textContent:u,length:u.length,excerpt:o.excerpt,siteName:o.siteName||this._articleSiteName}}},typeof t=="object"&&(t.exports=n)}),Dx=Vd((e,t)=>{var n={unlikelyCandidates:/-ad-|ai2html|banner|breadcrumbs|combx|comment|community|cover-wrap|disqus|extra|footer|gdpr|header|legends|menu|related|remark|replies|rss|shoutbox|sidebar|skyscraper|social|sponsor|supplemental|ad-break|agegate|pagination|pager|popup|yom-remote/i,okMaybeItsACandidate:/and|article|body|column|content|main|shadow/i};function r(o){return(!o.style||o.style.display!="none")&&!o.hasAttribute("hidden")&&(!o.hasAttribute("aria-hidden")||o.getAttribute("aria-hidden")!="true"||o.className&&o.className.indexOf&&o.className.indexOf("fallback-image")!==-1)}function a(o,i={}){typeof i=="function"&&(i={visibilityChecker:i});var s={minScore:20,minContentLength:140,visibilityChecker:r};i=Object.assign(s,i);var u=o.querySelectorAll("p, pre, article"),l=o.querySelectorAll("div > br");if(l.length){var c=new Set(u);[].forEach.call(l,function(p){c.add(p.parentNode)}),u=Array.from(c)}var g=0;return[].some.call(u,function(p){if(!i.visibilityChecker(p))return!1;var f=p.className+" "+p.id;if(n.unlikelyCandidates.test(f)&&!n.okMaybeItsACandidate.test(f)||p.matches("li p"))return!1;var h=p.textContent.trim().length;return hi.minScore)})}typeof t=="object"&&(t.exports=a)}),J3=Vd((e,t)=>{var n=wx(),r=Dx();t.exports={Readability:n,isProbablyReaderable:r}}),Q3={};Ex(Q3,{Readability:()=>pl,default:()=>eh,isProbablyReaderable:()=>X3});var Z3=Y3(J3());Sx(Q3,Y3(J3()));var{Readability:pl,isProbablyReaderable:X3}=Z3,{default:G3,...kx}=Z3,eh=G3!==void 0?G3:kx;m();m();m();m();m();m();m();m();m();var th=Object.prototype.toString;function fl(e){switch(th.call(e)){case"[object Error]":case"[object Exception]":case"[object DOMException]":return!0;default:return xr(e,Error)}}function ws(e,t){return th.call(e)===`[object ${t}]`}function hl(e){return ws(e,"ErrorEvent")}function nh(e){return ws(e,"DOMException")}function Wr(e){return ws(e,"String")}function bl(e){return e===null||typeof e!="object"&&typeof e!="function"}function $r(e){return ws(e,"Object")}function Ds(e){return typeof Event<"u"&&xr(e,Event)}function rh(e){return!1}function ah(e){return ws(e,"RegExp")}function ks(e){return!!(e&&e.then&&typeof e.then=="function")}function oh(e){return $r(e)&&"nativeEvent"in e&&"preventDefault"in e&&"stopPropagation"in e}function ih(e){return typeof e=="number"&&e!==e}function xr(e,t){try{return e instanceof t}catch{return!1}}function As(e,t){try{let n=e,r=5,a=80,o=[],i=0,s=0,u=" > ",l=u.length,c;for(;n&&i++1&&s+o.length*l+c.length>=a));)o.push(c),s+=c.length,n=n.parentNode;return o.reverse().join(u)}catch{return""}}function Ax(e,t){let n=e,r=[],a,o,i,s,u;if(!n||!n.tagName)return"";r.push(n.tagName.toLowerCase());let l=t&&t.length?t.filter(g=>n.getAttribute(g)).map(g=>[g,n.getAttribute(g)]):null;if(l&&l.length)l.forEach(g=>{r.push(`[${g[0]}="${g[1]}"]`)});else if(n.id&&r.push(`#${n.id}`),a=n.className,a&&Wr(a))for(o=a.split(/\s+/),u=0;u{let o=n[a]&&n[a].__sentry_original__;a in console&&o&&(r[a]=n[a],n[a]=o)});try{return e()}finally{Object.keys(r).forEach(a=>{n[a]=r[a]})}}function uh(){let e=!1,t={enable:()=>{e=!0},disable:()=>{e=!1}};return!1?Ls.forEach(n=>{t[n]=(...r)=>{e&&Gd(()=>{})}}):Ls.forEach(n=>{t[n]=()=>{}}),t}var rt;!1?rt=ri("logger",uh):rt=uh();m();m();function yl(e,t=0){return typeof e!="string"||t===0||e.length<=t?e:`${e.substr(0,t)}...`}function Yd(e,t){if(!Array.isArray(e))return"";let n=[];for(let r=0;r"}}function ch(e){if(typeof e=="object"&&e!==null){let t={};for(let n in e)Object.prototype.hasOwnProperty.call(e,n)&&(t[n]=e[n]);return t}else return{}}function dh(e,t=40){let n=Object.keys(Zd(e));if(n.sort(),!n.length)return"[object has no keys]";if(n[0].length>=t)return yl(n[0],t);for(let r=n.length;r>0;r--){let a=n.slice(0,r).join(", ");if(!(a.length>t))return r===n.length?a:yl(a,t)}return""}function _s(e){return Jd(e,new Map)}function Jd(e,t){if($r(e)){let n=t.get(e);if(n!==void 0)return n;let r={};t.set(e,r);for(let a of Object.keys(e))typeof e[a]<"u"&&(r[a]=Jd(e[a],t));return r}if(Array.isArray(e)){let n=t.get(e);if(n!==void 0)return n;let r=[];return t.set(e,r),e.forEach(a=>{r.push(Jd(a,t))}),r}return e}m();var _x=50;function gh(...e){let t=e.sort((n,r)=>n[0]-r[0]).map(n=>n[1]);return(n,r=0)=>{let a=[];for(let o of n.split(` +`+y+"]"}return r.pop(),a=y,b}},ev={parse:K8,stringify:X8},tv=ev,ol=tv;m();m();var FP=Number.isNaN||function(e){return typeof e=="number"&&e!==e};m();m();var il=globalThis||(typeof window<"u"?window:self),rv=Object.create,Ad=Object.defineProperty,av=Object.getOwnPropertyDescriptor,ov=Object.getOwnPropertyNames,iv=Object.getPrototypeOf,sv=Object.prototype.hasOwnProperty,uv=(e,t)=>()=>(t||e((t={exports:{}}).exports,t),t.exports),lv=(e,t)=>{for(var n in t)Ad(e,n,{get:t[n],enumerable:!0})},kd=(e,t,n,r)=>{if(t&&typeof t=="object"||typeof t=="function")for(let a of ov(t))!sv.call(e,a)&&a!==n&&Ad(e,a,{get:()=>t[a],enumerable:!(r=av(t,a))||r.enumerable});return e},cv=(e,t,n)=>(kd(e,t,"default"),n&&kd(n,t,"default")),h3=(e,t,n)=>(n=e!=null?rv(iv(e)):{},kd(t||!e||!e.__esModule?Ad(n,"default",{value:e,enumerable:!0}):n,e)),b3=uv((e,t)=>{var n="Expected a function",r=NaN,a="[object Symbol]",o=/^\s+|\s+$/g,i=/^[-+]0x[0-9a-f]+$/i,s=/^0b[01]+$/i,u=/^0o[0-7]+$/i,l=parseInt,c=typeof il=="object"&&il&&il.Object===Object&&il,g=typeof self=="object"&&self&&self.Object===Object&&self,p=c||g||Function("return this")(),f=Object.prototype,h=f.toString,y=Math.max,C=Math.min,b=function(){return p.Date.now()};function v(A,D,T){var N,B,M,O,U,H,R=0,k=!1,_=!1,F=!0;if(typeof A!="function")throw new TypeError(n);D=E(D)||0,L(T)&&(k=!!T.leading,_="maxWait"in T,M=_?y(E(T.maxWait)||0,D):M,F="trailing"in T?!!T.trailing:F);function q(ae){var X=N,ve=B;return N=B=void 0,R=ae,O=A.apply(ve,X),O}function z(ae){return R=ae,U=setTimeout(oe,D),k?q(ae):O}function V(ae){var X=ae-H,ve=ae-R,se=D-X;return _?C(se,M-ve):se}function K(ae){var X=ae-H,ve=ae-R;return H===void 0||X>=D||X<0||_&&ve>=M}function oe(){var ae=b();if(K(ae))return te(ae);U=setTimeout(oe,V(ae))}function te(ae){return U=void 0,F&&N?q(ae):(N=B=void 0,O)}function Z(){U!==void 0&&clearTimeout(U),R=0,N=H=B=U=void 0}function ce(){return U===void 0?O:te(b())}function he(){var ae=b(),X=K(ae);if(N=arguments,B=this,H=ae,X){if(U===void 0)return z(H);if(_)return U=setTimeout(oe,D),q(H)}return U===void 0&&(U=setTimeout(oe,D)),O}return he.cancel=Z,he.flush=ce,he}function S(A,D,T){var N=!0,B=!0;if(typeof A!="function")throw new TypeError(n);return L(T)&&(N="leading"in T?!!T.leading:N,B="trailing"in T?!!T.trailing:B),v(A,D,{leading:N,maxWait:D,trailing:B})}function L(A){var D=typeof A;return!!A&&(D=="object"||D=="function")}function P(A){return!!A&&typeof A=="object"}function w(A){return typeof A=="symbol"||P(A)&&h.call(A)==a}function E(A){if(typeof A=="number")return A;if(w(A))return r;if(L(A)){var D=typeof A.valueOf=="function"?A.valueOf():A;A=L(D)?D+"":D}if(typeof A!="string")return A===0?A:+A;A=A.replace(o,"");var T=s.test(A);return T||u.test(A)?l(A.slice(2),T?2:8):i.test(A)?r:+A}t.exports=S}),y3={};lv(y3,{default:()=>or});var dv=h3(b3());cv(y3,h3(b3()));var{default:f3,...gv}=dv,or=f3!==void 0?f3:gv;m();m();var sl=globalThis||(typeof window<"u"?window:self),mv=Object.create,_d=Object.defineProperty,pv=Object.getOwnPropertyDescriptor,fv=Object.getOwnPropertyNames,hv=Object.getPrototypeOf,bv=Object.prototype.hasOwnProperty,yv=(e,t)=>()=>(t||e((t={exports:{}}).exports,t),t.exports),Cv=(e,t)=>{for(var n in t)_d(e,n,{get:t[n],enumerable:!0})},Ld=(e,t,n,r)=>{if(t&&typeof t=="object"||typeof t=="function")for(let a of fv(t))!bv.call(e,a)&&a!==n&&_d(e,a,{get:()=>t[a],enumerable:!(r=pv(t,a))||r.enumerable});return e},Tv=(e,t,n)=>(Ld(e,t,"default"),n&&Ld(n,t,"default")),T3=(e,t,n)=>(n=e!=null?mv(hv(e)):{},Ld(t||!e||!e.__esModule?_d(n,"default",{value:e,enumerable:!0}):n,e)),v3=yv((e,t)=>{var n="Expected a function",r=NaN,a="[object Symbol]",o=/^\s+|\s+$/g,i=/^[-+]0x[0-9a-f]+$/i,s=/^0b[01]+$/i,u=/^0o[0-7]+$/i,l=parseInt,c=typeof sl=="object"&&sl&&sl.Object===Object&&sl,g=typeof self=="object"&&self&&self.Object===Object&&self,p=c||g||Function("return this")(),f=Object.prototype,h=f.toString,y=Math.max,C=Math.min,b=function(){return p.Date.now()};function v(E,A,D){var T,N,B,M,O,U,H=0,R=!1,k=!1,_=!0;if(typeof E!="function")throw new TypeError(n);A=w(A)||0,S(D)&&(R=!!D.leading,k="maxWait"in D,B=k?y(w(D.maxWait)||0,A):B,_="trailing"in D?!!D.trailing:_);function F(he){var ae=T,X=N;return T=N=void 0,H=he,M=E.apply(X,ae),M}function q(he){return H=he,O=setTimeout(K,A),R?F(he):M}function z(he){var ae=he-U,X=he-H,ve=A-ae;return k?C(ve,B-X):ve}function V(he){var ae=he-U,X=he-H;return U===void 0||ae>=A||ae<0||k&&X>=B}function K(){var he=b();if(V(he))return oe(he);O=setTimeout(K,z(he))}function oe(he){return O=void 0,_&&T?F(he):(T=N=void 0,M)}function te(){O!==void 0&&clearTimeout(O),H=0,T=U=N=O=void 0}function Z(){return O===void 0?M:oe(b())}function ce(){var he=b(),ae=V(he);if(T=arguments,N=this,U=he,ae){if(O===void 0)return q(U);if(k)return O=setTimeout(K,A),F(U)}return O===void 0&&(O=setTimeout(K,A)),M}return ce.cancel=te,ce.flush=Z,ce}function S(E){var A=typeof E;return!!E&&(A=="object"||A=="function")}function L(E){return!!E&&typeof E=="object"}function P(E){return typeof E=="symbol"||L(E)&&h.call(E)==a}function w(E){if(typeof E=="number")return E;if(P(E))return r;if(S(E)){var A=typeof E.valueOf=="function"?E.valueOf():E;E=S(A)?A+"":A}if(typeof E!="string")return E===0?E:+E;E=E.replace(o,"");var D=s.test(E);return D||u.test(E)?l(E.slice(2),D?2:8):i.test(E)?r:+E}t.exports=v}),x3={};Cv(x3,{default:()=>Cs});var vv=T3(v3());Tv(x3,T3(v3()));var{default:C3,...xv}=vv,Cs=C3!==void 0?C3:xv;m();m();var Ev=Object.create,Pd=Object.defineProperty,Sv=Object.getOwnPropertyDescriptor,wv=Object.getOwnPropertyNames,Dv=Object.getPrototypeOf,kv=Object.prototype.hasOwnProperty,Av=(e,t)=>()=>(t||e((t={exports:{}}).exports,t),t.exports),Lv=(e,t)=>{for(var n in t)Pd(e,n,{get:t[n],enumerable:!0})},Md=(e,t,n,r)=>{if(t&&typeof t=="object"||typeof t=="function")for(let a of wv(t))!kv.call(e,a)&&a!==n&&Pd(e,a,{get:()=>t[a],enumerable:!(r=Sv(t,a))||r.enumerable});return e},_v=(e,t,n)=>(Md(e,t,"default"),n&&Md(n,t,"default")),S3=(e,t,n)=>(n=e!=null?Ev(Dv(e)):{},Md(t||!e||!e.__esModule?Pd(n,"default",{value:e,enumerable:!0}):n,e)),w3=Av((e,t)=>{(function(n,r){typeof e=="object"&&typeof t=="object"?t.exports=r():typeof define=="function"&&define.amd?define([],r):typeof e=="object"?e.notie=r():n.notie=r()})(e,function(){return function(n){function r(o){if(a[o])return a[o].exports;var i=a[o]={i:o,l:!1,exports:{}};return n[o].call(i.exports,i,i.exports,r),i.l=!0,i.exports}var a={};return r.m=n,r.c=a,r.i=function(o){return o},r.d=function(o,i,s){r.o(o,i)||Object.defineProperty(o,i,{configurable:!1,enumerable:!0,get:s})},r.n=function(o){var i=o&&o.__esModule?function(){return o.default}:function(){return o};return r.d(i,"a",i),i},r.o=function(o,i){return Object.prototype.hasOwnProperty.call(o,i)},r.p="",r(r.s=1)}([function(n,r){n.exports=function(a){return a.webpackPolyfill||(a.deprecate=function(){},a.paths=[],a.children||(a.children=[]),Object.defineProperty(a,"loaded",{enumerable:!0,get:function(){return a.l}}),Object.defineProperty(a,"id",{enumerable:!0,get:function(){return a.i}}),a.webpackPolyfill=1),a}},function(n,r,a){"use strict";(function(o){var i,s,u,l=typeof Symbol=="function"&&typeof Symbol.iterator=="symbol"?function(c){return typeof c}:function(c){return c&&typeof Symbol=="function"&&c.constructor===Symbol&&c!==Symbol.prototype?"symbol":typeof c};(function(c,g){l(r)==="object"&&l(o)==="object"?o.exports=g():(s=[],i=g,u=typeof i=="function"?i.apply(r,s):i,u!==void 0&&(o.exports=u))})(void 0,function(){return function(c){function g(f){if(p[f])return p[f].exports;var h=p[f]={i:f,l:!1,exports:{}};return c[f].call(h.exports,h,h.exports,g),h.l=!0,h.exports}var p={};return g.m=c,g.c=p,g.i=function(f){return f},g.d=function(f,h,y){g.o(f,h)||Object.defineProperty(f,h,{configurable:!1,enumerable:!0,get:y})},g.n=function(f){var h=f&&f.__esModule?function(){return f.default}:function(){return f};return g.d(h,"a",h),h},g.o=function(f,h){return Object.prototype.hasOwnProperty.call(f,h)},g.p="",g(g.s=0)}([function(c,g,p){function f(z,V){var K={};for(var oe in z)V.indexOf(oe)>=0||Object.prototype.hasOwnProperty.call(z,oe)&&(K[oe]=z[oe]);return K}Object.defineProperty(g,"__esModule",{value:!0});var h=typeof Symbol=="function"&&l(Symbol.iterator)==="symbol"?function(z){return typeof z>"u"?"undefined":l(z)}:function(z){return z&&typeof Symbol=="function"&&z.constructor===Symbol&&z!==Symbol.prototype?"symbol":typeof z>"u"?"undefined":l(z)},y=Object.assign||function(z){for(var V=1;V'+oe+"",ve.onclick=function(){return B(se,X)},ve.listener=function(ue){(D(ue)||T(ue))&&U()},N(ve,X),Z&&Z<1&&(Z=1),!he&&Z&&L(Z).then(function(){return B(se,X)})},R=g.force=function(z,V){var K=z.type,oe=K===void 0?5:K,te=z.text,Z=z.buttonText,ce=Z===void 0?"OK":Z,he=z.callback,ae=z.position,X=ae===void 0?b.positions.force||X.top:ae;P(),U();var ve=document.createElement("div"),se=w();ve.id=se;var ue=document.createElement("div");ue.classList.add(b.classes.textbox),ue.classList.add(b.classes.backgroundInfo),ue.innerHTML='
'+te+"
";var De=document.createElement("div");De.classList.add(b.classes.button),De.classList.add(E[oe]),De.innerHTML=ce,De.onclick=function(){B(se,X),O(),he?he():V&&V()},ve.appendChild(ue),ve.appendChild(De),ve.listener=function(He){D(He)&&De.click()},N(ve,X),M()},k=g.confirm=function(z,V,K){var oe=z.text,te=z.submitText,Z=te===void 0?"Yes":te,ce=z.cancelText,he=ce===void 0?"Cancel":ce,ae=z.submitCallback,X=z.cancelCallback,ve=z.position,se=ve===void 0?b.positions.confirm||se.top:ve;P(),U();var ue=document.createElement("div"),De=w();ue.id=De;var He=document.createElement("div");He.classList.add(b.classes.textbox),He.classList.add(b.classes.backgroundInfo),He.innerHTML='
'+oe+"
";var Fe=document.createElement("div");Fe.classList.add(b.classes.button),Fe.classList.add(b.classes.elementHalf),Fe.classList.add(b.classes.backgroundSuccess),Fe.innerHTML=Z,Fe.onclick=function(){B(De,se),O(),ae?ae():V&&V()};var pe=document.createElement("div");pe.classList.add(b.classes.button),pe.classList.add(b.classes.elementHalf),pe.classList.add(b.classes.backgroundError),pe.innerHTML=he,pe.onclick=function(){B(De,se),O(),X?X():K&&K()},ue.appendChild(He),ue.appendChild(Fe),ue.appendChild(pe),ue.listener=function(Et){D(Et)?Fe.click():T(Et)&&pe.click()},N(ue,se),M(ue,se)},_=function(z,V,K){var oe=z.text,te=z.submitText,Z=te===void 0?"Submit":te,ce=z.cancelText,he=ce===void 0?"Cancel":ce,ae=z.submitCallback,X=z.cancelCallback,ve=z.position,se=ve===void 0?b.positions.input||se.top:ve,ue=f(z,["text","submitText","cancelText","submitCallback","cancelCallback","position"]);P(),U();var De=document.createElement("div"),He=w();De.id=He;var Fe=document.createElement("div");Fe.classList.add(b.classes.textbox),Fe.classList.add(b.classes.backgroundInfo),Fe.innerHTML='
'+oe+"
";var pe=document.createElement("input");pe.classList.add(b.classes.inputField),pe.setAttribute("autocapitalize",ue.autocapitalize||"none"),pe.setAttribute("autocomplete",ue.autocomplete||"off"),pe.setAttribute("autocorrect",ue.autocorrect||"off"),pe.setAttribute("autofocus",ue.autofocus||"true"),pe.setAttribute("inputmode",ue.inputmode||"verbatim"),pe.setAttribute("max",ue.max||""),pe.setAttribute("maxlength",ue.maxlength||""),pe.setAttribute("min",ue.min||""),pe.setAttribute("minlength",ue.minlength||""),pe.setAttribute("placeholder",ue.placeholder||""),pe.setAttribute("spellcheck",ue.spellcheck||"default"),pe.setAttribute("step",ue.step||"any"),pe.setAttribute("type",ue.type||"text"),pe.value=ue.value||"",ue.allowed&&(pe.oninput=function(){var At=void 0;if(Array.isArray(ue.allowed)){for(var Ft="",Cn=ue.allowed,Vn=0;Vn'+K+"",X.appendChild(se),ce.forEach(function(De,He){var Fe=De.type,pe=Fe===void 0?1:Fe,Et=De.text,$t=De.handler,At=document.createElement("div");At.classList.add(E[pe]),At.classList.add(b.classes.button),At.classList.add(b.classes.selectChoice);var Ft=ce[He+1];Ft&&!Ft.type&&(Ft.type=1),Ft&&Ft.type===pe&&At.classList.add(b.classes.selectChoiceRepeated),At.innerHTML=Et,At.onclick=function(){B(ve,ae),O(),$t()},X.appendChild(At)});var ue=document.createElement("div");ue.classList.add(b.classes.backgroundNeutral),ue.classList.add(b.classes.button),ue.innerHTML=te,ue.onclick=function(){B(ve,ae),O(),Z?Z():V&&V()},X.appendChild(ue),X.listener=function(De){T(De)&&ue.click()},N(X,ae),M(X,ae)},q=g.date=function(z,V,K){var oe=z.value,te=oe===void 0?new Date:oe,Z=z.submitText,ce=Z===void 0?"OK":Z,he=z.cancelText,ae=he===void 0?"Cancel":he,X=z.submitCallback,ve=z.cancelCallback,se=z.position,ue=se===void 0?b.positions.date||ue.top:se;P(),U();var De="▾",He=document.createElement("div"),Fe=document.createElement("div"),pe=document.createElement("div"),Et=function(St){He.innerHTML=b.dateMonths[St.getMonth()],Fe.innerHTML=St.getDate(),pe.innerHTML=St.getFullYear()},$t=function(St){var tt=new Date(te.getFullYear(),te.getMonth()+1,0).getDate(),Un=St.target.textContent.replace(/^0+/,"").replace(/[^\d]/g,"").slice(0,2);Number(Un)>tt&&(Un=tt.toString()),St.target.textContent=Un,Number(Un)<1&&(Un="1"),te.setDate(Number(Un))},At=function(St){var tt=St.target.textContent.replace(/^0+/,"").replace(/[^\d]/g,"").slice(0,4);St.target.textContent=tt,te.setFullYear(Number(tt))},Ft=function(St){Et(te)},Cn=function(St){var tt=new Date(te.getFullYear(),te.getMonth()+St+1,0).getDate();te.getDate()>tt&&te.setDate(tt),te.setMonth(te.getMonth()+St),Et(te)},Vn=function(St){te.setDate(te.getDate()+St),Et(te)},is=function(St){var tt=te.getFullYear()+St;tt<0?te.setFullYear(0):te.setFullYear(te.getFullYear()+St),Et(te)},Tr=document.createElement("div"),eo=w();Tr.id=eo;var $o=document.createElement("div");$o.classList.add(b.classes.backgroundInfo);var cn=document.createElement("div");cn.classList.add(b.classes.dateSelectorInner);var nr=document.createElement("div");nr.classList.add(b.classes.button),nr.classList.add(b.classes.elementThird),nr.classList.add(b.classes.dateSelectorUp),nr.innerHTML=De;var dn=document.createElement("div");dn.classList.add(b.classes.button),dn.classList.add(b.classes.elementThird),dn.classList.add(b.classes.dateSelectorUp),dn.innerHTML=De;var Nn=document.createElement("div");Nn.classList.add(b.classes.button),Nn.classList.add(b.classes.elementThird),Nn.classList.add(b.classes.dateSelectorUp),Nn.innerHTML=De,He.classList.add(b.classes.element),He.classList.add(b.classes.elementThird),He.innerHTML=b.dateMonths[te.getMonth()],Fe.classList.add(b.classes.element),Fe.classList.add(b.classes.elementThird),Fe.setAttribute("contentEditable",!0),Fe.addEventListener("input",$t),Fe.addEventListener("blur",Ft),Fe.innerHTML=te.getDate(),pe.classList.add(b.classes.element),pe.classList.add(b.classes.elementThird),pe.setAttribute("contentEditable",!0),pe.addEventListener("input",At),pe.addEventListener("blur",Ft),pe.innerHTML=te.getFullYear();var Br=document.createElement("div");Br.classList.add(b.classes.button),Br.classList.add(b.classes.elementThird),Br.innerHTML=De;var Rr=document.createElement("div");Rr.classList.add(b.classes.button),Rr.classList.add(b.classes.elementThird),Rr.innerHTML=De;var to=document.createElement("div");to.classList.add(b.classes.button),to.classList.add(b.classes.elementThird),to.innerHTML=De,nr.onclick=function(){return Cn(1)},dn.onclick=function(){return Vn(1)},Nn.onclick=function(){return is(1)},Br.onclick=function(){return Cn(-1)},Rr.onclick=function(){return Vn(-1)},to.onclick=function(){return is(-1)};var Tn=document.createElement("div");Tn.classList.add(b.classes.button),Tn.classList.add(b.classes.elementHalf),Tn.classList.add(b.classes.backgroundSuccess),Tn.innerHTML=ce,Tn.onclick=function(){B(eo,ue),O(),X?X(te):V&&V(te)};var Ir=document.createElement("div");Ir.classList.add(b.classes.button),Ir.classList.add(b.classes.elementHalf),Ir.classList.add(b.classes.backgroundError),Ir.innerHTML=ae,Ir.onclick=function(){B(eo,ue),O(),ve?ve(te):K&&K(te)},cn.appendChild(nr),cn.appendChild(dn),cn.appendChild(Nn),cn.appendChild(He),cn.appendChild(Fe),cn.appendChild(pe),cn.appendChild(Br),cn.appendChild(Rr),cn.appendChild(to),$o.appendChild(cn),Tr.appendChild($o),Tr.appendChild(Tn),Tr.appendChild(Ir),Tr.listener=function(St){D(St)?Tn.click():T(St)&&Ir.click()},N(Tr,ue),M(Tr,ue)};g.default={alert:H,force:R,confirm:k,input:_,select:F,date:q,setOptions:v,hideAlerts:U}}])})}).call(r,a(0)(n))}])})}),D3={};Lv(D3,{default:()=>ul});var Mv=S3(w3());_v(D3,S3(w3()));var{default:E3,...Pv}=Mv,ul=E3!==void 0?E3:Pv;m();m();var ll=typeof navigator<"u"?navigator.userAgent.toLowerCase().indexOf("firefox")>0:!1;function Ts(e,t,n,r){e.addEventListener?e.addEventListener(t,n,r):e.attachEvent&&e.attachEvent(`on${t}`,()=>{n(window.event)})}function Fd(e,t){let n=t.slice(0,t.length-1);for(let r=0;r=0;)t[n-1]+=",",t.splice(n,1),n=t.lastIndexOf("");return t}function k3(e,t){let n=e.length>=t.length?e:t,r=e.length>=t.length?t:e,a=!0;for(let o=0;oei[e.toLowerCase()]||ir[e.toLowerCase()]||e.toUpperCase().charCodeAt(0),Fv=e=>Object.keys(ei).find(t=>ei[t]===e),Bv=e=>Object.keys(ir).find(t=>ir[t]===e);function F3(e){M3=e||"all"}function vs(){return M3||"all"}function Rv(){return dt.slice(0)}function Iv(){return dt.map(e=>Fv(e)||Bv(e)||String.fromCharCode(e))}function Ov(){let e=[];return Object.keys(wt).forEach(t=>{wt[t].forEach(({key:n,scope:r,mods:a,shortcut:o})=>{e.push({scope:r,shortcut:o,mods:a,keys:n.split("+").map(i=>xs(i))})})}),e}function Nv(e){let t=e.target||e.srcElement,{tagName:n}=t,r=!0;return(t.isContentEditable||(n==="INPUT"||n==="TEXTAREA"||n==="SELECT")&&!t.readOnly)&&(r=!1),r}function Uv(e){return typeof e=="string"&&(e=xs(e)),dt.indexOf(e)!==-1}function jv(e,t){let n,r;e||(e=vs());for(let a in wt)if(Object.prototype.hasOwnProperty.call(wt,a))for(n=wt[a],r=0;r=0&&dt.splice(n,1),e.key&&e.key.toLowerCase()==="meta"&&dt.splice(0,dt.length),(t===93||t===224)&&(t=91),t in tn){tn[t]=!1;for(let r in ir)ir[r]===t&&(qr[r]=!1)}}function B3(e,...t){if(typeof e>"u")Object.keys(wt).forEach(n=>delete wt[n]);else if(Array.isArray(e))e.forEach(n=>{n.key&&Rd(n)});else if(typeof e=="object")e.key&&Rd(e);else if(typeof e=="string"){let[n,r]=t;typeof n=="function"&&(r=n,n=""),Rd({key:e,scope:n,method:r,splitKey:"+"})}}var Rd=({key:e,scope:t,method:n,splitKey:r="+"})=>{Bd(e).forEach(o=>{let i=o.split(r),s=i.length,u=i[s-1],l=u==="*"?"*":xs(u);if(!wt[l])return;t||(t=vs());let c=s>1?Fd(ir,i):[];wt[l]=wt[l].filter(g=>!((n?g.method===n:!0)&&g.scope===t&&k3(g.mods,c)))})};function L3(e,t,n,r){if(t.element!==r)return;let a;if(t.scope===n||t.scope==="all"){a=t.mods.length>0;for(let o in tn)Object.prototype.hasOwnProperty.call(tn,o)&&(!tn[o]&&t.mods.indexOf(+o)>-1||tn[o]&&t.mods.indexOf(+o)===-1)&&(a=!1);(t.mods.length===0&&!tn[16]&&!tn[18]&&!tn[17]&&!tn[91]||a||t.shortcut==="*")&&(t.keys=[],t.keys=t.keys.concat(dt),t.method(e,t)===!1&&(e.preventDefault?e.preventDefault():e.returnValue=!1,e.stopPropagation&&e.stopPropagation(),e.cancelBubble&&(e.cancelBubble=!0)))}}function _3(e,t){let n=wt["*"],r=e.keyCode||e.which||e.charCode;if(!qr.filter.call(this,e))return;if((r===93||r===224)&&(r=91),dt.indexOf(r)===-1&&r!==229&&dt.push(r),["ctrlKey","altKey","shiftKey","metaKey"].forEach(o=>{let i=cl[o];e[o]&&dt.indexOf(i)===-1?dt.push(i):!e[o]&&dt.indexOf(i)>-1?dt.splice(dt.indexOf(i),1):o==="metaKey"&&e[o]&&dt.length===3&&(e.ctrlKey||e.shiftKey||e.altKey||(dt=dt.slice(dt.indexOf(i))))}),r in tn){tn[r]=!0;for(let o in ir)ir[o]===r&&(qr[o]=!0);if(!n)return}for(let o in tn)Object.prototype.hasOwnProperty.call(tn,o)&&(tn[o]=e[cl[o]]);e.getModifierState&&!(e.altKey&&!e.ctrlKey)&&e.getModifierState("AltGraph")&&(dt.indexOf(17)===-1&&dt.push(17),dt.indexOf(18)===-1&&dt.push(18),tn[17]=!0,tn[18]=!0);let a=vs();if(n)for(let o=0;o-1}function qr(e,t,n){dt=[];let r=Bd(e),a=[],o="all",i=document,s=0,u=!1,l=!0,c="+",g=!1,p=!1;for(n===void 0&&typeof t=="function"&&(n=t),Object.prototype.toString.call(t)==="[object Object]"&&(t.scope&&(o=t.scope),t.element&&(i=t.element),t.keyup&&(u=t.keyup),t.keydown!==void 0&&(l=t.keydown),t.capture!==void 0&&(g=t.capture),typeof t.splitKey=="string"&&(c=t.splitKey),t.single===!0&&(p=!0)),typeof t=="string"&&(o=t),p&&B3(e,o);s1&&(a=Fd(ir,e)),e=e[e.length-1],e=e==="*"?"*":xs(e),e in wt||(wt[e]=[]),wt[e].push({keyup:u,keydown:l,scope:o,mods:a,shortcut:r[s],method:n,key:r[s],splitKey:c,element:i});typeof i<"u"&&!zv(i)&&window&&(P3.push(i),Ts(i,"keydown",f=>{_3(f,i)},g),A3||(A3=!0,Ts(window,"focus",()=>{dt=[]},g),Ts(window,"click",()=>{dt=[]},!1)),Ts(i,"keyup",f=>{_3(f,i),Hv(f)},g))}function qv(e,t="all"){Object.keys(wt).forEach(n=>{wt[n].filter(a=>a.scope===t&&a.shortcut===e).forEach(a=>{a&&a.method&&a.method()})})}var Id={getPressedKeyString:Iv,setScope:F3,getScope:vs,deleteScope:jv,getPressedKeyCodes:Rv,getAllKeyCodes:Ov,isPressed:Uv,filter:Nv,trigger:qv,unbind:B3,keyMap:ei,modifier:ir,modifierMap:cl};for(let e in Id)Object.prototype.hasOwnProperty.call(Id,e)&&(qr[e]=Id[e]);if(typeof window<"u"){let e=window.hotkeys;qr.noConflict=t=>(t&&window.hotkeys===qr&&(window.hotkeys=e),qr),window.hotkeys=qr}var Ut=qr;m();m();var Wv={"Amazon Silk":"amazon_silk","Android Browser":"android",Bada:"bada",BlackBerry:"blackberry",Chrome:"chrome",Chromium:"chromium",Electron:"electron",Epiphany:"epiphany",Firefox:"firefox",Focus:"focus",Generic:"generic","Google Search":"google_search",Googlebot:"googlebot","Internet Explorer":"ie","K-Meleon":"k_meleon",Maxthon:"maxthon","Microsoft Edge":"edge","MZ Browser":"mz","NAVER Whale Browser":"naver",Opera:"opera","Opera Coast":"opera_coast",PhantomJS:"phantomjs",Puffin:"puffin",QupZilla:"qupzilla",QQ:"qq",QQLite:"qqlite",Safari:"safari",Sailfish:"sailfish","Samsung Internet for Android":"samsung_internet",SeaMonkey:"seamonkey",Sleipnir:"sleipnir",Swing:"swing",Tizen:"tizen","UC Browser":"uc",Vivaldi:"vivaldi","WebOS Browser":"webos",WeChat:"wechat","Yandex Browser":"yandex",Roku:"roku"},I3={amazon_silk:"Amazon Silk",android:"Android Browser",bada:"Bada",blackberry:"BlackBerry",chrome:"Chrome",chromium:"Chromium",electron:"Electron",epiphany:"Epiphany",firefox:"Firefox",focus:"Focus",generic:"Generic",googlebot:"Googlebot",google_search:"Google Search",ie:"Internet Explorer",k_meleon:"K-Meleon",maxthon:"Maxthon",edge:"Microsoft Edge",mz:"MZ Browser",naver:"NAVER Whale Browser",opera:"Opera",opera_coast:"Opera Coast",phantomjs:"PhantomJS",puffin:"Puffin",qupzilla:"QupZilla",qq:"QQ Browser",qqlite:"QQ Browser Lite",safari:"Safari",sailfish:"Sailfish",samsung_internet:"Samsung Internet for Android",seamonkey:"SeaMonkey",sleipnir:"Sleipnir",swing:"Swing",tizen:"Tizen",uc:"UC Browser",vivaldi:"Vivaldi",webos:"WebOS Browser",wechat:"WeChat",yandex:"Yandex Browser"},It={tablet:"tablet",mobile:"mobile",desktop:"desktop",tv:"tv"},Sn={WindowsPhone:"Windows Phone",Windows:"Windows",MacOS:"macOS",iOS:"iOS",Android:"Android",WebOS:"WebOS",BlackBerry:"BlackBerry",Bada:"Bada",Tizen:"Tizen",Linux:"Linux",ChromeOS:"Chrome OS",PlayStation4:"PlayStation 4",Roku:"Roku"},ma={EdgeHTML:"EdgeHTML",Blink:"Blink",Trident:"Trident",Presto:"Presto",Gecko:"Gecko",WebKit:"WebKit"},Y=class{static getFirstMatch(e,t){let n=t.match(e);return n&&n.length>0&&n[1]||""}static getSecondMatch(e,t){let n=t.match(e);return n&&n.length>1&&n[2]||""}static matchAndReturnConst(e,t,n){if(e.test(t))return n}static getWindowsVersionName(e){switch(e){case"NT":return"NT";case"XP":return"XP";case"NT 5.0":return"2000";case"NT 5.1":return"XP";case"NT 5.2":return"2003";case"NT 6.0":return"Vista";case"NT 6.1":return"7";case"NT 6.2":return"8";case"NT 6.3":return"8.1";case"NT 10.0":return"10";default:return}}static getMacOSVersionName(e){let t=e.split(".").splice(0,2).map(n=>parseInt(n,10)||0);if(t.push(0),t[0]===10)switch(t[1]){case 5:return"Leopard";case 6:return"Snow Leopard";case 7:return"Lion";case 8:return"Mountain Lion";case 9:return"Mavericks";case 10:return"Yosemite";case 11:return"El Capitan";case 12:return"Sierra";case 13:return"High Sierra";case 14:return"Mojave";case 15:return"Catalina";default:return}}static getAndroidVersionName(e){let t=e.split(".").splice(0,2).map(n=>parseInt(n,10)||0);if(t.push(0),!(t[0]===1&&t[1]<5)){if(t[0]===1&&t[1]<6)return"Cupcake";if(t[0]===1&&t[1]>=6)return"Donut";if(t[0]===2&&t[1]<2)return"Eclair";if(t[0]===2&&t[1]===2)return"Froyo";if(t[0]===2&&t[1]>2)return"Gingerbread";if(t[0]===3)return"Honeycomb";if(t[0]===4&&t[1]<1)return"Ice Cream Sandwich";if(t[0]===4&&t[1]<4)return"Jelly Bean";if(t[0]===4&&t[1]>=4)return"KitKat";if(t[0]===5)return"Lollipop";if(t[0]===6)return"Marshmallow";if(t[0]===7)return"Nougat";if(t[0]===8)return"Oreo";if(t[0]===9)return"Pie"}}static getVersionPrecision(e){return e.split(".").length}static compareVersions(e,t,n=!1){let r=Y.getVersionPrecision(e),a=Y.getVersionPrecision(t),o=Math.max(r,a),i=0,s=Y.map([e,t],u=>{let l=o-Y.getVersionPrecision(u),c=u+new Array(l+1).join(".0");return Y.map(c.split("."),g=>new Array(20-g.length).join("0")+g).reverse()});for(n&&(i=o-Math.min(r,a)),o-=1;o>=i;){if(s[0][o]>s[1][o])return 1;if(s[0][o]===s[1][o]){if(o===i)return 0;o-=1}else if(s[0][o]{n[i]=o[i]})}return e}static getBrowserAlias(e){return Wv[e]}static getBrowserTypeByAlias(e){return I3[e]||""}},gt=/version\/(\d+(\.?_?\d+)+)/i,$v=[{test:[/googlebot/i],describe(e){let t={name:"Googlebot"},n=Y.getFirstMatch(/googlebot\/(\d+(\.\d+))/i,e)||Y.getFirstMatch(gt,e);return n&&(t.version=n),t}},{test:[/opera/i],describe(e){let t={name:"Opera"},n=Y.getFirstMatch(gt,e)||Y.getFirstMatch(/(?:opera)[\s/](\d+(\.?_?\d+)+)/i,e);return n&&(t.version=n),t}},{test:[/opr\/|opios/i],describe(e){let t={name:"Opera"},n=Y.getFirstMatch(/(?:opr|opios)[\s/](\S+)/i,e)||Y.getFirstMatch(gt,e);return n&&(t.version=n),t}},{test:[/SamsungBrowser/i],describe(e){let t={name:"Samsung Internet for Android"},n=Y.getFirstMatch(gt,e)||Y.getFirstMatch(/(?:SamsungBrowser)[\s/](\d+(\.?_?\d+)+)/i,e);return n&&(t.version=n),t}},{test:[/Whale/i],describe(e){let t={name:"NAVER Whale Browser"},n=Y.getFirstMatch(gt,e)||Y.getFirstMatch(/(?:whale)[\s/](\d+(?:\.\d+)+)/i,e);return n&&(t.version=n),t}},{test:[/MZBrowser/i],describe(e){let t={name:"MZ Browser"},n=Y.getFirstMatch(/(?:MZBrowser)[\s/](\d+(?:\.\d+)+)/i,e)||Y.getFirstMatch(gt,e);return n&&(t.version=n),t}},{test:[/focus/i],describe(e){let t={name:"Focus"},n=Y.getFirstMatch(/(?:focus)[\s/](\d+(?:\.\d+)+)/i,e)||Y.getFirstMatch(gt,e);return n&&(t.version=n),t}},{test:[/swing/i],describe(e){let t={name:"Swing"},n=Y.getFirstMatch(/(?:swing)[\s/](\d+(?:\.\d+)+)/i,e)||Y.getFirstMatch(gt,e);return n&&(t.version=n),t}},{test:[/coast/i],describe(e){let t={name:"Opera Coast"},n=Y.getFirstMatch(gt,e)||Y.getFirstMatch(/(?:coast)[\s/](\d+(\.?_?\d+)+)/i,e);return n&&(t.version=n),t}},{test:[/opt\/\d+(?:.?_?\d+)+/i],describe(e){let t={name:"Opera Touch"},n=Y.getFirstMatch(/(?:opt)[\s/](\d+(\.?_?\d+)+)/i,e)||Y.getFirstMatch(gt,e);return n&&(t.version=n),t}},{test:[/yabrowser/i],describe(e){let t={name:"Yandex Browser"},n=Y.getFirstMatch(/(?:yabrowser)[\s/](\d+(\.?_?\d+)+)/i,e)||Y.getFirstMatch(gt,e);return n&&(t.version=n),t}},{test:[/ucbrowser/i],describe(e){let t={name:"UC Browser"},n=Y.getFirstMatch(gt,e)||Y.getFirstMatch(/(?:ucbrowser)[\s/](\d+(\.?_?\d+)+)/i,e);return n&&(t.version=n),t}},{test:[/Maxthon|mxios/i],describe(e){let t={name:"Maxthon"},n=Y.getFirstMatch(gt,e)||Y.getFirstMatch(/(?:Maxthon|mxios)[\s/](\d+(\.?_?\d+)+)/i,e);return n&&(t.version=n),t}},{test:[/epiphany/i],describe(e){let t={name:"Epiphany"},n=Y.getFirstMatch(gt,e)||Y.getFirstMatch(/(?:epiphany)[\s/](\d+(\.?_?\d+)+)/i,e);return n&&(t.version=n),t}},{test:[/puffin/i],describe(e){let t={name:"Puffin"},n=Y.getFirstMatch(gt,e)||Y.getFirstMatch(/(?:puffin)[\s/](\d+(\.?_?\d+)+)/i,e);return n&&(t.version=n),t}},{test:[/sleipnir/i],describe(e){let t={name:"Sleipnir"},n=Y.getFirstMatch(gt,e)||Y.getFirstMatch(/(?:sleipnir)[\s/](\d+(\.?_?\d+)+)/i,e);return n&&(t.version=n),t}},{test:[/k-meleon/i],describe(e){let t={name:"K-Meleon"},n=Y.getFirstMatch(gt,e)||Y.getFirstMatch(/(?:k-meleon)[\s/](\d+(\.?_?\d+)+)/i,e);return n&&(t.version=n),t}},{test:[/micromessenger/i],describe(e){let t={name:"WeChat"},n=Y.getFirstMatch(/(?:micromessenger)[\s/](\d+(\.?_?\d+)+)/i,e)||Y.getFirstMatch(gt,e);return n&&(t.version=n),t}},{test:[/qqbrowser/i],describe(e){let t={name:/qqbrowserlite/i.test(e)?"QQ Browser Lite":"QQ Browser"},n=Y.getFirstMatch(/(?:qqbrowserlite|qqbrowser)[/](\d+(\.?_?\d+)+)/i,e)||Y.getFirstMatch(gt,e);return n&&(t.version=n),t}},{test:[/msie|trident/i],describe(e){let t={name:"Internet Explorer"},n=Y.getFirstMatch(/(?:msie |rv:)(\d+(\.?_?\d+)+)/i,e);return n&&(t.version=n),t}},{test:[/\sedg\//i],describe(e){let t={name:"Microsoft Edge"},n=Y.getFirstMatch(/\sedg\/(\d+(\.?_?\d+)+)/i,e);return n&&(t.version=n),t}},{test:[/edg([ea]|ios)/i],describe(e){let t={name:"Microsoft Edge"},n=Y.getSecondMatch(/edg([ea]|ios)\/(\d+(\.?_?\d+)+)/i,e);return n&&(t.version=n),t}},{test:[/vivaldi/i],describe(e){let t={name:"Vivaldi"},n=Y.getFirstMatch(/vivaldi\/(\d+(\.?_?\d+)+)/i,e);return n&&(t.version=n),t}},{test:[/seamonkey/i],describe(e){let t={name:"SeaMonkey"},n=Y.getFirstMatch(/seamonkey\/(\d+(\.?_?\d+)+)/i,e);return n&&(t.version=n),t}},{test:[/sailfish/i],describe(e){let t={name:"Sailfish"},n=Y.getFirstMatch(/sailfish\s?browser\/(\d+(\.\d+)?)/i,e);return n&&(t.version=n),t}},{test:[/silk/i],describe(e){let t={name:"Amazon Silk"},n=Y.getFirstMatch(/silk\/(\d+(\.?_?\d+)+)/i,e);return n&&(t.version=n),t}},{test:[/phantom/i],describe(e){let t={name:"PhantomJS"},n=Y.getFirstMatch(/phantomjs\/(\d+(\.?_?\d+)+)/i,e);return n&&(t.version=n),t}},{test:[/slimerjs/i],describe(e){let t={name:"SlimerJS"},n=Y.getFirstMatch(/slimerjs\/(\d+(\.?_?\d+)+)/i,e);return n&&(t.version=n),t}},{test:[/blackberry|\bbb\d+/i,/rim\stablet/i],describe(e){let t={name:"BlackBerry"},n=Y.getFirstMatch(gt,e)||Y.getFirstMatch(/blackberry[\d]+\/(\d+(\.?_?\d+)+)/i,e);return n&&(t.version=n),t}},{test:[/(web|hpw)[o0]s/i],describe(e){let t={name:"WebOS Browser"},n=Y.getFirstMatch(gt,e)||Y.getFirstMatch(/w(?:eb)?[o0]sbrowser\/(\d+(\.?_?\d+)+)/i,e);return n&&(t.version=n),t}},{test:[/bada/i],describe(e){let t={name:"Bada"},n=Y.getFirstMatch(/dolfin\/(\d+(\.?_?\d+)+)/i,e);return n&&(t.version=n),t}},{test:[/tizen/i],describe(e){let t={name:"Tizen"},n=Y.getFirstMatch(/(?:tizen\s?)?browser\/(\d+(\.?_?\d+)+)/i,e)||Y.getFirstMatch(gt,e);return n&&(t.version=n),t}},{test:[/qupzilla/i],describe(e){let t={name:"QupZilla"},n=Y.getFirstMatch(/(?:qupzilla)[\s/](\d+(\.?_?\d+)+)/i,e)||Y.getFirstMatch(gt,e);return n&&(t.version=n),t}},{test:[/firefox|iceweasel|fxios/i],describe(e){let t={name:"Firefox"},n=Y.getFirstMatch(/(?:firefox|iceweasel|fxios)[\s/](\d+(\.?_?\d+)+)/i,e);return n&&(t.version=n),t}},{test:[/electron/i],describe(e){let t={name:"Electron"},n=Y.getFirstMatch(/(?:electron)\/(\d+(\.?_?\d+)+)/i,e);return n&&(t.version=n),t}},{test:[/MiuiBrowser/i],describe(e){let t={name:"Miui"},n=Y.getFirstMatch(/(?:MiuiBrowser)[\s/](\d+(\.?_?\d+)+)/i,e);return n&&(t.version=n),t}},{test:[/chromium/i],describe(e){let t={name:"Chromium"},n=Y.getFirstMatch(/(?:chromium)[\s/](\d+(\.?_?\d+)+)/i,e)||Y.getFirstMatch(gt,e);return n&&(t.version=n),t}},{test:[/chrome|crios|crmo/i],describe(e){let t={name:"Chrome"},n=Y.getFirstMatch(/(?:chrome|crios|crmo)\/(\d+(\.?_?\d+)+)/i,e);return n&&(t.version=n),t}},{test:[/GSA/i],describe(e){let t={name:"Google Search"},n=Y.getFirstMatch(/(?:GSA)\/(\d+(\.?_?\d+)+)/i,e);return n&&(t.version=n),t}},{test(e){let t=!e.test(/like android/i),n=e.test(/android/i);return t&&n},describe(e){let t={name:"Android Browser"},n=Y.getFirstMatch(gt,e);return n&&(t.version=n),t}},{test:[/playstation 4/i],describe(e){let t={name:"PlayStation 4"},n=Y.getFirstMatch(gt,e);return n&&(t.version=n),t}},{test:[/safari|applewebkit/i],describe(e){let t={name:"Safari"},n=Y.getFirstMatch(gt,e);return n&&(t.version=n),t}},{test:[/.*/i],describe(e){let t=/^(.*)\/(.*) /,n=/^(.*)\/(.*)[ \t]\((.*)/,r=e.search("\\(")!==-1?n:t;return{name:Y.getFirstMatch(r,e),version:Y.getSecondMatch(r,e)}}}],Vv=$v,Kv=[{test:[/Roku\/DVP/],describe(e){let t=Y.getFirstMatch(/Roku\/DVP-(\d+\.\d+)/i,e);return{name:Sn.Roku,version:t}}},{test:[/windows phone/i],describe(e){let t=Y.getFirstMatch(/windows phone (?:os)?\s?(\d+(\.\d+)*)/i,e);return{name:Sn.WindowsPhone,version:t}}},{test:[/windows /i],describe(e){let t=Y.getFirstMatch(/Windows ((NT|XP)( \d\d?.\d)?)/i,e),n=Y.getWindowsVersionName(t);return{name:Sn.Windows,version:t,versionName:n}}},{test:[/Macintosh(.*?) FxiOS(.*?)\//],describe(e){let t={name:Sn.iOS},n=Y.getSecondMatch(/(Version\/)(\d[\d.]+)/,e);return n&&(t.version=n),t}},{test:[/macintosh/i],describe(e){let t=Y.getFirstMatch(/mac os x (\d+(\.?_?\d+)+)/i,e).replace(/[_\s]/g,"."),n=Y.getMacOSVersionName(t),r={name:Sn.MacOS,version:t};return n&&(r.versionName=n),r}},{test:[/(ipod|iphone|ipad)/i],describe(e){let t=Y.getFirstMatch(/os (\d+([_\s]\d+)*) like mac os x/i,e).replace(/[_\s]/g,".");return{name:Sn.iOS,version:t}}},{test(e){let t=!e.test(/like android/i),n=e.test(/android/i);return t&&n},describe(e){let t=Y.getFirstMatch(/android[\s/-](\d+(\.\d+)*)/i,e),n=Y.getAndroidVersionName(t),r={name:Sn.Android,version:t};return n&&(r.versionName=n),r}},{test:[/(web|hpw)[o0]s/i],describe(e){let t=Y.getFirstMatch(/(?:web|hpw)[o0]s\/(\d+(\.\d+)*)/i,e),n={name:Sn.WebOS};return t&&t.length&&(n.version=t),n}},{test:[/blackberry|\bbb\d+/i,/rim\stablet/i],describe(e){let t=Y.getFirstMatch(/rim\stablet\sos\s(\d+(\.\d+)*)/i,e)||Y.getFirstMatch(/blackberry\d+\/(\d+([_\s]\d+)*)/i,e)||Y.getFirstMatch(/\bbb(\d+)/i,e);return{name:Sn.BlackBerry,version:t}}},{test:[/bada/i],describe(e){let t=Y.getFirstMatch(/bada\/(\d+(\.\d+)*)/i,e);return{name:Sn.Bada,version:t}}},{test:[/tizen/i],describe(e){let t=Y.getFirstMatch(/tizen[/\s](\d+(\.\d+)*)/i,e);return{name:Sn.Tizen,version:t}}},{test:[/linux/i],describe(){return{name:Sn.Linux}}},{test:[/CrOS/],describe(){return{name:Sn.ChromeOS}}},{test:[/PlayStation 4/],describe(e){let t=Y.getFirstMatch(/PlayStation 4[/\s](\d+(\.\d+)*)/i,e);return{name:Sn.PlayStation4,version:t}}}],Gv=[{test:[/googlebot/i],describe(){return{type:"bot",vendor:"Google"}}},{test:[/huawei/i],describe(e){let t=Y.getFirstMatch(/(can-l01)/i,e)&&"Nova",n={type:It.mobile,vendor:"Huawei"};return t&&(n.model=t),n}},{test:[/nexus\s*(?:7|8|9|10).*/i],describe(){return{type:It.tablet,vendor:"Nexus"}}},{test:[/ipad/i],describe(){return{type:It.tablet,vendor:"Apple",model:"iPad"}}},{test:[/Macintosh(.*?) FxiOS(.*?)\//],describe(){return{type:It.tablet,vendor:"Apple",model:"iPad"}}},{test:[/kftt build/i],describe(){return{type:It.tablet,vendor:"Amazon",model:"Kindle Fire HD 7"}}},{test:[/silk/i],describe(){return{type:It.tablet,vendor:"Amazon"}}},{test:[/tablet(?! pc)/i],describe(){return{type:It.tablet}}},{test(e){let t=e.test(/ipod|iphone/i),n=e.test(/like (ipod|iphone)/i);return t&&!n},describe(e){let t=Y.getFirstMatch(/(ipod|iphone)/i,e);return{type:It.mobile,vendor:"Apple",model:t}}},{test:[/nexus\s*[0-6].*/i,/galaxy nexus/i],describe(){return{type:It.mobile,vendor:"Nexus"}}},{test:[/[^-]mobi/i],describe(){return{type:It.mobile}}},{test(e){return e.getBrowserName(!0)==="blackberry"},describe(){return{type:It.mobile,vendor:"BlackBerry"}}},{test(e){return e.getBrowserName(!0)==="bada"},describe(){return{type:It.mobile}}},{test(e){return e.getBrowserName()==="windows phone"},describe(){return{type:It.mobile,vendor:"Microsoft"}}},{test(e){let t=Number(String(e.getOSVersion()).split(".")[0]);return e.getOSName(!0)==="android"&&t>=3},describe(){return{type:It.tablet}}},{test(e){return e.getOSName(!0)==="android"},describe(){return{type:It.mobile}}},{test(e){return e.getOSName(!0)==="macos"},describe(){return{type:It.desktop,vendor:"Apple"}}},{test(e){return e.getOSName(!0)==="windows"},describe(){return{type:It.desktop}}},{test(e){return e.getOSName(!0)==="linux"},describe(){return{type:It.desktop}}},{test(e){return e.getOSName(!0)==="playstation 4"},describe(){return{type:It.tv}}},{test(e){return e.getOSName(!0)==="roku"},describe(){return{type:It.tv}}}],Yv=[{test(e){return e.getBrowserName(!0)==="microsoft edge"},describe(e){if(/\sedg\//i.test(e))return{name:ma.Blink};let t=Y.getFirstMatch(/edge\/(\d+(\.?_?\d+)+)/i,e);return{name:ma.EdgeHTML,version:t}}},{test:[/trident/i],describe(e){let t={name:ma.Trident},n=Y.getFirstMatch(/trident\/(\d+(\.?_?\d+)+)/i,e);return n&&(t.version=n),t}},{test(e){return e.test(/presto/i)},describe(e){let t={name:ma.Presto},n=Y.getFirstMatch(/presto\/(\d+(\.?_?\d+)+)/i,e);return n&&(t.version=n),t}},{test(e){let t=e.test(/gecko/i),n=e.test(/like gecko/i);return t&&!n},describe(e){let t={name:ma.Gecko},n=Y.getFirstMatch(/gecko\/(\d+(\.?_?\d+)+)/i,e);return n&&(t.version=n),t}},{test:[/(apple)?webkit\/537\.36/i],describe(){return{name:ma.Blink}}},{test:[/(apple)?webkit/i],describe(e){let t={name:ma.WebKit},n=Y.getFirstMatch(/webkit\/(\d+(\.?_?\d+)+)/i,e);return n&&(t.version=n),t}}],Jv=class{constructor(e,t=!1){if(e==null||e==="")throw new Error("UserAgent parameter can't be empty");this._ua=e,this.parsedResult={},t!==!0&&this.parse()}getUA(){return this._ua}test(e){return e.test(this._ua)}parseBrowser(){this.parsedResult.browser={};let e=Y.find(Vv,t=>{if(typeof t.test=="function")return t.test(this);if(t.test instanceof Array)return t.test.some(n=>this.test(n));throw new Error("Browser's test function is not valid")});return e&&(this.parsedResult.browser=e.describe(this.getUA())),this.parsedResult.browser}getBrowser(){return this.parsedResult.browser?this.parsedResult.browser:this.parseBrowser()}getBrowserName(e){return e?String(this.getBrowser().name).toLowerCase()||"":this.getBrowser().name||""}getBrowserVersion(){return this.getBrowser().version}getOS(){return this.parsedResult.os?this.parsedResult.os:this.parseOS()}parseOS(){this.parsedResult.os={};let e=Y.find(Kv,t=>{if(typeof t.test=="function")return t.test(this);if(t.test instanceof Array)return t.test.some(n=>this.test(n));throw new Error("Browser's test function is not valid")});return e&&(this.parsedResult.os=e.describe(this.getUA())),this.parsedResult.os}getOSName(e){let{name:t}=this.getOS();return e?String(t).toLowerCase()||"":t||""}getOSVersion(){return this.getOS().version}getPlatform(){return this.parsedResult.platform?this.parsedResult.platform:this.parsePlatform()}getPlatformType(e=!1){let{type:t}=this.getPlatform();return e?String(t).toLowerCase()||"":t||""}parsePlatform(){this.parsedResult.platform={};let e=Y.find(Gv,t=>{if(typeof t.test=="function")return t.test(this);if(t.test instanceof Array)return t.test.some(n=>this.test(n));throw new Error("Browser's test function is not valid")});return e&&(this.parsedResult.platform=e.describe(this.getUA())),this.parsedResult.platform}getEngine(){return this.parsedResult.engine?this.parsedResult.engine:this.parseEngine()}getEngineName(e){return e?String(this.getEngine().name).toLowerCase()||"":this.getEngine().name||""}parseEngine(){this.parsedResult.engine={};let e=Y.find(Yv,t=>{if(typeof t.test=="function")return t.test(this);if(t.test instanceof Array)return t.test.some(n=>this.test(n));throw new Error("Browser's test function is not valid")});return e&&(this.parsedResult.engine=e.describe(this.getUA())),this.parsedResult.engine}parse(){return this.parseBrowser(),this.parseOS(),this.parsePlatform(),this.parseEngine(),this}getResult(){return Y.assign({},this.parsedResult)}satisfies(e){let t={},n=0,r={},a=0;if(Object.keys(e).forEach(o=>{let i=e[o];typeof i=="string"?(r[o]=i,a+=1):typeof i=="object"&&(t[o]=i,n+=1)}),n>0){let o=Object.keys(t),i=Y.find(o,u=>this.isOS(u));if(i){let u=this.satisfies(t[i]);if(u!==void 0)return u}let s=Y.find(o,u=>this.isPlatform(u));if(s){let u=this.satisfies(t[s]);if(u!==void 0)return u}}if(a>0){let o=Object.keys(r),i=Y.find(o,s=>this.isBrowser(s,!0));if(i!==void 0)return this.compareVersion(r[i])}}isBrowser(e,t=!1){let n=this.getBrowserName().toLowerCase(),r=e.toLowerCase(),a=Y.getBrowserTypeByAlias(r);return t&&a&&(r=a.toLowerCase()),r===n}compareVersion(e){let t=[0],n=e,r=!1,a=this.getBrowserVersion();if(typeof a=="string")return e[0]===">"||e[0]==="<"?(n=e.substr(1),e[1]==="="?(r=!0,n=e.substr(2)):t=[],e[0]===">"?t.push(1):t.push(-1)):e[0]==="="?n=e.substr(1):e[0]==="~"&&(r=!0,n=e.substr(1)),t.indexOf(Y.compareVersions(a,n,r))>-1}isOS(e){return this.getOSName(!0)===String(e).toLowerCase()}isPlatform(e){return this.getPlatformType(!0)===String(e).toLowerCase()}isEngine(e){return this.getEngineName(!0)===String(e).toLowerCase()}is(e,t=!1){return this.isBrowser(e,t)||this.isOS(e)||this.isPlatform(e)}some(e=[]){return e.some(t=>this.is(t))}},R3=Jv,Qv=class{static getParser(e,t=!1){if(typeof e!="string")throw new Error("UserAgent should be a string");return new R3(e,t)}static parse(e){return new R3(e).getResult()}static get BROWSER_MAP(){return I3}static get ENGINE_MAP(){return ma}static get OS_MAP(){return Sn}static get PLATFORMS_MAP(){return It}},ti=Qv;m();m();var{entries:W3,setPrototypeOf:O3,isFrozen:Zv,getPrototypeOf:Xv,getOwnPropertyDescriptor:ex}=Object,{freeze:wn,seal:ur,create:tx}=Object,{apply:zd,construct:qd}=typeof Reflect<"u"&&Reflect;zd||(zd=function(e,t,n){return e.apply(t,n)});wn||(wn=function(e){return e});ur||(ur=function(e){return e});qd||(qd=function(e,t){return new e(...t)});var nx=Yn(Array.prototype.forEach),N3=Yn(Array.prototype.pop),Es=Yn(Array.prototype.push),ml=Yn(String.prototype.toLowerCase),Od=Yn(String.prototype.toString),rx=Yn(String.prototype.match),sr=Yn(String.prototype.replace),ax=Yn(String.prototype.indexOf),ox=Yn(String.prototype.trim),Hn=Yn(RegExp.prototype.test),Ss=ix(TypeError);function Yn(e){return function(t){for(var n=arguments.length,r=new Array(n>1?n-1:0),a=1;a/gm),dx=ur(/\${[\w\W]*}/gm),gx=ur(/^data-[\-\w.\u00B7-\uFFFF]/),mx=ur(/^aria-[\-\w]+$/),$3=ur(/^(?:(?:(?:f|ht)tps?|mailto|tel|callto|sms|cid|xmpp):|[^a-z]|[a-z+.\-]+(?:[^a-z+.\-:]|$))/i),px=ur(/^(?:\w+script|data):/i),fx=ur(/[\u0000-\u0020\u00A0\u1680\u180E\u2000-\u2029\u205F\u3000]/g),V3=ur(/^html$/i),q3=Object.freeze({__proto__:null,MUSTACHE_EXPR:lx,ERB_EXPR:cx,TMPLIT_EXPR:dx,DATA_ATTR:gx,ARIA_ATTR:mx,IS_ALLOWED_URI:$3,IS_SCRIPT_OR_DATA:px,ATTR_WHITESPACE:fx,DOCTYPE_NAME:V3}),hx=()=>typeof window>"u"?null:window,bx=function(e,t){if(typeof e!="object"||typeof e.createPolicy!="function")return null;let n=null,r="data-tt-policy-suffix";t&&t.hasAttribute(r)&&(n=t.getAttribute(r));let a="dompurify"+(n?"#"+n:"");try{return e.createPolicy(a,{createHTML(o){return o},createScriptURL(o){return o}})}catch{return null}};function K3(){let e=arguments.length>0&&arguments[0]!==void 0?arguments[0]:hx(),t=j=>K3(j);if(t.version="3.0.3",t.removed=[],!e||!e.document||e.document.nodeType!==9)return t.isSupported=!1,t;let n=e.document,r=n.currentScript,{document:a}=e,{DocumentFragment:o,HTMLTemplateElement:i,Node:s,Element:u,NodeFilter:l,NamedNodeMap:c=e.NamedNodeMap||e.MozNamedAttrMap,HTMLFormElement:g,DOMParser:p,trustedTypes:f}=e,h=u.prototype,y=dl(h,"cloneNode"),C=dl(h,"nextSibling"),b=dl(h,"childNodes"),v=dl(h,"parentNode");if(typeof i=="function"){let j=a.createElement("template");j.content&&j.content.ownerDocument&&(a=j.content.ownerDocument)}let S,L="",{implementation:P,createNodeIterator:w,createDocumentFragment:E,getElementsByTagName:A}=a,{importNode:D}=n,T={};t.isSupported=typeof W3=="function"&&typeof v=="function"&&P&&P.createHTMLDocument!==void 0;let{MUSTACHE_EXPR:N,ERB_EXPR:B,TMPLIT_EXPR:M,DATA_ATTR:O,ARIA_ATTR:U,IS_SCRIPT_OR_DATA:H,ATTR_WHITESPACE:R}=q3,{IS_ALLOWED_URI:k}=q3,_=null,F=je({},[...U3,...Nd,...Ud,...jd,...j3]),q=null,z=je({},[...H3,...Hd,...z3,...gl]),V=Object.seal(Object.create(null,{tagNameCheck:{writable:!0,configurable:!1,enumerable:!0,value:null},attributeNameCheck:{writable:!0,configurable:!1,enumerable:!0,value:null},allowCustomizedBuiltInElements:{writable:!0,configurable:!1,enumerable:!0,value:!1}})),K=null,oe=null,te=!0,Z=!0,ce=!1,he=!0,ae=!1,X=!1,ve=!1,se=!1,ue=!1,De=!1,He=!1,Fe=!0,pe=!1,Et="user-content-",$t=!0,At=!1,Ft={},Cn=null,Vn=je({},["annotation-xml","audio","colgroup","desc","foreignobject","head","iframe","math","mi","mn","mo","ms","mtext","noembed","noframes","noscript","plaintext","script","style","svg","template","thead","title","video","xmp"]),is=null,Tr=je({},["audio","video","img","source","image","track"]),eo=null,$o=je({},["alt","class","for","id","label","name","pattern","placeholder","role","summary","title","value","style","xmlns"]),cn="http://www.w3.org/1998/Math/MathML",nr="http://www.w3.org/2000/svg",dn="http://www.w3.org/1999/xhtml",Nn=dn,Br=!1,Rr=null,to=je({},[cn,nr,dn],Od),Tn,Ir=["application/xhtml+xml","text/html"],St="text/html",tt,Un=null,x5=a.createElement("form"),V4=function(j){return j instanceof RegExp||j instanceof Function},Bc=function(j){if(!(Un&&Un===j)){if((!j||typeof j!="object")&&(j={}),j=ni(j),Tn=Ir.indexOf(j.PARSER_MEDIA_TYPE)===-1?Tn=St:Tn=j.PARSER_MEDIA_TYPE,tt=Tn==="application/xhtml+xml"?Od:ml,_="ALLOWED_TAGS"in j?je({},j.ALLOWED_TAGS,tt):F,q="ALLOWED_ATTR"in j?je({},j.ALLOWED_ATTR,tt):z,Rr="ALLOWED_NAMESPACES"in j?je({},j.ALLOWED_NAMESPACES,Od):to,eo="ADD_URI_SAFE_ATTR"in j?je(ni($o),j.ADD_URI_SAFE_ATTR,tt):$o,is="ADD_DATA_URI_TAGS"in j?je(ni(Tr),j.ADD_DATA_URI_TAGS,tt):Tr,Cn="FORBID_CONTENTS"in j?je({},j.FORBID_CONTENTS,tt):Vn,K="FORBID_TAGS"in j?je({},j.FORBID_TAGS,tt):{},oe="FORBID_ATTR"in j?je({},j.FORBID_ATTR,tt):{},Ft="USE_PROFILES"in j?j.USE_PROFILES:!1,te=j.ALLOW_ARIA_ATTR!==!1,Z=j.ALLOW_DATA_ATTR!==!1,ce=j.ALLOW_UNKNOWN_PROTOCOLS||!1,he=j.ALLOW_SELF_CLOSE_IN_ATTR!==!1,ae=j.SAFE_FOR_TEMPLATES||!1,X=j.WHOLE_DOCUMENT||!1,ue=j.RETURN_DOM||!1,De=j.RETURN_DOM_FRAGMENT||!1,He=j.RETURN_TRUSTED_TYPE||!1,se=j.FORCE_BODY||!1,Fe=j.SANITIZE_DOM!==!1,pe=j.SANITIZE_NAMED_PROPS||!1,$t=j.KEEP_CONTENT!==!1,At=j.IN_PLACE||!1,k=j.ALLOWED_URI_REGEXP||$3,Nn=j.NAMESPACE||dn,V=j.CUSTOM_ELEMENT_HANDLING||{},j.CUSTOM_ELEMENT_HANDLING&&V4(j.CUSTOM_ELEMENT_HANDLING.tagNameCheck)&&(V.tagNameCheck=j.CUSTOM_ELEMENT_HANDLING.tagNameCheck),j.CUSTOM_ELEMENT_HANDLING&&V4(j.CUSTOM_ELEMENT_HANDLING.attributeNameCheck)&&(V.attributeNameCheck=j.CUSTOM_ELEMENT_HANDLING.attributeNameCheck),j.CUSTOM_ELEMENT_HANDLING&&typeof j.CUSTOM_ELEMENT_HANDLING.allowCustomizedBuiltInElements=="boolean"&&(V.allowCustomizedBuiltInElements=j.CUSTOM_ELEMENT_HANDLING.allowCustomizedBuiltInElements),ae&&(Z=!1),De&&(ue=!0),Ft&&(_=je({},[...j3]),q=[],Ft.html===!0&&(je(_,U3),je(q,H3)),Ft.svg===!0&&(je(_,Nd),je(q,Hd),je(q,gl)),Ft.svgFilters===!0&&(je(_,Ud),je(q,Hd),je(q,gl)),Ft.mathMl===!0&&(je(_,jd),je(q,z3),je(q,gl))),j.ADD_TAGS&&(_===F&&(_=ni(_)),je(_,j.ADD_TAGS,tt)),j.ADD_ATTR&&(q===z&&(q=ni(q)),je(q,j.ADD_ATTR,tt)),j.ADD_URI_SAFE_ATTR&&je(eo,j.ADD_URI_SAFE_ATTR,tt),j.FORBID_CONTENTS&&(Cn===Vn&&(Cn=ni(Cn)),je(Cn,j.FORBID_CONTENTS,tt)),$t&&(_["#text"]=!0),X&&je(_,["html","head","body"]),_.table&&(je(_,["tbody"]),delete K.tbody),j.TRUSTED_TYPES_POLICY){if(typeof j.TRUSTED_TYPES_POLICY.createHTML!="function")throw Ss('TRUSTED_TYPES_POLICY configuration option must provide a "createHTML" hook.');if(typeof j.TRUSTED_TYPES_POLICY.createScriptURL!="function")throw Ss('TRUSTED_TYPES_POLICY configuration option must provide a "createScriptURL" hook.');S=j.TRUSTED_TYPES_POLICY,L=S.createHTML("")}else S===void 0&&(S=bx(f,r)),S!==null&&typeof L=="string"&&(L=S.createHTML(""));wn&&wn(j),Un=j}},K4=je({},["mi","mo","mn","ms","mtext"]),G4=je({},["foreignobject","desc","title","annotation-xml"]),E5=je({},["title","style","font","a","script"]),ju=je({},Nd);je(ju,Ud),je(ju,sx);let Rc=je({},jd);je(Rc,ux);let S5=function(j){let ge=v(j);(!ge||!ge.tagName)&&(ge={namespaceURI:Nn,tagName:"template"});let ne=ml(j.tagName),Je=ml(ge.tagName);return Rr[j.namespaceURI]?j.namespaceURI===nr?ge.namespaceURI===dn?ne==="svg":ge.namespaceURI===cn?ne==="svg"&&(Je==="annotation-xml"||K4[Je]):!!ju[ne]:j.namespaceURI===cn?ge.namespaceURI===dn?ne==="math":ge.namespaceURI===nr?ne==="math"&&G4[Je]:!!Rc[ne]:j.namespaceURI===dn?ge.namespaceURI===nr&&!G4[Je]||ge.namespaceURI===cn&&!K4[Je]?!1:!Rc[ne]&&(E5[ne]||!ju[ne]):!!(Tn==="application/xhtml+xml"&&Rr[j.namespaceURI]):!1},Vo=function(j){Es(t.removed,{element:j});try{j.parentNode.removeChild(j)}catch{j.remove()}},Ic=function(j,ge){try{Es(t.removed,{attribute:ge.getAttributeNode(j),from:ge})}catch{Es(t.removed,{attribute:null,from:ge})}if(ge.removeAttribute(j),j==="is"&&!q[j])if(ue||De)try{Vo(ge)}catch{}else try{ge.setAttribute(j,"")}catch{}},Y4=function(j){let ge,ne;if(se)j=""+j;else{let vn=rx(j,/^[\r\n\t ]+/);ne=vn&&vn[0]}Tn==="application/xhtml+xml"&&Nn===dn&&(j=''+j+"");let Je=S?S.createHTML(j):j;if(Nn===dn)try{ge=new p().parseFromString(Je,Tn)}catch{}if(!ge||!ge.documentElement){ge=P.createDocument(Nn,"template",null);try{ge.documentElement.innerHTML=Br?L:Je}catch{}}let Vt=ge.body||ge.documentElement;return j&&ne&&Vt.insertBefore(a.createTextNode(ne),Vt.childNodes[0]||null),Nn===dn?A.call(ge,X?"html":"body")[0]:X?ge.documentElement:Vt},J4=function(j){return w.call(j.ownerDocument||j,j,l.SHOW_ELEMENT|l.SHOW_COMMENT|l.SHOW_TEXT,null,!1)},w5=function(j){return j instanceof g&&(typeof j.nodeName!="string"||typeof j.textContent!="string"||typeof j.removeChild!="function"||!(j.attributes instanceof c)||typeof j.removeAttribute!="function"||typeof j.setAttribute!="function"||typeof j.namespaceURI!="string"||typeof j.insertBefore!="function"||typeof j.hasChildNodes!="function")},Hu=function(j){return typeof s=="object"?j instanceof s:j&&typeof j=="object"&&typeof j.nodeType=="number"&&typeof j.nodeName=="string"},Or=function(j,ge,ne){T[j]&&nx(T[j],Je=>{Je.call(t,ge,ne,Un)})},Q4=function(j){let ge;if(Or("beforeSanitizeElements",j,null),w5(j))return Vo(j),!0;let ne=tt(j.nodeName);if(Or("uponSanitizeElement",j,{tagName:ne,allowedTags:_}),j.hasChildNodes()&&!Hu(j.firstElementChild)&&(!Hu(j.content)||!Hu(j.content.firstElementChild))&&Hn(/<[/\w]/g,j.innerHTML)&&Hn(/<[/\w]/g,j.textContent))return Vo(j),!0;if(!_[ne]||K[ne]){if(!K[ne]&&X4(ne)&&(V.tagNameCheck instanceof RegExp&&Hn(V.tagNameCheck,ne)||V.tagNameCheck instanceof Function&&V.tagNameCheck(ne)))return!1;if($t&&!Cn[ne]){let Je=v(j)||j.parentNode,Vt=b(j)||j.childNodes;if(Vt&&Je){let vn=Vt.length;for(let Pn=vn-1;Pn>=0;--Pn)Je.insertBefore(y(Vt[Pn],!0),C(j))}}return Vo(j),!0}return j instanceof u&&!S5(j)||(ne==="noscript"||ne==="noembed")&&Hn(/<\/no(script|embed)/i,j.innerHTML)?(Vo(j),!0):(ae&&j.nodeType===3&&(ge=j.textContent,ge=sr(ge,N," "),ge=sr(ge,B," "),ge=sr(ge,M," "),j.textContent!==ge&&(Es(t.removed,{element:j.cloneNode()}),j.textContent=ge)),Or("afterSanitizeElements",j,null),!1)},Z4=function(j,ge,ne){if(Fe&&(ge==="id"||ge==="name")&&(ne in a||ne in x5))return!1;if(!(Z&&!oe[ge]&&Hn(O,ge))&&!(te&&Hn(U,ge))){if(!q[ge]||oe[ge]){if(!(X4(j)&&(V.tagNameCheck instanceof RegExp&&Hn(V.tagNameCheck,j)||V.tagNameCheck instanceof Function&&V.tagNameCheck(j))&&(V.attributeNameCheck instanceof RegExp&&Hn(V.attributeNameCheck,ge)||V.attributeNameCheck instanceof Function&&V.attributeNameCheck(ge))||ge==="is"&&V.allowCustomizedBuiltInElements&&(V.tagNameCheck instanceof RegExp&&Hn(V.tagNameCheck,ne)||V.tagNameCheck instanceof Function&&V.tagNameCheck(ne))))return!1}else if(!eo[ge]&&!Hn(k,sr(ne,R,""))&&!((ge==="src"||ge==="xlink:href"||ge==="href")&&j!=="script"&&ax(ne,"data:")===0&&is[j])&&!(ce&&!Hn(H,sr(ne,R,"")))&&ne)return!1}return!0},X4=function(j){return j.indexOf("-")>0},ef=function(j){let ge,ne,Je,Vt;Or("beforeSanitizeAttributes",j,null);let{attributes:vn}=j;if(!vn)return;let Pn={attrName:"",attrValue:"",keepAttr:!0,allowedAttributes:q};for(Vt=vn.length;Vt--;){ge=vn[Vt];let{name:Xt,namespaceURI:Ko}=ge;if(ne=Xt==="value"?ge.value:ox(ge.value),Je=tt(Xt),Pn.attrName=Je,Pn.attrValue=ne,Pn.keepAttr=!0,Pn.forceKeepAttr=void 0,Or("uponSanitizeAttribute",j,Pn),ne=Pn.attrValue,Pn.forceKeepAttr||(Ic(Xt,j),!Pn.keepAttr))continue;if(!he&&Hn(/\/>/i,ne)){Ic(Xt,j);continue}ae&&(ne=sr(ne,N," "),ne=sr(ne,B," "),ne=sr(ne,M," "));let tf=tt(j.nodeName);if(Z4(tf,Je,ne)){if(pe&&(Je==="id"||Je==="name")&&(Ic(Xt,j),ne=Et+ne),S&&typeof f=="object"&&typeof f.getAttributeType=="function"&&!Ko)switch(f.getAttributeType(tf,Je)){case"TrustedHTML":{ne=S.createHTML(ne);break}case"TrustedScriptURL":{ne=S.createScriptURL(ne);break}}try{Ko?j.setAttributeNS(Ko,Xt,ne):j.setAttribute(Xt,ne),N3(t.removed)}catch{}}}Or("afterSanitizeAttributes",j,null)},D5=function j(ge){let ne,Je=J4(ge);for(Or("beforeSanitizeShadowDOM",ge,null);ne=Je.nextNode();)Or("uponSanitizeShadowNode",ne,null),!Q4(ne)&&(ne.content instanceof o&&j(ne.content),ef(ne));Or("afterSanitizeShadowDOM",ge,null)};return t.sanitize=function(j){let ge=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{},ne,Je,Vt,vn;if(Br=!j,Br&&(j=""),typeof j!="string"&&!Hu(j))if(typeof j.toString=="function"){if(j=j.toString(),typeof j!="string")throw Ss("dirty is not a string, aborting")}else throw Ss("toString is not a function");if(!t.isSupported)return j;if(ve||Bc(ge),t.removed=[],typeof j=="string"&&(At=!1),At){if(j.nodeName){let Ko=tt(j.nodeName);if(!_[Ko]||K[Ko])throw Ss("root node is forbidden and cannot be sanitized in-place")}}else if(j instanceof s)ne=Y4(""),Je=ne.ownerDocument.importNode(j,!0),Je.nodeType===1&&Je.nodeName==="BODY"||Je.nodeName==="HTML"?ne=Je:ne.appendChild(Je);else{if(!ue&&!ae&&!X&&j.indexOf("<")===-1)return S&&He?S.createHTML(j):j;if(ne=Y4(j),!ne)return ue?null:He?L:""}ne&&se&&Vo(ne.firstChild);let Pn=J4(At?j:ne);for(;Vt=Pn.nextNode();)Q4(Vt)||(Vt.content instanceof o&&D5(Vt.content),ef(Vt));if(At)return j;if(ue){if(De)for(vn=E.call(ne.ownerDocument);ne.firstChild;)vn.appendChild(ne.firstChild);else vn=ne;return(q.shadowroot||q.shadowrootmod)&&(vn=D.call(n,vn,!0)),vn}let Xt=X?ne.outerHTML:ne.innerHTML;return X&&_["!doctype"]&&ne.ownerDocument&&ne.ownerDocument.doctype&&ne.ownerDocument.doctype.name&&Hn(V3,ne.ownerDocument.doctype.name)&&(Xt=" +`+Xt),ae&&(Xt=sr(Xt,N," "),Xt=sr(Xt,B," "),Xt=sr(Xt,M," ")),S&&He?S.createHTML(Xt):Xt},t.setConfig=function(j){Bc(j),ve=!0},t.clearConfig=function(){Un=null,ve=!1},t.isValidAttribute=function(j,ge,ne){Un||Bc({});let Je=tt(j),Vt=tt(ge);return Z4(Je,Vt,ne)},t.addHook=function(j,ge){typeof ge=="function"&&(T[j]=T[j]||[],Es(T[j],ge))},t.removeHook=function(j){if(T[j])return N3(T[j])},t.removeHooks=function(j){T[j]&&(T[j]=[])},t.removeAllHooks=function(){T={}},t}var nt=K3();m();m();var yx=Object.create,$d=Object.defineProperty,Cx=Object.getOwnPropertyDescriptor,Tx=Object.getOwnPropertyNames,vx=Object.getPrototypeOf,xx=Object.prototype.hasOwnProperty,Vd=(e,t)=>()=>(t||e((t={exports:{}}).exports,t),t.exports),Ex=(e,t)=>{for(var n in t)$d(e,n,{get:t[n],enumerable:!0})},Wd=(e,t,n,r)=>{if(t&&typeof t=="object"||typeof t=="function")for(let a of Tx(t))!xx.call(e,a)&&a!==n&&$d(e,a,{get:()=>t[a],enumerable:!(r=Cx(t,a))||r.enumerable});return e},Sx=(e,t,n)=>(Wd(e,t,"default"),n&&Wd(n,t,"default")),Y3=(e,t,n)=>(n=e!=null?yx(vx(e)):{},Wd(t||!e||!e.__esModule?$d(n,"default",{value:e,enumerable:!0}):n,e)),wx=Vd((e,t)=>{function n(r,a){if(a&&a.documentElement)r=a,a=arguments[2];else if(!r||!r.documentElement)throw new Error("First argument to Readability constructor should be a document object.");if(a=a||{},this._doc=r,this._docJSDOMParser=this._doc.firstChild.__JSDOMParser__,this._articleTitle=null,this._articleByline=null,this._articleDir=null,this._articleSiteName=null,this._attempts=[],this._debug=!!a.debug,this._maxElemsToParse=a.maxElemsToParse||this.DEFAULT_MAX_ELEMS_TO_PARSE,this._nbTopCandidates=a.nbTopCandidates||this.DEFAULT_N_TOP_CANDIDATES,this._charThreshold=a.charThreshold||this.DEFAULT_CHAR_THRESHOLD,this._classesToPreserve=this.CLASSES_TO_PRESERVE.concat(a.classesToPreserve||[]),this._keepClasses=!!a.keepClasses,this._serializer=a.serializer||function(o){return o.innerHTML},this._disableJSONLD=!!a.disableJSONLD,this._allowedVideoRegex=a.allowedVideoRegex||this.REGEXPS.videos,this._flags=this.FLAG_STRIP_UNLIKELYS|this.FLAG_WEIGHT_CLASSES|this.FLAG_CLEAN_CONDITIONALLY,this._debug){let o=function(i){if(i.nodeType==i.TEXT_NODE)return`${i.nodeName} ("${i.textContent}")`;let s=Array.from(i.attributes||[],function(u){return`${u.name}="${u.value}"`}).join(" ");return`<${i.localName} ${s}>`};this.log=function(){if(typeof console<"u")Array.from(arguments,u=>u&&u.nodeType==this.ELEMENT_NODE?o(u):u).unshift("Reader: (Readability)");else if(typeof dump<"u"){var i=Array.prototype.map.call(arguments,function(s){return s&&s.nodeName?o(s):s}).join(" ");dump("Reader: (Readability) "+i+` +`)}}}else this.log=function(){}}n.prototype={FLAG_STRIP_UNLIKELYS:1,FLAG_WEIGHT_CLASSES:2,FLAG_CLEAN_CONDITIONALLY:4,ELEMENT_NODE:1,TEXT_NODE:3,DEFAULT_MAX_ELEMS_TO_PARSE:0,DEFAULT_N_TOP_CANDIDATES:5,DEFAULT_TAGS_TO_SCORE:"section,h2,h3,h4,h5,h6,p,td,pre".toUpperCase().split(","),DEFAULT_CHAR_THRESHOLD:500,REGEXPS:{unlikelyCandidates:/-ad-|ai2html|banner|breadcrumbs|combx|comment|community|cover-wrap|disqus|extra|footer|gdpr|header|legends|menu|related|remark|replies|rss|shoutbox|sidebar|skyscraper|social|sponsor|supplemental|ad-break|agegate|pagination|pager|popup|yom-remote/i,okMaybeItsACandidate:/and|article|body|column|content|main|shadow/i,positive:/article|body|content|entry|hentry|h-entry|main|page|pagination|post|text|blog|story/i,negative:/-ad-|hidden|^hid$| hid$| hid |^hid |banner|combx|comment|com-|contact|foot|footer|footnote|gdpr|masthead|media|meta|outbrain|promo|related|scroll|share|shoutbox|sidebar|skyscraper|sponsor|shopping|tags|tool|widget/i,extraneous:/print|archive|comment|discuss|e[\-]?mail|share|reply|all|login|sign|single|utility/i,byline:/byline|author|dateline|writtenby|p-author/i,replaceFonts:/<(\/?)font[^>]*>/gi,normalize:/\s{2,}/g,videos:/\/\/(www\.)?((dailymotion|youtube|youtube-nocookie|player\.vimeo|v\.qq)\.com|(archive|upload\.wikimedia)\.org|player\.twitch\.tv)/i,shareElements:/(\b|_)(share|sharedaddy)(\b|_)/i,nextLink:/(next|weiter|continue|>([^\|]|$)|»([^\|]|$))/i,prevLink:/(prev|earl|old|new|<|«)/i,tokenize:/\W+/g,whitespace:/^\s*$/,hasContent:/\S$/,hashUrl:/^#.+/,srcsetUrl:/(\S+)(\s+[\d.]+[xw])?(\s*(?:,|$))/g,b64DataUrl:/^data:\s*([^\s;,]+)\s*;\s*base64\s*,/i,jsonLdArticleTypes:/^Article|AdvertiserContentArticle|NewsArticle|AnalysisNewsArticle|AskPublicNewsArticle|BackgroundNewsArticle|OpinionNewsArticle|ReportageNewsArticle|ReviewNewsArticle|Report|SatiricalArticle|ScholarlyArticle|MedicalScholarlyArticle|SocialMediaPosting|BlogPosting|LiveBlogPosting|DiscussionForumPosting|TechArticle|APIReference$/},UNLIKELY_ROLES:["menu","menubar","complementary","navigation","alert","alertdialog","dialog"],DIV_TO_P_ELEMS:new Set(["BLOCKQUOTE","DL","DIV","IMG","OL","P","PRE","TABLE","UL"]),ALTER_TO_DIV_EXCEPTIONS:["DIV","ARTICLE","SECTION","P"],PRESENTATIONAL_ATTRIBUTES:["align","background","bgcolor","border","cellpadding","cellspacing","frame","hspace","rules","style","valign","vspace"],DEPRECATED_SIZE_ATTRIBUTE_ELEMS:["TABLE","TH","TD","HR","PRE"],PHRASING_ELEMS:["ABBR","AUDIO","B","BDO","BR","BUTTON","CITE","CODE","DATA","DATALIST","DFN","EM","EMBED","I","IMG","INPUT","KBD","LABEL","MARK","MATH","METER","NOSCRIPT","OBJECT","OUTPUT","PROGRESS","Q","RUBY","SAMP","SCRIPT","SELECT","SMALL","SPAN","STRONG","SUB","SUP","TEXTAREA","TIME","VAR","WBR"],CLASSES_TO_PRESERVE:["page"],HTML_ESCAPE_MAP:{lt:"<",gt:">",amp:"&",quot:'"',apos:"'"},_postProcessContent:function(r){this._fixRelativeUris(r),this._simplifyNestedElements(r),this._keepClasses||this._cleanClasses(r)},_removeNodes:function(r,a){if(this._docJSDOMParser&&r._isLiveNodeList)throw new Error("Do not pass live node lists to _removeNodes");for(var o=r.length-1;o>=0;o--){var i=r[o],s=i.parentNode;s&&(!a||a.call(this,i,o,r))&&s.removeChild(i)}},_replaceNodeTags:function(r,a){if(this._docJSDOMParser&&r._isLiveNodeList)throw new Error("Do not pass live node lists to _replaceNodeTags");for(let o of r)this._setNodeTag(o,a)},_forEachNode:function(r,a){Array.prototype.forEach.call(r,a,this)},_findNode:function(r,a){return Array.prototype.find.call(r,a,this)},_someNode:function(r,a){return Array.prototype.some.call(r,a,this)},_everyNode:function(r,a){return Array.prototype.every.call(r,a,this)},_concatNodeLists:function(){var r=Array.prototype.slice,a=r.call(arguments),o=a.map(function(i){return r.call(i)});return Array.prototype.concat.apply([],o)},_getAllNodesWithTag:function(r,a){return r.querySelectorAll?r.querySelectorAll(a.join(",")):[].concat.apply([],a.map(function(o){var i=r.getElementsByTagName(o);return Array.isArray(i)?i:Array.from(i)}))},_cleanClasses:function(r){var a=this._classesToPreserve,o=(r.getAttribute("class")||"").split(/\s+/).filter(function(i){return a.indexOf(i)!=-1}).join(" ");for(o?r.setAttribute("class",o):r.removeAttribute("class"),r=r.firstElementChild;r;r=r.nextElementSibling)this._cleanClasses(r)},_fixRelativeUris:function(r){var a=this._doc.baseURI,o=this._doc.documentURI;function i(l){if(a==o&&l.charAt(0)=="#")return l;try{return new URL(l,a).href}catch{}return l}var s=this._getAllNodesWithTag(r,["a"]);this._forEachNode(s,function(l){var c=l.getAttribute("href");if(c)if(c.indexOf("javascript:")===0)if(l.childNodes.length===1&&l.childNodes[0].nodeType===this.TEXT_NODE){var g=this._doc.createTextNode(l.textContent);l.parentNode.replaceChild(g,l)}else{for(var p=this._doc.createElement("span");l.firstChild;)p.appendChild(l.firstChild);l.parentNode.replaceChild(p,l)}else l.setAttribute("href",i(c))});var u=this._getAllNodesWithTag(r,["img","picture","figure","video","audio","source"]);this._forEachNode(u,function(l){var c=l.getAttribute("src"),g=l.getAttribute("poster"),p=l.getAttribute("srcset");if(c&&l.setAttribute("src",i(c)),g&&l.setAttribute("poster",i(g)),p){var f=p.replace(this.REGEXPS.srcsetUrl,function(h,y,C,b){return i(y)+(C||"")+b});l.setAttribute("srcset",f)}})},_simplifyNestedElements:function(r){for(var a=r;a;){if(a.parentNode&&["DIV","SECTION"].includes(a.tagName)&&!(a.id&&a.id.startsWith("readability"))){if(this._isElementWithoutContent(a)){a=this._removeAndGetNext(a);continue}else if(this._hasSingleTagInsideElement(a,"DIV")||this._hasSingleTagInsideElement(a,"SECTION")){for(var o=a.children[0],i=0;i»] /.test(a))i=/ [\\\/>»] /.test(a),a=o.replace(/(.*)[\|\-\\\/>»] .*/gi,"$1"),s(a)<3&&(a=o.replace(/[^\|\-\\\/>»]*[\|\-\\\/>»](.*)/gi,"$1"));else if(a.indexOf(": ")!==-1){var u=this._concatNodeLists(r.getElementsByTagName("h1"),r.getElementsByTagName("h2")),l=a.trim(),c=this._someNode(u,function(f){return f.textContent.trim()===l});c||(a=o.substring(o.lastIndexOf(":")+1),s(a)<3?a=o.substring(o.indexOf(":")+1):s(o.substr(0,o.indexOf(":")))>5&&(a=o))}else if(a.length>150||a.length<15){var g=r.getElementsByTagName("h1");g.length===1&&(a=this._getInnerText(g[0]))}a=a.trim().replace(this.REGEXPS.normalize," ");var p=s(a);return p<=4&&(!i||p!=s(o.replace(/[\|\-\\\/>»]+/g,""))-1)&&(a=o),a},_prepDocument:function(){var r=this._doc;this._removeNodes(this._getAllNodesWithTag(r,["style"])),r.body&&this._replaceBrs(r.body),this._replaceNodeTags(this._getAllNodesWithTag(r,["font"]),"SPAN")},_nextNode:function(r){for(var a=r;a&&a.nodeType!=this.ELEMENT_NODE&&this.REGEXPS.whitespace.test(a.textContent);)a=a.nextSibling;return a},_replaceBrs:function(r){this._forEachNode(this._getAllNodesWithTag(r,["br"]),function(a){for(var o=a.nextSibling,i=!1;(o=this._nextNode(o))&&o.tagName=="BR";){i=!0;var s=o.nextSibling;o.parentNode.removeChild(o),o=s}if(i){var u=this._doc.createElement("p");for(a.parentNode.replaceChild(u,a),o=u.nextSibling;o;){if(o.tagName=="BR"){var l=this._nextNode(o.nextSibling);if(l&&l.tagName=="BR")break}if(!this._isPhrasingContent(o))break;var c=o.nextSibling;u.appendChild(o),o=c}for(;u.lastChild&&this._isWhitespace(u.lastChild);)u.removeChild(u.lastChild);u.parentNode.tagName==="P"&&this._setNodeTag(u.parentNode,"DIV")}})},_setNodeTag:function(r,a){if(this.log("_setNodeTag",r,a),this._docJSDOMParser)return r.localName=a.toLowerCase(),r.tagName=a.toUpperCase(),r;for(var o=r.ownerDocument.createElement(a);r.firstChild;)o.appendChild(r.firstChild);r.parentNode.replaceChild(o,r),r.readability&&(o.readability=r.readability);for(var i=0;i!o.includes(l)),u=s.join(" ").length/i.join(" ").length;return 1-u},_checkByline:function(r,a){if(this._articleByline)return!1;if(r.getAttribute!==void 0)var o=r.getAttribute("rel"),i=r.getAttribute("itemprop");return(o==="author"||i&&i.indexOf("author")!==-1||this.REGEXPS.byline.test(a))&&this._isValidByline(r.textContent)?(this._articleByline=r.textContent.trim(),!0):!1},_getNodeAncestors:function(r,a){a=a||0;for(var o=0,i=[];r.parentNode&&(i.push(r.parentNode),!(a&&++o===a));)r=r.parentNode;return i},_grabArticle:function(r){this.log("**** grabArticle ****");var a=this._doc,o=r!==null;if(r=r||this._doc.body,!r)return this.log("No body found in document. Abort."),null;for(var i=r.innerHTML;;){this.log("Starting grabArticle loop");var s=this._flagIsActive(this.FLAG_STRIP_UNLIKELYS),u=[],l=this._doc.documentElement;let se=!0;for(;l;){l.tagName==="HTML"&&(this._articleLang=l.getAttribute("lang"));var c=l.className+" "+l.id;if(!this._isProbablyVisible(l)){this.log("Removing hidden node - "+c),l=this._removeAndGetNext(l);continue}if(l.getAttribute("aria-modal")=="true"&&l.getAttribute("role")=="dialog"){l=this._removeAndGetNext(l);continue}if(this._checkByline(l,c)){l=this._removeAndGetNext(l);continue}if(se&&this._headerDuplicatesTitle(l)){this.log("Removing header: ",l.textContent.trim(),this._articleTitle.trim()),se=!1,l=this._removeAndGetNext(l);continue}if(s){if(this.REGEXPS.unlikelyCandidates.test(c)&&!this.REGEXPS.okMaybeItsACandidate.test(c)&&!this._hasAncestorTag(l,"table")&&!this._hasAncestorTag(l,"code")&&l.tagName!=="BODY"&&l.tagName!=="A"){this.log("Removing unlikely candidate - "+c),l=this._removeAndGetNext(l);continue}if(this.UNLIKELY_ROLES.includes(l.getAttribute("role"))){this.log("Removing content with role "+l.getAttribute("role")+" - "+c),l=this._removeAndGetNext(l);continue}}if((l.tagName==="DIV"||l.tagName==="SECTION"||l.tagName==="HEADER"||l.tagName==="H1"||l.tagName==="H2"||l.tagName==="H3"||l.tagName==="H4"||l.tagName==="H5"||l.tagName==="H6")&&this._isElementWithoutContent(l)){l=this._removeAndGetNext(l);continue}if(this.DEFAULT_TAGS_TO_SCORE.indexOf(l.tagName)!==-1&&u.push(l),l.tagName==="DIV"){for(var g=null,p=l.firstChild;p;){var f=p.nextSibling;if(this._isPhrasingContent(p))g!==null?g.appendChild(p):this._isWhitespace(p)||(g=a.createElement("p"),l.replaceChild(g,p),g.appendChild(p));else if(g!==null){for(;g.lastChild&&this._isWhitespace(g.lastChild);)g.removeChild(g.lastChild);g=null}p=f}if(this._hasSingleTagInsideElement(l,"P")&&this._getLinkDensity(l)<.25){var h=l.children[0];l.parentNode.replaceChild(h,l),l=h,u.push(l)}else this._hasChildBlockElement(l)||(l=this._setNodeTag(l,"P"),u.push(l))}l=this._getNextNode(l)}var y=[];this._forEachNode(u,function(ue){if(!(!ue.parentNode||typeof ue.parentNode.tagName>"u")){var De=this._getInnerText(ue);if(!(De.length<25)){var He=this._getNodeAncestors(ue,5);if(He.length!==0){var Fe=0;Fe+=1,Fe+=De.split(",").length,Fe+=Math.min(Math.floor(De.length/100),3),this._forEachNode(He,function(pe,Et){if(!(!pe.tagName||!pe.parentNode||typeof pe.parentNode.tagName>"u")){if(typeof pe.readability>"u"&&(this._initializeNode(pe),y.push(pe)),Et===0)var $t=1;else Et===1?$t=2:$t=Et*3;pe.readability.contentScore+=Fe/$t}})}}}});for(var C=[],b=0,v=y.length;bw.readability.contentScore){C.splice(P,0,S),C.length>this._nbTopCandidates&&C.pop();break}}}var E=C[0]||null,A=!1,D;if(E===null||E.tagName==="BODY"){for(E=a.createElement("DIV"),A=!0;r.firstChild;)this.log("Moving child out:",r.firstChild),E.appendChild(r.firstChild);r.appendChild(E),this._initializeNode(E)}else if(E){for(var T=[],N=1;N=.75&&T.push(this._getNodeAncestors(C[N]));var B=3;if(T.length>=B)for(D=E.parentNode;D.tagName!=="BODY";){for(var M=0,O=0;O=B){E=D;break}D=D.parentNode}E.readability||this._initializeNode(E),D=E.parentNode;for(var U=E.readability.contentScore,H=U/3;D.tagName!=="BODY";){if(!D.readability){D=D.parentNode;continue}var R=D.readability.contentScore;if(RU){E=D;break}U=D.readability.contentScore,D=D.parentNode}for(D=E.parentNode;D.tagName!="BODY"&&D.children.length==1;)E=D,D=E.parentNode;E.readability||this._initializeNode(E)}var k=a.createElement("DIV");o&&(k.id="readability-content");var _=Math.max(10,E.readability.contentScore*.2);D=E.parentNode;for(var F=D.children,q=0,z=F.length;q=_)K=!0;else if(V.nodeName==="P"){var te=this._getLinkDensity(V),Z=this._getInnerText(V),ce=Z.length;(ce>80&&te<.25||ce<80&&ce>0&&te===0&&Z.search(/\.( |$)/)!==-1)&&(K=!0)}}K&&(this.log("Appending node:",V),this.ALTER_TO_DIV_EXCEPTIONS.indexOf(V.nodeName)===-1&&(this.log("Altering sibling:",V,"to div."),V=this._setNodeTag(V,"DIV")),k.appendChild(V),F=D.children,q-=1,z-=1)}if(this._debug&&this.log("Article content pre-prep: "+k.innerHTML),this._prepArticle(k),this._debug&&this.log("Article content post-prep: "+k.innerHTML),A)E.id="readability-page-1",E.className="page";else{var he=a.createElement("DIV");for(he.id="readability-page-1",he.className="page";k.firstChild;)he.appendChild(k.firstChild);k.appendChild(he)}this._debug&&this.log("Article content after paging: "+k.innerHTML);var ae=!0,X=this._getInnerText(k,!0).length;if(X0&&r.length<100):!1},_unescapeHtmlEntities:function(r){if(!r)return r;var a=this.HTML_ESCAPE_MAP;return r.replace(/&(quot|amp|apos|lt|gt);/g,function(o,i){return a[i]}).replace(/&#(?:x([0-9a-z]{1,4})|([0-9]{1,4}));/gi,function(o,i,s){var u=parseInt(i||s,i?16:10);return String.fromCharCode(u)})},_getJSONLD:function(r){var a=this._getAllNodesWithTag(r,["script"]),o;return this._forEachNode(a,function(i){if(!o&&i.getAttribute("type")==="application/ld+json")try{var s=i.textContent.replace(/^\s*\s*$/g,""),u=JSON.parse(s);if(!u["@context"]||!u["@context"].match(/^https?\:\/\/schema\.org$/)||(!u["@type"]&&Array.isArray(u["@graph"])&&(u=u["@graph"].find(function(p){return(p["@type"]||"").match(this.REGEXPS.jsonLdArticleTypes)})),!u||!u["@type"]||!u["@type"].match(this.REGEXPS.jsonLdArticleTypes)))return;if(o={},typeof u.name=="string"&&typeof u.headline=="string"&&u.name!==u.headline){var l=this._getArticleTitle(),c=this._textSimilarity(u.name,l)>.75,g=this._textSimilarity(u.headline,l)>.75;g&&!c?o.title=u.headline:o.title=u.name}else typeof u.name=="string"?o.title=u.name.trim():typeof u.headline=="string"&&(o.title=u.headline.trim());u.author&&(typeof u.author.name=="string"?o.byline=u.author.name.trim():Array.isArray(u.author)&&u.author[0]&&typeof u.author[0].name=="string"&&(o.byline=u.author.filter(function(p){return p&&typeof p.name=="string"}).map(function(p){return p.name.trim()}).join(", "))),typeof u.description=="string"&&(o.excerpt=u.description.trim()),u.publisher&&typeof u.publisher.name=="string"&&(o.siteName=u.publisher.name.trim());return}catch(p){this.log(p.message)}}),o||{}},_getArticleMetadata:function(r){var a={},o={},i=this._doc.getElementsByTagName("meta"),s=/\s*(dc|dcterm|og|twitter)\s*:\s*(author|creator|description|title|site_name)\s*/gi,u=/^\s*(?:(dc|dcterm|og|twitter|weibo:(article|webpage))\s*[\.:]\s*)?(author|creator|description|title|site_name)\s*$/i;return this._forEachNode(i,function(l){var c=l.getAttribute("name"),g=l.getAttribute("property"),p=l.getAttribute("content");if(p){var f=null,h=null;g&&(f=g.match(s),f&&(h=f[0].toLowerCase().replace(/\s/g,""),o[h]=p.trim())),!f&&c&&u.test(c)&&(h=c,p&&(h=h.toLowerCase().replace(/\s/g,"").replace(/\./g,":"),o[h]=p.trim()))}}),a.title=r.title||o["dc:title"]||o["dcterm:title"]||o["og:title"]||o["weibo:article:title"]||o["weibo:webpage:title"]||o.title||o["twitter:title"],a.title||(a.title=this._getArticleTitle()),a.byline=r.byline||o["dc:creator"]||o["dcterm:creator"]||o.author,a.excerpt=r.excerpt||o["dc:description"]||o["dcterm:description"]||o["og:description"]||o["weibo:article:description"]||o["weibo:webpage:description"]||o.description||o["twitter:description"],a.siteName=r.siteName||o["og:site_name"],a.title=this._unescapeHtmlEntities(a.title),a.byline=this._unescapeHtmlEntities(a.byline),a.excerpt=this._unescapeHtmlEntities(a.excerpt),a.siteName=this._unescapeHtmlEntities(a.siteName),a},_isSingleImage:function(r){return r.tagName==="IMG"?!0:r.children.length!==1||r.textContent.trim()!==""?!1:this._isSingleImage(r.children[0])},_unwrapNoscriptImages:function(r){var a=Array.from(r.getElementsByTagName("img"));this._forEachNode(a,function(i){for(var s=0;s"u"?!0:a;var o=r.textContent.trim();return a?o.replace(this.REGEXPS.normalize," "):o},_getCharCount:function(r,a){return a=a||",",this._getInnerText(r).split(a).length-1},_cleanStyles:function(r){if(!(!r||r.tagName.toLowerCase()==="svg")){for(var a=0;a0&&s>o)return!1;if(r.parentNode.tagName===a&&(!i||i(r.parentNode)))return!0;r=r.parentNode,s++}return!1},_getRowAndColumnCount:function(r){for(var a=0,o=0,i=r.getElementsByTagName("tr"),s=0;s0){i._readabilityDataTable=!0;continue}var g=["col","colgroup","tfoot","thead","th"],p=function(h){return!!i.getElementsByTagName(h)[0]};if(g.some(p)){this.log("Data table because found data-y descendant"),i._readabilityDataTable=!0;continue}if(i.getElementsByTagName("table")[0]){i._readabilityDataTable=!1;continue}var f=this._getRowAndColumnCount(i);if(f.rows>=10||f.columns>4){i._readabilityDataTable=!0;continue}i._readabilityDataTable=f.rows*f.columns>10}},_fixLazyImages:function(r){this._forEachNode(this._getAllNodesWithTag(r,["img","picture","figure"]),function(a){if(a.src&&this.REGEXPS.b64DataUrl.test(a.src)){var o=this.REGEXPS.b64DataUrl.exec(a.src);if(o[1]==="image/svg+xml")return;for(var i=!1,s=0;si+=this._getInnerText(u,!0).length),i/o},_cleanConditionally:function(r,a){this._flagIsActive(this.FLAG_CLEAN_CONDITIONALLY)&&this._removeNodes(this._getAllNodesWithTag(r,[a]),function(o){var i=function(D){return D._readabilityDataTable},s=a==="ul"||a==="ol";if(!s){var u=0,l=this._getAllNodesWithTag(o,["ul","ol"]);this._forEachNode(l,D=>u+=this._getInnerText(D).length),s=u/this._getInnerText(o).length>.9}if(a==="table"&&i(o)||this._hasAncestorTag(o,"table",-1,i)||this._hasAncestorTag(o,"code"))return!1;var c=this._getClassWeight(o);this.log("Cleaning Conditionally",o);var g=0;if(c+g<0)return!0;if(this._getCharCount(o,",")<10){for(var p=o.getElementsByTagName("p").length,f=o.getElementsByTagName("img").length,h=o.getElementsByTagName("li").length-100,y=o.getElementsByTagName("input").length,C=this._getTextDensity(o,["h1","h2","h3","h4","h5","h6"]),b=0,v=this._getAllNodesWithTag(o,["object","embed","iframe"]),S=0;S1&&p/f<.5&&!this._hasAncestorTag(o,"figure")||!s&&h>p||y>Math.floor(p/3)||!s&&C<.9&&w<25&&(f===0||f>2)&&!this._hasAncestorTag(o,"figure")||!s&&c<25&&P>.2||c>=25&&P>.5||b===1&&w<75||b>1;if(s&&E){for(var A=0;A1)return E;let D=o.getElementsByTagName("li").length;if(f==D)return!1}return E}return!1})},_cleanMatchedNodes:function(r,a){for(var o=this._getNextNode(r,!0),i=this._getNextNode(r);i&&i!=o;)a.call(this,i,i.className+" "+i.id)?i=this._removeAndGetNext(i):i=this._getNextNode(i)},_cleanHeaders:function(r){let a=this._getAllNodesWithTag(r,["h1","h2"]);this._removeNodes(a,function(o){let i=this._getClassWeight(o)<0;return i&&this.log("Removing header with low class weight:",o),i})},_headerDuplicatesTitle:function(r){if(r.tagName!="H1"&&r.tagName!="H2")return!1;var a=this._getInnerText(r,!1);return this.log("Evaluating similarity of header:",a,this._articleTitle),this._textSimilarity(this._articleTitle,a)>.75},_flagIsActive:function(r){return(this._flags&r)>0},_removeFlag:function(r){this._flags=this._flags&~r},_isProbablyVisible:function(r){return(!r.style||r.style.display!="none")&&!r.hasAttribute("hidden")&&(!r.hasAttribute("aria-hidden")||r.getAttribute("aria-hidden")!="true"||r.className&&r.className.indexOf&&r.className.indexOf("fallback-image")!==-1)},parse:function(){if(this._maxElemsToParse>0){var r=this._doc.getElementsByTagName("*").length;if(r>this._maxElemsToParse)throw new Error("Aborting parsing document; "+r+" elements found")}this._unwrapNoscriptImages(this._doc);var a=this._disableJSONLD?{}:this._getJSONLD(this._doc);this._removeScripts(this._doc),this._prepDocument();var o=this._getArticleMetadata(a);this._articleTitle=o.title;var i=this._grabArticle();if(!i)return null;if(this.log("Grabbed: "+i.innerHTML),this._postProcessContent(i),!o.excerpt){var s=i.getElementsByTagName("p");s.length>0&&(o.excerpt=s[0].textContent.trim())}var u=i.textContent;return{title:this._articleTitle,byline:o.byline||this._articleByline,dir:this._articleDir,lang:this._articleLang,content:this._serializer(i),textContent:u,length:u.length,excerpt:o.excerpt,siteName:o.siteName||this._articleSiteName}}},typeof t=="object"&&(t.exports=n)}),Dx=Vd((e,t)=>{var n={unlikelyCandidates:/-ad-|ai2html|banner|breadcrumbs|combx|comment|community|cover-wrap|disqus|extra|footer|gdpr|header|legends|menu|related|remark|replies|rss|shoutbox|sidebar|skyscraper|social|sponsor|supplemental|ad-break|agegate|pagination|pager|popup|yom-remote/i,okMaybeItsACandidate:/and|article|body|column|content|main|shadow/i};function r(o){return(!o.style||o.style.display!="none")&&!o.hasAttribute("hidden")&&(!o.hasAttribute("aria-hidden")||o.getAttribute("aria-hidden")!="true"||o.className&&o.className.indexOf&&o.className.indexOf("fallback-image")!==-1)}function a(o,i={}){typeof i=="function"&&(i={visibilityChecker:i});var s={minScore:20,minContentLength:140,visibilityChecker:r};i=Object.assign(s,i);var u=o.querySelectorAll("p, pre, article"),l=o.querySelectorAll("div > br");if(l.length){var c=new Set(u);[].forEach.call(l,function(p){c.add(p.parentNode)}),u=Array.from(c)}var g=0;return[].some.call(u,function(p){if(!i.visibilityChecker(p))return!1;var f=p.className+" "+p.id;if(n.unlikelyCandidates.test(f)&&!n.okMaybeItsACandidate.test(f)||p.matches("li p"))return!1;var h=p.textContent.trim().length;return hi.minScore)})}typeof t=="object"&&(t.exports=a)}),J3=Vd((e,t)=>{var n=wx(),r=Dx();t.exports={Readability:n,isProbablyReaderable:r}}),Q3={};Ex(Q3,{Readability:()=>pl,default:()=>eh,isProbablyReaderable:()=>X3});var Z3=Y3(J3());Sx(Q3,Y3(J3()));var{Readability:pl,isProbablyReaderable:X3}=Z3,{default:G3,...kx}=Z3,eh=G3!==void 0?G3:kx;m();m();m();m();m();m();m();m();m();var th=Object.prototype.toString;function fl(e){switch(th.call(e)){case"[object Error]":case"[object Exception]":case"[object DOMException]":return!0;default:return xr(e,Error)}}function ws(e,t){return th.call(e)===`[object ${t}]`}function hl(e){return ws(e,"ErrorEvent")}function nh(e){return ws(e,"DOMException")}function Wr(e){return ws(e,"String")}function bl(e){return e===null||typeof e!="object"&&typeof e!="function"}function $r(e){return ws(e,"Object")}function Ds(e){return typeof Event<"u"&&xr(e,Event)}function rh(e){return!1}function ah(e){return ws(e,"RegExp")}function ks(e){return!!(e&&e.then&&typeof e.then=="function")}function oh(e){return $r(e)&&"nativeEvent"in e&&"preventDefault"in e&&"stopPropagation"in e}function ih(e){return typeof e=="number"&&e!==e}function xr(e,t){try{return e instanceof t}catch{return!1}}function As(e,t){try{let n=e,r=5,a=80,o=[],i=0,s=0,u=" > ",l=u.length,c;for(;n&&i++1&&s+o.length*l+c.length>=a));)o.push(c),s+=c.length,n=n.parentNode;return o.reverse().join(u)}catch{return""}}function Ax(e,t){let n=e,r=[],a,o,i,s,u;if(!n||!n.tagName)return"";r.push(n.tagName.toLowerCase());let l=t&&t.length?t.filter(g=>n.getAttribute(g)).map(g=>[g,n.getAttribute(g)]):null;if(l&&l.length)l.forEach(g=>{r.push(`[${g[0]}="${g[1]}"]`)});else if(n.id&&r.push(`#${n.id}`),a=n.className,a&&Wr(a))for(o=a.split(/\s+/),u=0;u{let o=n[a]&&n[a].__sentry_original__;a in console&&o&&(r[a]=n[a],n[a]=o)});try{return e()}finally{Object.keys(r).forEach(a=>{n[a]=r[a]})}}function uh(){let e=!1,t={enable:()=>{e=!0},disable:()=>{e=!1}};return!1?Ls.forEach(n=>{t[n]=(...r)=>{e&&Gd(()=>{})}}):Ls.forEach(n=>{t[n]=()=>{}}),t}var rt;!1?rt=ri("logger",uh):rt=uh();m();m();function yl(e,t=0){return typeof e!="string"||t===0||e.length<=t?e:`${e.substr(0,t)}...`}function Yd(e,t){if(!Array.isArray(e))return"";let n=[];for(let r=0;r"}}function ch(e){if(typeof e=="object"&&e!==null){let t={};for(let n in e)Object.prototype.hasOwnProperty.call(e,n)&&(t[n]=e[n]);return t}else return{}}function dh(e,t=40){let n=Object.keys(Zd(e));if(n.sort(),!n.length)return"[object has no keys]";if(n[0].length>=t)return yl(n[0],t);for(let r=n.length;r>0;r--){let a=n.slice(0,r).join(", ");if(!(a.length>t))return r===n.length?a:yl(a,t)}return""}function _s(e){return Jd(e,new Map)}function Jd(e,t){if($r(e)){let n=t.get(e);if(n!==void 0)return n;let r={};t.set(e,r);for(let a of Object.keys(e))typeof e[a]<"u"&&(r[a]=Jd(e[a],t));return r}if(Array.isArray(e)){let n=t.get(e);if(n!==void 0)return n;let r=[];return t.set(e,r),e.forEach(a=>{r.push(Jd(a,t))}),r}return e}m();var _x=50;function gh(...e){let t=e.sort((n,r)=>n[0]-r[0]).map(n=>n[1]);return(n,r=0)=>{let a=[];for(let o of n.split(` `).slice(r))for(let i of t){let s=i(o);if(s){a.push(s);break}}return Mx(a)}}function Mx(e){if(!e.length)return[];let t=e,n=t[0].function||"",r=t[t.length-1].function||"";return(n.indexOf("captureMessage")!==-1||n.indexOf("captureException")!==-1)&&(t=t.slice(1)),r.indexOf("sentryWrapped")!==-1&&(t=t.slice(0,-1)),t.slice(0,_x).map(a=>({...a,filename:a.filename||t[0].filename,function:a.function||"?"})).reverse()}var Xd="";function cr(e){try{return!e||typeof e!="function"?Xd:e.name||Xd}catch{return Xd}}m();function mh(){return!0}var Vr=Dt(),Ms={},ph={};function Px(e){if(!ph[e])switch(ph[e]=!0,e){case"console":Fx();break;case"fetch":Bx();break;case"error":Ox();break;case"unhandledrejection":Nx();break;default:!1&&rt.warn("unknown instrumentation type:",e);return}}function Er(e,t){Ms[e]=Ms[e]||[],Ms[e].push(t),Px(e)}function oi(e,t){if(!(!e||!Ms[e]))for(let n of Ms[e]||[])try{n(t)}catch(r){!1&&rt.error(`Error while triggering instrumentation handler. Type: ${e} Name: ${cr(n)} @@ -4961,7 +4961,7 @@ Event: ${fa(e)}`),!0):eE(e,t.denyUrls)?(!1&&rt.warn(`Event dropped due to being Event: ${fa(e)}. Url: ${wl(e)}`),!0):tE(e,t.allowUrls)?!1:(!1&&rt.warn(`Event dropped due to not being matched by \`allowUrls\` option. Event: ${fa(e)}. -Url: ${wl(e)}`),!0)}function Xx(e,t){return!t||!t.length?!1:nE(e).some(n=>t.some(r=>Cl(n,r)))}function eE(e,t){if(!t||!t.length)return!1;let n=wl(e);return n?t.some(r=>Cl(n,r)):!1}function tE(e,t){if(!t||!t.length)return!0;let n=wl(e);return n?t.some(r=>Cl(n,r)):!0}function nE(e){if(e.message)return[e.message];if(e.exception)try{let{type:t="",value:n=""}=e.exception.values&&e.exception.values[0]||{};return[`${n}`,`${t}: ${n}`]}catch{return!1&&rt.error(`Cannot extract message for event ${fa(e)}`),[]}return[]}function rE(e){try{return e.exception.values[0].type==="SentryError"}catch{}return!1}function aE(e=[]){for(let t=e.length-1;t>=0;t--){let n=e[t];if(n&&n.filename!==""&&n.filename!=="[native code]")return n.filename||null}return null}function wl(e){try{let t;try{t=e.exception.values[0].stacktrace.frames}catch{}return t?aE(t):null}catch{return!1&&rt.error(`Cannot extract url for event ${fa(e)}`),null}}m();m();function gg(e,t){let n=mg(e,t),r={type:t&&t.name,value:gE(t)};return n.length&&(r.stacktrace={frames:n}),r.type===void 0&&r.value===""&&(r.value="Unrecoverable error caught"),r}function lE(e,t,n,r){let a={exception:{values:[{type:Ds(t)?t.constructor.name:r?"UnhandledRejection":"Error",value:`Non-Error ${r?"promise rejection":"exception"} captured with keys: ${dh(t)}`}]},extra:{__serialized__:ag(t)}};if(n){let o=mg(e,n);o.length&&(a.exception.values[0].stacktrace={frames:o})}return a}function dg(e,t){return{exception:{values:[gg(e,t)]}}}function mg(e,t){let n=t.stacktrace||t.stack||"",r=dE(t);try{return e(n,r)}catch{}return[]}var cE=/Minified React error #\d+;/i;function dE(e){if(e){if(typeof e.framesToPop=="number")return e.framesToPop;if(cE.test(e.message))return 1}return 0}function gE(e){let t=e&&e.message;return t?t.error&&typeof t.error.message=="string"?t.error.message:t:"No error message"}function pg(e,t,n,r,a){let o;if(hl(t)&&t.error)return dg(e,t.error);if(nh(t)){let i=t;if("stack"in t)o=dg(e,t);else{let s=i.name||"DOMException",u=i.message?`${s}: ${i.message}`:s;o=jh(e,u,n,r),Ps(o,u)}return"code"in i&&(o.tags={...o.tags,"DOMException.code":`${i.code}`}),o}return fl(t)?dg(e,t):$r(t)||Ds(t)?(o=lE(e,t,n,a),so(o,{synthetic:!0}),o):(o=jh(e,t,n,r),Ps(o,`${t}`,void 0),so(o,{synthetic:!0}),o)}function jh(e,t,n,r){let a={message:t};if(r&&n){let o=mg(e,n);o.length&&(a.exception={values:[{value:t,stacktrace:{frames:o}}]})}return a}m();var Hh="Breadcrumbs",lo=class e{static id=Hh;name=e.id;options;constructor(t){this.options={console:!0,dom:!0,fetch:!0,history:!0,sentry:!0,xhr:!0,...t}}setupOnce(){this.options.console&&Er("console",pE),this.options.dom&&Er("dom",mE(this.options.dom)),this.options.xhr&&Er("xhr",fE),this.options.fetch&&Er("fetch",hE),this.options.history&&Er("history",bE)}};function mE(e){function t(n){let r,a=typeof e=="object"?e.serializeAttribute:void 0;typeof a=="string"&&(a=[a]);try{r=n.event.target?As(n.event.target,a):As(n.event,a)}catch{r=""}r.length!==0&&bt().addBreadcrumb({category:`ui.${n.name}`,message:r},{event:n.event,name:n.name,global:n.global})}return t}function pE(e){let t={category:"console",data:{arguments:e.args,logger:"console"},level:yh(e.level),message:Yd(e.args," ")};if(e.level==="assert")if(e.args[0]===!1)t.message=`Assertion failed: ${Yd(e.args.slice(1)," ")||"console.assert"}`,t.data.arguments=e.args.slice(1);else return;bt().addBreadcrumb(t,{input:e.args,level:e.level})}function fE(e){if(e.endTimestamp){if(e.xhr.__sentry_own_request__)return;let{method:t,url:n,status_code:r,body:a}=e.xhr.__sentry_xhr__||{};bt().addBreadcrumb({category:"xhr",data:{method:t,url:n,status_code:r},type:"http"},{xhr:e.xhr,input:a});return}}function hE(e){e.endTimestamp&&(e.fetchData.url.match(/sentry_key/)&&e.fetchData.method==="POST"||(e.error?bt().addBreadcrumb({category:"fetch",data:e.fetchData,level:"error",type:"http"},{data:e.error,input:e.args}):bt().addBreadcrumb({category:"fetch",data:{...e.fetchData,status_code:e.response.status},type:"http"},{input:e.args,response:e.response})))}function bE(e){let t=Dt(),n=e.from,r=e.to,a=vl(t.location.href),o=vl(n),i=vl(r);o.path||(o=a),a.protocol===i.protocol&&a.host===i.host&&(r=i.relative),a.protocol===o.protocol&&a.host===o.host&&(n=o.relative),bt().addBreadcrumb({category:"navigation",data:{from:n,to:r}})}m();var QO=Dt();var dN=Dt();m();m();m();var Dl="?";var yE=30,CE=40,TE=50;function fg(e,t,n,r){let a={filename:e,function:t,in_app:!0};return n!==void 0&&(a.lineno=n),r!==void 0&&(a.colno=r),a}var vE=/^\s*at (?:(.*?) ?\((?:address at )?)?((?:file|https?|blob|chrome-extension|address|native|eval|webpack||[-a-z]+:|.*bundle|\/).*?)(?::(\d+))?(?::(\d+))?\)?\s*$/i,xE=/\((\S*)(?::(\d+))(?::(\d+))\)/,EE=e=>{let t=vE.exec(e);if(t){if(t[2]&&t[2].indexOf("eval")===0){let o=xE.exec(t[2]);o&&(t[2]=o[1],t[3]=o[2],t[4]=o[3])}let[r,a]=Gh(t[1]||Dl,t[2]);return fg(a,r,t[3]?+t[3]:void 0,t[4]?+t[4]:void 0)}},qh=[yE,EE],SE=/^\s*(.*?)(?:\((.*?)\))?(?:^|@)?((?:file|https?|blob|chrome|webpack|resource|moz-extension|capacitor).*?:\/.*?|\[native code\]|[^@]*(?:bundle|\d+\.js)|\/[\w\-. /=]+)(?::(\d+))?(?::(\d+))?\s*$/i,wE=/(\S+) line (\d+)(?: > eval line \d+)* > eval/i,DE=e=>{let t=SE.exec(e);if(t){if(t[3]&&t[3].indexOf(" > eval")>-1){let o=wE.exec(t[3]);o&&(t[1]=t[1]||"eval",t[3]=o[1],t[4]=o[2],t[5]="")}let r=t[3],a=t[1]||Dl;return[a,r]=Gh(a,r),fg(r,a,t[4]?+t[4]:void 0,t[5]?+t[5]:void 0)}},Wh=[TE,DE],kE=/^\s*at (?:((?:\[object object\])?.+) )?\(?((?:file|ms-appx|https?|webpack|blob):.*?):(\d+)(?::(\d+))?\)?\s*$/i,AE=e=>{let t=kE.exec(e);return t?fg(t[2],t[1]||Dl,+t[3],t[4]?+t[4]:void 0):void 0},$h=[CE,AE];var Vh=[qh,Wh,$h],Kh=gh(...Vh),Gh=(e,t)=>{let n=e.indexOf("safari-extension")!==-1,r=e.indexOf("safari-web-extension")!==-1;return n||r?[e.indexOf("@")!==-1?e.split("@")[0]:Dl,n?`safari-extension:${t}`:`safari-web-extension:${t}`]:[e,t]};m();m();var hg=0;function bg(){return hg>0}function LE(){hg+=1,setTimeout(()=>{hg-=1})}function Ca(e,t={},n){if(typeof e!="function")return e;try{let a=e.__sentry_wrapped__;if(a)return a;if(ai(e))return e}catch{return e}let r=function(){let a=Array.prototype.slice.call(arguments);try{n&&typeof n=="function"&&n.apply(this,arguments);let o=a.map(i=>Ca(i,t));return e.apply(this,o)}catch(o){throw LE(),Is(i=>{i.addEventProcessor(s=>(t.mechanism&&(Ps(s,void 0,void 0),so(s,t.mechanism)),s.extra={...s.extra,arguments:a},s)),Rs(o)}),o}};try{for(let a in e)Object.prototype.hasOwnProperty.call(e,a)&&(r[a]=e[a])}catch{}Qd(r,e),Tl(e,"__sentry_wrapped__",r);try{Object.getOwnPropertyDescriptor(r,"name").configurable&&Object.defineProperty(r,"name",{get(){return e.name}})}catch{}return r}var yg={};Nc(yg,{Breadcrumbs:()=>lo,Dedupe:()=>po,GlobalHandlers:()=>Kr,HttpContext:()=>mo,LinkedErrors:()=>go,TryCatch:()=>co});m();m();var Kr=class e{static id="GlobalHandlers";name=e.id;_options;_installFunc={onerror:_E,onunhandledrejection:ME};constructor(t){this._options={onerror:!0,onunhandledrejection:!0,...t}}setupOnce(){let t=this._options;for(let n in t){let r=this._installFunc[n];r&&t[n]&&(BE(n),r(),this._installFunc[n]=void 0)}}};function _E(){Er("error",e=>{let[t,n,r]=Qh();if(!t.getIntegration(Kr))return;let{msg:a,url:o,line:i,column:s,error:u}=e;if(bg()||u&&u.__sentry_own_request__)return;let l=u===void 0&&Wr(a)?FE(a,o,i,s):Yh(pg(n,u||a,void 0,r,!1),o,i,s);l.level="error",Jh(t,u,l,"onerror")})}function ME(){Er("unhandledrejection",e=>{let[t,n,r]=Qh();if(!t.getIntegration(Kr))return;let a=e;try{"reason"in e?a=e.reason:"detail"in e&&"reason"in e.detail&&(a=e.detail.reason)}catch{}if(bg()||a&&a.__sentry_own_request__)return!0;let o=bl(a)?PE(a):pg(n,a,void 0,r,!0);o.level="error",Jh(t,a,o,"onunhandledrejection")})}function PE(e){return{exception:{values:[{type:"UnhandledRejection",value:`Non-Error promise rejection captured with value: ${String(e)}`}]}}}function FE(e,t,n,r){let a=/^(?:[Uu]ncaught (?:exception: )?)?(?:((?:Eval|Internal|Range|Reference|Syntax|Type|URI|)Error): )?(.*)$/i,o=hl(e)?e.message:e,i="Error",s=o.match(a);return s&&(i=s[1],o=s[2]),Yh({exception:{values:[{type:i,value:o}]}},t,n,r)}function Yh(e,t,n,r){let a=e.exception=e.exception||{},o=a.values=a.values||[],i=o[0]=o[0]||{},s=i.stacktrace=i.stacktrace||{},u=s.frames=s.frames||[],l=isNaN(parseInt(r,10))?void 0:r,c=isNaN(parseInt(n,10))?void 0:n,g=Wr(t)&&t.length>0?t:sh();return u.length===0&&u.push({colno:l,filename:g,function:"?",in_app:!0,lineno:c}),e}function BE(e){!1&&rt.log(`Global Handler attached: ${e}`)}function Jh(e,t,n,r){so(n,{handled:!1,type:r}),e.captureEvent(n,{originalException:t})}function Qh(){let e=bt(),t=e.getClient(),n=t&&t.getOptions()||{stackParser:()=>[],attachStacktrace:!1};return[e,n.stackParser,n.attachStacktrace]}m();var RE=["EventTarget","Window","Node","ApplicationCache","AudioTrackList","ChannelMergerNode","CryptoOperation","EventSource","FileReader","HTMLUnknownElement","IDBDatabase","IDBRequest","IDBTransaction","KeyOperation","MediaController","MessagePort","ModalWindow","Notification","SVGElementInstance","Screen","TextTrack","TextTrackCue","TextTrackList","WebSocket","WebSocketWorker","Worker","XMLHttpRequest","XMLHttpRequestEventTarget","XMLHttpRequestUpload"],co=class e{static id="TryCatch";name=e.id;_options;constructor(t){this._options={XMLHttpRequest:!0,eventTarget:!0,requestAnimationFrame:!0,setInterval:!0,setTimeout:!0,...t}}setupOnce(){let t=Dt();this._options.setTimeout&&lr(t,"setTimeout",Zh),this._options.setInterval&&lr(t,"setInterval",Zh),this._options.requestAnimationFrame&&lr(t,"requestAnimationFrame",IE),this._options.XMLHttpRequest&&"XMLHttpRequest"in t&&lr(XMLHttpRequest.prototype,"send",OE);let n=this._options.eventTarget;n&&(Array.isArray(n)?n:RE).forEach(NE)}};function Zh(e){return function(...t){let n=t[0];return t[0]=Ca(n,{mechanism:{data:{function:cr(e)},handled:!0,type:"instrument"}}),e.apply(this,t)}}function IE(e){return function(t){return e.apply(this,[Ca(t,{mechanism:{data:{function:"requestAnimationFrame",handler:cr(e)},handled:!0,type:"instrument"}})])}}function OE(e){return function(...t){let n=this;return["onload","onerror","onprogress","onreadystatechange"].forEach(a=>{a in n&&typeof n[a]=="function"&&lr(n,a,function(o){let i={mechanism:{data:{function:a,handler:cr(o)},handled:!0,type:"instrument"}},s=ai(o);return s&&(i.mechanism.data.handler=cr(s)),Ca(o,i)})}),e.apply(this,t)}}function NE(e){let t=Dt(),n=t[e]&&t[e].prototype;!n||!n.hasOwnProperty||!n.hasOwnProperty("addEventListener")||(lr(n,"addEventListener",function(r){return function(a,o,i){try{typeof o.handleEvent=="function"&&(o.handleEvent=Ca(o.handleEvent,{mechanism:{data:{function:"handleEvent",handler:cr(o),target:e},handled:!0,type:"instrument"}}))}catch{}let s=Ca(o,{mechanism:{data:{function:"addEventListener",handler:cr(o),target:e},handled:!0,type:"instrument"}}),u=[a,s,i];return r.apply(this,u)}}),lr(n,"removeEventListener",function(r){return function(a,o,i){let s=o;try{let u=s&&s.__sentry_wrapped__;u&&r.call(this,a,u,i)}catch{}return r.call(this,a,s,i)}}))}m();var UE="cause",jE=5,go=class e{static id="LinkedErrors";name=e.id;_key;_limit;constructor(t={}){this._key=t.key||UE,this._limit=t.limit||jE}setupOnce(){let t=bt().getClient();t&&ba((n,r)=>{let a=bt().getIntegration(e);return a?HE(t.getOptions().stackParser,a._key,a._limit,n,r):n})}};function HE(e,t,n,r,a){if(!r.exception||!r.exception.values||!a||!xr(a.originalException,Error))return r;let o=Xh(e,n,a.originalException,t);return r.exception.values=[...o,...r.exception.values],r}function Xh(e,t,n,r,a=[]){if(!xr(n[r],Error)||a.length+1>=t)return a;let o=gg(e,n[r]);return Xh(e,t,n[r],r,[o,...a])}m();var e2=Dt(),mo=class e{static id="HttpContext";name=e.id;setupOnce(){ba(t=>{if(bt().getIntegration(e)){if(!navigator&&!location&&!e2.document)return t;let n=t.request&&t.request.url||location&&location.href,{referrer:r}=e2.document||{},{userAgent:a}=navigator||{},o={...t.request&&t.request.headers,...r&&{Referer:r},...a&&{"User-Agent":a}},i={...n&&{url:n},headers:o};return{...t,request:i}}return t})}};m();var po=class e{static id="Dedupe";name=e.id;_previousEvent;setupOnce(t,n){let r=a=>{let o=n().getIntegration(e);if(o){try{if(zE(a,o._previousEvent))return!1&&rt.warn("Event dropped due to being a duplicate of previously captured event."),null}catch{return o._previousEvent=a}return o._previousEvent=a}return a};r.id=this.name,t(r)}};function zE(e,t){return t?!!(qE(e,t)||WE(e,t)):!1}function qE(e,t){let n=e.message,r=t.message;return!(!n&&!r||n&&!r||!n&&r||n!==r||!a2(e,t)||!r2(e,t))}function WE(e,t){let n=t2(t),r=t2(e);return!(!n||!r||n.type!==r.type||n.value!==r.value||!a2(e,t)||!r2(e,t))}function r2(e,t){let n=n2(e),r=n2(t);if(!n&&!r)return!0;if(n&&!r||!n&&r||(n=n,r=r,r.length!==n.length))return!1;for(let a=0;a"u"&&typeof Deno<"u"?Deno.env.toObject():E}var Se=Pe();function me(){return Se.IMMERSIVE_TRANSLATE_USERSCRIPT==="1"}function i2(){return Se.BETA==="1"}function gn(){return Se.PROD==="1"}function Jn(){return Se.PROD_API==="1"}function s2(){return Se.HAS_CSP_ERROR=="1"}function $e(){if(Se.IMMERSIVE_TRANSLATE_SAFARI==="1")return!0;if(typeof globalThis.immersiveTranslateBrowserAPI<"u"&&globalThis.immersiveTranslateBrowserAPI.runtime&&globalThis.immersiveTranslateBrowserAPI.runtime.getManifest){let t=globalThis.immersiveTranslateBrowserAPI.runtime.getManifest();return!!(t&&t._isSafari)}else return!1}function ci(){return Se.IMMERSIVE_TRANSLATE_SAFARI==="1"}function kl(){return typeof Deno<"u"}var cj=Pe().PROD==="1",di=Pe().PROD!=="1";function Al(){return typeof globalThis.__IS_IMMERSIVE_TRANSLATE_WEB_OPTIONS_PAGE__<"u"}function Os(){if(typeof globalThis.immersiveTranslateBrowserAPI<"u"&&globalThis.immersiveTranslateBrowserAPI.runtime&&globalThis.immersiveTranslateBrowserAPI.runtime.getManifest){let e=globalThis.immersiveTranslateBrowserAPI.runtime.getManifest();return!!(e&&(e._isUserscript||e._isSafari))}else return!1}m();var u2={nologin:"\u672A\u767B\u5F55",loginForSafari:"\u767B\u5F55\u6216\u6CE8\u518C",login:"\u767B\u5F55\u540E\u53EF\u5F00\u901A\u4F1A\u5458",goLogin:"\u53BB\u767B\u5F55",manageAccount:"\u7BA1\u7406\u8D26\u6237",openPremium:"\u5F00\u901A\u4F1A\u5458",logout:"\u9000\u51FA",curentPlan:"\u5F53\u524D\u5957\u9910",endAt:"\u5230\u671F",endAuto:"\u81EA\u52A8\u7EED\u671F",lineBreakMaxTextCount:"\u6362\u884C\u540E\uFF0C\u6BCF\u53E5\u8BDD\u5141\u8BB8\u7684\u6700\u5927\u5B57\u7B26\u6570\u91CF","translate-pdf":"\u70B9\u51FB\u7FFB\u8BD1 PDF","noSupportTranslate-pdf":"\u811A\u672C\u4E0D\u652F\u6301\u8BF7\u4F7F\u7528\u63D2\u4EF6","translate-firefox-local-pdf":"\u70B9\u51FB\u53BB\u5BFC\u5165PDF",enableLineBreak:"\u5F00\u542F\u957F\u6BB5\u843D\u81EA\u52A8\u6362\u884C",sponsorLabel:"$1 \u8D77\u8D5E\u52A9\u5F00\u53D1\u8005",help:"\u5E2E\u52A9",enableLineBreakDescription:"\u5F00\u542F\u540E\uFF0C\u5C06\u4F1A\u5728\u957F\u6BB5\u843D\u4E2D\u6BCF\u53E5\u8BDD\u7ED3\u675F\u63D2\u5165\u6362\u884C\u7B26\uFF0C\u4EE5\u4FBF\u4E8E\u9605\u8BFB","browser.shortBrandName":"\u6C89\u6D78\u5F0F\u7FFB\u8BD1","browser.brandName":"\u6C89\u6D78\u5F0F\u7FFB\u8BD1 - \u7F51\u9875\u7FFB\u8BD1\u63D2\u4EF6 | PDF\u7FFB\u8BD1 | \u514D\u8D39","browser.brandDescription":"\u3010\u6C89\u6D78\u5F0F\u7FFB\u8BD1\u3011\u4E00\u6B3E\u514D\u8D39\u7684\uFF08\u539F\u6587/\u8BD1\u6587\uFF09\u53CC\u8BED\u5BF9\u7167\u7F51\u9875\u7FFB\u8BD1\u63D2\u4EF6\uFF0C\u540C\u65F6\u652F\u6301PDF\u7FFB\u8BD1\uFF08\u4FDD\u7559\u539F\u6587\u6863\u6392\u7248\uFF09\uFF0C\u89C6\u9891\u53CC\u8BED\u5B57\u5E55\u7FFB\u8BD1\uFF08Youtube, Netflix\u7B49\uFF09\uFF0CEPUB\u7535\u5B50\u4E66\u7FFB\u8BD1\u7B49\uFF1B\u652F\u6301\u8C03\u7528\u4EBA\u5DE5\u667A\u80FDAI\u7FFB\u8BD1\u5927\u6A21\u578B\uFF08OpenAI (ChatGPT)\u3001DeepL\u3001Gemini(Bard) \u7B49 \uFF09\u5BF9\u4EE5\u4E0A\u5185\u5BB9\u8FDB\u884C\u66F4\u51C6\u786E\u7684\u7FFB\u8BD1\uFF1B","browser.brandDescriptionForSafari":"\u3010\u6C89\u6D78\u5F0F\u7FFB\u8BD1\u3011\u4E00\u6B3E\u514D\u8D39\u7684\uFF08\u539F\u6587/\u8BD1\u6587\uFF09\u53CC\u8BED\u5BF9\u7167\u7F51\u9875\u7FFB\u8BD1\u63D2\u4EF6\uFF0C\u540C\u65F6\u652F\u6301PDF\u7FFB\u8BD1\u548CEPUB\u7535\u5B50\u4E66\u7FFB\u8BD1\u4E14\u4FDD\u7559\u539F\u6587\u6863\u6392\u7248\uFF0CYoutube/Netflix\u7B49\u5728\u7EBF\u89C6\u9891\u53CC\u8BED\u5B57\u5E55\u7FFB\u8BD1\uFF0C\u652F\u6301Deepl/Google\u7B49\u4E3B\u6D41\u7FFB\u8BD1\u670D\u52A1;","browser.toggleTranslatePage":"\u7FFB\u8BD1\u7F51\u9875/\u663E\u793A\u539F\u6587","browser.toggleTranslateTheWholePage":"\u7FFB\u8BD1\u9875\u9762\u5168\u90E8\u533A\u57DF/\u663E\u793A\u539F\u6587","browser.toggleTranslateToThePageEndImmediately":"\u7ACB\u5373\u7FFB\u8BD1\u5230\u9875\u9762\u5E95\u90E8/\u663E\u793A\u539F\u6587","browser.toggleTranslateTheMainPage":"\u7FFB\u8BD1\u9875\u9762\u4E3B\u8981\u533A\u57DF/\u663E\u793A\u539F\u6587","browser.shareToDraft":"\u751F\u6210\u7F51\u9875\u5FEB\u7167","browser.openOptionsPage":"\u6253\u5F00\u8BBE\u7F6E\u9875","browser.translateLocalPdfFile":"\u7FFB\u8BD1\u672C\u5730 PDF \u6587\u4EF6","browser.openEbookViewer":"\u9605\u8BFB\u672C\u5730\u7535\u5B50\u4E66","browser.openEbookBuilder":"\u5236\u4F5C\u53CC\u8BED EPUB \u7535\u5B50\u4E66","browser.translateLocalHtmlFile":"\u7FFB\u8BD1 HTML/txt \u6587\u4EF6","browser.donateContext":"\u4E86\u89E3\u8D5E\u52A9\u798F\u5229","browser.translateLocalSubtitleFile":"\u7FFB\u8BD1\u672C\u5730\u5B57\u5E55\u6587\u4EF6",confirmResetConfig:"\u4F60\u786E\u5B9A\u8981\u91CD\u7F6E\u8BBE\u7F6E\u5417\uFF1F",translationLineBreakSettingTitle:"\u8BD1\u6587\u6362\u884C\u8BBE\u7F6E",smartLineBreak:"\u667A\u80FD\u6362\u884C",alwaysLineBreak:"\u603B\u662F\u6362\u884C",isShowContextMenu:"\u5C06\u7FFB\u8BD1\u7F51\u9875\u52A0\u5165\u53F3\u952E\u83DC\u5355\u9879",toggleBeta:"\u5F00\u542F Beta \u6D4B\u8BD5\u7279\u6027",betaDescription:"\u542F\u7528\u4ECD\u5728\u5B9E\u9A8C\u6027\u7684\u529F\u80FD\uFF0C\u4EE5\u53CA\u6D4B\u8BD5\u4E2D\u7684\u7FFB\u8BD1\u670D\u52A1\u3002\u52A0\u5165 <1>Telegram \u7FA4\u7EC4\u4E86\u89E3\u66F4\u591A\u3002",translationLineBreakSettingDescription:"\u603B\u662F\u6362\u884C\u9002\u7528\u4E8E\u8F83\u5C11\u5185\u5BB9\u7684\u7248\u9762\uFF0C\u66F4\u6574\u9F50\u3002\uFF08\u5728\u5185\u5BB9\u8F83\u591A\u7684\u957F\u6BB5\u843D(\u8D85\u8FC7{count}\u4E2A\u5B57\u7B26) \u4F7F\u7528\u667A\u80FD\u6362\u884C\uFF0C\u66F4\u7701\u7A7A\u95F4\uFF09",tempTranslateDomainTitle:"\u4E34\u65F6\u5F00\u542F\u7F51\u7AD9\u7FFB\u8BD1\u7684\u65F6\u957F",tempTranslateDomainDescription:"\u5F53\u624B\u52A8\u7FFB\u8BD1\u67D0\u4E2A\u7F51\u9875\u7684\u65F6\u5019\uFF0C\u4E34\u65F6\u5F00\u542F\u8BE5\u7F51\u7AD9\u4E3A\u81EA\u52A8\u7FFB\u8BD1\uFF0C\u53EF\u8BBE\u7F6E\u4E34\u65F6\u65F6\u957F",xMinutes:"{count} \u5206\u949F",disabled:"\u7981\u7528",changelog:"\u66F4\u65B0\u65E5\u5FD7",toggleTranslatePageWhenThreeFingersOnTheScreen:"\u591A\u6307\u540C\u65F6\u89E6\u6478\u5C4F\u5E55\u5219\u7FFB\u8BD1\u7F51\u9875/\u663E\u793A\u539F\u6587",toggleTranslationMaskWhenThreeFingersOnTheScreen:"\u591A\u6307\u540C\u65F6\u89E6\u6478\u5219\u663E\u793A/\u9690\u85CF\u8BD1\u6587\u6A21\u7CCA\u6548\u679C",addUrlDescription:"\u53EF\u4EE5\u4E3A\u57DF\u540D\uFF0C\u540C\u65F6\u652F\u6301\u901A\u914D\u7B26\uFF0C\u5982\uFF1A*.google.com, google.com/mail/*, https://www.google.com/*",general:"\u57FA\u672C\u8BBE\u7F6E",clickToExpandConfig:"\u5C55\u5F00\u5F53\u524D\u914D\u7F6E",import:"\u4ECE\u6587\u4EF6\u5BFC\u5165",export:"\u5BFC\u51FA\u5230\u6587\u4EF6",toggleDebug:"\u5728\u63A7\u5236\u53F0\u6253\u5370\u8C03\u8BD5\u65E5\u5FD7",mouseHoldKey:"+ {key} \u7FFB\u8BD1/\u8FD8\u539F\u8BE5\u6BB5",mouseHoldKeyAuto:"\u76F4\u63A5\u7FFB\u8BD1\u8BE5\u6BB5",mouseHoldKeyOff:"\u4E0D\u505A\u4EFB\u4F55\u4E8B\u60C5",mouseHoldKeyOther:"\u81EA\u5B9A\u4E49\u5FEB\u6377\u952E(\u6253\u5F00\u8BBE\u7F6E)",mouseHoldKeyCustomKey:"{key} \u7FFB\u8BD1/\u8FD8\u539F\u8BE5\u6BB5","mouse-translate":"\u9F20\u6807\u60AC\u505C",document:"\u4F7F\u7528\u6559\u7A0B",resetSuccess:"\u91CD\u7F6E\u6240\u6709\u8BBE\u7F6E\u6210\u529F",resetThisSuccess:"\u91CD\u7F6E\u6210\u529F",saved:"\u4FDD\u5B58\u6210\u529F",successImportConfig:"\u6210\u529F\u5BFC\u5165\u914D\u7F6E",goAdvancedSettings:"\u53BB\u8FDB\u9636\u8BBE\u7F6E\u9875",goAdvancedInterfaceSettings:"\u53BB\u9AD8\u7EA7\u81EA\u5B9A\u4E49\u8BBE\u7F6E\u9875\u9762",advanced:"\u8FDB\u9636\u8BBE\u7F6E",advancedDescription:"\u4E00\u822C\u65E0\u9700\u8BBE\u7F6E\uFF0C\u4FDD\u6301\u9ED8\u8BA4\u5373\u53EF\u3002\u4EC5\u5BF9\u4E8E\u66F4\u4E13\u4E1A\u7684\u7528\u6237\uFF0C\u63D0\u4F9B\u66F4\u4E2A\u6027\u5316\u7684\u8BBE\u7F6E\u9879\u3002",developer:"\u5F00\u53D1\u8005\u8BBE\u7F6E",donateCafe:"\u4EF7\u683C","translate to the bottom of the page":"\u8FDB\u5165\u7F51\u9875\u540E\uFF0C\u662F\u5426\u7ACB\u5373\u7FFB\u8BD1\u5230\u9875\u9762\u5E95\u90E8\uFF1F",feedback:"\u95EE\u9898\u53CD\u9988",toggleTranslatePage:"\u7FFB\u8BD1\u7F51\u9875/\u663E\u793A\u539F\u6587",translateToThePageEndImmediatelyDescription:"\u5F00\u542F\u540E\uFF0C\u8FDB\u5165\u7F51\u9875\u5C06\u7ACB\u5373\u7FFB\u8BD1\u4ECE\u9876\u90E8\u5230\u5E95\u90E8\u7684\u5185\u5BB9\u3002\u5173\u95ED\u5219\u8FB9\u770B\u8FB9\u8BD1\u3002\uFF08\u4E0D\u63A8\u8350\u5F00\u542F\uFF09","translate all areas of the page":"\u662F\u5426\u7FFB\u8BD1\u7F51\u9875\u6240\u6709\u533A\u57DF",translationAreaDescription:"\u5F00\u542F\u540E\uFF0C\u6574\u4E2A\u7F51\u9875\u7684\u6240\u6709\u533A\u57DF\u90FD\u4F1A\u88AB\u7FFB\u8BD1\u3002\u5173\u95ED\u5219\u4F7F\u7528\u9ED8\u8BA4\u7684\u667A\u80FD\u8BC6\u522B\uFF0C\u4EC5\u7FFB\u8BD1\u4E3B\u8981\u533A\u57DF\u3002\uFF08\u4E0D\u63A8\u8350\u5F00\u542F\uFF09","the number of characters to be translated first":"\u76F4\u63A5\u7FFB\u8BD1\u9875\u9762\u524D\u591A\u5C11\u4E2A\u5B57\u7B26\uFF0C\u800C\u65E0\u9700\u7B49\u5F85\u6EDA\u52A8\u5230\u53EF\u89C6\u533A\u57DF","interface language":"\u754C\u9762\u8BED\u8A00","display both the original text and the translation":"\u540C\u65F6\u663E\u793A\u539F\u6587\u548C\u8BD1\u6587","keyboard shortcuts":"\u952E\u76D8\u5FEB\u6377\u952E",modify:"\u4FEE\u6539\u5FEB\u6377\u952E",reset:"\u91CD\u7F6E",close:"\u5173\u95ED",homepage:"\u4E3B\u9875",more:"\u66F4\u591A",moreOptions:"\u5C55\u5F00\u66F4\u591A\u81EA\u5B9A\u4E49\u9009\u9879",translateTheWholePage:"\u7FFB\u8BD1\u9875\u9762\u5168\u90E8\u533A\u57DF\uFF08\u533A\u522B\u4E8E\u667A\u80FD\u8BC6\u522B\u4E3B\u8981\u533A\u57DF\uFF09",changeToTranslateTheWholePage:"\u5207\u6362\u4E3A\u7FFB\u8BD1\u6240\u6709\u533A\u57DF",changeToTranslateTheMainPage:"\u5207\u6362\u4E3A\u7FFB\u8BD1\u4E3B\u8981\u533A\u57DF",translateToThePageEndImmediately:"\u7ACB\u5373\u7FFB\u8BD1\u5230\u9875\u9762\u5E95\u90E8",translateTheMainPage:"\u667A\u80FD\u7FFB\u8BD1\u4E3B\u8981\u533A\u57DF","The local rules are up to date":"\u672C\u5730\u9002\u914D\u89C4\u5219\u5DF2\u662F\u6700\u65B0:","Successfully synchronized with the latest official rules:":"\u6210\u529F\u540C\u6B65\u6700\u65B0\u5B98\u65B9\u9002\u914D\u89C4\u5219:","Checking for updates":"\u6B63\u5728\u68C0\u67E5\u66F4\u65B0","Rules are being synchronized":"\u6B63\u5728\u540C\u6B65\u9002\u914D\u89C4\u5219",localVersionIsTooOld:"\u672C\u5730\u6269\u5C55\u7248\u672C\u8FC7\u65E7\uFF0C\u8BF7\u5347\u7EA7\u6269\u5C55\u5230 {minVersion} \u6216\u66F4\u65B0\u7684\u7248\u672C\u518D\u5C1D\u8BD5\u540C\u6B65",badUserscriptBrowser:"\u5F53\u524D\u6D4F\u89C8\u5668\u6CA1\u6709\u6B63\u786E\u5B9E\u73B0\u6CB9\u7334\u6269\u5C55\u7684\u63A5\u53E3\uFF08\u6BD4\u5982\u83B7\u53D6\u6CB9\u7334\u811A\u672C\u81EA\u8EAB\u7684\u7248\u672C\u53F7\u4FE1\u606F\uFF09\uFF0C\u8BF7\u4F7F\u7528\u5176\u4ED6<1>\u652F\u6301\u6CB9\u7334\u6269\u5C55\u7684\u6D4F\u89C8\u5668\u5982 Firefox",foundNewVersion:"\u53D1\u73B0\u65B0\u7248\u672C",theLocalExtensionIsUpToUpdate:"\u5F53\u524D\u6269\u5C55\u5DF2\u662F\u6700\u65B0\u7248\u672C\u3002",failToSyncRules:"\u540C\u6B65\u6700\u65B0\u9002\u914D\u89C4\u5219\u5931\u8D25",retry:"\u70B9\u6B64\u91CD\u8BD5",failedReason:"\u5931\u8D25\u539F\u56E0",currentRuleVersion:"\u5F53\u524D\u89C4\u5219\u7248\u672C",calculating:"\u8BA1\u7B97\u4E2D",unknownError:'\u60A8\u5F53\u524D\u6240\u4F7F\u7528\u7684\u7FFB\u8BD1\u670D\u52A1\u56E0\u7F51\u7EDC\u8FDE\u63A5\u6216\u670D\u52A1\u63D0\u4F9B\u5546\u7684\u95EE\u9898\u6682\u65F6\u65E0\u6CD5\u8BBF\u95EE\u3002\u5EFA\u8BAE\u60A8\u5C1D\u8BD5\u5237\u65B0\u9875\u9762\u6216\u901A\u8FC7\u8BBE\u7F6E\u66F4\u6362\u5176\u4ED6\u7FFB\u8BD1\u670D\u52A1\u3002\u82E5\u60A8\u662FPro\u4F1A\u5458\uFF0C\u53EF\u4EE5\u9009\u62E9\u4F7F\u7528\u66F4\u4E3A\u7A33\u5B9A\u7684DeepL\u6216OpenAI\u7FFB\u8BD1\u670D\u52A1\u3002\u540C\u65F6\uFF0C\u60A8\u53EF\u80FD\u9700\u8981\u68C0\u67E5\u7F51\u7EDC\u6216\u4EE3\u7406\u8BBE\u7F6E\u540E\u91CD\u65B0\u5C1D\u8BD5\u3002',canNotFetchRemoteRule:"\u65E0\u6CD5\u83B7\u53D6\u8FDC\u7A0B\u89C4\u5219",enableAlphaSuccess:"\u5DF2\u5F00\u542FAlpha\u529F\u80FD",disableAlphaSuccess:"\u5DF2\u5173\u95EDAlpha\u529F\u80FD",cacheSize:"\u7F13\u5B58\u5927\u5C0F\uFF1A",cleaning:"\u6E05\u7406\u4E2D",cleanCache:"\u6E05\u9664\u7F13\u5B58",options:"\u8BBE\u7F6E",about:"\u5173\u4E8E",service:"\u7FFB\u8BD1\u670D\u52A1",needAction:"(\u53BB\u8BBE\u7F6E)",goSettings:"\u53BB\u8BBE\u7F6E",needActionForOptions:"(\u9700\u8BBE\u7F6E)",translationEngine:"\u5F15\u64CE\u9009\u9879",sourceLanguage:"\u539F\u6587\u8BED\u8A00",target:"\u76EE\u6807\u8BED\u8A00",popupSourceLanguage:"\u539F\u6587\u8BED\u8A00",popupTarget:"\u76EE\u6807\u8BED\u8A00",popupService:"\u7FFB\u8BD1\u670D\u52A1",forThisSite:"\u5F53\u524D\u7F51\u7AD9",autoEnableSubtitle:"\u81EA\u52A8\u5F00\u542F\u53CC\u8BED\u5B57\u5E55",alwaysTranslate:"\u603B\u662F\u7FFB\u8BD1",neverTranslate:"\u6C38\u4E0D\u7FFB\u8BD1",neverTranslateSomeLanguage:"\u6C38\u4E0D\u7FFB\u8BD1 {language}",alwaysTranslateSomeSite:"\u603B\u662F\u7FFB\u8BD1 {hostname}",neverTranslateSomeSite:"\u6C38\u4E0D\u7FFB\u8BD1 {hostname}",alwaysTranslateSomeSiteOrWildSite:"\u603B\u662F\u7FFB\u8BD1\u8BE5\u7F51\u7AD9",alwaysTranslateSomePage:"\u603B\u662F\u7FFB\u8BD1\u8BE5\u7F51\u9875",add:"\u6DFB\u52A0",default:"\u9ED8\u8BA4",forThisLanguage:"\u9488\u5BF9\u8BE5\u8BED\u8A00\uFF1A","add url":"\u8F93\u5165URL",edit:"\u7F16\u8F91",pickAll:"\u5168\u9009","translate other languages into specific language":"\u5C06\u5176\u4ED6\u8BED\u8A00\u7FFB\u8BD1\u4E3A\u4F60\u8BBE\u7F6E\u7684\u8BED\u8A00","select translation service":"\u9009\u62E9\u4E00\u9879\u7FFB\u8BD1\u670D\u52A1",language:"\u8BED\u8A00","show-original":"\u663E\u793A\u539F\u6587",translate:"\u7FFB\u8BD1",Translated:"\u5DF2\u7FFB\u8BD1",Translating:"\u7FFB\u8BD1\u4E2D",Error:"\u9519\u8BEF",allowCacheTranslations:"\u5F00\u542F\u672C\u5730\u7FFB\u8BD1\u7F13\u5B58\uFF08\u51CF\u5C11\u91CD\u590D\u6BB5\u843D\u7684\u7FFB\u8BD1\u8BF7\u6C42\uFF09","translation display":"\u8BD1\u6587\u663E\u793A\u6837\u5F0F","select diplay style":"\u533A\u5206\u8BD1\u6587\u7684\u6837\u5F0F\uFF0C\u5177\u4F53\u53EF\u53C2\u8003\u4E0B\u5217\u793A\u4F8B",interface:"\u754C\u9762\u8BBE\u7F6E",import_export:"\u5BFC\u5165/\u5BFC\u51FA",import_export_title:"\u5BFC\u5165/\u5BFC\u51FA\u914D\u7F6E",syncToGoogleDrive:"\u7ACB\u5373\u4E0E Google Drive \u540C\u6B65","floatBallOptions.enable":"\u542F\u7528\u60AC\u6D6E\u7403","floatBallOptions.blockUrls":"\u7981\u7528\u7F51\u7AD9","floatBallOptions.add":"\u6DFB\u52A0","floatBallOptions.blockUrlDesc":"\u5F53\u9047\u4E0B\u5217\u7F51\u7AD9\u65F6\u4E0D\u663E\u793A\u60AC\u6D6E\u7403","floatBallOptions.clickType":"\u70B9\u51FB\u884C\u4E3A","floatBallOptions.clickTypeDesc":"\u60AC\u6D6E\u7403\u56FE\u6807\u70B9\u51FB\u65F6\u7684\u884C\u4E3A","floatBallOptions.clickPopup":"\u663E\u793A\u7FFB\u8BD1\u9762\u677F","floatBallOptions.clickTranslate":"\u7FFB\u8BD1/\u663E\u793A\u539F\u6587","floatBallOptions.fixedPosition":"\u56FA\u5B9A\u4F4D\u7F6E","floatBallOptions.fixedPositionDesc":"\u60AC\u6D6E\u7403\u5728\u7A97\u53E3\u5DE6\u4FA7\u8FD8\u662F\u53F3\u4FA7","floatBallOptions.fixedPositionLeft":"\u5DE6\u4FA7","floatBallOptions.fixedPositionRight":"\u53F3\u4FA7",previewAllThemes:"\u9884\u89C8\u5168\u90E8\u6837\u5F0F","translationTheme.none":"\u65E0","translationTheme.grey":"\u9ED1\u7070\u8272","translationTheme.dashed":"\u865A\u7EBF\u4E0B\u5212\u7EBF","translationTheme.dotted":"\u70B9\u72B6\u4E0B\u5212\u7EBF","translationTheme.dashedBorder":"\u865A\u7EBF\u8FB9\u6846","translationTheme.solidBorder":"\u5B9E\u7EBF\u8FB9\u6846","translationTheme.underline":"\u76F4\u7EBF\u4E0B\u5212\u7EBF","translationTheme.mask":"\u6A21\u7CCA\u6548\u679C\uFF08\u5B66\u4E60\u6A21\u5F0F\uFF09","translationTheme.opacity":"\u900F\u660E\u6548\u679C","translationTheme.paper":"\u767D\u7EB8\u9634\u5F71\u6548\u679C","translationTheme.dividingLine":"\u5206\u5272\u7EBF","translationTheme.highlight":"\u9AD8\u4EAE","translationTheme.marker":"\u9A6C\u514B\u7B14","translationTheme.marker2":"\u9A6C\u514B\u7B142","translationTheme.blockquote":"\u5F15\u7528\u6837\u5F0F","translationTheme.weakening":"\u5F31\u5316","translationTheme.italic":"\u659C\u4F53","translationTheme.bold":"\u52A0\u7C97","translationTheme.thinDashed":"\u7EC6\u865A\u7EBF\u4E0B\u5212\u7EBF","translationTheme.nativeDashed":"\u7CFB\u7EDF\u81EA\u5E26\u865A\u7EBF\u4E0B\u5212\u7EBF","translationTheme.nativeDotted":"\u7CFB\u7EDF\u81EA\u5E26\u70B9\u72B6\u4E0B\u5212\u7EBF","translationTheme.nativeUnderline":"\u7CFB\u7EDF\u81EA\u5E26\u76F4\u7EBF\u4E0B\u5212\u7EBF","translationTheme.wavy":"\u6CE2\u6D6A\u7EBF","translationServices.custom":"\u81EA\u5B9A\u4E49API","translationServices.tencent":"\u817E\u8BAF\u7FFB\u8BD1\u541B","translationServices.tenAlpha":"\u817E\u8BAF\u7FFB\u8BD1\u541B(Alpha)","translationServices.google":"\u8C37\u6B4C\u7FFB\u8BD1","translationServices.bai":"\u767E\u5EA6(Alpha)","translationServices.baidu":"\u767E\u5EA6\u7FFB\u8BD1","translationServices.aliyun":"\u963F\u91CC\u4E91\u7FFB\u8BD1","translationServices.volc":"\u706B\u5C71\u7FFB\u8BD1","translationServices.deeplx":"DeepLX(Beta)","translationServices.bing":"\u5FAE\u8F6F\u7FFB\u8BD1","translationServices.deepl":"DeepL","translationServices.wechat":"\u5FAE\u4FE1\u7FFB\u8BD1","translationServices.azure":"Azure \u7FFB\u8BD1","translationServices.ibm":"IBM Watson","translationServices.aws":"\u4E9A\u9A6C\u900A\u7FFB\u8BD1","translationServices.mock":"\u6A21\u62DF\u7FFB\u8BD1","translationServices.mock2":"\u6A21\u62DF\u7FFB\u8BD12","translationServices.caiyun":"\u5F69\u4E91\u5C0F\u8BD1","translationServices.cai":"\u5F69\u4E91\u5C0F\u8BD1 (Alpha)","translationServices.volcAlpha":"\u706B\u5C71 (Alpha)","translationServices.openl":"OpenL","translationServices.youdao":"\u6709\u9053\u7FFB\u8BD1","translationServices.you":"\u6709\u9053\u7FFB\u8BD1 (Alpha)","translationServices.transmart":"\u817E\u8BAF\u4EA4\u4E92\u7FFB\u8BD1","translationServices.niu":"\u5C0F\u725B\u7FFB\u8BD1","translationServices.papago":"Papago \u7FFB\u8BD1","translationServices.d":"D (Alpha)","translationServices.dpro":"D Pro (Canary)","translationServices.openai":"OpenAI","translationServices.yandex":"Yandex","translationServices.gemini":"Gemini","translationServices.claude":"Claude","translationServices.chatgpt":"ChatGPT Web(3.5 mobile)","translate title":"\u7FFB\u8BD1\u9875\u9762\u6807\u9898","always languages":"\u603B\u662F\u7FFB\u8BD1\u7684\u8BED\u8A00",neverTranslateLanguagesLabel:"\u6C38\u4E0D\u7FFB\u8BD1\u7684\u8BED\u8A00",neverTranslateTheFollowingLanguagesDescription:"\u5F53\u9875\u9762\u4E2D\u67D0\u4E00\u6BB5\u843D\u7684\u8BED\u8A00\u4E3A\u4E0B\u5217\u8BED\u8A00\u65F6\uFF0C\u5C06\u8DF3\u8FC7\u7FFB\u8BD1",enableUserscriptPagePopup:"\u5728\u9875\u9762\u4E0A\u663E\u793A\u60AC\u6D6E\u7403",enableUserscriptPagePopupDescription:"\u5173\u95ED\u60AC\u6D6E\u7403\u540E\uFF0C\u53EF\u4EE5\u7528\u5FEB\u6377\u952E/{touch}\u5524\u8D77\u3002\u4E3A\u9632\u6B62\u4E0D\u614E\u5173\u95ED\u8BE5\u9009\u9879\u540E\u627E\u4E0D\u5230\u60AC\u6D6E\u7403\uFF0C\u5F3A\u70C8\u5EFA\u8BAE\u6536\u85CF\u672C\u8BBE\u7F6E\u9875","always translate the following languages":"\u5F53\u9875\u9762\u8BED\u8A00\u4E3A\u4E0B\u5217\u8BED\u8A00\u65F6\uFF0C\u4F1A\u81EA\u52A8\u7FFB\u8BD1\u4E3A\u76EE\u6807\u8BED\u8A00","always sites":"\u603B\u662F\u7FFB\u8BD1\u7684\u7F51\u5740","always translate the following sites":"\u5F53\u7F51\u7AD9\u4E3A\u4E0B\u5217\u57DF\u540D\u65F6\uFF0C\u4F1A\u81EA\u52A8\u7FFB\u8BD1\u4E3A\u76EE\u6807\u8BED\u8A00","never sites":"\u6C38\u4E0D\u7FFB\u8BD1\u7684\u7F51\u5740","never translate the following sites":"\u5F53\u7F51\u7AD9\u4E3A\u4E0B\u5217\u57DF\u540D\u65F6\uFF0C\u5C06\u4E0D\u4F1A\u8FDB\u884C\u7FFB\u8BD1","please refer to":"\u9700\u8981\u586B\u5199\u5BC6\u94A5\u540E\u624D\u53EF\u7528\uFF0C\u8BE6\u60C5\u53C2\u8003",KeyAndConfigurationTutorial:"\u300A\u5BC6\u94A5\u7533\u8BF7\u548C\u914D\u7F6E\u6559\u7A0B\u300B",useAboveStyleForTheseSites:"\u5F53\u7F51\u7AD9\u4E3A\u4E0B\u5217\u57DF\u540D\u65F6\uFF0C\u603B\u662F\u4F7F\u7528 \u2308{theme}\u230B \u8BD1\u6587\u6837\u5F0F",currentUrl:"\u5F53\u524D\u7F51\u5740",confirm:"\u4FDD\u5B58",cancel:"\u53D6\u6D88",delete:"\u5220\u9664",syncToCloud:"\u540C\u6B65\u5230 Google Drive",syncToCloudDescription:"\u4E0A\u4F20\u5230\u4E91\u7AEF\uFF0C\u53EF\u4EE5\u5728\u4E0D\u540C\u7684\u6D4F\u89C8\u5668/\u6CB9\u7334\u811A\u672C\u4E4B\u95F4\u540C\u6B65\u914D\u7F6E\uFF0C\u4EE5\u6700\u540E\u4FEE\u6539\u65F6\u95F4\u4E3A\u51C6\u3002",syncToAccount:"\u540C\u6B65\u5230\u6C89\u6D78\u5F0F\u7FFB\u8BD1\u4E91\u7AEF",syncToAccountButton:"\u7ACB\u5373\u4E0E\u4E91\u7AEF\u540C\u6B65",syncToAccountDescription:"\u5728\u4E0D\u540C\u7684\u8BBE\u5907\u4E4B\u95F4\u81EA\u52A8\u540C\u6B65\u914D\u7F6E\uFF0C\u4EE5\u6700\u540E\u4FEE\u6539\u65F6\u95F4\u4E3A\u51C6\u3002",successSyncConfigInAccount:"\u6210\u529F\u4E0E\u4E91\u7AEF\u4FDD\u6301\u540C\u6B65",successSyncConfigToAccount:"\u6210\u529F\u540C\u6B65\u5230\u4E91\u7AEF",syncConfigNoUpdate:"\u5DF2\u7ECF\u662F\u6700\u65B0\u7684\u4E86",authFail:"\u6388\u6743\u5931\u8D25",syncTitle:"\u624B\u52A8\u5907\u4EFD\u7BA1\u7406",import_hint:"\u5BFC\u5165",upload:"\u4E0A\u4F20",revokeAuth:"\u64A4\u9500\u6388\u6743",uploadFail:"\u4E0A\u4F20\u5931\u8D25",download:"\u4E0B\u8F7D",importSuccess:"\u5BFC\u5165\u6210\u529F",importFail:"\u5BFC\u5165\u5931\u8D25",deleteFail:"\u5220\u9664\u5931\u8D25",backupToCloud:"\u624B\u52A8\u7BA1\u7406\u5907\u4EFD\u6587\u4EF6",create_new_backup:"\u65B0\u589E\u5907\u4EFD\u8282\u70B9",maxBackupFiles:"\u6700\u591A\u53EF\u4EE5\u5907\u4EFD{count}\u4E2A\u4E0D\u540C\u7684\u8282\u70B9, \u8BF7\u5220\u9664\u4E0D\u9700\u8981\u7684\u8282\u70B9",backupToCloudDescription:"\u624B\u52A8\u4E0A\u4F20\u6216\u6062\u590D\u5907\u4EFD\u6587\u4EF6\uFF0C\u6700\u591A\u5141\u8BB83\u4E2A\u4E0D\u540C\u7684\u5907\u4EFD",successSyncConfig:"\u6210\u529F\u4E0E\u4E91\u7AEF\u4FDD\u6301\u540C\u6B65",syncFail:"\u540C\u6B65\u5931\u8D25",updatedAt:"\u66F4\u65B0\u4E8E {date}",lastSyncedAt:"\u4E0A\u6B21\u68C0\u67E5\u4E8E {date}",downloadFail:"\u4E0B\u8F7D\u5931\u8D25",clickToDownload:"\u70B9\u51FB\u4E0B\u8F7D",aboutLabel:"\u5173\u4E8E - \u53CD\u9988","browser.openAboutPage":"\u5173\u4E8E/\u53CD\u9988",aboutLabelWithoutSponsor:"\u5173\u4E8E - \u53CD\u9988",aboutIntro:"\u5E0C\u671B\u6211\u4EEC\u90FD\u80FD\u66F4\u52A0\u5BB9\u6613\u4E14\u6109\u60A6\u5730\u83B7\u53D6\u4E92\u8054\u7F51\u4E0A\u5DE8\u5927\u7684\u5916\u8BED\u4FE1\u606F \u2764\uFE0F \u4F60\u53EF\u9009\u62E9\u5F00\u901A <6>Pro\u4F1A\u5458 \u6765\u4F7F\u7528\u5F00\u7BB1\u5373\u7528\u7684 DeepL \u548C OpenAI \u7FFB\u8BD1\u3002

\u4F60\u53EF\u4EE5\u5173\u6CE8\u6211\u4EEC\u7684<3>\u63A8\u7279\uFF0C<4>Telegram \u9891\u9053\uFF0C\u5FAE\u4FE1\u516C\u4F17\u53F7\uFF0C\u5FAE\u4FE1\u4EA4\u6D41\u7FA4\uFF0C\u6216\u8005\u4E0B\u65B9\u7684<5>\u90AE\u4EF6\u8BA2\u9605\u8FFD\u8E2A\u66F4\u65B0\u3002
<7>Pro \u4F1A\u5458 \u53EF\u4EE5\u901A\u8FC7\u5FEB\u901F\u5BA2\u670D\u90AE\u7BB1 <8>support@immersivetranslate.com \u548C\u6211\u4EEC\u53D6\u5F97\u8054\u7CFB\u3002",aboutIntroWithoutSponsor:"\u5E0C\u671B\u6211\u4EEC\u90FD\u80FD\u66F4\u52A0\u5BB9\u6613\u4E14\u6109\u60A6\u5730\u83B7\u53D6\u4E92\u8054\u7F51\u4E0A\u5DE8\u5927\u7684\u5916\u8BED\u4FE1\u606F \u2764\uFE0F

\u4F60\u53EF\u4EE5\u5173\u6CE8\u6211\u4EEC\u7684<3>\u63A8\u7279\uFF0C<4>Telegram \u9891\u9053\uFF0C\u5FAE\u4FE1\u516C\u4F17\u53F7\uFF0C\u5FAE\u4FE1\u4EA4\u6D41\u7FA4\uFF0C\u6216\u8005\u4E0B\u65B9\u7684<5>\u90AE\u4EF6\u8BA2\u9605\u8FFD\u8E2A\u66F4\u65B0\u3002",projectHomepage:"\u9879\u76EE\u4E3B\u9875",joinTelegramGroup:"\u52A0\u5165\u7528\u6237\u4EA4\u6D41\u7FA4\u53C2\u4E0E\u529F\u80FD\u8BA8\u8BBA",wechatPublicAccount:"\u5FAE\u4FE1\u516C\u4F17\u53F7",wechatCommunities:"\u5FAE\u4FE1\u4EA4\u6D41\u7FA4",qqCommunities:"QQ \u4EA4\u6D41\u9891\u9053",joinTelegramChannel:"\u5173\u6CE8 Telegram \u9891\u9053\u83B7\u53D6\u6700\u65B0\u66F4\u65B0",feedbackAndJoin:"\u95EE\u9898\u53CD\u9988/\u52A0\u7FA4",autoSync:"\u81EA\u52A8\u5B9A\u65F6\u540C\u6B65",loadingThemeTitle:"Loading \u6837\u5F0F",loadingThemeDescription:"\u8BBE\u7F6E\u7B49\u5F85\u8BD1\u6587\u52A0\u8F7D\u65F6\u7684\u6837\u5F0F","loadingTheme.spinner":"\u8F6C\u5708\u52A8\u753B","loadingTheme.text":"\u9759\u6001\u6587\u5B57 ... ","loadingTheme.none":"\u4E0D\u663E\u793A",developerDescription:"\u53EF\u4EE5\u70B9\u51FB<1>\u8FD9\u91CC\u67E5\u770B\u9AD8\u7EA7\u81EA\u5B9A\u4E49\u76F8\u5173\u7684\u6587\u6863","edit border color":"\u4FEE\u6539\u8FB9\u6846\u989C\u8272",successSyncButNoChange:"\u5F53\u524D\u914D\u7F6E\u4E0E\u4E91\u7AEF\u4E00\u81F4",customTheme:"\u81EA\u5B9A\u4E49\u989C\u8272\u548C\u5927\u5C0F","customThemeLabel.borderColor":"\u8FB9\u6846\u989C\u8272","customThemeLabel.borderRadius":"\u8FB9\u6846\u5706\u89D2","customThemeLabel.textColor":"\u6587\u5B57\u989C\u8272","customThemeLabel.backgroundColor":"\u80CC\u666F\u989C\u8272","customThemeLabel.zoom":"\u5B57\u4F53\u7F29\u653E\u6BD4\u4F8B (%)","customThemeLabel.opacity":"\u6587\u5B57\u4E0D\u900F\u660E\u5EA6 (%)",resetToDefaultColor:"\u6062\u590D\u4E3A\u9ED8\u8BA4\u989C\u8272",resetToDefaultSettings:"\u6062\u590D\u4E3A\u9ED8\u8BA4\u8BBE\u7F6E",isTranslateTitle:"\u5F00\u542F\u7FFB\u8BD1\u7F51\u9875\u6807\u9898",isTranslateTitleDescription:"\u5F00\u542F\u540E\uFF0C\u7F51\u9875\u6807\u9898\u4F1A\u88AB\u7FFB\u8BD1",enableSearchEnhancement:"\u542F\u7528\u53CC\u8BED\u4FE1\u606F\u589E\u5F3A",enableSearchEnhancementDescription:"\u5F00\u542F\u540E\uFF0C\u5728\u652F\u6301\u7684\u7F51\u7AD9\uFF08\u8C37\u6B4C\u65B0\u95FB\uFF0C\u8C37\u6B4C\u641C\u7D22\uFF08\u90E8\u5206\u5173\u952E\u8BCD\uFF09\uFF0C\u96EA\u7403\uFF0C\u4E1C\u65B9\u8D22\u5BCC\uFF0C\u5BCC\u9014\uFF0C\u8001\u864E\u793E\u533A\uFF09\u53F3\u8FB9\u680F\u81EA\u52A8\u663E\u793A\u5BF9\u5E94\u82F1\u6587\u5173\u952E\u8BCD\u7684\u201C\u8C37\u6B4C\u65B0\u95FB\u201D\u641C\u7D22\u7ED3\u679C\u3002",verifyService:"\u70B9\u6B64\u6D4B\u8BD5\u670D\u52A1",verified:"\u9A8C\u8BC1\u6210\u529F","field.langs":"\u652F\u6301\u7684\u8BED\u8A00\u4EE3\u7801","field.model":"\u6A21\u578B","field.translationEngine":"\u7FFB\u8BD1\u5F15\u64CE","field.limitPerMinute":"\u6BCF\u5206\u949F\u6700\u5927\u8BF7\u6C42\u6570","field.limitPerSecond":"\u6BCF\u79D2\u6700\u5927\u8BF7\u6C42\u6570","field.maxTextLengthPerRequest":"\u6BCF\u6B21\u8BF7\u6C42\u6700\u5927\u6587\u672C\u957F\u5EA6","field.maxTextGroupLengthPerRequest":"\u6BCF\u6B21\u8BF7\u6C42\u6700\u5927\u6BB5\u843D\u6570","field.apiUrl":"\u81EA\u5B9A\u4E49 API \u63A5\u53E3\u5730\u5740","field.placeholderDelimiters":"\u4FDD\u7559\u7684\u5360\u4F4D\u7B26","description.custom":"\u81EA\u5B9A\u4E49\u63A5\u53E3\u63A5\u5165 \u9700\u8981\u53C2\u8003\u6587\u6863","description.limitPerMinute":"\u8BF7\u6C42\u6570\u8D85\u8FC7\u8BE5\u9650\u5236\u65F6\u4F1A\u8FDB\u5165\u6392\u961F\u72B6\u6001\uFF0C\u76F4\u5230\u4E0B\u4E00\u5206\u949F\u5F00\u59CB\u3002\u7531\u4E8EOpenAI\u76EE\u524D\u670D\u52A1\u7684\u5404\u79CD\u9650\u5236\uFF0C\u8BF7\u70B9\u51FB<1>\u8FD9\u91CC\u67E5\u770B\u6700\u65B0\u5EFA\u8BAE\u7684\u6570\u503C","description.limitPerSecond":"\u8BF7\u6C42\u6570\u8D85\u8FC7\u8BE5\u9650\u5236\u65F6\u4F1A\u8FDB\u5165\u6392\u961F\u72B6\u6001\uFF0C\u76F4\u5230\u4E0B\u4E00\u79D2\u949F\u5F00\u59CB\u3002\u7531\u4E8EOpenAI\u76EE\u524D\u670D\u52A1\u7684\u5404\u79CD\u9650\u5236\uFF0C\u8BF7\u70B9\u51FB<1>\u8FD9\u91CC\u67E5\u770B\u6700\u65B0\u5EFA\u8BAE\u7684\u6570\u503C","description.generalLimitPerSecond":"\u8BF7\u6C42\u6570\u8D85\u8FC7\u8BE5\u9650\u5236\u65F6\u4F1A\u8FDB\u5165\u6392\u961F\u72B6\u6001\uFF0C\u76F4\u5230\u4E0B\u4E00\u79D2\u949F\u5F00\u59CB\u3002","description.maxTextLengthPerRequest":"\u6BCF\u6B21\u8BF7\u6C42\u6700\u5927\u5B57\u7B26\u6570\uFF0C\u592A\u5927\u4F1A\u5BFC\u81F4\u63A5\u53E3\u7684\u54CD\u5E94\u53D8\u6162\uFF0C\u56E0\u6B64\u53EF\u4EE5\u5C1D\u8BD5\u8C03\u6574\u8BE5\u9009\u9879\u6765\u4F18\u5316\u901F\u5EA6","description.systemPrompt":"\u4EE5\u7CFB\u7EDF\u8EAB\u4EFD\u53D1\u9001\u7ED9 {service} \u7684\u5BF9\u8BDD\uFF0C\u5176\u4E2D {{text}} \u8868\u793A\u6BB5\u843D\u7684\u6587\u672C\u5185\u5BB9\uFF0C{{from}} \u8868\u793A\u6BB5\u843D\u7684\u8BED\u8A00\uFF0C{{to}} \u8868\u793A\u76EE\u6807\u8BED\u8A00","field.domain":"\u9886\u57DF","description.domain":"\u9ED8\u8BA4\u4E3A\uFF1Ageneral\u3002\u4EC5\u5728\u6709\u9053API\u63A7\u5236\u53F0\u5F00\u901A\u9886\u57DF\u5316\u7FFB\u8BD1\u7684\u60C5\u51B5\u4E0B\u53EF\u8BBE\u7F6E\uFF0C\u652F\u6301\u9886\u57DF\u89C1<1>\u8FD9\u91CC","field.scene":"\u573A\u666F","description.scene":"\u9ED8\u8BA4\u4E3A\uFF1Ageneral\u3002\u4EC5\u5728\u963F\u91CC\u4E91API\u63A7\u5236\u53F0\u5F00\u901A\u673A\u5668\u7FFB\u8BD1\u4E13\u4E1A\u7248\u7684\u60C5\u51B5\u4E0B\u53EF\u8BBE\u7F6E\uFF0C\u652F\u6301\u573A\u666F\u89C1<1>\u8FD9\u91CC","field.vocabId":"\u7528\u6237\u8BCD\u5178 ID","description.vocabId":"\u6307\u5B9A\u7684\u8BCD\u5178 out_id\uFF0C\u76EE\u524D\u652F\u6301\u82F1\u8BD1\u4E2D","description.model":"OpenAI \u7684\u6A21\u578B\uFF0C\u53EF\u4EE5\u4E3A gpt-3.5-turbo, gpt-4 \u7B49","description.maxTextGroupLengthPerRequest":"\u6BCF\u6B21\u53D1\u9001\u7ED9\u7FFB\u8BD1\u670D\u52A1\u7684\u6BB5\u843D\u6570\u91CF\uFF0C\u5982\u679C\u6BB5\u843D\u6570\u91CF\u8FC7\u591A\uFF0C\u53EF\u80FD\u4F1A\u5BFC\u81F4\u63A5\u53E3\u7684\u54CD\u5E94\u53D8\u6162","description.apiUrl":"\u8BF7\u6DFB\u52A0\u5177\u4F53\u5E26\u6709\u8DEF\u5F84\u7684\u7F51\u5740\uFF0C<1>\u66F4\u591A\u8BF4\u660E",enabledExtension:"\u542F\u7528\u6269\u5C55",clickToDisableExtension:"\u70B9\u51FB\u7981\u7528\u6269\u5C55",clickToEnableExtension:"\u70B9\u51FB\u542F\u7528\u6269\u5C55",hasBeenDisabled:"\u5DF2\u7981\u7528","show password":"\u663E\u793A\u5BC6\u7801",customContent:"\u8F93\u5165\u81EA\u5B9A\u4E49\u6A21\u578B\u540D\u79F0",inputOptions:"\u8F93\u5165\u6846\u589E\u5F3A",mouseHoverOptions:"\u9F20\u6807\u60AC\u505C",modifyMouseHoverKey:"\u4FEE\u6539\u9F20\u6807\u60AC\u505C\u5FEB\u6377\u952E",enableInputTranslation:"\u662F\u5426\u542F\u7528\u8F93\u5165\u6846\u589E\u5F3A",enableInputTranslationDescription:"\u542F\u7528\u540E\uFF0C\u5728\u8F93\u5165\u6846\u76F4\u63A5\u8F93\u5165 {startingKey}{startingKey} \u4F60\u597D\uFF0C\u7136\u540E\u5FEB\u901F\u8FDE\u51FB{inputTrailingTriggerKeyRepeatTimes}\u6B21{trailingKey}\uFF0C\u5373\u53EF\u7FFB\u8BD1\u4E3A {inputTargetLanguage}",enableInputTranslationDescriptionForNoneKey:"\u542F\u7528\u540E\uFF0C\u5728\u8F93\u5165\u6846\u76F4\u63A5\u8F93\u5165\uFF1A\u4F60\u597D\u4E16\u754C\uFF0C\u7136\u540E\u5FEB\u901F\u8FDE\u51FB{inputTrailingTriggerKeyRepeatTimes}\u6B21{trailingKey}\uFF0C\u5373\u53EF\u7FFB\u8BD1\u4E3A\u9ED8\u8BA4\u76EE\u6807\u8BED\u8A00",inputTargetLanguage:"\u8BBE\u7F6E\u8F93\u5165\u6846\u7684\u9ED8\u8BA4\u76EE\u6807\u8BED\u8A00",inputTargetLanguageDescription:"\u8F93\u5165\u6846\u7FFB\u8BD1\u7684\u9ED8\u8BA4\u76EE\u6807\u8BED\u8A00\uFF0C\u4E5F\u5C31\u662F {startingKey}{startingKey} \u4F5C\u4E3A\u89E6\u53D1\u8BCD\u7684\u9ED8\u8BA4\u8BED\u8A00",inputTargetLanguageDescriptionForNoneKey:"\u8F93\u5165\u6846\u7FFB\u8BD1\u7684\u9ED8\u8BA4\u76EE\u6807\u8BED\u8A00",inputStartingTriggerKeyTitle:"\u8BBE\u7F6E\u8F93\u5165\u6846\u90E8\u5206\u7FFB\u8BD1\u7684\u5206\u5272\u5B57\u7B26",inputStartingTriggerKeyDescription:"\u5F53\u4F60\u4E0D\u9700\u8981\u7FFB\u8BD1\u6574\u4E2A\u8F93\u5165\u6846\u7684\u65F6\u5019\uFF0C\u5206\u5272\u7B26\u5141\u8BB8\u4F60\u53EA\u7FFB\u8BD1 {startingKey}{startingKey} \u5230\u8F93\u5165\u6846\u672B\u5C3E\u7684\u90E8\u5206\uFF0C\u4E5F\u53EF\u4EE5\u6307\u5B9A\u8BED\u8A00\u4EE3\u7801\uFF0C\u6BD4\u5982\uFF1A{startingKey}ja \u8868\u793A\u53EA\u7FFB\u8BD1 {startingKey}ja \u5230\u8F93\u5165\u6846\u672B\u5C3E\u7684\u90E8\u5206",inputStartingTriggerKeyDescriptionForNoneKey:"\u5F53\u524D\u8BBE\u7F6E\u4E3A\u65E0\u9700\u524D\u7F00\uFF0C\u6682\u65E0\u6CD5\u4F7F\u7528\u8F93\u5165\u6846\u7684\u90E8\u5206\u6587\u672C\u7FFB\u8BD1\u529F\u80FD",inputTrailingTriggerKeyTitle:"\u9009\u62E9\u4E00\u4E2A\u8F93\u5165\u7ED3\u675F\u7684\u89E6\u53D1\u5B57\u7B26",inputTrailingTriggerKeyDescription:"\u5FEB\u901F\u8FDE\u51FB 3 \u6B21{trailingKey} \u5C06\u4F1A\u5F00\u59CB\u7FFB\u8BD1",inputTrailingTriggerKeyTimeout:"\u8F93\u5165\u7ED3\u675F\u8FDE\u51FB\u89E6\u53D1\u7684\u95F4\u9694\u65F6\u95F4",inputTrailingTriggerKeyTimeoutDescription:"\u8BBE\u7F6E\u8F93\u5165\u7ED3\u675F\u8FDE\u51FB\u89E6\u53D1\u7684\u95F4\u9694\u65F6\u95F4\uFF08\u6BEB\u79D2\uFF09",spaceKey:"<\u7A7A\u683C\u952E>",noneKey:"\u65E0\u9700\u524D\u7F00\uFF0C\u76F4\u63A5\u7FFB\u8BD1\u6574\u4E2A\u6587\u672C\u6846",inputTranslationBlockUrlsTitle:"\u5207\u52FF\u5728\u4EE5\u4E0B\u7F51\u5740\u4E2D\u542F\u7528\u8F93\u5165\u6846\u589E\u5F3A",inputTranslationBlockUrlsDescription:"\u5728\u4EE5\u4E0B\u7F51\u5740\u4E2D\uFF0C\u8F93\u5165\u6846\u589E\u5F3A\u5C06\u4E0D\u4F1A\u751F\u6548",inputHelperInfo:"\u8BF4\u660E\uFF1A\u6211\u4EEC\u7279\u522B\u9488\u5BF9\u5728\u4E2D\u6587\u8F93\u5165\u6CD5\u4E0B\u90E8\u5206\u89E6\u53D1\u5B57\u7B26\u4F1A\u53D8\u6210\u4E2D\u6587\u6807\u70B9\u7B26\u53F7\u8FD9\u4EF6\u4E8B\u505A\u4E86\u4F18\u5316\uFF0C\u6BD4\u5982\u641C\u72D7\u8F93\u5165\u6CD5\u4E0B / \u4F1A\u53D8\u6210\u987F\u53F7 \u3001\uFF0C\u6C89\u6D78\u5F0F\u7FFB\u8BD1\u652F\u6301\u6240\u6709\u89E6\u53D1\u7B26\u5BF9\u5E94\u7684\u4E2D\u6587\u7B26\u53F7\uFF0C\u4E5F\u5C31\u662F\u8BF4 // \u3001\u3001 \u90FD\u4F1A\u88AB\u8BC6\u522B\u4E3A\u89E6\u53D1\u5B57\u7B26\u3002

\u540C\u65F6\u6211\u4EEC\u4E5F\u652F\u6301\u8BED\u8A00\u4EE3\u7801\u7684\u4E2D\u6587\u522B\u540D\u4F5C\u4E3A\u547D\u4EE4\uFF0C\u6BD4\u5982 /\u65E5\u6587 \u4F60\u597D\u4E16\u754C \u4F1A\u88AB\u7FFB\u8BD1\u4E3A\u65E5\u6587\uFF0C<1>\u70B9\u6B64\u67E5\u770B\u6240\u6709\u652F\u6301\u7684\u8BED\u8A00\u4EE3\u7801\u3002",reloadCurrentPage:"\u8BF7\u5148\u5237\u65B0\u5F53\u524D\u9875\u9762\uFF0C\u518D\u5F00\u59CB\u7FFB\u8BD1",noLocalFilePermissionForPDF:"\u6682\u65E0\u6743\u9650\u8BFB\u53D6\u672C\u5730\u6587\u4EF6\uFF0C\u8BF7\u70B9\u51FB\u4E0A\u65B9\u6309\u94AE\uFF0C\u7136\u540E\u5BFC\u5165\u672C\u5730\u6587\u4EF6",noPermissionForThisPage:"\u26A0\uFE0F \u6682\u65E0\u6743\u9650\u7FFB\u8BD1\u5F53\u524D\u9875\u9762","error.retry":"\u91CD\u8BD5","error.reason":"\u9519\u8BEF\u539F\u56E0",retryAllParagraphs:"\u91CD\u8BD5\u5168\u90E8\u9519\u8BEF\u6BB5\u843D",retryAllButton:"\u91CD\u8BD5\u5168\u90E8\u9519\u8BEF\u6BB5\u843D",errorTooltipTitle:"\u70B9\u51FB\u67E5\u770B\u9519\u8BEF\u539F\u56E0",errorModalTitle:"\u7FFB\u8BD1\u670D\u52A1\u6216\u7F51\u7EDC\u4F3C\u4E4E\u51FA\u4E86\u70B9\u95EE\u9898...",disableConfirm:"\u53CC\u8BED\u4FE1\u606F\u589E\u5F3A\u8BBE\u7F6E",disableOnce:"\u672C\u6B21\u7981\u7528",disableGlobal:"\u6C38\u4E45\u7981\u7528",disableTint:"* \u4F60\u53EF\u4EE5\u5728 {option} \u4E2D\u91CD\u65B0\u542F\u7528\u3002",searchEnhancementNotes:"\u6211\u4EEC\u53D1\u73B0\uFF0C\u4E2D\u6587\u5173\u952E\u8BCD\u548C\u82F1\u6587\u5173\u952E\u8BCD\u7684\u65B0\u95FB\u7ED3\u679C\u6709\u975E\u5E38\u5927\u7684\u4E0D\u540C\uFF0C\u5728\u542F\u7528\u6C89\u6D78\u5F0F\u7FFB\u8BD1\u53CC\u8BED\u4FE1\u606F\u589E\u5F3A\u529F\u80FD\u540E\uFF0C\u6211\u4EEC\u4F1A\u5728\u652F\u6301\u7684\u7F51\u7AD9\uFF08\u8C37\u6B4C\u65B0\u95FB\uFF0C\u8C37\u6B4C\u641C\u7D22\uFF08\u90E8\u5206\u5173\u952E\u8BCD\uFF09\uFF0C\u96EA\u7403\uFF0C\u4E1C\u65B9\u8D22\u5BCC\u7F51\uFF0C\u5BCC\u9014\uFF0C\u8001\u864E\uFF09\u81EA\u52A8\u7528\u82F1\u6587\u4E3A\u4F60\u641C\u7D22\u540C\u6837\u7684\u5173\u952E\u8BCD\u5E76\u5C55\u793A\u5728\u53F3\u4FA7\u3002\u5982\u679C\u4F60\u4E0D\u9700\u8981\u8BE5\u529F\u80FD\u7684\u8BDD\uFF0C\u53EF\u4EE5\u9009\u62E9\u7981\u7528\u5B83\u3002",option:"\u8BBE\u7F6E",saveSettings:"\u4FDD\u5B58\u8BBE\u7F6E",closeModal:"\u5173\u95ED\u7A97\u53E3",enableInputTranslationWithoutTriggerKeyTitle:"\u542F\u7528\u5FEB\u901F\u8FDE\u51FB 3 \u6B21{trailingKey}\uFF0C\u76F4\u63A5\u7FFB\u8BD1\u6574\u4E2A\u8F93\u5165\u6846\u4E3A{inputTargetLanguage}",enableInputTranslationWithoutTriggerKeyDescription:"\u5982\u9700\u6307\u5B9A\u76EE\u6807\u8BED\u8A00\uFF0C\u8BF7\u5728\u524D\u9762\u52A0\u4E0A\u8BED\u8A00\u4EE3\u7801\uFF0C\u5982\uFF1Aja \u4F60\u597D\u4E16\u754C",deepLProName:"\u6C89\u6D78\u5F0F\u7FFB\u8BD1 Pro \u4F1A\u5458 (\u63A8\u8350)",deepLProDescription:"\u5F53\u524D\u5957\u9910\u53EF\u4EE5\u76F4\u63A5\u4F7F\u7528",deeplProDescriptionForNormal:"\u65E0\u9700\u4EFB\u4F55\u8BBE\u7F6E\uFF0C\u4F1A\u5458\u767B\u5F55\u540E\u5373\u53EF\u4F7F\u7528\uFF0C<1>\u70B9\u6B64\u5347\u7EA7\u4E3A\u4F1A\u5458",deepLCustomDescription:"\u9700\u8981\u56FD\u5916\u4FE1\u7528\u5361\uFF0C\u5728 <1>DeepL \u5B98\u65B9\u5F00\u901A\uFF0C\u70B9\u51FB\u67E5\u770B<2>\u6587\u6863",deepLCustomName:"\u81EA\u5B9A\u4E49 Auth Key",chooseProviderLabel:"\u9009\u62E9\u4E00\u4E2A\u670D\u52A1\u63D0\u4F9B\u5546",openaiProName:"\u6C89\u6D78\u5F0F\u7FFB\u8BD1 Pro \u4F1A\u5458 (\u63A8\u8350)",openaiProDescription:"\u5F53\u524D\u5957\u9910\u53EF\u4EE5\u76F4\u63A5\u4F7F\u7528",openaiProDescriptionForNormal:"\u65E0\u9700\u4EFB\u4F55\u8BBE\u7F6E\uFF0C\u4F1A\u5458\u767B\u5F55\u540E\u5373\u53EF\u4F7F\u7528\uFF0C<1>\u70B9\u6B64\u5347\u7EA7\u4E3A\u4F1A\u5458",openaiCustomDescription:"\u53EF\u5728 OpenAI, Azure OpenAI, \u6216\u5176\u4ED6\u7B2C\u4E09\u65B9\u670D\u52A1\u83B7\u53D6\uFF0C<1>\u70B9\u6B64\u67E5\u770B\u6587\u6863",openaiCustomName:"\u81EA\u5B9A\u4E49 API Key",needLoginAction:"(\u5F00\u901A\u4F1A\u5458\u6216\u81EA\u5B9A\u4E49)",goLoginOrAction:"(\u5F00\u901A\u4F1A\u5458\u6216\u53BB\u8BBE\u7F6E)",yearly:"\u8FDE\u7EED\u5305\u5E74",quarterly:"\u8FDE\u7EED\u5305\u5B63",monthly:"\u8FDE\u7EED\u5305\u6708",yearlyForOnce:"\u4E00\u6B21\u6027\u5E74\u5EA6\u5957\u9910",monthlyForOnce:"\u4E00\u6B21\u6027\u6708\u5EA6\u5957\u9910",daily:"\u8FDE\u7EED\u5305\u65E5",year:"\u8FDE\u7EED\u5305\u5E74",quarter:"\u8FDE\u7EED\u5305\u5B63",month:"\u8FDE\u7EED\u5305\u6708",day:"\u8FDE\u7EED\u5305\u65E5",onetime_7day:"7 \u5929\u4F53\u9A8C\u5305",currentPlanDescriptionForFree:"\u5F53\u524D\u5957\u9910\uFF1A\u514D\u8D39",currentPlanDescriptionForContinuous:"\u5F53\u524D\u5957\u9910\uFF1A{plan}\uFF0C\u5C06\u4E8E {endAt} \u81EA\u52A8\u7EED\u8D39",currentPlanDescriptionForAutoRenewCaceling:"\u5F53\u524D\u5957\u9910\uFF1A{plan}\uFF0C\u5C06\u4E8E {endAt} \u5230\u671F\uFF0C\u5230\u671F\u540E\u5C06\u4E0D\u4F1A\u81EA\u52A8\u7EED\u671F",currentYearlyPlanDescriptionForAutoRenewCacelingWithRealPaiedUser:"\u5F53\u524D\u5957\u9910\uFF1A{plan}\uFF0C\u5C06\u4E8E {endAt} \u5230\u671F\uFF0C\u5230\u671F\u540E\u5C06\u4E0D\u4F1A\u81EA\u52A8\u7EED\u671F\u3002
<1>\u70B9\u6B64\u7BA1\u7406\u7EED\u8D39\u65B9\u6848",currentYearlyPlanDescriptionForAutoRenewCacelingWithAdmin:"\u5F53\u524D\u5957\u9910\uFF1A{plan}\uFF0C\u5C06\u4E8E {endAt} \u5230\u671F\uFF0C\u5230\u671F\u540E\u5C06\u4E0D\u4F1A\u81EA\u52A8\u7EED\u671F\u3002
<1>\u70B9\u6B64\u542F\u7528\u8FDE\u7EED\u5305\u5E74",currentPlanDescriptionForOneTime:"\u5F53\u524D\u5957\u9910\uFF1A{plan}\uFF0C\u5C06\u4E8E {endAt} \u5230\u671F\uFF0C<1>\u70B9\u6B64\u5347\u7EA7\u4E3A\u5E74\u8D39\u6216<2>\u6708\u8D39\u4F1A\u5458",upgradePlan:"\u70B9\u6B64\u5347\u7EA7\u4E3A Pro \u4F1A\u5458",upgradeToPro:"\u5347\u7EA7\u4E3A Pro \u4F1A\u5458","popup.openPro":"\u5347\u7EA7\u4E3A Pro \u4F1A\u5458\u540E\u53EF\u4EE5\u7545\u4EAB DeepL \u548C OpenAI \u7FFB\u8BD1\uFF0C\u70B9\u6B64\u5347\u7EA7","popup.openProForPro":"\u60A8\u662F Pro \u4F1A\u5458\uFF0C\u53EF\u76F4\u63A5\u4F7F\u7528 DeepL \u548C OpenAI \u7FFB\u8BD1",currentAccount:"\u5F53\u524D\u8D26\u6237",enableAutoSyncUserSettings:"\u542F\u7528\u591A\u8BBE\u5907\u81EA\u52A8\u4E91\u540C\u6B65",modalEnableInputTranslationTitle:"\u6C89\u6D78\u5F0F\u7FFB\u8BD1\u8F93\u5165\u6846\u7FFB\u8BD1\u63D0\u793A",modalEnableInputTranslationDesc:"\u60A8\u521A\u521A\u901A\u8FC7\u5FEB\u901F\u8FDE\u51FB 3 \u6B21\u7A7A\u683C\u952E\u89E6\u53D1\u4E86\u6C89\u6D78\u5F0F\u7FFB\u8BD1\u7684\u8F93\u5165\u6846\u7FFB\u8BD1\uFF0C\u8F93\u5165\u6846\u7684\u5185\u5BB9\u5C06\u88AB\u7FFB\u8BD1\u4E3A\u9ED8\u8BA4\u7684\u76EE\u6807\u8BED\u8A00\u3002\u901A\u8FC7 Ctrl+Z \u53EF\u4EE5\u64A4\u9500\u7FFB\u8BD1\u3002

\u5982\u679C\u8FD9\u662F\u4E00\u4E2A\u5931\u8BEF\uFF0C\u4E0D\u7528\u62C5\u5FC3\uFF0C\u60A8\u53EF\u4EE5\u9009\u62E9\u672C\u6B21\u7981\u7528\uFF0C\u6216\u8005\u6C38\u4E45\u7981\u7528\u8F93\u5165\u6846\u7FFB\u8BD1\u3002",saveAndNotShowAgain:"\u4FDD\u5B58\u4E14\u4E0D\u518D\u63D0\u793A",disableInputTranslationTips:"* \u4F60\u4E5F\u53EF\u4EE5\u5728 {option} \u4E2D\u8BBE\u7F6E\u5176\u4ED6\u5FEB\u6377\u952E\u6765\u89E6\u53D1\uFF0C{learnMore}\u3002",learnMore:"\u70B9\u6B64\u4E86\u89E3\u66F4\u591A",continueEnalbeInputTranslation:"\u7EE7\u7EED\u542F\u7528\u8F93\u5165\u6846\u7FFB\u8BD1",autoRenewTrialSuffix:'\uFF08\u8BD5\u7528\u4E2D\uFF0C\u7ACB\u523B\u5347\u7EA7\u4E3A\u6B63\u5F0F\u4F1A\u5458\uFF09',upgradeFromTrialTitle:"\u5347\u7EA7\u4E3A\u6B63\u5F0F\u4F1A\u5458",subtitle:"\u89C6\u9891\u5B57\u5E55",youtubeService:"\u6C89\u6D78\u5F0F\u7FFB\u8BD1\u89C6\u9891\u5B57\u5E55\u7FFB\u8BD1\u670D\u52A1","subtitle.disabledSubtitle":"\u6C38\u4E45\u7981\u7528\u89C6\u9891\u5B57\u5E55\u529F\u80FD","subtitle.disabledSubtitleDescription":"\u5982\u679C\u6C89\u6D78\u5F0F\u7FFB\u8BD1\u7684\u89C6\u9891\u5B57\u5E55\u548C\u5176\u4ED6\u6269\u5C55\u6709\u51B2\u7A81\uFF0C\u4F60\u53EF\u4EE5\u9009\u62E9\u6C38\u4E45\u7981\u7528\u6C89\u6D78\u5F0F\u7FFB\u8BD1\u7684\u89C6\u9891\u5B57\u5E55\u529F\u80FD\u6216\u8005\u5378\u8F7D\u5176\u4ED6\u51B2\u7A81\u7684\u6269\u5C55","subtitle.autoEnableSubtitleDescription":"\u542F\u7528\u540E\uFF0C\u5F53\u89C6\u9891\u64AD\u653E\u7684\u65F6\u5019\uFF0C\u4F1A\u81EA\u52A8\u663E\u793A\u53CC\u8BED\u5B57\u5E55\uFF0C\u5426\u5219\u9700\u8981\u70B9\u51FB\u7FFB\u8BD1\u6309\u94AE\u624D\u4F1A\u663E\u793A\u3002","subtitle.preTranslation":"\u4F7F\u7528\u6C89\u6D78\u5F0F\u7FFB\u8BD1\u6765\u7FFB\u8BD1\u5B57\u5E55","subtitle.preTranslationDescription":"\u542F\u7528\u540E\u4F1A\u4F18\u5148\u7528\u4E0B\u9762\u6307\u5B9A\u7684\u7FFB\u8BD1\u670D\u52A1\u63D0\u524D\u7FFB\u8BD1\u6574\u4E2A\u5B57\u5E55\uFF0C1 \u5C0F\u65F6\u7684\u89C6\u9891\u5927\u6982\u6D88\u8017 5\u4E07 Tokens \u6216 \u5B57\u7B26\uFF0C\u8BF7\u914C\u60C5\u4F7F\u7528\uFF1B\u5173\u95ED\u540E\u5219\u4F18\u5148\u4F7F\u7528\u539F\u89C6\u9891\u81EA\u5E26\u7684\u673A\u7FFB\u5B57\u5E55\uFF1B\u8BF7\u6CE8\u610F\uFF0C\u5F53\u539F\u89C6\u9891\u6CA1\u6709\u5BF9\u5E94\u7684\u8BD1\u6587\u5B57\u5E55\u65F6\uFF0C\u5219\u65E0\u8BBA\u662F\u5426\u542F\u7528\u8FD9\u4E2A\u9009\u9879\uFF0C\u90FD\u4F1A\u4F7F\u7528\u4E0B\u9762\u6307\u5B9A\u7684\u7FFB\u8BD1\u670D\u52A1\u6765\u7FFB\u8BD1\u5B57\u5E55\u3002","subtitle.humanSubtitlesPreferred":"\u4F18\u5148\u4F7F\u7528\u4EBA\u5DE5\u5B57\u5E55","subtitle.humanSubtitlesPreferredDescription":"\u5F53\u89C6\u9891\u6709\u76EE\u6807\u8BED\u8A00\u4EBA\u5DE5\u5B57\u5E55\u65F6\uFF0C\u4F18\u5148\u4F7F\u7528\u4EBA\u5DE5\u5B57\u5E55\uFF08\u63A8\u8350\uFF09","subtitle.bilingual":"\u53CC\u8BED\u5B57\u5E55","subtitle.autoDisableSubtitle":"\u4E0D\u81EA\u52A8\u542F\u7528\u53CC\u8BED\u5B57\u5E55","subtitle.hideQuickButton":"\u4E0D\u518D\u663E\u793A\u8BE5\u5FEB\u6377\u65B9\u5F0F","subtitle.showQuickButton":"\u5728\u64AD\u653E\u5668\u663E\u793A\u53CC\u8BED\u5B57\u5E55\u5FEB\u6377\u65B9\u5F0F",videoSubtitleTranslationDescription:"\u4E3A\u89C6\u9891\u5B57\u5E55\u5355\u72EC\u6307\u5B9A\u4E00\u4E2A\u7FFB\u8BD1\u670D\u52A1",subtitleTranslating:"\u6B63\u5728\u4F7F\u7528 {service} \u670D\u52A1\u7FFB\u8BD1\u5B57\u5E55\u4E2D\uFF0C\u8BF7\u7A0D\u7B49...\uFF08\u6C89\u6D78\u5F0F\u7FFB\u8BD1\uFF09",subtitleLoading:"\u6B63\u5728\u52A0\u8F7D\u5B57\u5E55...",bilingual:"\u53CC\u8BED","field.action":"\u662F\u5426\u542F\u7528\u767E\u5EA6\u672F\u8BED","description.action":"\u542F\u7528\u540E\u4F1A\u5728\u8BF7\u6C42\u4E2D\u52A0\u5165 action=1 \u7684\u53C2\u6570\uFF0C\u4EE5\u4FBF\u544A\u77E5\u767E\u5EA6\u542F\u7528\u672F\u8BED\uFF0C<1>\u66F4\u591A\u8BF4\u660E\u8BF7\u53C2\u8003\u5B98\u65B9\u6587\u6863",closeQuickTranslation:"\u5173\u95ED\u60AC\u6D6E\u7403","closeQuickTranslation.untilNext":"\u672C\u6B21\u5173\u95ED\u76F4\u5230\u4E0B\u6B21\u8BBF\u95EE","closeQuickTranslation.currentWebsite":"\u5F53\u524D\u7F51\u7AD9\u7981\u7528","closeQuickTranslation.alwaysClose":"\u6C38\u4E45\u7981\u7528","closeQuickTranslation.settingOpen":"\uFF08\u53EF\u5728<1>\u8BBE\u7F6E\u9875\u5F00\u542F\uFF09","closeQuickTranslation.cancel":"\u53D6\u6D88","closeQuickTranslation.confirm":"\u786E\u5B9A","floatBall.translate":"\u70B9\u51FB\u7FFB\u8BD1\u8BE5\u9875\u9762","floatBall.showOriginal":"\u70B9\u51FB\u5207\u6362\u56DE\u539F\u6587","floatBall.close":"\u5173\u95ED\u60AC\u6D6E\u7403","floatBallOptions.enableDescPc":"\u542F\u7528\u9875\u9762\u60AC\u6D6E\u7403\u540E\uFF0C\u4F1A\u5728\u9875\u9762\u53F3\u4FA7\u663E\u793A\u4E00\u4E2A\u5FEB\u6377\u7FFB\u8BD1\u6309\u94AE\uFF0C\u70B9\u51FB\u5373\u53EF\u7FFB\u8BD1","floatBallOptions.enableDesc":"\u5173\u95ED\u60AC\u6D6E\u7403\u540E\uFF0C\u53EF\u4EE5\u7528{touch}\u5524\u8D77\u3002\u4E3A\u9632\u6B62\u4E0D\u614E\u5173\u95ED\u8BE5\u9009\u9879\u540E\u627E\u4E0D\u5230\u60AC\u6D6E\u7403\uFF0C\u5F3A\u70C8\u5EFA\u8BAE\u6536\u85CF\u672C\u8BBE\u7F6E\u9875","description.azureApiUrl":"\u586B\u5199\u81EA\u5B9A\u4E49\u7684API\u63A5\u53E3\u5730\u5740","floatBall.guideClickToTranslate":`\u70B9\u51FB\u6C89\u6D78\u5F0F\u7FFB\u8BD1\u60AC\u6D6E\u7403 +Url: ${wl(e)}`),!0)}function Xx(e,t){return!t||!t.length?!1:nE(e).some(n=>t.some(r=>Cl(n,r)))}function eE(e,t){if(!t||!t.length)return!1;let n=wl(e);return n?t.some(r=>Cl(n,r)):!1}function tE(e,t){if(!t||!t.length)return!0;let n=wl(e);return n?t.some(r=>Cl(n,r)):!0}function nE(e){if(e.message)return[e.message];if(e.exception)try{let{type:t="",value:n=""}=e.exception.values&&e.exception.values[0]||{};return[`${n}`,`${t}: ${n}`]}catch{return!1&&rt.error(`Cannot extract message for event ${fa(e)}`),[]}return[]}function rE(e){try{return e.exception.values[0].type==="SentryError"}catch{}return!1}function aE(e=[]){for(let t=e.length-1;t>=0;t--){let n=e[t];if(n&&n.filename!==""&&n.filename!=="[native code]")return n.filename||null}return null}function wl(e){try{let t;try{t=e.exception.values[0].stacktrace.frames}catch{}return t?aE(t):null}catch{return!1&&rt.error(`Cannot extract url for event ${fa(e)}`),null}}m();m();function gg(e,t){let n=mg(e,t),r={type:t&&t.name,value:gE(t)};return n.length&&(r.stacktrace={frames:n}),r.type===void 0&&r.value===""&&(r.value="Unrecoverable error caught"),r}function lE(e,t,n,r){let a={exception:{values:[{type:Ds(t)?t.constructor.name:r?"UnhandledRejection":"Error",value:`Non-Error ${r?"promise rejection":"exception"} captured with keys: ${dh(t)}`}]},extra:{__serialized__:ag(t)}};if(n){let o=mg(e,n);o.length&&(a.exception.values[0].stacktrace={frames:o})}return a}function dg(e,t){return{exception:{values:[gg(e,t)]}}}function mg(e,t){let n=t.stacktrace||t.stack||"",r=dE(t);try{return e(n,r)}catch{}return[]}var cE=/Minified React error #\d+;/i;function dE(e){if(e){if(typeof e.framesToPop=="number")return e.framesToPop;if(cE.test(e.message))return 1}return 0}function gE(e){let t=e&&e.message;return t?t.error&&typeof t.error.message=="string"?t.error.message:t:"No error message"}function pg(e,t,n,r,a){let o;if(hl(t)&&t.error)return dg(e,t.error);if(nh(t)){let i=t;if("stack"in t)o=dg(e,t);else{let s=i.name||"DOMException",u=i.message?`${s}: ${i.message}`:s;o=jh(e,u,n,r),Ps(o,u)}return"code"in i&&(o.tags={...o.tags,"DOMException.code":`${i.code}`}),o}return fl(t)?dg(e,t):$r(t)||Ds(t)?(o=lE(e,t,n,a),so(o,{synthetic:!0}),o):(o=jh(e,t,n,r),Ps(o,`${t}`,void 0),so(o,{synthetic:!0}),o)}function jh(e,t,n,r){let a={message:t};if(r&&n){let o=mg(e,n);o.length&&(a.exception={values:[{value:t,stacktrace:{frames:o}}]})}return a}m();var Hh="Breadcrumbs",lo=class e{static id=Hh;name=e.id;options;constructor(t){this.options={console:!0,dom:!0,fetch:!0,history:!0,sentry:!0,xhr:!0,...t}}setupOnce(){this.options.console&&Er("console",pE),this.options.dom&&Er("dom",mE(this.options.dom)),this.options.xhr&&Er("xhr",fE),this.options.fetch&&Er("fetch",hE),this.options.history&&Er("history",bE)}};function mE(e){function t(n){let r,a=typeof e=="object"?e.serializeAttribute:void 0;typeof a=="string"&&(a=[a]);try{r=n.event.target?As(n.event.target,a):As(n.event,a)}catch{r=""}r.length!==0&&bt().addBreadcrumb({category:`ui.${n.name}`,message:r},{event:n.event,name:n.name,global:n.global})}return t}function pE(e){let t={category:"console",data:{arguments:e.args,logger:"console"},level:yh(e.level),message:Yd(e.args," ")};if(e.level==="assert")if(e.args[0]===!1)t.message=`Assertion failed: ${Yd(e.args.slice(1)," ")||"console.assert"}`,t.data.arguments=e.args.slice(1);else return;bt().addBreadcrumb(t,{input:e.args,level:e.level})}function fE(e){if(e.endTimestamp){if(e.xhr.__sentry_own_request__)return;let{method:t,url:n,status_code:r,body:a}=e.xhr.__sentry_xhr__||{};bt().addBreadcrumb({category:"xhr",data:{method:t,url:n,status_code:r},type:"http"},{xhr:e.xhr,input:a});return}}function hE(e){e.endTimestamp&&(e.fetchData.url.match(/sentry_key/)&&e.fetchData.method==="POST"||(e.error?bt().addBreadcrumb({category:"fetch",data:e.fetchData,level:"error",type:"http"},{data:e.error,input:e.args}):bt().addBreadcrumb({category:"fetch",data:{...e.fetchData,status_code:e.response.status},type:"http"},{input:e.args,response:e.response})))}function bE(e){let t=Dt(),n=e.from,r=e.to,a=vl(t.location.href),o=vl(n),i=vl(r);o.path||(o=a),a.protocol===i.protocol&&a.host===i.host&&(r=i.relative),a.protocol===o.protocol&&a.host===o.host&&(n=o.relative),bt().addBreadcrumb({category:"navigation",data:{from:n,to:r}})}m();var QO=Dt();var dN=Dt();m();m();m();var Dl="?";var yE=30,CE=40,TE=50;function fg(e,t,n,r){let a={filename:e,function:t,in_app:!0};return n!==void 0&&(a.lineno=n),r!==void 0&&(a.colno=r),a}var vE=/^\s*at (?:(.*?) ?\((?:address at )?)?((?:file|https?|blob|chrome-extension|address|native|eval|webpack||[-a-z]+:|.*bundle|\/).*?)(?::(\d+))?(?::(\d+))?\)?\s*$/i,xE=/\((\S*)(?::(\d+))(?::(\d+))\)/,EE=e=>{let t=vE.exec(e);if(t){if(t[2]&&t[2].indexOf("eval")===0){let o=xE.exec(t[2]);o&&(t[2]=o[1],t[3]=o[2],t[4]=o[3])}let[r,a]=Gh(t[1]||Dl,t[2]);return fg(a,r,t[3]?+t[3]:void 0,t[4]?+t[4]:void 0)}},qh=[yE,EE],SE=/^\s*(.*?)(?:\((.*?)\))?(?:^|@)?((?:file|https?|blob|chrome|webpack|resource|moz-extension|capacitor).*?:\/.*?|\[native code\]|[^@]*(?:bundle|\d+\.js)|\/[\w\-. /=]+)(?::(\d+))?(?::(\d+))?\s*$/i,wE=/(\S+) line (\d+)(?: > eval line \d+)* > eval/i,DE=e=>{let t=SE.exec(e);if(t){if(t[3]&&t[3].indexOf(" > eval")>-1){let o=wE.exec(t[3]);o&&(t[1]=t[1]||"eval",t[3]=o[1],t[4]=o[2],t[5]="")}let r=t[3],a=t[1]||Dl;return[a,r]=Gh(a,r),fg(r,a,t[4]?+t[4]:void 0,t[5]?+t[5]:void 0)}},Wh=[TE,DE],kE=/^\s*at (?:((?:\[object object\])?.+) )?\(?((?:file|ms-appx|https?|webpack|blob):.*?):(\d+)(?::(\d+))?\)?\s*$/i,AE=e=>{let t=kE.exec(e);return t?fg(t[2],t[1]||Dl,+t[3],t[4]?+t[4]:void 0):void 0},$h=[CE,AE];var Vh=[qh,Wh,$h],Kh=gh(...Vh),Gh=(e,t)=>{let n=e.indexOf("safari-extension")!==-1,r=e.indexOf("safari-web-extension")!==-1;return n||r?[e.indexOf("@")!==-1?e.split("@")[0]:Dl,n?`safari-extension:${t}`:`safari-web-extension:${t}`]:[e,t]};m();m();var hg=0;function bg(){return hg>0}function LE(){hg+=1,setTimeout(()=>{hg-=1})}function Ca(e,t={},n){if(typeof e!="function")return e;try{let a=e.__sentry_wrapped__;if(a)return a;if(ai(e))return e}catch{return e}let r=function(){let a=Array.prototype.slice.call(arguments);try{n&&typeof n=="function"&&n.apply(this,arguments);let o=a.map(i=>Ca(i,t));return e.apply(this,o)}catch(o){throw LE(),Is(i=>{i.addEventProcessor(s=>(t.mechanism&&(Ps(s,void 0,void 0),so(s,t.mechanism)),s.extra={...s.extra,arguments:a},s)),Rs(o)}),o}};try{for(let a in e)Object.prototype.hasOwnProperty.call(e,a)&&(r[a]=e[a])}catch{}Qd(r,e),Tl(e,"__sentry_wrapped__",r);try{Object.getOwnPropertyDescriptor(r,"name").configurable&&Object.defineProperty(r,"name",{get(){return e.name}})}catch{}return r}var yg={};Nc(yg,{Breadcrumbs:()=>lo,Dedupe:()=>po,GlobalHandlers:()=>Kr,HttpContext:()=>mo,LinkedErrors:()=>go,TryCatch:()=>co});m();m();var Kr=class e{static id="GlobalHandlers";name=e.id;_options;_installFunc={onerror:_E,onunhandledrejection:ME};constructor(t){this._options={onerror:!0,onunhandledrejection:!0,...t}}setupOnce(){let t=this._options;for(let n in t){let r=this._installFunc[n];r&&t[n]&&(BE(n),r(),this._installFunc[n]=void 0)}}};function _E(){Er("error",e=>{let[t,n,r]=Qh();if(!t.getIntegration(Kr))return;let{msg:a,url:o,line:i,column:s,error:u}=e;if(bg()||u&&u.__sentry_own_request__)return;let l=u===void 0&&Wr(a)?FE(a,o,i,s):Yh(pg(n,u||a,void 0,r,!1),o,i,s);l.level="error",Jh(t,u,l,"onerror")})}function ME(){Er("unhandledrejection",e=>{let[t,n,r]=Qh();if(!t.getIntegration(Kr))return;let a=e;try{"reason"in e?a=e.reason:"detail"in e&&"reason"in e.detail&&(a=e.detail.reason)}catch{}if(bg()||a&&a.__sentry_own_request__)return!0;let o=bl(a)?PE(a):pg(n,a,void 0,r,!0);o.level="error",Jh(t,a,o,"onunhandledrejection")})}function PE(e){return{exception:{values:[{type:"UnhandledRejection",value:`Non-Error promise rejection captured with value: ${String(e)}`}]}}}function FE(e,t,n,r){let a=/^(?:[Uu]ncaught (?:exception: )?)?(?:((?:Eval|Internal|Range|Reference|Syntax|Type|URI|)Error): )?(.*)$/i,o=hl(e)?e.message:e,i="Error",s=o.match(a);return s&&(i=s[1],o=s[2]),Yh({exception:{values:[{type:i,value:o}]}},t,n,r)}function Yh(e,t,n,r){let a=e.exception=e.exception||{},o=a.values=a.values||[],i=o[0]=o[0]||{},s=i.stacktrace=i.stacktrace||{},u=s.frames=s.frames||[],l=isNaN(parseInt(r,10))?void 0:r,c=isNaN(parseInt(n,10))?void 0:n,g=Wr(t)&&t.length>0?t:sh();return u.length===0&&u.push({colno:l,filename:g,function:"?",in_app:!0,lineno:c}),e}function BE(e){!1&&rt.log(`Global Handler attached: ${e}`)}function Jh(e,t,n,r){so(n,{handled:!1,type:r}),e.captureEvent(n,{originalException:t})}function Qh(){let e=bt(),t=e.getClient(),n=t&&t.getOptions()||{stackParser:()=>[],attachStacktrace:!1};return[e,n.stackParser,n.attachStacktrace]}m();var RE=["EventTarget","Window","Node","ApplicationCache","AudioTrackList","ChannelMergerNode","CryptoOperation","EventSource","FileReader","HTMLUnknownElement","IDBDatabase","IDBRequest","IDBTransaction","KeyOperation","MediaController","MessagePort","ModalWindow","Notification","SVGElementInstance","Screen","TextTrack","TextTrackCue","TextTrackList","WebSocket","WebSocketWorker","Worker","XMLHttpRequest","XMLHttpRequestEventTarget","XMLHttpRequestUpload"],co=class e{static id="TryCatch";name=e.id;_options;constructor(t){this._options={XMLHttpRequest:!0,eventTarget:!0,requestAnimationFrame:!0,setInterval:!0,setTimeout:!0,...t}}setupOnce(){let t=Dt();this._options.setTimeout&&lr(t,"setTimeout",Zh),this._options.setInterval&&lr(t,"setInterval",Zh),this._options.requestAnimationFrame&&lr(t,"requestAnimationFrame",IE),this._options.XMLHttpRequest&&"XMLHttpRequest"in t&&lr(XMLHttpRequest.prototype,"send",OE);let n=this._options.eventTarget;n&&(Array.isArray(n)?n:RE).forEach(NE)}};function Zh(e){return function(...t){let n=t[0];return t[0]=Ca(n,{mechanism:{data:{function:cr(e)},handled:!0,type:"instrument"}}),e.apply(this,t)}}function IE(e){return function(t){return e.apply(this,[Ca(t,{mechanism:{data:{function:"requestAnimationFrame",handler:cr(e)},handled:!0,type:"instrument"}})])}}function OE(e){return function(...t){let n=this;return["onload","onerror","onprogress","onreadystatechange"].forEach(a=>{a in n&&typeof n[a]=="function"&&lr(n,a,function(o){let i={mechanism:{data:{function:a,handler:cr(o)},handled:!0,type:"instrument"}},s=ai(o);return s&&(i.mechanism.data.handler=cr(s)),Ca(o,i)})}),e.apply(this,t)}}function NE(e){let t=Dt(),n=t[e]&&t[e].prototype;!n||!n.hasOwnProperty||!n.hasOwnProperty("addEventListener")||(lr(n,"addEventListener",function(r){return function(a,o,i){try{typeof o.handleEvent=="function"&&(o.handleEvent=Ca(o.handleEvent,{mechanism:{data:{function:"handleEvent",handler:cr(o),target:e},handled:!0,type:"instrument"}}))}catch{}let s=Ca(o,{mechanism:{data:{function:"addEventListener",handler:cr(o),target:e},handled:!0,type:"instrument"}}),u=[a,s,i];return r.apply(this,u)}}),lr(n,"removeEventListener",function(r){return function(a,o,i){let s=o;try{let u=s&&s.__sentry_wrapped__;u&&r.call(this,a,u,i)}catch{}return r.call(this,a,s,i)}}))}m();var UE="cause",jE=5,go=class e{static id="LinkedErrors";name=e.id;_key;_limit;constructor(t={}){this._key=t.key||UE,this._limit=t.limit||jE}setupOnce(){let t=bt().getClient();t&&ba((n,r)=>{let a=bt().getIntegration(e);return a?HE(t.getOptions().stackParser,a._key,a._limit,n,r):n})}};function HE(e,t,n,r,a){if(!r.exception||!r.exception.values||!a||!xr(a.originalException,Error))return r;let o=Xh(e,n,a.originalException,t);return r.exception.values=[...o,...r.exception.values],r}function Xh(e,t,n,r,a=[]){if(!xr(n[r],Error)||a.length+1>=t)return a;let o=gg(e,n[r]);return Xh(e,t,n[r],r,[o,...a])}m();var e2=Dt(),mo=class e{static id="HttpContext";name=e.id;setupOnce(){ba(t=>{if(bt().getIntegration(e)){if(!navigator&&!location&&!e2.document)return t;let n=t.request&&t.request.url||location&&location.href,{referrer:r}=e2.document||{},{userAgent:a}=navigator||{},o={...t.request&&t.request.headers,...r&&{Referer:r},...a&&{"User-Agent":a}},i={...n&&{url:n},headers:o};return{...t,request:i}}return t})}};m();var po=class e{static id="Dedupe";name=e.id;_previousEvent;setupOnce(t,n){let r=a=>{let o=n().getIntegration(e);if(o){try{if(zE(a,o._previousEvent))return!1&&rt.warn("Event dropped due to being a duplicate of previously captured event."),null}catch{return o._previousEvent=a}return o._previousEvent=a}return a};r.id=this.name,t(r)}};function zE(e,t){return t?!!(qE(e,t)||WE(e,t)):!1}function qE(e,t){let n=e.message,r=t.message;return!(!n&&!r||n&&!r||!n&&r||n!==r||!a2(e,t)||!r2(e,t))}function WE(e,t){let n=t2(t),r=t2(e);return!(!n||!r||n.type!==r.type||n.value!==r.value||!a2(e,t)||!r2(e,t))}function r2(e,t){let n=n2(e),r=n2(t);if(!n&&!r)return!0;if(n&&!r||!n&&r||(n=n,r=r,r.length!==n.length))return!1;for(let a=0;a"u"&&typeof Deno<"u"?Deno.env.toObject():x}var Se=Pe();function me(){return Se.IMMERSIVE_TRANSLATE_USERSCRIPT==="1"}function i2(){return Se.BETA==="1"}function gn(){return Se.PROD==="1"}function Jn(){return Se.PROD_API==="1"}function s2(){return Se.HAS_CSP_ERROR=="1"}function $e(){if(Se.IMMERSIVE_TRANSLATE_SAFARI==="1")return!0;if(typeof globalThis.immersiveTranslateBrowserAPI<"u"&&globalThis.immersiveTranslateBrowserAPI.runtime&&globalThis.immersiveTranslateBrowserAPI.runtime.getManifest){let t=globalThis.immersiveTranslateBrowserAPI.runtime.getManifest();return!!(t&&t._isSafari)}else return!1}function ci(){return Se.IMMERSIVE_TRANSLATE_SAFARI==="1"}function kl(){return typeof Deno<"u"}var cj=Pe().PROD==="1",di=Pe().PROD!=="1";function Al(){return typeof globalThis.__IS_IMMERSIVE_TRANSLATE_WEB_OPTIONS_PAGE__<"u"}function Os(){if(typeof globalThis.immersiveTranslateBrowserAPI<"u"&&globalThis.immersiveTranslateBrowserAPI.runtime&&globalThis.immersiveTranslateBrowserAPI.runtime.getManifest){let e=globalThis.immersiveTranslateBrowserAPI.runtime.getManifest();return!!(e&&(e._isUserscript||e._isSafari))}else return!1}m();var u2={nologin:"\u672A\u767B\u5F55",loginForSafari:"\u767B\u5F55\u6216\u6CE8\u518C",login:"\u767B\u5F55\u540E\u53EF\u5F00\u901A\u4F1A\u5458",goLogin:"\u53BB\u767B\u5F55",manageAccount:"\u7BA1\u7406\u8D26\u6237",openPremium:"\u5F00\u901A\u4F1A\u5458",logout:"\u9000\u51FA",curentPlan:"\u5F53\u524D\u5957\u9910",endAt:"\u5230\u671F",endAuto:"\u81EA\u52A8\u7EED\u671F",lineBreakMaxTextCount:"\u6362\u884C\u540E\uFF0C\u6BCF\u53E5\u8BDD\u5141\u8BB8\u7684\u6700\u5927\u5B57\u7B26\u6570\u91CF","translate-pdf":"\u70B9\u51FB\u7FFB\u8BD1 PDF","noSupportTranslate-pdf":"\u811A\u672C\u4E0D\u652F\u6301\u8BF7\u4F7F\u7528\u63D2\u4EF6","translate-firefox-local-pdf":"\u70B9\u51FB\u53BB\u5BFC\u5165PDF",enableLineBreak:"\u5F00\u542F\u957F\u6BB5\u843D\u81EA\u52A8\u6362\u884C",sponsorLabel:"$1 \u8D77\u8D5E\u52A9\u5F00\u53D1\u8005",help:"\u5E2E\u52A9",enableLineBreakDescription:"\u5F00\u542F\u540E\uFF0C\u5C06\u4F1A\u5728\u957F\u6BB5\u843D\u4E2D\u6BCF\u53E5\u8BDD\u7ED3\u675F\u63D2\u5165\u6362\u884C\u7B26\uFF0C\u4EE5\u4FBF\u4E8E\u9605\u8BFB","browser.shortBrandName":"\u6C89\u6D78\u5F0F\u7FFB\u8BD1","browser.brandName":"\u6C89\u6D78\u5F0F\u7FFB\u8BD1 - \u7F51\u9875\u7FFB\u8BD1\u63D2\u4EF6 | PDF\u7FFB\u8BD1 | \u514D\u8D39","browser.brandDescription":"\u3010\u6C89\u6D78\u5F0F\u7FFB\u8BD1\u3011\u4E00\u6B3E\u514D\u8D39\u7684\uFF08\u539F\u6587/\u8BD1\u6587\uFF09\u53CC\u8BED\u5BF9\u7167\u7F51\u9875\u7FFB\u8BD1\u63D2\u4EF6\uFF0C\u540C\u65F6\u652F\u6301PDF\u7FFB\u8BD1\uFF08\u4FDD\u7559\u539F\u6587\u6863\u6392\u7248\uFF09\uFF0C\u89C6\u9891\u53CC\u8BED\u5B57\u5E55\u7FFB\u8BD1\uFF08Youtube, Netflix\u7B49\uFF09\uFF0CEPUB\u7535\u5B50\u4E66\u7FFB\u8BD1\u7B49\uFF1B\u652F\u6301\u8C03\u7528\u4EBA\u5DE5\u667A\u80FDAI\u7FFB\u8BD1\u5927\u6A21\u578B\uFF08OpenAI (ChatGPT)\u3001DeepL\u3001Gemini(Bard) \u7B49 \uFF09\u5BF9\u4EE5\u4E0A\u5185\u5BB9\u8FDB\u884C\u66F4\u51C6\u786E\u7684\u7FFB\u8BD1\uFF1B","browser.brandDescriptionForSafari":"\u3010\u6C89\u6D78\u5F0F\u7FFB\u8BD1\u3011\u4E00\u6B3E\u514D\u8D39\u7684\uFF08\u539F\u6587/\u8BD1\u6587\uFF09\u53CC\u8BED\u5BF9\u7167\u7F51\u9875\u7FFB\u8BD1\u63D2\u4EF6\uFF0C\u540C\u65F6\u652F\u6301PDF\u7FFB\u8BD1\u548CEPUB\u7535\u5B50\u4E66\u7FFB\u8BD1\u4E14\u4FDD\u7559\u539F\u6587\u6863\u6392\u7248\uFF0CYoutube/Netflix\u7B49\u5728\u7EBF\u89C6\u9891\u53CC\u8BED\u5B57\u5E55\u7FFB\u8BD1\uFF0C\u652F\u6301Deepl/Google\u7B49\u4E3B\u6D41\u7FFB\u8BD1\u670D\u52A1;","browser.toggleTranslatePage":"\u7FFB\u8BD1\u7F51\u9875/\u663E\u793A\u539F\u6587","browser.toggleTranslateTheWholePage":"\u7FFB\u8BD1\u9875\u9762\u5168\u90E8\u533A\u57DF/\u663E\u793A\u539F\u6587","browser.toggleTranslateToThePageEndImmediately":"\u7ACB\u5373\u7FFB\u8BD1\u5230\u9875\u9762\u5E95\u90E8/\u663E\u793A\u539F\u6587","browser.toggleTranslateTheMainPage":"\u7FFB\u8BD1\u9875\u9762\u4E3B\u8981\u533A\u57DF/\u663E\u793A\u539F\u6587","browser.shareToDraft":"\u751F\u6210\u7F51\u9875\u5FEB\u7167","browser.openOptionsPage":"\u6253\u5F00\u8BBE\u7F6E\u9875","browser.translateLocalPdfFile":"\u7FFB\u8BD1\u672C\u5730 PDF \u6587\u4EF6","browser.openEbookViewer":"\u9605\u8BFB\u672C\u5730\u7535\u5B50\u4E66","browser.openEbookBuilder":"\u5236\u4F5C\u53CC\u8BED EPUB \u7535\u5B50\u4E66","browser.translateLocalHtmlFile":"\u7FFB\u8BD1 HTML/txt \u6587\u4EF6","browser.donateContext":"\u4E86\u89E3\u8D5E\u52A9\u798F\u5229","browser.translateLocalSubtitleFile":"\u7FFB\u8BD1\u672C\u5730\u5B57\u5E55\u6587\u4EF6",confirmResetConfig:"\u4F60\u786E\u5B9A\u8981\u91CD\u7F6E\u8BBE\u7F6E\u5417\uFF1F",translationLineBreakSettingTitle:"\u8BD1\u6587\u6362\u884C\u8BBE\u7F6E",smartLineBreak:"\u667A\u80FD\u6362\u884C",alwaysLineBreak:"\u603B\u662F\u6362\u884C",isShowContextMenu:"\u5C06\u7FFB\u8BD1\u7F51\u9875\u52A0\u5165\u53F3\u952E\u83DC\u5355\u9879",toggleBeta:"\u5F00\u542F Beta \u6D4B\u8BD5\u7279\u6027",betaDescription:"\u542F\u7528\u4ECD\u5728\u5B9E\u9A8C\u6027\u7684\u529F\u80FD\uFF0C\u4EE5\u53CA\u6D4B\u8BD5\u4E2D\u7684\u7FFB\u8BD1\u670D\u52A1\u3002\u52A0\u5165 <1>Telegram \u7FA4\u7EC4\u4E86\u89E3\u66F4\u591A\u3002",translationLineBreakSettingDescription:"\u603B\u662F\u6362\u884C\u9002\u7528\u4E8E\u8F83\u5C11\u5185\u5BB9\u7684\u7248\u9762\uFF0C\u66F4\u6574\u9F50\u3002\uFF08\u5728\u5185\u5BB9\u8F83\u591A\u7684\u957F\u6BB5\u843D(\u8D85\u8FC7{count}\u4E2A\u5B57\u7B26) \u4F7F\u7528\u667A\u80FD\u6362\u884C\uFF0C\u66F4\u7701\u7A7A\u95F4\uFF09",tempTranslateDomainTitle:"\u4E34\u65F6\u5F00\u542F\u7F51\u7AD9\u7FFB\u8BD1\u7684\u65F6\u957F",tempTranslateDomainDescription:"\u5F53\u624B\u52A8\u7FFB\u8BD1\u67D0\u4E2A\u7F51\u9875\u7684\u65F6\u5019\uFF0C\u4E34\u65F6\u5F00\u542F\u8BE5\u7F51\u7AD9\u4E3A\u81EA\u52A8\u7FFB\u8BD1\uFF0C\u53EF\u8BBE\u7F6E\u4E34\u65F6\u65F6\u957F",xMinutes:"{count} \u5206\u949F",disabled:"\u7981\u7528",changelog:"\u66F4\u65B0\u65E5\u5FD7",toggleTranslatePageWhenThreeFingersOnTheScreen:"\u591A\u6307\u540C\u65F6\u89E6\u6478\u5C4F\u5E55\u5219\u7FFB\u8BD1\u7F51\u9875/\u663E\u793A\u539F\u6587",toggleTranslationMaskWhenThreeFingersOnTheScreen:"\u591A\u6307\u540C\u65F6\u89E6\u6478\u5219\u663E\u793A/\u9690\u85CF\u8BD1\u6587\u6A21\u7CCA\u6548\u679C",addUrlDescription:"\u53EF\u4EE5\u4E3A\u57DF\u540D\uFF0C\u540C\u65F6\u652F\u6301\u901A\u914D\u7B26\uFF0C\u5982\uFF1A*.google.com, google.com/mail/*, https://www.google.com/*",general:"\u57FA\u672C\u8BBE\u7F6E",clickToExpandConfig:"\u5C55\u5F00\u5F53\u524D\u914D\u7F6E",import:"\u4ECE\u6587\u4EF6\u5BFC\u5165",export:"\u5BFC\u51FA\u5230\u6587\u4EF6",toggleDebug:"\u5728\u63A7\u5236\u53F0\u6253\u5370\u8C03\u8BD5\u65E5\u5FD7",mouseHoldKey:"+ {key} \u7FFB\u8BD1/\u8FD8\u539F\u8BE5\u6BB5",mouseHoldKeyAuto:"\u76F4\u63A5\u7FFB\u8BD1\u8BE5\u6BB5",mouseHoldKeyOff:"\u4E0D\u505A\u4EFB\u4F55\u4E8B\u60C5",mouseHoldKeyOther:"\u81EA\u5B9A\u4E49\u5FEB\u6377\u952E(\u6253\u5F00\u8BBE\u7F6E)",mouseHoldKeyCustomKey:"{key} \u7FFB\u8BD1/\u8FD8\u539F\u8BE5\u6BB5","mouse-translate":"\u9F20\u6807\u60AC\u505C",document:"\u4F7F\u7528\u6559\u7A0B",resetSuccess:"\u91CD\u7F6E\u6240\u6709\u8BBE\u7F6E\u6210\u529F",resetThisSuccess:"\u91CD\u7F6E\u6210\u529F",saved:"\u4FDD\u5B58\u6210\u529F",successImportConfig:"\u6210\u529F\u5BFC\u5165\u914D\u7F6E",goAdvancedSettings:"\u53BB\u8FDB\u9636\u8BBE\u7F6E\u9875",goAdvancedInterfaceSettings:"\u53BB\u9AD8\u7EA7\u81EA\u5B9A\u4E49\u8BBE\u7F6E\u9875\u9762",advanced:"\u8FDB\u9636\u8BBE\u7F6E",advancedDescription:"\u4E00\u822C\u65E0\u9700\u8BBE\u7F6E\uFF0C\u4FDD\u6301\u9ED8\u8BA4\u5373\u53EF\u3002\u4EC5\u5BF9\u4E8E\u66F4\u4E13\u4E1A\u7684\u7528\u6237\uFF0C\u63D0\u4F9B\u66F4\u4E2A\u6027\u5316\u7684\u8BBE\u7F6E\u9879\u3002",developer:"\u5F00\u53D1\u8005\u8BBE\u7F6E",donateCafe:"\u4EF7\u683C","translate to the bottom of the page":"\u8FDB\u5165\u7F51\u9875\u540E\uFF0C\u662F\u5426\u7ACB\u5373\u7FFB\u8BD1\u5230\u9875\u9762\u5E95\u90E8\uFF1F",feedback:"\u95EE\u9898\u53CD\u9988",toggleTranslatePage:"\u7FFB\u8BD1\u7F51\u9875/\u663E\u793A\u539F\u6587",translateToThePageEndImmediatelyDescription:"\u5F00\u542F\u540E\uFF0C\u8FDB\u5165\u7F51\u9875\u5C06\u7ACB\u5373\u7FFB\u8BD1\u4ECE\u9876\u90E8\u5230\u5E95\u90E8\u7684\u5185\u5BB9\u3002\u5173\u95ED\u5219\u8FB9\u770B\u8FB9\u8BD1\u3002\uFF08\u4E0D\u63A8\u8350\u5F00\u542F\uFF09","translate all areas of the page":"\u662F\u5426\u7FFB\u8BD1\u7F51\u9875\u6240\u6709\u533A\u57DF",translationAreaDescription:"\u5F00\u542F\u540E\uFF0C\u6574\u4E2A\u7F51\u9875\u7684\u6240\u6709\u533A\u57DF\u90FD\u4F1A\u88AB\u7FFB\u8BD1\u3002\u5173\u95ED\u5219\u4F7F\u7528\u9ED8\u8BA4\u7684\u667A\u80FD\u8BC6\u522B\uFF0C\u4EC5\u7FFB\u8BD1\u4E3B\u8981\u533A\u57DF\u3002\uFF08\u4E0D\u63A8\u8350\u5F00\u542F\uFF09","the number of characters to be translated first":"\u76F4\u63A5\u7FFB\u8BD1\u9875\u9762\u524D\u591A\u5C11\u4E2A\u5B57\u7B26\uFF0C\u800C\u65E0\u9700\u7B49\u5F85\u6EDA\u52A8\u5230\u53EF\u89C6\u533A\u57DF","interface language":"\u754C\u9762\u8BED\u8A00","display both the original text and the translation":"\u540C\u65F6\u663E\u793A\u539F\u6587\u548C\u8BD1\u6587","keyboard shortcuts":"\u952E\u76D8\u5FEB\u6377\u952E",modify:"\u4FEE\u6539\u5FEB\u6377\u952E",reset:"\u91CD\u7F6E",close:"\u5173\u95ED",homepage:"\u4E3B\u9875",more:"\u66F4\u591A",moreOptions:"\u5C55\u5F00\u66F4\u591A\u81EA\u5B9A\u4E49\u9009\u9879",translateTheWholePage:"\u7FFB\u8BD1\u9875\u9762\u5168\u90E8\u533A\u57DF\uFF08\u533A\u522B\u4E8E\u667A\u80FD\u8BC6\u522B\u4E3B\u8981\u533A\u57DF\uFF09",changeToTranslateTheWholePage:"\u5207\u6362\u4E3A\u7FFB\u8BD1\u6240\u6709\u533A\u57DF",changeToTranslateTheMainPage:"\u5207\u6362\u4E3A\u7FFB\u8BD1\u4E3B\u8981\u533A\u57DF",translateToThePageEndImmediately:"\u7ACB\u5373\u7FFB\u8BD1\u5230\u9875\u9762\u5E95\u90E8",translateTheMainPage:"\u667A\u80FD\u7FFB\u8BD1\u4E3B\u8981\u533A\u57DF","The local rules are up to date":"\u672C\u5730\u9002\u914D\u89C4\u5219\u5DF2\u662F\u6700\u65B0:","Successfully synchronized with the latest official rules:":"\u6210\u529F\u540C\u6B65\u6700\u65B0\u5B98\u65B9\u9002\u914D\u89C4\u5219:","Checking for updates":"\u6B63\u5728\u68C0\u67E5\u66F4\u65B0","Rules are being synchronized":"\u6B63\u5728\u540C\u6B65\u9002\u914D\u89C4\u5219",localVersionIsTooOld:"\u672C\u5730\u6269\u5C55\u7248\u672C\u8FC7\u65E7\uFF0C\u8BF7\u5347\u7EA7\u6269\u5C55\u5230 {minVersion} \u6216\u66F4\u65B0\u7684\u7248\u672C\u518D\u5C1D\u8BD5\u540C\u6B65",badUserscriptBrowser:"\u5F53\u524D\u6D4F\u89C8\u5668\u6CA1\u6709\u6B63\u786E\u5B9E\u73B0\u6CB9\u7334\u6269\u5C55\u7684\u63A5\u53E3\uFF08\u6BD4\u5982\u83B7\u53D6\u6CB9\u7334\u811A\u672C\u81EA\u8EAB\u7684\u7248\u672C\u53F7\u4FE1\u606F\uFF09\uFF0C\u8BF7\u4F7F\u7528\u5176\u4ED6<1>\u652F\u6301\u6CB9\u7334\u6269\u5C55\u7684\u6D4F\u89C8\u5668\u5982 Firefox",foundNewVersion:"\u53D1\u73B0\u65B0\u7248\u672C",theLocalExtensionIsUpToUpdate:"\u5F53\u524D\u6269\u5C55\u5DF2\u662F\u6700\u65B0\u7248\u672C\u3002",failToSyncRules:"\u540C\u6B65\u6700\u65B0\u9002\u914D\u89C4\u5219\u5931\u8D25",retry:"\u70B9\u6B64\u91CD\u8BD5",failedReason:"\u5931\u8D25\u539F\u56E0",currentRuleVersion:"\u5F53\u524D\u89C4\u5219\u7248\u672C",calculating:"\u8BA1\u7B97\u4E2D",unknownError:'\u60A8\u5F53\u524D\u6240\u4F7F\u7528\u7684\u7FFB\u8BD1\u670D\u52A1\u56E0\u7F51\u7EDC\u8FDE\u63A5\u6216\u670D\u52A1\u63D0\u4F9B\u5546\u7684\u95EE\u9898\u6682\u65F6\u65E0\u6CD5\u8BBF\u95EE\u3002\u5EFA\u8BAE\u60A8\u5C1D\u8BD5\u5237\u65B0\u9875\u9762\u6216\u901A\u8FC7\u8BBE\u7F6E\u66F4\u6362\u5176\u4ED6\u7FFB\u8BD1\u670D\u52A1\u3002\u82E5\u60A8\u662FPro\u4F1A\u5458\uFF0C\u53EF\u4EE5\u9009\u62E9\u4F7F\u7528\u66F4\u4E3A\u7A33\u5B9A\u7684DeepL\u6216OpenAI\u7FFB\u8BD1\u670D\u52A1\u3002\u540C\u65F6\uFF0C\u60A8\u53EF\u80FD\u9700\u8981\u68C0\u67E5\u7F51\u7EDC\u6216\u4EE3\u7406\u8BBE\u7F6E\u540E\u91CD\u65B0\u5C1D\u8BD5\u3002',canNotFetchRemoteRule:"\u65E0\u6CD5\u83B7\u53D6\u8FDC\u7A0B\u89C4\u5219",enableAlphaSuccess:"\u5DF2\u5F00\u542FAlpha\u529F\u80FD",disableAlphaSuccess:"\u5DF2\u5173\u95EDAlpha\u529F\u80FD",cacheSize:"\u7F13\u5B58\u5927\u5C0F\uFF1A",cleaning:"\u6E05\u7406\u4E2D",cleanCache:"\u6E05\u9664\u7F13\u5B58",options:"\u8BBE\u7F6E",about:"\u5173\u4E8E",service:"\u7FFB\u8BD1\u670D\u52A1",needAction:"(\u53BB\u8BBE\u7F6E)",goSettings:"\u53BB\u8BBE\u7F6E",needActionForOptions:"(\u9700\u8BBE\u7F6E)",translationEngine:"\u5F15\u64CE\u9009\u9879",sourceLanguage:"\u539F\u6587\u8BED\u8A00",target:"\u76EE\u6807\u8BED\u8A00",popupSourceLanguage:"\u539F\u6587\u8BED\u8A00",popupTarget:"\u76EE\u6807\u8BED\u8A00",popupService:"\u7FFB\u8BD1\u670D\u52A1",forThisSite:"\u5F53\u524D\u7F51\u7AD9",autoEnableSubtitle:"\u81EA\u52A8\u5F00\u542F\u53CC\u8BED\u5B57\u5E55",alwaysTranslate:"\u603B\u662F\u7FFB\u8BD1",neverTranslate:"\u6C38\u4E0D\u7FFB\u8BD1",neverTranslateSomeLanguage:"\u6C38\u4E0D\u7FFB\u8BD1 {language}",alwaysTranslateSomeSite:"\u603B\u662F\u7FFB\u8BD1 {hostname}",neverTranslateSomeSite:"\u6C38\u4E0D\u7FFB\u8BD1 {hostname}",alwaysTranslateSomeSiteOrWildSite:"\u603B\u662F\u7FFB\u8BD1\u8BE5\u7F51\u7AD9",alwaysTranslateSomePage:"\u603B\u662F\u7FFB\u8BD1\u8BE5\u7F51\u9875",add:"\u6DFB\u52A0",default:"\u9ED8\u8BA4",forThisLanguage:"\u9488\u5BF9\u8BE5\u8BED\u8A00\uFF1A","add url":"\u8F93\u5165URL",edit:"\u7F16\u8F91",pickAll:"\u5168\u9009","translate other languages into specific language":"\u5C06\u5176\u4ED6\u8BED\u8A00\u7FFB\u8BD1\u4E3A\u4F60\u8BBE\u7F6E\u7684\u8BED\u8A00","select translation service":"\u9009\u62E9\u4E00\u9879\u7FFB\u8BD1\u670D\u52A1",language:"\u8BED\u8A00","show-original":"\u663E\u793A\u539F\u6587",translate:"\u7FFB\u8BD1",Translated:"\u5DF2\u7FFB\u8BD1",Translating:"\u7FFB\u8BD1\u4E2D",Error:"\u9519\u8BEF",allowCacheTranslations:"\u5F00\u542F\u672C\u5730\u7FFB\u8BD1\u7F13\u5B58\uFF08\u51CF\u5C11\u91CD\u590D\u6BB5\u843D\u7684\u7FFB\u8BD1\u8BF7\u6C42\uFF09","translation display":"\u8BD1\u6587\u663E\u793A\u6837\u5F0F","select diplay style":"\u533A\u5206\u8BD1\u6587\u7684\u6837\u5F0F\uFF0C\u5177\u4F53\u53EF\u53C2\u8003\u4E0B\u5217\u793A\u4F8B",interface:"\u754C\u9762\u8BBE\u7F6E",import_export:"\u5BFC\u5165/\u5BFC\u51FA",import_export_title:"\u5BFC\u5165/\u5BFC\u51FA\u914D\u7F6E",syncToGoogleDrive:"\u7ACB\u5373\u4E0E Google Drive \u540C\u6B65","floatBallOptions.enable":"\u542F\u7528\u60AC\u6D6E\u7403","floatBallOptions.blockUrls":"\u7981\u7528\u7F51\u7AD9","floatBallOptions.add":"\u6DFB\u52A0","floatBallOptions.blockUrlDesc":"\u5F53\u9047\u4E0B\u5217\u7F51\u7AD9\u65F6\u4E0D\u663E\u793A\u60AC\u6D6E\u7403","floatBallOptions.clickType":"\u70B9\u51FB\u884C\u4E3A","floatBallOptions.clickTypeDesc":"\u60AC\u6D6E\u7403\u56FE\u6807\u70B9\u51FB\u65F6\u7684\u884C\u4E3A","floatBallOptions.clickPopup":"\u663E\u793A\u7FFB\u8BD1\u9762\u677F","floatBallOptions.clickTranslate":"\u7FFB\u8BD1/\u663E\u793A\u539F\u6587","floatBallOptions.fixedPosition":"\u56FA\u5B9A\u4F4D\u7F6E","floatBallOptions.fixedPositionDesc":"\u60AC\u6D6E\u7403\u5728\u7A97\u53E3\u5DE6\u4FA7\u8FD8\u662F\u53F3\u4FA7","floatBallOptions.fixedPositionLeft":"\u5DE6\u4FA7","floatBallOptions.fixedPositionRight":"\u53F3\u4FA7",previewAllThemes:"\u9884\u89C8\u5168\u90E8\u6837\u5F0F","translationTheme.none":"\u65E0","translationTheme.grey":"\u9ED1\u7070\u8272","translationTheme.dashed":"\u865A\u7EBF\u4E0B\u5212\u7EBF","translationTheme.dotted":"\u70B9\u72B6\u4E0B\u5212\u7EBF","translationTheme.dashedBorder":"\u865A\u7EBF\u8FB9\u6846","translationTheme.solidBorder":"\u5B9E\u7EBF\u8FB9\u6846","translationTheme.underline":"\u76F4\u7EBF\u4E0B\u5212\u7EBF","translationTheme.mask":"\u6A21\u7CCA\u6548\u679C\uFF08\u5B66\u4E60\u6A21\u5F0F\uFF09","translationTheme.opacity":"\u900F\u660E\u6548\u679C","translationTheme.paper":"\u767D\u7EB8\u9634\u5F71\u6548\u679C","translationTheme.dividingLine":"\u5206\u5272\u7EBF","translationTheme.highlight":"\u9AD8\u4EAE","translationTheme.marker":"\u9A6C\u514B\u7B14","translationTheme.marker2":"\u9A6C\u514B\u7B142","translationTheme.blockquote":"\u5F15\u7528\u6837\u5F0F","translationTheme.weakening":"\u5F31\u5316","translationTheme.italic":"\u659C\u4F53","translationTheme.bold":"\u52A0\u7C97","translationTheme.thinDashed":"\u7EC6\u865A\u7EBF\u4E0B\u5212\u7EBF","translationTheme.nativeDashed":"\u7CFB\u7EDF\u81EA\u5E26\u865A\u7EBF\u4E0B\u5212\u7EBF","translationTheme.nativeDotted":"\u7CFB\u7EDF\u81EA\u5E26\u70B9\u72B6\u4E0B\u5212\u7EBF","translationTheme.nativeUnderline":"\u7CFB\u7EDF\u81EA\u5E26\u76F4\u7EBF\u4E0B\u5212\u7EBF","translationTheme.wavy":"\u6CE2\u6D6A\u7EBF","translationServices.custom":"\u81EA\u5B9A\u4E49API","translationServices.tencent":"\u817E\u8BAF\u7FFB\u8BD1\u541B","translationServices.tenAlpha":"\u817E\u8BAF\u7FFB\u8BD1\u541B(Alpha)","translationServices.google":"\u8C37\u6B4C\u7FFB\u8BD1","translationServices.bai":"\u767E\u5EA6(Alpha)","translationServices.baidu":"\u767E\u5EA6\u7FFB\u8BD1","translationServices.aliyun":"\u963F\u91CC\u4E91\u7FFB\u8BD1","translationServices.volc":"\u706B\u5C71\u7FFB\u8BD1","translationServices.deeplx":"DeepLX(Beta)","translationServices.bing":"\u5FAE\u8F6F\u7FFB\u8BD1","translationServices.deepl":"DeepL","translationServices.wechat":"\u5FAE\u4FE1\u7FFB\u8BD1","translationServices.azure":"Azure \u7FFB\u8BD1","translationServices.ibm":"IBM Watson","translationServices.aws":"\u4E9A\u9A6C\u900A\u7FFB\u8BD1","translationServices.mock":"\u6A21\u62DF\u7FFB\u8BD1","translationServices.mock2":"\u6A21\u62DF\u7FFB\u8BD12","translationServices.caiyun":"\u5F69\u4E91\u5C0F\u8BD1","translationServices.cai":"\u5F69\u4E91\u5C0F\u8BD1 (Alpha)","translationServices.volcAlpha":"\u706B\u5C71 (Alpha)","translationServices.openl":"OpenL","translationServices.youdao":"\u6709\u9053\u7FFB\u8BD1","translationServices.you":"\u6709\u9053\u7FFB\u8BD1 (Alpha)","translationServices.transmart":"\u817E\u8BAF\u4EA4\u4E92\u7FFB\u8BD1","translationServices.niu":"\u5C0F\u725B\u7FFB\u8BD1","translationServices.papago":"Papago \u7FFB\u8BD1","translationServices.d":"D (Alpha)","translationServices.dpro":"D Pro (Canary)","translationServices.openai":"OpenAI","translationServices.yandex":"Yandex","translationServices.gemini":"Gemini","translationServices.claude":"Claude","translationServices.chatgpt":"ChatGPT Web(3.5 mobile)","translate title":"\u7FFB\u8BD1\u9875\u9762\u6807\u9898","always languages":"\u603B\u662F\u7FFB\u8BD1\u7684\u8BED\u8A00",neverTranslateLanguagesLabel:"\u6C38\u4E0D\u7FFB\u8BD1\u7684\u8BED\u8A00",neverTranslateTheFollowingLanguagesDescription:"\u5F53\u9875\u9762\u4E2D\u67D0\u4E00\u6BB5\u843D\u7684\u8BED\u8A00\u4E3A\u4E0B\u5217\u8BED\u8A00\u65F6\uFF0C\u5C06\u8DF3\u8FC7\u7FFB\u8BD1",enableUserscriptPagePopup:"\u5728\u9875\u9762\u4E0A\u663E\u793A\u60AC\u6D6E\u7403",enableUserscriptPagePopupDescription:"\u5173\u95ED\u60AC\u6D6E\u7403\u540E\uFF0C\u53EF\u4EE5\u7528\u5FEB\u6377\u952E/{touch}\u5524\u8D77\u3002\u4E3A\u9632\u6B62\u4E0D\u614E\u5173\u95ED\u8BE5\u9009\u9879\u540E\u627E\u4E0D\u5230\u60AC\u6D6E\u7403\uFF0C\u5F3A\u70C8\u5EFA\u8BAE\u6536\u85CF\u672C\u8BBE\u7F6E\u9875","always translate the following languages":"\u5F53\u9875\u9762\u8BED\u8A00\u4E3A\u4E0B\u5217\u8BED\u8A00\u65F6\uFF0C\u4F1A\u81EA\u52A8\u7FFB\u8BD1\u4E3A\u76EE\u6807\u8BED\u8A00","always sites":"\u603B\u662F\u7FFB\u8BD1\u7684\u7F51\u5740","always translate the following sites":"\u5F53\u7F51\u7AD9\u4E3A\u4E0B\u5217\u57DF\u540D\u65F6\uFF0C\u4F1A\u81EA\u52A8\u7FFB\u8BD1\u4E3A\u76EE\u6807\u8BED\u8A00","never sites":"\u6C38\u4E0D\u7FFB\u8BD1\u7684\u7F51\u5740","never translate the following sites":"\u5F53\u7F51\u7AD9\u4E3A\u4E0B\u5217\u57DF\u540D\u65F6\uFF0C\u5C06\u4E0D\u4F1A\u8FDB\u884C\u7FFB\u8BD1","please refer to":"\u9700\u8981\u586B\u5199\u5BC6\u94A5\u540E\u624D\u53EF\u7528\uFF0C\u8BE6\u60C5\u53C2\u8003",KeyAndConfigurationTutorial:"\u300A\u5BC6\u94A5\u7533\u8BF7\u548C\u914D\u7F6E\u6559\u7A0B\u300B",useAboveStyleForTheseSites:"\u5F53\u7F51\u7AD9\u4E3A\u4E0B\u5217\u57DF\u540D\u65F6\uFF0C\u603B\u662F\u4F7F\u7528 \u2308{theme}\u230B \u8BD1\u6587\u6837\u5F0F",currentUrl:"\u5F53\u524D\u7F51\u5740",confirm:"\u4FDD\u5B58",cancel:"\u53D6\u6D88",delete:"\u5220\u9664",syncToCloud:"\u540C\u6B65\u5230 Google Drive",syncToCloudDescription:"\u4E0A\u4F20\u5230\u4E91\u7AEF\uFF0C\u53EF\u4EE5\u5728\u4E0D\u540C\u7684\u6D4F\u89C8\u5668/\u6CB9\u7334\u811A\u672C\u4E4B\u95F4\u540C\u6B65\u914D\u7F6E\uFF0C\u4EE5\u6700\u540E\u4FEE\u6539\u65F6\u95F4\u4E3A\u51C6\u3002",syncToAccount:"\u540C\u6B65\u5230\u6C89\u6D78\u5F0F\u7FFB\u8BD1\u4E91\u7AEF",syncToAccountButton:"\u7ACB\u5373\u4E0E\u4E91\u7AEF\u540C\u6B65",syncToAccountDescription:"\u5728\u4E0D\u540C\u7684\u8BBE\u5907\u4E4B\u95F4\u81EA\u52A8\u540C\u6B65\u914D\u7F6E\uFF0C\u4EE5\u6700\u540E\u4FEE\u6539\u65F6\u95F4\u4E3A\u51C6\u3002",successSyncConfigInAccount:"\u6210\u529F\u4E0E\u4E91\u7AEF\u4FDD\u6301\u540C\u6B65",successSyncConfigToAccount:"\u6210\u529F\u540C\u6B65\u5230\u4E91\u7AEF",syncConfigNoUpdate:"\u5DF2\u7ECF\u662F\u6700\u65B0\u7684\u4E86",authFail:"\u6388\u6743\u5931\u8D25",syncTitle:"\u624B\u52A8\u5907\u4EFD\u7BA1\u7406",import_hint:"\u5BFC\u5165",upload:"\u4E0A\u4F20",revokeAuth:"\u64A4\u9500\u6388\u6743",uploadFail:"\u4E0A\u4F20\u5931\u8D25",download:"\u4E0B\u8F7D",importSuccess:"\u5BFC\u5165\u6210\u529F",importFail:"\u5BFC\u5165\u5931\u8D25",deleteFail:"\u5220\u9664\u5931\u8D25",backupToCloud:"\u624B\u52A8\u7BA1\u7406\u5907\u4EFD\u6587\u4EF6",create_new_backup:"\u65B0\u589E\u5907\u4EFD\u8282\u70B9",maxBackupFiles:"\u6700\u591A\u53EF\u4EE5\u5907\u4EFD{count}\u4E2A\u4E0D\u540C\u7684\u8282\u70B9, \u8BF7\u5220\u9664\u4E0D\u9700\u8981\u7684\u8282\u70B9",backupToCloudDescription:"\u624B\u52A8\u4E0A\u4F20\u6216\u6062\u590D\u5907\u4EFD\u6587\u4EF6\uFF0C\u6700\u591A\u5141\u8BB83\u4E2A\u4E0D\u540C\u7684\u5907\u4EFD",successSyncConfig:"\u6210\u529F\u4E0E\u4E91\u7AEF\u4FDD\u6301\u540C\u6B65",syncFail:"\u540C\u6B65\u5931\u8D25",updatedAt:"\u66F4\u65B0\u4E8E {date}",lastSyncedAt:"\u4E0A\u6B21\u68C0\u67E5\u4E8E {date}",downloadFail:"\u4E0B\u8F7D\u5931\u8D25",clickToDownload:"\u70B9\u51FB\u4E0B\u8F7D",aboutLabel:"\u5173\u4E8E - \u53CD\u9988","browser.openAboutPage":"\u5173\u4E8E/\u53CD\u9988",aboutLabelWithoutSponsor:"\u5173\u4E8E - \u53CD\u9988",aboutIntro:"\u5E0C\u671B\u6211\u4EEC\u90FD\u80FD\u66F4\u52A0\u5BB9\u6613\u4E14\u6109\u60A6\u5730\u83B7\u53D6\u4E92\u8054\u7F51\u4E0A\u5DE8\u5927\u7684\u5916\u8BED\u4FE1\u606F \u2764\uFE0F \u4F60\u53EF\u9009\u62E9\u5F00\u901A <6>Pro\u4F1A\u5458 \u6765\u4F7F\u7528\u5F00\u7BB1\u5373\u7528\u7684 DeepL \u548C OpenAI \u7FFB\u8BD1\u3002

\u4F60\u53EF\u4EE5\u5173\u6CE8\u6211\u4EEC\u7684<3>\u63A8\u7279\uFF0C<4>Telegram \u9891\u9053\uFF0C\u5FAE\u4FE1\u516C\u4F17\u53F7\uFF0C\u5FAE\u4FE1\u4EA4\u6D41\u7FA4\uFF0C\u6216\u8005\u4E0B\u65B9\u7684<5>\u90AE\u4EF6\u8BA2\u9605\u8FFD\u8E2A\u66F4\u65B0\u3002
<7>Pro \u4F1A\u5458 \u53EF\u4EE5\u901A\u8FC7\u5FEB\u901F\u5BA2\u670D\u90AE\u7BB1 <8>support@immersivetranslate.com \u548C\u6211\u4EEC\u53D6\u5F97\u8054\u7CFB\u3002",aboutIntroWithoutSponsor:"\u5E0C\u671B\u6211\u4EEC\u90FD\u80FD\u66F4\u52A0\u5BB9\u6613\u4E14\u6109\u60A6\u5730\u83B7\u53D6\u4E92\u8054\u7F51\u4E0A\u5DE8\u5927\u7684\u5916\u8BED\u4FE1\u606F \u2764\uFE0F

\u4F60\u53EF\u4EE5\u5173\u6CE8\u6211\u4EEC\u7684<3>\u63A8\u7279\uFF0C<4>Telegram \u9891\u9053\uFF0C\u5FAE\u4FE1\u516C\u4F17\u53F7\uFF0C\u5FAE\u4FE1\u4EA4\u6D41\u7FA4\uFF0C\u6216\u8005\u4E0B\u65B9\u7684<5>\u90AE\u4EF6\u8BA2\u9605\u8FFD\u8E2A\u66F4\u65B0\u3002",projectHomepage:"\u9879\u76EE\u4E3B\u9875",joinTelegramGroup:"\u52A0\u5165\u7528\u6237\u4EA4\u6D41\u7FA4\u53C2\u4E0E\u529F\u80FD\u8BA8\u8BBA",wechatPublicAccount:"\u5FAE\u4FE1\u516C\u4F17\u53F7",wechatCommunities:"\u5FAE\u4FE1\u4EA4\u6D41\u7FA4",qqCommunities:"QQ \u4EA4\u6D41\u9891\u9053",joinTelegramChannel:"\u5173\u6CE8 Telegram \u9891\u9053\u83B7\u53D6\u6700\u65B0\u66F4\u65B0",feedbackAndJoin:"\u95EE\u9898\u53CD\u9988/\u52A0\u7FA4",autoSync:"\u81EA\u52A8\u5B9A\u65F6\u540C\u6B65",loadingThemeTitle:"Loading \u6837\u5F0F",loadingThemeDescription:"\u8BBE\u7F6E\u7B49\u5F85\u8BD1\u6587\u52A0\u8F7D\u65F6\u7684\u6837\u5F0F","loadingTheme.spinner":"\u8F6C\u5708\u52A8\u753B","loadingTheme.text":"\u9759\u6001\u6587\u5B57 ... ","loadingTheme.none":"\u4E0D\u663E\u793A",developerDescription:"\u53EF\u4EE5\u70B9\u51FB<1>\u8FD9\u91CC\u67E5\u770B\u9AD8\u7EA7\u81EA\u5B9A\u4E49\u76F8\u5173\u7684\u6587\u6863","edit border color":"\u4FEE\u6539\u8FB9\u6846\u989C\u8272",successSyncButNoChange:"\u5F53\u524D\u914D\u7F6E\u4E0E\u4E91\u7AEF\u4E00\u81F4",customTheme:"\u81EA\u5B9A\u4E49\u989C\u8272\u548C\u5927\u5C0F","customThemeLabel.borderColor":"\u8FB9\u6846\u989C\u8272","customThemeLabel.borderRadius":"\u8FB9\u6846\u5706\u89D2","customThemeLabel.textColor":"\u6587\u5B57\u989C\u8272","customThemeLabel.backgroundColor":"\u80CC\u666F\u989C\u8272","customThemeLabel.zoom":"\u5B57\u4F53\u7F29\u653E\u6BD4\u4F8B (%)","customThemeLabel.opacity":"\u6587\u5B57\u4E0D\u900F\u660E\u5EA6 (%)",resetToDefaultColor:"\u6062\u590D\u4E3A\u9ED8\u8BA4\u989C\u8272",resetToDefaultSettings:"\u6062\u590D\u4E3A\u9ED8\u8BA4\u8BBE\u7F6E",isTranslateTitle:"\u5F00\u542F\u7FFB\u8BD1\u7F51\u9875\u6807\u9898",isTranslateTitleDescription:"\u5F00\u542F\u540E\uFF0C\u7F51\u9875\u6807\u9898\u4F1A\u88AB\u7FFB\u8BD1",enableSearchEnhancement:"\u542F\u7528\u53CC\u8BED\u4FE1\u606F\u589E\u5F3A",enableSearchEnhancementDescription:"\u5F00\u542F\u540E\uFF0C\u5728\u652F\u6301\u7684\u7F51\u7AD9\uFF08\u8C37\u6B4C\u65B0\u95FB\uFF0C\u8C37\u6B4C\u641C\u7D22\uFF08\u90E8\u5206\u5173\u952E\u8BCD\uFF09\uFF0C\u96EA\u7403\uFF0C\u4E1C\u65B9\u8D22\u5BCC\uFF0C\u5BCC\u9014\uFF0C\u8001\u864E\u793E\u533A\uFF09\u53F3\u8FB9\u680F\u81EA\u52A8\u663E\u793A\u5BF9\u5E94\u82F1\u6587\u5173\u952E\u8BCD\u7684\u201C\u8C37\u6B4C\u65B0\u95FB\u201D\u641C\u7D22\u7ED3\u679C\u3002",verifyService:"\u70B9\u6B64\u6D4B\u8BD5\u670D\u52A1",verified:"\u9A8C\u8BC1\u6210\u529F","field.langs":"\u652F\u6301\u7684\u8BED\u8A00\u4EE3\u7801","field.model":"\u6A21\u578B","field.translationEngine":"\u7FFB\u8BD1\u5F15\u64CE","field.limitPerMinute":"\u6BCF\u5206\u949F\u6700\u5927\u8BF7\u6C42\u6570","field.limitPerSecond":"\u6BCF\u79D2\u6700\u5927\u8BF7\u6C42\u6570","field.maxTextLengthPerRequest":"\u6BCF\u6B21\u8BF7\u6C42\u6700\u5927\u6587\u672C\u957F\u5EA6","field.maxTextGroupLengthPerRequest":"\u6BCF\u6B21\u8BF7\u6C42\u6700\u5927\u6BB5\u843D\u6570","field.apiUrl":"\u81EA\u5B9A\u4E49 API \u63A5\u53E3\u5730\u5740","field.placeholderDelimiters":"\u4FDD\u7559\u7684\u5360\u4F4D\u7B26","description.custom":"\u81EA\u5B9A\u4E49\u63A5\u53E3\u63A5\u5165 \u9700\u8981\u53C2\u8003\u6587\u6863","description.limitPerMinute":"\u8BF7\u6C42\u6570\u8D85\u8FC7\u8BE5\u9650\u5236\u65F6\u4F1A\u8FDB\u5165\u6392\u961F\u72B6\u6001\uFF0C\u76F4\u5230\u4E0B\u4E00\u5206\u949F\u5F00\u59CB\u3002\u7531\u4E8EOpenAI\u76EE\u524D\u670D\u52A1\u7684\u5404\u79CD\u9650\u5236\uFF0C\u8BF7\u70B9\u51FB<1>\u8FD9\u91CC\u67E5\u770B\u6700\u65B0\u5EFA\u8BAE\u7684\u6570\u503C","description.limitPerSecond":"\u8BF7\u6C42\u6570\u8D85\u8FC7\u8BE5\u9650\u5236\u65F6\u4F1A\u8FDB\u5165\u6392\u961F\u72B6\u6001\uFF0C\u76F4\u5230\u4E0B\u4E00\u79D2\u949F\u5F00\u59CB\u3002\u7531\u4E8EOpenAI\u76EE\u524D\u670D\u52A1\u7684\u5404\u79CD\u9650\u5236\uFF0C\u8BF7\u70B9\u51FB<1>\u8FD9\u91CC\u67E5\u770B\u6700\u65B0\u5EFA\u8BAE\u7684\u6570\u503C","description.generalLimitPerSecond":"\u8BF7\u6C42\u6570\u8D85\u8FC7\u8BE5\u9650\u5236\u65F6\u4F1A\u8FDB\u5165\u6392\u961F\u72B6\u6001\uFF0C\u76F4\u5230\u4E0B\u4E00\u79D2\u949F\u5F00\u59CB\u3002","description.maxTextLengthPerRequest":"\u6BCF\u6B21\u8BF7\u6C42\u6700\u5927\u5B57\u7B26\u6570\uFF0C\u592A\u5927\u4F1A\u5BFC\u81F4\u63A5\u53E3\u7684\u54CD\u5E94\u53D8\u6162\uFF0C\u56E0\u6B64\u53EF\u4EE5\u5C1D\u8BD5\u8C03\u6574\u8BE5\u9009\u9879\u6765\u4F18\u5316\u901F\u5EA6","description.systemPrompt":"\u4EE5\u7CFB\u7EDF\u8EAB\u4EFD\u53D1\u9001\u7ED9 {service} \u7684\u5BF9\u8BDD\uFF0C\u5176\u4E2D {{text}} \u8868\u793A\u6BB5\u843D\u7684\u6587\u672C\u5185\u5BB9\uFF0C{{from}} \u8868\u793A\u6BB5\u843D\u7684\u8BED\u8A00\uFF0C{{to}} \u8868\u793A\u76EE\u6807\u8BED\u8A00","field.domain":"\u9886\u57DF","description.domain":"\u9ED8\u8BA4\u4E3A\uFF1Ageneral\u3002\u4EC5\u5728\u6709\u9053API\u63A7\u5236\u53F0\u5F00\u901A\u9886\u57DF\u5316\u7FFB\u8BD1\u7684\u60C5\u51B5\u4E0B\u53EF\u8BBE\u7F6E\uFF0C\u652F\u6301\u9886\u57DF\u89C1<1>\u8FD9\u91CC","field.scene":"\u573A\u666F","description.scene":"\u9ED8\u8BA4\u4E3A\uFF1Ageneral\u3002\u4EC5\u5728\u963F\u91CC\u4E91API\u63A7\u5236\u53F0\u5F00\u901A\u673A\u5668\u7FFB\u8BD1\u4E13\u4E1A\u7248\u7684\u60C5\u51B5\u4E0B\u53EF\u8BBE\u7F6E\uFF0C\u652F\u6301\u573A\u666F\u89C1<1>\u8FD9\u91CC","field.vocabId":"\u7528\u6237\u8BCD\u5178 ID","description.vocabId":"\u6307\u5B9A\u7684\u8BCD\u5178 out_id\uFF0C\u76EE\u524D\u652F\u6301\u82F1\u8BD1\u4E2D","description.model":"OpenAI \u7684\u6A21\u578B\uFF0C\u53EF\u4EE5\u4E3A gpt-3.5-turbo, gpt-4 \u7B49","description.maxTextGroupLengthPerRequest":"\u6BCF\u6B21\u53D1\u9001\u7ED9\u7FFB\u8BD1\u670D\u52A1\u7684\u6BB5\u843D\u6570\u91CF\uFF0C\u5982\u679C\u6BB5\u843D\u6570\u91CF\u8FC7\u591A\uFF0C\u53EF\u80FD\u4F1A\u5BFC\u81F4\u63A5\u53E3\u7684\u54CD\u5E94\u53D8\u6162","description.apiUrl":"\u8BF7\u6DFB\u52A0\u5177\u4F53\u5E26\u6709\u8DEF\u5F84\u7684\u7F51\u5740\uFF0C<1>\u66F4\u591A\u8BF4\u660E",enabledExtension:"\u542F\u7528\u6269\u5C55",clickToDisableExtension:"\u70B9\u51FB\u7981\u7528\u6269\u5C55",clickToEnableExtension:"\u70B9\u51FB\u542F\u7528\u6269\u5C55",hasBeenDisabled:"\u5DF2\u7981\u7528","show password":"\u663E\u793A\u5BC6\u7801",customContent:"\u8F93\u5165\u81EA\u5B9A\u4E49\u6A21\u578B\u540D\u79F0",inputOptions:"\u8F93\u5165\u6846\u589E\u5F3A",mouseHoverOptions:"\u9F20\u6807\u60AC\u505C",modifyMouseHoverKey:"\u4FEE\u6539\u9F20\u6807\u60AC\u505C\u5FEB\u6377\u952E",enableInputTranslation:"\u662F\u5426\u542F\u7528\u8F93\u5165\u6846\u589E\u5F3A",enableInputTranslationDescription:"\u542F\u7528\u540E\uFF0C\u5728\u8F93\u5165\u6846\u76F4\u63A5\u8F93\u5165 {startingKey}{startingKey} \u4F60\u597D\uFF0C\u7136\u540E\u5FEB\u901F\u8FDE\u51FB{inputTrailingTriggerKeyRepeatTimes}\u6B21{trailingKey}\uFF0C\u5373\u53EF\u7FFB\u8BD1\u4E3A {inputTargetLanguage}",enableInputTranslationDescriptionForNoneKey:"\u542F\u7528\u540E\uFF0C\u5728\u8F93\u5165\u6846\u76F4\u63A5\u8F93\u5165\uFF1A\u4F60\u597D\u4E16\u754C\uFF0C\u7136\u540E\u5FEB\u901F\u8FDE\u51FB{inputTrailingTriggerKeyRepeatTimes}\u6B21{trailingKey}\uFF0C\u5373\u53EF\u7FFB\u8BD1\u4E3A\u9ED8\u8BA4\u76EE\u6807\u8BED\u8A00",inputTargetLanguage:"\u8BBE\u7F6E\u8F93\u5165\u6846\u7684\u9ED8\u8BA4\u76EE\u6807\u8BED\u8A00",inputTargetLanguageDescription:"\u8F93\u5165\u6846\u7FFB\u8BD1\u7684\u9ED8\u8BA4\u76EE\u6807\u8BED\u8A00\uFF0C\u4E5F\u5C31\u662F {startingKey}{startingKey} \u4F5C\u4E3A\u89E6\u53D1\u8BCD\u7684\u9ED8\u8BA4\u8BED\u8A00",inputTargetLanguageDescriptionForNoneKey:"\u8F93\u5165\u6846\u7FFB\u8BD1\u7684\u9ED8\u8BA4\u76EE\u6807\u8BED\u8A00",inputStartingTriggerKeyTitle:"\u8BBE\u7F6E\u8F93\u5165\u6846\u90E8\u5206\u7FFB\u8BD1\u7684\u5206\u5272\u5B57\u7B26",inputStartingTriggerKeyDescription:"\u5F53\u4F60\u4E0D\u9700\u8981\u7FFB\u8BD1\u6574\u4E2A\u8F93\u5165\u6846\u7684\u65F6\u5019\uFF0C\u5206\u5272\u7B26\u5141\u8BB8\u4F60\u53EA\u7FFB\u8BD1 {startingKey}{startingKey} \u5230\u8F93\u5165\u6846\u672B\u5C3E\u7684\u90E8\u5206\uFF0C\u4E5F\u53EF\u4EE5\u6307\u5B9A\u8BED\u8A00\u4EE3\u7801\uFF0C\u6BD4\u5982\uFF1A{startingKey}ja \u8868\u793A\u53EA\u7FFB\u8BD1 {startingKey}ja \u5230\u8F93\u5165\u6846\u672B\u5C3E\u7684\u90E8\u5206",inputStartingTriggerKeyDescriptionForNoneKey:"\u5F53\u524D\u8BBE\u7F6E\u4E3A\u65E0\u9700\u524D\u7F00\uFF0C\u6682\u65E0\u6CD5\u4F7F\u7528\u8F93\u5165\u6846\u7684\u90E8\u5206\u6587\u672C\u7FFB\u8BD1\u529F\u80FD",inputTrailingTriggerKeyTitle:"\u9009\u62E9\u4E00\u4E2A\u8F93\u5165\u7ED3\u675F\u7684\u89E6\u53D1\u5B57\u7B26",inputTrailingTriggerKeyDescription:"\u5FEB\u901F\u8FDE\u51FB 3 \u6B21{trailingKey} \u5C06\u4F1A\u5F00\u59CB\u7FFB\u8BD1",inputTrailingTriggerKeyTimeout:"\u8F93\u5165\u7ED3\u675F\u8FDE\u51FB\u89E6\u53D1\u7684\u95F4\u9694\u65F6\u95F4",inputTrailingTriggerKeyTimeoutDescription:"\u8BBE\u7F6E\u8F93\u5165\u7ED3\u675F\u8FDE\u51FB\u89E6\u53D1\u7684\u95F4\u9694\u65F6\u95F4\uFF08\u6BEB\u79D2\uFF09",spaceKey:"<\u7A7A\u683C\u952E>",noneKey:"\u65E0\u9700\u524D\u7F00\uFF0C\u76F4\u63A5\u7FFB\u8BD1\u6574\u4E2A\u6587\u672C\u6846",inputTranslationBlockUrlsTitle:"\u5207\u52FF\u5728\u4EE5\u4E0B\u7F51\u5740\u4E2D\u542F\u7528\u8F93\u5165\u6846\u589E\u5F3A",inputTranslationBlockUrlsDescription:"\u5728\u4EE5\u4E0B\u7F51\u5740\u4E2D\uFF0C\u8F93\u5165\u6846\u589E\u5F3A\u5C06\u4E0D\u4F1A\u751F\u6548",inputHelperInfo:"\u8BF4\u660E\uFF1A\u6211\u4EEC\u7279\u522B\u9488\u5BF9\u5728\u4E2D\u6587\u8F93\u5165\u6CD5\u4E0B\u90E8\u5206\u89E6\u53D1\u5B57\u7B26\u4F1A\u53D8\u6210\u4E2D\u6587\u6807\u70B9\u7B26\u53F7\u8FD9\u4EF6\u4E8B\u505A\u4E86\u4F18\u5316\uFF0C\u6BD4\u5982\u641C\u72D7\u8F93\u5165\u6CD5\u4E0B / \u4F1A\u53D8\u6210\u987F\u53F7 \u3001\uFF0C\u6C89\u6D78\u5F0F\u7FFB\u8BD1\u652F\u6301\u6240\u6709\u89E6\u53D1\u7B26\u5BF9\u5E94\u7684\u4E2D\u6587\u7B26\u53F7\uFF0C\u4E5F\u5C31\u662F\u8BF4 // \u3001\u3001 \u90FD\u4F1A\u88AB\u8BC6\u522B\u4E3A\u89E6\u53D1\u5B57\u7B26\u3002

\u540C\u65F6\u6211\u4EEC\u4E5F\u652F\u6301\u8BED\u8A00\u4EE3\u7801\u7684\u4E2D\u6587\u522B\u540D\u4F5C\u4E3A\u547D\u4EE4\uFF0C\u6BD4\u5982 /\u65E5\u6587 \u4F60\u597D\u4E16\u754C \u4F1A\u88AB\u7FFB\u8BD1\u4E3A\u65E5\u6587\uFF0C<1>\u70B9\u6B64\u67E5\u770B\u6240\u6709\u652F\u6301\u7684\u8BED\u8A00\u4EE3\u7801\u3002",reloadCurrentPage:"\u8BF7\u5148\u5237\u65B0\u5F53\u524D\u9875\u9762\uFF0C\u518D\u5F00\u59CB\u7FFB\u8BD1",noLocalFilePermissionForPDF:"\u6682\u65E0\u6743\u9650\u8BFB\u53D6\u672C\u5730\u6587\u4EF6\uFF0C\u8BF7\u70B9\u51FB\u4E0A\u65B9\u6309\u94AE\uFF0C\u7136\u540E\u5BFC\u5165\u672C\u5730\u6587\u4EF6",noPermissionForThisPage:"\u26A0\uFE0F \u6682\u65E0\u6743\u9650\u7FFB\u8BD1\u5F53\u524D\u9875\u9762","error.retry":"\u91CD\u8BD5","error.reason":"\u9519\u8BEF\u539F\u56E0",retryAllParagraphs:"\u91CD\u8BD5\u5168\u90E8\u9519\u8BEF\u6BB5\u843D",retryAllButton:"\u91CD\u8BD5\u5168\u90E8\u9519\u8BEF\u6BB5\u843D",errorTooltipTitle:"\u70B9\u51FB\u67E5\u770B\u9519\u8BEF\u539F\u56E0",errorModalTitle:"\u7FFB\u8BD1\u670D\u52A1\u6216\u7F51\u7EDC\u4F3C\u4E4E\u51FA\u4E86\u70B9\u95EE\u9898...",disableConfirm:"\u53CC\u8BED\u4FE1\u606F\u589E\u5F3A\u8BBE\u7F6E",disableOnce:"\u672C\u6B21\u7981\u7528",disableGlobal:"\u6C38\u4E45\u7981\u7528",disableTint:"* \u4F60\u53EF\u4EE5\u5728 {option} \u4E2D\u91CD\u65B0\u542F\u7528\u3002",searchEnhancementNotes:"\u6211\u4EEC\u53D1\u73B0\uFF0C\u4E2D\u6587\u5173\u952E\u8BCD\u548C\u82F1\u6587\u5173\u952E\u8BCD\u7684\u65B0\u95FB\u7ED3\u679C\u6709\u975E\u5E38\u5927\u7684\u4E0D\u540C\uFF0C\u5728\u542F\u7528\u6C89\u6D78\u5F0F\u7FFB\u8BD1\u53CC\u8BED\u4FE1\u606F\u589E\u5F3A\u529F\u80FD\u540E\uFF0C\u6211\u4EEC\u4F1A\u5728\u652F\u6301\u7684\u7F51\u7AD9\uFF08\u8C37\u6B4C\u65B0\u95FB\uFF0C\u8C37\u6B4C\u641C\u7D22\uFF08\u90E8\u5206\u5173\u952E\u8BCD\uFF09\uFF0C\u96EA\u7403\uFF0C\u4E1C\u65B9\u8D22\u5BCC\u7F51\uFF0C\u5BCC\u9014\uFF0C\u8001\u864E\uFF09\u81EA\u52A8\u7528\u82F1\u6587\u4E3A\u4F60\u641C\u7D22\u540C\u6837\u7684\u5173\u952E\u8BCD\u5E76\u5C55\u793A\u5728\u53F3\u4FA7\u3002\u5982\u679C\u4F60\u4E0D\u9700\u8981\u8BE5\u529F\u80FD\u7684\u8BDD\uFF0C\u53EF\u4EE5\u9009\u62E9\u7981\u7528\u5B83\u3002",option:"\u8BBE\u7F6E",saveSettings:"\u4FDD\u5B58\u8BBE\u7F6E",closeModal:"\u5173\u95ED\u7A97\u53E3",enableInputTranslationWithoutTriggerKeyTitle:"\u542F\u7528\u5FEB\u901F\u8FDE\u51FB 3 \u6B21{trailingKey}\uFF0C\u76F4\u63A5\u7FFB\u8BD1\u6574\u4E2A\u8F93\u5165\u6846\u4E3A{inputTargetLanguage}",enableInputTranslationWithoutTriggerKeyDescription:"\u5982\u9700\u6307\u5B9A\u76EE\u6807\u8BED\u8A00\uFF0C\u8BF7\u5728\u524D\u9762\u52A0\u4E0A\u8BED\u8A00\u4EE3\u7801\uFF0C\u5982\uFF1Aja \u4F60\u597D\u4E16\u754C",deepLProName:"\u6C89\u6D78\u5F0F\u7FFB\u8BD1 Pro \u4F1A\u5458 (\u63A8\u8350)",deepLProDescription:"\u5F53\u524D\u5957\u9910\u53EF\u4EE5\u76F4\u63A5\u4F7F\u7528",deeplProDescriptionForNormal:"\u65E0\u9700\u4EFB\u4F55\u8BBE\u7F6E\uFF0C\u4F1A\u5458\u767B\u5F55\u540E\u5373\u53EF\u4F7F\u7528\uFF0C<1>\u70B9\u6B64\u5347\u7EA7\u4E3A\u4F1A\u5458",deepLCustomDescription:"\u9700\u8981\u56FD\u5916\u4FE1\u7528\u5361\uFF0C\u5728 <1>DeepL \u5B98\u65B9\u5F00\u901A\uFF0C\u70B9\u51FB\u67E5\u770B<2>\u6587\u6863",deepLCustomName:"\u81EA\u5B9A\u4E49 Auth Key",chooseProviderLabel:"\u9009\u62E9\u4E00\u4E2A\u670D\u52A1\u63D0\u4F9B\u5546",openaiProName:"\u6C89\u6D78\u5F0F\u7FFB\u8BD1 Pro \u4F1A\u5458 (\u63A8\u8350)",openaiProDescription:"\u5F53\u524D\u5957\u9910\u53EF\u4EE5\u76F4\u63A5\u4F7F\u7528",openaiProDescriptionForNormal:"\u65E0\u9700\u4EFB\u4F55\u8BBE\u7F6E\uFF0C\u4F1A\u5458\u767B\u5F55\u540E\u5373\u53EF\u4F7F\u7528\uFF0C<1>\u70B9\u6B64\u5347\u7EA7\u4E3A\u4F1A\u5458",openaiCustomDescription:"\u53EF\u5728 OpenAI, Azure OpenAI, \u6216\u5176\u4ED6\u7B2C\u4E09\u65B9\u670D\u52A1\u83B7\u53D6\uFF0C<1>\u70B9\u6B64\u67E5\u770B\u6587\u6863",openaiCustomName:"\u81EA\u5B9A\u4E49 API Key",needLoginAction:"(\u5F00\u901A\u4F1A\u5458\u6216\u81EA\u5B9A\u4E49)",goLoginOrAction:"(\u5F00\u901A\u4F1A\u5458\u6216\u53BB\u8BBE\u7F6E)",yearly:"\u8FDE\u7EED\u5305\u5E74",quarterly:"\u8FDE\u7EED\u5305\u5B63",monthly:"\u8FDE\u7EED\u5305\u6708",yearlyForOnce:"\u4E00\u6B21\u6027\u5E74\u5EA6\u5957\u9910",monthlyForOnce:"\u4E00\u6B21\u6027\u6708\u5EA6\u5957\u9910",daily:"\u8FDE\u7EED\u5305\u65E5",year:"\u8FDE\u7EED\u5305\u5E74",quarter:"\u8FDE\u7EED\u5305\u5B63",month:"\u8FDE\u7EED\u5305\u6708",day:"\u8FDE\u7EED\u5305\u65E5",onetime_7day:"7 \u5929\u4F53\u9A8C\u5305",currentPlanDescriptionForFree:"\u5F53\u524D\u5957\u9910\uFF1A\u514D\u8D39",currentPlanDescriptionForContinuous:"\u5F53\u524D\u5957\u9910\uFF1A{plan}\uFF0C\u5C06\u4E8E {endAt} \u81EA\u52A8\u7EED\u8D39",currentPlanDescriptionForAutoRenewCaceling:"\u5F53\u524D\u5957\u9910\uFF1A{plan}\uFF0C\u5C06\u4E8E {endAt} \u5230\u671F\uFF0C\u5230\u671F\u540E\u5C06\u4E0D\u4F1A\u81EA\u52A8\u7EED\u671F",currentYearlyPlanDescriptionForAutoRenewCacelingWithRealPaiedUser:"\u5F53\u524D\u5957\u9910\uFF1A{plan}\uFF0C\u5C06\u4E8E {endAt} \u5230\u671F\uFF0C\u5230\u671F\u540E\u5C06\u4E0D\u4F1A\u81EA\u52A8\u7EED\u671F\u3002
<1>\u70B9\u6B64\u7BA1\u7406\u7EED\u8D39\u65B9\u6848",currentYearlyPlanDescriptionForAutoRenewCacelingWithAdmin:"\u5F53\u524D\u5957\u9910\uFF1A{plan}\uFF0C\u5C06\u4E8E {endAt} \u5230\u671F\uFF0C\u5230\u671F\u540E\u5C06\u4E0D\u4F1A\u81EA\u52A8\u7EED\u671F\u3002
<1>\u70B9\u6B64\u542F\u7528\u8FDE\u7EED\u5305\u5E74",currentPlanDescriptionForOneTime:"\u5F53\u524D\u5957\u9910\uFF1A{plan}\uFF0C\u5C06\u4E8E {endAt} \u5230\u671F\uFF0C<1>\u70B9\u6B64\u5347\u7EA7\u4E3A\u5E74\u8D39\u6216<2>\u6708\u8D39\u4F1A\u5458",upgradePlan:"\u70B9\u6B64\u5347\u7EA7\u4E3A Pro \u4F1A\u5458",upgradeToPro:"\u5347\u7EA7\u4E3A Pro \u4F1A\u5458","popup.openPro":"\u5347\u7EA7\u4E3A Pro \u4F1A\u5458\u540E\u53EF\u4EE5\u7545\u4EAB DeepL \u548C OpenAI \u7FFB\u8BD1\uFF0C\u70B9\u6B64\u5347\u7EA7","popup.openProForPro":"\u60A8\u662F Pro \u4F1A\u5458\uFF0C\u53EF\u76F4\u63A5\u4F7F\u7528 DeepL \u548C OpenAI \u7FFB\u8BD1",currentAccount:"\u5F53\u524D\u8D26\u6237",enableAutoSyncUserSettings:"\u542F\u7528\u591A\u8BBE\u5907\u81EA\u52A8\u4E91\u540C\u6B65",modalEnableInputTranslationTitle:"\u6C89\u6D78\u5F0F\u7FFB\u8BD1\u8F93\u5165\u6846\u7FFB\u8BD1\u63D0\u793A",modalEnableInputTranslationDesc:"\u60A8\u521A\u521A\u901A\u8FC7\u5FEB\u901F\u8FDE\u51FB 3 \u6B21\u7A7A\u683C\u952E\u89E6\u53D1\u4E86\u6C89\u6D78\u5F0F\u7FFB\u8BD1\u7684\u8F93\u5165\u6846\u7FFB\u8BD1\uFF0C\u8F93\u5165\u6846\u7684\u5185\u5BB9\u5C06\u88AB\u7FFB\u8BD1\u4E3A\u9ED8\u8BA4\u7684\u76EE\u6807\u8BED\u8A00\u3002\u901A\u8FC7 Ctrl+Z \u53EF\u4EE5\u64A4\u9500\u7FFB\u8BD1\u3002

\u5982\u679C\u8FD9\u662F\u4E00\u4E2A\u5931\u8BEF\uFF0C\u4E0D\u7528\u62C5\u5FC3\uFF0C\u60A8\u53EF\u4EE5\u9009\u62E9\u672C\u6B21\u7981\u7528\uFF0C\u6216\u8005\u6C38\u4E45\u7981\u7528\u8F93\u5165\u6846\u7FFB\u8BD1\u3002",saveAndNotShowAgain:"\u4FDD\u5B58\u4E14\u4E0D\u518D\u63D0\u793A",disableInputTranslationTips:"* \u4F60\u4E5F\u53EF\u4EE5\u5728 {option} \u4E2D\u8BBE\u7F6E\u5176\u4ED6\u5FEB\u6377\u952E\u6765\u89E6\u53D1\uFF0C{learnMore}\u3002",learnMore:"\u70B9\u6B64\u4E86\u89E3\u66F4\u591A",continueEnalbeInputTranslation:"\u7EE7\u7EED\u542F\u7528\u8F93\u5165\u6846\u7FFB\u8BD1",autoRenewTrialSuffix:'\uFF08\u8BD5\u7528\u4E2D\uFF0C\u7ACB\u523B\u5347\u7EA7\u4E3A\u6B63\u5F0F\u4F1A\u5458\uFF09',upgradeFromTrialTitle:"\u5347\u7EA7\u4E3A\u6B63\u5F0F\u4F1A\u5458",subtitle:"\u89C6\u9891\u5B57\u5E55",youtubeService:"\u6C89\u6D78\u5F0F\u7FFB\u8BD1\u89C6\u9891\u5B57\u5E55\u7FFB\u8BD1\u670D\u52A1","subtitle.disabledSubtitle":"\u6C38\u4E45\u7981\u7528\u89C6\u9891\u5B57\u5E55\u529F\u80FD","subtitle.disabledSubtitleDescription":"\u5982\u679C\u6C89\u6D78\u5F0F\u7FFB\u8BD1\u7684\u89C6\u9891\u5B57\u5E55\u548C\u5176\u4ED6\u6269\u5C55\u6709\u51B2\u7A81\uFF0C\u4F60\u53EF\u4EE5\u9009\u62E9\u6C38\u4E45\u7981\u7528\u6C89\u6D78\u5F0F\u7FFB\u8BD1\u7684\u89C6\u9891\u5B57\u5E55\u529F\u80FD\u6216\u8005\u5378\u8F7D\u5176\u4ED6\u51B2\u7A81\u7684\u6269\u5C55","subtitle.autoEnableSubtitleDescription":"\u542F\u7528\u540E\uFF0C\u5F53\u89C6\u9891\u64AD\u653E\u7684\u65F6\u5019\uFF0C\u4F1A\u81EA\u52A8\u663E\u793A\u53CC\u8BED\u5B57\u5E55\uFF0C\u5426\u5219\u9700\u8981\u70B9\u51FB\u7FFB\u8BD1\u6309\u94AE\u624D\u4F1A\u663E\u793A\u3002","subtitle.preTranslation":"\u4F7F\u7528\u6C89\u6D78\u5F0F\u7FFB\u8BD1\u6765\u7FFB\u8BD1\u5B57\u5E55","subtitle.preTranslationDescription":"\u542F\u7528\u540E\u4F1A\u4F18\u5148\u7528\u4E0B\u9762\u6307\u5B9A\u7684\u7FFB\u8BD1\u670D\u52A1\u63D0\u524D\u7FFB\u8BD1\u6574\u4E2A\u5B57\u5E55\uFF0C1 \u5C0F\u65F6\u7684\u89C6\u9891\u5927\u6982\u6D88\u8017 5\u4E07 Tokens \u6216 \u5B57\u7B26\uFF0C\u8BF7\u914C\u60C5\u4F7F\u7528\uFF1B\u5173\u95ED\u540E\u5219\u4F18\u5148\u4F7F\u7528\u539F\u89C6\u9891\u81EA\u5E26\u7684\u673A\u7FFB\u5B57\u5E55\uFF1B\u8BF7\u6CE8\u610F\uFF0C\u5F53\u539F\u89C6\u9891\u6CA1\u6709\u5BF9\u5E94\u7684\u8BD1\u6587\u5B57\u5E55\u65F6\uFF0C\u5219\u65E0\u8BBA\u662F\u5426\u542F\u7528\u8FD9\u4E2A\u9009\u9879\uFF0C\u90FD\u4F1A\u4F7F\u7528\u4E0B\u9762\u6307\u5B9A\u7684\u7FFB\u8BD1\u670D\u52A1\u6765\u7FFB\u8BD1\u5B57\u5E55\u3002","subtitle.humanSubtitlesPreferred":"\u4F18\u5148\u4F7F\u7528\u4EBA\u5DE5\u5B57\u5E55","subtitle.humanSubtitlesPreferredDescription":"\u5F53\u89C6\u9891\u6709\u76EE\u6807\u8BED\u8A00\u4EBA\u5DE5\u5B57\u5E55\u65F6\uFF0C\u4F18\u5148\u4F7F\u7528\u4EBA\u5DE5\u5B57\u5E55\uFF08\u63A8\u8350\uFF09","subtitle.bilingual":"\u53CC\u8BED\u5B57\u5E55","subtitle.autoDisableSubtitle":"\u4E0D\u81EA\u52A8\u542F\u7528\u53CC\u8BED\u5B57\u5E55","subtitle.hideQuickButton":"\u4E0D\u518D\u663E\u793A\u8BE5\u5FEB\u6377\u65B9\u5F0F","subtitle.showQuickButton":"\u5728\u64AD\u653E\u5668\u663E\u793A\u53CC\u8BED\u5B57\u5E55\u5FEB\u6377\u65B9\u5F0F",videoSubtitleTranslationDescription:"\u4E3A\u89C6\u9891\u5B57\u5E55\u5355\u72EC\u6307\u5B9A\u4E00\u4E2A\u7FFB\u8BD1\u670D\u52A1",subtitleTranslating:"\u6B63\u5728\u4F7F\u7528 {service} \u670D\u52A1\u7FFB\u8BD1\u5B57\u5E55\u4E2D\uFF0C\u8BF7\u7A0D\u7B49...\uFF08\u6C89\u6D78\u5F0F\u7FFB\u8BD1\uFF09",subtitleLoading:"\u6B63\u5728\u52A0\u8F7D\u5B57\u5E55...",bilingual:"\u53CC\u8BED","field.action":"\u662F\u5426\u542F\u7528\u767E\u5EA6\u672F\u8BED","description.action":"\u542F\u7528\u540E\u4F1A\u5728\u8BF7\u6C42\u4E2D\u52A0\u5165 action=1 \u7684\u53C2\u6570\uFF0C\u4EE5\u4FBF\u544A\u77E5\u767E\u5EA6\u542F\u7528\u672F\u8BED\uFF0C<1>\u66F4\u591A\u8BF4\u660E\u8BF7\u53C2\u8003\u5B98\u65B9\u6587\u6863",closeQuickTranslation:"\u5173\u95ED\u60AC\u6D6E\u7403","closeQuickTranslation.untilNext":"\u672C\u6B21\u5173\u95ED\u76F4\u5230\u4E0B\u6B21\u8BBF\u95EE","closeQuickTranslation.currentWebsite":"\u5F53\u524D\u7F51\u7AD9\u7981\u7528","closeQuickTranslation.alwaysClose":"\u6C38\u4E45\u7981\u7528","closeQuickTranslation.settingOpen":"\uFF08\u53EF\u5728<1>\u8BBE\u7F6E\u9875\u5F00\u542F\uFF09","closeQuickTranslation.cancel":"\u53D6\u6D88","closeQuickTranslation.confirm":"\u786E\u5B9A","floatBall.translate":"\u70B9\u51FB\u7FFB\u8BD1\u8BE5\u9875\u9762","floatBall.showOriginal":"\u70B9\u51FB\u5207\u6362\u56DE\u539F\u6587","floatBall.close":"\u5173\u95ED\u60AC\u6D6E\u7403","floatBallOptions.enableDescPc":"\u542F\u7528\u9875\u9762\u60AC\u6D6E\u7403\u540E\uFF0C\u4F1A\u5728\u9875\u9762\u53F3\u4FA7\u663E\u793A\u4E00\u4E2A\u5FEB\u6377\u7FFB\u8BD1\u6309\u94AE\uFF0C\u70B9\u51FB\u5373\u53EF\u7FFB\u8BD1","floatBallOptions.enableDesc":"\u5173\u95ED\u60AC\u6D6E\u7403\u540E\uFF0C\u53EF\u4EE5\u7528{touch}\u5524\u8D77\u3002\u4E3A\u9632\u6B62\u4E0D\u614E\u5173\u95ED\u8BE5\u9009\u9879\u540E\u627E\u4E0D\u5230\u60AC\u6D6E\u7403\uFF0C\u5F3A\u70C8\u5EFA\u8BAE\u6536\u85CF\u672C\u8BBE\u7F6E\u9875","description.azureApiUrl":"\u586B\u5199\u81EA\u5B9A\u4E49\u7684API\u63A5\u53E3\u5730\u5740","floatBall.guideClickToTranslate":`\u70B9\u51FB\u6C89\u6D78\u5F0F\u7FFB\u8BD1\u60AC\u6D6E\u7403 \u5373\u53EF\u5FEB\u901F\u7FFB\u8BD1`,"floatBall.iKnow":"\u6211\u77E5\u9053\u4E86",confirmSupportMouse:"\u5F3A\u5236\u542F\u7528\u9F20\u6807\u652F\u6301",confirmSupportMouseDescription:"\u68C0\u6D4B\u5230\u5F53\u524D\u6D4F\u89C8\u5668\u4E0D\u652F\u6301\u9F20\u6807\u529F\u80FD\uFF0C\u662F\u5426\u5F3A\u5236\u542F\u7528\u9F20\u6807\u652F\u6301\uFF1F",sampleTargetText:"\u957F\u591C\u5C06\u81F3\uFF0C\u6211\u4ECE\u4ECA\u5F00\u59CB\u5B88\u671B\uFF0C\u81F3\u6B7B\u65B9\u4F11\u3002\u6211\u5C06\u4E0D\u5A36\u59BB\u3001\u4E0D\u5C01\u5730\u3001\u4E0D\u751F\u5B50\u3002\u6211\u5C06\u4E0D\u6234\u5B9D\u51A0\uFF0C\u4E0D\u4E89\u8363\u5BA0\u3002\u6211\u5C06\u5C3D\u5FE0\u804C\u5B88\uFF0C\u751F\u6B7B\u4E8E\u65AF\u3002",sampleSourceText:"Night gathers, and now my watch begins. It shall not end until my death. I shall take no wife, hold no lands, father no children. I shall wear no crowns and win no glory. I shall live and die at my post.","subtitle.supportedSites":"\u5DF2\u652F\u6301\u5728\u8FD9\u4E9B\u7F51\u7AD9\u4F7F\u7528\u53CC\u8BED\u5B57\u5E55\uFF08\u6CE8\u610F\uFF1A\u7531\u4E8E\u6280\u672F\u9650\u5236\uFF0C\u90E8\u5206\u7F51\u7AD9\u5728\u9996\u6B21\u5F00\u542F\u5B57\u5E55\u540E\u9700\u8981\u91CD\u65B0\u5237\u65B0\u9875\u9762\uFF0C\u6216\u8005\u9700\u7B49\u5F85\u7FFB\u8BD1\u5B8C\u6210\u4EE5\u663E\u793A\u53CC\u8BED\u5B57\u5E55\uFF09\uFF1A",viewWithImmersiveTranslate:"\u53CC\u8BED\u7248\u672C(\u6C89\u6D78\u5F0F\u7FFB\u8BD1)",errorReason:"\u9519\u8BEF\u539F\u56E0\uFF1A{message}","proQuotaExceededError.onetime7day":'\uFF0C\u60A8\u53EF\u4EE5\u9009\u62E9\u4EE5\u4E0B\u65B9\u5F0F\u89E3\u51B3\uFF1A

1. \u5207\u6362\u5230 {anotherService} \u6216\u5176\u4ED6\u7FFB\u8BD1\u670D\u52A1
2. \u5347\u7EA7\u4E3A\u6708\u5EA6/\u5E74\u5EA6\u4F1A\u5458',"proQuotaExceededError.trial":'\uFF0C\u60A8\u53EF\u4EE5\u9009\u62E9\u4EE5\u4E0B\u65B9\u5F0F\u89E3\u51B3\uFF1A

1. \u5207\u6362\u5230 {anotherService} \u6216\u5176\u4ED6\u7FFB\u8BD1\u670D\u52A1
2. \u7ACB\u523B\u5347\u7EA7\u4E3A\u6B63\u5F0F\u4F1A\u5458',"proQuotaExceededError.nonTrial":'\uFF0C\u60A8\u53EF\u4EE5\u9009\u62E9\u4EE5\u4E0B\u65B9\u5F0F\u89E3\u51B3\uFF1A

1. \u5207\u6362\u5230 {anotherService} \u6216\u5176\u4ED6\u7FFB\u8BD1\u670D\u52A1
2. \u8D2D\u4E70 {translationService} \u989D\u5916\u6D41\u91CF\u5305',"proQuotaExceededError.resetTime":"
3. \u989D\u5EA6\u91CD\u7F6E\u65F6\u95F4\uFF1A{resetTime}",paragraphMinTextCountField:"\u7FFB\u8BD1\u6BB5\u843D\u6240\u9700\u7684\u6700\u5C11\u5B57\u7B26\u6570",paragraphMinTextCountDesc:"\u6CE8\u610F\uFF0C\u8FD9\u91CC\u6307\u7684\u5B57\u7B26\u957F\u5EA6\uFF0C\u6BD4\u5982: hello \u662F 5 \u4E2A\u5B57\u7B26, \u8BBE\u7F6E\u4E3A\u66F4\u5927\u7684\u503C\u53EF\u4EE5\u51CF\u5C11\u4E0D\u5FC5\u8981\u7684\u5C0F\u6BB5\u843D\u7FFB\u8BD1",networkError:"\u7FFB\u8BD1\u670D\u52A1\u6216\u7F51\u7EDC\u51FA\u73B0\u95EE\u9898",notLogin:"\u672A\u767B\u5F55","browser.toggleMouseHoverTranslateDirectly":"\u5728\u9875\u9762\u4E0A\u4E34\u65F6\u542F\u7528\u6216\u5173\u95ED\u9F20\u6807\u60AC\u505C\u76F4\u63A5\u7FFB\u8BD1","browser.translateWithOpenAI":"\u4E34\u65F6\u4F7F\u7528 OpenAI \u7FFB\u8BD1\u5F53\u524D\u9875\u9762","browser.translateWithDeepL":"\u4E34\u65F6\u4F7F\u7528 DeepL \u7FFB\u8BD1\u5F53\u524D\u9875\u9762","browser.translateWithGoogle":"\u4E34\u65F6\u4F7F\u7528 Google \u7FFB\u8BD1\u5F53\u524D\u9875\u9762","browser.translateWithBing":"\u4E34\u65F6\u4F7F\u7528\u5FAE\u8F6F\u7FFB\u8BD1\u5F53\u524D\u9875\u9762","browser.translateWithGemini":"\u4E34\u65F6\u4F7F\u7528 Gemini \u7FFB\u8BD1\u5F53\u524D\u9875\u9762","browser.translateWithTransmart":"\u4E34\u65F6\u4F7F\u7528\u817E\u8BAF\u7FFB\u8BD1\u5F53\u524D\u9875\u9762","browser.translateInputBox":"\u7FFB\u8BD1\u5F53\u524D\u8F93\u5165\u6846\u5185\u5BB9",shortcutSettings:"\u5FEB\u6377\u952E",shortcutSettingsTitle:"\u5FEB\u6377\u952E\u8BBE\u7F6E",confirmResetToDefaultSettings:"\u786E\u8BA4\u8981\u6062\u590D\u8BE5\u7FFB\u8BD1\u670D\u52A1\u4E3A\u9ED8\u8BA4\u8BBE\u7F6E\u5417\uFF1F\uFF08\u4EC5\u91CD\u7F6E\u5F53\u524D\u7FFB\u8BD1\u670D\u52A1\u7684\u8BBE\u7F6E\uFF09","intro.hoverTitle":"\u9F20\u6807\u60AC\u505C\u7FFB\u8BD1\u5F53\u524D\u6BB5\u843D","intro.hoverDescription":"\u9F20\u6807\u60AC\u505C\u7FFB\u8BD1\u662F\u6C89\u6D78\u5F0F\u7FFB\u8BD1\u91CC\u975E\u5E38\u91CD\u8981\u7684\u529F\u80FD\uFF0C\u53EA\u9700\u5C06\u9F20\u6807\u653E\u5728\u6BB5\u843D\u4E0A\uFF0C\u540C\u65F6\u6309\u4E0B\u8BBE\u5B9A\u7684\u5FEB\u6377\u952E\uFF0C\u5373\u53EF\u81EA\u52A8\u7FFB\u8BD1\u5F53\u524D\u6BB5\u843D\uFF08\u6CE8\u610F\uFF1A\u9ED8\u8BA4\u6CA1\u6709\u542F\u7528\u54E6\uFF0C\u8BF7\u5728\u4E0B\u65B9\u8BBE\u7F6E\uFF09\uFF0C\u8BE5\u4EA4\u4E92\u7528\u4E8E\u66F4\u597D\u7684\u66FF\u4EE3\u5212\u8BCD\u7FFB\u8BD1\uFF0C\u53E6\u5916\uFF0C\u6B64\u529F\u80FD\u8FD8\u5E7F\u6CDB\u5E94\u7528\u4E8E\u90A3\u4E9B\u65E0\u6CD5\u88AB\u8BC6\u522B\u7684\u7FFB\u8BD1\u533A\u57DF\uFF0C\u4F60\u53EF\u4EE5\u5229\u7528\u8BE5\u529F\u80FD\uFF0C\u5F3A\u5236\u7FFB\u8BD1\u4EFB\u4F55\u6BB5\u843D\u3002","intro.floatBallTitle":"\u5FEB\u6377\u7FFB\u8BD1\u60AC\u6D6E\u7403","intro.floatBallDescription":"\u542F\u7528\u540E\uFF0C\u4F1A\u5728\u9875\u9762\u53F3\u4FA7\u663E\u793A\u4E00\u4E2A\u5FEB\u6377\u7FFB\u8BD1\u6309\u94AE\uFF0C\u70B9\u51FB\u5373\u53EF\u7FFB\u8BD1\uFF0C\u518D\u6B21\u70B9\u51FB\u5373\u53EF\u5207\u6362\u56DE\u539F\u6587\u3002\u5728\u79FB\u52A8\u7AEF\uFF0C\u957F\u6309\u60AC\u6D6E\u7403\uFF0C\u53EF\u4EE5\u6253\u5F00\u5FEB\u6377\u8BBE\u7F6E\u9762\u677F\u3002","intro.subtitleTitle":"\u5728\u7EBF\u89C6\u9891\u53CC\u8BED\u5B57\u5E55\u663E\u793A","intro.subtitleDescription":"\u5F00\u542F\u6B64\u529F\u80FD\u540E\uFF0C\u89C6\u9891\u64AD\u653E\u65F6\u5C06\u81EA\u52A8\u5C55\u793A\u53CC\u8BED\u5B57\u5E55\u3002\u5982\u679C\u672A\u542F\u7528\uFF0C\u60A8\u9700\u5728\u9875\u9762\u4E0A\u624B\u52A8\u70B9\u51FB\u7FFB\u8BD1\u6309\u94AE\u4EE5\u663E\u793A\u5B57\u5E55\u3002\u8BF7\u6CE8\u610F\uFF0C\u7531\u4E8E\u6280\u672F\u9650\u5236\uFF0C\u67D0\u4E9B\u7F51\u7AD9\u5728\u9996\u6B21\u6FC0\u6D3B\u5B57\u5E55\u65F6\u53EF\u80FD\u9700\u8981\u5237\u65B0\u9875\u9762\u6216\u7B49\u5F85\u7FFB\u8BD1\u5B8C\u6210\u540E\uFF0C\u624D\u80FD\u663E\u793A\u53CC\u8BED\u5B57\u5E55\u3002\uFF08\u6B64\u5916\uFF0C\u4F60\u8FD8\u53EF\u4EE5\u5728\u6253\u5F00\u89C6\u9891\u7F51\u7AD9\u540E\uFF0C\u53F3\u4E0A\u89D2\u6253\u5F00\u6C89\u6D78\u5F0F\u7FFB\u8BD1\u7684\u5FEB\u6377\u9762\u677F\u542F\u7528/\u5173\u95ED\uFF09

\u5F53\u524D\u5DF2\u652F\u6301\u5728\u8FD9\u4E9B\u7F51\u7AD9\u4F7F\u7528\u53CC\u8BED\u5B57\u5E55\uFF1A","desc.toggleMouseHoverTranslateDirectly":"\u6309\u4E0B\u8FD9\u4E2A\u5FEB\u6377\u952E\u540E\uFF0C\u5728\u9875\u9762\u4E0A\uFF0C\u53EA\u8981\u9F20\u6807\u6307\u5411\u4EFB\u4F55\u4E00\u6BB5\u6587\u5B57\uFF0C\u5C31\u4F1A\u81EA\u52A8\u7FFB\u8BD1\u8FD9\u6BB5\u6587\u5B57\u3002\u518D\u6309\u4E00\u6B21\u5FEB\u6377\u952E\uFF0C\u5C31\u53EF\u4EE5\u5173\u95ED\u8FD9\u4E2A\u81EA\u52A8\u7FFB\u8BD1\u529F\u80FD\u3002","shortcutGroup.main":"\u5E38\u7528\u529F\u80FD\u5FEB\u6377\u952E","shortcutGroup.others":"\u66F4\u591A\u81EA\u5B9A\u4E49\u529F\u80FD\u5FEB\u6377\u952E","shortcutGroup.shortcutsForTranslationServices":"\u7FFB\u8BD1\u670D\u52A1\u76F8\u5173\u5FEB\u6377\u952E",browserShortcutsSucks:"\u7531\u4E8E\u6D4F\u89C8\u5668\u5BF9\u8F93\u5165\u6846\u7684\u5FEB\u6377\u952E\u8BC6\u522B\u4E0D\u51C6\u786E\uFF0C\u6240\u4EE5\u8BF7\u624B\u52A8\u8F93\u5165\u5FEB\u6377\u952E\u7684\u540D\u5B57\uFF0C\u8F93\u5165\u540E\uFF0C\u70B9\u51FB\u7A7A\u767D\u5904\u5373\u53EF\u81EA\u52A8\u4FDD\u5B58\u3002\uFF08macOS \u91CC\u9762 Alt \u548C Option \u662F\u540C\u6837\u7684\u952E\uFF0C\u5EFA\u8BAE\u7EDF\u4E00\u8F93\u5165 Alt\uFF09\u3002\u6BD4\u5982\uFF1A","shortcutGroup.touch":"\u89E6\u5C4F\u4E13\u7528\u624B\u52BF","shortcutGroup.mouse":"\u9F20\u6807\u60AC\u505C\u5FEB\u6377\u952E\u914D\u7F6E","neverTranslateText.title":"\u4EE5\u4E0B\u5355\u8BCD\u4FDD\u6301\u539F\u6587\uFF0C\u4E0D\u8981\u7FFB\u8BD1","neverTranslateText.description":"\u7531\u4E8E\u67D0\u4E9B\u7FFB\u8BD1\u5F15\u64CE\u5BF9\u4E13\u6709\u540D\u8BCD\u8BC6\u522B\u4E0D\u7406\u60F3\uFF0C\u4F60\u53EF\u4EE5\u5728\u6B64\u5904\u6DFB\u52A0\u5355\u8BCD\uFF0C\u786E\u4FDD\u5B83\u4EEC\u5728\u7FFB\u8BD1\u8FC7\u7A0B\u4E2D\u4E0D\u88AB\u8F6C\u6362\u3002\u8BF7\u6CE8\u610F\uFF0C\u6B64\u529F\u80FD\u533A\u5206\u5927\u5C0F\u5199\uFF0C\u5E76\u4EC5\u652F\u6301\u4EE5\u7A7A\u683C\u5206\u9694\u7684\u5355\u8BCD\u8BED\u8A00\uFF08\u5982\u82F1\u8BED\u3001\u6CD5\u8BED\uFF09\uFF0C\u4E0D\u9002\u7528\u4E8E\u65E5\u8BED\u3001\u97E9\u8BED\u7B49\u8BED\u8A00","tagsInput.add":"+ \u6DFB\u52A0","desc.mouseHoverHoldKey":"\u5F53\u9F20\u6807\u60AC\u505C\u5728\u67D0\u4E2A\u6BB5\u843D\u4E0A\u65F6\uFF0C\u540C\u65F6\u6309\u4E0B\u53F3\u4FA7\u7684\u5FEB\u6377\u952E\uFF0C\u5373\u53EF\u76F4\u63A5\u7FFB\u8BD1\u8BE5\u6BB5\u843D",mouseHoverCustomKeyTitle:"\u81EA\u5B9A\u4E49\u9F20\u6807\u60AC\u505C\u5FEB\u6377\u952E",mouseHoverCustomKeyDescription:"\u4F60\u53EF\u4EE5\u81EA\u5B9A\u4E49\u4E00\u4E2A\u9F20\u6807\u60AC\u505C\u7684\u7EC4\u5408\u5FEB\u6377\u952E\uFF0C\u6BD4\u5982\uFF1A Alt+Z, Ctrl+E, Cmd+Alt+E \u6216\u8005\u76F4\u63A5 Cmd\uFF0C \u8BF7\u624B\u52A8\u8F93\u5165",mouseHoverShortcutPlaceholder:"\u8BF7\u624B\u52A8\u8F93\u5165",browserShortcutsNoteForFirefox:"Firefox \u6D4F\u89C8\u5668\u4FEE\u6539\u5FEB\u6377\u952E\u9700\u8981\u6253\u5F00\u6269\u5C55\u7BA1\u7406\u9875\u9762 `about:addons`\uFF0C\u7136\u540E\u70B9\u51FB\u300C\u8BBE\u7F6E\u300D-> \u300C\u7BA1\u7406\u5FEB\u6377\u952E\u300D",browserShortcutsNoteForChrome:"\u8BF7\u6CE8\u610F\uFF1A\u8981\u5728\u57FA\u4E8EChrome\u5185\u6838\u7684\u6D4F\u89C8\u5668\u4E2D\u4FEE\u6539\u5FEB\u6377\u952E\uFF0C\u8BF7\u8BBF\u95EE[\u6269\u5C55\u7BA1\u7406\u9875\u9762] -> [\u7BA1\u7406\u5FEB\u6377\u952E] ","desc.toggleTranslateTheMainPage":"\u4EC5\u7FFB\u8BD1\u9875\u9762\u4E3B\u8981\u533A\u57DF\uFF0C\u5F53\u4F60\u5728\u8FDB\u9636\u8BBE\u7F6E\u91CC\u542F\u7528\u4E86\u7FFB\u8BD1\u9875\u9762\u5168\u90E8\u533A\u57DF\u540E\uFF0C\u4F60\u53EF\u4EE5\u4F7F\u7528\u8FD9\u4E2A\u5FEB\u6377\u952E\u6765\u4E13\u95E8\u7FFB\u8BD1\u9875\u9762\u7684\u4E3B\u8981\u533A\u57DF","desc.toggleTranslateTheWholePage":"\u7FFB\u8BD1\u9875\u9762\u5168\u90E8\u533A\u57DF\uFF0C\u9ED8\u8BA4\u60C5\u51B5\u4E0B\uFF0C\u6211\u4EEC\u4F1A\u7FFB\u8BD1\u9875\u9762\u7684\u4E3B\u8981\u533A\u57DF\uFF0C\u4F60\u53EF\u4EE5\u4F7F\u7528\u8FD9\u4E2A\u5FEB\u6377\u952E\u6765\u4E13\u95E8\u7FFB\u8BD1\u9875\u9762\u7684\u5168\u90E8\u533A\u57DF","browser.toggleTranslationMask":"\u5207\u6362\u5F53\u524D\u9875\u9762\u8BD1\u6587\u4E3A\u6A21\u7CCA\u6548\u679C\uFF08\u5B66\u4E60\u6A21\u5F0F\uFF09","desc.interfaceLanguage":"\u754C\u9762\u8BED\u8A00\u8BBE\u7F6E\u5F71\u54CD\u63A7\u5236\u9762\u677F\u7684\u663E\u793A\u8BED\u8A00\uFF0C\u548C\u7FFB\u8BD1\u7684\u76EE\u6807\u8BED\u8A00\u65E0\u5173",mouseHoverHoldKey:"\u60AC\u505C\u7FFB\u8BD1\u89E6\u53D1\u952E",clickToSeeQuickDemo:"30 \u79D2\u5FEB\u901F\u6559\u5B66\u89C6\u9891",shortcutDisableTooltip:"\u8BF7\u5728\u6D4F\u89C8\u5668\u63D0\u4F9B\u7684\u6269\u5C55\u5FEB\u6377\u952E\u7BA1\u7406\u9875\u9762\u8FDB\u884C\u8BBE\u7F6E\uFF0C\u66F4\u591A\u6307\u5F15\u8BF7\u67E5\u770B\u672C\u9875\u9762\u6700\u4E0A\u65B9\u7684\u8BF4\u660E",floatBallOptions:"\u60AC\u6D6E\u7403","subtitle.autoEnableSubtitle":"\u81EA\u52A8\u5F00\u542F\u53CC\u8BED\u5B57\u5E55","floatBall.longPress":"\u957F\u6309\u53EF\u5FEB\u901F\u6253\u5F00\u8BBE\u7F6E\u9762\u677F\u54E6",notLoginPro:"\u60A8\u8FD8\u672A\u767B\u5F55\u60A8\u7684\u4F1A\u5458\u8D26\u6237",upgradeToProErrorTitle:"\u8BF7\u5347\u7EA7\u4E3A Pro \u4F1A\u5458\u518D\u4F7F\u7528\u8BE5\u7FFB\u8BD1\u670D\u52A1",loggedIn:"\u5DF2\u767B\u5F55",translationOnlyMode:"\u4EC5\u8BD1\u6587\u6A21\u5F0F",translationOnlyModeDescription:"\u4EC5\u8BD1\u6587\u6A21\u5F0F\u6307\u7684\u662F\u53EA\u663E\u793A\u8BD1\u6587\uFF0C\u800C\u4E0D\u662F\u9ED8\u8BA4\u7684\u53CC\u8BED\u6A21\u5F0F\u3002\u6CE8\u610F\uFF1A\u7531\u4E8E\u6280\u672F\u7684\u9650\u5236\u95EE\u9898\uFF0C\u5728\u4EC5\u8BD1\u6587\u6A21\u5F0F\u4E0B\uFF0C\u539F\u6587\u7684\u8D85\u94FE\u63A5\u5C06\u4F1A\u5931\u6548","description.baiduField":"\u652F\u6301\u7684\u9886\u57DF\u89C1<1>\u8FD9\u91CC\uFF0C\u4E3A\u7A7A\u5219\u8868\u793A\u4E0D\u6307\u5B9A\u9886\u57DF",temprarilyChangeTranslationTo_openai:"\u6B63\u5728\u4F7F\u7528 OpenAI \u7FFB\u8BD1\u5F53\u524D\u9875\u9762",temprarilyChangeTranslationTo_google:"\u6B63\u5728\u4F7F\u7528 Google \u7FFB\u8BD1\u5F53\u524D\u9875\u9762",temprarilyChangeTranslationTo_bing:"\u6B63\u5728\u4F7F\u7528\u5FAE\u8F6F\u7FFB\u8BD1\u5F53\u524D\u9875\u9762",temprarilyChangeTranslationTo_gemini:"\u6B63\u5728\u4F7F\u7528 Gemini \u7FFB\u8BD1\u5F53\u524D\u9875\u9762",temprarilyChangeTranslationTo_transmart:"\u6B63\u5728\u4F7F\u7528\u817E\u8BAF\u7FFB\u8BD1\u5F53\u524D\u9875\u9762",temprarilyChangeTranslationTo_deepl:"\u6B63\u5728\u4F7F\u7528 DeepL \u7FFB\u8BD1\u5F53\u524D\u9875\u9762","widget.translateFile":"PDF/ePub","widget.videoSubtitle":"\u89C6\u9891\u5B57\u5E55","widget.instruction":"\u4F7F\u7528\u8BF4\u660E",buildSnapshots:"\u751F\u6210\u7F51\u9875\u5FEB\u7167","widget.videoSubtitleTooltip":"\u652F\u6301 Youtube \u7B49 {count}+ \u89C6\u9891\u7F51\u7AD9","widget.instructionTooltip":"\u67E5\u770B\u4F7F\u7528\u8BF4\u660E",alwaysTranslateSomeLanguage:"\u603B\u662F\u7FFB\u8BD1{language}\u9875\u9762",alwaysTranslateThisSite:"\u603B\u662F\u7FFB\u8BD1\u8BE5\u7F51\u7AD9",neverTranslateThisSite:"\u6C38\u4E0D\u7FFB\u8BD1\u8BE5\u7F51\u7AD9",touchShortcutsToggleTranslatePage:"\u8BBE\u7F6E\u89E6\u5C4F\u624B\u52BF\u6765\u7FFB\u8BD1\u7F51\u9875/\u663E\u793A\u539F\u6587","desc.touchShortcutsToggleTranslatePage":"\u8BBE\u7F6E\u540E\uFF0C\u5728\u79FB\u52A8\u8BBE\u5907\u65F6\uFF0C\u53EF\u4EE5\u540C\u65F6\u7528 X \u4E2A\u624B\u6307\u89E6\u6478\u5C4F\u5E55\u3001\u5DE6\u53F3\u6ED1\u52A8\u6216\u8FDE\u7EED\u70B9\u51FB\uFF0C\u89E6\u53D1\u7FFB\u8BD1\u7F51\u9875/\u663E\u793A\u539F\u6587",touchShortcutsToggleTranslationMask:"\u8BBE\u7F6E\u89E6\u5C4F\u624B\u52BF\u663E\u793A\u7FFB\u8BD1\u906E\u7F69/\u663E\u793A\u539F\u6587","desc.touchShortcutsToggleTranslationMask":"\u7FFB\u8BD1\u906E\u7F69\u662F\u6307\u8BD1\u6587\u6837\u5F0F\u91CC\u7684\u6A21\u7CCA\u6548\u679C\uFF08\u5B66\u4E60\u6A21\u5F0F\uFF09\uFF0C\u5F00\u542F\u540E\u4E34\u65F6\u5BF9\u8BD1\u6587\u4F7F\u7528\u6A21\u7CCA\u6548\u679C\uFF0C\u65B9\u4FBF\u5B66\u4E60",touchShortcutsToggleTranslateTouchElement:"\u8BBE\u7F6E\u89E6\u5C4F\u624B\u52BF\u7FFB\u8BD1\u6307\u5B9A\u6BB5\u843D","desc.touchShortcutsToggleTranslateTouchElement":"\u81EA\u5B9A\u4E49\u4E00\u4E2A\u624B\u52BF\uFF0C\u5373\u53EF\u7FFB\u8BD1\u60A8\u6240\u5728\u7684\u4EFB\u4F55\u6BB5\u843D",touchShortcutsOff:"\u5173\u95ED","fingers.2":"\u53CC\u6307\u89E6\u6478","fingers.3":"\u4E09\u6307\u89E6\u6478","fingers.4":"\u56DB\u6307\u89E6\u6478","fingers.5":"\u4E94\u6307\u89E6\u6478","multipleClick.2":"\u53CC\u51FB","multipleClick.3":"\u4E09\u8FDE\u51FB","multipleClick.4":"\u56DB\u8FDE\u51FB","slide.left":"\u5411\u53F3\u6ED1\u52A8","slide.right":"\u5411\u5DE6\u6ED1\u52A8",contact:"\u8054\u7CFB\u6211\u4EEC","contact.description":"\u5982\u679C\u60A8\u6709\u4EFB\u4F55\u95EE\u9898\u6216\u5EFA\u8BAE\uFF0C\u6B22\u8FCE\u586B\u5199\u4E0B\u65B9\u8868\u5355\u8054\u7CFB\u6211\u4EEC\uFF0C\u6216\u8005\u53D1\u9001\u90AE\u4EF6\u81F3 {email}\uFF0C\u6211\u4EEC\u4F1A\u5C3D\u5FEB\u56DE\u590D\u60A8\u3002","font.none":"\u65E0","font.Microsoft YaHei":"\u5FAE\u8F6F\u96C5\u9ED1","font.SimSun":"\u5B8B\u4F53","font.NSimSun":"\u65B0\u5B8B\u4F53","font.Microsoft JhengHei":"\u5FAE\u8F6F\u6B63\u9ED1\u4F53","font.KaiTi":"\u6977\u4F53","font.FangSong":"\u4EFF\u5B8B","font.PingFang SC":"\u82F9\u65B9","font.STHeiti":"\u534E\u6587\u9ED1\u4F53","font.STKaiti":"\u534E\u6587\u6977\u4F53","font.STSong":"\u534E\u6587\u5B8B\u4F53","font.STFangsong":"\u534E\u6587\u4EFF\u5B8B","font.STZhongsong":"\u534E\u6587\u4E2D\u5B8B","font.STHupo":"\u534E\u6587\u7425\u73C0","font.STXinwei":"\u534E\u6587\u65B0\u9B4F","font.STLiti":"\u534E\u6587\u96B6\u4E66","font.STXingkai":"\u534E\u6587\u884C\u6977","font.Hiragino Sans GB":"\u51AC\u9752\u9ED1\u4F53","font.Lantinghei SC":"\u5170\u4EAD\u9ED1","font.Hanzipen SC":"\u6C49\u4EEA\u7FE9\u7FE9\u4F53","font.Hannotate SC":"\u6C49\u4EEA\u6CE8\u9ED1","font.Songti SC":"\u5B8B\u4F53","font.Wawati SC":"\u5A03\u5A03\u4F53","font.Weibei SC":"\u9B4F\u7891","font.Xingkai SC":"\u884C\u6977","font.Yapi SC":"\u96C5\u75DE","font.Yuanti SC":"\u5706\u4F53","browser.toggleVideoSubtitlePreTranslation":"\u5207\u6362\u53CC\u8BED\u5B57\u5E55\u4F18\u5148\u4F7F\u7528\u6C89\u6D78\u5F0F\u7FFB\u8BD1\u8BBE\u7F6E","desc.toggleVideoSubtitlePreTranslation":"\u6309\u4E0B\u540E\uFF0C\u89C6\u9891\u53CC\u8BED\u5B57\u5E55\u4F1A\u4F18\u5148\u4F7F\u7528\u6C89\u6D78\u5F0F\u7FFB\u8BD1\u7684\u8BBE\u7F6E\uFF0C\u518D\u6B21\u6309\u4E0B\u4F1A\u4F18\u5148\u4F7F\u7528\u539F\u89C6\u9891\u81EA\u5E26\u7684\u673A\u7FFB\u5B57\u5E55\uFF0C\u6CE8\u610F\uFF1A\u8BE5\u5FEB\u6377\u65B9\u5F0F\u4FEE\u6539\u7684\u662F\u5168\u5C40\u8BBE\u7F6E",videoSubtitlePreTranslationOn:"\u89C6\u9891\u5B57\u5E55\u5C06\u4F18\u5148\u4F7F\u7528\u6C89\u6D78\u5F0F\u7FFB\u8BD1",videoSubtitlePreTranslationOff:"\u89C6\u9891\u5B57\u5E55\u5C06\u4F18\u5148\u4F7F\u7528\u539F\u89C6\u9891\u81EA\u5E26\u7684\u673A\u7FFB\u5B57\u5E55",translationFont:"\u8BBE\u7F6E\u5B57\u4F53","translationFont.custom":"\u8F93\u5165\u81EA\u5B9A\u4E49\u5B57\u4F53","translationFont.customPlaceholder":"\u5B57\u4F53","translationFont.notSupportErrorMessage":"\u8BF7\u68C0\u67E5\u60A8\u8F93\u5165\u7684\u5B57\u4F53\u540D\u79F0\u662F\u5426\u6B63\u786E\uFF0C\u6216\u786E\u8BA4\u8BE5\u5B57\u4F53\u5DF2\u5728\u60A8\u7684\u8BBE\u5907\u4E0A\u5B89\u88C5\u3002","touch.mouse-translate":"\u7FFB\u8BD1\u6307\u5B9A\u6BB5\u843D","translationServices.inherit":"\u8DDF\u968F\u4E3B\u7FFB\u8BD1\u670D\u52A1","error.serveConfigError":"\u670D\u52A1\u914D\u7F6E\u9519\u8BEF","error.reloadPageOfSetting":"\u914D\u7F6E\u540E\uFF0C\u8BF7\u5237\u65B0\u9875\u9762\u518D\u6B21\u7FFB\u8BD1\u3002","error.googleLimitIp":"\u670D\u52A1\u8FD4\u56DE\u9519\u8BEF\uFF0C\u8C37\u6B4C\u670D\u52A1\u5DF2\u5BF9\u8BE5IP\u5730\u5740\u8FDB\u884C\u9650\u6D41\uFF0C\u5EFA\u8BAE\u60A8\u66F4\u6362\u7F51\u7EDC\u8282\u70B9\u3002","error.openAIFreeLimit":"\u670D\u52A1\u8FD4\u56DE\u9519\u8BEF\uFF0C\u5F53\u524D\u7684\u7FFB\u8BD1\u8BF7\u6C42\u9891\u7387\u5DF2\u8FBE\u5230\u6BCF\u5206\u949F\u6700\u591A 3 \u6B21\u7684\u4E0A\u9650\uFF0C\u8BF7\u7A0D\u540E\u518D\u8BD5\u3002\uFF08\u8FD9\u662F OpenAI \u5B98\u65B9\u5BF9\u514D\u8D39 API Key \u7684\u9650\u5236\uFF0C\u82E5\u8981\u89E3\u9664\u6B64\u9650\u5236\uFF0C\u8BF7\u5728 OpenAI \u540E\u53F0\u7ED1\u5B9A\u4FE1\u7528\u5361\u3002\uFF09","error.openAIExceededQuota":"\u670D\u52A1\u8FD4\u56DE\u9519\u8BEF\uFF1A\u4F60\u5F53\u524D\u7684 OpenAI \u8D26\u6237\u4F59\u989D\u4E0D\u8DB3\uFF0C\u8BF7\u5728 OpenAI \u5B98\u65B9\u540E\u53F0\u8FDB\u884C\u5145\u503C\u6216\u8005\u7ED1\u5B9A\u4FE1\u7528\u5361\u3002","error.429":"\u670D\u52A1\u8FD4\u56DE\u9519\u8BEF\uFF0C\u8BF4\u660E\u8BF7\u6C42\u8FC7\u4E8E\u9891\u7E41\u6216\u8D85\u51FA\u989D\u5EA6\u9650\u5236\uFF0C\u8BF7\u7A0D\u540E\u518D\u8BD5\u3002","error.403":"\u670D\u52A1\u8FD4\u56DE\u9519\u8BEF\uFF0C \u6682\u65F6\u6CA1\u6709\u6743\u9650\u8BBF\u95EE\u8BE5\u670D\u52A1\u3002 ","error.400":"\u670D\u52A1\u8FD4\u56DE\u9519\u8BEF\uFF0C \u8BF7\u6C42\u53C2\u6570\u9519\u8BEF\uFF0C\u8BF7\u68C0\u67E5\u76F8\u5E94\u914D\u7F6E\u3002","error.502":"\u670D\u52A1\u8FD4\u56DE\u9519\u8BEF\uFF0C \u670D\u52A1\u8D85\u65F6\uFF0C\u8BF7\u7A0D\u540E\u518D\u8BD5\u3002 ","error.proTokenInvalid":"\u82E5\u60A8\u662FPro\u7528\u6237\uFF0C\u8BF7\u767B\u9646\u540E\u518D\u4F7F\u7528Pro\u7FFB\u8BD1\u670D\u52A1 ","error.proUpgrade":"\u5347\u7EA7\u540E\uFF0C\u8BF7\u5237\u65B0\u9875\u9762\u518D\u6B21\u7FFB\u8BD1\u3002","error.configError":"\u914D\u7F6E\u6570\u636E\u5F02\u5E38","error.goReset":"\u53BB\u91CD\u7F6E",batchEdit:"\u6279\u91CF\u64CD\u4F5C","translationModeLang.translation.title":"\u4EC5\u8BD1\u6587\u6A21\u5F0F\u7684\u8BED\u8A00","translationModeLang.translation.description":"\u5F53\u9875\u9762\u8BED\u8A00\u4E3A\u4E0B\u5217\u8BED\u8A00\u65F6\uFF0C\u4F1A\u81EA\u52A8\u4F7F\u7528\u4EC5\u8BD1\u6587\u6A21\u5F0F","translationModeUrl.translation.title":"\u4EC5\u8BD1\u6587\u6A21\u5F0F\u7684\u7F51\u5740","translationModeUrl.translation.description":"\u5F53\u7F51\u7AD9\u4E3A\u4E0B\u5217\u57DF\u540D\u65F6\uFF0C\u4F1A\u81EA\u52A8\u4F7F\u7528\u4EC5\u8BD1\u6587\u6A21\u5F0F","browser.toggleOnlyTransation":"\u5207\u6362\u53CC\u8BED/\u4EC5\u8BD1\u6587\u6A21\u5F0F","desc.toggleOnlyTransation":"\u4EC5\u8BD1\u6587\u6A21\u5F0F\u6307\u7684\u662F\u53EA\u663E\u793A\u8BD1\u6587\uFF0C\u5982\u679C\u7F51\u9875\u8FD8\u6CA1\u6709\u7FFB\u8BD1\u7684\u8BDD\uFF0C\u5C06\u4F1A\u5207\u6362\u6A21\u5F0F\u5E76\u7FFB\u8BD1",touchShortcutsToggleTranslatePageOnlyTranslation:"\u8BBE\u7F6E\u89E6\u5C4F\u624B\u52BF\u5207\u6362\u53CC\u8BED/\u4EC5\u8BD1\u6587\u6A21\u5F0F","desc.touchShortcutsToggleTranslatePageOnlyTranslation":"\u4EC5\u8BD1\u6587\u6307\u7684\u662F\u53EA\u663E\u793A\u8BD1\u6587\uFF0C\u5982\u679C\u7F51\u9875\u8FD8\u6CA1\u6709\u7FFB\u8BD1\u7684\u8BDD\uFF0C\u5C06\u4F1A\u5207\u6362\u6A21\u5F0F\u5E76\u7FFB\u8BD1",download_started:"\u4E0B\u8F7D\u5DF2\u7ECF\u5F00\u59CB\uFF0C\u5982\u679C\u6CA1\u6709\u81EA\u52A8\u4E0B\u8F7D\uFF0C\u8BF7\u624B\u52A8\u70B9\u51FB",here:"\u8FD9\u91CC",detectServiceLoading:"\u6B63\u5728\u68C0\u6D4B\u53EF\u7528\u7684\u7FFB\u8BD1\u670D\u52A1...",toggleToService:"\u5207\u6362\u5230{service}\u5E76\u91CD\u8BD5","error.gemini.429":"\u5F53\u524D Gemini \u670D\u52A1\u5F53\u524D\u627F\u8F7D\u80FD\u529B\u5DF2\u8FBE\u4E0A\u9650\uFF0C\u8BF7\u60A8\u7A0D\u540E\u518D\u8BD5\uFF0C\u6216\u8005\u5207\u6362\u5230\u5176\u4ED6\u7FFB\u8BD1\u670D\u52A1\u3002",enableSentryReport:"\u5F53\u6269\u5C55\u53D1\u751F\u9519\u8BEF\u65F6\uFF0C\u4F7F\u7528 Sentry \u63D0\u4EA4\u53CD\u9988","error.subscriptionExpired":"\u60A8\u7684\u4F1A\u5458\u53EF\u80FD\u5DF2\u8FC7\u671F\uFF0C\u8BF7\u68C0\u67E5\u60A8\u7684\u4F1A\u5458\u72B6\u6001","error.subscriptionExpiredTitle":"\u4F1A\u5458\u5DF2\u8FC7\u671F","languages.auto":"\u81EA\u52A8\u68C0\u6D4B","error.serveUnavailable":"\u60A8\u5F53\u524D\u6240\u4F7F\u7528\u7684 [{serverName}] \u670D\u52A1\u56E0\u7F51\u7EDC\u8FDE\u63A5\u6216\u670D\u52A1\u63D0\u4F9B\u5546\u7684\u95EE\u9898\u6682\u65F6\u65E0\u6CD5\u8BBF\u95EE\u3002\u5EFA\u8BAE\u60A8\u5C1D\u8BD5\u5237\u65B0\u9875\u9762\u6216\u901A\u8FC7<1>\u8BBE\u7F6E\u66F4\u6362\u5176\u4ED6\u7FFB\u8BD1\u670D\u52A1\u3002\u82E5\u60A8\u662F<2>Pro\u4F1A\u5458\uFF0C\u53EF\u4EE5\u9009\u62E9\u4F7F\u7528\u66F4\u4E3A\u7A33\u5B9A\u7684 DeepL \u6216 OpenAI \u7FFB\u8BD1\u670D\u52A1\uFF08<3>\u70B9\u6B64\u514D\u8D39\u4F53\u9A8C\uFF09\u3002 \u53E6\u5916\uFF0C\u60A8\u4E5F\u53EF\u80FD\u9700\u8981\u68C0\u67E5\u60A8\u7684\u7F51\u7EDC\u6216\u4EE3\u7406\u8BBE\u7F6E\u3002","floatBall.setting":"\u8BBE\u7F6E","floatBall.translateToLanguage":"\u70B9\u51FB\u7FFB\u8BD1\u4E3A{language}",changeToOnlyTranslationMode:"\u5207\u6362\u9ED8\u8BA4\u8BD1\u6587\u6A21\u5F0F\u4E3A\u4EC5\u663E\u793A\u8BD1\u6587",changeToDualTranslationMode:"\u5207\u6362\u9ED8\u8BA4\u8BD1\u6587\u6A21\u5F0F\u4E3A\u53CC\u8BED\u5BF9\u7167",changeToOnlyTempTranslationMode:`\u5F53\u524D\u4E3A\u53CC\u8BED\u5BF9\u7167 \u70B9\u51FB\u5207\u6362\u4E3A\u4EC5\u8BD1\u6587`,changeToDualTempTranslationMode:`\u5F53\u524D\u4E3A\u4EC5\u8BD1\u6587 \u70B9\u51FB\u5207\u6362\u4E3A\u53CC\u8BED\u5BF9\u7167`,"subtitle.transitionMode":"\u89C6\u9891\u5B57\u5E55\u53CC\u8BED/\u4EC5\u8BD1\u6587\u8BBE\u7F6E","subtitle.transitionModeDescription":"\u8BBE\u7F6E\u89C6\u9891\u5B57\u5E55\u4E3A\u53CC\u8BED\u5BF9\u7167\u6216\u4EC5\u8BD1\u6587\u6A21\u5F0F","transitionMode.inherit":"\u548C\u7CFB\u7EDF\u7684\u9ED8\u8BA4\u8BD1\u6587\u663E\u793A\u6A21\u5F0F\u4FDD\u6301\u4E00\u81F4","transitionMode.translation":"\u4EC5\u8BD1\u6587","transitionMode.dual":"\u53CC\u8BED\u5BF9\u7167","options.navbar.translateFile":"\u7FFB\u8BD1\u6587\u6863","options.navbar.installApp":"\u5B89\u88C5\u624B\u673A APP","subtitle.showQuickButtonDescription":"\u5728\u89C6\u9891\u64AD\u653E\u5668\u53F3\u4E0B\u89D2\u63D0\u4F9B\u542F\u7528\u53CC\u8BED\u5B57\u5E55\u7684\u5FEB\u6377\u65B9\u5F0F",translateFileTooltip:`\u7FFB\u8BD1 PDF\u3001ePub\u3001srt\u3001 @@ -4977,7 +4977,7 @@ ass\u3001HTML\u3001TXT\u6587\u4EF6`,"subtitle.quickButton.setting":"\u8BBE\u7F6E {env.imt_sub_trans_field}: \u8BD1\u6587 - id: 2 {env.imt_sub_source_field}: Source - {env.imt_sub_trans_field}: \u8BD1\u6587`,"browser.PdfProFile":"AI \u9A71\u52A8\u7684 PDF Pro \u7FFB\u8BD1","browser.textTranslate":"\u6587\u672C\u7FFB\u8BD1"};var l2={nologin:"\u672A\u767B\u9304",loginForSafari:"\u767B\u5165\u6216\u8A3B\u518A",login:"\u767B\u9304",goLogin:"\u53BB\u767B\u9304",manageAccount:"\u7BA1\u7406\u8CEC\u6236",openPremium:"\u958B\u901A\u6703\u54E1",logout:"\u9000\u51FA",curentPlan:"\u7576\u524D\u5957\u9910",endAt:"\u5230\u671F",endAuto:"\u81EA\u52D5\u7E8C\u671F",lineBreakMaxTextCount:"\u63DB\u884C\u5F8C\uFF0C\u6BCF\u53E5\u8A71\u5141\u8A31\u7684\u6700\u5927\u5B57\u5143\u6578\u91CF","translate-pdf":"\u9EDE\u9078\u7FFB\u8B6F PDF","noSupportTranslate-pdf":"\u8173\u672C\u4E0D\u652F\u63F4\uFF0C\u8ACB\u4F7F\u7528\u64F4\u5145\u5957\u4EF6","translate-firefox-local-pdf":"\u9EDE\u64CA\u53BB\u5C0E\u5165PDF",enableLineBreak:"\u958B\u555F\u9577\u6BB5\u843D\u81EA\u52D5\u63DB\u884C",sponsorLabel:"$1 \u8D77\u8D0A\u52A9\u958B\u767C\u8005 (\u6708\u4ED8\u6216\u50C5\u8D0A\u52A9\u4E00\u6B21\u5747\u53EF)",help:"\u8AAA\u660E",enableLineBreakDescription:"\u555F\u7528\u5F8C\uFF0C\u5C07\u6703\u5728\u9577\u6BB5\u843D\u4E2D\u6BCF\u53E5\u8A71\u7D50\u675F\u63D2\u5165\u63DB\u884C\u5B57\u5143\uFF0C\u4EE5\u4FBF\u65BC\u95B1\u8B80","browser.shortBrandName":"\u6C89\u6D78\u5F0F\u7FFB\u8B6F","browser.brandName":"\u6C88\u6D78\u5F0F\u7FFB\u8B6F - \u7DB2\u9801\u7FFB\u8B6F\u64F4\u5145 | PDF\u7FFB\u8B6F | \u514D\u8CBB","browser.brandDescription":"\u3010\u6C88\u6D78\u5F0F\u7FFB\u8B6F\u3011\u4E00\u6B3E\u514D\u8CBB\u7684\uFF08\u539F\u6587/\u8B6F\u6587\uFF09\u96D9\u8A9E\u5C0D\u7167\u7DB2\u9801\u7FFB\u8B6F\u64F4\u5145\uFF0C\u540C\u6642\u652F\u6301PDF\u7FFB\u8B6F\uFF08\u4FDD\u7559\u539F\u6587\u6A94\u6392\u7248\uFF09\uFF0C\u8996\u983B\u96D9\u8A9E\u5B57\u5E55\u7FFB\u8B6F\uFF08Youtube, Netflix\u7B49\uFF09\uFF0CEPUB\u96FB\u5B50\u66F8\u7FFB\u8B6F\u7B49\uFF1B\u652F\u6301\u8ABF\u7528\u4EBA\u5DE5\u667A\u80FDAI\u7FFB\u8B6F\u5927\u6A21\u578B\uFF08OpenAI (ChatGPT)\u3001DeepL\u3001Gemini(Bard) \u7B49 \uFF09\u5C0D\u4EE5\u4E0A\u5167\u5BB9\u9032\u884C\u66F4\u6E96\u78BA\u7684\u7FFB\u8B6F\uFF1B","browser.toggleTranslatePage":"\u7FFB\u8B6F\u7DB2\u9801/\u986F\u793A\u539F\u6587","browser.toggleTranslateTheWholePage":"\u7FFB\u8B6F\u9801\u9762\u5168\u90E8\u5340\u57DF/\u986F\u793A\u539F\u6587","browser.toggleTranslateToThePageEndImmediately":"\u7ACB\u5373\u7FFB\u8B6F\u5230\u9801\u9762\u5E95\u90E8/\u986F\u793A\u539F\u6587","browser.toggleTranslateTheMainPage":"\u7FFB\u8B6F\u9801\u9762\u4E3B\u8981\u5340\u57DF/\u986F\u793A\u539F\u6587","browser.shareToDraft":"\u751F\u6210\u7DB2\u9801\u5FEB\u7167","browser.openOptionsPage":"\u958B\u555F\u8A2D\u5B9A\u9801\u9762","browser.translateLocalPdfFile":"\u7FFB\u8B6F\u672C\u6A5F PDF \u6A94\u6848","browser.openEbookViewer":"\u95B1\u8B80\u672C\u6A5F\u96FB\u5B50\u66F8","browser.openEbookBuilder":"\u88FD\u4F5C\u96D9\u8A9E EPUB \u96FB\u5B50\u66F8","browser.translateLocalHtmlFile":"\u7FFB\u8B6F HTML/txt \u6A94\u6848","browser.donateContext":"\u4E86\u89E3\u8D0A\u52A9\u798F\u5229","browser.translateLocalSubtitleFile":"\u7FFB\u8B6F\u5B57\u5E55\u6A94\u6848",confirmResetConfig:"\u4F60\u78BA\u5B9A\u8981\u91CD\u8A2D\u8A2D\u5B9A\u55CE\uFF1F",translationLineBreakSettingTitle:"\u8B6F\u6587\u63DB\u884C\u8A2D\u5B9A",smartLineBreak:"\u667A\u6167\u63DB\u884C",alwaysLineBreak:"\u7E3D\u662F\u63DB\u884C",isShowContextMenu:"\u5C07\u7DB2\u9801\u7FFB\u8B6F\u529F\u80FD\u52A0\u5165\u53F3\u9375\u9078\u55AE",toggleBeta:"\u958B\u555F Beta \u6E2C\u8A66\u529F\u80FD",betaDescription:"\u555F\u7528\u4ECD\u5728\u5BE6\u9A57\u7684\u529F\u80FD\u4EE5\u53CA\u6E2C\u8A66\u4E2D\u7684\u7FFB\u8B6F\u670D\u52D9\u3002\u52A0\u5165 <1>Telegram \u7FA4\u7D44\u4E86\u89E3\u66F4\u591A\u3002",translationLineBreakSettingDescription:"\u7E3D\u662F\u63DB\u884C\u9069\u7528\u65BC\u8F03\u5C11\u5167\u5BB9\u7684\u7248\u9762\uFF0C\u66F4\u6574\u9F4A\u3002(\u5728\u5167\u5BB9\u8F03\u591A\u7684\u9577\u6BB5\u843D(\u8D85\u904E {count} \u500B\u5B57\u5143) \u4F7F\u7528\u667A\u6167\u63DB\u884C\u6703\u66F4\u7701\u7A7A\u9593)",tempTranslateDomainTitle:"\u81E8\u6642\u958B\u555F\u7DB2\u7AD9\u7FFB\u8B6F\u7684\u6642\u9577",tempTranslateDomainDescription:"\u7576\u624B\u52D5\u7FFB\u8B6F\u67D0\u500B\u7DB2\u9801\u7684\u6642\u5019\uFF0C\u81E8\u6642\u958B\u555F\u8A72\u7DB2\u7AD9\u70BA\u81EA\u52D5\u7FFB\u8B6F",xMinutes:"{count} \u5206\u9418",disabled:"\u505C\u7528",changelog:"\u66F4\u65B0\u8A18\u9304",toggleTranslatePageWhenThreeFingersOnTheScreen:"\u591A\u6307\u540C\u6642\u89F8\u6478\u87A2\u5E55\u5247\u7FFB\u8B6F\u7DB2\u9801/\u986F\u793A\u539F\u6587",toggleTranslationMaskWhenThreeFingersOnTheScreen:"\u591A\u6307\u540C\u6642\u89F8\u6478\u5247\u986F\u793A/\u96B1\u85CF\u8B6F\u6587\u6A21\u7CCA\u6548\u679C",addUrlDescription:"\u53EF\u4EE5\u70BA\u7DB2\u57DF\u540D\u7A31\uFF0C\u540C\u6642\u652F\u63F4\u842C\u7528\u5B57\u5143\uFF0C\u5982\uFF1A*.google.com, google.com/mail/*, https://www.google.com/*",general:"\u57FA\u672C\u8A2D\u5B9A",clickToExpandConfig:"\u5C55\u958B\u76EE\u524D\u8A2D\u5B9A",import:"\u5F9E\u6A94\u6848\u532F\u5165",export:"\u532F\u51FA\u70BA\u6A94\u6848",toggleDebug:"\u5728\u4E3B\u63A7\u53F0\u986F\u793A\u5075\u932F\u8A18\u9304","fingers.0":"\u95DC\u9589",mouseHoldKey:"+ {key} \u7FFB\u8B6F/\u9084\u539F\u8A72\u6BB5",mouseHoldKeyAuto:"\u76F4\u63A5\u7FFB\u8B6F\u8A72\u6BB5",mouseHoldKeyOff:"\u4E0D\u505A\u4EFB\u4F55\u4E8B\u60C5",mouseHoldKeyOther:"\u81EA\u5B9A\u7FA9\u5FEB\u6377\u9375(\u6253\u958B\u8A2D\u7F6E)",mouseHoldKeyCustomKey:"{key} \u7FFB\u8B6F/\u9084\u539F\u8A72\u6BB5","mouse-translate":"\u9F20\u6A19\u6ED1\u904E",document:"\u8AAA\u660E\u6587\u4EF6",resetSuccess:"\u91CD\u8A2D\u6240\u6709\u8A2D\u5B9A\u6210\u529F",resetThisSuccess:"\u91CD\u8A2D\u6210\u529F",saved:"\u5132\u5B58\u6210\u529F",successImportConfig:"\u6210\u529F\u532F\u5165\u8A2D\u5B9A",goAdvancedSettings:"\u524D\u5F80\u9032\u968E\u8A2D\u5B9A\u9801\u9762",goAdvancedInterfaceSettings:"\u524D\u5F80\u81EA\u8A02\u8A2D\u5B9A\u9801\u9762",advanced:"\u9032\u968E\u8A2D\u5B9A",advancedDescription:"\u6B63\u5E38\u60C5\u6CC1\u7121\u9700\u8A2D\u5B9A\uFF0C\u4FDD\u6301\u9810\u8A2D\u5373\u53EF\u3002\u50C5\u91DD\u5C0D\u66F4\u5C08\u696D\u7684\u4F7F\u7528\u8005\uFF0C\u63D0\u4F9B\u66F4\u500B\u4EBA\u5316\u7684\u8A2D\u5B9A\u9805\u76EE\u3002",developer:"\u958B\u767C\u8005\u8A2D\u5B9A",donateCafe:"\u50F9\u683C","translate to the bottom of the page":"\u9032\u5165\u7DB2\u9801\u5F8C\uFF0C\u662F\u5426\u7ACB\u5373\u7FFB\u8B6F\u5230\u9801\u9762\u5E95\u90E8\uFF1F",feedback:"\u554F\u984C\u56DE\u5831",toggleTranslatePage:"\u7FFB\u8B6F\u7DB2\u9801/\u986F\u793A\u539F\u6587",translateToThePageEndImmediatelyDescription:"\u555F\u7528\u5F8C\uFF0C\u9032\u5165\u7DB2\u9801\u5C07\u7ACB\u5373\u7FFB\u8B6F\u5F9E\u9802\u90E8\u5230\u5E95\u90E8\u7684\u5167\u5BB9\u3002\u95DC\u9589\u5247\u908A\u770B\u908A\u8B6F\u3002\uFF08\u4E0D\u63A8\u85A6\u958B\u555F\uFF09","translate all areas of the page":"\u662F\u5426\u7FFB\u8B6F\u7DB2\u9801\u6240\u6709\u5340\u57DF",translationAreaDescription:"\u555F\u7528\u5F8C\uFF0C\u7DB2\u9801\u7684\u6240\u6709\u5340\u57DF\u90FD\u6703\u88AB\u7FFB\u8B6F\u3002\u95DC\u9589\u5247\u4F7F\u7528\u9810\u8A2D\u7684\u667A\u6167\u8FA8\u8B58\uFF0C\u50C5\u7FFB\u8B6F\u4E3B\u8981\u5340\u57DF\u3002(\u4E0D\u63A8\u85A6\u958B\u555F)","the number of characters to be translated first":"\u76F4\u63A5\u7FFB\u8B6F\u9801\u9762\u524D\u591A\u5C11\u500B\u5B57\u5143\uFF0C\u800C\u7121\u9700\u7B49\u5F85\u6372\u52D5\u81F3\u53EF\u898B\u5340\u57DF","interface language":"\u4ECB\u9762\u8A9E\u8A00","display both the original text and the translation":"\u540C\u6642\u986F\u793A\u539F\u6587\u548C\u8B6F\u6587","keyboard shortcuts":"\u9375\u76E4\u5FEB\u901F\u9375",modify:"\u8B8A\u66F4\u5FEB\u901F\u9375",reset:"\u91CD\u8A2D",close:"\u95DC\u9589",homepage:"\u9996\u9801",more:"\u66F4\u591A",moreOptions:"\u5C55\u958B\u66F4\u591A\u81EA\u8A02\u9078\u9805",translateTheWholePage:"\u7FFB\u8B6F\u9801\u9762\u5168\u90E8\u5340\u57DF\uFF08\u5340\u5206\u65BC\u53EA\u7FFB\u8B6F\u4E3B\u8981\u5340\u57DF\uFF09",changeToTranslateTheWholePage:"\u5207\u63DB\u70BA\u7FFB\u8B6F\u6240\u6709\u5340\u57DF",changeToTranslateTheMainPage:"\u5207\u63DB\u70BA\u7FFB\u8B6F\u4E3B\u8981\u5340\u57DF",translateToThePageEndImmediately:"\u7ACB\u5373\u7FFB\u8B6F\u5230\u5E95\u90E8\uFF08\u5340\u5206\u65BC\u770B\u54EA\u8B6F\u54EA\uFF09",translateTheMainPage:"\u667A\u6167\u7FFB\u8B6F\u4E3B\u8981\u5340\u57DF","The local rules are up to date":"\u672C\u6A5F\u898F\u5247\u5DF2\u70BA\u6700\u65B0\uFF1A","Successfully synchronized with the latest official rules:":"\u6210\u529F\u540C\u6B65\u6700\u65B0\u5B98\u65B9\u898F\u5247\uFF1A","Checking for updates":"\u6B63\u5728\u6AA2\u67E5\u66F4\u65B0","Rules are being synchronized":"\u6B63\u5728\u540C\u6B65\u5B98\u65B9\u898F\u5247",localVersionIsTooOld:"\u672C\u6A5F\u5957\u4EF6\u7248\u672C\u904E\u820A\uFF0C\u8ACB\u5347\u7D1A\u5957\u4EF6\u81F3 {minVersion} \u6216\u66F4\u65B0\u7684\u7248\u672C\u518D\u5617\u8A66\u540C\u6B65",badUserscriptBrowser:"\u76EE\u524D\u700F\u89BD\u5668\u7121\u6CD5\u6B63\u78BA\u5BE6\u73FE\u6CB9\u7334\u5957\u4EF6\u7684\u4ECB\u9762\uFF0C\u8ACB\u4F7F\u7528\u5176\u4ED6<1>\u652F\u63F4\u6CB9\u7334\u5957\u4EF6\u7684\u700F\u89BD\u5668\u5982(Firefox Nightly \u7248\u672C)",foundNewVersion:"\u6709\u65B0\u7248\u672C\u53EF\u7528",theLocalExtensionIsUpToUpdate:"\u76EE\u524D\u5957\u4EF6\u5DF2\u662F\u6700\u65B0\u7248\u672C",failToSyncRules:"\u540C\u6B65\u6700\u65B0\u5B98\u65B9\u898F\u5247\u5931\u6557",retry:"\u9EDE\u6B64\u91CD\u8A66",failedReason:"\u5931\u6557\u539F\u56E0",currentRuleVersion:"\u76EE\u524D\u898F\u5247\u7248\u672C",calculating:"\u6B63\u5728\u8A08\u7B97",unknownError:"\u672A\u77E5\u7684\u932F\u8AA4",canNotFetchRemoteRule:"\u7121\u6CD5\u53D6\u5F97\u9060\u7AEF\u898F\u5247",enableAlphaSuccess:"\u5DF2\u555F\u7528 Alpha \u529F\u80FD",disableAlphaSuccess:"\u5DF2\u505C\u7528 Alpha \u529F\u80FD",cacheSize:"\u5FEB\u53D6\u5927\u5C0F\uFF1A",cleaning:"\u6B63\u5728\u6E05\u7406",cleanCache:"\u6E05\u9664\u5FEB\u53D6",options:"\u9078\u9805",about:"\u95DC\u65BC",service:"\u7FFB\u8B6F\u670D\u52D9",needAction:"(\u524D\u5F80\u8A2D\u5B9A)",goSettings:"\u524D\u5F80\u8A2D\u5B9A",needActionForOptions:"(\u9700\u8A2D\u5B9A)",translationEngine:"\u5F15\u64CE\u9078\u9805",sourceLanguage:"\u539F\u6587\u8A9E\u8A00",target:"\u76EE\u6A19\u8A9E\u8A00",popupSourceLanguage:"\u539F\u6587\u8A9E\u8A00",popupTarget:"\u76EE\u6A19\u8A9E\u8A00",popupService:"\u7FFB\u8B6F\u670D\u52D9",forThisSite:"\u7576\u524D\u7DB2\u7AD9",autoEnableSubtitle:"\u81EA\u52D5\u958B\u555F\u96D9\u8A9E\u5B57\u5E55",alwaysTranslate:"\u7E3D\u662F\u7FFB\u8B6F",neverTranslate:"\u6C38\u4E0D\u7FFB\u8B6F",neverTranslateSomeLanguage:"\u6C38\u4E0D\u7FFB\u8B6F {language}",alwaysTranslateSomeSite:"\u7E3D\u662F\u7FFB\u8B6F {hostname}",neverTranslateSomeSite:"\u6C38\u4E0D\u7FFB\u8B6F {hostname}",alwaysTranslateSomeSiteOrWildSite:"\u7E3D\u662F\u7FFB\u8B6F\u7DB2\u7AD9",alwaysTranslateSomePage:"\u7E3D\u662F\u7FFB\u8B6F\u8A72\u7DB2\u9801",add:"\u65B0\u589E",default:"\u9810\u8A2D",forThisLanguage:"\u91DD\u5C0D\u8A72\u8A9E\u8A00\uFF1A","add url":"\u8F38\u5165 URL",edit:"\u7DE8\u8F2F",pickAll:"\u5168\u9078","translate other languages into specific language":"\u5C07\u5176\u5B83\u8A9E\u8A00\u7FFB\u8B6F\u70BA\u4F60\u8A2D\u5B9A\u7684\u8A9E\u8A00","select translation service":"\u9078\u64C7\u4F60\u60F3\u7528\u7684\u7FFB\u8B6F\u670D\u52D9",language:"\u8A9E\u8A00","show-original":"\u986F\u793A\u539F\u6587",translate:"\u7FFB\u8B6F",Translated:"\u5DF2\u7FFB\u8B6F",Translating:"\u6B63\u5728\u7FFB\u8B6F",Error:"\u932F\u8AA4",allowCacheTranslations:"\u555F\u7528\u672C\u6A5F\u7FFB\u8B6F\u5FEB\u53D6\uFF08\u6E1B\u5C11\u91CD\u8907\u6BB5\u843D\u7684\u7FFB\u8B6F\u8981\u6C42\uFF09","translation display":"\u8B6F\u6587\u986F\u793A\u6A23\u5F0F","select diplay style":"\u5340\u5206\u8B6F\u6587\u7684\u6A23\u5F0F\uFF0C\u5177\u9AD4\u53EF\u53C3\u8003\u4E0B\u5217\u7BC4\u4F8B",interface:"\u4ECB\u9762\u8A2D\u5B9A",import_export:"\u532F\u5165/\u532F\u51FA",import_export_title:"\u532F\u5165/\u532F\u51FA\u8A2D\u5B9A",syncToGoogleDrive:"\u7ACB\u5373\u8207 Google Drive \u540C\u6B65","floatBallOptions.enable":"\u555F\u7528\u61F8\u6D6E\u7403","floatBallOptions.blockUrls":"\u7981\u7528\u7DB2\u7AD9","floatBallOptions.add":"\u6DFB\u52A0","floatBallOptions.blockUrlDesc":"\u7576\u9047\u5230\u4EE5\u4E0B\u7DB2\u7AD9\u6642\u4E0D\u986F\u793A\u61F8\u6D6E\u7403","floatBallOptions.clickType":"\u9EDE\u64CA\u884C\u70BA","floatBallOptions.clickTypeDesc":"\u61F8\u6D6E\u7403\u5716\u6A19\u9EDE\u64CA\u6642\u7684\u884C\u70BA","floatBallOptions.clickPopup":"\u986F\u793A\u7FFB\u8B6F\u9762\u677F","floatBallOptions.clickTranslate":"\u7FFB\u8B6F/\u986F\u793A\u539F\u6587","floatBallOptions.fixedPosition":"\u56FA\u5B9A\u4F4D\u7F6E","floatBallOptions.fixedPositionDesc":"\u61F8\u6D6E\u7403\u5728\u7A97\u53E3\u5DE6\u5074\u9084\u662F\u53F3\u5074","floatBallOptions.fixedPositionLeft":"\u5DE6\u5074","floatBallOptions.fixedPositionRight":"\u53F3\u5074",previewAllThemes:"\u9810\u89BD\u5168\u90E8\u6A23\u5F0F","translationTheme.none":"\u7121","translationTheme.grey":"\u9ED1\u7070\u8272","translationTheme.dashed":"\u7834\u6298\u865F\u5E95\u7DDA","translationTheme.dotted":"\u9EDE\u72C0\u5E95\u7DDA","translationTheme.dashedBorder":"\u865B\u7DDA\u6846\u7DDA","translationTheme.solidBorder":"\u5BE6\u7DDA\u6846\u7DDA","translationTheme.underline":"\u76F4\u7DDA\u5E95\u7DDA","translationTheme.mask":"\u6A21\u7CCA\u6548\u679C\uFF08\u5B78\u7FD2\u6A21\u5F0F\uFF09","translationTheme.opacity":"\u900F\u660E\u6548\u679C","translationTheme.paper":"\u767D\u7D19\u9670\u5F71\u6548\u679C","translationTheme.dividingLine":"\u5206\u9694\u7DDA","translationTheme.highlight":"\u9192\u76EE\u63D0\u793A","translationTheme.marker":"\u99AC\u514B\u7B46","translationTheme.marker2":"\u99AC\u514B\u7B462","translationTheme.blockquote":"\u5F15\u7528\u6A23\u5F0F","translationTheme.weakening":"\u5F31\u5316","translationTheme.italic":"\u659C\u9AD4","translationTheme.bold":"\u7C97\u9AD4","translationTheme.thinDashed":"\u7D30\u7834\u6298\u865F\u5E95\u7DDA","translationTheme.nativeDashed":"\u7CFB\u7D71\u5167\u5EFA\u7834\u6298\u865F\u5E95\u7DDA","translationTheme.nativeDotted":"\u7CFB\u7D71\u5167\u5EFA\u9EDE\u72C0\u5E95\u7DDA","translationTheme.nativeUnderline":"\u7CFB\u7D71\u5167\u5EFA\u76F4\u7DDA\u5E95\u7DDA","translationTheme.wavy":"\u6CE2\u5F62\u66F2\u7DDA","translationServices.custom":"\u81EA\u5B9A\u7FA9API","translationServices.tencent":"\u9A30\u8A0A\u7FFB\u8B6F\u541B","translationServices.tenAlpha":"\u9A30\u8A0A\u7FFB\u8B6F\u541B(Alpha)","translationServices.google":"Google \u7FFB\u8B6F","translationServices.bai":"\u767E\u5EA6(Alpha)","translationServices.baidu":"\u767E\u5EA6\u7FFB\u8B6F","translationServices.aliyun":"\u963F\u91CC\u96F2\u7FFB\u8B6F","translationServices.volc":"\u706B\u5C71\u7FFB\u8B6F","translationServices.deeplx":"DeepLX(Beta)","translationServices.bing":"\u5FAE\u8F6F\u7FFB\u8B6F","translationServices.deepl":"DeepL","translationServices.wechat":"\u5FAE\u4FE1\u7FFB\u8B6F","translationServices.azure":"Azure \u7FFB\u8B6F","translationServices.ibm":"IBM Watson","translationServices.aws":"\u4E9E\u99AC\u905C\u7FFB\u8B6F","translationServices.mock":"\u6A21\u64EC\u7FFB\u8B6F","translationServices.mock2":"\u6A21\u64EC\u7FFB\u8B6F2","translationServices.caiyun":"\u5F69\u96F2\u5C0F\u8B6F","translationServices.cai":"\u5F69\u96F2\u5C0F\u8B6F (Alpha)","translationServices.volcAlpha":"\u706B\u5C71\u7FFB\u8B6F(Alpha)","translationServices.openl":"OpenL","translationServices.youdao":"\u6709\u9053\u7FFB\u8B6F","translationServices.you":"\u6709\u9053\u7FFB\u8B6F (Alpha)","translationServices.transmart":"\u9A30\u8A0A\u4EA4\u4E92\u7FFB\u8B6F","translationServices.niu":"\u5C0F\u725B\u7FFB\u8B6F","translationServices.papago":"Papago \u7FFB\u8B6F","translationServices.d":"Deepl(Alpha)","translationServices.dpro":"D Pro (Canary)","translationServices.openai":"OpenAI","translationServices.yandex":"Yandex","translationServices.chatgpt":"ChatGPT Web(3.5 mobile)","translate title":"\u7FFB\u8B6F\u9801\u9762\u6A19\u984C","always languages":"\u7E3D\u662F\u7FFB\u8B6F\u7684\u8A9E\u8A00",neverTranslateLanguagesLabel:"\u6C38\u4E0D\u7FFB\u8B6F\u7684\u8A9E\u8A00",neverTranslateTheFollowingLanguagesDescription:"\u7576\u9801\u9762\u4E2D\u67D0\u4E00\u6BB5\u843D\u7684\u8A9E\u8A00\u70BA\u4E0B\u5217\u8A9E\u8A00\u6642\uFF0C\u5C07\u8DF3\u904E\u7FFB\u8B6F",enableUserscriptPagePopup:"\u5728\u9801\u9762\u4E0A\u986F\u793A\u61F8\u6D6E\u7403",enableUserscriptPagePopupDescription:"\u95DC\u9589\u61F8\u6D6E\u7403\u5F8C\uFF0C\u53EF\u4EE5\u7528\u5FEB\u901F\u9375/{touch}\u518D\u6B21\u986F\u793A\u3002\u70BA\u9632\u6B62\u4E0D\u614E\u95DC\u9589\u8A72\u9078\u9805\u5F8C\u627E\u4E0D\u5230\u61F8\u6D6E\u7403\uFF0C\u5EFA\u8B70\u5C07\u672C\u8A2D\u5B9A\u9801\u9762\u52A0\u5165\u81F3\u6211\u7684\u6700\u611B","always translate the following languages":"\u7576\u9801\u9762\u8A9E\u8A00\u70BA\u4E0B\u5217\u8A9E\u8A00\u6642\uFF0C\u6703\u81EA\u52D5\u7FFB\u8B6F\u70BA\u76EE\u6A19\u8A9E\u8A00","always sites":"\u7E3D\u662F\u7FFB\u8B6F\u7684\u7DB2\u5740","always translate the following sites":"\u7576\u7DB2\u7AD9\u70BA\u4E0B\u5217\u7DB2\u57DF\u540D\u7A31\u6642\uFF0C\u6703\u81EA\u52D5\u7FFB\u8B6F\u70BA\u76EE\u6A19\u8A9E\u8A00","never sites":"\u6C38\u4E0D\u7FFB\u8B6F\u7684\u7DB2\u5740","never translate the following sites":"\u7576\u7DB2\u7AD9\u70BA\u4E0B\u5217\u7DB2\u57DF\u540D\u7A31\u6642\uFF0C\u5C07\u4E0D\u6703\u9032\u884C\u7FFB\u8B6F","please refer to":"\u9700\u8981\u586B\u5BEB\u91D1\u9470\u5F8C\u624D\u53EF\u4F7F\u7528\uFF0C\u8A73\u7D30\u8CC7\u8A0A\u8ACB\u53C3\u8003",KeyAndConfigurationTutorial:"\u300A\u91D1\u9470\u7533\u8ACB\u548C\u8A2D\u5B9A\u6559\u5B78\u300B",useAboveStyleForTheseSites:"\u7576\u7DB2\u7AD9\u70BA\u4E0B\u5217\u7DB2\u57DF\u540D\u7A31\u6642\uFF0C\u7E3D\u662F\u4F7F\u7528 \u2308{theme}\u230B \u8B6F\u6587\u6A23\u5F0F",currentUrl:"\u76EE\u524D\u7DB2\u5740",confirm:"\u5132\u5B58",cancel:"\u53D6\u6D88",delete:"\u522A\u9664","languages.auto":"\u81EA\u52D5\u5075\u6E2C",syncToCloud:"\u540C\u6B65\u81F3\u96F2\u7AEF",syncToCloudDescription:"\u4E0A\u50B3\u81F3\u96F2\u7AEF\u5F8C\uFF0C\u53EF\u4EE5\u5728\u4E0D\u540C\u7684\u700F\u89BD\u5668/\u6CB9\u7334\u8173\u672C\u4E4B\u9593\u540C\u6B65\u8A2D\u5B9A\uFF0C\u4EE5\u6700\u5F8C\u8B8A\u66F4\u6642\u9593\u70BA\u6E96\u3002",syncToAccount:"\u540C\u6B65\u5230\u8CEC\u6236",syncToAccountButton:"\u7ACB\u5373\u8207\u96F2\u7AEF\u540C\u6B65",syncToAccountDescription:"\u4E0A\u50B3\u5230\u5DF2\u767B\u9304\u8CEC\u6236\uFF0C\u53EF\u4EE5\u5728\u4E0D\u540C\u7684\u8A2D\u5099\u4E4B\u9593\u540C\u6B65\u914D\u7F6E\uFF0C\u4EE5\u6700\u5F8C\u4FEE\u6539\u6642\u9593\u70BA\u6E96\u3002",successSyncConfigInAccount:"\u6210\u529F\u8207\u8CEC\u6236\u4FDD\u6301\u540C\u6B65",successSyncConfigToAccount:"\u6210\u529F\u540C\u6B65\u5230\u8CEC\u6236",syncConfigNoUpdate:"\u5DF2\u7D93\u662F\u6700\u65B0\u7684\u4E86",authFail:"\u6388\u6B0A\u5931\u6557",syncTitle:"\u624B\u52D5\u5099\u4EFD\u7BA1\u7406",import_hint:"\u532F\u5165",upload:"\u4E0A\u50B3",revokeAuth:"\u64A4\u92B7\u6388\u6B0A",uploadFail:"\u4E0A\u50B3\u5931\u6557",download:"\u4E0B\u8F09",importSuccess:"\u532F\u5165\u6210\u529F",importFail:"\u532F\u5165\u5931\u6557",deleteFail:"\u522A\u9664\u5931\u6557",backupToCloud:"\u624B\u52D5\u7BA1\u7406\u5099\u4EFD\u6A94\u6848",create_new_backup:"\u65B0\u589E\u5099\u4EFD\u7BC0\u9EDE",maxBackupFiles:"\u6700\u591A\u53EF\u4EE5\u5099\u4EFD{count}\u500B\u4E0D\u540C\u7684\u7BC0\u9EDE\uFF0C\u8ACB\u522A\u9664\u4E0D\u9700\u8981\u7684\u7BC0\u9EDE",backupToCloudDescription:"\u624B\u52D5\u4E0A\u50B3\u6216\u9084\u539F\u5099\u4EFD\u6A94\u6848\uFF0C\u6700\u591A\u5141\u8A31 3 \u500B\u4E0D\u540C\u7684\u5099\u4EFD",successSyncConfig:"\u6210\u529F\u8207\u96F2\u7AEF\u4FDD\u6301\u540C\u6B65",syncFail:"\u540C\u6B65\u5931\u6557",updatedAt:"\u66F4\u65B0\u65BC {date}",lastSyncedAt:"\u4E0A\u6B21\u6AA2\u67E5\u65BC {date}",downloadFail:"\u4E0B\u8F09\u5931\u6557",clickToDownload:"\u9EDE\u9078\u4E0B\u8F09",aboutLabel:"\u95DC\u65BC - \u554F\u984C\u56DE\u5831","browser.openAboutPage":"\u95DC\u65BC/\u554F\u984C\u56DE\u5831",aboutLabelWithoutSponsor:"\u95DC\u65BC - \u554F\u984C\u56DE\u5831",aboutIntro:"\u5E0C\u671B\u6211\u5011\u90FD\u80FD\u66F4\u52A0\u5BB9\u6613\u4E14\u6109\u6085\u5730\u7372\u53D6\u7DB2\u969B\u7DB2\u8DEF\u4E0A\u66F4\u591A\u7684\u5916\u8A9E\u8CC7\u8A0A \u2764\uFE0F \u4F60\u53EF\u4EE5\u9078\u64C7\u958B\u901A <6>Pro\u6703\u54E1 \u4F86\u4F7F\u7528\u958B\u7BB1\u5373\u7528\u7684 DeepL \u548C OpenAI \u7FFB\u8B6F\u3002

\u4F60\u53EF\u4EE5\u95DC\u6CE8\u6211\u4EEC\u7684<3>Twitter\uFF0C<4>Telegram \u983B\u9053\u4EE5\u53CA\u4E0B\u65B9\u7684<5>\u90F5\u4EF6\u8A02\u95B1\u8FFD\u8E64\u66F4\u65B0\u3002
<7>Pro \u6703\u54E1 \u53EF\u4EE5\u901A\u904E\u5FEB\u901F\u5BA2\u670D\u90F5\u7BB1 <8>support@immersivetranslate.com \u548C\u6211\u5011\u53D6\u5F97\u806F\u7E6B\u3002",aboutIntroWithoutSponsor:"\u5E0C\u671B\u6211\u5011\u90FD\u80FD\u66F4\u52A0\u5BB9\u6613\u4E14\u6109\u6085\u5730\u7372\u53D6\u7DB2\u969B\u7DB2\u8DEF\u4E0A\u66F4\u591A\u7684\u5916\u8A9E\u8CC7\u8A0A \u2764\uFE0F ",projectHomepage:"\u5C08\u6848\u9996\u9801",joinTelegramGroup:"\u52A0\u5165\u7528\u6237\u4EA4\u6D41\u7FA4\u7D44\u53C3\u8207\u529F\u80FD\u8A0E\u8AD6",wechatPublicAccount:"\u5FAE\u4FE1\u516C\u773E\u865F",wechatCommunities:"\u5FAE\u4FE1\u4EA4\u6D41\u7FA4",qqCommunities:"QQ \u4EA4\u6D41\u983B\u9053",joinTelegramChannel:"\u95DC\u6CE8 Telegram \u983B\u9053\u77AD\u89E3\u66F4\u65B0\u8CC7\u8A0A",feedbackAndJoin:"\u554F\u984C\u56DE\u5831/\u52A0\u5165\u7FA4\u7D44",autoSync:"\u81EA\u52D5\u5B9A\u6642\u540C\u6B65",loadingThemeTitle:"Loading \u6A23\u5F0F",loadingThemeDescription:"\u8A2D\u5B9A\u7B49\u5F85\u8B6F\u6587\u8F09\u5165\u6642\u7684\u6A23\u5F0F","loadingTheme.spinner":"\u8F49\u5708\u52D5\u756B","loadingTheme.text":"\u975C\u614B\u6587\u5B57 ... ","loadingTheme.none":"\u4E0D\u986F\u793A",developerDescription:"\u53EF\u4EE5\u9EDE\u9078<1>\u6B64\u8655\u6AA2\u8996\u9032\u968E\u81EA\u8A02\u529F\u80FD\u76F8\u95DC\u7684\u8AAA\u660E\u6587\u4EF6","edit border color":"\u8B8A\u66F4\u908A\u6846\u8272\u5F69",successSyncButNoChange:"\u76EE\u524D\u8A2D\u5B9A\u8207\u96F2\u7AEF\u4E00\u81F4",customTheme:"\u81EA\u8A02\u8272\u5F69\u548C\u5927\u5C0F","customThemeLabel.borderColor":"\u908A\u6846\u8272\u5F69","customThemeLabel.borderRadius":"\u908A\u6846\u5713\u89D2","customThemeLabel.textColor":"\u6587\u5B57\u8272\u5F69","customThemeLabel.backgroundColor":"\u80CC\u666F\u8272\u5F69","customThemeLabel.zoom":"\u5B57\u578B\u7E2E\u653E\u6BD4\u4F8B (%)","customThemeLabel.opacity":"\u6587\u5B57\u4E0D\u900F\u660E\u5EA6(%)",resetToDefaultColor:"\u9084\u539F\u70BA\u9810\u8A2D\u8272\u5F69",resetToDefaultSettings:"\u9084\u539F\u70BA\u9810\u8A2D\u8A2D\u5B9A",isTranslateTitle:"\u555F\u7528\u7DB2\u9801\u6A19\u984C\u7FFB\u8B6F",isTranslateTitleDescription:"\u555F\u7528\u5F8C\uFF0C\u7DB2\u9801\u7684\u6A19\u984C\u6703\u88AB\u7FFB\u8B6F",enableSearchEnhancement:"\u958B\u555F\u641C\u7D22\u589E\u5F37",enableSearchEnhancementDescription:"\u4E2D\u6587\u641C\u7D22\u8C37\u6B4C\u6703\u5728\u53F3\u908A\u51FA\u73FE\u82F1\u6587\u7248\u8C37\u6B4C\u65B0\u805E",verifyService:"\u9EDE\u6B64\u6E2C\u8A66\u670D\u52D9",verified:"\u9A57\u8B49\u6210\u529F","field.langs":"\u652F\u63F4\u7684\u8A9E\u8A00\u4EE3\u78BC","field.model":"\u6A21\u578B","field.translationEngine":"\u7FFB\u8B6F\u5F15\u64CE","field.limitPerMinute":"\u6BCF\u5206\u9418\u6700\u5927\u8981\u6C42\u6578","field.limitPerSecond":"\u6BCF\u79D2\u6700\u5927\u8981\u6C42\u6578","field.maxTextLengthPerRequest":"\u6BCF\u6B21\u8981\u6C42\u7684\u6700\u5927\u6587\u5B57\u9577\u5EA6","field.maxTextGroupLengthPerRequest":"\u6BCF\u6B21\u8981\u6C42\u6700\u5927\u6BB5\u843D\u6578","field.apiUrl":"\u81EA\u8A02 API \u4F4D\u5740","field.placeholderDelimiters":"\u4FDD\u7559\u7684\u4F54\u4F4D\u7B26","description.custom":"\u81EA\u5B9A\u7FA9\u63A5\u53E3\u63A5\u5165 \u9700\u8981\u53C3\u8003\u6587\u6A94","description.limitPerMinute":"\u8981\u6C42\u6578\u8D85\u904E\u8A72\u9650\u5236\u6642\u6703\u88AB\u66AB\u6642\u505C\u7528\uFF0C\u76F4\u81F3\u4E0B\u4E00\u5206\u9418\u958B\u59CB\u3002\u7531\u4E8EOpenAI\u76EE\u524D\u670D\u52A1\u7684\u5404\u79CD\u9650\u5236\uFF0C\u8BF7\u70B9\u51FB<1>\u8FD9\u91CC\u67E5\u770B\u6700\u65B0\u5EFA\u8BAE\u7684\u6570\u503C","description.limitPerSecond":"\u8981\u6C42\u6578\u8D85\u904E\u8A72\u9650\u5236\u6642\u6703\u88AB\u66AB\u6642\u505C\u7528\uFF0C\u76F4\u81F3\u4E0B\u4E00\u79D2\u9418\u958B\u59CB\u3002\u7531\u4E8EOpenAI\u76EE\u524D\u670D\u52A1\u7684\u5404\u79CD\u9650\u5236\uFF0C\u8BF7\u70B9\u51FB<1>\u8FD9\u91CC\u67E5\u770B\u6700\u65B0\u5EFA\u8BAE\u7684\u6570\u503C","description.generalLimitPerSecond":"\u8ACB\u6C42\u6578\u8D85\u904E\u8A72\u9650\u5236\u6642\u6703\u9032\u5165\u6392\u968A\u72C0\u614B\uFF0C\u76F4\u5230\u4E0B\u4E00\u79D2\u9418\u958B\u59CB\u3002","description.prompt":"\u4EE5\u7528\u6236\u8EAB\u4EFD\u767C\u9001\u7D66 {service} \u7684\u5C0D\u8A71\uFF0C\u5176\u4E2D {{text}} \u8868\u793A\u6BB5\u843D\u7684\u6587\u672C\u5167\u5BB9\uFF0C{{from}} \u8868\u793A\u6BB5\u843D\u7684\u8A9E\u8A00\uFF0C{{to}} \u8868\u793A\u76EE\u6A19\u8A9E\u8A00","description.maxTextLengthPerRequest":"\u9810\u8A2D\u6703\u5408\u4F75\u591A\u500B\u6BB5\u843D\uFF0C\u4EE5\u6E1B\u5C11\u8ACB\u8981\u6C42\u6578\uFF0C\u4F46\u662F\u5982\u679C\u6BB5\u843D\u7E3D\u9577\u5EA6\u904E\u9577\uFF0C\u4E5F\u53EF\u80FD\u6703\u5C0E\u81F4 API \u7684\u56DE\u61C9\u6642\u9593\u589E\u52A0\uFF0C\u56E0\u6B64\u53EF\u4EE5\u5617\u8A66\u8ABF\u6574\u8A72\u9078\u9805\u4F86\u63D0\u5347\u901F\u5EA6","description.systemPrompt":"\u4EE5\u7CFB\u7D71\u50B3\u9001\u767C\u9001\u7D66 OpenAI \u7684\u5C0D\u8A71\uFF0C\u5176\u4E2D {{text}} \u8868\u793A\u6BB5\u843D\u7684\u6587\u5B57\u5167\u5BB9\uFF0C{{from}} \u8868\u793A\u6BB5\u843D\u7684\u8A9E\u8A00\uFF0C{{to}} \u8868\u793A\u76EE\u6A19\u8A9E\u8A00","field.domain":"\u9818\u57DF","description.domain":"\u9ED8\u8A8D\u70BA\uFF1Ageneral\u3002\u50C5\u5728\u6709\u9053API\u63A7\u5236\u53F0\u958B\u901A\u9818\u57DF\u5316\u7FFB\u8B6F\u7684\u60C5\u6CC1\u4E0B\u53EF\u8A2D\u7F6E\uFF0C\u652F\u6301\u9818\u57DF\u898B<1>\u9019\u88E1","field.scene":"\u5834\u666F","description.scene":"\u9ED8\u8A8D\u70BA\uFF1Ageneral\u3002\u50C5\u5728\u963F\u91CC\u96F2API\u63A7\u5236\u53F0\u958B\u901A\u6A5F\u5668\u7FFB\u8B6F\u5C08\u696D\u7248\u7684\u60C5\u6CC1\u4E0B\u53EF\u8A2D\u7F6E\uFF0C\u652F\u6301\u5834\u666F\u898B<1>\u9019\u88E1","field.vocabId":"\u4F7F\u7528\u8005\u8A5E\u5178ID","description.vocabId":"\u6307\u5B9A\u7684\u5B57\u5178out_id\uFF0C\u76EE\u524D\u652F\u63F4\u82F1\u8B6F\u4E2D","description.model":"OpenAI \u7684\u6A21\u578B\uFF0C\u53EF\u4EE5\u70BA gpt-3.5-turbo, gpt-4 \u7B49","description.maxTextGroupLengthPerRequest":"\u6BCF\u6B21\u50B3\u9001\u7D66\u7FFB\u8B6F\u670D\u52D9\u7684\u6BB5\u843D\u6578\u91CF\uFF0C\u5982\u679C\u6BB5\u843D\u6578\u91CF\u904E\u591A\uFF0C\u53EF\u80FD\u6703\u5C0E\u81F4\u56DE\u61C9\u901F\u5EA6\u8B8A\u6162","description.apiUrl":"\u8ACB\u52A0\u5165\u5177\u9AD4\u5305\u542B\u8DEF\u5F91\u7684\u7DB2\u5740",enabledExtension:"\u555F\u7528\u5957\u4EF6",clickToDisableExtension:"\u9EDE\u9078\u505C\u7528\u5957\u4EF6",clickToEnableExtension:"\u9EDE\u9078\u555F\u7528\u5957\u4EF6",hasBeenDisabled:"\u5DF2\u505C\u7528","show password":"\u986F\u793A\u5BC6\u78BC",customContent:"\u8F38\u5165\u81EA\u5B9A\u7FA9\u6A21\u578B",inputOptions:"\u8F38\u5165\u6846\u589E\u5F37",mouseHoverOptions:"\u9F20\u6A19\u6ED1\u904E",modifyMouseHoverKey:"\u4FEE\u6539\u6ED1\u9F20\u61F8\u505C\u5FEB\u6377\u9375",enableInputTranslation:"\u662F\u5426\u555F\u7528\u8F38\u5165\u6846\u589E\u5F37",enableInputTranslationDescription:"\u555F\u7528\u5F8C\uFF0C\u8F38\u5165\u6846\u76F4\u63A5\u8F38\u5165 {startingKey}{startingKey} \u4F60\u597D\uFF0C\u7136\u5F8C\u5FEB\u901F\u9023\u64CA{inputTrailingTriggerKeyRepeatTimes}\u6B21{trailingKey}\uFF0C\u5373\u53EF\u7FFB\u8B6F\u70BA {inputTargetLanguage}",enableInputTranslationDescriptionForNoneKey:"\u555F\u7528\u5F8C\uFF0C\u8F38\u5165\u6846\u76F4\u63A5\u8F38\u5165\uFF1A\u4F60\u597D\u4E16\u754C\uFF0C\u7136\u5F8C\u5FEB\u901F\u9023\u64CA{inputTrailingTriggerKeyRepeatTimes}\u6B21{trailingKey}\uFF0C\u5373\u53EF\u7FFB\u8B6F\u70BA\u9810\u8A2D\u76EE\u6A19\u8A9E\u8A00",inputTargetLanguage:"\u8A2D\u5B9A\u8F38\u5165\u6846\u7684\u9810\u8A2D\u76EE\u6A19\u8A9E\u8A00",inputTargetLanguageDescription:"\u8F38\u5165\u6846\u7FFB\u8B6F\u7684\u9810\u8A2D\u76EE\u6A19\u8A9E\u8A00\uFF0C\u4E5F\u5C31\u662F {startingKey}{startingKey} \u4F5C\u70BA\u89F8\u767C\u8A5E\u7684\u9810\u8A2D\u8A9E\u8A00",inputTargetLanguageDescriptionForNoneKey:"\u8F38\u5165\u6846\u7FFB\u8B6F\u7684\u9810\u8A2D\u76EE\u6A19\u8A9E\u8A00",inputStartingTriggerKeyTitle:"\u8A2D\u5B9A\u8F38\u5165\u6846\u90E8\u5206\u7FFB\u8B6F\u7684\u5206\u5272\u5B57\u7B26",inputStartingTriggerKeyDescription:"\u7576\u4F60\u4E0D\u9700\u8981\u7FFB\u8B6F\u6574\u500B\u8F38\u5165\u6846\u7684\u6642\u5019\uFF0C\u5206\u5272\u7B26\u5141\u8A31\u4F60\u53EA\u7FFB\u8B6F {startingKey}{startingKey} \u5230\u8F38\u5165\u6846\u672B\u5C3E\u7684\u90E8\u5206\uFF0C\u4E5F\u53EF\u4EE5\u6307\u5B9A\u8A9E\u8A00\u4EE3\u78BC\uFF0C\u4F8B\u5982\uFF1A{startingKey}ja \u8868\u793A\u53EA\u7FFB\u8B6F {startingKey}ja \u5230\u8F38\u5165\u6846\u672B\u5C3E\u7684\u90E8\u5206",inputStartingTriggerKeyDescriptionForNoneKey:"\u76EE\u524D\u8A2D\u5B9A\u70BA\u7121\u9700\u524D\u7DB4\uFF0C\u66AB\u7121\u6CD5\u4F7F\u7528\u8F38\u5165\u6846\u7684\u90E8\u5206\u6587\u5B57\u7FFB\u8B6F\u529F\u80FD",inputTrailingTriggerKeyTitle:"\u9078\u64C7\u4E00\u500B\u8F38\u5165\u7D50\u675F\u7684\u89F8\u767C\u5B57\u7B26",inputTrailingTriggerKeyDescription:"\u5FEB\u901F\u9023\u64CA3 \u6B21{trailingKey} \u5C07\u6703\u958B\u59CB\u7FFB\u8B6F",inputTrailingTriggerKeyTimeout:"\u8F38\u5165\u7D50\u675F\u9023\u64CA\u89F8\u767C\u7684\u9593\u9694\u6642\u9593",inputTrailingTriggerKeyTimeoutDescription:"\u8A2D\u7F6E\u8F38\u5165\u7D50\u675F\u9023\u64CA\u89F8\u767C\u7684\u9593\u9694\u6642\u9593\uFF08\u6BEB\u79D2\uFF09",spaceKey:"<\u7A7A\u683C\u9375>",noneKey:"\u7121\u9700\u524D\u7DB4\uFF0C\u76F4\u63A5\u7FFB\u8B6F\u6574\u500B\u6587\u5B57\u6846",inputTranslationBlockUrlsTitle:"\u5207\u52FF\u5728\u4EE5\u4E0B\u7DB2\u5740\u4E2D\u555F\u7528\u8F38\u5165\u6846\u589E\u5F37",inputTranslationBlockUrlsDescription:"\u5728\u4EE5\u4E0B\u7DB2\u5740\u4E2D\uFF0C\u8F38\u5165\u6846\u589E\u5F37\u5C07\u4E0D\u6703\u751F\u6548",inputHelperInfo:"\u8AAA\u660E\uFF1A\u6211\u5011\u7279\u5225\u91DD\u5C0D\u5728\u4E2D\u6587\u8F38\u5165\u6CD5\u4E0B\u90E8\u5206\u89F8\u767C\u5B57\u7B26\u6703\u8B8A\u6210\u4E2D\u6587\u6A19\u9EDE\u7B26\u865F\u9019\u4EF6\u4E8B\u505A\u4E86\u512A\u5316\uFF0C\u6BD4\u5982\u641C\u72D7\u8F38\u5165\u6CD5\u4E0B / \u6703\u8B8A\u6210\u9813\u865F \u3001\uFF0C\u6C89\u6D78\u5F0F\u7FFB\u8B6F\u652F\u6301\u6240\u6709\u89F8\u767C\u7B26\u5C0D\u61C9\u7684\u4E2D\u6587\u7B26\u865F\uFF0C\u4E5F\u5C31\u662F\u8AAA // \u3001\u3001 \u90FD\u6703\u88AB\u8B58\u5225\u70BA\u89F8\u767C\u5B57\u7B26\u3002

\u540C\u6642\u6211\u5011\u4E5F\u652F\u6301\u8A9E\u8A00\u4EE3\u78BC\u7684\u4E2D\u6587\u5225\u540D\u4F5C\u70BA\u547D\u4EE4\uFF0C\u6BD4\u5982 /\u65E5\u6587 \u4F60\u597D\u4E16\u754C \u6703\u88AB\u7FFB\u8B6F\u70BA\u65E5\u6587\uFF0C<1>\u9EDE\u6B64\u67E5\u770B\u6240\u6709\u652F\u63F4\u7684\u8A9E\u8A00\u4EE3\u78BC\u3002",reloadCurrentPage:"\u8ACB\u5148\u5237\u65B0\u76EE\u524D\u9801\u9762\uFF0C\u518D\u958B\u59CB\u7FFB\u8B6F",noLocalFilePermissionForPDF:"\u66AB\u7121\u6B0A\u9650\u8B80\u53D6\u672C\u6A5F\u6587\u4EF6\uFF0C\u8ACB\u9EDE\u9078\u4E0A\u65B9\u6309\u9215\uFF0C\u7136\u5F8C\u532F\u5165\u672C\u6A5F\u6587\u4EF6",noPermissionForThisPage:"\u26A0\uFE0F \u66AB\u7121\u6B0A\u9650\u7FFB\u8B6F\u76EE\u524D\u9801\u9762","error.retry":"\u91CD\u8A66","error.reason":"\u932F\u8AA4\u539F\u56E0",retryAllParagraphs:"\u91CD\u8A66\u5168\u90E8\u932F\u8AA4\u6BB5\u843D",retryAllButton:"\u91CD\u8A66\u5168\u90E8\u932F\u8AA4\u6BB5\u843D",errorTooltipTitle:"\u9EDE\u64CA\u770B\u932F\u8AA4\u539F\u56E0",errorModalTitle:"\u7FFB\u8B6F\u670D\u52D9\u6216\u7DB2\u8DEF\u4F3C\u4E4E\u51FA\u4E86\u9EDE\u554F\u984C...",disableConfirm:"\u7981\u7528\u78BA\u8A8D",disableOnce:"\u7981\u7528\u4E00\u6B21",disableGlobal:"\u5168\u5C40\u7981\u7528",disableTint:"* \u60A8\u53EF\u4EE5\u5728 {option} \u4E2D\u91CD\u65B0\u555F\u7528\u3002",searchEnhancementNotes:"\u6211\u5011\u767C\u73FE\uFF0C\u4E2D\u6587\u95DC\u9375\u8A5E\u548C\u82F1\u6587\u95DC\u9375\u8A5E\u7684\u65B0\u805E\u7D50\u679C\u6709\u975E\u5E38\u5927\u7684\u4E0D\u540C\uFF0C\u5728\u555F\u7528\u6C89\u6D78\u5F0F\u7FFB\u8B6F\u96D9\u8A9E\u4FE1\u606F\u589E\u5F37\u529F\u80FD\u5F8C\uFF0C\u6211\u5011\u6703\u5728\u652F\u6301\u7684\u7DB2\u7AD9\uFF08\u8C37\u6B4C\u65B0\u805E\uFF0C\u8C37\u6B4C\u641C\u7D22\uFF08\u90E8\u5206\u95DC\u9375\u8A5E\uFF09\uFF0C\u96EA\u7403\uFF0C\u6771\u65B9\u8CA1\u5BCC\u7DB2\uFF0C\u5BCC\u9014\uFF0C\u8001\u864E\uFF09\u81EA\u52D5\u7528\u82F1\u6587\u70BA\u4F60\u641C\u7D22\u540C\u6A23\u7684\u95DC\u9375\u8A5E\u4E26\u5C55\u793A\u5728\u53F3\u5074\u3002\u5982\u679C\u4F60\u4E0D\u9700\u8981\u8A72\u529F\u80FD\u7684\u8A71\uFF0C\u53EF\u4EE5\u9078\u64C7\u7981\u7528\u5B83\u3002",option:"\u9078\u9805",saveSettings:"\u5132\u5B58\u8A2D\u5B9A",closeModal:"\u95DC\u9589\u8996\u7A97",enableInputTranslationWithoutTriggerKeyTitle:"\u555F\u7528\u5FEB\u901F\u9023\u64CA3 \u6B21{trailingKey}\uFF0C\u76F4\u63A5\u7FFB\u8B6F\u6574\u500B\u8F38\u5165\u6846\u70BA{inputTargetLanguage}",enableInputTranslationWithoutTriggerKeyDescription:"\u5982\u9700\u6307\u5B9A\u76EE\u6A19\u8A9E\u8A00\uFF0C\u8ACB\u5728\u524D\u9762\u52A0\u4E0A\u8A9E\u8A00\u7A0B\u5F0F\u78BC\uFF0C\u5982\uFF1Aja \u4F60\u597D\u4E16\u754C",deepLProName:"\u6C89\u6D78\u5F0F\u7FFB\u8B6FPro \u6703\u54E1(\u63A8\u85A6)",deepLProDescription:"\u76EE\u524D\u5957\u9910\u53EF\u4EE5\u76F4\u63A5\u4F7F\u7528",deeplProDescriptionForNormal:"\u7121\u9700\u4EFB\u4F55\u8A2D\u7F6E\uFF0C\u6703\u54E1\u767B\u5165\u5F8C\u5373\u53EF\u4F7F\u7528\uFF0C<1>\u9EDE\u6B64\u5347\u7D1A\u70BA\u6703\u54E1",deepLCustomDescription:"\u9700\u8981\u570B\u5916\u4FE1\u7528\u5361\uFF0C\u5728<1>DeepL\u5B98\u65B9\u958B\u901A\uFF0C\u9EDE\u9078\u67E5\u770B<2>\u6587\u6A94",deepLCustomName:"\u81EA\u8A02Auth Key",chooseProviderLabel:"\u9078\u64C7\u4E00\u500B\u670D\u52D9\u63D0\u4F9B\u8005",openaiProName:"\u6C89\u6D78\u5F0F\u7FFB\u8B6FPro \u6703\u54E1(\u63A8\u85A6)",openaiProDescription:"\u76EE\u524D\u5957\u9910\u53EF\u4EE5\u76F4\u63A5\u4F7F\u7528",openaiProDescriptionForNormal:"\u7121\u9700\u4EFB\u4F55\u8A2D\u7F6E\uFF0C\u6703\u54E1\u767B\u5165\u5F8C\u5373\u53EF\u4F7F\u7528\uFF0C<1>\u9EDE\u6B64\u5347\u7D1A\u70BA\u6703\u54E1",openaiCustomDescription:"\u53EF\u5728OpenAI, Azure OpenAI, \u6216\u5176\u4ED6\u7B2C\u4E09\u65B9\u670D\u52D9\u7372\u53D6\uFF0C<1>\u9EDE\u6B64\u67E5\u770B\u6587\u6A94",openaiCustomName:"\u81EA\u8A02API Key",needLoginAction:"(\u958B\u901A\u6703\u54E1\u6216\u81EA\u8A02)",goLoginOrAction:"(\u958B\u901A\u6703\u54E1\u6216\u53BB\u8A2D\u5B9A)",yearly:"\u5E74\u5EA6\u7E8C\u8A02",quarterly:"\u5B63\u5EA6\u7E8C\u8A02",monthly:"\u6BCF\u6708\u7E8C\u8A02",yearlyForOnce:"\u4E00\u6B21\u6027\u5E74\u5EA6\u5957\u9910",monthlyForOnce:"\u4E00\u6B21\u6027\u6708\u5EA6\u5957\u9910",daily:"\u6BCF\u65E5\u7E8C\u8A02",year:"\u5E74\u5EA6\u7E8C\u8A02",quarter:"\u5B63\u5EA6\u7E8C\u8A02",month:"\u6BCF\u6708\u7E8C\u8A02",day:"\u6BCF\u65E5\u7E8C\u8A02",onetime_7day:"7 \u5929\u9AD4\u9A57\u5305",currentPlanDescriptionForFree:"\u76EE\u524D\u5957\u9910\uFF1A\u514D\u8CBB",currentPlanDescriptionForContinuous:"\u76EE\u524D\u5957\u9910\uFF1A{plan}\uFF0C\u5C07\u65BC {endAt} \u81EA\u52D5\u7E8C\u8CBB",currentPlanDescriptionForAutoRenewCaceling:"\u76EE\u524D\u5957\u9910\uFF1A{plan}\uFF0C\u5C07\u65BC {endAt} \u5230\u671F\uFF0C\u5230\u671F\u5F8C\u5C07\u4E0D\u6703\u81EA\u52D5\u7E8C\u7D04",currentYearlyPlanDescriptionForAutoRenewCacelingWithRealPaiedUser:"\u76EE\u524D\u5957\u9910\uFF1A{plan}\uFF0C\u5C07\u65BC {endAt} \u5230\u671F\uFF0C\u5230\u671F\u5F8C\u5C07\u4E0D\u6703\u81EA\u52D5\u7E8C\u7D04\u3002
<1>\u9EDE\u6B64\u7BA1\u7406\u7E8C\u8CBB\u65B9\u6848",currentYearlyPlanDescriptionForAutoRenewCacelingWithAdmin:"\u76EE\u524D\u5957\u9910\uFF1A{plan}\uFF0C\u5C07\u65BC {endAt} \u5230\u671F\uFF0C\u5230\u671F\u5F8C\u5C07\u4E0D\u6703\u81EA\u52D5\u7E8C\u7D04\u3002
<1>\u9EDE\u6B64\u555F\u7528\u9023\u7E8C\u5305\u5E74",currentPlanDescriptionForOneTime:"\u76EE\u524D\u5957\u9910\uFF1A{plan}\uFF0C\u5C07\u65BC {endAt} \u5230\u671F\uFF0C<1>\u9EDE\u6B64\u5347\u7D1A\u70BA\u5E74\u8CBB\u6216<2>\u6708\u8CBB\u6703\u54E1",upgradePlan:"\u9EDE\u6B64\u5347\u7D1A\u70BAPro \u6703\u54E1",upgradeToPro:"\u5347\u7D1A\u70BA Pro \u6703\u54E1","popup.openPro":"\u5347\u7D1A\u70BA Pro \u6703\u54E1\u5F8C\u53EF\u4EE5\u66A2\u4EAB DeepL \u548C OpenAI \u7FFB\u8B6F\uFF0C\u9EDE\u6B64\u5347\u7D1A","popup.openProForPro":"\u60A8\u662F Pro \u6703\u54E1\uFF0C\u53EF\u76F4\u63A5\u4F7F\u7528 DeepL \u548C OpenAI \u7FFB\u8B6F",currentAccount:"\u7576\u524D\u8CEC\u6236",enableAutoSyncUserSettings:"\u555F\u7528\u591A\u8A2D\u5099\u81EA\u52D5\u96F2\u7AEF\u540C\u6B65",modalEnableInputTranslationTitle:"\u6C89\u6D78\u5F0F\u7FFB\u8B6F\u8F38\u5165\u6846\u7FFB\u8B6F\u63D0\u793A",modalEnableInputTranslationDesc:"\u60A8\u525B\u525B\u900F\u904E\u5FEB\u901F\u9023\u64CA3 \u6B21\u7A7A\u767D\u9375\u89F8\u767C\u4E86\u6C89\u6D78\u5F0F\u7FFB\u8B6F\u7684\u8F38\u5165\u6846\u7FFB\u8B6F\uFF0C\u8F38\u5165\u6846\u7684\u5167\u5BB9\u5C07\u7FFB\u8B6F\u70BA\u9810\u8A2D\u7684\u76EE\u6A19\u8A9E\u8A00\u3002\u900F\u904ECtrl+Z \u53EF\u4EE5\u64A4\u92B7\u7FFB\u8B6F\u3002

\u5982\u679C\u9019\u662F\u4E00\u500B\u5931\u8AA4\uFF0C\u4E0D\u7528\u64D4\u5FC3\uFF0C\u60A8\u53EF\u4EE5\u9078\u64C7\u672C\u6B21\u505C\u7528\uFF0C\u6216\u6C38\u4E45\u505C\u7528\u8F38\u5165\u6846\u7FFB\u8B6F\u3002",saveAndNotShowAgain:"\u5132\u5B58\u4E14\u4E0D\u518D\u63D0\u793A",disableInputTranslationTips:"* \u4F60\u4E5F\u53EF\u4EE5\u5728 {option} \u4E2D\u8A2D\u5B9A\u5176\u4ED6\u5FEB\u6377\u9375\u4F86\u89F8\u767C\uFF0C{learnMore}\u3002",learnMore:"\u9EDE\u6B64\u4E86\u89E3\u66F4\u591A",continueEnalbeInputTranslation:"\u7E7C\u7E8C\u555F\u7528\u8F38\u5165\u6846\u7FFB\u8B6F",autoRenewTrialSuffix:'\uFF08\u8A66\u7528\u4E2D\uFF0C\u7ACB\u523B\u5347\u7D1A\u70BA\u6B63\u5F0F\u6703\u54E1\uFF09',upgradeFromTrialTitle:"\u5347\u7D1A\u70BA\u6B63\u5F0F\u6703\u54E1",subtitle:"\u5F71\u7247\u5B57\u5E55",youtubeService:"\u6C89\u6D78\u5F0F\u7FFB\u8B6F\u5F71\u7247\u5B57\u5E55\u670D\u52D9","subtitle.disabledSubtitle":"\u6C38\u4E45\u7981\u7528\u8996\u983B\u5B57\u5E55\u529F\u80FD","subtitle.disabledSubtitleDescription":"\u5982\u679C\u6C89\u6D78\u5F0F\u7FFB\u8B6F\u7684\u8996\u983B\u5B57\u5E55\u548C\u5176\u4ED6\u64F4\u5C55\u6709\u885D\u7A81\uFF0C\u4F60\u53EF\u4EE5\u9078\u64C7\u6C38\u4E45\u7981\u7528\u6C89\u6D78\u5F0F\u7FFB\u8B6F\u7684\u8996\u983B\u5B57\u5E55\u529F\u80FD\u6216\u8005\u5378\u8F09\u5176\u4ED6\u885D\u7A81\u7684\u64F4\u5C55","subtitle.autoEnableSubtitleDescription":"\u555F\u7528\u5F8C\uFF0C\u7576\u5F71\u7247\u64AD\u653E\u7684\u6642\u5019\uFF0C\u6703\u81EA\u52D5\u986F\u793A\u96D9\u8A9E\u5B57\u5E55\uFF0C\u5426\u5247\u9700\u8981\u9EDE\u64CA\u7FFB\u8B6F\u6309\u9215\u624D\u6703\u986F\u793A\u3002","subtitle.preTranslation":"\u512A\u5148\u4F7F\u7528\u6C89\u6D78\u5F0F\u7FFB\u8B6F\u5B57\u5E55","subtitle.preTranslationDescription":"\u555F\u7528\u5F8C\u6703\u512A\u5148\u7528\u4E0B\u9762\u7684\u7FFB\u8B6F\u670D\u52D9\u63D0\u524D\u7FFB\u8B6F\u6574\u500B\u5B57\u5E55\uFF0C1 \u5C0F\u6642\u7684\u8996\u8A0A\u5927\u6982\u6D88\u8017 5\u842C Tokens \u6216 \u5B57\u7B26\uFF0C\u8ACB\u914C\u60C5\u4F7F\u7528\uFF1B\u95DC\u9589\u5F8C\u5247\u512A\u5148\u4F7F\u7528\u539F\u5F71\u7247\u81EA\u5E36\u7684\u6A5F\u7FFB\u5B57\u5E55","subtitle.humanSubtitlesPreferred":"\u512A\u5148\u4F7F\u7528\u4EBA\u5DE5\u5B57\u5E55","subtitle.humanSubtitlesPreferredDescription":"\u7576\u5F71\u7247\u6709\u76EE\u6A19\u8A9E\u8A00\u4EBA\u5DE5\u5B57\u5E55\u6642\uFF0C\u512A\u5148\u4F7F\u7528\u4EBA\u5DE5\u5B57\u5E55\uFF08\u63A8\u85A6\uFF09","subtitle.bilingual":"\u96D9\u8A9E\u5B57\u5E55","subtitle.autoDisableSubtitle":"\u4E0D\u81EA\u52D5\u555F\u7528\u96D9\u8A9E\u5B57\u5E55","subtitle.hideQuickButton":"\u4E0D\u518D\u986F\u793A\u8A72\u5FEB\u6377\u65B9\u5F0F","subtitle.showQuickButton":"\u986F\u793A\u96D9\u8A9E\u5B57\u5E55\u5FEB\u6377\u65B9\u5F0F","subtitle.showQuickButtonDescription":"\u5728\u8996\u983B\u64AD\u653E\u5668\u53F3\u4E0B\u89D2\u63D0\u4F9B\u555F\u7528\u96D9\u8A9E\u5B57\u5E55\u7684\u5FEB\u6377\u65B9\u5F0F",videoSubtitleTranslationDescription:"\u70BA\u5F71\u7247\u5B57\u5E55\u55AE\u7368\u6307\u5B9A\u4E00\u500B\u7FFB\u8B6F\u670D\u52D9",subtitleTranslating:"\u6B63\u5728\u4F7F\u7528 {service} \u670D\u52D9\u7FFB\u8B6F\u5B57\u5E55\u4E2D\uFF0C\u8ACB\u7A0D\u7B49...\uFF08\u6C89\u6D78\u5F0F\u7FFB\u8B6F\uFF09",subtitleLoading:"\u6B63\u5728\u8F09\u5165\u5B57\u5E55...",bilingual:"\u96D9\u8A9E","field.action":"\u662F\u5426\u555F\u7528\u767E\u5EA6\u8853\u8A9E","description.action":"\u555F\u7528\u5F8C\u6703\u5728\u8ACB\u6C42\u4E2D\u52A0\u5165 action=1 \u7684\u53C3\u6578\uFF0C\u4EE5\u4FBF\u544A\u77E5\u767E\u5EA6\u555F\u7528\u8853\u8A9E\uFF0C<1>\u66F4\u591A\u8AAA\u660E\u8ACB\u53C3\u8003\u5B98\u65B9\u6587\u6A94",closeQuickTranslation:"\u95DC\u9589\u61F8\u6D6E\u7403","closeQuickTranslation.untilNext":"\u672C\u6B21\u95DC\u9589\u76F4\u5230\u4E0B\u6B21\u8A2A\u554F","closeQuickTranslation.currentWebsite":"\u7576\u524D\u7DB2\u7AD9\u7981\u7528","closeQuickTranslation.alwaysClose":"\u6C38\u4E45\u7981\u7528","closeQuickTranslation.settingOpen":"\uFF08\u53EF\u5728<1>\u8A2D\u5B9A\u9801\u958B\u555F\uFF09","closeQuickTranslation.cancel":"\u53D6\u6D88","closeQuickTranslation.confirm":"\u78BA\u5B9A","floatBall.popup":"\u6253\u958B\u5FEB\u6377\u8A2D\u5B9A\u9762\u677F","floatBall.translate":"\u9EDE\u64CA\u7FFB\u8B6F\u8A72\u9801\u9762","floatBall.showOriginal":"\u9EDE\u64CA\u5207\u63DB\u5230\u539F\u6587","floatBall.close":"\u95DC\u9589\u61F8\u6D6E\u7403","floatBallOptions.enableDescPc":"\u555F\u7528\u9801\u9762\u61F8\u6D6E\u7403\u5F8C\uFF0C\u6703\u5728\u9801\u9762\u53F3\u5074\u986F\u793A\u4E00\u500B\u5FEB\u6377\u7FFB\u8B6F\u6309\u9215\uFF0C\u9EDE\u64CA\u5373\u53EF\u7FFB\u8B6F","floatBallOptions.enableDesc":"\u95DC\u9589\u61F8\u6D6E\u7403\u5F8C\uFF0C\u53EF\u4EE5\u7528{touch}\u559A\u8D77\u3002\u70BA\u9632\u6B62\u4E0D\u614E\u95DC\u9589\u8A72\u9078\u9805\u5F8C\u627E\u4E0D\u5230\u61F8\u6D6E\u7403\uFF0C\u5F37\u70C8\u5EFA\u8B70\u6536\u85CF\u672C\u8A2D\u5B9A\u9801","description.azureApiUrl":"\u586B\u5165\u81EA\u8A02\u7684API\u4F4D\u5740",shareBtnTitle:"\u9EDE\u64CA\u751F\u6210\u7DB2\u9801\u5FEB\u7167","floatBall.share":"\u751F\u6210\u7DB2\u9801\u5FEB\u7167","floatBall.guideClickToTranslate":`\u9EDE\u64CA\u6C89\u6D78\u5F0F\u7FFB\u8B6F\u61F8\u6D6E\u7403 + {env.imt_sub_trans_field}: \u8BD1\u6587`,"browser.PdfProFile":"AI \u9A71\u52A8\u7684 PDF Pro \u7FFB\u8BD1","browser.textTranslate":"\u6587\u672C\u7FFB\u8BD1"};var l2={nologin:"\u672A\u767B\u9304",loginForSafari:"\u767B\u5165\u6216\u8A3B\u518A",login:"\u767B\u9304",goLogin:"\u53BB\u767B\u9304",manageAccount:"\u7BA1\u7406\u8CEC\u6236",openPremium:"\u958B\u901A\u6703\u54E1",logout:"\u9000\u51FA",curentPlan:"\u7576\u524D\u5957\u9910",endAt:"\u5230\u671F",endAuto:"\u81EA\u52D5\u7E8C\u671F",lineBreakMaxTextCount:"\u63DB\u884C\u5F8C\uFF0C\u6BCF\u53E5\u8A71\u5141\u8A31\u7684\u6700\u5927\u5B57\u5143\u6578\u91CF","translate-pdf":"\u9EDE\u9078\u7FFB\u8B6F PDF","noSupportTranslate-pdf":"\u8173\u672C\u4E0D\u652F\u63F4\uFF0C\u8ACB\u4F7F\u7528\u64F4\u5145\u5957\u4EF6","translate-firefox-local-pdf":"\u9EDE\u64CA\u53BB\u5C0E\u5165PDF",enableLineBreak:"\u958B\u555F\u9577\u6BB5\u843D\u81EA\u52D5\u63DB\u884C",sponsorLabel:"$1 \u8D77\u8D0A\u52A9\u958B\u767C\u8005 (\u6708\u4ED8\u6216\u50C5\u8D0A\u52A9\u4E00\u6B21\u5747\u53EF)",help:"\u8AAA\u660E",enableLineBreakDescription:"\u555F\u7528\u5F8C\uFF0C\u5C07\u6703\u5728\u9577\u6BB5\u843D\u4E2D\u6BCF\u53E5\u8A71\u7D50\u675F\u63D2\u5165\u63DB\u884C\u5B57\u5143\uFF0C\u4EE5\u4FBF\u65BC\u95B1\u8B80","browser.shortBrandName":"\u6C89\u6D78\u5F0F\u7FFB\u8B6F","browser.brandName":"\u6C88\u6D78\u5F0F\u7FFB\u8B6F - \u7DB2\u9801\u7FFB\u8B6F\u64F4\u5145 | PDF\u7FFB\u8B6F | \u514D\u8CBB","browser.brandDescription":"\u3010\u6C88\u6D78\u5F0F\u7FFB\u8B6F\u3011\u4E00\u6B3E\u514D\u8CBB\u7684\uFF08\u539F\u6587/\u8B6F\u6587\uFF09\u96D9\u8A9E\u5C0D\u7167\u7DB2\u9801\u7FFB\u8B6F\u64F4\u5145\uFF0C\u540C\u6642\u652F\u6301PDF\u7FFB\u8B6F\uFF08\u4FDD\u7559\u539F\u6587\u6A94\u6392\u7248\uFF09\uFF0C\u8996\u983B\u96D9\u8A9E\u5B57\u5E55\u7FFB\u8B6F\uFF08Youtube, Netflix\u7B49\uFF09\uFF0CEPUB\u96FB\u5B50\u66F8\u7FFB\u8B6F\u7B49\uFF1B\u652F\u6301\u8ABF\u7528\u4EBA\u5DE5\u667A\u80FDAI\u7FFB\u8B6F\u5927\u6A21\u578B\uFF08OpenAI (ChatGPT)\u3001DeepL\u3001Gemini(Bard) \u7B49 \uFF09\u5C0D\u4EE5\u4E0A\u5167\u5BB9\u9032\u884C\u66F4\u6E96\u78BA\u7684\u7FFB\u8B6F\uFF1B","browser.toggleTranslatePage":"\u7FFB\u8B6F\u7DB2\u9801/\u986F\u793A\u539F\u6587","browser.toggleTranslateTheWholePage":"\u7FFB\u8B6F\u9801\u9762\u5168\u90E8\u5340\u57DF/\u986F\u793A\u539F\u6587","browser.toggleTranslateToThePageEndImmediately":"\u7ACB\u5373\u7FFB\u8B6F\u5230\u9801\u9762\u5E95\u90E8/\u986F\u793A\u539F\u6587","browser.toggleTranslateTheMainPage":"\u7FFB\u8B6F\u9801\u9762\u4E3B\u8981\u5340\u57DF/\u986F\u793A\u539F\u6587","browser.shareToDraft":"\u751F\u6210\u7DB2\u9801\u5FEB\u7167","browser.openOptionsPage":"\u958B\u555F\u8A2D\u5B9A\u9801\u9762","browser.translateLocalPdfFile":"\u7FFB\u8B6F\u672C\u6A5F PDF \u6A94\u6848","browser.openEbookViewer":"\u95B1\u8B80\u672C\u6A5F\u96FB\u5B50\u66F8","browser.openEbookBuilder":"\u88FD\u4F5C\u96D9\u8A9E EPUB \u96FB\u5B50\u66F8","browser.translateLocalHtmlFile":"\u7FFB\u8B6F HTML/txt \u6A94\u6848","browser.donateContext":"\u4E86\u89E3\u8D0A\u52A9\u798F\u5229","browser.translateLocalSubtitleFile":"\u7FFB\u8B6F\u5B57\u5E55\u6A94\u6848",confirmResetConfig:"\u4F60\u78BA\u5B9A\u8981\u91CD\u8A2D\u8A2D\u5B9A\u55CE\uFF1F",translationLineBreakSettingTitle:"\u8B6F\u6587\u63DB\u884C\u8A2D\u5B9A",smartLineBreak:"\u667A\u6167\u63DB\u884C",alwaysLineBreak:"\u7E3D\u662F\u63DB\u884C",isShowContextMenu:"\u5C07\u7DB2\u9801\u7FFB\u8B6F\u529F\u80FD\u52A0\u5165\u53F3\u9375\u9078\u55AE",toggleBeta:"\u958B\u555F Beta \u6E2C\u8A66\u529F\u80FD",betaDescription:"\u555F\u7528\u4ECD\u5728\u5BE6\u9A57\u7684\u529F\u80FD\u4EE5\u53CA\u6E2C\u8A66\u4E2D\u7684\u7FFB\u8B6F\u670D\u52D9\u3002\u52A0\u5165 <1>Telegram \u7FA4\u7D44\u4E86\u89E3\u66F4\u591A\u3002",translationLineBreakSettingDescription:"\u7E3D\u662F\u63DB\u884C\u9069\u7528\u65BC\u8F03\u5C11\u5167\u5BB9\u7684\u7248\u9762\uFF0C\u66F4\u6574\u9F4A\u3002(\u5728\u5167\u5BB9\u8F03\u591A\u7684\u9577\u6BB5\u843D(\u8D85\u904E {count} \u500B\u5B57\u5143) \u4F7F\u7528\u667A\u6167\u63DB\u884C\u6703\u66F4\u7701\u7A7A\u9593)",tempTranslateDomainTitle:"\u81E8\u6642\u958B\u555F\u7DB2\u7AD9\u7FFB\u8B6F\u7684\u6642\u9577",tempTranslateDomainDescription:"\u7576\u624B\u52D5\u7FFB\u8B6F\u67D0\u500B\u7DB2\u9801\u7684\u6642\u5019\uFF0C\u81E8\u6642\u958B\u555F\u8A72\u7DB2\u7AD9\u70BA\u81EA\u52D5\u7FFB\u8B6F",xMinutes:"{count} \u5206\u9418",disabled:"\u505C\u7528",changelog:"\u66F4\u65B0\u8A18\u9304",toggleTranslatePageWhenThreeFingersOnTheScreen:"\u591A\u6307\u540C\u6642\u89F8\u6478\u87A2\u5E55\u5247\u7FFB\u8B6F\u7DB2\u9801/\u986F\u793A\u539F\u6587",toggleTranslationMaskWhenThreeFingersOnTheScreen:"\u591A\u6307\u540C\u6642\u89F8\u6478\u5247\u986F\u793A/\u96B1\u85CF\u8B6F\u6587\u6A21\u7CCA\u6548\u679C",addUrlDescription:"\u53EF\u4EE5\u70BA\u7DB2\u57DF\u540D\u7A31\uFF0C\u540C\u6642\u652F\u63F4\u842C\u7528\u5B57\u5143\uFF0C\u5982\uFF1A*.google.com, google.com/mail/*, https://www.google.com/*",general:"\u57FA\u672C\u8A2D\u5B9A",clickToExpandConfig:"\u5C55\u958B\u76EE\u524D\u8A2D\u5B9A",import:"\u5F9E\u6A94\u6848\u532F\u5165",export:"\u532F\u51FA\u70BA\u6A94\u6848",toggleDebug:"\u5728\u4E3B\u63A7\u53F0\u986F\u793A\u5075\u932F\u8A18\u9304","fingers.0":"\u95DC\u9589",mouseHoldKey:"+ {key} \u7FFB\u8B6F/\u9084\u539F\u8A72\u6BB5",mouseHoldKeyAuto:"\u76F4\u63A5\u7FFB\u8B6F\u8A72\u6BB5",mouseHoldKeyOff:"\u4E0D\u505A\u4EFB\u4F55\u4E8B\u60C5",mouseHoldKeyOther:"\u81EA\u5B9A\u7FA9\u5FEB\u6377\u9375(\u6253\u958B\u8A2D\u7F6E)",mouseHoldKeyCustomKey:"{key} \u7FFB\u8B6F/\u9084\u539F\u8A72\u6BB5","mouse-translate":"\u9F20\u6A19\u6ED1\u904E",document:"\u8AAA\u660E\u6587\u4EF6",resetSuccess:"\u91CD\u8A2D\u6240\u6709\u8A2D\u5B9A\u6210\u529F",resetThisSuccess:"\u91CD\u8A2D\u6210\u529F",saved:"\u5132\u5B58\u6210\u529F",successImportConfig:"\u6210\u529F\u532F\u5165\u8A2D\u5B9A",goAdvancedSettings:"\u524D\u5F80\u9032\u968E\u8A2D\u5B9A\u9801\u9762",goAdvancedInterfaceSettings:"\u524D\u5F80\u81EA\u8A02\u8A2D\u5B9A\u9801\u9762",advanced:"\u9032\u968E\u8A2D\u5B9A",advancedDescription:"\u6B63\u5E38\u60C5\u6CC1\u7121\u9700\u8A2D\u5B9A\uFF0C\u4FDD\u6301\u9810\u8A2D\u5373\u53EF\u3002\u50C5\u91DD\u5C0D\u66F4\u5C08\u696D\u7684\u4F7F\u7528\u8005\uFF0C\u63D0\u4F9B\u66F4\u500B\u4EBA\u5316\u7684\u8A2D\u5B9A\u9805\u76EE\u3002",developer:"\u958B\u767C\u8005\u8A2D\u5B9A",donateCafe:"\u50F9\u683C","translate to the bottom of the page":"\u9032\u5165\u7DB2\u9801\u5F8C\uFF0C\u662F\u5426\u7ACB\u5373\u7FFB\u8B6F\u5230\u9801\u9762\u5E95\u90E8\uFF1F",feedback:"\u554F\u984C\u56DE\u5831",toggleTranslatePage:"\u7FFB\u8B6F\u7DB2\u9801/\u986F\u793A\u539F\u6587",translateToThePageEndImmediatelyDescription:"\u555F\u7528\u5F8C\uFF0C\u9032\u5165\u7DB2\u9801\u5C07\u7ACB\u5373\u7FFB\u8B6F\u5F9E\u9802\u90E8\u5230\u5E95\u90E8\u7684\u5167\u5BB9\u3002\u95DC\u9589\u5247\u908A\u770B\u908A\u8B6F\u3002\uFF08\u4E0D\u63A8\u85A6\u958B\u555F\uFF09","translate all areas of the page":"\u662F\u5426\u7FFB\u8B6F\u7DB2\u9801\u6240\u6709\u5340\u57DF",translationAreaDescription:"\u555F\u7528\u5F8C\uFF0C\u7DB2\u9801\u7684\u6240\u6709\u5340\u57DF\u90FD\u6703\u88AB\u7FFB\u8B6F\u3002\u95DC\u9589\u5247\u4F7F\u7528\u9810\u8A2D\u7684\u667A\u6167\u8FA8\u8B58\uFF0C\u50C5\u7FFB\u8B6F\u4E3B\u8981\u5340\u57DF\u3002(\u4E0D\u63A8\u85A6\u958B\u555F)","the number of characters to be translated first":"\u76F4\u63A5\u7FFB\u8B6F\u9801\u9762\u524D\u591A\u5C11\u500B\u5B57\u5143\uFF0C\u800C\u7121\u9700\u7B49\u5F85\u6372\u52D5\u81F3\u53EF\u898B\u5340\u57DF","interface language":"\u4ECB\u9762\u8A9E\u8A00","display both the original text and the translation":"\u540C\u6642\u986F\u793A\u539F\u6587\u548C\u8B6F\u6587","keyboard shortcuts":"\u9375\u76E4\u5FEB\u901F\u9375",modify:"\u8B8A\u66F4\u5FEB\u901F\u9375",reset:"\u91CD\u8A2D",close:"\u95DC\u9589",homepage:"\u9996\u9801",more:"\u66F4\u591A",moreOptions:"\u5C55\u958B\u66F4\u591A\u81EA\u8A02\u9078\u9805",translateTheWholePage:"\u7FFB\u8B6F\u9801\u9762\u5168\u90E8\u5340\u57DF\uFF08\u5340\u5206\u65BC\u53EA\u7FFB\u8B6F\u4E3B\u8981\u5340\u57DF\uFF09",changeToTranslateTheWholePage:"\u5207\u63DB\u70BA\u7FFB\u8B6F\u6240\u6709\u5340\u57DF",changeToTranslateTheMainPage:"\u5207\u63DB\u70BA\u7FFB\u8B6F\u4E3B\u8981\u5340\u57DF",translateToThePageEndImmediately:"\u7ACB\u5373\u7FFB\u8B6F\u5230\u5E95\u90E8\uFF08\u5340\u5206\u65BC\u770B\u54EA\u8B6F\u54EA\uFF09",translateTheMainPage:"\u667A\u6167\u7FFB\u8B6F\u4E3B\u8981\u5340\u57DF","The local rules are up to date":"\u672C\u6A5F\u898F\u5247\u5DF2\u70BA\u6700\u65B0\uFF1A","Successfully synchronized with the latest official rules:":"\u6210\u529F\u540C\u6B65\u6700\u65B0\u5B98\u65B9\u898F\u5247\uFF1A","Checking for updates":"\u6B63\u5728\u6AA2\u67E5\u66F4\u65B0","Rules are being synchronized":"\u6B63\u5728\u540C\u6B65\u5B98\u65B9\u898F\u5247",localVersionIsTooOld:"\u672C\u6A5F\u5957\u4EF6\u7248\u672C\u904E\u820A\uFF0C\u8ACB\u5347\u7D1A\u5957\u4EF6\u81F3 {minVersion} \u6216\u66F4\u65B0\u7684\u7248\u672C\u518D\u5617\u8A66\u540C\u6B65",badUserscriptBrowser:"\u76EE\u524D\u700F\u89BD\u5668\u7121\u6CD5\u6B63\u78BA\u5BE6\u73FE\u6CB9\u7334\u5957\u4EF6\u7684\u4ECB\u9762\uFF0C\u8ACB\u4F7F\u7528\u5176\u4ED6<1>\u652F\u63F4\u6CB9\u7334\u5957\u4EF6\u7684\u700F\u89BD\u5668\u5982(Firefox Nightly \u7248\u672C)",foundNewVersion:"\u6709\u65B0\u7248\u672C\u53EF\u7528",theLocalExtensionIsUpToUpdate:"\u76EE\u524D\u5957\u4EF6\u5DF2\u662F\u6700\u65B0\u7248\u672C",failToSyncRules:"\u540C\u6B65\u6700\u65B0\u5B98\u65B9\u898F\u5247\u5931\u6557",retry:"\u9EDE\u6B64\u91CD\u8A66",failedReason:"\u5931\u6557\u539F\u56E0",currentRuleVersion:"\u76EE\u524D\u898F\u5247\u7248\u672C",calculating:"\u6B63\u5728\u8A08\u7B97",unknownError:"\u672A\u77E5\u7684\u932F\u8AA4",canNotFetchRemoteRule:"\u7121\u6CD5\u53D6\u5F97\u9060\u7AEF\u898F\u5247",enableAlphaSuccess:"\u5DF2\u555F\u7528 Alpha \u529F\u80FD",disableAlphaSuccess:"\u5DF2\u505C\u7528 Alpha \u529F\u80FD",cacheSize:"\u5FEB\u53D6\u5927\u5C0F\uFF1A",cleaning:"\u6B63\u5728\u6E05\u7406",cleanCache:"\u6E05\u9664\u5FEB\u53D6",options:"\u9078\u9805",about:"\u95DC\u65BC",service:"\u7FFB\u8B6F\u670D\u52D9",needAction:"(\u524D\u5F80\u8A2D\u5B9A)",goSettings:"\u524D\u5F80\u8A2D\u5B9A",needActionForOptions:"(\u9700\u8A2D\u5B9A)",translationEngine:"\u5F15\u64CE\u9078\u9805",sourceLanguage:"\u539F\u6587\u8A9E\u8A00",target:"\u76EE\u6A19\u8A9E\u8A00",popupSourceLanguage:"\u539F\u6587\u8A9E\u8A00",popupTarget:"\u76EE\u6A19\u8A9E\u8A00",popupService:"\u7FFB\u8B6F\u670D\u52D9",forThisSite:"\u7576\u524D\u7DB2\u7AD9",autoEnableSubtitle:"\u81EA\u52D5\u958B\u555F\u96D9\u8A9E\u5B57\u5E55",alwaysTranslate:"\u7E3D\u662F\u7FFB\u8B6F",neverTranslate:"\u6C38\u4E0D\u7FFB\u8B6F",neverTranslateSomeLanguage:"\u6C38\u4E0D\u7FFB\u8B6F {language}",alwaysTranslateSomeSite:"\u7E3D\u662F\u7FFB\u8B6F {hostname}",neverTranslateSomeSite:"\u6C38\u4E0D\u7FFB\u8B6F {hostname}",alwaysTranslateSomeSiteOrWildSite:"\u7E3D\u662F\u7FFB\u8B6F\u7DB2\u7AD9",alwaysTranslateSomePage:"\u7E3D\u662F\u7FFB\u8B6F\u8A72\u7DB2\u9801",add:"\u65B0\u589E",default:"\u9810\u8A2D",forThisLanguage:"\u91DD\u5C0D\u8A72\u8A9E\u8A00\uFF1A","add url":"\u8F38\u5165 URL",edit:"\u7DE8\u8F2F",pickAll:"\u5168\u9078","translate other languages into specific language":"\u5C07\u5176\u5B83\u8A9E\u8A00\u7FFB\u8B6F\u70BA\u4F60\u8A2D\u5B9A\u7684\u8A9E\u8A00","select translation service":"\u9078\u64C7\u4F60\u60F3\u7528\u7684\u7FFB\u8B6F\u670D\u52D9",language:"\u8A9E\u8A00","show-original":"\u986F\u793A\u539F\u6587",translate:"\u7FFB\u8B6F",Translated:"\u5DF2\u7FFB\u8B6F",Translating:"\u6B63\u5728\u7FFB\u8B6F",Error:"\u932F\u8AA4",allowCacheTranslations:"\u555F\u7528\u672C\u6A5F\u7FFB\u8B6F\u5FEB\u53D6\uFF08\u6E1B\u5C11\u91CD\u8907\u6BB5\u843D\u7684\u7FFB\u8B6F\u8981\u6C42\uFF09","translation display":"\u8B6F\u6587\u986F\u793A\u6A23\u5F0F","select diplay style":"\u5340\u5206\u8B6F\u6587\u7684\u6A23\u5F0F\uFF0C\u5177\u9AD4\u53EF\u53C3\u8003\u4E0B\u5217\u7BC4\u4F8B",interface:"\u4ECB\u9762\u8A2D\u5B9A",import_export:"\u532F\u5165/\u532F\u51FA",import_export_title:"\u532F\u5165/\u532F\u51FA\u8A2D\u5B9A",syncToGoogleDrive:"\u7ACB\u5373\u8207 Google Drive \u540C\u6B65","floatBallOptions.enable":"\u555F\u7528\u61F8\u6D6E\u7403","floatBallOptions.blockUrls":"\u7981\u7528\u7DB2\u7AD9","floatBallOptions.add":"\u6DFB\u52A0","floatBallOptions.blockUrlDesc":"\u7576\u9047\u5230\u4EE5\u4E0B\u7DB2\u7AD9\u6642\u4E0D\u986F\u793A\u61F8\u6D6E\u7403","floatBallOptions.clickType":"\u9EDE\u64CA\u884C\u70BA","floatBallOptions.clickTypeDesc":"\u61F8\u6D6E\u7403\u5716\u6A19\u9EDE\u64CA\u6642\u7684\u884C\u70BA","floatBallOptions.clickPopup":"\u986F\u793A\u7FFB\u8B6F\u9762\u677F","floatBallOptions.clickTranslate":"\u7FFB\u8B6F/\u986F\u793A\u539F\u6587","floatBallOptions.fixedPosition":"\u56FA\u5B9A\u4F4D\u7F6E","floatBallOptions.fixedPositionDesc":"\u61F8\u6D6E\u7403\u5728\u7A97\u53E3\u5DE6\u5074\u9084\u662F\u53F3\u5074","floatBallOptions.fixedPositionLeft":"\u5DE6\u5074","floatBallOptions.fixedPositionRight":"\u53F3\u5074",previewAllThemes:"\u9810\u89BD\u5168\u90E8\u6A23\u5F0F","translationTheme.none":"\u7121","translationTheme.grey":"\u9ED1\u7070\u8272","translationTheme.dashed":"\u7834\u6298\u865F\u5E95\u7DDA","translationTheme.dotted":"\u9EDE\u72C0\u5E95\u7DDA","translationTheme.dashedBorder":"\u865B\u7DDA\u6846\u7DDA","translationTheme.solidBorder":"\u5BE6\u7DDA\u6846\u7DDA","translationTheme.underline":"\u76F4\u7DDA\u5E95\u7DDA","translationTheme.mask":"\u6A21\u7CCA\u6548\u679C\uFF08\u5B78\u7FD2\u6A21\u5F0F\uFF09","translationTheme.opacity":"\u900F\u660E\u6548\u679C","translationTheme.paper":"\u767D\u7D19\u9670\u5F71\u6548\u679C","translationTheme.dividingLine":"\u5206\u9694\u7DDA","translationTheme.highlight":"\u9192\u76EE\u63D0\u793A","translationTheme.marker":"\u99AC\u514B\u7B46","translationTheme.marker2":"\u99AC\u514B\u7B462","translationTheme.blockquote":"\u5F15\u7528\u6A23\u5F0F","translationTheme.weakening":"\u5F31\u5316","translationTheme.italic":"\u659C\u9AD4","translationTheme.bold":"\u7C97\u9AD4","translationTheme.thinDashed":"\u7D30\u7834\u6298\u865F\u5E95\u7DDA","translationTheme.nativeDashed":"\u7CFB\u7D71\u5167\u5EFA\u7834\u6298\u865F\u5E95\u7DDA","translationTheme.nativeDotted":"\u7CFB\u7D71\u5167\u5EFA\u9EDE\u72C0\u5E95\u7DDA","translationTheme.nativeUnderline":"\u7CFB\u7D71\u5167\u5EFA\u76F4\u7DDA\u5E95\u7DDA","translationTheme.wavy":"\u6CE2\u5F62\u66F2\u7DDA","translationServices.custom":"\u81EA\u5B9A\u7FA9API","translationServices.tencent":"\u9A30\u8A0A\u7FFB\u8B6F\u541B","translationServices.tenAlpha":"\u9A30\u8A0A\u7FFB\u8B6F\u541B(Alpha)","translationServices.google":"Google \u7FFB\u8B6F","translationServices.bai":"\u767E\u5EA6(Alpha)","translationServices.baidu":"\u767E\u5EA6\u7FFB\u8B6F","translationServices.aliyun":"\u963F\u91CC\u96F2\u7FFB\u8B6F","translationServices.volc":"\u706B\u5C71\u7FFB\u8B6F","translationServices.deeplx":"DeepLX(Beta)","translationServices.bing":"\u5FAE\u8F6F\u7FFB\u8B6F","translationServices.deepl":"DeepL","translationServices.wechat":"\u5FAE\u4FE1\u7FFB\u8B6F","translationServices.azure":"Azure \u7FFB\u8B6F","translationServices.ibm":"IBM Watson","translationServices.aws":"\u4E9E\u99AC\u905C\u7FFB\u8B6F","translationServices.mock":"\u6A21\u64EC\u7FFB\u8B6F","translationServices.mock2":"\u6A21\u64EC\u7FFB\u8B6F2","translationServices.caiyun":"\u5F69\u96F2\u5C0F\u8B6F","translationServices.cai":"\u5F69\u96F2\u5C0F\u8B6F (Alpha)","translationServices.volcAlpha":"\u706B\u5C71\u7FFB\u8B6F(Alpha)","translationServices.openl":"OpenL","translationServices.youdao":"\u6709\u9053\u7FFB\u8B6F","translationServices.you":"\u6709\u9053\u7FFB\u8B6F (Alpha)","translationServices.transmart":"\u9A30\u8A0A\u4EA4\u4E92\u7FFB\u8B6F","translationServices.niu":"\u5C0F\u725B\u7FFB\u8B6F","translationServices.papago":"Papago \u7FFB\u8B6F","translationServices.d":"Deepl(Alpha)","translationServices.dpro":"D Pro (Canary)","translationServices.openai":"OpenAI","translationServices.yandex":"Yandex","translationServices.chatgpt":"ChatGPT Web(3.5 mobile)","translate title":"\u7FFB\u8B6F\u9801\u9762\u6A19\u984C","always languages":"\u7E3D\u662F\u7FFB\u8B6F\u7684\u8A9E\u8A00",neverTranslateLanguagesLabel:"\u6C38\u4E0D\u7FFB\u8B6F\u7684\u8A9E\u8A00",neverTranslateTheFollowingLanguagesDescription:"\u7576\u9801\u9762\u4E2D\u67D0\u4E00\u6BB5\u843D\u7684\u8A9E\u8A00\u70BA\u4E0B\u5217\u8A9E\u8A00\u6642\uFF0C\u5C07\u8DF3\u904E\u7FFB\u8B6F",enableUserscriptPagePopup:"\u5728\u9801\u9762\u4E0A\u986F\u793A\u61F8\u6D6E\u7403",enableUserscriptPagePopupDescription:"\u95DC\u9589\u61F8\u6D6E\u7403\u5F8C\uFF0C\u53EF\u4EE5\u7528\u5FEB\u901F\u9375/{touch}\u518D\u6B21\u986F\u793A\u3002\u70BA\u9632\u6B62\u4E0D\u614E\u95DC\u9589\u8A72\u9078\u9805\u5F8C\u627E\u4E0D\u5230\u61F8\u6D6E\u7403\uFF0C\u5EFA\u8B70\u5C07\u672C\u8A2D\u5B9A\u9801\u9762\u52A0\u5165\u81F3\u6211\u7684\u6700\u611B","always translate the following languages":"\u7576\u9801\u9762\u8A9E\u8A00\u70BA\u4E0B\u5217\u8A9E\u8A00\u6642\uFF0C\u6703\u81EA\u52D5\u7FFB\u8B6F\u70BA\u76EE\u6A19\u8A9E\u8A00","always sites":"\u7E3D\u662F\u7FFB\u8B6F\u7684\u7DB2\u5740","always translate the following sites":"\u7576\u7DB2\u7AD9\u70BA\u4E0B\u5217\u7DB2\u57DF\u540D\u7A31\u6642\uFF0C\u6703\u81EA\u52D5\u7FFB\u8B6F\u70BA\u76EE\u6A19\u8A9E\u8A00","never sites":"\u6C38\u4E0D\u7FFB\u8B6F\u7684\u7DB2\u5740","never translate the following sites":"\u7576\u7DB2\u7AD9\u70BA\u4E0B\u5217\u7DB2\u57DF\u540D\u7A31\u6642\uFF0C\u5C07\u4E0D\u6703\u9032\u884C\u7FFB\u8B6F","please refer to":"\u9700\u8981\u586B\u5BEB\u91D1\u9470\u5F8C\u624D\u53EF\u4F7F\u7528\uFF0C\u8A73\u7D30\u8CC7\u8A0A\u8ACB\u53C3\u8003",KeyAndConfigurationTutorial:"\u300A\u91D1\u9470\u7533\u8ACB\u548C\u8A2D\u5B9A\u6559\u5B78\u300B",useAboveStyleForTheseSites:"\u7576\u7DB2\u7AD9\u70BA\u4E0B\u5217\u7DB2\u57DF\u540D\u7A31\u6642\uFF0C\u7E3D\u662F\u4F7F\u7528 \u2308{theme}\u230B \u8B6F\u6587\u6A23\u5F0F",currentUrl:"\u76EE\u524D\u7DB2\u5740",confirm:"\u5132\u5B58",cancel:"\u53D6\u6D88",delete:"\u522A\u9664","languages.auto":"\u81EA\u52D5\u5075\u6E2C",syncToCloud:"\u540C\u6B65\u81F3\u96F2\u7AEF",syncToCloudDescription:"\u4E0A\u50B3\u81F3\u96F2\u7AEF\u5F8C\uFF0C\u53EF\u4EE5\u5728\u4E0D\u540C\u7684\u700F\u89BD\u5668/\u6CB9\u7334\u8173\u672C\u4E4B\u9593\u540C\u6B65\u8A2D\u5B9A\uFF0C\u4EE5\u6700\u5F8C\u8B8A\u66F4\u6642\u9593\u70BA\u6E96\u3002",syncToAccount:"\u540C\u6B65\u5230\u8CEC\u6236",syncToAccountButton:"\u7ACB\u5373\u8207\u96F2\u7AEF\u540C\u6B65",syncToAccountDescription:"\u4E0A\u50B3\u5230\u5DF2\u767B\u9304\u8CEC\u6236\uFF0C\u53EF\u4EE5\u5728\u4E0D\u540C\u7684\u8A2D\u5099\u4E4B\u9593\u540C\u6B65\u914D\u7F6E\uFF0C\u4EE5\u6700\u5F8C\u4FEE\u6539\u6642\u9593\u70BA\u6E96\u3002",successSyncConfigInAccount:"\u6210\u529F\u8207\u8CEC\u6236\u4FDD\u6301\u540C\u6B65",successSyncConfigToAccount:"\u6210\u529F\u540C\u6B65\u5230\u8CEC\u6236",syncConfigNoUpdate:"\u5DF2\u7D93\u662F\u6700\u65B0\u7684\u4E86",authFail:"\u6388\u6B0A\u5931\u6557",syncTitle:"\u624B\u52D5\u5099\u4EFD\u7BA1\u7406",import_hint:"\u532F\u5165",upload:"\u4E0A\u50B3",revokeAuth:"\u64A4\u92B7\u6388\u6B0A",uploadFail:"\u4E0A\u50B3\u5931\u6557",download:"\u4E0B\u8F09",importSuccess:"\u532F\u5165\u6210\u529F",importFail:"\u532F\u5165\u5931\u6557",deleteFail:"\u522A\u9664\u5931\u6557",backupToCloud:"\u624B\u52D5\u7BA1\u7406\u5099\u4EFD\u6A94\u6848",create_new_backup:"\u65B0\u589E\u5099\u4EFD\u7BC0\u9EDE",maxBackupFiles:"\u6700\u591A\u53EF\u4EE5\u5099\u4EFD{count}\u500B\u4E0D\u540C\u7684\u7BC0\u9EDE\uFF0C\u8ACB\u522A\u9664\u4E0D\u9700\u8981\u7684\u7BC0\u9EDE",backupToCloudDescription:"\u624B\u52D5\u4E0A\u50B3\u6216\u9084\u539F\u5099\u4EFD\u6A94\u6848\uFF0C\u6700\u591A\u5141\u8A31 3 \u500B\u4E0D\u540C\u7684\u5099\u4EFD",successSyncConfig:"\u6210\u529F\u8207\u96F2\u7AEF\u4FDD\u6301\u540C\u6B65",syncFail:"\u540C\u6B65\u5931\u6557",updatedAt:"\u66F4\u65B0\u65BC {date}",lastSyncedAt:"\u4E0A\u6B21\u6AA2\u67E5\u65BC {date}",downloadFail:"\u4E0B\u8F09\u5931\u6557",clickToDownload:"\u9EDE\u9078\u4E0B\u8F09",aboutLabel:"\u95DC\u65BC - \u554F\u984C\u56DE\u5831","browser.openAboutPage":"\u95DC\u65BC/\u554F\u984C\u56DE\u5831",aboutLabelWithoutSponsor:"\u95DC\u65BC - \u554F\u984C\u56DE\u5831",aboutIntro:"\u5E0C\u671B\u6211\u5011\u90FD\u80FD\u66F4\u52A0\u5BB9\u6613\u4E14\u6109\u6085\u5730\u7372\u53D6\u7DB2\u969B\u7DB2\u8DEF\u4E0A\u66F4\u591A\u7684\u5916\u8A9E\u8CC7\u8A0A \u2764\uFE0F \u4F60\u53EF\u4EE5\u9078\u64C7\u958B\u901A <6>Pro\u6703\u54E1 \u4F86\u4F7F\u7528\u958B\u7BB1\u5373\u7528\u7684 DeepL \u548C OpenAI \u7FFB\u8B6F\u3002

\u4F60\u53EF\u4EE5\u95DC\u6CE8\u6211\u4EEC\u7684<3>Twitter\uFF0C<4>Telegram \u983B\u9053\u4EE5\u53CA\u4E0B\u65B9\u7684<5>\u90F5\u4EF6\u8A02\u95B1\u8FFD\u8E64\u66F4\u65B0\u3002
<7>Pro \u6703\u54E1 \u53EF\u4EE5\u901A\u904E\u5FEB\u901F\u5BA2\u670D\u90F5\u7BB1 <8>support@immersivetranslate.com \u548C\u6211\u5011\u53D6\u5F97\u806F\u7E6B\u3002",aboutIntroWithoutSponsor:"\u5E0C\u671B\u6211\u5011\u90FD\u80FD\u66F4\u52A0\u5BB9\u6613\u4E14\u6109\u6085\u5730\u7372\u53D6\u7DB2\u969B\u7DB2\u8DEF\u4E0A\u66F4\u591A\u7684\u5916\u8A9E\u8CC7\u8A0A \u2764\uFE0F ",projectHomepage:"\u5C08\u6848\u9996\u9801",joinTelegramGroup:"\u52A0\u5165\u7528\u6237\u4EA4\u6D41\u7FA4\u7D44\u53C3\u8207\u529F\u80FD\u8A0E\u8AD6",wechatPublicAccount:"\u5FAE\u4FE1\u516C\u773E\u865F",wechatCommunities:"\u5FAE\u4FE1\u4EA4\u6D41\u7FA4",qqCommunities:"QQ \u4EA4\u6D41\u983B\u9053",joinTelegramChannel:"\u95DC\u6CE8 Telegram \u983B\u9053\u77AD\u89E3\u66F4\u65B0\u8CC7\u8A0A",feedbackAndJoin:"\u554F\u984C\u56DE\u5831/\u52A0\u5165\u7FA4\u7D44",autoSync:"\u81EA\u52D5\u5B9A\u6642\u540C\u6B65",loadingThemeTitle:"Loading \u6A23\u5F0F",loadingThemeDescription:"\u8A2D\u5B9A\u7B49\u5F85\u8B6F\u6587\u8F09\u5165\u6642\u7684\u6A23\u5F0F","loadingTheme.spinner":"\u8F49\u5708\u52D5\u756B","loadingTheme.text":"\u975C\u614B\u6587\u5B57 ... ","loadingTheme.none":"\u4E0D\u986F\u793A",developerDescription:"\u53EF\u4EE5\u9EDE\u9078<1>\u6B64\u8655\u6AA2\u8996\u9032\u968E\u81EA\u8A02\u529F\u80FD\u76F8\u95DC\u7684\u8AAA\u660E\u6587\u4EF6","edit border color":"\u8B8A\u66F4\u908A\u6846\u8272\u5F69",successSyncButNoChange:"\u76EE\u524D\u8A2D\u5B9A\u8207\u96F2\u7AEF\u4E00\u81F4",customTheme:"\u81EA\u8A02\u8272\u5F69\u548C\u5927\u5C0F","customThemeLabel.borderColor":"\u908A\u6846\u8272\u5F69","customThemeLabel.borderRadius":"\u908A\u6846\u5713\u89D2","customThemeLabel.textColor":"\u6587\u5B57\u8272\u5F69","customThemeLabel.backgroundColor":"\u80CC\u666F\u8272\u5F69","customThemeLabel.zoom":"\u5B57\u578B\u7E2E\u653E\u6BD4\u4F8B (%)","customThemeLabel.opacity":"\u6587\u5B57\u4E0D\u900F\u660E\u5EA6(%)",resetToDefaultColor:"\u9084\u539F\u70BA\u9810\u8A2D\u8272\u5F69",resetToDefaultSettings:"\u9084\u539F\u70BA\u9810\u8A2D\u8A2D\u5B9A",isTranslateTitle:"\u555F\u7528\u7DB2\u9801\u6A19\u984C\u7FFB\u8B6F",isTranslateTitleDescription:"\u555F\u7528\u5F8C\uFF0C\u7DB2\u9801\u7684\u6A19\u984C\u6703\u88AB\u7FFB\u8B6F",enableSearchEnhancement:"\u958B\u555F\u641C\u7D22\u589E\u5F37",enableSearchEnhancementDescription:"\u4E2D\u6587\u641C\u7D22\u8C37\u6B4C\u6703\u5728\u53F3\u908A\u51FA\u73FE\u82F1\u6587\u7248\u8C37\u6B4C\u65B0\u805E",verifyService:"\u9EDE\u6B64\u6E2C\u8A66\u670D\u52D9",verified:"\u9A57\u8B49\u6210\u529F","field.langs":"\u652F\u63F4\u7684\u8A9E\u8A00\u4EE3\u78BC","field.model":"\u6A21\u578B","field.translationEngine":"\u7FFB\u8B6F\u5F15\u64CE","field.limitPerMinute":"\u6BCF\u5206\u9418\u6700\u5927\u8981\u6C42\u6578","field.limitPerSecond":"\u6BCF\u79D2\u6700\u5927\u8981\u6C42\u6578","field.maxTextLengthPerRequest":"\u6BCF\u6B21\u8981\u6C42\u7684\u6700\u5927\u6587\u5B57\u9577\u5EA6","field.maxTextGroupLengthPerRequest":"\u6BCF\u6B21\u8981\u6C42\u6700\u5927\u6BB5\u843D\u6578","field.apiUrl":"\u81EA\u8A02 API \u4F4D\u5740","field.placeholderDelimiters":"\u4FDD\u7559\u7684\u4F54\u4F4D\u7B26","description.custom":"\u81EA\u5B9A\u7FA9\u63A5\u53E3\u63A5\u5165 \u9700\u8981\u53C3\u8003\u6587\u6A94","description.limitPerMinute":"\u8981\u6C42\u6578\u8D85\u904E\u8A72\u9650\u5236\u6642\u6703\u88AB\u66AB\u6642\u505C\u7528\uFF0C\u76F4\u81F3\u4E0B\u4E00\u5206\u9418\u958B\u59CB\u3002\u7531\u4E8EOpenAI\u76EE\u524D\u670D\u52A1\u7684\u5404\u79CD\u9650\u5236\uFF0C\u8BF7\u70B9\u51FB<1>\u8FD9\u91CC\u67E5\u770B\u6700\u65B0\u5EFA\u8BAE\u7684\u6570\u503C","description.limitPerSecond":"\u8981\u6C42\u6578\u8D85\u904E\u8A72\u9650\u5236\u6642\u6703\u88AB\u66AB\u6642\u505C\u7528\uFF0C\u76F4\u81F3\u4E0B\u4E00\u79D2\u9418\u958B\u59CB\u3002\u7531\u4E8EOpenAI\u76EE\u524D\u670D\u52A1\u7684\u5404\u79CD\u9650\u5236\uFF0C\u8BF7\u70B9\u51FB<1>\u8FD9\u91CC\u67E5\u770B\u6700\u65B0\u5EFA\u8BAE\u7684\u6570\u503C","description.generalLimitPerSecond":"\u8ACB\u6C42\u6578\u8D85\u904E\u8A72\u9650\u5236\u6642\u6703\u9032\u5165\u6392\u968A\u72C0\u614B\uFF0C\u76F4\u5230\u4E0B\u4E00\u79D2\u9418\u958B\u59CB\u3002","description.prompt":"\u4EE5\u7528\u6236\u8EAB\u4EFD\u767C\u9001\u7D66 {service} \u7684\u5C0D\u8A71\uFF0C\u5176\u4E2D {{text}} \u8868\u793A\u6BB5\u843D\u7684\u6587\u672C\u5167\u5BB9\uFF0C{{from}} \u8868\u793A\u6BB5\u843D\u7684\u8A9E\u8A00\uFF0C{{to}} \u8868\u793A\u76EE\u6A19\u8A9E\u8A00","description.maxTextLengthPerRequest":"\u9810\u8A2D\u6703\u5408\u4F75\u591A\u500B\u6BB5\u843D\uFF0C\u4EE5\u6E1B\u5C11\u8ACB\u8981\u6C42\u6578\uFF0C\u4F46\u662F\u5982\u679C\u6BB5\u843D\u7E3D\u9577\u5EA6\u904E\u9577\uFF0C\u4E5F\u53EF\u80FD\u6703\u5C0E\u81F4 API \u7684\u56DE\u61C9\u6642\u9593\u589E\u52A0\uFF0C\u56E0\u6B64\u53EF\u4EE5\u5617\u8A66\u8ABF\u6574\u8A72\u9078\u9805\u4F86\u63D0\u5347\u901F\u5EA6","description.systemPrompt":"\u4EE5\u7CFB\u7D71\u8EAB\u4EFD\u767C\u9001\u7D66 {service} \u7684\u5C0D\u8A71\uFF0C\u5176\u4E2D {{text}} \u8868\u793A\u6BB5\u843D\u7684\u6587\u672C\u5167\u5BB9\uFF0C{{from}} \u8868\u793A\u6BB5\u843D\u7684\u8A9E\u8A00\uFF0C{{to}} \u8868\u793A\u76EE\u6A19\u8A9E\u8A00","field.domain":"\u9818\u57DF","description.domain":"\u9ED8\u8A8D\u70BA\uFF1Ageneral\u3002\u50C5\u5728\u6709\u9053API\u63A7\u5236\u53F0\u958B\u901A\u9818\u57DF\u5316\u7FFB\u8B6F\u7684\u60C5\u6CC1\u4E0B\u53EF\u8A2D\u7F6E\uFF0C\u652F\u6301\u9818\u57DF\u898B<1>\u9019\u88E1","field.scene":"\u5834\u666F","description.scene":"\u9ED8\u8A8D\u70BA\uFF1Ageneral\u3002\u50C5\u5728\u963F\u91CC\u96F2API\u63A7\u5236\u53F0\u958B\u901A\u6A5F\u5668\u7FFB\u8B6F\u5C08\u696D\u7248\u7684\u60C5\u6CC1\u4E0B\u53EF\u8A2D\u7F6E\uFF0C\u652F\u6301\u5834\u666F\u898B<1>\u9019\u88E1","field.vocabId":"\u4F7F\u7528\u8005\u8A5E\u5178ID","description.vocabId":"\u6307\u5B9A\u7684\u5B57\u5178out_id\uFF0C\u76EE\u524D\u652F\u63F4\u82F1\u8B6F\u4E2D","description.model":"OpenAI \u7684\u6A21\u578B\uFF0C\u53EF\u4EE5\u70BA gpt-3.5-turbo, gpt-4 \u7B49","description.maxTextGroupLengthPerRequest":"\u6BCF\u6B21\u50B3\u9001\u7D66\u7FFB\u8B6F\u670D\u52D9\u7684\u6BB5\u843D\u6578\u91CF\uFF0C\u5982\u679C\u6BB5\u843D\u6578\u91CF\u904E\u591A\uFF0C\u53EF\u80FD\u6703\u5C0E\u81F4\u56DE\u61C9\u901F\u5EA6\u8B8A\u6162","description.apiUrl":"\u8ACB\u52A0\u5165\u5177\u9AD4\u5305\u542B\u8DEF\u5F91\u7684\u7DB2\u5740",enabledExtension:"\u555F\u7528\u5957\u4EF6",clickToDisableExtension:"\u9EDE\u9078\u505C\u7528\u5957\u4EF6",clickToEnableExtension:"\u9EDE\u9078\u555F\u7528\u5957\u4EF6",hasBeenDisabled:"\u5DF2\u505C\u7528","show password":"\u986F\u793A\u5BC6\u78BC",customContent:"\u8F38\u5165\u81EA\u5B9A\u7FA9\u6A21\u578B",inputOptions:"\u8F38\u5165\u6846\u589E\u5F37",mouseHoverOptions:"\u9F20\u6A19\u6ED1\u904E",modifyMouseHoverKey:"\u4FEE\u6539\u6ED1\u9F20\u61F8\u505C\u5FEB\u6377\u9375",enableInputTranslation:"\u662F\u5426\u555F\u7528\u8F38\u5165\u6846\u589E\u5F37",enableInputTranslationDescription:"\u555F\u7528\u5F8C\uFF0C\u8F38\u5165\u6846\u76F4\u63A5\u8F38\u5165 {startingKey}{startingKey} \u4F60\u597D\uFF0C\u7136\u5F8C\u5FEB\u901F\u9023\u64CA{inputTrailingTriggerKeyRepeatTimes}\u6B21{trailingKey}\uFF0C\u5373\u53EF\u7FFB\u8B6F\u70BA {inputTargetLanguage}",enableInputTranslationDescriptionForNoneKey:"\u555F\u7528\u5F8C\uFF0C\u8F38\u5165\u6846\u76F4\u63A5\u8F38\u5165\uFF1A\u4F60\u597D\u4E16\u754C\uFF0C\u7136\u5F8C\u5FEB\u901F\u9023\u64CA{inputTrailingTriggerKeyRepeatTimes}\u6B21{trailingKey}\uFF0C\u5373\u53EF\u7FFB\u8B6F\u70BA\u9810\u8A2D\u76EE\u6A19\u8A9E\u8A00",inputTargetLanguage:"\u8A2D\u5B9A\u8F38\u5165\u6846\u7684\u9810\u8A2D\u76EE\u6A19\u8A9E\u8A00",inputTargetLanguageDescription:"\u8F38\u5165\u6846\u7FFB\u8B6F\u7684\u9810\u8A2D\u76EE\u6A19\u8A9E\u8A00\uFF0C\u4E5F\u5C31\u662F {startingKey}{startingKey} \u4F5C\u70BA\u89F8\u767C\u8A5E\u7684\u9810\u8A2D\u8A9E\u8A00",inputTargetLanguageDescriptionForNoneKey:"\u8F38\u5165\u6846\u7FFB\u8B6F\u7684\u9810\u8A2D\u76EE\u6A19\u8A9E\u8A00",inputStartingTriggerKeyTitle:"\u8A2D\u5B9A\u8F38\u5165\u6846\u90E8\u5206\u7FFB\u8B6F\u7684\u5206\u5272\u5B57\u7B26",inputStartingTriggerKeyDescription:"\u7576\u4F60\u4E0D\u9700\u8981\u7FFB\u8B6F\u6574\u500B\u8F38\u5165\u6846\u7684\u6642\u5019\uFF0C\u5206\u5272\u7B26\u5141\u8A31\u4F60\u53EA\u7FFB\u8B6F {startingKey}{startingKey} \u5230\u8F38\u5165\u6846\u672B\u5C3E\u7684\u90E8\u5206\uFF0C\u4E5F\u53EF\u4EE5\u6307\u5B9A\u8A9E\u8A00\u4EE3\u78BC\uFF0C\u4F8B\u5982\uFF1A{startingKey}ja \u8868\u793A\u53EA\u7FFB\u8B6F {startingKey}ja \u5230\u8F38\u5165\u6846\u672B\u5C3E\u7684\u90E8\u5206",inputStartingTriggerKeyDescriptionForNoneKey:"\u76EE\u524D\u8A2D\u5B9A\u70BA\u7121\u9700\u524D\u7DB4\uFF0C\u66AB\u7121\u6CD5\u4F7F\u7528\u8F38\u5165\u6846\u7684\u90E8\u5206\u6587\u5B57\u7FFB\u8B6F\u529F\u80FD",inputTrailingTriggerKeyTitle:"\u9078\u64C7\u4E00\u500B\u8F38\u5165\u7D50\u675F\u7684\u89F8\u767C\u5B57\u7B26",inputTrailingTriggerKeyDescription:"\u5FEB\u901F\u9023\u64CA3 \u6B21{trailingKey} \u5C07\u6703\u958B\u59CB\u7FFB\u8B6F",inputTrailingTriggerKeyTimeout:"\u8F38\u5165\u7D50\u675F\u9023\u64CA\u89F8\u767C\u7684\u9593\u9694\u6642\u9593",inputTrailingTriggerKeyTimeoutDescription:"\u8A2D\u7F6E\u8F38\u5165\u7D50\u675F\u9023\u64CA\u89F8\u767C\u7684\u9593\u9694\u6642\u9593\uFF08\u6BEB\u79D2\uFF09",spaceKey:"<\u7A7A\u683C\u9375>",noneKey:"\u7121\u9700\u524D\u7DB4\uFF0C\u76F4\u63A5\u7FFB\u8B6F\u6574\u500B\u6587\u5B57\u6846",inputTranslationBlockUrlsTitle:"\u5207\u52FF\u5728\u4EE5\u4E0B\u7DB2\u5740\u4E2D\u555F\u7528\u8F38\u5165\u6846\u589E\u5F37",inputTranslationBlockUrlsDescription:"\u5728\u4EE5\u4E0B\u7DB2\u5740\u4E2D\uFF0C\u8F38\u5165\u6846\u589E\u5F37\u5C07\u4E0D\u6703\u751F\u6548",inputHelperInfo:"\u8AAA\u660E\uFF1A\u6211\u5011\u7279\u5225\u91DD\u5C0D\u5728\u4E2D\u6587\u8F38\u5165\u6CD5\u4E0B\u90E8\u5206\u89F8\u767C\u5B57\u7B26\u6703\u8B8A\u6210\u4E2D\u6587\u6A19\u9EDE\u7B26\u865F\u9019\u4EF6\u4E8B\u505A\u4E86\u512A\u5316\uFF0C\u6BD4\u5982\u641C\u72D7\u8F38\u5165\u6CD5\u4E0B / \u6703\u8B8A\u6210\u9813\u865F \u3001\uFF0C\u6C89\u6D78\u5F0F\u7FFB\u8B6F\u652F\u6301\u6240\u6709\u89F8\u767C\u7B26\u5C0D\u61C9\u7684\u4E2D\u6587\u7B26\u865F\uFF0C\u4E5F\u5C31\u662F\u8AAA // \u3001\u3001 \u90FD\u6703\u88AB\u8B58\u5225\u70BA\u89F8\u767C\u5B57\u7B26\u3002

\u540C\u6642\u6211\u5011\u4E5F\u652F\u6301\u8A9E\u8A00\u4EE3\u78BC\u7684\u4E2D\u6587\u5225\u540D\u4F5C\u70BA\u547D\u4EE4\uFF0C\u6BD4\u5982 /\u65E5\u6587 \u4F60\u597D\u4E16\u754C \u6703\u88AB\u7FFB\u8B6F\u70BA\u65E5\u6587\uFF0C<1>\u9EDE\u6B64\u67E5\u770B\u6240\u6709\u652F\u63F4\u7684\u8A9E\u8A00\u4EE3\u78BC\u3002",reloadCurrentPage:"\u8ACB\u5148\u5237\u65B0\u76EE\u524D\u9801\u9762\uFF0C\u518D\u958B\u59CB\u7FFB\u8B6F",noLocalFilePermissionForPDF:"\u66AB\u7121\u6B0A\u9650\u8B80\u53D6\u672C\u6A5F\u6587\u4EF6\uFF0C\u8ACB\u9EDE\u9078\u4E0A\u65B9\u6309\u9215\uFF0C\u7136\u5F8C\u532F\u5165\u672C\u6A5F\u6587\u4EF6",noPermissionForThisPage:"\u26A0\uFE0F \u66AB\u7121\u6B0A\u9650\u7FFB\u8B6F\u76EE\u524D\u9801\u9762","error.retry":"\u91CD\u8A66","error.reason":"\u932F\u8AA4\u539F\u56E0",retryAllParagraphs:"\u91CD\u8A66\u5168\u90E8\u932F\u8AA4\u6BB5\u843D",retryAllButton:"\u91CD\u8A66\u5168\u90E8\u932F\u8AA4\u6BB5\u843D",errorTooltipTitle:"\u9EDE\u64CA\u770B\u932F\u8AA4\u539F\u56E0",errorModalTitle:"\u7FFB\u8B6F\u670D\u52D9\u6216\u7DB2\u8DEF\u4F3C\u4E4E\u51FA\u4E86\u9EDE\u554F\u984C...",disableConfirm:"\u7981\u7528\u78BA\u8A8D",disableOnce:"\u7981\u7528\u4E00\u6B21",disableGlobal:"\u5168\u5C40\u7981\u7528",disableTint:"* \u60A8\u53EF\u4EE5\u5728 {option} \u4E2D\u91CD\u65B0\u555F\u7528\u3002",searchEnhancementNotes:"\u6211\u5011\u767C\u73FE\uFF0C\u4E2D\u6587\u95DC\u9375\u8A5E\u548C\u82F1\u6587\u95DC\u9375\u8A5E\u7684\u65B0\u805E\u7D50\u679C\u6709\u975E\u5E38\u5927\u7684\u4E0D\u540C\uFF0C\u5728\u555F\u7528\u6C89\u6D78\u5F0F\u7FFB\u8B6F\u96D9\u8A9E\u4FE1\u606F\u589E\u5F37\u529F\u80FD\u5F8C\uFF0C\u6211\u5011\u6703\u5728\u652F\u6301\u7684\u7DB2\u7AD9\uFF08\u8C37\u6B4C\u65B0\u805E\uFF0C\u8C37\u6B4C\u641C\u7D22\uFF08\u90E8\u5206\u95DC\u9375\u8A5E\uFF09\uFF0C\u96EA\u7403\uFF0C\u6771\u65B9\u8CA1\u5BCC\u7DB2\uFF0C\u5BCC\u9014\uFF0C\u8001\u864E\uFF09\u81EA\u52D5\u7528\u82F1\u6587\u70BA\u4F60\u641C\u7D22\u540C\u6A23\u7684\u95DC\u9375\u8A5E\u4E26\u5C55\u793A\u5728\u53F3\u5074\u3002\u5982\u679C\u4F60\u4E0D\u9700\u8981\u8A72\u529F\u80FD\u7684\u8A71\uFF0C\u53EF\u4EE5\u9078\u64C7\u7981\u7528\u5B83\u3002",option:"\u9078\u9805",saveSettings:"\u5132\u5B58\u8A2D\u5B9A",closeModal:"\u95DC\u9589\u8996\u7A97",enableInputTranslationWithoutTriggerKeyTitle:"\u555F\u7528\u5FEB\u901F\u9023\u64CA3 \u6B21{trailingKey}\uFF0C\u76F4\u63A5\u7FFB\u8B6F\u6574\u500B\u8F38\u5165\u6846\u70BA{inputTargetLanguage}",enableInputTranslationWithoutTriggerKeyDescription:"\u5982\u9700\u6307\u5B9A\u76EE\u6A19\u8A9E\u8A00\uFF0C\u8ACB\u5728\u524D\u9762\u52A0\u4E0A\u8A9E\u8A00\u7A0B\u5F0F\u78BC\uFF0C\u5982\uFF1Aja \u4F60\u597D\u4E16\u754C",deepLProName:"\u6C89\u6D78\u5F0F\u7FFB\u8B6FPro \u6703\u54E1(\u63A8\u85A6)",deepLProDescription:"\u76EE\u524D\u5957\u9910\u53EF\u4EE5\u76F4\u63A5\u4F7F\u7528",deeplProDescriptionForNormal:"\u7121\u9700\u4EFB\u4F55\u8A2D\u7F6E\uFF0C\u6703\u54E1\u767B\u5165\u5F8C\u5373\u53EF\u4F7F\u7528\uFF0C<1>\u9EDE\u6B64\u5347\u7D1A\u70BA\u6703\u54E1",deepLCustomDescription:"\u9700\u8981\u570B\u5916\u4FE1\u7528\u5361\uFF0C\u5728<1>DeepL\u5B98\u65B9\u958B\u901A\uFF0C\u9EDE\u9078\u67E5\u770B<2>\u6587\u6A94",deepLCustomName:"\u81EA\u8A02Auth Key",chooseProviderLabel:"\u9078\u64C7\u4E00\u500B\u670D\u52D9\u63D0\u4F9B\u8005",openaiProName:"\u6C89\u6D78\u5F0F\u7FFB\u8B6FPro \u6703\u54E1(\u63A8\u85A6)",openaiProDescription:"\u76EE\u524D\u5957\u9910\u53EF\u4EE5\u76F4\u63A5\u4F7F\u7528",openaiProDescriptionForNormal:"\u7121\u9700\u4EFB\u4F55\u8A2D\u7F6E\uFF0C\u6703\u54E1\u767B\u5165\u5F8C\u5373\u53EF\u4F7F\u7528\uFF0C<1>\u9EDE\u6B64\u5347\u7D1A\u70BA\u6703\u54E1",openaiCustomDescription:"\u53EF\u5728OpenAI, Azure OpenAI, \u6216\u5176\u4ED6\u7B2C\u4E09\u65B9\u670D\u52D9\u7372\u53D6\uFF0C<1>\u9EDE\u6B64\u67E5\u770B\u6587\u6A94",openaiCustomName:"\u81EA\u8A02API Key",needLoginAction:"(\u958B\u901A\u6703\u54E1\u6216\u81EA\u8A02)",goLoginOrAction:"(\u958B\u901A\u6703\u54E1\u6216\u53BB\u8A2D\u5B9A)",yearly:"\u5E74\u5EA6\u7E8C\u8A02",quarterly:"\u5B63\u5EA6\u7E8C\u8A02",monthly:"\u6BCF\u6708\u7E8C\u8A02",yearlyForOnce:"\u4E00\u6B21\u6027\u5E74\u5EA6\u5957\u9910",monthlyForOnce:"\u4E00\u6B21\u6027\u6708\u5EA6\u5957\u9910",daily:"\u6BCF\u65E5\u7E8C\u8A02",year:"\u5E74\u5EA6\u7E8C\u8A02",quarter:"\u5B63\u5EA6\u7E8C\u8A02",month:"\u6BCF\u6708\u7E8C\u8A02",day:"\u6BCF\u65E5\u7E8C\u8A02",onetime_7day:"7 \u5929\u9AD4\u9A57\u5305",currentPlanDescriptionForFree:"\u76EE\u524D\u5957\u9910\uFF1A\u514D\u8CBB",currentPlanDescriptionForContinuous:"\u76EE\u524D\u5957\u9910\uFF1A{plan}\uFF0C\u5C07\u65BC {endAt} \u81EA\u52D5\u7E8C\u8CBB",currentPlanDescriptionForAutoRenewCaceling:"\u76EE\u524D\u5957\u9910\uFF1A{plan}\uFF0C\u5C07\u65BC {endAt} \u5230\u671F\uFF0C\u5230\u671F\u5F8C\u5C07\u4E0D\u6703\u81EA\u52D5\u7E8C\u7D04",currentYearlyPlanDescriptionForAutoRenewCacelingWithRealPaiedUser:"\u76EE\u524D\u5957\u9910\uFF1A{plan}\uFF0C\u5C07\u65BC {endAt} \u5230\u671F\uFF0C\u5230\u671F\u5F8C\u5C07\u4E0D\u6703\u81EA\u52D5\u7E8C\u7D04\u3002
<1>\u9EDE\u6B64\u7BA1\u7406\u7E8C\u8CBB\u65B9\u6848",currentYearlyPlanDescriptionForAutoRenewCacelingWithAdmin:"\u76EE\u524D\u5957\u9910\uFF1A{plan}\uFF0C\u5C07\u65BC {endAt} \u5230\u671F\uFF0C\u5230\u671F\u5F8C\u5C07\u4E0D\u6703\u81EA\u52D5\u7E8C\u7D04\u3002
<1>\u9EDE\u6B64\u555F\u7528\u9023\u7E8C\u5305\u5E74",currentPlanDescriptionForOneTime:"\u76EE\u524D\u5957\u9910\uFF1A{plan}\uFF0C\u5C07\u65BC {endAt} \u5230\u671F\uFF0C<1>\u9EDE\u6B64\u5347\u7D1A\u70BA\u5E74\u8CBB\u6216<2>\u6708\u8CBB\u6703\u54E1",upgradePlan:"\u9EDE\u6B64\u5347\u7D1A\u70BAPro \u6703\u54E1",upgradeToPro:"\u5347\u7D1A\u70BA Pro \u6703\u54E1","popup.openPro":"\u5347\u7D1A\u70BA Pro \u6703\u54E1\u5F8C\u53EF\u4EE5\u66A2\u4EAB DeepL \u548C OpenAI \u7FFB\u8B6F\uFF0C\u9EDE\u6B64\u5347\u7D1A","popup.openProForPro":"\u60A8\u662F Pro \u6703\u54E1\uFF0C\u53EF\u76F4\u63A5\u4F7F\u7528 DeepL \u548C OpenAI \u7FFB\u8B6F",currentAccount:"\u7576\u524D\u8CEC\u6236",enableAutoSyncUserSettings:"\u555F\u7528\u591A\u8A2D\u5099\u81EA\u52D5\u96F2\u7AEF\u540C\u6B65",modalEnableInputTranslationTitle:"\u6C89\u6D78\u5F0F\u7FFB\u8B6F\u8F38\u5165\u6846\u7FFB\u8B6F\u63D0\u793A",modalEnableInputTranslationDesc:"\u60A8\u525B\u525B\u900F\u904E\u5FEB\u901F\u9023\u64CA3 \u6B21\u7A7A\u767D\u9375\u89F8\u767C\u4E86\u6C89\u6D78\u5F0F\u7FFB\u8B6F\u7684\u8F38\u5165\u6846\u7FFB\u8B6F\uFF0C\u8F38\u5165\u6846\u7684\u5167\u5BB9\u5C07\u7FFB\u8B6F\u70BA\u9810\u8A2D\u7684\u76EE\u6A19\u8A9E\u8A00\u3002\u900F\u904ECtrl+Z \u53EF\u4EE5\u64A4\u92B7\u7FFB\u8B6F\u3002

\u5982\u679C\u9019\u662F\u4E00\u500B\u5931\u8AA4\uFF0C\u4E0D\u7528\u64D4\u5FC3\uFF0C\u60A8\u53EF\u4EE5\u9078\u64C7\u672C\u6B21\u505C\u7528\uFF0C\u6216\u6C38\u4E45\u505C\u7528\u8F38\u5165\u6846\u7FFB\u8B6F\u3002",saveAndNotShowAgain:"\u5132\u5B58\u4E14\u4E0D\u518D\u63D0\u793A",disableInputTranslationTips:"* \u4F60\u4E5F\u53EF\u4EE5\u5728 {option} \u4E2D\u8A2D\u5B9A\u5176\u4ED6\u5FEB\u6377\u9375\u4F86\u89F8\u767C\uFF0C{learnMore}\u3002",learnMore:"\u9EDE\u6B64\u4E86\u89E3\u66F4\u591A",continueEnalbeInputTranslation:"\u7E7C\u7E8C\u555F\u7528\u8F38\u5165\u6846\u7FFB\u8B6F",autoRenewTrialSuffix:'\uFF08\u8A66\u7528\u4E2D\uFF0C\u7ACB\u523B\u5347\u7D1A\u70BA\u6B63\u5F0F\u6703\u54E1\uFF09',upgradeFromTrialTitle:"\u5347\u7D1A\u70BA\u6B63\u5F0F\u6703\u54E1",subtitle:"\u5F71\u7247\u5B57\u5E55",youtubeService:"\u6C89\u6D78\u5F0F\u7FFB\u8B6F\u5F71\u7247\u5B57\u5E55\u670D\u52D9","subtitle.disabledSubtitle":"\u6C38\u4E45\u7981\u7528\u8996\u983B\u5B57\u5E55\u529F\u80FD","subtitle.disabledSubtitleDescription":"\u5982\u679C\u6C89\u6D78\u5F0F\u7FFB\u8B6F\u7684\u8996\u983B\u5B57\u5E55\u548C\u5176\u4ED6\u64F4\u5C55\u6709\u885D\u7A81\uFF0C\u4F60\u53EF\u4EE5\u9078\u64C7\u6C38\u4E45\u7981\u7528\u6C89\u6D78\u5F0F\u7FFB\u8B6F\u7684\u8996\u983B\u5B57\u5E55\u529F\u80FD\u6216\u8005\u5378\u8F09\u5176\u4ED6\u885D\u7A81\u7684\u64F4\u5C55","subtitle.autoEnableSubtitleDescription":"\u555F\u7528\u5F8C\uFF0C\u7576\u5F71\u7247\u64AD\u653E\u7684\u6642\u5019\uFF0C\u6703\u81EA\u52D5\u986F\u793A\u96D9\u8A9E\u5B57\u5E55\uFF0C\u5426\u5247\u9700\u8981\u9EDE\u64CA\u7FFB\u8B6F\u6309\u9215\u624D\u6703\u986F\u793A\u3002","subtitle.preTranslation":"\u512A\u5148\u4F7F\u7528\u6C89\u6D78\u5F0F\u7FFB\u8B6F\u5B57\u5E55","subtitle.preTranslationDescription":"\u555F\u7528\u5F8C\u6703\u512A\u5148\u7528\u4E0B\u9762\u7684\u7FFB\u8B6F\u670D\u52D9\u63D0\u524D\u7FFB\u8B6F\u6574\u500B\u5B57\u5E55\uFF0C1 \u5C0F\u6642\u7684\u8996\u8A0A\u5927\u6982\u6D88\u8017 5\u842C Tokens \u6216 \u5B57\u7B26\uFF0C\u8ACB\u914C\u60C5\u4F7F\u7528\uFF1B\u95DC\u9589\u5F8C\u5247\u512A\u5148\u4F7F\u7528\u539F\u5F71\u7247\u81EA\u5E36\u7684\u6A5F\u7FFB\u5B57\u5E55","subtitle.humanSubtitlesPreferred":"\u512A\u5148\u4F7F\u7528\u4EBA\u5DE5\u5B57\u5E55","subtitle.humanSubtitlesPreferredDescription":"\u7576\u5F71\u7247\u6709\u76EE\u6A19\u8A9E\u8A00\u4EBA\u5DE5\u5B57\u5E55\u6642\uFF0C\u512A\u5148\u4F7F\u7528\u4EBA\u5DE5\u5B57\u5E55\uFF08\u63A8\u85A6\uFF09","subtitle.bilingual":"\u96D9\u8A9E\u5B57\u5E55","subtitle.autoDisableSubtitle":"\u4E0D\u81EA\u52D5\u555F\u7528\u96D9\u8A9E\u5B57\u5E55","subtitle.hideQuickButton":"\u4E0D\u518D\u986F\u793A\u8A72\u5FEB\u6377\u65B9\u5F0F","subtitle.showQuickButton":"\u986F\u793A\u96D9\u8A9E\u5B57\u5E55\u5FEB\u6377\u65B9\u5F0F","subtitle.showQuickButtonDescription":"\u5728\u8996\u983B\u64AD\u653E\u5668\u53F3\u4E0B\u89D2\u63D0\u4F9B\u555F\u7528\u96D9\u8A9E\u5B57\u5E55\u7684\u5FEB\u6377\u65B9\u5F0F",videoSubtitleTranslationDescription:"\u70BA\u5F71\u7247\u5B57\u5E55\u55AE\u7368\u6307\u5B9A\u4E00\u500B\u7FFB\u8B6F\u670D\u52D9",subtitleTranslating:"\u6B63\u5728\u4F7F\u7528 {service} \u670D\u52D9\u7FFB\u8B6F\u5B57\u5E55\u4E2D\uFF0C\u8ACB\u7A0D\u7B49...\uFF08\u6C89\u6D78\u5F0F\u7FFB\u8B6F\uFF09",subtitleLoading:"\u6B63\u5728\u8F09\u5165\u5B57\u5E55...",bilingual:"\u96D9\u8A9E","field.action":"\u662F\u5426\u555F\u7528\u767E\u5EA6\u8853\u8A9E","description.action":"\u555F\u7528\u5F8C\u6703\u5728\u8ACB\u6C42\u4E2D\u52A0\u5165 action=1 \u7684\u53C3\u6578\uFF0C\u4EE5\u4FBF\u544A\u77E5\u767E\u5EA6\u555F\u7528\u8853\u8A9E\uFF0C<1>\u66F4\u591A\u8AAA\u660E\u8ACB\u53C3\u8003\u5B98\u65B9\u6587\u6A94",closeQuickTranslation:"\u95DC\u9589\u61F8\u6D6E\u7403","closeQuickTranslation.untilNext":"\u672C\u6B21\u95DC\u9589\u76F4\u5230\u4E0B\u6B21\u8A2A\u554F","closeQuickTranslation.currentWebsite":"\u7576\u524D\u7DB2\u7AD9\u7981\u7528","closeQuickTranslation.alwaysClose":"\u6C38\u4E45\u7981\u7528","closeQuickTranslation.settingOpen":"\uFF08\u53EF\u5728<1>\u8A2D\u5B9A\u9801\u958B\u555F\uFF09","closeQuickTranslation.cancel":"\u53D6\u6D88","closeQuickTranslation.confirm":"\u78BA\u5B9A","floatBall.popup":"\u6253\u958B\u5FEB\u6377\u8A2D\u5B9A\u9762\u677F","floatBall.translate":"\u9EDE\u64CA\u7FFB\u8B6F\u8A72\u9801\u9762","floatBall.showOriginal":"\u9EDE\u64CA\u5207\u63DB\u5230\u539F\u6587","floatBall.close":"\u95DC\u9589\u61F8\u6D6E\u7403","floatBallOptions.enableDescPc":"\u555F\u7528\u9801\u9762\u61F8\u6D6E\u7403\u5F8C\uFF0C\u6703\u5728\u9801\u9762\u53F3\u5074\u986F\u793A\u4E00\u500B\u5FEB\u6377\u7FFB\u8B6F\u6309\u9215\uFF0C\u9EDE\u64CA\u5373\u53EF\u7FFB\u8B6F","floatBallOptions.enableDesc":"\u95DC\u9589\u61F8\u6D6E\u7403\u5F8C\uFF0C\u53EF\u4EE5\u7528{touch}\u559A\u8D77\u3002\u70BA\u9632\u6B62\u4E0D\u614E\u95DC\u9589\u8A72\u9078\u9805\u5F8C\u627E\u4E0D\u5230\u61F8\u6D6E\u7403\uFF0C\u5F37\u70C8\u5EFA\u8B70\u6536\u85CF\u672C\u8A2D\u5B9A\u9801","description.azureApiUrl":"\u586B\u5165\u81EA\u8A02\u7684API\u4F4D\u5740",shareBtnTitle:"\u9EDE\u64CA\u751F\u6210\u7DB2\u9801\u5FEB\u7167","floatBall.share":"\u751F\u6210\u7DB2\u9801\u5FEB\u7167","floatBall.guideClickToTranslate":`\u9EDE\u64CA\u6C89\u6D78\u5F0F\u7FFB\u8B6F\u61F8\u6D6E\u7403 \u5373\u53EF\u5FEB\u901F\u7FFB\u8B6F`,"floatBall.iKnow":"\u6211\u77E5\u9053\u4E86",confirmSupportMouse:"\u5F37\u5236\u555F\u7528\u6ED1\u9F20\u652F\u63F4",confirmSupportMouseDescription:"\u6AA2\u6E2C\u5230\u7576\u524D\u700F\u89BD\u5668\u4E0D\u652F\u63F4\u6ED1\u9F20\u529F\u80FD\uFF0C\u662F\u5426\u5F37\u5236\u555F\u7528\u6ED1\u9F20\u652F\u63F4\uFF1F",sampleTargetText:"\u9577\u591C\u5C07\u81F3\uFF0C\u6211\u5F9E\u4ECA\u958B\u59CB\u5B88\u671B\uFF0C\u81F3\u6B7B\u65B9\u4F11\u3002 \u6211\u5C07\u4E0D\u5A36\u59BB\u3001\u4E0D\u5C01\u5730\u3001\u4E0D\u751F\u5B50\u3002 \u6211\u5C07\u4E0D\u6234\u5BF6\u51A0\uFF0C\u4E0D\u722D\u69AE\u5BF5\u3002 \u6211\u5C07\u76E1\u5FE0\u8077\u5B88\uFF0C\u751F\u6B7B\u65BC\u65AF\u3002",sampleSourceText:"Night gathers, and now my watch begins. It shall not end until my death. I shall take no wife, hold no lands, father no children. I shall wear no crowns and win no glory. I shall live and die at my post.","subtitle.supportedSites":"\u5DF2\u652F\u63F4\u5728\u9019\u4E9B\u7DB2\u7AD9\u4F7F\u7528\u96D9\u8A9E\u5B57\u5E55\uFF08\u6CE8\u610F\uFF1A\u7531\u65BC\u6280\u8853\u9650\u5236\uFF0C\u90E8\u5206\u7DB2\u7AD9\u5728\u9996\u6B21\u958B\u555F\u5B57\u5E55\u5F8C\u9700\u8981\u91CD\u65B0\u5237\u65B0\u9801\u9762\uFF0C\u6216\u8005\u9700\u7B49\u5F85\u7FFB\u8B6F\u5B8C\u6210\u4EE5\u986F\u793A\u96D9\u8A9E\u5B57\u5E55\uFF09\uFF1A",viewWithImmersiveTranslate:"\u53CC\u8BED\u7248\u672C(\u6C89\u6D78\u5F0F\u7FFB\u8BD1)",errorReason:"\u932F\u8AA4\u539F\u56E0\uFF1A{message}","proQuotaExceededError.onetime7day":'\uFF0C\u60A8\u53EF\u4EE5\u9078\u64C7\u4EE5\u4E0B\u65B9\u5F0F\u89E3\u6C7A\uFF1A

1. \u5207\u63DB\u5230 {anotherService} \u6216\u5176\u4ED6\u7FFB\u8B6F\u670D\u52D9
2. \u5347\u7D1A\u70BA\u6708\u5EA6/\u5E74\u5EA6\u6703\u54E1',"proQuotaExceededError.trial":'\uFF0C\u60A8\u53EF\u4EE5\u9078\u64C7\u4EE5\u4E0B\u65B9\u5F0F\u89E3\u6C7A\uFF1A

1. \u5207\u63DB\u5230 {anotherService} \u6216\u5176\u4ED6\u7FFB\u8B6F\u670D\u52D9
2. \u7ACB\u5373\u5347\u7D1A\u70BA\u6B63\u5F0F\u6703\u54E1',"proQuotaExceededError.nonTrial":'\uFF0C\u60A8\u53EF\u4EE5\u9078\u64C7\u4EE5\u4E0B\u65B9\u5F0F\u89E3\u6C7A\uFF1A

1. \u5207\u63DB\u5230 {anotherService} \u6216\u5176\u4ED6\u7FFB\u8B6F\u670D\u52D9
2. \u8CFC\u8CB7 {translationService} \u984D\u5916\u6D41\u91CF\u5305',"proQuotaExceededError.resetTime":"
3. \u984D\u5EA6\u91CD\u7F6E\u6642\u9593\uFF1A{resetTime}",paragraphMinTextCountField:"\u7FFB\u8B6F\u6BB5\u843D\u6240\u9700\u7684\u6700\u5C11\u5B57\u7B26\u6578",paragraphMinTextCountDesc:"\u6CE8\u610F\uFF0C\u9019\u88E1\u6307\u7684\u5B57\u7B26\u9577\u5EA6\uFF0C\u6BD4\u5982\uFF1Ahello \u662F 5 \u500B\u5B57\u7B26\uFF0C\u8A2D\u5B9A\u70BA\u66F4\u5927\u7684\u503C\u53EF\u4EE5\u6E1B\u5C11\u4E0D\u5FC5\u8981\u7684\u5C0F\u6BB5\u843D\u7FFB\u8B6F",networkError:"\u7FFB\u8B6F\u670D\u52D9\u6216\u7DB2\u8DEF\u51FA\u73FE\u554F\u984C",notLogin:"\u672A\u767B\u9304","browser.toggleMouseHoverTranslateDirectly":"\u5728\u9801\u9762\u4E0A\u81E8\u6642\u555F\u7528\u6216\u95DC\u9589\u6ED1\u9F20\u61F8\u505C\u76F4\u63A5\u7FFB\u8B6F","browser.translateWithOpenAI":"\u81E8\u6642\u4F7F\u7528 OpenAI \u7FFB\u8B6F\u7576\u524D\u9801\u9762","browser.translateWithDeepL":"\u81E8\u6642\u4F7F\u7528 DeepL \u7FFB\u8B6F\u7576\u524D\u9801\u9762","browser.translateWithGoogle":"\u81E8\u6642\u4F7F\u7528 Google \u7FFB\u8B6F\u7576\u524D\u9801\u9762","browser.translateWithBing":"\u81E8\u6642\u4F7F\u7528\u5FAE\u8EDF\u7FFB\u8B6F\u7576\u524D\u9801\u9762","browser.translateWithGemini":"\u81E8\u6642\u4F7F\u7528 Gemini \u7FFB\u8B6F\u7576\u524D\u9801\u9762","browser.translateWithTransmart":"\u81E8\u6642\u4F7F\u7528\u9A30\u8A0A\u7FFB\u8B6F\u7576\u524D\u9801\u9762","browser.translateInputBox":"\u7FFB\u8B6F\u7576\u524D\u8F38\u5165\u6846\u5167\u5BB9",shortcutSettings:"\u5FEB\u6377\u9375",shortcutSettingsTitle:"\u5FEB\u6377\u9375\u8A2D\u7F6E",confirmResetToDefaultSettings:"\u78BA\u8A8D\u8981\u6062\u5FA9\u8A72\u7FFB\u8B6F\u670D\u52D9\u70BA\u9ED8\u8A8D\u8A2D\u7F6E\u55CE\uFF1F\uFF08\u50C5\u91CD\u7F6E\u7576\u524D\u7FFB\u8B6F\u670D\u52D9\u7684\u8A2D\u7F6E\uFF09","intro.hoverTitle":"\u6ED1\u9F20\u61F8\u505C\u7FFB\u8B6F\u7576\u524D\u6BB5\u843D","intro.hoverDescription":"\u6ED1\u9F20\u61F8\u505C\u7FFB\u8B6F\u662F\u6C89\u6D78\u5F0F\u7FFB\u8B6F\u88E1\u975E\u5E38\u91CD\u8981\u7684\u529F\u80FD\uFF0C\u53EA\u9700\u5C07\u6ED1\u9F20\u653E\u5728\u6BB5\u843D\u4E0A\uFF0C\u540C\u6642\u6309\u4E0B\u8A2D\u5B9A\u7684\u5FEB\u6377\u9375\uFF0C\u5373\u53EF\u81EA\u52D5\u7FFB\u8B6F\u7576\u524D\u6BB5\u843D\uFF08\u6CE8\u610F\uFF1A\u9810\u8A2D\u6C92\u6709\u555F\u7528\u54E6\uFF0C\u8ACB \u5728\u4E0B\u65B9\u8A2D\u5B9A\uFF09\uFF0C\u8A72\u4E92\u52D5\u7528\u65BC\u66F4\u597D\u7684\u66FF\u4EE3\u5283\u8A5E\u7FFB\u8B6F\uFF0C\u53E6\u5916\uFF0C\u6B64\u529F\u80FD\u4E5F\u5EE3\u6CDB\u61C9\u7528\u65BC\u90A3\u4E9B\u7121\u6CD5\u88AB\u8B58\u5225\u7684\u7FFB\u8B6F\u5340\u57DF\uFF0C\u4F60\u53EF\u4EE5\u5229\u7528\u8A72\u529F\u80FD\uFF0C\u5F37\u5236\u7FFB\u8B6F\u4EFB\u4F55\u6BB5\u843D\u3002","intro.floatBallTitle":"\u5FEB\u6377\u7FFB\u8B6F\u61F8\u6D6E\u7403","intro.floatBallDescription":"\u555F\u7528\u5F8C\uFF0C\u6703\u5728\u9801\u9762\u53F3\u5074\u986F\u793A\u4E00\u500B\u5FEB\u6377\u7FFB\u8B6F\u6309\u9215\uFF0C\u9EDE\u64CA\u5373\u53EF\u7FFB\u8B6F\uFF0C\u518D\u6B21\u9EDE\u64CA\u5373\u53EF\u5207\u63DB\u56DE\u539F\u6587\u3002\u5728\u79FB\u52D5\u7AEF\uFF0C\u9577\u6309\u61F8\u6D6E\u7403\uFF0C\u53EF\u4EE5\u6253\u958B\u5FEB\u6377\u8A2D\u7F6E\u9762\u677F\u3002","intro.subtitleTitle":"\u5728\u7DDA\u8996\u983B\u96D9\u8A9E\u5B57\u5E55\u986F\u793A","intro.subtitleDescription":"\u958B\u555F\u6B64\u529F\u80FD\u5F8C\uFF0C\u5F71\u7247\u64AD\u653E\u6642\u5C07\u81EA\u52D5\u5C55\u793A\u96D9\u8A9E\u5B57\u5E55\u3002 \u5982\u679C\u672A\u555F\u7528\uFF0C\u60A8\u9700\u5728\u9801\u9762\u4E0A\u624B\u52D5\u9EDE\u9078\u7FFB\u8B6F\u6309\u9215\u4EE5\u986F\u793A\u5B57\u5E55\u3002 \u8ACB\u6CE8\u610F\uFF0C\u7531\u65BC\u6280\u8853\u9650\u5236\uFF0C\u67D0\u4E9B\u7DB2\u7AD9\u5728\u9996\u6B21\u555F\u52D5\u5B57\u5E55\u6642\u53EF\u80FD\u9700\u8981\u91CD\u65B0\u6574\u7406\u9801\u9762\u6216\u7B49\u5F85\u7FFB\u8B6F\u5B8C\u6210\u5F8C\uFF0C\u624D\u80FD\u986F\u793A\u96D9\u8A9E\u5B57\u5E55\u3002 \uFF08\u6B64\u5916\uFF0C\u4F60\u9084\u53EF\u4EE5\u5728\u958B\u555F\u5F71\u7247\u7DB2\u7AD9\u5F8C\uFF0C\u53F3\u4E0A\u89D2\u958B\u555F\u6C89\u6D78\u5F0F\u7FFB\u8B6F\u7684\u5FEB\u6377\u9762\u677F\u555F\u7528/\u95DC\u9589\uFF09

\u76EE\u524D\u5DF2\u652F\u63F4\u5728\u9019\u4E9B\u7DB2\u7AD9\u4F7F\u7528\u96D9\u8A9E\u5B57\u5E55\uFF1A","desc.toggleMouseHoverTranslateDirectly":"\u6309\u4E0B\u9019\u500B\u5FEB\u6377\u9375\u5F8C\uFF0C\u5728\u9801\u9762\u4E0A\uFF0C\u53EA\u8981\u6ED1\u9F20\u6307\u5411\u4EFB\u4F55\u4E00\u6BB5\u6587\u5B57\uFF0C\u5C31\u6703\u81EA\u52D5\u7FFB\u8B6F\u9019\u6BB5\u6587\u5B57\u3002\u518D\u6309\u4E00\u6B21\u5FEB\u6377\u9375\uFF0C\u5C31\u53EF\u4EE5\u95DC\u9589\u9019\u500B\u81EA\u52D5\u7FFB\u8B6F\u529F\u80FD\u3002","shortcutGroup.main":"\u5E38\u7528\u529F\u80FD\u5FEB\u6377\u9375","shortcutGroup.others":"\u66F4\u591A\u81EA\u5B9A\u7FA9\u529F\u80FD\u5FEB\u6377\u9375","shortcutGroup.shortcutsForTranslationServices":"\u7FFB\u8B6F\u670D\u52D9\u76F8\u95DC\u5FEB\u6377\u9375",browserShortcutsSucks:"\u7531\u65BC\u700F\u89BD\u5668\u5C0D\u8F38\u5165\u6846\u7684\u5FEB\u6377\u9375\u8B58\u5225\u4E0D\u6E96\u78BA\uFF0C\u6240\u4EE5\u8ACB\u624B\u52D5\u8F38\u5165\u5FEB\u6377\u9375\u7684\u540D\u5B57\uFF0C\u8F38\u5165\u5F8C\uFF0C\u9EDE\u64CA\u7A7A\u767D\u8655\u5373\u53EF\u81EA\u52D5\u4FDD\u5B58\u3002\uFF08macOS \u88E1\u9762 Alt \u548C Option \u662F\u540C\u6A23\u7684\u9375\uFF0C\u5EFA\u8B70\u7D71\u4E00\u8F38\u5165 Alt\uFF09\u3002\u6BD4\u5982\uFF1A","shortcutGroup.touch":"\u89F8\u5C4F\u5C08\u7528\u624B\u52E2","shortcutGroup.mouse":"\u6ED1\u9F20\u61F8\u505C\u5FEB\u6377\u9375\u914D\u7F6E",fingerCountToToggleTranslagePageWhenTouching:"\u591A\u6307\u540C\u6642\u89F8\u6478\u5C4F\u5E55\u5247\u7FFB\u8B6F\u7DB2\u9801/\u986F\u793A\u539F\u6587","desc.fingerCountToToggleTranslagePageWhenTouching":"\u8A2D\u7F6E\u5F8C\uFF0C\u5728\u79FB\u52D5\u8A2D\u5099\u6642\uFF0C\u53EF\u4EE5\u540C\u6642\u7528 X \u500B\u624B\u6307\u89F8\u6478\u5C4F\u5E55\uFF0C\u5373\u53EF\u7FFB\u8B6F\u7DB2\u9801/\u986F\u793A\u539F\u6587",fingerCountToToggleTranslationMaskWhenTouching:"\u591A\u6307\u540C\u6642\u89F8\u6478\u5C4F\u5E55\u5247\u986F\u793A\u7FFB\u8B6F\u906E\u7F69/\u986F\u793A\u539F\u6587","desc.fingerCountToToggleTranslationMaskWhenTouching":"\u7FFB\u8B6F\u906E\u7F69\u662F\u6307\u8B6F\u6587\u6A23\u5F0F\u88E1\u7684\u6A21\u7CCA\u6548\u679C\uFF08\u5B78\u7FD2\u6A21\u5F0F\uFF09\uFF0C\u958B\u555F\u5F8C\u81E8\u6642\u5C0D\u8B6F\u6587\u4F7F\u7528\u6A21\u7CCA\u6548\u679C\uFF0C\u65B9\u4FBF\u5B78\u7FD2",fingerCountToToggleTranslagePageOnlyTranslationWhenTouching:"\u591A\u6307\u540C\u6642\u89F8\u5C4F\uFF0C\u4F7F\u7528\u50C5\u8B6F\u6587\u6A21\u5F0F\u9032\u884C\u7FFB\u8B6F/\u986F\u793A\u539F\u6587","desc.fingerCountToToggleTranslagePageOnlyTranslationWhenTouching":"\u50C5\u8B6F\u6587\u6307\u7684\u662F\u53EA\u986F\u793A\u8B6F\u6587\uFF0C\u800C\u4E0D\u662F\u9ED8\u8A8D\u7684\u96D9\u8A9E\u6A21\u5F0F","neverTranslateText.title":"\u4EE5\u4E0B\u55AE\u8A5E\u4FDD\u6301\u539F\u6587\uFF0C\u4E0D\u8981\u7FFB\u8B6F","neverTranslateText.description":"\u7531\u65BC\u67D0\u4E9B\u7FFB\u8B6F\u5F15\u64CE\u5C0D\u5C08\u6709\u540D\u8A5E\u8B58\u5225\u4E0D\u7406\u60F3\uFF0C\u4F60\u53EF\u4EE5\u5728\u6B64\u8655\u6DFB\u52A0\u55AE\u8A5E\uFF0C\u78BA\u4FDD\u5B83\u5011\u5728\u7FFB\u8B6F\u904E\u7A0B\u4E2D\u4E0D\u88AB\u8F49\u63DB\u3002\u8ACB\u6CE8\u610F\uFF0C\u6B64\u529F\u80FD\u5340\u5206\u5927\u5C0F\u5BEB\uFF0C\u4E26\u50C5\u652F\u6301\u4EE5\u7A7A\u683C\u5206\u9694\u7684\u55AE\u8A5E\u8A9E\u8A00\uFF08\u5982\u82F1\u8A9E\u3001\u6CD5\u8A9E\uFF09\uFF0C\u4E0D\u9069\u7528\u65BC\u65E5\u8A9E\u3001\u97D3\u8A9E\u7B49\u8A9E\u8A00","tagsInput.add":"+ \u6DFB\u52A0","desc.mouseHoverHoldKey":"\u7576\u6ED1\u9F20\u61F8\u505C\u5728\u67D0\u500B\u6BB5\u843D\u4E0A\u6642\uFF0C\u540C\u6642\u6309\u4E0B\u53F3\u5074\u7684\u5FEB\u6377\u9375\uFF0C\u5373\u53EF\u76F4\u63A5\u7FFB\u8B6F\u8A72\u6BB5\u843D",mouseHoverCustomKeyTitle:"\u81EA\u5B9A\u7FA9\u6ED1\u9F20\u61F8\u505C\u5FEB\u6377\u9375",mouseHoverCustomKeyDescription:"\u4F60\u53EF\u4EE5\u81EA\u5B9A\u7FA9\u4E00\u500B\u6ED1\u9F20\u61F8\u505C\u7684\u7D44\u5408\u5FEB\u6377\u9375\uFF0C\u6BD4\u5982\uFF1A Alt+Z, Ctrl+E, Cmd+Alt+E \u6216\u8005\u76F4\u63A5 Cmd\uFF0C \u8ACB\u624B\u52D5\u8F38\u5165",mouseHoverShortcutPlaceholder:"\u8ACB\u624B\u52D5\u8F38\u5165",browserShortcutsNoteForFirefox:"Firefox \u700F\u89BD\u5668\u4FEE\u6539\u5FEB\u6377\u9375\u9700\u8981\u6253\u958B\u64F4\u5C55\u7BA1\u7406\u9801\u9762 `about:addons`\uFF0C\u7136\u5F8C\u9EDE\u64CA\u300C\u8A2D\u7F6E\u300D-> \u300C\u7BA1\u7406\u5FEB\u6377\u9375\u300D",browserShortcutsNoteForChrome:"\u8ACB\u6CE8\u610F\uFF1A\u8981\u5728\u57FA\u65BCChrome\u5167\u6838\u7684\u700F\u89BD\u5668\u4E2D\u4FEE\u6539\u5FEB\u6377\u9375\uFF0C\u8ACB\u8A2A\u554F[\u64F4\u5C55\u7BA1\u7406\u9801\u9762] -> [\u7BA1\u7406\u5FEB\u6377\u9375]","desc.toggleTranslateTheMainPage":"\u50C5\u7FFB\u8B6F\u9801\u9762\u4E3B\u8981\u5340\u57DF\uFF0C\u7576\u4F60\u5728\u9032\u968E\u8A2D\u7F6E\u88E1\u555F\u7528\u4E86\u7FFB\u8B6F\u9801\u9762\u5168\u90E8\u5340\u57DF\u5F8C\uFF0C\u4F60\u53EF\u4EE5\u4F7F\u7528\u9019\u500B\u5FEB\u6377\u9375\u4F86\u5C08\u9580\u7FFB\u8B6F\u9801\u9762\u7684\u4E3B\u8981\u5340\u57DF","desc.toggleTranslateTheWholePage":"\u7FFB\u8B6F\u9801\u9762\u5168\u90E8\u5340\u57DF\uFF0C\u9810\u8A2D\u60C5\u6CC1\u4E0B\uFF0C\u6211\u5011\u6703\u7FFB\u8B6F\u9801\u9762\u7684\u4E3B\u8981\u5340\u57DF\uFF0C\u4F60\u53EF\u4EE5\u4F7F\u7528\u9019\u500B\u5FEB\u6377\u9375\u4F86\u5C08\u9580\u7FFB\u8B6F\u9801\u9762\u7684\u5168\u90E8\u5340\u57DF","browser.toggleOnlyTransation":"\u5207\u63DB\u96D9\u8A9E/\u50C5\u8B6F\u6587\u6A21\u5F0F","desc.toggleOnlyTransation":"\u50C5\u8B6F\u6587\u6A21\u5F0F\u6307\u7684\u662F\u53EA\u986F\u793A\u8B6F\u6587\uFF0C\u5982\u679C\u7DB2\u9801\u9084\u6C92\u6709\u7FFB\u8B6F\u7684\u8A71\uFF0C\u5C07\u6703\u5207\u63DB\u6A21\u5F0F\u4E26\u7FFB\u8B6F\u3002","browser.toggleTranslationMask":"\u5207\u63DB\u7576\u524D\u9801\u9762\u8B6F\u6587\u70BA\u6A21\u7CCA\u6548\u679C\uFF08\u5B78\u7FD2\u6A21\u5F0F\uFF09","desc.interfaceLanguage":"\u4ECB\u9762\u8A9E\u8A00\u8A2D\u7F6E\u5F71\u97FF\u63A7\u5236\u9762\u677F\u7684\u986F\u793A\u8A9E\u8A00\uFF0C\u548C\u7FFB\u8B6F\u7684\u76EE\u6A19\u8A9E\u8A00\u7121\u95DC",mouseHoverHoldKey:"\u61F8\u505C\u7FFB\u8B6F\u89F8\u767C\u9375",clickToSeeQuickDemo:"30 \u79D2\u5FEB\u901F\u6559\u5B78\u8996\u983B",shortcutDisableTooltip:"\u8ACB\u5728\u700F\u89BD\u5668\u63D0\u4F9B\u7684\u64F4\u5C55\u5FEB\u6377\u9375\u7BA1\u7406\u9801\u9762\u9032\u884C\u8A2D\u7F6E\uFF0C\u66F4\u591A\u6307\u5F15\u8ACB\u67E5\u770B\u672C\u9801\u9762\u6700\u4E0A\u65B9\u7684\u8AAA\u660E",floatBallOptions:"\u61F8\u6D6E\u7403","subtitle.autoEnableSubtitle":"\u81EA\u52D5\u958B\u555F\u96D9\u8A9E\u5B57\u5E55","floatBall.longPress":"\u9577\u6309\u53EF\u5FEB\u901F\u6253\u958B\u8A2D\u7F6E\u9762\u677F\u54E6",notLoginPro:"\u60A8\u9084\u672A\u767B\u9304\u60A8\u7684\u6703\u54E1\u8CEC\u6236",upgradeToProErrorTitle:"\u8ACB\u5347\u7D1A\u70BA Pro \u6703\u54E1\u518D\u4F7F\u7528\u8A72\u7FFB\u8B6F\u670D\u52D9",translationOnlyMode:"\u50C5\u8B6F\u6587\u6A21\u5F0F",translationOnlyModeDescription:"\u50C5\u8B6F\u6587\u6A21\u5F0F\u6307\u7684\u662F\u53EA\u986F\u793A\u8B6F\u6587\uFF0C\u800C\u4E0D\u662F\u9ED8\u8A8D\u7684\u96D9\u8A9E\u6A21\u5F0F\u3002\u6CE8\u610F\uFF1A\u7531\u65BC\u6280\u8853\u7684\u9650\u5236\u554F\u984C\uFF0C\u5728\u50C5\u8B6F\u6587\u6A21\u5F0F\u4E0B\uFF0C\u539F\u6587\u7684\u8D85\u9023\u7D50\u5C07\u6703\u5931\u6548","description.baiduField":"\u652F\u6301\u7684\u9818\u57DF\u898B<1>\u9019\u88E1\uFF0C\u70BA\u7A7A\u5247\u8868\u793A\u4E0D\u6307\u5B9A\u9818\u57DF",temprarilyChangeTranslationTo_openai:"\u6B63\u5728\u4F7F\u7528 OpenAI \u7FFB\u8B6F\u7576\u524D\u9801\u9762",temprarilyChangeTranslationTo_google:"\u6B63\u5728\u4F7F\u7528 Google \u7FFB\u8B6F\u7576\u524D\u9801\u9762",temprarilyChangeTranslationTo_bing:"\u6B63\u5728\u4F7F\u7528\u5FAE\u8EDF\u7FFB\u8B6F\u7576\u524D\u9801\u9762",temprarilyChangeTranslationTo_gemini:"\u6B63\u5728\u4F7F\u7528 Gemini \u7FFB\u8B6F\u7576\u524D\u9801\u9762",temprarilyChangeTranslationTo_transmart:"\u6B63\u5728\u4F7F\u7528\u9A30\u8A0A\u7FFB\u8B6F\u7576\u524D\u9801\u9762",temprarilyChangeTranslationTo_deepl:"\u6B63\u5728\u4F7F\u7528 DeepL \u7FFB\u8B6F\u7576\u524D\u9801\u9762","widget.videoSubtitle":"\u5F71\u7247\u5B57\u5E55","widget.instruction":"\u4F7F\u7528\u8AAA\u660E","widget.translateFile":"PDF/ePub",buildSnapshots:"\u751F\u6210\u7DB2\u9801\u5FEB\u7167","widget.translateFileTooltip":"\u7FFB\u8B6F PDF\u3001EPUB\u3001SRT\u3001ASS\u3001HTML \u548C TXT \u6587\u4EF6","widget.videoSubtitleTooltip":"\u652F\u63F4 Youtube \u7B49 {count}+ \u5F71\u7247\u7DB2\u7AD9","widget.instructionTooltip":"\u67E5\u770B\u4F7F\u7528\u8AAA\u660E",alwaysTranslateSomeLanguage:"\u7E3D\u662F\u7FFB\u8B6F{language}\u9801\u9762",alwaysTranslateThisSite:"\u7E3D\u662F\u7FFB\u8B6F\u8A72\u7DB2\u7AD9",neverTranslateThisSite:"\u6C38\u4E0D\u7FFB\u8B6F\u8A72\u7DB2\u7AD9",loggedIn:"\u5DF2\u767B\u5165",touchShortcutsToggleTranslatePage:"\u8A2D\u7F6E\u89F8\u5C4F\u624B\u52E2\u4F86\u7FFB\u8B6F\u7DB2\u9801/\u986F\u793A\u539F\u6587","desc.touchShortcutsToggleTranslatePage":"\u8A2D\u7F6E\u5F8C\uFF0C\u5728\u79FB\u52D5\u8A2D\u5099\u6642\uFF0C\u53EF\u4EE5\u540C\u6642\u7528 X \u500B\u624B\u6307\u89F8\u6478\u5C4F\u5E55\u3001\u5DE6\u53F3\u6ED1\u52D5\u6216\u9023\u7E8C\u9EDE\u64CA\uFF0C\u89F8\u767C\u7FFB\u8B6F\u7DB2\u9801/\u986F\u793A\u539F\u6587",touchShortcutsToggleTranslationMask:"\u8A2D\u7F6E\u89F8\u5C4F\u624B\u52E2\u986F\u793A\u7FFB\u8B6F\u906E\u7F69/\u986F\u793A\u539F\u6587","desc.touchShortcutsToggleTranslationMask":"\u7FFB\u8B6F\u906E\u7F69\u662F\u6307\u8B6F\u6587\u6A23\u5F0F\u88E1\u7684\u6A21\u7CCA\u6548\u679C\uFF08\u5B78\u7FD2\u6A21\u5F0F\uFF09\uFF0C\u958B\u555F\u5F8C\u81E8\u6642\u5C0D\u8B6F\u6587\u4F7F\u7528\u6A21\u7CCA\u6548\u679C\uFF0C\u65B9\u4FBF\u5B78\u7FD2",touchShortcutsToggleTranslatePageOnlyTranslation:"\u8A2D\u7F6E\u89F8\u5C4F\u624B\u52E2\u5207\u63DB\u96D9\u8A9E/\u50C5\u8B6F\u6587\u6A21\u5F0F","desc.touchShortcutsToggleTranslatePageOnlyTranslation":"\u53EA\u986F\u793A\u8B6F\u6587\u662F\u6307\u50C5\u986F\u793A\u8B6F\u6587\uFF0C\u5982\u679C\u7DB2\u9801\u9084\u6C92\u6709\u7FFB\u8B6F\u7684\u8A71\uFF0C\u5C07\u6703\u5207\u63DB\u6A21\u5F0F\u4E26\u7FFB\u8B6F\u3002",touchShortcutsToggleTranslateTouchElement:"\u8A2D\u7F6E\u89F8\u5C4F\u624B\u52E2\u7FFB\u8B6F\u6307\u5B9A\u6BB5\u843D","desc.touchShortcutsToggleTranslateTouchElement":"\u81EA\u5B9A\u7FA9\u4E00\u500B\u624B\u52E2\uFF0C\u5373\u53EF\u7FFB\u8B6F\u60A8\u6240\u5728\u7684\u4EFB\u4F55\u6BB5\u843D",touchShortcutsOff:"\u95DC\u9589","fingers.2":"\u96D9\u6307\u89F8\u6478","fingers.3":"\u4E09\u6307\u89F8\u6478","fingers.4":"\u56DB\u6307\u89F8\u6478","fingers.5":"\u4E94\u6307\u89F8\u6478","multipleClick.2":"\u96D9\u64CA","multipleClick.3":"\u4E09\u9023\u64CA","multipleClick.4":"\u56DB\u9023\u64CA","slide.left":"\u5411\u53F3\u6ED1\u52D5","slide.right":"\u5411\u5DE6\u6ED1\u52D5",contact:"\u806F\u7D61\u6211\u5011","contact.description":"\u5982\u679C\u60A8\u6709\u4EFB\u4F55\u554F\u984C\u6216\u5EFA\u8B70\uFF0C\u6B61\u8FCE\u586B\u5BEB\u4E0B\u65B9\u8868\u55AE\u806F\u7D61\u6211\u5011\uFF0C\u6216\u8005\u767C\u9001\u90F5\u4EF6\u81F3 {email}\uFF0C\u6211\u5011\u6703\u76E1\u5FEB\u56DE\u8986\u60A8\u3002","font.none":"\u7121","font.Microsoft YaHei":"\u5FAE\u8EDF\u96C5\u9ED1","font.SimSun":"\u5B8B\u9AD4","font.NSimSun":"\u65B0\u5B8B\u9AD4","font.Microsoft JhengHei":"\u5FAE\u8EDF\u6B63\u9ED1\u9AD4","font.KaiTi":"\u6977\u9AD4","font.FangSong":"\u4EFF\u5B8B","font.PingFang SC":"\u860B\u65B9","font.STHeiti":"\u83EF\u6587\u9ED1\u9AD4","font.STKaiti":"\u83EF\u6587\u6977\u9AD4","font.STSong":"\u83EF\u6587\u5B8B\u9AD4","font.STFangsong":"\u83EF\u6587\u4EFF\u5B8B","font.STZhongsong":"\u83EF\u6587\u4E2D\u5B8B","font.STHupo":"\u83EF\u6587\u7425\u73C0","font.STXinwei":"\u83EF\u6587\u65B0\u9B4F","font.STLiti":"\u83EF\u6587\u96B8\u66F8","font.STXingkai":"\u83EF\u6587\u884C\u6977","font.Hiragino Sans GB":"\u51AC\u9752\u9ED1\u9AD4","font.Lantinghei SC":"\u862D\u4EAD\u9ED1","font.Hanzipen SC":"\u6F22\u5100\u7FE9\u7FE9\u9AD4","font.Hannotate SC":"\u6F22\u5100\u6CE8\u9ED1","font.Songti SC":"\u5B8B\u9AD4","font.Wawati SC":"\u5A03\u5A03\u9AD4","font.Weibei SC":"\u9B4F\u7891","font.Xingkai SC":"\u884C\u6977","font.Yapi SC":"\u96C5\u75DE","font.Yuanti SC":"\u5713\u9AD4","browser.toggleVideoSubtitlePreTranslation":"\u5207\u63DB\u96D9\u8A9E\u5B57\u5E55\u512A\u5148\u4F7F\u7528\u6C89\u6D78\u5F0F\u7FFB\u8B6F\u8A2D\u7F6E","desc.toggleVideoSubtitlePreTranslation":"\u6309\u4E0B\u5F8C\uFF0C\u8996\u983B\u96D9\u8A9E\u5B57\u5E55\u6703\u512A\u5148\u4F7F\u7528\u6C89\u6D78\u5F0F\u7FFB\u8B6F\u7684\u8A2D\u7F6E\uFF0C\u518D\u6B21\u6309\u4E0B\u6703\u512A\u5148\u4F7F\u7528\u539F\u8996\u983B\u81EA\u5E36\u7684\u6A5F\u7FFB\u5B57\u5E55\uFF0C\u6CE8\u610F\uFF1A\u8A72\u5FEB\u6377\u65B9\u5F0F\u4FEE\u6539\u7684\u662F\u5168\u5C40\u8A2D\u7F6E",videoSubtitlePreTranslationOn:"\u8996\u983B\u5B57\u5E55\u5C07\u512A\u5148\u4F7F\u7528\u6C89\u6D78\u5F0F\u7FFB\u8B6F",videoSubtitlePreTranslationOff:"\u8996\u983B\u5B57\u5E55\u5C07\u512A\u5148\u4F7F\u7528\u539F\u8996\u983B\u81EA\u5E36\u7684\u6A5F\u7FFB\u5B57\u5E55",translationFont:"\u8A2D\u7F6E\u5B57\u9AD4","translationFont.custom":"\u8F38\u5165\u81EA\u5B9A\u7FA9\u5B57\u9AD4","translationFont.customPlaceholder":"\u5B57\u9AD4","translationFont.notSupportErrorMessage":"\u8ACB\u6AA2\u67E5\u60A8\u8F38\u5165\u7684\u5B57\u9AD4\u540D\u7A31\u662F\u5426\u6B63\u78BA\uFF0C\u6216\u78BA\u8A8D\u8A72\u5B57\u9AD4\u5DF2\u5728\u60A8\u7684\u8A2D\u5099\u4E0A\u5B89\u88DD\u3002","touch.mouse-translate":"\u7FFB\u8B6F\u6307\u5B9A\u6BB5\u843D","error.serveConfigError":"\u670D\u52D9\u914D\u7F6E\u932F\u8AA4","error.reloadPageOfSetting":"\u914D\u7F6E\u5F8C\uFF0C\u8ACB\u5237\u65B0\u9801\u9762\u518D\u6B21\u7FFB\u8B6F\u3002","error.googleLimitIp":"\u670D\u52D9\u8FD4\u56DE\u932F\u8AA4\uFF0C\u8C37\u6B4C\u670D\u52D9\u5DF2\u5C0D\u8A72IP\u5730\u5740\u9032\u884C\u9650\u6D41\uFF0C\u5EFA\u8B70\u60A8\u66F4\u63DB\u7DB2\u7D61\u7BC0\u9EDE\u3002","error.openAIFreeLimit":"\u670D\u52D9\u8FD4\u56DE\u932F\u8AA4\uFF0C\u7576\u524D\u7684\u7FFB\u8B6F\u8ACB\u6C42\u983B\u7387\u5DF2\u9054\u5230\u6BCF\u5206\u9418\u6700\u591A 3 \u6B21\u7684\u4E0A\u9650\uFF0C\u8ACB\u7A0D\u5F8C\u518D\u8A66\u3002\uFF08\u9019\u662F OpenAI \u5B98\u65B9\u5C0D\u514D\u8CBB API Key \u7684\u9650\u5236\uFF0C\u82E5\u8981\u89E3\u9664\u6B64\u9650\u5236\uFF0C\u8ACB\u5728 OpenAI \u5F8C\u53F0\u7D81\u5B9A\u4FE1\u7528\u5361\u3002\uFF09","error.openAIExceededQuota":"\u670D\u52D9\u8FD4\u56DE\u932F\u8AA4\uFF1A\u4F60\u7576\u524D\u7684 OpenAI \u8CEC\u6236\u9918\u984D\u4E0D\u8DB3\uFF0C\u8ACB\u5728 OpenAI \u5B98\u65B9\u5F8C\u53F0\u9032\u884C\u5145\u503C\u6216\u8005\u7D81\u5B9A\u4FE1\u7528\u5361\u3002","error.429":"\u670D\u52D9\u8FD4\u56DE\u932F\u8AA4\uFF0C\u8AAA\u660E\u8ACB\u6C42\u904E\u65BC\u983B\u7E41\u6216\u8D85\u51FA\u984D\u5EA6\u9650\u5236\uFF0C\u8ACB\u7A0D\u5F8C\u518D\u8A66\u3002","error.403":"\u670D\u52D9\u8FD4\u56DE\u932F\u8AA4\uFF0C \u66AB\u6642\u6C92\u6709\u6B0A\u9650\u8A2A\u554F\u8A72\u670D\u52D9\u3002","error.400":"\u670D\u52D9\u8FD4\u56DE\u932F\u8AA4\uFF0C \u8ACB\u6C42\u53C3\u6578\u932F\u8AA4\uFF0C\u8ACB\u6AA2\u67E5\u76F8\u61C9\u914D\u7F6E\u3002","error.502":"\u670D\u52D9\u8FD4\u56DE\u932F\u8AA4\uFF0C \u670D\u52D9\u8D85\u6642\uFF0C\u8ACB\u7A0D\u5F8C\u518D\u8A66\u3002","error.proTokenInvalid":"\u82E5\u60A8\u662FPro\u7528\u6236\uFF0C\u8ACB\u767B\u9678\u5F8C\u518D\u4F7F\u7528Pro\u7FFB\u8B6F\u670D\u52D9","error.proUpgrade":"\u5347\u7D1A\u5F8C\uFF0C\u8ACB\u5237\u65B0\u9801\u9762\u518D\u6B21\u7FFB\u8B6F\u3002","error.configError":"\u914D\u7F6E\u6578\u64DA\u7570\u5E38","error.goReset":"\u524D\u5F80\u91CD\u7F6E",batchEdit:"\u6279\u6B21\u64CD\u4F5C","translationServices.inherit":"\u8DDF\u96A8\u4E3B\u7FFB\u8B6F\u670D\u52D9","translationModeLang.translation.title":"\u50C5\u8B6F\u6587\u6A21\u5F0F\u7684\u8A9E\u8A00","translationModeLang.translation.description":"\u7576\u9801\u9762\u8A9E\u8A00\u70BA\u4E0B\u5217\u8A9E\u8A00\u6642\uFF0C\u6703\u81EA\u52D5\u4F7F\u7528\u50C5\u8B6F\u6587\u6A21\u5F0F","translationModeUrl.translation.title":"\u50C5\u8B6F\u6587\u6A21\u5F0F\u7684\u7DB2\u5740","translationModeUrl.translation.description":"\u7576\u7DB2\u7AD9\u70BA\u4E0B\u5217\u57DF\u540D\u6642\uFF0C\u6703\u81EA\u52D5\u4F7F\u7528\u50C5\u8B6F\u6587\u6A21\u5F0F",download_started:"\u4E0B\u8F09\u5DF2\u7D93\u958B\u59CB\uFF0C\u5982\u679C\u6C92\u6709\u81EA\u52D5\u4E0B\u8F09\uFF0C\u8ACB\u624B\u52D5\u9EDE\u64CA",here:"\u9019\u88E1","error.serveUnavailable":"\u60A8\u76EE\u524D\u6240\u4F7F\u7528\u7684 [{serverName}] \u670D\u52D9\u56E0\u7DB2\u8DEF\u9023\u7DDA\u6216\u670D\u52D9\u63D0\u4F9B\u5546\u7684\u554F\u984C\u66AB\u6642\u7121\u6CD5\u8A2A\u554F\u3002\u5EFA\u8B70\u60A8\u5617\u8A66\u5237\u65B0\u9801\u9762\u6216\u900F\u904E<1>\u8A2D\u5B9A\u66F4\u63DB\u5176\u4ED6\u7FFB\u8B6F\u670D\u52D9\u3002\u82E5\u60A8\u662F<2>Pro\u6703\u54E1\uFF0C\u53EF\u4EE5\u9078\u64C7\u4F7F\u7528\u66F4\u70BA\u7A69\u5B9A\u7684 DeepL \u6216 OpenAI \u7FFB\u8B6F\u670D\u52D9\uFF08<3>\u9EDE\u6B64\u514D\u8CBB\u9AD4\u9A57\uFF09\u3002 \u53E6\u5916\uFF0C\u60A8\u4E5F\u53EF\u80FD\u9700\u8981\u6AA2\u67E5\u60A8\u7684\u7DB2\u8DEF\u6216\u4EE3\u7406\u8A2D\u5B9A\u3002",detectServiceLoading:"\u6B63\u5728\u6AA2\u6E2C\u53EF\u7528\u7684\u7FFB\u8B6F\u670D\u52D9...",toggleToService:"\u5207\u63DB\u5230{service}\u4E26\u91CD\u8A66","error.gemini.429":"\u7576\u524D Gemini \u670D\u52D9\u7576\u524D\u627F\u8F09\u80FD\u529B\u5DF2\u9054\u4E0A\u9650\uFF0C\u8ACB\u60A8\u7A0D\u5F8C\u518D\u8A66\uFF0C\u6216\u8005\u5207\u63DB\u5230\u5176\u4ED6\u7FFB\u8B6F\u670D\u52D9",enableSentryReport:"\u7576\u64F4\u5C55\u767C\u751F\u932F\u8AA4\u6642\uFF0C\u4F7F\u7528 Sentry \u63D0\u4EA4\u53CD\u994B","translationServices.gemini":"\u96D9\u5B50\u5EA7","error.subscriptionExpiredTitle":"\u6703\u54E1\u5DF2\u904E\u671F","error.subscriptionExpired":"\u60A8\u7684\u6703\u54E1\u53EF\u80FD\u5DF2\u904E\u671F\uFF0C\u8ACB\u6AA2\u67E5\u60A8\u7684\u6703\u54E1\u72C0\u614B",geminiWarning:"\u6CE8\u610F\uFF1AGoogle \u63D0\u4F9B\u7684 Gemini \u7684\u514D\u8CBB\u670D\u52D9\u9650\u5236\u56B4\u683C\uFF0C\u53EF\u80FD\u6703\u88AB Google \u5224\u5B9A\u70BA\u7528\u6236\u5728\u4F7F\u7528\u591A\u500B Key \u4F86\u898F\u907F\u4ED6\u5011\u7684\u514D\u8CBB\u914D\u984D\u9650\u5236\uFF0C\u4E0D\u5EFA\u8B70\u4F7F\u7528\uFF0C\u5EFA\u8B70\u7B49\u5F85 Google \u672A\u4F86\u958B\u653E Gemini \u4ED8\u8CBB\u63A5\u53E3\u5F8C\u518D\u4F7F\u7528\u3002","floatBall.setting":"\u8A2D\u7F6E","floatBall.translateToLanguage":"\u9EDE\u64CA\u7FFB\u8B6F\u70BA{language}","floatBall.file":`\u7FFB\u8B6FPDF\u3001EPUB\u3001SRT\u3001 ASS\u3001HTML\u3001TXT\u6587\u4EF6`,changeToDualTranslationMode:"\u5207\u63DB\u9810\u8A2D\u8B6F\u6587\u6A21\u5F0F\u70BA\u96D9\u8A9E\u5C0D\u7167",changeToOnlyTempTranslationMode:`\u7576\u524D\u70BA\u96D9\u8A9E\u5C0D\u7167 \u9EDE\u64CA\u5207\u63DB\u70BA\u50C5\u8B6F\u6587`,changeToOnlyTranslationMode:"\u5207\u63DB\u9810\u8A2D\u7FFB\u8B6F\u6A21\u5F0F\u70BA\u50C5\u986F\u793A\u8B6F\u6587",changeToDualTempTranslationMode:`\u7576\u524D\u70BA\u50C5\u8B6F\u6587 @@ -4994,7 +4994,7 @@ ass\u3001HTML\u3001TXT\u6A94\u6848`,"description.multiplePrompt":`\u7576\u6BB5\u {env.imt_sub_trans_field}: \u8B6F\u6587 - id: 2 {env.imt_sub_source_field}: Source - {env.imt_sub_trans_field}: \u8B6F\u6587`,"subtitle.quickButton.translationPosition":"\u8B6F\u6587\u4F4D\u7F6E","subtitle.quickButton.cyan":"\u9752\u8272","subtitle.quickButton.translationPositionTop":"\u539F\u6587\u4E0A\u65B9","subtitle.quickButton.translationPositionBottom":"\u539F\u6587\u4E0B\u65B9","subtitle.quickButton.yellow":"\u9EC3\u8272","subtitle.quickButton.black":"\u9ED1\u8272","subtitle.quickButton.white":"\u767D\u8272","subtitle.quickButton.setting":"\u8A2D\u7F6E","subtitle.quickButton.blue":"\u85CD\u8272","subtitle.quickButton.backgroundColor":"\u80CC\u666F\u984F\u8272","subtitle.quickButton.sourceFontSize":"\u539F\u59CB\u5B57\u9AD4\u5927\u5C0F","subtitle.quickButton.translationFontSize":"\u7FFB\u8B6F\u6587\u5B57\u9AD4\u5927\u5C0F","translationServices.claude":"\u514B\u52DE\u5FB7","subtitle.quickButton.sourceTextColor":"\u539F\u59CB\u5B57\u9AD4\u984F\u8272","subtitle.quickButton.red":"\u7D05\u8272","subtitle.quickButton.translationTextColor":"\u7FFB\u8B6F\u6587\u5B57\u9AD4\u984F\u8272","subtitle.quickButton.magenta":"\u6D0B\u7D05\u8272","subtitle.quickButton.green":"\u7DA0\u8272","subtitle.quickButton.backgroundOpacity":"\u80CC\u666F\u4E0D\u900F\u660E\u5EA6",attachSubtitleTranslating:"\u6B63\u5728\u4F7F\u7528 {service} \u7FFB\u8B6F\u4E2D...","error.claude.403":"\u66AB\u7121\u6B0A\u9650\u8A2A\u554F\u670D\u52D9\uFF0C\u53EF\u80FD\u8207 Claude \u7684\u5730\u5340\u9650\u5236\u6709\u95DC\uFF0C\u60A8\u53EF\u4EE5\u5617\u8A66\u5207\u63DB\u60A8\u7684 IP \u5730\u5740\uFF0C\u6216\u8005\u4F7F\u7528\u5176\u4ED6\u7FFB\u8B6F\u670D\u52D9\u3002","browser.brandDescriptionForSafari":"\u3010\u6C89\u6D78\u5F0F\u7FFB\u8B6F\u3011\u4E00\u6B3E\u514D\u8CBB\u7684\uFF08\u539F\u6587/\u8B6F\u6587\uFF09\u96D9\u8A9E\u5C0D\u7167\u7DB2\u9801\u7FFB\u8B6F\u63D2\u4EF6\uFF0C\u540C\u6642\u652F\u6301PDF\u7FFB\u8B6F\u548CEPUB\u96FB\u5B50\u66F8\u7FFB\u8B6F\u4E14\u4FDD\u7559\u539F\u6587\u6A94\u6392\u7248\uFF0CYoutube/Netflix\u7B49\u5728\u7DDA\u8996\u983B\u96D9\u8A9E\u5B57\u5E55\u7FFB\u8B6F\uFF0C\u652F\u6301Deepl/Google\u7B49\u4E3B\u6D41\u7FFB\u8B6F\u670D\u52D9;","browser.PdfProFile":"AI \u9A45\u52D5\u7684 PDF Pro \u7FFB\u8B6F","browser.textTranslate":"\u6587\u672C\u7FFB\u8B6F\uFF08\u5C0D\u6BD4\u591A\u500B\u7FFB\u8B6F\u670D\u52D9\uFF09"};var c2={nologin:"Not logged in",loginForSafari:"Sign In or Sign Up",login:"Log In",goLogin:"Sign In",manageAccount:"Manage Account",openPremium:"Upgrade to Pro",logout:"Logout",curentPlan:"Current Plan",endAt:"Expires",endAuto:"Auto Renew",lineBreakMaxTextCount:"Maximum characters per sentence after line break","translate-pdf":"Translate PDF","noSupportTranslate-pdf":"This script is not supported. Please use a plugin.","translate-firefox-local-pdf":"Go to upload PDF",enableLineBreak:"Enable automatic line wrapping for long paragraphs",sponsorLabel:"Sponsor developers from $1 (monthly or one-time)",help:"Help",enableLineBreakDescription:"After activating, insert line breaks at the end of each sentence in lengthy paragraphs for improved readability.","browser.shortBrandName":"Immersive Translate","browser.brandName":"Immersive Translate - Translate Website & PDF","browser.brandDescription":"Free Translate Website, Translate PDF & Epub eBook, Translate Video Subtitles in Bilingual","browser.toggleTranslatePage":"Translate webpage/Display original text","browser.toggleTranslateTheWholePage":"Translate entire page/Display original text","browser.toggleTranslateToThePageEndImmediately":"Translate instantly to the bottom of the page/Display original text","browser.toggleTranslateTheMainPage":"Translate main page /Display original text","browser.shareToDraft":"Share Bilingual Page","browser.openOptionsPage":"Open Settings Page","browser.translateLocalPdfFile":"Translate local PDF File","browser.openEbookViewer":"Read local e-books","browser.openEbookBuilder":"Create Bilingual EPUB E-books","browser.translateLocalHtmlFile":"Translate HTML/txt File","browser.donateContext":"Explore Sponsorship Benefits","browser.translateLocalSubtitleFile":"Translate Local Subtitle File",confirmResetConfig:"Are you sure you want to reset settings?",translationLineBreakSettingTitle:"Line break setting",smartLineBreak:"Smart Wrap",alwaysLineBreak:"Always Wrap",isShowContextMenu:"Add Translation to Right-Click Menu",toggleBeta:"Enable Beta Testing Features",betaDescription:"Enable experimental features and test translation services. Join the <1>Telegram group for more information.",translationLineBreakSettingDescription:"Always Wrap is suitable for layouts with less content, providing a neater appearance. (For longer paragraphs with over {count} characters, use Smart Wrap for a more space-efficient display.)",tempTranslateDomainTitle:"Temporarily Activate Website Translation Time",tempTranslateDomainDescription:"When manually translating a webpage, temporarily enable automatic translation for the site. You can set a temporary duration.",xMinutes:"{count} minutes",disabled:"Disable",changelog:"Change Log",toggleTranslatePageWhenThreeFingersOnTheScreen:"Touch screen with multiple fingers to translate webpage/display original text",toggleTranslationMaskWhenThreeFingersOnTheScreen:"Touch screen with multiple fingers to show/hide the blurry effect of the translated text",addUrlDescription:"You can specify domain names, and also use wildcard characters, such as: *.google.com, google.com/mail/*, https://www.google.com/*",general:"General",clickToExpandConfig:"Expand current configuration",import:"Import from file",export:"Export to file",toggleDebug:"Print debug logs to console","fingers.0":"Close",mouseHoldKey:"+ {key} translate/restore this paragraph",mouseHoldKeyAuto:"immediately translate this paragraph",mouseHoldKeyOff:"Do nothing",mouseHoldKeyOther:"Custom shortcut key (open settings)",mouseHoldKeyCustomKey:"{key} translate/restore this paragraph","mouse-translate":"Hover",document:"Document",resetSuccess:"Reset all settings successful",resetThisSuccess:"Reset successful",saved:"Saved successfully",successImportConfig:"Configuration imported successfully",goAdvancedSettings:"Go to Advanced Settings Page",goAdvancedInterfaceSettings:"Go to Advanced Custom Settings Page",advanced:"Advanced Settings",advancedDescription:"Generally, there's no need to adjust; keep the default settings. These options are provided for more advanced users seeking a more personalized experience.",developer:"Developer settings",donateCafe:"Pricing","translate to the bottom of the page":"After opening a webpage, do you want to translate to the bottom of the page immediately?",feedback:"Feedback",toggleTranslatePage:"Translate webpage/Show original text",translateToThePageEndImmediatelyDescription:"Once enabled, upon entering a webpage, it will immediately translate the content from the top to the bottom. If disabled, it will translate as you read. (Not recommended to enable)","translate all areas of the page":"Should all areas of the webpage be translated?",translationAreaDescription:"Once enabled, all areas of the entire webpage will be translated. If disabled, the default smart recognition will be used to translate only the main areas. (Not recommended to enable)","the number of characters to be translated first":"Translate the first few characters of the page directly, without waiting to scroll to the visible area.","interface language":"Interface language","display both the original text and the translation":"Display both the original text and the translation","keyboard shortcuts":"Keyboard shortcuts",modify:"Edit",reset:"Reset",close:"Close",homepage:"Home Page",more:"More",moreOptions:"Expand for more custom settings",translateTheWholePage:"Translate entire page",changeToTranslateTheWholePage:"Translate the Whole Page",changeToTranslateTheMainPage:"Translate the Main Content",changeToOnlyTranslationMode:"Show Translation only",changeToDualTranslationMode:"Show Bilingual Translation",translateToThePageEndImmediately:"Immediately translate to the bottom ",translateTheMainPage:"smart translate the main areas","The local rules are up to date":"Local rules are up to date:","Successfully synchronized with the latest official rules:":"Successfully synced latest official rules:","Checking for updates":"Checking for update","Rules are being synchronized":"Syncing official rules",localVersionIsTooOld:"The local extension version is too old, please upgrade the extension to {minVersion} or a newer version and try to sync again.",badUserscriptBrowser:"The current browser does not correctly support the interface of the Tampermonkey extension (such as obtaining version information of Tampermonkey scripts). Please use another <1>browser that supports Tampermonkey extensions, such as Firefox.",foundNewVersion:"New version available",theLocalExtensionIsUpToUpdate:"The current extension version is up to date.",failToSyncRules:"Failed to sync latest adaptive rules",retry:"Retry",failedReason:"Failure reason",currentRuleVersion:"Current Rule Version",calculating:"Calculating",unknownError:"Unknown Error",canNotFetchRemoteRule:"Unable to fetch remote rule",enableAlphaSuccess:"Alpha feature enabled successfully",disableAlphaSuccess:"Alpha feature has been disabled",cacheSize:"Cache size:",cleaning:"Cleaning",cleanCache:"Clear cache",options:"Options",about:"About",service:"Translation Service",needAction:"(go to settings)",goSettings:"go to settings",needActionForOptions:"(requires setting)",translationEngine:"Engine Options",sourceLanguage:"Original language",target:"Target Language",popupSourceLanguage:"Source",popupTarget:"Target",popupService:"Service",forThisSite:"Site",autoEnableSubtitle:"Auto-enable bilingual captions",alwaysTranslate:"Always translate",neverTranslate:"Never translate",neverTranslateSomeLanguage:"Never translate {language}",alwaysTranslateSomeSite:"Always translate {hostname}",neverTranslateSomeSite:"Never translate {hostname}",alwaysTranslateSomeSiteOrWildSite:"Always translate this site",alwaysTranslateSomePage:"Always translate this page",add:"Add",default:"Default",forThisLanguage:"For This Language:","add url":"Add URL",edit:"Edit",pickAll:"Select All","translate other languages into specific language":"Translate other languages into the language you set","select translation service":"Select a translation service",language:"Language","show-original":"Show Original",translate:"Translate",Translated:"Translated",Translating:"Translating",Error:"Error",allowCacheTranslations:"Enable local translation caching (reduce translation requests for repeated paragraphs)","translation display":"Translation display style","select diplay style":"See below for examples of different translation styles",interface:"Interface Settings",import_export:"Import/Export",import_export_title:"Import/Export Configuration",syncToGoogleDrive:"Sync Now with Google Drive",floatBallOptions:"Floating Button","floatBallOptions.enable":"Enable Floating Ball","floatBallOptions.blockUrls":"Blocked Websites","floatBallOptions.add":"Add","floatBallOptions.blockUrlDesc":"Don\u2019t show the floating ball on these websites","floatBallOptions.clickType":"Click Behavior","floatBallOptions.clickTypeDesc":"What happens when you click the floating ball icon","floatBallOptions.clickPopup":"Display Translation Panel","floatBallOptions.clickTranslate":"Translate/Show Original Text","floatBallOptions.fixedPosition":"Fixed Position","floatBallOptions.fixedPositionDesc":"Whether the float ball is on the left or right of the window","floatBallOptions.fixedPositionLeft":"Left","floatBallOptions.fixedPositionRight":"Right",previewAllThemes:"Preview all themes","translationTheme.none":"None","translationTheme.grey":"Black Gray","translationTheme.dashed":"Dotted lines","translationTheme.dotted":"Dotted lines","translationTheme.dashedBorder":"Dotted Border","translationTheme.solidBorder":"Solid Border","translationTheme.underline":"Straight line","translationTheme.mask":"Blur effect (learning mode)","translationTheme.opacity":"Transparency effect","translationTheme.paper":"White paper shadow effect","translationTheme.dividingLine":"Dividing line","translationTheme.highlight":"Highlight","translationTheme.marker":"Marker","translationTheme.marker2":"Maker2","translationTheme.blockquote":"quote style","translationTheme.weakening":"Weaken","translationTheme.italic":"Italic","translationTheme.bold":"Bold","translationTheme.thinDashed":"Thin dotted lines","translationTheme.nativeDashed":"System built-in dotted lines","translationTheme.nativeDotted":"System built-in dotted lines","translationTheme.nativeUnderline":"System built-in straight lines","translationTheme.wavy":"wavy lines","translationServices.custom":"Custom API","translationServices.tencent":"Tencent Translator","translationServices.tenAlpha":"Tencent Translator (Alpha)","translationServices.google":"Google Translate","translationServices.bai":"Baidu (Alpha)","translationServices.baidu":"Baidu translation","translationServices.aliyun":"Aliyun Translator","translationServices.volc":"Volcano Translation","translationServices.deeplx":"DeepLX (Alpha)","translationServices.bing":"Microsoft Translator","translationServices.deepl":"DeepL","translationServices.wechat":"Wechat translation","translationServices.azure":"Azure Translator","translationServices.ibm":"IBM Watson","translationServices.aws":"Amazon Translate","translationServices.mock":"Mock translation","translationServices.mock2":"Mock Translation2","translationServices.caiyun":"Caiyun Translation","translationServices.cai":"Caiyun Translation (Alpha)","translationServices.volcAlpha":"Volcano Translation (Alpha)","translationServices.openl":"OpenL","translationServices.youdao":"Youdao Translation","translationServices.you":"Youdao Translation (Alpha)","translationServices.transmart":"Tencent Smart Translation","translationServices.niu":"Niu Translation","translationServices.papago":"Papago Translation","translationServices.d":"DeeplX (Alpha)","translationServices.dpro":"D Pro (Canary)","translationServices.openai":"OpenAI","translationServices.yandex":"Yandex","translationServices.gemini":"Gemini","translationServices.chatgpt":"ChatGPT Web(3.5 mobile)","translate title":"Translate page title","always languages":"Always translate the following languages",neverTranslateLanguagesLabel:"Never Translated Languages",neverTranslateTheFollowingLanguagesDescription:"When a paragraph on a page is in one of the following languages, the translation will be skipped",enableUserscriptPagePopup:"Always show Popup windows on the page",enableUserscriptPagePopupDescription:"After closing the floating ball, you can use the shortcut key /{touch} to summon it. To prevent accidentally losing the floating ball after turning off this option, it is strongly recommended to bookmark this settings page.","always translate the following languages":"The following languages will always be translated","always sites":"Always translate the following sites","always translate the following sites":"The following sites will always be translated","never sites":"Never translate the following sites","never translate the following sites":"The following sites will never be translated","please refer to":"It can only be used after filling in the key. For details, please refer to",KeyAndConfigurationTutorial:"Key Application and Configuration Tutorial",useAboveStyleForTheseSites:"Sites that always use the {theme} translation style",currentUrl:"Current URL",confirm:"Save",cancel:"Cancel",delete:"Delete",syncToCloud:"Sync to cloud",syncToCloudDescription:"Upload the configuration to the cloud server, and you can synchronize the configuration between different browsers or Tampermonkey scripts, based on the last modification time.",syncToAccount:"Sync to account",syncToAccountButton:"Sync to account now",syncToAccountDescription:"Uploaded to the logged-in account, the configuration can be synchronized between different devices, and the last modification time shall prevail.",successSyncConfigInAccount:"Successfully synced with account",successSyncConfigToAccount:"Successfully synchronized to account",syncConfigNoUpdate:"Already up to date",authFail:"Authorization Failed",syncTitle:"Manual Backup Management",import_hint:"Import",upload:"Upload",revokeAuth:"Revoke Authorization",uploadFail:"Upload Failed",download:"Download",importSuccess:"Upload Success",importFail:"Import Failed",deleteFail:"Delete Failed",backupToCloud:"Manage backup files manually",create_new_backup:"Add backup node",maxBackupFiles:"Up to{count}different nodes can be backed up. Please delete unneeded nodes",backupToCloudDescription:"Upload or restore backup files manually, up to 3 different backups",successSyncConfig:"Successfully synced with cloud",syncFail:"Synchronization failed",updatedAt:"Updated at {date}",lastSyncedAt:"Last checked at {date}",downloadFail:"Download failed",clickToDownload:"Click to download",aboutLabel:"About - Feedback ","browser.openAboutPage":"About / Feedback/Sponsor",aboutLabelWithoutSponsor:"About - Feedback",aboutIntro:"We hope that all users will easily and pleasantly access to the enormous amount of foreign language information available on the Internet \u2764\uFE0F. You can choose to subscribe to <6>Pro membership to use the out-of-the-box DeepL and OpenAI translation.

Follow us on<3>Twitter, <4>Telegram Channel, WeChat public account, WeChat community group, or subscribe to updates via <5>email below.
<7>Pro members can contact us through the quick customer service email <8>support@immersivetranslate.com.",aboutIntroWithoutSponsor:"The extension is completely free. We hope that everyone can easily and joyfully access the vast foreign language information on the Internet \u2764\uFE0F.

Follow us on <3>Twitter, <4>Telegram channel, WeChat public account, WeChat community group, or subscribe to updates via <5>email below.",projectHomepage:"Project Homepage",joinTelegramGroup:"Join our communities for feature discussion",wechatPublicAccount:"Wechat Official Account",wechatCommunities:"Wechat Group",qqCommunities:"QQ Channel",joinTelegramChannel:"Subscribe to our Telegram channel to get the latest updates",feedbackAndJoin:"Feedback",autoSync:"Auto-Time Sync",loadingThemeTitle:"Loading Style",loadingThemeDescription:"Set the style of waiting for the translation to load","loadingTheme.spinner":"Spinning icon","loadingTheme.text":"Static Text... ","loadingTheme.none":"Disabled",developerDescription:"You can click <1>here to see the documentation related to advanced customization","edit border color":"Edit border color",successSyncButNoChange:"The current configuration is consistent with that in the cloud server",customTheme:"Customize colors and sizes","customThemeLabel.borderColor":"Border color","customThemeLabel.borderRadius":"Border Round Corner","customThemeLabel.textColor":"Text color","customThemeLabel.backgroundColor":"Background color","customThemeLabel.zoom":"Font scale (%)","customThemeLabel.opacity":"Text opacity (%)",resetToDefaultColor:"Reset to default colors",resetToDefaultSettings:"Reset to default settings",isTranslateTitle:"Enable translate page title",isTranslateTitleDescription:"When enabled, the webpage title will be translated",enableSearchEnhancement:"Enable Search Enhancement",enableSearchEnhancementDescription:"After activation, the right sidebar will automatically display 'Google News' search results for the corresponding English keywords on supported websites (Google News, Google Search (for certain keywords), Xueqiu, East Money, Futu, Tiger Community).",verifyService:"Verify service",verified:"Successful","field.langs":"Supported Language Code","field.model":"Model","field.translationEngine":"Translation engine","field.limitPerMinute":"Max requests per minute","field.limitPerSecond":"Max requests per second","field.maxTextLengthPerRequest":"Maximum text length per request","field.maxTextGroupLengthPerRequest":"Maximum number of paragraphs per request","field.apiUrl":"Custom API interface address","field.placeholderDelimiters":"Reserved placeholders","description.custom":"Custom interface access requires reference documents","description.limitPerMinute":"When the number of requests exceeds this limit, it will be temporarily suspended until the beginning of the next minute. Due to various limitations of OpenAI's current services, please click <1>here to view the latest suggested values","description.limitPerSecond":"When the number of requests exceeds this limit, it will be temporarily suspended until the beginning of the next second. Due to various limitations of OpenAI's current services, please click <1>here to view the latest suggested values","description.generalLimitPerSecond":"When the number of requests exceeds the limit, it will enter a queue state until the beginning of the next second.","description.prompt":"The dialogue sent to {service} as a user, where {{text}} represents the text content of the paragraph, {{from}} represents the language of the paragraph, and {{to}} represents the target language.","description.maxTextLengthPerRequest":"By default multiple paragraphs will be merged to reduce the number of requests, but if the total length of the paragraphs is too long, it may also cause the interface to respond slowly, so you can try to adjust this option to optimize speed","description.systemPrompt":"Send the conversation to OpenAI as a system, where {{text}} represents the text content of the paragraph, {{from}} represents the original language of the paragraph, and {{to}} represents the target language.","field.domain":"Domain","description.domain":"The default is: general. It can only be set when domain translation is activated in the Youdao API console, and the supported domains can be seen <1>Here ","field.scene":"Scenarios","description.scene":"The default is: general. It can be set only if the Alibaba Cloud API console has the Machine Translation Professional Edition enabled. Supported scenes can be found <1>here.","field.vocabId":"User dictionary ID","description.vocabId":"Specified dictionary out_id, currently supported in English translation","description.model":"OpenAI's models, such as gpt-3.5-turbo, gpt-4, etc","description.maxTextGroupLengthPerRequest":"The number of paragraphs sent to translation service each time. Sending too many paragraphs to OpenAI at once can slow down the interface.","description.apiUrl":"Please add a specific URL with a path, <1>more instructions",enabledExtension:"Enable extensions",clickToDisableExtension:"Click to disable extension",clickToEnableExtension:"Click to enable the extension",hasBeenDisabled:"Disabled","show password":"Show password",customContent:"Enter the name of the custom model",inputOptions:"Enhanced input box",mouseHoverOptions:"Mouse Hover",modifyMouseHoverKey:"Modify mouse hover shortcuts",enableInputTranslation:"enhanced input box?",enableInputTranslationDescription:"When enabled, enter {startingKey}{startingKey} direct in the input box and hit{inputTrailingTriggerKeyRepeatTimes}times{trailingKey}, translated into {inputTargetLanguage}",enableInputTranslationDescriptionForNoneKey:'When enabled, simply enter "Hello World" in the input box, then quickly press {inputTrailingTriggerKeyRepeatTimes} times on {trailingKey}, and it will be translated into the default target language.',inputTargetLanguage:"Set the default target language for the input box",inputTargetLanguageDescription:"The default target language for the translation input box, which is {startingKey}{startingKey} as the default language for triggering words.",inputTargetLanguageDescriptionForNoneKey:"Default target language for translation input box",inputStartingTriggerKeyTitle:"Set the delimiter character for partial translation of the input box",inputStartingTriggerKeyDescription:"When you don\u2019t need to translate the entire input box, the delimiter allows you to only translate the part from {startingKey}{startingKey} to the end of the input box. You can also specify a language code, for example: {startingKey}ja means to only translate the part from {startingKey}ja to the end of the input box",inputStartingTriggerKeyDescriptionForNoneKey:"The current setting does not require a prefix, so the partial text translation function of the input box cannot be used temporarily",inputTrailingTriggerKeyTitle:"Select a trigger character to indicate the end of input.",inputTrailingTriggerKeyDescription:"Quickly hitting {trailingKey} 3 times will start the translation",inputTrailingTriggerKeyTimeout:"Enter the interval time to end the trailing trigger",inputTrailingTriggerKeyTimeoutDescription:"Set the interval time for the end of input combo trigger (milliseconds)",spaceKey:"",noneKey:"No prefix needed, translate the entire text box directly",inputTranslationBlockUrlsTitle:"Do not enable input box enhancement on the following URLs",inputTranslationBlockUrlsDescription:"The input box enhancement will not work in the following URL",inputHelperInfo:`Note: We have optimized the system to address an issue where certain characters in Chinese input methods were being converted into Chinese punctuation marks. For instance, when using Sogou Input Method, "/" would be changed to "\u3001". We now recognizes all corresponding Chinese symbols as triggering characters, including "//" and "\u3001\u3001". + {env.imt_sub_trans_field}: \u8B6F\u6587`,"subtitle.quickButton.translationPosition":"\u8B6F\u6587\u4F4D\u7F6E","subtitle.quickButton.cyan":"\u9752\u8272","subtitle.quickButton.translationPositionTop":"\u539F\u6587\u4E0A\u65B9","subtitle.quickButton.translationPositionBottom":"\u539F\u6587\u4E0B\u65B9","subtitle.quickButton.yellow":"\u9EC3\u8272","subtitle.quickButton.black":"\u9ED1\u8272","subtitle.quickButton.white":"\u767D\u8272","subtitle.quickButton.setting":"\u8A2D\u7F6E","subtitle.quickButton.blue":"\u85CD\u8272","subtitle.quickButton.backgroundColor":"\u80CC\u666F\u984F\u8272","subtitle.quickButton.sourceFontSize":"\u539F\u59CB\u5B57\u9AD4\u5927\u5C0F","subtitle.quickButton.translationFontSize":"\u7FFB\u8B6F\u6587\u5B57\u9AD4\u5927\u5C0F","translationServices.claude":"\u514B\u52DE\u5FB7","subtitle.quickButton.sourceTextColor":"\u539F\u59CB\u5B57\u9AD4\u984F\u8272","subtitle.quickButton.red":"\u7D05\u8272","subtitle.quickButton.translationTextColor":"\u7FFB\u8B6F\u6587\u5B57\u9AD4\u984F\u8272","subtitle.quickButton.magenta":"\u6D0B\u7D05\u8272","subtitle.quickButton.green":"\u7DA0\u8272","subtitle.quickButton.backgroundOpacity":"\u80CC\u666F\u4E0D\u900F\u660E\u5EA6",attachSubtitleTranslating:"\u6B63\u5728\u4F7F\u7528 {service} \u7FFB\u8B6F\u4E2D...","error.claude.403":"\u66AB\u7121\u6B0A\u9650\u8A2A\u554F\u670D\u52D9\uFF0C\u53EF\u80FD\u8207 Claude \u7684\u5730\u5340\u9650\u5236\u6709\u95DC\uFF0C\u60A8\u53EF\u4EE5\u5617\u8A66\u5207\u63DB\u60A8\u7684 IP \u5730\u5740\uFF0C\u6216\u8005\u4F7F\u7528\u5176\u4ED6\u7FFB\u8B6F\u670D\u52D9\u3002","browser.brandDescriptionForSafari":"\u3010\u6C89\u6D78\u5F0F\u7FFB\u8B6F\u3011\u4E00\u6B3E\u514D\u8CBB\u7684\uFF08\u539F\u6587/\u8B6F\u6587\uFF09\u96D9\u8A9E\u5C0D\u7167\u7DB2\u9801\u7FFB\u8B6F\u63D2\u4EF6\uFF0C\u540C\u6642\u652F\u6301PDF\u7FFB\u8B6F\u548CEPUB\u96FB\u5B50\u66F8\u7FFB\u8B6F\u4E14\u4FDD\u7559\u539F\u6587\u6A94\u6392\u7248\uFF0CYoutube/Netflix\u7B49\u5728\u7DDA\u8996\u983B\u96D9\u8A9E\u5B57\u5E55\u7FFB\u8B6F\uFF0C\u652F\u6301Deepl/Google\u7B49\u4E3B\u6D41\u7FFB\u8B6F\u670D\u52D9;","browser.PdfProFile":"AI \u9A45\u52D5\u7684 PDF Pro \u7FFB\u8B6F","browser.textTranslate":"\u6587\u672C\u7FFB\u8B6F\uFF08\u5C0D\u6BD4\u591A\u500B\u7FFB\u8B6F\u670D\u52D9\uFF09"};var c2={nologin:"Not logged in",loginForSafari:"Sign In or Sign Up",login:"Log In",goLogin:"Sign In",manageAccount:"Manage Account",openPremium:"Upgrade to Pro",logout:"Logout",curentPlan:"Current Plan",endAt:"Expires",endAuto:"Auto Renew",lineBreakMaxTextCount:"Maximum characters per sentence after line break","translate-pdf":"Translate PDF","noSupportTranslate-pdf":"This script is not supported. Please use a plugin.","translate-firefox-local-pdf":"Go to upload PDF",enableLineBreak:"Enable automatic line wrapping for long paragraphs",sponsorLabel:"Sponsor developers from $1 (monthly or one-time)",help:"Help",enableLineBreakDescription:"After activating, insert line breaks at the end of each sentence in lengthy paragraphs for improved readability.","browser.shortBrandName":"Immersive Translate","browser.brandName":"Immersive Translate - Translate Website & PDF","browser.brandDescription":"Free Translate Website, Translate PDF & Epub eBook, Translate Video Subtitles in Bilingual","browser.toggleTranslatePage":"Translate webpage/Display original text","browser.toggleTranslateTheWholePage":"Translate entire page/Display original text","browser.toggleTranslateToThePageEndImmediately":"Translate instantly to the bottom of the page/Display original text","browser.toggleTranslateTheMainPage":"Translate main page /Display original text","browser.shareToDraft":"Share Bilingual Page","browser.openOptionsPage":"Open Settings Page","browser.translateLocalPdfFile":"Translate local PDF File","browser.openEbookViewer":"Read local e-books","browser.openEbookBuilder":"Create Bilingual EPUB E-books","browser.translateLocalHtmlFile":"Translate HTML/txt File","browser.donateContext":"Explore Sponsorship Benefits","browser.translateLocalSubtitleFile":"Translate Local Subtitle File",confirmResetConfig:"Are you sure you want to reset settings?",translationLineBreakSettingTitle:"Line break setting",smartLineBreak:"Smart Wrap",alwaysLineBreak:"Always Wrap",isShowContextMenu:"Add Translation to Right-Click Menu",toggleBeta:"Enable Beta Testing Features",betaDescription:"Enable experimental features and test translation services. Join the <1>Telegram group for more information.",translationLineBreakSettingDescription:"Always Wrap is suitable for layouts with less content, providing a neater appearance. (For longer paragraphs with over {count} characters, use Smart Wrap for a more space-efficient display.)",tempTranslateDomainTitle:"Temporarily Activate Website Translation Time",tempTranslateDomainDescription:"When manually translating a webpage, temporarily enable automatic translation for the site. You can set a temporary duration.",xMinutes:"{count} minutes",disabled:"Disable",changelog:"Change Log",toggleTranslatePageWhenThreeFingersOnTheScreen:"Touch screen with multiple fingers to translate webpage/display original text",toggleTranslationMaskWhenThreeFingersOnTheScreen:"Touch screen with multiple fingers to show/hide the blurry effect of the translated text",addUrlDescription:"You can specify domain names, and also use wildcard characters, such as: *.google.com, google.com/mail/*, https://www.google.com/*",general:"General",clickToExpandConfig:"Expand current configuration",import:"Import from file",export:"Export to file",toggleDebug:"Print debug logs to console","fingers.0":"Close",mouseHoldKey:"+ {key} translate/restore this paragraph",mouseHoldKeyAuto:"immediately translate this paragraph",mouseHoldKeyOff:"Do nothing",mouseHoldKeyOther:"Custom shortcut key (open settings)",mouseHoldKeyCustomKey:"{key} translate/restore this paragraph","mouse-translate":"Hover",document:"Document",resetSuccess:"Reset all settings successful",resetThisSuccess:"Reset successful",saved:"Saved successfully",successImportConfig:"Configuration imported successfully",goAdvancedSettings:"Go to Advanced Settings Page",goAdvancedInterfaceSettings:"Go to Advanced Custom Settings Page",advanced:"Advanced Settings",advancedDescription:"Generally, there's no need to adjust; keep the default settings. These options are provided for more advanced users seeking a more personalized experience.",developer:"Developer settings",donateCafe:"Pricing","translate to the bottom of the page":"After opening a webpage, do you want to translate to the bottom of the page immediately?",feedback:"Feedback",toggleTranslatePage:"Translate webpage/Show original text",translateToThePageEndImmediatelyDescription:"Once enabled, upon entering a webpage, it will immediately translate the content from the top to the bottom. If disabled, it will translate as you read. (Not recommended to enable)","translate all areas of the page":"Should all areas of the webpage be translated?",translationAreaDescription:"Once enabled, all areas of the entire webpage will be translated. If disabled, the default smart recognition will be used to translate only the main areas. (Not recommended to enable)","the number of characters to be translated first":"Translate the first few characters of the page directly, without waiting to scroll to the visible area.","interface language":"Interface language","display both the original text and the translation":"Display both the original text and the translation","keyboard shortcuts":"Keyboard shortcuts",modify:"Edit",reset:"Reset",close:"Close",homepage:"Home Page",more:"More",moreOptions:"Expand for more custom settings",translateTheWholePage:"Translate entire page",changeToTranslateTheWholePage:"Translate the Whole Page",changeToTranslateTheMainPage:"Translate the Main Content",changeToOnlyTranslationMode:"Show Translation only",changeToDualTranslationMode:"Show Bilingual Translation",translateToThePageEndImmediately:"Immediately translate to the bottom ",translateTheMainPage:"smart translate the main areas","The local rules are up to date":"Local rules are up to date:","Successfully synchronized with the latest official rules:":"Successfully synced latest official rules:","Checking for updates":"Checking for update","Rules are being synchronized":"Syncing official rules",localVersionIsTooOld:"The local extension version is too old, please upgrade the extension to {minVersion} or a newer version and try to sync again.",badUserscriptBrowser:"The current browser does not correctly support the interface of the Tampermonkey extension (such as obtaining version information of Tampermonkey scripts). Please use another <1>browser that supports Tampermonkey extensions, such as Firefox.",foundNewVersion:"New version available",theLocalExtensionIsUpToUpdate:"The current extension version is up to date.",failToSyncRules:"Failed to sync latest adaptive rules",retry:"Retry",failedReason:"Failure reason",currentRuleVersion:"Current Rule Version",calculating:"Calculating",unknownError:"Unknown Error",canNotFetchRemoteRule:"Unable to fetch remote rule",enableAlphaSuccess:"Alpha feature enabled successfully",disableAlphaSuccess:"Alpha feature has been disabled",cacheSize:"Cache size:",cleaning:"Cleaning",cleanCache:"Clear cache",options:"Options",about:"About",service:"Translation Service",needAction:"(go to settings)",goSettings:"go to settings",needActionForOptions:"(requires setting)",translationEngine:"Engine Options",sourceLanguage:"Original language",target:"Target Language",popupSourceLanguage:"Source",popupTarget:"Target",popupService:"Service",forThisSite:"Site",autoEnableSubtitle:"Auto-enable bilingual captions",alwaysTranslate:"Always translate",neverTranslate:"Never translate",neverTranslateSomeLanguage:"Never translate {language}",alwaysTranslateSomeSite:"Always translate {hostname}",neverTranslateSomeSite:"Never translate {hostname}",alwaysTranslateSomeSiteOrWildSite:"Always translate this site",alwaysTranslateSomePage:"Always translate this page",add:"Add",default:"Default",forThisLanguage:"For This Language:","add url":"Add URL",edit:"Edit",pickAll:"Select All","translate other languages into specific language":"Translate other languages into the language you set","select translation service":"Select a translation service",language:"Language","show-original":"Show Original",translate:"Translate",Translated:"Translated",Translating:"Translating",Error:"Error",allowCacheTranslations:"Enable local translation caching (reduce translation requests for repeated paragraphs)","translation display":"Translation display style","select diplay style":"See below for examples of different translation styles",interface:"Interface Settings",import_export:"Import/Export",import_export_title:"Import/Export Configuration",syncToGoogleDrive:"Sync Now with Google Drive",floatBallOptions:"Floating Button","floatBallOptions.enable":"Enable Floating Ball","floatBallOptions.blockUrls":"Blocked Websites","floatBallOptions.add":"Add","floatBallOptions.blockUrlDesc":"Don\u2019t show the floating ball on these websites","floatBallOptions.clickType":"Click Behavior","floatBallOptions.clickTypeDesc":"What happens when you click the floating ball icon","floatBallOptions.clickPopup":"Display Translation Panel","floatBallOptions.clickTranslate":"Translate/Show Original Text","floatBallOptions.fixedPosition":"Fixed Position","floatBallOptions.fixedPositionDesc":"Whether the float ball is on the left or right of the window","floatBallOptions.fixedPositionLeft":"Left","floatBallOptions.fixedPositionRight":"Right",previewAllThemes:"Preview all themes","translationTheme.none":"None","translationTheme.grey":"Black Gray","translationTheme.dashed":"Dotted lines","translationTheme.dotted":"Dotted lines","translationTheme.dashedBorder":"Dotted Border","translationTheme.solidBorder":"Solid Border","translationTheme.underline":"Straight line","translationTheme.mask":"Blur effect (learning mode)","translationTheme.opacity":"Transparency effect","translationTheme.paper":"White paper shadow effect","translationTheme.dividingLine":"Dividing line","translationTheme.highlight":"Highlight","translationTheme.marker":"Marker","translationTheme.marker2":"Maker2","translationTheme.blockquote":"quote style","translationTheme.weakening":"Weaken","translationTheme.italic":"Italic","translationTheme.bold":"Bold","translationTheme.thinDashed":"Thin dotted lines","translationTheme.nativeDashed":"System built-in dotted lines","translationTheme.nativeDotted":"System built-in dotted lines","translationTheme.nativeUnderline":"System built-in straight lines","translationTheme.wavy":"wavy lines","translationServices.custom":"Custom API","translationServices.tencent":"Tencent Translator","translationServices.tenAlpha":"Tencent Translator (Alpha)","translationServices.google":"Google Translate","translationServices.bai":"Baidu (Alpha)","translationServices.baidu":"Baidu translation","translationServices.aliyun":"Aliyun Translator","translationServices.volc":"Volcano Translation","translationServices.deeplx":"DeepLX (Alpha)","translationServices.bing":"Microsoft Translator","translationServices.deepl":"DeepL","translationServices.wechat":"Wechat translation","translationServices.azure":"Azure Translator","translationServices.ibm":"IBM Watson","translationServices.aws":"Amazon Translate","translationServices.mock":"Mock translation","translationServices.mock2":"Mock Translation2","translationServices.caiyun":"Caiyun Translation","translationServices.cai":"Caiyun Translation (Alpha)","translationServices.volcAlpha":"Volcano Translation (Alpha)","translationServices.openl":"OpenL","translationServices.youdao":"Youdao Translation","translationServices.you":"Youdao Translation (Alpha)","translationServices.transmart":"Tencent Smart Translation","translationServices.niu":"Niu Translation","translationServices.papago":"Papago Translation","translationServices.d":"DeeplX (Alpha)","translationServices.dpro":"D Pro (Canary)","translationServices.openai":"OpenAI","translationServices.yandex":"Yandex","translationServices.gemini":"Gemini","translationServices.chatgpt":"ChatGPT Web(3.5 mobile)","translate title":"Translate page title","always languages":"Always translate the following languages",neverTranslateLanguagesLabel:"Never Translated Languages",neverTranslateTheFollowingLanguagesDescription:"When a paragraph on a page is in one of the following languages, the translation will be skipped",enableUserscriptPagePopup:"Always show Popup windows on the page",enableUserscriptPagePopupDescription:"After closing the floating ball, you can use the shortcut key /{touch} to summon it. To prevent accidentally losing the floating ball after turning off this option, it is strongly recommended to bookmark this settings page.","always translate the following languages":"The following languages will always be translated","always sites":"Always translate the following sites","always translate the following sites":"The following sites will always be translated","never sites":"Never translate the following sites","never translate the following sites":"The following sites will never be translated","please refer to":"It can only be used after filling in the key. For details, please refer to",KeyAndConfigurationTutorial:"Key Application and Configuration Tutorial",useAboveStyleForTheseSites:"Sites that always use the {theme} translation style",currentUrl:"Current URL",confirm:"Save",cancel:"Cancel",delete:"Delete",syncToCloud:"Sync to cloud",syncToCloudDescription:"Upload the configuration to the cloud server, and you can synchronize the configuration between different browsers or Tampermonkey scripts, based on the last modification time.",syncToAccount:"Sync to account",syncToAccountButton:"Sync to account now",syncToAccountDescription:"Uploaded to the logged-in account, the configuration can be synchronized between different devices, and the last modification time shall prevail.",successSyncConfigInAccount:"Successfully synced with account",successSyncConfigToAccount:"Successfully synchronized to account",syncConfigNoUpdate:"Already up to date",authFail:"Authorization Failed",syncTitle:"Manual Backup Management",import_hint:"Import",upload:"Upload",revokeAuth:"Revoke Authorization",uploadFail:"Upload Failed",download:"Download",importSuccess:"Upload Success",importFail:"Import Failed",deleteFail:"Delete Failed",backupToCloud:"Manage backup files manually",create_new_backup:"Add backup node",maxBackupFiles:"Up to{count}different nodes can be backed up. Please delete unneeded nodes",backupToCloudDescription:"Upload or restore backup files manually, up to 3 different backups",successSyncConfig:"Successfully synced with cloud",syncFail:"Synchronization failed",updatedAt:"Updated at {date}",lastSyncedAt:"Last checked at {date}",downloadFail:"Download failed",clickToDownload:"Click to download",aboutLabel:"About - Feedback ","browser.openAboutPage":"About / Feedback/Sponsor",aboutLabelWithoutSponsor:"About - Feedback",aboutIntro:"We hope that all users will easily and pleasantly access to the enormous amount of foreign language information available on the Internet \u2764\uFE0F. You can choose to subscribe to <6>Pro membership to use the out-of-the-box DeepL and OpenAI translation.

Follow us on<3>Twitter, <4>Telegram Channel, WeChat public account, WeChat community group, or subscribe to updates via <5>email below.
<7>Pro members can contact us through the quick customer service email <8>support@immersivetranslate.com.",aboutIntroWithoutSponsor:"The extension is completely free. We hope that everyone can easily and joyfully access the vast foreign language information on the Internet \u2764\uFE0F.

Follow us on <3>Twitter, <4>Telegram channel, WeChat public account, WeChat community group, or subscribe to updates via <5>email below.",projectHomepage:"Project Homepage",joinTelegramGroup:"Join our communities for feature discussion",wechatPublicAccount:"Wechat Official Account",wechatCommunities:"Wechat Group",qqCommunities:"QQ Channel",joinTelegramChannel:"Subscribe to our Telegram channel to get the latest updates",feedbackAndJoin:"Feedback",autoSync:"Auto-Time Sync",loadingThemeTitle:"Loading Style",loadingThemeDescription:"Set the style of waiting for the translation to load","loadingTheme.spinner":"Spinning icon","loadingTheme.text":"Static Text... ","loadingTheme.none":"Disabled",developerDescription:"You can click <1>here to see the documentation related to advanced customization","edit border color":"Edit border color",successSyncButNoChange:"The current configuration is consistent with that in the cloud server",customTheme:"Customize colors and sizes","customThemeLabel.borderColor":"Border color","customThemeLabel.borderRadius":"Border Round Corner","customThemeLabel.textColor":"Text color","customThemeLabel.backgroundColor":"Background color","customThemeLabel.zoom":"Font scale (%)","customThemeLabel.opacity":"Text opacity (%)",resetToDefaultColor:"Reset to default colors",resetToDefaultSettings:"Reset to default settings",isTranslateTitle:"Enable translate page title",isTranslateTitleDescription:"When enabled, the webpage title will be translated",enableSearchEnhancement:"Enable Search Enhancement",enableSearchEnhancementDescription:"After activation, the right sidebar will automatically display 'Google News' search results for the corresponding English keywords on supported websites (Google News, Google Search (for certain keywords), Xueqiu, East Money, Futu, Tiger Community).",verifyService:"Verify service",verified:"Successful","field.langs":"Supported Language Code","field.model":"Model","field.translationEngine":"Translation engine","field.limitPerMinute":"Max requests per minute","field.limitPerSecond":"Max requests per second","field.maxTextLengthPerRequest":"Maximum text length per request","field.maxTextGroupLengthPerRequest":"Maximum number of paragraphs per request","field.apiUrl":"Custom API interface address","field.placeholderDelimiters":"Reserved placeholders","description.custom":"Custom interface access requires reference documents","description.limitPerMinute":"When the number of requests exceeds this limit, it will be temporarily suspended until the beginning of the next minute. Due to various limitations of OpenAI's current services, please click <1>here to view the latest suggested values","description.limitPerSecond":"When the number of requests exceeds this limit, it will be temporarily suspended until the beginning of the next second. Due to various limitations of OpenAI's current services, please click <1>here to view the latest suggested values","description.generalLimitPerSecond":"When the number of requests exceeds the limit, it will enter a queue state until the beginning of the next second.","description.prompt":"The dialogue sent to {service} as a user, where {{text}} represents the text content of the paragraph, {{from}} represents the language of the paragraph, and {{to}} represents the target language.","description.maxTextLengthPerRequest":"By default multiple paragraphs will be merged to reduce the number of requests, but if the total length of the paragraphs is too long, it may also cause the interface to respond slowly, so you can try to adjust this option to optimize speed","description.systemPrompt":"The dialogue sent to {service} as a system, where {{text}} represents the text content of the paragraph, {{from}} represents the language of the paragraph, and {{to}} represents the target language.","field.domain":"Domain","description.domain":"The default is: general. It can only be set when domain translation is activated in the Youdao API console, and the supported domains can be seen <1>Here ","field.scene":"Scenarios","description.scene":"The default is: general. It can be set only if the Alibaba Cloud API console has the Machine Translation Professional Edition enabled. Supported scenes can be found <1>here.","field.vocabId":"User dictionary ID","description.vocabId":"Specified dictionary out_id, currently supported in English translation","description.model":"OpenAI's models, such as gpt-3.5-turbo, gpt-4, etc","description.maxTextGroupLengthPerRequest":"The number of paragraphs sent to translation service each time. Sending too many paragraphs to OpenAI at once can slow down the interface.","description.apiUrl":"Please add a specific URL with a path, <1>more instructions",enabledExtension:"Enable extensions",clickToDisableExtension:"Click to disable extension",clickToEnableExtension:"Click to enable the extension",hasBeenDisabled:"Disabled","show password":"Show password",customContent:"Enter the name of the custom model",inputOptions:"Enhanced input box",mouseHoverOptions:"Mouse Hover",modifyMouseHoverKey:"Modify mouse hover shortcuts",enableInputTranslation:"enhanced input box?",enableInputTranslationDescription:"When enabled, enter {startingKey}{startingKey} direct in the input box and hit{inputTrailingTriggerKeyRepeatTimes}times{trailingKey}, translated into {inputTargetLanguage}",enableInputTranslationDescriptionForNoneKey:'When enabled, simply enter "Hello World" in the input box, then quickly press {inputTrailingTriggerKeyRepeatTimes} times on {trailingKey}, and it will be translated into the default target language.',inputTargetLanguage:"Set the default target language for the input box",inputTargetLanguageDescription:"The default target language for the translation input box, which is {startingKey}{startingKey} as the default language for triggering words.",inputTargetLanguageDescriptionForNoneKey:"Default target language for translation input box",inputStartingTriggerKeyTitle:"Set the delimiter character for partial translation of the input box",inputStartingTriggerKeyDescription:"When you don\u2019t need to translate the entire input box, the delimiter allows you to only translate the part from {startingKey}{startingKey} to the end of the input box. You can also specify a language code, for example: {startingKey}ja means to only translate the part from {startingKey}ja to the end of the input box",inputStartingTriggerKeyDescriptionForNoneKey:"The current setting does not require a prefix, so the partial text translation function of the input box cannot be used temporarily",inputTrailingTriggerKeyTitle:"Select a trigger character to indicate the end of input.",inputTrailingTriggerKeyDescription:"Quickly hitting {trailingKey} 3 times will start the translation",inputTrailingTriggerKeyTimeout:"Enter the interval time to end the trailing trigger",inputTrailingTriggerKeyTimeoutDescription:"Set the interval time for the end of input combo trigger (milliseconds)",spaceKey:"",noneKey:"No prefix needed, translate the entire text box directly",inputTranslationBlockUrlsTitle:"Do not enable input box enhancement on the following URLs",inputTranslationBlockUrlsDescription:"The input box enhancement will not work in the following URL",inputHelperInfo:`Note: We have optimized the system to address an issue where certain characters in Chinese input methods were being converted into Chinese punctuation marks. For instance, when using Sogou Input Method, "/" would be changed to "\u3001". We now recognizes all corresponding Chinese symbols as triggering characters, including "//" and "\u3001\u3001". Additionally, we support using Chinese aliases of language codes as commands. For example, entering "/Japanense Hello World" will translate the text into Japanese. You can click here to see a list of all supported language codes.`,reloadCurrentPage:"Please refresh the current page before starting translation",noLocalFilePermissionForPDF:"No permission to read local files temporarily, please click the button above and then import local files",noPermissionForThisPage:"\u26A0\uFE0F No permission to translate the current page","error.retry":"Retry","error.reason":"Reason",retryAllParagraphs:"Retry all error paragraphs",retryAllButton:"Retry All",errorTooltipTitle:"Click to get the error details",errorModalTitle:"Oops, something went wrong",disableConfirm:"Bilingual information enhancement settings",disableOnce:"Disable Once",disableGlobal:"Disable Forever",disableTint:"* You can re-enable it in {option}.",searchEnhancementNotes:"We found that the news results of Chinese keywords and English keywords are very different. After enabling the immersive translate bilingual information enhancement function, we will automatically search for the same keywords in English on supported websites (Google News, Google Search (for certain keywords), Xueqiu, East Money, Futu, Tiger) and display them on the right side. If you don\u2019t need this feature, you can choose to disable it",option:"Settings",saveSettings:"Save",closeModal:"Close",enableInputTranslationWithoutTriggerKeyTitle:"\u201CEnable quick hit 3 times {trailingKey}, directly translate the entire input box into {inputTargetLanguage}",enableInputTranslationWithoutTriggerKeyDescription:"To specify the target language, please add a language code at the beginning, such as: ja Hello world",deepLProName:"Premium Membership (Recommended)",deepLProDescription:"You can directly use this service",deeplProDescriptionForNormal:"No setup required, available for premium members after login, <1>Upgrade",deepLCustomDescription:"Requires an international credit card, activate at <1>DeepL official site, click to see <2>documentation",deepLCustomName:"Custom Auth Key",chooseProviderLabel:"Choose a service provider",openaiProName:"Premium Membership (Recommended)",openaiProDescription:"The current plan can be used directly",openaiProDescriptionForNormal:"No setup required, available for premium members after login, <1>Upgrade",openaiCustomDescription:"Can be obtained from OpenAI, Azure OpenAI, or other third-party services, <1>Click here to view documentation",openaiCustomName:"Custom API Key",needLoginAction:"(Premium or custom)",goLoginOrAction:"(Premium or go to setting)",yearly:"Annual Renewal",quarterly:"Quarterly Renewal",monthly:"Monthly Renewal",yearlyForOnce:"One-time Annual",monthlyForOnce:"One-time Monthly",daily:"Daily Renewal",year:"Annual Renewal",quarter:"Quarterly Renewal",month:"Monthly Renewal",day:"Daily Renewal",onetime_7day:"7-day Trial Pack",currentPlanDescriptionForFree:"Current plan: Free",currentPlanDescriptionForContinuous:"Current plan: {plan}, will auto-renew on {endAt}",currentPlanDescriptionForAutoRenewCaceling:"Current plan: {plan}, will expire on {endAt}. After expiration, it will not be automatically renewed",currentYearlyPlanDescriptionForAutoRenewCacelingWithRealPaiedUser:"Current plan: {plan}, will expire on {endAt}, will not be auto-renewed after expiration
<1>Manage the renewal plan",currentYearlyPlanDescriptionForAutoRenewCacelingWithAdmin:"The current plan: {plan}, will expire on {endAt}. After expiration, it will not be automatically renewed.
<1>Click here to enable continuous annual renewal",currentPlanDescriptionForOneTime:"Current plan: {plan}, expiring on {endAt}. <1>Upgrade to annual or <2>monthly or pro membership",upgradePlan:"Click here to upgrade to Pro membership",upgradeToPro:"Upgrade to Pro","popup.openPro":"Enjoy unrestricted access to DeepL and OpenAI translations after upgrading to Pro Membership. Click here to upgrade","popup.openProForPro":"You are a Pro member, you can directly use DeepL and OpenAI translations",currentAccount:"Account",enableAutoSyncUserSettings:"Enable auto-sync user settings",modalEnableInputTranslationTitle:"Writing Settings",modalEnableInputTranslationDesc:"You just triggered the translation of the immersive translate input box by quickly tapping the space bar 3 times. The content of the input box will be translated into the default target language. You can undo the translation with Ctrl+Z.

If this was a mistake, don't worry, you can choose to disable it this time, or permanently disable input box translation.",saveAndNotShowAgain:"Save and don't show prompt again",disableInputTranslationTips:"* You can also set other shortcuts in {option}, {learnMore}.",learnMore:"Click here to learn more",continueEnalbeInputTranslation:"Continue to enable input translation",autoRenewTrialSuffix:'(In trial, Upgrade to paid Pro now)',upgradeFromTrialTitle:"Upgrade to Pro membership",subtitle:"Video Subtitles",youtubeService:"Video Subtitle Translation Service","subtitle.disabledSubtitle":"Disable Video Subtitle Feature Permanently ","subtitle.disabledSubtitleDescription":"If the video subtitles of immersive translate conflict with other extensions, you can choose to permanently disable the video subtitle function of immersive translation or uninstall other conflicting extensions","subtitle.autoEnableSubtitleDescription":"Once enabled, bilingual subtitles will automatically appear when the video is playing, otherwise, you need to click the translation button to display them.","subtitle.preTranslation":"Use immersive translate to translate subtitles","subtitle.preTranslationDescription":"After enabling, the specified translation service below will be used to translate the entire subtitle in advance. A 1-hour video will consume approximately 50,000 Tokens or characters. Please use it judiciously. If disabled, the machine-translated subtitles that come with the original video will be used preferentially","subtitle.humanSubtitlesPreferred":"Use manual subtitles first","subtitle.humanSubtitlesPreferredDescription":"When the video has manual subtitles in the target language, prioritize using manual subtitles (recommended)","subtitle.bilingual":"Bilingual","subtitle.autoDisableSubtitle":"Disable Auto Bilingual","subtitle.hideQuickButton":"Hide This Shortcut","subtitle.showQuickButton":"Display bilingual subtitles shortcut","subtitle.showQuickButtonDescription":"Provide a shortcut to enable bilingual subtitles in the lower right corner of the video player.",videoSubtitleTranslationDescription:"Specify a separate translation service for video subtitles.",subtitleTranslating:"Immersive Translate is using {service} to translate subtitles...",subtitleLoading:"Loading subtitles...",bilingual:"Bilingual","field.action":"Enable Baidu terminology?","description.action":"After enabling, an action=1 parameter will be added to the request to inform Baidu to enable terminology. <1>For more explanation, please refer to the [official documentation]",closeQuickTranslation:"Close Floating Button","closeQuickTranslation.untilNext":"Close this time until the next visit","closeQuickTranslation.currentWebsite":"Disable the current website","closeQuickTranslation.alwaysClose":"Permanently disable","closeQuickTranslation.settingOpen":"(Can be activated in <1>Settings Page)","closeQuickTranslation.cancel":"Cancel","closeQuickTranslation.confirm":"confirm","floatBall.popup":"Open quick settings panel","floatBall.translate":"Click to translate this page","floatBall.showOriginal":"Click to switch back to the original text","floatBall.close":"Close Floating Button","floatBallOptions.enableDescPc":"When you enable the floating button, a translation button appears on the right. Click it to translate","floatBallOptions.enableDesc":"After you turn off the floating button, you can bring it back with {touch}. To avoid losing the floating button by accidentally turning it off, it is highly recommended you bookmark this settings page.","description.azureApiUrl":"Enter the custom API interface address","floatBall.guideClickToTranslate":`Click the floating ball to translate quickly`,"floatBall.iKnow":"Got it",confirmSupportMouse:"Force Enable Mouse Support",confirmSupportMouseDescription:"The current browser does not support mouse functions, do you want to forcibly enable mouse support?",sampleTargetText:"Night is coming, I will start watching from now on until death. I will not marry, not seal the land, not have children. I will not wear a crown, not fight for glory. I will be loyal to my duty, life and death.",sampleSourceText:"\u957F\u591C\u5C06\u81F3\uFF0C\u6211\u4ECE\u4ECA\u5F00\u59CB\u5B88\u671B\uFF0C\u81F3\u6B7B\u65B9\u4F11\u3002\u6211\u5C06\u4E0D\u5A36\u59BB\u3001\u4E0D\u5C01\u5730\u3001\u4E0D\u751F\u5B50\u3002\u6211\u5C06\u4E0D\u6234\u5B9D\u51A0\uFF0C\u4E0D\u4E89\u8363\u5BA0\u3002\u6211\u5C06\u5C3D\u5FE0\u804C\u5B88\uFF0C\u751F\u6B7B\u4E8E\u65AF\u3002","subtitle.supportedSites":"Bilingual subtitles are now supported on these websites (Note: Due to technical limitations, some websites need to be refreshed after the subtitles are turned on for the first time, or wait for the translation to complete to display bilingual subtitles)",viewWithImmersiveTranslate:"Bilingual version (Immersive Translate)",errorReason:"Error reason: {message}","proQuotaExceededError.onetime7day":'You can resolve this issue by choosing one of the following options:

1. Switch to {anotherService} or another translation service
2. Upgrade to Monthly/Annual membership',"proQuotaExceededError.trial":'You can resolve this issue by choosing one of the following options:

1. Switch to {anotherService} or another translation service
2. Upgrade to paid Pro now',"proQuotaExceededError.nonTrial":'You can resolve this issue by choosing one of the following options:

1. Switch to {anotherService} or another translation service
2. Purchase Data Package for {translationService}',"proQuotaExceededError.resetTime":"
3. Quota reset time: {resetTime}",paragraphMinTextCountField:"Minimum character count for paragraph translation",paragraphMinTextCountDesc:"Note, this refers to the character length, for example: 'hello' is 5 characters, setting a higher value can reduce unnecessary translations of small paragraphs",networkError:"Translation service or network problem",notLogin:"Not Logged In","browser.toggleMouseHoverTranslateDirectly":"Temporarily enable or disable direct translation by mouse hover on the page","browser.translateWithOpenAI":"Temporarily translate the current page with OpenAI","browser.translateWithDeepL":"Temporarily translate the current page with DeepL","browser.translateWithGoogle":"Temporarily translate the current page with Google","browser.translateWithBing":"Temporarily translate the current page with Microsoft Translator","browser.translateWithGemini":"Temporarily translate the current page with Gemini","browser.translateWithTransmart":"Temporarily translate the current page with Tencent Translator","browser.translateInputBox":"Translate the content of the current input box",shortcutSettings:"Shortcuts",shortcutSettingsTitle:"Shortcut Settings",confirmResetToDefaultSettings:"Confirm to reset this translation service to default settings? (Only resets settings for the current translation service)","intro.hoverTitle":"Mouse Hover Translation of the Current Paragraph","intro.hoverDescription":"Mouse hover translation is an important and easy-to-use feature in immersive translation. Simply hover the mouse over a paragraph and press the set shortcut to automatically translate it (not enabled by default, please set below). This interaction is a better alternative to word-selection translation, as it's more intuitive and convenient. Additionally, this function is widely used in areas we can't recognize, allowing you to force-translate any paragraph.","intro.floatBallTitle":"Quick Translation Floating Button","intro.floatBallDescription":"Once enabled, a quick translation button appears on the right side of the page. Click to translate, and click again to switch back to the original text. On mobile, long-press the floating button to open the quick settings panel.","intro.subtitleTitle":"Bilingual Subtitles for Online Videos","intro.subtitleDescription":"When enabled, bilingual subtitles will automatically appear when a video starts playing. Otherwise, manually click the translate button on the page to display them. (Due to technical limitations, some sites may require a page refresh or wait for the translation to complete to display bilingual subtitles.)

Currently supported on these sites:","desc.toggleMouseHoverTranslateDirectly":"Press this shortcut to automatically translate any text under the mouse pointer on the page. Press again to turn off this auto-translation feature.","shortcutGroup.main":"Common Function Shortcuts","shortcutGroup.others":"More Custom Function Shortcuts","shortcutGroup.shortcutsForTranslationServices":"Shortcuts for Translation Services",browserShortcutsSucks:"Due to browsers' inaccurate recognition of shortcuts in input boxes, please manually enter the name of the shortcut. After entering, click on a blank space to auto-save. (In macOS, Alt and Option are the same key, so it's recommended to enter Alt). For example:","shortcutGroup.touch":"Touch Screen Specific Gestures","shortcutGroup.mouse":"Mouse Hover Shortcut Configuration",fingerCountToToggleTranslagePageWhenTouching:"Multiple fingers touching the screen to translate the page/show original text","desc.fingerCountToToggleTranslagePageWhenTouching":"Once set, you can touch the screen with X number of fingers on a mobile device to translate the page/show original text",fingerCountToToggleTranslationMaskWhenTouching:"Multiple fingers touching the screen to display translation mask/show original text","desc.fingerCountToToggleTranslationMaskWhenTouching":"Translation mask refers to the blur effect on the translated text (learning mode). When enabled, it temporarily applies a blur effect to the translation, facilitating learning",fingerCountToToggleTranslagePageOnlyTranslationWhenTouching:"Touch the screen with multiple fingers to translate in translation-only mode/show original text","desc.fingerCountToToggleTranslagePageOnlyTranslationWhenTouching":"Translation-only mode refers to displaying only the translated text, as opposed to the default bilingual mode","neverTranslateText.title":"Keep the following words untranslated","neverTranslateText.description":"Due to some translation engines' poor recognition of proper nouns, you can add words here to ensure they remain untranslated during the process. Please note, this feature is case-sensitive and only supports space-separated word languages (like English, French), not suitable for languages like Japanese, Korean, etc.","tagsInput.add":"+ Add","desc.mouseHoverHoldKey":"While hovering the mouse over a paragraph, press the shortcut key on the right to directly translate it",mouseHoverCustomKeyTitle:"Customize Mouse Hover Shortcut Key",mouseHoverCustomKeyDescription:"You can customize a combination shortcut key for mouse hover, like: Alt+Z, Ctrl+E, Cmd+Alt+E or just Cmd. Please enter manually",mouseHoverShortcutPlaceholder:"Please enter manually",browserShortcutsNoteForFirefox:"For Firefox, modify shortcuts by opening the extensions management page `about:addons`, then click 'Settings' -> 'Manage Shortcuts'",browserShortcutsNoteForChrome:"Note: To modify shortcuts in Chrome-based browsers, visit [Extensions Management Page] -> [Manage Shortcuts]","desc.toggleTranslateTheMainPage":"Translate only the main area of the page. If you have enabled translating all areas in advanced settings, use this shortcut to specifically translate the main area","desc.toggleTranslateTheWholePage":"Translate the entire page area. By default, we translate the main area of the page, use this shortcut to specifically translate the entire area","browser.toggleOnlyTransation":"Switch to bilingual/translation-only mode","desc.toggleOnlyTransation":'"Only translation mode" refers to only displaying the translation. If the webpage has not been translated yet, it will switch modes and translate.',"browser.toggleTranslationMask":"Toggle blur effect on translated text (learning mode) for the current page","desc.interfaceLanguage":"The interface language setting affects the language of the control panel display and is unrelated to the target language of the translation",mouseHoverHoldKey:"Mouse Hover Translation Trigger Key",clickToSeeQuickDemo:"30-second Quick Tutorial Video",shortcutDisableTooltip:"Please set in the browser's extension shortcut key management page, for more guidance, see the instructions at the top of this page","subtitle.autoEnableSubtitle":"Enable Bilingual","floatBall.longPress":"Long press to quickly open the settings panel",notLoginPro:"You have not logged in to your member account",upgradeToProErrorTitle:"Please upgrade to Pro member before using this translation service",translationOnlyMode:"Translation Only Mode",translationOnlyModeDescription:"Translation only mode refers to displaying only the translation, instead of the default bilingual mode. Note: Due to technical limitations, hyperlinks in the original text will be ineffective in translation only mode","description.baiduField":"See supported fields <1>here; if empty, it means no specific field is designated",temprarilyChangeTranslationTo_openai:"Currently using OpenAI to translate this page",temprarilyChangeTranslationTo_google:"Currently using Google to translate this page",temprarilyChangeTranslationTo_bing:"Currently using Microsoft Translate to translate this page",temprarilyChangeTranslationTo_gemini:"Currently using Gemini to translate this page",temprarilyChangeTranslationTo_transmart:"Currently using Tencent Translate to translate this page",temprarilyChangeTranslationTo_deepl:"Currently using DeepL to translate this page","widget.videoSubtitle":"Subtitle","widget.instruction":"Usage",buildSnapshots:"Snapshot","widget.translateFileTooltip":"Translate PDF, EPUB, SRT, ASS, HTML, and TXT documents","widget.videoSubtitleTooltip":"Youtube and {count}+ video websites","widget.instructionTooltip":"View instructions for use",alwaysTranslateSomeLanguage:"Always translate {language} pages",alwaysTranslateThisSite:"Always translate this site",neverTranslateThisSite:"Never translate this site",loggedIn:"Logged in","widget.translateFile":"PDF/ePub",touchShortcutsToggleTranslatePage:"Set touch gestures to translate web pages/show original text","desc.touchShortcutsToggleTranslatePage":"Once set, on mobile devices, you can touch the screen with X fingers, swipe left and right or tap continuously to trigger translation of web pages/show original text",touchShortcutsToggleTranslationMask:"Set touch gestures to display translation mask/show original text","desc.touchShortcutsToggleTranslationMask":"Translation mask refers to the blur effect in the translation style (learning mode). When activated, it temporarily applies a blur effect to the translated text, facilitating learning",touchShortcutsToggleTranslatePageOnlyTranslation:"Set touch screen gesture to switch between bilingual/translation-only mode.","desc.touchShortcutsToggleTranslatePageOnlyTranslation":'"Only translation" means that only the translated text will be displayed. If the webpage has not been translated yet, the mode will be switched and it will be translated.',touchShortcutsToggleTranslateTouchElement:"Set touch gestures to translate a specified paragraph","desc.touchShortcutsToggleTranslateTouchElement":"Customize a gesture to translate any paragraph you're on",touchShortcutsOff:"Off","fingers.2":"Two-finger touch","fingers.3":"Three-finger touch","fingers.4":"Four-finger touch","fingers.5":"Five-finger touch","font.none":"Unset","multipleClick.2":"Double click","multipleClick.3":"Triple click","multipleClick.4":"Quadruple click","slide.left":"Slide right","slide.right":"Slide left","browser.toggleVideoSubtitlePreTranslation":"Switch Video Subtitles with Immersive Translation Feature",contact:"Contact","contact.description":"If you have any questions or suggestions, please contact us via filling out the form below or sending an email to {email}","desc.toggleVideoSubtitlePreTranslation":"After pressing, video bilingual subtitles will prioritize immersive translation settings. Pressing again will prioritize the auto-translated subtitles originally provided with the video. Note: This shortcut modifies the global settings",videoSubtitlePreTranslationOn:"Video subtitles will prioritize immersive translation",videoSubtitlePreTranslationOff:"Video subtitles will prioritize the auto-translated subtitles originally provided with the video",translationFont:"Set Font","translationFont.custom":"Enter Custom Font","translationFont.customPlaceholder":"Font","translationFont.notSupportErrorMessage":"Please check if the font name you entered is correct, or confirm that the font is installed on your device.","touch.mouse-translate":"Translate Paragraph","error.serveConfigError":"Service configuration error","error.reloadPageOfSetting":"After configuring, please refresh the page to translate again.","error.googleLimitIp":"Service returned an error, Google services have limited the flow for this IP address, it is recommended to change the network node.","error.openAIFreeLimit":"Service returned an error, the current translation request frequency has reached the maximum of 3 times per minute, please try again later. (This is the limit imposed by OpenAI official on free API Keys, to remove this limit, please bind a credit card in the OpenAI backend.)","error.openAIExceededQuota":"Service returned an error: your current OpenAI account balance is insufficient, please recharge or bind a credit card in the OpenAI official backend.","error.429":"Service returned an error, indicating too frequent requests or exceeding the quota limit, please try again later.","error.403":"Service returned an error, temporarily no permission to access the service.","error.400":"Service returned an error, request parameter error, please check the corresponding configuration.","error.502":"Service returned an error, service timeout, please try again later.","error.proTokenInvalid":"If you are a Pro user, please log in before using the Pro translation service","error.proUpgrade":"After upgrading, please refresh the page to translate again.","error.configError":"Configuration data anomaly","error.goReset":"Go to Reset",batchEdit:"Batch Edit","translationServices.inherit":"Inherit","translationModeLang.translation.title":"Language for Translation-Only Mode","translationModeLang.translation.description":"Translation-only mode will be automatically used when the page language is one of the following","translationModeUrl.translation.title":"URLs for Translation-Only Mode","translationModeUrl.translation.description":"Translation-only mode will be automatically used for websites with the following domains",download_started:"The download has begun, if it does not start automatically, please click manually.",here:"Here","error.serveUnavailable":"The [{serverName}] service you are currently using is temporarily unavailable due to network connection or service provider issues. It is suggested that you try refreshing the page or switch to another translation service through <1>Settings. If you are a <2>Pro member, you can choose to use the more stable DeepL or OpenAI translation services (<3>click here for a free trial). Additionally, you may need to check your network or proxy settings.",detectServiceLoading:"Detecting available translation services...",toggleToService:"Change to {service}","error.gemini.429":"The current Gemini service has reached its capacity limit. Please try again later, or switch to another translation service.",enableSentryReport:"When an extension encounters an error, submit feedback using Sentry","error.subscriptionExpired":"Your membership may have expired, please check your membership status.","error.subscriptionExpiredTitle":"Membership has expired.","languages.auto":"Auto Detect",geminiWarning:"Note: The free service provided by Google for Gemini is strictly limited and may be judged by Google as users using multiple Keys to evade their free quota restrictions. It is not recommended to use it. It is suggested to wait for Google to open the paid interface of Gemini in the future before using it.","floatBall.setting":"Settings","floatBall.translateToLanguage":"Click to translate into {language}","floatBall.file":"Translate PDF, EPUB, SRT, ASS, HTML, TXT files.",changeToOnlyTempTranslationMode:"Show Translation only",changeToDualTempTranslationMode:"Show Bilingual Translation","transitionMode.translation":"Only the translation","options.navbar.installApp":"Install mobile APP","options.navbar.translateFile":"Translate Document","subtitle.transitionMode":"Bilingual Video Subtitles/Translation Only Settings","transitionMode.dual":"Bilingual Comparison","transitionMode.inherit":"Maintain consistency with the system's default translation display mode.","subtitle.transitionModeDescription":"Set the video subtitles to bilingual comparison or translation-only mode.",translateFileTooltip:`Translate PDF, ePub, srt, @@ -5013,13 +5013,13 @@ ass, HTML, TXT files.`,"description.multiplePrompt":`When the number of paragrap {env.imt_sub_trans_field}: Translation`,"subtitle.quickButton.black":"Black","subtitle.quickButton.cyan":"Blue","translationServices.claude":"Claude","subtitle.quickButton.backgroundColor":"Background color","subtitle.quickButton.green":"Green","subtitle.quickButton.blue":"Blue","subtitle.quickButton.white":"White","subtitle.quickButton.setting":"Settings","subtitle.quickButton.translationPosition":"Translation location","subtitle.quickButton.backgroundOpacity":"Background Opacity","subtitle.quickButton.sourceFontSize":"Original font size","subtitle.quickButton.sourceTextColor":"Original font color","subtitle.quickButton.yellow":"Yellow","subtitle.quickButton.translationFontSize":"Translation font size","subtitle.quickButton.translationPositionBottom":"Below the original text","subtitle.quickButton.red":"Red","subtitle.quickButton.translationPositionTop":"Above the original text","subtitle.quickButton.translationTextColor":"Translation font color","subtitle.quickButton.magenta":"Magenta",attachSubtitleTranslating:"Translating using {service}...","error.claude.403":"Access to the service is temporarily unavailable, possibly due to regional restrictions related to Claude. You can try changing your IP address, or use other translation services.","browser.brandDescriptionForSafari":"Free Translate Website, Translate PDF & Epub eBook, Translate Video Subtitles in Bilingual","browser.PdfProFile":"AI-Driven PDF Pro Translation","browser.textTranslate":"Text Translation"};var d2=[{code:"zh-CN",messages:u2},{code:"zh-TW",messages:l2},{code:"en",messages:c2}];var m2="immersiveTranslateDeeplGlobalState",vg="immersiveTranslateBingGlobalState",xg="immersiveTranslateYandexGlobalState",nn={};for(let e of d2)nn[e.code]=e.messages;var fo="Immersive Translate",ee="immersive-translate";var be="immersiveTranslate",Ll="759003177173-mfm15s5nd77vfmo6e7lanof1emnanf0e.apps.googleusercontent.com",Ta=be+"GoogleAccessToken",Ns=be+"AuthFlow",_l="immersive-translate-config-latest.json",Eg=be+"AuthState",Ml=be+"IframeMessage",Ej=be+"WaitForRateLimit",p2=be+"DocumentMessageAsk",Gt=be+"DocumentMessageTellThirdParty",ho=be+"showError",f2=be+"DocumentMessageThirdPartyTell",h2=be+"DocumentMessageEventUpload",b2=be+"DocumentMessageHandler",Pl=`${be}Share`,Us=`${be}ToggleMouseHoverTranslateDirectly`,y2=`${be}ReqDraft`,C2=`${be}ResDraft`,QE=`${be}Container`,T2=`${be}SpecifiedContainer`,Gr="buildinConfig",gi="localConfig",js="openOptionsPage",Sg="openAboutPage",v2="translateLocalPdfFile";var Hs="openEbookViewer",zs="openEbookBuilder";var bo=`${be}PageTranslatedStatus`,Sj=`${be}PageUrlChanged`,Yr=`${be}ReceiveCommand`,x2=be+"LastUseMouseHoverTime",Fl=be+"LastUseInputTime",gr=be+"LastUseManualTranslatePageTime",wj=`${be}PopupReceiveMessage`,ZE="immersivetranslate.com",XE="config.immersivetranslate.com",Dj=`https://${ZE}/`,va=`https://${XE}/default_config.json`,kj=`${be}Mark`,Fn=`${be}Root`,E2=`${be}Walked`,Aj=`data-${ee}-walked`,S2=`${be}Paragraph`,w2=`data-${ee}-paragraph`,wr=`data-${ee}-translation-element-mark`,D2=`${be}TranslationElementMark`,Lj=`${be}TranslatedMark`,k2=`${be}LoadingId`,wg=`data-${ee}-loading-id`,A2=`${be}ErrorId`,Bl=`data-${ee}-error-id`,eS=`${be}AtomicBlockMark`,L2=`${be}ExcludeMark`,_j=`data-${ee}-exclude-mark`,tS=`${be}StayOriginalMark`,Mj=`${be}PreWhitespaceMark`,Rl=`${be}InlineMark`,_2=`${be}BlockMark`,Pj=`${be}Left`,Fj=`${be}Right`,Bj=`${be}Width`,Rj=`${be}Height`,Ij=`${be}Top`,Oj=`${be}FontSize`,M2="lastRunTime",Nj=`${be}GlobalStyleMark`,qs=["@","#"],Il=" --- ",P2=` `,Lt=`${ee}-target-wrapper`,Uj=`${ee}-pdf-target-container`,Ol=`${ee}-target-inner`,jj=`${ee}-source-wrapper`,Dg=`${ee}-target-translation-block-wrapper`,Hj=`${ee}-root-translation-theme`,mi=`${be}RootTranslationTheme`,F2=`${ee}-target-translation-vertical-block-wrapper`,zj=`${ee}-target-translation-pdf-block-wrapper`,B2=`${ee}-target-translation-pre-whitespace`,kg=`${ee}-target-translation-inline-wrapper`,Ag=["none","dashed","underline","dashedBorder","solidBorder","mask","opacity","dotted","dividingLine","highlight","marker","marker2","blockquote","weakening","grey","paper","italic","bold","thinDashed","wavy","nativeDotted","nativeDashed","nativeUnderline"],Ws={underline:[{name:"borderColor",required:!1,type:"color"}],nativeUnderline:[{name:"borderColor",required:!1,type:"color"}],nativeDashed:[{name:"borderColor",required:!1,type:"color"}],nativeDotted:[{name:"borderColor",required:!1,type:"color"}],dotted:[{name:"borderColor",required:!1,type:"color"}],dividingLine:[{name:"borderColor",required:!1,type:"color"}],highlight:[{name:"backgroundColor",required:!1,type:"color"}],marker:[{name:"backgroundColor",required:!1,type:"color"}],dashed:[{name:"borderColor",required:!1,type:"color"}],blockquote:[{name:"borderColor",required:!1,type:"color"}],thinDashed:[{name:"borderColor",required:!1,type:"color"}],dashedBorder:[{name:"borderRadius",required:!1,type:"number",default:"0"},{name:"borderColor",required:!1,type:"color"}],solidBorder:[{name:"borderRadius",required:!1,type:"number",default:"0"},{name:"borderColor",required:!1,type:"color"}],marker2:[{name:"backgroundColor",required:!1,type:"color"}],wavy:[{name:"borderColor",required:!1,type:"color"}],opacity:[{name:"opacity",required:!1,type:"number",default:10}]},Bn=["auto","zh-CN","zh-TW","en","ja","ko","es","de","fr","pt","pt-br","ru","ar","it","ms","id","vi","af","th","ur","yue","zh-CN-NE","bo","wyw","am","az","be","bg","bn","bs","ca","ceb","co","cs","cy","da","el","eo","et","eu","fa","fi","fil","fj","fy","ga","gd","gl","gu","ha","haw","he","hi","hmn","hr","ht","hu","hy","ig","is","jw","ka","kk","km","kn","ku","ky","la","lb","lo","lt","lv","mg","mi","mk","ml","mn","mr","mt","mww","my","ne","nl","no","ny","otq","pa","pl","ps","ro","sa","sd","si","sk","sl","sm","sn","so","sq","sr","sr-Cyrl","sr-Latn","st","su","sv","sw","ta","te","tg","tlh","tlh-Qaak","to","tr","ty","ug","uk","uz","xh","yi","yo","yua","zu"],R2={af:"Afrikaans",am:"Amharic",ar:"Arabic",auto:"Auto Detect",az:"Azerbaijani",be:"Belarusian",bg:"Bulgarian",tn:"Zana",bn:"Bengali",bs:"Bosnian",bo:"Tibetan",ca:"Catalan",ceb:"Cebuano",co:"Corsican",cs:"Czech",cy:"Welsh",da:"Danish",de:"German",el:"Greek",en:"English",eo:"Esperanto",es:"Spanish",et:"Estonian",eu:"Basque",sa:"Sanskrit",fa:"Persian",fi:"Finnish",fil:"Filipino",fj:"Fijian",fr:"French",fy:"Frisian",ga:"Irish",gd:"Scottish Gaelic",gl:"Galician",gu:"Gujarati",ha:"Hausa",haw:"Hawaiian",he:"Hebrew",hi:"Hindi",hmn:"Hmong",hr:"Croatian",ht:"Haitian Creole",hu:"Hungarian",hy:"Armenian",id:"Indonesian",ig:"Igbo",is:"Icelandic",it:"Italian",ja:"Japanese",jw:"Javanese",ka:"Georgian",kk:"Kazakh",km:"Khmer",kn:"Kannada",ko:"Korean",ku:"Kurdish",ky:"Kyrgyz",la:"Latin",lb:"Luxembourgish",lo:"Lao",lt:"Lithuanian",lv:"Latvian",mg:"Malagasy",mi:"Maori",mk:"Macedonian",ml:"Malayalam",mn:"Mongolian",mr:"Marathi",ms:"Malay",mt:"Maltese",mww:"Hmong Daw",my:"Burmese",ne:"Nepali",nl:"Dutch",no:"Norwegian",ny:"Chichewa",otq:"Quer\xE9taro Otomi",pa:"Punjabi",pl:"Polish",ps:"Pashto",pt:"Portuguese","pt-br":"Portuguese (Brazil)",ro:"Romanian",ru:"Russian",sd:"Sindhi",si:"Sinhala",sk:"Slovak",sl:"Slovenian",sm:"Samoan",sn:"Shona",so:"Somali",sq:"Albanian",sr:"Serbian","sr-Cyrl":"Serbian (Cyrillic)","sr-Latn":"Serbian (Latin)",st:"Sesotho",su:"Sundanese",sv:"Swedish",sw:"Swahili",ta:"Tamil",te:"Telugu",tg:"Tajik",th:"Thai",tlh:"Klingon","tlh-Qaak":"Klingon (piqaD)",to:"Tongan",tr:"Turkish",ty:"Tahitian",ug:"Uyghur",uk:"Ukrainian",ur:"Urdu",uz:"Uzbek",vi:"Vietnamese",wyw:"Classical Chinese",xh:"Xhosa",placeholder:"Please Select",yi:"Yiddish",yo:"Yoruba",yua:"Yucatec Maya",yue:"Cantonese (Traditional)","zh-CN":"Simplified Chinese","zh-TW":"Traditional Chinese","zh-CN-NE":"Northeastern Chinese",zu:"Zulu","":"All Languages"},I2={placeholder:"\u8BF7\u9009\u62E9",af:"\u5357\u975E\u8377\u5170\u8BED",am:"\u963F\u59C6\u54C8\u62C9\u8BED",ar:"\u963F\u62C9\u4F2F\u8BED",auto:"\u81EA\u52A8\u68C0\u6D4B",az:"\u963F\u585E\u62DC\u7586\u8BED",be:"\u767D\u4FC4\u7F57\u65AF\u8BED",bg:"\u4FDD\u52A0\u5229\u4E9A\u8BED",tn:"\u8D5E\u7EB3\u8BED",bn:"\u5B5F\u52A0\u62C9\u8BED",bs:"\u6CE2\u65AF\u5C3C\u4E9A\u8BED",bo:"\u85CF\u8BED",ca:"\u52A0\u6CF0\u7F57\u5C3C\u4E9A\u8BED",ceb:"\u5BBF\u52A1\u8BED",co:"\u79D1\u897F\u5609\u8BED",cs:"\u6377\u514B\u8BED",cy:"\u5A01\u5C14\u58EB\u8BED",da:"\u4E39\u9EA6\u8BED",de:"\u5FB7\u8BED",el:"\u5E0C\u814A\u8BED",en:"\u82F1\u8BED",eo:"\u4E16\u754C\u8BED",es:"\u897F\u73ED\u7259\u8BED",et:"\u7231\u6C99\u5C3C\u4E9A\u8BED",eu:"\u5DF4\u65AF\u514B\u8BED",sa:"\u68B5\u8BED",fa:"\u6CE2\u65AF\u8BED",fi:"\u82AC\u5170\u8BED",fil:"\u83F2\u5F8B\u5BBE\u8BED",fj:"\u6590\u6D4E\u8BED",fr:"\u6CD5\u8BED",fy:"\u5F17\u91CC\u65AF\u5170\u8BED",ga:"\u7231\u5C14\u5170\u8BED",gd:"\u82CF\u683C\u5170\u76D6\u5C14\u8BED",gl:"\u52A0\u5229\u897F\u4E9A\u8BED",gu:"\u53E4\u5409\u62C9\u7279\u8BED",ha:"\u8C6A\u8428\u8BED",haw:"\u590F\u5A01\u5937\u8BED",he:"\u5E0C\u4F2F\u6765\u8BED",hi:"\u5370\u5730\u8BED",hmn:"\u82D7\u8BED",hr:"\u514B\u7F57\u5730\u4E9A\u8BED",ht:"\u6D77\u5730\u514B\u91CC\u5965\u5C14\u8BED",hu:"\u5308\u7259\u5229\u8BED",hy:"\u4E9A\u7F8E\u5C3C\u4E9A\u8BED",id:"\u5370\u5EA6\u5C3C\u897F\u4E9A\u8BED",ig:"\u4F0A\u535A\u8BED",is:"\u51B0\u5C9B\u8BED",it:"\u610F\u5927\u5229\u8BED",ja:"\u65E5\u672C\u8BED",jw:"\u722A\u54C7\u8BED",ka:"\u683C\u9C81\u5409\u4E9A\u8BED",kk:"\u54C8\u8428\u514B\u8BED",km:"\u9AD8\u68C9\u8BED",kn:"\u5361\u7EB3\u8FBE\u8BED",ko:"\u97E9\u8BED",ku:"\u5E93\u5C14\u5FB7\u8BED",ky:"\u5409\u5C14\u5409\u65AF\u8BED",la:"\u62C9\u4E01\u8BED",lb:"\u5362\u68EE\u5821\u8BED",lo:"\u8001\u631D\u8BED",lt:"\u7ACB\u9676\u5B9B\u8BED",lv:"\u62C9\u8131\u7EF4\u4E9A\u8BED",mg:"\u9A6C\u62C9\u52A0\u65AF\u8BED",mi:"\u6BDB\u5229\u8BED",mk:"\u9A6C\u5176\u987F\u8BED",ml:"\u9A6C\u62C9\u96C5\u62C9\u59C6\u8BED",mn:"\u8499\u53E4\u8BED",mr:"\u9A6C\u62C9\u5730\u8BED",ms:"\u9A6C\u6765\u8BED",mt:"\u9A6C\u8033\u4ED6\u8BED",mww:"\u767D\u82D7\u8BED",my:"\u7F05\u7538\u8BED",ne:"\u5C3C\u6CCA\u5C14\u8BED",nl:"\u8377\u5170\u8BED",no:"\u632A\u5A01\u8BED",ny:"\u9F50\u5207\u74E6\u8BED\uFF08\u5C3C\u626C\u8D3E\u8BED\uFF09",otq:"\u514B\u96F7\u5854\u7F57\u5965\u6258\u7C73\u8BED",pa:"\u65C1\u906E\u666E\u8BED",pl:"\u6CE2\u5170\u8BED",ps:"\u666E\u4EC0\u56FE\u8BED",pt:"\u8461\u8404\u7259\u8BED","pt-br":"\u8461\u8404\u7259\u8BED\uFF08\u5DF4\u897F\uFF09",ro:"\u7F57\u9A6C\u5C3C\u4E9A\u8BED",ru:"\u4FC4\u8BED",sd:"\u4FE1\u5FB7\u8BED",si:"\u50E7\u4F3D\u7F57\u8BED",sk:"\u65AF\u6D1B\u4F10\u514B\u8BED",sl:"\u65AF\u6D1B\u6587\u5C3C\u4E9A\u8BED",sm:"\u8428\u6469\u4E9A\u8BED",sn:"\u4FEE\u7EB3\u8BED",so:"\u7D22\u9A6C\u91CC\u8BED",sq:"\u963F\u5C14\u5DF4\u5C3C\u4E9A\u8BED",sr:"\u585E\u5C14\u7EF4\u4E9A\u8BED","sr-Cyrl":"\u585E\u5C14\u7EF4\u4E9A\u8BED\uFF08\u897F\u91CC\u5C14\u6587\uFF09","sr-Latn":"\u585E\u5C14\u7EF4\u4E9A\u8BED\uFF08\u62C9\u4E01\u6587\uFF09",st:"\u585E\u7D22\u6258\u8BED",su:"\u5DFD\u4ED6\u8BED",sv:"\u745E\u5178\u8BED",sw:"\u65AF\u74E6\u5E0C\u91CC\u8BED",ta:"\u6CF0\u7C73\u5C14\u8BED",te:"\u6CF0\u5362\u56FA\u8BED",tg:"\u5854\u5409\u514B\u8BED",th:"\u6CF0\u8BED",tlh:"\u514B\u6797\u8D21\u8BED","tlh-Qaak":"\u514B\u6797\u8D21\u8BED\uFF08piqaD\uFF09",to:"\u6C64\u52A0\u8BED",tr:"\u571F\u8033\u5176\u8BED",ty:"\u5854\u5E0C\u63D0\u8BED",ug:"\u7EF4\u543E\u5C14\u8BED",uk:"\u4E4C\u514B\u5170\u8BED",ur:"\u4E4C\u5C14\u90FD\u8BED",uz:"\u4E4C\u5179\u522B\u514B\u8BED",vi:"\u8D8A\u5357\u8BED",wyw:"\u6587\u8A00\u6587",xh:"\u73ED\u56FE\u8BED",yi:"\u610F\u7B2C\u7EEA\u8BED",yo:"\u7EA6\u9C81\u5DF4\u8BED",yua:"\u5C24\u5361\u5766\u739B\u96C5\u8BED",yue:"\u7CA4\u8BED","zh-CN":"\u7B80\u4F53\u4E2D\u6587","zh-TW":"\u7E41\u4F53\u4E2D\u6587","zh-CN-NE":"\u4E1C\u5317\u8BDD",zu:"\u7956\u9C81\u8BED","":"\u6240\u6709\u8BED\u8A00"},O2={placeholder:"\u8ACB\u9078\u64C7",af:"\u963F\u975E\u5229\u5361\u8A9E",am:"\u963F\u59C6\u54C8\u62C9\u8A9E",ar:"\u963F\u62C9\u4F2F\u8A9E",auto:"\u81EA\u52D5\u6AA2\u6E2C",az:"\u963F\u585E\u62DC\u7586\u8A9E",be:"\u767D\u4FC4\u7F85\u65AF\u8A9E",bg:"\u4FDD\u52A0\u5229\u4E9E\u8A9E",tn:"\u8D0A\u7D0D\u8A9E",bn:"\u5B5F\u52A0\u62C9\u8A9E",bs:"\u6CE2\u65AF\u5C3C\u4E9E\u8A9E",bo:"\u85CF\u8A9E",ca:"\u52A0\u6CF0\u862D\u8A9E",ceb:"\u5BBF\u9727\u8A9E",co:"\u79D1\u897F\u5609\u8A9E",cs:"\u6377\u514B\u8A9E",cy:"\u5A01\u723E\u65AF\u8A9E",da:"\u4E39\u9EA5\u8A9E",de:"\u5FB7\u8A9E",el:"\u5E0C\u81D8\u8A9E",en:"\u82F1\u8A9E",eo:"\u4E16\u754C\u8A9E",es:"\u897F\u73ED\u7259\u8A9E",et:"\u611B\u6C99\u5C3C\u4E9E\u8A9E",eu:"\u5DF4\u65AF\u514B\u8A9E",sa:"\u68B5\u8A9E",fa:"\u6CE2\u65AF\u8A9E",fi:"\u82AC\u862D\u8A9E",fil:"\u83F2\u5F8B\u8CD3\u8A9E",fj:"\u6590\u6FDF\u8A9E",fr:"\u6CD5\u8A9E",fy:"\u5F17\u91CC\u897F\u8A9E",ga:"\u611B\u723E\u862D\u8A9E",gd:"\u8607\u683C\u862D\u84CB\u723E\u8A9E",gl:"\u52A0\u5229\u897F\u4E9E\u8A9E",gu:"\u53E4\u5409\u62C9\u7279\u8A9E",ha:"\u8C6A\u6492\u8A9E",haw:"\u590F\u5A01\u5937\u8A9E",he:"\u5E0C\u4F2F\u4F86\u8A9E",hi:"\u5370\u5730\u8A9E",hmn:"\u82D7\u8A9E",hr:"\u514B\u7F85\u5730\u4E9E\u8A9E",ht:"\u6D77\u5730\u514B\u91CC\u5967\u723E\u8A9E",hu:"\u5308\u7259\u5229\u8A9E",hy:"\u4E9E\u7F8E\u5C3C\u4E9E\u8A9E",id:"\u5370\u5C3C\u8A9E",ig:"\u4F0A\u535A\u8A9E",is:"\u51B0\u5CF6\u8A9E",it:"\u610F\u5927\u5229\u8A9E",ja:"\u65E5\u8A9E",jw:"\u722A\u54C7\u8A9E",ka:"\u55AC\u6CBB\u4E9E\u8A9E",kk:"\u54C8\u85A9\u514B\u8A9E",km:"\u9AD8\u68C9\u8A9E",kn:"\u574E\u7D0D\u9054\u8A9E",ko:"\u97D3\u8A9E",ku:"\u5EAB\u723E\u5FB7\u8A9E",ky:"\u5409\u723E\u5409\u65AF\u8A9E",la:"\u62C9\u4E01\u8A9E",lb:"\u76E7\u68EE\u5821\u8A9E",lo:"\u8001\u64BE\u8A9E",lt:"\u7ACB\u9676\u5B9B\u8A9E",lv:"\u62C9\u812B\u7DAD\u4E9E\u8A9E",mg:"\u99AC\u62C9\u52A0\u65AF\u8A9E",mi:"\u6BDB\u5229\u8A9E",mk:"\u99AC\u5176\u9813\u8A9E",ml:"\u99AC\u62C9\u96C5\u62C9\u59C6\u8A9E",mn:"\u8499\u53E4\u8A9E",mr:"\u99AC\u62C9\u5730\u8A9E",ms:"\u99AC\u4F86\u8A9E",mt:"\u99AC\u723E\u4ED6\u8A9E",mww:"\u767D\u82D7\u8A9E",my:"\u7DEC\u7538\u8A9E",ne:"\u5C3C\u6CCA\u723E\u8A9E",nl:"\u8377\u862D\u8A9E",no:"\u632A\u5A01\u8A9E",ny:"\u9F4A\u5207\u74E6\u8A9E",otq:"\u594E\u96F7\u5854\u7F85\u5967\u6258\u7C73\u8A9E",pa:"\u65C1\u906E\u666E\u8A9E",pl:"\u6CE2\u862D\u8A9E",ps:"\u666E\u4EC0\u5716\u8A9E",pt:"\u8461\u8404\u7259\u8A9E","pt-br":"\u8461\u8404\u7259\u8A9E\uFF08\u5DF4\u897F\uFF09",ro:"\u7F85\u99AC\u5C3C\u4E9E\u8A9E",ru:"\u4FC4\u8A9E",sd:"\u4FE1\u5FB7\u8A9E",si:"\u50E7\u4F3D\u7F85\u8A9E",sk:"\u65AF\u6D1B\u4F10\u514B\u8A9E",sl:"\u65AF\u6D1B\u7DAD\u5C3C\u4E9E\u8A9E",sm:"\u85A9\u6469\u4E9E\u8A9E",sn:"\u7D39\u7D0D\u8A9E",so:"\u7D22\u99AC\u91CC\u8A9E",sq:"\u963F\u723E\u5DF4\u5C3C\u4E9E\u8A9E",sr:"\u585E\u723E\u7DAD\u4E9E\u8A9E","sr-Cyrl":"\u585E\u723E\u7DAD\u4E9E\u8A9E (\u897F\u91CC\u723E\u6587)","sr-Latn":"\u585E\u723E\u7DAD\u4E9E\u8A9E (\u62C9\u4E01\u6587)",st:"\u585E\u7D22\u6258\u8A9E",su:"\u5DFD\u4ED6\u8A9E",sv:"\u745E\u5178\u8A9E",sw:"\u65AF\u74E6\u5E0C\u91CC\u8A9E",ta:"\u6CF0\u7C73\u723E\u8A9E",te:"\u6CF0\u76E7\u56FA\u8A9E",tg:"\u5854\u5409\u514B\u8A9E",th:"\u6CF0\u8A9E",tlh:"\u514B\u6797\u8CA2\u8A9E","tlh-Qaak":"\u514B\u6797\u8CA2\u8A9E (piqaD)",to:"\u6771\u52A0\u8A9E",tr:"\u571F\u8033\u5176\u8A9E",ty:"\u5854\u5E0C\u63D0\u8A9E",ug:"\u7DAD\u543E\u723E\u8A9E",uk:"\u70CF\u514B\u862D\u8A9E",ur:"\u70CF\u723E\u90FD\u8A9E",uz:"\u70CF\u8332\u5225\u514B\u8A9E",vi:"\u8D8A\u5357\u8A9E",wyw:"\u6587\u8A00\u6587",xh:"\u79D1\u85A9\u8A9E",yi:"\u610F\u7B2C\u7DD2\u8A9E",yo:"\u7D04\u9B6F\u5DF4\u8A9E",yua:"\u5C24\u52A0\u6566\u99AC\u96C5\u8A9E",yue:"\u5EE3\u6771\u8A71 (\u50B3\u7D71)","zh-CN":"\u7C21\u9AD4\u4E2D\u6587","zh-TW":"\u7E41\u9AD4\u4E2D\u6587","zh-CN-NE":"\u6771\u5317\u8A71",zu:"\u7956\u9B6F\u8A9E","":"\u6240\u6709\u8A9E\u8A00"};var Nl=[{name:"touch",shortcuts:[{command:"touchShortcutsToggleTranslatePage",type:"finger"},{command:"touchShortcutsToggleTranslationMask",type:"finger"},{command:"touchShortcutsToggleTranslatePageOnlyTranslation",type:"finger"},{command:"touchShortcutsToggleTranslateTouchElement",type:"finger"}]},{name:"main",shortcuts:["toggleTranslatePage","shareToDraft","translateInputBox"]},{name:"mouse",shortcuts:[{command:"mouseHoverHoldKey",type:"mouseHoverHoldKey"},"toggleMouseHoverTranslateDirectly"]},{name:"others",shortcuts:["toggleTranslationMask","toggleTranslateToThePageEndImmediately","toggleTranslateTheMainPage","toggleOnlyTransation","toggleTranslateTheWholePage","toggleVideoSubtitlePreTranslation"]},{name:"shortcutsForTranslationServices",shortcuts:["translateWithDeepL","translateWithGoogle","translateWithOpenAI","translateWithBing","translateWithTransmart","translateWithGemini"]}],N2=["https://immersive-translate.owenyoung.com/options/","https://immersive-translate.owenyoung.com/auth-done/","https://dash.immersivetranslate.com/","https://dash.immersivetranslate.com/auth-done/","http://localhost:8000/dist/userscript/options/","http://localhost:8000/auth-done/","http://192.168.50.9:8000/dist/userscript/options/","http://192.168.31.51:8000/dist/userscript/options/","http://192.168.1.72:8000/dist/userscript/options/","https://www.deepl.com/translator","translate.google.com","http://localhost:8000/options/","http://192.168.50.9:8000/options/","http://192.168.31.51:8000/options/","http://192.168.1.72:8000/options/"],Dr="zh-CN",Ul="https://immersivetranslate.com/docs/communities/",g2=[{type:"select",name:"codename",labelKey:"field.translationEngine",default:"youdao",required:!1,options:[{label:"translationServices.google",value:"google"},{label:"translationServices.deepl",value:"deepl"},{label:"translationServices.youdao",value:"youdao"},{label:"translationServices.tencent",value:"tencent"},{label:"translationServices.aliyun",value:"aliyun"},{label:"translationServices.baidu",value:"baidu"},{label:"translationServices.caiyun",value:"caiyun"},{label:"translationServices.wechat",value:"wechat"},{label:"translationServices.ibm",value:"ibm"},{label:"translationServices.azure",value:"azure"},{label:"translationServices.aws",value:"aws"}]}],jl=["caiyun","cai"],Qn={bing:{name:"\u5FAE\u8F6F\u7FFB\u8BD1",homepage:"https://www.bing.com/translator"},google:{name:"Google",homepage:"https://translate.google.com/"},deepl:{name:"DeepL",homepage:"https://www.deepl.com/translator",docUrl:"https://immersivetranslate.com/docs/services/deepL/",providers:[{name:"pro",nameKey:"deepLProName",descriptionKey:"deepLProDescription",descriptionKeyForNormal:"deeplProDescriptionForNormal",descriptionLink1:"https://immersivetranslate.com/pricing"},{name:"custom",nameKey:"deepLCustomName",descriptionKey:"deepLCustomDescription",descriptionLink1:"https://www.deepl.com/translator",descriptionLink2:"https://immersivetranslate.com/docs/services/deepL/"}],allProps:[{name:"authKey",providers:["custom"],label:"Auth Key",required:!0,type:"password"}]},openai:{name:"Open AI",homepage:"https://openai.com/api/",docUrl:"https://immersivetranslate.com/docs/services/openai/",providers:[{name:"pro",nameKey:"openaiProName",descriptionKey:"openaiProDescription",descriptionKeyForNormal:"openaiProDescriptionForNormal",descriptionLink1:"https://immersivetranslate.com/pricing"},{name:"custom",nameKey:"openaiCustomName",descriptionKey:"openaiCustomDescription",descriptionLink1:"https://immersivetranslate.com/docs/services/openai/"}],allProps:[{name:"APIKEY",providers:["custom"],required:!0,type:"password"},{name:"model",labelKey:"field.model",descriptionKey:"description.model",required:!1,type:"model-select",default:"gpt-3.5-turbo-1106",providers:["custom"],options:[{providers:["custom","pro"],label:"gpt-3.5-turbo",value:"gpt-3.5-turbo"},{providers:["custom"],label:"gpt-3.5-turbo-0125",value:"gpt-3.5-turbo-0125"},{providers:["custom","pro"],label:"gpt-3.5-turbo-1106",value:"gpt-3.5-turbo-1106"},{providers:["custom","pro"],label:"gpt-3.5-turbo-0613",value:"gpt-3.5-turbo-0613"},{providers:["custom"],label:"gpt-4-1106-preview",value:"gpt-4-1106-preview"},{providers:["custom"],label:"gpt-4-0125-preview",value:"gpt-4-0125-preview"},{providers:["custom"],label:"gpt-4",value:"gpt-4"}]},{name:"limit",required:!1,labelKey:"field.limitPerSecond",descriptionKey:"description.limitPerSecond",descriptionLink1:"https://immersivetranslate.com/docs/services/openai/",type:"number",default:10,providers:["custom"]},{name:"maxTextLengthPerRequest",required:!1,labelKey:"field.maxTextLengthPerRequest",descriptionKey:"description.maxTextLengthPerRequest",type:"number",default:1200,optional:!0},{name:"maxTextGroupLengthPerRequest",required:!1,labelKey:"field.maxTextGroupLengthPerRequest",descriptionKey:"description.maxTextGroupLengthPerRequest",type:"number",default:1,optional:!0},{name:"apiUrl",labelKey:"field.apiUrl",required:!1,type:"text",default:"https://api.openai.com/v1/chat/completions",descriptionKey:"description.apiUrl",descriptionLink1:"https://immersivetranslate.com/docs/services/openai/",optional:!0,providers:["custom"]},{name:"systemPrompt",label:"System Prompt",required:!1,descriptionKey:"description.systemPrompt",type:"textarea",optional:!0,default:"You are a translation engine, you can only translate text and cannot interpret it, and do not explain."},{name:"prompt",label:"Prompt",required:!1,descriptionKey:"description.prompt",type:"textarea",default:`Translate the text to {{to}}, please do not explain any sentences, just translate or leave them as they are.: -{{text}}`,optional:!0},{name:"multiplePrompt",label:"Multiple Prompt",required:!1,descriptionKey:"description.multiplePrompt",type:"textarea",default:"",optional:!0},{name:"subtitlePrompt",label:"Subtitle Prompt",required:!1,descriptionKey:"description.subtitlePrompt",type:"textarea",default:"",optional:!0}]},yandex:{name:"Yandex",homepage:"https://translate.yandex.com/"},gemini:{name:"Gemini",homepage:"https://makersuite.google.com/",docUrl:"https://immersivetranslate.com/docs/services/gemini/",beta:!0,allProps:[{name:"APIKEY",providers:["custom"],required:!0,type:"password"},{name:"model",labelKey:"field.model",descriptionKey:"description.model",optional:!0,required:!1,type:"model-select",options:[{label:"gemini-1.0-pro-latest",value:"gemini-1.0-pro-latest"}]},{name:"limit",required:!1,optional:!0,labelKey:"field.limitPerSecond",descriptionKey:"description.generalLimitPerSecond",descriptionLink1:"https://immersivetranslate.com/docs/services/openai/",type:"number",default:1},{name:"maxTextLengthPerRequest",required:!1,labelKey:"field.maxTextLengthPerRequest",descriptionKey:"description.maxTextLengthPerRequest",type:"number",default:1200,optional:!0},{name:"maxTextGroupLengthPerRequest",required:!1,labelKey:"field.maxTextGroupLengthPerRequest",descriptionKey:"description.maxTextGroupLengthPerRequest",type:"number",default:3,optional:!0},{name:"apiUrl",labelKey:"field.apiUrl",required:!1,type:"text",default:"https://generativelanguage.googleapis.com/v1beta/models/{model}:generateContent?key={key}",descriptionKey:"description.apiUrl",descriptionLink1:"https://immersivetranslate.com/docs/services/gemini/",optional:!0},{name:"prompt",label:"Prompt",required:!1,descriptionKey:"description.prompt",type:"textarea",default:"",optional:!0},{name:"multiplePrompt",label:"Multiple Prompt",required:!1,descriptionKey:"description.multiplePrompt",type:"textarea",default:"",optional:!0},{name:"subtitlePrompt",label:"Subtitle Prompt",required:!1,descriptionKey:"description.subtitlePrompt",type:"textarea",default:"",optional:!0}]},claude:{name:"Claude",homepage:"https://www.anthropic.com/",docUrl:"https://immersivetranslate.com/docs/services/claude/",allProps:[{name:"APIKEY",providers:["custom"],required:!0,type:"password"},{name:"model",labelKey:"field.model",descriptionKey:"description.model",optional:!0,required:!1,type:"model-select",default:"claude-3-haiku-20240307",options:[{label:"claude-3-haiku-20240307",value:"claude-3-haiku-20240307"},{label:"claude-3-sonnet-20240229",value:"claude-3-sonnet-20240229"},{label:"claude-3-opus-20240229",value:"claude-3-opus-20240229"},{label:"claude-2.1",value:"claude-2.1"}]},{name:"limit",required:!1,optional:!0,labelKey:"field.limitPerSecond",descriptionKey:"description.generalLimitPerSecond",descriptionLink1:"https://immersivetranslate.com/docs/services/openai/",type:"number",default:1},{name:"maxTextLengthPerRequest",required:!1,labelKey:"field.maxTextLengthPerRequest",descriptionKey:"description.maxTextLengthPerRequest",type:"number",default:1200,optional:!0},{name:"maxTextGroupLengthPerRequest",required:!1,labelKey:"field.maxTextGroupLengthPerRequest",descriptionKey:"description.maxTextGroupLengthPerRequest",type:"number",default:10,optional:!0},{name:"apiUrl",labelKey:"field.apiUrl",required:!1,type:"text",default:"https://api.anthropic.com/v1/messages",descriptionKey:"description.apiUrl",descriptionLink1:"https://immersivetranslate.com/docs/services/claude/",optional:!0},{name:"prompt",label:"Prompt",required:!1,descriptionKey:"description.prompt",type:"textarea",default:"",optional:!0},{name:"multiplePrompt",label:"Multiple Prompt",required:!1,descriptionKey:"description.multiplePrompt",type:"textarea",default:"",optional:!0},{name:"subtitlePrompt",label:"Subtitle Prompt",required:!1,descriptionKey:"description.subtitlePrompt",type:"textarea",default:"",optional:!0}]},transmart:{name:"Transmart",homepage:"https://transmart.qq.com/"},youdao:{name:"Youdao",homepage:"https://youdao.com/",docUrl:"https://immersivetranslate.com/docs/services/youdao/",allProps:[{name:"appId",required:!0,type:"text"},{name:"appSecret",required:!0,type:"password"},{name:"limit",required:!1,labelKey:"field.limitPerSecond",descriptionKey:"description.generalLimitPerSecond",type:"number",default:5,optional:!0},{name:"maxTextLengthPerRequest",required:!1,labelKey:"field.maxTextLengthPerRequest",descriptionKey:"description.maxTextLengthPerRequest",type:"number",default:1200,optional:!0},{name:"maxTextGroupLengthPerRequest",required:!1,labelKey:"field.maxTextGroupLengthPerRequest",descriptionKey:"description.maxTextGroupLengthPerRequest",type:"number",default:200,optional:!0},{name:"domain",required:!1,labelKey:"field.domain",descriptionKey:"description.domain",descriptionLink1:"https://fanyi.youdao.com/openapi/",type:"text",default:"general",optional:!0},{name:"vocabId",required:!1,labelKey:"field.vocabId",descriptionKey:"description.vocabId",type:"text",default:"",optional:!0}]},tencent:{name:"Tencent",homepage:"https://fanyi.qq.com/",docUrl:"https://immersivetranslate.com/docs/services/tencent/",allProps:[{name:"secretId",required:!0,type:"text"},{name:"secretKey",required:!0,type:"password"}]},aliyun:{name:"Aliyun",homepage:"https://translate.alibaba.com/",docUrl:"https://immersivetranslate.com/docs/services/aliyun/",allProps:[{name:"AccessKeyID",required:!0,type:"text"},{name:"AccessKeySecret",required:!0,type:"password"},{name:"scene",labelKey:"field.scene",descriptionKey:"description.scene",descriptionLink1:"https://help.aliyun.com/document_detail/158267.html",required:!1,optional:!0,type:"text",default:"general"}]},azure:{name:"azure",homepage:"https://learn.microsoft.com/en-us/azure/cognitive-services/translator/text-translation-overview",docUrl:"https://immersivetranslate.com/docs/services/azure/",allProps:[{name:"region",required:!1,default:"eastasia",type:"text"},{name:"APIKEY",required:!0,type:"password"},{name:"apiUrl",labelKey:"field.apiUrl",required:!1,type:"text",default:"https://api.cognitive.microsofttranslator.com/",descriptionKey:"description.azureApiUrl",optional:!0}]},papago:{name:"Papago",homepage:"https://translate.google.com/",canary:!0},baidu:{name:"Baidu",homepage:"https://fanyi.baidu.com/",docUrl:"https://immersivetranslate.com/docs/services/baidu/",allProps:[{name:"appid",required:!0,type:"text"},{name:"key",required:!0,type:"password"},{name:"limit",required:!1,labelKey:"field.limitPerSecond",descriptionKey:"description.generalLimitPerSecond",type:"number",default:1,optional:!0},{name:"maxTextLengthPerRequest",required:!1,labelKey:"field.maxTextLengthPerRequest",descriptionKey:"description.maxTextLengthPerRequest",type:"number",default:1800,optional:!0},{name:"maxTextGroupLengthPerRequest",required:!1,labelKey:"field.maxTextGroupLengthPerRequest",descriptionKey:"description.maxTextGroupLengthPerRequest",type:"number",default:8,optional:!0},{name:"action",required:!1,labelKey:"field.action",descriptionKey:"description.action",descriptionLink1:"https://fanyi-api.baidu.com/doc/21",type:"boolean",default:!1,optional:!0},{name:"domain",required:!1,labelKey:"field.domain",descriptionKey:"description.baiduField",descriptionLink1:"https://fanyi-api.baidu.com/doc/22",type:"text",default:"",optional:!0}]},volc:{name:"Volc",homepage:"https://www.volcengine.com/",docUrl:"https://immersivetranslate.com/docs/services/volcano/",allProps:[{name:"accessKeyId",required:!0,type:"text"},{name:"secretAccessKey",required:!0,type:"password"},{name:"limit",required:!1,labelKey:"field.limitPerSecond",descriptionKey:"description.generalLimitPerSecond",type:"number",default:5,optional:!0},{name:"maxTextLengthPerRequest",required:!1,labelKey:"field.maxTextLengthPerRequest",descriptionKey:"description.maxTextLengthPerRequest",type:"number",default:1800,optional:!0},{name:"maxTextGroupLengthPerRequest",required:!1,labelKey:"field.maxTextGroupLengthPerRequest",descriptionKey:"description.maxTextGroupLengthPerRequest",type:"number",default:8,optional:!0}]},caiyun:{name:"Caiyun",homepage:"https://fanyi.caiyunapp.com/",docUrl:"https://immersivetranslate.com/docs/services/caiyun/",allProps:[{name:"token",required:!0,type:"password"}]},cai:{name:"Cai",homepage:"https://fanyi.caiyunapp.com/",alpha:!0},custom:{name:"Custom",beta:!0,homepage:"https://immersivetranslate.com/docs/services/custom/",titleKey:"description.custom",allProps:[{name:"url",label:"API URL",required:!0,type:"text"},{name:"langs",required:!1,labelKey:"field.langs",type:"textarea",default:"zh-CN,en",optional:!0},{name:"placeholderDelimiters",required:!1,labelKey:"field.placeholderDelimiters",type:"text",default:qs,optional:!0},{name:"limit",required:!1,labelKey:"field.limitPerSecond",descriptionKey:"description.generalLimitPerSecond",type:"number",default:5,optional:!0},{name:"maxTextLengthPerRequest",required:!1,labelKey:"field.maxTextLengthPerRequest",descriptionKey:"description.maxTextLengthPerRequest",type:"number",default:1200,optional:!0},{name:"maxTextGroupLengthPerRequest",required:!1,labelKey:"field.maxTextGroupLengthPerRequest",descriptionKey:"description.maxTextGroupLengthPerRequest",type:"number",default:1,optional:!0}]},mock:{name:"Mock",homepage:"https://www.google.com"},mock2:{name:"Mock2",homepage:"https://www.google.com"},tenAlpha:{name:"TenAlpha",homepage:"https://fanyi.qq.com/",alpha:!0},you:{name:"You",alpha:!0,homepage:"https://youdao.com/"},openl:{name:"Openl",homepage:"https://openl.club/",docUrl:"https://immersivetranslate.com/docs/services/openL/",allProps:[...g2,{type:"password",name:"apikey",required:!0}],props:g2},volcAlpha:{name:"Volc Alpha",alpha:!0,homepage:"https://www.volcengine.com/"},d:{name:"D () ",canary:!0,homepage:"https://www.deepl.com/translator"},dpro:{name:"DPro (Canary) ",canary:!0,homepage:"https://www.deepl.com/translator"},deeplx:{name:"DeepLX (Beta)",beta:!0,homepage:"https://www.deepl.com/translator",allProps:[{name:"url",label:"API URL",required:!0,type:"text"},{name:"limit",required:!1,labelKey:"field.limitPerSecond",descriptionKey:"description.generalLimitPerSecond",type:"number",default:5,optional:!0},{name:"maxTextLengthPerRequest",required:!1,labelKey:"field.maxTextLengthPerRequest",descriptionKey:"description.maxTextLengthPerRequest",type:"number",default:1200,optional:!0},{name:"maxTextGroupLengthPerRequest",required:!1,labelKey:"field.maxTextGroupLengthPerRequest",descriptionKey:"description.maxTextGroupLengthPerRequest",type:"number",default:1,optional:!0}]},niu:{name:"niutrans",homepage:"https://niutrans.com/",docUrl:"https://immersivetranslate.com/docs/services/niu",allProps:[{name:"APIKEY",required:!0,type:"password"}]}},Hl={type:be+"ChildFrameToRootFrameIdentifier"},Lg=["youtube","netflix","webvtt","khanacademy","bilibili","udemy","hulu","text_track","text_track_dynamic","general","live","ebutt","disneyplus","fmp4.xml","multi_attach_vtt","twitter","subsrt","xml","av"],Jr=["Ctrl","Shift","Alt","Auto","Off","OtherCustom","Other"],U2=["ctrl","alt","shift","cmd","command","option","control"],zl=[{key:"/"},{key:"="},{key:";"},{key:","},{key:"."},{key:":"},{key:"space",labelKey:"spaceKey",skipForStarting:!0},{key:"none",labelKey:"noneKey",skipForTrailing:!0}],qj=gn()?"https://dash.immersivetranslate.com/#general":"http://localhost:8000/dist/userscript/options/#general",$s="user_from_plugin",Tt="user_info",yo=gn()||Jn()?"https://api2.immersivetranslate.com":"https://test-api2.immersivetranslate.com",ql=gn()||Jn()?"https://immersivetranslate.com/accounts/login?from=plugin":"https://test.immersivetranslate.com/accounts/login?from=plugin",j2=ql+"&utm_source=extension&utm_medium=extension&utm_campaign=error_modal",H2=ql+"&utm_source=extension&utm_medium=extension&utm_campaign=popup_more",Co=gn()||Jn()?"https://immersivetranslate.com/profile":"https://test.immersivetranslate.com/profile",xa=gn()||Jn()?"https://immersivetranslate.com/pricing":"https://test.immersivetranslate.com/pricing",nS=gn()||Jn()?"https://immersivetranslate.com/download/":"https://test.immersivetranslate.com/download/",rS=gn()||Jn()?"https://immersivetranslate.com/topup?type=open_ai&":"https://test.immersivetranslate.com/topup?type=open_ai&",aS=gn()||Jn()?"https://immersivetranslate.com/topup?type=deepl&":"https://test.immersivetranslate.com/topup?type=deepl&",Wj=xa+"?utm_source=extension&utm_medium=extension&utm_campaign=popup_more",z2=nS+"?utm_source=extension&utm_medium=extension&utm_campaign=options_nav",q2=xa+"?utm_source=extension&utm_medium=extension&utm_campaign=popup_footer",Wl=xa+"?utm_source=extension&utm_medium=extension&utm_campaign=error_modal",W2=rS+"utm_source=extension&utm_medium=extension&utm_campaign=error_modal",$2=aS+"utm_source=extension&utm_medium=extension&utm_campaign=error_modal",V2=Co+"?utm_source=extension&utm_medium=extension&utm_campaign=error_modal&upgradeFromTrial=true",$l="https://immersivetranslate.com/docs/usage/",K2="https://immersivetranslate.com/docs/communities/",G2=Pe().TRANSLATE_FILE_URL,Y2=G2+"?utm_source=extension&utm_medium=extension&utm_campaign=options_nav",J2=G2+"?utm_source=extension&utm_medium=extension&utm_campaign=float_ball";var pi=console,_g=class{#e=performance.now();reset(){this.#e=performance.now()}stop(t){let n=performance.now(),r=Math.round(n-this.#e),a=Gn.green;r>1e4?a=Gn.red:r>1e3&&(a=Gn.yellow),pi.debug(Gn.dim(fo+" TIMING:"),t,"in",a(r+"ms")),this.#e=n}},Vs=class{#e=1;get level(){return this.#e}setLevel(t){switch(t){case"debug":this.#e=0;break;case"info":this.#e=1;break;case"warn":this.#e=2;break;case"error":this.#e=3;break;case"fatal":this.#e=4;break}}debug(...t){this.#e<=0&&pi.log(Gn.dim(fo+" DEBUG:"),...t)}v(...t){this.#e<=0}info(...t){this.#e<=1&&pi.log(Gn.green(fo+" INFO:"),...t)}l(...t){this.#e<=1}warn(...t){this.#e<=2&&pi.warn(Gn.yellow(fo+" WARN:"),...t)}error(...t){this.#e<=3&&pi.error(Gn.red(fo+" ERROR:"),...t)}fatal(...t){this.#e<=4&&pi.error(Gn.red(fo+" FATAL:"),...t)}timing(){return this.level===0?new _g:{reset:()=>{},stop:()=>{}}}},I=new Vs;m();function ot(){try{let e=[Pe().EBOOK_BUILDER_URL,Pe().EBOOK_VIEWER_URL,Pe().SUBTITLE_BUILDER_URL,Pe().HTML_VIEWER_URL,Pe().PDF_VIEWER_URL].filter(a=>!!a),t=["app.immersivetranslate.com"];gn()||t.push("localhost:38001");let n=globalThis.location.pathname;return e.find(a=>{let o=new URL(a);return n.startsWith(o.pathname)&&t.includes(o.host)})?!1:globalThis.self!==globalThis.top}catch{return!0}}m();m();var Vl={manifest_version:3,name:"__MSG_brandName__",description:"__MSG_brandDescription__",version:"1.4.5",default_locale:"en",background:{service_worker:"background.js"},web_accessible_resources:["styles/inject.css","pdf/index.html","video-subtitle/inject.js"],content_scripts:[{matches:["","file:///*","*://*/*"],js:["content_script.js"],run_at:"document_end",all_frames:!0},{matches:["","file:///*","*://*/*"],js:["content_start.js"],run_at:"document_start",all_frames:!0}],commands:{toggleTranslatePage:{suggested_key:{default:"Alt+A"},description:"__MSG_toggleTranslatePage__"},toggleTranslateTheWholePage:{suggested_key:{default:"Alt+W"},description:"__MSG_toggleTranslateTheWholePage__"},toggleOnlyTransation:{description:"__MSG_toggleOnlyTransation__"},toggleTranslateToThePageEndImmediately:{description:"__MSG_toggleTranslateToThePageEndImmediately__"},toggleTranslateTheMainPage:{description:"__MSG_toggleTranslateTheMainPage__"},toggleTranslationMask:{description:"__MSG_toggleTranslationMask__"},shareToDraft:{description:"__MSG_shareToDraft__"},toggleMouseHoverTranslateDirectly:{description:"__MSG_toggleMouseHoverTranslateDirectly__"},translateWithOpenAI:{description:"__MSG_translateWithOpenAI__"},translateWithDeepL:{description:"__MSG_translateWithDeepL__"},translateWithGoogle:{description:"__MSG_translateWithGoogle__"},translateWithTransmart:{description:"__MSG_translateWithTransmart__"},translateWithGemini:{description:"__MSG_translateWithGemini__"},translateWithBing:{description:"__MSG_translateWithBing__"},translateInputBox:{description:"__MSG_translateInputBox__"},toggleVideoSubtitlePreTranslation:{description:"__MSG_toggleVideoSubtitlePreTranslation__"}},options_page:"options.html",options_ui:{page:"options.html",open_in_tab:!0,browser_style:!1},permissions:["storage","activeTab","contextMenus","webRequest","webRequestBlocking","declarativeNetRequestWithHostAccess","declarativeNetRequestFeedback","declarativeNetRequest"],host_permissions:[""],declarative_net_request:{rule_resources:[{id:"ruleset_1",enabled:!0,path:"rules/request_modifier_rule.json"}]},action:{default_popup:"popup.html",default_icon:{"32":"icons/32.png","48":"icons/48.png","64":"icons/64.png","128":"icons/128.png","256":"icons/256.png"}},browser_action:{default_icon:"icons/32.png",default_popup:"popup.html",theme_icons:[{dark:"icons/32.png",light:"icons/dark-32.png",size:32},{dark:"icons/48.png",light:"icons/dark-48.png",size:48},{dark:"icons/64.png",light:"icons/dark-64.png",size:64},{dark:"icons/128.png",light:"icons/dark-128.png",size:128},{dark:"icons/256.png",light:"icons/dark-256.png",size:256}]},icons:{"32":"icons/32.png","48":"icons/48.png","64":"icons/64.png","128":"icons/128.png","256":"icons/256.png"},browser_specific_settings:{gecko:{id:"{5efceaa7-f3a2-4e59-a54b-85319448e305}",strict_min_version:"63.0"},gecko_android:{strict_min_version:"113.0"}},key:"MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA7JPn78UfqI3xIIOPPLPS74UTzLfJL1gQM8hlk/deKWvFP/WqUBnPJPdhQeF45sFpI1OjO70nFqdATT4/RwYAiZK7G/E6m27MDVnhHjszfzReOuoAEn9J3RnE2xEx5pFhRFcelhnwTTLrrn90aaPcaMtNsgXtZA1Ggz/SnX9I4ZygqpJYjx3Ql2t6SyNK222oRQiKMT93Rrjgyc8RFA7FKXsWglG0TvseRjbmG5Jk5gDx+2/YTcWGqCDotQnWnkPj/dBO23UAX7IpyJK3FGYdkvWFih6OVClHIIWY8mfCjjwSGbXNQNesaa9F2hrzBZ5MRTj4m7yj76mGxuPHPIE8mwIDAQAB"};m();m();m();var Mg=/iPhone/i,Q2=/iPod/i,Z2=/iPad/i,X2=/\biOS-universal(?:.+)Mac\b/i,Pg=/\bAndroid(?:.+)Mobile\b/i,e1=/Android/i,fi=/(?:SD4930UR|\bSilk(?:.+)Mobile\b)/i,Kl=/Silk/i,Qr=/Windows Phone/i,t1=/\bWindows(?:.+)ARM\b/i,n1=/BlackBerry/i,r1=/BB10/i,a1=/Opera Mini/i,o1=/\b(CriOS|Chrome)(?:.+)Mobile/i,i1=/Mobile(?:.+)Firefox\b/i,s1=e=>typeof e<"u"&&e.platform==="MacIntel"&&typeof e.maxTouchPoints=="number"&&e.maxTouchPoints>1&&typeof globalThis.MSStream>"u";function iS(e){return t=>t.test(e)}function it(e){let t={userAgent:"",platform:"",maxTouchPoints:0};!e&&typeof navigator<"u"?t={userAgent:navigator.userAgent,platform:navigator.platform,maxTouchPoints:navigator.maxTouchPoints||0}:typeof e=="string"?t.userAgent=e:e&&e.userAgent&&(t={userAgent:e.userAgent,platform:e.platform,maxTouchPoints:e.maxTouchPoints||0});let n=t.userAgent,r=n.split("[FBAN");typeof r[1]<"u"&&(n=r[0]),r=n.split("Twitter"),typeof r[1]<"u"&&(n=r[0]);let a=iS(n),o={apple:{phone:a(Mg)&&!a(Qr),ipod:a(Q2),tablet:!a(Mg)&&(a(Z2)||s1(t))&&!a(Qr),universal:a(X2),device:(a(Mg)||a(Q2)||a(Z2)||a(X2)||s1(t))&&!a(Qr)},amazon:{phone:a(fi),tablet:!a(fi)&&a(Kl),device:a(fi)||a(Kl)},android:{phone:!a(Qr)&&a(fi)||!a(Qr)&&a(Pg),tablet:!a(Qr)&&!a(fi)&&!a(Pg)&&(a(Kl)||a(e1)),device:!a(Qr)&&(a(fi)||a(Kl)||a(Pg)||a(e1))||a(/\bokhttp\b/i)},windows:{phone:a(Qr),tablet:a(t1),device:a(Qr)||a(t1)},other:{blackberry:a(n1),blackberry10:a(r1),opera:a(a1),firefox:a(i1),chrome:a(o1),device:a(n1)||a(r1)||a(a1)||a(i1)||a(o1)},any:!1,phone:!1,tablet:!1};return o.any=o.apple.device||o.android.device||o.windows.device||o.other.device,o.phone=o.apple.phone||o.android.phone||o.windows.phone,o.tablet=o.apple.tablet||o.android.tablet||o.windows.tablet,o}var Fg="DENO",Gl="CHROME",Yl="FIREFOX";function u1(e){let t=Gl;try{let n=navigator?.userAgent||"";/firefox/i.test(n)||typeof InstallTrigger<"u"?t=Yl:/deno/i.test(n)&&(t=Fg)}catch{}return e===Gl&&t===Gl||e===Yl&&t===Yl||e===Fg&&t===Fg}function l1(){return u1(Gl)}function c1(){return typeof Deno<"u"}function Zr(){return u1(Yl)}function Ea(){return!!navigator.maxTouchPoints||"ontouchstart"in document.documentElement}function d1(){return!!globalThis.matchMedia("(pointer:fine)").matches}function To(e){return!!(e?.confirmSupportMouse||globalThis.matchMedia("(pointer:fine)").matches)}m();var g1={addListener:()=>{},removeListener:()=>{},hasListener:()=>{}},m1={permissions:{contains:()=>{},request:()=>{}},runtime:{onMessage:g1,openOptionsPage:()=>{},lastError:{message:""}},storage:{sync:{get:()=>{},set:()=>{}}},tabs:{onUpdated:g1,query:()=>{},sendMessage:()=>{}}};var Q;c1()?Q=m1:Q=globalThis.immersiveTranslateBrowserAPI;var sS="";function Zn(){return sS||Vl.version}function kr(){return Q.runtime.getManifest().version}m();function p1(e){return e.replace(//g,">")}m();function Yt(e){return!!(e&&e.subscription&&e.subscription.subscriptionStatus==="active")}function f1(e){if(e){let t="unknown";if(e.subscription&&e.subscription.subscriptionId&&(e.subscription.subscriptionId.startsWith("sub_")?t="stripe":t="admin"),t==="stripe")return!0}return!1}function h1(e){if(e){let t=new Date(e.createTime),n=uS(t),r="free",a="unknown";return e.subscription&&e.subscription.subscriptionStatus==="active"&&(r=e.subscription.subscriptionType),e.subscription&&e.subscription.subscriptionId&&(e.subscription.subscriptionId.startsWith("sub_")?a="stripe":a="admin"),{user_type:r,user_register_day:n,subscription_from:a}}else return null}function uS(e){try{let n=e.toLocaleString("en-US",{timeZone:"Asia/Shanghai"}).split(" ")[0];n.endsWith(",")&&(n=n.slice(0,-1));let[r,a,o]=n.split("/");return n=`${o}-${r}-${a}`,n}catch{return"unknown"}}m();m();function ye(e){if(typeof e!="string")return"auto";let t=e.toLowerCase();if(t==="und")return"auto";if(t==="zh"||t.startsWith("zh-hans"))return"zh-CN";if(t.startsWith("zh-hant")||t.startsWith("zh-hk")||t.startsWith("zh-tw"))return"zh-TW";if(t.startsWith("zh-"))return"zh-CN";if(t==="iw")return"he";if(t==="jv")return"jw";let n=Bn.map(a=>a.toLowerCase()),r=n.indexOf(t);if(r===-1)if(t.indexOf("-")>=0){t=t.split("-")[0];let a=n.indexOf(t);return a===-1?"auto":Bn[a]}else return"auto";else return Bn[r]}function kt(){return ye(document?.documentElement?.lang||"en")}function Ks(e){if(Math.abs(e)<1024)return e+" Byte";let n=["KB","MB","GB","TB","PB","EB","ZB","YB"],r=-1;do e/=1024,++r;while(Math.abs(e)>=1024&&ru+l.text.length,0)+i.text.length>t||o.tempSentences.length>=n)&&(a.push(o),o={fromByClient:o.fromByClient,from:i.from,to:i.to,tempSentences:[],url:i.url}),(o.from!==i.from||o.to!==i.to)&&(o.tempSentences.length>0?(a.push(o),o={fromByClient:o.fromByClient,from:i.from,to:i.to,tempSentences:[],url:i.url}):(o.from=i.from,o.to=i.to)),o.tempSentences.push(i);return o.tempSentences.length>0&&a.push(o),a}function lS(e,t){let n=[],r=[];for(let a=0;a0?y1e4?a=Gn.red:r>1e3&&(a=Gn.yellow),pi.debug(Gn.dim(fo+" TIMING:"),t,"in",a(r+"ms")),this.#e=n}},Vs=class{#e=1;get level(){return this.#e}setLevel(t){switch(t){case"debug":this.#e=0;break;case"info":this.#e=1;break;case"warn":this.#e=2;break;case"error":this.#e=3;break;case"fatal":this.#e=4;break}}debug(...t){this.#e<=0&&pi.log(Gn.dim(fo+" DEBUG:"),...t)}v(...t){this.#e<=0}info(...t){this.#e<=1&&pi.log(Gn.green(fo+" INFO:"),...t)}l(...t){this.#e<=1}warn(...t){this.#e<=2&&pi.warn(Gn.yellow(fo+" WARN:"),...t)}error(...t){this.#e<=3&&pi.error(Gn.red(fo+" ERROR:"),...t)}fatal(...t){this.#e<=4&&pi.error(Gn.red(fo+" FATAL:"),...t)}timing(){return this.level===0?new _g:{reset:()=>{},stop:()=>{}}}},I=new Vs;m();function ot(){try{let e=[Pe().EBOOK_BUILDER_URL,Pe().EBOOK_VIEWER_URL,Pe().SUBTITLE_BUILDER_URL,Pe().HTML_VIEWER_URL,Pe().PDF_VIEWER_URL].filter(a=>!!a),t=["app.immersivetranslate.com"];gn()||t.push("localhost:38001");let n=globalThis.location.pathname;return e.find(a=>{let o=new URL(a);return n.startsWith(o.pathname)&&t.includes(o.host)})?!1:globalThis.self!==globalThis.top}catch{return!0}}m();m();var Vl={manifest_version:3,name:"__MSG_brandName__",description:"__MSG_brandDescription__",version:"1.4.6",default_locale:"en",background:{service_worker:"background.js"},web_accessible_resources:["styles/inject.css","pdf/index.html","video-subtitle/inject.js"],content_scripts:[{matches:["","file:///*","*://*/*"],js:["content_script.js"],run_at:"document_end",all_frames:!0},{matches:["","file:///*","*://*/*"],js:["content_start.js"],run_at:"document_start",all_frames:!0}],commands:{toggleTranslatePage:{suggested_key:{default:"Alt+A"},description:"__MSG_toggleTranslatePage__"},toggleTranslateTheWholePage:{suggested_key:{default:"Alt+W"},description:"__MSG_toggleTranslateTheWholePage__"},toggleOnlyTransation:{description:"__MSG_toggleOnlyTransation__"},toggleTranslateToThePageEndImmediately:{description:"__MSG_toggleTranslateToThePageEndImmediately__"},toggleTranslateTheMainPage:{description:"__MSG_toggleTranslateTheMainPage__"},toggleTranslationMask:{description:"__MSG_toggleTranslationMask__"},shareToDraft:{description:"__MSG_shareToDraft__"},toggleMouseHoverTranslateDirectly:{description:"__MSG_toggleMouseHoverTranslateDirectly__"},translateWithOpenAI:{description:"__MSG_translateWithOpenAI__"},translateWithDeepL:{description:"__MSG_translateWithDeepL__"},translateWithGoogle:{description:"__MSG_translateWithGoogle__"},translateWithTransmart:{description:"__MSG_translateWithTransmart__"},translateWithGemini:{description:"__MSG_translateWithGemini__"},translateWithBing:{description:"__MSG_translateWithBing__"},translateInputBox:{description:"__MSG_translateInputBox__"},toggleVideoSubtitlePreTranslation:{description:"__MSG_toggleVideoSubtitlePreTranslation__"}},options_page:"options.html",options_ui:{page:"options.html",open_in_tab:!0,browser_style:!1},permissions:["storage","activeTab","contextMenus","webRequest","webRequestBlocking","declarativeNetRequestWithHostAccess","declarativeNetRequestFeedback","declarativeNetRequest"],host_permissions:[""],declarative_net_request:{rule_resources:[{id:"ruleset_1",enabled:!0,path:"rules/request_modifier_rule.json"}]},action:{default_popup:"popup.html",default_icon:{"32":"icons/32.png","48":"icons/48.png","64":"icons/64.png","128":"icons/128.png","256":"icons/256.png"}},browser_action:{default_icon:"icons/32.png",default_popup:"popup.html",theme_icons:[{dark:"icons/32.png",light:"icons/dark-32.png",size:32},{dark:"icons/48.png",light:"icons/dark-48.png",size:48},{dark:"icons/64.png",light:"icons/dark-64.png",size:64},{dark:"icons/128.png",light:"icons/dark-128.png",size:128},{dark:"icons/256.png",light:"icons/dark-256.png",size:256}]},icons:{"32":"icons/32.png","48":"icons/48.png","64":"icons/64.png","128":"icons/128.png","256":"icons/256.png"},browser_specific_settings:{gecko:{id:"{5efceaa7-f3a2-4e59-a54b-85319448e305}",strict_min_version:"63.0"},gecko_android:{strict_min_version:"113.0"}},key:"MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA7JPn78UfqI3xIIOPPLPS74UTzLfJL1gQM8hlk/deKWvFP/WqUBnPJPdhQeF45sFpI1OjO70nFqdATT4/RwYAiZK7G/E6m27MDVnhHjszfzReOuoAEn9J3RnE2xEx5pFhRFcelhnwTTLrrn90aaPcaMtNsgXtZA1Ggz/SnX9I4ZygqpJYjx3Ql2t6SyNK222oRQiKMT93Rrjgyc8RFA7FKXsWglG0TvseRjbmG5Jk5gDx+2/YTcWGqCDotQnWnkPj/dBO23UAX7IpyJK3FGYdkvWFih6OVClHIIWY8mfCjjwSGbXNQNesaa9F2hrzBZ5MRTj4m7yj76mGxuPHPIE8mwIDAQAB"};m();m();m();var Mg=/iPhone/i,Q2=/iPod/i,Z2=/iPad/i,X2=/\biOS-universal(?:.+)Mac\b/i,Pg=/\bAndroid(?:.+)Mobile\b/i,e1=/Android/i,fi=/(?:SD4930UR|\bSilk(?:.+)Mobile\b)/i,Kl=/Silk/i,Qr=/Windows Phone/i,t1=/\bWindows(?:.+)ARM\b/i,n1=/BlackBerry/i,r1=/BB10/i,a1=/Opera Mini/i,o1=/\b(CriOS|Chrome)(?:.+)Mobile/i,i1=/Mobile(?:.+)Firefox\b/i,s1=e=>typeof e<"u"&&e.platform==="MacIntel"&&typeof e.maxTouchPoints=="number"&&e.maxTouchPoints>1&&typeof globalThis.MSStream>"u";function iS(e){return t=>t.test(e)}function it(e){let t={userAgent:"",platform:"",maxTouchPoints:0};!e&&typeof navigator<"u"?t={userAgent:navigator.userAgent,platform:navigator.platform,maxTouchPoints:navigator.maxTouchPoints||0}:typeof e=="string"?t.userAgent=e:e&&e.userAgent&&(t={userAgent:e.userAgent,platform:e.platform,maxTouchPoints:e.maxTouchPoints||0});let n=t.userAgent,r=n.split("[FBAN");typeof r[1]<"u"&&(n=r[0]),r=n.split("Twitter"),typeof r[1]<"u"&&(n=r[0]);let a=iS(n),o={apple:{phone:a(Mg)&&!a(Qr),ipod:a(Q2),tablet:!a(Mg)&&(a(Z2)||s1(t))&&!a(Qr),universal:a(X2),device:(a(Mg)||a(Q2)||a(Z2)||a(X2)||s1(t))&&!a(Qr)},amazon:{phone:a(fi),tablet:!a(fi)&&a(Kl),device:a(fi)||a(Kl)},android:{phone:!a(Qr)&&a(fi)||!a(Qr)&&a(Pg),tablet:!a(Qr)&&!a(fi)&&!a(Pg)&&(a(Kl)||a(e1)),device:!a(Qr)&&(a(fi)||a(Kl)||a(Pg)||a(e1))||a(/\bokhttp\b/i)},windows:{phone:a(Qr),tablet:a(t1),device:a(Qr)||a(t1)},other:{blackberry:a(n1),blackberry10:a(r1),opera:a(a1),firefox:a(i1),chrome:a(o1),device:a(n1)||a(r1)||a(a1)||a(i1)||a(o1)},any:!1,phone:!1,tablet:!1};return o.any=o.apple.device||o.android.device||o.windows.device||o.other.device,o.phone=o.apple.phone||o.android.phone||o.windows.phone,o.tablet=o.apple.tablet||o.android.tablet||o.windows.tablet,o}var Fg="DENO",Gl="CHROME",Yl="FIREFOX";function u1(e){let t=Gl;try{let n=navigator?.userAgent||"";/firefox/i.test(n)||typeof InstallTrigger<"u"?t=Yl:/deno/i.test(n)&&(t=Fg)}catch{}return e===Gl&&t===Gl||e===Yl&&t===Yl||e===Fg&&t===Fg}function l1(){return u1(Gl)}function c1(){return typeof Deno<"u"}function Zr(){return u1(Yl)}function Ea(){return!!navigator.maxTouchPoints||"ontouchstart"in document.documentElement}function d1(){return!!globalThis.matchMedia("(pointer:fine)").matches}function To(e){return!!(e?.confirmSupportMouse||globalThis.matchMedia("(pointer:fine)").matches)}m();var g1={addListener:()=>{},removeListener:()=>{},hasListener:()=>{}},m1={permissions:{contains:()=>{},request:()=>{}},runtime:{onMessage:g1,openOptionsPage:()=>{},lastError:{message:""}},storage:{sync:{get:()=>{},set:()=>{}}},tabs:{onUpdated:g1,query:()=>{},sendMessage:()=>{}}};var Q;c1()?Q=m1:Q=globalThis.immersiveTranslateBrowserAPI;var sS="";function Zn(){return sS||Vl.version}function kr(){return Q.runtime.getManifest().version}m();function p1(e){return e.replace(//g,">")}m();function Yt(e){return!!(e&&e.subscription&&e.subscription.subscriptionStatus==="active")}function f1(e){if(e){let t="unknown";if(e.subscription&&e.subscription.subscriptionId&&(e.subscription.subscriptionId.startsWith("sub_")?t="stripe":t="admin"),t==="stripe")return!0}return!1}function h1(e){if(e){let t=new Date(e.createTime),n=uS(t),r="free",a="unknown";return e.subscription&&e.subscription.subscriptionStatus==="active"&&(r=e.subscription.subscriptionType),e.subscription&&e.subscription.subscriptionId&&(e.subscription.subscriptionId.startsWith("sub_")?a="stripe":a="admin"),{user_type:r,user_register_day:n,subscription_from:a}}else return null}function uS(e){try{let n=e.toLocaleString("en-US",{timeZone:"Asia/Shanghai"}).split(" ")[0];n.endsWith(",")&&(n=n.slice(0,-1));let[r,a,o]=n.split("/");return n=`${o}-${r}-${a}`,n}catch{return"unknown"}}m();m();function ye(e){if(typeof e!="string")return"auto";let t=e.toLowerCase();if(t==="und")return"auto";if(t==="zh"||t.startsWith("zh-hans"))return"zh-CN";if(t.startsWith("zh-hant")||t.startsWith("zh-hk")||t.startsWith("zh-tw"))return"zh-TW";if(t.startsWith("zh-"))return"zh-CN";if(t==="iw")return"he";if(t==="jv")return"jw";let n=Bn.map(a=>a.toLowerCase()),r=n.indexOf(t);if(r===-1)if(t.indexOf("-")>=0){t=t.split("-")[0];let a=n.indexOf(t);return a===-1?"auto":Bn[a]}else return"auto";else return Bn[r]}function kt(){return ye(document?.documentElement?.lang||"en")}function Ks(e){if(Math.abs(e)<1024)return e+" Byte";let n=["KB","MB","GB","TB","PB","EB","ZB","YB"],r=-1;do e/=1024,++r;while(Math.abs(e)>=1024&&ru+l.text.length,0)+i.text.length>t||o.tempSentences.length>=n)&&(a.push(o),o={fromByClient:o.fromByClient,from:i.from,to:i.to,tempSentences:[],url:i.url}),(o.from!==i.from||o.to!==i.to)&&(o.tempSentences.length>0?(a.push(o),o={fromByClient:o.fromByClient,from:i.from,to:i.to,tempSentences:[],url:i.url}):(o.from=i.from,o.to=i.to)),o.tempSentences.push(i);return o.tempSentences.length>0&&a.push(o),a}function lS(e,t){let n=[],r=[];for(let a=0;a0?yt){let x=[];Bg(C,t,x);for(let S=0;S0&&yt){let v=[];Bg(C,t,v);for(let S=0;S0&&y{let s=e.lastIndexOf(i,t);return s>o?s:o},-1);if(a===-1){let o=e.slice(0,t);if(o&&!o.trim())return;n.push({text:o,prefix:"",suffix:""}),e.length>t&&Bg(e.slice(t),t,n)}else{let o=e.slice(0,a+1);if(o&&o.trim()==="")return;o.startsWith(" ")?n.push({text:o.slice(1),prefix:" ",suffix:""}):n.push({text:o,prefix:"",suffix:""}),a+10){g.forEach(y=>{c.length>0&&y.providers&&y.providers.length>0&&!y.providers.includes(l)||(y.optional?f.push(y):p.push(y))});let h=f.concat(p).filter(y=>y.required);if(h.length>0){for(let y of h)if(!o[y.name]){u=!1;break}}}return{...a,id:t,selected:n[e]===t,ok:u,currentProvider:l,config:o,providers:a.providers||[],props:a.props||[],allProps:g,optionalProps:f,explicitProps:p}}var vo=(e,t)=>{let{config:n}=e,r=n.alpha,a=n.beta,o=n.canary,i=n.debug,s=e.user,u=Yt(s),l=Object.keys(Qn);return t!=="translationService"&&l.unshift("inherit"),l.filter(c=>{if(c==="inherit")return!0;let g=Qn[c];if(c.startsWith("mock"))return i?!0:c===e.config[t];if(c===e.config[t])return!0;if(c==="openai"&&$e())return e.config.showOpenaiOnSafari||u?!0:!!(a||r||o||u);let p=!!g.canary,f=!!g.alpha,h=!!g.beta;return c===e[t]||p&&o||f&&(r||o)||h&&(a||r||o)?!0:!f&&!h&&!p}).map(c=>hi(t,c,e))};function Gs(){return([1e7]+-1e3+-4e3+-8e3+-1e11).replace(/[018]/g,e=>(e^crypto.getRandomValues(new Uint8Array(1))[0]&15>>e/4).toString(16))}function y1(e){return e.replace(/([a-zA-Z0-9]+)([\u4e00-\u9fa5]+)/g,"$1 $2").replace(/([\u4e00-\u9fa5]+)([a-zA-Z0-9]+)/g,"$1 $2")}m();var C1=be+"SyncStoreKey_";function jt(e,t){let n=C1+e;return Q.storage.sync.get(n).then(r=>r[n]===void 0?t:r[n])}function at(e,t){let n=C1+e;return Q.storage.sync.set({[n]:t})}m();var xo=be+"CacheKey_";function Rg(e,t){let n=xo+e;return Q.storage.local.get(n).then(r=>r[n]===void 0?t:r[n])}function cS(){let e=Q.storage.local.refresh;e&&e()}function Ig(e,t){let n=xo+e;return Q.storage.local.get(n).then(r=>{if(r[n]===void 0)return t;let{value:a,expired:o}=r[n];return o&&or.startsWith(xo)).filter(r=>r!==xo+Tt);if(n.length>0)return Q.storage.local.remove(n)}}var mt={get:Rg,set:Ng,getExpired:Ig,setExpired:Og,remove:Ug,clear:jg,refresh:cS};m();var T1=["*://*/*","*","*://*"],x1="immersive-translate-wildcard-placeholder.com";function Hg(e,t){try{let n=[];if(!t||(t&&!Array.isArray(t)?n=[t]:n=t,n.length===0))return null;if(n.some(s=>T1.includes(s)))return e;let r=new URL(e);r.hash="",r.search="";let a=r.href,o=r.hostname,i=r.port;if(n&&n.length>0){let s=n.find(u=>{if(!u)return!1;if(u===o)return!0;if(T1.includes(u))return!0;if(!u.includes("*")&&u.includes("://")){try{let l=new URL(u);if(l.pathname==="/"&&!u.endsWith("/")){let c=l.hostname===o,g=l.port===i;return l.port?c&&g:c}else return gS(a,u)}catch{}return!1}else{let l,c=u;if(u.includes("://")){let C=u.split("://");l=C[0],l==="*"&&C.length>1&&(l="*",u="https://"+C[1])}else l="*",u="https://"+u;let g=u.replace(/\*/g,x1),p;try{p=new URL(g)}catch{return I.debug("invalid match pattern",g,"raw match value:",c),!1}let f=p.host,h=p.pathname;h==="/"&&(c.replace("://","").includes("/")||(h="/*"));let y=dS(l+":",v1(f),v1(h));if(y){let C=new URL(a);return y.test(C.href)}else return!1}});if(s)return s}return null}catch{return null}}function v1(e){return e.replaceAll(x1,"*")}function dS(e,t,n){let r="^";return e==="*:"?r+="(http:|https:|file:)":r+=e,r+="//",t&&(e==="file:"||(t==="*"?r+="[^/]+?":(t.match(/^\*\./)&&(r+="[^/]*?",t=t.substring(1)),r+=t.replace(/\./g,"\\.").replace(/\*/g,"[^/]*")))),n?n==="*"||n==="/*"?r+="(/.*)?":n.includes("*")?(r+=n.replace(/\*/g,".*?"),r+="/?"):r+=n.replace(/[-[\]{}()*+?.,\\^$|#\s]/g,"\\$&"):r+="/?",r+="$",new RegExp(r)}function _t(e,t){return Hg(e,t)!==null}function gS(e,t){let n=new URL(e),r=new URL(t);return n.hostname===r.hostname&&n.pathname===r.pathname&&n.protocol===r.protocol&&n.port===r.port}m();m();var E1=be+"StoreKey_";function Xr(e,t){let n=E1+e;return Q.storage.local.get(n).then(r=>r[n]===void 0?t:r[n])}function S1(e,t){let n=E1+e;return Q.storage.local.set({[n]:t})}m();m();m();m();function w1(e,t){return[e,!e||e.endsWith("/")?"":"/",t,".json"].join("")}function zg(e,t){let n=e;return t&&Object.keys(t).forEach(r=>{let a=t[r];if(a===void 0)return;let o=mS(r);if(typeof a=="object"||o){let i=a;o&&typeof i=="string"&&(i={tag:"a",href:i,target:"_blank",class:"immersive-translate-link"});let s=`<${r}>`,u=n.indexOf(s);if(u!==-1){let l=i.tag||"a",c=n.indexOf(``);if(c!==-1){let g=n.substring(u+s.length,c),p=Object.keys(i).filter(f=>f!=="tag").map(f=>`${f}="${i[f]}"`).join(" ");n=n.replace(`${s}${g}`,`<${l} ${p}>${g}`)}}}else if(a){let i=new RegExp("{"+r+"}","gm");n=n.replace(i,a.toString())}}),n}function Ys(e,t,n){let r=e[t];if(!r)return n;if(!n)return"";let a=n.split("."),o="";do{o+=a.shift();let i=r[o];i!==void 0&&(typeof i=="object"||!a.length)?(r=i,o=""):a.length?o+=".":r=n}while(a.length);return r}function Ar(e,t,n,r,a){if(!e.hasOwnProperty(n))return t;let o=Ys(e,n,t);return o===t&&n!==r&&(o=Ys(e,r,t)),zg(o,a)}function mS(e){if(typeof e=="number")return!0;if(e){let t=parseInt(e);return!isNaN(t)}else return!1}function Ht(e,t,n){return Ar(nn,t,e.config.interfaceLanguage,"en",n)}m();function D1(e,t){let n=new Date(e),r=n.getFullYear().toString(),a=(n.getMonth()+1).toString().padStart(2,"0"),o=n.getDate().toString().padStart(2,"0"),i=n.getHours().toString().padStart(2,"0"),s=n.getMinutes().toString().padStart(2,"0"),u=n.getSeconds().toString().padStart(2,"0");return t.replace("YYYY",r).replace("MM",a).replace("DD",o).replace("HH",i).replace("mm",s).replace("ss",u)}function k1(e){return new Date(e).getTime()}var J=class extends Error{status;constructor(t,n){if(t&&n){super(n),this.name=t;return}super(t)}initNetWork(t){return t&&(this.status=t),this}initStack(t){return t&&(this.stack=t),this}initData(t){return this.data=t,this}data;uiConfig(t){if(!this.message)return{};let n=null;if(n=this.handleProQuota(t)||this.handleUnavailableError(t)||this.handleProUser(t)||this.handleServiceMissingConfig(t)||this.handleNetwork(t)||this.handleFetchError(t),!n){let r=Ht.bind(null,t),a=this.getErrorMsg();n={type:"error",title:r("networkError"),errMsg:r("error.serveUnavailable",{serverName:r("translationServices."+t.translationService),1:"https://dash.immersivetranslate.com/#general",2:"https://immersivetranslate.com/pricing/?utm_source=extension&utm_medium=webpage&utm_campaign=service_error",3:"https://immersivetranslate.com/pricing/?utm_source=extension&utm_medium=webpage&utm_campaign=service_error"})+"

"+r("errorReason",{message:a}),action:"changeService"}}return n}getErrorMsg(){return this.status?this.status<0?this.message:`${this.status}: ${this.message}`:this.message}handleUnavailableError(t){let n=Ht.bind(null,t),r=this.message.startsWith("bingAuth"),a=this.data?.translationService==="transmart"&&this.message.startsWith("Server is busy now");if(r||a)return this.message=this.message.replace("bingAuth:",""),{type:"network",title:n("networkError"),errMsg:n("error.serveUnavailable",{serverName:n("translationServices."+t.translationService),1:"https://dash.immersivetranslate.com/#general",2:"https://immersivetranslate.com/pricing/?utm_source=extension&utm_medium=webpage&utm_campaign=service_error",3:"https://immersivetranslate.com/pricing/?utm_source=extension&utm_medium=webpage&utm_campaign=service_error"})+"

"+n("errorReason",{message:this.message}),action:"changeService"}}handleServiceMissingConfig(t){let n=Ht.bind(null,t);if(this.message.endsWith(" are required")||this.message.includes("You didn't provide an API key"))return{type:"configError",title:n("error.serveConfigError"),errMsg:this.getErrorMsg()+"

"+n("error.reloadPageOfSetting"),action:"setting"}}handleNetwork(t){let n=Ht.bind(null,t),r="retry",a="network",o=n("networkError");if(!this.status||this.status<0)return;let i=this.getErrorMsg();return this.status===429?this.data?.translationService=="google"?i=`${n("error.googleLimitIp")}

${i}`:this.data?.translationService=="openai"&&(this.message.indexOf("Limit: 3 / min")>=0||this.message.includes("rate_limit_exceeded")&&this.message.includes("Limit 3"))?i=`${n("error.openAIFreeLimit")}

${i}`:this.data?.translationService=="openai"&&this.message.includes("You exceeded your current quota")?i=`${n("error.openAIExceededQuota")}

${i}`:this.data?.translationService=="gemini"&&this.message.includes("RESOURCE_EXHAUSTED")?i=`${n("error.gemini.429")}

${i}`:i=`${n("error.429")}

${i}`:this.status===403?this.data?.translationService=="claude"?i=`${n("error.claude.403")}

${i}`:i=`${n("error.403")}

${i}`:this.status===400?i=`${n("error.400")}

${i}`:this.status===502?i=`${n("error.502")}

${i}`:this.status===404&&i.includes("User subscription not found")&&(i=`${n("error.subscriptionExpired")}

${i}`,r="setting",a="configError",o=n("error.subscriptionExpiredTitle")),{type:a,title:o,errMsg:i,action:r}}handleFetchError(t){let n=Ht.bind(null,t);if(this.status!==-999)return;let r=this.getErrorMsg();return{type:"network",title:"",errMsg:n("error.serveUnavailable",{serverName:n("translationServices."+t.translationService),1:"https://dash.immersivetranslate.com/#general",2:"https://immersivetranslate.com/pricing/?utm_source=extension&utm_medium=webpage&utm_campaign=service_error",3:"https://immersivetranslate.com/pricing/?utm_source=extension&utm_medium=webpage&utm_campaign=service_error"})+"

"+n("errorReason",{message:r}),action:"changeService"}}handleProUser(t){let n=Ht.bind(null,t);if(!(this.data?.translationService!=="openai"&&this.data?.translationService!=="deepl")){if(this.message.indexOf("token invalid")>=0||this.message.indexOf("Login required")>=0)return{type:"notLogin",title:n("notLoginPro"),errMsg:n("error.proTokenInvalid"),action:"login"};if(this.message.indexOf("activate Pro")>=0)return t.user?{type:"upgrade",title:n("upgradeToProErrorTitle"),errMsg:n("error.proUpgrade"),action:"upgrade"}:{type:"notLogin",title:n("notLoginPro"),errMsg:n("error.proTokenInvalid"),action:"login"}}}handleProQuota(t){if(!this.message.startsWith("ProQuota:")||!t.user?.subscription)return;let n=Ht.bind(null,t);this.message=this.message.replace("ProQuota:","");let r=this.message;try{r=JSON.parse(this.message).error}catch{}let a=t.user.subscription,{subscriptionType:o,isTrial:i,openAITokenUsedCountResetTime:s,subscriptionTo:u}=a;return{type:"ProQuotaExceeded",title:"",errMsg:c.call(this),action:"retry"};function c(){let g=this.data?.translationService=="deepl"?"OpenAI":"Deepl",p=this.data?.translationService=="deepl"?"Deepl":"OpenAI",f=n("errorReason",{message:r});if(o=="onetime_7day")f+=n("proQuotaExceededError.onetime7day",{anotherService:g,brandId:ee,href:Wl});else{let h="";p=="OpenAI"?h=W2:h=$2,i?f+=n("proQuotaExceededError.trial",{anotherService:g,brandId:ee,href:V2}):f+=n("proQuotaExceededError.nonTrial",{anotherService:g,brandId:ee,href:h,translationService:p}),!i&&(a.cancelAtPeriodEnd==="false"||k1(u)>s)&&(f+=n("proQuotaExceededError.resetTime",{resetTime:D1(s,"YYYY-MM-DD HH:mm:ss")}))}return f}}};async function mr(e){let t;if(e&&e.retry&&e.retry>0)try{t=await yd(A1.bind(null,e),{multiplier:2,maxAttempts:e.retry})}catch(n){throw n&&n.name==="RetryError"&&n.cause?n.cause:n}else t=await A1(e);return t}async function A1(e){e.body;let{url:t,responseType:n,...r}=e;n||(n="json"),r={mode:"cors",...r};let a=!0;e.fetchPolyfill&&(a=!1);let o=e.fetchPolyfill||fetch,i=3e4;if(e.timeout&&(i=e.timeout),a){let u=new AbortController,l=u.signal;setTimeout(()=>{u.abort()},i),r.signal=l}let s;try{s=await o(t,r)}catch(u){I.debug("fetch error",t,u);let l=u.message||"Unknown Error";throw new J("fetchError",l).initNetWork(-999).initStack(u.stack)}if(s.ok&&s.status>=200&&s.status<400){if(n==="json")return await s.json();if(n==="text")return await s.text();if(n==="raw"){let u=await s.text(),l=Object.fromEntries([...s.headers.entries()]),c=s.url;return c||(s.headers.get("X-Final-URL")?c=s.headers.get("X-Final-URL"):c=t),{body:u,headers:l,status:s.status,statusText:s.statusText,url:c}}else if(n==="stream"){let u="",l;if(s.body&&s.body instanceof ReadableStream)for await(let c of pS(s.body)){let g=new TextDecoder().decode(c);u+=g;let p;for(;(p=u.indexOf(` -`))>=0;){let f=u.slice(0,p).trim();if(u=u.slice(p+1),f.startsWith("event:")||f==="")continue;let h="";if(f.startsWith("data:")&&(h=f.slice(5).trim()),h==="[DONE]")break;let y;try{y=JSON.parse(h??"")}catch(C){I.debug("json error",C);continue}l=y}}return l}}else{let u;try{u=await s.text()}catch(f){I.error("parse response failed",f)}u&&I.error("fail response",u);let l="";u&&(l=u.slice(0,500));let c=l,p=new URL(t).hostname.endsWith(".immersivetranslate.com");throw t.endsWith("edge.microsoft.com/translate/auth")&&(c="bingAuth:"+l),p&&l.includes("quota exceeded")&&(c="ProQuota:"+l),new J("fetchError",c).initNetWork(s.status)}}async function*pS(e){let t=e.getReader();try{for(;;){let{done:n,value:r}=await t.read();if(n)return;yield r}}finally{t.releaseLock()}}m();var Js=new Map;function L1(){document.addEventListener(b2,e=>{let t=e;if(t&&t.detail){let n;try{n=JSON.parse(t.detail),Js.has(n.id)&&(n.ok?Js.get(n.id)(null,n.data):Js.get(n.id)(new Error(n.errorMessage),null),Js.delete(n.id))}catch{}}})}function Jl(e){let t=fS(64),n=new CustomEvent(p2,{detail:JSON.stringify({...e,type:"ask",id:t})});return document.dispatchEvent(n),new Promise((r,a)=>{Js.set(t,(o,i)=>{o?a(o):r(i)})})}function fS(e){let t="",n="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789",r=n.length,a=0;for(;a{let i=r.from,s=r.to,u,l,c;a.tab&&a.tab.id&&(u=a.tab.id,i=`${i}:${u}`,l=a.tab.url,c=a.tab.active),this.logger.debug(`${r.to} received message [${r.payload.method}] from ${r.from}`,r.payload.data?r.payload.data:" ");let g=Wg(s),{type:p,name:f}=g;if(p!==t)return!1;let h=Wg(i),C=Qs.get(p).get(f);if(!C)return this.logger.debug(`no message handler for ${p}:${s}, but it's ok`),!1;let{messageHandler:b,sync:x}=C,S={type:t,name:h.name,id:u,url:l,active:c};if(x){try{let A=b(r.payload,S);o({ok:!0,data:A})}catch(A){o({ok:!1,errorName:A.name,errorMessage:A.message,errorDetails:A.details,errorStatus:A.status})}return!1}else return b(r.payload,S).then(A=>{o({ok:!0,data:A})}).catch(A=>{o({ok:!1,errorName:A.name,errorMessage:A.message,errorDetails:A.message,errorStatus:A.status})}),!0}))}getConnection(t,n,r){let a=!1;r&&r.sync&&(a=!0);let o=this.fromType,i=Qs.get(o);if(i.has(t))return i.get(t).connectionInstance;{let s=new qg(`${o}:${t}`,this.logger);return Qs.get(o).set(t,{messageHandler:n,sync:a,connectionInstance:s}),s}}},qg=class{from;logger;constructor(t,n){this.from=t,this.logger=n}async sendMessage(t,n){let r=Wg(t),{type:a,id:o}=r;if(a!=="content_script"){let i={to:t,from:this.from,payload:n};this.logger.debug(`${i.from} send message [${i.payload.method}] to ${i.to}`,i.payload.data?i.payload.data:" ");try{let s=await Q.runtime.sendMessage(i);return _1(i,s,this.logger)}catch(s){if(a==="popup"){let u=`popup ${t} is not active, so the message does not send, ignore this error, ${JSON.stringify(n)}`;return this.logger.debug(u,n,t,s),Promise.resolve({message:u})}else throw s}}else{let i={from:this.from,to:t,payload:n};this.logger.debug(`${i.from} send message [${i.payload.method}] to ${i.to}`,i.payload.data?i.payload.data:" ");let s=await Q.tabs.sendMessage(o,i);return _1(i,s,this.logger)}}};function _1(e,t,n){if(t){if(t.ok)return n.debug(`${e.from} received response from ${e.to}:`,t.data?t.data:" "),t.data;throw new J(t.errorName||"UnknownError",t.errorMessage||"Unknown error").initNetWork(t.errorStatus)}else throw new J("noResponse","Unknown error")}function Wg(e){let t=e.split(":");if(t.length<2)throw new Error("not a valid to string");let n={type:t[0],name:t[1]};if(t[0]==="content_script"){let r=parseInt(t[2]);if(!isNaN(r))n.id=r;else throw new Error("tab id not a valid number")}return n}m();var hS="";function bi(){return hS||globalThis.navigator.userAgent}function $g(){return bi().includes("ImtFxiOS")}function M1(){let t=bi().match(/ImtFxiOS\/(\d+\.\d+\.\d+)/);return t?t[1]:null}function bS(){return bi().includes("ImtFxAndroid")}function P1(){let e=bi();return/ImtFxAndroid\/(\d+\.\d+\.\d+)\/google/.test(e)}function F1(){let t=bi().match(/ImtFxAndroid\/(\d+\.\d+\.\d+)/);return t?t[1]:null}function Zs(){let e=bi();if($g()||bS()){let t=e.match(/Imt[\w/.]+/);if(t){let n=t[0].split("/"),r=n[0];return n[2]&&(r+="_"+n[2]),{name:r,version:n[1]}}}return null}var Ql;function yS(){return Ql||(Ql=new ea("content_script",!1).getConnection("pure_main",()=>{}),Ql)}var B1="G-MKMD9LWFTR";async function Eo(e){try{let t=Pe(),n=t.INSTALL_FROM==="firefox_store";if(Zs()?.name?.startsWith("ImtFx")&&(n=!1),n)return;let a=me(),o=ot(),i=t.PROD==="1",s="sitc4WmvShWYwfU0dANM3Q",u=await jt("fakeUserId","");u||(u=await Xr("fakeUserId",""),u&&await at("fakeUserId",u));let l=Zn(),c=new Date,g=await jt("installedAt","");g||(g=await Xr("installedAt",""),g&&await at("installedAt",g)),u?g||(g=new Date(0).toISOString(),await at("installedAt",g)):(u=CS(32),await at("fakeUserId",u)),g||(g=c.toISOString(),await at("installedAt",g));let p=new Date(g),f=R1(p),h=R1(c),y=f===h,C=c.getTime()-p.getTime()<7*24*60*60*1e3,b=`https://www.google-analytics.com/mp/collect?measurement_id=${B1}&api_secret=${s}`;i||(b=`https://www.google-analytics.com/debug/mp/collect?measurement_id=${B1}&api_secret=${s}`);let x="";typeof navigator<"u"&&(x=window.navigator.userAgent);let S=ti.parse(x),A=e.map(w=>{let v=w.params||{};if(S.os&&(v.os_name=S.os.name||"unknown",v.os_version=S.os.version||"unknown",v.os_version_name=S.os.versionName||"unknown"),S.browser){v.browser_name=S.browser.name||"unknown",v.browser_version=S.browser.version||"unknown";let L=Zs();L&&(v.browser_name=L.name,v.browser_version=L.version)}return S.platform&&(v.platform_type=S.platform.type||"unknown"),S.engine&&(v.engine_name=S.engine.name||"unknown",v.engine_version=S.engine.version||"unknown"),l&&(v.version=l),t.INSTALL_FROM&&(v.install_from=t.INSTALL_FROM),f&&(v.install_day=TS(p)),v.userscript=a.toString(),y?v.is_new_user_today="1":v.is_new_user_today="0",C?v.is_new_user_this_week="1":v.is_new_user_this_week="0",o?v.main_frame=0:v.main_frame=1,{...w,params:v}}),P=await Zl({responseType:"text",url:b,method:"POST",body:JSON.stringify({client_id:u,user_id:u,events:A})})}catch{}}function CS(e){let t="",n="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789",r=n.length,a=0;for(;a",""],limit:5},custom:{placeholderDelimiters:["{","}"]},bing:{maxTextLengthPerRequest:1800,requestTimeout:1e4,retry:1,placeholderDelimiters:["","","b"]},yandex:{maxTextLengthPerRequest:1e3,requestTimeout:1e4,retry:1,placeholderDelimiters:["","","b"]},deeplx:{limit:3,placeholderDelimiters:["@","#"]},d:{immediateTranslationTextCount:0,placeholderDelimiters:["@","#"]},papago:{placeholderDelimiters:["{","}"]},dpro:{apiUrl:"https://api.deepl.com/jsonrpc"},ai:{env:{imt_source_field:"text",imt_trans_field:"text",imt_sub_source_field:"source",imt_sub_trans_field:"translation",imt_yaml_item:`- id: {{id}} +`))>=0;){let f=u.slice(0,p).trim();if(u=u.slice(p+1),f.startsWith("event:")||f==="")continue;let h="";if(f.startsWith("data:")&&(h=f.slice(5).trim()),h==="[DONE]")break;let y;try{y=JSON.parse(h??"")}catch(C){I.debug("json error",C);continue}l=y}}return l}}else{let u;try{u=await s.text()}catch(f){I.error("parse response failed",f)}u&&I.error("fail response",u);let l="";u&&(l=u.slice(0,500));let c=l,p=new URL(t).hostname.endsWith(".immersivetranslate.com");throw t.endsWith("edge.microsoft.com/translate/auth")&&(c="bingAuth:"+l),p&&l.includes("quota exceeded")&&(c="ProQuota:"+l),new J("fetchError",c).initNetWork(s.status)}}async function*pS(e){let t=e.getReader();try{for(;;){let{done:n,value:r}=await t.read();if(n)return;yield r}}finally{t.releaseLock()}}m();var Js=new Map;function L1(){document.addEventListener(b2,e=>{let t=e;if(t&&t.detail){let n;try{n=JSON.parse(t.detail),Js.has(n.id)&&(n.ok?Js.get(n.id)(null,n.data):Js.get(n.id)(new Error(n.errorMessage),null),Js.delete(n.id))}catch{}}})}function Jl(e){let t=fS(64),n=new CustomEvent(p2,{detail:JSON.stringify({...e,type:"ask",id:t})});return document.dispatchEvent(n),new Promise((r,a)=>{Js.set(t,(o,i)=>{o?a(o):r(i)})})}function fS(e){let t="",n="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789",r=n.length,a=0;for(;a{let i=r.from,s=r.to,u,l,c;a.tab&&a.tab.id&&(u=a.tab.id,i=`${i}:${u}`,l=a.tab.url,c=a.tab.active),this.logger.debug(`${r.to} received message [${r.payload.method}] from ${r.from}`,r.payload.data?r.payload.data:" ");let g=Wg(s),{type:p,name:f}=g;if(p!==t)return!1;let h=Wg(i),C=Qs.get(p).get(f);if(!C)return this.logger.debug(`no message handler for ${p}:${s}, but it's ok`),!1;let{messageHandler:b,sync:v}=C,S={type:t,name:h.name,id:u,url:l,active:c};if(v){try{let L=b(r.payload,S);o({ok:!0,data:L})}catch(L){o({ok:!1,errorName:L.name,errorMessage:L.message,errorDetails:L.details,errorStatus:L.status})}return!1}else return b(r.payload,S).then(L=>{o({ok:!0,data:L})}).catch(L=>{o({ok:!1,errorName:L.name,errorMessage:L.message,errorDetails:L.message,errorStatus:L.status})}),!0}))}getConnection(t,n,r){let a=!1;r&&r.sync&&(a=!0);let o=this.fromType,i=Qs.get(o);if(i.has(t))return i.get(t).connectionInstance;{let s=new qg(`${o}:${t}`,this.logger);return Qs.get(o).set(t,{messageHandler:n,sync:a,connectionInstance:s}),s}}},qg=class{from;logger;constructor(t,n){this.from=t,this.logger=n}async sendMessage(t,n){let r=Wg(t),{type:a,id:o}=r;if(a!=="content_script"){let i={to:t,from:this.from,payload:n};this.logger.debug(`${i.from} send message [${i.payload.method}] to ${i.to}`,i.payload.data?i.payload.data:" ");try{let s=await Q.runtime.sendMessage(i);return _1(i,s,this.logger)}catch(s){if(a==="popup"){let u=`popup ${t} is not active, so the message does not send, ignore this error, ${JSON.stringify(n)}`;return this.logger.debug(u,n,t,s),Promise.resolve({message:u})}else throw s}}else{let i={from:this.from,to:t,payload:n};this.logger.debug(`${i.from} send message [${i.payload.method}] to ${i.to}`,i.payload.data?i.payload.data:" ");let s=await Q.tabs.sendMessage(o,i);return _1(i,s,this.logger)}}};function _1(e,t,n){if(t){if(t.ok)return n.debug(`${e.from} received response from ${e.to}:`,t.data?t.data:" "),t.data;throw new J(t.errorName||"UnknownError",t.errorMessage||"Unknown error").initNetWork(t.errorStatus)}else throw new J("noResponse","Unknown error")}function Wg(e){let t=e.split(":");if(t.length<2)throw new Error("not a valid to string");let n={type:t[0],name:t[1]};if(t[0]==="content_script"){let r=parseInt(t[2]);if(!isNaN(r))n.id=r;else throw new Error("tab id not a valid number")}return n}m();var hS="";function bi(){return hS||globalThis.navigator.userAgent}function $g(){return bi().includes("ImtFxiOS")}function M1(){let t=bi().match(/ImtFxiOS\/(\d+\.\d+\.\d+)/);return t?t[1]:null}function bS(){return bi().includes("ImtFxAndroid")}function P1(){let e=bi();return/ImtFxAndroid\/(\d+\.\d+\.\d+)\/google/.test(e)}function F1(){let t=bi().match(/ImtFxAndroid\/(\d+\.\d+\.\d+)/);return t?t[1]:null}function Zs(){let e=bi();if($g()||bS()){let t=e.match(/Imt[\w/.]+/);if(t){let n=t[0].split("/"),r=n[0];return n[2]&&(r+="_"+n[2]),{name:r,version:n[1]}}}return null}var Ql;function yS(){return Ql||(Ql=new ea("content_script",!1).getConnection("pure_main",()=>{}),Ql)}var B1="G-MKMD9LWFTR";async function Eo(e){try{let t=Pe(),n=t.INSTALL_FROM==="firefox_store";if(Zs()?.name?.startsWith("ImtFx")&&(n=!1),n)return;let a=me(),o=ot(),i=t.PROD==="1",s="sitc4WmvShWYwfU0dANM3Q",u=await jt("fakeUserId","");u||(u=await Xr("fakeUserId",""),u&&await at("fakeUserId",u));let l=Zn(),c=new Date,g=await jt("installedAt","");g||(g=await Xr("installedAt",""),g&&await at("installedAt",g)),u?g||(g=new Date(0).toISOString(),await at("installedAt",g)):(u=CS(32),await at("fakeUserId",u)),g||(g=c.toISOString(),await at("installedAt",g));let p=new Date(g),f=R1(p),h=R1(c),y=f===h,C=c.getTime()-p.getTime()<7*24*60*60*1e3,b=`https://www.google-analytics.com/mp/collect?measurement_id=${B1}&api_secret=${s}`;i||(b=`https://www.google-analytics.com/debug/mp/collect?measurement_id=${B1}&api_secret=${s}`);let v="";typeof navigator<"u"&&(v=window.navigator.userAgent);let S=ti.parse(v),L=e.map(w=>{let E=w.params||{};if(S.os&&(E.os_name=S.os.name||"unknown",E.os_version=S.os.version||"unknown",E.os_version_name=S.os.versionName||"unknown"),S.browser){E.browser_name=S.browser.name||"unknown",E.browser_version=S.browser.version||"unknown";let A=Zs();A&&(E.browser_name=A.name,E.browser_version=A.version)}return S.platform&&(E.platform_type=S.platform.type||"unknown"),S.engine&&(E.engine_name=S.engine.name||"unknown",E.engine_version=S.engine.version||"unknown"),l&&(E.version=l),t.INSTALL_FROM&&(E.install_from=t.INSTALL_FROM),f&&(E.install_day=TS(p)),E.userscript=a.toString(),y?E.is_new_user_today="1":E.is_new_user_today="0",C?E.is_new_user_this_week="1":E.is_new_user_this_week="0",o?E.main_frame=0:E.main_frame=1,{...w,params:E}}),P=await Zl({responseType:"text",url:b,method:"POST",body:JSON.stringify({client_id:u,user_id:u,events:L})})}catch{}}function CS(e){let t="",n="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789",r=n.length,a=0;for(;a",""],limit:5},custom:{placeholderDelimiters:["{","}"]},bing:{maxTextLengthPerRequest:1800,requestTimeout:1e4,retry:1,placeholderDelimiters:["","","b"]},yandex:{maxTextLengthPerRequest:1e3,requestTimeout:1e4,retry:1,placeholderDelimiters:["","","b"]},deeplx:{limit:3,placeholderDelimiters:["@","#"]},d:{immediateTranslationTextCount:0,placeholderDelimiters:["@","#"]},papago:{placeholderDelimiters:["{","}"]},dpro:{apiUrl:"https://api.deepl.com/jsonrpc"},ai:{env:{imt_source_field:"text",imt_trans_field:"text",imt_sub_source_field:"source",imt_sub_trans_field:"translation",imt_yaml_item:`- id: {{id}} {{imt_source_field}}: {{text}}`,imt_subtitle_yaml_item:`- id: {{id}} {{imt_sub_source_field}}: {{text}}`,normal_result_yaml_example:`Example request: - id: 1 @@ -5171,11 +5171,11 @@ Translate the content to {{to}} Language: ? ?-\\|\\d+\\|- ? -?`]},azure:{placeholderDelimiters:["@","#"]},you:{placeholderDelimiters:["@","#"]},openl:{placeholderDelimiters:["@","#"]},niu:{placeholderDelimiters:["@","#"]}},shortcuts:{toggleTranslatePage:"Alt+A",toggleTranslateTheWholePage:"Alt+W",toggleOnlyTransation:"",toggleTranslateToThePageEndImmediately:"",toggleTranslationMask:"",shareToDraft:"",toggleMouseHoverTranslateDirectly:""},tempTranslateDomainMinutes:0,translationParagraphLanguagePattern:{matches:["onboarding.immersivetranslate.com","www.reddit.com","old.reddit.com","twitter.com","www.tumblr.com","*.twitter.com","medium.com","*.medium.com","github.com","gist.github.com","www.facebook.com","www.youtube.com","m.youtube.com","read.readwise.io","www.inoreader.com","mail.google.com","google.com","discord.com","*.instagram.com","instagram.com","web.telegram.org","web.whatsapp.com","*.slack.com","*.indeed.com","outlook.live.com","https://bsky.app","store.steampowered.com","test-app.immersivetranslate.com","app.immersivetranslate.com"],excludeMatches:[],selectorMatches:["meta[property='al:ios:url'][content^='medium://']"],selectorExcludeMatches:[]},sourceLanguageUrlPattern:{},selectTranslationFont:"",translationFonts:["Microsoft YaHei","SimSun","NSimSun","SimHei","Microsoft JhengHei","KaiTi","FangSong","PingFang SC","STHeiti","STKaiti","STSong","STFangsong","STZhongsong","STHupo","STXinwei","STLiti","STXingkai","Hiragino Sans GB","Lantinghei SC","Hanzipen SC","Hannotate SC","Songti SC","Wawati SC","Weibei SC","Xingkai SC","Yapi SC","Yuanti SC","Arial Unicode MS","MingLiU-ExtB","Malgun Gothic","Arial","Calibri","Cambria","Candara","Consolas","Constantia","Corbel","Courier New","Georgia","Lucida Console","MingLiU","PMingLiU","MingLiU_HKSCS","Meiryo","MS Gothic","MS PGothic","MS UI Gothic","MS Mincho","MS PMincho","Segoe UI","Segoe UI Symbol","Tahoma","Times New Roman","Trebuchet MS","Verdana","Gulim","Dotum","Batang","Gungsuh","San Francisco","Helvetica Neue","Hiragino Mincho ProN","Hiragino Kaku Gothic ProN","Yu Gothic","Yu Mincho","Geeza Pro","Al Nile","Tehran","Devanagari MT","Kohinoor Devanagari","Apple SD Gothic Neo","Nanum Gothic"],generalRule:{_comment:"",isTranslateWhenServiceChanged:!0,glossaries:[{k:"LLM",v:""},{k:"LLMs",v:""}],excludeRegexps:["(<\\\\/?[a-zA-Z0-9]+(?:[^>]*?)>)","(||||||||||
|
)"],detectionServiceOrder:["google","bing","transmart"],detectParagraphLanguage:!1,paragraphFirstLetterFontSize:35,toastErrorMinTimes:20,enableSubtitle:!1,"subtitle.autoEnableSubtitle":!1,disableNewTextTranslate:!1,skipEditableCheck:!1,mutationObserverLimitTargetSelectors:[],condition:{},normalizeBody:"",inputExecCommandDeleteEnable:!1,inputConfig:{clearContentEnable:!0,execCommandDeleteEnable:!1},mutationExcludeSelectors:["span.highlighter--highlighted","span.highlighter-ext","mark","msreadoutspan","rw-highlight","web-highlight","font.immersive-translate-target-wrapper *","pre",".uacc-clickable"],mutationExcludeContainsSelectors:["msreadoutspan","[class*='rgh-seen-']","[isInvalidTag]","mh","body","relin-hc"],atomicBlockSelectors:["relin-hc"],shareConfig:{injectCss:!0,removeSelectors:["noscript","script"]},mutationConfig:{consumeTimeout:100,buildTimeout:100,checkSelfUpdate:!0},useIframePostMessage:!1,searchEnhancementConfig:[],injectedCss:[],isOnBoardingPage:!1,isEbook:!1,isEbookBuilder:!1,ignoreZhCNandZhTW:!1,showSponsorOnSafari:!1,noTranslateRegexp:["^\\d+.+ago$","^\\d+\\s+MIN\\s+READ$"],waitForSelectors:[],isInjectOptionsUrl:!1,isInjectVersion:!1,isInjectMeta:!1,waitForSelectorsTimeout:3e3,pairs:{},aiRule:{},subtitleRule:{isInject:!0,autoEnableSubtitle:!1,preTranslation:!1,humanPreferred:!0,disabled:!1,hookType:"xhr",showQuickButton:!0,backgroundColor:"#080808",backgroundOpacity:"75",sourceTextColor:"#FFFFFF",translationTextColor:"#FFFFFF",sourceFontSize:"100",translationMode:"dual",translationPosition:"bottom",translationFontSize:"100",translateGroupCount:5,velocityGroup:[1,3,20]},bodyRule:{enable:!0,maxBodyScreenLength:25,articleChildTags:["P"],articleChildTagsNum:4,bodyIsRoot:!1,humanPreferred:!0,preTranslation:!0,xpathRule:["name:P"]},isSubtitleBuilder:!1,minZIndex:0,initTranslationServiceAsSoonAsPossible:!0,targetWrapperTag:"font",additionalInjectedCss:[],isTranslateTitle:!0,enableSearchEnhancement:!1,searchEnhancementSelector:"#rhs",languageDetectMinTextCount:50,wrapperPrefix:"smart",wrapperSuffix:"smart",isPdf:!1,pdfUrlExtractRule:{},isTransformPreTagNewLine:!1,urlChangeDelay:50,mutationChangeDelay:10,mainFrameMinTextCount:50,mainFrameMinWordCount:5,visibleDelay:0,additionalStayOriginalSelectors:["span.katex","span.notranslate",".MathJax_Preview",".MathJax",".MathJax_SVG",'[aria-labelledby^="MathJax-SVG"]',".mwe-math-element","span[translate=no]","em[translate=no]","code[translate=no]","span.math.inline","span.math.display",".ltx_Math",".mathjax-block",".MathJax_CHTML","kbd","span.pretex-inline","span.math-inline",".reference-citations"],translationBlockStyle:"",isShowUserscriptPagePopup:!0,observeUrlChange:!1,paragraphMinTextCount:4,paragraphMinWordCount:2,shadowRootSelectors:[],blockMinTextCount:24,blockMinWordCount:4,asideMaxTextCount:1e3,asideMaxWordCount:200,asideMaxTextCountPerParagraph:67,asideMaxWordCountPerParagraph:12,lineBreakMaxTextCount:0,globalAttributes:{},inputTutorialsText:"",inputTutorialsSelectors:[],globalMeta:{},globalStyles:{},initialGlobalAttributes:{},initialSelectorGlobalAttributes:{header:{translate:"no"},"footer:last-of-type":{translate:"no"},"nav:last-of-type":{translate:"no"},nav:{translate:"no"}},selectors:[],preWhitespaceDetectedTags:["DIV","SPAN"],stayOriginalSelectors:[],additionalSelectors:["h1","section h2","section h3","section h4","main h2","main h3","main h4",".article-title",".article-subtitle",".article_title",".article_subtitle",".article__title",".articleTitle",".Article__content",".titleLink",".summary",".headline",".page-content","aside.note","aside.article-comments","aside.onebox"],atomicBlockTags:[],excludeSelectors:[],additionalExcludeSelectors:['[contenteditable="true"]',".uacc-clickable","#monica-content-root","#immersive-translate-popup",".social-share",".breadcrumbs",".post__footer",".btn",".share-nav",".o-share","[data-toolbar=share]","rp","rt",".prism-code",".rc-CodeBlock","[role=code]","#omni-extension",".omni-item","div[data-paste-markdown-skip]","table.highlight","div[class^=codeBlockContent]","div[class^=codeBlockLines]","div[class^=token-line]","#liuchan-window > .liuchan-container > *",".material-icons","i.fa","i[class^=fa-]",".notranslate","[translate=no]",".navmenu-container",".google-symbols","h1 br","h2 br","h3 br","h4 br","table thead"],translationClasses:[],excludeTags:["TITLE","LINK","SCRIPT","STYLE","TEXTAREA","SVG","svg","G","NOSCRIPT","BUTTON","BASE","HR","PRE","KBD","WBR","RT","RP","META","MATH","TTS-SENTENCE","AIO-CODE","RELIN-TARGET"],bodyTranslateTags:["FOOTER","ASIDE","BUTTON","NAV"],forceTranslateTags:[],metaTags:["META","SCRIPT","STYLE","NOSCRIPT"],additionalExcludeTags:[],stayOriginalTags:["CODE","TT","IMG","SUP","SUB","SAMP","math","semantics","mrow","mo","mfrac","msup","mi","mn","msqrt","d-math"],additionalStayOriginalTags:[],inlineTags:["A","ABBR","FONT","ACRONYM","B","INS","DEL","RUBY","RP","RB","BDO","MARK","BIG","RT","NOBR","CITE","DFN","EM","I","LABEL","Q","S","SMALL","SPAN","STRONG","SUB","SUP","U","KBD","TT","VAR","IMG","CODE","SCRIPT","STYLE","LINK","TIME","META","WBR","RELIN-HC","RELIN-HIGHLIGHT","RELIN-ORIGIN","RELIN-TARGET","XQDD_HIGHLIGHT_NEW_WORD","NOBR","RW-HIGHLIGHT","HYPOTHESIS-HIGHLIGHT"],additionalInlineTags:[],extraInlineSelectors:["p > a span","p > span a span"],additionalInlineSelectors:[".MathJax_Preview",".MathJax",".highlighter--highlighted",".rw-highlight","ruby *"],extraBlockSelectors:["turbo-frame","readme-toc","#hs_cos_wrapper_post_body","#hs_cos_wrapper_post_body","option","ul > li"],allBlockTags:["BODY","HGROUP","CONTENT","ADDRESS","ARTICLE","ASIDE","DETAILS","BLOCKQUOTE","SELECT","OPTION","CANVAS","DD","DL","DT","FIELDSET","FIGCAPTION","FIGURE","FOOTER","HEADER","FORM","HR","MAIN","SUMMARY","NAV","NOSCRIPT","PRE","SECTION","TABLE","TFOOT","UL","VIDEO","P","DIV","H1","H2","H3","H4","H5","H6","UL","LI","OL","BR","PICTURE","TBODY","TR","TD","TH","SOURCE","C-WIZ","BUTTON","TURBO-FRAME","README-TOC"],mutationObserverContainerSelectors:[],pdfNewParagraphLineHeight:2.4,pdfNewParagraphIndent:1.2,pdfNewParagraphIndentRightIndentPx:130,fingerCountToToggleTranslagePageWhenTouching:4,fingerCountToToggleTranslationMaskWhenTouching:0,fingerCountToToggleTranslagePageOnlyTranslationWhenTouching:0,touchShortcutsToggleTranslatePage:"fingers.4",touchShortcutsToggleTranslationMask:"touchShortcutsOff",touchShortcutsToggleTranslatePageOnlyTranslation:"touchShortcutsOff",touchShortcutsToggleTranslateTouchElement:"touchShortcutsOff",touchShortcutsToggleTranslateTouchElementPreferenceKey:"slide.left",mouseHoverHoldKey:"Off",mouseHoverPreferenceKey:"Ctrl"},rules:[{id:"isSubtitleBuilder",isSubtitleBuilder:!0,pageType:"subtitleBuilder",selectorMatches:["meta[name='immersive-translate-subtitle-builder'][content='true']"],pairs:{".source-text":".target-text"},paragraphMinTextCount:4,paragraphMinWordCount:2,isTranslateTitle:!1,wrapperPrefix:"",wrapperSuffix:"","bodyRule.add":{enable:!1}},{id:"isEbook",isEbook:!0,pageType:"ebookReader",isTranslateTitle:!1,urlChangeDelay:200,selectorMatches:["meta[name='immersive-translate-ebook-viewer'][content='true']"],injectedCss:[".immersive-translate-target-translation-block-wrapper {display:block;}"],excludeSelectors:["#drop-target","#drop-target h1","#side-bar","h1#side-bar-title"],extraInlineSelectors:["span.dropcaps"],"bodyRule.add":{enable:!1},paragraphMinTextCount:4,paragraphMinWordCount:2,blockMinTextCount:1,blockMinWordCount:1,containerMinTextCount:1,wrapperPrefix:"
",targetWrapperTag:"span"},{id:"pdf",isPdf:!0,isTranslateTitle:!1,pageType:"pdfReader",selectorMatches:["meta[name='immersive-translate-pdf-viewer'][content='true']"],matches:["https://app.immersivetranslate.com/pdf","https://app.immersivetranslate.com/pdf/","https://app.immersivetranslate.com/pdf/*","http://localhost:38001/pdf*"],"additionalExcludeSelectors.remove":['[contenteditable="true"]'],isTranslateWhenServiceChanged:!1,translationMode:"translation",skipEditableCheck:!0,selectors:["p"],"bodyRule.add":{enable:!1},injectedCss:[".immersive-translate-target-wrapper {display: contents!important;position:absolute;}",".immersive-translate-target-wrapper br {display: none;!important;}",".immersive-translate-target-wrapper span {position: relative;!important;}",".immersive-translate-error-wrapper {padding:0px !important;margin:0px !important;}","font {line-height: 0!important;}"],globalAttributes:{"[class='textLayer']":{translate:"no"}},mutationExcludeContainsSelectors:["font.immersive-translate-target-wrapper"],"shareConfig.add":{removeSelectors:["noscript","script",".toolbar","#sidebarContainer",'[class="page"]',".editorParamsToolbar",".image-mode",".im_db",".im_cb"]},wrapperPrefix:"",isInjectVersion:!0},{id:"sci-hub.pdfWebPage",matches:["sci-hub.*"],waitForSelectorsTimeout:1,pdfUrlExtractRule:{selector:"#pdf",attribute:"src"}},{id:"common.pdfWebPage",waitForSelectorsTimeout:1,selectorMatches:["embed[type='application/pdf']"]},{id:"isEbookBuilder",matches:["https://app.immersivetranslate.com/ebook/make/","http://localhost:38001/ebook/make/"],isEbookBuilder:!0,pageType:"ebookBuilder",toastErrorMinTimes:500,isTranslateWhenServiceChanged:!1,isTranslateTitle:!1,targetWrapperTag:"span",selectorMatches:["meta[name='immersive-translate-ebook-builder'][content='true']"],injectedCss:[".immersive-translate-target-translation-block-wrapper {display:block;}"],globalMeta:{},excludeSelectors:["h1.notranslate","#drop-target","#drop-target h1","#side-bar","h1#side-bar-title","#tool",".Code"],"bodyRule.add":{enable:!1},isInjectMeta:!0,paragraphMinTextCount:4,paragraphMinWordCount:2,blockMinTextCount:1,blockMinWordCount:1,containerMinTextCount:1,wrapperPrefix:"
"},{id:"immersiveTranslateIosOnBoarding",selectorMatches:["meta[name=immersiveTranslateIosOnBoarding]"],initialGlobalAttributes:{"input#immersiveTranslateDetectedSlot":{value:"true"}},isInjectOptionsUrl:!0,isInjectVersion:!0,isInjectMeta:!0},{id:"immersiveTranslateIosOnBoardingStep1",selectorMatches:["meta[name=immersiveTranslateIosOnBoardingStep1]"],isOnBoardingPage:!0,isInjectOptionsUrl:!0,isInjectVersion:!0,isInjectMeta:!0},{id:"immersivePreview",matches:["https://immersivetranslate.com/preview*","https://test.immersivetranslate.com/preview*","https://immersivetranslate.com/drafts*","https://test.immersivetranslate.com/drafts*"],isInjectVersion:!0,isInjectMeta:!0,waitForSelectorsTimeout:1},{id:"pro-pdf",matches:["https://*.immersivetranslate.com/pdf-pro*"],pageType:"pdfProReader","excludeSelectors.add":["table"],isInjectVersion:!0,isInjectMeta:!0,waitForSelectorsTimeout:1},{id:"immersive",matches:["https://immersivetranslate.com","https://test.immersivetranslate.com","https://onboarding.immersivetranslate.com","https://app.immersivetranslate.com","https://test-app.immersivetranslate.com","http://localhost:38001"],isInjectVersion:!0,isInjectMeta:!0,waitForSelectorsTimeout:1},{id:"simpread",selectorMatches:"div.simpread-read-root.simpread-read-root-show > sr-read",mainFrameSelector:"div.simpread-read-root.simpread-read-root-show > sr-read"},{id:"txt",matches:["*://*/*.txt","file://*/*.txt"],selectorMatches:["body > pre"],"mutationExcludeSelectors.add":["body"],isTransformPreTagNewLine:!0,"excludeTags.remove":["PRE"]},{id:"hangejp",matches:["arad.hange.jp","arad.nexon.co.jp","oapi.dingtalk.com","login.dingtalk.com"],useIframePostMessage:!1},{id:"preSites",matches:["mail.jabber.org","antirez.com","patchwork.kernel.org","lists.apache.org","manned.org","bugs.webkit.org","bugzilla.mozilla.org","lwn.net/Articles/*","docs.haproxy.org","man.freebsd.org","www.oreilly.com/openbook/opensources/book/*","gamefaqs.gamespot.com"],isTransformPreTagNewLine:!0},{id:"wikipedia",matches:"*.wikipedia.org",paragraphMinWordCount:2,paragraphMinTextCount:4,injectedCss:[".immersive-translate-target-translation-block-wrapper { display: block; }"],excludeSelectors:[".mw-editsection",".mw-cite-backlink","#p-lang-btn","#right-navigation","#p-associated-pages",".vector-header"],stayOriginalSelectors:[".chemf",".mwe-math-element","[role=math]",".nowrap"],extraInlineSelectors:[".chemf",".mwe-math-element","[role=math]",".nowrap"],"bodyRule.add":{bodySelector:"#content",articleSelector:"#bodyContent"}},{id:"twitter",matches:["twitter.com","mobile.twitter.com","tweetdeck.twitter.com","pro.twitter.com","https://platform.twitter.com/embed*"],additionalStayOriginalSelectors:['[data-testid="tweetText"] a',"[data-testid='UserDescription'] a","[data-testid='HoverCard'] a","[data-testid='UserCell'] a","[data-testid='birdwatch-pivot'] a"],blockMinTextCount:0,blockMinWordCount:0,excludeSelectors:["[aria-describedby][role=button]","header","[data-testid='radioGroupplayback_rate'] div","[data-testid='userFollowIndicator']","[class='css-901oao r-14j79pv r-37j5jr r-n6v787 r-16dba41 r-1cwl3u0 r-bcqeeo r-qvutc0']","[class='css-175oi2r r-1wbh5a2 r-dnmrzs']"],extraBlockSelectors:['[data-testid="tweetText"] div.r-6koalj'],extraInlineSelectors:['[data-testid="tweetText"] div.r-xoduu5','[data-testid="tweetText"] span','[data-testid="UserDescription"] div',"[data-testid='HoverCard'] div[dir=auto] div","[data-testid='HoverCard'] span[dir=auto] div"],globalStyles:{"[data-testid='card.layoutLarge.detail'] > div:nth-child(2)":"-webkit-line-clamp: unset;","[data-testid='card.layoutSmall.detail'] > div:nth-child(2)":"-webkit-line-clamp: unset;","[data-testid='tweetText']":"-webkit-line-clamp: unset;"},ignoreZhCNandZhTW:!0,isTranslateTitle:!1,useIframePostMessage:!1,observeUrlChange:!1,paragraphMinTextCount:2,paragraphMinWordCount:1,selectors:['[data-testid="tweetText"]',".tweet-text",".js-quoted-tweet-text","[data-testid='card.layoutSmall.detail'] > div:nth-child(2)","[data-testid='developerBuiltCardContainer'] > div:nth-child(2)","[data-testid='card.layoutLarge.detail'] > div:nth-child(2)","[data-testid='cellInnerDiv'] div[data-testid='UserCell'] > div> div:nth-child(2)","[data-testid='UserDescription']","[data-testid='HoverCard'] div[dir=auto]","[data-testid='HoverCard'] span[dir=auto]","[data-testid='HoverCard'] [role='dialog'] div[dir=ltr]","[data-testid='birdwatch-pivot'] div[dir=ltr]"],"subtitleRule.add":{type:"live",isInject:!1,injectedCss:["#layers[style='z-index: 1;'] [style='height: 100px;'] { height: 400px !important; }"],liveSubtitleRule:{containerSelector:".css-175oi2r.r-13awgt0.r-1pi2tsx.r-13qz1uu > [role='listbox']",reportSelector:".css-175oi2r.r-1awozwy.r-173mn98.r-1mf7evn.r-7e3msg",textSelectors:[".css-1rynq56.r-bcqeeo.r-qvutc0.r-37j5jr.r-a023e6.r-16dba41.r-dhbnww.r-1pb70le"],mutationChangeDelay:1e3}},"subtitleRule.add_v.[1.2.1]":{type:"twitter",videoPlayerSelector:"video",loadingStyle:"bottom: unset; top: 5%;",injectedCss:["#layers[style='z-index: 1;'] [style='height: 100px;'] { height: 400px !important; }","video::cue {white-space: pre-line;}"]}},{id:"threads",matches:"www.threads.net",selectors:["p",".x1npkx4u.x1exu5d8",".xw7yly9",".xgkxs2y",".x1xdureb.xqti54a.x13vxnyz",".xqti54a.x13vxnyz.x49hn82.xcrlgei.x889kno"],stayOriginalSelectors:[".x1rg5ohu",".xat24cr.xdj266r a"],"excludeSelectors.add":[".x6s0dn4.x78zum5",".xpvyfi4.x1npkx4u.x1ms6mhf"],globalStyles:{span:"max-height:unset;-webkit-line-clamp:unset;height:unset;white-space:unset;"}},{id:"stackoverflow",matches:["stackoverflow.com","*.stackexchange.com","superuser.com","askubuntu.com","serverfault.com"],extraBlockSelectors:["span.comment-copy"],globalStyles:{".s-post-summary--content-excerpt":"-webkit-line-clamp:unset;"},"excludeSelectors.add":[".votecell","header","#footer","#question-header + div","div.postcell div.mb0","div[id^=comments-link-]","#answers-header",".new-post-login",".form-submit","a[href='/questions/ask']","#left-sidebar","a.comment-user","span.comment-date","div.s-prose.js-post-body + div",".bottom-notice","div[data-campaign-name=stk]",".s-post-summary--stats",".s-post-summary--meta"],paragraphMinTextCount:4,paragraphMinWordCount:2},{id:"appleDeveloper",matches:"developer.apple.com/documentation/*",selectors:[".container","h3.title","div.content"]},{id:"hackerNews",matches:"news.ycombinator.com",selectors:[".titleline > a",".comment > .commtext",".toptext","a.hn-item-title",".hn-comment-text",".hn-story-title"],excludeSelectors:[".reply"]},{id:"quora",matches:["*.quora.com","quora.com"],excludeSelectors:[".dom_annotate_multifeed_bundle_AskQuestionPromptBundle",".dom_annotate_feed_switcher","[class='q-box qu-py--small qu-color--gray_light']","[class='q-box spacing_log_answer_header']","[class='q-box qu-flex--auto']","[class='q-text qu-dynamicFontSize--small qu-mt--small qu-color--gray_light qu-passColorToLinks']",".AnswerFooter___StyledFlex-sc-2xbo88-0","[class='q-box qu-mb--small']"],globalStyles:{".qu-truncateLines--3":"-webkit-line-clamp: unset;"}},{id:"oldReddit",matches:["old.reddit.com/*/.compact","old.reddit.com/.compact","www.reddit.com/*/.compact","www.reddit.com/.compact"],selectors:[".title > a",".usertext-body"],detectParagraphLanguage:!0},{id:"otherOldReddit",matches:"old.reddit.com",selectors:["p.title > a","[role=main] .md-container"],detectParagraphLanguage:!0},{id:"redditList",matches:["https://www.reddit.com/r/*/comments/*/*","https://www.reddit.com/","https://www.reddit.com/hot/","https://www.reddit.com/new/","https://www.reddit.com/top/"],excludeMatches:["https://www.reddit.com/r/*/wiki/*"],observeUrlChange:!0,selectors:["h1",".PostHeader__post-title-line","[data-click-id=body] h3","[data-click-id=background] h3","[data-testid=comment]","[data-adclicklocation='title'] h3","[data-adclicklocation=media]","[data-testid='post-title-text']",".PostContent",".post-content",".Comment__body","faceplate-batch .md","[slot=comment]",".RichTextJSON-root","[slot=title]","[slot=text-body]","p.title > a","[role=main] .md-container"],detectParagraphLanguage:!0,globalStyles:{"div.XPromoBottomBar":"display:none","[class*='line-clamp']":"-webkit-line-clamp: unset"},waitForSelectors:["[data-testid=post_author_link]"],"inputConfig.add":{clearContentEnable:!1}},{id:"reddit",matches:"www.reddit.com",selectors:["#search-results-tab-slot","h1",".PostHeader__post-title-line","[data-click-id=body] h3","[data-click-id=background] h3","[data-testid=comment]","[data-adclicklocation='title'] h3","[data-testid='post-title-text']","[slot=comment]","[data-adclicklocation=media]",".PostContent",".post-content",".Comment__body","faceplate-batch .md","[slot=text-body]","p.title > a","[role=main] .md-container","#-post-rtjson-content",".RichTextJSON-root","[slot='title']"],excludeSelectors:[".text-neutral-content-weak"],paragraphMinTextCount:5,paragraphMinWordCount:2,excludeMatches:["https://www.reddit.com/r/*/wiki/*","https://www.reddit.com/settings/*"],detectParagraphLanguage:!0,globalStyles:{"div.XPromoBottomBar":"display:none","[class*='line-clamp']":"-webkit-line-clamp: unset"}},{id:"reuters",matches:"www.reuters.com",excludeSelectors:["[promotext]","[data-testid=Leaderboard]","[data-testid=HomeTickerV2]","[data-testid=SiteFooter]","[class^=refinitiv-promo-bar__container]","[data-testid=ResponsiveAdSlot]","[data-testid=SiteHeader]","[data-testid=HomeTickerV2]"]},{id:"npmjs",matches:"https://www.npmjs.com/package/*",selectors:["#tabpanel-readme > div:first-child"]},{id:"github",matches:"github.com",useIframePostMessage:!1,excludeMatches:["https://github.com/*/*/settings","https://github.com/settings/*","https://github.com/sponsors/*","https://github.com/readme/*","https://github.com/readme/","https://github.com/features/*","https://github.com/customer-stories/*"],mutationExcludeSelectors:[".react-blob-sticky-header *"],selectors:["h1","[aria-label=Issues] .markdown-title","[aria-labelledby=discussions-list] .markdown-title","h3 .markdown-title",".markdown-body",".Layout-sidebar p","div > span.search-match","li.repo-list-item p","#responsive-meta-container p","article p","div.repo-description p","[itemprop=description]",".integrations-auth-wrapper",".new-feed-onboarding-notice","article section[aria-label='card content'] > div > div > div > div:nth-child(2)",".TimelineItem-body .Link--primary",'[role="navigation"] p'],atomicBlockSelectors:["[itemprop=description]"],excludeSelectors:[".css-truncate","[data-test-selector='commit-tease-commit-message']","[data-test-selector='create-branch.developmentForm']","div.Box-header.position-relative","div.blob-wrapper-embedded","div.Box.Box--condensed.my-2","div.jp-CodeCell",'[aria-label="Account"] .markdown-title',".js-repos-container .markdown-title","a.anchor","div.file-navigation + div.Box"],extraBlockSelectors:[],extraInlineSelectors:["g-emoji","a.anchor"],stayOriginalTags:["CODE","TT","G-EMOJI","IMG","SUP","SUB"],detectParagraphLanguage:!0,globalStyles:{".TimelineItem-body .Link--primary":"-webkit-line-clamp: unset;"}},{id:"github-blog",matches:["github.blog"],injectedCss:["font {word-break: break-all !important;}"]},{id:"githubNotebook",matches:"notebooks.githubusercontent.com",useIframePostMessage:!1,excludeSelectors:["div.jp-CodeCell"]},{id:"facebook",matches:"www.facebook.com",excludeMatches:["https://www.facebook.com/business/*","https://www.facebook.com/help*"],selectors:["div[dir=auto][style]","div[dir=auto][class]","span[lang]"],atomicBlockSelectors:["div[dir=auto][style]","div[dir=auto][class]","span[lang]"],insertPosition:"afterend",preWhitespaceDetectedTags:["DIV","SPAN"],extraBlockSelectors:["span.x1vvkbs"],excludeSelectors:["[role=button]"],translationClasses:["immersive-translate-text"],detectParagraphLanguage:!0},{id:"youtubeMobile",matches:"m.youtube.com",selectors:[".comment-text","#content-text",".media-item-headline",".slim-video-information-title",".yt-spec-button-view-model",".yt-core-attributed-string > span",".title"],shareConfig:{injectCss:!1,removeSelectors:["iron-iconset-svg","iframe","ytd-watch-next-secondary-results-renderer","noscript","script"]},"mutationConfig.add":{checkSelfUpdate:!1},"excludeTags.remove":["BUTTON"],additionalExcludeSelectors:[".ytp-caption-window-container","text"],"subtitleRule.add":{type:"youtube",subtitleUrlRegExp:"(/api/timedtext|videoplayback\\?expire.*text)",translateSelectors:[".caption-window",".caption-visual-line"],videoPlayerSelector:".html5-video-player.playing-mode,.html5-video-player.paused-mode",loadingContainerSelector:".ytp-caption-window-container",videoADSelector:".ytp-ad-player-overlay",injectedCss:["#player-shorts-container .ytp-caption-window-bottom {top: 40px; bottom: unset!important;}"],videoSelector:".html5-video-player.playing-mode video,.html5-video-player.paused-mode video",translationOnlyPattern:["m.youtube.com/watch*","m.youtube.com/embed*","m.youtube.com/shorts*"],attachRule:{appendSelector:".html5-video-player.playing-mode,.html5-video-player.paused-mode",injectedCSS:[".imt-caption-container {z-index:40;}"],injectedGlobalCSS:[".caption-window {display: none;} ","shorts-video #immersive-translate-caption-window { height: 150px;}"]}},wrapperPrefix:"",wrapperSuffix:"",observeUrlChange:!0,atomicBlockSelectors:[".comment-text"],globalStyles:{".comment-text":"max-height:unset;",".media-item-headline":"max-height:unset;-webkit-line-clamp:unset;"},injectedCss:[".immersive-translate-target-wrapper img { width: 16px; height: 16px }"],extraBlockSelectors:[".caption-visual-line"]},{id:"youtube",matches:"www.youtube.com",blockMinTextCount:0,blockMinWordCount:0,detectParagraphLanguage:!0,lineBreakMaxTextCount:0,shareConfig:{injectCss:!1,removeSelectors:["iron-iconset-svg","iframe","ytd-watch-next-secondary-results-renderer","noscript","script"]},"additionalExcludeSelectors.add":[".ytp-caption-window-container","text"],globalStyles:{"#video-title":"-webkit-line-clamp: unset;max-height: unset;","h1.ytd-watch-metadata":"-webkit-line-clamp: unset;max-height: unset;","yt-formatted-string#video-title":"-webkit-line-clamp: unset;max-height: unset;","ytd-expander.ytd-comment-renderer":"--ytd-expander-max-lines: 1000;"},injectedCss:[".immersive-translate-target-wrapper img { width: 16px; height: 16px }",".metadata-snippet-container {max-height: unset !important;}",".immersive-translate-target-wrapper {text-align: left;}",".immersive-translate-target-wrapper[dir=rtl] {text-align: right;}"],isTranslateTitle:!1,observeUrlChange:!0,selectors:["yt-formatted-string[slot=content].ytd-comment-renderer","yt-formatted-string.ytd-video-renderer","yt-formatted-string#content-text","h1","yt-formatted-string#video-title","yt-formatted-string.span","span#video-title","a#video-title","yt-formatted-string.ytd-transcript-segment-renderer","#description-inline-expander > yt-attributed-string > span","yt-attributed-string > span","ytd-notification-renderer .message","#message",".yt_to_text_transcript_text"],extraBlockSelectors:["yt-formatted-string.ytd-transcript-segment-renderer",".caption-visual-line"],"subtitleRule.add":{type:"youtube",subtitleUrlRegExp:"(/api/timedtext|videoplayback\\?expire.*text)",translateSelectors:[".caption-window",".caption-visual-line"],videoPlayerSelector:".html5-video-player.playing-mode,.html5-video-player.paused-mode",loadingContainerSelector:".ytp-caption-window-container",videoADSelector:".ytp-ad-player-overlay",translationOnlyPattern:["www.youtube.com/watch*","www.youtube.com/embed*","www.youtube.com/shorts*"],subtitleButtonSelector:".html5-video-player.playing-mode .ytp-subtitles-button,.html5-video-player.paused-mode .ytp-subtitles-button",languageSelector:".ytp-menuitem-label",injectedCss:["#shorts-player .ytp-caption-window-bottom {top: 2%; bottom: unset!important;} #immersive-translate-quick-button-container {font-size: 12px;z-index:1001;}"],quickButtonRule:{appendSelector:".ytp-chrome-controls",insertBeforeSelector:".ytp-right-controls"},videoSelector:".html5-video-player.playing-mode video,.html5-video-player.paused-mode video",attachRule:{appendSelector:".html5-video-player.playing-mode,.html5-video-player.paused-mode",injectedCSS:[".imt-caption-container {z-index:40;}",".imt-caption-window {margin-bottom: 2%}"],injectedGlobalCSS:[".caption-window {display: none;} ","#shorts-player #immersive-translate-caption-window { height: 20%;}",".html5-video-player:not(.ytp-autohide) #immersive-translate-caption-window {bottom: 60px;}"]}},urlChangeDelay:2e3,wrapperPrefix:"
",wrapperSuffix:""},{id:"tvYoutube",matches:"tv.youtube.com","subtitleRule.add":{type:"youtube",preTranslation:!0,humanPreferred:!1,subtitleUrlRegExp:"(/api/timedtext|videoplayback\\?expire.*text)",translateSelectors:[".caption-window",".caption-visual-line"],videoPlayerSelector:".html5-video-player.playing-mode,.html5-video-player.paused-mode",loadingContainerSelector:".ytp-caption-window-container",videoADSelector:".ytp-ad-player-overlay",translationOnlyPattern:["tv.youtube.com/watch*"],subtitleButtonSelector:".ytp-subtitles-button",languageSelector:".ytp-menuitem-label",injectedCss:["#shorts-player .ytp-caption-window-bottom {top: 2%; bottom: unset!important;} #immersive-translate-quick-button-container {font-size: 12px;z-index:1001;}"],quickButtonRule:{appendSelector:".ypcs-control-buttons-right",insertBeforeSelector:".ypcs-control-buttons-right .ypcs-volume-control-slot"},videoSelector:".html5-video-player.playing-mode video,.html5-video-player.paused-mode video",attachRule:{appendSelector:".html5-video-player.playing-mode,.html5-video-player.paused-mode",injectedCSS:[".imt-caption-container {z-index:40;}",".imt-caption-window {margin-bottom: 2%;}"],injectedGlobalCSS:[".caption-window {display: none;} ","#shorts-player #immersive-translate-caption-window { height: 20%;}",".html5-video-player:not(.ytp-autohide) #immersive-translate-caption-window {bottom: 60px;}"]}}},{id:"youtube-subtitle",matches:["www.youtube-nocookie.com","music.youtube.com"],extraBlockSelectors:[".caption-visual-line"],mainFrameMinTextCount:0,"excludeSelectors.add":[".captions-text",".ytp-caption-segment"],"subtitleRule.add":{type:"youtube",subtitleUrlRegExp:"/api/timedtext",translateSelectors:[".caption-window",".caption-visual-line"],videoPlayerSelector:".html5-video-player",loadingContainerSelector:".ytp-caption-window-container",videoADSelector:".ytp-ad-player-overlay",translationOnlyPattern:["www.youtube-nocookie.com/embed*","music.youtube.com/watch*"],subtitleButtonSelector:".ytp-subtitles-button",languageSelector:".ytp-menuitem-label",injectedCss:["#shorts-player .ytp-caption-window-bottom {top: 2%; bottom: unset!important;}"],quickButtonRule:{appendSelector:".ytp-chrome-controls",insertBeforeSelector:".ytp-right-controls"},videoSelector:".html5-video-player video",attachRule:{appendSelector:".html5-video-player",injectedCSS:[".imt-caption-container {z-index:40;}",".imt-caption-window {margin-bottom: 2%;}"],injectedGlobalCSS:[".caption-window {display: none;} ","#shorts-player #immersive-translate-caption-window { height: 20%;}",".html5-video-player:not(.ytp-autohide) #immersive-translate-caption-window {bottom: 60px;}"]}}},{id:"instagramMessage",matches:["https://www.instagram.com/direct/*"],wrapperPrefix:"
",selectors:["div[dir=auto].html-div"]},{id:"instagramPost",matches:["https://www.instagram.com/p/*","https://www.instagram.com/reels/*"],blockMinTextCount:1,paragraphMinTextCount:2,excludeSelectors:["hr+div span[dir=auto][style] > span"],selectors:["h1","ul li h3+div span[dir=auto]","hr+div span[dir=auto][style]","div > div[dir=auto]","div:not([class]) > div > div:nth-child(2)"],wrapperPrefix:"
"},{id:"otherInstagram",blockMinWordCount:1,matches:"https://www.instagram.com/*",paragraphMinTextCount:2,selectors:["h1","article span[dir=auto] > span[dir=auto]","._ab1y","ul li h3+div span[dir=auto]","hr+div span[dir=auto][style]","span[dir=auto] > div > span","div > h1[dir=auto]"],wrapperSuffix:""},{id:"1paragraph",matches:"1paragraph.app",selectors:["#book"]},{id:"poeditor",matches:"https://poeditor.com/projects/*",selectors:[".comment-body",".reference_language .source-string"]},{id:"substack",matches:["*.substack.com","newsletter.rootsofprogress.org"],selectorMatches:["link[href^='https://substackcdn.com/bundle/'][rel=preload]"],excludeSelectors:["[style^=top]",".publication-footer",".subscribe-footer",".main-menu",".navbar-title-link","[data-testid='navbar']",".navbar-title",".captioned-button-wrap",".subscription-widget-wrap",".tweet-header",".tweet-link-bottom",".expanded-link",".meta-subheader",".comment-meta",".comment-actions"],globalStyles:{".reader2-clamp-lines":"max-height: unset; -webkit-line-clamp: unset;","[class*='clamp-']":"max-height: unset; -webkit-line-clamp:unset;",".blurb-text":"max-height: unset;",".comment-body":"max-height: unset;"},extraBlockSelectors:[".reader2-post-title",".tweet-link-top",".tweet-link-bottom",".expanded-link"]},{id:"seekingalpha",matches:["seekingalpha.com/article/*","seekingalpha.com/news/*"],selectors:["[data-test-id=card-container]","[data-test-id=comments-section]"],excludeSelectors:["[data-test-id=post-page-meta]","header > div:first-child"]},{id:"hnAlgolia",matches:"hn.algolia.com",selectors:[".Story_title > a:first-child",".Story_comment > span"]},{id:"readwise",matches:"read.readwise.io",selectors:["div[class^='_titleRow_']","#document-text-content"],detectParagraphLanguage:!0},{id:"inoreader",matches:["www.inoreader.com","*.inoreader.com"],selectors:[".article_header_title",".article_title_link",".article_content",".article_magazine_title_link",".blog-post-page","#welcome_center",".gad_overview_articles_wrapper",".library_article_text h4",".header_name"],excludeMatches:["https://www.inoreader.com/features/"],observeUrlChange:!1,globalStyles:{".article_title_link,.library_article_text h4,.gadget_overview_article_title,.article_magazine_title_link,.reader_pane_view_style_2 .column_view_title":"-webkit-line-clamp: unset;max-height: unset;",".article_tile_content_wraper,div.article_tile":"overflow:auto",".article_header_title":"white-space:normal"}},{id:"aha",matches:"*.ideas.aha.io",excludeSelectors:[".comment-header",".vote-status",".idea-meta",".filters-title",".ideas-showing-count",".my-ideas-filters-wrapper",".statuses-filters-wrapper",".categories-filters-wrapper","[class^='attachment']","span[class^='attachment-name']"]},{id:"googleScholar",matches:["scholar.google.*/*","scholar.google.com.*/*","scholar.google.co.*/*"],wrapperPrefix:` -`,selectors:["h3 a[data-clk]","div.gs_rs","td a.gsc_a_at","td div.gs_gray:last-of-type","div.gsc_oci_value","#gs_opinion"],extraInlineSelectors:["br"],atomicBlockSelectors:["h3 a[data-clk]"]},{id:"googleMail",matches:"mail.google.com",detectParagraphLanguage:!0,selectors:["h2[data-thread-perm-id]","span[data-thread-id]","div[data-message-id] div[class='']",".messageBody","#views"],globalStyles:{"[role='listitem'] > div":"height:auto!important;white-space:unset!important;"}},{id:"googleNews",matches:"news.google.com",blockMinTextCount:26,blockMinWordCount:5,globalStyles:{".MCAGUe":"height: auto;",".To2ZZb.DbQnIe":"height: unset;",".cp7Yvc > h2":"display: block;",".oovtQ":"height: auto;",h4:"-webkit-line-clamp: unset;"},excludeSelectors:[".EyERq",".AOl7G.eejsDc","[aria-label='Home']","[aria-label='For you']","[aria-label='Following']","[aria-label='World']","[aria-label='Local']",".gb_Fc",".wBQf7b",".yPI8Rb",".jKHa4e",".u43Gd",".Zgjpyb","[role='button']","[jsname='rymPhb']",".cbz1ld",".VfPpkd-P5QLlc",".XvhY1d"]},{id:"outlook",matches:"outlook.live.com",excludeSelectors:[".jHAG3.XG5Jd",".OZZZK",".lDdSm"]},{id:"producthunt",matches:"www.producthunt.com",excludeMatches:"https://www.producthunt.com/stories/*",selectors:["h2","div[class^='styles_htmlText__']","[class^='styles_tagline']","a[href^='/discussions/'].fontWeight-600","button[class^='styles_textButton'] > div > span","h5 + p","div[data-test=product-item-name] + div",".noOfLines-1,.noOfLines-2,.noOfLines-3",".fontWeight-600","[class*='styles_dropdown']","[class*='styles_aboutText']"],globalStyles:{"h5 + p":"height:unset;",".noOfLines-1,.noOfLines-2,.noOfLines-3":"-webkit-line-clamp:unset;"},"excludeTags.remove":["PRE"]},{id:"codeforces",matches:"https://codeforces.com/*","stayOriginalTags.add":["[class^='MathJax']"]},{id:"discord",matches:"https://discord.com/channels/*",isTranslateTitle:!1,selectors:["li[id^=chat-messages] div[id^=message-content]","div[class^=headerText]","section[aria-label='Search Results'] div[id^=message-content]"],extraBlockSelectors:["[class^='embedFieldValue']","li[class^='card'] div[class^='message']","[data-list-item-id^='forum-channel-list'] div[class^='headerText']"],globalStyles:{"div[class^=headerText]":"max-height: unset;","div[class^=message]":"max-height: unset;","div[class^=text]":"max-height: unset;","h3[data-text-variant='heading-lg/semibold']":"-webkit-line-clamp: none;"},detectParagraphLanguage:!0,wrapperPrefix:"
",wrapperSuffix:"",paragraphMinTextCount:4,paragraphMinWordCount:2},{id:"telegram",matches:["web.telegram.org/z/*","web.telegram.org/a/*"],isTranslateTitle:!1,selectors:[".text-content",".message",".reply-markup-button-text",".bot-commands-list-element-description"],"extraBlockSelectors.add":[".message.spoilers-container em",".message.spoilers-container strong"],excludeSelectors:[".time",".peer-title",".document-wrapper",".message.spoilers-container custom-emoji-element"],detectParagraphLanguage:!0},{id:"telegramK",matches:["web.telegram.org/k/*","web.telegram.org/k/"],selectors:[".message",".reply-markup-button-text",".bot-commands-list-element-description"],"extraBlockSelectors.add":[".message.spoilers-container em",".message.spoilers-container strong"],excludeSelectors:[".time",".peer-title",".document-wrapper",".message.spoilers-container custom-emoji-element"],detectParagraphLanguage:!0},{id:"githubGist",matches:"gist.github.com",selectors:[".markdown-body",".readme"],detectParagraphLanguage:!0},{id:"lobste",matches:"lobste.rs",excludeMatches:["https://lobste.rs/about","https://lobste.rs/chat"],selectors:[".u-repost-of",".comment_text",".story_text"]},{id:"slack",matches:"*.slack.com",selectors:[".p-rich_text_block",".p-message_pane__foreword",".c-alert__message","[data-qa=message_attachment_text]"],additionalStayOriginalSelectors:["[data-qa=emoji]"],detectParagraphLanguage:!0},{id:"artstationArtwork",matches:"www.artstation.com/artwork/*",excludeSelectors:".project-description a",selectors:[".project-description","div.project-comment-text"],detectParagraphLanguage:!0},{id:"artstationLearning",matches:"www.artstation.com/learning/courses/*",additionalSelectors:["footer.learning-course-description.ng-star-inserted > span"],excludeSelectors:[".learning-card-meta",".vjs-text-track-display"],"mutationExcludeSelectors.add":[".vjs-text-track-display *"],"subtitleRule.add":{type:"webvtt",subtitleUrlRegExp:"/subtitles/.*\\.(vtt|webvtt)$",loadingContainerSelector:".vjs-text-track-display",quickButtonRule:{appendSelector:".vjs-control-bar",insertBeforeSelector:".vjs-playback-rate",injectCSS:".imt-quick-subtitle-button { font-size: 12px;} .logo,.logo svg { height: 18px !important; width: 18px !important;} .imt-quick-subtitle-pop-content {bottom: 38px !important;}"},videoSelector:"video",attachRule:{appendSelector:".video-js",injectedGlobalCSS:[".vjs-text-track-display {display: none;}",".captions-text: {margin-bottom: 10%;}"]}}},{id:"artstationBlog",matches:["https://www.artstation.com/blogs","https://www.artstation.com/blogs/*"],detectParagraphLanguage:!0,additionalSelectors:[".comment-item-body"],atomicBlockSelectors:[".author-headline",".author-location"],excludeSelectors:["blog-card-thumbnail","blog-card-header",".blog-card-author",".blog-card-meta",".blog-view-header",".blog-grid-title",".post-meta-header"]},{id:"figmaCommunity",matches:"www.figma.com/community/*",normalizeBody:"div.ql-editor[contenteditable='false']",excludeSelectors:["div[class*='metadataRight']","div[class*='commentMetaAndOptions']"],globalStyles:{"div[class*='mini_cardBottomRowSizing']":"height: 3em;"},additionalSelectors:["div[class*='mini_cardBottomRow_Metadata']"],stayOriginalSelectors:["[data-tooltip='tooltip-user-info']"]},{id:"googleIndex",matches:["https://www.google.com/","https://www.google.com.hk/"],excludeSelectors:["#gb","#SIvCob"],inputTutorialsText:"\u8BD5\u8BD5\u8F93\u5165\u4E2D\u6587\u540E\u5FEB\u901F\u8FDE\u51FB 3 \u6B21\u7A7A\u683C\u952E\u7FFB\u8BD1\uFF08\u4EC5\u63D0\u793A\u4E00\u6B21\uFF09",inputTutorialsSelectors:["textarea#APjFqb"],"inputConfig.add":{tutorialsText:"\u8BD5\u8BD5\u8F93\u5165\u4E2D\u6587\u540E\u5FEB\u901F\u8FDE\u51FB 3 \u6B21\u7A7A\u683C\u952E\u7FFB\u8BD1\uFF08\u4EC5\u63D0\u793A\u4E00\u6B21\uFF09",tutorialsSelectors:["textarea#APjFqb"]}},{id:"googleSearch",matches:"www.google.*/search*",blockMinTextCount:32,blockMinWordCount:3,wrapperSuffix:"",detectParagraphLanguage:!0,excludeSelectors:["a h3 + div","div#sfooter","a[role=presentation] > div > div:first-child",".b5ZQcf",".CEMjEf",".MgUUmf.NUnG9d","#result-stats","[role=navigation]","div.sCuL3","div.eFM0qc.BCF2pd","div.WZ8Tjf","div.adDDi","#headerSection","#rateChatDiv","[id=bres]",".title-D5Lgyj","[data-attrid='VisualDigestVideoResult']",".search-enhance-WDIEkP h4",".SPZz6b h2",".CtCigf",".VLkRKc",".EbH0bb",".Wr0c6d",".jleFbf","#searchform",".yg51vc",".CbAZb"],extraBlockSelectors:[".MUFPAc"],"additionalExcludeSelectors.add":["[jscontroller='UsftYd']"],globalStyles:{".V82bz":"-webkit-line-clamp: unset;max-height: unset;margin-bottom:30px",".pe7FNb":"-webkit-line-clamp: unset;",".promotion-3PDMAb":"display: none;",".uAKcGb":"-webkit-line-clamp: unset;max-height: unset;margin-bottom:30px","div[data-content-feature='1'] > div":"-webkit-line-clamp: unset;max-height: unset;","div[style='-webkit-line-clamp:2']":"-webkit-line-clamp: unset;max-height: unset;","div[style='-webkit-line-clamp:3']":"-webkit-line-clamp: unset;max-height: unset;","div[style='-webkit-line-clamp:4']":"-webkit-line-clamp: unset;max-height: unset;",".Pw4Ldf.RsCEN":"height:unset;",".related-question-pair":"overflow:auto;"},ignoreZhCNandZhTW:!0,isTranslateTitle:!1,searchEnhancementConfig:[{id:"google",urlMatch:"https://www\\.google\\..+/search",style:{source:"font-size:12px; margin-bottom: 6px;",enTitle:"margin-top:6px;font-size:14px;",searchTitle:"margin-top:6px;position:relative;padding-right:24px;",more:"color:#1a0dab;margin-top:8px;",enTitleClassName:"immersive-translate-search-enhancement-en-title"},keyword:{value:"[0]$1",matches:[{source:"url",matchRegex:"q=(.+?)&"}]},showCount:5}]},{id:"lowendtalk",matches:"lowendtalk.com",selectors:["[role=heading]","h1",".userContent"]},{id:"linkedinJobs",matches:"www.linkedin.com/jobs/*",selectors:["#job-details > span",".decorated-job-posting__details"]},{id:"linkedinFeed",matches:"https://linkedin.com/feed/*",selectors:["h1",".feed-shared-update-v2__description-wrapper"]},{id:"indiehackers",matches:"www.indiehackers.com",selectors:[".content","h1","h3.story__title",".feed-item__title-link",".article-body",".interview-body"]},{id:"libreddit",matches:"libreddit.de",selectors:["h2.post_title",".comment_body > .md"]},{id:"notionSite",matches:["notion.site","*.notion.site"],normalizeBody:"body",selectors:["div[data-block-id]"]},{id:"notion_so",matches:["www.notion.so"],injectedCss:["[aria-label='Templates'] font br {display:none;}"]},{id:"newyorker",matches:"www.newyorker.com",additionalSelectors:["h1","[data-testid=SummaryItemHed]"],excludeSelectors:["[data-testid=PersistentTop]","[data-testid=StackedNavigationHeader]"],urlChangeDelay:2e3},{id:"startme",matches:"start.me",selectors:[".rss-article__title",".rss-articles-list__article-link",".rss-showcase__title",".rss-showcase__text"]},{id:"scmp",matches:"www.scmp.com",additionalSelectors:[".info__subHeadline",".section-content h2"],globalStyles:{".topic__article-list":"height: unset;",".adverisers__adveriser":"height: unset;",".advertiser__content":"height: unset;",".content-title__link":"display:unset;overflow:unset;-webkit-line-clamp:unset;",".title__text":"max-height:unset; -webkit-line-clamp:unset;",".news-list-item__news-title":"max-height:unset; -webkit-line-clamp:unset;","a[class*='link'] > .link__headline":"max-height:unset; -webkit-line-clamp:unset;"},"bodyRule.add":{bodySelector:"[data-qa='ArticleList-Item']",articleSelector:"[data-qa='GenericArticle-Content']",xpathRule:["datatype:p"]}},{id:"lesswrong",matches:"www.lesswrong.com",extraBlockSelectors:["span.commentOnSelection"]},{id:"mastodon",matches:["mastodon.social","mastodon.online","kolektiva.social","indieweb.social","mastodon.world","infosec.exchange"],isTranslateTitle:!1,selectorMatches:["div#mastodon"],selectors:["div.status__content__text",".about__section__body",".content",".form-container",".account__header__extra"],globalAttributes:{"[class='notranslate app-holder']":{class:"app-holder"}},detectLanguage:!0},{id:"cnbc",matches:"www.cnbc.com",urlChangeDelay:1e3,globalStyles:{"div.Card-titleContainer > div":"-webkit-line-clamp: unset;max-height: unset;"},"excludeSelectors.add":["#GlobalNavigation","#GlobalFooter",".LiveBlogHeader-timestampAndShareBarContainer",".LiveBlogHeader-liveUpdatesPill"]},{id:"dailyDev",matches:"app.daily.dev",selectors:["h1",".typo-body","article h3","[class^=markdown_markdown]"],globalStyles:{".line-clamp-3":"-webkit-line-clamp: unset"}},{id:"pornhub",matches:["*.pornhub.com","pornhub.com"],excludeMatches:["*.pornhub.com/insights/*","pornhub.com/insights/*"],extraBlockSelectors:[".trendingNow",".searchItem",".tagcloud > a"],detectParagraphLanguage:!0,wrapperPrefix:"
",wrapperSuffix:` +?`]},azure:{placeholderDelimiters:["@","#"]},you:{placeholderDelimiters:["@","#"]},openl:{placeholderDelimiters:["@","#"]},niu:{placeholderDelimiters:["@","#"]}},shortcuts:{toggleTranslatePage:"Alt+A",toggleTranslateTheWholePage:"Alt+W",toggleOnlyTransation:"",toggleTranslateToThePageEndImmediately:"",toggleTranslationMask:"",shareToDraft:"",toggleMouseHoverTranslateDirectly:""},tempTranslateDomainMinutes:0,translationParagraphLanguagePattern:{matches:["onboarding.immersivetranslate.com","www.reddit.com","old.reddit.com","twitter.com","www.tumblr.com","*.twitter.com","medium.com","*.medium.com","github.com","gist.github.com","www.facebook.com","www.youtube.com","m.youtube.com","read.readwise.io","www.inoreader.com","mail.google.com","google.com","discord.com","*.instagram.com","instagram.com","web.telegram.org","web.whatsapp.com","*.slack.com","*.indeed.com","outlook.live.com","https://bsky.app","store.steampowered.com","test-app.immersivetranslate.com","app.immersivetranslate.com"],excludeMatches:[],selectorMatches:["meta[property='al:ios:url'][content^='medium://']"],selectorExcludeMatches:[]},sourceLanguageUrlPattern:{},selectTranslationFont:"",translationFonts:["Microsoft YaHei","SimSun","NSimSun","SimHei","Microsoft JhengHei","KaiTi","FangSong","PingFang SC","STHeiti","STKaiti","STSong","STFangsong","STZhongsong","STHupo","STXinwei","STLiti","STXingkai","Hiragino Sans GB","Lantinghei SC","Hanzipen SC","Hannotate SC","Songti SC","Wawati SC","Weibei SC","Xingkai SC","Yapi SC","Yuanti SC","Arial Unicode MS","MingLiU-ExtB","Malgun Gothic","Arial","Calibri","Cambria","Candara","Consolas","Constantia","Corbel","Courier New","Georgia","Lucida Console","MingLiU","PMingLiU","MingLiU_HKSCS","Meiryo","MS Gothic","MS PGothic","MS UI Gothic","MS Mincho","MS PMincho","Segoe UI","Segoe UI Symbol","Tahoma","Times New Roman","Trebuchet MS","Verdana","Gulim","Dotum","Batang","Gungsuh","San Francisco","Helvetica Neue","Hiragino Mincho ProN","Hiragino Kaku Gothic ProN","Yu Gothic","Yu Mincho","Geeza Pro","Al Nile","Tehran","Devanagari MT","Kohinoor Devanagari","Apple SD Gothic Neo","Nanum Gothic"],generalRule:{_comment:"",isTranslateWhenServiceChanged:!0,glossaries:[{k:"LLM",v:""},{k:"LLMs",v:""}],excludeRegexps:["(<\\\\/?[a-zA-Z0-9]+(?:[^>]*?)>)","(||||||||||
|
)"],detectionServiceOrder:["google","bing","transmart"],detectParagraphLanguage:!1,paragraphFirstLetterFontSize:35,toastErrorMinTimes:20,enableSubtitle:!1,"subtitle.autoEnableSubtitle":!1,disableNewTextTranslate:!1,skipEditableCheck:!1,mutationObserverLimitTargetSelectors:[],condition:{},normalizeBody:"",inputExecCommandDeleteEnable:!1,inputConfig:{clearContentEnable:!0,execCommandDeleteEnable:!1},mutationExcludeSelectors:["span.highlighter--highlighted","span.highlighter-ext","mark","msreadoutspan","rw-highlight","web-highlight","font.immersive-translate-target-wrapper *","pre",".uacc-clickable"],mutationExcludeContainsSelectors:["msreadoutspan","[class*='rgh-seen-']","[isInvalidTag]","mh","body","relin-hc"],atomicBlockSelectors:["relin-hc"],shareConfig:{injectCss:!0,removeSelectors:["noscript","script"]},mutationConfig:{consumeTimeout:100,buildTimeout:100,checkSelfUpdate:!0},useIframePostMessage:!1,searchEnhancementConfig:[],injectedCss:[],isOnBoardingPage:!1,isEbook:!1,isEbookBuilder:!1,ignoreZhCNandZhTW:!1,showSponsorOnSafari:!1,noTranslateRegexp:["^\\d+.+ago$","^\\d+\\s+MIN\\s+READ$"],waitForSelectors:[],isInjectOptionsUrl:!1,isInjectVersion:!1,isInjectMeta:!1,waitForSelectorsTimeout:3e3,pairs:{},aiRule:{},subtitleRule:{isInject:!0,autoEnableSubtitle:!1,preTranslation:!1,humanPreferred:!0,disabled:!1,hookType:"xhr",showQuickButton:!0,backgroundColor:"#080808",backgroundOpacity:"75",sourceTextColor:"#FFFFFF",translationTextColor:"#FFFFFF",sourceFontSize:"100",translationMode:"dual",translationPosition:"bottom",translationFontSize:"100",translateGroupCount:5,velocityGroup:[1,3,20]},bodyRule:{enable:!0,maxBodyScreenLength:25,articleChildTags:["P"],articleChildTagsNum:4,bodyIsRoot:!1,humanPreferred:!0,preTranslation:!0,xpathRule:["name:P"]},isSubtitleBuilder:!1,minZIndex:0,initTranslationServiceAsSoonAsPossible:!0,targetWrapperTag:"font",additionalInjectedCss:[],isTranslateTitle:!0,enableSearchEnhancement:!1,searchEnhancementSelector:"#rhs",languageDetectMinTextCount:50,wrapperPrefix:"smart",wrapperSuffix:"smart",isPdf:!1,pdfUrlExtractRule:{},isTransformPreTagNewLine:!1,urlChangeDelay:50,mutationChangeDelay:10,mainFrameMinTextCount:50,mainFrameMinWordCount:5,visibleDelay:0,additionalStayOriginalSelectors:["span.katex","span.notranslate",".MathJax_Preview",".MathJax",".MathJax_SVG",'[aria-labelledby^="MathJax-SVG"]',".mwe-math-element","span[translate=no]","em[translate=no]","code[translate=no]","span.math.inline","span.math.display",".ltx_Math",".mathjax-block",".MathJax_CHTML","kbd","span.pretex-inline","span.math-inline",".reference-citations"],translationBlockStyle:"",isShowUserscriptPagePopup:!0,observeUrlChange:!1,paragraphMinTextCount:4,paragraphMinWordCount:2,shadowRootSelectors:[],blockMinTextCount:24,blockMinWordCount:4,asideMaxTextCount:1e3,asideMaxWordCount:200,asideMaxTextCountPerParagraph:67,asideMaxWordCountPerParagraph:12,lineBreakMaxTextCount:0,globalAttributes:{},inputTutorialsText:"",inputTutorialsSelectors:[],globalMeta:{},globalStyles:{},initialGlobalAttributes:{},initialSelectorGlobalAttributes:{header:{translate:"no"},"footer:last-of-type":{translate:"no"},"nav:last-of-type":{translate:"no"},nav:{translate:"no"}},selectors:[],preWhitespaceDetectedTags:["DIV","SPAN"],stayOriginalSelectors:[],additionalSelectors:["h1","section h2","section h3","section h4","main h2","main h3","main h4",".article-title",".article-subtitle",".article_title",".article_subtitle",".article__title",".articleTitle",".Article__content",".titleLink",".summary",".headline",".page-content","aside.note","aside.article-comments","aside.onebox"],atomicBlockTags:[],excludeSelectors:[],additionalExcludeSelectors:['[contenteditable="true"]',".uacc-clickable","#monica-content-root","#immersive-translate-popup",".social-share",".breadcrumbs",".post__footer",".btn",".share-nav",".o-share","[data-toolbar=share]","rp","rt",".prism-code",".rc-CodeBlock","[role=code]","#omni-extension",".omni-item","div[data-paste-markdown-skip]","table.highlight","div[class^=codeBlockContent]","div[class^=codeBlockLines]","div[class^=token-line]","#liuchan-window > .liuchan-container > *",".material-icons","i.fa","i[class^=fa-]",".notranslate","[translate=no]",".navmenu-container",".google-symbols","h1 br","h2 br","h3 br","h4 br","table thead"],translationClasses:[],excludeTags:["TITLE","LINK","SCRIPT","STYLE","TEXTAREA","SVG","svg","G","NOSCRIPT","BUTTON","BASE","HR","PRE","KBD","WBR","RT","RP","META","MATH","TTS-SENTENCE","AIO-CODE","RELIN-TARGET"],bodyTranslateTags:["FOOTER","ASIDE","BUTTON","NAV"],forceTranslateTags:[],metaTags:["META","SCRIPT","STYLE","NOSCRIPT"],additionalExcludeTags:[],stayOriginalTags:["CODE","TT","IMG","SUP","SUB","SAMP","math","semantics","mrow","mo","mfrac","msup","mi","mn","msqrt","d-math"],additionalStayOriginalTags:[],inlineTags:["A","ABBR","FONT","ACRONYM","B","INS","DEL","RUBY","RP","RB","BDO","MARK","BIG","RT","NOBR","CITE","DFN","EM","I","LABEL","Q","S","SMALL","SPAN","STRONG","SUB","SUP","U","KBD","TT","VAR","IMG","CODE","SCRIPT","STYLE","LINK","TIME","META","WBR","RELIN-HC","RELIN-HIGHLIGHT","RELIN-ORIGIN","RELIN-TARGET","XQDD_HIGHLIGHT_NEW_WORD","NOBR","RW-HIGHLIGHT","HYPOTHESIS-HIGHLIGHT"],additionalInlineTags:[],extraInlineSelectors:["p > a span","p > span a span"],additionalInlineSelectors:[".MathJax_Preview",".MathJax",".highlighter--highlighted",".rw-highlight","ruby *"],extraBlockSelectors:["turbo-frame","readme-toc","#hs_cos_wrapper_post_body","#hs_cos_wrapper_post_body","option","ul > li"],allBlockTags:["BODY","HGROUP","CONTENT","ADDRESS","ARTICLE","ASIDE","DETAILS","BLOCKQUOTE","SELECT","OPTION","CANVAS","DD","DL","DT","FIELDSET","FIGCAPTION","FIGURE","FOOTER","HEADER","FORM","HR","MAIN","SUMMARY","NAV","NOSCRIPT","PRE","SECTION","TABLE","TFOOT","UL","VIDEO","P","DIV","H1","H2","H3","H4","H5","H6","UL","LI","OL","BR","PICTURE","TBODY","TR","TD","TH","SOURCE","C-WIZ","BUTTON","TURBO-FRAME","README-TOC"],mutationObserverContainerSelectors:[],pdfNewParagraphLineHeight:2.4,pdfNewParagraphIndent:1.2,pdfNewParagraphIndentRightIndentPx:130,fingerCountToToggleTranslagePageWhenTouching:4,fingerCountToToggleTranslationMaskWhenTouching:0,fingerCountToToggleTranslagePageOnlyTranslationWhenTouching:0,touchShortcutsToggleTranslatePage:"fingers.4",touchShortcutsToggleTranslationMask:"touchShortcutsOff",touchShortcutsToggleTranslatePageOnlyTranslation:"touchShortcutsOff",touchShortcutsToggleTranslateTouchElement:"touchShortcutsOff",touchShortcutsToggleTranslateTouchElementPreferenceKey:"slide.left",mouseHoverHoldKey:"Off",mouseHoverPreferenceKey:"Ctrl"},rules:[{id:"isSubtitleBuilder",isSubtitleBuilder:!0,pageType:"subtitleBuilder",selectorMatches:["meta[name='immersive-translate-subtitle-builder'][content='true']"],pairs:{".source-text":".target-text"},paragraphMinTextCount:4,paragraphMinWordCount:2,isTranslateTitle:!1,wrapperPrefix:"",wrapperSuffix:"","bodyRule.add":{enable:!1}},{id:"isEbook",isEbook:!0,pageType:"ebookReader",isTranslateTitle:!1,urlChangeDelay:200,selectorMatches:["meta[name='immersive-translate-ebook-viewer'][content='true']"],injectedCss:[".immersive-translate-target-translation-block-wrapper {display:block;}"],excludeSelectors:["#drop-target","#drop-target h1","#side-bar","h1#side-bar-title"],extraInlineSelectors:["span.dropcaps"],"bodyRule.add":{enable:!1},paragraphMinTextCount:4,paragraphMinWordCount:2,blockMinTextCount:1,blockMinWordCount:1,containerMinTextCount:1,wrapperPrefix:"
",targetWrapperTag:"span"},{id:"pdf",isPdf:!0,isTranslateTitle:!1,pageType:"pdfReader",selectorMatches:["meta[name='immersive-translate-pdf-viewer'][content='true']"],matches:["https://app.immersivetranslate.com/pdf","https://app.immersivetranslate.com/pdf/","https://app.immersivetranslate.com/pdf/*","http://localhost:38001/pdf*"],"additionalExcludeSelectors.remove":['[contenteditable="true"]'],isTranslateWhenServiceChanged:!1,translationMode:"translation",skipEditableCheck:!0,selectors:["p"],"bodyRule.add":{enable:!1},injectedCss:[".immersive-translate-target-wrapper {display: contents!important;position:absolute;}",".immersive-translate-target-wrapper br {display: none;!important;}",".immersive-translate-target-wrapper span {position: relative;!important;}",".immersive-translate-error-wrapper {padding:0px !important;margin:0px !important;}","font {line-height: 0!important;}"],globalAttributes:{"[class='textLayer']":{translate:"no"}},mutationExcludeContainsSelectors:["font.immersive-translate-target-wrapper"],"shareConfig.add":{removeSelectors:["noscript","script",".toolbar","#sidebarContainer",'[class="page"]',".editorParamsToolbar",".image-mode",".im_db",".im_cb"]},wrapperPrefix:"",isInjectVersion:!0},{id:"sci-hub.pdfWebPage",matches:["sci-hub.*"],waitForSelectorsTimeout:1,pdfUrlExtractRule:{selector:"#pdf",attribute:"src"}},{id:"common.pdfWebPage",waitForSelectorsTimeout:1,selectorMatches:["embed[type='application/pdf']"]},{id:"isEbookBuilder",matches:["https://app.immersivetranslate.com/ebook/make/","http://localhost:38001/ebook/make/"],isEbookBuilder:!0,pageType:"ebookBuilder",toastErrorMinTimes:500,isTranslateWhenServiceChanged:!1,isTranslateTitle:!1,targetWrapperTag:"span",selectorMatches:["meta[name='immersive-translate-ebook-builder'][content='true']"],injectedCss:[".immersive-translate-target-translation-block-wrapper {display:block;}"],globalMeta:{},excludeSelectors:["h1.notranslate","#drop-target","#drop-target h1","#side-bar","h1#side-bar-title","#tool",".Code"],"bodyRule.add":{enable:!1},isInjectMeta:!0,paragraphMinTextCount:4,paragraphMinWordCount:2,blockMinTextCount:1,blockMinWordCount:1,containerMinTextCount:1,wrapperPrefix:"
"},{id:"immersiveTranslateIosOnBoarding",selectorMatches:["meta[name=immersiveTranslateIosOnBoarding]"],initialGlobalAttributes:{"input#immersiveTranslateDetectedSlot":{value:"true"}},isInjectOptionsUrl:!0,isInjectVersion:!0,isInjectMeta:!0},{id:"immersiveTranslateIosOnBoardingStep1",selectorMatches:["meta[name=immersiveTranslateIosOnBoardingStep1]"],isOnBoardingPage:!0,isInjectOptionsUrl:!0,isInjectVersion:!0,isInjectMeta:!0},{id:"immersivePreview",matches:["https://immersivetranslate.com/preview*","https://test.immersivetranslate.com/preview*","https://immersivetranslate.com/drafts*","https://test.immersivetranslate.com/drafts*"],isInjectVersion:!0,isInjectMeta:!0,waitForSelectorsTimeout:1},{id:"pro-pdf",matches:["https://*.immersivetranslate.com/pdf-pro*"],pageType:"pdfProReader","excludeSelectors.add":["table"],isInjectVersion:!0,isInjectMeta:!0,waitForSelectorsTimeout:1},{id:"immersive",matches:["https://immersivetranslate.com","https://test.immersivetranslate.com","https://onboarding.immersivetranslate.com","https://app.immersivetranslate.com","https://test-app.immersivetranslate.com","http://localhost:38001"],isInjectVersion:!0,isInjectMeta:!0,waitForSelectorsTimeout:1},{id:"simpread",selectorMatches:"div.simpread-read-root.simpread-read-root-show > sr-read",mainFrameSelector:"div.simpread-read-root.simpread-read-root-show > sr-read"},{id:"txt",matches:["*://*/*.txt","file://*/*.txt"],selectorMatches:["body > pre"],"mutationExcludeSelectors.add":["body"],isTransformPreTagNewLine:!0,"excludeTags.remove":["PRE"]},{id:"hangejp",matches:["arad.hange.jp","arad.nexon.co.jp","oapi.dingtalk.com","login.dingtalk.com"],useIframePostMessage:!1},{id:"preSites",matches:["mail.jabber.org","antirez.com","patchwork.kernel.org","lists.apache.org","manned.org","bugs.webkit.org","bugzilla.mozilla.org","lwn.net/Articles/*","docs.haproxy.org","man.freebsd.org","www.oreilly.com/openbook/opensources/book/*","gamefaqs.gamespot.com"],isTransformPreTagNewLine:!0},{id:"wikipedia",matches:"*.wikipedia.org",paragraphMinWordCount:2,paragraphMinTextCount:4,injectedCss:[".immersive-translate-target-translation-block-wrapper { display: block; }"],excludeSelectors:[".mw-editsection",".mw-cite-backlink","#p-lang-btn","#right-navigation","#p-associated-pages",".vector-header"],stayOriginalSelectors:[".chemf",".mwe-math-element","[role=math]",".nowrap"],extraInlineSelectors:[".chemf",".mwe-math-element","[role=math]",".nowrap"],"bodyRule.add":{bodySelector:"#content",articleSelector:"#bodyContent"}},{id:"twitter",matches:["twitter.com","mobile.twitter.com","tweetdeck.twitter.com","pro.twitter.com","https://platform.twitter.com/embed*"],additionalStayOriginalSelectors:['[data-testid="tweetText"] a',"[data-testid='UserDescription'] a","[data-testid='HoverCard'] a","[data-testid='UserCell'] a","[data-testid='birdwatch-pivot'] a"],blockMinTextCount:0,blockMinWordCount:0,excludeSelectors:["[aria-describedby][role=button]","header","[data-testid='radioGroupplayback_rate'] div","[data-testid='userFollowIndicator']","[class='css-901oao r-14j79pv r-37j5jr r-n6v787 r-16dba41 r-1cwl3u0 r-bcqeeo r-qvutc0']","[class='css-175oi2r r-1wbh5a2 r-dnmrzs']"],extraBlockSelectors:['[data-testid="tweetText"] div.r-6koalj'],extraInlineSelectors:['[data-testid="tweetText"] div.r-xoduu5','[data-testid="tweetText"] span','[data-testid="UserDescription"] div',"[data-testid='HoverCard'] div[dir=auto] div","[data-testid='HoverCard'] span[dir=auto] div"],globalStyles:{"[data-testid='card.layoutLarge.detail'] > div:nth-child(2)":"-webkit-line-clamp: unset;","[data-testid='card.layoutSmall.detail'] > div:nth-child(2)":"-webkit-line-clamp: unset;","[data-testid='tweetText']":"-webkit-line-clamp: unset;"},ignoreZhCNandZhTW:!0,isTranslateTitle:!1,useIframePostMessage:!1,observeUrlChange:!1,paragraphMinTextCount:2,paragraphMinWordCount:1,selectors:['[data-testid="tweetText"]',".tweet-text",".js-quoted-tweet-text","[data-testid='card.layoutSmall.detail'] > div:nth-child(2)","[data-testid='developerBuiltCardContainer'] > div:nth-child(2)","[data-testid='card.layoutLarge.detail'] > div:nth-child(2)","[data-testid='cellInnerDiv'] div[data-testid='UserCell'] > div> div:nth-child(2)","[data-testid='UserDescription']","[data-testid='HoverCard'] div[dir=auto]","[data-testid='HoverCard'] span[dir=auto]","[data-testid='HoverCard'] [role='dialog'] div[dir=ltr]","[data-testid='birdwatch-pivot'] div[dir=ltr]"],"subtitleRule.add":{type:"live",isInject:!1,injectedCss:["#layers[style='z-index: 1;'] [style='height: 100px;'] { height: 400px !important; }"],liveSubtitleRule:{containerSelector:".css-175oi2r.r-13awgt0.r-1pi2tsx.r-13qz1uu > [role='listbox']",reportSelector:".css-175oi2r.r-1awozwy.r-173mn98.r-1mf7evn.r-7e3msg",textSelectors:[".css-1rynq56.r-bcqeeo.r-qvutc0.r-37j5jr.r-a023e6.r-16dba41.r-dhbnww.r-1pb70le"],mutationChangeDelay:1e3}},"subtitleRule.add_v.[1.2.1]":{type:"twitter",videoPlayerSelector:"video",loadingStyle:"bottom: unset; top: 5%;",injectedCss:["#layers[style='z-index: 1;'] [style='height: 100px;'] { height: 400px !important; }","video::cue {white-space: pre-line;}"]}},{id:"threads",matches:"www.threads.net",selectors:["p",".x1npkx4u.x1exu5d8",".xw7yly9",".xgkxs2y",".x1xdureb.xqti54a.x13vxnyz",".xqti54a.x13vxnyz.x49hn82.xcrlgei.x889kno"],stayOriginalSelectors:[".x1rg5ohu",".xat24cr.xdj266r a"],"excludeSelectors.add":[".x6s0dn4.x78zum5",".xpvyfi4.x1npkx4u.x1ms6mhf"],globalStyles:{span:"max-height:unset;-webkit-line-clamp:unset;height:unset;white-space:unset;"}},{id:"stackoverflow",matches:["stackoverflow.com","*.stackexchange.com","superuser.com","askubuntu.com","serverfault.com"],extraBlockSelectors:["span.comment-copy"],globalStyles:{".s-post-summary--content-excerpt":"-webkit-line-clamp:unset;"},"excludeSelectors.add":[".votecell","header","#footer","#question-header + div","div.postcell div.mb0","div[id^=comments-link-]","#answers-header",".new-post-login",".form-submit","a[href='/questions/ask']","#left-sidebar","a.comment-user","span.comment-date","div.s-prose.js-post-body + div",".bottom-notice","div[data-campaign-name=stk]",".s-post-summary--stats",".s-post-summary--meta"],paragraphMinTextCount:4,paragraphMinWordCount:2},{id:"appleDeveloper",matches:"developer.apple.com/documentation/*",selectors:[".container","h3.title","div.content"]},{id:"hackerNews",matches:"news.ycombinator.com",selectors:[".titleline > a",".comment > .commtext",".toptext","a.hn-item-title",".hn-comment-text",".hn-story-title"],excludeSelectors:[".reply"]},{id:"quora",matches:["*.quora.com","quora.com"],excludeSelectors:[".dom_annotate_multifeed_bundle_AskQuestionPromptBundle",".dom_annotate_feed_switcher","[class='q-box qu-py--small qu-color--gray_light']","[class='q-box spacing_log_answer_header']","[class='q-box qu-flex--auto']","[class='q-text qu-dynamicFontSize--small qu-mt--small qu-color--gray_light qu-passColorToLinks']",".AnswerFooter___StyledFlex-sc-2xbo88-0","[class='q-box qu-mb--small']"],globalStyles:{".qu-truncateLines--3":"-webkit-line-clamp: unset;"}},{id:"oldReddit",matches:["old.reddit.com/*/.compact","old.reddit.com/.compact","www.reddit.com/*/.compact","www.reddit.com/.compact"],selectors:[".title > a",".usertext-body"],detectParagraphLanguage:!0},{id:"otherOldReddit",matches:"old.reddit.com",selectors:["p.title > a","[role=main] .md-container"],detectParagraphLanguage:!0},{id:"redditList",matches:["https://www.reddit.com/r/*/comments/*/*","https://www.reddit.com/","https://www.reddit.com/hot/","https://www.reddit.com/new/","https://www.reddit.com/top/"],excludeMatches:["https://www.reddit.com/r/*/wiki/*"],observeUrlChange:!0,selectors:["h1",".PostHeader__post-title-line","[data-click-id=body] h3","[data-click-id=background] h3","[data-testid=comment]","[data-adclicklocation='title'] h3","[data-adclicklocation=media]","[data-testid='post-title-text']",".PostContent",".post-content",".Comment__body","faceplate-batch .md","[slot=comment]",".RichTextJSON-root","[slot=title]","[slot=text-body]","p.title > a","[role=main] .md-container"],detectParagraphLanguage:!0,globalStyles:{"div.XPromoBottomBar":"display:none","[class*='line-clamp']":"-webkit-line-clamp: unset"},waitForSelectors:["[data-testid=post_author_link]"],"inputConfig.add":{clearContentEnable:!1}},{id:"reddit",matches:"www.reddit.com",selectors:["#search-results-tab-slot","h1",".PostHeader__post-title-line","[data-click-id=body] h3","[data-click-id=background] h3","[data-testid=comment]","[data-adclicklocation='title'] h3","[data-testid='post-title-text']","[slot=comment]","[data-adclicklocation=media]",".PostContent",".post-content",".Comment__body","faceplate-batch .md","[slot=text-body]","p.title > a","[role=main] .md-container","#-post-rtjson-content",".RichTextJSON-root","[slot='title']"],excludeSelectors:[".text-neutral-content-weak"],paragraphMinTextCount:5,paragraphMinWordCount:2,excludeMatches:["https://www.reddit.com/r/*/wiki/*","https://www.reddit.com/settings/*"],detectParagraphLanguage:!0,globalStyles:{"div.XPromoBottomBar":"display:none","[class*='line-clamp']":"-webkit-line-clamp: unset"}},{id:"reuters",matches:"www.reuters.com",excludeSelectors:["[promotext]","[data-testid=Leaderboard]","[data-testid=HomeTickerV2]","[data-testid=SiteFooter]","[class^=refinitiv-promo-bar__container]","[data-testid=ResponsiveAdSlot]","[data-testid=SiteHeader]","[data-testid=HomeTickerV2]"]},{id:"npmjs",matches:"https://www.npmjs.com/package/*",selectors:["#tabpanel-readme > div:first-child"]},{id:"github",matches:"github.com",useIframePostMessage:!1,excludeMatches:["https://github.com/*/*/settings","https://github.com/settings/*","https://github.com/sponsors/*","https://github.com/readme/*","https://github.com/readme/","https://github.com/features/*","https://github.com/customer-stories/*"],mutationExcludeSelectors:[".react-blob-sticky-header *"],selectors:["h1","[aria-label=Issues] .markdown-title","[aria-labelledby=discussions-list] .markdown-title","h3 .markdown-title",".markdown-body",".Layout-sidebar p","div > span.search-match","li.repo-list-item p","#responsive-meta-container p","article p","div.repo-description p","[itemprop=description]",".integrations-auth-wrapper",".new-feed-onboarding-notice","article section[aria-label='card content'] > div > div > div > div:nth-child(2)",".TimelineItem-body .Link--primary",'[role="navigation"] p','[data-testid="commit-row-item"] h4'],atomicBlockSelectors:["[itemprop=description]"],excludeSelectors:[".css-truncate","[data-test-selector='commit-tease-commit-message']","[data-test-selector='create-branch.developmentForm']","div.Box-header.position-relative","div.blob-wrapper-embedded","div.Box.Box--condensed.my-2","div.jp-CodeCell",'[aria-label="Account"] .markdown-title',".js-repos-container .markdown-title","a.anchor","div.file-navigation + div.Box"],extraBlockSelectors:[],extraInlineSelectors:["g-emoji","a.anchor"],stayOriginalTags:["CODE","TT","G-EMOJI","IMG","SUP","SUB"],"stayOriginalSelectors.add":[".issue-link"],detectParagraphLanguage:!0,globalStyles:{".TimelineItem-body .Link--primary":"-webkit-line-clamp: unset;"}},{id:"github-blog",matches:["github.blog"],injectedCss:["font {word-break: break-all !important;}"]},{id:"githubNotebook",matches:"notebooks.githubusercontent.com",useIframePostMessage:!1,excludeSelectors:["div.jp-CodeCell"]},{id:"facebook",matches:"www.facebook.com",excludeMatches:["https://www.facebook.com/business/*","https://www.facebook.com/help*"],selectors:["div[dir=auto][style]","div[dir=auto][class]","span[lang]"],atomicBlockSelectors:["div[dir=auto][style]","div[dir=auto][class]","span[lang]"],insertPosition:"afterend",preWhitespaceDetectedTags:["DIV","SPAN"],extraBlockSelectors:["span.x1vvkbs"],excludeSelectors:["[role=button]"],translationClasses:["immersive-translate-text"],detectParagraphLanguage:!0},{id:"youtubeMobile",matches:"m.youtube.com",selectors:[".comment-text","#content-text",".media-item-headline",".slim-video-information-title",".yt-spec-button-view-model",".yt-core-attributed-string > span",".title"],shareConfig:{injectCss:!1,removeSelectors:["iron-iconset-svg","iframe","ytd-watch-next-secondary-results-renderer","noscript","script"]},"mutationConfig.add":{checkSelfUpdate:!1},"excludeTags.remove":["BUTTON"],additionalExcludeSelectors:[".ytp-caption-window-container","text"],"subtitleRule.add":{type:"youtube",subtitleUrlRegExp:"(/api/timedtext|videoplayback\\?expire.*text)",translateSelectors:[".caption-window",".caption-visual-line"],videoPlayerSelector:".html5-video-player.playing-mode,.html5-video-player.paused-mode",loadingContainerSelector:".ytp-caption-window-container",videoADSelector:".ytp-ad-player-overlay",injectedCss:["#player-shorts-container .ytp-caption-window-bottom {top: 40px; bottom: unset!important;}"],videoSelector:".html5-video-player.playing-mode video,.html5-video-player.paused-mode video",translationOnlyPattern:["m.youtube.com/watch*","m.youtube.com/embed*","m.youtube.com/shorts*"],attachRule:{appendSelector:".html5-video-player.playing-mode,.html5-video-player.paused-mode",injectedCSS:[".imt-caption-container {z-index:40;}"],injectedGlobalCSS:[".caption-window {display: none;} ","shorts-video #immersive-translate-caption-window { height: 150px;}"]}},wrapperPrefix:"",wrapperSuffix:"",observeUrlChange:!0,atomicBlockSelectors:[".comment-text"],globalStyles:{".comment-text":"max-height:unset;",".media-item-headline":"max-height:unset;-webkit-line-clamp:unset;"},injectedCss:[".immersive-translate-target-wrapper img { width: 16px; height: 16px }"],extraBlockSelectors:[".caption-visual-line"]},{id:"youtube",matches:"www.youtube.com",blockMinTextCount:0,blockMinWordCount:0,detectParagraphLanguage:!0,lineBreakMaxTextCount:0,shareConfig:{injectCss:!1,removeSelectors:["iron-iconset-svg","iframe","ytd-watch-next-secondary-results-renderer","noscript","script"]},"additionalExcludeSelectors.add":[".ytp-caption-window-container","text"],globalStyles:{"#video-title":"-webkit-line-clamp: unset;max-height: unset;","h1.ytd-watch-metadata":"-webkit-line-clamp: unset;max-height: unset;","yt-formatted-string#video-title":"-webkit-line-clamp: unset;max-height: unset;","ytd-expander.ytd-comment-renderer":"--ytd-expander-max-lines: 1000;"},injectedCss:[".immersive-translate-target-wrapper img { width: 16px; height: 16px }",".metadata-snippet-container {max-height: unset !important;}",".immersive-translate-target-wrapper {text-align: left;}",".immersive-translate-target-wrapper[dir=rtl] {text-align: right;}"],isTranslateTitle:!1,observeUrlChange:!0,selectors:["yt-formatted-string[slot=content].ytd-comment-renderer","yt-formatted-string.ytd-video-renderer","yt-formatted-string#content-text","h1","yt-formatted-string#video-title","yt-formatted-string.span","span#video-title","a#video-title","yt-formatted-string.ytd-transcript-segment-renderer","#description-inline-expander > yt-attributed-string > span","yt-attributed-string > span","ytd-notification-renderer .message","#message",".yt_to_text_transcript_text"],extraBlockSelectors:["yt-formatted-string.ytd-transcript-segment-renderer",".caption-visual-line"],"subtitleRule.add":{type:"youtube",subtitleUrlRegExp:"(/api/timedtext|videoplayback\\?expire.*text)",translateSelectors:[".caption-window",".caption-visual-line"],videoPlayerSelector:".html5-video-player.playing-mode,.html5-video-player.paused-mode",loadingContainerSelector:".ytp-caption-window-container",videoADSelector:".ytp-ad-player-overlay",translationOnlyPattern:["www.youtube.com/watch*","www.youtube.com/embed*","www.youtube.com/shorts*"],subtitleButtonSelector:".html5-video-player.playing-mode .ytp-subtitles-button,.html5-video-player.paused-mode .ytp-subtitles-button",languageSelector:".ytp-menuitem-label",injectedCss:["#shorts-player .ytp-caption-window-bottom {top: 2%; bottom: unset!important;} #immersive-translate-quick-button-container {font-size: 12px;z-index:1001;}"],quickButtonRule:{appendSelector:".ytp-chrome-controls",insertBeforeSelector:".ytp-right-controls"},videoSelector:".html5-video-player.playing-mode video,.html5-video-player.paused-mode video",attachRule:{appendSelector:".html5-video-player.playing-mode,.html5-video-player.paused-mode",injectedCSS:[".imt-caption-container {z-index:40;}",".imt-caption-window {margin-bottom: 2%}"],injectedGlobalCSS:[".caption-window {display: none;} ","#shorts-player #immersive-translate-caption-window { height: 20%;}",".html5-video-player:not(.ytp-autohide) #immersive-translate-caption-window {bottom: 60px;}"]}},urlChangeDelay:2e3,wrapperPrefix:"
",wrapperSuffix:""},{id:"tvYoutube",matches:"tv.youtube.com","subtitleRule.add":{type:"youtube",preTranslation:!0,humanPreferred:!1,subtitleUrlRegExp:"(/api/timedtext|videoplayback\\?expire.*text)",translateSelectors:[".caption-window",".caption-visual-line"],videoPlayerSelector:".html5-video-player.playing-mode,.html5-video-player.paused-mode",loadingContainerSelector:".ytp-caption-window-container",videoADSelector:".ytp-ad-player-overlay",translationOnlyPattern:["tv.youtube.com/watch*"],subtitleButtonSelector:".ytp-subtitles-button",languageSelector:".ytp-menuitem-label",injectedCss:["#shorts-player .ytp-caption-window-bottom {top: 2%; bottom: unset!important;} #immersive-translate-quick-button-container {font-size: 12px;z-index:1001;}"],quickButtonRule:{appendSelector:".ypcs-control-buttons-right",insertBeforeSelector:".ypcs-control-buttons-right .ypcs-volume-control-slot"},videoSelector:".html5-video-player.playing-mode video,.html5-video-player.paused-mode video",attachRule:{appendSelector:".html5-video-player.playing-mode,.html5-video-player.paused-mode",injectedCSS:[".imt-caption-container {z-index:40;}",".imt-caption-window {margin-bottom: 2%;}"],injectedGlobalCSS:[".caption-window {display: none;} ","#shorts-player #immersive-translate-caption-window { height: 20%;}",".html5-video-player:not(.ytp-autohide) #immersive-translate-caption-window {bottom: 60px;}"]}}},{id:"youtube-subtitle",matches:["www.youtube-nocookie.com","music.youtube.com"],extraBlockSelectors:[".caption-visual-line"],mainFrameMinTextCount:0,"excludeSelectors.add":[".captions-text",".ytp-caption-segment"],"subtitleRule.add":{type:"youtube",subtitleUrlRegExp:"/api/timedtext",translateSelectors:[".caption-window",".caption-visual-line"],videoPlayerSelector:".html5-video-player",loadingContainerSelector:".ytp-caption-window-container",videoADSelector:".ytp-ad-player-overlay",translationOnlyPattern:["www.youtube-nocookie.com/embed*","music.youtube.com/watch*"],subtitleButtonSelector:".ytp-subtitles-button",languageSelector:".ytp-menuitem-label",injectedCss:["#shorts-player .ytp-caption-window-bottom {top: 2%; bottom: unset!important;}"],quickButtonRule:{appendSelector:".ytp-chrome-controls",insertBeforeSelector:".ytp-right-controls"},videoSelector:".html5-video-player video",attachRule:{appendSelector:".html5-video-player",injectedCSS:[".imt-caption-container {z-index:40;}",".imt-caption-window {margin-bottom: 2%;}"],injectedGlobalCSS:[".caption-window {display: none;} ","#shorts-player #immersive-translate-caption-window { height: 20%;}",".html5-video-player:not(.ytp-autohide) #immersive-translate-caption-window {bottom: 60px;}"]}}},{id:"instagramMessage",matches:["https://www.instagram.com/direct/*"],wrapperPrefix:"
",selectors:["div[dir=auto].html-div"]},{id:"instagramPost",matches:["https://www.instagram.com/p/*","https://www.instagram.com/reels/*"],blockMinTextCount:1,paragraphMinTextCount:2,excludeSelectors:["hr+div span[dir=auto][style] > span"],selectors:["h1","ul li h3+div span[dir=auto]","hr+div span[dir=auto][style]","div > div[dir=auto]","div:not([class]) > div > div:nth-child(2)"],wrapperPrefix:"
"},{id:"otherInstagram",blockMinWordCount:1,matches:"https://www.instagram.com/*",paragraphMinTextCount:2,selectors:["h1","article span[dir=auto] > span[dir=auto]","._ab1y","ul li h3+div span[dir=auto]","hr+div span[dir=auto][style]","span[dir=auto] > div > span","div > h1[dir=auto]"],wrapperSuffix:""},{id:"1paragraph",matches:"1paragraph.app",selectors:["#book"]},{id:"poeditor",matches:"https://poeditor.com/projects/*",selectors:[".comment-body",".reference_language .source-string"]},{id:"substack",matches:["*.substack.com","newsletter.rootsofprogress.org"],selectorMatches:["link[href^='https://substackcdn.com/bundle/'][rel=preload]"],excludeSelectors:["[style^=top]",".publication-footer",".subscribe-footer",".main-menu",".navbar-title-link","[data-testid='navbar']",".navbar-title",".captioned-button-wrap",".subscription-widget-wrap",".tweet-header",".tweet-link-bottom",".expanded-link",".meta-subheader",".comment-meta",".comment-actions"],globalStyles:{".reader2-clamp-lines":"max-height: unset; -webkit-line-clamp: unset;","[class*='clamp-']":"max-height: unset; -webkit-line-clamp:unset;",".blurb-text":"max-height: unset;",".comment-body":"max-height: unset;"},extraBlockSelectors:[".reader2-post-title",".tweet-link-top",".tweet-link-bottom",".expanded-link"]},{id:"seekingalpha",matches:["seekingalpha.com/article/*","seekingalpha.com/news/*"],selectors:["[data-test-id=card-container]","[data-test-id=comments-section]"],excludeSelectors:["[data-test-id=post-page-meta]","header > div:first-child"]},{id:"hnAlgolia",matches:"hn.algolia.com",selectors:[".Story_title > a:first-child",".Story_comment > span"]},{id:"readwise",matches:"read.readwise.io",selectors:["div[class^='_titleRow_']","#document-text-content"],detectParagraphLanguage:!0},{id:"inoreader",matches:["www.inoreader.com","*.inoreader.com"],selectors:[".article_header_title",".article_title_link",".article_content",".article_magazine_title_link",".blog-post-page","#welcome_center",".gad_overview_articles_wrapper",".library_article_text h4",".header_name"],excludeMatches:["https://www.inoreader.com/features/"],observeUrlChange:!1,globalStyles:{".article_title_link,.library_article_text h4,.gadget_overview_article_title,.article_magazine_title_link,.reader_pane_view_style_2 .column_view_title":"-webkit-line-clamp: unset;max-height: unset;",".article_tile_content_wraper,div.article_tile":"overflow:auto",".article_header_title":"white-space:normal"}},{id:"aha",matches:"*.ideas.aha.io",excludeSelectors:[".comment-header",".vote-status",".idea-meta",".filters-title",".ideas-showing-count",".my-ideas-filters-wrapper",".statuses-filters-wrapper",".categories-filters-wrapper","[class^='attachment']","span[class^='attachment-name']"]},{id:"googleScholar",matches:["scholar.google.*/*","scholar.google.com.*/*","scholar.google.co.*/*"],wrapperPrefix:` +`,selectors:["h3 a[data-clk]","div.gs_rs","td a.gsc_a_at","td div.gs_gray:last-of-type","div.gsc_oci_value","#gs_opinion"],extraInlineSelectors:["br"],atomicBlockSelectors:["h3 a[data-clk]"]},{id:"googleMail",matches:"mail.google.com",detectParagraphLanguage:!0,selectors:["h2[data-thread-perm-id]","span[data-thread-id]","div[data-message-id] div[class='']",".messageBody","#views"],globalStyles:{"[role='listitem'] > div":"height:auto!important;white-space:unset!important;"}},{id:"googleNews",matches:"news.google.com",blockMinTextCount:26,blockMinWordCount:5,globalStyles:{".MCAGUe":"height: auto;",".To2ZZb.DbQnIe":"height: unset;",".cp7Yvc > h2":"display: block;",".oovtQ":"height: auto;",h4:"-webkit-line-clamp: unset;"},excludeSelectors:[".EyERq",".AOl7G.eejsDc","[aria-label='Home']","[aria-label='For you']","[aria-label='Following']","[aria-label='World']","[aria-label='Local']",".gb_Fc",".wBQf7b",".yPI8Rb",".jKHa4e",".u43Gd",".Zgjpyb","[role='button']","[jsname='rymPhb']",".cbz1ld",".VfPpkd-P5QLlc",".XvhY1d"]},{id:"outlook",matches:"outlook.live.com",excludeSelectors:[".jHAG3.XG5Jd",".OZZZK",".lDdSm"]},{id:"producthunt",matches:"www.producthunt.com",excludeMatches:"https://www.producthunt.com/stories/*",selectors:["h2","div[class^='styles_htmlText__']","[class^='styles_tagline']","a[href^='/discussions/'].fontWeight-600","button[class^='styles_textButton'] > div > span","h5 + p","div[data-test=product-item-name] + div",".noOfLines-1,.noOfLines-2,.noOfLines-3",".fontWeight-600","[class*='styles_dropdown']","[class*='styles_aboutText']","[class*='styles_titleContainer']","[class*='styles_header'] h1"],globalStyles:{"h5 + p":"height:unset;",".noOfLines-1,.noOfLines-2,.noOfLines-3":"-webkit-line-clamp:unset;"},"excludeTags.remove":["PRE"]},{id:"codeforces",matches:"https://codeforces.com/*","stayOriginalTags.add":["[class^='MathJax']"]},{id:"discord",matches:"https://discord.com/channels/*",isTranslateTitle:!1,selectors:["li[id^=chat-messages] div[id^=message-content]","div[class^=headerText]","section[aria-label='Search Results'] div[id^=message-content]"],extraBlockSelectors:["[class^='embedFieldValue']","li[class^='card'] div[class^='message']","[data-list-item-id^='forum-channel-list'] div[class^='headerText']"],globalStyles:{"div[class^=headerText]":"max-height: unset;","div[class^=message]":"max-height: unset;","div[class^=text]":"max-height: unset;","h3[data-text-variant='heading-lg/semibold']":"-webkit-line-clamp: none;"},detectParagraphLanguage:!0,wrapperPrefix:"
",wrapperSuffix:"",paragraphMinTextCount:4,paragraphMinWordCount:2},{id:"telegram",matches:["web.telegram.org/z/*","web.telegram.org/a/*"],isTranslateTitle:!1,selectors:[".text-content",".message",".reply-markup-button-text",".bot-commands-list-element-description"],"extraBlockSelectors.add":[".message.spoilers-container em",".message.spoilers-container strong"],excludeSelectors:[".time",".peer-title",".document-wrapper",".message.spoilers-container custom-emoji-element"],detectParagraphLanguage:!0},{id:"telegramK",matches:["web.telegram.org/k/*","web.telegram.org/k/"],selectors:[".message",".reply-markup-button-text",".bot-commands-list-element-description"],"extraBlockSelectors.add":[".message.spoilers-container em",".message.spoilers-container strong"],excludeSelectors:[".time",".peer-title",".document-wrapper",".message.spoilers-container custom-emoji-element"],detectParagraphLanguage:!0},{id:"githubGist",matches:"gist.github.com",selectors:[".markdown-body",".readme"],detectParagraphLanguage:!0},{id:"lobste",matches:"lobste.rs",excludeMatches:["https://lobste.rs/about","https://lobste.rs/chat"],selectors:[".u-repost-of",".comment_text",".story_text"]},{id:"slack",matches:"*.slack.com",selectors:[".p-rich_text_block",".p-message_pane__foreword",".c-alert__message","[data-qa=message_attachment_text]"],additionalStayOriginalSelectors:["[data-qa=emoji]"],detectParagraphLanguage:!0},{id:"artstationArtwork",matches:"www.artstation.com/artwork/*",excludeSelectors:".project-description a",selectors:[".project-description","div.project-comment-text"],detectParagraphLanguage:!0},{id:"artstationLearning",matches:"www.artstation.com/learning/courses/*",additionalSelectors:["footer.learning-course-description.ng-star-inserted > span"],excludeSelectors:[".learning-card-meta",".vjs-text-track-display"],"mutationExcludeSelectors.add":[".vjs-text-track-display *"],"subtitleRule.add":{type:"webvtt",subtitleUrlRegExp:"/subtitles/.*\\.(vtt|webvtt)$",loadingContainerSelector:".vjs-text-track-display",quickButtonRule:{appendSelector:".vjs-control-bar",insertBeforeSelector:".vjs-playback-rate",injectCSS:".imt-quick-subtitle-button { font-size: 12px;} .logo,.logo svg { height: 18px !important; width: 18px !important;} .imt-quick-subtitle-pop-content {bottom: 38px !important;}"},videoSelector:"video",attachRule:{appendSelector:".video-js",injectedGlobalCSS:[".vjs-text-track-display {display: none;}",".captions-text: {margin-bottom: 10%;}"]}}},{id:"artstationBlog",matches:["https://www.artstation.com/blogs","https://www.artstation.com/blogs/*"],detectParagraphLanguage:!0,additionalSelectors:[".comment-item-body"],atomicBlockSelectors:[".author-headline",".author-location"],excludeSelectors:["blog-card-thumbnail","blog-card-header",".blog-card-author",".blog-card-meta",".blog-view-header",".blog-grid-title",".post-meta-header"]},{id:"figmaCommunity",matches:"www.figma.com/community/*",normalizeBody:"div.ql-editor[contenteditable='false']",excludeSelectors:["div[class*='metadataRight']","div[class*='commentMetaAndOptions']"],globalStyles:{"div[class*='mini_cardBottomRowSizing']":"height: 3em;"},additionalSelectors:["div[class*='mini_cardBottomRow_Metadata']"],stayOriginalSelectors:["[data-tooltip='tooltip-user-info']"]},{id:"googleIndex",matches:["https://www.google.com/","https://www.google.com.hk/"],excludeSelectors:["#gb","#SIvCob"],inputTutorialsText:"\u8BD5\u8BD5\u8F93\u5165\u4E2D\u6587\u540E\u5FEB\u901F\u8FDE\u51FB 3 \u6B21\u7A7A\u683C\u952E\u7FFB\u8BD1\uFF08\u4EC5\u63D0\u793A\u4E00\u6B21\uFF09",inputTutorialsSelectors:["textarea#APjFqb"],"inputConfig.add":{tutorialsText:"\u8BD5\u8BD5\u8F93\u5165\u4E2D\u6587\u540E\u5FEB\u901F\u8FDE\u51FB 3 \u6B21\u7A7A\u683C\u952E\u7FFB\u8BD1\uFF08\u4EC5\u63D0\u793A\u4E00\u6B21\uFF09",tutorialsSelectors:["textarea#APjFqb"]}},{id:"googleSearch",matches:"www.google.*/search*",blockMinTextCount:32,blockMinWordCount:3,wrapperSuffix:"",detectParagraphLanguage:!0,excludeSelectors:["a h3 + div","div#sfooter","a[role=presentation] > div > div:first-child",".b5ZQcf",".CEMjEf",".MgUUmf.NUnG9d","#result-stats","[role=navigation]","div.sCuL3","div.eFM0qc.BCF2pd","div.WZ8Tjf","div.adDDi","#headerSection","#rateChatDiv","[id=bres]",".title-D5Lgyj","[data-attrid='VisualDigestVideoResult']",".search-enhance-WDIEkP h4",".SPZz6b h2",".CtCigf",".VLkRKc",".EbH0bb",".Wr0c6d",".jleFbf","#searchform",".yg51vc",".CbAZb"],extraBlockSelectors:[".MUFPAc"],"additionalExcludeSelectors.add":["[jscontroller='UsftYd']"],globalStyles:{".V82bz":"-webkit-line-clamp: unset;max-height: unset;margin-bottom:30px",".pe7FNb":"-webkit-line-clamp: unset;",".promotion-3PDMAb":"display: none;",".uAKcGb":"-webkit-line-clamp: unset;max-height: unset;margin-bottom:30px","div[data-content-feature='1'] > div":"-webkit-line-clamp: unset;max-height: unset;","div[style='-webkit-line-clamp:2']":"-webkit-line-clamp: unset;max-height: unset;","div[style='-webkit-line-clamp:3']":"-webkit-line-clamp: unset;max-height: unset;","div[style='-webkit-line-clamp:4']":"-webkit-line-clamp: unset;max-height: unset;",".Pw4Ldf.RsCEN":"height:unset;",".related-question-pair":"overflow:auto;"},ignoreZhCNandZhTW:!0,isTranslateTitle:!1,searchEnhancementConfig:[{id:"google",urlMatch:"https://www\\.google\\..+/search",style:{source:"font-size:12px; margin-bottom: 6px;",enTitle:"margin-top:6px;font-size:14px;",searchTitle:"margin-top:6px;position:relative;padding-right:24px;",more:"color:#1a0dab;margin-top:8px;",enTitleClassName:"immersive-translate-search-enhancement-en-title"},keyword:{value:"[0]$1",matches:[{source:"url",matchRegex:"q=(.+?)&"}]},showCount:5}]},{id:"lowendtalk",matches:"lowendtalk.com",selectors:["[role=heading]","h1",".userContent"]},{id:"linkedinJobs",matches:"www.linkedin.com/jobs/*",selectors:["#job-details > span",".decorated-job-posting__details"]},{id:"linkedinFeed",matches:"https://linkedin.com/feed/*",selectors:["h1",".feed-shared-update-v2__description-wrapper"]},{id:"indiehackers",matches:"www.indiehackers.com",selectors:[".content","h1","h3.story__title",".feed-item__title-link",".article-body",".interview-body"]},{id:"libreddit",matches:"libreddit.de",selectors:["h2.post_title",".comment_body > .md"]},{id:"notionSite",matches:["notion.site","*.notion.site"],normalizeBody:"body",selectors:["div[data-block-id]"]},{id:"notion_so",matches:["www.notion.so"],injectedCss:["[aria-label='Templates'] font br {display:none;}"]},{id:"newyorker",matches:"www.newyorker.com",additionalSelectors:["h1","[data-testid=SummaryItemHed]"],excludeSelectors:["[data-testid=PersistentTop]","[data-testid=StackedNavigationHeader]"],urlChangeDelay:2e3},{id:"startme",matches:"start.me",selectors:[".rss-article__title",".rss-articles-list__article-link",".rss-showcase__title",".rss-showcase__text"]},{id:"scmp",matches:"www.scmp.com",additionalSelectors:[".info__subHeadline",".section-content h2"],globalStyles:{".topic__article-list":"height: unset;",".adverisers__adveriser":"height: unset;",".advertiser__content":"height: unset;",".content-title__link":"display:unset;overflow:unset;-webkit-line-clamp:unset;",".title__text":"max-height:unset; -webkit-line-clamp:unset;",".news-list-item__news-title":"max-height:unset; -webkit-line-clamp:unset;","a[class*='link'] > .link__headline":"max-height:unset; -webkit-line-clamp:unset;"},"bodyRule.add":{bodySelector:"[data-qa='ArticleList-Item']",articleSelector:"[data-qa='GenericArticle-Content']",xpathRule:["datatype:p"]}},{id:"lesswrong",matches:"www.lesswrong.com",extraBlockSelectors:["span.commentOnSelection"]},{id:"mastodon",matches:["mastodon.social","mastodon.online","kolektiva.social","indieweb.social","mastodon.world","infosec.exchange"],isTranslateTitle:!1,selectorMatches:["div#mastodon"],selectors:["div.status__content__text",".about__section__body",".content",".form-container",".account__header__extra"],globalAttributes:{"[class='notranslate app-holder']":{class:"app-holder"}},detectLanguage:!0},{id:"cnbc",matches:"www.cnbc.com",urlChangeDelay:1e3,globalStyles:{"div.Card-titleContainer > div":"-webkit-line-clamp: unset;max-height: unset;"},"excludeSelectors.add":["#GlobalNavigation","#GlobalFooter",".LiveBlogHeader-timestampAndShareBarContainer",".LiveBlogHeader-liveUpdatesPill"]},{id:"dailyDev",matches:"app.daily.dev",selectors:["h1",".typo-body","article h3","[class^=markdown_markdown]"],globalStyles:{".line-clamp-3":"-webkit-line-clamp: unset"}},{id:"pornhub",matches:["*.pornhub.com","pornhub.com"],excludeMatches:["*.pornhub.com/insights/*","pornhub.com/insights/*"],extraBlockSelectors:[".trendingNow",".searchItem",".tagcloud > a"],detectParagraphLanguage:!0,wrapperPrefix:"
",wrapperSuffix:` `,globalStyles:{"span.title":"height:unset; max-height:unset;",".detailedInfo":"max-height:unset;",".pcVideoListItem":"max-height:unset;",".wrap":"height:unset;",".entry-header":"height:unset;",".entry-title > a":"height:unset;-webkit-line-clamp:unset;"}},{id:"yourporn",matches:"https://www.youporn.com/*",extraBlockSelectors:[".button"],globalStyles:{".video-box":"max-height:unset;",".video-box-title":"white-space:unset;"}},{id:"modelhub",matches:"https://www.modelhub.com/*",globalStyles:{".videoTitle":"height:unset;",a:"height:unset;"}},{id:"xvideos",matches:"https://www.xvideos.com/*",globalStyles:{".title":"-webkit-line-clamp:unset;max-height:unset;",".mozaique":"display:flex; flex-wrap:wrap;"},excludeSelectors:[".video-hd-mark"]},{id:"missav",matches:"https://missav.com/*",globalStyles:{".truncate":"white-space:unset;",".overflow-y-hidden":"max-height:unset;overflow-y:unset;"},"subtitleRule.add":{type:"av",avSerial:{type:"url",regexStr:".+/([a-z0-9-]+)$"},videoSelector:".plyr__video-wrapper video",attachRule:{appendSelector:".plyr--video",injectedGlobalCSS:""},quickButtonRule:{appendSelector:".plyr__controls",insertBeforeSelector:'[data-plyr="captions"]'}}},{id:"javbus",matches:"https://www.javbus.com/*",globalStyles:{".photo-info":"height:unset;"},excludeSelectors:[".item-tag","date"]},{id:"spankbang",matches:"https://spankbang.com/*",globalStyles:{".video-item > a":"white-space:unset;"},excludeSelectors:[".stats",".thumb"],extraBlockSelectors:[".searches > a",".tag > a",".extra > a",".positions > li"]},{id:"javdb",matches:"https://javdb*.com/*",globalStyles:{".video-title":"white-space:unset;"},excludeSelectors:[".video-number",".score",".has-addons"]},{id:"jable",matches:"https://jable.tv/*",globalStyles:{".title":"white-space:unset;max-height:unset;",".img-box > a":"position:relative;"}},{id:"netflav.player",matches:["https://netflavns1.com","https://embedrise.com"],mainFrameMinTextCount:0,"subtitleRule.add":{type:"av",avSerial:{type:"url",regexStr:"code=([a-z0-9-]+)"},videoSelector:"#vplayer video",attachRule:{appendSelector:"#vplayer"},quickButtonRule:{appendSelector:"#vplayer .jw-button-container",insertBeforeSelector:"#vplayer .jw-button-container .jw-icon-cc"}}},{id:"netflav",matches:["https://netflav*.com/*"],globalStyles:{".grid_title":"max-height:unset;"},extraBlockSelectors:[".genre_filter_item","button"],"subtitleRule.add":{type:"av",avSerial:{type:"selector",selector:".videodetail_2_field_values",serialAttachIframe:"#iframe-block"}}},{id:"czechvideo",matches:"https://czechvideo.co/*",globalStyles:{".short-story":"height:unset;",".short-title":"height:unset;"},globalAttributes:{header:{translate:"unset;"}}},{id:"weibo",matches:["weibo.com","*.weibo.*"],selectors:["div[class^='detail_wbtext']",".weibo-text"],"stayOriginalSelectors.add":[".expand"]},{id:"medium",matches:["medium.com","*.medium.com"],selectorMatches:["meta[property='al:ios:url'][content^='medium://']"],urlChangeDelay:20,"additionalExcludeSelectors.remove":["i.fa","i[class^=fa-]",".navmenu-container",".google-symbols"],selectors:["h1","h2","h3","article section","[aria-hidden='false'] pre","article p",".postMetaInline","a .u-fontSize24"],excludeSelectors:["[aria-label='Post Preview Reading Time']",".al.b.bl.ag.bp",".al.b.bl.ag.ai",".hx.hy.hz.ia.ib.ab",".qb.ab",".ai.bn.n.mj",".speechify-ignore"],globalStyles:{"h2,h3":"-webkit-line-clamp: unset;max-height:unset;","article p":"-webkit-line-clamp: unset;max-height:unset;"},injectedCss:[".u-lineClamp4,.u-lineClamp3,.u-lineClamp2 {-webkit-line-clamp:unset!important;max-height:unset!important;}"]},{id:"nitter",selectorMatches:["meta[property='og:site_name'][content='Nitter']"],selectors:[".tweet-content",".quote-text"]},{id:"economist",matches:"www.economist.com",extraInlineSelectors:["span[data-caps='initial']"],excludeSelectors:["footer.ds-footer"],injectedCss:["a::before {position:relative!important;}"]},{id:"healthline",matches:"www.healthline.com",excludeSelectors:[".icon-hl-trusted-source-after"]},{id:"ebay",matches:"www.ebay.com",excludeSelectors:["headers","[itemprop=offers]",".dne-itemtile-original-price"],paragraphMinTextCount:4,paragraphMinWordCount:2,globalStyles:{"[itemprop=name]":"-webkit-line-clamp: unset;max-height: unset;",".merch-item-title":"-webkit-line-clamp: unset;max-height: unset;"}},{id:"skinstore",matches:"www.skinstore.com",excludeSelectors:[".responsiveFlyoutMenu_levelOneLink"],paragraphMinTextCount:4,paragraphMinWordCount:2},{id:"tripadvisor",matches:"www.tripadvisor.com",paragraphMinTextCount:4,paragraphMinWordCount:2},{id:"primevideo",matches:["www.primevideo.com","https://*.amazon.co.*/*video*","https://*.amazon.com/*video*"],"excludeSelectors.add":["#dv-web-player"],"mutationExcludeSelectors.add":["#dv-web-player *"],"subtitleRule.add":{type:"ebutt",hookType:"xhr",subtitleUrlRegExp:"\\.ttml2$",loadingContainerSelector:"#dv-web-player"}},{id:"amazon",matches:"www.amazon.com",paragraphMinTextCount:4,paragraphMinWordCount:2,extraBlockSelectors:[".a-size-small.a-link-normal.page-banner-link.a-nowrap"],globalStyles:{".a-carousel-viewport":"height:unset;","[class*='clamp']":"max-height: unset;-webkit-line-clamp: unset;","[data-rows]":"max-height: unset;-webkit-line-clamp: unset;","[data-a-expander-name='review_text_read_more']":" max-height: unset;"},excludeSelectors:["#navFooter","#navbar-main",".s-price-instructions-style","[class*='-star ']","[data-hook='acr-average-stars-rating-text']",".a-color-price"]},{id:"visualstudioMarketplace",matches:"marketplace.visualstudio.com",additionalExcludeSelectors:[".core-info-second-row",".core-info-third-row",".meta-data-list",".item-title",".breadcrumb",".itemDetails-right",".ux-user-name",".ux-updated-date",".ux-item-second-row-wrapper",".stats-and-offer",".header-container"],atomicBlockSelectors:[".core-info-cell > div.name"],globalStyles:{".item-details-control-root.ux-item-shortdesc":"height: unset; overflow: visible; max-height:unset;"}},{id:"bloomberg",matches:"www.bloomberg.com",urlChangeDelay:2e3,excludeSelectors:[".ticker-bar","nav","[aria-label=Banner]","aside","[data-component=ticker-bar]","footer.bb-global-footer",".vjs-text-track-display"],"bodyRule.add":{bodySelector:"main article",articleSelector:".body-content"},"subtitleRule.add":{type:"webvtt",subtitleUrlRegExp:"webvtt$",loadingContainerSelector:".vjs-text-track-display",quickButtonRule:{appendSelector:".vjs-control-bar",insertBeforeSelector:".vjs-playback-rate"}}},{id:"baiduXueshu",matches:"xueshu.baidu.com",globalStyles:{".abstract_wr":"height: unset; overflow: visible; max-height:unset;"}},{id:"sciencedirect",matches:"www.sciencedirect.com",urlChangeDelay:2e3,stayOriginalSelectors:["span.display","span.math"],extraBlockSelectors:["span.captions","span[id^=cap]"],globalAttributes:{"#abspara0010 br":{style:"display:none;"}}},{id:"thehighestofthemountains",matches:"www.thehighestofthemountains.com",extraBlockSelectors:"div"},{id:"telegraph1",matches:"te.legra.ph",normalizeBody:"div.ql-editor[contenteditable='false']",urlChangeDelay:500},{id:"telegraph2",matches:["telegra.ph"],normalizeBody:"div.ql-editor[contenteditable='false']",wrapperPrefix:` `},{id:"annasArchive",matches:["*.annas-archive.org","annas-archive.org"],selectors:[],globalStyles:{"div[id^='link-index-']":"height: unset; max-height: unset;","main div[class*='h-[125]']":"height:auto"},normalizeBody:"body",extraBlockSelectors:["a.custom-a"]},{id:"explainshell",matches:["explainshell.com"],selectors:["[class='help-box']"]},{id:"apnews",matches:["apnews.com"],urlChangeDelay:2e3},{id:"googlePlay",matches:"play.google.com",excludeSelectors:[".vlGucd",".ubGTjb"],globalStyles:{".Epkrse":"-webkit-line-clamp:unset;"}},{id:"tumblr",matches:["www.tumblr.com"],selectors:["article h1","article > header + div","[data-testid=notes-root] p","div.k31gt","p","article ul","article h2","article h3","article h4","article h5","article h6","article blockquote","article ol"],excludeSelectors:["div.fAAi8","div.wvu3V"],preWhitespaceDetectedTags:["DIV","SPAN","P"]},{id:"tinytask",matches:"https://www.tinytask.net",globalStyles:{"table > tbody > tr > td > center > table > tbody > tr > td > ul > li":"height: 100%"}},{id:"foxnews",matches:"www.foxnews.com",shadowRootSelectors:["[data-spot-im-module-default-area='conversation'] > div"],"excludeTags.add":["TEXT","IMG","SUB","SUP","CODE","TT","ASIDE"],excludeSelectors:[".site-footer",".components-MessageDetails-index__message-details-wrapper","div[class^=SlideDown__container]",".components-MessageActions-index__messageActionsWrapper","span[data-openweb-allow-amp]","div.spcv_typing-users"]},{id:"afreecatv",matches:"www.afreecatv.com",globalStyles:{"a.title":"max-height:unset;-webkit-line-clamp:unset;"}},{id:"opennet",matches:"opennet.ru","excludeTags.add":["LABEL","IMG","SUB","SUP","CODE","TT"],"excludeTags.remove":["LINK","G","MATH","TTS-SENTENCE","AIO-CODE"]},{id:"construct",matches:["www.construct.net"],excludeMatches:["preview.construct.net","editor.construct.net"],additionalSelectors:["aside","div.manualContent"],atomicBlockSelectors:[],stayOriginalSelectors:["a.usernameReference"],additionalInlineSelectors:["a.forumLink"],additionalExcludeSelectors:["div.topNav","div.usernameLink","ul.authorDetails","ul.tagViewer","ul.breadCrumbNav","ul.subForumForums","ul.postTools","li.comment ul.controls","div.forumTopNavWrap","div.downloadWrap","div.articleLeftMenu","div.usernameTextWrap","div.favouriteWrap","div.bannerWrapper","div.viewAddonRightMenu","div.extendedMenu.addonsSubMenu","#BottomLinks.bottomLinks","div#LeftSide.leftSide","div#BottomWrap.bottomWrap","div.courseListWrap div.overview","div.conversationControls","div.contentWrapper h1","div.conversationControls","td.location a#LocationLink","#TopLevelComments .topBar","#TopLevelComments .controls",".tagViewWrap",".changeCount",".otherStats",".FilterMenu",".mobileTopicStats",".forumControlsWrapper",".forumsBottomNavWrap",".breadCrumbNav",".favouriteWrap",".usernameLink",".followWrapper",".blogPostStats",".manualContent dl dt"],globalStyles:{"td.location a#LocationLink":"padding-top: 4px;","div.articleMain .tutCourseWrap":"align-items: flex-start;"}},{id:"getpocket",matches:"getpocket.com",selectors:["h2","div.excerpt p","article","h1"],globalStyles:{"h2.title":"max-height:unset;-webkit-line-clamp:unset;","div.excerpt p":"max-height:unset;-webkit-line-clamp:unset;"}},{id:"fandom",matches:"*.fandom.com",urlChangeDelay:800,normalizeBody:"#mw-content-text",globalStyles:{"#mw-content-text > div > div:nth-child(1)":"height:100%;"},additionalExcludeSelectors:["header.fandom-community-header","div.ph-registration-buttons"]},{id:"huggingface",matches:"huggingface.co",globalStyles:{".line-clamp-2":"-webkit-line-clamp:unset;max-height:unset;"}},{id:"statista",matches:"www.statista.com",globalStyles:{".itemContent__text":"height:unset;max-height:unset;",".itemContent__subline":"height:unset;max-height:unset;"}},{id:"epubReader",matches:"epub-reader.online",globalStyles:{"span.slide-contents-item-label":"overflow:visible;max-height:unset;white-space:normal;"},atomicBlockSelectors:["div.slide-contents-item"]},{id:"you",matches:"https://you.com/search",globalStyles:{h3:"max-height:unset;-webkit-line-clamp:unset;",".caKYaC":"max-height:unset;-webkit-line-clamp:unset;",".dDwDsu":"max-height:unset;-webkit-line-clamp:unset;"},excludeSelectors:["div.hpIWZO"]},{id:"auth0Openai",matches:"auth0.openai.com",excludeSelectors:["form","header > h1"]},{id:"chatOpenai",matches:"chat.openai.com",excludeSelectors:["div.absolute.bottom-0.left-0.w-full","h1","div#headlessui-portal-root","nav","ul[aria-multiselectable]",".markdown *","div[class='flex flex-col items-start']","div[class='flex items-center justify-center gap-1 border-b border-black/10 bg-gray-50 p-3 text-gray-500 dark:border-gray-900/50 dark:bg-gray-700 dark:text-gray-300']"],"excludeTags.remove":["BUTTON"],isTranslateTitle:!1,wrapperPrefix:"",globalStyles:{"[class*='line-clamp']":"max-height:unset;-webkit-line-clamp:unset;height:unset;white-space:unset;"},aiRule:{streamingSelector:".result-streaming.markdown",messageWrapperSelector:".markdown",streamingChange:!0,streamingDeepChild:!0,streamingDelayTime:1e3}},{id:"poe",matches:["https://poe.com/*"],excludeSelectors:[".Markdown_markdownContainer__Tz3HQ *",".MarkdownLink_linkifiedLink__KxC9G","menu","aside"],aiRule:{streamingSelector:".ChatStopMessageButton_stopButton__LWNj6",messageWrapperSelector:".Markdown_markdownContainer__Tz3HQ",streamingChange:!1,streamingDeepChild:!0,streamingDelayTime:1e3}},{id:"glasp",matches:"glasp.co",excludeSelectors:[".home_overview_list_content_wrapper"]},{id:"developerChrome",matches:"developer.chrome.com",excludeSelectors:["web-tabs","ul.code-sections--summary"]},{id:"android",matches:["developer.android.google.cn","developer.android.com"],observeUrlChange:!0,additionalSelectors:["aside","google-codelab-step"]},{id:"ft",matches:"www.ft.com",excludeSelectors:["header","[aria-labelledby=cookie-banner-aria-label]","footer","[aria-label='Primary navigation']"]},{id:"microsoft",matches:"https://apps.microsoft.com/store/detail/*",additionalSelectors:["pre"],globalStyles:{".line-clamp":"-webkit-line-clamp:unset;max-height:unset;"},isTransformPreTagNewLine:!0},{id:"gitlab",matches:"gitlab.com",excludeSelectors:[".tree-content-holder","nav",".home-panel-metadata","div[data-testid=project_topic_list]",".commit"]},{id:"tiktok",matches:"https://www.tiktok.com/*/video/*",selectors:["[data-e2e^=comment-level]","[data-e2e=browse-video-desc] > span"]},{id:"rfcEditor",matches:["www.rfc-editor.org","docs.haproxy.org"],isTransformPreTagNewLine:!0,"excludeTags.add":["IMG","SUB","SUP","CODE","TT","ASIDE","FOOTER"],"excludeTags.remove":["LINK","G","PRE","TTS-SENTENCE","AIO-CODE"]},{id:"steamcommunity",matches:"steamcommunity.com",globalStyles:{".forum_topic,.rightbox_list_option":"height:auto;",".forum_topic_name":"white-space:normal;line-height: 1.25rem; padding: 6px 20px 0 0;",".forum_topic_op":"clear: left; padding: 0 0 6px 2rem;"},excludeSelectors:[".forum_paging",".forum_topic_reply_count",".forum_topic_lastpost",".forum_topic_award_count",".discussion_search_pagingcontrols"]},{id:"steampoweredApp",matches:"store.steampowered.com/app/*",selectors:[".game_description_snippet",".game_area_description","#earlyAccessHeader","[id^='ReviewContent'] .content",".ModalOverlayContent"],excludeSelectors:["#global_actions","#store_controls","#foryou_tab","[class*=persona]","[class*=game_title_area]","a.btn_medium",".persona_name",".hours.ellipsis",".checkcol",".postedDate",".dev_row .summary",".already_in_library",".game_header_image_ctn .grid_content",".ds_flag.ds_wishlist_flag",".early_access_review.tooltip",".communitylink_achievement_images",".user_reviews_summary_row.summary",".review_award_ctn",".add_to_wishlist_area",".next_in_queue_content",".glance_tags.popular_tags",".game_purchase_action",".vote_button_ctn","#VoteUpDownBtnCtn","#footer","#ViewAllReviewssummary"],atomicBlockSelectors:[".game_area_sys_req_leftCol",".game_area_sys_req_rightCol"],extraInlineSelectors:[".pulldown"],additionalSelectors:[".game_page_autocollapse_ctn iframe"],globalStyles:{".game_description_snippet":"max-height:unset; overflow: scroll;",".game_purchase_area_friends_want":"height: auto; padding-bottom: 6px;",".div.early_access_banner":"height: 84px",".franchise_notice > *":"height: 84px"},detectParagraphLanguage:!0},{id:"steampowered",matches:"store.steampowered.com",detectParagraphLanguage:!0},{id:"nature",matches:"https://www.nature.com/articles/*",excludeSelectors:[".c-header",".c-recommendations-header",".c-recommendations-list-container",".c-article-references__links",".c-article-identifiers",".c-article-author-list",".c-article-metrics-bar__wrapper",".c-article__pill-button","#author-information-content","#article-info-section"]},{id:"webofscience",matches:"https://www.webofscience.com/*",globalStyles:{".abstract":"height:auto !important;",".show-more-lines":"height:unset !important;"},excludeSelectors:[".summary-left-panel",".authors","app-full-record-keywords mark"],mutationObserverContainerSelectors:["[data-ta='summary-record-title-link']","#FullRTa-fullRecordtitle-0"],extraBlockSelectors:["app-summary-authors + div","app-full-record-keywords span span"],observeUrlChange:!0,urlChangeDelay:600,mutationChangeDelay:600},{id:"appleinsider",matches:["appleinsider.com"],excludeSelectors:["#topic-nav"]},{id:"jetbrains",matches:"https://www.jetbrains.com/help/*",extraBlockSelectors:["[data-test=prompt]"]},{id:"crates",matches:["https://crates.io/search*"],selectors:["div[class^=_description-box] div[class^=_description]"]},{id:"theverge",matches:"www.theverge.com",shadowRootSelectors:["div#coral_thread > div"]},{id:"simp",matches:"https://beta.simp.red/trans*",mainFrameSelector:".simpread-read-root"},{id:"lookintobitcoin",matches:"https://www.lookintobitcoin.com/charts/*",excludeSelectors:["svg"]},{id:"openaiAccount",matches:"https://platform.openai.com/account/api-keys*",urlChangeDelay:1500},{id:"openaiDocs",matches:"https://platform.openai.com/docs*","excludeSelectors.add":[".pheader"]},{id:"pkgStd",matches:"https://pkg.go.dev/std",selectors:["td.UnitDirectories-desktopSynopsis"]},{id:"pkg",matches:"https://pkg.go.dev/*",selectors:["div.UnitDetails p"]},{id:"explainpaper",matches:["https://www.explainpaper.com/reader*"],isTranslateTitle:!1,selectors:[".leading-relaxed",".chat-messages p",".text-sm"]},{id:"colab",matches:"https://colab.research.google.com/*",excludeSelectors:["code","view-line"]},{id:"gatesnotes",matches:"www.gatesnotes.com",minZIndex:-1},{id:"kakao",matches:"page.kakao.com",shadowRootSelectors:["div[style^='visibility: visible'"]},{id:"coinmarketcap",matches:"coinmarketcap.com",extraBlockSelectors:["div[class='sc-3502f6cd-0 JxHqg']"]},{id:"wandb",matches:"wandb.ai",additionalSelectors:[".report-page-top"],additionalStayOriginalSelectors:["span[data-slate-inline=true]"],extraInlineSelectors:[]},{id:"paulgraham",matches:"paulgraham.com",additionalSelectors:["font[face=verdana]"],extraBlockSelectors:"font[face=verdana]"},{id:"zendesk",matches:"https://*.zendesk.com/agent/*",selectors:["[data-test-id*=subject]",".zd-comment",".title"]},{id:"migadu",matches:"webmail.migadu.com",selectors:[".bodyText"]},{id:"thehackernews",matches:"thehackernews.com",excludeSelectors:["span#blog-pager-older-link","span.h-datetime"],additionalSelectors:[".pop-title"]},{id:"brown",matches:"cs.brown.edu",excludeSelectors:[".SCodeFlow"]},{id:"tass",matches:"tass.ru",globalStyles:{"#__next":"font-size: 19px;line-height:28px;"}},{id:"chatGoogle",matches:"chat.google.com",selectors:["[jsname=bgckF]"]},{id:"fiverr",matches:"https://www.fiverr.com/inbox/*",selectors:[".message-body"]},{id:"fiverr-main",matches:"*.fiverr.com",globalStyles:{"h3 > a":"-webkit-line-clamp:unset;overflow:unset;",h3:"-webkit-line-clamp:unset;overflow:unset;",h5:"-webkit-line-clamp:unset;overflow:unset;",p:"-webkit-line-clamp:unset;overflow:unset;",".YLycza2.u9KHmsf":"height:unset;max-height:unset;",".lt2ar2q.EhHcMiw":"height:unset; max-height: unset;"},excludeSelectors:[".popular"]},{id:"jira",matches:["jira.*.com/browse/*","jira.*.com/projects/*"],selectors:["[id=descriptionmodule]","[id=summary-val]","div.action-body","td.stsummary"]},{id:"ahaIo",matches:["*.aha.io"],selectors:["[tabindex='0']","div.user-content","div.comments__body","span.name"]},{id:"thehill",matches:"thehill.com",injectedCss:[".most-popular-item { max-height: unset !important; }",".most-popular-item__link { -webkit-line-clamp: unset !important; }"],excludeSelectors:["div.featured-cards__byline","div.list-item__meta",".tags__item","div.extended-scroll__header",".submitted-by",".site-header--has-alert-banner",".homepage__container__opinion__item__byline",".homepage__container__header",".archive__item__meta"]},{id:"ubuntu",matches:"manpages.ubuntu.com",selectors:["pre"],atomicBlockTags:["pre"]},{id:"spiedigitallibrary",matches:"www.spiedigitallibrary.org","excludeTags.add":["IMG","SUB","SUP","CODE","TT","ASIDE","FOOTER"],"excludeTags.remove":["LINK"]},{id:"promptingguide",matches:"www.promptingguide.ai",selectors:["article","li"]},{id:"ground",matches:"ground.news",globalStyles:{".line-clamp-3":"-webkit-line-clamp: unset !important;"}},{id:"ietf",matches:"*.ietf.org/doc/html/*",additionalSelectors:["pre"],isTransformPreTagNewLine:!0,preWhitespaceDetectedTags:["DIV","SPAN","PRE"]},{id:"newsminimalist",matches:"https://www.newsminimalist.com/",extraBlockSelectors:[".inline-flex"],"excludeTags.remove":["BUTTON"]},{id:"yandexIndex",matches:"https://yandex.com/",selectors:[".tabs__item-text"]},{id:"yandexSearch",matches:"https://yandex.com/search/*",excludeSelectors:[".KeyValue-Row",".EntityFeedbackFooter",".Organic-Subtitle",".SerpFooter-Content",".serp-user",".Pager"],globalStyles:{".ExtendedText-Toggle":"white-space:normal;"}},{id:"yandex",matches:"https://yandex.com/video/*",selectors:[".serp-item__title",".serp-item__text",".Keypoints-ItemTitle",".bes-epmjnzm-idtktyj",".OrganicTitle-LinkText","h1.VideoTitle"],globalStyles:{".serp-item__title":"-webkit-line-clamp: unset;max-height:unset;",".serp-item__text":"-webkit-line-clamp: unset;max-height:unset;",".OrganicTitle-LinkText":"-webkit-line-clamp: unset;max-height:unset;","h1.VideoTitle":"-webkit-line-clamp: unset;max-height:unset;",".link .serp-item__keypoints":"bottom:2px;",".OrganicTitle":"max-height:unset;"}},{id:"perplexity",matches:"https://www.perplexity.ai",globalStyles:{".line-clamp-1":"-webkit-line-clamp: unset !important;",".line-clamp-2":"-webkit-line-clamp: unset !important;"},"mutationConfig.add":{buildTimeout:1e3,consumeTimeout:1e3},additionalStayOriginalSelectors:["a.citation"],selectors:[".prose",".my-md",".line-clamp-2",".line-clamp-1"]},{id:"allmyfaves",matches:"https://allmyfaves.com/",selectors:["p"],paragraphMinTextCount:2,paragraphMinWordCount:1},{id:"man7",matches:"man7.org",isTransformPreTagNewLine:!0,globalStyles:{pre:"white-space: inherit;"}},{id:"kadaza",matches:"https://www.kadaza.com/",selectors:[".header span.title",".custom-content-footer"],containerMinTextCount:2,containerMinWordCount:1,paragraphMinTextCount:2,paragraphMinWordCount:1},{id:"urlChangeDelay",matches:["https://babelnovel.com/books/*","https://www.webnovel.com/book/*","https://platform.openai.com/docs/*","docs.oracle.com","docs-cortex.paloaltonetworks.com","forum.m5stack.com/topic/*","community.m5stack.com/topic/*"],urlChangeDelay:0,_comment:"\u89E3\u51B3url\u53D8\u5316\u91CD\u590D\u7FFB\u8BD1\u95EE\u9898"},{id:"genuine",matches:"blog.genuine.com",excludeSelectors:["div.enlighter"]},{id:"chinadaily",matches:"www.chinadaily.com.cn",injectedCss:["a { height: unset !important; }","li { height: unset !important; }","div { height: unset !important; }",".immersive-translate-target-inner {color:black;}"],excludeSelectors:[".topNav",".topNav2_art > span",".topNav_art2 > .dropdown",".dibu-three",".topBar"]},{id:"braynzarsoft",matches:"www.braynzarsoft.net",selectors:["div#view-question-desc"]},{globalAttributes:{"#stimulus":{translate:"off",class:"stimulus"},"#stem":{translate:"off",class:"stem"}},id:"lawhub",matches:"https://lawhub.lsac.org/question/*"},{id:"yuque",matches:"https://www.yuque.com/*",excludeSelectors:[".lark-virtual-tree"]},{id:"bearblog",matches:"https://bearblog.dev/discover/*",excludeTags:["small"]},{id:"researchgate",matches:"www.researchgate.net",excludeSelectors:[".nova-legacy-v-publication-item__meta-data",".nova-legacy-v-publication-item__person-list",".js-authors-list"]},{id:"theatlantic",matches:["www.theatlantic.com","https://mashable.com/*"],"excludeSelectors.add":["footer:last-of-type","nav","header div.subtitle-2.w-full"],initialSelectorGlobalAttributes:{"footer:last-of-type":{translate:"no"},"nav:last-of-type":{translate:"no"},nav:{translate:"no"}}},{id:"youtrackJetbrains",matches:"youtrack.jetbrains.com/articles/*",selectors:["[role=presentation]","[data-test=article-content]"],excludeSelectors:[".toolbar__ee8"]},{id:"dw",matches:"www.dw.com",initialSelectorGlobalAttributes:{"footer:last-of-type":{translate:"no"},"nav:last-of-type":{translate:"no"},nav:{translate:"no"}},excludeSelectors:[".focus-menu-shown"]},{id:"sentry",matches:"docs.sentry.io",initialSelectorGlobalAttributes:{"footer:last-of-type":{translate:"no"},".navbar":{translate:"no"}},"extraInlineSelectors.add":[".term-wrapper","span.description"]},{id:"openai-blog",matches:"https://openai.com/blog/*","stayOriginalTags.remove":["CODE"]},{id:"urlComment",selectorMatches:["meta[name='generator'][content^='Discourse']"],urlChangeDelay:0,_comment:"\u89E3\u51B3url\u53D8\u5316\u4F46\u662F\u9875\u9762\u4E0D\u53D8\u7684\u95EE\u9898"},{id:"feedly",matches:"feedly.com",globalStyles:{".TitleOnlyLayout":"height:unset !important;",".EntrySummary--u4":"-webkit-line-clamp: unset;max-height:unset;",".EntrySummary--u5":"-webkit-line-clamp: unset;max-height:unset;"},excludeSelectors:[".Leftnav"]},{id:"bardGoogle",matches:"bard.google.com",excludeSelectors:["mat-sidenav","div.capabilities-disclaimer","#cdk-overlay-6","message-actions button",".mdc-button__label .ng-star-inserted",".mdc-list-item__primary-text"],isTranslateTitle:!1,"excludeTags.add":["mat-tooltip-component"],"excludeTags.remove":["BUTTON"]},{id:"whatsapp",matches:"web.whatsapp.com",selectors:[".copyable-text > span"],wrapperPrefix:` -`,wrapperSuffix:"
"},{id:"bing",matches:"https://*.bing.com/search*",extraInlineSelectors:["a","i"],globalStyles:{"[class*='lineclamp'],.b_title":"-webkit-line-clamp:unset;"}},{id:"yahoo",matches:"*.yahoo.*",excludeSelectors:["._ys_jiqava","#ybar-inner-wrap","#Col2-5-Rmp-Proxy"],extraBlockSelectors:[".SIPGg",".sc-kzMCTH.pSZXj"],globalStyles:{"#atomic .Mt\\(20px\\)":"margin-top: 100px;","[class*='LineClamp']":"-webkit-line-clamp:unset;max-height:unset;","a[class*='js-content-viewer']> div[class*='Td\\(n\\)']":"overflow: scroll;","[class*='_ys_24482e']":"-webkit-line-clamp:unset;","#Aside > :first-child":"overflow:scroll;"}},{id:"wsj",matches:"www.wsj.com",excludeSelectors:["header","footer","nav","[aria-label='Markets summary']"]},{id:"businessinsider",matches:"www.businessinsider.com",excludeSelectors:["header","nav","section.live-updates-module "]},{id:"goodreads",matches:"www.goodreads.com",excludeSelectors:[".badgeYear",".gr-mediaBox__desc",".bookVotedRow",".minirating","div[itemprop='aggregateRating']",".wtrButtonContainer",".RatingsHistogram__labelTitle",".FollowButton",".siteHeader__topLevelLink","#books > thead","td[class*='rating']","td[class*='shelves']","td[class*='date_read']","td[class*='date_added']","td[class*='actions']"]},{id:"feeder",matches:"https://feeder.co/*",globalStyles:{".item-summary":"-webkit-line-clamp:unset;"}},{id:"elektrotechnik",matches:"https://www.elektrotechnik.rwth-aachen.de/*",globalAttributes:{"[class='notranslate']":{class:""}}},{id:"nytimes",matches:"www.nytimes.com",excludeSelectors:["#app > div > div > header","#app > div > div > div > div > header","#in-story-masthead"],injectedCss:["a::after {position:relative!important;}"]},{id:"bugsKde",matches:"bugs.kde.org","excludeTags.remove":["svg","PRE"],additionalExcludeSelectors:[".bz_first_comment_head",".bz_comment_head",".related_actions"]},{id:"eastmoney",matches:"guba.eastmoney.com",searchEnhancementConfig:[{id:"eastmoney",urlMatch:"guba.eastmoney.com/news,us\\w+,\\w+.html",delayTime:0,selector:".moneyFlowContainer",selectorAction:"insertBefore",style:{container:"background:white;border:none;border-radius: 4px;box-shadow: 0 2px 4px hsla(216,5%,62%,.14);",source:"font-size:12px; margin-bottom: 0px;",keyword:"color:#294688",title:"font-size:14px;color:#294688;",enTitle:"margin-top:4px;font-size:12px;",searchTitle:"margin:4px 0 16px;position:relative;padding-right:24px;font-size: 16px;",time:"margin: 0px 0 16px;",more:"color:#294688;margin-top:8px;"},keyword:{value:"[0]$1 stock",matches:[{source:"url",matchRegex:"guba.eastmoney.com/news,us(\\w+?),\\S+.html"}]},showCount:8},{id:"eastmoney",urlMatch:"guba.eastmoney.com/list,us\\w+.*.html",delayTime:0,selector:".qualityContentContainer",selectorAction:"insertBefore",style:{container:"background:white;border:none;border-radius: 4px;box-shadow: 0 2px 4px hsla(216,5%,62%,.14);",source:"font-size:12px; margin-bottom: 0px;",keyword:"color:#294688",title:"font-size:14px;color:#294688;",enTitle:"margin-top:4px;font-size:12px;",searchTitle:"margin:4px 0 16px;position:relative;padding-right:24px;font-size: 16px;",time:"margin:0px 0 16px;",more:"color:#294688;margin-top:8px;"},keyword:{value:"[0]$1:[0]$2",matches:[{source:{type:"selector",attribute:"href"},matchRegex:"code=(\\w+)_(\\w+)",match:"a[href*='rank/stock?code=']"}]},showCount:8}]},{id:"xueqiu",matches:"xueqiu.com",searchEnhancementConfig:[{id:"xueqiu",urlMatch:"xueqiu.com/S/[a-zA-Z]+/?$",delayTime:0,selector:".container-side-sm.float-right.stock__side",selectorAction:"appendChild",style:{container:"background:white;border:none;border-radius: 4px;padding:0;",source:"font-size:12px; margin-bottom: 0px;",keyword:"color:#06c",title:"font-size:14px;color:#06c;",enTitle:"margin-top:4px;font-size:12px;",searchTitle:"margin:4px 0 16px;position:relative;padding-right:24px;font-size: 16px;font-weight: bold;",time:"margin:0px 0 16px;",more:"color:#06c;margin-top:8px;"},showCount:8,keyword:{value:"[0]$1",matches:[{source:{type:"selector",attribute:"text"},matchRegex:"\\((.+)\\)",match:".stock-name"}]}}]},{id:"laohu8",matches:"www.laohu8.com",searchEnhancementConfig:[{id:"laohu8",urlMatch:"www.laohu8.com/stock/[a-zA-Z]+/?$",delayTime:0,selector:".hot-stocks-root",selectorAction:"insertBefore",style:{container:"background:white;border:none;border-radius: 4px;box-shadow: 0 2px 4px hsla(216,5%,62%,.14);",source:"font-size:12px; margin-bottom: 0px;",title:"font-size:14px;color: #007bff;",enTitle:"margin-top:4px;color: #4d5156;font-size:12px;",searchTitle:"margin:4px 0 16px;position:relative;padding-right:24px;font-size: 16px;",time:"margin: 0px 0 16px;"},keyword:{value:"[0]$1 stock",matches:[{source:"url",matchRegex:"stock/([a-zA-Z]+)"}]},showCount:8}]},{id:"futunn",matches:"www.futunn.com",searchEnhancementConfig:[{id:"futunn",urlMatch:"www.futunn.com/stock/\\w+-US",delayTime:0,selector:".right",selectorAction:"appendChild",style:{container:"background:white;border:none;border-radius: 4px;box-shadow: 0 2px 4px hsla(216,5%,62%,.14);",source:"font-size:12px; margin-bottom: 4px;",title:"font-size:14px;color: #007bff;",enTitle:"margin-top:4px;color: #4d5156;font-size:12px;",searchTitle:"margin:4px 0 16px;position:relative;padding-right:24px;font-size: 16px;",time:"margin: 4px 0 20px;"},keyword:{value:"[0]$1 stock",matches:[{source:"url",matchRegex:"stock/([a-zA-Z]+)-US"}]},showCount:8}]},{id:"bmvrMarseille",matches:"www.bmvr.marseille.fr",globalStyles:{"a > div":"display:block;","[style*='358px;']":"width: 33.3333%; height: auto; padding: 0px; position: relative; margin: 0px;"},globalAttributes:{"#app":{class:""}}},{id:"piAi",matches:"pi.ai/talk",globalStyles:{"[class*='text-brand-green']":"flex-direction:column;"}},{id:"claudeAi",matches:"claude.ai",excludeSelectors:[".contents *"],"excludeTags.remove":["PRE"],injectedCss:"[data-testid='chat-menu-trigger'] br {display:none;}",aiRule:{messageWrapperSelector:".contents",messageContainerSelector:".ReactMarkdown",messageStreamEndSelector:".contents > button",streamingChange:!0,streamingDeepChild:!1,streamingDelayTime:1e3}},{id:"feishu",matches:["*.feishu.cn","*.larkoffice.com","*.larksuite.com"],"additionalExcludeSelectors.remove":[".notranslate","[translate=no]"],mutationObserverLimitTargetSelectors:[".maindocbody","div[class*='render']","div[class*='block']"],"excludeSelectors.add":[".catalogue__list"]},{id:"gitbook",selectorMatches:[".gitbook-root"],"additionalExcludeSelectors.remove":[".notranslate","[translate=no]"],"additionalExcludeSelectors.add":["[spellcheck='false']"]},{id:"mitre",matches:"cwe.mitre.org",globalStyles:{"span.list_entry":"height: unset;"}},{id:"kaggle",matches:"www.kaggle.com",excludeTags:["i","button"]},{id:"ieee",matches:"spectrum.ieee.org",extraBlockSelectors:["small"]},{id:"ieeexplore",matches:"ieeexplore.ieee.org",stayOriginalSelectors:["a[ref-type]",".inline-formula",".display-formula"]},{id:"cnn",matches:"*.cnn.com","excludeSelectors.add":[".ad-slot-header__wrapper","#pageFooter"],"bodyRule.add":{bodySelector:".layout__content-wrapper",articleSelector:".article__content-container"}},{id:"marginalrevolution",matches:"marginalrevolution.com",globalAttributes:{header:{translate:"unset;"}}},{id:"highfrequencyelectronics",matches:"www.highfrequencyelectronics.com",globalStyles:{"#main-content":"overflow:unset;"}},{id:"githubBlog",matches:"github.blog",globalStyles:{".font-mktg":"word-break:normal;"}},{id:"semanticscholar",matches:"www.semanticscholar.org",selectors:[".cl-paper-title",".cl-paper-abstract",".tldr-abstract-replacement",".text-truncator",".paper-detail-title"]},{id:"uni-trier",matches:"dblp.uni-trier.de",selectors:["h1","h2",".title",".external","dd p"],excludeSelectors:[".side-column"]},{id:"bilibili",matches:"www.bilibili.com","excludeSelectors.add":[".bpx-player-subtitle-panel-text"],"subtitleRule.add":{type:"bilibili",subtitleUrlRegExp:"aisubtitle.hdslb.com/bfs",loadingContainerSelector:".bpx-player-subtitle-panel"}},{id:"time",matches:"time.com",excludeSelectors:[".date-and-duration"],globalStyles:{".headline":"-webkit-line-clamp:unset;overflow:unset;height:unset;",h3:"-webkit-line-clamp:unset;overflow:unset;",p:"-webkit-line-clamp:unset;overflow:unset;"}},{id:"docs-swift",matches:"docs.swift.org",selectors:[".content","#menu"]},{id:"uzh",matches:"www.uzh.ch",injectedCss:[".TextImage--inner {overflow:auto !important;}"]},{id:"mail-yandex",matches:"mail.yandex.com",selectors:["article",".Text_color_primary",".mail-MessageSnippet-Item_subject"],globalStyles:{".mail-MessageSnippet":"height: unset; line-height:unset;",".immersive-translate-target-translation-block-wrapper":"margin:unset;"}},{id:"forums.zotero",matches:"forums.zotero.org",selectors:[".page-sidebar",".page-content"]},{id:"pubmed.ncbi.nlm.nih.gov",matches:"pubmed.ncbi.nlm.nih.gov",urlChangeDelay:0,excludeSelectors:[".docsum-journal-citation",".citation-part",".docsum-authors",".top-wrapper",".article-source",".citation-doi",".identifiers",".cite",".share",".arrow-link"],globalAttributes:{"#Scholarscope_HighlightContent":{class:""},"#Scholarscope_HighlightOrigin":{class:"Scholarscope_HighlightContents"}},mutationExcludeContainsSelectors:["#Scholarscope_HighlightContent highlight"],mutationExcludeSelectors:["#Scholarscope_HighlightContent","#Scholarscope_HighlightContent span"],injectedCss:["#Scholarscope_HighlightOrigin > p font,#Scholarscope_HighlightContent > p font {display: inline!important;}","#Scholarscope_HighlightOrigin > p font br,#Scholarscope_HighlightContent > p font br {display: none!important;}"]},{id:"chosun",matches:"www.chosun.com",injectedCss:"body {word-break: unset!important;}"},{id:"yna",matches:"*.yna*",injectedCss:["font > br {display:none}"],globalStyles:{"a,strong":"max-height:unset;-webkit-line-clamp:unset;height:unset;white-space:unset;","div,p,li,.item-box01,.news-con":"height:unset;max-height:unset;-webkit-line-clamp:unset;"},"additionalExcludeSelectors.remove":[".notranslate","[translate=no]"]},{id:"cnet",matches:"www.cnet.com",globalStyles:{"h3,div,span,p":"max-height:unset;-webkit-line-clamp:unset;height:unset;white-space:unset;"}},{id:"dolmods",matches:"dolmods.net",globalStyles:{"[class*='max-h']":"max-height:unset!important;"}},{id:"digitimes",matches:"www.digitimes.com",globalStyles:{"a,.title,.abstract,.display-5,.top":"max-height:unset;-webkit-line-clamp:unset;height:unset;white-space:unset;"},"excludeSelectors.add":[".main-nav-frame",".sub-header-wrapper",".footer",".date"],"additionalExcludeSelectors.remove":[".notranslate","[translate=no]"]},{id:"vdi-nachrichten",matches:"www.vdi-nachrichten.com","excludeSelectors.add":[".header-menu__item > a",".linkbar__item",".header__button-group"]},{id:"htdp",matches:"htdp.org",excludeTags:["blockquote"],stayOriginalSelectors:[".RktIn"]},{id:"newsletterss",matches:"newsletterss.com",initialGlobalAttributes:{iframe:{scrolling:"auto"}}},{id:"docusaurus",selectorMatches:["#__docusaurus"],"excludeSelectors.add":["aside",".DocSearch-Modal"]},{id:"mercari",matches:"*.mercari.com","excludeTags.remove":["PRE"]},{id:"qqMail",matches:"mail.qq.com",useIframePostMessage:!1},{id:"nikkei",matches:"www.nikkei.com",globalStyles:{"h3,div,span,p":"max-height:unset;-webkit-line-clamp:unset;height:unset;white-space:unset;"}},{id:"pubs.rsc.org",matches:"pubs.rsc.org",excludeSelectors:[".eqn"]},{id:"indeed",matches:"*.indeed.com",globalStyles:{"span,.css-19rjr9w.e1wnkr790":"max-height:unset;-webkit-line-clamp:unset;height:unset;white-space:unset;"},"excludeTags.remove":["BUTTON"]},{id:"brutalist",matches:"brutalist.report",selectors:["li > a:first-child","aside","nav > a","h1 > a","h3 > a","h2 >a"],"additionalExcludeSelectors.remove":[".notranslate","[translate=no]"]},{id:"maxroll",matches:["maxroll.gg"],extraInlineSelectors:[".d4t-sprite-icon",".d4t-icon"],injectedCss:["font {font-family: sans-serif !important;}"]},{id:"microsoftTeams",matches:["teams.live.com"],"stayOriginalSelectors.add":["span[title][style='min-width: 20px; height: 20px;']"]},{id:"gradioappdocs",matches:"www.gradio.app/docs/*",selectors:["div.obj"],excludeSelectors:["div#examples"]},{id:"arca",matches:"arca.live","excludeTags.remove":["PRE"]},{id:"chatpdf",matches:["www.chatpdf.com"],"additionalExcludeSelectors.remove":[".notranslate"],excludeSelectors:[".chat-message-row.ai *",".pdf-viewer"],aiRule:{streamingSelector:"",messageWrapperSelector:".chat-message-row.ai",streamingChange:!1,streamingDeepChild:!0,streamingDelayTime:1e3}},{id:"inciteful",matches:["inciteful.xyz"],"excludeTags.remove":["BUTTON"]},{id:"app.element.io",matches:["app.element.io"],"additionalExcludeSelectors.remove":[".notranslate"],"excludeSelectors.add":[".mx_DisambiguatedProfile",".mx_ReplyChain_wrapper",".mx_ThreadSummary_replies_amount"]},{id:"fastapi.tiangolo.com",matches:"fastapi.tiangolo.com",selectors:["article"]},{id:"termynal",selectorMatches:["link[href*='termynal.css']"],"stayOriginalSelectors.add":[".termy"]},{id:"cpb-nl",matches:["www.cpb.nl"],"bodyRule.add":{enable:!1}},{id:"hub.logseq",matches:["hub.logseq.com"],globalStyles:{"[class*=':h-[']":"height:unset;"}},{id:"chat.zalo",matches:["chat.zalo.me"],"additionalExcludeSelectors.remove":[".notranslate"],inputExecCommandDeleteEnable:!0,"inputConfig.add":{execCommandDeleteEnable:!0}},{id:"epam",matches:"*.epam.com",globalStyles:{"[class*='ContentAnchorLinkList']":"word-break:unset;"},"excludeSelectors.add":["#blog-page-sidebar-wrapper"],"excludeTags.remove":["BUTTON"]},{id:"discussions.apple",matches:"discussions.apple.com","excludeSelectors.add":[".page-number"]},{id:"www.sixthtone.com",matches:["www.sixthtone.com"],"excludeSelectors.add":["#footer","[class^=index_time]","[class^=index_anthorList]","[class^=index_node]","[class^=index_popupWrapper]"]},{id:"forum.unity",matches:["forum.unity.com"],"excludeSelectors.add":[".bbCodeCode"]},{id:"wattpad",matches:["www.wattpad.com"],"excludeTags.remove":["PRE"],globalAttributes:{header:{translate:"unset;"}},globalStyles:{".story-info .item-description":"overflow: scroll;"}},{id:"netflix",matches:["www.netflix.com"],"excludeSelectors.add":[".player-timedtext"],"mutationExcludeSelectors.add":[".player-timedtext *"],"subtitleRule.add":{type:"netflix",loadingContainerSelector:".watch-video",subtitleUrlRegExp:"^https://.+?.oca.nflxvideo.net/\\?([ovet]=[^=]+){4}$",loadingStyle:"bottom: 15%;",quickButtonRule:{appendSelector:'[data-uia="control-next"]',insertBeforeSelector:'[data-uia="control-next"]',injectCSS:".imt-quick-subtitle-button {height: 60%; margin-right: 50px; font-size: 20px; } .logo,.logo svg { height: 36px; width: 36px} .label { display: none; } .imt-quick-subtitle-pop-content {transform: translateX(50%); right: 0}"},videoSelector:"video",attachRule:{appendSelector:".watch-video",injectedCSS:[".imt-caption-window {margin-bottom: 0px; bottom: 10vw;}"],injectedGlobalCSS:[".player-timedtext {display: none !important; }"]}}},{id:"udemy",matches:["www.udemy.com"],"excludeSelectors.add":["[data-purpose='captions-cue-text']",".shaka-text-container"],"mutationExcludeSelectors.add":["[data-purpose='captions-cue-text'] *",".shaka-text-container *"],"subtitleRule.add":{type:"udemy",subtitleUrlRegExp:"^https://vtt.*\\.udemycdn\\.com/.*\\.vtt",videoPlayerSelector:"video.shaka-video",humanTrust:85,loadingContainerSelector:".shaka-video-container",loadingStyle:"bottom: 15%;",injectedCss:["[class^='well--text'] {white-space: pre;}"],quickButtonRule:{appendSelector:'[data-purpose="video-controls"]'}},"subtitleRule.add_v.[1.4.1]":{hookType:"fetch|xhr"}},{id:"iview",matches:"iview.abc.net.au",excludeSelectors:[".jwplayer"],"mutationExcludeSelectors.add":[".jwplayer *"],"subtitleRule.add":{type:"webvtt",subtitleUrlRegExp:"/cc/.*\\.(vtt|webvtt)$",loadingContainerSelector:".jwplayer",quickButtonRule:{appendSelector:".jw-reset.jw-button-container",insertBeforeSelector:".jw-settings-submenu-button",injectCSS:".imt-quick-subtitle-pop-content {z-index: 999999;}"}}},{id:"nmaart",matches:"www.nma.art",excludeSelectors:[".video-container"],"mutationExcludeSelectors.add":[".video-container *"],"subtitleRule.add":{type:"webvtt",subtitleUrlRegExp:"/texttrack/.*\\.(vtt|webvtt)",loadingContainerSelector:".video-container",quickButtonRule:{appendSelector:".vjs-control-bar",insertBeforeSelector:".vjs-playback-rate"}}},{id:"apple",matches:"developer.apple.com",excludeSelectors:[".developer-video-player"],"mutationExcludeSelectors.add":[".developer-video-player *"],"subtitleRule.add":{type:"webvtt",subtitleUrlRegExp:"\\.(vtt|webvtt)"}},{id:"khanacademy",matches:["www.khanacademy.org"],"subtitleRule.add":{type:"khanacademy",subtitleUrlRegExp:"GetSubtitles",hookType:"fetch"},"stayOriginalSelectors.add":[".mathjax-wrapper"]},{id:"nebula",matches:["nebula.tv"],"excludeSelectors.add":["[data-subtitles-container='true']"],"mutationExcludeSelectors.add":["[data-subtitles-container='true'] *"],"subtitleRule.add":{type:"webvtt",subtitleUrlRegExp:"\\.vtt$",loadingContainerSelector:".video-poster",quickButtonRule:{appendSelector:".icon-spacing.css-4yh7a0",insertBeforeSelector:"#subtitles-toggle-button",ccEnableSelector:"#subtitles-toggle-button"}}},{id:"frontendmasters",matches:["frontendmasters.com"],"excludeSelectors.add":[".vjs-text-track-display"],"mutationExcludeSelectors.add":[".vjs-text-track-display *"],"subtitleRule.add":{type:"webvtt",subtitleUrlRegExp:".vtt$",loadingContainerSelector:".vjs-text-track-display",injectedCss:["#immersive-translate-quick-button-container {order: 2} .imt-quick-subtitle-pop-content {z-index: 2147483647}"],quickButtonRule:{appendSelector:".vjs-control-bar"},videoSelector:".PromoPlayer video",attachRule:{appendSelector:".video-js",injectedGlobalCSS:".vjs-text-track-display {display: none;}"}}},{id:"udacity",matches:["*.udacity.com"],"excludeSelectors.add":[".vjs-text-track-display"],"mutationExcludeSelectors.add":[".vjs-text-track-display *"],"subtitleRule.add":{type:"webvtt",subtitleUrlRegExp:".vtt$",loadingContainerSelector:".vjs-text-track-display"}},{id:"skillshare",matches:["www.skillshare.com"],"excludeSelectors.add":[".vjs-text-track-display"],"mutationExcludeSelectors.add":[".vjs-text-track-display *"],"subtitleRule.add":{type:"webvtt",subtitleUrlRegExp:"\\.vtt\\?",loadingContainerSelector:".vjs-text-track-display",injectedCss:["#immersive-translate-quick-button-container {order: 13}"],quickButtonRule:{appendSelector:".vjs-control-bar",insertBeforeSelector:".vjs-volume-panel",injectCSS:" .label { display: none; } .imt-quick-subtitle-pop-content {transform: translateX(43%); right: 0; z-index: 2147483647 } "}}},{id:"domestika",matches:["www.domestika.org"],"excludeSelectors.add":[".vjs-text-track-display"],"mutationExcludeSelectors.add":[".vjs-text-track-display *"],"subtitleRule.add":{type:"webvtt",subtitleUrlRegExp:".*subtitles.*\\.vtt",quickButtonRule:{appendSelector:".controlBar-wrapper .right-wrapper",insertBeforeSelector:".vjs-volume-panel"}}},{id:"hbomax",matches:["play.max.com","play.hbomax.com"],"excludeSelectors.add":["[data-testid='playerContainer']","[data-testid='CueBoxContainer']"],"mutationExcludeSelectors.add":["[data-testid='playerContainer'] *","[data-testid='CueBoxContainer'] *"],"subtitleRule.add":{type:"webvtt",subtitleUrlRegExp:"\\.vtt$",loadingContainerSelector:"[data-testid='playerContainer']"}},{id:"mindvalley",matches:["home.mindvalley.com"],"excludeSelectors.add":[".vjs-text-track-display"],"mutationExcludeSelectors.add":[".vjs-text-track-display *"],"subtitleRule.add":{type:"webvtt",subtitleUrlRegExp:"\\.webvtt$",loadingContainerSelector:".vjs-text-track-display",injectedCss:["#immersive-translate-quick-button-container {order: 6}"],quickButtonRule:{appendSelector:'[data-testid="video-section"] .vjs-control-bar',insertBeforeSelector:'[data-testid="video-section"] .vjs-volume-panel',injectCSS:".imt-quick-subtitle-pop-content {z-index: 999999;}"}}},{id:"masterclass",matches:["www.masterclass.com","learn.microsoft.com"],"excludeSelectors.add":[".vjs-text-track-display"],"mutationExcludeSelectors.add":[".vjs-text-track-display *"],"subtitleRule.add":{type:"webvtt",subtitleUrlRegExp:"\\.vtt",loadingContainerSelector:".vjs-text-track-display",quickButtonRule:{appendSelector:".vjs-control-bar",insertBeforeSelector:".vjs-playback-rate"}}},{id:"viu",matches:["www.viu.com"],"excludeSelectors.add":[".bmpui-ui-viu-subtitle-overlay"],"mutationExcludeSelectors.add":[".bmpui-ui-viu-subtitle-overlay *"],"subtitleRule.add":{type:"webvtt",hookType:"xhr",subtitleUrlRegExp:"https?://[^/]+\\.cloudfront\\.net/[^/]+/[^/]+$",loadingContainerSelector:".bmpui-container-wrapper",loadingStyle:"bottom: 20%;",injectedCss:[".bmpui-controls-hidden #immersive-translate-quick-button-container {display: none;}"],quickButtonRule:{appendSelector:".bmpui-ui-container.bmpui-ui-viu-subtitle > .bmpui-container-wrapper",injectCSS:".imt-quick-subtitle-button {margin-bottom: 8px}"}}},{id:"linkin",matches:"*.linkedin.com","excludeSelectors.add":[".vjs-text-track-display"],"mutationExcludeSelectors.add":[".vjs-text-track-display *"],"subtitleRule.add":{type:"webvtt",subtitleUrlRegExp:".*ambry/\\?x-li-ambry-ep=.*",hookType:"xhr",loadingContainerSelector:".video-player-container",quickButtonRule:{appendSelector:".vjs-control-bar",insertBeforeSelector:".vjs-captions-toggle"}}},{id:"kanopy",matches:"*.kanopy.com","excludeSelectors.add":[".vjs-text-track-display"],"mutationExcludeSelectors.add":[".vjs-text-track-display *"],"subtitleRule.add":{type:"webvtt",subtitleUrlRegExp:".*captioncache/webvtt.*",hookType:"xhr",loadingContainerSelector:".video-player-container",injectedCss:["#immersive-translate-quick-button-container{height: 40px;display: flex;align-items: center;align-self: flex-end;}"],quickButtonRule:{appendSelector:".vjs-control-bar",insertBeforeSelector:".vjs-caption-control"}}},{id:"iflix",matches:["www.iflix.com","wetv.vip"],"excludeSelectors.add":[".text-track"],"mutationExcludeSelectors.add":[".player-wrapper *"],"subtitleRule.add":{type:"webvtt",subtitleUrlRegExp:"\\.vtt",hookType:"xhr",loadingContainerSelector:"#player-wrapper",loadingStyle:"bottom: 18%;",quickButtonRule:{appendSelector:'[data-role="wetv-ctrlbar-right"]',insertBeforeSelector:'[data-role="wetv-player-definition"]'}}},{id:"imdb",matches:"www.imdb.com","excludeSelectors.add":[".jw-text-track-container"],"mutationExcludeSelectors.add":[".jw-text-track-container *"],"subtitleRule.add":{type:"webvtt",subtitleUrlRegExp:"\\.srt$",loadingContainerSelector:"#imdbnext-vp-jw-single",quickButtonRule:{appendSelector:".jw-reset.jw-button-container",insertBeforeSelector:'[button="ttt-button"]'}}},{id:"itv",matches:["www.itv.com"],"subtitleRule.add":{type:"text_track",videoPlayerSelector:".genie-video",loadingContainerSelector:".genie-container",loadingStyle:"bottom: unset; top: 5%;",quickButtonRule:{appendSelector:".control-bar_right-child-container",insertBeforeSelector:".controls-toggle_button--fullscreen"}}},{id:"egghead",matches:["egghead.io"],"subtitleRule.add":{type:"text_track",videoPlayerSelector:".cueplayer-react-video",loadingContainerSelector:".cueplayer-react-video-holder",loadingStyle:"bottom: unset; top: 5%;",quickButtonRule:{appendSelector:".cueplayer-react-control-bar-right-part",insertBeforeSelector:".cueplayer-react-closed-caption"}}},{id:"coursera",matches:["www.coursera.org"],"subtitleRule.add":{type:"text_track",videoPlayerSelector:".vjs-tech",loadingContainerSelector:".rc-VideoControlsContainer",loadingStyle:"bottom: unset; top: 5%;",quickButtonRule:{appendSelector:'[role="presentation"] > .rc-ControlBar > .icon-container'}}},{id:"ocrtraining",matches:["ocrtraining.cit.nih.gov","videocast.nih.gov"],"excludeSelectors.add":["#videocastPlayer"],"mutationExcludeSelectors.add":["#videocastPlayer *"],"subtitleRule.add":{type:"webvtt",subtitleUrlRegExp:"\\.srt$",loadingContainerSelector:"#videocastPlayer"}},{id:"espn",matches:["*.espn.com"],mainFrameMinTextCount:0,"excludeSelectors.add":["#fittPageContainer"],"mutationExcludeSelectors.add":["#fittPageContainer *"],"subtitleRule.add":{type:"webvtt",subtitleUrlRegExp:"\\.vtt$",injectedCss:["#immersive-translate-quick-button-container{margin-top:16px;}",".vjs-text-track-display > div >div {font:unset!important;}"],quickButtonRule:{appendSelector:".vjs-control-bar",insertBeforeSelector:".vjs-captions-button"}}},{id:"fmoviesz",matches:["fmoviesz.to","vidplay.online","c8365730d4.nl"],"excludeSelectors.add":["#player"],"mutationExcludeSelectors.add":["#player *"],"subtitleRule.add":{type:"multi_attach_vtt",subtitleUrlRegExp:"subtitle/.*\\.vtt$",quickButtonRule:{appendSelector:".jw-button-container",insertBeforeSelector:".jw-icon-cc"},activeLangSelector:"#jw-player-settings-submenu-captions .jw-settings-submenu-items .jw-settings-item-active",videoSelector:"video",attachRule:{appendSelector:"#player",injectedGlobalCSS:[".jw-text-track-container {display: none;}","@media (min-width: 576px) { video::cue {opacity: 0} }"]}}},{id:"aniwatch",matches:["megacloud.tv","aniwatch.to"],"excludeSelectors.add":[".jw-wrapper"],"mutationExcludeSelectors.add":[".jw-wrapper *"],"subtitleRule.add":{type:"multi_attach_vtt",subtitleUrlRegExp:"^(?!.*sprite\\.vtt$).*\\.vtt$",quickButtonRule:{appendSelector:".jw-button-container",insertBeforeSelector:".jw-icon-cc"},activeLangSelector:"#jw-player-settings-submenu-captions .jw-settings-submenu-items .jw-settings-item-active",videoSelector:"video",attachRule:{appendSelector:".jw-wrapper",injectedGlobalCSS:[".jw-text-track-container {display: none;}","@media (min-width: 576px) { video::cue {opacity: 0} }"]}}},{id:"rottentomatoes",matches:["*.rottentomatoes.com"],"excludeSelectors.add":[".jw-wrapper"],"mutationExcludeSelectors.add":[".jw-wrapper *"],"subtitleRule.add":{type:"webvtt",subtitleUrlRegExp:"\\.vtt$",quickButtonRule:{appendSelector:".jw-button-container",insertBeforeSelector:".jw-icon-cc"}}},{id:"dailymotion",matches:["*.dailymotion.com"],"excludeSelectors.add":[".player"],"mutationExcludeSelectors.add":[".player *"],mainFrameMinTextCount:0,"subtitleRule.add":{type:"subsrt",subsrtFormat:"srt",loadingContainerSelector:".player",subtitleUrlRegExp:"/video/.*\\.srt",quickButtonRule:{appendSelector:".controls_bottom_right",insertBeforeSelector:".subtitles_toggle_button"}}},{id:"movie-web",matches:["movie-web.app/media*"],"excludeSelectors.add":["#root"],"mutationExcludeSelectors.add":["#root *"],"subtitleRule.add":{type:"subsrt",hookType:"fetch",subsrtFormat:"vtt",loadingContainerSelector:".relative.h-screen.overflow-hidden",subtitleUrlRegExp:".*\\.vtt",quickButtonRule:{appendSelector:".hidden.justify-between .flex.items-center.space-x-3"}}},{id:"deeplearning",matches:["learn.deeplearning.ai"],"excludeSelectors.add":['[data-layout="video"]'],"mutationExcludeSelectors.add":['[data-layout="video"] *'],"subtitleRule.add":{type:"subsrt",subsrtFormat:"vtt",loadingContainerSelector:'[data-layout="video"]',subtitleUrlRegExp:".*\\.vtt",quickButtonRule:{appendSelector:".vds-controls-group:last-child",insertBeforeSelector:".vds-caption-button"}}},{id:"paramountplus",matches:["*.paramountplus.com"],"excludeSelectors.add":[".aa-player-skin"],"mutationExcludeSelectors.add":[".aa-player-skin *"],"subtitleRule.add":{type:"text_track_dynamic",injectedCss:[".tt-container {white-space: pre-line;}",".timed-text-css-box-inner {display: none!important;}",".timed-text-css-box-inner:last-child {display: block!important;}"],videoPlayerSelector:"video",quickButtonRule:{appendSelector:".top-menu-container"}}},{id:"pluto",matches:["pluto.tv"],"excludeSelectors.add":[".video-player-layout"],"mutationExcludeSelectors.add":[".video-player-layout *"],"subtitleRule.add":{type:"text_track_dynamic",videoPlayerSelector:"video",quickButtonRule:{appendSelector:".endControls-0-2-85"}}},{id:"vimeo",matches:["vimeo.com"],"excludeSelectors.add":[".vp-captions"],"mutationExcludeSelectors.add":[".vp-captions *"],"subtitleRule.add":{type:"text_track",videoPlayerSelector:"video",loadingContainerSelector:".player_container",loadingStyle:"bottom: unset; top: 5%;",injectedCss:["#immersive-translateQuickButton {visibility: inherit!important;}"],quickButtonRule:{appendSelector:'[data-control-bar="true"] > div',insertBeforeSelector:'[data-volume-control-container="true"]',ccEnableSelector:'[data-cc-button="true"]',injectCSS:".imt-quick-subtitle-button {margin-right: 0px; font-size: 12px;} .logo,.logo svg { height: 18px !important; width: 18px !important;} .imt-quick-subtitle-pop-content {bottom: 28px !important;}"}}},{id:"ted",matches:["www.ted.com"],"excludeSelectors.add":["#video"],"mutationExcludeSelectors.add":["#video *"],"subtitleRule.add":{type:"webvtt",hookType:"fetch",subtitleUrlRegExp:"\\.vtt",videoPlayerSelector:"video",loadingContainerSelector:"media-controller",quickButtonRule:{appendSelector:".pointer-events-none #media-control-bar",insertBeforeSelector:".pointer-events-none .media-volume-wrapper"}}},{id:"player.vimeo",matches:["https://player.vimeo.com/video/*","laracasts.com"],selectorMatches:["iframe[src*='player.vimeo.com']"],extraBlockSelectors:["span.vp-captions-line","span[class^=CaptionsRenderer_]"],"excludeSelectors.add":[".vp-captions-line"],"mutationExcludeSelectors.add":[".vp-captions *",".vp-captions-line *"],"subtitleRule.add":{type:"text_track",videoPlayerSelector:"video",loadingContainerSelector:".vp-telecine",loadingStyle:"bottom: unset; top: 5%; font-size: 12px;",injectedCss:["#immersive-translateQuickButton {visibility: inherit!important;}"],quickButtonRule:{appendSelector:'[data-control-bar="true"] > div',insertBeforeSelector:'[data-volume-control-container="true"]',ccEnableSelector:'[data-cc-button="true"]',injectCSS:".imt-quick-subtitle-button {margin-right: 0px; font-size: 12px;} .logo,.logo svg { height: 18px !important; width: 18px !important;} .imt-quick-subtitle-pop-content {bottom: 28px !important;}"}}},{id:"tv.adobe",matches:"https://*.tv.adobe.com","excludeSelectors.add":[".mpc-player"],"mutationExcludeSelectors.add":[".mpc-player *"],"subtitleRule.add":{type:"text_track",videoPlayerSelector:"video",loadingContainerSelector:".mpc-player",quickButtonRule:{appendSelector:".mpc-controls__container"}}},{id:"threejs-journey",matches:"threejs-journey.com","excludeSelectors.add":[".video-area"],"mutationExcludeSelectors.add":[".video-area *"],"subtitleRule.add":{type:"text_track",videoPlayerSelector:"video",loadingContainerSelector:".video-area",injectedCss:[".js-tracks-text.tracks-text {white-space: pre;}"],quickButtonRule:{appendSelector:".js-controls .right",insertBeforeSelector:".js-subtitles",injectCSS:".imt-quick-subtitle-button { font-size: 12px;} .logo,.logo svg { height: 18px !important; width: 18px !important;} .imt-quick-subtitle-pop-content {bottom: 38px !important;}"}}},{id:"codewithchris",matches:["learn.codewithchris.com","*.rachelsenglishacademy.com","www.unrealsenseiacademy.com"],"excludeSelectors.add":[".w-captions",".w-captions-line > div > span"],"mutationExcludeSelectors.add":[".w-captions *"],"subtitleRule.add":{type:"general",subtitleUrlRegExp:"/embed/captions/",loadingContainerSelector:".w-ui-container",hookType:"fetch",generalSetting:{captionsPath:"captions",itemsPath:"hash.lines",textKey:"text"}}},{id:"panopto",matches:["southampton.cloud.panopto.eu"],"excludeSelectors.add":[".primaryPlayer"],"mutationExcludeSelectors.add":[".primaryPlayer *"],"subtitleRule.add":{type:"general",subtitleUrlRegExp:"DeliveryInfo.aspx",disableSubsCache:!0,loadingContainerSelector:"#primaryPlayer",hookType:"fetch",generalSetting:{textKey:"Caption"},quickButtonRule:{appendSelector:"#transportControls",insertBeforeSelector:"#captionsButton"}}},{id:"edx",matches:["*.edx.org"],"excludeSelectors.add":[".closed-captions",".subtitles-menu"],mainFrameMinTextCount:0,"subtitleRule.add":{type:"general",subtitleUrlRegExp:"/transcript/translation/",loadingContainerSelector:".tc-wrapper",generalSetting:{itemsPath:"text"},injectedCss:[".subtitles-menu span,.closed-captions {white-space: pre-line;}","#immersive-translate-quick-button-container {display: inline-block; vertical-align: middle;}"],quickButtonRule:{appendSelector:".secondary-controls",insertBeforeSelector:".speeds.menu-container"}}},{id:"ardmediathek",matches:["www.ardmediathek.*"],"excludeSelectors.add":[".ardplayer-viewport-addon-overlays"],"mutationExcludeSelectors.add":[".ardplayer-viewport-addon-overlays *"],"subtitleRule.add":{type:"ebutt",hookType:"fetch",subtitleUrlRegExp:"subtitle/ebutt",loadingContainerSelector:".ardplayer-viewport-addon-overlays",quickButtonRule:{appendSelector:".ardplayer-footer .ardplayer-addons-container",insertBeforeSelector:".ardplayer-footer .ardplayer-button-sharing",injectCSS:".imt-quick-subtitle-button {font-size: 20px; } .logo,.logo svg { height: 36px !important; width: 36px !important;} .imt-quick-subtitle-pop-content {z-index: 2147483647;} "}}},{id:"bbc-iplayer",matches:["https://www.bbc.*/iplayer*"],"excludeSelectors.add":[".player"],"mutationExcludeSelectors.add":[".player *"],"subtitleRule.add":{type:"ebutt",hookType:"fetch",subtitleUrlRegExp:"iplayer/subtitles/.*.xml",loadingContainerSelector:".player__container"}},{id:"bbc",matches:["*.bbc.*"],"excludeSelectors.add":["section.module--languages",".drop-capped",".smp-toucan-player","smp-subtitles","#subtitle_subtitle2"],"mutationExcludeSelectors.add":["[data-testid='media-player-container-landscape'] *"],"subtitleRule.add":{type:"ebutt",hookType:"fetch",subtitleUrlRegExp:"iplayer/subtitles/.*.xml",loadingContainerSelector:".smp-toucan-player"}},{id:"zdf.de",matches:["www.zdf.de"],"excludeSelectors.add":[".zdfplayer-cue-region"],"subtitleRule.add":{type:"ebutt",subtitleUrlRegExp:"mtt/.*.xml",loadingContainerSelector:".zdfplayer-video-container",responseType:"document",injectedCss:["#immersive-translate-quick-button-container {display:inline-block;vertical-align:middle;margin-right:-16px;}"],quickButtonRule:{appendSelector:".right-controls-1FfJUp.svelte-inzdbf",insertBeforeSelector:".right-controls-1FfJUp.svelte-inzdbf button"}}},{id:"piped.video",matches:"piped.video","subtitleRule.add":{type:"ebutt",hookType:"fetch",subtitleUrlRegExp:"api/timedtext",loadingContainerSelector:".shaka-video-container",responseType:"document",quickButtonRule:{appendSelector:".shaka-controls-button-panel",insertBeforeSelector:".shaka-mute-button"}}},{id:"disneyplus",matches:["www.disneyplus.com"],"excludeSelectors.add":[".dss-hls-subtitle-overlay"],"mutationExcludeSelectors.add":[".dss-hls-subtitle-overlay *"],"subtitleRule.add":{type:"disneyplus",subtitleUrlRegExp:"\\.vtt$"}},{id:"mubi",matches:["https://mubi.com","https://mubi.de"],"subtitleRule.add":{type:"fmp4.xml",subtitleUrlRegExp:"textstream",hookType:"fetch",quickButtonRule:{appendSelector:".css-1k6yql2.e1b63bld4",insertBeforeSelector:".css-1ce7rqp.e7f2hfl0"}}},{id:"hulu",matches:"https://*.hulu.com","subtitleRule.add":{type:"hulu",hookType:"fetch",injectedCss:[".ClosedCaption {display:none!important;}"],videoSelector:"#content-video-player",subtitleUrlRegExp:"play.hulu.com/.*/playlist",loadingContainerSelector:"#web-player-app",quickButtonRule:{appendSelector:".PlayerSettingsGroup",insertBeforeSelector:".PlayerSettingsGroup .PlayerControlsButton"}}},{id:"youku.tv",matches:"www.youku.tv","excludeSelectors.add":["#subtitle"],"mutationExcludeSelectors.add":["#subtitle *"],"subtitleRule.add":{type:"subsrt",hookType:"fetch",injectedCss:["#immersive-translate-quick-button-container {display: inline-block; vertical-align: middle;}"],subtitleUrlRegExp:"\\.ass$",subsrtFormat:"ass",loadingContainerSelector:"#youku-dashboard",loadingStyle:"bottom: 10%;",quickButtonRule:{appendSelector:".kui-dashboard-dashboard-panel .kui-dashboard-rear-ctn",insertBeforeSelector:".kui-rate-control-0"}}},{id:"starz",matches:"www.starz.com","excludeSelectors.add":["starz-player"],"mutationExcludeSelectors.add":["starz-player *"],"subtitleRule.add":{type:"subsrt",subsrtFormat:"vtt",subtitleUrlRegExp:"\\.vtt$",loadingContainerSelector:"starz-player",loadingStyle:"bottom: 10%;",injectedCss:["#immersive-translate-quick-button-container {display: inline-block;}"],quickButtonRule:{appendSelector:"starz-player .button-group",insertBeforeSelector:"starz-player .button-group .video-player-icon-md"}}},{id:"www.iq.com",matches:"www.iq.com","excludeSelectors.add":[".iqp-subtitle"],"mutationExcludeSelectors.add":[".iqp-subtitle *"],"subtitleRule.add":{type:"xml",subtitleUrlRegExp:"\\.xml\\?",loadingContainerSelector:".intl-video-area",xmlTextSelector:"sub",loadingStyle:"bottom: 10%;",injectedCss:["#immersive-translate-quick-button-container {float: right; height: 100%;}"],quickButtonRule:{appendSelector:".iqp-contrls-right"}}},{id:"archiveToday",matches:["archive.today","archive.ph","archive.is","archive.md"],"excludeSelectors.add":["#HEADER"]},{id:"arxiv-vanity.com",matches:["www.arxiv-vanity.com"],"excludeSelectors.add":[".arxiv-vanity-wrapper"]},{id:"fibery",matches:["the.fibery.io"],"additionalExcludeSelectors.remove":["[translate=no]"],"additionalStayOriginalSelectors.add":[".entity-node-view-container"]},{id:"makersuite.google",matches:"makersuite.google.com","excludeSelectors.add":[".material-symbols-outlined"]},{id:"etymonline",matches:"www.etymonline.com",globalAttributes:{".crossreference.notranslate":{class:"crossreference"},".foreign.notranslate":{class:"foreign"}}},{id:"https://browse.arxiv.org/",matches:["https://browse.arxiv.org","https://arxiv.org/html/*"],"excludeSelectors.add":[".desktop_header","[class*='ltx_lst_language_']","div.package-alerts"]},{id:"jstor",matches:"www.jstor.org","excludeSelectors.add":[".audio-duration","[data-qa='card-item-count']"],globalStyles:{".card__heading":"-webkit-line-clamp:unset;","search-results-vue-pharos-image-card,search-ui-pharos-image-card":"display:flex;","search-results-vue-pharos-link":"display:inline;"}},{id:"tandfonline",matches:"*.tandfonline.com","extraInlineSelectors.add":["span.off-screen"]},{id:"boringreport",matches:["www.boringreport.org"],"excludeTags.remove":["BUTTON"]},{id:"bsky.app",matches:"https://bsky.app",selectors:["[data-testid=postText]"],isTranslateTitle:!1},{id:"peacocktv",matches:["*.peacocktv.com"],injectedCss:[".video-player__subtitles__line > font,.video-player__subtitles__line:only-child{display:block;}"]},{id:"noTranslate",matches:["*.tiktok.com","altis.world","*.newthingsunderthesun.com","*.gumroad.com","edstem.org","actions.tldrnewsletter.com","community.linkingyourthinking.com","doc.qt.io","winaero.com"],"additionalExcludeSelectors.remove":[".notranslate","[translate=no]"]},{id:"jmir",matches:["*.jmir.org"],"additionalInlineSelectors.add":[".tooltiptext"]},{id:"smzdm",matches:["www.smzdm.com"],"excludeSelectors.add":[".z-highlight",".feed-block-info",".z-feed-foot",".feed-block-descripe","#J_column_tab_box",".crumbs"],globalStyles:{".feed-block-title":"height:unset"}},{id:"xiaohongshu.com",matches:["www.xiaohongshu.com"],"excludeSelectors.add":[".author-wrapper",".info",".side-bar"],globalStyles:{"a.title":"-webkit-line-clamp:3"}},{id:"learnopengl",matches:["learnopengl.com"],globalStyles:{function:"position:relative;z-index:1000;"}},{id:"notateslaapp",matches:["www.notateslaapp.com"],"extraBlockSelectors.add":[".nav > *"]},{id:"eightfold",matches:["*.eightfold.ai"],injectedCss:[".flexbox{width:100%}"]},{id:"deno",matches:["deno.com"],injectedCss:[":root {font-feature-settings:unset}"]},{id:"soundcloud",matches:"soundcloud.com",injectedCss:[".compactTrackListItem {height: unset !important;}"],"excludeSelectors.add":[".searchTitle__textContent",".searchOptions__container",".compactTrackListItem__additional",".soundTitle__tagContainer",".searchResultGroupHeading",".sc-ministats-group",".compactTrackList__moreLink",".sound__soundActions"]},{id:"section.blog.naver.com",matches:"section.blog.naver.com",globalStyles:{".text,.title_post,.text_post,p,strong,div":"-webkit-line-clamp:unset;max-height:unset;height:unset;"},"extraBlockSelectors.add":[".item",".heading a",".info_find a"],"excludeSelectors.add":[".comments",".time"]},{id:"gradio-app",selectorMatches:"gradio-app","excludeTags.remove":["BUTTON"],"excludeSelectors.add":['[data-testid="block-label"]'],"mutationConfig.add":{buildTimeout:1e3,consumeTimeout:1e3}}]};m();m();function ta(e){if(e.beta)return!1;if($e()&&e.spVersion)return Xs(kr(),e.spVersion);if(P1()&&e.gspVersion){let t=F1();if(t)return Xs(t,e.gspVersion)}if($g()&&e.ispVersion){let t=M1();if(t)return Xs(t,e.ispVersion)}return!1}function Xs(e,t){let n=e.split(".").reverse(),r=t.split(".").reverse(),a=0,o=0,i=1;for(let s=0;s<3;s++)a+=i*Number(r[s]||"0"),o+=i*Number(n[s]||"0"),i*=100;return o>=a}function eu(e){e.message?.indexOf("token invalid")>=0&&mt.remove(Tt)}m();function Xl(e){return Array.isArray(e)?e:e?[e]:[]}function Rn(e,t){return t?(Array.isArray(t)||(t=[t]),Array.from(new Set([...t,e]))):[e]}function zt(e,t){return t?(Array.isArray(e)||(e=[e]),Array.isArray(t)||(t=[t]),t.filter(n=>!e.includes(n))):[]}function e0(e,t){let n={...e};return U1(n,t),ES(n,t),n}function N1(e,t,n){let r={...t};return So({rule:r,valueIsArray:a=>Array.isArray(e[a]),getMergedValue:a=>e[a],onMergedResult:(a,o)=>r[a]=o}),So({rule:n,valueIsArray:a=>Array.isArray(e[a]),getMergedValue:a=>r[a],onMergedResult:(a,o)=>r[a]=o}),r}function ES(e,t){if(!t.condition)return;let n=t.condition.enableSubtitle?.true||{},r=t.condition.enableSubtitle?.false||{},a=e.enableSubtitle?n:r;U1(e,a)}function So({rule:e,getMergedValue:t,valueIsArray:n,onMergedResult:r}){Object.keys(e).sort().forEach(a=>{let[o,i,s]=SS(a);if(!o||e[a]===void 0)return;let u=e[a];n(o)&&(u=Xl(e[a]));let l=t(o);if(l==null){r(o,u);return}let c;if(i=="add_v"){if(!I1(s))return;c=Vg(l,u)}else if(i=="remove_v"){if(!I1(s))return;c=O1(l,u)}else i==="add"?c=Vg(l,u):i=="remove"&&(c=O1(l,u));if(c){r(o,c);return}Array.isArray(e[o])&&o.startsWith("additional")?c=Vg(l,u):c=u,r(o,c)})}function U1(e,t){return So({rule:t,valueIsArray:n=>Array.isArray(e[n]),getMergedValue:n=>e[n],onMergedResult:(n,r)=>{e[n]=r}}),e}function Vg(e,t){let n;if(Array.isArray(e)){let r=Xl(t);n=[...e,...r],n=Array.from(new Set(n))}else typeof e=="object"&&typeof t=="object"?n={...e,...t}:n=t;return n}function SS(e){let t=e.lastIndexOf("["),n="",r=e;return t>0&&(n=e.slice(t+1,e.length-1),r=e.slice(0,t-1)),[...r.split("."),n]}function I1(e){let t=Zn();return e&&Xs(t,e)}function O1(e,t){if(Array.isArray(e)){let n=Xl(t);return e=e.filter(r=>!n.includes(r)),Array.from(new Set(e))}else if(typeof e=="object"&&typeof t=="object")Object.keys(t).forEach(n=>{delete e[n]});else return t;return e}function wo(){if(Se.PROD==="1")return{};let e={};if(Se.IMMERSIVE_TRANSLATE_SECRET_TENCENT_SECRET_ID&&Se.IMMERSIVE_TRANSLATE_SECRET_TENCENT_SECRET_KEY){let n={secretId:Se.IMMERSIVE_TRANSLATE_SECRET_TENCENT_SECRET_ID,secretKey:Se.IMMERSIVE_TRANSLATE_SECRET_TENCENT_SECRET_KEY};e.translationServices={},e.translationServices.tencent=n}if(Se.IMMERSIVE_TRANSLATE_SECRET_BAIDU_APPID&&Se.IMMERSIVE_TRANSLATE_SECRET_BAIDU_KEY){let n={appid:Se.IMMERSIVE_TRANSLATE_SECRET_BAIDU_APPID,key:Se.IMMERSIVE_TRANSLATE_SECRET_BAIDU_KEY};e.translationServices||(e.translationServices={}),e.translationServices.baidu=n}if(Se.IMMERSIVE_TRANSLATE_SECRET_CAIYUN_TOKEN){let n={token:Se.IMMERSIVE_TRANSLATE_SECRET_CAIYUN_TOKEN};e.translationServices||(e.translationServices={}),e.translationServices.caiyun=n}if(Se.IMMERSIVE_TRANSLATE_SECRET_OPENL_APIKEY){let n={apikey:Se.IMMERSIVE_TRANSLATE_SECRET_OPENL_APIKEY};e.translationServices||(e.translationServices={}),e.translationServices.openl=n}if(Se.IMMERSIVE_TRANSLATE_SECRET_YOUDAO_APP_ID&&Se.IMMERSIVE_TRANSLATE_SECRET_YOUDAO_APP_SECRET){let n={appId:Se.IMMERSIVE_TRANSLATE_SECRET_YOUDAO_APP_ID,appSecret:Se.IMMERSIVE_TRANSLATE_SECRET_YOUDAO_APP_SECRET};e.translationServices||(e.translationServices={}),e.translationServices.youdao=n}if(Se.IMMERSIVE_TRANSLATE_SECRET_VOLC_ACCESS_KEY_ID&&Se.IMMERSIVE_TRANSLATE_SECRET_VOLC_SECRET_ACCESS_KEY){let n={accessKeyId:Se.IMMERSIVE_TRANSLATE_SECRET_VOLC_ACCESS_KEY_ID,secretAccessKey:Se.IMMERSIVE_TRANSLATE_SECRET_VOLC_SECRET_ACCESS_KEY};e.translationServices||(e.translationServices={}),e.translationServices.volc=n}if(Se.IMMERSIVE_TRANSLATE_SECRET_DEEPL_AUTH_KEY){let n={authKey:Se.IMMERSIVE_TRANSLATE_SECRET_DEEPL_AUTH_KEY};e.translationServices||(e.translationServices={}),e.translationServices.deepl=n}if(Se.DEEPL_PROXY_ENDPOINT&&(e.translationServices||(e.translationServices={}),e.translationServices.deepl||(e.translationServices.deepl={}),e.translationServices.deepl.immersiveTranslateApiUrl=Se.DEEPL_PROXY_ENDPOINT),Se.IMMERSIVE_TRANSLATE_DEEPL_ENDPOINT&&(e.translationServices||(e.translationServices={}),e.translationServices.deepl||(e.translationServices.deepl={}),e.translationServices.deepl.immersiveTranslateDeeplTokenUrl=Se.IMMERSIVE_TRANSLATE_DEEPL_ENDPOINT),Se.IMMERSIVE_TRANSLATE_SECRET_OPENAI_API_KEY){let n={APIKEY:Se.IMMERSIVE_TRANSLATE_SECRET_OPENAI_API_KEY};e.translationServices||(e.translationServices={}),e.translationServices.openai=n}Se.IMMERSIVE_TRANSLATE_SERVICE&&(e.translationService=Se.IMMERSIVE_TRANSLATE_SERVICE);let t={};return Se.DEBUG==="1"&&(t.debug=!0,t.cache=!1),Se.MOCK==="1"&&(t.translationService="mock"),t}async function qt(){let e=await Q.storage.local.get(gi);if(e[gi]){let t=e[gi],n=t.tempTranslationUrlMatches||[],r=n.filter(i=>i.expiredAt>Date.now()),a=!1;r.length!==n.length&&(n=r,a=!0);let o={...t,tempTranslationUrlMatches:[...n]};return a&&await Wt(o),o}else return{}}async function Wt(e){await Q.storage.local.set({[gi]:e})}async function j1(e){await Q.storage.local.set({[Gr]:e})}async function wa(){await Q.storage.local.set({[Gr]:{}})}async function Da(){await Q.storage.local.set({[gi]:{}})}async function H1(){let e=await Q.storage.local.get(Gr),n={...await Kg(),...yi,buildinConfigUpdatedAt:Se.BUILD_TIME};if(e[Gr]){let r=e[Gr];if(r&&r.buildinConfigUpdatedAt){let a=new Date(r.buildinConfigUpdatedAt),o=new Date(n.buildinConfigUpdatedAt);a>o&&(n=r)}}return n}async function ft(){let e=await Q.storage.local.get(Gr),t={...yi,buildinConfigUpdatedAt:Se.BUILD_TIME};if(e[Gr]){let k=e[Gr];if(k&&k.buildinConfigUpdatedAt){let _=new Date(k.buildinConfigUpdatedAt),F=new Date(t.buildinConfigUpdatedAt);_>F&&(t=k)}}let n=await kS(t);t.targetLanguage=n;let r=await mt.get(Tt,null),a={};if(!me()&&Q.commands&&Q.commands.getAll){let k=await Q.commands.getAll();for(let _ of k)_.name&&_.shortcut&&(a[_.name]=_.shortcut)}let o=await Kg(),i=wo(),s=await pr(),u=globalThis.IMMERSIVE_TRANSLATE_CONFIG||{},l=await qt(),c=new Date,g=Object.assign({},u,i,s);if(!g.interfaceLanguage){let k=await wS();g.interfaceLanguage=k}let p=g.interfaceLanguage==="en",f=g.targetLanguage==="en",h=t&&t.translationLanguagePattern&&t.translationLanguagePattern.matches&&t.translationLanguagePattern.matches.length===0,y=["bing","google","transmart","mock"].includes(g.translationService)||!g.translationService;!p&&!f&&!h&&y?t.translationLanguagePattern||(t.translationLanguagePattern={matches:["en"],excludeMatches:[]}):t.translationLanguagePattern={matches:[],excludeMatches:[]};let C=t&&t.enableDefaultAlwaysTranslatedUrls;g.enableDefaultAlwaysTranslatedUrls===!1&&(C=!1);let b=g&&g.isChangedAlwaysTranslatedUrls,x=[];g.translationUrlPattern&&g.translationUrlPattern.matches&&(x=g.translationUrlPattern.matches||[]);let S=!1;b===void 0&&(x.length>0?b=!0:b=!1,g.isChangedAlwaysTranslatedUrls=b,s.isChangedAlwaysTranslatedUrls=b,S=!0);let A=(g?.translationLanguagePattern?.matches?.length||0)>0,P=await jt("installedAt",""),w=Number(await Xr("translage_page_daily",0)),v=Number(await jt(gr,0)),L;v>0&&(Date.now()-v0&&(Date.now()-w0){let k=l.tempTranslationUrlMatches.filter(_=>new Date(_.expiredAt)>c);if(k.length>0){let _=g.translationUrlPattern?g.translationUrlPattern?.matches||[]:[],F=Array.isArray(_)?_:[_],q=Array.from(new Set(F.concat(k.map(z=>z.match))));g.translationUrlPattern={...g.translationUrlPattern,matches:q}}}let R=Object.assign(o,t);So({rule:t,valueIsArray:k=>Array.isArray(o[k]),getMergedValue:k=>o[k],onMergedResult:(k,_)=>{k!="generalRule"&&(R[k]=_)}});let M=Yt(r),O={};g.translationServices&&g.translationServices.deepl&&(O=g.translationServices.deepl);let N={};g.translationServices&&g.translationServices.openai&&(N=g.translationServices.openai),!M&&O.authKey&&!O.provider?(R.translationServices.deepl||(R.translationServices.deepl={}),R.translationServices.deepl.provider="custom"):O&&O.provider||(R.translationServices.deepl||(R.translationServices.deepl={}),R.translationServices.deepl.provider="pro"),!M&&N.APIKEY&&!N.provider?(R.translationServices.openai||(R.translationServices.openai={}),R.translationServices.openai.provider="custom"):N&&N.provider||(R.translationServices.openai||(R.translationServices.openai={}),R.translationServices.openai.provider="pro");let H=Object.keys(R),B=["translationUrlPattern","translationLanguagePattern","immediateTranslationPattern","translationBodyAreaPattern","translationParagraphLanguagePattern","translationThemePatterns","translationGeneralConfig","shortcuts","inputTranslationUrlPattern","inputLanguageCodeAlias"];for(let k of H){let _=k;if(_==="generalRule")typeof g[_]=="object"&&(R[_]=e0(o[_],g[_]));else if(_==="translationServices")AS(g,R);else if(typeof g[_]!="string"&&typeof g[_]!="boolean"&&typeof g[_]!="number"&&B.includes(_))g[_]&&(R[_]=Object.assign(R[_],g[_])),_==="shortcuts"&&(me()||$e()?R[_]={...R[_],...a}:R[_]={...a});else if(_==="rules"){if(Array.isArray(g[_])){let F=R.rules||[],q={};for(let V of F)V.id&&(q[V.id]=V);let z=g[_].map(V=>V.id&&q[V.id]?N1(t.generalRule,q[V.id],V):V);R[_]=[...z,...R[_]]}if(Se.PROD==="0"&&Se.DEV_RULES){let F=JSON.parse(Se.DEV_RULES);R[_]=[...F,...R[_]]}}else g[_]!==void 0&&(R[_]=g[_])}return R.donateUrl=t.donateUrl,R.minVersion=t.minVersion,R.feedbackUrl=t.feedbackUrl,R.rawUserConfig=s,R}async function pr(){return(await Q.storage.sync.get("userConfig")||{}).userConfig||{}}async function Do(e){await Q.storage.sync.set({userConfig:e})}async function tu(e,t){await Q.storage.local.set({[e]:t})}async function t0(e){return(await Q.storage.local.get(e))[e]||""}var wS=async()=>{let e=["zh-CN"];try{e=await Q.i18n.getAcceptLanguages()}catch(r){I.warn("get browser language error:",r)}let n=e.map(r=>ye(r)).find(r=>nn[r]);return n||"en"},Kg=async()=>{let e={...yi,buildinConfigUpdatedAt:Se.BUILD_TIME};return{...e,targetLanguage:Dr,interfaceLanguage:"en",translationMode:"dual",debug:!1,alpha:!1,translationUrlPattern:{matches:[],excludeMatches:[]},translationLanguagePattern:{matches:[],excludeMatches:[]},translationThemePatterns:{},translationParagraphLanguagePattern:{matches:[],excludeMatches:[],selectorMatches:[],excludeSelectorMatches:[]},translationBodyAreaPattern:{matches:[],excludeMatches:[],selectorMatches:[],excludeSelectorMatches:[]},translationTheme:"none",translationService:"bing",inputTranslationService:"inherit",mouseHoverTranslationService:"inherit",subtitleTranslateService:"inherit",translationArea:"main",translationStartMode:"dynamic",translationServices:{},monkeyH5FloatBall:{...e.monkeyH5FloatBall},pcFloatBall:{...e.pcFloatBall},generalRule:{...e.generalRule},translationGeneralConfig:{engine:"bing",_systemExcludeWordRegex:"\\b({word})\\b"},rules:[]}};function DS(e,t){return e=e||[],t=t||[],e.length!==t.length?!0:t.filter(r=>!e.includes(r)).length>0}async function kS(e){try{let t=e?.autoSelectTargetLanguageAfterInstalledAt;if(!t)return Dr;let n=await jt("installedAt","");if(n&&new Date(n){let l=a[u],c=a[l.extends];!c||l.extends==u||(a[u]={...c,...a[u]})}),So({rule:{...a},valueIsArray:u=>Array.isArray(a[u]),getMergedValue:u=>a[u],onMergedResult:(u,l)=>{a[u]={...a[u],...l}}}),So({rule:{...r},valueIsArray:u=>Array.isArray(a[u]),getMergedValue:u=>a[u],onMergedResult:(u,l)=>{a[u]={...a[u],...l}}}),new Date(e.updatedAt)<=new Date("2024.4.2")&&Object.keys(r).forEach(u=>{["openai","gemini"].includes(u)&&r[u].prompt!=null&&(r[u].maxTextGroupLengthPerRequest==null&&(a[u].maxTextGroupLengthPerRequest=1),r[u].multiplePrompt==null&&(a[u].multiplePrompt=r[u].prompt))});let i=["imt_source_field","imt_trans_field","imt_sub_source_field","imt_sub_trans_field"],s=(u,l)=>{!u||!u[l]||!u?.env||(u[l]=u[l].replace(/{{(.+?)}}/g,(c,g)=>i.includes(g)?c:u?.env[g]||c))};Object.values(a).forEach(u=>{s(u,"prompt"),s(u,"multiplePrompt"),s(u,"subtitlePrompt")})}var LS=["block","grid","flex","table","table-row","table-cell","list-item","-webkit-box","box","contents"];function In(e,t){if(t.length===0)return!1;let n=t.join(",");return e.matches&&e.matches(n)||!1}function ka(e,t,n){let{blockSelectors:r,extraBlockSelectors:a,extraInlineSelectors:o,atomicBlockSelectors:i}=t;if(In(e,o))return!1;if(In(e,a)||["br","input"].includes(e.nodeName.toLowerCase()))return!0;let l=null;if(e.parentNode&&e.parentNode.immersiveTranslateComputedStyle&&(l=e.parentNode.immersiveTranslateComputedStyle),l&&l.display&&l.display==="inline-flex")return!1;let c=g();return c&&(c=!In(e,i)),c;function g(){return n&&n.display?!!LS.includes(n.display):In(e,r)}}var ln=In;function ko(e){return!!e.shadowRoot}function Aa(e){if(!e||typeof e!="string"&&(e=e.textContent,!e))return"";let t="";return e!==e.trimStart()&&(t+=" "),t+=e.trim(),t===" "||e!==e.trimEnd()&&(t+=" "),t}function nu(e){if(!e)return["",""];if(typeof e!="string"&&(e=e.textContent,!e))return["",""];let t=[];return e!==e.trimStart()?t.push(" "):t.push(""),!e.trim()&&t.length===1?[" ",""]:(e!==e.trimEnd()?t.push(" "):t.push(""),t)}function Lr(e,t=!1){let n=qs;return t&&e?.translatedPlaceholderDelimiters?n=e.translatedPlaceholderDelimiters:e?.placeholderDelimiters&&(n=e.placeholderDelimiters),n}function Ao(e,t=!1){let n=e.config?.translationServices?.[e.translationService];return Lr(n,t)}function Ci(e,t){return Sa(t,e.targetLanguage,{ignoreZhCNandZhTW:e.rule.ignoreZhCNandZhTW})}function Gg(e){let{rule:t}=e,n=_S(e);return` <${t.targetWrapperTag} class="${n} notranslate">`}function _S(e){let t=e.config.loadingTheme;return`${ee}-loading-${t}`}function ru(e,t){let n=e.rule,r=document.createElement(n.targetWrapperTag);r.classList.add("notranslate",Lt),r.setAttribute("translate","no"),r.setAttribute("lang",e.targetLanguage),yt(r,k2,t.toString());let a=Gg(e);return r.append(nt.sanitize(a,{RETURN_DOM_FRAGMENT:!0})),r}function Ti(e,t){return e.querySelector(`[${wg}='${t}']`)}function z1(){document.querySelectorAll(`[${wg}]`).forEach(t=>{t.remove()})}function q1(){document.querySelectorAll(`.${Lt}-error`).forEach(t=>{t.remove()})}function W1(){let e=document.querySelectorAll("iframe"),t=[];return e.forEach(n=>{xi(n)&&t.push(n)}),t}function Yg(e){let t={},{glossaries:r,_systemExcludeWordRegex:a,text:o,delimiters:i,excludeRegexps:s,targetLanguage:u}=e,l=o,c=1001;try{if(r&&r.length>0){let g={},p=r.filter(h=>h.tl&&h.tl!==u?!1:h.k?(g[h.k]=h.v||"",!0):!1).sort((h,y)=>h.tl&&!y.tl?1:!h.tl&&y.tl?-1:0),f=new RegExp(a.replace("{word}",p.map(h=>h.k).join("|")),"g");l=l.replace(f,(h,y)=>{let C=c++;return t[`${C}`]=g[y]||y,i.length>2?h.replace(y,`<${i[2]}${C}>`):h.replace(y,`${i[0]}${C}${i[1]}`)})}s&&s.length>0&&s.forEach(g=>{let p=new RegExp(g,"gi");l=l.replace(p,(f,h)=>{let y=c++;return t[`${y}`]=p1(h),i.length>2?f.replace(h,`<${i[2]}${y}>`):f.replace(h,`${i[0]}${y}${i[1]}`)})})}catch(g){I.debug(`format source text error: ${g.message}`)}return{text:l,variables:t}}function au(e){let{noTranslateRegexp:t,minTextCount:n,minWordCount:r,delimiters:a,text:o}=e,i=new RegExp(`${a[0]}(\\d+)${a[1]}`,"gi");if(a.length>2){let u=a[2];i=new RegExp(`<${u}(\\d+)>(.*?)`,"gi")}let s=o.trim();return s=s.replace(i,""),s=s.trim(),s===""||s.length===1&&s.charCodeAt(0)===8203||/^[0-9.,\/#!$%\^&\*;:{}=\-_`~()\s]+$/.test(o)||s.includes("")||s.includes("< styles>")||t9(s)||Q1(s)||e9(s)||Z1(s)||X1(s)||PS(s)||i.test(s)||t&&t.length>0&&new RegExp(t.join("|"),"gi").test(s)?!1:r0(o,n,r)}function na(e){return e.nodeType===Node.ELEMENT_NODE}function $1(e,t){return e.paragraphs?e.paragraphs[0]?.ctxId!==t?(e.paragraphs=[],!1):!0:!1}function V1(e){let t=new Date(e),n=t.getFullYear(),r=t.getMonth()+1,a=t.getDate(),o=t.getHours(),i=t.getMinutes(),s=t.getSeconds();return`${n}/${r}/${a} ${o}:${i}:${s}`}async function Jg(){return await jt("fakeUserId","")}async function MS(){return await jt("installedAt","")}async function K1(e){let n=Pe().INSTALL_FROM,r=Zn(),a=await MS(),o=await Jg(),i=await ft(),s=!1,u=await mt.get(Tt,null),l=!1;return u&&Yt(u)&&(s=!0,u.subscription&&u.subscription.isTrial&&(l=!0)),{installFrom:n,version:r,installedAt:a,interfaceLang:e,optionInterfaceLang:i.interfaceLanguage,deviceId:o,isProUser:s,isTrial:l}}function G1(e,t,n,r){if(!t||!r||!e)return"";let a=e.xpathRule,o=0,i=n;for(;i&&i!==r;)o++,i=i.parentNode;let s=o+"";for(let u=0;u{!e||!t||(async()=>{let a=await Qg(e,t);r(a)})()},[e,t,r]),n}async function Qg(e,t){if(!e||!t)return;let n=!1,r,a=!0;!$e()&&me()||it().any?(a=!1,r=t.monkeyH5FloatBall,!r&&e.rule.isShowUserscriptPagePopup==!1&&(r=e.config.monkeyH5FloatBall,r.enable=!1),r||(r=e.config.monkeyH5FloatBall),n=!t.monkeyH5FloatBall):(r=e.config.pcFloatBall,n=!t.pcFloatBall);try{if(r?.afterInstalledAt&&n){let o=await jt("installedAt","");new Date(o).getTime()s==n),a=e.config.translationModeLanguagePattern.translationMatches.find(s=>s==n),o=e.config.translationModeUrlPattern.dualMatches.find(s=>_t(e.url,s));return e.config.translationModeUrlPattern.translationMatches.find(s=>_t(e.url,s))?"translation":o?"dual":a?"translation":r?"dual":null}var a0=!1,FS=me();function n9(e,t){let n=[];for(let r of t){let a=e.querySelectorAll(r);for(let o of a)n.push(o)}return n}function BS(e,t){let n=function(o){return o.nodeType===Node.ELEMENT_NODE||o.nodeType===Node.TEXT_NODE?o.nodeType===Node.ELEMENT_NODE&&r9(o,t,!0)?NodeFilter.FILTER_REJECT:NodeFilter.FILTER_ACCEPT:NodeFilter.FILTER_REJECT},r=document.createTreeWalker(e,NodeFilter.SHOW_ELEMENT,n),a=!0;for(;r.nextNode();){let o=r.currentNode;if(o.nodeType===Node.ELEMENT_NODE){if(La(o,Rl)){if(a===!0)return!0;continue}if(iu(o.nodeName,t.inlineTags))return!0;if(!Zg(o,t))return!1}}return!0}function Xg(e,t){let n=t.inlineTags;if(e.nodeType===Node.ELEMENT_NODE)if(iu(e.nodeName,n)||Zg(e,t)){if(La(e,_2)||iu(e.nodeName,["BR"]))return!1;if(La(e,Rl))return!0;if(Zg(e,t)){let r=globalThis.getComputedStyle(e);if(r.display==="block"||r.display==="flex")return!1}return BS(e,t)}else return La(e,Rl);return!1}function r9(e,t,n){if(!(e.nodeType===Node.ELEMENT_NODE||e.nodeType===Node.TEXT_NODE)||e.nodeType===Node.ELEMENT_NODE&&La(e,L2,!0))return!0;if(e.nodeType===Node.ELEMENT_NODE&&La(e,T2))return!1;let{stayOriginalTags:r,excludeTags:a}=t,o=[];return n&&a&&a.length>0?o=a||[]:o=a.filter(i=>!r.includes(i)),!!(e.nodeType===Node.ELEMENT_NODE&&(e.getAttribute("translate")==="no"||e.classList.contains("notranslate"))||iu(e.nodeName,o))}function r0(e,t,n){let r=e.trim();return r.length>=t||r.split(" ").filter(i=>i.trim()!=="").length>=n||!o9(r)&&r.length>=n}function a9(e,t,n){let r=e.trim();if(r.length<=t)return!0;if(o9(r)){if(r.split(" ").length<=n)return!0}else if(r.length<=n)return!0;return!1}function o9(e){for(let t=0;t127)return!1;return!0}function Q1(e){if(e&&e.includes("://")&&!e.includes(" ")&&e.length<512)try{return new URL(e),!0}catch{return!1}else return!1}function Z1(e){return e?/^[a-zA-Z0-9._-]+@[a-zA-Z0-9.-]+\.[a-zA-Z]{2,4}$/.test(e):!1}function X1(e){return e?/^[_\d:\-+\.。,,% ]+$/.test(e):!1}function e9(e){if(e&&e.startsWith("#")){if(e.split("#").length>2)return!1;if(e.indexOf(" ")===-1)return!0}return!1}function t9(e){return!!(e&&e.startsWith("@")&&e.indexOf(" ")===-1)}function La(e,t,n=!1){return em(e,t,"1",n)}function em(e,t,n,r=!1){return a0&&!r?e[Fn]?!!(e[Fn]&&e[Fn][t]===n):!1:e.dataset[t]===n}function Ei(e){return(e.innerText||e.textContent||"").trim()}function tm(e){let t=e.querySelectorAll("iframe"),n="";for(let r=0;r2e3))break}return n}function o0(e){return e?typeof e=="string"?document.querySelector(e)!==null:e.some(t=>document.querySelector(t)):!1}function yt(e,t,n,r=!1,a=!1){e.isContentEditable&&!a||(a0&&!r?(e[Fn]||(e[Fn]={}),e[Fn][t]||(e[Fn][t]=n)):e.dataset[t]!==n&&(e.dataset[t]=n))}function i0(e,t,n=!1){if(a0&&!n){if(!e[Fn]||!e[Fn][t])return;delete e[Fn][t]}else delete e.dataset[t]}function Si(e,t,n=!1){return a0&&!n?!e[Fn]||!e[Fn][t]?void 0:e[Fn][t]:e.dataset[t]}function Zg(e,t){let n=t.allBlockTags.concat(t.inlineTags).concat(t.excludeTags);return!iu(e.nodeName,n)}function Ae(){if(!globalThis||!globalThis.location)return"https://example.com";if(!ot())return globalThis.location.href;try{let t=globalThis.location.href,n=new URL(t);if(n.protocol==="about:"||n.protocol==="blob:"){if(globalThis.location.ancestorOrigins&&globalThis.location.ancestorOrigins.length>0)return globalThis.location.ancestorOrigins[0];let r="";try{r=globalThis.parent.location.href}catch{}return r||(globalThis.location!=globalThis.parent.location?document.referrer:document.location.href)}else return t}catch{}return globalThis.location.href}function zn(e,t,n){if(e instanceof ShadowRoot){try{e.appendChild(document.createElement("style")).textContent=t}catch(r){I.warn("injectCSS failed, rootDocument"+r?.message,e)}return}if(e&&e.head&&e.head.appendChild){let r=e.createElement("style");if(n){let a=e.querySelector(`style[data-id="${n}"]`);a&&a.remove(),r.dataset.id=n}r.textContent=t,e.head.appendChild(r)}else if(e){let r=document.createElement("head"),a=document.createElement("style");a.textContent=t,r.appendChild(a),e.appendChild(r)}else I.warn("injectCSS failed, rootDocument does not have head node",e)}function xi(e){let t=e.getAttribute("src");if(t){if(t==="about:blank")return!0;if(FS){if(t.startsWith("blob:"))return!0}else if(t.startsWith("blob:"))return!!document.querySelector("meta[name='immersive-translate-ebook-viewer']")||!t.startsWith("blob:http");return!1}try{if(e.contentDocument&&e.contentDocument.body)return!0}catch{}return!1}function iu(e,t){if(!e||!t)return!1;Array.isArray(t)||(t=[t]),e=e.toUpperCase();for(let n of t)if(e===n)return!0;return!1}function i9(e){let t=e.replace("#",""),n=parseInt(t.substring(0,2),16),r=parseInt(t.substring(2,4),16),a=parseInt(t.substring(4,6),16);return{r:n,g:r,b:a}}function s9(e,t,n,r){if(r.document.caretPositionFromPoint){let a=r.document.caretPositionFromPoint(e,t);if(a){let o=r.document.createRange(),i=a.offsetNode;if(!i||i.nodeType!==Node.TEXT_NODE||r9(i,n,!0))return null;try{o.setStart(i,a.offset),o.setEnd(i,a.offset)}catch(s){return I.warn("getRangeFromPoint error",s),null}return o}return null}else return r.document.caretRangeFromPoint?r.document.caretRangeFromPoint(e,t):null}function u9(e,t,n){let r=0,a=(o,i,s,u)=>{if(++r>100||u===o)return o;let l=o.shadowRoot;if(!l||typeof l.elementFromPoint!="function")return o;let c=l.elementFromPoint(i,s);return c?a(c,i,s,o):o};return a(e,t,n)}m();function Lo(e,t,n,r,a){let o=t,i=Ws[o]||[],s="";e&&i&&i.length>0&&i.forEach(c=>{let{name:g}=c;if(e&&n&&n[g]){let p=n[g];if(["borderRadius"].includes(g)&&(p+="px"),s+=`--immersive-translate-theme-${o}-${g}: ${p}; +`,wrapperSuffix:"
"},{id:"bing",matches:"https://*.bing.com/search*",extraInlineSelectors:["a","i"],globalStyles:{"[class*='lineclamp'],.b_title":"-webkit-line-clamp:unset;"}},{id:"yahoo",matches:"*.yahoo.*",excludeSelectors:["._ys_jiqava","#ybar-inner-wrap","#Col2-5-Rmp-Proxy"],extraBlockSelectors:[".SIPGg",".sc-kzMCTH.pSZXj"],globalStyles:{"#atomic .Mt\\(20px\\)":"margin-top: 100px;","[class*='LineClamp']":"-webkit-line-clamp:unset;max-height:unset;","a[class*='js-content-viewer']> div[class*='Td\\(n\\)']":"overflow: scroll;","[class*='_ys_24482e']":"-webkit-line-clamp:unset;","#Aside > :first-child":"overflow:scroll;"}},{id:"wsj",matches:"www.wsj.com",excludeSelectors:["header","footer","nav","[aria-label='Markets summary']"]},{id:"businessinsider",matches:"www.businessinsider.com",excludeSelectors:["header","nav","section.live-updates-module "]},{id:"goodreads",matches:"www.goodreads.com",excludeSelectors:[".badgeYear",".gr-mediaBox__desc",".bookVotedRow",".minirating","div[itemprop='aggregateRating']",".wtrButtonContainer",".RatingsHistogram__labelTitle",".FollowButton",".siteHeader__topLevelLink","#books > thead","td[class*='rating']","td[class*='shelves']","td[class*='date_read']","td[class*='date_added']","td[class*='actions']"]},{id:"feeder",matches:"https://feeder.co/*",globalStyles:{".item-summary":"-webkit-line-clamp:unset;"}},{id:"elektrotechnik",matches:"https://www.elektrotechnik.rwth-aachen.de/*",globalAttributes:{"[class='notranslate']":{class:""}}},{id:"nytimes",matches:"www.nytimes.com",excludeSelectors:["#app > div > div > header","#app > div > div > div > div > header","#in-story-masthead"],injectedCss:["a::after {position:relative!important;}"]},{id:"bugsKde",matches:"bugs.kde.org","excludeTags.remove":["svg","PRE"],additionalExcludeSelectors:[".bz_first_comment_head",".bz_comment_head",".related_actions"]},{id:"eastmoney",matches:"guba.eastmoney.com",searchEnhancementConfig:[{id:"eastmoney",urlMatch:"guba.eastmoney.com/news,us\\w+,\\w+.html",delayTime:0,selector:".moneyFlowContainer",selectorAction:"insertBefore",style:{container:"background:white;border:none;border-radius: 4px;box-shadow: 0 2px 4px hsla(216,5%,62%,.14);",source:"font-size:12px; margin-bottom: 0px;",keyword:"color:#294688",title:"font-size:14px;color:#294688;",enTitle:"margin-top:4px;font-size:12px;",searchTitle:"margin:4px 0 16px;position:relative;padding-right:24px;font-size: 16px;",time:"margin: 0px 0 16px;",more:"color:#294688;margin-top:8px;"},keyword:{value:"[0]$1 stock",matches:[{source:"url",matchRegex:"guba.eastmoney.com/news,us(\\w+?),\\S+.html"}]},showCount:8},{id:"eastmoney",urlMatch:"guba.eastmoney.com/list,us\\w+.*.html",delayTime:0,selector:".qualityContentContainer",selectorAction:"insertBefore",style:{container:"background:white;border:none;border-radius: 4px;box-shadow: 0 2px 4px hsla(216,5%,62%,.14);",source:"font-size:12px; margin-bottom: 0px;",keyword:"color:#294688",title:"font-size:14px;color:#294688;",enTitle:"margin-top:4px;font-size:12px;",searchTitle:"margin:4px 0 16px;position:relative;padding-right:24px;font-size: 16px;",time:"margin:0px 0 16px;",more:"color:#294688;margin-top:8px;"},keyword:{value:"[0]$1:[0]$2",matches:[{source:{type:"selector",attribute:"href"},matchRegex:"code=(\\w+)_(\\w+)",match:"a[href*='rank/stock?code=']"}]},showCount:8}]},{id:"xueqiu",matches:"xueqiu.com",searchEnhancementConfig:[{id:"xueqiu",urlMatch:"xueqiu.com/S/[a-zA-Z]+/?$",delayTime:0,selector:".container-side-sm.float-right.stock__side",selectorAction:"appendChild",style:{container:"background:white;border:none;border-radius: 4px;padding:0;",source:"font-size:12px; margin-bottom: 0px;",keyword:"color:#06c",title:"font-size:14px;color:#06c;",enTitle:"margin-top:4px;font-size:12px;",searchTitle:"margin:4px 0 16px;position:relative;padding-right:24px;font-size: 16px;font-weight: bold;",time:"margin:0px 0 16px;",more:"color:#06c;margin-top:8px;"},showCount:8,keyword:{value:"[0]$1",matches:[{source:{type:"selector",attribute:"text"},matchRegex:"\\((.+)\\)",match:".stock-name"}]}}]},{id:"laohu8",matches:"www.laohu8.com",searchEnhancementConfig:[{id:"laohu8",urlMatch:"www.laohu8.com/stock/[a-zA-Z]+/?$",delayTime:0,selector:".hot-stocks-root",selectorAction:"insertBefore",style:{container:"background:white;border:none;border-radius: 4px;box-shadow: 0 2px 4px hsla(216,5%,62%,.14);",source:"font-size:12px; margin-bottom: 0px;",title:"font-size:14px;color: #007bff;",enTitle:"margin-top:4px;color: #4d5156;font-size:12px;",searchTitle:"margin:4px 0 16px;position:relative;padding-right:24px;font-size: 16px;",time:"margin: 0px 0 16px;"},keyword:{value:"[0]$1 stock",matches:[{source:"url",matchRegex:"stock/([a-zA-Z]+)"}]},showCount:8}]},{id:"futunn",matches:"www.futunn.com",searchEnhancementConfig:[{id:"futunn",urlMatch:"www.futunn.com/stock/\\w+-US",delayTime:0,selector:".right",selectorAction:"appendChild",style:{container:"background:white;border:none;border-radius: 4px;box-shadow: 0 2px 4px hsla(216,5%,62%,.14);",source:"font-size:12px; margin-bottom: 4px;",title:"font-size:14px;color: #007bff;",enTitle:"margin-top:4px;color: #4d5156;font-size:12px;",searchTitle:"margin:4px 0 16px;position:relative;padding-right:24px;font-size: 16px;",time:"margin: 4px 0 20px;"},keyword:{value:"[0]$1 stock",matches:[{source:"url",matchRegex:"stock/([a-zA-Z]+)-US"}]},showCount:8}]},{id:"bmvrMarseille",matches:"www.bmvr.marseille.fr",globalStyles:{"a > div":"display:block;","[style*='358px;']":"width: 33.3333%; height: auto; padding: 0px; position: relative; margin: 0px;"},globalAttributes:{"#app":{class:""}}},{id:"piAi",matches:"pi.ai/talk",globalStyles:{"[class*='text-brand-green']":"flex-direction:column;"}},{id:"claudeAi",matches:"claude.ai",excludeSelectors:[".contents *"],"excludeTags.remove":["PRE"],injectedCss:"[data-testid='chat-menu-trigger'] br {display:none;}",aiRule:{messageWrapperSelector:".contents",messageContainerSelector:".ReactMarkdown",messageStreamEndSelector:".contents > button",streamingChange:!0,streamingDeepChild:!1,streamingDelayTime:1e3}},{id:"feishu",matches:["*.feishu.cn","*.larkoffice.com","*.larksuite.com"],"additionalExcludeSelectors.remove":[".notranslate","[translate=no]"],mutationObserverLimitTargetSelectors:[".maindocbody","div[class*='render']","div[class*='block']"],"excludeSelectors.add":[".catalogue__list"]},{id:"gitbook",selectorMatches:[".gitbook-root"],"additionalExcludeSelectors.remove":[".notranslate","[translate=no]"],"additionalExcludeSelectors.add":["[spellcheck='false']"]},{id:"mitre",matches:"cwe.mitre.org",globalStyles:{"span.list_entry":"height: unset;"}},{id:"kaggle",matches:"www.kaggle.com",excludeTags:["i","button"]},{id:"ieee",matches:"spectrum.ieee.org",extraBlockSelectors:["small"]},{id:"ieeexplore",matches:"ieeexplore.ieee.org",stayOriginalSelectors:["a[ref-type]",".inline-formula",".display-formula"]},{id:"cnn",matches:"*.cnn.com","excludeSelectors.add":[".ad-slot-header__wrapper","#pageFooter"],"bodyRule.add":{bodySelector:".layout__content-wrapper",articleSelector:".article__content-container"}},{id:"marginalrevolution",matches:"marginalrevolution.com",globalAttributes:{header:{translate:"unset;"}}},{id:"highfrequencyelectronics",matches:"www.highfrequencyelectronics.com",globalStyles:{"#main-content":"overflow:unset;"}},{id:"githubBlog",matches:"github.blog",globalStyles:{".font-mktg":"word-break:normal;"}},{id:"semanticscholar",matches:"www.semanticscholar.org",selectors:[".cl-paper-title",".cl-paper-abstract",".tldr-abstract-replacement",".text-truncator",".paper-detail-title"]},{id:"uni-trier",matches:"dblp.uni-trier.de",selectors:["h1","h2",".title",".external","dd p"],excludeSelectors:[".side-column"]},{id:"bilibili",matches:"www.bilibili.com","excludeSelectors.add":[".bpx-player-subtitle-panel-text"],"subtitleRule.add":{type:"bilibili",subtitleUrlRegExp:"aisubtitle.hdslb.com/bfs",loadingContainerSelector:".bpx-player-subtitle-panel"}},{id:"time",matches:"time.com",excludeSelectors:[".date-and-duration"],globalStyles:{".headline":"-webkit-line-clamp:unset;overflow:unset;height:unset;",h3:"-webkit-line-clamp:unset;overflow:unset;",p:"-webkit-line-clamp:unset;overflow:unset;"}},{id:"docs-swift",matches:"docs.swift.org",selectors:[".content","#menu"]},{id:"uzh",matches:"www.uzh.ch",injectedCss:[".TextImage--inner {overflow:auto !important;}"]},{id:"mail-yandex",matches:"mail.yandex.com",selectors:["article",".Text_color_primary",".mail-MessageSnippet-Item_subject"],globalStyles:{".mail-MessageSnippet":"height: unset; line-height:unset;",".immersive-translate-target-translation-block-wrapper":"margin:unset;"}},{id:"forums.zotero",matches:"forums.zotero.org",selectors:[".page-sidebar",".page-content"]},{id:"pubmed.ncbi.nlm.nih.gov",matches:"pubmed.ncbi.nlm.nih.gov",urlChangeDelay:0,excludeSelectors:[".docsum-journal-citation",".citation-part",".docsum-authors",".top-wrapper",".article-source",".citation-doi",".identifiers",".cite",".share",".arrow-link"],globalAttributes:{"#Scholarscope_HighlightContent":{class:""},"#Scholarscope_HighlightOrigin":{class:"Scholarscope_HighlightContents"}},mutationExcludeContainsSelectors:["#Scholarscope_HighlightContent highlight"],mutationExcludeSelectors:["#Scholarscope_HighlightContent","#Scholarscope_HighlightContent span"],injectedCss:["#Scholarscope_HighlightOrigin > p font,#Scholarscope_HighlightContent > p font {display: inline!important;}","#Scholarscope_HighlightOrigin > p font br,#Scholarscope_HighlightContent > p font br {display: none!important;}"]},{id:"chosun",matches:"www.chosun.com",injectedCss:"body {word-break: unset!important;}"},{id:"yna",matches:"*.yna*",injectedCss:["font > br {display:none}"],globalStyles:{"a,strong":"max-height:unset;-webkit-line-clamp:unset;height:unset;white-space:unset;","div,p,li,.item-box01,.news-con":"height:unset;max-height:unset;-webkit-line-clamp:unset;"},"additionalExcludeSelectors.remove":[".notranslate","[translate=no]"]},{id:"cnet",matches:"www.cnet.com",globalStyles:{"h3,div,span,p":"max-height:unset;-webkit-line-clamp:unset;height:unset;white-space:unset;"}},{id:"dolmods",matches:"dolmods.net",globalStyles:{"[class*='max-h']":"max-height:unset!important;"}},{id:"digitimes",matches:"www.digitimes.com",globalStyles:{"a,.title,.abstract,.display-5,.top":"max-height:unset;-webkit-line-clamp:unset;height:unset;white-space:unset;"},"excludeSelectors.add":[".main-nav-frame",".sub-header-wrapper",".footer",".date"],"additionalExcludeSelectors.remove":[".notranslate","[translate=no]"]},{id:"vdi-nachrichten",matches:"www.vdi-nachrichten.com","excludeSelectors.add":[".header-menu__item > a",".linkbar__item",".header__button-group"]},{id:"htdp",matches:"htdp.org",excludeTags:["blockquote"],stayOriginalSelectors:[".RktIn"]},{id:"newsletterss",matches:"newsletterss.com",initialGlobalAttributes:{iframe:{scrolling:"auto"}}},{id:"docusaurus",selectorMatches:["#__docusaurus"],"excludeSelectors.add":["aside",".DocSearch-Modal"]},{id:"mercari",matches:"*.mercari.com","excludeTags.remove":["PRE"]},{id:"qqMail",matches:"mail.qq.com",useIframePostMessage:!1},{id:"nikkei",matches:"www.nikkei.com",globalStyles:{"h3,div,span,p":"max-height:unset;-webkit-line-clamp:unset;height:unset;white-space:unset;"}},{id:"pubs.rsc.org",matches:"pubs.rsc.org",excludeSelectors:[".eqn"]},{id:"indeed",matches:"*.indeed.com",globalStyles:{"span,.css-19rjr9w.e1wnkr790":"max-height:unset;-webkit-line-clamp:unset;height:unset;white-space:unset;"},"excludeTags.remove":["BUTTON"]},{id:"brutalist",matches:"brutalist.report",selectors:["li > a:first-child","aside","nav > a","h1 > a","h3 > a","h2 >a"],"additionalExcludeSelectors.remove":[".notranslate","[translate=no]"]},{id:"maxroll",matches:["maxroll.gg"],extraInlineSelectors:[".d4t-sprite-icon",".d4t-icon"],injectedCss:["font {font-family: sans-serif !important;}"]},{id:"microsoftTeams",matches:["teams.live.com"],"stayOriginalSelectors.add":["span[title][style='min-width: 20px; height: 20px;']"]},{id:"gradioappdocs",matches:"www.gradio.app/docs/*",selectors:["div.obj"],excludeSelectors:["div#examples"]},{id:"arca",matches:"arca.live","excludeTags.remove":["PRE"]},{id:"chatpdf",matches:["www.chatpdf.com"],"additionalExcludeSelectors.remove":[".notranslate"],excludeSelectors:[".chat-message-row.ai *",".pdf-viewer"],aiRule:{streamingSelector:"",messageWrapperSelector:".chat-message-row.ai",streamingChange:!1,streamingDeepChild:!0,streamingDelayTime:1e3}},{id:"inciteful",matches:["inciteful.xyz"],"excludeTags.remove":["BUTTON"]},{id:"app.element.io",matches:["app.element.io"],"additionalExcludeSelectors.remove":[".notranslate"],"excludeSelectors.add":[".mx_DisambiguatedProfile",".mx_ReplyChain_wrapper",".mx_ThreadSummary_replies_amount"]},{id:"fastapi.tiangolo.com",matches:"fastapi.tiangolo.com",selectors:["article"]},{id:"termynal",selectorMatches:["link[href*='termynal.css']"],"stayOriginalSelectors.add":[".termy"]},{id:"cpb-nl",matches:["www.cpb.nl"],"bodyRule.add":{enable:!1}},{id:"hub.logseq",matches:["hub.logseq.com"],globalStyles:{"[class*=':h-[']":"height:unset;"}},{id:"chat.zalo",matches:["chat.zalo.me"],"additionalExcludeSelectors.remove":[".notranslate"],inputExecCommandDeleteEnable:!0,"inputConfig.add":{execCommandDeleteEnable:!0}},{id:"epam",matches:"*.epam.com",globalStyles:{"[class*='ContentAnchorLinkList']":"word-break:unset;"},"excludeSelectors.add":["#blog-page-sidebar-wrapper"],"excludeTags.remove":["BUTTON"]},{id:"discussions.apple",matches:"discussions.apple.com","excludeSelectors.add":[".page-number"]},{id:"www.sixthtone.com",matches:["www.sixthtone.com"],"excludeSelectors.add":["#footer","[class^=index_time]","[class^=index_anthorList]","[class^=index_node]","[class^=index_popupWrapper]"]},{id:"forum.unity",matches:["forum.unity.com"],"excludeSelectors.add":[".bbCodeCode"]},{id:"wattpad",matches:["www.wattpad.com"],"excludeTags.remove":["PRE"],globalAttributes:{header:{translate:"unset;"}},globalStyles:{".story-info .item-description":"overflow: scroll;"}},{id:"netflix",matches:["www.netflix.com"],"excludeSelectors.add":[".player-timedtext"],"mutationExcludeSelectors.add":[".player-timedtext *"],"subtitleRule.add":{type:"netflix",loadingContainerSelector:".watch-video",subtitleUrlRegExp:"^https://.+?.oca.nflxvideo.net/\\?([ovet]=[^=]+){4}$",loadingStyle:"bottom: 15%;",quickButtonRule:{appendSelector:'[data-uia="control-next"]',insertBeforeSelector:'[data-uia="control-next"]',injectCSS:".imt-quick-subtitle-button {height: 60%; margin-right: 50px; font-size: 20px; } .logo,.logo svg { height: 36px; width: 36px} .label { display: none; } .imt-quick-subtitle-pop-content {transform: translateX(50%); right: 0}"},videoSelector:"video",attachRule:{appendSelector:".watch-video",injectedCSS:[".imt-caption-window {margin-bottom: 0px; bottom: 10vw;}"],injectedGlobalCSS:[".player-timedtext {display: none !important; }"]}}},{id:"udemy",matches:["www.udemy.com"],"excludeSelectors.add":["[data-purpose='captions-cue-text']",".shaka-text-container"],"mutationExcludeSelectors.add":["[data-purpose='captions-cue-text'] *",".shaka-text-container *"],"subtitleRule.add":{type:"udemy",subtitleUrlRegExp:"^https://vtt.*\\.udemycdn\\.com/.*\\.vtt",videoPlayerSelector:"video.shaka-video",humanTrust:85,loadingContainerSelector:".shaka-video-container",loadingStyle:"bottom: 15%;",injectedCss:["[class^='well--text'] {white-space: pre;}"],quickButtonRule:{appendSelector:'[data-purpose="video-controls"]'}},"subtitleRule.add_v.[1.4.1]":{hookType:"fetch|xhr"}},{id:"iview",matches:"iview.abc.net.au",excludeSelectors:[".jwplayer"],"mutationExcludeSelectors.add":[".jwplayer *"],"subtitleRule.add":{type:"webvtt",subtitleUrlRegExp:"/cc/.*\\.(vtt|webvtt)$",loadingContainerSelector:".jwplayer",quickButtonRule:{appendSelector:".jw-reset.jw-button-container",insertBeforeSelector:".jw-settings-submenu-button",injectCSS:".imt-quick-subtitle-pop-content {z-index: 999999;}"}}},{id:"nmaart",matches:"www.nma.art",excludeSelectors:[".video-container"],"mutationExcludeSelectors.add":[".video-container *"],"subtitleRule.add":{type:"webvtt",subtitleUrlRegExp:"/texttrack/.*\\.(vtt|webvtt)",loadingContainerSelector:".video-container",quickButtonRule:{appendSelector:".vjs-control-bar",insertBeforeSelector:".vjs-playback-rate"}}},{id:"apple",matches:"developer.apple.com",excludeSelectors:[".developer-video-player"],"mutationExcludeSelectors.add":[".developer-video-player *"],"subtitleRule.add":{type:"webvtt",subtitleUrlRegExp:"\\.(vtt|webvtt)"}},{id:"khanacademy",matches:["www.khanacademy.org"],"subtitleRule.add":{type:"khanacademy",subtitleUrlRegExp:"GetSubtitles",hookType:"fetch"},"stayOriginalSelectors.add":[".mathjax-wrapper"]},{id:"nebula",matches:["nebula.tv"],"excludeSelectors.add":["[data-subtitles-container='true']"],"mutationExcludeSelectors.add":["[data-subtitles-container='true'] *"],"subtitleRule.add":{type:"webvtt",subtitleUrlRegExp:"\\.vtt$",loadingContainerSelector:".video-poster",quickButtonRule:{appendSelector:".icon-spacing.css-4yh7a0",insertBeforeSelector:"#subtitles-toggle-button",ccEnableSelector:"#subtitles-toggle-button"}}},{id:"frontendmasters",matches:["frontendmasters.com"],"excludeSelectors.add":[".vjs-text-track-display"],"mutationExcludeSelectors.add":[".vjs-text-track-display *"],"subtitleRule.add":{type:"webvtt",subtitleUrlRegExp:".vtt$",loadingContainerSelector:".vjs-text-track-display",injectedCss:["#immersive-translate-quick-button-container {order: 2} .imt-quick-subtitle-pop-content {z-index: 2147483647}"],quickButtonRule:{appendSelector:".vjs-control-bar"},videoSelector:".PromoPlayer video",attachRule:{appendSelector:".video-js",injectedGlobalCSS:".vjs-text-track-display {display: none;}"}}},{id:"udacity",matches:["*.udacity.com"],"excludeSelectors.add":[".vjs-text-track-display"],"mutationExcludeSelectors.add":[".vjs-text-track-display *"],"subtitleRule.add":{type:"webvtt",subtitleUrlRegExp:".vtt$",loadingContainerSelector:".vjs-text-track-display"}},{id:"skillshare",matches:["www.skillshare.com"],"excludeSelectors.add":[".vjs-text-track-display"],"mutationExcludeSelectors.add":[".vjs-text-track-display *"],"subtitleRule.add":{type:"webvtt",subtitleUrlRegExp:"\\.vtt\\?",loadingContainerSelector:".vjs-text-track-display",injectedCss:["#immersive-translate-quick-button-container {order: 13}"],quickButtonRule:{appendSelector:".vjs-control-bar",insertBeforeSelector:".vjs-volume-panel",injectCSS:" .label { display: none; } .imt-quick-subtitle-pop-content {transform: translateX(43%); right: 0; z-index: 2147483647 } "}}},{id:"domestika",matches:["www.domestika.org"],"excludeSelectors.add":[".vjs-text-track-display"],"mutationExcludeSelectors.add":[".vjs-text-track-display *"],"subtitleRule.add":{type:"webvtt",subtitleUrlRegExp:".*subtitles.*\\.vtt",quickButtonRule:{appendSelector:".controlBar-wrapper .right-wrapper",insertBeforeSelector:".vjs-volume-panel"}}},{id:"hbomax",matches:["play.max.com","play.hbomax.com"],"excludeSelectors.add":["[data-testid='playerContainer']","[data-testid='CueBoxContainer']"],"mutationExcludeSelectors.add":["[data-testid='playerContainer'] *","[data-testid='CueBoxContainer'] *"],"subtitleRule.add":{type:"webvtt",subtitleUrlRegExp:"\\.vtt$",loadingContainerSelector:"[data-testid='playerContainer']"}},{id:"mindvalley",matches:["home.mindvalley.com"],"excludeSelectors.add":[".vjs-text-track-display"],"mutationExcludeSelectors.add":[".vjs-text-track-display *"],"subtitleRule.add":{type:"webvtt",subtitleUrlRegExp:"\\.webvtt$",loadingContainerSelector:".vjs-text-track-display",injectedCss:["#immersive-translate-quick-button-container {order: 6}"],quickButtonRule:{appendSelector:'[data-testid="video-section"] .vjs-control-bar',insertBeforeSelector:'[data-testid="video-section"] .vjs-volume-panel',injectCSS:".imt-quick-subtitle-pop-content {z-index: 999999;}"}}},{id:"masterclass",matches:["www.masterclass.com","learn.microsoft.com"],"excludeSelectors.add":[".vjs-text-track-display"],"mutationExcludeSelectors.add":[".vjs-text-track-display *"],"subtitleRule.add":{type:"webvtt",subtitleUrlRegExp:"\\.vtt",loadingContainerSelector:".vjs-text-track-display",quickButtonRule:{appendSelector:".vjs-control-bar",insertBeforeSelector:".vjs-playback-rate"}}},{id:"viu",matches:["www.viu.com"],"excludeSelectors.add":[".bmpui-ui-viu-subtitle-overlay"],"mutationExcludeSelectors.add":[".bmpui-ui-viu-subtitle-overlay *"],"subtitleRule.add":{type:"webvtt",hookType:"xhr",subtitleUrlRegExp:"https?://[^/]+\\.cloudfront\\.net/[^/]+/[^/]+$",loadingContainerSelector:".bmpui-container-wrapper",loadingStyle:"bottom: 20%;",injectedCss:[".bmpui-controls-hidden #immersive-translate-quick-button-container {display: none;}"],quickButtonRule:{appendSelector:".bmpui-ui-container.bmpui-ui-viu-subtitle > .bmpui-container-wrapper",injectCSS:".imt-quick-subtitle-button {margin-bottom: 8px}"}}},{id:"linkin",matches:"*.linkedin.com","excludeSelectors.add":[".vjs-text-track-display"],"mutationExcludeSelectors.add":[".vjs-text-track-display *"],"subtitleRule.add":{type:"webvtt",subtitleUrlRegExp:".*ambry/\\?x-li-ambry-ep=.*",hookType:"xhr",loadingContainerSelector:".video-player-container",quickButtonRule:{appendSelector:".vjs-control-bar",insertBeforeSelector:".vjs-captions-toggle"}}},{id:"kanopy",matches:"*.kanopy.com","excludeSelectors.add":[".vjs-text-track-display"],"mutationExcludeSelectors.add":[".vjs-text-track-display *"],"subtitleRule.add":{type:"webvtt",subtitleUrlRegExp:".*captioncache/webvtt.*",hookType:"xhr",loadingContainerSelector:".video-player-container",injectedCss:["#immersive-translate-quick-button-container{height: 40px;display: flex;align-items: center;align-self: flex-end;}"],quickButtonRule:{appendSelector:".vjs-control-bar",insertBeforeSelector:".vjs-caption-control"}}},{id:"iflix",matches:["www.iflix.com","wetv.vip"],"excludeSelectors.add":[".text-track"],"mutationExcludeSelectors.add":[".player-wrapper *"],"subtitleRule.add":{type:"webvtt",subtitleUrlRegExp:"\\.vtt",hookType:"xhr",loadingContainerSelector:"#player-wrapper",loadingStyle:"bottom: 18%;",quickButtonRule:{appendSelector:'[data-role="wetv-ctrlbar-right"]',insertBeforeSelector:'[data-role="wetv-player-definition"]'}}},{id:"imdb",matches:"www.imdb.com","excludeSelectors.add":[".jw-text-track-container"],"mutationExcludeSelectors.add":[".jw-text-track-container *"],"subtitleRule.add":{type:"webvtt",subtitleUrlRegExp:"\\.srt$",loadingContainerSelector:"#imdbnext-vp-jw-single",quickButtonRule:{appendSelector:".jw-reset.jw-button-container",insertBeforeSelector:'[button="ttt-button"]'}}},{id:"itv",matches:["www.itv.com"],"subtitleRule.add":{type:"text_track",videoPlayerSelector:".genie-video",loadingContainerSelector:".genie-container",loadingStyle:"bottom: unset; top: 5%;",quickButtonRule:{appendSelector:".control-bar_right-child-container",insertBeforeSelector:".controls-toggle_button--fullscreen"}}},{id:"egghead",matches:["egghead.io"],"subtitleRule.add":{type:"text_track",videoPlayerSelector:".cueplayer-react-video",loadingContainerSelector:".cueplayer-react-video-holder",loadingStyle:"bottom: unset; top: 5%;",quickButtonRule:{appendSelector:".cueplayer-react-control-bar-right-part",insertBeforeSelector:".cueplayer-react-closed-caption"}}},{id:"coursera",matches:["www.coursera.org"],"subtitleRule.add":{type:"text_track",videoPlayerSelector:".vjs-tech",loadingContainerSelector:".rc-VideoControlsContainer",loadingStyle:"bottom: unset; top: 5%;",quickButtonRule:{appendSelector:'[role="presentation"] > .rc-ControlBar > .icon-container'}}},{id:"ocrtraining",matches:["ocrtraining.cit.nih.gov","videocast.nih.gov"],"excludeSelectors.add":["#videocastPlayer"],"mutationExcludeSelectors.add":["#videocastPlayer *"],"subtitleRule.add":{type:"webvtt",subtitleUrlRegExp:"\\.srt$",loadingContainerSelector:"#videocastPlayer"}},{id:"espn",matches:["*.espn.com"],mainFrameMinTextCount:0,"excludeSelectors.add":["#fittPageContainer"],"mutationExcludeSelectors.add":["#fittPageContainer *"],"subtitleRule.add":{type:"webvtt",subtitleUrlRegExp:"\\.vtt$",injectedCss:["#immersive-translate-quick-button-container{margin-top:16px;}",".vjs-text-track-display > div >div {font:unset!important;}"],quickButtonRule:{appendSelector:".vjs-control-bar",insertBeforeSelector:".vjs-captions-button"}}},{id:"fmoviesz",matches:["fmoviesz.to","vidplay.online","c8365730d4.nl"],"excludeSelectors.add":["#player"],"mutationExcludeSelectors.add":["#player *"],"subtitleRule.add":{type:"multi_attach_vtt",subtitleUrlRegExp:"subtitle/.*\\.vtt$",quickButtonRule:{appendSelector:".jw-button-container",insertBeforeSelector:".jw-icon-cc"},activeLangSelector:"#jw-player-settings-submenu-captions .jw-settings-submenu-items .jw-settings-item-active",videoSelector:"video",attachRule:{appendSelector:"#player",injectedGlobalCSS:[".jw-text-track-container {display: none;}","@media (min-width: 576px) { video::cue {opacity: 0} }"]}}},{id:"aniwatch",matches:["megacloud.tv","aniwatch.to"],"excludeSelectors.add":[".jw-wrapper"],"mutationExcludeSelectors.add":[".jw-wrapper *"],"subtitleRule.add":{type:"multi_attach_vtt",subtitleUrlRegExp:"^(?!.*sprite\\.vtt$).*\\.vtt$",quickButtonRule:{appendSelector:".jw-button-container",insertBeforeSelector:".jw-icon-cc"},activeLangSelector:"#jw-player-settings-submenu-captions .jw-settings-submenu-items .jw-settings-item-active",videoSelector:"video",attachRule:{appendSelector:".jw-wrapper",injectedGlobalCSS:[".jw-text-track-container {display: none;}","@media (min-width: 576px) { video::cue {opacity: 0} }"]}}},{id:"rottentomatoes",matches:["*.rottentomatoes.com"],"excludeSelectors.add":[".jw-wrapper"],"mutationExcludeSelectors.add":[".jw-wrapper *"],"subtitleRule.add":{type:"webvtt",subtitleUrlRegExp:"\\.vtt$",quickButtonRule:{appendSelector:".jw-button-container",insertBeforeSelector:".jw-icon-cc"}}},{id:"dailymotion",matches:["*.dailymotion.com"],"excludeSelectors.add":[".player"],"mutationExcludeSelectors.add":[".player *"],mainFrameMinTextCount:0,"subtitleRule.add":{type:"subsrt",subsrtFormat:"srt",loadingContainerSelector:".player",subtitleUrlRegExp:"/video/.*\\.srt",quickButtonRule:{appendSelector:".controls_bottom_right",insertBeforeSelector:".subtitles_toggle_button"}}},{id:"movie-web",matches:["movie-web.app/media*"],"excludeSelectors.add":["#root"],"mutationExcludeSelectors.add":["#root *"],"subtitleRule.add":{type:"subsrt",hookType:"fetch",subsrtFormat:"vtt",loadingContainerSelector:".relative.h-screen.overflow-hidden",subtitleUrlRegExp:".*\\.vtt",quickButtonRule:{appendSelector:".hidden.justify-between .flex.items-center.space-x-3"}}},{id:"deeplearning",matches:["learn.deeplearning.ai"],"excludeSelectors.add":['[data-layout="video"]'],"mutationExcludeSelectors.add":['[data-layout="video"] *'],"subtitleRule.add":{type:"subsrt",subsrtFormat:"vtt",loadingContainerSelector:'[data-layout="video"]',subtitleUrlRegExp:".*\\.vtt",quickButtonRule:{appendSelector:".vds-controls-group:last-child",insertBeforeSelector:".vds-caption-button"}}},{id:"paramountplus",matches:["*.paramountplus.com"],"excludeSelectors.add":[".aa-player-skin"],"mutationExcludeSelectors.add":[".aa-player-skin *"],"subtitleRule.add":{type:"text_track_dynamic",injectedCss:[".tt-container {white-space: pre-line;}",".timed-text-css-box-inner {display: none!important;}",".timed-text-css-box-inner:last-child {display: block!important;}"],videoPlayerSelector:"video",quickButtonRule:{appendSelector:".top-menu-container"}}},{id:"pluto",matches:["pluto.tv"],"excludeSelectors.add":[".video-player-layout"],"mutationExcludeSelectors.add":[".video-player-layout *"],"subtitleRule.add":{type:"text_track_dynamic",videoPlayerSelector:"video",quickButtonRule:{appendSelector:".endControls-0-2-85"}}},{id:"vimeo",matches:["vimeo.com"],"excludeSelectors.add":[".vp-captions"],"mutationExcludeSelectors.add":[".vp-captions *"],"subtitleRule.add":{type:"text_track",videoPlayerSelector:"video",loadingContainerSelector:".player_container",loadingStyle:"bottom: unset; top: 5%;",injectedCss:["#immersive-translateQuickButton {visibility: inherit!important;}"],quickButtonRule:{appendSelector:'[data-control-bar="true"] > div',insertBeforeSelector:'[data-volume-control-container="true"]',ccEnableSelector:'[data-cc-button="true"]',injectCSS:".imt-quick-subtitle-button {margin-right: 0px; font-size: 12px;} .logo,.logo svg { height: 18px !important; width: 18px !important;} .imt-quick-subtitle-pop-content {bottom: 28px !important;}"}}},{id:"ted",matches:["www.ted.com"],"excludeSelectors.add":["#video"],"mutationExcludeSelectors.add":["#video *"],"subtitleRule.add":{type:"webvtt",hookType:"fetch",subtitleUrlRegExp:"\\.vtt",videoPlayerSelector:"video",loadingContainerSelector:"media-controller",quickButtonRule:{appendSelector:".pointer-events-none #media-control-bar",insertBeforeSelector:".pointer-events-none .media-volume-wrapper"}}},{id:"player.vimeo",matches:["https://player.vimeo.com/video/*","laracasts.com"],selectorMatches:["iframe[src*='player.vimeo.com']"],extraBlockSelectors:["span.vp-captions-line","span[class^=CaptionsRenderer_]"],"excludeSelectors.add":[".vp-captions-line"],"mutationExcludeSelectors.add":[".vp-captions *",".vp-captions-line *"],"subtitleRule.add":{type:"text_track",videoPlayerSelector:"video",loadingContainerSelector:".vp-telecine",loadingStyle:"bottom: unset; top: 5%; font-size: 12px;",injectedCss:["#immersive-translateQuickButton {visibility: inherit!important;}"],quickButtonRule:{appendSelector:'[data-control-bar="true"] > div',insertBeforeSelector:'[data-volume-control-container="true"]',ccEnableSelector:'[data-cc-button="true"]',injectCSS:".imt-quick-subtitle-button {margin-right: 0px; font-size: 12px;} .logo,.logo svg { height: 18px !important; width: 18px !important;} .imt-quick-subtitle-pop-content {bottom: 28px !important;}"}}},{id:"tv.adobe",matches:"https://*.tv.adobe.com","excludeSelectors.add":[".mpc-player"],"mutationExcludeSelectors.add":[".mpc-player *"],"subtitleRule.add":{type:"text_track",videoPlayerSelector:"video",loadingContainerSelector:".mpc-player",quickButtonRule:{appendSelector:".mpc-controls__container"}}},{id:"threejs-journey",matches:"threejs-journey.com","excludeSelectors.add":[".video-area"],"mutationExcludeSelectors.add":[".video-area *"],"subtitleRule.add":{type:"text_track",videoPlayerSelector:"video",loadingContainerSelector:".video-area",injectedCss:[".js-tracks-text.tracks-text {white-space: pre;}"],quickButtonRule:{appendSelector:".js-controls .right",insertBeforeSelector:".js-subtitles",injectCSS:".imt-quick-subtitle-button { font-size: 12px;} .logo,.logo svg { height: 18px !important; width: 18px !important;} .imt-quick-subtitle-pop-content {bottom: 38px !important;}"}}},{id:"codewithchris",matches:["learn.codewithchris.com","*.rachelsenglishacademy.com","www.unrealsenseiacademy.com"],"excludeSelectors.add":[".w-captions",".w-captions-line > div > span"],"mutationExcludeSelectors.add":[".w-captions *"],"subtitleRule.add":{type:"general",subtitleUrlRegExp:"/embed/captions/",loadingContainerSelector:".w-ui-container",hookType:"fetch",generalSetting:{captionsPath:"captions",itemsPath:"hash.lines",textKey:"text"}}},{id:"panopto",matches:["southampton.cloud.panopto.eu"],"excludeSelectors.add":[".primaryPlayer"],"mutationExcludeSelectors.add":[".primaryPlayer *"],"subtitleRule.add":{type:"general",subtitleUrlRegExp:"DeliveryInfo.aspx",disableSubsCache:!0,loadingContainerSelector:"#primaryPlayer",hookType:"fetch",generalSetting:{textKey:"Caption"},quickButtonRule:{appendSelector:"#transportControls",insertBeforeSelector:"#captionsButton"}}},{id:"edx",matches:["*.edx.org"],"excludeSelectors.add":[".closed-captions",".subtitles-menu"],mainFrameMinTextCount:0,"subtitleRule.add":{type:"general",subtitleUrlRegExp:"/transcript/translation/",loadingContainerSelector:".tc-wrapper",generalSetting:{itemsPath:"text"},injectedCss:[".subtitles-menu span,.closed-captions {white-space: pre-line;}","#immersive-translate-quick-button-container {display: inline-block; vertical-align: middle;}"],quickButtonRule:{appendSelector:".secondary-controls",insertBeforeSelector:".speeds.menu-container"}}},{id:"ardmediathek",matches:["www.ardmediathek.*"],"excludeSelectors.add":[".ardplayer-viewport-addon-overlays"],"mutationExcludeSelectors.add":[".ardplayer-viewport-addon-overlays *"],"subtitleRule.add":{type:"ebutt",hookType:"fetch",subtitleUrlRegExp:"subtitle/ebutt",loadingContainerSelector:".ardplayer-viewport-addon-overlays",quickButtonRule:{appendSelector:".ardplayer-footer .ardplayer-addons-container",insertBeforeSelector:".ardplayer-footer .ardplayer-button-sharing",injectCSS:".imt-quick-subtitle-button {font-size: 20px; } .logo,.logo svg { height: 36px !important; width: 36px !important;} .imt-quick-subtitle-pop-content {z-index: 2147483647;} "}}},{id:"bbc-iplayer",matches:["https://www.bbc.*/iplayer*"],"excludeSelectors.add":[".player"],"mutationExcludeSelectors.add":[".player *"],"subtitleRule.add":{type:"ebutt",hookType:"fetch",subtitleUrlRegExp:"iplayer/subtitles/.*.xml",loadingContainerSelector:".player__container"}},{id:"bbc",matches:["*.bbc.*"],"excludeSelectors.add":["section.module--languages",".drop-capped",".smp-toucan-player","smp-subtitles","#subtitle_subtitle2"],"mutationExcludeSelectors.add":["[data-testid='media-player-container-landscape'] *"],"subtitleRule.add":{type:"ebutt",hookType:"fetch",subtitleUrlRegExp:"iplayer/subtitles/.*.xml",loadingContainerSelector:".smp-toucan-player"}},{id:"zdf.de",matches:["www.zdf.de"],"excludeSelectors.add":[".zdfplayer-cue-region"],"subtitleRule.add":{type:"ebutt",subtitleUrlRegExp:"mtt/.*.xml",loadingContainerSelector:".zdfplayer-video-container",responseType:"document",injectedCss:["#immersive-translate-quick-button-container {display:inline-block;vertical-align:middle;margin-right:-16px;}"],quickButtonRule:{appendSelector:".right-controls-1FfJUp.svelte-inzdbf",insertBeforeSelector:".right-controls-1FfJUp.svelte-inzdbf button"}}},{id:"piped.video",matches:"piped.video","subtitleRule.add":{type:"ebutt",hookType:"fetch",subtitleUrlRegExp:"api/timedtext",loadingContainerSelector:".shaka-video-container",responseType:"document",quickButtonRule:{appendSelector:".shaka-controls-button-panel",insertBeforeSelector:".shaka-mute-button"}}},{id:"disneyplus",matches:["www.disneyplus.com"],"excludeSelectors.add":[".dss-hls-subtitle-overlay"],"mutationExcludeSelectors.add":[".dss-hls-subtitle-overlay *"],"subtitleRule.add":{type:"disneyplus",subtitleUrlRegExp:"\\.vtt$"}},{id:"mubi",matches:["https://mubi.com","https://mubi.de"],"subtitleRule.add":{type:"fmp4.xml",subtitleUrlRegExp:"textstream",hookType:"fetch",quickButtonRule:{appendSelector:".css-1k6yql2.e1b63bld4",insertBeforeSelector:".css-1ce7rqp.e7f2hfl0"}}},{id:"hulu",matches:"https://*.hulu.com","subtitleRule.add":{type:"hulu",hookType:"fetch",injectedCss:[".ClosedCaption {display:none!important;}"],videoSelector:"#content-video-player",subtitleUrlRegExp:"play.hulu.com/.*/playlist",loadingContainerSelector:"#web-player-app",quickButtonRule:{appendSelector:".PlayerSettingsGroup",insertBeforeSelector:".PlayerSettingsGroup .PlayerControlsButton"}}},{id:"youku.tv",matches:"www.youku.tv","excludeSelectors.add":["#subtitle"],"mutationExcludeSelectors.add":["#subtitle *"],"subtitleRule.add":{type:"subsrt",hookType:"fetch",injectedCss:["#immersive-translate-quick-button-container {display: inline-block; vertical-align: middle;}"],subtitleUrlRegExp:"\\.ass$",subsrtFormat:"ass",loadingContainerSelector:"#youku-dashboard",loadingStyle:"bottom: 10%;",quickButtonRule:{appendSelector:".kui-dashboard-dashboard-panel .kui-dashboard-rear-ctn",insertBeforeSelector:".kui-rate-control-0"}}},{id:"starz",matches:"www.starz.com","excludeSelectors.add":["starz-player"],"mutationExcludeSelectors.add":["starz-player *"],"subtitleRule.add":{type:"subsrt",subsrtFormat:"vtt",subtitleUrlRegExp:"\\.vtt$",loadingContainerSelector:"starz-player",loadingStyle:"bottom: 10%;",injectedCss:["#immersive-translate-quick-button-container {display: inline-block;}"],quickButtonRule:{appendSelector:"starz-player .button-group",insertBeforeSelector:"starz-player .button-group .video-player-icon-md"}}},{id:"www.iq.com",matches:"www.iq.com","excludeSelectors.add":[".iqp-subtitle"],"mutationExcludeSelectors.add":[".iqp-subtitle *"],"subtitleRule.add":{type:"xml",subtitleUrlRegExp:"\\.xml\\?",loadingContainerSelector:".intl-video-area",xmlTextSelector:"sub",loadingStyle:"bottom: 10%;",injectedCss:["#immersive-translate-quick-button-container {float: right; height: 100%;}"],quickButtonRule:{appendSelector:".iqp-contrls-right"}}},{id:"archiveToday",matches:["archive.today","archive.ph","archive.is","archive.md"],"excludeSelectors.add":["#HEADER"]},{id:"arxiv-vanity.com",matches:["www.arxiv-vanity.com"],"excludeSelectors.add":[".arxiv-vanity-wrapper"]},{id:"fibery",matches:["the.fibery.io"],"additionalExcludeSelectors.remove":["[translate=no]"],"additionalStayOriginalSelectors.add":[".entity-node-view-container"]},{id:"makersuite.google",matches:"makersuite.google.com","excludeSelectors.add":[".material-symbols-outlined"]},{id:"etymonline",matches:"www.etymonline.com",globalAttributes:{".crossreference.notranslate":{class:"crossreference"},".foreign.notranslate":{class:"foreign"}}},{id:"https://browse.arxiv.org/",matches:["https://browse.arxiv.org","https://arxiv.org/html/*"],"excludeSelectors.add":[".desktop_header","[class*='ltx_lst_language_']","div.package-alerts"]},{id:"jstor",matches:"www.jstor.org","excludeSelectors.add":[".audio-duration","[data-qa='card-item-count']"],globalStyles:{".card__heading":"-webkit-line-clamp:unset;","search-results-vue-pharos-image-card,search-ui-pharos-image-card":"display:flex;","search-results-vue-pharos-link":"display:inline;"}},{id:"tandfonline",matches:"*.tandfonline.com","extraInlineSelectors.add":["span.off-screen"]},{id:"boringreport",matches:["www.boringreport.org"],"excludeTags.remove":["BUTTON"]},{id:"bsky.app",matches:"https://bsky.app",selectors:["[data-testid=postText]"],isTranslateTitle:!1},{id:"peacocktv",matches:["*.peacocktv.com"],injectedCss:[".video-player__subtitles__line > font,.video-player__subtitles__line:only-child{display:block;}"]},{id:"noTranslate",matches:["*.tiktok.com","altis.world","*.newthingsunderthesun.com","*.gumroad.com","edstem.org","actions.tldrnewsletter.com","community.linkingyourthinking.com","doc.qt.io","winaero.com"],"additionalExcludeSelectors.remove":[".notranslate","[translate=no]"]},{id:"jmir",matches:["*.jmir.org"],"additionalInlineSelectors.add":[".tooltiptext"]},{id:"smzdm",matches:["www.smzdm.com"],"excludeSelectors.add":[".z-highlight",".feed-block-info",".z-feed-foot",".feed-block-descripe","#J_column_tab_box",".crumbs"],globalStyles:{".feed-block-title":"height:unset"}},{id:"xiaohongshu.com",matches:["www.xiaohongshu.com"],"excludeSelectors.add":[".author-wrapper",".info",".side-bar"],globalStyles:{"a.title":"-webkit-line-clamp:3"}},{id:"learnopengl",matches:["learnopengl.com"],globalStyles:{function:"position:relative;z-index:1000;"}},{id:"notateslaapp",matches:["www.notateslaapp.com"],"extraBlockSelectors.add":[".nav > *"]},{id:"eightfold",matches:["*.eightfold.ai"],injectedCss:[".flexbox{width:100%}"]},{id:"deno",matches:["deno.com"],injectedCss:[":root {font-feature-settings:unset}"]},{id:"soundcloud",matches:"soundcloud.com",injectedCss:[".compactTrackListItem {height: unset !important;}"],"excludeSelectors.add":[".searchTitle__textContent",".searchOptions__container",".compactTrackListItem__additional",".soundTitle__tagContainer",".searchResultGroupHeading",".sc-ministats-group",".compactTrackList__moreLink",".sound__soundActions"]},{id:"section.blog.naver.com",matches:"section.blog.naver.com",globalStyles:{".text,.title_post,.text_post,p,strong,div":"-webkit-line-clamp:unset;max-height:unset;height:unset;"},"extraBlockSelectors.add":[".item",".heading a",".info_find a"],"excludeSelectors.add":[".comments",".time"]},{id:"gradio-app",selectorMatches:"gradio-app","excludeTags.remove":["BUTTON"],"excludeSelectors.add":['[data-testid="block-label"]'],"mutationConfig.add":{buildTimeout:1e3,consumeTimeout:1e3}}]};m();m();function ta(e){if(e.beta)return!1;if($e()&&e.spVersion)return Xs(kr(),e.spVersion);if(P1()&&e.gspVersion){let t=F1();if(t)return Xs(t,e.gspVersion)}if($g()&&e.ispVersion){let t=M1();if(t)return Xs(t,e.ispVersion)}return!1}function Xs(e,t){let n=e.split(".").reverse(),r=t.split(".").reverse(),a=0,o=0,i=1;for(let s=0;s<3;s++)a+=i*Number(r[s]||"0"),o+=i*Number(n[s]||"0"),i*=100;return o>=a}function eu(e){e.message?.indexOf("token invalid")>=0&&mt.remove(Tt)}m();function Xl(e){return Array.isArray(e)?e:e?[e]:[]}function Rn(e,t){return t?(Array.isArray(t)||(t=[t]),Array.from(new Set([...t,e]))):[e]}function zt(e,t){return t?(Array.isArray(e)||(e=[e]),Array.isArray(t)||(t=[t]),t.filter(n=>!e.includes(n))):[]}function e0(e,t){let n={...e};return U1(n,t),ES(n,t),n}function N1(e,t,n){let r={...t};return So({rule:r,valueIsArray:a=>Array.isArray(e[a]),getMergedValue:a=>e[a],onMergedResult:(a,o)=>r[a]=o}),So({rule:n,valueIsArray:a=>Array.isArray(e[a]),getMergedValue:a=>r[a],onMergedResult:(a,o)=>r[a]=o}),r}function ES(e,t){if(!t.condition)return;let n=t.condition.enableSubtitle?.true||{},r=t.condition.enableSubtitle?.false||{},a=e.enableSubtitle?n:r;U1(e,a)}function So({rule:e,getMergedValue:t,valueIsArray:n,onMergedResult:r}){Object.keys(e).sort().forEach(a=>{let[o,i,s]=SS(a);if(!o||e[a]===void 0)return;let u=e[a];n(o)&&(u=Xl(e[a]));let l=t(o);if(l==null){r(o,u);return}let c;if(i=="add_v"){if(!I1(s))return;c=Vg(l,u)}else if(i=="remove_v"){if(!I1(s))return;c=O1(l,u)}else i==="add"?c=Vg(l,u):i=="remove"&&(c=O1(l,u));if(c){r(o,c);return}Array.isArray(e[o])&&o.startsWith("additional")?c=Vg(l,u):c=u,r(o,c)})}function U1(e,t){return So({rule:t,valueIsArray:n=>Array.isArray(e[n]),getMergedValue:n=>e[n],onMergedResult:(n,r)=>{e[n]=r}}),e}function Vg(e,t){let n;if(Array.isArray(e)){let r=Xl(t);n=[...e,...r],n=Array.from(new Set(n))}else typeof e=="object"&&typeof t=="object"?n={...e,...t}:n=t;return n}function SS(e){let t=e.lastIndexOf("["),n="",r=e;return t>0&&(n=e.slice(t+1,e.length-1),r=e.slice(0,t-1)),[...r.split("."),n]}function I1(e){let t=Zn();return e&&Xs(t,e)}function O1(e,t){if(Array.isArray(e)){let n=Xl(t);return e=e.filter(r=>!n.includes(r)),Array.from(new Set(e))}else if(typeof e=="object"&&typeof t=="object")Object.keys(t).forEach(n=>{delete e[n]});else return t;return e}function wo(){if(Se.PROD==="1")return{};let e={};if(Se.IMMERSIVE_TRANSLATE_SECRET_TENCENT_SECRET_ID&&Se.IMMERSIVE_TRANSLATE_SECRET_TENCENT_SECRET_KEY){let n={secretId:Se.IMMERSIVE_TRANSLATE_SECRET_TENCENT_SECRET_ID,secretKey:Se.IMMERSIVE_TRANSLATE_SECRET_TENCENT_SECRET_KEY};e.translationServices={},e.translationServices.tencent=n}if(Se.IMMERSIVE_TRANSLATE_SECRET_BAIDU_APPID&&Se.IMMERSIVE_TRANSLATE_SECRET_BAIDU_KEY){let n={appid:Se.IMMERSIVE_TRANSLATE_SECRET_BAIDU_APPID,key:Se.IMMERSIVE_TRANSLATE_SECRET_BAIDU_KEY};e.translationServices||(e.translationServices={}),e.translationServices.baidu=n}if(Se.IMMERSIVE_TRANSLATE_SECRET_CAIYUN_TOKEN){let n={token:Se.IMMERSIVE_TRANSLATE_SECRET_CAIYUN_TOKEN};e.translationServices||(e.translationServices={}),e.translationServices.caiyun=n}if(Se.IMMERSIVE_TRANSLATE_SECRET_OPENL_APIKEY){let n={apikey:Se.IMMERSIVE_TRANSLATE_SECRET_OPENL_APIKEY};e.translationServices||(e.translationServices={}),e.translationServices.openl=n}if(Se.IMMERSIVE_TRANSLATE_SECRET_YOUDAO_APP_ID&&Se.IMMERSIVE_TRANSLATE_SECRET_YOUDAO_APP_SECRET){let n={appId:Se.IMMERSIVE_TRANSLATE_SECRET_YOUDAO_APP_ID,appSecret:Se.IMMERSIVE_TRANSLATE_SECRET_YOUDAO_APP_SECRET};e.translationServices||(e.translationServices={}),e.translationServices.youdao=n}if(Se.IMMERSIVE_TRANSLATE_SECRET_VOLC_ACCESS_KEY_ID&&Se.IMMERSIVE_TRANSLATE_SECRET_VOLC_SECRET_ACCESS_KEY){let n={accessKeyId:Se.IMMERSIVE_TRANSLATE_SECRET_VOLC_ACCESS_KEY_ID,secretAccessKey:Se.IMMERSIVE_TRANSLATE_SECRET_VOLC_SECRET_ACCESS_KEY};e.translationServices||(e.translationServices={}),e.translationServices.volc=n}if(Se.IMMERSIVE_TRANSLATE_SECRET_DEEPL_AUTH_KEY){let n={authKey:Se.IMMERSIVE_TRANSLATE_SECRET_DEEPL_AUTH_KEY};e.translationServices||(e.translationServices={}),e.translationServices.deepl=n}if(Se.DEEPL_PROXY_ENDPOINT&&(e.translationServices||(e.translationServices={}),e.translationServices.deepl||(e.translationServices.deepl={}),e.translationServices.deepl.immersiveTranslateApiUrl=Se.DEEPL_PROXY_ENDPOINT),Se.IMMERSIVE_TRANSLATE_DEEPL_ENDPOINT&&(e.translationServices||(e.translationServices={}),e.translationServices.deepl||(e.translationServices.deepl={}),e.translationServices.deepl.immersiveTranslateDeeplTokenUrl=Se.IMMERSIVE_TRANSLATE_DEEPL_ENDPOINT),Se.IMMERSIVE_TRANSLATE_SECRET_OPENAI_API_KEY){let n={APIKEY:Se.IMMERSIVE_TRANSLATE_SECRET_OPENAI_API_KEY};e.translationServices||(e.translationServices={}),e.translationServices.openai=n}Se.IMMERSIVE_TRANSLATE_SERVICE&&(e.translationService=Se.IMMERSIVE_TRANSLATE_SERVICE);let t={};return Se.DEBUG==="1"&&(t.debug=!0,t.cache=!1),Se.MOCK==="1"&&(t.translationService="mock"),t}async function qt(){let e=await Q.storage.local.get(gi);if(e[gi]){let t=e[gi],n=t.tempTranslationUrlMatches||[],r=n.filter(i=>i.expiredAt>Date.now()),a=!1;r.length!==n.length&&(n=r,a=!0);let o={...t,tempTranslationUrlMatches:[...n]};return a&&await Wt(o),o}else return{}}async function Wt(e){await Q.storage.local.set({[gi]:e})}async function j1(e){await Q.storage.local.set({[Gr]:e})}async function wa(){await Q.storage.local.set({[Gr]:{}})}async function Da(){await Q.storage.local.set({[gi]:{}})}async function H1(){let e=await Q.storage.local.get(Gr),n={...await Kg(),...yi,buildinConfigUpdatedAt:Se.BUILD_TIME};if(e[Gr]){let r=e[Gr];if(r&&r.buildinConfigUpdatedAt){let a=new Date(r.buildinConfigUpdatedAt),o=new Date(n.buildinConfigUpdatedAt);a>o&&(n=r)}}return n}async function ft(){let e=await Q.storage.local.get(Gr),t={...yi,buildinConfigUpdatedAt:Se.BUILD_TIME};if(e[Gr]){let k=e[Gr];if(k&&k.buildinConfigUpdatedAt){let _=new Date(k.buildinConfigUpdatedAt),F=new Date(t.buildinConfigUpdatedAt);_>F&&(t=k)}}let n=await kS(t);t.targetLanguage=n;let r=await mt.get(Tt,null),a={};if(!me()&&Q.commands&&Q.commands.getAll){let k=await Q.commands.getAll();for(let _ of k)_.name&&_.shortcut&&(a[_.name]=_.shortcut)}let o=await Kg(),i=wo(),s=await pr(),u=globalThis.IMMERSIVE_TRANSLATE_CONFIG||{},l=await qt(),c=new Date,g=Object.assign({},u,i,s);if(!g.interfaceLanguage){let k=await wS();g.interfaceLanguage=k}let p=g.interfaceLanguage==="en",f=g.targetLanguage==="en",h=t&&t.translationLanguagePattern&&t.translationLanguagePattern.matches&&t.translationLanguagePattern.matches.length===0,y=["bing","google","transmart","mock"].includes(g.translationService)||!g.translationService;!p&&!f&&!h&&y?t.translationLanguagePattern||(t.translationLanguagePattern={matches:["en"],excludeMatches:[]}):t.translationLanguagePattern={matches:[],excludeMatches:[]};let C=t&&t.enableDefaultAlwaysTranslatedUrls;g.enableDefaultAlwaysTranslatedUrls===!1&&(C=!1);let b=g&&g.isChangedAlwaysTranslatedUrls,v=[];g.translationUrlPattern&&g.translationUrlPattern.matches&&(v=g.translationUrlPattern.matches||[]);let S=!1;b===void 0&&(v.length>0?b=!0:b=!1,g.isChangedAlwaysTranslatedUrls=b,s.isChangedAlwaysTranslatedUrls=b,S=!0);let L=(g?.translationLanguagePattern?.matches?.length||0)>0,P=await jt("installedAt",""),w=Number(await Xr("translage_page_daily",0)),E=Number(await jt(gr,0)),A;E>0&&(Date.now()-E0&&(Date.now()-w0){let k=l.tempTranslationUrlMatches.filter(_=>new Date(_.expiredAt)>c);if(k.length>0){let _=g.translationUrlPattern?g.translationUrlPattern?.matches||[]:[],F=Array.isArray(_)?_:[_],q=Array.from(new Set(F.concat(k.map(z=>z.match))));g.translationUrlPattern={...g.translationUrlPattern,matches:q}}}let B=Object.assign(o,t);So({rule:t,valueIsArray:k=>Array.isArray(o[k]),getMergedValue:k=>o[k],onMergedResult:(k,_)=>{k!="generalRule"&&(B[k]=_)}});let M=Yt(r),O={};g.translationServices&&g.translationServices.deepl&&(O=g.translationServices.deepl);let U={};g.translationServices&&g.translationServices.openai&&(U=g.translationServices.openai),!M&&O.authKey&&!O.provider?(B.translationServices.deepl||(B.translationServices.deepl={}),B.translationServices.deepl.provider="custom"):O&&O.provider||(B.translationServices.deepl||(B.translationServices.deepl={}),B.translationServices.deepl.provider="pro"),!M&&U.APIKEY&&!U.provider?(B.translationServices.openai||(B.translationServices.openai={}),B.translationServices.openai.provider="custom"):U&&U.provider||(B.translationServices.openai||(B.translationServices.openai={}),B.translationServices.openai.provider="pro");let H=Object.keys(B),R=["translationUrlPattern","translationLanguagePattern","immediateTranslationPattern","translationBodyAreaPattern","translationParagraphLanguagePattern","translationThemePatterns","translationGeneralConfig","shortcuts","inputTranslationUrlPattern","inputLanguageCodeAlias"];for(let k of H){let _=k;if(_==="generalRule")typeof g[_]=="object"&&(B[_]=e0(o[_],g[_]));else if(_==="translationServices")AS(g,B);else if(typeof g[_]!="string"&&typeof g[_]!="boolean"&&typeof g[_]!="number"&&R.includes(_))g[_]&&(B[_]=Object.assign(B[_],g[_])),_==="shortcuts"&&(me()||$e()?B[_]={...B[_],...a}:B[_]={...a});else if(_==="rules"){if(Array.isArray(g[_])){let F=B.rules||[],q={};for(let V of F)V.id&&(q[V.id]=V);let z=g[_].map(V=>V.id&&q[V.id]?N1(t.generalRule,q[V.id],V):V);B[_]=[...z,...B[_]]}if(Se.PROD==="0"&&Se.DEV_RULES){let F=JSON.parse(Se.DEV_RULES);B[_]=[...F,...B[_]]}}else g[_]!==void 0&&(B[_]=g[_])}return B.donateUrl=t.donateUrl,B.minVersion=t.minVersion,B.feedbackUrl=t.feedbackUrl,B.rawUserConfig=s,B}async function pr(){return(await Q.storage.sync.get("userConfig")||{}).userConfig||{}}async function Do(e){await Q.storage.sync.set({userConfig:e})}async function tu(e,t){await Q.storage.local.set({[e]:t})}async function t0(e){return(await Q.storage.local.get(e))[e]||""}var wS=async()=>{let e=["zh-CN"];try{e=await Q.i18n.getAcceptLanguages()}catch(r){I.warn("get browser language error:",r)}let n=e.map(r=>ye(r)).find(r=>nn[r]);return n||"en"},Kg=async()=>{let e={...yi,buildinConfigUpdatedAt:Se.BUILD_TIME};return{...e,targetLanguage:Dr,interfaceLanguage:"en",translationMode:"dual",debug:!1,alpha:!1,translationUrlPattern:{matches:[],excludeMatches:[]},translationLanguagePattern:{matches:[],excludeMatches:[]},translationThemePatterns:{},translationParagraphLanguagePattern:{matches:[],excludeMatches:[],selectorMatches:[],excludeSelectorMatches:[]},translationBodyAreaPattern:{matches:[],excludeMatches:[],selectorMatches:[],excludeSelectorMatches:[]},translationTheme:"none",translationService:"bing",inputTranslationService:"inherit",mouseHoverTranslationService:"inherit",subtitleTranslateService:"inherit",translationArea:"main",translationStartMode:"dynamic",translationServices:{},monkeyH5FloatBall:{...e.monkeyH5FloatBall},pcFloatBall:{...e.pcFloatBall},generalRule:{...e.generalRule},translationGeneralConfig:{engine:"bing",_systemExcludeWordRegex:"\\b({word})\\b"},rules:[]}};function DS(e,t){return e=e||[],t=t||[],e.length!==t.length?!0:t.filter(r=>!e.includes(r)).length>0}async function kS(e){try{let t=e?.autoSelectTargetLanguageAfterInstalledAt;if(!t)return Dr;let n=await jt("installedAt","");if(n&&new Date(n){let l=a[u],c=a[l.extends];!c||l.extends==u||(a[u]={...c,...a[u]})}),So({rule:{...a},valueIsArray:u=>Array.isArray(a[u]),getMergedValue:u=>a[u],onMergedResult:(u,l)=>{a[u]={...a[u],...l}}}),So({rule:{...r},valueIsArray:u=>Array.isArray(a[u]),getMergedValue:u=>a[u],onMergedResult:(u,l)=>{let c=a[u].env||{},g=l.env||{};c={...c,...g},a[u]={...a[u],...l,env:c}}}),new Date(e.updatedAt)<=new Date("2024.4.2")&&Object.keys(r).forEach(u=>{["openai","gemini"].includes(u)&&r[u].prompt!=null&&(r[u].maxTextGroupLengthPerRequest==null&&(a[u].maxTextGroupLengthPerRequest=1),r[u].multiplePrompt==null&&(a[u].multiplePrompt=r[u].prompt))});let i=["imt_source_field","imt_trans_field","imt_sub_source_field","imt_sub_trans_field"],s=(u,l)=>{!u||!u[l]||!u?.env||(u[l]=u[l].replace(/{{(.+?)}}/g,(c,g)=>i.includes(g)?c:u?.env[g]||c))};Object.values(a).forEach(u=>{s(u,"prompt"),s(u,"multiplePrompt"),s(u,"subtitlePrompt")})}var LS=["block","grid","flex","table","table-row","table-cell","list-item","-webkit-box","box","contents"];function In(e,t){if(t.length===0)return!1;let n=t.join(",");return e.matches&&e.matches(n)||!1}function ka(e,t,n){let{blockSelectors:r,extraBlockSelectors:a,extraInlineSelectors:o,atomicBlockSelectors:i}=t;if(In(e,o))return!1;if(In(e,a)||["br","input"].includes(e.nodeName.toLowerCase()))return!0;let l=null;if(e.parentNode&&e.parentNode.immersiveTranslateComputedStyle&&(l=e.parentNode.immersiveTranslateComputedStyle),l&&l.display&&l.display==="inline-flex")return!1;let c=g();return c&&(c=!In(e,i)),c;function g(){return n&&n.display?!!LS.includes(n.display):In(e,r)}}var ln=In;function ko(e){return!!e.shadowRoot}function Aa(e){if(!e||typeof e!="string"&&(e=e.textContent,!e))return"";let t="";return e!==e.trimStart()&&(t+=" "),t+=e.trim(),t===" "||e!==e.trimEnd()&&(t+=" "),t}function nu(e){if(!e)return["",""];if(typeof e!="string"&&(e=e.textContent,!e))return["",""];let t=[];return e!==e.trimStart()?t.push(" "):t.push(""),!e.trim()&&t.length===1?[" ",""]:(e!==e.trimEnd()?t.push(" "):t.push(""),t)}function Lr(e,t=!1){let n=qs;return t&&e?.translatedPlaceholderDelimiters?n=e.translatedPlaceholderDelimiters:e?.placeholderDelimiters&&(n=e.placeholderDelimiters),n}function Ao(e,t=!1){let n=e.config?.translationServices?.[e.translationService];return Lr(n,t)}function Ci(e,t){return Sa(t,e.targetLanguage,{ignoreZhCNandZhTW:e.rule.ignoreZhCNandZhTW})}function Gg(e){let{rule:t}=e,n=_S(e);return` <${t.targetWrapperTag} class="${n} notranslate">`}function _S(e){let t=e.config.loadingTheme;return`${ee}-loading-${t}`}function ru(e,t){let n=e.rule,r=document.createElement(n.targetWrapperTag);r.classList.add("notranslate",Lt),r.setAttribute("translate","no"),r.setAttribute("lang",e.targetLanguage),yt(r,k2,t.toString());let a=Gg(e);return r.append(nt.sanitize(a,{RETURN_DOM_FRAGMENT:!0})),r}function Ti(e,t){return e.querySelector(`[${wg}='${t}']`)}function z1(){document.querySelectorAll(`[${wg}]`).forEach(t=>{t.remove()})}function q1(){document.querySelectorAll(`.${Lt}-error`).forEach(t=>{t.remove()})}function W1(){let e=document.querySelectorAll("iframe"),t=[];return e.forEach(n=>{xi(n)&&t.push(n)}),t}function Yg(e){let t={},{glossaries:r,_systemExcludeWordRegex:a,text:o,delimiters:i,excludeRegexps:s,targetLanguage:u}=e,l=o,c=1001;try{if(r&&r.length>0){let g={},p=r.filter(h=>h.tl&&h.tl!==u?!1:h.k?(g[h.k]=h.v||"",!0):!1).sort((h,y)=>h.tl&&!y.tl?1:!h.tl&&y.tl?-1:0),f=new RegExp(a.replace("{word}",p.map(h=>h.k).join("|")),"g");l=l.replace(f,(h,y)=>{let C=c++;return t[`${C}`]=g[y]||y,i.length>2?h.replace(y,`<${i[2]}${C}>`):h.replace(y,`${i[0]}${C}${i[1]}`)})}s&&s.length>0&&s.forEach(g=>{let p=new RegExp(g,"gi");l=l.replace(p,(f,h)=>{let y=c++;return t[`${y}`]=p1(h),i.length>2?f.replace(h,`<${i[2]}${y}>`):f.replace(h,`${i[0]}${y}${i[1]}`)})})}catch(g){I.debug(`format source text error: ${g.message}`)}return{text:l,variables:t}}function au(e){let{noTranslateRegexp:t,minTextCount:n,minWordCount:r,delimiters:a,text:o}=e,i=new RegExp(`${a[0]}(\\d+)${a[1]}`,"gi");if(a.length>2){let u=a[2];i=new RegExp(`<${u}(\\d+)>(.*?)`,"gi")}let s=o.trim();return s=s.replace(i,""),s=s.trim(),s===""||s.length===1&&s.charCodeAt(0)===8203||/^[0-9.,\/#!$%\^&\*;:{}=\-_`~()\s]+$/.test(o)||s.includes("")||s.includes("< styles>")||t9(s)||Q1(s)||e9(s)||Z1(s)||X1(s)||PS(s)||i.test(s)||t&&t.length>0&&new RegExp(t.join("|"),"gi").test(s)?!1:r0(o,n,r)}function na(e){return e.nodeType===Node.ELEMENT_NODE}function $1(e,t){return e.paragraphs?e.paragraphs[0]?.ctxId!==t?(e.paragraphs=[],!1):!0:!1}function V1(e){let t=new Date(e),n=t.getFullYear(),r=t.getMonth()+1,a=t.getDate(),o=t.getHours(),i=t.getMinutes(),s=t.getSeconds();return`${n}/${r}/${a} ${o}:${i}:${s}`}async function Jg(){return await jt("fakeUserId","")}async function MS(){return await jt("installedAt","")}async function K1(e){let n=Pe().INSTALL_FROM,r=Zn(),a=await MS(),o=await Jg(),i=await ft(),s=!1,u=await mt.get(Tt,null),l=!1;return u&&Yt(u)&&(s=!0,u.subscription&&u.subscription.isTrial&&(l=!0)),{installFrom:n,version:r,installedAt:a,interfaceLang:e,optionInterfaceLang:i.interfaceLanguage,deviceId:o,isProUser:s,isTrial:l}}function G1(e,t,n,r){if(!t||!r||!e)return"";let a=e.xpathRule,o=0,i=n;for(;i&&i!==r;)o++,i=i.parentNode;let s=o+"";for(let u=0;u{!e||!t||(async()=>{let a=await Qg(e,t);r(a)})()},[e,t,r]),n}async function Qg(e,t){if(!e||!t)return;let n=!1,r,a=!0;!$e()&&me()||it().any?(a=!1,r=t.monkeyH5FloatBall,!r&&e.rule.isShowUserscriptPagePopup==!1&&(r=e.config.monkeyH5FloatBall,r.enable=!1),r||(r=e.config.monkeyH5FloatBall),n=!t.monkeyH5FloatBall):(r=e.config.pcFloatBall,n=!t.pcFloatBall);try{if(r?.afterInstalledAt&&n){let o=await jt("installedAt","");new Date(o).getTime()s==n),a=e.config.translationModeLanguagePattern.translationMatches.find(s=>s==n),o=e.config.translationModeUrlPattern.dualMatches.find(s=>_t(e.url,s));return e.config.translationModeUrlPattern.translationMatches.find(s=>_t(e.url,s))?"translation":o?"dual":a?"translation":r?"dual":null}var a0=!1,FS=me();function n9(e,t){let n=[];for(let r of t){let a=e.querySelectorAll(r);for(let o of a)n.push(o)}return n}function BS(e,t){let n=function(o){return o.nodeType===Node.ELEMENT_NODE||o.nodeType===Node.TEXT_NODE?o.nodeType===Node.ELEMENT_NODE&&r9(o,t,!0)?NodeFilter.FILTER_REJECT:NodeFilter.FILTER_ACCEPT:NodeFilter.FILTER_REJECT},r=document.createTreeWalker(e,NodeFilter.SHOW_ELEMENT,n),a=!0;for(;r.nextNode();){let o=r.currentNode;if(o.nodeType===Node.ELEMENT_NODE){if(La(o,Rl)){if(a===!0)return!0;continue}if(iu(o.nodeName,t.inlineTags))return!0;if(!Zg(o,t))return!1}}return!0}function Xg(e,t){let n=t.inlineTags;if(e.nodeType===Node.ELEMENT_NODE)if(iu(e.nodeName,n)||Zg(e,t)){if(La(e,_2)||iu(e.nodeName,["BR"]))return!1;if(La(e,Rl))return!0;if(Zg(e,t)){let r=globalThis.getComputedStyle(e);if(r.display==="block"||r.display==="flex")return!1}return BS(e,t)}else return La(e,Rl);return!1}function r9(e,t,n){if(!(e.nodeType===Node.ELEMENT_NODE||e.nodeType===Node.TEXT_NODE)||e.nodeType===Node.ELEMENT_NODE&&La(e,L2,!0))return!0;if(e.nodeType===Node.ELEMENT_NODE&&La(e,T2))return!1;let{stayOriginalTags:r,excludeTags:a}=t,o=[];return n&&a&&a.length>0?o=a||[]:o=a.filter(i=>!r.includes(i)),!!(e.nodeType===Node.ELEMENT_NODE&&(e.getAttribute("translate")==="no"||e.classList.contains("notranslate"))||iu(e.nodeName,o))}function r0(e,t,n){let r=e.trim();return r.length>=t||r.split(" ").filter(i=>i.trim()!=="").length>=n||!o9(r)&&r.length>=n}function a9(e,t,n){let r=e.trim();if(r.length<=t)return!0;if(o9(r)){if(r.split(" ").length<=n)return!0}else if(r.length<=n)return!0;return!1}function o9(e){for(let t=0;t127)return!1;return!0}function Q1(e){if(e&&e.includes("://")&&!e.includes(" ")&&e.length<512)try{return new URL(e),!0}catch{return!1}else return!1}function Z1(e){return e?/^[a-zA-Z0-9._-]+@[a-zA-Z0-9.-]+\.[a-zA-Z]{2,4}$/.test(e):!1}function X1(e){return e?/^[_\d:\-+\.。,,% ]+$/.test(e):!1}function e9(e){if(e&&e.startsWith("#")){if(e.split("#").length>2)return!1;if(e.indexOf(" ")===-1)return!0}return!1}function t9(e){return!!(e&&e.startsWith("@")&&e.indexOf(" ")===-1)}function La(e,t,n=!1){return em(e,t,"1",n)}function em(e,t,n,r=!1){return a0&&!r?e[Fn]?!!(e[Fn]&&e[Fn][t]===n):!1:e.dataset[t]===n}function Ei(e){return(e.innerText||e.textContent||"").trim()}function tm(e){let t=e.querySelectorAll("iframe"),n="";for(let r=0;r2e3))break}return n}function o0(e){return e?typeof e=="string"?document.querySelector(e)!==null:e.some(t=>document.querySelector(t)):!1}function yt(e,t,n,r=!1,a=!1){e.isContentEditable&&!a||(a0&&!r?(e[Fn]||(e[Fn]={}),e[Fn][t]||(e[Fn][t]=n)):e.dataset[t]!==n&&(e.dataset[t]=n))}function i0(e,t,n=!1){if(a0&&!n){if(!e[Fn]||!e[Fn][t])return;delete e[Fn][t]}else delete e.dataset[t]}function Si(e,t,n=!1){return a0&&!n?!e[Fn]||!e[Fn][t]?void 0:e[Fn][t]:e.dataset[t]}function Zg(e,t){let n=t.allBlockTags.concat(t.inlineTags).concat(t.excludeTags);return!iu(e.nodeName,n)}function Ae(){if(!globalThis||!globalThis.location)return"https://example.com";if(!ot())return globalThis.location.href;try{let t=globalThis.location.href,n=new URL(t);if(n.protocol==="about:"||n.protocol==="blob:"){if(globalThis.location.ancestorOrigins&&globalThis.location.ancestorOrigins.length>0)return globalThis.location.ancestorOrigins[0];let r="";try{r=globalThis.parent.location.href}catch{}return r||(globalThis.location!=globalThis.parent.location?document.referrer:document.location.href)}else return t}catch{}return globalThis.location.href}function zn(e,t,n){if(e instanceof ShadowRoot){try{e.appendChild(document.createElement("style")).textContent=t}catch(r){I.warn("injectCSS failed, rootDocument"+r?.message,e)}return}if(e&&e.head&&e.head.appendChild){let r=e.createElement("style");if(n){let a=e.querySelector(`style[data-id="${n}"]`);a&&a.remove(),r.dataset.id=n}r.textContent=t,e.head.appendChild(r)}else if(e){let r=document.createElement("head"),a=document.createElement("style");a.textContent=t,r.appendChild(a),e.appendChild(r)}else I.warn("injectCSS failed, rootDocument does not have head node",e)}function xi(e){let t=e.getAttribute("src");if(t){if(t==="about:blank")return!0;if(FS){if(t.startsWith("blob:"))return!0}else if(t.startsWith("blob:"))return!!document.querySelector("meta[name='immersive-translate-ebook-viewer']")||!t.startsWith("blob:http");return!1}try{if(e.contentDocument&&e.contentDocument.body)return!0}catch{}return!1}function iu(e,t){if(!e||!t)return!1;Array.isArray(t)||(t=[t]),e=e.toUpperCase();for(let n of t)if(e===n)return!0;return!1}function i9(e){let t=e.replace("#",""),n=parseInt(t.substring(0,2),16),r=parseInt(t.substring(2,4),16),a=parseInt(t.substring(4,6),16);return{r:n,g:r,b:a}}function s9(e,t,n,r){if(r.document.caretPositionFromPoint){let a=r.document.caretPositionFromPoint(e,t);if(a){let o=r.document.createRange(),i=a.offsetNode;if(!i||i.nodeType!==Node.TEXT_NODE||r9(i,n,!0))return null;try{o.setStart(i,a.offset),o.setEnd(i,a.offset)}catch(s){return I.warn("getRangeFromPoint error",s),null}return o}return null}else return r.document.caretRangeFromPoint?r.document.caretRangeFromPoint(e,t):null}function u9(e,t,n){let r=0,a=(o,i,s,u)=>{if(++r>100||u===o)return o;let l=o.shadowRoot;if(!l||typeof l.elementFromPoint!="function")return o;let c=l.elementFromPoint(i,s);return c?a(c,i,s,o):o};return a(e,t,n)}m();function Lo(e,t,n,r,a){let o=t,i=Ws[o]||[],s="";e&&i&&i.length>0&&i.forEach(c=>{let{name:g}=c;if(e&&n&&n[g]){let p=n[g];if(["borderRadius"].includes(g)&&(p+="px"),s+=`--immersive-translate-theme-${o}-${g}: ${p}; `,t==="marker"&&g==="backgroundColor"&&typeof p=="string"){let{r:f,g:h,b:y}=i9(p);s+=`--immersive-translate-theme-${o}-${g}-rgb: ${f}, ${h}, ${y}; `}}}),r||(r="inherit"),e&&(s+=` .immersive-translate-target-inner { font-family: ${r}; } @@ -5189,26 +5189,26 @@ ${s}} `):t.rule.injectedCss&&(s+=t.rule.injectedCss),t.rule.additionalInjectedCss&&Array.isArray(t.rule.additionalInjectedCss)&&t.rule.additionalInjectedCss.length>0?s+=` `+t.rule.additionalInjectedCss.join(` `):t.rule.additionalInjectedCss&&(s+=` -`+t.rule.additionalInjectedCss)),s&&zn(e,s,"immersive-translate-dynamic-injected-css")}m();m();m();var RS=0;function d(e,t,n,r,a){var o,i,s={};for(i in t)i=="ref"?o=t[i]:s[i]=t[i];var u={type:e,props:s,key:n,ref:o,__k:null,__:null,__b:0,__e:null,__d:void 0,__c:null,__h:null,constructor:void 0,__v:--RS,__source:a,__self:r};if(typeof e=="function"&&(o=e.defaultProps))for(i in o)s[i]===void 0&&(s[i]=o[i]);return Be.vnode&&Be.vnode(u),u}function nm({value:e,defaultCase:t=null,cases:n}){return e==null?null:d(xe,{children:n[e]!=null?n[e]:t})}m();function rm(){let[e,t]=$(location.hash);return le(()=>{let n=()=>t(location.hash);return globalThis.addEventListener("hashchange",n,!1),()=>{globalThis.removeEventListener("hashchange",n)}},[]),e}m();m();m();var l9={"zh-CN":{"languages.en":"\u82F1\u8BED","languages.ja":"\u65E5\u8BED","languages.ko":"\u97E9\u8BED","languages.es":"\u897F\u73ED\u7259\u8BED","languages.fr":"\u6CD5\u8BED","languages.de":"\u5FB7\u8BED","languages.it":"\u610F\u5927\u5229\u8BED","languages.pt":"\u8461\u8404\u7259\u8BED","languages.ru":"\u4FC4\u8BED","languages.wyw":"\u6587\u8A00\u6587","languages.":"\u5168\u90E8"},"zh-TW":{"languages.en":"\u82F1\u8A9E","languages.ja":"\u65E5\u8A9E","languages.ko":"\u97D3\u8A9E","languages.es":"\u897F\u73ED\u7259\u8A9E","languages.fr":"\u6CD5\u8A9E","languages.de":"\u5FB7\u8A9E","languages.it":"\u610F\u5927\u5229\u8A9E","languages.pt":"\u8461\u8404\u7259\u8A9E","languages.ru":"\u4FC4\u8A9E","languages.wyw":"\u6587\u8A00\u6587","languages.":"\u5168\u90E8"}},c9={...nn,"zh-CN":{...l9["zh-CN"],...nn["zh-CN"]},"zh-TW":{...l9["zh-TW"],...nn["zh-TW"]}},wi=c9;function Ma(e,t,n){return Ar(c9,e,t,Dr,n)}var s0=()=>Bn.filter(e=>e!=="auto"),Jt=(e,t,n,r)=>{let a=R2[e]||e,o=I2[e],i=O2[e],s={"zh-CN":o,"zh-TW":i,en:a};if(n)return s[e]?s[e]:a;if(s[t]){let u=s[t];return r||e==="auto"||e==="placeholder"?u:`${u} (${a})`}else return a};m();m();m();m();m();m();m();m();m();m();var _r=class{accessToken;constructor(t){this.accessToken=t}async listAll(){let t=[],n="";do{let{nextPageToken:r,files:a}=await this.list(n).catch(o=>{throw o});t.push(...a),n=r||""}while(n);return t}async getConfig(t){try{return await(await fetch(`https://www.googleapis.com/drive/v3/files/${t}?alt=media`,{headers:{Authorization:`Bearer ${this.accessToken}`}})).json()}catch(n){return I.error("get config error, use default",n),{}}}async delete(t){await fetch(`https://www.googleapis.com/drive/v3/files/${t}`,{method:"DELETE",headers:{Authorization:`Bearer ${this.accessToken}`}})}findByName(t){return this.list(void 0,`name = '${t}'`)}uploadConfig(t,n=_l){let r=new Blob([JSON.stringify(t,null,2)],{type:"application/json"});return this.upload({name:n,parents:["appDataFolder"],mimeType:"application/json"},r)}updateConfig(t,n){let r=new Blob([JSON.stringify(n,null,2)],{type:"application/json"});return this.updateContent(t,r)}async upload(t,n){let r=new FormData;r.append("metadata",new Blob([JSON.stringify(t)],{type:"application/json; charset=UTF-8"})),r.append("file",n);let a=await fetch("https://www.googleapis.com/upload/drive/v3/files?uploadType=multipart",{method:"POST",headers:{Authorization:`Bearer ${this.accessToken}`},body:r});return a.ok?await a.json():Promise.reject(a.text())}async list(t,n){let r=new URL("https://www.googleapis.com/drive/v3/files");t&&r.searchParams.append("pageToken",t),n&&r.searchParams.append("q",n),r.searchParams.append("spaces","appDataFolder"),r.searchParams.append("fields","files(id,name,createdTime,modifiedTime,size)"),r.searchParams.append("pageSize","100"),r.searchParams.append("orderBy","createdTime desc");try{return I.debug("list api:",r.toString(),this.accessToken),await(await fetch(r.toString(),{headers:{Authorization:`Bearer ${this.accessToken}`}})).json()}catch(a){throw I.error("fetch google ip error",a),a}}async updateContent(t,n){return await(await fetch(`https://www.googleapis.com/upload/drive/v3/files/${t}?uploadType=media`,{method:"PATCH",headers:{Authorization:`Bearer ${this.accessToken}`},body:n})).text()}};function d9(e,t){let n=["https://www.googleapis.com/auth/drive.appdata"];return`https://accounts.google.com/o/oauth2/v2/auth?client_id=${Ll}&response_type=token&redirect_uri=${encodeURIComponent(t)}&scope=${encodeURIComponent(n.join(" "))}&state=${encodeURIComponent(JSON.stringify(e))}`}function g9(e){let t=e.match(/[#?](.*)/);return!t||t.length<1?null:{access_token:new URLSearchParams(t[1].split("#")[0]).get("access_token")}}async function am(e,t,n,r,a,o,i){if(I.debug(`autoSyncStrategy accessToken: ${e}`),t===null){I.debug("autoSyncStrategy settings is null");return}let s=new _r(e);try{let u=(await s.findByName(_l)).files;I.debug("files",u);let l=u[0]?.id,c=null;if(l&&(c=await s.getConfig(l).then(g=>({fileId:l,config:g}))),c){let{config:g,fileId:p}=c,f=g.updatedAt?new Date(g.updatedAt):new Date(0),h=t.updatedAt?new Date(t.updatedAt):new Date(0);if(I.debug("remoteUpdatedAt",f,"localUpdatedAt",h),f>h)I.debug("remote is newer, update local config",g),n(g),o&&o(!0);else if(f.getTime()===h.getTime())I.debug("remote and local are the same, do nothing"),o&&o(!1);else if(f(await e.removeAuthInfo(),Os()&&globalThis.location.reload(),r))}static async getAuthInfo(){let t=await Q.storage.local.get(Ta);if(t[Ta])return t[Ta]}static async removeAuthInfo(){return await Q.storage.local.remove(Ta)}static setAuthInfo(t){return Q.storage.local.set({[Ta]:t})}async auth(t=!1){let n=await e.getAuthInfo();if(I.debug(this.CLASSNAME,"token from cache:",n),n&&n.access_token&&await m9(n.access_token).then(o=>!0).catch(o=>!1))return Promise.resolve(n);let r=d9(this._state,this._redirectUrl);return I.debug(this.CLASSNAME,"auth url: "+r),Os()?this.userscriptAuthWorkflow(r,t):this.extensionAuthWorkflow(r).then(a=>(e.setAuthInfo(a),a))}async userscriptAuthWorkflow(t,n){return n&&await Q.storage.local.set({[Ns]:!0}),globalThis.open(t,"_self"),Promise.resolve({})}extensionAuthWorkflow(t){let n,r=!1;return new Promise((a,o)=>{let i=()=>{Q.tabs.onUpdated.removeListener(s),Q.tabs.onRemoved.removeListener(u)},s=(p,f,h)=>{if(I.debug(this.CLASSNAME,"create tab onUpdated: "+h.url),n===p){let y=new URL(h.url||""),C=g9(h.url);y.pathname.startsWith("/auth-done")&&C?.access_token&&(I.debug(this.CLASSNAME,"auth done: "+h.url),a({access_token:C.access_token}),r=!0,Q.tabs.remove(p),i())}},u=(p,f)=>{I.debug(this.CLASSNAME,"create tab onRemoved: "+p),(p===n||!r)&&(i(),o(new Error("auth failed")))},l=Math.min(500,screen.availWidth),c=Math.min(650,screen.availHeight),g;Q.windows===void 0?g=Q.tabs.create({url:t}).then(p=>{n=p.id}):g=Q.windows.create({url:t,type:"popup",width:l,height:c,left:Math.round((screen.width-l)/2),top:Math.round((screen.height-c)/2)}).then(p=>{n=p.tabs[0].id}),g.then(()=>{Q.tabs.onUpdated.addListener(s),Q.tabs.onRemoved.addListener(u)}).catch(p=>{I.debug(this.CLASSNAME,"create tab failed: "+p),o(p)})})}};var OS="https://www.googleapis.com/oauth2/v3/tokeninfo",NS=Ll,US=Pe().REDIRECT_URL;function m9(e){if(!e)throw"Authorization failure";let t=`${OS}?access_token=${e}`,n=new Request(t,{method:"GET"});function r(a){return new Promise((o,i)=>{a.status!=200&&i("Token validation error"),a.json().then(s=>{s.aud&&s.aud===NS?o(e):i("Token validation error")})})}return fetch(n).then(r)}function p9(e,t=!1){let n=US;if(typeof window<"u"&&window.location.protocol.startsWith("http")){let a=window.location.hostname,o=window.location.port;n=`${window.location.protocol}//${a}${o?`:${o}`:""}/auth-done/`}return new Pa(e,n).auth(t)}function om(e,t=!1){return p9(e,t).then(n=>n.access_token||null)}m();m();m();function Fa(e,t){var n=(e&65535)+(t&65535),r=(e>>16)+(t>>16)+(n>>16);return r<<16|n&65535}function jS(e,t){return e<>>32-t}function l0(e,t,n,r,a,o){return Fa(jS(Fa(Fa(t,e),Fa(r,o)),a),n)}function mn(e,t,n,r,a,o,i){return l0(t&n|~t&r,e,t,a,o,i)}function pn(e,t,n,r,a,o,i){return l0(t&r|n&~r,e,t,a,o,i)}function fn(e,t,n,r,a,o,i){return l0(t^n^r,e,t,a,o,i)}function hn(e,t,n,r,a,o,i){return l0(n^(t|~r),e,t,a,o,i)}function u0(e,t){e[t>>5]|=128<>>9<<4)+14]=t;var n,r,a,o,i,s=1732584193,u=-271733879,l=-1732584194,c=271733878;for(n=0;n>5]>>>t%32&255);return n}function im(e){var t,n=[];for(n[(e.length>>2)-1]=void 0,t=0;t>5]|=(e.charCodeAt(t/8)&255)<16&&(r=u0(r,e.length*8)),n=0;n<16;n+=1)a[n]=r[n]^909522486,o[n]=r[n]^1549556828;return i=u0(a.concat(im(t)),512+t.length*8),f9(u0(o.concat(i),512+128))}function h9(e){var t="0123456789abcdef",n="",r,a;for(a=0;a>>4&15)+t.charAt(r&15);return n}function sm(e){return unescape(encodeURIComponent(e))}function b9(e){return HS(sm(e))}function qS(e){return h9(b9(e))}function y9(e,t){return zS(sm(e),sm(t))}function WS(e,t){return h9(y9(e,t))}function qn(e,t,n){return t?n?y9(t,e):WS(t,e):n?b9(e):qS(e)}var Di=[];async function su(e,t){return await new Promise((n,r)=>{let a=e,o=1,i=indexedDB.open(a,o);i.onsuccess=s=>{n(i.result)},i.onerror=s=>{r()},i.onupgradeneeded=s=>{let u=i.result,l=t||"cache";u.createObjectStore(l,{keyPath:"key"})}})}async function um(e){let t=`${ee}-${e.service}@${e.from}->${e.to}`;return await VS(t,e)}async function lm(e){let t=qn(e.originalText),n=`${ee}-${e.service}@${e.from}->${e.to}`;return await $S(n,t)}async function $S(e,t){let n=await su(e);return await new Promise((r,a)=>{if(!n)return a();let o="cache",s=n.transaction([o],"readonly").objectStore(o).get(t);s.onsuccess=u=>{n.close();let l=s.result;r(l)},s.onerror=u=>{n.close(),a()}})}async function VS(e,t){let n=await su(e);return(await cm()).includes(e)||await KS(e),await new Promise(a=>{if(!n)return a(!1);let o="cache",s=n.transaction([o],"readwrite").objectStore(o).put(t);s.onsuccess=u=>{n.close(),a(!0)},s.onerror=u=>{n.close(),a(!1)}})}async function KS(e){let t="cache_list",n=await su(ee+"-cacheList",t),a=n.transaction([t],"readwrite").objectStore(t).put({key:e});a.onsuccess=o=>{n.close(),Di.push(e)},a.onerror=o=>{n.close()}}async function cm(){if(Di&&Di.length>0)return Di;let e=await su(ee+"-cacheList","cache_list");return Di=await new Promise(t=>{let n="cache_list",a=e.transaction([n],"readonly").objectStore(n).getAllKeys();a.onsuccess=o=>{e.close(),t(a.result)},a.onerror=o=>{e.close(),t([])}}),Di}async function dm(){try{let e=[];(await cm()).forEach(r=>{e.push(GS(r))});let n=await Promise.all(e);return Ks(n.reduce((r,a)=>r+a,0))}catch{return Ks(0)}}async function GS(e){let t=await su(e),r=[...t.objectStoreNames].reduce((i,s)=>{let u=YS(t,s);return i.push(u),i},[]),a=await Promise.all(r);return t.close(),a.reduce((i,s)=>i+s,0)}async function YS(e,t){return await new Promise((n,r)=>{if(e==null)return r();let a=0,o=e.transaction([t]).objectStore(t).openCursor();o.onsuccess=i=>{let s=o.result;if(s){let u=s.value,l=JSON.stringify(u);a+=l.length,s.continue()}else n(a)},o.onerror=i=>r("error in "+t+": "+i)})}async function C9(){try{let t=(await cm()).map(r=>JS(r));return!!(await Promise.all(t)).every(r=>r)}catch{return!1}}async function JS(e){return await new Promise(t=>{let n=indexedDB.deleteDatabase(e);n.onsuccess=()=>{t(!0)},n.onerror=r=>{t(!1)}})}m();function QS(e,t){return Math.floor(Math.random()*(t-e+1))+e}var ZS=30,gm="RATE_LIMITER_TICKS",_o=class e{static strictTicks={};static clearStrictTicks(){tu(gm,"{}")}static async getStrictTicks(t,n){if(n)return this.strictTicks[t]||[];try{let r=await t0(gm);r&&(this.strictTicks=JSON.parse(r)||{})}catch(r){I.debug("Error setting rate limiter ticks",r),this.strictTicks[t]=[]}finally{return this.strictTicks[t]||[]}}static wait(t,n){return new Promise((r,a)=>{e.getDelay(t,n).then(o=>{setTimeout(()=>{r(o)},o)})})}static async setStrictTicks(t,n,r){try{if(this.strictTicks[t]=n,r)return;await tu(gm,JSON.stringify(this.strictTicks))}catch(a){I.debug("Error setting rate limiter ticks",a)}}static async getDelay(t,n,r=!1){if(!r){let l=QS(4,ZS);await xn(l)}let a=await this.getStrictTicks(t,r)||[],{limit:o,interval:i}=n,s=Date.now();if(a.length=u?(a.push(s),await this.setStrictTicks(t,a,r),0):(a.push(u),await this.setStrictTicks(t,a,r),u-s)}};var uu=l1()?["action"]:["browser_action","page_action"],e7=[{id:"toggleTranslatePage",contexts:["page","frame","selection",...uu]},{id:js,contexts:uu},{id:Hs,contexts:uu},{id:zs,contexts:uu},{id:v2,contexts:uu}];async function c0(e){e=e||await ft(),I.debug("update ContextMenu",e);for(let t of e7){let n=!0;e.isShowContextMenu===!1&&t.id==="toggleTranslatePage"&&(n=!1);let r=Ma(`browser.${t.id}`,e.interfaceLanguage);Q.contextMenus.update(t.id,{title:r,visible:n})}}m();function T9(e,t){let n=t;n||(n=Pe().IMMERSIVE_TRANSLATE_INJECTED_CSS||"");let a=`${`--immersive-translate-${e}`}: (.+?);`,o=new RegExp(a),i=n.match(o);return i?i[1]:""}m();function ki(e,t,n=[],r){let a=["notranslate"];return r&&a.push(B2),e&&(a.push(`${ee}-target-translation-theme-${e}`),t?a.push(`${kg}-theme-${e}`):a.push(`${Dg}-theme-${e}`)),n.length>0&&a.push(...n),t?a.push(kg):a.push(Dg),a}function Ai(e){let t=["notranslate",Ol];return e&&t.push(`${ee}-target-translation-theme-${e}-inner`),t}function v9(e,t,n){let{rule:r,state:a}=n,{translationTheme:o}=a,{variables:i,isVertical:s}=e;i=i||[];let{text:u}=t,{wrapperPrefix:l,wrapperSuffix:c}=r,g=Ao(n,!0),p="afterend",f=g[0],h=g[1],y=`${f}(\\d+)${h}`,C=new RegExp(y,"g"),b=nt.sanitize(u);i.length>0&&(b=b.replace(C,P=>{let w=b.indexOf(P),v=b[w-1]===" ",L=b[w+P.length]===" ",T=P.replace(new RegExp(g[0],"g"),"").replace(new RegExp(g[1],"g"),""),j=Number(T);if(isNaN(j))return P;let R=i[j];if(R&&R.type==="element"){let M=R.value.outerHTML;return v||(M=" "+M),L||(M=M+" "),M}else I.error("variable type not supported",R,P);return P}));let x=ki(o,e.inline,r.translationClasses||[],e.preWhitespace);s&&x.push(F2);let S=Ai(o),A="";return r.translationBlockStyle&&(A=`style="${r.translationBlockStyle}"`),b=`<${n.rule.targetWrapperTag} ${A} class="${x.join(" ")}" ${wr}="1"><${r.targetWrapperTag} class="${S.join(" ")}" ${wr}="1">${b}`,e.inline||(l==="smart"?b=`
${b}`:b=`${l}${b}`),e.inline&&(l!=="smart"?b=`${l}${b}`:b=`<${r.targetWrapperTag} class="notranslate" ${wr}="1"> ${b}`),c==="smart"?b=`${b}`:b=`${b}${c}`,{html:b,position:p}}m();function st(e){Tg({type:"success",text:e})}function an(e){Tg({type:"error",text:e})}m();m();m();m();var mm={get:(e,t,n)=>{let r=t===void 0?e:{[e]:t};return Q.storage[n].get(r)},set:(e,t,n)=>Q.storage[n].set({[e]:t})};function d0(e,t,n){let[r]=$(()=>typeof t=="function"?t():t),[a]=$(n),[o,i]=$(r),[s,u]=$(!1),[l,c]=$("");le(()=>{mm.get(e,r,a).then(p=>{p[e]&&i(p[e]),u(!0),c("")}).catch(p=>{u(!1),c(p)})},[e,r,a]);let g=Ne(p=>{let f=typeof p=="function"?p(o):p;I.debug("new settings",f),mm.set(e,f,a).then(()=>{i(f),u(!0),c("")}).catch(h=>{i(f),u(!1),c(h)})},[a,e,o]);return[o,g,s,l]}m();function g0(e,t,n){let r=[];return function(){let[o,i,s,u]=d0(e,t,n),l=Ne(c=>{for(let g of r)g(c)},[]);return le(()=>(r.push(i),()=>{r.splice(r.indexOf(i),1)}),[i]),[o,l,s,u]}}function x9(e,t){return g0(e,t,"local")}function E9(e,t){return g0(e,t,"sync")}var t7="userConfig",n7=null,r7=E9(t7,n7);function Ve(e){let[t,n,r,a]=r7(),o=Ne(i=>{let s=typeof i=="function"?i(t):i;s&&(s.updatedAt=new Date().toISOString()),n(s),e&&e(s)},[t]);return[t,o,r,a,n]}m();m();m();m();function m0(e,t){let n=e.original||e,r=null,{stayOriginalSelectors:a,delimiters:o,isPreWhitespace:i}=t,s=[],u={};for(let l=0;l2&&(b=`<${o[2]}${C}>`),u[C]=c,s.push({text:b,type:"variable"})}else s.push({text:c.textContent||"",type:"text"});else{let y=c.textContent||"";p&&(y=Aa(pm(c))),s.push({text:y,type:"text"})}else if(c.nodeType===Node.ELEMENT_NODE)if(c&&ln(c,a)){let C=Object.keys(u).length,b=`${o[0]}${C}${o[1]}`;o.length>2&&(b=`<${o[2]}${C}>`),u[C]=c;let x=fm(s).endsWith(" ")?" ":"",S=Aa(c.innerText||c.textContent),A=Aa(c.nextSibling).startsWith(" ")?" ":"",P=nu(x+S+A),w=P[0]+b+P[1];if(x===" ")w=w.trimStart();else if(!w.startsWith(" ")){let v=nu(c.previousSibling)[1];v===""&&(v=" "),w=v+w}s.push({text:w,type:"variable"})}else{let y=fm(s).endsWith(" ")?" ":"",C=Aa(c.innerText||c.textContent);p&&(C=Aa(pm(c)));let b=Aa(c.nextSibling).startsWith(" ")?" ":"",x=nu(y+C+b),S=x[0]+(c.innerText?.trim()||c.textContent?.trim()||"")+x[1];if(y===" ")S=S.trimStart();else{let A=nu(c.previousSibling)[1];A===""&&(c.nodeName==="A"||c.nodeName==="CODE")&&(A=" "),S=A+S}s.push({text:S,type:"text"})}else{let y=fm(s).endsWith(" ")?" ":"",C="";c.textContent&&(C=Aa(pm(c))),y===" "&&(C=C.trimStart()),s.push({text:C,type:"text"})}}if(s&&s.length>0){let l="";for(let c=0;c0&&(p=s[c-1].text),c/g,">"))}e.targetText=nt.sanitize(e.targetText);let a=!1,o=e.text,i=o.split(" ").length,s=o.split(` -`).length;i<=n.blockMinWordCount&&o.length<=n.blockMinTextCount&&s<2&&(a=!0);let u={id:Number(e.id),elements:[],isVertical:!1,rootFrame:e.commonAncestorContainer,text:e.text,variables:r,inline:a,preWhitespace:e.isPreWhitespace||!1,languageByLocal:"auto",languageByClient:"auto"},l=Ao(t);if(l.length>2){let c=l[2];return a7({delimiterTag:c,targetText:e.targetText,inline:a,preWhitespace:e.isPreWhitespace||!1,wrapperPrefix:t.rule.wrapperPrefix,wrapperSuffix:t.rule.wrapperSuffix,targetWrapperTag:t.rule.targetWrapperTag,translationTheme:t.state.translationTheme,translationBlockStyle:t.rule.translationBlockStyle,translationClasses:t.rule.translationClasses,variables:r}).html}else{let c=v9(u,{id:Number(e.id),url:"https://google.com",text:e.targetText,from:"auto",to:"auto",fromByClient:"auto"},t);return c.html}}function pm(e){return(e?.innerText||e.textContent||"").replace(/\s+/g," ")||""}function a7(e){let{delimiterTag:t,inline:n,translationClasses:r,targetWrapperTag:a,wrapperPrefix:o,variables:i,preWhitespace:s,wrapperSuffix:u,translationTheme:l,translationBlockStyle:c}=e;i=i||[];let g=e.targetText;g=nt.sanitize(g);let p=g,f=new RegExp(`<${t}(\\d+)>(.*?)`,"g"),h=new RegExp(`<${t}(\\d+)>`);i.length>0&&(p=p.replace(f,x=>{let S=p.indexOf(x),A=p[S-1]===" ",P=p[S+x.length]===" ",w=x.match(h);if(!w)return x;let v=w[1],L=Number(v);if(isNaN(L))return x;let D=i[Number(L)];if(D&&D.type==="element"){let T=D.value.outerHTML;return A||(T=" "+T),P||(T=T+" "),T}else if(D&&D.type==="text"){let T=D.value;return A||(T=" "+T),P||(T=T+" "),T}else I.error("variable type not supported",D,x);return x}));let y=ki(l,n,r||[],s),C=Ai(l),b="";return c&&(b=`style="${c}"`),p=`<${a} ${b} class="${y.join(" ")}" ${wr}="1"><${a} class="${C.join(" ")}" ${wr}="1">${p}`,n||(o==="smart"?p=`
${p}`:p=`${o}${p}`),n&&(o!=="smart"?p=`${o}${p}`:p=`<${a} class="notranslate" ${wr}="1"> ${p}`),u==="smart"?p=`${p}`:p=`${p}${u}`,{html:p,position:"afterend"}}function fm(e){let t=e[e.length-1];return t?t.text:""}function hm(e){let{text:t,delimiters:n,variables:r}=e,a=t;if(n.length>2){let o=n[2],i=new RegExp(`<${o}(\\d+)>(.*?)`,"g"),s=new RegExp(`<${o}(\\d+)>`),u=t;return Object.keys(r).length>0&&(u=u.replace(i,c=>{let g=c.match(s);if(!g)return c;let p=g[1],f=Number(p);if(isNaN(f))return c;let h=r[p];return h||c})),u}else{let o=`${n[0]}(\\d+)${n[1]}`,i=new RegExp(o,"g");a=a.replace(i,s=>{let l=s.replace(new RegExp(n[0],"g"),"").replace(new RegExp(n[1],"g"),""),c=Number(l);return isNaN(c)?s:r[c]?r[c]:s})}return a}m();m();m();m();m();m();var YV=D9(2),w9=D9(3);function D9(e){if(typeof e!="number"||Number.isNaN(e)||e<1||e===Number.POSITIVE_INFINITY)throw new Error("`"+e+"` is not a valid argument for `n-gram`");return t;function t(n){let r=[];if(n==null)return r;let a=typeof n.slice=="function"?n:String(n),o=a.length-e+1;if(o<1)return r;for(;o--;)r[o]=a.slice(o,o+e);return r}}m();var o7=/\s+/g,i7=/[\t\n\v\f\r ]+/g;function k9(e,t){t?typeof t=="string"&&(t={style:t}):t={};let n=t.preserveLineEndings?s7:u7;return String(e).replace(t.style==="html"?i7:o7,t.trim?l7(n):n)}function s7(e){let t=/\r?\n|\r/.exec(e);return t?t[0]:" "}function u7(){return" "}function l7(e){return t;function t(n,r,a){return r===0||r+n.length===a.length?"":e(n)}}var A9={}.hasOwnProperty;function c7(e){return e==null?"":k9(String(e).replace(/[\u0021-\u0040]+/g," ")).trim().toLowerCase()}function d7(e){return w9(" "+c7(e)+" ")}function g7(e){let t=d7(e),n={},r=-1;for(;++rn&&(n=o,r=a)}return[r,n]}function C7(e,t){let n=e.match(t);return(n?n.length:0)/e.length||0}function T7(e,t,n,r){t=x7(t,n,r);let a=[],o;if(t)for(o in t)p0.call(t,o)&&a.push([o,v7(e,t[o])]);return a.length===0?ym():a.sort(E7)}function v7(e,t){let n=0,r=-1;for(;++rt.traditionalCharacters?(t.detectedCharacters="simplified",t.detectionRate=t.simplifiedCharacters/t.traditionalCharacters|1):t.simplifiedCharactersi+s.length,0));let o=e.length-r;for(let i of F7){let s=i[1],u=i[0],l=e.match(s),c=l?l.length:0;c>n&&(n=c,t=u)}return n*2.5/o>.5?t==="zh-CN"?I9(e)?"zh-TW":"zh-CN":t:"auto"}var N9=[["afr","af"],["amh","am"],["arb","ar"],["azj","az"],["bel","be"],["bul","bg"],["ben","bn"],["bos","bs"],["cat","ca"],["ceb","ceb"],["ces","cs"],["dan","da"],["deu","de"],["ell","el"],["eng","en"],["epo","eo"],["spa","es"],["est","et"],["fas","fa"],["fin","fi"],["fra","fr"],["gax","ga"],["glg","gl"],["guj","gu"],["hau","ha"],["heb","he"],["hin","hi"],["hrv","hr"],["hun","hu"],["hye","hy"],["ind","id"],["ibo","ig"],["ita","it"],["jpn","ja"],["jav","jw"],["kat","ka"],["kaz","kk"],["khm","km"],["kan","kn"],["kor","ko"],["ckb","ku"],["lao","lo"],["lit","lt"],["lav","lv"],["min","mi"],["mkd","mk"],["mal","ml"],["mar","mr"],["mya","my"],["nep","ne"],["nld","nl"],["nob","no"],["nya","ny"],["pan","pa"],["pol","pl"],["pbu","ps"],["por","pt"],["ron","ro"],["rus","ru"],["sin","si"],["slk","sk"],["slv","sl"],["sna","sn"],["som","so"],["als","sq"],["srp","sr"],["sun","su"],["swe","sv"],["swh","sw"],["tam","ta"],["tel","te"],["tgk","tg"],["tha","th"],["toi","to"],["tur","tr"],["ukr","uk"],["urd","ur"],["uzn","uz"],["vie","vi"],["xho","xh"],["ydd","yi"],["yor","yo"],["cmn","zh-CN"],["zul","zu"]],Cm=new Map(N9),B7=new Map(N9.map(([e,t])=>[t,e]));function U9(e,t,n=["en"]){if(!e)return"auto";try{let r=n.map(s=>B7.get(s));!t&&t!==0&&(t=25);let a=h0(e);if(a!=="auto")return a;let o={minLength:t,whitelist:[...Cm.keys()]},i=M9(e,o);if(i&&i.length>0){if(i.length>1&&i[0][1]-i[1][1]<=.3)for(let c=0;c.5&&c/i.length<=.25){if(g=="eng"&&p<.95)break;return Cm.get(g)}}let[s,u]=i[0],l=Cm.get(s);if(l&&u>.9)return l}}catch(r){I.error(r)}return"auto"}m();m();var Tm="Original";function Ze(){return Tm}function Dn(e){Tm=e,j9(Tm)}m();var z9="auto",b0="auto",H9="auto";function q9(e){z9=e}function Xn(e){b0=e}function Mt(){return b0!=="auto"?b0:H9!=="auto"?H9:z9}function y0(){return b0}m();function Mo(e){return e?.id?.endsWith("pdfWebPage")||!1}function Ra(e){try{if(!e||!Mo(e))return"";let t="";if(e.pdfUrlExtractRule.attribute&&e.pdfUrlExtractRule.selector){let r=e.pdfUrlExtractRule,{selector:a,attribute:o}=r;if(a&&o){let i=document.querySelector(a);if(!i)return"";t=i.getAttribute(o)||""}}else t=document.querySelector("embed[type='application/pdf']")?.getAttribute("src")||"";if(t.startsWith("about"))return"";if(!t.startsWith("/"))return t;let n=new URL(location.href);return t.startsWith("//")?n.protocol+t:n.protocol+"//"+n.host+t}catch{return""}}var Xe={},Ia=async function(e,t){let{method:n,data:r}=e,a=await Xe.updateGlobalContext(),o=Date.now();if(I.debug(`content script received message: ${n}`,r||" "),n==="translateTheWholePage")await Xe.translateTheWholePage(r),at(gr,o);else if(n==="translateTheMainPage")await Xe.translateTheMainPage(r),at(gr,o);else if(n==="translateToThePageEndImmediately")await Xe.translateToThePageEndImmediately(r),at(gr,o);else if(n==="toggleTranslatePage")await Xe.toggleTranslatePage(r),at(gr,o);else if(n==="toggleTranslateTheWholePage")await Xe.toggleTranslateTheWholePage(r),at(gr,o);else if(n==="toggleTranslateTheMainPage")await Xe.toggleTranslateTheMainPage(r),at(gr,o);else if(n==="toggleOnlyTransation")await Xe.ensureSwitchTranslationMode(r),at(gr,o);else if(n==="translatePage")await Xe.translatePage(a,r),at(gr,o);else if(n==="toggleTranslationMask")await Xe.toggleTranslationMask(r);else if(n==="restorePage")Xe.restorePage();else if(n==="retryFailedParagraphs")Xe.retryFailedParagraphs();else if(n==="switchTranslationMode"){if(a.rule.isPdf)return;r&&r.mode&&(await Xe.switchTranslationMode(r.mode),await Xe.reloadSubtitleWithTranslationModeChanged())}else if(n==="autoEnableSubtitleChanged")Xe.autoEnableSubtitleChanged(a,r);else if(n=="shareToDraft")globalThis.document.dispatchEvent(new CustomEvent(Pl,{detail:r}));else if(n=="toggleTranslateToThePageEndImmediately")await Xe.toggleTranslateToThePageEndImmediately(r);else if(n==="toggleMouseHoverTranslateDirectly")globalThis.document.dispatchEvent(new CustomEvent(Us,{detail:r}));else if(n==="translateWithOpenAI")await Xe.translatePageWithTranslationService("openai",r);else if(n==="translateWithGoogle")await Xe.translatePageWithTranslationService("google",r);else if(n==="translateWithDeepL")await Xe.translatePageWithTranslationService("deepl",r);else if(n==="translateWithBing")await Xe.translatePageWithTranslationService("bing",r);else if(n==="translateWithTransmart")await Xe.translatePageWithTranslationService("transmart",r);else if(n==="translateWithGemini")await Xe.translatePageWithTranslationService("gemini",r);else if(n==="translateInputBox")await Xe.translateInputBoxWithShortcut(a);else if(n!=="updateGlobalCtx"){if(n==="toggleVideoSubtitlePreTranslation")ot()||await Xe.toggleVideoSubtitlePreTranslation();else if(n==="getAsyncContextString"&&!ot())return JSON.stringify(a)}};function W9(e){Object.assign(Xe,e)}function $9(e){Object.assign(Xe,e)}function V9(e){Object.assign(Xe,e)}var R7=function(e,t){let{method:n,data:r}=e;if(I.debug(`content script received sync message: ${n}`,r||" "),n==="ping")return"pong";if(n==="getPageStatus")return Ze();if(n==="getCurrentPageLanguage"){let a=Mt();return Xe.detectCurrentPageLanguage().catch(o=>{I.warn("detectCurrentPageLanguage failed",o)}),a}else{if(n==="setCurrentPageLanguageByClient")return Xn(r),Mt();if(n==="getContextString"){let a=Xe.getPureGlobalContext(),{articleNode:o,bodyNode:i,...s}=a;return JSON.stringify(s)}else if(n=="getPdfWebUrl"){let a=Xe.getPureGlobalContext();return Ra(a?.rule)}}},C0,T0;function K9(){let e=v0();ot()||I7(),e.sendMessage("popup:main_sync",{method:"ready"}).catch(n=>{})}function v0(){return C0||(C0=new ea("content_script",!1).getConnection("main",Ia),C0)}function I7(){return T0||(T0=new ea("content_script",!1).getConnection("main_sync",R7,{sync:!0}),T0)}m();var vm=[["auto","auto"],["zh-CN","zh"],["zh-TW","zh-TW"],["de","de"],["en","en"],["es","es"],["fr","fr"],["id","id"],["it","it"],["ja","ja"],["ko","ko"],["ms","ms"],["pt","pt"],["ru","ru"],["th","th"],["tr","tr"],["vi","vi"]],x0="https://transmart.qq.com/api/imt",ra=class e{static langMapReverse=new Map(vm.map(([t,n])=>[n,t]));static getClientKey(){return btoa("transmart_crx_"+navigator.userAgent).slice(0,100)}static async detectLanguageRemotelyByTransmart(t){let n={header:{fn:"text_analysis",client_key:e.getClientKey()},text:t.slice(0,280)},r=await de({url:x0,method:"POST",body:JSON.stringify(n)});if(r.header.ret_code!=="succ")throw new Error(r.message||r.header.ret_code);let a=r.language,o=e.langMapReverse.get(a);return o||a}};async function Pt(e){return await v0().sendMessage("background:main",e)}function de(e){return Al()?Jl({method:"request",data:e}):me()||kl()?(e.fetchPolyfill=globalThis.GM_fetch,mr(e)):Pt({method:"fetch",data:e})}function er(){return me()?ft():Pt({method:"getConfig"})}function kn(e){return me()?Do(e):Pt({method:"setUserConfig",data:e})}function An(){return me()?pr():Pt({method:"getUserConfig"})}function cu(){return me()?qt():Pt({method:"getLocalConfig"})}function E0(e){return me()?Wt(e):Pt({method:"setLocalConfig",data:e})}function G9(e){return me()?j1(e):Pt({method:"setBuildinConfig",data:e})}async function Oe(e){if(e.text){let n=h0(e.text);if(n!=="auto")return Promise.resolve(n)}else return"auto";if(me()||$e()){if(e.translateService&&!jl.includes(e.translateService))return Promise.resolve("auto");let r=U9(e.text,e.minLength,e.pageLangs);return Promise.resolve(r)}let t=await Pt({method:"detectLanguage",data:e});return Promise.resolve(t)}function Y9(){return Pt({method:"detectTabLanguage"})}async function S0(e){let t=await Oe({text:e,pageLangs:["en"]});try{if(me()||$e()){let n=e.substring(0,200);t=await ra.detectLanguageRemotelyByTransmart(n)}}catch{}return t}function j9(e){let t=new CustomEvent(bo,{detail:e});if(document.dispatchEvent(t),me())return;v0().sendMessage("popup:main_sync",{method:"setPageStatus",data:e}).catch(r=>{})}function J9(e){return me()?lm(e):Pt({method:"queryParagraphCache",data:e})}async function Q9(e){if(me()){await um(e);return}return Pt({method:"setParagraphCache",data:e})}async function Z9(){if(me())return Promise.resolve();await Pt({method:"mockRequest"})}function Li(e=!1,t=""){return me()?(Q.runtime.openOptionsPage(e,t),Promise.resolve()):Pt({method:"openOptionsPage",data:{newTab:e,pageRoute:t}})}function w0(e=""){return me()||$e()?Pe().OPTIONS_URL:Q.runtime.getURL("options.html")}function X9(e=""){return Q&&Q.runtime&&Q.runtime.getURL?Q.runtime.getURL("options.html"):""}function D0(e=!1){return me()?(Q.extra.openAboutPage(e),Promise.resolve()):Pt({method:"openAboutPage"})}function _i(e){return me()?(Q.extra.openInTab(e),Promise.resolve()):Pt({method:"openInTab",data:e})}function e6(e=!1){return me()?(Q.extra.openEbookViewerPage(e),Promise.resolve()):Pt({method:"openEbookViewerPage"})}function t6(e=!1){return me()?(Q.extra.openEbookBuilderPage(e),Promise.resolve()):Pt({method:"openEbookBuilderPage"})}function n6(e){$e()}function Mi(e=!1,t){return me()?(Q.extra.openPdfViewerPage(e),Promise.resolve()):Pt({method:"openPdfViewerPage",data:{url:t}})}function r6(e=!1){return me()?(Q.extra.openSubtitleBuilderPage(e),Promise.resolve()):Pt({method:"openSubtitleBuilderPage"})}function Pi(e){return me()?Promise.resolve():Pt({method:"setBadge",data:{text:e}})}function a6(){return me()?(I.warn("autoSyncLatestConfig is not support in monkey"),Promise.resolve()):Pt({method:"autoSyncLatestConfig"})}function k0(e,t=!1){return me()?Q.extra.openInTab(e,t):globalThis.open(e,t?"_blank":"_self"),Promise.resolve()}function o6(e,t){return me()?_o.getDelay(e,t):Pt({method:"getDelay",data:{key:e,options:t}})}var ke=class{static langMap=new Map;serviceConfig;generalConfig;maxTextLength=1800;isSupportList=!0;maxTextGroupLength=50;requestTimeout=30*1e3;retry=2;translationOptions;minTextCount=2;constructor(t,n,r){this.serviceConfig=t,this.generalConfig=n,this.translationOptions=r,t?.retry&&(this.retry=t.retry),t?.requestTimeout&&(this.requestTimeout=Number(t.requestTimeout)),r&&r.minTextCount&&(this.minTextCount=r.minTextCount)}async init(){}getMaxTextGroupLength(){return this.maxTextGroupLength}getRateLimiter(){let t=this.getDefaultRateLimit()||{limit:7,interval:1250},n=this.serviceConfig;return n?.limit&&(t.limit=Number(n.limit)),n?.interval&&(t.interval=Number(n.interval)),t}formatRateLimit(t){return t.limit<1&&(t.interval=Math.round(1e3/t.limit),t.limit=1),t}getDefaultRateLimit(){return{limit:7,interval:1250}}getCacheKeyPrefix(){return""}translate(t){throw new Error("Not implemented")}translateList(t){throw new Error("Not implemented")}async multipleTranslate(t,n,r){if(t.sentences.length===0)return{sentences:[]};let{sentences:a}=t,o=!1,i=!1,s=[],u=null,l=new Set;for(let C of a)C.from&&C.from!=="auto"&&l.add(C.from),C.refresh&&(o=!0),C.debug&&(i=!0);let c=this.maxTextLength;this.serviceConfig&&this.serviceConfig.maxTextLengthPerRequest&&(c=this.serviceConfig.maxTextLengthPerRequest);let g=this.maxTextGroupLength;this.serviceConfig&&this.serviceConfig.maxTextGroupLengthPerRequest&&(g=this.serviceConfig.maxTextGroupLengthPerRequest),this.translationOptions&&this.translationOptions.sourceProgram&&["videoSubtitle","subtitle"].includes(this.translationOptions.sourceProgram)&&this.serviceConfig&&this.serviceConfig.maxTextGroupLengthPerRequestForSubtitle&&(g=this.serviceConfig.maxTextGroupLengthPerRequestForSubtitle);try{s=b1(a,c,g)}catch(C){if(r)for(let b=0;bC));let p=[],f=[],h=(C,b,x)=>{let S="";if(b.translatedTexts&&b.translatedTexts[0]&&(S=b.translatedTexts[0]),f[C]||(f[C]=b,f[C].translatedTexts=Array(b.sentenceTotalParts).fill(null)),f[C].hasError)return;if(x){let w=x instanceof J?new J(x.name,x.message).initNetWork(x.status).initData(x.data):x;f[C].hasError=!0,b.callback&&b.callback(w,null,b.sentence);return}f[C].translatedTexts[b.partIndex]=S;let A=f[C],P=0;for(let w=0;w{let P=b.from;if(b.fromByClient&&b.fromByClient!=="auto"&&(P=b.fromByClient),this.isSupportList)return{...await this.formatAndTranslateList({text:b.tempSentences.map(v=>v.text),forces:b.tempSentences.map(v=>v.force),xpaths:b.tempSentences.map(v=>v.xpath||""),from:P,to:b.to,url:x,options:n,refresh:o,debug:i}),sourceTempSentences:b.tempSentences};{let w=P2;this.serviceConfig&&this.serviceConfig.translationTextSeparator&&(w=this.serviceConfig.translationTextSeparator);let v=null;this.serviceConfig&&this.serviceConfig.newlinePlaceholderDelimiters&&(v=this.serviceConfig.newlinePlaceholderDelimiters);let L=[],D=Lr(this.serviceConfig);if(b.tempSentences.forEach((H,B)=>{let k=Yg({text:H.text,_systemExcludeWordRegex:this.generalConfig._systemExcludeWordRegex,delimiters:D,glossaries:this.translationOptions.glossaries,excludeRegexps:this.translationOptions.excludeRegexps,targetLanguage:b.to});H.force!==!0&&(k&&k.text&&k.text.trim().lengthB.text);return Promise.resolve({sourceTempSentences:b.tempSentences,text:H,from:P,to:b.to})}let T="";v&&v.length>=2?T=L.map((H,B)=>{let{item:k}=H;return B===L.length-1?k.text:k.text+v[0]+(B+1)+v[1]}).join(""):T=L.map(({item:H})=>H.text).join(w);let j=await this.translate({text:T,from:P,to:b.to,url:x,options:{...n,rawTextArrayLength:L.length,sourceProgram:this.translationOptions.sourceProgram||""},refresh:o,debug:i}),{text:R}=j,M=[];if(v&&v.length>=2){let H=`${v[0]}\\d+${v[1]}`;v&&v.length>=3&&(H=v[2]);let B=new RegExp(H,"g");M=R.split(B)}else M=R.split(w);let O=[];if(M.length>L.length){for(let H=0;HH.text);return D=Lr(this.serviceConfig,!0),O.forEach((H,B)=>{let k=L[B],_=k.index,F=k.variables||{};Object.keys(F).length>0&&(H=hm({text:H,delimiters:D,variables:F})),N[_]=H}),{sourceTempSentences:b.tempSentences,text:N,from:j.from,to:j.to}}};p.push(A().then(P=>{let{text:w,sourceTempSentences:v}=P;for(let L=0;L{if(P instanceof J&&P.initData({translationService:this.translationOptions.translationService,isLogin:!!this.translationOptions.userToken,isPro:this.translationOptions.isPro}),r){for(let w=0;w{let b=C.sentence.text;return C.translatedTexts&&C.translatedTexts.length>0&&(b=C.translatedTexts.join("")),{...C.sentence,text:b}})}}async formatAndTranslateList(t){let n={...t},{forces:r}=t,a=[],o=Lr(this.serviceConfig);if(this.serviceConfig&&o.length>0)try{let{text:l,xpaths:c}=t;if(l.forEach((g,p)=>{let f=Yg({text:g,_systemExcludeWordRegex:this.generalConfig._systemExcludeWordRegex,delimiters:o,excludeRegexps:this.translationOptions.excludeRegexps,glossaries:this.translationOptions.glossaries,targetLanguage:t.to});r&&r[p]!==!0&&(f&&f.text&&f.text.trim().lengthg.text),n.xpaths=a.map(g=>g.xpath)}catch(l){I.debug("formatAndTranslateList error",t,l)}let i=await this.translateList(n),{text:s}=i,u=t.text.map(l=>l);return o=Lr(this.serviceConfig,!0),s.forEach((l,c)=>{let g=a[c];if(g){let p=g.index,f=g.variables,h=Object.keys(f);u[p]=l,h.length>0&&(u[p]=hm({text:l,delimiters:o,variables:f}))}}),{...i,text:u}}detectLanguageLocally(t){return Oe({text:t,minLength:18,pageLangs:[Mt(),"en"]})}detectLanguageRemotely(t){return Promise.resolve("auto")}detectLanguage(t){return t.length>=50?this.detectLanguageLocally(t):this.detectLanguageRemotely(t)}};m();m();var Fi="input is invalid type",xm=typeof window=="object",Oa=xm?window:{};Oa.JS_SHA256_NO_WINDOW&&(xm=!1);var O7=!xm&&typeof self=="object",N7=!Oa.JS_SHA256_NO_NODE_JS&&typeof process=="object"&&process.versions&&process.versions.node;N7?Oa=global:O7&&(Oa=self);var CG=!Oa.JS_SHA256_NO_COMMON_JS&&typeof module=="object"&&module.exports,TG=typeof define=="function"&&define.amd,du=!Oa.JS_SHA256_NO_ARRAY_BUFFER&&typeof ArrayBuffer<"u",Te="0123456789abcdef".split(""),U7=[-2147483648,8388608,32768,128],fr=[24,16,8,0],A0=[1116352408,1899447441,3049323471,3921009573,961987163,1508970993,2453635748,2870763221,3624381080,310598401,607225278,1426881987,1925078388,2162078206,2614888103,3248222580,3835390401,4022224774,264347078,604807628,770255983,1249150122,1555081692,1996064986,2554220882,2821834349,2952996808,3210313671,3336571891,3584528711,113926993,338241895,666307205,773529912,1294757372,1396182291,1695183700,1986661051,2177026350,2456956037,2730485921,2820302411,3259730800,3345764771,3516065817,3600352804,4094571909,275423344,430227734,506948616,659060556,883997877,958139571,1322822218,1537002063,1747873779,1955562222,2024104815,2227730452,2361852424,2428436474,2756734187,3204031479,3329325298],L0=["hex","array","digest","arrayBuffer"],on=[];(Oa.JS_SHA256_NO_NODE_JS||!Array.isArray)&&(Array.isArray=function(e){return Object.prototype.toString.call(e)==="[object Array]"});du&&(Oa.JS_SHA256_NO_ARRAY_BUFFER_IS_VIEW||!ArrayBuffer.isView)&&(ArrayBuffer.isView=function(e){return typeof e=="object"&&e.buffer&&e.buffer.constructor===ArrayBuffer});var i6=function(e,t){return function(n){return new sn(t,!0).update(n)[e]()}},u6=function(e){var t=i6("hex",e);t.create=function(){return new sn(e)},t.update=function(a){return t.create().update(a)};for(var n=0;n>2]|=e[a]<>2]|=r<>2]|=(192|r>>6)<>2]|=(128|r&63)<=57344?(s[o>>2]|=(224|r>>12)<>2]|=(128|r>>6&63)<>2]|=(128|r&63)<>2]|=(240|r>>18)<>2]|=(128|r>>12&63)<>2]|=(128|r>>6&63)<>2]|=(128|r&63)<=64?(this.block=s[16],this.start=o-64,this.hash(),this.hashed=!0):this.start=o}return this.bytes>4294967295&&(this.hBytes+=this.bytes/4294967296<<0,this.bytes=this.bytes%4294967296),this}};sn.prototype.finalize=function(){if(!this.finalized){this.finalized=!0;var e=this.blocks,t=this.lastByteIndex;e[16]=this.block,e[t>>2]|=U7[t&3],this.block=e[16],t>=56&&(this.hashed||this.hash(),e[0]=this.block,e[16]=e[1]=e[2]=e[3]=e[4]=e[5]=e[6]=e[7]=e[8]=e[9]=e[10]=e[11]=e[12]=e[13]=e[14]=e[15]=0),e[14]=this.hBytes<<3|this.bytes>>>29,e[15]=this.bytes<<3,this.hash()}};sn.prototype.hash=function(){var e=this.h0,t=this.h1,n=this.h2,r=this.h3,a=this.h4,o=this.h5,i=this.h6,s=this.h7,u=this.blocks,l,c,g,p,f,h,y,C,b,x,S;for(l=16;l<64;++l)f=u[l-15],c=(f>>>7|f<<25)^(f>>>18|f<<14)^f>>>3,f=u[l-2],g=(f>>>17|f<<15)^(f>>>19|f<<13)^f>>>10,u[l]=u[l-16]+c+u[l-7]+g<<0;for(S=t&n,l=0;l<64;l+=4)this.first?(this.is224?(C=300032,f=u[0]-1413257819,s=f-150054599<<0,r=f+24177077<<0):(C=704751109,f=u[0]-210244248,s=f-1521486534<<0,r=f+143694565<<0),this.first=!1):(c=(e>>>2|e<<30)^(e>>>13|e<<19)^(e>>>22|e<<10),g=(a>>>6|a<<26)^(a>>>11|a<<21)^(a>>>25|a<<7),C=e&t,p=C^e&n^S,y=a&o^~a&i,f=s+g+y+A0[l]+u[l],h=c+p,s=r+f<<0,r=f+h<<0),c=(r>>>2|r<<30)^(r>>>13|r<<19)^(r>>>22|r<<10),g=(s>>>6|s<<26)^(s>>>11|s<<21)^(s>>>25|s<<7),b=r&e,p=b^r&t^C,y=s&a^~s&o,f=i+g+y+A0[l+1]+u[l+1],h=c+p,i=n+f<<0,n=f+h<<0,c=(n>>>2|n<<30)^(n>>>13|n<<19)^(n>>>22|n<<10),g=(i>>>6|i<<26)^(i>>>11|i<<21)^(i>>>25|i<<7),x=n&r,p=x^n&e^b,y=i&s^~i&a,f=o+g+y+A0[l+2]+u[l+2],h=c+p,o=t+f<<0,t=f+h<<0,c=(t>>>2|t<<30)^(t>>>13|t<<19)^(t>>>22|t<<10),g=(o>>>6|o<<26)^(o>>>11|o<<21)^(o>>>25|o<<7),S=t&n,p=S^t&r^x,y=o&i^~o&s,f=a+g+y+A0[l+3]+u[l+3],h=c+p,a=e+f<<0,e=f+h<<0;this.h0=this.h0+e<<0,this.h1=this.h1+t<<0,this.h2=this.h2+n<<0,this.h3=this.h3+r<<0,this.h4=this.h4+a<<0,this.h5=this.h5+o<<0,this.h6=this.h6+i<<0,this.h7=this.h7+s<<0};sn.prototype.hex=function(){this.finalize();var e=this.h0,t=this.h1,n=this.h2,r=this.h3,a=this.h4,o=this.h5,i=this.h6,s=this.h7,u=Te[e>>28&15]+Te[e>>24&15]+Te[e>>20&15]+Te[e>>16&15]+Te[e>>12&15]+Te[e>>8&15]+Te[e>>4&15]+Te[e&15]+Te[t>>28&15]+Te[t>>24&15]+Te[t>>20&15]+Te[t>>16&15]+Te[t>>12&15]+Te[t>>8&15]+Te[t>>4&15]+Te[t&15]+Te[n>>28&15]+Te[n>>24&15]+Te[n>>20&15]+Te[n>>16&15]+Te[n>>12&15]+Te[n>>8&15]+Te[n>>4&15]+Te[n&15]+Te[r>>28&15]+Te[r>>24&15]+Te[r>>20&15]+Te[r>>16&15]+Te[r>>12&15]+Te[r>>8&15]+Te[r>>4&15]+Te[r&15]+Te[a>>28&15]+Te[a>>24&15]+Te[a>>20&15]+Te[a>>16&15]+Te[a>>12&15]+Te[a>>8&15]+Te[a>>4&15]+Te[a&15]+Te[o>>28&15]+Te[o>>24&15]+Te[o>>20&15]+Te[o>>16&15]+Te[o>>12&15]+Te[o>>8&15]+Te[o>>4&15]+Te[o&15]+Te[i>>28&15]+Te[i>>24&15]+Te[i>>20&15]+Te[i>>16&15]+Te[i>>12&15]+Te[i>>8&15]+Te[i>>4&15]+Te[i&15];return this.is224||(u+=Te[s>>28&15]+Te[s>>24&15]+Te[s>>20&15]+Te[s>>16&15]+Te[s>>12&15]+Te[s>>8&15]+Te[s>>4&15]+Te[s&15]),u};sn.prototype.toString=sn.prototype.hex;sn.prototype.digest=function(){this.finalize();var e=this.h0,t=this.h1,n=this.h2,r=this.h3,a=this.h4,o=this.h5,i=this.h6,s=this.h7,u=[e>>24&255,e>>16&255,e>>8&255,e&255,t>>24&255,t>>16&255,t>>8&255,t&255,n>>24&255,n>>16&255,n>>8&255,n&255,r>>24&255,r>>16&255,r>>8&255,r&255,a>>24&255,a>>16&255,a>>8&255,a&255,o>>24&255,o>>16&255,o>>8&255,o&255,i>>24&255,i>>16&255,i>>8&255,i&255];return this.is224||u.push(s>>24&255,s>>16&255,s>>8&255,s&255),u};sn.prototype.array=sn.prototype.digest;sn.prototype.arrayBuffer=function(){this.finalize();var e=new ArrayBuffer(this.is224?28:32),t=new DataView(e);return t.setUint32(0,this.h0),t.setUint32(4,this.h1),t.setUint32(8,this.h2),t.setUint32(12,this.h3),t.setUint32(16,this.h4),t.setUint32(20,this.h5),t.setUint32(24,this.h6),this.is224||t.setUint32(28,this.h7),e};function _0(e,t,n){var r,a=typeof e;if(a==="string"){var o=[],i=e.length,s=0,u;for(r=0;r>6,o[s++]=128|u&63):u<55296||u>=57344?(o[s++]=224|u>>12,o[s++]=128|u>>6&63,o[s++]=128|u&63):(u=65536+((u&1023)<<10|e.charCodeAt(++r)&1023),o[s++]=240|u>>18,o[s++]=128|u>>12&63,o[s++]=128|u>>6&63,o[s++]=128|u&63);e=o}else if(a==="object"){if(e===null)throw new Error(Fi);if(du&&e.constructor===ArrayBuffer)e=new Uint8Array(e);else if(!Array.isArray(e)&&(!du||!ArrayBuffer.isView(e)))throw new Error(Fi)}else throw new Error(Fi);e.length>64&&(e=new sn(t,!0).update(e).array());var l=[],c=[];for(r=0;r<64;++r){var g=e[r]||0;l[r]=92^g,c[r]=54^g}sn.call(this,t,n),this.update(c),this.oKeyPad=l,this.inner=!0,this.sharedMemory=n}_0.prototype=new sn;_0.prototype.finalize=function(){if(sn.prototype.finalize.call(this),this.inner){this.inner=!1;var e=this.array();sn.call(this,this.is224,this.sharedMemory),this.update(this.oKeyPad),this.update(e),sn.prototype.finalize.call(this)}};var Bi=u6();Bi.sha256=Bi;Bi.sha224=u6(!0);Bi.sha256.hmac=l6();Bi.sha224.hmac=l6(!0);var c6=Bi;var d6=c6.sha256;function hr(e){return Promise.resolve(d6(e))}function M0(e){return Array.from(new Uint8Array(e)).map(r=>r.toString(16).padStart(2,"0")).join("")}function Na(e,t){let n=d6.hmac.create(t);return n.update(e),Promise.resolve(n.array())}async function g6(e,t){let n=await Na(e,t);return M0(n)}async function P0(e,t){let n=j7(t),r=await Na(e,n);return M0(r)}function j7(e){let t=[];return e.replace(/../g,function(n){return t.push(parseInt(n,16)),""}),new Uint8Array(t).buffer}var m6=[["auto","auto"],["zh-CN","zh"],["zh-TW","zh-TW"],["de","de"],["en","en"],["es","es"],["fr","fr"],["id","id"],["it","it"],["ja","jp"],["ko","kr"],["ms","ms"],["pt","pt"],["ru","ru"],["th","th"],["tr","tr"],["vi","vi"]],gu=class e extends ke{static langMap=new Map(m6);maxTextGroupLength=50;static langMapReverse=new Map(m6.map(([t,n])=>[n,t]));static getUTCDate(t){let n=t.getUTCFullYear(),r=`${t.getUTCMonth()+1}`.padStart(2,"0"),a=`${t.getUTCDate()}`.padStart(2,"0");return`${n}-${r}-${a}`}secretId="";secretKey="";isSupportList=!0;constructor(t,n,r){if(super(t,n,r),!t||!t.secretId||!t.secretKey)throw new J("secretId and secretKey are required");this.secretId=t.secretId?.trim(),this.secretKey=t.secretKey?.trim()}getDefaultRateLimit(){return{limit:3,interval:1350}}async translate(t){let{text:n,from:r,to:a}=t,o=JSON.stringify({ProjectId:0,Source:e.langMap.get(r)||"auto",SourceText:n,Target:e.langMap.get(a)||a}),i=await this.signedRequest({secretId:this.secretId,secretKey:this.secretKey,action:"TextTranslate",payload:o,service:"tmt",version:"2018-03-21"});return{text:i.Response.TargetText,from:e.langMapReverse.get(i.Response.Source)||r,to:e.langMapReverse.get(i.Response.Target)||a}}async translateList(t){let{text:n,from:r,to:a}=t,o=JSON.stringify({ProjectId:0,Source:e.langMap.get(r)||"auto",SourceTextList:n,Target:e.langMap.get(a)||a}),i=await this.signedRequest({secretId:this.secretId,secretKey:this.secretKey,action:"TextTranslateBatch",payload:o,service:"tmt",version:"2018-03-21"});return{text:i.Response.TargetTextList,from:e.langMapReverse.get(i.Response.Source)||r,to:e.langMapReverse.get(i.Response.Target)||a}}async signedRequest({secretId:t,secretKey:n,action:r,payload:a,service:o,version:i}){let s=`${o}.tencentcloudapi.com`,u=new Date,l=`${new Date().valueOf()}`.slice(0,10),c=["POST","/","","content-type:application/json; charset=utf-8",`host:${s}`,"","content-type;host",await hr(a)].join(` +`+t.rule.additionalInjectedCss)),s&&zn(e,s,"immersive-translate-dynamic-injected-css")}m();m();m();var RS=0;function d(e,t,n,r,a){var o,i,s={};for(i in t)i=="ref"?o=t[i]:s[i]=t[i];var u={type:e,props:s,key:n,ref:o,__k:null,__:null,__b:0,__e:null,__d:void 0,__c:null,__h:null,constructor:void 0,__v:--RS,__source:a,__self:r};if(typeof e=="function"&&(o=e.defaultProps))for(i in o)s[i]===void 0&&(s[i]=o[i]);return Be.vnode&&Be.vnode(u),u}function nm({value:e,defaultCase:t=null,cases:n}){return e==null?null:d(xe,{children:n[e]!=null?n[e]:t})}m();function rm(){let[e,t]=$(location.hash);return le(()=>{let n=()=>t(location.hash);return globalThis.addEventListener("hashchange",n,!1),()=>{globalThis.removeEventListener("hashchange",n)}},[]),e}m();m();m();var l9={"zh-CN":{"languages.en":"\u82F1\u8BED","languages.ja":"\u65E5\u8BED","languages.ko":"\u97E9\u8BED","languages.es":"\u897F\u73ED\u7259\u8BED","languages.fr":"\u6CD5\u8BED","languages.de":"\u5FB7\u8BED","languages.it":"\u610F\u5927\u5229\u8BED","languages.pt":"\u8461\u8404\u7259\u8BED","languages.ru":"\u4FC4\u8BED","languages.wyw":"\u6587\u8A00\u6587","languages.":"\u5168\u90E8"},"zh-TW":{"languages.en":"\u82F1\u8A9E","languages.ja":"\u65E5\u8A9E","languages.ko":"\u97D3\u8A9E","languages.es":"\u897F\u73ED\u7259\u8A9E","languages.fr":"\u6CD5\u8A9E","languages.de":"\u5FB7\u8A9E","languages.it":"\u610F\u5927\u5229\u8A9E","languages.pt":"\u8461\u8404\u7259\u8A9E","languages.ru":"\u4FC4\u8A9E","languages.wyw":"\u6587\u8A00\u6587","languages.":"\u5168\u90E8"}},c9={...nn,"zh-CN":{...l9["zh-CN"],...nn["zh-CN"]},"zh-TW":{...l9["zh-TW"],...nn["zh-TW"]}},wi=c9;function Ma(e,t,n){return Ar(c9,e,t,Dr,n)}var s0=()=>Bn.filter(e=>e!=="auto"),Jt=(e,t,n,r)=>{let a=R2[e]||e,o=I2[e],i=O2[e],s={"zh-CN":o,"zh-TW":i,en:a};if(n)return s[e]?s[e]:a;if(s[t]){let u=s[t];return r||e==="auto"||e==="placeholder"?u:`${u} (${a})`}else return a};m();m();m();m();m();m();m();m();m();m();var _r=class{accessToken;constructor(t){this.accessToken=t}async listAll(){let t=[],n="";do{let{nextPageToken:r,files:a}=await this.list(n).catch(o=>{throw o});t.push(...a),n=r||""}while(n);return t}async getConfig(t){try{return await(await fetch(`https://www.googleapis.com/drive/v3/files/${t}?alt=media`,{headers:{Authorization:`Bearer ${this.accessToken}`}})).json()}catch(n){return I.error("get config error, use default",n),{}}}async delete(t){await fetch(`https://www.googleapis.com/drive/v3/files/${t}`,{method:"DELETE",headers:{Authorization:`Bearer ${this.accessToken}`}})}findByName(t){return this.list(void 0,`name = '${t}'`)}uploadConfig(t,n=_l){let r=new Blob([JSON.stringify(t,null,2)],{type:"application/json"});return this.upload({name:n,parents:["appDataFolder"],mimeType:"application/json"},r)}updateConfig(t,n){let r=new Blob([JSON.stringify(n,null,2)],{type:"application/json"});return this.updateContent(t,r)}async upload(t,n){let r=new FormData;r.append("metadata",new Blob([JSON.stringify(t)],{type:"application/json; charset=UTF-8"})),r.append("file",n);let a=await fetch("https://www.googleapis.com/upload/drive/v3/files?uploadType=multipart",{method:"POST",headers:{Authorization:`Bearer ${this.accessToken}`},body:r});return a.ok?await a.json():Promise.reject(a.text())}async list(t,n){let r=new URL("https://www.googleapis.com/drive/v3/files");t&&r.searchParams.append("pageToken",t),n&&r.searchParams.append("q",n),r.searchParams.append("spaces","appDataFolder"),r.searchParams.append("fields","files(id,name,createdTime,modifiedTime,size)"),r.searchParams.append("pageSize","100"),r.searchParams.append("orderBy","createdTime desc");try{return I.debug("list api:",r.toString(),this.accessToken),await(await fetch(r.toString(),{headers:{Authorization:`Bearer ${this.accessToken}`}})).json()}catch(a){throw I.error("fetch google ip error",a),a}}async updateContent(t,n){return await(await fetch(`https://www.googleapis.com/upload/drive/v3/files/${t}?uploadType=media`,{method:"PATCH",headers:{Authorization:`Bearer ${this.accessToken}`},body:n})).text()}};function d9(e,t){let n=["https://www.googleapis.com/auth/drive.appdata"];return`https://accounts.google.com/o/oauth2/v2/auth?client_id=${Ll}&response_type=token&redirect_uri=${encodeURIComponent(t)}&scope=${encodeURIComponent(n.join(" "))}&state=${encodeURIComponent(JSON.stringify(e))}`}function g9(e){let t=e.match(/[#?](.*)/);return!t||t.length<1?null:{access_token:new URLSearchParams(t[1].split("#")[0]).get("access_token")}}async function am(e,t,n,r,a,o,i){if(I.debug(`autoSyncStrategy accessToken: ${e}`),t===null){I.debug("autoSyncStrategy settings is null");return}let s=new _r(e);try{let u=(await s.findByName(_l)).files;I.debug("files",u);let l=u[0]?.id,c=null;if(l&&(c=await s.getConfig(l).then(g=>({fileId:l,config:g}))),c){let{config:g,fileId:p}=c,f=g.updatedAt?new Date(g.updatedAt):new Date(0),h=t.updatedAt?new Date(t.updatedAt):new Date(0);if(I.debug("remoteUpdatedAt",f,"localUpdatedAt",h),f>h)I.debug("remote is newer, update local config",g),n(g),o&&o(!0);else if(f.getTime()===h.getTime())I.debug("remote and local are the same, do nothing"),o&&o(!1);else if(f(await e.removeAuthInfo(),Os()&&globalThis.location.reload(),r))}static async getAuthInfo(){let t=await Q.storage.local.get(Ta);if(t[Ta])return t[Ta]}static async removeAuthInfo(){return await Q.storage.local.remove(Ta)}static setAuthInfo(t){return Q.storage.local.set({[Ta]:t})}async auth(t=!1){let n=await e.getAuthInfo();if(I.debug(this.CLASSNAME,"token from cache:",n),n&&n.access_token&&await m9(n.access_token).then(o=>!0).catch(o=>!1))return Promise.resolve(n);let r=d9(this._state,this._redirectUrl);return I.debug(this.CLASSNAME,"auth url: "+r),Os()?this.userscriptAuthWorkflow(r,t):this.extensionAuthWorkflow(r).then(a=>(e.setAuthInfo(a),a))}async userscriptAuthWorkflow(t,n){return n&&await Q.storage.local.set({[Ns]:!0}),globalThis.open(t,"_self"),Promise.resolve({})}extensionAuthWorkflow(t){let n,r=!1;return new Promise((a,o)=>{let i=()=>{Q.tabs.onUpdated.removeListener(s),Q.tabs.onRemoved.removeListener(u)},s=(p,f,h)=>{if(I.debug(this.CLASSNAME,"create tab onUpdated: "+h.url),n===p){let y=new URL(h.url||""),C=g9(h.url);y.pathname.startsWith("/auth-done")&&C?.access_token&&(I.debug(this.CLASSNAME,"auth done: "+h.url),a({access_token:C.access_token}),r=!0,Q.tabs.remove(p),i())}},u=(p,f)=>{I.debug(this.CLASSNAME,"create tab onRemoved: "+p),(p===n||!r)&&(i(),o(new Error("auth failed")))},l=Math.min(500,screen.availWidth),c=Math.min(650,screen.availHeight),g;Q.windows===void 0?g=Q.tabs.create({url:t}).then(p=>{n=p.id}):g=Q.windows.create({url:t,type:"popup",width:l,height:c,left:Math.round((screen.width-l)/2),top:Math.round((screen.height-c)/2)}).then(p=>{n=p.tabs[0].id}),g.then(()=>{Q.tabs.onUpdated.addListener(s),Q.tabs.onRemoved.addListener(u)}).catch(p=>{I.debug(this.CLASSNAME,"create tab failed: "+p),o(p)})})}};var OS="https://www.googleapis.com/oauth2/v3/tokeninfo",NS=Ll,US=Pe().REDIRECT_URL;function m9(e){if(!e)throw"Authorization failure";let t=`${OS}?access_token=${e}`,n=new Request(t,{method:"GET"});function r(a){return new Promise((o,i)=>{a.status!=200&&i("Token validation error"),a.json().then(s=>{s.aud&&s.aud===NS?o(e):i("Token validation error")})})}return fetch(n).then(r)}function p9(e,t=!1){let n=US;if(typeof window<"u"&&window.location.protocol.startsWith("http")){let a=window.location.hostname,o=window.location.port;n=`${window.location.protocol}//${a}${o?`:${o}`:""}/auth-done/`}return new Pa(e,n).auth(t)}function om(e,t=!1){return p9(e,t).then(n=>n.access_token||null)}m();m();m();function Fa(e,t){var n=(e&65535)+(t&65535),r=(e>>16)+(t>>16)+(n>>16);return r<<16|n&65535}function jS(e,t){return e<>>32-t}function l0(e,t,n,r,a,o){return Fa(jS(Fa(Fa(t,e),Fa(r,o)),a),n)}function mn(e,t,n,r,a,o,i){return l0(t&n|~t&r,e,t,a,o,i)}function pn(e,t,n,r,a,o,i){return l0(t&r|n&~r,e,t,a,o,i)}function fn(e,t,n,r,a,o,i){return l0(t^n^r,e,t,a,o,i)}function hn(e,t,n,r,a,o,i){return l0(n^(t|~r),e,t,a,o,i)}function u0(e,t){e[t>>5]|=128<>>9<<4)+14]=t;var n,r,a,o,i,s=1732584193,u=-271733879,l=-1732584194,c=271733878;for(n=0;n>5]>>>t%32&255);return n}function im(e){var t,n=[];for(n[(e.length>>2)-1]=void 0,t=0;t>5]|=(e.charCodeAt(t/8)&255)<16&&(r=u0(r,e.length*8)),n=0;n<16;n+=1)a[n]=r[n]^909522486,o[n]=r[n]^1549556828;return i=u0(a.concat(im(t)),512+t.length*8),f9(u0(o.concat(i),512+128))}function h9(e){var t="0123456789abcdef",n="",r,a;for(a=0;a>>4&15)+t.charAt(r&15);return n}function sm(e){return unescape(encodeURIComponent(e))}function b9(e){return HS(sm(e))}function qS(e){return h9(b9(e))}function y9(e,t){return zS(sm(e),sm(t))}function WS(e,t){return h9(y9(e,t))}function qn(e,t,n){return t?n?y9(t,e):WS(t,e):n?b9(e):qS(e)}var Di=[];async function su(e,t){return await new Promise((n,r)=>{let a=e,o=1,i=indexedDB.open(a,o);i.onsuccess=s=>{n(i.result)},i.onerror=s=>{r()},i.onupgradeneeded=s=>{let u=i.result,l=t||"cache";u.createObjectStore(l,{keyPath:"key"})}})}async function um(e){let t=`${ee}-${e.service}@${e.from}->${e.to}`;return await VS(t,e)}async function lm(e){let t=qn(e.originalText),n=`${ee}-${e.service}@${e.from}->${e.to}`;return await $S(n,t)}async function $S(e,t){let n=await su(e);return await new Promise((r,a)=>{if(!n)return a();let o="cache",s=n.transaction([o],"readonly").objectStore(o).get(t);s.onsuccess=u=>{n.close();let l=s.result;r(l)},s.onerror=u=>{n.close(),a()}})}async function VS(e,t){let n=await su(e);return(await cm()).includes(e)||await KS(e),await new Promise(a=>{if(!n)return a(!1);let o="cache",s=n.transaction([o],"readwrite").objectStore(o).put(t);s.onsuccess=u=>{n.close(),a(!0)},s.onerror=u=>{n.close(),a(!1)}})}async function KS(e){let t="cache_list",n=await su(ee+"-cacheList",t),a=n.transaction([t],"readwrite").objectStore(t).put({key:e});a.onsuccess=o=>{n.close(),Di.push(e)},a.onerror=o=>{n.close()}}async function cm(){if(Di&&Di.length>0)return Di;let e=await su(ee+"-cacheList","cache_list");return Di=await new Promise(t=>{let n="cache_list",a=e.transaction([n],"readonly").objectStore(n).getAllKeys();a.onsuccess=o=>{e.close(),t(a.result)},a.onerror=o=>{e.close(),t([])}}),Di}async function dm(){try{let e=[];(await cm()).forEach(r=>{e.push(GS(r))});let n=await Promise.all(e);return Ks(n.reduce((r,a)=>r+a,0))}catch{return Ks(0)}}async function GS(e){let t=await su(e),r=[...t.objectStoreNames].reduce((i,s)=>{let u=YS(t,s);return i.push(u),i},[]),a=await Promise.all(r);return t.close(),a.reduce((i,s)=>i+s,0)}async function YS(e,t){return await new Promise((n,r)=>{if(e==null)return r();let a=0,o=e.transaction([t]).objectStore(t).openCursor();o.onsuccess=i=>{let s=o.result;if(s){let u=s.value,l=JSON.stringify(u);a+=l.length,s.continue()}else n(a)},o.onerror=i=>r("error in "+t+": "+i)})}async function C9(){try{let t=(await cm()).map(r=>JS(r));return!!(await Promise.all(t)).every(r=>r)}catch{return!1}}async function JS(e){return await new Promise(t=>{let n=indexedDB.deleteDatabase(e);n.onsuccess=()=>{t(!0)},n.onerror=r=>{t(!1)}})}m();function QS(e,t){return Math.floor(Math.random()*(t-e+1))+e}var ZS=30,gm="RATE_LIMITER_TICKS",_o=class e{static strictTicks={};static clearStrictTicks(){tu(gm,"{}")}static async getStrictTicks(t,n){if(n)return this.strictTicks[t]||[];try{let r=await t0(gm);r&&(this.strictTicks=JSON.parse(r)||{})}catch(r){I.debug("Error setting rate limiter ticks",r),this.strictTicks[t]=[]}finally{return this.strictTicks[t]||[]}}static wait(t,n){return new Promise((r,a)=>{e.getDelay(t,n).then(o=>{setTimeout(()=>{r(o)},o)})})}static async setStrictTicks(t,n,r){try{if(this.strictTicks[t]=n,r)return;await tu(gm,JSON.stringify(this.strictTicks))}catch(a){I.debug("Error setting rate limiter ticks",a)}}static async getDelay(t,n,r=!1){if(!r){let l=QS(4,ZS);await xn(l)}let a=await this.getStrictTicks(t,r)||[],{limit:o,interval:i}=n,s=Date.now();if(a.length=u?(a.push(s),await this.setStrictTicks(t,a,r),0):(a.push(u),await this.setStrictTicks(t,a,r),u-s)}};var uu=l1()?["action"]:["browser_action","page_action"],e7=[{id:"toggleTranslatePage",contexts:["page","frame","selection",...uu]},{id:js,contexts:uu},{id:Hs,contexts:uu},{id:zs,contexts:uu},{id:v2,contexts:uu}];async function c0(e){e=e||await ft(),I.debug("update ContextMenu",e);for(let t of e7){let n=!0;e.isShowContextMenu===!1&&t.id==="toggleTranslatePage"&&(n=!1);let r=Ma(`browser.${t.id}`,e.interfaceLanguage);Q.contextMenus.update(t.id,{title:r,visible:n})}}m();function T9(e,t){let n=t;n||(n=Pe().IMMERSIVE_TRANSLATE_INJECTED_CSS||"");let a=`${`--immersive-translate-${e}`}: (.+?);`,o=new RegExp(a),i=n.match(o);return i?i[1]:""}m();function ki(e,t,n=[],r){let a=["notranslate"];return r&&a.push(B2),e&&(a.push(`${ee}-target-translation-theme-${e}`),t?a.push(`${kg}-theme-${e}`):a.push(`${Dg}-theme-${e}`)),n.length>0&&a.push(...n),t?a.push(kg):a.push(Dg),a}function Ai(e){let t=["notranslate",Ol];return e&&t.push(`${ee}-target-translation-theme-${e}-inner`),t}function v9(e,t,n){let{rule:r,state:a}=n,{translationTheme:o}=a,{variables:i,isVertical:s}=e;i=i||[];let{text:u}=t,{wrapperPrefix:l,wrapperSuffix:c}=r,g=Ao(n,!0),p="afterend",f=g[0],h=g[1],y=`${f}(\\d+)${h}`,C=new RegExp(y,"g"),b=nt.sanitize(u);i.length>0&&(b=b.replace(C,P=>{let w=b.indexOf(P),E=b[w-1]===" ",A=b[w+P.length]===" ",T=P.replace(new RegExp(g[0],"g"),"").replace(new RegExp(g[1],"g"),""),N=Number(T);if(isNaN(N))return P;let B=i[N];if(B&&B.type==="element"){let M=B.value.outerHTML;return E||(M=" "+M),A||(M=M+" "),M}else I.error("variable type not supported",B,P);return P}));let v=ki(o,e.inline,r.translationClasses||[],e.preWhitespace);s&&v.push(F2);let S=Ai(o),L="";return r.translationBlockStyle&&(L=`style="${r.translationBlockStyle}"`),b=`<${n.rule.targetWrapperTag} ${L} class="${v.join(" ")}" ${wr}="1"><${r.targetWrapperTag} class="${S.join(" ")}" ${wr}="1">${b}`,e.inline||(l==="smart"?b=`
${b}`:b=`${l}${b}`),e.inline&&(l!=="smart"?b=`${l}${b}`:b=`<${r.targetWrapperTag} class="notranslate" ${wr}="1"> ${b}`),c==="smart"?b=`${b}`:b=`${b}${c}`,{html:b,position:p}}m();function st(e){Tg({type:"success",text:e})}function an(e){Tg({type:"error",text:e})}m();m();m();m();var mm={get:(e,t,n)=>{let r=t===void 0?e:{[e]:t};return Q.storage[n].get(r)},set:(e,t,n)=>Q.storage[n].set({[e]:t})};function d0(e,t,n){let[r]=$(()=>typeof t=="function"?t():t),[a]=$(n),[o,i]=$(r),[s,u]=$(!1),[l,c]=$("");le(()=>{mm.get(e,r,a).then(p=>{p[e]&&i(p[e]),u(!0),c("")}).catch(p=>{u(!1),c(p)})},[e,r,a]);let g=Ne(p=>{let f=typeof p=="function"?p(o):p;I.debug("new settings",f),mm.set(e,f,a).then(()=>{i(f),u(!0),c("")}).catch(h=>{i(f),u(!1),c(h)})},[a,e,o]);return[o,g,s,l]}m();function g0(e,t,n){let r=[];return function(){let[o,i,s,u]=d0(e,t,n),l=Ne(c=>{for(let g of r)g(c)},[]);return le(()=>(r.push(i),()=>{r.splice(r.indexOf(i),1)}),[i]),[o,l,s,u]}}function x9(e,t){return g0(e,t,"local")}function E9(e,t){return g0(e,t,"sync")}var t7="userConfig",n7=null,r7=E9(t7,n7);function Ve(e){let[t,n,r,a]=r7(),o=Ne(i=>{let s=typeof i=="function"?i(t):i;s&&(s.updatedAt=new Date().toISOString()),n(s),e&&e(s)},[t]);return[t,o,r,a,n]}m();m();m();m();function m0(e,t){let n=e.original||e,r=null,{stayOriginalSelectors:a,delimiters:o,isPreWhitespace:i}=t,s=[],u={};for(let l=0;l2&&(b=`<${o[2]}${C}>`),u[C]=c,s.push({text:b,type:"variable"})}else s.push({text:c.textContent||"",type:"text"});else{let y=c.textContent||"";p&&(y=Aa(pm(c))),s.push({text:y,type:"text"})}else if(c.nodeType===Node.ELEMENT_NODE)if(c&&ln(c,a)){let C=Object.keys(u).length,b=`${o[0]}${C}${o[1]}`;o.length>2&&(b=`<${o[2]}${C}>`),u[C]=c;let v=fm(s).endsWith(" ")?" ":"",S=Aa(c.innerText||c.textContent),L=Aa(c.nextSibling).startsWith(" ")?" ":"",P=nu(v+S+L),w=P[0]+b+P[1];if(v===" ")w=w.trimStart();else if(!w.startsWith(" ")){let E=nu(c.previousSibling)[1];E===""&&(E=" "),w=E+w}s.push({text:w,type:"variable"})}else{let y=fm(s).endsWith(" ")?" ":"",C=Aa(c.innerText||c.textContent);p&&(C=Aa(pm(c)));let b=Aa(c.nextSibling).startsWith(" ")?" ":"",v=nu(y+C+b),S=v[0]+(c.innerText?.trim()||c.textContent?.trim()||"")+v[1];if(y===" ")S=S.trimStart();else{let L=nu(c.previousSibling)[1];L===""&&(c.nodeName==="A"||c.nodeName==="CODE")&&(L=" "),S=L+S}s.push({text:S,type:"text"})}else{let y=fm(s).endsWith(" ")?" ":"",C="";c.textContent&&(C=Aa(pm(c))),y===" "&&(C=C.trimStart()),s.push({text:C,type:"text"})}}if(s&&s.length>0){let l="";for(let c=0;c0&&(p=s[c-1].text),c/g,">"))}e.targetText=nt.sanitize(e.targetText);let a=!1,o=e.text,i=o.split(" ").length,s=o.split(` +`).length;i<=n.blockMinWordCount&&o.length<=n.blockMinTextCount&&s<2&&(a=!0);let u={id:Number(e.id),elements:[],isVertical:!1,rootFrame:e.commonAncestorContainer,text:e.text,variables:r,inline:a,preWhitespace:e.isPreWhitespace||!1,languageByLocal:"auto",languageByClient:"auto"},l=Ao(t);if(l.length>2){let c=l[2];return a7({delimiterTag:c,targetText:e.targetText,inline:a,preWhitespace:e.isPreWhitespace||!1,wrapperPrefix:t.rule.wrapperPrefix,wrapperSuffix:t.rule.wrapperSuffix,targetWrapperTag:t.rule.targetWrapperTag,translationTheme:t.state.translationTheme,translationBlockStyle:t.rule.translationBlockStyle,translationClasses:t.rule.translationClasses,variables:r}).html}else{let c=v9(u,{id:Number(e.id),url:"https://google.com",text:e.targetText,from:"auto",to:"auto",fromByClient:"auto"},t);return c.html}}function pm(e){return(e?.innerText||e.textContent||"").replace(/\s+/g," ")||""}function a7(e){let{delimiterTag:t,inline:n,translationClasses:r,targetWrapperTag:a,wrapperPrefix:o,variables:i,preWhitespace:s,wrapperSuffix:u,translationTheme:l,translationBlockStyle:c}=e;i=i||[];let g=e.targetText;g=nt.sanitize(g);let p=g,f=new RegExp(`<${t}(\\d+)>(.*?)`,"g"),h=new RegExp(`<${t}(\\d+)>`);i.length>0&&(p=p.replace(f,v=>{let S=p.indexOf(v),L=p[S-1]===" ",P=p[S+v.length]===" ",w=v.match(h);if(!w)return v;let E=w[1],A=Number(E);if(isNaN(A))return v;let D=i[Number(A)];if(D&&D.type==="element"){let T=D.value.outerHTML;return L||(T=" "+T),P||(T=T+" "),T}else if(D&&D.type==="text"){let T=D.value;return L||(T=" "+T),P||(T=T+" "),T}else I.error("variable type not supported",D,v);return v}));let y=ki(l,n,r||[],s),C=Ai(l),b="";return c&&(b=`style="${c}"`),p=`<${a} ${b} class="${y.join(" ")}" ${wr}="1"><${a} class="${C.join(" ")}" ${wr}="1">${p}`,n||(o==="smart"?p=`
${p}`:p=`${o}${p}`),n&&(o!=="smart"?p=`${o}${p}`:p=`<${a} class="notranslate" ${wr}="1"> ${p}`),u==="smart"?p=`${p}`:p=`${p}${u}`,{html:p,position:"afterend"}}function fm(e){let t=e[e.length-1];return t?t.text:""}function hm(e){let{text:t,delimiters:n,variables:r}=e,a=t;if(n.length>2){let o=n[2],i=new RegExp(`<${o}(\\d+)>(.*?)`,"g"),s=new RegExp(`<${o}(\\d+)>`),u=t;return Object.keys(r).length>0&&(u=u.replace(i,c=>{let g=c.match(s);if(!g)return c;let p=g[1],f=Number(p);if(isNaN(f))return c;let h=r[p];return h||c})),u}else{let o=`${n[0]}(\\d+)${n[1]}`,i=new RegExp(o,"g");a=a.replace(i,s=>{let l=s.replace(new RegExp(n[0],"g"),"").replace(new RegExp(n[1],"g"),""),c=Number(l);return isNaN(c)?s:r[c]?r[c]:s})}return a}m();m();m();m();m();m();var YV=D9(2),w9=D9(3);function D9(e){if(typeof e!="number"||Number.isNaN(e)||e<1||e===Number.POSITIVE_INFINITY)throw new Error("`"+e+"` is not a valid argument for `n-gram`");return t;function t(n){let r=[];if(n==null)return r;let a=typeof n.slice=="function"?n:String(n),o=a.length-e+1;if(o<1)return r;for(;o--;)r[o]=a.slice(o,o+e);return r}}m();var o7=/\s+/g,i7=/[\t\n\v\f\r ]+/g;function k9(e,t){t?typeof t=="string"&&(t={style:t}):t={};let n=t.preserveLineEndings?s7:u7;return String(e).replace(t.style==="html"?i7:o7,t.trim?l7(n):n)}function s7(e){let t=/\r?\n|\r/.exec(e);return t?t[0]:" "}function u7(){return" "}function l7(e){return t;function t(n,r,a){return r===0||r+n.length===a.length?"":e(n)}}var A9={}.hasOwnProperty;function c7(e){return e==null?"":k9(String(e).replace(/[\u0021-\u0040]+/g," ")).trim().toLowerCase()}function d7(e){return w9(" "+c7(e)+" ")}function g7(e){let t=d7(e),n={},r=-1;for(;++rn&&(n=o,r=a)}return[r,n]}function C7(e,t){let n=e.match(t);return(n?n.length:0)/e.length||0}function T7(e,t,n,r){t=x7(t,n,r);let a=[],o;if(t)for(o in t)p0.call(t,o)&&a.push([o,v7(e,t[o])]);return a.length===0?ym():a.sort(E7)}function v7(e,t){let n=0,r=-1;for(;++rt.traditionalCharacters?(t.detectedCharacters="simplified",t.detectionRate=t.simplifiedCharacters/t.traditionalCharacters|1):t.simplifiedCharactersi+s.length,0));let o=e.length-r;for(let i of F7){let s=i[1],u=i[0],l=e.match(s),c=l?l.length:0;c>n&&(n=c,t=u)}return n*2.5/o>.5?t==="zh-CN"?I9(e)?"zh-TW":"zh-CN":t:"auto"}var N9=[["afr","af"],["amh","am"],["arb","ar"],["azj","az"],["bel","be"],["bul","bg"],["ben","bn"],["bos","bs"],["cat","ca"],["ceb","ceb"],["ces","cs"],["dan","da"],["deu","de"],["ell","el"],["eng","en"],["epo","eo"],["spa","es"],["est","et"],["fas","fa"],["fin","fi"],["fra","fr"],["gax","ga"],["glg","gl"],["guj","gu"],["hau","ha"],["heb","he"],["hin","hi"],["hrv","hr"],["hun","hu"],["hye","hy"],["ind","id"],["ibo","ig"],["ita","it"],["jpn","ja"],["jav","jw"],["kat","ka"],["kaz","kk"],["khm","km"],["kan","kn"],["kor","ko"],["ckb","ku"],["lao","lo"],["lit","lt"],["lav","lv"],["min","mi"],["mkd","mk"],["mal","ml"],["mar","mr"],["mya","my"],["nep","ne"],["nld","nl"],["nob","no"],["nya","ny"],["pan","pa"],["pol","pl"],["pbu","ps"],["por","pt"],["ron","ro"],["rus","ru"],["sin","si"],["slk","sk"],["slv","sl"],["sna","sn"],["som","so"],["als","sq"],["srp","sr"],["sun","su"],["swe","sv"],["swh","sw"],["tam","ta"],["tel","te"],["tgk","tg"],["tha","th"],["toi","to"],["tur","tr"],["ukr","uk"],["urd","ur"],["uzn","uz"],["vie","vi"],["xho","xh"],["ydd","yi"],["yor","yo"],["cmn","zh-CN"],["zul","zu"]],Cm=new Map(N9),B7=new Map(N9.map(([e,t])=>[t,e]));function U9(e,t,n=["en"]){if(!e)return"auto";try{let r=n.map(s=>B7.get(s));!t&&t!==0&&(t=25);let a=h0(e);if(a!=="auto")return a;let o={minLength:t,whitelist:[...Cm.keys()]},i=M9(e,o);if(i&&i.length>0){if(i.length>1&&i[0][1]-i[1][1]<=.3)for(let c=0;c.5&&c/i.length<=.25){if(g=="eng"&&p<.95)break;return Cm.get(g)}}let[s,u]=i[0],l=Cm.get(s);if(l&&u>.9)return l}}catch(r){I.error(r)}return"auto"}m();m();var Tm="Original";function Ze(){return Tm}function Dn(e){Tm=e,j9(Tm)}m();var z9="auto",b0="auto",H9="auto";function q9(e){z9=e}function Xn(e){b0=e}function Mt(){return b0!=="auto"?b0:H9!=="auto"?H9:z9}function y0(){return b0}m();function Mo(e){return e?.id?.endsWith("pdfWebPage")||!1}function Ra(e){try{if(!e||!Mo(e))return"";let t="";if(e.pdfUrlExtractRule.attribute&&e.pdfUrlExtractRule.selector){let r=e.pdfUrlExtractRule,{selector:a,attribute:o}=r;if(a&&o){let i=document.querySelector(a);if(!i)return"";t=i.getAttribute(o)||""}}else t=document.querySelector("embed[type='application/pdf']")?.getAttribute("src")||"";if(t.startsWith("about"))return"";if(!t.startsWith("/"))return t;let n=new URL(location.href);return t.startsWith("//")?n.protocol+t:n.protocol+"//"+n.host+t}catch{return""}}var Xe={},Ia=async function(e,t){let{method:n,data:r}=e,a=await Xe.updateGlobalContext(),o=Date.now();if(I.debug(`content script received message: ${n}`,r||" "),n==="translateTheWholePage")await Xe.translateTheWholePage(r),at(gr,o);else if(n==="translateTheMainPage")await Xe.translateTheMainPage(r),at(gr,o);else if(n==="translateToThePageEndImmediately")await Xe.translateToThePageEndImmediately(r),at(gr,o);else if(n==="toggleTranslatePage")await Xe.toggleTranslatePage(r),at(gr,o);else if(n==="toggleTranslateTheWholePage")await Xe.toggleTranslateTheWholePage(r),at(gr,o);else if(n==="toggleTranslateTheMainPage")await Xe.toggleTranslateTheMainPage(r),at(gr,o);else if(n==="toggleOnlyTransation")await Xe.ensureSwitchTranslationMode(r),at(gr,o);else if(n==="translatePage")await Xe.translatePage(a,r),at(gr,o);else if(n==="toggleTranslationMask")await Xe.toggleTranslationMask(r);else if(n==="restorePage")Xe.restorePage();else if(n==="retryFailedParagraphs")Xe.retryFailedParagraphs();else if(n==="switchTranslationMode"){if(a.rule.isPdf)return;r&&r.mode&&(await Xe.switchTranslationMode(r.mode),await Xe.reloadSubtitleWithTranslationModeChanged())}else if(n==="autoEnableSubtitleChanged")Xe.autoEnableSubtitleChanged(a,r);else if(n=="shareToDraft")globalThis.document.dispatchEvent(new CustomEvent(Pl,{detail:r}));else if(n=="toggleTranslateToThePageEndImmediately")await Xe.toggleTranslateToThePageEndImmediately(r);else if(n==="toggleMouseHoverTranslateDirectly")globalThis.document.dispatchEvent(new CustomEvent(Us,{detail:r}));else if(n==="translateWithOpenAI")await Xe.translatePageWithTranslationService("openai",r);else if(n==="translateWithGoogle")await Xe.translatePageWithTranslationService("google",r);else if(n==="translateWithDeepL")await Xe.translatePageWithTranslationService("deepl",r);else if(n==="translateWithBing")await Xe.translatePageWithTranslationService("bing",r);else if(n==="translateWithTransmart")await Xe.translatePageWithTranslationService("transmart",r);else if(n==="translateWithGemini")await Xe.translatePageWithTranslationService("gemini",r);else if(n==="translateInputBox")await Xe.translateInputBoxWithShortcut(a);else if(n!=="updateGlobalCtx"){if(n==="toggleVideoSubtitlePreTranslation")ot()||await Xe.toggleVideoSubtitlePreTranslation();else if(n==="getAsyncContextString"&&!ot())return JSON.stringify(a)}};function W9(e){Object.assign(Xe,e)}function $9(e){Object.assign(Xe,e)}function V9(e){Object.assign(Xe,e)}var R7=function(e,t){let{method:n,data:r}=e;if(I.debug(`content script received sync message: ${n}`,r||" "),n==="ping")return"pong";if(n==="getPageStatus")return Ze();if(n==="getCurrentPageLanguage"){let a=Mt();return Xe.detectCurrentPageLanguage().catch(o=>{I.warn("detectCurrentPageLanguage failed",o)}),a}else{if(n==="setCurrentPageLanguageByClient")return Xn(r),Mt();if(n==="getContextString"){let a=Xe.getPureGlobalContext(),{articleNode:o,bodyNode:i,...s}=a;return JSON.stringify(s)}else if(n=="getPdfWebUrl"){let a=Xe.getPureGlobalContext();return Ra(a?.rule)}}},C0,T0;function K9(){let e=v0();ot()||I7(),e.sendMessage("popup:main_sync",{method:"ready"}).catch(n=>{})}function v0(){return C0||(C0=new ea("content_script",!1).getConnection("main",Ia),C0)}function I7(){return T0||(T0=new ea("content_script",!1).getConnection("main_sync",R7,{sync:!0}),T0)}m();var vm=[["auto","auto"],["zh-CN","zh"],["zh-TW","zh-TW"],["de","de"],["en","en"],["es","es"],["fr","fr"],["id","id"],["it","it"],["ja","ja"],["ko","ko"],["ms","ms"],["pt","pt"],["ru","ru"],["th","th"],["tr","tr"],["vi","vi"]],x0="https://transmart.qq.com/api/imt",ra=class e{static langMapReverse=new Map(vm.map(([t,n])=>[n,t]));static getClientKey(){return btoa("transmart_crx_"+navigator.userAgent).slice(0,100)}static async detectLanguageRemotelyByTransmart(t){let n={header:{fn:"text_analysis",client_key:e.getClientKey()},text:t.slice(0,280)},r=await de({url:x0,method:"POST",body:JSON.stringify(n)});if(r.header.ret_code!=="succ")throw new Error(r.message||r.header.ret_code);let a=r.language,o=e.langMapReverse.get(a);return o||a}};async function Pt(e){return await v0().sendMessage("background:main",e)}function de(e){return Al()?Jl({method:"request",data:e}):me()||kl()?(e.fetchPolyfill=globalThis.GM_fetch,mr(e)):Pt({method:"fetch",data:e})}function er(){return me()?ft():Pt({method:"getConfig"})}function kn(e){return me()?Do(e):Pt({method:"setUserConfig",data:e})}function An(){return me()?pr():Pt({method:"getUserConfig"})}function cu(){return me()?qt():Pt({method:"getLocalConfig"})}function E0(e){return me()?Wt(e):Pt({method:"setLocalConfig",data:e})}function G9(e){return me()?j1(e):Pt({method:"setBuildinConfig",data:e})}async function Oe(e){if(e.text){let n=h0(e.text);if(n!=="auto")return Promise.resolve(n)}else return"auto";if(me()||$e()){if(e.translateService&&!jl.includes(e.translateService))return Promise.resolve("auto");let r=U9(e.text,e.minLength,e.pageLangs);return Promise.resolve(r)}let t=await Pt({method:"detectLanguage",data:e});return Promise.resolve(t)}function Y9(){return Pt({method:"detectTabLanguage"})}async function S0(e){let t=await Oe({text:e,pageLangs:["en"]});try{if(me()||$e()){let n=e.substring(0,200);t=await ra.detectLanguageRemotelyByTransmart(n)}}catch{}return t}function j9(e){let t=new CustomEvent(bo,{detail:e});if(document.dispatchEvent(t),me())return;v0().sendMessage("popup:main_sync",{method:"setPageStatus",data:e}).catch(r=>{})}function J9(e){return me()?lm(e):Pt({method:"queryParagraphCache",data:e})}async function Q9(e){if(me()){await um(e);return}return Pt({method:"setParagraphCache",data:e})}async function Z9(){if(me())return Promise.resolve();await Pt({method:"mockRequest"})}function Li(e=!1,t=""){return me()?(Q.runtime.openOptionsPage(e,t),Promise.resolve()):Pt({method:"openOptionsPage",data:{newTab:e,pageRoute:t}})}function w0(e=""){return me()||$e()?Pe().OPTIONS_URL:Q.runtime.getURL("options.html")}function X9(e=""){return Q&&Q.runtime&&Q.runtime.getURL?Q.runtime.getURL("options.html"):""}function D0(e=!1){return me()?(Q.extra.openAboutPage(e),Promise.resolve()):Pt({method:"openAboutPage"})}function _i(e){return me()?(Q.extra.openInTab(e),Promise.resolve()):Pt({method:"openInTab",data:e})}function e6(e=!1){return me()?(Q.extra.openEbookViewerPage(e),Promise.resolve()):Pt({method:"openEbookViewerPage"})}function t6(e=!1){return me()?(Q.extra.openEbookBuilderPage(e),Promise.resolve()):Pt({method:"openEbookBuilderPage"})}function n6(e){$e()}function Mi(e=!1,t){return me()?(Q.extra.openPdfViewerPage(e),Promise.resolve()):Pt({method:"openPdfViewerPage",data:{url:t}})}function r6(e=!1){return me()?(Q.extra.openSubtitleBuilderPage(e),Promise.resolve()):Pt({method:"openSubtitleBuilderPage"})}function Pi(e){return me()?Promise.resolve():Pt({method:"setBadge",data:{text:e}})}function a6(){return me()?(I.warn("autoSyncLatestConfig is not support in monkey"),Promise.resolve()):Pt({method:"autoSyncLatestConfig"})}function k0(e,t=!1){return me()?Q.extra.openInTab(e,t):globalThis.open(e,t?"_blank":"_self"),Promise.resolve()}function o6(e,t){return me()?_o.getDelay(e,t):Pt({method:"getDelay",data:{key:e,options:t}})}var ke=class{static langMap=new Map;serviceConfig;generalConfig;maxTextLength=1800;isSupportList=!0;maxTextGroupLength=50;requestTimeout=30*1e3;retry=2;translationOptions;minTextCount=2;constructor(t,n,r){this.serviceConfig=t,this.generalConfig=n,this.translationOptions=r,t?.retry&&(this.retry=t.retry),t?.requestTimeout&&(this.requestTimeout=Number(t.requestTimeout)),r&&r.minTextCount&&(this.minTextCount=r.minTextCount)}async init(){}getMaxTextGroupLength(){return this.maxTextGroupLength}getRateLimiter(){let t=this.getDefaultRateLimit()||{limit:7,interval:1250},n=this.serviceConfig;return n?.limit&&(t.limit=Number(n.limit)),n?.interval&&(t.interval=Number(n.interval)),t}formatRateLimit(t){return t.limit<1&&(t.interval=Math.round(1e3/t.limit),t.limit=1),t}getDefaultRateLimit(){return{limit:7,interval:1250}}getCacheKeyPrefix(){return""}translate(t){throw new Error("Not implemented")}translateList(t){throw new Error("Not implemented")}async multipleTranslate(t,n,r){if(t.sentences.length===0)return{sentences:[]};let{sentences:a}=t,o=!1,i=!1,s=[],u=null,l=new Set;for(let C of a)C.from&&C.from!=="auto"&&l.add(C.from),C.refresh&&(o=!0),C.debug&&(i=!0);let c=this.maxTextLength;this.serviceConfig&&this.serviceConfig.maxTextLengthPerRequest&&(c=this.serviceConfig.maxTextLengthPerRequest);let g=this.maxTextGroupLength;this.serviceConfig&&this.serviceConfig.maxTextGroupLengthPerRequest&&(g=this.serviceConfig.maxTextGroupLengthPerRequest),this.translationOptions&&this.translationOptions.sourceProgram&&["videoSubtitle","subtitle"].includes(this.translationOptions.sourceProgram)&&this.serviceConfig&&this.serviceConfig.maxTextGroupLengthPerRequestForSubtitle&&(g=this.serviceConfig.maxTextGroupLengthPerRequestForSubtitle);try{s=b1(a,c,g)}catch(C){if(r)for(let b=0;bC));let p=[],f=[],h=(C,b,v)=>{let S="";if(b.translatedTexts&&b.translatedTexts[0]&&(S=b.translatedTexts[0]),f[C]||(f[C]=b,f[C].translatedTexts=Array(b.sentenceTotalParts).fill(null)),f[C].hasError)return;if(v){let w=v instanceof J?new J(v.name,v.message).initNetWork(v.status).initData(v.data):v;f[C].hasError=!0,b.callback&&b.callback(w,null,b.sentence);return}f[C].translatedTexts[b.partIndex]=S;let L=f[C],P=0;for(let w=0;w{let P=b.from;if(b.fromByClient&&b.fromByClient!=="auto"&&(P=b.fromByClient),this.isSupportList)return{...await this.formatAndTranslateList({text:b.tempSentences.map(E=>E.text),forces:b.tempSentences.map(E=>E.force),xpaths:b.tempSentences.map(E=>E.xpath||""),from:P,to:b.to,url:v,options:n,refresh:o,debug:i}),sourceTempSentences:b.tempSentences};{let w=P2;this.serviceConfig&&this.serviceConfig.translationTextSeparator&&(w=this.serviceConfig.translationTextSeparator);let E=null;this.serviceConfig&&this.serviceConfig.newlinePlaceholderDelimiters&&(E=this.serviceConfig.newlinePlaceholderDelimiters);let A=[],D=Lr(this.serviceConfig);if(b.tempSentences.forEach((H,R)=>{let k=Yg({text:H.text,_systemExcludeWordRegex:this.generalConfig._systemExcludeWordRegex,delimiters:D,glossaries:this.translationOptions.glossaries,excludeRegexps:this.translationOptions.excludeRegexps,targetLanguage:b.to});H.force!==!0&&(k&&k.text&&k.text.trim().lengthR.text);return Promise.resolve({sourceTempSentences:b.tempSentences,text:H,from:P,to:b.to})}let T="";E&&E.length>=2?T=A.map((H,R)=>{let{item:k}=H;return R===A.length-1?k.text:k.text+E[0]+(R+1)+E[1]}).join(""):T=A.map(({item:H})=>H.text).join(w);let N=await this.translate({text:T,from:P,to:b.to,url:v,options:{...n,rawTextArrayLength:A.length,sourceProgram:this.translationOptions.sourceProgram||""},refresh:o,debug:i}),{text:B}=N,M=[];if(E&&E.length>=2){let H=`${E[0]}\\d+${E[1]}`;E&&E.length>=3&&(H=E[2]);let R=new RegExp(H,"g");M=B.split(R)}else M=B.split(w);let O=[];if(M.length>A.length){for(let H=0;HH.text);return D=Lr(this.serviceConfig,!0),O.forEach((H,R)=>{let k=A[R],_=k.index,F=k.variables||{};Object.keys(F).length>0&&(H=hm({text:H,delimiters:D,variables:F})),U[_]=H}),{sourceTempSentences:b.tempSentences,text:U,from:N.from,to:N.to}}};p.push(L().then(P=>{let{text:w,sourceTempSentences:E}=P;for(let A=0;A{if(P instanceof J&&P.initData({translationService:this.translationOptions.translationService,isLogin:!!this.translationOptions.userToken,isPro:this.translationOptions.isPro}),r){for(let w=0;w{let b=C.sentence.text;return C.translatedTexts&&C.translatedTexts.length>0&&(b=C.translatedTexts.join("")),{...C.sentence,text:b}})}}async formatAndTranslateList(t){let n={...t},{forces:r}=t,a=[],o=Lr(this.serviceConfig);if(this.serviceConfig&&o.length>0)try{let{text:l,xpaths:c}=t;if(l.forEach((g,p)=>{let f=Yg({text:g,_systemExcludeWordRegex:this.generalConfig._systemExcludeWordRegex,delimiters:o,excludeRegexps:this.translationOptions.excludeRegexps,glossaries:this.translationOptions.glossaries,targetLanguage:t.to});r&&r[p]!==!0&&(f&&f.text&&f.text.trim().lengthg.text),n.xpaths=a.map(g=>g.xpath)}catch(l){I.debug("formatAndTranslateList error",t,l)}let i=await this.translateList(n),{text:s}=i,u=t.text.map(l=>l);return o=Lr(this.serviceConfig,!0),s.forEach((l,c)=>{let g=a[c];if(g){let p=g.index,f=g.variables,h=Object.keys(f);u[p]=l,h.length>0&&(u[p]=hm({text:l,delimiters:o,variables:f}))}}),{...i,text:u}}detectLanguageLocally(t){return Oe({text:t,minLength:18,pageLangs:[Mt(),"en"]})}detectLanguageRemotely(t){return Promise.resolve("auto")}detectLanguage(t){return t.length>=50?this.detectLanguageLocally(t):this.detectLanguageRemotely(t)}};m();m();var Fi="input is invalid type",xm=typeof window=="object",Oa=xm?window:{};Oa.JS_SHA256_NO_WINDOW&&(xm=!1);var O7=!xm&&typeof self=="object",N7=!Oa.JS_SHA256_NO_NODE_JS&&typeof process=="object"&&process.versions&&process.versions.node;N7?Oa=global:O7&&(Oa=self);var CG=!Oa.JS_SHA256_NO_COMMON_JS&&typeof module=="object"&&module.exports,TG=typeof define=="function"&&define.amd,du=!Oa.JS_SHA256_NO_ARRAY_BUFFER&&typeof ArrayBuffer<"u",Te="0123456789abcdef".split(""),U7=[-2147483648,8388608,32768,128],fr=[24,16,8,0],A0=[1116352408,1899447441,3049323471,3921009573,961987163,1508970993,2453635748,2870763221,3624381080,310598401,607225278,1426881987,1925078388,2162078206,2614888103,3248222580,3835390401,4022224774,264347078,604807628,770255983,1249150122,1555081692,1996064986,2554220882,2821834349,2952996808,3210313671,3336571891,3584528711,113926993,338241895,666307205,773529912,1294757372,1396182291,1695183700,1986661051,2177026350,2456956037,2730485921,2820302411,3259730800,3345764771,3516065817,3600352804,4094571909,275423344,430227734,506948616,659060556,883997877,958139571,1322822218,1537002063,1747873779,1955562222,2024104815,2227730452,2361852424,2428436474,2756734187,3204031479,3329325298],L0=["hex","array","digest","arrayBuffer"],on=[];(Oa.JS_SHA256_NO_NODE_JS||!Array.isArray)&&(Array.isArray=function(e){return Object.prototype.toString.call(e)==="[object Array]"});du&&(Oa.JS_SHA256_NO_ARRAY_BUFFER_IS_VIEW||!ArrayBuffer.isView)&&(ArrayBuffer.isView=function(e){return typeof e=="object"&&e.buffer&&e.buffer.constructor===ArrayBuffer});var i6=function(e,t){return function(n){return new sn(t,!0).update(n)[e]()}},u6=function(e){var t=i6("hex",e);t.create=function(){return new sn(e)},t.update=function(a){return t.create().update(a)};for(var n=0;n>2]|=e[a]<>2]|=r<>2]|=(192|r>>6)<>2]|=(128|r&63)<=57344?(s[o>>2]|=(224|r>>12)<>2]|=(128|r>>6&63)<>2]|=(128|r&63)<>2]|=(240|r>>18)<>2]|=(128|r>>12&63)<>2]|=(128|r>>6&63)<>2]|=(128|r&63)<=64?(this.block=s[16],this.start=o-64,this.hash(),this.hashed=!0):this.start=o}return this.bytes>4294967295&&(this.hBytes+=this.bytes/4294967296<<0,this.bytes=this.bytes%4294967296),this}};sn.prototype.finalize=function(){if(!this.finalized){this.finalized=!0;var e=this.blocks,t=this.lastByteIndex;e[16]=this.block,e[t>>2]|=U7[t&3],this.block=e[16],t>=56&&(this.hashed||this.hash(),e[0]=this.block,e[16]=e[1]=e[2]=e[3]=e[4]=e[5]=e[6]=e[7]=e[8]=e[9]=e[10]=e[11]=e[12]=e[13]=e[14]=e[15]=0),e[14]=this.hBytes<<3|this.bytes>>>29,e[15]=this.bytes<<3,this.hash()}};sn.prototype.hash=function(){var e=this.h0,t=this.h1,n=this.h2,r=this.h3,a=this.h4,o=this.h5,i=this.h6,s=this.h7,u=this.blocks,l,c,g,p,f,h,y,C,b,v,S;for(l=16;l<64;++l)f=u[l-15],c=(f>>>7|f<<25)^(f>>>18|f<<14)^f>>>3,f=u[l-2],g=(f>>>17|f<<15)^(f>>>19|f<<13)^f>>>10,u[l]=u[l-16]+c+u[l-7]+g<<0;for(S=t&n,l=0;l<64;l+=4)this.first?(this.is224?(C=300032,f=u[0]-1413257819,s=f-150054599<<0,r=f+24177077<<0):(C=704751109,f=u[0]-210244248,s=f-1521486534<<0,r=f+143694565<<0),this.first=!1):(c=(e>>>2|e<<30)^(e>>>13|e<<19)^(e>>>22|e<<10),g=(a>>>6|a<<26)^(a>>>11|a<<21)^(a>>>25|a<<7),C=e&t,p=C^e&n^S,y=a&o^~a&i,f=s+g+y+A0[l]+u[l],h=c+p,s=r+f<<0,r=f+h<<0),c=(r>>>2|r<<30)^(r>>>13|r<<19)^(r>>>22|r<<10),g=(s>>>6|s<<26)^(s>>>11|s<<21)^(s>>>25|s<<7),b=r&e,p=b^r&t^C,y=s&a^~s&o,f=i+g+y+A0[l+1]+u[l+1],h=c+p,i=n+f<<0,n=f+h<<0,c=(n>>>2|n<<30)^(n>>>13|n<<19)^(n>>>22|n<<10),g=(i>>>6|i<<26)^(i>>>11|i<<21)^(i>>>25|i<<7),v=n&r,p=v^n&e^b,y=i&s^~i&a,f=o+g+y+A0[l+2]+u[l+2],h=c+p,o=t+f<<0,t=f+h<<0,c=(t>>>2|t<<30)^(t>>>13|t<<19)^(t>>>22|t<<10),g=(o>>>6|o<<26)^(o>>>11|o<<21)^(o>>>25|o<<7),S=t&n,p=S^t&r^v,y=o&i^~o&s,f=a+g+y+A0[l+3]+u[l+3],h=c+p,a=e+f<<0,e=f+h<<0;this.h0=this.h0+e<<0,this.h1=this.h1+t<<0,this.h2=this.h2+n<<0,this.h3=this.h3+r<<0,this.h4=this.h4+a<<0,this.h5=this.h5+o<<0,this.h6=this.h6+i<<0,this.h7=this.h7+s<<0};sn.prototype.hex=function(){this.finalize();var e=this.h0,t=this.h1,n=this.h2,r=this.h3,a=this.h4,o=this.h5,i=this.h6,s=this.h7,u=Te[e>>28&15]+Te[e>>24&15]+Te[e>>20&15]+Te[e>>16&15]+Te[e>>12&15]+Te[e>>8&15]+Te[e>>4&15]+Te[e&15]+Te[t>>28&15]+Te[t>>24&15]+Te[t>>20&15]+Te[t>>16&15]+Te[t>>12&15]+Te[t>>8&15]+Te[t>>4&15]+Te[t&15]+Te[n>>28&15]+Te[n>>24&15]+Te[n>>20&15]+Te[n>>16&15]+Te[n>>12&15]+Te[n>>8&15]+Te[n>>4&15]+Te[n&15]+Te[r>>28&15]+Te[r>>24&15]+Te[r>>20&15]+Te[r>>16&15]+Te[r>>12&15]+Te[r>>8&15]+Te[r>>4&15]+Te[r&15]+Te[a>>28&15]+Te[a>>24&15]+Te[a>>20&15]+Te[a>>16&15]+Te[a>>12&15]+Te[a>>8&15]+Te[a>>4&15]+Te[a&15]+Te[o>>28&15]+Te[o>>24&15]+Te[o>>20&15]+Te[o>>16&15]+Te[o>>12&15]+Te[o>>8&15]+Te[o>>4&15]+Te[o&15]+Te[i>>28&15]+Te[i>>24&15]+Te[i>>20&15]+Te[i>>16&15]+Te[i>>12&15]+Te[i>>8&15]+Te[i>>4&15]+Te[i&15];return this.is224||(u+=Te[s>>28&15]+Te[s>>24&15]+Te[s>>20&15]+Te[s>>16&15]+Te[s>>12&15]+Te[s>>8&15]+Te[s>>4&15]+Te[s&15]),u};sn.prototype.toString=sn.prototype.hex;sn.prototype.digest=function(){this.finalize();var e=this.h0,t=this.h1,n=this.h2,r=this.h3,a=this.h4,o=this.h5,i=this.h6,s=this.h7,u=[e>>24&255,e>>16&255,e>>8&255,e&255,t>>24&255,t>>16&255,t>>8&255,t&255,n>>24&255,n>>16&255,n>>8&255,n&255,r>>24&255,r>>16&255,r>>8&255,r&255,a>>24&255,a>>16&255,a>>8&255,a&255,o>>24&255,o>>16&255,o>>8&255,o&255,i>>24&255,i>>16&255,i>>8&255,i&255];return this.is224||u.push(s>>24&255,s>>16&255,s>>8&255,s&255),u};sn.prototype.array=sn.prototype.digest;sn.prototype.arrayBuffer=function(){this.finalize();var e=new ArrayBuffer(this.is224?28:32),t=new DataView(e);return t.setUint32(0,this.h0),t.setUint32(4,this.h1),t.setUint32(8,this.h2),t.setUint32(12,this.h3),t.setUint32(16,this.h4),t.setUint32(20,this.h5),t.setUint32(24,this.h6),this.is224||t.setUint32(28,this.h7),e};function _0(e,t,n){var r,a=typeof e;if(a==="string"){var o=[],i=e.length,s=0,u;for(r=0;r>6,o[s++]=128|u&63):u<55296||u>=57344?(o[s++]=224|u>>12,o[s++]=128|u>>6&63,o[s++]=128|u&63):(u=65536+((u&1023)<<10|e.charCodeAt(++r)&1023),o[s++]=240|u>>18,o[s++]=128|u>>12&63,o[s++]=128|u>>6&63,o[s++]=128|u&63);e=o}else if(a==="object"){if(e===null)throw new Error(Fi);if(du&&e.constructor===ArrayBuffer)e=new Uint8Array(e);else if(!Array.isArray(e)&&(!du||!ArrayBuffer.isView(e)))throw new Error(Fi)}else throw new Error(Fi);e.length>64&&(e=new sn(t,!0).update(e).array());var l=[],c=[];for(r=0;r<64;++r){var g=e[r]||0;l[r]=92^g,c[r]=54^g}sn.call(this,t,n),this.update(c),this.oKeyPad=l,this.inner=!0,this.sharedMemory=n}_0.prototype=new sn;_0.prototype.finalize=function(){if(sn.prototype.finalize.call(this),this.inner){this.inner=!1;var e=this.array();sn.call(this,this.is224,this.sharedMemory),this.update(this.oKeyPad),this.update(e),sn.prototype.finalize.call(this)}};var Bi=u6();Bi.sha256=Bi;Bi.sha224=u6(!0);Bi.sha256.hmac=l6();Bi.sha224.hmac=l6(!0);var c6=Bi;var d6=c6.sha256;function hr(e){return Promise.resolve(d6(e))}function M0(e){return Array.from(new Uint8Array(e)).map(r=>r.toString(16).padStart(2,"0")).join("")}function Na(e,t){let n=d6.hmac.create(t);return n.update(e),Promise.resolve(n.array())}async function g6(e,t){let n=await Na(e,t);return M0(n)}async function P0(e,t){let n=j7(t),r=await Na(e,n);return M0(r)}function j7(e){let t=[];return e.replace(/../g,function(n){return t.push(parseInt(n,16)),""}),new Uint8Array(t).buffer}var m6=[["auto","auto"],["zh-CN","zh"],["zh-TW","zh-TW"],["de","de"],["en","en"],["es","es"],["fr","fr"],["id","id"],["it","it"],["ja","jp"],["ko","kr"],["ms","ms"],["pt","pt"],["ru","ru"],["th","th"],["tr","tr"],["vi","vi"]],gu=class e extends ke{static langMap=new Map(m6);maxTextGroupLength=50;static langMapReverse=new Map(m6.map(([t,n])=>[n,t]));static getUTCDate(t){let n=t.getUTCFullYear(),r=`${t.getUTCMonth()+1}`.padStart(2,"0"),a=`${t.getUTCDate()}`.padStart(2,"0");return`${n}-${r}-${a}`}secretId="";secretKey="";isSupportList=!0;constructor(t,n,r){if(super(t,n,r),!t||!t.secretId||!t.secretKey)throw new J("secretId and secretKey are required");this.secretId=t.secretId?.trim(),this.secretKey=t.secretKey?.trim()}getDefaultRateLimit(){return{limit:3,interval:1350}}async translate(t){let{text:n,from:r,to:a}=t,o=JSON.stringify({ProjectId:0,Source:e.langMap.get(r)||"auto",SourceText:n,Target:e.langMap.get(a)||a}),i=await this.signedRequest({secretId:this.secretId,secretKey:this.secretKey,action:"TextTranslate",payload:o,service:"tmt",version:"2018-03-21"});return{text:i.Response.TargetText,from:e.langMapReverse.get(i.Response.Source)||r,to:e.langMapReverse.get(i.Response.Target)||a}}async translateList(t){let{text:n,from:r,to:a}=t,o=JSON.stringify({ProjectId:0,Source:e.langMap.get(r)||"auto",SourceTextList:n,Target:e.langMap.get(a)||a}),i=await this.signedRequest({secretId:this.secretId,secretKey:this.secretKey,action:"TextTranslateBatch",payload:o,service:"tmt",version:"2018-03-21"});return{text:i.Response.TargetTextList,from:e.langMapReverse.get(i.Response.Source)||r,to:e.langMapReverse.get(i.Response.Target)||a}}async signedRequest({secretId:t,secretKey:n,action:r,payload:a,service:o,version:i}){let s=`${o}.tencentcloudapi.com`,u=new Date,l=`${new Date().valueOf()}`.slice(0,10),c=["POST","/","","content-type:application/json; charset=utf-8",`host:${s}`,"","content-type;host",await hr(a)].join(` `),g=e.getUTCDate(u),p=["TC3-HMAC-SHA256",l,`${g}/${o}/tc3_request`,await hr(c)].join(` `),f=await g6(g,`TC3${n}`),h=await P0(o,f),y=await P0("tc3_request",h),C=await P0(p,y),b=await de({retry:this.retry,url:`https://${o}.tencentcloudapi.com`,method:"POST",headers:{"Content-Type":"application/json; charset=utf-8",Host:s,"X-TC-Action":r,"X-TC-Timestamp":l,"X-TC-Region":"ap-beijing","X-TC-Version":i,Authorization:`TC3-HMAC-SHA256 Credential=${t}/${g}/${o}/tc3_request, SignedHeaders=content-type;host, Signature=${C}`},body:a,timeout:this.requestTimeout});if(b instanceof Error)throw b;if(b.Response&&b.Response.Error&&b.Response.Error.Message)throw new J(b.Response.Error.Message);return b}};m();var p6=[["auto","auto"],["zh-CN","zh"],["zh-TW","zh-TW"],["de","de"],["en","en"],["es","es"],["fr","fr"],["id","id"],["it","it"],["ja","jp"],["ko","kr"],["ms","ms"],["pt","pt"],["ru","ru"],["th","th"],["tr","tr"],["vi","vi"]],H7={"content-type":"application/json",Host:"wxapp.translator.qq.com","User-Agent":"Mozilla/5.0 (iPhone; CPU iPhone OS 16_3_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/15E148 MicroMessenger/8.0.32(0x18002035) NetType/WIFI Language/zh_TW",Referer:"https://servicewechat.com/wxb1070eabc6f9107e/117/page-frame.html"},mu=class e extends ke{static langMap=new Map(p6);static langMapReverse=new Map(p6.map(([t,n])=>[n,t]));isSupportList=!1;constructor(t,n,r){super(t,n,r)}async translate(t){let{text:n,from:r,to:a}=t,o=new URLSearchParams({source:r,target:a,sourceText:n,platform:"WeChat_APP",candidateLangs:"en|zh",guid:"oqdgX0SIwhvM0TmqzTHghWBvfk22"}).toString(),i=await de({url:`https://wxapp.translator.qq.com/api/translate?${o}`,retry:this.retry,method:"GET",headers:H7,timeout:this.requestTimeout});return{text:i.targetText,from:e.langMapReverse.get(i.source)||r,to:e.langMapReverse.get(i.target)||a}}};m();var f6=[["auto","auto"],["zh-CN","zh-CN"],["zh-TW","zh-TW"],["en","en"],["af","af"],["am","am"],["ar","ar"],["az","az"],["be","be"],["bg","bg"],["bn","bn"],["bs","bs"],["ca","ca"],["ceb","ceb"],["co","co"],["cs","cs"],["cy","cy"],["da","da"],["de","de"],["el","el"],["eo","eo"],["es","es"],["et","et"],["eu","eu"],["fa","fa"],["fi","fi"],["fr","fr"],["fy","fy"],["ga","ga"],["gd","gd"],["gl","gl"],["gu","gu"],["ha","ha"],["haw","haw"],["he","he"],["hi","hi"],["hmn","hmn"],["hr","hr"],["ht","ht"],["hu","hu"],["hy","hy"],["id","id"],["ig","ig"],["is","is"],["it","it"],["ja","ja"],["jw","jw"],["ka","ka"],["kk","kk"],["km","km"],["kn","kn"],["ko","ko"],["ku","ku"],["ky","ky"],["la","la"],["lb","lb"],["lo","lo"],["lt","lt"],["lv","lv"],["mg","mg"],["mi","mi"],["mk","mk"],["ml","ml"],["mn","mn"],["mr","mr"],["ms","ms"],["mt","mt"],["my","my"],["ne","ne"],["nl","nl"],["no","no"],["ny","ny"],["pa","pa"],["pl","pl"],["ps","ps"],["pt","pt"],["ro","ro"],["ru","ru"],["sd","sd"],["sa","sa"],["si","si"],["sk","sk"],["sl","sl"],["sm","sm"],["sn","sn"],["so","so"],["sq","sq"],["sr","sr"],["st","st"],["su","su"],["sv","sv"],["sw","sw"],["ta","ta"],["te","te"],["tg","tg"],["th","th"],["fil","tl"],["tr","tr"],["ug","ug"],["uk","uk"],["ur","ur"],["uz","uz"],["vi","vi"],["xh","xh"],["yi","yi"],["yo","yo"],["zu","zu"]],Po=class e extends ke{static langMap=new Map(f6);static langMapReverse=new Map(f6.map(([t,n])=>[n,t]));isSupportList=!1;apiUrl="https://translate.googleapis.com/translate_a/single";constructor(t,n,r){super(t,n,r),t?.apiUrl&&(this.apiUrl=rn(this.apiUrl,t.apiUrl))}getDefaultRateLimit(){return{limit:10,interval:1050}}async translate(t){let{text:n,from:r,to:a}=t;if(!n)return{...t};let o=e.langMap.get(r)||"auto",i=e.langMap.get(a)||a,s=await this.fetchWithoutToken(n,o,i);if(!s)throw new J("google translate NETWORK_ERROR");if(!s.data[0]||s.data[0].length<=0)throw new J("google translate API_SERVER_ERROR");return{text:s.data[0].map(l=>l[0]).filter(Boolean).join(""),from:e.langMapReverse.get(s.data[2])||"auto",to:a}}async translateXml(t){let{text:n,from:r,to:a}=t;if(!n)return{...t};let o=e.langMap.get(r)||"auto",i=e.langMap.get(a)||a,s=await this.fetchXmlWithoutToken(n,o,i);if(!s)throw new J("google translate NETWORK_ERROR");if(!s.data[0]||s.data[0].length<=0)throw new J("google translate API_SERVER_ERROR");return{text:s.data[0].map(l=>l[0]).filter(Boolean).join(""),from:e.langMapReverse.get(s.data[2])||"auto",to:a}}async fetchXmlWithoutToken(t,n,r){let o="https://translate.googleapis.com/translate_a/t?"+new URLSearchParams({client:"gtx",dt:"t",sl:n,tl:r,q:t}).toString();return{data:await de({retry:this.retry,url:o,timeout:this.requestTimeout})}}async fetchWithoutToken(t,n,r){let a=new URLSearchParams({client:"gtx",dt:"t",sl:n,tl:r,q:t}),o=this.apiUrl+"?"+a.toString();return{data:await de({retry:this.retry,url:o,timeout:this.requestTimeout})}}};m();m();m();function z7(e,t){return t?e+(t-e%t):e}function q7(e,t){return e.split(t).length-1}function Em(e){let t=Date.now(),n=1;for(let r of e)n+=q7(r,"i");return z7(t,n)}function W7(e,t){return Math.floor(Math.random()*(t-e+1))+e}function Sm(){return W7(1e6,1e8)}m();m();m();var wm="https://www2.deepl.com/jsonrpc",Dm="auto",h6=[{code:"BG",language:"Bulgarian"},{code:"ZH",language:"Chinese"},{code:"CS",language:"Czech"},{code:"DA",language:"Danish"},{code:"NL",language:"Dutch"},{code:"EN",language:"English"},{code:"ET",language:"Estonian"},{code:"FI",language:"Finnish"},{code:"FR",language:"French"},{code:"DE",language:"German"},{code:"EL",language:"Greek"},{code:"HU",language:"Hungarian"},{code:"IT",language:"Italian"},{code:"JA",language:"Japanese"},{code:"LV",language:"Latvian"},{code:"LT",language:"Lithuanian"},{code:"PL",language:"Polish"},{code:"PT",language:"Portuguese"},{code:"RO",language:"Romanian"},{code:"RU",language:"Russian"},{code:"SK",language:"Slovak"},{code:"SL",language:"Slovenian"},{code:"ES",language:"Spanish"},{code:"SV",language:"Swedish"}];m();function $7(e=h6){return e.reduce((t,n)=>(t[n.code.toLowerCase()]=n.code,t[n.language.toLowerCase()]=n.code,t),{})}function km(e){return $7()[e.toLowerCase()]}var V7={Accept:"*/*","Accept-Language":"en-US;q=0.8,en;q=0.7","Content-Type":"application/json",Origin:"https://www.deepl.com",Referer:"https://www.deepl.com/translator","Sec-Fetch-Dest":"empty","Sec-Fetch-Mode":"cors","Sec-Fetch-Site":"same-site"};function K7(e){return JSON.stringify(e).replace('"method":"',()=>{let t=e;return(t.id+3)%13===0||(t.id+5)%29===0?'"method" : "':'"method": "'})}function G7(e,t){return{id:1,jsonrpc:"2.0",method:"LMT_handle_texts",params:{timestamp:0,texts:[{text:"",requestAlternatives:3}],splitting:"newlines",lang:{source_lang_user_selected:e,target_lang:t}}}}async function Y7(e,t,n,r,a,o,i){let s=Sm(),u=G7(r,n),l=[];t.forEach(p=>{l.push({text:p,requestAlternatives:3})}),u.id=s,u.params.texts=l,u.params.timestamp=Em(t);let c=await de({retry:2,method:"POST",url:e,body:K7(u),headers:V7}),g={from:c.result.lang,to:n,text:[]};return c.result.texts.forEach(p=>{g.text.push(p.text)}),g}async function b6(e,t,n,r=Dm,a,o,i){return t?t&&t.length===1&&t[0]===""?{text:[""],from:r,to:n}:Y7(e,t,km(n),km(r)??"auto",a,o,i):{text:[],from:r,to:n}}var y6=[["auto","auto"],["en","EN"],["ja","JA"],["pl","PL"],["zh-CN","ZH"],["zh-TW","ZH"],["ja","JA"],["ko","KO"],["es","ES"],["de","DE"],["fr","FR"],["pt","PT"],["ru","RU"],["it","IT"],["id","ID"],["nl","NL"],["pl","PL"],["bg","BG"],["cs","CS"],["da","DA"],["el","EL"],["et","ET"],["fi","FI"],["hu","HU"],["lt","LT"],["lv","LV"],["ro","RO"],["sk","SK"],["sl","SL"],["sv","SV"],["tr","TR"],["uk","UK"]],Ri=class e extends ke{static langMap=new Map(y6);static langMapReverse=new Map(y6.map(([t,n])=>[n,t]));maxTextGroupLength=3;maxTextLength=800;isSupportList=!0;API_URL=wm;constructor(t,n,r){super(t,n,r),t&&t.apiUrl&&(this.API_URL=rn(wm,t.apiUrl))}getDefaultRateLimit(){return{limit:1,interval:1050}}async translateList(t){let{text:n,to:r,from:a}=t,o=await b6(this.API_URL,n,e.langMap.get(r)||r,e.langMap.get(a)||"auto");return{text:o.text,from:e.langMapReverse.get(o.from),to:e.langMapReverse.get(o.to)}}};m();var pu=class e extends ke{static langMap=new Map(vm);clientKey;maxTextGroupLength=25;maxTextLength=1e3;isSupportList=!1;constructor(t,n,r){super(t,n,r),this.clientKey=ra.getClientKey()}async translate(t){let{text:n,to:r}=t,a=await this.detectLanguage(n),o=e.langMap.get(a)||a,i=e.langMap.get(r)||r;if(a===r)return{text:n,from:a,to:r};let s=Pe(),u=t.url;s.INSTALL_FROM==="firefox_store"&&(u=C6());let c=JSON.stringify({header:{fn:"auto_translation_block",client_key:this.clientKey},source:{text_block:n,lang:o,orig_url:u},target:{lang:i}}),g=await de({url:x0,body:c,method:"POST",retry:this.retry,timeout:this.requestTimeout});if(g.header.ret_code!=="succ")throw new J(g.message||g.header.ret_code);return{text:g.auto_translation,from:a||"auto",to:r}}getDefaultRateLimit(){return{limit:30,interval:1050}}async translateList(t){let{from:n,text:r,to:a}=t,o=Pe(),i=t.url;if(o.INSTALL_FROM==="firefox_store"&&(i=C6()),r.length===1){let f=await this.translate({from:n,text:r[0],to:a,url:i,options:t.options});return{text:[f.text],from:f.from,to:f.to}}let u=await this.detectLanguage(r.join(` -`));if(u===a)return{text:r,from:u,to:a};let l=e.langMap.get(u)||u,c=e.langMap.get(a)||a,g=JSON.stringify({header:{fn:"auto_translation",client_key:this.clientKey},source:{text_list:r,lang:l,orig_url:i},target:{lang:c},type:"plain"}),p=await de({url:x0,body:g,method:"POST"});if(p.header.ret_code!=="succ")throw new J(p.message||p.header.ret_code);return{text:p.auto_translation,from:u||"auto",to:a}}detectLanguageLocally(t){return this.detectLanguageRemotely(t)}detectLanguageRemotely(t){return ra.detectLanguageRemotelyByTransmart(t)}};function C6(){let e=new Date;return e.setMinutes(e.getMinutes()-e.getMinutes()%5),e.setSeconds(0),e.setMilliseconds(0),`https://google.com/search?q=google&_t=${e.getTime()/1e3}`}m();m();function Am(){return Math.random()>=.1}var Ii=class extends ke{isSupportList=!1;maxTextLength=1200;maxTextGroupLength=1;async translate(t){let{text:n}=t;if(!Am())throw new J("404","\u6A21\u62DF\u9519\u8BEF");let r=n.match(/^\s*/)[0].length;return{text:n.slice(0,r)+"\u6A21\u62DF\uFF1A"+n.slice(r,-6),from:t.from,to:t.to}}async translateList(t){let{text:n,from:r,to:a}=t;if(await Z9(),!Am())throw new J("404","\u6A21\u62DF\u9519\u8BEF");return n.length===0?{from:r,to:a,text:[""]}:{from:r,to:a,text:n.map(o=>{let i=o.match(/^\s*/)[0].length;return o.slice(0,i)+"\u6A21\u62DF\uFF1A"+o.slice(i,-6)})}}};m();var v6=[["auto","auto"],["zh-CN","zh"],["zh-TW","zh"],["en","en"],["ja","ja"],["de","de"],["fr","fr"],["it","it"],["es","es"],["nl","nl"],["pl","pl"],["pt","pt"],["ru","ru"]],Lm=new Map(v6),T6=new Map(v6.map(([e,t])=>[t,e])),_m=class e extends ke{static langMap=Lm;static DEFAULT_CODENAME="deepl";apikey="";codename=e.DEFAULT_CODENAME;isSupportList=!1;maxTextGroupLength=1;constructor(t,n,r){if(super(t,n,r),!t||!t.apikey)throw new J("apikey are required");this.apikey=t.apikey?.trim(),t.codename&&(this.codename=t.codename)}async translate(t){let{text:n,from:r,to:a}=t,o=await de({retry:this.retry,url:`https://api.openl.club/services/${this.codename}/translate`,headers:{"content-type":"application/json"},method:"POST",body:JSON.stringify({apikey:this.apikey,text:n,source_lang:Lm.get(r)||"auto",target_lang:Lm.get(a)||a}),timeout:this.requestTimeout});if(o.status){let i=o;return i.result&&a=="zh-TW",{text:i.result,from:T6.get(i.source_lang),to:T6.get(i.target_lang)}}else throw new J(o.msg)}},F0=_m;m();var x6=[["auto",""],["en","EN"],["ja","JA"],["pl","PL"],["zh-CN","ZH"],["zh-TW","ZH"],["ar","AR"],["ja","JA"],["ko","KO"],["es","ES"],["de","DE"],["fr","FR"],["pt","PT"],["pt-br","PT-BR"],["ru","RU"],["it","IT"],["id","ID"],["nl","NL"],["pl","PL"],["bg","BG"],["cs","CS"],["da","DA"],["el","EL"],["et","ET"],["fi","FI"],["hu","HU"],["lt","LT"],["lv","LV"],["ro","RO"],["sk","SK"],["sl","SL"],["sv","SV"],["tr","TR"],["uk","UK"]],fu=new Map(x6),J7=new Map(x6.map(([e,t])=>[t,e])),Mm=class extends ke{static langMap=fu;authKey="";maxTextLength=1800;freeApiUrl="https://api-free.deepl.com/v2/translate";proApiUrl="https://api.deepl.com/v2/translate";immersiveTranslateApiUrl="https://deepl.immersivetranslate.com/v2/translate";immersiveTranslateDeeplTokenUrl="https://api.immersivetranslate.com";immersiveTranslateDeeplProApiUrl=gn()||Jn()?"https://api2.immersivetranslate.com/deepl/translate":"https://test-api2.immersivetranslate.com/deepl/translate";provider="custom";splitor="";qualityNoSymabol="";qualityMinTextLength;apiKeys=[];static async clearState(){}getRandomKey(){let t=Math.floor(Math.random()*this.apiKeys.length);return this.apiKeys[t]}constructor(t,n,r){if(super(t,n,r),t=t||{},this.splitor=t.qualityDelimiterBetaV3||"",this.qualityNoSymabol=t.qualityNoSymoblBetaV3||"",this.qualityMinTextLength=t.qualityMinTextLengthV3||0,t.provider==="pro")if(this.provider="pro",r.userToken){if(!r.isPro)throw new J("Please activate Pro membership first, \u8BF7\u5148\u5F00\u901A Pro \u4F1A\u5458\u3002");this.authKey=r.userToken,this.apiKeys=this.authKey.split(",").map(a=>a.trim())}else throw new J("Login required, \u767B\u5F55\u540E\u624D\u53EF\u4EE5\u4F7F\u7528\u3002");else if(this.authKey=t.authKey?.trim(),this.apiKeys=this.authKey.split(",").map(a=>a.trim()),!this.authKey)throw new J("authKey are required");if(!this.authKey)throw new J("authKey are required");t&&t.freeApiUrl&&(this.freeApiUrl=rn(this.freeApiUrl,t.freeApiUrl)),t&&t.proApiUrl&&(this.proApiUrl=rn(this.proApiUrl,t.proApiUrl)),t&&t.immersiveTranslateApiUrl&&(this.immersiveTranslateApiUrl=rn(this.immersiveTranslateApiUrl,t.immersiveTranslateApiUrl)),t&&t.immersiveTranslateDeeplTokenUrl&&(this.immersiveTranslateDeeplTokenUrl=rn(this.immersiveTranslateDeeplTokenUrl,t.immersiveTranslateDeeplTokenUrl)),t&&t.immersiveTranslateDeeplProApiUrl&&(this.immersiveTranslateDeeplProApiUrl=rn(this.immersiveTranslateDeeplProApiUrl,t.immersiveTranslateDeeplProApiUrl))}async init(){}getRateLimiter(){let t=super.getRateLimiter();if(this.provider==="pro"){if(this.serviceConfig?.immersiveTranslateProLimit){let n=Number(this.serviceConfig.immersiveTranslateProLimit);return isNaN(n)&&(n=15),{limit:n,interval:t?.interval||1050}}return{limit:15,interval:t?.interval||1050}}return super.getRateLimiter()}getDefaultRateLimit(){return{limit:3,interval:1250}}async translateList(t){let{from:n,to:r}=t,a=this.getRandomKey(),{text:o,merged:i}=this.optimizationText(t),s={source_lang:fu.get(n)||"",target_lang:fu.get(r)||r,tag_handling:"html"};this.serviceConfig?.tag_handling&&(this.serviceConfig.tag_handling==="none"?delete s.tag_handling:s.tag_handling=this.serviceConfig.tag_handling);let u=new URLSearchParams(s);o.forEach(C=>{u.append("text",C)});let l=u.toString(),c={text:o,source_lang:fu.get(n)||"auto",target_lang:fu.get(r)||r},g=this.freeApiUrl;a.endsWith(":im")?g=this.immersiveTranslateApiUrl:a.endsWith(":fx")||(g=this.proApiUrl);let p,f={};t.refresh&&(f={"X-Refresh":"True"}),t.debug&&(f={...f,"X-Debug":"True"}),this.provider==="pro"?p=await de({retry:this.retry,url:this.immersiveTranslateDeeplProApiUrl,method:"POST",body:JSON.stringify(c),headers:{...f,token:a,"Content-Type":"application/json"},timeout:this.requestTimeout}):a.startsWith("immersive_")?p=await de({retry:this.retry,url:this.immersiveTranslateDeeplProApiUrl,method:"POST",body:JSON.stringify(c),headers:{...f,token:a,"Content-Type":"application/json"},timeout:this.requestTimeout}):p=await de({retry:2,url:g,method:"POST",body:l,headers:{Authorization:"DeepL-Auth-Key "+a,"Content-Type":"application/x-www-form-urlencoded; charset=UTF-8"},extra:{overrideMimeType:"application/json; charset=utf-8"}});let{translations:h}=this.restoreText(p,i,!!t.debug),y=h.map(C=>C.text);if(r==="zh-TW"){let C=this.serviceConfig||{};C&&C.googleApiUrl&&(C.apiUrl=C.googleApiUrl);let x=await new Po(this.serviceConfig,this.generalConfig,this.translationOptions).translate({from:"zh-CN",to:"zh-TW",text:h.map(S=>S.text).join(` -`),url:"",options:{}});x&&x.text&&(y=x.text.split(` +`));if(u===a)return{text:r,from:u,to:a};let l=e.langMap.get(u)||u,c=e.langMap.get(a)||a,g=JSON.stringify({header:{fn:"auto_translation",client_key:this.clientKey},source:{text_list:r,lang:l,orig_url:i},target:{lang:c},type:"plain"}),p=await de({url:x0,body:g,method:"POST"});if(p.header.ret_code!=="succ")throw new J(p.message||p.header.ret_code);return{text:p.auto_translation,from:u||"auto",to:a}}detectLanguageLocally(t){return this.detectLanguageRemotely(t)}detectLanguageRemotely(t){return ra.detectLanguageRemotelyByTransmart(t)}};function C6(){let e=new Date;return e.setMinutes(e.getMinutes()-e.getMinutes()%5),e.setSeconds(0),e.setMilliseconds(0),`https://google.com/search?q=google&_t=${e.getTime()/1e3}`}m();m();function Am(){return Math.random()>=.1}var Ii=class extends ke{isSupportList=!1;maxTextLength=1200;maxTextGroupLength=1;async translate(t){let{text:n}=t;if(!Am())throw new J("404","\u6A21\u62DF\u9519\u8BEF");let r=n.match(/^\s*/)[0].length;return{text:n.slice(0,r)+"\u6A21\u62DF\uFF1A"+n.slice(r,-6),from:t.from,to:t.to}}async translateList(t){let{text:n,from:r,to:a}=t;if(await Z9(),!Am())throw new J("404","\u6A21\u62DF\u9519\u8BEF");return n.length===0?{from:r,to:a,text:[""]}:{from:r,to:a,text:n.map(o=>{let i=o.match(/^\s*/)[0].length;return o.slice(0,i)+"\u6A21\u62DF\uFF1A"+o.slice(i,-6)})}}};m();var v6=[["auto","auto"],["zh-CN","zh"],["zh-TW","zh"],["en","en"],["ja","ja"],["de","de"],["fr","fr"],["it","it"],["es","es"],["nl","nl"],["pl","pl"],["pt","pt"],["ru","ru"]],Lm=new Map(v6),T6=new Map(v6.map(([e,t])=>[t,e])),_m=class e extends ke{static langMap=Lm;static DEFAULT_CODENAME="deepl";apikey="";codename=e.DEFAULT_CODENAME;isSupportList=!1;maxTextGroupLength=1;constructor(t,n,r){if(super(t,n,r),!t||!t.apikey)throw new J("apikey are required");this.apikey=t.apikey?.trim(),t.codename&&(this.codename=t.codename)}async translate(t){let{text:n,from:r,to:a}=t,o=await de({retry:this.retry,url:`https://api.openl.club/services/${this.codename}/translate`,headers:{"content-type":"application/json"},method:"POST",body:JSON.stringify({apikey:this.apikey,text:n,source_lang:Lm.get(r)||"auto",target_lang:Lm.get(a)||a}),timeout:this.requestTimeout});if(o.status){let i=o;return i.result&&a=="zh-TW",{text:i.result,from:T6.get(i.source_lang),to:T6.get(i.target_lang)}}else throw new J(o.msg)}},F0=_m;m();var x6=[["auto",""],["en","EN"],["ja","JA"],["pl","PL"],["zh-CN","ZH"],["zh-TW","ZH"],["ar","AR"],["ja","JA"],["ko","KO"],["es","ES"],["de","DE"],["fr","FR"],["pt","PT"],["pt-br","PT-BR"],["ru","RU"],["it","IT"],["id","ID"],["nl","NL"],["pl","PL"],["bg","BG"],["cs","CS"],["da","DA"],["el","EL"],["et","ET"],["fi","FI"],["hu","HU"],["lt","LT"],["lv","LV"],["ro","RO"],["sk","SK"],["sl","SL"],["sv","SV"],["tr","TR"],["uk","UK"]],fu=new Map(x6),J7=new Map(x6.map(([e,t])=>[t,e])),Mm=class extends ke{static langMap=fu;authKey="";maxTextLength=1800;freeApiUrl="https://api-free.deepl.com/v2/translate";proApiUrl="https://api.deepl.com/v2/translate";immersiveTranslateApiUrl="https://deepl.immersivetranslate.com/v2/translate";immersiveTranslateDeeplTokenUrl="https://api.immersivetranslate.com";immersiveTranslateDeeplProApiUrl=gn()||Jn()?"https://api2.immersivetranslate.com/deepl/translate":"https://test-api2.immersivetranslate.com/deepl/translate";provider="custom";splitor="";qualityNoSymabol="";qualityMinTextLength;apiKeys=[];static async clearState(){}getRandomKey(){let t=Math.floor(Math.random()*this.apiKeys.length);return this.apiKeys[t]}constructor(t,n,r){if(super(t,n,r),t=t||{},this.splitor=t.qualityDelimiterBetaV3||"",this.qualityNoSymabol=t.qualityNoSymoblBetaV3||"",this.qualityMinTextLength=t.qualityMinTextLengthV3||0,t.provider==="pro")if(this.provider="pro",r.userToken){if(!r.isPro)throw new J("Please activate Pro membership first, \u8BF7\u5148\u5F00\u901A Pro \u4F1A\u5458\u3002");this.authKey=r.userToken,this.apiKeys=this.authKey.split(",").map(a=>a.trim())}else throw new J("Login required, \u767B\u5F55\u540E\u624D\u53EF\u4EE5\u4F7F\u7528\u3002");else if(this.authKey=t.authKey?.trim(),this.apiKeys=this.authKey.split(",").map(a=>a.trim()),!this.authKey)throw new J("authKey are required");if(!this.authKey)throw new J("authKey are required");t&&t.freeApiUrl&&(this.freeApiUrl=rn(this.freeApiUrl,t.freeApiUrl)),t&&t.proApiUrl&&(this.proApiUrl=rn(this.proApiUrl,t.proApiUrl)),t&&t.immersiveTranslateApiUrl&&(this.immersiveTranslateApiUrl=rn(this.immersiveTranslateApiUrl,t.immersiveTranslateApiUrl)),t&&t.immersiveTranslateDeeplTokenUrl&&(this.immersiveTranslateDeeplTokenUrl=rn(this.immersiveTranslateDeeplTokenUrl,t.immersiveTranslateDeeplTokenUrl)),t&&t.immersiveTranslateDeeplProApiUrl&&(this.immersiveTranslateDeeplProApiUrl=rn(this.immersiveTranslateDeeplProApiUrl,t.immersiveTranslateDeeplProApiUrl))}async init(){}getRateLimiter(){let t=super.getRateLimiter();if(this.provider==="pro"){if(this.serviceConfig?.immersiveTranslateProLimit){let n=Number(this.serviceConfig.immersiveTranslateProLimit);return isNaN(n)&&(n=15),{limit:n,interval:t?.interval||1050}}return{limit:15,interval:t?.interval||1050}}return super.getRateLimiter()}getDefaultRateLimit(){return{limit:3,interval:1250}}async translateList(t){let{from:n,to:r}=t,a=this.getRandomKey(),{text:o,merged:i}=this.optimizationText(t),s={source_lang:fu.get(n)||"",target_lang:fu.get(r)||r,tag_handling:"html"};this.serviceConfig?.tag_handling&&(this.serviceConfig.tag_handling==="none"?delete s.tag_handling:s.tag_handling=this.serviceConfig.tag_handling);let u=new URLSearchParams(s);o.forEach(C=>{u.append("text",C)});let l=u.toString(),c={text:o,source_lang:fu.get(n)||"auto",target_lang:fu.get(r)||r},g=this.freeApiUrl;a.endsWith(":im")?g=this.immersiveTranslateApiUrl:a.endsWith(":fx")||(g=this.proApiUrl);let p,f={};t.refresh&&(f={"X-Refresh":"True"}),t.debug&&(f={...f,"X-Debug":"True"}),this.provider==="pro"?p=await de({retry:this.retry,url:this.immersiveTranslateDeeplProApiUrl,method:"POST",body:JSON.stringify(c),headers:{...f,token:a,"Content-Type":"application/json"},timeout:this.requestTimeout}):a.startsWith("immersive_")?p=await de({retry:this.retry,url:this.immersiveTranslateDeeplProApiUrl,method:"POST",body:JSON.stringify(c),headers:{...f,token:a,"Content-Type":"application/json"},timeout:this.requestTimeout}):p=await de({retry:2,url:g,method:"POST",body:l,headers:{Authorization:"DeepL-Auth-Key "+a,"Content-Type":"application/x-www-form-urlencoded; charset=UTF-8"},extra:{overrideMimeType:"application/json; charset=utf-8"}});let{translations:h}=this.restoreText(p,i,!!t.debug),y=h.map(C=>C.text);if(r==="zh-TW"){let C=this.serviceConfig||{};C&&C.googleApiUrl&&(C.apiUrl=C.googleApiUrl);let v=await new Po(this.serviceConfig,this.generalConfig,this.translationOptions).translate({from:"zh-CN",to:"zh-TW",text:h.map(S=>S.text).join(` +`),url:"",options:{}});v&&v.text&&(y=v.text.split(` `))}return{text:y,from:h[0]&&J7.get(h[0].detected_source_language)||n,to:r}}optimizationText(t){let{text:n,xpaths:r}=t;if(!this.splitor||this.provider!="pro")return{text:n,merged:[]};let a=new Map,o=[];for(let i=0;i=0){o.push(n[i]);continue}if(this.qualityMinTextLength>0&&n[i].length({text:!gn()&&r?`[${l}]`:l,detected_source_language:s.detected_source_language}));o.push(...u)}else o.push(s)}return{...t,translations:o}}},E6=Mm;m();var Q7=[["auto","auto"],["zh-CN","zh"],["zh-TW","cht"],["en","en"],["ja","ja"],["ko","ko"],["es","es"],["de","de"],["fr","fra"],["pt","pt"],["ru","ru"],["ar","ara"],["it","it"],["ms","ms"],["id","id"],["vi","vie"],["th","th"],["ur","ur"],["yue","yue"],["bo","bo"],["wyw","wyw"],["be","be"],["bg","bul"],["bn","bn"],["ca","ca"],["cs","cs"],["da","da"],["el","el"],["et","et"],["fa","fa"],["fi","fi"],["gu","gu"],["he","he"],["hi","hi"],["hr","hr"],["hu","hu"],["hy","hye"],["is","is"],["ka","ka"],["km","km"],["kn","kn"],["lt","lt"],["lv","lv"],["mk","mk"],["ml","ml"],["mn","mn"],["mr","mr"],["mt","mt"],["my","my"],["ne","ne"],["nl","nl"],["no","no"],["pa","pa"],["pl","pl"],["ps","ps"],["ro","ro"],["si","si"],["sk","sk"],["sl","sl"],["sq","sq"],["sr","sr"],["sv","sv"],["sw","sw"],["ta","ta"],["te","te"],["tg","tg"],["tr","tr"],["ug","ug"],["uk","uk"],["uz","uz"]],Pm=new Map(Q7),Fm=class extends ke{static langMap=Pm;APIKEY="";isSupportList=!1;constructor(t,n,r){if(super(t,n,r),!t||!t.APIKEY)throw new J("APIKEY are required");this.APIKEY=t.APIKEY?.trim()}async translate(t){let{text:n,from:r,to:a}=t,o=n,i={url:"https://api.niutrans.com/NiuTransServer/translation",retry:this.retry,headers:{"content-type":"application/json"},method:"POST",body:JSON.stringify({src_text:o,from:Pm.get(r)||r,to:Pm.get(a)||a,apikey:this.APIKEY}),timeout:this.requestTimeout},s=await de(i);if(s.tgt_text){let u=s.tgt_text;return u.endsWith(` `)&&(u=u.slice(0,-1)),{text:u,from:r,to:a}}else throw new J(s.error_msg||JSON.stringify(s).slice(0,500))}getDefaultRateLimit(){return{limit:4,interval:1350}}},S6=Fm;m();var Z7=[["auto",""],["ar","ar"],["ga","ga"],["et","et"],["bg","bg"],["is","is"],["pl","pl"],["bs","bs-Latn"],["fa","fa"],["da","da"],["de","de"],["ru","ru"],["fr","fr"],["zh-TW","zh-Hant"],["fil","fil"],["fj","fj"],["fi","fi"],["gu","gu"],["kk","kk"],["ht","ht"],["ko","ko"],["nl","nl"],["ca","ca"],["zh-CN","zh-Hans"],["cs","cs"],["kn","kn"],["otq","otq"],["tlh","tlh"],["hr","hr"],["lv","lv"],["lt","lt"],["ro","ro"],["mg","mg"],["mt","mt"],["mr","mr"],["ml","ml"],["ms","ms"],["mi","mi"],["bn","bn-BD"],["hmn","mww"],["af","af"],["pa","pa"],["pt","pt"],["ps","ps"],["ja","ja"],["sv","sv"],["sm","sm"],["sr-Latn","sr-Latn"],["sr-Cyrl","sr-Cyrl"],["no","nb"],["sk","sk"],["sl","sl"],["sw","sw"],["ty","ty"],["te","te"],["ta","ta"],["th","th"],["to","to"],["tr","tr"],["cy","cy"],["ur","ur"],["uk","uk"],["es","es"],["he","he"],["el","el"],["hu","hu"],["it","it"],["hi","hi"],["id","id"],["en","en"],["yua","yua"],["bo","bo"]],Bm=new Map(Z7),Rm=class extends ke{static langMap=Bm;APIKEY="";region="eastasia";isSupportList=!0;apiUrl="https://api.cognitive.microsofttranslator.com/translate?x=2";constructor(t,n,r){if(super(t,n,r),!t||!t.APIKEY)throw new J("APIKEY are required");this.APIKEY=t.APIKEY?.trim(),t.region&&(this.region=t.region),t.apiUrl&&(this.apiUrl=rn(this.apiUrl,t.apiUrl))}async translateList(t){let{text:n,from:r,to:a}=t;if(n.length===0)return{from:r,to:a,text:[]};let o={"api-version":"3.0",to:Bm.get(a)||a};r!=="auto"&&(o.from=Bm.get(r)||r);let i=new URLSearchParams(o),s=JSON.stringify(n.map(p=>({text:p}))),u=new URL(this.apiUrl),l=new URLSearchParams(u.search);l.toString()!==""&&l.forEach((p,f)=>{i.append(f,p)}),u.search=i.toString();let c={url:u.toString(),retry:this.retry,method:"POST",headers:{"Ocp-Apim-Subscription-Key":this.APIKEY,"Ocp-Apim-Subscription-Region":this.region,"content-type":"application/json"},body:s,timeout:this.requestTimeout},g=await de(c);if(g.length===0)throw new J("server response invalid");return{from:r,to:a,text:g.map(p=>p.translations.map(h=>h.text).join(" "))}}},w6=Rm;m();var X7=[["auto","auto"],["zh-CN","zh-CN"],["zh-TW","zh-TW"],["en","en"],["ja","ja"],["ru","ru"],["es","es"],["de","de"],["ko","ko"],["fr","fr"],["th","th"],["vi","vi"],["id","id"]],Oi=new Map(X7),Im=class extends ke{static langMap=Oi;isSupportList=!0;maxTextGroupLength=25;maxTextLength=1200;constructor(t,n,r){super(t,n,r)}getDefaultRateLimit(){return{limit:3,interval:1150}}async translateList(t){let{text:n,from:r,to:a}=t,o;if(n.length===0)return{from:r,to:a,text:[]};let i=`
-`,s=n.join(i),u={url:"https://api.papago-chrome.com/v2/translate/openapi",retry:this.retry,method:"POST",headers:{authority:"api.papago-chrome.com","content-type":"application/json"},body:"",timeout:this.requestTimeout};r==="auto"||!Oi.get(r)?(o=(await de({url:"https://api.papago-chrome.com/v2/translate/detect",method:"POST",headers:{authority:"api.papago-chrome.com","content-type":"application/json"},body:s})).langCode,u.body=JSON.stringify({text:s,source:o||Oi.get(r)||r,target:Oi.get(a)||a})):u.body=JSON.stringify({text:s,source:Oi.get(r),target:Oi.get(a)||a});let l=await de(u);if(l.translatedText==="")throw new J("server response invalid");let c=l.translatedText.split("
").map(g=>g.trim());return{from:r,to:a,text:c}}},D6=Im;m();function A6(e,t){let n=Object.assign({},e),r=new Map;(n.langOverrides||[]).forEach(o=>{r.set(o.id,o)});for(let o of r.keys()){let[i,s]=o.split("2");if(["auto",t.sourceLanguage].includes(i)&&["auto",t.targetLanguage].includes(s)){let u=r.get(o);if(!u)continue;if(u.extends){let l=r.get(u.extends);l&&(n=Object.assign({},n,l))}n=Object.assign({},n,u)}}return n}async function bn(e){let{url:t,config:n,state:r}=e,a=new URL(t),o="auto",{translationParagraphLanguagePattern:i,translationService:s,translationServices:u,translationTheme:l,translationThemePatterns:c,translationUrlPattern:g,targetLanguage:p,sourceLanguageUrlPattern:f,immediateTranslationPattern:h}=n,y=p||"zh-CN",C=Ni(t,i),b=Ni(t,h),x=s,S=Object.keys(u);for(let se of S){let ue=u[se];if(Ni(t,ue)){x=se;break}}let A=l,P=Object.keys(c);for(let se of P){let ue=c[se];if(ue&&Ni(t,ue)){A=se;break}}let w=Ni(t,g),v=k6(t,g);v||(v=_t(t,N2)),v||(v=_t(t,n.blockUrls));let L=k6(t,n.inputTranslationUrlPattern);L||(L=_t(t,n.inputTranslationBlockUrls));let D=_t(t,n.mutationBlockUrls),T=Object.keys(f),j={};for(let se of T){let ue=f[se];if(ue&&ue.matches)for(let De of ue.matches)j[De]=se}let R=Object.keys(j),M=Hg(t,R);M&&(o=j[M]??"auto",j[M]&&j[M]!=="auto"&&Xn(j[M]));let O=a.hostname,N=await hr(O),H=a.pathname+a.search+a.hash,B=await hr(H),k=`https://${N}.com/${B}`,_=await qt(),F=await H1(),q=n.translationStartMode;q==="dynamic"&&b&&(q="immediate");let z=x;n.inputTranslationService&&n.inputTranslationService!=="inherit"&&(z=n.inputTranslationService);let V=x;n.mouseHoverTranslationService&&n.mouseHoverTranslationService!=="inherit"&&(V=n.mouseHoverTranslationService);let K=x;n.subtitleTranslateService&&n.subtitleTranslateService!=="inherit"&&(K=n.subtitleTranslateService);let oe=await mt.get(Tt,null),te=!1;oe&&(te=Yt(oe));let Z={targetLanguage:y,config:n,translationService:x,inputTranslationService:z,mouseHoverTranslationService:V,subtitleTranslateService:K,isTranslateUrl:w,sourceLanguage:o,mainFrame:document.body,isTranslateExcludeUrl:v,isMutationTranslationExcludeUrl:D,isInputTranslationExcludeUrl:L,rule:n.generalRule,url:t,encryptedUrl:k,state:r?Object.assign({translationMode:n.translationMode,translationArea:n.translationArea,translationStartMode:q,immediateTranslationTextCount:n.immediateTranslationTextCount,isAutoTranslate:!1,translationDebounce:300,isNeedClean:!1,isDetectParagraphLanguage:C,cache:n.cache,translationTheme:A,isTranslateDirectlyOnHover:!1},r):{translationMode:n.translationMode,translationArea:n.translationArea,translationStartMode:q,immediateTranslationTextCount:n.immediateTranslationTextCount,isAutoTranslate:!1,translationDebounce:300,isNeedClean:!1,isDetectParagraphLanguage:C,cache:n.cache,translationTheme:A,isTranslateDirectlyOnHover:!1},localConfig:_};oe&&(Z.user=oe,te?Z.isPro=!0:Z.isPro=!1),Z.state.translationArea==="body"&&(Z.config.generalRule.excludeTags=Z.config.generalRule.excludeTags.filter(se=>!Z.config.generalRule.bodyTranslateTags.includes(se)),Z.config.generalRule.additionalExcludeSelectors=Z.config.generalRule.additionalExcludeSelectors.filter(se=>se!==".btn"));let ce=n.translationServices[Z.translationService]||{};ce.immediateTranslationTextCount!==void 0&&ew(ce.immediateTranslationTextCount)&&ce.immediateTranslationTextCount>=0&&(Z.state.immediateTranslationTextCount=ce.immediateTranslationTextCount),Z.translationService==="deepl"&&(ce&&ce.authKey&&ce.authKey.startsWith("immersive_")||ce&&ce.provider==="pro"&&Z.user?.token)&&ce.immediateTranslationTextCountForImmersiveDeepl!==void 0&&ce.immediateTranslationTextCountForImmersiveDeepl>=0&&(Z.state.immediateTranslationTextCount=ce.immediateTranslationTextCountForImmersiveDeepl),ce&&ce.translationDebounce&&typeof ce.translationDebounce=="number"&&(Z.state.translationDebounce=ce.translationDebounce);let he=F.immediateTranslationTextCount;n.immediateTranslationTextCount!==he&&(Z.state.immediateTranslationTextCount=n.immediateTranslationTextCount);let ae=n.rules,X;globalThis.PDFViewerApplication?X=ae.find(se=>se.pageType=="pdfReader"):globalThis.immersiveTranslateEbookViewer?X=ae.find(se=>se.pageType=="ebookReader"):globalThis.immersiveTranslateEbookBuilder?X=ae.find(se=>se.pageType=="ebookBuilder"):X=ae.find(se=>Ni(t,se)),Z.state.translationArea==="body"&&(Z.rule.paragraphMinTextCount=1,Z.rule.paragraphMinWordCount=1),X&&X.pageType==="ebookBuilder"&&(Z.state.translationStartMode="immediate");let ve=n.generalRule;if(X&&(Z.rule=e0(ve,X)),Z.rule.selectors.length>0&&(Z.rule.paragraphMinTextCount=2,Z.rule.paragraphMinWordCount=1),Z.state.translationArea==="body"&&Z.rule.excludeTags&&(Z.rule.excludeTags=Z.rule.excludeTags.filter(se=>!Z.rule.bodyTranslateTags.includes(se)&&!Z.rule.forceTranslateTags.includes(se))),Z.rule.mainFrameSelector){let se=document.querySelector(Z.rule.mainFrameSelector);se&&(Z.mainFrame=se)}return Z}function Ni(e,t){if(!t)return!1;let{matches:n,excludeMatches:r,selectorMatches:a,excludeSelectorMatches:o}=t;return r&&r.length>0&&_t(e,r)?!1:n&&n.length>0&&_t(e,n)?!0:o&&o.length>0&&o0(o)?!1:!!(a&&a.length>0&&o0(a))}function k6(e,t){if(!t)return!1;let{excludeMatches:n,excludeSelectorMatches:r}=t;return!!(n&&n.length>0&&_t(e,n)||r&&r.length>0&&o0(r))}function ew(e){return typeof e=="number"}m();m();m();function L6(e){let t=e.split(` +`,s=n.join(i),u={url:"https://api.papago-chrome.com/v2/translate/openapi",retry:this.retry,method:"POST",headers:{authority:"api.papago-chrome.com","content-type":"application/json"},body:"",timeout:this.requestTimeout};r==="auto"||!Oi.get(r)?(o=(await de({url:"https://api.papago-chrome.com/v2/translate/detect",method:"POST",headers:{authority:"api.papago-chrome.com","content-type":"application/json"},body:s})).langCode,u.body=JSON.stringify({text:s,source:o||Oi.get(r)||r,target:Oi.get(a)||a})):u.body=JSON.stringify({text:s,source:Oi.get(r),target:Oi.get(a)||a});let l=await de(u);if(l.translatedText==="")throw new J("server response invalid");let c=l.translatedText.split("
").map(g=>g.trim());return{from:r,to:a,text:c}}},D6=Im;m();function A6(e,t,n){let r=Object.assign({},t),a=new Map;(r.langOverrides||[]).forEach(s=>{a.set(s.id,s)});for(let s of a.keys()){let[u,l]=s.split("2");if(["auto",n.sourceLanguage].includes(u)&&["auto",n.targetLanguage].includes(l)){let c=a.get(s);if(!c)continue;if(c.extends){let g=a.get(c.extends);g&&(r=Object.assign({},r,g))}r=Object.assign({},r,c)}}return["prompt","systemPrompt","multiplePrompt","subtitlePrompt"].forEach(s=>{e?.hasOwnProperty(s)&&(r[s]=e[s])}),r}async function bn(e){let{url:t,config:n,state:r}=e,a=new URL(t),o="auto",{translationParagraphLanguagePattern:i,translationService:s,translationServices:u,translationTheme:l,translationThemePatterns:c,translationUrlPattern:g,targetLanguage:p,sourceLanguageUrlPattern:f,immediateTranslationPattern:h}=n,y=p||"zh-CN",C=Ni(t,i),b=Ni(t,h),v=s,S=Object.keys(u);for(let se of S){let ue=u[se];if(Ni(t,ue)){v=se;break}}let L=l,P=Object.keys(c);for(let se of P){let ue=c[se];if(ue&&Ni(t,ue)){L=se;break}}let w=Ni(t,g),E=k6(t,g);E||(E=_t(t,N2)),E||(E=_t(t,n.blockUrls));let A=k6(t,n.inputTranslationUrlPattern);A||(A=_t(t,n.inputTranslationBlockUrls));let D=_t(t,n.mutationBlockUrls),T=Object.keys(f),N={};for(let se of T){let ue=f[se];if(ue&&ue.matches)for(let De of ue.matches)N[De]=se}let B=Object.keys(N),M=Hg(t,B);M&&(o=N[M]??"auto",N[M]&&N[M]!=="auto"&&Xn(N[M]));let O=a.hostname,U=await hr(O),H=a.pathname+a.search+a.hash,R=await hr(H),k=`https://${U}.com/${R}`,_=await qt(),F=await H1(),q=n.translationStartMode;q==="dynamic"&&b&&(q="immediate");let z=v;n.inputTranslationService&&n.inputTranslationService!=="inherit"&&(z=n.inputTranslationService);let V=v;n.mouseHoverTranslationService&&n.mouseHoverTranslationService!=="inherit"&&(V=n.mouseHoverTranslationService);let K=v;n.subtitleTranslateService&&n.subtitleTranslateService!=="inherit"&&(K=n.subtitleTranslateService);let oe=await mt.get(Tt,null),te=!1;oe&&(te=Yt(oe));let Z={targetLanguage:y,config:n,translationService:v,inputTranslationService:z,mouseHoverTranslationService:V,subtitleTranslateService:K,isTranslateUrl:w,sourceLanguage:o,mainFrame:document.body,isTranslateExcludeUrl:E,isMutationTranslationExcludeUrl:D,isInputTranslationExcludeUrl:A,rule:n.generalRule,url:t,encryptedUrl:k,state:r?Object.assign({translationMode:n.translationMode,translationArea:n.translationArea,translationStartMode:q,immediateTranslationTextCount:n.immediateTranslationTextCount,isAutoTranslate:!1,translationDebounce:300,isNeedClean:!1,isDetectParagraphLanguage:C,cache:n.cache,translationTheme:L,isTranslateDirectlyOnHover:!1},r):{translationMode:n.translationMode,translationArea:n.translationArea,translationStartMode:q,immediateTranslationTextCount:n.immediateTranslationTextCount,isAutoTranslate:!1,translationDebounce:300,isNeedClean:!1,isDetectParagraphLanguage:C,cache:n.cache,translationTheme:L,isTranslateDirectlyOnHover:!1},localConfig:_};oe&&(Z.user=oe,te?Z.isPro=!0:Z.isPro=!1),Z.state.translationArea==="body"&&(Z.config.generalRule.excludeTags=Z.config.generalRule.excludeTags.filter(se=>!Z.config.generalRule.bodyTranslateTags.includes(se)),Z.config.generalRule.additionalExcludeSelectors=Z.config.generalRule.additionalExcludeSelectors.filter(se=>se!==".btn"));let ce=n.translationServices[Z.translationService]||{};ce.immediateTranslationTextCount!==void 0&&ew(ce.immediateTranslationTextCount)&&ce.immediateTranslationTextCount>=0&&(Z.state.immediateTranslationTextCount=ce.immediateTranslationTextCount),Z.translationService==="deepl"&&(ce&&ce.authKey&&ce.authKey.startsWith("immersive_")||ce&&ce.provider==="pro"&&Z.user?.token)&&ce.immediateTranslationTextCountForImmersiveDeepl!==void 0&&ce.immediateTranslationTextCountForImmersiveDeepl>=0&&(Z.state.immediateTranslationTextCount=ce.immediateTranslationTextCountForImmersiveDeepl),ce&&ce.translationDebounce&&typeof ce.translationDebounce=="number"&&(Z.state.translationDebounce=ce.translationDebounce);let he=F.immediateTranslationTextCount;n.immediateTranslationTextCount!==he&&(Z.state.immediateTranslationTextCount=n.immediateTranslationTextCount);let ae=n.rules,X;globalThis.PDFViewerApplication?X=ae.find(se=>se.pageType=="pdfReader"):globalThis.immersiveTranslateEbookViewer?X=ae.find(se=>se.pageType=="ebookReader"):globalThis.immersiveTranslateEbookBuilder?X=ae.find(se=>se.pageType=="ebookBuilder"):X=ae.find(se=>Ni(t,se)),Z.state.translationArea==="body"&&(Z.rule.paragraphMinTextCount=1,Z.rule.paragraphMinWordCount=1),X&&X.pageType==="ebookBuilder"&&(Z.state.translationStartMode="immediate");let ve=n.generalRule;if(X&&(Z.rule=e0(ve,X)),Z.rule.selectors.length>0&&(Z.rule.paragraphMinTextCount=2,Z.rule.paragraphMinWordCount=1),Z.state.translationArea==="body"&&Z.rule.excludeTags&&(Z.rule.excludeTags=Z.rule.excludeTags.filter(se=>!Z.rule.bodyTranslateTags.includes(se)&&!Z.rule.forceTranslateTags.includes(se))),Z.rule.mainFrameSelector){let se=document.querySelector(Z.rule.mainFrameSelector);se&&(Z.mainFrame=se)}return Z}function Ni(e,t){if(!t)return!1;let{matches:n,excludeMatches:r,selectorMatches:a,excludeSelectorMatches:o}=t;return r&&r.length>0&&_t(e,r)?!1:n&&n.length>0&&_t(e,n)?!0:o&&o.length>0&&o0(o)?!1:!!(a&&a.length>0&&o0(a))}function k6(e,t){if(!t)return!1;let{excludeMatches:n,excludeSelectorMatches:r}=t;return!!(n&&n.length>0&&_t(e,n)||r&&r.length>0&&o0(r))}function ew(e){return typeof e=="number"}m();m();m();function L6(e){let t=e.split(` `),n=[],r,a="",o="";for(let i of t){i.startsWith("- ")&&(i=i.slice(1),r&&n.push(r),r={},a="",o="");let s=i.trim().split(/[::]/).map(l=>l.trim()).filter(l=>!!l);if(s.length>=2&&!/\S\s\S/.test(s[0])){let l=i.slice(i.indexOf(s[1])).trim();l?(a=s[0],l=="|-"?o="":o=l):o+=` `+i}else o+=` `+i;if(!a)continue;r||(r={});let u=Number(o);r[a]=Number.isNaN(u)?o:Number(o)}return r&&n.push(r),Object.values(n).forEach(i=>{Object.entries(i).forEach(([s,u])=>{if(typeof u=="string"){let l=u.trim();l?.startsWith('"')&&l?.endsWith('"')?i[s]=l.slice(1,-1):i[s]=l}})}),n}var Om=class extends ke{apiKeys=[];isSupportList=!1;maxTextLength=1200;maxTextGroupLength=1;translationTextSeparator=` %% -`;bodyConfigs={};model="";systemPrompt="";prompt="";subtitlePrompt="";multiplePrompt="";ignoreResReges=[];apiUrl="";constructor(t,n,r){if(super(t,n,r),t||(t={}),t.APIKEY){let a=t.APIKEY?.trim();this.apiKeys=a.split(",").map(o=>o.trim())}Array.isArray(t.ignoreResRegexs)&&(this.ignoreResReges=t.ignoreResRegexs),t.translationTextSeparator&&(this.translationTextSeparator=t.translationTextSeparator),t.model&&(this.model=t.model),t.systemPrompt&&(this.systemPrompt=t.systemPrompt),t.prompt&&(this.prompt=t.prompt),t.multiplePrompt&&(this.multiplePrompt=t.multiplePrompt),t.subtitlePrompt&&(this.subtitlePrompt=t.subtitlePrompt),t.bodyConfigs&&(this.bodyConfigs=t.bodyConfigs)}getLangMap(){return new Map}getRandomKey(){let t=Math.floor(Math.random()*this.apiKeys.length);return this.apiKeys[t]}async translate(t){let{text:n,from:r,to:a,options:o}=t;if(n.length===0)return{from:r,to:a,text:""};let i=this.getLangMap(),s=this.prompt||"",u=i.get(r)||r,l=i.get(a)||a,c=this.serviceConfig.env||{},g=o?.sourceProgram,p=["subtitle","videoSubtitle"].includes(g),f=[n];o?.rawTextArrayLength&&(f=n.split(this.translationTextSeparator)),f.length>1&&this.multiplePrompt&&(s=this.multiplePrompt),p&&this.subtitlePrompt&&f.length>1&&(s=this.subtitlePrompt);let h="",y="",C=s.includes("{{json}}"),b=s.includes("{{yaml}}");if(C){let P=[],w=c.imt_json_item||"";p&&(w=c.imt_subtitle_json_item||w);for(let v=0;vw==="from"?u:w==="to"?l+" Language":w==="text"?n:w=="json"?h:w=="yaml"?y:c[w]||P).replace(/{{(.+?)}}/g,(P,w)=>c[w]||P);let x=await this.handleOptions(s,t);I.debug("request options",x);let S=await de(x),A=this.parseResponse(S);if(A=this.filterContent(n,A,s,f),I.debug("filterContent after",A),!C&&!b||!A)return{from:r,to:a,text:A||n};A=tw(n,A),A=y1(A);try{let P={};if(C){I.debug("extractValidJson before",A);let L=this.extractValidJson(A);I.debug("parse before",A),P=ol.parse(L)}else if(b){I.debug("parseYAML before",A);let L=this.extractValidYaml(A);P=L6(L)}let w=c.imt_trans_field;p&&(w=c.imt_sub_trans_field||w);let v=c.imt_source_field;return p&&(v=c.imt_sub_source_field||v),A=this.restoreText(f,P,w,this.translationTextSeparator,v),{from:r,to:a,text:A}}catch(P){return I.error("parse response failed",A,P),{from:r,to:a,text:A}}}extractValidJson(t){let n=t.indexOf("["),r=t.lastIndexOf("]");return n!==-1&&r!==-1?t.slice(n,r+1):""}extractValidYaml(t){let n=t.split(` +`;bodyConfigs={};model="";systemPrompt="";prompt="";subtitlePrompt="";multiplePrompt="";ignoreResReges=[];apiUrl="";constructor(t,n,r){if(super(t,n,r),t||(t={}),t.APIKEY){let a=t.APIKEY?.trim();this.apiKeys=a.split(",").map(o=>o.trim())}Array.isArray(t.ignoreResRegexs)&&(this.ignoreResReges=t.ignoreResRegexs),t.translationTextSeparator&&(this.translationTextSeparator=t.translationTextSeparator),t.model&&(this.model=t.model),t.systemPrompt&&(this.systemPrompt=t.systemPrompt),t.prompt&&(this.prompt=t.prompt),t.multiplePrompt&&(this.multiplePrompt=t.multiplePrompt),t.subtitlePrompt&&(this.subtitlePrompt=t.subtitlePrompt),t.bodyConfigs&&(this.bodyConfigs=t.bodyConfigs)}getLangMap(){return new Map}getRandomKey(){let t=Math.floor(Math.random()*this.apiKeys.length);return this.apiKeys[t]}async translate(t){let{text:n,from:r,to:a,options:o}=t;if(n.length===0)return{from:r,to:a,text:""};let i=this.getLangMap(),s=this.prompt||"",u=i.get(r)||r,l=i.get(a)||a,c=this.serviceConfig.env||{},g=o?.sourceProgram,p=["subtitle","videoSubtitle"].includes(g),f=[n];o?.rawTextArrayLength&&(f=n.split(this.translationTextSeparator)),f.length>1&&this.multiplePrompt&&(s=this.multiplePrompt),p&&this.subtitlePrompt&&f.length>1&&(s=this.subtitlePrompt);let h="",y="",C=s.includes("{{json}}"),b=s.includes("{{yaml}}");if(C){let P=[],w=c.imt_json_item||"";p&&(w=c.imt_subtitle_json_item||w);for(let E=0;Ew==="from"?u:w==="to"?l+" Language":w==="text"?n:w=="json"?h:w=="yaml"?y:c[w]||P).replace(/{{(.+?)}}/g,(P,w)=>c[w]||P);let v=await this.handleOptions(s,t);I.debug("request options",v);let S=await de(v),L=this.parseResponse(S);if(L=this.filterContent(n,L,s,f),I.debug("filterContent after",L),!C&&!b||!L)return{from:r,to:a,text:L||n};L=tw(n,L),L=y1(L);try{let P={};if(C){I.debug("extractValidJson before",L);let A=this.extractValidJson(L);I.debug("parse before",L),P=ol.parse(A)}else if(b){I.debug("parseYAML before",L);let A=this.extractValidYaml(L);P=L6(A)}let w=c.imt_trans_field;p&&(w=c.imt_sub_trans_field||w);let E=c.imt_source_field;return p&&(E=c.imt_sub_source_field||E),L=this.restoreText(f,P,w,this.translationTextSeparator,E),{from:r,to:a,text:L}}catch(P){return I.error("parse response failed",L,P),{from:r,to:a,text:L}}}extractValidJson(t){let n=t.indexOf("["),r=t.lastIndexOf("]");return n!==-1&&r!==-1?t.slice(n,r+1):""}extractValidYaml(t){let n=t.split(` `),r=[];for(let a=0;anew RegExp(s).test(o))&&(o=t)}catch(i){I.debug("e",i)}return o}getCacheKeyPrefix(){let t=[this.model||"",this.apiUrl||"",this.systemPrompt||"",this.prompt||"",this.systemPrompt||"",this.multiplePrompt||"",this.subtitlePrompt||""];return qn(t.join("_"))}},Ui=Om;function tw(e,t){return!e.includes(".")&&!e.includes("\u3002")&&(t.endsWith("\u3002")||t.endsWith("."))?t.slice(0,-1):t}var nw=[["auto","auto"],["zh-CN","Simplified Chinese"],["zh-TW","Traditional Chinese"],["zh-CN-NE","Northeastern Chinese"],["en","English"],["yue","Cantonese"],["bo","\u85CF\u8BED"],["wyw","Classical Chinese"],["ja","Japanese"],["ko","Korean"],["fr","French"],["de","German"],["es","Spanish"],["it","Italian"],["ru","Russian"],["pt","Portuguese"],["pt-br","Portuguese (Brazil)"],["nl","Dutch"],["pl","Polish"],["ar","Arabic"],["af","Afrikaans"],["am","Amharic"],["az","Azerbaijani"],["be","Belarusian"],["bg","Bulgarian"],["bn","Bengali"],["bs","Bosnian"],["ca","Catalan"],["ceb","Cebuano"],["co","Corsican"],["cs","Czech"],["cy","Welsh"],["da","Danish"],["el","Greek"],["eo","Esperanto"],["et","Estonian"],["eu","Basque"],["fa","Persian"],["fi","Finnish"],["fj","Fijian"],["fil","Filipino"],["fy","Western Frisian"],["ga","Irish"],["gd","Scottish Gaelic"],["gl","Galician"],["gu","Gujarati"],["ha","Hausa"],["haw","Hawaiian"],["he","Hebrew"],["hi","Hindi"],["hmn","Hmong"],["hr","Croatian"],["ht","Haitian Creole"],["hu","Hungarian"],["hy","Armenian"],["id","Indonesian"],["ig","Igbo"],["is","Icelandic"],["jw","Javanese"],["ka","Georgian"],["kk","Kazakh"],["km","Khmer"],["kn","Kannada"],["ku","Kurdish"],["ky","Kyrgyz"],["la","Lao"],["lb","Luxembourgish"],["lo","Lao"],["lt","Lithuanian"],["lv","Latvian"],["mg","Malagasy"],["mi","Maori"],["mk","Macedonian"],["ml","Malayalam"],["mn","Mongolian"],["mr","Marathi"],["ms","Malay"],["mt","Maltese"],["my","Burmese"],["pa","Punjabi"],["ps","Pashto"],["ro","Romanian"],["si","Sinhala"],["sk","Slovak"],["sl","Slovene"],["sa","Sanskrit"],["sm","Samoan"],["sn","Shona"],["so","Somali"],["sq","Albanian"],["sr","Serbian"],["sr-Cyrl","Serbian (Cyrillic)"],["sr-Latn","Serbian (Latin)"],["st","Southern Sotho"],["su","Sundanese"],["sv","Swedish"],["sw","Swahili"],["ta","Tamil"],["te","Telugu"],["tg","Tajik"],["th","Thai"],["tr","Turkish"],["ug","Uyghur"],["uk","Ukrainian"],["ur","Urdu"],["uz","Uzbek"],["vi","Vietnamese"],["xh","Xhosa"],["yi","Yiddish"],["yo","Yoruba"],["zu","Zulu"]],_6=new Map(nw),Nm=class extends Ui{static langMap=_6;provider="custom";immersiveApiUrl="https://openai-api.immersivetranslate.com/v1/chat/completions";immersiveProApiUrl=gn()||Jn()?"https://api2.immersivetranslate.com/openai/v1/chat/completions":"https://test-api2.immersivetranslate.com/openai/v1/chat/completions";temperature=0;constructor(t,n,r){if(super(t,n,r),t||(t={}),t.provider&&(this.provider=t.provider),t.temperature!==void 0&&(this.temperature=parseFloat(t.temperature)),this.provider==="pro"){if(!r.isPro)throw new J("Please activate Pro membership first, \u8BF7\u5148\u5F00\u901A Pro \u4F1A\u5458\u3002");let a=r.userToken||"";if(this.apiKeys=a.split(",").map(o=>o.trim()),!a)throw new J("Login required, \u767B\u5F55\u540E\u624D\u53EF\u4EE5\u4F7F\u7528\u3002");t.proModel&&(t.model=t.proModel),t.proLimit&&(t.limit=t.proLimit)}t&&t.immersiveApiUrl&&(this.immersiveApiUrl=rn(this.immersiveApiUrl,t.immersiveApiUrl)),this.apiUrl="https://api.openai.com/v1/chat/completions",t.apiUrl&&(this.apiUrl=rn(this.apiUrl,t.apiUrl)),t&&t.immersiveProApiUrl&&(this.immersiveProApiUrl=rn(this.immersiveProApiUrl,t.immersiveProApiUrl)),this.model=this.model||"gpt-3.5-turbo-1106"}getLangMap(){return _6}getDefaultRateLimit(){return{limit:10,interval:1300}}parseResponse(t){return t?.choices?.[0]?.message?.content?.trim()}async handleOptions(t,n){let r={};n.refresh&&(r["X-Refresh"]="True"),n.debug&&(r["X-Debug"]="True");let a=[{role:"system",content:this.serviceConfig.systemPrompt||""},{role:"user",content:t}],o={url:this.apiUrl,method:"POST",headers:{"Content-Type":"application/json"},body:JSON.stringify({model:this.model,temperature:this.temperature,messages:a},null,2),timeout:this.requestTimeout,retry:this.retry},i=this.getRandomKey();return this.provider==="pro"?(o.url=this.immersiveProApiUrl,o.headers.token=i,o.headers={...o.headers,...r}):i&&(o.headers.Authorization="Bearer "+i,o.headers["api-key"]=i,i.startsWith("immersiveopenai_")&&(o.url=this.immersiveProApiUrl,o.headers.token=i,i.endsWith("x")||(o.headers["Immersive-Corpus-Campagin"]="yes"),delete o.headers.Authorization,delete o.headers["api-key"],o.headers={...o.headers,...r})),o}getCacheKeyPrefix(){let t=["openai",this.provider||"",this.model||"",this.systemPrompt||"",this.prompt||"",this.systemPrompt||"",this.multiplePrompt||"",this.subtitlePrompt||""];return qn(t.join("_"))}},M6=Nm;m();var B6=R5(P6());var F6=[["af","af"],["am","am"],["ar","ar"],["auto","auto"],["az","az"],["be","be"],["bg","bg"],["bn","bn"],["bs","bs"],["ca","ca"],["ceb","ceb"],["co","co"],["cs","cs"],["cy","cy"],["da","da"],["de","de"],["el","el"],["en","en"],["eo","eo"],["es","es"],["et","et"],["eu","eu"],["fa","fa"],["fi","fi"],["fil","fil"],["fj","fj"],["fr","fr"],["fy","fy"],["ga","ga"],["gd","gd"],["gl","gl"],["gu","gu"],["ha","ha"],["haw","haw"],["he","he"],["hi","hi"],["hmn","hmn"],["hr","hr"],["ht","ht"],["hu","hu"],["hy","hy"],["id","id"],["ig","ig"],["is","is"],["it","it"],["ja","ja"],["jw","jw"],["ka","ka"],["kk","kk"],["km","km"],["kn","kn"],["ko","ko"],["ku","ku"],["ky","ky"],["la","la"],["lb","lb"],["lo","lo"],["lt","lt"],["lv","lv"],["mg","mg"],["mi","mi"],["mk","mk"],["ml","ml"],["mn","mn"],["mr","mr"],["ms","ms"],["mt","mt"],["mww","mww"],["my","my"],["ne","ne"],["nl","nl"],["no","no"],["ny","ny"],["otq","otq"],["pa","pa"],["pl","pl"],["ps","ps"],["pt","pt"],["ro","ro"],["ru","ru"],["sd","sd"],["si","si"],["sk","sk"],["sl","sl"],["sm","sm"],["sn","sn"],["so","so"],["sq","sq"],["tn","tn"],["st","st"],["su","su"],["sv","sv"],["sw","sw"],["ta","ta"],["te","te"],["tg","tg"],["th","th"],["tlh","tlh"],["to","to"],["tr","tr"],["ty","ty"],["ug","ug"],["uk","uk"],["ur","ur"],["uz","uz"],["vi","vi"],["xh","xh"],["yi","yi"],["yo","yo"],["yua","yua"],["yue","yue"],["bo","bo"],["sa","sa"],["zh-CN","zh"],["zh-TW","zh-tw"],["zu","zu"]],bu=class e extends ke{static langMap=new Map(F6);static langMapReverse=new Map(F6.map(([t,n])=>[n,t]));SHA1;AccessKeyID="";AccessKeySecret="";isSupportList=!0;scene="general";maxTextGroupLength=50;maxTextLength=1e3;constructor(t,n,r){if(super(t,n,r),!t||!t.AccessKeyID||!t.AccessKeySecret)throw new J("AccessKeyID and AccessKeySecret are required");this.AccessKeyID=t.AccessKeyID?.trim(),this.AccessKeySecret=t.AccessKeySecret?.trim(),this.SHA1=new B6.default.SHA1,t.scene&&(this.scene=t.scene)}async translate(t){let{text:n,from:r,to:a}=t,o={FormatType:"text",Scene:this.scene,SourceLanguage:e.langMap.get(r)||"auto",SourceText:n,TargetLanguage:e.langMap.get(a)||a},i=this.scene=="general"?"TranslateGeneral":"Translate",s=await this.signedRequest({secretId:this.AccessKeyID,secretKey:this.AccessKeySecret,action:i,payload:o,service:"mt",version:"2018-10-12"});return{text:s.Data.Translated,from:s.Data.DetectedLanguage&&e.langMapReverse.get(s.Data.DetectedLanguage)||r||"auto",to:e.langMapReverse.get(a)||a}}async translateList(t){let{text:n,from:r,to:a}=t,o=this.scene=="general"?"translate_standard":"translate_ecommerce",i={FormatType:"text",Scene:this.scene,SourceLanguage:e.langMap.get(r)||"auto",SourceText:JSON.stringify(n.reduce((l,c,g)=>(l[g]=c,l),{})),TargetLanguage:e.langMap.get(a)||a,ApiType:o},s=await this.signedRequest({secretId:this.AccessKeyID,secretKey:this.AccessKeySecret,action:"GetBatchTranslate",payload:i,service:"mt",version:"2018-10-12"}),u=s.TranslatedList.length&&s.TranslatedList[0].detectedLanguage;return{text:s.TranslatedList.sort((l,c)=>parseInt(l.index)-parseInt(c.index)).map(l=>l.translated),from:u&&e.langMapReverse.get(u)||r||"auto",to:e.langMapReverse.get(a)||a}}encode(t){return encodeURIComponent(t).replace(/!/g,"%21").replace(/'/g,"%27").replace(/\(/g,"%28").replace(/\)/g,"%29").replace(/\*/g,"%2A")}async signedRequest({secretId:t,secretKey:n,action:r,payload:a,service:o,version:i}){let s=new Date().toISOString(),u=Math.random().toString(36).slice(2),l={Action:r,Version:i,Format:"JSON",AccessKeyId:t,SignatureNonce:u,Timestamp:s,SignatureMethod:"HMAC-SHA1",SignatureVersion:"1.0"},g=(y=>{let b=Object.keys(y).sort().map(x=>`${this.encode(x)}=${this.encode(y[x])}`).join("&");return`POST&%2F&${this.encode(b)}`})(Object.assign({},l,a)),p=this.SHA1.b64_hmac(`${n}&`,g),f=new URLSearchParams(Object.assign({},l,{Signature:p})).toString(),h=await de({retry:this.retry,url:`https://${o}.aliyuncs.com?${f}`,method:"POST",headers:{"content-type":"application/x-www-form-urlencoded"},body:new URLSearchParams(a).toString(),timeout:this.requestTimeout});if(h instanceof Error)throw h;if(h.Code!=="200")throw new J(h.Message);return h}};m();m();var rw=["authorization","content-type","content-length","user-agent","presigned-expires","expect"],Ot={algorithm:"HMAC-SHA256",v4Identifier:"request",dateHeader:"X-Date",tokenHeader:"X-Security-Token",contentSha256Header:"X-Content-Sha256",notSignBody:"X-NotSignBody",kDatePrefix:"",credential:"X-Credential",algorithmKey:"X-Algorithm",signHeadersKey:"X-SignedHeaders",signQueriesKey:"X-SignedQueries",signatureKey:"X-Signature"},Um=e=>{try{return encodeURIComponent(e).replace(/[^A-Za-z0-9_.~\-%]+/g,escape).replace(/[*]/g,t=>`%${t.charCodeAt(0).toString(16).toUpperCase()}`)}catch{return""}},jm=e=>Object.keys(e).map(t=>{let n=e[t];if(typeof n>"u"||n===null)return;let r=Um(t);if(r)return Array.isArray(n)?`${r}=${n.map(Um).sort().join(`&${r}=`)}`:`${r}=${Um(n)}`}).filter(t=>t).join("&"),ji=class{request;serviceName;bodySha256;constructor(t,n,r){this.request=t,this.request.headers=t.headers||{},this.serviceName=n,r=r||{},this.bodySha256=r.bodySha256,this.request.params=this.sortParams(this.request.params)}sortParams(t){let n={};return t&&Object.keys(t).filter(r=>{let a=t[r];return typeof a<"u"&&a!==null}).sort().map(r=>{n[r]=t[r]}),n}async addAuthorization(t,n){let r=this.getDateTime(n);await this.addHeaders(t,r),this.request.headers.Authorization=await this.authorization(t,r)}async authorization(t,n){let r=[],a=this.credentialString(n);return r.push(`${Ot.algorithm} Credential=${t.accessKeyId}/${a}`),r.push(`SignedHeaders=${this.signedHeaders()}`),r.push(`Signature=${await this.signature(t,n)}`),r.join(", ")}async getSignUrl(t,n){let r=this.getDateTime(n),a={...this.request.params},o=this.request.params,i=this.request.headers;t.sessionToken&&(a[Ot.tokenHeader]=t.sessionToken),a[Ot.dateHeader]=r,a[Ot.notSignBody]="",a[Ot.credential]=`${t.accessKeyId}/${this.credentialString(r)}`,a[Ot.algorithmKey]=Ot.algorithm,a[Ot.signHeadersKey]="",a[Ot.signQueriesKey]=void 0,a[Ot.signatureKey]=void 0,a=this.sortParams(a),this.request.params=a,this.request.headers={};let s=await this.signature(t,r);return this.request.params=o,this.request.headers=i,a[Ot.signQueriesKey]=Object.keys(a).sort().join(";"),a[Ot.signatureKey]=s,jm(a)}getDateTime(t){return this.iso8601(t).replace(/[:\-]|\.\d{3}/g,"")}async addHeaders(t,n){if(this.request.headers[Ot.dateHeader]=n,t.sessionToken&&(this.request.headers[Ot.tokenHeader]=t.sessionToken),this.request.body){let r=this.request.body;this.request.headers[Ot.contentSha256Header]=await hr(r)}}async signature(t,n){let r=await this.getSigningKey(t,n.substr(0,8),this.request.region,this.serviceName);return M0(await Na(await this.stringToSign(n),r))}async stringToSign(t){let n=[];n.push(Ot.algorithm),n.push(t),n.push(this.credentialString(t));let r=await this.canonicalString();return n.push(await this.hexEncodedHash(r)),n.join(` +`)}restoreText(t,n,r,a,o){let i=[];for(let s=0;snew RegExp(s).test(o))&&(o=t)}catch(i){I.debug("e",i)}return o}getCacheKeyPrefix(){let t=[this.model||"",this.apiUrl||"",this.systemPrompt||"",this.prompt||"",this.systemPrompt||"",this.multiplePrompt||"",this.subtitlePrompt||""];return qn(t.join("_"))}},Ui=Om;function tw(e,t){return!e.includes(".")&&!e.includes("\u3002")&&(t.endsWith("\u3002")||t.endsWith("."))?t.slice(0,-1):t}var nw=[["auto","auto"],["zh-CN","Simplified Chinese"],["zh-TW","Traditional Chinese"],["zh-CN-NE","Northeastern Chinese"],["en","English"],["yue","Cantonese"],["bo","\u85CF\u8BED"],["wyw","Classical Chinese"],["ja","Japanese"],["ko","Korean"],["fr","French"],["de","German"],["es","Spanish"],["it","Italian"],["ru","Russian"],["pt","Portuguese"],["pt-br","Portuguese (Brazil)"],["nl","Dutch"],["pl","Polish"],["ar","Arabic"],["af","Afrikaans"],["am","Amharic"],["az","Azerbaijani"],["be","Belarusian"],["bg","Bulgarian"],["bn","Bengali"],["bs","Bosnian"],["ca","Catalan"],["ceb","Cebuano"],["co","Corsican"],["cs","Czech"],["cy","Welsh"],["da","Danish"],["el","Greek"],["eo","Esperanto"],["et","Estonian"],["eu","Basque"],["fa","Persian"],["fi","Finnish"],["fj","Fijian"],["fil","Filipino"],["fy","Western Frisian"],["ga","Irish"],["gd","Scottish Gaelic"],["gl","Galician"],["gu","Gujarati"],["ha","Hausa"],["haw","Hawaiian"],["he","Hebrew"],["hi","Hindi"],["hmn","Hmong"],["hr","Croatian"],["ht","Haitian Creole"],["hu","Hungarian"],["hy","Armenian"],["id","Indonesian"],["ig","Igbo"],["is","Icelandic"],["jw","Javanese"],["ka","Georgian"],["kk","Kazakh"],["km","Khmer"],["kn","Kannada"],["ku","Kurdish"],["ky","Kyrgyz"],["la","Lao"],["lb","Luxembourgish"],["lo","Lao"],["lt","Lithuanian"],["lv","Latvian"],["mg","Malagasy"],["mi","Maori"],["mk","Macedonian"],["ml","Malayalam"],["mn","Mongolian"],["mr","Marathi"],["ms","Malay"],["mt","Maltese"],["my","Burmese"],["pa","Punjabi"],["ps","Pashto"],["ro","Romanian"],["si","Sinhala"],["sk","Slovak"],["sl","Slovene"],["sa","Sanskrit"],["sm","Samoan"],["sn","Shona"],["so","Somali"],["sq","Albanian"],["sr","Serbian"],["sr-Cyrl","Serbian (Cyrillic)"],["sr-Latn","Serbian (Latin)"],["st","Southern Sotho"],["su","Sundanese"],["sv","Swedish"],["sw","Swahili"],["ta","Tamil"],["te","Telugu"],["tg","Tajik"],["th","Thai"],["tr","Turkish"],["ug","Uyghur"],["uk","Ukrainian"],["ur","Urdu"],["uz","Uzbek"],["vi","Vietnamese"],["xh","Xhosa"],["yi","Yiddish"],["yo","Yoruba"],["zu","Zulu"]],_6=new Map(nw),Nm=class extends Ui{static langMap=_6;provider="custom";immersiveApiUrl="https://openai-api.immersivetranslate.com/v1/chat/completions";immersiveProApiUrl=gn()||Jn()?"https://api2.immersivetranslate.com/openai/v1/chat/completions":"https://test-api2.immersivetranslate.com/openai/v1/chat/completions";temperature=0;constructor(t,n,r){if(super(t,n,r),t||(t={}),t.provider&&(this.provider=t.provider),t.temperature!==void 0&&(this.temperature=parseFloat(t.temperature)),this.provider==="pro"){if(!r.isPro)throw new J("Please activate Pro membership first, \u8BF7\u5148\u5F00\u901A Pro \u4F1A\u5458\u3002");let a=r.userToken||"";if(this.apiKeys=a.split(",").map(o=>o.trim()),!a)throw new J("Login required, \u767B\u5F55\u540E\u624D\u53EF\u4EE5\u4F7F\u7528\u3002");t.proModel&&(t.model=t.proModel),t.proLimit&&(t.limit=t.proLimit)}t&&t.immersiveApiUrl&&(this.immersiveApiUrl=rn(this.immersiveApiUrl,t.immersiveApiUrl)),this.apiUrl="https://api.openai.com/v1/chat/completions",t.apiUrl&&(this.apiUrl=rn(this.apiUrl,t.apiUrl)),t&&t.immersiveProApiUrl&&(this.immersiveProApiUrl=rn(this.immersiveProApiUrl,t.immersiveProApiUrl)),this.model=this.model||"gpt-3.5-turbo-1106"}getLangMap(){return _6}getDefaultRateLimit(){return{limit:10,interval:1300}}parseResponse(t){return t?.choices?.[0]?.message?.content?.trim()}async handleOptions(t,n){let r={};n.refresh&&(r["X-Refresh"]="True"),n.debug&&(r["X-Debug"]="True");let a=[{role:"system",content:this.serviceConfig.systemPrompt||""},{role:"user",content:t}],o={url:this.apiUrl,method:"POST",headers:{"Content-Type":"application/json"},body:JSON.stringify({model:this.model,temperature:this.temperature,messages:a},null,2),timeout:this.requestTimeout,retry:this.retry},i=this.getRandomKey();return this.provider==="pro"?(o.url=this.immersiveProApiUrl,o.headers.token=i,o.headers={...o.headers,...r}):i&&(o.headers.Authorization="Bearer "+i,o.headers["api-key"]=i,i.startsWith("immersiveopenai_")&&(o.url=this.immersiveProApiUrl,o.headers.token=i,i.endsWith("x")||(o.headers["Immersive-Corpus-Campagin"]="yes"),delete o.headers.Authorization,delete o.headers["api-key"],o.headers={...o.headers,...r})),o}getCacheKeyPrefix(){let t=["openai",this.provider||"",this.model||"",this.systemPrompt||"",this.prompt||"",this.systemPrompt||"",this.multiplePrompt||"",this.subtitlePrompt||""];return qn(t.join("_"))}},M6=Nm;m();var B6=R5(P6());var F6=[["af","af"],["am","am"],["ar","ar"],["auto","auto"],["az","az"],["be","be"],["bg","bg"],["bn","bn"],["bs","bs"],["ca","ca"],["ceb","ceb"],["co","co"],["cs","cs"],["cy","cy"],["da","da"],["de","de"],["el","el"],["en","en"],["eo","eo"],["es","es"],["et","et"],["eu","eu"],["fa","fa"],["fi","fi"],["fil","fil"],["fj","fj"],["fr","fr"],["fy","fy"],["ga","ga"],["gd","gd"],["gl","gl"],["gu","gu"],["ha","ha"],["haw","haw"],["he","he"],["hi","hi"],["hmn","hmn"],["hr","hr"],["ht","ht"],["hu","hu"],["hy","hy"],["id","id"],["ig","ig"],["is","is"],["it","it"],["ja","ja"],["jw","jw"],["ka","ka"],["kk","kk"],["km","km"],["kn","kn"],["ko","ko"],["ku","ku"],["ky","ky"],["la","la"],["lb","lb"],["lo","lo"],["lt","lt"],["lv","lv"],["mg","mg"],["mi","mi"],["mk","mk"],["ml","ml"],["mn","mn"],["mr","mr"],["ms","ms"],["mt","mt"],["mww","mww"],["my","my"],["ne","ne"],["nl","nl"],["no","no"],["ny","ny"],["otq","otq"],["pa","pa"],["pl","pl"],["ps","ps"],["pt","pt"],["ro","ro"],["ru","ru"],["sd","sd"],["si","si"],["sk","sk"],["sl","sl"],["sm","sm"],["sn","sn"],["so","so"],["sq","sq"],["tn","tn"],["st","st"],["su","su"],["sv","sv"],["sw","sw"],["ta","ta"],["te","te"],["tg","tg"],["th","th"],["tlh","tlh"],["to","to"],["tr","tr"],["ty","ty"],["ug","ug"],["uk","uk"],["ur","ur"],["uz","uz"],["vi","vi"],["xh","xh"],["yi","yi"],["yo","yo"],["yua","yua"],["yue","yue"],["bo","bo"],["sa","sa"],["zh-CN","zh"],["zh-TW","zh-tw"],["zu","zu"]],bu=class e extends ke{static langMap=new Map(F6);static langMapReverse=new Map(F6.map(([t,n])=>[n,t]));SHA1;AccessKeyID="";AccessKeySecret="";isSupportList=!0;scene="general";maxTextGroupLength=50;maxTextLength=1e3;constructor(t,n,r){if(super(t,n,r),!t||!t.AccessKeyID||!t.AccessKeySecret)throw new J("AccessKeyID and AccessKeySecret are required");this.AccessKeyID=t.AccessKeyID?.trim(),this.AccessKeySecret=t.AccessKeySecret?.trim(),this.SHA1=new B6.default.SHA1,t.scene&&(this.scene=t.scene)}async translate(t){let{text:n,from:r,to:a}=t,o={FormatType:"text",Scene:this.scene,SourceLanguage:e.langMap.get(r)||"auto",SourceText:n,TargetLanguage:e.langMap.get(a)||a},i=this.scene=="general"?"TranslateGeneral":"Translate",s=await this.signedRequest({secretId:this.AccessKeyID,secretKey:this.AccessKeySecret,action:i,payload:o,service:"mt",version:"2018-10-12"});return{text:s.Data.Translated,from:s.Data.DetectedLanguage&&e.langMapReverse.get(s.Data.DetectedLanguage)||r||"auto",to:e.langMapReverse.get(a)||a}}async translateList(t){let{text:n,from:r,to:a}=t,o=this.scene=="general"?"translate_standard":"translate_ecommerce",i={FormatType:"text",Scene:this.scene,SourceLanguage:e.langMap.get(r)||"auto",SourceText:JSON.stringify(n.reduce((l,c,g)=>(l[g]=c,l),{})),TargetLanguage:e.langMap.get(a)||a,ApiType:o},s=await this.signedRequest({secretId:this.AccessKeyID,secretKey:this.AccessKeySecret,action:"GetBatchTranslate",payload:i,service:"mt",version:"2018-10-12"}),u=s.TranslatedList.length&&s.TranslatedList[0].detectedLanguage;return{text:s.TranslatedList.sort((l,c)=>parseInt(l.index)-parseInt(c.index)).map(l=>l.translated),from:u&&e.langMapReverse.get(u)||r||"auto",to:e.langMapReverse.get(a)||a}}encode(t){return encodeURIComponent(t).replace(/!/g,"%21").replace(/'/g,"%27").replace(/\(/g,"%28").replace(/\)/g,"%29").replace(/\*/g,"%2A")}async signedRequest({secretId:t,secretKey:n,action:r,payload:a,service:o,version:i}){let s=new Date().toISOString(),u=Math.random().toString(36).slice(2),l={Action:r,Version:i,Format:"JSON",AccessKeyId:t,SignatureNonce:u,Timestamp:s,SignatureMethod:"HMAC-SHA1",SignatureVersion:"1.0"},g=(y=>{let b=Object.keys(y).sort().map(v=>`${this.encode(v)}=${this.encode(y[v])}`).join("&");return`POST&%2F&${this.encode(b)}`})(Object.assign({},l,a)),p=this.SHA1.b64_hmac(`${n}&`,g),f=new URLSearchParams(Object.assign({},l,{Signature:p})).toString(),h=await de({retry:this.retry,url:`https://${o}.aliyuncs.com?${f}`,method:"POST",headers:{"content-type":"application/x-www-form-urlencoded"},body:new URLSearchParams(a).toString(),timeout:this.requestTimeout});if(h instanceof Error)throw h;if(h.Code!=="200")throw new J(h.Message);return h}};m();m();var rw=["authorization","content-type","content-length","user-agent","presigned-expires","expect"],Ot={algorithm:"HMAC-SHA256",v4Identifier:"request",dateHeader:"X-Date",tokenHeader:"X-Security-Token",contentSha256Header:"X-Content-Sha256",notSignBody:"X-NotSignBody",kDatePrefix:"",credential:"X-Credential",algorithmKey:"X-Algorithm",signHeadersKey:"X-SignedHeaders",signQueriesKey:"X-SignedQueries",signatureKey:"X-Signature"},Um=e=>{try{return encodeURIComponent(e).replace(/[^A-Za-z0-9_.~\-%]+/g,escape).replace(/[*]/g,t=>`%${t.charCodeAt(0).toString(16).toUpperCase()}`)}catch{return""}},jm=e=>Object.keys(e).map(t=>{let n=e[t];if(typeof n>"u"||n===null)return;let r=Um(t);if(r)return Array.isArray(n)?`${r}=${n.map(Um).sort().join(`&${r}=`)}`:`${r}=${Um(n)}`}).filter(t=>t).join("&"),ji=class{request;serviceName;bodySha256;constructor(t,n,r){this.request=t,this.request.headers=t.headers||{},this.serviceName=n,r=r||{},this.bodySha256=r.bodySha256,this.request.params=this.sortParams(this.request.params)}sortParams(t){let n={};return t&&Object.keys(t).filter(r=>{let a=t[r];return typeof a<"u"&&a!==null}).sort().map(r=>{n[r]=t[r]}),n}async addAuthorization(t,n){let r=this.getDateTime(n);await this.addHeaders(t,r),this.request.headers.Authorization=await this.authorization(t,r)}async authorization(t,n){let r=[],a=this.credentialString(n);return r.push(`${Ot.algorithm} Credential=${t.accessKeyId}/${a}`),r.push(`SignedHeaders=${this.signedHeaders()}`),r.push(`Signature=${await this.signature(t,n)}`),r.join(", ")}async getSignUrl(t,n){let r=this.getDateTime(n),a={...this.request.params},o=this.request.params,i=this.request.headers;t.sessionToken&&(a[Ot.tokenHeader]=t.sessionToken),a[Ot.dateHeader]=r,a[Ot.notSignBody]="",a[Ot.credential]=`${t.accessKeyId}/${this.credentialString(r)}`,a[Ot.algorithmKey]=Ot.algorithm,a[Ot.signHeadersKey]="",a[Ot.signQueriesKey]=void 0,a[Ot.signatureKey]=void 0,a=this.sortParams(a),this.request.params=a,this.request.headers={};let s=await this.signature(t,r);return this.request.params=o,this.request.headers=i,a[Ot.signQueriesKey]=Object.keys(a).sort().join(";"),a[Ot.signatureKey]=s,jm(a)}getDateTime(t){return this.iso8601(t).replace(/[:\-]|\.\d{3}/g,"")}async addHeaders(t,n){if(this.request.headers[Ot.dateHeader]=n,t.sessionToken&&(this.request.headers[Ot.tokenHeader]=t.sessionToken),this.request.body){let r=this.request.body;this.request.headers[Ot.contentSha256Header]=await hr(r)}}async signature(t,n){let r=await this.getSigningKey(t,n.substr(0,8),this.request.region,this.serviceName);return M0(await Na(await this.stringToSign(n),r))}async stringToSign(t){let n=[];n.push(Ot.algorithm),n.push(t),n.push(this.credentialString(t));let r=await this.canonicalString();return n.push(await this.hexEncodedHash(r)),n.join(` `)}async canonicalString(){let t=[],n=this.request.pathname||"/";t.push(this.request.method.toUpperCase()),t.push(n);let r=jm(this.request.params)||"";return t.push(r),t.push(`${this.canonicalHeaders()} `),t.push(this.signedHeaders()),t.push(await this.hexEncodedBodyHash()),t.join(` `)}canonicalHeaders(){let t=[];Object.keys(this.request.headers).forEach(r=>{t.push([r,this.request.headers[r]])}),t.sort((r,a)=>r[0].toLowerCase(){let a=r[0].toLowerCase();if(this.isSignableHeader(a)){let o=r[1];if(typeof o>"u"||o===null||typeof o.toString!="function")throw new J(`Header ${a} contains invalid value`);n.push(`${a}:${this.canonicalHeaderValues(o.toString())}`)}}),n.join(` @@ -5223,19 +5223,19 @@ ${s}} `);if(c.statusCode)throw new Error(`Something went wrong! The response is ${JSON.stringify(c)}.`)}let g=c[0].translations[0],p=c[0].detectedLanguage;return{text:g.text,from:U6.get(p.language),to:U6.get(g.to)}}m();m();m();m();m();function Ua(e){return e!=null}function K6(e,t,n){return`${e.type}#${t}#${n}`}function G6(e,t,n,r,a){return{body:a,id:r,type:K6(e,t,n)}}function gw(e,t,n,r){return{id:n,response:r,type:K6(e,"ask",t)}}function Y6(e,t,n,r){if(Ua(r)){let a=r.type;if(Ua(a)&&Ua(r.body)){let[o,i,s]=a.split("#");return o===e.type&&i===t&&s===n}else return!1}else return!1}function mw(e,t,n){if(Ua(n)){let r=n.type;if(Ua(r)&&Ua(n.response)){let[a,o,i]=r.split("#");return a===e.type&&o==="ask"&&i===t}else return!1}else return!1}function pw(e){e.forEach(([t,n])=>t.removeEventListener("message",n)),e.length=0}function fw(e,t,n,r){return new Promise(a=>{let o=i=>{let s=i.data;mw(t,n,s)&&s.id===r&&(e.removeEventListener("message",o),a(s.response))};e.addEventListener("message",o)})}function hw(e,t,n,r){let a=o=>{let i=o.data;Y6(t,"tell",n,i)&&r(i.body)};return e.addEventListener("message",a),[e,a]}function $6(e,t,n,r,a,o){let i=async s=>{let u=s.data;if(Y6(n,"ask",r,u)){let l=await o(u.body);t=s.source,t.postMessage(gw(n,r,u.id,l),s.origin)}};return e.addEventListener("message",i),[e,i]}function bw(e,t,n,r,a){let o=Math.random().toString();return e.postMessage(G6(t,"tell",n,o,r),a)}async function V6(e,t,n,r,a,o,i){let s=Math.random().toString(),u=new Promise(async(l,c)=>{let g=setTimeout(()=>c(new Error(`Failed to get response within ${i}ms`)),i),p=await fw(e,n,r,s);clearTimeout(g),l(p)});return t.postMessage(G6(n,"ask",r,s,a),o),u}var ja=class e{constructor(t,n,r=window,a="*"){this.protocol=t;this.targetWindow=n;this.thisWindow=r;this.targetOrigin=a;$6(r,n,this.getSystemProtocol("ping"),"ping",a,()=>Promise.resolve({}))}static async connect(t,n=10,r=500){for(let a=0;a<=n;a++)try{return await t.ping({timeout:r}),t}catch{continue}throw new Error(`Could not connect on protocol ${t.protocol.type} after ${n*r}ms`)}static parent(t,n,r="*",a=window){let o=n.contentWindow;if(Ua(o))return new e(t,o,a,r);throw new Error("iframe.contentWindow was null")}static iframe(t,n="*",{thisWindow:r=window,targetWindow:a=window.parent}={}){return new e(t,a,r,n)}static rootIframe(t,n="*",{thisWindow:r=window}={}){return new e(t,null,r,n)}getSystemProtocol(t){return{type:`system|${t}`}}listeners=[];async ping({timeout:t=1e4}){await V6(this.thisWindow,this.targetWindow,this.getSystemProtocol("ping"),"ping",{data:{},payload:{}},this.targetOrigin,t)}handleTell(t,n){this.listeners.push(hw(this.thisWindow,this.protocol,t,n))}tell(t,n){bw(this.targetWindow,this.protocol,t,n,this.targetOrigin)}handleAsk(t,n){this.listeners.push($6(this.thisWindow,this.targetWindow,this.protocol,t,this.targetOrigin,n))}ask(t,n,r=1e4){if(this.targetWindow)return V6(this.thisWindow,this.targetWindow,this.protocol,t,n,this.targetOrigin,r);throw new Error("target window is requried")}destroy(){pw(this.listeners)}};var J6;async function Q6(){if(ot()){let t=globalThis;for(;t.top!=t.self;)t=t.top;let n=ja.iframe(Hl,"*",{targetWindow:t});J6=n,await ja.connect(n).catch(r=>{I.error("connect with parent frame error",r)})}}function Z6(){return J6}var I0=new Map;async function Km(e){let t=e.url;if(e.method&&(t+=e.method),e.body&&(t+=qn(e.body)),I0.has(t))return I0.get(t);let n=de(e);I0.set(t,n);try{return await n}catch(r){throw r}finally{setTimeout(()=>{I0.delete(t)},3e3)}}async function X6(e){return Km(e)}async function O0(e){if(ot()){let n=Z6();if(n)try{return await n.ask("throttleRequest",e)}catch(r){throw I.error("can not comunicate with root frame, use strict limiter",r),r}else return Km(e)}else return Km(e)}m();function eb(e){let t=e.split(".");if(t.length<=1)throw new Error("invlaid token");let n=t[1];if(!n)throw new Error("invalid base64 url token");let r=n.replace(/-/g,"+").replace(/_/g,"/"),a=decodeURIComponent(globalThis.atob(r).split("").map(function(s){return"%"+("00"+s.charCodeAt(0).toString(16)).slice(-2)}).join("")),o=JSON.parse(a),i=new Date(o.exp*1e3);return{accessToken:e,accessTokenExpiresAt:i.toISOString()}}m();async function N0(e){await Ug(e)}async function U0(e,t){let n=await Ig(e);if(n?.accessToken&&n?.accessTokenExpiresAt){let r=Date.now(),o=new Date(n.accessTokenExpiresAt).getTime();if(o-r>30*1e3)return n;if(o-r>3e3)return tb(e,t)}return tb(e,t)}async function tb(e,t){let n=await t(),r=n.accessTokenExpiresAt,o=new Date(r).getTime()-Date.now();return await Og(e,n,o-1e3),n}var yw=[["auto",""],["ar","ar"],["ga","ga"],["et","et"],["bg","bg"],["is","is"],["pl","pl"],["bs","bs-Latn"],["fa","fa"],["da","da"],["de","de"],["ru","ru"],["fr","fr"],["zh-TW","zh-Hant"],["fil","fil"],["fj","fj"],["fi","fi"],["gu","gu"],["kk","kk"],["he","he"],["ht","ht"],["ko","ko"],["nl","nl"],["ca","ca"],["zh-CN","zh-Hans"],["wyw","lzh"],["cs","cs"],["kn","kn"],["otq","otq"],["tlh","tlh"],["hr","hr"],["lv","lv"],["lt","lt"],["ro","ro"],["mg","mg"],["mt","mt"],["mr","mr"],["ml","ml"],["ms","ms"],["mi","mi"],["bn","bn-BD"],["hmn","mww"],["af","af"],["pa","pa"],["pt","pt"],["ps","ps"],["ja","ja"],["sv","sv"],["sm","sm"],["sr-Latn","sr-Latn"],["sr-Cyrl","sr-Cyrl"],["no","nb"],["sk","sk"],["sl","sl"],["sw","sw"],["ty","ty"],["te","te"],["ta","ta"],["th","th"],["to","to"],["tr","tr"],["cy","cy"],["ur","ur"],["uk","uk"],["es","es"],["el","el"],["hu","hu"],["it","it"],["hi","hi"],["id","id"],["en","en"],["yua","yua"],["bo","bo"],["vi","vi"]],Gm=new Map(yw),Tu=class extends ke{static langMap=Gm;isSupportList=!0;maxTextLength=1800;constructor(t,n,r){super(t,n,r)}static async clearState(){await N0(vg)}async translate(t){let{text:n,from:r,to:a}=t;return n?await W6(n,r,a):{...t}}async init(){await this.getAccessToken()}async getAccessToken(){return await U0(vg,async()=>{let t=await O0({responseType:"text",url:"https://edge.microsoft.com/translate/auth",headers:{accept:"*/*","accept-language":"zh-TW,zh;q=0.9,ja;q=0.8,zh-CN;q=0.7,en-US;q=0.6,en;q=0.5","cache-control":"no-cache",pragma:"no-cache","sec-ch-ua":'"Microsoft Edge";v="113", "Chromium";v="113", "Not-A.Brand";v="24"',"sec-ch-ua-mobile":"?0","sec-ch-ua-platform":'"Windows"',"sec-fetch-dest":"empty","sec-fetch-mode":"cors","sec-fetch-site":"cross-site","sec-mesh-client-arch":"x86_64","sec-mesh-client-edge-channel":"beta","sec-mesh-client-edge-version":"113.0.1774.23","sec-mesh-client-os":"Windows","sec-mesh-client-os-version":"10.0.19044","sec-mesh-client-webview":"0",Referer:"https://appsumo.com/","Referrer-Policy":"strict-origin-when-cross-origin"},body:null,method:"GET",timeout:5e3,retry:this.retry});return eb(t)})}async translateList(t){let{from:n,to:r,text:a}=t,o=Gm.get(n)||"auto",i=Gm.get(r)||r;o==="auto"&&(o="");let s=await this.getAccessToken(),u=[];for(let p of a)u.push({Text:p});let l=JSON.stringify(u),c=`https://api-edge.cognitive.microsofttranslator.com/translate?from=${o}&to=${i}&api-version=3.0&includeSentenceLength=true`,g=await de({url:c,headers:{accept:"*/*","accept-language":"zh-TW,zh;q=0.9,ja;q=0.8,zh-CN;q=0.7,en-US;q=0.6,en;q=0.5",authorization:"Bearer "+s.accessToken,"cache-control":"no-cache","content-type":"application/json",pragma:"no-cache","sec-ch-ua":'"Microsoft Edge";v="113", "Chromium";v="113", "Not-A.Brand";v="24"',"sec-ch-ua-mobile":"?0","sec-ch-ua-platform":'"Windows"',"sec-fetch-dest":"empty","sec-fetch-mode":"cors","sec-fetch-site":"cross-site","Referrer-Policy":"strict-origin-when-cross-origin","User-Agent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36 Edg/120.0.0.0"},body:l,method:"POST",timeout:this.requestTimeout});if(g&&g.length>0&&g[0].translations&&g[0].translations.length>0)return{text:g.map(p=>p.translations[0]?.text||""),from:n,to:r};throw new J("Microsoft translate error "+JSON.stringify(g))}};m();var nb=[["auto","auto"],["zh-CN","zh"],["en","en"],["yue","yue"],["wyw","wyw"],["ja","jp"],["ko","kor"],["fr","fra"],["es","spa"],["th","th"],["ar","ara"],["ru","ru"],["pt","pt"],["de","de"],["it","it"],["el","el"],["nl","nl"],["pl","pl"],["bg","bul"],["et","est"],["da","dan"],["fi","fin"],["cs","cs"],["ro","rom"],["sl","slo"],["sv","swe"],["hu","hu"],["zh-TW","cht"],["vi","vie"]],Ym=new Map(nb),Cw=new Map(nb.map(([e,t])=>[t,e])),Jm=class extends ke{static langMap=Ym;endpoint="https://api.fanyi.baidu.com/api/trans/vip/translate";fieldEndpoint="https://fanyi-api.baidu.com/api/trans/vip/fieldtranslate";appid="";key="";isSupportList=!1;maxTextGroupLength=3;action=!1;domain="";constructor(t,n,r){if(super(t,n,r),!t||!t.appid||!t.key)throw new J("appid and key are required");this.appid=t.appid?.trim(),this.key=t.key?.trim(),t.action&&(this.action=!0),t.endpoint&&(this.endpoint=t.endpoint),t.fieldEndpoint&&(this.fieldEndpoint=t.fieldEndpoint),t.domain&&(this.domain=t.domain,this.endpoint=this.fieldEndpoint)}getDefaultRateLimit(){return{limit:1,interval:1550}}async translate(t){let n=Date.now().toString(),{endpoint:r}=this,{appid:a,key:o}=this,{text:i,from:s,to:u}=t,l=qn(a+i+n+o);this.domain&&(l=qn(a+i+n+this.domain+o));let c=new URLSearchParams({from:Ym.get(s)||"auto",to:Ym.get(u)||u,q:i,salt:n,appid:a,sign:l});this.action&&c.set("action","1"),this.domain&&c.set("domain",this.domain);let g=new URL(r);g.search=c.toString();let p=await de({url:g.toString(),retry:this.retry,timeout:this.requestTimeout});if(p.error_code)throw new J("API_SERVER_ERROR",p.error_msg);let{trans_result:f,from:h}=p,y=f.map(({dst:b})=>b);return{from:Cw.get(h)||h,to:u,text:y.join(` `)}}},rb=Jm;m();m();var Fo=class extends ke{langMap;requestBaseConfig;apiServiceConfig;constructor(t,n,r){super(t,n,r),this.apiServiceConfig=this.serviceConfig,this.isSupportList=this.apiServiceConfig.isSupportList,this.langMap=new Map(this.apiServiceConfig.langs),this.requestBaseConfig=this.handleBaseApiServiceConfig(this.apiServiceConfig)}async translate(t){if(!Object.keys(this.apiServiceConfig).length)throw"serivce id not found config";let{text:n,from:r,to:a}=t;if(!this.langMap.has(a))throw new J(`Unsupported language: ${a}`);a=this.langMap.get(a);let o=await this.checkLang(r,n);if(!o)return{text:n,from:r,to:a};r=o;let i=this.handleRequest(n,r,a),s=await Zl(i);return{text:this.handleResponseText(s),from:r,to:a}}async translateList(t){if(!Object.keys(this.apiServiceConfig).length)throw new J("serivce id not found config");let{text:n,from:r,to:a}=t;if(!this.langMap.has(a))throw new J(`Unsupported language: ${a}`);a=this.langMap.get(a);let o=await this.checkLang(r,n.join(" "));if(!o)return{text:n,from:r,to:a};r=o;let i=this.handleRequest(n,r,a),s=await Zl(i);return{text:this.handleResponseText(s),from:r,to:a}}handleBaseApiServiceConfig(t){let n=t.request.url,r=t.request.headers||{};return r["content-type"]||(r["content-type"]="application/json"),{url:n,retry:t.request.retry||this.retry,method:t.request.method||"POST",headers:r,body:JSON.stringify(t.request.body),timeout:this.requestTimeout}}async checkLang(t,n){if(t=="auto"){if(this.langMap.has("auto"))return"auto";t=await this.detectLanguageRemotely(n.slice(0,this.apiServiceConfig.checkLangLenth||10))}return this.langMap.has(t)?this.langMap.get(t):null}handleRequest(t,n,r){let a={...this.requestBaseConfig},o=a?.body||"",i=this.apiServiceConfig.keywords||{};a.body=u(o);let s=a.headers||{};return Object.keys(s).forEach(l=>{s[l]=u(s[l])}),a.headers=s,a.url=u(a.url||""),a;function u(l){return l.replaceAll('"{text}"',()=>Array.isArray(t)?JSON.stringify(t):`"${t}"`).replaceAll("{from}",n).replaceAll("{to}",r).replaceAll(/{([a-z:_]+)}/gi,(g,p)=>{let[f,h]=p.split(":"),y=i[f];return h==="random"?Tw(y.split(",")):y})}}handleResponseText(t){let n=this.apiServiceConfig.response,r=t,a=n.text.split(".");for(let o of a){if(Array.isArray(r))return r=r.map(i=>i[o]),r;r=r[o]}return r}detectLanguageRemotely(t){return ra.detectLanguageRemotelyByTransmart(t)}};function Tw(e){let t=Math.floor(Math.random()*e.length);return e[t]}var ab=[["zh-CN","zh"],["en","en"],["ja","ja"],["ko","ko"],["fr","fr"],["es","es"],["ru","ru"]],Qm=class extends Fo{static langMap=new Map(ab);constructor(t,n,r){if(!t?.token)throw new J("token are required");super({...t,isSupportList:!0,langs:ab,keywords:{token:t.token?.trim()},request:{headers:{"content-type":"application/json","x-authorization":"token {token:random}"},url:"https://api.interpreter.caiyunai.com/v1/translator",retry:2,body:{source:"{text}",trans_type:"{from}2{to}"}},response:{text:"target"}},n,r)}},ob=Qm;m();var vw=[["auto","auto"],["zh-CN","zh"],["en","en"],["ja","ja"]],j0=new Map(vw),Zm=class extends ke{static langMap=j0;token="ssdj273ksdiwi923bsd9";constructor(t,n,r){super(t,n,r)}getDefaultRateLimit(){return{limit:5,interval:1050}}async translateList(t){let{text:n,from:r,to:a}=t;if(!j0.get(a))throw new J(`Unsupported language: ${a}`);if(r==="auto")throw new J("Unsupported language: auto");let i=n;return{text:(await de({retry:this.retry,url:"https://api.interpreter.caiyunai.com/v1/translator",headers:{"content-type":"application/json","x-authorization":"token "+this.token},method:"POST",body:JSON.stringify({source:i,trans_type:`${j0.get(r)||"auto"}2${j0.get(a)}`}),timeout:this.requestTimeout})).target,from:r,to:a}}},ib=Zm;m();var sb=[["auto","auto"],["en","en"],["ru","ru"],["pt","pt"],["es","es"],["zh-CN","zh-CHS"],["ja","ja"],["ko","ko"],["fr","fr"],["ar","ar"],["id","id"],["vi","vi"],["it","it"]],Xm=new Map(sb),xw=new Map(sb.map(([e,t])=>[t,e]));function Ew(e){let t=e.length;return t<=20?e:e.substring(0,10)+t+e.substring(t-10,t)}var ep=class extends ke{static langMap=Xm;isSupportList=!1;appId="";appSecret="";throttleLimit=5;domain="general";vocabId="";constructor(t,n,r){if(super(t,n,r),!t||!t.appId||!t.appSecret)throw new J("appId and appSecret are required");this.appId=t.appId?.trim(),this.appSecret=t.appSecret?.trim(),t.domain&&(this.domain=t.domain),t&&t.vocabId&&(this.vocabId=t.vocabId)}getDefaultRateLimit(){return{limit:5,interval:1050}}async translate(t){let{text:n,from:r,to:a}=t,o=Sw(32),i=Math.round(new Date().getTime()/1e3),s=this.appId+Ew(n)+o+i+this.appSecret,u=await hr(s),l={q:n,appKey:this.appId,salt:o.toString(),from:Xm.get(r)||"auto",to:Xm.get(a)||a,sign:u,signType:"v3",curtime:i.toString()};this.domain&&this.domain!=="general"&&(l.domain=this.domain),this.vocabId&&(l.vocabId=this.vocabId);let c=new URLSearchParams(l),p=await de({url:"https://openapi.youdao.com/api",method:"POST",body:c.toString(),headers:{"Content-Type":"application/x-www-form-urlencoded"},retry:this.retry,timeout:this.requestTimeout});if(!p.translation)throw new J(JSON.stringify(p));let f=p.l,[h,y]=f.split("2");return{text:p.translation.join(` `),from:xw.get(h),to:a}}};function Sw(e){let t="",n="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789",r=n.length,a=0;for(;a[t,e]));var np=class extends ke{static langMap=tp;isSupportList=!1;appId="";appSecret="";maxTextLength=800;constructor(t,n,r){super(t,n,r)}getDefaultRateLimit(){return{limit:5,interval:1050}}async translate(t){let{text:n,from:r,to:a}=t,o={q:n,from:tp.get(r)||"auto",to:tp.get(a)||a},i=new URLSearchParams(o),s=await de({url:"https://aidemo.youdao.com/trans",method:"POST",body:i.toString(),headers:{"content-type":"application/x-www-form-urlencoded; charset=UTF-8","user-agent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/110.0.0.0 Safari/537.36"},retry:this.retry,timeout:this.requestTimeout});if(s&&s.translation)return{text:s.translation.join(` -`),from:r,to:a};throw new J("Youdao translation failed: "+JSON.stringify(s))}},cb=np;m();var vu=class extends Fo{constructor(t,n,r){super({...t,isSupportList:!0,langs:(t.langs||"zh-CN,en").split(",").map(a=>[a,a]),limitPerSecond:t.limitPerSecond||5,maxTextLengthPerRequest:t.maxTextLengthPerRequest||1200,maxTextGroupLengthPerRequest:t.maxTextGroupLengthPerRequest||1,placeholderDelimiters:t.placeholderDelimiters||qs,request:{url:t.url,retry:2,body:{text_list:"{text}",source_lang:"{from}",target_lang:"{to}"}},response:{text:"translations.text"}},n,r)}};m();var db="immersive-translate-gemini-fake-user-key",ww=[["auto","auto"],["zh-CN","Simplified Chinese"],["zh-TW","Traditional Chinese"],["en","English"],["ar","Arabic"],["bn","Bengali"],["bg","Bulgarian"],["hr","Croatian"],["cs","Czech"],["da","Danish"],["nl","Dutch"],["et","Estonian"],["fi","Finnish"],["fr","French"],["de","German"],["el","Greek"],["he","iw"],["hi","Hindi"],["hu","Hungarian"],["id","Indonesian"],["it","Italian"],["ja","Japanese"],["ko","Korean"],["lv","Latvian"],["lt","Lithuanian"],["no","Norway"],["pl","Polish"],["pt","Portuguese"],["ro","Romanian"],["ru","Russian"],["sr","Serbian"],["sk","Slovak"],["sl","Slovene"],["es","Spanish"],["sw","Swahili"],["sv","Swedish"],["th","Thai"],["tr","Turkish"],["uk","Ukrainian"],["vi","Vietnamese"]],gb=new Map(ww),rp=class extends Ui{static langMap=gb;provider="custom";randomPrefix="My user id is {{id}}. ";fakeId="";constructor(t,n,r){super(t,n,r),t||(t={}),t.provider&&(this.provider=t.provider),t.randomPrefix&&(this.randomPrefix=t.randomPrefix),this.apiUrl="https://generativelanguage.googleapis.com/v1beta/models/{model}:generateContent?key={key}",t?.apiUrl&&(this.apiUrl=t.apiUrl),this.maxTextGroupLength=this.maxTextGroupLength||10,this.model=this.model||"gemini-1.0-pro-latest",this.bodyConfigs=t?.bodyConfigs||{}}getLangMap(){return gb}getDefaultRateLimit(){return{limit:1,interval:1050}}async handleOptions(t,n){this.fakeId="",this.randomPrefix&&(this.fakeId=await Rg(db,""),this.fakeId||(this.fakeId=Dw(10),await Ng(db,this.fakeId)));let r=this.getRandomKey(),a={url:this.apiUrl.replace("{model}",this.model),method:"POST",headers:{"content-type":"application/json"},timeout:this.requestTimeout,retry:this.retry};r&&(a.url=a.url.replace("{key}",r));let o=this.systemPrompt+t;this.randomPrefix&&(o=this.randomPrefix.replace("{{id}}",this.fakeId)+o);let i={contents:[{role:"user",parts:[{text:o}]}],...this.bodyConfigs};return a.body=JSON.stringify(i,null,2),a}parseResponse(t){return t?.candidates?.[0]?.content?.parts?.[0]?.text}filterContent(t,n,r,a){let o=super.filterContent(t,n,r);return o.includes(this.fakeId)&&a.length<=1?t:o}};function Dw(e){let t="",n="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789",r=n.length,a=0;for(;a{let n=(await O0({url:"https://translate.yandex.net/website-widget/v1/widget.js?widgetId=ytWidget&pageLang=es&widgetTheme=light&autoMode=false",method:"GET",responseType:"text"})).match(/sid\:\s\'[0-9a-f\.]+/),r="",a=Date.now()+1*60*1e3;return n&&n[0]&&n[0].length>7&&(r=n[0].substring(6),a=Date.now()+30*60*1e3),{accessToken:r,accessTokenExpiresAt:new Date(a).toISOString()}})}async translateList(t){let{text:n,from:r,to:a}=t;if(!n)return{...t};let o=await this.getAccessToken(),i=new URLSearchParams;i.append("srv","tr-url-widget"),i.append("id",`${o.accessToken}-0-0`),i.append("format","html"),i.append("lang",`${r==="auto"?"":op.get(r)+"-"}${op.get(a)}`),n.forEach(l=>{i.append("text",l)});let s=await de({url:`https://translate.yandex.net/api/v1/tr.json/translate?${i.toString()}`});if(s?.code!==200)return{...t};let u=s.text?.map(l=>l);return{from:r,to:a,text:u||n}}getDefaultRateLimit(){return{limit:5,interval:1050}}};var Lw={mock:Ii,mock2:Ii,custom:vu,google:Po,transmart:pu,deepl:E6,volc:I6,volcAlpha:yu,bing:Tu,tencent:gu,tenAlpha:mu,baidu:rb,caiyun:ob,cai:ib,openl:F0,youdao:ub,you:cb,d:Ri,dpro:Ri,deeplx:Cu,niu:S6,azure:w6,openai:M6,gemini:mb,claude:fb,papago:D6,aliyun:bu,yandex:xu},Ha={};Object.keys(Qn).forEach(e=>{Ha[e]={...Qn[e],class:Lw[e]}});function za(e,t){let n=Bn;if(Ha[e]&&Ha[e].class&&Ha[e].class.langMap&&Ha[e].class.langMap.size>0){let r=Ha[e].class.langMap,a=n.filter(o=>r.get(o));return a.includes(t)||a.unshift("placeholder"),a}else return Bn}async function Mr(e,t,n){if(!e.text)return e;let r=null,a=await et({sentences:[e]},t,(o,i,s)=>{o&&(r=o)},n);if(r)throw r;if(a.sentences.length>0)return{...e,...a.sentences[0]};throw new J("translateFailed","translate failed")}async function hb(e,t){for(let n of e)try{return await Mr({id:1e6,text:"Hello world",from:"en",to:"zh-CN",url:"https://google.com",fromByClient:"auto"},{...t,translationService:n},{retry:1,requestTimeout:t.config.verifyRequestTimeout||5*1e3}),n}catch{continue}return null}async function ip(e){let{config:t,translationService:n}=e,r=t.translationGeneralConfig,a=t.translationServices,o=n,i=a[o]||{},s=Yt(e.user);await new Ha[o].class(i,r,{translationService:o,userToken:e.user?.token,isPro:s,sourceProgram:e.sourceProgram,glossaries:e.rule.glossaries,excludeRegexps:e.rule.excludeRegexps}).init()}function _w(e){if(!e?.length)return"auto";let t=e[0].from;return e[0].fromByClient&&e[0].fromByClient!=="auto"&&(t=e[0].fromByClient),t}async function et(e,t,n,r){if(!e.sentences.length)return{...e};let{config:a,translationService:o,state:i}=t,s=a.translationGeneralConfig,u=a.translationServices,l=o,c=t.targetLanguage;e&&e.sentences&&e.sentences[0]&&e.sentences[0].to&&(c=e.sentences[0].to);let g=u[l]||{};g=A6(g,{sourceLanguage:_w(e.sentences),targetLanguage:c,model:g.model||"",url:t.url,isPro:t.isPro?"true":"false",sourceProgram:t.sourceProgram||""}),r&&(g={...g,...r});let p=a.beta,f=i.cache===!1&&p,h=a.debug===!0&&p;e.sentences&&e.sentences.length>0&&(e.sentences=e.sentences.map(v=>(f&&(v.refresh=!0),h&&(v.debug=!0),v))),l==="openai"&&(e.sentences=e.sentences.map(v=>({...v,from:"auto"})));let y=[],C={sentences:Array(e.sentences.length)},b=e.sentences.length,x=-1,S=Yt(t.user),A;try{A=new Ha[l].class(g,s,{translationService:l,userToken:t.user?.token,isPro:S,sourceProgram:t.sourceProgram,glossaries:t.rule.glossaries,excludeRegexps:t.rule.excludeRegexps,minTextCount:t.rule.paragraphMinTextCount}),await A.init()}catch(v){if(n){y.push(...e.sentences);let L={translationService:l,isPro:!!t.isPro,isLogin:!!t.user?.token};for(let D of y){let T=v instanceof J?new J(v.name,v.message).initNetWork(v.status).initData(v.data||L):v;n(T,null,D)}}return{sentences:[]}}if(i.cache)for(let v of e.sentences){x++;let L=l;l==="openl"&&(L=l+"-"+g.codename||F0.DEFAULT_CODENAME);let D=A.getCacheKeyPrefix();D&&(L=D+"-"+L);let T=null;try{T=await nl(J9({originalText:v.text,from:v.from,to:v.to,service:L}),200)}catch(j){I.warn("query cache DB error, but it's ok",j)}if(T){let j={...v,text:T.translatedText};C.sentences[x]=j,n&&n(null,j,v)}else y.push(v)}else y.push(...e.sentences);let P=y.length;if(b-P>0&&I.debug(`use ${b-P} sentences from cache`),!y.length)return C;let w=await A.multipleTranslate({sentences:y},g,(v,L,D)=>{if(n&&n(v,L,D),!v&&L&&!l.startsWith("mock")&&i.cache){let T=l;l==="openl"&&(T=l+"-"+g.codename||F0.DEFAULT_CODENAME);let j=A.getCacheKeyPrefix();j&&(T=j+"-"+T),i.cache&&nl(Q9({translatedText:L.text,from:D.from,to:D.to,detectedFrom:L.from,key:qn(D.text),service:T}),3e3).catch(R=>{I.warn("set cache DB error",R)})}});for(let v of w?.sentences||[]){let L=C.sentences.findIndex(D=>!D);if(L===-1)throw new J("translateFailed","can not match the result");C.sentences[L]=v}return C}m();m();m();var zi={},Mw={root:"",lang:"en",fallbackLang:"en"};function sp(e,t){let n=Object.assign({},Mw,e);zi=t||zi;let[r,a]=$(n.lang),[o,i]=$(zi),[s,u]=$(!1),l=g=>{if(o.hasOwnProperty(g))return;u(!1);let p=w1(n.root||"",g);n.getUrl&&(p=n.getUrl(n.root||"",g),fetch(p).then(f=>f.json()).then(f=>{zi[g]=f,i({...zi}),u(!0)}).catch(f=>{i({...zi}),u(!0)}))};return le(()=>{l(n.fallbackLang||"en"),l(r)},[r]),{lang:r,setLang:a,t:(g,p)=>{if(!o.hasOwnProperty(r))return g;let f=Ys(o,r,g);return f===g&&r!==n.fallbackLang&&(f=Ys(o,n.fallbackLang,g)),zg(f,p)},isReady:s}}var lp=Yo(null),up={root:"assets",lang:"en",fallbackLang:"en"},qi=e=>{let{t,setLang:n,lang:r,isReady:a}=sp({root:e.root||up.root,lang:e.lang||up.lang,fallbackLang:e.fallbackLang||up.fallbackLang,getUrl:e.getUrl},e.translations);return d(lp.Provider,{value:{t,setLang:n,lang:r,isReady:a},children:e.children})};function W(){return Le(lp)}m();function we(e){return d("div",{class:"nav-left",children:[d("div",{class:"title",children:e.title}),d("div",{class:"description",children:e.description})]})}m();m();function Pr(e){let{items:t,maxWidth:n,className:r,style:a}=e,{lang:o}=W();return n=n||(o==="en"?144:160),d("select",{autoComplete:"off",class:r||"min-select",style:{maxWidth:`${n}px`,...a},value:t.find(i=>i.selected)?.value,onChange:i=>{let s=i.target.value,u=t.find(l=>l.value===s);u&&u.onSelected(u)},children:t.map((i,s)=>d("option",{value:i.value,selected:i.selected,children:i.label},"selectlink"+s))})}function cp(e){let{items:t,maxWidth:n,isInput:r,value:a}=e;return n=n||128,r?d("input",{value:a,onChange:o=>{e.onChange(o.target.value)}}):d("select",{autoComplete:"off",style:{maxWidth:`${n}px`},value:t.find(o=>o.selected)?.value,onChange:o=>{let i=o.target.value,s=t.find(u=>u.value===i);s&&s.onSelected(s)},children:t.map((o,i)=>d("option",{value:o.value,selected:o.selected,children:o.label},"selectlink"+i))})}m();function Bo(e){let{t}=W(),n={};e.width&&(n={width:`${e.width}px`});let[r,a]=$(e.value),{config:o,field:i,onFinish:s}=e,u=i.name;i.label&&(u=i.label),i.labelKey&&(u=t(i.labelKey));let l={},c={};if(o.translationServices&&e.service&&o.translationServices[e.service]&&(c=o.translationServices[e.service]),c.env){let g=Object.keys(c.env);for(let p=0;p{let p=g.target.value,f=Array.isArray(r)?p.split(","):p;a(f),e.onChange(f)},onChange:()=>{s&&s()}}),e.field.descriptionKey?d("small",{class:"whitespace-pre-wrap",dangerouslySetInnerHTML:{__html:t(e.field.descriptionKey,l)}}):null]}):d(xe,{children:[d("input",{style:n,required:e.field.required,placeholder:e.field.placeholder||e.field.name,value:r,type:e.type,disabled:e.field.disabled||!1,name:e.field.name,autoComplete:"off",onInput:g=>{a(g.target.value),e.onChange(g.target.value)},onChange:()=>{(e.type==="text"||e.type==="password")&&s&&s()}}),e.field.descriptionKey?d("small",{dangerouslySetInnerHTML:{__html:t(e.field.descriptionKey,l)}}):null]})]})}function Wi(e){let{t}=W(),[n,r]=$(!0),[a,o]=$(!1),{config:i,currentProvider:s,onFinish:u,field:l,onChange:c,value:g,isProUser:p}=e;g=g??(l.default||"");let f={},h={};if(i.translationServices&&e.service&&i.translationServices[e.service]&&(h=i.translationServices[e.service]),h.env){let C=Object.keys(h.env);for(let b=0;b{l.options&&(l.options.some(b=>b.value===g)||o(!0))},[]);let y=l.name;if(l.label&&(y=l.label),l.labelKey&&(y=t(l.labelKey)),l.type==="select")return d("div",{class:"flex flex-col mt-5 mb-6",children:[d("label",{class:"text-16 mb-2",children:[y,"\uFF1A"]}),d(cp,{maxWidth:200,items:l.options.map(C=>({label:`${C.label?t(C.label):C.value}`,value:C.value,selected:g===C.value,onSelected:()=>{c(C.value)}})),onChange:c,isInput:a,value:g})]});if(l.type==="model-select"){let C=l.options.map(b=>b.value);return d("div",{class:"flex flex-col mt-5 mb-6",children:[d("label",{class:"text-16 mb-2",children:[y,"\uFF1A"]}),d(cp,{maxWidth:250,items:C.map(b=>({label:b,value:b,selected:g===b,onSelected:()=>{c(b)}})),onChange:c,isInput:s!=="pro"?a:!1,value:g}),s!=="pro"&&d("label",{for:"customContent",class:"text-sm",onClick:()=>{a&&c(C[0]),o(!a)},children:[d("input",{type:"checkbox",id:"customContent",name:"customContent",checked:a}),t("customContent")]})]})}else{if(l.type==="text")return d("div",{children:d(Bo,{service:e.service,field:l,config:e.config,value:g,type:l.type,onChange:c,onFinish:u})});if(l.type==="textarea")return d("div",{children:d(Bo,{service:e.service,field:l,rows:5,config:e.config,value:g,type:l.type,onChange:c,onFinish:u})});if(l.type==="jsonarea")return d("div",{children:d(Bo,{service:e.service,field:{...l,type:"textarea"},config:e.config,value:g,rows:5,type:l.type,onChange:c,onFinish:u})});if(l.type==="number")return d("div",{children:d(Bo,{service:e.service,field:l,config:e.config,value:g,type:l.type,width:196,onChange:c})});if(l.type==="password")return d("div",{children:[d(Bo,{service:e.service,field:l,config:e.config,value:g,type:n?l.type:"text",onChange:c,onFinish:u}),d("label",{for:"translate",onClick:()=>{r(!n)},children:[d("input",{type:"checkbox",id:"translate",name:"translate"}),t("show password")]})]});if(l.type==="color"){let C=g,b="";C||(C="#FFFFFF",b="#FFFFFF");let{hex:x,opacity:S}=Pw(C);return d("div",{children:d("label",{class:"flex items-center",for:l.name,children:[d("span",{class:"mr-2",children:l.label||l.name}),d("input",{type:"text",id:l.name,class:"border-color-text mr-2",placeholder:b||"",value:g,onInput:A=>{c(A.target.value)}}),d("input",{id:l.name,type:"color",name:l.name,value:x,style:{opacity:S},onInput:A=>{c(A.target.value)}})]})})}else return l.type==="boolean"?d("div",{class:"flex items-center my-4",children:d("label",{class:"ml-2",for:l.name,children:[d("input",{type:"checkbox",id:l.name,name:l.name,role:"switch",checked:g,onChange:C=>{c(C.target.checked)}}),y,l.descriptionKey?d("small",{class:"my-2",dangerouslySetInnerHTML:{__html:t(l.descriptionKey,f)}}):null]})}):null}}function Pw(e){let t=1;return e.length==9&&(t=parseInt(e.substring(7,9),16)/255,e=e.slice(0,7)),{opacity:t,hex:e}}m();function bb(e){let{t,lang:n}=W();return d("details",{role:"list",class:"nav-right",children:[d("summary",{"aria-haspopup":"listbox",children:t("edit")}),d("ul",{role:"listbox",class:"option-list",children:e.options.map((r,a)=>{let o=Jt(r.value,n);return d("li",{children:d("label",{children:[d("input",{type:"checkbox",onChange:()=>{e.onToggleAlwaysLangs(!r.checked,r.value)},value:r.value,checked:r.checked}),o]})},"language-"+a)})})]})}function Eu(e){let{selectLanguages:t,languages:n}=e,r=Re(()=>!n||!t?[]:n.concat("").map(a=>({checked:t?.includes(a),value:a})),[n,t]);return e.interfaceLanguage?d(xe,{children:[d("div",{class:"nav",children:[d(we,{title:e.title,description:e.description}),d(bb,{options:r,onToggleAlwaysLangs:e.onChange})]}),d("div",{class:"langs-list",children:t.map((a,o)=>d("div",{class:"lang-card",children:[d("div",{id:`${a}`,children:Jt(a,e.interfaceLanguage)}),d("a",{href:"#close",class:"close",target:"_blank","aria-label":"Close","data-target":`${a}`,onClick:i=>{i.preventDefault(),e.onChange(!1,t[o])}})]},"lang-"+o))})]}):null}m();m();function aa(e){let{t}=W(),n=We(null),{toggleModal:r}=e;return d("dialog",{id:"immersive-translate-overlay",onClick:o=>{o.target&&o.target.id==="immersive-translate-overlay"&&r(o)},open:!0,children:d("article",{class:"add-modal",children:[d("a",{href:"#close","aria-label":"Close",class:"close","data-target":"modal-example",onClick:e.toggleModal}),d("div",{class:"add-text",children:t("add url")}),d("input",{placeholder:"URL",ref:n,value:e.urlValue}),d("blockquote",{children:d("p",{class:"text-sm",children:t("addUrlDescription")})}),d("div",{class:"flex",children:[d("div",{class:"footer-button",children:d("a",{href:"#cancel",role:"button",class:"full-button secondary margin-right","data-target":"modal-example",onClick:e.toggleModal,children:t("cancel")})}),d("div",{class:"footer-button",children:d("a",{href:"#confirm",role:"button",class:"full-button margin-left","data-target":"modal-example",onClick:o=>{if(o.preventDefault(),n.current&&n.current.value){if(e.onSubmitAddUrl){if(e.urlValue!==""){e.onSubmitAddUrl(n.current.value,e.index,e.type,"edit");return}e.onSubmitAddUrl(n.current.value,e.index,e.type);return}else if(e.onAddInterfaceUrl){if(e.urlValue!==""){e.onAddInterfaceUrl(n.current.value,"edit");return}e.onAddInterfaceUrl(n.current.value)}}},children:t("confirm")})})]})]})})}function qa(e){let{t}=W(),[n,r]=$([]),[a,o]=$(!1),[i,s]=$(!1);function u(){e.onDeleteUrl(n,e.type),r([]),o(!1)}if(!e.urls.length)return null;let l=`checkAll${e.urls.length}`;return d("div",{children:[d(c,{}),d("div",{class:"url-list-item",children:e.urls.map((g,p)=>d("div",{className:"url-list",style:"padding:6px 24px;",children:d("div",{className:"url-left",style:{display:"flex",flexDirection:"row",alignItems:"center",width:"100%"},children:[i&&e.urls.length>1&&d("input",{type:"checkbox",checked:n.includes(g),style:"margin-right:12px;",onChange:f=>{f.target.checked?r([...n,g]):r(n.filter(h=>h!==g))}}),d("div",{className:"url-name height-tight",children:g}),d("div",{style:{flex:1}}),d("a",{style:{marginRight:"12px",cursor:"pointer"},onClick:f=>{e.onEditUrl(g,e.type,p)},children:t("edit")}),d("a",{style:{cursor:"pointer"},onClick:f=>{e.onDeleteUrl([g],e.type)},children:t("delete")})]})},"menu"+p))})]});function c(){return e.urls.length<2?null:d("div",{style:{display:"flex",flexDirection:"row",alignItems:"center",padding:"0 24px",marginBottom:"12px"},children:i?d(xe,{children:[d("input",{type:"checkbox",id:l,checked:a,onChange:g=>{let f=g.target.checked;r(f?e.urls:[]),o(f)}}),d("label",{htmlFor:l,children:t("pickAll")}),d("div",{style:{flex:1}}),d("a",{style:{cursor:"pointer"},onClick:u,children:t("delete")})]}):d("a",{style:{marginLeft:"-24px",marginRight:"12px",cursor:"pointer"},onClick:()=>s(!0),children:t("batchEdit")})})}}function Su(e){let{t}=W(),[n,r]=$(!1),[a,o]=$(""),[i,s]=$(0);le(()=>{Ut("esc",()=>{r(!1)})},[]);let u=(c,g,p)=>{r(!n),o(c),s(p)},l=(c,g,p,f)=>{e.onSubmitAddUrl?.(c,g,p,f),r(!n),o(""),s(0)};return d(xe,{children:[d("div",{class:"nav",children:[d(we,{title:e.title,description:e.description}),d("div",{class:"nav-right",children:d("a",{href:"#",role:"button",class:"add-button secondary outline",onClick:c=>{c.preventDefault(),r(!n)},children:t("add")})}),n?d(aa,{toggleModal:c=>{c.preventDefault(),r(!n)},onSubmitAddUrl:l,type:e.type,urlValue:a,index:i}):null]}),d(qa,{urls:e.urls||[],type:e.type,onDeleteUrl:e.onDeleteUrl,onEditUrl:u})]})}m();async function Wa(){let e=["bingGlobalConfig","baiduGlobalConfig",m2,Ta];for(let t of e)await Q.storage.local.remove(t);me()||await C9(),await jg()}function yb(){return me()?Promise.resolve("0 B"):dm()}m();var H0='',wu="data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgZmlsbD0ibm9uZSI+PHBhdGggZmlsbD0iI0ZGQzczNiIgZD0iTTMgN2gxN3YxMEgzeiIvPjxwYXRoIGZpbGw9InVybCgjYSkiIGQ9Ik02Ljg5NyA5LjI0MmMuNDE1IDAgLjcyLjExMS45MjguMzQ3LjIwNy4yMzUuMzE4LjUyNy4zMTguODczcy0uMTEuNjIzLS4zMTguODQ1Yy0uMjA4LjIyMi0uNTI3LjMzMy0uOTI4LjMzM2gtMS4zM1Y5LjI0MmgxLjMzWm05Ljg0NiAxLjc4OGMuMzg4IDAgLjY2NS4xNTIuODQ1LjQ1Ny4xNTIuMjY0LjIzNS41ODIuMjYzLjk4NHYuMzE5YzAgLjQ5OS0uMDgzLjg4Ny0uMjYzIDEuMTkyLS4xOC4zMDQtLjQ1Ny40NTctLjgzLjQ1Ny0uMzg5IDAtLjY2Ni0uMTUzLS44NDYtLjQ0NC0uMTUyLS4yNjMtLjIzNS0uNTk1LS4yNjMtMS4wMTF2LS4yOTFjMC0uNDg1LjA4My0uODczLjI2My0xLjE3OC4xOC0uMzA1LjQ0My0uNDg1LjgzMS0uNDg1Wm0tMy40MDctMS4xMzZhMS4xNyAxLjE3IDAgMCAwLS43MDYuMjM1IDEuNDgyIDEuNDgyIDAgMCAwLS40MTUuNWwtLjA4My4xNjUtLjA3LS44MDNoLTEuMzU3djUuNDMyaDEuNDU0di0zLjY1OWEuODguODggMCAwIDEgLjMxOS0uMzg4Yy4xMS0uMDY5LjI1LS4xMS40MTUtLjEyNGguMTI1bC41NC4wMTQuMTY2LTEuMzE3Yy0uMDctLjAxNC0uMTI0LS4wMjgtLjE5NC0uMDQxLS4wNTUtLjAxNC0uMTI0LS4wMTQtLjE5NC0uMDE0Wk02Ljg5NiA4LjEySDQuMTE0djcuMzE3aDEuNDY4VjEyLjc5aDEuMzNjLjg0NCAwIDEuNDk1LS4yMDggMS45OC0uNjM4LjQ4NS0uNDMuNzItLjk4My43Mi0xLjY5cy0uMjM1LTEuMjYxLS43Mi0xLjY5Yy0uNDQzLS4zODktMS4wMzktLjYxLTEuNzczLS42MzhsLS4yMjEtLjAxNFptOS44NDcgMS43NzRjLS44MDMgMC0xLjQyNi4yNjMtMS44ODMuNzc2LS40MTYuNDctLjYzNyAxLjA2Ny0uNjc5IDEuNzczdi4zMzNjMCAuODE4LjIyMiAxLjQ4My42NzkgMS45OTUuNDU3LjUxMyAxLjA4Ljc3NiAxLjg4My43NzYuODA0IDAgMS40MjctLjI2MyAxLjg4NC0uNzc2LjQxNS0uNDcuNjM3LTEuMDUzLjY3OC0xLjc3M3YtLjMzM2MwLS44MTctLjIyMS0xLjQ4Mi0uNjc4LTEuOTk1LS40NTctLjUxMy0xLjA4LS43NzYtMS44ODQtLjc3NlpNMTguMDAzIDZhNiA2IDAgMCAxIDAgMTJIMFY5LjQyM0EzLjQyIDMuNDIgMCAwIDEgMy40MiA2aDE0LjU4M1oiLz48ZGVmcz48bGluZWFyR3JhZGllbnQgaWQ9ImEiIHgxPSI3LjUiIHgyPSIyMiIgeTE9IjE5IiB5Mj0iNiIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiPjxzdG9wIHN0b3AtY29sb3I9IiMyMjIiLz48c3RvcCBvZmZzZXQ9IjEiIHN0b3AtY29sb3I9IiM2OTY5NjkiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48L3N2Zz4=",Cb="data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIxMiIgZmlsbD0ibm9uZSI+PHBhdGggZmlsbD0iIzk5OSIgZD0iTTYuODk3IDMuMjQyYy40MTUgMCAuNzIuMTExLjkyOC4zNDcuMjA3LjIzNS4zMTguNTI2LjMxOC44NzMgMCAuMzQ2LS4xMS42MjMtLjMxOC44NDUtLjIwOC4yMjItLjUyNy4zMzMtLjkyOC4zMzNoLTEuMzNWMy4yNDJoMS4zM1ptOS44NDYgMS43ODhjLjM4OCAwIC42NjUuMTUyLjg0NS40NTcuMTUyLjI2NC4yMzUuNTgyLjI2My45ODR2LjMxOWMwIC40OTktLjA4My44ODctLjI2MyAxLjE5Mi0uMTguMzA0LS40NTcuNDU3LS44My40NTctLjM4OSAwLS42NjYtLjE1My0uODQ2LS40NDQtLjE1Mi0uMjYzLS4yMzUtLjU5NS0uMjYzLTEuMDExdi0uMjkxYzAtLjQ4NS4wODMtLjg3My4yNjMtMS4xNzguMTgtLjMwNS40NDMtLjQ4NS44MzEtLjQ4NVptLTMuNDA3LTEuMTM2YTEuMTcgMS4xNyAwIDAgMC0uNzA2LjIzNSAxLjQ4MiAxLjQ4MiAwIDAgMC0uNDE1LjVsLS4wODMuMTY1LS4wNy0uODAzaC0xLjM1N3Y1LjQzMmgxLjQ1NFY1Ljc2NGEuODguODggMCAwIDEgLjMxOS0uMzg4Yy4xMS0uMDY5LjI1LS4xMS40MTUtLjEyNGguMTI1bC41NC4wMTQuMTY2LTEuMzE3Yy0uMDctLjAxNC0uMTI0LS4wMjgtLjE5NC0uMDQxLS4wNTUtLjAxNC0uMTI0LS4wMTQtLjE5NC0uMDE0Wk02Ljg5NiAyLjEySDQuMTE0djcuMzE3aDEuNDY4VjYuNzloMS4zM2MuODQ0IDAgMS40OTUtLjIwOCAxLjk4LS42MzguNDg1LS40My43Mi0uOTgzLjcyLTEuNjlzLS4yMzUtMS4yNjEtLjcyLTEuNjljLS40NDMtLjM4OS0xLjAzOS0uNjEtMS43NzMtLjYzOGwtLjIyMS0uMDE0Wm05Ljg0NyAxLjc3NGMtLjgwMyAwLTEuNDI2LjI2My0xLjg4My43NzYtLjQxNi40Ny0uNjM3IDEuMDY3LS42NzkgMS43NzN2LjMzM2MwIC44MTguMjIyIDEuNDgzLjY3OSAxLjk5NS40NTcuNTEzIDEuMDguNzc2IDEuODgzLjc3Ni44MDQgMCAxLjQyNy0uMjYzIDEuODg0LS43NzYuNDE1LS40Ny42MzctMS4wNTMuNjc4LTEuNzczdi0uMzMzYzAtLjgxNy0uMjIxLTEuNDgzLS42NzgtMS45OTUtLjQ1Ny0uNTEzLTEuMDgtLjc3Ni0xLjg4NC0uNzc2Wk0xOC4wMDMgMGE2IDYgMCAwIDEgMCAxMkgwVjMuNDIzQTMuNDIgMy40MiAwIDAgMSAzLjQyIDBoMTQuNTgzWiIvPjwvc3ZnPg==",Tb="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADgAAAA4CAMAAACfWMssAAABC1BMVEUAAADt7vHt7vHn5+/v7+/u7vLs7O/Y2urv7+/I0uTu7/Ls7e/r6+/r7e/J1OTE0OGdrMHu7/Hu7/Lt7vHHz9/I0+Ps7O/V3eju7/GXp72YqL7s7u/I0uPH0+Pv7/OWpr3H0uLH0+OXp7vl6e67xtmquszi5u3W3ejAzd66x9jJ0+O5xdimtcmYprzI0+Ps7e+Yp73t7vHI0+OXp7309vnCzt/N1+Xd4+ucrMHp7PLa4evR2uff5O3F0OHo6+/j5+6uu82jssedrMKaqr/Y3+nP2ObR2OOpt8rm6e/k5+68yNq6xdW2w9XT3OivvdCmtcnu8fa/ytezwNKhsMTL09/c4+zZ3+m/y9zGz9seNO0nAAAAMXRSTlMA3+8gEJ9gECDfv3BAgO/v78+vkCCQUO/f37ewoIB/cGBAQO/v79/f39/Pz8/Pv6CfPHl8AQAAAyVJREFUSMedluda4kAUQAcUkGJB0bXturq9b3JTaUkITQOiYHv/JzEzmZYYIp/nhyYz93hnbqaI0ijVqoX6oRJyWNmt1tBqlIqVvBIjv1tcQfvALZlcYe0tGmEvQz3gWmrW4rJ0BeUVCutp3lpOeZXc2ts8YWZ72abw3mKWqOdMp+3U8OaWanSpKVeI1rOrdnTVuHyhOaq6/V1tsdoKr0ib+roF/khvJry++mMHwFPZ+8GLCbZGENJ7nI7b/amBaX0zP7W2fgOmM2Zrlw12T6EYC8D4HTXGFyBc8Tls0oQKQ/UBs7MdF3eo+FWJpyzIovAEuiUyyinFJzQ8APC4J0yPzJGIImVREeIEvF8k9Op61uuB3/PcQMfvEws8dSwi8UbZ5W9dlsD1QcKbkMaOKn2mSijmuWcQreNCkp6uEkx5rDX+0ooGaUEK15HZ5cE1VGWPbdI1gXRGpLfFxaqYIhloAJBp8sIWUEVOqPuwlHksZR3l5BnOIANdnmUO0QebFAayGMUKy0QHt44yNLr2+0nRxKK1VCI9QRgySIpN/Olxr7kAN3Dpn7h1hmSnPdkWLY/BxZwQdRyjmWBrmmbeuVjUNHsOELY80VVg8OLUk6J2o0XYw+AO/w7ADRsti4gDvlj/ic/YIeJLhk74wzFhLn3IE7bkuqw4OF8qJjxKVa3yRY7FazwdEuTaLN6eOzRvT15zNbSel8rqA5g4yIVbJt6CS8WJVJs8Qmyx2iQlFWdCDGAWPfTlhXMiHR0POOUChjjozuJDdWbD6GGAE3bF0YHHKlLq1lBLp4m72/wrYjbp2yUxzQzvQexGJKVUSKfhpGg3ZNMN8kzcQDQlN0m/nfTuo3b5PGYpxR4hIWNpGdjTqPEdj8pt8H9T5KOVutP7dkiTjJF48dM4cV85JC4dgx3ke0iwXqc3aCb9LrvKBRvhthwbGRJNKiYozLa6Aib3hFleRSyn/GvVSJhXo95iNom3/WygFEr7sbuUX1SCfbSEj2X59k6a5XO0lMa+8BLm1vsSyqJxWk4e6V6mJg/4b+KS/Hx6jlbk4uz4+Ag7R3/+n12khjwDw+rmuecPQ74AAAAASUVORK5CYII=",vb="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAMAAADXqc3KAAAAn1BMVEUAAADt7vHu7vLu7vLv7+/n5+fFxcXu7vHv7/PHx8eamprt7fLt7fHn5+vGxsbS09Surq6fn5+ZmZmZmZnGxsbGxsbt7/K/v7/Hx8ft7vHGxsaZmZn09vnk5eeqqquenp7p6u3X2NnLy8vU1dbr7O67u7uvr6/o6evh4uPR0dLCwsLAwMDZ2ty9vb6kpaWhoaHe3+HPz8+zs7OkpKTc3d7Gt0R8AAAAGXRSTlMA779wIBDv338gv5+AgHDv7+/v36+gn3BgD0kJmgAAAS1JREFUKM9dkOmSgyAQhNFo7mTvYwYEBa9oorne/9l2hqJSbr4q+NHNdBcjAukyXgBE8SwRU5IYHmwm1iyCCdFMBJbwxDK8B2iKLGjl8VAC+JmEcqzRrmnP5yzrbm93SuOeDQCcpNToGaV8ISGmAfBGPce+qjrsjSxYSbkBGtt1tZGEueLpwsZW8A8snlj2jD0efRZVtxzw4Ia2BFgIch1qOaHCM4lsHHA0WpOpKyk7qX2WWLBhhhxU7grlKlV7I+LyAm+DUplS/sqv2HL5FiDDSio15CQOdHrrl5L6kpqEMOHwTlIiOKu0WIDy5Bfkn3+HJTYXRNdmWXtA1nmJfu1lgRNcQw2encV/2J0I7OdIXM1YIzH/FQ9WX4i1JF4RP1dBDNZ+/S7lx/onDcIfdi8x4pYpSxgAAAAASUVORK5CYII=",xb="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAMAAADXqc3KAAAA51BMVEUAAABRT2tSUGpRT2tQUHBQUGjwtcxRT2tRUGtST2tSTmrvsMnvt89QUHDqTIpkXHhST2zQobmfdpPrTYrGVoHqS4nwtszvtMzvtc3vr89RT2vwtczASHb09vnIXYbt4OncqMDqTInGVoBbVnHqp8GqiKJlXHfz2+bsrsfkmrfIm7SggpvScZfKaY/q1uDtgKvRiKaNdY/MY4vy7fLy5Ozxydrxw9bhtcjnobzVlK/diam0j6jYfqHVeJyXfJWcd5TrXJOCb4l5aYNvYn3DUXzxzd3kwNDSorrth6/CjqnAeZnNdJaDb4nDaCDkAAAAGnRSTlMA73C/ICDv37+ff3AgEL+AgO/v7+/fr6BgELJb3PQAAAE/SURBVCjPXZHnUsMwEIRlOySkhw66k+24YScx6b0XOu//PJw0mozh+6Efu6ddzYlpqiWrwLlhmTmW5cLiZ4oZyzR4BsNkmhL/R0nPcx6FR6357ZbPuanyKefT62yjn37/cJwPbjeUJnuKNPeFuAaFjXhNgkUXONHDdR6CJIkh8HArlSo1UIUbx6sTEt4CZlfSaLBLOl2YeaixA2irLKrey4AzA4jpXQVG7hI6mCGBPonSaIF9StMUMe0hzrGjslhBGp7tDIUzfRPTnvhWhiHLQxjYQrwIoQ5nAXtZ3uD8AAkKYTsk0sAocNVSqqpkRaK+MYYNSTkms3wXXodCMZpAKD9FLzF6Bxg/ExMgXS+RluKHkGEZUYOi7sIf3DrTlPNAfOx2XSDyj+xM5QGg2yTIua+wLJVy7abZvKuVn7TwCyKmN+3PjJblAAAAAElFTkSuQmCC",Eb="data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGcgaWQ9IkZyYW1lIj4KPHBhdGggaWQ9IlZlY3RvciIgZD0iTTguNzEwMjMgMTMuMzg3NkwxMy4yODkzIDguODA4NkwxNC4wOTc3IDguMDAwMjJMMTMuMjg5NyA3LjE5MjIyTDguNzEwMjMgMi42MTI3OUw3LjkwMjIzIDMuNDIwNzlMMTEuOTA5NSA3LjQyODc5SDEuOTA1NjZWOC41NzE2NUgxMS45MDk1TDcuOTAxODUgMTIuNTc5M0w4LjcxMDIzIDEzLjM4NzZaIiBmaWxsPSIjODM4MzgzIi8+CjwvZz4KPC9zdmc+Cg==";m();m();function $i(){let e=new Date;return`${e.getFullYear()}-${e.getMonth()+1}-${e.getDate()}_${e.getHours()}-${e.getMinutes()}-${e.getSeconds()}`}m();function Fw(e){let{t}=W(),{accessToken:n,id:r,listAllFiles:a}=e,[o,i]=$(!1);function s(u,l){u.preventDefault(),i(!0),new _r(n).delete(l).catch(c=>{an(t("delete"))}).then(()=>a()).finally(()=>i(!1))}return d("a",{href:"#",className:"secondary margin-left text-sm",onClick:u=>s(u,r),"aria-busy":o,children:t("delete")})}function dp(e){let{onClose:t,accessToken:n,authExpire:r}=e,{t:a}=W(),[o,i,s,u]=Ve(),[l,c]=$([]),[g,p]=$(!0),[f,h]=$(!1),[y,C]=$({});le(()=>{n&&x().then(()=>p(!1))},[n]);let b=v=>{v.target&&v.target.id==="immersive-translate-overlay"&&t()};function x(){return new _r(n).listAll().then(L=>{c(L)}).catch(L=>r())}function S(v){if(v.preventDefault(),l.length>=10)return an(a("maxBackupFiles",{count:10}));h(!0);let L="immersive-translate-config-"+$i()+".json";new _r(n).uploadConfig(o,L).catch(D=>{an(a("uploadFail"))}).then(()=>x()).finally(()=>h(!1))}function A(v,L,D){v.preventDefault(),C({[D]:!0}),new _r(n).getConfig(L).then(T=>{i(()=>({...T})),st(a("importSuccess"))}).catch(T=>{I.error(T),an(a("importFail"))}).finally(()=>C({}))}function P(v,L){new _r(n).getConfig(v).then(D=>{let T=document.createElement("a");T.setAttribute("href","data:text/plain;charset=utf-8,"+encodeURIComponent(JSON.stringify(D,null,2))),T.setAttribute("download",L),T.style.display="none",document.body.appendChild(T),T.click(),document.body.removeChild(T)}).catch(D=>{I.error("download google config file failed",D),an(a("downloadFail")+": "+D.message)})}function w(v){v.preventDefault(),i({...o,autoSync:!1}),Pa.revoke(n).then(()=>t())}return d("dialog",{id:"immersive-translate-overlay",onClick:b,open:!0,children:d("article",{class:"md:w-[32rem] px-4",children:[d("a",{href:"#",title:a("clickToDownload"),"aria-label":"Close",className:"close","data-target":"modal-example",onClick:v=>{v.preventDefault(),t()}}),d("h4",{children:a("syncTitle")}),d("div",{className:"mb-4",children:l.map((v,L)=>d("div",{class:"flex flex-wrap justify-between",children:[d("div",{class:"mr-2 mb-2",children:[d("div",{children:d("a",{href:"#",onClick:D=>{D.preventDefault(),P(v.id,v.name)},class:"block truncate w-40 sm:w-auto",children:v.name.replace("immersive-translate-","")})}),d("div",{class:"text-xs text-gray-500",children:[new Date(v.modifiedTime).toLocaleString(),",\xA0",Ks(parseInt(v.size))]})]}),d("div",{children:[d("a",{href:"#",role:"button",className:"margin-right secondary","aria-busy":y[L],disabled:y[L],onClick:D=>A(D,v.id,L),children:a("import_hint")}),d(Fw,{accessToken:n,id:v.id,listAllFiles:x})]})]},"file"+L))}),d("div",{className:"flex items-center",children:[d("a",{href:"#",role:"button",className:"mr-4","data-target":"modal-example","aria-busy":f,onClick:S,disabled:g,children:a("create_new_backup")}),d("a",{href:"#",className:"secondary text-sm","data-target":"modal-example",onClick:w,disabled:g,children:a("revokeAuth")})]})]})})}m();m();function Fr(e,t){return e.localeCompare(t,void 0,{numeric:!0,sensitivity:"base"})>=0}var Ee=Yo([]);function Qt(e){let[t,n]=$(null);return le(()=>{ft().then(r=>{n(r),I.debug("current config",r)})},[]),le(()=>{ft().then(r=>{n(r)})},[e]),t}function On(e){let[t,n]=$(null);return le(()=>{e&&bn({url:"http://localhost",config:e,state:{cache:!1}}).then(r=>n(r))},[e]),t}function Sb(){let[e,t]=$(!1),n=kr();return le(()=>{me()&&(!n||n=="0.0.0"||Fr(n,"0.9.0")||t(!0))},[n]),[e,t]}function oa(){let[e,t]=$(null);return le(()=>{qt().then(r=>{t(r)})},[]),[e,r=>{t(r),Wt(r)}]}m();var ut=class extends no{constructor(t){super(t),this.state={hasError:!1}}error;info;static getDerivedStateFromError(t){return{hasError:!0}}componentDidCatch(t,n){this.error=t,this.info=n}render(){return this.state.hasError?(I.error("ErrorBoundary",this.error,this.info),d(Bw,{error:this.error,info:this.info})):this.props.children}};function Bw({error:e,info:t}){let{t:n}=W(),r=location.protocol.includes("extension")&&location.href.includes("options.html");return d("div",{class:"error-boundary",children:[e?.message," ",JSON.stringify(t?.componentStack),d("div",{style:{marginTop:10},children:[n("error.configError"),d("a",{style:{marginLeft:6},href:r?location.href.replace(/#.+/,"#import_export"):"https://dash.immersivetranslate.com/#import_export",target:r?"":"_blank",children:n("error.goReset")})]})]})}var gp=I;function Rw(){let[e,t]=$(null);return le(()=>{ft().then(n=>{t(n)})},[]),e}function pp(){let[e,t,n,r,a]=Ve(),o=Rw(),{t:i,setLang:s}=W(),[u,l]=oa();if(!o)return null;return d(ut,{children:d("div",{class:"pb-4",children:[d(c,{}),d(g,{}),!ci()&&d(p,{}),d(f,{config:o})]})});function c(){let h=b=>{b.preventDefault(),confirm(i("confirmResetConfig"))&&(a({...wo(),updatedAt:new Date().toISOString()}),Da().catch(x=>{gp.error("clean local config error",x)}),wa().catch(x=>{gp.error("clean buildin config error",x)}),Wa().catch(x=>{gp.error("clean cache error",x)}),st(i("resetSuccess")),setTimeout(()=>{window.location.reload()},500))},y=b=>{t(()=>({...b}))},C=b=>{b.preventDefault();let x=document.createElement("input");x.setAttribute("type","file"),x.setAttribute("accept","text/plain"),x.style.display="none",document.body.appendChild(x),x.oninput=S=>{let A=S.target,P=new FileReader;P.onload=function(){try{let w=JSON.parse(P.result);y(w),st(i("successImportConfig"))}catch(w){an(`Invalid JSON ${w.message}`)}},P.readAsText(A.files[0])},x.click(),document.body.removeChild(x)};return d(xe,{children:[d("div",{class:"nav",children:d("strong",{class:"text-lg",children:i("import_export_title")})}),d("div",{class:"pb-2",children:[d("a",{class:"mr-2 secondary mb-2 !text-sm",onClick:C,href:"#",role:"button",children:[Ow,i("import")]}),d("a",{href:"#",class:"secondary mr-2 mb-2 !text-sm",onClick:b=>{if(b.preventDefault(),ci()){let x=Pe();window.location.href=x.OPTIONS_URL+"#download_config"}else{let x=new Blob([JSON.stringify(e,null,2)],{type:"text/plain;charset=utf-8"});ao.saveAs(x,"immersive-translate-config-"+$i()+".txt")}},role:"button",children:[Nw,i("export")]}),d("a",{href:"#",onClick:h,class:"secondary text-sm",children:i("reset")})]})]})}function g(){return d("details",{class:"mt-4 mb-6",children:[d("summary",{children:i("clickToExpandConfig")}),d("pre",{children:d("code",{children:JSON.stringify(e,null,2)})})]})}function p(){let[h,y]=$(!1),[C,b]=$(!1),[x,S]=$(!1),[A,P]=$("");le(()=>{if(Os()&&n){let M=localStorage.getItem(Ns);if(localStorage.removeItem(Ns),M){let O=globalThis.localStorage.getItem(Eg);I.debug("import_export","rawAuthInfoStr",O);let N={},H={},B="";if(O){globalThis.localStorage.removeItem(Eg);try{N=JSON.parse(O),H=N.state||{},B=N.access_token||""}catch(k){I.error("parse state error",k)}}if(B&&H&&(Pa.setAuthInfo({access_token:B}),I.debug("import_export","Google OAuth:",N),N)){let k=N.state;I.debug("state",k),k?.mode==="auto"?(b(!0),j(B)):(S(!0),D(B))}}}},[n]);function w(){b(!0),om({source:globalThis.location.href,mode:"auto"},!0).then(M=>{I.debug("import_export","Google OAuth:"+M),M!==null&&j(M)}).catch(M=>{M&&M.message==="tokenValidateErrorRedirectToAuthUrl"?I.debug("tokenValidateErrorRedirectToAuthUrl, ignore"):T(M)})}function v(){S(!0),y(!1),om({source:globalThis.location.href,mode:"manual"},!0).then(M=>{I.debug("import_export","Google OAuth:"+M),M!==null&&D(M)}).catch(M=>{M&&M.message==="tokenValidateErrorRedirectToAuthUrl"?I.debug("tokenValidateErrorRedirectToAuthUrl, ignore"):T(M)})}function L(){P(""),w()}function D(M){P(M),S(!1),y(!0)}function T(M){b(!1),S(!1),y(!1),t({...e,autoSync:!1}),I.error("import_export","Google OAuth error:"+M),an(i("authFail"))}function j(M){b(!0),I.debug("sync latest with drive",M,e),P(M),am(M,e,O=>{O.interfaceLanguage&&s(O.interfaceLanguage),a(O)},O=>l({...u,lastSyncedAt:O}),O=>t({...e,updatedAt:O}),O=>{O?st(i("successSyncConfig")):st(i("successSyncButNoChange"))},O=>an(i("syncFail")+O)).finally(()=>{b(!1)})}function R(M){t({...e,autoSync:M.checked}),M.checked&&w()}return d(xe,{children:[d("hgroup",{class:"my-2",children:[d("h5",{children:i("syncToCloud")}),d("h6",{class:"!text-sm",children:i("syncToCloudDescription")})]}),d("div",{children:[d("a",{className:"mr-4 secondary mb-2 !text-sm ",onClick:M=>{M.preventDefault(),w()},"aria-busy":C,href:"#",role:"button",children:[C?d(xe,{}):wb,i("syncToGoogleDrive")]}),d("a",{href:"#","aria-busy":x,onClick:M=>{M.preventDefault(),v()},class:"secondary text-sm",children:i("backupToCloud")})]}),d("div",{class:"text-xs text-gray-500",children:u?.lastSyncedAt&&i("lastSyncedAt",{date:new Date(u.lastSyncedAt).toLocaleString()})}),u?.lastSyncErrorMessage&&d("p",{class:"mt-2 text-xs text-red-500"}),h?d(dp,{onClose:()=>y(!1),authExpire:L,accessToken:A}):null]})}function f({config:h}){let y=kb(),[C,b]=$(!1),[x,S]=$(""),[A,P]=$(""),[w,v]=$(null),{t:L}=W();if(!y||!y.token)return null;let D=Yt(y);async function T(){try{if(C)return;b(!0),P("");let M=await z0(y?.token,e,a),O="";switch(M){case"upload":{O=L("successSyncConfigToAccount");break}case"override":{O=L("successSyncConfigInAccount");break}default:O=L("syncConfigNoUpdate")}S(O)}catch(M){S(""),P(M.message)}finally{b(!1)}}let j=M=>{l({...u,proAutoSync:M})},R=u&&u.proAutoSync!==void 0?u.proAutoSync:!0;return d(xe,{children:[d("hgroup",{class:"my-2 mt-4",children:[d("h5",{children:L("syncToAccount")}),d("h6",{class:"!text-sm",children:L("syncToAccountDescription")})]}),D&&d("fieldset",{class:"my-4",children:d("label",{for:"switch",children:[d("input",{type:"checkbox",id:"enabled",name:"enabled",role:"switch",onChange:()=>{j(!R)},checked:R}),L("enableAutoSyncUserSettings")]})}),d("a",{className:"mr-4 secondary mb-2 !text-sm ",onClick:M=>{M.preventDefault(),T()},"aria-busy":C,href:"#",role:"button",children:[wb," ",L("syncToAccountButton")]}),A?d("p",{class:"text-xs text-red-500",children:A}):d("p",{class:"text-xs text-gray-500",children:x||u?.accountLastSyncedAt&&L("lastSyncedAt",{date:V1(u.accountLastSyncedAt)})})]})}}async function z0(e,t,n){try{if(t===null)return"noupdate";let r=await qt();if(t.updatedAt){let s=new Date().getTime(),u=new Date(t.updatedAt).getTime();if(s-u<1e3)return await mp(e,t),await Wt(r),"upload"}let a=await Ab(e);r.accountLastSyncedAt=Date.now(),I.debug("settings",t),I.debug("local settings.updatedAt",t.updatedAt),I.debug("remote settings.updatedAt",a.updatedAt),I.debug("last synced at",r.accountLastSyncedAt);let o=!1;if(t.updatedAt&&(!a||!a.updatedAt)&&(o=!0),!o&&t.updatedAt>a.updatedAt&&(o=!0),I.debug("isUpload",o),o)return await mp(e,t),await Wt(r),"upload";let i=!1;return a.updatedAt&&(!t||!t.updatedAt)&&(i=!0),!i&&t.updatedAt{!n||!n.token||r&&r.proAutoSync===!1||Iw(n)&&z0(n.token,e,t).then(o=>{I.debug("syncUserSetting result",o)})},[e,n])}function Iw(e){return Yt(e)?!0:new Date(e.createTime){mt.get(Tt,null).then(n=>{t(n)})},[t]),e}function Ab(e){return(location.href?.indexOf("popup.html")>0?mr:de)({responseType:"json",url:yo+"/v1/user/settings",method:"get",headers:{token:e}}).then(n=>n.data)}function mp(e,t){return(location.href?.indexOf("popup.html")>0?mr:de)({responseType:"json",url:yo+"/v1/user/settings",method:"post",headers:{token:e,"content-type":"application/json"},body:JSON.stringify(t)}).then(r=>r.data)}var wb=d("svg",{class:"inline mr-1",xmlns:"http://www.w3.org/2000/svg",width:"18",height:"18",viewBox:"0 0 24 24",children:d("path",{fill:"currentColor",d:"M15.375 19.25q-.525.25-.95-.038q-.425-.287-.425-.937q0-.25.163-.487q.162-.238.412-.363q1.575-.75 2.5-2.225T18 11.95q0-1.125-.425-2.188Q17.15 8.7 16.25 7.8L16 7.55V9q0 .425-.287.712Q15.425 10 15 10t-.712-.288Q14 9.425 14 9V5q0-.425.288-.713Q14.575 4 15 4h4q.425 0 .712.287Q20 4.575 20 5t-.288.713Q19.425 6 19 6h-1.75l.4.35q1.225 1.225 1.788 2.662Q20 10.45 20 11.95q0 2.4-1.25 4.362q-1.25 1.963-3.375 2.938ZM5 20q-.425 0-.713-.288Q4 19.425 4 19t.287-.712Q4.575 18 5 18h1.75l-.4-.35q-1.225-1.225-1.788-2.662Q4 13.55 4 12.05q0-2.4 1.25-4.363Q6.5 5.725 8.625 4.75q.525-.25.95.037q.425.288.425.938q0 .25-.162.487q-.163.238-.413.363q-1.575.75-2.5 2.225T6 12.05q0 1.125.425 2.187Q6.85 15.3 7.75 16.2l.25.25V15q0-.425.288-.713Q8.575 14 9 14t.713.287Q10 14.575 10 15v4q0 .425-.287.712Q9.425 20 9 20Z"})}),Ow=d("svg",{class:"inline mr-1",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",width:"18",height:"18",children:[d("path",{fill:"none",d:"M0 0h24v24H0z"}),d("path",{d:"M3 19h18v2H3v-2zm10-5.828L19.071 7.1l1.414 1.414L12 17 3.515 8.515 4.929 7.1 11 13.17V2h2v11.172z"})]}),Nw=d("svg",{class:"inline mr-1",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",width:"18",height:"18",children:[d("path",{fill:"none",d:"M0 0h24v24H0z"}),d("path",{d:"M3 19h18v2H3v-2zM13 5.828V17h-2V5.828L4.929 11.9l-1.414-1.414L12 2l8.485 8.485-1.414 1.414L13 5.83z"})]});m();var Uw=({children:e,isOpen:t,closeModal:n})=>d("div",{style:{position:"fixed",top:"0",left:"0",width:"100%",height:"100%",background:"rgba(0, 0, 0, 0.5)",display:t?"block":"none"},children:d("div",{style:{position:"absolute",top:"50%",left:"50%",transform:"translate(-50%, -50%)",background:"white",padding:"30px",borderRadius:"5px",boxShadow:"0 2px 10px rgba(0, 0, 0, 0.2)"},children:e})}),Lb=Uw;m();var fp="Arial",hp=(e,t="a")=>{try{return typeof e!="string"||!document.createElement("canvas").getContext("2d")?!1:e.toLowerCase()===fp.toLowerCase()?!0:_b(fp,t).join("")!==_b(e,t).join("")}catch{return!1}};function _b(e,t){let n=t.length*12,r=20,a=new Date().getTime(),o=document.createElement("canvas"),i=o.getContext("2d");if(!i)return[];o.width=n,o.height=r,i.textAlign="center",i.fillStyle="black",i.textBaseline="middle",i.clearRect(0,0,n,r),i.font="12px "+e+", "+fp,i.fillText(t,n/2,r/2);let s=i.getImageData(0,0,n,r).data;return Array.from(s).filter(l=>l!==0)}m();m();function bp(e){let{t}=W(),{userConfig:n,isProUser:r,currentProvider:a,provider:o,onChange:i}=e,s=t(o.descriptionKey,{1:o.descriptionLink1,2:o.descriptionLink2});return!r&&o.descriptionKeyForNormal&&(s=t(o.descriptionKeyForNormal,{1:o.descriptionLink1,2:o.descriptionLink2})),(!n||ta(n))&&!r&&o.name=="pro"?null:d("label",{class:"pro-radio-label",for:o.name,children:[d("div",{class:"pro-input-radio",children:d("input",{type:"radio",id:o.name,name:o.name,value:o.name,onClick:i,checked:o.name===a})}),d("div",{class:"pl-4",children:[d("div",{class:"pro-radio-title",children:t(o.nameKey)}),d("small",{class:"pro-radio-desc muted",dangerouslySetInnerHTML:{__html:s}})]})]})}function $a({config:e,ctx:t,serviceType:n,title:r,description:a}){let{t:o}=W(),i=$e(),[s,u]=$(!1),[l,c]=$(""),[g,p]=$(""),[f,h]=$(null),[y,C]=$(null),[b,x,S,A,P]=Le(Ee),w=F=>{x(q=>{let z={...q,[n]:F};return n==="translationService"&&(z.translationServiceChangedbyUserAt=new Date().toISOString()),z})},v=t&&vo(t,n)||[],L=Re(()=>{if(e&&t){let{translationServices:F}=e,q=t[n],z=F?.[q];return z?{...z}:{}}return null},[e,t]),D=Re(()=>{if(e&&t){let F=t[n];if(Qn[F])return hi(n,F,t)}return null},[e,t]);if(le(()=>{mt.get(Tt,null).then(F=>{F?(h(F),C(Yt(F))):C(!1)}).catch(F=>{C(!1)})},[]),y===null)return null;let T=!!D?.providers?.length||!!D?.explicitProps?.length||!!D?.optionalProps?.length;return d(xe,{children:[d("div",{class:"nav",children:[d(we,{title:r||o("service"),description:a||o("select translation service")}),d(R,{})]}),d(M,{}),d(O,{}),T&&d("article",{children:[d(N,{}),d(H,{}),d(B,{}),d(j,{}),k(),_()]})]});function j(){return D?.id=="gemini"?D.config.disableWarning?null:d("div",{class:"description py-2",children:o("geminiWarning")}):null}function R(){return d("select",{class:"select",onChange:F=>{F.preventDefault(),c(""),p(""),w(F.target.value)},children:v.map((F,q)=>d("option",{value:F.id,selected:F.id===t?.config?.[n],children:`${o("translationServices."+F.id)}${F.ok?"":" "+(!y&&!i&&F.providers&&F.providers.length>0?o("needLoginAction"):o("needActionForOptions"))}`},"service-item="+q))})}function M(){return l?d("p",{class:"verified text-red-500 mr-2",dangerouslySetInnerHTML:{__html:l}}):null}function O(){return!L||!D?null:d("div",{class:"text-right text-sm",children:[g&&d("span",{class:"verified text-green-500 mr-2",children:o("verified")}),d("a",{"aria-busy":s,href:"#",class:"secondary",onClick:async F=>{F.preventDefault();try{c(""),p(""),u(!0),await xn(500);let q=D.class;q&&q.clearState&&await q.clearState(),await Mr({id:1e6,text:"Hello world",from:"en",to:"zh-CN",url:"https://google.com",fromByClient:"auto",refresh:!0},{...t,translationService:D.id,rule:{...t?.rule,paragraphMinTextCount:1}}),p("verified")}catch(q){let z=q.message;try{z=q?.uiConfig?.(t)?.errMsg||q.message}catch{}c(z)}finally{u(!1)}},children:o("verifyService")})]})}function N(){return D?.providers?.length?d("fieldset",{children:[d("legend",{class:"mb-4",children:o("chooseProviderLabel")}),D.providers.map((F,q)=>d(bp,{userConfig:e,isProUser:!!y,provider:F,currentProvider:D.currentProvider,onChange:z=>{z.preventDefault();let K=z.target.value;K&&x(oe=>{let te=oe.translationServices||{},Z=te[D.id]||{};return{...oe,translationServices:{...te,[D.id]:{...Z,provider:K}}}})}}))]}):null}function H(){return D?.titleKey?d("div",{class:"description pb-1",dangerouslySetInnerHTML:{__html:nt.sanitize(o(D?.titleKey),{ALLOWED_ATTR:["href","target"]})}}):null}function B(){return!D?.docUrl||D.providers.length?null:d("div",{children:[d("a",{target:"_blank",class:"pb-1 docUrl",href:D.homepage,children:o(`translationServices.${D.id}`)}),"\xA0",d("span",{class:"description pb-1",children:o("please refer to")}),"\xA0",d("a",{target:"_blank",class:"pb-1 docUrl",href:D.docUrl,children:o("KeyAndConfigurationTutorial")})]})}function k(){return!L||!e||!D?.explicitProps?.length?null:d(xe,{children:D.explicitProps.map((F,q)=>d("div",{class:"mt-2",children:d(Wi,{config:e,isProUser:!!y,currentProvider:D.currentProvider,service:D?.id,field:F,value:L[F.name],onChange:z=>{x(V=>{let K=V.translationServices||{},oe=K[D.id]||{};return{...V,translationServices:{...K,[D.id]:{...oe,[F.name]:z}}}})},onFinish:()=>{st(o("saved"))}},F.name+D.id)},"service-item-prop-"+F.name+q))})}function _(){return!L||!e||!D?.optionalProps?.length?null:d(xe,{children:d("details",{class:"pt-4 border-none",children:[d("summary",{style:{lineHeight:"1rem"},children:[o("moreOptions"),"\xA0\u{1F449}"]}),d("div",{children:D.optionalProps.map((F,q)=>{let z=L[F.name];return F.name==="apiUrl"&&D?.id==="openai"&&L?.APIKEY?.startsWith("immersiveopenai_")&&(F={...F,disabled:!0},z="https://openai-api.immersivetranslate.com/v1/chat/completions"),F.name=="placeholderDelimiters"&&(F.default=L.placeholderDelimiters||F.default),d("div",{class:"mt-2",children:d(Wi,{config:e,service:D?.id,field:F,value:z,onChange:V=>{x(K=>{let oe=K.translationServices||{},te=oe[D.id]||{};return{...K,translationServices:{...oe,[D.id]:{...te,[F.name]:V}}}})},onFinish:()=>{st(o("saved"))}},F.name+D.id)},"service-item-optional-prop-"+F.name+q)})}),d("a",{href:"#",class:"secondary text-sm mt-2",onClick:F=>{F.preventDefault(),window.confirm(o("confirmResetToDefaultSettings"))&&(x(z=>{let V=z.translationServices||{};return{...z,translationServices:{...V,[D.id]:{}}}}),setTimeout(()=>{window.location.reload()},100))},children:o("resetToDefaultSettings")})]})})}}var jw=Object.keys(wi),Pb=s0();function q0(){let e=Ve(),[t,n,r,a,o]=e,i=Qt(t),s=On(i);vt(t,n);let[u,l]=Sb();return le(()=>()=>{Ut.unbind("esc")},[]),!i||!s?d("div",{children:"loading"}):d(ut,{children:d(Ee.Provider,{value:e,children:[d(Hw,{}),d(Yw,{config:i}),d(Ww,{config:i}),d($a,{config:i,ctx:s,serviceType:"translationService"}),d(zw,{config:i}),d($w,{config:i}),d(Vw,{config:i}),d(Kw,{config:i}),d(Gw,{config:i}),d(qw,{config:i,ctx:s}),d(Lb,{isOpen:u,closeModal:()=>l(!0),children:["\u5F53\u524D\u6C89\u6D78\u5F0F\u63D2\u4EF6\u592A\u65E7\uFF0C\u70B9\u6B64\u5347\u7EA7\u81F3",d("a",{href:"https://download.immersivetranslate.com/immersive-translate.user.js",target:"_blank",children:"\u6700\u65B0\u7248"})]})]})})}function Hw(){let[e,t,n,r,a]=Le(Ee),{t:o}=W(),i=s=>{s.preventDefault(),confirm(o("confirmResetConfig"))&&(a({...wo(),updatedAt:new Date().toISOString()}),Da().catch(u=>{I.error("clean local config error",u)}),wa().catch(u=>{I.error("clean buildin config error",u)}),Wa().catch(u=>{I.error("clean cache error",u)}),st(o("resetSuccess")),setTimeout(()=>{window.location.reload()},500))};return d("div",{class:"nav",children:[d("strong",{class:"text-lg",children:o("general")}),d("a",{class:"text-sm",href:"#",onClick:i,children:o("reset")})]})}function zw({config:e}){let[t,n,r,a,o]=Le(Ee),{t:i,setLang:s}=W(),u=l=>{n(c=>({...c,interfaceLanguage:l}))};return d("div",{class:"nav",children:[d(we,{title:i("interface language"),description:i("desc.interfaceLanguage")}),d("select",{class:"select",onChange:l=>{s(l.target.value),u(l.target.value),me()||setTimeout(()=>{c0()},200)},children:jw.map((l,c)=>d("option",{value:l,selected:l===e.interfaceLanguage,children:Jt(l,e.interfaceLanguage,!0)},"locale"+c))})]})}function qw({config:e,ctx:t}){let{t:n}=W(),[r,a]=$(0),[o,i]=$(""),[s,u]=$(!1),l=Ve(),c=(S,A,P)=>{u(!s),h(w=>{let v=w.translationThemePatterns||{},L=v[A]||{},D=L.matches||[],T=[...D];return P==="edit"&&(T=zt(o,D)),T=Rn(S,T),{...w,translationThemePatterns:{...v,[A]:{...L,matches:T}}}})},g=(S,A)=>{h(P=>{let w=P.translationThemePatterns||{},v=w[A]||{},D=[...v.matches||[]];return S.forEach(T=>{D=zt(T,D)}),{...P,translationThemePatterns:{...w,[A]:{...v,matches:D}}}})},p=(S,A,P)=>{u(!s),i(S),a(P)},[f,h,y,C,b]=l,x=S=>{h(A=>{let P={matches:[],excludeMatches:[]};return A&&A.translationThemePatterns&&A.translationThemePatterns[S]&&(P=A.translationThemePatterns[S]),Lo(document,S,P,A.selectTranslationFont),{...A,translationTheme:S}})};return d("div",{children:[d("div",{class:"nav",children:[d(we,{title:n("translation display"),description:n("select diplay style")}),d("select",{class:"select",onChange:S=>{x(S.target.value)},children:Ag.map((S,A)=>d("option",{value:S,selected:S===e.translationTheme,children:n(`translationTheme.${S}`)},"theme"+A))})]}),d("div",{class:"pt-2 text-sm",children:d("p",{children:[n("sampleSourceText"),d("div",{class:"pt-2"}),d("font",{class:ki(e.translationTheme,!1,[],!1).join(" "),children:d("font",{class:Ai(e.translationTheme).join(" "),children:n("sampleTargetText")})}),e.translationTheme&&Cp(e.translationTheme).length>0?d("details",{class:"pt-2 border-none",children:[d("summary",{class:"text-sm",style:{textAlign:"right",lineHeight:"1rem"},children:n("customTheme")}),d("div",{class:"flex flex-col items-end",children:[Cp(e.translationTheme).map((S,A)=>{S.label=n(`customThemeLabel.${S.name}`);let P=e.translationThemePatterns||{},w=e.translationTheme,v=P[w]||{},L=`theme-${w}-${S.name}`,D=T9(L)||void 0,T=v[S.name]||D;return d(Wi,{config:e,field:S,value:T,onChange:j=>{h(R=>{let M=R.translationThemePatterns||{},N={...M[e.translationTheme]||{},[S.name]:j},H={...R,translationThemePatterns:{...M,[e.translationTheme]:N}};return Lo(document,e.translationTheme,N,R.selectTranslationFont),H})}},"theme-prop"+A)}),d("a",{href:"#",class:"text-sm secondary",onClick:S=>{S.preventDefault(),h(A=>{let P=A.translationThemePatterns||{},w={...P[e.translationTheme]};Cp(e.translationTheme).forEach(L=>{delete w[L.name]});let v={...A,translationThemePatterns:{...P,[e.translationTheme]:w}};return Lo(document,e.translationTheme,{matches:[],excludeMatches:[]},e.selectTranslationFont,!0),v})},children:n("resetToDefaultColor")})]})]}):null,d(tD,{config:e}),d("details",{class:"pt-2 border-none",children:[d("summary",{class:"text-sm",style:{textAlign:"right",lineHeight:"1rem"},children:n("previewAllThemes")}),Ag.map((S,A)=>d("div",{class:"pt-2",children:d("label",{children:[d("div",{class:"flex justify-between",children:d("div",{children:[d("input",{type:"radio",name:"theme",value:S,checked:S===e.translationTheme,onChange:P=>{x(P.target.value)}}),n(`translationTheme.${S}`)]})}),d("p",{children:d("font",{class:ki(S,!1,[],!1).join(" "),children:d("font",{class:Ai(S).join(" "),children:n("sampleTargetText")})})})]})},"theme-index-"+A))]})]})}),d("div",{class:"nav",children:[d(we,{title:"",description:n("useAboveStyleForTheseSites",{theme:n(`translationTheme.${e.translationTheme}`)})}),d("div",{class:"nav-right",children:d("a",{href:"#",role:"button",class:"add-button secondary outline",onClick:S=>{S.preventDefault(),u(!s)},children:n("add")})})]}),s?d(aa,{toggleModal:S=>{S.preventDefault(),u(!s)},onAddInterfaceUrl:(S,A)=>{c(S,e.translationTheme,A)},urlValue:o,index:r}):null,d(qa,{urls:eD(e),type:"matches",onDeleteUrl:S=>{g(S,e.translationTheme)},onEditUrl:p})]})}function Ww({config:e}){let[t,n,r,a,o]=Le(Ee),{t:i}=W();if(!e)return null;let s=l=>{n(c=>({...c,targetLanguage:l}))},u=za(e.translationService,e.targetLanguage);return d("div",{class:"nav",children:[d(we,{title:i("target"),description:i("translate other languages into specific language")}),d("select",{class:"select",onChange:l=>{l.preventDefault(),s(l.target.value)},children:u.filter(l=>l!=="auto").map((l,c)=>d("option",{value:l,selected:l===e?.targetLanguage,children:Jt(l,e?.interfaceLanguage)},"language"+c))})]})}function $w({config:e}){let{t}=W(),[n,r,a,o,i]=Le(Ee),{handleTranslationLanguagePatternSelected:s}=Fb(r),u=(l,c)=>{s(l?"matches":void 0,c)};return d(Eu,{title:t("always languages"),description:t("always translate the following languages"),languages:Pb,selectLanguages:e?.translationLanguagePattern?.matches||[],interfaceLanguage:e?.interfaceLanguage,onChange:u})}function Vw({config:e}){let{t}=W(),[n,r,a,o,i]=Le(Ee),{handleTranslationLanguagePatternSelected:s}=Fb(r),u=(l,c)=>{s(l?"excludeMatches":void 0,c)};return d(Eu,{title:t("neverTranslateLanguagesLabel"),description:t("neverTranslateTheFollowingLanguagesDescription"),languages:Pb,selectLanguages:e?.translationLanguagePattern?.excludeMatches||[],interfaceLanguage:e?.interfaceLanguage,onChange:u})}function Kw({config:e}){let{t}=W(),[n,r,a,o,i]=Le(Ee),s=(l,c,g,p)=>{r(f=>{let h=f.translationUrlPattern,y=[],C=[];h&&h.matches&&h.excludeMatches&&(y=h.matches,C=h.excludeMatches);let b=[...y],x=[...C];if(p==="edit"){if(!b[c])return f;b[c]=l}return b=Rn(l,b),x=zt(l,C),{...f,isChangedAlwaysTranslatedUrls:!0,translationUrlPattern:{...f.translationUrlPattern,matches:b,excludeMatches:x}}})},u=async(l,c)=>{if(l&&l.length>0){let g=await qt();for(let p of l){let f=p,h=g.tempTranslationUrlMatches||[],y=h.filter(b=>b.match!==f),C=!1;y.length!==h.length&&(C=!0),C&&Wt({...g,tempTranslationUrlMatches:[...y]})}}r(g=>{let p=g.translationUrlPattern,f=[];p&&p.matches&&(f=p.matches);let h=[...f];return l.forEach(y=>{h=zt(y,h)}),{...g,isChangedAlwaysTranslatedUrls:!0,translationUrlPattern:{...g.translationUrlPattern,[c]:h}}})};return d(Su,{title:t("always sites"),description:t("always translate the following sites"),onDeleteUrl:u,onSubmitAddUrl:s,urls:e?.translationUrlPattern.matches||[],type:"matches"})}function Gw({config:e}){let{t}=W(),[n,r,a,o,i]=Le(Ee),s=(l,c,g,p)=>{r(f=>{let h=f.translationUrlPattern,y=[],C=[];h&&h.matches&&h.excludeMatches&&(y=h.matches,C=h.excludeMatches);let b=[...y],x=[...C];return p==="edit"&&(x[c]=l),b=zt(l,y),x=Rn(l,x),{...f,isChangedAlwaysTranslatedUrls:!0,translationUrlPattern:{...f.translationUrlPattern,matches:b,excludeMatches:x}}})},u=(l,c)=>{r(g=>{let p=g.translationUrlPattern,f=[];p&&p.excludeMatches&&(f=p.excludeMatches);let h=[...f];return l.forEach(y=>{h=zt(y,h)}),{...g,isChangedAlwaysTranslatedUrls:!0,translationUrlPattern:{...g.translationUrlPattern,[c]:h}}})};return d(Su,{title:t("never sites"),description:t("never translate the following sites"),urls:e?.translationUrlPattern.excludeMatches||[],onDeleteUrl:u,onSubmitAddUrl:s,type:"excludeMatches"})}function Fb(e){return{handleTranslationLanguagePatternSelected:Ne((n,r)=>{if(!n){e(i=>{let s={...i.translationLanguagePattern};return{...i,translationLanguagePattern:{...i.translationLanguagePattern,matches:zt(r,s.matches),excludeMatches:zt(r,s.excludeMatches)}}});return}let a=n,o=a==="matches"?"excludeMatches":"matches";r&&e(i=>{let s={...i.translationLanguagePattern};return s[a]=Rn(r,s[a]),s[o]=zt(r,s[o]),{...i,translationLanguagePattern:{...i.translationLanguagePattern,...s}}})},[e])}}var yp=0,vp;async function Bb(e){if(yp>60*10)return null;yp++,mt.refresh(),await xn(300);let t=await mt.get(Tt,null);I.debug("loopCheckUser",yp,t),t?(clearTimeout(vp),e(t)):vp=setTimeout(Bb.bind(null,e),1500)}function Mb(e){let{user:t,lang:n}=e,r=$e(),a=t&&t.email==="test@immersivetranslate.com",{t:o}=W();if(t&&t.subscription&&t.subscription.subscriptionStatus=="active"){let i=t,s=i.subscription,u=Xw(s.subscriptionTo),l=s.subscriptionType,c=l.startsWith("onetime_"),g=!c&&s.cancelAtPeriodEnd!="true",p="";if(g){let f="";s.isTrial&&(f=o("autoRenewTrialSuffix")),p=o("currentPlanDescriptionForContinuous",{plan:`${o(l)}${f}`,endAt:u})}else c?p=o("currentPlanDescriptionForOneTime",{plan:o(l),endAt:u,1:"https://immersivetranslate.com/accounts/upgrade?type=year&lng="+n,2:"https://immersivetranslate.com/accounts/upgrade?type=month&lng="+n}):f1(i)?p=o("currentYearlyPlanDescriptionForAutoRenewCacelingWithRealPaiedUser",{plan:o(l+"ForOnce"),endAt:u,1:"https://immersivetranslate.com/billing"}):l==="yearly"||l==="year"?p=o("currentYearlyPlanDescriptionForAutoRenewCacelingWithAdmin",{plan:o(l+"ForOnce"),endAt:u,1:"https://immersivetranslate.com/accounts/upgrade?type=year&lng="+n}):p=o("currentPlanDescriptionForAutoRenewCaceling",{plan:o(l+"ForOnce"),endAt:u});return d("span",{class:"info-subtitle",dangerouslySetInnerHTML:{__html:p}})}else return d("span",{class:"info-subtitle",children:r||a?"":o("currentPlanDescriptionForFree")})}function Yw({config:e}){let{t}=W(),n=$e(),[r,a]=$(null),o=!!e.showSponsorOnSafari,[i,s,u,l,c]=Le(Ee),g=e.interfaceLanguage;le(()=>(mt.get(Tt,null).then(y=>{y&&(a(y),Jw(y.token).then(C=>{let b=C.data;b.token=y.token,mt.set(Tt,b),a(b)}).catch(C=>{eu(C),a(null)}))}),()=>{clearTimeout(vp)}),[]);let p=Ne(y=>{y&&y.preventDefault&&y.preventDefault(),r?.token&&Qw(r.token).finally(async()=>{await mt.remove(Tt),await xn(200),await mt.refresh(),a(null)})},[r]),f=Ne(async y=>{y&&y.preventDefault&&y.preventDefault(),Zw(ql),await mt.set($s,!0),Bb(C=>{z0(C.token,i,s),a(C),xp?.close(),window.location.reload()})},[a]),h=r?.avatar||Tb;return r?!r.subscription||r.subscription.subscriptionStatus!="active"?ta(e)?null:d("div",{children:[d("div",{class:"title",children:t("currentAccount")}),d("article",{class:"header nav",style:"padding:16px 16px",children:[d("div",{class:"info",style:"margin-left:0",children:[d("span",{class:"info-title",title:r.email,children:r.email}),d(Mb,{user:r,lang:g})]}),d("div",{class:"ops",children:[d("a",{class:n&&o===!1?"!hidden":"",style:{display:"flex",flexDirection:"row",alignItems:"center",marginRight:"24px"},href:`${xa}?utm_campaign=extension_settings_general&from=${n?"safari":"extension"}`,children:[t("openPremium"),d("img",{width:24,height:24,style:{width:"24px",height:"24px"},src:wu})]}),d("div",{class:"",children:d("a",{href:`${Co}?utm_campaign=extension_settings_general&from=${n?"safari":"extension"}`,children:t("manageAccount")})}),d("div",{class:"",children:d("a",{href:"#",onClick:p,children:t("logout")})})]})]})]}):d("div",{class:"",children:[d("div",{class:"title",children:t("currentAccount")}),d("article",{class:"header nav",style:"padding:16px 16px",children:[d("div",{class:"info",style:"margin-left:0",children:[d("div",{className:"flex",children:[d("span",{class:"info-title info-primary",children:r.userName}),d("img",{width:24,height:24,style:{width:"24px",height:"24px",marginLeft:"4px"},src:wu})]}),d(Mb,{user:r,lang:g})]}),d("div",{class:"",children:d("a",{href:Co,children:t("manageAccount")})}),d("div",{class:"",children:d("a",{href:"#",onClick:p,children:t("logout")})})]})]}):ta(e)?null:d("div",{class:"header nav",children:[d("img",{src:h}),d("div",{class:"info",children:d("span",{class:"info-subtitle",children:t("nologin")})}),d("a",{class:"py-4",href:"#",onClick:f,children:t(n?"loginForSafari":"login")})]})}var Rb=yo;function Jw(e){return de({responseType:"json",url:Rb+"/v1/user",method:"get",headers:{token:e}})}function Qw(e){return de({responseType:"json",url:Rb+"/v1/user/logout",method:"delete",headers:{token:e}})}var xp=null;function Zw(e){let r=screen.width/2-230,a=screen.height/2-640/2;return xp=window.open(e,"loginWindow",`toolbar=no, location=no, directories=no, status=no, menubar=no, scrollbars=no, resizable=no, copyhistory=no,left=${r},top=${a},width=460,height=640,chrome=yes,centerscreen=yes`),xp}function Xw(e){let t=new Date(e),n=t.getFullYear(),r=String(t.getMonth()+1).padStart(2,"0"),a=String(t.getDate()).padStart(2,"0");return`${n}-${r}-${a}`}function Cp(e){let t=[];return Ws[e]&&(t=t.concat(Ws[e])),t.push({name:"textColor",type:"color",required:!1}),t.push({name:"zoom",type:"number",default:100,required:!1}),t}function eD(e){let t=e.translationTheme;return!e.translationThemePatterns[t]||!e.translationThemePatterns[t].matches?[]:[...e.translationThemePatterns[t].matches]}var Tp="";function tD({config:e}){let{t}=W(),[n,r]=$(!1);return d("details",{class:"pt-2 border-none",onToggle:a=>{r(a.target?.open)},children:[d("summary",{class:"text-sm",style:{textAlign:"right",lineHeight:"1rem"},children:t("translationFont")}),d(nD,{config:e,isOpen:n})]})}function nD({config:e,isOpen:t}){let{t:n}=W(),[r,a]=$([]),[o,i]=$(!1);le(()=>{if(!t||r.length)return;let f=e.translationFonts.filter(y=>hp(y,n("sampleTargetText").charAt(0)+"a"));f.length&&f.unshift("none");let h=e.selectTranslationFont&&!f.find(y=>y===e.selectTranslationFont);(!f.length||h)&&i(!0),a(f)},[e.translationFonts,t,r,a]);let[s,u,l,c,g]=Le(Ee),p=f=>{f!==Tp&&!hp(f,n("sampleTargetText").charAt(0)+"a")&&an(n("translationFont.notSupportErrorMessage")),u(h=>{let y=e.translationTheme,C={matches:[],excludeMatches:[]};return h&&y&&h.translationThemePatterns&&h.translationThemePatterns[y]&&(C=h.translationThemePatterns[y]),Lo(document,y,C,f),{...h,selectTranslationFont:f}})};return d("div",{class:"flex items-center justify-end",children:[r.length?d("label",{for:"translationFont.custom",class:"text-sm mr-2",onClick:()=>{i(!o),o&&(r.find(h=>h===e.selectTranslationFont)||p(Tp))},children:[d("input",{type:"checkbox",id:"translationFont.custom",name:"translationFont.custom",checked:o}),n("translationFont.custom")]}):null,o?d("input",{style:{maxWidth:196},placeholder:n("translationFont.customPlaceholder"),value:e?.selectTranslationFont,onChange:f=>p(f.target.value)}):d("select",{class:"select",style:{maxWidth:196,flex:"unset"},onChange:f=>{p(f.target.value)},children:r.map((f,h)=>{let y=n(`font.${f}`);y.startsWith("font.")&&(y=f);let C=f=="none"?Tp:f;return d("option",{value:C,selected:f===e?.selectTranslationFont,children:y},"locale"+h)})})]})}m();var Ln={};zl.forEach(e=>{e.labelKey&&(Ln[e.key]=e.labelKey)});function Ep(){let e=Ve(),[t,n,r,a,o]=e;vt(t,n);let[i,s]=$(null),{t:u}=W();if(le(()=>{ft().then(c=>{bn({config:c,url:globalThis.location.href}).then(g=>{s(g)})})},[t]),!i)return d("div",{children:"loading"});let l=i.config;return d(ut,{children:d(Ee.Provider,{value:e,children:[d("div",{class:"nav",children:d("strong",{class:"text-lg",children:u("inputOptions")})}),d(rD,{config:l}),d(aD,{config:l}),d(oD,{config:l}),d($a,{config:l,ctx:i,serviceType:"inputTranslationService"}),d(iD,{config:l}),d(sD,{config:l}),d(lD,{config:l}),d(uD,{config:l})]})})}function rD({config:e}){let[t,n,r,a,o]=Le(Ee),{t:i}=W();return e?d(xe,{children:[d("details",{class:"mt-3",open:!0,children:[d("summary",{children:[i("clickToSeeQuickDemo")," \u{1F447}\u{1F447}"]}),d("video",{controls:!0,autoPlay:!0,src:"https://s.immersivetranslate.com/videos/immpersive-translate-input-translation-demo-202307044.mp4"})]}),d("div",{class:"nav",children:[d(we,{title:i("enableInputTranslation"),description:e.enableInputTranslationWithoutTriggerKey?i("enableInputTranslationDescriptionForNoneKey",{inputTargetLanguage:Jt(e.inputTargetLanguage,e.interfaceLanguage),trailingKey:Ln[e.inputTrailingTriggerKey]?i(Ln[e.inputTrailingTriggerKey]):e.inputTrailingTriggerKey,inputTrailingTriggerKeyRepeatTimes:e.inputTrailingTriggerKeyRepeatTimes}):i("enableInputTranslationDescription",{inputTargetLanguage:Jt(e.inputTargetLanguage,e.interfaceLanguage),startingKey:Ln[e.inputStartingTriggerKey]?i(Ln[e.inputStartingTriggerKey]):e.inputStartingTriggerKey,trailingKey:Ln[e.inputTrailingTriggerKey]?i(Ln[e.inputTrailingTriggerKey]):e.inputTrailingTriggerKey,inputTrailingTriggerKeyRepeatTimes:e.inputTrailingTriggerKeyRepeatTimes})}),d("label",{for:"enableInputTranslation",children:d("input",{type:"checkbox",id:"enableInputTranslation",name:"switch",role:"switch",onChange:s=>{let u=s.target.checked;n(l=>({...l,enableInputTranslation:!!u}))},checked:e.enableInputTranslation})})]})]}):null}function aD({config:e}){let[t,n,r,a,o]=Le(Ee),{t:i}=W(),s=l=>{n(c=>({...c,inputTargetLanguage:l}))};if(!e)return null;let u=za(e.translationService,e.targetLanguage);return d("div",{class:"nav",children:[d(we,{title:i("inputTargetLanguage"),description:e.enableInputTranslationWithoutTriggerKey?i("inputTargetLanguageDescriptionForNoneKey"):i("inputTargetLanguageDescription",{startingKey:Ln[e.inputStartingTriggerKey]?i(Ln[e.inputStartingTriggerKey]):e.inputStartingTriggerKey})}),d("select",{class:"select",onChange:l=>{l.preventDefault(),s(l.target.value)},children:u.filter(l=>l!=="auto").map((l,c)=>d("option",{value:l,selected:l===e.inputTargetLanguage,children:Jt(l,e.interfaceLanguage)},"language"+c))})]})}function oD({config:e}){let[t,n,r,a,o]=Le(Ee),{t:i}=W();return e?d("div",{class:"nav",children:[d(we,{title:i("enableInputTranslationWithoutTriggerKeyTitle",{trailingKey:Ln[e.inputTrailingTriggerKey]?i(Ln[e.inputTrailingTriggerKey]):e.inputTrailingTriggerKey,inputTargetLanguage:Jt(e.inputTargetLanguage,e.interfaceLanguage)}),description:""}),d("label",{for:"enableInputTranslation",children:d("input",{type:"checkbox",id:"enableInputTranslation",name:"switch",role:"switch",onChange:s=>{let u=s.target.checked;n(l=>({...l,enableInputTranslationWithoutTriggerKey:!!u}))},checked:e.enableInputTranslationWithoutTriggerKey})})]}):null}function iD({config:e}){let[t,n,r,a,o]=Le(Ee),{t:i}=W(),s=u=>{n(l=>({...l,inputStartingTriggerKey:u}))};return e?d("div",{class:"nav",children:[d(we,{title:i("inputStartingTriggerKeyTitle"),description:e.inputStartingTriggerKey==="none"?i("inputStartingTriggerKeyDescriptionForNoneKey"):i("inputStartingTriggerKeyDescription",{startingKey:Ln[e.inputStartingTriggerKey]?i(Ln[e.inputStartingTriggerKey]):e.inputStartingTriggerKey})}),d("select",{class:"select",onChange:u=>{u.preventDefault(),s(u.target.value)},children:zl.filter(u=>u.skipForStarting!==!0).map((u,l)=>d("option",{value:u.key,selected:u.key===e.inputStartingTriggerKey,children:u.labelKey?i(u.labelKey):u.key},"startingkey-"+l))})]}):null}function sD({config:e}){let[t,n,r,a,o]=Le(Ee),{t:i}=W(),s=u=>{n(l=>({...l,inputTrailingTriggerKey:u}))};return e?d(xe,{children:[d("div",{class:"nav",children:[d(we,{title:i("inputTrailingTriggerKeyTitle"),description:i("inputTrailingTriggerKeyDescription",{trailingKey:Ln[e.inputTrailingTriggerKey]?i(Ln[e.inputTrailingTriggerKey]):e.inputTrailingTriggerKey})}),d("select",{class:"select",onChange:u=>{u.preventDefault(),s(u.target.value)},children:zl.filter(u=>u.skipForTrailing!==!0).map((u,l)=>d("option",{value:u.key,selected:u.key===e.inputTrailingTriggerKey,children:u.labelKey?i(u.labelKey):u.key},"startingkey-"+l))})]}),d("blockquote",{class:"text-sm",dangerouslySetInnerHTML:{__html:i("inputHelperInfo",{1:"https://immersivetranslate.com/docs/input/"})}})]}):null}function uD({config:e}){let[t,n,r,a,o]=Le(Ee),{t:i}=W(),[s,u]=$(!1),l=b=>{u(!s)},[c,g]=$(0),[p,f]=$(""),h=(b,x,S,A)=>{l(S),n(P=>{let w=P.inputTranslationUrlPattern,v=[],L=[];w&&w.matches&&w.excludeMatches&&(v=w.matches,L=w.excludeMatches);let D=[...v],T=[...L];return A==="edit"&&(S==="matches"?D[x]=b:T[x]=b),S==="matches"?(D=Rn(b,D),T=zt(b,L)):(D=zt(b,v),T=Rn(b,T)),{...P,inputTranslationUrlPattern:{...P.inputTranslationUrlPattern,matches:D,excludeMatches:T}}})},y=(b,x)=>{n(S=>{let A=S.inputTranslationUrlPattern,P=[];x==="matches"?A&&A.matches&&(P=A.matches):A&&A.excludeMatches&&(P=A.excludeMatches);let w=[...P];return b.forEach(v=>{w=zt(v,w)}),{...S,inputTranslationUrlPattern:{...S.inputTranslationUrlPattern,[x]:w}}})},C=(b,x,S)=>{l(x),f(b),g(S)};return e?d(xe,{children:[d("div",{class:"nav",children:[d(we,{title:i("inputTranslationBlockUrlsTitle"),description:i("inputTranslationBlockUrlsDescription")}),d("div",{class:"nav-right",children:d("a",{href:"#",role:"button",class:"add-button secondary outline",onClick:b=>{b.preventDefault(),l("excludeMatches")},children:i("add")})}),s?d(aa,{toggleModal:b=>{b.preventDefault(),l("excludeMatches")},onSubmitAddUrl:h,type:"excludeMatches",urlValue:p,index:c}):null]}),d(qa,{urls:e.inputTranslationUrlPattern.excludeMatches,type:"excludeMatches",onDeleteUrl:y,onEditUrl:C})]}):null}function lD({config:e}){let[t,n,r,a,o]=Le(Ee),{t:i}=W();if(!e)return null;let s=()=>it().any?e.inputTrailingMobileTriggerKeyTimeout:e.inputTrailingTriggerKeyTimeout,u=l=>{n(c=>it().any?{...c,inputTrailingMobileTriggerKeyTimeout:l}:{...c,inputTrailingTriggerKeyTimeout:l})};return d("nav",{children:[d(we,{title:i("inputTrailingTriggerKeyTimeout"),description:i("inputTrailingTriggerKeyTimeoutDescription")}),d("div",{class:"option-input",children:d("input",{type:"number",value:s(),onChange:l=>{l.target&&u(Number(l.target.value))}})})]})}m();function Sp(){let e=Ve(),[t,n,r,a,o]=e;vt(t,n);let i=Qt(t),{t:s}=W(),[u,l]=$({}),[c,g]=$({});return le(()=>{Q.storage.sync.get(null).then(p=>{l(p),Q.storage.local.get(null).then(f=>{g(f)})})},[t]),!i||!t?d("div",{children:"loading"}):d(ut,{children:d(Ee.Provider,{value:e,children:d("div",{children:[d("div",{class:"nav",children:d("strong",{class:"text-lg",children:s("developer")})}),d("div",{dangerouslySetInnerHTML:{__html:s("developerDescription",{1:"https://immersivetranslate.com/docs/advanced/"})},class:"secondary text-xs text-gray-500 mb-4"}),d(pD,{}),d(mD,{}),d(fD,{}),d(cD,{}),d(dD,{}),d(gD,{}),d("details",{class:"py-2",children:[d("summary",{children:"Click to expand the final config"}),d("pre",{children:d("code",{class:"code-editor",children:JSON.stringify(i,null,2)})})]}),d("details",{class:"py-2",children:[d("summary",{children:"Click to expand the sync storage object"}),d("pre",{children:d("code",{class:"code-editor",children:JSON.stringify(u,null,2)})})]}),d("details",{class:"py-2",children:[d("summary",{children:"Click to expand the local storage object"}),d("pre",{children:d("code",{class:"code-editor",children:JSON.stringify(c,null,2)})})]})]})})})}function cD(){let[e,t,n,r,a]=Le(Ee),{t:o}=W(),i=l=>{try{let c=l.target.value,g={...e};if(!c)delete g.rules;else{let p=JSON.parse(c);if(!Array.isArray(p)){an("Invalid rules, rules must be an array");return}g.rules=p}t(()=>g),st(o("saved"))}catch(c){an(`Invalid JSON ${c.message}`)}},s=l=>{if(l.preventDefault(),confirm(o("confirmResetConfig"))){let c={...e};delete c.rules,t(()=>c),st(o("resetThisSuccess"))}};return d("details",{class:"py-2",children:[d("summary",{children:"Edit User Rules"}),d("textarea",{class:"user-rule code-editor",rows:10,onChange:i,placeholder:`[{ +`),from:r,to:a};throw new J("Youdao translation failed: "+JSON.stringify(s))}},cb=np;m();var vu=class extends Fo{constructor(t,n,r){super({...t,isSupportList:!0,langs:(t.langs||"zh-CN,en").split(",").map(a=>[a,a]),limitPerSecond:t.limitPerSecond||5,maxTextLengthPerRequest:t.maxTextLengthPerRequest||1200,maxTextGroupLengthPerRequest:t.maxTextGroupLengthPerRequest||1,placeholderDelimiters:t.placeholderDelimiters||qs,request:{url:t.url,retry:2,body:{text_list:"{text}",source_lang:"{from}",target_lang:"{to}"}},response:{text:"translations.text"}},n,r)}};m();var db="immersive-translate-gemini-fake-user-key",ww=[["auto","auto"],["zh-CN","Simplified Chinese"],["zh-TW","Traditional Chinese"],["en","English"],["ar","Arabic"],["bn","Bengali"],["bg","Bulgarian"],["hr","Croatian"],["cs","Czech"],["da","Danish"],["nl","Dutch"],["et","Estonian"],["fi","Finnish"],["fr","French"],["de","German"],["el","Greek"],["he","iw"],["hi","Hindi"],["hu","Hungarian"],["id","Indonesian"],["it","Italian"],["ja","Japanese"],["ko","Korean"],["lv","Latvian"],["lt","Lithuanian"],["no","Norway"],["pl","Polish"],["pt","Portuguese"],["ro","Romanian"],["ru","Russian"],["sr","Serbian"],["sk","Slovak"],["sl","Slovene"],["es","Spanish"],["sw","Swahili"],["sv","Swedish"],["th","Thai"],["tr","Turkish"],["uk","Ukrainian"],["vi","Vietnamese"]],gb=new Map(ww),rp=class extends Ui{static langMap=gb;provider="custom";randomPrefix="My user id is {{id}}. ";fakeId="";constructor(t,n,r){super(t,n,r),t||(t={}),t.provider&&(this.provider=t.provider),t.randomPrefix&&(this.randomPrefix=t.randomPrefix),this.apiUrl="https://generativelanguage.googleapis.com/v1beta/models/{model}:generateContent?key={key}",t?.apiUrl&&(this.apiUrl=t.apiUrl),this.maxTextGroupLength=this.maxTextGroupLength||10,this.model=this.model||"gemini-1.0-pro-latest",this.bodyConfigs=t?.bodyConfigs||{}}getLangMap(){return gb}getDefaultRateLimit(){return{limit:1,interval:1050}}async handleOptions(t,n){this.fakeId="",this.randomPrefix&&(this.fakeId=await Rg(db,""),this.fakeId||(this.fakeId=Dw(10),await Ng(db,this.fakeId)));let r=this.getRandomKey(),a={url:this.apiUrl.replace("{model}",this.model),method:"POST",headers:{"content-type":"application/json"},timeout:this.requestTimeout,retry:this.retry};r&&(a.url=a.url.replace("{key}",r));let o=this.systemPrompt+t;this.randomPrefix&&(o=this.randomPrefix.replace("{{id}}",this.fakeId)+o);let i={contents:[{role:"user",parts:[{text:o}]}],...this.bodyConfigs};return a.body=JSON.stringify(i,null,2),a}parseResponse(t){return t?.candidates?.[0]?.content?.parts?.[0]?.text}filterContent(t,n,r,a){let o=super.filterContent(t,n,r);return o.includes(this.fakeId)&&a.length<=1?t:o}};function Dw(e){let t="",n="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789",r=n.length,a=0;for(;a{let n=(await O0({url:"https://translate.yandex.net/website-widget/v1/widget.js?widgetId=ytWidget&pageLang=es&widgetTheme=light&autoMode=false",method:"GET",responseType:"text"})).match(/sid\:\s\'[0-9a-f\.]+/),r="",a=Date.now()+1*60*1e3;return n&&n[0]&&n[0].length>7&&(r=n[0].substring(6),a=Date.now()+30*60*1e3),{accessToken:r,accessTokenExpiresAt:new Date(a).toISOString()}})}async translateList(t){let{text:n,from:r,to:a}=t;if(!n)return{...t};let o=await this.getAccessToken(),i=new URLSearchParams;i.append("srv","tr-url-widget"),i.append("id",`${o.accessToken}-0-0`),i.append("format","html"),i.append("lang",`${r==="auto"?"":op.get(r)+"-"}${op.get(a)}`),n.forEach(l=>{i.append("text",l)});let s=await de({url:`https://translate.yandex.net/api/v1/tr.json/translate?${i.toString()}`});if(s?.code!==200)return{...t};let u=s.text?.map(l=>l);return{from:r,to:a,text:u||n}}getDefaultRateLimit(){return{limit:5,interval:1050}}};var Lw={mock:Ii,mock2:Ii,custom:vu,google:Po,transmart:pu,deepl:E6,volc:I6,volcAlpha:yu,bing:Tu,tencent:gu,tenAlpha:mu,baidu:rb,caiyun:ob,cai:ib,openl:F0,youdao:ub,you:cb,d:Ri,dpro:Ri,deeplx:Cu,niu:S6,azure:w6,openai:M6,gemini:mb,claude:fb,papago:D6,aliyun:bu,yandex:xu},Ha={};Object.keys(Qn).forEach(e=>{Ha[e]={...Qn[e],class:Lw[e]}});function za(e,t){let n=Bn;if(Ha[e]&&Ha[e].class&&Ha[e].class.langMap&&Ha[e].class.langMap.size>0){let r=Ha[e].class.langMap,a=n.filter(o=>r.get(o));return a.includes(t)||a.unshift("placeholder"),a}else return Bn}async function Mr(e,t,n){if(!e.text)return e;let r=null,a=await et({sentences:[e]},t,(o,i,s)=>{o&&(r=o)},n);if(r)throw r;if(a.sentences.length>0)return{...e,...a.sentences[0]};throw new J("translateFailed","translate failed")}async function hb(e,t){for(let n of e)try{return await Mr({id:1e6,text:"Hello world",from:"en",to:"zh-CN",url:"https://google.com",fromByClient:"auto"},{...t,translationService:n},{retry:1,requestTimeout:t.config.verifyRequestTimeout||5*1e3}),n}catch{continue}return null}async function ip(e){let{config:t,translationService:n}=e,r=t.translationGeneralConfig,a=t.translationServices,o=n,i=a[o]||{},s=Yt(e.user);await new Ha[o].class(i,r,{translationService:o,userToken:e.user?.token,isPro:s,sourceProgram:e.sourceProgram,glossaries:e.rule.glossaries,excludeRegexps:e.rule.excludeRegexps}).init()}function _w(e){if(!e?.length)return"auto";let t=e[0].from;return e[0].fromByClient&&e[0].fromByClient!=="auto"&&(t=e[0].fromByClient),t}async function et(e,t,n,r){if(!e.sentences.length)return{...e};let{config:a,translationService:o,state:i}=t,s=a.translationGeneralConfig,u=a.translationServices,l=o,c=t.targetLanguage;e&&e.sentences&&e.sentences[0]&&e.sentences[0].to&&(c=e.sentences[0].to);let g=u[l]||{},p=a.rawUserConfig?.translationServices?.[l]||{};g=A6(p,g,{sourceLanguage:_w(e.sentences),targetLanguage:c,model:g.model||"",url:t.url,isPro:t.isPro?"true":"false",sourceProgram:t.sourceProgram||""}),r&&(g={...g,...r});let f=a.beta,h=i.cache===!1&&f,y=a.debug===!0&&f;e.sentences&&e.sentences.length>0&&(e.sentences=e.sentences.map(A=>(h&&(A.refresh=!0),y&&(A.debug=!0),A))),l==="openai"&&(e.sentences=e.sentences.map(A=>({...A,from:"auto"})));let C=[],b={sentences:Array(e.sentences.length)},v=e.sentences.length,S=-1,L=Yt(t.user),P;try{P=new Ha[l].class(g,s,{translationService:l,userToken:t.user?.token,isPro:L,sourceProgram:t.sourceProgram,glossaries:t.rule.glossaries,excludeRegexps:t.rule.excludeRegexps,minTextCount:t.rule.paragraphMinTextCount}),await P.init()}catch(A){if(n){C.push(...e.sentences);let D={translationService:l,isPro:!!t.isPro,isLogin:!!t.user?.token};for(let T of C){let N=A instanceof J?new J(A.name,A.message).initNetWork(A.status).initData(A.data||D):A;n(N,null,T)}}return{sentences:[]}}if(i.cache)for(let A of e.sentences){S++;let D=l;l==="openl"&&(D=l+"-"+g.codename||F0.DEFAULT_CODENAME);let T=P.getCacheKeyPrefix();T&&(D=T+"-"+D);let N=null;try{N=await nl(J9({originalText:A.text,from:A.from,to:A.to,service:D}),200)}catch(B){I.warn("query cache DB error, but it's ok",B)}if(N){let B={...A,text:N.translatedText};b.sentences[S]=B,n&&n(null,B,A)}else C.push(A)}else C.push(...e.sentences);let w=C.length;if(v-w>0&&I.debug(`use ${v-w} sentences from cache`),!C.length)return b;let E=await P.multipleTranslate({sentences:C},g,(A,D,T)=>{if(n&&n(A,D,T),!A&&D&&!l.startsWith("mock")&&i.cache){let N=l;l==="openl"&&(N=l+"-"+g.codename||F0.DEFAULT_CODENAME);let B=P.getCacheKeyPrefix();B&&(N=B+"-"+N),i.cache&&nl(Q9({translatedText:D.text,from:T.from,to:T.to,detectedFrom:D.from,key:qn(T.text),service:N}),3e3).catch(M=>{I.warn("set cache DB error",M)})}});for(let A of E?.sentences||[]){let D=b.sentences.findIndex(T=>!T);if(D===-1)throw new J("translateFailed","can not match the result");b.sentences[D]=A}return b}m();m();m();var zi={},Mw={root:"",lang:"en",fallbackLang:"en"};function sp(e,t){let n=Object.assign({},Mw,e);zi=t||zi;let[r,a]=$(n.lang),[o,i]=$(zi),[s,u]=$(!1),l=g=>{if(o.hasOwnProperty(g))return;u(!1);let p=w1(n.root||"",g);n.getUrl&&(p=n.getUrl(n.root||"",g),fetch(p).then(f=>f.json()).then(f=>{zi[g]=f,i({...zi}),u(!0)}).catch(f=>{i({...zi}),u(!0)}))};return le(()=>{l(n.fallbackLang||"en"),l(r)},[r]),{lang:r,setLang:a,t:(g,p)=>{if(!o.hasOwnProperty(r))return g;let f=Ys(o,r,g);return f===g&&r!==n.fallbackLang&&(f=Ys(o,n.fallbackLang,g)),zg(f,p)},isReady:s}}var lp=Yo(null),up={root:"assets",lang:"en",fallbackLang:"en"},qi=e=>{let{t,setLang:n,lang:r,isReady:a}=sp({root:e.root||up.root,lang:e.lang||up.lang,fallbackLang:e.fallbackLang||up.fallbackLang,getUrl:e.getUrl},e.translations);return d(lp.Provider,{value:{t,setLang:n,lang:r,isReady:a},children:e.children})};function W(){return Le(lp)}m();function we(e){return d("div",{class:"nav-left",children:[d("div",{class:"title",children:e.title}),d("div",{class:"description",children:e.description})]})}m();m();function Pr(e){let{items:t,maxWidth:n,className:r,style:a}=e,{lang:o}=W();return n=n||(o==="en"?144:160),d("select",{autoComplete:"off",class:r||"min-select",style:{maxWidth:`${n}px`,...a},value:t.find(i=>i.selected)?.value,onChange:i=>{let s=i.target.value,u=t.find(l=>l.value===s);u&&u.onSelected(u)},children:t.map((i,s)=>d("option",{value:i.value,selected:i.selected,children:i.label},"selectlink"+s))})}function cp(e){let{items:t,maxWidth:n,isInput:r,value:a}=e;return n=n||128,r?d("input",{value:a,onChange:o=>{e.onChange(o.target.value)}}):d("select",{autoComplete:"off",style:{maxWidth:`${n}px`},value:t.find(o=>o.selected)?.value,onChange:o=>{let i=o.target.value,s=t.find(u=>u.value===i);s&&s.onSelected(s)},children:t.map((o,i)=>d("option",{value:o.value,selected:o.selected,children:o.label},"selectlink"+i))})}m();function Bo(e){let{t}=W(),n={};e.width&&(n={width:`${e.width}px`});let[r,a]=$(e.value),{config:o,field:i,onFinish:s}=e,u=i.name;i.label&&(u=i.label),i.labelKey&&(u=t(i.labelKey));let l={},c={};if(o.translationServices&&e.service&&o.translationServices[e.service]&&(c=o.translationServices[e.service]),c.env){let g=Object.keys(c.env);for(let p=0;p{let p=g.target.value,f=Array.isArray(r)?p.split(","):p;a(f),e.onChange(f)},onChange:()=>{s&&s()}}),e.field.descriptionKey?d("small",{class:"whitespace-pre-wrap",dangerouslySetInnerHTML:{__html:t(e.field.descriptionKey,l)}}):null]}):d(xe,{children:[d("input",{style:n,required:e.field.required,placeholder:e.field.placeholder||e.field.name,value:r,type:e.type,disabled:e.field.disabled||!1,name:e.field.name,autoComplete:"off",onInput:g=>{a(g.target.value),e.onChange(g.target.value)},onChange:()=>{(e.type==="text"||e.type==="password")&&s&&s()}}),e.field.descriptionKey?d("small",{dangerouslySetInnerHTML:{__html:t(e.field.descriptionKey,l)}}):null]})]})}function Wi(e){let{t}=W(),[n,r]=$(!0),[a,o]=$(!1),{config:i,currentProvider:s,onFinish:u,field:l,onChange:c,value:g,isProUser:p}=e;g=g??(l.default||"");let f={},h={};if(i.translationServices&&e.service&&i.translationServices[e.service]&&(h=i.translationServices[e.service]),h.env){let C=Object.keys(h.env);for(let b=0;b{l.options&&(l.options.some(b=>b.value===g)||o(!0))},[]);let y=l.name;if(l.label&&(y=l.label),l.labelKey&&(y=t(l.labelKey)),l.type==="select")return d("div",{class:"flex flex-col mt-5 mb-6",children:[d("label",{class:"text-16 mb-2",children:[y,"\uFF1A"]}),d(cp,{maxWidth:200,items:l.options.map(C=>({label:`${C.label?t(C.label):C.value}`,value:C.value,selected:g===C.value,onSelected:()=>{c(C.value)}})),onChange:c,isInput:a,value:g})]});if(l.type==="model-select"){let C=l.options.map(b=>b.value);return d("div",{class:"flex flex-col mt-5 mb-6",children:[d("label",{class:"text-16 mb-2",children:[y,"\uFF1A"]}),d(cp,{maxWidth:250,items:C.map(b=>({label:b,value:b,selected:g===b,onSelected:()=>{c(b)}})),onChange:c,isInput:s!=="pro"?a:!1,value:g}),s!=="pro"&&d("label",{for:"customContent",class:"text-sm",onClick:()=>{a&&c(C[0]),o(!a)},children:[d("input",{type:"checkbox",id:"customContent",name:"customContent",checked:a}),t("customContent")]})]})}else{if(l.type==="text")return d("div",{children:d(Bo,{service:e.service,field:l,config:e.config,value:g,type:l.type,onChange:c,onFinish:u})});if(l.type==="textarea")return d("div",{children:d(Bo,{service:e.service,field:l,rows:5,config:e.config,value:g,type:l.type,onChange:c,onFinish:u})});if(l.type==="jsonarea")return d("div",{children:d(Bo,{service:e.service,field:{...l,type:"textarea"},config:e.config,value:g,rows:5,type:l.type,onChange:c,onFinish:u})});if(l.type==="number")return d("div",{children:d(Bo,{service:e.service,field:l,config:e.config,value:g,type:l.type,width:196,onChange:c})});if(l.type==="password")return d("div",{children:[d(Bo,{service:e.service,field:l,config:e.config,value:g,type:n?l.type:"text",onChange:c,onFinish:u}),d("label",{for:"translate",onClick:()=>{r(!n)},children:[d("input",{type:"checkbox",id:"translate",name:"translate"}),t("show password")]})]});if(l.type==="color"){let C=g,b="";C||(C="#FFFFFF",b="#FFFFFF");let{hex:v,opacity:S}=Pw(C);return d("div",{children:d("label",{class:"flex items-center",for:l.name,children:[d("span",{class:"mr-2",children:l.label||l.name}),d("input",{type:"text",id:l.name,class:"border-color-text mr-2",placeholder:b||"",value:g,onInput:L=>{c(L.target.value)}}),d("input",{id:l.name,type:"color",name:l.name,value:v,style:{opacity:S},onInput:L=>{c(L.target.value)}})]})})}else return l.type==="boolean"?d("div",{class:"flex items-center my-4",children:d("label",{class:"ml-2",for:l.name,children:[d("input",{type:"checkbox",id:l.name,name:l.name,role:"switch",checked:g,onChange:C=>{c(C.target.checked)}}),y,l.descriptionKey?d("small",{class:"my-2",dangerouslySetInnerHTML:{__html:t(l.descriptionKey,f)}}):null]})}):null}}function Pw(e){let t=1;return e.length==9&&(t=parseInt(e.substring(7,9),16)/255,e=e.slice(0,7)),{opacity:t,hex:e}}m();function bb(e){let{t,lang:n}=W();return d("details",{role:"list",class:"nav-right",children:[d("summary",{"aria-haspopup":"listbox",children:t("edit")}),d("ul",{role:"listbox",class:"option-list",children:e.options.map((r,a)=>{let o=Jt(r.value,n);return d("li",{children:d("label",{children:[d("input",{type:"checkbox",onChange:()=>{e.onToggleAlwaysLangs(!r.checked,r.value)},value:r.value,checked:r.checked}),o]})},"language-"+a)})})]})}function Eu(e){let{selectLanguages:t,languages:n}=e,r=Re(()=>!n||!t?[]:n.concat("").map(a=>({checked:t?.includes(a),value:a})),[n,t]);return e.interfaceLanguage?d(xe,{children:[d("div",{class:"nav",children:[d(we,{title:e.title,description:e.description}),d(bb,{options:r,onToggleAlwaysLangs:e.onChange})]}),d("div",{class:"langs-list",children:t.map((a,o)=>d("div",{class:"lang-card",children:[d("div",{id:`${a}`,children:Jt(a,e.interfaceLanguage)}),d("a",{href:"#close",class:"close",target:"_blank","aria-label":"Close","data-target":`${a}`,onClick:i=>{i.preventDefault(),e.onChange(!1,t[o])}})]},"lang-"+o))})]}):null}m();m();function aa(e){let{t}=W(),n=We(null),{toggleModal:r}=e;return d("dialog",{id:"immersive-translate-overlay",onClick:o=>{o.target&&o.target.id==="immersive-translate-overlay"&&r(o)},open:!0,children:d("article",{class:"add-modal",children:[d("a",{href:"#close","aria-label":"Close",class:"close","data-target":"modal-example",onClick:e.toggleModal}),d("div",{class:"add-text",children:t("add url")}),d("input",{placeholder:"URL",ref:n,value:e.urlValue}),d("blockquote",{children:d("p",{class:"text-sm",children:t("addUrlDescription")})}),d("div",{class:"flex",children:[d("div",{class:"footer-button",children:d("a",{href:"#cancel",role:"button",class:"full-button secondary margin-right","data-target":"modal-example",onClick:e.toggleModal,children:t("cancel")})}),d("div",{class:"footer-button",children:d("a",{href:"#confirm",role:"button",class:"full-button margin-left","data-target":"modal-example",onClick:o=>{if(o.preventDefault(),n.current&&n.current.value){if(e.onSubmitAddUrl){if(e.urlValue!==""){e.onSubmitAddUrl(n.current.value,e.index,e.type,"edit");return}e.onSubmitAddUrl(n.current.value,e.index,e.type);return}else if(e.onAddInterfaceUrl){if(e.urlValue!==""){e.onAddInterfaceUrl(n.current.value,"edit");return}e.onAddInterfaceUrl(n.current.value)}}},children:t("confirm")})})]})]})})}function qa(e){let{t}=W(),[n,r]=$([]),[a,o]=$(!1),[i,s]=$(!1);function u(){e.onDeleteUrl(n,e.type),r([]),o(!1)}if(!e.urls.length)return null;let l=`checkAll${e.urls.length}`;return d("div",{children:[d(c,{}),d("div",{class:"url-list-item",children:e.urls.map((g,p)=>d("div",{className:"url-list",style:"padding:6px 24px;",children:d("div",{className:"url-left",style:{display:"flex",flexDirection:"row",alignItems:"center",width:"100%"},children:[i&&e.urls.length>1&&d("input",{type:"checkbox",checked:n.includes(g),style:"margin-right:12px;",onChange:f=>{f.target.checked?r([...n,g]):r(n.filter(h=>h!==g))}}),d("div",{className:"url-name height-tight",children:g}),d("div",{style:{flex:1}}),d("a",{style:{marginRight:"12px",cursor:"pointer"},onClick:f=>{e.onEditUrl(g,e.type,p)},children:t("edit")}),d("a",{style:{cursor:"pointer"},onClick:f=>{e.onDeleteUrl([g],e.type)},children:t("delete")})]})},"menu"+p))})]});function c(){return e.urls.length<2?null:d("div",{style:{display:"flex",flexDirection:"row",alignItems:"center",padding:"0 24px",marginBottom:"12px"},children:i?d(xe,{children:[d("input",{type:"checkbox",id:l,checked:a,onChange:g=>{let f=g.target.checked;r(f?e.urls:[]),o(f)}}),d("label",{htmlFor:l,children:t("pickAll")}),d("div",{style:{flex:1}}),d("a",{style:{cursor:"pointer"},onClick:u,children:t("delete")})]}):d("a",{style:{marginLeft:"-24px",marginRight:"12px",cursor:"pointer"},onClick:()=>s(!0),children:t("batchEdit")})})}}function Su(e){let{t}=W(),[n,r]=$(!1),[a,o]=$(""),[i,s]=$(0);le(()=>{Ut("esc",()=>{r(!1)})},[]);let u=(c,g,p)=>{r(!n),o(c),s(p)},l=(c,g,p,f)=>{e.onSubmitAddUrl?.(c,g,p,f),r(!n),o(""),s(0)};return d(xe,{children:[d("div",{class:"nav",children:[d(we,{title:e.title,description:e.description}),d("div",{class:"nav-right",children:d("a",{href:"#",role:"button",class:"add-button secondary outline",onClick:c=>{c.preventDefault(),r(!n)},children:t("add")})}),n?d(aa,{toggleModal:c=>{c.preventDefault(),r(!n)},onSubmitAddUrl:l,type:e.type,urlValue:a,index:i}):null]}),d(qa,{urls:e.urls||[],type:e.type,onDeleteUrl:e.onDeleteUrl,onEditUrl:u})]})}m();async function Wa(){let e=["bingGlobalConfig","baiduGlobalConfig",m2,Ta];for(let t of e)await Q.storage.local.remove(t);me()||await C9(),await jg()}function yb(){return me()?Promise.resolve("0 B"):dm()}m();var H0='',wu="data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgZmlsbD0ibm9uZSI+PHBhdGggZmlsbD0iI0ZGQzczNiIgZD0iTTMgN2gxN3YxMEgzeiIvPjxwYXRoIGZpbGw9InVybCgjYSkiIGQ9Ik02Ljg5NyA5LjI0MmMuNDE1IDAgLjcyLjExMS45MjguMzQ3LjIwNy4yMzUuMzE4LjUyNy4zMTguODczcy0uMTEuNjIzLS4zMTguODQ1Yy0uMjA4LjIyMi0uNTI3LjMzMy0uOTI4LjMzM2gtMS4zM1Y5LjI0MmgxLjMzWm05Ljg0NiAxLjc4OGMuMzg4IDAgLjY2NS4xNTIuODQ1LjQ1Ny4xNTIuMjY0LjIzNS41ODIuMjYzLjk4NHYuMzE5YzAgLjQ5OS0uMDgzLjg4Ny0uMjYzIDEuMTkyLS4xOC4zMDQtLjQ1Ny40NTctLjgzLjQ1Ny0uMzg5IDAtLjY2Ni0uMTUzLS44NDYtLjQ0NC0uMTUyLS4yNjMtLjIzNS0uNTk1LS4yNjMtMS4wMTF2LS4yOTFjMC0uNDg1LjA4My0uODczLjI2My0xLjE3OC4xOC0uMzA1LjQ0My0uNDg1LjgzMS0uNDg1Wm0tMy40MDctMS4xMzZhMS4xNyAxLjE3IDAgMCAwLS43MDYuMjM1IDEuNDgyIDEuNDgyIDAgMCAwLS40MTUuNWwtLjA4My4xNjUtLjA3LS44MDNoLTEuMzU3djUuNDMyaDEuNDU0di0zLjY1OWEuODguODggMCAwIDEgLjMxOS0uMzg4Yy4xMS0uMDY5LjI1LS4xMS40MTUtLjEyNGguMTI1bC41NC4wMTQuMTY2LTEuMzE3Yy0uMDctLjAxNC0uMTI0LS4wMjgtLjE5NC0uMDQxLS4wNTUtLjAxNC0uMTI0LS4wMTQtLjE5NC0uMDE0Wk02Ljg5NiA4LjEySDQuMTE0djcuMzE3aDEuNDY4VjEyLjc5aDEuMzNjLjg0NCAwIDEuNDk1LS4yMDggMS45OC0uNjM4LjQ4NS0uNDMuNzItLjk4My43Mi0xLjY5cy0uMjM1LTEuMjYxLS43Mi0xLjY5Yy0uNDQzLS4zODktMS4wMzktLjYxLTEuNzczLS42MzhsLS4yMjEtLjAxNFptOS44NDcgMS43NzRjLS44MDMgMC0xLjQyNi4yNjMtMS44ODMuNzc2LS40MTYuNDctLjYzNyAxLjA2Ny0uNjc5IDEuNzczdi4zMzNjMCAuODE4LjIyMiAxLjQ4My42NzkgMS45OTUuNDU3LjUxMyAxLjA4Ljc3NiAxLjg4My43NzYuODA0IDAgMS40MjctLjI2MyAxLjg4NC0uNzc2LjQxNS0uNDcuNjM3LTEuMDUzLjY3OC0xLjc3M3YtLjMzM2MwLS44MTctLjIyMS0xLjQ4Mi0uNjc4LTEuOTk1LS40NTctLjUxMy0xLjA4LS43NzYtMS44ODQtLjc3NlpNMTguMDAzIDZhNiA2IDAgMCAxIDAgMTJIMFY5LjQyM0EzLjQyIDMuNDIgMCAwIDEgMy40MiA2aDE0LjU4M1oiLz48ZGVmcz48bGluZWFyR3JhZGllbnQgaWQ9ImEiIHgxPSI3LjUiIHgyPSIyMiIgeTE9IjE5IiB5Mj0iNiIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiPjxzdG9wIHN0b3AtY29sb3I9IiMyMjIiLz48c3RvcCBvZmZzZXQ9IjEiIHN0b3AtY29sb3I9IiM2OTY5NjkiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48L3N2Zz4=",Cb="data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIxMiIgZmlsbD0ibm9uZSI+PHBhdGggZmlsbD0iIzk5OSIgZD0iTTYuODk3IDMuMjQyYy40MTUgMCAuNzIuMTExLjkyOC4zNDcuMjA3LjIzNS4zMTguNTI2LjMxOC44NzMgMCAuMzQ2LS4xMS42MjMtLjMxOC44NDUtLjIwOC4yMjItLjUyNy4zMzMtLjkyOC4zMzNoLTEuMzNWMy4yNDJoMS4zM1ptOS44NDYgMS43ODhjLjM4OCAwIC42NjUuMTUyLjg0NS40NTcuMTUyLjI2NC4yMzUuNTgyLjI2My45ODR2LjMxOWMwIC40OTktLjA4My44ODctLjI2MyAxLjE5Mi0uMTguMzA0LS40NTcuNDU3LS44My40NTctLjM4OSAwLS42NjYtLjE1My0uODQ2LS40NDQtLjE1Mi0uMjYzLS4yMzUtLjU5NS0uMjYzLTEuMDExdi0uMjkxYzAtLjQ4NS4wODMtLjg3My4yNjMtMS4xNzguMTgtLjMwNS40NDMtLjQ4NS44MzEtLjQ4NVptLTMuNDA3LTEuMTM2YTEuMTcgMS4xNyAwIDAgMC0uNzA2LjIzNSAxLjQ4MiAxLjQ4MiAwIDAgMC0uNDE1LjVsLS4wODMuMTY1LS4wNy0uODAzaC0xLjM1N3Y1LjQzMmgxLjQ1NFY1Ljc2NGEuODguODggMCAwIDEgLjMxOS0uMzg4Yy4xMS0uMDY5LjI1LS4xMS40MTUtLjEyNGguMTI1bC41NC4wMTQuMTY2LTEuMzE3Yy0uMDctLjAxNC0uMTI0LS4wMjgtLjE5NC0uMDQxLS4wNTUtLjAxNC0uMTI0LS4wMTQtLjE5NC0uMDE0Wk02Ljg5NiAyLjEySDQuMTE0djcuMzE3aDEuNDY4VjYuNzloMS4zM2MuODQ0IDAgMS40OTUtLjIwOCAxLjk4LS42MzguNDg1LS40My43Mi0uOTgzLjcyLTEuNjlzLS4yMzUtMS4yNjEtLjcyLTEuNjljLS40NDMtLjM4OS0xLjAzOS0uNjEtMS43NzMtLjYzOGwtLjIyMS0uMDE0Wm05Ljg0NyAxLjc3NGMtLjgwMyAwLTEuNDI2LjI2My0xLjg4My43NzYtLjQxNi40Ny0uNjM3IDEuMDY3LS42NzkgMS43NzN2LjMzM2MwIC44MTguMjIyIDEuNDgzLjY3OSAxLjk5NS40NTcuNTEzIDEuMDguNzc2IDEuODgzLjc3Ni44MDQgMCAxLjQyNy0uMjYzIDEuODg0LS43NzYuNDE1LS40Ny42MzctMS4wNTMuNjc4LTEuNzczdi0uMzMzYzAtLjgxNy0uMjIxLTEuNDgzLS42NzgtMS45OTUtLjQ1Ny0uNTEzLTEuMDgtLjc3Ni0xLjg4NC0uNzc2Wk0xOC4wMDMgMGE2IDYgMCAwIDEgMCAxMkgwVjMuNDIzQTMuNDIgMy40MiAwIDAgMSAzLjQyIDBoMTQuNTgzWiIvPjwvc3ZnPg==",Tb="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADgAAAA4CAMAAACfWMssAAABC1BMVEUAAADt7vHt7vHn5+/v7+/u7vLs7O/Y2urv7+/I0uTu7/Ls7e/r6+/r7e/J1OTE0OGdrMHu7/Hu7/Lt7vHHz9/I0+Ps7O/V3eju7/GXp72YqL7s7u/I0uPH0+Pv7/OWpr3H0uLH0+OXp7vl6e67xtmquszi5u3W3ejAzd66x9jJ0+O5xdimtcmYprzI0+Ps7e+Yp73t7vHI0+OXp7309vnCzt/N1+Xd4+ucrMHp7PLa4evR2uff5O3F0OHo6+/j5+6uu82jssedrMKaqr/Y3+nP2ObR2OOpt8rm6e/k5+68yNq6xdW2w9XT3OivvdCmtcnu8fa/ytezwNKhsMTL09/c4+zZ3+m/y9zGz9seNO0nAAAAMXRSTlMA3+8gEJ9gECDfv3BAgO/v78+vkCCQUO/f37ewoIB/cGBAQO/v79/f39/Pz8/Pv6CfPHl8AQAAAyVJREFUSMedluda4kAUQAcUkGJB0bXturq9b3JTaUkITQOiYHv/JzEzmZYYIp/nhyYz93hnbqaI0ijVqoX6oRJyWNmt1tBqlIqVvBIjv1tcQfvALZlcYe0tGmEvQz3gWmrW4rJ0BeUVCutp3lpOeZXc2ts8YWZ72abw3mKWqOdMp+3U8OaWanSpKVeI1rOrdnTVuHyhOaq6/V1tsdoKr0ib+roF/khvJry++mMHwFPZ+8GLCbZGENJ7nI7b/amBaX0zP7W2fgOmM2Zrlw12T6EYC8D4HTXGFyBc8Tls0oQKQ/UBs7MdF3eo+FWJpyzIovAEuiUyyinFJzQ8APC4J0yPzJGIImVREeIEvF8k9Op61uuB3/PcQMfvEws8dSwi8UbZ5W9dlsD1QcKbkMaOKn2mSijmuWcQreNCkp6uEkx5rDX+0ooGaUEK15HZ5cE1VGWPbdI1gXRGpLfFxaqYIhloAJBp8sIWUEVOqPuwlHksZR3l5BnOIANdnmUO0QebFAayGMUKy0QHt44yNLr2+0nRxKK1VCI9QRgySIpN/Olxr7kAN3Dpn7h1hmSnPdkWLY/BxZwQdRyjmWBrmmbeuVjUNHsOELY80VVg8OLUk6J2o0XYw+AO/w7ADRsti4gDvlj/ic/YIeJLhk74wzFhLn3IE7bkuqw4OF8qJjxKVa3yRY7FazwdEuTaLN6eOzRvT15zNbSel8rqA5g4yIVbJt6CS8WJVJs8Qmyx2iQlFWdCDGAWPfTlhXMiHR0POOUChjjozuJDdWbD6GGAE3bF0YHHKlLq1lBLp4m72/wrYjbp2yUxzQzvQexGJKVUSKfhpGg3ZNMN8kzcQDQlN0m/nfTuo3b5PGYpxR4hIWNpGdjTqPEdj8pt8H9T5KOVutP7dkiTjJF48dM4cV85JC4dgx3ke0iwXqc3aCb9LrvKBRvhthwbGRJNKiYozLa6Aib3hFleRSyn/GvVSJhXo95iNom3/WygFEr7sbuUX1SCfbSEj2X59k6a5XO0lMa+8BLm1vsSyqJxWk4e6V6mJg/4b+KS/Hx6jlbk4uz4+Ag7R3/+n12khjwDw+rmuecPQ74AAAAASUVORK5CYII=",vb="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAMAAADXqc3KAAAAn1BMVEUAAADt7vHu7vLu7vLv7+/n5+fFxcXu7vHv7/PHx8eamprt7fLt7fHn5+vGxsbS09Surq6fn5+ZmZmZmZnGxsbGxsbt7/K/v7/Hx8ft7vHGxsaZmZn09vnk5eeqqquenp7p6u3X2NnLy8vU1dbr7O67u7uvr6/o6evh4uPR0dLCwsLAwMDZ2ty9vb6kpaWhoaHe3+HPz8+zs7OkpKTc3d7Gt0R8AAAAGXRSTlMA779wIBDv338gv5+AgHDv7+/v36+gn3BgD0kJmgAAAS1JREFUKM9dkOmSgyAQhNFo7mTvYwYEBa9oorne/9l2hqJSbr4q+NHNdBcjAukyXgBE8SwRU5IYHmwm1iyCCdFMBJbwxDK8B2iKLGjl8VAC+JmEcqzRrmnP5yzrbm93SuOeDQCcpNToGaV8ISGmAfBGPce+qjrsjSxYSbkBGtt1tZGEueLpwsZW8A8snlj2jD0efRZVtxzw4Ia2BFgIch1qOaHCM4lsHHA0WpOpKyk7qX2WWLBhhhxU7grlKlV7I+LyAm+DUplS/sqv2HL5FiDDSio15CQOdHrrl5L6kpqEMOHwTlIiOKu0WIDy5Bfkn3+HJTYXRNdmWXtA1nmJfu1lgRNcQw2encV/2J0I7OdIXM1YIzH/FQ9WX4i1JF4RP1dBDNZ+/S7lx/onDcIfdi8x4pYpSxgAAAAASUVORK5CYII=",xb="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAMAAADXqc3KAAAA51BMVEUAAABRT2tSUGpRT2tQUHBQUGjwtcxRT2tRUGtST2tSTmrvsMnvt89QUHDqTIpkXHhST2zQobmfdpPrTYrGVoHqS4nwtszvtMzvtc3vr89RT2vwtczASHb09vnIXYbt4OncqMDqTInGVoBbVnHqp8GqiKJlXHfz2+bsrsfkmrfIm7SggpvScZfKaY/q1uDtgKvRiKaNdY/MY4vy7fLy5Ozxydrxw9bhtcjnobzVlK/diam0j6jYfqHVeJyXfJWcd5TrXJOCb4l5aYNvYn3DUXzxzd3kwNDSorrth6/CjqnAeZnNdJaDb4nDaCDkAAAAGnRSTlMA73C/ICDv37+ff3AgEL+AgO/v7+/fr6BgELJb3PQAAAE/SURBVCjPXZHnUsMwEIRlOySkhw66k+24YScx6b0XOu//PJw0mozh+6Efu6ddzYlpqiWrwLlhmTmW5cLiZ4oZyzR4BsNkmhL/R0nPcx6FR6357ZbPuanyKefT62yjn37/cJwPbjeUJnuKNPeFuAaFjXhNgkUXONHDdR6CJIkh8HArlSo1UIUbx6sTEt4CZlfSaLBLOl2YeaixA2irLKrey4AzA4jpXQVG7hI6mCGBPonSaIF9StMUMe0hzrGjslhBGp7tDIUzfRPTnvhWhiHLQxjYQrwIoQ5nAXtZ3uD8AAkKYTsk0sAocNVSqqpkRaK+MYYNSTkms3wXXodCMZpAKD9FLzF6Bxg/ExMgXS+RluKHkGEZUYOi7sIf3DrTlPNAfOx2XSDyj+xM5QGg2yTIua+wLJVy7abZvKuVn7TwCyKmN+3PjJblAAAAAElFTkSuQmCC",Eb="data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGcgaWQ9IkZyYW1lIj4KPHBhdGggaWQ9IlZlY3RvciIgZD0iTTguNzEwMjMgMTMuMzg3NkwxMy4yODkzIDguODA4NkwxNC4wOTc3IDguMDAwMjJMMTMuMjg5NyA3LjE5MjIyTDguNzEwMjMgMi42MTI3OUw3LjkwMjIzIDMuNDIwNzlMMTEuOTA5NSA3LjQyODc5SDEuOTA1NjZWOC41NzE2NUgxMS45MDk1TDcuOTAxODUgMTIuNTc5M0w4LjcxMDIzIDEzLjM4NzZaIiBmaWxsPSIjODM4MzgzIi8+CjwvZz4KPC9zdmc+Cg==";m();m();function $i(){let e=new Date;return`${e.getFullYear()}-${e.getMonth()+1}-${e.getDate()}_${e.getHours()}-${e.getMinutes()}-${e.getSeconds()}`}m();function Fw(e){let{t}=W(),{accessToken:n,id:r,listAllFiles:a}=e,[o,i]=$(!1);function s(u,l){u.preventDefault(),i(!0),new _r(n).delete(l).catch(c=>{an(t("delete"))}).then(()=>a()).finally(()=>i(!1))}return d("a",{href:"#",className:"secondary margin-left text-sm",onClick:u=>s(u,r),"aria-busy":o,children:t("delete")})}function dp(e){let{onClose:t,accessToken:n,authExpire:r}=e,{t:a}=W(),[o,i,s,u]=Ve(),[l,c]=$([]),[g,p]=$(!0),[f,h]=$(!1),[y,C]=$({});le(()=>{n&&v().then(()=>p(!1))},[n]);let b=E=>{E.target&&E.target.id==="immersive-translate-overlay"&&t()};function v(){return new _r(n).listAll().then(A=>{c(A)}).catch(A=>r())}function S(E){if(E.preventDefault(),l.length>=10)return an(a("maxBackupFiles",{count:10}));h(!0);let A="immersive-translate-config-"+$i()+".json";new _r(n).uploadConfig(o,A).catch(D=>{an(a("uploadFail"))}).then(()=>v()).finally(()=>h(!1))}function L(E,A,D){E.preventDefault(),C({[D]:!0}),new _r(n).getConfig(A).then(T=>{i(()=>({...T})),st(a("importSuccess"))}).catch(T=>{I.error(T),an(a("importFail"))}).finally(()=>C({}))}function P(E,A){new _r(n).getConfig(E).then(D=>{let T=document.createElement("a");T.setAttribute("href","data:text/plain;charset=utf-8,"+encodeURIComponent(JSON.stringify(D,null,2))),T.setAttribute("download",A),T.style.display="none",document.body.appendChild(T),T.click(),document.body.removeChild(T)}).catch(D=>{I.error("download google config file failed",D),an(a("downloadFail")+": "+D.message)})}function w(E){E.preventDefault(),i({...o,autoSync:!1}),Pa.revoke(n).then(()=>t())}return d("dialog",{id:"immersive-translate-overlay",onClick:b,open:!0,children:d("article",{class:"md:w-[32rem] px-4",children:[d("a",{href:"#",title:a("clickToDownload"),"aria-label":"Close",className:"close","data-target":"modal-example",onClick:E=>{E.preventDefault(),t()}}),d("h4",{children:a("syncTitle")}),d("div",{className:"mb-4",children:l.map((E,A)=>d("div",{class:"flex flex-wrap justify-between",children:[d("div",{class:"mr-2 mb-2",children:[d("div",{children:d("a",{href:"#",onClick:D=>{D.preventDefault(),P(E.id,E.name)},class:"block truncate w-40 sm:w-auto",children:E.name.replace("immersive-translate-","")})}),d("div",{class:"text-xs text-gray-500",children:[new Date(E.modifiedTime).toLocaleString(),",\xA0",Ks(parseInt(E.size))]})]}),d("div",{children:[d("a",{href:"#",role:"button",className:"margin-right secondary","aria-busy":y[A],disabled:y[A],onClick:D=>L(D,E.id,A),children:a("import_hint")}),d(Fw,{accessToken:n,id:E.id,listAllFiles:v})]})]},"file"+A))}),d("div",{className:"flex items-center",children:[d("a",{href:"#",role:"button",className:"mr-4","data-target":"modal-example","aria-busy":f,onClick:S,disabled:g,children:a("create_new_backup")}),d("a",{href:"#",className:"secondary text-sm","data-target":"modal-example",onClick:w,disabled:g,children:a("revokeAuth")})]})]})})}m();m();function Fr(e,t){return e.localeCompare(t,void 0,{numeric:!0,sensitivity:"base"})>=0}var Ee=Yo([]);function Qt(e){let[t,n]=$(null);return le(()=>{ft().then(r=>{n(r),I.debug("current config",r)})},[]),le(()=>{ft().then(r=>{n(r)})},[e]),t}function On(e){let[t,n]=$(null);return le(()=>{e&&bn({url:"http://localhost",config:e,state:{cache:!1}}).then(r=>n(r))},[e]),t}function Sb(){let[e,t]=$(!1),n=kr();return le(()=>{me()&&(!n||n=="0.0.0"||Fr(n,"0.9.0")||t(!0))},[n]),[e,t]}function oa(){let[e,t]=$(null);return le(()=>{qt().then(r=>{t(r)})},[]),[e,r=>{t(r),Wt(r)}]}m();var ut=class extends no{constructor(t){super(t),this.state={hasError:!1}}error;info;static getDerivedStateFromError(t){return{hasError:!0}}componentDidCatch(t,n){this.error=t,this.info=n}render(){return this.state.hasError?(I.error("ErrorBoundary",this.error,this.info),d(Bw,{error:this.error,info:this.info})):this.props.children}};function Bw({error:e,info:t}){let{t:n}=W(),r=location.protocol.includes("extension")&&location.href.includes("options.html");return d("div",{class:"error-boundary",children:[e?.message," ",JSON.stringify(t?.componentStack),d("div",{style:{marginTop:10},children:[n("error.configError"),d("a",{style:{marginLeft:6},href:r?location.href.replace(/#.+/,"#import_export"):"https://dash.immersivetranslate.com/#import_export",target:r?"":"_blank",children:n("error.goReset")})]})]})}var gp=I;function Rw(){let[e,t]=$(null);return le(()=>{ft().then(n=>{t(n)})},[]),e}function pp(){let[e,t,n,r,a]=Ve(),o=Rw(),{t:i,setLang:s}=W(),[u,l]=oa();if(!o)return null;return d(ut,{children:d("div",{class:"pb-4",children:[d(c,{}),d(g,{}),!ci()&&d(p,{}),d(f,{config:o})]})});function c(){let h=b=>{b.preventDefault(),confirm(i("confirmResetConfig"))&&(a({...wo(),updatedAt:new Date().toISOString()}),Da().catch(v=>{gp.error("clean local config error",v)}),wa().catch(v=>{gp.error("clean buildin config error",v)}),Wa().catch(v=>{gp.error("clean cache error",v)}),st(i("resetSuccess")),setTimeout(()=>{window.location.reload()},500))},y=b=>{t(()=>({...b}))},C=b=>{b.preventDefault();let v=document.createElement("input");v.setAttribute("type","file"),v.setAttribute("accept","text/plain"),v.style.display="none",document.body.appendChild(v),v.oninput=S=>{let L=S.target,P=new FileReader;P.onload=function(){try{let w=JSON.parse(P.result);y(w),st(i("successImportConfig"))}catch(w){an(`Invalid JSON ${w.message}`)}},P.readAsText(L.files[0])},v.click(),document.body.removeChild(v)};return d(xe,{children:[d("div",{class:"nav",children:d("strong",{class:"text-lg",children:i("import_export_title")})}),d("div",{class:"pb-2",children:[d("a",{class:"mr-2 secondary mb-2 !text-sm",onClick:C,href:"#",role:"button",children:[Ow,i("import")]}),d("a",{href:"#",class:"secondary mr-2 mb-2 !text-sm",onClick:b=>{if(b.preventDefault(),ci()){let v=Pe();window.location.href=v.OPTIONS_URL+"#download_config"}else{let v=new Blob([JSON.stringify(e,null,2)],{type:"text/plain;charset=utf-8"});ao.saveAs(v,"immersive-translate-config-"+$i()+".txt")}},role:"button",children:[Nw,i("export")]}),d("a",{href:"#",onClick:h,class:"secondary text-sm",children:i("reset")})]})]})}function g(){return d("details",{class:"mt-4 mb-6",children:[d("summary",{children:i("clickToExpandConfig")}),d("pre",{children:d("code",{children:JSON.stringify(e,null,2)})})]})}function p(){let[h,y]=$(!1),[C,b]=$(!1),[v,S]=$(!1),[L,P]=$("");le(()=>{if(Os()&&n){let M=localStorage.getItem(Ns);if(localStorage.removeItem(Ns),M){let O=globalThis.localStorage.getItem(Eg);I.debug("import_export","rawAuthInfoStr",O);let U={},H={},R="";if(O){globalThis.localStorage.removeItem(Eg);try{U=JSON.parse(O),H=U.state||{},R=U.access_token||""}catch(k){I.error("parse state error",k)}}if(R&&H&&(Pa.setAuthInfo({access_token:R}),I.debug("import_export","Google OAuth:",U),U)){let k=U.state;I.debug("state",k),k?.mode==="auto"?(b(!0),N(R)):(S(!0),D(R))}}}},[n]);function w(){b(!0),om({source:globalThis.location.href,mode:"auto"},!0).then(M=>{I.debug("import_export","Google OAuth:"+M),M!==null&&N(M)}).catch(M=>{M&&M.message==="tokenValidateErrorRedirectToAuthUrl"?I.debug("tokenValidateErrorRedirectToAuthUrl, ignore"):T(M)})}function E(){S(!0),y(!1),om({source:globalThis.location.href,mode:"manual"},!0).then(M=>{I.debug("import_export","Google OAuth:"+M),M!==null&&D(M)}).catch(M=>{M&&M.message==="tokenValidateErrorRedirectToAuthUrl"?I.debug("tokenValidateErrorRedirectToAuthUrl, ignore"):T(M)})}function A(){P(""),w()}function D(M){P(M),S(!1),y(!0)}function T(M){b(!1),S(!1),y(!1),t({...e,autoSync:!1}),I.error("import_export","Google OAuth error:"+M),an(i("authFail"))}function N(M){b(!0),I.debug("sync latest with drive",M,e),P(M),am(M,e,O=>{O.interfaceLanguage&&s(O.interfaceLanguage),a(O)},O=>l({...u,lastSyncedAt:O}),O=>t({...e,updatedAt:O}),O=>{O?st(i("successSyncConfig")):st(i("successSyncButNoChange"))},O=>an(i("syncFail")+O)).finally(()=>{b(!1)})}function B(M){t({...e,autoSync:M.checked}),M.checked&&w()}return d(xe,{children:[d("hgroup",{class:"my-2",children:[d("h5",{children:i("syncToCloud")}),d("h6",{class:"!text-sm",children:i("syncToCloudDescription")})]}),d("div",{children:[d("a",{className:"mr-4 secondary mb-2 !text-sm ",onClick:M=>{M.preventDefault(),w()},"aria-busy":C,href:"#",role:"button",children:[C?d(xe,{}):wb,i("syncToGoogleDrive")]}),d("a",{href:"#","aria-busy":v,onClick:M=>{M.preventDefault(),E()},class:"secondary text-sm",children:i("backupToCloud")})]}),d("div",{class:"text-xs text-gray-500",children:u?.lastSyncedAt&&i("lastSyncedAt",{date:new Date(u.lastSyncedAt).toLocaleString()})}),u?.lastSyncErrorMessage&&d("p",{class:"mt-2 text-xs text-red-500"}),h?d(dp,{onClose:()=>y(!1),authExpire:A,accessToken:L}):null]})}function f({config:h}){let y=kb(),[C,b]=$(!1),[v,S]=$(""),[L,P]=$(""),[w,E]=$(null),{t:A}=W();if(!y||!y.token)return null;let D=Yt(y);async function T(){try{if(C)return;b(!0),P("");let M=await z0(y?.token,e,a),O="";switch(M){case"upload":{O=A("successSyncConfigToAccount");break}case"override":{O=A("successSyncConfigInAccount");break}default:O=A("syncConfigNoUpdate")}S(O)}catch(M){S(""),P(M.message)}finally{b(!1)}}let N=M=>{l({...u,proAutoSync:M})},B=u&&u.proAutoSync!==void 0?u.proAutoSync:!0;return d(xe,{children:[d("hgroup",{class:"my-2 mt-4",children:[d("h5",{children:A("syncToAccount")}),d("h6",{class:"!text-sm",children:A("syncToAccountDescription")})]}),D&&d("fieldset",{class:"my-4",children:d("label",{for:"switch",children:[d("input",{type:"checkbox",id:"enabled",name:"enabled",role:"switch",onChange:()=>{N(!B)},checked:B}),A("enableAutoSyncUserSettings")]})}),d("a",{className:"mr-4 secondary mb-2 !text-sm ",onClick:M=>{M.preventDefault(),T()},"aria-busy":C,href:"#",role:"button",children:[wb," ",A("syncToAccountButton")]}),L?d("p",{class:"text-xs text-red-500",children:L}):d("p",{class:"text-xs text-gray-500",children:v||u?.accountLastSyncedAt&&A("lastSyncedAt",{date:V1(u.accountLastSyncedAt)})})]})}}async function z0(e,t,n){try{if(t===null)return"noupdate";let r=await qt();if(t.updatedAt){let s=new Date().getTime(),u=new Date(t.updatedAt).getTime();if(s-u<1e3)return await mp(e,t),await Wt(r),"upload"}let a=await Ab(e);r.accountLastSyncedAt=Date.now(),I.debug("settings",t),I.debug("local settings.updatedAt",t.updatedAt),I.debug("remote settings.updatedAt",a.updatedAt),I.debug("last synced at",r.accountLastSyncedAt);let o=!1;if(t.updatedAt&&(!a||!a.updatedAt)&&(o=!0),!o&&t.updatedAt>a.updatedAt&&(o=!0),I.debug("isUpload",o),o)return await mp(e,t),await Wt(r),"upload";let i=!1;return a.updatedAt&&(!t||!t.updatedAt)&&(i=!0),!i&&t.updatedAt{!n||!n.token||r&&r.proAutoSync===!1||Iw(n)&&z0(n.token,e,t).then(o=>{I.debug("syncUserSetting result",o)})},[e,n])}function Iw(e){return Yt(e)?!0:new Date(e.createTime){mt.get(Tt,null).then(n=>{t(n)})},[t]),e}function Ab(e){return(location.href?.indexOf("popup.html")>0?mr:de)({responseType:"json",url:yo+"/v1/user/settings",method:"get",headers:{token:e}}).then(n=>n.data)}function mp(e,t){return(location.href?.indexOf("popup.html")>0?mr:de)({responseType:"json",url:yo+"/v1/user/settings",method:"post",headers:{token:e,"content-type":"application/json"},body:JSON.stringify(t)}).then(r=>r.data)}var wb=d("svg",{class:"inline mr-1",xmlns:"http://www.w3.org/2000/svg",width:"18",height:"18",viewBox:"0 0 24 24",children:d("path",{fill:"currentColor",d:"M15.375 19.25q-.525.25-.95-.038q-.425-.287-.425-.937q0-.25.163-.487q.162-.238.412-.363q1.575-.75 2.5-2.225T18 11.95q0-1.125-.425-2.188Q17.15 8.7 16.25 7.8L16 7.55V9q0 .425-.287.712Q15.425 10 15 10t-.712-.288Q14 9.425 14 9V5q0-.425.288-.713Q14.575 4 15 4h4q.425 0 .712.287Q20 4.575 20 5t-.288.713Q19.425 6 19 6h-1.75l.4.35q1.225 1.225 1.788 2.662Q20 10.45 20 11.95q0 2.4-1.25 4.362q-1.25 1.963-3.375 2.938ZM5 20q-.425 0-.713-.288Q4 19.425 4 19t.287-.712Q4.575 18 5 18h1.75l-.4-.35q-1.225-1.225-1.788-2.662Q4 13.55 4 12.05q0-2.4 1.25-4.363Q6.5 5.725 8.625 4.75q.525-.25.95.037q.425.288.425.938q0 .25-.162.487q-.163.238-.413.363q-1.575.75-2.5 2.225T6 12.05q0 1.125.425 2.187Q6.85 15.3 7.75 16.2l.25.25V15q0-.425.288-.713Q8.575 14 9 14t.713.287Q10 14.575 10 15v4q0 .425-.287.712Q9.425 20 9 20Z"})}),Ow=d("svg",{class:"inline mr-1",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",width:"18",height:"18",children:[d("path",{fill:"none",d:"M0 0h24v24H0z"}),d("path",{d:"M3 19h18v2H3v-2zm10-5.828L19.071 7.1l1.414 1.414L12 17 3.515 8.515 4.929 7.1 11 13.17V2h2v11.172z"})]}),Nw=d("svg",{class:"inline mr-1",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",width:"18",height:"18",children:[d("path",{fill:"none",d:"M0 0h24v24H0z"}),d("path",{d:"M3 19h18v2H3v-2zM13 5.828V17h-2V5.828L4.929 11.9l-1.414-1.414L12 2l8.485 8.485-1.414 1.414L13 5.83z"})]});m();var Uw=({children:e,isOpen:t,closeModal:n})=>d("div",{style:{position:"fixed",top:"0",left:"0",width:"100%",height:"100%",background:"rgba(0, 0, 0, 0.5)",display:t?"block":"none"},children:d("div",{style:{position:"absolute",top:"50%",left:"50%",transform:"translate(-50%, -50%)",background:"white",padding:"30px",borderRadius:"5px",boxShadow:"0 2px 10px rgba(0, 0, 0, 0.2)"},children:e})}),Lb=Uw;m();var fp="Arial",hp=(e,t="a")=>{try{return typeof e!="string"||!document.createElement("canvas").getContext("2d")?!1:e.toLowerCase()===fp.toLowerCase()?!0:_b(fp,t).join("")!==_b(e,t).join("")}catch{return!1}};function _b(e,t){let n=t.length*12,r=20,a=new Date().getTime(),o=document.createElement("canvas"),i=o.getContext("2d");if(!i)return[];o.width=n,o.height=r,i.textAlign="center",i.fillStyle="black",i.textBaseline="middle",i.clearRect(0,0,n,r),i.font="12px "+e+", "+fp,i.fillText(t,n/2,r/2);let s=i.getImageData(0,0,n,r).data;return Array.from(s).filter(l=>l!==0)}m();m();function bp(e){let{t}=W(),{userConfig:n,isProUser:r,currentProvider:a,provider:o,onChange:i}=e,s=t(o.descriptionKey,{1:o.descriptionLink1,2:o.descriptionLink2});return!r&&o.descriptionKeyForNormal&&(s=t(o.descriptionKeyForNormal,{1:o.descriptionLink1,2:o.descriptionLink2})),(!n||ta(n))&&!r&&o.name=="pro"?null:d("label",{class:"pro-radio-label",for:o.name,children:[d("div",{class:"pro-input-radio",children:d("input",{type:"radio",id:o.name,name:o.name,value:o.name,onClick:i,checked:o.name===a})}),d("div",{class:"pl-4",children:[d("div",{class:"pro-radio-title",children:t(o.nameKey)}),d("small",{class:"pro-radio-desc muted",dangerouslySetInnerHTML:{__html:s}})]})]})}function $a({config:e,ctx:t,serviceType:n,title:r,description:a}){let{t:o}=W(),i=$e(),[s,u]=$(!1),[l,c]=$(""),[g,p]=$(""),[f,h]=$(null),[y,C]=$(null),[b,v,S,L,P]=Le(Ee),w=F=>{v(q=>{let z={...q,[n]:F};return n==="translationService"&&(z.translationServiceChangedbyUserAt=new Date().toISOString()),z})},E=t&&vo(t,n)||[],A=Re(()=>{if(e&&t){let{translationServices:F}=e,q=t[n],z=F?.[q];return z?{...z}:{}}return null},[e,t]),D=Re(()=>{if(e&&t){let F=t[n];if(Qn[F])return hi(n,F,t)}return null},[e,t]);if(le(()=>{mt.get(Tt,null).then(F=>{F?(h(F),C(Yt(F))):C(!1)}).catch(F=>{C(!1)})},[]),y===null)return null;let T=!!D?.providers?.length||!!D?.explicitProps?.length||!!D?.optionalProps?.length;return d(xe,{children:[d("div",{class:"nav",children:[d(we,{title:r||o("service"),description:a||o("select translation service")}),d(B,{})]}),d(M,{}),d(O,{}),T&&d("article",{children:[d(U,{}),d(H,{}),d(R,{}),d(N,{}),k(),_()]})]});function N(){return D?.id=="gemini"?D.config.disableWarning?null:d("div",{class:"description py-2",children:o("geminiWarning")}):null}function B(){return d("select",{class:"select",onChange:F=>{F.preventDefault(),c(""),p(""),w(F.target.value)},children:E.map((F,q)=>d("option",{value:F.id,selected:F.id===t?.config?.[n],children:`${o("translationServices."+F.id)}${F.ok?"":" "+(!y&&!i&&F.providers&&F.providers.length>0?o("needLoginAction"):o("needActionForOptions"))}`},"service-item="+q))})}function M(){return l?d("p",{class:"verified text-red-500 mr-2",dangerouslySetInnerHTML:{__html:l}}):null}function O(){return!A||!D?null:d("div",{class:"text-right text-sm",children:[g&&d("span",{class:"verified text-green-500 mr-2",children:o("verified")}),d("a",{"aria-busy":s,href:"#",class:"secondary",onClick:async F=>{F.preventDefault();try{c(""),p(""),u(!0),await xn(500);let q=D.class;q&&q.clearState&&await q.clearState(),await Mr({id:1e6,text:"Hello world",from:"en",to:"zh-CN",url:"https://google.com",fromByClient:"auto",refresh:!0},{...t,translationService:D.id,rule:{...t?.rule,paragraphMinTextCount:1}}),p("verified")}catch(q){let z=q.message;try{z=q?.uiConfig?.(t)?.errMsg||q.message}catch{}c(z)}finally{u(!1)}},children:o("verifyService")})]})}function U(){return D?.providers?.length?d("fieldset",{children:[d("legend",{class:"mb-4",children:o("chooseProviderLabel")}),D.providers.map((F,q)=>d(bp,{userConfig:e,isProUser:!!y,provider:F,currentProvider:D.currentProvider,onChange:z=>{z.preventDefault();let K=z.target.value;K&&v(oe=>{let te=oe.translationServices||{},Z=te[D.id]||{};return{...oe,translationServices:{...te,[D.id]:{...Z,provider:K}}}})}}))]}):null}function H(){return D?.titleKey?d("div",{class:"description pb-1",dangerouslySetInnerHTML:{__html:nt.sanitize(o(D?.titleKey),{ALLOWED_ATTR:["href","target"]})}}):null}function R(){return!D?.docUrl||D.providers.length?null:d("div",{children:[d("a",{target:"_blank",class:"pb-1 docUrl",href:D.homepage,children:o(`translationServices.${D.id}`)}),"\xA0",d("span",{class:"description pb-1",children:o("please refer to")}),"\xA0",d("a",{target:"_blank",class:"pb-1 docUrl",href:D.docUrl,children:o("KeyAndConfigurationTutorial")})]})}function k(){return!A||!e||!D?.explicitProps?.length?null:d(xe,{children:D.explicitProps.map((F,q)=>d("div",{class:"mt-2",children:d(Wi,{config:e,isProUser:!!y,currentProvider:D.currentProvider,service:D?.id,field:F,value:A[F.name],onChange:z=>{v(V=>{let K=V.translationServices||{},oe=K[D.id]||{};return{...V,translationServices:{...K,[D.id]:{...oe,[F.name]:z}}}})},onFinish:()=>{st(o("saved"))}},F.name+D.id)},"service-item-prop-"+F.name+q))})}function _(){return!A||!e||!D?.optionalProps?.length?null:d(xe,{children:d("details",{class:"pt-4 border-none",children:[d("summary",{style:{lineHeight:"1rem"},children:[o("moreOptions"),"\xA0\u{1F449}"]}),d("div",{children:D.optionalProps.map((F,q)=>{let z=A[F.name];return F.name==="apiUrl"&&D?.id==="openai"&&A?.APIKEY?.startsWith("immersiveopenai_")&&(F={...F,disabled:!0},z="https://openai-api.immersivetranslate.com/v1/chat/completions"),F.name=="placeholderDelimiters"&&(F.default=A.placeholderDelimiters||F.default),d("div",{class:"mt-2",children:d(Wi,{config:e,service:D?.id,field:F,value:z,onChange:V=>{v(K=>{let oe=K.translationServices||{},te=oe[D.id]||{};return{...K,translationServices:{...oe,[D.id]:{...te,[F.name]:V}}}})},onFinish:()=>{st(o("saved"))}},F.name+D.id)},"service-item-optional-prop-"+F.name+q)})}),d("a",{href:"#",class:"secondary text-sm mt-2",onClick:F=>{F.preventDefault(),window.confirm(o("confirmResetToDefaultSettings"))&&(v(z=>{let V=z.translationServices||{};return{...z,translationServices:{...V,[D.id]:{}}}}),setTimeout(()=>{window.location.reload()},100))},children:o("resetToDefaultSettings")})]})})}}var jw=Object.keys(wi),Pb=s0();function q0(){let e=Ve(),[t,n,r,a,o]=e,i=Qt(t),s=On(i);vt(t,n);let[u,l]=Sb();return le(()=>()=>{Ut.unbind("esc")},[]),!i||!s?d("div",{children:"loading"}):d(ut,{children:d(Ee.Provider,{value:e,children:[d(Hw,{}),d(Yw,{config:i}),d(Ww,{config:i}),d($a,{config:i,ctx:s,serviceType:"translationService"}),d(zw,{config:i}),d($w,{config:i}),d(Vw,{config:i}),d(Kw,{config:i}),d(Gw,{config:i}),d(qw,{config:i,ctx:s}),d(Lb,{isOpen:u,closeModal:()=>l(!0),children:["\u5F53\u524D\u6C89\u6D78\u5F0F\u63D2\u4EF6\u592A\u65E7\uFF0C\u70B9\u6B64\u5347\u7EA7\u81F3",d("a",{href:"https://download.immersivetranslate.com/immersive-translate.user.js",target:"_blank",children:"\u6700\u65B0\u7248"})]})]})})}function Hw(){let[e,t,n,r,a]=Le(Ee),{t:o}=W(),i=s=>{s.preventDefault(),confirm(o("confirmResetConfig"))&&(a({...wo(),updatedAt:new Date().toISOString()}),Da().catch(u=>{I.error("clean local config error",u)}),wa().catch(u=>{I.error("clean buildin config error",u)}),Wa().catch(u=>{I.error("clean cache error",u)}),st(o("resetSuccess")),setTimeout(()=>{window.location.reload()},500))};return d("div",{class:"nav",children:[d("strong",{class:"text-lg",children:o("general")}),d("a",{class:"text-sm",href:"#",onClick:i,children:o("reset")})]})}function zw({config:e}){let[t,n,r,a,o]=Le(Ee),{t:i,setLang:s}=W(),u=l=>{n(c=>({...c,interfaceLanguage:l}))};return d("div",{class:"nav",children:[d(we,{title:i("interface language"),description:i("desc.interfaceLanguage")}),d("select",{class:"select",onChange:l=>{s(l.target.value),u(l.target.value),me()||setTimeout(()=>{c0()},200)},children:jw.map((l,c)=>d("option",{value:l,selected:l===e.interfaceLanguage,children:Jt(l,e.interfaceLanguage,!0)},"locale"+c))})]})}function qw({config:e,ctx:t}){let{t:n}=W(),[r,a]=$(0),[o,i]=$(""),[s,u]=$(!1),l=Ve(),c=(S,L,P)=>{u(!s),h(w=>{let E=w.translationThemePatterns||{},A=E[L]||{},D=A.matches||[],T=[...D];return P==="edit"&&(T=zt(o,D)),T=Rn(S,T),{...w,translationThemePatterns:{...E,[L]:{...A,matches:T}}}})},g=(S,L)=>{h(P=>{let w=P.translationThemePatterns||{},E=w[L]||{},D=[...E.matches||[]];return S.forEach(T=>{D=zt(T,D)}),{...P,translationThemePatterns:{...w,[L]:{...E,matches:D}}}})},p=(S,L,P)=>{u(!s),i(S),a(P)},[f,h,y,C,b]=l,v=S=>{h(L=>{let P={matches:[],excludeMatches:[]};return L&&L.translationThemePatterns&&L.translationThemePatterns[S]&&(P=L.translationThemePatterns[S]),Lo(document,S,P,L.selectTranslationFont),{...L,translationTheme:S}})};return d("div",{children:[d("div",{class:"nav",children:[d(we,{title:n("translation display"),description:n("select diplay style")}),d("select",{class:"select",onChange:S=>{v(S.target.value)},children:Ag.map((S,L)=>d("option",{value:S,selected:S===e.translationTheme,children:n(`translationTheme.${S}`)},"theme"+L))})]}),d("div",{class:"pt-2 text-sm",children:d("p",{children:[n("sampleSourceText"),d("div",{class:"pt-2"}),d("font",{class:ki(e.translationTheme,!1,[],!1).join(" "),children:d("font",{class:Ai(e.translationTheme).join(" "),children:n("sampleTargetText")})}),e.translationTheme&&Cp(e.translationTheme).length>0?d("details",{class:"pt-2 border-none",children:[d("summary",{class:"text-sm",style:{textAlign:"right",lineHeight:"1rem"},children:n("customTheme")}),d("div",{class:"flex flex-col items-end",children:[Cp(e.translationTheme).map((S,L)=>{S.label=n(`customThemeLabel.${S.name}`);let P=e.translationThemePatterns||{},w=e.translationTheme,E=P[w]||{},A=`theme-${w}-${S.name}`,D=T9(A)||void 0,T=E[S.name]||D;return d(Wi,{config:e,field:S,value:T,onChange:N=>{h(B=>{let M=B.translationThemePatterns||{},U={...M[e.translationTheme]||{},[S.name]:N},H={...B,translationThemePatterns:{...M,[e.translationTheme]:U}};return Lo(document,e.translationTheme,U,B.selectTranslationFont),H})}},"theme-prop"+L)}),d("a",{href:"#",class:"text-sm secondary",onClick:S=>{S.preventDefault(),h(L=>{let P=L.translationThemePatterns||{},w={...P[e.translationTheme]};Cp(e.translationTheme).forEach(A=>{delete w[A.name]});let E={...L,translationThemePatterns:{...P,[e.translationTheme]:w}};return Lo(document,e.translationTheme,{matches:[],excludeMatches:[]},e.selectTranslationFont,!0),E})},children:n("resetToDefaultColor")})]})]}):null,d(tD,{config:e}),d("details",{class:"pt-2 border-none",children:[d("summary",{class:"text-sm",style:{textAlign:"right",lineHeight:"1rem"},children:n("previewAllThemes")}),Ag.map((S,L)=>d("div",{class:"pt-2",children:d("label",{children:[d("div",{class:"flex justify-between",children:d("div",{children:[d("input",{type:"radio",name:"theme",value:S,checked:S===e.translationTheme,onChange:P=>{v(P.target.value)}}),n(`translationTheme.${S}`)]})}),d("p",{children:d("font",{class:ki(S,!1,[],!1).join(" "),children:d("font",{class:Ai(S).join(" "),children:n("sampleTargetText")})})})]})},"theme-index-"+L))]})]})}),d("div",{class:"nav",children:[d(we,{title:"",description:n("useAboveStyleForTheseSites",{theme:n(`translationTheme.${e.translationTheme}`)})}),d("div",{class:"nav-right",children:d("a",{href:"#",role:"button",class:"add-button secondary outline",onClick:S=>{S.preventDefault(),u(!s)},children:n("add")})})]}),s?d(aa,{toggleModal:S=>{S.preventDefault(),u(!s)},onAddInterfaceUrl:(S,L)=>{c(S,e.translationTheme,L)},urlValue:o,index:r}):null,d(qa,{urls:eD(e),type:"matches",onDeleteUrl:S=>{g(S,e.translationTheme)},onEditUrl:p})]})}function Ww({config:e}){let[t,n,r,a,o]=Le(Ee),{t:i}=W();if(!e)return null;let s=l=>{n(c=>({...c,targetLanguage:l}))},u=za(e.translationService,e.targetLanguage);return d("div",{class:"nav",children:[d(we,{title:i("target"),description:i("translate other languages into specific language")}),d("select",{class:"select",onChange:l=>{l.preventDefault(),s(l.target.value)},children:u.filter(l=>l!=="auto").map((l,c)=>d("option",{value:l,selected:l===e?.targetLanguage,children:Jt(l,e?.interfaceLanguage)},"language"+c))})]})}function $w({config:e}){let{t}=W(),[n,r,a,o,i]=Le(Ee),{handleTranslationLanguagePatternSelected:s}=Fb(r),u=(l,c)=>{s(l?"matches":void 0,c)};return d(Eu,{title:t("always languages"),description:t("always translate the following languages"),languages:Pb,selectLanguages:e?.translationLanguagePattern?.matches||[],interfaceLanguage:e?.interfaceLanguage,onChange:u})}function Vw({config:e}){let{t}=W(),[n,r,a,o,i]=Le(Ee),{handleTranslationLanguagePatternSelected:s}=Fb(r),u=(l,c)=>{s(l?"excludeMatches":void 0,c)};return d(Eu,{title:t("neverTranslateLanguagesLabel"),description:t("neverTranslateTheFollowingLanguagesDescription"),languages:Pb,selectLanguages:e?.translationLanguagePattern?.excludeMatches||[],interfaceLanguage:e?.interfaceLanguage,onChange:u})}function Kw({config:e}){let{t}=W(),[n,r,a,o,i]=Le(Ee),s=(l,c,g,p)=>{r(f=>{let h=f.translationUrlPattern,y=[],C=[];h&&h.matches&&h.excludeMatches&&(y=h.matches,C=h.excludeMatches);let b=[...y],v=[...C];if(p==="edit"){if(!b[c])return f;b[c]=l}return b=Rn(l,b),v=zt(l,C),{...f,isChangedAlwaysTranslatedUrls:!0,translationUrlPattern:{...f.translationUrlPattern,matches:b,excludeMatches:v}}})},u=async(l,c)=>{if(l&&l.length>0){let g=await qt();for(let p of l){let f=p,h=g.tempTranslationUrlMatches||[],y=h.filter(b=>b.match!==f),C=!1;y.length!==h.length&&(C=!0),C&&Wt({...g,tempTranslationUrlMatches:[...y]})}}r(g=>{let p=g.translationUrlPattern,f=[];p&&p.matches&&(f=p.matches);let h=[...f];return l.forEach(y=>{h=zt(y,h)}),{...g,isChangedAlwaysTranslatedUrls:!0,translationUrlPattern:{...g.translationUrlPattern,[c]:h}}})};return d(Su,{title:t("always sites"),description:t("always translate the following sites"),onDeleteUrl:u,onSubmitAddUrl:s,urls:e?.translationUrlPattern.matches||[],type:"matches"})}function Gw({config:e}){let{t}=W(),[n,r,a,o,i]=Le(Ee),s=(l,c,g,p)=>{r(f=>{let h=f.translationUrlPattern,y=[],C=[];h&&h.matches&&h.excludeMatches&&(y=h.matches,C=h.excludeMatches);let b=[...y],v=[...C];return p==="edit"&&(v[c]=l),b=zt(l,y),v=Rn(l,v),{...f,isChangedAlwaysTranslatedUrls:!0,translationUrlPattern:{...f.translationUrlPattern,matches:b,excludeMatches:v}}})},u=(l,c)=>{r(g=>{let p=g.translationUrlPattern,f=[];p&&p.excludeMatches&&(f=p.excludeMatches);let h=[...f];return l.forEach(y=>{h=zt(y,h)}),{...g,isChangedAlwaysTranslatedUrls:!0,translationUrlPattern:{...g.translationUrlPattern,[c]:h}}})};return d(Su,{title:t("never sites"),description:t("never translate the following sites"),urls:e?.translationUrlPattern.excludeMatches||[],onDeleteUrl:u,onSubmitAddUrl:s,type:"excludeMatches"})}function Fb(e){return{handleTranslationLanguagePatternSelected:Ne((n,r)=>{if(!n){e(i=>{let s={...i.translationLanguagePattern};return{...i,translationLanguagePattern:{...i.translationLanguagePattern,matches:zt(r,s.matches),excludeMatches:zt(r,s.excludeMatches)}}});return}let a=n,o=a==="matches"?"excludeMatches":"matches";r&&e(i=>{let s={...i.translationLanguagePattern};return s[a]=Rn(r,s[a]),s[o]=zt(r,s[o]),{...i,translationLanguagePattern:{...i.translationLanguagePattern,...s}}})},[e])}}var yp=0,vp;async function Bb(e){if(yp>60*10)return null;yp++,mt.refresh(),await xn(300);let t=await mt.get(Tt,null);I.debug("loopCheckUser",yp,t),t?(clearTimeout(vp),e(t)):vp=setTimeout(Bb.bind(null,e),1500)}function Mb(e){let{user:t,lang:n}=e,r=$e(),a=t&&t.email==="test@immersivetranslate.com",{t:o}=W();if(t&&t.subscription&&t.subscription.subscriptionStatus=="active"){let i=t,s=i.subscription,u=Xw(s.subscriptionTo),l=s.subscriptionType,c=l.startsWith("onetime_"),g=!c&&s.cancelAtPeriodEnd!="true",p="";if(g){let f="";s.isTrial&&(f=o("autoRenewTrialSuffix")),p=o("currentPlanDescriptionForContinuous",{plan:`${o(l)}${f}`,endAt:u})}else c?p=o("currentPlanDescriptionForOneTime",{plan:o(l),endAt:u,1:"https://immersivetranslate.com/accounts/upgrade?type=year&lng="+n,2:"https://immersivetranslate.com/accounts/upgrade?type=month&lng="+n}):f1(i)?p=o("currentYearlyPlanDescriptionForAutoRenewCacelingWithRealPaiedUser",{plan:o(l+"ForOnce"),endAt:u,1:"https://immersivetranslate.com/billing"}):l==="yearly"||l==="year"?p=o("currentYearlyPlanDescriptionForAutoRenewCacelingWithAdmin",{plan:o(l+"ForOnce"),endAt:u,1:"https://immersivetranslate.com/accounts/upgrade?type=year&lng="+n}):p=o("currentPlanDescriptionForAutoRenewCaceling",{plan:o(l+"ForOnce"),endAt:u});return d("span",{class:"info-subtitle",dangerouslySetInnerHTML:{__html:p}})}else return d("span",{class:"info-subtitle",children:r||a?"":o("currentPlanDescriptionForFree")})}function Yw({config:e}){let{t}=W(),n=$e(),[r,a]=$(null),o=!!e.showSponsorOnSafari,[i,s,u,l,c]=Le(Ee),g=e.interfaceLanguage;le(()=>(mt.get(Tt,null).then(y=>{y&&(a(y),Jw(y.token).then(C=>{let b=C.data;b.token=y.token,mt.set(Tt,b),a(b)}).catch(C=>{eu(C),a(null)}))}),()=>{clearTimeout(vp)}),[]);let p=Ne(y=>{y&&y.preventDefault&&y.preventDefault(),r?.token&&Qw(r.token).finally(async()=>{await mt.remove(Tt),await xn(200),await mt.refresh(),a(null)})},[r]),f=Ne(async y=>{y&&y.preventDefault&&y.preventDefault(),Zw(ql),await mt.set($s,!0),Bb(C=>{z0(C.token,i,s),a(C),xp?.close(),window.location.reload()})},[a]),h=r?.avatar||Tb;return r?!r.subscription||r.subscription.subscriptionStatus!="active"?ta(e)?null:d("div",{children:[d("div",{class:"title",children:t("currentAccount")}),d("article",{class:"header nav",style:"padding:16px 16px",children:[d("div",{class:"info",style:"margin-left:0",children:[d("span",{class:"info-title",title:r.email,children:r.email}),d(Mb,{user:r,lang:g})]}),d("div",{class:"ops",children:[d("a",{class:n&&o===!1?"!hidden":"",style:{display:"flex",flexDirection:"row",alignItems:"center",marginRight:"24px"},href:`${xa}?utm_campaign=extension_settings_general&from=${n?"safari":"extension"}`,children:[t("openPremium"),d("img",{width:24,height:24,style:{width:"24px",height:"24px"},src:wu})]}),d("div",{class:"",children:d("a",{href:`${Co}?utm_campaign=extension_settings_general&from=${n?"safari":"extension"}`,children:t("manageAccount")})}),d("div",{class:"",children:d("a",{href:"#",onClick:p,children:t("logout")})})]})]})]}):d("div",{class:"",children:[d("div",{class:"title",children:t("currentAccount")}),d("article",{class:"header nav",style:"padding:16px 16px",children:[d("div",{class:"info",style:"margin-left:0",children:[d("div",{className:"flex",children:[d("span",{class:"info-title info-primary",children:r.userName}),d("img",{width:24,height:24,style:{width:"24px",height:"24px",marginLeft:"4px"},src:wu})]}),d(Mb,{user:r,lang:g})]}),d("div",{class:"",children:d("a",{href:Co,children:t("manageAccount")})}),d("div",{class:"",children:d("a",{href:"#",onClick:p,children:t("logout")})})]})]}):ta(e)?null:d("div",{class:"header nav",children:[d("img",{src:h}),d("div",{class:"info",children:d("span",{class:"info-subtitle",children:t("nologin")})}),d("a",{class:"py-4",href:"#",onClick:f,children:t(n?"loginForSafari":"login")})]})}var Rb=yo;function Jw(e){return de({responseType:"json",url:Rb+"/v1/user",method:"get",headers:{token:e}})}function Qw(e){return de({responseType:"json",url:Rb+"/v1/user/logout",method:"delete",headers:{token:e}})}var xp=null;function Zw(e){let r=screen.width/2-230,a=screen.height/2-640/2;return xp=window.open(e,"loginWindow",`toolbar=no, location=no, directories=no, status=no, menubar=no, scrollbars=no, resizable=no, copyhistory=no,left=${r},top=${a},width=460,height=640,chrome=yes,centerscreen=yes`),xp}function Xw(e){let t=new Date(e),n=t.getFullYear(),r=String(t.getMonth()+1).padStart(2,"0"),a=String(t.getDate()).padStart(2,"0");return`${n}-${r}-${a}`}function Cp(e){let t=[];return Ws[e]&&(t=t.concat(Ws[e])),t.push({name:"textColor",type:"color",required:!1}),t.push({name:"zoom",type:"number",default:100,required:!1}),t}function eD(e){let t=e.translationTheme;return!e.translationThemePatterns[t]||!e.translationThemePatterns[t].matches?[]:[...e.translationThemePatterns[t].matches]}var Tp="";function tD({config:e}){let{t}=W(),[n,r]=$(!1);return d("details",{class:"pt-2 border-none",onToggle:a=>{r(a.target?.open)},children:[d("summary",{class:"text-sm",style:{textAlign:"right",lineHeight:"1rem"},children:t("translationFont")}),d(nD,{config:e,isOpen:n})]})}function nD({config:e,isOpen:t}){let{t:n}=W(),[r,a]=$([]),[o,i]=$(!1);le(()=>{if(!t||r.length)return;let f=e.translationFonts.filter(y=>hp(y,n("sampleTargetText").charAt(0)+"a"));f.length&&f.unshift("none");let h=e.selectTranslationFont&&!f.find(y=>y===e.selectTranslationFont);(!f.length||h)&&i(!0),a(f)},[e.translationFonts,t,r,a]);let[s,u,l,c,g]=Le(Ee),p=f=>{f!==Tp&&!hp(f,n("sampleTargetText").charAt(0)+"a")&&an(n("translationFont.notSupportErrorMessage")),u(h=>{let y=e.translationTheme,C={matches:[],excludeMatches:[]};return h&&y&&h.translationThemePatterns&&h.translationThemePatterns[y]&&(C=h.translationThemePatterns[y]),Lo(document,y,C,f),{...h,selectTranslationFont:f}})};return d("div",{class:"flex items-center justify-end",children:[r.length?d("label",{for:"translationFont.custom",class:"text-sm mr-2",onClick:()=>{i(!o),o&&(r.find(h=>h===e.selectTranslationFont)||p(Tp))},children:[d("input",{type:"checkbox",id:"translationFont.custom",name:"translationFont.custom",checked:o}),n("translationFont.custom")]}):null,o?d("input",{style:{maxWidth:196},placeholder:n("translationFont.customPlaceholder"),value:e?.selectTranslationFont,onChange:f=>p(f.target.value)}):d("select",{class:"select",style:{maxWidth:196,flex:"unset"},onChange:f=>{p(f.target.value)},children:r.map((f,h)=>{let y=n(`font.${f}`);y.startsWith("font.")&&(y=f);let C=f=="none"?Tp:f;return d("option",{value:C,selected:f===e?.selectTranslationFont,children:y},"locale"+h)})})]})}m();var Ln={};zl.forEach(e=>{e.labelKey&&(Ln[e.key]=e.labelKey)});function Ep(){let e=Ve(),[t,n,r,a,o]=e;vt(t,n);let[i,s]=$(null),{t:u}=W();if(le(()=>{ft().then(c=>{bn({config:c,url:globalThis.location.href}).then(g=>{s(g)})})},[t]),!i)return d("div",{children:"loading"});let l=i.config;return d(ut,{children:d(Ee.Provider,{value:e,children:[d("div",{class:"nav",children:d("strong",{class:"text-lg",children:u("inputOptions")})}),d(rD,{config:l}),d(aD,{config:l}),d(oD,{config:l}),d($a,{config:l,ctx:i,serviceType:"inputTranslationService"}),d(iD,{config:l}),d(sD,{config:l}),d(lD,{config:l}),d(uD,{config:l})]})})}function rD({config:e}){let[t,n,r,a,o]=Le(Ee),{t:i}=W();return e?d(xe,{children:[d("details",{class:"mt-3",open:!0,children:[d("summary",{children:[i("clickToSeeQuickDemo")," \u{1F447}\u{1F447}"]}),d("video",{controls:!0,autoPlay:!0,src:"https://s.immersivetranslate.com/videos/immpersive-translate-input-translation-demo-202307044.mp4"})]}),d("div",{class:"nav",children:[d(we,{title:i("enableInputTranslation"),description:e.enableInputTranslationWithoutTriggerKey?i("enableInputTranslationDescriptionForNoneKey",{inputTargetLanguage:Jt(e.inputTargetLanguage,e.interfaceLanguage),trailingKey:Ln[e.inputTrailingTriggerKey]?i(Ln[e.inputTrailingTriggerKey]):e.inputTrailingTriggerKey,inputTrailingTriggerKeyRepeatTimes:e.inputTrailingTriggerKeyRepeatTimes}):i("enableInputTranslationDescription",{inputTargetLanguage:Jt(e.inputTargetLanguage,e.interfaceLanguage),startingKey:Ln[e.inputStartingTriggerKey]?i(Ln[e.inputStartingTriggerKey]):e.inputStartingTriggerKey,trailingKey:Ln[e.inputTrailingTriggerKey]?i(Ln[e.inputTrailingTriggerKey]):e.inputTrailingTriggerKey,inputTrailingTriggerKeyRepeatTimes:e.inputTrailingTriggerKeyRepeatTimes})}),d("label",{for:"enableInputTranslation",children:d("input",{type:"checkbox",id:"enableInputTranslation",name:"switch",role:"switch",onChange:s=>{let u=s.target.checked;n(l=>({...l,enableInputTranslation:!!u}))},checked:e.enableInputTranslation})})]})]}):null}function aD({config:e}){let[t,n,r,a,o]=Le(Ee),{t:i}=W(),s=l=>{n(c=>({...c,inputTargetLanguage:l}))};if(!e)return null;let u=za(e.translationService,e.targetLanguage);return d("div",{class:"nav",children:[d(we,{title:i("inputTargetLanguage"),description:e.enableInputTranslationWithoutTriggerKey?i("inputTargetLanguageDescriptionForNoneKey"):i("inputTargetLanguageDescription",{startingKey:Ln[e.inputStartingTriggerKey]?i(Ln[e.inputStartingTriggerKey]):e.inputStartingTriggerKey})}),d("select",{class:"select",onChange:l=>{l.preventDefault(),s(l.target.value)},children:u.filter(l=>l!=="auto").map((l,c)=>d("option",{value:l,selected:l===e.inputTargetLanguage,children:Jt(l,e.interfaceLanguage)},"language"+c))})]})}function oD({config:e}){let[t,n,r,a,o]=Le(Ee),{t:i}=W();return e?d("div",{class:"nav",children:[d(we,{title:i("enableInputTranslationWithoutTriggerKeyTitle",{trailingKey:Ln[e.inputTrailingTriggerKey]?i(Ln[e.inputTrailingTriggerKey]):e.inputTrailingTriggerKey,inputTargetLanguage:Jt(e.inputTargetLanguage,e.interfaceLanguage)}),description:""}),d("label",{for:"enableInputTranslation",children:d("input",{type:"checkbox",id:"enableInputTranslation",name:"switch",role:"switch",onChange:s=>{let u=s.target.checked;n(l=>({...l,enableInputTranslationWithoutTriggerKey:!!u}))},checked:e.enableInputTranslationWithoutTriggerKey})})]}):null}function iD({config:e}){let[t,n,r,a,o]=Le(Ee),{t:i}=W(),s=u=>{n(l=>({...l,inputStartingTriggerKey:u}))};return e?d("div",{class:"nav",children:[d(we,{title:i("inputStartingTriggerKeyTitle"),description:e.inputStartingTriggerKey==="none"?i("inputStartingTriggerKeyDescriptionForNoneKey"):i("inputStartingTriggerKeyDescription",{startingKey:Ln[e.inputStartingTriggerKey]?i(Ln[e.inputStartingTriggerKey]):e.inputStartingTriggerKey})}),d("select",{class:"select",onChange:u=>{u.preventDefault(),s(u.target.value)},children:zl.filter(u=>u.skipForStarting!==!0).map((u,l)=>d("option",{value:u.key,selected:u.key===e.inputStartingTriggerKey,children:u.labelKey?i(u.labelKey):u.key},"startingkey-"+l))})]}):null}function sD({config:e}){let[t,n,r,a,o]=Le(Ee),{t:i}=W(),s=u=>{n(l=>({...l,inputTrailingTriggerKey:u}))};return e?d(xe,{children:[d("div",{class:"nav",children:[d(we,{title:i("inputTrailingTriggerKeyTitle"),description:i("inputTrailingTriggerKeyDescription",{trailingKey:Ln[e.inputTrailingTriggerKey]?i(Ln[e.inputTrailingTriggerKey]):e.inputTrailingTriggerKey})}),d("select",{class:"select",onChange:u=>{u.preventDefault(),s(u.target.value)},children:zl.filter(u=>u.skipForTrailing!==!0).map((u,l)=>d("option",{value:u.key,selected:u.key===e.inputTrailingTriggerKey,children:u.labelKey?i(u.labelKey):u.key},"startingkey-"+l))})]}),d("blockquote",{class:"text-sm",dangerouslySetInnerHTML:{__html:i("inputHelperInfo",{1:"https://immersivetranslate.com/docs/input/"})}})]}):null}function uD({config:e}){let[t,n,r,a,o]=Le(Ee),{t:i}=W(),[s,u]=$(!1),l=b=>{u(!s)},[c,g]=$(0),[p,f]=$(""),h=(b,v,S,L)=>{l(S),n(P=>{let w=P.inputTranslationUrlPattern,E=[],A=[];w&&w.matches&&w.excludeMatches&&(E=w.matches,A=w.excludeMatches);let D=[...E],T=[...A];return L==="edit"&&(S==="matches"?D[v]=b:T[v]=b),S==="matches"?(D=Rn(b,D),T=zt(b,A)):(D=zt(b,E),T=Rn(b,T)),{...P,inputTranslationUrlPattern:{...P.inputTranslationUrlPattern,matches:D,excludeMatches:T}}})},y=(b,v)=>{n(S=>{let L=S.inputTranslationUrlPattern,P=[];v==="matches"?L&&L.matches&&(P=L.matches):L&&L.excludeMatches&&(P=L.excludeMatches);let w=[...P];return b.forEach(E=>{w=zt(E,w)}),{...S,inputTranslationUrlPattern:{...S.inputTranslationUrlPattern,[v]:w}}})},C=(b,v,S)=>{l(v),f(b),g(S)};return e?d(xe,{children:[d("div",{class:"nav",children:[d(we,{title:i("inputTranslationBlockUrlsTitle"),description:i("inputTranslationBlockUrlsDescription")}),d("div",{class:"nav-right",children:d("a",{href:"#",role:"button",class:"add-button secondary outline",onClick:b=>{b.preventDefault(),l("excludeMatches")},children:i("add")})}),s?d(aa,{toggleModal:b=>{b.preventDefault(),l("excludeMatches")},onSubmitAddUrl:h,type:"excludeMatches",urlValue:p,index:c}):null]}),d(qa,{urls:e.inputTranslationUrlPattern.excludeMatches,type:"excludeMatches",onDeleteUrl:y,onEditUrl:C})]}):null}function lD({config:e}){let[t,n,r,a,o]=Le(Ee),{t:i}=W();if(!e)return null;let s=()=>it().any?e.inputTrailingMobileTriggerKeyTimeout:e.inputTrailingTriggerKeyTimeout,u=l=>{n(c=>it().any?{...c,inputTrailingMobileTriggerKeyTimeout:l}:{...c,inputTrailingTriggerKeyTimeout:l})};return d("nav",{children:[d(we,{title:i("inputTrailingTriggerKeyTimeout"),description:i("inputTrailingTriggerKeyTimeoutDescription")}),d("div",{class:"option-input",children:d("input",{type:"number",value:s(),onChange:l=>{l.target&&u(Number(l.target.value))}})})]})}m();function Sp(){let e=Ve(),[t,n,r,a,o]=e;vt(t,n);let i=Qt(t),{t:s}=W(),[u,l]=$({}),[c,g]=$({});return le(()=>{Q.storage.sync.get(null).then(p=>{l(p),Q.storage.local.get(null).then(f=>{g(f)})})},[t]),!i||!t?d("div",{children:"loading"}):d(ut,{children:d(Ee.Provider,{value:e,children:d("div",{children:[d("div",{class:"nav",children:d("strong",{class:"text-lg",children:s("developer")})}),d("div",{dangerouslySetInnerHTML:{__html:s("developerDescription",{1:"https://immersivetranslate.com/docs/advanced/"})},class:"secondary text-xs text-gray-500 mb-4"}),d(pD,{}),d(mD,{}),d(fD,{}),d(cD,{}),d(dD,{}),d(gD,{}),d("details",{class:"py-2",children:[d("summary",{children:"Click to expand the final config"}),d("pre",{children:d("code",{class:"code-editor",children:JSON.stringify(i,null,2)})})]}),d("details",{class:"py-2",children:[d("summary",{children:"Click to expand the sync storage object"}),d("pre",{children:d("code",{class:"code-editor",children:JSON.stringify(u,null,2)})})]}),d("details",{class:"py-2",children:[d("summary",{children:"Click to expand the local storage object"}),d("pre",{children:d("code",{class:"code-editor",children:JSON.stringify(c,null,2)})})]})]})})})}function cD(){let[e,t,n,r,a]=Le(Ee),{t:o}=W(),i=l=>{try{let c=l.target.value,g={...e};if(!c)delete g.rules;else{let p=JSON.parse(c);if(!Array.isArray(p)){an("Invalid rules, rules must be an array");return}g.rules=p}t(()=>g),st(o("saved"))}catch(c){an(`Invalid JSON ${c.message}`)}},s=l=>{if(l.preventDefault(),confirm(o("confirmResetConfig"))){let c={...e};delete c.rules,t(()=>c),st(o("resetThisSuccess"))}};return d("details",{class:"py-2",children:[d("summary",{children:"Edit User Rules"}),d("textarea",{class:"user-rule code-editor",rows:10,onChange:i,placeholder:`[{ "matches": "www.google.com", "selectors": [".title"] }, { "matches": "*.twitter.com", "selectors": [".text"], "excludeSelectors": ["footer"] - }]`,spellcheck:!1,value:e.rules?JSON.stringify(e.rules||[],null,2):""}),d("div",{children:[d("a",{href:"#",class:"mr-3 !py-2",onClick:l=>l.preventDefault(),role:"button",children:o("save")}),d("a",{target:"_blank",class:"secondary text-sm mr-3",href:"https://immersivetranslate.com/docs/advanced/",children:[o("help"),"?"]}),d("a",{href:"#",onClick:s,class:"text-sm secondary mr-2",children:o("reset")})]})]})}function dD(){let[e,t,n,r,a]=Le(Ee),{t:o}=W(),i=u=>{let l={...e};l.generalRule||(l.generalRule={}),l.generalRule={...l.generalRule,injectedCss:u.target.value||""},t(()=>l),st(o("saved"))},s=u=>{if(u.preventDefault(),confirm(o("confirmResetConfig"))){let l={...e};l.generalRule||(l.generalRule={}),l.generalRule={...l.generalRule},delete l.generalRule.injectedCss,t(()=>l),st(o("resetThisSuccess"))}};return d("details",{class:"py-2",children:[d("summary",{children:"Edit Injected CSS"}),d("textarea",{class:"code-editor",rows:10,onChange:i,spellcheck:!1,placeholder:".title { color: red }",value:e.generalRule&&e.generalRule.injectedCss?e.generalRule.injectedCss:""}),d("div",{children:[d("a",{href:"#",class:"mr-3 !py-2",onClick:u=>u.preventDefault(),role:"button",children:o("save")}),d("a",{class:"secondary text-sm mr-3",target:"_blank",href:"https://immersivetranslate.com/docs/advanced/",children:[o("help"),"?"]}),d("a",{href:"#",onClick:s,class:"text-sm secondary mr-2",children:o("reset")})]})]})}function gD(){let[e,t,n,r,a]=Le(Ee),{t:o}=W(),i=u=>{u.preventDefault(),confirm(o("confirmResetConfig"))&&(t(()=>wo()),Da().catch(l=>{I.error("clean local config error",l)}),wa().catch(l=>{I.error("clean buildin config error",l)}),Wa().catch(l=>{I.error("clean cache error",l)}),st(o("resetSuccess")))};return d("details",{class:"py-2",children:[d("summary",{children:"Edit Full User Config"}),d("textarea",{class:"code-editor",rows:10,onChange:u=>{try{let l=JSON.parse(u.target.value);t(()=>l),st(o("saved"))}catch(l){an(`Invalid JSON ${l.message}`)}},spellcheck:!1,value:JSON.stringify(e,null,2)}),d("div",{children:[d("a",{href:"#",class:"mr-3 !py-2",onClick:u=>u.preventDefault(),role:"button",children:o("save")}),d("a",{class:"secondary text-sm mr-3",target:"_blank",href:"https://immersivetranslate.com/docs/advanced/",children:[o("help"),"?"]}),d("a",{href:"#",onClick:i,class:"text-sm secondary mr-2",children:o("reset")})]})]})}function mD(){let[e,t,n,r,a]=Le(Ee),o=Qt(e),{t:i}=W(),s=u=>{t(l=>({...l,beta:u}))};return d("fieldset",{class:"mt-2",children:[d("label",{for:"switch",children:[d("input",{type:"checkbox",id:"beta",name:"beta",role:"switch",onChange:()=>{s(!o?.beta)},checked:!!o?.beta}),i("toggleBeta")]}),d("small",{class:"text-gray-500",dangerouslySetInnerHTML:{__html:i("betaDescription",{1:Ul})}})]})}function pD(){let[e,t,n,r,a]=Le(Ee),o=Qt(e),{t:i}=W(),s=u=>{t(l=>({...l,debug:u}))};return d("fieldset",{children:d("label",{for:"switch",children:[d("input",{type:"checkbox",id:"debug",name:"debug",role:"switch",onChange:()=>{s(!o?.debug)},checked:o?.debug}),i("toggleDebug")]})})}function fD(){let[e,t,n,r,a]=Le(Ee),o=Qt(e),{t:i}=W();if(!o?.sentryConfig?.enable)return d(xe,{});let s=u=>{t(l=>(u||Eo([{name:"disableReport"}]),{...l,enableSentryReport:u}))};return d("fieldset",{children:d("label",{for:"switch",children:[d("input",{type:"checkbox",id:"report",name:"report",role:"switch",onChange:()=>{s(!o?.enableSentryReport)},checked:o?.enableSentryReport}),i("enableSentryReport")]})})}m();m();var hD="buildinConfig",bD={},W0=x9(hD,bD);m();function Du(e,t=2e3){return n=>{let r,a=0;return o=>{++a==e&&(n(o),a=0),clearTimeout(r),r=setTimeout(()=>a=0,t)}}}var yD=({date:e})=>{let{t}=W();return d("p",{class:"text-sm",children:[t("The local rules are up to date")," ",new Date(e).toLocaleString()]})},CD=({date:e})=>{let{t}=W();return d("p",{class:"text-sm",children:[t("Successfully synchronized with the latest official rules:")," ",new Date(e).toLocaleString()]})},TD=()=>{let{t:e}=W();return d("p",{class:"text-sm","aria-busy":!0,children:[e("Checking for updates"),"..."]})},vD=()=>{let{t:e}=W();return d("p",{class:"text-sm",children:[e("Rules are being synchronized"),"..."]})},xD=({minVersion:e})=>{let{t}=W();return d("p",{class:"text-sm",children:t("localVersionIsTooOld",{minVersion:e})})},ED=({latestVersion:e})=>{let{t}=W();return d("p",{class:"text-sm",children:[t("foundNewVersion"),":"," ",d("a",{href:"https://github.com/immersive-translate/immersive-translate/releases",children:e})]})},SD=()=>{let{t:e}=W();return d("p",{class:"text-sm",children:e("theLocalExtensionIsUpToUpdate")})},wD=({message:e,handleSyncing:t,date:n})=>{let{t:r}=W();return d("p",{class:"text-sm",children:[r("failToSyncRules")," ",d("a",{onClick:t,children:r("retry")}),d("br",{}),r("failedReason"),"\uFF1A",e,d("br",{}),r("currentRuleVersion"),"\uFF1A",n]})};function wp(){let[e,t]=$(null),{t:n}=W(),[r,a]=$(n("calculating")+"..."),[o,i]=$(null),[s,u]=W0(),[l,c]=$(null),[g,p]=$(""),[f,h]=$(!1),[y,C]=$(!1),[b,x]=$(null),[S,A]=$(null),[P,w,v,L]=Ve();vt(P,w);let[D,T]=$(!1),j=kr(),R=!0;$e()&&b&&(R=b.generalRule.showSponsorOnSafari);let M=async()=>{p("");let _=o;if(o===null)try{let F=await mr({url:va});F?(i(F),_=F,h(!0)):(p(n("unknownError")),c(null))}catch(F){c(null),p(F.message);return}_!==null?(u(_),c(!1),t(_.buildinConfigUpdatedAt)):(p(n("canNotFetchRemoteRule")),c(null))};le(()=>{ft().then(_=>{let F=_.buildinConfigUpdatedAt;x(_);let q=new Date(F);t(F),mr({url:va}).then(z=>{let V=z.minVersion,K=j;i(z);let oe=z.latestVersion;if(oe&&(Fr(K,oe)?A(!0):A(!1)),Fr(K,V)){let te=z.buildinConfigUpdatedAt;new Date(te)>q?(c(!0),M()):c(!1)}else C(!0),c(null)}).catch(z=>{c(null),p(z.message)})}),yb().then(_=>{a(_)})},[]),le(()=>{ft().then(_=>{x(_)})},[P,e]);let O=_=>{w(F=>{let q=!F.alpha;return q?st(n("enableAlphaSuccess")):st(n("disableAlphaSuccess")),{...F,alpha:q}})},N=_=>{_.preventDefault(),_.stopPropagation(),T(!0),wa().catch(F=>{I.error("clear build config failed:",F)}),Da().catch(F=>{I.error("clear local config failed:",F)}),Wa().then(()=>{T(!1),st("\u6E05\u7406\u6210\u529F"),a("0 B")}).catch(F=>{T(!1),an(F.message)})},H=_=>{w(F=>({...F,cache:_}))},B=_=>{w(F=>({...F,enabled:_}))},k="aboutIntro";return R||(k="aboutIntroWithoutSponsor"),b?d(ut,{children:d("div",{class:"text-sm",children:[d("div",{class:"nav",children:d("strong",{onClick:Du(7)(O),class:"text-lg immersive-translate-no-select",children:n("about")})}),d("p",{onClick:Du(7)(O),class:"mb-2 immersive-translate-no-select",children:["V",j,i2()?"(Beta)":""]}),S===!1&&d(ED,{latestVersion:o?.latestVersion}),S===!0&&d(SD,{}),d("fieldset",{children:d("label",{for:"switch",children:[d("input",{type:"checkbox",id:"enabled",name:"enabled",role:"switch",onChange:()=>{B(!b.enabled)},checked:b.enabled}),n("enabledExtension")]})}),d("fieldset",{children:d("label",{for:"switch",children:[d("input",{type:"checkbox",id:"cache",name:"cache",role:"switch",onChange:()=>{H(!b.cache)},checked:b.cache}),n("allowCacheTranslations")]})}),!me()&&r&&d("p",{class:"text-sm",children:[n("cacheSize"),"\xA0",r," \xA0 ",D?d("span",{children:[n("cleaning"),"..."]}):d("a",{class:"text-sm",href:"#",onClick:N,children:n("cleanCache")})]}),g?d(wD,{handleSyncing:M,message:g,date:e||""}):y?d(xD,{minVersion:o.minVersion}):l===null?d(TD,{}):l===!0?d(vD,{}):f?d(CD,{date:e}):d(yD,{date:e}),d("blockquote",{class:"text-sm",dangerouslySetInnerHTML:{__html:n(k,{1:"https://immersivetranslate.com/docs/thanks/",2:"https://immersivetranslate.com/docs/donate/",3:"https://twitter.com/immersivetran",4:"https://t.me/immersivetranslate",5:"https://immersivetranslate.substack.com",6:"https://immersivetranslate.com/pricing/?utm_source=extension&utm_medium=extension&utm_campaign=about_page",7:"https://immersivetranslate.com/pricing/?utm_source=extension&utm_medium=extension&utm_campaign=about_page",8:"mailto:support@immersivetranslate.com"})}}),d("div",{class:"flex items-center justify-center",children:[d("div",{class:"flex flex-col items-center",children:[d("img",{width:"120",src:"https://immersivetranslate.com/assets/wechat-qrcode.jpg",alt:"wechat contact"}),d("div",{class:"text-sm",children:n("wechatPublicAccount")})]}),d("div",{class:"w-16"}),d("div",{class:"flex flex-col items-center",children:[d("img",{width:"125",src:"https://immersivetranslate.com/assets/wechat-contact.png",alt:"qq channel contact"}),d("div",{class:"text-sm text-center",children:n("wechatCommunities")})]})]}),d("ul",{class:"text-sm ml-4",children:[d("li",{children:d("a",{class:"secondary",href:"https://github.com/immersive-translate/immersive-translate/issues",children:n("feedback")})}),d("li",{children:d("a",{class:"secondary",href:Ul,children:n("joinTelegramGroup")})}),d("li",{children:d("a",{class:"secondary",href:"https://immersivetranslate.com/docs/CHANGELOG/",children:n("changelog")})}),d("li",{children:d("a",{class:"secondary",href:"https://immersivetranslate.com/",children:n("projectHomepage")})}),d("li",{children:d("a",{class:"secondary",href:"https://github.com/immersive-translate/immersive-translate/",children:n("Github")})}),R&&!1]}),d("div",{class:"flex justify-center",children:d("iframe",{src:"https://immersivetranslate.substack.com/embed",width:"480",height:"320",style:"border:1px solid #EEE; background:white;",frameBorder:0,scrolling:"no"})})]})}):null}m();m();var DD=e=>{let{onRemoveTag:t,tags:n}=e,r=a=>{let o=n[a];t&&t(o,a)};return d("div",{class:"tags-input-container",children:[n.map((a,o)=>d("div",{class:"tag",style:{paddingRight:0},children:[d("span",{children:a}),d("span",{onClick:()=>r(o),class:"delete",children:"\xD7"})]},a)),d(kD,{...e})]})};function kD(e){let{onAddTag:t,tags:n}=e,r=We(null),[a,o]=$(!1),{t:i}=W(),s=c=>{r.current.innerText="",t&&t(c)};return d(xe,{children:[d("span",{autoFocus:!0,class:"input tag",ref:r,contentEditable:!0,style:{display:a?"inline-block":"none"},onKeyDown:c=>{c.key==="Enter"&&r.current?.textContent&&(c.preventDefault(),s(r.current?.textContent))},onBlur:()=>{o(!1),r.current.innerText=""}}),d("span",{style:{display:a?"none":"inline-block"},onClick:()=>{o(!0),setTimeout(()=>{r.current?.focus()},100)},class:"input tag add",children:i("tagsInput.add")})]})}var Ib=DD;var AD=s0();function Dp(){let e=Ve(),[t,n,r,a,o]=e,i=Qt(t),s=On(i),{t:u,setLang:l}=W();return vt(t,n),!i||!s?d("div",{children:"loading"}):d(ut,{children:d(Ee.Provider,{value:e,children:d("div",{class:"pb-32",children:[d("div",{class:"nav",children:d("strong",{class:"text-lg",children:u("advanced")})}),d(_D,{config:i,ctx:s}),d(MD,{config:i}),d(LD,{config:i,setSettings:n}),d(PD,{ctx:s}),d(FD,{ctx:s}),d(BD,{config:i}),d(RD,{config:i}),d(ID,{config:i}),d(OD,{config:i}),d(ND,{config:i}),d(UD,{config:i}),d(jD,{config:i}),d(HD,{config:i}),d(zD,{config:i,matchKey:"translationMatches",title:u("translationModeLang.translation.title"),description:u("translationModeLang.translation.description")}),d(qD,{config:i,matchKey:"translationMatches",title:u("translationModeUrl.translation.title"),description:u("translationModeUrl.translation.description")})]})})})}function LD(e){let{config:t,setSettings:n}=e,{t:r}=W(),a=Ne(({tag:o,index:i,action:s})=>{n(u=>{let l=u.generalRule?.glossaries||t.generalRule.glossaries,c=l,g=l.find(p=>p.k===o);return s==="add"&&!g&&(c=[...l,{k:o}]),s==="remove"&&(c=l.filter((p,f)=>f!==i)),{...u,generalRule:{...u.generalRule,glossaries:c}}})},[t]);return t?d(xe,{children:[d("div",{class:"nav",children:d(we,{title:r("neverTranslateText.title"),description:r("neverTranslateText.description")})}),d(Ib,{tags:t.generalRule.glossaries.map(o=>o.k),onAddTag:o=>a({tag:o,action:"add"}),onRemoveTag:(o,i)=>a({tag:o,index:i,action:"remove"})})]}):null}function _D({config:e,ctx:t}){let{t:n}=W(),[r,a,o,i,s]=Le(Ee);return t.state.translationArea=="body"?null:d("div",{class:"nav",children:[d(we,{title:n("paragraphMinTextCountField"),description:n("paragraphMinTextCountDesc")}),d("label",{for:"count",children:d("input",{type:"number",id:"count",onChange:u=>{a(l=>{let c=l.generalRule||{},g=parseInt(u.target.value);if(g===0)c={...c,paragraphMinTextCount:1,paragraphMinWordCount:1};else{let p=2,f=Math.floor(g/2);f>2&&(p=f),c={...c,paragraphMinTextCount:g,paragraphMinWordCount:p}}return{...l,generalRule:c}})},name:"count",value:e.generalRule.paragraphMinTextCount,placeholder:"Text Length",required:!0})})]})}function MD({config:e}){let{t}=W(),[n,r,a,o,i]=Le(Ee);return d("div",{class:"nav",children:[d(we,{title:t("the number of characters to be translated first")}),d("label",{for:"count",children:d("input",{type:"number",id:"count",onChange:s=>{let u=s.target.value;r(l=>({...l,immediateTranslationTextCount:parseInt(u)}))},name:"count",value:e.immediateTranslationTextCount,placeholder:"Text Length",required:!0})})]})}function PD({ctx:e}){let{t}=W(),[n,r,a,o,i]=Le(Ee);return d("div",{class:"nav",children:[d(we,{title:t("enableLineBreak"),description:t("enableLineBreakDescription")}),d("label",{for:"switch",children:d("input",{type:"checkbox",onChange:s=>{let u=s.target.checked;r(l=>{let c=l.generalRule||{};return{...l,generalRule:{...c,lineBreakMaxTextCount:u?280:0}}})},checked:e.rule.lineBreakMaxTextCount>0,id:"switch",name:"switch",role:"switch"})})]})}function FD({ctx:e}){let{t}=W(),[n,r,a,o,i]=Le(Ee);return e.rule.lineBreakMaxTextCount<=0?null:d("div",{class:"nav",children:[d(we,{title:t("lineBreakMaxTextCount")}),d("label",{for:"count",children:d("input",{type:"number",id:"count",onChange:s=>{let u=s.target.value;r(l=>{let c=l.generalRule||{};return{...l,generalRule:{...c,lineBreakMaxTextCount:parseInt(u)}}})},name:"count",value:e.rule.lineBreakMaxTextCount,placeholder:"Text Length",required:!0})})]})}function BD({config:e}){let{t}=W(),[n,r,a,o,i]=Le(Ee);return d("div",{class:"nav",children:[d(we,{title:t("translate to the bottom of the page"),description:t("translateToThePageEndImmediatelyDescription")}),d("label",{for:"translateToThePageEndImmediatelyDescription",children:d("input",{type:"checkbox",onChange:s=>{let u=s.target.checked;r(l=>({...l,translationStartMode:u?"immediate":"dynamic"}))},checked:e.translationStartMode==="immediate",id:"translateToThePageEndImmediatelyDescription",name:"switch",role:"switch"})})]})}function RD({config:e}){let{t}=W(),[n,r,a,o,i]=Le(Ee);return d("div",{class:"nav",children:[d(we,{title:t("translationOnlyMode"),description:t("translationOnlyModeDescription")}),d("label",{for:"translationOnlyMode",children:d("input",{type:"checkbox",onChange:s=>{let u=s.target.checked;r(l=>({...l,translationMode:u?"translation":"dual"}))},checked:e.translationMode==="translation",id:"translationOnlyMode",name:"switch",role:"switch"})})]})}function ID({config:e}){let{t}=W(),[n,r,a,o,i]=Le(Ee);return me()?null:d("div",{class:"nav",children:[d(we,{title:t("isShowContextMenu")}),d("label",{for:"isShowContextMenu",children:d("input",{type:"checkbox",onChange:s=>{let u=s.target.checked;c0({...e,isShowContextMenu:u}),r(l=>({...l,isShowContextMenu:u}))},checked:e.isShowContextMenu===!0,id:"isShowContextMenu",name:"switch",role:"switch"})})]})}function OD({config:e}){let{t}=W(),[n,r,a,o,i]=Le(Ee);return d("div",{class:"nav",children:[d(we,{title:t("translate all areas of the page"),description:t("translationAreaDescription")}),d("label",{for:"translationAreaDescription",children:d("input",{type:"checkbox",id:"translationAreaDescription",name:"switch",role:"switch",onChange:s=>{let u=s.target.checked;r(l=>({...l,translationArea:u?"body":"main"}))},checked:e.translationArea==="body"})})]})}function ND({config:e}){let{t}=W(),[n,r,a,o,i]=Le(Ee);return d("div",{class:"nav",children:[d(we,{title:t("isTranslateTitle"),description:t("isTranslateTitleDescription")}),d("label",{for:"isTranslateTitle",children:d("input",{type:"checkbox",id:"isTranslateTitle",name:"isTranslateTitle",role:"switch",onChange:s=>{let u=s.target.checked;r(l=>({...l,generalRule:{...l.generalRule,isTranslateTitle:u}}))},checked:e.generalRule.isTranslateTitle})})]})}function UD({config:e}){let{t}=W(),[n,r,a,o,i]=Le(Ee);return d("div",{class:"nav",children:[d(we,{title:t("loadingThemeTitle"),description:t("loadingThemeDescription")}),d("select",{class:"select",onChange:s=>{r(u=>({...u,loadingTheme:s.target.value}))},children:[d("option",{value:"spinner",selected:e.loadingTheme==="spinner",children:t("loadingTheme.spinner")}),d("option",{value:"text",selected:e.loadingTheme==="text",children:t("loadingTheme.text")}),d("option",{value:"none",selected:e.loadingTheme==="none",children:t("loadingTheme.none")})]})]})}function jD({config:e}){let{t}=W(),[n,r,a,o,i]=Le(Ee),[s]=W0();return s.generalRule?d("div",{class:"nav",children:[d(we,{title:t("translationLineBreakSettingTitle"),description:t("translationLineBreakSettingDescription",{count:s.generalRule.blockMinTextCount})}),d("select",{class:"select",onChange:u=>{r(l=>{let c=l.generalRule||{};return parseInt(u.target.value)===0?c={...c,blockMinTextCount:0,blockMinWordCount:0}:c={...c,blockMinTextCount:s.generalRule.blockMinTextCount,blockMinWordCount:s.generalRule.blockMinWordCount},{...l,generalRule:c}})},children:[d("option",{value:32,selected:e.generalRule.blockMinTextCount>0,children:t("smartLineBreak")}),d("option",{value:0,selected:e.generalRule.blockMinTextCount===0,children:t("alwaysLineBreak")})]})]}):null}function HD({config:e}){let{t}=W(),[n,r,a,o,i]=Le(Ee);return d("div",{class:"nav",children:[d(we,{title:t("tempTranslateDomainTitle"),description:t("tempTranslateDomainDescription")}),d("select",{class:"select",onChange:s=>{r(u=>({...u,tempTranslateDomainMinutes:parseInt(s.target.value)}))},children:[d("option",{value:0,selected:e.tempTranslateDomainMinutes===0,children:t("disabled")}),d("option",{value:5,selected:e.tempTranslateDomainMinutes===5,children:t("xMinutes",{count:5})}),d("option",{value:10,selected:e.tempTranslateDomainMinutes===10,children:t("xMinutes",{count:10})}),d("option",{value:15,selected:e.tempTranslateDomainMinutes===15,children:t("xMinutes",{count:15})}),d("option",{value:30,selected:e.tempTranslateDomainMinutes===30,children:t("xMinutes",{count:30})}),d("option",{value:60,selected:e.tempTranslateDomainMinutes===60,children:t("xMinutes",{count:60})})]})]})}function zD({config:e,matchKey:t,title:n,description:r}){let{t:a}=W(),[o,i,s,u,l]=Le(Ee),c=t==="dualMatches"?"translationMatches":"dualMatches",g=(p,f)=>{i(h=>{let y=h.translationModeLanguagePattern,C=y?.[t]||[],b=y?.[c]||[],x=[...C];p?x=Array.from(new Set([...x,f])):x=x.filter(A=>A!==f);let S=b.filter(A=>A!==f);return{...h,isChangedAlwaysTranslatedUrls:!0,translationModeLanguagePattern:{...h.translationModeLanguagePattern,[t]:x,[c]:S}}})};return d(Eu,{title:n,description:r,languages:AD,selectLanguages:e?.translationModeLanguagePattern?.[t]||[],interfaceLanguage:e?.interfaceLanguage,onChange:g})}function qD({config:e,matchKey:t,title:n,description:r}){let{t:a}=W(),[o,i,s,u,l]=Le(Ee),c=t==="dualMatches"?"translationMatches":"dualMatches",g=(h,y,C,b)=>{i(x=>{let S=x.translationModeUrlPattern,A=S?.[t]||[],P=S?.[c]||[],w=[...A];b==="edit"?w[y]=h:w=Array.from(new Set([...w,h]));let v=P.filter(L=>L!==h);return{...x,isChangedAlwaysTranslatedUrls:!0,translationModeUrlPattern:{...x.translationModeUrlPattern,[t]:w,[c]:v}}})},p=Re(()=>e?.translationModeUrlPattern[t]||[],[e,t]);return d(Su,{title:n,description:r,urls:p,onDeleteUrl:(h,y)=>{i(C=>{let b=p.filter(x=>!h.find(S=>S==x));return{...C,translationModeUrlPattern:{...C.translationModeUrlPattern,[y]:b}}})},onSubmitAddUrl:g,type:t})}m();function kp(){let e=Ve(),[t,n,r,a,o]=e;vt(t,n);let i=Qt(t),s=On(i),{t:u}=W();return s?d(ut,{children:d(Ee.Provider,{value:e,children:[d("div",{class:"nav",children:d("strong",{class:"text-lg",children:u("contact")})}),d("div",{children:d("div",{children:u("contact.description",{email:"support@immersivetranslate.com"})})}),d("iframe",{class:"letterbird-embed contact-embed",src:"https://letterbird.co/immersivetranslate?origin=http://localhost:8000&hideheader=1",width:"100%",height:"452px"})]})}):d("div",{children:"loading"})}m();m();function Vi(e){return d("div",{class:"intro-container",children:[d("img",{src:e.image,class:"intro-light-img"}),d("img",{src:e.nightImage,class:"intro-night-img"}),d("div",{class:"intro-right",children:[d("h1",{children:e.title}),d("p",{dangerouslySetInnerHTML:{__html:e.description}})]})]})}m();function yr(e){return Se.ASSETS_BASE_URL+e}function Ap(){let e=Ve(),[t,n,r,a,o]=e;vt(t,n);let{t:i}=W(),s=Qt(t),u=On(s);if(!u||!s)return d("div",{children:"loading"});let c=(s.supportedVideoSubtitleSites||[]).map(p=>{let f="",h="";if(p.includes("[")){let y=p.split("[");h=y[0];let b=new URL(h).hostname;f=y[1]?y[1].slice(0,-1):b}else h=p,f=new URL(h).hostname;return{name:f,url:h}}),g=c.map((p,f)=>{let h=f===c.length-1;return` + }]`,spellcheck:!1,value:e.rules?JSON.stringify(e.rules||[],null,2):""}),d("div",{children:[d("a",{href:"#",class:"mr-3 !py-2",onClick:l=>l.preventDefault(),role:"button",children:o("save")}),d("a",{target:"_blank",class:"secondary text-sm mr-3",href:"https://immersivetranslate.com/docs/advanced/",children:[o("help"),"?"]}),d("a",{href:"#",onClick:s,class:"text-sm secondary mr-2",children:o("reset")})]})]})}function dD(){let[e,t,n,r,a]=Le(Ee),{t:o}=W(),i=u=>{let l={...e};l.generalRule||(l.generalRule={}),l.generalRule={...l.generalRule,injectedCss:u.target.value||""},t(()=>l),st(o("saved"))},s=u=>{if(u.preventDefault(),confirm(o("confirmResetConfig"))){let l={...e};l.generalRule||(l.generalRule={}),l.generalRule={...l.generalRule},delete l.generalRule.injectedCss,t(()=>l),st(o("resetThisSuccess"))}};return d("details",{class:"py-2",children:[d("summary",{children:"Edit Injected CSS"}),d("textarea",{class:"code-editor",rows:10,onChange:i,spellcheck:!1,placeholder:".title { color: red }",value:e.generalRule&&e.generalRule.injectedCss?e.generalRule.injectedCss:""}),d("div",{children:[d("a",{href:"#",class:"mr-3 !py-2",onClick:u=>u.preventDefault(),role:"button",children:o("save")}),d("a",{class:"secondary text-sm mr-3",target:"_blank",href:"https://immersivetranslate.com/docs/advanced/",children:[o("help"),"?"]}),d("a",{href:"#",onClick:s,class:"text-sm secondary mr-2",children:o("reset")})]})]})}function gD(){let[e,t,n,r,a]=Le(Ee),{t:o}=W(),i=u=>{u.preventDefault(),confirm(o("confirmResetConfig"))&&(t(()=>wo()),Da().catch(l=>{I.error("clean local config error",l)}),wa().catch(l=>{I.error("clean buildin config error",l)}),Wa().catch(l=>{I.error("clean cache error",l)}),st(o("resetSuccess")))};return d("details",{class:"py-2",children:[d("summary",{children:"Edit Full User Config"}),d("textarea",{class:"code-editor",rows:10,onChange:u=>{try{let l=JSON.parse(u.target.value);t(()=>l),st(o("saved"))}catch(l){an(`Invalid JSON ${l.message}`)}},spellcheck:!1,value:JSON.stringify(e,null,2)}),d("div",{children:[d("a",{href:"#",class:"mr-3 !py-2",onClick:u=>u.preventDefault(),role:"button",children:o("save")}),d("a",{class:"secondary text-sm mr-3",target:"_blank",href:"https://immersivetranslate.com/docs/advanced/",children:[o("help"),"?"]}),d("a",{href:"#",onClick:i,class:"text-sm secondary mr-2",children:o("reset")})]})]})}function mD(){let[e,t,n,r,a]=Le(Ee),o=Qt(e),{t:i}=W(),s=u=>{t(l=>({...l,beta:u}))};return d("fieldset",{class:"mt-2",children:[d("label",{for:"switch",children:[d("input",{type:"checkbox",id:"beta",name:"beta",role:"switch",onChange:()=>{s(!o?.beta)},checked:!!o?.beta}),i("toggleBeta")]}),d("small",{class:"text-gray-500",dangerouslySetInnerHTML:{__html:i("betaDescription",{1:Ul})}})]})}function pD(){let[e,t,n,r,a]=Le(Ee),o=Qt(e),{t:i}=W(),s=u=>{t(l=>({...l,debug:u}))};return d("fieldset",{children:d("label",{for:"switch",children:[d("input",{type:"checkbox",id:"debug",name:"debug",role:"switch",onChange:()=>{s(!o?.debug)},checked:o?.debug}),i("toggleDebug")]})})}function fD(){let[e,t,n,r,a]=Le(Ee),o=Qt(e),{t:i}=W();if(!o?.sentryConfig?.enable)return d(xe,{});let s=u=>{t(l=>(u||Eo([{name:"disableReport"}]),{...l,enableSentryReport:u}))};return d("fieldset",{children:d("label",{for:"switch",children:[d("input",{type:"checkbox",id:"report",name:"report",role:"switch",onChange:()=>{s(!o?.enableSentryReport)},checked:o?.enableSentryReport}),i("enableSentryReport")]})})}m();m();var hD="buildinConfig",bD={},W0=x9(hD,bD);m();function Du(e,t=2e3){return n=>{let r,a=0;return o=>{++a==e&&(n(o),a=0),clearTimeout(r),r=setTimeout(()=>a=0,t)}}}var yD=({date:e})=>{let{t}=W();return d("p",{class:"text-sm",children:[t("The local rules are up to date")," ",new Date(e).toLocaleString()]})},CD=({date:e})=>{let{t}=W();return d("p",{class:"text-sm",children:[t("Successfully synchronized with the latest official rules:")," ",new Date(e).toLocaleString()]})},TD=()=>{let{t:e}=W();return d("p",{class:"text-sm","aria-busy":!0,children:[e("Checking for updates"),"..."]})},vD=()=>{let{t:e}=W();return d("p",{class:"text-sm",children:[e("Rules are being synchronized"),"..."]})},xD=({minVersion:e})=>{let{t}=W();return d("p",{class:"text-sm",children:t("localVersionIsTooOld",{minVersion:e})})},ED=({latestVersion:e})=>{let{t}=W();return d("p",{class:"text-sm",children:[t("foundNewVersion"),":"," ",d("a",{href:"https://github.com/immersive-translate/immersive-translate/releases",children:e})]})},SD=()=>{let{t:e}=W();return d("p",{class:"text-sm",children:e("theLocalExtensionIsUpToUpdate")})},wD=({message:e,handleSyncing:t,date:n})=>{let{t:r}=W();return d("p",{class:"text-sm",children:[r("failToSyncRules")," ",d("a",{onClick:t,children:r("retry")}),d("br",{}),r("failedReason"),"\uFF1A",e,d("br",{}),r("currentRuleVersion"),"\uFF1A",n]})};function wp(){let[e,t]=$(null),{t:n}=W(),[r,a]=$(n("calculating")+"..."),[o,i]=$(null),[s,u]=W0(),[l,c]=$(null),[g,p]=$(""),[f,h]=$(!1),[y,C]=$(!1),[b,v]=$(null),[S,L]=$(null),[P,w,E,A]=Ve();vt(P,w);let[D,T]=$(!1),N=kr(),B=!0;$e()&&b&&(B=b.generalRule.showSponsorOnSafari);let M=async()=>{p("");let _=o;if(o===null)try{let F=await mr({url:va});F?(i(F),_=F,h(!0)):(p(n("unknownError")),c(null))}catch(F){c(null),p(F.message);return}_!==null?(u(_),c(!1),t(_.buildinConfigUpdatedAt)):(p(n("canNotFetchRemoteRule")),c(null))};le(()=>{ft().then(_=>{let F=_.buildinConfigUpdatedAt;v(_);let q=new Date(F);t(F),mr({url:va}).then(z=>{let V=z.minVersion,K=N;i(z);let oe=z.latestVersion;if(oe&&(Fr(K,oe)?L(!0):L(!1)),Fr(K,V)){let te=z.buildinConfigUpdatedAt;new Date(te)>q?(c(!0),M()):c(!1)}else C(!0),c(null)}).catch(z=>{c(null),p(z.message)})}),yb().then(_=>{a(_)})},[]),le(()=>{ft().then(_=>{v(_)})},[P,e]);let O=_=>{w(F=>{let q=!F.alpha;return q?st(n("enableAlphaSuccess")):st(n("disableAlphaSuccess")),{...F,alpha:q}})},U=_=>{_.preventDefault(),_.stopPropagation(),T(!0),wa().catch(F=>{I.error("clear build config failed:",F)}),Da().catch(F=>{I.error("clear local config failed:",F)}),Wa().then(()=>{T(!1),st("\u6E05\u7406\u6210\u529F"),a("0 B")}).catch(F=>{T(!1),an(F.message)})},H=_=>{w(F=>({...F,cache:_}))},R=_=>{w(F=>({...F,enabled:_}))},k="aboutIntro";return B||(k="aboutIntroWithoutSponsor"),b?d(ut,{children:d("div",{class:"text-sm",children:[d("div",{class:"nav",children:d("strong",{onClick:Du(7)(O),class:"text-lg immersive-translate-no-select",children:n("about")})}),d("p",{onClick:Du(7)(O),class:"mb-2 immersive-translate-no-select",children:["V",N,i2()?"(Beta)":""]}),S===!1&&d(ED,{latestVersion:o?.latestVersion}),S===!0&&d(SD,{}),d("fieldset",{children:d("label",{for:"switch",children:[d("input",{type:"checkbox",id:"enabled",name:"enabled",role:"switch",onChange:()=>{R(!b.enabled)},checked:b.enabled}),n("enabledExtension")]})}),d("fieldset",{children:d("label",{for:"switch",children:[d("input",{type:"checkbox",id:"cache",name:"cache",role:"switch",onChange:()=>{H(!b.cache)},checked:b.cache}),n("allowCacheTranslations")]})}),!me()&&r&&d("p",{class:"text-sm",children:[n("cacheSize"),"\xA0",r," \xA0 ",D?d("span",{children:[n("cleaning"),"..."]}):d("a",{class:"text-sm",href:"#",onClick:U,children:n("cleanCache")})]}),g?d(wD,{handleSyncing:M,message:g,date:e||""}):y?d(xD,{minVersion:o.minVersion}):l===null?d(TD,{}):l===!0?d(vD,{}):f?d(CD,{date:e}):d(yD,{date:e}),d("blockquote",{class:"text-sm",dangerouslySetInnerHTML:{__html:n(k,{1:"https://immersivetranslate.com/docs/thanks/",2:"https://immersivetranslate.com/docs/donate/",3:"https://twitter.com/immersivetran",4:"https://t.me/immersivetranslate",5:"https://immersivetranslate.substack.com",6:"https://immersivetranslate.com/pricing/?utm_source=extension&utm_medium=extension&utm_campaign=about_page",7:"https://immersivetranslate.com/pricing/?utm_source=extension&utm_medium=extension&utm_campaign=about_page",8:"mailto:support@immersivetranslate.com"})}}),d("div",{class:"flex items-center justify-center",children:[d("div",{class:"flex flex-col items-center",children:[d("img",{width:"120",src:"https://immersivetranslate.com/assets/wechat-qrcode.jpg",alt:"wechat contact"}),d("div",{class:"text-sm",children:n("wechatPublicAccount")})]}),d("div",{class:"w-16"}),d("div",{class:"flex flex-col items-center",children:[d("img",{width:"125",src:"https://immersivetranslate.com/assets/wechat-contact.png",alt:"qq channel contact"}),d("div",{class:"text-sm text-center",children:n("wechatCommunities")})]})]}),d("ul",{class:"text-sm ml-4",children:[d("li",{children:d("a",{class:"secondary",href:"https://github.com/immersive-translate/immersive-translate/issues",children:n("feedback")})}),d("li",{children:d("a",{class:"secondary",href:Ul,children:n("joinTelegramGroup")})}),d("li",{children:d("a",{class:"secondary",href:"https://immersivetranslate.com/docs/CHANGELOG/",children:n("changelog")})}),d("li",{children:d("a",{class:"secondary",href:"https://immersivetranslate.com/",children:n("projectHomepage")})}),d("li",{children:d("a",{class:"secondary",href:"https://github.com/immersive-translate/immersive-translate/",children:n("Github")})}),B&&!1]}),d("div",{class:"flex justify-center",children:d("iframe",{src:"https://immersivetranslate.substack.com/embed",width:"480",height:"320",style:"border:1px solid #EEE; background:white;",frameBorder:0,scrolling:"no"})})]})}):null}m();m();var DD=e=>{let{onRemoveTag:t,tags:n}=e,r=a=>{let o=n[a];t&&t(o,a)};return d("div",{class:"tags-input-container",children:[n.map((a,o)=>d("div",{class:"tag",style:{paddingRight:0},children:[d("span",{children:a}),d("span",{onClick:()=>r(o),class:"delete",children:"\xD7"})]},a)),d(kD,{...e})]})};function kD(e){let{onAddTag:t,tags:n}=e,r=We(null),[a,o]=$(!1),{t:i}=W(),s=c=>{r.current.innerText="",t&&t(c)};return d(xe,{children:[d("span",{autoFocus:!0,class:"input tag",ref:r,contentEditable:!0,style:{display:a?"inline-block":"none"},onKeyDown:c=>{c.key==="Enter"&&r.current?.textContent&&(c.preventDefault(),s(r.current?.textContent))},onBlur:()=>{o(!1),r.current.innerText=""}}),d("span",{style:{display:a?"none":"inline-block"},onClick:()=>{o(!0),setTimeout(()=>{r.current?.focus()},100)},class:"input tag add",children:i("tagsInput.add")})]})}var Ib=DD;var AD=s0();function Dp(){let e=Ve(),[t,n,r,a,o]=e,i=Qt(t),s=On(i),{t:u,setLang:l}=W();return vt(t,n),!i||!s?d("div",{children:"loading"}):d(ut,{children:d(Ee.Provider,{value:e,children:d("div",{class:"pb-32",children:[d("div",{class:"nav",children:d("strong",{class:"text-lg",children:u("advanced")})}),d(_D,{config:i,ctx:s}),d(MD,{config:i}),d(LD,{config:i,setSettings:n}),d(PD,{ctx:s}),d(FD,{ctx:s}),d(BD,{config:i}),d(RD,{config:i}),d(ID,{config:i}),d(OD,{config:i}),d(ND,{config:i}),d(UD,{config:i}),d(jD,{config:i}),d(HD,{config:i}),d(zD,{config:i,matchKey:"translationMatches",title:u("translationModeLang.translation.title"),description:u("translationModeLang.translation.description")}),d(qD,{config:i,matchKey:"translationMatches",title:u("translationModeUrl.translation.title"),description:u("translationModeUrl.translation.description")})]})})})}function LD(e){let{config:t,setSettings:n}=e,{t:r}=W(),a=Ne(({tag:o,index:i,action:s})=>{n(u=>{let l=u.generalRule?.glossaries||t.generalRule.glossaries,c=l,g=l.find(p=>p.k===o);return s==="add"&&!g&&(c=[...l,{k:o}]),s==="remove"&&(c=l.filter((p,f)=>f!==i)),{...u,generalRule:{...u.generalRule,glossaries:c}}})},[t]);return t?d(xe,{children:[d("div",{class:"nav",children:d(we,{title:r("neverTranslateText.title"),description:r("neverTranslateText.description")})}),d(Ib,{tags:t.generalRule.glossaries.map(o=>o.k),onAddTag:o=>a({tag:o,action:"add"}),onRemoveTag:(o,i)=>a({tag:o,index:i,action:"remove"})})]}):null}function _D({config:e,ctx:t}){let{t:n}=W(),[r,a,o,i,s]=Le(Ee);return t.state.translationArea=="body"?null:d("div",{class:"nav",children:[d(we,{title:n("paragraphMinTextCountField"),description:n("paragraphMinTextCountDesc")}),d("label",{for:"count",children:d("input",{type:"number",id:"count",onChange:u=>{a(l=>{let c=l.generalRule||{},g=parseInt(u.target.value);if(g===0)c={...c,paragraphMinTextCount:1,paragraphMinWordCount:1};else{let p=2,f=Math.floor(g/2);f>2&&(p=f),c={...c,paragraphMinTextCount:g,paragraphMinWordCount:p}}return{...l,generalRule:c}})},name:"count",value:e.generalRule.paragraphMinTextCount,placeholder:"Text Length",required:!0})})]})}function MD({config:e}){let{t}=W(),[n,r,a,o,i]=Le(Ee);return d("div",{class:"nav",children:[d(we,{title:t("the number of characters to be translated first")}),d("label",{for:"count",children:d("input",{type:"number",id:"count",onChange:s=>{let u=s.target.value;r(l=>({...l,immediateTranslationTextCount:parseInt(u)}))},name:"count",value:e.immediateTranslationTextCount,placeholder:"Text Length",required:!0})})]})}function PD({ctx:e}){let{t}=W(),[n,r,a,o,i]=Le(Ee);return d("div",{class:"nav",children:[d(we,{title:t("enableLineBreak"),description:t("enableLineBreakDescription")}),d("label",{for:"switch",children:d("input",{type:"checkbox",onChange:s=>{let u=s.target.checked;r(l=>{let c=l.generalRule||{};return{...l,generalRule:{...c,lineBreakMaxTextCount:u?280:0}}})},checked:e.rule.lineBreakMaxTextCount>0,id:"switch",name:"switch",role:"switch"})})]})}function FD({ctx:e}){let{t}=W(),[n,r,a,o,i]=Le(Ee);return e.rule.lineBreakMaxTextCount<=0?null:d("div",{class:"nav",children:[d(we,{title:t("lineBreakMaxTextCount")}),d("label",{for:"count",children:d("input",{type:"number",id:"count",onChange:s=>{let u=s.target.value;r(l=>{let c=l.generalRule||{};return{...l,generalRule:{...c,lineBreakMaxTextCount:parseInt(u)}}})},name:"count",value:e.rule.lineBreakMaxTextCount,placeholder:"Text Length",required:!0})})]})}function BD({config:e}){let{t}=W(),[n,r,a,o,i]=Le(Ee);return d("div",{class:"nav",children:[d(we,{title:t("translate to the bottom of the page"),description:t("translateToThePageEndImmediatelyDescription")}),d("label",{for:"translateToThePageEndImmediatelyDescription",children:d("input",{type:"checkbox",onChange:s=>{let u=s.target.checked;r(l=>({...l,translationStartMode:u?"immediate":"dynamic"}))},checked:e.translationStartMode==="immediate",id:"translateToThePageEndImmediatelyDescription",name:"switch",role:"switch"})})]})}function RD({config:e}){let{t}=W(),[n,r,a,o,i]=Le(Ee);return d("div",{class:"nav",children:[d(we,{title:t("translationOnlyMode"),description:t("translationOnlyModeDescription")}),d("label",{for:"translationOnlyMode",children:d("input",{type:"checkbox",onChange:s=>{let u=s.target.checked;r(l=>({...l,translationMode:u?"translation":"dual"}))},checked:e.translationMode==="translation",id:"translationOnlyMode",name:"switch",role:"switch"})})]})}function ID({config:e}){let{t}=W(),[n,r,a,o,i]=Le(Ee);return me()?null:d("div",{class:"nav",children:[d(we,{title:t("isShowContextMenu")}),d("label",{for:"isShowContextMenu",children:d("input",{type:"checkbox",onChange:s=>{let u=s.target.checked;c0({...e,isShowContextMenu:u}),r(l=>({...l,isShowContextMenu:u}))},checked:e.isShowContextMenu===!0,id:"isShowContextMenu",name:"switch",role:"switch"})})]})}function OD({config:e}){let{t}=W(),[n,r,a,o,i]=Le(Ee);return d("div",{class:"nav",children:[d(we,{title:t("translate all areas of the page"),description:t("translationAreaDescription")}),d("label",{for:"translationAreaDescription",children:d("input",{type:"checkbox",id:"translationAreaDescription",name:"switch",role:"switch",onChange:s=>{let u=s.target.checked;r(l=>({...l,translationArea:u?"body":"main"}))},checked:e.translationArea==="body"})})]})}function ND({config:e}){let{t}=W(),[n,r,a,o,i]=Le(Ee);return d("div",{class:"nav",children:[d(we,{title:t("isTranslateTitle"),description:t("isTranslateTitleDescription")}),d("label",{for:"isTranslateTitle",children:d("input",{type:"checkbox",id:"isTranslateTitle",name:"isTranslateTitle",role:"switch",onChange:s=>{let u=s.target.checked;r(l=>({...l,generalRule:{...l.generalRule,isTranslateTitle:u}}))},checked:e.generalRule.isTranslateTitle})})]})}function UD({config:e}){let{t}=W(),[n,r,a,o,i]=Le(Ee);return d("div",{class:"nav",children:[d(we,{title:t("loadingThemeTitle"),description:t("loadingThemeDescription")}),d("select",{class:"select",onChange:s=>{r(u=>({...u,loadingTheme:s.target.value}))},children:[d("option",{value:"spinner",selected:e.loadingTheme==="spinner",children:t("loadingTheme.spinner")}),d("option",{value:"text",selected:e.loadingTheme==="text",children:t("loadingTheme.text")}),d("option",{value:"none",selected:e.loadingTheme==="none",children:t("loadingTheme.none")})]})]})}function jD({config:e}){let{t}=W(),[n,r,a,o,i]=Le(Ee),[s]=W0();return s.generalRule?d("div",{class:"nav",children:[d(we,{title:t("translationLineBreakSettingTitle"),description:t("translationLineBreakSettingDescription",{count:s.generalRule.blockMinTextCount})}),d("select",{class:"select",onChange:u=>{r(l=>{let c=l.generalRule||{};return parseInt(u.target.value)===0?c={...c,blockMinTextCount:0,blockMinWordCount:0}:c={...c,blockMinTextCount:s.generalRule.blockMinTextCount,blockMinWordCount:s.generalRule.blockMinWordCount},{...l,generalRule:c}})},children:[d("option",{value:32,selected:e.generalRule.blockMinTextCount>0,children:t("smartLineBreak")}),d("option",{value:0,selected:e.generalRule.blockMinTextCount===0,children:t("alwaysLineBreak")})]})]}):null}function HD({config:e}){let{t}=W(),[n,r,a,o,i]=Le(Ee);return d("div",{class:"nav",children:[d(we,{title:t("tempTranslateDomainTitle"),description:t("tempTranslateDomainDescription")}),d("select",{class:"select",onChange:s=>{r(u=>({...u,tempTranslateDomainMinutes:parseInt(s.target.value)}))},children:[d("option",{value:0,selected:e.tempTranslateDomainMinutes===0,children:t("disabled")}),d("option",{value:5,selected:e.tempTranslateDomainMinutes===5,children:t("xMinutes",{count:5})}),d("option",{value:10,selected:e.tempTranslateDomainMinutes===10,children:t("xMinutes",{count:10})}),d("option",{value:15,selected:e.tempTranslateDomainMinutes===15,children:t("xMinutes",{count:15})}),d("option",{value:30,selected:e.tempTranslateDomainMinutes===30,children:t("xMinutes",{count:30})}),d("option",{value:60,selected:e.tempTranslateDomainMinutes===60,children:t("xMinutes",{count:60})})]})]})}function zD({config:e,matchKey:t,title:n,description:r}){let{t:a}=W(),[o,i,s,u,l]=Le(Ee),c=t==="dualMatches"?"translationMatches":"dualMatches",g=(p,f)=>{i(h=>{let y=h.translationModeLanguagePattern,C=y?.[t]||[],b=y?.[c]||[],v=[...C];p?v=Array.from(new Set([...v,f])):v=v.filter(L=>L!==f);let S=b.filter(L=>L!==f);return{...h,isChangedAlwaysTranslatedUrls:!0,translationModeLanguagePattern:{...h.translationModeLanguagePattern,[t]:v,[c]:S}}})};return d(Eu,{title:n,description:r,languages:AD,selectLanguages:e?.translationModeLanguagePattern?.[t]||[],interfaceLanguage:e?.interfaceLanguage,onChange:g})}function qD({config:e,matchKey:t,title:n,description:r}){let{t:a}=W(),[o,i,s,u,l]=Le(Ee),c=t==="dualMatches"?"translationMatches":"dualMatches",g=(h,y,C,b)=>{i(v=>{let S=v.translationModeUrlPattern,L=S?.[t]||[],P=S?.[c]||[],w=[...L];b==="edit"?w[y]=h:w=Array.from(new Set([...w,h]));let E=P.filter(A=>A!==h);return{...v,isChangedAlwaysTranslatedUrls:!0,translationModeUrlPattern:{...v.translationModeUrlPattern,[t]:w,[c]:E}}})},p=Re(()=>e?.translationModeUrlPattern[t]||[],[e,t]);return d(Su,{title:n,description:r,urls:p,onDeleteUrl:(h,y)=>{i(C=>{let b=p.filter(v=>!h.find(S=>S==v));return{...C,translationModeUrlPattern:{...C.translationModeUrlPattern,[y]:b}}})},onSubmitAddUrl:g,type:t})}m();function kp(){let e=Ve(),[t,n,r,a,o]=e;vt(t,n);let i=Qt(t),s=On(i),{t:u}=W();return s?d(ut,{children:d(Ee.Provider,{value:e,children:[d("div",{class:"nav",children:d("strong",{class:"text-lg",children:u("contact")})}),d("div",{children:d("div",{children:u("contact.description",{email:"support@immersivetranslate.com"})})}),d("iframe",{class:"letterbird-embed contact-embed",src:"https://letterbird.co/immersivetranslate?origin=http://localhost:8000&hideheader=1",width:"100%",height:"452px"})]})}):d("div",{children:"loading"})}m();m();function Vi(e){return d("div",{class:"intro-container",children:[d("img",{src:e.image,class:"intro-light-img"}),d("img",{src:e.nightImage,class:"intro-night-img"}),d("div",{class:"intro-right",children:[d("h1",{children:e.title}),d("p",{dangerouslySetInnerHTML:{__html:e.description}})]})]})}m();function yr(e){return Se.ASSETS_BASE_URL+e}function Ap(){let e=Ve(),[t,n,r,a,o]=e;vt(t,n);let{t:i}=W(),s=Qt(t),u=On(s);if(!u||!s)return d("div",{children:"loading"});let c=(s.supportedVideoSubtitleSites||[]).map(p=>{let f="",h="";if(p.includes("[")){let y=p.split("[");h=y[0];let b=new URL(h).hostname;f=y[1]?y[1].slice(0,-1):b}else h=p,f=new URL(h).hostname;return{name:f,url:h}}),g=c.map((p,f)=>{let h=f===c.length-1;return` ${p.name} ${h?"":", "} - `}).join("");return d(ut,{children:d(Ee.Provider,{value:e,children:[d("div",{class:"nav",children:d("strong",{class:"text-lg",children:i("subtitle")})}),d(Vi,{image:yr("images/dual_subtitle_intro.png"),nightImage:yr("images/dual_subtitle_intro_night.png"),title:i("intro.subtitleTitle"),description:i("intro.subtitleDescription")+g}),d("div",{class:"nav",children:[d(we,{title:i("autoEnableSubtitle"),description:i("subtitle.autoEnableSubtitleDescription")}),d("label",{for:"subtitle.autoEnableSubtitle",children:d("input",{type:"checkbox",id:"subtitle.autoEnableSubtitle",name:"subtitle.autoEnableSubtitle",role:"switch",onChange:p=>{let f=p.target.checked;n(h=>({...h,generalRule:{...h.generalRule,"subtitleRule.add":{...h.generalRule?.["subtitleRule.add"],autoEnableSubtitle:f}}}))},checked:s.generalRule.subtitleRule.autoEnableSubtitle})})]}),d("div",{class:"nav",children:[d(we,{title:i("subtitle.humanSubtitlesPreferred"),description:i("subtitle.humanSubtitlesPreferredDescription")}),d("label",{for:"subtitle.humanSubtitlesPreferred",children:d("input",{type:"checkbox",id:"subtitle.humanSubtitlesPreferred",name:"subtitle.humanSubtitlesPreferred",role:"switch",onChange:p=>{let f=p.target.checked;n(h=>({...h,generalRule:{...h.generalRule,"subtitleRule.add":{...h.generalRule?.["subtitleRule.add"],humanPreferred:f}}}))},checked:s.generalRule.subtitleRule.humanPreferred})})]}),d("div",{class:"nav",children:[d(we,{title:i("subtitle.preTranslation"),description:i("subtitle.preTranslationDescription")}),d("label",{for:"subtitle.preTranslation",children:d("input",{type:"checkbox",id:"subtitle.preTranslation",name:"subtitle.preTranslation",role:"switch",onChange:p=>{let f=p.target.checked;n(h=>({...h,generalRule:{...h.generalRule,"subtitleRule.add":{...h.generalRule?.["subtitleRule.add"],preTranslation:f}}}))},checked:s.generalRule.subtitleRule.preTranslation})})]}),d($a,{title:i("youtubeService"),config:s,ctx:u,description:i("videoSubtitleTranslationDescription"),serviceType:"subtitleTranslateService"}),d("div",{class:"nav",children:[d(we,{title:i("subtitle.showQuickButton"),description:i("subtitle.showQuickButtonDescription")}),d("label",{for:"subtitle.showQuickButton",children:d("input",{type:"checkbox",id:"subtitle.showQuickButton",name:"subtitle.showQuickButton",role:"switch",onChange:p=>{let f=p.target.checked;n(h=>({...h,generalRule:{...h.generalRule,"subtitleRule.add":{...h.generalRule?.["subtitleRule.add"],showQuickButton:f}}}))},checked:s.generalRule.subtitleRule.showQuickButton})})]}),d(WD,{translationMode:s.generalRule.subtitleRule.translationMode,setSettings:n}),d("div",{class:"nav",children:[d(we,{title:i("subtitle.disabledSubtitle"),description:i("subtitle.disabledSubtitleDescription")}),d("label",{for:"subtitle.disabledSubtitle",children:d("input",{type:"checkbox",id:"subtitle.disabledSubtitle",name:"subtitle.disabledSubtitle",role:"switch",onChange:p=>{let f=p.target.checked;n(h=>({...h,generalRule:{...h.generalRule,"subtitleRule.add":{...h.generalRule?.["subtitleRule.add"],disabled:f}}}))},checked:s.generalRule.subtitleRule.disabled})})]}),d("div",{className:"intro-footer",dangerouslySetInnerHTML:{__html:i("intro.subtitleDescription")+"
"+g}})]})})}function WD(e){let{t}=W(),n=["inherit","dual","translation"];return d("div",{class:"nav",children:[d(we,{title:t("subtitle.transitionMode"),description:t("subtitle.transitionModeDescription")}),d("select",{class:"select",onChange:r=>{r.preventDefault(),e.setSettings(a=>({...a,generalRule:{...a.generalRule,"subtitleRule.add":{...a.generalRule?.["subtitleRule.add"],translationMode:r.target.value}}}))},children:n.map(r=>d("option",{value:r,selected:e.translationMode==r,children:t(`transitionMode.${r}`)},r))})]})}m();var Ob=fs({presets:[Zu(),el()]});m();var Nb="G-MKMD9LWFTR";async function pt(e,t,n){try{let r=Zs(),a=Pe(),o=a.INSTALL_FROM==="firefox_store";r?.name?.startsWith("ImtFx")&&(o=!1);let i=me(),s=ot(),u=a.PROD==="1",l=`report_${e}`,c=e.endsWith("_daily");if(c){if(s)return;let D=await Xr(l,0),T=$0(new Date(D)),j=Date.now(),R=$0(new Date(j));if(T===R)return;await S1(l,j)}else if(!n.config.telemetry)return;let g="sitc4WmvShWYwfU0dANM3Q",p=await jt("fakeUserId","");p||(p=await Xr("fakeUserId",""),p&&await at("fakeUserId",p));let f=Zn(),h=new Date,y=await jt("installedAt","");y||(y=await Xr("installedAt",""),y&&await at("installedAt",y)),p?y||(y=new Date(0).toISOString(),await at("installedAt",y)):(p=$D(32),await at("fakeUserId",p)),y||(y=h.toISOString(),await at("installedAt",y));let C=new Date(y),b=$0(C),x=$0(h),S=b===x,A=h.getTime()-C.getTime()<7*24*60*60*1e3,P=`https://www.google-analytics.com/mp/collect?measurement_id=${Nb}&api_secret=${g}`;u||(P=`https://www.google-analytics.com/debug/mp/collect?measurement_id=${Nb}&api_secret=${g}`);let w=ti.parse(window.navigator.userAgent),v=t.map(D=>{let T=D.params||{};if(w.os&&(T.os_name=w.os.name||"unknown",T.os_version=w.os.version||"unknown",T.os_version_name=w.os.versionName||"unknown"),w.browser&&(T.browser_name=w.browser.name||"unknown",T.browser_version=w.browser.version||"unknown",r&&(T.browser_name=r.name,T.browser_version=r.version)),w.platform&&(T.platform_type=w.platform.type||"unknown"),w.engine&&(T.engine_name=w.engine.name||"unknown",T.engine_version=w.engine.version||"unknown"),n.translationService&&(T.translation_service||(T.translation_service=n.translationService),n.config.translationServices&&n.config.translationServices[n.translationService]&&(n.config.translationServices[n.translationService].provider&&(T.translation_service_provider=n.config.translationServices[n.translationService].provider),n.translationService==="openai"&&n.config.translationServices[n.translationService].provider==="custom"&&(n.config.translationServices[n.translationService].apiUrl?n.config.translationServices[n.translationService].apiUrl.startsWith("https://api.openai.com/")?T.openai_is_official="1":T.openai_is_official="0":T.openai_is_official="1"))),n.targetLanguage&&(T.target_language=n.targetLanguage),n.config.interfaceLanguage&&(T.interface_language=n.config.interfaceLanguage),n.config.enableDefaultAlwaysTranslatedUrls?T.enable_default_always_translated_urls=n.config.enableDefaultAlwaysTranslatedUrls?"1":"0":T.enable_default_always_translated_urls="0",f&&(T.version=f),n.config.enableInputTranslation?T.enable_input_translation=n.config.enableInputTranslation?"1":"0":T.enable_input_translation="0",n.config.translationTheme&&(T.translation_theme=n.config.translationTheme),n.config.alpha&&(T.alpha=n.config.alpha.toString()),n.config.translationLanguagePattern&&n.config.translationLanguagePattern.matches?.length>0?T.always_translate_languages=n.config.translationLanguagePattern.matches.join(","):T.always_translate_languages="none",a.INSTALL_FROM&&(T.install_from=a.INSTALL_FROM),n.config.beta&&(T.beta=n.config.alpha.toString()),n.config.translationArea&&(T.translation_area=n.config.translationArea),b&&(T.install_day=VD(C)),n.user){let R=h1(n.user);R&&Object.keys(R).forEach(M=>{T[M]=R[M]})}else T.user_type="anonymous";n.config.translationMode&&(T.translation_mode=n.config.translationMode),T.userscript=i.toString(),S?T.is_new_user_today="1":T.is_new_user_today="0",A?T.is_new_user_this_week="1":T.is_new_user_this_week="0",n.config.tempTranslateDomainMinutes?T.temp_translate_domain_minutes=n.config.tempTranslateDomainMinutes.toString():T.temp_translate_domain_minutes="0";let j="html";if(n.rule.pageType&&(j=n.rule.pageType),T.page_type=j,s?T.main_frame=0:T.main_frame=1,!c){let R=n.url;try{let M=new URL(R);T.site_host=M.hostname}catch{T.site_host="unknown"}n.sourceLanguage&&(T.source_language=n.sourceLanguage)}return{...D,params:T}});if(o)return;let L=await de({responseType:"text",url:P,method:"POST",body:JSON.stringify({client_id:p,user_id:p,events:v})})}catch{}}function $D(e){let t="",n="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789",r=n.length,a=0;for(;a{let[f,h]=$(!1),y=We(null),C=We(null),b=()=>{u||!l&&it().any||(y.current&&clearTimeout(y.current),y.current=setTimeout(()=>{h(!0),p?.()},s))},x=()=>{it().any&&(C.current&&clearTimeout(C.current),C.current=setTimeout(()=>{S()},2e3))},S=()=>{y.current&&(clearTimeout(y.current),g?.()),h(!1)},A=Re(()=>{let P={position:"absolute",padding:"6px 20px",backgroundColor:"#000000",color:"#ffffff",borderRadius:"8px",whiteSpace:"nowrap",fontSize:"14px",zIndex:1e3};switch(o&&(P.maxWidth="200px",i&&(P.width=i+"px"),P.whiteSpace="normal"),n){case"top":return{...P,bottom:"100%",left:"50%",transform:"translateX(-50%)",marginBottom:"10px",...c};case"bottom":return{...P,top:"100%",left:"50%",transform:"translateX(-50%)",marginTop:"10px",...c};case"left":return{...P,right:"100%",top:"50%",transform:"translateY(-50%)",marginRight:"10px",...c};case"right":return{...P,left:"100%",top:"50%",transform:"translateY(-50%)",marginLeft:"10px",...c};default:return{}}},[n,o,i,c]);return d("div",{class:a,style:{position:"relative",pointerEvents:"all",display:"inline-block",...r},children:[d("div",{onMouseEnter:b,onMouseLeave:S,onTouchStart:()=>{l&&b()},onTouchEnd:()=>{l&&x()},children:t}),f&&d("div",{style:A,role:"tooltip",children:e})]})},tr=KD;m();m();m();m();m();function jb(e){let t=null,n=null,r=e.rule.bodyRule;if(!r.enable)return{bodyIsRoot:!1,bodyNode:t,articleNode:n};if(r.bodySelector&&(t=document.querySelector(r.bodySelector)),r.articleSelector&&(n=document.querySelector(r.articleSelector)),t||n)return I.debug("body rule has confirm"),{bodyIsRoot:a(),bodyNode:t,articleNode:n};if(document.body.scrollHeight>=window.innerHeight*r.maxBodyScreenLength)return I.debug("content dom elements too long"),{bodyIsRoot:!1,bodyNode:t,articleNode:n};try{let o=window.document.cloneNode(!0),s=new pl(o,{keepClasses:!0}).parse();if(!s)throw new Error("article is null");t=GD(s.content,s.textContent),t&&(n=zb(r,t))}catch(o){I.debug(o)}return{bodyIsRoot:a(),bodyNode:t,articleNode:n};function a(){return e.state.translationArea==="body"?!1:!!r.bodyIsRoot}}function Hb(e,t){if(!e.rule.bodyRule.articleSelector||t.nodeType!==Node.ELEMENT_NODE)return;let n=t.querySelector(e.rule.bodyRule.articleSelector);n&&(e.articleNode!=n&&I.debug("update article node",n),e.articleNode=n)}function Lp(e,t){return t&&e?.contains(t)||!1}function GD(e,t){let a=new DOMParser().parseFromString(e,"text/html").querySelectorAll("#readability-page-1 > div");if(a.length<=0)return null;let o=YD(a[0]),i=document.querySelector(o);return!i||(a.length>1&&(i=i.parentElement),i==document.documentElement)?null:(i?.textContent?.length||0)>=t.length&&t.length>=500?i:null}function YD(e){let t=e.tagName.toLowerCase();e.id&&(t+="#"+e.id),e.className&&(t+="."+e.className.trim().split(/\s+/).join("."));let n=Array.from(e.attributes).filter(r=>!["id","class","style"].includes(r.name)).map(r=>`[${r.name}="${r.value}"]`).join("");return t+n}function zb(e,t){if(t.nodeType!=Node.ELEMENT_NODE)return null;let n=null,r=Array.from(t.childNodes);if(r.filter(o=>e.articleChildTags.includes(o.nodeName)).length>=e.articleChildTagsNum)return t;for(let o=0;o{let k=H(B);return k==NodeFilter.FILTER_ACCEPT?xt.mark(B,M,y):k==NodeFilter.FILTER_REJECT,k}),N=T;if(H(N)===NodeFilter.FILTER_REJECT)return;for(xt.mark(N,M,y);N;){if(s=Lp(o,N),c&&c.length>0){let{currentNode:B,isMatchedSelection:k}=A(O,N,c);if(B)N=B;else break;if(!k)continue}if(N.nodeType===Node.ELEMENT_NODE||N.nodeType===Node.DOCUMENT_FRAGMENT_NODE){let B=N;if(B.nodeName==="IFRAME"){j&&j(B),P(),_p(C,!0),N=O.nextNode();continue}B.nodeType===Node.ELEMENT_NODE&&(l&&Pp(B,l),f&&Bp(B,f));let k=ka(B,{blockSelectors:n.blockSelectors,extraInlineSelectors:n.extraInlineSelectors,extraBlockSelectors:n.extraBlockSelectors,atomicBlockSelectors:n.atomicBlockSelectors},B.immersiveTranslateComputedStyle||null);if(k&&n.paragraphFirstLetterFontSize>0&&B.childNodes.length==1&&B.childNodes[0].nodeType===Node.TEXT_NODE&&B.innerText?.length==1&&B?.immersiveTranslateComputedStyle?.fontSize>=n.paragraphFirstLetterFontSize+"px"&&(k=!1),ln(B,u)&&!k){w(B);let q=null;for(;!(q=O.nextSibling())&&O.parentNode(););N=q;continue}let _=ko(B);if(!qb(C,B)||k){P(B);let q=k?B:B.parentElement;q&&q.childNodes.length>0&&v(C,q,q.immersiveTranslateComputedStyle||null)}_&&B.shadowRoot?.mode==="open"&&(k?j?.(B.shadowRoot):S({...D,container:B.shadowRoot})),B.nodeType===Node.ELEMENT_NODE&&B.nodeName==="PRE"&&g&&tk(B)}else if(N.nodeType===Node.TEXT_NODE)w(N);else throw new Error("should not be here");N=O.nextNode(),C.commonAncestorContainer&&N&&N.parentNode===C.commonAncestorContainer&&(C._currentStacks=[]),C.commonAncestorContainer&&N&&N.nodeType===Node.ELEMENT_NODE&&C._currentStacks.push(N)}function H(B){if(B.nodeType===Node.DOCUMENT_FRAGMENT_NODE)return NodeFilter.FILTER_ACCEPT;if(na(B)){if(f){let q=Object.keys(f);if(q.length>0&&ln(B,q))for(let V of q){let K=f[V];if(B.matches(V)){let oe=f[V],te=Object.keys(oe);for(let Z of te){let ce=oe[Z];B.getAttribute(Z)!==ce&&(ce===null?B.removeAttribute(Z):B.setAttribute(Z,ce))}break}}}if(!D.force&&xt.isMarked(B,M)||$1(B,M)||K0(B,{excludeSelectors:n.excludeSelectors,selectors:n.selectors,stayOriginalSelectors:u})||B.nodeName==="IFRAME"&&!xi(B))return NodeFilter.FILTER_REJECT;if(B.nodeType===Node.ELEMENT_NODE){let q=window.getComputedStyle(B);if(B.immersiveTranslateComputedStyle=q,Fp(q))return R&&R(B),NodeFilter.FILTER_REJECT;let z=ka(B,{blockSelectors:n.blockSelectors,extraInlineSelectors:n.extraInlineSelectors,extraBlockSelectors:n.extraBlockSelectors,atomicBlockSelectors:n.atomicBlockSelectors},q||null);if(ln(B,u)&&z)return NodeFilter.FILTER_REJECT}let k=B.getBoundingClientRect(),{width:_,height:F}=k;return B.nodeName==="IMG"&&(_>48&&F>48?B.immersiveTranslateComputedStyle={display:"block"}:_>0&&F>0&&h!==!1&&(B.setAttribute("width",_),B.setAttribute("height",F))),!B.childNodes||B.childNodes&&B.childNodes.length===0?NodeFilter.FILTER_ACCEPT:!C.isPreWhitespace&&(_>0&&_<4||F>0&&F<4)&&(B.textContent?.trim().length||0)<2?NodeFilter.FILTER_REJECT:NodeFilter.FILTER_ACCEPT}else if(B.nodeType===Node.TEXT_NODE){let k=B.textContent?.trim();if(!k)return C.isPreWhitespace?NodeFilter.FILTER_ACCEPT:NodeFilter.FILTER_REJECT;let _=B.parentNode;if(_.getBoundingClientRect){let{width:F,height:q}=_.getBoundingClientRect();if(F>0&&F<4||q>0&&q<4)return NodeFilter.FILTER_REJECT}return p>0&&k.length>=p&&Mp(B,p),NodeFilter.FILTER_ACCEPT}return NodeFilter.FILTER_REJECT}}S(e),C&&C.commonAncestorContainer&&C.flatNodes.length>0&&P();function A(D,T,j){let R=T.immersiveTranslateComputedStyle||null;if(x){if(!x.contains(T))if(b=!1,T&&T.nodeType===Node.ELEMENT_NODE)if(V0(T,j))b=!0,x=T,P(),v(C,x,R);else return b=!1,T=D.nextNode(),{currentNode:T,isMatchedSelection:b};else return b=!1,T=D.nextNode(),{currentNode:T,isMatchedSelection:b}}else if(T&&T.nodeType===Node.ELEMENT_NODE)if(V0(T,j))b=!0,x=T,P(),v(C,x,R);else return b=!1,T=D.nextNode(),{currentNode:T,isMatchedSelection:b};else return b=!1,T=D.nextNode(),{currentNode:T,isMatchedSelection:b};return{currentNode:T,isMatchedSelection:!0}}function P(D){if(D&&D.nodeName==="BR"){C.commonAncestorContainer=D.parentNode;let j=[...C.flatNodes],R=C.flatNodes.filter(M=>D.parentNode?.contains(M));R.length>0&&j.length!=R.length&&(C.flatNodes=R,C.flatNodes.original=j)}let T=ek(C,a,n);T&&(T.xpath=G1(r,s,T.commonAncestorContainer,o),t&&t(T)),_p(C)}function w(D){if(!qb(C,D)){P(),_p(C);let T=D.parentNode;T&&v(C,T,T.computedStyle)}C.flatNodes.push(D)}function v(D,T,j){D.commonAncestorContainer=T;let R=L(j);D.isPreWhitespace=R}function L(D){return D&&D.whiteSpace&&D.whiteSpace.startsWith("pre")||D&&D.whiteSpace==="break-spaces"||!1}}function qb(e,t){let n=!1;(t.nodeType===Node.ELEMENT_NODE||t.nodeType===Node.DOCUMENT_FRAGMENT_NODE)&&(n=ko(t));let r=XD(e),a=!0;return!n&&!r&&(e.commonAncestorContainer&&e.commonAncestorContainer.contains(t)?a=!0:e.commonAncestorContainer&&(a=!1,e._currentStacks=[])),a}function QD(e){let{isTransformPreTagNewLine:t}=e;return e.excludeSelectors=e.excludeSelectors.filter(n=>{let r=n!=="iframe";return t?r&&n!=="pre":r}),e}function ZD(e,t,n){if(t){for(let r of t.childNodes)if(r.contains(n))return r}return e._currentStacks.length>0?(e.commonAncestorContainer||(e.commonAncestorContainer=e._currentStacks[0]),e._currentStacks[0]):null}function Pp(e,t){if(t){let n=Object.keys(t);if(n.length>0&&ln(e,n))for(let a of n){let o=t[a];if(e.matches(a)){let i=e.style.cssText||"";i&&(i=i.trim()),i&&!i.endsWith(";")&&(i+=";"),e.style.cssText=i+o;break}}}}function XD(e){return e&&e._currentStacks?e._currentStacks.some(t=>ko(t)):!1}function ek(e,t,n){let{flatNodes:r,commonAncestorContainer:a}=e;if(a&&r.length>0){if(!r.map(f=>f.textContent?.trim()||"").join(""))return null;if(r.length===1)return{ctxId:t,stepState:1,commonAncestorContainer:r[0].parentNode,rootNodes:[r[0]],flatNodes:r,isPreWhitespace:e.isPreWhitespace,variables:{},xpath:""};let i=nk(r,a,n);i||(i=a);let s=[];for(let f of r){let h=ZD(e,i,f);h&&(s.includes(h)||s.push(h))}if(s.length<1)return null;let u=s[0],l=s[s.length-1],c=[],g=u,p=0;for(;g&&(c.push(g),g!==l);){if(p++,p>JD){I.warn("loop too many times for convert root nodes, break");break}g=g.nextSibling}return{ctxId:t,rootNodes:c,stepState:1,flatNodes:r,commonAncestorContainer:i,variables:{},isPreWhitespace:e.isPreWhitespace,xpath:""}}else return null}function _p(e,t=!1){e.rootNodes=[],e.flatNodes=[],e._currentStacks=[],t&&(e.commonAncestorContainer=null)}function Fp(e){return e.display==="none"}var xt={_marked_key:E2,isMarked(e,t){return em(e,this._marked_key,t)},clearMark(e){if(!(!e||e.nodeType!==Node.ELEMENT_NODE)&&!(e instanceof HTMLIFrameElement||ko(e)))return i0(e,this._marked_key)},clearToParentMark(e,t){let n=e;for(;n&&t&&n!=t;)xt.clearMark(n),n=n.parentElement},mark(e,t,n){if(!(!e||e.nodeType!==Node.ELEMENT_NODE)&&!(e instanceof HTMLIFrameElement||ko(e)))return yt(e,this._marked_key,t,!1,n)},markWalk(e,t,n){if(!e||e.nodeType!==Node.ELEMENT_NODE||this.isSkipMarkEle(e))return;let r=Si(e,"markWalk")||"";return yt(e,"markWalk",r+","+t,!1,n)},isSkipMarkEle(e){return e?!!(e instanceof HTMLIFrameElement||ko(e)):!1}};function tk(e){let n=e.innerHTML.replace(/\n\n/g,"
");e.innerHTML=n}function nk(e,t,n){if(!e.length)return null;let r=e.map(a=>{let o=new Set;for(;(a=a.parentNode)&&(o.add(a),a!==t););return o});for(let a of r[0])if(a.nodeType===Node.ELEMENT_NODE||a.nodeType===Node.DOCUMENT_FRAGMENT_NODE){if(In(a,n.atomicBlockSelectors))continue;if(r.every(o=>o.has(a)))return a}return null}function Mp(e,t){let n=e.textContent||"";if(n.trim().length<=t)return;let o=[". ","? ","! ","\u3002","\uFF1F","\uFF01",`.${String.fromCharCode(160)}`].reduce((i,s)=>{let u=n.lastIndexOf(s,t);return u>i?u:i},-1);if(o>1){let i=n[o-1]||"",s=n[o-2]||"",u=n[o+1]||"";i==="."||u==="."||u===")"||s==="."&&i==="S"||s.toUpperCase()==="M"&&(i.toUpperCase()==="R"||i.toUpperCase()==="S")?o=-1:isNaN(Number(i))||(o=-1)}if(o===-1)n.length>t+20&&Mp(e,t+20);else{let i=n.slice(o+1);if(!i.trim())return;o++,i.startsWith(" ")&&o++,e.immersive=!0;let s=e.splitText(o);s.immersive=!0;let u=document.createElement("br");u.immersive=!0,s.parentNode?.insertBefore(u,s),o+10)for(let r of n){let a=t[r],o=Object.keys(a),i=n9(e,[r]);for(let s of i)for(let u of o){let l=a[u];s.getAttribute(u)!==l&&(l===null?s.removeAttribute(u):s.setAttribute(u,l))}}}function $b(e,t,n,r,a,o,i){let s=Object.keys(t);if(s.length>0)for(let u of s){let l=t[u],c=Object.keys(l),g=e.querySelector(u);if(g)for(let p of c){let f=l[p];if(p==="translate"&&f==="no"){let y=g.innerText||g.textContent||"";if(!y.trim()||rk(g,a,o,i)||!a9(y,n,r))continue}g.getAttribute(p)!==f&&(f===null?g.removeAttribute(p):g.setAttribute(p,f))}}}function Bp(e,t){if(t){let n=Object.keys(t);if(n.length>0&&ln(e,n))for(let a of n){let o=t[a];if(e.matches(a)){let i=t[a],s=Object.keys(i);for(let u of s){let l=i[u];e.getAttribute(u)!==l&&(l===null?e.removeAttribute(u):e.setAttribute(u,l))}break}}}}function K0(e,t){return ln(e,t.excludeSelectors||[])?ln(e,t.selectors||[])?!1:!ln(e,t.stayOriginalSelectors||[]):!1}function V0(e,t){if(t.length===0)return!1;let n=t.filter(r=>!r.endsWith("*")).map(r=>r+" *");return ln(e,t.concat(n))}function rk(e,t,n,r){let a=document.createTreeWalker(e,NodeFilter.SHOW_TEXT|NodeFilter.SHOW_ELEMENT,o=>o.nodeType===Node.ELEMENT_NODE&&K0(o,{excludeSelectors:r.excludeSelectors,selectors:r.selectors,stayOriginalSelectors:r.stayOriginalSelectors})?NodeFilter.FILTER_REJECT:NodeFilter.FILTER_ACCEPT);for(;a.nextNode();){let o=a.currentNode;if(o.nodeType===Node.TEXT_NODE&&parent){let i=o.textContent||"";if(i.includes("Copyright"))continue;if(r0(i,t,n))return!0}}return!1}m();function Vb(e){let t=document.querySelector("title"),n;return t&&(n=new MutationObserver(function(r){r.length>0&&(r[0].target.text.includes(Il)||Rp(e).catch(o=>{I.error("translateTitle error:",o.name,o.message,o.details||"")}))}),n.observe(t,{subtree:!0,characterData:!0,childList:!0})),n}var G0="";async function Rp(e){let t=document.title;if(!t||t.includes(Il))return;G0!==t&&(G0=t);let n=await Oe({text:t,pageLangs:[Mt(),"en"]});if(!Ci(e,n))try{let r=await Mr({id:0,url:e.url,text:t,from:n,to:e.targetLanguage,fromByClient:n,force:!0},e);r&&r.text&&(document.title=r.text+Il+G0)}catch(r){throw r}}function Kb(e){e.rule.isTranslateTitle&&(document.title=G0)}function Ki(e){return(e.config.rtlLanguages||["ar","arc","az","dv","he","ckb","fa","ur"]).includes(e.targetLanguage)}function yn(e){let t=e.rule.selectors,n=e.rule.excludeTags,r=e.rule.additionalExcludeTags,a=e.rule.excludeSelectors,o=e.rule.additionalExcludeSelectors;return e.state.translationArea==="body"&&(t=[],a=[]),{paragraphFirstLetterFontSize:e.rule.paragraphFirstLetterFontSize,globalStyles:e.rule.globalStyles,globalAttributes:e.rule.globalAttributes,selectors:t,atomicBlockSelectors:e.rule.atomicBlockSelectors,skipEditableCheck:e.rule.skipEditableCheck,lineBreakMaxTextCount:e.rule.lineBreakMaxTextCount,isTransformPreTagNewLine:e.rule.isTransformPreTagNewLine,excludeSelectors:n.concat(r).map(s=>s.toLowerCase()).filter(s=>s!=="code"&&s!=="img").concat(a).concat(o),blockSelectors:e.rule.allBlockTags.map(s=>s.toLowerCase()).concat(e.rule.extraBlockSelectors),extraBlockSelectors:e.rule.extraBlockSelectors,extraInlineSelectors:e.rule.extraInlineSelectors.concat(e.rule.additionalInlineSelectors),stayOriginalSelectors:e.rule.stayOriginalTags.concat(e.rule.stayOriginalTags).map(s=>s.toLowerCase()).concat(e.rule.stayOriginalSelectors).concat(e.rule.additionalStayOriginalSelectors)}}var ak={sanitize:e=>e};function Up(e,t){if(e.interruptEffectDOM)return;let n=yn(e.ctx);e.walkContainer({id:e.id,container:t,articleNode:e.ctx.articleNode,filterRule:n,bodyRule:e.ctx.rule.bodyRule,onParagraph:Io.bind(null,e),onFrame:r=>{Op(e,r,!0)},onIgnoreElement:r=>{xt.mark(r,e.id,n.skipEditableCheck),e.ignoreResizeObserver?.observe(r)}}),di&&yt(t,"consumeContainer",e.id)}function Op(e,t,n){try{if(e.injectCssToDocument(t,e.ctx),t instanceof HTMLIFrameElement){if(!xi(t))return;I.debug("onFrame fragment",t);let r=t.contentWindow?.document.body;r&&(Ro(r,e,n),e.dynamicContainerObserver?.observe(r,{childList:!0,subtree:!0,characterData:!0}))}else I.debug("onFrame shadowRoot",t.host),Ro(t,e,n),e.dynamicContainerObserver?.observe(t,{childList:!0,subtree:!0,characterData:!0})}catch{}}function Ro(e,t,n=!0){let{globalStyles:r,globalAttributes:a}=yn(t.ctx),o=0;if(u(t,e,n))return;if(na(e)&&s(e)){i(e);return}try{let l=document.createTreeWalker(e,NodeFilter.SHOW_ELEMENT,c=>(na(c)&&(r&&Pp(c,r),a&&Bp(c,a)),u(t,c,n)?NodeFilter.FILTER_REJECT:NodeFilter.FILTER_ACCEPT));for(xt.mark(l.currentNode,t.id,t.ctx.rule.skipEditableCheck);l.nextNode();){xt.mark(l.currentNode,t.id,t.ctx.rule.skipEditableCheck);let c=l.currentNode;if(s(c))for(i(c);;){if(l.nextSibling()){let g=l.currentNode;if(xt.mark(l.currentNode,t.id,t.ctx.rule.skipEditableCheck),s(g)){i(g);continue}else break}if(!l.parentNode())return}}}catch{}if(o==0&&e instanceof HTMLElement){i(e);return}return t.observeContainers;function i(l){xt.clearMark(l),o++,t.immediateTranslateCapacity>=0?Up(t,l):(di&&yt(l,"observeContainer",t.id),t.containerVisibleObserver?.unobserve(l),t.containerVisibleObserver?.observe(l))}function s(l){let c=l.nodeName.toLowerCase();if(l.shadowRoot)return Op(t,l.shadowRoot,n),!1;if(c==="iframe")return Op(t,l,n),!1;if(["script","#document-fragment","img"].includes(c))return!1;let g=t.containerRule;if(g.selectors&&g.selectors?.length>0)return V0(l,g.selectors);if(g.pageHeight){let p=l.scrollHeight;if(p>0&&p0)return!0}return!1}function u(l,c,g){if(Hb(l.ctx,c),c.nodeName.toLowerCase()=="script")return c.childNodes.length==0||c.childNodes.length==1&&c.childNodes[0].nodeType==Node.TEXT_NODE;if(c.nodeType===Node.DOCUMENT_FRAGMENT_NODE)return!1;if(c.nodeType!==Node.ELEMENT_NODE||g&&xt.isMarked(c,l.id))return!0;if(l.ctx.rule.isTransformPreTagNewLine&&c.nodeName==="PRE")return!1;let f=yn(l.ctx);return!!K0(c,{excludeSelectors:f.excludeSelectors,selectors:f.selectors,stayOriginalSelectors:f.stayOriginalSelectors})}}function ku(e,t){if(!e.targetNodes)return;let n=e.state||"original",r=e.commonAncestorContainer;if(!xt.isSkipMarkEle(r)&&!xt.isMarked(r,e.ctxId))return;let a=r.contains(e.rootNodes[0]),o=r.contains(e.targetNodes[0]);if(a&&o)n="dual";else if(a)n="original";else if(o)n="translation";else return;if(t!=n){e.state=t;try{if(n=="dual"&&t=="translation"&&(Y0(e.rootNodes),Yb(e.commonAncestorContainer)),n=="original"&&t=="translation"){let i=Ip(e.rootNodes);if(Y0(e.rootNodes),Gb(i))return;Gi(i,r,e.targetNodes||[]),Yb(e.commonAncestorContainer)}if(n=="translation"&&t=="dual"){let i=e.targetNodes[0];Gi(i,r,e.rootNodes||[]),Jb(e.commonAncestorContainer)}if(n=="original"&&t=="dual"){let i=Ip(e.rootNodes);if(Gb(i))return;Gi(i,r,e.targetNodes||[]),Jb(e.commonAncestorContainer)}if(n=="translation"&&t=="original"){let i=Ip(e.targetNodes);Y0(e.targetNodes),Gi(i,r,e.rootNodes||[])}n=="dual"&&t=="original"&&Y0(e.targetNodes),zp(e)}catch(i){I.error(i)}}}function Gb(e){return!e||!na(e)?!1:e.classList.contains(Lt)}function Yb(e){if(!na(e))return;e.querySelectorAll("font[class*=immersive-translate-target-translation]").forEach(r=>{yt(r,"immersiveTranslateClassBak",r.className),r.className="notranslate immersive-translate-target-dual immersive-translate-target-inner"});let n=e.querySelector(".immersive-translate-target-wrapper");n&&n.classList.add("immersive-translate-state-dual")}function Jb(e){if(!na(e))return;e.querySelectorAll("font[class*=immersive-translate-target-dual]").forEach(r=>{let a=Si(r,"immersiveTranslateClassBak");i0(r,"immersiveTranslateClassBak"),r.className=a});let n=e.querySelector(".immersive-translate-target-wrapper");n&&n.classList.remove("immersive-translate-state-dual")}function Ip(e){return e?e[e.length-1].nextSibling:null}function Y0(e){(e||[]).forEach(t=>t.parentNode?.removeChild(t))}function Gi(e,t,n){let r=e;t&&(r?n.forEach(a=>{r.parentNode?.insertBefore(a,r)}):n.forEach(a=>{t.appendChild(a)}))}var ok=Cs(J0,300);async function Io(e,t,n=!1,r="web"){if(e.interruptEffectDOM)return;let a=t.commonAncestorContainer;if(a instanceof ShadowRoot||ik(t.rootNodes)||t.stepState>=2)return;t.stepState=2,di&&yt(a,"onParseParagraph",e.id);let{ctx:o}=e,{rule:i}=o,s=Ao(o),u=m0(t.flatNodes,{isPreWhitespace:t.isPreWhitespace||!1,delimiters:s,stayOriginalSelectors:gk(o)});if(!u)return;t.variables=u?.variables||{},t.text=u?.text;let l=o?.config?.translationLanguagePattern?.excludeMatches||[],c=await Hp(o,t,{excludeLanguages:n?[]:l,targetLanguage:o.targetLanguage,noTranslateRegexp:o.rule.noTranslateRegexp,delimiters:Lr(o.config.translationServices[o.translationService]),minTextCount:n||o.state.translationArea==="body"?3:i.paragraphMinTextCount,minWordCount:i.paragraphMinWordCount,isDetectParagraphLanguage:i.detectParagraphLanguage||o.state.isDetectParagraphLanguage,ignoreZhCNandZhTW:o.rule.ignoreZhCNandZhTW});if(c){if(I.debug("on paragraph",c.text,c),a.paragraphs=a.paragraphs||[],a.paragraphs.includes(c))return;a.paragraphs.push(c),e.immediateTranslateCapacity>0||n?(n&&(t.force=!0),sk(e,t.text),jp(e,t,r)):(di&&yt(a,"observeParagraph",e.id),e.observeParagraphs.push(c),e.paragraphVisibleObserver?.unobserve(a),e.paragraphVisibleObserver?.observe(a))}return c}function ik(e){if(!e)return!1;let t=e[e.length-1].nextSibling;return t?na(t)&&t.classList.contains(Lt):!1}function sk(e,t){e.ctx.state.translationStartMode!=="immediate"&&(e.immediateTranslateCapacity-=t?.length||0)}function jp(e,t,n="web"){if(e.interruptEffectDOM||t.stepState>=3)return;t.stepState=3;let r=e.autoIncreaseParagraphId++;if(t.id=r.toString(),e.paragraphEntities[r]=t,e.paragraphQueue.push(r.toString()),di&&yt(t.commonAncestorContainer,"consumeParagraph",e.id),yt(t.commonAncestorContainer,S2,"1",!0),n=="hover"){J0.call(e,e.ctx);return}ok.call(e,e.ctx)}async function J0(e){if(this.interruptEffectDOM)return;let t=this.paragraphQueue;this.paragraphQueue=[];let n=[];for(let r=0;r0)try{await et(r,t,(a,o,i)=>{let s=i.id,u=uk(e,s.toString());u&&lk.call(null,a,o,i,u,t,n)})}catch(a){I.error("translateCurrentQueue error",a);return}}function uk(e,t){return e.find(n=>n.id===t)}function lk(e,t,n,r,a,o){let i=!1,s=r;if(Ti(s.commonAncestorContainer,n.id)?.remove(),zp(r),s&&(e||!t)){e||(I.error("translate error",n,e,t),e=new Error("no response from server"));let{rule:u}=a,l=n.id,c=document.createElement(u.targetWrapperTag);yt(c,A2,l.toString()),c.classList.add("notranslate",Lt,Lt+"-error"),c.setAttribute("translate","no"),c.setAttribute("lang",a.targetLanguage);let g=r.rootNodes[r.rootNodes.length-1].nextSibling;if(Gi(g,r.commonAncestorContainer,[c]),s&&(s.error=e),c){let p=ck(a,e).replaceAll(` +
`}).join("");return d(ut,{children:d(Ee.Provider,{value:e,children:[d("div",{class:"nav",children:d("strong",{class:"text-lg",children:i("subtitle")})}),d(Vi,{image:yr("images/dual_subtitle_intro.png"),nightImage:yr("images/dual_subtitle_intro_night.png"),title:i("intro.subtitleTitle"),description:i("intro.subtitleDescription")+g}),d("div",{class:"nav",children:[d(we,{title:i("autoEnableSubtitle"),description:i("subtitle.autoEnableSubtitleDescription")}),d("label",{for:"subtitle.autoEnableSubtitle",children:d("input",{type:"checkbox",id:"subtitle.autoEnableSubtitle",name:"subtitle.autoEnableSubtitle",role:"switch",onChange:p=>{let f=p.target.checked;n(h=>({...h,generalRule:{...h.generalRule,"subtitleRule.add":{...h.generalRule?.["subtitleRule.add"],autoEnableSubtitle:f}}}))},checked:s.generalRule.subtitleRule.autoEnableSubtitle})})]}),d("div",{class:"nav",children:[d(we,{title:i("subtitle.humanSubtitlesPreferred"),description:i("subtitle.humanSubtitlesPreferredDescription")}),d("label",{for:"subtitle.humanSubtitlesPreferred",children:d("input",{type:"checkbox",id:"subtitle.humanSubtitlesPreferred",name:"subtitle.humanSubtitlesPreferred",role:"switch",onChange:p=>{let f=p.target.checked;n(h=>({...h,generalRule:{...h.generalRule,"subtitleRule.add":{...h.generalRule?.["subtitleRule.add"],humanPreferred:f}}}))},checked:s.generalRule.subtitleRule.humanPreferred})})]}),d("div",{class:"nav",children:[d(we,{title:i("subtitle.preTranslation"),description:i("subtitle.preTranslationDescription")}),d("label",{for:"subtitle.preTranslation",children:d("input",{type:"checkbox",id:"subtitle.preTranslation",name:"subtitle.preTranslation",role:"switch",onChange:p=>{let f=p.target.checked;n(h=>({...h,generalRule:{...h.generalRule,"subtitleRule.add":{...h.generalRule?.["subtitleRule.add"],preTranslation:f}}}))},checked:s.generalRule.subtitleRule.preTranslation})})]}),d($a,{title:i("youtubeService"),config:s,ctx:u,description:i("videoSubtitleTranslationDescription"),serviceType:"subtitleTranslateService"}),d("div",{class:"nav",children:[d(we,{title:i("subtitle.showQuickButton"),description:i("subtitle.showQuickButtonDescription")}),d("label",{for:"subtitle.showQuickButton",children:d("input",{type:"checkbox",id:"subtitle.showQuickButton",name:"subtitle.showQuickButton",role:"switch",onChange:p=>{let f=p.target.checked;n(h=>({...h,generalRule:{...h.generalRule,"subtitleRule.add":{...h.generalRule?.["subtitleRule.add"],showQuickButton:f}}}))},checked:s.generalRule.subtitleRule.showQuickButton})})]}),d(WD,{translationMode:s.generalRule.subtitleRule.translationMode,setSettings:n}),d("div",{class:"nav",children:[d(we,{title:i("subtitle.disabledSubtitle"),description:i("subtitle.disabledSubtitleDescription")}),d("label",{for:"subtitle.disabledSubtitle",children:d("input",{type:"checkbox",id:"subtitle.disabledSubtitle",name:"subtitle.disabledSubtitle",role:"switch",onChange:p=>{let f=p.target.checked;n(h=>({...h,generalRule:{...h.generalRule,"subtitleRule.add":{...h.generalRule?.["subtitleRule.add"],disabled:f}}}))},checked:s.generalRule.subtitleRule.disabled})})]}),d("div",{className:"intro-footer",dangerouslySetInnerHTML:{__html:i("intro.subtitleDescription")+"
"+g}})]})})}function WD(e){let{t}=W(),n=["inherit","dual","translation"];return d("div",{class:"nav",children:[d(we,{title:t("subtitle.transitionMode"),description:t("subtitle.transitionModeDescription")}),d("select",{class:"select",onChange:r=>{r.preventDefault(),e.setSettings(a=>({...a,generalRule:{...a.generalRule,"subtitleRule.add":{...a.generalRule?.["subtitleRule.add"],translationMode:r.target.value}}}))},children:n.map(r=>d("option",{value:r,selected:e.translationMode==r,children:t(`transitionMode.${r}`)},r))})]})}m();var Ob=fs({presets:[Zu(),el()]});m();var Nb="G-MKMD9LWFTR";async function pt(e,t,n){try{let r=Zs(),a=Pe(),o=a.INSTALL_FROM==="firefox_store";r?.name?.startsWith("ImtFx")&&(o=!1);let i=me(),s=ot(),u=a.PROD==="1",l=`report_${e}`,c=e.endsWith("_daily");if(c){if(s)return;let D=await Xr(l,0),T=$0(new Date(D)),N=Date.now(),B=$0(new Date(N));if(T===B)return;await S1(l,N)}else if(!n.config.telemetry)return;let g="sitc4WmvShWYwfU0dANM3Q",p=await jt("fakeUserId","");p||(p=await Xr("fakeUserId",""),p&&await at("fakeUserId",p));let f=Zn(),h=new Date,y=await jt("installedAt","");y||(y=await Xr("installedAt",""),y&&await at("installedAt",y)),p?y||(y=new Date(0).toISOString(),await at("installedAt",y)):(p=$D(32),await at("fakeUserId",p)),y||(y=h.toISOString(),await at("installedAt",y));let C=new Date(y),b=$0(C),v=$0(h),S=b===v,L=h.getTime()-C.getTime()<7*24*60*60*1e3,P=`https://www.google-analytics.com/mp/collect?measurement_id=${Nb}&api_secret=${g}`;u||(P=`https://www.google-analytics.com/debug/mp/collect?measurement_id=${Nb}&api_secret=${g}`);let w=ti.parse(window.navigator.userAgent),E=t.map(D=>{let T=D.params||{};if(w.os&&(T.os_name=w.os.name||"unknown",T.os_version=w.os.version||"unknown",T.os_version_name=w.os.versionName||"unknown"),w.browser&&(T.browser_name=w.browser.name||"unknown",T.browser_version=w.browser.version||"unknown",r&&(T.browser_name=r.name,T.browser_version=r.version)),w.platform&&(T.platform_type=w.platform.type||"unknown"),w.engine&&(T.engine_name=w.engine.name||"unknown",T.engine_version=w.engine.version||"unknown"),n.translationService&&(T.translation_service||(T.translation_service=n.translationService),n.config.translationServices&&n.config.translationServices[n.translationService]&&(n.config.translationServices[n.translationService].provider&&(T.translation_service_provider=n.config.translationServices[n.translationService].provider),n.translationService==="openai"&&n.config.translationServices[n.translationService].provider==="custom"&&(n.config.translationServices[n.translationService].apiUrl?n.config.translationServices[n.translationService].apiUrl.startsWith("https://api.openai.com/")?T.openai_is_official="1":T.openai_is_official="0":T.openai_is_official="1"))),n.targetLanguage&&(T.target_language=n.targetLanguage),n.config.interfaceLanguage&&(T.interface_language=n.config.interfaceLanguage),n.config.enableDefaultAlwaysTranslatedUrls?T.enable_default_always_translated_urls=n.config.enableDefaultAlwaysTranslatedUrls?"1":"0":T.enable_default_always_translated_urls="0",f&&(T.version=f),n.config.enableInputTranslation?T.enable_input_translation=n.config.enableInputTranslation?"1":"0":T.enable_input_translation="0",n.config.translationTheme&&(T.translation_theme=n.config.translationTheme),n.config.alpha&&(T.alpha=n.config.alpha.toString()),n.config.translationLanguagePattern&&n.config.translationLanguagePattern.matches?.length>0?T.always_translate_languages=n.config.translationLanguagePattern.matches.join(","):T.always_translate_languages="none",a.INSTALL_FROM&&(T.install_from=a.INSTALL_FROM),n.config.beta&&(T.beta=n.config.alpha.toString()),n.config.translationArea&&(T.translation_area=n.config.translationArea),b&&(T.install_day=VD(C)),n.user){let B=h1(n.user);B&&Object.keys(B).forEach(M=>{T[M]=B[M]})}else T.user_type="anonymous";n.config.translationMode&&(T.translation_mode=n.config.translationMode),T.userscript=i.toString(),S?T.is_new_user_today="1":T.is_new_user_today="0",L?T.is_new_user_this_week="1":T.is_new_user_this_week="0",n.config.tempTranslateDomainMinutes?T.temp_translate_domain_minutes=n.config.tempTranslateDomainMinutes.toString():T.temp_translate_domain_minutes="0";let N="html";if(n.rule.pageType&&(N=n.rule.pageType),T.page_type=N,s?T.main_frame=0:T.main_frame=1,!c){let B=n.url;try{let M=new URL(B);T.site_host=M.hostname}catch{T.site_host="unknown"}n.sourceLanguage&&(T.source_language=n.sourceLanguage)}return{...D,params:T}});if(o)return;let A=await de({responseType:"text",url:P,method:"POST",body:JSON.stringify({client_id:p,user_id:p,events:E})})}catch{}}function $D(e){let t="",n="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789",r=n.length,a=0;for(;a{let[f,h]=$(!1),y=We(null),C=We(null),b=()=>{u||!l&&it().any||(y.current&&clearTimeout(y.current),y.current=setTimeout(()=>{h(!0),p?.()},s))},v=()=>{it().any&&(C.current&&clearTimeout(C.current),C.current=setTimeout(()=>{S()},2e3))},S=()=>{y.current&&(clearTimeout(y.current),g?.()),h(!1)},L=Re(()=>{let P={position:"absolute",padding:"6px 20px",backgroundColor:"#000000",color:"#ffffff",borderRadius:"8px",whiteSpace:"nowrap",fontSize:"14px",zIndex:1e3};switch(o&&(P.maxWidth="200px",i&&(P.width=i+"px"),P.whiteSpace="normal"),n){case"top":return{...P,bottom:"100%",left:"50%",transform:"translateX(-50%)",marginBottom:"10px",...c};case"bottom":return{...P,top:"100%",left:"50%",transform:"translateX(-50%)",marginTop:"10px",...c};case"left":return{...P,right:"100%",top:"50%",transform:"translateY(-50%)",marginRight:"10px",...c};case"right":return{...P,left:"100%",top:"50%",transform:"translateY(-50%)",marginLeft:"10px",...c};default:return{}}},[n,o,i,c]);return d("div",{class:a,style:{position:"relative",pointerEvents:"all",display:"inline-block",...r},children:[d("div",{onMouseEnter:b,onMouseLeave:S,onTouchStart:()=>{l&&b()},onTouchEnd:()=>{l&&v()},children:t}),f&&d("div",{style:L,role:"tooltip",children:e})]})},tr=KD;m();m();m();m();m();function jb(e){let t=null,n=null,r=e.rule.bodyRule;if(!r.enable)return{bodyIsRoot:!1,bodyNode:t,articleNode:n};if(r.bodySelector&&(t=document.querySelector(r.bodySelector)),r.articleSelector&&(n=document.querySelector(r.articleSelector)),t||n)return I.debug("body rule has confirm"),{bodyIsRoot:a(),bodyNode:t,articleNode:n};if(document.body.scrollHeight>=window.innerHeight*r.maxBodyScreenLength)return I.debug("content dom elements too long"),{bodyIsRoot:!1,bodyNode:t,articleNode:n};try{let o=window.document.cloneNode(!0),s=new pl(o,{keepClasses:!0}).parse();if(!s)throw new Error("article is null");t=GD(s.content,s.textContent),t&&(n=zb(r,t))}catch(o){I.debug(o)}return{bodyIsRoot:a(),bodyNode:t,articleNode:n};function a(){return e.state.translationArea==="body"?!1:!!r.bodyIsRoot}}function Hb(e,t){if(!e.rule.bodyRule.articleSelector||t.nodeType!==Node.ELEMENT_NODE)return;let n=t.querySelector(e.rule.bodyRule.articleSelector);n&&(e.articleNode!=n&&I.debug("update article node",n),e.articleNode=n)}function Lp(e,t){return t&&e?.contains(t)||!1}function GD(e,t){let a=new DOMParser().parseFromString(e,"text/html").querySelectorAll("#readability-page-1 > div");if(a.length<=0)return null;let o=YD(a[0]),i=document.querySelector(o);return!i||(a.length>1&&(i=i.parentElement),i==document.documentElement)?null:(i?.textContent?.length||0)>=t.length&&t.length>=500?i:null}function YD(e){let t=e.tagName.toLowerCase();e.id&&(t+="#"+e.id),e.className&&(t+="."+e.className.trim().split(/\s+/).join("."));let n=Array.from(e.attributes).filter(r=>!["id","class","style"].includes(r.name)).map(r=>`[${r.name}="${r.value}"]`).join("");return t+n}function zb(e,t){if(t.nodeType!=Node.ELEMENT_NODE)return null;let n=null,r=Array.from(t.childNodes);if(r.filter(o=>e.articleChildTags.includes(o.nodeName)).length>=e.articleChildTagsNum)return t;for(let o=0;o{let k=H(R);return k==NodeFilter.FILTER_ACCEPT?xt.mark(R,M,y):k==NodeFilter.FILTER_REJECT,k}),U=T;if(H(U)===NodeFilter.FILTER_REJECT)return;for(xt.mark(U,M,y);U;){if(s=Lp(o,U),c&&c.length>0){let{currentNode:R,isMatchedSelection:k}=L(O,U,c);if(R)U=R;else break;if(!k)continue}if(U.nodeType===Node.ELEMENT_NODE||U.nodeType===Node.DOCUMENT_FRAGMENT_NODE){let R=U;if(R.nodeName==="IFRAME"){N&&N(R),P(),_p(C,!0),U=O.nextNode();continue}R.nodeType===Node.ELEMENT_NODE&&(l&&Pp(R,l),f&&Bp(R,f));let k=ka(R,{blockSelectors:n.blockSelectors,extraInlineSelectors:n.extraInlineSelectors,extraBlockSelectors:n.extraBlockSelectors,atomicBlockSelectors:n.atomicBlockSelectors},R.immersiveTranslateComputedStyle||null);if(k&&n.paragraphFirstLetterFontSize>0&&R.childNodes.length==1&&R.childNodes[0].nodeType===Node.TEXT_NODE&&R.innerText?.length==1&&R?.immersiveTranslateComputedStyle?.fontSize>=n.paragraphFirstLetterFontSize+"px"&&(k=!1),ln(R,u)&&!k){w(R);let q=null;for(;!(q=O.nextSibling())&&O.parentNode(););U=q;continue}let _=ko(R);if(!qb(C,R)||k){P(R);let q=k?R:R.parentElement;q&&q.childNodes.length>0&&E(C,q,q.immersiveTranslateComputedStyle||null)}_&&R.shadowRoot?.mode==="open"&&(k?N?.(R.shadowRoot):S({...D,container:R.shadowRoot})),R.nodeType===Node.ELEMENT_NODE&&R.nodeName==="PRE"&&g&&tk(R)}else if(U.nodeType===Node.TEXT_NODE)w(U);else throw new Error("should not be here");U=O.nextNode(),C.commonAncestorContainer&&U&&U.parentNode===C.commonAncestorContainer&&(C._currentStacks=[]),C.commonAncestorContainer&&U&&U.nodeType===Node.ELEMENT_NODE&&C._currentStacks.push(U)}function H(R){if(R.nodeType===Node.DOCUMENT_FRAGMENT_NODE)return NodeFilter.FILTER_ACCEPT;if(na(R)){if(f){let q=Object.keys(f);if(q.length>0&&ln(R,q))for(let V of q){let K=f[V];if(R.matches(V)){let oe=f[V],te=Object.keys(oe);for(let Z of te){let ce=oe[Z];R.getAttribute(Z)!==ce&&(ce===null?R.removeAttribute(Z):R.setAttribute(Z,ce))}break}}}if(!D.force&&xt.isMarked(R,M)||$1(R,M)||K0(R,{excludeSelectors:n.excludeSelectors,selectors:n.selectors,stayOriginalSelectors:u})||R.nodeName==="IFRAME"&&!xi(R))return NodeFilter.FILTER_REJECT;if(R.nodeType===Node.ELEMENT_NODE){let q=window.getComputedStyle(R);if(R.immersiveTranslateComputedStyle=q,Fp(q))return B&&B(R),NodeFilter.FILTER_REJECT;let z=ka(R,{blockSelectors:n.blockSelectors,extraInlineSelectors:n.extraInlineSelectors,extraBlockSelectors:n.extraBlockSelectors,atomicBlockSelectors:n.atomicBlockSelectors},q||null);if(ln(R,u)&&z)return NodeFilter.FILTER_REJECT}let k=R.getBoundingClientRect(),{width:_,height:F}=k;return R.nodeName==="IMG"&&(_>48&&F>48?R.immersiveTranslateComputedStyle={display:"block"}:_>0&&F>0&&h!==!1&&(R.setAttribute("width",_),R.setAttribute("height",F))),!R.childNodes||R.childNodes&&R.childNodes.length===0?NodeFilter.FILTER_ACCEPT:!C.isPreWhitespace&&(_>0&&_<4||F>0&&F<4)&&(R.textContent?.trim().length||0)<2?NodeFilter.FILTER_REJECT:NodeFilter.FILTER_ACCEPT}else if(R.nodeType===Node.TEXT_NODE){let k=R.textContent?.trim();if(!k)return C.isPreWhitespace?NodeFilter.FILTER_ACCEPT:NodeFilter.FILTER_REJECT;let _=R.parentNode;if(_.getBoundingClientRect){let{width:F,height:q}=_.getBoundingClientRect();if(F>0&&F<4||q>0&&q<4)return NodeFilter.FILTER_REJECT}return p>0&&k.length>=p&&Mp(R,p),NodeFilter.FILTER_ACCEPT}return NodeFilter.FILTER_REJECT}}S(e),C&&C.commonAncestorContainer&&C.flatNodes.length>0&&P();function L(D,T,N){let B=T.immersiveTranslateComputedStyle||null;if(v){if(!v.contains(T))if(b=!1,T&&T.nodeType===Node.ELEMENT_NODE)if(V0(T,N))b=!0,v=T,P(),E(C,v,B);else return b=!1,T=D.nextNode(),{currentNode:T,isMatchedSelection:b};else return b=!1,T=D.nextNode(),{currentNode:T,isMatchedSelection:b}}else if(T&&T.nodeType===Node.ELEMENT_NODE)if(V0(T,N))b=!0,v=T,P(),E(C,v,B);else return b=!1,T=D.nextNode(),{currentNode:T,isMatchedSelection:b};else return b=!1,T=D.nextNode(),{currentNode:T,isMatchedSelection:b};return{currentNode:T,isMatchedSelection:!0}}function P(D){if(D&&D.nodeName==="BR"){C.commonAncestorContainer=D.parentNode;let N=[...C.flatNodes],B=C.flatNodes.filter(M=>D.parentNode?.contains(M));B.length>0&&N.length!=B.length&&(C.flatNodes=B,C.flatNodes.original=N)}let T=ek(C,a,n);T&&(T.xpath=G1(r,s,T.commonAncestorContainer,o),t&&t(T)),_p(C)}function w(D){if(!qb(C,D)){P(),_p(C);let T=D.parentNode;T&&E(C,T,T.computedStyle)}C.flatNodes.push(D)}function E(D,T,N){D.commonAncestorContainer=T;let B=A(N);D.isPreWhitespace=B}function A(D){return D&&D.whiteSpace&&D.whiteSpace.startsWith("pre")||D&&D.whiteSpace==="break-spaces"||!1}}function qb(e,t){let n=!1;(t.nodeType===Node.ELEMENT_NODE||t.nodeType===Node.DOCUMENT_FRAGMENT_NODE)&&(n=ko(t));let r=XD(e),a=!0;return!n&&!r&&(e.commonAncestorContainer&&e.commonAncestorContainer.contains(t)?a=!0:e.commonAncestorContainer&&(a=!1,e._currentStacks=[])),a}function QD(e){let{isTransformPreTagNewLine:t}=e;return e.excludeSelectors=e.excludeSelectors.filter(n=>{let r=n!=="iframe";return t?r&&n!=="pre":r}),e}function ZD(e,t,n){if(t){for(let r of t.childNodes)if(r.contains(n))return r}return e._currentStacks.length>0?(e.commonAncestorContainer||(e.commonAncestorContainer=e._currentStacks[0]),e._currentStacks[0]):null}function Pp(e,t){if(t){let n=Object.keys(t);if(n.length>0&&ln(e,n))for(let a of n){let o=t[a];if(e.matches(a)){let i=e.style.cssText||"";i&&(i=i.trim()),i&&!i.endsWith(";")&&(i+=";"),e.style.cssText=i+o;break}}}}function XD(e){return e&&e._currentStacks?e._currentStacks.some(t=>ko(t)):!1}function ek(e,t,n){let{flatNodes:r,commonAncestorContainer:a}=e;if(a&&r.length>0){if(!r.map(f=>f.textContent?.trim()||"").join(""))return null;if(r.length===1)return{ctxId:t,stepState:1,commonAncestorContainer:r[0].parentNode,rootNodes:[r[0]],flatNodes:r,isPreWhitespace:e.isPreWhitespace,variables:{},xpath:""};let i=nk(r,a,n);i||(i=a);let s=[];for(let f of r){let h=ZD(e,i,f);h&&(s.includes(h)||s.push(h))}if(s.length<1)return null;let u=s[0],l=s[s.length-1],c=[],g=u,p=0;for(;g&&(c.push(g),g!==l);){if(p++,p>JD){I.warn("loop too many times for convert root nodes, break");break}g=g.nextSibling}return{ctxId:t,rootNodes:c,stepState:1,flatNodes:r,commonAncestorContainer:i,variables:{},isPreWhitespace:e.isPreWhitespace,xpath:""}}else return null}function _p(e,t=!1){e.rootNodes=[],e.flatNodes=[],e._currentStacks=[],t&&(e.commonAncestorContainer=null)}function Fp(e){return e.display==="none"}var xt={_marked_key:E2,isMarked(e,t){return em(e,this._marked_key,t)},clearMark(e){if(!(!e||e.nodeType!==Node.ELEMENT_NODE)&&!(e instanceof HTMLIFrameElement||ko(e)))return i0(e,this._marked_key)},clearToParentMark(e,t){let n=e;for(;n&&t&&n!=t;)xt.clearMark(n),n=n.parentElement},mark(e,t,n){if(!(!e||e.nodeType!==Node.ELEMENT_NODE)&&!(e instanceof HTMLIFrameElement||ko(e)))return yt(e,this._marked_key,t,!1,n)},markWalk(e,t,n){if(!e||e.nodeType!==Node.ELEMENT_NODE||this.isSkipMarkEle(e))return;let r=Si(e,"markWalk")||"";return yt(e,"markWalk",r+","+t,!1,n)},isSkipMarkEle(e){return e?!!(e instanceof HTMLIFrameElement||ko(e)):!1}};function tk(e){let n=e.innerHTML.replace(/\n\n/g,"
");e.innerHTML=n}function nk(e,t,n){if(!e.length)return null;let r=e.map(a=>{let o=new Set;for(;(a=a.parentNode)&&(o.add(a),a!==t););return o});for(let a of r[0])if(a.nodeType===Node.ELEMENT_NODE||a.nodeType===Node.DOCUMENT_FRAGMENT_NODE){if(In(a,n.atomicBlockSelectors))continue;if(r.every(o=>o.has(a)))return a}return null}function Mp(e,t){let n=e.textContent||"";if(n.trim().length<=t)return;let o=[". ","? ","! ","\u3002","\uFF1F","\uFF01",`.${String.fromCharCode(160)}`].reduce((i,s)=>{let u=n.lastIndexOf(s,t);return u>i?u:i},-1);if(o>1){let i=n[o-1]||"",s=n[o-2]||"",u=n[o+1]||"";i==="."||u==="."||u===")"||s==="."&&i==="S"||s.toUpperCase()==="M"&&(i.toUpperCase()==="R"||i.toUpperCase()==="S")?o=-1:isNaN(Number(i))||(o=-1)}if(o===-1)n.length>t+20&&Mp(e,t+20);else{let i=n.slice(o+1);if(!i.trim())return;o++,i.startsWith(" ")&&o++,e.immersive=!0;let s=e.splitText(o);s.immersive=!0;let u=document.createElement("br");u.immersive=!0,s.parentNode?.insertBefore(u,s),o+10)for(let r of n){let a=t[r],o=Object.keys(a),i=n9(e,[r]);for(let s of i)for(let u of o){let l=a[u];s.getAttribute(u)!==l&&(l===null?s.removeAttribute(u):s.setAttribute(u,l))}}}function $b(e,t,n,r,a,o,i){let s=Object.keys(t);if(s.length>0)for(let u of s){let l=t[u],c=Object.keys(l),g=e.querySelector(u);if(g)for(let p of c){let f=l[p];if(p==="translate"&&f==="no"){let y=g.innerText||g.textContent||"";if(!y.trim()||rk(g,a,o,i)||!a9(y,n,r))continue}g.getAttribute(p)!==f&&(f===null?g.removeAttribute(p):g.setAttribute(p,f))}}}function Bp(e,t){if(t){let n=Object.keys(t);if(n.length>0&&ln(e,n))for(let a of n){let o=t[a];if(e.matches(a)){let i=t[a],s=Object.keys(i);for(let u of s){let l=i[u];e.getAttribute(u)!==l&&(l===null?e.removeAttribute(u):e.setAttribute(u,l))}break}}}}function K0(e,t){return ln(e,t.excludeSelectors||[])?ln(e,t.selectors||[])?!1:!ln(e,t.stayOriginalSelectors||[]):!1}function V0(e,t){if(t.length===0)return!1;let n=t.filter(r=>!r.endsWith("*")).map(r=>r+" *");return ln(e,t.concat(n))}function rk(e,t,n,r){let a=document.createTreeWalker(e,NodeFilter.SHOW_TEXT|NodeFilter.SHOW_ELEMENT,o=>o.nodeType===Node.ELEMENT_NODE&&K0(o,{excludeSelectors:r.excludeSelectors,selectors:r.selectors,stayOriginalSelectors:r.stayOriginalSelectors})?NodeFilter.FILTER_REJECT:NodeFilter.FILTER_ACCEPT);for(;a.nextNode();){let o=a.currentNode;if(o.nodeType===Node.TEXT_NODE&&parent){let i=o.textContent||"";if(i.includes("Copyright"))continue;if(r0(i,t,n))return!0}}return!1}m();function Vb(e){let t=document.querySelector("title"),n;return t&&(n=new MutationObserver(function(r){r.length>0&&(r[0].target.text.includes(Il)||Rp(e).catch(o=>{I.error("translateTitle error:",o.name,o.message,o.details||"")}))}),n.observe(t,{subtree:!0,characterData:!0,childList:!0})),n}var G0="";async function Rp(e){let t=document.title;if(!t||t.includes(Il))return;G0!==t&&(G0=t);let n=await Oe({text:t,pageLangs:[Mt(),"en"]});if(!Ci(e,n))try{let r=await Mr({id:0,url:e.url,text:t,from:n,to:e.targetLanguage,fromByClient:n,force:!0},e);r&&r.text&&(document.title=r.text+Il+G0)}catch(r){throw r}}function Kb(e){e.rule.isTranslateTitle&&(document.title=G0)}function Ki(e){return(e.config.rtlLanguages||["ar","arc","az","dv","he","ckb","fa","ur"]).includes(e.targetLanguage)}function yn(e){let t=e.rule.selectors,n=e.rule.excludeTags,r=e.rule.additionalExcludeTags,a=e.rule.excludeSelectors,o=e.rule.additionalExcludeSelectors;return e.state.translationArea==="body"&&(t=[],a=[]),{paragraphFirstLetterFontSize:e.rule.paragraphFirstLetterFontSize,globalStyles:e.rule.globalStyles,globalAttributes:e.rule.globalAttributes,selectors:t,atomicBlockSelectors:e.rule.atomicBlockSelectors,skipEditableCheck:e.rule.skipEditableCheck,lineBreakMaxTextCount:e.rule.lineBreakMaxTextCount,isTransformPreTagNewLine:e.rule.isTransformPreTagNewLine,excludeSelectors:n.concat(r).map(s=>s.toLowerCase()).filter(s=>s!=="code"&&s!=="img").concat(a).concat(o),blockSelectors:e.rule.allBlockTags.map(s=>s.toLowerCase()).concat(e.rule.extraBlockSelectors),extraBlockSelectors:e.rule.extraBlockSelectors,extraInlineSelectors:e.rule.extraInlineSelectors.concat(e.rule.additionalInlineSelectors),stayOriginalSelectors:e.rule.stayOriginalTags.concat(e.rule.stayOriginalTags).map(s=>s.toLowerCase()).concat(e.rule.stayOriginalSelectors).concat(e.rule.additionalStayOriginalSelectors)}}var ak={sanitize:e=>e};function Up(e,t){if(e.interruptEffectDOM)return;let n=yn(e.ctx);e.walkContainer({id:e.id,container:t,articleNode:e.ctx.articleNode,filterRule:n,bodyRule:e.ctx.rule.bodyRule,onParagraph:Io.bind(null,e),onFrame:r=>{Op(e,r,!0)},onIgnoreElement:r=>{xt.mark(r,e.id,n.skipEditableCheck),e.ignoreResizeObserver?.observe(r)}}),di&&yt(t,"consumeContainer",e.id)}function Op(e,t,n){try{if(e.injectCssToDocument(t,e.ctx),t instanceof HTMLIFrameElement){if(!xi(t))return;I.debug("onFrame fragment",t);let r=t.contentWindow?.document.body;r&&(Ro(r,e,n),e.dynamicContainerObserver?.observe(r,{childList:!0,subtree:!0,characterData:!0}))}else I.debug("onFrame shadowRoot",t.host),Ro(t,e,n),e.dynamicContainerObserver?.observe(t,{childList:!0,subtree:!0,characterData:!0})}catch{}}function Ro(e,t,n=!0){let{globalStyles:r,globalAttributes:a}=yn(t.ctx),o=0;if(u(t,e,n))return;if(na(e)&&s(e)){i(e);return}try{let l=document.createTreeWalker(e,NodeFilter.SHOW_ELEMENT,c=>(na(c)&&(r&&Pp(c,r),a&&Bp(c,a)),u(t,c,n)?NodeFilter.FILTER_REJECT:NodeFilter.FILTER_ACCEPT));for(xt.mark(l.currentNode,t.id,t.ctx.rule.skipEditableCheck);l.nextNode();){xt.mark(l.currentNode,t.id,t.ctx.rule.skipEditableCheck);let c=l.currentNode;if(s(c))for(i(c);;){if(l.nextSibling()){let g=l.currentNode;if(xt.mark(l.currentNode,t.id,t.ctx.rule.skipEditableCheck),s(g)){i(g);continue}else break}if(!l.parentNode())return}}}catch{}if(o==0&&e instanceof HTMLElement){i(e);return}return t.observeContainers;function i(l){xt.clearMark(l),o++,t.immediateTranslateCapacity>=0?Up(t,l):(di&&yt(l,"observeContainer",t.id),t.containerVisibleObserver?.unobserve(l),t.containerVisibleObserver?.observe(l))}function s(l){let c=l.nodeName.toLowerCase();if(l.shadowRoot)return Op(t,l.shadowRoot,n),!1;if(c==="iframe")return Op(t,l,n),!1;if(["script","#document-fragment","img"].includes(c))return!1;let g=t.containerRule;if(g.selectors&&g.selectors?.length>0)return V0(l,g.selectors);if(g.pageHeight){let p=l.scrollHeight;if(p>0&&p0)return!0}return!1}function u(l,c,g){if(Hb(l.ctx,c),c.nodeName.toLowerCase()=="script")return c.childNodes.length==0||c.childNodes.length==1&&c.childNodes[0].nodeType==Node.TEXT_NODE;if(c.nodeType===Node.DOCUMENT_FRAGMENT_NODE)return!1;if(c.nodeType!==Node.ELEMENT_NODE||g&&xt.isMarked(c,l.id))return!0;if(l.ctx.rule.isTransformPreTagNewLine&&c.nodeName==="PRE")return!1;let f=yn(l.ctx);return!!K0(c,{excludeSelectors:f.excludeSelectors,selectors:f.selectors,stayOriginalSelectors:f.stayOriginalSelectors})}}function ku(e,t){if(!e.targetNodes)return;let n=e.state||"original",r=e.commonAncestorContainer;if(!xt.isSkipMarkEle(r)&&!xt.isMarked(r,e.ctxId))return;let a=r.contains(e.rootNodes[0]),o=r.contains(e.targetNodes[0]);if(a&&o)n="dual";else if(a)n="original";else if(o)n="translation";else return;if(t!=n){e.state=t;try{if(n=="dual"&&t=="translation"&&(Y0(e.rootNodes),Yb(e.commonAncestorContainer)),n=="original"&&t=="translation"){let i=Ip(e.rootNodes);if(Y0(e.rootNodes),Gb(i))return;Gi(i,r,e.targetNodes||[]),Yb(e.commonAncestorContainer)}if(n=="translation"&&t=="dual"){let i=e.targetNodes[0];Gi(i,r,e.rootNodes||[]),Jb(e.commonAncestorContainer)}if(n=="original"&&t=="dual"){let i=Ip(e.rootNodes);if(Gb(i))return;Gi(i,r,e.targetNodes||[]),Jb(e.commonAncestorContainer)}if(n=="translation"&&t=="original"){let i=Ip(e.targetNodes);Y0(e.targetNodes),Gi(i,r,e.rootNodes||[])}n=="dual"&&t=="original"&&Y0(e.targetNodes),zp(e)}catch(i){I.error(i)}}}function Gb(e){return!e||!na(e)?!1:e.classList.contains(Lt)}function Yb(e){if(!na(e))return;e.querySelectorAll("font[class*=immersive-translate-target-translation]").forEach(r=>{yt(r,"immersiveTranslateClassBak",r.className),r.className="notranslate immersive-translate-target-dual immersive-translate-target-inner"});let n=e.querySelector(".immersive-translate-target-wrapper");n&&n.classList.add("immersive-translate-state-dual")}function Jb(e){if(!na(e))return;e.querySelectorAll("font[class*=immersive-translate-target-dual]").forEach(r=>{let a=Si(r,"immersiveTranslateClassBak");i0(r,"immersiveTranslateClassBak"),r.className=a});let n=e.querySelector(".immersive-translate-target-wrapper");n&&n.classList.remove("immersive-translate-state-dual")}function Ip(e){return e?e[e.length-1].nextSibling:null}function Y0(e){(e||[]).forEach(t=>t.parentNode?.removeChild(t))}function Gi(e,t,n){let r=e;t&&(r?n.forEach(a=>{r.parentNode?.insertBefore(a,r)}):n.forEach(a=>{t.appendChild(a)}))}var ok=Cs(J0,300);async function Io(e,t,n=!1,r="web"){if(e.interruptEffectDOM)return;let a=t.commonAncestorContainer;if(a instanceof ShadowRoot||ik(t.rootNodes)||t.stepState>=2)return;t.stepState=2,di&&yt(a,"onParseParagraph",e.id);let{ctx:o}=e,{rule:i}=o,s=Ao(o),u=m0(t.flatNodes,{isPreWhitespace:t.isPreWhitespace||!1,delimiters:s,stayOriginalSelectors:gk(o)});if(!u)return;t.variables=u?.variables||{},t.text=u?.text;let l=o?.config?.translationLanguagePattern?.excludeMatches||[],c=await Hp(o,t,{excludeLanguages:n?[]:l,targetLanguage:o.targetLanguage,noTranslateRegexp:o.rule.noTranslateRegexp,delimiters:Lr(o.config.translationServices[o.translationService]),minTextCount:n||o.state.translationArea==="body"?3:i.paragraphMinTextCount,minWordCount:i.paragraphMinWordCount,isDetectParagraphLanguage:i.detectParagraphLanguage||o.state.isDetectParagraphLanguage,ignoreZhCNandZhTW:o.rule.ignoreZhCNandZhTW});if(c){if(I.debug("on paragraph",c.text,c),a.paragraphs=a.paragraphs||[],a.paragraphs.includes(c))return;a.paragraphs.push(c),e.immediateTranslateCapacity>0||n?(n&&(t.force=!0),sk(e,t.text),jp(e,t,r)):(di&&yt(a,"observeParagraph",e.id),e.observeParagraphs.push(c),e.paragraphVisibleObserver?.unobserve(a),e.paragraphVisibleObserver?.observe(a))}return c}function ik(e){if(!e)return!1;let t=e[e.length-1].nextSibling;return t?na(t)&&t.classList.contains(Lt):!1}function sk(e,t){e.ctx.state.translationStartMode!=="immediate"&&(e.immediateTranslateCapacity-=t?.length||0)}function jp(e,t,n="web"){if(e.interruptEffectDOM||t.stepState>=3)return;t.stepState=3;let r=e.autoIncreaseParagraphId++;if(t.id=r.toString(),e.paragraphEntities[r]=t,e.paragraphQueue.push(r.toString()),di&&yt(t.commonAncestorContainer,"consumeParagraph",e.id),yt(t.commonAncestorContainer,S2,"1",!0),n=="hover"){J0.call(e,e.ctx);return}ok.call(e,e.ctx)}async function J0(e){if(this.interruptEffectDOM)return;let t=this.paragraphQueue;this.paragraphQueue=[];let n=[];for(let r=0;r0)try{await et(r,t,(a,o,i)=>{let s=i.id,u=uk(e,s.toString());u&&lk.call(null,a,o,i,u,t,n)})}catch(a){I.error("translateCurrentQueue error",a);return}}function uk(e,t){return e.find(n=>n.id===t)}function lk(e,t,n,r,a,o){let i=!1,s=r;if(Ti(s.commonAncestorContainer,n.id)?.remove(),zp(r),s&&(e||!t)){e||(I.error("translate error",n,e,t),e=new Error("no response from server"));let{rule:u}=a,l=n.id,c=document.createElement(u.targetWrapperTag);yt(c,A2,l.toString()),c.classList.add("notranslate",Lt,Lt+"-error"),c.setAttribute("translate","no"),c.setAttribute("lang",a.targetLanguage);let g=r.rootNodes[r.rootNodes.length-1].nextSibling;if(Gi(g,r.commonAncestorContainer,[c]),s&&(s.error=e),c){let p=ck(a,e).replaceAll(` `,"").replaceAll('"',"""),f=e.message.replaceAll(` -`,"").replaceAll('"',"""),h=Ar(nn,"retryAllParagraphs",a.config.interfaceLanguage,"zh-CN"),y=Ar(nn,"errorTooltipTitle",a.config.interfaceLanguage,"zh-CN")+": "+f,C=Ar(nn,"error.retry",a.config.interfaceLanguage,"zh-CN"),b=Ar(nn,"error.reason",a.config.interfaceLanguage,"zh-CN"),x=`<${u.targetWrapperTag} class="${ee}-error notranslate"> +`,"").replaceAll('"',"""),h=Ar(nn,"retryAllParagraphs",a.config.interfaceLanguage,"zh-CN"),y=Ar(nn,"errorTooltipTitle",a.config.interfaceLanguage,"zh-CN")+": "+f,C=Ar(nn,"error.retry",a.config.interfaceLanguage,"zh-CN"),b=Ar(nn,"error.reason",a.config.interfaceLanguage,"zh-CN"),v=`<${u.targetWrapperTag} class="${ee}-error notranslate"> <${u.targetWrapperTag} class="${ee}-error-wrapper"> @@ -5250,7 +5250,7 @@ ${s}} ${b} - `;c.innerHTML=nt.sanitize(x)}}else if(r){if(s.error=void 0,r.targetText=t?.text||"",!(r.text?.trim().toLocaleLowerCase()==r.targetText?.trim().toLocaleLowerCase())){let l=S9(r,a),c=document.createElement(a.rule.targetWrapperTag);c.classList.add("notranslate",Lt),Ki(a)&&c.setAttribute("dir","rtl"),c.setAttribute("lang",a.targetLanguage),c.setAttribute(wr,"1");let g=ak.sanitize(l);c.innerHTML=g,r.targetNodes=[c],ku(r,o)}i=!0}else I.error("paragraph not found",n.id);document.dispatchEvent(new CustomEvent(Gt,{detail:JSON.stringify({type:"paragraphTranslated",payload:{ok:i}})}))}async function Hp(e,t,n){let{text:r}=t,a=await Oe({text:r||"",minLength:15,pageLangs:[Mt(),"en"],translateService:e.translationService}),{targetLanguage:o}=n;if(!au({text:r||"",delimiters:n.delimiters,minWordCount:n.minWordCount,minTextCount:n.minTextCount,noTranslateRegexp:n.noTranslateRegexp}))return null;let s=n.excludeLanguages||[],u=y0();n.isDetectParagraphLanguage&&(u="auto");let l=Mt(),c=a;c==="auto"&&!n.isDetectParagraphLanguage&&(c=l,!jl.includes(e.translationService)&&(me()||$e())&&(c="auto")),t.languageByLocal=c,t.languageByClient=u;let g=u!=="auto"?u:c;return Sa(g,o,{ignoreZhCNandZhTW:n.ignoreZhCNandZhTW})||s.length>0&&s.some(h=>Sa(g,h,{ignoreZhCNandZhTW:n.ignoreZhCNandZhTW}))?null:t}function Au(){Np=0}var Np=0;function ck(e,t){Np+=1;let n=t.message;if(t instanceof J){let r=t.uiConfig(e);if(n=JSON.stringify(r),Np!=e.rule.toastErrorMinTimes)return n;document.dispatchEvent(new CustomEvent(ho,{detail:r}))}return n}function zp(e){let t=e.commonAncestorContainer;if(!t.paragraphs?.length)return;t.recordLength=t.innerHTML.length,dk(t,`[${w2}]`).forEach(r=>{r.recordLength&&(r.recordLength=r.innerHTML.length)})}function dk(e,t){let n=e,r=[];for(;n.parentElement;){let a=n.parentElement.closest(t);if(a)r.push(a),n=a;else break}return r}function gk(e){return e.config?.translationServices?.[e.translationService]?.disableStaySelectors?[]:e.rule.stayOriginalTags.concat(e.rule.stayOriginalTags).map(r=>r.toLowerCase()).concat(e.rule.stayOriginalSelectors).concat(e.rule.additionalStayOriginalSelectors)}m();m();async function Qb(){let e="auto",t=[kt(),"en"];return document.body&&document.body.textContent&&document.body.textContent.trim()&&(e=await Oe({text:Ei(document.body),pageLangs:t})),e}m();var mk=[];function Zb(e){mk.push(e)}m();var qp;function Xb(e){let t=e.ctx.rule.aiRule;if(I.debug("aiRule",t),!t||!t.messageWrapperSelector)return;let n=e.ctx.rule,r=yn(e.ctx),a=r.excludeSelectors.indexOf(`${t.messageWrapperSelector} *`);r.excludeSelectors.splice(a,1),document.querySelectorAll(`${t.messageWrapperSelector} > *`).forEach(o=>{Lu(e,o,t,r)}),qp=new MutationObserver(o=>{o.forEach(function(i){for(let s of o)if(s.target.nodeType!=Node.COMMENT_NODE)try{if(n.mutationExcludeSelectors.length>0&&In(s.target,n.mutationExcludeSelectors))continue;let u=s.target;if(s.type=="characterData"&&(u=s.target.parentElement),!u.closest(t.messageWrapperSelector)||$p(s)&&s.type!="characterData")continue;if(u.recordLength){u.recordLength!==u.innerHTML.length&&Lu(e,u,t,r,!0);continue}if((s.addedNodes||[]).length<=0&&s.type!="characterData"||u.nodeType!==Node.ELEMENT_NODE)continue;if(!ka(u,{blockSelectors:r.blockSelectors,extraInlineSelectors:r.extraInlineSelectors,extraBlockSelectors:r.extraBlockSelectors,atomicBlockSelectors:r.atomicBlockSelectors},window.getComputedStyle(u))){let c=vi(r,u.parentElement);c&&(xt.clearToParentMark(u,c),Lu(e,c,t,r));continue}Lu(e,u,t,r)}catch(u){I.error(u)}}),document.querySelectorAll(`${t.messageWrapperSelector}`).forEach(i=>{xt.isMarked(i,e.id)||Lu(e,i,t,r)})}),qp.observe(document.body,{childList:!0,subtree:!0,characterData:!0})}function Lu(e,t,n,r,a=!1){let o=t.closest(n.messageWrapperSelector);if(!o)return;let i=t;for(;i!=o;)clearTimeout(i.timer),i=i.parentElement;clearTimeout(o.timer);let s=t;s.timer=setTimeout(()=>{a&&Wp(t),ia({id:e.id,container:t,filterRule:r,force:!0,onParagraph:u=>{Io(e,u,!0)},onFrame:()=>{},onIgnoreElement:()=>{}}),s.timer=null},n.streamingDelayTime||1e3)}function ey(){qp?.disconnect()}m();m();m();m();var pk=` + `;c.innerHTML=nt.sanitize(v)}}else if(r){if(s.error=void 0,r.targetText=t?.text||"",!(r.text?.trim().toLocaleLowerCase()==r.targetText?.trim().toLocaleLowerCase())){let l=S9(r,a),c=document.createElement(a.rule.targetWrapperTag);c.classList.add("notranslate",Lt),Ki(a)&&c.setAttribute("dir","rtl"),c.setAttribute("lang",a.targetLanguage),c.setAttribute(wr,"1");let g=ak.sanitize(l);c.innerHTML=g,r.targetNodes=[c],ku(r,o)}i=!0}else I.error("paragraph not found",n.id);document.dispatchEvent(new CustomEvent(Gt,{detail:JSON.stringify({type:"paragraphTranslated",payload:{ok:i}})}))}async function Hp(e,t,n){let{text:r}=t,a=await Oe({text:r||"",minLength:15,pageLangs:[Mt(),"en"],translateService:e.translationService}),{targetLanguage:o}=n;if(!au({text:r||"",delimiters:n.delimiters,minWordCount:n.minWordCount,minTextCount:n.minTextCount,noTranslateRegexp:n.noTranslateRegexp}))return null;let s=n.excludeLanguages||[],u=y0();n.isDetectParagraphLanguage&&(u="auto");let l=Mt(),c=a;c==="auto"&&!n.isDetectParagraphLanguage&&(c=l,!jl.includes(e.translationService)&&(me()||$e())&&(c="auto")),t.languageByLocal=c,t.languageByClient=u;let g=u!=="auto"?u:c;return Sa(g,o,{ignoreZhCNandZhTW:n.ignoreZhCNandZhTW})||s.length>0&&s.some(h=>Sa(g,h,{ignoreZhCNandZhTW:n.ignoreZhCNandZhTW}))?null:t}function Au(){Np=0}var Np=0;function ck(e,t){Np+=1;let n=t.message;if(t instanceof J){let r=t.uiConfig(e);if(n=JSON.stringify(r),Np!=e.rule.toastErrorMinTimes)return n;document.dispatchEvent(new CustomEvent(ho,{detail:r}))}return n}function zp(e){let t=e.commonAncestorContainer;if(!t.paragraphs?.length)return;t.recordLength=t.innerHTML.length,dk(t,`[${w2}]`).forEach(r=>{r.recordLength&&(r.recordLength=r.innerHTML.length)})}function dk(e,t){let n=e,r=[];for(;n.parentElement;){let a=n.parentElement.closest(t);if(a)r.push(a),n=a;else break}return r}function gk(e){return e.config?.translationServices?.[e.translationService]?.disableStaySelectors?[]:e.rule.stayOriginalTags.concat(e.rule.stayOriginalTags).map(r=>r.toLowerCase()).concat(e.rule.stayOriginalSelectors).concat(e.rule.additionalStayOriginalSelectors)}m();m();async function Qb(){let e="auto",t=[kt(),"en"];return document.body&&document.body.textContent&&document.body.textContent.trim()&&(e=await Oe({text:Ei(document.body),pageLangs:t})),e}m();var mk=[];function Zb(e){mk.push(e)}m();var qp;function Xb(e){let t=e.ctx.rule.aiRule;if(I.debug("aiRule",t),!t||!t.messageWrapperSelector)return;let n=e.ctx.rule,r=yn(e.ctx),a=r.excludeSelectors.indexOf(`${t.messageWrapperSelector} *`);r.excludeSelectors.splice(a,1),document.querySelectorAll(`${t.messageWrapperSelector} > *`).forEach(o=>{Lu(e,o,t,r)}),qp=new MutationObserver(o=>{o.forEach(function(i){for(let s of o)if(s.target.nodeType!=Node.COMMENT_NODE)try{if(n.mutationExcludeSelectors.length>0&&In(s.target,n.mutationExcludeSelectors))continue;let u=s.target;if(s.type=="characterData"&&(u=s.target.parentElement),!u.closest(t.messageWrapperSelector)||$p(s)&&s.type!="characterData")continue;if(u.recordLength){u.recordLength!==u.innerHTML.length&&Lu(e,u,t,r,!0);continue}if((s.addedNodes||[]).length<=0&&s.type!="characterData"||u.nodeType!==Node.ELEMENT_NODE)continue;if(!ka(u,{blockSelectors:r.blockSelectors,extraInlineSelectors:r.extraInlineSelectors,extraBlockSelectors:r.extraBlockSelectors,atomicBlockSelectors:r.atomicBlockSelectors},window.getComputedStyle(u))){let c=vi(r,u.parentElement);c&&(xt.clearToParentMark(u,c),Lu(e,c,t,r));continue}Lu(e,u,t,r)}catch(u){I.error(u)}}),document.querySelectorAll(`${t.messageWrapperSelector}`).forEach(i=>{xt.isMarked(i,e.id)||Lu(e,i,t,r)})}),qp.observe(document.body,{childList:!0,subtree:!0,characterData:!0})}function Lu(e,t,n,r,a=!1){let o=t.closest(n.messageWrapperSelector);if(!o)return;let i=t;for(;i!=o;)clearTimeout(i.timer),i=i.parentElement;clearTimeout(o.timer);let s=t;s.timer=setTimeout(()=>{a&&Wp(t),ia({id:e.id,container:t,filterRule:r,force:!0,onParagraph:u=>{Io(e,u,!0)},onFrame:()=>{},onIgnoreElement:()=>{}}),s.timer=null},n.streamingDelayTime||1e3)}function ey(){qp?.disconnect()}m();m();m();m();var pk=` .toastify { padding: 12px 20px; color: #ffffff; @@ -5333,11 +5333,11 @@ ${s}} max-width: fit-content; } } -`,Vp="immersive-translate-toastify-shadow-root",Kp=class{defaults={oldestFirst:!0,text:"Toastify is awesome!",node:void 0,duration:3e3,selector:void 0,callback:function(){},destination:void 0,newWindow:!1,close:!1,gravity:"toastify-top",positionLeft:!1,position:"",backgroundColor:"",avatar:"",className:"",stopOnFocus:!0,onClick:function(){},offset:{x:0,y:0},escapeMarkup:!0,ariaLive:"polite",style:{background:""}};constructor(t){this.version="1.12.0",this.options={},this.toastElement=null,this._rootElement=document.body,this._init(t)}showToast(){if(this.toastElement=this._buildToast(),typeof this.options.selector=="string")this._rootElement=document.getElementById(this.options.selector);else if(this.options.selector instanceof HTMLElement||this.options.selector instanceof ShadowRoot)this._rootElement=this.options.selector;else if(document.getElementById(Vp)){let t=document.getElementById(Vp);this._rootElement=t.shadowRoot}else{let t=document.createElement("div");t.setAttribute("translate","no"),t.className="no-translate immersive-translate-toastify-shadow-root",t.id=Vp,t.style.all="initial",t.style.zIndex="2147483647",document.body.appendChild(t);let n=t.attachShadow({mode:"open"}),r=document.createElement("style");r.textContent=pk,n.appendChild(r),this._rootElement=n}if(!this._rootElement)throw"Root element is not defined";return this._rootElement.insertBefore(this.toastElement,this._rootElement.firstChild),this._reposition(),this.options.duration>0&&(this.toastElement.timeOutValue=window.setTimeout(()=>{this._removeElement(this.toastElement)},this.options.duration)),this}hideToast(){this.toastElement.timeOutValue&&clearTimeout(this.toastElement.timeOutValue),this._removeElement(this.toastElement)}_init(t){this.options=Object.assign(this.defaults,t),this.options.backgroundColor,this.toastElement=null,this.options.gravity=t.gravity==="bottom"?"toastify-bottom":"toastify-top",this.options.stopOnFocus=t.stopOnFocus===void 0?!0:t.stopOnFocus,t.backgroundColor&&(this.options.style.background=t.backgroundColor)}_buildToast(){if(!this.options)throw"Toastify is not initialized";let t=document.createElement("div");t.className=`toastify on ${this.options.className}`,t.className+=` toastify-${this.options.position}`,t.className+=` ${this.options.gravity}`;for(let n in this.options.style)t.style[n]=this.options.style[n];if(this.options.ariaLive&&t.setAttribute("aria-live",this.options.ariaLive),this.options.node&&this.options.node.nodeType===Node.ELEMENT_NODE)t.appendChild(this.options.node);else if(this.options.escapeMarkup?t.innerText=this.options.text:t.innerHTML=this.options.text,this.options.avatar!==""){let n=document.createElement("img");n.src=this.options.avatar,n.className="toastify-avatar",this.options.position=="left"?t.appendChild(n):t.insertAdjacentElement("afterbegin",n)}if(this.options.close===!0){let n=document.createElement("button");n.type="button",n.setAttribute("aria-label","Close"),n.className="toast-close",n.innerHTML="✖",n.addEventListener("click",a=>{a.stopPropagation(),this._removeElement(this.toastElement),window.clearTimeout(this.toastElement.timeOutValue)});let r=window.innerWidth>0?window.innerWidth:screen.width;this.options.position=="left"&&r>360?t.insertAdjacentElement("afterbegin",n):t.appendChild(n)}if(this.options.stopOnFocus&&this.options.duration>0&&(t.addEventListener("mouseover",n=>{window.clearTimeout(t.timeOutValue)}),t.addEventListener("mouseleave",()=>{t.timeOutValue=window.setTimeout(()=>{this._removeElement(t)},this.options.duration)})),typeof this.options.destination<"u"&&t.addEventListener("click",n=>{n.stopPropagation(),this.options.newWindow===!0?window.open(this.options.destination,"_blank"):window.location=this.options.destination}),typeof this.options.onClick=="function"&&typeof this.options.destination>"u"&&t.addEventListener("click",n=>{n.stopPropagation(),this.options.onClick()}),typeof this.options.offset=="object"){let n=this._getAxisOffsetAValue("x",this.options),r=this._getAxisOffsetAValue("y",this.options),a=this.options.position=="left"?n:`-${n}`,o=this.options.gravity=="toastify-top"?r:`-${r}`;t.style.transform=`translate(${a},${o})`}return t}_removeElement(t){t.className=t.className.replace(" on",""),window.setTimeout(()=>{this.options.node&&this.options.node.parentNode&&this.options.node.parentNode.removeChild(this.options.node),t.parentNode&&t.parentNode.removeChild(t),this.options.callback.call(t),this._reposition()},400)}_reposition(){let t={top:15,bottom:15},n={top:15,bottom:15},r={top:15,bottom:15},a=this._rootElement.querySelectorAll(".toastify"),o;for(let i=0;i0?window.innerWidth:screen.width)<=360?(a[i].style[o]=`${r[o]}px`,r[o]+=s+u):a[i].classList.contains("toastify-left")===!0?(a[i].style[o]=`${t[o]}px`,t[o]+=s+u):(a[i].style[o]=`${n[o]}px`,n[o]+=s+u)}}_getAxisOffsetAValue(t,n){return n.offset[t]?isNaN(n.offset[t])?n.offset[t]:`${n.offset[t]}px`:"0px"}};function Z0(e){e=e||{},new Kp({gravity:"bottom",duration:1500,style:{background:"#222",color:"#f2f2f2"},...e}).showToast()}m();function ty(e,t){let n=t.matches||[],r=t.excludeMatches||[];if(r&&!Array.isArray(r)&&(r=[r]),n&&!Array.isArray(n)&&(n=[n]),r.length>0){if(r.includes(e)||r.includes(""))return!1;for(let a of r)if(a.includes("*")&&new RegExp(a).test(e))return!1}if(n.length===0)return!1;if(n.length>0){if(n.includes(e)||n.includes(""))return!0;for(let a of n)if(a.includes("*")&&new RegExp(a).test(e))return!0}return!1}m();m();m();function Wn(e){Ia(e,{tab:{id:1,url:"https://www.fake.com",active:!0}}).catch(r=>{I.error("send content message request failed",e,r)}),document.querySelectorAll("iframe").forEach(r=>{r.contentWindow&&r.contentWindow.postMessage({author:Ml,payload:e},"*")});let n=new CustomEvent(Yr,{detail:e});globalThis.document.dispatchEvent(n)}function Gp(e){let t=e.shortcuts||{},r=Object.keys(t).reduce((o,i)=>(o[t[i]]=i,o),{}),a=Object.keys(r);for(let o of a){let i=o.replace(/MacCtrl/ig,"Ctrl");i&&Ut(i,s=>{s.preventDefault();let u=r[o];Wn({method:u,data:{trigger:"shortcut"}})})}}m();m();m();m();var ny=`${ee}-float-ball`;function Va(e){return e.type=="logo"?d("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",width:"24",height:"24",class:`${ny}-logo-img`,children:[d("path",{fill:"none",d:"M0 0h24v24H0z"}),d("path",{d:"M5 15v2a2 2 0 0 0 1.85 1.995L7 19h3v2H7a4 4 0 0 1-4-4v-2h2zm13-5l4.4 11h-2.155l-1.201-3h-4.09l-1.199 3h-2.154L16 10h2zm-1 2.885L15.753 16h2.492L17 12.885zM8 2v2h4v7H8v3H6v-3H2V4h4V2h2zm9 1a4 4 0 0 1 4 4v2h-2V7a2 2 0 0 0-2-2h-3V3h3zM6 6H4v3h2V6zm4 0H8v3h2V6z",fill:"rgba(255,255,255,1)"})]}):e.type=="close"?d("svg",{width:"14",height:"14",viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:[d("g",{"clip-path":"url(#clip0_2589_9951)",children:d("path",{d:"M7 14C5.14348 14 3.36301 13.2625 2.05025 11.9497C0.737498 10.637 0 8.85652 0 7C0 5.14348 0.737498 3.36301 2.05025 2.05025C3.36301 0.737498 5.14348 0 7 0C8.85652 0 10.637 0.737498 11.9497 2.05025C13.2625 3.36301 14 5.14348 14 7C14 8.85652 13.2625 10.637 11.9497 11.9497C10.637 13.2625 8.85652 14 7 14ZM4.183 5.064L6.118 7L4.183 8.936C4.12409 8.99361 4.07719 9.06234 4.04502 9.1382C4.01285 9.21406 3.99605 9.29554 3.99559 9.37794C3.99513 9.46034 4.01101 9.54201 4.04234 9.61823C4.07366 9.69444 4.11978 9.76369 4.17805 9.82195C4.23631 9.88022 4.30556 9.92634 4.38177 9.95766C4.45799 9.98898 4.53966 10.0049 4.62206 10.0044C4.70446 10.004 4.78594 9.98715 4.8618 9.95498C4.93766 9.92281 5.00639 9.87591 5.064 9.817L7 7.882L8.936 9.817C9.05327 9.93168 9.21104 9.99548 9.37506 9.99457C9.53908 9.99365 9.69612 9.92809 9.8121 9.8121C9.92809 9.69612 9.99365 9.53908 9.99457 9.37506C9.99548 9.21104 9.93168 9.05327 9.817 8.936L7.882 7L9.817 5.064C9.87591 5.00639 9.92281 4.93766 9.95498 4.8618C9.98715 4.78594 10.004 4.70446 10.0044 4.62206C10.0049 4.53966 9.98898 4.45799 9.95766 4.38177C9.92634 4.30556 9.88022 4.23631 9.82195 4.17805C9.76369 4.11978 9.69444 4.07366 9.61823 4.04234C9.54201 4.01101 9.46034 3.99513 9.37794 3.99559C9.29554 3.99605 9.21406 4.01285 9.1382 4.04502C9.06234 4.07719 8.99361 4.12409 8.936 4.183L7 6.118L5.064 4.183C4.94673 4.06832 4.78896 4.00452 4.62494 4.00543C4.46092 4.00635 4.30388 4.07191 4.1879 4.1879C4.07191 4.30388 4.00635 4.46092 4.00543 4.62494C4.00452 4.78896 4.06832 4.94673 4.183 5.064Z",fill:"#B1B1B1","fill-opacity":"0.32"})}),d("defs",{children:d("clipPath",{id:"clip0_2589_9951",children:d("rect",{width:"14",height:"14",fill:"white"})})})]}):e.type=="setting"?d("svg",{width:"16",height:"16",viewBox:"0 0 16 16",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:d("path",{d:"M6.55741 0L9.06847 0.00329403C9.84824 0.00470579 10.4802 0.636235 10.4812 1.41647L10.4821 1.82588C10.9687 2.0278 11.4297 2.28671 11.8553 2.59718L12.1913 2.40329C12.516 2.21676 12.9013 2.1665 13.2629 2.26352C13.6246 2.36055 13.933 2.59695 14.1207 2.92094L15.3795 5.09365C15.5601 5.40546 15.6149 5.7744 15.5328 6.12523C15.4507 6.47606 15.2378 6.78235 14.9376 6.98165L14.8609 7.02871L14.5235 7.22353C14.5819 7.76273 14.5736 8.30708 14.4986 8.84424L14.7372 8.98259C15.0496 9.16307 15.2812 9.45606 15.3848 9.80165C15.4884 10.1472 15.456 10.5193 15.2944 10.8419L15.2553 10.9153L14.076 12.9576C13.8955 13.27 13.6025 13.5017 13.2569 13.6053C12.9113 13.7088 12.5392 13.6765 12.2167 13.5148L12.1433 13.4753L11.8172 13.2871C11.4074 13.5817 10.9651 13.8283 10.4991 14.0221L10.4995 14.5831C10.5 14.9434 10.3629 15.2904 10.1163 15.5532C9.86972 15.816 9.53215 15.9748 9.17247 15.9972L9.08306 16L6.57153 15.9967C6.19697 15.9961 5.83793 15.847 5.57312 15.5821C5.30831 15.3172 5.15932 14.9581 5.15883 14.5835L5.15788 13.9073C4.76852 13.7244 4.39771 13.5044 4.05059 13.2504L3.44918 13.5967C3.12448 13.7834 2.73902 13.8337 2.37726 13.7367C2.01551 13.6397 1.70698 13.4032 1.5193 13.0791L0.260473 10.9064C0.0799611 10.5945 0.0252226 10.2255 0.107423 9.87467C0.189623 9.52384 0.402569 9.21757 0.702826 9.01835L0.779062 8.97129L1.3913 8.61835C1.34424 8.17129 1.34188 7.71765 1.38706 7.26494L0.707532 6.87247C0.395061 6.69207 0.163305 6.39911 0.0596515 6.05351C-0.0440025 5.70791 -0.0117246 5.33577 0.149885 5.01318L0.189415 4.93976L1.36871 2.89741C1.54919 2.58502 1.84218 2.35337 2.18777 2.2498C2.53336 2.14624 2.90547 2.17859 3.228 2.34023L3.30141 2.37976L3.89436 2.72188C4.28027 2.42082 4.69854 2.1637 5.14141 1.95529L5.14047 1.41694C5.14001 1.05657 5.27707 0.709596 5.52367 0.446813C5.77028 0.184029 6.10786 0.0252343 6.46753 0.00282354L6.55741 0ZM6.55553 1.41506L6.55694 2.85271L5.74377 3.23576C5.39553 3.39906 5.06706 3.60094 4.764 3.83718L4.01247 4.424L2.62941 3.62494L2.59365 3.60518L1.41483 5.64753L2.88636 6.49694L2.79506 7.40612C2.75968 7.7598 2.76078 8.11619 2.79836 8.46965L2.8953 9.38541L1.48494 10.1976L2.7433 12.3704L4.14377 11.5647L4.88636 12.1087C5.15997 12.309 5.45231 12.4823 5.7593 12.6264L6.57106 13.008L6.57388 14.5816L9.08447 14.5849L9.08306 13.0791L9.95553 12.7158C10.3216 12.5635 10.6689 12.3698 10.9908 12.1384L11.7329 11.6047L12.8506 12.2499L14.0289 10.2075L12.9654 9.592L13.0972 8.64847C13.1561 8.22659 13.1628 7.79904 13.1169 7.37553L13.0181 6.45882L14.1555 5.80235L12.8967 3.62965L11.7645 4.28235L11.0214 3.74024C10.686 3.4956 10.3229 3.29152 9.93953 3.13224L9.06894 2.77082L9.06659 1.41835L6.55553 1.41506ZM9.37153 5.47624C10.0214 5.85201 10.4955 6.47036 10.6898 7.19547C10.8841 7.92058 10.7827 8.69316 10.4078 9.34353C10.2223 9.66543 9.97517 9.9476 9.68053 10.1739C9.38589 10.4002 9.04953 10.5662 8.69068 10.6623C8.33183 10.7585 7.95754 10.7829 7.58923 10.7343C7.22092 10.6856 6.86582 10.5648 6.54424 10.3788C5.89445 10.003 5.4204 9.38458 5.2262 8.65948C5.032 7.93438 5.13352 7.16184 5.50847 6.51153C5.69395 6.18963 5.94107 5.90746 6.23571 5.68117C6.53034 5.45488 6.86671 5.28891 7.22556 5.19275C7.58441 5.09659 7.9587 5.07213 8.32701 5.12077C8.69532 5.16942 9.05042 5.29021 9.372 5.47624H9.37153ZM6.73388 7.21835C6.54638 7.54388 6.49567 7.9305 6.5929 8.29336C6.69012 8.65623 6.92733 8.96571 7.25247 9.15388C7.41305 9.24679 7.59037 9.30712 7.77429 9.33143C7.9582 9.35574 8.14511 9.34355 8.32431 9.29556C8.50351 9.24757 8.67149 9.16472 8.81864 9.05174C8.96579 8.93877 9.08923 8.7979 9.18188 8.63718C9.55883 7.98353 9.356 7.15435 8.73435 6.74494L8.66377 6.70118L8.59035 6.66165C8.26834 6.49988 7.89663 6.46742 7.55145 6.57093C7.20626 6.67444 6.91375 6.90608 6.73388 7.21835Z",fill:"#6C6F73"})}):e.type==="file"?d("svg",{width:"18",height:"18",viewBox:"0 0 18 18",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:d("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M11.6861 1L15.2353 4.54635V7.11765V14.6471V15.5882C15.2353 15.9627 15.0866 16.3217 14.8218 16.5865C14.557 16.8513 14.198 17 13.8235 17H4.41176C4.03734 17 3.67825 16.8513 3.4135 16.5865C3.14874 16.3217 3 15.9627 3 15.5882V14.6471V7.11765V2.41176C3 2.03734 3.14874 1.67825 3.4135 1.4135C3.67825 1.14874 4.03734 1 4.41176 1H11.6861ZM11.8692 3.17882V4.74212H13.4334L11.8692 3.17882ZM4.41171 15.5882V14.647V2.41176H10.4574L10.4578 6.15341H13.8235V14.647V15.5882H4.41171ZM12.7739 7.51746H5.46094V8.6155H12.7739V7.51746ZM5.46094 9.98805H12.7739V11.0861H5.46094V9.98805ZM9.5127 12.36H5.46094V13.458H9.5127V12.36Z",fill:"#6C6F73"})}):e.type==="translated"?d("svg",{width:"11",height:"11",viewBox:"0 0 11 11",fill:"none",xmlns:"http://www.w3.org/2000/svg",class:`${ny}-translated-img`,children:[d("circle",{cx:"5.5",cy:"5.5",r:"5.5",fill:"#68CD52"}),d("path",{d:"M1.40857 5.87858L2.24148 5.18962L4.15344 6.64214C4.15344 6.64214 6.33547 4.15566 9.00658 2.48145L9.32541 2.87514C9.32541 2.87514 6.28665 5.55844 4.71735 9.07881L1.40857 5.87858Z",fill:"white"})]}):e.type==="modal-close"?d("svg",{width:"20",height:"20",viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:d("path",{d:"M4.41083 4.41066C4.5671 4.25443 4.77902 4.16667 4.99999 4.16667C5.22096 4.16667 5.43289 4.25443 5.58916 4.41066L9.99999 8.82149L14.4108 4.41066C14.4877 4.33107 14.5797 4.26758 14.6813 4.22391C14.783 4.18023 14.8923 4.15724 15.003 4.15628C15.1136 4.15532 15.2234 4.1764 15.3258 4.21831C15.4282 4.26021 15.5212 4.32208 15.5995 4.40033C15.6777 4.47857 15.7396 4.57162 15.7815 4.67403C15.8234 4.77644 15.8445 4.88618 15.8435 4.99682C15.8426 5.10747 15.8196 5.21682 15.7759 5.31849C15.7322 5.42016 15.6688 5.51212 15.5892 5.58899L11.1783 9.99982L15.5892 14.4107C15.741 14.5678 15.825 14.7783 15.8231 14.9968C15.8212 15.2153 15.7335 15.4243 15.579 15.5788C15.4245 15.7333 15.2155 15.821 14.997 15.8229C14.7785 15.8248 14.568 15.7408 14.4108 15.589L9.99999 11.1782L5.58916 15.589C5.43199 15.7408 5.22149 15.8248 5.00299 15.8229C4.7845 15.821 4.57549 15.7333 4.42098 15.5788C4.26647 15.4243 4.17883 15.2153 4.17693 14.9968C4.17503 14.7783 4.25903 14.5678 4.41083 14.4107L8.82166 9.99982L4.41083 5.58899C4.2546 5.43272 4.16684 5.22079 4.16684 4.99982C4.16684 4.77885 4.2546 4.56693 4.41083 4.41066Z",fill:"#C4C4C4"})}):null}m();m();function ry(e,t,n){let r=[];n||(n={}),t!=="auto"&&!n[t]&&(n[t]={matches:[],excludeMatches:[]}),r=t!=="auto"?n[t].matches:[];let a={},o=Object.keys(n);for(let l of o){let g=n[l].matches;for(let p of g)a[p]||(a[p]=[]),a[p].push(l)}let i=a[e];if(i&&i.length>0)for(let l of i)n[l].matches.indexOf(e)>-1&&(n[l]={...n[l],matches:n[l].matches.filter(g=>g!==e)});let s=new Set(r);if(t==="auto")return{...n};s.add(e);let u=Array.from(s);return{...n,[t]:{...n[t],matches:u}}}m();m();var X0="DROP_DOWN_DEFAULT_VALUE";function Yp(e){let{showArrow:t,onSelected:n,className:r,menus:a,maxWidth:o,style:i}=e;r=r||"",t=t??!0,o=o||80;let s=We(null);return d("select",{ref:s,autoComplete:"off",class:`min-select ${t?"":"min-select-no-arrow"} ${r||""}`,value:X0,style:{maxWidth:`${o}px`,...i},onChange:u=>{u.preventDefault();let l=u.target.value;if(s.current&&l!==X0){s.current.value=X0,s.current?.dispatchEvent(new Event("change"));let c=a.find(g=>g.value===l);c&&n(c)}},children:[{value:X0,label:e.label}].concat(a).map((u,l)=>d("option",{value:u.value,children:u.label},"option-"+l))})}m();var fk=({date:e})=>{let{t}=W(),[n,r]=$(!1);return le(()=>{setTimeout(()=>{r(!0)},5e3)},[]),n?null:d("p",{class:"text-sm",children:[t("Successfully synchronized with the latest official rules:")," ",new Date(e).toLocaleString()]})},hk=({minVersion:e})=>{let{t}=W();return d("p",{class:"text-sm",children:t("localVersionIsTooOld",{minVersion:e})})},bk=()=>{let{t:e}=W();return d("p",{class:"text-sm",dangerouslySetInnerHTML:{__html:e("badUserscriptBrowser",{1:"https://immersivetranslate.com/docs/installation/"})}})},yk=({message:e,handleSyncing:t,date:n})=>{let{t:r}=W();return d("p",{class:"text-sm",children:[r("failToSyncRules")," ",d("a",{onClick:t,children:r("retry")}),d("br",{}),r("failedReason"),"\uFF1A",e,d("br",{}),r("currentRuleVersion"),"\uFF1A",n]})};function Jp(e){let{isShowError:t,request:n}=e,[r,a]=$(null),{t:o}=W(),[i,s]=$(null),[u,l]=$(null),[c,g]=$(""),[p,f]=$(!1),[h,y]=$(!1),[C,b]=$(!1),[x,S]=$(null),[A,P]=$(null),w=Zn(),v=async()=>{g("");let L=i;if(i===null)try{let D=await n({url:va});D?(s(D),L=D,f(!0)):(g(o("unknownError")),l(null))}catch(D){l(null),g(D.message);return}L!==null?(e.setStorageBuildinConfig(L),l(!1),a(L.buildinConfigUpdatedAt)):(g(o("canNotFetchRemoteRule")),l(null))};return le(()=>{ft().then(L=>{let D=L.buildinConfigUpdatedAt;S(L);let T=new Date(D);if(a(D),w==="0.0.0"){b(!0);return}n({url:va}).then(j=>{let R=j,M=R.minVersion,O=w;s(R);let N=R.latestVersion;if(N&&(Fr(O,N)?P(!0):P(!1)),Fr(O,M)){let H=R.buildinConfigUpdatedAt;new Date(H)>T?(l(!0),v()):l(!1)}else y(!0),l(null)}).catch(j=>{l(null),g(j.message)})})},[]),le(()=>{ft().then(L=>{S(L)})},[r]),x?d("div",{class:"text-sm mt-2",style:{maxWidth:218},children:C?d(bk,{}):c?t===!1?null:d(yk,{handleSyncing:v,message:c,date:r||""}):h?t===!1?null:d(hk,{minVersion:i.minVersion}):u===null||u===!0?null:p?d(fk,{date:r}):null}):null}m();function Ck(){return navigator.userAgent.indexOf("Mac")!==-1}var ay={Alt:"\u2325"};function ec(e=""){return Ck()?Object.keys(ay).reduce((t,n)=>t.replace(n,ay[n]),e):e}m();function oy({config:e,isLogin:t,isProUser:n}){let{t:r}=W();return ta(e)?d("div",{}):d("div",{class:"flex items-center",children:[d("a",{class:"flex items-center text-decoration-none",target:"_blank",href:t?Co:H2,children:[d("img",{src:t?xb:vb}),d("span",{class:"text-xs ml-2 text-label",children:r(t?"loggedIn":"notLogin")})]}),d("a",{title:r(n?"popup.openProForPro":"popup.openPro"),target:"_blank",class:"ml-2",href:n?Co:q2,children:d("img",{src:n?wu:Cb})})]})}m();function iy({currentLang:e,ctx:t,onSetPageLanguage:n,setSettings:r}){let{t:a}=W();if(!t)return null;let o=za(t.config.translationService,t.config.targetLanguage),i=Bn;o.length<=30&&(i=o.indexOf("auto")>=0?o:["auto",...o]);let s=o.filter(u=>u!=="auto");return d("div",{class:"flex mt-4 items-center",children:[d(Tk,{supportedLanguages:i,interfaceLanguage:t.config.interfaceLanguage,currentLang:e,value:t.sourceLanguage,onSelected:n}),d("img",{src:Eb,style:{maxWidth:"unset"},class:"mx-2"}),d(vk,{supportedLanguages:s,interfaceLanguage:t.config.interfaceLanguage,value:t.config.targetLanguage,label:a("popupTarget"),onSelected:u=>{r(l=>({...l,targetLanguage:u}))}})]})}function Tk(e){let{t}=W(),{value:n,currentLang:r}=e,a=t("popupSourceLanguage");return n==="auto"&&r&&r!=="auto"&&(a=t("languages.auto")),d("div",{class:"language-select-container",children:[d("label",{children:a}),d("select",{autoComplete:"off",class:"language-select",onChange:o=>{let i=o.target.value;i&&e.onSelected(i)},children:e.supportedLanguages.map((o,i)=>{let s=Jt(o,e.interfaceLanguage),u="";return o==="auto"&&n==="auto"&&(r&&r==="auto"?u=t("languages.auto"):u=Jt(r,e.interfaceLanguage)+` (${t("languages.auto")})`),d("option",{value:o,selected:o===e.value,children:u||s},"selectlink"+i)})})]})}function vk(e){return d("div",{class:"language-select-container",children:[d("label",{children:e.label}),d("select",{autoComplete:"off",class:"language-select",onChange:t=>{let n=t.target.value;n&&e.onSelected(n)},children:e.supportedLanguages.map((t,n)=>{let r=Jt(t,e.interfaceLanguage);return d("option",{value:t,selected:t===e.value,children:r},"selectlink"+n)})})]})}m();function sy(e){let{t}=W(),{translationServiceItems:n,translationServiceOptions:r}=wk(e);return n.length?d(xe,{children:[d(uy,{class:"mt-3",label:t("popupService"),items:r}),d(xk,{ctx:e.ctx,onRestorePage:e.onRestorePage,setSettings:e.setSettings})]}):null}function uy(e){return d("div",{class:`min-select-container ${e.class||""}`,children:[d("label",{class:"inline-block text-label mb-0 text-gray-6",style:{minWidth:60},children:[e.label,"\uFF1A"]}),d(Pr,{className:"translate-service transform-padding-left",maxWidth:300,items:e.items})]})}function xk({ctx:e,setSettings:t,onRestorePage:n}){let{t:r}=W(),a=Sk(e),o=Ek(e),i=Ne((u,l)=>{t(c=>{let g=c.translationServices||{},p=g[a.id]||{};return setTimeout(()=>{n()},1),{...c,translationServices:{...g,[a.id]:{...p,[u]:l}}}})},[]),s=Re(()=>a?.props.filter(u=>u.type==="select").map(u=>{let l=u.name;u.label&&(l=u.label),u.labelKey&&(l=r(u.labelKey));let c=u.options.map(g=>({label:`${g.label?r(g.label):g.value}`,value:g.value,selected:g.value==o[u.name],onSelected:()=>{i(u.name,g.value)}}));return{label:l,items:c}}),[o]);return!o||!a?.props?.length||!s||!s?.length?null:d(xe,{children:s.map(({label:u,items:l},c)=>d(uy,{class:"mt-2",label:u,items:l},"field-"+c))})}function Ek(e){return Re(()=>{let{translationServices:n,translationService:r}=e.config;return n&&n[r]?n[r]||{}:{}},[e])}function Sk(e){return Re(()=>{let{translationService:n}=e.config;if(Qn[n])return hi("translationService",n,e)},[Qn,hi,e])}function wk({isProUser:e,ctx:t,setSettings:n,pageStatus:r,onTranslatePage:a,onRestorePage:o,openOptionsPage:i}){let{t:s}=W(),u=Re(()=>t?vo(t,"translationService"):[],[vo,t]),l=Ne(g=>{let p=u.find(f=>f.id===g.value);if(p.ok){if(n(f=>({...f,translationService:p.id,translationServiceChangedbyUserAt:new Date().toISOString()})),r!="Translated")return;p.props.length===0?t.rule.isTranslateWhenServiceChanged&&setTimeout(()=>{a()},1):setTimeout(()=>{o()},1)}else n(f=>({...f,translationService:p.id,translationServiceChangedbyUserAt:new Date().toISOString()})),setTimeout(()=>{i()},100)},[i,o,a,n]),c=Re(()=>{let g=$e();return u.filter(f=>t.config.showUnconfiguredTranslationServiceInPopup===!1?f.ok:!0).map(f=>({label:`${s("translationServices."+f.id)}${f.ok?"":" "+(" "+(!e&&!g&&f.providers&&f.providers.length>0?s("goLoginOrAction"):s("needAction")))}`,value:f.id,selected:f.selected,onSelected:l}))},[u,t,l,s]);return{translationServiceItems:u,translationServiceOptions:c}}m();m();function ly(e){let t;try{t=new URL(e)}catch{return!1}let n=X9(),r="";try{r=new URL(n).hostname}catch{}return r&&t.hostname===r?!0:!(Dk(e)||t.protocol!=="http:"&&t.protocol!=="https:"&&t.protocol!=="file:"&&t.protocol!=="data:")}function Dk(e){try{return new URL(e)?.pathname.toLowerCase().endsWith(".pdf")}catch{return!1}}m();function cy(e){let t=e.indexOf("#");return t===-1?e:e.slice(0,t)}function dy(e){let{t}=W(),{currentUrlObj:n,isAlwaysTranslateDomain:r,isNeverTranslateDomain:a,handleTranslationUrlPatternSelected:o}=kk(e),[i,s]=$(()=>a?"excludeMatches":"matches"),u=Re(()=>r||a||!1,[r,a]),l=Ne(c=>{s(c),u&&o(c,n.hostname)},[s,o,u]);return d("div",{class:"flex justify-between mt-5",children:[d(Pr,{style:{width:"unset",flex:"unset"},maxWidth:230,className:"transform-padding-left min-select",items:[{label:t("alwaysTranslateThisSite"),value:"matches",selected:i==="matches",onSelected:()=>{l("matches")}},{label:t("neverTranslateThisSite"),value:"excludeMatches",selected:i==="excludeMatches",onSelected:()=>{l("excludeMatches")}}].filter(Boolean)}),d("input",{type:"checkbox",role:"switch",checked:u,class:"shrink-0",onChange:c=>{let g=c.target.checked;o(g?i:"default",n.hostname)}})]})}function kk({currentUrl:e,ctx:t,currentLang:n,onSetLocalConfig:r,pageStatus:a,onRestorePage:o,onTranslatePage:i,setSettings:s,onClose:u}){let l=null,c=null,g=null,p=null,f=null,{translationUrlPattern:h}=t.config;if(l=Re(()=>new URL(e||""),[e]),t.config&&e&&ly(e)){c=cy(e);let{matches:b,excludeMatches:x}=h;g=!!b.find(S=>_t(e,S)),p=!!x.find(S=>_t(e,S))}if(n&&n!=="auto"){let{translationLanguagePattern:b}=t.config,{matches:x}=b;x.includes(n)?f=!0:f=!1}let y=Ne(()=>{let b=l.hostname,x=t.localConfig.tempTranslationUrlMatches||[],S=x.filter(P=>P.match!==b),A=!1;S.length!==x.length&&(A=!0),A&&r({...t.localConfig,tempTranslationUrlMatches:[...S]})},[r]),C=Ne((b,x)=>{if(b==="default"){s(P=>{let w={...P.translationUrlPattern};return{...P,isChangedAlwaysTranslatedUrls:!0,translationUrlPattern:{...P.translationUrlPattern,matches:Qp(e,w.matches),excludeMatches:Qp(e,w.excludeMatches)}}}),y();return}let S=b,A=S==="matches"?"excludeMatches":"matches";l&&s(P=>{let w={...P.translationUrlPattern};return w[A]=Qp(e,w[A]),w[S]=Rn(x,w[S]),{...P,isChangedAlwaysTranslatedUrls:!0,translationUrlPattern:{...P.translationUrlPattern,...w}}}),S==="matches"&&a==="Original"?setTimeout(()=>{i(),u()},100):S==="excludeMatches"&&a==="Translated"&&setTimeout(()=>{o(),u()},100)},[i,u,a,y]);return{currentUrlObj:l,currentUrlWithoutHash:c,isAlwaysTranslateDomain:g,isNeverTranslateDomain:p,isAlwaysTranslateLang:f,handleTranslationUrlPatternSelected:C}}function Qp(e,t){return t?(Array.isArray(t)||(t=[t]),e?t.filter(n=>!_t(e,n)):t):[]}m();function gy(e){let{t}=W(),{ctx:n,setSettings:r}=e,a=Ak(e);return To(n.localConfig)?a.length?d("div",{class:"flex mt-3 items-center justify-between",children:[d("div",{class:"flex items-center",children:[d("label",{class:"mb-0 mr-2 shrink-0",children:[t("mouse-translate"),":"]}),d(Pr,{style:{width:"100%",maxWidth:"100%"},className:"transform-padding-left min-select",items:a})]}),d("input",{type:"checkbox",role:"switch",class:"shrink-0",checked:n.config.generalRule.mouseHoverHoldKey!=="Off",onChange:o=>{let i=o.target.checked;r(s=>{let u=s.generalRule?.mouseHoverPreferenceKey||n.config.generalRule.mouseHoverPreferenceKey||Jr[0];return{...s,generalRule:{...s.generalRule,mouseHoverHoldKey:i?u:"Off"}}})}})]}):null:d(Lk,{...e})}function Ak({ctx:e,openOptionsPage:t,setSettings:n}){let{t:r}=W(),a=Re(()=>{let s=e.config.generalRule,u=s.mouseHoverPreferenceKey;return s.mouseHoverHoldKey!=="Off"&&u!==s.mouseHoverHoldKey&&(u=s.mouseHoverHoldKey),u},[e]),o=Re(()=>Jr.filter(s=>!(s==="Off"||Jr.includes(a)&&s==="OtherCustom")),[e,a]);return Re(()=>o.map(s=>{let u=r("mouseHoldKey",{key:ec(s)}),l=Jr.includes(a),c=s===a;return s==="Auto"?u=r("mouseHoldKeyAuto"):s==="Off"?u=r("mouseHoldKeyOff"):s==="OtherCustom"?u=l?r("mouseHoldKeyOther"):r("mouseHoldKeyCustomKey",{key:a}):s==="Other"&&(u=r("mouseHoldKeyOther")),l||s==="OtherCustom"&&(c=!0),{label:u,value:s,selected:c,onSelected:g=>{g.value==="Other"?t("#shortcuts"):n(p=>{let f={...p.generalRule,mouseHoverPreferenceKey:g.value};return e.config.generalRule.mouseHoverHoldKey!=="Off"&&(f.mouseHoverHoldKey=g.value),{...p,generalRule:f}})}}}),[o,a])}function Lk(e){let{ctx:t,setSettings:n}=e,{t:r}=W(),a=t.config.generalRule,o=Object.keys(_u).filter(l=>l!="touchShortcutsOff"),i=a.touchShortcutsToggleTranslateTouchElement,s=a.touchShortcutsToggleTranslateTouchElementPreferenceKey,u=s||"touchShortcutsOff";return i!=="touchShortcutsOff"&&i!==s&&(u=i),d("div",{class:"flex mt-3 items-center justify-between",children:[d("div",{class:"flex items-center",children:[d("label",{class:"mb-0 mr-2 shrink-0",children:[r("touch.mouse-translate"),":"]}),d(Pr,{style:{width:"100%",maxWidth:"100%"},className:"transform-padding-left min-select",items:o.map((l,c)=>({value:l,label:r(l),selected:l==u,onSelected(g){n(p=>{let f={...p.generalRule,touchShortcutsToggleTranslateTouchElementPreferenceKey:g.value};return t.config.generalRule.touchShortcutsToggleTranslateTouchElement!=="touchShortcutsOff"&&(f.touchShortcutsToggleTranslateTouchElement=g.value),{...p,generalRule:f}})}}))})]}),d("input",{type:"checkbox",role:"switch",class:"shrink-0",checked:t.config.generalRule.touchShortcutsToggleTranslateTouchElement!=="touchShortcutsOff",onChange:l=>{let c=l.target.checked;n(g=>{let p=g.generalRule?.touchShortcutsToggleTranslateTouchElementPreferenceKey||t.config.generalRule.touchShortcutsToggleTranslateTouchElementPreferenceKey||"slide.left";return{...g,generalRule:{...g.generalRule,touchShortcutsToggleTranslateTouchElement:c?p:"touchShortcutsOff"}}})}})]})}m();function my(e){let{isAlwaysTranslateLang:t}=_k({ctx:e.ctx,currentLang:e.currentLang}),{t:n}=W();if(e.currentLang!=="auto")return d("div",{class:"flex justify-between mt-3 items-center",children:[d("label",{class:"mb-0 text-overflow-ellipsis flex-1",children:n("alwaysTranslateSomeLanguage",{language:Jt(e.currentLang,e.ctx.config.interfaceLanguage,!1,!0)})}),d("input",{id:"alwaysTranslateThisLanugage",name:"alwaysTranslateThisLanugage",type:"checkbox",role:"switch",class:"shrink-0",checked:!!t,onChange:a=>{let o=a.target.checked;r(o?"matches":void 0)}})]});return d("span",{});function r(a){if(!a){e.setSettings(s=>{let u={...s.translationLanguagePattern};return{...s,translationLanguagePattern:{...s.translationLanguagePattern,matches:zt(e.currentLang,u.matches),excludeMatches:zt(e.currentLang,u.excludeMatches)}}});return}let o=a,i=o==="matches"?"excludeMatches":"matches";e.currentLang&&e.setSettings(s=>{let u={...s.translationLanguagePattern};return u[o]=Rn(e.currentLang,u[o]),u[i]=zt(e.currentLang,u[i]),{...s,translationLanguagePattern:{...s.translationLanguagePattern,...u}}}),o==="matches"&&e.pageStatus==="Original"&&setTimeout(()=>{e.onTranslatePage(),e.onClose()},100)}}function _k({ctx:e,currentLang:t}){let n=null;if(t&&t!=="auto"){let{translationLanguagePattern:r}=e.config,{matches:a}=r;a.includes(t)?n=!0:n=!1}return{isAlwaysTranslateLang:n}}m();m();var py=d("svg",{width:"24",height:"24",viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg",fill:"#222222",children:[d("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M19.4284 6.59193L15.1187 2.28564H6.28557C5.83092 2.28564 5.39488 2.46626 5.07339 2.78775C4.7519 3.10924 4.57129 3.54527 4.57129 3.99993V9.71422V18.8571V19.9999C4.57129 20.4546 4.7519 20.8906 5.07339 21.2121C5.39488 21.5336 5.83092 21.7142 6.28557 21.7142H17.7141C18.1688 21.7142 18.6048 21.5336 18.9263 21.2121C19.2478 20.8906 19.4284 20.4546 19.4284 19.9999V18.8571V9.71422V6.59193ZM15.341 6.82964V4.93136L17.2404 6.82964H15.341ZM6.28551 18.8571V19.9999H17.7141V18.8571V8.54335H13.6272L13.6267 3.99992H6.28551V18.8571Z"}),d("rect",{x:"7.55957",y:"10.2002",width:"8.88",height:"1.8",fill:"#EA4C89"}),d("rect",{x:"7.55957",y:"13.2002",width:"8.88",height:"1.68",fill:"#EA4C89"}),d("rect",{x:"7.55957",y:"16.0801",width:"4.92",height:"1.8",fill:"#EA4C89"})]}),fy=d("svg",{xmlns:"http://www.w3.org/2000/svg",width:"22",height:"22",viewBox:"0 0 24 24",fill:"#222222",children:[d("path",{d:"M19.4289 2.85693C19.654 2.85693 19.8769 2.90127 20.0849 2.98743C20.2929 3.07358 20.4818 3.19985 20.641 3.35904C20.8002 3.51822 20.9265 3.7072 21.0126 3.91519C21.0988 4.12318 21.1431 4.3461 21.1431 4.57122V19.4284C21.1431 19.6535 21.0988 19.8764 21.0126 20.0844C20.9265 20.2924 20.8002 20.4814 20.641 20.6405C20.4818 20.7997 20.2929 20.926 20.0849 21.0122C19.8769 21.0983 19.654 21.1426 19.4289 21.1426H4.57171C4.11705 21.1426 3.68102 20.962 3.35952 20.6405C3.03803 20.3191 2.85742 19.883 2.85742 19.4284V4.57122C2.85742 4.11656 3.03803 3.68053 3.35952 3.35904C3.68102 3.03755 4.11705 2.85693 4.57171 2.85693H19.4289ZM19.4289 9.14265H4.57171V19.4284H19.4289V9.14265ZM8.00028 4.57122H4.57171V7.42836H8.00028V4.57122ZM14.286 4.57122H9.71457V7.42836H14.286V4.57122ZM19.4289 4.57122H16.0003V7.42836H19.4289V4.57122Z"}),d("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M10.2854 10.543C10.4843 10.5431 10.6797 10.5951 10.8523 10.6938L15.4066 13.2955C15.5815 13.3955 15.7269 13.5399 15.828 13.7142C15.9292 13.8884 15.9824 14.0863 15.9824 14.2878C15.9824 14.4893 15.9292 14.6872 15.828 14.8615C15.7269 15.0357 15.5815 15.1802 15.4066 15.2801L10.8523 17.8824C10.6785 17.9817 10.4816 18.0336 10.2814 18.0329C10.0812 18.0322 9.88476 17.9789 9.71164 17.8784C9.53851 17.7779 9.39483 17.6337 9.29496 17.4602C9.19509 17.2867 9.14254 17.09 9.14258 16.8898V11.6858C9.14258 11.3827 9.26299 11.092 9.47731 10.8777C9.69164 10.6634 9.98233 10.543 10.2854 10.543ZM10.8569 12.6704V15.9047L13.6872 14.2875L10.8569 12.6704Z",fill:"#EA4C89"})]}),hy=d("svg",{xmlns:"http://www.w3.org/2000/svg",width:"22",height:"22",viewBox:"0 0 24 24",fill:"#222222",children:[d("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M19.4979 2.78775C19.1764 2.46626 18.7404 2.28564 18.2857 2.28564H5.71429C5.25963 2.28564 4.82359 2.46626 4.5021 2.78775C4.18061 3.10924 4 3.54527 4 3.99993V19.9999C4 20.2251 4.04434 20.448 4.13049 20.656C4.21664 20.8639 4.34292 21.0529 4.5021 21.2121C4.66129 21.3713 4.85027 21.4976 5.05826 21.5837C5.26624 21.6699 5.48916 21.7142 5.71429 21.7142H18.2857C18.5108 21.7142 18.7338 21.6699 18.9417 21.5837C19.1497 21.4976 19.3387 21.3713 19.4979 21.2121C19.6571 21.0529 19.7834 20.8639 19.8695 20.656C19.9557 20.448 20 20.2251 20 19.9999V3.99993C20 3.54527 19.8194 3.10924 19.4979 2.78775ZM5.71429 18.8571H18.2857V19.9999H5.71429V18.8571ZM5.71428 3.95993V17.1028H18.2857V3.95993H5.71428Z"}),d("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M13.5033 3.95996V10.8171L10.6462 9.55653L7.78906 10.8171V3.95996H9.50334V8.18682L10.6462 7.68282L11.7891 8.18682V3.95996H13.5033Z",fill:"#EA4C89"})]}),by=d("svg",{xmlns:"http://www.w3.org/2000/svg",width:"18",height:"18",viewBox:"0 0 20 20",fill:"#B3B3B3",children:d("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M11.0402 2.56219C10.8673 2.38914 10.6329 2.29178 10.3883 2.2915H9.61327C9.36886 2.29316 9.13508 2.39169 8.96323 2.5655C8.79138 2.7393 8.6955 2.97417 8.6966 3.21859V4.08317L7.88827 4.38838C7.27152 4.62052 6.69744 4.95314 6.18931 5.37275L5.51952 5.92484L4.76848 5.4915L4.7539 5.48317C4.61453 5.40172 4.45595 5.35893 4.29452 5.35921C4.13241 5.35919 3.97315 5.40182 3.83273 5.48282C3.69231 5.56382 3.57567 5.68033 3.49452 5.82067L3.12577 6.45817C3.00657 6.66857 2.9746 6.91731 3.03672 7.15101C3.09885 7.38471 3.25012 7.58474 3.45806 7.70817L3.47056 7.72171L4.21952 8.15505L4.07785 9.00817C3.96954 9.6575 3.96954 10.3203 4.07785 10.9696L4.2164 11.8207L3.46848 12.2519L3.44556 12.2655C3.23393 12.3881 3.07956 12.5896 3.0163 12.8259C2.95303 13.0622 2.98603 13.3139 3.10806 13.5259L3.50077 14.2061C3.58233 14.3463 3.6992 14.4627 3.83975 14.5436C3.9803 14.6246 4.13961 14.6673 4.30181 14.6675C4.46324 14.6678 4.62182 14.625 4.76119 14.5436L4.7841 14.53L5.53306 14.0978L6.20181 14.6457C6.70534 15.0591 7.27331 15.3871 7.88306 15.6165L8.6914 15.9217V16.7853C8.6914 17.0298 8.78849 17.2644 8.96134 17.4375C9.1342 17.6105 9.36868 17.7079 9.61327 17.7082H10.3883C10.5096 17.7086 10.6299 17.685 10.7422 17.6389C10.8544 17.5928 10.9565 17.525 11.0425 17.4393C11.1285 17.3537 11.1968 17.2519 11.2435 17.1399C11.2901 17.0278 11.3142 16.9077 11.3143 16.7863V15.9217L12.1226 15.6165C12.7394 15.3844 13.3135 15.0517 13.8216 14.6321L14.4914 14.08L15.2424 14.5134L15.257 14.5228C15.469 14.6447 15.7206 14.6775 15.9567 14.614C16.1929 14.5505 16.3941 14.3959 16.5164 14.1842L16.8851 13.5467C17.0068 13.3348 17.0397 13.0834 16.9764 12.8473C16.9132 12.6113 16.759 12.41 16.5476 12.2873L16.532 12.278L15.782 11.8457L15.9237 10.9915C16.032 10.3422 16.032 9.67938 15.9237 9.03005L15.7851 8.179L16.5331 7.74775L16.556 7.73421C16.7676 7.61158 16.922 7.41003 16.9852 7.17376C17.0485 6.93749 17.0155 6.68577 16.8935 6.4738L16.5008 5.79359C16.4192 5.65338 16.3023 5.53699 16.1618 5.45603C16.0212 5.37506 15.8619 5.33234 15.6997 5.33213C15.5383 5.33185 15.3797 5.37464 15.2404 5.45609L15.2174 5.46963L14.4685 5.90192L13.7997 5.354C13.2962 4.94059 12.7282 4.61262 12.1185 4.38317L11.3101 4.07796V3.21442C11.3101 2.96983 11.2131 2.73524 11.0402 2.56219ZM9.61327 1.0415H10.3883C10.6736 1.04164 10.9562 1.09798 11.2197 1.20731C11.4833 1.31663 11.7228 1.4768 11.9245 1.67867C12.1261 1.88054 12.2861 2.12016 12.3951 2.38384C12.5042 2.64753 12.5603 2.93011 12.5601 3.21546C13.2969 3.49312 13.9834 3.88931 14.5924 4.38838L14.6154 4.37484C14.8625 4.2313 15.1356 4.13798 15.4189 4.10025C15.7023 4.06251 15.9903 4.0811 16.2664 4.15495C16.5425 4.2288 16.8013 4.35644 17.028 4.53057C17.2547 4.7047 17.4447 4.92187 17.5872 5.16963L17.9799 5.84984C18.1226 6.09693 18.2153 6.36972 18.2525 6.65262C18.2897 6.93552 18.2709 7.22299 18.197 7.49859C18.123 7.7742 17.9956 8.03254 17.8218 8.25885C17.648 8.48516 17.4313 8.67501 17.1841 8.81755L17.1612 8.83109C17.2248 9.21777 17.2569 9.60899 17.257 10.0009C17.2552 10.4017 17.2203 10.8016 17.1529 11.1967L17.1685 11.205C17.6673 11.4933 18.0313 11.9678 18.1803 12.5243C18.3294 13.0809 18.2513 13.6738 17.9633 14.1728L17.5956 14.8103C17.3075 15.3093 16.833 15.6734 16.2765 15.8227C15.72 15.9719 15.1269 15.894 14.6279 15.6061L14.6133 15.5978C13.999 16.1043 13.3053 16.5059 12.5601 16.7863C12.5599 17.3622 12.331 17.9145 11.9237 18.3217C11.5165 18.729 10.9642 18.9579 10.3883 18.9582H9.61327C9.32792 18.958 9.04539 18.9017 8.78181 18.7924C8.51823 18.683 8.27877 18.5229 8.07709 18.321C7.87541 18.1191 7.71547 17.8795 7.6064 17.6158C7.49733 17.3521 7.44126 17.0696 7.4414 16.7842C6.70459 16.5066 6.01812 16.1104 5.40911 15.6113L5.38619 15.6248C5.13939 15.7686 4.86664 15.8623 4.58357 15.9005C4.30049 15.9387 4.01267 15.9206 3.73659 15.8474C3.4605 15.7741 3.20159 15.6471 2.97469 15.4736C2.74779 15.3001 2.55736 15.0835 2.41431 14.8363L2.0216 14.1561C1.8789 13.909 1.78628 13.6362 1.74904 13.3533C1.7118 13.0704 1.73068 12.7829 1.80459 12.5073C1.87849 12.2317 2.00599 11.9734 2.17977 11.7471C2.35356 11.5208 2.57025 11.3309 2.81744 11.1884L2.84035 11.1748C2.7767 10.7882 2.74465 10.3969 2.74452 10.005C2.74637 9.60425 2.78121 9.20429 2.84869 8.80921L2.83306 8.80088C2.33422 8.51264 1.97027 8.0381 1.82123 7.48158C1.67218 6.92506 1.75025 6.33214 2.03827 5.83317L2.40598 5.19046C2.69404 4.69144 3.16851 4.32727 3.72504 4.17803C4.28157 4.02879 4.87459 4.1067 5.37369 4.39463L5.38827 4.40296C6.00243 3.89603 6.69615 3.49408 7.4414 3.21338C7.44167 2.63745 7.67058 2.08518 8.07783 1.67794C8.48507 1.27069 9.03734 1.04178 9.61327 1.0415ZM11.1583 8.26761C10.8156 8.03869 10.4129 7.9165 10.0008 7.9165C9.44828 7.9165 8.91838 8.136 8.52768 8.5267C8.13698 8.9174 7.91748 9.4473 7.91748 9.99984C7.91748 10.4119 8.03967 10.8147 8.26859 11.1573C8.49751 11.4999 8.82288 11.7669 9.20356 11.9246C9.58424 12.0823 10.0031 12.1235 10.4073 12.0431C10.8114 11.9628 11.1826 11.7643 11.474 11.473C11.7653 11.1816 11.9637 10.8104 12.0441 10.4063C12.1245 10.0021 12.0832 9.58326 11.9256 9.20258C11.7679 8.8219 11.5009 8.49653 11.1583 8.26761ZM8.14891 7.22827C8.69708 6.862 9.34154 6.6665 10.0008 6.6665C10.8849 6.6665 11.7327 7.01769 12.3578 7.64281C12.983 8.26794 13.3341 9.11578 13.3341 9.99984C13.3341 10.6591 13.1387 11.3036 12.7724 11.8517C12.4061 12.3999 11.8855 12.8271 11.2764 13.0794C10.6673 13.3317 9.99712 13.3977 9.35051 13.2691C8.70391 13.1405 8.10997 12.823 7.64379 12.3569C7.17762 11.8907 6.86015 11.2967 6.73153 10.6501C6.60291 10.0035 6.66892 9.33331 6.92122 8.72423C7.17351 8.11514 7.60075 7.59454 8.14891 7.22827Z"})}),yy=d("svg",{xmlns:"http://www.w3.org/2000/svg",width:"22",height:"22",viewBox:"0 0 24 24",fill:"#222222",children:[d("path",{d:"M22.9331 7.46673V21.3334C22.9331 22.2667 22.1331 23.0667 21.1997 23.0667H10.1331V22.0001V20.9334H20.9331V7.60006H15.3331L11.0664 18.0001C10.7997 18.6667 10.1331 19.0667 9.46641 19.0667H2.79974C1.86641 19.0667 1.06641 18.2667 1.06641 17.3334V3.46673C1.06641 2.5334 1.86641 1.7334 2.79974 1.7334L12.9331 1.7334V2.80007V3.86673H2.93307V17.3334H9.33307L13.5997 6.9334C13.8664 6.26673 14.5331 5.86673 15.1997 5.86673H21.3331C22.2664 5.60006 22.9331 6.40007 22.9331 7.46673Z"}),d("path",{d:"M5.904 11.4063L5.472 13H4L6.056 6H7.96L10 13H8.496L8.072 11.4063H5.904ZM7.688 9.95389L7.048 7.54323H6.952L6.296 9.95389H7.688Z",fill:"#EA4C89"}),d("path",{d:"M19.4337 18.9805C18.403 18.6732 17.5907 18.3117 16.9968 17.8961C16.6999 18.1039 16.3542 18.2965 15.9597 18.474C15.5652 18.6558 15.1071 18.8312 14.5854 19L14 17.8831C14.9035 17.6494 15.6076 17.3918 16.1124 17.1104C15.8579 16.816 15.6394 16.4848 15.4571 16.1169C15.2789 15.7489 15.1262 15.3312 14.9989 14.8636H14.1718V13.8182H16.456C16.4178 13.5844 16.3669 13.3312 16.3033 13.0584L17.5504 13L17.6522 13.8182H19.8091V14.8636H18.9374C18.8059 15.3485 18.6532 15.7749 18.4793 16.1429C18.3054 16.5108 18.0976 16.8377 17.8558 17.1234C18.4327 17.4524 19.1474 17.6926 20 17.8442L19.4337 18.9805ZM16.1633 14.8636C16.3118 15.487 16.5854 16.013 16.9841 16.4416C17.1707 16.2424 17.3256 16.0152 17.4486 15.7597C17.5758 15.5 17.684 15.2013 17.7731 14.8636H16.1633Z",fill:"#EA4C89"})]}),Cy=d("svg",{xmlns:"http://www.w3.org/2000/svg",width:"22",height:"22",viewBox:"0 0 24 24",fill:"#222222",children:[d("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M13 2H3C1.89543 2 1 2.89543 1 4V20C1 21.1046 1.89543 22 3 22H7V20H3V4H13V2ZM21 2H17V4H21V20H11V22H21C22.1046 22 23 21.1046 23 20V4C23 2.89543 22.1046 2 21 2Z"}),d("path",{d:"M10.5387 14.1787L9.96267 16H8L10.7413 8H13.28L16 16H13.9947L13.4293 14.1787H10.5387ZM12.9173 12.5187L12.064 9.76369H11.936L11.0613 12.5187H12.9173Z",fill:"#EA4C89"})]}),Ty=d("svg",{xmlns:"http://www.w3.org/2000/svg",width:"28",height:"28",viewBox:"0 0 28 28",fill:"#666666",children:d("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M19 8H9C8.44772 8 8 8.44772 8 9V11H20V9C20 8.44772 19.5523 8 19 8ZM21 11V9C21 7.89543 20.1046 7 19 7H9C7.89543 7 7 7.89543 7 9V11V12V19C7 20.1046 7.89543 21 9 21H13V20H9C8.44772 20 8 19.5523 8 19V12H20V14H21V12V11ZM9 9H11V10H9V9ZM17 9H15V10H17V9ZM12 9H14V10H12V9ZM21 17H18V14H17V17H14V18H17V21H18V18H21V17Z"})});function xy({onOpenUrl:e,openOptionsPage:t,type:n}){let{t:r}=W(),a=Pe(),o=Math.round((yi.supportedVideoSubtitleSites||[]).length/10),i=Re(()=>[{title:r("widget.translateFile"),icon:py,tooltipText:r("translateFileTooltip"),tooltipStyle:{left:-10,transform:"unset",fontSize:13,whiteSpace:"pre"},tooltipMultiple:!0,onClick:()=>{e(a.TRANSLATE_FILE_URL,n)}},{title:r("widget.videoSubtitle"),icon:fy,tooltipText:r("widget.videoSubtitleTooltip",{count:o*10}),tooltipStyle:{fontSize:13},onClick:()=>{t("#subtitle")}},{title:r("widget.instruction"),icon:hy,tooltipText:r("widget.instructionTooltip"),tooltipStyle:{left:"unset",right:-10,transform:"unset",fontSize:13},onClick:()=>{e($l)}}],[a,e,t,r]);return d("div",{class:"widgets-container mt-5",children:i.map(s=>s.tooltipText?d(tr,{text:s.tooltipText,containerStyle:{flex:1},tipStyle:s.tooltipStyle,multiple:s.tooltipMultiple,children:d(vy,{...s})}):d(vy,{...s}))})}function vy(e){return d("div",{class:"widget-item",onClick:e.onClick,children:[e.icon,d("span",{class:"ml-1 text-gray-6",children:e.title})]})}function Zp(e){let{setSettings:t,config:n,openSharePage:r,ctx:a,errorMsg:o,onAutoEnableSubtitleChanged:i}=e,[s,u]=$(""),[l,c]=$(o),[g,p]=$(null),[f,h]=$(null);le(()=>{mt.get(Tt,null).then(x=>{x?(p(x),h(Yt(x))):h(!1)}).catch(x=>{h(!1)})},[]);let y=!0,C=$e();n&&C&&(y=n.generalRule.showSponsorOnSafari);let b=ta(n);return d("div",{class:`popup-container ${e.className||""}`,style:e.style,children:[d("div",{class:"popup-content text-sm",children:[b?d("div",{style:{marginTop:-12}}):d("div",{class:"flex items-center justify-between ml-1",style:{height:28},children:[d(oy,{isLogin:!!g,isProUser:!!f,config:n}),d(Ik,{openSharePage:r})]}),d(iy,{ctx:e.ctx,setSettings:e.setSettings,onSetPageLanguage:e.onSetPageLanguage,currentLang:e.currentLang}),d(sy,{isProUser:!!f,ctx:e.ctx,setSettings:e.setSettings,pageStatus:e.pageStatus,onTranslatePage:e.onTranslatePage,onRestorePage:e.onRestorePage,openOptionsPage:e.openOptionsPage}),d("div",{class:"flex flex-row mt-3 items-center",children:[d(Pk,{ctx:a,onSwitchTranslationMode:e.onSwitchTranslationMode}),d(Bk,{ctx:e.ctx,pageStatus:e.pageStatus,currentUrl:e.currentUrl,onTranslatePdf:e.onTranslatePdf,onToggleTranslate:e.onToggleTranslate,disabledButton:e.disabledButton,noPermissionPDF:e.noPermissionPDF})]}),d("div",{class:`text-sm text-gray-9 mt-4 ml-1 ${s?"":"display-none"}`,children:s}),d("div",{class:`text-sm text-gray-9 mt-4 ml-1 ${l?"":"display-none"}`,children:l}),d(Jp,{isShowError:!1,request:e.request,setStorageBuildinConfig:e.onSetBuildinConfig}),d("div",{class:"text-sm px-1 text-gray-2",children:[d(dy,{ctx:e.ctx,setSettings:e.setSettings,pageStatus:e.pageStatus,onTranslatePage:e.onTranslatePage,onRestorePage:e.onRestorePage,currentUrl:e.currentUrl,currentLang:e.currentLang,onClose:e.onClose,onSetLocalConfig:e.onSetLocalConfig}),d(gy,{ctx:e.ctx,openOptionsPage:e.openOptionsPage,setSettings:e.setSettings}),d(my,{ctx:a,currentLang:e.currentLang,pageStatus:e.pageStatus,onTranslatePage:e.onTranslatePage,onClose:e.onClose,setSettings:e.setSettings}),d(Mk,{onAutoEnableSubtitleChanged:i,ctx:a,setSettings:t})]}),d(xy,{type:e.type,onOpenUrl:e.onOpenUrl,openOptionsPage:e.openOptionsPage})]}),d(Fk,{...e,isProUser:!!f,isShowPricing:y,setMessage:u})]})}function Mk(e){let{t}=W(),{ctx:n,setSettings:r,onAutoEnableSubtitleChanged:a}=e;return Re(()=>!n.rule.subtitleRule.disabled&&Lg.includes(n.rule.subtitleRule.type||""),[n,Lg])?d("div",{class:"flex justify-between mt-3 items-center",children:[d("label",{class:"mb-0",children:t("autoEnableSubtitle")}),d("input",{type:"checkbox",role:"switch",id:"autoEnableSubtitle",name:"autoEnableSubtitle",checked:!!n.rule.subtitleRule.autoEnableSubtitle,onChange:i=>{let s=i.target.checked;r(u=>({...u,generalRule:{...u.generalRule,"subtitleRule.add":{...u.generalRule?.["subtitleRule.add"],autoEnableSubtitle:s}}})),a()}})]}):null}function Pk(e){let{t}=W(),n=e.ctx.state.translationMode,r=()=>{let o=n==="dual"?"translation":"dual";e.onSwitchTranslationMode(o)},a=t(n==="dual"?"changeToOnlyTempTranslationMode":"changeToDualTempTranslationMode");return d(tr,{text:a,multiple:!0,tipStyle:{left:-20,transform:"unset",fontSize:13,whiteSpace:"pre"},children:d("div",{class:"translate-mode mr-2 ",onClick:r,children:n==="dual"?yy:Cy})})}function Fk(e){let{t,lang:n}=W(),{isProUser:r,isShowPricing:a}=e,{config:o}=e.ctx,i=60;n.startsWith("zh")||(i=70);let s=Pe(),u=`${e.type}_more`;return d("footer",{children:d("div",{class:"px-3 py-2-5 text-sm flex items-center justify-between popup-footer",children:[d("div",{class:"setting flex flex-row items-center justify-center secondary clickable",onClick:l,children:[by,d("span",{class:"ml-1 text-gray-6",children:t("options")})]}),d(Rk,{ctx:e.ctx,onToggleEnabled:e.onToggleEnabled,setSettings:e.setSettings,setMessage:e.setMessage}),d(Yp,{label:t("more"),showArrow:!0,maxWidth:i,className:"text-gray-6 transform-padding-left more",onSelected:f=>{f.value==="openPremium"?(globalThis.open(xa),e.onClose()):f.value==="changeToOnlyTranslationMode"?c("translation"):f.value==="changeToDualTranslationMode"?c("dual"):f.value==="translateTheWholePage"?e.onTranslateTheWholePage():f.value==="translateToThePageEndImmediately"?e.onTranslateToThePageEndImmediately():f.value==="translateTheMainPage"?e.onTranslateTheMainPage():f.value==="translateLocalPdfFile"?e.onOpenUrl(s.PDF_VIEWER_URL,u):f.value==="pdfProFile"?e.onOpenUrl(s.PDF_PRO_URL,u):f.value==="translateText"?e.onOpenUrl(s.TEXT_TRANSLATE_URL,u):f.value==="translateLocalHtmlFile"?e.onOpenUrl(s.HTML_VIEWER_URL,u):f.value==="translateLocalSubtitleFile"?e.onOpenUrl(s.SUBTITLE_BUILDER_URL,u):f.value==="donate"?(globalThis.open(o.donateUrl),e.onClose()):f.value==="feedback"?(globalThis.open(o.feedbackUrl),e.onClose()):f.value==="options"?(e.openOptionsPage(),e.onClose()):f.value==="changeToTranslateTheWholePage"?g():f.value==="changeToTranslateTheMainPage"?p():f.value==="about"?e.openAboutPage():f.value==="toggleEnabled"?e.onToggleEnabled():f.value==="openEbookViewer"?e.onOpenUrl(s.EBOOK_VIEWER_URL,u):f.value==="openEbookBuilder"?e.onOpenUrl(s.EBOOK_BUILDER_URL,u):f.value==="goPro"&&e.onOpenUrl(xa,u)},menus:[o.translationMode==="dual"&&{label:"\u{1F524} "+t("changeToOnlyTranslationMode"),value:"changeToOnlyTranslationMode"},o.translationMode==="translation"&&{label:"\u{1F521} "+t("changeToDualTranslationMode"),value:"changeToDualTranslationMode"},o.translationArea==="main"&&{label:"\u{1F480} "+t("changeToTranslateTheWholePage"),value:"changeToTranslateTheWholePage"},o.translationArea==="body"&&{label:"\u{1F4D6} "+t("changeToTranslateTheMainPage"),value:"changeToTranslateTheMainPage"},{label:"\u26A1 "+t("translateToThePageEndImmediately"),value:"translateToThePageEndImmediately"},{label:"\u{1F4D8} "+t("browser.openEbookViewer"),value:"openEbookViewer"},{label:"\u{1F4DA} "+t("browser.openEbookBuilder"),value:"openEbookBuilder"},{label:"\u{1F4C1} "+t("browser.translateLocalPdfFile"),value:"translateLocalPdfFile"},{label:"\u2747\uFE0F "+t("browser.PdfProFile"),value:"pdfProFile"},{label:"\u{1F310} "+t("browser.translateLocalHtmlFile"),value:"translateLocalHtmlFile"},{label:"\u{1F4FA} "+t("browser.translateLocalSubtitleFile"),value:"translateLocalSubtitleFile"},{label:"\u{1F4DD} "+t("browser.textTranslate"),value:"translateText"},r===!1&&a&&{label:"\u{1F451} "+t("upgradeToPro"),value:"goPro"},{label:"\u2764\uFE0F "+t(a?"aboutLabel":"aboutLabelWithoutSponsor"),value:"about"}].filter(Boolean)})]})});function l(f){f.preventDefault(),e.openOptionsPage()}function c(f){e.setSettings(h=>({...h,translationMode:f})),e.onSwitchTranslationMode(f)}function g(){e.setSettings(f=>({...f,translationArea:"body"})),e.onTranslateTheWholePage()}function p(){e.setSettings(f=>({...f,translationArea:"main"})),e.onTranslateTheMainPage()}}function Bk({currentUrl:e,pageStatus:t,onTranslatePdf:n,ctx:r,onToggleTranslate:a,disabledButton:o,noPermissionPDF:i}){let{t:s,lang:u}=W(),l=r.config,c=Re(()=>new URL(e||""),[e]),g=c?.pathname.toLowerCase().endsWith(".pdf");Mo(r?.rule)&&!g&&(g=!0);let p=s("translate");t==="Translated"||t==="Error"?p=s("show-original"):t==="Original"?g?Zr()&&c.protocol==="file:"||i?p=s("translate-firefox-local-pdf"):me()?p=s("noSupportTranslate-pdf"):p=s("translate-pdf"):p=s("translate"):p=s(t);let f=s("translateToThePageEndImmediately");return(t==="Original"||t==="Translated")&&(l.shortcuts.toggleTranslatePage&&(Ea()?r.rule.touchShortcutsToggleTranslatePage&&r.rule.touchShortcutsToggleTranslatePage!=="touchShortcutsOff"&&(p+=` (${s(r.rule.touchShortcutsToggleTranslatePage)})`):p+=` (${ec(l.shortcuts.toggleTranslatePage)})`),l.shortcuts.toggleTranslateToThePageEndImmediately&&(f+=` (${l.shortcuts.toggleTranslateToThePageEndImmediately})`)),d("button",{class:"mb-0 main-button",onClick:()=>{g?n&&n():a()},"aria-busy":t==="Translating",disabled:o||t==="Translating",children:p})}function Rk({ctx:e,onToggleEnabled:t,setSettings:n,setMessage:r}){let{t:a,lang:o}=W(),i=Zn();return d("div",{class:"flex",children:d("span",{class:"immersive-translate-no-select text-sm text-gray-c2",onClick:Du(7)(s),children:["V",i,e.config.enabled?null:d("a",{href:"#",onClick:t,children:[" ","(",a("hasBeenDisabled"),")"]})]})});function s(u){n(l=>(l.alpha?r("Success disable alpha!"):r("Success enable alpha!"),{...l,alpha:!l.alpha}))}}function Ik(e){let{t}=W();return d("div",{class:"share-button-container",onClick:e.openSharePage,children:[d("span",{class:"text-gray-9",children:t("buildSnapshots")}),Ty]})}m();async function Ey(e){try{let t=new Date;I.debug("cron task start, next will run at",new Date(t.getTime()+e).toLocaleString()),await Q.storage.local.set({[M2]:t.toISOString()}),await Ok(),me()||await a6()}catch(t){I.error("run cron task failed",t)}}async function Ok(){try{let e=await er(),t=await de({url:va}),n=e.buildinConfigUpdatedAt,r=new Date(n),a=t.buildinConfigUpdatedAt,o=new Date(a),i=t.minVersion,s=Q.runtime.getManifest().version;Fr(s,i)?o>r?(await Q.storage.local.set({buildinConfig:t}),I.info(`sync remote rules success, latest: ${new Date(a).toLocaleString()}`),Ia({method:"updateGlobalCtx",data:{}},{tab:{id:1,url:"https://www.fake.com",active:!0}}).catch(u=>{I.error("send content message request failed from cron task",u)})):I.debug(`no need to sync rules, latest: ${r}`):I.info(`local version is too old, please update to ${i} or later`)}catch(e){I.error("sync rules error: ",e)}}function tc(e){let{onClose:t}=e,[n,r]=$("Original"),[a,o,i,s]=Ve(()=>{setTimeout(()=>{S("updateGlobalContext",!1)()},250)});vt(a,o);let[u,l]=$(null),[c,g]=$(globalThis.location.href),[p,f]=$("auto"),[h,y]=$(null),C=j=>{r(j.detail)};if(le(()=>(document.addEventListener(bo,C,!1),er().then(j=>{l(j);let R=Mt();f(R);let M=Ze();r(M),Ey(j.interval)}),document.addEventListener("urlChange",x),()=>{document.removeEventListener("pageTranslatedStatus",C),document.removeEventListener("urlChange",x)}),[]),le(()=>{er().then(j=>{l(j)})},[a]),le(()=>{c&&u&&Xp().then(j=>{y(j)})},[c,u]),!u||!h)return null;return d(Zp,{type:"float_ball_popup",className:e.className,onSwitchTranslationMode:j=>{S("switchTranslationMode",!0,{mode:j})()},request:de,onClose:A,onToggleEnabled:P,onTranslateTheWholePage:S("translateTheWholePage",!0),openOptionsPage:L,onToggleTranslate:S("toggleTranslatePage",!0),onTranslateTheMainPage:S("translateTheMainPage",!0),onTranslateToThePageEndImmediately:S("translateToThePageEndImmediately",!0),onTranslatePage:S("translatePage",!0),onRestorePage:S("restorePage",!1),onTranslatePdf:()=>{v(Ra(h.rule)||c)},openAboutPage:D,openSharePage:S("shareToDraft",!0),onSetPageLanguage:b,setSettings:o,config:u,pageStatus:n,ctx:h,currentUrl:c,currentLang:p,onSetLocalConfig:E0,onSetBuildinConfig:G9,onAutoEnableSubtitleChanged:S("autoEnableSubtitleChanged",!0),onOpenUrl:w});function b(j){f(j);let R=ry(c,j,u.sourceLanguageUrlPattern);o(M=>({...M,sourceLanguageUrlPattern:R})),Xn(j)}function x(){g(globalThis.location.href)}function S(j,R,M={}){let O={trigger:"page_popup",...M};return()=>{Wn({method:j,data:O}),R&&t()}}function A(){t()}function P(){o(j=>({...j,enabled:!j.enabled})),setTimeout(()=>{A()},50)}function w(j,R){let M=j;R&&(M=`${j}?utm_source=extension&utm_medium=extension&utm_campaign=${R}`),k0(M,!0),setTimeout(()=>{A()},50)}function v(j){j&&(Mi(!1,j),setTimeout(()=>{A()},50))}function L(j=""){Li(!0,j),setTimeout(()=>{t()},50)}function D(){D0(),setTimeout(()=>{t()},50)}function T(){r6(),setTimeout(()=>{t()},50)}}m();function ky(){let[e,t]=$("Original");return le(()=>{let n=Ze();t(n);let r=a=>{t(a.detail)};return document.addEventListener(bo,r),()=>{document.removeEventListener(bo,r)}},[]),{pageStatus:e}}var Sy=6,Nk={position:"right",top:335};function Ay({handleBallClick:e,isShow:t,localConfig:n,handleMobileBallLongPress:r,popupVisible:a}){let o=We(null),i=We(null),[s,u]=$(!1),l=We(null),c=We(!1),g=We(n.floatBallConfig||Nk),p=We(0),f=We(0),h=We(0),y=We(!1),C=We(0),b=We(0),x=We(0),S=We(0),A=We(!1),P=Ne(w=>{a||(clearTimeout(l.current),w?u(w):l.current=setTimeout(()=>{u(w),y.current=!1},it().any?3e3:0))},[u,l,y,a]);return le(()=>{a||u(!1)},[a]),le(()=>{if(o.current&&g.current){let w=e4(g.current.top);g.current.top=w,o.current.style.top=`${w}px`,o.current.style.display="flex"}},[t,o]),le(()=>{if(!i.current||!o.current)return;let w=M=>{M.preventDefault&&M.preventDefault(),p.current=M.clientX,f.current=M.clientY,C.current=Date.now(),h.current=o.current.offsetTop,c.current=!0,clearTimeout(l.current),P(!0),x.current=M.clientX,S.current=M.clientY,A.current=!1,it().any&&(clearTimeout(b.current),b.current=setTimeout(()=>{wy({startX:p.current,startY:f.current,endX:x.current,endY:S.current})||(A.current=!0,r())},500)),document.addEventListener("mousemove",v),document.addEventListener("touchmove",T),document.addEventListener("mouseup",L),document.addEventListener("touchend",j),document.addEventListener("touchcancel",j)},v=M=>{if(M.preventDefault&&M.preventDefault(),!c.current||!o.current||(x.current=M.clientX,S.current=M.clientY,A.current))return;let O=M.clientY-f.current+h.current,N=e4(O);o.current.style.top=`${N}px`},L=M=>{if(M.preventDefault&&M.preventDefault(),R(),c.current=!1,clearTimeout(l.current),y.current||P(!1),A.current)return;wy({startX:p.current,startY:f.current,endX:M.clientX,endY:M.clientY})||(clearTimeout(b.current),e());let N=e4(M.clientY-30);g.current.top=N;let H=cu();E0({...H,floatBallConfig:g.current})},D=M=>{M.preventDefault&&M.preventDefault(),w(M.changedTouches[0])},T=M=>{M.preventDefault&&M.preventDefault(),v(M.changedTouches[0])},j=M=>{M.preventDefault&&M.preventDefault(),L(M.changedTouches[0])},R=()=>{document.removeEventListener("mousemove",v),document.removeEventListener("touchmove",T),document.removeEventListener("mouseup",L),document.removeEventListener("touchend",j),document.removeEventListener("touchcancel",j)};return i.current.addEventListener("mousedown",w),i.current.addEventListener("touchstart",D),()=>{i.current&&(i.current.removeEventListener("mousedown",w),i.current.removeEventListener("touchstart",D))}},[t,i,o,l,c,n,P,e]),le(()=>{if(it().any)return;let w=L=>{L.target===o.current&&!y.current||(y.current=!0,P(!0),clearTimeout(l.current))},v=L=>{if(c.current){y.current=!1;return}L.target===o.current&&!y.current||P(!1)};return o.current?.addEventListener("mouseover",w),o.current?.addEventListener("mouseout",v),()=>{o.current?.removeEventListener("mouseover",w),o.current?.removeEventListener("mouseout",v)}},[o,c,P,t,y]),{ballRef:i,floatBallConfigRef:g,containerRef:o,active:s,setActive:P}}function wy({startX:e,startY:t,endX:n,endY:r}){let a=Math.abs(n-e),o=Math.abs(r-t);return a>Sy||o>Sy}function Ly(e,t){let n=e?.fixedPosition||"right",r=e?.clickType==="translate",a=Re(()=>t?"":n=="left"?"translateX(-100%)":"translateX(100%)",[n,t]),o=Re(()=>t&&r?"":n=="left"?"translateX(-20px)":"translateX(20px)",[n,t,r]),i=Re(()=>t&&r?"":n=="left"?"translateX(-60px)":"translateX(60px)",[n,t,r]);return{closeTransform:a,logoContainerTransform:o,settingTransform:i}}function _y(){let[e,t]=$(!1);return le(()=>{let n=()=>{document.querySelector("video")&&t(!!document.fullscreenElement)};return document.addEventListener("fullscreenchange",n),()=>{document.removeEventListener("fullscreenchange",n)}},[]),{isFullScreen:e}}var Dy="hasShownFloatingBallGuide",Uk="2024-01-06";function My(e){let[t,n]=$(!1);le(()=>{!e.config.enableShowFloatingBallGuide||Mt()==e.targetLanguage||(async()=>{let a=await jt(Dy,""),o=await jt("installedAt","");o&&new Date(o){n(!1)},[]);return{isShowGuide:t,handleCloseGuide:r}}function Py(e,t){let n=We(0),[r,a]=$(!0),[o,i]=$(!1),s=Ve(),[u,l]=s,{t:c}=W(),g=Ne(()=>{e?.config.floatBallTooltipRule&&(it().any?i(n.current>=(e.config.floatBallTooltipRule.h5MainBtnTooltipMaxShowCount||2)):a(n.current>=(e.config.floatBallTooltipRule.mainBtnTooltipImmediateShowCount||5)))},[a,n,e,i]);le(()=>{e&&(n.current=e.config.pcFloatBallMainBtnTooltipShownCount||0,it().any&&(n.current=e.config.h5FloatBallMainBtnTooltipShownCount||0),g())},[e]);let p=Ne(()=>{e&&(n.current=n.current+1,g(),l(y=>{let C={...y};return it().any?C.h5FloatBallMainBtnTooltipShownCount=n.current:C.pcFloatBallMainBtnTooltipShownCount=n.current,C}))},[l,g,n,e]),f=Re(()=>it().any||!r?0:e?.config.floatBallTooltipRule?.mainBtnTooltipDelayTime||2e3,[r,e]),h=Re(()=>it().any?c("floatBall.longPress"):t!=="Original"?c("floatBall.showOriginal"):e?.targetLanguage?c("floatBall.translateToLanguage",{language:Jt(e.targetLanguage,e.targetLanguage,!0)}):c("floatBall.translate"),[t,e]);return{disableTooltipDelay:o,tooltipDelay:f,tooltipText:h,handleShowTooltip:p}}function e4(e){return Math.max(Math.min(e,globalThis.innerHeight-200),10)}m();var Oo=`${ee}-float-ball`;function Fy(e){let t=n=>{n&&n.target&&n.target.id==="immersive-translate-popup-overlay"&&e.onClose()};return e.visible?d("div",{onClick:t,id:"immersive-translate-popup-overlay",class:"immersive-translate-popup-overlay",children:d("div",{class:"immersive-translate-popup-wrapper",style:e.getModalStyle(),children:d(jk,{onConfirm:e.onCloseConfirm,onClose:e.onClose})})}):null}function jk(e){let{t}=W(),[n,r]=$("UntilNext"),a=w0()+"#floating",o=t("closeQuickTranslation.settingOpen",{1:a}),i=[{title:t("closeQuickTranslation.untilNext"),type:"UntilNext"},{title:t("closeQuickTranslation.currentWebsite"),type:"CurrentWebsite",description:o},{title:t("closeQuickTranslation.alwaysClose"),type:"AlwaysClose",description:o}];return d("div",{class:`${Oo}-close-content`,children:[d("div",{class:"flex justify-between",children:[d("div",{class:`${Oo}-close-title`,children:t("closeQuickTranslation")}),d("div",{class:"clickable",onClick:e.onClose,children:d(Va,{type:"modal-close"})})]}),d("div",{class:`${Oo}-close-radio-content mt-3`,children:i.map(s=>d(Hk,{onClick:()=>{r(s.type)},title:s.title,description:s.description,selected:s.type===n,onLinkClick:u=>{_i(u)}},s.type))}),d("div",{class:"flex mt-3 flex-end",children:[d("div",{class:`${Oo}-default-btn`,onClick:e.onClose,children:t("closeQuickTranslation.cancel")}),d("div",{class:`${Oo}-primary-btn ml-2`,onClick:()=>{e.onConfirm&&e.onConfirm(n)},children:t("closeQuickTranslation.confirm")})]})]})}function Hk(e){let{selected:t,title:n,description:r,onLinkClick:a}=e,o=zk(r||"");return d("div",{class:"flex items-center clickable",style:"padding: 8px 0",onClick:e.onClick,children:[d("div",{class:t?`${Oo}-radio-sel`:`${Oo}-radio-nor`,children:d("div",{})}),d("div",{class:"ml-2 text-sm",children:[d("span",{children:n}),r?d("small",{class:"muted text-sm",children:o.map(i=>i.type==="text"?i.value:d("a",{onClick:()=>i.href&&a&&a(i.href),children:i.value}))}):null]})]})}function zk(e){let t=[],n=/((.*?)<\/a>)|([^<]+)/g,r=Array.from(e.matchAll(n));for(let a of r){let o=a[2],i=a[3],s=a[4];o&&i?t.push({type:"link",href:o,value:i}):s&&t.push({type:"text",value:s})}return t}m();var No=`${ee}-float-ball`;function By(e){let{t}=W(),n=a=>{a&&a.target&&a.target.id==="immersive-translate-popup-overlay"&&e.onClose()},r=Re(()=>{let a={position:"fixed",top:e.top+60};return e.fixedPosition=="left"&&(a.left=48),e.fixedPosition=="right"&&(a.right=48),a},[e.top,e.fixedPosition]);return e.visible?d("div",{onClick:n,id:"immersive-translate-popup-overlay",class:"immersive-translate-popup-overlay",children:d("div",{class:`${No}-guide-container`,style:r,children:[d("img",{class:`${No}-guide-bg ${e.fixedPosition}`,src:qk}),d("div",{class:`${No}-guide-content ${e.fixedPosition}`,children:[d("img",{class:`${No}-guide-img`,src:yr("images/float_ball_intro.png")}),d("div",{class:`${No}-guide-message`,children:[t("floatBall.guideClickToTranslate"),it().any?` -${t("floatBall.longPress")}`:""]}),d("div",{class:`${No}-primary-btn ${No}-guide-button`,onClick:e.onClose,children:t("floatBall.iKnow")})]})]})}):null}var qk="data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzEyIiBoZWlnaHQ9IjM3MiIgdmlld0JveD0iMCAwIDMxMiAzNzIiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSBtZWV0Ij4KPGcgZmlsdGVyPSJ1cmwoI2ZpbHRlcjBfZF8zNjQ4XzEyODAyKSI+CjxwYXRoIGQ9Ik0yMCAzNkMyMCAyNC45NTQzIDI4Ljk1NDMgMTYgNDAgMTZIMjU4LjkxNEMyNjkuOTU5IDE2IDI3OC45MTQgMjQuOTU0MyAyNzguOTE0IDM2VjE3My4wNzVMMjg5LjEyOCAxNzguNzQyQzI5MS43NzggMTgwLjIxMyAyOTEuODk0IDE4My45ODIgMjg5LjMzOSAxODUuNjEyTDI3OC45MTQgMTkyLjI2M1YzMjhDMjc4LjkxNCAzMzkuMDQ2IDI2OS45NTkgMzQ4IDI1OC45MTQgMzQ4SDQwQzI4Ljk1NDMgMzQ4IDIwIDMzOS4wNDYgMjAgMzI4VjM2WiIgZmlsbD0idXJsKCNwYWludDBfbGluZWFyXzM2NDhfMTI4MDIpIi8+CjwvZz4KPGRlZnM+CjxmaWx0ZXIgaWQ9ImZpbHRlcjBfZF8zNjQ4XzEyODAyIiB4PSIwIiB5PSIwIiB3aWR0aD0iMzExLjE4OCIgaGVpZ2h0PSIzNzIiIGZpbHRlclVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgY29sb3ItaW50ZXJwb2xhdGlvbi1maWx0ZXJzPSJzUkdCIj4KPGZlRmxvb2QgZmxvb2Qtb3BhY2l0eT0iMCIgcmVzdWx0PSJCYWNrZ3JvdW5kSW1hZ2VGaXgiLz4KPGZlQ29sb3JNYXRyaXggaW49IlNvdXJjZUFscGhhIiB0eXBlPSJtYXRyaXgiIHZhbHVlcz0iMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMTI3IDAiIHJlc3VsdD0iaGFyZEFscGhhIi8+CjxmZU9mZnNldCBkeT0iNCIvPgo8ZmVHYXVzc2lhbkJsdXIgc3RkRGV2aWF0aW9uPSIxMCIvPgo8ZmVDb21wb3NpdGUgaW4yPSJoYXJkQWxwaGEiIG9wZXJhdG9yPSJvdXQiLz4KPGZlQ29sb3JNYXRyaXggdHlwZT0ibWF0cml4IiB2YWx1ZXM9IjAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAuMSAwIi8+CjxmZUJsZW5kIG1vZGU9Im5vcm1hbCIgaW4yPSJCYWNrZ3JvdW5kSW1hZ2VGaXgiIHJlc3VsdD0iZWZmZWN0MV9kcm9wU2hhZG93XzM2NDhfMTI4MDIiLz4KPGZlQmxlbmQgbW9kZT0ibm9ybWFsIiBpbj0iU291cmNlR3JhcGhpYyIgaW4yPSJlZmZlY3QxX2Ryb3BTaGFkb3dfMzY0OF8xMjgwMiIgcmVzdWx0PSJzaGFwZSIvPgo8L2ZpbHRlcj4KPGxpbmVhckdyYWRpZW50IGlkPSJwYWludDBfbGluZWFyXzM2NDhfMTI4MDIiIHgxPSIxNTcuNSIgeTE9IjE2IiB4Mj0iMTU3LjUiIHkyPSIzNDgiIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIj4KPHN0b3Agc3RvcC1jb2xvcj0iI0ZGOTJCQyIvPgo8c3RvcCBvZmZzZXQ9IjEiIHN0b3AtY29sb3I9IndoaXRlIi8+CjwvbGluZWFyR3JhZGllbnQ+CjwvZGVmcz4KPC9zdmc+Cg==";m();function Wk({isVisible:e,onClose:t,children:n}){return d(xe,{children:[e&&d("div",{className:`immersive-translate-sheet-backdrop ${e?"visible":""}`,onClick:t}),d("div",{className:`immersive-translate-sheet ${e?"visible":""}`,children:d("div",{className:"immersive-translate-sheet-content",children:n})})]})}var Ry=Wk;var Mu=`${ee}-float-ball`;function t4(e){let{t}=W(),n=Ve(),[r,a,o,i]=n;vt(r,a);let s=Qt(r),u=On(s),{isFullScreen:l}=_y(),[c,g]=$(!1),[p,f]=$(!0),{pageStatus:h}=ky(),y=ou(u,r),C=Ne(()=>{if(y?.clickType==="popup")return g(!0);if(y?.clickType==="translate"){let _=Ae();if(Mo(u?.rule)){let F=Ra(u.rule);Mi(!0,F||_);return}Wn({method:"toggleTranslatePage",data:{trigger:"float_ball"}})}},[y,Wn,g]),b=Ne(()=>{g(!0)},[g]),x=p&&!!s,{containerRef:S,active:A,ballRef:P,floatBallConfigRef:w,setActive:v}=Ay({handleBallClick:C,handleMobileBallLongPress:b,isShow:x,localConfig:e.localConfig,popupVisible:c}),L=y?.fixedPosition||"right",D=L==="right"?"left":"right",{isShowGuide:T,handleCloseGuide:j}=My(e.ctx),{closeTransform:R,logoContainerTransform:M,settingTransform:O}=Ly(y,A||T),{tooltipDelay:N,disableTooltipDelay:H,tooltipText:B,handleShowTooltip:k}=Py(u,h);return x?d("div",{class:`${Mu}-container ${L} notranslate`,style:{zIndex:l?-1:2147483647,pointerEvents:A||T||c?"all":"none"},ref:S,children:[d($k,{ctx:u,setVisible:f,closeTransform:R,setActive:v,getModalStyle:()=>Iy(w.current.top,300,L)}),d(tr,{enableMobile:!0,text:B,position:D,delay:N,onShow:k,disable:H,children:d("div",{class:`${Mu}-btn ${L} btn-animate `,ref:P,style:{transform:M,opacity:A||T?1:.5},children:d("div",{children:[d(Va,{type:"logo"}),h!=="Original"?d(Va,{type:"translated"}):null]})})}),d("div",{style:{marginTop:"12px",transform:O},class:`${Mu}-more-buttons btn-animate`,children:[d(tr,{text:t("translateFileTooltip"),multiple:!0,width:200,position:D,containerClass:"btn-animate",children:d("div",{class:`${Mu}-more-button`,onClick:()=>{k0(J2,!0)},children:d(Va,{type:"file"})})}),d(tr,{text:t("floatBall.setting"),position:D,containerClass:"btn-animate",children:d("div",{class:`${Mu}-more-button`,onClick:()=>{v(!0),g(!0)},children:d(Va,{type:"setting"})})})]}),d(Vk,{onClose:()=>{v(!1),g(!1)},visible:c,getModalStyle:()=>Iy(w.current.top,500,L)}),d(By,{visible:T,top:w.current.top,fixedPosition:L,onClose:()=>{j(),v(!1)}})]}):null}function $k(e){let{t}=W(),[n,r]=$(!1),a=Ve(),[o,i,s,u]=a,l=ou(e.ctx,o),c=Ne(p=>{e.ctx&&i(f=>n0({...f},p))},[e.ctx,i]),g=Ne(p=>{l&&(e.setVisible(!1),p==="AlwaysClose"?c({...l,enable:!1}):p==="CurrentWebsite"&&c({...l,blockUrls:[...l.blockUrls,globalThis.location.hostname]}))},[c,l,e.setVisible]);return d(xe,{children:[d("div",{title:t("floatBall.close"),class:"btn-animate",style:{transform:e.closeTransform,padding:4},onClick:()=>{e.setActive(!0),r(!0)},children:d(Va,{type:"close"})}),d(Fy,{visible:n,onClose:()=>{e.setActive(!1),r(!1)},getModalStyle:e.getModalStyle,onCloseConfirm:g})]})}function Vk(e){let t=r=>{r&&r.target&&r.target.id==="immersive-translate-popup-overlay"&&e.onClose()};return window.innerWidth<=385?d(Ry,{isVisible:e.visible,onClose:e.onClose,children:d(tc,{onClose:e.onClose,className:"popup-container-sheet"})}):e.visible?d("div",{onClick:t,id:"immersive-translate-popup-overlay",class:"immersive-translate-popup-overlay",children:d("div",{class:"immersive-translate-popup-wrapper",style:e.getModalStyle(),children:d(tc,{onClose:e.onClose})})}):null}function Kk(){return{width:Math.max(document.documentElement.clientWidth,window.innerWidth||0),height:Math.max(document.documentElement.clientHeight,window.innerHeight||0)}}var Iy=(e,t,n)=>{let a=Kk().height,o={position:"fixed"},i=0;return s2()&&(e=Gk.top),o.top=e-i,o.top+t>=a?(o.bottom=30,delete o.top):o.top<=10&&(o.top=10),n==="left"?o.left=65:o.right=65,o},Gk={position:"right",right:0,top:335};function Yk(e,t){for(let n of t){if(me()&&!Zr()&&typeof GM!==void 0&&GM.addElement){GM.addElement(e,"style",{textContent:n});continue}e.appendChild(document.createElement("style")).textContent=n}}async function Oy(){let e=Pe(),t=await er(),n=await pr(),r={url:globalThis.location.href,config:t},a=await bn(r),o=await Qg(a,n),i=_t(a.url,o?.blockUrls),s=await qt();if(!o?.enable||i)return;let u=document.createElement("div");u.id="immersive-translate-popup",u.setAttribute("style","all: initial"),document.documentElement.appendChild(u);let l=u.attachShadow({mode:"open"}),c=[e.IMMERSIVE_TRANSLATE_PICO_CSS,e.IMMERSIVE_TRANSLATE_COMMON_CSS,e.IMMERSIVE_TRANSLATE_POPUP_CSS,e.IMMERSIVE_TRANSLATE_PAGE_POPUP_CSS].join(` -`);return Yk(l,[c]),Jk(l,t,s,a)}function Jk(e,t,n,r){let a=document.createElement("div");a.id="mount",a.style.display="block",e.appendChild(a),la(d(qi,{lang:t.interfaceLanguage,fallbackLang:"en",translations:wi,children:d(t4,{localConfig:n,ctx:r})}),a)}var Ny=!1;async function Uy(){Ny||(Ny=!0,Oy().catch(e=>{I.error("init popup error",e)}))}var jy=!1,Wy=[()=>{Ut.unbind()}],Hy=[...Wy],Qk=or(async()=>{await Li()},50),Zk=or(async()=>{await D0()},50),Xk=or(async()=>{await t6()},50),eA=or(async()=>{await e6()},50),$y=or(e=>{Wn({method:e,data:{trigger:"userscript_menu"}})},50);function tA(e,t){let n=e.document;if(jy)return;jy=!0,me()||K9(),n.addEventListener("securitypolicyviolation",gA),document.addEventListener(be+"DocumentMessageUser",Jy),document.addEventListener(be+"DocumentMessageUpdateUser",Qy),document.addEventListener(be+"ChangeSuccessService",Zy.bind(null,t)),document.addEventListener(be+"ChangeService",Xy.bind(null,t)),document.addEventListener(ho,lA.bind(null,t)),n.addEventListener(be+"EbookLoaded",dA),n.addEventListener(f2,cA.bind(null,t)),n.addEventListener(h2,mA.bind(null,t)),n.addEventListener(Pl,a=>{ot()||o4(a,t)}),n.addEventListener(y2,tC),n.addEventListener("click",a=>{aA(a,t)}),ot()&&e.addEventListener("message",rA,!1),me()&&(ot()||n.addEventListener(Yr,nA)),ot()||ja.rootIframe(Hl).handleAsk("throttleRequest",X6)}function Vy(e,t){pA(),tA(t,e),me()&&(ot()||(Gp(e.config),fA(e.config))),Ea()&&nC(e),$e()&&Gp(e.config)}function nA(e){Uy()}function rA(e){let t=e;t&&t.data&&t.data.payload&&t.data.author===Ml&&Ia(t.data.payload,{tab:{id:1,url:"https://www.fake-iframe.com",active:!0}})}function aA(e,t){let n=e.target;if(!n||!n.getAttribute){Ka(n);return}let r=n.getAttribute("data-immersive-translate-event");r&&pt(r,[{name:r}],{...t,sourceLanguage:"none"});let a=n.getAttribute(`data-${ee}-action`);if(a){if(e.preventDefault(),a==="retry"){typeof e.stopPropagation=="function"&&e.stopPropagation(),n4({method:"retryFailedParagraphs"}),Ka(n,!0);return}else if(a=="toast-error"){let o=n.getAttribute(`data-${ee}-tooltip-text`)||"",i="",s="retry";try{let u=JSON.parse(o);i=u.title,o=u.errMsg,s=u.action}catch{}Ky(Gy.bind(null,t,i,o,s));return}}}async function oA(){let e=await An(),t=e.enableDefaultAlwaysTranslatedUrls===void 0?!0:e.enableDefaultAlwaysTranslatedUrls;if(e.enableDefaultAlwaysTranslatedUrls=!t,!e.enableDefaultAlwaysTranslatedUrls){let n=e&&e.isChangedAlwaysTranslatedUrls,r=[];e.translationUrlPattern&&e.translationUrlPattern.matches&&(r=e.translationUrlPattern.matches||[]),!n&&r.length>0&&(e.translationUrlPattern={matches:[],excludeMatches:[]})}await kn(e)}async function iA(){let e=await An(),t=e.enableInputTranslation;e.enableInputTranslation=!t,await kn(e)}var zy=0;function Ky(e){let t=Date.now();if(t-zy<2e3||(zy=t,sA()))return;let n=`${ee}-modal-root`,r=`${ee}-modal`,a=document.getElementById(n),o=`${ee}-modal-title`,i=`${ee}-modal-body`,s=`${ee}-modal-footer`,u;if(a){u=a.shadowRoot.querySelector(`.${r}`);let l=u.querySelector(`.${o}`),c=u.querySelector(`.${s}`),g=u.querySelector(`.${i}`);e(u,l,g,c)}else{a=document.createElement("div"),a.setAttribute("translate","no"),a.className="no-translate immersive-translate-error-modal-shadow-root",a.id=n,a.style.all="initial",a.style.zIndex="2147483647",document.body.appendChild(a);let l=a.attachShadow({mode:"open"}),c=document.createElement("style"),g=Pe();c.textContent=g.IMMERSIVE_TRANSLATE_INPUT_INJECTED_CSS,l.appendChild(c),u=document.createElement("div"),u.className=r+" notranslate",u.id=r;let p=document.createElement("div");p.className=ee+"-modal-content notranslate",u.appendChild(p);let f=document.createElement("span");f.textContent="\xD7",f.className=ee+"-close",p.appendChild(f);let h=document.createElement("div");h.className=o+" notranslate",p.appendChild(h);let y=document.createElement("div");y.className=i+" notranslate",p.appendChild(y);let C=document.createElement("div");C.className=s,p.appendChild(C),l.appendChild(u),f.onclick=function(){u.style.display="none"},l.addEventListener("click",b=>{b.target==u&&(u.style.display="none")}),e(u,h,y,C)}setTimeout(()=>{uA()},100)}function Gy(e,t,n,r="retry",a,o,i,s){let u=Ht.bind(null,e),l=t||u("errorModalTitle"),c=u("unknownError");o.innerText=l,i.innerHTML=nt.sanitize(n||c,{ADD_ATTR:["target"]}),s.innerText="";let g="",p=document.createElement("button");if(r=="retry"){g=u("retryAllButton"),p.setAttribute(`data-${ee}-action`,"retry");let f=document.createElementNS("http://www.w3.org/2000/svg","svg");f.setAttribute("viewBox","0 0 16 16"),f.setAttribute("width","20"),f.setAttribute("height","20"),f.innerHTML='',p.appendChild(f),p.onclick=()=>{a.style.display="none",n4({method:"retryFailedParagraphs"}),Ka(p,!0)}}else if(r=="login")g=u("goLogin"),p.onclick=()=>{Ka(p,!0),window.open(j2)};else if(r=="upgrade")g=u("upgradeToPro"),p.onclick=()=>{Ka(p,!0),window.open(Wl)};else if(r=="setting")g=u("goSettings"),p.onclick=()=>{Ka(p,!0),window.open(Se.OPTIONS_URL)};else if(r=="changeService")g=u("detectServiceLoading"),p.onclick=()=>{Ka(p,!0),window.open(Se.OPTIONS_URL)},a4(e,e.config.translationService,!1).then(f=>{f?(g=u("toggleToService",{service:u("translationServices."+f)}),p.innerHTML=nt.sanitize(g),p.onclick=()=>{eC(f),Ka(p,!0)}):(g=u("goSettings"),p.innerHTML=nt.sanitize(g))});else if(r=="none")return;p.className="immersive-translate-btn",p.innerHTML+=nt.sanitize(g),s.appendChild(p)}function sA(){let e=document.querySelector("#immersive-translate-modal-root");return e&&e.shadowRoot?e.shadowRoot.querySelector(`#${ee}-modal`)?.style.display=="block":!1}function uA(){let e=document.querySelector("#immersive-translate-modal-root");if(e&&(e.style.display="block",e.shadowRoot)){let t=e.shadowRoot.querySelector(`#${ee}-modal`);t&&(t.style.display="block")}}function Ka(e,t=!1){let n=document.querySelector("#immersive-translate-modal-root");if(!n||n.style.display=="none")return;let r=n.shadowRoot.querySelector(`#${ee}-modal`);r&&r!==e&&(!t&&r.contains(e)||(r.style.display="none"))}function lA(e,t){let n=t;if(n&&n.detail)try{let r=n.detail;if(!r||!r.type)return;let{title:a,errMsg:o,action:i}=r;Ky(Gy.bind(null,e,a,o,i))}catch(r){I.warn("parse message error",r)}}async function cA(e,t){let n=t;if(I.debug("receive third party message",n),n&&n.detail){let r=null;try{let a=JSON.parse(n.detail);if(a&&a.type){if(a.type==="retryFailedParagraphs")n4({method:"retryFailedParagraphs"});else if(a.type==="updateCommands")n6(a.data);else if(a.type==="toggleEnableDefaultAlwaysTranslatedUrls")oA();else if(a.type==="toggleEnableInputTranslation")iA();else if(a.type==="translatePage")hA(a.data);else if(a.type==="getAsyncTranslationServiceList")r=vo(e,"translationService");else if(a.type==="getAsyncTargetLanguageList")r=za(a.data?.translationService,a.data?.targetLanguage);else if(a.type==="getAsyncTranslationMeta"){let o=e.state.translationService||e.config.translationService;r={targetLanguage:e.state.targetLanguage||e.targetLanguage,translationService:o,translationMode:e.state.translationMode}}else if(a.type=="getAsyncTranslateContent"){let o={...e,translationService:a.data.service};try{r=await bA(a.data,o)}catch(i){qy(a.type,i.uiConfig(o),a.id)}}else a.type==="getAsyncLanguageByText"?r=await S0(a.data):a.type==="sharePage"?o4({detail:a.data},e):a.type==="switchTranslationMode"?r4(a.data):$y(a.type);r&&a.id&&qy(a.type,r,a.id)}}catch(a){I.warn("parse message error",a)}}}function dA(e){setTimeout(()=>{Yy()},10)}function gA(e){Se.HAS_CSP_ERROR="1"}function mA(e,t){let n=t.detail;(n.name=="open_pdf_page"||n.name==="open_html_page")&&pt(n.name,[{name:n.name}],{...e})}function pA(){Hy.forEach(e=>{e()}),Hy=Wy}function fA(e){if(me()&&typeof GM<"u"&&GM&&GM.registerMenuCommand){let t=Vl.commands,a=[...Object.keys(t).filter(o=>o==="toggleTranslatePage").map(o=>{let i=t[o].description,s=i;return i.startsWith("__MSG_")&&i.endsWith("__")&&(s=Ma(`browser.${i.slice(6,-2)}`,e.interfaceLanguage)),{id:o,title:s}}),{id:Hs,title:Ma("browser.openEbookViewer",e.interfaceLanguage),key:"e"},{id:zs,title:Ma("browser.openEbookBuilder",e.interfaceLanguage),key:"m"},{id:js,title:Ma("browser.openOptionsPage",e.interfaceLanguage),key:"o"},{id:Sg,title:Ma("browser.openAboutPage",e.interfaceLanguage),key:"a"}];for(let o of a)GM.registerMenuCommand(o.title,()=>{o.id===js?Qk():o.id===Sg?Zk():o.id===zs?Xk():o.id===Hs?eA():$y(o.id)},o.key)}}function n4(e){Ia(e,{tab:{id:1,url:"https://www.fake.com",active:!0}}).catch(n=>{I.error("send content message request failed",e,n)});let t=new CustomEvent(Yr,{detail:e});globalThis.document.dispatchEvent(t)}async function hA(e){let t={};e?.translationMode&&(t.translationMode=e.translationMode),e?.translationService&&(t.translationService=e.translationService),e?.targetLanguage&&(t.targetLanguage=e.targetLanguage),e?.translationStartMode&&(t.translationStartMode=e.translationStartMode);let n=await Ye(Ae(),t);_n(n)}function qy(e,t,n){globalThis.document.dispatchEvent(new CustomEvent(Gt,{detail:JSON.stringify({id:n,type:e,payload:t})}))}async function bA({textList:e,from:t,to:n,service:r},a){if(a.rule.id!=="immersive")return;let o=e.map(s=>({text:s||"",id:0,from:t,to:n,url:a.url,fromByClient:t,force:!0})),i=null;try{let s=await et({sentences:o},{...a,translationService:r},u=>i=u);if(i)throw i;return s}catch(s){throw s}}m();var Uo={};async function i4(){let t=[...document.querySelectorAll(".source-text")].map(r=>r.textContent).join(""),n=await Oe({text:t,minLength:200,pageLangs:[kt(),"en"]});return Xn(n),n}async function rC(e){Dn("Translating");let t=Mt(),n=y0(),r=[...document.querySelectorAll(".source-text")];if(Ci(e,t))return;let a=r.filter(o=>o.innerText?.trim()).map((o,i)=>{let s=o.parentElement?.parentElement?.querySelector(".target-text");return yt(o,"id",i+""),s&&(Ti(s,i)?.remove(),s.appendChild(ru(e,i))),{text:o.innerText||"",id:i,from:t,to:e.targetLanguage,url:"https://google.com",fromByClient:n,force:!0}});document.dispatchEvent(new CustomEvent(Gt,{detail:JSON.stringify({type:"totalParagraphsCount",payload:{totalParagraphsCount:a.length}})}));try{await et({sentences:a},{...e,sourceProgram:"subtitle"},(o,i,s)=>{let u=s.id,l=Ti(document.body,u);if(!l)return;let c=l.parentElement;c&&(l.remove(),o?(c.innerHTML=nt.sanitize(`${o.message}`),Uo[u]={ok:!1,sentence:s}):i&&(c.innerHTML=nt.sanitize(i.text),Uo[u]={ok:!0,sentence:s}),document.dispatchEvent(new CustomEvent(Gt,{detail:JSON.stringify({type:"paragraphTranslated",payload:{ok:!o}})})))})}catch(o){throw o}finally{Dn("Translated")}}async function aC(e){Dn("Translating"),document.dispatchEvent(new CustomEvent(Gt,{detail:JSON.stringify({type:"retryFailedParagraphsStart",payload:{}})}));let t=Object.keys(Uo),n=[],r=[];for(let a of t){let o=Uo[a];if(!o.ok){let s=document.querySelector(`#error-id-${a}`);if(s){let u=s.parentElement;s.remove(),u&&(delete Uo[a],u.appendChild(ru(e,a)),r.push(o.sentence))}}}try{await et({sentences:r},e,(a,o,i)=>{let s=i.id,u=Ti(document.body,s);if(!u)return;let l=u.parentElement;l&&(u.remove(),a?(l.innerHTML=nt.sanitize(`${a.message}`),Uo[s]={ok:!1,sentence:i}):o&&(l.innerHTML=nt.sanitize(o.text),Uo[s]={ok:!0,sentence:i}),document.dispatchEvent(new CustomEvent(Gt,{detail:JSON.stringify({type:"paragraphTranslated",payload:{ok:!a}})})))})}catch(a){throw a}finally{Dn("Translated")}}function s4(){Dn("Original"),document.querySelectorAll(".target-text").forEach(e=>{e.innerHTML=""})}m();var u4={};async function oC(){let e=[...document.querySelectorAll("iframe")],t="";for(let r of e){let a=r.contentDocument;if(!a)continue;let o=a.body;if(o&&(t=t+o.innerText||"",t.length>1e3))break}let n=await Oe({text:t,pageLangs:["en"]});return Xn(n),n}async function iC(e){Dn("Translating"),document.dispatchEvent(new CustomEvent(Gt,{detail:JSON.stringify({type:"retryFailedParagraphsStart",payload:{}})}));let t=Object.keys(u4),n=[];for(let r of t){let a=u4[r];if(a.error){let i=a.commonAncestorContainer.querySelector(`[${Bl}='${r}']`);i&&i.remove(),n.push(a)}}try{Au(),await Q0(n,e,e.state.translationMode||e.config.translationMode)}catch{}finally{Dn("Translated")}}function sC(){let e=[...document.querySelectorAll("iframe")];for(let t of e){let n=t.contentDocument;if(!n)continue;let r=n.querySelectorAll("."+Lt);for(let a of r)a.remove()}Dn("Original")}async function uC(e){Dn("Translating");let t=Gs(),n=[...document.querySelectorAll("iframe")],r=[],a=[];for(let s of n){let u=s.contentDocument;if(!u)continue;_a(u,e);let l=u.body;if(!l)continue;let c=yn(e);c.isModifyImage=!1,ia({id:t,container:l,filterRule:c,onParagraph:g=>{r.push(g)}})}let o=Lr(e.config.translationServices[e.translationService]),i=1;for(let s of r){let u=m0(s.flatNodes,{isPreWhitespace:s.isPreWhitespace||!1,delimiters:o,stayOriginalSelectors:e.rule.stayOriginalTags.concat(e.rule.stayOriginalTags).map(c=>c.toLowerCase()).concat(e.rule.stayOriginalSelectors).concat(e.rule.additionalStayOriginalSelectors)});if(!u)continue;s.variables=u?.variables||{},s.text=u?.text,s.id=(i++).toString();let l=await Hp(e,s,{excludeLanguages:e?.config?.translationLanguagePattern?.excludeMatches||[],isDetectParagraphLanguage:e.state.isDetectParagraphLanguage,targetLanguage:e.targetLanguage,delimiters:o,noTranslateRegexp:e.rule.noTranslateRegexp,minTextCount:2,minWordCount:1,ignoreZhCNandZhTW:e.rule.ignoreZhCNandZhTW});l&&(a.push(l),u4[l.id]=l)}r=[],document.dispatchEvent(new CustomEvent(Gt,{detail:JSON.stringify({type:"totalParagraphsCount",payload:{totalParagraphsCount:a.length}})}));try{await Q0(a,e,e.state.translationMode||e.config.translationMode)}catch{}finally{Dn("Translated")}}m();var Cr=!1,nc,lC=!1,rc=null;function dC(e){let{config:t}=e;if(e.isInputTranslationExcludeUrl){I.debug("exclude url for input");return}if(rc===!1){I.debug("disable for this time");return}let n={...t.inputLanguageCodeAlias};Bn.forEach(c=>n[c]=[c,...n[c]||[]]);let r=t.inputStartingTriggerKeyAlias[t.inputStartingTriggerKey]||[];r.includes(t.inputStartingTriggerKey)||r.unshift(t.inputStartingTriggerKey),n[t.inputTargetLanguage]=[...r,...n[t.inputTargetLanguage]];let a=t.inputTrailingTriggerKeyTimeout;it().any&&(a=t.inputTrailingMobileTriggerKeyTimeout);let o={triggerTimes:t.inputTrailingTriggerKeyRepeatTimes,triggerKey:t.inputTrailingTriggerKey,triggerTimeout:a,codePrefix:t.inputStartingTriggerKey,codeAlias:n,flatAlias:Object.values(n).flat(),codePrefixAlias:t.inputStartingTriggerKeyAlias},i=0,s=Date.now();nc&&self.removeEventListener("keydown",nc),nc=u,self.addEventListener("keydown",nc);function u(c){if(Cr||rc===!1)return;let g=c,p=g.target||g.srcElement,f=p?.tagName;(p?.isContentEditable||f=="INPUT"||f=="SELECT"||f=="TEXTAREA")&&(MA(c,o.triggerKey,o.codePrefixAlias)?l(c):i=0)}async function l(c){Date.now()-s=o.triggerTimes&&TA()&&(i=0,CA(c,e,o))}PA(e)}function gC({codePrefix:e,flatAlias:t,codePrefixAlias:n}){let r=[],a=n[e]||[];a.includes(e)||a.unshift(e);for(let o of a){let i=t.map(s=>{let u=o+s;return a.includes(s)||(u+=" "),u});r.push(...i)}return new RegExp(r.join("|"))}function ac(e,t){for(let[n,r]of Object.entries(t))if(r.includes(e))return n;return""}var Yi;function mC(e){let t=e.parentElement;if(!t)return;Yi=document.createElement("div"),Yi.className=ee+"-input",Yi.innerHTML=`
`,t.appendChild(Yi);let n=t,r=!1;do{let a=getComputedStyle(n).position;if(["fixed","absolute","relative"].includes(a)){r=!0;break}n=n.parentElement}while(n);if(n=t,!r)do{if(getComputedStyle(n).position==="static"){n.style.position="relative";break}n=n?.parentElement||null}while(n)}function pC(){Yi&&Yi.remove()}async function yA(e){if(!Cr)try{let h=function(){c=e.config.inputTargetLanguage;let C=l.split(" ")[0];C&&C[0]&&(C=C[0].toLowerCase()+C.slice(1)),C.trim()&&o.flatAlias.includes(C)?(c=ac(C,o.codeAlias),u=l.slice(C.length+1)):u=l},y=function(){c="";let C=gC(o),b=l.split(C);if(b.length<2)return;if(u=b[b.length-1],s=b[0],b.length>2){let S=l.lastIndexOf(u),A=l.slice(0,S).lastIndexOf(b[b.length-2]);s=l.slice(0,A+b[b.length-2].length)}if(s.endsWith(o.codePrefix))return;if(s.endsWith(":")&&o.codePrefix=="/"){s="",u="";return}let x=l.slice(s.length+1,l.indexOf(u)).trim();if(c=ac(x,o.codeAlias),!c){I.warn("not found alias",x);return}},{config:t}=e,n={...t.inputLanguageCodeAlias};Bn.forEach(C=>n[C]=[C,...n[C]||[]]);let r=t.inputStartingTriggerKeyAlias[t.inputStartingTriggerKey]||[];r.includes(t.inputStartingTriggerKey)||r.unshift(t.inputStartingTriggerKey),n[t.inputTargetLanguage]=[...r,...n[t.inputTargetLanguage]];let a=t.inputTrailingTriggerKeyTimeout;it().any&&(a=t.inputTrailingMobileTriggerKeyTimeout);let o={triggerTimes:t.inputTrailingTriggerKeyRepeatTimes,triggerKey:t.inputTrailingTriggerKey,triggerTimeout:a,codePrefix:t.inputStartingTriggerKey,codeAlias:n,flatAlias:Object.values(n).flat(),codePrefixAlias:t.inputStartingTriggerKeyAlias},i=document.activeElement;if(!i||i.tagName==="BODY")return;Cr=!0;let s="",u="",l=Ga(i)||"",c=e.config.inputTargetLanguage;e.config.inputStartingTriggerKey==="none"?h():(y(),!c&&e.config.enableInputTranslationWithoutTriggerKey&&h());let g=fC(u,o),p=await Oe({text:g,pageLangs:["en"]});I.debug("translateContent",g,p);let f={text:g||"",id:0,from:p,to:c,url:"https://google.com",fromByClient:p,force:!0};if(!f.text||f.text.length>5e3)return;mC(i),at(Fl,Date.now());try{let C=await Mr(f,{...e,translationService:e.inputTranslationService});bC(e),hC(e,i,s+C.text)}catch(C){if(C instanceof J){let b=C.uiConfig(e);b.action=="retry"&&(b.action="none"),document.dispatchEvent(new CustomEvent(ho,{detail:b}))}}finally{Cr=!1}}catch(t){throw Cr=!1,t}finally{Cr=!1,pC()}}async function CA(e,t,n){if(!Cr)try{let g=function(){s=t.config.inputTargetLanguage;let f=i.split(" ")[0];f&&f[0]&&(f=f[0].toLowerCase()+f.slice(1)),f.trim()&&n.flatAlias.includes(f)?(s=ac(f,n.codeAlias),o=i.slice(f.length+1)):o=i},p=function(){s="";let f=gC(n),h=i.split(f);if(h.length<2)return;if(o=h[h.length-1],a=h[0],h.length>2){let C=i.lastIndexOf(o),b=i.slice(0,C).lastIndexOf(h[h.length-2]);a=i.slice(0,b+h[h.length-2].length)}if(a.endsWith(n.codePrefix))return;if(a.endsWith(":")&&n.codePrefix=="/"){a="",o="";return}let y=i.slice(a.length+1,i.indexOf(o)).trim();if(s=ac(y,n.codeAlias),!s){I.warn("not found alias",y);return}},r=document.activeElement;Cr=!0;let a="",o="",i=Ga(r)||"",s=t.config.inputTargetLanguage;n.codePrefix==="none"?g():(p(),!s&&t.config.enableInputTranslationWithoutTriggerKey&&g());let u=fC(o,n),l=await Oe({text:u,pageLangs:["en"]});I.debug("translateContent",u,l);let c={text:u||"",id:0,from:l,to:s,url:"https://google.com",fromByClient:l,force:!0};if(!c.text)return;if(t.config.isShowInputTranslationConsent&&!lC){lC=!0;let f=await FA(t);if(e.target&&e.target.focus(),f==="open_settings"){Li(!0,"#input");return}else if(f==="open_learn_more"){_i("https://immersivetranslate.com/docs/input/");return}else if(f==="disable_once"||f==="disable_forever"){if(rc=!1,f==="disable_forever"){let h=await An();h.enableInputTranslation=!1,h.isShowInputTranslationConsent=!1,await kn(h)}else if(f==="disable_once"){let h=await An();h.isShowInputTranslationConsent=!1,await kn(h)}return}else if(f==="close_disable_once"||f==="close_disable_forever"){if(rc=!1,f==="close_disable_forever"){let h=await An();h.enableInputTranslation=!1,h.isShowInputTranslationConsent=!1,await kn(h)}return}else if(f==="enable"){let h=await An();h.enableInputTranslation=!0,h.isShowInputTranslationConsent=!1,await kn(h)}else if(f==="close_enable"){let h=await An();h.enableInputTranslation=!0,await kn(h)}}mC(r),at(Fl,Date.now());try{let f=await Mr(c,{...t,translationService:t.inputTranslationService});bC(t),hC(t,r,a+f.text)}catch(f){if(f instanceof J){let h=f.uiConfig(t);h.action=="retry"&&(h.action="none"),document.dispatchEvent(new CustomEvent(ho,{detail:h}))}}finally{Cr=!1}}catch(r){throw Cr=!1,r}finally{Cr=!1,pC()}}function TA(){let e=document.activeElement;if(!e)return!1;if(oc(e)){let t=e.selectionStart||0,n=e.value.length,a=e.value.split(` +`,Vp="immersive-translate-toastify-shadow-root",Kp=class{defaults={oldestFirst:!0,text:"Toastify is awesome!",node:void 0,duration:3e3,selector:void 0,callback:function(){},destination:void 0,newWindow:!1,close:!1,gravity:"toastify-top",positionLeft:!1,position:"",backgroundColor:"",avatar:"",className:"",stopOnFocus:!0,onClick:function(){},offset:{x:0,y:0},escapeMarkup:!0,ariaLive:"polite",style:{background:""}};constructor(t){this.version="1.12.0",this.options={},this.toastElement=null,this._rootElement=document.body,this._init(t)}showToast(){if(this.toastElement=this._buildToast(),typeof this.options.selector=="string")this._rootElement=document.getElementById(this.options.selector);else if(this.options.selector instanceof HTMLElement||this.options.selector instanceof ShadowRoot)this._rootElement=this.options.selector;else if(document.getElementById(Vp)){let t=document.getElementById(Vp);this._rootElement=t.shadowRoot}else{let t=document.createElement("div");t.setAttribute("translate","no"),t.className="no-translate immersive-translate-toastify-shadow-root",t.id=Vp,t.style.all="initial",t.style.zIndex="2147483647",document.body.appendChild(t);let n=t.attachShadow({mode:"open"}),r=document.createElement("style");r.textContent=pk,n.appendChild(r),this._rootElement=n}if(!this._rootElement)throw"Root element is not defined";return this._rootElement.insertBefore(this.toastElement,this._rootElement.firstChild),this._reposition(),this.options.duration>0&&(this.toastElement.timeOutValue=window.setTimeout(()=>{this._removeElement(this.toastElement)},this.options.duration)),this}hideToast(){this.toastElement.timeOutValue&&clearTimeout(this.toastElement.timeOutValue),this._removeElement(this.toastElement)}_init(t){this.options=Object.assign(this.defaults,t),this.options.backgroundColor,this.toastElement=null,this.options.gravity=t.gravity==="bottom"?"toastify-bottom":"toastify-top",this.options.stopOnFocus=t.stopOnFocus===void 0?!0:t.stopOnFocus,t.backgroundColor&&(this.options.style.background=t.backgroundColor)}_buildToast(){if(!this.options)throw"Toastify is not initialized";let t=document.createElement("div");t.className=`toastify on ${this.options.className}`,t.className+=` toastify-${this.options.position}`,t.className+=` ${this.options.gravity}`;for(let n in this.options.style)t.style[n]=this.options.style[n];if(this.options.ariaLive&&t.setAttribute("aria-live",this.options.ariaLive),this.options.node&&this.options.node.nodeType===Node.ELEMENT_NODE)t.appendChild(this.options.node);else if(this.options.escapeMarkup?t.innerText=this.options.text:t.innerHTML=this.options.text,this.options.avatar!==""){let n=document.createElement("img");n.src=this.options.avatar,n.className="toastify-avatar",this.options.position=="left"?t.appendChild(n):t.insertAdjacentElement("afterbegin",n)}if(this.options.close===!0){let n=document.createElement("button");n.type="button",n.setAttribute("aria-label","Close"),n.className="toast-close",n.innerHTML="✖",n.addEventListener("click",a=>{a.stopPropagation(),this._removeElement(this.toastElement),window.clearTimeout(this.toastElement.timeOutValue)});let r=window.innerWidth>0?window.innerWidth:screen.width;this.options.position=="left"&&r>360?t.insertAdjacentElement("afterbegin",n):t.appendChild(n)}if(this.options.stopOnFocus&&this.options.duration>0&&(t.addEventListener("mouseover",n=>{window.clearTimeout(t.timeOutValue)}),t.addEventListener("mouseleave",()=>{t.timeOutValue=window.setTimeout(()=>{this._removeElement(t)},this.options.duration)})),typeof this.options.destination<"u"&&t.addEventListener("click",n=>{n.stopPropagation(),this.options.newWindow===!0?window.open(this.options.destination,"_blank"):window.location=this.options.destination}),typeof this.options.onClick=="function"&&typeof this.options.destination>"u"&&t.addEventListener("click",n=>{n.stopPropagation(),this.options.onClick()}),typeof this.options.offset=="object"){let n=this._getAxisOffsetAValue("x",this.options),r=this._getAxisOffsetAValue("y",this.options),a=this.options.position=="left"?n:`-${n}`,o=this.options.gravity=="toastify-top"?r:`-${r}`;t.style.transform=`translate(${a},${o})`}return t}_removeElement(t){t.className=t.className.replace(" on",""),window.setTimeout(()=>{this.options.node&&this.options.node.parentNode&&this.options.node.parentNode.removeChild(this.options.node),t.parentNode&&t.parentNode.removeChild(t),this.options.callback.call(t),this._reposition()},400)}_reposition(){let t={top:15,bottom:15},n={top:15,bottom:15},r={top:15,bottom:15},a=this._rootElement.querySelectorAll(".toastify"),o;for(let i=0;i0?window.innerWidth:screen.width)<=360?(a[i].style[o]=`${r[o]}px`,r[o]+=s+u):a[i].classList.contains("toastify-left")===!0?(a[i].style[o]=`${t[o]}px`,t[o]+=s+u):(a[i].style[o]=`${n[o]}px`,n[o]+=s+u)}}_getAxisOffsetAValue(t,n){return n.offset[t]?isNaN(n.offset[t])?n.offset[t]:`${n.offset[t]}px`:"0px"}};function Z0(e){e=e||{},new Kp({gravity:"bottom",duration:1500,style:{background:"#222",color:"#f2f2f2"},...e}).showToast()}m();function ty(e,t){let n=t.matches||[],r=t.excludeMatches||[];if(r&&!Array.isArray(r)&&(r=[r]),n&&!Array.isArray(n)&&(n=[n]),r.length>0){if(r.includes(e)||r.includes(""))return!1;for(let a of r)if(a.includes("*")&&new RegExp(a).test(e))return!1}if(n.length===0)return!1;if(n.length>0){if(n.includes(e)||n.includes(""))return!0;for(let a of n)if(a.includes("*")&&new RegExp(a).test(e))return!0}return!1}m();m();m();function Wn(e){Ia(e,{tab:{id:1,url:"https://www.fake.com",active:!0}}).catch(r=>{I.error("send content message request failed",e,r)}),document.querySelectorAll("iframe").forEach(r=>{r.contentWindow&&r.contentWindow.postMessage({author:Ml,payload:e},"*")});let n=new CustomEvent(Yr,{detail:e});globalThis.document.dispatchEvent(n)}function Gp(e){let t=e.shortcuts||{},r=Object.keys(t).reduce((o,i)=>(o[t[i]]=i,o),{}),a=Object.keys(r);for(let o of a){let i=o.replace(/MacCtrl/ig,"Ctrl");i&&Ut(i,s=>{s.preventDefault();let u=r[o];Wn({method:u,data:{trigger:"shortcut"}})})}}m();m();m();m();var ny=`${ee}-float-ball`;function Va(e){return e.type=="logo"?d("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",width:"24",height:"24",class:`${ny}-logo-img`,children:[d("path",{fill:"none",d:"M0 0h24v24H0z"}),d("path",{d:"M5 15v2a2 2 0 0 0 1.85 1.995L7 19h3v2H7a4 4 0 0 1-4-4v-2h2zm13-5l4.4 11h-2.155l-1.201-3h-4.09l-1.199 3h-2.154L16 10h2zm-1 2.885L15.753 16h2.492L17 12.885zM8 2v2h4v7H8v3H6v-3H2V4h4V2h2zm9 1a4 4 0 0 1 4 4v2h-2V7a2 2 0 0 0-2-2h-3V3h3zM6 6H4v3h2V6zm4 0H8v3h2V6z",fill:"rgba(255,255,255,1)"})]}):e.type=="close"?d("svg",{width:"14",height:"14",viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:[d("g",{"clip-path":"url(#clip0_2589_9951)",children:d("path",{d:"M7 14C5.14348 14 3.36301 13.2625 2.05025 11.9497C0.737498 10.637 0 8.85652 0 7C0 5.14348 0.737498 3.36301 2.05025 2.05025C3.36301 0.737498 5.14348 0 7 0C8.85652 0 10.637 0.737498 11.9497 2.05025C13.2625 3.36301 14 5.14348 14 7C14 8.85652 13.2625 10.637 11.9497 11.9497C10.637 13.2625 8.85652 14 7 14ZM4.183 5.064L6.118 7L4.183 8.936C4.12409 8.99361 4.07719 9.06234 4.04502 9.1382C4.01285 9.21406 3.99605 9.29554 3.99559 9.37794C3.99513 9.46034 4.01101 9.54201 4.04234 9.61823C4.07366 9.69444 4.11978 9.76369 4.17805 9.82195C4.23631 9.88022 4.30556 9.92634 4.38177 9.95766C4.45799 9.98898 4.53966 10.0049 4.62206 10.0044C4.70446 10.004 4.78594 9.98715 4.8618 9.95498C4.93766 9.92281 5.00639 9.87591 5.064 9.817L7 7.882L8.936 9.817C9.05327 9.93168 9.21104 9.99548 9.37506 9.99457C9.53908 9.99365 9.69612 9.92809 9.8121 9.8121C9.92809 9.69612 9.99365 9.53908 9.99457 9.37506C9.99548 9.21104 9.93168 9.05327 9.817 8.936L7.882 7L9.817 5.064C9.87591 5.00639 9.92281 4.93766 9.95498 4.8618C9.98715 4.78594 10.004 4.70446 10.0044 4.62206C10.0049 4.53966 9.98898 4.45799 9.95766 4.38177C9.92634 4.30556 9.88022 4.23631 9.82195 4.17805C9.76369 4.11978 9.69444 4.07366 9.61823 4.04234C9.54201 4.01101 9.46034 3.99513 9.37794 3.99559C9.29554 3.99605 9.21406 4.01285 9.1382 4.04502C9.06234 4.07719 8.99361 4.12409 8.936 4.183L7 6.118L5.064 4.183C4.94673 4.06832 4.78896 4.00452 4.62494 4.00543C4.46092 4.00635 4.30388 4.07191 4.1879 4.1879C4.07191 4.30388 4.00635 4.46092 4.00543 4.62494C4.00452 4.78896 4.06832 4.94673 4.183 5.064Z",fill:"#B1B1B1","fill-opacity":"0.32"})}),d("defs",{children:d("clipPath",{id:"clip0_2589_9951",children:d("rect",{width:"14",height:"14",fill:"white"})})})]}):e.type=="setting"?d("svg",{width:"16",height:"16",viewBox:"0 0 16 16",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:d("path",{d:"M6.55741 0L9.06847 0.00329403C9.84824 0.00470579 10.4802 0.636235 10.4812 1.41647L10.4821 1.82588C10.9687 2.0278 11.4297 2.28671 11.8553 2.59718L12.1913 2.40329C12.516 2.21676 12.9013 2.1665 13.2629 2.26352C13.6246 2.36055 13.933 2.59695 14.1207 2.92094L15.3795 5.09365C15.5601 5.40546 15.6149 5.7744 15.5328 6.12523C15.4507 6.47606 15.2378 6.78235 14.9376 6.98165L14.8609 7.02871L14.5235 7.22353C14.5819 7.76273 14.5736 8.30708 14.4986 8.84424L14.7372 8.98259C15.0496 9.16307 15.2812 9.45606 15.3848 9.80165C15.4884 10.1472 15.456 10.5193 15.2944 10.8419L15.2553 10.9153L14.076 12.9576C13.8955 13.27 13.6025 13.5017 13.2569 13.6053C12.9113 13.7088 12.5392 13.6765 12.2167 13.5148L12.1433 13.4753L11.8172 13.2871C11.4074 13.5817 10.9651 13.8283 10.4991 14.0221L10.4995 14.5831C10.5 14.9434 10.3629 15.2904 10.1163 15.5532C9.86972 15.816 9.53215 15.9748 9.17247 15.9972L9.08306 16L6.57153 15.9967C6.19697 15.9961 5.83793 15.847 5.57312 15.5821C5.30831 15.3172 5.15932 14.9581 5.15883 14.5835L5.15788 13.9073C4.76852 13.7244 4.39771 13.5044 4.05059 13.2504L3.44918 13.5967C3.12448 13.7834 2.73902 13.8337 2.37726 13.7367C2.01551 13.6397 1.70698 13.4032 1.5193 13.0791L0.260473 10.9064C0.0799611 10.5945 0.0252226 10.2255 0.107423 9.87467C0.189623 9.52384 0.402569 9.21757 0.702826 9.01835L0.779062 8.97129L1.3913 8.61835C1.34424 8.17129 1.34188 7.71765 1.38706 7.26494L0.707532 6.87247C0.395061 6.69207 0.163305 6.39911 0.0596515 6.05351C-0.0440025 5.70791 -0.0117246 5.33577 0.149885 5.01318L0.189415 4.93976L1.36871 2.89741C1.54919 2.58502 1.84218 2.35337 2.18777 2.2498C2.53336 2.14624 2.90547 2.17859 3.228 2.34023L3.30141 2.37976L3.89436 2.72188C4.28027 2.42082 4.69854 2.1637 5.14141 1.95529L5.14047 1.41694C5.14001 1.05657 5.27707 0.709596 5.52367 0.446813C5.77028 0.184029 6.10786 0.0252343 6.46753 0.00282354L6.55741 0ZM6.55553 1.41506L6.55694 2.85271L5.74377 3.23576C5.39553 3.39906 5.06706 3.60094 4.764 3.83718L4.01247 4.424L2.62941 3.62494L2.59365 3.60518L1.41483 5.64753L2.88636 6.49694L2.79506 7.40612C2.75968 7.7598 2.76078 8.11619 2.79836 8.46965L2.8953 9.38541L1.48494 10.1976L2.7433 12.3704L4.14377 11.5647L4.88636 12.1087C5.15997 12.309 5.45231 12.4823 5.7593 12.6264L6.57106 13.008L6.57388 14.5816L9.08447 14.5849L9.08306 13.0791L9.95553 12.7158C10.3216 12.5635 10.6689 12.3698 10.9908 12.1384L11.7329 11.6047L12.8506 12.2499L14.0289 10.2075L12.9654 9.592L13.0972 8.64847C13.1561 8.22659 13.1628 7.79904 13.1169 7.37553L13.0181 6.45882L14.1555 5.80235L12.8967 3.62965L11.7645 4.28235L11.0214 3.74024C10.686 3.4956 10.3229 3.29152 9.93953 3.13224L9.06894 2.77082L9.06659 1.41835L6.55553 1.41506ZM9.37153 5.47624C10.0214 5.85201 10.4955 6.47036 10.6898 7.19547C10.8841 7.92058 10.7827 8.69316 10.4078 9.34353C10.2223 9.66543 9.97517 9.9476 9.68053 10.1739C9.38589 10.4002 9.04953 10.5662 8.69068 10.6623C8.33183 10.7585 7.95754 10.7829 7.58923 10.7343C7.22092 10.6856 6.86582 10.5648 6.54424 10.3788C5.89445 10.003 5.4204 9.38458 5.2262 8.65948C5.032 7.93438 5.13352 7.16184 5.50847 6.51153C5.69395 6.18963 5.94107 5.90746 6.23571 5.68117C6.53034 5.45488 6.86671 5.28891 7.22556 5.19275C7.58441 5.09659 7.9587 5.07213 8.32701 5.12077C8.69532 5.16942 9.05042 5.29021 9.372 5.47624H9.37153ZM6.73388 7.21835C6.54638 7.54388 6.49567 7.9305 6.5929 8.29336C6.69012 8.65623 6.92733 8.96571 7.25247 9.15388C7.41305 9.24679 7.59037 9.30712 7.77429 9.33143C7.9582 9.35574 8.14511 9.34355 8.32431 9.29556C8.50351 9.24757 8.67149 9.16472 8.81864 9.05174C8.96579 8.93877 9.08923 8.7979 9.18188 8.63718C9.55883 7.98353 9.356 7.15435 8.73435 6.74494L8.66377 6.70118L8.59035 6.66165C8.26834 6.49988 7.89663 6.46742 7.55145 6.57093C7.20626 6.67444 6.91375 6.90608 6.73388 7.21835Z",fill:"#6C6F73"})}):e.type==="file"?d("svg",{width:"18",height:"18",viewBox:"0 0 18 18",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:d("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M11.6861 1L15.2353 4.54635V7.11765V14.6471V15.5882C15.2353 15.9627 15.0866 16.3217 14.8218 16.5865C14.557 16.8513 14.198 17 13.8235 17H4.41176C4.03734 17 3.67825 16.8513 3.4135 16.5865C3.14874 16.3217 3 15.9627 3 15.5882V14.6471V7.11765V2.41176C3 2.03734 3.14874 1.67825 3.4135 1.4135C3.67825 1.14874 4.03734 1 4.41176 1H11.6861ZM11.8692 3.17882V4.74212H13.4334L11.8692 3.17882ZM4.41171 15.5882V14.647V2.41176H10.4574L10.4578 6.15341H13.8235V14.647V15.5882H4.41171ZM12.7739 7.51746H5.46094V8.6155H12.7739V7.51746ZM5.46094 9.98805H12.7739V11.0861H5.46094V9.98805ZM9.5127 12.36H5.46094V13.458H9.5127V12.36Z",fill:"#6C6F73"})}):e.type==="translated"?d("svg",{width:"11",height:"11",viewBox:"0 0 11 11",fill:"none",xmlns:"http://www.w3.org/2000/svg",class:`${ny}-translated-img`,children:[d("circle",{cx:"5.5",cy:"5.5",r:"5.5",fill:"#68CD52"}),d("path",{d:"M1.40857 5.87858L2.24148 5.18962L4.15344 6.64214C4.15344 6.64214 6.33547 4.15566 9.00658 2.48145L9.32541 2.87514C9.32541 2.87514 6.28665 5.55844 4.71735 9.07881L1.40857 5.87858Z",fill:"white"})]}):e.type==="modal-close"?d("svg",{width:"20",height:"20",viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:d("path",{d:"M4.41083 4.41066C4.5671 4.25443 4.77902 4.16667 4.99999 4.16667C5.22096 4.16667 5.43289 4.25443 5.58916 4.41066L9.99999 8.82149L14.4108 4.41066C14.4877 4.33107 14.5797 4.26758 14.6813 4.22391C14.783 4.18023 14.8923 4.15724 15.003 4.15628C15.1136 4.15532 15.2234 4.1764 15.3258 4.21831C15.4282 4.26021 15.5212 4.32208 15.5995 4.40033C15.6777 4.47857 15.7396 4.57162 15.7815 4.67403C15.8234 4.77644 15.8445 4.88618 15.8435 4.99682C15.8426 5.10747 15.8196 5.21682 15.7759 5.31849C15.7322 5.42016 15.6688 5.51212 15.5892 5.58899L11.1783 9.99982L15.5892 14.4107C15.741 14.5678 15.825 14.7783 15.8231 14.9968C15.8212 15.2153 15.7335 15.4243 15.579 15.5788C15.4245 15.7333 15.2155 15.821 14.997 15.8229C14.7785 15.8248 14.568 15.7408 14.4108 15.589L9.99999 11.1782L5.58916 15.589C5.43199 15.7408 5.22149 15.8248 5.00299 15.8229C4.7845 15.821 4.57549 15.7333 4.42098 15.5788C4.26647 15.4243 4.17883 15.2153 4.17693 14.9968C4.17503 14.7783 4.25903 14.5678 4.41083 14.4107L8.82166 9.99982L4.41083 5.58899C4.2546 5.43272 4.16684 5.22079 4.16684 4.99982C4.16684 4.77885 4.2546 4.56693 4.41083 4.41066Z",fill:"#C4C4C4"})}):null}m();m();function ry(e,t,n){let r=[];n||(n={}),t!=="auto"&&!n[t]&&(n[t]={matches:[],excludeMatches:[]}),r=t!=="auto"?n[t].matches:[];let a={},o=Object.keys(n);for(let l of o){let g=n[l].matches;for(let p of g)a[p]||(a[p]=[]),a[p].push(l)}let i=a[e];if(i&&i.length>0)for(let l of i)n[l].matches.indexOf(e)>-1&&(n[l]={...n[l],matches:n[l].matches.filter(g=>g!==e)});let s=new Set(r);if(t==="auto")return{...n};s.add(e);let u=Array.from(s);return{...n,[t]:{...n[t],matches:u}}}m();m();var X0="DROP_DOWN_DEFAULT_VALUE";function Yp(e){let{showArrow:t,onSelected:n,className:r,menus:a,maxWidth:o,style:i}=e;r=r||"",t=t??!0,o=o||80;let s=We(null);return d("select",{ref:s,autoComplete:"off",class:`min-select ${t?"":"min-select-no-arrow"} ${r||""}`,value:X0,style:{maxWidth:`${o}px`,...i},onChange:u=>{u.preventDefault();let l=u.target.value;if(s.current&&l!==X0){s.current.value=X0,s.current?.dispatchEvent(new Event("change"));let c=a.find(g=>g.value===l);c&&n(c)}},children:[{value:X0,label:e.label}].concat(a).map((u,l)=>d("option",{value:u.value,children:u.label},"option-"+l))})}m();var fk=({date:e})=>{let{t}=W(),[n,r]=$(!1);return le(()=>{setTimeout(()=>{r(!0)},5e3)},[]),n?null:d("p",{class:"text-sm",children:[t("Successfully synchronized with the latest official rules:")," ",new Date(e).toLocaleString()]})},hk=({minVersion:e})=>{let{t}=W();return d("p",{class:"text-sm",children:t("localVersionIsTooOld",{minVersion:e})})},bk=()=>{let{t:e}=W();return d("p",{class:"text-sm",dangerouslySetInnerHTML:{__html:e("badUserscriptBrowser",{1:"https://immersivetranslate.com/docs/installation/"})}})},yk=({message:e,handleSyncing:t,date:n})=>{let{t:r}=W();return d("p",{class:"text-sm",children:[r("failToSyncRules")," ",d("a",{onClick:t,children:r("retry")}),d("br",{}),r("failedReason"),"\uFF1A",e,d("br",{}),r("currentRuleVersion"),"\uFF1A",n]})};function Jp(e){let{isShowError:t,request:n}=e,[r,a]=$(null),{t:o}=W(),[i,s]=$(null),[u,l]=$(null),[c,g]=$(""),[p,f]=$(!1),[h,y]=$(!1),[C,b]=$(!1),[v,S]=$(null),[L,P]=$(null),w=Zn(),E=async()=>{g("");let A=i;if(i===null)try{let D=await n({url:va});D?(s(D),A=D,f(!0)):(g(o("unknownError")),l(null))}catch(D){l(null),g(D.message);return}A!==null?(e.setStorageBuildinConfig(A),l(!1),a(A.buildinConfigUpdatedAt)):(g(o("canNotFetchRemoteRule")),l(null))};return le(()=>{ft().then(A=>{let D=A.buildinConfigUpdatedAt;S(A);let T=new Date(D);if(a(D),w==="0.0.0"){b(!0);return}n({url:va}).then(N=>{let B=N,M=B.minVersion,O=w;s(B);let U=B.latestVersion;if(U&&(Fr(O,U)?P(!0):P(!1)),Fr(O,M)){let H=B.buildinConfigUpdatedAt;new Date(H)>T?(l(!0),E()):l(!1)}else y(!0),l(null)}).catch(N=>{l(null),g(N.message)})})},[]),le(()=>{ft().then(A=>{S(A)})},[r]),v?d("div",{class:"text-sm mt-2",style:{maxWidth:218},children:C?d(bk,{}):c?t===!1?null:d(yk,{handleSyncing:E,message:c,date:r||""}):h?t===!1?null:d(hk,{minVersion:i.minVersion}):u===null||u===!0?null:p?d(fk,{date:r}):null}):null}m();function Ck(){return navigator.userAgent.indexOf("Mac")!==-1}var ay={Alt:"\u2325"};function ec(e=""){return Ck()?Object.keys(ay).reduce((t,n)=>t.replace(n,ay[n]),e):e}m();function oy({config:e,isLogin:t,isProUser:n}){let{t:r}=W();return ta(e)?d("div",{}):d("div",{class:"flex items-center",children:[d("a",{class:"flex items-center text-decoration-none",target:"_blank",href:t?Co:H2,children:[d("img",{src:t?xb:vb}),d("span",{class:"text-xs ml-2 text-label",children:r(t?"loggedIn":"notLogin")})]}),d("a",{title:r(n?"popup.openProForPro":"popup.openPro"),target:"_blank",class:"ml-2",href:n?Co:q2,children:d("img",{src:n?wu:Cb})})]})}m();function iy({currentLang:e,ctx:t,onSetPageLanguage:n,setSettings:r}){let{t:a}=W();if(!t)return null;let o=za(t.config.translationService,t.config.targetLanguage),i=Bn;o.length<=30&&(i=o.indexOf("auto")>=0?o:["auto",...o]);let s=o.filter(u=>u!=="auto");return d("div",{class:"flex mt-4 items-center",children:[d(Tk,{supportedLanguages:i,interfaceLanguage:t.config.interfaceLanguage,currentLang:e,value:t.sourceLanguage,onSelected:n}),d("img",{src:Eb,style:{maxWidth:"unset"},class:"mx-2"}),d(vk,{supportedLanguages:s,interfaceLanguage:t.config.interfaceLanguage,value:t.config.targetLanguage,label:a("popupTarget"),onSelected:u=>{r(l=>({...l,targetLanguage:u}))}})]})}function Tk(e){let{t}=W(),{value:n,currentLang:r}=e,a=t("popupSourceLanguage");return n==="auto"&&r&&r!=="auto"&&(a=t("languages.auto")),d("div",{class:"language-select-container",children:[d("label",{children:a}),d("select",{autoComplete:"off",class:"language-select",onChange:o=>{let i=o.target.value;i&&e.onSelected(i)},children:e.supportedLanguages.map((o,i)=>{let s=Jt(o,e.interfaceLanguage),u="";return o==="auto"&&n==="auto"&&(r&&r==="auto"?u=t("languages.auto"):u=Jt(r,e.interfaceLanguage)+` (${t("languages.auto")})`),d("option",{value:o,selected:o===e.value,children:u||s},"selectlink"+i)})})]})}function vk(e){return d("div",{class:"language-select-container",children:[d("label",{children:e.label}),d("select",{autoComplete:"off",class:"language-select",onChange:t=>{let n=t.target.value;n&&e.onSelected(n)},children:e.supportedLanguages.map((t,n)=>{let r=Jt(t,e.interfaceLanguage);return d("option",{value:t,selected:t===e.value,children:r},"selectlink"+n)})})]})}m();function sy(e){let{t}=W(),{translationServiceItems:n,translationServiceOptions:r}=wk(e);return n.length?d(xe,{children:[d(uy,{class:"mt-3",label:t("popupService"),items:r}),d(xk,{ctx:e.ctx,onRestorePage:e.onRestorePage,setSettings:e.setSettings})]}):null}function uy(e){return d("div",{class:`min-select-container ${e.class||""}`,children:[d("label",{class:"inline-block text-label mb-0 text-gray-6",style:{minWidth:60},children:[e.label,"\uFF1A"]}),d(Pr,{className:"translate-service transform-padding-left",maxWidth:300,items:e.items})]})}function xk({ctx:e,setSettings:t,onRestorePage:n}){let{t:r}=W(),a=Sk(e),o=Ek(e),i=Ne((u,l)=>{t(c=>{let g=c.translationServices||{},p=g[a.id]||{};return setTimeout(()=>{n()},1),{...c,translationServices:{...g,[a.id]:{...p,[u]:l}}}})},[]),s=Re(()=>a?.props.filter(u=>u.type==="select").map(u=>{let l=u.name;u.label&&(l=u.label),u.labelKey&&(l=r(u.labelKey));let c=u.options.map(g=>({label:`${g.label?r(g.label):g.value}`,value:g.value,selected:g.value==o[u.name],onSelected:()=>{i(u.name,g.value)}}));return{label:l,items:c}}),[o]);return!o||!a?.props?.length||!s||!s?.length?null:d(xe,{children:s.map(({label:u,items:l},c)=>d(uy,{class:"mt-2",label:u,items:l},"field-"+c))})}function Ek(e){return Re(()=>{let{translationServices:n,translationService:r}=e.config;return n&&n[r]?n[r]||{}:{}},[e])}function Sk(e){return Re(()=>{let{translationService:n}=e.config;if(Qn[n])return hi("translationService",n,e)},[Qn,hi,e])}function wk({isProUser:e,ctx:t,setSettings:n,pageStatus:r,onTranslatePage:a,onRestorePage:o,openOptionsPage:i}){let{t:s}=W(),u=Re(()=>t?vo(t,"translationService"):[],[vo,t]),l=Ne(g=>{let p=u.find(f=>f.id===g.value);if(p.ok){if(n(f=>({...f,translationService:p.id,translationServiceChangedbyUserAt:new Date().toISOString()})),r!="Translated")return;p.props.length===0?t.rule.isTranslateWhenServiceChanged&&setTimeout(()=>{a()},1):setTimeout(()=>{o()},1)}else n(f=>({...f,translationService:p.id,translationServiceChangedbyUserAt:new Date().toISOString()})),setTimeout(()=>{i()},100)},[i,o,a,n]),c=Re(()=>{let g=$e();return u.filter(f=>t.config.showUnconfiguredTranslationServiceInPopup===!1?f.ok:!0).map(f=>({label:`${s("translationServices."+f.id)}${f.ok?"":" "+(" "+(!e&&!g&&f.providers&&f.providers.length>0?s("goLoginOrAction"):s("needAction")))}`,value:f.id,selected:f.selected,onSelected:l}))},[u,t,l,s]);return{translationServiceItems:u,translationServiceOptions:c}}m();m();function ly(e){let t;try{t=new URL(e)}catch{return!1}let n=X9(),r="";try{r=new URL(n).hostname}catch{}return r&&t.hostname===r?!0:!(Dk(e)||t.protocol!=="http:"&&t.protocol!=="https:"&&t.protocol!=="file:"&&t.protocol!=="data:")}function Dk(e){try{return new URL(e)?.pathname.toLowerCase().endsWith(".pdf")}catch{return!1}}m();function cy(e){let t=e.indexOf("#");return t===-1?e:e.slice(0,t)}function dy(e){let{t}=W(),{currentUrlObj:n,isAlwaysTranslateDomain:r,isNeverTranslateDomain:a,handleTranslationUrlPatternSelected:o}=kk(e),[i,s]=$(()=>a?"excludeMatches":"matches"),u=Re(()=>r||a||!1,[r,a]),l=Ne(c=>{s(c),u&&o(c,n.hostname)},[s,o,u]);return d("div",{class:"flex justify-between mt-5",children:[d(Pr,{style:{width:"unset",flex:"unset"},maxWidth:230,className:"transform-padding-left min-select",items:[{label:t("alwaysTranslateThisSite"),value:"matches",selected:i==="matches",onSelected:()=>{l("matches")}},{label:t("neverTranslateThisSite"),value:"excludeMatches",selected:i==="excludeMatches",onSelected:()=>{l("excludeMatches")}}].filter(Boolean)}),d("input",{type:"checkbox",role:"switch",checked:u,class:"shrink-0",onChange:c=>{let g=c.target.checked;o(g?i:"default",n.hostname)}})]})}function kk({currentUrl:e,ctx:t,currentLang:n,onSetLocalConfig:r,pageStatus:a,onRestorePage:o,onTranslatePage:i,setSettings:s,onClose:u}){let l=null,c=null,g=null,p=null,f=null,{translationUrlPattern:h}=t.config;if(l=Re(()=>new URL(e||""),[e]),t.config&&e&&ly(e)){c=cy(e);let{matches:b,excludeMatches:v}=h;g=!!b.find(S=>_t(e,S)),p=!!v.find(S=>_t(e,S))}if(n&&n!=="auto"){let{translationLanguagePattern:b}=t.config,{matches:v}=b;v.includes(n)?f=!0:f=!1}let y=Ne(()=>{let b=l.hostname,v=t.localConfig.tempTranslationUrlMatches||[],S=v.filter(P=>P.match!==b),L=!1;S.length!==v.length&&(L=!0),L&&r({...t.localConfig,tempTranslationUrlMatches:[...S]})},[r]),C=Ne((b,v)=>{if(b==="default"){s(P=>{let w={...P.translationUrlPattern};return{...P,isChangedAlwaysTranslatedUrls:!0,translationUrlPattern:{...P.translationUrlPattern,matches:Qp(e,w.matches),excludeMatches:Qp(e,w.excludeMatches)}}}),y();return}let S=b,L=S==="matches"?"excludeMatches":"matches";l&&s(P=>{let w={...P.translationUrlPattern};return w[L]=Qp(e,w[L]),w[S]=Rn(v,w[S]),{...P,isChangedAlwaysTranslatedUrls:!0,translationUrlPattern:{...P.translationUrlPattern,...w}}}),S==="matches"&&a==="Original"?setTimeout(()=>{i(),u()},100):S==="excludeMatches"&&a==="Translated"&&setTimeout(()=>{o(),u()},100)},[i,u,a,y]);return{currentUrlObj:l,currentUrlWithoutHash:c,isAlwaysTranslateDomain:g,isNeverTranslateDomain:p,isAlwaysTranslateLang:f,handleTranslationUrlPatternSelected:C}}function Qp(e,t){return t?(Array.isArray(t)||(t=[t]),e?t.filter(n=>!_t(e,n)):t):[]}m();function gy(e){let{t}=W(),{ctx:n,setSettings:r}=e,a=Ak(e);return To(n.localConfig)?a.length?d("div",{class:"flex mt-3 items-center justify-between",children:[d("div",{class:"flex items-center",children:[d("label",{class:"mb-0 mr-2 shrink-0",children:[t("mouse-translate"),":"]}),d(Pr,{style:{width:"100%",maxWidth:"100%"},className:"transform-padding-left min-select",items:a})]}),d("input",{type:"checkbox",role:"switch",class:"shrink-0",checked:n.config.generalRule.mouseHoverHoldKey!=="Off",onChange:o=>{let i=o.target.checked;r(s=>{let u=s.generalRule?.mouseHoverPreferenceKey||n.config.generalRule.mouseHoverPreferenceKey||Jr[0];return{...s,generalRule:{...s.generalRule,mouseHoverHoldKey:i?u:"Off"}}})}})]}):null:d(Lk,{...e})}function Ak({ctx:e,openOptionsPage:t,setSettings:n}){let{t:r}=W(),a=Re(()=>{let s=e.config.generalRule,u=s.mouseHoverPreferenceKey;return s.mouseHoverHoldKey!=="Off"&&u!==s.mouseHoverHoldKey&&(u=s.mouseHoverHoldKey),u},[e]),o=Re(()=>Jr.filter(s=>!(s==="Off"||Jr.includes(a)&&s==="OtherCustom")),[e,a]);return Re(()=>o.map(s=>{let u=r("mouseHoldKey",{key:ec(s)}),l=Jr.includes(a),c=s===a;return s==="Auto"?u=r("mouseHoldKeyAuto"):s==="Off"?u=r("mouseHoldKeyOff"):s==="OtherCustom"?u=l?r("mouseHoldKeyOther"):r("mouseHoldKeyCustomKey",{key:a}):s==="Other"&&(u=r("mouseHoldKeyOther")),l||s==="OtherCustom"&&(c=!0),{label:u,value:s,selected:c,onSelected:g=>{g.value==="Other"?t("#shortcuts"):n(p=>{let f={...p.generalRule,mouseHoverPreferenceKey:g.value};return e.config.generalRule.mouseHoverHoldKey!=="Off"&&(f.mouseHoverHoldKey=g.value),{...p,generalRule:f}})}}}),[o,a])}function Lk(e){let{ctx:t,setSettings:n}=e,{t:r}=W(),a=t.config.generalRule,o=Object.keys(_u).filter(l=>l!="touchShortcutsOff"),i=a.touchShortcutsToggleTranslateTouchElement,s=a.touchShortcutsToggleTranslateTouchElementPreferenceKey,u=s||"touchShortcutsOff";return i!=="touchShortcutsOff"&&i!==s&&(u=i),d("div",{class:"flex mt-3 items-center justify-between",children:[d("div",{class:"flex items-center",children:[d("label",{class:"mb-0 mr-2 shrink-0",children:[r("touch.mouse-translate"),":"]}),d(Pr,{style:{width:"100%",maxWidth:"100%"},className:"transform-padding-left min-select",items:o.map((l,c)=>({value:l,label:r(l),selected:l==u,onSelected(g){n(p=>{let f={...p.generalRule,touchShortcutsToggleTranslateTouchElementPreferenceKey:g.value};return t.config.generalRule.touchShortcutsToggleTranslateTouchElement!=="touchShortcutsOff"&&(f.touchShortcutsToggleTranslateTouchElement=g.value),{...p,generalRule:f}})}}))})]}),d("input",{type:"checkbox",role:"switch",class:"shrink-0",checked:t.config.generalRule.touchShortcutsToggleTranslateTouchElement!=="touchShortcutsOff",onChange:l=>{let c=l.target.checked;n(g=>{let p=g.generalRule?.touchShortcutsToggleTranslateTouchElementPreferenceKey||t.config.generalRule.touchShortcutsToggleTranslateTouchElementPreferenceKey||"slide.left";return{...g,generalRule:{...g.generalRule,touchShortcutsToggleTranslateTouchElement:c?p:"touchShortcutsOff"}}})}})]})}m();function my(e){let{isAlwaysTranslateLang:t}=_k({ctx:e.ctx,currentLang:e.currentLang}),{t:n}=W();if(e.currentLang!=="auto")return d("div",{class:"flex justify-between mt-3 items-center",children:[d("label",{class:"mb-0 text-overflow-ellipsis flex-1",children:n("alwaysTranslateSomeLanguage",{language:Jt(e.currentLang,e.ctx.config.interfaceLanguage,!1,!0)})}),d("input",{id:"alwaysTranslateThisLanugage",name:"alwaysTranslateThisLanugage",type:"checkbox",role:"switch",class:"shrink-0",checked:!!t,onChange:a=>{let o=a.target.checked;r(o?"matches":void 0)}})]});return d("span",{});function r(a){if(!a){e.setSettings(s=>{let u={...s.translationLanguagePattern};return{...s,translationLanguagePattern:{...s.translationLanguagePattern,matches:zt(e.currentLang,u.matches),excludeMatches:zt(e.currentLang,u.excludeMatches)}}});return}let o=a,i=o==="matches"?"excludeMatches":"matches";e.currentLang&&e.setSettings(s=>{let u={...s.translationLanguagePattern};return u[o]=Rn(e.currentLang,u[o]),u[i]=zt(e.currentLang,u[i]),{...s,translationLanguagePattern:{...s.translationLanguagePattern,...u}}}),o==="matches"&&e.pageStatus==="Original"&&setTimeout(()=>{e.onTranslatePage(),e.onClose()},100)}}function _k({ctx:e,currentLang:t}){let n=null;if(t&&t!=="auto"){let{translationLanguagePattern:r}=e.config,{matches:a}=r;a.includes(t)?n=!0:n=!1}return{isAlwaysTranslateLang:n}}m();m();var py=d("svg",{width:"24",height:"24",viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg",fill:"#222222",children:[d("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M19.4284 6.59193L15.1187 2.28564H6.28557C5.83092 2.28564 5.39488 2.46626 5.07339 2.78775C4.7519 3.10924 4.57129 3.54527 4.57129 3.99993V9.71422V18.8571V19.9999C4.57129 20.4546 4.7519 20.8906 5.07339 21.2121C5.39488 21.5336 5.83092 21.7142 6.28557 21.7142H17.7141C18.1688 21.7142 18.6048 21.5336 18.9263 21.2121C19.2478 20.8906 19.4284 20.4546 19.4284 19.9999V18.8571V9.71422V6.59193ZM15.341 6.82964V4.93136L17.2404 6.82964H15.341ZM6.28551 18.8571V19.9999H17.7141V18.8571V8.54335H13.6272L13.6267 3.99992H6.28551V18.8571Z"}),d("rect",{x:"7.55957",y:"10.2002",width:"8.88",height:"1.8",fill:"#EA4C89"}),d("rect",{x:"7.55957",y:"13.2002",width:"8.88",height:"1.68",fill:"#EA4C89"}),d("rect",{x:"7.55957",y:"16.0801",width:"4.92",height:"1.8",fill:"#EA4C89"})]}),fy=d("svg",{xmlns:"http://www.w3.org/2000/svg",width:"22",height:"22",viewBox:"0 0 24 24",fill:"#222222",children:[d("path",{d:"M19.4289 2.85693C19.654 2.85693 19.8769 2.90127 20.0849 2.98743C20.2929 3.07358 20.4818 3.19985 20.641 3.35904C20.8002 3.51822 20.9265 3.7072 21.0126 3.91519C21.0988 4.12318 21.1431 4.3461 21.1431 4.57122V19.4284C21.1431 19.6535 21.0988 19.8764 21.0126 20.0844C20.9265 20.2924 20.8002 20.4814 20.641 20.6405C20.4818 20.7997 20.2929 20.926 20.0849 21.0122C19.8769 21.0983 19.654 21.1426 19.4289 21.1426H4.57171C4.11705 21.1426 3.68102 20.962 3.35952 20.6405C3.03803 20.3191 2.85742 19.883 2.85742 19.4284V4.57122C2.85742 4.11656 3.03803 3.68053 3.35952 3.35904C3.68102 3.03755 4.11705 2.85693 4.57171 2.85693H19.4289ZM19.4289 9.14265H4.57171V19.4284H19.4289V9.14265ZM8.00028 4.57122H4.57171V7.42836H8.00028V4.57122ZM14.286 4.57122H9.71457V7.42836H14.286V4.57122ZM19.4289 4.57122H16.0003V7.42836H19.4289V4.57122Z"}),d("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M10.2854 10.543C10.4843 10.5431 10.6797 10.5951 10.8523 10.6938L15.4066 13.2955C15.5815 13.3955 15.7269 13.5399 15.828 13.7142C15.9292 13.8884 15.9824 14.0863 15.9824 14.2878C15.9824 14.4893 15.9292 14.6872 15.828 14.8615C15.7269 15.0357 15.5815 15.1802 15.4066 15.2801L10.8523 17.8824C10.6785 17.9817 10.4816 18.0336 10.2814 18.0329C10.0812 18.0322 9.88476 17.9789 9.71164 17.8784C9.53851 17.7779 9.39483 17.6337 9.29496 17.4602C9.19509 17.2867 9.14254 17.09 9.14258 16.8898V11.6858C9.14258 11.3827 9.26299 11.092 9.47731 10.8777C9.69164 10.6634 9.98233 10.543 10.2854 10.543ZM10.8569 12.6704V15.9047L13.6872 14.2875L10.8569 12.6704Z",fill:"#EA4C89"})]}),hy=d("svg",{xmlns:"http://www.w3.org/2000/svg",width:"22",height:"22",viewBox:"0 0 24 24",fill:"#222222",children:[d("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M19.4979 2.78775C19.1764 2.46626 18.7404 2.28564 18.2857 2.28564H5.71429C5.25963 2.28564 4.82359 2.46626 4.5021 2.78775C4.18061 3.10924 4 3.54527 4 3.99993V19.9999C4 20.2251 4.04434 20.448 4.13049 20.656C4.21664 20.8639 4.34292 21.0529 4.5021 21.2121C4.66129 21.3713 4.85027 21.4976 5.05826 21.5837C5.26624 21.6699 5.48916 21.7142 5.71429 21.7142H18.2857C18.5108 21.7142 18.7338 21.6699 18.9417 21.5837C19.1497 21.4976 19.3387 21.3713 19.4979 21.2121C19.6571 21.0529 19.7834 20.8639 19.8695 20.656C19.9557 20.448 20 20.2251 20 19.9999V3.99993C20 3.54527 19.8194 3.10924 19.4979 2.78775ZM5.71429 18.8571H18.2857V19.9999H5.71429V18.8571ZM5.71428 3.95993V17.1028H18.2857V3.95993H5.71428Z"}),d("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M13.5033 3.95996V10.8171L10.6462 9.55653L7.78906 10.8171V3.95996H9.50334V8.18682L10.6462 7.68282L11.7891 8.18682V3.95996H13.5033Z",fill:"#EA4C89"})]}),by=d("svg",{xmlns:"http://www.w3.org/2000/svg",width:"18",height:"18",viewBox:"0 0 20 20",fill:"#B3B3B3",children:d("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M11.0402 2.56219C10.8673 2.38914 10.6329 2.29178 10.3883 2.2915H9.61327C9.36886 2.29316 9.13508 2.39169 8.96323 2.5655C8.79138 2.7393 8.6955 2.97417 8.6966 3.21859V4.08317L7.88827 4.38838C7.27152 4.62052 6.69744 4.95314 6.18931 5.37275L5.51952 5.92484L4.76848 5.4915L4.7539 5.48317C4.61453 5.40172 4.45595 5.35893 4.29452 5.35921C4.13241 5.35919 3.97315 5.40182 3.83273 5.48282C3.69231 5.56382 3.57567 5.68033 3.49452 5.82067L3.12577 6.45817C3.00657 6.66857 2.9746 6.91731 3.03672 7.15101C3.09885 7.38471 3.25012 7.58474 3.45806 7.70817L3.47056 7.72171L4.21952 8.15505L4.07785 9.00817C3.96954 9.6575 3.96954 10.3203 4.07785 10.9696L4.2164 11.8207L3.46848 12.2519L3.44556 12.2655C3.23393 12.3881 3.07956 12.5896 3.0163 12.8259C2.95303 13.0622 2.98603 13.3139 3.10806 13.5259L3.50077 14.2061C3.58233 14.3463 3.6992 14.4627 3.83975 14.5436C3.9803 14.6246 4.13961 14.6673 4.30181 14.6675C4.46324 14.6678 4.62182 14.625 4.76119 14.5436L4.7841 14.53L5.53306 14.0978L6.20181 14.6457C6.70534 15.0591 7.27331 15.3871 7.88306 15.6165L8.6914 15.9217V16.7853C8.6914 17.0298 8.78849 17.2644 8.96134 17.4375C9.1342 17.6105 9.36868 17.7079 9.61327 17.7082H10.3883C10.5096 17.7086 10.6299 17.685 10.7422 17.6389C10.8544 17.5928 10.9565 17.525 11.0425 17.4393C11.1285 17.3537 11.1968 17.2519 11.2435 17.1399C11.2901 17.0278 11.3142 16.9077 11.3143 16.7863V15.9217L12.1226 15.6165C12.7394 15.3844 13.3135 15.0517 13.8216 14.6321L14.4914 14.08L15.2424 14.5134L15.257 14.5228C15.469 14.6447 15.7206 14.6775 15.9567 14.614C16.1929 14.5505 16.3941 14.3959 16.5164 14.1842L16.8851 13.5467C17.0068 13.3348 17.0397 13.0834 16.9764 12.8473C16.9132 12.6113 16.759 12.41 16.5476 12.2873L16.532 12.278L15.782 11.8457L15.9237 10.9915C16.032 10.3422 16.032 9.67938 15.9237 9.03005L15.7851 8.179L16.5331 7.74775L16.556 7.73421C16.7676 7.61158 16.922 7.41003 16.9852 7.17376C17.0485 6.93749 17.0155 6.68577 16.8935 6.4738L16.5008 5.79359C16.4192 5.65338 16.3023 5.53699 16.1618 5.45603C16.0212 5.37506 15.8619 5.33234 15.6997 5.33213C15.5383 5.33185 15.3797 5.37464 15.2404 5.45609L15.2174 5.46963L14.4685 5.90192L13.7997 5.354C13.2962 4.94059 12.7282 4.61262 12.1185 4.38317L11.3101 4.07796V3.21442C11.3101 2.96983 11.2131 2.73524 11.0402 2.56219ZM9.61327 1.0415H10.3883C10.6736 1.04164 10.9562 1.09798 11.2197 1.20731C11.4833 1.31663 11.7228 1.4768 11.9245 1.67867C12.1261 1.88054 12.2861 2.12016 12.3951 2.38384C12.5042 2.64753 12.5603 2.93011 12.5601 3.21546C13.2969 3.49312 13.9834 3.88931 14.5924 4.38838L14.6154 4.37484C14.8625 4.2313 15.1356 4.13798 15.4189 4.10025C15.7023 4.06251 15.9903 4.0811 16.2664 4.15495C16.5425 4.2288 16.8013 4.35644 17.028 4.53057C17.2547 4.7047 17.4447 4.92187 17.5872 5.16963L17.9799 5.84984C18.1226 6.09693 18.2153 6.36972 18.2525 6.65262C18.2897 6.93552 18.2709 7.22299 18.197 7.49859C18.123 7.7742 17.9956 8.03254 17.8218 8.25885C17.648 8.48516 17.4313 8.67501 17.1841 8.81755L17.1612 8.83109C17.2248 9.21777 17.2569 9.60899 17.257 10.0009C17.2552 10.4017 17.2203 10.8016 17.1529 11.1967L17.1685 11.205C17.6673 11.4933 18.0313 11.9678 18.1803 12.5243C18.3294 13.0809 18.2513 13.6738 17.9633 14.1728L17.5956 14.8103C17.3075 15.3093 16.833 15.6734 16.2765 15.8227C15.72 15.9719 15.1269 15.894 14.6279 15.6061L14.6133 15.5978C13.999 16.1043 13.3053 16.5059 12.5601 16.7863C12.5599 17.3622 12.331 17.9145 11.9237 18.3217C11.5165 18.729 10.9642 18.9579 10.3883 18.9582H9.61327C9.32792 18.958 9.04539 18.9017 8.78181 18.7924C8.51823 18.683 8.27877 18.5229 8.07709 18.321C7.87541 18.1191 7.71547 17.8795 7.6064 17.6158C7.49733 17.3521 7.44126 17.0696 7.4414 16.7842C6.70459 16.5066 6.01812 16.1104 5.40911 15.6113L5.38619 15.6248C5.13939 15.7686 4.86664 15.8623 4.58357 15.9005C4.30049 15.9387 4.01267 15.9206 3.73659 15.8474C3.4605 15.7741 3.20159 15.6471 2.97469 15.4736C2.74779 15.3001 2.55736 15.0835 2.41431 14.8363L2.0216 14.1561C1.8789 13.909 1.78628 13.6362 1.74904 13.3533C1.7118 13.0704 1.73068 12.7829 1.80459 12.5073C1.87849 12.2317 2.00599 11.9734 2.17977 11.7471C2.35356 11.5208 2.57025 11.3309 2.81744 11.1884L2.84035 11.1748C2.7767 10.7882 2.74465 10.3969 2.74452 10.005C2.74637 9.60425 2.78121 9.20429 2.84869 8.80921L2.83306 8.80088C2.33422 8.51264 1.97027 8.0381 1.82123 7.48158C1.67218 6.92506 1.75025 6.33214 2.03827 5.83317L2.40598 5.19046C2.69404 4.69144 3.16851 4.32727 3.72504 4.17803C4.28157 4.02879 4.87459 4.1067 5.37369 4.39463L5.38827 4.40296C6.00243 3.89603 6.69615 3.49408 7.4414 3.21338C7.44167 2.63745 7.67058 2.08518 8.07783 1.67794C8.48507 1.27069 9.03734 1.04178 9.61327 1.0415ZM11.1583 8.26761C10.8156 8.03869 10.4129 7.9165 10.0008 7.9165C9.44828 7.9165 8.91838 8.136 8.52768 8.5267C8.13698 8.9174 7.91748 9.4473 7.91748 9.99984C7.91748 10.4119 8.03967 10.8147 8.26859 11.1573C8.49751 11.4999 8.82288 11.7669 9.20356 11.9246C9.58424 12.0823 10.0031 12.1235 10.4073 12.0431C10.8114 11.9628 11.1826 11.7643 11.474 11.473C11.7653 11.1816 11.9637 10.8104 12.0441 10.4063C12.1245 10.0021 12.0832 9.58326 11.9256 9.20258C11.7679 8.8219 11.5009 8.49653 11.1583 8.26761ZM8.14891 7.22827C8.69708 6.862 9.34154 6.6665 10.0008 6.6665C10.8849 6.6665 11.7327 7.01769 12.3578 7.64281C12.983 8.26794 13.3341 9.11578 13.3341 9.99984C13.3341 10.6591 13.1387 11.3036 12.7724 11.8517C12.4061 12.3999 11.8855 12.8271 11.2764 13.0794C10.6673 13.3317 9.99712 13.3977 9.35051 13.2691C8.70391 13.1405 8.10997 12.823 7.64379 12.3569C7.17762 11.8907 6.86015 11.2967 6.73153 10.6501C6.60291 10.0035 6.66892 9.33331 6.92122 8.72423C7.17351 8.11514 7.60075 7.59454 8.14891 7.22827Z"})}),yy=d("svg",{xmlns:"http://www.w3.org/2000/svg",width:"22",height:"22",viewBox:"0 0 24 24",fill:"#222222",children:[d("path",{d:"M22.9331 7.46673V21.3334C22.9331 22.2667 22.1331 23.0667 21.1997 23.0667H10.1331V22.0001V20.9334H20.9331V7.60006H15.3331L11.0664 18.0001C10.7997 18.6667 10.1331 19.0667 9.46641 19.0667H2.79974C1.86641 19.0667 1.06641 18.2667 1.06641 17.3334V3.46673C1.06641 2.5334 1.86641 1.7334 2.79974 1.7334L12.9331 1.7334V2.80007V3.86673H2.93307V17.3334H9.33307L13.5997 6.9334C13.8664 6.26673 14.5331 5.86673 15.1997 5.86673H21.3331C22.2664 5.60006 22.9331 6.40007 22.9331 7.46673Z"}),d("path",{d:"M5.904 11.4063L5.472 13H4L6.056 6H7.96L10 13H8.496L8.072 11.4063H5.904ZM7.688 9.95389L7.048 7.54323H6.952L6.296 9.95389H7.688Z",fill:"#EA4C89"}),d("path",{d:"M19.4337 18.9805C18.403 18.6732 17.5907 18.3117 16.9968 17.8961C16.6999 18.1039 16.3542 18.2965 15.9597 18.474C15.5652 18.6558 15.1071 18.8312 14.5854 19L14 17.8831C14.9035 17.6494 15.6076 17.3918 16.1124 17.1104C15.8579 16.816 15.6394 16.4848 15.4571 16.1169C15.2789 15.7489 15.1262 15.3312 14.9989 14.8636H14.1718V13.8182H16.456C16.4178 13.5844 16.3669 13.3312 16.3033 13.0584L17.5504 13L17.6522 13.8182H19.8091V14.8636H18.9374C18.8059 15.3485 18.6532 15.7749 18.4793 16.1429C18.3054 16.5108 18.0976 16.8377 17.8558 17.1234C18.4327 17.4524 19.1474 17.6926 20 17.8442L19.4337 18.9805ZM16.1633 14.8636C16.3118 15.487 16.5854 16.013 16.9841 16.4416C17.1707 16.2424 17.3256 16.0152 17.4486 15.7597C17.5758 15.5 17.684 15.2013 17.7731 14.8636H16.1633Z",fill:"#EA4C89"})]}),Cy=d("svg",{xmlns:"http://www.w3.org/2000/svg",width:"22",height:"22",viewBox:"0 0 24 24",fill:"#222222",children:[d("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M13 2H3C1.89543 2 1 2.89543 1 4V20C1 21.1046 1.89543 22 3 22H7V20H3V4H13V2ZM21 2H17V4H21V20H11V22H21C22.1046 22 23 21.1046 23 20V4C23 2.89543 22.1046 2 21 2Z"}),d("path",{d:"M10.5387 14.1787L9.96267 16H8L10.7413 8H13.28L16 16H13.9947L13.4293 14.1787H10.5387ZM12.9173 12.5187L12.064 9.76369H11.936L11.0613 12.5187H12.9173Z",fill:"#EA4C89"})]}),Ty=d("svg",{xmlns:"http://www.w3.org/2000/svg",width:"28",height:"28",viewBox:"0 0 28 28",fill:"#666666",children:d("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M19 8H9C8.44772 8 8 8.44772 8 9V11H20V9C20 8.44772 19.5523 8 19 8ZM21 11V9C21 7.89543 20.1046 7 19 7H9C7.89543 7 7 7.89543 7 9V11V12V19C7 20.1046 7.89543 21 9 21H13V20H9C8.44772 20 8 19.5523 8 19V12H20V14H21V12V11ZM9 9H11V10H9V9ZM17 9H15V10H17V9ZM12 9H14V10H12V9ZM21 17H18V14H17V17H14V18H17V21H18V18H21V17Z"})});function xy({onOpenUrl:e,openOptionsPage:t,type:n}){let{t:r}=W(),a=Pe(),o=Math.round((yi.supportedVideoSubtitleSites||[]).length/10),i=Re(()=>[{title:r("widget.translateFile"),icon:py,tooltipText:r("translateFileTooltip"),tooltipStyle:{left:-10,transform:"unset",fontSize:13,whiteSpace:"pre"},tooltipMultiple:!0,onClick:()=>{e(a.TRANSLATE_FILE_URL,n)}},{title:r("widget.videoSubtitle"),icon:fy,tooltipText:r("widget.videoSubtitleTooltip",{count:o*10}),tooltipStyle:{fontSize:13},onClick:()=>{t("#subtitle")}},{title:r("widget.instruction"),icon:hy,tooltipText:r("widget.instructionTooltip"),tooltipStyle:{left:"unset",right:-10,transform:"unset",fontSize:13},onClick:()=>{e($l)}}],[a,e,t,r]);return d("div",{class:"widgets-container mt-5",children:i.map(s=>s.tooltipText?d(tr,{text:s.tooltipText,containerStyle:{flex:1},tipStyle:s.tooltipStyle,multiple:s.tooltipMultiple,children:d(vy,{...s})}):d(vy,{...s}))})}function vy(e){return d("div",{class:"widget-item",onClick:e.onClick,children:[e.icon,d("span",{class:"ml-1 text-gray-6",children:e.title})]})}function Zp(e){let{setSettings:t,config:n,openSharePage:r,ctx:a,errorMsg:o,onAutoEnableSubtitleChanged:i}=e,[s,u]=$(""),[l,c]=$(o),[g,p]=$(null),[f,h]=$(null);le(()=>{mt.get(Tt,null).then(v=>{v?(p(v),h(Yt(v))):h(!1)}).catch(v=>{h(!1)})},[]);let y=!0,C=$e();n&&C&&(y=n.generalRule.showSponsorOnSafari);let b=ta(n);return d("div",{class:`popup-container ${e.className||""}`,style:e.style,children:[d("div",{class:"popup-content text-sm",children:[b?d("div",{style:{marginTop:-12}}):d("div",{class:"flex items-center justify-between ml-1",style:{height:28},children:[d(oy,{isLogin:!!g,isProUser:!!f,config:n}),d(Ik,{openSharePage:r})]}),d(iy,{ctx:e.ctx,setSettings:e.setSettings,onSetPageLanguage:e.onSetPageLanguage,currentLang:e.currentLang}),d(sy,{isProUser:!!f,ctx:e.ctx,setSettings:e.setSettings,pageStatus:e.pageStatus,onTranslatePage:e.onTranslatePage,onRestorePage:e.onRestorePage,openOptionsPage:e.openOptionsPage}),d("div",{class:"flex flex-row mt-3 items-center",children:[d(Pk,{ctx:a,onSwitchTranslationMode:e.onSwitchTranslationMode}),d(Bk,{ctx:e.ctx,pageStatus:e.pageStatus,currentUrl:e.currentUrl,onTranslatePdf:e.onTranslatePdf,onToggleTranslate:e.onToggleTranslate,disabledButton:e.disabledButton,noPermissionPDF:e.noPermissionPDF})]}),d("div",{class:`text-sm text-gray-9 mt-4 ml-1 ${s?"":"display-none"}`,children:s}),d("div",{class:`text-sm text-gray-9 mt-4 ml-1 ${l?"":"display-none"}`,children:l}),d(Jp,{isShowError:!1,request:e.request,setStorageBuildinConfig:e.onSetBuildinConfig}),d("div",{class:"text-sm px-1 text-gray-2",children:[d(dy,{ctx:e.ctx,setSettings:e.setSettings,pageStatus:e.pageStatus,onTranslatePage:e.onTranslatePage,onRestorePage:e.onRestorePage,currentUrl:e.currentUrl,currentLang:e.currentLang,onClose:e.onClose,onSetLocalConfig:e.onSetLocalConfig}),d(gy,{ctx:e.ctx,openOptionsPage:e.openOptionsPage,setSettings:e.setSettings}),d(my,{ctx:a,currentLang:e.currentLang,pageStatus:e.pageStatus,onTranslatePage:e.onTranslatePage,onClose:e.onClose,setSettings:e.setSettings}),d(Mk,{onAutoEnableSubtitleChanged:i,ctx:a,setSettings:t})]}),d(xy,{type:e.type,onOpenUrl:e.onOpenUrl,openOptionsPage:e.openOptionsPage})]}),d(Fk,{...e,isProUser:!!f,isShowPricing:y,setMessage:u})]})}function Mk(e){let{t}=W(),{ctx:n,setSettings:r,onAutoEnableSubtitleChanged:a}=e;return Re(()=>!n.rule.subtitleRule.disabled&&Lg.includes(n.rule.subtitleRule.type||""),[n,Lg])?d("div",{class:"flex justify-between mt-3 items-center",children:[d("label",{class:"mb-0",children:t("autoEnableSubtitle")}),d("input",{type:"checkbox",role:"switch",id:"autoEnableSubtitle",name:"autoEnableSubtitle",checked:!!n.rule.subtitleRule.autoEnableSubtitle,onChange:i=>{let s=i.target.checked;r(u=>({...u,generalRule:{...u.generalRule,"subtitleRule.add":{...u.generalRule?.["subtitleRule.add"],autoEnableSubtitle:s}}})),a()}})]}):null}function Pk(e){let{t}=W(),n=e.ctx.state.translationMode,r=()=>{let o=n==="dual"?"translation":"dual";e.onSwitchTranslationMode(o)},a=t(n==="dual"?"changeToOnlyTempTranslationMode":"changeToDualTempTranslationMode");return d(tr,{text:a,multiple:!0,tipStyle:{left:-20,transform:"unset",fontSize:13,whiteSpace:"pre"},children:d("div",{class:"translate-mode mr-2 ",onClick:r,children:n==="dual"?yy:Cy})})}function Fk(e){let{t,lang:n}=W(),{isProUser:r,isShowPricing:a}=e,{config:o}=e.ctx,i=60;n.startsWith("zh")||(i=70);let s=Pe(),u=`${e.type}_more`;return d("footer",{children:d("div",{class:"px-3 py-2-5 text-sm flex items-center justify-between popup-footer",children:[d("div",{class:"setting flex flex-row items-center justify-center secondary clickable",onClick:l,children:[by,d("span",{class:"ml-1 text-gray-6",children:t("options")})]}),d(Rk,{ctx:e.ctx,onToggleEnabled:e.onToggleEnabled,setSettings:e.setSettings,setMessage:e.setMessage}),d(Yp,{label:t("more"),showArrow:!0,maxWidth:i,className:"text-gray-6 transform-padding-left more",onSelected:f=>{f.value==="openPremium"?(globalThis.open(xa),e.onClose()):f.value==="changeToOnlyTranslationMode"?c("translation"):f.value==="changeToDualTranslationMode"?c("dual"):f.value==="translateTheWholePage"?e.onTranslateTheWholePage():f.value==="translateToThePageEndImmediately"?e.onTranslateToThePageEndImmediately():f.value==="translateTheMainPage"?e.onTranslateTheMainPage():f.value==="translateLocalPdfFile"?e.onOpenUrl(s.PDF_VIEWER_URL,u):f.value==="pdfProFile"?e.onOpenUrl(s.PDF_PRO_URL,u):f.value==="translateText"?e.onOpenUrl(s.TEXT_TRANSLATE_URL,u):f.value==="translateLocalHtmlFile"?e.onOpenUrl(s.HTML_VIEWER_URL,u):f.value==="translateLocalSubtitleFile"?e.onOpenUrl(s.SUBTITLE_BUILDER_URL,u):f.value==="donate"?(globalThis.open(o.donateUrl),e.onClose()):f.value==="feedback"?(globalThis.open(o.feedbackUrl),e.onClose()):f.value==="options"?(e.openOptionsPage(),e.onClose()):f.value==="changeToTranslateTheWholePage"?g():f.value==="changeToTranslateTheMainPage"?p():f.value==="about"?e.openAboutPage():f.value==="toggleEnabled"?e.onToggleEnabled():f.value==="openEbookViewer"?e.onOpenUrl(s.EBOOK_VIEWER_URL,u):f.value==="openEbookBuilder"?e.onOpenUrl(s.EBOOK_BUILDER_URL,u):f.value==="goPro"&&e.onOpenUrl(xa,u)},menus:[o.translationMode==="dual"&&{label:"\u{1F524} "+t("changeToOnlyTranslationMode"),value:"changeToOnlyTranslationMode"},o.translationMode==="translation"&&{label:"\u{1F521} "+t("changeToDualTranslationMode"),value:"changeToDualTranslationMode"},o.translationArea==="main"&&{label:"\u{1F480} "+t("changeToTranslateTheWholePage"),value:"changeToTranslateTheWholePage"},o.translationArea==="body"&&{label:"\u{1F4D6} "+t("changeToTranslateTheMainPage"),value:"changeToTranslateTheMainPage"},{label:"\u26A1 "+t("translateToThePageEndImmediately"),value:"translateToThePageEndImmediately"},{label:"\u{1F4D8} "+t("browser.openEbookViewer"),value:"openEbookViewer"},{label:"\u{1F4DA} "+t("browser.openEbookBuilder"),value:"openEbookBuilder"},{label:"\u{1F4C1} "+t("browser.translateLocalPdfFile"),value:"translateLocalPdfFile"},{label:"\u2747\uFE0F "+t("browser.PdfProFile"),value:"pdfProFile"},{label:"\u{1F310} "+t("browser.translateLocalHtmlFile"),value:"translateLocalHtmlFile"},{label:"\u{1F4FA} "+t("browser.translateLocalSubtitleFile"),value:"translateLocalSubtitleFile"},{label:"\u{1F4DD} "+t("browser.textTranslate"),value:"translateText"},r===!1&&a&&{label:"\u{1F451} "+t("upgradeToPro"),value:"goPro"},{label:"\u2764\uFE0F "+t(a?"aboutLabel":"aboutLabelWithoutSponsor"),value:"about"}].filter(Boolean)})]})});function l(f){f.preventDefault(),e.openOptionsPage()}function c(f){e.setSettings(h=>({...h,translationMode:f})),e.onSwitchTranslationMode(f)}function g(){e.setSettings(f=>({...f,translationArea:"body"})),e.onTranslateTheWholePage()}function p(){e.setSettings(f=>({...f,translationArea:"main"})),e.onTranslateTheMainPage()}}function Bk({currentUrl:e,pageStatus:t,onTranslatePdf:n,ctx:r,onToggleTranslate:a,disabledButton:o,noPermissionPDF:i}){let{t:s,lang:u}=W(),l=r.config,c=Re(()=>new URL(e||""),[e]),g=c?.pathname.toLowerCase().endsWith(".pdf");Mo(r?.rule)&&!g&&(g=!0);let p=s("translate");t==="Translated"||t==="Error"?p=s("show-original"):t==="Original"?g?Zr()&&c.protocol==="file:"||i?p=s("translate-firefox-local-pdf"):me()?p=s("noSupportTranslate-pdf"):p=s("translate-pdf"):p=s("translate"):p=s(t);let f=s("translateToThePageEndImmediately");return(t==="Original"||t==="Translated")&&(l.shortcuts.toggleTranslatePage&&(Ea()?r.rule.touchShortcutsToggleTranslatePage&&r.rule.touchShortcutsToggleTranslatePage!=="touchShortcutsOff"&&(p+=` (${s(r.rule.touchShortcutsToggleTranslatePage)})`):p+=` (${ec(l.shortcuts.toggleTranslatePage)})`),l.shortcuts.toggleTranslateToThePageEndImmediately&&(f+=` (${l.shortcuts.toggleTranslateToThePageEndImmediately})`)),d("button",{class:"mb-0 main-button",onClick:()=>{g?n&&n():a()},"aria-busy":t==="Translating",disabled:o||t==="Translating",children:p})}function Rk({ctx:e,onToggleEnabled:t,setSettings:n,setMessage:r}){let{t:a,lang:o}=W(),i=Zn();return d("div",{class:"flex",children:d("span",{class:"immersive-translate-no-select text-sm text-gray-c2",onClick:Du(7)(s),children:["V",i,e.config.enabled?null:d("a",{href:"#",onClick:t,children:[" ","(",a("hasBeenDisabled"),")"]})]})});function s(u){n(l=>(l.alpha?r("Success disable alpha!"):r("Success enable alpha!"),{...l,alpha:!l.alpha}))}}function Ik(e){let{t}=W();return d("div",{class:"share-button-container",onClick:e.openSharePage,children:[d("span",{class:"text-gray-9",children:t("buildSnapshots")}),Ty]})}m();async function Ey(e){try{let t=new Date;I.debug("cron task start, next will run at",new Date(t.getTime()+e).toLocaleString()),await Q.storage.local.set({[M2]:t.toISOString()}),await Ok(),me()||await a6()}catch(t){I.error("run cron task failed",t)}}async function Ok(){try{let e=await er(),t=await de({url:va}),n=e.buildinConfigUpdatedAt,r=new Date(n),a=t.buildinConfigUpdatedAt,o=new Date(a),i=t.minVersion,s=Q.runtime.getManifest().version;Fr(s,i)?o>r?(await Q.storage.local.set({buildinConfig:t}),I.info(`sync remote rules success, latest: ${new Date(a).toLocaleString()}`),Ia({method:"updateGlobalCtx",data:{}},{tab:{id:1,url:"https://www.fake.com",active:!0}}).catch(u=>{I.error("send content message request failed from cron task",u)})):I.debug(`no need to sync rules, latest: ${r}`):I.info(`local version is too old, please update to ${i} or later`)}catch(e){I.error("sync rules error: ",e)}}function tc(e){let{onClose:t}=e,[n,r]=$("Original"),[a,o,i,s]=Ve(()=>{setTimeout(()=>{S("updateGlobalContext",!1)()},250)});vt(a,o);let[u,l]=$(null),[c,g]=$(globalThis.location.href),[p,f]=$("auto"),[h,y]=$(null),C=N=>{r(N.detail)};if(le(()=>(document.addEventListener(bo,C,!1),er().then(N=>{l(N);let B=Mt();f(B);let M=Ze();r(M),Ey(N.interval)}),document.addEventListener("urlChange",v),()=>{document.removeEventListener("pageTranslatedStatus",C),document.removeEventListener("urlChange",v)}),[]),le(()=>{er().then(N=>{l(N)})},[a]),le(()=>{c&&u&&Xp().then(N=>{y(N)})},[c,u]),!u||!h)return null;return d(Zp,{type:"float_ball_popup",className:e.className,onSwitchTranslationMode:N=>{S("switchTranslationMode",!0,{mode:N})()},request:de,onClose:L,onToggleEnabled:P,onTranslateTheWholePage:S("translateTheWholePage",!0),openOptionsPage:A,onToggleTranslate:S("toggleTranslatePage",!0),onTranslateTheMainPage:S("translateTheMainPage",!0),onTranslateToThePageEndImmediately:S("translateToThePageEndImmediately",!0),onTranslatePage:S("translatePage",!0),onRestorePage:S("restorePage",!1),onTranslatePdf:()=>{E(Ra(h.rule)||c)},openAboutPage:D,openSharePage:S("shareToDraft",!0),onSetPageLanguage:b,setSettings:o,config:u,pageStatus:n,ctx:h,currentUrl:c,currentLang:p,onSetLocalConfig:E0,onSetBuildinConfig:G9,onAutoEnableSubtitleChanged:S("autoEnableSubtitleChanged",!0),onOpenUrl:w});function b(N){f(N);let B=ry(c,N,u.sourceLanguageUrlPattern);o(M=>({...M,sourceLanguageUrlPattern:B})),Xn(N)}function v(){g(globalThis.location.href)}function S(N,B,M={}){let O={trigger:"page_popup",...M};return()=>{Wn({method:N,data:O}),B&&t()}}function L(){t()}function P(){o(N=>({...N,enabled:!N.enabled})),setTimeout(()=>{L()},50)}function w(N,B){let M=N;B&&(M=`${N}?utm_source=extension&utm_medium=extension&utm_campaign=${B}`),k0(M,!0),setTimeout(()=>{L()},50)}function E(N){N&&(Mi(!1,N),setTimeout(()=>{L()},50))}function A(N=""){Li(!0,N),setTimeout(()=>{t()},50)}function D(){D0(),setTimeout(()=>{t()},50)}function T(){r6(),setTimeout(()=>{t()},50)}}m();function ky(){let[e,t]=$("Original");return le(()=>{let n=Ze();t(n);let r=a=>{t(a.detail)};return document.addEventListener(bo,r),()=>{document.removeEventListener(bo,r)}},[]),{pageStatus:e}}var Sy=6,Nk={position:"right",top:335};function Ay({handleBallClick:e,isShow:t,localConfig:n,handleMobileBallLongPress:r,popupVisible:a}){let o=We(null),i=We(null),[s,u]=$(!1),l=We(null),c=We(!1),g=We(n.floatBallConfig||Nk),p=We(0),f=We(0),h=We(0),y=We(!1),C=We(0),b=We(0),v=We(0),S=We(0),L=We(!1),P=Ne(w=>{a||(clearTimeout(l.current),w?u(w):l.current=setTimeout(()=>{u(w),y.current=!1},it().any?3e3:0))},[u,l,y,a]);return le(()=>{a||u(!1)},[a]),le(()=>{if(o.current&&g.current){let w=e4(g.current.top);g.current.top=w,o.current.style.top=`${w}px`,o.current.style.display="flex"}},[t,o]),le(()=>{if(!i.current||!o.current)return;let w=M=>{M.preventDefault&&M.preventDefault(),p.current=M.clientX,f.current=M.clientY,C.current=Date.now(),h.current=o.current.offsetTop,c.current=!0,clearTimeout(l.current),P(!0),v.current=M.clientX,S.current=M.clientY,L.current=!1,it().any&&(clearTimeout(b.current),b.current=setTimeout(()=>{wy({startX:p.current,startY:f.current,endX:v.current,endY:S.current})||(L.current=!0,r())},500)),document.addEventListener("mousemove",E),document.addEventListener("touchmove",T),document.addEventListener("mouseup",A),document.addEventListener("touchend",N),document.addEventListener("touchcancel",N)},E=M=>{if(M.preventDefault&&M.preventDefault(),!c.current||!o.current||(v.current=M.clientX,S.current=M.clientY,L.current))return;let O=M.clientY-f.current+h.current,U=e4(O);o.current.style.top=`${U}px`},A=M=>{if(M.preventDefault&&M.preventDefault(),B(),c.current=!1,clearTimeout(l.current),y.current||P(!1),L.current)return;wy({startX:p.current,startY:f.current,endX:M.clientX,endY:M.clientY})||(clearTimeout(b.current),e());let U=e4(M.clientY-30);g.current.top=U;let H=cu();E0({...H,floatBallConfig:g.current})},D=M=>{M.preventDefault&&M.preventDefault(),w(M.changedTouches[0])},T=M=>{M.preventDefault&&M.preventDefault(),E(M.changedTouches[0])},N=M=>{M.preventDefault&&M.preventDefault(),A(M.changedTouches[0])},B=()=>{document.removeEventListener("mousemove",E),document.removeEventListener("touchmove",T),document.removeEventListener("mouseup",A),document.removeEventListener("touchend",N),document.removeEventListener("touchcancel",N)};return i.current.addEventListener("mousedown",w),i.current.addEventListener("touchstart",D),()=>{i.current&&(i.current.removeEventListener("mousedown",w),i.current.removeEventListener("touchstart",D))}},[t,i,o,l,c,n,P,e]),le(()=>{if(it().any)return;let w=A=>{A.target===o.current&&!y.current||(y.current=!0,P(!0),clearTimeout(l.current))},E=A=>{if(c.current){y.current=!1;return}A.target===o.current&&!y.current||P(!1)};return o.current?.addEventListener("mouseover",w),o.current?.addEventListener("mouseout",E),()=>{o.current?.removeEventListener("mouseover",w),o.current?.removeEventListener("mouseout",E)}},[o,c,P,t,y]),{ballRef:i,floatBallConfigRef:g,containerRef:o,active:s,setActive:P}}function wy({startX:e,startY:t,endX:n,endY:r}){let a=Math.abs(n-e),o=Math.abs(r-t);return a>Sy||o>Sy}function Ly(e,t){let n=e?.fixedPosition||"right",r=e?.clickType==="translate",a=Re(()=>t?"":n=="left"?"translateX(-100%)":"translateX(100%)",[n,t]),o=Re(()=>t&&r?"":n=="left"?"translateX(-20px)":"translateX(20px)",[n,t,r]),i=Re(()=>t&&r?"":n=="left"?"translateX(-60px)":"translateX(60px)",[n,t,r]);return{closeTransform:a,logoContainerTransform:o,settingTransform:i}}function _y(){let[e,t]=$(!1);return le(()=>{let n=()=>{document.querySelector("video")&&t(!!document.fullscreenElement)};return document.addEventListener("fullscreenchange",n),()=>{document.removeEventListener("fullscreenchange",n)}},[]),{isFullScreen:e}}var Dy="hasShownFloatingBallGuide",Uk="2024-01-06";function My(e){let[t,n]=$(!1);le(()=>{!e.config.enableShowFloatingBallGuide||Mt()==e.targetLanguage||(async()=>{let a=await jt(Dy,""),o=await jt("installedAt","");o&&new Date(o){n(!1)},[]);return{isShowGuide:t,handleCloseGuide:r}}function Py(e,t){let n=We(0),[r,a]=$(!0),[o,i]=$(!1),s=Ve(),[u,l]=s,{t:c}=W(),g=Ne(()=>{e?.config.floatBallTooltipRule&&(it().any?i(n.current>=(e.config.floatBallTooltipRule.h5MainBtnTooltipMaxShowCount||2)):a(n.current>=(e.config.floatBallTooltipRule.mainBtnTooltipImmediateShowCount||5)))},[a,n,e,i]);le(()=>{e&&(n.current=e.config.pcFloatBallMainBtnTooltipShownCount||0,it().any&&(n.current=e.config.h5FloatBallMainBtnTooltipShownCount||0),g())},[e]);let p=Ne(()=>{e&&(n.current=n.current+1,g(),l(y=>{let C={...y};return it().any?C.h5FloatBallMainBtnTooltipShownCount=n.current:C.pcFloatBallMainBtnTooltipShownCount=n.current,C}))},[l,g,n,e]),f=Re(()=>it().any||!r?0:e?.config.floatBallTooltipRule?.mainBtnTooltipDelayTime||2e3,[r,e]),h=Re(()=>it().any?c("floatBall.longPress"):t!=="Original"?c("floatBall.showOriginal"):e?.targetLanguage?c("floatBall.translateToLanguage",{language:Jt(e.targetLanguage,e.targetLanguage,!0)}):c("floatBall.translate"),[t,e]);return{disableTooltipDelay:o,tooltipDelay:f,tooltipText:h,handleShowTooltip:p}}function e4(e){return Math.max(Math.min(e,globalThis.innerHeight-200),10)}m();var Oo=`${ee}-float-ball`;function Fy(e){let t=n=>{n&&n.target&&n.target.id==="immersive-translate-popup-overlay"&&e.onClose()};return e.visible?d("div",{onClick:t,id:"immersive-translate-popup-overlay",class:"immersive-translate-popup-overlay",children:d("div",{class:"immersive-translate-popup-wrapper",style:e.getModalStyle(),children:d(jk,{onConfirm:e.onCloseConfirm,onClose:e.onClose})})}):null}function jk(e){let{t}=W(),[n,r]=$("UntilNext"),a=w0()+"#floating",o=t("closeQuickTranslation.settingOpen",{1:a}),i=[{title:t("closeQuickTranslation.untilNext"),type:"UntilNext"},{title:t("closeQuickTranslation.currentWebsite"),type:"CurrentWebsite",description:o},{title:t("closeQuickTranslation.alwaysClose"),type:"AlwaysClose",description:o}];return d("div",{class:`${Oo}-close-content`,children:[d("div",{class:"flex justify-between",children:[d("div",{class:`${Oo}-close-title`,children:t("closeQuickTranslation")}),d("div",{class:"clickable",onClick:e.onClose,children:d(Va,{type:"modal-close"})})]}),d("div",{class:`${Oo}-close-radio-content mt-3`,children:i.map(s=>d(Hk,{onClick:()=>{r(s.type)},title:s.title,description:s.description,selected:s.type===n,onLinkClick:u=>{_i(u)}},s.type))}),d("div",{class:"flex mt-3 flex-end",children:[d("div",{class:`${Oo}-default-btn`,onClick:e.onClose,children:t("closeQuickTranslation.cancel")}),d("div",{class:`${Oo}-primary-btn ml-2`,onClick:()=>{e.onConfirm&&e.onConfirm(n)},children:t("closeQuickTranslation.confirm")})]})]})}function Hk(e){let{selected:t,title:n,description:r,onLinkClick:a}=e,o=zk(r||"");return d("div",{class:"flex items-center clickable",style:"padding: 8px 0",onClick:e.onClick,children:[d("div",{class:t?`${Oo}-radio-sel`:`${Oo}-radio-nor`,children:d("div",{})}),d("div",{class:"ml-2 text-sm",children:[d("span",{children:n}),r?d("small",{class:"muted text-sm",children:o.map(i=>i.type==="text"?i.value:d("a",{onClick:()=>i.href&&a&&a(i.href),children:i.value}))}):null]})]})}function zk(e){let t=[],n=/((.*?)<\/a>)|([^<]+)/g,r=Array.from(e.matchAll(n));for(let a of r){let o=a[2],i=a[3],s=a[4];o&&i?t.push({type:"link",href:o,value:i}):s&&t.push({type:"text",value:s})}return t}m();var No=`${ee}-float-ball`;function By(e){let{t}=W(),n=a=>{a&&a.target&&a.target.id==="immersive-translate-popup-overlay"&&e.onClose()},r=Re(()=>{let a={position:"fixed",top:e.top+60};return e.fixedPosition=="left"&&(a.left=48),e.fixedPosition=="right"&&(a.right=48),a},[e.top,e.fixedPosition]);return e.visible?d("div",{onClick:n,id:"immersive-translate-popup-overlay",class:"immersive-translate-popup-overlay",children:d("div",{class:`${No}-guide-container`,style:r,children:[d("img",{class:`${No}-guide-bg ${e.fixedPosition}`,src:qk}),d("div",{class:`${No}-guide-content ${e.fixedPosition}`,children:[d("img",{class:`${No}-guide-img`,src:yr("images/float_ball_intro.png")}),d("div",{class:`${No}-guide-message`,children:[t("floatBall.guideClickToTranslate"),it().any?` +${t("floatBall.longPress")}`:""]}),d("div",{class:`${No}-primary-btn ${No}-guide-button`,onClick:e.onClose,children:t("floatBall.iKnow")})]})]})}):null}var qk="data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzEyIiBoZWlnaHQ9IjM3MiIgdmlld0JveD0iMCAwIDMxMiAzNzIiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSBtZWV0Ij4KPGcgZmlsdGVyPSJ1cmwoI2ZpbHRlcjBfZF8zNjQ4XzEyODAyKSI+CjxwYXRoIGQ9Ik0yMCAzNkMyMCAyNC45NTQzIDI4Ljk1NDMgMTYgNDAgMTZIMjU4LjkxNEMyNjkuOTU5IDE2IDI3OC45MTQgMjQuOTU0MyAyNzguOTE0IDM2VjE3My4wNzVMMjg5LjEyOCAxNzguNzQyQzI5MS43NzggMTgwLjIxMyAyOTEuODk0IDE4My45ODIgMjg5LjMzOSAxODUuNjEyTDI3OC45MTQgMTkyLjI2M1YzMjhDMjc4LjkxNCAzMzkuMDQ2IDI2OS45NTkgMzQ4IDI1OC45MTQgMzQ4SDQwQzI4Ljk1NDMgMzQ4IDIwIDMzOS4wNDYgMjAgMzI4VjM2WiIgZmlsbD0idXJsKCNwYWludDBfbGluZWFyXzM2NDhfMTI4MDIpIi8+CjwvZz4KPGRlZnM+CjxmaWx0ZXIgaWQ9ImZpbHRlcjBfZF8zNjQ4XzEyODAyIiB4PSIwIiB5PSIwIiB3aWR0aD0iMzExLjE4OCIgaGVpZ2h0PSIzNzIiIGZpbHRlclVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgY29sb3ItaW50ZXJwb2xhdGlvbi1maWx0ZXJzPSJzUkdCIj4KPGZlRmxvb2QgZmxvb2Qtb3BhY2l0eT0iMCIgcmVzdWx0PSJCYWNrZ3JvdW5kSW1hZ2VGaXgiLz4KPGZlQ29sb3JNYXRyaXggaW49IlNvdXJjZUFscGhhIiB0eXBlPSJtYXRyaXgiIHZhbHVlcz0iMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMTI3IDAiIHJlc3VsdD0iaGFyZEFscGhhIi8+CjxmZU9mZnNldCBkeT0iNCIvPgo8ZmVHYXVzc2lhbkJsdXIgc3RkRGV2aWF0aW9uPSIxMCIvPgo8ZmVDb21wb3NpdGUgaW4yPSJoYXJkQWxwaGEiIG9wZXJhdG9yPSJvdXQiLz4KPGZlQ29sb3JNYXRyaXggdHlwZT0ibWF0cml4IiB2YWx1ZXM9IjAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAuMSAwIi8+CjxmZUJsZW5kIG1vZGU9Im5vcm1hbCIgaW4yPSJCYWNrZ3JvdW5kSW1hZ2VGaXgiIHJlc3VsdD0iZWZmZWN0MV9kcm9wU2hhZG93XzM2NDhfMTI4MDIiLz4KPGZlQmxlbmQgbW9kZT0ibm9ybWFsIiBpbj0iU291cmNlR3JhcGhpYyIgaW4yPSJlZmZlY3QxX2Ryb3BTaGFkb3dfMzY0OF8xMjgwMiIgcmVzdWx0PSJzaGFwZSIvPgo8L2ZpbHRlcj4KPGxpbmVhckdyYWRpZW50IGlkPSJwYWludDBfbGluZWFyXzM2NDhfMTI4MDIiIHgxPSIxNTcuNSIgeTE9IjE2IiB4Mj0iMTU3LjUiIHkyPSIzNDgiIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIj4KPHN0b3Agc3RvcC1jb2xvcj0iI0ZGOTJCQyIvPgo8c3RvcCBvZmZzZXQ9IjEiIHN0b3AtY29sb3I9IndoaXRlIi8+CjwvbGluZWFyR3JhZGllbnQ+CjwvZGVmcz4KPC9zdmc+Cg==";m();function Wk({isVisible:e,onClose:t,children:n}){return d(xe,{children:[e&&d("div",{className:`immersive-translate-sheet-backdrop ${e?"visible":""}`,onClick:t}),d("div",{className:`immersive-translate-sheet ${e?"visible":""}`,children:d("div",{className:"immersive-translate-sheet-content",children:n})})]})}var Ry=Wk;var Mu=`${ee}-float-ball`;function t4(e){let{t}=W(),n=Ve(),[r,a,o,i]=n;vt(r,a);let s=Qt(r),u=On(s),{isFullScreen:l}=_y(),[c,g]=$(!1),[p,f]=$(!0),{pageStatus:h}=ky(),y=ou(u,r),C=Ne(()=>{if(y?.clickType==="popup")return g(!0);if(y?.clickType==="translate"){let _=Ae();if(Mo(u?.rule)){let F=Ra(u.rule);Mi(!0,F||_);return}Wn({method:"toggleTranslatePage",data:{trigger:"float_ball"}})}},[y,Wn,g]),b=Ne(()=>{g(!0)},[g]),v=p&&!!s,{containerRef:S,active:L,ballRef:P,floatBallConfigRef:w,setActive:E}=Ay({handleBallClick:C,handleMobileBallLongPress:b,isShow:v,localConfig:e.localConfig,popupVisible:c}),A=y?.fixedPosition||"right",D=A==="right"?"left":"right",{isShowGuide:T,handleCloseGuide:N}=My(e.ctx),{closeTransform:B,logoContainerTransform:M,settingTransform:O}=Ly(y,L||T),{tooltipDelay:U,disableTooltipDelay:H,tooltipText:R,handleShowTooltip:k}=Py(u,h);return v?d("div",{class:`${Mu}-container ${A} notranslate`,style:{zIndex:l?-1:2147483647,pointerEvents:L||T||c?"all":"none"},ref:S,children:[d($k,{ctx:u,setVisible:f,closeTransform:B,setActive:E,getModalStyle:()=>Iy(w.current.top,300,A)}),d(tr,{enableMobile:!0,text:R,position:D,delay:U,onShow:k,disable:H,children:d("div",{class:`${Mu}-btn ${A} btn-animate `,ref:P,style:{transform:M,opacity:L||T?1:.5},children:d("div",{children:[d(Va,{type:"logo"}),h!=="Original"?d(Va,{type:"translated"}):null]})})}),d("div",{style:{marginTop:"12px",transform:O},class:`${Mu}-more-buttons btn-animate`,children:[d(tr,{text:t("translateFileTooltip"),multiple:!0,width:200,position:D,containerClass:"btn-animate",children:d("div",{class:`${Mu}-more-button`,onClick:()=>{k0(J2,!0)},children:d(Va,{type:"file"})})}),d(tr,{text:t("floatBall.setting"),position:D,containerClass:"btn-animate",children:d("div",{class:`${Mu}-more-button`,onClick:()=>{E(!0),g(!0)},children:d(Va,{type:"setting"})})})]}),d(Vk,{onClose:()=>{E(!1),g(!1)},visible:c,getModalStyle:()=>Iy(w.current.top,500,A)}),d(By,{visible:T,top:w.current.top,fixedPosition:A,onClose:()=>{N(),E(!1)}})]}):null}function $k(e){let{t}=W(),[n,r]=$(!1),a=Ve(),[o,i,s,u]=a,l=ou(e.ctx,o),c=Ne(p=>{e.ctx&&i(f=>n0({...f},p))},[e.ctx,i]),g=Ne(p=>{l&&(e.setVisible(!1),p==="AlwaysClose"?c({...l,enable:!1}):p==="CurrentWebsite"&&c({...l,blockUrls:[...l.blockUrls,globalThis.location.hostname]}))},[c,l,e.setVisible]);return d(xe,{children:[d("div",{title:t("floatBall.close"),class:"btn-animate",style:{transform:e.closeTransform,padding:4},onClick:()=>{e.setActive(!0),r(!0)},children:d(Va,{type:"close"})}),d(Fy,{visible:n,onClose:()=>{e.setActive(!1),r(!1)},getModalStyle:e.getModalStyle,onCloseConfirm:g})]})}function Vk(e){let t=r=>{r&&r.target&&r.target.id==="immersive-translate-popup-overlay"&&e.onClose()};return window.innerWidth<=385?d(Ry,{isVisible:e.visible,onClose:e.onClose,children:d(tc,{onClose:e.onClose,className:"popup-container-sheet"})}):e.visible?d("div",{onClick:t,id:"immersive-translate-popup-overlay",class:"immersive-translate-popup-overlay",children:d("div",{class:"immersive-translate-popup-wrapper",style:e.getModalStyle(),children:d(tc,{onClose:e.onClose})})}):null}function Kk(){return{width:Math.max(document.documentElement.clientWidth,window.innerWidth||0),height:Math.max(document.documentElement.clientHeight,window.innerHeight||0)}}var Iy=(e,t,n)=>{let a=Kk().height,o={position:"fixed"},i=0;return s2()&&(e=Gk.top),o.top=e-i,o.top+t>=a?(o.bottom=30,delete o.top):o.top<=10&&(o.top=10),n==="left"?o.left=65:o.right=65,o},Gk={position:"right",right:0,top:335};function Yk(e,t){for(let n of t){if(me()&&!Zr()&&typeof GM!==void 0&&GM.addElement){GM.addElement(e,"style",{textContent:n});continue}e.appendChild(document.createElement("style")).textContent=n}}async function Oy(){let e=Pe(),t=await er(),n=await pr(),r={url:globalThis.location.href,config:t},a=await bn(r),o=await Qg(a,n),i=_t(a.url,o?.blockUrls),s=await qt();if(!o?.enable||i)return;let u=document.createElement("div");u.id="immersive-translate-popup",u.setAttribute("style","all: initial"),document.documentElement.appendChild(u);let l=u.attachShadow({mode:"open"}),c=[e.IMMERSIVE_TRANSLATE_PICO_CSS,e.IMMERSIVE_TRANSLATE_COMMON_CSS,e.IMMERSIVE_TRANSLATE_POPUP_CSS,e.IMMERSIVE_TRANSLATE_PAGE_POPUP_CSS].join(` +`);return Yk(l,[c]),Jk(l,t,s,a)}function Jk(e,t,n,r){let a=document.createElement("div");a.id="mount",a.style.display="block",e.appendChild(a),la(d(qi,{lang:t.interfaceLanguage,fallbackLang:"en",translations:wi,children:d(t4,{localConfig:n,ctx:r})}),a)}var Ny=!1;async function Uy(){Ny||(Ny=!0,Oy().catch(e=>{I.error("init popup error",e)}))}var jy=!1,Wy=[()=>{Ut.unbind()}],Hy=[...Wy],Qk=or(async()=>{await Li()},50),Zk=or(async()=>{await D0()},50),Xk=or(async()=>{await t6()},50),eA=or(async()=>{await e6()},50),$y=or(e=>{Wn({method:e,data:{trigger:"userscript_menu"}})},50);function tA(e,t){let n=e.document;if(jy)return;jy=!0,me()||K9(),n.addEventListener("securitypolicyviolation",gA),document.addEventListener(be+"DocumentMessageUser",Jy),document.addEventListener(be+"DocumentMessageUpdateUser",Qy),document.addEventListener(be+"ChangeSuccessService",Zy.bind(null,t)),document.addEventListener(be+"ChangeService",Xy.bind(null,t)),document.addEventListener(ho,lA.bind(null,t)),n.addEventListener(be+"EbookLoaded",dA),n.addEventListener(f2,cA.bind(null,t)),n.addEventListener(h2,mA.bind(null,t)),n.addEventListener(Pl,a=>{ot()||o4(a,t)}),n.addEventListener(y2,tC),n.addEventListener("click",a=>{aA(a,t)}),ot()&&e.addEventListener("message",rA,!1),me()&&(ot()||n.addEventListener(Yr,nA)),ot()||ja.rootIframe(Hl).handleAsk("throttleRequest",X6)}function Vy(e,t){pA(),tA(t,e),me()&&(ot()||(Gp(e.config),fA(e.config))),Ea()&&nC(e),$e()&&Gp(e.config)}function nA(e){Uy()}function rA(e){let t=e;t&&t.data&&t.data.payload&&t.data.author===Ml&&Ia(t.data.payload,{tab:{id:1,url:"https://www.fake-iframe.com",active:!0}})}function aA(e,t){let n=e.target;if(!n||!n.getAttribute){Ka(n);return}let r=n.getAttribute("data-immersive-translate-event");r&&pt(r,[{name:r}],{...t,sourceLanguage:"none"});let a=n.getAttribute(`data-${ee}-action`);if(a){if(e.preventDefault(),a==="retry"){typeof e.stopPropagation=="function"&&e.stopPropagation(),n4({method:"retryFailedParagraphs"}),Ka(n,!0);return}else if(a=="toast-error"){let o=n.getAttribute(`data-${ee}-tooltip-text`)||"",i="",s="retry";try{let u=JSON.parse(o);i=u.title,o=u.errMsg,s=u.action}catch{}Ky(Gy.bind(null,t,i,o,s));return}}}async function oA(){let e=await An(),t=e.enableDefaultAlwaysTranslatedUrls===void 0?!0:e.enableDefaultAlwaysTranslatedUrls;if(e.enableDefaultAlwaysTranslatedUrls=!t,!e.enableDefaultAlwaysTranslatedUrls){let n=e&&e.isChangedAlwaysTranslatedUrls,r=[];e.translationUrlPattern&&e.translationUrlPattern.matches&&(r=e.translationUrlPattern.matches||[]),!n&&r.length>0&&(e.translationUrlPattern={matches:[],excludeMatches:[]})}await kn(e)}async function iA(){let e=await An(),t=e.enableInputTranslation;e.enableInputTranslation=!t,await kn(e)}var zy=0;function Ky(e){let t=Date.now();if(t-zy<2e3||(zy=t,sA()))return;let n=`${ee}-modal-root`,r=`${ee}-modal`,a=document.getElementById(n),o=`${ee}-modal-title`,i=`${ee}-modal-body`,s=`${ee}-modal-footer`,u;if(a){u=a.shadowRoot.querySelector(`.${r}`);let l=u.querySelector(`.${o}`),c=u.querySelector(`.${s}`),g=u.querySelector(`.${i}`);e(u,l,g,c)}else{a=document.createElement("div"),a.setAttribute("translate","no"),a.className="no-translate immersive-translate-error-modal-shadow-root",a.id=n,a.style.all="initial",a.style.zIndex="2147483647",document.body.appendChild(a);let l=a.attachShadow({mode:"open"}),c=document.createElement("style"),g=Pe();c.textContent=g.IMMERSIVE_TRANSLATE_INPUT_INJECTED_CSS,l.appendChild(c),u=document.createElement("div"),u.className=r+" notranslate",u.id=r;let p=document.createElement("div");p.className=ee+"-modal-content notranslate",u.appendChild(p);let f=document.createElement("span");f.textContent="\xD7",f.className=ee+"-close",p.appendChild(f);let h=document.createElement("div");h.className=o+" notranslate",p.appendChild(h);let y=document.createElement("div");y.className=i+" notranslate",p.appendChild(y);let C=document.createElement("div");C.className=s,p.appendChild(C),l.appendChild(u),f.onclick=function(){u.style.display="none"},l.addEventListener("click",b=>{b.target==u&&(u.style.display="none")}),e(u,h,y,C)}setTimeout(()=>{uA()},100)}function Gy(e,t,n,r="retry",a,o,i,s){let u=Ht.bind(null,e),l=t||u("errorModalTitle"),c=u("unknownError");o.innerText=l,i.innerHTML=nt.sanitize(n||c,{ADD_ATTR:["target"]}),s.innerText="";let g="",p=document.createElement("button");if(r=="retry"){g=u("retryAllButton"),p.setAttribute(`data-${ee}-action`,"retry");let f=document.createElementNS("http://www.w3.org/2000/svg","svg");f.setAttribute("viewBox","0 0 16 16"),f.setAttribute("width","20"),f.setAttribute("height","20"),f.innerHTML='',p.appendChild(f),p.onclick=()=>{a.style.display="none",n4({method:"retryFailedParagraphs"}),Ka(p,!0)}}else if(r=="login")g=u("goLogin"),p.onclick=()=>{Ka(p,!0),window.open(j2)};else if(r=="upgrade")g=u("upgradeToPro"),p.onclick=()=>{Ka(p,!0),window.open(Wl)};else if(r=="setting")g=u("goSettings"),p.onclick=()=>{Ka(p,!0),window.open(Se.OPTIONS_URL)};else if(r=="changeService")g=u("detectServiceLoading"),p.onclick=()=>{Ka(p,!0),window.open(Se.OPTIONS_URL)},a4(e,e.config.translationService,!1).then(f=>{f?(g=u("toggleToService",{service:u("translationServices."+f)}),p.innerHTML=nt.sanitize(g),p.onclick=()=>{eC(f),Ka(p,!0)}):(g=u("goSettings"),p.innerHTML=nt.sanitize(g))});else if(r=="none")return;p.className="immersive-translate-btn",p.innerHTML+=nt.sanitize(g),s.appendChild(p)}function sA(){let e=document.querySelector("#immersive-translate-modal-root");return e&&e.shadowRoot?e.shadowRoot.querySelector(`#${ee}-modal`)?.style.display=="block":!1}function uA(){let e=document.querySelector("#immersive-translate-modal-root");if(e&&(e.style.display="block",e.shadowRoot)){let t=e.shadowRoot.querySelector(`#${ee}-modal`);t&&(t.style.display="block")}}function Ka(e,t=!1){let n=document.querySelector("#immersive-translate-modal-root");if(!n||n.style.display=="none")return;let r=n.shadowRoot.querySelector(`#${ee}-modal`);r&&r!==e&&(!t&&r.contains(e)||(r.style.display="none"))}function lA(e,t){let n=t;if(n&&n.detail)try{let r=n.detail;if(!r||!r.type)return;let{title:a,errMsg:o,action:i}=r;Ky(Gy.bind(null,e,a,o,i))}catch(r){I.warn("parse message error",r)}}async function cA(e,t){let n=t;if(I.debug("receive third party message",n),n&&n.detail){let r=null;try{let a=JSON.parse(n.detail);if(a&&a.type){if(a.type==="retryFailedParagraphs")n4({method:"retryFailedParagraphs"});else if(a.type==="updateCommands")n6(a.data);else if(a.type==="toggleEnableDefaultAlwaysTranslatedUrls")oA();else if(a.type==="toggleEnableInputTranslation")iA();else if(a.type==="translatePage")hA(a.data);else if(a.type==="getAsyncTranslationServiceList")r=vo(e,"translationService");else if(a.type==="getAsyncTargetLanguageList")r=za(a.data?.translationService,a.data?.targetLanguage);else if(a.type==="getAsyncTranslationMeta"){let o=e.state.translationService||e.config.translationService;r={targetLanguage:e.state.targetLanguage||e.targetLanguage,translationService:o,translationMode:e.state.translationMode}}else if(a.type=="getAsyncTranslateContent"){let o={...e,translationService:a.data.service};try{r=await bA(a.data,o)}catch(i){qy(a.type,i.uiConfig(o),a.id)}}else a.type==="getAsyncLanguageByText"?r=await S0(a.data):a.type==="sharePage"?o4({detail:a.data},e):a.type==="switchTranslationMode"?r4(a.data):$y(a.type);r&&a.id&&qy(a.type,r,a.id)}}catch(a){I.warn("parse message error",a)}}}function dA(e){setTimeout(()=>{Yy()},10)}function gA(e){Se.HAS_CSP_ERROR="1"}function mA(e,t){let n=t.detail;(n.name=="open_pdf_page"||n.name==="open_html_page")&&pt(n.name,[{name:n.name}],{...e})}function pA(){Hy.forEach(e=>{e()}),Hy=Wy}function fA(e){if(me()&&typeof GM<"u"&&GM&&GM.registerMenuCommand){let t=Vl.commands,a=[...Object.keys(t).filter(o=>o==="toggleTranslatePage").map(o=>{let i=t[o].description,s=i;return i.startsWith("__MSG_")&&i.endsWith("__")&&(s=Ma(`browser.${i.slice(6,-2)}`,e.interfaceLanguage)),{id:o,title:s}}),{id:Hs,title:Ma("browser.openEbookViewer",e.interfaceLanguage),key:"e"},{id:zs,title:Ma("browser.openEbookBuilder",e.interfaceLanguage),key:"m"},{id:js,title:Ma("browser.openOptionsPage",e.interfaceLanguage),key:"o"},{id:Sg,title:Ma("browser.openAboutPage",e.interfaceLanguage),key:"a"}];for(let o of a)GM.registerMenuCommand(o.title,()=>{o.id===js?Qk():o.id===Sg?Zk():o.id===zs?Xk():o.id===Hs?eA():$y(o.id)},o.key)}}function n4(e){Ia(e,{tab:{id:1,url:"https://www.fake.com",active:!0}}).catch(n=>{I.error("send content message request failed",e,n)});let t=new CustomEvent(Yr,{detail:e});globalThis.document.dispatchEvent(t)}async function hA(e){let t={};e?.translationMode&&(t.translationMode=e.translationMode),e?.translationService&&(t.translationService=e.translationService),e?.targetLanguage&&(t.targetLanguage=e.targetLanguage),e?.translationStartMode&&(t.translationStartMode=e.translationStartMode);let n=await Ye(Ae(),t);_n(n)}function qy(e,t,n){globalThis.document.dispatchEvent(new CustomEvent(Gt,{detail:JSON.stringify({id:n,type:e,payload:t})}))}async function bA({textList:e,from:t,to:n,service:r},a){if(a.rule.id!=="immersive")return;let o=e.map(s=>({text:s||"",id:0,from:t,to:n,url:a.url,fromByClient:t,force:!0})),i=null;try{let s=await et({sentences:o},{...a,translationService:r},u=>i=u);if(i)throw i;return s}catch(s){throw s}}m();var Uo={};async function i4(){let t=[...document.querySelectorAll(".source-text")].map(r=>r.textContent).join(""),n=await Oe({text:t,minLength:200,pageLangs:[kt(),"en"]});return Xn(n),n}async function rC(e){Dn("Translating");let t=Mt(),n=y0(),r=[...document.querySelectorAll(".source-text")];if(Ci(e,t))return;let a=r.filter(o=>o.innerText?.trim()).map((o,i)=>{let s=o.parentElement?.parentElement?.querySelector(".target-text");return yt(o,"id",i+""),s&&(Ti(s,i)?.remove(),s.appendChild(ru(e,i))),{text:o.innerText||"",id:i,from:t,to:e.targetLanguage,url:"https://google.com",fromByClient:n,force:!0}});document.dispatchEvent(new CustomEvent(Gt,{detail:JSON.stringify({type:"totalParagraphsCount",payload:{totalParagraphsCount:a.length}})}));try{await et({sentences:a},{...e,sourceProgram:"subtitle"},(o,i,s)=>{let u=s.id,l=Ti(document.body,u);if(!l)return;let c=l.parentElement;c&&(l.remove(),o?(c.innerHTML=nt.sanitize(`${o.message}`),Uo[u]={ok:!1,sentence:s}):i&&(c.innerHTML=nt.sanitize(i.text),Uo[u]={ok:!0,sentence:s}),document.dispatchEvent(new CustomEvent(Gt,{detail:JSON.stringify({type:"paragraphTranslated",payload:{ok:!o}})})))})}catch(o){throw o}finally{Dn("Translated")}}async function aC(e){Dn("Translating"),document.dispatchEvent(new CustomEvent(Gt,{detail:JSON.stringify({type:"retryFailedParagraphsStart",payload:{}})}));let t=Object.keys(Uo),n=[],r=[];for(let a of t){let o=Uo[a];if(!o.ok){let s=document.querySelector(`#error-id-${a}`);if(s){let u=s.parentElement;s.remove(),u&&(delete Uo[a],u.appendChild(ru(e,a)),r.push(o.sentence))}}}try{await et({sentences:r},e,(a,o,i)=>{let s=i.id,u=Ti(document.body,s);if(!u)return;let l=u.parentElement;l&&(u.remove(),a?(l.innerHTML=nt.sanitize(`${a.message}`),Uo[s]={ok:!1,sentence:i}):o&&(l.innerHTML=nt.sanitize(o.text),Uo[s]={ok:!0,sentence:i}),document.dispatchEvent(new CustomEvent(Gt,{detail:JSON.stringify({type:"paragraphTranslated",payload:{ok:!a}})})))})}catch(a){throw a}finally{Dn("Translated")}}function s4(){Dn("Original"),document.querySelectorAll(".target-text").forEach(e=>{e.innerHTML=""})}m();var u4={};async function oC(){let e=[...document.querySelectorAll("iframe")],t="";for(let r of e){let a=r.contentDocument;if(!a)continue;let o=a.body;if(o&&(t=t+o.innerText||"",t.length>1e3))break}let n=await Oe({text:t,pageLangs:["en"]});return Xn(n),n}async function iC(e){Dn("Translating"),document.dispatchEvent(new CustomEvent(Gt,{detail:JSON.stringify({type:"retryFailedParagraphsStart",payload:{}})}));let t=Object.keys(u4),n=[];for(let r of t){let a=u4[r];if(a.error){let i=a.commonAncestorContainer.querySelector(`[${Bl}='${r}']`);i&&i.remove(),n.push(a)}}try{Au(),await Q0(n,e,e.state.translationMode||e.config.translationMode)}catch{}finally{Dn("Translated")}}function sC(){let e=[...document.querySelectorAll("iframe")];for(let t of e){let n=t.contentDocument;if(!n)continue;let r=n.querySelectorAll("."+Lt);for(let a of r)a.remove()}Dn("Original")}async function uC(e){Dn("Translating");let t=Gs(),n=[...document.querySelectorAll("iframe")],r=[],a=[];for(let s of n){let u=s.contentDocument;if(!u)continue;_a(u,e);let l=u.body;if(!l)continue;let c=yn(e);c.isModifyImage=!1,ia({id:t,container:l,filterRule:c,onParagraph:g=>{r.push(g)}})}let o=Lr(e.config.translationServices[e.translationService]),i=1;for(let s of r){let u=m0(s.flatNodes,{isPreWhitespace:s.isPreWhitespace||!1,delimiters:o,stayOriginalSelectors:e.rule.stayOriginalTags.concat(e.rule.stayOriginalTags).map(c=>c.toLowerCase()).concat(e.rule.stayOriginalSelectors).concat(e.rule.additionalStayOriginalSelectors)});if(!u)continue;s.variables=u?.variables||{},s.text=u?.text,s.id=(i++).toString();let l=await Hp(e,s,{excludeLanguages:e?.config?.translationLanguagePattern?.excludeMatches||[],isDetectParagraphLanguage:e.state.isDetectParagraphLanguage,targetLanguage:e.targetLanguage,delimiters:o,noTranslateRegexp:e.rule.noTranslateRegexp,minTextCount:2,minWordCount:1,ignoreZhCNandZhTW:e.rule.ignoreZhCNandZhTW});l&&(a.push(l),u4[l.id]=l)}r=[],document.dispatchEvent(new CustomEvent(Gt,{detail:JSON.stringify({type:"totalParagraphsCount",payload:{totalParagraphsCount:a.length}})}));try{await Q0(a,e,e.state.translationMode||e.config.translationMode)}catch{}finally{Dn("Translated")}}m();var Cr=!1,nc,lC=!1,rc=null;function dC(e){let{config:t}=e;if(e.isInputTranslationExcludeUrl){I.debug("exclude url for input");return}if(rc===!1){I.debug("disable for this time");return}let n={...t.inputLanguageCodeAlias};Bn.forEach(c=>n[c]=[c,...n[c]||[]]);let r=t.inputStartingTriggerKeyAlias[t.inputStartingTriggerKey]||[];r.includes(t.inputStartingTriggerKey)||r.unshift(t.inputStartingTriggerKey),n[t.inputTargetLanguage]=[...r,...n[t.inputTargetLanguage]];let a=t.inputTrailingTriggerKeyTimeout;it().any&&(a=t.inputTrailingMobileTriggerKeyTimeout);let o={triggerTimes:t.inputTrailingTriggerKeyRepeatTimes,triggerKey:t.inputTrailingTriggerKey,triggerTimeout:a,codePrefix:t.inputStartingTriggerKey,codeAlias:n,flatAlias:Object.values(n).flat(),codePrefixAlias:t.inputStartingTriggerKeyAlias},i=0,s=Date.now();nc&&self.removeEventListener("keydown",nc),nc=u,self.addEventListener("keydown",nc);function u(c){if(Cr||rc===!1)return;let g=c,p=g.target||g.srcElement,f=p?.tagName;(p?.isContentEditable||f=="INPUT"||f=="SELECT"||f=="TEXTAREA")&&(MA(c,o.triggerKey,o.codePrefixAlias)?l(c):i=0)}async function l(c){Date.now()-s=o.triggerTimes&&TA()&&(i=0,CA(c,e,o))}PA(e)}function gC({codePrefix:e,flatAlias:t,codePrefixAlias:n}){let r=[],a=n[e]||[];a.includes(e)||a.unshift(e);for(let o of a){let i=t.map(s=>{let u=o+s;return a.includes(s)||(u+=" "),u});r.push(...i)}return new RegExp(r.join("|"))}function ac(e,t){for(let[n,r]of Object.entries(t))if(r.includes(e))return n;return""}var Yi;function mC(e){let t=e.parentElement;if(!t)return;Yi=document.createElement("div"),Yi.className=ee+"-input",Yi.innerHTML=`
`,t.appendChild(Yi);let n=t,r=!1;do{let a=getComputedStyle(n).position;if(["fixed","absolute","relative"].includes(a)){r=!0;break}n=n.parentElement}while(n);if(n=t,!r)do{if(getComputedStyle(n).position==="static"){n.style.position="relative";break}n=n?.parentElement||null}while(n)}function pC(){Yi&&Yi.remove()}async function yA(e){if(!Cr)try{let h=function(){c=e.config.inputTargetLanguage;let C=l.split(" ")[0];C&&C[0]&&(C=C[0].toLowerCase()+C.slice(1)),C.trim()&&o.flatAlias.includes(C)?(c=ac(C,o.codeAlias),u=l.slice(C.length+1)):u=l},y=function(){c="";let C=gC(o),b=l.split(C);if(b.length<2)return;if(u=b[b.length-1],s=b[0],b.length>2){let S=l.lastIndexOf(u),L=l.slice(0,S).lastIndexOf(b[b.length-2]);s=l.slice(0,L+b[b.length-2].length)}if(s.endsWith(o.codePrefix))return;if(s.endsWith(":")&&o.codePrefix=="/"){s="",u="";return}let v=l.slice(s.length+1,l.indexOf(u)).trim();if(c=ac(v,o.codeAlias),!c){I.warn("not found alias",v);return}},{config:t}=e,n={...t.inputLanguageCodeAlias};Bn.forEach(C=>n[C]=[C,...n[C]||[]]);let r=t.inputStartingTriggerKeyAlias[t.inputStartingTriggerKey]||[];r.includes(t.inputStartingTriggerKey)||r.unshift(t.inputStartingTriggerKey),n[t.inputTargetLanguage]=[...r,...n[t.inputTargetLanguage]];let a=t.inputTrailingTriggerKeyTimeout;it().any&&(a=t.inputTrailingMobileTriggerKeyTimeout);let o={triggerTimes:t.inputTrailingTriggerKeyRepeatTimes,triggerKey:t.inputTrailingTriggerKey,triggerTimeout:a,codePrefix:t.inputStartingTriggerKey,codeAlias:n,flatAlias:Object.values(n).flat(),codePrefixAlias:t.inputStartingTriggerKeyAlias},i=document.activeElement;if(!i||i.tagName==="BODY")return;Cr=!0;let s="",u="",l=Ga(i)||"",c=e.config.inputTargetLanguage;e.config.inputStartingTriggerKey==="none"?h():(y(),!c&&e.config.enableInputTranslationWithoutTriggerKey&&h());let g=fC(u,o),p=await Oe({text:g,pageLangs:["en"]});I.debug("translateContent",g,p);let f={text:g||"",id:0,from:p,to:c,url:"https://google.com",fromByClient:p,force:!0};if(!f.text||f.text.length>5e3)return;mC(i),at(Fl,Date.now());try{let C=await Mr(f,{...e,translationService:e.inputTranslationService});bC(e),hC(e,i,s+C.text)}catch(C){if(C instanceof J){let b=C.uiConfig(e);b.action=="retry"&&(b.action="none"),document.dispatchEvent(new CustomEvent(ho,{detail:b}))}}finally{Cr=!1}}catch(t){throw Cr=!1,t}finally{Cr=!1,pC()}}async function CA(e,t,n){if(!Cr)try{let g=function(){s=t.config.inputTargetLanguage;let f=i.split(" ")[0];f&&f[0]&&(f=f[0].toLowerCase()+f.slice(1)),f.trim()&&n.flatAlias.includes(f)?(s=ac(f,n.codeAlias),o=i.slice(f.length+1)):o=i},p=function(){s="";let f=gC(n),h=i.split(f);if(h.length<2)return;if(o=h[h.length-1],a=h[0],h.length>2){let C=i.lastIndexOf(o),b=i.slice(0,C).lastIndexOf(h[h.length-2]);a=i.slice(0,b+h[h.length-2].length)}if(a.endsWith(n.codePrefix))return;if(a.endsWith(":")&&n.codePrefix=="/"){a="",o="";return}let y=i.slice(a.length+1,i.indexOf(o)).trim();if(s=ac(y,n.codeAlias),!s){I.warn("not found alias",y);return}},r=document.activeElement;Cr=!0;let a="",o="",i=Ga(r)||"",s=t.config.inputTargetLanguage;n.codePrefix==="none"?g():(p(),!s&&t.config.enableInputTranslationWithoutTriggerKey&&g());let u=fC(o,n),l=await Oe({text:u,pageLangs:["en"]});I.debug("translateContent",u,l);let c={text:u||"",id:0,from:l,to:s,url:"https://google.com",fromByClient:l,force:!0};if(!c.text)return;if(t.config.isShowInputTranslationConsent&&!lC){lC=!0;let f=await FA(t);if(e.target&&e.target.focus(),f==="open_settings"){Li(!0,"#input");return}else if(f==="open_learn_more"){_i("https://immersivetranslate.com/docs/input/");return}else if(f==="disable_once"||f==="disable_forever"){if(rc=!1,f==="disable_forever"){let h=await An();h.enableInputTranslation=!1,h.isShowInputTranslationConsent=!1,await kn(h)}else if(f==="disable_once"){let h=await An();h.isShowInputTranslationConsent=!1,await kn(h)}return}else if(f==="close_disable_once"||f==="close_disable_forever"){if(rc=!1,f==="close_disable_forever"){let h=await An();h.enableInputTranslation=!1,h.isShowInputTranslationConsent=!1,await kn(h)}return}else if(f==="enable"){let h=await An();h.enableInputTranslation=!0,h.isShowInputTranslationConsent=!1,await kn(h)}else if(f==="close_enable"){let h=await An();h.enableInputTranslation=!0,await kn(h)}}mC(r),at(Fl,Date.now());try{let f=await Mr(c,{...t,translationService:t.inputTranslationService});bC(t),hC(t,r,a+f.text)}catch(f){if(f instanceof J){let h=f.uiConfig(t);h.action=="retry"&&(h.action="none"),document.dispatchEvent(new CustomEvent(ho,{detail:h}))}}finally{Cr=!1}}catch(r){throw Cr=!1,r}finally{Cr=!1,pC()}}function TA(){let e=document.activeElement;if(!e)return!1;if(oc(e)){let t=e.selectionStart||0,n=e.value.length,a=e.value.split(` `).reverse()[0].trim(),o=n<=t;return I.debug("cursorPosition",t,"textLength",n),I.debug("input isTail",o,"tailHasText",a),o&&!!a}else{let t=window.getSelection();if(!t)return I.debug("No active selection found."),!1;if(t.rangeCount>0){let n=t.getRangeAt(0),r=n.startContainer;if(r.nodeType===Node.TEXT_NODE){let a=vA(r,e);I.debug("Current text node:",r.textContent),I.debug("Cursor position within text node:",n.startOffset);let o=r.textContent?.length===n.startOffset&&a,i=e.innerText?.split(` -`).reverse(),s=$e()?i[0]||i[1]:i[0];return I.debug("editdiv isTail",o,"tailHasText",s),o&&!!s}else I.debug("Cursor is not within a text node.")}}return!1}function vA(e,t){let n;function r(a){if(a.nodeType===Node.TEXT_NODE)n=a;else for(let o of a.childNodes)r(o)}return r(t),n==e}function fC(e,t){let{triggerTimes:n,triggerKey:r}=t,a=0,o=" ";r.length==1?(a=n,o=r):r.toLowerCase()=="space"&&(a=n);let i=e.length;for(let s=e.length-1;s>=e.length-a;s--){if([10,8629].includes(e[s].charCodeAt(0))){i--;continue}if(![...t.codePrefixAlias[r]||[],o].includes(e[s]))break;i--}return e.length-i<3&&[".","\u3002"].includes(e[i-1])&&i--,e.slice(0,i)}function xA(e,t){let n=t.innerHTML,r=Ga(t);return{html:n.replace(r,e),text:e}}function cC(e,t,n=!1){let r=Ga(t);return n?r.trim().endsWith(e.text.trim()):r?.trim()?.indexOf(e?.text?.trim())>=0}function Ga(e){return e.value||e.innerText||e.textContent}async function Ya(e){await new Promise((t,n)=>{setTimeout(()=>{t("")},e)})}async function EA(e,t,n){await Ya(10);let r=new DataTransfer;e.forEach(a=>{a==="plain"&&r.setData("text/plain",t.text)}),n.dispatchEvent(new ClipboardEvent("paste",{clipboardData:r,bubbles:!0,cancelable:!0})),r.clearData(),await Ya(10)}async function SA(e,t){let n=document.createEvent("TextEvent");n.initTextEvent&&(n.initTextEvent("textInput",!0,!0,window,e.text),t.dispatchEvent(n),await Ya(10))}async function wA(e,t){t.value&&t.select(),document.execCommand("insertText",!1,e.text.replace(/\n/g,"\r")),await Ya(20),(t.value||t.value==="")&&(t.value=e.text)}async function DA(e,t){oc(t)&&(t.value=e.text,t.dispatchEvent(new Event("input",{bubbles:!0})),await Ya(20))}var kA=[EA.bind(null,["plain"])];function AA(e){let t;oc(e)?t=new InputEvent("beforeinput",{bubbles:!0,cancelable:!0,inputType:"deleteContent"}):t=new KeyboardEvent("keydown",{bubbles:!0,cancelable:!0,keyCode:8,which:8,location:0,key:"Backspace"}),e.dispatchEvent(t)}function oc(e){return e.tagName==="INPUT"||e.tagName==="TEXTAREA"}function LA(e){if(oc(e))return;e.focus();let t=window.getSelection();if(!t)return;let n=document.createRange();n.selectNodeContents(e),t.removeAllRanges(),t.addRange(n)}async function hC(e,t,n){await LA(t),await Ya(50);let r=e.rule.inputConfig,a=xA(n,t);try{r?.clearContentEnable&&AA(t),await Ya(50),r?.execCommandDeleteEnable&&!Zr()&&Ga(t)?.trim()!=""&&(document.execCommand("delete"),await Ya(50)),I.debug("clearContent",Ga(t))}catch(o){I.error(o)}for(let o of[...kA,wA,DA,SA]){await o(a,t);let i=_A();if(!i)return;if(I.debug("setContent",o.name,cC(a,i),Ga(i),a),cC(a,i))break}}function _A(){return document.activeElement}function bC(e){pt("translate_input",[{name:"translate_input",params:{input_trailing_trigger_key:e.config.inputTrailingTriggerKey,input_starting_trigger_key:e.config.inputStartingTriggerKey,input_target_language:e.config.inputTargetLanguage}}],e)}function MA(e,t,n){let r="";e&&e.code&&(r=e.code.toLowerCase());let a="";e&&e.key&&(a=e.key.toLowerCase());let o=e.keyCode,i=n[t]||[];return o===229&&t!=="space"?!1:!!(i.includes(r)||i.includes(a)||r===t||a===t)}async function PA(e){if(e.config.interfaceLanguage!=="zh-CN"||e.config.targetLanguage!=="zh-CN")return;let t="inputTutorialsShowedAt";if(await jt(t,"")||Number(await jt(Fl,0))>0)return;let a=e.rule.inputConfig,o=a.tutorialsSelectors,i=a.tutorialsText;if((o?.length||0)>0&&i)for(let s=0;s{BA()},100),new Promise(g=>{let p=g;if(i){let D=i.shadowRoot;if(!D)return;s=D.querySelector(`.${n}`);let T=s.querySelector(`.${r}`),j=s.querySelector(`.${o}`),R=s.querySelector(`.${a}`)}else{let D=document.createElement("div");D.setAttribute("translate","no"),D.className="no-translate immersive-translate-error-modal-input-shadow-root",D.id=t,D.style.all="initial",D.style.zIndex="2147483647",document.body.appendChild(D);let T=D.attachShadow({mode:"open"}),j=document.createElement("style"),R=Pe();j.textContent=R.IMMERSIVE_TRANSLATE_INPUT_INJECTED_CSS,T.appendChild(j),s=document.createElement("div"),s.className=n+" notranslate",s.id=n;let M=document.createElement("div");M.className=ee+"-modal-content notranslate "+ee+"-modal-content-in-input",s.appendChild(M);let O=document.createElement("span");O.textContent="\xD7",O.className=ee+"-close",M.appendChild(O),u=document.createElement("div"),u.className=r+" notranslate",M.appendChild(u),c=document.createElement("div"),c.className=a+" notranslate",M.appendChild(c),l=document.createElement("div"),l.className=o,M.appendChild(l),T.appendChild(s),O.onclick=function(){P(),g("close")},T.addEventListener("click",N=>{N.target==s&&(s.style.display="none",g("close"))})}document.addEventListener("keydown",L);let f=Ht.bind(null,e);u.innerHTML=`
${H0} ${f("modalEnableInputTranslationTitle")}
`,c.innerHTML="";let h=document.createElement("p");h.innerHTML=f("modalEnableInputTranslationDesc",{1:"https://immersivetranslate.com/docs/input/"}),h.style.cssText="margin-bottom:12px",c.appendChild(h);let y=document.createElement("div");y.style.cssText="margin-bottom: 12px;",y.innerHTML=nt.sanitize(f("disableInputTranslationTips",{option:`${f("option")}`,learnMore:`${f("learnMore")}`})),c.appendChild(y);let C=[{id:"enable-search-enhancement",value:"enable",text:f("continueEnalbeInputTranslation")},{id:"disable-once",value:"once",text:f("disableOnce")},{id:"disable-global",value:"global",text:f("disableGlobal")}];for(let D=0;D0&&await VA(e.rule.waitForSelectors,e.rule.waitForSelectorsTimeout),e.rule.isInjectOptionsUrl){let s=w0(),u=document.createElement("meta");u.name="immersive-translate-options-url",u.content=s;try{document.head&&document.head.appendChild&&document.head.appendChild(u)}catch(l){I.warn("inject options url failed",l)}}if(e.rule.globalMeta&&Object.keys(e.rule.globalMeta).forEach(u=>{let l=document.createElement("meta");l.name=u,l.content=e.rule.globalMeta[u],document.head.appendChild(l)}),e.rule.initialGlobalAttributes&&Wb(document.body,e.rule.initialGlobalAttributes),e.rule.pageType=="pdfReader"){_n(e);return}if(e.config.arxivRule&&e.config.arxivRule.matches&&_t(e.url,e.config.arxivRule.matches)){let u=document.querySelector(e.config.arxivRule.injectContainerSelector);if(u){let l=document.querySelector(e.config.arxivRule.officialHtmlSelector),c="";if(l&&l.getAttribute&&l.getAttribute("href")){let C=l.getAttribute("href");try{let b=new URL(C);b.searchParams.set("_immersive_translate_auto_translate","1"),c=b.toString()}catch{}}let f=new URL(e.url).pathname.split("/").pop(),h=!1,y=!0;if(f)try{let b=f.split(".")[0],x=b.slice(0,2),S=b.slice(2,4),A=new Date(`20${x}-${S}-27`),P=new Date(e.config.arxivRule.validBefore);A${Ht(e,"viewWithImmersiveTranslate")}`,u.appendChild(C)}else{let C="";if(c&&(C=c),C){let b=document.createElement("li");b.innerHTML=`${Ht(e,"viewWithImmersiveTranslate")}`,u.appendChild(b)}}}}if(e.rule.isOnBoardingPage){document.dispatchEvent(new CustomEvent(Gt,{detail:JSON.stringify({type:"currentConfig",payload:{enableDefaultAlwaysTranslatedUrls:!!e.config.enableDefaultAlwaysTranslatedUrls}})}));let s=document.querySelector("#immersiveTranslateEnableDefaultAlwaysTranslatedUrlsValue");s&&(s.value="helloworld",s.value=String(!!e.config.enableDefaultAlwaysTranslatedUrls),s.dispatchEvent(new Event("change")))}CC||(CC=!0,ot()&&e.rule.useIframePostMessage&&await Q6());let n=e.sourceLanguage;n==="auto"?n=await TC():Xn(n);let r=J1(e,n);if(r&&(e=await Ye(Ae(),{translationMode:r})),e.rule.isInjectMeta)try{let s=await K1(n),u=document.createElement("meta");u.name="immersive-translate-meta",u.content=Cd(JSON.stringify(s)),document.head&&document.head.appendChild&&document.head.appendChild(u)}catch(s){I.warn("inject meta failed",s)}let a=new URL(e.url),i=a.searchParams.get("_immersive_translate_auto_translate")==="1"||a.searchParams.get("_immersive_translate_auto_translate")==="true"||e.state.isAutoTranslate||e.isTranslateUrl||e.rule.pageType=="pdfReader";if(!i&&!e.isTranslateExcludeUrl&&(I.debug(`detect page language: ${e.url} ${n}`),Sa(n,e.targetLanguage,{ignoreZhCNandZhTW:e.rule.ignoreZhCNandZhTW})||n==="auto"||ty(n,e.config.translationLanguagePattern)&&(i=!0,I.debug(`match language pattern ${n}, auto translate`))),e.rule.pageType=="ebookBuilder"&&(i=!1),e.rule.pageType!=="pdfReader"&&To(t)&&Zi(e,window),i)Ce.state.isAutoTranslate=!0,_n(Ce);else if(I.debug("do not auto translate",e),e.rule.initTranslationServiceAsSoonAsPossible&&e.translationService==="deepl"){if(Sa(n,e.targetLanguage,{ignoreZhCNandZhTW:e.rule.ignoreZhCNandZhTW})||n==="auto")return;e.config&&e.config.translationServices&&e.config.translationServices.deepl&&e.config.translationServices.deepl.authKey&&typeof e.config.translationServices.deepl.authKey=="string"&&e.config.translationServices.deepl.authKey.startsWith("immersive_")&&(ic[e.translationService]||(ic[e.translationService]=!0,ot()||ip(e).catch(s=>{I.warn("init translation engine error",s)})))}}async function d4(e){if(Ze()==="Original"){let t={};Qi&&(t.translationTheme=Qi),Ce&&(t={...Ce.state,...t});let n=await Ye(Ae(),t);if(e?.trigger=="right_menu"&&Mo(n?.rule)){let r=Ra(n.rule);Mi(!0,r||Ae());return}await _n(Ce,e)}else(Ze()==="Translated"||Ze()==="Error")&&jo()}async function IA(){if(Ce=await Ye(Ae(),{}),Ce.rule.pageType=="ebookBuilder")return iC(Ce);if(Ce.rule.pageType=="subtitleBuilder")return aC(Ce);wC()}async function g4(e){if(Ze()==="Original"){Ce=await Ye(Ae(),{}),Qi||(Qi=Ce.state.translationTheme);let t="mask";Ce.state.translationTheme==="opacity"&&(t="opacity"),Ce=await Ye(Ae(),{translationTheme:t}),await _n(Ce,e)}else if(Ze()==="Translated"){let t="mask";Ce?.state?.translationTheme==="opacity"&&(t="opacity");let n=W1().filter(o=>o.contentDocument?.body).map(o=>o.contentDocument.body),r=[Ce.mainFrame,...n],a=Ce?.state.translationTheme;for(let o of r){let i=Si(o,mi,!0);a==="mask"||a==="opacity"?i!=="none"?yt(o,mi,"none",!0):yt(o,mi,t,!0):i!=="mask"&&i!=="opacity"?yt(o,mi,t,!0):yt(o,mi,"none",!0)}}}async function TC(){let e=await Ye(Ae(),{});return e.rule.pageType=="subtitleBuilder"?i4():SC(e)}function OA(e){Ze()==="Original"?yC(e):Ho()}function NA(e){Ze()==="Original"?rC(e):s4()}function UA(e){Ze()==="Original"?Ji(e):Ho()}async function jo(){Pi(""),document.dispatchEvent(new CustomEvent(Gt,{detail:JSON.stringify({type:"restorePage",payload:{}})}));let e=await Ye(Ae(),{});if(e.rule.pageType=="subtitleBuilder"){s4();return}else e.rule.pageType=="ebookBuilder"&&sC();Ho()}async function _n(e,t){e.config?.sentryConfig?.contentInitTime=="translate_page"&&(e.config?.sentryConfig,void 0);let n=Ze(),r={pageStatus:n,translateService:e.state.translationService||e.translationService,translationMode:e.state.translationMode};n!=="Original"&&await jo(),document.dispatchEvent(new CustomEvent(Gt,{detail:JSON.stringify({type:"translateStart",payload:{}})})),document.dispatchEvent(new CustomEvent(Gt,{detail:JSON.stringify({type:"targetLanguage",payload:{targetLanguage:e.targetLanguage}})})),ic[e.translationService]||(ic[e.translationService]=!0,ot()||ip(e).catch(o=>{I.warn("init translation engine error",o)}));let a={};if(t&&t.trigger&&(a.trigger=t.trigger),pt("translage_page_daily",[{name:"translage_page_daily",params:a}],e),pt("translate_page",[{name:"translate_page",params:a}],{...e,sourceLanguage:Mt()}),e.rule.pageType=="subtitleBuilder"){NA(e),Pi("yes");return}if(e.rule.pageType=="ebookBuilder"){uC(e),Pi("yes");return}if(e.rule.pageType==="pdfReader"){OA(e),Pi("yes");return}UA(e),Pi("yes")}async function jA(e,t){let n=Ce?.translationService;if(Ze()==="Original"||n!=e){Ce=await Ye(Ae(),{translationService:e});let r=Ht(Ce,"temprarilyChangeTranslationTo_"+e);Z0({text:r}),await _n(Ce,t)}else{jo();let r=await er(),a={url:Ae(),config:r,state:{}},o=await bn(a);Ce=await Ye(Ae(),{translationService:o.translationService})}}async function HA(e){Ze()==="Original"?await c4(e):(Ze()==="Translated"||Ze()==="Error")&&(Ce=await Ye(Ae(),{}),Ce.state.translationArea!=="main"?await c4(e):jo())}async function c4(e){Ce=await Ye(Ae(),{translationArea:"main"}),await _n(Ce,e)}async function vC(e){Ce=await Ye(Ae(),{translationArea:"body"}),await _n(Ce,e)}async function m4(e){let t=await Ye(Ae(),{}),n=t.state.translationMode=="dual"?"translation":"dual";if(t=await Ye(Ae(),{translationMode:n}),Ze()==="Original"){_n(t,e);return}window.immersiveTranslateSwitchTranslateState&&window.immersiveTranslateSwitchTranslateState(n)}async function r4(e){if(Ce=await Ye(Ae(),{translationMode:e}),pt("switch_translation_mode",[{name:"switch_translation_mode",params:{mode:e}}],{...Ce,sourceLanguage:"unknown"}),Ze()==="Original"){_n(Ce);return}window.immersiveTranslateSwitchTranslateState&&window.immersiveTranslateSwitchTranslateState(e)}async function zA(e){if(Ze()==="Original")await vC(e);else if(Ze()==="Translated"||Ze()==="Error"){let t={};Ce&&Ce.state&&(t=Ce.state),Ce=await Ye(Ae(),t),Ce.state.translationArea!=="body"?(Ce.state.translationArea="body",Ce=await Ye(Ae(),Ce.state),await _n(Ce,e)):jo()}}async function xC(e){Ce=await Ye(Ae(),{translationStartMode:"immediate"}),await _n(Ce,e)}async function qA(e){Ze()==="Original"?await xC(e):(Ze()==="Translated"||Ze()==="Error")&&jo()}function WA(){return Ce}async function Ye(e,t){let n=Object.keys(t);if(Ce){let r={url:e,config:Ce.config,state:{...Ce.state,...t}};Ce=await bn(r)}else{let r=await er(),a=t;n.length===0&&(a=void 0),Ce=await bn({url:e,config:r,state:a})}return Ce.state&&Ce.state.translationService&&(Ce.translationService=Ce.state.translationService),Ce.state&&Ce.state.targetLanguage&&(Ce.targetLanguage=Ce.state.targetLanguage),Ce}async function $A(){let e=await An()||{},t=e.generalRule||{},n=t["subtitleRule.add"]||{},r=!n.preTranslation;await kn({...e,generalRule:{...t,"subtitleRule.add":{...n,preTranslation:r}}}),r?Z0({text:Ht(Ce,"videoSubtitlePreTranslationOn")}):Z0({text:Ht(Ce,"videoSubtitlePreTranslationOff")}),setTimeout(()=>{window.location.reload()},1e3)}async function Xp(){let e=await er(),t=await cu(),n;Ce&&Ce.state&&(n=Ce.state);let r={url:Ae(),config:e,state:n},a=await bn(r);a.state&&a.state.translationService&&(a.translationService=a.state.translationService),Ce=a,p4(Ce);let o=Pu(),i=[];return o?i=o.allInlineWindows||[window]:i=[window],i.forEach(s=>{Vy(a,s),To(t)&&Zi(a,s),dC(a)}),a}function VA(e,t=3e3){return new Promise((n,r)=>{let a=t?setTimeout(()=>{n(new Error("timeout"))},t):void 0,o=setInterval(()=>{e.every(s=>document.querySelector(s)!==null)&&(clearInterval(o),a&&clearTimeout(a),n(null))},50)})}async function Jy(e){let t=e.detail,n=An();await Db(t.token,n,kn),mt.set(Tt,t);let r=await mt.get($s,!1);mt.set($s,!1),document.dispatchEvent(new CustomEvent("immersiveTranslateDocumentMessageUserResult",{detail:r?"close":"success"})),l4()}function Qy(e){I.debug("update user info",e);let t=e.detail;mt.set(Tt,t),l4()}async function Zy(e){let t=await An();if(t.translationService)return;let n=e.config.translationService,r=await a4(e,n);if(e.translationService!==r){if(!r){Eo([{name:"no_avaliable_translation_service"}]);return}t.translationService=r,kn(t),e.translationService=r,Eo([{name:"change_default_translation_service",params:{translation_service:r}}])}}async function Xy(e,t){let n=t.detail;if(e.rule.id!="immersive")return;let r=n.translateService;if(!r)return;let a=n.provider,o=await An();o.translationService=r,a&&o?.translationServices?.[r]?.provider&&(o.translationServices[r].provider=a),o.translationServiceChangedbyUserAt=new Date().toISOString(),kn(o)}async function a4(e,t,n=!0){let r=e.rule.detectionServiceOrder||["google","bing","transmart","yandex"];return r.sort((a,o)=>a===t?n?-1:1:o===t?n?1:-1:0),await hb(r,e)}async function eC(e){let t=await An();t.translationService=e,await kn(t);let n=await Ye(Ae(),{});n.translationService=e,await _n(n)}W9({detectCurrentPageLanguage:TC,ensureSwitchTranslationMode:m4,restorePage:jo,retryFailedParagraphs:IA,switchTranslationMode:r4,toggleTranslatePage:d4,toggleTranslateTheMainPage:HA,toggleTranslateTheWholePage:zA,toggleTranslationMask:g4,toggleVideoSubtitlePreTranslation:$A,translatePage:_n,translatePageWithTranslationService:jA,translateTheMainPage:c4,translateTheWholePage:vC,translateToThePageEndImmediately:xC,toggleTranslateToThePageEndImmediately:qA,updateGlobalContext:Xp,getPureGlobalContext:WA});m();m();function sc({parent:e,ctx:t,Component:n,props:r={},style:a="",id:o,initialCSS:i=!0}){let s=o||ee+n.name;e.querySelector(`#${s}`)&&document.querySelector(`#${s}`)?.remove();let u=document.createElement("div");u.id=s,i&&u.setAttribute("style","all: initial");let l=u.attachShadow({mode:"open"});a&&zn(l,a),e.appendChild(u),la(d(qi,{lang:t.config.interfaceLanguage,fallbackLang:"zh-CN",translations:nn,children:d(n,{...r})}),l)}m();m();m();function Xi(e){return Ja(e).subtitles}function Ja(e){let t=[],n=e.split(/\r?\n/),r={},a=-1;return n.forEach((o,i)=>{let s=o.match(/(?(\d{2}:)*\d{2}([.,]\d{3})?) --> (?(\d{2}:)*\d{2}([.,]\d{3})?)(? - ${s.innerHTML}`.replaceAll('data-immersive-translate-translation-element-mark="1"',"dim_m='1'").replace(/data-immersive-translate-walked=\".+?\"/g,"dim_w='1'").replace(/data-on-parse-paragraph=\".+?\"/g,"").replace(/data-consume-paragraph=\".+?\"/g,"").replace(/data-consume-container=\".+?\"/g,"").replace(/immersive-translate-target-([a-z\-]+)/g,(C,b)=>"imt_"+b.replaceAll("translation","t"))},await Wt(a);let h=Pe().SHARE_DRAFT_URL,y=r.rule;if(y.shareConfig?.sharePath){let C=new URL(h);C.pathname=y.shareConfig.sharePath,h=C.toString()}_i(h)}catch(f){I.error(f)}}async function tC(){let e=await qt();e.draft&&globalThis.document.dispatchEvent(new CustomEvent(C2,{detail:JSON.stringify(e.draft)}))}async function c_(){try{if(await t0("reportActive"))return;I.debug("\u672A\u6FC0\u6D3B\u8FC7");let t=await Jg();await de({url:yo+"/v1/user/campaign-info-translated/"+t,method:"POST",headers:{"content-type":"application/json"}}),tu("reportActive","1")}catch(e){I.error(e)}}var d_=new AbortController,{signal:g_}=d_,Mc=0,Pc=0,os=!1,Wo,c5=0,Xa=[];function Zi(e,t){m_();let n=e,r=n.config,a=r.generalRule.mouseHoverHoldKey==="Off",o=r.mouseModifierKeyPressTimeout||400;n.state.isTranslateDirectlyOnHover===!0&&(a=!1);let i=n.state.isTranslateDirectlyOnHover===!0||r.generalRule.mouseHoverHoldKey==="Auto";function s(){i=!i,i?(I.debug("mouse hover translate on"),n.state.isTranslateDirectlyOnHover=!0,Zi(n,t)):(I.debug("mouse hover translate off"),n.state.isTranslateDirectlyOnHover=!1,Zi(n,t))}document.addEventListener(Us,s),Xa.push(()=>{document.removeEventListener(Us,s)});let u=or(p=>{if(!(Math.abs(p.clientX-Mc)+Math.abs(p.clientY-Pc)<=3)&&(Mc=p.clientX,Pc=p.clientY,i||os&&!Wo)){let f=p5(n.rule,t);if(f){if(O4(f))return;I4(n,!1,f)}}},i?700:300),l=p=>{let f=p.target;O4(f)||I4(n,!0)},c=p=>{let f=r?.generalRule?.mouseHoverHoldKey?.toLowerCase()||"alt",h=Ut.getPressedKeyCodes();if(h.length>1&&Ut[f]&&(c5=Date.now(),os=!1),h.length===1&&Ut[f]){let y=Date.now();os=!0,Wo&&clearTimeout(Wo),Wo=setTimeout(()=>{let C=c5-y;C>0&&C<=o?os=!1:l(p),Wo=void 0},o)}};if(Xa.push(()=>{Wo&&clearTimeout(Wo)}),a)return;B4("mousemove",u,t),Xa.push(()=>{t.removeEventListener("mousemove",u)});function g(){i?u.cancel():os=!1}if(B4("blur",g,t),Xa.push(()=>{t.removeEventListener("blur",g)}),!i){let p=r?.generalRule?.mouseHoverHoldKey?.toLowerCase()||"alt",f=U2;B4("keyup",d5,t),Xa.push(()=>{t.removeEventListener("keyup",d5)}),f.includes(p)?Ut("*","mouseHover",c):Ut(r.generalRule.mouseHoverHoldKey,"mouseHover",l),Ut.setScope("mouseHover"),Xa.push(()=>{Ut.deleteScope("mouseHover")})}}function m_(){Xa.forEach(e=>e()),Xa=[],Ut.setScope("all")}function d5(e){os=!1}function B4(e,t,n=window){return n.addEventListener(e,t,{signal:g_})}function I4(e,t,n,r=window){if(n=n||p5(e.rule,r),!n){I.debug("can not find selection part!");return}if(f_(n,t))return;if(O4(n)){I.debug("exclude dom");return}l5(e,n);let o=Pu();o&&(o.setupMouseHoverListener=Zi);let i=yn(e);i.excludeSelectors=[],i.selectors=[];let s=!1,u=P4({...o},e);ia({id:o.id,container:n,filterRule:i,force:!0,onParagraph:l=>{Io(u,l,!0,"hover").then(c=>{if(c&&!s){s=!0;let g=Date.now();at(x2,g),pt("mouse_hover_translate",[{name:"mouse_hover_translate"}],{...e,sourceLanguage:"mouseHover"})}})},onFrame:()=>{},onIgnoreElement:()=>{}})}function p5(e,t){return p_(Mc,Pc,e,t)}function p_(e,t,n,r){let a=s9(e,t,n,r);if(a==null)return;let o=()=>{let u=r.document.elementFromPoint(e,t);if(!u)return;let l=u9(u,e,t);return l===u?u.nodeName==="BUTTON"?u:void 0:m5(l,n)},i=()=>{try{a.setStartBefore(a.startContainer),a.setEndAfter(a.startContainer)}catch(l){I.debug("get mouse over word fail",l)}let u=a.getBoundingClientRect();if(!(u.left>e||u.rightt||u.bottom{b_(r)}),!0}function h_(e){let t=[e];if(e.nodeName=="FONT"&&e.classList.contains("immersive-translate-target-wrapper"))t=[e.parentElement];else{let r=[...e.querySelectorAll(".immersive-translate-target-wrapper")].map(a=>a.parentElement).filter(a=>!!a);r.length&&(t=r)}return t.filter(n=>n?.paragraphs&&n?.paragraphs.length>0)}function b_(e){let t=Pu();t&&(!e.paragraphs||!e.paragraphs.length||(e.paragraphs.forEach(n=>{ku(n,n.state==="original"?t.translateState:"original")}),e.paragraphs=[]))}function R4(e){return!!(e.host&&e.mode)}function g5(e,t){let n=e.parentNode;if(n.nodeName==="BODY"||R4(n))return e;for(;n&&n.nodeName!=="BODY"&&!R4(n)&&Xg(n,t);){let r=n.parentNode;if(r&&R4(r))break;n=r}return n}function m5(e,t){return e.nodeType===Node.TEXT_NODE||Xg(e,t)?g5(e,t):e}function f5(e,t){Mc=t.clientX,Pc=t.clientY,I4(e,!0)}var Nu=[];function N4(e,t){let n=0,r=0,a,o=s=>{let u=new Date().getTime();r++,u-n<300?i(s):r=1,n=u},i=s=>{clearTimeout(a),r===parseInt(e+"")&&(a=setTimeout(()=>{r=0,t(s)},400))};document.addEventListener("click",o),Nu.push(()=>{document.removeEventListener("click",o)})}function h5(e,t){let n=0,r=0,a=0,o=s=>{let u=s.changedTouches[0];n=new Date().getTime(),r=u.clientX,a=u.clientY},i=s=>{let u=s.changedTouches[0];n-new Date().getTime()>1e3||Math.abs(a-u.clientY)>50||(e==="left"&&u.clientX-r>50&&t(s.changedTouches[0]),e==="right"&&u.clientX-r<-50&&t(s.changedTouches[0]))};document.addEventListener("touchstart",o),document.addEventListener("touchend",i),Nu.push(()=>{document.removeEventListener("touchstart",o),document.removeEventListener("touchend",i)})}function Fc(e,t){let n,r=a=>{clearTimeout(n),a.touches.length===parseInt(e+"")&&(n=setTimeout(()=>{t(a.changedTouches[0])},200))};document.addEventListener("touchstart",r),Nu.push(()=>{document.removeEventListener("touchstart",r)})}var _u={touchShortcutsOff:()=>{},"multipleClick.2":N4,"multipleClick.3":N4,"multipleClick.4":N4,"slide.left":h5,"slide.right":h5,"fingers.2":Fc,"fingers.3":Fc,"fingers.4":Fc,"fingers.5":Fc};async function nC(e){try{x_();let t=await pr(),n=Nl.find(r=>r.name==="touch");if(!n)return;n.shortcuts.forEach(r=>{if(typeof r=="string")return;let a=U4(e,t,r.command),o=_u[a];if(a==="touchShortcutsOff"||!o)return;let i=a.split(".");if(i.length!==2)return;let s=i[1];s&&o(s,u=>{v_(r.command,e,u)})})}catch(t){I.error(t)}}function U4(e,t,n){if(!t.generalRule)return e.config.generalRule[n];if(t.generalRule[n])return t.generalRule[n];let r={touchShortcutsToggleTranslatePage:"fingerCountToToggleTranslagePageWhenTouching",touchShortcutsToggleTranslationMask:"fingerCountToToggleTranslationMaskWhenTouching",touchShortcutsToggleTranslatePageOnlyTranslation:"fingerCountToToggleTranslagePageOnlyTranslationWhenTouching"};return r[n]&&t.generalRule[r[n]]?`fingers.${t.generalRule[r[n]]}`:e.config.generalRule[n]||""}var y_=()=>{d4();let e=new CustomEvent(Yr,{detail:{method:"toggleTranslatePage"}});globalThis.document.dispatchEvent(e)},C_=()=>{m4();let e=new CustomEvent(Yr,{detail:{method:"toggleOnlyTranslation"}});globalThis.document.dispatchEvent(e)},T_=()=>{g4();let e=new CustomEvent(Yr,{detail:{method:"toggleTranslationMask"}});globalThis.document.dispatchEvent(e)},b5=0,v_=(e,t,n)=>{new Date().getTime()-b5<200||(b5=new Date().getTime(),e==="touchShortcutsToggleTranslatePage"?y_():e==="touchShortcutsToggleTranslationMask"?T_():e==="touchShortcutsToggleTranslatePageOnlyTranslation"?C_():e==="touchShortcutsToggleTranslateTouchElement"&&f5(t,n))};function x_(){Nu.forEach(e=>{e()}),Nu=[]}function Uu(e){let{onChange:t,type:n,title:r,command:a,description:o,shortcut:i,disabled:s}=e,[u,l]=$(!1),{t:c}=W();if(n==="finger")return d("div",{class:"nav",children:[d(we,{title:r,description:o||""}),d("select",{class:"select !w-36",onChange:g=>{g.preventDefault();let p=g.target.value;t(p)},children:Object.keys(_u).map((g,p)=>d("option",{value:g,selected:i===g,children:`${c(g)}`},"finger-"+p))})]});if(n==="mouseHoverHoldKey"){let g=Jr.includes(i);return d("div",{children:[d("div",{class:"nav",children:[d(we,{title:r,description:o||""}),d(Pr,{className:"select",maxWidth:250,items:Jr.filter(p=>!(g&&p==="OtherCustom"||p==="OtherCustom")).map(p=>{let f=c("mouseHoldKey",{key:p}),h=Jr.includes(i),y=p===i;return i==="Off"&&p===i&&u&&(y=!1),p==="Auto"?f=c("mouseHoldKeyAuto"):p==="Off"?f=c("mouseHoldKeyOff"):p==="OtherCustom"?f=h?c("mouseHoldKeyOther"):c("mouseHoldKeyCustomKey",{key:i}):p==="Other"&&(f=c("mouseHoldKeyOther")),h||p==="Other"&&(y=!0),{label:f,value:p,selected:y,onSelected:C=>{C.value==="Other"?(l(!0),t("Off",!0)):(l(!1),t(C.value))}}})})]}),(!g||u)&&d("div",{class:"nav",children:[d(we,{title:c("mouseHoverCustomKeyTitle"),description:c("mouseHoverCustomKeyDescription")||""}),d("input",{type:"text",class:"!w-36",placeholder:c("mouseHoverShortcutPlaceholder"),name:"mouseHoverHoldKey",value:i==="Off"?"":i,onChange:p=>{t(p.target.value)}})]})]})}return d("div",{class:"nav",children:[d(we,{title:r,description:o||""}),d("div",{children:[d("input",{type:"text",class:"!w-36",disabled:s,id:a,name:a,value:i,onChange:g=>{t(g.target.value)}}),s&&d("div",{class:"ml-2 inline-block",children:d(tr,{width:200,multiple:!0,text:c("shortcutDisableTooltip"),children:d("span",{children:d(Ub,{width:20,height:16})})})})]})]})}function j4(){let e=Ve(),[t,n,r,a,o]=e;vt(t,n);let[i,s]=oa(),{t:u}=W(),l=Qt(t),c=On(l);return l?d(ut,{children:d(Ee.Provider,{value:e,children:[d("div",{class:"nav",children:d("strong",{class:"text-lg",children:u("mouseHoverOptions")})}),d(Vi,{image:yr("images/hover_intro.png"),nightImage:yr("images/hover_intro_night.png"),title:u("intro.hoverTitle"),description:u("intro.hoverDescription")}),d(Uu,{onChange:(g,p)=>{n(f=>{let y={...f.generalRule||{},mouseHoverHoldKey:g||"Off"};return g!=="Off"&&(y.mouseHoverPreferenceKey=g),{...f,generalRule:y}}),p||st(u("saved"))},type:"mouseHoverHoldKey",title:u("mouseHoverHoldKey"),command:"mouseHoverHoldKey",description:u("desc.mouseHoverHoldKey"),shortcut:l.generalRule.mouseHoverHoldKey,disabled:!1}),d(E_,{setSettings:n,config:l}),!d1()&&d("div",{class:"nav",children:[d(we,{title:u("confirmSupportMouse"),description:u("confirmSupportMouseDescription")}),d("label",{for:"confirmSupportMouse",children:d("input",{type:"checkbox",onChange:g=>{let p=g.target.checked;s({...i,confirmSupportMouse:p})},checked:i?.confirmSupportMouse===!0,id:"confirmSupportMouse",name:"switch",role:"switch"})})]}),d($a,{config:l,ctx:c,serviceType:"mouseHoverTranslationService"})]})}):null}function E_({setSettings:e,config:t}){let{t:n}=W();return Ea()?d(Uu,{onChange:(r,a)=>{e(o=>{let s={...o.generalRule||{},touchShortcutsToggleTranslateTouchElement:r||"touchShortcutsOff"};return r&&r!=="touchShortcutsOff"&&(s.touchShortcutsToggleTranslateTouchElementPreferenceKey=r),{...o,generalRule:s}}),a||st(n("saved"))},type:"finger",title:n("touchShortcutsToggleTranslateTouchElement"),command:"touchShortcutsToggleTranslateTouchElement",description:n("desc.touchShortcutsToggleTranslateTouchElement"),shortcut:t.generalRule.touchShortcutsToggleTranslateTouchElement,disabled:!1}):null}m();function H4(){let e=Ve(),[t,n,r,a,o]=e;vt(t,n);let i=Qt(t),s=On(i),u=Ne(p=>{s&&n(f=>n0({...f},p))},[s,n]),l=ou(s,t),{t:c}=W(),g=Ne((p,f)=>c("floatBallOptions."+p,f),[]);return!s||!l?d("div",{children:"loading"}):d(ut,{children:d(Ee.Provider,{value:e,children:[d("div",{class:"nav",children:d("strong",{class:"text-lg",children:c("floatBallOptions")})}),d(Vi,{image:yr("images/float_ball_intro.png"),nightImage:yr("images/float_ball_intro_night.png"),title:c("intro.floatBallTitle"),description:c("intro.floatBallDescription")}),d(S_,{config:s.config,t:g,rawT:c,rule:l,updateFloatBallRule:u}),d(w_,{t:g,rule:l,updateFloatBallRule:u}),d(D_,{t:g,rule:l,updateFloatBallRule:u}),d(k_,{t:g,rule:l,updateFloatBallRule:u})]})})}function S_({rule:e,config:t,updateFloatBallRule:n,t:r,rawT:a}){return d(xe,{children:d("div",{class:"nav",children:[d(we,{title:r("enable"),description:e.isPc?r("enableDescPc"):r("enableDesc",{touch:a("fingers."+t.generalRule.fingerCountToToggleTranslagePageWhenTouching)})}),d("label",{for:"enable",children:d("input",{type:"checkbox",id:"enable",name:"switch",role:"switch",onChange:o=>{let i=o.target.checked;e.enable=i,n(e)},checked:e.enable})})]})})}function w_({t:e,rule:t,updateFloatBallRule:n}){let[r,a]=$(!1),[o,i]=$(""),[s,u]=$(-1);le(()=>{Ut("esc",()=>{a(!1)})},[]);let l=()=>{a(!r)},c=(f,h,y,C)=>{l(),s==h&&h!=-1?t.blockUrls[h]=f:t.blockUrls=Rn(f,t.blockUrls),n(t),u(-1),i("")},g=(f,h)=>{f.forEach(y=>{t.blockUrls=zt(y,t.blockUrls)}),n(t),u(-1),i("")},p=(f,h,y)=>{a(!r),i(f),u(y)};return d(xe,{children:[d("div",{class:"nav",children:[d(we,{title:e("blockUrls"),description:e("blockUrlDesc")}),d("div",{class:"nav-right",children:d("a",{href:"#",role:"button",class:"add-button secondary outline",onClick:f=>{f.preventDefault(),l()},children:e("add")})}),r?d(aa,{toggleModal:f=>{f.preventDefault(),l()},onSubmitAddUrl:c,type:"excludeMatches",urlValue:o,index:s}):null]}),d(qa,{urls:t.blockUrls||[],type:"excludeMatches",onDeleteUrl:g,onEditUrl:p})]})}function D_({t:e,rule:t,updateFloatBallRule:n}){return d(xe,{children:d("div",{class:"nav",children:[d(we,{title:e("clickType"),description:e("clickTypeDesc")}),d("select",{class:"select",onChange:r=>{r.preventDefault(),t.clickType=r.target.value,n(t)},children:[d("option",{value:"translate",selected:t.clickType=="translate",children:e("clickTranslate")}),d("option",{value:"popup",selected:t.clickType=="popup",children:e("clickPopup")})]})]})})}function k_({t:e,rule:t,updateFloatBallRule:n}){return d(xe,{children:d("div",{class:"nav",children:[d(we,{title:e("fixedPosition"),description:e("fixedPositionDesc")}),d("select",{class:"select",onChange:r=>{r.preventDefault(),t.fixedPosition=r.target.value,n(t)},children:[d("option",{value:"left",selected:t.fixedPosition=="left",children:e("fixedPositionLeft")}),d("option",{value:"right",selected:t.fixedPosition=="right",children:e("fixedPositionRight")})]})]})})}m();function z4(){let e=Ve(),[t,n,r,a,o]=e,[i]=oa();vt(t,n);let[s,u]=$(null),{t:l}=W();if(le(()=>{ft().then(f=>{bn({config:f,url:globalThis.location.href}).then(h=>{u(h)})})},[t]),!s)return d("div",{children:"loading"});let c={...s.config,shortcuts:{...s.config.shortcuts}},g=Nl.filter(f=>f.name==="touch"?Ea():f.name==="mouse"?To(i):!0).map(f=>({name:f.name,shortcuts:f.shortcuts.map(h=>{let y="",C="normal";typeof h=="string"?y=h:(y=h.command,h.type&&(C=h.type));let b="";l(`desc.${y}`)!==`desc.${y}`&&(b=l(`desc.${y}`));let S="";C==="finger"?S=U4(s,t,y):C==="mouseHoverHoldKey"?t?.generalRule&&t?.generalRule[y]!==void 0?S=t.generalRule[y]:S=c.generalRule[y]:t?.shortcuts&&t?.shortcuts[y]!==void 0?S=t.shortcuts[y]:S=c.shortcuts[y];let A=l(`browser.${y}`);return(C==="finger"||C==="mouseHoverHoldKey")&&(A=l(`${y}`)),{command:y,type:C,shortcut:S,title:A,description:b,disabled:!(me()||ci())}})})),p=()=>d("blockquote",{class:"text-sm",children:[l("browserShortcutsSucks")," ",d("kbd",{children:"Ctrl+A"}),"\xA0",d("kbd",{children:"Alt+B"}),"\xA0",d("kbd",{children:"Command+C"}),"\xA0 ",d("kbd",{children:"Ctrl+Shift+D"})," "]});return me()||(Zr()?p=()=>d("blockquote",{class:"text-sm",children:[l("browserShortcutsNoteForFirefox")," ",d("a",{target:"_blank",href:"https://support.mozilla.org/zh-CN/kb/%E7%AE%A1%E7%90%86Firefox%E7%9A%84%E6%89%A9%E5%B1%95%E5%BF%AB%E6%8D%B7%E6%96%B9%E5%BC%8F",children:[l("help"),"?"]})]}):ci()||(p=()=>d("blockquote",{class:"text-sm",children:[l("browserShortcutsNoteForChrome"),"\xA0",d("a",{href:"#",onClick:f=>{f.preventDefault(),Q.tabs.create({url:"chrome://extensions/shortcuts"})},children:l("goSettings")})]}))),d(ut,{children:d(Ee.Provider,{value:e,children:[d("div",{class:"nav",children:d("strong",{class:"text-lg",children:l("shortcutSettingsTitle")})}),d("div",{children:d(p,{})}),g.map((f,h)=>d("article",{class:"mb-8",children:[d("div",{class:"text-gray-500 text-sm",children:l(`shortcutGroup.${f.name}`)}),f.shortcuts.map((y,C)=>us(Uu,{...y,key:`shortcut-${C}`,onChange:(b,x)=>{n(S=>{if(y.type==="finger"){let P={...S.generalRule||{},[y.command]:b||"touchShortcutsOff"};return y.command==="touchShortcutsToggleTranslateTouchElement"&&b&&b!=="touchShortcutsOff"&&(P.touchShortcutsToggleTranslateTouchElementPreferenceKey=b),{...S,generalRule:P}}else if(y.type==="mouseHoverHoldKey"){let P={...S.generalRule||{},[y.command]:b||"Off"};return b!=="Off"&&(P.mouseHoverPreferenceKey=b),{...S,generalRule:P}}else{let A={...S?.shortcuts},P={...S,shortcuts:{...A,[y.command]:b}};return b||(P.shortcuts[y.command]=""),P}}),x||st(l("saved"))}}))]},`shortcut-group-${h}`))]})})}m();function A_(){let[e,t]=$(null);return le(()=>{ft().then(n=>{t(n)})},[]),e}function q4(){let[e,t,n,r,a]=Ve(),o=A_(),{t:i,setLang:s}=W(),[u,l]=oa();if(!o)return null;return d(ut,{children:d("div",{class:"pb-4",children:d(c,{})})});function c(){return le(()=>{e&&g()},[e]),d(xe,{children:d("div",{style:{width:"100%"},children:d("p",{children:[i("download_started")," ",d("a",{href:"#",class:"secondary",onClick:p=>{p.preventDefault(),g()},children:i("here")})]})})});function g(){let p=new Blob([JSON.stringify(e,null,2)],{type:"text/plain;charset=utf-8"});ao.saveAs(p,"immersive-translate-config-"+$i()+".txt")}}}m();m();function y5(){return d("svg",{id:"svg",version:"1.1",xmlns:"http://www.w3.org/2000/svg",width:"30",height:"30",viewBox:"0, 0, 400,400",children:d("g",{id:"svgg",children:[d("path",{id:"path0",d:"M116.705 75.100 L 116.600 89.000 88.900 89.103 L 61.200 89.205 61.200 137.600 L 61.200 185.995 88.900 186.097 L 116.600 186.200 116.704 207.100 L 116.807 228.000 130.604 228.000 L 144.400 228.000 144.400 207.000 L 144.400 186.000 172.200 186.000 L 200.000 186.000 200.000 137.600 L 200.000 89.200 172.200 89.200 L 144.400 89.200 144.400 75.200 L 144.400 61.200 130.605 61.200 L 116.810 61.200 116.705 75.100 M227.600 88.772 L 227.600 102.800 250.576 102.800 C 265.463 102.800,273.640 102.941,273.800 103.200 C 273.936 103.420,274.387 103.600,274.803 103.600 C 281.873 103.600,292.696 112.756,295.278 120.921 C 295.778 122.505,296.371 123.928,296.594 124.085 C 296.854 124.268,297.044 130.468,297.124 141.385 L 297.247 158.400 311.262 158.400 L 325.277 158.400 325.083 140.900 C 324.882 122.835,324.541 118.696,323.013 115.765 C 322.678 115.124,322.404 114.303,322.402 113.940 C 322.398 112.713,319.594 106.004,317.992 103.386 C 317.116 101.956,316.400 100.635,316.400 100.451 C 316.400 100.267,315.995 99.677,315.500 99.139 C 315.005 98.601,314.107 97.412,313.504 96.496 C 311.880 94.027,305.442 87.743,302.856 86.103 C 301.615 85.316,300.456 84.430,300.280 84.136 C 300.104 83.841,299.804 83.600,299.613 83.600 C 299.422 83.600,297.879 82.780,296.184 81.778 C 292.949 79.865,288.492 78.078,284.796 77.210 C 283.588 76.927,282.420 76.558,282.200 76.390 C 280.817 75.333,275.285 75.062,251.900 74.906 L 227.600 74.745 227.600 88.772 M116.600 137.600 L 116.600 158.200 102.700 158.305 L 88.800 158.410 88.800 137.600 L 88.800 116.790 102.700 116.895 L 116.600 117.000 116.600 137.600 M172.000 137.600 L 172.000 158.400 158.200 158.400 L 144.400 158.400 144.400 137.600 L 144.400 116.800 158.200 116.800 L 172.000 116.800 172.000 137.600 M255.091 172.900 C 254.773 174.314,252.711 179.778,252.412 180.000 C 252.263 180.110,251.461 182.090,250.628 184.400 C 249.795 186.710,248.891 188.960,248.619 189.400 C 248.166 190.130,246.935 193.348,245.328 198.000 C 244.986 198.990,244.579 199.890,244.424 200.000 C 244.269 200.110,243.461 202.090,242.628 204.400 C 241.795 206.710,240.891 208.960,240.619 209.400 C 240.166 210.130,238.935 213.348,237.328 218.000 C 236.986 218.990,236.579 219.890,236.424 220.000 C 236.269 220.110,235.461 222.090,234.628 224.400 C 233.795 226.710,232.891 228.960,232.619 229.400 C 232.166 230.130,230.935 233.348,229.328 238.000 C 228.986 238.990,228.579 239.890,228.424 240.000 C 228.269 240.110,227.461 242.090,226.628 244.400 C 225.795 246.710,224.883 248.969,224.600 249.421 C 224.317 249.872,223.808 251.042,223.468 252.021 C 221.781 256.882,220.655 259.819,220.412 260.000 C 220.263 260.110,219.461 262.090,218.628 264.400 C 217.795 266.710,216.883 268.969,216.600 269.421 C 216.317 269.872,215.808 271.042,215.468 272.021 C 213.781 276.882,212.655 279.819,212.412 280.000 C 212.263 280.110,211.461 282.090,210.628 284.400 C 209.795 286.710,208.891 288.960,208.619 289.400 C 208.166 290.130,206.935 293.348,205.328 298.000 C 204.986 298.990,204.579 299.890,204.424 300.000 C 204.269 300.110,203.461 302.090,202.628 304.400 C 201.795 306.710,200.891 308.960,200.619 309.400 C 200.166 310.130,198.935 313.348,197.328 318.000 C 196.986 318.990,196.583 319.890,196.433 320.000 C 196.191 320.178,194.400 324.617,194.400 325.040 C 194.400 325.133,201.186 325.162,209.480 325.105 L 224.560 325.000 225.465 322.471 C 225.963 321.079,226.659 319.369,227.011 318.671 C 227.637 317.428,230.057 311.085,230.587 309.300 C 230.734 308.805,231.001 308.400,231.180 308.400 C 231.360 308.400,231.597 307.995,231.708 307.500 C 231.993 306.224,234.272 300.138,235.022 298.649 C 235.639 297.423,238.062 291.071,238.587 289.300 C 238.734 288.805,239.022 288.400,239.227 288.400 C 239.432 288.400,239.600 288.145,239.600 287.833 C 239.600 287.521,239.954 286.441,240.386 285.433 L 241.172 283.600 269.531 283.600 L 297.891 283.600 298.546 285.313 C 298.906 286.256,299.200 287.175,299.200 287.355 C 299.200 287.536,299.629 288.537,300.152 289.580 C 300.676 290.623,301.788 293.349,302.623 295.638 C 303.458 297.927,304.269 299.890,304.424 300.000 C 304.579 300.110,304.987 301.010,305.331 302.000 C 306.989 306.773,307.765 308.786,308.800 311.000 C 310.009 313.586,311.554 317.639,311.888 319.100 C 312.001 319.595,312.238 320.000,312.416 320.000 C 312.593 320.000,312.945 320.675,313.198 321.500 C 313.452 322.325,313.847 323.495,314.078 324.100 L 314.497 325.200 329.449 325.200 C 346.303 325.200,345.174 325.457,343.448 322.020 C 342.924 320.977,341.812 318.251,340.977 315.962 C 340.142 313.673,339.337 311.710,339.188 311.600 C 338.945 311.419,337.819 308.482,336.132 303.621 C 335.792 302.642,335.283 301.472,335.000 301.021 C 334.717 300.569,333.805 298.310,332.972 296.000 C 332.139 293.690,331.337 291.710,331.188 291.600 C 330.945 291.419,329.819 288.482,328.132 283.621 C 327.792 282.642,327.283 281.472,327.000 281.021 C 326.717 280.569,325.805 278.310,324.972 276.000 C 324.139 273.690,323.337 271.710,323.188 271.600 C 322.945 271.419,321.819 268.482,320.132 263.621 C 319.792 262.642,319.283 261.472,319.000 261.021 C 318.717 260.569,317.805 258.310,316.972 256.000 C 316.139 253.690,315.337 251.710,315.188 251.600 C 314.945 251.419,313.819 248.482,312.132 243.621 C 311.792 242.642,311.283 241.472,311.000 241.021 C 310.717 240.569,309.805 238.310,308.972 236.000 C 308.139 233.690,307.337 231.710,307.188 231.600 C 306.945 231.419,305.819 228.482,304.132 223.621 C 303.792 222.642,303.283 221.472,303.000 221.021 C 302.717 220.569,301.805 218.310,300.972 216.000 C 300.139 213.690,299.331 211.710,299.176 211.600 C 299.021 211.490,298.614 210.590,298.272 209.600 C 296.665 204.948,295.434 201.730,294.981 201.000 C 294.709 200.560,293.805 198.310,292.972 196.000 C 292.139 193.690,291.331 191.710,291.176 191.600 C 291.021 191.490,290.614 190.590,290.272 189.600 C 288.667 184.953,287.434 181.730,286.982 181.000 C 286.710 180.560,285.905 178.580,285.192 176.600 C 284.480 174.620,283.718 172.775,283.500 172.500 C 283.195 172.117,279.842 172.000,269.198 172.000 L 255.293 172.000 255.091 172.900 M270.342 214.500 C 270.978 216.680,272.184 219.788,272.480 220.011 C 272.634 220.128,273.474 222.198,274.346 224.611 C 275.218 227.025,276.219 229.562,276.570 230.249 C 277.192 231.467,279.455 237.406,279.904 239.000 C 280.028 239.440,280.272 239.895,280.445 240.011 C 280.618 240.128,281.479 242.228,282.357 244.679 C 283.235 247.131,284.144 249.465,284.377 249.868 C 285.100 251.118,286.400 254.437,286.400 255.033 C 286.400 255.513,283.802 255.600,269.400 255.600 C 260.050 255.600,252.400 255.506,252.400 255.392 C 252.400 255.278,252.850 254.077,253.400 252.723 C 253.950 251.370,254.400 250.036,254.400 249.760 C 254.400 249.483,254.637 249.019,254.928 248.729 C 255.218 248.438,255.560 247.840,255.688 247.400 C 256.167 245.754,258.416 239.852,259.022 238.649 C 259.639 237.423,262.062 231.071,262.587 229.300 C 262.734 228.805,263.001 228.400,263.180 228.400 C 263.360 228.400,263.597 227.995,263.708 227.500 C 264.027 226.071,266.188 220.398,267.344 217.955 C 267.925 216.727,268.400 215.617,268.400 215.487 C 268.400 213.445,269.823 212.722,270.342 214.500 M74.908 258.900 C 75.078 275.176,75.446 280.965,76.390 282.200 C 76.558 282.420,76.925 283.590,77.205 284.800 C 78.005 288.246,79.979 293.127,81.870 296.333 C 82.821 297.946,83.600 299.422,83.600 299.613 C 83.600 299.804,83.841 300.104,84.136 300.280 C 84.430 300.456,85.316 301.615,86.103 302.856 C 87.894 305.679,94.229 312.056,96.838 313.661 C 97.917 314.325,98.800 315.003,98.800 315.167 C 98.800 315.331,99.295 315.718,99.900 316.027 C 100.505 316.336,102.122 317.262,103.493 318.086 C 106.058 319.626,112.767 322.398,113.940 322.402 C 114.303 322.404,115.124 322.678,115.765 323.013 C 118.974 324.686,122.332 324.902,147.900 325.085 L 172.400 325.259 172.400 311.245 L 172.400 297.230 148.585 297.115 C 133.034 297.040,124.671 296.859,124.485 296.593 C 124.328 296.370,123.304 295.955,122.210 295.671 C 113.434 293.396,105.109 284.270,103.791 275.479 C 103.635 274.440,103.348 273.492,103.154 273.371 C 102.958 273.251,102.800 266.091,102.800 257.376 L 102.800 241.600 88.764 241.600 L 74.728 241.600 74.908 258.900 ",stroke:"none",fill:"#fcfcfc","fill-rule":"evenodd"}),d("path",{id:"path1",d:"M47.411 2.664 C 45.657 2.981,44.127 3.372,44.011 3.533 C 43.895 3.694,42.810 4.067,41.600 4.362 C 38.910 5.017,33.083 7.195,32.777 7.660 C 32.654 7.847,31.304 8.616,29.777 9.371 C 28.249 10.125,26.280 11.385,25.400 12.171 C 24.520 12.956,23.626 13.600,23.412 13.600 C 23.006 13.600,21.491 14.969,18.277 18.242 C 14.870 21.711,14.144 22.565,12.961 24.499 C 12.323 25.544,11.674 26.399,11.519 26.399 C 11.365 26.400,10.466 27.975,9.521 29.900 C 8.576 31.825,7.581 33.634,7.309 33.921 C 6.749 34.512,4.509 41.424,4.141 43.700 C 4.007 44.525,3.763 45.200,3.598 45.200 C 2.468 45.200,2.400 53.950,2.400 200.400 C 2.400 348.123,2.460 355.600,3.649 355.600 C 3.842 355.600,4.000 355.940,4.000 356.355 C 4.000 358.391,6.974 367.200,7.661 367.200 C 7.847 367.200,8.001 367.425,8.002 367.700 C 8.005 368.559,10.815 373.724,11.832 374.741 C 12.364 375.273,12.800 375.918,12.800 376.174 C 12.800 377.128,22.380 387.200,23.288 387.200 C 23.493 387.200,24.161 387.695,24.771 388.300 C 25.381 388.905,26.852 389.918,28.040 390.551 C 29.228 391.184,30.290 391.836,30.400 392.000 C 30.632 392.346,33.327 393.596,36.432 394.797 C 37.625 395.259,39.175 395.902,39.877 396.226 C 40.580 396.550,42.830 397.214,44.877 397.701 L 48.600 398.585 199.200 398.710 C 307.771 398.799,350.693 398.711,353.000 398.391 C 357.180 397.813,362.564 396.484,362.733 395.990 C 362.807 395.775,363.127 395.600,363.445 395.600 C 364.500 395.600,370.951 392.776,371.600 392.030 C 371.710 391.904,372.430 391.462,373.200 391.049 C 376.487 389.286,377.434 388.693,378.000 388.045 C 378.330 387.668,379.320 386.837,380.200 386.198 C 382.889 384.248,388.894 377.717,389.891 375.657 C 390.221 374.976,390.875 373.991,391.345 373.467 C 392.202 372.513,393.857 369.363,394.814 366.866 C 395.095 366.132,395.535 365.322,395.790 365.066 C 396.421 364.434,398.247 357.808,398.993 353.448 C 399.919 348.029,399.914 52.728,398.988 47.352 C 398.229 42.949,396.410 36.400,395.945 36.400 C 395.755 36.400,395.600 36.231,395.600 36.024 C 395.600 35.238,392.306 28.585,391.766 28.280 C 391.455 28.104,391.200 27.786,391.200 27.574 C 391.200 26.249,386.178 20.048,381.967 16.174 C 379.417 13.828,373.665 9.784,371.800 9.025 C 370.920 8.667,370.020 8.154,369.800 7.886 C 369.101 7.034,360.812 4.018,359.133 4.005 C 358.767 4.002,358.407 3.827,358.333 3.616 C 357.735 1.894,56.765 0.972,47.411 2.664 M144.705 74.900 L 144.810 88.800 172.405 88.800 L 200.000 88.800 200.000 137.600 L 200.000 186.400 172.400 186.400 L 144.800 186.400 144.800 207.200 L 144.800 228.000 130.600 228.000 L 116.400 228.000 116.400 207.200 L 116.400 186.400 88.600 186.400 L 60.800 186.400 60.800 137.600 L 60.800 88.800 88.600 88.800 L 116.400 88.800 116.400 74.795 L 116.400 60.790 130.500 60.895 L 144.600 61.000 144.705 74.900 M277.400 75.067 C 277.840 75.324,279.820 75.825,281.800 76.181 C 285.920 76.920,291.600 78.689,291.600 79.233 C 291.600 79.435,291.873 79.600,292.206 79.600 C 292.912 79.600,299.079 82.679,299.271 83.127 C 299.342 83.294,300.210 83.900,301.200 84.475 C 305.072 86.723,313.353 94.921,315.225 98.359 C 315.568 98.990,316.158 99.815,316.536 100.193 C 318.699 102.356,323.995 115.750,323.999 119.067 C 324.000 119.543,324.164 119.993,324.364 120.067 C 325.126 120.346,325.600 129.481,325.600 143.869 L 325.600 158.800 311.200 158.800 L 296.800 158.800 296.800 143.055 C 296.800 124.194,296.908 124.966,293.169 117.022 C 291.290 113.028,285.600 107.884,280.800 105.838 C 279.370 105.229,277.570 104.431,276.800 104.065 C 275.552 103.472,272.799 103.387,251.500 103.282 L 227.600 103.165 227.600 88.753 L 227.600 74.341 252.100 74.470 C 269.857 74.564,276.820 74.729,277.400 75.067 M89.200 137.600 L 89.200 158.000 102.800 158.000 L 116.400 158.000 116.400 137.600 L 116.400 117.200 102.800 117.200 L 89.200 117.200 89.200 137.600 M144.800 137.600 L 144.800 158.000 158.400 158.000 L 172.000 158.000 172.000 137.600 L 172.000 117.200 158.400 117.200 L 144.800 117.200 144.800 137.600 M284.742 174.500 C 285.378 175.875,286.301 178.170,286.792 179.600 C 287.284 181.030,287.917 182.569,288.200 183.021 C 288.483 183.472,288.994 184.642,289.335 185.621 C 291.027 190.467,291.767 192.393,292.787 194.597 C 293.398 195.919,294.301 198.170,294.792 199.600 C 295.284 201.030,295.917 202.569,296.200 203.021 C 296.483 203.472,296.994 204.642,297.335 205.621 C 299.027 210.467,299.767 212.393,300.787 214.597 C 301.398 215.919,302.301 218.170,302.792 219.600 C 303.284 221.030,303.917 222.569,304.200 223.021 C 304.483 223.472,304.994 224.642,305.335 225.621 C 307.027 230.467,307.767 232.393,308.787 234.597 C 309.398 235.919,310.301 238.170,310.792 239.600 C 311.284 241.030,311.917 242.569,312.200 243.021 C 312.483 243.472,312.994 244.642,313.335 245.621 C 315.027 250.467,315.767 252.393,316.787 254.597 C 317.398 255.919,318.301 258.170,318.792 259.600 C 319.284 261.030,319.917 262.569,320.200 263.021 C 320.483 263.472,320.994 264.642,321.335 265.621 C 323.027 270.467,323.767 272.393,324.787 274.597 C 325.398 275.919,326.301 278.170,326.792 279.600 C 327.284 281.030,327.917 282.569,328.200 283.021 C 328.483 283.472,328.994 284.642,329.335 285.621 C 331.027 290.467,331.767 292.393,332.787 294.597 C 333.398 295.919,334.301 298.170,334.792 299.600 C 335.284 301.030,335.917 302.569,336.200 303.021 C 336.483 303.472,336.994 304.642,337.335 305.621 C 339.027 310.467,339.767 312.393,340.787 314.597 C 341.398 315.919,342.304 318.170,342.799 319.600 C 343.295 321.030,343.975 322.675,344.310 323.255 C 345.685 325.635,345.908 325.600,329.282 325.600 L 314.138 325.600 313.016 322.300 C 312.399 320.485,311.676 318.640,311.410 318.200 C 311.144 317.760,310.165 315.423,309.234 313.006 C 308.304 310.590,307.395 308.430,307.215 308.206 C 307.034 307.983,306.609 306.990,306.269 306.000 C 304.673 301.355,303.463 298.161,303.149 297.761 C 302.959 297.520,302.082 295.377,301.200 293.000 C 300.318 290.623,299.435 288.480,299.236 288.239 C 299.038 287.998,298.568 286.855,298.192 285.700 L 297.508 283.600 269.566 283.600 L 241.625 283.600 240.633 285.700 C 240.087 286.855,238.983 289.600,238.178 291.800 C 237.373 294.000,236.583 295.890,236.422 296.000 C 236.261 296.110,236.028 296.560,235.904 297.000 C 235.462 298.571,233.200 304.513,232.425 306.142 C 231.992 307.054,230.979 309.600,230.176 311.800 C 229.372 314.000,228.583 315.890,228.422 316.000 C 228.261 316.110,228.028 316.560,227.904 317.000 C 227.349 318.970,225.160 324.566,224.753 325.057 C 224.144 325.790,194.000 325.870,194.000 325.139 C 194.000 324.885,194.433 323.760,194.963 322.639 C 195.849 320.762,196.618 318.753,198.269 314.000 C 198.613 313.010,199.021 312.110,199.176 312.000 C 199.331 311.890,200.139 309.910,200.972 307.600 C 201.805 305.290,202.717 303.031,203.000 302.579 C 203.283 302.128,203.792 300.958,204.132 299.979 C 205.819 295.118,206.945 292.181,207.188 292.000 C 207.337 291.890,208.139 289.910,208.972 287.600 C 209.805 285.290,210.709 283.040,210.981 282.600 C 211.434 281.870,212.665 278.652,214.272 274.000 C 214.614 273.010,215.021 272.110,215.176 272.000 C 215.331 271.890,216.139 269.910,216.972 267.600 C 217.805 265.290,218.717 263.031,219.000 262.579 C 219.283 262.128,219.792 260.958,220.132 259.979 C 221.819 255.118,222.945 252.181,223.188 252.000 C 223.337 251.890,224.139 249.910,224.972 247.600 C 225.805 245.290,226.717 243.031,227.000 242.579 C 227.283 242.128,227.792 240.958,228.132 239.979 C 229.819 235.118,230.945 232.181,231.188 232.000 C 231.337 231.890,232.139 229.910,232.972 227.600 C 233.805 225.290,234.709 223.040,234.981 222.600 C 235.434 221.870,236.665 218.652,238.272 214.000 C 238.614 213.010,239.021 212.110,239.176 212.000 C 239.331 211.890,240.139 209.910,240.972 207.600 C 241.805 205.290,242.717 203.031,243.000 202.579 C 243.283 202.128,243.792 200.958,244.132 199.979 C 245.819 195.118,246.945 192.181,247.188 192.000 C 247.337 191.890,248.139 189.910,248.972 187.600 C 249.805 185.290,250.709 183.040,250.981 182.600 C 251.463 181.823,253.007 177.762,254.290 173.900 L 254.922 172.000 269.253 172.000 L 283.584 172.000 284.742 174.500 M269.200 214.548 C 269.200 214.875,268.963 215.381,268.672 215.671 C 268.382 215.962,268.040 216.560,267.912 217.000 C 267.427 218.664,265.182 224.551,264.425 226.142 C 263.992 227.054,262.979 229.600,262.176 231.800 C 261.372 234.000,260.583 235.890,260.422 236.000 C 260.261 236.110,260.028 236.560,259.904 237.000 C 259.462 238.569,257.200 244.513,256.426 246.142 C 255.992 247.054,255.012 249.510,254.248 251.600 L 252.860 255.400 269.292 255.504 C 278.330 255.562,285.804 255.529,285.902 255.432 C 285.999 255.334,285.594 253.937,285.001 252.327 C 284.409 250.717,283.822 249.040,283.697 248.600 C 283.572 248.160,283.328 247.705,283.155 247.589 C 282.982 247.472,282.126 245.402,281.254 242.989 C 280.382 240.575,279.381 238.038,279.030 237.351 C 278.408 236.133,276.145 230.194,275.696 228.600 C 275.572 228.160,275.328 227.705,275.155 227.589 C 274.982 227.472,274.125 225.402,273.251 222.989 C 272.376 220.575,271.288 217.844,270.831 216.919 C 270.374 215.995,270.000 215.061,270.000 214.843 C 270.000 214.625,269.820 214.336,269.600 214.200 C 269.380 214.064,269.200 214.221,269.200 214.548 M103.200 256.745 C 103.200 271.263,103.434 275.394,104.370 277.400 C 104.576 277.840,105.239 279.370,105.845 280.800 C 107.787 285.385,113.002 291.278,116.618 292.972 C 117.488 293.380,119.100 294.145,120.200 294.673 C 124.060 296.526,124.345 296.547,149.000 296.778 L 172.600 297.000 172.600 311.200 L 172.600 325.400 151.400 325.522 C 130.794 325.641,120.383 325.260,120.067 324.374 C 119.993 324.168,119.543 324.000,119.067 323.999 C 115.750 323.995,102.356 318.699,100.193 316.536 C 99.815 316.158,98.990 315.568,98.359 315.225 C 94.897 313.340,86.661 305.008,84.496 301.200 C 83.934 300.210,83.261 299.220,83.001 299.000 C 82.404 298.494,79.600 292.826,79.600 292.124 C 79.600 291.836,79.435 291.600,79.233 291.600 C 78.689 291.600,76.920 285.920,76.181 281.800 C 75.825 279.820,75.327 277.840,75.073 277.400 C 74.749 276.839,74.568 271.314,74.467 258.900 L 74.324 241.200 88.762 241.200 L 103.200 241.200 103.200 256.745 ",stroke:"none",fill:"#ec4c8c","fill-rule":"evenodd"}),d("path",{id:"path2",d:"",stroke:"none",fill:"#f4d4100","fill-rule":"evenodd"}),d("path",{id:"path3",d:"M235.600 74.690 C 256.786 74.968,273.107 74.972,272.938 74.700 C 272.836 74.535,262.548 74.441,250.076 74.491 C 237.604 74.542,231.090 74.631,235.600 74.690 M286.800 77.414 C 286.800 77.693,289.706 78.831,290.091 78.703 C 290.282 78.639,289.620 78.284,288.619 77.913 C 287.619 77.542,286.800 77.317,286.800 77.414 M302.400 85.290 C 302.400 85.377,303.435 86.328,304.700 87.403 C 305.965 88.479,306.640 88.944,306.200 88.436 C 305.364 87.471,302.400 85.017,302.400 85.290 M308.783 90.900 C 310.441 92.666,310.800 92.984,310.800 92.683 C 310.800 92.619,309.945 91.764,308.900 90.783 L 307.000 89.000 308.783 90.900 M312.597 95.300 C 313.672 96.565,314.623 97.600,314.710 97.600 C 314.983 97.600,312.529 94.636,311.564 93.800 C 311.056 93.360,311.521 94.035,312.597 95.300 M321.200 109.884 C 321.200 110.451,322.363 113.200,322.602 113.200 C 322.707 113.200,322.496 112.435,322.132 111.500 C 321.395 109.607,321.200 109.269,321.200 109.884 M88.994 137.400 L 89.000 158.200 102.700 158.208 L 116.400 158.216 102.804 158.103 L 89.207 157.990 89.098 137.295 L 88.989 116.600 88.994 137.400 M324.641 122.800 C 324.839 123.130,325.109 131.320,325.243 141.000 L 325.485 158.600 325.443 140.920 C 325.407 126.341,325.302 123.148,324.841 122.720 C 324.377 122.288,324.343 122.301,324.641 122.800 M151.074 158.299 C 154.855 158.365,161.155 158.365,165.074 158.299 C 168.993 158.234,165.900 158.180,158.200 158.180 C 150.500 158.180,147.293 158.234,151.074 158.299 M253.700 175.700 C 253.270 176.875,253.280 176.926,253.812 176.224 C 254.321 175.552,254.621 174.400,254.288 174.400 C 254.226 174.400,253.961 174.985,253.700 175.700 M250.196 184.272 C 249.858 185.081,249.633 185.900,249.697 186.091 C 249.761 186.282,250.116 185.620,250.487 184.619 C 251.293 182.445,251.070 182.179,250.196 184.272 M74.729 186.300 C 82.500 186.361,95.100 186.361,102.729 186.300 C 110.358 186.239,104.000 186.189,88.600 186.189 C 73.200 186.189,66.958 186.239,74.729 186.300 M158.500 186.300 C 166.145 186.361,178.655 186.361,186.300 186.300 C 193.945 186.239,187.690 186.189,172.400 186.189 C 157.110 186.189,150.855 186.239,158.500 186.300 M289.200 186.284 C 289.200 186.851,290.363 189.600,290.602 189.600 C 290.707 189.600,290.496 188.835,290.132 187.900 C 289.395 186.007,289.200 185.669,289.200 186.284 M245.700 195.700 C 245.270 196.875,245.280 196.926,245.812 196.224 C 246.321 195.552,246.621 194.400,246.288 194.400 C 246.226 194.400,245.961 194.985,245.700 195.700 M242.196 204.272 C 241.858 205.081,241.633 205.900,241.697 206.091 C 241.761 206.282,242.116 205.620,242.487 204.619 C 243.293 202.445,243.070 202.179,242.196 204.272 M297.200 206.284 C 297.200 206.851,298.363 209.600,298.602 209.600 C 298.707 209.600,298.496 208.835,298.132 207.900 C 297.395 206.007,297.200 205.669,297.200 206.284 M237.700 215.700 C 237.270 216.875,237.280 216.926,237.812 216.224 C 238.321 215.552,238.621 214.400,238.288 214.400 C 238.226 214.400,237.961 214.985,237.700 215.700 M270.032 214.824 C 270.014 215.166,270.280 215.796,270.622 216.224 C 271.234 216.988,271.238 216.987,270.876 216.200 C 270.674 215.760,270.408 215.130,270.286 214.800 C 270.093 214.282,270.059 214.285,270.032 214.824 M265.267 223.180 C 265.033 223.851,264.927 224.400,265.031 224.400 C 265.301 224.400,266.056 222.322,265.857 222.124 C 265.767 222.033,265.501 222.508,265.267 223.180 M234.196 224.272 C 233.858 225.081,233.633 225.900,233.697 226.091 C 233.761 226.282,234.116 225.620,234.487 224.619 C 235.293 222.445,235.070 222.179,234.196 224.272 M273.913 224.619 C 274.284 225.620,274.639 226.282,274.703 226.091 C 274.831 225.706,273.693 222.800,273.414 222.800 C 273.317 222.800,273.542 223.619,273.913 224.619 M305.200 226.284 C 305.200 226.851,306.363 229.600,306.602 229.600 C 306.707 229.600,306.496 228.835,306.132 227.900 C 305.395 226.007,305.200 225.669,305.200 226.284 M261.756 231.843 C 261.424 232.637,261.226 233.359,261.314 233.448 C 261.403 233.536,261.759 232.887,262.105 232.004 C 262.889 230.009,262.582 229.868,261.756 231.843 M229.700 235.700 C 229.270 236.875,229.280 236.926,229.812 236.224 C 230.321 235.552,230.621 234.400,230.288 234.400 C 230.226 234.400,229.961 234.985,229.700 235.700 M278.032 234.824 C 278.014 235.166,278.280 235.796,278.622 236.224 C 279.234 236.988,279.238 236.987,278.876 236.200 C 278.674 235.760,278.408 235.130,278.286 234.800 C 278.093 234.282,278.059 234.285,278.032 234.824 M309.113 236.219 C 309.484 237.220,309.839 237.882,309.903 237.691 C 310.031 237.306,308.893 234.400,308.614 234.400 C 308.517 234.400,308.742 235.219,309.113 236.219 M74.488 257.076 C 74.440 265.698,74.535 272.836,74.700 272.939 C 74.973 273.108,74.967 261.235,74.687 247.000 C 74.626 243.920,74.537 248.454,74.488 257.076 M257.267 243.180 C 257.033 243.851,256.927 244.400,257.031 244.400 C 257.301 244.400,258.056 242.322,257.857 242.124 C 257.767 242.033,257.501 242.508,257.267 243.180 M226.196 244.272 C 225.858 245.081,225.633 245.900,225.697 246.091 C 225.761 246.282,226.116 245.620,226.487 244.619 C 227.293 242.445,227.070 242.179,226.196 244.272 M281.913 244.619 C 282.284 245.620,282.639 246.282,282.703 246.091 C 282.831 245.706,281.693 242.800,281.414 242.800 C 281.317 242.800,281.542 243.619,281.913 244.619 M313.200 246.284 C 313.200 246.851,314.363 249.600,314.602 249.600 C 314.707 249.600,314.496 248.835,314.132 247.900 C 313.395 246.007,313.200 245.669,313.200 246.284 M253.756 251.843 C 253.424 252.637,253.226 253.359,253.314 253.448 C 253.403 253.536,253.759 252.887,254.105 252.004 C 254.889 250.009,254.582 249.868,253.756 251.843 M221.700 255.700 C 221.270 256.875,221.280 256.926,221.812 256.224 C 222.321 255.552,222.621 254.400,222.288 254.400 C 222.226 254.400,221.961 254.985,221.700 255.700 M317.113 256.219 C 317.484 257.220,317.839 257.882,317.903 257.691 C 318.031 257.306,316.893 254.400,316.614 254.400 C 316.517 254.400,316.742 255.219,317.113 256.219 M218.196 264.272 C 217.858 265.081,217.633 265.900,217.697 266.091 C 217.761 266.282,218.116 265.620,218.487 264.619 C 219.293 262.445,219.070 262.179,218.196 264.272 M321.200 266.284 C 321.200 266.851,322.363 269.600,322.602 269.600 C 322.707 269.600,322.496 268.835,322.132 267.900 C 321.395 266.007,321.200 265.669,321.200 266.284 M213.700 275.700 C 213.270 276.875,213.280 276.926,213.812 276.224 C 214.321 275.552,214.621 274.400,214.288 274.400 C 214.226 274.400,213.961 274.985,213.700 275.700 M325.113 276.219 C 325.484 277.220,325.839 277.882,325.903 277.691 C 326.031 277.306,324.893 274.400,324.614 274.400 C 324.517 274.400,324.742 275.219,325.113 276.219 M105.007 279.879 C 105.607 281.314,106.000 281.962,106.000 281.516 C 106.000 281.084,104.785 278.400,104.589 278.400 C 104.479 278.400,104.667 279.066,105.007 279.879 M210.196 284.272 C 209.858 285.081,209.633 285.900,209.697 286.091 C 209.761 286.282,210.116 285.620,210.487 284.619 C 211.293 282.445,211.070 282.179,210.196 284.272 M329.200 286.284 C 329.200 286.851,330.363 289.600,330.602 289.600 C 330.707 289.600,330.496 288.835,330.132 287.900 C 329.395 286.007,329.200 285.669,329.200 286.284 M77.913 288.619 C 78.284 289.620,78.639 290.282,78.703 290.091 C 78.831 289.706,77.693 286.800,77.414 286.800 C 77.317 286.800,77.542 287.619,77.913 288.619 M237.756 291.843 C 237.424 292.637,237.226 293.359,237.314 293.448 C 237.403 293.536,237.759 292.887,238.105 292.004 C 238.889 290.009,238.582 289.868,237.756 291.843 M301.600 293.884 C 301.600 294.451,302.763 297.200,303.002 297.200 C 303.107 297.200,302.896 296.435,302.532 295.500 C 301.795 293.607,301.600 293.269,301.600 293.884 M205.700 295.700 C 205.270 296.875,205.280 296.926,205.812 296.224 C 206.321 295.552,206.621 294.400,206.288 294.400 C 206.226 294.400,205.961 294.985,205.700 295.700 M333.113 296.219 C 333.484 297.220,333.839 297.882,333.903 297.691 C 334.031 297.306,332.893 294.400,332.614 294.400 C 332.517 294.400,332.742 295.219,333.113 296.219 M233.095 303.596 C 232.748 304.478,232.549 305.200,232.653 305.200 C 232.923 305.200,234.078 302.345,233.886 302.152 C 233.797 302.064,233.441 302.713,233.095 303.596 M86.322 303.900 C 86.977 304.725,87.928 305.760,88.436 306.200 C 88.944 306.640,88.479 305.965,87.403 304.700 C 85.213 302.124,84.490 301.589,86.322 303.900 M202.196 304.272 C 201.858 305.081,201.633 305.900,201.697 306.091 C 201.761 306.282,202.116 305.620,202.487 304.619 C 203.293 302.445,203.070 302.179,202.196 304.272 M305.524 303.800 C 305.726 304.240,305.992 304.870,306.114 305.200 C 306.307 305.718,306.341 305.715,306.368 305.176 C 306.386 304.834,306.120 304.204,305.778 303.776 C 305.166 303.012,305.162 303.013,305.524 303.800 M337.200 306.284 C 337.200 306.851,338.363 309.600,338.602 309.600 C 338.707 309.600,338.496 308.835,338.132 307.900 C 337.395 306.007,337.200 305.669,337.200 306.284 M90.783 308.900 C 91.764 309.945,92.619 310.800,92.683 310.800 C 92.984 310.800,92.666 310.441,90.900 308.783 L 89.000 307.000 90.783 308.900 M229.756 311.843 C 229.424 312.637,229.226 313.359,229.314 313.448 C 229.403 313.536,229.759 312.887,230.105 312.004 C 230.889 310.009,230.582 309.868,229.756 311.843 M93.800 311.564 C 94.636 312.529,97.600 314.983,97.600 314.710 C 97.600 314.623,96.565 313.672,95.300 312.597 C 94.035 311.521,93.360 311.056,93.800 311.564 M197.700 315.700 C 197.270 316.875,197.280 316.926,197.812 316.224 C 198.321 315.552,198.621 314.400,198.288 314.400 C 198.226 314.400,197.961 314.985,197.700 315.700 M310.032 314.824 C 310.014 315.166,310.280 315.796,310.622 316.224 C 311.234 316.988,311.238 316.987,310.876 316.200 C 310.674 315.760,310.408 315.130,310.286 314.800 C 310.093 314.282,310.059 314.285,310.032 314.824 M341.113 316.219 C 341.484 317.220,341.839 317.882,341.903 317.691 C 342.031 317.306,340.893 314.400,340.614 314.400 C 340.517 314.400,340.742 315.219,341.113 316.219 M109.633 321.335 C 110.019 321.647,113.200 322.777,113.200 322.602 C 113.200 322.363,110.451 321.200,109.884 321.200 C 109.655 321.200,109.542 321.261,109.633 321.335 M225.095 323.596 L 224.464 325.200 209.432 325.200 C 201.164 325.200,194.400 325.122,194.400 325.026 C 194.400 324.930,194.591 324.345,194.825 323.726 C 195.109 322.974,195.113 322.736,194.837 323.009 C 194.609 323.233,194.373 323.863,194.311 324.409 L 194.200 325.400 209.400 325.400 L 224.600 325.400 225.344 323.877 C 225.753 323.040,226.006 322.273,225.906 322.173 C 225.806 322.073,225.441 322.713,225.095 323.596 M313.791 324.300 L 314.421 325.600 329.510 325.505 L 344.600 325.410 329.500 325.300 C 321.195 325.240,314.400 325.047,314.400 324.872 C 314.400 324.696,314.121 324.204,313.781 323.776 C 313.234 323.091,313.235 323.152,313.791 324.300 M127.143 325.303 C 127.310 325.470,137.606 325.560,150.023 325.503 L 172.600 325.400 149.720 325.200 C 137.136 325.090,126.976 325.137,127.143 325.303 ",stroke:"none",fill:"#f478c8","fill-rule":"evenodd"}),d("path",{id:"path4",d:"M144.580 75.000 C 144.580 82.700,144.634 85.793,144.699 81.874 C 144.765 77.955,144.765 71.655,144.699 67.874 C 144.634 64.093,144.580 67.300,144.580 75.000 M274.100 75.087 C 274.705 75.178,275.695 75.178,276.300 75.087 C 276.905 74.995,276.410 74.920,275.200 74.920 C 273.990 74.920,273.495 74.995,274.100 75.087 M95.900 117.099 C 99.695 117.165,105.905 117.165,109.700 117.099 C 113.495 117.034,110.390 116.980,102.800 116.980 C 95.210 116.980,92.105 117.034,95.900 117.099 M144.583 117.300 C 144.478 117.575,144.440 126.890,144.500 138.000 L 144.608 158.200 144.704 137.705 L 144.800 117.211 158.500 117.100 L 172.200 116.989 158.487 116.895 C 147.816 116.821,144.732 116.911,144.583 117.300 M324.493 121.200 C 324.493 121.970,324.575 122.285,324.676 121.900 C 324.776 121.515,324.776 120.885,324.676 120.500 C 324.575 120.115,324.493 120.430,324.493 121.200 M288.429 184.310 C 288.676 185.020,289.042 185.703,289.242 185.826 C 289.442 185.950,289.391 185.544,289.127 184.925 C 288.421 183.265,287.906 182.812,288.429 184.310 M144.586 207.200 C 144.586 218.750,144.637 223.475,144.700 217.700 C 144.762 211.925,144.762 202.475,144.700 196.700 C 144.637 190.925,144.586 195.650,144.586 207.200 M296.429 204.310 C 296.676 205.020,297.042 205.703,297.242 205.826 C 297.442 205.950,297.391 205.544,297.127 204.925 C 296.421 203.265,295.906 202.812,296.429 204.310 M268.779 214.655 C 268.558 215.236,268.464 215.797,268.569 215.903 C 268.675 216.008,268.879 215.624,269.023 215.050 C 269.170 214.465,269.470 214.120,269.704 214.265 C 269.949 214.416,270.005 214.331,269.838 214.062 C 269.416 213.379,269.223 213.487,268.779 214.655 M304.429 224.310 C 304.676 225.020,305.042 225.703,305.242 225.826 C 305.442 225.950,305.391 225.544,305.127 224.925 C 304.421 223.265,303.906 222.812,304.429 224.310 M260.779 234.655 C 260.558 235.236,260.452 235.785,260.543 235.876 C 260.633 235.967,260.899 235.492,261.133 234.820 C 261.653 233.328,261.339 233.182,260.779 234.655 M74.920 275.200 C 74.920 276.410,74.995 276.905,75.087 276.300 C 75.178 275.695,75.178 274.705,75.087 274.100 C 74.995 273.495,74.920 273.990,74.920 275.200 M172.580 311.200 C 172.580 319.010,172.634 322.205,172.699 318.300 C 172.765 314.395,172.765 308.005,172.699 304.100 C 172.634 300.195,172.580 303.390,172.580 311.200 M107.200 320.179 C 107.200 320.289,107.740 320.659,108.400 321.000 C 109.060 321.341,109.600 321.531,109.600 321.421 C 109.600 321.311,109.060 320.941,108.400 320.600 C 107.740 320.259,107.200 320.069,107.200 320.179 M120.500 324.676 C 120.885 324.776,121.515 324.776,121.900 324.676 C 122.285 324.575,121.970 324.493,121.200 324.493 C 120.430 324.493,120.115 324.575,120.500 324.676 M123.700 325.087 C 124.305 325.178,125.295 325.178,125.900 325.087 C 126.505 324.995,126.010 324.920,124.800 324.920 C 123.590 324.920,123.095 324.995,123.700 325.087 ",stroke:"none",fill:"#f47c8c","fill-rule":"evenodd"})]})})}function C5(){return d("svg",{width:"22",height:"22",viewBox:"0 0 22 22",fill:"#333333",xmlns:"http://www.w3.org/2000/svg",children:d("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M15.9091 2H7.04546C6.50297 2 5.9827 2.2155 5.5991 2.5991C5.2155 2.9827 5 3.50297 5 4.04546V17.9545C5 18.497 5.2155 19.0173 5.5991 19.4009C5.9827 19.7845 6.50297 20 7.04546 20H15.9091C16.4515 20 16.9718 19.7845 17.3554 19.4009C17.739 19.0173 17.9545 18.497 17.9545 17.9545V4.04546C17.9545 3.50297 17.739 2.9827 17.3554 2.5991C16.9718 2.2155 16.4516 2 15.9091 2ZM7.04546 3.36364H15.9091C16.0899 3.36364 16.2633 3.43548 16.3912 3.56334C16.519 3.69121 16.5909 3.86463 16.5909 4.04546V14.2727H6.36362V4.04546C6.36362 3.86463 6.43546 3.69121 6.56332 3.56334C6.69119 3.43548 6.86461 3.36364 7.04544 3.36364H7.04546ZM15.9091 18.6364H7.04546C6.95592 18.6364 6.86726 18.6187 6.78454 18.5845C6.70182 18.5502 6.62665 18.5 6.56334 18.4367C6.50003 18.3733 6.44981 18.2982 6.41554 18.2155C6.38128 18.1327 6.36364 18.0441 6.36364 17.9545V15.6364H16.5909V17.9545C16.5909 18.1354 16.5191 18.3088 16.3912 18.4367C16.2633 18.5645 16.0899 18.6364 15.9091 18.6364H15.9091ZM9.50007 6.09103H13.591C13.7718 6.09103 13.9452 6.01919 14.0731 5.89133C14.201 5.76346 14.2728 5.59004 14.2728 5.40921C14.2728 5.22838 14.201 5.05496 14.0731 4.9271C13.9452 4.79924 13.7718 4.72741 13.591 4.72741H9.50007C9.31924 4.72741 9.14582 4.79924 9.01796 4.9271C8.89009 5.05496 8.81825 5.22838 8.81825 5.40921C8.81825 5.49875 8.83588 5.58741 8.87015 5.67013C8.90441 5.75285 8.95464 5.82802 9.01795 5.89133C9.08126 5.95464 9.15642 6.00486 9.23915 6.03913C9.32187 6.07339 9.41053 6.09103 9.50007 6.09103ZM11.0634 17.6184C10.9355 17.4905 10.8637 17.3171 10.8637 17.1362C10.8637 16.9554 10.9355 16.782 11.0634 16.6541C11.1913 16.5262 11.3647 16.4544 11.5455 16.4544C11.7264 16.4544 11.8998 16.5262 12.0276 16.6541C12.1555 16.782 12.2273 16.9554 12.2273 17.1362C12.2273 17.3171 12.1555 17.4905 12.0276 17.6184C11.8998 17.7462 11.7264 17.8181 11.5455 17.8181C11.3647 17.8181 11.1913 17.7462 11.0634 17.6184Z"})})}function T5(){return d("svg",{width:"22",height:"22",viewBox:"0 0 22 22",fill:"#333333",xmlns:"http://www.w3.org/2000/svg",children:d("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M13.7719 2L17.7647 5.98965V8.88235V17.3529V18.4118C17.7647 18.833 17.5974 19.237 17.2995 19.5348C17.0017 19.8327 16.5977 20 16.1765 20H5.58824C5.16701 20 4.76304 19.8327 4.46518 19.5348C4.16733 19.237 4 18.833 4 18.4118V17.3529V8.88235V3.58824C4 3.16701 4.16733 2.76304 4.46518 2.46518C4.76304 2.16733 5.16701 2 5.58824 2H13.7719ZM13.9778 4.45118V6.20988H15.7376L13.9778 4.45118ZM5.58817 18.4118V17.3529V3.58823H12.3895L12.3901 7.79758H16.1764V17.3529V18.4118H5.58817ZM14.9956 9.33215H6.76855V10.5674H14.9956V9.33215ZM6.76855 12.1116H14.9956V13.3469H6.76855V12.1116ZM11.3268 14.78H6.76855V16.0153H11.3268V14.78Z"})})}function W4(){let e=kr(),{t,lang:n}=W();return d(xe,{children:[d("header",{className:"header-navbar",children:[d("a",{class:"header-navbar-brand",href:"https://immersivetranslate.com",target:"_blank",children:[d(y5,{}),d("h1",{children:t("browser.shortBrandName")})]}),d("span",{class:"version",children:e}),d("div",{style:{flex:1}}),d("div",{class:"header-right",children:[d(L_,{}),d(__,{})]})]}),d("div",{className:"header-navbar-height"})]})}function L_(){let{t:e}=W();return d("a",{class:"header-navbar-item mobile-hidden",href:z2,target:"_blank",children:[d(C5,{}),d("span",{children:e("options.navbar.installApp")})]})}function __(){let{t:e}=W();return d(tr,{text:e("translateFileTooltip"),position:"bottom",tipStyle:{whiteSpace:"pre"},multiple:!0,children:d("a",{class:"header-navbar-item ml-8",href:Y2,target:"_blank",children:[d(T5,{}),d("span",{children:e("options.navbar.translateFile")})]})})}function v5(){let e=document.getElementById("mount");e&&(async()=>{ld(Ob);let t=await ft();t.sentryConfig,t.debug&&I.setLevel("debug"),globalThis.location.hash||(globalThis.location.hash="#general");let n=await bn({url:"http://localhost",config:t});pt("options_page_view",[{name:"options_page_view"}],{...n,sourceLanguage:globalThis.location.hash}),_a(document,n),la(d(qi,{lang:t.interfaceLanguage,fallbackLang:"en",translations:wi,children:d(M_,{donateUrl:t.donateUrl,config:t})}),e)})()}function M_(e){let t=rm(),{t:n,lang:r}=W(),a=kr(),{config:o}=e,i=[{name:n("general"),props:{href:"#general",className:"secondary"}},{name:n("subtitle"),props:{href:"#subtitle",className:"secondary"}},{name:n("inputOptions"),props:{href:"#input",className:"secondary"}},{name:n("mouseHoverOptions"),props:{href:"#mouse_hover",className:"secondary"}},{name:n("floatBallOptions"),props:{href:"#floating",className:"secondary"}},{name:n("shortcutSettings"),props:{href:"#shortcuts",className:"secondary"}},{name:n("advanced"),props:{href:"#advanced",className:"secondary"}},{name:n("import_export"),props:{href:"#import_export",className:"secondary"}},{name:n("about"),props:{href:"#about",className:"secondary"}}];r.startsWith("zh")||i.splice(i.length-1,0,{name:n("contact"),props:{href:"#contact",className:"secondary"}}),i.forEach(u=>{t===u.props.href&&(u.props.className="primary",u.props["aria-current"]="page")});let s=!0;return $e()&&(s=o.generalRule.showSponsorOnSafari),d(ut,{children:[d(W4,{}),d(xe,{children:d("main",{class:"container-fluid",children:[d("aside",{children:d("nav",{class:"menu-nav flex flex-col h-full justify-between ",children:[d("div",{children:d("ul",{class:"flex flex-wrap flex-start min-[992px]:block text-sm min-[992px]:text-base",children:i.map((u,l)=>d("li",{class:"li",children:d("a",{...u.props,children:u.name})},`nav-${l}`))})}),d("div",{class:"m-0 p-0 flex flex-wrap min-[992px]:flex-col max-[992px]:mt-2",children:[s&&d("a",{class:"py-3 text-xs no-focus secondary mr-2",href:e.donateUrl,children:n("donateCafe")}),d("a",{class:"py-3 text-xs no-focus secondary mr-2",href:$l,children:n("document")}),d("a",{class:"py-3 text-xs no-focus secondary mr-2",href:"https://immersivetranslate.com/docs/CHANGELOG/",children:n("changelog")}),d("a",{class:"py-3 text-xs no-focus secondary mr-2",href:K2,children:n("feedbackAndJoin")}),d("a",{class:"py-3 text-xs no-focus secondary mr-2",href:"#developer",children:n("developer")})]})]})}),d("div",{role:"main",children:d(nm,{value:t,defaultCase:d(q0,{}),cases:{"#general":d(q0,{}),"#mouse_hover":d(j4,{}),"#input":d(Ep,{}),"#shortcuts":d(z4,{}),"#floating":d(H4,{}),"#import_export":d(pp,{}),"#about":d(wp,{}),"#advanced":d(Dp,{}),"#developer":d(Sp,{}),"#subtitle":d(Ap,{}),"#contact":d(kp,{}),"#download_config":d(q4,{})}})})]})})]})}globalThis.__IS_IMMERSIVE_TRANSLATE_WEB_OPTIONS_PAGE__=!0;var $4=!1;function P_(){if($4)return;if(L1(),!document.querySelector("meta[name=immersive-translate-options]"))throw new Error("Options meta element not found");let t=document.getElementById("immersive-translate-status");if(!t)throw new Error("Status element not found");let n=document.getElementById("immersive-translate-page-ready");if(!n)throw new Error("Page ready input element not found");function r(a){let o=a.target.value;o==="true"?($4=!0,t.innerText="",n.removeEventListener("change",r),v5()):t.innerText="Page Status: "+o}n.addEventListener("change",r),setTimeout(()=>{$4||(t.innerHTML=`\u65E0\u6CD5\u68C0\u6D4B\u5230 \u6C89\u6D78\u5F0F\u7FFB\u8BD1 \u6269\u5C55. \u8BF7\u786E\u8BA4\u5DF2\u5B89\u88C5\u5E76\u542F\u7528\u6C89\u6D78\u5F0F\u6269\u5C55\uFF0C\u5E76\u6388\u6743\u6C89\u6D78\u5F0F\u7FFB\u8BD1\u8BBF\u95EE\u6240\u6709\u7F51\u7AD9\u7684\u6743\u9650\u3002

\u5982\u679C\u4F60\u4F7F\u7528\u7684\u662FiOS Safari \u6D4F\u89C8\u5668\u6269\u5C55\uFF0C\u53EF\u4EE5\u53C2\u8003\u4EE5\u4E0B\u89C6\u9891\u542F\u7528\u6C89\u6D78\u5F0F\u7FFB\u8BD1\u6269\u5C55\uFF1A